[
  {
    "path": ".gitignore",
    "content": "__pycache__/\n*.py[cod]\n*$py.class\n\n# C extensions\n*.so\n\n# Distribution / packaging\n.Python\nbuild/\ndist/\ndevelop-eggs/\ndownloads/\neggs/\n.eggs/\nlib/\nlib64/\nparts/\nsdist/\nvar/\nwheels/\npip-wheel-metadata/\nshare/python-wheels/\n*.egg-info/\n.installed.cfg\n*.egg\nMANIFEST\n\n# PyInstaller\n#  Usually these files are written by a python script from a template\n#  before PyInstaller builds the exe, so as to inject date/other infos into it.\n*.manifest\n*.spec\n\n# Installer logs\npip-log.txt\npip-delete-this-directory.txt\n\n# Unit test / coverage reports\nhtmlcov/\n.tox/\n.nox/\n.coverage\n.coverage.*\n.cache\nnosetests.xml\ncoverage.xml\n*.cover\n.hypothesis/\n.pytest_cache/\n\n# Translations\n*.mo\n*.pot\n\n# Django stuff:\n*.log\nlocal_settings.py\ndb.sqlite3\n\n# Flask stuff:\ninstance/\n.webassets-cache\n\n# Scrapy stuff:\n.scrapy\n\n# Sphinx documentation\ndocs/_build/\n\n# PyBuilder\ntarget/\n\n# Jupyter Notebook\n.ipynb_checkpoints\n\n# IPython\nprofile_default/\nipython_config.py\n\n# pyenv\n.python-version\n\n# pipenv\n#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.\n#   However, in case of collaboration, if having platform-specific dependencies or dependencies\n#   having no cross-platform support, pipenv may install dependencies that don’t work, or not\n#   install all needed dependencies.\n#Pipfile.lock\n\n# celery beat schedule file\ncelerybeat-schedule\n\n# SageMath parsed files\n*.sage.py\n\n# Environments\n.env\n.venv\nenv/\nvenv/\nENV/\nenv.bak/\nvenv.bak/\n\n# Spyder project settings\n.spyderproject\n.spyproject\n\n# Rope project settings\n.ropeproject\n\n# mkdocs documentation\n/site\n\n# mypy\n.mypy_cache/\n.dmypy.json\ndmypy.json\n\n# Pyre type checker\n.pyre/\n"
  },
  {
    "path": "README.md",
    "content": "ETNLP: A Toolkit for Extraction, Evaluation and Visualization of Pre-trained Word Embeddings\n=====\n\n# Table of contents\n1. [Introduction](#introduction)\n2. [More about ETNLP](#moreaboutETNLP)\n3. [Installation and How to Use](#installation_and_howtouse)\n4. [Download Resources](#Download_Resources)\n\n\n# I. Overview <a name=\"introduction\"></a>\n## A glimpse of ETNLP:\n- Github: https://github.com/vietnlp/etnlp\n- Video: https://vimeo.com/317599106\n- Paper: https://arxiv.org/abs/1903.04433\n\n\n# II. How do I cite ETNLP?\nPlease CITE paper the Arxiv paper whenever ETNLP (or the pre-trained embeddings) is used to produce published results or incorporated into other software:\n\n```\n@inproceedings{vu:2019n,\n  title={ETNLP: A Visual-Aided Systematic Approach to Select Pre-Trained Embeddings for a Downstream Task},\n  author={Vu, Xuan-Son and Vu, Thanh and Tran, Son N and Jiang, Lili},\n  booktitle={Proceedings of the International Conference Recent Advances in Natural Language Processing (RANLP)},\n  year={2019}\n  }\n```\n\n\n# III. More about ETNLP <a name=\"moreaboutETNLP\"></a>:\n## 1. Embedding Evaluator: \nTo compare quality of embedding models on the word analogy task.\n- Input: a pre-trained embedding vector file (word2vec format), and word analogy file.\n- Output: (1) evaluate quality of the embedding model based on the MAP/P@10 score, (2) Paired t-tests to show significant level between different word embeddings.\n\n### 1.1. Note: The word analogy list is created by:\n- Adopt from the English list by selecting suitable categories and translating to the target language (i.e., Vietnamese). \n- Removing inappropriate categories (i.e., category 6, 10, 11, 14) in the target language (i.e., Vietnamese).\n- Adding custom category that is suitable for the target language (e.g., cities and their zones in Vietnam for Vietnamese).\nSince most of this process is automatically done, it can be applied in other languages as well.\n\n### 1.2. Selected categories for Vietnamese:  \n> 1. capital-common-countries\n> 2. capital-world\n> 3. currency: E.g., Algeria | dinar | Angola | kwanza\n> 4. city-in-zone (Vietnam's cities and its zone)\n> 5. family (boy|girl | brother | sister)\n> 6. gram1-adjective-to-adverb (NOT USED)\n> 7. gram2-opposite (e.g., acceptable | unacceptable | aware | unaware)\n> 8. gram3-comparative (e.g., bad | worse | big | bigger)\n> 9. gram4-superlative (e.g., bad | worst | big | biggest)\n> 10. gram5-present-participle (NOT USED)\n> 11. gram6-nationality-adjective-nguoi-tieng (e.g., Albania | Albanian | Argentina | Argentinean)\n> 12. gram7-past-tense (NOT USED)\n> 13. gram8-plural-cac-nhung (e.g., banana | bananas | bird | birds) (NOT USED)\n> 14. gram9-plural-verbs (NOT USED)\n\n### 1.3 Evaluation results (in details)\n\n* Analogy: Word Analogy Task\n\n* NER (w): NER task with hyper-parameters selected from the best F1 on validation set.\n\n* NER (w.o): NER task without selecting hyper-parameters from the validation set.\n\n| ﻿            Model            | NER.w        | NER.w.o \t| Analogy \t|\n|------------------------------\t|------------- | ------------------\t|------------------\t|\n| BiLC3 + w2v                 \t| 89.01   | 89.41            \t|         0.4796 |\n| BiLC3 + Bert_Base           \t| 88.26   | 89.91             | 0.4609 |\n| BiLC3 + w2v_c2v             \t| 89.46   | 89.46            \t| 0.4796 |\n| BiLC3 + fastText            \t| 89.65   | 89.84            \t|  0.4970 |\n| BiLC3 + Elmo                \t| 89.67 | 90.84            \t| **0.4999** |\n| BiLC3 + MULTI_WC_F_E_B        | **91.09**   | **91.75**        \t| 0.4906|\n\n\n## 2. Embedding Extractor: To extract embedding vectors for other tasks.\n- Input: (1) list of input embeddings, (2) a vocabulary file.\n- Output: embedding vectors of the given vocab file in `.txt`, i.e., each line conains the embedding for a word. The file then be compressed in .gz format. This format is widely used in existing NLP Toolkits (e.g., Reimers et al. [1]).\n\n### Extra options:\n- `-input-c2v`: character embedding file\n- `solveoov:1`: to solve OOV words of the 1st embedding. Similarly for more than one embedding: e.g., `solveoov:1:2`.\n\n[1] Nils Reimers and Iryna Gurevych, Reporting Score Distributions Makes a Difference: Performance Study of LSTM-networks for Sequence Tagging, 2017, http://arxiv.org/abs/1707.09861, arXiv.\n\n## 3. Visualizer: to explore the embedding space and compare between different embeddings.\n\n### Screenshot of viewing multiple-embeddings side-by-side (Vietnamese):\n![Alt text](images/etnlp_view_multi_embeddings.png \"Screenshot multiple-embeddings side-by-side\")\n\n### Screenshot of viewing each embedding interactively (Vietnamese):\n![Alt text](images/etnlp_view_embs.png \"Screenshot example of viewing each embedding interactively\")\n\n### Screenshot of viewing each embedding side-by-side (English):\n![Alt text](images/english_sbs.png \"Screenshot example of viewing each embedding interactively\")\n\n\n# IV. Installation and How to use ETNLP <a name=\"installation_and_howtouse\"></a>\n## 1. Installation:\n\nFrom source codes (Python 3.6.x):\n> 1. cd src/codes/\n> 2. pip install -r requirements.txt\n> 3. python setup.py install\n\nFrom pip (python 3.6.x)\n> 1. sudo apt-get install python3-dev\n> 2. pip install cython\n> 3. pip install git+git://github.com/vietnlp/etnlp.git\n\nOR:\n> 1. pip install etnlp \n\n## 2. Examples\n> 1. cd src/examples\n> 2. python test1_etnlp_preprocessing.py\n> 3. python test2_etnlp_extractor.py\n> 4. python test3_etnlp_evaluator.py\n> 5. python test4_etnlp_visualizer.py\n### Example of using Fasttext-Sent2Vec:\n- 01. Install: https://github.com/epfml/sent2vec\n```\n01. git clone https://github.com/epfml/sent2vec\n02. cd sent2vec; pip install .\n```\n\n- 02. Extract embeddings for sentences (no requirement for tokenization before extracting embedding of sentences).\n```\nimport sent2vec\nmodel = sent2vec.Sent2vecModel()\nmodel.load_model('opendata_wiki_lowercase_words.bin')\nemb = model.embed_sentence(\"tôi là sinh viên đh công nghệ, đại học quôc gia hà nội\") \nembs = model.embed_sentences([\"tôi là sinh viên\", \"tôi là nhà thơ\", \"tôi là bác sĩ\"])\n\n```\n\n\n### 3. Visualization\nSide-by-side visualization:\n> 1. sh src/codes/04.run_etnlp_visualizer_sbs.sh\n\nInteractive visualization:\n> 1. sh src/codes/04.run_etnlp_visualizer_inter.sh\n\n\n# V. Available Lexical Resources <a name=\"Download_Resources\"></a>\n## 1. Word Analogy List for Vietnamese\n\n| ﻿ Word Analogy List          | Download Link (NER Task)| Download Link (General)| \n|------------------------------|---------------|---------------|\n| Vietnamese (This work)       | [Link1](https://drive.google.com/file/d/1eA5yvla4BhAIfWsmZherT1GEW6gzDC-1/view?usp=sharing)| [Link1](https://drive.google.com/file/d/1YJ9d5rVKMMKF1xWWZi26_sNpgULTvxwg/view?usp=sharing)|\n| English (Mirkolov et al. [2]) | [Link2]| [Link2](https://drive.google.com/file/d/10rWxGu8-nbQmYC8wrIussSZjY0lDh6RP/view?usp=sharing)|\n| Portuguese (Hartmann et al. [3]) | [Link3]| [Link3](https://github.com/nathanshartmann/portuguese_word_embeddings/blob/master/analogies/testset/LX-4WAnalogies.txt)|\n\n\n\n## 2. Multiple pre-trained embedding models for Vietnamese\n\n- Training data: Wiki in Vietnamese:\n\n| ﻿ # of sentences          | # of tokenized words| \n|------------------------------|---------------|\n| ﻿  6,685,621          | 114,997,587 |\n\n\n- Download Pre-trained Embeddings: <br>\n(Note: The MULTI_WC_F_E_B is the concatenation of four embeddings: W2V_C2V, fastText, ELMO, and Bert_Base.)\n\n| ﻿  Embedding Model           | Download Link (NER Task) | Download Link (AIVIVN SentiTask) | Download Link (General) | \n|------------------------------|---------------|---------------|---------------|\n| w2v                          | [Link1](https://drive.google.com/file/d/1LHaZ8LXxteHzod42naqJZYCwwq5mI9aL/view?usp=sharing) (dim=300)|  [Link1] | [Link1] |\n| w2v_c2v                      | [Link2](https://drive.google.com/file/d/1-M9Tb9l8mNmP3RKxZiZNK1Vpbng2yw4l/view?usp=sharing) (dim=300)|  [Link2] | [Link2] |\n| fastText                     | [Link3](https://drive.google.com/file/d/1dHCPhKFjtDjbrUeeymheDnlhjtaljPGE/view?usp=sharing) (dim=300)|  [Link3] | [Link3] |\n| fastText-[Sent2Vec](https://github.com/epfml/sent2vec)                     | [Link3]|  [Link3] | [Link3](https://drive.google.com/file/d/1BzL1mpdfqCCJioCdAlTVshbrz0lGfP2D/view?usp=sharing) (dim=300, 6GB, trained on 20GB of [news data](https://github.com/binhvq/news-corpus) and Wiki-data of ETNLP. |\n| Elmo                         | [Link4](https://drive.google.com/file/d/1zDaSD8NsZNXGyd9iVOxTcb7CP61Ixo-r/view?usp=sharing) (dim=1024)|  [Link4](https://drive.google.com/file/d/1jVJtF0f6SbtUd-t3bnywP6mFnz0QXPIx/view?usp=sharing) (dim=1024)| [Link4](https://drive.google.com/file/d/1XPsTzg1Gex-Hh2nl9344YlZc1orOVBDp/view?usp=sharing) (dim=1024, 731MB and 1.9GB after extraction.)|\n| Bert_base                    | [Link5](https://drive.google.com/file/d/16fRkmIHiB16OlM8WdFmoApGtLMf6YJJ8/view?usp=sharing) (dim=768)|  [Link5] | [Link5] |\n| MULTI_WC_F_E_B               | [Link6](https://drive.google.com/file/d/1gq7b8hs31VzoeO3n3C__ftlDnE_iBZW2/view?usp=sharing)  (dim=2392)| [Link6] | [Link6] |\n\n\n# VI. Versioning\nFor transparency and insight into our release cycle, and for striving to maintain backward compatibility, ETNLP will be maintained under the Semantic Versioning guidelines as much as possible.\n\nReleases will be numbered with the following format:\n\n`<major>.<minor>.<patch>`\n\nAnd constructed with the following guidelines:\n\n* Breaking backward compatibility bumps the major (and resets the minor and patch)\n* New additions without breaking backward compatibility bumps the minor (and resets the patch)\n* Bug fixes and misc changes bumps the patch\n\nFor more information on SemVer, please visit http://semver.org/.\n"
  },
  {
    "path": "src/codes/00.run_etnlp_preprocessing.sh",
    "content": "#!/bin/sh\nexport PYTHONPATH=\"$PYTHONPATH:$PWD\"\nINPUT_FILES=\"../data/glove2vec_dicts/glove1.vec;../data/glove2vec_dicts/glove2.vec\"\nOUTPUT_FILES=\"../data/glove2vec_dicts/glove1_w2v.vec;../data/glove2vec_dicts/glove2_w2v.vec\"\n# do_normalize: use this flag to normalize in case of multiple embeddings.\npython ./etnlp_api.py  -input $INPUT_FILES -output $OUTPUT_FILES -args \"glove2w2v\"\n"
  },
  {
    "path": "src/codes/01.run_etnlp_evaluator.sh",
    "content": "#!/bin/sh\nexport PYTHONPATH=\"$PYTHONPATH:$PWD\"\nINPUT_FILES=\"../data/embedding_dicts/ELMO_23.vec;../data/embedding_dicts/FastText_23.vec;../data/embedding_dicts/W2V_C2V_23.vec;../data/embedding_dicts/MULTI_23.vec\"\nANALOGY_FILE=\"../data/embedding_analogies/vi/solveable_analogies_vi.txt\"\nOUT_FILE=\"../data/embedding_analogies/vi/Multi_evaluator_results.txt\"\npython ./etnlp_api.py  -input $INPUT_FILES -output $OUT_FILE -analoglist $ANALOGY_FILE -args eval"
  },
  {
    "path": "src/codes/02.run_etnlp_extractor.sh",
    "content": "#!/bin/sh\nexport PYTHONPATH=\"$PYTHONPATH:$PWD\"\nINPUT_FILES=\"../data/embedding_dicts/ELMO_23.vec;../data/embedding_dicts/FastText_23.vec;../data/embedding_dicts/W2V_C2V_23.vec;../data/embedding_dicts/MULTI_23.vec\"\nC2V=\"../data/embedding_dicts/C2V.vec\"\nOUTPUT=\"../data/embedding_dicts/MULTI_W_F_B_E.vec\"\nVOCAB_FILE=\"../data/vocab.txt\"\npython ./etnlp_api.py  -input $INPUT_FILES -vocab $VOCAB_FILE -input_c2v $C2V -args \"extract\" -output $OUTPUT\n"
  },
  {
    "path": "src/codes/03.run_etnlp_visualizer_inter.sh",
    "content": "#!/bin/sh\nexport PYTHONPATH=\"$PYTHONPATH:$PWD\"\nINPUT_FILES=\"../data/embedding_dicts/ELMO_23.vec;../data/embedding_dicts/FastText_23.vec;../data/embedding_dicts/W2V_C2V_23.vec;../data/embedding_dicts/MULTI_23.vec\"\npython3 ./etnlp_api.py  -input $INPUT_FILES -args visualizer -port 8889\n"
  },
  {
    "path": "src/codes/04.run_etnlp_visualizer_sbs.sh",
    "content": "#!/bin/sh\nexport PYTHONPATH=\"$PYTHONPATH:$PWD\"\nINPUT_FILES=\"../data/embedding_dicts/ELMO_23.vec;../data/embedding_dicts/FastText_23.vec;../data/embedding_dicts/W2V_C2V_23.vec;../data/embedding_dicts/MULTI_23.vec\"\n# python ./visualizer/visualizer_sbs.py  -input $INPUT_FILES -args visualizer\npython3 ./visualizer/visualizer_sbs.py $INPUT_FILES\n"
  },
  {
    "path": "src/codes/api/__init__.py",
    "content": ""
  },
  {
    "path": "src/codes/api/embedding_evaluator.py",
    "content": "import logging\nimport gensim\nimport argparse\nfrom gensim.models.keyedvectors import WordEmbeddingsKeyedVectors, Word2VecKeyedVectors\nfrom gensim import utils, matutils\nfrom six import string_types\nfrom numpy import dot, float32 as REAL, array, ndarray,  argmax\nfrom utils import embedding_io, emb_utils\nfrom embeddings.embedding_configs import EmbeddingConfigs\n\nlogger = logging.getLogger(__name__)\n\n\nclass new_Word2VecKeyedVectors(Word2VecKeyedVectors):\n    def __init__(self, vector_size):\n        super(Word2VecKeyedVectors, self).__init__(vector_size=vector_size)\n\n    def most_similar(self, positive=None, negative=None, topn=10, restrict_vocab=None, indexer=None):\n        \"\"\"\n        Find the top-N most similar words. Positive words contribute positively towards the\n        similarity, negative words negatively.\n\n        This method computes cosine similarity between a simple mean of the projection\n        weight vectors of the given words and the vectors for each word in the model.\n        The method corresponds to the `word-analogy` and `distance` scripts in the original\n        word2vec implementation.\n\n        If topn is False, most_similar returns the vector of similarity scores.\n\n        `restrict_vocab` is an optional integer which limits the range of vectors which\n        are searched for most-similar values. For example, restrict_vocab=10000 would\n        only check the first 10000 word vectors in the vocabulary order. (This may be\n        meaningful if you've sorted the vocabulary by descending frequency.)\n\n        Example::\n\n          >>> trained_model.most_similar(positive=['woman', 'king'], negative=['man'])\n          [('queen', 0.50882536), ...]\n\n        \"\"\"\n        if positive is None:\n            positive = []\n        if negative is None:\n            negative = []\n\n        self.init_sims()\n\n        if isinstance(positive, string_types) and not negative:\n            # allow calls like most_similar('dog'), as a shorthand for most_similar(['dog'])\n            positive = [positive]\n\n        # add weights for each word, if not already present; default to 1.0 for positive and -1.0 for negative words\n        positive = [\n            (word, 1.0) if isinstance(word, string_types + (ndarray,)) else word\n            for word in positive\n        ]\n        negative = [\n            (word, -1.0) if isinstance(word, string_types + (ndarray,)) else word\n            for word in negative\n        ]\n\n        # compute the weighted average of all words\n        all_words, mean = set(), []\n        for word, weight in positive + negative:\n            if isinstance(word, ndarray):\n                mean.append(weight * word)\n            else:\n                mean.append(weight * self.word_vec(word, use_norm=True))\n                if word in self.vocab:\n                    all_words.add(self.vocab[word].index)\n        if not mean:\n            raise ValueError(\"cannot compute similarity with no input\")\n        mean = matutils.unitvec(array(mean).mean(axis=0)).astype(REAL)\n\n        if indexer is not None:\n            return indexer.most_similar(mean, topn)\n\n        limited = self.syn0norm if restrict_vocab is None else self.syn0norm[:restrict_vocab]\n        dists = dot(limited, mean)\n        if not topn:\n            return dists\n        best = matutils.argsort(dists, topn=topn + len(all_words), reverse=True)\n        # ignore (don't return) words from the input\n        result = [(self.index2word[sim], float(dists[sim])) for sim in best if sim not in all_words]\n        return result[:topn]\n\n    def new_accuracy(self, questions, restrict_vocab=30000, most_similar=most_similar, case_insensitive=True):\n        \"\"\"\n        Compute accuracy of the model. `questions` is a filename where lines are\n        4-tuples of words, split into sections by \": SECTION NAME\" lines.\n        See questions-words.txt in\n        https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/word2vec/source-archive.zip\n        for an example.\n\n        The accuracy is reported (=printed to log and returned as a list) for each\n        section separately, plus there's one aggregate summary at the end.\n\n        Use `restrict_vocab` to ignore all questions containing a word not in the first `restrict_vocab`\n        words (default 30,000). This may be meaningful if you've sorted the vocabulary by descending frequency.\n        In case `case_insensitive` is True, the first `restrict_vocab` words are taken first, and then\n        case normalization is performed.\n\n        Use `case_insensitive` to convert all words in questions and vocab to their uppercase form before\n        evaluating the accuracy (default True). Useful in case of case-mismatch between training tokens\n        and question words. In case of multiple case variants of a single word, the vector for the first\n        occurrence (also the most frequent if vocabulary is sorted) is taken.\n\n        This method corresponds to the `compute-accuracy` script of the original C word2vec.\n\n        \"\"\"\n        print(\"INFO: Using new accuracy\")\n        ok_vocab = [(w, self.vocab[w]) for w in self.index2word[:restrict_vocab]]\n        ok_vocab = {w.upper(): v for w, v in reversed(ok_vocab)} if case_insensitive else dict(ok_vocab)\n\n        oov_counter, idx_cnt, is_vn_counter = 0, 0, 0\n        sections, section = [], None\n        for line_no, line in enumerate(utils.smart_open(questions)):\n            # TODO: use level3 BLAS (=evaluate multiple questions at once), for speed\n            line = utils.to_unicode(line)\n\n            if line.startswith(': '):\n                # a new section starts => store the old section\n                if section:\n                    sections.append(section)\n                    self.log_accuracy(section)\n                section = {'section': line.lstrip(': ').strip(), 'correct': [], 'incorrect': []}\n            else:\n                # Count number of analogy to check\n                idx_cnt += 1\n                if not section:\n                    raise ValueError(\"missing section header before line #%i in %s\" % (line_no, questions))\n                try:\n                    if case_insensitive:\n                        a, b, c, expected = [word.upper() for word in line.split(\" | \")]\n                    else:\n                        a, b, c, expected = [word for word in line.split(\" | \")]\n                        # print(\"Line : \", line)\n                        # print(\"a, b, c, expected: %s, %s, %s, %s\"%(a, b, c, expected))\n                        # input(\">>> Wait ...\")\n                except ValueError:\n                    logger.info(\"SVX: ERROR skipping invalid line #%i in %s\", line_no, questions)\n                    print(\"Line : \", line)\n                    print(\"a, b, c, expected: %s, %s, %s, %s\" % (a, b, c, expected))\n                    input(\">>> Wait ...\")\n                    continue\n\n                # In case of Vietnamese, word analogy can be a phrase\n                if \" \" in a or \" \" in b or \" \" in c or \" \" in expected:\n                    is_vn_counter += 1\n                    pass\n                else:\n                    if a not in ok_vocab or b not in ok_vocab or c not in ok_vocab or expected not in ok_vocab:\n                        logger.debug(\"SVX: skipping line #%i with OOV words: %s\", line_no, line.strip())\n                        oov_counter += 1\n                        continue\n\n                original_vocab = self.vocab\n                self.vocab = ok_vocab\n                ignore = {a, b, c}  # input words to be ignored\n                predicted = None\n                # find the most likely prediction, ignoring OOV words and input words\n                sims = most_similar(self, positive=[b, c], negative=[a], topn=False, restrict_vocab=restrict_vocab)\n                self.vocab = original_vocab\n                for index in matutils.argsort(sims, reverse=True):\n                    predicted = self.index2word[index].upper() if case_insensitive else self.index2word[index]\n                    if predicted in ok_vocab and predicted not in ignore:\n                        if predicted != expected:\n                            logger.debug(\"%s: expected %s, predicted %s\", line.strip(), expected, predicted)\n                        break\n                if predicted == expected:\n                    section['correct'].append((a, b, c, expected))\n                else:\n                    section['incorrect'].append((a, b, c, expected))\n\n        if section:\n            # store the last section, too\n            sections.append(section)\n            self.log_accuracy(section)\n\n        total = {\n            'OOV/Total/VNCompound_Words': [oov_counter, (idx_cnt), is_vn_counter],\n            'section': 'total',\n            'correct': sum((s['correct'] for s in sections), []),\n            'incorrect': sum((s['incorrect'] for s in sections), []),\n        }\n        self.log_accuracy(total)\n        sections.append(total)\n        return sections\n\n\ndef convert_conll_format_to_normal(connl_file, out_file):\n    \"\"\"\n    read file conll format\n    return format : One sentence per line\n    sentences_arr: [EU rejects German call .., ...]\n    tags_arr: [B-ORG O B-MIST O ..., ...]\n    \"\"\"\n    f = open(connl_file)\n    sentences = []\n    sentence = \"\"\n    for line in f:\n        # print(\"line: \", line)\n        if len(line) == 0 or line.startswith('-DOCSTART') or line[0] == \"\\n\":\n            sentences.append(sentence.rstrip())\n            sentence = \"\"\n            continue\n        else:\n            splits = line.split('\\t')\n            sentence += splits[1].rstrip() + \" \"\n\n    # To handle the last sentence.\n    if len(sentence) > 0:\n        sentences.append(sentence)\n        del sentence\n\n    # Write to output\n    if out_file is None:\n        out_file = connl_file + \".std.txt\"\n    writer = open(out_file, \"w\")\n    for sen in sentences:\n        writer.write(sen + \"\\n\")\n        writer.flush()\n    writer.close()\n\n    return sentences\n\n\ndef verify_word_analogies(file):\n    \"\"\"\n    Verify the word analogy file.\n    :param file:\n    :return:\n    \"\"\"\n    f_reader = open(file, \"r\")\n\n    valid_cnt, invalid_cnt = 0, 0\n\n    for line in f_reader:\n        # print(\"line: \", line)\n        if len(line) == 0 or line.startswith('-DOCSTART') or line[0] == \"\\n\":\n            continue\n        else:\n            splits = line.split('\\t')\n            if len(splits) != 4:\n                invalid_cnt += 1\n            else:\n                valid_cnt += 1\n\n    print(\"Valid analogy: %s, invalid analogy: %s\" % (valid_cnt, invalid_cnt))\n\n\ndef check_oov_of_word_analogies(w2v_format_emb_file, analogy_file, is_vn=True, case_sensitive=True):\n    emb_model = gensim.models.KeyedVectors.load_word2vec_format(w2v_format_emb_file,\n        binary=False,\n        unicode_errors='ignore')\n\n    f_reader = open(analogy_file, \"r\")\n    vocab_arr = []\n    for line in f_reader:\n        if not case_sensitive:\n            line = line.lower()\n\n        if line.startswith(': '):\n            continue\n        else:\n            for word in line.split(\" | \"):\n                # In Vietnamese, we have compound and single word.\n                # if is_vn:\n                #     if \" \" in word:\n                #         print(\"I should not going here\")\n                #         single_words = word.split(\" \")\n                #         for single_word in single_words:\n                #             vocab_arr.append(single_word)\n                # For other languages.\n                # else:\n                vocab_arr.append(word)\n\n    print(\"Before unique set: len = \", len(vocab_arr))\n    unique_vocab_arr = set(vocab_arr)\n    print(\"After unique set: len = \", len(unique_vocab_arr))\n    valid_word_cnt = 0\n    for word in unique_vocab_arr:\n        if word in emb_model:\n            valid_word_cnt += 1\n\n    print(\"With Is_VN = %s, case_sensitive = %s, Valid word = %s/%s\" % (is_vn,\n                                                                        case_sensitive,\n                                                                        valid_word_cnt,\n                                                                        len(unique_vocab_arr)))\n\n\ndef evaluator_api(input_files, analoglist, output, embed_config=None):\n    \"\"\"\n\n    :param input_files:\n    :param analoglist:\n    :param output:\n    :param embed_config:\n    :return:\n    \"\"\"\n    if embed_config is None:\n        embed_config = EmbeddingConfigs() # Initialize default config for embedding.\n    local_embedding_names, local_word_embeddings = embedding_io.load_word_embeddings(input_files, embed_config)\n    # emb_utils.print_analogy('man', 'him', 'woman', emb_words)\n    local_output_str = emb_utils.eval_word_analogy_4_all_embeddings(analoglist,\n                                                                    local_embedding_names,\n                                                                    local_word_embeddings,\n                                                                    output_file=output)\n    print(\"OUTPUT: \", local_output_str)\n\n\nif __name__ == \"__main__\":\n    \"\"\"\n    Evaluates a given word embedding model.\n    To use:\n    evaluate.py path_to_model [-restrict]\n    optional restrict argument performs an evaluation using the original\n    Mikolov restriction of vocabulary\n    \"\"\"\n\n    desc = \"Evaluates a word embedding model\"\n    parser = argparse.ArgumentParser(description=desc)\n    parser.add_argument(\"-input\",\n                        required=True,\n                        default=\"../data/embedding_dicts/ELMO_23.vec\",\n                        help=\"Input multiple word embeddings, each model separated by a `;`.\")\n    parser.add_argument(\"-analoglist\",\n                        nargs=\"?\",\n                        # default=\"../data/embedding_analogies/vi/analogy_vn_seg.txt.std.txt\",\n                        default=\"../data/embedding_analogies/vi/solveable_analogies_vi.txt\",\n                        help=\"Input analogy file to run the word analogy evaluation.\")\n\n    parser.add_argument(\"-r\",\n                        nargs=\"?\",\n                        default=False,\n                        help=\"Vocabulary restriction\")\n\n    parser.add_argument(\"-checkoov\",\n                        nargs=\"?\",\n                        default=False,\n                        help=\"Check OOV percentage\")\n\n    parser.add_argument(\"-lang\",\n                        nargs=\"?\",\n                        default=\"VI\",\n                        help=\"Specify language, by default, it's Vietnamese.\")\n\n    parser.add_argument(\"-lowercase\",\n                        nargs=\"?\",\n                        default=True,\n                        help=\"Lowercase all word analogies? (depends on how the emb was trained).\")\n\n    parser.add_argument(\"-output\",\n                        nargs=\"?\",\n                        default=\"../data/embedding_analogies/vi/results_out.txt\",\n                        help=\"Output file of word analogy task\")\n\n    parser.add_argument(\"-remove_redundancy\",\n                        nargs=\"?\",\n                        default=True,\n                        help=\"Remove redundancy in predicted words\")\n\n    print(\"Params: \", parser)\n\n    args = parser.parse_args()\n\n    embedding_config = EmbeddingConfigs()\n\n    paths_of_models = args.input\n    testset = args.analoglist\n    is_vietnamese = args.lang\n    output_file = args.output\n\n    # use restriction?\n    restriction = None\n    if args.r:\n        restriction = 30000\n\n    # set logging definitions\n    logging.basicConfig(format='%(asctime)s : %(levelname)s : %(message)s',\n                        level=logging.INFO)\n\n    if args.checkoov:\n        print(\"Checking OOV ...\")\n        check_oov_of_word_analogies(paths_of_models, testset, is_vn=is_vietnamese)\n\n    if not args.checkoov:\n        print(\"Evaluating embeddings on the word analogy task ...\")\n        if is_vietnamese:\n            print(\" ... for ETNLP's evaluation approach.\")\n            embedding_names, word_embeddings = embedding_io.load_word_embeddings(paths_of_models, embedding_config)\n            # emb_utils.print_analogy('man', 'him', 'woman', emb_words)\n            output_str = emb_utils.eval_word_analogy_4_all_embeddings(testset, embedding_names, word_embeddings,\n                                                                      output_file=args.output_file)\n            print(\"#\"*20)\n            print(output_str)\n            print(\"#\" * 20)\n\n        else:\n            print(\" ... for Mirkolov et al.'s evaluation approach.\")\n            word_analogy_obj = new_Word2VecKeyedVectors(1024)\n\n            # load and evaluate\n            model = word_analogy_obj.load_word2vec_format(\n                paths_of_models,\n                binary=False,\n                unicode_errors='ignore')\n\n            model.accuracy = word_analogy_obj.new_accuracy\n\n            acc = model.accuracy(testset, restrict_vocab=restriction, case_insensitive=False)\n            print(\"Acc = \", acc)\n\n    print(\"DONE\")\n"
  },
  {
    "path": "src/codes/api/embedding_extractor.py",
    "content": "from embeddings import embedding_utils\nfrom pathlib import Path\nimport numpy as np\nimport os\nimport logging\nimport gzip\nfrom embeddings.embedding_configs import EmbeddingConfigs\n\n\ndef get_multi_embedding_models(config: EmbeddingConfigs):\n    \"\"\"\n\n    :param config:\n    :return:\n    \"\"\"\n    model_paths_list = config.model_paths_list\n    model_names_list = config.model_names_list\n    model_dims_list = config.model_dims_list\n    char_model_path = config.char_model_path\n    char_model_dims = config.char_model_dims\n\n    if char_model_path:\n        char_model = embedding_utils.reload_char2vec_model(char_model_path, char_model_dims)\n    else:\n        char_model = None\n\n    embedding_models = embedding_utils.reload_embedding_models(model_paths_list,\n                                                               model_names_list,\n                                                               model_dims_list,\n                                                               char_model)\n    # doc_vector = embedding_models.get_vector_of_document(tokenized_text)\n    return embedding_models\n\n\ndef get_emb_dim(emb_file):\n    idx = 0\n    dim = 0\n    with open(emb_file, \"r\") as reader:\n        if idx == 0:\n            line = reader.readline().rstrip()\n            dim = int(line.split(\" \")[1])\n    return dim\n\n\ndef extract_embedding_for_vocab_file(paths_of_emb_models, vocab_words_file, c2v_emb_file, output_file, output_format):\n    \"\"\"\n\n    :param paths_of_emb_models:\n    :param vocab_words_file:\n    :param c2v_emb_file:\n    :param output_file:\n    :param output_format:\n    :return:\n    \"\"\"\n    config = EmbeddingConfigs()\n    config.output_format = output_format\n    config.model_paths_list = paths_of_emb_models.split(\";\")\n    embedding_file_names = []\n    embedding_dims = []\n\n    if c2v_emb_file:\n        config.char_model_path = c2v_emb_file\n        config.char_model_dims = get_emb_dim(c2v_emb_file)\n\n    print(\"02. Extracting word embeddings ...\")\n    if paths_of_emb_models and paths_of_emb_models.__contains__(\";\"):\n        files = paths_of_emb_models.split(\";\")\n        for emb_file in files:\n            embedding_name = os.path.basename(os.path.normpath(emb_file))\n            embedding_file_names.append(embedding_name)\n            embedding_dim = get_emb_dim(emb_file)\n            embedding_dims.append(embedding_dim)\n    elif paths_of_emb_models: # In case there is only one embedding\n        embedding_name = os.path.basename(os.path.normpath(paths_of_emb_models))\n        embedding_file_names.append(embedding_name)\n        embedding_dim = get_emb_dim(paths_of_emb_models)\n        embedding_dims.append(embedding_dim)\n    else:\n        raise Exception(\"List of embeddings cannot be None.\")\n\n    # Data type:\n    embedding_names = [\"word2vec\"]*len(embedding_dims) # embedding type, only support w2v and c2v type now\n    config.model_names_list = embedding_names\n    config.model_dims_list = embedding_dims\n\n    # Do extracting embeddings\n    extract_embedding_vectors(vocab_words_file, output_file, config)\n    print(\"Done\")\n\n\ndef extract_embedding_vectors(vocab_words_file, output_file, config: EmbeddingConfigs):\n    \"\"\"\n\n    :param vocab_words_file:\n    :param output_file:\n    :param config:\n    :return:\n    \"\"\"\n    # Load vocab\n    with Path(vocab_words_file).open() as f:\n        word_to_idx = {line.strip(): idx for idx, line in enumerate(f)}\n    size_vocab = len(word_to_idx)\n\n    # Output writer\n    fwriter = open(output_file, \"w\")\n\n    # Array of zeros\n    dim_size = sum(config.model_dims_list)\n    found = 0\n    print('Reading embedding file (may take a while)')\n\n    embedding_models = get_multi_embedding_models(config)\n\n    embeddings = np.zeros((size_vocab, dim_size))\n\n    line_idx = 0\n    for word in word_to_idx.keys():\n        word_idx = word_to_idx[word]\n\n        word = word.rstrip()\n        try:\n            if line_idx % 100000 == 0:\n                print('- At line {}'.format(line_idx))\n\n            w2v_vector = embedding_models.get_word_vector_of_multi_embeddings(word)\n\n            if w2v_vector is not None and len(w2v_vector) > 0:\n                embeddings[word_idx] = w2v_vector\n                line = \"%s %s\" % (word, \" \".join(str(scalar) for scalar in w2v_vector))\n                fwriter.write(line + \"\\n\")\n                fwriter.flush()\n                found += 1\n\n            logging.debug(\"Embedding: \", w2v_vector)\n        except Exception as e:\n            logging.debug(\"Unexpected error: word = %s, error = %s\" % (word, e))\n            pass\n        line_idx += 1\n\n    print('- done. Found {} vectors for {} words'.format(found, size_vocab))\n    fwriter.close()\n\n    # Open file again to add meta data:\n    src = open(output_file, \"r\")\n    meta_line = \"%s %s\\n\"%(found, dim_size)\n    oline = src.readlines()\n    # Here, we prepend the string we want to on first line\n    oline.insert(0, meta_line)\n    src.close()\n\n    # We again open the file in WRITE mode\n    src = open(output_file, \"w\")\n    src.writelines(oline)\n    src.close()\n    # Done with writing.\n\n    if config.output_format.__contains__(\".gz\"):\n        content = open(output_file, \"rb\").read()\n        gzip_out_file = output_file + '.gz'\n        with gzip.open(gzip_out_file, 'wb') as f:\n            f.write(content)\n        print(\"Saved embedding to %s\" % (gzip_out_file))\n\n    if config.output_format.__contains__(\".npz\"):\n        npz_out_file = output_file + '.npz'\n        np.savez_compressed(npz_out_file, embeddings=embeddings)\n        print(\"Saved embedding to %s\"%(npz_out_file))\n    return\n\n"
  },
  {
    "path": "src/codes/api/embedding_preprocessing.py",
    "content": "# Convert to a standard word2vec format\n\nimport gensim\nfrom utils import embedding_io\nimport sys\nfrom threading import Thread\nfrom embeddings.embedding_configs import EmbeddingConfigs\n\n\ndef convert_to_w2v(vocab_file, embedding_file, out_file):\n    \"\"\"\n    Export from a word2vec file by filtering out vocabs based on the input vocab file.\n    :param vocab_file:\n    :param embedding_file:\n    :param out_file:\n    :return: word2vec file\n    \"\"\"\n    std_vocab = []\n    with open(vocab_file) as f:\n        for word in f:\n            std_vocab.append(word)\n\n    print (\"Loaded NER vocab_size = %s\" % (len(std_vocab)))\n    is_binary = False\n    if embedding_file.endswith(\".bin\"):\n        is_binary = True\n\n    print(\"Loading w2v model ...\")\n\n    emb_model = gensim.models.KeyedVectors.load_word2vec_format(embedding_file,\n                                                                binary=is_binary,\n                                                                unicode_errors='ignore')\n\n    print(\"LOADED model: vocab_size = %s\" % (len(emb_model.wv.vocab)))\n    f_writer = open(out_file, \"w\")\n    for word in std_vocab:\n        word = word.rstrip()\n        line = None\n        if word in emb_model:\n            vector = \" \".join(str(item) for item in emb_model[word])\n            # word = word.lower()\n            line = \"%s %s\" % (word, vector)\n        else:\n            word = word.lower()\n            if word in emb_model:\n                vector = \" \".join(str(item) for item in emb_model[word])\n                line = \"%s %s\" % (word, vector)\n                # print(\"LINE: \", line)\n        if line:\n            f_writer.write(line + \"\\n\")\n    f_writer.close()\n\n\ndef test():\n    vocab_file = \"../data/vnner_BiLSTM_CRF/vocab.words.txt\"\n    embedding_file = \"../data/embedding_dicts/elmo_embeddings_large.txt\"\n    out_file = \"../data/embedding_dicts/elmo_1024dims_wiki_normalcase2lowercase_NER.vec\"\n    convert_to_w2v(vocab_file, embedding_file, out_file)\n    print(\"Out file: \", out_file)\n    print(\"DONE\")\n\n\ndef load_and_save_2_word2vec_model(input_model_path, output_model_path, embedding_config):\n    \"\"\"\n    Process one embedding model\n    :param input_model_path:\n    :param output_model_path:\n    :return:\n    \"\"\"\n    model_in = embedding_io.load_word_embedding(input_model_path, embedding_config)\n    embedding_io.save_model_to_file(model_in, output_model_path)\n    print(\"Write model back to \", output_model_path)\n\n\ndef load_and_save_2_word2vec_models(input_embedding_files_str, output_embedding_files_str, embedding_config):\n    \"\"\"\n    Multi-threaded processing to export to word2vec format\n    :param input_embedding_files_str:\n    :param output_embedding_files_str:\n    :return:\n    \"\"\"\n    if input_embedding_files_str.__contains__(\";\"):\n        input_model_files = input_embedding_files_str.split(\";\")\n    else:\n        input_model_files = [input_embedding_files_str]\n\n    if output_embedding_files_str.__contains__(\";\"):\n        output_model_files = output_embedding_files_str.split(\";\")\n    else:\n        output_model_files = [output_embedding_files_str]\n\n    # Double check input files and output files.\n    assert (len(output_model_files) == len(input_model_files)), \\\n        \"Number of input files and output files must be equal. Exiting ...\"\n\n    # create a list of threads\n    threads = []\n\n    for model_in, model_out in zip(input_model_files, output_model_files):\n        # We start one thread per file.\n        process = Thread(target=load_and_save_2_word2vec_model, args=[model_in, model_out, embedding_config])\n        process.start()\n        threads.append(process)\n        # load_and_save_2_word2vec_model(model_in, model_out)\n\n    # This to ensure each thread has finished processing the input file.\n    for process in threads:\n        process.join()\n\n\nif __name__ == \"__main__\":\n\n    if len(sys.argv) != 2:\n        print(\"Missing input arguments. Input format: ./*.py <emb_file1;emb_file2;...>. Exiting ...\")\n        exit(0)\n\n    embedding_config = EmbeddingConfigs()\n    # We don't need to be word2vec format for pre-processing here but it still shows warning\n    # if input files aren't in w2v format.\n    embedding_config.is_word2vec_format = True\n    embedding_config.do_normalize_emb = False # If you don't want to normalize the embedding vectors.\n\n    if sys.argv[1].__contains__(\";\"):\n        in_model_files = sys.argv[1].split(\";\")\n    else:\n        in_model_files = [sys.argv[1]]\n\n    out_model_files = [input_model_path + \".extracted.vec\" for input_model_path in in_model_files]\n\n    load_and_save_2_word2vec_models(in_model_files, out_model_files)\n"
  },
  {
    "path": "src/codes/api/embedding_visualizer.py",
    "content": "# 1. Read embedding file\n# 2. Convert to tensorboard\n# 3. Visualize\n\n# encoding: utf-8\nimport sys, os\nimport gensim\nimport tensorflow as tf\nimport numpy as np\nfrom tensorflow.contrib.tensorboard.plugins import projector\nimport logging\nfrom tensorboard import default\nfrom tensorboard import program\n\n\nclass TensorBoardTool:\n\n    def __init__(self, dir_path):\n        self.dir_path = dir_path\n\n    def run(self, emb_name, port):\n        # Remove http messages\n        # log = logging.getLogger('sonvx').setLevel(logging.INFO)\n        logging.basicConfig(level=logging.INFO)\n        logging.propagate = False\n        # Start tensorboard server\n        tb = program.TensorBoard(default.get_plugins(), default.get_assets_zip_provider())\n        tb.configure(argv=[None, '--logdir', self.dir_path, '--port', str(port)])\n        url = tb.launch()\n        sys.stdout.write('TensorBoard of %s at %s \\n' % (emb_name, url))\n\n\ndef convert_multiple_emb_models_2_tf(emb_name_arr, w2v_model_arr, output_path, port):\n    \"\"\"\n\n    :param emb_name_arr:\n    :param w2v_model_arr:\n    :param output_path:\n    :param port:\n    :return:\n    \"\"\"\n    idx = 0\n    # define the model without training\n    sess = tf.InteractiveSession()\n    config = projector.ProjectorConfig()\n\n    for w2v_model in w2v_model_arr:\n        emb_name = emb_name_arr[idx]\n\n        meta_file = \"%s.tsv\" % emb_name\n        placeholder = np.zeros((len(w2v_model.wv.index2word), w2v_model.vector_size))\n\n        with open(os.path.join(output_path, meta_file), 'wb') as file_metadata:\n            for i, word in enumerate(w2v_model.wv.index2word):\n                placeholder[i] = w2v_model[word]\n                # temporary solution for https://github.com/tensorflow/tensorflow/issues/9094\n                if word == '':\n                    print(\"Empty Line, should replaced by any thing else, or will cause a bug of tensorboard\")\n                    file_metadata.write(u\"{0}\".format('<Empty Line>').encode('utf-8') + b'\\n')\n                else:\n                    file_metadata.write(u\"{0}\".format(word).encode('utf-8') + b'\\n')\n\n        word_embedding_var = tf.Variable(placeholder, trainable=False, name=emb_name)\n        tf.global_variables_initializer().run()\n        sess.run(word_embedding_var)\n\n        # adding into projector\n        embed = config.embeddings.add()\n        embed.tensor_name = emb_name\n        embed.metadata_path = meta_file\n        idx += 1\n\n    saver = tf.train.Saver()\n    writer = tf.summary.FileWriter(output_path, sess.graph)\n\n    # Specify the width and height of a single thumbnail.\n    projector.visualize_embeddings(writer, config)\n    all_emb_name = \"_\".join(emb_name for emb_name in emb_name_arr)\n    saver.save(sess, os.path.join(output_path, '%s.ckpt' % all_emb_name))\n    # tf.flags.FLAGS.logdir = output_path\n    # print('Running `tensorboard --logdir={0}` to run visualize result on tensorboard'.format(output_path))\n    # tb.run_main()q\n    tb_tool = TensorBoardTool(output_path)\n    tb_tool.run(all_emb_name, port)\n    return\n\n\ndef convert_one_emb_model_2_tf(emb_name, model, output_path, port):\n    \"\"\"\n\n    :param model: Word2Vec model\n    :param output_path:\n    :return:\n    \"\"\"\n    # emb_name = \"word_embedding\"\n    meta_file = \"%s.tsv\"%emb_name\n    placeholder = np.zeros((len(model.wv.index2word), model.vector_size))\n\n    with open(os.path.join(output_path, meta_file), 'wb') as file_metadata:\n        for i, word in enumerate(model.wv.index2word):\n            placeholder[i] = model[word]\n            # temporary solution for https://github.com/tensorflow/tensorflow/issues/9094\n            if word == '':\n                print(\"Empty Line, should replaced by any thing else, or will cause a bug of tensorboard\")\n                file_metadata.write(u\"{0}\".format('<Empty Line>').encode('utf-8') + b'\\n')\n            else:\n                file_metadata.write(u\"{0}\".format(word).encode('utf-8') + b'\\n')\n\n    # define the model without training\n    sess = tf.InteractiveSession()\n\n    word_embedding_var = tf.Variable(placeholder, trainable=False, name=emb_name)\n    sess.run(word_embedding_var)\n    # tf.global_variables_initializer().run()\n\n    saver = tf.train.Saver()\n    writer = tf.summary.FileWriter(output_path, sess.graph)\n\n    # adding into projector\n    config = projector.ProjectorConfig()\n    embed = config.embeddings.add()\n    embed.tensor_name = emb_name\n    embed.metadata_path = meta_file\n\n    # Specify the width and height of a single thumbnail.\n    projector.visualize_embeddings(writer, config)\n    saver.save(sess, os.path.join(output_path, '%s.ckpt'%emb_name))\n    # tf.flags.FLAGS.logdir = output_path\n    # print('Running `tensorboard --logdir={0}` to run visualize result on tensorboard'.format(output_path))\n    # tb.run_main()q\n    tb_tool = TensorBoardTool(output_path)\n    tb_tool.run(emb_name, port)\n    return\n\n\ndef visualize_multiple_embeddings_individually(paths_of_emb_models):\n    output_root_dir = \"../data/embedding_tf_data/\"\n    starting_port = 6006\n    embedding_names = []\n    print(\"Loaded all word embeddings, going to visualize ...\")\n\n    if paths_of_emb_models and paths_of_emb_models.__contains__(\";\"):\n        files = paths_of_emb_models.split(\";\")\n        for emb_file in files:\n\n            embedding_name = os.path.basename(os.path.normpath(emb_file))\n\n            tf_data_folder = output_root_dir + embedding_name\n\n            if not os.path.exists(tf_data_folder):\n                os.makedirs(tf_data_folder)\n\n            is_binary = False\n\n            if emb_file.endswith(\".bin\"):\n                is_binary = True\n\n            emb_model = gensim.models.KeyedVectors.load_word2vec_format(emb_file, binary=is_binary)\n\n            convert_one_emb_model_2_tf(embedding_name, emb_model, tf_data_folder, starting_port)\n\n            embedding_names.append(embedding_name)\n\n            starting_port += 1\n\n    while True:\n        print(\"Type exit to quite the visualizer: \")\n        user_input = input()\n        if user_input == \"exit\":\n            break\n    return\n\n\ndef visualize_multiple_embeddings_all_in_one(paths_of_emb_models, port):\n    output_root_dir = \"../data/embedding_tf_data/\"\n    starting_port = port\n    embedding_names = []\n    print(\"Loaded all word embeddings, going to visualize ...\")\n\n    embedding_name_arr = []\n    w2v_embedding_model_arr = []\n\n    if paths_of_emb_models and paths_of_emb_models.__contains__(\";\"):\n        files = paths_of_emb_models.split(\";\")\n        for emb_file in files:\n\n            embedding_name = os.path.basename(os.path.normpath(emb_file))\n            embedding_name_arr.append(embedding_name)\n\n            is_binary = False\n\n            if emb_file.endswith(\".bin\"):\n                is_binary = True\n\n            emb_model = gensim.models.KeyedVectors.load_word2vec_format(emb_file, binary=is_binary)\n            w2v_embedding_model_arr.append(emb_model)\n            embedding_names.append(embedding_name)\n\n        # print(\"View side-by-side word similarity of multiple embeddings at: http://Sons-MBP.lan:8089\")\n\n    all_emb_name = \"_\".join(emb_name for emb_name in embedding_name_arr)\n    tf_data_folder = output_root_dir + all_emb_name\n    if not os.path.exists(tf_data_folder):\n        os.makedirs(tf_data_folder)\n\n    convert_multiple_emb_models_2_tf(embedding_name_arr, w2v_embedding_model_arr, tf_data_folder, starting_port)\n\n    while True:\n        print(\"Type exit to quite the visualizer: \")\n        user_input = input()\n        if user_input == \"exit\":\n            break\n    return\n\n\ndef visualize_multiple_embeddings(paths_of_emb_models, port):\n    \"\"\"\n    API to other part to call, don't modify this function.\n    :param paths_of_emb_models:\n    :param port:\n    :return:\n    \"\"\"\n    visualize_multiple_embeddings_all_in_one(paths_of_emb_models, port)\n\n\nif __name__ == \"__main__\":\n    \"\"\"\n    Just run `python w2v_visualizer.py word2vec.model visualize_result`\n    \"\"\"\n    try:\n        model_path = sys.argv[1]\n        output_path = sys.argv[2]\n    except Exception as e:\n        print(\"Please provide model path and output path %s \" % e)\n\n    # model = Word2Vec.load(model_path)\n    model = gensim.models.KeyedVectors.load_word2vec_format(model_path, binary=True)\n    convert_one_emb_model_2_tf(model, output_path)\n"
  },
  {
    "path": "src/codes/embeddings/__init__.py",
    "content": ""
  },
  {
    "path": "src/codes/embeddings/embedding_configs.py",
    "content": "\n\nclass EmbeddingConfigs(object):\n    \"\"\"\n        Configuration information\n    \"\"\"\n    is_word2vec_format = True\n    do_normalize_emb = True\n    model_paths_list = []\n    model_names_list = []\n    model_dims_list = []\n    char_model_path = None\n    char_model_dims = -1\n    output_format = \".txt;.npz;.gz\"\n"
  },
  {
    "path": "src/codes/embeddings/embedding_models.py",
    "content": "from gensim.models import KeyedVectors as Word2Vec\nimport numpy as np\nfrom embeddings import embedding_utils\nfrom utils import file_utils\nimport os, re\nimport logging\n\n\nDEBUG = False\n\n\nclass Model_Constants(object):\n    word2vec = \"word2vec\"\n    char2vec = \"char2vec\"\n    private_word2vec = \"private_word2vec\"\n    elmo = \"elmo\"\n\n\nclass Embedding_Model(object):\n    def __init__(self, name, vector_dim):\n        self.name = name\n        self.model = None\n        self.char_model = None\n        self.vocabs_list = None\n        self.vector_dim = vector_dim\n        # TODO: update this changeable param later\n        # unk, random, mean, replace_by_character_embedding\n        self.unknown_word = \"replace_by_character_embedding\"\n        # self.MAX_DIM = 400 # No longer use MAX_DIM, now it depends on input dims\n\n    def load_model(self, model_path):\n        if self.name == Model_Constants.word2vec or self.name == Model_Constants.elmo:\n            if model_path.endswith(\".bin\"):\n                self.model = Word2Vec.load_word2vec_format(model_path, binary=True)\n            else:\n                self.model = Word2Vec.load_word2vec_format(model_path, binary=False)\n        elif self.name == Model_Constants.char2vec:\n            self.model = dict()\n            print(\"Loading model_path = \", model_path)\n            file = open(model_path, \"r\")\n            for line in file:\n                elements = line.split()\n                if len(elements) > 100:  # because embedding dim is higher than 100.\n                    # char_model[elements[0]] = np.array(map(float, elements[1:])).tolist()\n                    self.model[elements[0]] = np.array([float(i) for i in elements[1:]]).tolist()\n            return self.model\n        elif self.name == Model_Constants.private_word2vec:\n            self.model, _, self.vocabs_list = embedding_utils.reload_embeddings(model_path)\n        else:\n            raise Exception(\"Unknown embedding models!\")\n\n    def is_punct(self, word):\n        arr_list = [\n            '!',\n            '\"',\n            '%',\n            '&',\n            \"'\",\n            \"''\",\n            '(',\n            '(.',\n            ')',\n            '*',\n            '+',\n            ',',\n            '-',\n            '---',\n            '.',\n            '..',\n            '...',\n            '....',\n            '/',\n            ]\n        if word in arr_list:\n            return True\n        else:\n            return False\n\n    def is_number(self, word):\n        regex = r\"^[0-9]+\"\n        matches = re.finditer(regex, word, re.MULTILINE)\n        matchNum = 0\n        for matchNum, match in enumerate(matches):\n            matchNum = matchNum + 1\n        if matchNum > 0:\n            return True\n        else:\n            return False\n\n    def set_char_model(self, char_model):\n        self.char_model = char_model\n\n    def load_vocabs_list(self, vocab_file_path):\n        \"\"\"\n        Load vocabs list for private w2v model. Has to be pickle file.\n        :param vocab_file_path:\n        :return:\n        \"\"\"\n        if vocab_file_path:\n            self.vocabs_list = file_utils.load_obj(vocab_file_path)\n\n    def get_char_vector(self, char_model, word):\n        \"\"\"\n        char_model here is an instance of embedding_model\n        :param char_model: an instance of embedding_model\n        :param word:\n        :return:\n        \"\"\"\n        if char_model is None:\n            # Sonvx on March 20, 2019: we now allow the char_model is None,\n            # cannot call this get_char_vector in such case.\n            raise Exception(\"Char_model is None! Cannot use character-embedding.\")\n\n        out_char_2_vec = []\n        char_vecs = []\n        chars = list(word)\n        vecs = []\n        for c in chars:\n            if c in char_model.model:\n                emb_vector = char_model.model[c]\n                vecs.append(emb_vector)\n                if DEBUG:\n                    input(\">>>>>>\")\n                    print(\"Char_emb_vector=\", emb_vector)\n\n        # char_vecs.extend(list(vecs))\n\n        if len(vecs) > 0:\n            out_char_2_vec = np.mean(vecs, axis=0)\n\n        if DEBUG:\n            print(\">>> Output of char2vec: %s\"%(out_char_2_vec))\n            input(\">>>> outc2v ...\")\n\n        return out_char_2_vec\n\n    def is_unknown_word(self, word):\n        \"\"\"Check whether or not a word is unknown\"\"\"\n        is_unknown_word = False\n        if self.vocabs_list is not None:\n            if word not in self.vocabs_list:\n                is_unknown_word = True\n        else:\n            if word not in self.model:\n                is_unknown_word = True\n        return is_unknown_word\n\n    def get_word_vector(self, word):\n        \"\"\"\n        Handle unknown word: In case of our private word2vec, we have a vocabs_list to check. With regular models,\n        we can check inside the model. Note that by default, we use char-model to handle unknown words.\n        :param word:\n        :param char_model:\n        :return:\n        \"\"\"\n\n        rtn_vector = []\n\n        # try first time with normal case\n        is_unknown_word = self.is_unknown_word(word)\n\n        # try 2nd times with lowercase.\n        if is_unknown_word:\n            word = word.lower()\n            is_unknown_word = self.is_unknown_word(word)\n\n        # unknown word\n        if is_unknown_word and self.char_model:\n            # Sonvx on March 20, 2019: solve unknown only when char_model is SET.\n            rtn_vector = self.get_vector_of_unknown(word)\n        else:\n            # normal case\n            if self.name == Model_Constants.word2vec:\n                rtn_vector = self.model[word]\n\n                # For now we have self.vector_dim, max_dim, and len(rtn_vector)\n                # Update: move to use self.vector_dim only\n                if len(rtn_vector) > self.vector_dim:\n                    print(\"Warning: auto trim to %s/%s dimensions\"%(self.vector_dim, len(rtn_vector)))\n                    rtn_vector = self.model[word][:self.vector_dim]\n\n            elif self.name == Model_Constants.elmo:\n                rtn_vector = self.model[word]\n\n                if self.vector_dim == len(rtn_vector)/2:\n                    vector1 = rtn_vector[:self.vector_dim]\n                    vector2 = rtn_vector[self.vector_dim:]\n                    print(\"Notice: auto average to  b[i] = (a[i] + a[i + %s])/2 /%s dimensions\" % (self.vector_dim,\n                                                                                                   len(rtn_vector)))\n                    rtn_vector = np.mean([vector1, vector2], 0)\n                elif len(rtn_vector) > self.vector_dim:\n                    print(\"Warning: auto trim to %s/%s dimensions\" % (self.vector_dim, len(rtn_vector)))\n                    rtn_vector = self.model[word][:self.vector_dim]\n\n            elif self.name == Model_Constants.char2vec:\n                rtn_vector = self.get_char_vector(self, word)\n\n            elif self.name == Model_Constants.private_word2vec:\n                # Handle unknown word - Not need for now since we handle unknown words first\n                if word not in self.vocabs_list:\n                    word = \"UNK\"\n                word_idx = self.vocabs_list.index(word)\n                emb_vector = self.model[word_idx]\n                rtn_vector = emb_vector\n\n        # final check before returning vector\n        if DEBUG:\n            print(\">>> DEBUG: len(rtn_vector) = %s\" % (len(rtn_vector)))\n            input(\">>> before returning vector ...\")\n        if len(rtn_vector) < 1:\n            return np.zeros(self.vector_dim)\n        else:\n            if len(rtn_vector) == self.vector_dim:\n                return rtn_vector\n            # TODO: find a better way to represent unknown word by character to have same-size with word-vector-size\n            # For now, I add 0 to the [current-len, expected-len]\n            else:\n                logging.debug(\"Model name = %s, Current word = %s, Current size = %s, expected size = %s\"\n                      %(self.name, word, len(rtn_vector), self.vector_dim))\n                return np.append(rtn_vector, np.zeros(self.vector_dim - len(rtn_vector)))\n\n    def get_vector_of_unknown(self, word):\n        \"\"\"\n        If word is UNK, use char_vector model instead.\n        :param word:\n        :return:\n        \"\"\"\n        # Here we handle features based on the w2v model where\n        # numbers and punctuations are encoded as <punct>, <number>\n        if self.name == Model_Constants.word2vec:\n            if self.is_number(word):\n                rtn_vector = self.model[\"<number>\"]\n            elif self.is_punct(word):\n                rtn_vector = self.model[\"<punct>\"]\n            else:\n                rtn_vector = self.get_char_vector(self.char_model, word)\n\n            if rtn_vector is not None:\n                if len(rtn_vector) > self.vector_dim:\n                    print(\"Warning: auto trim to %s/%s dimensions\"%(self.vector_dim, len(rtn_vector)))\n                    return rtn_vector[:self.vector_dim]\n                else:\n                    return rtn_vector\n        # otherwise, using c2v to build-up the embedding vector\n        else:\n            return self.get_char_vector(self.char_model, word)\n\n\nclass Embedding_Models(object):\n    \"\"\"\n    Using all available embedding models to generate vectors\n    \"\"\"\n    def __init__(self, list_models):\n        self.list_models = list_models # list of embedding_model_objs: ['word2vec', 'char2vec', 'private_word2vec']\n\n    def add_model(self, emb_model, char_model):\n        \"\"\"\n        Add new model into the collection of embedding models. Note that, every model has to add char_model to handle\n        unknown word.\n        :param emb_model:\n        :param char_model:\n        :return:\n        \"\"\"\n        if char_model is None:\n            print(\"Warning: char_model is None -> cannot solve OOV word. Keep going ...\")\n            # Sonvx on March 20, 2019: change to allow None char_model\n            # raise Exception(\"char_model cannot be None.\")\n        if isinstance(emb_model, Embedding_Model):\n            emb_model.set_char_model(char_model)\n            self.list_models.append(emb_model)\n        else:\n            raise Exception(\"Not an instance of embedding_model class.\")\n\n    def get_vector_of_document(self, document):\n        \"\"\"\n        Get all embedding vectors for one document\n        :param document:\n        :return:\n        \"\"\"\n        doc_vector = []\n        # debug_dict = {}\n        # print (\"len_doc = \", len(document))\n        for word in document:\n\n            all_vectors_of_word = []\n\n            # get all embedding vectors of a word\n            for emb_model in self.list_models:\n                emb_vector = emb_model.get_word_vector(word)\n                # print(\"len_emb_vector = \", len(emb_vector))\n                all_vectors_of_word.extend(emb_vector)\n\n                # if word in debug_dict.keys():\n                #     debug_dict[word].append(len(emb_vector))\n                # else:\n                #     debug_dict[word] = [len(emb_vector)]\n\n             # stack a combined vector of all words\n            doc_vector.append(all_vectors_of_word)\n\n        # print(\"list of words and emb size = \", debug_dict)\n        # get the mean of them to represent a document\n        doc_vector = np.mean(doc_vector, axis=0)\n\n        return doc_vector\n\n    def get_word_vector_of_multi_embeddings(self, word):\n        \"\"\"\n        Get all embedding vectors for one document\n        :param word:\n        :return:\n        \"\"\"\n        word_vector = []\n        for emb_model in self.list_models:\n            emb_vector = emb_model.get_word_vector(word)\n            word_vector.extend(emb_vector)\n\n        return word_vector\n\n\n\n\n\n"
  },
  {
    "path": "src/codes/embeddings/embedding_utils.py",
    "content": "import os\nfrom utils import file_utils\nfrom embeddings.embedding_models import Embedding_Model, Embedding_Models\n\n\ndef reload_char2vec_model(model_path, model_dim):\n    char_model = Embedding_Model(\"char2vec\", model_dim)\n    char_model.load_model(model_path)\n    return char_model\n\n\ndef reload_embedding_models(model_paths_list, model_names_list, model_dims_list, char_model):\n    \"\"\"\n    Reload collection of embedding models to serve feature extraction task.\n    :param model_paths_list:\n    :param model_names_list:\n    :param model_dims_list:\n    :param char_model:\n    :return:\n    \"\"\"\n    # model path list and name list must be equal.\n    print(\"model_paths_list = \", model_paths_list)\n    print(\"model_formats_list = \", model_names_list)\n    assert (len(model_names_list) == len(model_paths_list)), \"Not equal length\"\n    assert (len(model_names_list) == len(model_dims_list)), \"Not equal length\"\n\n    all_emb_models = Embedding_Models([])\n\n    for model_idx in range(len(model_paths_list)):\n        # get model path based on index\n        model_path = model_paths_list[model_idx]\n        model_name = model_names_list[model_idx]\n        model_dim = model_dims_list[model_idx]\n\n        if model_path is not None:\n\n            emb_model = Embedding_Model(model_name, model_dim)\n            emb_model.load_model(model_path)\n\n            # add to final list of emb_models\n            all_emb_models.add_model(emb_model, char_model)\n\n    return all_emb_models\n\n\ndef save_embedding_models_tofolder(dir_path, final_embeddings, reverse_dictionary, vocabulary_size):\n    \"\"\"\n    Save all trained word-embedding model of the custom word2vec.\n    :param final_embeddings:\n    :param reverse_dictionary:\n    :param vocabulary_size:\n    :return:\n    \"\"\"\n\n    if not os.path.exists(dir_path):\n        os.makedirs(dir_path)\n\n    def save_to_word2vec_model(vocabs_list):\n        # print(\"Saving word2vec format ...\")\n        filewriter = open(os.path.join(dir_path, \"word2vec.txt\"), \"w\", encoding=\"utf-8\")\n\n        filewriter.write(\"%s %s\\n\" % (len(vocabs_list), len(final_embeddings[0])))\n        for word in vocabs_list:\n            word_idx = vocabs_list.index(word)\n            emb_vector = final_embeddings[word_idx]\n            line = ' '.join([\"%s\" % (x) for x in emb_vector])\n            filewriter.write(word + \" \" + line + \"\\n\")\n\n        filewriter.close()\n        # print(\"Done!\")\n\n    file_utils.save_obj(final_embeddings, os.path.join(dir_path, \"final_embeddings\"))\n    # We don't need to save reversed_dictionary\n    # file_utils.save_obj(reverse_dictionary, os.path.join(FLAGS.trained_models, \"reversed_dictionary\"))\n    vocab_list = [reverse_dictionary[i] for i in range(vocabulary_size)]\n    save_to_word2vec_model(vocab_list)\n    file_utils.save_obj(vocab_list, os.path.join(dir_path, \"words_dictionary\"))\n\n\ndef save_embedding_models(FLAGS, final_embeddings, reverse_dictionary, vocabulary_size):\n    \"\"\"\n    Keep for old implementation.\n    :param FLAGS:\n    :param final_embeddings:\n    :param reverse_dictionary:\n    :param vocabulary_size:\n    :return:\n    \"\"\"\n    save_embedding_models_tofolder(FLAGS.trained_models, final_embeddings,\n                                   reverse_dictionary, vocabulary_size)\n\n\ndef reload_embeddings(trained_models_dir):\n    \"\"\"\n    Reload trained word-embedding model of the custom word2vec.\n    :param trained_models_dir:\n    :return:\n    \"\"\"\n    final_embeddings = file_utils.load_obj(os.path.join(trained_models_dir, \"final_embeddings\"))\n    # reverse_dictionary = file_utils.load_obj(os.path.join(trained_models_dir, \"reversed_dictionary\"))\n    reverse_dictionary = None\n    labels = file_utils.load_obj(os.path.join(trained_models_dir, \"words_dictionary\"))\n    return final_embeddings, reverse_dictionary, labels\n\n\ndef create_single_utf8_file(input_dir, output_file):\n    import glob\n    # path = './wiki_data/*.txt'\n    # out = './wiki_all.vi.utf8.txt'\n    files = glob.glob(input_dir)\n    for file in files:\n        with open(output_file, \"a\") as myfile:\n            with open(file, \"r\") as fp:\n                for line in fp:\n                    line = line.strip().lower()\n                    line = line.decode('utf-8', 'ignore').encode(\"utf-8\")\n                    myfile.write(line)\n    print(\"done\")\n"
  },
  {
    "path": "src/codes/etnlp_api.py",
    "content": "import argparse\nfrom api import embedding_preprocessing, embedding_evaluator, embedding_extractor, embedding_visualizer\nfrom visualizer import visualizer_sbs\nimport logging\nimport os\nfrom embeddings.embedding_configs import EmbeddingConfigs\n__version__ = \"0.1.3\"\n\n\nembedding_config = EmbeddingConfigs()\n\nif __name__ == \"__main__\":\n    \"\"\"\n    ETNLP: a toolkit for evaluate, extract, and visualize multiple word embeddings\n    \"\"\"\n\n    _desc = \"Evaluates a word embedding model\"\n    _parser = argparse.ArgumentParser(description=_desc)\n    _parser.add_argument(\"-input\",\n                         required=True,\n                         default=\"../data/embedding_dicts/elmo_embeddings.txt\",\n                         #\n                         help=\"model\")\n    _parser.add_argument(\"-analoglist\",\n                         nargs=\"?\",\n                         # default=\"../data/embedding_analogies/vi/analogy_vn_seg.txt.std.txt\",\n                         default=\"./data/embedding_analogy/solveable_analogies_vi.txt\",\n                         help=\"testset\")\n\n    _parser.add_argument(\"-args\",\n                         nargs=\"?\",\n                         default=\"eval\",\n                         help=\"Run evaluation\")\n\n    _parser.add_argument(\"-lang\",\n                         nargs=\"?\",\n                         default=\"VI\",\n                         help=\"Specify language, by default, it's Vietnamese.\")\n\n    _parser.add_argument(\"-vocab\",\n                         nargs=\"?\",\n                         default=\"../data/vocab.txt\",\n                         help=\"Vocab to be extracted\")\n\n    _parser.add_argument(\"-port\",\n                         nargs=\"?\",\n                         default=8889,\n                         help=\"Port for visualization\")\n\n    _parser.add_argument(\"-input_c2v\",\n                         nargs=\"?\",\n                         default=None,\n                         help=\"C2V embedding\")\n\n    _parser.add_argument(\"-output\",\n                         nargs=\"?\",\n                         default=\"../data/embedding_analogies/vi/results_out.txt\",\n                         help=\"Output file of word analogy task\")\n\n    _parser.add_argument(\"-output_format\",\n                         nargs=\"?\",\n                         default=\".txt\",\n                         help=\"Format of output file of the extracted embedding.\")\n\n    _args = _parser.parse_args()\n\n    # Set logging level\n    logging.basicConfig(level=logging.INFO)\n    logging.disable(logging.INFO)\n    os.environ['TF_CPP_MIN_LOG_LEVEL'] = '5'\n\n    input_embedding_files_str = _args.input\n    analoglist = _args.analoglist\n    is_vietnamese = _args.lang\n    output_files_str = _args.output\n    options_str = _args.args\n    vocab_file = _args.vocab\n    output_format = _args.output_format\n    port = _args.port\n\n    # By default, we process all embeddings as word2vec format.\n    embedding_preprocessing.is_word2vec_format = True\n\n    if options_str == 'eval':\n        print(\"Starting evaluator ...\")\n        embedding_evaluator.evaluator_api(input_files=input_embedding_files_str, analoglist=analoglist,\n                                          output=output_files_str)\n        print(\"Done evaluator !\")\n    elif options_str == 'visualizer':\n        print(\"Starting visualizer ...\")\n        embedding_visualizer.visualize_multiple_embeddings(input_embedding_files_str, port)\n        print(\"Done visualizer !\")\n    elif options_str.startswith(\"extract\"):\n        print(\"Starting extractor ...\")\n        embedding_extractor.extract_embedding_for_vocab_file(input_embedding_files_str, vocab_file,\n                                                             _args.input_c2v, output_files_str, output_format)\n        print(\"Done extractor !\")\n    elif options_str.startswith(\"glove2w2v\"):\n        print(\"Starting pre-processing: convert to word2vec format ...\")\n        embedding_config.is_word2vec_format = False\n        if options_str.__contains__(\"do_normalize\"):\n            embedding_config.do_normalize_emb = True\n        else:\n            embedding_config.do_normalize_emb = False\n        embedding_preprocessing.load_and_save_2_word2vec_models(input_embedding_files_str,\n                                                                output_files_str,\n                                                                embedding_config)\n\n    else:\n        print(\"Invalid options\")\n\n    print(\"Done!\")\n\n\n\n\n"
  },
  {
    "path": "src/codes/requirements.txt",
    "content": "gensim==3.4.0\nscipy==1.1.0\nsix==1.12.0\nsetuptools==40.6.2\ntensorflow==1.12.0\nFlask==1.0.2\ntensorboard==1.12.0\nnumpy==1.15.4\nscikit_learn==0.20.3\ntyping==3.6.6\n"
  },
  {
    "path": "src/codes/setup.py",
    "content": "from setuptools import setup, find_packages\nfrom etnlp_api import __version__\n\n\nwith open(\"../../README.md\", \"r\") as fh:\n    long_description = fh.read()\n\nsetup(\n    name='ETNLP',\n    version=__version__,\n    # packages=['api', 'utils', 'embeddings', 'visualizer'],\n    packages=find_packages(),\n    py_modules=['etnlp_api'],\n    long_description=long_description,\n    long_description_content_type=\"text/markdown\",\n    url='https://github.com/vietnlp/etnlp',\n    license='MIT',\n    author='vietnlp',\n    author_email='sonvx.coltech@gmail.com',\n    description='ETNLP: Embedding Toolkit for NLP Tasks'\n)\n# from setuptools import setup, find_packages\n# import sys\n#\n# with open('requirements.txt') as f:\n#     reqs = f.read()\n# setup(\n#     name='ETNLP',\n#     version='0.1.0',\n#     description='ETNLP: Embedding Toolkit for NLP Tasks',\n#     python_requires='>=3.5',\n#     packages=find_packages(exclude=('data')),\n#     install_requires=reqs.strip().split('\\n'),\n# )\n"
  },
  {
    "path": "src/codes/utils/__init__.py",
    "content": ""
  },
  {
    "path": "src/codes/utils/emb_utils.py",
    "content": "from sklearn.metrics.pairwise import cosine_similarity\nfrom typing import Any, Iterable, List, Optional, Set, Tuple\n\nfrom utils.vectors import Vector\nfrom utils import vectors\nfrom utils.word import Word\nfrom utils import eval_utils\nfrom gensim import utils as genutils\nimport logging\nimport numpy as np\nfrom scipy import stats\n\n# Timing info for most_similar (100k words):\n# Original version: 7.3s\n# Normalized vectors: 3.4s\nlogger = logging.getLogger(__name__)\n\n\ndef most_similar(base_vector: Vector, words: List[Word]) -> List[Tuple[float, Word]]:\n    \"\"\"Finds n words with smallest cosine similarity to a given word\"\"\"\n    words_with_distance = [(vectors.cosine_similarity_normalized(base_vector, w.vector), w) for w in words]\n    # We want cosine similarity to be as large as possible (close to 1)\n    sorted_by_distance = sorted(words_with_distance, key=lambda t: t[0], reverse=True)\n    # Sonvx: remove duplications (not understand why yet, probably because the w2v?)\n    # sorted_by_distance = list(set(sorted_by_distance))\n    return sorted_by_distance\n\n\ndef print_most_similar(words: List[Word], text: str) -> None:\n    base_word = find_word(text, words)\n    if not base_word:\n        print(\"Unknown word: %s\"%(text))\n        return\n    print(\"Words related to %s:\" % (base_word.text))\n    sorted_by_distance = [\n        word.text for (dist, word) in\n        most_similar(base_word.vector, words)\n        if word.text.lower() != base_word.text.lower()\n    ]\n    print(', '.join(sorted_by_distance[:10]))\n\n\ndef read_word() -> str:\n    return input(\"Type a word: \")\n\n\ndef find_word(text: str, words: List[Word]) -> Optional[Word]:\n    try:\n        return next(w for w in words if text == w.text)\n    except StopIteration:\n        return None\n\n\ndef closest_analogies_OLD(\n        left2: str, left1: str, right2: str, words: List[Word]\n) -> List[Tuple[float, Word]]:\n    word_left1 = find_word(left1, words)\n    word_left2 = find_word(left2, words)\n    word_right2 = find_word(right2, words)\n    if (not word_left1) or (not word_left2) or (not word_right2):\n        return []\n    vector = vectors.add(\n        vectors.sub(word_left1.vector, word_left2.vector),\n        word_right2.vector)\n    closest = most_similar(vector, words)[:10]\n\n    def is_redundant(word: str) -> bool:\n        \"\"\"\n        Sometimes the two left vectors are so close the answer is e.g.\n        \"shirt-clothing is like phone-phones\". Skip 'phones' and get the next\n        suggestion, which might be more interesting.\n        \"\"\"\n        word_lower = word.lower()\n        return (\n                left1.lower() in word_lower or\n                left2.lower() in word_lower or\n                right2.lower() in word_lower)\n\n    closest_filtered = [(dist, w) for (dist, w) in closest if not is_redundant(w.text)]\n    return closest_filtered\n\n\ndef closest_analogies_vectors(\n        word_left2: Word, word_left1: Word, word_right2: Word, words: List[Word]) \\\n            -> List[Tuple[float, Word]]:\n    \"\"\"\n    Sonvx:\n    :param word_left2:\n    :param word_left1:\n    :param word_right2:\n    :param words:\n    :param remove_redundancy: remove suggestions if they contain the given words.\n    :return:\n    \"\"\"\n    # print(\">>>> Remove redundancy = \", remove_redundancy)\n    # input(\">>>>\")\n    vector = vectors.add(\n        vectors.sub(word_left1.vector, word_left2.vector),\n        word_right2.vector)\n    closest = most_similar(vector, words)[:10]\n\n    def is_redundant(word: str) -> bool:\n        \"\"\"\n        Sometimes the two left vectors are so close the answer is e.g.\n        \"shirt-clothing is like phone-phones\". Skip 'phones' and get the next\n        suggestion, which might be more interesting.\n        \"\"\"\n        word_lower = word.lower()\n        return (\n                word_left1.text.lower() in word_lower or\n                word_left2.text.lower() in word_lower or\n                word_right2.text.lower() in word_lower)\n    # It doesn't work this way for Vietnamese, so we try both of this to test for now\n    if False:\n        closest_filtered = [(dist, w) for (dist, w) in closest if not is_redundant(w.text)]\n    else:\n        closest_filtered = closest\n    return closest_filtered\n\n\ndef get_avg_vector(word, embedding_words):\n\n    if \" \" in word:\n        single_words = word.split(\" \")\n        list_vector = []\n\n        for single_word in single_words:\n            word_vec = find_word(single_word, embedding_words)\n            if word_vec:\n                list_vector.append(word_vec.vector)\n            else:\n                # Try again with lowercase\n                single_word = single_word.lower()\n                word_vec = find_word(single_word, embedding_words)\n                if word_vec:\n                    list_vector.append(word_vec.vector)\n\n        # print(\"list_vector: \", list_vector)\n        # input(\">>>>>>>>\")\n\n        returned_Word = Word(word, vectors.mean_list(list_vector), 1)\n    else:\n        returned_Word = find_word(word, embedding_words)\n\n    # print(\"Avg returned vector = \", returned_vector)\n    # input(\">>>>\")\n\n    return returned_Word\n\n\ndef run_paired_ttests(all_map_arr, embedding_names):\n    \"\"\"\n    Run Paired t-tests on MAP results\n    :param all_map_arr:\n    :param embedding_names:\n    :return:\n    \"\"\"\n    str_out = \"\"\n    num_embs = len(all_map_arr)\n\n    # Verify to make sure they have the same length\n    if all_map_arr and embedding_names:\n        for i in range(0, num_embs - 1):\n            for j in range(i + 1, num_embs):\n                if len(all_map_arr[i]) != len(all_map_arr[j]):\n                    raise Exception(\"Two embedding (%s, %s) have different MAP list, sizes: %s vs. %s\"\n                                    % (embedding_names[i], embedding_names[j], len(all_map_arr[i]), len(all_map_arr[j])))\n    else:\n        logging.error(\"Inputs are NULL\")\n\n    result_str_ttest_arr = []\n    for i in range(0, num_embs - 1):\n        for j in range(i + 1, num_embs):\n            stat_test_ret = stats.ttest_rel(all_map_arr[i], all_map_arr[j])\n            # if stat_test_ret.pvalue >= 0.05:\n            result = \"%s vs. %s: %s\" % (embedding_names[i], embedding_names[j], stat_test_ret)\n            str_out += result + \"\\n\"\n\n    return str_out\n\n\ndef eval_word_analogy_4_all_embeddings(word_analogies_file, embedding_names: List[str],\n                                       word_embeddings: List[List[Word]], output_file):\n    \"\"\"\n    Run word analogy for all embeddings\n    :param word_analogies_file:\n    :param embedding_names:\n    :param word_embeddings:\n    :param output_file:\n    :return:\n    \"\"\"\n    fwriter = open(output_file, \"w\")\n    idx = 0\n    all_map_arr = []\n    console_output_str = \"\"\n    category = \": | Word Analogy Task results\\n\"\n    fwriter.write(category)\n    console_output_str += category\n\n    for word_embedding in word_embeddings:\n        embedding_name = embedding_names[idx]\n        map_at_10, map_arr, result_str = eval_word_analogies(word_analogies_file, word_embedding, embedding_name)\n        all_map_arr.append(map_arr)\n        meta_info = \"\\nEmbedding: %s\"%(embedding_names[idx])\n        fwriter.write(meta_info + \"\\n\")\n        fwriter.write(result_str)\n        fwriter.write(\"MAP_arr = %s\"%(map_arr))\n        fwriter.write(\"MAP@10 = %s\" % (map_at_10))\n        fwriter.flush()\n        console_output_str += meta_info + \"\\n\" + \"MAP@10 = %s\" % (map_at_10) + \"\\n\"\n        idx += 1\n\n    # Getting significant Paired t-tests\n    category = \"\\n: | Paired t-tests results\\n\"\n    fwriter.write(category)\n    console_output_str += category\n    ttests_result = run_paired_ttests(all_map_arr, embedding_names)\n    console_output_str += ttests_result\n    fwriter.write(ttests_result)\n    fwriter.flush()\n    fwriter.close()\n\n    return console_output_str\n\n\ndef eval_word_analogies(word_analogies_file, words: List[Word], embedding_name):\n    \"\"\"\n    Sonvx: Evaluate word analogy for one embedding.\n    :param word_analogies_file:\n    :param words:\n    :return:\n    \"\"\"\n    # input(\"GO checking >>>>\")\n    oov_counter, idx_cnt, is_vn_counter, phrase_cnt = 0, -1, 0, 0\n    sections, section = [], None\n    # map_arr = []\n    out_str = \"\"\n    map_ret_dict = {}\n\n    for line_no, line in enumerate(genutils.smart_open(word_analogies_file)):\n        # TODO: use level3 BLAS (=evaluate multiple questions at once), for speed\n        line = genutils.to_unicode(line)\n        line = line.rstrip()\n        if line.startswith(': |'):\n            # a new section starts => store the old section\n            if section:\n                sections.append(section)\n            section = {'section': line.lstrip(': ').strip(), 'correct': [], 'incorrect': []}\n        else:\n            # Count number of analogy to check\n            idx_cnt += 1\n\n            # Set default map value\n            map_ret_dict[idx_cnt] = 0.0\n\n            if not section:\n                raise ValueError(\"missing section header before line #%i in %s\" % (line_no, word_analogies_file))\n            try:\n                # a - b + c = expected\n                # Input: Baghdad | Irac | Bangkok | Thai_Lan\n                # Baghdad - Irac = Bangkok - Thai_Lan\n                # -> Baghdad - Irac + Thai_Lan = Bangkok\n                # =>\n                a, b, expected, c = [word for word in line.split(\" | \")]\n            except ValueError:\n                logger.debug(\"SVX: ERROR skipping invalid line #%i in %s\", line_no, word_analogies_file)\n                print(\"Line : \", line)\n                print(\"a, b, c, expected: %s, %s, %s, %s\" % (a, b, c, expected))\n                # input(\">>> Wait ...\")\n                continue\n\n            # In case of Vietnamese, word analogy can be a phrase\n            if \" \" in expected:\n                print(\"INFO: we don't support to find word analogies for phrase for NOW.\")\n                phrase_cnt += 1\n                continue\n            elif \" \" in a or \" \" in b or \" \" in c:\n                is_vn_counter += 1\n                word_left1 = get_avg_vector(a, words)\n                word_left2 = get_avg_vector(b, words)\n                word_right2 = get_avg_vector(c, words)\n            else:\n                word_left1 = find_word(a, words)\n                word_left2 = find_word(b, words)\n                word_right2 = find_word(c, words)\n\n            if (not word_left1) or (not word_left2) or (not word_right2):\n                logger.debug(\"SVX: skipping line #%i with OOV words: %s\", line_no, line.strip())\n                oov_counter += 1\n                continue\n\n            # Write solable analogy to a file\n            # fsolveable_writer.write(line + \"\\n\")\n\n            logger.debug(\"word_left1 = %s\", word_left1.text)\n            logger.debug(\"word_left2 = %s\", word_left2.text)\n            logger.debug(\"word_right2 = %s\", word_right2.text)\n\n            # Start finding close word:\n            # Note: we can only find 1 expected word in Vietnamese for NOW\n            top10_candidate = closest_analogies_vectors(word_left2, word_left1,\n                                                        word_right2, words)\n            list_candidate_arr = []\n            for tuple in top10_candidate:\n                list_candidate_arr.append(tuple[1].text)\n\n            logger.debug(\"Expected Word: %s, candidate = %s\" % (expected, list_candidate_arr))\n            # input(\">>>>>\")\n            # Calculate MAP@10 score\n            this_map_result = eval_utils.mapk(expected, list_candidate_arr, word_level=True)\n            if this_map_result >= 0:\n                this_map_result = round(this_map_result, 6)\n                # map_arr[idx_cnt] = this_map_result\n            else:\n                this_map_result = 0.0\n                # map_arr.append(0.0)\n                # map_arr[idx_cnt] = this_map_result\n\n            map_ret_dict[idx_cnt] = this_map_result\n\n            if expected in list_candidate_arr:\n                section['correct'].append((a, b, c, expected))\n                out_line = \"%s - %s + %s = ?; Expect: %s, candidate: %s\" % \\\n                           (word_left1, word_left2, word_right2, expected, list_candidate_arr)\n                out_str += out_line + \"\\n\"\n\n            # else:\n            #    section['incorrect'].append((a, b, c, expected))\n\n    # fsolveable_writer.close()\n    if section:\n        # store the last section, too\n        sections.append(section)\n\n    map_arr = list(map_ret_dict.values())\n    logger.debug(\"map_arr = \", map_arr)\n    logger.debug(\"MAP_RET_DICT = \", map_ret_dict)\n    # input(\"Check result dict: >>>>>\")\n\n    total = {\n        \"Emb_Name: \" + embedding_name + '/OOV/Total/VN_Solveable_Cases/VN_Phrase_Target':\n            [oov_counter, (idx_cnt + 1), is_vn_counter, phrase_cnt],\n        'MAP@10': np.mean(map_arr)\n        # ,\n        # 'section': 'total'\n        # ,\n        # 'correct': sum((s['correct'] for s in sections), []),\n        # 'incorrect': sum((s['incorrect'] for s in sections), []),\n    }\n    # print (out_str)\n    # print(total)\n    # logger.info(total)\n\n    sections.append(total)\n    sections_str = \"\\n%s\\n\" % sections\n\n    return np.mean(map_arr), map_arr, sections_str\n\n\ndef print_analogy(left2: str, left1: str, right2: str, words: List[Word]) -> None:\n    analogies = closest_analogies_OLD(left2, left1, right2, words)\n    if (len(analogies) == 0):\n        # print(f\"{left2}-{left1} is like {right2}-?\")\n        print(\"%s-%s is like %s-?\"%(left2, left1, right2))\n        # man-king is like woman-king\n        # input: man is to king is like woman is to ___?(queen).\n    else:\n        (dist, w) = analogies[0]\n        # alternatives = ', '.join([f\"{w.text} ({dist})\" for (dist, w) in analogies])\n        # print(f\"{left2}-{left1} is like {right2}-{w.text}\")\n        print(\"%s-%s is like %s-%s\"%(left2, left1, right2, w.text))\n\n"
  },
  {
    "path": "src/codes/utils/embedding_io.py",
    "content": "from typing import Iterable, List, Set\n\nfrom itertools import groupby\nimport numpy as np\nimport re\nimport utils.vectors as v\nfrom utils.word import Word\nimport logging\nimport os\nfrom embeddings.embedding_configs import EmbeddingConfigs\n\n\ndef save_model_to_file(embedding_model: List[Word], model_file_out: str):\n    \"\"\"\n    Save loaded model back to file (to remove duplicated items).\n    :param embedding_model:\n    :param model_file_out:\n    :return:\n    \"\"\"\n    fwriter = open(model_file_out, \"w\")\n\n    meta_data = \"%s %s\\n\"%(len(embedding_model), len(embedding_model[0].vector))\n    fwriter.write(meta_data)\n    fwriter.flush()\n    for w_Word in embedding_model:\n        line = w_Word.text + \" \" + \" \".join(str(scalar) for scalar in w_Word.vector.tolist())\n        fwriter.write(line + \"\\n\")\n        fwriter.flush()\n    fwriter.close()\n\n\ndef load_word_embeddings(file_paths: str, emb_config: EmbeddingConfigs) -> List[List[Word]]:\n    \"\"\"\n    Sonvx: load multiple embeddings: e.g., <emb_file1>;<emb_file2>\n    :param file_paths:\n    :param emb_config:\n    :return:\n    \"\"\"\n    embedding_models = []\n    embedding_names = []\n    if file_paths and file_paths.__contains__(\";\"):\n        files = file_paths.split(\";\")\n        for emb_file in files:\n            word_embedding = load_word_embedding(emb_file.replace(\"\\\"\", \"\"), emb_config)\n            embedding_name = os.path.basename(os.path.normpath(emb_file))\n            embedding_models.append(word_embedding)\n            embedding_names.append(embedding_name)\n    else:\n        return [load_word_embedding(file_paths), emb_config]\n\n    return embedding_names, embedding_models\n\n\ndef load_word_embedding(file_path: str, emb_config: EmbeddingConfigs) -> List[Word]:\n    \"\"\"\n    Load and cleanup the data.\n    :param file_path:\n    :param emb_config:\n    :return:\n    \"\"\"\n    # print(f\"Loading {file_path}...\")\n    print(\"Loading %s ...\"%(file_path))\n    words = load_words_raw(file_path, emb_config)\n    # print(f\"Loaded {len(words)} words.\")\n    print(\"Loaded %s words.\" %(len(words)))\n\n    # Test\n    word1 = words[1]\n    print(\"Vec Len(word1) = \", len(word1.vector))\n\n    # num_dimensions = most_common_dimension(words)\n    # words = [w for w in words if len(w.vector) == dims]\n    # print(f\"Using {num_dimensions}-dimensional vectors, {len(words)} remain.\")\n\n    # words = remove_stop_words(words)\n    # print(f\"Removed stop words, {len(words)} remain.\")\n\n    # ords = remove_duplicates(words)\n    # print(f\"Removed duplicates, {len(words)} remain.\")\n\n    logging.debug(\"Embedding words: \", words[:10])\n    print(\"Emb_vocab_size = \", len(words))\n    # input(\"Done loading embedding: >>>>\")\n\n    return words\n\n\ndef load_words_raw(file_path: str, emb_config: EmbeddingConfigs) -> List[Word]:\n    \"\"\"\n    Load the file as-is, without doing any validation or cleanup.\n    :param file_path:\n    :param emb_config:\n    :return:\n    \"\"\"\n\n    def parse_line(line: str, frequency: int) -> Word:\n        # print(\"Line=\", line)\n        tokens = line.split(\" \")\n        word = tokens[0]\n        if emb_config.do_normalize_emb:\n            vector = v.normalize(np.array([float(x) for x in tokens[1:]]))\n        else:\n            vector = np.array([float(x) for x in tokens[1:]])\n        return Word(word, vector, frequency)\n\n    # Sonvx: NOT loading the same word twice.\n\n    unique_dict = {}\n\n    words = []\n    # Words are sorted from the most common to the least common ones\n    frequency = 1\n\n    duplicated_entry = 0\n\n    idx_counter, vocab_size, emb_dim = 0, 0, 0\n    with open(file_path) as f:\n        for line in f:\n            line = line.rstrip()\n\n            # print(\"Processing line: \", line)\n\n            if idx_counter == 0 and emb_config.is_word2vec_format:\n                try:\n                    meta_info = line.split(\" \")\n                    vocab_size = int(meta_info[0])\n                    emb_dim = int(meta_info[1])\n                    idx_counter += 1\n                    continue\n                except Exception as e:\n                    print(\"meta_info = \"%(meta_info))\n                    logging.error(\"Input embedding has format issue: Error = %s\" % (e))\n\n            # if len(line) < 20: # Ignore the first line of w2v format.\n            #     continue\n\n            w = parse_line(line, frequency)\n\n            # Svx: only load if the word is not existed in the list.\n            if w.text not in unique_dict:\n                unique_dict[w.text] = frequency\n                words.append(w)\n                frequency += 1\n            else:\n                duplicated_entry += 1\n                # print(\"Loading the same word again\")\n\n            # # Svx: check if the embedding dim is the same with the metadata, random check only\n            if idx_counter == 10:\n                if len(w.vector) != emb_dim:\n                    message = \"Metadata and the real vector size do not match: meta:real = %s:%s\" \\\n                                  % (emb_dim, len(w.vector))\n                    logging.error(message)\n                    raise ValueError(message)\n            idx_counter += 1\n\n    if duplicated_entry > 0:\n        logging.debug(\"Loading the same word again: %s\"%(duplicated_entry))\n\n    # Final check:\n    if (frequency - 1) != vocab_size:\n        msg = \"Loaded %s/%s unique vocab.\" % ((frequency - 1), vocab_size)\n        logging.info(msg)\n\n    return words\n\n\ndef iter_len(iter: Iterable[complex]) -> int:\n    return sum(1 for _ in iter)\n\n\ndef most_common_dimension(words: List[Word]) -> int:\n    \"\"\"\n    There is a line in the input file which is missing a word\n    (search -0.0739, -0.135, 0.0584).\n    \"\"\"\n    lengths = sorted([len(word.vector) for word in words])\n    dimensions = [(k, iter_len(v)) for k, v in groupby(lengths)]\n    print(\"Dimensions:\")\n    for (dim, num_vectors) in dimensions:\n        # print(f\"{num_vectors} {dim}-dimensional vectors\")\n        print(\"%s %s-dimensional vectors\"%(num_vectors, dim))\n    most_common = sorted(dimensions, key=lambda t: t[1], reverse=True)[0]\n    return most_common[0]\n\n\n# We want to ignore these characters,\n# so that e.g. \"U.S.\", \"U.S\", \"US_\" and \"US\" are the same word.\nignore_char_regex = re.compile(\"[\\W_]\")\n\n# Has to start and end with an alphanumeric character\nis_valid_word = re.compile(\"^[^\\W_].*[^\\W_]$\")\n\n\ndef remove_duplicates(words: List[Word]) -> List[Word]:\n    seen_words: Set[str] = set()\n    unique_words: List[Word] = []\n    for w in words:\n        canonical = ignore_char_regex.sub(\"\", w.text)\n        if not canonical in seen_words:\n            seen_words.add(canonical)\n            # Keep the original ordering\n            unique_words.append(w)\n    return unique_words\n\n\ndef remove_stop_words(words: List[Word]) -> List[Word]:\n    return [w for w in words if (\n            len(w.text) > 1 and is_valid_word.match(w.text))]\n\n\n# Run \"smoke tests\" on import\nassert [w.text for w in remove_stop_words([\n    Word('a', [], 1),\n    Word('ab', [], 1),\n    Word('-ab', [], 1),\n    Word('ab_', [], 1),\n    Word('a.', [], 1),\n    Word('.a', [], 1),\n    Word('ab', [], 1),\n])] == ['ab', 'ab']\nassert [w.text for w in remove_duplicates([\n    Word('a.b', [], 1),\n    Word('-a-b', [], 1),\n    Word('ab_+', [], 1),\n    Word('.abc...', [], 1),\n])] == ['a.b', '.abc...']\n"
  },
  {
    "path": "src/codes/utils/eval_utils.py",
    "content": "\n\"\"\"\nMAP@K word level and character level are explained in detail in this paper:\n\ndpUGC: Learn Differentially Private Representationfor User Generated Contents\nXuan-Son Vu, Son N. Tran, Lili Jiang\nIn: Proceedings of the 20th International Conference on Computational Linguistics and\nIntelligent Text Processing, April, 2019, (to appear)\n\nPlease cite the above paper if you use codes in this file.\n\n\"\"\"\n\n\ndef apk(actual, predicted, k=10):\n    \"\"\"\n    Computes the average precision at k.\n    This function computes the average prescision at k between two lists of\n    items.\n    Parameters\n    ----------\n    actual : list\n             A list of elements that are to be predicted (order doesn't matter)\n    predicted : list\n                A list of predicted elements (order does matter)\n    k : int, optional\n        The maximum number of predicted elements\n    Returns\n    -------\n    score : double\n            The average precision at k over the input lists\n    \"\"\"\n    if len(predicted) > k:\n        predicted = predicted[:k]\n\n    score = 0.0\n    num_hits = 0.0\n\n    for i, p in enumerate(predicted):\n        if p in actual and p not in predicted[:i]:\n            num_hits += 1.0\n            score += num_hits / (i + 1.0)\n\n    if not actual:\n        return 0.0\n\n    return score / min(len(actual), k)\n\n\ndef mapk(actual, predicted, k=10, word_level=True):\n    \"\"\"\n    Computes the mean average precision at k.\n    This function computes the mean average prescision at k between two lists\n    of lists of items.\n    Parameters\n    ----------\n    actual : list\n             A list of lists of elements that are to be predicted\n             (order doesn't matter in the lists)\n    predicted : list\n                A list of lists of predicted elements\n                (order matters in the lists)\n    k : int, optional\n        The maximum number of predicted elements\n    Returns\n    -------\n    score : double\n            The mean average precision at k over the input lists\n    \"\"\"\n    # print(\"Sending arr = \", arr)\n    if word_level:\n        return calc_map(actual, predicted, topK=k)\n    else:\n        # arr = [apk(a, p, k) for a, p in zip(actual, predicted)]\n        # return np.mean(arr)\n        return calc_map_character_level(actual, predicted, topK=k)\n\n\ndef calc_map(actual, predicted, topK=10):\n    \"\"\"\n\n    :param actual:\n    :param predicted:\n    :param topK:\n    :return:\n    \"\"\"\n    # print(\"Input: actual %s, predicted %s\"%(actual, predicted))\n    if len(predicted) > topK:\n        predicted = predicted[:topK]\n    idx = 1\n    hit = 0\n    map_arr = []\n    for answer in predicted:\n        if answer in actual[:topK]:\n            hit += 1\n            val = (hit * 1.0) / (idx * 1.0)\n            # print(\"hit = %s, idx = %s\"%(hit, idx))\n            map_arr.append(val)\n            # print(\"hit: %s, map_arr = %s\"%(answer, map_arr))\n        idx += 1\n    # print(\"map_arr = %s done\", map_arr)\n    if len(map_arr) > 0:\n        return np.mean(map_arr)\n    else:\n        return 0.0\n\n\ndef calc_map_character_level(actual, predicted, topK=10):\n    \"\"\"\n\n    :param actual:\n    :param predicted:\n    :param topK:\n    :return:\n    \"\"\"\n    # print(\"Input: actual %s, predicted %s\" % (actual, predicted))\n    if len(predicted) > topK:\n        predicted = predicted[:topK]\n\n    if len(actual) > topK:\n        actual = actual[:topK]\n\n    rank = 1\n    hit = 0\n    actual_seq = ''.join([word for word in actual])\n    predicted_seq = ''.join([word for word in predicted])\n    map_arr = []\n    for char in predicted_seq:\n        if char in actual_seq[:rank]:\n            hit += 1\n            val = (hit * 1.0) / (rank * 1.0)\n            # print(\"hit = %s, idx = %s\" % (hit, rank))\n            map_arr.append(val)\n            # print(\"hit: %s, map_arr = %s\" % (char, map_arr))\n        rank += 1\n    # print(\"map_arr = %s done\", map_arr)\n    return np.mean(map_arr)\n\n\nimport unittest\nimport numpy as np\n\n\ndef test_apk(self):\n    self.assertAlmostEqual(apk(range(1, 6), [6, 4, 7, 1, 2], 2), 0.25)\n    self.assertAlmostEqual(apk(range(1, 6), [1, 1, 1, 1, 1], 5), 0.2)\n    predicted = range(1, 21)\n    predicted.extend(range(200, 600))\n    self.assertAlmostEqual(apk(range(1, 100), predicted, 20), 1.0)\n\n\ndef test_mapk(self):\n    self.assertAlmostEqual(mapk([range(1, 5)], [range(1, 5)], 3), 1.0)\n    self.assertAlmostEqual(mapk([[1, 3, 4], [1, 2, 4], [1, 3]],\n                                [range(1, 6), range(1, 6), range(1, 6)], 3), 0.685185185185185)\n    self.assertAlmostEqual(mapk([range(1, 6), range(1, 6)],\n                                [[6, 4, 7, 1, 2], [1, 1, 1, 1, 1]], 5), 0.26)\n    self.assertAlmostEqual(mapk([[1, 3], [1, 2, 3], [1, 2, 3]],\n                                [range(1, 6), [1, 1, 1], [1, 2, 1]], 3), 11.0 / 18)\n\n\nif __name__ == '__main__':\n    a1 = [\"1\", '2', '3', '4']\n    b1 = ['1', '5', '2', '8']\n    print(mapk(a1, b1, 4))\n\n    a1 = [\"15\"]\n    b1 = [\"1\", \"2\", \"3\", \"4\", \"5\",\"6\",\"7\",\"8\",\"9\",\"10\"]\n\n    print(\"MapK:\", mapk(a1, b1, 4))\n\n    # unittest.main()\n"
  },
  {
    "path": "src/codes/utils/file_utils.py",
    "content": "import pickle\n\n\ndef save_obj(obj, file_path):\n    with open(file_path + '.pkl', 'wb') as f:\n        pickle.dump(obj, f, pickle.HIGHEST_PROTOCOL)\n\n\ndef load_obj(file_path):\n    with open(file_path + '.pkl', 'rb') as f:\n        return pickle.load(f)\n\n\ndef get_unique_vocab(analogy_file_path, write_out_file):\n    \"\"\"\n\n    :param analogy_file_path:\n    :param write_out_file:\n    :return:\n    \"\"\"\n    vocab_dict = {}\n    with open(analogy_file_path, \"r\") as freader:\n        for line in freader:\n            if line.__contains__(\" | \"):\n                word_parts =  line.split(\" | \")\n                for word in word_parts:\n                    word = word.rstrip()\n                    vocab_dict[word] = 0\n\n    fwriter = open(write_out_file, \"w\")\n    for word in vocab_dict.keys():\n        fwriter.write(word + \"\\n\")\n    fwriter.close()\n\n    print(\"Write dictionary file to %s\"%(write_out_file))\n\n    return vocab_dict\n\n\nif __name__ == '__main__':\n    get_unique_vocab(\"../data/embedding_analogies/portuguese/LX-4WAnalogies-ETNLP.txt\",\n                     \"../data/embedding_analogies/portuguese/vocab.txt\")\n"
  },
  {
    "path": "src/codes/utils/string_utils.py",
    "content": "import six\n\n\ndef convert_to_unicode(text):\n    \"\"\"Converts `text` to Unicode (if it's not already), assuming utf-8 input.\"\"\"\n    if six.PY3:\n        if isinstance(text, str):\n            return text\n        elif isinstance(text, bytes):\n            return text.decode(\"utf-8\", \"ignore\")\n        else:\n            raise ValueError(\"Unsupported string type: %s\" % (type(text)))\n    elif six.PY2:\n        if isinstance(text, str):\n            return text.decode(\"utf-8\", \"ignore\")\n        elif isinstance(text, unicode):\n            return text\n        else:\n            raise ValueError(\"Unsupported string type: %s\" % (type(text)))\n    else:\n        raise ValueError(\"Not running on Python2 or Python 3?\")\n\n\n"
  },
  {
    "path": "src/codes/utils/vectors.py",
    "content": "from typing import List, Any, Optional\n\nimport math\nimport numpy as np\n\n# Adopt from https://github.com/mkonicek/nlp/vecters.py\n\n# Vector = np.ndarray[float]\nVector = 'np.ndarray[float]'\nvector_type = 'np.ndarray[float]'\n\n# Vector = np.ndarray(dtype=float)\n\n\ndef l2_len(v: vector_type) -> float:\n    return math.sqrt(np.dot(v, v))\n\n\ndef dot(v1: vector_type, v2: vector_type) -> float:\n    assert v1.shape == v2.shape\n    return np.dot(v1, v2)\n\n\ndef mean(v1: vector_type, v2: vector_type) -> Vector:\n    \"\"\"\n    Added by Sonvx: get mean of 2 vectors.\n    :param v1:\n    :param v2:\n    :return:\n    \"\"\"\n    assert v1.shape == v2.shape\n    return np.mean([v1, v2], axis=0)\n\n\ndef mean_list(v1: List[Vector]) -> Vector:\n    \"\"\"\n    Added by Sonvx: get mean of 2 vectors.\n    :param v1:\n    :return:\n    \"\"\"\n    if len(v1) > 0:\n        return np.mean(v1, axis=0)\n    else:\n        return None\n\n\ndef add(v1: vector_type, v2: vector_type) -> Vector:\n    assert v1.shape == v2.shape\n    return np.add(v1, v2)\n\n\ndef sub(v1: vector_type, v2: vector_type) -> Vector:\n    assert v1.shape == v2.shape\n    return np.subtract(v1, v2)\n\n\ndef normalize(v: vector_type) -> Vector:\n    return v / l2_len(v)\n\n\ndef cosine_similarity_normalized(v1: vector_type, v2: vector_type) -> float:\n    \"\"\"\n    Returns the cosine of the angle between the two vectors.\n    Each of the vectors must have length (L2-norm) equal to 1.\n    Results range from -1 (very different) to 1 (very similar).\n    \"\"\"\n    return dot(v1, v2)\n"
  },
  {
    "path": "src/codes/utils/word.py",
    "content": "from typing import List\nfrom utils.vectors import Vector\n\n# Adopt from https://github.com/mkonicek/nlp/Word.py\n\n\nclass Word:\n    \"\"\"A single word (one line of the input vector embedding file)\"\"\"\n\n    def __init__(self, text: str, vector: Vector, frequency: int) -> None:\n        self.text = text\n        self.vector = vector\n        self.frequency = frequency\n\n    def __repr__(self) -> str:\n        vector_preview = ', '.join(map(str, self.vector[:2]))\n        # return f\"{self.text} [{vector_preview}, ...]\"\n        return \"%s [%s, ...]\"%(self.text, vector_preview)\n"
  },
  {
    "path": "src/codes/visualizer/README.md",
    "content": "# Requirements:\n- ```pip install gensim flask```\n- Download any pre-trained embeddings and put it into ../03.run_etnlp_visualizer_inter.sh\n\n# How to run\n> 1. sh ../03.run_etnlp_visualizer_inter.sh\n> 2. Visit http://localhost:8089\n\n# Screenshot\n\n![Alt text](https://github.com/vietnlp/etnlp/blob/master/images/etnlp_view_multi_embeddings.png \"Screenshot example of one given input\")\n\n"
  },
  {
    "path": "src/codes/visualizer/__init__.py",
    "content": ""
  },
  {
    "path": "src/codes/visualizer/outof_w2vec.dict",
    "content": "\n\n\n\n\n\n\n\n\n\n'news' \n\n\n\n\n\n'news' \n\n\n\n\n\n'news' \n\n\n\n\n\n'news' \n\n\n\n\n\n'news' \n\n\n\n\n\n\n'news' \n\n\n\n\n\n'news' \n\n'back' \n'back' \n'back' \n'back' \n'news' \n'news' \n'back' \n'back' \n'back' \n'back' \n'news' \n'news' \n'back' \n'back' \n'back' \n'back' \n'news' \n'news' \n'lovely' \n'lovely' \n'lovely' \n'lovely' \n'love' \n'love' \n"
  },
  {
    "path": "src/codes/visualizer/static/style.css",
    "content": ".container-4{\n  overflow: hidden;\n  width: 300px;\n  vertical-align: middle;\n  white-space: nowrap;\n}\n\n.container-4 input#search{\n  width: 300px;\n  height: 50px;\n  background: #2b303b;\n  border: none;\n  font-size: 10pt;\n  float: left;\n  color: #fff;\n  padding-left: 15px;\n  -webkit-border-radius: 5px;\n  -moz-border-radius: 5px;\n  border-radius: 5px;\n}\n\n.container-4 input#search::-webkit-input-placeholder {\n   color: #65737e;\n}\n\n.container-4 input#search:-moz-placeholder { /* Firefox 18- */\n   color: #65737e;\n}\n\n.container-4 input#search::-moz-placeholder {  /* Firefox 19+ */\n   color: #65737e;\n}\n\n.container-4 input#search:-ms-input-placeholder {\n   color: #65737e;\n}\n\n.container-4 button.icon{\n  -webkit-border-top-right-radius: 5px;\n  -webkit-border-bottom-right-radius: 5px;\n  -moz-border-radius-topright: 5px;\n  -moz-border-radius-bottomright: 5px;\n  border-top-right-radius: 5px;\n  border-bottom-right-radius: 5px;\n\n  border: none;\n  background: #232833;\n  height: 50px;\n  width: 50px;\n  color: #4f5b66;\n  opacity: 0;\n  font-size: 10pt;\n\n  -webkit-transition: all .55s ease;\n  -moz-transition: all .55s ease;\n  -ms-transition: all .55s ease;\n  -o-transition: all .55s ease;\n  transition: all .55s ease;\n}\n\n.container-4:hover button.icon, .container-4:active button.icon, .container-4:focus button.icon{\n  outline: none;\n  opacity: 1;\n  margin-left: -50px;\n}\n\n.container-4:hover button.icon:hover{\n  background: white;\n}\n\ndiv#answers {\n  background-color: #f2f2f2;\n  padding-top: 2px;\n  padding-bottom: 2px;\n  padding-left: 100px; \n}\n"
  },
  {
    "path": "src/codes/visualizer/templates/app.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"static/style.css\">\n    <meta charset=\"UTF-8\">\n    <title>Title</title>\n</head>\n<body>\n<link href=\"//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css\" rel=\"stylesheet\">\n<div class=\"box\">\n  <div class=\"container-4\">\n    <input type=\"search\" id=\"search\" placeholder=\"Search...\" />\n    <button class=\"icon\"><i class=\"fa fa-search\"></i></button>\n  </div>\n</div>\n</body>\n</html>"
  },
  {
    "path": "src/codes/visualizer/templates/search.html",
    "content": "{% block content %}\n<div class=\"search\">\n\n<div class=\"container\">\n<form action=\"/search\" method=\"post\" role=\"form\">\n<div class=\"form-group\">\n<label for=\"name\">Search:</label>\n<input type=\"text\" class=\"form-control\" id=\"name\" name=\"search\"\n       placeholder=\"Type a word, e.g., heo\"\n       value=\"{{ request.form.search}}\">\n</div>\n<button type=\"submit\" class=\"btn btn-success\">Search</button>\n</form>\n\n</div>\n</div>\n\n<html>\n<head>\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"static/style.css\">\n    <meta charset=\"UTF-8\">\n    <title>ETNLP's Side-by-Side Visualizer</title>\n    <link rel=\"stylesheet\" media=\"screen\" href =\"static/bootstrap.min.css\">\n   <link rel=\"stylesheet\" href=\"static/bootstrap-theme.min.css\">\n   <meta name=\"viewport\" content = \"width=device-width, initial-scale=1.0\">\n    <style>\n        .answers {\n          padding-top: 20px;\n          padding-bottom: 100px;\n          padding-left: 50px;\n        }\n        .testimonial-group > .row {\n          overflow-x: auto;\n          white-space: nowrap;\n        }\n        .testimonial-group > .row > .col-xs-4 {\n          display: inline-block;\n          float: none;\n        }\n    </style>\n</head>\n\n\n<div class=\"answers testimonial-group\">\n\n\n{% for emb_name in embedding_names_arr %}\n\n   <table style=\"float: left\">\n        <tr><td>&nbsp;</td></tr>\n        <tr><td>&nbsp;</td></tr>\n            <tr><td>{{ emb_name }}</td></tr>\n            {% for page in output_arr[loop.index0] %}\n                    <tr><td>{{ page }}</td></tr>\n            {% endfor %}\n    </table>\n\n{% endfor %}\n\n\n\n\n</div>\n\n{% for message in get_flashed_messages() %}\n<div class=flash>\n    {{ message }}\n</div>\n{% endfor %}\n{% endblock %}\n\n</html>"
  },
  {
    "path": "src/codes/visualizer/visualizer_sbs.py",
    "content": "from flask import Flask, render_template\nfrom flask import request\nimport gensim\nfrom distutils.version import LooseVersion\nfrom utils import string_utils\nimport sys\n\n\napp = Flask(__name__)\napp.config.from_object(__name__)\napp.config['SECRET_KEY'] = '7d441f27d441f27567d441f2b6176a'\n\nglobal embedding_models\n\n\n@app.route('/search', methods=['GET', 'POST'])\ndef search():\n    \"\"\"\n    Get input query and return list of top similiar words in all embeddings.\n    :param embedding_paths_arr:\n    :return:\n    \"\"\"\n    if request.method == \"POST\":\n        query = request.values['search'] or ''\n        # query = unicode(query, \"utf-8\")\n        # query = query.decode().encode(\"utf-8\")\n        # Python 2.7\n        try:\n            # Old\n            # query = unicode(query).lower()\n            query = string_utils.convert_to_unicode(query)\n        except Exception as e:\n            raise Exception(\"Something went wrong: msg = %s, query = %s.\"%(e, query))\n\n        print('query = ' + query)\n        output_arr = []\n\n        for embedding_model in embedding_models:\n            try:\n                output = []\n                sim_list = embedding_model.most_similar(query, topn=50)\n                for wordsimilar in sim_list:\n                    output.append(wordsimilar[0] + ' - ' + str(round(wordsimilar[1], 6)))\n\n                output_arr.append(output)\n            except Exception as e:\n                output = 'Err: %s, Not found query = %s' % (e, query)\n                output_arr.append(output)\n\n    return render_template('search.html',\n                           embedding_names_arr=embedding_names_arr,\n                           output_arr=output_arr\n                           )\n\n\n@app.route(\"/\")\ndef get_index():\n    return render_template('search.html')\n\n\n@app.route(\"/multi_search\")\ndef multi_search():\n    return render_template('multi_search.html')\n\n\nif __name__ == \"__main__\":\n    import os\n\n    dir_path = os.path.dirname(os.path.realpath(__file__))\n    # download pre-trained_models at https://github.com/vietnlp/etnlp\n    if len(sys.argv) < 2:\n        print(\"Missing input arguments. Input format: ./*.py <emb_file1;emb_file2;...>. Exiting ...\")\n        exit(0)\n\n    if sys.argv[1].__contains__(\";\"):\n        model_files = sys.argv[1].split(\";\")\n    else:\n        model_files = [sys.argv[1]]\n\n    embedding_names_arr = [os.path.basename(file_path) for file_path in model_files]\n\n    embedding_models = []\n    idx = 0\n    for model in model_files:\n        # model = root_dir + model\n        if os.path.isfile(model):\n            print('Loading embedding model ... %s' % (idx))\n\n            isBinary = False\n            if model.endswith(\".bin\"):\n                isBinary = True\n\n            if LooseVersion(gensim.__version__) >= LooseVersion(\"1.0.1\"):\n                from gensim.models import KeyedVectors\n\n                embedding_models.append(KeyedVectors.load_word2vec_format(model, binary=isBinary))\n            else:\n                from gensim.models import Word2Vec\n\n                embedding_models.append(Word2Vec.load_word2vec_format(model, binary=isBinary))\n            idx += 1\n        else:\n            print(\n                \"Download word2vec model and put into ../data/. File: https://github.com/vietnlp/etnlp\")\n\n    app.run(debug=False, port=8089, host='0.0.0.0')\n"
  },
  {
    "path": "src/data/embedding_analogies/english/english-word-analogy.txt",
    "content": ": | capital-common-countries\nAthens | Greece | Baghdad | Iraq\nAthens | Greece | Bangkok | Thailand\nAthens | Greece | Beijing | China\nAthens | Greece | Berlin | Germany\nAthens | Greece | Bern | Switzerland\nAthens | Greece | Cairo | Egypt\nAthens | Greece | Canberra | Australia\nAthens | Greece | Hanoi | Vietnam\nAthens | Greece | Havana | Cuba\nAthens | Greece | Helsinki | Finland\nAthens | Greece | Islamabad | Pakistan\nAthens | Greece | Kabul | Afghanistan\nAthens | Greece | London | England\nAthens | Greece | Madrid | Spain\nAthens | Greece | Moscow | Russia\nAthens | Greece | Oslo | Norway\nAthens | Greece | Ottawa | Canada\nAthens | Greece | Paris | France\nAthens | Greece | Rome | Italy\nAthens | Greece | Stockholm | Sweden\nAthens | Greece | Tehran | Iran\nAthens | Greece | Tokyo | Japan\nBaghdad | Iraq | Bangkok | Thailand\nBaghdad | Iraq | Beijing | China\nBaghdad | Iraq | Berlin | Germany\nBaghdad | Iraq | Bern | Switzerland\nBaghdad | Iraq | Cairo | Egypt\nBaghdad | Iraq | Canberra | Australia\nBaghdad | Iraq | Hanoi | Vietnam\nBaghdad | Iraq | Havana | Cuba\nBaghdad | Iraq | Helsinki | Finland\nBaghdad | Iraq | Islamabad | Pakistan\nBaghdad | Iraq | Kabul | Afghanistan\nBaghdad | Iraq | London | England\nBaghdad | Iraq | Madrid | Spain\nBaghdad | Iraq | Moscow | Russia\nBaghdad | Iraq | Oslo | Norway\nBaghdad | Iraq | Ottawa | Canada\nBaghdad | Iraq | Paris | France\nBaghdad | Iraq | Rome | Italy\nBaghdad | Iraq | Stockholm | Sweden\nBaghdad | Iraq | Tehran | Iran\nBaghdad | Iraq | Tokyo | Japan\nBaghdad | Iraq | Athens | Greece\nBangkok | Thailand | Beijing | China\nBangkok | Thailand | Berlin | Germany\nBangkok | Thailand | Bern | Switzerland\nBangkok | Thailand | Cairo | Egypt\nBangkok | Thailand | Canberra | Australia\nBangkok | Thailand | Hanoi | Vietnam\nBangkok | Thailand | Havana | Cuba\nBangkok | Thailand | Helsinki | Finland\nBangkok | Thailand | Islamabad | Pakistan\nBangkok | Thailand | Kabul | Afghanistan\nBangkok | Thailand | London | England\nBangkok | Thailand | Madrid | Spain\nBangkok | Thailand | Moscow | Russia\nBangkok | Thailand | Oslo | Norway\nBangkok | Thailand | Ottawa | Canada\nBangkok | Thailand | Paris | France\nBangkok | Thailand | Rome | Italy\nBangkok | Thailand | Stockholm | Sweden\nBangkok | Thailand | Tehran | Iran\nBangkok | Thailand | Tokyo | Japan\nBangkok | Thailand | Athens | Greece\nBangkok | Thailand | Baghdad | Iraq\nBeijing | China | Berlin | Germany\nBeijing | China | Bern | Switzerland\nBeijing | China | Cairo | Egypt\nBeijing | China | Canberra | Australia\nBeijing | China | Hanoi | Vietnam\nBeijing | China | Havana | Cuba\nBeijing | China | Helsinki | Finland\nBeijing | China | Islamabad | Pakistan\nBeijing | China | Kabul | Afghanistan\nBeijing | China | London | England\nBeijing | China | Madrid | Spain\nBeijing | China | Moscow | Russia\nBeijing | China | Oslo | Norway\nBeijing | China | Ottawa | Canada\nBeijing | China | Paris | France\nBeijing | China | Rome | Italy\nBeijing | China | Stockholm | Sweden\nBeijing | China | Tehran | Iran\nBeijing | China | Tokyo | Japan\nBeijing | China | Athens | Greece\nBeijing | China | Baghdad | Iraq\nBeijing | China | Bangkok | Thailand\nBerlin | Germany | Bern | Switzerland\nBerlin | Germany | Cairo | Egypt\nBerlin | Germany | Canberra | Australia\nBerlin | Germany | Hanoi | Vietnam\nBerlin | Germany | Havana | Cuba\nBerlin | Germany | Helsinki | Finland\nBerlin | Germany | Islamabad | Pakistan\nBerlin | Germany | Kabul | Afghanistan\nBerlin | Germany | London | England\nBerlin | Germany | Madrid | Spain\nBerlin | Germany | Moscow | Russia\nBerlin | Germany | Oslo | Norway\nBerlin | Germany | Ottawa | Canada\nBerlin | Germany | Paris | France\nBerlin | Germany | Rome | Italy\nBerlin | Germany | Stockholm | Sweden\nBerlin | Germany | Tehran | Iran\nBerlin | Germany | Tokyo | Japan\nBerlin | Germany | Athens | Greece\nBerlin | Germany | Baghdad | Iraq\nBerlin | Germany | Bangkok | Thailand\nBerlin | Germany | Beijing | China\nBern | Switzerland | Cairo | Egypt\nBern | Switzerland | Canberra | Australia\nBern | Switzerland | Hanoi | Vietnam\nBern | Switzerland | Havana | Cuba\nBern | Switzerland | Helsinki | Finland\nBern | Switzerland | Islamabad | Pakistan\nBern | Switzerland | Kabul | Afghanistan\nBern | Switzerland | London | England\nBern | Switzerland | Madrid | Spain\nBern | Switzerland | Moscow | Russia\nBern | Switzerland | Oslo | Norway\nBern | Switzerland | Ottawa | Canada\nBern | Switzerland | Paris | France\nBern | Switzerland | Rome | Italy\nBern | Switzerland | Stockholm | Sweden\nBern | Switzerland | Tehran | Iran\nBern | Switzerland | Tokyo | Japan\nBern | Switzerland | Athens | Greece\nBern | Switzerland | Baghdad | Iraq\nBern | Switzerland | Bangkok | Thailand\nBern | Switzerland | Beijing | China\nBern | Switzerland | Berlin | Germany\nCairo | Egypt | Canberra | Australia\nCairo | Egypt | Hanoi | Vietnam\nCairo | Egypt | Havana | Cuba\nCairo | Egypt | Helsinki | Finland\nCairo | Egypt | Islamabad | Pakistan\nCairo | Egypt | Kabul | Afghanistan\nCairo | Egypt | London | England\nCairo | Egypt | Madrid | Spain\nCairo | Egypt | Moscow | Russia\nCairo | Egypt | Oslo | Norway\nCairo | Egypt | Ottawa | Canada\nCairo | Egypt | Paris | France\nCairo | Egypt | Rome | Italy\nCairo | Egypt | Stockholm | Sweden\nCairo | Egypt | Tehran | Iran\nCairo | Egypt | Tokyo | Japan\nCairo | Egypt | Athens | Greece\nCairo | Egypt | Baghdad | Iraq\nCairo | Egypt | Bangkok | Thailand\nCairo | Egypt | Beijing | China\nCairo | Egypt | Berlin | Germany\nCairo | Egypt | Bern | Switzerland\nCanberra | Australia | Hanoi | Vietnam\nCanberra | Australia | Havana | Cuba\nCanberra | Australia | Helsinki | Finland\nCanberra | Australia | Islamabad | Pakistan\nCanberra | Australia | Kabul | Afghanistan\nCanberra | Australia | London | England\nCanberra | Australia | Madrid | Spain\nCanberra | Australia | Moscow | Russia\nCanberra | Australia | Oslo | Norway\nCanberra | Australia | Ottawa | Canada\nCanberra | Australia | Paris | France\nCanberra | Australia | Rome | Italy\nCanberra | Australia | Stockholm | Sweden\nCanberra | Australia | Tehran | Iran\nCanberra | Australia | Tokyo | Japan\nCanberra | Australia | Athens | Greece\nCanberra | Australia | Baghdad | Iraq\nCanberra | Australia | Bangkok | Thailand\nCanberra | Australia | Beijing | China\nCanberra | Australia | Berlin | Germany\nCanberra | Australia | Bern | Switzerland\nCanberra | Australia | Cairo | Egypt\nHanoi | Vietnam | Havana | Cuba\nHanoi | Vietnam | Helsinki | Finland\nHanoi | Vietnam | Islamabad | Pakistan\nHanoi | Vietnam | Kabul | Afghanistan\nHanoi | Vietnam | London | England\nHanoi | Vietnam | Madrid | Spain\nHanoi | Vietnam | Moscow | Russia\nHanoi | Vietnam | Oslo | Norway\nHanoi | Vietnam | Ottawa | Canada\nHanoi | Vietnam | Paris | France\nHanoi | Vietnam | Rome | Italy\nHanoi | Vietnam | Stockholm | Sweden\nHanoi | Vietnam | Tehran | Iran\nHanoi | Vietnam | Tokyo | Japan\nHanoi | Vietnam | Athens | Greece\nHanoi | Vietnam | Baghdad | Iraq\nHanoi | Vietnam | Bangkok | Thailand\nHanoi | Vietnam | Beijing | China\nHanoi | Vietnam | Berlin | Germany\nHanoi | Vietnam | Bern | Switzerland\nHanoi | Vietnam | Cairo | Egypt\nHanoi | Vietnam | Canberra | Australia\nHavana | Cuba | Helsinki | Finland\nHavana | Cuba | Islamabad | Pakistan\nHavana | Cuba | Kabul | Afghanistan\nHavana | Cuba | London | England\nHavana | Cuba | Madrid | Spain\nHavana | Cuba | Moscow | Russia\nHavana | Cuba | Oslo | Norway\nHavana | Cuba | Ottawa | Canada\nHavana | Cuba | Paris | France\nHavana | Cuba | Rome | Italy\nHavana | Cuba | Stockholm | Sweden\nHavana | Cuba | Tehran | Iran\nHavana | Cuba | Tokyo | Japan\nHavana | Cuba | Athens | Greece\nHavana | Cuba | Baghdad | Iraq\nHavana | Cuba | Bangkok | Thailand\nHavana | Cuba | Beijing | China\nHavana | Cuba | Berlin | Germany\nHavana | Cuba | Bern | Switzerland\nHavana | Cuba | Cairo | Egypt\nHavana | Cuba | Canberra | Australia\nHavana | Cuba | Hanoi | Vietnam\nHelsinki | Finland | Islamabad | Pakistan\nHelsinki | Finland | Kabul | Afghanistan\nHelsinki | Finland | London | England\nHelsinki | Finland | Madrid | Spain\nHelsinki | Finland | Moscow | Russia\nHelsinki | Finland | Oslo | Norway\nHelsinki | Finland | Ottawa | Canada\nHelsinki | Finland | Paris | France\nHelsinki | Finland | Rome | Italy\nHelsinki | Finland | Stockholm | Sweden\nHelsinki | Finland | Tehran | Iran\nHelsinki | Finland | Tokyo | Japan\nHelsinki | Finland | Athens | Greece\nHelsinki | Finland | Baghdad | Iraq\nHelsinki | Finland | Bangkok | Thailand\nHelsinki | Finland | Beijing | China\nHelsinki | Finland | Berlin | Germany\nHelsinki | Finland | Bern | Switzerland\nHelsinki | Finland | Cairo | Egypt\nHelsinki | Finland | Canberra | Australia\nHelsinki | Finland | Hanoi | Vietnam\nHelsinki | Finland | Havana | Cuba\nIslamabad | Pakistan | Kabul | Afghanistan\nIslamabad | Pakistan | London | England\nIslamabad | Pakistan | Madrid | Spain\nIslamabad | Pakistan | Moscow | Russia\nIslamabad | Pakistan | Oslo | Norway\nIslamabad | Pakistan | Ottawa | Canada\nIslamabad | Pakistan | Paris | France\nIslamabad | Pakistan | Rome | Italy\nIslamabad | Pakistan | Stockholm | Sweden\nIslamabad | Pakistan | Tehran | Iran\nIslamabad | Pakistan | Tokyo | Japan\nIslamabad | Pakistan | Athens | Greece\nIslamabad | Pakistan | Baghdad | Iraq\nIslamabad | Pakistan | Bangkok | Thailand\nIslamabad | Pakistan | Beijing | China\nIslamabad | Pakistan | Berlin | Germany\nIslamabad | Pakistan | Bern | Switzerland\nIslamabad | Pakistan | Cairo | Egypt\nIslamabad | Pakistan | Canberra | Australia\nIslamabad | Pakistan | Hanoi | Vietnam\nIslamabad | Pakistan | Havana | Cuba\nIslamabad | Pakistan | Helsinki | Finland\nKabul | Afghanistan | London | England\nKabul | Afghanistan | Madrid | Spain\nKabul | Afghanistan | Moscow | Russia\nKabul | Afghanistan | Oslo | Norway\nKabul | Afghanistan | Ottawa | Canada\nKabul | Afghanistan | Paris | France\nKabul | Afghanistan | Rome | Italy\nKabul | Afghanistan | Stockholm | Sweden\nKabul | Afghanistan | Tehran | Iran\nKabul | Afghanistan | Tokyo | Japan\nKabul | Afghanistan | Athens | Greece\nKabul | Afghanistan | Baghdad | Iraq\nKabul | Afghanistan | Bangkok | Thailand\nKabul | Afghanistan | Beijing | China\nKabul | Afghanistan | Berlin | Germany\nKabul | Afghanistan | Bern | Switzerland\nKabul | Afghanistan | Cairo | Egypt\nKabul | Afghanistan | Canberra | Australia\nKabul | Afghanistan | Hanoi | Vietnam\nKabul | Afghanistan | Havana | Cuba\nKabul | Afghanistan | Helsinki | Finland\nKabul | Afghanistan | Islamabad | Pakistan\nLondon | England | Madrid | Spain\nLondon | England | Moscow | Russia\nLondon | England | Oslo | Norway\nLondon | England | Ottawa | Canada\nLondon | England | Paris | France\nLondon | England | Rome | Italy\nLondon | England | Stockholm | Sweden\nLondon | England | Tehran | Iran\nLondon | England | Tokyo | Japan\nLondon | England | Athens | Greece\nLondon | England | Baghdad | Iraq\nLondon | England | Bangkok | Thailand\nLondon | England | Beijing | China\nLondon | England | Berlin | Germany\nLondon | England | Bern | Switzerland\nLondon | England | Cairo | Egypt\nLondon | England | Canberra | Australia\nLondon | England | Hanoi | Vietnam\nLondon | England | Havana | Cuba\nLondon | England | Helsinki | Finland\nLondon | England | Islamabad | Pakistan\nLondon | England | Kabul | Afghanistan\nMadrid | Spain | Moscow | Russia\nMadrid | Spain | Oslo | Norway\nMadrid | Spain | Ottawa | Canada\nMadrid | Spain | Paris | France\nMadrid | Spain | Rome | Italy\nMadrid | Spain | Stockholm | Sweden\nMadrid | Spain | Tehran | Iran\nMadrid | Spain | Tokyo | Japan\nMadrid | Spain | Athens | Greece\nMadrid | Spain | Baghdad | Iraq\nMadrid | Spain | Bangkok | Thailand\nMadrid | Spain | Beijing | China\nMadrid | Spain | Berlin | Germany\nMadrid | Spain | Bern | Switzerland\nMadrid | Spain | Cairo | Egypt\nMadrid | Spain | Canberra | Australia\nMadrid | Spain | Hanoi | Vietnam\nMadrid | Spain | Havana | Cuba\nMadrid | Spain | Helsinki | Finland\nMadrid | Spain | Islamabad | Pakistan\nMadrid | Spain | Kabul | Afghanistan\nMadrid | Spain | London | England\nMoscow | Russia | Oslo | Norway\nMoscow | Russia | Ottawa | Canada\nMoscow | Russia | Paris | France\nMoscow | Russia | Rome | Italy\nMoscow | Russia | Stockholm | Sweden\nMoscow | Russia | Tehran | Iran\nMoscow | Russia | Tokyo | Japan\nMoscow | Russia | Athens | Greece\nMoscow | Russia | Baghdad | Iraq\nMoscow | Russia | Bangkok | Thailand\nMoscow | Russia | Beijing | China\nMoscow | Russia | Berlin | Germany\nMoscow | Russia | Bern | Switzerland\nMoscow | Russia | Cairo | Egypt\nMoscow | Russia | Canberra | Australia\nMoscow | Russia | Hanoi | Vietnam\nMoscow | Russia | Havana | Cuba\nMoscow | Russia | Helsinki | Finland\nMoscow | Russia | Islamabad | Pakistan\nMoscow | Russia | Kabul | Afghanistan\nMoscow | Russia | London | England\nMoscow | Russia | Madrid | Spain\nOslo | Norway | Ottawa | Canada\nOslo | Norway | Paris | France\nOslo | Norway | Rome | Italy\nOslo | Norway | Stockholm | Sweden\nOslo | Norway | Tehran | Iran\nOslo | Norway | Tokyo | Japan\nOslo | Norway | Athens | Greece\nOslo | Norway | Baghdad | Iraq\nOslo | Norway | Bangkok | Thailand\nOslo | Norway | Beijing | China\nOslo | Norway | Berlin | Germany\nOslo | Norway | Bern | Switzerland\nOslo | Norway | Cairo | Egypt\nOslo | Norway | Canberra | Australia\nOslo | Norway | Hanoi | Vietnam\nOslo | Norway | Havana | Cuba\nOslo | Norway | Helsinki | Finland\nOslo | Norway | Islamabad | Pakistan\nOslo | Norway | Kabul | Afghanistan\nOslo | Norway | London | England\nOslo | Norway | Madrid | Spain\nOslo | Norway | Moscow | Russia\nOttawa | Canada | Paris | France\nOttawa | Canada | Rome | Italy\nOttawa | Canada | Stockholm | Sweden\nOttawa | Canada | Tehran | Iran\nOttawa | Canada | Tokyo | Japan\nOttawa | Canada | Athens | Greece\nOttawa | Canada | Baghdad | Iraq\nOttawa | Canada | Bangkok | Thailand\nOttawa | Canada | Beijing | China\nOttawa | Canada | Berlin | Germany\nOttawa | Canada | Bern | Switzerland\nOttawa | Canada | Cairo | Egypt\nOttawa | Canada | Canberra | Australia\nOttawa | Canada | Hanoi | Vietnam\nOttawa | Canada | Havana | Cuba\nOttawa | Canada | Helsinki | Finland\nOttawa | Canada | Islamabad | Pakistan\nOttawa | Canada | Kabul | Afghanistan\nOttawa | Canada | London | England\nOttawa | Canada | Madrid | Spain\nOttawa | Canada | Moscow | Russia\nOttawa | Canada | Oslo | Norway\nParis | France | Rome | Italy\nParis | France | Stockholm | Sweden\nParis | France | Tehran | Iran\nParis | France | Tokyo | Japan\nParis | France | Athens | Greece\nParis | France | Baghdad | Iraq\nParis | France | Bangkok | Thailand\nParis | France | Beijing | China\nParis | France | Berlin | Germany\nParis | France | Bern | Switzerland\nParis | France | Cairo | Egypt\nParis | France | Canberra | Australia\nParis | France | Hanoi | Vietnam\nParis | France | Havana | Cuba\nParis | France | Helsinki | Finland\nParis | France | Islamabad | Pakistan\nParis | France | Kabul | Afghanistan\nParis | France | London | England\nParis | France | Madrid | Spain\nParis | France | Moscow | Russia\nParis | France | Oslo | Norway\nParis | France | Ottawa | Canada\nRome | Italy | Stockholm | Sweden\nRome | Italy | Tehran | Iran\nRome | Italy | Tokyo | Japan\nRome | Italy | Athens | Greece\nRome | Italy | Baghdad | Iraq\nRome | Italy | Bangkok | Thailand\nRome | Italy | Beijing | China\nRome | Italy | Berlin | Germany\nRome | Italy | Bern | Switzerland\nRome | Italy | Cairo | Egypt\nRome | Italy | Canberra | Australia\nRome | Italy | Hanoi | Vietnam\nRome | Italy | Havana | Cuba\nRome | Italy | Helsinki | Finland\nRome | Italy | Islamabad | Pakistan\nRome | Italy | Kabul | Afghanistan\nRome | Italy | London | England\nRome | Italy | Madrid | Spain\nRome | Italy | Moscow | Russia\nRome | Italy | Oslo | Norway\nRome | Italy | Ottawa | Canada\nRome | Italy | Paris | France\nStockholm | Sweden | Tehran | Iran\nStockholm | Sweden | Tokyo | Japan\nStockholm | Sweden | Athens | Greece\nStockholm | Sweden | Baghdad | Iraq\nStockholm | Sweden | Bangkok | Thailand\nStockholm | Sweden | Beijing | China\nStockholm | Sweden | Berlin | Germany\nStockholm | Sweden | Bern | Switzerland\nStockholm | Sweden | Cairo | Egypt\nStockholm | Sweden | Canberra | Australia\nStockholm | Sweden | Hanoi | Vietnam\nStockholm | Sweden | Havana | Cuba\nStockholm | Sweden | Helsinki | Finland\nStockholm | Sweden | Islamabad | Pakistan\nStockholm | Sweden | Kabul | Afghanistan\nStockholm | Sweden | London | England\nStockholm | Sweden | Madrid | Spain\nStockholm | Sweden | Moscow | Russia\nStockholm | Sweden | Oslo | Norway\nStockholm | Sweden | Ottawa | Canada\nStockholm | Sweden | Paris | France\nStockholm | Sweden | Rome | Italy\nTehran | Iran | Tokyo | Japan\nTehran | Iran | Athens | Greece\nTehran | Iran | Baghdad | Iraq\nTehran | Iran | Bangkok | Thailand\nTehran | Iran | Beijing | China\nTehran | Iran | Berlin | Germany\nTehran | Iran | Bern | Switzerland\nTehran | Iran | Cairo | Egypt\nTehran | Iran | Canberra | Australia\nTehran | Iran | Hanoi | Vietnam\nTehran | Iran | Havana | Cuba\nTehran | Iran | Helsinki | Finland\nTehran | Iran | Islamabad | Pakistan\nTehran | Iran | Kabul | Afghanistan\nTehran | Iran | London | England\nTehran | Iran | Madrid | Spain\nTehran | Iran | Moscow | Russia\nTehran | Iran | Oslo | Norway\nTehran | Iran | Ottawa | Canada\nTehran | Iran | Paris | France\nTehran | Iran | Rome | Italy\nTehran | Iran | Stockholm | Sweden\nTokyo | Japan | Athens | Greece\nTokyo | Japan | Baghdad | Iraq\nTokyo | Japan | Bangkok | Thailand\nTokyo | Japan | Beijing | China\nTokyo | Japan | Berlin | Germany\nTokyo | Japan | Bern | Switzerland\nTokyo | Japan | Cairo | Egypt\nTokyo | Japan | Canberra | Australia\nTokyo | Japan | Hanoi | Vietnam\nTokyo | Japan | Havana | Cuba\nTokyo | Japan | Helsinki | Finland\nTokyo | Japan | Islamabad | Pakistan\nTokyo | Japan | Kabul | Afghanistan\nTokyo | Japan | London | England\nTokyo | Japan | Madrid | Spain\nTokyo | Japan | Moscow | Russia\nTokyo | Japan | Oslo | Norway\nTokyo | Japan | Ottawa | Canada\nTokyo | Japan | Paris | France\nTokyo | Japan | Rome | Italy\nTokyo | Japan | Stockholm | Sweden\nTokyo | Japan | Tehran | Iran\n: | capital-world\nAbuja | Nigeria | Accra | Ghana\nAbuja | Nigeria | Algiers | Algeria\nAbuja | Nigeria | Amman | Jordan\nAbuja | Nigeria | Ankara | Turkey\nAbuja | Nigeria | Antananarivo | Madagascar\nAbuja | Nigeria | Apia | Samoa\nAbuja | Nigeria | Ashgabat | Turkmenistan\nAbuja | Nigeria | Asmara | Eritrea\nAbuja | Nigeria | Astana | Kazakhstan\nAbuja | Nigeria | Athens | Greece\nAbuja | Nigeria | Baghdad | Iraq\nAbuja | Nigeria | Baku | Azerbaijan\nAbuja | Nigeria | Bamako | Mali\nAbuja | Nigeria | Bangkok | Thailand\nAbuja | Nigeria | Banjul | Gambia\nAbuja | Nigeria | Beijing | China\nAbuja | Nigeria | Beirut | Lebanon\nAbuja | Nigeria | Belgrade | Serbia\nAbuja | Nigeria | Belmopan | Belize\nAbuja | Nigeria | Berlin | Germany\nAbuja | Nigeria | Bern | Switzerland\nAbuja | Nigeria | Bishkek | Kyrgyzstan\nAbuja | Nigeria | Bratislava | Slovakia\nAbuja | Nigeria | Brussels | Belgium\nAbuja | Nigeria | Bucharest | Romania\nAbuja | Nigeria | Budapest | Hungary\nAbuja | Nigeria | Bujumbura | Burundi\nAbuja | Nigeria | Cairo | Egypt\nAbuja | Nigeria | Canberra | Australia\nAbuja | Nigeria | Caracas | Venezuela\nAbuja | Nigeria | Chisinau | Moldova\nAbuja | Nigeria | Conakry | Guinea\nAbuja | Nigeria | Copenhagen | Denmark\nAbuja | Nigeria | Dakar | Senegal\nAbuja | Nigeria | Damascus | Syria\nAbuja | Nigeria | Dhaka | Bangladesh\nAbuja | Nigeria | Doha | Qatar\nAbuja | Nigeria | Dublin | Ireland\nAbuja | Nigeria | Dushanbe | Tajikistan\nAccra | Ghana | Algiers | Algeria\nAccra | Ghana | Amman | Jordan\nAccra | Ghana | Ankara | Turkey\nAccra | Ghana | Antananarivo | Madagascar\nAccra | Ghana | Apia | Samoa\nAccra | Ghana | Ashgabat | Turkmenistan\nAccra | Ghana | Asmara | Eritrea\nAccra | Ghana | Astana | Kazakhstan\nAccra | Ghana | Athens | Greece\nAccra | Ghana | Baghdad | Iraq\nAccra | Ghana | Baku | Azerbaijan\nAccra | Ghana | Bamako | Mali\nAccra | Ghana | Bangkok | Thailand\nAccra | Ghana | Banjul | Gambia\nAccra | Ghana | Beijing | China\nAccra | Ghana | Beirut | Lebanon\nAccra | Ghana | Belgrade | Serbia\nAccra | Ghana | Belmopan | Belize\nAccra | Ghana | Berlin | Germany\nAccra | Ghana | Bern | Switzerland\nAccra | Ghana | Bishkek | Kyrgyzstan\nAccra | Ghana | Bratislava | Slovakia\nAccra | Ghana | Brussels | Belgium\nAccra | Ghana | Bucharest | Romania\nAccra | Ghana | Budapest | Hungary\nAccra | Ghana | Bujumbura | Burundi\nAccra | Ghana | Cairo | Egypt\nAccra | Ghana | Canberra | Australia\nAccra | Ghana | Caracas | Venezuela\nAccra | Ghana | Chisinau | Moldova\nAccra | Ghana | Conakry | Guinea\nAccra | Ghana | Copenhagen | Denmark\nAccra | Ghana | Dakar | Senegal\nAccra | Ghana | Damascus | Syria\nAccra | Ghana | Dhaka | Bangladesh\nAccra | Ghana | Doha | Qatar\nAccra | Ghana | Dublin | Ireland\nAccra | Ghana | Dushanbe | Tajikistan\nAccra | Ghana | Funafuti | Tuvalu\nAlgiers | Algeria | Amman | Jordan\nAlgiers | Algeria | Ankara | Turkey\nAlgiers | Algeria | Antananarivo | Madagascar\nAlgiers | Algeria | Apia | Samoa\nAlgiers | Algeria | Ashgabat | Turkmenistan\nAlgiers | Algeria | Asmara | Eritrea\nAlgiers | Algeria | Astana | Kazakhstan\nAlgiers | Algeria | Athens | Greece\nAlgiers | Algeria | Baghdad | Iraq\nAlgiers | Algeria | Baku | Azerbaijan\nAlgiers | Algeria | Bamako | Mali\nAlgiers | Algeria | Bangkok | Thailand\nAlgiers | Algeria | Banjul | Gambia\nAlgiers | Algeria | Beijing | China\nAlgiers | Algeria | Beirut | Lebanon\nAlgiers | Algeria | Belgrade | Serbia\nAlgiers | Algeria | Belmopan | Belize\nAlgiers | Algeria | Berlin | Germany\nAlgiers | Algeria | Bern | Switzerland\nAlgiers | Algeria | Bishkek | Kyrgyzstan\nAlgiers | Algeria | Bratislava | Slovakia\nAlgiers | Algeria | Brussels | Belgium\nAlgiers | Algeria | Bucharest | Romania\nAlgiers | Algeria | Budapest | Hungary\nAlgiers | Algeria | Bujumbura | Burundi\nAlgiers | Algeria | Cairo | Egypt\nAlgiers | Algeria | Canberra | Australia\nAlgiers | Algeria | Caracas | Venezuela\nAlgiers | Algeria | Chisinau | Moldova\nAlgiers | Algeria | Conakry | Guinea\nAlgiers | Algeria | Copenhagen | Denmark\nAlgiers | Algeria | Dakar | Senegal\nAlgiers | Algeria | Damascus | Syria\nAlgiers | Algeria | Dhaka | Bangladesh\nAlgiers | Algeria | Doha | Qatar\nAlgiers | Algeria | Dublin | Ireland\nAlgiers | Algeria | Dushanbe | Tajikistan\nAlgiers | Algeria | Funafuti | Tuvalu\nAlgiers | Algeria | Gaborone | Botswana\nAmman | Jordan | Ankara | Turkey\nAmman | Jordan | Antananarivo | Madagascar\nAmman | Jordan | Apia | Samoa\nAmman | Jordan | Ashgabat | Turkmenistan\nAmman | Jordan | Asmara | Eritrea\nAmman | Jordan | Astana | Kazakhstan\nAmman | Jordan | Athens | Greece\nAmman | Jordan | Baghdad | Iraq\nAmman | Jordan | Baku | Azerbaijan\nAmman | Jordan | Bamako | Mali\nAmman | Jordan | Bangkok | Thailand\nAmman | Jordan | Banjul | Gambia\nAmman | Jordan | Beijing | China\nAmman | Jordan | Beirut | Lebanon\nAmman | Jordan | Belgrade | Serbia\nAmman | Jordan | Belmopan | Belize\nAmman | Jordan | Berlin | Germany\nAmman | Jordan | Bern | Switzerland\nAmman | Jordan | Bishkek | Kyrgyzstan\nAmman | Jordan | Bratislava | Slovakia\nAmman | Jordan | Brussels | Belgium\nAmman | Jordan | Bucharest | Romania\nAmman | Jordan | Budapest | Hungary\nAmman | Jordan | Bujumbura | Burundi\nAmman | Jordan | Cairo | Egypt\nAmman | Jordan | Canberra | Australia\nAmman | Jordan | Caracas | Venezuela\nAmman | Jordan | Chisinau | Moldova\nAmman | Jordan | Conakry | Guinea\nAmman | Jordan | Copenhagen | Denmark\nAmman | Jordan | Dakar | Senegal\nAmman | Jordan | Damascus | Syria\nAmman | Jordan | Dhaka | Bangladesh\nAmman | Jordan | Doha | Qatar\nAmman | Jordan | Dublin | Ireland\nAmman | Jordan | Dushanbe | Tajikistan\nAmman | Jordan | Funafuti | Tuvalu\nAmman | Jordan | Gaborone | Botswana\nAmman | Jordan | Georgetown | Guyana\nAnkara | Turkey | Antananarivo | Madagascar\nAnkara | Turkey | Apia | Samoa\nAnkara | Turkey | Ashgabat | Turkmenistan\nAnkara | Turkey | Asmara | Eritrea\nAnkara | Turkey | Astana | Kazakhstan\nAnkara | Turkey | Athens | Greece\nAnkara | Turkey | Baghdad | Iraq\nAnkara | Turkey | Baku | Azerbaijan\nAnkara | Turkey | Bamako | Mali\nAnkara | Turkey | Bangkok | Thailand\nAnkara | Turkey | Banjul | Gambia\nAnkara | Turkey | Beijing | China\nAnkara | Turkey | Beirut | Lebanon\nAnkara | Turkey | Belgrade | Serbia\nAnkara | Turkey | Belmopan | Belize\nAnkara | Turkey | Berlin | Germany\nAnkara | Turkey | Bern | Switzerland\nAnkara | Turkey | Bishkek | Kyrgyzstan\nAnkara | Turkey | Bratislava | Slovakia\nAnkara | Turkey | Brussels | Belgium\nAnkara | Turkey | Bucharest | Romania\nAnkara | Turkey | Budapest | Hungary\nAnkara | Turkey | Bujumbura | Burundi\nAnkara | Turkey | Cairo | Egypt\nAnkara | Turkey | Canberra | Australia\nAnkara | Turkey | Caracas | Venezuela\nAnkara | Turkey | Chisinau | Moldova\nAnkara | Turkey | Conakry | Guinea\nAnkara | Turkey | Copenhagen | Denmark\nAnkara | Turkey | Dakar | Senegal\nAnkara | Turkey | Damascus | Syria\nAnkara | Turkey | Dhaka | Bangladesh\nAnkara | Turkey | Doha | Qatar\nAnkara | Turkey | Dublin | Ireland\nAnkara | Turkey | Dushanbe | Tajikistan\nAnkara | Turkey | Funafuti | Tuvalu\nAnkara | Turkey | Gaborone | Botswana\nAnkara | Turkey | Georgetown | Guyana\nAnkara | Turkey | Hanoi | Vietnam\nAntananarivo | Madagascar | Apia | Samoa\nAntananarivo | Madagascar | Ashgabat | Turkmenistan\nAntananarivo | Madagascar | Asmara | Eritrea\nAntananarivo | Madagascar | Astana | Kazakhstan\nAntananarivo | Madagascar | Athens | Greece\nAntananarivo | Madagascar | Baghdad | Iraq\nAntananarivo | Madagascar | Baku | Azerbaijan\nAntananarivo | Madagascar | Bamako | Mali\nAntananarivo | Madagascar | Bangkok | Thailand\nAntananarivo | Madagascar | Banjul | Gambia\nAntananarivo | Madagascar | Beijing | China\nAntananarivo | Madagascar | Beirut | Lebanon\nAntananarivo | Madagascar | Belgrade | Serbia\nAntananarivo | Madagascar | Belmopan | Belize\nAntananarivo | Madagascar | Berlin | Germany\nAntananarivo | Madagascar | Bern | Switzerland\nAntananarivo | Madagascar | Bishkek | Kyrgyzstan\nAntananarivo | Madagascar | Bratislava | Slovakia\nAntananarivo | Madagascar | Brussels | Belgium\nAntananarivo | Madagascar | Bucharest | Romania\nAntananarivo | Madagascar | Budapest | Hungary\nAntananarivo | Madagascar | Bujumbura | Burundi\nAntananarivo | Madagascar | Cairo | Egypt\nAntananarivo | Madagascar | Canberra | Australia\nAntananarivo | Madagascar | Caracas | Venezuela\nAntananarivo | Madagascar | Chisinau | Moldova\nAntananarivo | Madagascar | Conakry | Guinea\nAntananarivo | Madagascar | Copenhagen | Denmark\nAntananarivo | Madagascar | Dakar | Senegal\nAntananarivo | Madagascar | Damascus | Syria\nAntananarivo | Madagascar | Dhaka | Bangladesh\nAntananarivo | Madagascar | Doha | Qatar\nAntananarivo | Madagascar | Dublin | Ireland\nAntananarivo | Madagascar | Dushanbe | Tajikistan\nAntananarivo | Madagascar | Funafuti | Tuvalu\nAntananarivo | Madagascar | Gaborone | Botswana\nAntananarivo | Madagascar | Georgetown | Guyana\nAntananarivo | Madagascar | Hanoi | Vietnam\nAntananarivo | Madagascar | Harare | Zimbabwe\nApia | Samoa | Ashgabat | Turkmenistan\nApia | Samoa | Asmara | Eritrea\nApia | Samoa | Astana | Kazakhstan\nApia | Samoa | Athens | Greece\nApia | Samoa | Baghdad | Iraq\nApia | Samoa | Baku | Azerbaijan\nApia | Samoa | Bamako | Mali\nApia | Samoa | Bangkok | Thailand\nApia | Samoa | Banjul | Gambia\nApia | Samoa | Beijing | China\nApia | Samoa | Beirut | Lebanon\nApia | Samoa | Belgrade | Serbia\nApia | Samoa | Belmopan | Belize\nApia | Samoa | Berlin | Germany\nApia | Samoa | Bern | Switzerland\nApia | Samoa | Bishkek | Kyrgyzstan\nApia | Samoa | Bratislava | Slovakia\nApia | Samoa | Brussels | Belgium\nApia | Samoa | Bucharest | Romania\nApia | Samoa | Budapest | Hungary\nApia | Samoa | Bujumbura | Burundi\nApia | Samoa | Cairo | Egypt\nApia | Samoa | Canberra | Australia\nApia | Samoa | Caracas | Venezuela\nApia | Samoa | Chisinau | Moldova\nApia | Samoa | Conakry | Guinea\nApia | Samoa | Copenhagen | Denmark\nApia | Samoa | Dakar | Senegal\nApia | Samoa | Damascus | Syria\nApia | Samoa | Dhaka | Bangladesh\nApia | Samoa | Doha | Qatar\nApia | Samoa | Dublin | Ireland\nApia | Samoa | Dushanbe | Tajikistan\nApia | Samoa | Funafuti | Tuvalu\nApia | Samoa | Gaborone | Botswana\nApia | Samoa | Georgetown | Guyana\nApia | Samoa | Hanoi | Vietnam\nApia | Samoa | Harare | Zimbabwe\nApia | Samoa | Havana | Cuba\nAshgabat | Turkmenistan | Asmara | Eritrea\nAshgabat | Turkmenistan | Astana | Kazakhstan\nAshgabat | Turkmenistan | Athens | Greece\nAshgabat | Turkmenistan | Baghdad | Iraq\nAshgabat | Turkmenistan | Baku | Azerbaijan\nAshgabat | Turkmenistan | Bamako | Mali\nAshgabat | Turkmenistan | Bangkok | Thailand\nAshgabat | Turkmenistan | Banjul | Gambia\nAshgabat | Turkmenistan | Beijing | China\nAshgabat | Turkmenistan | Beirut | Lebanon\nAshgabat | Turkmenistan | Belgrade | Serbia\nAshgabat | Turkmenistan | Belmopan | Belize\nAshgabat | Turkmenistan | Berlin | Germany\nAshgabat | Turkmenistan | Bern | Switzerland\nAshgabat | Turkmenistan | Bishkek | Kyrgyzstan\nAshgabat | Turkmenistan | Bratislava | Slovakia\nAshgabat | Turkmenistan | Brussels | Belgium\nAshgabat | Turkmenistan | Bucharest | Romania\nAshgabat | Turkmenistan | Budapest | Hungary\nAshgabat | Turkmenistan | Bujumbura | Burundi\nAshgabat | Turkmenistan | Cairo | Egypt\nAshgabat | Turkmenistan | Canberra | Australia\nAshgabat | Turkmenistan | Caracas | Venezuela\nAshgabat | Turkmenistan | Chisinau | Moldova\nAshgabat | Turkmenistan | Conakry | Guinea\nAshgabat | Turkmenistan | Copenhagen | Denmark\nAshgabat | Turkmenistan | Dakar | Senegal\nAshgabat | Turkmenistan | Damascus | Syria\nAshgabat | Turkmenistan | Dhaka | Bangladesh\nAshgabat | Turkmenistan | Doha | Qatar\nAshgabat | Turkmenistan | Dublin | Ireland\nAshgabat | Turkmenistan | Dushanbe | Tajikistan\nAshgabat | Turkmenistan | Funafuti | Tuvalu\nAshgabat | Turkmenistan | Gaborone | Botswana\nAshgabat | Turkmenistan | Georgetown | Guyana\nAshgabat | Turkmenistan | Hanoi | Vietnam\nAshgabat | Turkmenistan | Harare | Zimbabwe\nAshgabat | Turkmenistan | Havana | Cuba\nAshgabat | Turkmenistan | Helsinki | Finland\nAsmara | Eritrea | Astana | Kazakhstan\nAsmara | Eritrea | Athens | Greece\nAsmara | Eritrea | Baghdad | Iraq\nAsmara | Eritrea | Baku | Azerbaijan\nAsmara | Eritrea | Bamako | Mali\nAsmara | Eritrea | Bangkok | Thailand\nAsmara | Eritrea | Banjul | Gambia\nAsmara | Eritrea | Beijing | China\nAsmara | Eritrea | Beirut | Lebanon\nAsmara | Eritrea | Belgrade | Serbia\nAsmara | Eritrea | Belmopan | Belize\nAsmara | Eritrea | Berlin | Germany\nAsmara | Eritrea | Bern | Switzerland\nAsmara | Eritrea | Bishkek | Kyrgyzstan\nAsmara | Eritrea | Bratislava | Slovakia\nAsmara | Eritrea | Brussels | Belgium\nAsmara | Eritrea | Bucharest | Romania\nAsmara | Eritrea | Budapest | Hungary\nAsmara | Eritrea | Bujumbura | Burundi\nAsmara | Eritrea | Cairo | Egypt\nAsmara | Eritrea | Canberra | Australia\nAsmara | Eritrea | Caracas | Venezuela\nAsmara | Eritrea | Chisinau | Moldova\nAsmara | Eritrea | Conakry | Guinea\nAsmara | Eritrea | Copenhagen | Denmark\nAsmara | Eritrea | Dakar | Senegal\nAsmara | Eritrea | Damascus | Syria\nAsmara | Eritrea | Dhaka | Bangladesh\nAsmara | Eritrea | Doha | Qatar\nAsmara | Eritrea | Dublin | Ireland\nAsmara | Eritrea | Dushanbe | Tajikistan\nAsmara | Eritrea | Funafuti | Tuvalu\nAsmara | Eritrea | Gaborone | Botswana\nAsmara | Eritrea | Georgetown | Guyana\nAsmara | Eritrea | Hanoi | Vietnam\nAsmara | Eritrea | Harare | Zimbabwe\nAsmara | Eritrea | Havana | Cuba\nAsmara | Eritrea | Helsinki | Finland\nAsmara | Eritrea | Islamabad | Pakistan\nAstana | Kazakhstan | Athens | Greece\nAstana | Kazakhstan | Baghdad | Iraq\nAstana | Kazakhstan | Baku | Azerbaijan\nAstana | Kazakhstan | Bamako | Mali\nAstana | Kazakhstan | Bangkok | Thailand\nAstana | Kazakhstan | Banjul | Gambia\nAstana | Kazakhstan | Beijing | China\nAstana | Kazakhstan | Beirut | Lebanon\nAstana | Kazakhstan | Belgrade | Serbia\nAstana | Kazakhstan | Belmopan | Belize\nAstana | Kazakhstan | Berlin | Germany\nAstana | Kazakhstan | Bern | Switzerland\nAstana | Kazakhstan | Bishkek | Kyrgyzstan\nAstana | Kazakhstan | Bratislava | Slovakia\nAstana | Kazakhstan | Brussels | Belgium\nAstana | Kazakhstan | Bucharest | Romania\nAstana | Kazakhstan | Budapest | Hungary\nAstana | Kazakhstan | Bujumbura | Burundi\nAstana | Kazakhstan | Cairo | Egypt\nAstana | Kazakhstan | Canberra | Australia\nAstana | Kazakhstan | Caracas | Venezuela\nAstana | Kazakhstan | Chisinau | Moldova\nAstana | Kazakhstan | Conakry | Guinea\nAstana | Kazakhstan | Copenhagen | Denmark\nAstana | Kazakhstan | Dakar | Senegal\nAstana | Kazakhstan | Damascus | Syria\nAstana | Kazakhstan | Dhaka | Bangladesh\nAstana | Kazakhstan | Doha | Qatar\nAstana | Kazakhstan | Dublin | Ireland\nAstana | Kazakhstan | Dushanbe | Tajikistan\nAstana | Kazakhstan | Funafuti | Tuvalu\nAstana | Kazakhstan | Gaborone | Botswana\nAstana | Kazakhstan | Georgetown | Guyana\nAstana | Kazakhstan | Hanoi | Vietnam\nAstana | Kazakhstan | Harare | Zimbabwe\nAstana | Kazakhstan | Havana | Cuba\nAstana | Kazakhstan | Helsinki | Finland\nAstana | Kazakhstan | Islamabad | Pakistan\nAstana | Kazakhstan | Jakarta | Indonesia\nAthens | Greece | Baghdad | Iraq\nAthens | Greece | Baku | Azerbaijan\nAthens | Greece | Bamako | Mali\nAthens | Greece | Bangkok | Thailand\nAthens | Greece | Banjul | Gambia\nAthens | Greece | Beijing | China\nAthens | Greece | Beirut | Lebanon\nAthens | Greece | Belgrade | Serbia\nAthens | Greece | Belmopan | Belize\nAthens | Greece | Berlin | Germany\nAthens | Greece | Bern | Switzerland\nAthens | Greece | Bishkek | Kyrgyzstan\nAthens | Greece | Bratislava | Slovakia\nAthens | Greece | Brussels | Belgium\nAthens | Greece | Bucharest | Romania\nAthens | Greece | Budapest | Hungary\nAthens | Greece | Bujumbura | Burundi\nAthens | Greece | Cairo | Egypt\nAthens | Greece | Canberra | Australia\nAthens | Greece | Caracas | Venezuela\nAthens | Greece | Chisinau | Moldova\nAthens | Greece | Conakry | Guinea\nAthens | Greece | Copenhagen | Denmark\nAthens | Greece | Dakar | Senegal\nAthens | Greece | Damascus | Syria\nAthens | Greece | Dhaka | Bangladesh\nAthens | Greece | Doha | Qatar\nAthens | Greece | Dublin | Ireland\nAthens | Greece | Dushanbe | Tajikistan\nAthens | Greece | Funafuti | Tuvalu\nAthens | Greece | Gaborone | Botswana\nAthens | Greece | Georgetown | Guyana\nAthens | Greece | Hanoi | Vietnam\nAthens | Greece | Harare | Zimbabwe\nAthens | Greece | Havana | Cuba\nAthens | Greece | Helsinki | Finland\nAthens | Greece | Islamabad | Pakistan\nAthens | Greece | Jakarta | Indonesia\nAthens | Greece | Kabul | Afghanistan\nBaghdad | Iraq | Baku | Azerbaijan\nBaghdad | Iraq | Bamako | Mali\nBaghdad | Iraq | Bangkok | Thailand\nBaghdad | Iraq | Banjul | Gambia\nBaghdad | Iraq | Beijing | China\nBaghdad | Iraq | Beirut | Lebanon\nBaghdad | Iraq | Belgrade | Serbia\nBaghdad | Iraq | Belmopan | Belize\nBaghdad | Iraq | Berlin | Germany\nBaghdad | Iraq | Bern | Switzerland\nBaghdad | Iraq | Bishkek | Kyrgyzstan\nBaghdad | Iraq | Bratislava | Slovakia\nBaghdad | Iraq | Brussels | Belgium\nBaghdad | Iraq | Bucharest | Romania\nBaghdad | Iraq | Budapest | Hungary\nBaghdad | Iraq | Bujumbura | Burundi\nBaghdad | Iraq | Cairo | Egypt\nBaghdad | Iraq | Canberra | Australia\nBaghdad | Iraq | Caracas | Venezuela\nBaghdad | Iraq | Chisinau | Moldova\nBaghdad | Iraq | Conakry | Guinea\nBaghdad | Iraq | Copenhagen | Denmark\nBaghdad | Iraq | Dakar | Senegal\nBaghdad | Iraq | Damascus | Syria\nBaghdad | Iraq | Dhaka | Bangladesh\nBaghdad | Iraq | Doha | Qatar\nBaghdad | Iraq | Dublin | Ireland\nBaghdad | Iraq | Dushanbe | Tajikistan\nBaghdad | Iraq | Funafuti | Tuvalu\nBaghdad | Iraq | Gaborone | Botswana\nBaghdad | Iraq | Georgetown | Guyana\nBaghdad | Iraq | Hanoi | Vietnam\nBaghdad | Iraq | Harare | Zimbabwe\nBaghdad | Iraq | Havana | Cuba\nBaghdad | Iraq | Helsinki | Finland\nBaghdad | Iraq | Islamabad | Pakistan\nBaghdad | Iraq | Jakarta | Indonesia\nBaghdad | Iraq | Kabul | Afghanistan\nBaghdad | Iraq | Kampala | Uganda\nBaku | Azerbaijan | Bamako | Mali\nBaku | Azerbaijan | Bangkok | Thailand\nBaku | Azerbaijan | Banjul | Gambia\nBaku | Azerbaijan | Beijing | China\nBaku | Azerbaijan | Beirut | Lebanon\nBaku | Azerbaijan | Belgrade | Serbia\nBaku | Azerbaijan | Belmopan | Belize\nBaku | Azerbaijan | Berlin | Germany\nBaku | Azerbaijan | Bern | Switzerland\nBaku | Azerbaijan | Bishkek | Kyrgyzstan\nBaku | Azerbaijan | Bratislava | Slovakia\nBaku | Azerbaijan | Brussels | Belgium\nBaku | Azerbaijan | Bucharest | Romania\nBaku | Azerbaijan | Budapest | Hungary\nBaku | Azerbaijan | Bujumbura | Burundi\nBaku | Azerbaijan | Cairo | Egypt\nBaku | Azerbaijan | Canberra | Australia\nBaku | Azerbaijan | Caracas | Venezuela\nBaku | Azerbaijan | Chisinau | Moldova\nBaku | Azerbaijan | Conakry | Guinea\nBaku | Azerbaijan | Copenhagen | Denmark\nBaku | Azerbaijan | Dakar | Senegal\nBaku | Azerbaijan | Damascus | Syria\nBaku | Azerbaijan | Dhaka | Bangladesh\nBaku | Azerbaijan | Doha | Qatar\nBaku | Azerbaijan | Dublin | Ireland\nBaku | Azerbaijan | Dushanbe | Tajikistan\nBaku | Azerbaijan | Funafuti | Tuvalu\nBaku | Azerbaijan | Gaborone | Botswana\nBaku | Azerbaijan | Georgetown | Guyana\nBaku | Azerbaijan | Hanoi | Vietnam\nBaku | Azerbaijan | Harare | Zimbabwe\nBaku | Azerbaijan | Havana | Cuba\nBaku | Azerbaijan | Helsinki | Finland\nBaku | Azerbaijan | Islamabad | Pakistan\nBaku | Azerbaijan | Jakarta | Indonesia\nBaku | Azerbaijan | Kabul | Afghanistan\nBaku | Azerbaijan | Kampala | Uganda\nBaku | Azerbaijan | Kathmandu | Nepal\nBamako | Mali | Bangkok | Thailand\nBamako | Mali | Banjul | Gambia\nBamako | Mali | Beijing | China\nBamako | Mali | Beirut | Lebanon\nBamako | Mali | Belgrade | Serbia\nBamako | Mali | Belmopan | Belize\nBamako | Mali | Berlin | Germany\nBamako | Mali | Bern | Switzerland\nBamako | Mali | Bishkek | Kyrgyzstan\nBamako | Mali | Bratislava | Slovakia\nBamako | Mali | Brussels | Belgium\nBamako | Mali | Bucharest | Romania\nBamako | Mali | Budapest | Hungary\nBamako | Mali | Bujumbura | Burundi\nBamako | Mali | Cairo | Egypt\nBamako | Mali | Canberra | Australia\nBamako | Mali | Caracas | Venezuela\nBamako | Mali | Chisinau | Moldova\nBamako | Mali | Conakry | Guinea\nBamako | Mali | Copenhagen | Denmark\nBamako | Mali | Dakar | Senegal\nBamako | Mali | Damascus | Syria\nBamako | Mali | Dhaka | Bangladesh\nBamako | Mali | Doha | Qatar\nBamako | Mali | Dublin | Ireland\nBamako | Mali | Dushanbe | Tajikistan\nBamako | Mali | Funafuti | Tuvalu\nBamako | Mali | Gaborone | Botswana\nBamako | Mali | Georgetown | Guyana\nBamako | Mali | Hanoi | Vietnam\nBamako | Mali | Harare | Zimbabwe\nBamako | Mali | Havana | Cuba\nBamako | Mali | Helsinki | Finland\nBamako | Mali | Islamabad | Pakistan\nBamako | Mali | Jakarta | Indonesia\nBamako | Mali | Kabul | Afghanistan\nBamako | Mali | Kampala | Uganda\nBamako | Mali | Kathmandu | Nepal\nBamako | Mali | Khartoum | Sudan\nBangkok | Thailand | Banjul | Gambia\nBangkok | Thailand | Beijing | China\nBangkok | Thailand | Beirut | Lebanon\nBangkok | Thailand | Belgrade | Serbia\nBangkok | Thailand | Belmopan | Belize\nBangkok | Thailand | Berlin | Germany\nBangkok | Thailand | Bern | Switzerland\nBangkok | Thailand | Bishkek | Kyrgyzstan\nBangkok | Thailand | Bratislava | Slovakia\nBangkok | Thailand | Brussels | Belgium\nBangkok | Thailand | Bucharest | Romania\nBangkok | Thailand | Budapest | Hungary\nBangkok | Thailand | Bujumbura | Burundi\nBangkok | Thailand | Cairo | Egypt\nBangkok | Thailand | Canberra | Australia\nBangkok | Thailand | Caracas | Venezuela\nBangkok | Thailand | Chisinau | Moldova\nBangkok | Thailand | Conakry | Guinea\nBangkok | Thailand | Copenhagen | Denmark\nBangkok | Thailand | Dakar | Senegal\nBangkok | Thailand | Damascus | Syria\nBangkok | Thailand | Dhaka | Bangladesh\nBangkok | Thailand | Doha | Qatar\nBangkok | Thailand | Dublin | Ireland\nBangkok | Thailand | Dushanbe | Tajikistan\nBangkok | Thailand | Funafuti | Tuvalu\nBangkok | Thailand | Gaborone | Botswana\nBangkok | Thailand | Georgetown | Guyana\nBangkok | Thailand | Hanoi | Vietnam\nBangkok | Thailand | Harare | Zimbabwe\nBangkok | Thailand | Havana | Cuba\nBangkok | Thailand | Helsinki | Finland\nBangkok | Thailand | Islamabad | Pakistan\nBangkok | Thailand | Jakarta | Indonesia\nBangkok | Thailand | Kabul | Afghanistan\nBangkok | Thailand | Kampala | Uganda\nBangkok | Thailand | Kathmandu | Nepal\nBangkok | Thailand | Khartoum | Sudan\nBangkok | Thailand | Kiev | Ukraine\nBanjul | Gambia | Beijing | China\nBanjul | Gambia | Beirut | Lebanon\nBanjul | Gambia | Belgrade | Serbia\nBanjul | Gambia | Belmopan | Belize\nBanjul | Gambia | Berlin | Germany\nBanjul | Gambia | Bern | Switzerland\nBanjul | Gambia | Bishkek | Kyrgyzstan\nBanjul | Gambia | Bratislava | Slovakia\nBanjul | Gambia | Brussels | Belgium\nBanjul | Gambia | Bucharest | Romania\nBanjul | Gambia | Budapest | Hungary\nBanjul | Gambia | Bujumbura | Burundi\nBanjul | Gambia | Cairo | Egypt\nBanjul | Gambia | Canberra | Australia\nBanjul | Gambia | Caracas | Venezuela\nBanjul | Gambia | Chisinau | Moldova\nBanjul | Gambia | Conakry | Guinea\nBanjul | Gambia | Copenhagen | Denmark\nBanjul | Gambia | Dakar | Senegal\nBanjul | Gambia | Damascus | Syria\nBanjul | Gambia | Dhaka | Bangladesh\nBanjul | Gambia | Doha | Qatar\nBanjul | Gambia | Dublin | Ireland\nBanjul | Gambia | Dushanbe | Tajikistan\nBanjul | Gambia | Funafuti | Tuvalu\nBanjul | Gambia | Gaborone | Botswana\nBanjul | Gambia | Georgetown | Guyana\nBanjul | Gambia | Hanoi | Vietnam\nBanjul | Gambia | Harare | Zimbabwe\nBanjul | Gambia | Havana | Cuba\nBanjul | Gambia | Helsinki | Finland\nBanjul | Gambia | Islamabad | Pakistan\nBanjul | Gambia | Jakarta | Indonesia\nBanjul | Gambia | Kabul | Afghanistan\nBanjul | Gambia | Kampala | Uganda\nBanjul | Gambia | Kathmandu | Nepal\nBanjul | Gambia | Khartoum | Sudan\nBanjul | Gambia | Kiev | Ukraine\nBanjul | Gambia | Kigali | Rwanda\nBeijing | China | Beirut | Lebanon\nBeijing | China | Belgrade | Serbia\nBeijing | China | Belmopan | Belize\nBeijing | China | Berlin | Germany\nBeijing | China | Bern | Switzerland\nBeijing | China | Bishkek | Kyrgyzstan\nBeijing | China | Bratislava | Slovakia\nBeijing | China | Brussels | Belgium\nBeijing | China | Bucharest | Romania\nBeijing | China | Budapest | Hungary\nBeijing | China | Bujumbura | Burundi\nBeijing | China | Cairo | Egypt\nBeijing | China | Canberra | Australia\nBeijing | China | Caracas | Venezuela\nBeijing | China | Chisinau | Moldova\nBeijing | China | Conakry | Guinea\nBeijing | China | Copenhagen | Denmark\nBeijing | China | Dakar | Senegal\nBeijing | China | Damascus | Syria\nBeijing | China | Dhaka | Bangladesh\nBeijing | China | Doha | Qatar\nBeijing | China | Dublin | Ireland\nBeijing | China | Dushanbe | Tajikistan\nBeijing | China | Funafuti | Tuvalu\nBeijing | China | Gaborone | Botswana\nBeijing | China | Georgetown | Guyana\nBeijing | China | Hanoi | Vietnam\nBeijing | China | Harare | Zimbabwe\nBeijing | China | Havana | Cuba\nBeijing | China | Helsinki | Finland\nBeijing | China | Islamabad | Pakistan\nBeijing | China | Jakarta | Indonesia\nBeijing | China | Kabul | Afghanistan\nBeijing | China | Kampala | Uganda\nBeijing | China | Kathmandu | Nepal\nBeijing | China | Khartoum | Sudan\nBeijing | China | Kiev | Ukraine\nBeijing | China | Kigali | Rwanda\nBeijing | China | Kingston | Jamaica\nBeirut | Lebanon | Belgrade | Serbia\nBeirut | Lebanon | Belmopan | Belize\nBeirut | Lebanon | Berlin | Germany\nBeirut | Lebanon | Bern | Switzerland\nBeirut | Lebanon | Bishkek | Kyrgyzstan\nBeirut | Lebanon | Bratislava | Slovakia\nBeirut | Lebanon | Brussels | Belgium\nBeirut | Lebanon | Bucharest | Romania\nBeirut | Lebanon | Budapest | Hungary\nBeirut | Lebanon | Bujumbura | Burundi\nBeirut | Lebanon | Cairo | Egypt\nBeirut | Lebanon | Canberra | Australia\nBeirut | Lebanon | Caracas | Venezuela\nBeirut | Lebanon | Chisinau | Moldova\nBeirut | Lebanon | Conakry | Guinea\nBeirut | Lebanon | Copenhagen | Denmark\nBeirut | Lebanon | Dakar | Senegal\nBeirut | Lebanon | Damascus | Syria\nBeirut | Lebanon | Dhaka | Bangladesh\nBeirut | Lebanon | Doha | Qatar\nBeirut | Lebanon | Dublin | Ireland\nBeirut | Lebanon | Dushanbe | Tajikistan\nBeirut | Lebanon | Funafuti | Tuvalu\nBeirut | Lebanon | Gaborone | Botswana\nBeirut | Lebanon | Georgetown | Guyana\nBeirut | Lebanon | Hanoi | Vietnam\nBeirut | Lebanon | Harare | Zimbabwe\nBeirut | Lebanon | Havana | Cuba\nBeirut | Lebanon | Helsinki | Finland\nBeirut | Lebanon | Islamabad | Pakistan\nBeirut | Lebanon | Jakarta | Indonesia\nBeirut | Lebanon | Kabul | Afghanistan\nBeirut | Lebanon | Kampala | Uganda\nBeirut | Lebanon | Kathmandu | Nepal\nBeirut | Lebanon | Khartoum | Sudan\nBeirut | Lebanon | Kiev | Ukraine\nBeirut | Lebanon | Kigali | Rwanda\nBeirut | Lebanon | Kingston | Jamaica\nBeirut | Lebanon | Libreville | Gabon\nBelgrade | Serbia | Belmopan | Belize\nBelgrade | Serbia | Berlin | Germany\nBelgrade | Serbia | Bern | Switzerland\nBelgrade | Serbia | Bishkek | Kyrgyzstan\nBelgrade | Serbia | Bratislava | Slovakia\nBelgrade | Serbia | Brussels | Belgium\nBelgrade | Serbia | Bucharest | Romania\nBelgrade | Serbia | Budapest | Hungary\nBelgrade | Serbia | Bujumbura | Burundi\nBelgrade | Serbia | Cairo | Egypt\nBelgrade | Serbia | Canberra | Australia\nBelgrade | Serbia | Caracas | Venezuela\nBelgrade | Serbia | Chisinau | Moldova\nBelgrade | Serbia | Conakry | Guinea\nBelgrade | Serbia | Copenhagen | Denmark\nBelgrade | Serbia | Dakar | Senegal\nBelgrade | Serbia | Damascus | Syria\nBelgrade | Serbia | Dhaka | Bangladesh\nBelgrade | Serbia | Doha | Qatar\nBelgrade | Serbia | Dublin | Ireland\nBelgrade | Serbia | Dushanbe | Tajikistan\nBelgrade | Serbia | Funafuti | Tuvalu\nBelgrade | Serbia | Gaborone | Botswana\nBelgrade | Serbia | Georgetown | Guyana\nBelgrade | Serbia | Hanoi | Vietnam\nBelgrade | Serbia | Harare | Zimbabwe\nBelgrade | Serbia | Havana | Cuba\nBelgrade | Serbia | Helsinki | Finland\nBelgrade | Serbia | Islamabad | Pakistan\nBelgrade | Serbia | Jakarta | Indonesia\nBelgrade | Serbia | Kabul | Afghanistan\nBelgrade | Serbia | Kampala | Uganda\nBelgrade | Serbia | Kathmandu | Nepal\nBelgrade | Serbia | Khartoum | Sudan\nBelgrade | Serbia | Kiev | Ukraine\nBelgrade | Serbia | Kigali | Rwanda\nBelgrade | Serbia | Kingston | Jamaica\nBelgrade | Serbia | Libreville | Gabon\nBelgrade | Serbia | Lilongwe | Malawi\nBelmopan | Belize | Berlin | Germany\nBelmopan | Belize | Bern | Switzerland\nBelmopan | Belize | Bishkek | Kyrgyzstan\nBelmopan | Belize | Bratislava | Slovakia\nBelmopan | Belize | Brussels | Belgium\nBelmopan | Belize | Bucharest | Romania\nBelmopan | Belize | Budapest | Hungary\nBelmopan | Belize | Bujumbura | Burundi\nBelmopan | Belize | Cairo | Egypt\nBelmopan | Belize | Canberra | Australia\nBelmopan | Belize | Caracas | Venezuela\nBelmopan | Belize | Chisinau | Moldova\nBelmopan | Belize | Conakry | Guinea\nBelmopan | Belize | Copenhagen | Denmark\nBelmopan | Belize | Dakar | Senegal\nBelmopan | Belize | Damascus | Syria\nBelmopan | Belize | Dhaka | Bangladesh\nBelmopan | Belize | Doha | Qatar\nBelmopan | Belize | Dublin | Ireland\nBelmopan | Belize | Dushanbe | Tajikistan\nBelmopan | Belize | Funafuti | Tuvalu\nBelmopan | Belize | Gaborone | Botswana\nBelmopan | Belize | Georgetown | Guyana\nBelmopan | Belize | Hanoi | Vietnam\nBelmopan | Belize | Harare | Zimbabwe\nBelmopan | Belize | Havana | Cuba\nBelmopan | Belize | Helsinki | Finland\nBelmopan | Belize | Islamabad | Pakistan\nBelmopan | Belize | Jakarta | Indonesia\nBelmopan | Belize | Kabul | Afghanistan\nBelmopan | Belize | Kampala | Uganda\nBelmopan | Belize | Kathmandu | Nepal\nBelmopan | Belize | Khartoum | Sudan\nBelmopan | Belize | Kiev | Ukraine\nBelmopan | Belize | Kigali | Rwanda\nBelmopan | Belize | Kingston | Jamaica\nBelmopan | Belize | Libreville | Gabon\nBelmopan | Belize | Lilongwe | Malawi\nBelmopan | Belize | Lima | Peru\nBerlin | Germany | Bern | Switzerland\nBerlin | Germany | Bishkek | Kyrgyzstan\nBerlin | Germany | Bratislava | Slovakia\nBerlin | Germany | Brussels | Belgium\nBerlin | Germany | Bucharest | Romania\nBerlin | Germany | Budapest | Hungary\nBerlin | Germany | Bujumbura | Burundi\nBerlin | Germany | Cairo | Egypt\nBerlin | Germany | Canberra | Australia\nBerlin | Germany | Caracas | Venezuela\nBerlin | Germany | Chisinau | Moldova\nBerlin | Germany | Conakry | Guinea\nBerlin | Germany | Copenhagen | Denmark\nBerlin | Germany | Dakar | Senegal\nBerlin | Germany | Damascus | Syria\nBerlin | Germany | Dhaka | Bangladesh\nBerlin | Germany | Doha | Qatar\nBerlin | Germany | Dublin | Ireland\nBerlin | Germany | Dushanbe | Tajikistan\nBerlin | Germany | Funafuti | Tuvalu\nBerlin | Germany | Gaborone | Botswana\nBerlin | Germany | Georgetown | Guyana\nBerlin | Germany | Hanoi | Vietnam\nBerlin | Germany | Harare | Zimbabwe\nBerlin | Germany | Havana | Cuba\nBerlin | Germany | Helsinki | Finland\nBerlin | Germany | Islamabad | Pakistan\nBerlin | Germany | Jakarta | Indonesia\nBerlin | Germany | Kabul | Afghanistan\nBerlin | Germany | Kampala | Uganda\nBerlin | Germany | Kathmandu | Nepal\nBerlin | Germany | Khartoum | Sudan\nBerlin | Germany | Kiev | Ukraine\nBerlin | Germany | Kigali | Rwanda\nBerlin | Germany | Kingston | Jamaica\nBerlin | Germany | Libreville | Gabon\nBerlin | Germany | Lilongwe | Malawi\nBerlin | Germany | Lima | Peru\nBerlin | Germany | Lisbon | Portugal\nBern | Switzerland | Bishkek | Kyrgyzstan\nBern | Switzerland | Bratislava | Slovakia\nBern | Switzerland | Brussels | Belgium\nBern | Switzerland | Bucharest | Romania\nBern | Switzerland | Budapest | Hungary\nBern | Switzerland | Bujumbura | Burundi\nBern | Switzerland | Cairo | Egypt\nBern | Switzerland | Canberra | Australia\nBern | Switzerland | Caracas | Venezuela\nBern | Switzerland | Chisinau | Moldova\nBern | Switzerland | Conakry | Guinea\nBern | Switzerland | Copenhagen | Denmark\nBern | Switzerland | Dakar | Senegal\nBern | Switzerland | Damascus | Syria\nBern | Switzerland | Dhaka | Bangladesh\nBern | Switzerland | Doha | Qatar\nBern | Switzerland | Dublin | Ireland\nBern | Switzerland | Dushanbe | Tajikistan\nBern | Switzerland | Funafuti | Tuvalu\nBern | Switzerland | Gaborone | Botswana\nBern | Switzerland | Georgetown | Guyana\nBern | Switzerland | Hanoi | Vietnam\nBern | Switzerland | Harare | Zimbabwe\nBern | Switzerland | Havana | Cuba\nBern | Switzerland | Helsinki | Finland\nBern | Switzerland | Islamabad | Pakistan\nBern | Switzerland | Jakarta | Indonesia\nBern | Switzerland | Kabul | Afghanistan\nBern | Switzerland | Kampala | Uganda\nBern | Switzerland | Kathmandu | Nepal\nBern | Switzerland | Khartoum | Sudan\nBern | Switzerland | Kiev | Ukraine\nBern | Switzerland | Kigali | Rwanda\nBern | Switzerland | Kingston | Jamaica\nBern | Switzerland | Libreville | Gabon\nBern | Switzerland | Lilongwe | Malawi\nBern | Switzerland | Lima | Peru\nBern | Switzerland | Lisbon | Portugal\nBern | Switzerland | Ljubljana | Slovenia\nBishkek | Kyrgyzstan | Bratislava | Slovakia\nBishkek | Kyrgyzstan | Brussels | Belgium\nBishkek | Kyrgyzstan | Bucharest | Romania\nBishkek | Kyrgyzstan | Budapest | Hungary\nBishkek | Kyrgyzstan | Bujumbura | Burundi\nBishkek | Kyrgyzstan | Cairo | Egypt\nBishkek | Kyrgyzstan | Canberra | Australia\nBishkek | Kyrgyzstan | Caracas | Venezuela\nBishkek | Kyrgyzstan | Chisinau | Moldova\nBishkek | Kyrgyzstan | Conakry | Guinea\nBishkek | Kyrgyzstan | Copenhagen | Denmark\nBishkek | Kyrgyzstan | Dakar | Senegal\nBishkek | Kyrgyzstan | Damascus | Syria\nBishkek | Kyrgyzstan | Dhaka | Bangladesh\nBishkek | Kyrgyzstan | Doha | Qatar\nBishkek | Kyrgyzstan | Dublin | Ireland\nBishkek | Kyrgyzstan | Dushanbe | Tajikistan\nBishkek | Kyrgyzstan | Funafuti | Tuvalu\nBishkek | Kyrgyzstan | Gaborone | Botswana\nBishkek | Kyrgyzstan | Georgetown | Guyana\nBishkek | Kyrgyzstan | Hanoi | Vietnam\nBishkek | Kyrgyzstan | Harare | Zimbabwe\nBishkek | Kyrgyzstan | Havana | Cuba\nBishkek | Kyrgyzstan | Helsinki | Finland\nBishkek | Kyrgyzstan | Islamabad | Pakistan\nBishkek | Kyrgyzstan | Jakarta | Indonesia\nBishkek | Kyrgyzstan | Kabul | Afghanistan\nBishkek | Kyrgyzstan | Kampala | Uganda\nBishkek | Kyrgyzstan | Kathmandu | Nepal\nBishkek | Kyrgyzstan | Khartoum | Sudan\nBishkek | Kyrgyzstan | Kiev | Ukraine\nBishkek | Kyrgyzstan | Kigali | Rwanda\nBishkek | Kyrgyzstan | Kingston | Jamaica\nBishkek | Kyrgyzstan | Libreville | Gabon\nBishkek | Kyrgyzstan | Lilongwe | Malawi\nBishkek | Kyrgyzstan | Lima | Peru\nBishkek | Kyrgyzstan | Lisbon | Portugal\nBishkek | Kyrgyzstan | Ljubljana | Slovenia\nBishkek | Kyrgyzstan | London | England\nBratislava | Slovakia | Brussels | Belgium\nBratislava | Slovakia | Bucharest | Romania\nBratislava | Slovakia | Budapest | Hungary\nBratislava | Slovakia | Bujumbura | Burundi\nBratislava | Slovakia | Cairo | Egypt\nBratislava | Slovakia | Canberra | Australia\nBratislava | Slovakia | Caracas | Venezuela\nBratislava | Slovakia | Chisinau | Moldova\nBratislava | Slovakia | Conakry | Guinea\nBratislava | Slovakia | Copenhagen | Denmark\nBratislava | Slovakia | Dakar | Senegal\nBratislava | Slovakia | Damascus | Syria\nBratislava | Slovakia | Dhaka | Bangladesh\nBratislava | Slovakia | Doha | Qatar\nBratislava | Slovakia | Dublin | Ireland\nBratislava | Slovakia | Dushanbe | Tajikistan\nBratislava | Slovakia | Funafuti | Tuvalu\nBratislava | Slovakia | Gaborone | Botswana\nBratislava | Slovakia | Georgetown | Guyana\nBratislava | Slovakia | Hanoi | Vietnam\nBratislava | Slovakia | Harare | Zimbabwe\nBratislava | Slovakia | Havana | Cuba\nBratislava | Slovakia | Helsinki | Finland\nBratislava | Slovakia | Islamabad | Pakistan\nBratislava | Slovakia | Jakarta | Indonesia\nBratislava | Slovakia | Kabul | Afghanistan\nBratislava | Slovakia | Kampala | Uganda\nBratislava | Slovakia | Kathmandu | Nepal\nBratislava | Slovakia | Khartoum | Sudan\nBratislava | Slovakia | Kiev | Ukraine\nBratislava | Slovakia | Kigali | Rwanda\nBratislava | Slovakia | Kingston | Jamaica\nBratislava | Slovakia | Libreville | Gabon\nBratislava | Slovakia | Lilongwe | Malawi\nBratislava | Slovakia | Lima | Peru\nBratislava | Slovakia | Lisbon | Portugal\nBratislava | Slovakia | Ljubljana | Slovenia\nBratislava | Slovakia | London | England\nBratislava | Slovakia | Luanda | Angola\nBrussels | Belgium | Bucharest | Romania\nBrussels | Belgium | Budapest | Hungary\nBrussels | Belgium | Bujumbura | Burundi\nBrussels | Belgium | Cairo | Egypt\nBrussels | Belgium | Canberra | Australia\nBrussels | Belgium | Caracas | Venezuela\nBrussels | Belgium | Chisinau | Moldova\nBrussels | Belgium | Conakry | Guinea\nBrussels | Belgium | Copenhagen | Denmark\nBrussels | Belgium | Dakar | Senegal\nBrussels | Belgium | Damascus | Syria\nBrussels | Belgium | Dhaka | Bangladesh\nBrussels | Belgium | Doha | Qatar\nBrussels | Belgium | Dublin | Ireland\nBrussels | Belgium | Dushanbe | Tajikistan\nBrussels | Belgium | Funafuti | Tuvalu\nBrussels | Belgium | Gaborone | Botswana\nBrussels | Belgium | Georgetown | Guyana\nBrussels | Belgium | Hanoi | Vietnam\nBrussels | Belgium | Harare | Zimbabwe\nBrussels | Belgium | Havana | Cuba\nBrussels | Belgium | Helsinki | Finland\nBrussels | Belgium | Islamabad | Pakistan\nBrussels | Belgium | Jakarta | Indonesia\nBrussels | Belgium | Kabul | Afghanistan\nBrussels | Belgium | Kampala | Uganda\nBrussels | Belgium | Kathmandu | Nepal\nBrussels | Belgium | Khartoum | Sudan\nBrussels | Belgium | Kiev | Ukraine\nBrussels | Belgium | Kigali | Rwanda\nBrussels | Belgium | Kingston | Jamaica\nBrussels | Belgium | Libreville | Gabon\nBrussels | Belgium | Lilongwe | Malawi\nBrussels | Belgium | Lima | Peru\nBrussels | Belgium | Lisbon | Portugal\nBrussels | Belgium | Ljubljana | Slovenia\nBrussels | Belgium | London | England\nBrussels | Belgium | Luanda | Angola\nBrussels | Belgium | Lusaka | Zambia\nBucharest | Romania | Budapest | Hungary\nBucharest | Romania | Bujumbura | Burundi\nBucharest | Romania | Cairo | Egypt\nBucharest | Romania | Canberra | Australia\nBucharest | Romania | Caracas | Venezuela\nBucharest | Romania | Chisinau | Moldova\nBucharest | Romania | Conakry | Guinea\nBucharest | Romania | Copenhagen | Denmark\nBucharest | Romania | Dakar | Senegal\nBucharest | Romania | Damascus | Syria\nBucharest | Romania | Dhaka | Bangladesh\nBucharest | Romania | Doha | Qatar\nBucharest | Romania | Dublin | Ireland\nBucharest | Romania | Dushanbe | Tajikistan\nBucharest | Romania | Funafuti | Tuvalu\nBucharest | Romania | Gaborone | Botswana\nBucharest | Romania | Georgetown | Guyana\nBucharest | Romania | Hanoi | Vietnam\nBucharest | Romania | Harare | Zimbabwe\nBucharest | Romania | Havana | Cuba\nBucharest | Romania | Helsinki | Finland\nBucharest | Romania | Islamabad | Pakistan\nBucharest | Romania | Jakarta | Indonesia\nBucharest | Romania | Kabul | Afghanistan\nBucharest | Romania | Kampala | Uganda\nBucharest | Romania | Kathmandu | Nepal\nBucharest | Romania | Khartoum | Sudan\nBucharest | Romania | Kiev | Ukraine\nBucharest | Romania | Kigali | Rwanda\nBucharest | Romania | Kingston | Jamaica\nBucharest | Romania | Libreville | Gabon\nBucharest | Romania | Lilongwe | Malawi\nBucharest | Romania | Lima | Peru\nBucharest | Romania | Lisbon | Portugal\nBucharest | Romania | Ljubljana | Slovenia\nBucharest | Romania | London | England\nBucharest | Romania | Luanda | Angola\nBucharest | Romania | Lusaka | Zambia\nBucharest | Romania | Madrid | Spain\nBudapest | Hungary | Bujumbura | Burundi\nBudapest | Hungary | Cairo | Egypt\nBudapest | Hungary | Canberra | Australia\nBudapest | Hungary | Caracas | Venezuela\nBudapest | Hungary | Chisinau | Moldova\nBudapest | Hungary | Conakry | Guinea\nBudapest | Hungary | Copenhagen | Denmark\nBudapest | Hungary | Dakar | Senegal\nBudapest | Hungary | Damascus | Syria\nBudapest | Hungary | Dhaka | Bangladesh\nBudapest | Hungary | Doha | Qatar\nBudapest | Hungary | Dublin | Ireland\nBudapest | Hungary | Dushanbe | Tajikistan\nBudapest | Hungary | Funafuti | Tuvalu\nBudapest | Hungary | Gaborone | Botswana\nBudapest | Hungary | Georgetown | Guyana\nBudapest | Hungary | Hanoi | Vietnam\nBudapest | Hungary | Harare | Zimbabwe\nBudapest | Hungary | Havana | Cuba\nBudapest | Hungary | Helsinki | Finland\nBudapest | Hungary | Islamabad | Pakistan\nBudapest | Hungary | Jakarta | Indonesia\nBudapest | Hungary | Kabul | Afghanistan\nBudapest | Hungary | Kampala | Uganda\nBudapest | Hungary | Kathmandu | Nepal\nBudapest | Hungary | Khartoum | Sudan\nBudapest | Hungary | Kiev | Ukraine\nBudapest | Hungary | Kigali | Rwanda\nBudapest | Hungary | Kingston | Jamaica\nBudapest | Hungary | Libreville | Gabon\nBudapest | Hungary | Lilongwe | Malawi\nBudapest | Hungary | Lima | Peru\nBudapest | Hungary | Lisbon | Portugal\nBudapest | Hungary | Ljubljana | Slovenia\nBudapest | Hungary | London | England\nBudapest | Hungary | Luanda | Angola\nBudapest | Hungary | Lusaka | Zambia\nBudapest | Hungary | Madrid | Spain\nBudapest | Hungary | Managua | Nicaragua\nBujumbura | Burundi | Cairo | Egypt\nBujumbura | Burundi | Canberra | Australia\nBujumbura | Burundi | Caracas | Venezuela\nBujumbura | Burundi | Chisinau | Moldova\nBujumbura | Burundi | Conakry | Guinea\nBujumbura | Burundi | Copenhagen | Denmark\nBujumbura | Burundi | Dakar | Senegal\nBujumbura | Burundi | Damascus | Syria\nBujumbura | Burundi | Dhaka | Bangladesh\nBujumbura | Burundi | Doha | Qatar\nBujumbura | Burundi | Dublin | Ireland\nBujumbura | Burundi | Dushanbe | Tajikistan\nBujumbura | Burundi | Funafuti | Tuvalu\nBujumbura | Burundi | Gaborone | Botswana\nBujumbura | Burundi | Georgetown | Guyana\nBujumbura | Burundi | Hanoi | Vietnam\nBujumbura | Burundi | Harare | Zimbabwe\nBujumbura | Burundi | Havana | Cuba\nBujumbura | Burundi | Helsinki | Finland\nBujumbura | Burundi | Islamabad | Pakistan\nBujumbura | Burundi | Jakarta | Indonesia\nBujumbura | Burundi | Kabul | Afghanistan\nBujumbura | Burundi | Kampala | Uganda\nBujumbura | Burundi | Kathmandu | Nepal\nBujumbura | Burundi | Khartoum | Sudan\nBujumbura | Burundi | Kiev | Ukraine\nBujumbura | Burundi | Kigali | Rwanda\nBujumbura | Burundi | Kingston | Jamaica\nBujumbura | Burundi | Libreville | Gabon\nBujumbura | Burundi | Lilongwe | Malawi\nBujumbura | Burundi | Lima | Peru\nBujumbura | Burundi | Lisbon | Portugal\nBujumbura | Burundi | Ljubljana | Slovenia\nBujumbura | Burundi | London | England\nBujumbura | Burundi | Luanda | Angola\nBujumbura | Burundi | Lusaka | Zambia\nBujumbura | Burundi | Madrid | Spain\nBujumbura | Burundi | Managua | Nicaragua\nBujumbura | Burundi | Manama | Bahrain\nCairo | Egypt | Canberra | Australia\nCairo | Egypt | Caracas | Venezuela\nCairo | Egypt | Chisinau | Moldova\nCairo | Egypt | Conakry | Guinea\nCairo | Egypt | Copenhagen | Denmark\nCairo | Egypt | Dakar | Senegal\nCairo | Egypt | Damascus | Syria\nCairo | Egypt | Dhaka | Bangladesh\nCairo | Egypt | Doha | Qatar\nCairo | Egypt | Dublin | Ireland\nCairo | Egypt | Dushanbe | Tajikistan\nCairo | Egypt | Funafuti | Tuvalu\nCairo | Egypt | Gaborone | Botswana\nCairo | Egypt | Georgetown | Guyana\nCairo | Egypt | Hanoi | Vietnam\nCairo | Egypt | Harare | Zimbabwe\nCairo | Egypt | Havana | Cuba\nCairo | Egypt | Helsinki | Finland\nCairo | Egypt | Islamabad | Pakistan\nCairo | Egypt | Jakarta | Indonesia\nCairo | Egypt | Kabul | Afghanistan\nCairo | Egypt | Kampala | Uganda\nCairo | Egypt | Kathmandu | Nepal\nCairo | Egypt | Khartoum | Sudan\nCairo | Egypt | Kiev | Ukraine\nCairo | Egypt | Kigali | Rwanda\nCairo | Egypt | Kingston | Jamaica\nCairo | Egypt | Libreville | Gabon\nCairo | Egypt | Lilongwe | Malawi\nCairo | Egypt | Lima | Peru\nCairo | Egypt | Lisbon | Portugal\nCairo | Egypt | Ljubljana | Slovenia\nCairo | Egypt | London | England\nCairo | Egypt | Luanda | Angola\nCairo | Egypt | Lusaka | Zambia\nCairo | Egypt | Madrid | Spain\nCairo | Egypt | Managua | Nicaragua\nCairo | Egypt | Manama | Bahrain\nCairo | Egypt | Manila | Philippines\nCanberra | Australia | Caracas | Venezuela\nCanberra | Australia | Chisinau | Moldova\nCanberra | Australia | Conakry | Guinea\nCanberra | Australia | Copenhagen | Denmark\nCanberra | Australia | Dakar | Senegal\nCanberra | Australia | Damascus | Syria\nCanberra | Australia | Dhaka | Bangladesh\nCanberra | Australia | Doha | Qatar\nCanberra | Australia | Dublin | Ireland\nCanberra | Australia | Dushanbe | Tajikistan\nCanberra | Australia | Funafuti | Tuvalu\nCanberra | Australia | Gaborone | Botswana\nCanberra | Australia | Georgetown | Guyana\nCanberra | Australia | Hanoi | Vietnam\nCanberra | Australia | Harare | Zimbabwe\nCanberra | Australia | Havana | Cuba\nCanberra | Australia | Helsinki | Finland\nCanberra | Australia | Islamabad | Pakistan\nCanberra | Australia | Jakarta | Indonesia\nCanberra | Australia | Kabul | Afghanistan\nCanberra | Australia | Kampala | Uganda\nCanberra | Australia | Kathmandu | Nepal\nCanberra | Australia | Khartoum | Sudan\nCanberra | Australia | Kiev | Ukraine\nCanberra | Australia | Kigali | Rwanda\nCanberra | Australia | Kingston | Jamaica\nCanberra | Australia | Libreville | Gabon\nCanberra | Australia | Lilongwe | Malawi\nCanberra | Australia | Lima | Peru\nCanberra | Australia | Lisbon | Portugal\nCanberra | Australia | Ljubljana | Slovenia\nCanberra | Australia | London | England\nCanberra | Australia | Luanda | Angola\nCanberra | Australia | Lusaka | Zambia\nCanberra | Australia | Madrid | Spain\nCanberra | Australia | Managua | Nicaragua\nCanberra | Australia | Manama | Bahrain\nCanberra | Australia | Manila | Philippines\nCanberra | Australia | Maputo | Mozambique\nCaracas | Venezuela | Chisinau | Moldova\nCaracas | Venezuela | Conakry | Guinea\nCaracas | Venezuela | Copenhagen | Denmark\nCaracas | Venezuela | Dakar | Senegal\nCaracas | Venezuela | Damascus | Syria\nCaracas | Venezuela | Dhaka | Bangladesh\nCaracas | Venezuela | Doha | Qatar\nCaracas | Venezuela | Dublin | Ireland\nCaracas | Venezuela | Dushanbe | Tajikistan\nCaracas | Venezuela | Funafuti | Tuvalu\nCaracas | Venezuela | Gaborone | Botswana\nCaracas | Venezuela | Georgetown | Guyana\nCaracas | Venezuela | Hanoi | Vietnam\nCaracas | Venezuela | Harare | Zimbabwe\nCaracas | Venezuela | Havana | Cuba\nCaracas | Venezuela | Helsinki | Finland\nCaracas | Venezuela | Islamabad | Pakistan\nCaracas | Venezuela | Jakarta | Indonesia\nCaracas | Venezuela | Kabul | Afghanistan\nCaracas | Venezuela | Kampala | Uganda\nCaracas | Venezuela | Kathmandu | Nepal\nCaracas | Venezuela | Khartoum | Sudan\nCaracas | Venezuela | Kiev | Ukraine\nCaracas | Venezuela | Kigali | Rwanda\nCaracas | Venezuela | Kingston | Jamaica\nCaracas | Venezuela | Libreville | Gabon\nCaracas | Venezuela | Lilongwe | Malawi\nCaracas | Venezuela | Lima | Peru\nCaracas | Venezuela | Lisbon | Portugal\nCaracas | Venezuela | Ljubljana | Slovenia\nCaracas | Venezuela | London | England\nCaracas | Venezuela | Luanda | Angola\nCaracas | Venezuela | Lusaka | Zambia\nCaracas | Venezuela | Madrid | Spain\nCaracas | Venezuela | Managua | Nicaragua\nCaracas | Venezuela | Manama | Bahrain\nCaracas | Venezuela | Manila | Philippines\nCaracas | Venezuela | Maputo | Mozambique\nCaracas | Venezuela | Minsk | Belarus\nChisinau | Moldova | Conakry | Guinea\nChisinau | Moldova | Copenhagen | Denmark\nChisinau | Moldova | Dakar | Senegal\nChisinau | Moldova | Damascus | Syria\nChisinau | Moldova | Dhaka | Bangladesh\nChisinau | Moldova | Doha | Qatar\nChisinau | Moldova | Dublin | Ireland\nChisinau | Moldova | Dushanbe | Tajikistan\nChisinau | Moldova | Funafuti | Tuvalu\nChisinau | Moldova | Gaborone | Botswana\nChisinau | Moldova | Georgetown | Guyana\nChisinau | Moldova | Hanoi | Vietnam\nChisinau | Moldova | Harare | Zimbabwe\nChisinau | Moldova | Havana | Cuba\nChisinau | Moldova | Helsinki | Finland\nChisinau | Moldova | Islamabad | Pakistan\nChisinau | Moldova | Jakarta | Indonesia\nChisinau | Moldova | Kabul | Afghanistan\nChisinau | Moldova | Kampala | Uganda\nChisinau | Moldova | Kathmandu | Nepal\nChisinau | Moldova | Khartoum | Sudan\nChisinau | Moldova | Kiev | Ukraine\nChisinau | Moldova | Kigali | Rwanda\nChisinau | Moldova | Kingston | Jamaica\nChisinau | Moldova | Libreville | Gabon\nChisinau | Moldova | Lilongwe | Malawi\nChisinau | Moldova | Lima | Peru\nChisinau | Moldova | Lisbon | Portugal\nChisinau | Moldova | Ljubljana | Slovenia\nChisinau | Moldova | London | England\nChisinau | Moldova | Luanda | Angola\nChisinau | Moldova | Lusaka | Zambia\nChisinau | Moldova | Madrid | Spain\nChisinau | Moldova | Managua | Nicaragua\nChisinau | Moldova | Manama | Bahrain\nChisinau | Moldova | Manila | Philippines\nChisinau | Moldova | Maputo | Mozambique\nChisinau | Moldova | Minsk | Belarus\nChisinau | Moldova | Mogadishu | Somalia\nConakry | Guinea | Copenhagen | Denmark\nConakry | Guinea | Dakar | Senegal\nConakry | Guinea | Damascus | Syria\nConakry | Guinea | Dhaka | Bangladesh\nConakry | Guinea | Doha | Qatar\nConakry | Guinea | Dublin | Ireland\nConakry | Guinea | Dushanbe | Tajikistan\nConakry | Guinea | Funafuti | Tuvalu\nConakry | Guinea | Gaborone | Botswana\nConakry | Guinea | Georgetown | Guyana\nConakry | Guinea | Hanoi | Vietnam\nConakry | Guinea | Harare | Zimbabwe\nConakry | Guinea | Havana | Cuba\nConakry | Guinea | Helsinki | Finland\nConakry | Guinea | Islamabad | Pakistan\nConakry | Guinea | Jakarta | Indonesia\nConakry | Guinea | Kabul | Afghanistan\nConakry | Guinea | Kampala | Uganda\nConakry | Guinea | Kathmandu | Nepal\nConakry | Guinea | Khartoum | Sudan\nConakry | Guinea | Kiev | Ukraine\nConakry | Guinea | Kigali | Rwanda\nConakry | Guinea | Kingston | Jamaica\nConakry | Guinea | Libreville | Gabon\nConakry | Guinea | Lilongwe | Malawi\nConakry | Guinea | Lima | Peru\nConakry | Guinea | Lisbon | Portugal\nConakry | Guinea | Ljubljana | Slovenia\nConakry | Guinea | London | England\nConakry | Guinea | Luanda | Angola\nConakry | Guinea | Lusaka | Zambia\nConakry | Guinea | Madrid | Spain\nConakry | Guinea | Managua | Nicaragua\nConakry | Guinea | Manama | Bahrain\nConakry | Guinea | Manila | Philippines\nConakry | Guinea | Maputo | Mozambique\nConakry | Guinea | Minsk | Belarus\nConakry | Guinea | Mogadishu | Somalia\nConakry | Guinea | Monrovia | Liberia\nCopenhagen | Denmark | Dakar | Senegal\nCopenhagen | Denmark | Damascus | Syria\nCopenhagen | Denmark | Dhaka | Bangladesh\nCopenhagen | Denmark | Doha | Qatar\nCopenhagen | Denmark | Dublin | Ireland\nCopenhagen | Denmark | Dushanbe | Tajikistan\nCopenhagen | Denmark | Funafuti | Tuvalu\nCopenhagen | Denmark | Gaborone | Botswana\nCopenhagen | Denmark | Georgetown | Guyana\nCopenhagen | Denmark | Hanoi | Vietnam\nCopenhagen | Denmark | Harare | Zimbabwe\nCopenhagen | Denmark | Havana | Cuba\nCopenhagen | Denmark | Helsinki | Finland\nCopenhagen | Denmark | Islamabad | Pakistan\nCopenhagen | Denmark | Jakarta | Indonesia\nCopenhagen | Denmark | Kabul | Afghanistan\nCopenhagen | Denmark | Kampala | Uganda\nCopenhagen | Denmark | Kathmandu | Nepal\nCopenhagen | Denmark | Khartoum | Sudan\nCopenhagen | Denmark | Kiev | Ukraine\nCopenhagen | Denmark | Kigali | Rwanda\nCopenhagen | Denmark | Kingston | Jamaica\nCopenhagen | Denmark | Libreville | Gabon\nCopenhagen | Denmark | Lilongwe | Malawi\nCopenhagen | Denmark | Lima | Peru\nCopenhagen | Denmark | Lisbon | Portugal\nCopenhagen | Denmark | Ljubljana | Slovenia\nCopenhagen | Denmark | London | England\nCopenhagen | Denmark | Luanda | Angola\nCopenhagen | Denmark | Lusaka | Zambia\nCopenhagen | Denmark | Madrid | Spain\nCopenhagen | Denmark | Managua | Nicaragua\nCopenhagen | Denmark | Manama | Bahrain\nCopenhagen | Denmark | Manila | Philippines\nCopenhagen | Denmark | Maputo | Mozambique\nCopenhagen | Denmark | Minsk | Belarus\nCopenhagen | Denmark | Mogadishu | Somalia\nCopenhagen | Denmark | Monrovia | Liberia\nCopenhagen | Denmark | Montevideo | Uruguay\nDakar | Senegal | Damascus | Syria\nDakar | Senegal | Dhaka | Bangladesh\nDakar | Senegal | Doha | Qatar\nDakar | Senegal | Dublin | Ireland\nDakar | Senegal | Dushanbe | Tajikistan\nDakar | Senegal | Funafuti | Tuvalu\nDakar | Senegal | Gaborone | Botswana\nDakar | Senegal | Georgetown | Guyana\nDakar | Senegal | Hanoi | Vietnam\nDakar | Senegal | Harare | Zimbabwe\nDakar | Senegal | Havana | Cuba\nDakar | Senegal | Helsinki | Finland\nDakar | Senegal | Islamabad | Pakistan\nDakar | Senegal | Jakarta | Indonesia\nDakar | Senegal | Kabul | Afghanistan\nDakar | Senegal | Kampala | Uganda\nDakar | Senegal | Kathmandu | Nepal\nDakar | Senegal | Khartoum | Sudan\nDakar | Senegal | Kiev | Ukraine\nDakar | Senegal | Kigali | Rwanda\nDakar | Senegal | Kingston | Jamaica\nDakar | Senegal | Libreville | Gabon\nDakar | Senegal | Lilongwe | Malawi\nDakar | Senegal | Lima | Peru\nDakar | Senegal | Lisbon | Portugal\nDakar | Senegal | Ljubljana | Slovenia\nDakar | Senegal | London | England\nDakar | Senegal | Luanda | Angola\nDakar | Senegal | Lusaka | Zambia\nDakar | Senegal | Madrid | Spain\nDakar | Senegal | Managua | Nicaragua\nDakar | Senegal | Manama | Bahrain\nDakar | Senegal | Manila | Philippines\nDakar | Senegal | Maputo | Mozambique\nDakar | Senegal | Minsk | Belarus\nDakar | Senegal | Mogadishu | Somalia\nDakar | Senegal | Monrovia | Liberia\nDakar | Senegal | Montevideo | Uruguay\nDakar | Senegal | Moscow | Russia\nDamascus | Syria | Dhaka | Bangladesh\nDamascus | Syria | Doha | Qatar\nDamascus | Syria | Dublin | Ireland\nDamascus | Syria | Dushanbe | Tajikistan\nDamascus | Syria | Funafuti | Tuvalu\nDamascus | Syria | Gaborone | Botswana\nDamascus | Syria | Georgetown | Guyana\nDamascus | Syria | Hanoi | Vietnam\nDamascus | Syria | Harare | Zimbabwe\nDamascus | Syria | Havana | Cuba\nDamascus | Syria | Helsinki | Finland\nDamascus | Syria | Islamabad | Pakistan\nDamascus | Syria | Jakarta | Indonesia\nDamascus | Syria | Kabul | Afghanistan\nDamascus | Syria | Kampala | Uganda\nDamascus | Syria | Kathmandu | Nepal\nDamascus | Syria | Khartoum | Sudan\nDamascus | Syria | Kiev | Ukraine\nDamascus | Syria | Kigali | Rwanda\nDamascus | Syria | Kingston | Jamaica\nDamascus | Syria | Libreville | Gabon\nDamascus | Syria | Lilongwe | Malawi\nDamascus | Syria | Lima | Peru\nDamascus | Syria | Lisbon | Portugal\nDamascus | Syria | Ljubljana | Slovenia\nDamascus | Syria | London | England\nDamascus | Syria | Luanda | Angola\nDamascus | Syria | Lusaka | Zambia\nDamascus | Syria | Madrid | Spain\nDamascus | Syria | Managua | Nicaragua\nDamascus | Syria | Manama | Bahrain\nDamascus | Syria | Manila | Philippines\nDamascus | Syria | Maputo | Mozambique\nDamascus | Syria | Minsk | Belarus\nDamascus | Syria | Mogadishu | Somalia\nDamascus | Syria | Monrovia | Liberia\nDamascus | Syria | Montevideo | Uruguay\nDamascus | Syria | Moscow | Russia\nDamascus | Syria | Muscat | Oman\nDhaka | Bangladesh | Doha | Qatar\nDhaka | Bangladesh | Dublin | Ireland\nDhaka | Bangladesh | Dushanbe | Tajikistan\nDhaka | Bangladesh | Funafuti | Tuvalu\nDhaka | Bangladesh | Gaborone | Botswana\nDhaka | Bangladesh | Georgetown | Guyana\nDhaka | Bangladesh | Hanoi | Vietnam\nDhaka | Bangladesh | Harare | Zimbabwe\nDhaka | Bangladesh | Havana | Cuba\nDhaka | Bangladesh | Helsinki | Finland\nDhaka | Bangladesh | Islamabad | Pakistan\nDhaka | Bangladesh | Jakarta | Indonesia\nDhaka | Bangladesh | Kabul | Afghanistan\nDhaka | Bangladesh | Kampala | Uganda\nDhaka | Bangladesh | Kathmandu | Nepal\nDhaka | Bangladesh | Khartoum | Sudan\nDhaka | Bangladesh | Kiev | Ukraine\nDhaka | Bangladesh | Kigali | Rwanda\nDhaka | Bangladesh | Kingston | Jamaica\nDhaka | Bangladesh | Libreville | Gabon\nDhaka | Bangladesh | Lilongwe | Malawi\nDhaka | Bangladesh | Lima | Peru\nDhaka | Bangladesh | Lisbon | Portugal\nDhaka | Bangladesh | Ljubljana | Slovenia\nDhaka | Bangladesh | London | England\nDhaka | Bangladesh | Luanda | Angola\nDhaka | Bangladesh | Lusaka | Zambia\nDhaka | Bangladesh | Madrid | Spain\nDhaka | Bangladesh | Managua | Nicaragua\nDhaka | Bangladesh | Manama | Bahrain\nDhaka | Bangladesh | Manila | Philippines\nDhaka | Bangladesh | Maputo | Mozambique\nDhaka | Bangladesh | Minsk | Belarus\nDhaka | Bangladesh | Mogadishu | Somalia\nDhaka | Bangladesh | Monrovia | Liberia\nDhaka | Bangladesh | Montevideo | Uruguay\nDhaka | Bangladesh | Moscow | Russia\nDhaka | Bangladesh | Muscat | Oman\nDhaka | Bangladesh | Nairobi | Kenya\nDoha | Qatar | Dublin | Ireland\nDoha | Qatar | Dushanbe | Tajikistan\nDoha | Qatar | Funafuti | Tuvalu\nDoha | Qatar | Gaborone | Botswana\nDoha | Qatar | Georgetown | Guyana\nDoha | Qatar | Hanoi | Vietnam\nDoha | Qatar | Harare | Zimbabwe\nDoha | Qatar | Havana | Cuba\nDoha | Qatar | Helsinki | Finland\nDoha | Qatar | Islamabad | Pakistan\nDoha | Qatar | Jakarta | Indonesia\nDoha | Qatar | Kabul | Afghanistan\nDoha | Qatar | Kampala | Uganda\nDoha | Qatar | Kathmandu | Nepal\nDoha | Qatar | Khartoum | Sudan\nDoha | Qatar | Kiev | Ukraine\nDoha | Qatar | Kigali | Rwanda\nDoha | Qatar | Kingston | Jamaica\nDoha | Qatar | Libreville | Gabon\nDoha | Qatar | Lilongwe | Malawi\nDoha | Qatar | Lima | Peru\nDoha | Qatar | Lisbon | Portugal\nDoha | Qatar | Ljubljana | Slovenia\nDoha | Qatar | London | England\nDoha | Qatar | Luanda | Angola\nDoha | Qatar | Lusaka | Zambia\nDoha | Qatar | Madrid | Spain\nDoha | Qatar | Managua | Nicaragua\nDoha | Qatar | Manama | Bahrain\nDoha | Qatar | Manila | Philippines\nDoha | Qatar | Maputo | Mozambique\nDoha | Qatar | Minsk | Belarus\nDoha | Qatar | Mogadishu | Somalia\nDoha | Qatar | Monrovia | Liberia\nDoha | Qatar | Montevideo | Uruguay\nDoha | Qatar | Moscow | Russia\nDoha | Qatar | Muscat | Oman\nDoha | Qatar | Nairobi | Kenya\nDoha | Qatar | Nassau | Bahamas\nDublin | Ireland | Dushanbe | Tajikistan\nDublin | Ireland | Funafuti | Tuvalu\nDublin | Ireland | Gaborone | Botswana\nDublin | Ireland | Georgetown | Guyana\nDublin | Ireland | Hanoi | Vietnam\nDublin | Ireland | Harare | Zimbabwe\nDublin | Ireland | Havana | Cuba\nDublin | Ireland | Helsinki | Finland\nDublin | Ireland | Islamabad | Pakistan\nDublin | Ireland | Jakarta | Indonesia\nDublin | Ireland | Kabul | Afghanistan\nDublin | Ireland | Kampala | Uganda\nDublin | Ireland | Kathmandu | Nepal\nDublin | Ireland | Khartoum | Sudan\nDublin | Ireland | Kiev | Ukraine\nDublin | Ireland | Kigali | Rwanda\nDublin | Ireland | Kingston | Jamaica\nDublin | Ireland | Libreville | Gabon\nDublin | Ireland | Lilongwe | Malawi\nDublin | Ireland | Lima | Peru\nDublin | Ireland | Lisbon | Portugal\nDublin | Ireland | Ljubljana | Slovenia\nDublin | Ireland | London | England\nDublin | Ireland | Luanda | Angola\nDublin | Ireland | Lusaka | Zambia\nDublin | Ireland | Madrid | Spain\nDublin | Ireland | Managua | Nicaragua\nDublin | Ireland | Manama | Bahrain\nDublin | Ireland | Manila | Philippines\nDublin | Ireland | Maputo | Mozambique\nDublin | Ireland | Minsk | Belarus\nDublin | Ireland | Mogadishu | Somalia\nDublin | Ireland | Monrovia | Liberia\nDublin | Ireland | Montevideo | Uruguay\nDublin | Ireland | Moscow | Russia\nDublin | Ireland | Muscat | Oman\nDublin | Ireland | Nairobi | Kenya\nDublin | Ireland | Nassau | Bahamas\nDublin | Ireland | Niamey | Niger\nDushanbe | Tajikistan | Funafuti | Tuvalu\nDushanbe | Tajikistan | Gaborone | Botswana\nDushanbe | Tajikistan | Georgetown | Guyana\nDushanbe | Tajikistan | Hanoi | Vietnam\nDushanbe | Tajikistan | Harare | Zimbabwe\nDushanbe | Tajikistan | Havana | Cuba\nDushanbe | Tajikistan | Helsinki | Finland\nDushanbe | Tajikistan | Islamabad | Pakistan\nDushanbe | Tajikistan | Jakarta | Indonesia\nDushanbe | Tajikistan | Kabul | Afghanistan\nDushanbe | Tajikistan | Kampala | Uganda\nDushanbe | Tajikistan | Kathmandu | Nepal\nDushanbe | Tajikistan | Khartoum | Sudan\nDushanbe | Tajikistan | Kiev | Ukraine\nDushanbe | Tajikistan | Kigali | Rwanda\nDushanbe | Tajikistan | Kingston | Jamaica\nDushanbe | Tajikistan | Libreville | Gabon\nDushanbe | Tajikistan | Lilongwe | Malawi\nDushanbe | Tajikistan | Lima | Peru\nDushanbe | Tajikistan | Lisbon | Portugal\nDushanbe | Tajikistan | Ljubljana | Slovenia\nDushanbe | Tajikistan | London | England\nDushanbe | Tajikistan | Luanda | Angola\nDushanbe | Tajikistan | Lusaka | Zambia\nDushanbe | Tajikistan | Madrid | Spain\nDushanbe | Tajikistan | Managua | Nicaragua\nDushanbe | Tajikistan | Manama | Bahrain\nDushanbe | Tajikistan | Manila | Philippines\nDushanbe | Tajikistan | Maputo | Mozambique\nDushanbe | Tajikistan | Minsk | Belarus\nDushanbe | Tajikistan | Mogadishu | Somalia\nDushanbe | Tajikistan | Monrovia | Liberia\nDushanbe | Tajikistan | Montevideo | Uruguay\nDushanbe | Tajikistan | Moscow | Russia\nDushanbe | Tajikistan | Muscat | Oman\nDushanbe | Tajikistan | Nairobi | Kenya\nDushanbe | Tajikistan | Nassau | Bahamas\nDushanbe | Tajikistan | Niamey | Niger\nDushanbe | Tajikistan | Nicosia | Cyprus\nFunafuti | Tuvalu | Gaborone | Botswana\nFunafuti | Tuvalu | Georgetown | Guyana\nFunafuti | Tuvalu | Hanoi | Vietnam\nFunafuti | Tuvalu | Harare | Zimbabwe\nFunafuti | Tuvalu | Havana | Cuba\nFunafuti | Tuvalu | Helsinki | Finland\nFunafuti | Tuvalu | Islamabad | Pakistan\nFunafuti | Tuvalu | Jakarta | Indonesia\nFunafuti | Tuvalu | Kabul | Afghanistan\nFunafuti | Tuvalu | Kampala | Uganda\nFunafuti | Tuvalu | Kathmandu | Nepal\nFunafuti | Tuvalu | Khartoum | Sudan\nFunafuti | Tuvalu | Kiev | Ukraine\nFunafuti | Tuvalu | Kigali | Rwanda\nFunafuti | Tuvalu | Kingston | Jamaica\nFunafuti | Tuvalu | Libreville | Gabon\nFunafuti | Tuvalu | Lilongwe | Malawi\nFunafuti | Tuvalu | Lima | Peru\nFunafuti | Tuvalu | Lisbon | Portugal\nFunafuti | Tuvalu | Ljubljana | Slovenia\nFunafuti | Tuvalu | London | England\nFunafuti | Tuvalu | Luanda | Angola\nFunafuti | Tuvalu | Lusaka | Zambia\nFunafuti | Tuvalu | Madrid | Spain\nFunafuti | Tuvalu | Managua | Nicaragua\nFunafuti | Tuvalu | Manama | Bahrain\nFunafuti | Tuvalu | Manila | Philippines\nFunafuti | Tuvalu | Maputo | Mozambique\nFunafuti | Tuvalu | Minsk | Belarus\nFunafuti | Tuvalu | Mogadishu | Somalia\nFunafuti | Tuvalu | Monrovia | Liberia\nFunafuti | Tuvalu | Montevideo | Uruguay\nFunafuti | Tuvalu | Moscow | Russia\nFunafuti | Tuvalu | Muscat | Oman\nFunafuti | Tuvalu | Nairobi | Kenya\nFunafuti | Tuvalu | Nassau | Bahamas\nFunafuti | Tuvalu | Niamey | Niger\nFunafuti | Tuvalu | Nicosia | Cyprus\nFunafuti | Tuvalu | Nouakchott | Mauritania\nGaborone | Botswana | Georgetown | Guyana\nGaborone | Botswana | Hanoi | Vietnam\nGaborone | Botswana | Harare | Zimbabwe\nGaborone | Botswana | Havana | Cuba\nGaborone | Botswana | Helsinki | Finland\nGaborone | Botswana | Islamabad | Pakistan\nGaborone | Botswana | Jakarta | Indonesia\nGaborone | Botswana | Kabul | Afghanistan\nGaborone | Botswana | Kampala | Uganda\nGaborone | Botswana | Kathmandu | Nepal\nGaborone | Botswana | Khartoum | Sudan\nGaborone | Botswana | Kiev | Ukraine\nGaborone | Botswana | Kigali | Rwanda\nGaborone | Botswana | Kingston | Jamaica\nGaborone | Botswana | Libreville | Gabon\nGaborone | Botswana | Lilongwe | Malawi\nGaborone | Botswana | Lima | Peru\nGaborone | Botswana | Lisbon | Portugal\nGaborone | Botswana | Ljubljana | Slovenia\nGaborone | Botswana | London | England\nGaborone | Botswana | Luanda | Angola\nGaborone | Botswana | Lusaka | Zambia\nGaborone | Botswana | Madrid | Spain\nGaborone | Botswana | Managua | Nicaragua\nGaborone | Botswana | Manama | Bahrain\nGaborone | Botswana | Manila | Philippines\nGaborone | Botswana | Maputo | Mozambique\nGaborone | Botswana | Minsk | Belarus\nGaborone | Botswana | Mogadishu | Somalia\nGaborone | Botswana | Monrovia | Liberia\nGaborone | Botswana | Montevideo | Uruguay\nGaborone | Botswana | Moscow | Russia\nGaborone | Botswana | Muscat | Oman\nGaborone | Botswana | Nairobi | Kenya\nGaborone | Botswana | Nassau | Bahamas\nGaborone | Botswana | Niamey | Niger\nGaborone | Botswana | Nicosia | Cyprus\nGaborone | Botswana | Nouakchott | Mauritania\nGaborone | Botswana | Nuuk | Greenland\nGeorgetown | Guyana | Hanoi | Vietnam\nGeorgetown | Guyana | Harare | Zimbabwe\nGeorgetown | Guyana | Havana | Cuba\nGeorgetown | Guyana | Helsinki | Finland\nGeorgetown | Guyana | Islamabad | Pakistan\nGeorgetown | Guyana | Jakarta | Indonesia\nGeorgetown | Guyana | Kabul | Afghanistan\nGeorgetown | Guyana | Kampala | Uganda\nGeorgetown | Guyana | Kathmandu | Nepal\nGeorgetown | Guyana | Khartoum | Sudan\nGeorgetown | Guyana | Kiev | Ukraine\nGeorgetown | Guyana | Kigali | Rwanda\nGeorgetown | Guyana | Kingston | Jamaica\nGeorgetown | Guyana | Libreville | Gabon\nGeorgetown | Guyana | Lilongwe | Malawi\nGeorgetown | Guyana | Lima | Peru\nGeorgetown | Guyana | Lisbon | Portugal\nGeorgetown | Guyana | Ljubljana | Slovenia\nGeorgetown | Guyana | London | England\nGeorgetown | Guyana | Luanda | Angola\nGeorgetown | Guyana | Lusaka | Zambia\nGeorgetown | Guyana | Madrid | Spain\nGeorgetown | Guyana | Managua | Nicaragua\nGeorgetown | Guyana | Manama | Bahrain\nGeorgetown | Guyana | Manila | Philippines\nGeorgetown | Guyana | Maputo | Mozambique\nGeorgetown | Guyana | Minsk | Belarus\nGeorgetown | Guyana | Mogadishu | Somalia\nGeorgetown | Guyana | Monrovia | Liberia\nGeorgetown | Guyana | Montevideo | Uruguay\nGeorgetown | Guyana | Moscow | Russia\nGeorgetown | Guyana | Muscat | Oman\nGeorgetown | Guyana | Nairobi | Kenya\nGeorgetown | Guyana | Nassau | Bahamas\nGeorgetown | Guyana | Niamey | Niger\nGeorgetown | Guyana | Nicosia | Cyprus\nGeorgetown | Guyana | Nouakchott | Mauritania\nGeorgetown | Guyana | Nuuk | Greenland\nGeorgetown | Guyana | Oslo | Norway\nHanoi | Vietnam | Harare | Zimbabwe\nHanoi | Vietnam | Havana | Cuba\nHanoi | Vietnam | Helsinki | Finland\nHanoi | Vietnam | Islamabad | Pakistan\nHanoi | Vietnam | Jakarta | Indonesia\nHanoi | Vietnam | Kabul | Afghanistan\nHanoi | Vietnam | Kampala | Uganda\nHanoi | Vietnam | Kathmandu | Nepal\nHanoi | Vietnam | Khartoum | Sudan\nHanoi | Vietnam | Kiev | Ukraine\nHanoi | Vietnam | Kigali | Rwanda\nHanoi | Vietnam | Kingston | Jamaica\nHanoi | Vietnam | Libreville | Gabon\nHanoi | Vietnam | Lilongwe | Malawi\nHanoi | Vietnam | Lima | Peru\nHanoi | Vietnam | Lisbon | Portugal\nHanoi | Vietnam | Ljubljana | Slovenia\nHanoi | Vietnam | London | England\nHanoi | Vietnam | Luanda | Angola\nHanoi | Vietnam | Lusaka | Zambia\nHanoi | Vietnam | Madrid | Spain\nHanoi | Vietnam | Managua | Nicaragua\nHanoi | Vietnam | Manama | Bahrain\nHanoi | Vietnam | Manila | Philippines\nHanoi | Vietnam | Maputo | Mozambique\nHanoi | Vietnam | Minsk | Belarus\nHanoi | Vietnam | Mogadishu | Somalia\nHanoi | Vietnam | Monrovia | Liberia\nHanoi | Vietnam | Montevideo | Uruguay\nHanoi | Vietnam | Moscow | Russia\nHanoi | Vietnam | Muscat | Oman\nHanoi | Vietnam | Nairobi | Kenya\nHanoi | Vietnam | Nassau | Bahamas\nHanoi | Vietnam | Niamey | Niger\nHanoi | Vietnam | Nicosia | Cyprus\nHanoi | Vietnam | Nouakchott | Mauritania\nHanoi | Vietnam | Nuuk | Greenland\nHanoi | Vietnam | Oslo | Norway\nHanoi | Vietnam | Ottawa | Canada\nHarare | Zimbabwe | Havana | Cuba\nHarare | Zimbabwe | Helsinki | Finland\nHarare | Zimbabwe | Islamabad | Pakistan\nHarare | Zimbabwe | Jakarta | Indonesia\nHarare | Zimbabwe | Kabul | Afghanistan\nHarare | Zimbabwe | Kampala | Uganda\nHarare | Zimbabwe | Kathmandu | Nepal\nHarare | Zimbabwe | Khartoum | Sudan\nHarare | Zimbabwe | Kiev | Ukraine\nHarare | Zimbabwe | Kigali | Rwanda\nHarare | Zimbabwe | Kingston | Jamaica\nHarare | Zimbabwe | Libreville | Gabon\nHarare | Zimbabwe | Lilongwe | Malawi\nHarare | Zimbabwe | Lima | Peru\nHarare | Zimbabwe | Lisbon | Portugal\nHarare | Zimbabwe | Ljubljana | Slovenia\nHarare | Zimbabwe | London | England\nHarare | Zimbabwe | Luanda | Angola\nHarare | Zimbabwe | Lusaka | Zambia\nHarare | Zimbabwe | Madrid | Spain\nHarare | Zimbabwe | Managua | Nicaragua\nHarare | Zimbabwe | Manama | Bahrain\nHarare | Zimbabwe | Manila | Philippines\nHarare | Zimbabwe | Maputo | Mozambique\nHarare | Zimbabwe | Minsk | Belarus\nHarare | Zimbabwe | Mogadishu | Somalia\nHarare | Zimbabwe | Monrovia | Liberia\nHarare | Zimbabwe | Montevideo | Uruguay\nHarare | Zimbabwe | Moscow | Russia\nHarare | Zimbabwe | Muscat | Oman\nHarare | Zimbabwe | Nairobi | Kenya\nHarare | Zimbabwe | Nassau | Bahamas\nHarare | Zimbabwe | Niamey | Niger\nHarare | Zimbabwe | Nicosia | Cyprus\nHarare | Zimbabwe | Nouakchott | Mauritania\nHarare | Zimbabwe | Nuuk | Greenland\nHarare | Zimbabwe | Oslo | Norway\nHarare | Zimbabwe | Ottawa | Canada\nHarare | Zimbabwe | Paramaribo | Suriname\nHavana | Cuba | Helsinki | Finland\nHavana | Cuba | Islamabad | Pakistan\nHavana | Cuba | Jakarta | Indonesia\nHavana | Cuba | Kabul | Afghanistan\nHavana | Cuba | Kampala | Uganda\nHavana | Cuba | Kathmandu | Nepal\nHavana | Cuba | Khartoum | Sudan\nHavana | Cuba | Kiev | Ukraine\nHavana | Cuba | Kigali | Rwanda\nHavana | Cuba | Kingston | Jamaica\nHavana | Cuba | Libreville | Gabon\nHavana | Cuba | Lilongwe | Malawi\nHavana | Cuba | Lima | Peru\nHavana | Cuba | Lisbon | Portugal\nHavana | Cuba | Ljubljana | Slovenia\nHavana | Cuba | London | England\nHavana | Cuba | Luanda | Angola\nHavana | Cuba | Lusaka | Zambia\nHavana | Cuba | Madrid | Spain\nHavana | Cuba | Managua | Nicaragua\nHavana | Cuba | Manama | Bahrain\nHavana | Cuba | Manila | Philippines\nHavana | Cuba | Maputo | Mozambique\nHavana | Cuba | Minsk | Belarus\nHavana | Cuba | Mogadishu | Somalia\nHavana | Cuba | Monrovia | Liberia\nHavana | Cuba | Montevideo | Uruguay\nHavana | Cuba | Moscow | Russia\nHavana | Cuba | Muscat | Oman\nHavana | Cuba | Nairobi | Kenya\nHavana | Cuba | Nassau | Bahamas\nHavana | Cuba | Niamey | Niger\nHavana | Cuba | Nicosia | Cyprus\nHavana | Cuba | Nouakchott | Mauritania\nHavana | Cuba | Nuuk | Greenland\nHavana | Cuba | Oslo | Norway\nHavana | Cuba | Ottawa | Canada\nHavana | Cuba | Paramaribo | Suriname\nHavana | Cuba | Paris | France\nHelsinki | Finland | Islamabad | Pakistan\nHelsinki | Finland | Jakarta | Indonesia\nHelsinki | Finland | Kabul | Afghanistan\nHelsinki | Finland | Kampala | Uganda\nHelsinki | Finland | Kathmandu | Nepal\nHelsinki | Finland | Khartoum | Sudan\nHelsinki | Finland | Kiev | Ukraine\nHelsinki | Finland | Kigali | Rwanda\nHelsinki | Finland | Kingston | Jamaica\nHelsinki | Finland | Libreville | Gabon\nHelsinki | Finland | Lilongwe | Malawi\nHelsinki | Finland | Lima | Peru\nHelsinki | Finland | Lisbon | Portugal\nHelsinki | Finland | Ljubljana | Slovenia\nHelsinki | Finland | London | England\nHelsinki | Finland | Luanda | Angola\nHelsinki | Finland | Lusaka | Zambia\nHelsinki | Finland | Madrid | Spain\nHelsinki | Finland | Managua | Nicaragua\nHelsinki | Finland | Manama | Bahrain\nHelsinki | Finland | Manila | Philippines\nHelsinki | Finland | Maputo | Mozambique\nHelsinki | Finland | Minsk | Belarus\nHelsinki | Finland | Mogadishu | Somalia\nHelsinki | Finland | Monrovia | Liberia\nHelsinki | Finland | Montevideo | Uruguay\nHelsinki | Finland | Moscow | Russia\nHelsinki | Finland | Muscat | Oman\nHelsinki | Finland | Nairobi | Kenya\nHelsinki | Finland | Nassau | Bahamas\nHelsinki | Finland | Niamey | Niger\nHelsinki | Finland | Nicosia | Cyprus\nHelsinki | Finland | Nouakchott | Mauritania\nHelsinki | Finland | Nuuk | Greenland\nHelsinki | Finland | Oslo | Norway\nHelsinki | Finland | Ottawa | Canada\nHelsinki | Finland | Paramaribo | Suriname\nHelsinki | Finland | Paris | France\nHelsinki | Finland | Podgorica | Montenegro\nIslamabad | Pakistan | Jakarta | Indonesia\nIslamabad | Pakistan | Kabul | Afghanistan\nIslamabad | Pakistan | Kampala | Uganda\nIslamabad | Pakistan | Kathmandu | Nepal\nIslamabad | Pakistan | Khartoum | Sudan\nIslamabad | Pakistan | Kiev | Ukraine\nIslamabad | Pakistan | Kigali | Rwanda\nIslamabad | Pakistan | Kingston | Jamaica\nIslamabad | Pakistan | Libreville | Gabon\nIslamabad | Pakistan | Lilongwe | Malawi\nIslamabad | Pakistan | Lima | Peru\nIslamabad | Pakistan | Lisbon | Portugal\nIslamabad | Pakistan | Ljubljana | Slovenia\nIslamabad | Pakistan | London | England\nIslamabad | Pakistan | Luanda | Angola\nIslamabad | Pakistan | Lusaka | Zambia\nIslamabad | Pakistan | Madrid | Spain\nIslamabad | Pakistan | Managua | Nicaragua\nIslamabad | Pakistan | Manama | Bahrain\nIslamabad | Pakistan | Manila | Philippines\nIslamabad | Pakistan | Maputo | Mozambique\nIslamabad | Pakistan | Minsk | Belarus\nIslamabad | Pakistan | Mogadishu | Somalia\nIslamabad | Pakistan | Monrovia | Liberia\nIslamabad | Pakistan | Montevideo | Uruguay\nIslamabad | Pakistan | Moscow | Russia\nIslamabad | Pakistan | Muscat | Oman\nIslamabad | Pakistan | Nairobi | Kenya\nIslamabad | Pakistan | Nassau | Bahamas\nIslamabad | Pakistan | Niamey | Niger\nIslamabad | Pakistan | Nicosia | Cyprus\nIslamabad | Pakistan | Nouakchott | Mauritania\nIslamabad | Pakistan | Nuuk | Greenland\nIslamabad | Pakistan | Oslo | Norway\nIslamabad | Pakistan | Ottawa | Canada\nIslamabad | Pakistan | Paramaribo | Suriname\nIslamabad | Pakistan | Paris | France\nIslamabad | Pakistan | Podgorica | Montenegro\nIslamabad | Pakistan | Quito | Ecuador\nJakarta | Indonesia | Kabul | Afghanistan\nJakarta | Indonesia | Kampala | Uganda\nJakarta | Indonesia | Kathmandu | Nepal\nJakarta | Indonesia | Khartoum | Sudan\nJakarta | Indonesia | Kiev | Ukraine\nJakarta | Indonesia | Kigali | Rwanda\nJakarta | Indonesia | Kingston | Jamaica\nJakarta | Indonesia | Libreville | Gabon\nJakarta | Indonesia | Lilongwe | Malawi\nJakarta | Indonesia | Lima | Peru\nJakarta | Indonesia | Lisbon | Portugal\nJakarta | Indonesia | Ljubljana | Slovenia\nJakarta | Indonesia | London | England\nJakarta | Indonesia | Luanda | Angola\nJakarta | Indonesia | Lusaka | Zambia\nJakarta | Indonesia | Madrid | Spain\nJakarta | Indonesia | Managua | Nicaragua\nJakarta | Indonesia | Manama | Bahrain\nJakarta | Indonesia | Manila | Philippines\nJakarta | Indonesia | Maputo | Mozambique\nJakarta | Indonesia | Minsk | Belarus\nJakarta | Indonesia | Mogadishu | Somalia\nJakarta | Indonesia | Monrovia | Liberia\nJakarta | Indonesia | Montevideo | Uruguay\nJakarta | Indonesia | Moscow | Russia\nJakarta | Indonesia | Muscat | Oman\nJakarta | Indonesia | Nairobi | Kenya\nJakarta | Indonesia | Nassau | Bahamas\nJakarta | Indonesia | Niamey | Niger\nJakarta | Indonesia | Nicosia | Cyprus\nJakarta | Indonesia | Nouakchott | Mauritania\nJakarta | Indonesia | Nuuk | Greenland\nJakarta | Indonesia | Oslo | Norway\nJakarta | Indonesia | Ottawa | Canada\nJakarta | Indonesia | Paramaribo | Suriname\nJakarta | Indonesia | Paris | France\nJakarta | Indonesia | Podgorica | Montenegro\nJakarta | Indonesia | Quito | Ecuador\nJakarta | Indonesia | Rabat | Morocco\nKabul | Afghanistan | Kampala | Uganda\nKabul | Afghanistan | Kathmandu | Nepal\nKabul | Afghanistan | Khartoum | Sudan\nKabul | Afghanistan | Kiev | Ukraine\nKabul | Afghanistan | Kigali | Rwanda\nKabul | Afghanistan | Kingston | Jamaica\nKabul | Afghanistan | Libreville | Gabon\nKabul | Afghanistan | Lilongwe | Malawi\nKabul | Afghanistan | Lima | Peru\nKabul | Afghanistan | Lisbon | Portugal\nKabul | Afghanistan | Ljubljana | Slovenia\nKabul | Afghanistan | London | England\nKabul | Afghanistan | Luanda | Angola\nKabul | Afghanistan | Lusaka | Zambia\nKabul | Afghanistan | Madrid | Spain\nKabul | Afghanistan | Managua | Nicaragua\nKabul | Afghanistan | Manama | Bahrain\nKabul | Afghanistan | Manila | Philippines\nKabul | Afghanistan | Maputo | Mozambique\nKabul | Afghanistan | Minsk | Belarus\nKabul | Afghanistan | Mogadishu | Somalia\nKabul | Afghanistan | Monrovia | Liberia\nKabul | Afghanistan | Montevideo | Uruguay\nKabul | Afghanistan | Moscow | Russia\nKabul | Afghanistan | Muscat | Oman\nKabul | Afghanistan | Nairobi | Kenya\nKabul | Afghanistan | Nassau | Bahamas\nKabul | Afghanistan | Niamey | Niger\nKabul | Afghanistan | Nicosia | Cyprus\nKabul | Afghanistan | Nouakchott | Mauritania\nKabul | Afghanistan | Nuuk | Greenland\nKabul | Afghanistan | Oslo | Norway\nKabul | Afghanistan | Ottawa | Canada\nKabul | Afghanistan | Paramaribo | Suriname\nKabul | Afghanistan | Paris | France\nKabul | Afghanistan | Podgorica | Montenegro\nKabul | Afghanistan | Quito | Ecuador\nKabul | Afghanistan | Rabat | Morocco\nKabul | Afghanistan | Riga | Latvia\nKampala | Uganda | Kathmandu | Nepal\nKampala | Uganda | Khartoum | Sudan\nKampala | Uganda | Kiev | Ukraine\nKampala | Uganda | Kigali | Rwanda\nKampala | Uganda | Kingston | Jamaica\nKampala | Uganda | Libreville | Gabon\nKampala | Uganda | Lilongwe | Malawi\nKampala | Uganda | Lima | Peru\nKampala | Uganda | Lisbon | Portugal\nKampala | Uganda | Ljubljana | Slovenia\nKampala | Uganda | London | England\nKampala | Uganda | Luanda | Angola\nKampala | Uganda | Lusaka | Zambia\nKampala | Uganda | Madrid | Spain\nKampala | Uganda | Managua | Nicaragua\nKampala | Uganda | Manama | Bahrain\nKampala | Uganda | Manila | Philippines\nKampala | Uganda | Maputo | Mozambique\nKampala | Uganda | Minsk | Belarus\nKampala | Uganda | Mogadishu | Somalia\nKampala | Uganda | Monrovia | Liberia\nKampala | Uganda | Montevideo | Uruguay\nKampala | Uganda | Moscow | Russia\nKampala | Uganda | Muscat | Oman\nKampala | Uganda | Nairobi | Kenya\nKampala | Uganda | Nassau | Bahamas\nKampala | Uganda | Niamey | Niger\nKampala | Uganda | Nicosia | Cyprus\nKampala | Uganda | Nouakchott | Mauritania\nKampala | Uganda | Nuuk | Greenland\nKampala | Uganda | Oslo | Norway\nKampala | Uganda | Ottawa | Canada\nKampala | Uganda | Paramaribo | Suriname\nKampala | Uganda | Paris | France\nKampala | Uganda | Podgorica | Montenegro\nKampala | Uganda | Quito | Ecuador\nKampala | Uganda | Rabat | Morocco\nKampala | Uganda | Riga | Latvia\nKampala | Uganda | Rome | Italy\nKathmandu | Nepal | Khartoum | Sudan\nKathmandu | Nepal | Kiev | Ukraine\nKathmandu | Nepal | Kigali | Rwanda\nKathmandu | Nepal | Kingston | Jamaica\nKathmandu | Nepal | Libreville | Gabon\nKathmandu | Nepal | Lilongwe | Malawi\nKathmandu | Nepal | Lima | Peru\nKathmandu | Nepal | Lisbon | Portugal\nKathmandu | Nepal | Ljubljana | Slovenia\nKathmandu | Nepal | London | England\nKathmandu | Nepal | Luanda | Angola\nKathmandu | Nepal | Lusaka | Zambia\nKathmandu | Nepal | Madrid | Spain\nKathmandu | Nepal | Managua | Nicaragua\nKathmandu | Nepal | Manama | Bahrain\nKathmandu | Nepal | Manila | Philippines\nKathmandu | Nepal | Maputo | Mozambique\nKathmandu | Nepal | Minsk | Belarus\nKathmandu | Nepal | Mogadishu | Somalia\nKathmandu | Nepal | Monrovia | Liberia\nKathmandu | Nepal | Montevideo | Uruguay\nKathmandu | Nepal | Moscow | Russia\nKathmandu | Nepal | Muscat | Oman\nKathmandu | Nepal | Nairobi | Kenya\nKathmandu | Nepal | Nassau | Bahamas\nKathmandu | Nepal | Niamey | Niger\nKathmandu | Nepal | Nicosia | Cyprus\nKathmandu | Nepal | Nouakchott | Mauritania\nKathmandu | Nepal | Nuuk | Greenland\nKathmandu | Nepal | Oslo | Norway\nKathmandu | Nepal | Ottawa | Canada\nKathmandu | Nepal | Paramaribo | Suriname\nKathmandu | Nepal | Paris | France\nKathmandu | Nepal | Podgorica | Montenegro\nKathmandu | Nepal | Quito | Ecuador\nKathmandu | Nepal | Rabat | Morocco\nKathmandu | Nepal | Riga | Latvia\nKathmandu | Nepal | Rome | Italy\nKathmandu | Nepal | Roseau | Dominica\nKhartoum | Sudan | Kiev | Ukraine\nKhartoum | Sudan | Kigali | Rwanda\nKhartoum | Sudan | Kingston | Jamaica\nKhartoum | Sudan | Libreville | Gabon\nKhartoum | Sudan | Lilongwe | Malawi\nKhartoum | Sudan | Lima | Peru\nKhartoum | Sudan | Lisbon | Portugal\nKhartoum | Sudan | Ljubljana | Slovenia\nKhartoum | Sudan | London | England\nKhartoum | Sudan | Luanda | Angola\nKhartoum | Sudan | Lusaka | Zambia\nKhartoum | Sudan | Madrid | Spain\nKhartoum | Sudan | Managua | Nicaragua\nKhartoum | Sudan | Manama | Bahrain\nKhartoum | Sudan | Manila | Philippines\nKhartoum | Sudan | Maputo | Mozambique\nKhartoum | Sudan | Minsk | Belarus\nKhartoum | Sudan | Mogadishu | Somalia\nKhartoum | Sudan | Monrovia | Liberia\nKhartoum | Sudan | Montevideo | Uruguay\nKhartoum | Sudan | Moscow | Russia\nKhartoum | Sudan | Muscat | Oman\nKhartoum | Sudan | Nairobi | Kenya\nKhartoum | Sudan | Nassau | Bahamas\nKhartoum | Sudan | Niamey | Niger\nKhartoum | Sudan | Nicosia | Cyprus\nKhartoum | Sudan | Nouakchott | Mauritania\nKhartoum | Sudan | Nuuk | Greenland\nKhartoum | Sudan | Oslo | Norway\nKhartoum | Sudan | Ottawa | Canada\nKhartoum | Sudan | Paramaribo | Suriname\nKhartoum | Sudan | Paris | France\nKhartoum | Sudan | Podgorica | Montenegro\nKhartoum | Sudan | Quito | Ecuador\nKhartoum | Sudan | Rabat | Morocco\nKhartoum | Sudan | Riga | Latvia\nKhartoum | Sudan | Rome | Italy\nKhartoum | Sudan | Roseau | Dominica\nKhartoum | Sudan | Santiago | Chile\nKiev | Ukraine | Kigali | Rwanda\nKiev | Ukraine | Kingston | Jamaica\nKiev | Ukraine | Libreville | Gabon\nKiev | Ukraine | Lilongwe | Malawi\nKiev | Ukraine | Lima | Peru\nKiev | Ukraine | Lisbon | Portugal\nKiev | Ukraine | Ljubljana | Slovenia\nKiev | Ukraine | London | England\nKiev | Ukraine | Luanda | Angola\nKiev | Ukraine | Lusaka | Zambia\nKiev | Ukraine | Madrid | Spain\nKiev | Ukraine | Managua | Nicaragua\nKiev | Ukraine | Manama | Bahrain\nKiev | Ukraine | Manila | Philippines\nKiev | Ukraine | Maputo | Mozambique\nKiev | Ukraine | Minsk | Belarus\nKiev | Ukraine | Mogadishu | Somalia\nKiev | Ukraine | Monrovia | Liberia\nKiev | Ukraine | Montevideo | Uruguay\nKiev | Ukraine | Moscow | Russia\nKiev | Ukraine | Muscat | Oman\nKiev | Ukraine | Nairobi | Kenya\nKiev | Ukraine | Nassau | Bahamas\nKiev | Ukraine | Niamey | Niger\nKiev | Ukraine | Nicosia | Cyprus\nKiev | Ukraine | Nouakchott | Mauritania\nKiev | Ukraine | Nuuk | Greenland\nKiev | Ukraine | Oslo | Norway\nKiev | Ukraine | Ottawa | Canada\nKiev | Ukraine | Paramaribo | Suriname\nKiev | Ukraine | Paris | France\nKiev | Ukraine | Podgorica | Montenegro\nKiev | Ukraine | Quito | Ecuador\nKiev | Ukraine | Rabat | Morocco\nKiev | Ukraine | Riga | Latvia\nKiev | Ukraine | Rome | Italy\nKiev | Ukraine | Roseau | Dominica\nKiev | Ukraine | Santiago | Chile\nKiev | Ukraine | Skopje | Macedonia\nKigali | Rwanda | Kingston | Jamaica\nKigali | Rwanda | Libreville | Gabon\nKigali | Rwanda | Lilongwe | Malawi\nKigali | Rwanda | Lima | Peru\nKigali | Rwanda | Lisbon | Portugal\nKigali | Rwanda | Ljubljana | Slovenia\nKigali | Rwanda | London | England\nKigali | Rwanda | Luanda | Angola\nKigali | Rwanda | Lusaka | Zambia\nKigali | Rwanda | Madrid | Spain\nKigali | Rwanda | Managua | Nicaragua\nKigali | Rwanda | Manama | Bahrain\nKigali | Rwanda | Manila | Philippines\nKigali | Rwanda | Maputo | Mozambique\nKigali | Rwanda | Minsk | Belarus\nKigali | Rwanda | Mogadishu | Somalia\nKigali | Rwanda | Monrovia | Liberia\nKigali | Rwanda | Montevideo | Uruguay\nKigali | Rwanda | Moscow | Russia\nKigali | Rwanda | Muscat | Oman\nKigali | Rwanda | Nairobi | Kenya\nKigali | Rwanda | Nassau | Bahamas\nKigali | Rwanda | Niamey | Niger\nKigali | Rwanda | Nicosia | Cyprus\nKigali | Rwanda | Nouakchott | Mauritania\nKigali | Rwanda | Nuuk | Greenland\nKigali | Rwanda | Oslo | Norway\nKigali | Rwanda | Ottawa | Canada\nKigali | Rwanda | Paramaribo | Suriname\nKigali | Rwanda | Paris | France\nKigali | Rwanda | Podgorica | Montenegro\nKigali | Rwanda | Quito | Ecuador\nKigali | Rwanda | Rabat | Morocco\nKigali | Rwanda | Riga | Latvia\nKigali | Rwanda | Rome | Italy\nKigali | Rwanda | Roseau | Dominica\nKigali | Rwanda | Santiago | Chile\nKigali | Rwanda | Skopje | Macedonia\nKigali | Rwanda | Sofia | Bulgaria\nKingston | Jamaica | Libreville | Gabon\nKingston | Jamaica | Lilongwe | Malawi\nKingston | Jamaica | Lima | Peru\nKingston | Jamaica | Lisbon | Portugal\nKingston | Jamaica | Ljubljana | Slovenia\nKingston | Jamaica | London | England\nKingston | Jamaica | Luanda | Angola\nKingston | Jamaica | Lusaka | Zambia\nKingston | Jamaica | Madrid | Spain\nKingston | Jamaica | Managua | Nicaragua\nKingston | Jamaica | Manama | Bahrain\nKingston | Jamaica | Manila | Philippines\nKingston | Jamaica | Maputo | Mozambique\nKingston | Jamaica | Minsk | Belarus\nKingston | Jamaica | Mogadishu | Somalia\nKingston | Jamaica | Monrovia | Liberia\nKingston | Jamaica | Montevideo | Uruguay\nKingston | Jamaica | Moscow | Russia\nKingston | Jamaica | Muscat | Oman\nKingston | Jamaica | Nairobi | Kenya\nKingston | Jamaica | Nassau | Bahamas\nKingston | Jamaica | Niamey | Niger\nKingston | Jamaica | Nicosia | Cyprus\nKingston | Jamaica | Nouakchott | Mauritania\nKingston | Jamaica | Nuuk | Greenland\nKingston | Jamaica | Oslo | Norway\nKingston | Jamaica | Ottawa | Canada\nKingston | Jamaica | Paramaribo | Suriname\nKingston | Jamaica | Paris | France\nKingston | Jamaica | Podgorica | Montenegro\nKingston | Jamaica | Quito | Ecuador\nKingston | Jamaica | Rabat | Morocco\nKingston | Jamaica | Riga | Latvia\nKingston | Jamaica | Rome | Italy\nKingston | Jamaica | Roseau | Dominica\nKingston | Jamaica | Santiago | Chile\nKingston | Jamaica | Skopje | Macedonia\nKingston | Jamaica | Sofia | Bulgaria\nKingston | Jamaica | Stockholm | Sweden\nLibreville | Gabon | Lilongwe | Malawi\nLibreville | Gabon | Lima | Peru\nLibreville | Gabon | Lisbon | Portugal\nLibreville | Gabon | Ljubljana | Slovenia\nLibreville | Gabon | London | England\nLibreville | Gabon | Luanda | Angola\nLibreville | Gabon | Lusaka | Zambia\nLibreville | Gabon | Madrid | Spain\nLibreville | Gabon | Managua | Nicaragua\nLibreville | Gabon | Manama | Bahrain\nLibreville | Gabon | Manila | Philippines\nLibreville | Gabon | Maputo | Mozambique\nLibreville | Gabon | Minsk | Belarus\nLibreville | Gabon | Mogadishu | Somalia\nLibreville | Gabon | Monrovia | Liberia\nLibreville | Gabon | Montevideo | Uruguay\nLibreville | Gabon | Moscow | Russia\nLibreville | Gabon | Muscat | Oman\nLibreville | Gabon | Nairobi | Kenya\nLibreville | Gabon | Nassau | Bahamas\nLibreville | Gabon | Niamey | Niger\nLibreville | Gabon | Nicosia | Cyprus\nLibreville | Gabon | Nouakchott | Mauritania\nLibreville | Gabon | Nuuk | Greenland\nLibreville | Gabon | Oslo | Norway\nLibreville | Gabon | Ottawa | Canada\nLibreville | Gabon | Paramaribo | Suriname\nLibreville | Gabon | Paris | France\nLibreville | Gabon | Podgorica | Montenegro\nLibreville | Gabon | Quito | Ecuador\nLibreville | Gabon | Rabat | Morocco\nLibreville | Gabon | Riga | Latvia\nLibreville | Gabon | Rome | Italy\nLibreville | Gabon | Roseau | Dominica\nLibreville | Gabon | Santiago | Chile\nLibreville | Gabon | Skopje | Macedonia\nLibreville | Gabon | Sofia | Bulgaria\nLibreville | Gabon | Stockholm | Sweden\nLibreville | Gabon | Suva | Fiji\nLilongwe | Malawi | Lima | Peru\nLilongwe | Malawi | Lisbon | Portugal\nLilongwe | Malawi | Ljubljana | Slovenia\nLilongwe | Malawi | London | England\nLilongwe | Malawi | Luanda | Angola\nLilongwe | Malawi | Lusaka | Zambia\nLilongwe | Malawi | Madrid | Spain\nLilongwe | Malawi | Managua | Nicaragua\nLilongwe | Malawi | Manama | Bahrain\nLilongwe | Malawi | Manila | Philippines\nLilongwe | Malawi | Maputo | Mozambique\nLilongwe | Malawi | Minsk | Belarus\nLilongwe | Malawi | Mogadishu | Somalia\nLilongwe | Malawi | Monrovia | Liberia\nLilongwe | Malawi | Montevideo | Uruguay\nLilongwe | Malawi | Moscow | Russia\nLilongwe | Malawi | Muscat | Oman\nLilongwe | Malawi | Nairobi | Kenya\nLilongwe | Malawi | Nassau | Bahamas\nLilongwe | Malawi | Niamey | Niger\nLilongwe | Malawi | Nicosia | Cyprus\nLilongwe | Malawi | Nouakchott | Mauritania\nLilongwe | Malawi | Nuuk | Greenland\nLilongwe | Malawi | Oslo | Norway\nLilongwe | Malawi | Ottawa | Canada\nLilongwe | Malawi | Paramaribo | Suriname\nLilongwe | Malawi | Paris | France\nLilongwe | Malawi | Podgorica | Montenegro\nLilongwe | Malawi | Quito | Ecuador\nLilongwe | Malawi | Rabat | Morocco\nLilongwe | Malawi | Riga | Latvia\nLilongwe | Malawi | Rome | Italy\nLilongwe | Malawi | Roseau | Dominica\nLilongwe | Malawi | Santiago | Chile\nLilongwe | Malawi | Skopje | Macedonia\nLilongwe | Malawi | Sofia | Bulgaria\nLilongwe | Malawi | Stockholm | Sweden\nLilongwe | Malawi | Suva | Fiji\nLilongwe | Malawi | Taipei | Taiwan\nLima | Peru | Lisbon | Portugal\nLima | Peru | Ljubljana | Slovenia\nLima | Peru | London | England\nLima | Peru | Luanda | Angola\nLima | Peru | Lusaka | Zambia\nLima | Peru | Madrid | Spain\nLima | Peru | Managua | Nicaragua\nLima | Peru | Manama | Bahrain\nLima | Peru | Manila | Philippines\nLima | Peru | Maputo | Mozambique\nLima | Peru | Minsk | Belarus\nLima | Peru | Mogadishu | Somalia\nLima | Peru | Monrovia | Liberia\nLima | Peru | Montevideo | Uruguay\nLima | Peru | Moscow | Russia\nLima | Peru | Muscat | Oman\nLima | Peru | Nairobi | Kenya\nLima | Peru | Nassau | Bahamas\nLima | Peru | Niamey | Niger\nLima | Peru | Nicosia | Cyprus\nLima | Peru | Nouakchott | Mauritania\nLima | Peru | Nuuk | Greenland\nLima | Peru | Oslo | Norway\nLima | Peru | Ottawa | Canada\nLima | Peru | Paramaribo | Suriname\nLima | Peru | Paris | France\nLima | Peru | Podgorica | Montenegro\nLima | Peru | Quito | Ecuador\nLima | Peru | Rabat | Morocco\nLima | Peru | Riga | Latvia\nLima | Peru | Rome | Italy\nLima | Peru | Roseau | Dominica\nLima | Peru | Santiago | Chile\nLima | Peru | Skopje | Macedonia\nLima | Peru | Sofia | Bulgaria\nLima | Peru | Stockholm | Sweden\nLima | Peru | Suva | Fiji\nLima | Peru | Taipei | Taiwan\nLima | Peru | Tallinn | Estonia\nLisbon | Portugal | Ljubljana | Slovenia\nLisbon | Portugal | London | England\nLisbon | Portugal | Luanda | Angola\nLisbon | Portugal | Lusaka | Zambia\nLisbon | Portugal | Madrid | Spain\nLisbon | Portugal | Managua | Nicaragua\nLisbon | Portugal | Manama | Bahrain\nLisbon | Portugal | Manila | Philippines\nLisbon | Portugal | Maputo | Mozambique\nLisbon | Portugal | Minsk | Belarus\nLisbon | Portugal | Mogadishu | Somalia\nLisbon | Portugal | Monrovia | Liberia\nLisbon | Portugal | Montevideo | Uruguay\nLisbon | Portugal | Moscow | Russia\nLisbon | Portugal | Muscat | Oman\nLisbon | Portugal | Nairobi | Kenya\nLisbon | Portugal | Nassau | Bahamas\nLisbon | Portugal | Niamey | Niger\nLisbon | Portugal | Nicosia | Cyprus\nLisbon | Portugal | Nouakchott | Mauritania\nLisbon | Portugal | Nuuk | Greenland\nLisbon | Portugal | Oslo | Norway\nLisbon | Portugal | Ottawa | Canada\nLisbon | Portugal | Paramaribo | Suriname\nLisbon | Portugal | Paris | France\nLisbon | Portugal | Podgorica | Montenegro\nLisbon | Portugal | Quito | Ecuador\nLisbon | Portugal | Rabat | Morocco\nLisbon | Portugal | Riga | Latvia\nLisbon | Portugal | Rome | Italy\nLisbon | Portugal | Roseau | Dominica\nLisbon | Portugal | Santiago | Chile\nLisbon | Portugal | Skopje | Macedonia\nLisbon | Portugal | Sofia | Bulgaria\nLisbon | Portugal | Stockholm | Sweden\nLisbon | Portugal | Suva | Fiji\nLisbon | Portugal | Taipei | Taiwan\nLisbon | Portugal | Tallinn | Estonia\nLisbon | Portugal | Tashkent | Uzbekistan\nLjubljana | Slovenia | London | England\nLjubljana | Slovenia | Luanda | Angola\nLjubljana | Slovenia | Lusaka | Zambia\nLjubljana | Slovenia | Madrid | Spain\nLjubljana | Slovenia | Managua | Nicaragua\nLjubljana | Slovenia | Manama | Bahrain\nLjubljana | Slovenia | Manila | Philippines\nLjubljana | Slovenia | Maputo | Mozambique\nLjubljana | Slovenia | Minsk | Belarus\nLjubljana | Slovenia | Mogadishu | Somalia\nLjubljana | Slovenia | Monrovia | Liberia\nLjubljana | Slovenia | Montevideo | Uruguay\nLjubljana | Slovenia | Moscow | Russia\nLjubljana | Slovenia | Muscat | Oman\nLjubljana | Slovenia | Nairobi | Kenya\nLjubljana | Slovenia | Nassau | Bahamas\nLjubljana | Slovenia | Niamey | Niger\nLjubljana | Slovenia | Nicosia | Cyprus\nLjubljana | Slovenia | Nouakchott | Mauritania\nLjubljana | Slovenia | Nuuk | Greenland\nLjubljana | Slovenia | Oslo | Norway\nLjubljana | Slovenia | Ottawa | Canada\nLjubljana | Slovenia | Paramaribo | Suriname\nLjubljana | Slovenia | Paris | France\nLjubljana | Slovenia | Podgorica | Montenegro\nLjubljana | Slovenia | Quito | Ecuador\nLjubljana | Slovenia | Rabat | Morocco\nLjubljana | Slovenia | Riga | Latvia\nLjubljana | Slovenia | Rome | Italy\nLjubljana | Slovenia | Roseau | Dominica\nLjubljana | Slovenia | Santiago | Chile\nLjubljana | Slovenia | Skopje | Macedonia\nLjubljana | Slovenia | Sofia | Bulgaria\nLjubljana | Slovenia | Stockholm | Sweden\nLjubljana | Slovenia | Suva | Fiji\nLjubljana | Slovenia | Taipei | Taiwan\nLjubljana | Slovenia | Tallinn | Estonia\nLjubljana | Slovenia | Tashkent | Uzbekistan\nLjubljana | Slovenia | Tbilisi | Georgia\nLondon | England | Luanda | Angola\nLondon | England | Lusaka | Zambia\nLondon | England | Madrid | Spain\nLondon | England | Managua | Nicaragua\nLondon | England | Manama | Bahrain\nLondon | England | Manila | Philippines\nLondon | England | Maputo | Mozambique\nLondon | England | Minsk | Belarus\nLondon | England | Mogadishu | Somalia\nLondon | England | Monrovia | Liberia\nLondon | England | Montevideo | Uruguay\nLondon | England | Moscow | Russia\nLondon | England | Muscat | Oman\nLondon | England | Nairobi | Kenya\nLondon | England | Nassau | Bahamas\nLondon | England | Niamey | Niger\nLondon | England | Nicosia | Cyprus\nLondon | England | Nouakchott | Mauritania\nLondon | England | Nuuk | Greenland\nLondon | England | Oslo | Norway\nLondon | England | Ottawa | Canada\nLondon | England | Paramaribo | Suriname\nLondon | England | Paris | France\nLondon | England | Podgorica | Montenegro\nLondon | England | Quito | Ecuador\nLondon | England | Rabat | Morocco\nLondon | England | Riga | Latvia\nLondon | England | Rome | Italy\nLondon | England | Roseau | Dominica\nLondon | England | Santiago | Chile\nLondon | England | Skopje | Macedonia\nLondon | England | Sofia | Bulgaria\nLondon | England | Stockholm | Sweden\nLondon | England | Suva | Fiji\nLondon | England | Taipei | Taiwan\nLondon | England | Tallinn | Estonia\nLondon | England | Tashkent | Uzbekistan\nLondon | England | Tbilisi | Georgia\nLondon | England | Tegucigalpa | Honduras\nLuanda | Angola | Lusaka | Zambia\nLuanda | Angola | Madrid | Spain\nLuanda | Angola | Managua | Nicaragua\nLuanda | Angola | Manama | Bahrain\nLuanda | Angola | Manila | Philippines\nLuanda | Angola | Maputo | Mozambique\nLuanda | Angola | Minsk | Belarus\nLuanda | Angola | Mogadishu | Somalia\nLuanda | Angola | Monrovia | Liberia\nLuanda | Angola | Montevideo | Uruguay\nLuanda | Angola | Moscow | Russia\nLuanda | Angola | Muscat | Oman\nLuanda | Angola | Nairobi | Kenya\nLuanda | Angola | Nassau | Bahamas\nLuanda | Angola | Niamey | Niger\nLuanda | Angola | Nicosia | Cyprus\nLuanda | Angola | Nouakchott | Mauritania\nLuanda | Angola | Nuuk | Greenland\nLuanda | Angola | Oslo | Norway\nLuanda | Angola | Ottawa | Canada\nLuanda | Angola | Paramaribo | Suriname\nLuanda | Angola | Paris | France\nLuanda | Angola | Podgorica | Montenegro\nLuanda | Angola | Quito | Ecuador\nLuanda | Angola | Rabat | Morocco\nLuanda | Angola | Riga | Latvia\nLuanda | Angola | Rome | Italy\nLuanda | Angola | Roseau | Dominica\nLuanda | Angola | Santiago | Chile\nLuanda | Angola | Skopje | Macedonia\nLuanda | Angola | Sofia | Bulgaria\nLuanda | Angola | Stockholm | Sweden\nLuanda | Angola | Suva | Fiji\nLuanda | Angola | Taipei | Taiwan\nLuanda | Angola | Tallinn | Estonia\nLuanda | Angola | Tashkent | Uzbekistan\nLuanda | Angola | Tbilisi | Georgia\nLuanda | Angola | Tegucigalpa | Honduras\nLuanda | Angola | Tehran | Iran\nLusaka | Zambia | Madrid | Spain\nLusaka | Zambia | Managua | Nicaragua\nLusaka | Zambia | Manama | Bahrain\nLusaka | Zambia | Manila | Philippines\nLusaka | Zambia | Maputo | Mozambique\nLusaka | Zambia | Minsk | Belarus\nLusaka | Zambia | Mogadishu | Somalia\nLusaka | Zambia | Monrovia | Liberia\nLusaka | Zambia | Montevideo | Uruguay\nLusaka | Zambia | Moscow | Russia\nLusaka | Zambia | Muscat | Oman\nLusaka | Zambia | Nairobi | Kenya\nLusaka | Zambia | Nassau | Bahamas\nLusaka | Zambia | Niamey | Niger\nLusaka | Zambia | Nicosia | Cyprus\nLusaka | Zambia | Nouakchott | Mauritania\nLusaka | Zambia | Nuuk | Greenland\nLusaka | Zambia | Oslo | Norway\nLusaka | Zambia | Ottawa | Canada\nLusaka | Zambia | Paramaribo | Suriname\nLusaka | Zambia | Paris | France\nLusaka | Zambia | Podgorica | Montenegro\nLusaka | Zambia | Quito | Ecuador\nLusaka | Zambia | Rabat | Morocco\nLusaka | Zambia | Riga | Latvia\nLusaka | Zambia | Rome | Italy\nLusaka | Zambia | Roseau | Dominica\nLusaka | Zambia | Santiago | Chile\nLusaka | Zambia | Skopje | Macedonia\nLusaka | Zambia | Sofia | Bulgaria\nLusaka | Zambia | Stockholm | Sweden\nLusaka | Zambia | Suva | Fiji\nLusaka | Zambia | Taipei | Taiwan\nLusaka | Zambia | Tallinn | Estonia\nLusaka | Zambia | Tashkent | Uzbekistan\nLusaka | Zambia | Tbilisi | Georgia\nLusaka | Zambia | Tegucigalpa | Honduras\nLusaka | Zambia | Tehran | Iran\nLusaka | Zambia | Thimphu | Bhutan\nMadrid | Spain | Managua | Nicaragua\nMadrid | Spain | Manama | Bahrain\nMadrid | Spain | Manila | Philippines\nMadrid | Spain | Maputo | Mozambique\nMadrid | Spain | Minsk | Belarus\nMadrid | Spain | Mogadishu | Somalia\nMadrid | Spain | Monrovia | Liberia\nMadrid | Spain | Montevideo | Uruguay\nMadrid | Spain | Moscow | Russia\nMadrid | Spain | Muscat | Oman\nMadrid | Spain | Nairobi | Kenya\nMadrid | Spain | Nassau | Bahamas\nMadrid | Spain | Niamey | Niger\nMadrid | Spain | Nicosia | Cyprus\nMadrid | Spain | Nouakchott | Mauritania\nMadrid | Spain | Nuuk | Greenland\nMadrid | Spain | Oslo | Norway\nMadrid | Spain | Ottawa | Canada\nMadrid | Spain | Paramaribo | Suriname\nMadrid | Spain | Paris | France\nMadrid | Spain | Podgorica | Montenegro\nMadrid | Spain | Quito | Ecuador\nMadrid | Spain | Rabat | Morocco\nMadrid | Spain | Riga | Latvia\nMadrid | Spain | Rome | Italy\nMadrid | Spain | Roseau | Dominica\nMadrid | Spain | Santiago | Chile\nMadrid | Spain | Skopje | Macedonia\nMadrid | Spain | Sofia | Bulgaria\nMadrid | Spain | Stockholm | Sweden\nMadrid | Spain | Suva | Fiji\nMadrid | Spain | Taipei | Taiwan\nMadrid | Spain | Tallinn | Estonia\nMadrid | Spain | Tashkent | Uzbekistan\nMadrid | Spain | Tbilisi | Georgia\nMadrid | Spain | Tegucigalpa | Honduras\nMadrid | Spain | Tehran | Iran\nMadrid | Spain | Thimphu | Bhutan\nMadrid | Spain | Tirana | Albania\nManagua | Nicaragua | Manama | Bahrain\nManagua | Nicaragua | Manila | Philippines\nManagua | Nicaragua | Maputo | Mozambique\nManagua | Nicaragua | Minsk | Belarus\nManagua | Nicaragua | Mogadishu | Somalia\nManagua | Nicaragua | Monrovia | Liberia\nManagua | Nicaragua | Montevideo | Uruguay\nManagua | Nicaragua | Moscow | Russia\nManagua | Nicaragua | Muscat | Oman\nManagua | Nicaragua | Nairobi | Kenya\nManagua | Nicaragua | Nassau | Bahamas\nManagua | Nicaragua | Niamey | Niger\nManagua | Nicaragua | Nicosia | Cyprus\nManagua | Nicaragua | Nouakchott | Mauritania\nManagua | Nicaragua | Nuuk | Greenland\nManagua | Nicaragua | Oslo | Norway\nManagua | Nicaragua | Ottawa | Canada\nManagua | Nicaragua | Paramaribo | Suriname\nManagua | Nicaragua | Paris | France\nManagua | Nicaragua | Podgorica | Montenegro\nManagua | Nicaragua | Quito | Ecuador\nManagua | Nicaragua | Rabat | Morocco\nManagua | Nicaragua | Riga | Latvia\nManagua | Nicaragua | Rome | Italy\nManagua | Nicaragua | Roseau | Dominica\nManagua | Nicaragua | Santiago | Chile\nManagua | Nicaragua | Skopje | Macedonia\nManagua | Nicaragua | Sofia | Bulgaria\nManagua | Nicaragua | Stockholm | Sweden\nManagua | Nicaragua | Suva | Fiji\nManagua | Nicaragua | Taipei | Taiwan\nManagua | Nicaragua | Tallinn | Estonia\nManagua | Nicaragua | Tashkent | Uzbekistan\nManagua | Nicaragua | Tbilisi | Georgia\nManagua | Nicaragua | Tegucigalpa | Honduras\nManagua | Nicaragua | Tehran | Iran\nManagua | Nicaragua | Thimphu | Bhutan\nManagua | Nicaragua | Tirana | Albania\nManagua | Nicaragua | Tokyo | Japan\nManama | Bahrain | Manila | Philippines\nManama | Bahrain | Maputo | Mozambique\nManama | Bahrain | Minsk | Belarus\nManama | Bahrain | Mogadishu | Somalia\nManama | Bahrain | Monrovia | Liberia\nManama | Bahrain | Montevideo | Uruguay\nManama | Bahrain | Moscow | Russia\nManama | Bahrain | Muscat | Oman\nManama | Bahrain | Nairobi | Kenya\nManama | Bahrain | Nassau | Bahamas\nManama | Bahrain | Niamey | Niger\nManama | Bahrain | Nicosia | Cyprus\nManama | Bahrain | Nouakchott | Mauritania\nManama | Bahrain | Nuuk | Greenland\nManama | Bahrain | Oslo | Norway\nManama | Bahrain | Ottawa | Canada\nManama | Bahrain | Paramaribo | Suriname\nManama | Bahrain | Paris | France\nManama | Bahrain | Podgorica | Montenegro\nManama | Bahrain | Quito | Ecuador\nManama | Bahrain | Rabat | Morocco\nManama | Bahrain | Riga | Latvia\nManama | Bahrain | Rome | Italy\nManama | Bahrain | Roseau | Dominica\nManama | Bahrain | Santiago | Chile\nManama | Bahrain | Skopje | Macedonia\nManama | Bahrain | Sofia | Bulgaria\nManama | Bahrain | Stockholm | Sweden\nManama | Bahrain | Suva | Fiji\nManama | Bahrain | Taipei | Taiwan\nManama | Bahrain | Tallinn | Estonia\nManama | Bahrain | Tashkent | Uzbekistan\nManama | Bahrain | Tbilisi | Georgia\nManama | Bahrain | Tegucigalpa | Honduras\nManama | Bahrain | Tehran | Iran\nManama | Bahrain | Thimphu | Bhutan\nManama | Bahrain | Tirana | Albania\nManama | Bahrain | Tokyo | Japan\nManama | Bahrain | Tripoli | Libya\nManila | Philippines | Maputo | Mozambique\nManila | Philippines | Minsk | Belarus\nManila | Philippines | Mogadishu | Somalia\nManila | Philippines | Monrovia | Liberia\nManila | Philippines | Montevideo | Uruguay\nManila | Philippines | Moscow | Russia\nManila | Philippines | Muscat | Oman\nManila | Philippines | Nairobi | Kenya\nManila | Philippines | Nassau | Bahamas\nManila | Philippines | Niamey | Niger\nManila | Philippines | Nicosia | Cyprus\nManila | Philippines | Nouakchott | Mauritania\nManila | Philippines | Nuuk | Greenland\nManila | Philippines | Oslo | Norway\nManila | Philippines | Ottawa | Canada\nManila | Philippines | Paramaribo | Suriname\nManila | Philippines | Paris | France\nManila | Philippines | Podgorica | Montenegro\nManila | Philippines | Quito | Ecuador\nManila | Philippines | Rabat | Morocco\nManila | Philippines | Riga | Latvia\nManila | Philippines | Rome | Italy\nManila | Philippines | Roseau | Dominica\nManila | Philippines | Santiago | Chile\nManila | Philippines | Skopje | Macedonia\nManila | Philippines | Sofia | Bulgaria\nManila | Philippines | Stockholm | Sweden\nManila | Philippines | Suva | Fiji\nManila | Philippines | Taipei | Taiwan\nManila | Philippines | Tallinn | Estonia\nManila | Philippines | Tashkent | Uzbekistan\nManila | Philippines | Tbilisi | Georgia\nManila | Philippines | Tegucigalpa | Honduras\nManila | Philippines | Tehran | Iran\nManila | Philippines | Thimphu | Bhutan\nManila | Philippines | Tirana | Albania\nManila | Philippines | Tokyo | Japan\nManila | Philippines | Tripoli | Libya\nManila | Philippines | Tunis | Tunisia\nMaputo | Mozambique | Minsk | Belarus\nMaputo | Mozambique | Mogadishu | Somalia\nMaputo | Mozambique | Monrovia | Liberia\nMaputo | Mozambique | Montevideo | Uruguay\nMaputo | Mozambique | Moscow | Russia\nMaputo | Mozambique | Muscat | Oman\nMaputo | Mozambique | Nairobi | Kenya\nMaputo | Mozambique | Nassau | Bahamas\nMaputo | Mozambique | Niamey | Niger\nMaputo | Mozambique | Nicosia | Cyprus\nMaputo | Mozambique | Nouakchott | Mauritania\nMaputo | Mozambique | Nuuk | Greenland\nMaputo | Mozambique | Oslo | Norway\nMaputo | Mozambique | Ottawa | Canada\nMaputo | Mozambique | Paramaribo | Suriname\nMaputo | Mozambique | Paris | France\nMaputo | Mozambique | Podgorica | Montenegro\nMaputo | Mozambique | Quito | Ecuador\nMaputo | Mozambique | Rabat | Morocco\nMaputo | Mozambique | Riga | Latvia\nMaputo | Mozambique | Rome | Italy\nMaputo | Mozambique | Roseau | Dominica\nMaputo | Mozambique | Santiago | Chile\nMaputo | Mozambique | Skopje | Macedonia\nMaputo | Mozambique | Sofia | Bulgaria\nMaputo | Mozambique | Stockholm | Sweden\nMaputo | Mozambique | Suva | Fiji\nMaputo | Mozambique | Taipei | Taiwan\nMaputo | Mozambique | Tallinn | Estonia\nMaputo | Mozambique | Tashkent | Uzbekistan\nMaputo | Mozambique | Tbilisi | Georgia\nMaputo | Mozambique | Tegucigalpa | Honduras\nMaputo | Mozambique | Tehran | Iran\nMaputo | Mozambique | Thimphu | Bhutan\nMaputo | Mozambique | Tirana | Albania\nMaputo | Mozambique | Tokyo | Japan\nMaputo | Mozambique | Tripoli | Libya\nMaputo | Mozambique | Tunis | Tunisia\nMaputo | Mozambique | Vaduz | Liechtenstein\nMinsk | Belarus | Mogadishu | Somalia\nMinsk | Belarus | Monrovia | Liberia\nMinsk | Belarus | Montevideo | Uruguay\nMinsk | Belarus | Moscow | Russia\nMinsk | Belarus | Muscat | Oman\nMinsk | Belarus | Nairobi | Kenya\nMinsk | Belarus | Nassau | Bahamas\nMinsk | Belarus | Niamey | Niger\nMinsk | Belarus | Nicosia | Cyprus\nMinsk | Belarus | Nouakchott | Mauritania\nMinsk | Belarus | Nuuk | Greenland\nMinsk | Belarus | Oslo | Norway\nMinsk | Belarus | Ottawa | Canada\nMinsk | Belarus | Paramaribo | Suriname\nMinsk | Belarus | Paris | France\nMinsk | Belarus | Podgorica | Montenegro\nMinsk | Belarus | Quito | Ecuador\nMinsk | Belarus | Rabat | Morocco\nMinsk | Belarus | Riga | Latvia\nMinsk | Belarus | Rome | Italy\nMinsk | Belarus | Roseau | Dominica\nMinsk | Belarus | Santiago | Chile\nMinsk | Belarus | Skopje | Macedonia\nMinsk | Belarus | Sofia | Bulgaria\nMinsk | Belarus | Stockholm | Sweden\nMinsk | Belarus | Suva | Fiji\nMinsk | Belarus | Taipei | Taiwan\nMinsk | Belarus | Tallinn | Estonia\nMinsk | Belarus | Tashkent | Uzbekistan\nMinsk | Belarus | Tbilisi | Georgia\nMinsk | Belarus | Tegucigalpa | Honduras\nMinsk | Belarus | Tehran | Iran\nMinsk | Belarus | Thimphu | Bhutan\nMinsk | Belarus | Tirana | Albania\nMinsk | Belarus | Tokyo | Japan\nMinsk | Belarus | Tripoli | Libya\nMinsk | Belarus | Tunis | Tunisia\nMinsk | Belarus | Vaduz | Liechtenstein\nMinsk | Belarus | Valletta | Malta\nMogadishu | Somalia | Monrovia | Liberia\nMogadishu | Somalia | Montevideo | Uruguay\nMogadishu | Somalia | Moscow | Russia\nMogadishu | Somalia | Muscat | Oman\nMogadishu | Somalia | Nairobi | Kenya\nMogadishu | Somalia | Nassau | Bahamas\nMogadishu | Somalia | Niamey | Niger\nMogadishu | Somalia | Nicosia | Cyprus\nMogadishu | Somalia | Nouakchott | Mauritania\nMogadishu | Somalia | Nuuk | Greenland\nMogadishu | Somalia | Oslo | Norway\nMogadishu | Somalia | Ottawa | Canada\nMogadishu | Somalia | Paramaribo | Suriname\nMogadishu | Somalia | Paris | France\nMogadishu | Somalia | Podgorica | Montenegro\nMogadishu | Somalia | Quito | Ecuador\nMogadishu | Somalia | Rabat | Morocco\nMogadishu | Somalia | Riga | Latvia\nMogadishu | Somalia | Rome | Italy\nMogadishu | Somalia | Roseau | Dominica\nMogadishu | Somalia | Santiago | Chile\nMogadishu | Somalia | Skopje | Macedonia\nMogadishu | Somalia | Sofia | Bulgaria\nMogadishu | Somalia | Stockholm | Sweden\nMogadishu | Somalia | Suva | Fiji\nMogadishu | Somalia | Taipei | Taiwan\nMogadishu | Somalia | Tallinn | Estonia\nMogadishu | Somalia | Tashkent | Uzbekistan\nMogadishu | Somalia | Tbilisi | Georgia\nMogadishu | Somalia | Tegucigalpa | Honduras\nMogadishu | Somalia | Tehran | Iran\nMogadishu | Somalia | Thimphu | Bhutan\nMogadishu | Somalia | Tirana | Albania\nMogadishu | Somalia | Tokyo | Japan\nMogadishu | Somalia | Tripoli | Libya\nMogadishu | Somalia | Tunis | Tunisia\nMogadishu | Somalia | Vaduz | Liechtenstein\nMogadishu | Somalia | Valletta | Malta\nMogadishu | Somalia | Vienna | Austria\nMonrovia | Liberia | Montevideo | Uruguay\nMonrovia | Liberia | Moscow | Russia\nMonrovia | Liberia | Muscat | Oman\nMonrovia | Liberia | Nairobi | Kenya\nMonrovia | Liberia | Nassau | Bahamas\nMonrovia | Liberia | Niamey | Niger\nMonrovia | Liberia | Nicosia | Cyprus\nMonrovia | Liberia | Nouakchott | Mauritania\nMonrovia | Liberia | Nuuk | Greenland\nMonrovia | Liberia | Oslo | Norway\nMonrovia | Liberia | Ottawa | Canada\nMonrovia | Liberia | Paramaribo | Suriname\nMonrovia | Liberia | Paris | France\nMonrovia | Liberia | Podgorica | Montenegro\nMonrovia | Liberia | Quito | Ecuador\nMonrovia | Liberia | Rabat | Morocco\nMonrovia | Liberia | Riga | Latvia\nMonrovia | Liberia | Rome | Italy\nMonrovia | Liberia | Roseau | Dominica\nMonrovia | Liberia | Santiago | Chile\nMonrovia | Liberia | Skopje | Macedonia\nMonrovia | Liberia | Sofia | Bulgaria\nMonrovia | Liberia | Stockholm | Sweden\nMonrovia | Liberia | Suva | Fiji\nMonrovia | Liberia | Taipei | Taiwan\nMonrovia | Liberia | Tallinn | Estonia\nMonrovia | Liberia | Tashkent | Uzbekistan\nMonrovia | Liberia | Tbilisi | Georgia\nMonrovia | Liberia | Tegucigalpa | Honduras\nMonrovia | Liberia | Tehran | Iran\nMonrovia | Liberia | Thimphu | Bhutan\nMonrovia | Liberia | Tirana | Albania\nMonrovia | Liberia | Tokyo | Japan\nMonrovia | Liberia | Tripoli | Libya\nMonrovia | Liberia | Tunis | Tunisia\nMonrovia | Liberia | Vaduz | Liechtenstein\nMonrovia | Liberia | Valletta | Malta\nMonrovia | Liberia | Vienna | Austria\nMonrovia | Liberia | Vientiane | Laos\nMontevideo | Uruguay | Moscow | Russia\nMontevideo | Uruguay | Muscat | Oman\nMontevideo | Uruguay | Nairobi | Kenya\nMontevideo | Uruguay | Nassau | Bahamas\nMontevideo | Uruguay | Niamey | Niger\nMontevideo | Uruguay | Nicosia | Cyprus\nMontevideo | Uruguay | Nouakchott | Mauritania\nMontevideo | Uruguay | Nuuk | Greenland\nMontevideo | Uruguay | Oslo | Norway\nMontevideo | Uruguay | Ottawa | Canada\nMontevideo | Uruguay | Paramaribo | Suriname\nMontevideo | Uruguay | Paris | France\nMontevideo | Uruguay | Podgorica | Montenegro\nMontevideo | Uruguay | Quito | Ecuador\nMontevideo | Uruguay | Rabat | Morocco\nMontevideo | Uruguay | Riga | Latvia\nMontevideo | Uruguay | Rome | Italy\nMontevideo | Uruguay | Roseau | Dominica\nMontevideo | Uruguay | Santiago | Chile\nMontevideo | Uruguay | Skopje | Macedonia\nMontevideo | Uruguay | Sofia | Bulgaria\nMontevideo | Uruguay | Stockholm | Sweden\nMontevideo | Uruguay | Suva | Fiji\nMontevideo | Uruguay | Taipei | Taiwan\nMontevideo | Uruguay | Tallinn | Estonia\nMontevideo | Uruguay | Tashkent | Uzbekistan\nMontevideo | Uruguay | Tbilisi | Georgia\nMontevideo | Uruguay | Tegucigalpa | Honduras\nMontevideo | Uruguay | Tehran | Iran\nMontevideo | Uruguay | Thimphu | Bhutan\nMontevideo | Uruguay | Tirana | Albania\nMontevideo | Uruguay | Tokyo | Japan\nMontevideo | Uruguay | Tripoli | Libya\nMontevideo | Uruguay | Tunis | Tunisia\nMontevideo | Uruguay | Vaduz | Liechtenstein\nMontevideo | Uruguay | Valletta | Malta\nMontevideo | Uruguay | Vienna | Austria\nMontevideo | Uruguay | Vientiane | Laos\nMontevideo | Uruguay | Vilnius | Lithuania\nMoscow | Russia | Muscat | Oman\nMoscow | Russia | Nairobi | Kenya\nMoscow | Russia | Nassau | Bahamas\nMoscow | Russia | Niamey | Niger\nMoscow | Russia | Nicosia | Cyprus\nMoscow | Russia | Nouakchott | Mauritania\nMoscow | Russia | Nuuk | Greenland\nMoscow | Russia | Oslo | Norway\nMoscow | Russia | Ottawa | Canada\nMoscow | Russia | Paramaribo | Suriname\nMoscow | Russia | Paris | France\nMoscow | Russia | Podgorica | Montenegro\nMoscow | Russia | Quito | Ecuador\nMoscow | Russia | Rabat | Morocco\nMoscow | Russia | Riga | Latvia\nMoscow | Russia | Rome | Italy\nMoscow | Russia | Roseau | Dominica\nMoscow | Russia | Santiago | Chile\nMoscow | Russia | Skopje | Macedonia\nMoscow | Russia | Sofia | Bulgaria\nMoscow | Russia | Stockholm | Sweden\nMoscow | Russia | Suva | Fiji\nMoscow | Russia | Taipei | Taiwan\nMoscow | Russia | Tallinn | Estonia\nMoscow | Russia | Tashkent | Uzbekistan\nMoscow | Russia | Tbilisi | Georgia\nMoscow | Russia | Tegucigalpa | Honduras\nMoscow | Russia | Tehran | Iran\nMoscow | Russia | Thimphu | Bhutan\nMoscow | Russia | Tirana | Albania\nMoscow | Russia | Tokyo | Japan\nMoscow | Russia | Tripoli | Libya\nMoscow | Russia | Tunis | Tunisia\nMoscow | Russia | Vaduz | Liechtenstein\nMoscow | Russia | Valletta | Malta\nMoscow | Russia | Vienna | Austria\nMoscow | Russia | Vientiane | Laos\nMoscow | Russia | Vilnius | Lithuania\nMoscow | Russia | Warsaw | Poland\nMuscat | Oman | Nairobi | Kenya\nMuscat | Oman | Nassau | Bahamas\nMuscat | Oman | Niamey | Niger\nMuscat | Oman | Nicosia | Cyprus\nMuscat | Oman | Nouakchott | Mauritania\nMuscat | Oman | Nuuk | Greenland\nMuscat | Oman | Oslo | Norway\nMuscat | Oman | Ottawa | Canada\nMuscat | Oman | Paramaribo | Suriname\nMuscat | Oman | Paris | France\nMuscat | Oman | Podgorica | Montenegro\nMuscat | Oman | Quito | Ecuador\nMuscat | Oman | Rabat | Morocco\nMuscat | Oman | Riga | Latvia\nMuscat | Oman | Rome | Italy\nMuscat | Oman | Roseau | Dominica\nMuscat | Oman | Santiago | Chile\nMuscat | Oman | Skopje | Macedonia\nMuscat | Oman | Sofia | Bulgaria\nMuscat | Oman | Stockholm | Sweden\nMuscat | Oman | Suva | Fiji\nMuscat | Oman | Taipei | Taiwan\nMuscat | Oman | Tallinn | Estonia\nMuscat | Oman | Tashkent | Uzbekistan\nMuscat | Oman | Tbilisi | Georgia\nMuscat | Oman | Tegucigalpa | Honduras\nMuscat | Oman | Tehran | Iran\nMuscat | Oman | Thimphu | Bhutan\nMuscat | Oman | Tirana | Albania\nMuscat | Oman | Tokyo | Japan\nMuscat | Oman | Tripoli | Libya\nMuscat | Oman | Tunis | Tunisia\nMuscat | Oman | Vaduz | Liechtenstein\nMuscat | Oman | Valletta | Malta\nMuscat | Oman | Vienna | Austria\nMuscat | Oman | Vientiane | Laos\nMuscat | Oman | Vilnius | Lithuania\nMuscat | Oman | Warsaw | Poland\nMuscat | Oman | Windhoek | Namibia\nNairobi | Kenya | Nassau | Bahamas\nNairobi | Kenya | Niamey | Niger\nNairobi | Kenya | Nicosia | Cyprus\nNairobi | Kenya | Nouakchott | Mauritania\nNairobi | Kenya | Nuuk | Greenland\nNairobi | Kenya | Oslo | Norway\nNairobi | Kenya | Ottawa | Canada\nNairobi | Kenya | Paramaribo | Suriname\nNairobi | Kenya | Paris | France\nNairobi | Kenya | Podgorica | Montenegro\nNairobi | Kenya | Quito | Ecuador\nNairobi | Kenya | Rabat | Morocco\nNairobi | Kenya | Riga | Latvia\nNairobi | Kenya | Rome | Italy\nNairobi | Kenya | Roseau | Dominica\nNairobi | Kenya | Santiago | Chile\nNairobi | Kenya | Skopje | Macedonia\nNairobi | Kenya | Sofia | Bulgaria\nNairobi | Kenya | Stockholm | Sweden\nNairobi | Kenya | Suva | Fiji\nNairobi | Kenya | Taipei | Taiwan\nNairobi | Kenya | Tallinn | Estonia\nNairobi | Kenya | Tashkent | Uzbekistan\nNairobi | Kenya | Tbilisi | Georgia\nNairobi | Kenya | Tegucigalpa | Honduras\nNairobi | Kenya | Tehran | Iran\nNairobi | Kenya | Thimphu | Bhutan\nNairobi | Kenya | Tirana | Albania\nNairobi | Kenya | Tokyo | Japan\nNairobi | Kenya | Tripoli | Libya\nNairobi | Kenya | Tunis | Tunisia\nNairobi | Kenya | Vaduz | Liechtenstein\nNairobi | Kenya | Valletta | Malta\nNairobi | Kenya | Vienna | Austria\nNairobi | Kenya | Vientiane | Laos\nNairobi | Kenya | Vilnius | Lithuania\nNairobi | Kenya | Warsaw | Poland\nNairobi | Kenya | Windhoek | Namibia\nNairobi | Kenya | Yerevan | Armenia\nNassau | Bahamas | Niamey | Niger\nNassau | Bahamas | Nicosia | Cyprus\nNassau | Bahamas | Nouakchott | Mauritania\nNassau | Bahamas | Nuuk | Greenland\nNassau | Bahamas | Oslo | Norway\nNassau | Bahamas | Ottawa | Canada\nNassau | Bahamas | Paramaribo | Suriname\nNassau | Bahamas | Paris | France\nNassau | Bahamas | Podgorica | Montenegro\nNassau | Bahamas | Quito | Ecuador\nNassau | Bahamas | Rabat | Morocco\nNassau | Bahamas | Riga | Latvia\nNassau | Bahamas | Rome | Italy\nNassau | Bahamas | Roseau | Dominica\nNassau | Bahamas | Santiago | Chile\nNassau | Bahamas | Skopje | Macedonia\nNassau | Bahamas | Sofia | Bulgaria\nNassau | Bahamas | Stockholm | Sweden\nNassau | Bahamas | Suva | Fiji\nNassau | Bahamas | Taipei | Taiwan\nNassau | Bahamas | Tallinn | Estonia\nNassau | Bahamas | Tashkent | Uzbekistan\nNassau | Bahamas | Tbilisi | Georgia\nNassau | Bahamas | Tegucigalpa | Honduras\nNassau | Bahamas | Tehran | Iran\nNassau | Bahamas | Thimphu | Bhutan\nNassau | Bahamas | Tirana | Albania\nNassau | Bahamas | Tokyo | Japan\nNassau | Bahamas | Tripoli | Libya\nNassau | Bahamas | Tunis | Tunisia\nNassau | Bahamas | Vaduz | Liechtenstein\nNassau | Bahamas | Valletta | Malta\nNassau | Bahamas | Vienna | Austria\nNassau | Bahamas | Vientiane | Laos\nNassau | Bahamas | Vilnius | Lithuania\nNassau | Bahamas | Warsaw | Poland\nNassau | Bahamas | Windhoek | Namibia\nNassau | Bahamas | Yerevan | Armenia\nNassau | Bahamas | Zagreb | Croatia\nNiamey | Niger | Nicosia | Cyprus\nNiamey | Niger | Nouakchott | Mauritania\nNiamey | Niger | Nuuk | Greenland\nNiamey | Niger | Oslo | Norway\nNiamey | Niger | Ottawa | Canada\nNiamey | Niger | Paramaribo | Suriname\nNiamey | Niger | Paris | France\nNiamey | Niger | Podgorica | Montenegro\nNiamey | Niger | Quito | Ecuador\nNiamey | Niger | Rabat | Morocco\nNiamey | Niger | Riga | Latvia\nNiamey | Niger | Rome | Italy\nNiamey | Niger | Roseau | Dominica\nNiamey | Niger | Santiago | Chile\nNiamey | Niger | Skopje | Macedonia\nNiamey | Niger | Sofia | Bulgaria\nNiamey | Niger | Stockholm | Sweden\nNiamey | Niger | Suva | Fiji\nNiamey | Niger | Taipei | Taiwan\nNiamey | Niger | Tallinn | Estonia\nNiamey | Niger | Tashkent | Uzbekistan\nNiamey | Niger | Tbilisi | Georgia\nNiamey | Niger | Tegucigalpa | Honduras\nNiamey | Niger | Tehran | Iran\nNiamey | Niger | Thimphu | Bhutan\nNiamey | Niger | Tirana | Albania\nNiamey | Niger | Tokyo | Japan\nNiamey | Niger | Tripoli | Libya\nNiamey | Niger | Tunis | Tunisia\nNiamey | Niger | Vaduz | Liechtenstein\nNiamey | Niger | Valletta | Malta\nNiamey | Niger | Vienna | Austria\nNiamey | Niger | Vientiane | Laos\nNiamey | Niger | Vilnius | Lithuania\nNiamey | Niger | Warsaw | Poland\nNiamey | Niger | Windhoek | Namibia\nNiamey | Niger | Yerevan | Armenia\nNiamey | Niger | Zagreb | Croatia\nNiamey | Niger | Abuja | Nigeria\nNicosia | Cyprus | Nouakchott | Mauritania\nNicosia | Cyprus | Nuuk | Greenland\nNicosia | Cyprus | Oslo | Norway\nNicosia | Cyprus | Ottawa | Canada\nNicosia | Cyprus | Paramaribo | Suriname\nNicosia | Cyprus | Paris | France\nNicosia | Cyprus | Podgorica | Montenegro\nNicosia | Cyprus | Quito | Ecuador\nNicosia | Cyprus | Rabat | Morocco\nNicosia | Cyprus | Riga | Latvia\nNicosia | Cyprus | Rome | Italy\nNicosia | Cyprus | Roseau | Dominica\nNicosia | Cyprus | Santiago | Chile\nNicosia | Cyprus | Skopje | Macedonia\nNicosia | Cyprus | Sofia | Bulgaria\nNicosia | Cyprus | Stockholm | Sweden\nNicosia | Cyprus | Suva | Fiji\nNicosia | Cyprus | Taipei | Taiwan\nNicosia | Cyprus | Tallinn | Estonia\nNicosia | Cyprus | Tashkent | Uzbekistan\nNicosia | Cyprus | Tbilisi | Georgia\nNicosia | Cyprus | Tegucigalpa | Honduras\nNicosia | Cyprus | Tehran | Iran\nNicosia | Cyprus | Thimphu | Bhutan\nNicosia | Cyprus | Tirana | Albania\nNicosia | Cyprus | Tokyo | Japan\nNicosia | Cyprus | Tripoli | Libya\nNicosia | Cyprus | Tunis | Tunisia\nNicosia | Cyprus | Vaduz | Liechtenstein\nNicosia | Cyprus | Valletta | Malta\nNicosia | Cyprus | Vienna | Austria\nNicosia | Cyprus | Vientiane | Laos\nNicosia | Cyprus | Vilnius | Lithuania\nNicosia | Cyprus | Warsaw | Poland\nNicosia | Cyprus | Windhoek | Namibia\nNicosia | Cyprus | Yerevan | Armenia\nNicosia | Cyprus | Zagreb | Croatia\nNicosia | Cyprus | Abuja | Nigeria\nNicosia | Cyprus | Accra | Ghana\nNouakchott | Mauritania | Nuuk | Greenland\nNouakchott | Mauritania | Oslo | Norway\nNouakchott | Mauritania | Ottawa | Canada\nNouakchott | Mauritania | Paramaribo | Suriname\nNouakchott | Mauritania | Paris | France\nNouakchott | Mauritania | Podgorica | Montenegro\nNouakchott | Mauritania | Quito | Ecuador\nNouakchott | Mauritania | Rabat | Morocco\nNouakchott | Mauritania | Riga | Latvia\nNouakchott | Mauritania | Rome | Italy\nNouakchott | Mauritania | Roseau | Dominica\nNouakchott | Mauritania | Santiago | Chile\nNouakchott | Mauritania | Skopje | Macedonia\nNouakchott | Mauritania | Sofia | Bulgaria\nNouakchott | Mauritania | Stockholm | Sweden\nNouakchott | Mauritania | Suva | Fiji\nNouakchott | Mauritania | Taipei | Taiwan\nNouakchott | Mauritania | Tallinn | Estonia\nNouakchott | Mauritania | Tashkent | Uzbekistan\nNouakchott | Mauritania | Tbilisi | Georgia\nNouakchott | Mauritania | Tegucigalpa | Honduras\nNouakchott | Mauritania | Tehran | Iran\nNouakchott | Mauritania | Thimphu | Bhutan\nNouakchott | Mauritania | Tirana | Albania\nNouakchott | Mauritania | Tokyo | Japan\nNouakchott | Mauritania | Tripoli | Libya\nNouakchott | Mauritania | Tunis | Tunisia\nNouakchott | Mauritania | Vaduz | Liechtenstein\nNouakchott | Mauritania | Valletta | Malta\nNouakchott | Mauritania | Vienna | Austria\nNouakchott | Mauritania | Vientiane | Laos\nNouakchott | Mauritania | Vilnius | Lithuania\nNouakchott | Mauritania | Warsaw | Poland\nNouakchott | Mauritania | Windhoek | Namibia\nNouakchott | Mauritania | Yerevan | Armenia\nNouakchott | Mauritania | Zagreb | Croatia\nNouakchott | Mauritania | Abuja | Nigeria\nNouakchott | Mauritania | Accra | Ghana\nNouakchott | Mauritania | Algiers | Algeria\nNuuk | Greenland | Oslo | Norway\nNuuk | Greenland | Ottawa | Canada\nNuuk | Greenland | Paramaribo | Suriname\nNuuk | Greenland | Paris | France\nNuuk | Greenland | Podgorica | Montenegro\nNuuk | Greenland | Quito | Ecuador\nNuuk | Greenland | Rabat | Morocco\nNuuk | Greenland | Riga | Latvia\nNuuk | Greenland | Rome | Italy\nNuuk | Greenland | Roseau | Dominica\nNuuk | Greenland | Santiago | Chile\nNuuk | Greenland | Skopje | Macedonia\nNuuk | Greenland | Sofia | Bulgaria\nNuuk | Greenland | Stockholm | Sweden\nNuuk | Greenland | Suva | Fiji\nNuuk | Greenland | Taipei | Taiwan\nNuuk | Greenland | Tallinn | Estonia\nNuuk | Greenland | Tashkent | Uzbekistan\nNuuk | Greenland | Tbilisi | Georgia\nNuuk | Greenland | Tegucigalpa | Honduras\nNuuk | Greenland | Tehran | Iran\nNuuk | Greenland | Thimphu | Bhutan\nNuuk | Greenland | Tirana | Albania\nNuuk | Greenland | Tokyo | Japan\nNuuk | Greenland | Tripoli | Libya\nNuuk | Greenland | Tunis | Tunisia\nNuuk | Greenland | Vaduz | Liechtenstein\nNuuk | Greenland | Valletta | Malta\nNuuk | Greenland | Vienna | Austria\nNuuk | Greenland | Vientiane | Laos\nNuuk | Greenland | Vilnius | Lithuania\nNuuk | Greenland | Warsaw | Poland\nNuuk | Greenland | Windhoek | Namibia\nNuuk | Greenland | Yerevan | Armenia\nNuuk | Greenland | Zagreb | Croatia\nNuuk | Greenland | Abuja | Nigeria\nNuuk | Greenland | Accra | Ghana\nNuuk | Greenland | Algiers | Algeria\nNuuk | Greenland | Amman | Jordan\nOslo | Norway | Ottawa | Canada\nOslo | Norway | Paramaribo | Suriname\nOslo | Norway | Paris | France\nOslo | Norway | Podgorica | Montenegro\nOslo | Norway | Quito | Ecuador\nOslo | Norway | Rabat | Morocco\nOslo | Norway | Riga | Latvia\nOslo | Norway | Rome | Italy\nOslo | Norway | Roseau | Dominica\nOslo | Norway | Santiago | Chile\nOslo | Norway | Skopje | Macedonia\nOslo | Norway | Sofia | Bulgaria\nOslo | Norway | Stockholm | Sweden\nOslo | Norway | Suva | Fiji\nOslo | Norway | Taipei | Taiwan\nOslo | Norway | Tallinn | Estonia\nOslo | Norway | Tashkent | Uzbekistan\nOslo | Norway | Tbilisi | Georgia\nOslo | Norway | Tegucigalpa | Honduras\nOslo | Norway | Tehran | Iran\nOslo | Norway | Thimphu | Bhutan\nOslo | Norway | Tirana | Albania\nOslo | Norway | Tokyo | Japan\nOslo | Norway | Tripoli | Libya\nOslo | Norway | Tunis | Tunisia\nOslo | Norway | Vaduz | Liechtenstein\nOslo | Norway | Valletta | Malta\nOslo | Norway | Vienna | Austria\nOslo | Norway | Vientiane | Laos\nOslo | Norway | Vilnius | Lithuania\nOslo | Norway | Warsaw | Poland\nOslo | Norway | Windhoek | Namibia\nOslo | Norway | Yerevan | Armenia\nOslo | Norway | Zagreb | Croatia\nOslo | Norway | Abuja | Nigeria\nOslo | Norway | Accra | Ghana\nOslo | Norway | Algiers | Algeria\nOslo | Norway | Amman | Jordan\nOslo | Norway | Ankara | Turkey\nOttawa | Canada | Paramaribo | Suriname\nOttawa | Canada | Paris | France\nOttawa | Canada | Podgorica | Montenegro\nOttawa | Canada | Quito | Ecuador\nOttawa | Canada | Rabat | Morocco\nOttawa | Canada | Riga | Latvia\nOttawa | Canada | Rome | Italy\nOttawa | Canada | Roseau | Dominica\nOttawa | Canada | Santiago | Chile\nOttawa | Canada | Skopje | Macedonia\nOttawa | Canada | Sofia | Bulgaria\nOttawa | Canada | Stockholm | Sweden\nOttawa | Canada | Suva | Fiji\nOttawa | Canada | Taipei | Taiwan\nOttawa | Canada | Tallinn | Estonia\nOttawa | Canada | Tashkent | Uzbekistan\nOttawa | Canada | Tbilisi | Georgia\nOttawa | Canada | Tegucigalpa | Honduras\nOttawa | Canada | Tehran | Iran\nOttawa | Canada | Thimphu | Bhutan\nOttawa | Canada | Tirana | Albania\nOttawa | Canada | Tokyo | Japan\nOttawa | Canada | Tripoli | Libya\nOttawa | Canada | Tunis | Tunisia\nOttawa | Canada | Vaduz | Liechtenstein\nOttawa | Canada | Valletta | Malta\nOttawa | Canada | Vienna | Austria\nOttawa | Canada | Vientiane | Laos\nOttawa | Canada | Vilnius | Lithuania\nOttawa | Canada | Warsaw | Poland\nOttawa | Canada | Windhoek | Namibia\nOttawa | Canada | Yerevan | Armenia\nOttawa | Canada | Zagreb | Croatia\nOttawa | Canada | Abuja | Nigeria\nOttawa | Canada | Accra | Ghana\nOttawa | Canada | Algiers | Algeria\nOttawa | Canada | Amman | Jordan\nOttawa | Canada | Ankara | Turkey\nOttawa | Canada | Antananarivo | Madagascar\nParamaribo | Suriname | Paris | France\nParamaribo | Suriname | Podgorica | Montenegro\nParamaribo | Suriname | Quito | Ecuador\nParamaribo | Suriname | Rabat | Morocco\nParamaribo | Suriname | Riga | Latvia\nParamaribo | Suriname | Rome | Italy\nParamaribo | Suriname | Roseau | Dominica\nParamaribo | Suriname | Santiago | Chile\nParamaribo | Suriname | Skopje | Macedonia\nParamaribo | Suriname | Sofia | Bulgaria\nParamaribo | Suriname | Stockholm | Sweden\nParamaribo | Suriname | Suva | Fiji\nParamaribo | Suriname | Taipei | Taiwan\nParamaribo | Suriname | Tallinn | Estonia\nParamaribo | Suriname | Tashkent | Uzbekistan\nParamaribo | Suriname | Tbilisi | Georgia\nParamaribo | Suriname | Tegucigalpa | Honduras\nParamaribo | Suriname | Tehran | Iran\nParamaribo | Suriname | Thimphu | Bhutan\nParamaribo | Suriname | Tirana | Albania\nParamaribo | Suriname | Tokyo | Japan\nParamaribo | Suriname | Tripoli | Libya\nParamaribo | Suriname | Tunis | Tunisia\nParamaribo | Suriname | Vaduz | Liechtenstein\nParamaribo | Suriname | Valletta | Malta\nParamaribo | Suriname | Vienna | Austria\nParamaribo | Suriname | Vientiane | Laos\nParamaribo | Suriname | Vilnius | Lithuania\nParamaribo | Suriname | Warsaw | Poland\nParamaribo | Suriname | Windhoek | Namibia\nParamaribo | Suriname | Yerevan | Armenia\nParamaribo | Suriname | Zagreb | Croatia\nParamaribo | Suriname | Abuja | Nigeria\nParamaribo | Suriname | Accra | Ghana\nParamaribo | Suriname | Algiers | Algeria\nParamaribo | Suriname | Amman | Jordan\nParamaribo | Suriname | Ankara | Turkey\nParamaribo | Suriname | Antananarivo | Madagascar\nParamaribo | Suriname | Apia | Samoa\nParis | France | Podgorica | Montenegro\nParis | France | Quito | Ecuador\nParis | France | Rabat | Morocco\nParis | France | Riga | Latvia\nParis | France | Rome | Italy\nParis | France | Roseau | Dominica\nParis | France | Santiago | Chile\nParis | France | Skopje | Macedonia\nParis | France | Sofia | Bulgaria\nParis | France | Stockholm | Sweden\nParis | France | Suva | Fiji\nParis | France | Taipei | Taiwan\nParis | France | Tallinn | Estonia\nParis | France | Tashkent | Uzbekistan\nParis | France | Tbilisi | Georgia\nParis | France | Tegucigalpa | Honduras\nParis | France | Tehran | Iran\nParis | France | Thimphu | Bhutan\nParis | France | Tirana | Albania\nParis | France | Tokyo | Japan\nParis | France | Tripoli | Libya\nParis | France | Tunis | Tunisia\nParis | France | Vaduz | Liechtenstein\nParis | France | Valletta | Malta\nParis | France | Vienna | Austria\nParis | France | Vientiane | Laos\nParis | France | Vilnius | Lithuania\nParis | France | Warsaw | Poland\nParis | France | Windhoek | Namibia\nParis | France | Yerevan | Armenia\nParis | France | Zagreb | Croatia\nParis | France | Abuja | Nigeria\nParis | France | Accra | Ghana\nParis | France | Algiers | Algeria\nParis | France | Amman | Jordan\nParis | France | Ankara | Turkey\nParis | France | Antananarivo | Madagascar\nParis | France | Apia | Samoa\nParis | France | Ashgabat | Turkmenistan\nPodgorica | Montenegro | Quito | Ecuador\nPodgorica | Montenegro | Rabat | Morocco\nPodgorica | Montenegro | Riga | Latvia\nPodgorica | Montenegro | Rome | Italy\nPodgorica | Montenegro | Roseau | Dominica\nPodgorica | Montenegro | Santiago | Chile\nPodgorica | Montenegro | Skopje | Macedonia\nPodgorica | Montenegro | Sofia | Bulgaria\nPodgorica | Montenegro | Stockholm | Sweden\nPodgorica | Montenegro | Suva | Fiji\nPodgorica | Montenegro | Taipei | Taiwan\nPodgorica | Montenegro | Tallinn | Estonia\nPodgorica | Montenegro | Tashkent | Uzbekistan\nPodgorica | Montenegro | Tbilisi | Georgia\nPodgorica | Montenegro | Tegucigalpa | Honduras\nPodgorica | Montenegro | Tehran | Iran\nPodgorica | Montenegro | Thimphu | Bhutan\nPodgorica | Montenegro | Tirana | Albania\nPodgorica | Montenegro | Tokyo | Japan\nPodgorica | Montenegro | Tripoli | Libya\nPodgorica | Montenegro | Tunis | Tunisia\nPodgorica | Montenegro | Vaduz | Liechtenstein\nPodgorica | Montenegro | Valletta | Malta\nPodgorica | Montenegro | Vienna | Austria\nPodgorica | Montenegro | Vientiane | Laos\nPodgorica | Montenegro | Vilnius | Lithuania\nPodgorica | Montenegro | Warsaw | Poland\nPodgorica | Montenegro | Windhoek | Namibia\nPodgorica | Montenegro | Yerevan | Armenia\nPodgorica | Montenegro | Zagreb | Croatia\nPodgorica | Montenegro | Abuja | Nigeria\nPodgorica | Montenegro | Accra | Ghana\nPodgorica | Montenegro | Algiers | Algeria\nPodgorica | Montenegro | Amman | Jordan\nPodgorica | Montenegro | Ankara | Turkey\nPodgorica | Montenegro | Antananarivo | Madagascar\nPodgorica | Montenegro | Apia | Samoa\nPodgorica | Montenegro | Ashgabat | Turkmenistan\nPodgorica | Montenegro | Asmara | Eritrea\nQuito | Ecuador | Rabat | Morocco\nQuito | Ecuador | Riga | Latvia\nQuito | Ecuador | Rome | Italy\nQuito | Ecuador | Roseau | Dominica\nQuito | Ecuador | Santiago | Chile\nQuito | Ecuador | Skopje | Macedonia\nQuito | Ecuador | Sofia | Bulgaria\nQuito | Ecuador | Stockholm | Sweden\nQuito | Ecuador | Suva | Fiji\nQuito | Ecuador | Taipei | Taiwan\nQuito | Ecuador | Tallinn | Estonia\nQuito | Ecuador | Tashkent | Uzbekistan\nQuito | Ecuador | Tbilisi | Georgia\nQuito | Ecuador | Tegucigalpa | Honduras\nQuito | Ecuador | Tehran | Iran\nQuito | Ecuador | Thimphu | Bhutan\nQuito | Ecuador | Tirana | Albania\nQuito | Ecuador | Tokyo | Japan\nQuito | Ecuador | Tripoli | Libya\nQuito | Ecuador | Tunis | Tunisia\nQuito | Ecuador | Vaduz | Liechtenstein\nQuito | Ecuador | Valletta | Malta\nQuito | Ecuador | Vienna | Austria\nQuito | Ecuador | Vientiane | Laos\nQuito | Ecuador | Vilnius | Lithuania\nQuito | Ecuador | Warsaw | Poland\nQuito | Ecuador | Windhoek | Namibia\nQuito | Ecuador | Yerevan | Armenia\nQuito | Ecuador | Zagreb | Croatia\nQuito | Ecuador | Abuja | Nigeria\nQuito | Ecuador | Accra | Ghana\nQuito | Ecuador | Algiers | Algeria\nQuito | Ecuador | Amman | Jordan\nQuito | Ecuador | Ankara | Turkey\nQuito | Ecuador | Antananarivo | Madagascar\nQuito | Ecuador | Apia | Samoa\nQuito | Ecuador | Ashgabat | Turkmenistan\nQuito | Ecuador | Asmara | Eritrea\nQuito | Ecuador | Astana | Kazakhstan\nRabat | Morocco | Riga | Latvia\nRabat | Morocco | Rome | Italy\nRabat | Morocco | Roseau | Dominica\nRabat | Morocco | Santiago | Chile\nRabat | Morocco | Skopje | Macedonia\nRabat | Morocco | Sofia | Bulgaria\nRabat | Morocco | Stockholm | Sweden\nRabat | Morocco | Suva | Fiji\nRabat | Morocco | Taipei | Taiwan\nRabat | Morocco | Tallinn | Estonia\nRabat | Morocco | Tashkent | Uzbekistan\nRabat | Morocco | Tbilisi | Georgia\nRabat | Morocco | Tegucigalpa | Honduras\nRabat | Morocco | Tehran | Iran\nRabat | Morocco | Thimphu | Bhutan\nRabat | Morocco | Tirana | Albania\nRabat | Morocco | Tokyo | Japan\nRabat | Morocco | Tripoli | Libya\nRabat | Morocco | Tunis | Tunisia\nRabat | Morocco | Vaduz | Liechtenstein\nRabat | Morocco | Valletta | Malta\nRabat | Morocco | Vienna | Austria\nRabat | Morocco | Vientiane | Laos\nRabat | Morocco | Vilnius | Lithuania\nRabat | Morocco | Warsaw | Poland\nRabat | Morocco | Windhoek | Namibia\nRabat | Morocco | Yerevan | Armenia\nRabat | Morocco | Zagreb | Croatia\nRabat | Morocco | Abuja | Nigeria\nRabat | Morocco | Accra | Ghana\nRabat | Morocco | Algiers | Algeria\nRabat | Morocco | Amman | Jordan\nRabat | Morocco | Ankara | Turkey\nRabat | Morocco | Antananarivo | Madagascar\nRabat | Morocco | Apia | Samoa\nRabat | Morocco | Ashgabat | Turkmenistan\nRabat | Morocco | Asmara | Eritrea\nRabat | Morocco | Astana | Kazakhstan\nRabat | Morocco | Athens | Greece\nRiga | Latvia | Rome | Italy\nRiga | Latvia | Roseau | Dominica\nRiga | Latvia | Santiago | Chile\nRiga | Latvia | Skopje | Macedonia\nRiga | Latvia | Sofia | Bulgaria\nRiga | Latvia | Stockholm | Sweden\nRiga | Latvia | Suva | Fiji\nRiga | Latvia | Taipei | Taiwan\nRiga | Latvia | Tallinn | Estonia\nRiga | Latvia | Tashkent | Uzbekistan\nRiga | Latvia | Tbilisi | Georgia\nRiga | Latvia | Tegucigalpa | Honduras\nRiga | Latvia | Tehran | Iran\nRiga | Latvia | Thimphu | Bhutan\nRiga | Latvia | Tirana | Albania\nRiga | Latvia | Tokyo | Japan\nRiga | Latvia | Tripoli | Libya\nRiga | Latvia | Tunis | Tunisia\nRiga | Latvia | Vaduz | Liechtenstein\nRiga | Latvia | Valletta | Malta\nRiga | Latvia | Vienna | Austria\nRiga | Latvia | Vientiane | Laos\nRiga | Latvia | Vilnius | Lithuania\nRiga | Latvia | Warsaw | Poland\nRiga | Latvia | Windhoek | Namibia\nRiga | Latvia | Yerevan | Armenia\nRiga | Latvia | Zagreb | Croatia\nRiga | Latvia | Abuja | Nigeria\nRiga | Latvia | Accra | Ghana\nRiga | Latvia | Algiers | Algeria\nRiga | Latvia | Amman | Jordan\nRiga | Latvia | Ankara | Turkey\nRiga | Latvia | Antananarivo | Madagascar\nRiga | Latvia | Apia | Samoa\nRiga | Latvia | Ashgabat | Turkmenistan\nRiga | Latvia | Asmara | Eritrea\nRiga | Latvia | Astana | Kazakhstan\nRiga | Latvia | Athens | Greece\nRiga | Latvia | Baghdad | Iraq\nRome | Italy | Roseau | Dominica\nRome | Italy | Santiago | Chile\nRome | Italy | Skopje | Macedonia\nRome | Italy | Sofia | Bulgaria\nRome | Italy | Stockholm | Sweden\nRome | Italy | Suva | Fiji\nRome | Italy | Taipei | Taiwan\nRome | Italy | Tallinn | Estonia\nRome | Italy | Tashkent | Uzbekistan\nRome | Italy | Tbilisi | Georgia\nRome | Italy | Tegucigalpa | Honduras\nRome | Italy | Tehran | Iran\nRome | Italy | Thimphu | Bhutan\nRome | Italy | Tirana | Albania\nRome | Italy | Tokyo | Japan\nRome | Italy | Tripoli | Libya\nRome | Italy | Tunis | Tunisia\nRome | Italy | Vaduz | Liechtenstein\nRome | Italy | Valletta | Malta\nRome | Italy | Vienna | Austria\nRome | Italy | Vientiane | Laos\nRome | Italy | Vilnius | Lithuania\nRome | Italy | Warsaw | Poland\nRome | Italy | Windhoek | Namibia\nRome | Italy | Yerevan | Armenia\nRome | Italy | Zagreb | Croatia\nRome | Italy | Abuja | Nigeria\nRome | Italy | Accra | Ghana\nRome | Italy | Algiers | Algeria\nRome | Italy | Amman | Jordan\nRome | Italy | Ankara | Turkey\nRome | Italy | Antananarivo | Madagascar\nRome | Italy | Apia | Samoa\nRome | Italy | Ashgabat | Turkmenistan\nRome | Italy | Asmara | Eritrea\nRome | Italy | Astana | Kazakhstan\nRome | Italy | Athens | Greece\nRome | Italy | Baghdad | Iraq\nRome | Italy | Baku | Azerbaijan\nRoseau | Dominica | Santiago | Chile\nRoseau | Dominica | Skopje | Macedonia\nRoseau | Dominica | Sofia | Bulgaria\nRoseau | Dominica | Stockholm | Sweden\nRoseau | Dominica | Suva | Fiji\nRoseau | Dominica | Taipei | Taiwan\nRoseau | Dominica | Tallinn | Estonia\nRoseau | Dominica | Tashkent | Uzbekistan\nRoseau | Dominica | Tbilisi | Georgia\nRoseau | Dominica | Tegucigalpa | Honduras\nRoseau | Dominica | Tehran | Iran\nRoseau | Dominica | Thimphu | Bhutan\nRoseau | Dominica | Tirana | Albania\nRoseau | Dominica | Tokyo | Japan\nRoseau | Dominica | Tripoli | Libya\nRoseau | Dominica | Tunis | Tunisia\nRoseau | Dominica | Vaduz | Liechtenstein\nRoseau | Dominica | Valletta | Malta\nRoseau | Dominica | Vienna | Austria\nRoseau | Dominica | Vientiane | Laos\nRoseau | Dominica | Vilnius | Lithuania\nRoseau | Dominica | Warsaw | Poland\nRoseau | Dominica | Windhoek | Namibia\nRoseau | Dominica | Yerevan | Armenia\nRoseau | Dominica | Zagreb | Croatia\nRoseau | Dominica | Abuja | Nigeria\nRoseau | Dominica | Accra | Ghana\nRoseau | Dominica | Algiers | Algeria\nRoseau | Dominica | Amman | Jordan\nRoseau | Dominica | Ankara | Turkey\nRoseau | Dominica | Antananarivo | Madagascar\nRoseau | Dominica | Apia | Samoa\nRoseau | Dominica | Ashgabat | Turkmenistan\nRoseau | Dominica | Asmara | Eritrea\nRoseau | Dominica | Astana | Kazakhstan\nRoseau | Dominica | Athens | Greece\nRoseau | Dominica | Baghdad | Iraq\nRoseau | Dominica | Baku | Azerbaijan\nRoseau | Dominica | Bamako | Mali\nSantiago | Chile | Skopje | Macedonia\nSantiago | Chile | Sofia | Bulgaria\nSantiago | Chile | Stockholm | Sweden\nSantiago | Chile | Suva | Fiji\nSantiago | Chile | Taipei | Taiwan\nSantiago | Chile | Tallinn | Estonia\nSantiago | Chile | Tashkent | Uzbekistan\nSantiago | Chile | Tbilisi | Georgia\nSantiago | Chile | Tegucigalpa | Honduras\nSantiago | Chile | Tehran | Iran\nSantiago | Chile | Thimphu | Bhutan\nSantiago | Chile | Tirana | Albania\nSantiago | Chile | Tokyo | Japan\nSantiago | Chile | Tripoli | Libya\nSantiago | Chile | Tunis | Tunisia\nSantiago | Chile | Vaduz | Liechtenstein\nSantiago | Chile | Valletta | Malta\nSantiago | Chile | Vienna | Austria\nSantiago | Chile | Vientiane | Laos\nSantiago | Chile | Vilnius | Lithuania\nSantiago | Chile | Warsaw | Poland\nSantiago | Chile | Windhoek | Namibia\nSantiago | Chile | Yerevan | Armenia\nSantiago | Chile | Zagreb | Croatia\nSantiago | Chile | Abuja | Nigeria\nSantiago | Chile | Accra | Ghana\nSantiago | Chile | Algiers | Algeria\nSantiago | Chile | Amman | Jordan\nSantiago | Chile | Ankara | Turkey\nSantiago | Chile | Antananarivo | Madagascar\nSantiago | Chile | Apia | Samoa\nSantiago | Chile | Ashgabat | Turkmenistan\nSantiago | Chile | Asmara | Eritrea\nSantiago | Chile | Astana | Kazakhstan\nSantiago | Chile | Athens | Greece\nSantiago | Chile | Baghdad | Iraq\nSantiago | Chile | Baku | Azerbaijan\nSantiago | Chile | Bamako | Mali\nSantiago | Chile | Bangkok | Thailand\nSkopje | Macedonia | Sofia | Bulgaria\nSkopje | Macedonia | Stockholm | Sweden\nSkopje | Macedonia | Suva | Fiji\nSkopje | Macedonia | Taipei | Taiwan\nSkopje | Macedonia | Tallinn | Estonia\nSkopje | Macedonia | Tashkent | Uzbekistan\nSkopje | Macedonia | Tbilisi | Georgia\nSkopje | Macedonia | Tegucigalpa | Honduras\nSkopje | Macedonia | Tehran | Iran\nSkopje | Macedonia | Thimphu | Bhutan\nSkopje | Macedonia | Tirana | Albania\nSkopje | Macedonia | Tokyo | Japan\nSkopje | Macedonia | Tripoli | Libya\nSkopje | Macedonia | Tunis | Tunisia\nSkopje | Macedonia | Vaduz | Liechtenstein\nSkopje | Macedonia | Valletta | Malta\nSkopje | Macedonia | Vienna | Austria\nSkopje | Macedonia | Vientiane | Laos\nSkopje | Macedonia | Vilnius | Lithuania\nSkopje | Macedonia | Warsaw | Poland\nSkopje | Macedonia | Windhoek | Namibia\nSkopje | Macedonia | Yerevan | Armenia\nSkopje | Macedonia | Zagreb | Croatia\nSkopje | Macedonia | Abuja | Nigeria\nSkopje | Macedonia | Accra | Ghana\nSkopje | Macedonia | Algiers | Algeria\nSkopje | Macedonia | Amman | Jordan\nSkopje | Macedonia | Ankara | Turkey\nSkopje | Macedonia | Antananarivo | Madagascar\nSkopje | Macedonia | Apia | Samoa\nSkopje | Macedonia | Ashgabat | Turkmenistan\nSkopje | Macedonia | Asmara | Eritrea\nSkopje | Macedonia | Astana | Kazakhstan\nSkopje | Macedonia | Athens | Greece\nSkopje | Macedonia | Baghdad | Iraq\nSkopje | Macedonia | Baku | Azerbaijan\nSkopje | Macedonia | Bamako | Mali\nSkopje | Macedonia | Bangkok | Thailand\nSkopje | Macedonia | Banjul | Gambia\nSofia | Bulgaria | Stockholm | Sweden\nSofia | Bulgaria | Suva | Fiji\nSofia | Bulgaria | Taipei | Taiwan\nSofia | Bulgaria | Tallinn | Estonia\nSofia | Bulgaria | Tashkent | Uzbekistan\nSofia | Bulgaria | Tbilisi | Georgia\nSofia | Bulgaria | Tegucigalpa | Honduras\nSofia | Bulgaria | Tehran | Iran\nSofia | Bulgaria | Thimphu | Bhutan\nSofia | Bulgaria | Tirana | Albania\nSofia | Bulgaria | Tokyo | Japan\nSofia | Bulgaria | Tripoli | Libya\nSofia | Bulgaria | Tunis | Tunisia\nSofia | Bulgaria | Vaduz | Liechtenstein\nSofia | Bulgaria | Valletta | Malta\nSofia | Bulgaria | Vienna | Austria\nSofia | Bulgaria | Vientiane | Laos\nSofia | Bulgaria | Vilnius | Lithuania\nSofia | Bulgaria | Warsaw | Poland\nSofia | Bulgaria | Windhoek | Namibia\nSofia | Bulgaria | Yerevan | Armenia\nSofia | Bulgaria | Zagreb | Croatia\nSofia | Bulgaria | Abuja | Nigeria\nSofia | Bulgaria | Accra | Ghana\nSofia | Bulgaria | Algiers | Algeria\nSofia | Bulgaria | Amman | Jordan\nSofia | Bulgaria | Ankara | Turkey\nSofia | Bulgaria | Antananarivo | Madagascar\nSofia | Bulgaria | Apia | Samoa\nSofia | Bulgaria | Ashgabat | Turkmenistan\nSofia | Bulgaria | Asmara | Eritrea\nSofia | Bulgaria | Astana | Kazakhstan\nSofia | Bulgaria | Athens | Greece\nSofia | Bulgaria | Baghdad | Iraq\nSofia | Bulgaria | Baku | Azerbaijan\nSofia | Bulgaria | Bamako | Mali\nSofia | Bulgaria | Bangkok | Thailand\nSofia | Bulgaria | Banjul | Gambia\nSofia | Bulgaria | Beijing | China\nStockholm | Sweden | Suva | Fiji\nStockholm | Sweden | Taipei | Taiwan\nStockholm | Sweden | Tallinn | Estonia\nStockholm | Sweden | Tashkent | Uzbekistan\nStockholm | Sweden | Tbilisi | Georgia\nStockholm | Sweden | Tegucigalpa | Honduras\nStockholm | Sweden | Tehran | Iran\nStockholm | Sweden | Thimphu | Bhutan\nStockholm | Sweden | Tirana | Albania\nStockholm | Sweden | Tokyo | Japan\nStockholm | Sweden | Tripoli | Libya\nStockholm | Sweden | Tunis | Tunisia\nStockholm | Sweden | Vaduz | Liechtenstein\nStockholm | Sweden | Valletta | Malta\nStockholm | Sweden | Vienna | Austria\nStockholm | Sweden | Vientiane | Laos\nStockholm | Sweden | Vilnius | Lithuania\nStockholm | Sweden | Warsaw | Poland\nStockholm | Sweden | Windhoek | Namibia\nStockholm | Sweden | Yerevan | Armenia\nStockholm | Sweden | Zagreb | Croatia\nStockholm | Sweden | Abuja | Nigeria\nStockholm | Sweden | Accra | Ghana\nStockholm | Sweden | Algiers | Algeria\nStockholm | Sweden | Amman | Jordan\nStockholm | Sweden | Ankara | Turkey\nStockholm | Sweden | Antananarivo | Madagascar\nStockholm | Sweden | Apia | Samoa\nStockholm | Sweden | Ashgabat | Turkmenistan\nStockholm | Sweden | Asmara | Eritrea\nStockholm | Sweden | Astana | Kazakhstan\nStockholm | Sweden | Athens | Greece\nStockholm | Sweden | Baghdad | Iraq\nStockholm | Sweden | Baku | Azerbaijan\nStockholm | Sweden | Bamako | Mali\nStockholm | Sweden | Bangkok | Thailand\nStockholm | Sweden | Banjul | Gambia\nStockholm | Sweden | Beijing | China\nStockholm | Sweden | Beirut | Lebanon\nSuva | Fiji | Taipei | Taiwan\nSuva | Fiji | Tallinn | Estonia\nSuva | Fiji | Tashkent | Uzbekistan\nSuva | Fiji | Tbilisi | Georgia\nSuva | Fiji | Tegucigalpa | Honduras\nSuva | Fiji | Tehran | Iran\nSuva | Fiji | Thimphu | Bhutan\nSuva | Fiji | Tirana | Albania\nSuva | Fiji | Tokyo | Japan\nSuva | Fiji | Tripoli | Libya\nSuva | Fiji | Tunis | Tunisia\nSuva | Fiji | Vaduz | Liechtenstein\nSuva | Fiji | Valletta | Malta\nSuva | Fiji | Vienna | Austria\nSuva | Fiji | Vientiane | Laos\nSuva | Fiji | Vilnius | Lithuania\nSuva | Fiji | Warsaw | Poland\nSuva | Fiji | Windhoek | Namibia\nSuva | Fiji | Yerevan | Armenia\nSuva | Fiji | Zagreb | Croatia\nSuva | Fiji | Abuja | Nigeria\nSuva | Fiji | Accra | Ghana\nSuva | Fiji | Algiers | Algeria\nSuva | Fiji | Amman | Jordan\nSuva | Fiji | Ankara | Turkey\nSuva | Fiji | Antananarivo | Madagascar\nSuva | Fiji | Apia | Samoa\nSuva | Fiji | Ashgabat | Turkmenistan\nSuva | Fiji | Asmara | Eritrea\nSuva | Fiji | Astana | Kazakhstan\nSuva | Fiji | Athens | Greece\nSuva | Fiji | Baghdad | Iraq\nSuva | Fiji | Baku | Azerbaijan\nSuva | Fiji | Bamako | Mali\nSuva | Fiji | Bangkok | Thailand\nSuva | Fiji | Banjul | Gambia\nSuva | Fiji | Beijing | China\nSuva | Fiji | Beirut | Lebanon\nSuva | Fiji | Belgrade | Serbia\nTaipei | Taiwan | Tallinn | Estonia\nTaipei | Taiwan | Tashkent | Uzbekistan\nTaipei | Taiwan | Tbilisi | Georgia\nTaipei | Taiwan | Tegucigalpa | Honduras\nTaipei | Taiwan | Tehran | Iran\nTaipei | Taiwan | Thimphu | Bhutan\nTaipei | Taiwan | Tirana | Albania\nTaipei | Taiwan | Tokyo | Japan\nTaipei | Taiwan | Tripoli | Libya\nTaipei | Taiwan | Tunis | Tunisia\nTaipei | Taiwan | Vaduz | Liechtenstein\nTaipei | Taiwan | Valletta | Malta\nTaipei | Taiwan | Vienna | Austria\nTaipei | Taiwan | Vientiane | Laos\nTaipei | Taiwan | Vilnius | Lithuania\nTaipei | Taiwan | Warsaw | Poland\nTaipei | Taiwan | Windhoek | Namibia\nTaipei | Taiwan | Yerevan | Armenia\nTaipei | Taiwan | Zagreb | Croatia\nTaipei | Taiwan | Abuja | Nigeria\nTaipei | Taiwan | Accra | Ghana\nTaipei | Taiwan | Algiers | Algeria\nTaipei | Taiwan | Amman | Jordan\nTaipei | Taiwan | Ankara | Turkey\nTaipei | Taiwan | Antananarivo | Madagascar\nTaipei | Taiwan | Apia | Samoa\nTaipei | Taiwan | Ashgabat | Turkmenistan\nTaipei | Taiwan | Asmara | Eritrea\nTaipei | Taiwan | Astana | Kazakhstan\nTaipei | Taiwan | Athens | Greece\nTaipei | Taiwan | Baghdad | Iraq\nTaipei | Taiwan | Baku | Azerbaijan\nTaipei | Taiwan | Bamako | Mali\nTaipei | Taiwan | Bangkok | Thailand\nTaipei | Taiwan | Banjul | Gambia\nTaipei | Taiwan | Beijing | China\nTaipei | Taiwan | Beirut | Lebanon\nTaipei | Taiwan | Belgrade | Serbia\nTaipei | Taiwan | Belmopan | Belize\nTallinn | Estonia | Tashkent | Uzbekistan\nTallinn | Estonia | Tbilisi | Georgia\nTallinn | Estonia | Tegucigalpa | Honduras\nTallinn | Estonia | Tehran | Iran\nTallinn | Estonia | Thimphu | Bhutan\nTallinn | Estonia | Tirana | Albania\nTallinn | Estonia | Tokyo | Japan\nTallinn | Estonia | Tripoli | Libya\nTallinn | Estonia | Tunis | Tunisia\nTallinn | Estonia | Vaduz | Liechtenstein\nTallinn | Estonia | Valletta | Malta\nTallinn | Estonia | Vienna | Austria\nTallinn | Estonia | Vientiane | Laos\nTallinn | Estonia | Vilnius | Lithuania\nTallinn | Estonia | Warsaw | Poland\nTallinn | Estonia | Windhoek | Namibia\nTallinn | Estonia | Yerevan | Armenia\nTallinn | Estonia | Zagreb | Croatia\nTallinn | Estonia | Abuja | Nigeria\nTallinn | Estonia | Accra | Ghana\nTallinn | Estonia | Algiers | Algeria\nTallinn | Estonia | Amman | Jordan\nTallinn | Estonia | Ankara | Turkey\nTallinn | Estonia | Antananarivo | Madagascar\nTallinn | Estonia | Apia | Samoa\nTallinn | Estonia | Ashgabat | Turkmenistan\nTallinn | Estonia | Asmara | Eritrea\nTallinn | Estonia | Astana | Kazakhstan\nTallinn | Estonia | Athens | Greece\nTallinn | Estonia | Baghdad | Iraq\nTallinn | Estonia | Baku | Azerbaijan\nTallinn | Estonia | Bamako | Mali\nTallinn | Estonia | Bangkok | Thailand\nTallinn | Estonia | Banjul | Gambia\nTallinn | Estonia | Beijing | China\nTallinn | Estonia | Beirut | Lebanon\nTallinn | Estonia | Belgrade | Serbia\nTallinn | Estonia | Belmopan | Belize\nTallinn | Estonia | Berlin | Germany\nTashkent | Uzbekistan | Tbilisi | Georgia\nTashkent | Uzbekistan | Tegucigalpa | Honduras\nTashkent | Uzbekistan | Tehran | Iran\nTashkent | Uzbekistan | Thimphu | Bhutan\nTashkent | Uzbekistan | Tirana | Albania\nTashkent | Uzbekistan | Tokyo | Japan\nTashkent | Uzbekistan | Tripoli | Libya\nTashkent | Uzbekistan | Tunis | Tunisia\nTashkent | Uzbekistan | Vaduz | Liechtenstein\nTashkent | Uzbekistan | Valletta | Malta\nTashkent | Uzbekistan | Vienna | Austria\nTashkent | Uzbekistan | Vientiane | Laos\nTashkent | Uzbekistan | Vilnius | Lithuania\nTashkent | Uzbekistan | Warsaw | Poland\nTashkent | Uzbekistan | Windhoek | Namibia\nTashkent | Uzbekistan | Yerevan | Armenia\nTashkent | Uzbekistan | Zagreb | Croatia\nTashkent | Uzbekistan | Abuja | Nigeria\nTashkent | Uzbekistan | Accra | Ghana\nTashkent | Uzbekistan | Algiers | Algeria\nTashkent | Uzbekistan | Amman | Jordan\nTashkent | Uzbekistan | Ankara | Turkey\nTashkent | Uzbekistan | Antananarivo | Madagascar\nTashkent | Uzbekistan | Apia | Samoa\nTashkent | Uzbekistan | Ashgabat | Turkmenistan\nTashkent | Uzbekistan | Asmara | Eritrea\nTashkent | Uzbekistan | Astana | Kazakhstan\nTashkent | Uzbekistan | Athens | Greece\nTashkent | Uzbekistan | Baghdad | Iraq\nTashkent | Uzbekistan | Baku | Azerbaijan\nTashkent | Uzbekistan | Bamako | Mali\nTashkent | Uzbekistan | Bangkok | Thailand\nTashkent | Uzbekistan | Banjul | Gambia\nTashkent | Uzbekistan | Beijing | China\nTashkent | Uzbekistan | Beirut | Lebanon\nTashkent | Uzbekistan | Belgrade | Serbia\nTashkent | Uzbekistan | Belmopan | Belize\nTashkent | Uzbekistan | Berlin | Germany\nTashkent | Uzbekistan | Bern | Switzerland\nTbilisi | Georgia | Tegucigalpa | Honduras\nTbilisi | Georgia | Tehran | Iran\nTbilisi | Georgia | Thimphu | Bhutan\nTbilisi | Georgia | Tirana | Albania\nTbilisi | Georgia | Tokyo | Japan\nTbilisi | Georgia | Tripoli | Libya\nTbilisi | Georgia | Tunis | Tunisia\nTbilisi | Georgia | Vaduz | Liechtenstein\nTbilisi | Georgia | Valletta | Malta\nTbilisi | Georgia | Vienna | Austria\nTbilisi | Georgia | Vientiane | Laos\nTbilisi | Georgia | Vilnius | Lithuania\nTbilisi | Georgia | Warsaw | Poland\nTbilisi | Georgia | Windhoek | Namibia\nTbilisi | Georgia | Yerevan | Armenia\nTbilisi | Georgia | Zagreb | Croatia\nTbilisi | Georgia | Abuja | Nigeria\nTbilisi | Georgia | Accra | Ghana\nTbilisi | Georgia | Algiers | Algeria\nTbilisi | Georgia | Amman | Jordan\nTbilisi | Georgia | Ankara | Turkey\nTbilisi | Georgia | Antananarivo | Madagascar\nTbilisi | Georgia | Apia | Samoa\nTbilisi | Georgia | Ashgabat | Turkmenistan\nTbilisi | Georgia | Asmara | Eritrea\nTbilisi | Georgia | Astana | Kazakhstan\nTbilisi | Georgia | Athens | Greece\nTbilisi | Georgia | Baghdad | Iraq\nTbilisi | Georgia | Baku | Azerbaijan\nTbilisi | Georgia | Bamako | Mali\nTbilisi | Georgia | Bangkok | Thailand\nTbilisi | Georgia | Banjul | Gambia\nTbilisi | Georgia | Beijing | China\nTbilisi | Georgia | Beirut | Lebanon\nTbilisi | Georgia | Belgrade | Serbia\nTbilisi | Georgia | Belmopan | Belize\nTbilisi | Georgia | Berlin | Germany\nTbilisi | Georgia | Bern | Switzerland\nTbilisi | Georgia | Bishkek | Kyrgyzstan\nTegucigalpa | Honduras | Tehran | Iran\nTegucigalpa | Honduras | Thimphu | Bhutan\nTegucigalpa | Honduras | Tirana | Albania\nTegucigalpa | Honduras | Tokyo | Japan\nTegucigalpa | Honduras | Tripoli | Libya\nTegucigalpa | Honduras | Tunis | Tunisia\nTegucigalpa | Honduras | Vaduz | Liechtenstein\nTegucigalpa | Honduras | Valletta | Malta\nTegucigalpa | Honduras | Vienna | Austria\nTegucigalpa | Honduras | Vientiane | Laos\nTegucigalpa | Honduras | Vilnius | Lithuania\nTegucigalpa | Honduras | Warsaw | Poland\nTegucigalpa | Honduras | Windhoek | Namibia\nTegucigalpa | Honduras | Yerevan | Armenia\nTegucigalpa | Honduras | Zagreb | Croatia\nTegucigalpa | Honduras | Abuja | Nigeria\nTegucigalpa | Honduras | Accra | Ghana\nTegucigalpa | Honduras | Algiers | Algeria\nTegucigalpa | Honduras | Amman | Jordan\nTegucigalpa | Honduras | Ankara | Turkey\nTegucigalpa | Honduras | Antananarivo | Madagascar\nTegucigalpa | Honduras | Apia | Samoa\nTegucigalpa | Honduras | Ashgabat | Turkmenistan\nTegucigalpa | Honduras | Asmara | Eritrea\nTegucigalpa | Honduras | Astana | Kazakhstan\nTegucigalpa | Honduras | Athens | Greece\nTegucigalpa | Honduras | Baghdad | Iraq\nTegucigalpa | Honduras | Baku | Azerbaijan\nTegucigalpa | Honduras | Bamako | Mali\nTegucigalpa | Honduras | Bangkok | Thailand\nTegucigalpa | Honduras | Banjul | Gambia\nTegucigalpa | Honduras | Beijing | China\nTegucigalpa | Honduras | Beirut | Lebanon\nTegucigalpa | Honduras | Belgrade | Serbia\nTegucigalpa | Honduras | Belmopan | Belize\nTegucigalpa | Honduras | Berlin | Germany\nTegucigalpa | Honduras | Bern | Switzerland\nTegucigalpa | Honduras | Bishkek | Kyrgyzstan\nTegucigalpa | Honduras | Bratislava | Slovakia\nTehran | Iran | Thimphu | Bhutan\nTehran | Iran | Tirana | Albania\nTehran | Iran | Tokyo | Japan\nTehran | Iran | Tripoli | Libya\nTehran | Iran | Tunis | Tunisia\nTehran | Iran | Vaduz | Liechtenstein\nTehran | Iran | Valletta | Malta\nTehran | Iran | Vienna | Austria\nTehran | Iran | Vientiane | Laos\nTehran | Iran | Vilnius | Lithuania\nTehran | Iran | Warsaw | Poland\nTehran | Iran | Windhoek | Namibia\nTehran | Iran | Yerevan | Armenia\nTehran | Iran | Zagreb | Croatia\nTehran | Iran | Abuja | Nigeria\nTehran | Iran | Accra | Ghana\nTehran | Iran | Algiers | Algeria\nTehran | Iran | Amman | Jordan\nTehran | Iran | Ankara | Turkey\nTehran | Iran | Antananarivo | Madagascar\nTehran | Iran | Apia | Samoa\nTehran | Iran | Ashgabat | Turkmenistan\nTehran | Iran | Asmara | Eritrea\nTehran | Iran | Astana | Kazakhstan\nTehran | Iran | Athens | Greece\nTehran | Iran | Baghdad | Iraq\nTehran | Iran | Baku | Azerbaijan\nTehran | Iran | Bamako | Mali\nTehran | Iran | Bangkok | Thailand\nTehran | Iran | Banjul | Gambia\nTehran | Iran | Beijing | China\nTehran | Iran | Beirut | Lebanon\nTehran | Iran | Belgrade | Serbia\nTehran | Iran | Belmopan | Belize\nTehran | Iran | Berlin | Germany\nTehran | Iran | Bern | Switzerland\nTehran | Iran | Bishkek | Kyrgyzstan\nTehran | Iran | Bratislava | Slovakia\nTehran | Iran | Brussels | Belgium\nThimphu | Bhutan | Tirana | Albania\nThimphu | Bhutan | Tokyo | Japan\nThimphu | Bhutan | Tripoli | Libya\nThimphu | Bhutan | Tunis | Tunisia\nThimphu | Bhutan | Vaduz | Liechtenstein\nThimphu | Bhutan | Valletta | Malta\nThimphu | Bhutan | Vienna | Austria\nThimphu | Bhutan | Vientiane | Laos\nThimphu | Bhutan | Vilnius | Lithuania\nThimphu | Bhutan | Warsaw | Poland\nThimphu | Bhutan | Windhoek | Namibia\nThimphu | Bhutan | Yerevan | Armenia\nThimphu | Bhutan | Zagreb | Croatia\nThimphu | Bhutan | Abuja | Nigeria\nThimphu | Bhutan | Accra | Ghana\nThimphu | Bhutan | Algiers | Algeria\nThimphu | Bhutan | Amman | Jordan\nThimphu | Bhutan | Ankara | Turkey\nThimphu | Bhutan | Antananarivo | Madagascar\nThimphu | Bhutan | Apia | Samoa\nThimphu | Bhutan | Ashgabat | Turkmenistan\nThimphu | Bhutan | Asmara | Eritrea\nThimphu | Bhutan | Astana | Kazakhstan\nThimphu | Bhutan | Athens | Greece\nThimphu | Bhutan | Baghdad | Iraq\nThimphu | Bhutan | Baku | Azerbaijan\nThimphu | Bhutan | Bamako | Mali\nThimphu | Bhutan | Bangkok | Thailand\nThimphu | Bhutan | Banjul | Gambia\nThimphu | Bhutan | Beijing | China\nThimphu | Bhutan | Beirut | Lebanon\nThimphu | Bhutan | Belgrade | Serbia\nThimphu | Bhutan | Belmopan | Belize\nThimphu | Bhutan | Berlin | Germany\nThimphu | Bhutan | Bern | Switzerland\nThimphu | Bhutan | Bishkek | Kyrgyzstan\nThimphu | Bhutan | Bratislava | Slovakia\nThimphu | Bhutan | Brussels | Belgium\nThimphu | Bhutan | Bucharest | Romania\nTirana | Albania | Tokyo | Japan\nTirana | Albania | Tripoli | Libya\nTirana | Albania | Tunis | Tunisia\nTirana | Albania | Vaduz | Liechtenstein\nTirana | Albania | Valletta | Malta\nTirana | Albania | Vienna | Austria\nTirana | Albania | Vientiane | Laos\nTirana | Albania | Vilnius | Lithuania\nTirana | Albania | Warsaw | Poland\nTirana | Albania | Windhoek | Namibia\nTirana | Albania | Yerevan | Armenia\nTirana | Albania | Zagreb | Croatia\nTirana | Albania | Abuja | Nigeria\nTirana | Albania | Accra | Ghana\nTirana | Albania | Algiers | Algeria\nTirana | Albania | Amman | Jordan\nTirana | Albania | Ankara | Turkey\nTirana | Albania | Antananarivo | Madagascar\nTirana | Albania | Apia | Samoa\nTirana | Albania | Ashgabat | Turkmenistan\nTirana | Albania | Asmara | Eritrea\nTirana | Albania | Astana | Kazakhstan\nTirana | Albania | Athens | Greece\nTirana | Albania | Baghdad | Iraq\nTirana | Albania | Baku | Azerbaijan\nTirana | Albania | Bamako | Mali\nTirana | Albania | Bangkok | Thailand\nTirana | Albania | Banjul | Gambia\nTirana | Albania | Beijing | China\nTirana | Albania | Beirut | Lebanon\nTirana | Albania | Belgrade | Serbia\nTirana | Albania | Belmopan | Belize\nTirana | Albania | Berlin | Germany\nTirana | Albania | Bern | Switzerland\nTirana | Albania | Bishkek | Kyrgyzstan\nTirana | Albania | Bratislava | Slovakia\nTirana | Albania | Brussels | Belgium\nTirana | Albania | Bucharest | Romania\nTirana | Albania | Budapest | Hungary\nTokyo | Japan | Tripoli | Libya\nTokyo | Japan | Tunis | Tunisia\nTokyo | Japan | Vaduz | Liechtenstein\nTokyo | Japan | Valletta | Malta\nTokyo | Japan | Vienna | Austria\nTokyo | Japan | Vientiane | Laos\nTokyo | Japan | Vilnius | Lithuania\nTokyo | Japan | Warsaw | Poland\nTokyo | Japan | Windhoek | Namibia\nTokyo | Japan | Yerevan | Armenia\nTokyo | Japan | Zagreb | Croatia\nTokyo | Japan | Abuja | Nigeria\nTokyo | Japan | Accra | Ghana\nTokyo | Japan | Algiers | Algeria\nTokyo | Japan | Amman | Jordan\nTokyo | Japan | Ankara | Turkey\nTokyo | Japan | Antananarivo | Madagascar\nTokyo | Japan | Apia | Samoa\nTokyo | Japan | Ashgabat | Turkmenistan\nTokyo | Japan | Asmara | Eritrea\nTokyo | Japan | Astana | Kazakhstan\nTokyo | Japan | Athens | Greece\nTokyo | Japan | Baghdad | Iraq\nTokyo | Japan | Baku | Azerbaijan\nTokyo | Japan | Bamako | Mali\nTokyo | Japan | Bangkok | Thailand\nTokyo | Japan | Banjul | Gambia\nTokyo | Japan | Beijing | China\nTokyo | Japan | Beirut | Lebanon\nTokyo | Japan | Belgrade | Serbia\nTokyo | Japan | Belmopan | Belize\nTokyo | Japan | Berlin | Germany\nTokyo | Japan | Bern | Switzerland\nTokyo | Japan | Bishkek | Kyrgyzstan\nTokyo | Japan | Bratislava | Slovakia\nTokyo | Japan | Brussels | Belgium\nTokyo | Japan | Bucharest | Romania\nTokyo | Japan | Budapest | Hungary\nTokyo | Japan | Bujumbura | Burundi\nTripoli | Libya | Tunis | Tunisia\nTripoli | Libya | Vaduz | Liechtenstein\nTripoli | Libya | Valletta | Malta\nTripoli | Libya | Vienna | Austria\nTripoli | Libya | Vientiane | Laos\nTripoli | Libya | Vilnius | Lithuania\nTripoli | Libya | Warsaw | Poland\nTripoli | Libya | Windhoek | Namibia\nTripoli | Libya | Yerevan | Armenia\nTripoli | Libya | Zagreb | Croatia\nTripoli | Libya | Abuja | Nigeria\nTripoli | Libya | Accra | Ghana\nTripoli | Libya | Algiers | Algeria\nTripoli | Libya | Amman | Jordan\nTripoli | Libya | Ankara | Turkey\nTripoli | Libya | Antananarivo | Madagascar\nTripoli | Libya | Apia | Samoa\nTripoli | Libya | Ashgabat | Turkmenistan\nTripoli | Libya | Asmara | Eritrea\nTripoli | Libya | Astana | Kazakhstan\nTripoli | Libya | Athens | Greece\nTripoli | Libya | Baghdad | Iraq\nTripoli | Libya | Baku | Azerbaijan\nTripoli | Libya | Bamako | Mali\nTripoli | Libya | Bangkok | Thailand\nTripoli | Libya | Banjul | Gambia\nTripoli | Libya | Beijing | China\nTripoli | Libya | Beirut | Lebanon\nTripoli | Libya | Belgrade | Serbia\nTripoli | Libya | Belmopan | Belize\nTripoli | Libya | Berlin | Germany\nTripoli | Libya | Bern | Switzerland\nTripoli | Libya | Bishkek | Kyrgyzstan\nTripoli | Libya | Bratislava | Slovakia\nTripoli | Libya | Brussels | Belgium\nTripoli | Libya | Bucharest | Romania\nTripoli | Libya | Budapest | Hungary\nTripoli | Libya | Bujumbura | Burundi\nTripoli | Libya | Cairo | Egypt\nTunis | Tunisia | Vaduz | Liechtenstein\nTunis | Tunisia | Valletta | Malta\nTunis | Tunisia | Vienna | Austria\nTunis | Tunisia | Vientiane | Laos\nTunis | Tunisia | Vilnius | Lithuania\nTunis | Tunisia | Warsaw | Poland\nTunis | Tunisia | Windhoek | Namibia\nTunis | Tunisia | Yerevan | Armenia\nTunis | Tunisia | Zagreb | Croatia\nTunis | Tunisia | Abuja | Nigeria\nTunis | Tunisia | Accra | Ghana\nTunis | Tunisia | Algiers | Algeria\nTunis | Tunisia | Amman | Jordan\nTunis | Tunisia | Ankara | Turkey\nTunis | Tunisia | Antananarivo | Madagascar\nTunis | Tunisia | Apia | Samoa\nTunis | Tunisia | Ashgabat | Turkmenistan\nTunis | Tunisia | Asmara | Eritrea\nTunis | Tunisia | Astana | Kazakhstan\nTunis | Tunisia | Athens | Greece\nTunis | Tunisia | Baghdad | Iraq\nTunis | Tunisia | Baku | Azerbaijan\nTunis | Tunisia | Bamako | Mali\nTunis | Tunisia | Bangkok | Thailand\nTunis | Tunisia | Banjul | Gambia\nTunis | Tunisia | Beijing | China\nTunis | Tunisia | Beirut | Lebanon\nTunis | Tunisia | Belgrade | Serbia\nTunis | Tunisia | Belmopan | Belize\nTunis | Tunisia | Berlin | Germany\nTunis | Tunisia | Bern | Switzerland\nTunis | Tunisia | Bishkek | Kyrgyzstan\nTunis | Tunisia | Bratislava | Slovakia\nTunis | Tunisia | Brussels | Belgium\nTunis | Tunisia | Bucharest | Romania\nTunis | Tunisia | Budapest | Hungary\nTunis | Tunisia | Bujumbura | Burundi\nTunis | Tunisia | Cairo | Egypt\nTunis | Tunisia | Canberra | Australia\nVaduz | Liechtenstein | Valletta | Malta\nVaduz | Liechtenstein | Vienna | Austria\nVaduz | Liechtenstein | Vientiane | Laos\nVaduz | Liechtenstein | Vilnius | Lithuania\nVaduz | Liechtenstein | Warsaw | Poland\nVaduz | Liechtenstein | Windhoek | Namibia\nVaduz | Liechtenstein | Yerevan | Armenia\nVaduz | Liechtenstein | Zagreb | Croatia\nVaduz | Liechtenstein | Abuja | Nigeria\nVaduz | Liechtenstein | Accra | Ghana\nVaduz | Liechtenstein | Algiers | Algeria\nVaduz | Liechtenstein | Amman | Jordan\nVaduz | Liechtenstein | Ankara | Turkey\nVaduz | Liechtenstein | Antananarivo | Madagascar\nVaduz | Liechtenstein | Apia | Samoa\nVaduz | Liechtenstein | Ashgabat | Turkmenistan\nVaduz | Liechtenstein | Asmara | Eritrea\nVaduz | Liechtenstein | Astana | Kazakhstan\nVaduz | Liechtenstein | Athens | Greece\nVaduz | Liechtenstein | Baghdad | Iraq\nVaduz | Liechtenstein | Baku | Azerbaijan\nVaduz | Liechtenstein | Bamako | Mali\nVaduz | Liechtenstein | Bangkok | Thailand\nVaduz | Liechtenstein | Banjul | Gambia\nVaduz | Liechtenstein | Beijing | China\nVaduz | Liechtenstein | Beirut | Lebanon\nVaduz | Liechtenstein | Belgrade | Serbia\nVaduz | Liechtenstein | Belmopan | Belize\nVaduz | Liechtenstein | Berlin | Germany\nVaduz | Liechtenstein | Bern | Switzerland\nVaduz | Liechtenstein | Bishkek | Kyrgyzstan\nVaduz | Liechtenstein | Bratislava | Slovakia\nVaduz | Liechtenstein | Brussels | Belgium\nVaduz | Liechtenstein | Bucharest | Romania\nVaduz | Liechtenstein | Budapest | Hungary\nVaduz | Liechtenstein | Bujumbura | Burundi\nVaduz | Liechtenstein | Cairo | Egypt\nVaduz | Liechtenstein | Canberra | Australia\nVaduz | Liechtenstein | Caracas | Venezuela\nValletta | Malta | Vienna | Austria\nValletta | Malta | Vientiane | Laos\nValletta | Malta | Vilnius | Lithuania\nValletta | Malta | Warsaw | Poland\nValletta | Malta | Windhoek | Namibia\nValletta | Malta | Yerevan | Armenia\nValletta | Malta | Zagreb | Croatia\nValletta | Malta | Abuja | Nigeria\nValletta | Malta | Accra | Ghana\nValletta | Malta | Algiers | Algeria\nValletta | Malta | Amman | Jordan\nValletta | Malta | Ankara | Turkey\nValletta | Malta | Antananarivo | Madagascar\nValletta | Malta | Apia | Samoa\nValletta | Malta | Ashgabat | Turkmenistan\nValletta | Malta | Asmara | Eritrea\nValletta | Malta | Astana | Kazakhstan\nValletta | Malta | Athens | Greece\nValletta | Malta | Baghdad | Iraq\nValletta | Malta | Baku | Azerbaijan\nValletta | Malta | Bamako | Mali\nValletta | Malta | Bangkok | Thailand\nValletta | Malta | Banjul | Gambia\nValletta | Malta | Beijing | China\nValletta | Malta | Beirut | Lebanon\nValletta | Malta | Belgrade | Serbia\nValletta | Malta | Belmopan | Belize\nValletta | Malta | Berlin | Germany\nValletta | Malta | Bern | Switzerland\nValletta | Malta | Bishkek | Kyrgyzstan\nValletta | Malta | Bratislava | Slovakia\nValletta | Malta | Brussels | Belgium\nValletta | Malta | Bucharest | Romania\nValletta | Malta | Budapest | Hungary\nValletta | Malta | Bujumbura | Burundi\nValletta | Malta | Cairo | Egypt\nValletta | Malta | Canberra | Australia\nValletta | Malta | Caracas | Venezuela\nValletta | Malta | Chisinau | Moldova\nVienna | Austria | Vientiane | Laos\nVienna | Austria | Vilnius | Lithuania\nVienna | Austria | Warsaw | Poland\nVienna | Austria | Windhoek | Namibia\nVienna | Austria | Yerevan | Armenia\nVienna | Austria | Zagreb | Croatia\nVienna | Austria | Abuja | Nigeria\nVienna | Austria | Accra | Ghana\nVienna | Austria | Algiers | Algeria\nVienna | Austria | Amman | Jordan\nVienna | Austria | Ankara | Turkey\nVienna | Austria | Antananarivo | Madagascar\nVienna | Austria | Apia | Samoa\nVienna | Austria | Ashgabat | Turkmenistan\nVienna | Austria | Asmara | Eritrea\nVienna | Austria | Astana | Kazakhstan\nVienna | Austria | Athens | Greece\nVienna | Austria | Baghdad | Iraq\nVienna | Austria | Baku | Azerbaijan\nVienna | Austria | Bamako | Mali\nVienna | Austria | Bangkok | Thailand\nVienna | Austria | Banjul | Gambia\nVienna | Austria | Beijing | China\nVienna | Austria | Beirut | Lebanon\nVienna | Austria | Belgrade | Serbia\nVienna | Austria | Belmopan | Belize\nVienna | Austria | Berlin | Germany\nVienna | Austria | Bern | Switzerland\nVienna | Austria | Bishkek | Kyrgyzstan\nVienna | Austria | Bratislava | Slovakia\nVienna | Austria | Brussels | Belgium\nVienna | Austria | Bucharest | Romania\nVienna | Austria | Budapest | Hungary\nVienna | Austria | Bujumbura | Burundi\nVienna | Austria | Cairo | Egypt\nVienna | Austria | Canberra | Australia\nVienna | Austria | Caracas | Venezuela\nVienna | Austria | Chisinau | Moldova\nVienna | Austria | Conakry | Guinea\nVientiane | Laos | Vilnius | Lithuania\nVientiane | Laos | Warsaw | Poland\nVientiane | Laos | Windhoek | Namibia\nVientiane | Laos | Yerevan | Armenia\nVientiane | Laos | Zagreb | Croatia\nVientiane | Laos | Abuja | Nigeria\nVientiane | Laos | Accra | Ghana\nVientiane | Laos | Algiers | Algeria\nVientiane | Laos | Amman | Jordan\nVientiane | Laos | Ankara | Turkey\nVientiane | Laos | Antananarivo | Madagascar\nVientiane | Laos | Apia | Samoa\nVientiane | Laos | Ashgabat | Turkmenistan\nVientiane | Laos | Asmara | Eritrea\nVientiane | Laos | Astana | Kazakhstan\nVientiane | Laos | Athens | Greece\nVientiane | Laos | Baghdad | Iraq\nVientiane | Laos | Baku | Azerbaijan\nVientiane | Laos | Bamako | Mali\nVientiane | Laos | Bangkok | Thailand\nVientiane | Laos | Banjul | Gambia\nVientiane | Laos | Beijing | China\nVientiane | Laos | Beirut | Lebanon\nVientiane | Laos | Belgrade | Serbia\nVientiane | Laos | Belmopan | Belize\nVientiane | Laos | Berlin | Germany\nVientiane | Laos | Bern | Switzerland\nVientiane | Laos | Bishkek | Kyrgyzstan\nVientiane | Laos | Bratislava | Slovakia\nVientiane | Laos | Brussels | Belgium\nVientiane | Laos | Bucharest | Romania\nVientiane | Laos | Budapest | Hungary\nVientiane | Laos | Bujumbura | Burundi\nVientiane | Laos | Cairo | Egypt\nVientiane | Laos | Canberra | Australia\nVientiane | Laos | Caracas | Venezuela\nVientiane | Laos | Chisinau | Moldova\nVientiane | Laos | Conakry | Guinea\nVientiane | Laos | Copenhagen | Denmark\nVilnius | Lithuania | Warsaw | Poland\nVilnius | Lithuania | Windhoek | Namibia\nVilnius | Lithuania | Yerevan | Armenia\nVilnius | Lithuania | Zagreb | Croatia\nVilnius | Lithuania | Abuja | Nigeria\nVilnius | Lithuania | Accra | Ghana\nVilnius | Lithuania | Algiers | Algeria\nVilnius | Lithuania | Amman | Jordan\nVilnius | Lithuania | Ankara | Turkey\nVilnius | Lithuania | Antananarivo | Madagascar\nVilnius | Lithuania | Apia | Samoa\nVilnius | Lithuania | Ashgabat | Turkmenistan\nVilnius | Lithuania | Asmara | Eritrea\nVilnius | Lithuania | Astana | Kazakhstan\nVilnius | Lithuania | Athens | Greece\nVilnius | Lithuania | Baghdad | Iraq\nVilnius | Lithuania | Baku | Azerbaijan\nVilnius | Lithuania | Bamako | Mali\nVilnius | Lithuania | Bangkok | Thailand\nVilnius | Lithuania | Banjul | Gambia\nVilnius | Lithuania | Beijing | China\nVilnius | Lithuania | Beirut | Lebanon\nVilnius | Lithuania | Belgrade | Serbia\nVilnius | Lithuania | Belmopan | Belize\nVilnius | Lithuania | Berlin | Germany\nVilnius | Lithuania | Bern | Switzerland\nVilnius | Lithuania | Bishkek | Kyrgyzstan\nVilnius | Lithuania | Bratislava | Slovakia\nVilnius | Lithuania | Brussels | Belgium\nVilnius | Lithuania | Bucharest | Romania\nVilnius | Lithuania | Budapest | Hungary\nVilnius | Lithuania | Bujumbura | Burundi\nVilnius | Lithuania | Cairo | Egypt\nVilnius | Lithuania | Canberra | Australia\nVilnius | Lithuania | Caracas | Venezuela\nVilnius | Lithuania | Chisinau | Moldova\nVilnius | Lithuania | Conakry | Guinea\nVilnius | Lithuania | Copenhagen | Denmark\nVilnius | Lithuania | Dakar | Senegal\nWarsaw | Poland | Windhoek | Namibia\nWarsaw | Poland | Yerevan | Armenia\nWarsaw | Poland | Zagreb | Croatia\nWarsaw | Poland | Abuja | Nigeria\nWarsaw | Poland | Accra | Ghana\nWarsaw | Poland | Algiers | Algeria\nWarsaw | Poland | Amman | Jordan\nWarsaw | Poland | Ankara | Turkey\nWarsaw | Poland | Antananarivo | Madagascar\nWarsaw | Poland | Apia | Samoa\nWarsaw | Poland | Ashgabat | Turkmenistan\nWarsaw | Poland | Asmara | Eritrea\nWarsaw | Poland | Astana | Kazakhstan\nWarsaw | Poland | Athens | Greece\nWarsaw | Poland | Baghdad | Iraq\nWarsaw | Poland | Baku | Azerbaijan\nWarsaw | Poland | Bamako | Mali\nWarsaw | Poland | Bangkok | Thailand\nWarsaw | Poland | Banjul | Gambia\nWarsaw | Poland | Beijing | China\nWarsaw | Poland | Beirut | Lebanon\nWarsaw | Poland | Belgrade | Serbia\nWarsaw | Poland | Belmopan | Belize\nWarsaw | Poland | Berlin | Germany\nWarsaw | Poland | Bern | Switzerland\nWarsaw | Poland | Bishkek | Kyrgyzstan\nWarsaw | Poland | Bratislava | Slovakia\nWarsaw | Poland | Brussels | Belgium\nWarsaw | Poland | Bucharest | Romania\nWarsaw | Poland | Budapest | Hungary\nWarsaw | Poland | Bujumbura | Burundi\nWarsaw | Poland | Cairo | Egypt\nWarsaw | Poland | Canberra | Australia\nWarsaw | Poland | Caracas | Venezuela\nWarsaw | Poland | Chisinau | Moldova\nWarsaw | Poland | Conakry | Guinea\nWarsaw | Poland | Copenhagen | Denmark\nWarsaw | Poland | Dakar | Senegal\nWarsaw | Poland | Damascus | Syria\nWindhoek | Namibia | Yerevan | Armenia\nWindhoek | Namibia | Zagreb | Croatia\nWindhoek | Namibia | Abuja | Nigeria\nWindhoek | Namibia | Accra | Ghana\nWindhoek | Namibia | Algiers | Algeria\nWindhoek | Namibia | Amman | Jordan\nWindhoek | Namibia | Ankara | Turkey\nWindhoek | Namibia | Antananarivo | Madagascar\nWindhoek | Namibia | Apia | Samoa\nWindhoek | Namibia | Ashgabat | Turkmenistan\nWindhoek | Namibia | Asmara | Eritrea\nWindhoek | Namibia | Astana | Kazakhstan\nWindhoek | Namibia | Athens | Greece\nWindhoek | Namibia | Baghdad | Iraq\nWindhoek | Namibia | Baku | Azerbaijan\nWindhoek | Namibia | Bamako | Mali\nWindhoek | Namibia | Bangkok | Thailand\nWindhoek | Namibia | Banjul | Gambia\nWindhoek | Namibia | Beijing | China\nWindhoek | Namibia | Beirut | Lebanon\nWindhoek | Namibia | Belgrade | Serbia\nWindhoek | Namibia | Belmopan | Belize\nWindhoek | Namibia | Berlin | Germany\nWindhoek | Namibia | Bern | Switzerland\nWindhoek | Namibia | Bishkek | Kyrgyzstan\nWindhoek | Namibia | Bratislava | Slovakia\nWindhoek | Namibia | Brussels | Belgium\nWindhoek | Namibia | Bucharest | Romania\nWindhoek | Namibia | Budapest | Hungary\nWindhoek | Namibia | Bujumbura | Burundi\nWindhoek | Namibia | Cairo | Egypt\nWindhoek | Namibia | Canberra | Australia\nWindhoek | Namibia | Caracas | Venezuela\nWindhoek | Namibia | Chisinau | Moldova\nWindhoek | Namibia | Conakry | Guinea\nWindhoek | Namibia | Copenhagen | Denmark\nWindhoek | Namibia | Dakar | Senegal\nWindhoek | Namibia | Damascus | Syria\nWindhoek | Namibia | Dhaka | Bangladesh\nYerevan | Armenia | Zagreb | Croatia\nYerevan | Armenia | Abuja | Nigeria\nYerevan | Armenia | Accra | Ghana\nYerevan | Armenia | Algiers | Algeria\nYerevan | Armenia | Amman | Jordan\nYerevan | Armenia | Ankara | Turkey\nYerevan | Armenia | Antananarivo | Madagascar\nYerevan | Armenia | Apia | Samoa\nYerevan | Armenia | Ashgabat | Turkmenistan\nYerevan | Armenia | Asmara | Eritrea\nYerevan | Armenia | Astana | Kazakhstan\nYerevan | Armenia | Athens | Greece\nYerevan | Armenia | Baghdad | Iraq\nYerevan | Armenia | Baku | Azerbaijan\nYerevan | Armenia | Bamako | Mali\nYerevan | Armenia | Bangkok | Thailand\nYerevan | Armenia | Banjul | Gambia\nYerevan | Armenia | Beijing | China\nYerevan | Armenia | Beirut | Lebanon\nYerevan | Armenia | Belgrade | Serbia\nYerevan | Armenia | Belmopan | Belize\nYerevan | Armenia | Berlin | Germany\nYerevan | Armenia | Bern | Switzerland\nYerevan | Armenia | Bishkek | Kyrgyzstan\nYerevan | Armenia | Bratislava | Slovakia\nYerevan | Armenia | Brussels | Belgium\nYerevan | Armenia | Bucharest | Romania\nYerevan | Armenia | Budapest | Hungary\nYerevan | Armenia | Bujumbura | Burundi\nYerevan | Armenia | Cairo | Egypt\nYerevan | Armenia | Canberra | Australia\nYerevan | Armenia | Caracas | Venezuela\nYerevan | Armenia | Chisinau | Moldova\nYerevan | Armenia | Conakry | Guinea\nYerevan | Armenia | Copenhagen | Denmark\nYerevan | Armenia | Dakar | Senegal\nYerevan | Armenia | Damascus | Syria\nYerevan | Armenia | Dhaka | Bangladesh\nYerevan | Armenia | Doha | Qatar\nZagreb | Croatia | Abuja | Nigeria\nZagreb | Croatia | Accra | Ghana\nZagreb | Croatia | Algiers | Algeria\nZagreb | Croatia | Amman | Jordan\nZagreb | Croatia | Ankara | Turkey\nZagreb | Croatia | Antananarivo | Madagascar\nZagreb | Croatia | Apia | Samoa\nZagreb | Croatia | Ashgabat | Turkmenistan\nZagreb | Croatia | Asmara | Eritrea\nZagreb | Croatia | Astana | Kazakhstan\nZagreb | Croatia | Athens | Greece\nZagreb | Croatia | Baghdad | Iraq\nZagreb | Croatia | Baku | Azerbaijan\nZagreb | Croatia | Bamako | Mali\nZagreb | Croatia | Bangkok | Thailand\nZagreb | Croatia | Banjul | Gambia\nZagreb | Croatia | Beijing | China\nZagreb | Croatia | Beirut | Lebanon\nZagreb | Croatia | Belgrade | Serbia\nZagreb | Croatia | Belmopan | Belize\nZagreb | Croatia | Berlin | Germany\nZagreb | Croatia | Bern | Switzerland\nZagreb | Croatia | Bishkek | Kyrgyzstan\nZagreb | Croatia | Bratislava | Slovakia\nZagreb | Croatia | Brussels | Belgium\nZagreb | Croatia | Bucharest | Romania\nZagreb | Croatia | Budapest | Hungary\nZagreb | Croatia | Bujumbura | Burundi\nZagreb | Croatia | Cairo | Egypt\nZagreb | Croatia | Canberra | Australia\nZagreb | Croatia | Caracas | Venezuela\nZagreb | Croatia | Chisinau | Moldova\nZagreb | Croatia | Conakry | Guinea\nZagreb | Croatia | Copenhagen | Denmark\nZagreb | Croatia | Dakar | Senegal\nZagreb | Croatia | Damascus | Syria\nZagreb | Croatia | Dhaka | Bangladesh\nZagreb | Croatia | Doha | Qatar\nZagreb | Croatia | Dublin | Ireland\n: | currency\nAlgeria | dinar | Angola | kwanza\nAlgeria | dinar | Argentina | peso\nAlgeria | dinar | Armenia | dram\nAlgeria | dinar | Brazil | real\nAlgeria | dinar | Bulgaria | lev\nAlgeria | dinar | Cambodia | riel\nAlgeria | dinar | Canada | dollar\nAlgeria | dinar | Croatia | kuna\nAlgeria | dinar | Denmark | krone\nAlgeria | dinar | Europe | euro\nAlgeria | dinar | Hungary | forint\nAlgeria | dinar | India | rupee\nAlgeria | dinar | Iran | rial\nAlgeria | dinar | Japan | yen\nAlgeria | dinar | Korea | won\nAlgeria | dinar | Latvia | lats\nAlgeria | dinar | Lithuania | litas\nAlgeria | dinar | Macedonia | denar\nAlgeria | dinar | Malaysia | ringgit\nAlgeria | dinar | Mexico | peso\nAlgeria | dinar | Nigeria | naira\nAlgeria | dinar | Poland | zloty\nAlgeria | dinar | Romania | leu\nAlgeria | dinar | Russia | ruble\nAlgeria | dinar | Sweden | krona\nAlgeria | dinar | Thailand | baht\nAlgeria | dinar | Ukraine | hryvnia\nAlgeria | dinar | USA | dollar\nAlgeria | dinar | Vietnam | dong\nAngola | kwanza | Argentina | peso\nAngola | kwanza | Armenia | dram\nAngola | kwanza | Brazil | real\nAngola | kwanza | Bulgaria | lev\nAngola | kwanza | Cambodia | riel\nAngola | kwanza | Canada | dollar\nAngola | kwanza | Croatia | kuna\nAngola | kwanza | Denmark | krone\nAngola | kwanza | Europe | euro\nAngola | kwanza | Hungary | forint\nAngola | kwanza | India | rupee\nAngola | kwanza | Iran | rial\nAngola | kwanza | Japan | yen\nAngola | kwanza | Korea | won\nAngola | kwanza | Latvia | lats\nAngola | kwanza | Lithuania | litas\nAngola | kwanza | Macedonia | denar\nAngola | kwanza | Malaysia | ringgit\nAngola | kwanza | Mexico | peso\nAngola | kwanza | Nigeria | naira\nAngola | kwanza | Poland | zloty\nAngola | kwanza | Romania | leu\nAngola | kwanza | Russia | ruble\nAngola | kwanza | Sweden | krona\nAngola | kwanza | Thailand | baht\nAngola | kwanza | Ukraine | hryvnia\nAngola | kwanza | USA | dollar\nAngola | kwanza | Vietnam | dong\nAngola | kwanza | Algeria | dinar\nArgentina | peso | Armenia | dram\nArgentina | peso | Brazil | real\nArgentina | peso | Bulgaria | lev\nArgentina | peso | Cambodia | riel\nArgentina | peso | Canada | dollar\nArgentina | peso | Croatia | kuna\nArgentina | peso | Denmark | krone\nArgentina | peso | Europe | euro\nArgentina | peso | Hungary | forint\nArgentina | peso | India | rupee\nArgentina | peso | Iran | rial\nArgentina | peso | Japan | yen\nArgentina | peso | Korea | won\nArgentina | peso | Latvia | lats\nArgentina | peso | Lithuania | litas\nArgentina | peso | Macedonia | denar\nArgentina | peso | Malaysia | ringgit\nArgentina | peso | Nigeria | naira\nArgentina | peso | Poland | zloty\nArgentina | peso | Romania | leu\nArgentina | peso | Russia | ruble\nArgentina | peso | Sweden | krona\nArgentina | peso | Thailand | baht\nArgentina | peso | Ukraine | hryvnia\nArgentina | peso | USA | dollar\nArgentina | peso | Vietnam | dong\nArgentina | peso | Algeria | dinar\nArgentina | peso | Angola | kwanza\nArmenia | dram | Brazil | real\nArmenia | dram | Bulgaria | lev\nArmenia | dram | Cambodia | riel\nArmenia | dram | Canada | dollar\nArmenia | dram | Croatia | kuna\nArmenia | dram | Denmark | krone\nArmenia | dram | Europe | euro\nArmenia | dram | Hungary | forint\nArmenia | dram | India | rupee\nArmenia | dram | Iran | rial\nArmenia | dram | Japan | yen\nArmenia | dram | Korea | won\nArmenia | dram | Latvia | lats\nArmenia | dram | Lithuania | litas\nArmenia | dram | Macedonia | denar\nArmenia | dram | Malaysia | ringgit\nArmenia | dram | Mexico | peso\nArmenia | dram | Nigeria | naira\nArmenia | dram | Poland | zloty\nArmenia | dram | Romania | leu\nArmenia | dram | Russia | ruble\nArmenia | dram | Sweden | krona\nArmenia | dram | Thailand | baht\nArmenia | dram | Ukraine | hryvnia\nArmenia | dram | USA | dollar\nArmenia | dram | Vietnam | dong\nArmenia | dram | Algeria | dinar\nArmenia | dram | Angola | kwanza\nArmenia | dram | Argentina | peso\nBrazil | real | Bulgaria | lev\nBrazil | real | Cambodia | riel\nBrazil | real | Canada | dollar\nBrazil | real | Croatia | kuna\nBrazil | real | Denmark | krone\nBrazil | real | Europe | euro\nBrazil | real | Hungary | forint\nBrazil | real | India | rupee\nBrazil | real | Iran | rial\nBrazil | real | Japan | yen\nBrazil | real | Korea | won\nBrazil | real | Latvia | lats\nBrazil | real | Lithuania | litas\nBrazil | real | Macedonia | denar\nBrazil | real | Malaysia | ringgit\nBrazil | real | Mexico | peso\nBrazil | real | Nigeria | naira\nBrazil | real | Poland | zloty\nBrazil | real | Romania | leu\nBrazil | real | Russia | ruble\nBrazil | real | Sweden | krona\nBrazil | real | Thailand | baht\nBrazil | real | Ukraine | hryvnia\nBrazil | real | USA | dollar\nBrazil | real | Vietnam | dong\nBrazil | real | Algeria | dinar\nBrazil | real | Angola | kwanza\nBrazil | real | Argentina | peso\nBrazil | real | Armenia | dram\nBulgaria | lev | Cambodia | riel\nBulgaria | lev | Canada | dollar\nBulgaria | lev | Croatia | kuna\nBulgaria | lev | Denmark | krone\nBulgaria | lev | Europe | euro\nBulgaria | lev | Hungary | forint\nBulgaria | lev | India | rupee\nBulgaria | lev | Iran | rial\nBulgaria | lev | Japan | yen\nBulgaria | lev | Korea | won\nBulgaria | lev | Latvia | lats\nBulgaria | lev | Lithuania | litas\nBulgaria | lev | Macedonia | denar\nBulgaria | lev | Malaysia | ringgit\nBulgaria | lev | Mexico | peso\nBulgaria | lev | Nigeria | naira\nBulgaria | lev | Poland | zloty\nBulgaria | lev | Romania | leu\nBulgaria | lev | Russia | ruble\nBulgaria | lev | Sweden | krona\nBulgaria | lev | Thailand | baht\nBulgaria | lev | Ukraine | hryvnia\nBulgaria | lev | USA | dollar\nBulgaria | lev | Vietnam | dong\nBulgaria | lev | Algeria | dinar\nBulgaria | lev | Angola | kwanza\nBulgaria | lev | Argentina | peso\nBulgaria | lev | Armenia | dram\nBulgaria | lev | Brazil | real\nCambodia | riel | Canada | dollar\nCambodia | riel | Croatia | kuna\nCambodia | riel | Denmark | krone\nCambodia | riel | Europe | euro\nCambodia | riel | Hungary | forint\nCambodia | riel | India | rupee\nCambodia | riel | Iran | rial\nCambodia | riel | Japan | yen\nCambodia | riel | Korea | won\nCambodia | riel | Latvia | lats\nCambodia | riel | Lithuania | litas\nCambodia | riel | Macedonia | denar\nCambodia | riel | Malaysia | ringgit\nCambodia | riel | Mexico | peso\nCambodia | riel | Nigeria | naira\nCambodia | riel | Poland | zloty\nCambodia | riel | Romania | leu\nCambodia | riel | Russia | ruble\nCambodia | riel | Sweden | krona\nCambodia | riel | Thailand | baht\nCambodia | riel | Ukraine | hryvnia\nCambodia | riel | USA | dollar\nCambodia | riel | Vietnam | dong\nCambodia | riel | Algeria | dinar\nCambodia | riel | Angola | kwanza\nCambodia | riel | Argentina | peso\nCambodia | riel | Armenia | dram\nCambodia | riel | Brazil | real\nCambodia | riel | Bulgaria | lev\nCanada | dollar | Croatia | kuna\nCanada | dollar | Denmark | krone\nCanada | dollar | Europe | euro\nCanada | dollar | Hungary | forint\nCanada | dollar | India | rupee\nCanada | dollar | Iran | rial\nCanada | dollar | Japan | yen\nCanada | dollar | Korea | won\nCanada | dollar | Latvia | lats\nCanada | dollar | Lithuania | litas\nCanada | dollar | Macedonia | denar\nCanada | dollar | Malaysia | ringgit\nCanada | dollar | Mexico | peso\nCanada | dollar | Nigeria | naira\nCanada | dollar | Poland | zloty\nCanada | dollar | Romania | leu\nCanada | dollar | Russia | ruble\nCanada | dollar | Sweden | krona\nCanada | dollar | Thailand | baht\nCanada | dollar | Ukraine | hryvnia\nCanada | dollar | Vietnam | dong\nCanada | dollar | Algeria | dinar\nCanada | dollar | Angola | kwanza\nCanada | dollar | Argentina | peso\nCanada | dollar | Armenia | dram\nCanada | dollar | Brazil | real\nCanada | dollar | Bulgaria | lev\nCanada | dollar | Cambodia | riel\nCroatia | kuna | Denmark | krone\nCroatia | kuna | Europe | euro\nCroatia | kuna | Hungary | forint\nCroatia | kuna | India | rupee\nCroatia | kuna | Iran | rial\nCroatia | kuna | Japan | yen\nCroatia | kuna | Korea | won\nCroatia | kuna | Latvia | lats\nCroatia | kuna | Lithuania | litas\nCroatia | kuna | Macedonia | denar\nCroatia | kuna | Malaysia | ringgit\nCroatia | kuna | Mexico | peso\nCroatia | kuna | Nigeria | naira\nCroatia | kuna | Poland | zloty\nCroatia | kuna | Romania | leu\nCroatia | kuna | Russia | ruble\nCroatia | kuna | Sweden | krona\nCroatia | kuna | Thailand | baht\nCroatia | kuna | Ukraine | hryvnia\nCroatia | kuna | USA | dollar\nCroatia | kuna | Vietnam | dong\nCroatia | kuna | Algeria | dinar\nCroatia | kuna | Angola | kwanza\nCroatia | kuna | Argentina | peso\nCroatia | kuna | Armenia | dram\nCroatia | kuna | Brazil | real\nCroatia | kuna | Bulgaria | lev\nCroatia | kuna | Cambodia | riel\nCroatia | kuna | Canada | dollar\nDenmark | krone | Europe | euro\nDenmark | krone | Hungary | forint\nDenmark | krone | India | rupee\nDenmark | krone | Iran | rial\nDenmark | krone | Japan | yen\nDenmark | krone | Korea | won\nDenmark | krone | Latvia | lats\nDenmark | krone | Lithuania | litas\nDenmark | krone | Macedonia | denar\nDenmark | krone | Malaysia | ringgit\nDenmark | krone | Mexico | peso\nDenmark | krone | Nigeria | naira\nDenmark | krone | Poland | zloty\nDenmark | krone | Romania | leu\nDenmark | krone | Russia | ruble\nDenmark | krone | Sweden | krona\nDenmark | krone | Thailand | baht\nDenmark | krone | Ukraine | hryvnia\nDenmark | krone | USA | dollar\nDenmark | krone | Vietnam | dong\nDenmark | krone | Algeria | dinar\nDenmark | krone | Angola | kwanza\nDenmark | krone | Argentina | peso\nDenmark | krone | Armenia | dram\nDenmark | krone | Brazil | real\nDenmark | krone | Bulgaria | lev\nDenmark | krone | Cambodia | riel\nDenmark | krone | Canada | dollar\nDenmark | krone | Croatia | kuna\nEurope | euro | Hungary | forint\nEurope | euro | India | rupee\nEurope | euro | Iran | rial\nEurope | euro | Japan | yen\nEurope | euro | Korea | won\nEurope | euro | Latvia | lats\nEurope | euro | Lithuania | litas\nEurope | euro | Macedonia | denar\nEurope | euro | Malaysia | ringgit\nEurope | euro | Mexico | peso\nEurope | euro | Nigeria | naira\nEurope | euro | Poland | zloty\nEurope | euro | Romania | leu\nEurope | euro | Russia | ruble\nEurope | euro | Sweden | krona\nEurope | euro | Thailand | baht\nEurope | euro | Ukraine | hryvnia\nEurope | euro | USA | dollar\nEurope | euro | Vietnam | dong\nEurope | euro | Algeria | dinar\nEurope | euro | Angola | kwanza\nEurope | euro | Argentina | peso\nEurope | euro | Armenia | dram\nEurope | euro | Brazil | real\nEurope | euro | Bulgaria | lev\nEurope | euro | Cambodia | riel\nEurope | euro | Canada | dollar\nEurope | euro | Croatia | kuna\nEurope | euro | Denmark | krone\nHungary | forint | India | rupee\nHungary | forint | Iran | rial\nHungary | forint | Japan | yen\nHungary | forint | Korea | won\nHungary | forint | Latvia | lats\nHungary | forint | Lithuania | litas\nHungary | forint | Macedonia | denar\nHungary | forint | Malaysia | ringgit\nHungary | forint | Mexico | peso\nHungary | forint | Nigeria | naira\nHungary | forint | Poland | zloty\nHungary | forint | Romania | leu\nHungary | forint | Russia | ruble\nHungary | forint | Sweden | krona\nHungary | forint | Thailand | baht\nHungary | forint | Ukraine | hryvnia\nHungary | forint | USA | dollar\nHungary | forint | Vietnam | dong\nHungary | forint | Algeria | dinar\nHungary | forint | Angola | kwanza\nHungary | forint | Argentina | peso\nHungary | forint | Armenia | dram\nHungary | forint | Brazil | real\nHungary | forint | Bulgaria | lev\nHungary | forint | Cambodia | riel\nHungary | forint | Canada | dollar\nHungary | forint | Croatia | kuna\nHungary | forint | Denmark | krone\nHungary | forint | Europe | euro\nIndia | rupee | Iran | rial\nIndia | rupee | Japan | yen\nIndia | rupee | Korea | won\nIndia | rupee | Latvia | lats\nIndia | rupee | Lithuania | litas\nIndia | rupee | Macedonia | denar\nIndia | rupee | Malaysia | ringgit\nIndia | rupee | Mexico | peso\nIndia | rupee | Nigeria | naira\nIndia | rupee | Poland | zloty\nIndia | rupee | Romania | leu\nIndia | rupee | Russia | ruble\nIndia | rupee | Sweden | krona\nIndia | rupee | Thailand | baht\nIndia | rupee | Ukraine | hryvnia\nIndia | rupee | USA | dollar\nIndia | rupee | Vietnam | dong\nIndia | rupee | Algeria | dinar\nIndia | rupee | Angola | kwanza\nIndia | rupee | Argentina | peso\nIndia | rupee | Armenia | dram\nIndia | rupee | Brazil | real\nIndia | rupee | Bulgaria | lev\nIndia | rupee | Cambodia | riel\nIndia | rupee | Canada | dollar\nIndia | rupee | Croatia | kuna\nIndia | rupee | Denmark | krone\nIndia | rupee | Europe | euro\nIndia | rupee | Hungary | forint\nIran | rial | Japan | yen\nIran | rial | Korea | won\nIran | rial | Latvia | lats\nIran | rial | Lithuania | litas\nIran | rial | Macedonia | denar\nIran | rial | Malaysia | ringgit\nIran | rial | Mexico | peso\nIran | rial | Nigeria | naira\nIran | rial | Poland | zloty\nIran | rial | Romania | leu\nIran | rial | Russia | ruble\nIran | rial | Sweden | krona\nIran | rial | Thailand | baht\nIran | rial | Ukraine | hryvnia\nIran | rial | USA | dollar\nIran | rial | Vietnam | dong\nIran | rial | Algeria | dinar\nIran | rial | Angola | kwanza\nIran | rial | Argentina | peso\nIran | rial | Armenia | dram\nIran | rial | Brazil | real\nIran | rial | Bulgaria | lev\nIran | rial | Cambodia | riel\nIran | rial | Canada | dollar\nIran | rial | Croatia | kuna\nIran | rial | Denmark | krone\nIran | rial | Europe | euro\nIran | rial | Hungary | forint\nIran | rial | India | rupee\nJapan | yen | Korea | won\nJapan | yen | Latvia | lats\nJapan | yen | Lithuania | litas\nJapan | yen | Macedonia | denar\nJapan | yen | Malaysia | ringgit\nJapan | yen | Mexico | peso\nJapan | yen | Nigeria | naira\nJapan | yen | Poland | zloty\nJapan | yen | Romania | leu\nJapan | yen | Russia | ruble\nJapan | yen | Sweden | krona\nJapan | yen | Thailand | baht\nJapan | yen | Ukraine | hryvnia\nJapan | yen | USA | dollar\nJapan | yen | Vietnam | dong\nJapan | yen | Algeria | dinar\nJapan | yen | Angola | kwanza\nJapan | yen | Argentina | peso\nJapan | yen | Armenia | dram\nJapan | yen | Brazil | real\nJapan | yen | Bulgaria | lev\nJapan | yen | Cambodia | riel\nJapan | yen | Canada | dollar\nJapan | yen | Croatia | kuna\nJapan | yen | Denmark | krone\nJapan | yen | Europe | euro\nJapan | yen | Hungary | forint\nJapan | yen | India | rupee\nJapan | yen | Iran | rial\nKorea | won | Latvia | lats\nKorea | won | Lithuania | litas\nKorea | won | Macedonia | denar\nKorea | won | Malaysia | ringgit\nKorea | won | Mexico | peso\nKorea | won | Nigeria | naira\nKorea | won | Poland | zloty\nKorea | won | Romania | leu\nKorea | won | Russia | ruble\nKorea | won | Sweden | krona\nKorea | won | Thailand | baht\nKorea | won | Ukraine | hryvnia\nKorea | won | USA | dollar\nKorea | won | Vietnam | dong\nKorea | won | Algeria | dinar\nKorea | won | Angola | kwanza\nKorea | won | Argentina | peso\nKorea | won | Armenia | dram\nKorea | won | Brazil | real\nKorea | won | Bulgaria | lev\nKorea | won | Cambodia | riel\nKorea | won | Canada | dollar\nKorea | won | Croatia | kuna\nKorea | won | Denmark | krone\nKorea | won | Europe | euro\nKorea | won | Hungary | forint\nKorea | won | India | rupee\nKorea | won | Iran | rial\nKorea | won | Japan | yen\nLatvia | lats | Lithuania | litas\nLatvia | lats | Macedonia | denar\nLatvia | lats | Malaysia | ringgit\nLatvia | lats | Mexico | peso\nLatvia | lats | Nigeria | naira\nLatvia | lats | Poland | zloty\nLatvia | lats | Romania | leu\nLatvia | lats | Russia | ruble\nLatvia | lats | Sweden | krona\nLatvia | lats | Thailand | baht\nLatvia | lats | Ukraine | hryvnia\nLatvia | lats | USA | dollar\nLatvia | lats | Vietnam | dong\nLatvia | lats | Algeria | dinar\nLatvia | lats | Angola | kwanza\nLatvia | lats | Argentina | peso\nLatvia | lats | Armenia | dram\nLatvia | lats | Brazil | real\nLatvia | lats | Bulgaria | lev\nLatvia | lats | Cambodia | riel\nLatvia | lats | Canada | dollar\nLatvia | lats | Croatia | kuna\nLatvia | lats | Denmark | krone\nLatvia | lats | Europe | euro\nLatvia | lats | Hungary | forint\nLatvia | lats | India | rupee\nLatvia | lats | Iran | rial\nLatvia | lats | Japan | yen\nLatvia | lats | Korea | won\nLithuania | litas | Macedonia | denar\nLithuania | litas | Malaysia | ringgit\nLithuania | litas | Mexico | peso\nLithuania | litas | Nigeria | naira\nLithuania | litas | Poland | zloty\nLithuania | litas | Romania | leu\nLithuania | litas | Russia | ruble\nLithuania | litas | Sweden | krona\nLithuania | litas | Thailand | baht\nLithuania | litas | Ukraine | hryvnia\nLithuania | litas | USA | dollar\nLithuania | litas | Vietnam | dong\nLithuania | litas | Algeria | dinar\nLithuania | litas | Angola | kwanza\nLithuania | litas | Argentina | peso\nLithuania | litas | Armenia | dram\nLithuania | litas | Brazil | real\nLithuania | litas | Bulgaria | lev\nLithuania | litas | Cambodia | riel\nLithuania | litas | Canada | dollar\nLithuania | litas | Croatia | kuna\nLithuania | litas | Denmark | krone\nLithuania | litas | Europe | euro\nLithuania | litas | Hungary | forint\nLithuania | litas | India | rupee\nLithuania | litas | Iran | rial\nLithuania | litas | Japan | yen\nLithuania | litas | Korea | won\nLithuania | litas | Latvia | lats\nMacedonia | denar | Malaysia | ringgit\nMacedonia | denar | Mexico | peso\nMacedonia | denar | Nigeria | naira\nMacedonia | denar | Poland | zloty\nMacedonia | denar | Romania | leu\nMacedonia | denar | Russia | ruble\nMacedonia | denar | Sweden | krona\nMacedonia | denar | Thailand | baht\nMacedonia | denar | Ukraine | hryvnia\nMacedonia | denar | USA | dollar\nMacedonia | denar | Vietnam | dong\nMacedonia | denar | Algeria | dinar\nMacedonia | denar | Angola | kwanza\nMacedonia | denar | Argentina | peso\nMacedonia | denar | Armenia | dram\nMacedonia | denar | Brazil | real\nMacedonia | denar | Bulgaria | lev\nMacedonia | denar | Cambodia | riel\nMacedonia | denar | Canada | dollar\nMacedonia | denar | Croatia | kuna\nMacedonia | denar | Denmark | krone\nMacedonia | denar | Europe | euro\nMacedonia | denar | Hungary | forint\nMacedonia | denar | India | rupee\nMacedonia | denar | Iran | rial\nMacedonia | denar | Japan | yen\nMacedonia | denar | Korea | won\nMacedonia | denar | Latvia | lats\nMacedonia | denar | Lithuania | litas\nMalaysia | ringgit | Mexico | peso\nMalaysia | ringgit | Nigeria | naira\nMalaysia | ringgit | Poland | zloty\nMalaysia | ringgit | Romania | leu\nMalaysia | ringgit | Russia | ruble\nMalaysia | ringgit | Sweden | krona\nMalaysia | ringgit | Thailand | baht\nMalaysia | ringgit | Ukraine | hryvnia\nMalaysia | ringgit | USA | dollar\nMalaysia | ringgit | Vietnam | dong\nMalaysia | ringgit | Algeria | dinar\nMalaysia | ringgit | Angola | kwanza\nMalaysia | ringgit | Argentina | peso\nMalaysia | ringgit | Armenia | dram\nMalaysia | ringgit | Brazil | real\nMalaysia | ringgit | Bulgaria | lev\nMalaysia | ringgit | Cambodia | riel\nMalaysia | ringgit | Canada | dollar\nMalaysia | ringgit | Croatia | kuna\nMalaysia | ringgit | Denmark | krone\nMalaysia | ringgit | Europe | euro\nMalaysia | ringgit | Hungary | forint\nMalaysia | ringgit | India | rupee\nMalaysia | ringgit | Iran | rial\nMalaysia | ringgit | Japan | yen\nMalaysia | ringgit | Korea | won\nMalaysia | ringgit | Latvia | lats\nMalaysia | ringgit | Lithuania | litas\nMalaysia | ringgit | Macedonia | denar\nMexico | peso | Nigeria | naira\nMexico | peso | Poland | zloty\nMexico | peso | Romania | leu\nMexico | peso | Russia | ruble\nMexico | peso | Sweden | krona\nMexico | peso | Thailand | baht\nMexico | peso | Ukraine | hryvnia\nMexico | peso | USA | dollar\nMexico | peso | Vietnam | dong\nMexico | peso | Algeria | dinar\nMexico | peso | Angola | kwanza\nMexico | peso | Armenia | dram\nMexico | peso | Brazil | real\nMexico | peso | Bulgaria | lev\nMexico | peso | Cambodia | riel\nMexico | peso | Canada | dollar\nMexico | peso | Croatia | kuna\nMexico | peso | Denmark | krone\nMexico | peso | Europe | euro\nMexico | peso | Hungary | forint\nMexico | peso | India | rupee\nMexico | peso | Iran | rial\nMexico | peso | Japan | yen\nMexico | peso | Korea | won\nMexico | peso | Latvia | lats\nMexico | peso | Lithuania | litas\nMexico | peso | Macedonia | denar\nMexico | peso | Malaysia | ringgit\nNigeria | naira | Poland | zloty\nNigeria | naira | Romania | leu\nNigeria | naira | Russia | ruble\nNigeria | naira | Sweden | krona\nNigeria | naira | Thailand | baht\nNigeria | naira | Ukraine | hryvnia\nNigeria | naira | USA | dollar\nNigeria | naira | Vietnam | dong\nNigeria | naira | Algeria | dinar\nNigeria | naira | Angola | kwanza\nNigeria | naira | Argentina | peso\nNigeria | naira | Armenia | dram\nNigeria | naira | Brazil | real\nNigeria | naira | Bulgaria | lev\nNigeria | naira | Cambodia | riel\nNigeria | naira | Canada | dollar\nNigeria | naira | Croatia | kuna\nNigeria | naira | Denmark | krone\nNigeria | naira | Europe | euro\nNigeria | naira | Hungary | forint\nNigeria | naira | India | rupee\nNigeria | naira | Iran | rial\nNigeria | naira | Japan | yen\nNigeria | naira | Korea | won\nNigeria | naira | Latvia | lats\nNigeria | naira | Lithuania | litas\nNigeria | naira | Macedonia | denar\nNigeria | naira | Malaysia | ringgit\nNigeria | naira | Mexico | peso\nPoland | zloty | Romania | leu\nPoland | zloty | Russia | ruble\nPoland | zloty | Sweden | krona\nPoland | zloty | Thailand | baht\nPoland | zloty | Ukraine | hryvnia\nPoland | zloty | USA | dollar\nPoland | zloty | Vietnam | dong\nPoland | zloty | Algeria | dinar\nPoland | zloty | Angola | kwanza\nPoland | zloty | Argentina | peso\nPoland | zloty | Armenia | dram\nPoland | zloty | Brazil | real\nPoland | zloty | Bulgaria | lev\nPoland | zloty | Cambodia | riel\nPoland | zloty | Canada | dollar\nPoland | zloty | Croatia | kuna\nPoland | zloty | Denmark | krone\nPoland | zloty | Europe | euro\nPoland | zloty | Hungary | forint\nPoland | zloty | India | rupee\nPoland | zloty | Iran | rial\nPoland | zloty | Japan | yen\nPoland | zloty | Korea | won\nPoland | zloty | Latvia | lats\nPoland | zloty | Lithuania | litas\nPoland | zloty | Macedonia | denar\nPoland | zloty | Malaysia | ringgit\nPoland | zloty | Mexico | peso\nPoland | zloty | Nigeria | naira\nRomania | leu | Russia | ruble\nRomania | leu | Sweden | krona\nRomania | leu | Thailand | baht\nRomania | leu | Ukraine | hryvnia\nRomania | leu | USA | dollar\nRomania | leu | Vietnam | dong\nRomania | leu | Algeria | dinar\nRomania | leu | Angola | kwanza\nRomania | leu | Argentina | peso\nRomania | leu | Armenia | dram\nRomania | leu | Brazil | real\nRomania | leu | Bulgaria | lev\nRomania | leu | Cambodia | riel\nRomania | leu | Canada | dollar\nRomania | leu | Croatia | kuna\nRomania | leu | Denmark | krone\nRomania | leu | Europe | euro\nRomania | leu | Hungary | forint\nRomania | leu | India | rupee\nRomania | leu | Iran | rial\nRomania | leu | Japan | yen\nRomania | leu | Korea | won\nRomania | leu | Latvia | lats\nRomania | leu | Lithuania | litas\nRomania | leu | Macedonia | denar\nRomania | leu | Malaysia | ringgit\nRomania | leu | Mexico | peso\nRomania | leu | Nigeria | naira\nRomania | leu | Poland | zloty\nRussia | ruble | Sweden | krona\nRussia | ruble | Thailand | baht\nRussia | ruble | Ukraine | hryvnia\nRussia | ruble | USA | dollar\nRussia | ruble | Vietnam | dong\nRussia | ruble | Algeria | dinar\nRussia | ruble | Angola | kwanza\nRussia | ruble | Argentina | peso\nRussia | ruble | Armenia | dram\nRussia | ruble | Brazil | real\nRussia | ruble | Bulgaria | lev\nRussia | ruble | Cambodia | riel\nRussia | ruble | Canada | dollar\nRussia | ruble | Croatia | kuna\nRussia | ruble | Denmark | krone\nRussia | ruble | Europe | euro\nRussia | ruble | Hungary | forint\nRussia | ruble | India | rupee\nRussia | ruble | Iran | rial\nRussia | ruble | Japan | yen\nRussia | ruble | Korea | won\nRussia | ruble | Latvia | lats\nRussia | ruble | Lithuania | litas\nRussia | ruble | Macedonia | denar\nRussia | ruble | Malaysia | ringgit\nRussia | ruble | Mexico | peso\nRussia | ruble | Nigeria | naira\nRussia | ruble | Poland | zloty\nRussia | ruble | Romania | leu\nSweden | krona | Thailand | baht\nSweden | krona | Ukraine | hryvnia\nSweden | krona | USA | dollar\nSweden | krona | Vietnam | dong\nSweden | krona | Algeria | dinar\nSweden | krona | Angola | kwanza\nSweden | krona | Argentina | peso\nSweden | krona | Armenia | dram\nSweden | krona | Brazil | real\nSweden | krona | Bulgaria | lev\nSweden | krona | Cambodia | riel\nSweden | krona | Canada | dollar\nSweden | krona | Croatia | kuna\nSweden | krona | Denmark | krone\nSweden | krona | Europe | euro\nSweden | krona | Hungary | forint\nSweden | krona | India | rupee\nSweden | krona | Iran | rial\nSweden | krona | Japan | yen\nSweden | krona | Korea | won\nSweden | krona | Latvia | lats\nSweden | krona | Lithuania | litas\nSweden | krona | Macedonia | denar\nSweden | krona | Malaysia | ringgit\nSweden | krona | Mexico | peso\nSweden | krona | Nigeria | naira\nSweden | krona | Poland | zloty\nSweden | krona | Romania | leu\nSweden | krona | Russia | ruble\nThailand | baht | Ukraine | hryvnia\nThailand | baht | USA | dollar\nThailand | baht | Vietnam | dong\nThailand | baht | Algeria | dinar\nThailand | baht | Angola | kwanza\nThailand | baht | Argentina | peso\nThailand | baht | Armenia | dram\nThailand | baht | Brazil | real\nThailand | baht | Bulgaria | lev\nThailand | baht | Cambodia | riel\nThailand | baht | Canada | dollar\nThailand | baht | Croatia | kuna\nThailand | baht | Denmark | krone\nThailand | baht | Europe | euro\nThailand | baht | Hungary | forint\nThailand | baht | India | rupee\nThailand | baht | Iran | rial\nThailand | baht | Japan | yen\nThailand | baht | Korea | won\nThailand | baht | Latvia | lats\nThailand | baht | Lithuania | litas\nThailand | baht | Macedonia | denar\nThailand | baht | Malaysia | ringgit\nThailand | baht | Mexico | peso\nThailand | baht | Nigeria | naira\nThailand | baht | Poland | zloty\nThailand | baht | Romania | leu\nThailand | baht | Russia | ruble\nThailand | baht | Sweden | krona\nUkraine | hryvnia | USA | dollar\nUkraine | hryvnia | Vietnam | dong\nUkraine | hryvnia | Algeria | dinar\nUkraine | hryvnia | Angola | kwanza\nUkraine | hryvnia | Argentina | peso\nUkraine | hryvnia | Armenia | dram\nUkraine | hryvnia | Brazil | real\nUkraine | hryvnia | Bulgaria | lev\nUkraine | hryvnia | Cambodia | riel\nUkraine | hryvnia | Canada | dollar\nUkraine | hryvnia | Croatia | kuna\nUkraine | hryvnia | Denmark | krone\nUkraine | hryvnia | Europe | euro\nUkraine | hryvnia | Hungary | forint\nUkraine | hryvnia | India | rupee\nUkraine | hryvnia | Iran | rial\nUkraine | hryvnia | Japan | yen\nUkraine | hryvnia | Korea | won\nUkraine | hryvnia | Latvia | lats\nUkraine | hryvnia | Lithuania | litas\nUkraine | hryvnia | Macedonia | denar\nUkraine | hryvnia | Malaysia | ringgit\nUkraine | hryvnia | Mexico | peso\nUkraine | hryvnia | Nigeria | naira\nUkraine | hryvnia | Poland | zloty\nUkraine | hryvnia | Romania | leu\nUkraine | hryvnia | Russia | ruble\nUkraine | hryvnia | Sweden | krona\nUkraine | hryvnia | Thailand | baht\nUSA | dollar | Vietnam | dong\nUSA | dollar | Algeria | dinar\nUSA | dollar | Angola | kwanza\nUSA | dollar | Argentina | peso\nUSA | dollar | Armenia | dram\nUSA | dollar | Brazil | real\nUSA | dollar | Bulgaria | lev\nUSA | dollar | Cambodia | riel\nUSA | dollar | Croatia | kuna\nUSA | dollar | Denmark | krone\nUSA | dollar | Europe | euro\nUSA | dollar | Hungary | forint\nUSA | dollar | India | rupee\nUSA | dollar | Iran | rial\nUSA | dollar | Japan | yen\nUSA | dollar | Korea | won\nUSA | dollar | Latvia | lats\nUSA | dollar | Lithuania | litas\nUSA | dollar | Macedonia | denar\nUSA | dollar | Malaysia | ringgit\nUSA | dollar | Mexico | peso\nUSA | dollar | Nigeria | naira\nUSA | dollar | Poland | zloty\nUSA | dollar | Romania | leu\nUSA | dollar | Russia | ruble\nUSA | dollar | Sweden | krona\nUSA | dollar | Thailand | baht\nUSA | dollar | Ukraine | hryvnia\nVietnam | dong | Algeria | dinar\nVietnam | dong | Angola | kwanza\nVietnam | dong | Argentina | peso\nVietnam | dong | Armenia | dram\nVietnam | dong | Brazil | real\nVietnam | dong | Bulgaria | lev\nVietnam | dong | Cambodia | riel\nVietnam | dong | Canada | dollar\nVietnam | dong | Croatia | kuna\nVietnam | dong | Denmark | krone\nVietnam | dong | Europe | euro\nVietnam | dong | Hungary | forint\nVietnam | dong | India | rupee\nVietnam | dong | Iran | rial\nVietnam | dong | Japan | yen\nVietnam | dong | Korea | won\nVietnam | dong | Latvia | lats\nVietnam | dong | Lithuania | litas\nVietnam | dong | Macedonia | denar\nVietnam | dong | Malaysia | ringgit\nVietnam | dong | Mexico | peso\nVietnam | dong | Nigeria | naira\nVietnam | dong | Poland | zloty\nVietnam | dong | Romania | leu\nVietnam | dong | Russia | ruble\nVietnam | dong | Sweden | krona\nVietnam | dong | Thailand | baht\nVietnam | dong | Ukraine | hryvnia\nVietnam | dong | USA | dollar\n: | city-in-state\nChicago | Illinois | Houston | Texas\nChicago | Illinois | Philadelphia | Pennsylvania\nChicago | Illinois | Phoenix | Arizona\nChicago | Illinois | Dallas | Texas\nChicago | Illinois | Jacksonville | Florida\nChicago | Illinois | Indianapolis | Indiana\nChicago | Illinois | Austin | Texas\nChicago | Illinois | Detroit | Michigan\nChicago | Illinois | Memphis | Tennessee\nChicago | Illinois | Boston | Massachusetts\nChicago | Illinois | Seattle | Washington\nChicago | Illinois | Denver | Colorado\nChicago | Illinois | Baltimore | Maryland\nChicago | Illinois | Nashville | Tennessee\nChicago | Illinois | Louisville | Kentucky\nChicago | Illinois | Milwaukee | Wisconsin\nChicago | Illinois | Portland | Oregon\nChicago | Illinois | Tucson | Arizona\nChicago | Illinois | Fresno | California\nChicago | Illinois | Sacramento | California\nChicago | Illinois | Mesa | Arizona\nChicago | Illinois | Atlanta | Georgia\nChicago | Illinois | Omaha | Nebraska\nChicago | Illinois | Miami | Florida\nChicago | Illinois | Tulsa | Oklahoma\nChicago | Illinois | Oakland | California\nChicago | Illinois | Cleveland | Ohio\nChicago | Illinois | Minneapolis | Minnesota\nChicago | Illinois | Wichita | Kansas\nChicago | Illinois | Arlington | Texas\nChicago | Illinois | Bakersfield | California\nChicago | Illinois | Tampa | Florida\nChicago | Illinois | Anaheim | California\nChicago | Illinois | Honolulu | Hawaii\nChicago | Illinois | Pittsburgh | Pennsylvania\nChicago | Illinois | Lexington | Kentucky\nChicago | Illinois | Stockton | California\nChicago | Illinois | Cincinnati | Ohio\nChicago | Illinois | Anchorage | Alaska\nHouston | Texas | Philadelphia | Pennsylvania\nHouston | Texas | Phoenix | Arizona\nHouston | Texas | Jacksonville | Florida\nHouston | Texas | Indianapolis | Indiana\nHouston | Texas | Detroit | Michigan\nHouston | Texas | Memphis | Tennessee\nHouston | Texas | Boston | Massachusetts\nHouston | Texas | Seattle | Washington\nHouston | Texas | Denver | Colorado\nHouston | Texas | Baltimore | Maryland\nHouston | Texas | Nashville | Tennessee\nHouston | Texas | Louisville | Kentucky\nHouston | Texas | Milwaukee | Wisconsin\nHouston | Texas | Portland | Oregon\nHouston | Texas | Tucson | Arizona\nHouston | Texas | Fresno | California\nHouston | Texas | Sacramento | California\nHouston | Texas | Mesa | Arizona\nHouston | Texas | Atlanta | Georgia\nHouston | Texas | Omaha | Nebraska\nHouston | Texas | Miami | Florida\nHouston | Texas | Tulsa | Oklahoma\nHouston | Texas | Oakland | California\nHouston | Texas | Cleveland | Ohio\nHouston | Texas | Minneapolis | Minnesota\nHouston | Texas | Wichita | Kansas\nHouston | Texas | Bakersfield | California\nHouston | Texas | Tampa | Florida\nHouston | Texas | Anaheim | California\nHouston | Texas | Honolulu | Hawaii\nHouston | Texas | Pittsburgh | Pennsylvania\nHouston | Texas | Lexington | Kentucky\nHouston | Texas | Stockton | California\nHouston | Texas | Cincinnati | Ohio\nHouston | Texas | Anchorage | Alaska\nHouston | Texas | Toledo | Ohio\nPhiladelphia | Pennsylvania | Phoenix | Arizona\nPhiladelphia | Pennsylvania | Dallas | Texas\nPhiladelphia | Pennsylvania | Jacksonville | Florida\nPhiladelphia | Pennsylvania | Indianapolis | Indiana\nPhiladelphia | Pennsylvania | Austin | Texas\nPhiladelphia | Pennsylvania | Detroit | Michigan\nPhiladelphia | Pennsylvania | Memphis | Tennessee\nPhiladelphia | Pennsylvania | Boston | Massachusetts\nPhiladelphia | Pennsylvania | Seattle | Washington\nPhiladelphia | Pennsylvania | Denver | Colorado\nPhiladelphia | Pennsylvania | Baltimore | Maryland\nPhiladelphia | Pennsylvania | Nashville | Tennessee\nPhiladelphia | Pennsylvania | Louisville | Kentucky\nPhiladelphia | Pennsylvania | Milwaukee | Wisconsin\nPhiladelphia | Pennsylvania | Portland | Oregon\nPhiladelphia | Pennsylvania | Tucson | Arizona\nPhiladelphia | Pennsylvania | Fresno | California\nPhiladelphia | Pennsylvania | Sacramento | California\nPhiladelphia | Pennsylvania | Mesa | Arizona\nPhiladelphia | Pennsylvania | Atlanta | Georgia\nPhiladelphia | Pennsylvania | Omaha | Nebraska\nPhiladelphia | Pennsylvania | Miami | Florida\nPhiladelphia | Pennsylvania | Tulsa | Oklahoma\nPhiladelphia | Pennsylvania | Oakland | California\nPhiladelphia | Pennsylvania | Cleveland | Ohio\nPhiladelphia | Pennsylvania | Minneapolis | Minnesota\nPhiladelphia | Pennsylvania | Wichita | Kansas\nPhiladelphia | Pennsylvania | Arlington | Texas\nPhiladelphia | Pennsylvania | Bakersfield | California\nPhiladelphia | Pennsylvania | Tampa | Florida\nPhiladelphia | Pennsylvania | Anaheim | California\nPhiladelphia | Pennsylvania | Honolulu | Hawaii\nPhiladelphia | Pennsylvania | Lexington | Kentucky\nPhiladelphia | Pennsylvania | Stockton | California\nPhiladelphia | Pennsylvania | Cincinnati | Ohio\nPhiladelphia | Pennsylvania | Anchorage | Alaska\nPhiladelphia | Pennsylvania | Toledo | Ohio\nPhiladelphia | Pennsylvania | Plano | Texas\nPhoenix | Arizona | Dallas | Texas\nPhoenix | Arizona | Jacksonville | Florida\nPhoenix | Arizona | Indianapolis | Indiana\nPhoenix | Arizona | Austin | Texas\nPhoenix | Arizona | Detroit | Michigan\nPhoenix | Arizona | Memphis | Tennessee\nPhoenix | Arizona | Boston | Massachusetts\nPhoenix | Arizona | Seattle | Washington\nPhoenix | Arizona | Denver | Colorado\nPhoenix | Arizona | Baltimore | Maryland\nPhoenix | Arizona | Nashville | Tennessee\nPhoenix | Arizona | Louisville | Kentucky\nPhoenix | Arizona | Milwaukee | Wisconsin\nPhoenix | Arizona | Portland | Oregon\nPhoenix | Arizona | Fresno | California\nPhoenix | Arizona | Sacramento | California\nPhoenix | Arizona | Atlanta | Georgia\nPhoenix | Arizona | Omaha | Nebraska\nPhoenix | Arizona | Miami | Florida\nPhoenix | Arizona | Tulsa | Oklahoma\nPhoenix | Arizona | Oakland | California\nPhoenix | Arizona | Cleveland | Ohio\nPhoenix | Arizona | Minneapolis | Minnesota\nPhoenix | Arizona | Wichita | Kansas\nPhoenix | Arizona | Arlington | Texas\nPhoenix | Arizona | Bakersfield | California\nPhoenix | Arizona | Tampa | Florida\nPhoenix | Arizona | Anaheim | California\nPhoenix | Arizona | Honolulu | Hawaii\nPhoenix | Arizona | Pittsburgh | Pennsylvania\nPhoenix | Arizona | Lexington | Kentucky\nPhoenix | Arizona | Stockton | California\nPhoenix | Arizona | Cincinnati | Ohio\nPhoenix | Arizona | Anchorage | Alaska\nPhoenix | Arizona | Toledo | Ohio\nPhoenix | Arizona | Plano | Texas\nPhoenix | Arizona | Henderson | Nevada\nDallas | Texas | Jacksonville | Florida\nDallas | Texas | Indianapolis | Indiana\nDallas | Texas | Detroit | Michigan\nDallas | Texas | Memphis | Tennessee\nDallas | Texas | Boston | Massachusetts\nDallas | Texas | Seattle | Washington\nDallas | Texas | Denver | Colorado\nDallas | Texas | Baltimore | Maryland\nDallas | Texas | Nashville | Tennessee\nDallas | Texas | Louisville | Kentucky\nDallas | Texas | Milwaukee | Wisconsin\nDallas | Texas | Portland | Oregon\nDallas | Texas | Tucson | Arizona\nDallas | Texas | Fresno | California\nDallas | Texas | Sacramento | California\nDallas | Texas | Mesa | Arizona\nDallas | Texas | Atlanta | Georgia\nDallas | Texas | Omaha | Nebraska\nDallas | Texas | Miami | Florida\nDallas | Texas | Tulsa | Oklahoma\nDallas | Texas | Oakland | California\nDallas | Texas | Cleveland | Ohio\nDallas | Texas | Minneapolis | Minnesota\nDallas | Texas | Wichita | Kansas\nDallas | Texas | Bakersfield | California\nDallas | Texas | Tampa | Florida\nDallas | Texas | Anaheim | California\nDallas | Texas | Honolulu | Hawaii\nDallas | Texas | Pittsburgh | Pennsylvania\nDallas | Texas | Lexington | Kentucky\nDallas | Texas | Stockton | California\nDallas | Texas | Cincinnati | Ohio\nDallas | Texas | Anchorage | Alaska\nDallas | Texas | Toledo | Ohio\nDallas | Texas | Henderson | Nevada\nDallas | Texas | Orlando | Florida\nJacksonville | Florida | Indianapolis | Indiana\nJacksonville | Florida | Austin | Texas\nJacksonville | Florida | Detroit | Michigan\nJacksonville | Florida | Memphis | Tennessee\nJacksonville | Florida | Boston | Massachusetts\nJacksonville | Florida | Seattle | Washington\nJacksonville | Florida | Denver | Colorado\nJacksonville | Florida | Baltimore | Maryland\nJacksonville | Florida | Nashville | Tennessee\nJacksonville | Florida | Louisville | Kentucky\nJacksonville | Florida | Milwaukee | Wisconsin\nJacksonville | Florida | Portland | Oregon\nJacksonville | Florida | Tucson | Arizona\nJacksonville | Florida | Fresno | California\nJacksonville | Florida | Sacramento | California\nJacksonville | Florida | Mesa | Arizona\nJacksonville | Florida | Atlanta | Georgia\nJacksonville | Florida | Omaha | Nebraska\nJacksonville | Florida | Tulsa | Oklahoma\nJacksonville | Florida | Oakland | California\nJacksonville | Florida | Cleveland | Ohio\nJacksonville | Florida | Minneapolis | Minnesota\nJacksonville | Florida | Wichita | Kansas\nJacksonville | Florida | Arlington | Texas\nJacksonville | Florida | Bakersfield | California\nJacksonville | Florida | Anaheim | California\nJacksonville | Florida | Honolulu | Hawaii\nJacksonville | Florida | Pittsburgh | Pennsylvania\nJacksonville | Florida | Lexington | Kentucky\nJacksonville | Florida | Stockton | California\nJacksonville | Florida | Cincinnati | Ohio\nJacksonville | Florida | Anchorage | Alaska\nJacksonville | Florida | Toledo | Ohio\nJacksonville | Florida | Plano | Texas\nJacksonville | Florida | Henderson | Nevada\nJacksonville | Florida | Laredo | Texas\nIndianapolis | Indiana | Austin | Texas\nIndianapolis | Indiana | Detroit | Michigan\nIndianapolis | Indiana | Memphis | Tennessee\nIndianapolis | Indiana | Boston | Massachusetts\nIndianapolis | Indiana | Seattle | Washington\nIndianapolis | Indiana | Denver | Colorado\nIndianapolis | Indiana | Baltimore | Maryland\nIndianapolis | Indiana | Nashville | Tennessee\nIndianapolis | Indiana | Louisville | Kentucky\nIndianapolis | Indiana | Milwaukee | Wisconsin\nIndianapolis | Indiana | Portland | Oregon\nIndianapolis | Indiana | Tucson | Arizona\nIndianapolis | Indiana | Fresno | California\nIndianapolis | Indiana | Sacramento | California\nIndianapolis | Indiana | Mesa | Arizona\nIndianapolis | Indiana | Atlanta | Georgia\nIndianapolis | Indiana | Omaha | Nebraska\nIndianapolis | Indiana | Miami | Florida\nIndianapolis | Indiana | Tulsa | Oklahoma\nIndianapolis | Indiana | Oakland | California\nIndianapolis | Indiana | Cleveland | Ohio\nIndianapolis | Indiana | Minneapolis | Minnesota\nIndianapolis | Indiana | Wichita | Kansas\nIndianapolis | Indiana | Arlington | Texas\nIndianapolis | Indiana | Bakersfield | California\nIndianapolis | Indiana | Tampa | Florida\nIndianapolis | Indiana | Anaheim | California\nIndianapolis | Indiana | Honolulu | Hawaii\nIndianapolis | Indiana | Pittsburgh | Pennsylvania\nIndianapolis | Indiana | Lexington | Kentucky\nIndianapolis | Indiana | Stockton | California\nIndianapolis | Indiana | Cincinnati | Ohio\nIndianapolis | Indiana | Anchorage | Alaska\nIndianapolis | Indiana | Toledo | Ohio\nIndianapolis | Indiana | Plano | Texas\nIndianapolis | Indiana | Henderson | Nevada\nIndianapolis | Indiana | Orlando | Florida\nIndianapolis | Indiana | Laredo | Texas\nIndianapolis | Indiana | Chandler | Arizona\nAustin | Texas | Detroit | Michigan\nAustin | Texas | Memphis | Tennessee\nAustin | Texas | Boston | Massachusetts\nAustin | Texas | Seattle | Washington\nAustin | Texas | Denver | Colorado\nAustin | Texas | Baltimore | Maryland\nAustin | Texas | Nashville | Tennessee\nAustin | Texas | Louisville | Kentucky\nAustin | Texas | Milwaukee | Wisconsin\nAustin | Texas | Portland | Oregon\nAustin | Texas | Tucson | Arizona\nAustin | Texas | Fresno | California\nAustin | Texas | Sacramento | California\nAustin | Texas | Mesa | Arizona\nAustin | Texas | Atlanta | Georgia\nAustin | Texas | Omaha | Nebraska\nAustin | Texas | Miami | Florida\nAustin | Texas | Tulsa | Oklahoma\nAustin | Texas | Oakland | California\nAustin | Texas | Cleveland | Ohio\nAustin | Texas | Minneapolis | Minnesota\nAustin | Texas | Wichita | Kansas\nAustin | Texas | Bakersfield | California\nAustin | Texas | Tampa | Florida\nAustin | Texas | Anaheim | California\nAustin | Texas | Honolulu | Hawaii\nAustin | Texas | Pittsburgh | Pennsylvania\nAustin | Texas | Lexington | Kentucky\nAustin | Texas | Stockton | California\nAustin | Texas | Cincinnati | Ohio\nAustin | Texas | Anchorage | Alaska\nAustin | Texas | Toledo | Ohio\nAustin | Texas | Henderson | Nevada\nAustin | Texas | Orlando | Florida\nAustin | Texas | Chandler | Arizona\nAustin | Texas | Madison | Wisconsin\nDetroit | Michigan | Memphis | Tennessee\nDetroit | Michigan | Boston | Massachusetts\nDetroit | Michigan | Seattle | Washington\nDetroit | Michigan | Denver | Colorado\nDetroit | Michigan | Baltimore | Maryland\nDetroit | Michigan | Nashville | Tennessee\nDetroit | Michigan | Louisville | Kentucky\nDetroit | Michigan | Milwaukee | Wisconsin\nDetroit | Michigan | Portland | Oregon\nDetroit | Michigan | Tucson | Arizona\nDetroit | Michigan | Fresno | California\nDetroit | Michigan | Sacramento | California\nDetroit | Michigan | Mesa | Arizona\nDetroit | Michigan | Atlanta | Georgia\nDetroit | Michigan | Omaha | Nebraska\nDetroit | Michigan | Miami | Florida\nDetroit | Michigan | Tulsa | Oklahoma\nDetroit | Michigan | Oakland | California\nDetroit | Michigan | Cleveland | Ohio\nDetroit | Michigan | Minneapolis | Minnesota\nDetroit | Michigan | Wichita | Kansas\nDetroit | Michigan | Arlington | Texas\nDetroit | Michigan | Bakersfield | California\nDetroit | Michigan | Tampa | Florida\nDetroit | Michigan | Anaheim | California\nDetroit | Michigan | Honolulu | Hawaii\nDetroit | Michigan | Pittsburgh | Pennsylvania\nDetroit | Michigan | Lexington | Kentucky\nDetroit | Michigan | Stockton | California\nDetroit | Michigan | Cincinnati | Ohio\nDetroit | Michigan | Anchorage | Alaska\nDetroit | Michigan | Toledo | Ohio\nDetroit | Michigan | Plano | Texas\nDetroit | Michigan | Henderson | Nevada\nDetroit | Michigan | Orlando | Florida\nDetroit | Michigan | Laredo | Texas\nDetroit | Michigan | Chandler | Arizona\nDetroit | Michigan | Madison | Wisconsin\nDetroit | Michigan | Lubbock | Texas\nMemphis | Tennessee | Boston | Massachusetts\nMemphis | Tennessee | Seattle | Washington\nMemphis | Tennessee | Denver | Colorado\nMemphis | Tennessee | Baltimore | Maryland\nMemphis | Tennessee | Louisville | Kentucky\nMemphis | Tennessee | Milwaukee | Wisconsin\nMemphis | Tennessee | Portland | Oregon\nMemphis | Tennessee | Tucson | Arizona\nMemphis | Tennessee | Fresno | California\nMemphis | Tennessee | Sacramento | California\nMemphis | Tennessee | Mesa | Arizona\nMemphis | Tennessee | Atlanta | Georgia\nMemphis | Tennessee | Omaha | Nebraska\nMemphis | Tennessee | Miami | Florida\nMemphis | Tennessee | Tulsa | Oklahoma\nMemphis | Tennessee | Oakland | California\nMemphis | Tennessee | Cleveland | Ohio\nMemphis | Tennessee | Minneapolis | Minnesota\nMemphis | Tennessee | Wichita | Kansas\nMemphis | Tennessee | Arlington | Texas\nMemphis | Tennessee | Bakersfield | California\nMemphis | Tennessee | Tampa | Florida\nMemphis | Tennessee | Anaheim | California\nMemphis | Tennessee | Honolulu | Hawaii\nMemphis | Tennessee | Pittsburgh | Pennsylvania\nMemphis | Tennessee | Lexington | Kentucky\nMemphis | Tennessee | Stockton | California\nMemphis | Tennessee | Cincinnati | Ohio\nMemphis | Tennessee | Anchorage | Alaska\nMemphis | Tennessee | Toledo | Ohio\nMemphis | Tennessee | Plano | Texas\nMemphis | Tennessee | Henderson | Nevada\nMemphis | Tennessee | Orlando | Florida\nMemphis | Tennessee | Laredo | Texas\nMemphis | Tennessee | Chandler | Arizona\nMemphis | Tennessee | Madison | Wisconsin\nMemphis | Tennessee | Lubbock | Texas\nMemphis | Tennessee | Garland | Texas\nBoston | Massachusetts | Seattle | Washington\nBoston | Massachusetts | Denver | Colorado\nBoston | Massachusetts | Baltimore | Maryland\nBoston | Massachusetts | Nashville | Tennessee\nBoston | Massachusetts | Louisville | Kentucky\nBoston | Massachusetts | Milwaukee | Wisconsin\nBoston | Massachusetts | Portland | Oregon\nBoston | Massachusetts | Tucson | Arizona\nBoston | Massachusetts | Fresno | California\nBoston | Massachusetts | Sacramento | California\nBoston | Massachusetts | Mesa | Arizona\nBoston | Massachusetts | Atlanta | Georgia\nBoston | Massachusetts | Omaha | Nebraska\nBoston | Massachusetts | Miami | Florida\nBoston | Massachusetts | Tulsa | Oklahoma\nBoston | Massachusetts | Oakland | California\nBoston | Massachusetts | Cleveland | Ohio\nBoston | Massachusetts | Minneapolis | Minnesota\nBoston | Massachusetts | Wichita | Kansas\nBoston | Massachusetts | Arlington | Texas\nBoston | Massachusetts | Bakersfield | California\nBoston | Massachusetts | Tampa | Florida\nBoston | Massachusetts | Anaheim | California\nBoston | Massachusetts | Honolulu | Hawaii\nBoston | Massachusetts | Pittsburgh | Pennsylvania\nBoston | Massachusetts | Lexington | Kentucky\nBoston | Massachusetts | Stockton | California\nBoston | Massachusetts | Cincinnati | Ohio\nBoston | Massachusetts | Anchorage | Alaska\nBoston | Massachusetts | Toledo | Ohio\nBoston | Massachusetts | Plano | Texas\nBoston | Massachusetts | Henderson | Nevada\nBoston | Massachusetts | Orlando | Florida\nBoston | Massachusetts | Laredo | Texas\nBoston | Massachusetts | Chandler | Arizona\nBoston | Massachusetts | Madison | Wisconsin\nBoston | Massachusetts | Lubbock | Texas\nBoston | Massachusetts | Garland | Texas\nBoston | Massachusetts | Glendale | Arizona\nSeattle | Washington | Denver | Colorado\nSeattle | Washington | Baltimore | Maryland\nSeattle | Washington | Nashville | Tennessee\nSeattle | Washington | Louisville | Kentucky\nSeattle | Washington | Milwaukee | Wisconsin\nSeattle | Washington | Portland | Oregon\nSeattle | Washington | Tucson | Arizona\nSeattle | Washington | Fresno | California\nSeattle | Washington | Sacramento | California\nSeattle | Washington | Mesa | Arizona\nSeattle | Washington | Atlanta | Georgia\nSeattle | Washington | Omaha | Nebraska\nSeattle | Washington | Miami | Florida\nSeattle | Washington | Tulsa | Oklahoma\nSeattle | Washington | Oakland | California\nSeattle | Washington | Cleveland | Ohio\nSeattle | Washington | Minneapolis | Minnesota\nSeattle | Washington | Wichita | Kansas\nSeattle | Washington | Arlington | Texas\nSeattle | Washington | Bakersfield | California\nSeattle | Washington | Tampa | Florida\nSeattle | Washington | Anaheim | California\nSeattle | Washington | Honolulu | Hawaii\nSeattle | Washington | Pittsburgh | Pennsylvania\nSeattle | Washington | Lexington | Kentucky\nSeattle | Washington | Stockton | California\nSeattle | Washington | Cincinnati | Ohio\nSeattle | Washington | Anchorage | Alaska\nSeattle | Washington | Toledo | Ohio\nSeattle | Washington | Plano | Texas\nSeattle | Washington | Henderson | Nevada\nSeattle | Washington | Orlando | Florida\nSeattle | Washington | Laredo | Texas\nSeattle | Washington | Chandler | Arizona\nSeattle | Washington | Madison | Wisconsin\nSeattle | Washington | Lubbock | Texas\nSeattle | Washington | Garland | Texas\nSeattle | Washington | Glendale | Arizona\nSeattle | Washington | Hialeah | Florida\nDenver | Colorado | Baltimore | Maryland\nDenver | Colorado | Nashville | Tennessee\nDenver | Colorado | Louisville | Kentucky\nDenver | Colorado | Milwaukee | Wisconsin\nDenver | Colorado | Portland | Oregon\nDenver | Colorado | Tucson | Arizona\nDenver | Colorado | Fresno | California\nDenver | Colorado | Sacramento | California\nDenver | Colorado | Mesa | Arizona\nDenver | Colorado | Atlanta | Georgia\nDenver | Colorado | Omaha | Nebraska\nDenver | Colorado | Miami | Florida\nDenver | Colorado | Tulsa | Oklahoma\nDenver | Colorado | Oakland | California\nDenver | Colorado | Cleveland | Ohio\nDenver | Colorado | Minneapolis | Minnesota\nDenver | Colorado | Wichita | Kansas\nDenver | Colorado | Arlington | Texas\nDenver | Colorado | Bakersfield | California\nDenver | Colorado | Tampa | Florida\nDenver | Colorado | Anaheim | California\nDenver | Colorado | Honolulu | Hawaii\nDenver | Colorado | Pittsburgh | Pennsylvania\nDenver | Colorado | Lexington | Kentucky\nDenver | Colorado | Stockton | California\nDenver | Colorado | Cincinnati | Ohio\nDenver | Colorado | Anchorage | Alaska\nDenver | Colorado | Toledo | Ohio\nDenver | Colorado | Plano | Texas\nDenver | Colorado | Henderson | Nevada\nDenver | Colorado | Orlando | Florida\nDenver | Colorado | Laredo | Texas\nDenver | Colorado | Chandler | Arizona\nDenver | Colorado | Madison | Wisconsin\nDenver | Colorado | Lubbock | Texas\nDenver | Colorado | Garland | Texas\nDenver | Colorado | Glendale | Arizona\nDenver | Colorado | Hialeah | Florida\nDenver | Colorado | Reno | Nevada\nBaltimore | Maryland | Nashville | Tennessee\nBaltimore | Maryland | Louisville | Kentucky\nBaltimore | Maryland | Milwaukee | Wisconsin\nBaltimore | Maryland | Portland | Oregon\nBaltimore | Maryland | Tucson | Arizona\nBaltimore | Maryland | Fresno | California\nBaltimore | Maryland | Sacramento | California\nBaltimore | Maryland | Mesa | Arizona\nBaltimore | Maryland | Atlanta | Georgia\nBaltimore | Maryland | Omaha | Nebraska\nBaltimore | Maryland | Miami | Florida\nBaltimore | Maryland | Tulsa | Oklahoma\nBaltimore | Maryland | Oakland | California\nBaltimore | Maryland | Cleveland | Ohio\nBaltimore | Maryland | Minneapolis | Minnesota\nBaltimore | Maryland | Wichita | Kansas\nBaltimore | Maryland | Arlington | Texas\nBaltimore | Maryland | Bakersfield | California\nBaltimore | Maryland | Tampa | Florida\nBaltimore | Maryland | Anaheim | California\nBaltimore | Maryland | Honolulu | Hawaii\nBaltimore | Maryland | Pittsburgh | Pennsylvania\nBaltimore | Maryland | Lexington | Kentucky\nBaltimore | Maryland | Stockton | California\nBaltimore | Maryland | Cincinnati | Ohio\nBaltimore | Maryland | Anchorage | Alaska\nBaltimore | Maryland | Toledo | Ohio\nBaltimore | Maryland | Plano | Texas\nBaltimore | Maryland | Henderson | Nevada\nBaltimore | Maryland | Orlando | Florida\nBaltimore | Maryland | Laredo | Texas\nBaltimore | Maryland | Chandler | Arizona\nBaltimore | Maryland | Madison | Wisconsin\nBaltimore | Maryland | Lubbock | Texas\nBaltimore | Maryland | Garland | Texas\nBaltimore | Maryland | Glendale | Arizona\nBaltimore | Maryland | Hialeah | Florida\nBaltimore | Maryland | Reno | Nevada\nBaltimore | Maryland | Scottsdale | Arizona\nNashville | Tennessee | Louisville | Kentucky\nNashville | Tennessee | Milwaukee | Wisconsin\nNashville | Tennessee | Portland | Oregon\nNashville | Tennessee | Tucson | Arizona\nNashville | Tennessee | Fresno | California\nNashville | Tennessee | Sacramento | California\nNashville | Tennessee | Mesa | Arizona\nNashville | Tennessee | Atlanta | Georgia\nNashville | Tennessee | Omaha | Nebraska\nNashville | Tennessee | Miami | Florida\nNashville | Tennessee | Tulsa | Oklahoma\nNashville | Tennessee | Oakland | California\nNashville | Tennessee | Cleveland | Ohio\nNashville | Tennessee | Minneapolis | Minnesota\nNashville | Tennessee | Wichita | Kansas\nNashville | Tennessee | Arlington | Texas\nNashville | Tennessee | Bakersfield | California\nNashville | Tennessee | Tampa | Florida\nNashville | Tennessee | Anaheim | California\nNashville | Tennessee | Honolulu | Hawaii\nNashville | Tennessee | Pittsburgh | Pennsylvania\nNashville | Tennessee | Lexington | Kentucky\nNashville | Tennessee | Stockton | California\nNashville | Tennessee | Cincinnati | Ohio\nNashville | Tennessee | Anchorage | Alaska\nNashville | Tennessee | Toledo | Ohio\nNashville | Tennessee | Plano | Texas\nNashville | Tennessee | Henderson | Nevada\nNashville | Tennessee | Orlando | Florida\nNashville | Tennessee | Laredo | Texas\nNashville | Tennessee | Chandler | Arizona\nNashville | Tennessee | Madison | Wisconsin\nNashville | Tennessee | Lubbock | Texas\nNashville | Tennessee | Garland | Texas\nNashville | Tennessee | Glendale | Arizona\nNashville | Tennessee | Hialeah | Florida\nNashville | Tennessee | Reno | Nevada\nNashville | Tennessee | Scottsdale | Arizona\nNashville | Tennessee | Irving | Texas\nLouisville | Kentucky | Milwaukee | Wisconsin\nLouisville | Kentucky | Portland | Oregon\nLouisville | Kentucky | Tucson | Arizona\nLouisville | Kentucky | Fresno | California\nLouisville | Kentucky | Sacramento | California\nLouisville | Kentucky | Mesa | Arizona\nLouisville | Kentucky | Atlanta | Georgia\nLouisville | Kentucky | Omaha | Nebraska\nLouisville | Kentucky | Miami | Florida\nLouisville | Kentucky | Tulsa | Oklahoma\nLouisville | Kentucky | Oakland | California\nLouisville | Kentucky | Cleveland | Ohio\nLouisville | Kentucky | Minneapolis | Minnesota\nLouisville | Kentucky | Wichita | Kansas\nLouisville | Kentucky | Arlington | Texas\nLouisville | Kentucky | Bakersfield | California\nLouisville | Kentucky | Tampa | Florida\nLouisville | Kentucky | Anaheim | California\nLouisville | Kentucky | Honolulu | Hawaii\nLouisville | Kentucky | Pittsburgh | Pennsylvania\nLouisville | Kentucky | Stockton | California\nLouisville | Kentucky | Cincinnati | Ohio\nLouisville | Kentucky | Anchorage | Alaska\nLouisville | Kentucky | Toledo | Ohio\nLouisville | Kentucky | Plano | Texas\nLouisville | Kentucky | Henderson | Nevada\nLouisville | Kentucky | Orlando | Florida\nLouisville | Kentucky | Laredo | Texas\nLouisville | Kentucky | Chandler | Arizona\nLouisville | Kentucky | Madison | Wisconsin\nLouisville | Kentucky | Lubbock | Texas\nLouisville | Kentucky | Garland | Texas\nLouisville | Kentucky | Glendale | Arizona\nLouisville | Kentucky | Hialeah | Florida\nLouisville | Kentucky | Reno | Nevada\nLouisville | Kentucky | Scottsdale | Arizona\nLouisville | Kentucky | Irving | Texas\nLouisville | Kentucky | Fremont | California\nMilwaukee | Wisconsin | Portland | Oregon\nMilwaukee | Wisconsin | Tucson | Arizona\nMilwaukee | Wisconsin | Fresno | California\nMilwaukee | Wisconsin | Sacramento | California\nMilwaukee | Wisconsin | Mesa | Arizona\nMilwaukee | Wisconsin | Atlanta | Georgia\nMilwaukee | Wisconsin | Omaha | Nebraska\nMilwaukee | Wisconsin | Miami | Florida\nMilwaukee | Wisconsin | Tulsa | Oklahoma\nMilwaukee | Wisconsin | Oakland | California\nMilwaukee | Wisconsin | Cleveland | Ohio\nMilwaukee | Wisconsin | Minneapolis | Minnesota\nMilwaukee | Wisconsin | Wichita | Kansas\nMilwaukee | Wisconsin | Arlington | Texas\nMilwaukee | Wisconsin | Bakersfield | California\nMilwaukee | Wisconsin | Tampa | Florida\nMilwaukee | Wisconsin | Anaheim | California\nMilwaukee | Wisconsin | Honolulu | Hawaii\nMilwaukee | Wisconsin | Pittsburgh | Pennsylvania\nMilwaukee | Wisconsin | Lexington | Kentucky\nMilwaukee | Wisconsin | Stockton | California\nMilwaukee | Wisconsin | Cincinnati | Ohio\nMilwaukee | Wisconsin | Anchorage | Alaska\nMilwaukee | Wisconsin | Toledo | Ohio\nMilwaukee | Wisconsin | Plano | Texas\nMilwaukee | Wisconsin | Henderson | Nevada\nMilwaukee | Wisconsin | Orlando | Florida\nMilwaukee | Wisconsin | Laredo | Texas\nMilwaukee | Wisconsin | Chandler | Arizona\nMilwaukee | Wisconsin | Lubbock | Texas\nMilwaukee | Wisconsin | Garland | Texas\nMilwaukee | Wisconsin | Glendale | Arizona\nMilwaukee | Wisconsin | Hialeah | Florida\nMilwaukee | Wisconsin | Reno | Nevada\nMilwaukee | Wisconsin | Scottsdale | Arizona\nMilwaukee | Wisconsin | Irving | Texas\nMilwaukee | Wisconsin | Fremont | California\nMilwaukee | Wisconsin | Irvine | California\nPortland | Oregon | Tucson | Arizona\nPortland | Oregon | Fresno | California\nPortland | Oregon | Sacramento | California\nPortland | Oregon | Mesa | Arizona\nPortland | Oregon | Atlanta | Georgia\nPortland | Oregon | Omaha | Nebraska\nPortland | Oregon | Miami | Florida\nPortland | Oregon | Tulsa | Oklahoma\nPortland | Oregon | Oakland | California\nPortland | Oregon | Cleveland | Ohio\nPortland | Oregon | Minneapolis | Minnesota\nPortland | Oregon | Wichita | Kansas\nPortland | Oregon | Arlington | Texas\nPortland | Oregon | Bakersfield | California\nPortland | Oregon | Tampa | Florida\nPortland | Oregon | Anaheim | California\nPortland | Oregon | Honolulu | Hawaii\nPortland | Oregon | Pittsburgh | Pennsylvania\nPortland | Oregon | Lexington | Kentucky\nPortland | Oregon | Stockton | California\nPortland | Oregon | Cincinnati | Ohio\nPortland | Oregon | Anchorage | Alaska\nPortland | Oregon | Toledo | Ohio\nPortland | Oregon | Plano | Texas\nPortland | Oregon | Henderson | Nevada\nPortland | Oregon | Orlando | Florida\nPortland | Oregon | Laredo | Texas\nPortland | Oregon | Chandler | Arizona\nPortland | Oregon | Madison | Wisconsin\nPortland | Oregon | Lubbock | Texas\nPortland | Oregon | Garland | Texas\nPortland | Oregon | Glendale | Arizona\nPortland | Oregon | Hialeah | Florida\nPortland | Oregon | Reno | Nevada\nPortland | Oregon | Scottsdale | Arizona\nPortland | Oregon | Irving | Texas\nPortland | Oregon | Fremont | California\nPortland | Oregon | Irvine | California\nPortland | Oregon | Spokane | Washington\nTucson | Arizona | Fresno | California\nTucson | Arizona | Sacramento | California\nTucson | Arizona | Atlanta | Georgia\nTucson | Arizona | Omaha | Nebraska\nTucson | Arizona | Miami | Florida\nTucson | Arizona | Tulsa | Oklahoma\nTucson | Arizona | Oakland | California\nTucson | Arizona | Cleveland | Ohio\nTucson | Arizona | Minneapolis | Minnesota\nTucson | Arizona | Wichita | Kansas\nTucson | Arizona | Arlington | Texas\nTucson | Arizona | Bakersfield | California\nTucson | Arizona | Tampa | Florida\nTucson | Arizona | Anaheim | California\nTucson | Arizona | Honolulu | Hawaii\nTucson | Arizona | Pittsburgh | Pennsylvania\nTucson | Arizona | Lexington | Kentucky\nTucson | Arizona | Stockton | California\nTucson | Arizona | Cincinnati | Ohio\nTucson | Arizona | Anchorage | Alaska\nTucson | Arizona | Toledo | Ohio\nTucson | Arizona | Plano | Texas\nTucson | Arizona | Henderson | Nevada\nTucson | Arizona | Orlando | Florida\nTucson | Arizona | Laredo | Texas\nTucson | Arizona | Madison | Wisconsin\nTucson | Arizona | Lubbock | Texas\nTucson | Arizona | Garland | Texas\nTucson | Arizona | Hialeah | Florida\nTucson | Arizona | Reno | Nevada\nTucson | Arizona | Irving | Texas\nTucson | Arizona | Fremont | California\nTucson | Arizona | Irvine | California\nTucson | Arizona | Spokane | Washington\nTucson | Arizona | Modesto | California\nFresno | California | Mesa | Arizona\nFresno | California | Atlanta | Georgia\nFresno | California | Omaha | Nebraska\nFresno | California | Miami | Florida\nFresno | California | Tulsa | Oklahoma\nFresno | California | Cleveland | Ohio\nFresno | California | Minneapolis | Minnesota\nFresno | California | Wichita | Kansas\nFresno | California | Arlington | Texas\nFresno | California | Tampa | Florida\nFresno | California | Honolulu | Hawaii\nFresno | California | Pittsburgh | Pennsylvania\nFresno | California | Lexington | Kentucky\nFresno | California | Cincinnati | Ohio\nFresno | California | Anchorage | Alaska\nFresno | California | Toledo | Ohio\nFresno | California | Plano | Texas\nFresno | California | Henderson | Nevada\nFresno | California | Orlando | Florida\nFresno | California | Laredo | Texas\nFresno | California | Chandler | Arizona\nFresno | California | Madison | Wisconsin\nFresno | California | Lubbock | Texas\nFresno | California | Garland | Texas\nFresno | California | Glendale | Arizona\nFresno | California | Hialeah | Florida\nFresno | California | Reno | Nevada\nFresno | California | Scottsdale | Arizona\nFresno | California | Irving | Texas\nFresno | California | Spokane | Washington\nFresno | California | Shreveport | Louisiana\nSacramento | California | Mesa | Arizona\nSacramento | California | Atlanta | Georgia\nSacramento | California | Omaha | Nebraska\nSacramento | California | Miami | Florida\nSacramento | California | Tulsa | Oklahoma\nSacramento | California | Cleveland | Ohio\nSacramento | California | Minneapolis | Minnesota\nSacramento | California | Wichita | Kansas\nSacramento | California | Arlington | Texas\nSacramento | California | Tampa | Florida\nSacramento | California | Honolulu | Hawaii\nSacramento | California | Pittsburgh | Pennsylvania\nSacramento | California | Lexington | Kentucky\nSacramento | California | Cincinnati | Ohio\nSacramento | California | Anchorage | Alaska\nSacramento | California | Toledo | Ohio\nSacramento | California | Plano | Texas\nSacramento | California | Henderson | Nevada\nSacramento | California | Orlando | Florida\nSacramento | California | Laredo | Texas\nSacramento | California | Chandler | Arizona\nSacramento | California | Madison | Wisconsin\nSacramento | California | Lubbock | Texas\nSacramento | California | Garland | Texas\nSacramento | California | Glendale | Arizona\nSacramento | California | Hialeah | Florida\nSacramento | California | Reno | Nevada\nSacramento | California | Scottsdale | Arizona\nSacramento | California | Irving | Texas\nSacramento | California | Spokane | Washington\nSacramento | California | Shreveport | Louisiana\nSacramento | California | Tacoma | Washington\nMesa | Arizona | Atlanta | Georgia\nMesa | Arizona | Omaha | Nebraska\nMesa | Arizona | Miami | Florida\nMesa | Arizona | Tulsa | Oklahoma\nMesa | Arizona | Oakland | California\nMesa | Arizona | Cleveland | Ohio\nMesa | Arizona | Minneapolis | Minnesota\nMesa | Arizona | Wichita | Kansas\nMesa | Arizona | Arlington | Texas\nMesa | Arizona | Bakersfield | California\nMesa | Arizona | Tampa | Florida\nMesa | Arizona | Anaheim | California\nMesa | Arizona | Honolulu | Hawaii\nMesa | Arizona | Pittsburgh | Pennsylvania\nMesa | Arizona | Lexington | Kentucky\nMesa | Arizona | Stockton | California\nMesa | Arizona | Cincinnati | Ohio\nMesa | Arizona | Anchorage | Alaska\nMesa | Arizona | Toledo | Ohio\nMesa | Arizona | Plano | Texas\nMesa | Arizona | Henderson | Nevada\nMesa | Arizona | Orlando | Florida\nMesa | Arizona | Laredo | Texas\nMesa | Arizona | Madison | Wisconsin\nMesa | Arizona | Lubbock | Texas\nMesa | Arizona | Garland | Texas\nMesa | Arizona | Hialeah | Florida\nMesa | Arizona | Reno | Nevada\nMesa | Arizona | Irving | Texas\nMesa | Arizona | Fremont | California\nMesa | Arizona | Irvine | California\nMesa | Arizona | Spokane | Washington\nMesa | Arizona | Modesto | California\nMesa | Arizona | Shreveport | Louisiana\nMesa | Arizona | Tacoma | Washington\nMesa | Arizona | Oxnard | California\nAtlanta | Georgia | Omaha | Nebraska\nAtlanta | Georgia | Miami | Florida\nAtlanta | Georgia | Tulsa | Oklahoma\nAtlanta | Georgia | Oakland | California\nAtlanta | Georgia | Cleveland | Ohio\nAtlanta | Georgia | Minneapolis | Minnesota\nAtlanta | Georgia | Wichita | Kansas\nAtlanta | Georgia | Arlington | Texas\nAtlanta | Georgia | Bakersfield | California\nAtlanta | Georgia | Tampa | Florida\nAtlanta | Georgia | Anaheim | California\nAtlanta | Georgia | Honolulu | Hawaii\nAtlanta | Georgia | Pittsburgh | Pennsylvania\nAtlanta | Georgia | Lexington | Kentucky\nAtlanta | Georgia | Stockton | California\nAtlanta | Georgia | Cincinnati | Ohio\nAtlanta | Georgia | Anchorage | Alaska\nAtlanta | Georgia | Toledo | Ohio\nAtlanta | Georgia | Plano | Texas\nAtlanta | Georgia | Henderson | Nevada\nAtlanta | Georgia | Orlando | Florida\nAtlanta | Georgia | Laredo | Texas\nAtlanta | Georgia | Chandler | Arizona\nAtlanta | Georgia | Madison | Wisconsin\nAtlanta | Georgia | Lubbock | Texas\nAtlanta | Georgia | Garland | Texas\nAtlanta | Georgia | Glendale | Arizona\nAtlanta | Georgia | Hialeah | Florida\nAtlanta | Georgia | Reno | Nevada\nAtlanta | Georgia | Scottsdale | Arizona\nAtlanta | Georgia | Irving | Texas\nAtlanta | Georgia | Fremont | California\nAtlanta | Georgia | Irvine | California\nAtlanta | Georgia | Spokane | Washington\nAtlanta | Georgia | Modesto | California\nAtlanta | Georgia | Shreveport | Louisiana\nAtlanta | Georgia | Tacoma | Washington\nAtlanta | Georgia | Oxnard | California\nAtlanta | Georgia | Fontana | California\nOmaha | Nebraska | Miami | Florida\nOmaha | Nebraska | Tulsa | Oklahoma\nOmaha | Nebraska | Oakland | California\nOmaha | Nebraska | Cleveland | Ohio\nOmaha | Nebraska | Minneapolis | Minnesota\nOmaha | Nebraska | Wichita | Kansas\nOmaha | Nebraska | Arlington | Texas\nOmaha | Nebraska | Bakersfield | California\nOmaha | Nebraska | Tampa | Florida\nOmaha | Nebraska | Anaheim | California\nOmaha | Nebraska | Honolulu | Hawaii\nOmaha | Nebraska | Pittsburgh | Pennsylvania\nOmaha | Nebraska | Lexington | Kentucky\nOmaha | Nebraska | Stockton | California\nOmaha | Nebraska | Cincinnati | Ohio\nOmaha | Nebraska | Anchorage | Alaska\nOmaha | Nebraska | Toledo | Ohio\nOmaha | Nebraska | Plano | Texas\nOmaha | Nebraska | Henderson | Nevada\nOmaha | Nebraska | Orlando | Florida\nOmaha | Nebraska | Laredo | Texas\nOmaha | Nebraska | Chandler | Arizona\nOmaha | Nebraska | Madison | Wisconsin\nOmaha | Nebraska | Lubbock | Texas\nOmaha | Nebraska | Garland | Texas\nOmaha | Nebraska | Glendale | Arizona\nOmaha | Nebraska | Hialeah | Florida\nOmaha | Nebraska | Reno | Nevada\nOmaha | Nebraska | Scottsdale | Arizona\nOmaha | Nebraska | Irving | Texas\nOmaha | Nebraska | Fremont | California\nOmaha | Nebraska | Irvine | California\nOmaha | Nebraska | Spokane | Washington\nOmaha | Nebraska | Modesto | California\nOmaha | Nebraska | Shreveport | Louisiana\nOmaha | Nebraska | Tacoma | Washington\nOmaha | Nebraska | Oxnard | California\nOmaha | Nebraska | Fontana | California\nOmaha | Nebraska | Akron | Ohio\nMiami | Florida | Tulsa | Oklahoma\nMiami | Florida | Oakland | California\nMiami | Florida | Cleveland | Ohio\nMiami | Florida | Minneapolis | Minnesota\nMiami | Florida | Wichita | Kansas\nMiami | Florida | Arlington | Texas\nMiami | Florida | Bakersfield | California\nMiami | Florida | Anaheim | California\nMiami | Florida | Honolulu | Hawaii\nMiami | Florida | Pittsburgh | Pennsylvania\nMiami | Florida | Lexington | Kentucky\nMiami | Florida | Stockton | California\nMiami | Florida | Cincinnati | Ohio\nMiami | Florida | Anchorage | Alaska\nMiami | Florida | Toledo | Ohio\nMiami | Florida | Plano | Texas\nMiami | Florida | Henderson | Nevada\nMiami | Florida | Laredo | Texas\nMiami | Florida | Chandler | Arizona\nMiami | Florida | Madison | Wisconsin\nMiami | Florida | Lubbock | Texas\nMiami | Florida | Garland | Texas\nMiami | Florida | Glendale | Arizona\nMiami | Florida | Reno | Nevada\nMiami | Florida | Scottsdale | Arizona\nMiami | Florida | Irving | Texas\nMiami | Florida | Fremont | California\nMiami | Florida | Irvine | California\nMiami | Florida | Spokane | Washington\nMiami | Florida | Modesto | California\nMiami | Florida | Shreveport | Louisiana\nMiami | Florida | Tacoma | Washington\nMiami | Florida | Oxnard | California\nMiami | Florida | Fontana | California\nMiami | Florida | Akron | Ohio\nMiami | Florida | Amarillo | Texas\nTulsa | Oklahoma | Oakland | California\nTulsa | Oklahoma | Cleveland | Ohio\nTulsa | Oklahoma | Minneapolis | Minnesota\nTulsa | Oklahoma | Wichita | Kansas\nTulsa | Oklahoma | Arlington | Texas\nTulsa | Oklahoma | Bakersfield | California\nTulsa | Oklahoma | Tampa | Florida\nTulsa | Oklahoma | Anaheim | California\nTulsa | Oklahoma | Honolulu | Hawaii\nTulsa | Oklahoma | Pittsburgh | Pennsylvania\nTulsa | Oklahoma | Lexington | Kentucky\nTulsa | Oklahoma | Stockton | California\nTulsa | Oklahoma | Cincinnati | Ohio\nTulsa | Oklahoma | Anchorage | Alaska\nTulsa | Oklahoma | Toledo | Ohio\nTulsa | Oklahoma | Plano | Texas\nTulsa | Oklahoma | Henderson | Nevada\nTulsa | Oklahoma | Orlando | Florida\nTulsa | Oklahoma | Laredo | Texas\nTulsa | Oklahoma | Chandler | Arizona\nTulsa | Oklahoma | Madison | Wisconsin\nTulsa | Oklahoma | Lubbock | Texas\nTulsa | Oklahoma | Garland | Texas\nTulsa | Oklahoma | Glendale | Arizona\nTulsa | Oklahoma | Hialeah | Florida\nTulsa | Oklahoma | Reno | Nevada\nTulsa | Oklahoma | Scottsdale | Arizona\nTulsa | Oklahoma | Irving | Texas\nTulsa | Oklahoma | Fremont | California\nTulsa | Oklahoma | Irvine | California\nTulsa | Oklahoma | Spokane | Washington\nTulsa | Oklahoma | Modesto | California\nTulsa | Oklahoma | Shreveport | Louisiana\nTulsa | Oklahoma | Tacoma | Washington\nTulsa | Oklahoma | Oxnard | California\nTulsa | Oklahoma | Fontana | California\nTulsa | Oklahoma | Akron | Ohio\nTulsa | Oklahoma | Amarillo | Texas\nTulsa | Oklahoma | Glendale | California\nOakland | California | Cleveland | Ohio\nOakland | California | Minneapolis | Minnesota\nOakland | California | Wichita | Kansas\nOakland | California | Arlington | Texas\nOakland | California | Tampa | Florida\nOakland | California | Honolulu | Hawaii\nOakland | California | Pittsburgh | Pennsylvania\nOakland | California | Lexington | Kentucky\nOakland | California | Cincinnati | Ohio\nOakland | California | Anchorage | Alaska\nOakland | California | Toledo | Ohio\nOakland | California | Plano | Texas\nOakland | California | Henderson | Nevada\nOakland | California | Orlando | Florida\nOakland | California | Laredo | Texas\nOakland | California | Chandler | Arizona\nOakland | California | Madison | Wisconsin\nOakland | California | Lubbock | Texas\nOakland | California | Garland | Texas\nOakland | California | Glendale | Arizona\nOakland | California | Hialeah | Florida\nOakland | California | Reno | Nevada\nOakland | California | Scottsdale | Arizona\nOakland | California | Irving | Texas\nOakland | California | Spokane | Washington\nOakland | California | Shreveport | Louisiana\nOakland | California | Tacoma | Washington\nOakland | California | Akron | Ohio\nOakland | California | Amarillo | Texas\nOakland | California | Tallahassee | Florida\nCleveland | Ohio | Minneapolis | Minnesota\nCleveland | Ohio | Wichita | Kansas\nCleveland | Ohio | Arlington | Texas\nCleveland | Ohio | Bakersfield | California\nCleveland | Ohio | Tampa | Florida\nCleveland | Ohio | Anaheim | California\nCleveland | Ohio | Honolulu | Hawaii\nCleveland | Ohio | Pittsburgh | Pennsylvania\nCleveland | Ohio | Lexington | Kentucky\nCleveland | Ohio | Stockton | California\nCleveland | Ohio | Anchorage | Alaska\nCleveland | Ohio | Plano | Texas\nCleveland | Ohio | Henderson | Nevada\nCleveland | Ohio | Orlando | Florida\nCleveland | Ohio | Laredo | Texas\nCleveland | Ohio | Chandler | Arizona\nCleveland | Ohio | Madison | Wisconsin\nCleveland | Ohio | Lubbock | Texas\nCleveland | Ohio | Garland | Texas\nCleveland | Ohio | Glendale | Arizona\nCleveland | Ohio | Hialeah | Florida\nCleveland | Ohio | Reno | Nevada\nCleveland | Ohio | Scottsdale | Arizona\nCleveland | Ohio | Irving | Texas\nCleveland | Ohio | Fremont | California\nCleveland | Ohio | Irvine | California\nCleveland | Ohio | Spokane | Washington\nCleveland | Ohio | Modesto | California\nCleveland | Ohio | Shreveport | Louisiana\nCleveland | Ohio | Tacoma | Washington\nCleveland | Ohio | Oxnard | California\nCleveland | Ohio | Fontana | California\nCleveland | Ohio | Amarillo | Texas\nCleveland | Ohio | Glendale | California\nCleveland | Ohio | Tallahassee | Florida\nCleveland | Ohio | Huntsville | Alabama\nMinneapolis | Minnesota | Wichita | Kansas\nMinneapolis | Minnesota | Arlington | Texas\nMinneapolis | Minnesota | Bakersfield | California\nMinneapolis | Minnesota | Tampa | Florida\nMinneapolis | Minnesota | Anaheim | California\nMinneapolis | Minnesota | Honolulu | Hawaii\nMinneapolis | Minnesota | Pittsburgh | Pennsylvania\nMinneapolis | Minnesota | Lexington | Kentucky\nMinneapolis | Minnesota | Stockton | California\nMinneapolis | Minnesota | Cincinnati | Ohio\nMinneapolis | Minnesota | Anchorage | Alaska\nMinneapolis | Minnesota | Toledo | Ohio\nMinneapolis | Minnesota | Plano | Texas\nMinneapolis | Minnesota | Henderson | Nevada\nMinneapolis | Minnesota | Orlando | Florida\nMinneapolis | Minnesota | Laredo | Texas\nMinneapolis | Minnesota | Chandler | Arizona\nMinneapolis | Minnesota | Madison | Wisconsin\nMinneapolis | Minnesota | Lubbock | Texas\nMinneapolis | Minnesota | Garland | Texas\nMinneapolis | Minnesota | Glendale | Arizona\nMinneapolis | Minnesota | Hialeah | Florida\nMinneapolis | Minnesota | Reno | Nevada\nMinneapolis | Minnesota | Scottsdale | Arizona\nMinneapolis | Minnesota | Irving | Texas\nMinneapolis | Minnesota | Fremont | California\nMinneapolis | Minnesota | Irvine | California\nMinneapolis | Minnesota | Spokane | Washington\nMinneapolis | Minnesota | Modesto | California\nMinneapolis | Minnesota | Shreveport | Louisiana\nMinneapolis | Minnesota | Tacoma | Washington\nMinneapolis | Minnesota | Oxnard | California\nMinneapolis | Minnesota | Fontana | California\nMinneapolis | Minnesota | Akron | Ohio\nMinneapolis | Minnesota | Amarillo | Texas\nMinneapolis | Minnesota | Glendale | California\nMinneapolis | Minnesota | Tallahassee | Florida\nMinneapolis | Minnesota | Huntsville | Alabama\nMinneapolis | Minnesota | Worcester | Massachusetts\nWichita | Kansas | Arlington | Texas\nWichita | Kansas | Bakersfield | California\nWichita | Kansas | Tampa | Florida\nWichita | Kansas | Anaheim | California\nWichita | Kansas | Honolulu | Hawaii\nWichita | Kansas | Pittsburgh | Pennsylvania\nWichita | Kansas | Lexington | Kentucky\nWichita | Kansas | Stockton | California\nWichita | Kansas | Cincinnati | Ohio\nWichita | Kansas | Anchorage | Alaska\nWichita | Kansas | Toledo | Ohio\nWichita | Kansas | Plano | Texas\nWichita | Kansas | Henderson | Nevada\nWichita | Kansas | Orlando | Florida\nWichita | Kansas | Laredo | Texas\nWichita | Kansas | Chandler | Arizona\nWichita | Kansas | Madison | Wisconsin\nWichita | Kansas | Lubbock | Texas\nWichita | Kansas | Garland | Texas\nWichita | Kansas | Glendale | Arizona\nWichita | Kansas | Hialeah | Florida\nWichita | Kansas | Reno | Nevada\nWichita | Kansas | Scottsdale | Arizona\nWichita | Kansas | Irving | Texas\nWichita | Kansas | Fremont | California\nWichita | Kansas | Irvine | California\nWichita | Kansas | Spokane | Washington\nWichita | Kansas | Modesto | California\nWichita | Kansas | Shreveport | Louisiana\nWichita | Kansas | Tacoma | Washington\nWichita | Kansas | Oxnard | California\nWichita | Kansas | Fontana | California\nWichita | Kansas | Akron | Ohio\nWichita | Kansas | Amarillo | Texas\nWichita | Kansas | Glendale | California\nWichita | Kansas | Tallahassee | Florida\nWichita | Kansas | Huntsville | Alabama\nWichita | Kansas | Worcester | Massachusetts\nWichita | Kansas | Chicago | Illinois\nArlington | Texas | Bakersfield | California\nArlington | Texas | Tampa | Florida\nArlington | Texas | Anaheim | California\nArlington | Texas | Honolulu | Hawaii\nArlington | Texas | Pittsburgh | Pennsylvania\nArlington | Texas | Lexington | Kentucky\nArlington | Texas | Stockton | California\nArlington | Texas | Cincinnati | Ohio\nArlington | Texas | Anchorage | Alaska\nArlington | Texas | Toledo | Ohio\nArlington | Texas | Henderson | Nevada\nArlington | Texas | Orlando | Florida\nArlington | Texas | Chandler | Arizona\nArlington | Texas | Madison | Wisconsin\nArlington | Texas | Glendale | Arizona\nArlington | Texas | Hialeah | Florida\nArlington | Texas | Reno | Nevada\nArlington | Texas | Scottsdale | Arizona\nArlington | Texas | Fremont | California\nArlington | Texas | Irvine | California\nArlington | Texas | Spokane | Washington\nArlington | Texas | Modesto | California\nArlington | Texas | Shreveport | Louisiana\nArlington | Texas | Tacoma | Washington\nArlington | Texas | Oxnard | California\nArlington | Texas | Fontana | California\nArlington | Texas | Akron | Ohio\nArlington | Texas | Glendale | California\nArlington | Texas | Tallahassee | Florida\nArlington | Texas | Huntsville | Alabama\nArlington | Texas | Worcester | Massachusetts\nArlington | Texas | Chicago | Illinois\nBakersfield | California | Tampa | Florida\nBakersfield | California | Honolulu | Hawaii\nBakersfield | California | Pittsburgh | Pennsylvania\nBakersfield | California | Lexington | Kentucky\nBakersfield | California | Cincinnati | Ohio\nBakersfield | California | Anchorage | Alaska\nBakersfield | California | Toledo | Ohio\nBakersfield | California | Plano | Texas\nBakersfield | California | Henderson | Nevada\nBakersfield | California | Orlando | Florida\nBakersfield | California | Laredo | Texas\nBakersfield | California | Chandler | Arizona\nBakersfield | California | Madison | Wisconsin\nBakersfield | California | Lubbock | Texas\nBakersfield | California | Garland | Texas\nBakersfield | California | Glendale | Arizona\nBakersfield | California | Hialeah | Florida\nBakersfield | California | Reno | Nevada\nBakersfield | California | Scottsdale | Arizona\nBakersfield | California | Irving | Texas\nBakersfield | California | Spokane | Washington\nBakersfield | California | Shreveport | Louisiana\nBakersfield | California | Tacoma | Washington\nBakersfield | California | Akron | Ohio\nBakersfield | California | Amarillo | Texas\nBakersfield | California | Tallahassee | Florida\nBakersfield | California | Huntsville | Alabama\nBakersfield | California | Worcester | Massachusetts\nBakersfield | California | Chicago | Illinois\nBakersfield | California | Houston | Texas\nBakersfield | California | Philadelphia | Pennsylvania\nTampa | Florida | Anaheim | California\nTampa | Florida | Honolulu | Hawaii\nTampa | Florida | Pittsburgh | Pennsylvania\nTampa | Florida | Lexington | Kentucky\nTampa | Florida | Stockton | California\nTampa | Florida | Cincinnati | Ohio\nTampa | Florida | Anchorage | Alaska\nTampa | Florida | Toledo | Ohio\nTampa | Florida | Plano | Texas\nTampa | Florida | Henderson | Nevada\nTampa | Florida | Laredo | Texas\nTampa | Florida | Chandler | Arizona\nTampa | Florida | Madison | Wisconsin\nTampa | Florida | Lubbock | Texas\nTampa | Florida | Garland | Texas\nTampa | Florida | Glendale | Arizona\nTampa | Florida | Reno | Nevada\nTampa | Florida | Scottsdale | Arizona\nTampa | Florida | Irving | Texas\nTampa | Florida | Fremont | California\nTampa | Florida | Irvine | California\nTampa | Florida | Spokane | Washington\nTampa | Florida | Modesto | California\nTampa | Florida | Shreveport | Louisiana\nTampa | Florida | Tacoma | Washington\nTampa | Florida | Oxnard | California\nTampa | Florida | Fontana | California\nTampa | Florida | Akron | Ohio\nTampa | Florida | Amarillo | Texas\nTampa | Florida | Glendale | California\nTampa | Florida | Huntsville | Alabama\nTampa | Florida | Worcester | Massachusetts\nTampa | Florida | Chicago | Illinois\nTampa | Florida | Houston | Texas\nTampa | Florida | Philadelphia | Pennsylvania\nTampa | Florida | Phoenix | Arizona\nAnaheim | California | Honolulu | Hawaii\nAnaheim | California | Pittsburgh | Pennsylvania\nAnaheim | California | Lexington | Kentucky\nAnaheim | California | Cincinnati | Ohio\nAnaheim | California | Anchorage | Alaska\nAnaheim | California | Toledo | Ohio\nAnaheim | California | Plano | Texas\nAnaheim | California | Henderson | Nevada\nAnaheim | California | Orlando | Florida\nAnaheim | California | Laredo | Texas\nAnaheim | California | Chandler | Arizona\nAnaheim | California | Madison | Wisconsin\nAnaheim | California | Lubbock | Texas\nAnaheim | California | Garland | Texas\nAnaheim | California | Glendale | Arizona\nAnaheim | California | Hialeah | Florida\nAnaheim | California | Reno | Nevada\nAnaheim | California | Scottsdale | Arizona\nAnaheim | California | Irving | Texas\nAnaheim | California | Spokane | Washington\nAnaheim | California | Shreveport | Louisiana\nAnaheim | California | Tacoma | Washington\nAnaheim | California | Akron | Ohio\nAnaheim | California | Amarillo | Texas\nAnaheim | California | Tallahassee | Florida\nAnaheim | California | Huntsville | Alabama\nAnaheim | California | Worcester | Massachusetts\nAnaheim | California | Chicago | Illinois\nAnaheim | California | Houston | Texas\nAnaheim | California | Philadelphia | Pennsylvania\nAnaheim | California | Phoenix | Arizona\nAnaheim | California | Dallas | Texas\nHonolulu | Hawaii | Pittsburgh | Pennsylvania\nHonolulu | Hawaii | Lexington | Kentucky\nHonolulu | Hawaii | Stockton | California\nHonolulu | Hawaii | Cincinnati | Ohio\nHonolulu | Hawaii | Anchorage | Alaska\nHonolulu | Hawaii | Toledo | Ohio\nHonolulu | Hawaii | Plano | Texas\nHonolulu | Hawaii | Henderson | Nevada\nHonolulu | Hawaii | Orlando | Florida\nHonolulu | Hawaii | Laredo | Texas\nHonolulu | Hawaii | Chandler | Arizona\nHonolulu | Hawaii | Madison | Wisconsin\nHonolulu | Hawaii | Lubbock | Texas\nHonolulu | Hawaii | Garland | Texas\nHonolulu | Hawaii | Glendale | Arizona\nHonolulu | Hawaii | Hialeah | Florida\nHonolulu | Hawaii | Reno | Nevada\nHonolulu | Hawaii | Scottsdale | Arizona\nHonolulu | Hawaii | Irving | Texas\nHonolulu | Hawaii | Fremont | California\nHonolulu | Hawaii | Irvine | California\nHonolulu | Hawaii | Spokane | Washington\nHonolulu | Hawaii | Modesto | California\nHonolulu | Hawaii | Shreveport | Louisiana\nHonolulu | Hawaii | Tacoma | Washington\nHonolulu | Hawaii | Oxnard | California\nHonolulu | Hawaii | Fontana | California\nHonolulu | Hawaii | Akron | Ohio\nHonolulu | Hawaii | Amarillo | Texas\nHonolulu | Hawaii | Glendale | California\nHonolulu | Hawaii | Tallahassee | Florida\nHonolulu | Hawaii | Huntsville | Alabama\nHonolulu | Hawaii | Worcester | Massachusetts\nHonolulu | Hawaii | Chicago | Illinois\nHonolulu | Hawaii | Houston | Texas\nHonolulu | Hawaii | Philadelphia | Pennsylvania\nHonolulu | Hawaii | Phoenix | Arizona\nHonolulu | Hawaii | Dallas | Texas\nHonolulu | Hawaii | Jacksonville | Florida\nPittsburgh | Pennsylvania | Lexington | Kentucky\nPittsburgh | Pennsylvania | Stockton | California\nPittsburgh | Pennsylvania | Cincinnati | Ohio\nPittsburgh | Pennsylvania | Anchorage | Alaska\nPittsburgh | Pennsylvania | Toledo | Ohio\nPittsburgh | Pennsylvania | Plano | Texas\nPittsburgh | Pennsylvania | Henderson | Nevada\nPittsburgh | Pennsylvania | Orlando | Florida\nPittsburgh | Pennsylvania | Laredo | Texas\nPittsburgh | Pennsylvania | Chandler | Arizona\nPittsburgh | Pennsylvania | Madison | Wisconsin\nPittsburgh | Pennsylvania | Lubbock | Texas\nPittsburgh | Pennsylvania | Garland | Texas\nPittsburgh | Pennsylvania | Glendale | Arizona\nPittsburgh | Pennsylvania | Hialeah | Florida\nPittsburgh | Pennsylvania | Reno | Nevada\nPittsburgh | Pennsylvania | Scottsdale | Arizona\nPittsburgh | Pennsylvania | Irving | Texas\nPittsburgh | Pennsylvania | Fremont | California\nPittsburgh | Pennsylvania | Irvine | California\nPittsburgh | Pennsylvania | Spokane | Washington\nPittsburgh | Pennsylvania | Modesto | California\nPittsburgh | Pennsylvania | Shreveport | Louisiana\nPittsburgh | Pennsylvania | Tacoma | Washington\nPittsburgh | Pennsylvania | Oxnard | California\nPittsburgh | Pennsylvania | Fontana | California\nPittsburgh | Pennsylvania | Akron | Ohio\nPittsburgh | Pennsylvania | Amarillo | Texas\nPittsburgh | Pennsylvania | Glendale | California\nPittsburgh | Pennsylvania | Tallahassee | Florida\nPittsburgh | Pennsylvania | Huntsville | Alabama\nPittsburgh | Pennsylvania | Worcester | Massachusetts\nPittsburgh | Pennsylvania | Chicago | Illinois\nPittsburgh | Pennsylvania | Houston | Texas\nPittsburgh | Pennsylvania | Phoenix | Arizona\nPittsburgh | Pennsylvania | Dallas | Texas\nPittsburgh | Pennsylvania | Jacksonville | Florida\nPittsburgh | Pennsylvania | Indianapolis | Indiana\nLexington | Kentucky | Stockton | California\nLexington | Kentucky | Cincinnati | Ohio\nLexington | Kentucky | Anchorage | Alaska\nLexington | Kentucky | Toledo | Ohio\nLexington | Kentucky | Plano | Texas\nLexington | Kentucky | Henderson | Nevada\nLexington | Kentucky | Orlando | Florida\nLexington | Kentucky | Laredo | Texas\nLexington | Kentucky | Chandler | Arizona\nLexington | Kentucky | Madison | Wisconsin\nLexington | Kentucky | Lubbock | Texas\nLexington | Kentucky | Garland | Texas\nLexington | Kentucky | Glendale | Arizona\nLexington | Kentucky | Hialeah | Florida\nLexington | Kentucky | Reno | Nevada\nLexington | Kentucky | Scottsdale | Arizona\nLexington | Kentucky | Irving | Texas\nLexington | Kentucky | Fremont | California\nLexington | Kentucky | Irvine | California\nLexington | Kentucky | Spokane | Washington\nLexington | Kentucky | Modesto | California\nLexington | Kentucky | Shreveport | Louisiana\nLexington | Kentucky | Tacoma | Washington\nLexington | Kentucky | Oxnard | California\nLexington | Kentucky | Fontana | California\nLexington | Kentucky | Akron | Ohio\nLexington | Kentucky | Amarillo | Texas\nLexington | Kentucky | Glendale | California\nLexington | Kentucky | Tallahassee | Florida\nLexington | Kentucky | Huntsville | Alabama\nLexington | Kentucky | Worcester | Massachusetts\nLexington | Kentucky | Chicago | Illinois\nLexington | Kentucky | Houston | Texas\nLexington | Kentucky | Philadelphia | Pennsylvania\nLexington | Kentucky | Phoenix | Arizona\nLexington | Kentucky | Dallas | Texas\nLexington | Kentucky | Jacksonville | Florida\nLexington | Kentucky | Indianapolis | Indiana\nLexington | Kentucky | Austin | Texas\nStockton | California | Cincinnati | Ohio\nStockton | California | Anchorage | Alaska\nStockton | California | Toledo | Ohio\nStockton | California | Plano | Texas\nStockton | California | Henderson | Nevada\nStockton | California | Orlando | Florida\nStockton | California | Laredo | Texas\nStockton | California | Chandler | Arizona\nStockton | California | Madison | Wisconsin\nStockton | California | Lubbock | Texas\nStockton | California | Garland | Texas\nStockton | California | Glendale | Arizona\nStockton | California | Hialeah | Florida\nStockton | California | Reno | Nevada\nStockton | California | Scottsdale | Arizona\nStockton | California | Irving | Texas\nStockton | California | Spokane | Washington\nStockton | California | Shreveport | Louisiana\nStockton | California | Tacoma | Washington\nStockton | California | Akron | Ohio\nStockton | California | Amarillo | Texas\nStockton | California | Tallahassee | Florida\nStockton | California | Huntsville | Alabama\nStockton | California | Worcester | Massachusetts\nStockton | California | Chicago | Illinois\nStockton | California | Houston | Texas\nStockton | California | Philadelphia | Pennsylvania\nStockton | California | Phoenix | Arizona\nStockton | California | Dallas | Texas\nStockton | California | Jacksonville | Florida\nStockton | California | Indianapolis | Indiana\nStockton | California | Austin | Texas\nStockton | California | Detroit | Michigan\nCincinnati | Ohio | Anchorage | Alaska\nCincinnati | Ohio | Plano | Texas\nCincinnati | Ohio | Henderson | Nevada\nCincinnati | Ohio | Orlando | Florida\nCincinnati | Ohio | Laredo | Texas\nCincinnati | Ohio | Chandler | Arizona\nCincinnati | Ohio | Madison | Wisconsin\nCincinnati | Ohio | Lubbock | Texas\nCincinnati | Ohio | Garland | Texas\nCincinnati | Ohio | Glendale | Arizona\nCincinnati | Ohio | Hialeah | Florida\nCincinnati | Ohio | Reno | Nevada\nCincinnati | Ohio | Scottsdale | Arizona\nCincinnati | Ohio | Irving | Texas\nCincinnati | Ohio | Fremont | California\nCincinnati | Ohio | Irvine | California\nCincinnati | Ohio | Spokane | Washington\nCincinnati | Ohio | Modesto | California\nCincinnati | Ohio | Shreveport | Louisiana\nCincinnati | Ohio | Tacoma | Washington\nCincinnati | Ohio | Oxnard | California\nCincinnati | Ohio | Fontana | California\nCincinnati | Ohio | Amarillo | Texas\nCincinnati | Ohio | Glendale | California\nCincinnati | Ohio | Tallahassee | Florida\nCincinnati | Ohio | Huntsville | Alabama\nCincinnati | Ohio | Worcester | Massachusetts\nCincinnati | Ohio | Chicago | Illinois\nCincinnati | Ohio | Houston | Texas\nCincinnati | Ohio | Philadelphia | Pennsylvania\nCincinnati | Ohio | Phoenix | Arizona\nCincinnati | Ohio | Dallas | Texas\nCincinnati | Ohio | Jacksonville | Florida\nCincinnati | Ohio | Indianapolis | Indiana\nCincinnati | Ohio | Austin | Texas\nCincinnati | Ohio | Detroit | Michigan\nCincinnati | Ohio | Memphis | Tennessee\nAnchorage | Alaska | Toledo | Ohio\nAnchorage | Alaska | Plano | Texas\nAnchorage | Alaska | Henderson | Nevada\nAnchorage | Alaska | Orlando | Florida\nAnchorage | Alaska | Laredo | Texas\nAnchorage | Alaska | Chandler | Arizona\nAnchorage | Alaska | Madison | Wisconsin\nAnchorage | Alaska | Lubbock | Texas\nAnchorage | Alaska | Garland | Texas\nAnchorage | Alaska | Glendale | Arizona\nAnchorage | Alaska | Hialeah | Florida\nAnchorage | Alaska | Reno | Nevada\nAnchorage | Alaska | Scottsdale | Arizona\nAnchorage | Alaska | Irving | Texas\nAnchorage | Alaska | Fremont | California\nAnchorage | Alaska | Irvine | California\nAnchorage | Alaska | Spokane | Washington\nAnchorage | Alaska | Modesto | California\nAnchorage | Alaska | Shreveport | Louisiana\nAnchorage | Alaska | Tacoma | Washington\nAnchorage | Alaska | Oxnard | California\nAnchorage | Alaska | Fontana | California\nAnchorage | Alaska | Akron | Ohio\nAnchorage | Alaska | Amarillo | Texas\nAnchorage | Alaska | Glendale | California\nAnchorage | Alaska | Tallahassee | Florida\nAnchorage | Alaska | Huntsville | Alabama\nAnchorage | Alaska | Worcester | Massachusetts\nAnchorage | Alaska | Chicago | Illinois\nAnchorage | Alaska | Houston | Texas\nAnchorage | Alaska | Philadelphia | Pennsylvania\nAnchorage | Alaska | Phoenix | Arizona\nAnchorage | Alaska | Dallas | Texas\nAnchorage | Alaska | Jacksonville | Florida\nAnchorage | Alaska | Indianapolis | Indiana\nAnchorage | Alaska | Austin | Texas\nAnchorage | Alaska | Detroit | Michigan\nAnchorage | Alaska | Memphis | Tennessee\nAnchorage | Alaska | Boston | Massachusetts\nToledo | Ohio | Plano | Texas\nToledo | Ohio | Henderson | Nevada\nToledo | Ohio | Orlando | Florida\nToledo | Ohio | Laredo | Texas\nToledo | Ohio | Chandler | Arizona\nToledo | Ohio | Madison | Wisconsin\nToledo | Ohio | Lubbock | Texas\nToledo | Ohio | Garland | Texas\nToledo | Ohio | Glendale | Arizona\nToledo | Ohio | Hialeah | Florida\nToledo | Ohio | Reno | Nevada\nToledo | Ohio | Scottsdale | Arizona\nToledo | Ohio | Irving | Texas\nToledo | Ohio | Fremont | California\nToledo | Ohio | Irvine | California\nToledo | Ohio | Spokane | Washington\nToledo | Ohio | Modesto | California\nToledo | Ohio | Shreveport | Louisiana\nToledo | Ohio | Tacoma | Washington\nToledo | Ohio | Oxnard | California\nToledo | Ohio | Fontana | California\nToledo | Ohio | Amarillo | Texas\nToledo | Ohio | Glendale | California\nToledo | Ohio | Tallahassee | Florida\nToledo | Ohio | Huntsville | Alabama\nToledo | Ohio | Worcester | Massachusetts\nToledo | Ohio | Chicago | Illinois\nToledo | Ohio | Houston | Texas\nToledo | Ohio | Philadelphia | Pennsylvania\nToledo | Ohio | Phoenix | Arizona\nToledo | Ohio | Dallas | Texas\nToledo | Ohio | Jacksonville | Florida\nToledo | Ohio | Indianapolis | Indiana\nToledo | Ohio | Austin | Texas\nToledo | Ohio | Detroit | Michigan\nToledo | Ohio | Memphis | Tennessee\nToledo | Ohio | Boston | Massachusetts\nToledo | Ohio | Seattle | Washington\nPlano | Texas | Henderson | Nevada\nPlano | Texas | Orlando | Florida\nPlano | Texas | Chandler | Arizona\nPlano | Texas | Madison | Wisconsin\nPlano | Texas | Glendale | Arizona\nPlano | Texas | Hialeah | Florida\nPlano | Texas | Reno | Nevada\nPlano | Texas | Scottsdale | Arizona\nPlano | Texas | Fremont | California\nPlano | Texas | Irvine | California\nPlano | Texas | Spokane | Washington\nPlano | Texas | Modesto | California\nPlano | Texas | Shreveport | Louisiana\nPlano | Texas | Tacoma | Washington\nPlano | Texas | Oxnard | California\nPlano | Texas | Fontana | California\nPlano | Texas | Akron | Ohio\nPlano | Texas | Glendale | California\nPlano | Texas | Tallahassee | Florida\nPlano | Texas | Huntsville | Alabama\nPlano | Texas | Worcester | Massachusetts\nPlano | Texas | Chicago | Illinois\nPlano | Texas | Philadelphia | Pennsylvania\nPlano | Texas | Phoenix | Arizona\nPlano | Texas | Jacksonville | Florida\nPlano | Texas | Indianapolis | Indiana\nPlano | Texas | Detroit | Michigan\nPlano | Texas | Memphis | Tennessee\nPlano | Texas | Boston | Massachusetts\nPlano | Texas | Seattle | Washington\nPlano | Texas | Denver | Colorado\nHenderson | Nevada | Orlando | Florida\nHenderson | Nevada | Laredo | Texas\nHenderson | Nevada | Chandler | Arizona\nHenderson | Nevada | Madison | Wisconsin\nHenderson | Nevada | Lubbock | Texas\nHenderson | Nevada | Garland | Texas\nHenderson | Nevada | Glendale | Arizona\nHenderson | Nevada | Hialeah | Florida\nHenderson | Nevada | Scottsdale | Arizona\nHenderson | Nevada | Irving | Texas\nHenderson | Nevada | Fremont | California\nHenderson | Nevada | Irvine | California\nHenderson | Nevada | Spokane | Washington\nHenderson | Nevada | Modesto | California\nHenderson | Nevada | Shreveport | Louisiana\nHenderson | Nevada | Tacoma | Washington\nHenderson | Nevada | Oxnard | California\nHenderson | Nevada | Fontana | California\nHenderson | Nevada | Akron | Ohio\nHenderson | Nevada | Amarillo | Texas\nHenderson | Nevada | Glendale | California\nHenderson | Nevada | Tallahassee | Florida\nHenderson | Nevada | Huntsville | Alabama\nHenderson | Nevada | Worcester | Massachusetts\nHenderson | Nevada | Chicago | Illinois\nHenderson | Nevada | Houston | Texas\nHenderson | Nevada | Philadelphia | Pennsylvania\nHenderson | Nevada | Phoenix | Arizona\nHenderson | Nevada | Dallas | Texas\nHenderson | Nevada | Jacksonville | Florida\nHenderson | Nevada | Indianapolis | Indiana\nHenderson | Nevada | Austin | Texas\nHenderson | Nevada | Detroit | Michigan\nHenderson | Nevada | Memphis | Tennessee\nHenderson | Nevada | Boston | Massachusetts\nHenderson | Nevada | Seattle | Washington\nHenderson | Nevada | Denver | Colorado\nHenderson | Nevada | Baltimore | Maryland\nOrlando | Florida | Laredo | Texas\nOrlando | Florida | Chandler | Arizona\nOrlando | Florida | Madison | Wisconsin\nOrlando | Florida | Lubbock | Texas\nOrlando | Florida | Garland | Texas\nOrlando | Florida | Glendale | Arizona\nOrlando | Florida | Reno | Nevada\nOrlando | Florida | Scottsdale | Arizona\nOrlando | Florida | Irving | Texas\nOrlando | Florida | Fremont | California\nOrlando | Florida | Irvine | California\nOrlando | Florida | Spokane | Washington\nOrlando | Florida | Modesto | California\nOrlando | Florida | Shreveport | Louisiana\nOrlando | Florida | Tacoma | Washington\nOrlando | Florida | Oxnard | California\nOrlando | Florida | Fontana | California\nOrlando | Florida | Akron | Ohio\nOrlando | Florida | Amarillo | Texas\nOrlando | Florida | Glendale | California\nOrlando | Florida | Huntsville | Alabama\nOrlando | Florida | Worcester | Massachusetts\nOrlando | Florida | Chicago | Illinois\nOrlando | Florida | Houston | Texas\nOrlando | Florida | Philadelphia | Pennsylvania\nOrlando | Florida | Phoenix | Arizona\nOrlando | Florida | Dallas | Texas\nOrlando | Florida | Indianapolis | Indiana\nOrlando | Florida | Austin | Texas\nOrlando | Florida | Detroit | Michigan\nOrlando | Florida | Memphis | Tennessee\nOrlando | Florida | Boston | Massachusetts\nOrlando | Florida | Seattle | Washington\nOrlando | Florida | Denver | Colorado\nOrlando | Florida | Baltimore | Maryland\nOrlando | Florida | Nashville | Tennessee\nLaredo | Texas | Chandler | Arizona\nLaredo | Texas | Madison | Wisconsin\nLaredo | Texas | Glendale | Arizona\nLaredo | Texas | Hialeah | Florida\nLaredo | Texas | Reno | Nevada\nLaredo | Texas | Scottsdale | Arizona\nLaredo | Texas | Fremont | California\nLaredo | Texas | Irvine | California\nLaredo | Texas | Spokane | Washington\nLaredo | Texas | Modesto | California\nLaredo | Texas | Shreveport | Louisiana\nLaredo | Texas | Tacoma | Washington\nLaredo | Texas | Oxnard | California\nLaredo | Texas | Fontana | California\nLaredo | Texas | Akron | Ohio\nLaredo | Texas | Glendale | California\nLaredo | Texas | Tallahassee | Florida\nLaredo | Texas | Huntsville | Alabama\nLaredo | Texas | Worcester | Massachusetts\nLaredo | Texas | Chicago | Illinois\nLaredo | Texas | Philadelphia | Pennsylvania\nLaredo | Texas | Phoenix | Arizona\nLaredo | Texas | Jacksonville | Florida\nLaredo | Texas | Indianapolis | Indiana\nLaredo | Texas | Detroit | Michigan\nLaredo | Texas | Memphis | Tennessee\nLaredo | Texas | Boston | Massachusetts\nLaredo | Texas | Seattle | Washington\nLaredo | Texas | Denver | Colorado\nLaredo | Texas | Baltimore | Maryland\nLaredo | Texas | Nashville | Tennessee\nLaredo | Texas | Louisville | Kentucky\nChandler | Arizona | Madison | Wisconsin\nChandler | Arizona | Lubbock | Texas\nChandler | Arizona | Garland | Texas\nChandler | Arizona | Hialeah | Florida\nChandler | Arizona | Reno | Nevada\nChandler | Arizona | Irving | Texas\nChandler | Arizona | Fremont | California\nChandler | Arizona | Irvine | California\nChandler | Arizona | Spokane | Washington\nChandler | Arizona | Modesto | California\nChandler | Arizona | Shreveport | Louisiana\nChandler | Arizona | Tacoma | Washington\nChandler | Arizona | Oxnard | California\nChandler | Arizona | Fontana | California\nChandler | Arizona | Akron | Ohio\nChandler | Arizona | Amarillo | Texas\nChandler | Arizona | Glendale | California\nChandler | Arizona | Tallahassee | Florida\nChandler | Arizona | Huntsville | Alabama\nChandler | Arizona | Worcester | Massachusetts\nChandler | Arizona | Chicago | Illinois\nChandler | Arizona | Houston | Texas\nChandler | Arizona | Philadelphia | Pennsylvania\nChandler | Arizona | Dallas | Texas\nChandler | Arizona | Jacksonville | Florida\nChandler | Arizona | Indianapolis | Indiana\nChandler | Arizona | Austin | Texas\nChandler | Arizona | Detroit | Michigan\nChandler | Arizona | Memphis | Tennessee\nChandler | Arizona | Boston | Massachusetts\nChandler | Arizona | Seattle | Washington\nChandler | Arizona | Denver | Colorado\nChandler | Arizona | Baltimore | Maryland\nChandler | Arizona | Nashville | Tennessee\nChandler | Arizona | Louisville | Kentucky\nChandler | Arizona | Milwaukee | Wisconsin\nMadison | Wisconsin | Lubbock | Texas\nMadison | Wisconsin | Garland | Texas\nMadison | Wisconsin | Glendale | Arizona\nMadison | Wisconsin | Hialeah | Florida\nMadison | Wisconsin | Reno | Nevada\nMadison | Wisconsin | Scottsdale | Arizona\nMadison | Wisconsin | Irving | Texas\nMadison | Wisconsin | Fremont | California\nMadison | Wisconsin | Irvine | California\nMadison | Wisconsin | Spokane | Washington\nMadison | Wisconsin | Modesto | California\nMadison | Wisconsin | Shreveport | Louisiana\nMadison | Wisconsin | Tacoma | Washington\nMadison | Wisconsin | Oxnard | California\nMadison | Wisconsin | Fontana | California\nMadison | Wisconsin | Akron | Ohio\nMadison | Wisconsin | Amarillo | Texas\nMadison | Wisconsin | Glendale | California\nMadison | Wisconsin | Tallahassee | Florida\nMadison | Wisconsin | Huntsville | Alabama\nMadison | Wisconsin | Worcester | Massachusetts\nMadison | Wisconsin | Chicago | Illinois\nMadison | Wisconsin | Houston | Texas\nMadison | Wisconsin | Philadelphia | Pennsylvania\nMadison | Wisconsin | Phoenix | Arizona\nMadison | Wisconsin | Dallas | Texas\nMadison | Wisconsin | Jacksonville | Florida\nMadison | Wisconsin | Indianapolis | Indiana\nMadison | Wisconsin | Austin | Texas\nMadison | Wisconsin | Detroit | Michigan\nMadison | Wisconsin | Memphis | Tennessee\nMadison | Wisconsin | Boston | Massachusetts\nMadison | Wisconsin | Seattle | Washington\nMadison | Wisconsin | Denver | Colorado\nMadison | Wisconsin | Baltimore | Maryland\nMadison | Wisconsin | Nashville | Tennessee\nMadison | Wisconsin | Louisville | Kentucky\nMadison | Wisconsin | Portland | Oregon\nLubbock | Texas | Glendale | Arizona\nLubbock | Texas | Hialeah | Florida\nLubbock | Texas | Reno | Nevada\nLubbock | Texas | Scottsdale | Arizona\nLubbock | Texas | Fremont | California\nLubbock | Texas | Irvine | California\nLubbock | Texas | Spokane | Washington\nLubbock | Texas | Modesto | California\nLubbock | Texas | Shreveport | Louisiana\nLubbock | Texas | Tacoma | Washington\nLubbock | Texas | Oxnard | California\nLubbock | Texas | Fontana | California\nLubbock | Texas | Akron | Ohio\nLubbock | Texas | Glendale | California\nLubbock | Texas | Tallahassee | Florida\nLubbock | Texas | Huntsville | Alabama\nLubbock | Texas | Worcester | Massachusetts\nLubbock | Texas | Chicago | Illinois\nLubbock | Texas | Philadelphia | Pennsylvania\nLubbock | Texas | Phoenix | Arizona\nLubbock | Texas | Jacksonville | Florida\nLubbock | Texas | Indianapolis | Indiana\nLubbock | Texas | Detroit | Michigan\nLubbock | Texas | Memphis | Tennessee\nLubbock | Texas | Boston | Massachusetts\nLubbock | Texas | Seattle | Washington\nLubbock | Texas | Denver | Colorado\nLubbock | Texas | Baltimore | Maryland\nLubbock | Texas | Nashville | Tennessee\nLubbock | Texas | Louisville | Kentucky\nLubbock | Texas | Milwaukee | Wisconsin\nLubbock | Texas | Portland | Oregon\nLubbock | Texas | Tucson | Arizona\nGarland | Texas | Glendale | Arizona\nGarland | Texas | Hialeah | Florida\nGarland | Texas | Reno | Nevada\nGarland | Texas | Scottsdale | Arizona\nGarland | Texas | Fremont | California\nGarland | Texas | Irvine | California\nGarland | Texas | Spokane | Washington\nGarland | Texas | Modesto | California\nGarland | Texas | Shreveport | Louisiana\nGarland | Texas | Tacoma | Washington\nGarland | Texas | Oxnard | California\nGarland | Texas | Fontana | California\nGarland | Texas | Akron | Ohio\nGarland | Texas | Glendale | California\nGarland | Texas | Tallahassee | Florida\nGarland | Texas | Huntsville | Alabama\nGarland | Texas | Worcester | Massachusetts\nGarland | Texas | Chicago | Illinois\nGarland | Texas | Philadelphia | Pennsylvania\nGarland | Texas | Phoenix | Arizona\nGarland | Texas | Jacksonville | Florida\nGarland | Texas | Indianapolis | Indiana\nGarland | Texas | Detroit | Michigan\nGarland | Texas | Memphis | Tennessee\nGarland | Texas | Boston | Massachusetts\nGarland | Texas | Seattle | Washington\nGarland | Texas | Denver | Colorado\nGarland | Texas | Baltimore | Maryland\nGarland | Texas | Nashville | Tennessee\nGarland | Texas | Louisville | Kentucky\nGarland | Texas | Milwaukee | Wisconsin\nGarland | Texas | Portland | Oregon\nGarland | Texas | Tucson | Arizona\nGarland | Texas | Fresno | California\nGlendale | Arizona | Hialeah | Florida\nGlendale | Arizona | Reno | Nevada\nGlendale | Arizona | Irving | Texas\nGlendale | Arizona | Fremont | California\nGlendale | Arizona | Irvine | California\nGlendale | Arizona | Spokane | Washington\nGlendale | Arizona | Modesto | California\nGlendale | Arizona | Shreveport | Louisiana\nGlendale | Arizona | Tacoma | Washington\nGlendale | Arizona | Oxnard | California\nGlendale | Arizona | Fontana | California\nGlendale | Arizona | Akron | Ohio\nGlendale | Arizona | Amarillo | Texas\nGlendale | Arizona | Tallahassee | Florida\nGlendale | Arizona | Huntsville | Alabama\nGlendale | Arizona | Worcester | Massachusetts\nGlendale | Arizona | Chicago | Illinois\nGlendale | Arizona | Houston | Texas\nGlendale | Arizona | Philadelphia | Pennsylvania\nGlendale | Arizona | Dallas | Texas\nGlendale | Arizona | Jacksonville | Florida\nGlendale | Arizona | Indianapolis | Indiana\nGlendale | Arizona | Austin | Texas\nGlendale | Arizona | Detroit | Michigan\nGlendale | Arizona | Memphis | Tennessee\nGlendale | Arizona | Boston | Massachusetts\nGlendale | Arizona | Seattle | Washington\nGlendale | Arizona | Denver | Colorado\nGlendale | Arizona | Baltimore | Maryland\nGlendale | Arizona | Nashville | Tennessee\nGlendale | Arizona | Louisville | Kentucky\nGlendale | Arizona | Milwaukee | Wisconsin\nGlendale | Arizona | Portland | Oregon\nGlendale | Arizona | Fresno | California\nGlendale | Arizona | Sacramento | California\nHialeah | Florida | Reno | Nevada\nHialeah | Florida | Scottsdale | Arizona\nHialeah | Florida | Irving | Texas\nHialeah | Florida | Fremont | California\nHialeah | Florida | Irvine | California\nHialeah | Florida | Spokane | Washington\nHialeah | Florida | Modesto | California\nHialeah | Florida | Shreveport | Louisiana\nHialeah | Florida | Tacoma | Washington\nHialeah | Florida | Oxnard | California\nHialeah | Florida | Fontana | California\nHialeah | Florida | Akron | Ohio\nHialeah | Florida | Amarillo | Texas\nHialeah | Florida | Glendale | California\nHialeah | Florida | Huntsville | Alabama\nHialeah | Florida | Worcester | Massachusetts\nHialeah | Florida | Chicago | Illinois\nHialeah | Florida | Houston | Texas\nHialeah | Florida | Philadelphia | Pennsylvania\nHialeah | Florida | Phoenix | Arizona\nHialeah | Florida | Dallas | Texas\nHialeah | Florida | Indianapolis | Indiana\nHialeah | Florida | Austin | Texas\nHialeah | Florida | Detroit | Michigan\nHialeah | Florida | Memphis | Tennessee\nHialeah | Florida | Boston | Massachusetts\nHialeah | Florida | Seattle | Washington\nHialeah | Florida | Denver | Colorado\nHialeah | Florida | Baltimore | Maryland\nHialeah | Florida | Nashville | Tennessee\nHialeah | Florida | Louisville | Kentucky\nHialeah | Florida | Milwaukee | Wisconsin\nHialeah | Florida | Portland | Oregon\nHialeah | Florida | Tucson | Arizona\nHialeah | Florida | Fresno | California\nHialeah | Florida | Sacramento | California\nHialeah | Florida | Mesa | Arizona\nReno | Nevada | Scottsdale | Arizona\nReno | Nevada | Irving | Texas\nReno | Nevada | Fremont | California\nReno | Nevada | Irvine | California\nReno | Nevada | Spokane | Washington\nReno | Nevada | Modesto | California\nReno | Nevada | Shreveport | Louisiana\nReno | Nevada | Tacoma | Washington\nReno | Nevada | Oxnard | California\nReno | Nevada | Fontana | California\nReno | Nevada | Akron | Ohio\nReno | Nevada | Amarillo | Texas\nReno | Nevada | Glendale | California\nReno | Nevada | Tallahassee | Florida\nReno | Nevada | Huntsville | Alabama\nReno | Nevada | Worcester | Massachusetts\nReno | Nevada | Chicago | Illinois\nReno | Nevada | Houston | Texas\nReno | Nevada | Philadelphia | Pennsylvania\nReno | Nevada | Phoenix | Arizona\nReno | Nevada | Dallas | Texas\nReno | Nevada | Jacksonville | Florida\nReno | Nevada | Indianapolis | Indiana\nReno | Nevada | Austin | Texas\nReno | Nevada | Detroit | Michigan\nReno | Nevada | Memphis | Tennessee\nReno | Nevada | Boston | Massachusetts\nReno | Nevada | Seattle | Washington\nReno | Nevada | Denver | Colorado\nReno | Nevada | Baltimore | Maryland\nReno | Nevada | Nashville | Tennessee\nReno | Nevada | Louisville | Kentucky\nReno | Nevada | Milwaukee | Wisconsin\nReno | Nevada | Portland | Oregon\nReno | Nevada | Tucson | Arizona\nReno | Nevada | Fresno | California\nReno | Nevada | Sacramento | California\nReno | Nevada | Mesa | Arizona\nReno | Nevada | Atlanta | Georgia\nScottsdale | Arizona | Irving | Texas\nScottsdale | Arizona | Fremont | California\nScottsdale | Arizona | Irvine | California\nScottsdale | Arizona | Spokane | Washington\nScottsdale | Arizona | Modesto | California\nScottsdale | Arizona | Shreveport | Louisiana\nScottsdale | Arizona | Tacoma | Washington\nScottsdale | Arizona | Oxnard | California\nScottsdale | Arizona | Fontana | California\nScottsdale | Arizona | Akron | Ohio\nScottsdale | Arizona | Amarillo | Texas\nScottsdale | Arizona | Glendale | California\nScottsdale | Arizona | Tallahassee | Florida\nScottsdale | Arizona | Huntsville | Alabama\nScottsdale | Arizona | Worcester | Massachusetts\nScottsdale | Arizona | Chicago | Illinois\nScottsdale | Arizona | Houston | Texas\nScottsdale | Arizona | Philadelphia | Pennsylvania\nScottsdale | Arizona | Dallas | Texas\nScottsdale | Arizona | Jacksonville | Florida\nScottsdale | Arizona | Indianapolis | Indiana\nScottsdale | Arizona | Austin | Texas\nScottsdale | Arizona | Detroit | Michigan\nScottsdale | Arizona | Memphis | Tennessee\nScottsdale | Arizona | Boston | Massachusetts\nScottsdale | Arizona | Seattle | Washington\nScottsdale | Arizona | Denver | Colorado\nScottsdale | Arizona | Baltimore | Maryland\nScottsdale | Arizona | Nashville | Tennessee\nScottsdale | Arizona | Louisville | Kentucky\nScottsdale | Arizona | Milwaukee | Wisconsin\nScottsdale | Arizona | Portland | Oregon\nScottsdale | Arizona | Fresno | California\nScottsdale | Arizona | Sacramento | California\nScottsdale | Arizona | Atlanta | Georgia\nScottsdale | Arizona | Omaha | Nebraska\nIrving | Texas | Fremont | California\nIrving | Texas | Irvine | California\nIrving | Texas | Spokane | Washington\nIrving | Texas | Modesto | California\nIrving | Texas | Shreveport | Louisiana\nIrving | Texas | Tacoma | Washington\nIrving | Texas | Oxnard | California\nIrving | Texas | Fontana | California\nIrving | Texas | Akron | Ohio\nIrving | Texas | Glendale | California\nIrving | Texas | Tallahassee | Florida\nIrving | Texas | Huntsville | Alabama\nIrving | Texas | Worcester | Massachusetts\nIrving | Texas | Chicago | Illinois\nIrving | Texas | Philadelphia | Pennsylvania\nIrving | Texas | Phoenix | Arizona\nIrving | Texas | Jacksonville | Florida\nIrving | Texas | Indianapolis | Indiana\nIrving | Texas | Detroit | Michigan\nIrving | Texas | Memphis | Tennessee\nIrving | Texas | Boston | Massachusetts\nIrving | Texas | Seattle | Washington\nIrving | Texas | Denver | Colorado\nIrving | Texas | Baltimore | Maryland\nIrving | Texas | Nashville | Tennessee\nIrving | Texas | Louisville | Kentucky\nIrving | Texas | Milwaukee | Wisconsin\nIrving | Texas | Portland | Oregon\nIrving | Texas | Tucson | Arizona\nIrving | Texas | Fresno | California\nIrving | Texas | Sacramento | California\nIrving | Texas | Mesa | Arizona\nIrving | Texas | Atlanta | Georgia\nIrving | Texas | Omaha | Nebraska\nIrving | Texas | Miami | Florida\nFremont | California | Spokane | Washington\nFremont | California | Shreveport | Louisiana\nFremont | California | Tacoma | Washington\nFremont | California | Akron | Ohio\nFremont | California | Amarillo | Texas\nFremont | California | Tallahassee | Florida\nFremont | California | Huntsville | Alabama\nFremont | California | Worcester | Massachusetts\nFremont | California | Chicago | Illinois\nFremont | California | Houston | Texas\nFremont | California | Philadelphia | Pennsylvania\nFremont | California | Phoenix | Arizona\nFremont | California | Dallas | Texas\nFremont | California | Jacksonville | Florida\nFremont | California | Indianapolis | Indiana\nFremont | California | Austin | Texas\nFremont | California | Detroit | Michigan\nFremont | California | Memphis | Tennessee\nFremont | California | Boston | Massachusetts\nFremont | California | Seattle | Washington\nFremont | California | Denver | Colorado\nFremont | California | Baltimore | Maryland\nFremont | California | Nashville | Tennessee\nFremont | California | Louisville | Kentucky\nFremont | California | Milwaukee | Wisconsin\nFremont | California | Portland | Oregon\nFremont | California | Tucson | Arizona\nFremont | California | Mesa | Arizona\nFremont | California | Atlanta | Georgia\nFremont | California | Omaha | Nebraska\nFremont | California | Miami | Florida\nFremont | California | Tulsa | Oklahoma\nIrvine | California | Spokane | Washington\nIrvine | California | Shreveport | Louisiana\nIrvine | California | Tacoma | Washington\nIrvine | California | Akron | Ohio\nIrvine | California | Amarillo | Texas\nIrvine | California | Tallahassee | Florida\nIrvine | California | Huntsville | Alabama\nIrvine | California | Worcester | Massachusetts\nIrvine | California | Chicago | Illinois\nIrvine | California | Houston | Texas\nIrvine | California | Philadelphia | Pennsylvania\nIrvine | California | Phoenix | Arizona\nIrvine | California | Dallas | Texas\nIrvine | California | Jacksonville | Florida\nIrvine | California | Indianapolis | Indiana\nIrvine | California | Austin | Texas\nIrvine | California | Detroit | Michigan\nIrvine | California | Memphis | Tennessee\nIrvine | California | Boston | Massachusetts\nIrvine | California | Seattle | Washington\nIrvine | California | Denver | Colorado\nIrvine | California | Baltimore | Maryland\nIrvine | California | Nashville | Tennessee\nIrvine | California | Louisville | Kentucky\nIrvine | California | Milwaukee | Wisconsin\nIrvine | California | Portland | Oregon\nIrvine | California | Tucson | Arizona\nIrvine | California | Mesa | Arizona\nIrvine | California | Atlanta | Georgia\nIrvine | California | Omaha | Nebraska\nIrvine | California | Miami | Florida\nIrvine | California | Tulsa | Oklahoma\nSpokane | Washington | Modesto | California\nSpokane | Washington | Shreveport | Louisiana\nSpokane | Washington | Oxnard | California\nSpokane | Washington | Fontana | California\nSpokane | Washington | Akron | Ohio\nSpokane | Washington | Amarillo | Texas\nSpokane | Washington | Glendale | California\nSpokane | Washington | Tallahassee | Florida\nSpokane | Washington | Huntsville | Alabama\nSpokane | Washington | Worcester | Massachusetts\nSpokane | Washington | Chicago | Illinois\nSpokane | Washington | Houston | Texas\nSpokane | Washington | Philadelphia | Pennsylvania\nSpokane | Washington | Phoenix | Arizona\nSpokane | Washington | Dallas | Texas\nSpokane | Washington | Jacksonville | Florida\nSpokane | Washington | Indianapolis | Indiana\nSpokane | Washington | Austin | Texas\nSpokane | Washington | Detroit | Michigan\nSpokane | Washington | Memphis | Tennessee\nSpokane | Washington | Boston | Massachusetts\nSpokane | Washington | Denver | Colorado\nSpokane | Washington | Baltimore | Maryland\nSpokane | Washington | Nashville | Tennessee\nSpokane | Washington | Louisville | Kentucky\nSpokane | Washington | Milwaukee | Wisconsin\nSpokane | Washington | Portland | Oregon\nSpokane | Washington | Tucson | Arizona\nSpokane | Washington | Fresno | California\nSpokane | Washington | Sacramento | California\nSpokane | Washington | Mesa | Arizona\nSpokane | Washington | Atlanta | Georgia\nSpokane | Washington | Omaha | Nebraska\nSpokane | Washington | Miami | Florida\nSpokane | Washington | Tulsa | Oklahoma\nSpokane | Washington | Oakland | California\nSpokane | Washington | Cleveland | Ohio\nModesto | California | Shreveport | Louisiana\nModesto | California | Tacoma | Washington\nModesto | California | Akron | Ohio\nModesto | California | Amarillo | Texas\nModesto | California | Tallahassee | Florida\nModesto | California | Huntsville | Alabama\nModesto | California | Worcester | Massachusetts\nModesto | California | Chicago | Illinois\nModesto | California | Houston | Texas\nModesto | California | Philadelphia | Pennsylvania\nModesto | California | Phoenix | Arizona\nModesto | California | Dallas | Texas\nModesto | California | Jacksonville | Florida\nModesto | California | Indianapolis | Indiana\nModesto | California | Austin | Texas\nModesto | California | Detroit | Michigan\nModesto | California | Memphis | Tennessee\nModesto | California | Boston | Massachusetts\nModesto | California | Seattle | Washington\nModesto | California | Denver | Colorado\nModesto | California | Baltimore | Maryland\nModesto | California | Nashville | Tennessee\nModesto | California | Louisville | Kentucky\nModesto | California | Milwaukee | Wisconsin\nModesto | California | Portland | Oregon\nModesto | California | Tucson | Arizona\nModesto | California | Mesa | Arizona\nModesto | California | Atlanta | Georgia\nModesto | California | Omaha | Nebraska\nModesto | California | Miami | Florida\nModesto | California | Tulsa | Oklahoma\nModesto | California | Cleveland | Ohio\nModesto | California | Minneapolis | Minnesota\nShreveport | Louisiana | Tacoma | Washington\nShreveport | Louisiana | Oxnard | California\nShreveport | Louisiana | Fontana | California\nShreveport | Louisiana | Akron | Ohio\nShreveport | Louisiana | Amarillo | Texas\nShreveport | Louisiana | Glendale | California\nShreveport | Louisiana | Tallahassee | Florida\nShreveport | Louisiana | Huntsville | Alabama\nShreveport | Louisiana | Worcester | Massachusetts\nShreveport | Louisiana | Chicago | Illinois\nShreveport | Louisiana | Houston | Texas\nShreveport | Louisiana | Philadelphia | Pennsylvania\nShreveport | Louisiana | Phoenix | Arizona\nShreveport | Louisiana | Dallas | Texas\nShreveport | Louisiana | Jacksonville | Florida\nShreveport | Louisiana | Indianapolis | Indiana\nShreveport | Louisiana | Austin | Texas\nShreveport | Louisiana | Detroit | Michigan\nShreveport | Louisiana | Memphis | Tennessee\nShreveport | Louisiana | Boston | Massachusetts\nShreveport | Louisiana | Seattle | Washington\nShreveport | Louisiana | Denver | Colorado\nShreveport | Louisiana | Baltimore | Maryland\nShreveport | Louisiana | Nashville | Tennessee\nShreveport | Louisiana | Louisville | Kentucky\nShreveport | Louisiana | Milwaukee | Wisconsin\nShreveport | Louisiana | Portland | Oregon\nShreveport | Louisiana | Tucson | Arizona\nShreveport | Louisiana | Fresno | California\nShreveport | Louisiana | Sacramento | California\nShreveport | Louisiana | Mesa | Arizona\nShreveport | Louisiana | Atlanta | Georgia\nShreveport | Louisiana | Omaha | Nebraska\nShreveport | Louisiana | Miami | Florida\nShreveport | Louisiana | Tulsa | Oklahoma\nShreveport | Louisiana | Oakland | California\nShreveport | Louisiana | Cleveland | Ohio\nShreveport | Louisiana | Minneapolis | Minnesota\nShreveport | Louisiana | Wichita | Kansas\nTacoma | Washington | Oxnard | California\nTacoma | Washington | Fontana | California\nTacoma | Washington | Akron | Ohio\nTacoma | Washington | Amarillo | Texas\nTacoma | Washington | Glendale | California\nTacoma | Washington | Tallahassee | Florida\nTacoma | Washington | Huntsville | Alabama\nTacoma | Washington | Worcester | Massachusetts\nTacoma | Washington | Chicago | Illinois\nTacoma | Washington | Houston | Texas\nTacoma | Washington | Philadelphia | Pennsylvania\nTacoma | Washington | Phoenix | Arizona\nTacoma | Washington | Dallas | Texas\nTacoma | Washington | Jacksonville | Florida\nTacoma | Washington | Indianapolis | Indiana\nTacoma | Washington | Austin | Texas\nTacoma | Washington | Detroit | Michigan\nTacoma | Washington | Memphis | Tennessee\nTacoma | Washington | Boston | Massachusetts\nTacoma | Washington | Denver | Colorado\nTacoma | Washington | Baltimore | Maryland\nTacoma | Washington | Nashville | Tennessee\nTacoma | Washington | Louisville | Kentucky\nTacoma | Washington | Milwaukee | Wisconsin\nTacoma | Washington | Portland | Oregon\nTacoma | Washington | Tucson | Arizona\nTacoma | Washington | Fresno | California\nTacoma | Washington | Sacramento | California\nTacoma | Washington | Mesa | Arizona\nTacoma | Washington | Atlanta | Georgia\nTacoma | Washington | Omaha | Nebraska\nTacoma | Washington | Miami | Florida\nTacoma | Washington | Tulsa | Oklahoma\nTacoma | Washington | Oakland | California\nTacoma | Washington | Cleveland | Ohio\nTacoma | Washington | Minneapolis | Minnesota\nTacoma | Washington | Wichita | Kansas\nTacoma | Washington | Arlington | Texas\nOxnard | California | Akron | Ohio\nOxnard | California | Amarillo | Texas\nOxnard | California | Tallahassee | Florida\nOxnard | California | Huntsville | Alabama\nOxnard | California | Worcester | Massachusetts\nOxnard | California | Chicago | Illinois\nOxnard | California | Houston | Texas\nOxnard | California | Philadelphia | Pennsylvania\nOxnard | California | Phoenix | Arizona\nOxnard | California | Dallas | Texas\nOxnard | California | Jacksonville | Florida\nOxnard | California | Indianapolis | Indiana\nOxnard | California | Austin | Texas\nOxnard | California | Detroit | Michigan\nOxnard | California | Memphis | Tennessee\nOxnard | California | Boston | Massachusetts\nOxnard | California | Seattle | Washington\nOxnard | California | Denver | Colorado\nOxnard | California | Baltimore | Maryland\nOxnard | California | Nashville | Tennessee\nOxnard | California | Louisville | Kentucky\nOxnard | California | Milwaukee | Wisconsin\nOxnard | California | Portland | Oregon\nOxnard | California | Tucson | Arizona\nOxnard | California | Mesa | Arizona\nOxnard | California | Atlanta | Georgia\nOxnard | California | Omaha | Nebraska\nOxnard | California | Miami | Florida\nOxnard | California | Tulsa | Oklahoma\nOxnard | California | Cleveland | Ohio\nOxnard | California | Minneapolis | Minnesota\nOxnard | California | Wichita | Kansas\nOxnard | California | Arlington | Texas\nFontana | California | Akron | Ohio\nFontana | California | Amarillo | Texas\nFontana | California | Tallahassee | Florida\nFontana | California | Huntsville | Alabama\nFontana | California | Worcester | Massachusetts\nFontana | California | Chicago | Illinois\nFontana | California | Houston | Texas\nFontana | California | Philadelphia | Pennsylvania\nFontana | California | Phoenix | Arizona\nFontana | California | Dallas | Texas\nFontana | California | Jacksonville | Florida\nFontana | California | Indianapolis | Indiana\nFontana | California | Austin | Texas\nFontana | California | Detroit | Michigan\nFontana | California | Memphis | Tennessee\nFontana | California | Boston | Massachusetts\nFontana | California | Seattle | Washington\nFontana | California | Denver | Colorado\nFontana | California | Baltimore | Maryland\nFontana | California | Nashville | Tennessee\nFontana | California | Louisville | Kentucky\nFontana | California | Milwaukee | Wisconsin\nFontana | California | Portland | Oregon\nFontana | California | Tucson | Arizona\nFontana | California | Mesa | Arizona\nFontana | California | Atlanta | Georgia\nFontana | California | Omaha | Nebraska\nFontana | California | Miami | Florida\nFontana | California | Tulsa | Oklahoma\nFontana | California | Cleveland | Ohio\nFontana | California | Minneapolis | Minnesota\nFontana | California | Wichita | Kansas\nFontana | California | Arlington | Texas\nFontana | California | Tampa | Florida\nAkron | Ohio | Amarillo | Texas\nAkron | Ohio | Glendale | California\nAkron | Ohio | Tallahassee | Florida\nAkron | Ohio | Huntsville | Alabama\nAkron | Ohio | Worcester | Massachusetts\nAkron | Ohio | Chicago | Illinois\nAkron | Ohio | Houston | Texas\nAkron | Ohio | Philadelphia | Pennsylvania\nAkron | Ohio | Phoenix | Arizona\nAkron | Ohio | Dallas | Texas\nAkron | Ohio | Jacksonville | Florida\nAkron | Ohio | Indianapolis | Indiana\nAkron | Ohio | Austin | Texas\nAkron | Ohio | Detroit | Michigan\nAkron | Ohio | Memphis | Tennessee\nAkron | Ohio | Boston | Massachusetts\nAkron | Ohio | Seattle | Washington\nAkron | Ohio | Denver | Colorado\nAkron | Ohio | Baltimore | Maryland\nAkron | Ohio | Nashville | Tennessee\nAkron | Ohio | Louisville | Kentucky\nAkron | Ohio | Milwaukee | Wisconsin\nAkron | Ohio | Portland | Oregon\nAkron | Ohio | Tucson | Arizona\nAkron | Ohio | Fresno | California\nAkron | Ohio | Sacramento | California\nAkron | Ohio | Mesa | Arizona\nAkron | Ohio | Atlanta | Georgia\nAkron | Ohio | Omaha | Nebraska\nAkron | Ohio | Miami | Florida\nAkron | Ohio | Tulsa | Oklahoma\nAkron | Ohio | Oakland | California\nAkron | Ohio | Minneapolis | Minnesota\nAkron | Ohio | Wichita | Kansas\nAkron | Ohio | Arlington | Texas\nAkron | Ohio | Bakersfield | California\nAkron | Ohio | Tampa | Florida\nAkron | Ohio | Anaheim | California\nAmarillo | Texas | Glendale | California\nAmarillo | Texas | Tallahassee | Florida\nAmarillo | Texas | Huntsville | Alabama\nAmarillo | Texas | Worcester | Massachusetts\nAmarillo | Texas | Chicago | Illinois\nAmarillo | Texas | Philadelphia | Pennsylvania\nAmarillo | Texas | Phoenix | Arizona\nAmarillo | Texas | Jacksonville | Florida\nAmarillo | Texas | Indianapolis | Indiana\nAmarillo | Texas | Detroit | Michigan\nAmarillo | Texas | Memphis | Tennessee\nAmarillo | Texas | Boston | Massachusetts\nAmarillo | Texas | Seattle | Washington\nAmarillo | Texas | Denver | Colorado\nAmarillo | Texas | Baltimore | Maryland\nAmarillo | Texas | Nashville | Tennessee\nAmarillo | Texas | Louisville | Kentucky\nAmarillo | Texas | Milwaukee | Wisconsin\nAmarillo | Texas | Portland | Oregon\nAmarillo | Texas | Tucson | Arizona\nAmarillo | Texas | Fresno | California\nAmarillo | Texas | Sacramento | California\nAmarillo | Texas | Mesa | Arizona\nAmarillo | Texas | Atlanta | Georgia\nAmarillo | Texas | Omaha | Nebraska\nAmarillo | Texas | Miami | Florida\nAmarillo | Texas | Tulsa | Oklahoma\nAmarillo | Texas | Oakland | California\nAmarillo | Texas | Cleveland | Ohio\nAmarillo | Texas | Minneapolis | Minnesota\nAmarillo | Texas | Wichita | Kansas\nAmarillo | Texas | Bakersfield | California\nAmarillo | Texas | Tampa | Florida\nAmarillo | Texas | Anaheim | California\nAmarillo | Texas | Honolulu | Hawaii\nGlendale | California | Tallahassee | Florida\nGlendale | California | Huntsville | Alabama\nGlendale | California | Worcester | Massachusetts\nGlendale | California | Chicago | Illinois\nGlendale | California | Houston | Texas\nGlendale | California | Philadelphia | Pennsylvania\nGlendale | California | Phoenix | Arizona\nGlendale | California | Dallas | Texas\nGlendale | California | Jacksonville | Florida\nGlendale | California | Indianapolis | Indiana\nGlendale | California | Austin | Texas\nGlendale | California | Detroit | Michigan\nGlendale | California | Memphis | Tennessee\nGlendale | California | Boston | Massachusetts\nGlendale | California | Seattle | Washington\nGlendale | California | Denver | Colorado\nGlendale | California | Baltimore | Maryland\nGlendale | California | Nashville | Tennessee\nGlendale | California | Louisville | Kentucky\nGlendale | California | Milwaukee | Wisconsin\nGlendale | California | Portland | Oregon\nGlendale | California | Tucson | Arizona\nGlendale | California | Mesa | Arizona\nGlendale | California | Atlanta | Georgia\nGlendale | California | Omaha | Nebraska\nGlendale | California | Miami | Florida\nGlendale | California | Tulsa | Oklahoma\nGlendale | California | Cleveland | Ohio\nGlendale | California | Minneapolis | Minnesota\nGlendale | California | Wichita | Kansas\nGlendale | California | Arlington | Texas\nGlendale | California | Tampa | Florida\nGlendale | California | Honolulu | Hawaii\nGlendale | California | Pittsburgh | Pennsylvania\nTallahassee | Florida | Huntsville | Alabama\nTallahassee | Florida | Worcester | Massachusetts\nTallahassee | Florida | Chicago | Illinois\nTallahassee | Florida | Houston | Texas\nTallahassee | Florida | Philadelphia | Pennsylvania\nTallahassee | Florida | Phoenix | Arizona\nTallahassee | Florida | Dallas | Texas\nTallahassee | Florida | Indianapolis | Indiana\nTallahassee | Florida | Austin | Texas\nTallahassee | Florida | Detroit | Michigan\nTallahassee | Florida | Memphis | Tennessee\nTallahassee | Florida | Boston | Massachusetts\nTallahassee | Florida | Seattle | Washington\nTallahassee | Florida | Denver | Colorado\nTallahassee | Florida | Baltimore | Maryland\nTallahassee | Florida | Nashville | Tennessee\nTallahassee | Florida | Louisville | Kentucky\nTallahassee | Florida | Milwaukee | Wisconsin\nTallahassee | Florida | Portland | Oregon\nTallahassee | Florida | Tucson | Arizona\nTallahassee | Florida | Fresno | California\nTallahassee | Florida | Sacramento | California\nTallahassee | Florida | Mesa | Arizona\nTallahassee | Florida | Atlanta | Georgia\nTallahassee | Florida | Omaha | Nebraska\nTallahassee | Florida | Tulsa | Oklahoma\nTallahassee | Florida | Oakland | California\nTallahassee | Florida | Cleveland | Ohio\nTallahassee | Florida | Minneapolis | Minnesota\nTallahassee | Florida | Wichita | Kansas\nTallahassee | Florida | Arlington | Texas\nTallahassee | Florida | Bakersfield | California\nTallahassee | Florida | Anaheim | California\nTallahassee | Florida | Honolulu | Hawaii\nTallahassee | Florida | Pittsburgh | Pennsylvania\nTallahassee | Florida | Lexington | Kentucky\nHuntsville | Alabama | Worcester | Massachusetts\nHuntsville | Alabama | Chicago | Illinois\nHuntsville | Alabama | Houston | Texas\nHuntsville | Alabama | Philadelphia | Pennsylvania\nHuntsville | Alabama | Phoenix | Arizona\nHuntsville | Alabama | Dallas | Texas\nHuntsville | Alabama | Jacksonville | Florida\nHuntsville | Alabama | Indianapolis | Indiana\nHuntsville | Alabama | Austin | Texas\nHuntsville | Alabama | Detroit | Michigan\nHuntsville | Alabama | Memphis | Tennessee\nHuntsville | Alabama | Boston | Massachusetts\nHuntsville | Alabama | Seattle | Washington\nHuntsville | Alabama | Denver | Colorado\nHuntsville | Alabama | Baltimore | Maryland\nHuntsville | Alabama | Nashville | Tennessee\nHuntsville | Alabama | Louisville | Kentucky\nHuntsville | Alabama | Milwaukee | Wisconsin\nHuntsville | Alabama | Portland | Oregon\nHuntsville | Alabama | Tucson | Arizona\nHuntsville | Alabama | Fresno | California\nHuntsville | Alabama | Sacramento | California\nHuntsville | Alabama | Mesa | Arizona\nHuntsville | Alabama | Atlanta | Georgia\nHuntsville | Alabama | Omaha | Nebraska\nHuntsville | Alabama | Miami | Florida\nHuntsville | Alabama | Tulsa | Oklahoma\nHuntsville | Alabama | Oakland | California\nHuntsville | Alabama | Cleveland | Ohio\nHuntsville | Alabama | Minneapolis | Minnesota\nHuntsville | Alabama | Wichita | Kansas\nHuntsville | Alabama | Arlington | Texas\nHuntsville | Alabama | Bakersfield | California\nHuntsville | Alabama | Tampa | Florida\nHuntsville | Alabama | Anaheim | California\nHuntsville | Alabama | Honolulu | Hawaii\nHuntsville | Alabama | Pittsburgh | Pennsylvania\nHuntsville | Alabama | Lexington | Kentucky\nHuntsville | Alabama | Stockton | California\nWorcester | Massachusetts | Chicago | Illinois\nWorcester | Massachusetts | Houston | Texas\nWorcester | Massachusetts | Philadelphia | Pennsylvania\nWorcester | Massachusetts | Phoenix | Arizona\nWorcester | Massachusetts | Dallas | Texas\nWorcester | Massachusetts | Jacksonville | Florida\nWorcester | Massachusetts | Indianapolis | Indiana\nWorcester | Massachusetts | Austin | Texas\nWorcester | Massachusetts | Detroit | Michigan\nWorcester | Massachusetts | Memphis | Tennessee\nWorcester | Massachusetts | Seattle | Washington\nWorcester | Massachusetts | Denver | Colorado\nWorcester | Massachusetts | Baltimore | Maryland\nWorcester | Massachusetts | Nashville | Tennessee\nWorcester | Massachusetts | Louisville | Kentucky\nWorcester | Massachusetts | Milwaukee | Wisconsin\nWorcester | Massachusetts | Portland | Oregon\nWorcester | Massachusetts | Tucson | Arizona\nWorcester | Massachusetts | Fresno | California\nWorcester | Massachusetts | Sacramento | California\nWorcester | Massachusetts | Mesa | Arizona\nWorcester | Massachusetts | Atlanta | Georgia\nWorcester | Massachusetts | Omaha | Nebraska\nWorcester | Massachusetts | Miami | Florida\nWorcester | Massachusetts | Tulsa | Oklahoma\nWorcester | Massachusetts | Oakland | California\nWorcester | Massachusetts | Cleveland | Ohio\nWorcester | Massachusetts | Minneapolis | Minnesota\nWorcester | Massachusetts | Wichita | Kansas\nWorcester | Massachusetts | Arlington | Texas\nWorcester | Massachusetts | Bakersfield | California\nWorcester | Massachusetts | Tampa | Florida\nWorcester | Massachusetts | Anaheim | California\nWorcester | Massachusetts | Honolulu | Hawaii\nWorcester | Massachusetts | Pittsburgh | Pennsylvania\nWorcester | Massachusetts | Lexington | Kentucky\nWorcester | Massachusetts | Stockton | California\nWorcester | Massachusetts | Cincinnati | Ohio\n: | family\nboy | girl | brother | sister\nboy | girl | brothers | sisters\nboy | girl | dad | mom\nboy | girl | father | mother\nboy | girl | grandfather | grandmother\nboy | girl | grandpa | grandma\nboy | girl | grandson | granddaughter\nboy | girl | groom | bride\nboy | girl | he | she\nboy | girl | his | her\nboy | girl | husband | wife\nboy | girl | king | queen\nboy | girl | man | woman\nboy | girl | nephew | niece\nboy | girl | policeman | policewoman\nboy | girl | prince | princess\nboy | girl | son | daughter\nboy | girl | sons | daughters\nboy | girl | stepbrother | stepsister\nboy | girl | stepfather | stepmother\nboy | girl | stepson | stepdaughter\nboy | girl | uncle | aunt\nbrother | sister | brothers | sisters\nbrother | sister | dad | mom\nbrother | sister | father | mother\nbrother | sister | grandfather | grandmother\nbrother | sister | grandpa | grandma\nbrother | sister | grandson | granddaughter\nbrother | sister | groom | bride\nbrother | sister | he | she\nbrother | sister | his | her\nbrother | sister | husband | wife\nbrother | sister | king | queen\nbrother | sister | man | woman\nbrother | sister | nephew | niece\nbrother | sister | policeman | policewoman\nbrother | sister | prince | princess\nbrother | sister | son | daughter\nbrother | sister | sons | daughters\nbrother | sister | stepbrother | stepsister\nbrother | sister | stepfather | stepmother\nbrother | sister | stepson | stepdaughter\nbrother | sister | uncle | aunt\nbrother | sister | boy | girl\nbrothers | sisters | dad | mom\nbrothers | sisters | father | mother\nbrothers | sisters | grandfather | grandmother\nbrothers | sisters | grandpa | grandma\nbrothers | sisters | grandson | granddaughter\nbrothers | sisters | groom | bride\nbrothers | sisters | he | she\nbrothers | sisters | his | her\nbrothers | sisters | husband | wife\nbrothers | sisters | king | queen\nbrothers | sisters | man | woman\nbrothers | sisters | nephew | niece\nbrothers | sisters | policeman | policewoman\nbrothers | sisters | prince | princess\nbrothers | sisters | son | daughter\nbrothers | sisters | sons | daughters\nbrothers | sisters | stepbrother | stepsister\nbrothers | sisters | stepfather | stepmother\nbrothers | sisters | stepson | stepdaughter\nbrothers | sisters | uncle | aunt\nbrothers | sisters | boy | girl\nbrothers | sisters | brother | sister\ndad | mom | father | mother\ndad | mom | grandfather | grandmother\ndad | mom | grandpa | grandma\ndad | mom | grandson | granddaughter\ndad | mom | groom | bride\ndad | mom | he | she\ndad | mom | his | her\ndad | mom | husband | wife\ndad | mom | king | queen\ndad | mom | man | woman\ndad | mom | nephew | niece\ndad | mom | policeman | policewoman\ndad | mom | prince | princess\ndad | mom | son | daughter\ndad | mom | sons | daughters\ndad | mom | stepbrother | stepsister\ndad | mom | stepfather | stepmother\ndad | mom | stepson | stepdaughter\ndad | mom | uncle | aunt\ndad | mom | boy | girl\ndad | mom | brother | sister\ndad | mom | brothers | sisters\nfather | mother | grandfather | grandmother\nfather | mother | grandpa | grandma\nfather | mother | grandson | granddaughter\nfather | mother | groom | bride\nfather | mother | he | she\nfather | mother | his | her\nfather | mother | husband | wife\nfather | mother | king | queen\nfather | mother | man | woman\nfather | mother | nephew | niece\nfather | mother | policeman | policewoman\nfather | mother | prince | princess\nfather | mother | son | daughter\nfather | mother | sons | daughters\nfather | mother | stepbrother | stepsister\nfather | mother | stepfather | stepmother\nfather | mother | stepson | stepdaughter\nfather | mother | uncle | aunt\nfather | mother | boy | girl\nfather | mother | brother | sister\nfather | mother | brothers | sisters\nfather | mother | dad | mom\ngrandfather | grandmother | grandpa | grandma\ngrandfather | grandmother | grandson | granddaughter\ngrandfather | grandmother | groom | bride\ngrandfather | grandmother | he | she\ngrandfather | grandmother | his | her\ngrandfather | grandmother | husband | wife\ngrandfather | grandmother | king | queen\ngrandfather | grandmother | man | woman\ngrandfather | grandmother | nephew | niece\ngrandfather | grandmother | policeman | policewoman\ngrandfather | grandmother | prince | princess\ngrandfather | grandmother | son | daughter\ngrandfather | grandmother | sons | daughters\ngrandfather | grandmother | stepbrother | stepsister\ngrandfather | grandmother | stepfather | stepmother\ngrandfather | grandmother | stepson | stepdaughter\ngrandfather | grandmother | uncle | aunt\ngrandfather | grandmother | boy | girl\ngrandfather | grandmother | brother | sister\ngrandfather | grandmother | brothers | sisters\ngrandfather | grandmother | dad | mom\ngrandfather | grandmother | father | mother\ngrandpa | grandma | grandson | granddaughter\ngrandpa | grandma | groom | bride\ngrandpa | grandma | he | she\ngrandpa | grandma | his | her\ngrandpa | grandma | husband | wife\ngrandpa | grandma | king | queen\ngrandpa | grandma | man | woman\ngrandpa | grandma | nephew | niece\ngrandpa | grandma | policeman | policewoman\ngrandpa | grandma | prince | princess\ngrandpa | grandma | son | daughter\ngrandpa | grandma | sons | daughters\ngrandpa | grandma | stepbrother | stepsister\ngrandpa | grandma | stepfather | stepmother\ngrandpa | grandma | stepson | stepdaughter\ngrandpa | grandma | uncle | aunt\ngrandpa | grandma | boy | girl\ngrandpa | grandma | brother | sister\ngrandpa | grandma | brothers | sisters\ngrandpa | grandma | dad | mom\ngrandpa | grandma | father | mother\ngrandpa | grandma | grandfather | grandmother\ngrandson | granddaughter | groom | bride\ngrandson | granddaughter | he | she\ngrandson | granddaughter | his | her\ngrandson | granddaughter | husband | wife\ngrandson | granddaughter | king | queen\ngrandson | granddaughter | man | woman\ngrandson | granddaughter | nephew | niece\ngrandson | granddaughter | policeman | policewoman\ngrandson | granddaughter | prince | princess\ngrandson | granddaughter | son | daughter\ngrandson | granddaughter | sons | daughters\ngrandson | granddaughter | stepbrother | stepsister\ngrandson | granddaughter | stepfather | stepmother\ngrandson | granddaughter | stepson | stepdaughter\ngrandson | granddaughter | uncle | aunt\ngrandson | granddaughter | boy | girl\ngrandson | granddaughter | brother | sister\ngrandson | granddaughter | brothers | sisters\ngrandson | granddaughter | dad | mom\ngrandson | granddaughter | father | mother\ngrandson | granddaughter | grandfather | grandmother\ngrandson | granddaughter | grandpa | grandma\ngroom | bride | he | she\ngroom | bride | his | her\ngroom | bride | husband | wife\ngroom | bride | king | queen\ngroom | bride | man | woman\ngroom | bride | nephew | niece\ngroom | bride | policeman | policewoman\ngroom | bride | prince | princess\ngroom | bride | son | daughter\ngroom | bride | sons | daughters\ngroom | bride | stepbrother | stepsister\ngroom | bride | stepfather | stepmother\ngroom | bride | stepson | stepdaughter\ngroom | bride | uncle | aunt\ngroom | bride | boy | girl\ngroom | bride | brother | sister\ngroom | bride | brothers | sisters\ngroom | bride | dad | mom\ngroom | bride | father | mother\ngroom | bride | grandfather | grandmother\ngroom | bride | grandpa | grandma\ngroom | bride | grandson | granddaughter\nhe | she | his | her\nhe | she | husband | wife\nhe | she | king | queen\nhe | she | man | woman\nhe | she | nephew | niece\nhe | she | policeman | policewoman\nhe | she | prince | princess\nhe | she | son | daughter\nhe | she | sons | daughters\nhe | she | stepbrother | stepsister\nhe | she | stepfather | stepmother\nhe | she | stepson | stepdaughter\nhe | she | uncle | aunt\nhe | she | boy | girl\nhe | she | brother | sister\nhe | she | brothers | sisters\nhe | she | dad | mom\nhe | she | father | mother\nhe | she | grandfather | grandmother\nhe | she | grandpa | grandma\nhe | she | grandson | granddaughter\nhe | she | groom | bride\nhis | her | husband | wife\nhis | her | king | queen\nhis | her | man | woman\nhis | her | nephew | niece\nhis | her | policeman | policewoman\nhis | her | prince | princess\nhis | her | son | daughter\nhis | her | sons | daughters\nhis | her | stepbrother | stepsister\nhis | her | stepfather | stepmother\nhis | her | stepson | stepdaughter\nhis | her | uncle | aunt\nhis | her | boy | girl\nhis | her | brother | sister\nhis | her | brothers | sisters\nhis | her | dad | mom\nhis | her | father | mother\nhis | her | grandfather | grandmother\nhis | her | grandpa | grandma\nhis | her | grandson | granddaughter\nhis | her | groom | bride\nhis | her | he | she\nhusband | wife | king | queen\nhusband | wife | man | woman\nhusband | wife | nephew | niece\nhusband | wife | policeman | policewoman\nhusband | wife | prince | princess\nhusband | wife | son | daughter\nhusband | wife | sons | daughters\nhusband | wife | stepbrother | stepsister\nhusband | wife | stepfather | stepmother\nhusband | wife | stepson | stepdaughter\nhusband | wife | uncle | aunt\nhusband | wife | boy | girl\nhusband | wife | brother | sister\nhusband | wife | brothers | sisters\nhusband | wife | dad | mom\nhusband | wife | father | mother\nhusband | wife | grandfather | grandmother\nhusband | wife | grandpa | grandma\nhusband | wife | grandson | granddaughter\nhusband | wife | groom | bride\nhusband | wife | he | she\nhusband | wife | his | her\nking | queen | man | woman\nking | queen | nephew | niece\nking | queen | policeman | policewoman\nking | queen | prince | princess\nking | queen | son | daughter\nking | queen | sons | daughters\nking | queen | stepbrother | stepsister\nking | queen | stepfather | stepmother\nking | queen | stepson | stepdaughter\nking | queen | uncle | aunt\nking | queen | boy | girl\nking | queen | brother | sister\nking | queen | brothers | sisters\nking | queen | dad | mom\nking | queen | father | mother\nking | queen | grandfather | grandmother\nking | queen | grandpa | grandma\nking | queen | grandson | granddaughter\nking | queen | groom | bride\nking | queen | he | she\nking | queen | his | her\nking | queen | husband | wife\nman | woman | nephew | niece\nman | woman | policeman | policewoman\nman | woman | prince | princess\nman | woman | son | daughter\nman | woman | sons | daughters\nman | woman | stepbrother | stepsister\nman | woman | stepfather | stepmother\nman | woman | stepson | stepdaughter\nman | woman | uncle | aunt\nman | woman | boy | girl\nman | woman | brother | sister\nman | woman | brothers | sisters\nman | woman | dad | mom\nman | woman | father | mother\nman | woman | grandfather | grandmother\nman | woman | grandpa | grandma\nman | woman | grandson | granddaughter\nman | woman | groom | bride\nman | woman | he | she\nman | woman | his | her\nman | woman | husband | wife\nman | woman | king | queen\nnephew | niece | policeman | policewoman\nnephew | niece | prince | princess\nnephew | niece | son | daughter\nnephew | niece | sons | daughters\nnephew | niece | stepbrother | stepsister\nnephew | niece | stepfather | stepmother\nnephew | niece | stepson | stepdaughter\nnephew | niece | uncle | aunt\nnephew | niece | boy | girl\nnephew | niece | brother | sister\nnephew | niece | brothers | sisters\nnephew | niece | dad | mom\nnephew | niece | father | mother\nnephew | niece | grandfather | grandmother\nnephew | niece | grandpa | grandma\nnephew | niece | grandson | granddaughter\nnephew | niece | groom | bride\nnephew | niece | he | she\nnephew | niece | his | her\nnephew | niece | husband | wife\nnephew | niece | king | queen\nnephew | niece | man | woman\npoliceman | policewoman | prince | princess\npoliceman | policewoman | son | daughter\npoliceman | policewoman | sons | daughters\npoliceman | policewoman | stepbrother | stepsister\npoliceman | policewoman | stepfather | stepmother\npoliceman | policewoman | stepson | stepdaughter\npoliceman | policewoman | uncle | aunt\npoliceman | policewoman | boy | girl\npoliceman | policewoman | brother | sister\npoliceman | policewoman | brothers | sisters\npoliceman | policewoman | dad | mom\npoliceman | policewoman | father | mother\npoliceman | policewoman | grandfather | grandmother\npoliceman | policewoman | grandpa | grandma\npoliceman | policewoman | grandson | granddaughter\npoliceman | policewoman | groom | bride\npoliceman | policewoman | he | she\npoliceman | policewoman | his | her\npoliceman | policewoman | husband | wife\npoliceman | policewoman | king | queen\npoliceman | policewoman | man | woman\npoliceman | policewoman | nephew | niece\nprince | princess | son | daughter\nprince | princess | sons | daughters\nprince | princess | stepbrother | stepsister\nprince | princess | stepfather | stepmother\nprince | princess | stepson | stepdaughter\nprince | princess | uncle | aunt\nprince | princess | boy | girl\nprince | princess | brother | sister\nprince | princess | brothers | sisters\nprince | princess | dad | mom\nprince | princess | father | mother\nprince | princess | grandfather | grandmother\nprince | princess | grandpa | grandma\nprince | princess | grandson | granddaughter\nprince | princess | groom | bride\nprince | princess | he | she\nprince | princess | his | her\nprince | princess | husband | wife\nprince | princess | king | queen\nprince | princess | man | woman\nprince | princess | nephew | niece\nprince | princess | policeman | policewoman\nson | daughter | sons | daughters\nson | daughter | stepbrother | stepsister\nson | daughter | stepfather | stepmother\nson | daughter | stepson | stepdaughter\nson | daughter | uncle | aunt\nson | daughter | boy | girl\nson | daughter | brother | sister\nson | daughter | brothers | sisters\nson | daughter | dad | mom\nson | daughter | father | mother\nson | daughter | grandfather | grandmother\nson | daughter | grandpa | grandma\nson | daughter | grandson | granddaughter\nson | daughter | groom | bride\nson | daughter | he | she\nson | daughter | his | her\nson | daughter | husband | wife\nson | daughter | king | queen\nson | daughter | man | woman\nson | daughter | nephew | niece\nson | daughter | policeman | policewoman\nson | daughter | prince | princess\nsons | daughters | stepbrother | stepsister\nsons | daughters | stepfather | stepmother\nsons | daughters | stepson | stepdaughter\nsons | daughters | uncle | aunt\nsons | daughters | boy | girl\nsons | daughters | brother | sister\nsons | daughters | brothers | sisters\nsons | daughters | dad | mom\nsons | daughters | father | mother\nsons | daughters | grandfather | grandmother\nsons | daughters | grandpa | grandma\nsons | daughters | grandson | granddaughter\nsons | daughters | groom | bride\nsons | daughters | he | she\nsons | daughters | his | her\nsons | daughters | husband | wife\nsons | daughters | king | queen\nsons | daughters | man | woman\nsons | daughters | nephew | niece\nsons | daughters | policeman | policewoman\nsons | daughters | prince | princess\nsons | daughters | son | daughter\nstepbrother | stepsister | stepfather | stepmother\nstepbrother | stepsister | stepson | stepdaughter\nstepbrother | stepsister | uncle | aunt\nstepbrother | stepsister | boy | girl\nstepbrother | stepsister | brother | sister\nstepbrother | stepsister | brothers | sisters\nstepbrother | stepsister | dad | mom\nstepbrother | stepsister | father | mother\nstepbrother | stepsister | grandfather | grandmother\nstepbrother | stepsister | grandpa | grandma\nstepbrother | stepsister | grandson | granddaughter\nstepbrother | stepsister | groom | bride\nstepbrother | stepsister | he | she\nstepbrother | stepsister | his | her\nstepbrother | stepsister | husband | wife\nstepbrother | stepsister | king | queen\nstepbrother | stepsister | man | woman\nstepbrother | stepsister | nephew | niece\nstepbrother | stepsister | policeman | policewoman\nstepbrother | stepsister | prince | princess\nstepbrother | stepsister | son | daughter\nstepbrother | stepsister | sons | daughters\nstepfather | stepmother | stepson | stepdaughter\nstepfather | stepmother | uncle | aunt\nstepfather | stepmother | boy | girl\nstepfather | stepmother | brother | sister\nstepfather | stepmother | brothers | sisters\nstepfather | stepmother | dad | mom\nstepfather | stepmother | father | mother\nstepfather | stepmother | grandfather | grandmother\nstepfather | stepmother | grandpa | grandma\nstepfather | stepmother | grandson | granddaughter\nstepfather | stepmother | groom | bride\nstepfather | stepmother | he | she\nstepfather | stepmother | his | her\nstepfather | stepmother | husband | wife\nstepfather | stepmother | king | queen\nstepfather | stepmother | man | woman\nstepfather | stepmother | nephew | niece\nstepfather | stepmother | policeman | policewoman\nstepfather | stepmother | prince | princess\nstepfather | stepmother | son | daughter\nstepfather | stepmother | sons | daughters\nstepfather | stepmother | stepbrother | stepsister\nstepson | stepdaughter | uncle | aunt\nstepson | stepdaughter | boy | girl\nstepson | stepdaughter | brother | sister\nstepson | stepdaughter | brothers | sisters\nstepson | stepdaughter | dad | mom\nstepson | stepdaughter | father | mother\nstepson | stepdaughter | grandfather | grandmother\nstepson | stepdaughter | grandpa | grandma\nstepson | stepdaughter | grandson | granddaughter\nstepson | stepdaughter | groom | bride\nstepson | stepdaughter | he | she\nstepson | stepdaughter | his | her\nstepson | stepdaughter | husband | wife\nstepson | stepdaughter | king | queen\nstepson | stepdaughter | man | woman\nstepson | stepdaughter | nephew | niece\nstepson | stepdaughter | policeman | policewoman\nstepson | stepdaughter | prince | princess\nstepson | stepdaughter | son | daughter\nstepson | stepdaughter | sons | daughters\nstepson | stepdaughter | stepbrother | stepsister\nstepson | stepdaughter | stepfather | stepmother\nuncle | aunt | boy | girl\nuncle | aunt | brother | sister\nuncle | aunt | brothers | sisters\nuncle | aunt | dad | mom\nuncle | aunt | father | mother\nuncle | aunt | grandfather | grandmother\nuncle | aunt | grandpa | grandma\nuncle | aunt | grandson | granddaughter\nuncle | aunt | groom | bride\nuncle | aunt | he | she\nuncle | aunt | his | her\nuncle | aunt | husband | wife\nuncle | aunt | king | queen\nuncle | aunt | man | woman\nuncle | aunt | nephew | niece\nuncle | aunt | policeman | policewoman\nuncle | aunt | prince | princess\nuncle | aunt | son | daughter\nuncle | aunt | sons | daughters\nuncle | aunt | stepbrother | stepsister\nuncle | aunt | stepfather | stepmother\nuncle | aunt | stepson | stepdaughter\n: | gram1-adjective-to-adverb\namazing | amazingly | apparent | apparently\namazing | amazingly | calm | calmly\namazing | amazingly | cheerful | cheerfully\namazing | amazingly | complete | completely\namazing | amazingly | efficient | efficiently\namazing | amazingly | fortunate | fortunately\namazing | amazingly | free | freely\namazing | amazingly | furious | furiously\namazing | amazingly | happy | happily\namazing | amazingly | immediate | immediately\namazing | amazingly | infrequent | infrequently\namazing | amazingly | lucky | luckily\namazing | amazingly | most | mostly\namazing | amazingly | obvious | obviously\namazing | amazingly | occasional | occasionally\namazing | amazingly | possible | possibly\namazing | amazingly | precise | precisely\namazing | amazingly | professional | professionally\namazing | amazingly | quick | quickly\namazing | amazingly | quiet | quietly\namazing | amazingly | rapid | rapidly\namazing | amazingly | rare | rarely\namazing | amazingly | reluctant | reluctantly\namazing | amazingly | safe | safely\namazing | amazingly | serious | seriously\namazing | amazingly | slow | slowly\namazing | amazingly | sudden | suddenly\namazing | amazingly | swift | swiftly\namazing | amazingly | typical | typically\namazing | amazingly | unfortunate | unfortunately\namazing | amazingly | usual | usually\napparent | apparently | calm | calmly\napparent | apparently | cheerful | cheerfully\napparent | apparently | complete | completely\napparent | apparently | efficient | efficiently\napparent | apparently | fortunate | fortunately\napparent | apparently | free | freely\napparent | apparently | furious | furiously\napparent | apparently | happy | happily\napparent | apparently | immediate | immediately\napparent | apparently | infrequent | infrequently\napparent | apparently | lucky | luckily\napparent | apparently | most | mostly\napparent | apparently | obvious | obviously\napparent | apparently | occasional | occasionally\napparent | apparently | possible | possibly\napparent | apparently | precise | precisely\napparent | apparently | professional | professionally\napparent | apparently | quick | quickly\napparent | apparently | quiet | quietly\napparent | apparently | rapid | rapidly\napparent | apparently | rare | rarely\napparent | apparently | reluctant | reluctantly\napparent | apparently | safe | safely\napparent | apparently | serious | seriously\napparent | apparently | slow | slowly\napparent | apparently | sudden | suddenly\napparent | apparently | swift | swiftly\napparent | apparently | typical | typically\napparent | apparently | unfortunate | unfortunately\napparent | apparently | usual | usually\napparent | apparently | amazing | amazingly\ncalm | calmly | cheerful | cheerfully\ncalm | calmly | complete | completely\ncalm | calmly | efficient | efficiently\ncalm | calmly | fortunate | fortunately\ncalm | calmly | free | freely\ncalm | calmly | furious | furiously\ncalm | calmly | happy | happily\ncalm | calmly | immediate | immediately\ncalm | calmly | infrequent | infrequently\ncalm | calmly | lucky | luckily\ncalm | calmly | most | mostly\ncalm | calmly | obvious | obviously\ncalm | calmly | occasional | occasionally\ncalm | calmly | possible | possibly\ncalm | calmly | precise | precisely\ncalm | calmly | professional | professionally\ncalm | calmly | quick | quickly\ncalm | calmly | quiet | quietly\ncalm | calmly | rapid | rapidly\ncalm | calmly | rare | rarely\ncalm | calmly | reluctant | reluctantly\ncalm | calmly | safe | safely\ncalm | calmly | serious | seriously\ncalm | calmly | slow | slowly\ncalm | calmly | sudden | suddenly\ncalm | calmly | swift | swiftly\ncalm | calmly | typical | typically\ncalm | calmly | unfortunate | unfortunately\ncalm | calmly | usual | usually\ncalm | calmly | amazing | amazingly\ncalm | calmly | apparent | apparently\ncheerful | cheerfully | complete | completely\ncheerful | cheerfully | efficient | efficiently\ncheerful | cheerfully | fortunate | fortunately\ncheerful | cheerfully | free | freely\ncheerful | cheerfully | furious | furiously\ncheerful | cheerfully | happy | happily\ncheerful | cheerfully | immediate | immediately\ncheerful | cheerfully | infrequent | infrequently\ncheerful | cheerfully | lucky | luckily\ncheerful | cheerfully | most | mostly\ncheerful | cheerfully | obvious | obviously\ncheerful | cheerfully | occasional | occasionally\ncheerful | cheerfully | possible | possibly\ncheerful | cheerfully | precise | precisely\ncheerful | cheerfully | professional | professionally\ncheerful | cheerfully | quick | quickly\ncheerful | cheerfully | quiet | quietly\ncheerful | cheerfully | rapid | rapidly\ncheerful | cheerfully | rare | rarely\ncheerful | cheerfully | reluctant | reluctantly\ncheerful | cheerfully | safe | safely\ncheerful | cheerfully | serious | seriously\ncheerful | cheerfully | slow | slowly\ncheerful | cheerfully | sudden | suddenly\ncheerful | cheerfully | swift | swiftly\ncheerful | cheerfully | typical | typically\ncheerful | cheerfully | unfortunate | unfortunately\ncheerful | cheerfully | usual | usually\ncheerful | cheerfully | amazing | amazingly\ncheerful | cheerfully | apparent | apparently\ncheerful | cheerfully | calm | calmly\ncomplete | completely | efficient | efficiently\ncomplete | completely | fortunate | fortunately\ncomplete | completely | free | freely\ncomplete | completely | furious | furiously\ncomplete | completely | happy | happily\ncomplete | completely | immediate | immediately\ncomplete | completely | infrequent | infrequently\ncomplete | completely | lucky | luckily\ncomplete | completely | most | mostly\ncomplete | completely | obvious | obviously\ncomplete | completely | occasional | occasionally\ncomplete | completely | possible | possibly\ncomplete | completely | precise | precisely\ncomplete | completely | professional | professionally\ncomplete | completely | quick | quickly\ncomplete | completely | quiet | quietly\ncomplete | completely | rapid | rapidly\ncomplete | completely | rare | rarely\ncomplete | completely | reluctant | reluctantly\ncomplete | completely | safe | safely\ncomplete | completely | serious | seriously\ncomplete | completely | slow | slowly\ncomplete | completely | sudden | suddenly\ncomplete | completely | swift | swiftly\ncomplete | completely | typical | typically\ncomplete | completely | unfortunate | unfortunately\ncomplete | completely | usual | usually\ncomplete | completely | amazing | amazingly\ncomplete | completely | apparent | apparently\ncomplete | completely | calm | calmly\ncomplete | completely | cheerful | cheerfully\nefficient | efficiently | fortunate | fortunately\nefficient | efficiently | free | freely\nefficient | efficiently | furious | furiously\nefficient | efficiently | happy | happily\nefficient | efficiently | immediate | immediately\nefficient | efficiently | infrequent | infrequently\nefficient | efficiently | lucky | luckily\nefficient | efficiently | most | mostly\nefficient | efficiently | obvious | obviously\nefficient | efficiently | occasional | occasionally\nefficient | efficiently | possible | possibly\nefficient | efficiently | precise | precisely\nefficient | efficiently | professional | professionally\nefficient | efficiently | quick | quickly\nefficient | efficiently | quiet | quietly\nefficient | efficiently | rapid | rapidly\nefficient | efficiently | rare | rarely\nefficient | efficiently | reluctant | reluctantly\nefficient | efficiently | safe | safely\nefficient | efficiently | serious | seriously\nefficient | efficiently | slow | slowly\nefficient | efficiently | sudden | suddenly\nefficient | efficiently | swift | swiftly\nefficient | efficiently | typical | typically\nefficient | efficiently | unfortunate | unfortunately\nefficient | efficiently | usual | usually\nefficient | efficiently | amazing | amazingly\nefficient | efficiently | apparent | apparently\nefficient | efficiently | calm | calmly\nefficient | efficiently | cheerful | cheerfully\nefficient | efficiently | complete | completely\nfortunate | fortunately | free | freely\nfortunate | fortunately | furious | furiously\nfortunate | fortunately | happy | happily\nfortunate | fortunately | immediate | immediately\nfortunate | fortunately | infrequent | infrequently\nfortunate | fortunately | lucky | luckily\nfortunate | fortunately | most | mostly\nfortunate | fortunately | obvious | obviously\nfortunate | fortunately | occasional | occasionally\nfortunate | fortunately | possible | possibly\nfortunate | fortunately | precise | precisely\nfortunate | fortunately | professional | professionally\nfortunate | fortunately | quick | quickly\nfortunate | fortunately | quiet | quietly\nfortunate | fortunately | rapid | rapidly\nfortunate | fortunately | rare | rarely\nfortunate | fortunately | reluctant | reluctantly\nfortunate | fortunately | safe | safely\nfortunate | fortunately | serious | seriously\nfortunate | fortunately | slow | slowly\nfortunate | fortunately | sudden | suddenly\nfortunate | fortunately | swift | swiftly\nfortunate | fortunately | typical | typically\nfortunate | fortunately | unfortunate | unfortunately\nfortunate | fortunately | usual | usually\nfortunate | fortunately | amazing | amazingly\nfortunate | fortunately | apparent | apparently\nfortunate | fortunately | calm | calmly\nfortunate | fortunately | cheerful | cheerfully\nfortunate | fortunately | complete | completely\nfortunate | fortunately | efficient | efficiently\nfree | freely | furious | furiously\nfree | freely | happy | happily\nfree | freely | immediate | immediately\nfree | freely | infrequent | infrequently\nfree | freely | lucky | luckily\nfree | freely | most | mostly\nfree | freely | obvious | obviously\nfree | freely | occasional | occasionally\nfree | freely | possible | possibly\nfree | freely | precise | precisely\nfree | freely | professional | professionally\nfree | freely | quick | quickly\nfree | freely | quiet | quietly\nfree | freely | rapid | rapidly\nfree | freely | rare | rarely\nfree | freely | reluctant | reluctantly\nfree | freely | safe | safely\nfree | freely | serious | seriously\nfree | freely | slow | slowly\nfree | freely | sudden | suddenly\nfree | freely | swift | swiftly\nfree | freely | typical | typically\nfree | freely | unfortunate | unfortunately\nfree | freely | usual | usually\nfree | freely | amazing | amazingly\nfree | freely | apparent | apparently\nfree | freely | calm | calmly\nfree | freely | cheerful | cheerfully\nfree | freely | complete | completely\nfree | freely | efficient | efficiently\nfree | freely | fortunate | fortunately\nfurious | furiously | happy | happily\nfurious | furiously | immediate | immediately\nfurious | furiously | infrequent | infrequently\nfurious | furiously | lucky | luckily\nfurious | furiously | most | mostly\nfurious | furiously | obvious | obviously\nfurious | furiously | occasional | occasionally\nfurious | furiously | possible | possibly\nfurious | furiously | precise | precisely\nfurious | furiously | professional | professionally\nfurious | furiously | quick | quickly\nfurious | furiously | quiet | quietly\nfurious | furiously | rapid | rapidly\nfurious | furiously | rare | rarely\nfurious | furiously | reluctant | reluctantly\nfurious | furiously | safe | safely\nfurious | furiously | serious | seriously\nfurious | furiously | slow | slowly\nfurious | furiously | sudden | suddenly\nfurious | furiously | swift | swiftly\nfurious | furiously | typical | typically\nfurious | furiously | unfortunate | unfortunately\nfurious | furiously | usual | usually\nfurious | furiously | amazing | amazingly\nfurious | furiously | apparent | apparently\nfurious | furiously | calm | calmly\nfurious | furiously | cheerful | cheerfully\nfurious | furiously | complete | completely\nfurious | furiously | efficient | efficiently\nfurious | furiously | fortunate | fortunately\nfurious | furiously | free | freely\nhappy | happily | immediate | immediately\nhappy | happily | infrequent | infrequently\nhappy | happily | lucky | luckily\nhappy | happily | most | mostly\nhappy | happily | obvious | obviously\nhappy | happily | occasional | occasionally\nhappy | happily | possible | possibly\nhappy | happily | precise | precisely\nhappy | happily | professional | professionally\nhappy | happily | quick | quickly\nhappy | happily | quiet | quietly\nhappy | happily | rapid | rapidly\nhappy | happily | rare | rarely\nhappy | happily | reluctant | reluctantly\nhappy | happily | safe | safely\nhappy | happily | serious | seriously\nhappy | happily | slow | slowly\nhappy | happily | sudden | suddenly\nhappy | happily | swift | swiftly\nhappy | happily | typical | typically\nhappy | happily | unfortunate | unfortunately\nhappy | happily | usual | usually\nhappy | happily | amazing | amazingly\nhappy | happily | apparent | apparently\nhappy | happily | calm | calmly\nhappy | happily | cheerful | cheerfully\nhappy | happily | complete | completely\nhappy | happily | efficient | efficiently\nhappy | happily | fortunate | fortunately\nhappy | happily | free | freely\nhappy | happily | furious | furiously\nimmediate | immediately | infrequent | infrequently\nimmediate | immediately | lucky | luckily\nimmediate | immediately | most | mostly\nimmediate | immediately | obvious | obviously\nimmediate | immediately | occasional | occasionally\nimmediate | immediately | possible | possibly\nimmediate | immediately | precise | precisely\nimmediate | immediately | professional | professionally\nimmediate | immediately | quick | quickly\nimmediate | immediately | quiet | quietly\nimmediate | immediately | rapid | rapidly\nimmediate | immediately | rare | rarely\nimmediate | immediately | reluctant | reluctantly\nimmediate | immediately | safe | safely\nimmediate | immediately | serious | seriously\nimmediate | immediately | slow | slowly\nimmediate | immediately | sudden | suddenly\nimmediate | immediately | swift | swiftly\nimmediate | immediately | typical | typically\nimmediate | immediately | unfortunate | unfortunately\nimmediate | immediately | usual | usually\nimmediate | immediately | amazing | amazingly\nimmediate | immediately | apparent | apparently\nimmediate | immediately | calm | calmly\nimmediate | immediately | cheerful | cheerfully\nimmediate | immediately | complete | completely\nimmediate | immediately | efficient | efficiently\nimmediate | immediately | fortunate | fortunately\nimmediate | immediately | free | freely\nimmediate | immediately | furious | furiously\nimmediate | immediately | happy | happily\ninfrequent | infrequently | lucky | luckily\ninfrequent | infrequently | most | mostly\ninfrequent | infrequently | obvious | obviously\ninfrequent | infrequently | occasional | occasionally\ninfrequent | infrequently | possible | possibly\ninfrequent | infrequently | precise | precisely\ninfrequent | infrequently | professional | professionally\ninfrequent | infrequently | quick | quickly\ninfrequent | infrequently | quiet | quietly\ninfrequent | infrequently | rapid | rapidly\ninfrequent | infrequently | rare | rarely\ninfrequent | infrequently | reluctant | reluctantly\ninfrequent | infrequently | safe | safely\ninfrequent | infrequently | serious | seriously\ninfrequent | infrequently | slow | slowly\ninfrequent | infrequently | sudden | suddenly\ninfrequent | infrequently | swift | swiftly\ninfrequent | infrequently | typical | typically\ninfrequent | infrequently | unfortunate | unfortunately\ninfrequent | infrequently | usual | usually\ninfrequent | infrequently | amazing | amazingly\ninfrequent | infrequently | apparent | apparently\ninfrequent | infrequently | calm | calmly\ninfrequent | infrequently | cheerful | cheerfully\ninfrequent | infrequently | complete | completely\ninfrequent | infrequently | efficient | efficiently\ninfrequent | infrequently | fortunate | fortunately\ninfrequent | infrequently | free | freely\ninfrequent | infrequently | furious | furiously\ninfrequent | infrequently | happy | happily\ninfrequent | infrequently | immediate | immediately\nlucky | luckily | most | mostly\nlucky | luckily | obvious | obviously\nlucky | luckily | occasional | occasionally\nlucky | luckily | possible | possibly\nlucky | luckily | precise | precisely\nlucky | luckily | professional | professionally\nlucky | luckily | quick | quickly\nlucky | luckily | quiet | quietly\nlucky | luckily | rapid | rapidly\nlucky | luckily | rare | rarely\nlucky | luckily | reluctant | reluctantly\nlucky | luckily | safe | safely\nlucky | luckily | serious | seriously\nlucky | luckily | slow | slowly\nlucky | luckily | sudden | suddenly\nlucky | luckily | swift | swiftly\nlucky | luckily | typical | typically\nlucky | luckily | unfortunate | unfortunately\nlucky | luckily | usual | usually\nlucky | luckily | amazing | amazingly\nlucky | luckily | apparent | apparently\nlucky | luckily | calm | calmly\nlucky | luckily | cheerful | cheerfully\nlucky | luckily | complete | completely\nlucky | luckily | efficient | efficiently\nlucky | luckily | fortunate | fortunately\nlucky | luckily | free | freely\nlucky | luckily | furious | furiously\nlucky | luckily | happy | happily\nlucky | luckily | immediate | immediately\nlucky | luckily | infrequent | infrequently\nmost | mostly | obvious | obviously\nmost | mostly | occasional | occasionally\nmost | mostly | possible | possibly\nmost | mostly | precise | precisely\nmost | mostly | professional | professionally\nmost | mostly | quick | quickly\nmost | mostly | quiet | quietly\nmost | mostly | rapid | rapidly\nmost | mostly | rare | rarely\nmost | mostly | reluctant | reluctantly\nmost | mostly | safe | safely\nmost | mostly | serious | seriously\nmost | mostly | slow | slowly\nmost | mostly | sudden | suddenly\nmost | mostly | swift | swiftly\nmost | mostly | typical | typically\nmost | mostly | unfortunate | unfortunately\nmost | mostly | usual | usually\nmost | mostly | amazing | amazingly\nmost | mostly | apparent | apparently\nmost | mostly | calm | calmly\nmost | mostly | cheerful | cheerfully\nmost | mostly | complete | completely\nmost | mostly | efficient | efficiently\nmost | mostly | fortunate | fortunately\nmost | mostly | free | freely\nmost | mostly | furious | furiously\nmost | mostly | happy | happily\nmost | mostly | immediate | immediately\nmost | mostly | infrequent | infrequently\nmost | mostly | lucky | luckily\nobvious | obviously | occasional | occasionally\nobvious | obviously | possible | possibly\nobvious | obviously | precise | precisely\nobvious | obviously | professional | professionally\nobvious | obviously | quick | quickly\nobvious | obviously | quiet | quietly\nobvious | obviously | rapid | rapidly\nobvious | obviously | rare | rarely\nobvious | obviously | reluctant | reluctantly\nobvious | obviously | safe | safely\nobvious | obviously | serious | seriously\nobvious | obviously | slow | slowly\nobvious | obviously | sudden | suddenly\nobvious | obviously | swift | swiftly\nobvious | obviously | typical | typically\nobvious | obviously | unfortunate | unfortunately\nobvious | obviously | usual | usually\nobvious | obviously | amazing | amazingly\nobvious | obviously | apparent | apparently\nobvious | obviously | calm | calmly\nobvious | obviously | cheerful | cheerfully\nobvious | obviously | complete | completely\nobvious | obviously | efficient | efficiently\nobvious | obviously | fortunate | fortunately\nobvious | obviously | free | freely\nobvious | obviously | furious | furiously\nobvious | obviously | happy | happily\nobvious | obviously | immediate | immediately\nobvious | obviously | infrequent | infrequently\nobvious | obviously | lucky | luckily\nobvious | obviously | most | mostly\noccasional | occasionally | possible | possibly\noccasional | occasionally | precise | precisely\noccasional | occasionally | professional | professionally\noccasional | occasionally | quick | quickly\noccasional | occasionally | quiet | quietly\noccasional | occasionally | rapid | rapidly\noccasional | occasionally | rare | rarely\noccasional | occasionally | reluctant | reluctantly\noccasional | occasionally | safe | safely\noccasional | occasionally | serious | seriously\noccasional | occasionally | slow | slowly\noccasional | occasionally | sudden | suddenly\noccasional | occasionally | swift | swiftly\noccasional | occasionally | typical | typically\noccasional | occasionally | unfortunate | unfortunately\noccasional | occasionally | usual | usually\noccasional | occasionally | amazing | amazingly\noccasional | occasionally | apparent | apparently\noccasional | occasionally | calm | calmly\noccasional | occasionally | cheerful | cheerfully\noccasional | occasionally | complete | completely\noccasional | occasionally | efficient | efficiently\noccasional | occasionally | fortunate | fortunately\noccasional | occasionally | free | freely\noccasional | occasionally | furious | furiously\noccasional | occasionally | happy | happily\noccasional | occasionally | immediate | immediately\noccasional | occasionally | infrequent | infrequently\noccasional | occasionally | lucky | luckily\noccasional | occasionally | most | mostly\noccasional | occasionally | obvious | obviously\npossible | possibly | precise | precisely\npossible | possibly | professional | professionally\npossible | possibly | quick | quickly\npossible | possibly | quiet | quietly\npossible | possibly | rapid | rapidly\npossible | possibly | rare | rarely\npossible | possibly | reluctant | reluctantly\npossible | possibly | safe | safely\npossible | possibly | serious | seriously\npossible | possibly | slow | slowly\npossible | possibly | sudden | suddenly\npossible | possibly | swift | swiftly\npossible | possibly | typical | typically\npossible | possibly | unfortunate | unfortunately\npossible | possibly | usual | usually\npossible | possibly | amazing | amazingly\npossible | possibly | apparent | apparently\npossible | possibly | calm | calmly\npossible | possibly | cheerful | cheerfully\npossible | possibly | complete | completely\npossible | possibly | efficient | efficiently\npossible | possibly | fortunate | fortunately\npossible | possibly | free | freely\npossible | possibly | furious | furiously\npossible | possibly | happy | happily\npossible | possibly | immediate | immediately\npossible | possibly | infrequent | infrequently\npossible | possibly | lucky | luckily\npossible | possibly | most | mostly\npossible | possibly | obvious | obviously\npossible | possibly | occasional | occasionally\nprecise | precisely | professional | professionally\nprecise | precisely | quick | quickly\nprecise | precisely | quiet | quietly\nprecise | precisely | rapid | rapidly\nprecise | precisely | rare | rarely\nprecise | precisely | reluctant | reluctantly\nprecise | precisely | safe | safely\nprecise | precisely | serious | seriously\nprecise | precisely | slow | slowly\nprecise | precisely | sudden | suddenly\nprecise | precisely | swift | swiftly\nprecise | precisely | typical | typically\nprecise | precisely | unfortunate | unfortunately\nprecise | precisely | usual | usually\nprecise | precisely | amazing | amazingly\nprecise | precisely | apparent | apparently\nprecise | precisely | calm | calmly\nprecise | precisely | cheerful | cheerfully\nprecise | precisely | complete | completely\nprecise | precisely | efficient | efficiently\nprecise | precisely | fortunate | fortunately\nprecise | precisely | free | freely\nprecise | precisely | furious | furiously\nprecise | precisely | happy | happily\nprecise | precisely | immediate | immediately\nprecise | precisely | infrequent | infrequently\nprecise | precisely | lucky | luckily\nprecise | precisely | most | mostly\nprecise | precisely | obvious | obviously\nprecise | precisely | occasional | occasionally\nprecise | precisely | possible | possibly\nprofessional | professionally | quick | quickly\nprofessional | professionally | quiet | quietly\nprofessional | professionally | rapid | rapidly\nprofessional | professionally | rare | rarely\nprofessional | professionally | reluctant | reluctantly\nprofessional | professionally | safe | safely\nprofessional | professionally | serious | seriously\nprofessional | professionally | slow | slowly\nprofessional | professionally | sudden | suddenly\nprofessional | professionally | swift | swiftly\nprofessional | professionally | typical | typically\nprofessional | professionally | unfortunate | unfortunately\nprofessional | professionally | usual | usually\nprofessional | professionally | amazing | amazingly\nprofessional | professionally | apparent | apparently\nprofessional | professionally | calm | calmly\nprofessional | professionally | cheerful | cheerfully\nprofessional | professionally | complete | completely\nprofessional | professionally | efficient | efficiently\nprofessional | professionally | fortunate | fortunately\nprofessional | professionally | free | freely\nprofessional | professionally | furious | furiously\nprofessional | professionally | happy | happily\nprofessional | professionally | immediate | immediately\nprofessional | professionally | infrequent | infrequently\nprofessional | professionally | lucky | luckily\nprofessional | professionally | most | mostly\nprofessional | professionally | obvious | obviously\nprofessional | professionally | occasional | occasionally\nprofessional | professionally | possible | possibly\nprofessional | professionally | precise | precisely\nquick | quickly | quiet | quietly\nquick | quickly | rapid | rapidly\nquick | quickly | rare | rarely\nquick | quickly | reluctant | reluctantly\nquick | quickly | safe | safely\nquick | quickly | serious | seriously\nquick | quickly | slow | slowly\nquick | quickly | sudden | suddenly\nquick | quickly | swift | swiftly\nquick | quickly | typical | typically\nquick | quickly | unfortunate | unfortunately\nquick | quickly | usual | usually\nquick | quickly | amazing | amazingly\nquick | quickly | apparent | apparently\nquick | quickly | calm | calmly\nquick | quickly | cheerful | cheerfully\nquick | quickly | complete | completely\nquick | quickly | efficient | efficiently\nquick | quickly | fortunate | fortunately\nquick | quickly | free | freely\nquick | quickly | furious | furiously\nquick | quickly | happy | happily\nquick | quickly | immediate | immediately\nquick | quickly | infrequent | infrequently\nquick | quickly | lucky | luckily\nquick | quickly | most | mostly\nquick | quickly | obvious | obviously\nquick | quickly | occasional | occasionally\nquick | quickly | possible | possibly\nquick | quickly | precise | precisely\nquick | quickly | professional | professionally\nquiet | quietly | rapid | rapidly\nquiet | quietly | rare | rarely\nquiet | quietly | reluctant | reluctantly\nquiet | quietly | safe | safely\nquiet | quietly | serious | seriously\nquiet | quietly | slow | slowly\nquiet | quietly | sudden | suddenly\nquiet | quietly | swift | swiftly\nquiet | quietly | typical | typically\nquiet | quietly | unfortunate | unfortunately\nquiet | quietly | usual | usually\nquiet | quietly | amazing | amazingly\nquiet | quietly | apparent | apparently\nquiet | quietly | calm | calmly\nquiet | quietly | cheerful | cheerfully\nquiet | quietly | complete | completely\nquiet | quietly | efficient | efficiently\nquiet | quietly | fortunate | fortunately\nquiet | quietly | free | freely\nquiet | quietly | furious | furiously\nquiet | quietly | happy | happily\nquiet | quietly | immediate | immediately\nquiet | quietly | infrequent | infrequently\nquiet | quietly | lucky | luckily\nquiet | quietly | most | mostly\nquiet | quietly | obvious | obviously\nquiet | quietly | occasional | occasionally\nquiet | quietly | possible | possibly\nquiet | quietly | precise | precisely\nquiet | quietly | professional | professionally\nquiet | quietly | quick | quickly\nrapid | rapidly | rare | rarely\nrapid | rapidly | reluctant | reluctantly\nrapid | rapidly | safe | safely\nrapid | rapidly | serious | seriously\nrapid | rapidly | slow | slowly\nrapid | rapidly | sudden | suddenly\nrapid | rapidly | swift | swiftly\nrapid | rapidly | typical | typically\nrapid | rapidly | unfortunate | unfortunately\nrapid | rapidly | usual | usually\nrapid | rapidly | amazing | amazingly\nrapid | rapidly | apparent | apparently\nrapid | rapidly | calm | calmly\nrapid | rapidly | cheerful | cheerfully\nrapid | rapidly | complete | completely\nrapid | rapidly | efficient | efficiently\nrapid | rapidly | fortunate | fortunately\nrapid | rapidly | free | freely\nrapid | rapidly | furious | furiously\nrapid | rapidly | happy | happily\nrapid | rapidly | immediate | immediately\nrapid | rapidly | infrequent | infrequently\nrapid | rapidly | lucky | luckily\nrapid | rapidly | most | mostly\nrapid | rapidly | obvious | obviously\nrapid | rapidly | occasional | occasionally\nrapid | rapidly | possible | possibly\nrapid | rapidly | precise | precisely\nrapid | rapidly | professional | professionally\nrapid | rapidly | quick | quickly\nrapid | rapidly | quiet | quietly\nrare | rarely | reluctant | reluctantly\nrare | rarely | safe | safely\nrare | rarely | serious | seriously\nrare | rarely | slow | slowly\nrare | rarely | sudden | suddenly\nrare | rarely | swift | swiftly\nrare | rarely | typical | typically\nrare | rarely | unfortunate | unfortunately\nrare | rarely | usual | usually\nrare | rarely | amazing | amazingly\nrare | rarely | apparent | apparently\nrare | rarely | calm | calmly\nrare | rarely | cheerful | cheerfully\nrare | rarely | complete | completely\nrare | rarely | efficient | efficiently\nrare | rarely | fortunate | fortunately\nrare | rarely | free | freely\nrare | rarely | furious | furiously\nrare | rarely | happy | happily\nrare | rarely | immediate | immediately\nrare | rarely | infrequent | infrequently\nrare | rarely | lucky | luckily\nrare | rarely | most | mostly\nrare | rarely | obvious | obviously\nrare | rarely | occasional | occasionally\nrare | rarely | possible | possibly\nrare | rarely | precise | precisely\nrare | rarely | professional | professionally\nrare | rarely | quick | quickly\nrare | rarely | quiet | quietly\nrare | rarely | rapid | rapidly\nreluctant | reluctantly | safe | safely\nreluctant | reluctantly | serious | seriously\nreluctant | reluctantly | slow | slowly\nreluctant | reluctantly | sudden | suddenly\nreluctant | reluctantly | swift | swiftly\nreluctant | reluctantly | typical | typically\nreluctant | reluctantly | unfortunate | unfortunately\nreluctant | reluctantly | usual | usually\nreluctant | reluctantly | amazing | amazingly\nreluctant | reluctantly | apparent | apparently\nreluctant | reluctantly | calm | calmly\nreluctant | reluctantly | cheerful | cheerfully\nreluctant | reluctantly | complete | completely\nreluctant | reluctantly | efficient | efficiently\nreluctant | reluctantly | fortunate | fortunately\nreluctant | reluctantly | free | freely\nreluctant | reluctantly | furious | furiously\nreluctant | reluctantly | happy | happily\nreluctant | reluctantly | immediate | immediately\nreluctant | reluctantly | infrequent | infrequently\nreluctant | reluctantly | lucky | luckily\nreluctant | reluctantly | most | mostly\nreluctant | reluctantly | obvious | obviously\nreluctant | reluctantly | occasional | occasionally\nreluctant | reluctantly | possible | possibly\nreluctant | reluctantly | precise | precisely\nreluctant | reluctantly | professional | professionally\nreluctant | reluctantly | quick | quickly\nreluctant | reluctantly | quiet | quietly\nreluctant | reluctantly | rapid | rapidly\nreluctant | reluctantly | rare | rarely\nsafe | safely | serious | seriously\nsafe | safely | slow | slowly\nsafe | safely | sudden | suddenly\nsafe | safely | swift | swiftly\nsafe | safely | typical | typically\nsafe | safely | unfortunate | unfortunately\nsafe | safely | usual | usually\nsafe | safely | amazing | amazingly\nsafe | safely | apparent | apparently\nsafe | safely | calm | calmly\nsafe | safely | cheerful | cheerfully\nsafe | safely | complete | completely\nsafe | safely | efficient | efficiently\nsafe | safely | fortunate | fortunately\nsafe | safely | free | freely\nsafe | safely | furious | furiously\nsafe | safely | happy | happily\nsafe | safely | immediate | immediately\nsafe | safely | infrequent | infrequently\nsafe | safely | lucky | luckily\nsafe | safely | most | mostly\nsafe | safely | obvious | obviously\nsafe | safely | occasional | occasionally\nsafe | safely | possible | possibly\nsafe | safely | precise | precisely\nsafe | safely | professional | professionally\nsafe | safely | quick | quickly\nsafe | safely | quiet | quietly\nsafe | safely | rapid | rapidly\nsafe | safely | rare | rarely\nsafe | safely | reluctant | reluctantly\nserious | seriously | slow | slowly\nserious | seriously | sudden | suddenly\nserious | seriously | swift | swiftly\nserious | seriously | typical | typically\nserious | seriously | unfortunate | unfortunately\nserious | seriously | usual | usually\nserious | seriously | amazing | amazingly\nserious | seriously | apparent | apparently\nserious | seriously | calm | calmly\nserious | seriously | cheerful | cheerfully\nserious | seriously | complete | completely\nserious | seriously | efficient | efficiently\nserious | seriously | fortunate | fortunately\nserious | seriously | free | freely\nserious | seriously | furious | furiously\nserious | seriously | happy | happily\nserious | seriously | immediate | immediately\nserious | seriously | infrequent | infrequently\nserious | seriously | lucky | luckily\nserious | seriously | most | mostly\nserious | seriously | obvious | obviously\nserious | seriously | occasional | occasionally\nserious | seriously | possible | possibly\nserious | seriously | precise | precisely\nserious | seriously | professional | professionally\nserious | seriously | quick | quickly\nserious | seriously | quiet | quietly\nserious | seriously | rapid | rapidly\nserious | seriously | rare | rarely\nserious | seriously | reluctant | reluctantly\nserious | seriously | safe | safely\nslow | slowly | sudden | suddenly\nslow | slowly | swift | swiftly\nslow | slowly | typical | typically\nslow | slowly | unfortunate | unfortunately\nslow | slowly | usual | usually\nslow | slowly | amazing | amazingly\nslow | slowly | apparent | apparently\nslow | slowly | calm | calmly\nslow | slowly | cheerful | cheerfully\nslow | slowly | complete | completely\nslow | slowly | efficient | efficiently\nslow | slowly | fortunate | fortunately\nslow | slowly | free | freely\nslow | slowly | furious | furiously\nslow | slowly | happy | happily\nslow | slowly | immediate | immediately\nslow | slowly | infrequent | infrequently\nslow | slowly | lucky | luckily\nslow | slowly | most | mostly\nslow | slowly | obvious | obviously\nslow | slowly | occasional | occasionally\nslow | slowly | possible | possibly\nslow | slowly | precise | precisely\nslow | slowly | professional | professionally\nslow | slowly | quick | quickly\nslow | slowly | quiet | quietly\nslow | slowly | rapid | rapidly\nslow | slowly | rare | rarely\nslow | slowly | reluctant | reluctantly\nslow | slowly | safe | safely\nslow | slowly | serious | seriously\nsudden | suddenly | swift | swiftly\nsudden | suddenly | typical | typically\nsudden | suddenly | unfortunate | unfortunately\nsudden | suddenly | usual | usually\nsudden | suddenly | amazing | amazingly\nsudden | suddenly | apparent | apparently\nsudden | suddenly | calm | calmly\nsudden | suddenly | cheerful | cheerfully\nsudden | suddenly | complete | completely\nsudden | suddenly | efficient | efficiently\nsudden | suddenly | fortunate | fortunately\nsudden | suddenly | free | freely\nsudden | suddenly | furious | furiously\nsudden | suddenly | happy | happily\nsudden | suddenly | immediate | immediately\nsudden | suddenly | infrequent | infrequently\nsudden | suddenly | lucky | luckily\nsudden | suddenly | most | mostly\nsudden | suddenly | obvious | obviously\nsudden | suddenly | occasional | occasionally\nsudden | suddenly | possible | possibly\nsudden | suddenly | precise | precisely\nsudden | suddenly | professional | professionally\nsudden | suddenly | quick | quickly\nsudden | suddenly | quiet | quietly\nsudden | suddenly | rapid | rapidly\nsudden | suddenly | rare | rarely\nsudden | suddenly | reluctant | reluctantly\nsudden | suddenly | safe | safely\nsudden | suddenly | serious | seriously\nsudden | suddenly | slow | slowly\nswift | swiftly | typical | typically\nswift | swiftly | unfortunate | unfortunately\nswift | swiftly | usual | usually\nswift | swiftly | amazing | amazingly\nswift | swiftly | apparent | apparently\nswift | swiftly | calm | calmly\nswift | swiftly | cheerful | cheerfully\nswift | swiftly | complete | completely\nswift | swiftly | efficient | efficiently\nswift | swiftly | fortunate | fortunately\nswift | swiftly | free | freely\nswift | swiftly | furious | furiously\nswift | swiftly | happy | happily\nswift | swiftly | immediate | immediately\nswift | swiftly | infrequent | infrequently\nswift | swiftly | lucky | luckily\nswift | swiftly | most | mostly\nswift | swiftly | obvious | obviously\nswift | swiftly | occasional | occasionally\nswift | swiftly | possible | possibly\nswift | swiftly | precise | precisely\nswift | swiftly | professional | professionally\nswift | swiftly | quick | quickly\nswift | swiftly | quiet | quietly\nswift | swiftly | rapid | rapidly\nswift | swiftly | rare | rarely\nswift | swiftly | reluctant | reluctantly\nswift | swiftly | safe | safely\nswift | swiftly | serious | seriously\nswift | swiftly | slow | slowly\nswift | swiftly | sudden | suddenly\ntypical | typically | unfortunate | unfortunately\ntypical | typically | usual | usually\ntypical | typically | amazing | amazingly\ntypical | typically | apparent | apparently\ntypical | typically | calm | calmly\ntypical | typically | cheerful | cheerfully\ntypical | typically | complete | completely\ntypical | typically | efficient | efficiently\ntypical | typically | fortunate | fortunately\ntypical | typically | free | freely\ntypical | typically | furious | furiously\ntypical | typically | happy | happily\ntypical | typically | immediate | immediately\ntypical | typically | infrequent | infrequently\ntypical | typically | lucky | luckily\ntypical | typically | most | mostly\ntypical | typically | obvious | obviously\ntypical | typically | occasional | occasionally\ntypical | typically | possible | possibly\ntypical | typically | precise | precisely\ntypical | typically | professional | professionally\ntypical | typically | quick | quickly\ntypical | typically | quiet | quietly\ntypical | typically | rapid | rapidly\ntypical | typically | rare | rarely\ntypical | typically | reluctant | reluctantly\ntypical | typically | safe | safely\ntypical | typically | serious | seriously\ntypical | typically | slow | slowly\ntypical | typically | sudden | suddenly\ntypical | typically | swift | swiftly\nunfortunate | unfortunately | usual | usually\nunfortunate | unfortunately | amazing | amazingly\nunfortunate | unfortunately | apparent | apparently\nunfortunate | unfortunately | calm | calmly\nunfortunate | unfortunately | cheerful | cheerfully\nunfortunate | unfortunately | complete | completely\nunfortunate | unfortunately | efficient | efficiently\nunfortunate | unfortunately | fortunate | fortunately\nunfortunate | unfortunately | free | freely\nunfortunate | unfortunately | furious | furiously\nunfortunate | unfortunately | happy | happily\nunfortunate | unfortunately | immediate | immediately\nunfortunate | unfortunately | infrequent | infrequently\nunfortunate | unfortunately | lucky | luckily\nunfortunate | unfortunately | most | mostly\nunfortunate | unfortunately | obvious | obviously\nunfortunate | unfortunately | occasional | occasionally\nunfortunate | unfortunately | possible | possibly\nunfortunate | unfortunately | precise | precisely\nunfortunate | unfortunately | professional | professionally\nunfortunate | unfortunately | quick | quickly\nunfortunate | unfortunately | quiet | quietly\nunfortunate | unfortunately | rapid | rapidly\nunfortunate | unfortunately | rare | rarely\nunfortunate | unfortunately | reluctant | reluctantly\nunfortunate | unfortunately | safe | safely\nunfortunate | unfortunately | serious | seriously\nunfortunate | unfortunately | slow | slowly\nunfortunate | unfortunately | sudden | suddenly\nunfortunate | unfortunately | swift | swiftly\nunfortunate | unfortunately | typical | typically\nusual | usually | amazing | amazingly\nusual | usually | apparent | apparently\nusual | usually | calm | calmly\nusual | usually | cheerful | cheerfully\nusual | usually | complete | completely\nusual | usually | efficient | efficiently\nusual | usually | fortunate | fortunately\nusual | usually | free | freely\nusual | usually | furious | furiously\nusual | usually | happy | happily\nusual | usually | immediate | immediately\nusual | usually | infrequent | infrequently\nusual | usually | lucky | luckily\nusual | usually | most | mostly\nusual | usually | obvious | obviously\nusual | usually | occasional | occasionally\nusual | usually | possible | possibly\nusual | usually | precise | precisely\nusual | usually | professional | professionally\nusual | usually | quick | quickly\nusual | usually | quiet | quietly\nusual | usually | rapid | rapidly\nusual | usually | rare | rarely\nusual | usually | reluctant | reluctantly\nusual | usually | safe | safely\nusual | usually | serious | seriously\nusual | usually | slow | slowly\nusual | usually | sudden | suddenly\nusual | usually | swift | swiftly\nusual | usually | typical | typically\nusual | usually | unfortunate | unfortunately\n: | gram2-opposite\nacceptable | unacceptable | aware | unaware\nacceptable | unacceptable | certain | uncertain\nacceptable | unacceptable | clear | unclear\nacceptable | unacceptable | comfortable | uncomfortable\nacceptable | unacceptable | competitive | uncompetitive\nacceptable | unacceptable | consistent | inconsistent\nacceptable | unacceptable | convincing | unconvincing\nacceptable | unacceptable | convenient | inconvenient\nacceptable | unacceptable | decided | undecided\nacceptable | unacceptable | efficient | inefficient\nacceptable | unacceptable | ethical | unethical\nacceptable | unacceptable | fortunate | unfortunate\nacceptable | unacceptable | honest | dishonest\nacceptable | unacceptable | impressive | unimpressive\nacceptable | unacceptable | informative | uninformative\nacceptable | unacceptable | informed | uninformed\nacceptable | unacceptable | known | unknown\nacceptable | unacceptable | likely | unlikely\nacceptable | unacceptable | logical | illogical\nacceptable | unacceptable | pleasant | unpleasant\nacceptable | unacceptable | possible | impossible\nacceptable | unacceptable | possibly | impossibly\nacceptable | unacceptable | productive | unproductive\nacceptable | unacceptable | rational | irrational\nacceptable | unacceptable | reasonable | unreasonable\nacceptable | unacceptable | responsible | irresponsible\nacceptable | unacceptable | sure | unsure\nacceptable | unacceptable | tasteful | distasteful\naware | unaware | certain | uncertain\naware | unaware | clear | unclear\naware | unaware | comfortable | uncomfortable\naware | unaware | competitive | uncompetitive\naware | unaware | consistent | inconsistent\naware | unaware | convincing | unconvincing\naware | unaware | convenient | inconvenient\naware | unaware | decided | undecided\naware | unaware | efficient | inefficient\naware | unaware | ethical | unethical\naware | unaware | fortunate | unfortunate\naware | unaware | honest | dishonest\naware | unaware | impressive | unimpressive\naware | unaware | informative | uninformative\naware | unaware | informed | uninformed\naware | unaware | known | unknown\naware | unaware | likely | unlikely\naware | unaware | logical | illogical\naware | unaware | pleasant | unpleasant\naware | unaware | possible | impossible\naware | unaware | possibly | impossibly\naware | unaware | productive | unproductive\naware | unaware | rational | irrational\naware | unaware | reasonable | unreasonable\naware | unaware | responsible | irresponsible\naware | unaware | sure | unsure\naware | unaware | tasteful | distasteful\naware | unaware | acceptable | unacceptable\ncertain | uncertain | clear | unclear\ncertain | uncertain | comfortable | uncomfortable\ncertain | uncertain | competitive | uncompetitive\ncertain | uncertain | consistent | inconsistent\ncertain | uncertain | convincing | unconvincing\ncertain | uncertain | convenient | inconvenient\ncertain | uncertain | decided | undecided\ncertain | uncertain | efficient | inefficient\ncertain | uncertain | ethical | unethical\ncertain | uncertain | fortunate | unfortunate\ncertain | uncertain | honest | dishonest\ncertain | uncertain | impressive | unimpressive\ncertain | uncertain | informative | uninformative\ncertain | uncertain | informed | uninformed\ncertain | uncertain | known | unknown\ncertain | uncertain | likely | unlikely\ncertain | uncertain | logical | illogical\ncertain | uncertain | pleasant | unpleasant\ncertain | uncertain | possible | impossible\ncertain | uncertain | possibly | impossibly\ncertain | uncertain | productive | unproductive\ncertain | uncertain | rational | irrational\ncertain | uncertain | reasonable | unreasonable\ncertain | uncertain | responsible | irresponsible\ncertain | uncertain | sure | unsure\ncertain | uncertain | tasteful | distasteful\ncertain | uncertain | acceptable | unacceptable\ncertain | uncertain | aware | unaware\nclear | unclear | comfortable | uncomfortable\nclear | unclear | competitive | uncompetitive\nclear | unclear | consistent | inconsistent\nclear | unclear | convincing | unconvincing\nclear | unclear | convenient | inconvenient\nclear | unclear | decided | undecided\nclear | unclear | efficient | inefficient\nclear | unclear | ethical | unethical\nclear | unclear | fortunate | unfortunate\nclear | unclear | honest | dishonest\nclear | unclear | impressive | unimpressive\nclear | unclear | informative | uninformative\nclear | unclear | informed | uninformed\nclear | unclear | known | unknown\nclear | unclear | likely | unlikely\nclear | unclear | logical | illogical\nclear | unclear | pleasant | unpleasant\nclear | unclear | possible | impossible\nclear | unclear | possibly | impossibly\nclear | unclear | productive | unproductive\nclear | unclear | rational | irrational\nclear | unclear | reasonable | unreasonable\nclear | unclear | responsible | irresponsible\nclear | unclear | sure | unsure\nclear | unclear | tasteful | distasteful\nclear | unclear | acceptable | unacceptable\nclear | unclear | aware | unaware\nclear | unclear | certain | uncertain\ncomfortable | uncomfortable | competitive | uncompetitive\ncomfortable | uncomfortable | consistent | inconsistent\ncomfortable | uncomfortable | convincing | unconvincing\ncomfortable | uncomfortable | convenient | inconvenient\ncomfortable | uncomfortable | decided | undecided\ncomfortable | uncomfortable | efficient | inefficient\ncomfortable | uncomfortable | ethical | unethical\ncomfortable | uncomfortable | fortunate | unfortunate\ncomfortable | uncomfortable | honest | dishonest\ncomfortable | uncomfortable | impressive | unimpressive\ncomfortable | uncomfortable | informative | uninformative\ncomfortable | uncomfortable | informed | uninformed\ncomfortable | uncomfortable | known | unknown\ncomfortable | uncomfortable | likely | unlikely\ncomfortable | uncomfortable | logical | illogical\ncomfortable | uncomfortable | pleasant | unpleasant\ncomfortable | uncomfortable | possible | impossible\ncomfortable | uncomfortable | possibly | impossibly\ncomfortable | uncomfortable | productive | unproductive\ncomfortable | uncomfortable | rational | irrational\ncomfortable | uncomfortable | reasonable | unreasonable\ncomfortable | uncomfortable | responsible | irresponsible\ncomfortable | uncomfortable | sure | unsure\ncomfortable | uncomfortable | tasteful | distasteful\ncomfortable | uncomfortable | acceptable | unacceptable\ncomfortable | uncomfortable | aware | unaware\ncomfortable | uncomfortable | certain | uncertain\ncomfortable | uncomfortable | clear | unclear\ncompetitive | uncompetitive | consistent | inconsistent\ncompetitive | uncompetitive | convincing | unconvincing\ncompetitive | uncompetitive | convenient | inconvenient\ncompetitive | uncompetitive | decided | undecided\ncompetitive | uncompetitive | efficient | inefficient\ncompetitive | uncompetitive | ethical | unethical\ncompetitive | uncompetitive | fortunate | unfortunate\ncompetitive | uncompetitive | honest | dishonest\ncompetitive | uncompetitive | impressive | unimpressive\ncompetitive | uncompetitive | informative | uninformative\ncompetitive | uncompetitive | informed | uninformed\ncompetitive | uncompetitive | known | unknown\ncompetitive | uncompetitive | likely | unlikely\ncompetitive | uncompetitive | logical | illogical\ncompetitive | uncompetitive | pleasant | unpleasant\ncompetitive | uncompetitive | possible | impossible\ncompetitive | uncompetitive | possibly | impossibly\ncompetitive | uncompetitive | productive | unproductive\ncompetitive | uncompetitive | rational | irrational\ncompetitive | uncompetitive | reasonable | unreasonable\ncompetitive | uncompetitive | responsible | irresponsible\ncompetitive | uncompetitive | sure | unsure\ncompetitive | uncompetitive | tasteful | distasteful\ncompetitive | uncompetitive | acceptable | unacceptable\ncompetitive | uncompetitive | aware | unaware\ncompetitive | uncompetitive | certain | uncertain\ncompetitive | uncompetitive | clear | unclear\ncompetitive | uncompetitive | comfortable | uncomfortable\nconsistent | inconsistent | convincing | unconvincing\nconsistent | inconsistent | convenient | inconvenient\nconsistent | inconsistent | decided | undecided\nconsistent | inconsistent | efficient | inefficient\nconsistent | inconsistent | ethical | unethical\nconsistent | inconsistent | fortunate | unfortunate\nconsistent | inconsistent | honest | dishonest\nconsistent | inconsistent | impressive | unimpressive\nconsistent | inconsistent | informative | uninformative\nconsistent | inconsistent | informed | uninformed\nconsistent | inconsistent | known | unknown\nconsistent | inconsistent | likely | unlikely\nconsistent | inconsistent | logical | illogical\nconsistent | inconsistent | pleasant | unpleasant\nconsistent | inconsistent | possible | impossible\nconsistent | inconsistent | possibly | impossibly\nconsistent | inconsistent | productive | unproductive\nconsistent | inconsistent | rational | irrational\nconsistent | inconsistent | reasonable | unreasonable\nconsistent | inconsistent | responsible | irresponsible\nconsistent | inconsistent | sure | unsure\nconsistent | inconsistent | tasteful | distasteful\nconsistent | inconsistent | acceptable | unacceptable\nconsistent | inconsistent | aware | unaware\nconsistent | inconsistent | certain | uncertain\nconsistent | inconsistent | clear | unclear\nconsistent | inconsistent | comfortable | uncomfortable\nconsistent | inconsistent | competitive | uncompetitive\nconvincing | unconvincing | convenient | inconvenient\nconvincing | unconvincing | decided | undecided\nconvincing | unconvincing | efficient | inefficient\nconvincing | unconvincing | ethical | unethical\nconvincing | unconvincing | fortunate | unfortunate\nconvincing | unconvincing | honest | dishonest\nconvincing | unconvincing | impressive | unimpressive\nconvincing | unconvincing | informative | uninformative\nconvincing | unconvincing | informed | uninformed\nconvincing | unconvincing | known | unknown\nconvincing | unconvincing | likely | unlikely\nconvincing | unconvincing | logical | illogical\nconvincing | unconvincing | pleasant | unpleasant\nconvincing | unconvincing | possible | impossible\nconvincing | unconvincing | possibly | impossibly\nconvincing | unconvincing | productive | unproductive\nconvincing | unconvincing | rational | irrational\nconvincing | unconvincing | reasonable | unreasonable\nconvincing | unconvincing | responsible | irresponsible\nconvincing | unconvincing | sure | unsure\nconvincing | unconvincing | tasteful | distasteful\nconvincing | unconvincing | acceptable | unacceptable\nconvincing | unconvincing | aware | unaware\nconvincing | unconvincing | certain | uncertain\nconvincing | unconvincing | clear | unclear\nconvincing | unconvincing | comfortable | uncomfortable\nconvincing | unconvincing | competitive | uncompetitive\nconvincing | unconvincing | consistent | inconsistent\nconvenient | inconvenient | decided | undecided\nconvenient | inconvenient | efficient | inefficient\nconvenient | inconvenient | ethical | unethical\nconvenient | inconvenient | fortunate | unfortunate\nconvenient | inconvenient | honest | dishonest\nconvenient | inconvenient | impressive | unimpressive\nconvenient | inconvenient | informative | uninformative\nconvenient | inconvenient | informed | uninformed\nconvenient | inconvenient | known | unknown\nconvenient | inconvenient | likely | unlikely\nconvenient | inconvenient | logical | illogical\nconvenient | inconvenient | pleasant | unpleasant\nconvenient | inconvenient | possible | impossible\nconvenient | inconvenient | possibly | impossibly\nconvenient | inconvenient | productive | unproductive\nconvenient | inconvenient | rational | irrational\nconvenient | inconvenient | reasonable | unreasonable\nconvenient | inconvenient | responsible | irresponsible\nconvenient | inconvenient | sure | unsure\nconvenient | inconvenient | tasteful | distasteful\nconvenient | inconvenient | acceptable | unacceptable\nconvenient | inconvenient | aware | unaware\nconvenient | inconvenient | certain | uncertain\nconvenient | inconvenient | clear | unclear\nconvenient | inconvenient | comfortable | uncomfortable\nconvenient | inconvenient | competitive | uncompetitive\nconvenient | inconvenient | consistent | inconsistent\nconvenient | inconvenient | convincing | unconvincing\ndecided | undecided | efficient | inefficient\ndecided | undecided | ethical | unethical\ndecided | undecided | fortunate | unfortunate\ndecided | undecided | honest | dishonest\ndecided | undecided | impressive | unimpressive\ndecided | undecided | informative | uninformative\ndecided | undecided | informed | uninformed\ndecided | undecided | known | unknown\ndecided | undecided | likely | unlikely\ndecided | undecided | logical | illogical\ndecided | undecided | pleasant | unpleasant\ndecided | undecided | possible | impossible\ndecided | undecided | possibly | impossibly\ndecided | undecided | productive | unproductive\ndecided | undecided | rational | irrational\ndecided | undecided | reasonable | unreasonable\ndecided | undecided | responsible | irresponsible\ndecided | undecided | sure | unsure\ndecided | undecided | tasteful | distasteful\ndecided | undecided | acceptable | unacceptable\ndecided | undecided | aware | unaware\ndecided | undecided | certain | uncertain\ndecided | undecided | clear | unclear\ndecided | undecided | comfortable | uncomfortable\ndecided | undecided | competitive | uncompetitive\ndecided | undecided | consistent | inconsistent\ndecided | undecided | convincing | unconvincing\ndecided | undecided | convenient | inconvenient\nefficient | inefficient | ethical | unethical\nefficient | inefficient | fortunate | unfortunate\nefficient | inefficient | honest | dishonest\nefficient | inefficient | impressive | unimpressive\nefficient | inefficient | informative | uninformative\nefficient | inefficient | informed | uninformed\nefficient | inefficient | known | unknown\nefficient | inefficient | likely | unlikely\nefficient | inefficient | logical | illogical\nefficient | inefficient | pleasant | unpleasant\nefficient | inefficient | possible | impossible\nefficient | inefficient | possibly | impossibly\nefficient | inefficient | productive | unproductive\nefficient | inefficient | rational | irrational\nefficient | inefficient | reasonable | unreasonable\nefficient | inefficient | responsible | irresponsible\nefficient | inefficient | sure | unsure\nefficient | inefficient | tasteful | distasteful\nefficient | inefficient | acceptable | unacceptable\nefficient | inefficient | aware | unaware\nefficient | inefficient | certain | uncertain\nefficient | inefficient | clear | unclear\nefficient | inefficient | comfortable | uncomfortable\nefficient | inefficient | competitive | uncompetitive\nefficient | inefficient | consistent | inconsistent\nefficient | inefficient | convincing | unconvincing\nefficient | inefficient | convenient | inconvenient\nefficient | inefficient | decided | undecided\nethical | unethical | fortunate | unfortunate\nethical | unethical | honest | dishonest\nethical | unethical | impressive | unimpressive\nethical | unethical | informative | uninformative\nethical | unethical | informed | uninformed\nethical | unethical | known | unknown\nethical | unethical | likely | unlikely\nethical | unethical | logical | illogical\nethical | unethical | pleasant | unpleasant\nethical | unethical | possible | impossible\nethical | unethical | possibly | impossibly\nethical | unethical | productive | unproductive\nethical | unethical | rational | irrational\nethical | unethical | reasonable | unreasonable\nethical | unethical | responsible | irresponsible\nethical | unethical | sure | unsure\nethical | unethical | tasteful | distasteful\nethical | unethical | acceptable | unacceptable\nethical | unethical | aware | unaware\nethical | unethical | certain | uncertain\nethical | unethical | clear | unclear\nethical | unethical | comfortable | uncomfortable\nethical | unethical | competitive | uncompetitive\nethical | unethical | consistent | inconsistent\nethical | unethical | convincing | unconvincing\nethical | unethical | convenient | inconvenient\nethical | unethical | decided | undecided\nethical | unethical | efficient | inefficient\nfortunate | unfortunate | honest | dishonest\nfortunate | unfortunate | impressive | unimpressive\nfortunate | unfortunate | informative | uninformative\nfortunate | unfortunate | informed | uninformed\nfortunate | unfortunate | known | unknown\nfortunate | unfortunate | likely | unlikely\nfortunate | unfortunate | logical | illogical\nfortunate | unfortunate | pleasant | unpleasant\nfortunate | unfortunate | possible | impossible\nfortunate | unfortunate | possibly | impossibly\nfortunate | unfortunate | productive | unproductive\nfortunate | unfortunate | rational | irrational\nfortunate | unfortunate | reasonable | unreasonable\nfortunate | unfortunate | responsible | irresponsible\nfortunate | unfortunate | sure | unsure\nfortunate | unfortunate | tasteful | distasteful\nfortunate | unfortunate | acceptable | unacceptable\nfortunate | unfortunate | aware | unaware\nfortunate | unfortunate | certain | uncertain\nfortunate | unfortunate | clear | unclear\nfortunate | unfortunate | comfortable | uncomfortable\nfortunate | unfortunate | competitive | uncompetitive\nfortunate | unfortunate | consistent | inconsistent\nfortunate | unfortunate | convincing | unconvincing\nfortunate | unfortunate | convenient | inconvenient\nfortunate | unfortunate | decided | undecided\nfortunate | unfortunate | efficient | inefficient\nfortunate | unfortunate | ethical | unethical\nhonest | dishonest | impressive | unimpressive\nhonest | dishonest | informative | uninformative\nhonest | dishonest | informed | uninformed\nhonest | dishonest | known | unknown\nhonest | dishonest | likely | unlikely\nhonest | dishonest | logical | illogical\nhonest | dishonest | pleasant | unpleasant\nhonest | dishonest | possible | impossible\nhonest | dishonest | possibly | impossibly\nhonest | dishonest | productive | unproductive\nhonest | dishonest | rational | irrational\nhonest | dishonest | reasonable | unreasonable\nhonest | dishonest | responsible | irresponsible\nhonest | dishonest | sure | unsure\nhonest | dishonest | tasteful | distasteful\nhonest | dishonest | acceptable | unacceptable\nhonest | dishonest | aware | unaware\nhonest | dishonest | certain | uncertain\nhonest | dishonest | clear | unclear\nhonest | dishonest | comfortable | uncomfortable\nhonest | dishonest | competitive | uncompetitive\nhonest | dishonest | consistent | inconsistent\nhonest | dishonest | convincing | unconvincing\nhonest | dishonest | convenient | inconvenient\nhonest | dishonest | decided | undecided\nhonest | dishonest | efficient | inefficient\nhonest | dishonest | ethical | unethical\nhonest | dishonest | fortunate | unfortunate\nimpressive | unimpressive | informative | uninformative\nimpressive | unimpressive | informed | uninformed\nimpressive | unimpressive | known | unknown\nimpressive | unimpressive | likely | unlikely\nimpressive | unimpressive | logical | illogical\nimpressive | unimpressive | pleasant | unpleasant\nimpressive | unimpressive | possible | impossible\nimpressive | unimpressive | possibly | impossibly\nimpressive | unimpressive | productive | unproductive\nimpressive | unimpressive | rational | irrational\nimpressive | unimpressive | reasonable | unreasonable\nimpressive | unimpressive | responsible | irresponsible\nimpressive | unimpressive | sure | unsure\nimpressive | unimpressive | tasteful | distasteful\nimpressive | unimpressive | acceptable | unacceptable\nimpressive | unimpressive | aware | unaware\nimpressive | unimpressive | certain | uncertain\nimpressive | unimpressive | clear | unclear\nimpressive | unimpressive | comfortable | uncomfortable\nimpressive | unimpressive | competitive | uncompetitive\nimpressive | unimpressive | consistent | inconsistent\nimpressive | unimpressive | convincing | unconvincing\nimpressive | unimpressive | convenient | inconvenient\nimpressive | unimpressive | decided | undecided\nimpressive | unimpressive | efficient | inefficient\nimpressive | unimpressive | ethical | unethical\nimpressive | unimpressive | fortunate | unfortunate\nimpressive | unimpressive | honest | dishonest\ninformative | uninformative | informed | uninformed\ninformative | uninformative | known | unknown\ninformative | uninformative | likely | unlikely\ninformative | uninformative | logical | illogical\ninformative | uninformative | pleasant | unpleasant\ninformative | uninformative | possible | impossible\ninformative | uninformative | possibly | impossibly\ninformative | uninformative | productive | unproductive\ninformative | uninformative | rational | irrational\ninformative | uninformative | reasonable | unreasonable\ninformative | uninformative | responsible | irresponsible\ninformative | uninformative | sure | unsure\ninformative | uninformative | tasteful | distasteful\ninformative | uninformative | acceptable | unacceptable\ninformative | uninformative | aware | unaware\ninformative | uninformative | certain | uncertain\ninformative | uninformative | clear | unclear\ninformative | uninformative | comfortable | uncomfortable\ninformative | uninformative | competitive | uncompetitive\ninformative | uninformative | consistent | inconsistent\ninformative | uninformative | convincing | unconvincing\ninformative | uninformative | convenient | inconvenient\ninformative | uninformative | decided | undecided\ninformative | uninformative | efficient | inefficient\ninformative | uninformative | ethical | unethical\ninformative | uninformative | fortunate | unfortunate\ninformative | uninformative | honest | dishonest\ninformative | uninformative | impressive | unimpressive\ninformed | uninformed | known | unknown\ninformed | uninformed | likely | unlikely\ninformed | uninformed | logical | illogical\ninformed | uninformed | pleasant | unpleasant\ninformed | uninformed | possible | impossible\ninformed | uninformed | possibly | impossibly\ninformed | uninformed | productive | unproductive\ninformed | uninformed | rational | irrational\ninformed | uninformed | reasonable | unreasonable\ninformed | uninformed | responsible | irresponsible\ninformed | uninformed | sure | unsure\ninformed | uninformed | tasteful | distasteful\ninformed | uninformed | acceptable | unacceptable\ninformed | uninformed | aware | unaware\ninformed | uninformed | certain | uncertain\ninformed | uninformed | clear | unclear\ninformed | uninformed | comfortable | uncomfortable\ninformed | uninformed | competitive | uncompetitive\ninformed | uninformed | consistent | inconsistent\ninformed | uninformed | convincing | unconvincing\ninformed | uninformed | convenient | inconvenient\ninformed | uninformed | decided | undecided\ninformed | uninformed | efficient | inefficient\ninformed | uninformed | ethical | unethical\ninformed | uninformed | fortunate | unfortunate\ninformed | uninformed | honest | dishonest\ninformed | uninformed | impressive | unimpressive\ninformed | uninformed | informative | uninformative\nknown | unknown | likely | unlikely\nknown | unknown | logical | illogical\nknown | unknown | pleasant | unpleasant\nknown | unknown | possible | impossible\nknown | unknown | possibly | impossibly\nknown | unknown | productive | unproductive\nknown | unknown | rational | irrational\nknown | unknown | reasonable | unreasonable\nknown | unknown | responsible | irresponsible\nknown | unknown | sure | unsure\nknown | unknown | tasteful | distasteful\nknown | unknown | acceptable | unacceptable\nknown | unknown | aware | unaware\nknown | unknown | certain | uncertain\nknown | unknown | clear | unclear\nknown | unknown | comfortable | uncomfortable\nknown | unknown | competitive | uncompetitive\nknown | unknown | consistent | inconsistent\nknown | unknown | convincing | unconvincing\nknown | unknown | convenient | inconvenient\nknown | unknown | decided | undecided\nknown | unknown | efficient | inefficient\nknown | unknown | ethical | unethical\nknown | unknown | fortunate | unfortunate\nknown | unknown | honest | dishonest\nknown | unknown | impressive | unimpressive\nknown | unknown | informative | uninformative\nknown | unknown | informed | uninformed\nlikely | unlikely | logical | illogical\nlikely | unlikely | pleasant | unpleasant\nlikely | unlikely | possible | impossible\nlikely | unlikely | possibly | impossibly\nlikely | unlikely | productive | unproductive\nlikely | unlikely | rational | irrational\nlikely | unlikely | reasonable | unreasonable\nlikely | unlikely | responsible | irresponsible\nlikely | unlikely | sure | unsure\nlikely | unlikely | tasteful | distasteful\nlikely | unlikely | acceptable | unacceptable\nlikely | unlikely | aware | unaware\nlikely | unlikely | certain | uncertain\nlikely | unlikely | clear | unclear\nlikely | unlikely | comfortable | uncomfortable\nlikely | unlikely | competitive | uncompetitive\nlikely | unlikely | consistent | inconsistent\nlikely | unlikely | convincing | unconvincing\nlikely | unlikely | convenient | inconvenient\nlikely | unlikely | decided | undecided\nlikely | unlikely | efficient | inefficient\nlikely | unlikely | ethical | unethical\nlikely | unlikely | fortunate | unfortunate\nlikely | unlikely | honest | dishonest\nlikely | unlikely | impressive | unimpressive\nlikely | unlikely | informative | uninformative\nlikely | unlikely | informed | uninformed\nlikely | unlikely | known | unknown\nlogical | illogical | pleasant | unpleasant\nlogical | illogical | possible | impossible\nlogical | illogical | possibly | impossibly\nlogical | illogical | productive | unproductive\nlogical | illogical | rational | irrational\nlogical | illogical | reasonable | unreasonable\nlogical | illogical | responsible | irresponsible\nlogical | illogical | sure | unsure\nlogical | illogical | tasteful | distasteful\nlogical | illogical | acceptable | unacceptable\nlogical | illogical | aware | unaware\nlogical | illogical | certain | uncertain\nlogical | illogical | clear | unclear\nlogical | illogical | comfortable | uncomfortable\nlogical | illogical | competitive | uncompetitive\nlogical | illogical | consistent | inconsistent\nlogical | illogical | convincing | unconvincing\nlogical | illogical | convenient | inconvenient\nlogical | illogical | decided | undecided\nlogical | illogical | efficient | inefficient\nlogical | illogical | ethical | unethical\nlogical | illogical | fortunate | unfortunate\nlogical | illogical | honest | dishonest\nlogical | illogical | impressive | unimpressive\nlogical | illogical | informative | uninformative\nlogical | illogical | informed | uninformed\nlogical | illogical | known | unknown\nlogical | illogical | likely | unlikely\npleasant | unpleasant | possible | impossible\npleasant | unpleasant | possibly | impossibly\npleasant | unpleasant | productive | unproductive\npleasant | unpleasant | rational | irrational\npleasant | unpleasant | reasonable | unreasonable\npleasant | unpleasant | responsible | irresponsible\npleasant | unpleasant | sure | unsure\npleasant | unpleasant | tasteful | distasteful\npleasant | unpleasant | acceptable | unacceptable\npleasant | unpleasant | aware | unaware\npleasant | unpleasant | certain | uncertain\npleasant | unpleasant | clear | unclear\npleasant | unpleasant | comfortable | uncomfortable\npleasant | unpleasant | competitive | uncompetitive\npleasant | unpleasant | consistent | inconsistent\npleasant | unpleasant | convincing | unconvincing\npleasant | unpleasant | convenient | inconvenient\npleasant | unpleasant | decided | undecided\npleasant | unpleasant | efficient | inefficient\npleasant | unpleasant | ethical | unethical\npleasant | unpleasant | fortunate | unfortunate\npleasant | unpleasant | honest | dishonest\npleasant | unpleasant | impressive | unimpressive\npleasant | unpleasant | informative | uninformative\npleasant | unpleasant | informed | uninformed\npleasant | unpleasant | known | unknown\npleasant | unpleasant | likely | unlikely\npleasant | unpleasant | logical | illogical\npossible | impossible | possibly | impossibly\npossible | impossible | productive | unproductive\npossible | impossible | rational | irrational\npossible | impossible | reasonable | unreasonable\npossible | impossible | responsible | irresponsible\npossible | impossible | sure | unsure\npossible | impossible | tasteful | distasteful\npossible | impossible | acceptable | unacceptable\npossible | impossible | aware | unaware\npossible | impossible | certain | uncertain\npossible | impossible | clear | unclear\npossible | impossible | comfortable | uncomfortable\npossible | impossible | competitive | uncompetitive\npossible | impossible | consistent | inconsistent\npossible | impossible | convincing | unconvincing\npossible | impossible | convenient | inconvenient\npossible | impossible | decided | undecided\npossible | impossible | efficient | inefficient\npossible | impossible | ethical | unethical\npossible | impossible | fortunate | unfortunate\npossible | impossible | honest | dishonest\npossible | impossible | impressive | unimpressive\npossible | impossible | informative | uninformative\npossible | impossible | informed | uninformed\npossible | impossible | known | unknown\npossible | impossible | likely | unlikely\npossible | impossible | logical | illogical\npossible | impossible | pleasant | unpleasant\npossibly | impossibly | productive | unproductive\npossibly | impossibly | rational | irrational\npossibly | impossibly | reasonable | unreasonable\npossibly | impossibly | responsible | irresponsible\npossibly | impossibly | sure | unsure\npossibly | impossibly | tasteful | distasteful\npossibly | impossibly | acceptable | unacceptable\npossibly | impossibly | aware | unaware\npossibly | impossibly | certain | uncertain\npossibly | impossibly | clear | unclear\npossibly | impossibly | comfortable | uncomfortable\npossibly | impossibly | competitive | uncompetitive\npossibly | impossibly | consistent | inconsistent\npossibly | impossibly | convincing | unconvincing\npossibly | impossibly | convenient | inconvenient\npossibly | impossibly | decided | undecided\npossibly | impossibly | efficient | inefficient\npossibly | impossibly | ethical | unethical\npossibly | impossibly | fortunate | unfortunate\npossibly | impossibly | honest | dishonest\npossibly | impossibly | impressive | unimpressive\npossibly | impossibly | informative | uninformative\npossibly | impossibly | informed | uninformed\npossibly | impossibly | known | unknown\npossibly | impossibly | likely | unlikely\npossibly | impossibly | logical | illogical\npossibly | impossibly | pleasant | unpleasant\npossibly | impossibly | possible | impossible\nproductive | unproductive | rational | irrational\nproductive | unproductive | reasonable | unreasonable\nproductive | unproductive | responsible | irresponsible\nproductive | unproductive | sure | unsure\nproductive | unproductive | tasteful | distasteful\nproductive | unproductive | acceptable | unacceptable\nproductive | unproductive | aware | unaware\nproductive | unproductive | certain | uncertain\nproductive | unproductive | clear | unclear\nproductive | unproductive | comfortable | uncomfortable\nproductive | unproductive | competitive | uncompetitive\nproductive | unproductive | consistent | inconsistent\nproductive | unproductive | convincing | unconvincing\nproductive | unproductive | convenient | inconvenient\nproductive | unproductive | decided | undecided\nproductive | unproductive | efficient | inefficient\nproductive | unproductive | ethical | unethical\nproductive | unproductive | fortunate | unfortunate\nproductive | unproductive | honest | dishonest\nproductive | unproductive | impressive | unimpressive\nproductive | unproductive | informative | uninformative\nproductive | unproductive | informed | uninformed\nproductive | unproductive | known | unknown\nproductive | unproductive | likely | unlikely\nproductive | unproductive | logical | illogical\nproductive | unproductive | pleasant | unpleasant\nproductive | unproductive | possible | impossible\nproductive | unproductive | possibly | impossibly\nrational | irrational | reasonable | unreasonable\nrational | irrational | responsible | irresponsible\nrational | irrational | sure | unsure\nrational | irrational | tasteful | distasteful\nrational | irrational | acceptable | unacceptable\nrational | irrational | aware | unaware\nrational | irrational | certain | uncertain\nrational | irrational | clear | unclear\nrational | irrational | comfortable | uncomfortable\nrational | irrational | competitive | uncompetitive\nrational | irrational | consistent | inconsistent\nrational | irrational | convincing | unconvincing\nrational | irrational | convenient | inconvenient\nrational | irrational | decided | undecided\nrational | irrational | efficient | inefficient\nrational | irrational | ethical | unethical\nrational | irrational | fortunate | unfortunate\nrational | irrational | honest | dishonest\nrational | irrational | impressive | unimpressive\nrational | irrational | informative | uninformative\nrational | irrational | informed | uninformed\nrational | irrational | known | unknown\nrational | irrational | likely | unlikely\nrational | irrational | logical | illogical\nrational | irrational | pleasant | unpleasant\nrational | irrational | possible | impossible\nrational | irrational | possibly | impossibly\nrational | irrational | productive | unproductive\nreasonable | unreasonable | responsible | irresponsible\nreasonable | unreasonable | sure | unsure\nreasonable | unreasonable | tasteful | distasteful\nreasonable | unreasonable | acceptable | unacceptable\nreasonable | unreasonable | aware | unaware\nreasonable | unreasonable | certain | uncertain\nreasonable | unreasonable | clear | unclear\nreasonable | unreasonable | comfortable | uncomfortable\nreasonable | unreasonable | competitive | uncompetitive\nreasonable | unreasonable | consistent | inconsistent\nreasonable | unreasonable | convincing | unconvincing\nreasonable | unreasonable | convenient | inconvenient\nreasonable | unreasonable | decided | undecided\nreasonable | unreasonable | efficient | inefficient\nreasonable | unreasonable | ethical | unethical\nreasonable | unreasonable | fortunate | unfortunate\nreasonable | unreasonable | honest | dishonest\nreasonable | unreasonable | impressive | unimpressive\nreasonable | unreasonable | informative | uninformative\nreasonable | unreasonable | informed | uninformed\nreasonable | unreasonable | known | unknown\nreasonable | unreasonable | likely | unlikely\nreasonable | unreasonable | logical | illogical\nreasonable | unreasonable | pleasant | unpleasant\nreasonable | unreasonable | possible | impossible\nreasonable | unreasonable | possibly | impossibly\nreasonable | unreasonable | productive | unproductive\nreasonable | unreasonable | rational | irrational\nresponsible | irresponsible | sure | unsure\nresponsible | irresponsible | tasteful | distasteful\nresponsible | irresponsible | acceptable | unacceptable\nresponsible | irresponsible | aware | unaware\nresponsible | irresponsible | certain | uncertain\nresponsible | irresponsible | clear | unclear\nresponsible | irresponsible | comfortable | uncomfortable\nresponsible | irresponsible | competitive | uncompetitive\nresponsible | irresponsible | consistent | inconsistent\nresponsible | irresponsible | convincing | unconvincing\nresponsible | irresponsible | convenient | inconvenient\nresponsible | irresponsible | decided | undecided\nresponsible | irresponsible | efficient | inefficient\nresponsible | irresponsible | ethical | unethical\nresponsible | irresponsible | fortunate | unfortunate\nresponsible | irresponsible | honest | dishonest\nresponsible | irresponsible | impressive | unimpressive\nresponsible | irresponsible | informative | uninformative\nresponsible | irresponsible | informed | uninformed\nresponsible | irresponsible | known | unknown\nresponsible | irresponsible | likely | unlikely\nresponsible | irresponsible | logical | illogical\nresponsible | irresponsible | pleasant | unpleasant\nresponsible | irresponsible | possible | impossible\nresponsible | irresponsible | possibly | impossibly\nresponsible | irresponsible | productive | unproductive\nresponsible | irresponsible | rational | irrational\nresponsible | irresponsible | reasonable | unreasonable\nsure | unsure | tasteful | distasteful\nsure | unsure | acceptable | unacceptable\nsure | unsure | aware | unaware\nsure | unsure | certain | uncertain\nsure | unsure | clear | unclear\nsure | unsure | comfortable | uncomfortable\nsure | unsure | competitive | uncompetitive\nsure | unsure | consistent | inconsistent\nsure | unsure | convincing | unconvincing\nsure | unsure | convenient | inconvenient\nsure | unsure | decided | undecided\nsure | unsure | efficient | inefficient\nsure | unsure | ethical | unethical\nsure | unsure | fortunate | unfortunate\nsure | unsure | honest | dishonest\nsure | unsure | impressive | unimpressive\nsure | unsure | informative | uninformative\nsure | unsure | informed | uninformed\nsure | unsure | known | unknown\nsure | unsure | likely | unlikely\nsure | unsure | logical | illogical\nsure | unsure | pleasant | unpleasant\nsure | unsure | possible | impossible\nsure | unsure | possibly | impossibly\nsure | unsure | productive | unproductive\nsure | unsure | rational | irrational\nsure | unsure | reasonable | unreasonable\nsure | unsure | responsible | irresponsible\ntasteful | distasteful | acceptable | unacceptable\ntasteful | distasteful | aware | unaware\ntasteful | distasteful | certain | uncertain\ntasteful | distasteful | clear | unclear\ntasteful | distasteful | comfortable | uncomfortable\ntasteful | distasteful | competitive | uncompetitive\ntasteful | distasteful | consistent | inconsistent\ntasteful | distasteful | convincing | unconvincing\ntasteful | distasteful | convenient | inconvenient\ntasteful | distasteful | decided | undecided\ntasteful | distasteful | efficient | inefficient\ntasteful | distasteful | ethical | unethical\ntasteful | distasteful | fortunate | unfortunate\ntasteful | distasteful | honest | dishonest\ntasteful | distasteful | impressive | unimpressive\ntasteful | distasteful | informative | uninformative\ntasteful | distasteful | informed | uninformed\ntasteful | distasteful | known | unknown\ntasteful | distasteful | likely | unlikely\ntasteful | distasteful | logical | illogical\ntasteful | distasteful | pleasant | unpleasant\ntasteful | distasteful | possible | impossible\ntasteful | distasteful | possibly | impossibly\ntasteful | distasteful | productive | unproductive\ntasteful | distasteful | rational | irrational\ntasteful | distasteful | reasonable | unreasonable\ntasteful | distasteful | responsible | irresponsible\ntasteful | distasteful | sure | unsure\n: | gram3-comparative\nbad | worse | big | bigger\nbad | worse | bright | brighter\nbad | worse | cheap | cheaper\nbad | worse | cold | colder\nbad | worse | cool | cooler\nbad | worse | deep | deeper\nbad | worse | easy | easier\nbad | worse | fast | faster\nbad | worse | good | better\nbad | worse | great | greater\nbad | worse | hard | harder\nbad | worse | heavy | heavier\nbad | worse | high | higher\nbad | worse | hot | hotter\nbad | worse | large | larger\nbad | worse | long | longer\nbad | worse | loud | louder\nbad | worse | low | lower\nbad | worse | new | newer\nbad | worse | old | older\nbad | worse | quick | quicker\nbad | worse | safe | safer\nbad | worse | sharp | sharper\nbad | worse | short | shorter\nbad | worse | simple | simpler\nbad | worse | slow | slower\nbad | worse | small | smaller\nbad | worse | smart | smarter\nbad | worse | strong | stronger\nbad | worse | tall | taller\nbad | worse | tight | tighter\nbad | worse | tough | tougher\nbad | worse | warm | warmer\nbad | worse | weak | weaker\nbad | worse | wide | wider\nbad | worse | young | younger\nbig | bigger | bright | brighter\nbig | bigger | cheap | cheaper\nbig | bigger | cold | colder\nbig | bigger | cool | cooler\nbig | bigger | deep | deeper\nbig | bigger | easy | easier\nbig | bigger | fast | faster\nbig | bigger | good | better\nbig | bigger | great | greater\nbig | bigger | hard | harder\nbig | bigger | heavy | heavier\nbig | bigger | high | higher\nbig | bigger | hot | hotter\nbig | bigger | large | larger\nbig | bigger | long | longer\nbig | bigger | loud | louder\nbig | bigger | low | lower\nbig | bigger | new | newer\nbig | bigger | old | older\nbig | bigger | quick | quicker\nbig | bigger | safe | safer\nbig | bigger | sharp | sharper\nbig | bigger | short | shorter\nbig | bigger | simple | simpler\nbig | bigger | slow | slower\nbig | bigger | small | smaller\nbig | bigger | smart | smarter\nbig | bigger | strong | stronger\nbig | bigger | tall | taller\nbig | bigger | tight | tighter\nbig | bigger | tough | tougher\nbig | bigger | warm | warmer\nbig | bigger | weak | weaker\nbig | bigger | wide | wider\nbig | bigger | young | younger\nbig | bigger | bad | worse\nbright | brighter | cheap | cheaper\nbright | brighter | cold | colder\nbright | brighter | cool | cooler\nbright | brighter | deep | deeper\nbright | brighter | easy | easier\nbright | brighter | fast | faster\nbright | brighter | good | better\nbright | brighter | great | greater\nbright | brighter | hard | harder\nbright | brighter | heavy | heavier\nbright | brighter | high | higher\nbright | brighter | hot | hotter\nbright | brighter | large | larger\nbright | brighter | long | longer\nbright | brighter | loud | louder\nbright | brighter | low | lower\nbright | brighter | new | newer\nbright | brighter | old | older\nbright | brighter | quick | quicker\nbright | brighter | safe | safer\nbright | brighter | sharp | sharper\nbright | brighter | short | shorter\nbright | brighter | simple | simpler\nbright | brighter | slow | slower\nbright | brighter | small | smaller\nbright | brighter | smart | smarter\nbright | brighter | strong | stronger\nbright | brighter | tall | taller\nbright | brighter | tight | tighter\nbright | brighter | tough | tougher\nbright | brighter | warm | warmer\nbright | brighter | weak | weaker\nbright | brighter | wide | wider\nbright | brighter | young | younger\nbright | brighter | bad | worse\nbright | brighter | big | bigger\ncheap | cheaper | cold | colder\ncheap | cheaper | cool | cooler\ncheap | cheaper | deep | deeper\ncheap | cheaper | easy | easier\ncheap | cheaper | fast | faster\ncheap | cheaper | good | better\ncheap | cheaper | great | greater\ncheap | cheaper | hard | harder\ncheap | cheaper | heavy | heavier\ncheap | cheaper | high | higher\ncheap | cheaper | hot | hotter\ncheap | cheaper | large | larger\ncheap | cheaper | long | longer\ncheap | cheaper | loud | louder\ncheap | cheaper | low | lower\ncheap | cheaper | new | newer\ncheap | cheaper | old | older\ncheap | cheaper | quick | quicker\ncheap | cheaper | safe | safer\ncheap | cheaper | sharp | sharper\ncheap | cheaper | short | shorter\ncheap | cheaper | simple | simpler\ncheap | cheaper | slow | slower\ncheap | cheaper | small | smaller\ncheap | cheaper | smart | smarter\ncheap | cheaper | strong | stronger\ncheap | cheaper | tall | taller\ncheap | cheaper | tight | tighter\ncheap | cheaper | tough | tougher\ncheap | cheaper | warm | warmer\ncheap | cheaper | weak | weaker\ncheap | cheaper | wide | wider\ncheap | cheaper | young | younger\ncheap | cheaper | bad | worse\ncheap | cheaper | big | bigger\ncheap | cheaper | bright | brighter\ncold | colder | cool | cooler\ncold | colder | deep | deeper\ncold | colder | easy | easier\ncold | colder | fast | faster\ncold | colder | good | better\ncold | colder | great | greater\ncold | colder | hard | harder\ncold | colder | heavy | heavier\ncold | colder | high | higher\ncold | colder | hot | hotter\ncold | colder | large | larger\ncold | colder | long | longer\ncold | colder | loud | louder\ncold | colder | low | lower\ncold | colder | new | newer\ncold | colder | old | older\ncold | colder | quick | quicker\ncold | colder | safe | safer\ncold | colder | sharp | sharper\ncold | colder | short | shorter\ncold | colder | simple | simpler\ncold | colder | slow | slower\ncold | colder | small | smaller\ncold | colder | smart | smarter\ncold | colder | strong | stronger\ncold | colder | tall | taller\ncold | colder | tight | tighter\ncold | colder | tough | tougher\ncold | colder | warm | warmer\ncold | colder | weak | weaker\ncold | colder | wide | wider\ncold | colder | young | younger\ncold | colder | bad | worse\ncold | colder | big | bigger\ncold | colder | bright | brighter\ncold | colder | cheap | cheaper\ncool | cooler | deep | deeper\ncool | cooler | easy | easier\ncool | cooler | fast | faster\ncool | cooler | good | better\ncool | cooler | great | greater\ncool | cooler | hard | harder\ncool | cooler | heavy | heavier\ncool | cooler | high | higher\ncool | cooler | hot | hotter\ncool | cooler | large | larger\ncool | cooler | long | longer\ncool | cooler | loud | louder\ncool | cooler | low | lower\ncool | cooler | new | newer\ncool | cooler | old | older\ncool | cooler | quick | quicker\ncool | cooler | safe | safer\ncool | cooler | sharp | sharper\ncool | cooler | short | shorter\ncool | cooler | simple | simpler\ncool | cooler | slow | slower\ncool | cooler | small | smaller\ncool | cooler | smart | smarter\ncool | cooler | strong | stronger\ncool | cooler | tall | taller\ncool | cooler | tight | tighter\ncool | cooler | tough | tougher\ncool | cooler | warm | warmer\ncool | cooler | weak | weaker\ncool | cooler | wide | wider\ncool | cooler | young | younger\ncool | cooler | bad | worse\ncool | cooler | big | bigger\ncool | cooler | bright | brighter\ncool | cooler | cheap | cheaper\ncool | cooler | cold | colder\ndeep | deeper | easy | easier\ndeep | deeper | fast | faster\ndeep | deeper | good | better\ndeep | deeper | great | greater\ndeep | deeper | hard | harder\ndeep | deeper | heavy | heavier\ndeep | deeper | high | higher\ndeep | deeper | hot | hotter\ndeep | deeper | large | larger\ndeep | deeper | long | longer\ndeep | deeper | loud | louder\ndeep | deeper | low | lower\ndeep | deeper | new | newer\ndeep | deeper | old | older\ndeep | deeper | quick | quicker\ndeep | deeper | safe | safer\ndeep | deeper | sharp | sharper\ndeep | deeper | short | shorter\ndeep | deeper | simple | simpler\ndeep | deeper | slow | slower\ndeep | deeper | small | smaller\ndeep | deeper | smart | smarter\ndeep | deeper | strong | stronger\ndeep | deeper | tall | taller\ndeep | deeper | tight | tighter\ndeep | deeper | tough | tougher\ndeep | deeper | warm | warmer\ndeep | deeper | weak | weaker\ndeep | deeper | wide | wider\ndeep | deeper | young | younger\ndeep | deeper | bad | worse\ndeep | deeper | big | bigger\ndeep | deeper | bright | brighter\ndeep | deeper | cheap | cheaper\ndeep | deeper | cold | colder\ndeep | deeper | cool | cooler\neasy | easier | fast | faster\neasy | easier | good | better\neasy | easier | great | greater\neasy | easier | hard | harder\neasy | easier | heavy | heavier\neasy | easier | high | higher\neasy | easier | hot | hotter\neasy | easier | large | larger\neasy | easier | long | longer\neasy | easier | loud | louder\neasy | easier | low | lower\neasy | easier | new | newer\neasy | easier | old | older\neasy | easier | quick | quicker\neasy | easier | safe | safer\neasy | easier | sharp | sharper\neasy | easier | short | shorter\neasy | easier | simple | simpler\neasy | easier | slow | slower\neasy | easier | small | smaller\neasy | easier | smart | smarter\neasy | easier | strong | stronger\neasy | easier | tall | taller\neasy | easier | tight | tighter\neasy | easier | tough | tougher\neasy | easier | warm | warmer\neasy | easier | weak | weaker\neasy | easier | wide | wider\neasy | easier | young | younger\neasy | easier | bad | worse\neasy | easier | big | bigger\neasy | easier | bright | brighter\neasy | easier | cheap | cheaper\neasy | easier | cold | colder\neasy | easier | cool | cooler\neasy | easier | deep | deeper\nfast | faster | good | better\nfast | faster | great | greater\nfast | faster | hard | harder\nfast | faster | heavy | heavier\nfast | faster | high | higher\nfast | faster | hot | hotter\nfast | faster | large | larger\nfast | faster | long | longer\nfast | faster | loud | louder\nfast | faster | low | lower\nfast | faster | new | newer\nfast | faster | old | older\nfast | faster | quick | quicker\nfast | faster | safe | safer\nfast | faster | sharp | sharper\nfast | faster | short | shorter\nfast | faster | simple | simpler\nfast | faster | slow | slower\nfast | faster | small | smaller\nfast | faster | smart | smarter\nfast | faster | strong | stronger\nfast | faster | tall | taller\nfast | faster | tight | tighter\nfast | faster | tough | tougher\nfast | faster | warm | warmer\nfast | faster | weak | weaker\nfast | faster | wide | wider\nfast | faster | young | younger\nfast | faster | bad | worse\nfast | faster | big | bigger\nfast | faster | bright | brighter\nfast | faster | cheap | cheaper\nfast | faster | cold | colder\nfast | faster | cool | cooler\nfast | faster | deep | deeper\nfast | faster | easy | easier\ngood | better | great | greater\ngood | better | hard | harder\ngood | better | heavy | heavier\ngood | better | high | higher\ngood | better | hot | hotter\ngood | better | large | larger\ngood | better | long | longer\ngood | better | loud | louder\ngood | better | low | lower\ngood | better | new | newer\ngood | better | old | older\ngood | better | quick | quicker\ngood | better | safe | safer\ngood | better | sharp | sharper\ngood | better | short | shorter\ngood | better | simple | simpler\ngood | better | slow | slower\ngood | better | small | smaller\ngood | better | smart | smarter\ngood | better | strong | stronger\ngood | better | tall | taller\ngood | better | tight | tighter\ngood | better | tough | tougher\ngood | better | warm | warmer\ngood | better | weak | weaker\ngood | better | wide | wider\ngood | better | young | younger\ngood | better | bad | worse\ngood | better | big | bigger\ngood | better | bright | brighter\ngood | better | cheap | cheaper\ngood | better | cold | colder\ngood | better | cool | cooler\ngood | better | deep | deeper\ngood | better | easy | easier\ngood | better | fast | faster\ngreat | greater | hard | harder\ngreat | greater | heavy | heavier\ngreat | greater | high | higher\ngreat | greater | hot | hotter\ngreat | greater | large | larger\ngreat | greater | long | longer\ngreat | greater | loud | louder\ngreat | greater | low | lower\ngreat | greater | new | newer\ngreat | greater | old | older\ngreat | greater | quick | quicker\ngreat | greater | safe | safer\ngreat | greater | sharp | sharper\ngreat | greater | short | shorter\ngreat | greater | simple | simpler\ngreat | greater | slow | slower\ngreat | greater | small | smaller\ngreat | greater | smart | smarter\ngreat | greater | strong | stronger\ngreat | greater | tall | taller\ngreat | greater | tight | tighter\ngreat | greater | tough | tougher\ngreat | greater | warm | warmer\ngreat | greater | weak | weaker\ngreat | greater | wide | wider\ngreat | greater | young | younger\ngreat | greater | bad | worse\ngreat | greater | big | bigger\ngreat | greater | bright | brighter\ngreat | greater | cheap | cheaper\ngreat | greater | cold | colder\ngreat | greater | cool | cooler\ngreat | greater | deep | deeper\ngreat | greater | easy | easier\ngreat | greater | fast | faster\ngreat | greater | good | better\nhard | harder | heavy | heavier\nhard | harder | high | higher\nhard | harder | hot | hotter\nhard | harder | large | larger\nhard | harder | long | longer\nhard | harder | loud | louder\nhard | harder | low | lower\nhard | harder | new | newer\nhard | harder | old | older\nhard | harder | quick | quicker\nhard | harder | safe | safer\nhard | harder | sharp | sharper\nhard | harder | short | shorter\nhard | harder | simple | simpler\nhard | harder | slow | slower\nhard | harder | small | smaller\nhard | harder | smart | smarter\nhard | harder | strong | stronger\nhard | harder | tall | taller\nhard | harder | tight | tighter\nhard | harder | tough | tougher\nhard | harder | warm | warmer\nhard | harder | weak | weaker\nhard | harder | wide | wider\nhard | harder | young | younger\nhard | harder | bad | worse\nhard | harder | big | bigger\nhard | harder | bright | brighter\nhard | harder | cheap | cheaper\nhard | harder | cold | colder\nhard | harder | cool | cooler\nhard | harder | deep | deeper\nhard | harder | easy | easier\nhard | harder | fast | faster\nhard | harder | good | better\nhard | harder | great | greater\nheavy | heavier | high | higher\nheavy | heavier | hot | hotter\nheavy | heavier | large | larger\nheavy | heavier | long | longer\nheavy | heavier | loud | louder\nheavy | heavier | low | lower\nheavy | heavier | new | newer\nheavy | heavier | old | older\nheavy | heavier | quick | quicker\nheavy | heavier | safe | safer\nheavy | heavier | sharp | sharper\nheavy | heavier | short | shorter\nheavy | heavier | simple | simpler\nheavy | heavier | slow | slower\nheavy | heavier | small | smaller\nheavy | heavier | smart | smarter\nheavy | heavier | strong | stronger\nheavy | heavier | tall | taller\nheavy | heavier | tight | tighter\nheavy | heavier | tough | tougher\nheavy | heavier | warm | warmer\nheavy | heavier | weak | weaker\nheavy | heavier | wide | wider\nheavy | heavier | young | younger\nheavy | heavier | bad | worse\nheavy | heavier | big | bigger\nheavy | heavier | bright | brighter\nheavy | heavier | cheap | cheaper\nheavy | heavier | cold | colder\nheavy | heavier | cool | cooler\nheavy | heavier | deep | deeper\nheavy | heavier | easy | easier\nheavy | heavier | fast | faster\nheavy | heavier | good | better\nheavy | heavier | great | greater\nheavy | heavier | hard | harder\nhigh | higher | hot | hotter\nhigh | higher | large | larger\nhigh | higher | long | longer\nhigh | higher | loud | louder\nhigh | higher | low | lower\nhigh | higher | new | newer\nhigh | higher | old | older\nhigh | higher | quick | quicker\nhigh | higher | safe | safer\nhigh | higher | sharp | sharper\nhigh | higher | short | shorter\nhigh | higher | simple | simpler\nhigh | higher | slow | slower\nhigh | higher | small | smaller\nhigh | higher | smart | smarter\nhigh | higher | strong | stronger\nhigh | higher | tall | taller\nhigh | higher | tight | tighter\nhigh | higher | tough | tougher\nhigh | higher | warm | warmer\nhigh | higher | weak | weaker\nhigh | higher | wide | wider\nhigh | higher | young | younger\nhigh | higher | bad | worse\nhigh | higher | big | bigger\nhigh | higher | bright | brighter\nhigh | higher | cheap | cheaper\nhigh | higher | cold | colder\nhigh | higher | cool | cooler\nhigh | higher | deep | deeper\nhigh | higher | easy | easier\nhigh | higher | fast | faster\nhigh | higher | good | better\nhigh | higher | great | greater\nhigh | higher | hard | harder\nhigh | higher | heavy | heavier\nhot | hotter | large | larger\nhot | hotter | long | longer\nhot | hotter | loud | louder\nhot | hotter | low | lower\nhot | hotter | new | newer\nhot | hotter | old | older\nhot | hotter | quick | quicker\nhot | hotter | safe | safer\nhot | hotter | sharp | sharper\nhot | hotter | short | shorter\nhot | hotter | simple | simpler\nhot | hotter | slow | slower\nhot | hotter | small | smaller\nhot | hotter | smart | smarter\nhot | hotter | strong | stronger\nhot | hotter | tall | taller\nhot | hotter | tight | tighter\nhot | hotter | tough | tougher\nhot | hotter | warm | warmer\nhot | hotter | weak | weaker\nhot | hotter | wide | wider\nhot | hotter | young | younger\nhot | hotter | bad | worse\nhot | hotter | big | bigger\nhot | hotter | bright | brighter\nhot | hotter | cheap | cheaper\nhot | hotter | cold | colder\nhot | hotter | cool | cooler\nhot | hotter | deep | deeper\nhot | hotter | easy | easier\nhot | hotter | fast | faster\nhot | hotter | good | better\nhot | hotter | great | greater\nhot | hotter | hard | harder\nhot | hotter | heavy | heavier\nhot | hotter | high | higher\nlarge | larger | long | longer\nlarge | larger | loud | louder\nlarge | larger | low | lower\nlarge | larger | new | newer\nlarge | larger | old | older\nlarge | larger | quick | quicker\nlarge | larger | safe | safer\nlarge | larger | sharp | sharper\nlarge | larger | short | shorter\nlarge | larger | simple | simpler\nlarge | larger | slow | slower\nlarge | larger | small | smaller\nlarge | larger | smart | smarter\nlarge | larger | strong | stronger\nlarge | larger | tall | taller\nlarge | larger | tight | tighter\nlarge | larger | tough | tougher\nlarge | larger | warm | warmer\nlarge | larger | weak | weaker\nlarge | larger | wide | wider\nlarge | larger | young | younger\nlarge | larger | bad | worse\nlarge | larger | big | bigger\nlarge | larger | bright | brighter\nlarge | larger | cheap | cheaper\nlarge | larger | cold | colder\nlarge | larger | cool | cooler\nlarge | larger | deep | deeper\nlarge | larger | easy | easier\nlarge | larger | fast | faster\nlarge | larger | good | better\nlarge | larger | great | greater\nlarge | larger | hard | harder\nlarge | larger | heavy | heavier\nlarge | larger | high | higher\nlarge | larger | hot | hotter\nlong | longer | loud | louder\nlong | longer | low | lower\nlong | longer | new | newer\nlong | longer | old | older\nlong | longer | quick | quicker\nlong | longer | safe | safer\nlong | longer | sharp | sharper\nlong | longer | short | shorter\nlong | longer | simple | simpler\nlong | longer | slow | slower\nlong | longer | small | smaller\nlong | longer | smart | smarter\nlong | longer | strong | stronger\nlong | longer | tall | taller\nlong | longer | tight | tighter\nlong | longer | tough | tougher\nlong | longer | warm | warmer\nlong | longer | weak | weaker\nlong | longer | wide | wider\nlong | longer | young | younger\nlong | longer | bad | worse\nlong | longer | big | bigger\nlong | longer | bright | brighter\nlong | longer | cheap | cheaper\nlong | longer | cold | colder\nlong | longer | cool | cooler\nlong | longer | deep | deeper\nlong | longer | easy | easier\nlong | longer | fast | faster\nlong | longer | good | better\nlong | longer | great | greater\nlong | longer | hard | harder\nlong | longer | heavy | heavier\nlong | longer | high | higher\nlong | longer | hot | hotter\nlong | longer | large | larger\nloud | louder | low | lower\nloud | louder | new | newer\nloud | louder | old | older\nloud | louder | quick | quicker\nloud | louder | safe | safer\nloud | louder | sharp | sharper\nloud | louder | short | shorter\nloud | louder | simple | simpler\nloud | louder | slow | slower\nloud | louder | small | smaller\nloud | louder | smart | smarter\nloud | louder | strong | stronger\nloud | louder | tall | taller\nloud | louder | tight | tighter\nloud | louder | tough | tougher\nloud | louder | warm | warmer\nloud | louder | weak | weaker\nloud | louder | wide | wider\nloud | louder | young | younger\nloud | louder | bad | worse\nloud | louder | big | bigger\nloud | louder | bright | brighter\nloud | louder | cheap | cheaper\nloud | louder | cold | colder\nloud | louder | cool | cooler\nloud | louder | deep | deeper\nloud | louder | easy | easier\nloud | louder | fast | faster\nloud | louder | good | better\nloud | louder | great | greater\nloud | louder | hard | harder\nloud | louder | heavy | heavier\nloud | louder | high | higher\nloud | louder | hot | hotter\nloud | louder | large | larger\nloud | louder | long | longer\nlow | lower | new | newer\nlow | lower | old | older\nlow | lower | quick | quicker\nlow | lower | safe | safer\nlow | lower | sharp | sharper\nlow | lower | short | shorter\nlow | lower | simple | simpler\nlow | lower | slow | slower\nlow | lower | small | smaller\nlow | lower | smart | smarter\nlow | lower | strong | stronger\nlow | lower | tall | taller\nlow | lower | tight | tighter\nlow | lower | tough | tougher\nlow | lower | warm | warmer\nlow | lower | weak | weaker\nlow | lower | wide | wider\nlow | lower | young | younger\nlow | lower | bad | worse\nlow | lower | big | bigger\nlow | lower | bright | brighter\nlow | lower | cheap | cheaper\nlow | lower | cold | colder\nlow | lower | cool | cooler\nlow | lower | deep | deeper\nlow | lower | easy | easier\nlow | lower | fast | faster\nlow | lower | good | better\nlow | lower | great | greater\nlow | lower | hard | harder\nlow | lower | heavy | heavier\nlow | lower | high | higher\nlow | lower | hot | hotter\nlow | lower | large | larger\nlow | lower | long | longer\nlow | lower | loud | louder\nnew | newer | old | older\nnew | newer | quick | quicker\nnew | newer | safe | safer\nnew | newer | sharp | sharper\nnew | newer | short | shorter\nnew | newer | simple | simpler\nnew | newer | slow | slower\nnew | newer | small | smaller\nnew | newer | smart | smarter\nnew | newer | strong | stronger\nnew | newer | tall | taller\nnew | newer | tight | tighter\nnew | newer | tough | tougher\nnew | newer | warm | warmer\nnew | newer | weak | weaker\nnew | newer | wide | wider\nnew | newer | young | younger\nnew | newer | bad | worse\nnew | newer | big | bigger\nnew | newer | bright | brighter\nnew | newer | cheap | cheaper\nnew | newer | cold | colder\nnew | newer | cool | cooler\nnew | newer | deep | deeper\nnew | newer | easy | easier\nnew | newer | fast | faster\nnew | newer | good | better\nnew | newer | great | greater\nnew | newer | hard | harder\nnew | newer | heavy | heavier\nnew | newer | high | higher\nnew | newer | hot | hotter\nnew | newer | large | larger\nnew | newer | long | longer\nnew | newer | loud | louder\nnew | newer | low | lower\nold | older | quick | quicker\nold | older | safe | safer\nold | older | sharp | sharper\nold | older | short | shorter\nold | older | simple | simpler\nold | older | slow | slower\nold | older | small | smaller\nold | older | smart | smarter\nold | older | strong | stronger\nold | older | tall | taller\nold | older | tight | tighter\nold | older | tough | tougher\nold | older | warm | warmer\nold | older | weak | weaker\nold | older | wide | wider\nold | older | young | younger\nold | older | bad | worse\nold | older | big | bigger\nold | older | bright | brighter\nold | older | cheap | cheaper\nold | older | cold | colder\nold | older | cool | cooler\nold | older | deep | deeper\nold | older | easy | easier\nold | older | fast | faster\nold | older | good | better\nold | older | great | greater\nold | older | hard | harder\nold | older | heavy | heavier\nold | older | high | higher\nold | older | hot | hotter\nold | older | large | larger\nold | older | long | longer\nold | older | loud | louder\nold | older | low | lower\nold | older | new | newer\nquick | quicker | safe | safer\nquick | quicker | sharp | sharper\nquick | quicker | short | shorter\nquick | quicker | simple | simpler\nquick | quicker | slow | slower\nquick | quicker | small | smaller\nquick | quicker | smart | smarter\nquick | quicker | strong | stronger\nquick | quicker | tall | taller\nquick | quicker | tight | tighter\nquick | quicker | tough | tougher\nquick | quicker | warm | warmer\nquick | quicker | weak | weaker\nquick | quicker | wide | wider\nquick | quicker | young | younger\nquick | quicker | bad | worse\nquick | quicker | big | bigger\nquick | quicker | bright | brighter\nquick | quicker | cheap | cheaper\nquick | quicker | cold | colder\nquick | quicker | cool | cooler\nquick | quicker | deep | deeper\nquick | quicker | easy | easier\nquick | quicker | fast | faster\nquick | quicker | good | better\nquick | quicker | great | greater\nquick | quicker | hard | harder\nquick | quicker | heavy | heavier\nquick | quicker | high | higher\nquick | quicker | hot | hotter\nquick | quicker | large | larger\nquick | quicker | long | longer\nquick | quicker | loud | louder\nquick | quicker | low | lower\nquick | quicker | new | newer\nquick | quicker | old | older\nsafe | safer | sharp | sharper\nsafe | safer | short | shorter\nsafe | safer | simple | simpler\nsafe | safer | slow | slower\nsafe | safer | small | smaller\nsafe | safer | smart | smarter\nsafe | safer | strong | stronger\nsafe | safer | tall | taller\nsafe | safer | tight | tighter\nsafe | safer | tough | tougher\nsafe | safer | warm | warmer\nsafe | safer | weak | weaker\nsafe | safer | wide | wider\nsafe | safer | young | younger\nsafe | safer | bad | worse\nsafe | safer | big | bigger\nsafe | safer | bright | brighter\nsafe | safer | cheap | cheaper\nsafe | safer | cold | colder\nsafe | safer | cool | cooler\nsafe | safer | deep | deeper\nsafe | safer | easy | easier\nsafe | safer | fast | faster\nsafe | safer | good | better\nsafe | safer | great | greater\nsafe | safer | hard | harder\nsafe | safer | heavy | heavier\nsafe | safer | high | higher\nsafe | safer | hot | hotter\nsafe | safer | large | larger\nsafe | safer | long | longer\nsafe | safer | loud | louder\nsafe | safer | low | lower\nsafe | safer | new | newer\nsafe | safer | old | older\nsafe | safer | quick | quicker\nsharp | sharper | short | shorter\nsharp | sharper | simple | simpler\nsharp | sharper | slow | slower\nsharp | sharper | small | smaller\nsharp | sharper | smart | smarter\nsharp | sharper | strong | stronger\nsharp | sharper | tall | taller\nsharp | sharper | tight | tighter\nsharp | sharper | tough | tougher\nsharp | sharper | warm | warmer\nsharp | sharper | weak | weaker\nsharp | sharper | wide | wider\nsharp | sharper | young | younger\nsharp | sharper | bad | worse\nsharp | sharper | big | bigger\nsharp | sharper | bright | brighter\nsharp | sharper | cheap | cheaper\nsharp | sharper | cold | colder\nsharp | sharper | cool | cooler\nsharp | sharper | deep | deeper\nsharp | sharper | easy | easier\nsharp | sharper | fast | faster\nsharp | sharper | good | better\nsharp | sharper | great | greater\nsharp | sharper | hard | harder\nsharp | sharper | heavy | heavier\nsharp | sharper | high | higher\nsharp | sharper | hot | hotter\nsharp | sharper | large | larger\nsharp | sharper | long | longer\nsharp | sharper | loud | louder\nsharp | sharper | low | lower\nsharp | sharper | new | newer\nsharp | sharper | old | older\nsharp | sharper | quick | quicker\nsharp | sharper | safe | safer\nshort | shorter | simple | simpler\nshort | shorter | slow | slower\nshort | shorter | small | smaller\nshort | shorter | smart | smarter\nshort | shorter | strong | stronger\nshort | shorter | tall | taller\nshort | shorter | tight | tighter\nshort | shorter | tough | tougher\nshort | shorter | warm | warmer\nshort | shorter | weak | weaker\nshort | shorter | wide | wider\nshort | shorter | young | younger\nshort | shorter | bad | worse\nshort | shorter | big | bigger\nshort | shorter | bright | brighter\nshort | shorter | cheap | cheaper\nshort | shorter | cold | colder\nshort | shorter | cool | cooler\nshort | shorter | deep | deeper\nshort | shorter | easy | easier\nshort | shorter | fast | faster\nshort | shorter | good | better\nshort | shorter | great | greater\nshort | shorter | hard | harder\nshort | shorter | heavy | heavier\nshort | shorter | high | higher\nshort | shorter | hot | hotter\nshort | shorter | large | larger\nshort | shorter | long | longer\nshort | shorter | loud | louder\nshort | shorter | low | lower\nshort | shorter | new | newer\nshort | shorter | old | older\nshort | shorter | quick | quicker\nshort | shorter | safe | safer\nshort | shorter | sharp | sharper\nsimple | simpler | slow | slower\nsimple | simpler | small | smaller\nsimple | simpler | smart | smarter\nsimple | simpler | strong | stronger\nsimple | simpler | tall | taller\nsimple | simpler | tight | tighter\nsimple | simpler | tough | tougher\nsimple | simpler | warm | warmer\nsimple | simpler | weak | weaker\nsimple | simpler | wide | wider\nsimple | simpler | young | younger\nsimple | simpler | bad | worse\nsimple | simpler | big | bigger\nsimple | simpler | bright | brighter\nsimple | simpler | cheap | cheaper\nsimple | simpler | cold | colder\nsimple | simpler | cool | cooler\nsimple | simpler | deep | deeper\nsimple | simpler | easy | easier\nsimple | simpler | fast | faster\nsimple | simpler | good | better\nsimple | simpler | great | greater\nsimple | simpler | hard | harder\nsimple | simpler | heavy | heavier\nsimple | simpler | high | higher\nsimple | simpler | hot | hotter\nsimple | simpler | large | larger\nsimple | simpler | long | longer\nsimple | simpler | loud | louder\nsimple | simpler | low | lower\nsimple | simpler | new | newer\nsimple | simpler | old | older\nsimple | simpler | quick | quicker\nsimple | simpler | safe | safer\nsimple | simpler | sharp | sharper\nsimple | simpler | short | shorter\nslow | slower | small | smaller\nslow | slower | smart | smarter\nslow | slower | strong | stronger\nslow | slower | tall | taller\nslow | slower | tight | tighter\nslow | slower | tough | tougher\nslow | slower | warm | warmer\nslow | slower | weak | weaker\nslow | slower | wide | wider\nslow | slower | young | younger\nslow | slower | bad | worse\nslow | slower | big | bigger\nslow | slower | bright | brighter\nslow | slower | cheap | cheaper\nslow | slower | cold | colder\nslow | slower | cool | cooler\nslow | slower | deep | deeper\nslow | slower | easy | easier\nslow | slower | fast | faster\nslow | slower | good | better\nslow | slower | great | greater\nslow | slower | hard | harder\nslow | slower | heavy | heavier\nslow | slower | high | higher\nslow | slower | hot | hotter\nslow | slower | large | larger\nslow | slower | long | longer\nslow | slower | loud | louder\nslow | slower | low | lower\nslow | slower | new | newer\nslow | slower | old | older\nslow | slower | quick | quicker\nslow | slower | safe | safer\nslow | slower | sharp | sharper\nslow | slower | short | shorter\nslow | slower | simple | simpler\nsmall | smaller | smart | smarter\nsmall | smaller | strong | stronger\nsmall | smaller | tall | taller\nsmall | smaller | tight | tighter\nsmall | smaller | tough | tougher\nsmall | smaller | warm | warmer\nsmall | smaller | weak | weaker\nsmall | smaller | wide | wider\nsmall | smaller | young | younger\nsmall | smaller | bad | worse\nsmall | smaller | big | bigger\nsmall | smaller | bright | brighter\nsmall | smaller | cheap | cheaper\nsmall | smaller | cold | colder\nsmall | smaller | cool | cooler\nsmall | smaller | deep | deeper\nsmall | smaller | easy | easier\nsmall | smaller | fast | faster\nsmall | smaller | good | better\nsmall | smaller | great | greater\nsmall | smaller | hard | harder\nsmall | smaller | heavy | heavier\nsmall | smaller | high | higher\nsmall | smaller | hot | hotter\nsmall | smaller | large | larger\nsmall | smaller | long | longer\nsmall | smaller | loud | louder\nsmall | smaller | low | lower\nsmall | smaller | new | newer\nsmall | smaller | old | older\nsmall | smaller | quick | quicker\nsmall | smaller | safe | safer\nsmall | smaller | sharp | sharper\nsmall | smaller | short | shorter\nsmall | smaller | simple | simpler\nsmall | smaller | slow | slower\nsmart | smarter | strong | stronger\nsmart | smarter | tall | taller\nsmart | smarter | tight | tighter\nsmart | smarter | tough | tougher\nsmart | smarter | warm | warmer\nsmart | smarter | weak | weaker\nsmart | smarter | wide | wider\nsmart | smarter | young | younger\nsmart | smarter | bad | worse\nsmart | smarter | big | bigger\nsmart | smarter | bright | brighter\nsmart | smarter | cheap | cheaper\nsmart | smarter | cold | colder\nsmart | smarter | cool | cooler\nsmart | smarter | deep | deeper\nsmart | smarter | easy | easier\nsmart | smarter | fast | faster\nsmart | smarter | good | better\nsmart | smarter | great | greater\nsmart | smarter | hard | harder\nsmart | smarter | heavy | heavier\nsmart | smarter | high | higher\nsmart | smarter | hot | hotter\nsmart | smarter | large | larger\nsmart | smarter | long | longer\nsmart | smarter | loud | louder\nsmart | smarter | low | lower\nsmart | smarter | new | newer\nsmart | smarter | old | older\nsmart | smarter | quick | quicker\nsmart | smarter | safe | safer\nsmart | smarter | sharp | sharper\nsmart | smarter | short | shorter\nsmart | smarter | simple | simpler\nsmart | smarter | slow | slower\nsmart | smarter | small | smaller\nstrong | stronger | tall | taller\nstrong | stronger | tight | tighter\nstrong | stronger | tough | tougher\nstrong | stronger | warm | warmer\nstrong | stronger | weak | weaker\nstrong | stronger | wide | wider\nstrong | stronger | young | younger\nstrong | stronger | bad | worse\nstrong | stronger | big | bigger\nstrong | stronger | bright | brighter\nstrong | stronger | cheap | cheaper\nstrong | stronger | cold | colder\nstrong | stronger | cool | cooler\nstrong | stronger | deep | deeper\nstrong | stronger | easy | easier\nstrong | stronger | fast | faster\nstrong | stronger | good | better\nstrong | stronger | great | greater\nstrong | stronger | hard | harder\nstrong | stronger | heavy | heavier\nstrong | stronger | high | higher\nstrong | stronger | hot | hotter\nstrong | stronger | large | larger\nstrong | stronger | long | longer\nstrong | stronger | loud | louder\nstrong | stronger | low | lower\nstrong | stronger | new | newer\nstrong | stronger | old | older\nstrong | stronger | quick | quicker\nstrong | stronger | safe | safer\nstrong | stronger | sharp | sharper\nstrong | stronger | short | shorter\nstrong | stronger | simple | simpler\nstrong | stronger | slow | slower\nstrong | stronger | small | smaller\nstrong | stronger | smart | smarter\ntall | taller | tight | tighter\ntall | taller | tough | tougher\ntall | taller | warm | warmer\ntall | taller | weak | weaker\ntall | taller | wide | wider\ntall | taller | young | younger\ntall | taller | bad | worse\ntall | taller | big | bigger\ntall | taller | bright | brighter\ntall | taller | cheap | cheaper\ntall | taller | cold | colder\ntall | taller | cool | cooler\ntall | taller | deep | deeper\ntall | taller | easy | easier\ntall | taller | fast | faster\ntall | taller | good | better\ntall | taller | great | greater\ntall | taller | hard | harder\ntall | taller | heavy | heavier\ntall | taller | high | higher\ntall | taller | hot | hotter\ntall | taller | large | larger\ntall | taller | long | longer\ntall | taller | loud | louder\ntall | taller | low | lower\ntall | taller | new | newer\ntall | taller | old | older\ntall | taller | quick | quicker\ntall | taller | safe | safer\ntall | taller | sharp | sharper\ntall | taller | short | shorter\ntall | taller | simple | simpler\ntall | taller | slow | slower\ntall | taller | small | smaller\ntall | taller | smart | smarter\ntall | taller | strong | stronger\ntight | tighter | tough | tougher\ntight | tighter | warm | warmer\ntight | tighter | weak | weaker\ntight | tighter | wide | wider\ntight | tighter | young | younger\ntight | tighter | bad | worse\ntight | tighter | big | bigger\ntight | tighter | bright | brighter\ntight | tighter | cheap | cheaper\ntight | tighter | cold | colder\ntight | tighter | cool | cooler\ntight | tighter | deep | deeper\ntight | tighter | easy | easier\ntight | tighter | fast | faster\ntight | tighter | good | better\ntight | tighter | great | greater\ntight | tighter | hard | harder\ntight | tighter | heavy | heavier\ntight | tighter | high | higher\ntight | tighter | hot | hotter\ntight | tighter | large | larger\ntight | tighter | long | longer\ntight | tighter | loud | louder\ntight | tighter | low | lower\ntight | tighter | new | newer\ntight | tighter | old | older\ntight | tighter | quick | quicker\ntight | tighter | safe | safer\ntight | tighter | sharp | sharper\ntight | tighter | short | shorter\ntight | tighter | simple | simpler\ntight | tighter | slow | slower\ntight | tighter | small | smaller\ntight | tighter | smart | smarter\ntight | tighter | strong | stronger\ntight | tighter | tall | taller\ntough | tougher | warm | warmer\ntough | tougher | weak | weaker\ntough | tougher | wide | wider\ntough | tougher | young | younger\ntough | tougher | bad | worse\ntough | tougher | big | bigger\ntough | tougher | bright | brighter\ntough | tougher | cheap | cheaper\ntough | tougher | cold | colder\ntough | tougher | cool | cooler\ntough | tougher | deep | deeper\ntough | tougher | easy | easier\ntough | tougher | fast | faster\ntough | tougher | good | better\ntough | tougher | great | greater\ntough | tougher | hard | harder\ntough | tougher | heavy | heavier\ntough | tougher | high | higher\ntough | tougher | hot | hotter\ntough | tougher | large | larger\ntough | tougher | long | longer\ntough | tougher | loud | louder\ntough | tougher | low | lower\ntough | tougher | new | newer\ntough | tougher | old | older\ntough | tougher | quick | quicker\ntough | tougher | safe | safer\ntough | tougher | sharp | sharper\ntough | tougher | short | shorter\ntough | tougher | simple | simpler\ntough | tougher | slow | slower\ntough | tougher | small | smaller\ntough | tougher | smart | smarter\ntough | tougher | strong | stronger\ntough | tougher | tall | taller\ntough | tougher | tight | tighter\nwarm | warmer | weak | weaker\nwarm | warmer | wide | wider\nwarm | warmer | young | younger\nwarm | warmer | bad | worse\nwarm | warmer | big | bigger\nwarm | warmer | bright | brighter\nwarm | warmer | cheap | cheaper\nwarm | warmer | cold | colder\nwarm | warmer | cool | cooler\nwarm | warmer | deep | deeper\nwarm | warmer | easy | easier\nwarm | warmer | fast | faster\nwarm | warmer | good | better\nwarm | warmer | great | greater\nwarm | warmer | hard | harder\nwarm | warmer | heavy | heavier\nwarm | warmer | high | higher\nwarm | warmer | hot | hotter\nwarm | warmer | large | larger\nwarm | warmer | long | longer\nwarm | warmer | loud | louder\nwarm | warmer | low | lower\nwarm | warmer | new | newer\nwarm | warmer | old | older\nwarm | warmer | quick | quicker\nwarm | warmer | safe | safer\nwarm | warmer | sharp | sharper\nwarm | warmer | short | shorter\nwarm | warmer | simple | simpler\nwarm | warmer | slow | slower\nwarm | warmer | small | smaller\nwarm | warmer | smart | smarter\nwarm | warmer | strong | stronger\nwarm | warmer | tall | taller\nwarm | warmer | tight | tighter\nwarm | warmer | tough | tougher\nweak | weaker | wide | wider\nweak | weaker | young | younger\nweak | weaker | bad | worse\nweak | weaker | big | bigger\nweak | weaker | bright | brighter\nweak | weaker | cheap | cheaper\nweak | weaker | cold | colder\nweak | weaker | cool | cooler\nweak | weaker | deep | deeper\nweak | weaker | easy | easier\nweak | weaker | fast | faster\nweak | weaker | good | better\nweak | weaker | great | greater\nweak | weaker | hard | harder\nweak | weaker | heavy | heavier\nweak | weaker | high | higher\nweak | weaker | hot | hotter\nweak | weaker | large | larger\nweak | weaker | long | longer\nweak | weaker | loud | louder\nweak | weaker | low | lower\nweak | weaker | new | newer\nweak | weaker | old | older\nweak | weaker | quick | quicker\nweak | weaker | safe | safer\nweak | weaker | sharp | sharper\nweak | weaker | short | shorter\nweak | weaker | simple | simpler\nweak | weaker | slow | slower\nweak | weaker | small | smaller\nweak | weaker | smart | smarter\nweak | weaker | strong | stronger\nweak | weaker | tall | taller\nweak | weaker | tight | tighter\nweak | weaker | tough | tougher\nweak | weaker | warm | warmer\nwide | wider | young | younger\nwide | wider | bad | worse\nwide | wider | big | bigger\nwide | wider | bright | brighter\nwide | wider | cheap | cheaper\nwide | wider | cold | colder\nwide | wider | cool | cooler\nwide | wider | deep | deeper\nwide | wider | easy | easier\nwide | wider | fast | faster\nwide | wider | good | better\nwide | wider | great | greater\nwide | wider | hard | harder\nwide | wider | heavy | heavier\nwide | wider | high | higher\nwide | wider | hot | hotter\nwide | wider | large | larger\nwide | wider | long | longer\nwide | wider | loud | louder\nwide | wider | low | lower\nwide | wider | new | newer\nwide | wider | old | older\nwide | wider | quick | quicker\nwide | wider | safe | safer\nwide | wider | sharp | sharper\nwide | wider | short | shorter\nwide | wider | simple | simpler\nwide | wider | slow | slower\nwide | wider | small | smaller\nwide | wider | smart | smarter\nwide | wider | strong | stronger\nwide | wider | tall | taller\nwide | wider | tight | tighter\nwide | wider | tough | tougher\nwide | wider | warm | warmer\nwide | wider | weak | weaker\nyoung | younger | bad | worse\nyoung | younger | big | bigger\nyoung | younger | bright | brighter\nyoung | younger | cheap | cheaper\nyoung | younger | cold | colder\nyoung | younger | cool | cooler\nyoung | younger | deep | deeper\nyoung | younger | easy | easier\nyoung | younger | fast | faster\nyoung | younger | good | better\nyoung | younger | great | greater\nyoung | younger | hard | harder\nyoung | younger | heavy | heavier\nyoung | younger | high | higher\nyoung | younger | hot | hotter\nyoung | younger | large | larger\nyoung | younger | long | longer\nyoung | younger | loud | louder\nyoung | younger | low | lower\nyoung | younger | new | newer\nyoung | younger | old | older\nyoung | younger | quick | quicker\nyoung | younger | safe | safer\nyoung | younger | sharp | sharper\nyoung | younger | short | shorter\nyoung | younger | simple | simpler\nyoung | younger | slow | slower\nyoung | younger | small | smaller\nyoung | younger | smart | smarter\nyoung | younger | strong | stronger\nyoung | younger | tall | taller\nyoung | younger | tight | tighter\nyoung | younger | tough | tougher\nyoung | younger | warm | warmer\nyoung | younger | weak | weaker\nyoung | younger | wide | wider\n: | gram4-superlative\nbad | worst | big | biggest\nbad | worst | bright | brightest\nbad | worst | cold | coldest\nbad | worst | cool | coolest\nbad | worst | dark | darkest\nbad | worst | easy | easiest\nbad | worst | fast | fastest\nbad | worst | good | best\nbad | worst | great | greatest\nbad | worst | high | highest\nbad | worst | hot | hottest\nbad | worst | large | largest\nbad | worst | long | longest\nbad | worst | low | lowest\nbad | worst | lucky | luckiest\nbad | worst | old | oldest\nbad | worst | quick | quickest\nbad | worst | sharp | sharpest\nbad | worst | simple | simplest\nbad | worst | short | shortest\nbad | worst | slow | slowest\nbad | worst | small | smallest\nbad | worst | smart | smartest\nbad | worst | strange | strangest\nbad | worst | strong | strongest\nbad | worst | sweet | sweetest\nbad | worst | tall | tallest\nbad | worst | tasty | tastiest\nbad | worst | warm | warmest\nbad | worst | weak | weakest\nbad | worst | weird | weirdest\nbad | worst | wide | widest\nbad | worst | young | youngest\nbig | biggest | bright | brightest\nbig | biggest | cold | coldest\nbig | biggest | cool | coolest\nbig | biggest | dark | darkest\nbig | biggest | easy | easiest\nbig | biggest | fast | fastest\nbig | biggest | good | best\nbig | biggest | great | greatest\nbig | biggest | high | highest\nbig | biggest | hot | hottest\nbig | biggest | large | largest\nbig | biggest | long | longest\nbig | biggest | low | lowest\nbig | biggest | lucky | luckiest\nbig | biggest | old | oldest\nbig | biggest | quick | quickest\nbig | biggest | sharp | sharpest\nbig | biggest | simple | simplest\nbig | biggest | short | shortest\nbig | biggest | slow | slowest\nbig | biggest | small | smallest\nbig | biggest | smart | smartest\nbig | biggest | strange | strangest\nbig | biggest | strong | strongest\nbig | biggest | sweet | sweetest\nbig | biggest | tall | tallest\nbig | biggest | tasty | tastiest\nbig | biggest | warm | warmest\nbig | biggest | weak | weakest\nbig | biggest | weird | weirdest\nbig | biggest | wide | widest\nbig | biggest | young | youngest\nbig | biggest | bad | worst\nbright | brightest | cold | coldest\nbright | brightest | cool | coolest\nbright | brightest | dark | darkest\nbright | brightest | easy | easiest\nbright | brightest | fast | fastest\nbright | brightest | good | best\nbright | brightest | great | greatest\nbright | brightest | high | highest\nbright | brightest | hot | hottest\nbright | brightest | large | largest\nbright | brightest | long | longest\nbright | brightest | low | lowest\nbright | brightest | lucky | luckiest\nbright | brightest | old | oldest\nbright | brightest | quick | quickest\nbright | brightest | sharp | sharpest\nbright | brightest | simple | simplest\nbright | brightest | short | shortest\nbright | brightest | slow | slowest\nbright | brightest | small | smallest\nbright | brightest | smart | smartest\nbright | brightest | strange | strangest\nbright | brightest | strong | strongest\nbright | brightest | sweet | sweetest\nbright | brightest | tall | tallest\nbright | brightest | tasty | tastiest\nbright | brightest | warm | warmest\nbright | brightest | weak | weakest\nbright | brightest | weird | weirdest\nbright | brightest | wide | widest\nbright | brightest | young | youngest\nbright | brightest | bad | worst\nbright | brightest | big | biggest\ncold | coldest | cool | coolest\ncold | coldest | dark | darkest\ncold | coldest | easy | easiest\ncold | coldest | fast | fastest\ncold | coldest | good | best\ncold | coldest | great | greatest\ncold | coldest | high | highest\ncold | coldest | hot | hottest\ncold | coldest | large | largest\ncold | coldest | long | longest\ncold | coldest | low | lowest\ncold | coldest | lucky | luckiest\ncold | coldest | old | oldest\ncold | coldest | quick | quickest\ncold | coldest | sharp | sharpest\ncold | coldest | simple | simplest\ncold | coldest | short | shortest\ncold | coldest | slow | slowest\ncold | coldest | small | smallest\ncold | coldest | smart | smartest\ncold | coldest | strange | strangest\ncold | coldest | strong | strongest\ncold | coldest | sweet | sweetest\ncold | coldest | tall | tallest\ncold | coldest | tasty | tastiest\ncold | coldest | warm | warmest\ncold | coldest | weak | weakest\ncold | coldest | weird | weirdest\ncold | coldest | wide | widest\ncold | coldest | young | youngest\ncold | coldest | bad | worst\ncold | coldest | big | biggest\ncold | coldest | bright | brightest\ncool | coolest | dark | darkest\ncool | coolest | easy | easiest\ncool | coolest | fast | fastest\ncool | coolest | good | best\ncool | coolest | great | greatest\ncool | coolest | high | highest\ncool | coolest | hot | hottest\ncool | coolest | large | largest\ncool | coolest | long | longest\ncool | coolest | low | lowest\ncool | coolest | lucky | luckiest\ncool | coolest | old | oldest\ncool | coolest | quick | quickest\ncool | coolest | sharp | sharpest\ncool | coolest | simple | simplest\ncool | coolest | short | shortest\ncool | coolest | slow | slowest\ncool | coolest | small | smallest\ncool | coolest | smart | smartest\ncool | coolest | strange | strangest\ncool | coolest | strong | strongest\ncool | coolest | sweet | sweetest\ncool | coolest | tall | tallest\ncool | coolest | tasty | tastiest\ncool | coolest | warm | warmest\ncool | coolest | weak | weakest\ncool | coolest | weird | weirdest\ncool | coolest | wide | widest\ncool | coolest | young | youngest\ncool | coolest | bad | worst\ncool | coolest | big | biggest\ncool | coolest | bright | brightest\ncool | coolest | cold | coldest\ndark | darkest | easy | easiest\ndark | darkest | fast | fastest\ndark | darkest | good | best\ndark | darkest | great | greatest\ndark | darkest | high | highest\ndark | darkest | hot | hottest\ndark | darkest | large | largest\ndark | darkest | long | longest\ndark | darkest | low | lowest\ndark | darkest | lucky | luckiest\ndark | darkest | old | oldest\ndark | darkest | quick | quickest\ndark | darkest | sharp | sharpest\ndark | darkest | simple | simplest\ndark | darkest | short | shortest\ndark | darkest | slow | slowest\ndark | darkest | small | smallest\ndark | darkest | smart | smartest\ndark | darkest | strange | strangest\ndark | darkest | strong | strongest\ndark | darkest | sweet | sweetest\ndark | darkest | tall | tallest\ndark | darkest | tasty | tastiest\ndark | darkest | warm | warmest\ndark | darkest | weak | weakest\ndark | darkest | weird | weirdest\ndark | darkest | wide | widest\ndark | darkest | young | youngest\ndark | darkest | bad | worst\ndark | darkest | big | biggest\ndark | darkest | bright | brightest\ndark | darkest | cold | coldest\ndark | darkest | cool | coolest\neasy | easiest | fast | fastest\neasy | easiest | good | best\neasy | easiest | great | greatest\neasy | easiest | high | highest\neasy | easiest | hot | hottest\neasy | easiest | large | largest\neasy | easiest | long | longest\neasy | easiest | low | lowest\neasy | easiest | lucky | luckiest\neasy | easiest | old | oldest\neasy | easiest | quick | quickest\neasy | easiest | sharp | sharpest\neasy | easiest | simple | simplest\neasy | easiest | short | shortest\neasy | easiest | slow | slowest\neasy | easiest | small | smallest\neasy | easiest | smart | smartest\neasy | easiest | strange | strangest\neasy | easiest | strong | strongest\neasy | easiest | sweet | sweetest\neasy | easiest | tall | tallest\neasy | easiest | tasty | tastiest\neasy | easiest | warm | warmest\neasy | easiest | weak | weakest\neasy | easiest | weird | weirdest\neasy | easiest | wide | widest\neasy | easiest | young | youngest\neasy | easiest | bad | worst\neasy | easiest | big | biggest\neasy | easiest | bright | brightest\neasy | easiest | cold | coldest\neasy | easiest | cool | coolest\neasy | easiest | dark | darkest\nfast | fastest | good | best\nfast | fastest | great | greatest\nfast | fastest | high | highest\nfast | fastest | hot | hottest\nfast | fastest | large | largest\nfast | fastest | long | longest\nfast | fastest | low | lowest\nfast | fastest | lucky | luckiest\nfast | fastest | old | oldest\nfast | fastest | quick | quickest\nfast | fastest | sharp | sharpest\nfast | fastest | simple | simplest\nfast | fastest | short | shortest\nfast | fastest | slow | slowest\nfast | fastest | small | smallest\nfast | fastest | smart | smartest\nfast | fastest | strange | strangest\nfast | fastest | strong | strongest\nfast | fastest | sweet | sweetest\nfast | fastest | tall | tallest\nfast | fastest | tasty | tastiest\nfast | fastest | warm | warmest\nfast | fastest | weak | weakest\nfast | fastest | weird | weirdest\nfast | fastest | wide | widest\nfast | fastest | young | youngest\nfast | fastest | bad | worst\nfast | fastest | big | biggest\nfast | fastest | bright | brightest\nfast | fastest | cold | coldest\nfast | fastest | cool | coolest\nfast | fastest | dark | darkest\nfast | fastest | easy | easiest\ngood | best | great | greatest\ngood | best | high | highest\ngood | best | hot | hottest\ngood | best | large | largest\ngood | best | long | longest\ngood | best | low | lowest\ngood | best | lucky | luckiest\ngood | best | old | oldest\ngood | best | quick | quickest\ngood | best | sharp | sharpest\ngood | best | simple | simplest\ngood | best | short | shortest\ngood | best | slow | slowest\ngood | best | small | smallest\ngood | best | smart | smartest\ngood | best | strange | strangest\ngood | best | strong | strongest\ngood | best | sweet | sweetest\ngood | best | tall | tallest\ngood | best | tasty | tastiest\ngood | best | warm | warmest\ngood | best | weak | weakest\ngood | best | weird | weirdest\ngood | best | wide | widest\ngood | best | young | youngest\ngood | best | bad | worst\ngood | best | big | biggest\ngood | best | bright | brightest\ngood | best | cold | coldest\ngood | best | cool | coolest\ngood | best | dark | darkest\ngood | best | easy | easiest\ngood | best | fast | fastest\ngreat | greatest | high | highest\ngreat | greatest | hot | hottest\ngreat | greatest | large | largest\ngreat | greatest | long | longest\ngreat | greatest | low | lowest\ngreat | greatest | lucky | luckiest\ngreat | greatest | old | oldest\ngreat | greatest | quick | quickest\ngreat | greatest | sharp | sharpest\ngreat | greatest | simple | simplest\ngreat | greatest | short | shortest\ngreat | greatest | slow | slowest\ngreat | greatest | small | smallest\ngreat | greatest | smart | smartest\ngreat | greatest | strange | strangest\ngreat | greatest | strong | strongest\ngreat | greatest | sweet | sweetest\ngreat | greatest | tall | tallest\ngreat | greatest | tasty | tastiest\ngreat | greatest | warm | warmest\ngreat | greatest | weak | weakest\ngreat | greatest | weird | weirdest\ngreat | greatest | wide | widest\ngreat | greatest | young | youngest\ngreat | greatest | bad | worst\ngreat | greatest | big | biggest\ngreat | greatest | bright | brightest\ngreat | greatest | cold | coldest\ngreat | greatest | cool | coolest\ngreat | greatest | dark | darkest\ngreat | greatest | easy | easiest\ngreat | greatest | fast | fastest\ngreat | greatest | good | best\nhigh | highest | hot | hottest\nhigh | highest | large | largest\nhigh | highest | long | longest\nhigh | highest | low | lowest\nhigh | highest | lucky | luckiest\nhigh | highest | old | oldest\nhigh | highest | quick | quickest\nhigh | highest | sharp | sharpest\nhigh | highest | simple | simplest\nhigh | highest | short | shortest\nhigh | highest | slow | slowest\nhigh | highest | small | smallest\nhigh | highest | smart | smartest\nhigh | highest | strange | strangest\nhigh | highest | strong | strongest\nhigh | highest | sweet | sweetest\nhigh | highest | tall | tallest\nhigh | highest | tasty | tastiest\nhigh | highest | warm | warmest\nhigh | highest | weak | weakest\nhigh | highest | weird | weirdest\nhigh | highest | wide | widest\nhigh | highest | young | youngest\nhigh | highest | bad | worst\nhigh | highest | big | biggest\nhigh | highest | bright | brightest\nhigh | highest | cold | coldest\nhigh | highest | cool | coolest\nhigh | highest | dark | darkest\nhigh | highest | easy | easiest\nhigh | highest | fast | fastest\nhigh | highest | good | best\nhigh | highest | great | greatest\nhot | hottest | large | largest\nhot | hottest | long | longest\nhot | hottest | low | lowest\nhot | hottest | lucky | luckiest\nhot | hottest | old | oldest\nhot | hottest | quick | quickest\nhot | hottest | sharp | sharpest\nhot | hottest | simple | simplest\nhot | hottest | short | shortest\nhot | hottest | slow | slowest\nhot | hottest | small | smallest\nhot | hottest | smart | smartest\nhot | hottest | strange | strangest\nhot | hottest | strong | strongest\nhot | hottest | sweet | sweetest\nhot | hottest | tall | tallest\nhot | hottest | tasty | tastiest\nhot | hottest | warm | warmest\nhot | hottest | weak | weakest\nhot | hottest | weird | weirdest\nhot | hottest | wide | widest\nhot | hottest | young | youngest\nhot | hottest | bad | worst\nhot | hottest | big | biggest\nhot | hottest | bright | brightest\nhot | hottest | cold | coldest\nhot | hottest | cool | coolest\nhot | hottest | dark | darkest\nhot | hottest | easy | easiest\nhot | hottest | fast | fastest\nhot | hottest | good | best\nhot | hottest | great | greatest\nhot | hottest | high | highest\nlarge | largest | long | longest\nlarge | largest | low | lowest\nlarge | largest | lucky | luckiest\nlarge | largest | old | oldest\nlarge | largest | quick | quickest\nlarge | largest | sharp | sharpest\nlarge | largest | simple | simplest\nlarge | largest | short | shortest\nlarge | largest | slow | slowest\nlarge | largest | small | smallest\nlarge | largest | smart | smartest\nlarge | largest | strange | strangest\nlarge | largest | strong | strongest\nlarge | largest | sweet | sweetest\nlarge | largest | tall | tallest\nlarge | largest | tasty | tastiest\nlarge | largest | warm | warmest\nlarge | largest | weak | weakest\nlarge | largest | weird | weirdest\nlarge | largest | wide | widest\nlarge | largest | young | youngest\nlarge | largest | bad | worst\nlarge | largest | big | biggest\nlarge | largest | bright | brightest\nlarge | largest | cold | coldest\nlarge | largest | cool | coolest\nlarge | largest | dark | darkest\nlarge | largest | easy | easiest\nlarge | largest | fast | fastest\nlarge | largest | good | best\nlarge | largest | great | greatest\nlarge | largest | high | highest\nlarge | largest | hot | hottest\nlong | longest | low | lowest\nlong | longest | lucky | luckiest\nlong | longest | old | oldest\nlong | longest | quick | quickest\nlong | longest | sharp | sharpest\nlong | longest | simple | simplest\nlong | longest | short | shortest\nlong | longest | slow | slowest\nlong | longest | small | smallest\nlong | longest | smart | smartest\nlong | longest | strange | strangest\nlong | longest | strong | strongest\nlong | longest | sweet | sweetest\nlong | longest | tall | tallest\nlong | longest | tasty | tastiest\nlong | longest | warm | warmest\nlong | longest | weak | weakest\nlong | longest | weird | weirdest\nlong | longest | wide | widest\nlong | longest | young | youngest\nlong | longest | bad | worst\nlong | longest | big | biggest\nlong | longest | bright | brightest\nlong | longest | cold | coldest\nlong | longest | cool | coolest\nlong | longest | dark | darkest\nlong | longest | easy | easiest\nlong | longest | fast | fastest\nlong | longest | good | best\nlong | longest | great | greatest\nlong | longest | high | highest\nlong | longest | hot | hottest\nlong | longest | large | largest\nlow | lowest | lucky | luckiest\nlow | lowest | old | oldest\nlow | lowest | quick | quickest\nlow | lowest | sharp | sharpest\nlow | lowest | simple | simplest\nlow | lowest | short | shortest\nlow | lowest | slow | slowest\nlow | lowest | small | smallest\nlow | lowest | smart | smartest\nlow | lowest | strange | strangest\nlow | lowest | strong | strongest\nlow | lowest | sweet | sweetest\nlow | lowest | tall | tallest\nlow | lowest | tasty | tastiest\nlow | lowest | warm | warmest\nlow | lowest | weak | weakest\nlow | lowest | weird | weirdest\nlow | lowest | wide | widest\nlow | lowest | young | youngest\nlow | lowest | bad | worst\nlow | lowest | big | biggest\nlow | lowest | bright | brightest\nlow | lowest | cold | coldest\nlow | lowest | cool | coolest\nlow | lowest | dark | darkest\nlow | lowest | easy | easiest\nlow | lowest | fast | fastest\nlow | lowest | good | best\nlow | lowest | great | greatest\nlow | lowest | high | highest\nlow | lowest | hot | hottest\nlow | lowest | large | largest\nlow | lowest | long | longest\nlucky | luckiest | old | oldest\nlucky | luckiest | quick | quickest\nlucky | luckiest | sharp | sharpest\nlucky | luckiest | simple | simplest\nlucky | luckiest | short | shortest\nlucky | luckiest | slow | slowest\nlucky | luckiest | small | smallest\nlucky | luckiest | smart | smartest\nlucky | luckiest | strange | strangest\nlucky | luckiest | strong | strongest\nlucky | luckiest | sweet | sweetest\nlucky | luckiest | tall | tallest\nlucky | luckiest | tasty | tastiest\nlucky | luckiest | warm | warmest\nlucky | luckiest | weak | weakest\nlucky | luckiest | weird | weirdest\nlucky | luckiest | wide | widest\nlucky | luckiest | young | youngest\nlucky | luckiest | bad | worst\nlucky | luckiest | big | biggest\nlucky | luckiest | bright | brightest\nlucky | luckiest | cold | coldest\nlucky | luckiest | cool | coolest\nlucky | luckiest | dark | darkest\nlucky | luckiest | easy | easiest\nlucky | luckiest | fast | fastest\nlucky | luckiest | good | best\nlucky | luckiest | great | greatest\nlucky | luckiest | high | highest\nlucky | luckiest | hot | hottest\nlucky | luckiest | large | largest\nlucky | luckiest | long | longest\nlucky | luckiest | low | lowest\nold | oldest | quick | quickest\nold | oldest | sharp | sharpest\nold | oldest | simple | simplest\nold | oldest | short | shortest\nold | oldest | slow | slowest\nold | oldest | small | smallest\nold | oldest | smart | smartest\nold | oldest | strange | strangest\nold | oldest | strong | strongest\nold | oldest | sweet | sweetest\nold | oldest | tall | tallest\nold | oldest | tasty | tastiest\nold | oldest | warm | warmest\nold | oldest | weak | weakest\nold | oldest | weird | weirdest\nold | oldest | wide | widest\nold | oldest | young | youngest\nold | oldest | bad | worst\nold | oldest | big | biggest\nold | oldest | bright | brightest\nold | oldest | cold | coldest\nold | oldest | cool | coolest\nold | oldest | dark | darkest\nold | oldest | easy | easiest\nold | oldest | fast | fastest\nold | oldest | good | best\nold | oldest | great | greatest\nold | oldest | high | highest\nold | oldest | hot | hottest\nold | oldest | large | largest\nold | oldest | long | longest\nold | oldest | low | lowest\nold | oldest | lucky | luckiest\nquick | quickest | sharp | sharpest\nquick | quickest | simple | simplest\nquick | quickest | short | shortest\nquick | quickest | slow | slowest\nquick | quickest | small | smallest\nquick | quickest | smart | smartest\nquick | quickest | strange | strangest\nquick | quickest | strong | strongest\nquick | quickest | sweet | sweetest\nquick | quickest | tall | tallest\nquick | quickest | tasty | tastiest\nquick | quickest | warm | warmest\nquick | quickest | weak | weakest\nquick | quickest | weird | weirdest\nquick | quickest | wide | widest\nquick | quickest | young | youngest\nquick | quickest | bad | worst\nquick | quickest | big | biggest\nquick | quickest | bright | brightest\nquick | quickest | cold | coldest\nquick | quickest | cool | coolest\nquick | quickest | dark | darkest\nquick | quickest | easy | easiest\nquick | quickest | fast | fastest\nquick | quickest | good | best\nquick | quickest | great | greatest\nquick | quickest | high | highest\nquick | quickest | hot | hottest\nquick | quickest | large | largest\nquick | quickest | long | longest\nquick | quickest | low | lowest\nquick | quickest | lucky | luckiest\nquick | quickest | old | oldest\nsharp | sharpest | simple | simplest\nsharp | sharpest | short | shortest\nsharp | sharpest | slow | slowest\nsharp | sharpest | small | smallest\nsharp | sharpest | smart | smartest\nsharp | sharpest | strange | strangest\nsharp | sharpest | strong | strongest\nsharp | sharpest | sweet | sweetest\nsharp | sharpest | tall | tallest\nsharp | sharpest | tasty | tastiest\nsharp | sharpest | warm | warmest\nsharp | sharpest | weak | weakest\nsharp | sharpest | weird | weirdest\nsharp | sharpest | wide | widest\nsharp | sharpest | young | youngest\nsharp | sharpest | bad | worst\nsharp | sharpest | big | biggest\nsharp | sharpest | bright | brightest\nsharp | sharpest | cold | coldest\nsharp | sharpest | cool | coolest\nsharp | sharpest | dark | darkest\nsharp | sharpest | easy | easiest\nsharp | sharpest | fast | fastest\nsharp | sharpest | good | best\nsharp | sharpest | great | greatest\nsharp | sharpest | high | highest\nsharp | sharpest | hot | hottest\nsharp | sharpest | large | largest\nsharp | sharpest | long | longest\nsharp | sharpest | low | lowest\nsharp | sharpest | lucky | luckiest\nsharp | sharpest | old | oldest\nsharp | sharpest | quick | quickest\nsimple | simplest | short | shortest\nsimple | simplest | slow | slowest\nsimple | simplest | small | smallest\nsimple | simplest | smart | smartest\nsimple | simplest | strange | strangest\nsimple | simplest | strong | strongest\nsimple | simplest | sweet | sweetest\nsimple | simplest | tall | tallest\nsimple | simplest | tasty | tastiest\nsimple | simplest | warm | warmest\nsimple | simplest | weak | weakest\nsimple | simplest | weird | weirdest\nsimple | simplest | wide | widest\nsimple | simplest | young | youngest\nsimple | simplest | bad | worst\nsimple | simplest | big | biggest\nsimple | simplest | bright | brightest\nsimple | simplest | cold | coldest\nsimple | simplest | cool | coolest\nsimple | simplest | dark | darkest\nsimple | simplest | easy | easiest\nsimple | simplest | fast | fastest\nsimple | simplest | good | best\nsimple | simplest | great | greatest\nsimple | simplest | high | highest\nsimple | simplest | hot | hottest\nsimple | simplest | large | largest\nsimple | simplest | long | longest\nsimple | simplest | low | lowest\nsimple | simplest | lucky | luckiest\nsimple | simplest | old | oldest\nsimple | simplest | quick | quickest\nsimple | simplest | sharp | sharpest\nshort | shortest | slow | slowest\nshort | shortest | small | smallest\nshort | shortest | smart | smartest\nshort | shortest | strange | strangest\nshort | shortest | strong | strongest\nshort | shortest | sweet | sweetest\nshort | shortest | tall | tallest\nshort | shortest | tasty | tastiest\nshort | shortest | warm | warmest\nshort | shortest | weak | weakest\nshort | shortest | weird | weirdest\nshort | shortest | wide | widest\nshort | shortest | young | youngest\nshort | shortest | bad | worst\nshort | shortest | big | biggest\nshort | shortest | bright | brightest\nshort | shortest | cold | coldest\nshort | shortest | cool | coolest\nshort | shortest | dark | darkest\nshort | shortest | easy | easiest\nshort | shortest | fast | fastest\nshort | shortest | good | best\nshort | shortest | great | greatest\nshort | shortest | high | highest\nshort | shortest | hot | hottest\nshort | shortest | large | largest\nshort | shortest | long | longest\nshort | shortest | low | lowest\nshort | shortest | lucky | luckiest\nshort | shortest | old | oldest\nshort | shortest | quick | quickest\nshort | shortest | sharp | sharpest\nshort | shortest | simple | simplest\nslow | slowest | small | smallest\nslow | slowest | smart | smartest\nslow | slowest | strange | strangest\nslow | slowest | strong | strongest\nslow | slowest | sweet | sweetest\nslow | slowest | tall | tallest\nslow | slowest | tasty | tastiest\nslow | slowest | warm | warmest\nslow | slowest | weak | weakest\nslow | slowest | weird | weirdest\nslow | slowest | wide | widest\nslow | slowest | young | youngest\nslow | slowest | bad | worst\nslow | slowest | big | biggest\nslow | slowest | bright | brightest\nslow | slowest | cold | coldest\nslow | slowest | cool | coolest\nslow | slowest | dark | darkest\nslow | slowest | easy | easiest\nslow | slowest | fast | fastest\nslow | slowest | good | best\nslow | slowest | great | greatest\nslow | slowest | high | highest\nslow | slowest | hot | hottest\nslow | slowest | large | largest\nslow | slowest | long | longest\nslow | slowest | low | lowest\nslow | slowest | lucky | luckiest\nslow | slowest | old | oldest\nslow | slowest | quick | quickest\nslow | slowest | sharp | sharpest\nslow | slowest | simple | simplest\nslow | slowest | short | shortest\nsmall | smallest | smart | smartest\nsmall | smallest | strange | strangest\nsmall | smallest | strong | strongest\nsmall | smallest | sweet | sweetest\nsmall | smallest | tall | tallest\nsmall | smallest | tasty | tastiest\nsmall | smallest | warm | warmest\nsmall | smallest | weak | weakest\nsmall | smallest | weird | weirdest\nsmall | smallest | wide | widest\nsmall | smallest | young | youngest\nsmall | smallest | bad | worst\nsmall | smallest | big | biggest\nsmall | smallest | bright | brightest\nsmall | smallest | cold | coldest\nsmall | smallest | cool | coolest\nsmall | smallest | dark | darkest\nsmall | smallest | easy | easiest\nsmall | smallest | fast | fastest\nsmall | smallest | good | best\nsmall | smallest | great | greatest\nsmall | smallest | high | highest\nsmall | smallest | hot | hottest\nsmall | smallest | large | largest\nsmall | smallest | long | longest\nsmall | smallest | low | lowest\nsmall | smallest | lucky | luckiest\nsmall | smallest | old | oldest\nsmall | smallest | quick | quickest\nsmall | smallest | sharp | sharpest\nsmall | smallest | simple | simplest\nsmall | smallest | short | shortest\nsmall | smallest | slow | slowest\nsmart | smartest | strange | strangest\nsmart | smartest | strong | strongest\nsmart | smartest | sweet | sweetest\nsmart | smartest | tall | tallest\nsmart | smartest | tasty | tastiest\nsmart | smartest | warm | warmest\nsmart | smartest | weak | weakest\nsmart | smartest | weird | weirdest\nsmart | smartest | wide | widest\nsmart | smartest | young | youngest\nsmart | smartest | bad | worst\nsmart | smartest | big | biggest\nsmart | smartest | bright | brightest\nsmart | smartest | cold | coldest\nsmart | smartest | cool | coolest\nsmart | smartest | dark | darkest\nsmart | smartest | easy | easiest\nsmart | smartest | fast | fastest\nsmart | smartest | good | best\nsmart | smartest | great | greatest\nsmart | smartest | high | highest\nsmart | smartest | hot | hottest\nsmart | smartest | large | largest\nsmart | smartest | long | longest\nsmart | smartest | low | lowest\nsmart | smartest | lucky | luckiest\nsmart | smartest | old | oldest\nsmart | smartest | quick | quickest\nsmart | smartest | sharp | sharpest\nsmart | smartest | simple | simplest\nsmart | smartest | short | shortest\nsmart | smartest | slow | slowest\nsmart | smartest | small | smallest\nstrange | strangest | strong | strongest\nstrange | strangest | sweet | sweetest\nstrange | strangest | tall | tallest\nstrange | strangest | tasty | tastiest\nstrange | strangest | warm | warmest\nstrange | strangest | weak | weakest\nstrange | strangest | weird | weirdest\nstrange | strangest | wide | widest\nstrange | strangest | young | youngest\nstrange | strangest | bad | worst\nstrange | strangest | big | biggest\nstrange | strangest | bright | brightest\nstrange | strangest | cold | coldest\nstrange | strangest | cool | coolest\nstrange | strangest | dark | darkest\nstrange | strangest | easy | easiest\nstrange | strangest | fast | fastest\nstrange | strangest | good | best\nstrange | strangest | great | greatest\nstrange | strangest | high | highest\nstrange | strangest | hot | hottest\nstrange | strangest | large | largest\nstrange | strangest | long | longest\nstrange | strangest | low | lowest\nstrange | strangest | lucky | luckiest\nstrange | strangest | old | oldest\nstrange | strangest | quick | quickest\nstrange | strangest | sharp | sharpest\nstrange | strangest | simple | simplest\nstrange | strangest | short | shortest\nstrange | strangest | slow | slowest\nstrange | strangest | small | smallest\nstrange | strangest | smart | smartest\nstrong | strongest | sweet | sweetest\nstrong | strongest | tall | tallest\nstrong | strongest | tasty | tastiest\nstrong | strongest | warm | warmest\nstrong | strongest | weak | weakest\nstrong | strongest | weird | weirdest\nstrong | strongest | wide | widest\nstrong | strongest | young | youngest\nstrong | strongest | bad | worst\nstrong | strongest | big | biggest\nstrong | strongest | bright | brightest\nstrong | strongest | cold | coldest\nstrong | strongest | cool | coolest\nstrong | strongest | dark | darkest\nstrong | strongest | easy | easiest\nstrong | strongest | fast | fastest\nstrong | strongest | good | best\nstrong | strongest | great | greatest\nstrong | strongest | high | highest\nstrong | strongest | hot | hottest\nstrong | strongest | large | largest\nstrong | strongest | long | longest\nstrong | strongest | low | lowest\nstrong | strongest | lucky | luckiest\nstrong | strongest | old | oldest\nstrong | strongest | quick | quickest\nstrong | strongest | sharp | sharpest\nstrong | strongest | simple | simplest\nstrong | strongest | short | shortest\nstrong | strongest | slow | slowest\nstrong | strongest | small | smallest\nstrong | strongest | smart | smartest\nstrong | strongest | strange | strangest\nsweet | sweetest | tall | tallest\nsweet | sweetest | tasty | tastiest\nsweet | sweetest | warm | warmest\nsweet | sweetest | weak | weakest\nsweet | sweetest | weird | weirdest\nsweet | sweetest | wide | widest\nsweet | sweetest | young | youngest\nsweet | sweetest | bad | worst\nsweet | sweetest | big | biggest\nsweet | sweetest | bright | brightest\nsweet | sweetest | cold | coldest\nsweet | sweetest | cool | coolest\nsweet | sweetest | dark | darkest\nsweet | sweetest | easy | easiest\nsweet | sweetest | fast | fastest\nsweet | sweetest | good | best\nsweet | sweetest | great | greatest\nsweet | sweetest | high | highest\nsweet | sweetest | hot | hottest\nsweet | sweetest | large | largest\nsweet | sweetest | long | longest\nsweet | sweetest | low | lowest\nsweet | sweetest | lucky | luckiest\nsweet | sweetest | old | oldest\nsweet | sweetest | quick | quickest\nsweet | sweetest | sharp | sharpest\nsweet | sweetest | simple | simplest\nsweet | sweetest | short | shortest\nsweet | sweetest | slow | slowest\nsweet | sweetest | small | smallest\nsweet | sweetest | smart | smartest\nsweet | sweetest | strange | strangest\nsweet | sweetest | strong | strongest\ntall | tallest | tasty | tastiest\ntall | tallest | warm | warmest\ntall | tallest | weak | weakest\ntall | tallest | weird | weirdest\ntall | tallest | wide | widest\ntall | tallest | young | youngest\ntall | tallest | bad | worst\ntall | tallest | big | biggest\ntall | tallest | bright | brightest\ntall | tallest | cold | coldest\ntall | tallest | cool | coolest\ntall | tallest | dark | darkest\ntall | tallest | easy | easiest\ntall | tallest | fast | fastest\ntall | tallest | good | best\ntall | tallest | great | greatest\ntall | tallest | high | highest\ntall | tallest | hot | hottest\ntall | tallest | large | largest\ntall | tallest | long | longest\ntall | tallest | low | lowest\ntall | tallest | lucky | luckiest\ntall | tallest | old | oldest\ntall | tallest | quick | quickest\ntall | tallest | sharp | sharpest\ntall | tallest | simple | simplest\ntall | tallest | short | shortest\ntall | tallest | slow | slowest\ntall | tallest | small | smallest\ntall | tallest | smart | smartest\ntall | tallest | strange | strangest\ntall | tallest | strong | strongest\ntall | tallest | sweet | sweetest\ntasty | tastiest | warm | warmest\ntasty | tastiest | weak | weakest\ntasty | tastiest | weird | weirdest\ntasty | tastiest | wide | widest\ntasty | tastiest | young | youngest\ntasty | tastiest | bad | worst\ntasty | tastiest | big | biggest\ntasty | tastiest | bright | brightest\ntasty | tastiest | cold | coldest\ntasty | tastiest | cool | coolest\ntasty | tastiest | dark | darkest\ntasty | tastiest | easy | easiest\ntasty | tastiest | fast | fastest\ntasty | tastiest | good | best\ntasty | tastiest | great | greatest\ntasty | tastiest | high | highest\ntasty | tastiest | hot | hottest\ntasty | tastiest | large | largest\ntasty | tastiest | long | longest\ntasty | tastiest | low | lowest\ntasty | tastiest | lucky | luckiest\ntasty | tastiest | old | oldest\ntasty | tastiest | quick | quickest\ntasty | tastiest | sharp | sharpest\ntasty | tastiest | simple | simplest\ntasty | tastiest | short | shortest\ntasty | tastiest | slow | slowest\ntasty | tastiest | small | smallest\ntasty | tastiest | smart | smartest\ntasty | tastiest | strange | strangest\ntasty | tastiest | strong | strongest\ntasty | tastiest | sweet | sweetest\ntasty | tastiest | tall | tallest\nwarm | warmest | weak | weakest\nwarm | warmest | weird | weirdest\nwarm | warmest | wide | widest\nwarm | warmest | young | youngest\nwarm | warmest | bad | worst\nwarm | warmest | big | biggest\nwarm | warmest | bright | brightest\nwarm | warmest | cold | coldest\nwarm | warmest | cool | coolest\nwarm | warmest | dark | darkest\nwarm | warmest | easy | easiest\nwarm | warmest | fast | fastest\nwarm | warmest | good | best\nwarm | warmest | great | greatest\nwarm | warmest | high | highest\nwarm | warmest | hot | hottest\nwarm | warmest | large | largest\nwarm | warmest | long | longest\nwarm | warmest | low | lowest\nwarm | warmest | lucky | luckiest\nwarm | warmest | old | oldest\nwarm | warmest | quick | quickest\nwarm | warmest | sharp | sharpest\nwarm | warmest | simple | simplest\nwarm | warmest | short | shortest\nwarm | warmest | slow | slowest\nwarm | warmest | small | smallest\nwarm | warmest | smart | smartest\nwarm | warmest | strange | strangest\nwarm | warmest | strong | strongest\nwarm | warmest | sweet | sweetest\nwarm | warmest | tall | tallest\nwarm | warmest | tasty | tastiest\nweak | weakest | weird | weirdest\nweak | weakest | wide | widest\nweak | weakest | young | youngest\nweak | weakest | bad | worst\nweak | weakest | big | biggest\nweak | weakest | bright | brightest\nweak | weakest | cold | coldest\nweak | weakest | cool | coolest\nweak | weakest | dark | darkest\nweak | weakest | easy | easiest\nweak | weakest | fast | fastest\nweak | weakest | good | best\nweak | weakest | great | greatest\nweak | weakest | high | highest\nweak | weakest | hot | hottest\nweak | weakest | large | largest\nweak | weakest | long | longest\nweak | weakest | low | lowest\nweak | weakest | lucky | luckiest\nweak | weakest | old | oldest\nweak | weakest | quick | quickest\nweak | weakest | sharp | sharpest\nweak | weakest | simple | simplest\nweak | weakest | short | shortest\nweak | weakest | slow | slowest\nweak | weakest | small | smallest\nweak | weakest | smart | smartest\nweak | weakest | strange | strangest\nweak | weakest | strong | strongest\nweak | weakest | sweet | sweetest\nweak | weakest | tall | tallest\nweak | weakest | tasty | tastiest\nweak | weakest | warm | warmest\nweird | weirdest | wide | widest\nweird | weirdest | young | youngest\nweird | weirdest | bad | worst\nweird | weirdest | big | biggest\nweird | weirdest | bright | brightest\nweird | weirdest | cold | coldest\nweird | weirdest | cool | coolest\nweird | weirdest | dark | darkest\nweird | weirdest | easy | easiest\nweird | weirdest | fast | fastest\nweird | weirdest | good | best\nweird | weirdest | great | greatest\nweird | weirdest | high | highest\nweird | weirdest | hot | hottest\nweird | weirdest | large | largest\nweird | weirdest | long | longest\nweird | weirdest | low | lowest\nweird | weirdest | lucky | luckiest\nweird | weirdest | old | oldest\nweird | weirdest | quick | quickest\nweird | weirdest | sharp | sharpest\nweird | weirdest | simple | simplest\nweird | weirdest | short | shortest\nweird | weirdest | slow | slowest\nweird | weirdest | small | smallest\nweird | weirdest | smart | smartest\nweird | weirdest | strange | strangest\nweird | weirdest | strong | strongest\nweird | weirdest | sweet | sweetest\nweird | weirdest | tall | tallest\nweird | weirdest | tasty | tastiest\nweird | weirdest | warm | warmest\nweird | weirdest | weak | weakest\nwide | widest | young | youngest\nwide | widest | bad | worst\nwide | widest | big | biggest\nwide | widest | bright | brightest\nwide | widest | cold | coldest\nwide | widest | cool | coolest\nwide | widest | dark | darkest\nwide | widest | easy | easiest\nwide | widest | fast | fastest\nwide | widest | good | best\nwide | widest | great | greatest\nwide | widest | high | highest\nwide | widest | hot | hottest\nwide | widest | large | largest\nwide | widest | long | longest\nwide | widest | low | lowest\nwide | widest | lucky | luckiest\nwide | widest | old | oldest\nwide | widest | quick | quickest\nwide | widest | sharp | sharpest\nwide | widest | simple | simplest\nwide | widest | short | shortest\nwide | widest | slow | slowest\nwide | widest | small | smallest\nwide | widest | smart | smartest\nwide | widest | strange | strangest\nwide | widest | strong | strongest\nwide | widest | sweet | sweetest\nwide | widest | tall | tallest\nwide | widest | tasty | tastiest\nwide | widest | warm | warmest\nwide | widest | weak | weakest\nwide | widest | weird | weirdest\nyoung | youngest | bad | worst\nyoung | youngest | big | biggest\nyoung | youngest | bright | brightest\nyoung | youngest | cold | coldest\nyoung | youngest | cool | coolest\nyoung | youngest | dark | darkest\nyoung | youngest | easy | easiest\nyoung | youngest | fast | fastest\nyoung | youngest | good | best\nyoung | youngest | great | greatest\nyoung | youngest | high | highest\nyoung | youngest | hot | hottest\nyoung | youngest | large | largest\nyoung | youngest | long | longest\nyoung | youngest | low | lowest\nyoung | youngest | lucky | luckiest\nyoung | youngest | old | oldest\nyoung | youngest | quick | quickest\nyoung | youngest | sharp | sharpest\nyoung | youngest | simple | simplest\nyoung | youngest | short | shortest\nyoung | youngest | slow | slowest\nyoung | youngest | small | smallest\nyoung | youngest | smart | smartest\nyoung | youngest | strange | strangest\nyoung | youngest | strong | strongest\nyoung | youngest | sweet | sweetest\nyoung | youngest | tall | tallest\nyoung | youngest | tasty | tastiest\nyoung | youngest | warm | warmest\nyoung | youngest | weak | weakest\nyoung | youngest | weird | weirdest\nyoung | youngest | wide | widest\n: | gram5-present-participle\ncode | coding | dance | dancing\ncode | coding | debug | debugging\ncode | coding | decrease | decreasing\ncode | coding | describe | describing\ncode | coding | discover | discovering\ncode | coding | enhance | enhancing\ncode | coding | fly | flying\ncode | coding | generate | generating\ncode | coding | go | going\ncode | coding | implement | implementing\ncode | coding | increase | increasing\ncode | coding | invent | inventing\ncode | coding | jump | jumping\ncode | coding | listen | listening\ncode | coding | look | looking\ncode | coding | move | moving\ncode | coding | play | playing\ncode | coding | predict | predicting\ncode | coding | read | reading\ncode | coding | run | running\ncode | coding | say | saying\ncode | coding | scream | screaming\ncode | coding | see | seeing\ncode | coding | shuffle | shuffling\ncode | coding | sing | singing\ncode | coding | sit | sitting\ncode | coding | slow | slowing\ncode | coding | swim | swimming\ncode | coding | think | thinking\ncode | coding | vanish | vanishing\ncode | coding | walk | walking\ncode | coding | write | writing\ndance | dancing | debug | debugging\ndance | dancing | decrease | decreasing\ndance | dancing | describe | describing\ndance | dancing | discover | discovering\ndance | dancing | enhance | enhancing\ndance | dancing | fly | flying\ndance | dancing | generate | generating\ndance | dancing | go | going\ndance | dancing | implement | implementing\ndance | dancing | increase | increasing\ndance | dancing | invent | inventing\ndance | dancing | jump | jumping\ndance | dancing | listen | listening\ndance | dancing | look | looking\ndance | dancing | move | moving\ndance | dancing | play | playing\ndance | dancing | predict | predicting\ndance | dancing | read | reading\ndance | dancing | run | running\ndance | dancing | say | saying\ndance | dancing | scream | screaming\ndance | dancing | see | seeing\ndance | dancing | shuffle | shuffling\ndance | dancing | sing | singing\ndance | dancing | sit | sitting\ndance | dancing | slow | slowing\ndance | dancing | swim | swimming\ndance | dancing | think | thinking\ndance | dancing | vanish | vanishing\ndance | dancing | walk | walking\ndance | dancing | write | writing\ndance | dancing | code | coding\ndebug | debugging | decrease | decreasing\ndebug | debugging | describe | describing\ndebug | debugging | discover | discovering\ndebug | debugging | enhance | enhancing\ndebug | debugging | fly | flying\ndebug | debugging | generate | generating\ndebug | debugging | go | going\ndebug | debugging | implement | implementing\ndebug | debugging | increase | increasing\ndebug | debugging | invent | inventing\ndebug | debugging | jump | jumping\ndebug | debugging | listen | listening\ndebug | debugging | look | looking\ndebug | debugging | move | moving\ndebug | debugging | play | playing\ndebug | debugging | predict | predicting\ndebug | debugging | read | reading\ndebug | debugging | run | running\ndebug | debugging | say | saying\ndebug | debugging | scream | screaming\ndebug | debugging | see | seeing\ndebug | debugging | shuffle | shuffling\ndebug | debugging | sing | singing\ndebug | debugging | sit | sitting\ndebug | debugging | slow | slowing\ndebug | debugging | swim | swimming\ndebug | debugging | think | thinking\ndebug | debugging | vanish | vanishing\ndebug | debugging | walk | walking\ndebug | debugging | write | writing\ndebug | debugging | code | coding\ndebug | debugging | dance | dancing\ndecrease | decreasing | describe | describing\ndecrease | decreasing | discover | discovering\ndecrease | decreasing | enhance | enhancing\ndecrease | decreasing | fly | flying\ndecrease | decreasing | generate | generating\ndecrease | decreasing | go | going\ndecrease | decreasing | implement | implementing\ndecrease | decreasing | increase | increasing\ndecrease | decreasing | invent | inventing\ndecrease | decreasing | jump | jumping\ndecrease | decreasing | listen | listening\ndecrease | decreasing | look | looking\ndecrease | decreasing | move | moving\ndecrease | decreasing | play | playing\ndecrease | decreasing | predict | predicting\ndecrease | decreasing | read | reading\ndecrease | decreasing | run | running\ndecrease | decreasing | say | saying\ndecrease | decreasing | scream | screaming\ndecrease | decreasing | see | seeing\ndecrease | decreasing | shuffle | shuffling\ndecrease | decreasing | sing | singing\ndecrease | decreasing | sit | sitting\ndecrease | decreasing | slow | slowing\ndecrease | decreasing | swim | swimming\ndecrease | decreasing | think | thinking\ndecrease | decreasing | vanish | vanishing\ndecrease | decreasing | walk | walking\ndecrease | decreasing | write | writing\ndecrease | decreasing | code | coding\ndecrease | decreasing | dance | dancing\ndecrease | decreasing | debug | debugging\ndescribe | describing | discover | discovering\ndescribe | describing | enhance | enhancing\ndescribe | describing | fly | flying\ndescribe | describing | generate | generating\ndescribe | describing | go | going\ndescribe | describing | implement | implementing\ndescribe | describing | increase | increasing\ndescribe | describing | invent | inventing\ndescribe | describing | jump | jumping\ndescribe | describing | listen | listening\ndescribe | describing | look | looking\ndescribe | describing | move | moving\ndescribe | describing | play | playing\ndescribe | describing | predict | predicting\ndescribe | describing | read | reading\ndescribe | describing | run | running\ndescribe | describing | say | saying\ndescribe | describing | scream | screaming\ndescribe | describing | see | seeing\ndescribe | describing | shuffle | shuffling\ndescribe | describing | sing | singing\ndescribe | describing | sit | sitting\ndescribe | describing | slow | slowing\ndescribe | describing | swim | swimming\ndescribe | describing | think | thinking\ndescribe | describing | vanish | vanishing\ndescribe | describing | walk | walking\ndescribe | describing | write | writing\ndescribe | describing | code | coding\ndescribe | describing | dance | dancing\ndescribe | describing | debug | debugging\ndescribe | describing | decrease | decreasing\ndiscover | discovering | enhance | enhancing\ndiscover | discovering | fly | flying\ndiscover | discovering | generate | generating\ndiscover | discovering | go | going\ndiscover | discovering | implement | implementing\ndiscover | discovering | increase | increasing\ndiscover | discovering | invent | inventing\ndiscover | discovering | jump | jumping\ndiscover | discovering | listen | listening\ndiscover | discovering | look | looking\ndiscover | discovering | move | moving\ndiscover | discovering | play | playing\ndiscover | discovering | predict | predicting\ndiscover | discovering | read | reading\ndiscover | discovering | run | running\ndiscover | discovering | say | saying\ndiscover | discovering | scream | screaming\ndiscover | discovering | see | seeing\ndiscover | discovering | shuffle | shuffling\ndiscover | discovering | sing | singing\ndiscover | discovering | sit | sitting\ndiscover | discovering | slow | slowing\ndiscover | discovering | swim | swimming\ndiscover | discovering | think | thinking\ndiscover | discovering | vanish | vanishing\ndiscover | discovering | walk | walking\ndiscover | discovering | write | writing\ndiscover | discovering | code | coding\ndiscover | discovering | dance | dancing\ndiscover | discovering | debug | debugging\ndiscover | discovering | decrease | decreasing\ndiscover | discovering | describe | describing\nenhance | enhancing | fly | flying\nenhance | enhancing | generate | generating\nenhance | enhancing | go | going\nenhance | enhancing | implement | implementing\nenhance | enhancing | increase | increasing\nenhance | enhancing | invent | inventing\nenhance | enhancing | jump | jumping\nenhance | enhancing | listen | listening\nenhance | enhancing | look | looking\nenhance | enhancing | move | moving\nenhance | enhancing | play | playing\nenhance | enhancing | predict | predicting\nenhance | enhancing | read | reading\nenhance | enhancing | run | running\nenhance | enhancing | say | saying\nenhance | enhancing | scream | screaming\nenhance | enhancing | see | seeing\nenhance | enhancing | shuffle | shuffling\nenhance | enhancing | sing | singing\nenhance | enhancing | sit | sitting\nenhance | enhancing | slow | slowing\nenhance | enhancing | swim | swimming\nenhance | enhancing | think | thinking\nenhance | enhancing | vanish | vanishing\nenhance | enhancing | walk | walking\nenhance | enhancing | write | writing\nenhance | enhancing | code | coding\nenhance | enhancing | dance | dancing\nenhance | enhancing | debug | debugging\nenhance | enhancing | decrease | decreasing\nenhance | enhancing | describe | describing\nenhance | enhancing | discover | discovering\nfly | flying | generate | generating\nfly | flying | go | going\nfly | flying | implement | implementing\nfly | flying | increase | increasing\nfly | flying | invent | inventing\nfly | flying | jump | jumping\nfly | flying | listen | listening\nfly | flying | look | looking\nfly | flying | move | moving\nfly | flying | play | playing\nfly | flying | predict | predicting\nfly | flying | read | reading\nfly | flying | run | running\nfly | flying | say | saying\nfly | flying | scream | screaming\nfly | flying | see | seeing\nfly | flying | shuffle | shuffling\nfly | flying | sing | singing\nfly | flying | sit | sitting\nfly | flying | slow | slowing\nfly | flying | swim | swimming\nfly | flying | think | thinking\nfly | flying | vanish | vanishing\nfly | flying | walk | walking\nfly | flying | write | writing\nfly | flying | code | coding\nfly | flying | dance | dancing\nfly | flying | debug | debugging\nfly | flying | decrease | decreasing\nfly | flying | describe | describing\nfly | flying | discover | discovering\nfly | flying | enhance | enhancing\ngenerate | generating | go | going\ngenerate | generating | implement | implementing\ngenerate | generating | increase | increasing\ngenerate | generating | invent | inventing\ngenerate | generating | jump | jumping\ngenerate | generating | listen | listening\ngenerate | generating | look | looking\ngenerate | generating | move | moving\ngenerate | generating | play | playing\ngenerate | generating | predict | predicting\ngenerate | generating | read | reading\ngenerate | generating | run | running\ngenerate | generating | say | saying\ngenerate | generating | scream | screaming\ngenerate | generating | see | seeing\ngenerate | generating | shuffle | shuffling\ngenerate | generating | sing | singing\ngenerate | generating | sit | sitting\ngenerate | generating | slow | slowing\ngenerate | generating | swim | swimming\ngenerate | generating | think | thinking\ngenerate | generating | vanish | vanishing\ngenerate | generating | walk | walking\ngenerate | generating | write | writing\ngenerate | generating | code | coding\ngenerate | generating | dance | dancing\ngenerate | generating | debug | debugging\ngenerate | generating | decrease | decreasing\ngenerate | generating | describe | describing\ngenerate | generating | discover | discovering\ngenerate | generating | enhance | enhancing\ngenerate | generating | fly | flying\ngo | going | implement | implementing\ngo | going | increase | increasing\ngo | going | invent | inventing\ngo | going | jump | jumping\ngo | going | listen | listening\ngo | going | look | looking\ngo | going | move | moving\ngo | going | play | playing\ngo | going | predict | predicting\ngo | going | read | reading\ngo | going | run | running\ngo | going | say | saying\ngo | going | scream | screaming\ngo | going | see | seeing\ngo | going | shuffle | shuffling\ngo | going | sing | singing\ngo | going | sit | sitting\ngo | going | slow | slowing\ngo | going | swim | swimming\ngo | going | think | thinking\ngo | going | vanish | vanishing\ngo | going | walk | walking\ngo | going | write | writing\ngo | going | code | coding\ngo | going | dance | dancing\ngo | going | debug | debugging\ngo | going | decrease | decreasing\ngo | going | describe | describing\ngo | going | discover | discovering\ngo | going | enhance | enhancing\ngo | going | fly | flying\ngo | going | generate | generating\nimplement | implementing | increase | increasing\nimplement | implementing | invent | inventing\nimplement | implementing | jump | jumping\nimplement | implementing | listen | listening\nimplement | implementing | look | looking\nimplement | implementing | move | moving\nimplement | implementing | play | playing\nimplement | implementing | predict | predicting\nimplement | implementing | read | reading\nimplement | implementing | run | running\nimplement | implementing | say | saying\nimplement | implementing | scream | screaming\nimplement | implementing | see | seeing\nimplement | implementing | shuffle | shuffling\nimplement | implementing | sing | singing\nimplement | implementing | sit | sitting\nimplement | implementing | slow | slowing\nimplement | implementing | swim | swimming\nimplement | implementing | think | thinking\nimplement | implementing | vanish | vanishing\nimplement | implementing | walk | walking\nimplement | implementing | write | writing\nimplement | implementing | code | coding\nimplement | implementing | dance | dancing\nimplement | implementing | debug | debugging\nimplement | implementing | decrease | decreasing\nimplement | implementing | describe | describing\nimplement | implementing | discover | discovering\nimplement | implementing | enhance | enhancing\nimplement | implementing | fly | flying\nimplement | implementing | generate | generating\nimplement | implementing | go | going\nincrease | increasing | invent | inventing\nincrease | increasing | jump | jumping\nincrease | increasing | listen | listening\nincrease | increasing | look | looking\nincrease | increasing | move | moving\nincrease | increasing | play | playing\nincrease | increasing | predict | predicting\nincrease | increasing | read | reading\nincrease | increasing | run | running\nincrease | increasing | say | saying\nincrease | increasing | scream | screaming\nincrease | increasing | see | seeing\nincrease | increasing | shuffle | shuffling\nincrease | increasing | sing | singing\nincrease | increasing | sit | sitting\nincrease | increasing | slow | slowing\nincrease | increasing | swim | swimming\nincrease | increasing | think | thinking\nincrease | increasing | vanish | vanishing\nincrease | increasing | walk | walking\nincrease | increasing | write | writing\nincrease | increasing | code | coding\nincrease | increasing | dance | dancing\nincrease | increasing | debug | debugging\nincrease | increasing | decrease | decreasing\nincrease | increasing | describe | describing\nincrease | increasing | discover | discovering\nincrease | increasing | enhance | enhancing\nincrease | increasing | fly | flying\nincrease | increasing | generate | generating\nincrease | increasing | go | going\nincrease | increasing | implement | implementing\ninvent | inventing | jump | jumping\ninvent | inventing | listen | listening\ninvent | inventing | look | looking\ninvent | inventing | move | moving\ninvent | inventing | play | playing\ninvent | inventing | predict | predicting\ninvent | inventing | read | reading\ninvent | inventing | run | running\ninvent | inventing | say | saying\ninvent | inventing | scream | screaming\ninvent | inventing | see | seeing\ninvent | inventing | shuffle | shuffling\ninvent | inventing | sing | singing\ninvent | inventing | sit | sitting\ninvent | inventing | slow | slowing\ninvent | inventing | swim | swimming\ninvent | inventing | think | thinking\ninvent | inventing | vanish | vanishing\ninvent | inventing | walk | walking\ninvent | inventing | write | writing\ninvent | inventing | code | coding\ninvent | inventing | dance | dancing\ninvent | inventing | debug | debugging\ninvent | inventing | decrease | decreasing\ninvent | inventing | describe | describing\ninvent | inventing | discover | discovering\ninvent | inventing | enhance | enhancing\ninvent | inventing | fly | flying\ninvent | inventing | generate | generating\ninvent | inventing | go | going\ninvent | inventing | implement | implementing\ninvent | inventing | increase | increasing\njump | jumping | listen | listening\njump | jumping | look | looking\njump | jumping | move | moving\njump | jumping | play | playing\njump | jumping | predict | predicting\njump | jumping | read | reading\njump | jumping | run | running\njump | jumping | say | saying\njump | jumping | scream | screaming\njump | jumping | see | seeing\njump | jumping | shuffle | shuffling\njump | jumping | sing | singing\njump | jumping | sit | sitting\njump | jumping | slow | slowing\njump | jumping | swim | swimming\njump | jumping | think | thinking\njump | jumping | vanish | vanishing\njump | jumping | walk | walking\njump | jumping | write | writing\njump | jumping | code | coding\njump | jumping | dance | dancing\njump | jumping | debug | debugging\njump | jumping | decrease | decreasing\njump | jumping | describe | describing\njump | jumping | discover | discovering\njump | jumping | enhance | enhancing\njump | jumping | fly | flying\njump | jumping | generate | generating\njump | jumping | go | going\njump | jumping | implement | implementing\njump | jumping | increase | increasing\njump | jumping | invent | inventing\nlisten | listening | look | looking\nlisten | listening | move | moving\nlisten | listening | play | playing\nlisten | listening | predict | predicting\nlisten | listening | read | reading\nlisten | listening | run | running\nlisten | listening | say | saying\nlisten | listening | scream | screaming\nlisten | listening | see | seeing\nlisten | listening | shuffle | shuffling\nlisten | listening | sing | singing\nlisten | listening | sit | sitting\nlisten | listening | slow | slowing\nlisten | listening | swim | swimming\nlisten | listening | think | thinking\nlisten | listening | vanish | vanishing\nlisten | listening | walk | walking\nlisten | listening | write | writing\nlisten | listening | code | coding\nlisten | listening | dance | dancing\nlisten | listening | debug | debugging\nlisten | listening | decrease | decreasing\nlisten | listening | describe | describing\nlisten | listening | discover | discovering\nlisten | listening | enhance | enhancing\nlisten | listening | fly | flying\nlisten | listening | generate | generating\nlisten | listening | go | going\nlisten | listening | implement | implementing\nlisten | listening | increase | increasing\nlisten | listening | invent | inventing\nlisten | listening | jump | jumping\nlook | looking | move | moving\nlook | looking | play | playing\nlook | looking | predict | predicting\nlook | looking | read | reading\nlook | looking | run | running\nlook | looking | say | saying\nlook | looking | scream | screaming\nlook | looking | see | seeing\nlook | looking | shuffle | shuffling\nlook | looking | sing | singing\nlook | looking | sit | sitting\nlook | looking | slow | slowing\nlook | looking | swim | swimming\nlook | looking | think | thinking\nlook | looking | vanish | vanishing\nlook | looking | walk | walking\nlook | looking | write | writing\nlook | looking | code | coding\nlook | looking | dance | dancing\nlook | looking | debug | debugging\nlook | looking | decrease | decreasing\nlook | looking | describe | describing\nlook | looking | discover | discovering\nlook | looking | enhance | enhancing\nlook | looking | fly | flying\nlook | looking | generate | generating\nlook | looking | go | going\nlook | looking | implement | implementing\nlook | looking | increase | increasing\nlook | looking | invent | inventing\nlook | looking | jump | jumping\nlook | looking | listen | listening\nmove | moving | play | playing\nmove | moving | predict | predicting\nmove | moving | read | reading\nmove | moving | run | running\nmove | moving | say | saying\nmove | moving | scream | screaming\nmove | moving | see | seeing\nmove | moving | shuffle | shuffling\nmove | moving | sing | singing\nmove | moving | sit | sitting\nmove | moving | slow | slowing\nmove | moving | swim | swimming\nmove | moving | think | thinking\nmove | moving | vanish | vanishing\nmove | moving | walk | walking\nmove | moving | write | writing\nmove | moving | code | coding\nmove | moving | dance | dancing\nmove | moving | debug | debugging\nmove | moving | decrease | decreasing\nmove | moving | describe | describing\nmove | moving | discover | discovering\nmove | moving | enhance | enhancing\nmove | moving | fly | flying\nmove | moving | generate | generating\nmove | moving | go | going\nmove | moving | implement | implementing\nmove | moving | increase | increasing\nmove | moving | invent | inventing\nmove | moving | jump | jumping\nmove | moving | listen | listening\nmove | moving | look | looking\nplay | playing | predict | predicting\nplay | playing | read | reading\nplay | playing | run | running\nplay | playing | say | saying\nplay | playing | scream | screaming\nplay | playing | see | seeing\nplay | playing | shuffle | shuffling\nplay | playing | sing | singing\nplay | playing | sit | sitting\nplay | playing | slow | slowing\nplay | playing | swim | swimming\nplay | playing | think | thinking\nplay | playing | vanish | vanishing\nplay | playing | walk | walking\nplay | playing | write | writing\nplay | playing | code | coding\nplay | playing | dance | dancing\nplay | playing | debug | debugging\nplay | playing | decrease | decreasing\nplay | playing | describe | describing\nplay | playing | discover | discovering\nplay | playing | enhance | enhancing\nplay | playing | fly | flying\nplay | playing | generate | generating\nplay | playing | go | going\nplay | playing | implement | implementing\nplay | playing | increase | increasing\nplay | playing | invent | inventing\nplay | playing | jump | jumping\nplay | playing | listen | listening\nplay | playing | look | looking\nplay | playing | move | moving\npredict | predicting | read | reading\npredict | predicting | run | running\npredict | predicting | say | saying\npredict | predicting | scream | screaming\npredict | predicting | see | seeing\npredict | predicting | shuffle | shuffling\npredict | predicting | sing | singing\npredict | predicting | sit | sitting\npredict | predicting | slow | slowing\npredict | predicting | swim | swimming\npredict | predicting | think | thinking\npredict | predicting | vanish | vanishing\npredict | predicting | walk | walking\npredict | predicting | write | writing\npredict | predicting | code | coding\npredict | predicting | dance | dancing\npredict | predicting | debug | debugging\npredict | predicting | decrease | decreasing\npredict | predicting | describe | describing\npredict | predicting | discover | discovering\npredict | predicting | enhance | enhancing\npredict | predicting | fly | flying\npredict | predicting | generate | generating\npredict | predicting | go | going\npredict | predicting | implement | implementing\npredict | predicting | increase | increasing\npredict | predicting | invent | inventing\npredict | predicting | jump | jumping\npredict | predicting | listen | listening\npredict | predicting | look | looking\npredict | predicting | move | moving\npredict | predicting | play | playing\nread | reading | run | running\nread | reading | say | saying\nread | reading | scream | screaming\nread | reading | see | seeing\nread | reading | shuffle | shuffling\nread | reading | sing | singing\nread | reading | sit | sitting\nread | reading | slow | slowing\nread | reading | swim | swimming\nread | reading | think | thinking\nread | reading | vanish | vanishing\nread | reading | walk | walking\nread | reading | write | writing\nread | reading | code | coding\nread | reading | dance | dancing\nread | reading | debug | debugging\nread | reading | decrease | decreasing\nread | reading | describe | describing\nread | reading | discover | discovering\nread | reading | enhance | enhancing\nread | reading | fly | flying\nread | reading | generate | generating\nread | reading | go | going\nread | reading | implement | implementing\nread | reading | increase | increasing\nread | reading | invent | inventing\nread | reading | jump | jumping\nread | reading | listen | listening\nread | reading | look | looking\nread | reading | move | moving\nread | reading | play | playing\nread | reading | predict | predicting\nrun | running | say | saying\nrun | running | scream | screaming\nrun | running | see | seeing\nrun | running | shuffle | shuffling\nrun | running | sing | singing\nrun | running | sit | sitting\nrun | running | slow | slowing\nrun | running | swim | swimming\nrun | running | think | thinking\nrun | running | vanish | vanishing\nrun | running | walk | walking\nrun | running | write | writing\nrun | running | code | coding\nrun | running | dance | dancing\nrun | running | debug | debugging\nrun | running | decrease | decreasing\nrun | running | describe | describing\nrun | running | discover | discovering\nrun | running | enhance | enhancing\nrun | running | fly | flying\nrun | running | generate | generating\nrun | running | go | going\nrun | running | implement | implementing\nrun | running | increase | increasing\nrun | running | invent | inventing\nrun | running | jump | jumping\nrun | running | listen | listening\nrun | running | look | looking\nrun | running | move | moving\nrun | running | play | playing\nrun | running | predict | predicting\nrun | running | read | reading\nsay | saying | scream | screaming\nsay | saying | see | seeing\nsay | saying | shuffle | shuffling\nsay | saying | sing | singing\nsay | saying | sit | sitting\nsay | saying | slow | slowing\nsay | saying | swim | swimming\nsay | saying | think | thinking\nsay | saying | vanish | vanishing\nsay | saying | walk | walking\nsay | saying | write | writing\nsay | saying | code | coding\nsay | saying | dance | dancing\nsay | saying | debug | debugging\nsay | saying | decrease | decreasing\nsay | saying | describe | describing\nsay | saying | discover | discovering\nsay | saying | enhance | enhancing\nsay | saying | fly | flying\nsay | saying | generate | generating\nsay | saying | go | going\nsay | saying | implement | implementing\nsay | saying | increase | increasing\nsay | saying | invent | inventing\nsay | saying | jump | jumping\nsay | saying | listen | listening\nsay | saying | look | looking\nsay | saying | move | moving\nsay | saying | play | playing\nsay | saying | predict | predicting\nsay | saying | read | reading\nsay | saying | run | running\nscream | screaming | see | seeing\nscream | screaming | shuffle | shuffling\nscream | screaming | sing | singing\nscream | screaming | sit | sitting\nscream | screaming | slow | slowing\nscream | screaming | swim | swimming\nscream | screaming | think | thinking\nscream | screaming | vanish | vanishing\nscream | screaming | walk | walking\nscream | screaming | write | writing\nscream | screaming | code | coding\nscream | screaming | dance | dancing\nscream | screaming | debug | debugging\nscream | screaming | decrease | decreasing\nscream | screaming | describe | describing\nscream | screaming | discover | discovering\nscream | screaming | enhance | enhancing\nscream | screaming | fly | flying\nscream | screaming | generate | generating\nscream | screaming | go | going\nscream | screaming | implement | implementing\nscream | screaming | increase | increasing\nscream | screaming | invent | inventing\nscream | screaming | jump | jumping\nscream | screaming | listen | listening\nscream | screaming | look | looking\nscream | screaming | move | moving\nscream | screaming | play | playing\nscream | screaming | predict | predicting\nscream | screaming | read | reading\nscream | screaming | run | running\nscream | screaming | say | saying\nsee | seeing | shuffle | shuffling\nsee | seeing | sing | singing\nsee | seeing | sit | sitting\nsee | seeing | slow | slowing\nsee | seeing | swim | swimming\nsee | seeing | think | thinking\nsee | seeing | vanish | vanishing\nsee | seeing | walk | walking\nsee | seeing | write | writing\nsee | seeing | code | coding\nsee | seeing | dance | dancing\nsee | seeing | debug | debugging\nsee | seeing | decrease | decreasing\nsee | seeing | describe | describing\nsee | seeing | discover | discovering\nsee | seeing | enhance | enhancing\nsee | seeing | fly | flying\nsee | seeing | generate | generating\nsee | seeing | go | going\nsee | seeing | implement | implementing\nsee | seeing | increase | increasing\nsee | seeing | invent | inventing\nsee | seeing | jump | jumping\nsee | seeing | listen | listening\nsee | seeing | look | looking\nsee | seeing | move | moving\nsee | seeing | play | playing\nsee | seeing | predict | predicting\nsee | seeing | read | reading\nsee | seeing | run | running\nsee | seeing | say | saying\nsee | seeing | scream | screaming\nshuffle | shuffling | sing | singing\nshuffle | shuffling | sit | sitting\nshuffle | shuffling | slow | slowing\nshuffle | shuffling | swim | swimming\nshuffle | shuffling | think | thinking\nshuffle | shuffling | vanish | vanishing\nshuffle | shuffling | walk | walking\nshuffle | shuffling | write | writing\nshuffle | shuffling | code | coding\nshuffle | shuffling | dance | dancing\nshuffle | shuffling | debug | debugging\nshuffle | shuffling | decrease | decreasing\nshuffle | shuffling | describe | describing\nshuffle | shuffling | discover | discovering\nshuffle | shuffling | enhance | enhancing\nshuffle | shuffling | fly | flying\nshuffle | shuffling | generate | generating\nshuffle | shuffling | go | going\nshuffle | shuffling | implement | implementing\nshuffle | shuffling | increase | increasing\nshuffle | shuffling | invent | inventing\nshuffle | shuffling | jump | jumping\nshuffle | shuffling | listen | listening\nshuffle | shuffling | look | looking\nshuffle | shuffling | move | moving\nshuffle | shuffling | play | playing\nshuffle | shuffling | predict | predicting\nshuffle | shuffling | read | reading\nshuffle | shuffling | run | running\nshuffle | shuffling | say | saying\nshuffle | shuffling | scream | screaming\nshuffle | shuffling | see | seeing\nsing | singing | sit | sitting\nsing | singing | slow | slowing\nsing | singing | swim | swimming\nsing | singing | think | thinking\nsing | singing | vanish | vanishing\nsing | singing | walk | walking\nsing | singing | write | writing\nsing | singing | code | coding\nsing | singing | dance | dancing\nsing | singing | debug | debugging\nsing | singing | decrease | decreasing\nsing | singing | describe | describing\nsing | singing | discover | discovering\nsing | singing | enhance | enhancing\nsing | singing | fly | flying\nsing | singing | generate | generating\nsing | singing | go | going\nsing | singing | implement | implementing\nsing | singing | increase | increasing\nsing | singing | invent | inventing\nsing | singing | jump | jumping\nsing | singing | listen | listening\nsing | singing | look | looking\nsing | singing | move | moving\nsing | singing | play | playing\nsing | singing | predict | predicting\nsing | singing | read | reading\nsing | singing | run | running\nsing | singing | say | saying\nsing | singing | scream | screaming\nsing | singing | see | seeing\nsing | singing | shuffle | shuffling\nsit | sitting | slow | slowing\nsit | sitting | swim | swimming\nsit | sitting | think | thinking\nsit | sitting | vanish | vanishing\nsit | sitting | walk | walking\nsit | sitting | write | writing\nsit | sitting | code | coding\nsit | sitting | dance | dancing\nsit | sitting | debug | debugging\nsit | sitting | decrease | decreasing\nsit | sitting | describe | describing\nsit | sitting | discover | discovering\nsit | sitting | enhance | enhancing\nsit | sitting | fly | flying\nsit | sitting | generate | generating\nsit | sitting | go | going\nsit | sitting | implement | implementing\nsit | sitting | increase | increasing\nsit | sitting | invent | inventing\nsit | sitting | jump | jumping\nsit | sitting | listen | listening\nsit | sitting | look | looking\nsit | sitting | move | moving\nsit | sitting | play | playing\nsit | sitting | predict | predicting\nsit | sitting | read | reading\nsit | sitting | run | running\nsit | sitting | say | saying\nsit | sitting | scream | screaming\nsit | sitting | see | seeing\nsit | sitting | shuffle | shuffling\nsit | sitting | sing | singing\nslow | slowing | swim | swimming\nslow | slowing | think | thinking\nslow | slowing | vanish | vanishing\nslow | slowing | walk | walking\nslow | slowing | write | writing\nslow | slowing | code | coding\nslow | slowing | dance | dancing\nslow | slowing | debug | debugging\nslow | slowing | decrease | decreasing\nslow | slowing | describe | describing\nslow | slowing | discover | discovering\nslow | slowing | enhance | enhancing\nslow | slowing | fly | flying\nslow | slowing | generate | generating\nslow | slowing | go | going\nslow | slowing | implement | implementing\nslow | slowing | increase | increasing\nslow | slowing | invent | inventing\nslow | slowing | jump | jumping\nslow | slowing | listen | listening\nslow | slowing | look | looking\nslow | slowing | move | moving\nslow | slowing | play | playing\nslow | slowing | predict | predicting\nslow | slowing | read | reading\nslow | slowing | run | running\nslow | slowing | say | saying\nslow | slowing | scream | screaming\nslow | slowing | see | seeing\nslow | slowing | shuffle | shuffling\nslow | slowing | sing | singing\nslow | slowing | sit | sitting\nswim | swimming | think | thinking\nswim | swimming | vanish | vanishing\nswim | swimming | walk | walking\nswim | swimming | write | writing\nswim | swimming | code | coding\nswim | swimming | dance | dancing\nswim | swimming | debug | debugging\nswim | swimming | decrease | decreasing\nswim | swimming | describe | describing\nswim | swimming | discover | discovering\nswim | swimming | enhance | enhancing\nswim | swimming | fly | flying\nswim | swimming | generate | generating\nswim | swimming | go | going\nswim | swimming | implement | implementing\nswim | swimming | increase | increasing\nswim | swimming | invent | inventing\nswim | swimming | jump | jumping\nswim | swimming | listen | listening\nswim | swimming | look | looking\nswim | swimming | move | moving\nswim | swimming | play | playing\nswim | swimming | predict | predicting\nswim | swimming | read | reading\nswim | swimming | run | running\nswim | swimming | say | saying\nswim | swimming | scream | screaming\nswim | swimming | see | seeing\nswim | swimming | shuffle | shuffling\nswim | swimming | sing | singing\nswim | swimming | sit | sitting\nswim | swimming | slow | slowing\nthink | thinking | vanish | vanishing\nthink | thinking | walk | walking\nthink | thinking | write | writing\nthink | thinking | code | coding\nthink | thinking | dance | dancing\nthink | thinking | debug | debugging\nthink | thinking | decrease | decreasing\nthink | thinking | describe | describing\nthink | thinking | discover | discovering\nthink | thinking | enhance | enhancing\nthink | thinking | fly | flying\nthink | thinking | generate | generating\nthink | thinking | go | going\nthink | thinking | implement | implementing\nthink | thinking | increase | increasing\nthink | thinking | invent | inventing\nthink | thinking | jump | jumping\nthink | thinking | listen | listening\nthink | thinking | look | looking\nthink | thinking | move | moving\nthink | thinking | play | playing\nthink | thinking | predict | predicting\nthink | thinking | read | reading\nthink | thinking | run | running\nthink | thinking | say | saying\nthink | thinking | scream | screaming\nthink | thinking | see | seeing\nthink | thinking | shuffle | shuffling\nthink | thinking | sing | singing\nthink | thinking | sit | sitting\nthink | thinking | slow | slowing\nthink | thinking | swim | swimming\nvanish | vanishing | walk | walking\nvanish | vanishing | write | writing\nvanish | vanishing | code | coding\nvanish | vanishing | dance | dancing\nvanish | vanishing | debug | debugging\nvanish | vanishing | decrease | decreasing\nvanish | vanishing | describe | describing\nvanish | vanishing | discover | discovering\nvanish | vanishing | enhance | enhancing\nvanish | vanishing | fly | flying\nvanish | vanishing | generate | generating\nvanish | vanishing | go | going\nvanish | vanishing | implement | implementing\nvanish | vanishing | increase | increasing\nvanish | vanishing | invent | inventing\nvanish | vanishing | jump | jumping\nvanish | vanishing | listen | listening\nvanish | vanishing | look | looking\nvanish | vanishing | move | moving\nvanish | vanishing | play | playing\nvanish | vanishing | predict | predicting\nvanish | vanishing | read | reading\nvanish | vanishing | run | running\nvanish | vanishing | say | saying\nvanish | vanishing | scream | screaming\nvanish | vanishing | see | seeing\nvanish | vanishing | shuffle | shuffling\nvanish | vanishing | sing | singing\nvanish | vanishing | sit | sitting\nvanish | vanishing | slow | slowing\nvanish | vanishing | swim | swimming\nvanish | vanishing | think | thinking\nwalk | walking | write | writing\nwalk | walking | code | coding\nwalk | walking | dance | dancing\nwalk | walking | debug | debugging\nwalk | walking | decrease | decreasing\nwalk | walking | describe | describing\nwalk | walking | discover | discovering\nwalk | walking | enhance | enhancing\nwalk | walking | fly | flying\nwalk | walking | generate | generating\nwalk | walking | go | going\nwalk | walking | implement | implementing\nwalk | walking | increase | increasing\nwalk | walking | invent | inventing\nwalk | walking | jump | jumping\nwalk | walking | listen | listening\nwalk | walking | look | looking\nwalk | walking | move | moving\nwalk | walking | play | playing\nwalk | walking | predict | predicting\nwalk | walking | read | reading\nwalk | walking | run | running\nwalk | walking | say | saying\nwalk | walking | scream | screaming\nwalk | walking | see | seeing\nwalk | walking | shuffle | shuffling\nwalk | walking | sing | singing\nwalk | walking | sit | sitting\nwalk | walking | slow | slowing\nwalk | walking | swim | swimming\nwalk | walking | think | thinking\nwalk | walking | vanish | vanishing\nwrite | writing | code | coding\nwrite | writing | dance | dancing\nwrite | writing | debug | debugging\nwrite | writing | decrease | decreasing\nwrite | writing | describe | describing\nwrite | writing | discover | discovering\nwrite | writing | enhance | enhancing\nwrite | writing | fly | flying\nwrite | writing | generate | generating\nwrite | writing | go | going\nwrite | writing | implement | implementing\nwrite | writing | increase | increasing\nwrite | writing | invent | inventing\nwrite | writing | jump | jumping\nwrite | writing | listen | listening\nwrite | writing | look | looking\nwrite | writing | move | moving\nwrite | writing | play | playing\nwrite | writing | predict | predicting\nwrite | writing | read | reading\nwrite | writing | run | running\nwrite | writing | say | saying\nwrite | writing | scream | screaming\nwrite | writing | see | seeing\nwrite | writing | shuffle | shuffling\nwrite | writing | sing | singing\nwrite | writing | sit | sitting\nwrite | writing | slow | slowing\nwrite | writing | swim | swimming\nwrite | writing | think | thinking\nwrite | writing | vanish | vanishing\nwrite | writing | walk | walking\n: | gram6-nationality-adjective\nAlbania | Albanian | Argentina | Argentinean\nAlbania | Albanian | Australia | Australian\nAlbania | Albanian | Austria | Austrian\nAlbania | Albanian | Belarus | Belorussian\nAlbania | Albanian | Brazil | Brazilian\nAlbania | Albanian | Bulgaria | Bulgarian\nAlbania | Albanian | Cambodia | Cambodian\nAlbania | Albanian | Chile | Chilean\nAlbania | Albanian | China | Chinese\nAlbania | Albanian | Colombia | Colombian\nAlbania | Albanian | Croatia | Croatian\nAlbania | Albanian | Denmark | Danish\nAlbania | Albanian | Egypt | Egyptian\nAlbania | Albanian | England | English\nAlbania | Albanian | France | French\nAlbania | Albanian | Germany | German\nAlbania | Albanian | Greece | Greek\nAlbania | Albanian | Iceland | Icelandic\nAlbania | Albanian | India | Indian\nAlbania | Albanian | Ireland | Irish\nAlbania | Albanian | Israel | Israeli\nAlbania | Albanian | Italy | Italian\nAlbania | Albanian | Japan | Japanese\nAlbania | Albanian | Korea | Korean\nAlbania | Albanian | Macedonia | Macedonian\nAlbania | Albanian | Malta | Maltese\nAlbania | Albanian | Mexico | Mexican\nAlbania | Albanian | Moldova | Moldovan\nAlbania | Albanian | Netherlands | Dutch\nAlbania | Albanian | Norway | Norwegian\nAlbania | Albanian | Peru | Peruvian\nAlbania | Albanian | Poland | Polish\nAlbania | Albanian | Portugal | Portuguese\nAlbania | Albanian | Russia | Russian\nAlbania | Albanian | Slovakia | Slovakian\nAlbania | Albanian | Spain | Spanish\nAlbania | Albanian | Sweden | Swedish\nAlbania | Albanian | Switzerland | Swiss\nAlbania | Albanian | Thailand | Thai\nArgentina | Argentinean | Australia | Australian\nArgentina | Argentinean | Austria | Austrian\nArgentina | Argentinean | Belarus | Belorussian\nArgentina | Argentinean | Brazil | Brazilian\nArgentina | Argentinean | Bulgaria | Bulgarian\nArgentina | Argentinean | Cambodia | Cambodian\nArgentina | Argentinean | Chile | Chilean\nArgentina | Argentinean | China | Chinese\nArgentina | Argentinean | Colombia | Colombian\nArgentina | Argentinean | Croatia | Croatian\nArgentina | Argentinean | Denmark | Danish\nArgentina | Argentinean | Egypt | Egyptian\nArgentina | Argentinean | England | English\nArgentina | Argentinean | France | French\nArgentina | Argentinean | Germany | German\nArgentina | Argentinean | Greece | Greek\nArgentina | Argentinean | Iceland | Icelandic\nArgentina | Argentinean | India | Indian\nArgentina | Argentinean | Ireland | Irish\nArgentina | Argentinean | Israel | Israeli\nArgentina | Argentinean | Italy | Italian\nArgentina | Argentinean | Japan | Japanese\nArgentina | Argentinean | Korea | Korean\nArgentina | Argentinean | Macedonia | Macedonian\nArgentina | Argentinean | Malta | Maltese\nArgentina | Argentinean | Mexico | Mexican\nArgentina | Argentinean | Moldova | Moldovan\nArgentina | Argentinean | Netherlands | Dutch\nArgentina | Argentinean | Norway | Norwegian\nArgentina | Argentinean | Peru | Peruvian\nArgentina | Argentinean | Poland | Polish\nArgentina | Argentinean | Portugal | Portuguese\nArgentina | Argentinean | Russia | Russian\nArgentina | Argentinean | Slovakia | Slovakian\nArgentina | Argentinean | Spain | Spanish\nArgentina | Argentinean | Sweden | Swedish\nArgentina | Argentinean | Switzerland | Swiss\nArgentina | Argentinean | Thailand | Thai\nArgentina | Argentinean | Ukraine | Ukrainian\nAustralia | Australian | Austria | Austrian\nAustralia | Australian | Belarus | Belorussian\nAustralia | Australian | Brazil | Brazilian\nAustralia | Australian | Bulgaria | Bulgarian\nAustralia | Australian | Cambodia | Cambodian\nAustralia | Australian | Chile | Chilean\nAustralia | Australian | China | Chinese\nAustralia | Australian | Colombia | Colombian\nAustralia | Australian | Croatia | Croatian\nAustralia | Australian | Denmark | Danish\nAustralia | Australian | Egypt | Egyptian\nAustralia | Australian | England | English\nAustralia | Australian | France | French\nAustralia | Australian | Germany | German\nAustralia | Australian | Greece | Greek\nAustralia | Australian | Iceland | Icelandic\nAustralia | Australian | India | Indian\nAustralia | Australian | Ireland | Irish\nAustralia | Australian | Israel | Israeli\nAustralia | Australian | Italy | Italian\nAustralia | Australian | Japan | Japanese\nAustralia | Australian | Korea | Korean\nAustralia | Australian | Macedonia | Macedonian\nAustralia | Australian | Malta | Maltese\nAustralia | Australian | Mexico | Mexican\nAustralia | Australian | Moldova | Moldovan\nAustralia | Australian | Netherlands | Dutch\nAustralia | Australian | Norway | Norwegian\nAustralia | Australian | Peru | Peruvian\nAustralia | Australian | Poland | Polish\nAustralia | Australian | Portugal | Portuguese\nAustralia | Australian | Russia | Russian\nAustralia | Australian | Slovakia | Slovakian\nAustralia | Australian | Spain | Spanish\nAustralia | Australian | Sweden | Swedish\nAustralia | Australian | Switzerland | Swiss\nAustralia | Australian | Thailand | Thai\nAustralia | Australian | Ukraine | Ukrainian\nAustralia | Australian | Albania | Albanian\nAustria | Austrian | Belarus | Belorussian\nAustria | Austrian | Brazil | Brazilian\nAustria | Austrian | Bulgaria | Bulgarian\nAustria | Austrian | Cambodia | Cambodian\nAustria | Austrian | Chile | Chilean\nAustria | Austrian | China | Chinese\nAustria | Austrian | Colombia | Colombian\nAustria | Austrian | Croatia | Croatian\nAustria | Austrian | Denmark | Danish\nAustria | Austrian | Egypt | Egyptian\nAustria | Austrian | England | English\nAustria | Austrian | France | French\nAustria | Austrian | Germany | German\nAustria | Austrian | Greece | Greek\nAustria | Austrian | Iceland | Icelandic\nAustria | Austrian | India | Indian\nAustria | Austrian | Ireland | Irish\nAustria | Austrian | Israel | Israeli\nAustria | Austrian | Italy | Italian\nAustria | Austrian | Japan | Japanese\nAustria | Austrian | Korea | Korean\nAustria | Austrian | Macedonia | Macedonian\nAustria | Austrian | Malta | Maltese\nAustria | Austrian | Mexico | Mexican\nAustria | Austrian | Moldova | Moldovan\nAustria | Austrian | Netherlands | Dutch\nAustria | Austrian | Norway | Norwegian\nAustria | Austrian | Peru | Peruvian\nAustria | Austrian | Poland | Polish\nAustria | Austrian | Portugal | Portuguese\nAustria | Austrian | Russia | Russian\nAustria | Austrian | Slovakia | Slovakian\nAustria | Austrian | Spain | Spanish\nAustria | Austrian | Sweden | Swedish\nAustria | Austrian | Switzerland | Swiss\nAustria | Austrian | Thailand | Thai\nAustria | Austrian | Ukraine | Ukrainian\nAustria | Austrian | Albania | Albanian\nAustria | Austrian | Argentina | Argentinean\nBelarus | Belorussian | Brazil | Brazilian\nBelarus | Belorussian | Bulgaria | Bulgarian\nBelarus | Belorussian | Cambodia | Cambodian\nBelarus | Belorussian | Chile | Chilean\nBelarus | Belorussian | China | Chinese\nBelarus | Belorussian | Colombia | Colombian\nBelarus | Belorussian | Croatia | Croatian\nBelarus | Belorussian | Denmark | Danish\nBelarus | Belorussian | Egypt | Egyptian\nBelarus | Belorussian | England | English\nBelarus | Belorussian | France | French\nBelarus | Belorussian | Germany | German\nBelarus | Belorussian | Greece | Greek\nBelarus | Belorussian | Iceland | Icelandic\nBelarus | Belorussian | India | Indian\nBelarus | Belorussian | Ireland | Irish\nBelarus | Belorussian | Israel | Israeli\nBelarus | Belorussian | Italy | Italian\nBelarus | Belorussian | Japan | Japanese\nBelarus | Belorussian | Korea | Korean\nBelarus | Belorussian | Macedonia | Macedonian\nBelarus | Belorussian | Malta | Maltese\nBelarus | Belorussian | Mexico | Mexican\nBelarus | Belorussian | Moldova | Moldovan\nBelarus | Belorussian | Netherlands | Dutch\nBelarus | Belorussian | Norway | Norwegian\nBelarus | Belorussian | Peru | Peruvian\nBelarus | Belorussian | Poland | Polish\nBelarus | Belorussian | Portugal | Portuguese\nBelarus | Belorussian | Russia | Russian\nBelarus | Belorussian | Slovakia | Slovakian\nBelarus | Belorussian | Spain | Spanish\nBelarus | Belorussian | Sweden | Swedish\nBelarus | Belorussian | Switzerland | Swiss\nBelarus | Belorussian | Thailand | Thai\nBelarus | Belorussian | Ukraine | Ukrainian\nBelarus | Belorussian | Albania | Albanian\nBelarus | Belorussian | Argentina | Argentinean\nBelarus | Belorussian | Australia | Australian\nBrazil | Brazilian | Bulgaria | Bulgarian\nBrazil | Brazilian | Cambodia | Cambodian\nBrazil | Brazilian | Chile | Chilean\nBrazil | Brazilian | China | Chinese\nBrazil | Brazilian | Colombia | Colombian\nBrazil | Brazilian | Croatia | Croatian\nBrazil | Brazilian | Denmark | Danish\nBrazil | Brazilian | Egypt | Egyptian\nBrazil | Brazilian | England | English\nBrazil | Brazilian | France | French\nBrazil | Brazilian | Germany | German\nBrazil | Brazilian | Greece | Greek\nBrazil | Brazilian | Iceland | Icelandic\nBrazil | Brazilian | India | Indian\nBrazil | Brazilian | Ireland | Irish\nBrazil | Brazilian | Israel | Israeli\nBrazil | Brazilian | Italy | Italian\nBrazil | Brazilian | Japan | Japanese\nBrazil | Brazilian | Korea | Korean\nBrazil | Brazilian | Macedonia | Macedonian\nBrazil | Brazilian | Malta | Maltese\nBrazil | Brazilian | Mexico | Mexican\nBrazil | Brazilian | Moldova | Moldovan\nBrazil | Brazilian | Netherlands | Dutch\nBrazil | Brazilian | Norway | Norwegian\nBrazil | Brazilian | Peru | Peruvian\nBrazil | Brazilian | Poland | Polish\nBrazil | Brazilian | Portugal | Portuguese\nBrazil | Brazilian | Russia | Russian\nBrazil | Brazilian | Slovakia | Slovakian\nBrazil | Brazilian | Spain | Spanish\nBrazil | Brazilian | Sweden | Swedish\nBrazil | Brazilian | Switzerland | Swiss\nBrazil | Brazilian | Thailand | Thai\nBrazil | Brazilian | Ukraine | Ukrainian\nBrazil | Brazilian | Albania | Albanian\nBrazil | Brazilian | Argentina | Argentinean\nBrazil | Brazilian | Australia | Australian\nBrazil | Brazilian | Austria | Austrian\nBulgaria | Bulgarian | Cambodia | Cambodian\nBulgaria | Bulgarian | Chile | Chilean\nBulgaria | Bulgarian | China | Chinese\nBulgaria | Bulgarian | Colombia | Colombian\nBulgaria | Bulgarian | Croatia | Croatian\nBulgaria | Bulgarian | Denmark | Danish\nBulgaria | Bulgarian | Egypt | Egyptian\nBulgaria | Bulgarian | England | English\nBulgaria | Bulgarian | France | French\nBulgaria | Bulgarian | Germany | German\nBulgaria | Bulgarian | Greece | Greek\nBulgaria | Bulgarian | Iceland | Icelandic\nBulgaria | Bulgarian | India | Indian\nBulgaria | Bulgarian | Ireland | Irish\nBulgaria | Bulgarian | Israel | Israeli\nBulgaria | Bulgarian | Italy | Italian\nBulgaria | Bulgarian | Japan | Japanese\nBulgaria | Bulgarian | Korea | Korean\nBulgaria | Bulgarian | Macedonia | Macedonian\nBulgaria | Bulgarian | Malta | Maltese\nBulgaria | Bulgarian | Mexico | Mexican\nBulgaria | Bulgarian | Moldova | Moldovan\nBulgaria | Bulgarian | Netherlands | Dutch\nBulgaria | Bulgarian | Norway | Norwegian\nBulgaria | Bulgarian | Peru | Peruvian\nBulgaria | Bulgarian | Poland | Polish\nBulgaria | Bulgarian | Portugal | Portuguese\nBulgaria | Bulgarian | Russia | Russian\nBulgaria | Bulgarian | Slovakia | Slovakian\nBulgaria | Bulgarian | Spain | Spanish\nBulgaria | Bulgarian | Sweden | Swedish\nBulgaria | Bulgarian | Switzerland | Swiss\nBulgaria | Bulgarian | Thailand | Thai\nBulgaria | Bulgarian | Ukraine | Ukrainian\nBulgaria | Bulgarian | Albania | Albanian\nBulgaria | Bulgarian | Argentina | Argentinean\nBulgaria | Bulgarian | Australia | Australian\nBulgaria | Bulgarian | Austria | Austrian\nBulgaria | Bulgarian | Belarus | Belorussian\nCambodia | Cambodian | Chile | Chilean\nCambodia | Cambodian | China | Chinese\nCambodia | Cambodian | Colombia | Colombian\nCambodia | Cambodian | Croatia | Croatian\nCambodia | Cambodian | Denmark | Danish\nCambodia | Cambodian | Egypt | Egyptian\nCambodia | Cambodian | England | English\nCambodia | Cambodian | France | French\nCambodia | Cambodian | Germany | German\nCambodia | Cambodian | Greece | Greek\nCambodia | Cambodian | Iceland | Icelandic\nCambodia | Cambodian | India | Indian\nCambodia | Cambodian | Ireland | Irish\nCambodia | Cambodian | Israel | Israeli\nCambodia | Cambodian | Italy | Italian\nCambodia | Cambodian | Japan | Japanese\nCambodia | Cambodian | Korea | Korean\nCambodia | Cambodian | Macedonia | Macedonian\nCambodia | Cambodian | Malta | Maltese\nCambodia | Cambodian | Mexico | Mexican\nCambodia | Cambodian | Moldova | Moldovan\nCambodia | Cambodian | Netherlands | Dutch\nCambodia | Cambodian | Norway | Norwegian\nCambodia | Cambodian | Peru | Peruvian\nCambodia | Cambodian | Poland | Polish\nCambodia | Cambodian | Portugal | Portuguese\nCambodia | Cambodian | Russia | Russian\nCambodia | Cambodian | Slovakia | Slovakian\nCambodia | Cambodian | Spain | Spanish\nCambodia | Cambodian | Sweden | Swedish\nCambodia | Cambodian | Switzerland | Swiss\nCambodia | Cambodian | Thailand | Thai\nCambodia | Cambodian | Ukraine | Ukrainian\nCambodia | Cambodian | Albania | Albanian\nCambodia | Cambodian | Argentina | Argentinean\nCambodia | Cambodian | Australia | Australian\nCambodia | Cambodian | Austria | Austrian\nCambodia | Cambodian | Belarus | Belorussian\nCambodia | Cambodian | Brazil | Brazilian\nChile | Chilean | China | Chinese\nChile | Chilean | Colombia | Colombian\nChile | Chilean | Croatia | Croatian\nChile | Chilean | Denmark | Danish\nChile | Chilean | Egypt | Egyptian\nChile | Chilean | England | English\nChile | Chilean | France | French\nChile | Chilean | Germany | German\nChile | Chilean | Greece | Greek\nChile | Chilean | Iceland | Icelandic\nChile | Chilean | India | Indian\nChile | Chilean | Ireland | Irish\nChile | Chilean | Israel | Israeli\nChile | Chilean | Italy | Italian\nChile | Chilean | Japan | Japanese\nChile | Chilean | Korea | Korean\nChile | Chilean | Macedonia | Macedonian\nChile | Chilean | Malta | Maltese\nChile | Chilean | Mexico | Mexican\nChile | Chilean | Moldova | Moldovan\nChile | Chilean | Netherlands | Dutch\nChile | Chilean | Norway | Norwegian\nChile | Chilean | Peru | Peruvian\nChile | Chilean | Poland | Polish\nChile | Chilean | Portugal | Portuguese\nChile | Chilean | Russia | Russian\nChile | Chilean | Slovakia | Slovakian\nChile | Chilean | Spain | Spanish\nChile | Chilean | Sweden | Swedish\nChile | Chilean | Switzerland | Swiss\nChile | Chilean | Thailand | Thai\nChile | Chilean | Ukraine | Ukrainian\nChile | Chilean | Albania | Albanian\nChile | Chilean | Argentina | Argentinean\nChile | Chilean | Australia | Australian\nChile | Chilean | Austria | Austrian\nChile | Chilean | Belarus | Belorussian\nChile | Chilean | Brazil | Brazilian\nChile | Chilean | Bulgaria | Bulgarian\nChina | Chinese | Colombia | Colombian\nChina | Chinese | Croatia | Croatian\nChina | Chinese | Denmark | Danish\nChina | Chinese | Egypt | Egyptian\nChina | Chinese | England | English\nChina | Chinese | France | French\nChina | Chinese | Germany | German\nChina | Chinese | Greece | Greek\nChina | Chinese | Iceland | Icelandic\nChina | Chinese | India | Indian\nChina | Chinese | Ireland | Irish\nChina | Chinese | Israel | Israeli\nChina | Chinese | Italy | Italian\nChina | Chinese | Japan | Japanese\nChina | Chinese | Korea | Korean\nChina | Chinese | Macedonia | Macedonian\nChina | Chinese | Malta | Maltese\nChina | Chinese | Mexico | Mexican\nChina | Chinese | Moldova | Moldovan\nChina | Chinese | Netherlands | Dutch\nChina | Chinese | Norway | Norwegian\nChina | Chinese | Peru | Peruvian\nChina | Chinese | Poland | Polish\nChina | Chinese | Portugal | Portuguese\nChina | Chinese | Russia | Russian\nChina | Chinese | Slovakia | Slovakian\nChina | Chinese | Spain | Spanish\nChina | Chinese | Sweden | Swedish\nChina | Chinese | Switzerland | Swiss\nChina | Chinese | Thailand | Thai\nChina | Chinese | Ukraine | Ukrainian\nChina | Chinese | Albania | Albanian\nChina | Chinese | Argentina | Argentinean\nChina | Chinese | Australia | Australian\nChina | Chinese | Austria | Austrian\nChina | Chinese | Belarus | Belorussian\nChina | Chinese | Brazil | Brazilian\nChina | Chinese | Bulgaria | Bulgarian\nChina | Chinese | Cambodia | Cambodian\nColombia | Colombian | Croatia | Croatian\nColombia | Colombian | Denmark | Danish\nColombia | Colombian | Egypt | Egyptian\nColombia | Colombian | England | English\nColombia | Colombian | France | French\nColombia | Colombian | Germany | German\nColombia | Colombian | Greece | Greek\nColombia | Colombian | Iceland | Icelandic\nColombia | Colombian | India | Indian\nColombia | Colombian | Ireland | Irish\nColombia | Colombian | Israel | Israeli\nColombia | Colombian | Italy | Italian\nColombia | Colombian | Japan | Japanese\nColombia | Colombian | Korea | Korean\nColombia | Colombian | Macedonia | Macedonian\nColombia | Colombian | Malta | Maltese\nColombia | Colombian | Mexico | Mexican\nColombia | Colombian | Moldova | Moldovan\nColombia | Colombian | Netherlands | Dutch\nColombia | Colombian | Norway | Norwegian\nColombia | Colombian | Peru | Peruvian\nColombia | Colombian | Poland | Polish\nColombia | Colombian | Portugal | Portuguese\nColombia | Colombian | Russia | Russian\nColombia | Colombian | Slovakia | Slovakian\nColombia | Colombian | Spain | Spanish\nColombia | Colombian | Sweden | Swedish\nColombia | Colombian | Switzerland | Swiss\nColombia | Colombian | Thailand | Thai\nColombia | Colombian | Ukraine | Ukrainian\nColombia | Colombian | Albania | Albanian\nColombia | Colombian | Argentina | Argentinean\nColombia | Colombian | Australia | Australian\nColombia | Colombian | Austria | Austrian\nColombia | Colombian | Belarus | Belorussian\nColombia | Colombian | Brazil | Brazilian\nColombia | Colombian | Bulgaria | Bulgarian\nColombia | Colombian | Cambodia | Cambodian\nColombia | Colombian | Chile | Chilean\nCroatia | Croatian | Denmark | Danish\nCroatia | Croatian | Egypt | Egyptian\nCroatia | Croatian | England | English\nCroatia | Croatian | France | French\nCroatia | Croatian | Germany | German\nCroatia | Croatian | Greece | Greek\nCroatia | Croatian | Iceland | Icelandic\nCroatia | Croatian | India | Indian\nCroatia | Croatian | Ireland | Irish\nCroatia | Croatian | Israel | Israeli\nCroatia | Croatian | Italy | Italian\nCroatia | Croatian | Japan | Japanese\nCroatia | Croatian | Korea | Korean\nCroatia | Croatian | Macedonia | Macedonian\nCroatia | Croatian | Malta | Maltese\nCroatia | Croatian | Mexico | Mexican\nCroatia | Croatian | Moldova | Moldovan\nCroatia | Croatian | Netherlands | Dutch\nCroatia | Croatian | Norway | Norwegian\nCroatia | Croatian | Peru | Peruvian\nCroatia | Croatian | Poland | Polish\nCroatia | Croatian | Portugal | Portuguese\nCroatia | Croatian | Russia | Russian\nCroatia | Croatian | Slovakia | Slovakian\nCroatia | Croatian | Spain | Spanish\nCroatia | Croatian | Sweden | Swedish\nCroatia | Croatian | Switzerland | Swiss\nCroatia | Croatian | Thailand | Thai\nCroatia | Croatian | Ukraine | Ukrainian\nCroatia | Croatian | Albania | Albanian\nCroatia | Croatian | Argentina | Argentinean\nCroatia | Croatian | Australia | Australian\nCroatia | Croatian | Austria | Austrian\nCroatia | Croatian | Belarus | Belorussian\nCroatia | Croatian | Brazil | Brazilian\nCroatia | Croatian | Bulgaria | Bulgarian\nCroatia | Croatian | Cambodia | Cambodian\nCroatia | Croatian | Chile | Chilean\nCroatia | Croatian | China | Chinese\nDenmark | Danish | Egypt | Egyptian\nDenmark | Danish | England | English\nDenmark | Danish | France | French\nDenmark | Danish | Germany | German\nDenmark | Danish | Greece | Greek\nDenmark | Danish | Iceland | Icelandic\nDenmark | Danish | India | Indian\nDenmark | Danish | Ireland | Irish\nDenmark | Danish | Israel | Israeli\nDenmark | Danish | Italy | Italian\nDenmark | Danish | Japan | Japanese\nDenmark | Danish | Korea | Korean\nDenmark | Danish | Macedonia | Macedonian\nDenmark | Danish | Malta | Maltese\nDenmark | Danish | Mexico | Mexican\nDenmark | Danish | Moldova | Moldovan\nDenmark | Danish | Netherlands | Dutch\nDenmark | Danish | Norway | Norwegian\nDenmark | Danish | Peru | Peruvian\nDenmark | Danish | Poland | Polish\nDenmark | Danish | Portugal | Portuguese\nDenmark | Danish | Russia | Russian\nDenmark | Danish | Slovakia | Slovakian\nDenmark | Danish | Spain | Spanish\nDenmark | Danish | Sweden | Swedish\nDenmark | Danish | Switzerland | Swiss\nDenmark | Danish | Thailand | Thai\nDenmark | Danish | Ukraine | Ukrainian\nDenmark | Danish | Albania | Albanian\nDenmark | Danish | Argentina | Argentinean\nDenmark | Danish | Australia | Australian\nDenmark | Danish | Austria | Austrian\nDenmark | Danish | Belarus | Belorussian\nDenmark | Danish | Brazil | Brazilian\nDenmark | Danish | Bulgaria | Bulgarian\nDenmark | Danish | Cambodia | Cambodian\nDenmark | Danish | Chile | Chilean\nDenmark | Danish | China | Chinese\nDenmark | Danish | Colombia | Colombian\nEgypt | Egyptian | England | English\nEgypt | Egyptian | France | French\nEgypt | Egyptian | Germany | German\nEgypt | Egyptian | Greece | Greek\nEgypt | Egyptian | Iceland | Icelandic\nEgypt | Egyptian | India | Indian\nEgypt | Egyptian | Ireland | Irish\nEgypt | Egyptian | Israel | Israeli\nEgypt | Egyptian | Italy | Italian\nEgypt | Egyptian | Japan | Japanese\nEgypt | Egyptian | Korea | Korean\nEgypt | Egyptian | Macedonia | Macedonian\nEgypt | Egyptian | Malta | Maltese\nEgypt | Egyptian | Mexico | Mexican\nEgypt | Egyptian | Moldova | Moldovan\nEgypt | Egyptian | Netherlands | Dutch\nEgypt | Egyptian | Norway | Norwegian\nEgypt | Egyptian | Peru | Peruvian\nEgypt | Egyptian | Poland | Polish\nEgypt | Egyptian | Portugal | Portuguese\nEgypt | Egyptian | Russia | Russian\nEgypt | Egyptian | Slovakia | Slovakian\nEgypt | Egyptian | Spain | Spanish\nEgypt | Egyptian | Sweden | Swedish\nEgypt | Egyptian | Switzerland | Swiss\nEgypt | Egyptian | Thailand | Thai\nEgypt | Egyptian | Ukraine | Ukrainian\nEgypt | Egyptian | Albania | Albanian\nEgypt | Egyptian | Argentina | Argentinean\nEgypt | Egyptian | Australia | Australian\nEgypt | Egyptian | Austria | Austrian\nEgypt | Egyptian | Belarus | Belorussian\nEgypt | Egyptian | Brazil | Brazilian\nEgypt | Egyptian | Bulgaria | Bulgarian\nEgypt | Egyptian | Cambodia | Cambodian\nEgypt | Egyptian | Chile | Chilean\nEgypt | Egyptian | China | Chinese\nEgypt | Egyptian | Colombia | Colombian\nEgypt | Egyptian | Croatia | Croatian\nEngland | English | France | French\nEngland | English | Germany | German\nEngland | English | Greece | Greek\nEngland | English | Iceland | Icelandic\nEngland | English | India | Indian\nEngland | English | Ireland | Irish\nEngland | English | Israel | Israeli\nEngland | English | Italy | Italian\nEngland | English | Japan | Japanese\nEngland | English | Korea | Korean\nEngland | English | Macedonia | Macedonian\nEngland | English | Malta | Maltese\nEngland | English | Mexico | Mexican\nEngland | English | Moldova | Moldovan\nEngland | English | Netherlands | Dutch\nEngland | English | Norway | Norwegian\nEngland | English | Peru | Peruvian\nEngland | English | Poland | Polish\nEngland | English | Portugal | Portuguese\nEngland | English | Russia | Russian\nEngland | English | Slovakia | Slovakian\nEngland | English | Spain | Spanish\nEngland | English | Sweden | Swedish\nEngland | English | Switzerland | Swiss\nEngland | English | Thailand | Thai\nEngland | English | Ukraine | Ukrainian\nEngland | English | Albania | Albanian\nEngland | English | Argentina | Argentinean\nEngland | English | Australia | Australian\nEngland | English | Austria | Austrian\nEngland | English | Belarus | Belorussian\nEngland | English | Brazil | Brazilian\nEngland | English | Bulgaria | Bulgarian\nEngland | English | Cambodia | Cambodian\nEngland | English | Chile | Chilean\nEngland | English | China | Chinese\nEngland | English | Colombia | Colombian\nEngland | English | Croatia | Croatian\nEngland | English | Denmark | Danish\nFrance | French | Germany | German\nFrance | French | Greece | Greek\nFrance | French | Iceland | Icelandic\nFrance | French | India | Indian\nFrance | French | Ireland | Irish\nFrance | French | Israel | Israeli\nFrance | French | Italy | Italian\nFrance | French | Japan | Japanese\nFrance | French | Korea | Korean\nFrance | French | Macedonia | Macedonian\nFrance | French | Malta | Maltese\nFrance | French | Mexico | Mexican\nFrance | French | Moldova | Moldovan\nFrance | French | Netherlands | Dutch\nFrance | French | Norway | Norwegian\nFrance | French | Peru | Peruvian\nFrance | French | Poland | Polish\nFrance | French | Portugal | Portuguese\nFrance | French | Russia | Russian\nFrance | French | Slovakia | Slovakian\nFrance | French | Spain | Spanish\nFrance | French | Sweden | Swedish\nFrance | French | Switzerland | Swiss\nFrance | French | Thailand | Thai\nFrance | French | Ukraine | Ukrainian\nFrance | French | Albania | Albanian\nFrance | French | Argentina | Argentinean\nFrance | French | Australia | Australian\nFrance | French | Austria | Austrian\nFrance | French | Belarus | Belorussian\nFrance | French | Brazil | Brazilian\nFrance | French | Bulgaria | Bulgarian\nFrance | French | Cambodia | Cambodian\nFrance | French | Chile | Chilean\nFrance | French | China | Chinese\nFrance | French | Colombia | Colombian\nFrance | French | Croatia | Croatian\nFrance | French | Denmark | Danish\nFrance | French | Egypt | Egyptian\nGermany | German | Greece | Greek\nGermany | German | Iceland | Icelandic\nGermany | German | India | Indian\nGermany | German | Ireland | Irish\nGermany | German | Israel | Israeli\nGermany | German | Italy | Italian\nGermany | German | Japan | Japanese\nGermany | German | Korea | Korean\nGermany | German | Macedonia | Macedonian\nGermany | German | Malta | Maltese\nGermany | German | Mexico | Mexican\nGermany | German | Moldova | Moldovan\nGermany | German | Netherlands | Dutch\nGermany | German | Norway | Norwegian\nGermany | German | Peru | Peruvian\nGermany | German | Poland | Polish\nGermany | German | Portugal | Portuguese\nGermany | German | Russia | Russian\nGermany | German | Slovakia | Slovakian\nGermany | German | Spain | Spanish\nGermany | German | Sweden | Swedish\nGermany | German | Switzerland | Swiss\nGermany | German | Thailand | Thai\nGermany | German | Ukraine | Ukrainian\nGermany | German | Albania | Albanian\nGermany | German | Argentina | Argentinean\nGermany | German | Australia | Australian\nGermany | German | Austria | Austrian\nGermany | German | Belarus | Belorussian\nGermany | German | Brazil | Brazilian\nGermany | German | Bulgaria | Bulgarian\nGermany | German | Cambodia | Cambodian\nGermany | German | Chile | Chilean\nGermany | German | China | Chinese\nGermany | German | Colombia | Colombian\nGermany | German | Croatia | Croatian\nGermany | German | Denmark | Danish\nGermany | German | Egypt | Egyptian\nGermany | German | England | English\nGreece | Greek | Iceland | Icelandic\nGreece | Greek | India | Indian\nGreece | Greek | Ireland | Irish\nGreece | Greek | Israel | Israeli\nGreece | Greek | Italy | Italian\nGreece | Greek | Japan | Japanese\nGreece | Greek | Korea | Korean\nGreece | Greek | Macedonia | Macedonian\nGreece | Greek | Malta | Maltese\nGreece | Greek | Mexico | Mexican\nGreece | Greek | Moldova | Moldovan\nGreece | Greek | Netherlands | Dutch\nGreece | Greek | Norway | Norwegian\nGreece | Greek | Peru | Peruvian\nGreece | Greek | Poland | Polish\nGreece | Greek | Portugal | Portuguese\nGreece | Greek | Russia | Russian\nGreece | Greek | Slovakia | Slovakian\nGreece | Greek | Spain | Spanish\nGreece | Greek | Sweden | Swedish\nGreece | Greek | Switzerland | Swiss\nGreece | Greek | Thailand | Thai\nGreece | Greek | Ukraine | Ukrainian\nGreece | Greek | Albania | Albanian\nGreece | Greek | Argentina | Argentinean\nGreece | Greek | Australia | Australian\nGreece | Greek | Austria | Austrian\nGreece | Greek | Belarus | Belorussian\nGreece | Greek | Brazil | Brazilian\nGreece | Greek | Bulgaria | Bulgarian\nGreece | Greek | Cambodia | Cambodian\nGreece | Greek | Chile | Chilean\nGreece | Greek | China | Chinese\nGreece | Greek | Colombia | Colombian\nGreece | Greek | Croatia | Croatian\nGreece | Greek | Denmark | Danish\nGreece | Greek | Egypt | Egyptian\nGreece | Greek | England | English\nGreece | Greek | France | French\nIceland | Icelandic | India | Indian\nIceland | Icelandic | Ireland | Irish\nIceland | Icelandic | Israel | Israeli\nIceland | Icelandic | Italy | Italian\nIceland | Icelandic | Japan | Japanese\nIceland | Icelandic | Korea | Korean\nIceland | Icelandic | Macedonia | Macedonian\nIceland | Icelandic | Malta | Maltese\nIceland | Icelandic | Mexico | Mexican\nIceland | Icelandic | Moldova | Moldovan\nIceland | Icelandic | Netherlands | Dutch\nIceland | Icelandic | Norway | Norwegian\nIceland | Icelandic | Peru | Peruvian\nIceland | Icelandic | Poland | Polish\nIceland | Icelandic | Portugal | Portuguese\nIceland | Icelandic | Russia | Russian\nIceland | Icelandic | Slovakia | Slovakian\nIceland | Icelandic | Spain | Spanish\nIceland | Icelandic | Sweden | Swedish\nIceland | Icelandic | Switzerland | Swiss\nIceland | Icelandic | Thailand | Thai\nIceland | Icelandic | Ukraine | Ukrainian\nIceland | Icelandic | Albania | Albanian\nIceland | Icelandic | Argentina | Argentinean\nIceland | Icelandic | Australia | Australian\nIceland | Icelandic | Austria | Austrian\nIceland | Icelandic | Belarus | Belorussian\nIceland | Icelandic | Brazil | Brazilian\nIceland | Icelandic | Bulgaria | Bulgarian\nIceland | Icelandic | Cambodia | Cambodian\nIceland | Icelandic | Chile | Chilean\nIceland | Icelandic | China | Chinese\nIceland | Icelandic | Colombia | Colombian\nIceland | Icelandic | Croatia | Croatian\nIceland | Icelandic | Denmark | Danish\nIceland | Icelandic | Egypt | Egyptian\nIceland | Icelandic | England | English\nIceland | Icelandic | France | French\nIceland | Icelandic | Germany | German\nIndia | Indian | Ireland | Irish\nIndia | Indian | Israel | Israeli\nIndia | Indian | Italy | Italian\nIndia | Indian | Japan | Japanese\nIndia | Indian | Korea | Korean\nIndia | Indian | Macedonia | Macedonian\nIndia | Indian | Malta | Maltese\nIndia | Indian | Mexico | Mexican\nIndia | Indian | Moldova | Moldovan\nIndia | Indian | Netherlands | Dutch\nIndia | Indian | Norway | Norwegian\nIndia | Indian | Peru | Peruvian\nIndia | Indian | Poland | Polish\nIndia | Indian | Portugal | Portuguese\nIndia | Indian | Russia | Russian\nIndia | Indian | Slovakia | Slovakian\nIndia | Indian | Spain | Spanish\nIndia | Indian | Sweden | Swedish\nIndia | Indian | Switzerland | Swiss\nIndia | Indian | Thailand | Thai\nIndia | Indian | Ukraine | Ukrainian\nIndia | Indian | Albania | Albanian\nIndia | Indian | Argentina | Argentinean\nIndia | Indian | Australia | Australian\nIndia | Indian | Austria | Austrian\nIndia | Indian | Belarus | Belorussian\nIndia | Indian | Brazil | Brazilian\nIndia | Indian | Bulgaria | Bulgarian\nIndia | Indian | Cambodia | Cambodian\nIndia | Indian | Chile | Chilean\nIndia | Indian | China | Chinese\nIndia | Indian | Colombia | Colombian\nIndia | Indian | Croatia | Croatian\nIndia | Indian | Denmark | Danish\nIndia | Indian | Egypt | Egyptian\nIndia | Indian | England | English\nIndia | Indian | France | French\nIndia | Indian | Germany | German\nIndia | Indian | Greece | Greek\nIreland | Irish | Israel | Israeli\nIreland | Irish | Italy | Italian\nIreland | Irish | Japan | Japanese\nIreland | Irish | Korea | Korean\nIreland | Irish | Macedonia | Macedonian\nIreland | Irish | Malta | Maltese\nIreland | Irish | Mexico | Mexican\nIreland | Irish | Moldova | Moldovan\nIreland | Irish | Netherlands | Dutch\nIreland | Irish | Norway | Norwegian\nIreland | Irish | Peru | Peruvian\nIreland | Irish | Poland | Polish\nIreland | Irish | Portugal | Portuguese\nIreland | Irish | Russia | Russian\nIreland | Irish | Slovakia | Slovakian\nIreland | Irish | Spain | Spanish\nIreland | Irish | Sweden | Swedish\nIreland | Irish | Switzerland | Swiss\nIreland | Irish | Thailand | Thai\nIreland | Irish | Ukraine | Ukrainian\nIreland | Irish | Albania | Albanian\nIreland | Irish | Argentina | Argentinean\nIreland | Irish | Australia | Australian\nIreland | Irish | Austria | Austrian\nIreland | Irish | Belarus | Belorussian\nIreland | Irish | Brazil | Brazilian\nIreland | Irish | Bulgaria | Bulgarian\nIreland | Irish | Cambodia | Cambodian\nIreland | Irish | Chile | Chilean\nIreland | Irish | China | Chinese\nIreland | Irish | Colombia | Colombian\nIreland | Irish | Croatia | Croatian\nIreland | Irish | Denmark | Danish\nIreland | Irish | Egypt | Egyptian\nIreland | Irish | England | English\nIreland | Irish | France | French\nIreland | Irish | Germany | German\nIreland | Irish | Greece | Greek\nIreland | Irish | Iceland | Icelandic\nIsrael | Israeli | Italy | Italian\nIsrael | Israeli | Japan | Japanese\nIsrael | Israeli | Korea | Korean\nIsrael | Israeli | Macedonia | Macedonian\nIsrael | Israeli | Malta | Maltese\nIsrael | Israeli | Mexico | Mexican\nIsrael | Israeli | Moldova | Moldovan\nIsrael | Israeli | Netherlands | Dutch\nIsrael | Israeli | Norway | Norwegian\nIsrael | Israeli | Peru | Peruvian\nIsrael | Israeli | Poland | Polish\nIsrael | Israeli | Portugal | Portuguese\nIsrael | Israeli | Russia | Russian\nIsrael | Israeli | Slovakia | Slovakian\nIsrael | Israeli | Spain | Spanish\nIsrael | Israeli | Sweden | Swedish\nIsrael | Israeli | Switzerland | Swiss\nIsrael | Israeli | Thailand | Thai\nIsrael | Israeli | Ukraine | Ukrainian\nIsrael | Israeli | Albania | Albanian\nIsrael | Israeli | Argentina | Argentinean\nIsrael | Israeli | Australia | Australian\nIsrael | Israeli | Austria | Austrian\nIsrael | Israeli | Belarus | Belorussian\nIsrael | Israeli | Brazil | Brazilian\nIsrael | Israeli | Bulgaria | Bulgarian\nIsrael | Israeli | Cambodia | Cambodian\nIsrael | Israeli | Chile | Chilean\nIsrael | Israeli | China | Chinese\nIsrael | Israeli | Colombia | Colombian\nIsrael | Israeli | Croatia | Croatian\nIsrael | Israeli | Denmark | Danish\nIsrael | Israeli | Egypt | Egyptian\nIsrael | Israeli | England | English\nIsrael | Israeli | France | French\nIsrael | Israeli | Germany | German\nIsrael | Israeli | Greece | Greek\nIsrael | Israeli | Iceland | Icelandic\nIsrael | Israeli | India | Indian\nItaly | Italian | Japan | Japanese\nItaly | Italian | Korea | Korean\nItaly | Italian | Macedonia | Macedonian\nItaly | Italian | Malta | Maltese\nItaly | Italian | Mexico | Mexican\nItaly | Italian | Moldova | Moldovan\nItaly | Italian | Netherlands | Dutch\nItaly | Italian | Norway | Norwegian\nItaly | Italian | Peru | Peruvian\nItaly | Italian | Poland | Polish\nItaly | Italian | Portugal | Portuguese\nItaly | Italian | Russia | Russian\nItaly | Italian | Slovakia | Slovakian\nItaly | Italian | Spain | Spanish\nItaly | Italian | Sweden | Swedish\nItaly | Italian | Switzerland | Swiss\nItaly | Italian | Thailand | Thai\nItaly | Italian | Ukraine | Ukrainian\nItaly | Italian | Albania | Albanian\nItaly | Italian | Argentina | Argentinean\nItaly | Italian | Australia | Australian\nItaly | Italian | Austria | Austrian\nItaly | Italian | Belarus | Belorussian\nItaly | Italian | Brazil | Brazilian\nItaly | Italian | Bulgaria | Bulgarian\nItaly | Italian | Cambodia | Cambodian\nItaly | Italian | Chile | Chilean\nItaly | Italian | China | Chinese\nItaly | Italian | Colombia | Colombian\nItaly | Italian | Croatia | Croatian\nItaly | Italian | Denmark | Danish\nItaly | Italian | Egypt | Egyptian\nItaly | Italian | England | English\nItaly | Italian | France | French\nItaly | Italian | Germany | German\nItaly | Italian | Greece | Greek\nItaly | Italian | Iceland | Icelandic\nItaly | Italian | India | Indian\nItaly | Italian | Ireland | Irish\nJapan | Japanese | Korea | Korean\nJapan | Japanese | Macedonia | Macedonian\nJapan | Japanese | Malta | Maltese\nJapan | Japanese | Mexico | Mexican\nJapan | Japanese | Moldova | Moldovan\nJapan | Japanese | Netherlands | Dutch\nJapan | Japanese | Norway | Norwegian\nJapan | Japanese | Peru | Peruvian\nJapan | Japanese | Poland | Polish\nJapan | Japanese | Portugal | Portuguese\nJapan | Japanese | Russia | Russian\nJapan | Japanese | Slovakia | Slovakian\nJapan | Japanese | Spain | Spanish\nJapan | Japanese | Sweden | Swedish\nJapan | Japanese | Switzerland | Swiss\nJapan | Japanese | Thailand | Thai\nJapan | Japanese | Ukraine | Ukrainian\nJapan | Japanese | Albania | Albanian\nJapan | Japanese | Argentina | Argentinean\nJapan | Japanese | Australia | Australian\nJapan | Japanese | Austria | Austrian\nJapan | Japanese | Belarus | Belorussian\nJapan | Japanese | Brazil | Brazilian\nJapan | Japanese | Bulgaria | Bulgarian\nJapan | Japanese | Cambodia | Cambodian\nJapan | Japanese | Chile | Chilean\nJapan | Japanese | China | Chinese\nJapan | Japanese | Colombia | Colombian\nJapan | Japanese | Croatia | Croatian\nJapan | Japanese | Denmark | Danish\nJapan | Japanese | Egypt | Egyptian\nJapan | Japanese | England | English\nJapan | Japanese | France | French\nJapan | Japanese | Germany | German\nJapan | Japanese | Greece | Greek\nJapan | Japanese | Iceland | Icelandic\nJapan | Japanese | India | Indian\nJapan | Japanese | Ireland | Irish\nJapan | Japanese | Israel | Israeli\nKorea | Korean | Macedonia | Macedonian\nKorea | Korean | Malta | Maltese\nKorea | Korean | Mexico | Mexican\nKorea | Korean | Moldova | Moldovan\nKorea | Korean | Netherlands | Dutch\nKorea | Korean | Norway | Norwegian\nKorea | Korean | Peru | Peruvian\nKorea | Korean | Poland | Polish\nKorea | Korean | Portugal | Portuguese\nKorea | Korean | Russia | Russian\nKorea | Korean | Slovakia | Slovakian\nKorea | Korean | Spain | Spanish\nKorea | Korean | Sweden | Swedish\nKorea | Korean | Switzerland | Swiss\nKorea | Korean | Thailand | Thai\nKorea | Korean | Ukraine | Ukrainian\nKorea | Korean | Albania | Albanian\nKorea | Korean | Argentina | Argentinean\nKorea | Korean | Australia | Australian\nKorea | Korean | Austria | Austrian\nKorea | Korean | Belarus | Belorussian\nKorea | Korean | Brazil | Brazilian\nKorea | Korean | Bulgaria | Bulgarian\nKorea | Korean | Cambodia | Cambodian\nKorea | Korean | Chile | Chilean\nKorea | Korean | China | Chinese\nKorea | Korean | Colombia | Colombian\nKorea | Korean | Croatia | Croatian\nKorea | Korean | Denmark | Danish\nKorea | Korean | Egypt | Egyptian\nKorea | Korean | England | English\nKorea | Korean | France | French\nKorea | Korean | Germany | German\nKorea | Korean | Greece | Greek\nKorea | Korean | Iceland | Icelandic\nKorea | Korean | India | Indian\nKorea | Korean | Ireland | Irish\nKorea | Korean | Israel | Israeli\nKorea | Korean | Italy | Italian\nMacedonia | Macedonian | Malta | Maltese\nMacedonia | Macedonian | Mexico | Mexican\nMacedonia | Macedonian | Moldova | Moldovan\nMacedonia | Macedonian | Netherlands | Dutch\nMacedonia | Macedonian | Norway | Norwegian\nMacedonia | Macedonian | Peru | Peruvian\nMacedonia | Macedonian | Poland | Polish\nMacedonia | Macedonian | Portugal | Portuguese\nMacedonia | Macedonian | Russia | Russian\nMacedonia | Macedonian | Slovakia | Slovakian\nMacedonia | Macedonian | Spain | Spanish\nMacedonia | Macedonian | Sweden | Swedish\nMacedonia | Macedonian | Switzerland | Swiss\nMacedonia | Macedonian | Thailand | Thai\nMacedonia | Macedonian | Ukraine | Ukrainian\nMacedonia | Macedonian | Albania | Albanian\nMacedonia | Macedonian | Argentina | Argentinean\nMacedonia | Macedonian | Australia | Australian\nMacedonia | Macedonian | Austria | Austrian\nMacedonia | Macedonian | Belarus | Belorussian\nMacedonia | Macedonian | Brazil | Brazilian\nMacedonia | Macedonian | Bulgaria | Bulgarian\nMacedonia | Macedonian | Cambodia | Cambodian\nMacedonia | Macedonian | Chile | Chilean\nMacedonia | Macedonian | China | Chinese\nMacedonia | Macedonian | Colombia | Colombian\nMacedonia | Macedonian | Croatia | Croatian\nMacedonia | Macedonian | Denmark | Danish\nMacedonia | Macedonian | Egypt | Egyptian\nMacedonia | Macedonian | England | English\nMacedonia | Macedonian | France | French\nMacedonia | Macedonian | Germany | German\nMacedonia | Macedonian | Greece | Greek\nMacedonia | Macedonian | Iceland | Icelandic\nMacedonia | Macedonian | India | Indian\nMacedonia | Macedonian | Ireland | Irish\nMacedonia | Macedonian | Israel | Israeli\nMacedonia | Macedonian | Italy | Italian\nMacedonia | Macedonian | Japan | Japanese\nMalta | Maltese | Mexico | Mexican\nMalta | Maltese | Moldova | Moldovan\nMalta | Maltese | Netherlands | Dutch\nMalta | Maltese | Norway | Norwegian\nMalta | Maltese | Peru | Peruvian\nMalta | Maltese | Poland | Polish\nMalta | Maltese | Portugal | Portuguese\nMalta | Maltese | Russia | Russian\nMalta | Maltese | Slovakia | Slovakian\nMalta | Maltese | Spain | Spanish\nMalta | Maltese | Sweden | Swedish\nMalta | Maltese | Switzerland | Swiss\nMalta | Maltese | Thailand | Thai\nMalta | Maltese | Ukraine | Ukrainian\nMalta | Maltese | Albania | Albanian\nMalta | Maltese | Argentina | Argentinean\nMalta | Maltese | Australia | Australian\nMalta | Maltese | Austria | Austrian\nMalta | Maltese | Belarus | Belorussian\nMalta | Maltese | Brazil | Brazilian\nMalta | Maltese | Bulgaria | Bulgarian\nMalta | Maltese | Cambodia | Cambodian\nMalta | Maltese | Chile | Chilean\nMalta | Maltese | China | Chinese\nMalta | Maltese | Colombia | Colombian\nMalta | Maltese | Croatia | Croatian\nMalta | Maltese | Denmark | Danish\nMalta | Maltese | Egypt | Egyptian\nMalta | Maltese | England | English\nMalta | Maltese | France | French\nMalta | Maltese | Germany | German\nMalta | Maltese | Greece | Greek\nMalta | Maltese | Iceland | Icelandic\nMalta | Maltese | India | Indian\nMalta | Maltese | Ireland | Irish\nMalta | Maltese | Israel | Israeli\nMalta | Maltese | Italy | Italian\nMalta | Maltese | Japan | Japanese\nMalta | Maltese | Korea | Korean\nMexico | Mexican | Moldova | Moldovan\nMexico | Mexican | Netherlands | Dutch\nMexico | Mexican | Norway | Norwegian\nMexico | Mexican | Peru | Peruvian\nMexico | Mexican | Poland | Polish\nMexico | Mexican | Portugal | Portuguese\nMexico | Mexican | Russia | Russian\nMexico | Mexican | Slovakia | Slovakian\nMexico | Mexican | Spain | Spanish\nMexico | Mexican | Sweden | Swedish\nMexico | Mexican | Switzerland | Swiss\nMexico | Mexican | Thailand | Thai\nMexico | Mexican | Ukraine | Ukrainian\nMexico | Mexican | Albania | Albanian\nMexico | Mexican | Argentina | Argentinean\nMexico | Mexican | Australia | Australian\nMexico | Mexican | Austria | Austrian\nMexico | Mexican | Belarus | Belorussian\nMexico | Mexican | Brazil | Brazilian\nMexico | Mexican | Bulgaria | Bulgarian\nMexico | Mexican | Cambodia | Cambodian\nMexico | Mexican | Chile | Chilean\nMexico | Mexican | China | Chinese\nMexico | Mexican | Colombia | Colombian\nMexico | Mexican | Croatia | Croatian\nMexico | Mexican | Denmark | Danish\nMexico | Mexican | Egypt | Egyptian\nMexico | Mexican | England | English\nMexico | Mexican | France | French\nMexico | Mexican | Germany | German\nMexico | Mexican | Greece | Greek\nMexico | Mexican | Iceland | Icelandic\nMexico | Mexican | India | Indian\nMexico | Mexican | Ireland | Irish\nMexico | Mexican | Israel | Israeli\nMexico | Mexican | Italy | Italian\nMexico | Mexican | Japan | Japanese\nMexico | Mexican | Korea | Korean\nMexico | Mexican | Macedonia | Macedonian\nMoldova | Moldovan | Netherlands | Dutch\nMoldova | Moldovan | Norway | Norwegian\nMoldova | Moldovan | Peru | Peruvian\nMoldova | Moldovan | Poland | Polish\nMoldova | Moldovan | Portugal | Portuguese\nMoldova | Moldovan | Russia | Russian\nMoldova | Moldovan | Slovakia | Slovakian\nMoldova | Moldovan | Spain | Spanish\nMoldova | Moldovan | Sweden | Swedish\nMoldova | Moldovan | Switzerland | Swiss\nMoldova | Moldovan | Thailand | Thai\nMoldova | Moldovan | Ukraine | Ukrainian\nMoldova | Moldovan | Albania | Albanian\nMoldova | Moldovan | Argentina | Argentinean\nMoldova | Moldovan | Australia | Australian\nMoldova | Moldovan | Austria | Austrian\nMoldova | Moldovan | Belarus | Belorussian\nMoldova | Moldovan | Brazil | Brazilian\nMoldova | Moldovan | Bulgaria | Bulgarian\nMoldova | Moldovan | Cambodia | Cambodian\nMoldova | Moldovan | Chile | Chilean\nMoldova | Moldovan | China | Chinese\nMoldova | Moldovan | Colombia | Colombian\nMoldova | Moldovan | Croatia | Croatian\nMoldova | Moldovan | Denmark | Danish\nMoldova | Moldovan | Egypt | Egyptian\nMoldova | Moldovan | England | English\nMoldova | Moldovan | France | French\nMoldova | Moldovan | Germany | German\nMoldova | Moldovan | Greece | Greek\nMoldova | Moldovan | Iceland | Icelandic\nMoldova | Moldovan | India | Indian\nMoldova | Moldovan | Ireland | Irish\nMoldova | Moldovan | Israel | Israeli\nMoldova | Moldovan | Italy | Italian\nMoldova | Moldovan | Japan | Japanese\nMoldova | Moldovan | Korea | Korean\nMoldova | Moldovan | Macedonia | Macedonian\nMoldova | Moldovan | Malta | Maltese\nNetherlands | Dutch | Norway | Norwegian\nNetherlands | Dutch | Peru | Peruvian\nNetherlands | Dutch | Poland | Polish\nNetherlands | Dutch | Portugal | Portuguese\nNetherlands | Dutch | Russia | Russian\nNetherlands | Dutch | Slovakia | Slovakian\nNetherlands | Dutch | Spain | Spanish\nNetherlands | Dutch | Sweden | Swedish\nNetherlands | Dutch | Switzerland | Swiss\nNetherlands | Dutch | Thailand | Thai\nNetherlands | Dutch | Ukraine | Ukrainian\nNetherlands | Dutch | Albania | Albanian\nNetherlands | Dutch | Argentina | Argentinean\nNetherlands | Dutch | Australia | Australian\nNetherlands | Dutch | Austria | Austrian\nNetherlands | Dutch | Belarus | Belorussian\nNetherlands | Dutch | Brazil | Brazilian\nNetherlands | Dutch | Bulgaria | Bulgarian\nNetherlands | Dutch | Cambodia | Cambodian\nNetherlands | Dutch | Chile | Chilean\nNetherlands | Dutch | China | Chinese\nNetherlands | Dutch | Colombia | Colombian\nNetherlands | Dutch | Croatia | Croatian\nNetherlands | Dutch | Denmark | Danish\nNetherlands | Dutch | Egypt | Egyptian\nNetherlands | Dutch | England | English\nNetherlands | Dutch | France | French\nNetherlands | Dutch | Germany | German\nNetherlands | Dutch | Greece | Greek\nNetherlands | Dutch | Iceland | Icelandic\nNetherlands | Dutch | India | Indian\nNetherlands | Dutch | Ireland | Irish\nNetherlands | Dutch | Israel | Israeli\nNetherlands | Dutch | Italy | Italian\nNetherlands | Dutch | Japan | Japanese\nNetherlands | Dutch | Korea | Korean\nNetherlands | Dutch | Macedonia | Macedonian\nNetherlands | Dutch | Malta | Maltese\nNetherlands | Dutch | Mexico | Mexican\nNorway | Norwegian | Peru | Peruvian\nNorway | Norwegian | Poland | Polish\nNorway | Norwegian | Portugal | Portuguese\nNorway | Norwegian | Russia | Russian\nNorway | Norwegian | Slovakia | Slovakian\nNorway | Norwegian | Spain | Spanish\nNorway | Norwegian | Sweden | Swedish\nNorway | Norwegian | Switzerland | Swiss\nNorway | Norwegian | Thailand | Thai\nNorway | Norwegian | Ukraine | Ukrainian\nNorway | Norwegian | Albania | Albanian\nNorway | Norwegian | Argentina | Argentinean\nNorway | Norwegian | Australia | Australian\nNorway | Norwegian | Austria | Austrian\nNorway | Norwegian | Belarus | Belorussian\nNorway | Norwegian | Brazil | Brazilian\nNorway | Norwegian | Bulgaria | Bulgarian\nNorway | Norwegian | Cambodia | Cambodian\nNorway | Norwegian | Chile | Chilean\nNorway | Norwegian | China | Chinese\nNorway | Norwegian | Colombia | Colombian\nNorway | Norwegian | Croatia | Croatian\nNorway | Norwegian | Denmark | Danish\nNorway | Norwegian | Egypt | Egyptian\nNorway | Norwegian | England | English\nNorway | Norwegian | France | French\nNorway | Norwegian | Germany | German\nNorway | Norwegian | Greece | Greek\nNorway | Norwegian | Iceland | Icelandic\nNorway | Norwegian | India | Indian\nNorway | Norwegian | Ireland | Irish\nNorway | Norwegian | Israel | Israeli\nNorway | Norwegian | Italy | Italian\nNorway | Norwegian | Japan | Japanese\nNorway | Norwegian | Korea | Korean\nNorway | Norwegian | Macedonia | Macedonian\nNorway | Norwegian | Malta | Maltese\nNorway | Norwegian | Mexico | Mexican\nNorway | Norwegian | Moldova | Moldovan\nPeru | Peruvian | Poland | Polish\nPeru | Peruvian | Portugal | Portuguese\nPeru | Peruvian | Russia | Russian\nPeru | Peruvian | Slovakia | Slovakian\nPeru | Peruvian | Spain | Spanish\nPeru | Peruvian | Sweden | Swedish\nPeru | Peruvian | Switzerland | Swiss\nPeru | Peruvian | Thailand | Thai\nPeru | Peruvian | Ukraine | Ukrainian\nPeru | Peruvian | Albania | Albanian\nPeru | Peruvian | Argentina | Argentinean\nPeru | Peruvian | Australia | Australian\nPeru | Peruvian | Austria | Austrian\nPeru | Peruvian | Belarus | Belorussian\nPeru | Peruvian | Brazil | Brazilian\nPeru | Peruvian | Bulgaria | Bulgarian\nPeru | Peruvian | Cambodia | Cambodian\nPeru | Peruvian | Chile | Chilean\nPeru | Peruvian | China | Chinese\nPeru | Peruvian | Colombia | Colombian\nPeru | Peruvian | Croatia | Croatian\nPeru | Peruvian | Denmark | Danish\nPeru | Peruvian | Egypt | Egyptian\nPeru | Peruvian | England | English\nPeru | Peruvian | France | French\nPeru | Peruvian | Germany | German\nPeru | Peruvian | Greece | Greek\nPeru | Peruvian | Iceland | Icelandic\nPeru | Peruvian | India | Indian\nPeru | Peruvian | Ireland | Irish\nPeru | Peruvian | Israel | Israeli\nPeru | Peruvian | Italy | Italian\nPeru | Peruvian | Japan | Japanese\nPeru | Peruvian | Korea | Korean\nPeru | Peruvian | Macedonia | Macedonian\nPeru | Peruvian | Malta | Maltese\nPeru | Peruvian | Mexico | Mexican\nPeru | Peruvian | Moldova | Moldovan\nPeru | Peruvian | Netherlands | Dutch\nPoland | Polish | Portugal | Portuguese\nPoland | Polish | Russia | Russian\nPoland | Polish | Slovakia | Slovakian\nPoland | Polish | Spain | Spanish\nPoland | Polish | Sweden | Swedish\nPoland | Polish | Switzerland | Swiss\nPoland | Polish | Thailand | Thai\nPoland | Polish | Ukraine | Ukrainian\nPoland | Polish | Albania | Albanian\nPoland | Polish | Argentina | Argentinean\nPoland | Polish | Australia | Australian\nPoland | Polish | Austria | Austrian\nPoland | Polish | Belarus | Belorussian\nPoland | Polish | Brazil | Brazilian\nPoland | Polish | Bulgaria | Bulgarian\nPoland | Polish | Cambodia | Cambodian\nPoland | Polish | Chile | Chilean\nPoland | Polish | China | Chinese\nPoland | Polish | Colombia | Colombian\nPoland | Polish | Croatia | Croatian\nPoland | Polish | Denmark | Danish\nPoland | Polish | Egypt | Egyptian\nPoland | Polish | England | English\nPoland | Polish | France | French\nPoland | Polish | Germany | German\nPoland | Polish | Greece | Greek\nPoland | Polish | Iceland | Icelandic\nPoland | Polish | India | Indian\nPoland | Polish | Ireland | Irish\nPoland | Polish | Israel | Israeli\nPoland | Polish | Italy | Italian\nPoland | Polish | Japan | Japanese\nPoland | Polish | Korea | Korean\nPoland | Polish | Macedonia | Macedonian\nPoland | Polish | Malta | Maltese\nPoland | Polish | Mexico | Mexican\nPoland | Polish | Moldova | Moldovan\nPoland | Polish | Netherlands | Dutch\nPoland | Polish | Norway | Norwegian\nPortugal | Portuguese | Russia | Russian\nPortugal | Portuguese | Slovakia | Slovakian\nPortugal | Portuguese | Spain | Spanish\nPortugal | Portuguese | Sweden | Swedish\nPortugal | Portuguese | Switzerland | Swiss\nPortugal | Portuguese | Thailand | Thai\nPortugal | Portuguese | Ukraine | Ukrainian\nPortugal | Portuguese | Albania | Albanian\nPortugal | Portuguese | Argentina | Argentinean\nPortugal | Portuguese | Australia | Australian\nPortugal | Portuguese | Austria | Austrian\nPortugal | Portuguese | Belarus | Belorussian\nPortugal | Portuguese | Brazil | Brazilian\nPortugal | Portuguese | Bulgaria | Bulgarian\nPortugal | Portuguese | Cambodia | Cambodian\nPortugal | Portuguese | Chile | Chilean\nPortugal | Portuguese | China | Chinese\nPortugal | Portuguese | Colombia | Colombian\nPortugal | Portuguese | Croatia | Croatian\nPortugal | Portuguese | Denmark | Danish\nPortugal | Portuguese | Egypt | Egyptian\nPortugal | Portuguese | England | English\nPortugal | Portuguese | France | French\nPortugal | Portuguese | Germany | German\nPortugal | Portuguese | Greece | Greek\nPortugal | Portuguese | Iceland | Icelandic\nPortugal | Portuguese | India | Indian\nPortugal | Portuguese | Ireland | Irish\nPortugal | Portuguese | Israel | Israeli\nPortugal | Portuguese | Italy | Italian\nPortugal | Portuguese | Japan | Japanese\nPortugal | Portuguese | Korea | Korean\nPortugal | Portuguese | Macedonia | Macedonian\nPortugal | Portuguese | Malta | Maltese\nPortugal | Portuguese | Mexico | Mexican\nPortugal | Portuguese | Moldova | Moldovan\nPortugal | Portuguese | Netherlands | Dutch\nPortugal | Portuguese | Norway | Norwegian\nPortugal | Portuguese | Peru | Peruvian\nRussia | Russian | Slovakia | Slovakian\nRussia | Russian | Spain | Spanish\nRussia | Russian | Sweden | Swedish\nRussia | Russian | Switzerland | Swiss\nRussia | Russian | Thailand | Thai\nRussia | Russian | Ukraine | Ukrainian\nRussia | Russian | Albania | Albanian\nRussia | Russian | Argentina | Argentinean\nRussia | Russian | Australia | Australian\nRussia | Russian | Austria | Austrian\nRussia | Russian | Belarus | Belorussian\nRussia | Russian | Brazil | Brazilian\nRussia | Russian | Bulgaria | Bulgarian\nRussia | Russian | Cambodia | Cambodian\nRussia | Russian | Chile | Chilean\nRussia | Russian | China | Chinese\nRussia | Russian | Colombia | Colombian\nRussia | Russian | Croatia | Croatian\nRussia | Russian | Denmark | Danish\nRussia | Russian | Egypt | Egyptian\nRussia | Russian | England | English\nRussia | Russian | France | French\nRussia | Russian | Germany | German\nRussia | Russian | Greece | Greek\nRussia | Russian | Iceland | Icelandic\nRussia | Russian | India | Indian\nRussia | Russian | Ireland | Irish\nRussia | Russian | Israel | Israeli\nRussia | Russian | Italy | Italian\nRussia | Russian | Japan | Japanese\nRussia | Russian | Korea | Korean\nRussia | Russian | Macedonia | Macedonian\nRussia | Russian | Malta | Maltese\nRussia | Russian | Mexico | Mexican\nRussia | Russian | Moldova | Moldovan\nRussia | Russian | Netherlands | Dutch\nRussia | Russian | Norway | Norwegian\nRussia | Russian | Peru | Peruvian\nRussia | Russian | Poland | Polish\nSlovakia | Slovakian | Spain | Spanish\nSlovakia | Slovakian | Sweden | Swedish\nSlovakia | Slovakian | Switzerland | Swiss\nSlovakia | Slovakian | Thailand | Thai\nSlovakia | Slovakian | Ukraine | Ukrainian\nSlovakia | Slovakian | Albania | Albanian\nSlovakia | Slovakian | Argentina | Argentinean\nSlovakia | Slovakian | Australia | Australian\nSlovakia | Slovakian | Austria | Austrian\nSlovakia | Slovakian | Belarus | Belorussian\nSlovakia | Slovakian | Brazil | Brazilian\nSlovakia | Slovakian | Bulgaria | Bulgarian\nSlovakia | Slovakian | Cambodia | Cambodian\nSlovakia | Slovakian | Chile | Chilean\nSlovakia | Slovakian | China | Chinese\nSlovakia | Slovakian | Colombia | Colombian\nSlovakia | Slovakian | Croatia | Croatian\nSlovakia | Slovakian | Denmark | Danish\nSlovakia | Slovakian | Egypt | Egyptian\nSlovakia | Slovakian | England | English\nSlovakia | Slovakian | France | French\nSlovakia | Slovakian | Germany | German\nSlovakia | Slovakian | Greece | Greek\nSlovakia | Slovakian | Iceland | Icelandic\nSlovakia | Slovakian | India | Indian\nSlovakia | Slovakian | Ireland | Irish\nSlovakia | Slovakian | Israel | Israeli\nSlovakia | Slovakian | Italy | Italian\nSlovakia | Slovakian | Japan | Japanese\nSlovakia | Slovakian | Korea | Korean\nSlovakia | Slovakian | Macedonia | Macedonian\nSlovakia | Slovakian | Malta | Maltese\nSlovakia | Slovakian | Mexico | Mexican\nSlovakia | Slovakian | Moldova | Moldovan\nSlovakia | Slovakian | Netherlands | Dutch\nSlovakia | Slovakian | Norway | Norwegian\nSlovakia | Slovakian | Peru | Peruvian\nSlovakia | Slovakian | Poland | Polish\nSlovakia | Slovakian | Portugal | Portuguese\nSpain | Spanish | Sweden | Swedish\nSpain | Spanish | Switzerland | Swiss\nSpain | Spanish | Thailand | Thai\nSpain | Spanish | Ukraine | Ukrainian\nSpain | Spanish | Albania | Albanian\nSpain | Spanish | Argentina | Argentinean\nSpain | Spanish | Australia | Australian\nSpain | Spanish | Austria | Austrian\nSpain | Spanish | Belarus | Belorussian\nSpain | Spanish | Brazil | Brazilian\nSpain | Spanish | Bulgaria | Bulgarian\nSpain | Spanish | Cambodia | Cambodian\nSpain | Spanish | Chile | Chilean\nSpain | Spanish | China | Chinese\nSpain | Spanish | Colombia | Colombian\nSpain | Spanish | Croatia | Croatian\nSpain | Spanish | Denmark | Danish\nSpain | Spanish | Egypt | Egyptian\nSpain | Spanish | England | English\nSpain | Spanish | France | French\nSpain | Spanish | Germany | German\nSpain | Spanish | Greece | Greek\nSpain | Spanish | Iceland | Icelandic\nSpain | Spanish | India | Indian\nSpain | Spanish | Ireland | Irish\nSpain | Spanish | Israel | Israeli\nSpain | Spanish | Italy | Italian\nSpain | Spanish | Japan | Japanese\nSpain | Spanish | Korea | Korean\nSpain | Spanish | Macedonia | Macedonian\nSpain | Spanish | Malta | Maltese\nSpain | Spanish | Mexico | Mexican\nSpain | Spanish | Moldova | Moldovan\nSpain | Spanish | Netherlands | Dutch\nSpain | Spanish | Norway | Norwegian\nSpain | Spanish | Peru | Peruvian\nSpain | Spanish | Poland | Polish\nSpain | Spanish | Portugal | Portuguese\nSpain | Spanish | Russia | Russian\nSweden | Swedish | Switzerland | Swiss\nSweden | Swedish | Thailand | Thai\nSweden | Swedish | Ukraine | Ukrainian\nSweden | Swedish | Albania | Albanian\nSweden | Swedish | Argentina | Argentinean\nSweden | Swedish | Australia | Australian\nSweden | Swedish | Austria | Austrian\nSweden | Swedish | Belarus | Belorussian\nSweden | Swedish | Brazil | Brazilian\nSweden | Swedish | Bulgaria | Bulgarian\nSweden | Swedish | Cambodia | Cambodian\nSweden | Swedish | Chile | Chilean\nSweden | Swedish | China | Chinese\nSweden | Swedish | Colombia | Colombian\nSweden | Swedish | Croatia | Croatian\nSweden | Swedish | Denmark | Danish\nSweden | Swedish | Egypt | Egyptian\nSweden | Swedish | England | English\nSweden | Swedish | France | French\nSweden | Swedish | Germany | German\nSweden | Swedish | Greece | Greek\nSweden | Swedish | Iceland | Icelandic\nSweden | Swedish | India | Indian\nSweden | Swedish | Ireland | Irish\nSweden | Swedish | Israel | Israeli\nSweden | Swedish | Italy | Italian\nSweden | Swedish | Japan | Japanese\nSweden | Swedish | Korea | Korean\nSweden | Swedish | Macedonia | Macedonian\nSweden | Swedish | Malta | Maltese\nSweden | Swedish | Mexico | Mexican\nSweden | Swedish | Moldova | Moldovan\nSweden | Swedish | Netherlands | Dutch\nSweden | Swedish | Norway | Norwegian\nSweden | Swedish | Peru | Peruvian\nSweden | Swedish | Poland | Polish\nSweden | Swedish | Portugal | Portuguese\nSweden | Swedish | Russia | Russian\nSweden | Swedish | Slovakia | Slovakian\nSwitzerland | Swiss | Thailand | Thai\nSwitzerland | Swiss | Ukraine | Ukrainian\nSwitzerland | Swiss | Albania | Albanian\nSwitzerland | Swiss | Argentina | Argentinean\nSwitzerland | Swiss | Australia | Australian\nSwitzerland | Swiss | Austria | Austrian\nSwitzerland | Swiss | Belarus | Belorussian\nSwitzerland | Swiss | Brazil | Brazilian\nSwitzerland | Swiss | Bulgaria | Bulgarian\nSwitzerland | Swiss | Cambodia | Cambodian\nSwitzerland | Swiss | Chile | Chilean\nSwitzerland | Swiss | China | Chinese\nSwitzerland | Swiss | Colombia | Colombian\nSwitzerland | Swiss | Croatia | Croatian\nSwitzerland | Swiss | Denmark | Danish\nSwitzerland | Swiss | Egypt | Egyptian\nSwitzerland | Swiss | England | English\nSwitzerland | Swiss | France | French\nSwitzerland | Swiss | Germany | German\nSwitzerland | Swiss | Greece | Greek\nSwitzerland | Swiss | Iceland | Icelandic\nSwitzerland | Swiss | India | Indian\nSwitzerland | Swiss | Ireland | Irish\nSwitzerland | Swiss | Israel | Israeli\nSwitzerland | Swiss | Italy | Italian\nSwitzerland | Swiss | Japan | Japanese\nSwitzerland | Swiss | Korea | Korean\nSwitzerland | Swiss | Macedonia | Macedonian\nSwitzerland | Swiss | Malta | Maltese\nSwitzerland | Swiss | Mexico | Mexican\nSwitzerland | Swiss | Moldova | Moldovan\nSwitzerland | Swiss | Netherlands | Dutch\nSwitzerland | Swiss | Norway | Norwegian\nSwitzerland | Swiss | Peru | Peruvian\nSwitzerland | Swiss | Poland | Polish\nSwitzerland | Swiss | Portugal | Portuguese\nSwitzerland | Swiss | Russia | Russian\nSwitzerland | Swiss | Slovakia | Slovakian\nSwitzerland | Swiss | Spain | Spanish\nThailand | Thai | Ukraine | Ukrainian\nThailand | Thai | Albania | Albanian\nThailand | Thai | Argentina | Argentinean\nThailand | Thai | Australia | Australian\nThailand | Thai | Austria | Austrian\nThailand | Thai | Belarus | Belorussian\nThailand | Thai | Brazil | Brazilian\nThailand | Thai | Bulgaria | Bulgarian\nThailand | Thai | Cambodia | Cambodian\nThailand | Thai | Chile | Chilean\nThailand | Thai | China | Chinese\nThailand | Thai | Colombia | Colombian\nThailand | Thai | Croatia | Croatian\nThailand | Thai | Denmark | Danish\nThailand | Thai | Egypt | Egyptian\nThailand | Thai | England | English\nThailand | Thai | France | French\nThailand | Thai | Germany | German\nThailand | Thai | Greece | Greek\nThailand | Thai | Iceland | Icelandic\nThailand | Thai | India | Indian\nThailand | Thai | Ireland | Irish\nThailand | Thai | Israel | Israeli\nThailand | Thai | Italy | Italian\nThailand | Thai | Japan | Japanese\nThailand | Thai | Korea | Korean\nThailand | Thai | Macedonia | Macedonian\nThailand | Thai | Malta | Maltese\nThailand | Thai | Mexico | Mexican\nThailand | Thai | Moldova | Moldovan\nThailand | Thai | Netherlands | Dutch\nThailand | Thai | Norway | Norwegian\nThailand | Thai | Peru | Peruvian\nThailand | Thai | Poland | Polish\nThailand | Thai | Portugal | Portuguese\nThailand | Thai | Russia | Russian\nThailand | Thai | Slovakia | Slovakian\nThailand | Thai | Spain | Spanish\nThailand | Thai | Sweden | Swedish\nUkraine | Ukrainian | Albania | Albanian\nUkraine | Ukrainian | Argentina | Argentinean\nUkraine | Ukrainian | Australia | Australian\nUkraine | Ukrainian | Austria | Austrian\nUkraine | Ukrainian | Belarus | Belorussian\nUkraine | Ukrainian | Brazil | Brazilian\nUkraine | Ukrainian | Bulgaria | Bulgarian\nUkraine | Ukrainian | Cambodia | Cambodian\nUkraine | Ukrainian | Chile | Chilean\nUkraine | Ukrainian | China | Chinese\nUkraine | Ukrainian | Colombia | Colombian\nUkraine | Ukrainian | Croatia | Croatian\nUkraine | Ukrainian | Denmark | Danish\nUkraine | Ukrainian | Egypt | Egyptian\nUkraine | Ukrainian | England | English\nUkraine | Ukrainian | France | French\nUkraine | Ukrainian | Germany | German\nUkraine | Ukrainian | Greece | Greek\nUkraine | Ukrainian | Iceland | Icelandic\nUkraine | Ukrainian | India | Indian\nUkraine | Ukrainian | Ireland | Irish\nUkraine | Ukrainian | Israel | Israeli\nUkraine | Ukrainian | Italy | Italian\nUkraine | Ukrainian | Japan | Japanese\nUkraine | Ukrainian | Korea | Korean\nUkraine | Ukrainian | Macedonia | Macedonian\nUkraine | Ukrainian | Malta | Maltese\nUkraine | Ukrainian | Mexico | Mexican\nUkraine | Ukrainian | Moldova | Moldovan\nUkraine | Ukrainian | Netherlands | Dutch\nUkraine | Ukrainian | Norway | Norwegian\nUkraine | Ukrainian | Peru | Peruvian\nUkraine | Ukrainian | Poland | Polish\nUkraine | Ukrainian | Portugal | Portuguese\nUkraine | Ukrainian | Russia | Russian\nUkraine | Ukrainian | Slovakia | Slovakian\nUkraine | Ukrainian | Spain | Spanish\nUkraine | Ukrainian | Sweden | Swedish\nUkraine | Ukrainian | Switzerland | Swiss\n: | gram7-past-tense\ndancing | danced | decreasing | decreased\ndancing | danced | describing | described\ndancing | danced | enhancing | enhanced\ndancing | danced | falling | fell\ndancing | danced | feeding | fed\ndancing | danced | flying | flew\ndancing | danced | generating | generated\ndancing | danced | going | went\ndancing | danced | hiding | hid\ndancing | danced | hitting | hit\ndancing | danced | implementing | implemented\ndancing | danced | increasing | increased\ndancing | danced | jumping | jumped\ndancing | danced | knowing | knew\ndancing | danced | listening | listened\ndancing | danced | looking | looked\ndancing | danced | moving | moved\ndancing | danced | paying | paid\ndancing | danced | playing | played\ndancing | danced | predicting | predicted\ndancing | danced | reading | read\ndancing | danced | running | ran\ndancing | danced | saying | said\ndancing | danced | screaming | screamed\ndancing | danced | seeing | saw\ndancing | danced | selling | sold\ndancing | danced | shrinking | shrank\ndancing | danced | singing | sang\ndancing | danced | sitting | sat\ndancing | danced | sleeping | slept\ndancing | danced | slowing | slowed\ndancing | danced | spending | spent\ndancing | danced | striking | struck\ndancing | danced | swimming | swam\ndancing | danced | taking | took\ndancing | danced | thinking | thought\ndancing | danced | vanishing | vanished\ndancing | danced | walking | walked\ndancing | danced | writing | wrote\ndecreasing | decreased | describing | described\ndecreasing | decreased | enhancing | enhanced\ndecreasing | decreased | falling | fell\ndecreasing | decreased | feeding | fed\ndecreasing | decreased | flying | flew\ndecreasing | decreased | generating | generated\ndecreasing | decreased | going | went\ndecreasing | decreased | hiding | hid\ndecreasing | decreased | hitting | hit\ndecreasing | decreased | implementing | implemented\ndecreasing | decreased | increasing | increased\ndecreasing | decreased | jumping | jumped\ndecreasing | decreased | knowing | knew\ndecreasing | decreased | listening | listened\ndecreasing | decreased | looking | looked\ndecreasing | decreased | moving | moved\ndecreasing | decreased | paying | paid\ndecreasing | decreased | playing | played\ndecreasing | decreased | predicting | predicted\ndecreasing | decreased | reading | read\ndecreasing | decreased | running | ran\ndecreasing | decreased | saying | said\ndecreasing | decreased | screaming | screamed\ndecreasing | decreased | seeing | saw\ndecreasing | decreased | selling | sold\ndecreasing | decreased | shrinking | shrank\ndecreasing | decreased | singing | sang\ndecreasing | decreased | sitting | sat\ndecreasing | decreased | sleeping | slept\ndecreasing | decreased | slowing | slowed\ndecreasing | decreased | spending | spent\ndecreasing | decreased | striking | struck\ndecreasing | decreased | swimming | swam\ndecreasing | decreased | taking | took\ndecreasing | decreased | thinking | thought\ndecreasing | decreased | vanishing | vanished\ndecreasing | decreased | walking | walked\ndecreasing | decreased | writing | wrote\ndecreasing | decreased | dancing | danced\ndescribing | described | enhancing | enhanced\ndescribing | described | falling | fell\ndescribing | described | feeding | fed\ndescribing | described | flying | flew\ndescribing | described | generating | generated\ndescribing | described | going | went\ndescribing | described | hiding | hid\ndescribing | described | hitting | hit\ndescribing | described | implementing | implemented\ndescribing | described | increasing | increased\ndescribing | described | jumping | jumped\ndescribing | described | knowing | knew\ndescribing | described | listening | listened\ndescribing | described | looking | looked\ndescribing | described | moving | moved\ndescribing | described | paying | paid\ndescribing | described | playing | played\ndescribing | described | predicting | predicted\ndescribing | described | reading | read\ndescribing | described | running | ran\ndescribing | described | saying | said\ndescribing | described | screaming | screamed\ndescribing | described | seeing | saw\ndescribing | described | selling | sold\ndescribing | described | shrinking | shrank\ndescribing | described | singing | sang\ndescribing | described | sitting | sat\ndescribing | described | sleeping | slept\ndescribing | described | slowing | slowed\ndescribing | described | spending | spent\ndescribing | described | striking | struck\ndescribing | described | swimming | swam\ndescribing | described | taking | took\ndescribing | described | thinking | thought\ndescribing | described | vanishing | vanished\ndescribing | described | walking | walked\ndescribing | described | writing | wrote\ndescribing | described | dancing | danced\ndescribing | described | decreasing | decreased\nenhancing | enhanced | falling | fell\nenhancing | enhanced | feeding | fed\nenhancing | enhanced | flying | flew\nenhancing | enhanced | generating | generated\nenhancing | enhanced | going | went\nenhancing | enhanced | hiding | hid\nenhancing | enhanced | hitting | hit\nenhancing | enhanced | implementing | implemented\nenhancing | enhanced | increasing | increased\nenhancing | enhanced | jumping | jumped\nenhancing | enhanced | knowing | knew\nenhancing | enhanced | listening | listened\nenhancing | enhanced | looking | looked\nenhancing | enhanced | moving | moved\nenhancing | enhanced | paying | paid\nenhancing | enhanced | playing | played\nenhancing | enhanced | predicting | predicted\nenhancing | enhanced | reading | read\nenhancing | enhanced | running | ran\nenhancing | enhanced | saying | said\nenhancing | enhanced | screaming | screamed\nenhancing | enhanced | seeing | saw\nenhancing | enhanced | selling | sold\nenhancing | enhanced | shrinking | shrank\nenhancing | enhanced | singing | sang\nenhancing | enhanced | sitting | sat\nenhancing | enhanced | sleeping | slept\nenhancing | enhanced | slowing | slowed\nenhancing | enhanced | spending | spent\nenhancing | enhanced | striking | struck\nenhancing | enhanced | swimming | swam\nenhancing | enhanced | taking | took\nenhancing | enhanced | thinking | thought\nenhancing | enhanced | vanishing | vanished\nenhancing | enhanced | walking | walked\nenhancing | enhanced | writing | wrote\nenhancing | enhanced | dancing | danced\nenhancing | enhanced | decreasing | decreased\nenhancing | enhanced | describing | described\nfalling | fell | feeding | fed\nfalling | fell | flying | flew\nfalling | fell | generating | generated\nfalling | fell | going | went\nfalling | fell | hiding | hid\nfalling | fell | hitting | hit\nfalling | fell | implementing | implemented\nfalling | fell | increasing | increased\nfalling | fell | jumping | jumped\nfalling | fell | knowing | knew\nfalling | fell | listening | listened\nfalling | fell | looking | looked\nfalling | fell | moving | moved\nfalling | fell | paying | paid\nfalling | fell | playing | played\nfalling | fell | predicting | predicted\nfalling | fell | reading | read\nfalling | fell | running | ran\nfalling | fell | saying | said\nfalling | fell | screaming | screamed\nfalling | fell | seeing | saw\nfalling | fell | selling | sold\nfalling | fell | shrinking | shrank\nfalling | fell | singing | sang\nfalling | fell | sitting | sat\nfalling | fell | sleeping | slept\nfalling | fell | slowing | slowed\nfalling | fell | spending | spent\nfalling | fell | striking | struck\nfalling | fell | swimming | swam\nfalling | fell | taking | took\nfalling | fell | thinking | thought\nfalling | fell | vanishing | vanished\nfalling | fell | walking | walked\nfalling | fell | writing | wrote\nfalling | fell | dancing | danced\nfalling | fell | decreasing | decreased\nfalling | fell | describing | described\nfalling | fell | enhancing | enhanced\nfeeding | fed | flying | flew\nfeeding | fed | generating | generated\nfeeding | fed | going | went\nfeeding | fed | hiding | hid\nfeeding | fed | hitting | hit\nfeeding | fed | implementing | implemented\nfeeding | fed | increasing | increased\nfeeding | fed | jumping | jumped\nfeeding | fed | knowing | knew\nfeeding | fed | listening | listened\nfeeding | fed | looking | looked\nfeeding | fed | moving | moved\nfeeding | fed | paying | paid\nfeeding | fed | playing | played\nfeeding | fed | predicting | predicted\nfeeding | fed | reading | read\nfeeding | fed | running | ran\nfeeding | fed | saying | said\nfeeding | fed | screaming | screamed\nfeeding | fed | seeing | saw\nfeeding | fed | selling | sold\nfeeding | fed | shrinking | shrank\nfeeding | fed | singing | sang\nfeeding | fed | sitting | sat\nfeeding | fed | sleeping | slept\nfeeding | fed | slowing | slowed\nfeeding | fed | spending | spent\nfeeding | fed | striking | struck\nfeeding | fed | swimming | swam\nfeeding | fed | taking | took\nfeeding | fed | thinking | thought\nfeeding | fed | vanishing | vanished\nfeeding | fed | walking | walked\nfeeding | fed | writing | wrote\nfeeding | fed | dancing | danced\nfeeding | fed | decreasing | decreased\nfeeding | fed | describing | described\nfeeding | fed | enhancing | enhanced\nfeeding | fed | falling | fell\nflying | flew | generating | generated\nflying | flew | going | went\nflying | flew | hiding | hid\nflying | flew | hitting | hit\nflying | flew | implementing | implemented\nflying | flew | increasing | increased\nflying | flew | jumping | jumped\nflying | flew | knowing | knew\nflying | flew | listening | listened\nflying | flew | looking | looked\nflying | flew | moving | moved\nflying | flew | paying | paid\nflying | flew | playing | played\nflying | flew | predicting | predicted\nflying | flew | reading | read\nflying | flew | running | ran\nflying | flew | saying | said\nflying | flew | screaming | screamed\nflying | flew | seeing | saw\nflying | flew | selling | sold\nflying | flew | shrinking | shrank\nflying | flew | singing | sang\nflying | flew | sitting | sat\nflying | flew | sleeping | slept\nflying | flew | slowing | slowed\nflying | flew | spending | spent\nflying | flew | striking | struck\nflying | flew | swimming | swam\nflying | flew | taking | took\nflying | flew | thinking | thought\nflying | flew | vanishing | vanished\nflying | flew | walking | walked\nflying | flew | writing | wrote\nflying | flew | dancing | danced\nflying | flew | decreasing | decreased\nflying | flew | describing | described\nflying | flew | enhancing | enhanced\nflying | flew | falling | fell\nflying | flew | feeding | fed\ngenerating | generated | going | went\ngenerating | generated | hiding | hid\ngenerating | generated | hitting | hit\ngenerating | generated | implementing | implemented\ngenerating | generated | increasing | increased\ngenerating | generated | jumping | jumped\ngenerating | generated | knowing | knew\ngenerating | generated | listening | listened\ngenerating | generated | looking | looked\ngenerating | generated | moving | moved\ngenerating | generated | paying | paid\ngenerating | generated | playing | played\ngenerating | generated | predicting | predicted\ngenerating | generated | reading | read\ngenerating | generated | running | ran\ngenerating | generated | saying | said\ngenerating | generated | screaming | screamed\ngenerating | generated | seeing | saw\ngenerating | generated | selling | sold\ngenerating | generated | shrinking | shrank\ngenerating | generated | singing | sang\ngenerating | generated | sitting | sat\ngenerating | generated | sleeping | slept\ngenerating | generated | slowing | slowed\ngenerating | generated | spending | spent\ngenerating | generated | striking | struck\ngenerating | generated | swimming | swam\ngenerating | generated | taking | took\ngenerating | generated | thinking | thought\ngenerating | generated | vanishing | vanished\ngenerating | generated | walking | walked\ngenerating | generated | writing | wrote\ngenerating | generated | dancing | danced\ngenerating | generated | decreasing | decreased\ngenerating | generated | describing | described\ngenerating | generated | enhancing | enhanced\ngenerating | generated | falling | fell\ngenerating | generated | feeding | fed\ngenerating | generated | flying | flew\ngoing | went | hiding | hid\ngoing | went | hitting | hit\ngoing | went | implementing | implemented\ngoing | went | increasing | increased\ngoing | went | jumping | jumped\ngoing | went | knowing | knew\ngoing | went | listening | listened\ngoing | went | looking | looked\ngoing | went | moving | moved\ngoing | went | paying | paid\ngoing | went | playing | played\ngoing | went | predicting | predicted\ngoing | went | reading | read\ngoing | went | running | ran\ngoing | went | saying | said\ngoing | went | screaming | screamed\ngoing | went | seeing | saw\ngoing | went | selling | sold\ngoing | went | shrinking | shrank\ngoing | went | singing | sang\ngoing | went | sitting | sat\ngoing | went | sleeping | slept\ngoing | went | slowing | slowed\ngoing | went | spending | spent\ngoing | went | striking | struck\ngoing | went | swimming | swam\ngoing | went | taking | took\ngoing | went | thinking | thought\ngoing | went | vanishing | vanished\ngoing | went | walking | walked\ngoing | went | writing | wrote\ngoing | went | dancing | danced\ngoing | went | decreasing | decreased\ngoing | went | describing | described\ngoing | went | enhancing | enhanced\ngoing | went | falling | fell\ngoing | went | feeding | fed\ngoing | went | flying | flew\ngoing | went | generating | generated\nhiding | hid | hitting | hit\nhiding | hid | implementing | implemented\nhiding | hid | increasing | increased\nhiding | hid | jumping | jumped\nhiding | hid | knowing | knew\nhiding | hid | listening | listened\nhiding | hid | looking | looked\nhiding | hid | moving | moved\nhiding | hid | paying | paid\nhiding | hid | playing | played\nhiding | hid | predicting | predicted\nhiding | hid | reading | read\nhiding | hid | running | ran\nhiding | hid | saying | said\nhiding | hid | screaming | screamed\nhiding | hid | seeing | saw\nhiding | hid | selling | sold\nhiding | hid | shrinking | shrank\nhiding | hid | singing | sang\nhiding | hid | sitting | sat\nhiding | hid | sleeping | slept\nhiding | hid | slowing | slowed\nhiding | hid | spending | spent\nhiding | hid | striking | struck\nhiding | hid | swimming | swam\nhiding | hid | taking | took\nhiding | hid | thinking | thought\nhiding | hid | vanishing | vanished\nhiding | hid | walking | walked\nhiding | hid | writing | wrote\nhiding | hid | dancing | danced\nhiding | hid | decreasing | decreased\nhiding | hid | describing | described\nhiding | hid | enhancing | enhanced\nhiding | hid | falling | fell\nhiding | hid | feeding | fed\nhiding | hid | flying | flew\nhiding | hid | generating | generated\nhiding | hid | going | went\nhitting | hit | implementing | implemented\nhitting | hit | increasing | increased\nhitting | hit | jumping | jumped\nhitting | hit | knowing | knew\nhitting | hit | listening | listened\nhitting | hit | looking | looked\nhitting | hit | moving | moved\nhitting | hit | paying | paid\nhitting | hit | playing | played\nhitting | hit | predicting | predicted\nhitting | hit | reading | read\nhitting | hit | running | ran\nhitting | hit | saying | said\nhitting | hit | screaming | screamed\nhitting | hit | seeing | saw\nhitting | hit | selling | sold\nhitting | hit | shrinking | shrank\nhitting | hit | singing | sang\nhitting | hit | sitting | sat\nhitting | hit | sleeping | slept\nhitting | hit | slowing | slowed\nhitting | hit | spending | spent\nhitting | hit | striking | struck\nhitting | hit | swimming | swam\nhitting | hit | taking | took\nhitting | hit | thinking | thought\nhitting | hit | vanishing | vanished\nhitting | hit | walking | walked\nhitting | hit | writing | wrote\nhitting | hit | dancing | danced\nhitting | hit | decreasing | decreased\nhitting | hit | describing | described\nhitting | hit | enhancing | enhanced\nhitting | hit | falling | fell\nhitting | hit | feeding | fed\nhitting | hit | flying | flew\nhitting | hit | generating | generated\nhitting | hit | going | went\nhitting | hit | hiding | hid\nimplementing | implemented | increasing | increased\nimplementing | implemented | jumping | jumped\nimplementing | implemented | knowing | knew\nimplementing | implemented | listening | listened\nimplementing | implemented | looking | looked\nimplementing | implemented | moving | moved\nimplementing | implemented | paying | paid\nimplementing | implemented | playing | played\nimplementing | implemented | predicting | predicted\nimplementing | implemented | reading | read\nimplementing | implemented | running | ran\nimplementing | implemented | saying | said\nimplementing | implemented | screaming | screamed\nimplementing | implemented | seeing | saw\nimplementing | implemented | selling | sold\nimplementing | implemented | shrinking | shrank\nimplementing | implemented | singing | sang\nimplementing | implemented | sitting | sat\nimplementing | implemented | sleeping | slept\nimplementing | implemented | slowing | slowed\nimplementing | implemented | spending | spent\nimplementing | implemented | striking | struck\nimplementing | implemented | swimming | swam\nimplementing | implemented | taking | took\nimplementing | implemented | thinking | thought\nimplementing | implemented | vanishing | vanished\nimplementing | implemented | walking | walked\nimplementing | implemented | writing | wrote\nimplementing | implemented | dancing | danced\nimplementing | implemented | decreasing | decreased\nimplementing | implemented | describing | described\nimplementing | implemented | enhancing | enhanced\nimplementing | implemented | falling | fell\nimplementing | implemented | feeding | fed\nimplementing | implemented | flying | flew\nimplementing | implemented | generating | generated\nimplementing | implemented | going | went\nimplementing | implemented | hiding | hid\nimplementing | implemented | hitting | hit\nincreasing | increased | jumping | jumped\nincreasing | increased | knowing | knew\nincreasing | increased | listening | listened\nincreasing | increased | looking | looked\nincreasing | increased | moving | moved\nincreasing | increased | paying | paid\nincreasing | increased | playing | played\nincreasing | increased | predicting | predicted\nincreasing | increased | reading | read\nincreasing | increased | running | ran\nincreasing | increased | saying | said\nincreasing | increased | screaming | screamed\nincreasing | increased | seeing | saw\nincreasing | increased | selling | sold\nincreasing | increased | shrinking | shrank\nincreasing | increased | singing | sang\nincreasing | increased | sitting | sat\nincreasing | increased | sleeping | slept\nincreasing | increased | slowing | slowed\nincreasing | increased | spending | spent\nincreasing | increased | striking | struck\nincreasing | increased | swimming | swam\nincreasing | increased | taking | took\nincreasing | increased | thinking | thought\nincreasing | increased | vanishing | vanished\nincreasing | increased | walking | walked\nincreasing | increased | writing | wrote\nincreasing | increased | dancing | danced\nincreasing | increased | decreasing | decreased\nincreasing | increased | describing | described\nincreasing | increased | enhancing | enhanced\nincreasing | increased | falling | fell\nincreasing | increased | feeding | fed\nincreasing | increased | flying | flew\nincreasing | increased | generating | generated\nincreasing | increased | going | went\nincreasing | increased | hiding | hid\nincreasing | increased | hitting | hit\nincreasing | increased | implementing | implemented\njumping | jumped | knowing | knew\njumping | jumped | listening | listened\njumping | jumped | looking | looked\njumping | jumped | moving | moved\njumping | jumped | paying | paid\njumping | jumped | playing | played\njumping | jumped | predicting | predicted\njumping | jumped | reading | read\njumping | jumped | running | ran\njumping | jumped | saying | said\njumping | jumped | screaming | screamed\njumping | jumped | seeing | saw\njumping | jumped | selling | sold\njumping | jumped | shrinking | shrank\njumping | jumped | singing | sang\njumping | jumped | sitting | sat\njumping | jumped | sleeping | slept\njumping | jumped | slowing | slowed\njumping | jumped | spending | spent\njumping | jumped | striking | struck\njumping | jumped | swimming | swam\njumping | jumped | taking | took\njumping | jumped | thinking | thought\njumping | jumped | vanishing | vanished\njumping | jumped | walking | walked\njumping | jumped | writing | wrote\njumping | jumped | dancing | danced\njumping | jumped | decreasing | decreased\njumping | jumped | describing | described\njumping | jumped | enhancing | enhanced\njumping | jumped | falling | fell\njumping | jumped | feeding | fed\njumping | jumped | flying | flew\njumping | jumped | generating | generated\njumping | jumped | going | went\njumping | jumped | hiding | hid\njumping | jumped | hitting | hit\njumping | jumped | implementing | implemented\njumping | jumped | increasing | increased\nknowing | knew | listening | listened\nknowing | knew | looking | looked\nknowing | knew | moving | moved\nknowing | knew | paying | paid\nknowing | knew | playing | played\nknowing | knew | predicting | predicted\nknowing | knew | reading | read\nknowing | knew | running | ran\nknowing | knew | saying | said\nknowing | knew | screaming | screamed\nknowing | knew | seeing | saw\nknowing | knew | selling | sold\nknowing | knew | shrinking | shrank\nknowing | knew | singing | sang\nknowing | knew | sitting | sat\nknowing | knew | sleeping | slept\nknowing | knew | slowing | slowed\nknowing | knew | spending | spent\nknowing | knew | striking | struck\nknowing | knew | swimming | swam\nknowing | knew | taking | took\nknowing | knew | thinking | thought\nknowing | knew | vanishing | vanished\nknowing | knew | walking | walked\nknowing | knew | writing | wrote\nknowing | knew | dancing | danced\nknowing | knew | decreasing | decreased\nknowing | knew | describing | described\nknowing | knew | enhancing | enhanced\nknowing | knew | falling | fell\nknowing | knew | feeding | fed\nknowing | knew | flying | flew\nknowing | knew | generating | generated\nknowing | knew | going | went\nknowing | knew | hiding | hid\nknowing | knew | hitting | hit\nknowing | knew | implementing | implemented\nknowing | knew | increasing | increased\nknowing | knew | jumping | jumped\nlistening | listened | looking | looked\nlistening | listened | moving | moved\nlistening | listened | paying | paid\nlistening | listened | playing | played\nlistening | listened | predicting | predicted\nlistening | listened | reading | read\nlistening | listened | running | ran\nlistening | listened | saying | said\nlistening | listened | screaming | screamed\nlistening | listened | seeing | saw\nlistening | listened | selling | sold\nlistening | listened | shrinking | shrank\nlistening | listened | singing | sang\nlistening | listened | sitting | sat\nlistening | listened | sleeping | slept\nlistening | listened | slowing | slowed\nlistening | listened | spending | spent\nlistening | listened | striking | struck\nlistening | listened | swimming | swam\nlistening | listened | taking | took\nlistening | listened | thinking | thought\nlistening | listened | vanishing | vanished\nlistening | listened | walking | walked\nlistening | listened | writing | wrote\nlistening | listened | dancing | danced\nlistening | listened | decreasing | decreased\nlistening | listened | describing | described\nlistening | listened | enhancing | enhanced\nlistening | listened | falling | fell\nlistening | listened | feeding | fed\nlistening | listened | flying | flew\nlistening | listened | generating | generated\nlistening | listened | going | went\nlistening | listened | hiding | hid\nlistening | listened | hitting | hit\nlistening | listened | implementing | implemented\nlistening | listened | increasing | increased\nlistening | listened | jumping | jumped\nlistening | listened | knowing | knew\nlooking | looked | moving | moved\nlooking | looked | paying | paid\nlooking | looked | playing | played\nlooking | looked | predicting | predicted\nlooking | looked | reading | read\nlooking | looked | running | ran\nlooking | looked | saying | said\nlooking | looked | screaming | screamed\nlooking | looked | seeing | saw\nlooking | looked | selling | sold\nlooking | looked | shrinking | shrank\nlooking | looked | singing | sang\nlooking | looked | sitting | sat\nlooking | looked | sleeping | slept\nlooking | looked | slowing | slowed\nlooking | looked | spending | spent\nlooking | looked | striking | struck\nlooking | looked | swimming | swam\nlooking | looked | taking | took\nlooking | looked | thinking | thought\nlooking | looked | vanishing | vanished\nlooking | looked | walking | walked\nlooking | looked | writing | wrote\nlooking | looked | dancing | danced\nlooking | looked | decreasing | decreased\nlooking | looked | describing | described\nlooking | looked | enhancing | enhanced\nlooking | looked | falling | fell\nlooking | looked | feeding | fed\nlooking | looked | flying | flew\nlooking | looked | generating | generated\nlooking | looked | going | went\nlooking | looked | hiding | hid\nlooking | looked | hitting | hit\nlooking | looked | implementing | implemented\nlooking | looked | increasing | increased\nlooking | looked | jumping | jumped\nlooking | looked | knowing | knew\nlooking | looked | listening | listened\nmoving | moved | paying | paid\nmoving | moved | playing | played\nmoving | moved | predicting | predicted\nmoving | moved | reading | read\nmoving | moved | running | ran\nmoving | moved | saying | said\nmoving | moved | screaming | screamed\nmoving | moved | seeing | saw\nmoving | moved | selling | sold\nmoving | moved | shrinking | shrank\nmoving | moved | singing | sang\nmoving | moved | sitting | sat\nmoving | moved | sleeping | slept\nmoving | moved | slowing | slowed\nmoving | moved | spending | spent\nmoving | moved | striking | struck\nmoving | moved | swimming | swam\nmoving | moved | taking | took\nmoving | moved | thinking | thought\nmoving | moved | vanishing | vanished\nmoving | moved | walking | walked\nmoving | moved | writing | wrote\nmoving | moved | dancing | danced\nmoving | moved | decreasing | decreased\nmoving | moved | describing | described\nmoving | moved | enhancing | enhanced\nmoving | moved | falling | fell\nmoving | moved | feeding | fed\nmoving | moved | flying | flew\nmoving | moved | generating | generated\nmoving | moved | going | went\nmoving | moved | hiding | hid\nmoving | moved | hitting | hit\nmoving | moved | implementing | implemented\nmoving | moved | increasing | increased\nmoving | moved | jumping | jumped\nmoving | moved | knowing | knew\nmoving | moved | listening | listened\nmoving | moved | looking | looked\npaying | paid | playing | played\npaying | paid | predicting | predicted\npaying | paid | reading | read\npaying | paid | running | ran\npaying | paid | saying | said\npaying | paid | screaming | screamed\npaying | paid | seeing | saw\npaying | paid | selling | sold\npaying | paid | shrinking | shrank\npaying | paid | singing | sang\npaying | paid | sitting | sat\npaying | paid | sleeping | slept\npaying | paid | slowing | slowed\npaying | paid | spending | spent\npaying | paid | striking | struck\npaying | paid | swimming | swam\npaying | paid | taking | took\npaying | paid | thinking | thought\npaying | paid | vanishing | vanished\npaying | paid | walking | walked\npaying | paid | writing | wrote\npaying | paid | dancing | danced\npaying | paid | decreasing | decreased\npaying | paid | describing | described\npaying | paid | enhancing | enhanced\npaying | paid | falling | fell\npaying | paid | feeding | fed\npaying | paid | flying | flew\npaying | paid | generating | generated\npaying | paid | going | went\npaying | paid | hiding | hid\npaying | paid | hitting | hit\npaying | paid | implementing | implemented\npaying | paid | increasing | increased\npaying | paid | jumping | jumped\npaying | paid | knowing | knew\npaying | paid | listening | listened\npaying | paid | looking | looked\npaying | paid | moving | moved\nplaying | played | predicting | predicted\nplaying | played | reading | read\nplaying | played | running | ran\nplaying | played | saying | said\nplaying | played | screaming | screamed\nplaying | played | seeing | saw\nplaying | played | selling | sold\nplaying | played | shrinking | shrank\nplaying | played | singing | sang\nplaying | played | sitting | sat\nplaying | played | sleeping | slept\nplaying | played | slowing | slowed\nplaying | played | spending | spent\nplaying | played | striking | struck\nplaying | played | swimming | swam\nplaying | played | taking | took\nplaying | played | thinking | thought\nplaying | played | vanishing | vanished\nplaying | played | walking | walked\nplaying | played | writing | wrote\nplaying | played | dancing | danced\nplaying | played | decreasing | decreased\nplaying | played | describing | described\nplaying | played | enhancing | enhanced\nplaying | played | falling | fell\nplaying | played | feeding | fed\nplaying | played | flying | flew\nplaying | played | generating | generated\nplaying | played | going | went\nplaying | played | hiding | hid\nplaying | played | hitting | hit\nplaying | played | implementing | implemented\nplaying | played | increasing | increased\nplaying | played | jumping | jumped\nplaying | played | knowing | knew\nplaying | played | listening | listened\nplaying | played | looking | looked\nplaying | played | moving | moved\nplaying | played | paying | paid\npredicting | predicted | reading | read\npredicting | predicted | running | ran\npredicting | predicted | saying | said\npredicting | predicted | screaming | screamed\npredicting | predicted | seeing | saw\npredicting | predicted | selling | sold\npredicting | predicted | shrinking | shrank\npredicting | predicted | singing | sang\npredicting | predicted | sitting | sat\npredicting | predicted | sleeping | slept\npredicting | predicted | slowing | slowed\npredicting | predicted | spending | spent\npredicting | predicted | striking | struck\npredicting | predicted | swimming | swam\npredicting | predicted | taking | took\npredicting | predicted | thinking | thought\npredicting | predicted | vanishing | vanished\npredicting | predicted | walking | walked\npredicting | predicted | writing | wrote\npredicting | predicted | dancing | danced\npredicting | predicted | decreasing | decreased\npredicting | predicted | describing | described\npredicting | predicted | enhancing | enhanced\npredicting | predicted | falling | fell\npredicting | predicted | feeding | fed\npredicting | predicted | flying | flew\npredicting | predicted | generating | generated\npredicting | predicted | going | went\npredicting | predicted | hiding | hid\npredicting | predicted | hitting | hit\npredicting | predicted | implementing | implemented\npredicting | predicted | increasing | increased\npredicting | predicted | jumping | jumped\npredicting | predicted | knowing | knew\npredicting | predicted | listening | listened\npredicting | predicted | looking | looked\npredicting | predicted | moving | moved\npredicting | predicted | paying | paid\npredicting | predicted | playing | played\nreading | read | running | ran\nreading | read | saying | said\nreading | read | screaming | screamed\nreading | read | seeing | saw\nreading | read | selling | sold\nreading | read | shrinking | shrank\nreading | read | singing | sang\nreading | read | sitting | sat\nreading | read | sleeping | slept\nreading | read | slowing | slowed\nreading | read | spending | spent\nreading | read | striking | struck\nreading | read | swimming | swam\nreading | read | taking | took\nreading | read | thinking | thought\nreading | read | vanishing | vanished\nreading | read | walking | walked\nreading | read | writing | wrote\nreading | read | dancing | danced\nreading | read | decreasing | decreased\nreading | read | describing | described\nreading | read | enhancing | enhanced\nreading | read | falling | fell\nreading | read | feeding | fed\nreading | read | flying | flew\nreading | read | generating | generated\nreading | read | going | went\nreading | read | hiding | hid\nreading | read | hitting | hit\nreading | read | implementing | implemented\nreading | read | increasing | increased\nreading | read | jumping | jumped\nreading | read | knowing | knew\nreading | read | listening | listened\nreading | read | looking | looked\nreading | read | moving | moved\nreading | read | paying | paid\nreading | read | playing | played\nreading | read | predicting | predicted\nrunning | ran | saying | said\nrunning | ran | screaming | screamed\nrunning | ran | seeing | saw\nrunning | ran | selling | sold\nrunning | ran | shrinking | shrank\nrunning | ran | singing | sang\nrunning | ran | sitting | sat\nrunning | ran | sleeping | slept\nrunning | ran | slowing | slowed\nrunning | ran | spending | spent\nrunning | ran | striking | struck\nrunning | ran | swimming | swam\nrunning | ran | taking | took\nrunning | ran | thinking | thought\nrunning | ran | vanishing | vanished\nrunning | ran | walking | walked\nrunning | ran | writing | wrote\nrunning | ran | dancing | danced\nrunning | ran | decreasing | decreased\nrunning | ran | describing | described\nrunning | ran | enhancing | enhanced\nrunning | ran | falling | fell\nrunning | ran | feeding | fed\nrunning | ran | flying | flew\nrunning | ran | generating | generated\nrunning | ran | going | went\nrunning | ran | hiding | hid\nrunning | ran | hitting | hit\nrunning | ran | implementing | implemented\nrunning | ran | increasing | increased\nrunning | ran | jumping | jumped\nrunning | ran | knowing | knew\nrunning | ran | listening | listened\nrunning | ran | looking | looked\nrunning | ran | moving | moved\nrunning | ran | paying | paid\nrunning | ran | playing | played\nrunning | ran | predicting | predicted\nrunning | ran | reading | read\nsaying | said | screaming | screamed\nsaying | said | seeing | saw\nsaying | said | selling | sold\nsaying | said | shrinking | shrank\nsaying | said | singing | sang\nsaying | said | sitting | sat\nsaying | said | sleeping | slept\nsaying | said | slowing | slowed\nsaying | said | spending | spent\nsaying | said | striking | struck\nsaying | said | swimming | swam\nsaying | said | taking | took\nsaying | said | thinking | thought\nsaying | said | vanishing | vanished\nsaying | said | walking | walked\nsaying | said | writing | wrote\nsaying | said | dancing | danced\nsaying | said | decreasing | decreased\nsaying | said | describing | described\nsaying | said | enhancing | enhanced\nsaying | said | falling | fell\nsaying | said | feeding | fed\nsaying | said | flying | flew\nsaying | said | generating | generated\nsaying | said | going | went\nsaying | said | hiding | hid\nsaying | said | hitting | hit\nsaying | said | implementing | implemented\nsaying | said | increasing | increased\nsaying | said | jumping | jumped\nsaying | said | knowing | knew\nsaying | said | listening | listened\nsaying | said | looking | looked\nsaying | said | moving | moved\nsaying | said | paying | paid\nsaying | said | playing | played\nsaying | said | predicting | predicted\nsaying | said | reading | read\nsaying | said | running | ran\nscreaming | screamed | seeing | saw\nscreaming | screamed | selling | sold\nscreaming | screamed | shrinking | shrank\nscreaming | screamed | singing | sang\nscreaming | screamed | sitting | sat\nscreaming | screamed | sleeping | slept\nscreaming | screamed | slowing | slowed\nscreaming | screamed | spending | spent\nscreaming | screamed | striking | struck\nscreaming | screamed | swimming | swam\nscreaming | screamed | taking | took\nscreaming | screamed | thinking | thought\nscreaming | screamed | vanishing | vanished\nscreaming | screamed | walking | walked\nscreaming | screamed | writing | wrote\nscreaming | screamed | dancing | danced\nscreaming | screamed | decreasing | decreased\nscreaming | screamed | describing | described\nscreaming | screamed | enhancing | enhanced\nscreaming | screamed | falling | fell\nscreaming | screamed | feeding | fed\nscreaming | screamed | flying | flew\nscreaming | screamed | generating | generated\nscreaming | screamed | going | went\nscreaming | screamed | hiding | hid\nscreaming | screamed | hitting | hit\nscreaming | screamed | implementing | implemented\nscreaming | screamed | increasing | increased\nscreaming | screamed | jumping | jumped\nscreaming | screamed | knowing | knew\nscreaming | screamed | listening | listened\nscreaming | screamed | looking | looked\nscreaming | screamed | moving | moved\nscreaming | screamed | paying | paid\nscreaming | screamed | playing | played\nscreaming | screamed | predicting | predicted\nscreaming | screamed | reading | read\nscreaming | screamed | running | ran\nscreaming | screamed | saying | said\nseeing | saw | selling | sold\nseeing | saw | shrinking | shrank\nseeing | saw | singing | sang\nseeing | saw | sitting | sat\nseeing | saw | sleeping | slept\nseeing | saw | slowing | slowed\nseeing | saw | spending | spent\nseeing | saw | striking | struck\nseeing | saw | swimming | swam\nseeing | saw | taking | took\nseeing | saw | thinking | thought\nseeing | saw | vanishing | vanished\nseeing | saw | walking | walked\nseeing | saw | writing | wrote\nseeing | saw | dancing | danced\nseeing | saw | decreasing | decreased\nseeing | saw | describing | described\nseeing | saw | enhancing | enhanced\nseeing | saw | falling | fell\nseeing | saw | feeding | fed\nseeing | saw | flying | flew\nseeing | saw | generating | generated\nseeing | saw | going | went\nseeing | saw | hiding | hid\nseeing | saw | hitting | hit\nseeing | saw | implementing | implemented\nseeing | saw | increasing | increased\nseeing | saw | jumping | jumped\nseeing | saw | knowing | knew\nseeing | saw | listening | listened\nseeing | saw | looking | looked\nseeing | saw | moving | moved\nseeing | saw | paying | paid\nseeing | saw | playing | played\nseeing | saw | predicting | predicted\nseeing | saw | reading | read\nseeing | saw | running | ran\nseeing | saw | saying | said\nseeing | saw | screaming | screamed\nselling | sold | shrinking | shrank\nselling | sold | singing | sang\nselling | sold | sitting | sat\nselling | sold | sleeping | slept\nselling | sold | slowing | slowed\nselling | sold | spending | spent\nselling | sold | striking | struck\nselling | sold | swimming | swam\nselling | sold | taking | took\nselling | sold | thinking | thought\nselling | sold | vanishing | vanished\nselling | sold | walking | walked\nselling | sold | writing | wrote\nselling | sold | dancing | danced\nselling | sold | decreasing | decreased\nselling | sold | describing | described\nselling | sold | enhancing | enhanced\nselling | sold | falling | fell\nselling | sold | feeding | fed\nselling | sold | flying | flew\nselling | sold | generating | generated\nselling | sold | going | went\nselling | sold | hiding | hid\nselling | sold | hitting | hit\nselling | sold | implementing | implemented\nselling | sold | increasing | increased\nselling | sold | jumping | jumped\nselling | sold | knowing | knew\nselling | sold | listening | listened\nselling | sold | looking | looked\nselling | sold | moving | moved\nselling | sold | paying | paid\nselling | sold | playing | played\nselling | sold | predicting | predicted\nselling | sold | reading | read\nselling | sold | running | ran\nselling | sold | saying | said\nselling | sold | screaming | screamed\nselling | sold | seeing | saw\nshrinking | shrank | singing | sang\nshrinking | shrank | sitting | sat\nshrinking | shrank | sleeping | slept\nshrinking | shrank | slowing | slowed\nshrinking | shrank | spending | spent\nshrinking | shrank | striking | struck\nshrinking | shrank | swimming | swam\nshrinking | shrank | taking | took\nshrinking | shrank | thinking | thought\nshrinking | shrank | vanishing | vanished\nshrinking | shrank | walking | walked\nshrinking | shrank | writing | wrote\nshrinking | shrank | dancing | danced\nshrinking | shrank | decreasing | decreased\nshrinking | shrank | describing | described\nshrinking | shrank | enhancing | enhanced\nshrinking | shrank | falling | fell\nshrinking | shrank | feeding | fed\nshrinking | shrank | flying | flew\nshrinking | shrank | generating | generated\nshrinking | shrank | going | went\nshrinking | shrank | hiding | hid\nshrinking | shrank | hitting | hit\nshrinking | shrank | implementing | implemented\nshrinking | shrank | increasing | increased\nshrinking | shrank | jumping | jumped\nshrinking | shrank | knowing | knew\nshrinking | shrank | listening | listened\nshrinking | shrank | looking | looked\nshrinking | shrank | moving | moved\nshrinking | shrank | paying | paid\nshrinking | shrank | playing | played\nshrinking | shrank | predicting | predicted\nshrinking | shrank | reading | read\nshrinking | shrank | running | ran\nshrinking | shrank | saying | said\nshrinking | shrank | screaming | screamed\nshrinking | shrank | seeing | saw\nshrinking | shrank | selling | sold\nsinging | sang | sitting | sat\nsinging | sang | sleeping | slept\nsinging | sang | slowing | slowed\nsinging | sang | spending | spent\nsinging | sang | striking | struck\nsinging | sang | swimming | swam\nsinging | sang | taking | took\nsinging | sang | thinking | thought\nsinging | sang | vanishing | vanished\nsinging | sang | walking | walked\nsinging | sang | writing | wrote\nsinging | sang | dancing | danced\nsinging | sang | decreasing | decreased\nsinging | sang | describing | described\nsinging | sang | enhancing | enhanced\nsinging | sang | falling | fell\nsinging | sang | feeding | fed\nsinging | sang | flying | flew\nsinging | sang | generating | generated\nsinging | sang | going | went\nsinging | sang | hiding | hid\nsinging | sang | hitting | hit\nsinging | sang | implementing | implemented\nsinging | sang | increasing | increased\nsinging | sang | jumping | jumped\nsinging | sang | knowing | knew\nsinging | sang | listening | listened\nsinging | sang | looking | looked\nsinging | sang | moving | moved\nsinging | sang | paying | paid\nsinging | sang | playing | played\nsinging | sang | predicting | predicted\nsinging | sang | reading | read\nsinging | sang | running | ran\nsinging | sang | saying | said\nsinging | sang | screaming | screamed\nsinging | sang | seeing | saw\nsinging | sang | selling | sold\nsinging | sang | shrinking | shrank\nsitting | sat | sleeping | slept\nsitting | sat | slowing | slowed\nsitting | sat | spending | spent\nsitting | sat | striking | struck\nsitting | sat | swimming | swam\nsitting | sat | taking | took\nsitting | sat | thinking | thought\nsitting | sat | vanishing | vanished\nsitting | sat | walking | walked\nsitting | sat | writing | wrote\nsitting | sat | dancing | danced\nsitting | sat | decreasing | decreased\nsitting | sat | describing | described\nsitting | sat | enhancing | enhanced\nsitting | sat | falling | fell\nsitting | sat | feeding | fed\nsitting | sat | flying | flew\nsitting | sat | generating | generated\nsitting | sat | going | went\nsitting | sat | hiding | hid\nsitting | sat | hitting | hit\nsitting | sat | implementing | implemented\nsitting | sat | increasing | increased\nsitting | sat | jumping | jumped\nsitting | sat | knowing | knew\nsitting | sat | listening | listened\nsitting | sat | looking | looked\nsitting | sat | moving | moved\nsitting | sat | paying | paid\nsitting | sat | playing | played\nsitting | sat | predicting | predicted\nsitting | sat | reading | read\nsitting | sat | running | ran\nsitting | sat | saying | said\nsitting | sat | screaming | screamed\nsitting | sat | seeing | saw\nsitting | sat | selling | sold\nsitting | sat | shrinking | shrank\nsitting | sat | singing | sang\nsleeping | slept | slowing | slowed\nsleeping | slept | spending | spent\nsleeping | slept | striking | struck\nsleeping | slept | swimming | swam\nsleeping | slept | taking | took\nsleeping | slept | thinking | thought\nsleeping | slept | vanishing | vanished\nsleeping | slept | walking | walked\nsleeping | slept | writing | wrote\nsleeping | slept | dancing | danced\nsleeping | slept | decreasing | decreased\nsleeping | slept | describing | described\nsleeping | slept | enhancing | enhanced\nsleeping | slept | falling | fell\nsleeping | slept | feeding | fed\nsleeping | slept | flying | flew\nsleeping | slept | generating | generated\nsleeping | slept | going | went\nsleeping | slept | hiding | hid\nsleeping | slept | hitting | hit\nsleeping | slept | implementing | implemented\nsleeping | slept | increasing | increased\nsleeping | slept | jumping | jumped\nsleeping | slept | knowing | knew\nsleeping | slept | listening | listened\nsleeping | slept | looking | looked\nsleeping | slept | moving | moved\nsleeping | slept | paying | paid\nsleeping | slept | playing | played\nsleeping | slept | predicting | predicted\nsleeping | slept | reading | read\nsleeping | slept | running | ran\nsleeping | slept | saying | said\nsleeping | slept | screaming | screamed\nsleeping | slept | seeing | saw\nsleeping | slept | selling | sold\nsleeping | slept | shrinking | shrank\nsleeping | slept | singing | sang\nsleeping | slept | sitting | sat\nslowing | slowed | spending | spent\nslowing | slowed | striking | struck\nslowing | slowed | swimming | swam\nslowing | slowed | taking | took\nslowing | slowed | thinking | thought\nslowing | slowed | vanishing | vanished\nslowing | slowed | walking | walked\nslowing | slowed | writing | wrote\nslowing | slowed | dancing | danced\nslowing | slowed | decreasing | decreased\nslowing | slowed | describing | described\nslowing | slowed | enhancing | enhanced\nslowing | slowed | falling | fell\nslowing | slowed | feeding | fed\nslowing | slowed | flying | flew\nslowing | slowed | generating | generated\nslowing | slowed | going | went\nslowing | slowed | hiding | hid\nslowing | slowed | hitting | hit\nslowing | slowed | implementing | implemented\nslowing | slowed | increasing | increased\nslowing | slowed | jumping | jumped\nslowing | slowed | knowing | knew\nslowing | slowed | listening | listened\nslowing | slowed | looking | looked\nslowing | slowed | moving | moved\nslowing | slowed | paying | paid\nslowing | slowed | playing | played\nslowing | slowed | predicting | predicted\nslowing | slowed | reading | read\nslowing | slowed | running | ran\nslowing | slowed | saying | said\nslowing | slowed | screaming | screamed\nslowing | slowed | seeing | saw\nslowing | slowed | selling | sold\nslowing | slowed | shrinking | shrank\nslowing | slowed | singing | sang\nslowing | slowed | sitting | sat\nslowing | slowed | sleeping | slept\nspending | spent | striking | struck\nspending | spent | swimming | swam\nspending | spent | taking | took\nspending | spent | thinking | thought\nspending | spent | vanishing | vanished\nspending | spent | walking | walked\nspending | spent | writing | wrote\nspending | spent | dancing | danced\nspending | spent | decreasing | decreased\nspending | spent | describing | described\nspending | spent | enhancing | enhanced\nspending | spent | falling | fell\nspending | spent | feeding | fed\nspending | spent | flying | flew\nspending | spent | generating | generated\nspending | spent | going | went\nspending | spent | hiding | hid\nspending | spent | hitting | hit\nspending | spent | implementing | implemented\nspending | spent | increasing | increased\nspending | spent | jumping | jumped\nspending | spent | knowing | knew\nspending | spent | listening | listened\nspending | spent | looking | looked\nspending | spent | moving | moved\nspending | spent | paying | paid\nspending | spent | playing | played\nspending | spent | predicting | predicted\nspending | spent | reading | read\nspending | spent | running | ran\nspending | spent | saying | said\nspending | spent | screaming | screamed\nspending | spent | seeing | saw\nspending | spent | selling | sold\nspending | spent | shrinking | shrank\nspending | spent | singing | sang\nspending | spent | sitting | sat\nspending | spent | sleeping | slept\nspending | spent | slowing | slowed\nstriking | struck | swimming | swam\nstriking | struck | taking | took\nstriking | struck | thinking | thought\nstriking | struck | vanishing | vanished\nstriking | struck | walking | walked\nstriking | struck | writing | wrote\nstriking | struck | dancing | danced\nstriking | struck | decreasing | decreased\nstriking | struck | describing | described\nstriking | struck | enhancing | enhanced\nstriking | struck | falling | fell\nstriking | struck | feeding | fed\nstriking | struck | flying | flew\nstriking | struck | generating | generated\nstriking | struck | going | went\nstriking | struck | hiding | hid\nstriking | struck | hitting | hit\nstriking | struck | implementing | implemented\nstriking | struck | increasing | increased\nstriking | struck | jumping | jumped\nstriking | struck | knowing | knew\nstriking | struck | listening | listened\nstriking | struck | looking | looked\nstriking | struck | moving | moved\nstriking | struck | paying | paid\nstriking | struck | playing | played\nstriking | struck | predicting | predicted\nstriking | struck | reading | read\nstriking | struck | running | ran\nstriking | struck | saying | said\nstriking | struck | screaming | screamed\nstriking | struck | seeing | saw\nstriking | struck | selling | sold\nstriking | struck | shrinking | shrank\nstriking | struck | singing | sang\nstriking | struck | sitting | sat\nstriking | struck | sleeping | slept\nstriking | struck | slowing | slowed\nstriking | struck | spending | spent\nswimming | swam | taking | took\nswimming | swam | thinking | thought\nswimming | swam | vanishing | vanished\nswimming | swam | walking | walked\nswimming | swam | writing | wrote\nswimming | swam | dancing | danced\nswimming | swam | decreasing | decreased\nswimming | swam | describing | described\nswimming | swam | enhancing | enhanced\nswimming | swam | falling | fell\nswimming | swam | feeding | fed\nswimming | swam | flying | flew\nswimming | swam | generating | generated\nswimming | swam | going | went\nswimming | swam | hiding | hid\nswimming | swam | hitting | hit\nswimming | swam | implementing | implemented\nswimming | swam | increasing | increased\nswimming | swam | jumping | jumped\nswimming | swam | knowing | knew\nswimming | swam | listening | listened\nswimming | swam | looking | looked\nswimming | swam | moving | moved\nswimming | swam | paying | paid\nswimming | swam | playing | played\nswimming | swam | predicting | predicted\nswimming | swam | reading | read\nswimming | swam | running | ran\nswimming | swam | saying | said\nswimming | swam | screaming | screamed\nswimming | swam | seeing | saw\nswimming | swam | selling | sold\nswimming | swam | shrinking | shrank\nswimming | swam | singing | sang\nswimming | swam | sitting | sat\nswimming | swam | sleeping | slept\nswimming | swam | slowing | slowed\nswimming | swam | spending | spent\nswimming | swam | striking | struck\ntaking | took | thinking | thought\ntaking | took | vanishing | vanished\ntaking | took | walking | walked\ntaking | took | writing | wrote\ntaking | took | dancing | danced\ntaking | took | decreasing | decreased\ntaking | took | describing | described\ntaking | took | enhancing | enhanced\ntaking | took | falling | fell\ntaking | took | feeding | fed\ntaking | took | flying | flew\ntaking | took | generating | generated\ntaking | took | going | went\ntaking | took | hiding | hid\ntaking | took | hitting | hit\ntaking | took | implementing | implemented\ntaking | took | increasing | increased\ntaking | took | jumping | jumped\ntaking | took | knowing | knew\ntaking | took | listening | listened\ntaking | took | looking | looked\ntaking | took | moving | moved\ntaking | took | paying | paid\ntaking | took | playing | played\ntaking | took | predicting | predicted\ntaking | took | reading | read\ntaking | took | running | ran\ntaking | took | saying | said\ntaking | took | screaming | screamed\ntaking | took | seeing | saw\ntaking | took | selling | sold\ntaking | took | shrinking | shrank\ntaking | took | singing | sang\ntaking | took | sitting | sat\ntaking | took | sleeping | slept\ntaking | took | slowing | slowed\ntaking | took | spending | spent\ntaking | took | striking | struck\ntaking | took | swimming | swam\nthinking | thought | vanishing | vanished\nthinking | thought | walking | walked\nthinking | thought | writing | wrote\nthinking | thought | dancing | danced\nthinking | thought | decreasing | decreased\nthinking | thought | describing | described\nthinking | thought | enhancing | enhanced\nthinking | thought | falling | fell\nthinking | thought | feeding | fed\nthinking | thought | flying | flew\nthinking | thought | generating | generated\nthinking | thought | going | went\nthinking | thought | hiding | hid\nthinking | thought | hitting | hit\nthinking | thought | implementing | implemented\nthinking | thought | increasing | increased\nthinking | thought | jumping | jumped\nthinking | thought | knowing | knew\nthinking | thought | listening | listened\nthinking | thought | looking | looked\nthinking | thought | moving | moved\nthinking | thought | paying | paid\nthinking | thought | playing | played\nthinking | thought | predicting | predicted\nthinking | thought | reading | read\nthinking | thought | running | ran\nthinking | thought | saying | said\nthinking | thought | screaming | screamed\nthinking | thought | seeing | saw\nthinking | thought | selling | sold\nthinking | thought | shrinking | shrank\nthinking | thought | singing | sang\nthinking | thought | sitting | sat\nthinking | thought | sleeping | slept\nthinking | thought | slowing | slowed\nthinking | thought | spending | spent\nthinking | thought | striking | struck\nthinking | thought | swimming | swam\nthinking | thought | taking | took\nvanishing | vanished | walking | walked\nvanishing | vanished | writing | wrote\nvanishing | vanished | dancing | danced\nvanishing | vanished | decreasing | decreased\nvanishing | vanished | describing | described\nvanishing | vanished | enhancing | enhanced\nvanishing | vanished | falling | fell\nvanishing | vanished | feeding | fed\nvanishing | vanished | flying | flew\nvanishing | vanished | generating | generated\nvanishing | vanished | going | went\nvanishing | vanished | hiding | hid\nvanishing | vanished | hitting | hit\nvanishing | vanished | implementing | implemented\nvanishing | vanished | increasing | increased\nvanishing | vanished | jumping | jumped\nvanishing | vanished | knowing | knew\nvanishing | vanished | listening | listened\nvanishing | vanished | looking | looked\nvanishing | vanished | moving | moved\nvanishing | vanished | paying | paid\nvanishing | vanished | playing | played\nvanishing | vanished | predicting | predicted\nvanishing | vanished | reading | read\nvanishing | vanished | running | ran\nvanishing | vanished | saying | said\nvanishing | vanished | screaming | screamed\nvanishing | vanished | seeing | saw\nvanishing | vanished | selling | sold\nvanishing | vanished | shrinking | shrank\nvanishing | vanished | singing | sang\nvanishing | vanished | sitting | sat\nvanishing | vanished | sleeping | slept\nvanishing | vanished | slowing | slowed\nvanishing | vanished | spending | spent\nvanishing | vanished | striking | struck\nvanishing | vanished | swimming | swam\nvanishing | vanished | taking | took\nvanishing | vanished | thinking | thought\nwalking | walked | writing | wrote\nwalking | walked | dancing | danced\nwalking | walked | decreasing | decreased\nwalking | walked | describing | described\nwalking | walked | enhancing | enhanced\nwalking | walked | falling | fell\nwalking | walked | feeding | fed\nwalking | walked | flying | flew\nwalking | walked | generating | generated\nwalking | walked | going | went\nwalking | walked | hiding | hid\nwalking | walked | hitting | hit\nwalking | walked | implementing | implemented\nwalking | walked | increasing | increased\nwalking | walked | jumping | jumped\nwalking | walked | knowing | knew\nwalking | walked | listening | listened\nwalking | walked | looking | looked\nwalking | walked | moving | moved\nwalking | walked | paying | paid\nwalking | walked | playing | played\nwalking | walked | predicting | predicted\nwalking | walked | reading | read\nwalking | walked | running | ran\nwalking | walked | saying | said\nwalking | walked | screaming | screamed\nwalking | walked | seeing | saw\nwalking | walked | selling | sold\nwalking | walked | shrinking | shrank\nwalking | walked | singing | sang\nwalking | walked | sitting | sat\nwalking | walked | sleeping | slept\nwalking | walked | slowing | slowed\nwalking | walked | spending | spent\nwalking | walked | striking | struck\nwalking | walked | swimming | swam\nwalking | walked | taking | took\nwalking | walked | thinking | thought\nwalking | walked | vanishing | vanished\nwriting | wrote | dancing | danced\nwriting | wrote | decreasing | decreased\nwriting | wrote | describing | described\nwriting | wrote | enhancing | enhanced\nwriting | wrote | falling | fell\nwriting | wrote | feeding | fed\nwriting | wrote | flying | flew\nwriting | wrote | generating | generated\nwriting | wrote | going | went\nwriting | wrote | hiding | hid\nwriting | wrote | hitting | hit\nwriting | wrote | implementing | implemented\nwriting | wrote | increasing | increased\nwriting | wrote | jumping | jumped\nwriting | wrote | knowing | knew\nwriting | wrote | listening | listened\nwriting | wrote | looking | looked\nwriting | wrote | moving | moved\nwriting | wrote | paying | paid\nwriting | wrote | playing | played\nwriting | wrote | predicting | predicted\nwriting | wrote | reading | read\nwriting | wrote | running | ran\nwriting | wrote | saying | said\nwriting | wrote | screaming | screamed\nwriting | wrote | seeing | saw\nwriting | wrote | selling | sold\nwriting | wrote | shrinking | shrank\nwriting | wrote | singing | sang\nwriting | wrote | sitting | sat\nwriting | wrote | sleeping | slept\nwriting | wrote | slowing | slowed\nwriting | wrote | spending | spent\nwriting | wrote | striking | struck\nwriting | wrote | swimming | swam\nwriting | wrote | taking | took\nwriting | wrote | thinking | thought\nwriting | wrote | vanishing | vanished\nwriting | wrote | walking | walked\n: | gram8-plural\nbanana | bananas | bird | birds\nbanana | bananas | bottle | bottles\nbanana | bananas | building | buildings\nbanana | bananas | car | cars\nbanana | bananas | cat | cats\nbanana | bananas | child | children\nbanana | bananas | cloud | clouds\nbanana | bananas | color | colors\nbanana | bananas | computer | computers\nbanana | bananas | cow | cows\nbanana | bananas | dog | dogs\nbanana | bananas | dollar | dollars\nbanana | bananas | donkey | donkeys\nbanana | bananas | dream | dreams\nbanana | bananas | eagle | eagles\nbanana | bananas | elephant | elephants\nbanana | bananas | eye | eyes\nbanana | bananas | finger | fingers\nbanana | bananas | goat | goats\nbanana | bananas | hand | hands\nbanana | bananas | horse | horses\nbanana | bananas | lion | lions\nbanana | bananas | machine | machines\nbanana | bananas | mango | mangoes\nbanana | bananas | man | men\nbanana | bananas | melon | melons\nbanana | bananas | monkey | monkeys\nbanana | bananas | mouse | mice\nbanana | bananas | onion | onions\nbanana | bananas | pear | pears\nbanana | bananas | pig | pigs\nbanana | bananas | pineapple | pineapples\nbanana | bananas | rat | rats\nbanana | bananas | road | roads\nbanana | bananas | snake | snakes\nbanana | bananas | woman | women\nbird | birds | bottle | bottles\nbird | birds | building | buildings\nbird | birds | car | cars\nbird | birds | cat | cats\nbird | birds | child | children\nbird | birds | cloud | clouds\nbird | birds | color | colors\nbird | birds | computer | computers\nbird | birds | cow | cows\nbird | birds | dog | dogs\nbird | birds | dollar | dollars\nbird | birds | donkey | donkeys\nbird | birds | dream | dreams\nbird | birds | eagle | eagles\nbird | birds | elephant | elephants\nbird | birds | eye | eyes\nbird | birds | finger | fingers\nbird | birds | goat | goats\nbird | birds | hand | hands\nbird | birds | horse | horses\nbird | birds | lion | lions\nbird | birds | machine | machines\nbird | birds | mango | mangoes\nbird | birds | man | men\nbird | birds | melon | melons\nbird | birds | monkey | monkeys\nbird | birds | mouse | mice\nbird | birds | onion | onions\nbird | birds | pear | pears\nbird | birds | pig | pigs\nbird | birds | pineapple | pineapples\nbird | birds | rat | rats\nbird | birds | road | roads\nbird | birds | snake | snakes\nbird | birds | woman | women\nbird | birds | banana | bananas\nbottle | bottles | building | buildings\nbottle | bottles | car | cars\nbottle | bottles | cat | cats\nbottle | bottles | child | children\nbottle | bottles | cloud | clouds\nbottle | bottles | color | colors\nbottle | bottles | computer | computers\nbottle | bottles | cow | cows\nbottle | bottles | dog | dogs\nbottle | bottles | dollar | dollars\nbottle | bottles | donkey | donkeys\nbottle | bottles | dream | dreams\nbottle | bottles | eagle | eagles\nbottle | bottles | elephant | elephants\nbottle | bottles | eye | eyes\nbottle | bottles | finger | fingers\nbottle | bottles | goat | goats\nbottle | bottles | hand | hands\nbottle | bottles | horse | horses\nbottle | bottles | lion | lions\nbottle | bottles | machine | machines\nbottle | bottles | mango | mangoes\nbottle | bottles | man | men\nbottle | bottles | melon | melons\nbottle | bottles | monkey | monkeys\nbottle | bottles | mouse | mice\nbottle | bottles | onion | onions\nbottle | bottles | pear | pears\nbottle | bottles | pig | pigs\nbottle | bottles | pineapple | pineapples\nbottle | bottles | rat | rats\nbottle | bottles | road | roads\nbottle | bottles | snake | snakes\nbottle | bottles | woman | women\nbottle | bottles | banana | bananas\nbottle | bottles | bird | birds\nbuilding | buildings | car | cars\nbuilding | buildings | cat | cats\nbuilding | buildings | child | children\nbuilding | buildings | cloud | clouds\nbuilding | buildings | color | colors\nbuilding | buildings | computer | computers\nbuilding | buildings | cow | cows\nbuilding | buildings | dog | dogs\nbuilding | buildings | dollar | dollars\nbuilding | buildings | donkey | donkeys\nbuilding | buildings | dream | dreams\nbuilding | buildings | eagle | eagles\nbuilding | buildings | elephant | elephants\nbuilding | buildings | eye | eyes\nbuilding | buildings | finger | fingers\nbuilding | buildings | goat | goats\nbuilding | buildings | hand | hands\nbuilding | buildings | horse | horses\nbuilding | buildings | lion | lions\nbuilding | buildings | machine | machines\nbuilding | buildings | mango | mangoes\nbuilding | buildings | man | men\nbuilding | buildings | melon | melons\nbuilding | buildings | monkey | monkeys\nbuilding | buildings | mouse | mice\nbuilding | buildings | onion | onions\nbuilding | buildings | pear | pears\nbuilding | buildings | pig | pigs\nbuilding | buildings | pineapple | pineapples\nbuilding | buildings | rat | rats\nbuilding | buildings | road | roads\nbuilding | buildings | snake | snakes\nbuilding | buildings | woman | women\nbuilding | buildings | banana | bananas\nbuilding | buildings | bird | birds\nbuilding | buildings | bottle | bottles\ncar | cars | cat | cats\ncar | cars | child | children\ncar | cars | cloud | clouds\ncar | cars | color | colors\ncar | cars | computer | computers\ncar | cars | cow | cows\ncar | cars | dog | dogs\ncar | cars | dollar | dollars\ncar | cars | donkey | donkeys\ncar | cars | dream | dreams\ncar | cars | eagle | eagles\ncar | cars | elephant | elephants\ncar | cars | eye | eyes\ncar | cars | finger | fingers\ncar | cars | goat | goats\ncar | cars | hand | hands\ncar | cars | horse | horses\ncar | cars | lion | lions\ncar | cars | machine | machines\ncar | cars | mango | mangoes\ncar | cars | man | men\ncar | cars | melon | melons\ncar | cars | monkey | monkeys\ncar | cars | mouse | mice\ncar | cars | onion | onions\ncar | cars | pear | pears\ncar | cars | pig | pigs\ncar | cars | pineapple | pineapples\ncar | cars | rat | rats\ncar | cars | road | roads\ncar | cars | snake | snakes\ncar | cars | woman | women\ncar | cars | banana | bananas\ncar | cars | bird | birds\ncar | cars | bottle | bottles\ncar | cars | building | buildings\ncat | cats | child | children\ncat | cats | cloud | clouds\ncat | cats | color | colors\ncat | cats | computer | computers\ncat | cats | cow | cows\ncat | cats | dog | dogs\ncat | cats | dollar | dollars\ncat | cats | donkey | donkeys\ncat | cats | dream | dreams\ncat | cats | eagle | eagles\ncat | cats | elephant | elephants\ncat | cats | eye | eyes\ncat | cats | finger | fingers\ncat | cats | goat | goats\ncat | cats | hand | hands\ncat | cats | horse | horses\ncat | cats | lion | lions\ncat | cats | machine | machines\ncat | cats | mango | mangoes\ncat | cats | man | men\ncat | cats | melon | melons\ncat | cats | monkey | monkeys\ncat | cats | mouse | mice\ncat | cats | onion | onions\ncat | cats | pear | pears\ncat | cats | pig | pigs\ncat | cats | pineapple | pineapples\ncat | cats | rat | rats\ncat | cats | road | roads\ncat | cats | snake | snakes\ncat | cats | woman | women\ncat | cats | banana | bananas\ncat | cats | bird | birds\ncat | cats | bottle | bottles\ncat | cats | building | buildings\ncat | cats | car | cars\nchild | children | cloud | clouds\nchild | children | color | colors\nchild | children | computer | computers\nchild | children | cow | cows\nchild | children | dog | dogs\nchild | children | dollar | dollars\nchild | children | donkey | donkeys\nchild | children | dream | dreams\nchild | children | eagle | eagles\nchild | children | elephant | elephants\nchild | children | eye | eyes\nchild | children | finger | fingers\nchild | children | goat | goats\nchild | children | hand | hands\nchild | children | horse | horses\nchild | children | lion | lions\nchild | children | machine | machines\nchild | children | mango | mangoes\nchild | children | man | men\nchild | children | melon | melons\nchild | children | monkey | monkeys\nchild | children | mouse | mice\nchild | children | onion | onions\nchild | children | pear | pears\nchild | children | pig | pigs\nchild | children | pineapple | pineapples\nchild | children | rat | rats\nchild | children | road | roads\nchild | children | snake | snakes\nchild | children | woman | women\nchild | children | banana | bananas\nchild | children | bird | birds\nchild | children | bottle | bottles\nchild | children | building | buildings\nchild | children | car | cars\nchild | children | cat | cats\ncloud | clouds | color | colors\ncloud | clouds | computer | computers\ncloud | clouds | cow | cows\ncloud | clouds | dog | dogs\ncloud | clouds | dollar | dollars\ncloud | clouds | donkey | donkeys\ncloud | clouds | dream | dreams\ncloud | clouds | eagle | eagles\ncloud | clouds | elephant | elephants\ncloud | clouds | eye | eyes\ncloud | clouds | finger | fingers\ncloud | clouds | goat | goats\ncloud | clouds | hand | hands\ncloud | clouds | horse | horses\ncloud | clouds | lion | lions\ncloud | clouds | machine | machines\ncloud | clouds | mango | mangoes\ncloud | clouds | man | men\ncloud | clouds | melon | melons\ncloud | clouds | monkey | monkeys\ncloud | clouds | mouse | mice\ncloud | clouds | onion | onions\ncloud | clouds | pear | pears\ncloud | clouds | pig | pigs\ncloud | clouds | pineapple | pineapples\ncloud | clouds | rat | rats\ncloud | clouds | road | roads\ncloud | clouds | snake | snakes\ncloud | clouds | woman | women\ncloud | clouds | banana | bananas\ncloud | clouds | bird | birds\ncloud | clouds | bottle | bottles\ncloud | clouds | building | buildings\ncloud | clouds | car | cars\ncloud | clouds | cat | cats\ncloud | clouds | child | children\ncolor | colors | computer | computers\ncolor | colors | cow | cows\ncolor | colors | dog | dogs\ncolor | colors | dollar | dollars\ncolor | colors | donkey | donkeys\ncolor | colors | dream | dreams\ncolor | colors | eagle | eagles\ncolor | colors | elephant | elephants\ncolor | colors | eye | eyes\ncolor | colors | finger | fingers\ncolor | colors | goat | goats\ncolor | colors | hand | hands\ncolor | colors | horse | horses\ncolor | colors | lion | lions\ncolor | colors | machine | machines\ncolor | colors | mango | mangoes\ncolor | colors | man | men\ncolor | colors | melon | melons\ncolor | colors | monkey | monkeys\ncolor | colors | mouse | mice\ncolor | colors | onion | onions\ncolor | colors | pear | pears\ncolor | colors | pig | pigs\ncolor | colors | pineapple | pineapples\ncolor | colors | rat | rats\ncolor | colors | road | roads\ncolor | colors | snake | snakes\ncolor | colors | woman | women\ncolor | colors | banana | bananas\ncolor | colors | bird | birds\ncolor | colors | bottle | bottles\ncolor | colors | building | buildings\ncolor | colors | car | cars\ncolor | colors | cat | cats\ncolor | colors | child | children\ncolor | colors | cloud | clouds\ncomputer | computers | cow | cows\ncomputer | computers | dog | dogs\ncomputer | computers | dollar | dollars\ncomputer | computers | donkey | donkeys\ncomputer | computers | dream | dreams\ncomputer | computers | eagle | eagles\ncomputer | computers | elephant | elephants\ncomputer | computers | eye | eyes\ncomputer | computers | finger | fingers\ncomputer | computers | goat | goats\ncomputer | computers | hand | hands\ncomputer | computers | horse | horses\ncomputer | computers | lion | lions\ncomputer | computers | machine | machines\ncomputer | computers | mango | mangoes\ncomputer | computers | man | men\ncomputer | computers | melon | melons\ncomputer | computers | monkey | monkeys\ncomputer | computers | mouse | mice\ncomputer | computers | onion | onions\ncomputer | computers | pear | pears\ncomputer | computers | pig | pigs\ncomputer | computers | pineapple | pineapples\ncomputer | computers | rat | rats\ncomputer | computers | road | roads\ncomputer | computers | snake | snakes\ncomputer | computers | woman | women\ncomputer | computers | banana | bananas\ncomputer | computers | bird | birds\ncomputer | computers | bottle | bottles\ncomputer | computers | building | buildings\ncomputer | computers | car | cars\ncomputer | computers | cat | cats\ncomputer | computers | child | children\ncomputer | computers | cloud | clouds\ncomputer | computers | color | colors\ncow | cows | dog | dogs\ncow | cows | dollar | dollars\ncow | cows | donkey | donkeys\ncow | cows | dream | dreams\ncow | cows | eagle | eagles\ncow | cows | elephant | elephants\ncow | cows | eye | eyes\ncow | cows | finger | fingers\ncow | cows | goat | goats\ncow | cows | hand | hands\ncow | cows | horse | horses\ncow | cows | lion | lions\ncow | cows | machine | machines\ncow | cows | mango | mangoes\ncow | cows | man | men\ncow | cows | melon | melons\ncow | cows | monkey | monkeys\ncow | cows | mouse | mice\ncow | cows | onion | onions\ncow | cows | pear | pears\ncow | cows | pig | pigs\ncow | cows | pineapple | pineapples\ncow | cows | rat | rats\ncow | cows | road | roads\ncow | cows | snake | snakes\ncow | cows | woman | women\ncow | cows | banana | bananas\ncow | cows | bird | birds\ncow | cows | bottle | bottles\ncow | cows | building | buildings\ncow | cows | car | cars\ncow | cows | cat | cats\ncow | cows | child | children\ncow | cows | cloud | clouds\ncow | cows | color | colors\ncow | cows | computer | computers\ndog | dogs | dollar | dollars\ndog | dogs | donkey | donkeys\ndog | dogs | dream | dreams\ndog | dogs | eagle | eagles\ndog | dogs | elephant | elephants\ndog | dogs | eye | eyes\ndog | dogs | finger | fingers\ndog | dogs | goat | goats\ndog | dogs | hand | hands\ndog | dogs | horse | horses\ndog | dogs | lion | lions\ndog | dogs | machine | machines\ndog | dogs | mango | mangoes\ndog | dogs | man | men\ndog | dogs | melon | melons\ndog | dogs | monkey | monkeys\ndog | dogs | mouse | mice\ndog | dogs | onion | onions\ndog | dogs | pear | pears\ndog | dogs | pig | pigs\ndog | dogs | pineapple | pineapples\ndog | dogs | rat | rats\ndog | dogs | road | roads\ndog | dogs | snake | snakes\ndog | dogs | woman | women\ndog | dogs | banana | bananas\ndog | dogs | bird | birds\ndog | dogs | bottle | bottles\ndog | dogs | building | buildings\ndog | dogs | car | cars\ndog | dogs | cat | cats\ndog | dogs | child | children\ndog | dogs | cloud | clouds\ndog | dogs | color | colors\ndog | dogs | computer | computers\ndog | dogs | cow | cows\ndollar | dollars | donkey | donkeys\ndollar | dollars | dream | dreams\ndollar | dollars | eagle | eagles\ndollar | dollars | elephant | elephants\ndollar | dollars | eye | eyes\ndollar | dollars | finger | fingers\ndollar | dollars | goat | goats\ndollar | dollars | hand | hands\ndollar | dollars | horse | horses\ndollar | dollars | lion | lions\ndollar | dollars | machine | machines\ndollar | dollars | mango | mangoes\ndollar | dollars | man | men\ndollar | dollars | melon | melons\ndollar | dollars | monkey | monkeys\ndollar | dollars | mouse | mice\ndollar | dollars | onion | onions\ndollar | dollars | pear | pears\ndollar | dollars | pig | pigs\ndollar | dollars | pineapple | pineapples\ndollar | dollars | rat | rats\ndollar | dollars | road | roads\ndollar | dollars | snake | snakes\ndollar | dollars | woman | women\ndollar | dollars | banana | bananas\ndollar | dollars | bird | birds\ndollar | dollars | bottle | bottles\ndollar | dollars | building | buildings\ndollar | dollars | car | cars\ndollar | dollars | cat | cats\ndollar | dollars | child | children\ndollar | dollars | cloud | clouds\ndollar | dollars | color | colors\ndollar | dollars | computer | computers\ndollar | dollars | cow | cows\ndollar | dollars | dog | dogs\ndonkey | donkeys | dream | dreams\ndonkey | donkeys | eagle | eagles\ndonkey | donkeys | elephant | elephants\ndonkey | donkeys | eye | eyes\ndonkey | donkeys | finger | fingers\ndonkey | donkeys | goat | goats\ndonkey | donkeys | hand | hands\ndonkey | donkeys | horse | horses\ndonkey | donkeys | lion | lions\ndonkey | donkeys | machine | machines\ndonkey | donkeys | mango | mangoes\ndonkey | donkeys | man | men\ndonkey | donkeys | melon | melons\ndonkey | donkeys | monkey | monkeys\ndonkey | donkeys | mouse | mice\ndonkey | donkeys | onion | onions\ndonkey | donkeys | pear | pears\ndonkey | donkeys | pig | pigs\ndonkey | donkeys | pineapple | pineapples\ndonkey | donkeys | rat | rats\ndonkey | donkeys | road | roads\ndonkey | donkeys | snake | snakes\ndonkey | donkeys | woman | women\ndonkey | donkeys | banana | bananas\ndonkey | donkeys | bird | birds\ndonkey | donkeys | bottle | bottles\ndonkey | donkeys | building | buildings\ndonkey | donkeys | car | cars\ndonkey | donkeys | cat | cats\ndonkey | donkeys | child | children\ndonkey | donkeys | cloud | clouds\ndonkey | donkeys | color | colors\ndonkey | donkeys | computer | computers\ndonkey | donkeys | cow | cows\ndonkey | donkeys | dog | dogs\ndonkey | donkeys | dollar | dollars\ndream | dreams | eagle | eagles\ndream | dreams | elephant | elephants\ndream | dreams | eye | eyes\ndream | dreams | finger | fingers\ndream | dreams | goat | goats\ndream | dreams | hand | hands\ndream | dreams | horse | horses\ndream | dreams | lion | lions\ndream | dreams | machine | machines\ndream | dreams | mango | mangoes\ndream | dreams | man | men\ndream | dreams | melon | melons\ndream | dreams | monkey | monkeys\ndream | dreams | mouse | mice\ndream | dreams | onion | onions\ndream | dreams | pear | pears\ndream | dreams | pig | pigs\ndream | dreams | pineapple | pineapples\ndream | dreams | rat | rats\ndream | dreams | road | roads\ndream | dreams | snake | snakes\ndream | dreams | woman | women\ndream | dreams | banana | bananas\ndream | dreams | bird | birds\ndream | dreams | bottle | bottles\ndream | dreams | building | buildings\ndream | dreams | car | cars\ndream | dreams | cat | cats\ndream | dreams | child | children\ndream | dreams | cloud | clouds\ndream | dreams | color | colors\ndream | dreams | computer | computers\ndream | dreams | cow | cows\ndream | dreams | dog | dogs\ndream | dreams | dollar | dollars\ndream | dreams | donkey | donkeys\neagle | eagles | elephant | elephants\neagle | eagles | eye | eyes\neagle | eagles | finger | fingers\neagle | eagles | goat | goats\neagle | eagles | hand | hands\neagle | eagles | horse | horses\neagle | eagles | lion | lions\neagle | eagles | machine | machines\neagle | eagles | mango | mangoes\neagle | eagles | man | men\neagle | eagles | melon | melons\neagle | eagles | monkey | monkeys\neagle | eagles | mouse | mice\neagle | eagles | onion | onions\neagle | eagles | pear | pears\neagle | eagles | pig | pigs\neagle | eagles | pineapple | pineapples\neagle | eagles | rat | rats\neagle | eagles | road | roads\neagle | eagles | snake | snakes\neagle | eagles | woman | women\neagle | eagles | banana | bananas\neagle | eagles | bird | birds\neagle | eagles | bottle | bottles\neagle | eagles | building | buildings\neagle | eagles | car | cars\neagle | eagles | cat | cats\neagle | eagles | child | children\neagle | eagles | cloud | clouds\neagle | eagles | color | colors\neagle | eagles | computer | computers\neagle | eagles | cow | cows\neagle | eagles | dog | dogs\neagle | eagles | dollar | dollars\neagle | eagles | donkey | donkeys\neagle | eagles | dream | dreams\nelephant | elephants | eye | eyes\nelephant | elephants | finger | fingers\nelephant | elephants | goat | goats\nelephant | elephants | hand | hands\nelephant | elephants | horse | horses\nelephant | elephants | lion | lions\nelephant | elephants | machine | machines\nelephant | elephants | mango | mangoes\nelephant | elephants | man | men\nelephant | elephants | melon | melons\nelephant | elephants | monkey | monkeys\nelephant | elephants | mouse | mice\nelephant | elephants | onion | onions\nelephant | elephants | pear | pears\nelephant | elephants | pig | pigs\nelephant | elephants | pineapple | pineapples\nelephant | elephants | rat | rats\nelephant | elephants | road | roads\nelephant | elephants | snake | snakes\nelephant | elephants | woman | women\nelephant | elephants | banana | bananas\nelephant | elephants | bird | birds\nelephant | elephants | bottle | bottles\nelephant | elephants | building | buildings\nelephant | elephants | car | cars\nelephant | elephants | cat | cats\nelephant | elephants | child | children\nelephant | elephants | cloud | clouds\nelephant | elephants | color | colors\nelephant | elephants | computer | computers\nelephant | elephants | cow | cows\nelephant | elephants | dog | dogs\nelephant | elephants | dollar | dollars\nelephant | elephants | donkey | donkeys\nelephant | elephants | dream | dreams\nelephant | elephants | eagle | eagles\neye | eyes | finger | fingers\neye | eyes | goat | goats\neye | eyes | hand | hands\neye | eyes | horse | horses\neye | eyes | lion | lions\neye | eyes | machine | machines\neye | eyes | mango | mangoes\neye | eyes | man | men\neye | eyes | melon | melons\neye | eyes | monkey | monkeys\neye | eyes | mouse | mice\neye | eyes | onion | onions\neye | eyes | pear | pears\neye | eyes | pig | pigs\neye | eyes | pineapple | pineapples\neye | eyes | rat | rats\neye | eyes | road | roads\neye | eyes | snake | snakes\neye | eyes | woman | women\neye | eyes | banana | bananas\neye | eyes | bird | birds\neye | eyes | bottle | bottles\neye | eyes | building | buildings\neye | eyes | car | cars\neye | eyes | cat | cats\neye | eyes | child | children\neye | eyes | cloud | clouds\neye | eyes | color | colors\neye | eyes | computer | computers\neye | eyes | cow | cows\neye | eyes | dog | dogs\neye | eyes | dollar | dollars\neye | eyes | donkey | donkeys\neye | eyes | dream | dreams\neye | eyes | eagle | eagles\neye | eyes | elephant | elephants\nfinger | fingers | goat | goats\nfinger | fingers | hand | hands\nfinger | fingers | horse | horses\nfinger | fingers | lion | lions\nfinger | fingers | machine | machines\nfinger | fingers | mango | mangoes\nfinger | fingers | man | men\nfinger | fingers | melon | melons\nfinger | fingers | monkey | monkeys\nfinger | fingers | mouse | mice\nfinger | fingers | onion | onions\nfinger | fingers | pear | pears\nfinger | fingers | pig | pigs\nfinger | fingers | pineapple | pineapples\nfinger | fingers | rat | rats\nfinger | fingers | road | roads\nfinger | fingers | snake | snakes\nfinger | fingers | woman | women\nfinger | fingers | banana | bananas\nfinger | fingers | bird | birds\nfinger | fingers | bottle | bottles\nfinger | fingers | building | buildings\nfinger | fingers | car | cars\nfinger | fingers | cat | cats\nfinger | fingers | child | children\nfinger | fingers | cloud | clouds\nfinger | fingers | color | colors\nfinger | fingers | computer | computers\nfinger | fingers | cow | cows\nfinger | fingers | dog | dogs\nfinger | fingers | dollar | dollars\nfinger | fingers | donkey | donkeys\nfinger | fingers | dream | dreams\nfinger | fingers | eagle | eagles\nfinger | fingers | elephant | elephants\nfinger | fingers | eye | eyes\ngoat | goats | hand | hands\ngoat | goats | horse | horses\ngoat | goats | lion | lions\ngoat | goats | machine | machines\ngoat | goats | mango | mangoes\ngoat | goats | man | men\ngoat | goats | melon | melons\ngoat | goats | monkey | monkeys\ngoat | goats | mouse | mice\ngoat | goats | onion | onions\ngoat | goats | pear | pears\ngoat | goats | pig | pigs\ngoat | goats | pineapple | pineapples\ngoat | goats | rat | rats\ngoat | goats | road | roads\ngoat | goats | snake | snakes\ngoat | goats | woman | women\ngoat | goats | banana | bananas\ngoat | goats | bird | birds\ngoat | goats | bottle | bottles\ngoat | goats | building | buildings\ngoat | goats | car | cars\ngoat | goats | cat | cats\ngoat | goats | child | children\ngoat | goats | cloud | clouds\ngoat | goats | color | colors\ngoat | goats | computer | computers\ngoat | goats | cow | cows\ngoat | goats | dog | dogs\ngoat | goats | dollar | dollars\ngoat | goats | donkey | donkeys\ngoat | goats | dream | dreams\ngoat | goats | eagle | eagles\ngoat | goats | elephant | elephants\ngoat | goats | eye | eyes\ngoat | goats | finger | fingers\nhand | hands | horse | horses\nhand | hands | lion | lions\nhand | hands | machine | machines\nhand | hands | mango | mangoes\nhand | hands | man | men\nhand | hands | melon | melons\nhand | hands | monkey | monkeys\nhand | hands | mouse | mice\nhand | hands | onion | onions\nhand | hands | pear | pears\nhand | hands | pig | pigs\nhand | hands | pineapple | pineapples\nhand | hands | rat | rats\nhand | hands | road | roads\nhand | hands | snake | snakes\nhand | hands | woman | women\nhand | hands | banana | bananas\nhand | hands | bird | birds\nhand | hands | bottle | bottles\nhand | hands | building | buildings\nhand | hands | car | cars\nhand | hands | cat | cats\nhand | hands | child | children\nhand | hands | cloud | clouds\nhand | hands | color | colors\nhand | hands | computer | computers\nhand | hands | cow | cows\nhand | hands | dog | dogs\nhand | hands | dollar | dollars\nhand | hands | donkey | donkeys\nhand | hands | dream | dreams\nhand | hands | eagle | eagles\nhand | hands | elephant | elephants\nhand | hands | eye | eyes\nhand | hands | finger | fingers\nhand | hands | goat | goats\nhorse | horses | lion | lions\nhorse | horses | machine | machines\nhorse | horses | mango | mangoes\nhorse | horses | man | men\nhorse | horses | melon | melons\nhorse | horses | monkey | monkeys\nhorse | horses | mouse | mice\nhorse | horses | onion | onions\nhorse | horses | pear | pears\nhorse | horses | pig | pigs\nhorse | horses | pineapple | pineapples\nhorse | horses | rat | rats\nhorse | horses | road | roads\nhorse | horses | snake | snakes\nhorse | horses | woman | women\nhorse | horses | banana | bananas\nhorse | horses | bird | birds\nhorse | horses | bottle | bottles\nhorse | horses | building | buildings\nhorse | horses | car | cars\nhorse | horses | cat | cats\nhorse | horses | child | children\nhorse | horses | cloud | clouds\nhorse | horses | color | colors\nhorse | horses | computer | computers\nhorse | horses | cow | cows\nhorse | horses | dog | dogs\nhorse | horses | dollar | dollars\nhorse | horses | donkey | donkeys\nhorse | horses | dream | dreams\nhorse | horses | eagle | eagles\nhorse | horses | elephant | elephants\nhorse | horses | eye | eyes\nhorse | horses | finger | fingers\nhorse | horses | goat | goats\nhorse | horses | hand | hands\nlion | lions | machine | machines\nlion | lions | mango | mangoes\nlion | lions | man | men\nlion | lions | melon | melons\nlion | lions | monkey | monkeys\nlion | lions | mouse | mice\nlion | lions | onion | onions\nlion | lions | pear | pears\nlion | lions | pig | pigs\nlion | lions | pineapple | pineapples\nlion | lions | rat | rats\nlion | lions | road | roads\nlion | lions | snake | snakes\nlion | lions | woman | women\nlion | lions | banana | bananas\nlion | lions | bird | birds\nlion | lions | bottle | bottles\nlion | lions | building | buildings\nlion | lions | car | cars\nlion | lions | cat | cats\nlion | lions | child | children\nlion | lions | cloud | clouds\nlion | lions | color | colors\nlion | lions | computer | computers\nlion | lions | cow | cows\nlion | lions | dog | dogs\nlion | lions | dollar | dollars\nlion | lions | donkey | donkeys\nlion | lions | dream | dreams\nlion | lions | eagle | eagles\nlion | lions | elephant | elephants\nlion | lions | eye | eyes\nlion | lions | finger | fingers\nlion | lions | goat | goats\nlion | lions | hand | hands\nlion | lions | horse | horses\nmachine | machines | mango | mangoes\nmachine | machines | man | men\nmachine | machines | melon | melons\nmachine | machines | monkey | monkeys\nmachine | machines | mouse | mice\nmachine | machines | onion | onions\nmachine | machines | pear | pears\nmachine | machines | pig | pigs\nmachine | machines | pineapple | pineapples\nmachine | machines | rat | rats\nmachine | machines | road | roads\nmachine | machines | snake | snakes\nmachine | machines | woman | women\nmachine | machines | banana | bananas\nmachine | machines | bird | birds\nmachine | machines | bottle | bottles\nmachine | machines | building | buildings\nmachine | machines | car | cars\nmachine | machines | cat | cats\nmachine | machines | child | children\nmachine | machines | cloud | clouds\nmachine | machines | color | colors\nmachine | machines | computer | computers\nmachine | machines | cow | cows\nmachine | machines | dog | dogs\nmachine | machines | dollar | dollars\nmachine | machines | donkey | donkeys\nmachine | machines | dream | dreams\nmachine | machines | eagle | eagles\nmachine | machines | elephant | elephants\nmachine | machines | eye | eyes\nmachine | machines | finger | fingers\nmachine | machines | goat | goats\nmachine | machines | hand | hands\nmachine | machines | horse | horses\nmachine | machines | lion | lions\nmango | mangoes | man | men\nmango | mangoes | melon | melons\nmango | mangoes | monkey | monkeys\nmango | mangoes | mouse | mice\nmango | mangoes | onion | onions\nmango | mangoes | pear | pears\nmango | mangoes | pig | pigs\nmango | mangoes | pineapple | pineapples\nmango | mangoes | rat | rats\nmango | mangoes | road | roads\nmango | mangoes | snake | snakes\nmango | mangoes | woman | women\nmango | mangoes | banana | bananas\nmango | mangoes | bird | birds\nmango | mangoes | bottle | bottles\nmango | mangoes | building | buildings\nmango | mangoes | car | cars\nmango | mangoes | cat | cats\nmango | mangoes | child | children\nmango | mangoes | cloud | clouds\nmango | mangoes | color | colors\nmango | mangoes | computer | computers\nmango | mangoes | cow | cows\nmango | mangoes | dog | dogs\nmango | mangoes | dollar | dollars\nmango | mangoes | donkey | donkeys\nmango | mangoes | dream | dreams\nmango | mangoes | eagle | eagles\nmango | mangoes | elephant | elephants\nmango | mangoes | eye | eyes\nmango | mangoes | finger | fingers\nmango | mangoes | goat | goats\nmango | mangoes | hand | hands\nmango | mangoes | horse | horses\nmango | mangoes | lion | lions\nmango | mangoes | machine | machines\nman | men | melon | melons\nman | men | monkey | monkeys\nman | men | mouse | mice\nman | men | onion | onions\nman | men | pear | pears\nman | men | pig | pigs\nman | men | pineapple | pineapples\nman | men | rat | rats\nman | men | road | roads\nman | men | snake | snakes\nman | men | woman | women\nman | men | banana | bananas\nman | men | bird | birds\nman | men | bottle | bottles\nman | men | building | buildings\nman | men | car | cars\nman | men | cat | cats\nman | men | child | children\nman | men | cloud | clouds\nman | men | color | colors\nman | men | computer | computers\nman | men | cow | cows\nman | men | dog | dogs\nman | men | dollar | dollars\nman | men | donkey | donkeys\nman | men | dream | dreams\nman | men | eagle | eagles\nman | men | elephant | elephants\nman | men | eye | eyes\nman | men | finger | fingers\nman | men | goat | goats\nman | men | hand | hands\nman | men | horse | horses\nman | men | lion | lions\nman | men | machine | machines\nman | men | mango | mangoes\nmelon | melons | monkey | monkeys\nmelon | melons | mouse | mice\nmelon | melons | onion | onions\nmelon | melons | pear | pears\nmelon | melons | pig | pigs\nmelon | melons | pineapple | pineapples\nmelon | melons | rat | rats\nmelon | melons | road | roads\nmelon | melons | snake | snakes\nmelon | melons | woman | women\nmelon | melons | banana | bananas\nmelon | melons | bird | birds\nmelon | melons | bottle | bottles\nmelon | melons | building | buildings\nmelon | melons | car | cars\nmelon | melons | cat | cats\nmelon | melons | child | children\nmelon | melons | cloud | clouds\nmelon | melons | color | colors\nmelon | melons | computer | computers\nmelon | melons | cow | cows\nmelon | melons | dog | dogs\nmelon | melons | dollar | dollars\nmelon | melons | donkey | donkeys\nmelon | melons | dream | dreams\nmelon | melons | eagle | eagles\nmelon | melons | elephant | elephants\nmelon | melons | eye | eyes\nmelon | melons | finger | fingers\nmelon | melons | goat | goats\nmelon | melons | hand | hands\nmelon | melons | horse | horses\nmelon | melons | lion | lions\nmelon | melons | machine | machines\nmelon | melons | mango | mangoes\nmelon | melons | man | men\nmonkey | monkeys | mouse | mice\nmonkey | monkeys | onion | onions\nmonkey | monkeys | pear | pears\nmonkey | monkeys | pig | pigs\nmonkey | monkeys | pineapple | pineapples\nmonkey | monkeys | rat | rats\nmonkey | monkeys | road | roads\nmonkey | monkeys | snake | snakes\nmonkey | monkeys | woman | women\nmonkey | monkeys | banana | bananas\nmonkey | monkeys | bird | birds\nmonkey | monkeys | bottle | bottles\nmonkey | monkeys | building | buildings\nmonkey | monkeys | car | cars\nmonkey | monkeys | cat | cats\nmonkey | monkeys | child | children\nmonkey | monkeys | cloud | clouds\nmonkey | monkeys | color | colors\nmonkey | monkeys | computer | computers\nmonkey | monkeys | cow | cows\nmonkey | monkeys | dog | dogs\nmonkey | monkeys | dollar | dollars\nmonkey | monkeys | donkey | donkeys\nmonkey | monkeys | dream | dreams\nmonkey | monkeys | eagle | eagles\nmonkey | monkeys | elephant | elephants\nmonkey | monkeys | eye | eyes\nmonkey | monkeys | finger | fingers\nmonkey | monkeys | goat | goats\nmonkey | monkeys | hand | hands\nmonkey | monkeys | horse | horses\nmonkey | monkeys | lion | lions\nmonkey | monkeys | machine | machines\nmonkey | monkeys | mango | mangoes\nmonkey | monkeys | man | men\nmonkey | monkeys | melon | melons\nmouse | mice | onion | onions\nmouse | mice | pear | pears\nmouse | mice | pig | pigs\nmouse | mice | pineapple | pineapples\nmouse | mice | rat | rats\nmouse | mice | road | roads\nmouse | mice | snake | snakes\nmouse | mice | woman | women\nmouse | mice | banana | bananas\nmouse | mice | bird | birds\nmouse | mice | bottle | bottles\nmouse | mice | building | buildings\nmouse | mice | car | cars\nmouse | mice | cat | cats\nmouse | mice | child | children\nmouse | mice | cloud | clouds\nmouse | mice | color | colors\nmouse | mice | computer | computers\nmouse | mice | cow | cows\nmouse | mice | dog | dogs\nmouse | mice | dollar | dollars\nmouse | mice | donkey | donkeys\nmouse | mice | dream | dreams\nmouse | mice | eagle | eagles\nmouse | mice | elephant | elephants\nmouse | mice | eye | eyes\nmouse | mice | finger | fingers\nmouse | mice | goat | goats\nmouse | mice | hand | hands\nmouse | mice | horse | horses\nmouse | mice | lion | lions\nmouse | mice | machine | machines\nmouse | mice | mango | mangoes\nmouse | mice | man | men\nmouse | mice | melon | melons\nmouse | mice | monkey | monkeys\nonion | onions | pear | pears\nonion | onions | pig | pigs\nonion | onions | pineapple | pineapples\nonion | onions | rat | rats\nonion | onions | road | roads\nonion | onions | snake | snakes\nonion | onions | woman | women\nonion | onions | banana | bananas\nonion | onions | bird | birds\nonion | onions | bottle | bottles\nonion | onions | building | buildings\nonion | onions | car | cars\nonion | onions | cat | cats\nonion | onions | child | children\nonion | onions | cloud | clouds\nonion | onions | color | colors\nonion | onions | computer | computers\nonion | onions | cow | cows\nonion | onions | dog | dogs\nonion | onions | dollar | dollars\nonion | onions | donkey | donkeys\nonion | onions | dream | dreams\nonion | onions | eagle | eagles\nonion | onions | elephant | elephants\nonion | onions | eye | eyes\nonion | onions | finger | fingers\nonion | onions | goat | goats\nonion | onions | hand | hands\nonion | onions | horse | horses\nonion | onions | lion | lions\nonion | onions | machine | machines\nonion | onions | mango | mangoes\nonion | onions | man | men\nonion | onions | melon | melons\nonion | onions | monkey | monkeys\nonion | onions | mouse | mice\npear | pears | pig | pigs\npear | pears | pineapple | pineapples\npear | pears | rat | rats\npear | pears | road | roads\npear | pears | snake | snakes\npear | pears | woman | women\npear | pears | banana | bananas\npear | pears | bird | birds\npear | pears | bottle | bottles\npear | pears | building | buildings\npear | pears | car | cars\npear | pears | cat | cats\npear | pears | child | children\npear | pears | cloud | clouds\npear | pears | color | colors\npear | pears | computer | computers\npear | pears | cow | cows\npear | pears | dog | dogs\npear | pears | dollar | dollars\npear | pears | donkey | donkeys\npear | pears | dream | dreams\npear | pears | eagle | eagles\npear | pears | elephant | elephants\npear | pears | eye | eyes\npear | pears | finger | fingers\npear | pears | goat | goats\npear | pears | hand | hands\npear | pears | horse | horses\npear | pears | lion | lions\npear | pears | machine | machines\npear | pears | mango | mangoes\npear | pears | man | men\npear | pears | melon | melons\npear | pears | monkey | monkeys\npear | pears | mouse | mice\npear | pears | onion | onions\npig | pigs | pineapple | pineapples\npig | pigs | rat | rats\npig | pigs | road | roads\npig | pigs | snake | snakes\npig | pigs | woman | women\npig | pigs | banana | bananas\npig | pigs | bird | birds\npig | pigs | bottle | bottles\npig | pigs | building | buildings\npig | pigs | car | cars\npig | pigs | cat | cats\npig | pigs | child | children\npig | pigs | cloud | clouds\npig | pigs | color | colors\npig | pigs | computer | computers\npig | pigs | cow | cows\npig | pigs | dog | dogs\npig | pigs | dollar | dollars\npig | pigs | donkey | donkeys\npig | pigs | dream | dreams\npig | pigs | eagle | eagles\npig | pigs | elephant | elephants\npig | pigs | eye | eyes\npig | pigs | finger | fingers\npig | pigs | goat | goats\npig | pigs | hand | hands\npig | pigs | horse | horses\npig | pigs | lion | lions\npig | pigs | machine | machines\npig | pigs | mango | mangoes\npig | pigs | man | men\npig | pigs | melon | melons\npig | pigs | monkey | monkeys\npig | pigs | mouse | mice\npig | pigs | onion | onions\npig | pigs | pear | pears\npineapple | pineapples | rat | rats\npineapple | pineapples | road | roads\npineapple | pineapples | snake | snakes\npineapple | pineapples | woman | women\npineapple | pineapples | banana | bananas\npineapple | pineapples | bird | birds\npineapple | pineapples | bottle | bottles\npineapple | pineapples | building | buildings\npineapple | pineapples | car | cars\npineapple | pineapples | cat | cats\npineapple | pineapples | child | children\npineapple | pineapples | cloud | clouds\npineapple | pineapples | color | colors\npineapple | pineapples | computer | computers\npineapple | pineapples | cow | cows\npineapple | pineapples | dog | dogs\npineapple | pineapples | dollar | dollars\npineapple | pineapples | donkey | donkeys\npineapple | pineapples | dream | dreams\npineapple | pineapples | eagle | eagles\npineapple | pineapples | elephant | elephants\npineapple | pineapples | eye | eyes\npineapple | pineapples | finger | fingers\npineapple | pineapples | goat | goats\npineapple | pineapples | hand | hands\npineapple | pineapples | horse | horses\npineapple | pineapples | lion | lions\npineapple | pineapples | machine | machines\npineapple | pineapples | mango | mangoes\npineapple | pineapples | man | men\npineapple | pineapples | melon | melons\npineapple | pineapples | monkey | monkeys\npineapple | pineapples | mouse | mice\npineapple | pineapples | onion | onions\npineapple | pineapples | pear | pears\npineapple | pineapples | pig | pigs\nrat | rats | road | roads\nrat | rats | snake | snakes\nrat | rats | woman | women\nrat | rats | banana | bananas\nrat | rats | bird | birds\nrat | rats | bottle | bottles\nrat | rats | building | buildings\nrat | rats | car | cars\nrat | rats | cat | cats\nrat | rats | child | children\nrat | rats | cloud | clouds\nrat | rats | color | colors\nrat | rats | computer | computers\nrat | rats | cow | cows\nrat | rats | dog | dogs\nrat | rats | dollar | dollars\nrat | rats | donkey | donkeys\nrat | rats | dream | dreams\nrat | rats | eagle | eagles\nrat | rats | elephant | elephants\nrat | rats | eye | eyes\nrat | rats | finger | fingers\nrat | rats | goat | goats\nrat | rats | hand | hands\nrat | rats | horse | horses\nrat | rats | lion | lions\nrat | rats | machine | machines\nrat | rats | mango | mangoes\nrat | rats | man | men\nrat | rats | melon | melons\nrat | rats | monkey | monkeys\nrat | rats | mouse | mice\nrat | rats | onion | onions\nrat | rats | pear | pears\nrat | rats | pig | pigs\nrat | rats | pineapple | pineapples\nroad | roads | snake | snakes\nroad | roads | woman | women\nroad | roads | banana | bananas\nroad | roads | bird | birds\nroad | roads | bottle | bottles\nroad | roads | building | buildings\nroad | roads | car | cars\nroad | roads | cat | cats\nroad | roads | child | children\nroad | roads | cloud | clouds\nroad | roads | color | colors\nroad | roads | computer | computers\nroad | roads | cow | cows\nroad | roads | dog | dogs\nroad | roads | dollar | dollars\nroad | roads | donkey | donkeys\nroad | roads | dream | dreams\nroad | roads | eagle | eagles\nroad | roads | elephant | elephants\nroad | roads | eye | eyes\nroad | roads | finger | fingers\nroad | roads | goat | goats\nroad | roads | hand | hands\nroad | roads | horse | horses\nroad | roads | lion | lions\nroad | roads | machine | machines\nroad | roads | mango | mangoes\nroad | roads | man | men\nroad | roads | melon | melons\nroad | roads | monkey | monkeys\nroad | roads | mouse | mice\nroad | roads | onion | onions\nroad | roads | pear | pears\nroad | roads | pig | pigs\nroad | roads | pineapple | pineapples\nroad | roads | rat | rats\nsnake | snakes | woman | women\nsnake | snakes | banana | bananas\nsnake | snakes | bird | birds\nsnake | snakes | bottle | bottles\nsnake | snakes | building | buildings\nsnake | snakes | car | cars\nsnake | snakes | cat | cats\nsnake | snakes | child | children\nsnake | snakes | cloud | clouds\nsnake | snakes | color | colors\nsnake | snakes | computer | computers\nsnake | snakes | cow | cows\nsnake | snakes | dog | dogs\nsnake | snakes | dollar | dollars\nsnake | snakes | donkey | donkeys\nsnake | snakes | dream | dreams\nsnake | snakes | eagle | eagles\nsnake | snakes | elephant | elephants\nsnake | snakes | eye | eyes\nsnake | snakes | finger | fingers\nsnake | snakes | goat | goats\nsnake | snakes | hand | hands\nsnake | snakes | horse | horses\nsnake | snakes | lion | lions\nsnake | snakes | machine | machines\nsnake | snakes | mango | mangoes\nsnake | snakes | man | men\nsnake | snakes | melon | melons\nsnake | snakes | monkey | monkeys\nsnake | snakes | mouse | mice\nsnake | snakes | onion | onions\nsnake | snakes | pear | pears\nsnake | snakes | pig | pigs\nsnake | snakes | pineapple | pineapples\nsnake | snakes | rat | rats\nsnake | snakes | road | roads\nwoman | women | banana | bananas\nwoman | women | bird | birds\nwoman | women | bottle | bottles\nwoman | women | building | buildings\nwoman | women | car | cars\nwoman | women | cat | cats\nwoman | women | child | children\nwoman | women | cloud | clouds\nwoman | women | color | colors\nwoman | women | computer | computers\nwoman | women | cow | cows\nwoman | women | dog | dogs\nwoman | women | dollar | dollars\nwoman | women | donkey | donkeys\nwoman | women | dream | dreams\nwoman | women | eagle | eagles\nwoman | women | elephant | elephants\nwoman | women | eye | eyes\nwoman | women | finger | fingers\nwoman | women | goat | goats\nwoman | women | hand | hands\nwoman | women | horse | horses\nwoman | women | lion | lions\nwoman | women | machine | machines\nwoman | women | mango | mangoes\nwoman | women | man | men\nwoman | women | melon | melons\nwoman | women | monkey | monkeys\nwoman | women | mouse | mice\nwoman | women | onion | onions\nwoman | women | pear | pears\nwoman | women | pig | pigs\nwoman | women | pineapple | pineapples\nwoman | women | rat | rats\nwoman | women | road | roads\nwoman | women | snake | snakes\n: | gram9-plural-verbs\ndecrease | decreases | describe | describes\ndecrease | decreases | eat | eats\ndecrease | decreases | enhance | enhances\ndecrease | decreases | estimate | estimates\ndecrease | decreases | find | finds\ndecrease | decreases | generate | generates\ndecrease | decreases | go | goes\ndecrease | decreases | implement | implements\ndecrease | decreases | increase | increases\ndecrease | decreases | listen | listens\ndecrease | decreases | play | plays\ndecrease | decreases | predict | predicts\ndecrease | decreases | provide | provides\ndecrease | decreases | say | says\ndecrease | decreases | scream | screams\ndecrease | decreases | search | searches\ndecrease | decreases | see | sees\ndecrease | decreases | shuffle | shuffles\ndecrease | decreases | sing | sings\ndecrease | decreases | sit | sits\ndecrease | decreases | slow | slows\ndecrease | decreases | speak | speaks\ndecrease | decreases | swim | swims\ndecrease | decreases | talk | talks\ndecrease | decreases | think | thinks\ndecrease | decreases | vanish | vanishes\ndecrease | decreases | walk | walks\ndecrease | decreases | work | works\ndecrease | decreases | write | writes\ndescribe | describes | eat | eats\ndescribe | describes | enhance | enhances\ndescribe | describes | estimate | estimates\ndescribe | describes | find | finds\ndescribe | describes | generate | generates\ndescribe | describes | go | goes\ndescribe | describes | implement | implements\ndescribe | describes | increase | increases\ndescribe | describes | listen | listens\ndescribe | describes | play | plays\ndescribe | describes | predict | predicts\ndescribe | describes | provide | provides\ndescribe | describes | say | says\ndescribe | describes | scream | screams\ndescribe | describes | search | searches\ndescribe | describes | see | sees\ndescribe | describes | shuffle | shuffles\ndescribe | describes | sing | sings\ndescribe | describes | sit | sits\ndescribe | describes | slow | slows\ndescribe | describes | speak | speaks\ndescribe | describes | swim | swims\ndescribe | describes | talk | talks\ndescribe | describes | think | thinks\ndescribe | describes | vanish | vanishes\ndescribe | describes | walk | walks\ndescribe | describes | work | works\ndescribe | describes | write | writes\ndescribe | describes | decrease | decreases\neat | eats | enhance | enhances\neat | eats | estimate | estimates\neat | eats | find | finds\neat | eats | generate | generates\neat | eats | go | goes\neat | eats | implement | implements\neat | eats | increase | increases\neat | eats | listen | listens\neat | eats | play | plays\neat | eats | predict | predicts\neat | eats | provide | provides\neat | eats | say | says\neat | eats | scream | screams\neat | eats | search | searches\neat | eats | see | sees\neat | eats | shuffle | shuffles\neat | eats | sing | sings\neat | eats | sit | sits\neat | eats | slow | slows\neat | eats | speak | speaks\neat | eats | swim | swims\neat | eats | talk | talks\neat | eats | think | thinks\neat | eats | vanish | vanishes\neat | eats | walk | walks\neat | eats | work | works\neat | eats | write | writes\neat | eats | decrease | decreases\neat | eats | describe | describes\nenhance | enhances | estimate | estimates\nenhance | enhances | find | finds\nenhance | enhances | generate | generates\nenhance | enhances | go | goes\nenhance | enhances | implement | implements\nenhance | enhances | increase | increases\nenhance | enhances | listen | listens\nenhance | enhances | play | plays\nenhance | enhances | predict | predicts\nenhance | enhances | provide | provides\nenhance | enhances | say | says\nenhance | enhances | scream | screams\nenhance | enhances | search | searches\nenhance | enhances | see | sees\nenhance | enhances | shuffle | shuffles\nenhance | enhances | sing | sings\nenhance | enhances | sit | sits\nenhance | enhances | slow | slows\nenhance | enhances | speak | speaks\nenhance | enhances | swim | swims\nenhance | enhances | talk | talks\nenhance | enhances | think | thinks\nenhance | enhances | vanish | vanishes\nenhance | enhances | walk | walks\nenhance | enhances | work | works\nenhance | enhances | write | writes\nenhance | enhances | decrease | decreases\nenhance | enhances | describe | describes\nenhance | enhances | eat | eats\nestimate | estimates | find | finds\nestimate | estimates | generate | generates\nestimate | estimates | go | goes\nestimate | estimates | implement | implements\nestimate | estimates | increase | increases\nestimate | estimates | listen | listens\nestimate | estimates | play | plays\nestimate | estimates | predict | predicts\nestimate | estimates | provide | provides\nestimate | estimates | say | says\nestimate | estimates | scream | screams\nestimate | estimates | search | searches\nestimate | estimates | see | sees\nestimate | estimates | shuffle | shuffles\nestimate | estimates | sing | sings\nestimate | estimates | sit | sits\nestimate | estimates | slow | slows\nestimate | estimates | speak | speaks\nestimate | estimates | swim | swims\nestimate | estimates | talk | talks\nestimate | estimates | think | thinks\nestimate | estimates | vanish | vanishes\nestimate | estimates | walk | walks\nestimate | estimates | work | works\nestimate | estimates | write | writes\nestimate | estimates | decrease | decreases\nestimate | estimates | describe | describes\nestimate | estimates | eat | eats\nestimate | estimates | enhance | enhances\nfind | finds | generate | generates\nfind | finds | go | goes\nfind | finds | implement | implements\nfind | finds | increase | increases\nfind | finds | listen | listens\nfind | finds | play | plays\nfind | finds | predict | predicts\nfind | finds | provide | provides\nfind | finds | say | says\nfind | finds | scream | screams\nfind | finds | search | searches\nfind | finds | see | sees\nfind | finds | shuffle | shuffles\nfind | finds | sing | sings\nfind | finds | sit | sits\nfind | finds | slow | slows\nfind | finds | speak | speaks\nfind | finds | swim | swims\nfind | finds | talk | talks\nfind | finds | think | thinks\nfind | finds | vanish | vanishes\nfind | finds | walk | walks\nfind | finds | work | works\nfind | finds | write | writes\nfind | finds | decrease | decreases\nfind | finds | describe | describes\nfind | finds | eat | eats\nfind | finds | enhance | enhances\nfind | finds | estimate | estimates\ngenerate | generates | go | goes\ngenerate | generates | implement | implements\ngenerate | generates | increase | increases\ngenerate | generates | listen | listens\ngenerate | generates | play | plays\ngenerate | generates | predict | predicts\ngenerate | generates | provide | provides\ngenerate | generates | say | says\ngenerate | generates | scream | screams\ngenerate | generates | search | searches\ngenerate | generates | see | sees\ngenerate | generates | shuffle | shuffles\ngenerate | generates | sing | sings\ngenerate | generates | sit | sits\ngenerate | generates | slow | slows\ngenerate | generates | speak | speaks\ngenerate | generates | swim | swims\ngenerate | generates | talk | talks\ngenerate | generates | think | thinks\ngenerate | generates | vanish | vanishes\ngenerate | generates | walk | walks\ngenerate | generates | work | works\ngenerate | generates | write | writes\ngenerate | generates | decrease | decreases\ngenerate | generates | describe | describes\ngenerate | generates | eat | eats\ngenerate | generates | enhance | enhances\ngenerate | generates | estimate | estimates\ngenerate | generates | find | finds\ngo | goes | implement | implements\ngo | goes | increase | increases\ngo | goes | listen | listens\ngo | goes | play | plays\ngo | goes | predict | predicts\ngo | goes | provide | provides\ngo | goes | say | says\ngo | goes | scream | screams\ngo | goes | search | searches\ngo | goes | see | sees\ngo | goes | shuffle | shuffles\ngo | goes | sing | sings\ngo | goes | sit | sits\ngo | goes | slow | slows\ngo | goes | speak | speaks\ngo | goes | swim | swims\ngo | goes | talk | talks\ngo | goes | think | thinks\ngo | goes | vanish | vanishes\ngo | goes | walk | walks\ngo | goes | work | works\ngo | goes | write | writes\ngo | goes | decrease | decreases\ngo | goes | describe | describes\ngo | goes | eat | eats\ngo | goes | enhance | enhances\ngo | goes | estimate | estimates\ngo | goes | find | finds\ngo | goes | generate | generates\nimplement | implements | increase | increases\nimplement | implements | listen | listens\nimplement | implements | play | plays\nimplement | implements | predict | predicts\nimplement | implements | provide | provides\nimplement | implements | say | says\nimplement | implements | scream | screams\nimplement | implements | search | searches\nimplement | implements | see | sees\nimplement | implements | shuffle | shuffles\nimplement | implements | sing | sings\nimplement | implements | sit | sits\nimplement | implements | slow | slows\nimplement | implements | speak | speaks\nimplement | implements | swim | swims\nimplement | implements | talk | talks\nimplement | implements | think | thinks\nimplement | implements | vanish | vanishes\nimplement | implements | walk | walks\nimplement | implements | work | works\nimplement | implements | write | writes\nimplement | implements | decrease | decreases\nimplement | implements | describe | describes\nimplement | implements | eat | eats\nimplement | implements | enhance | enhances\nimplement | implements | estimate | estimates\nimplement | implements | find | finds\nimplement | implements | generate | generates\nimplement | implements | go | goes\nincrease | increases | listen | listens\nincrease | increases | play | plays\nincrease | increases | predict | predicts\nincrease | increases | provide | provides\nincrease | increases | say | says\nincrease | increases | scream | screams\nincrease | increases | search | searches\nincrease | increases | see | sees\nincrease | increases | shuffle | shuffles\nincrease | increases | sing | sings\nincrease | increases | sit | sits\nincrease | increases | slow | slows\nincrease | increases | speak | speaks\nincrease | increases | swim | swims\nincrease | increases | talk | talks\nincrease | increases | think | thinks\nincrease | increases | vanish | vanishes\nincrease | increases | walk | walks\nincrease | increases | work | works\nincrease | increases | write | writes\nincrease | increases | decrease | decreases\nincrease | increases | describe | describes\nincrease | increases | eat | eats\nincrease | increases | enhance | enhances\nincrease | increases | estimate | estimates\nincrease | increases | find | finds\nincrease | increases | generate | generates\nincrease | increases | go | goes\nincrease | increases | implement | implements\nlisten | listens | play | plays\nlisten | listens | predict | predicts\nlisten | listens | provide | provides\nlisten | listens | say | says\nlisten | listens | scream | screams\nlisten | listens | search | searches\nlisten | listens | see | sees\nlisten | listens | shuffle | shuffles\nlisten | listens | sing | sings\nlisten | listens | sit | sits\nlisten | listens | slow | slows\nlisten | listens | speak | speaks\nlisten | listens | swim | swims\nlisten | listens | talk | talks\nlisten | listens | think | thinks\nlisten | listens | vanish | vanishes\nlisten | listens | walk | walks\nlisten | listens | work | works\nlisten | listens | write | writes\nlisten | listens | decrease | decreases\nlisten | listens | describe | describes\nlisten | listens | eat | eats\nlisten | listens | enhance | enhances\nlisten | listens | estimate | estimates\nlisten | listens | find | finds\nlisten | listens | generate | generates\nlisten | listens | go | goes\nlisten | listens | implement | implements\nlisten | listens | increase | increases\nplay | plays | predict | predicts\nplay | plays | provide | provides\nplay | plays | say | says\nplay | plays | scream | screams\nplay | plays | search | searches\nplay | plays | see | sees\nplay | plays | shuffle | shuffles\nplay | plays | sing | sings\nplay | plays | sit | sits\nplay | plays | slow | slows\nplay | plays | speak | speaks\nplay | plays | swim | swims\nplay | plays | talk | talks\nplay | plays | think | thinks\nplay | plays | vanish | vanishes\nplay | plays | walk | walks\nplay | plays | work | works\nplay | plays | write | writes\nplay | plays | decrease | decreases\nplay | plays | describe | describes\nplay | plays | eat | eats\nplay | plays | enhance | enhances\nplay | plays | estimate | estimates\nplay | plays | find | finds\nplay | plays | generate | generates\nplay | plays | go | goes\nplay | plays | implement | implements\nplay | plays | increase | increases\nplay | plays | listen | listens\npredict | predicts | provide | provides\npredict | predicts | say | says\npredict | predicts | scream | screams\npredict | predicts | search | searches\npredict | predicts | see | sees\npredict | predicts | shuffle | shuffles\npredict | predicts | sing | sings\npredict | predicts | sit | sits\npredict | predicts | slow | slows\npredict | predicts | speak | speaks\npredict | predicts | swim | swims\npredict | predicts | talk | talks\npredict | predicts | think | thinks\npredict | predicts | vanish | vanishes\npredict | predicts | walk | walks\npredict | predicts | work | works\npredict | predicts | write | writes\npredict | predicts | decrease | decreases\npredict | predicts | describe | describes\npredict | predicts | eat | eats\npredict | predicts | enhance | enhances\npredict | predicts | estimate | estimates\npredict | predicts | find | finds\npredict | predicts | generate | generates\npredict | predicts | go | goes\npredict | predicts | implement | implements\npredict | predicts | increase | increases\npredict | predicts | listen | listens\npredict | predicts | play | plays\nprovide | provides | say | says\nprovide | provides | scream | screams\nprovide | provides | search | searches\nprovide | provides | see | sees\nprovide | provides | shuffle | shuffles\nprovide | provides | sing | sings\nprovide | provides | sit | sits\nprovide | provides | slow | slows\nprovide | provides | speak | speaks\nprovide | provides | swim | swims\nprovide | provides | talk | talks\nprovide | provides | think | thinks\nprovide | provides | vanish | vanishes\nprovide | provides | walk | walks\nprovide | provides | work | works\nprovide | provides | write | writes\nprovide | provides | decrease | decreases\nprovide | provides | describe | describes\nprovide | provides | eat | eats\nprovide | provides | enhance | enhances\nprovide | provides | estimate | estimates\nprovide | provides | find | finds\nprovide | provides | generate | generates\nprovide | provides | go | goes\nprovide | provides | implement | implements\nprovide | provides | increase | increases\nprovide | provides | listen | listens\nprovide | provides | play | plays\nprovide | provides | predict | predicts\nsay | says | scream | screams\nsay | says | search | searches\nsay | says | see | sees\nsay | says | shuffle | shuffles\nsay | says | sing | sings\nsay | says | sit | sits\nsay | says | slow | slows\nsay | says | speak | speaks\nsay | says | swim | swims\nsay | says | talk | talks\nsay | says | think | thinks\nsay | says | vanish | vanishes\nsay | says | walk | walks\nsay | says | work | works\nsay | says | write | writes\nsay | says | decrease | decreases\nsay | says | describe | describes\nsay | says | eat | eats\nsay | says | enhance | enhances\nsay | says | estimate | estimates\nsay | says | find | finds\nsay | says | generate | generates\nsay | says | go | goes\nsay | says | implement | implements\nsay | says | increase | increases\nsay | says | listen | listens\nsay | says | play | plays\nsay | says | predict | predicts\nsay | says | provide | provides\nscream | screams | search | searches\nscream | screams | see | sees\nscream | screams | shuffle | shuffles\nscream | screams | sing | sings\nscream | screams | sit | sits\nscream | screams | slow | slows\nscream | screams | speak | speaks\nscream | screams | swim | swims\nscream | screams | talk | talks\nscream | screams | think | thinks\nscream | screams | vanish | vanishes\nscream | screams | walk | walks\nscream | screams | work | works\nscream | screams | write | writes\nscream | screams | decrease | decreases\nscream | screams | describe | describes\nscream | screams | eat | eats\nscream | screams | enhance | enhances\nscream | screams | estimate | estimates\nscream | screams | find | finds\nscream | screams | generate | generates\nscream | screams | go | goes\nscream | screams | implement | implements\nscream | screams | increase | increases\nscream | screams | listen | listens\nscream | screams | play | plays\nscream | screams | predict | predicts\nscream | screams | provide | provides\nscream | screams | say | says\nsearch | searches | see | sees\nsearch | searches | shuffle | shuffles\nsearch | searches | sing | sings\nsearch | searches | sit | sits\nsearch | searches | slow | slows\nsearch | searches | speak | speaks\nsearch | searches | swim | swims\nsearch | searches | talk | talks\nsearch | searches | think | thinks\nsearch | searches | vanish | vanishes\nsearch | searches | walk | walks\nsearch | searches | work | works\nsearch | searches | write | writes\nsearch | searches | decrease | decreases\nsearch | searches | describe | describes\nsearch | searches | eat | eats\nsearch | searches | enhance | enhances\nsearch | searches | estimate | estimates\nsearch | searches | find | finds\nsearch | searches | generate | generates\nsearch | searches | go | goes\nsearch | searches | implement | implements\nsearch | searches | increase | increases\nsearch | searches | listen | listens\nsearch | searches | play | plays\nsearch | searches | predict | predicts\nsearch | searches | provide | provides\nsearch | searches | say | says\nsearch | searches | scream | screams\nsee | sees | shuffle | shuffles\nsee | sees | sing | sings\nsee | sees | sit | sits\nsee | sees | slow | slows\nsee | sees | speak | speaks\nsee | sees | swim | swims\nsee | sees | talk | talks\nsee | sees | think | thinks\nsee | sees | vanish | vanishes\nsee | sees | walk | walks\nsee | sees | work | works\nsee | sees | write | writes\nsee | sees | decrease | decreases\nsee | sees | describe | describes\nsee | sees | eat | eats\nsee | sees | enhance | enhances\nsee | sees | estimate | estimates\nsee | sees | find | finds\nsee | sees | generate | generates\nsee | sees | go | goes\nsee | sees | implement | implements\nsee | sees | increase | increases\nsee | sees | listen | listens\nsee | sees | play | plays\nsee | sees | predict | predicts\nsee | sees | provide | provides\nsee | sees | say | says\nsee | sees | scream | screams\nsee | sees | search | searches\nshuffle | shuffles | sing | sings\nshuffle | shuffles | sit | sits\nshuffle | shuffles | slow | slows\nshuffle | shuffles | speak | speaks\nshuffle | shuffles | swim | swims\nshuffle | shuffles | talk | talks\nshuffle | shuffles | think | thinks\nshuffle | shuffles | vanish | vanishes\nshuffle | shuffles | walk | walks\nshuffle | shuffles | work | works\nshuffle | shuffles | write | writes\nshuffle | shuffles | decrease | decreases\nshuffle | shuffles | describe | describes\nshuffle | shuffles | eat | eats\nshuffle | shuffles | enhance | enhances\nshuffle | shuffles | estimate | estimates\nshuffle | shuffles | find | finds\nshuffle | shuffles | generate | generates\nshuffle | shuffles | go | goes\nshuffle | shuffles | implement | implements\nshuffle | shuffles | increase | increases\nshuffle | shuffles | listen | listens\nshuffle | shuffles | play | plays\nshuffle | shuffles | predict | predicts\nshuffle | shuffles | provide | provides\nshuffle | shuffles | say | says\nshuffle | shuffles | scream | screams\nshuffle | shuffles | search | searches\nshuffle | shuffles | see | sees\nsing | sings | sit | sits\nsing | sings | slow | slows\nsing | sings | speak | speaks\nsing | sings | swim | swims\nsing | sings | talk | talks\nsing | sings | think | thinks\nsing | sings | vanish | vanishes\nsing | sings | walk | walks\nsing | sings | work | works\nsing | sings | write | writes\nsing | sings | decrease | decreases\nsing | sings | describe | describes\nsing | sings | eat | eats\nsing | sings | enhance | enhances\nsing | sings | estimate | estimates\nsing | sings | find | finds\nsing | sings | generate | generates\nsing | sings | go | goes\nsing | sings | implement | implements\nsing | sings | increase | increases\nsing | sings | listen | listens\nsing | sings | play | plays\nsing | sings | predict | predicts\nsing | sings | provide | provides\nsing | sings | say | says\nsing | sings | scream | screams\nsing | sings | search | searches\nsing | sings | see | sees\nsing | sings | shuffle | shuffles\nsit | sits | slow | slows\nsit | sits | speak | speaks\nsit | sits | swim | swims\nsit | sits | talk | talks\nsit | sits | think | thinks\nsit | sits | vanish | vanishes\nsit | sits | walk | walks\nsit | sits | work | works\nsit | sits | write | writes\nsit | sits | decrease | decreases\nsit | sits | describe | describes\nsit | sits | eat | eats\nsit | sits | enhance | enhances\nsit | sits | estimate | estimates\nsit | sits | find | finds\nsit | sits | generate | generates\nsit | sits | go | goes\nsit | sits | implement | implements\nsit | sits | increase | increases\nsit | sits | listen | listens\nsit | sits | play | plays\nsit | sits | predict | predicts\nsit | sits | provide | provides\nsit | sits | say | says\nsit | sits | scream | screams\nsit | sits | search | searches\nsit | sits | see | sees\nsit | sits | shuffle | shuffles\nsit | sits | sing | sings\nslow | slows | speak | speaks\nslow | slows | swim | swims\nslow | slows | talk | talks\nslow | slows | think | thinks\nslow | slows | vanish | vanishes\nslow | slows | walk | walks\nslow | slows | work | works\nslow | slows | write | writes\nslow | slows | decrease | decreases\nslow | slows | describe | describes\nslow | slows | eat | eats\nslow | slows | enhance | enhances\nslow | slows | estimate | estimates\nslow | slows | find | finds\nslow | slows | generate | generates\nslow | slows | go | goes\nslow | slows | implement | implements\nslow | slows | increase | increases\nslow | slows | listen | listens\nslow | slows | play | plays\nslow | slows | predict | predicts\nslow | slows | provide | provides\nslow | slows | say | says\nslow | slows | scream | screams\nslow | slows | search | searches\nslow | slows | see | sees\nslow | slows | shuffle | shuffles\nslow | slows | sing | sings\nslow | slows | sit | sits\nspeak | speaks | swim | swims\nspeak | speaks | talk | talks\nspeak | speaks | think | thinks\nspeak | speaks | vanish | vanishes\nspeak | speaks | walk | walks\nspeak | speaks | work | works\nspeak | speaks | write | writes\nspeak | speaks | decrease | decreases\nspeak | speaks | describe | describes\nspeak | speaks | eat | eats\nspeak | speaks | enhance | enhances\nspeak | speaks | estimate | estimates\nspeak | speaks | find | finds\nspeak | speaks | generate | generates\nspeak | speaks | go | goes\nspeak | speaks | implement | implements\nspeak | speaks | increase | increases\nspeak | speaks | listen | listens\nspeak | speaks | play | plays\nspeak | speaks | predict | predicts\nspeak | speaks | provide | provides\nspeak | speaks | say | says\nspeak | speaks | scream | screams\nspeak | speaks | search | searches\nspeak | speaks | see | sees\nspeak | speaks | shuffle | shuffles\nspeak | speaks | sing | sings\nspeak | speaks | sit | sits\nspeak | speaks | slow | slows\nswim | swims | talk | talks\nswim | swims | think | thinks\nswim | swims | vanish | vanishes\nswim | swims | walk | walks\nswim | swims | work | works\nswim | swims | write | writes\nswim | swims | decrease | decreases\nswim | swims | describe | describes\nswim | swims | eat | eats\nswim | swims | enhance | enhances\nswim | swims | estimate | estimates\nswim | swims | find | finds\nswim | swims | generate | generates\nswim | swims | go | goes\nswim | swims | implement | implements\nswim | swims | increase | increases\nswim | swims | listen | listens\nswim | swims | play | plays\nswim | swims | predict | predicts\nswim | swims | provide | provides\nswim | swims | say | says\nswim | swims | scream | screams\nswim | swims | search | searches\nswim | swims | see | sees\nswim | swims | shuffle | shuffles\nswim | swims | sing | sings\nswim | swims | sit | sits\nswim | swims | slow | slows\nswim | swims | speak | speaks\ntalk | talks | think | thinks\ntalk | talks | vanish | vanishes\ntalk | talks | walk | walks\ntalk | talks | work | works\ntalk | talks | write | writes\ntalk | talks | decrease | decreases\ntalk | talks | describe | describes\ntalk | talks | eat | eats\ntalk | talks | enhance | enhances\ntalk | talks | estimate | estimates\ntalk | talks | find | finds\ntalk | talks | generate | generates\ntalk | talks | go | goes\ntalk | talks | implement | implements\ntalk | talks | increase | increases\ntalk | talks | listen | listens\ntalk | talks | play | plays\ntalk | talks | predict | predicts\ntalk | talks | provide | provides\ntalk | talks | say | says\ntalk | talks | scream | screams\ntalk | talks | search | searches\ntalk | talks | see | sees\ntalk | talks | shuffle | shuffles\ntalk | talks | sing | sings\ntalk | talks | sit | sits\ntalk | talks | slow | slows\ntalk | talks | speak | speaks\ntalk | talks | swim | swims\nthink | thinks | vanish | vanishes\nthink | thinks | walk | walks\nthink | thinks | work | works\nthink | thinks | write | writes\nthink | thinks | decrease | decreases\nthink | thinks | describe | describes\nthink | thinks | eat | eats\nthink | thinks | enhance | enhances\nthink | thinks | estimate | estimates\nthink | thinks | find | finds\nthink | thinks | generate | generates\nthink | thinks | go | goes\nthink | thinks | implement | implements\nthink | thinks | increase | increases\nthink | thinks | listen | listens\nthink | thinks | play | plays\nthink | thinks | predict | predicts\nthink | thinks | provide | provides\nthink | thinks | say | says\nthink | thinks | scream | screams\nthink | thinks | search | searches\nthink | thinks | see | sees\nthink | thinks | shuffle | shuffles\nthink | thinks | sing | sings\nthink | thinks | sit | sits\nthink | thinks | slow | slows\nthink | thinks | speak | speaks\nthink | thinks | swim | swims\nthink | thinks | talk | talks\nvanish | vanishes | walk | walks\nvanish | vanishes | work | works\nvanish | vanishes | write | writes\nvanish | vanishes | decrease | decreases\nvanish | vanishes | describe | describes\nvanish | vanishes | eat | eats\nvanish | vanishes | enhance | enhances\nvanish | vanishes | estimate | estimates\nvanish | vanishes | find | finds\nvanish | vanishes | generate | generates\nvanish | vanishes | go | goes\nvanish | vanishes | implement | implements\nvanish | vanishes | increase | increases\nvanish | vanishes | listen | listens\nvanish | vanishes | play | plays\nvanish | vanishes | predict | predicts\nvanish | vanishes | provide | provides\nvanish | vanishes | say | says\nvanish | vanishes | scream | screams\nvanish | vanishes | search | searches\nvanish | vanishes | see | sees\nvanish | vanishes | shuffle | shuffles\nvanish | vanishes | sing | sings\nvanish | vanishes | sit | sits\nvanish | vanishes | slow | slows\nvanish | vanishes | speak | speaks\nvanish | vanishes | swim | swims\nvanish | vanishes | talk | talks\nvanish | vanishes | think | thinks\nwalk | walks | work | works\nwalk | walks | write | writes\nwalk | walks | decrease | decreases\nwalk | walks | describe | describes\nwalk | walks | eat | eats\nwalk | walks | enhance | enhances\nwalk | walks | estimate | estimates\nwalk | walks | find | finds\nwalk | walks | generate | generates\nwalk | walks | go | goes\nwalk | walks | implement | implements\nwalk | walks | increase | increases\nwalk | walks | listen | listens\nwalk | walks | play | plays\nwalk | walks | predict | predicts\nwalk | walks | provide | provides\nwalk | walks | say | says\nwalk | walks | scream | screams\nwalk | walks | search | searches\nwalk | walks | see | sees\nwalk | walks | shuffle | shuffles\nwalk | walks | sing | sings\nwalk | walks | sit | sits\nwalk | walks | slow | slows\nwalk | walks | speak | speaks\nwalk | walks | swim | swims\nwalk | walks | talk | talks\nwalk | walks | think | thinks\nwalk | walks | vanish | vanishes\nwork | works | write | writes\nwork | works | decrease | decreases\nwork | works | describe | describes\nwork | works | eat | eats\nwork | works | enhance | enhances\nwork | works | estimate | estimates\nwork | works | find | finds\nwork | works | generate | generates\nwork | works | go | goes\nwork | works | implement | implements\nwork | works | increase | increases\nwork | works | listen | listens\nwork | works | play | plays\nwork | works | predict | predicts\nwork | works | provide | provides\nwork | works | say | says\nwork | works | scream | screams\nwork | works | search | searches\nwork | works | see | sees\nwork | works | shuffle | shuffles\nwork | works | sing | sings\nwork | works | sit | sits\nwork | works | slow | slows\nwork | works | speak | speaks\nwork | works | swim | swims\nwork | works | talk | talks\nwork | works | think | thinks\nwork | works | vanish | vanishes\nwork | works | walk | walks\nwrite | writes | decrease | decreases\nwrite | writes | describe | describes\nwrite | writes | eat | eats\nwrite | writes | enhance | enhances\nwrite | writes | estimate | estimates\nwrite | writes | find | finds\nwrite | writes | generate | generates\nwrite | writes | go | goes\nwrite | writes | implement | implements\nwrite | writes | increase | increases\nwrite | writes | listen | listens\nwrite | writes | play | plays\nwrite | writes | predict | predicts\nwrite | writes | provide | provides\nwrite | writes | say | says\nwrite | writes | scream | screams\nwrite | writes | search | searches\nwrite | writes | see | sees\nwrite | writes | shuffle | shuffles\nwrite | writes | sing | sings\nwrite | writes | sit | sits\nwrite | writes | slow | slows\nwrite | writes | speak | speaks\nwrite | writes | swim | swims\nwrite | writes | talk | talks\nwrite | writes | think | thinks\nwrite | writes | vanish | vanishes\nwrite | writes | walk | walks\nwrite | writes | work | works\n"
  },
  {
    "path": "src/data/embedding_analogies/portuguese/LX-4WAnalogies-ETNLP.txt",
    "content": ": | capital-common-countries\nAtenas | Grécia | Bagdade | Iraque\nAtenas | Grécia | Banguecoque | Tailândia\nAtenas | Grécia | Pequim | China\nAtenas | Grécia | Berlim | Alemanha\nAtenas | Grécia | Berna | Suíça\nAtenas | Grécia | Cairo | Egito\nAtenas | Grécia | Camberra | Austrália\nAtenas | Grécia | Hanói | Vietname\nAtenas | Grécia | Havana | Cuba\nAtenas | Grécia | Helsínquia | Finlândia\nAtenas | Grécia | Islamabade | Paquistão\nAtenas | Grécia | Cábul | Afeganistão\nAtenas | Grécia | Londres | Inglaterra\nAtenas | Grécia | Madrid | Espanha\nAtenas | Grécia | Moscovo | Rússia\nAtenas | Grécia | Oslo | Noruega\nAtenas | Grécia | Ottawa | Canadá\nAtenas | Grécia | Paris | França\nAtenas | Grécia | Roma | Itália\nAtenas | Grécia | Estocolmo | Suécia\nAtenas | Grécia | Teerão | Irão\nAtenas | Grécia | Tóquio | Japão\nBagdade | Iraque | Banguecoque | Tailândia\nBagdade | Iraque | Pequim | China\nBagdade | Iraque | Berlim | Alemanha\nBagdade | Iraque | Berna | Suíça\nBagdade | Iraque | Cairo | Egito\nBagdade | Iraque | Camberra | Austrália\nBagdade | Iraque | Hanói | Vietname\nBagdade | Iraque | Havana | Cuba\nBagdade | Iraque | Helsínquia | Finlândia\nBagdade | Iraque | Islamabade | Paquistão\nBagdade | Iraque | Cábul | Afeganistão\nBagdade | Iraque | Londres | Inglaterra\nBagdade | Iraque | Madrid | Espanha\nBagdade | Iraque | Moscovo | Rússia\nBagdade | Iraque | Oslo | Noruega\nBagdade | Iraque | Ottawa | Canadá\nBagdade | Iraque | Paris | França\nBagdade | Iraque | Roma | Itália\nBagdade | Iraque | Estocolmo | Suécia\nBagdade | Iraque | Teerão | Irão\nBagdade | Iraque | Tóquio | Japão\nBagdade | Iraque | Atenas | Grécia\nBanguecoque | Tailândia | Pequim | China\nBanguecoque | Tailândia | Berlim | Alemanha\nBanguecoque | Tailândia | Berna | Suíça\nBanguecoque | Tailândia | Cairo | Egito\nBanguecoque | Tailândia | Camberra | Austrália\nBanguecoque | Tailândia | Hanói | Vietname\nBanguecoque | Tailândia | Havana | Cuba\nBanguecoque | Tailândia | Helsínquia | Finlândia\nBanguecoque | Tailândia | Islamabade | Paquistão\nBanguecoque | Tailândia | Cábul | Afeganistão\nBanguecoque | Tailândia | Londres | Inglaterra\nBanguecoque | Tailândia | Madrid | Espanha\nBanguecoque | Tailândia | Moscovo | Rússia\nBanguecoque | Tailândia | Oslo | Noruega\nBanguecoque | Tailândia | Ottawa | Canadá\nBanguecoque | Tailândia | Paris | França\nBanguecoque | Tailândia | Roma | Itália\nBanguecoque | Tailândia | Estocolmo | Suécia\nBanguecoque | Tailândia | Teerão | Irão\nBanguecoque | Tailândia | Tóquio | Japão\nBanguecoque | Tailândia | Atenas | Grécia\nBanguecoque | Tailândia | Bagdade | Iraque\nPequim | China | Berlim | Alemanha\nPequim | China | Berna | Suíça\nPequim | China | Cairo | Egito\nPequim | China | Camberra | Austrália\nPequim | China | Hanói | Vietname\nPequim | China | Havana | Cuba\nPequim | China | Helsínquia | Finlândia\nPequim | China | Islamabade | Paquistão\nPequim | China | Cábul | Afeganistão\nPequim | China | Londres | Inglaterra\nPequim | China | Madrid | Espanha\nPequim | China | Moscovo | Rússia\nPequim | China | Oslo | Noruega\nPequim | China | Ottawa | Canadá\nPequim | China | Paris | França\nPequim | China | Roma | Itália\nPequim | China | Estocolmo | Suécia\nPequim | China | Teerão | Irão\nPequim | China | Tóquio | Japão\nPequim | China | Atenas | Grécia\nPequim | China | Bagdade | Iraque\nPequim | China | Banguecoque | Tailândia\nBerlim | Alemanha | Berna | Suíça\nBerlim | Alemanha | Cairo | Egito\nBerlim | Alemanha | Camberra | Austrália\nBerlim | Alemanha | Hanói | Vietname\nBerlim | Alemanha | Havana | Cuba\nBerlim | Alemanha | Helsínquia | Finlândia\nBerlim | Alemanha | Islamabade | Paquistão\nBerlim | Alemanha | Cábul | Afeganistão\nBerlim | Alemanha | Londres | Inglaterra\nBerlim | Alemanha | Madrid | Espanha\nBerlim | Alemanha | Moscovo | Rússia\nBerlim | Alemanha | Oslo | Noruega\nBerlim | Alemanha | Ottawa | Canadá\nBerlim | Alemanha | Paris | França\nBerlim | Alemanha | Roma | Itália\nBerlim | Alemanha | Estocolmo | Suécia\nBerlim | Alemanha | Teerão | Irão\nBerlim | Alemanha | Tóquio | Japão\nBerlim | Alemanha | Atenas | Grécia\nBerlim | Alemanha | Bagdade | Iraque\nBerlim | Alemanha | Banguecoque | Tailândia\nBerlim | Alemanha | Pequim | China\nBerna | Suíça | Cairo | Egito\nBerna | Suíça | Camberra | Austrália\nBerna | Suíça | Hanói | Vietname\nBerna | Suíça | Havana | Cuba\nBerna | Suíça | Helsínquia | Finlândia\nBerna | Suíça | Islamabade | Paquistão\nBerna | Suíça | Cábul | Afeganistão\nBerna | Suíça | Londres | Inglaterra\nBerna | Suíça | Madrid | Espanha\nBerna | Suíça | Moscovo | Rússia\nBerna | Suíça | Oslo | Noruega\nBerna | Suíça | Ottawa | Canadá\nBerna | Suíça | Paris | França\nBerna | Suíça | Roma | Itália\nBerna | Suíça | Estocolmo | Suécia\nBerna | Suíça | Teerão | Irão\nBerna | Suíça | Tóquio | Japão\nBerna | Suíça | Atenas | Grécia\nBerna | Suíça | Bagdade | Iraque\nBerna | Suíça | Banguecoque | Tailândia\nBerna | Suíça | Pequim | China\nBerna | Suíça | Berlim | Alemanha\nCairo | Egito | Camberra | Austrália\nCairo | Egito | Hanói | Vietname\nCairo | Egito | Havana | Cuba\nCairo | Egito | Helsínquia | Finlândia\nCairo | Egito | Islamabade | Paquistão\nCairo | Egito | Cábul | Afeganistão\nCairo | Egito | Londres | Inglaterra\nCairo | Egito | Madrid | Espanha\nCairo | Egito | Moscovo | Rússia\nCairo | Egito | Oslo | Noruega\nCairo | Egito | Ottawa | Canadá\nCairo | Egito | Paris | França\nCairo | Egito | Roma | Itália\nCairo | Egito | Estocolmo | Suécia\nCairo | Egito | Teerão | Irão\nCairo | Egito | Tóquio | Japão\nCairo | Egito | Atenas | Grécia\nCairo | Egito | Bagdade | Iraque\nCairo | Egito | Banguecoque | Tailândia\nCairo | Egito | Pequim | China\nCairo | Egito | Berlim | Alemanha\nCairo | Egito | Berna | Suíça\nCamberra | Austrália | Hanói | Vietname\nCamberra | Austrália | Havana | Cuba\nCamberra | Austrália | Helsínquia | Finlândia\nCamberra | Austrália | Islamabade | Paquistão\nCamberra | Austrália | Cábul | Afeganistão\nCamberra | Austrália | Londres | Inglaterra\nCamberra | Austrália | Madrid | Espanha\nCamberra | Austrália | Moscovo | Rússia\nCamberra | Austrália | Oslo | Noruega\nCamberra | Austrália | Ottawa | Canadá\nCamberra | Austrália | Paris | França\nCamberra | Austrália | Roma | Itália\nCamberra | Austrália | Estocolmo | Suécia\nCamberra | Austrália | Teerão | Irão\nCamberra | Austrália | Tóquio | Japão\nCamberra | Austrália | Atenas | Grécia\nCamberra | Austrália | Bagdade | Iraque\nCamberra | Austrália | Banguecoque | Tailândia\nCamberra | Austrália | Pequim | China\nCamberra | Austrália | Berlim | Alemanha\nCamberra | Austrália | Berna | Suíça\nCamberra | Austrália | Cairo | Egito\nHanói | Vietname | Havana | Cuba\nHanói | Vietname | Helsínquia | Finlândia\nHanói | Vietname | Islamabade | Paquistão\nHanói | Vietname | Cábul | Afeganistão\nHanói | Vietname | Londres | Inglaterra\nHanói | Vietname | Madrid | Espanha\nHanói | Vietname | Moscovo | Rússia\nHanói | Vietname | Oslo | Noruega\nHanói | Vietname | Ottawa | Canadá\nHanói | Vietname | Paris | França\nHanói | Vietname | Roma | Itália\nHanói | Vietname | Estocolmo | Suécia\nHanói | Vietname | Teerão | Irão\nHanói | Vietname | Tóquio | Japão\nHanói | Vietname | Atenas | Grécia\nHanói | Vietname | Bagdade | Iraque\nHanói | Vietname | Banguecoque | Tailândia\nHanói | Vietname | Pequim | China\nHanói | Vietname | Berlim | Alemanha\nHanói | Vietname | Berna | Suíça\nHanói | Vietname | Cairo | Egito\nHanói | Vietname | Camberra | Austrália\nHavana | Cuba | Helsínquia | Finlândia\nHavana | Cuba | Islamabade | Paquistão\nHavana | Cuba | Cábul | Afeganistão\nHavana | Cuba | Londres | Inglaterra\nHavana | Cuba | Madrid | Espanha\nHavana | Cuba | Moscovo | Rússia\nHavana | Cuba | Oslo | Noruega\nHavana | Cuba | Ottawa | Canadá\nHavana | Cuba | Paris | França\nHavana | Cuba | Roma | Itália\nHavana | Cuba | Estocolmo | Suécia\nHavana | Cuba | Teerão | Irão\nHavana | Cuba | Tóquio | Japão\nHavana | Cuba | Atenas | Grécia\nHavana | Cuba | Bagdade | Iraque\nHavana | Cuba | Banguecoque | Tailândia\nHavana | Cuba | Pequim | China\nHavana | Cuba | Berlim | Alemanha\nHavana | Cuba | Berna | Suíça\nHavana | Cuba | Cairo | Egito\nHavana | Cuba | Camberra | Austrália\nHavana | Cuba | Hanói | Vietname\nHelsínquia | Finlândia | Islamabade | Paquistão\nHelsínquia | Finlândia | Cábul | Afeganistão\nHelsínquia | Finlândia | Londres | Inglaterra\nHelsínquia | Finlândia | Madrid | Espanha\nHelsínquia | Finlândia | Moscovo | Rússia\nHelsínquia | Finlândia | Oslo | Noruega\nHelsínquia | Finlândia | Ottawa | Canadá\nHelsínquia | Finlândia | Paris | França\nHelsínquia | Finlândia | Roma | Itália\nHelsínquia | Finlândia | Estocolmo | Suécia\nHelsínquia | Finlândia | Teerão | Irão\nHelsínquia | Finlândia | Tóquio | Japão\nHelsínquia | Finlândia | Atenas | Grécia\nHelsínquia | Finlândia | Bagdade | Iraque\nHelsínquia | Finlândia | Banguecoque | Tailândia\nHelsínquia | Finlândia | Pequim | China\nHelsínquia | Finlândia | Berlim | Alemanha\nHelsínquia | Finlândia | Berna | Suíça\nHelsínquia | Finlândia | Cairo | Egito\nHelsínquia | Finlândia | Camberra | Austrália\nHelsínquia | Finlândia | Hanói | Vietname\nHelsínquia | Finlândia | Havana | Cuba\nIslamabade | Paquistão | Cábul | Afeganistão\nIslamabade | Paquistão | Londres | Inglaterra\nIslamabade | Paquistão | Madrid | Espanha\nIslamabade | Paquistão | Moscovo | Rússia\nIslamabade | Paquistão | Oslo | Noruega\nIslamabade | Paquistão | Ottawa | Canadá\nIslamabade | Paquistão | Paris | França\nIslamabade | Paquistão | Roma | Itália\nIslamabade | Paquistão | Estocolmo | Suécia\nIslamabade | Paquistão | Teerão | Irão\nIslamabade | Paquistão | Tóquio | Japão\nIslamabade | Paquistão | Atenas | Grécia\nIslamabade | Paquistão | Bagdade | Iraque\nIslamabade | Paquistão | Banguecoque | Tailândia\nIslamabade | Paquistão | Pequim | China\nIslamabade | Paquistão | Berlim | Alemanha\nIslamabade | Paquistão | Berna | Suíça\nIslamabade | Paquistão | Cairo | Egito\nIslamabade | Paquistão | Camberra | Austrália\nIslamabade | Paquistão | Hanói | Vietname\nIslamabade | Paquistão | Havana | Cuba\nIslamabade | Paquistão | Helsínquia | Finlândia\nCábul | Afeganistão | Londres | Inglaterra\nCábul | Afeganistão | Madrid | Espanha\nCábul | Afeganistão | Moscovo | Rússia\nCábul | Afeganistão | Oslo | Noruega\nCábul | Afeganistão | Ottawa | Canadá\nCábul | Afeganistão | Paris | França\nCábul | Afeganistão | Roma | Itália\nCábul | Afeganistão | Estocolmo | Suécia\nCábul | Afeganistão | Teerão | Irão\nCábul | Afeganistão | Tóquio | Japão\nCábul | Afeganistão | Atenas | Grécia\nCábul | Afeganistão | Bagdade | Iraque\nCábul | Afeganistão | Banguecoque | Tailândia\nCábul | Afeganistão | Pequim | China\nCábul | Afeganistão | Berlim | Alemanha\nCábul | Afeganistão | Berna | Suíça\nCábul | Afeganistão | Cairo | Egito\nCábul | Afeganistão | Camberra | Austrália\nCábul | Afeganistão | Hanói | Vietname\nCábul | Afeganistão | Havana | Cuba\nCábul | Afeganistão | Helsínquia | Finlândia\nCábul | Afeganistão | Islamabade | Paquistão\nLondres | Inglaterra | Madrid | Espanha\nLondres | Inglaterra | Moscovo | Rússia\nLondres | Inglaterra | Oslo | Noruega\nLondres | Inglaterra | Ottawa | Canadá\nLondres | Inglaterra | Paris | França\nLondres | Inglaterra | Roma | Itália\nLondres | Inglaterra | Estocolmo | Suécia\nLondres | Inglaterra | Teerão | Irão\nLondres | Inglaterra | Tóquio | Japão\nLondres | Inglaterra | Atenas | Grécia\nLondres | Inglaterra | Bagdade | Iraque\nLondres | Inglaterra | Banguecoque | Tailândia\nLondres | Inglaterra | Pequim | China\nLondres | Inglaterra | Berlim | Alemanha\nLondres | Inglaterra | Berna | Suíça\nLondres | Inglaterra | Cairo | Egito\nLondres | Inglaterra | Camberra | Austrália\nLondres | Inglaterra | Hanói | Vietname\nLondres | Inglaterra | Havana | Cuba\nLondres | Inglaterra | Helsínquia | Finlândia\nLondres | Inglaterra | Islamabade | Paquistão\nLondres | Inglaterra | Cábul | Afeganistão\nMadrid | Espanha | Moscovo | Rússia\nMadrid | Espanha | Oslo | Noruega\nMadrid | Espanha | Ottawa | Canadá\nMadrid | Espanha | Paris | França\nMadrid | Espanha | Roma | Itália\nMadrid | Espanha | Estocolmo | Suécia\nMadrid | Espanha | Teerão | Irão\nMadrid | Espanha | Tóquio | Japão\nMadrid | Espanha | Atenas | Grécia\nMadrid | Espanha | Bagdade | Iraque\nMadrid | Espanha | Banguecoque | Tailândia\nMadrid | Espanha | Pequim | China\nMadrid | Espanha | Berlim | Alemanha\nMadrid | Espanha | Berna | Suíça\nMadrid | Espanha | Cairo | Egito\nMadrid | Espanha | Camberra | Austrália\nMadrid | Espanha | Hanói | Vietname\nMadrid | Espanha | Havana | Cuba\nMadrid | Espanha | Helsínquia | Finlândia\nMadrid | Espanha | Islamabade | Paquistão\nMadrid | Espanha | Cábul | Afeganistão\nMadrid | Espanha | Londres | Inglaterra\nMoscovo | Rússia | Oslo | Noruega\nMoscovo | Rússia | Ottawa | Canadá\nMoscovo | Rússia | Paris | França\nMoscovo | Rússia | Roma | Itália\nMoscovo | Rússia | Estocolmo | Suécia\nMoscovo | Rússia | Teerão | Irão\nMoscovo | Rússia | Tóquio | Japão\nMoscovo | Rússia | Atenas | Grécia\nMoscovo | Rússia | Bagdade | Iraque\nMoscovo | Rússia | Banguecoque | Tailândia\nMoscovo | Rússia | Pequim | China\nMoscovo | Rússia | Berlim | Alemanha\nMoscovo | Rússia | Berna | Suíça\nMoscovo | Rússia | Cairo | Egito\nMoscovo | Rússia | Camberra | Austrália\nMoscovo | Rússia | Hanói | Vietname\nMoscovo | Rússia | Havana | Cuba\nMoscovo | Rússia | Helsínquia | Finlândia\nMoscovo | Rússia | Islamabade | Paquistão\nMoscovo | Rússia | Cábul | Afeganistão\nMoscovo | Rússia | Londres | Inglaterra\nMoscovo | Rússia | Madrid | Espanha\nOslo | Noruega | Ottawa | Canadá\nOslo | Noruega | Paris | França\nOslo | Noruega | Roma | Itália\nOslo | Noruega | Estocolmo | Suécia\nOslo | Noruega | Teerão | Irão\nOslo | Noruega | Tóquio | Japão\nOslo | Noruega | Atenas | Grécia\nOslo | Noruega | Bagdade | Iraque\nOslo | Noruega | Banguecoque | Tailândia\nOslo | Noruega | Pequim | China\nOslo | Noruega | Berlim | Alemanha\nOslo | Noruega | Berna | Suíça\nOslo | Noruega | Cairo | Egito\nOslo | Noruega | Camberra | Austrália\nOslo | Noruega | Hanói | Vietname\nOslo | Noruega | Havana | Cuba\nOslo | Noruega | Helsínquia | Finlândia\nOslo | Noruega | Islamabade | Paquistão\nOslo | Noruega | Cábul | Afeganistão\nOslo | Noruega | Londres | Inglaterra\nOslo | Noruega | Madrid | Espanha\nOslo | Noruega | Moscovo | Rússia\nOttawa | Canadá | Paris | França\nOttawa | Canadá | Roma | Itália\nOttawa | Canadá | Estocolmo | Suécia\nOttawa | Canadá | Teerão | Irão\nOttawa | Canadá | Tóquio | Japão\nOttawa | Canadá | Atenas | Grécia\nOttawa | Canadá | Bagdade | Iraque\nOttawa | Canadá | Banguecoque | Tailândia\nOttawa | Canadá | Pequim | China\nOttawa | Canadá | Berlim | Alemanha\nOttawa | Canadá | Berna | Suíça\nOttawa | Canadá | Cairo | Egito\nOttawa | Canadá | Camberra | Austrália\nOttawa | Canadá | Hanói | Vietname\nOttawa | Canadá | Havana | Cuba\nOttawa | Canadá | Helsínquia | Finlândia\nOttawa | Canadá | Islamabade | Paquistão\nOttawa | Canadá | Cábul | Afeganistão\nOttawa | Canadá | Londres | Inglaterra\nOttawa | Canadá | Madrid | Espanha\nOttawa | Canadá | Moscovo | Rússia\nOttawa | Canadá | Oslo | Noruega\nParis | França | Roma | Itália\nParis | França | Estocolmo | Suécia\nParis | França | Teerão | Irão\nParis | França | Tóquio | Japão\nParis | França | Atenas | Grécia\nParis | França | Bagdade | Iraque\nParis | França | Banguecoque | Tailândia\nParis | França | Pequim | China\nParis | França | Berlim | Alemanha\nParis | França | Berna | Suíça\nParis | França | Cairo | Egito\nParis | França | Camberra | Austrália\nParis | França | Hanói | Vietname\nParis | França | Havana | Cuba\nParis | França | Helsínquia | Finlândia\nParis | França | Islamabade | Paquistão\nParis | França | Cábul | Afeganistão\nParis | França | Londres | Inglaterra\nParis | França | Madrid | Espanha\nParis | França | Moscovo | Rússia\nParis | França | Oslo | Noruega\nParis | França | Ottawa | Canadá\nRoma | Itália | Estocolmo | Suécia\nRoma | Itália | Teerão | Irão\nRoma | Itália | Tóquio | Japão\nRoma | Itália | Atenas | Grécia\nRoma | Itália | Bagdade | Iraque\nRoma | Itália | Banguecoque | Tailândia\nRoma | Itália | Pequim | China\nRoma | Itália | Berlim | Alemanha\nRoma | Itália | Berna | Suíça\nRoma | Itália | Cairo | Egito\nRoma | Itália | Camberra | Austrália\nRoma | Itália | Hanói | Vietname\nRoma | Itália | Havana | Cuba\nRoma | Itália | Helsínquia | Finlândia\nRoma | Itália | Islamabade | Paquistão\nRoma | Itália | Cábul | Afeganistão\nRoma | Itália | Londres | Inglaterra\nRoma | Itália | Madrid | Espanha\nRoma | Itália | Moscovo | Rússia\nRoma | Itália | Oslo | Noruega\nRoma | Itália | Ottawa | Canadá\nRoma | Itália | Paris | França\nEstocolmo | Suécia | Teerão | Irão\nEstocolmo | Suécia | Tóquio | Japão\nEstocolmo | Suécia | Atenas | Grécia\nEstocolmo | Suécia | Bagdade | Iraque\nEstocolmo | Suécia | Banguecoque | Tailândia\nEstocolmo | Suécia | Pequim | China\nEstocolmo | Suécia | Berlim | Alemanha\nEstocolmo | Suécia | Berna | Suíça\nEstocolmo | Suécia | Cairo | Egito\nEstocolmo | Suécia | Camberra | Austrália\nEstocolmo | Suécia | Hanói | Vietname\nEstocolmo | Suécia | Havana | Cuba\nEstocolmo | Suécia | Helsínquia | Finlândia\nEstocolmo | Suécia | Islamabade | Paquistão\nEstocolmo | Suécia | Cábul | Afeganistão\nEstocolmo | Suécia | Londres | Inglaterra\nEstocolmo | Suécia | Madrid | Espanha\nEstocolmo | Suécia | Moscovo | Rússia\nEstocolmo | Suécia | Oslo | Noruega\nEstocolmo | Suécia | Ottawa | Canadá\nEstocolmo | Suécia | Paris | França\nEstocolmo | Suécia | Roma | Itália\nTeerão | Irão | Tóquio | Japão\nTeerão | Irão | Atenas | Grécia\nTeerão | Irão | Bagdade | Iraque\nTeerão | Irão | Banguecoque | Tailândia\nTeerão | Irão | Pequim | China\nTeerão | Irão | Berlim | Alemanha\nTeerão | Irão | Berna | Suíça\nTeerão | Irão | Cairo | Egito\nTeerão | Irão | Camberra | Austrália\nTeerão | Irão | Hanói | Vietname\nTeerão | Irão | Havana | Cuba\nTeerão | Irão | Helsínquia | Finlândia\nTeerão | Irão | Islamabade | Paquistão\nTeerão | Irão | Cábul | Afeganistão\nTeerão | Irão | Londres | Inglaterra\nTeerão | Irão | Madrid | Espanha\nTeerão | Irão | Moscovo | Rússia\nTeerão | Irão | Oslo | Noruega\nTeerão | Irão | Ottawa | Canadá\nTeerão | Irão | Paris | França\nTeerão | Irão | Roma | Itália\nTeerão | Irão | Estocolmo | Suécia\nTóquio | Japão | Atenas | Grécia\nTóquio | Japão | Bagdade | Iraque\nTóquio | Japão | Banguecoque | Tailândia\nTóquio | Japão | Pequim | China\nTóquio | Japão | Berlim | Alemanha\nTóquio | Japão | Berna | Suíça\nTóquio | Japão | Cairo | Egito\nTóquio | Japão | Camberra | Austrália\nTóquio | Japão | Hanói | Vietname\nTóquio | Japão | Havana | Cuba\nTóquio | Japão | Helsínquia | Finlândia\nTóquio | Japão | Islamabade | Paquistão\nTóquio | Japão | Cábul | Afeganistão\nTóquio | Japão | Londres | Inglaterra\nTóquio | Japão | Madrid | Espanha\nTóquio | Japão | Moscovo | Rússia\nTóquio | Japão | Oslo | Noruega\nTóquio | Japão | Ottawa | Canadá\nTóquio | Japão | Paris | França\nTóquio | Japão | Roma | Itália\nTóquio | Japão | Estocolmo | Suécia\nTóquio | Japão | Teerão | Irão\n: | capital-world\nAbuja | Nigéria | Acra | Gana\nAbuja | Nigéria | Argel | Argélia\nAbuja | Nigéria | Amã | Jordânia\nAbuja | Nigéria | Ancara | Turquia\nAbuja | Nigéria | Antananarivo | Madagáscar\nAbuja | Nigéria | Apia | Samoa\nAbuja | Nigéria | Asgabate | Turquemenistão\nAbuja | Nigéria | Asmara | Eritreia\nAbuja | Nigéria | Astana | Cazaquistão\nAbuja | Nigéria | Atenas | Grécia\nAbuja | Nigéria | Bagdade | Iraque\nAbuja | Nigéria | Baku | Azerbaijão\nAbuja | Nigéria | Bamako | Mali\nAbuja | Nigéria | Banguecoque | Tailândia\nAbuja | Nigéria | Banjul | Gâmbia\nAbuja | Nigéria | Pequim | China\nAbuja | Nigéria | Beirute | Líbano\nAbuja | Nigéria | Belgrado | Sérvia\nAbuja | Nigéria | Belmopã | Belize\nAbuja | Nigéria | Berlim | Alemanha\nAbuja | Nigéria | Berna | Suíça\nAbuja | Nigéria | Bisqueque | Quirguistão\nAbuja | Nigéria | Bratislava | Eslováquia\nAbuja | Nigéria | Bruxelas | Bélgica\nAbuja | Nigéria | Bucareste | Roménia\nAbuja | Nigéria | Budapeste | Hungria\nAbuja | Nigéria | Bujumbura | Burundi\nAbuja | Nigéria | Cairo | Egito\nAbuja | Nigéria | Camberra | Austrália\nAbuja | Nigéria | Caracas | Venezuela\nAbuja | Nigéria | Chisinau | Moldávia\nAbuja | Nigéria | Conacri | Guiné\nAbuja | Nigéria | Copenhaga | Dinamarca\nAbuja | Nigéria | Dacar | Senegal\nAbuja | Nigéria | Damasco | Síria\nAbuja | Nigéria | Daca | Bangladeche\nAbuja | Nigéria | Doa | Catar\nAbuja | Nigéria | Dublim | Irlanda\nAbuja | Nigéria | Duchambé | Tajiquistão\nAcra | Gana | Argel | Argélia\nAcra | Gana | Amã | Jordânia\nAcra | Gana | Ancara | Turquia\nAcra | Gana | Antananarivo | Madagáscar\nAcra | Gana | Apia | Samoa\nAcra | Gana | Asgabate | Turquemenistão\nAcra | Gana | Asmara | Eritreia\nAcra | Gana | Astana | Cazaquistão\nAcra | Gana | Atenas | Grécia\nAcra | Gana | Bagdade | Iraque\nAcra | Gana | Baku | Azerbaijão\nAcra | Gana | Bamako | Mali\nAcra | Gana | Banguecoque | Tailândia\nAcra | Gana | Banjul | Gâmbia\nAcra | Gana | Pequim | China\nAcra | Gana | Beirute | Líbano\nAcra | Gana | Belgrado | Sérvia\nAcra | Gana | Belmopã | Belize\nAcra | Gana | Berlim | Alemanha\nAcra | Gana | Berna | Suíça\nAcra | Gana | Bisqueque | Quirguistão\nAcra | Gana | Bratislava | Eslováquia\nAcra | Gana | Bruxelas | Bélgica\nAcra | Gana | Bucareste | Roménia\nAcra | Gana | Budapeste | Hungria\nAcra | Gana | Bujumbura | Burundi\nAcra | Gana | Cairo | Egito\nAcra | Gana | Camberra | Austrália\nAcra | Gana | Caracas | Venezuela\nAcra | Gana | Chisinau | Moldávia\nAcra | Gana | Conacri | Guiné\nAcra | Gana | Copenhaga | Dinamarca\nAcra | Gana | Dacar | Senegal\nAcra | Gana | Damasco | Síria\nAcra | Gana | Daca | Bangladeche\nAcra | Gana | Doa | Catar\nAcra | Gana | Dublim | Irlanda\nAcra | Gana | Duchambé | Tajiquistão\nAcra | Gana | Funafuti | Tuvalu\nArgel | Argélia | Amã | Jordânia\nArgel | Argélia | Ancara | Turquia\nArgel | Argélia | Antananarivo | Madagáscar\nArgel | Argélia | Apia | Samoa\nArgel | Argélia | Asgabate | Turquemenistão\nArgel | Argélia | Asmara | Eritreia\nArgel | Argélia | Astana | Cazaquistão\nArgel | Argélia | Atenas | Grécia\nArgel | Argélia | Bagdade | Iraque\nArgel | Argélia | Baku | Azerbaijão\nArgel | Argélia | Bamako | Mali\nArgel | Argélia | Banguecoque | Tailândia\nArgel | Argélia | Banjul | Gâmbia\nArgel | Argélia | Pequim | China\nArgel | Argélia | Beirute | Líbano\nArgel | Argélia | Belgrado | Sérvia\nArgel | Argélia | Belmopã | Belize\nArgel | Argélia | Berlim | Alemanha\nArgel | Argélia | Berna | Suíça\nArgel | Argélia | Bisqueque | Quirguistão\nArgel | Argélia | Bratislava | Eslováquia\nArgel | Argélia | Bruxelas | Bélgica\nArgel | Argélia | Bucareste | Roménia\nArgel | Argélia | Budapeste | Hungria\nArgel | Argélia | Bujumbura | Burundi\nArgel | Argélia | Cairo | Egito\nArgel | Argélia | Camberra | Austrália\nArgel | Argélia | Caracas | Venezuela\nArgel | Argélia | Chisinau | Moldávia\nArgel | Argélia | Conacri | Guiné\nArgel | Argélia | Copenhaga | Dinamarca\nArgel | Argélia | Dacar | Senegal\nArgel | Argélia | Damasco | Síria\nArgel | Argélia | Daca | Bangladeche\nArgel | Argélia | Doa | Catar\nArgel | Argélia | Dublim | Irlanda\nArgel | Argélia | Duchambé | Tajiquistão\nArgel | Argélia | Funafuti | Tuvalu\nArgel | Argélia | Gaborone | Botsuana\nAmã | Jordânia | Ancara | Turquia\nAmã | Jordânia | Antananarivo | Madagáscar\nAmã | Jordânia | Apia | Samoa\nAmã | Jordânia | Asgabate | Turquemenistão\nAmã | Jordânia | Asmara | Eritreia\nAmã | Jordânia | Astana | Cazaquistão\nAmã | Jordânia | Atenas | Grécia\nAmã | Jordânia | Bagdade | Iraque\nAmã | Jordânia | Baku | Azerbaijão\nAmã | Jordânia | Bamako | Mali\nAmã | Jordânia | Banguecoque | Tailândia\nAmã | Jordânia | Banjul | Gâmbia\nAmã | Jordânia | Pequim | China\nAmã | Jordânia | Beirute | Líbano\nAmã | Jordânia | Belgrado | Sérvia\nAmã | Jordânia | Belmopã | Belize\nAmã | Jordânia | Berlim | Alemanha\nAmã | Jordânia | Berna | Suíça\nAmã | Jordânia | Bisqueque | Quirguistão\nAmã | Jordânia | Bratislava | Eslováquia\nAmã | Jordânia | Bruxelas | Bélgica\nAmã | Jordânia | Bucareste | Roménia\nAmã | Jordânia | Budapeste | Hungria\nAmã | Jordânia | Bujumbura | Burundi\nAmã | Jordânia | Cairo | Egito\nAmã | Jordânia | Camberra | Austrália\nAmã | Jordânia | Caracas | Venezuela\nAmã | Jordânia | Chisinau | Moldávia\nAmã | Jordânia | Conacri | Guiné\nAmã | Jordânia | Copenhaga | Dinamarca\nAmã | Jordânia | Dacar | Senegal\nAmã | Jordânia | Damasco | Síria\nAmã | Jordânia | Daca | Bangladeche\nAmã | Jordânia | Doa | Catar\nAmã | Jordânia | Dublim | Irlanda\nAmã | Jordânia | Duchambé | Tajiquistão\nAmã | Jordânia | Funafuti | Tuvalu\nAmã | Jordânia | Gaborone | Botsuana\nAmã | Jordânia | Georgetown | Guiana\nAncara | Turquia | Antananarivo | Madagáscar\nAncara | Turquia | Apia | Samoa\nAncara | Turquia | Asgabate | Turquemenistão\nAncara | Turquia | Asmara | Eritreia\nAncara | Turquia | Astana | Cazaquistão\nAncara | Turquia | Atenas | Grécia\nAncara | Turquia | Bagdade | Iraque\nAncara | Turquia | Baku | Azerbaijão\nAncara | Turquia | Bamako | Mali\nAncara | Turquia | Banguecoque | Tailândia\nAncara | Turquia | Banjul | Gâmbia\nAncara | Turquia | Pequim | China\nAncara | Turquia | Beirute | Líbano\nAncara | Turquia | Belgrado | Sérvia\nAncara | Turquia | Belmopã | Belize\nAncara | Turquia | Berlim | Alemanha\nAncara | Turquia | Berna | Suíça\nAncara | Turquia | Bisqueque | Quirguistão\nAncara | Turquia | Bratislava | Eslováquia\nAncara | Turquia | Bruxelas | Bélgica\nAncara | Turquia | Bucareste | Roménia\nAncara | Turquia | Budapeste | Hungria\nAncara | Turquia | Bujumbura | Burundi\nAncara | Turquia | Cairo | Egito\nAncara | Turquia | Camberra | Austrália\nAncara | Turquia | Caracas | Venezuela\nAncara | Turquia | Chisinau | Moldávia\nAncara | Turquia | Conacri | Guiné\nAncara | Turquia | Copenhaga | Dinamarca\nAncara | Turquia | Dacar | Senegal\nAncara | Turquia | Damasco | Síria\nAncara | Turquia | Daca | Bangladeche\nAncara | Turquia | Doa | Catar\nAncara | Turquia | Dublim | Irlanda\nAncara | Turquia | Duchambé | Tajiquistão\nAncara | Turquia | Funafuti | Tuvalu\nAncara | Turquia | Gaborone | Botsuana\nAncara | Turquia | Georgetown | Guiana\nAncara | Turquia | Hanói | Vietname\nAntananarivo | Madagáscar | Apia | Samoa\nAntananarivo | Madagáscar | Asgabate | Turquemenistão\nAntananarivo | Madagáscar | Asmara | Eritreia\nAntananarivo | Madagáscar | Astana | Cazaquistão\nAntananarivo | Madagáscar | Atenas | Grécia\nAntananarivo | Madagáscar | Bagdade | Iraque\nAntananarivo | Madagáscar | Baku | Azerbaijão\nAntananarivo | Madagáscar | Bamako | Mali\nAntananarivo | Madagáscar | Banguecoque | Tailândia\nAntananarivo | Madagáscar | Banjul | Gâmbia\nAntananarivo | Madagáscar | Pequim | China\nAntananarivo | Madagáscar | Beirute | Líbano\nAntananarivo | Madagáscar | Belgrado | Sérvia\nAntananarivo | Madagáscar | Belmopã | Belize\nAntananarivo | Madagáscar | Berlim | Alemanha\nAntananarivo | Madagáscar | Berna | Suíça\nAntananarivo | Madagáscar | Bisqueque | Quirguistão\nAntananarivo | Madagáscar | Bratislava | Eslováquia\nAntananarivo | Madagáscar | Bruxelas | Bélgica\nAntananarivo | Madagáscar | Bucareste | Roménia\nAntananarivo | Madagáscar | Budapeste | Hungria\nAntananarivo | Madagáscar | Bujumbura | Burundi\nAntananarivo | Madagáscar | Cairo | Egito\nAntananarivo | Madagáscar | Camberra | Austrália\nAntananarivo | Madagáscar | Caracas | Venezuela\nAntananarivo | Madagáscar | Chisinau | Moldávia\nAntananarivo | Madagáscar | Conacri | Guiné\nAntananarivo | Madagáscar | Copenhaga | Dinamarca\nAntananarivo | Madagáscar | Dacar | Senegal\nAntananarivo | Madagáscar | Damasco | Síria\nAntananarivo | Madagáscar | Daca | Bangladeche\nAntananarivo | Madagáscar | Doa | Catar\nAntananarivo | Madagáscar | Dublim | Irlanda\nAntananarivo | Madagáscar | Duchambé | Tajiquistão\nAntananarivo | Madagáscar | Funafuti | Tuvalu\nAntananarivo | Madagáscar | Gaborone | Botsuana\nAntananarivo | Madagáscar | Georgetown | Guiana\nAntananarivo | Madagáscar | Hanói | Vietname\nAntananarivo | Madagáscar | Harare | Zimbabué\nApia | Samoa | Asgabate | Turquemenistão\nApia | Samoa | Asmara | Eritreia\nApia | Samoa | Astana | Cazaquistão\nApia | Samoa | Atenas | Grécia\nApia | Samoa | Bagdade | Iraque\nApia | Samoa | Baku | Azerbaijão\nApia | Samoa | Bamako | Mali\nApia | Samoa | Banguecoque | Tailândia\nApia | Samoa | Banjul | Gâmbia\nApia | Samoa | Pequim | China\nApia | Samoa | Beirute | Líbano\nApia | Samoa | Belgrado | Sérvia\nApia | Samoa | Belmopã | Belize\nApia | Samoa | Berlim | Alemanha\nApia | Samoa | Berna | Suíça\nApia | Samoa | Bisqueque | Quirguistão\nApia | Samoa | Bratislava | Eslováquia\nApia | Samoa | Bruxelas | Bélgica\nApia | Samoa | Bucareste | Roménia\nApia | Samoa | Budapeste | Hungria\nApia | Samoa | Bujumbura | Burundi\nApia | Samoa | Cairo | Egito\nApia | Samoa | Camberra | Austrália\nApia | Samoa | Caracas | Venezuela\nApia | Samoa | Chisinau | Moldávia\nApia | Samoa | Conacri | Guiné\nApia | Samoa | Copenhaga | Dinamarca\nApia | Samoa | Dacar | Senegal\nApia | Samoa | Damasco | Síria\nApia | Samoa | Daca | Bangladeche\nApia | Samoa | Doa | Catar\nApia | Samoa | Dublim | Irlanda\nApia | Samoa | Duchambé | Tajiquistão\nApia | Samoa | Funafuti | Tuvalu\nApia | Samoa | Gaborone | Botsuana\nApia | Samoa | Georgetown | Guiana\nApia | Samoa | Hanói | Vietname\nApia | Samoa | Harare | Zimbabué\nApia | Samoa | Havana | Cuba\nAsgabate | Turquemenistão | Asmara | Eritreia\nAsgabate | Turquemenistão | Astana | Cazaquistão\nAsgabate | Turquemenistão | Atenas | Grécia\nAsgabate | Turquemenistão | Bagdade | Iraque\nAsgabate | Turquemenistão | Baku | Azerbaijão\nAsgabate | Turquemenistão | Bamako | Mali\nAsgabate | Turquemenistão | Banguecoque | Tailândia\nAsgabate | Turquemenistão | Banjul | Gâmbia\nAsgabate | Turquemenistão | Pequim | China\nAsgabate | Turquemenistão | Beirute | Líbano\nAsgabate | Turquemenistão | Belgrado | Sérvia\nAsgabate | Turquemenistão | Belmopã | Belize\nAsgabate | Turquemenistão | Berlim | Alemanha\nAsgabate | Turquemenistão | Berna | Suíça\nAsgabate | Turquemenistão | Bisqueque | Quirguistão\nAsgabate | Turquemenistão | Bratislava | Eslováquia\nAsgabate | Turquemenistão | Bruxelas | Bélgica\nAsgabate | Turquemenistão | Bucareste | Roménia\nAsgabate | Turquemenistão | Budapeste | Hungria\nAsgabate | Turquemenistão | Bujumbura | Burundi\nAsgabate | Turquemenistão | Cairo | Egito\nAsgabate | Turquemenistão | Camberra | Austrália\nAsgabate | Turquemenistão | Caracas | Venezuela\nAsgabate | Turquemenistão | Chisinau | Moldávia\nAsgabate | Turquemenistão | Conacri | Guiné\nAsgabate | Turquemenistão | Copenhaga | Dinamarca\nAsgabate | Turquemenistão | Dacar | Senegal\nAsgabate | Turquemenistão | Damasco | Síria\nAsgabate | Turquemenistão | Daca | Bangladeche\nAsgabate | Turquemenistão | Doa | Catar\nAsgabate | Turquemenistão | Dublim | Irlanda\nAsgabate | Turquemenistão | Duchambé | Tajiquistão\nAsgabate | Turquemenistão | Funafuti | Tuvalu\nAsgabate | Turquemenistão | Gaborone | Botsuana\nAsgabate | Turquemenistão | Georgetown | Guiana\nAsgabate | Turquemenistão | Hanói | Vietname\nAsgabate | Turquemenistão | Harare | Zimbabué\nAsgabate | Turquemenistão | Havana | Cuba\nAsgabate | Turquemenistão | Helsínquia | Finlândia\nAsmara | Eritreia | Astana | Cazaquistão\nAsmara | Eritreia | Atenas | Grécia\nAsmara | Eritreia | Bagdade | Iraque\nAsmara | Eritreia | Baku | Azerbaijão\nAsmara | Eritreia | Bamako | Mali\nAsmara | Eritreia | Banguecoque | Tailândia\nAsmara | Eritreia | Banjul | Gâmbia\nAsmara | Eritreia | Pequim | China\nAsmara | Eritreia | Beirute | Líbano\nAsmara | Eritreia | Belgrado | Sérvia\nAsmara | Eritreia | Belmopã | Belize\nAsmara | Eritreia | Berlim | Alemanha\nAsmara | Eritreia | Berna | Suíça\nAsmara | Eritreia | Bisqueque | Quirguistão\nAsmara | Eritreia | Bratislava | Eslováquia\nAsmara | Eritreia | Bruxelas | Bélgica\nAsmara | Eritreia | Bucareste | Roménia\nAsmara | Eritreia | Budapeste | Hungria\nAsmara | Eritreia | Bujumbura | Burundi\nAsmara | Eritreia | Cairo | Egito\nAsmara | Eritreia | Camberra | Austrália\nAsmara | Eritreia | Caracas | Venezuela\nAsmara | Eritreia | Chisinau | Moldávia\nAsmara | Eritreia | Conacri | Guiné\nAsmara | Eritreia | Copenhaga | Dinamarca\nAsmara | Eritreia | Dacar | Senegal\nAsmara | Eritreia | Damasco | Síria\nAsmara | Eritreia | Daca | Bangladeche\nAsmara | Eritreia | Doa | Catar\nAsmara | Eritreia | Dublim | Irlanda\nAsmara | Eritreia | Duchambé | Tajiquistão\nAsmara | Eritreia | Funafuti | Tuvalu\nAsmara | Eritreia | Gaborone | Botsuana\nAsmara | Eritreia | Georgetown | Guiana\nAsmara | Eritreia | Hanói | Vietname\nAsmara | Eritreia | Harare | Zimbabué\nAsmara | Eritreia | Havana | Cuba\nAsmara | Eritreia | Helsínquia | Finlândia\nAsmara | Eritreia | Islamabade | Paquistão\nAstana | Cazaquistão | Atenas | Grécia\nAstana | Cazaquistão | Bagdade | Iraque\nAstana | Cazaquistão | Baku | Azerbaijão\nAstana | Cazaquistão | Bamako | Mali\nAstana | Cazaquistão | Banguecoque | Tailândia\nAstana | Cazaquistão | Banjul | Gâmbia\nAstana | Cazaquistão | Pequim | China\nAstana | Cazaquistão | Beirute | Líbano\nAstana | Cazaquistão | Belgrado | Sérvia\nAstana | Cazaquistão | Belmopã | Belize\nAstana | Cazaquistão | Berlim | Alemanha\nAstana | Cazaquistão | Berna | Suíça\nAstana | Cazaquistão | Bisqueque | Quirguistão\nAstana | Cazaquistão | Bratislava | Eslováquia\nAstana | Cazaquistão | Bruxelas | Bélgica\nAstana | Cazaquistão | Bucareste | Roménia\nAstana | Cazaquistão | Budapeste | Hungria\nAstana | Cazaquistão | Bujumbura | Burundi\nAstana | Cazaquistão | Cairo | Egito\nAstana | Cazaquistão | Camberra | Austrália\nAstana | Cazaquistão | Caracas | Venezuela\nAstana | Cazaquistão | Chisinau | Moldávia\nAstana | Cazaquistão | Conacri | Guiné\nAstana | Cazaquistão | Copenhaga | Dinamarca\nAstana | Cazaquistão | Dacar | Senegal\nAstana | Cazaquistão | Damasco | Síria\nAstana | Cazaquistão | Daca | Bangladeche\nAstana | Cazaquistão | Doa | Catar\nAstana | Cazaquistão | Dublim | Irlanda\nAstana | Cazaquistão | Duchambé | Tajiquistão\nAstana | Cazaquistão | Funafuti | Tuvalu\nAstana | Cazaquistão | Gaborone | Botsuana\nAstana | Cazaquistão | Georgetown | Guiana\nAstana | Cazaquistão | Hanói | Vietname\nAstana | Cazaquistão | Harare | Zimbabué\nAstana | Cazaquistão | Havana | Cuba\nAstana | Cazaquistão | Helsínquia | Finlândia\nAstana | Cazaquistão | Islamabade | Paquistão\nAstana | Cazaquistão | Jacarta | Indonésia\nAtenas | Grécia | Bagdade | Iraque\nAtenas | Grécia | Baku | Azerbaijão\nAtenas | Grécia | Bamako | Mali\nAtenas | Grécia | Banguecoque | Tailândia\nAtenas | Grécia | Banjul | Gâmbia\nAtenas | Grécia | Pequim | China\nAtenas | Grécia | Beirute | Líbano\nAtenas | Grécia | Belgrado | Sérvia\nAtenas | Grécia | Belmopã | Belize\nAtenas | Grécia | Berlim | Alemanha\nAtenas | Grécia | Berna | Suíça\nAtenas | Grécia | Bisqueque | Quirguistão\nAtenas | Grécia | Bratislava | Eslováquia\nAtenas | Grécia | Bruxelas | Bélgica\nAtenas | Grécia | Bucareste | Roménia\nAtenas | Grécia | Budapeste | Hungria\nAtenas | Grécia | Bujumbura | Burundi\nAtenas | Grécia | Cairo | Egito\nAtenas | Grécia | Camberra | Austrália\nAtenas | Grécia | Caracas | Venezuela\nAtenas | Grécia | Chisinau | Moldávia\nAtenas | Grécia | Conacri | Guiné\nAtenas | Grécia | Copenhaga | Dinamarca\nAtenas | Grécia | Dacar | Senegal\nAtenas | Grécia | Damasco | Síria\nAtenas | Grécia | Daca | Bangladeche\nAtenas | Grécia | Doa | Catar\nAtenas | Grécia | Dublim | Irlanda\nAtenas | Grécia | Duchambé | Tajiquistão\nAtenas | Grécia | Funafuti | Tuvalu\nAtenas | Grécia | Gaborone | Botsuana\nAtenas | Grécia | Georgetown | Guiana\nAtenas | Grécia | Hanói | Vietname\nAtenas | Grécia | Harare | Zimbabué\nAtenas | Grécia | Havana | Cuba\nAtenas | Grécia | Helsínquia | Finlândia\nAtenas | Grécia | Islamabade | Paquistão\nAtenas | Grécia | Jacarta | Indonésia\nAtenas | Grécia | Cábul | Afeganistão\nBagdade | Iraque | Baku | Azerbaijão\nBagdade | Iraque | Bamako | Mali\nBagdade | Iraque | Banguecoque | Tailândia\nBagdade | Iraque | Banjul | Gâmbia\nBagdade | Iraque | Pequim | China\nBagdade | Iraque | Beirute | Líbano\nBagdade | Iraque | Belgrado | Sérvia\nBagdade | Iraque | Belmopã | Belize\nBagdade | Iraque | Berlim | Alemanha\nBagdade | Iraque | Berna | Suíça\nBagdade | Iraque | Bisqueque | Quirguistão\nBagdade | Iraque | Bratislava | Eslováquia\nBagdade | Iraque | Bruxelas | Bélgica\nBagdade | Iraque | Bucareste | Roménia\nBagdade | Iraque | Budapeste | Hungria\nBagdade | Iraque | Bujumbura | Burundi\nBagdade | Iraque | Cairo | Egito\nBagdade | Iraque | Camberra | Austrália\nBagdade | Iraque | Caracas | Venezuela\nBagdade | Iraque | Chisinau | Moldávia\nBagdade | Iraque | Conacri | Guiné\nBagdade | Iraque | Copenhaga | Dinamarca\nBagdade | Iraque | Dacar | Senegal\nBagdade | Iraque | Damasco | Síria\nBagdade | Iraque | Daca | Bangladeche\nBagdade | Iraque | Doa | Catar\nBagdade | Iraque | Dublim | Irlanda\nBagdade | Iraque | Duchambé | Tajiquistão\nBagdade | Iraque | Funafuti | Tuvalu\nBagdade | Iraque | Gaborone | Botsuana\nBagdade | Iraque | Georgetown | Guiana\nBagdade | Iraque | Hanói | Vietname\nBagdade | Iraque | Harare | Zimbabué\nBagdade | Iraque | Havana | Cuba\nBagdade | Iraque | Helsínquia | Finlândia\nBagdade | Iraque | Islamabade | Paquistão\nBagdade | Iraque | Jacarta | Indonésia\nBagdade | Iraque | Cábul | Afeganistão\nBagdade | Iraque | Campala | Uganda\nBaku | Azerbaijão | Bamako | Mali\nBaku | Azerbaijão | Banguecoque | Tailândia\nBaku | Azerbaijão | Banjul | Gâmbia\nBaku | Azerbaijão | Pequim | China\nBaku | Azerbaijão | Beirute | Líbano\nBaku | Azerbaijão | Belgrado | Sérvia\nBaku | Azerbaijão | Belmopã | Belize\nBaku | Azerbaijão | Berlim | Alemanha\nBaku | Azerbaijão | Berna | Suíça\nBaku | Azerbaijão | Bisqueque | Quirguistão\nBaku | Azerbaijão | Bratislava | Eslováquia\nBaku | Azerbaijão | Bruxelas | Bélgica\nBaku | Azerbaijão | Bucareste | Roménia\nBaku | Azerbaijão | Budapeste | Hungria\nBaku | Azerbaijão | Bujumbura | Burundi\nBaku | Azerbaijão | Cairo | Egito\nBaku | Azerbaijão | Camberra | Austrália\nBaku | Azerbaijão | Caracas | Venezuela\nBaku | Azerbaijão | Chisinau | Moldávia\nBaku | Azerbaijão | Conacri | Guiné\nBaku | Azerbaijão | Copenhaga | Dinamarca\nBaku | Azerbaijão | Dacar | Senegal\nBaku | Azerbaijão | Damasco | Síria\nBaku | Azerbaijão | Daca | Bangladeche\nBaku | Azerbaijão | Doa | Catar\nBaku | Azerbaijão | Dublim | Irlanda\nBaku | Azerbaijão | Duchambé | Tajiquistão\nBaku | Azerbaijão | Funafuti | Tuvalu\nBaku | Azerbaijão | Gaborone | Botsuana\nBaku | Azerbaijão | Georgetown | Guiana\nBaku | Azerbaijão | Hanói | Vietname\nBaku | Azerbaijão | Harare | Zimbabué\nBaku | Azerbaijão | Havana | Cuba\nBaku | Azerbaijão | Helsínquia | Finlândia\nBaku | Azerbaijão | Islamabade | Paquistão\nBaku | Azerbaijão | Jacarta | Indonésia\nBaku | Azerbaijão | Cábul | Afeganistão\nBaku | Azerbaijão | Campala | Uganda\nBaku | Azerbaijão | Catmandu | Nepal\nBamako | Mali | Banguecoque | Tailândia\nBamako | Mali | Banjul | Gâmbia\nBamako | Mali | Pequim | China\nBamako | Mali | Beirute | Líbano\nBamako | Mali | Belgrado | Sérvia\nBamako | Mali | Belmopã | Belize\nBamako | Mali | Berlim | Alemanha\nBamako | Mali | Berna | Suíça\nBamako | Mali | Bisqueque | Quirguistão\nBamako | Mali | Bratislava | Eslováquia\nBamako | Mali | Bruxelas | Bélgica\nBamako | Mali | Bucareste | Roménia\nBamako | Mali | Budapeste | Hungria\nBamako | Mali | Bujumbura | Burundi\nBamako | Mali | Cairo | Egito\nBamako | Mali | Camberra | Austrália\nBamako | Mali | Caracas | Venezuela\nBamako | Mali | Chisinau | Moldávia\nBamako | Mali | Conacri | Guiné\nBamako | Mali | Copenhaga | Dinamarca\nBamako | Mali | Dacar | Senegal\nBamako | Mali | Damasco | Síria\nBamako | Mali | Daca | Bangladeche\nBamako | Mali | Doa | Catar\nBamako | Mali | Dublim | Irlanda\nBamako | Mali | Duchambé | Tajiquistão\nBamako | Mali | Funafuti | Tuvalu\nBamako | Mali | Gaborone | Botsuana\nBamako | Mali | Georgetown | Guiana\nBamako | Mali | Hanói | Vietname\nBamako | Mali | Harare | Zimbabué\nBamako | Mali | Havana | Cuba\nBamako | Mali | Helsínquia | Finlândia\nBamako | Mali | Islamabade | Paquistão\nBamako | Mali | Jacarta | Indonésia\nBamako | Mali | Cábul | Afeganistão\nBamako | Mali | Campala | Uganda\nBamako | Mali | Catmandu | Nepal\nBamako | Mali | Cartum | Sudão\nBanguecoque | Tailândia | Banjul | Gâmbia\nBanguecoque | Tailândia | Pequim | China\nBanguecoque | Tailândia | Beirute | Líbano\nBanguecoque | Tailândia | Belgrado | Sérvia\nBanguecoque | Tailândia | Belmopã | Belize\nBanguecoque | Tailândia | Berlim | Alemanha\nBanguecoque | Tailândia | Berna | Suíça\nBanguecoque | Tailândia | Bisqueque | Quirguistão\nBanguecoque | Tailândia | Bratislava | Eslováquia\nBanguecoque | Tailândia | Bruxelas | Bélgica\nBanguecoque | Tailândia | Bucareste | Roménia\nBanguecoque | Tailândia | Budapeste | Hungria\nBanguecoque | Tailândia | Bujumbura | Burundi\nBanguecoque | Tailândia | Cairo | Egito\nBanguecoque | Tailândia | Camberra | Austrália\nBanguecoque | Tailândia | Caracas | Venezuela\nBanguecoque | Tailândia | Chisinau | Moldávia\nBanguecoque | Tailândia | Conacri | Guiné\nBanguecoque | Tailândia | Copenhaga | Dinamarca\nBanguecoque | Tailândia | Dacar | Senegal\nBanguecoque | Tailândia | Damasco | Síria\nBanguecoque | Tailândia | Daca | Bangladeche\nBanguecoque | Tailândia | Doa | Catar\nBanguecoque | Tailândia | Dublim | Irlanda\nBanguecoque | Tailândia | Duchambé | Tajiquistão\nBanguecoque | Tailândia | Funafuti | Tuvalu\nBanguecoque | Tailândia | Gaborone | Botsuana\nBanguecoque | Tailândia | Georgetown | Guiana\nBanguecoque | Tailândia | Hanói | Vietname\nBanguecoque | Tailândia | Harare | Zimbabué\nBanguecoque | Tailândia | Havana | Cuba\nBanguecoque | Tailândia | Helsínquia | Finlândia\nBanguecoque | Tailândia | Islamabade | Paquistão\nBanguecoque | Tailândia | Jacarta | Indonésia\nBanguecoque | Tailândia | Cábul | Afeganistão\nBanguecoque | Tailândia | Campala | Uganda\nBanguecoque | Tailândia | Catmandu | Nepal\nBanguecoque | Tailândia | Cartum | Sudão\nBanguecoque | Tailândia | Kiev | Ucrânia\nBanjul | Gâmbia | Pequim | China\nBanjul | Gâmbia | Beirute | Líbano\nBanjul | Gâmbia | Belgrado | Sérvia\nBanjul | Gâmbia | Belmopã | Belize\nBanjul | Gâmbia | Berlim | Alemanha\nBanjul | Gâmbia | Berna | Suíça\nBanjul | Gâmbia | Bisqueque | Quirguistão\nBanjul | Gâmbia | Bratislava | Eslováquia\nBanjul | Gâmbia | Bruxelas | Bélgica\nBanjul | Gâmbia | Bucareste | Roménia\nBanjul | Gâmbia | Budapeste | Hungria\nBanjul | Gâmbia | Bujumbura | Burundi\nBanjul | Gâmbia | Cairo | Egito\nBanjul | Gâmbia | Camberra | Austrália\nBanjul | Gâmbia | Caracas | Venezuela\nBanjul | Gâmbia | Chisinau | Moldávia\nBanjul | Gâmbia | Conacri | Guiné\nBanjul | Gâmbia | Copenhaga | Dinamarca\nBanjul | Gâmbia | Dacar | Senegal\nBanjul | Gâmbia | Damasco | Síria\nBanjul | Gâmbia | Daca | Bangladeche\nBanjul | Gâmbia | Doa | Catar\nBanjul | Gâmbia | Dublim | Irlanda\nBanjul | Gâmbia | Duchambé | Tajiquistão\nBanjul | Gâmbia | Funafuti | Tuvalu\nBanjul | Gâmbia | Gaborone | Botsuana\nBanjul | Gâmbia | Georgetown | Guiana\nBanjul | Gâmbia | Hanói | Vietname\nBanjul | Gâmbia | Harare | Zimbabué\nBanjul | Gâmbia | Havana | Cuba\nBanjul | Gâmbia | Helsínquia | Finlândia\nBanjul | Gâmbia | Islamabade | Paquistão\nBanjul | Gâmbia | Jacarta | Indonésia\nBanjul | Gâmbia | Cábul | Afeganistão\nBanjul | Gâmbia | Campala | Uganda\nBanjul | Gâmbia | Catmandu | Nepal\nBanjul | Gâmbia | Cartum | Sudão\nBanjul | Gâmbia | Kiev | Ucrânia\nBanjul | Gâmbia | Quigali | Ruanda\nPequim | China | Beirute | Líbano\nPequim | China | Belgrado | Sérvia\nPequim | China | Belmopã | Belize\nPequim | China | Berlim | Alemanha\nPequim | China | Berna | Suíça\nPequim | China | Bisqueque | Quirguistão\nPequim | China | Bratislava | Eslováquia\nPequim | China | Bruxelas | Bélgica\nPequim | China | Bucareste | Roménia\nPequim | China | Budapeste | Hungria\nPequim | China | Bujumbura | Burundi\nPequim | China | Cairo | Egito\nPequim | China | Camberra | Austrália\nPequim | China | Caracas | Venezuela\nPequim | China | Chisinau | Moldávia\nPequim | China | Conacri | Guiné\nPequim | China | Copenhaga | Dinamarca\nPequim | China | Dacar | Senegal\nPequim | China | Damasco | Síria\nPequim | China | Daca | Bangladeche\nPequim | China | Doa | Catar\nPequim | China | Dublim | Irlanda\nPequim | China | Duchambé | Tajiquistão\nPequim | China | Funafuti | Tuvalu\nPequim | China | Gaborone | Botsuana\nPequim | China | Georgetown | Guiana\nPequim | China | Hanói | Vietname\nPequim | China | Harare | Zimbabué\nPequim | China | Havana | Cuba\nPequim | China | Helsínquia | Finlândia\nPequim | China | Islamabade | Paquistão\nPequim | China | Jacarta | Indonésia\nPequim | China | Cábul | Afeganistão\nPequim | China | Campala | Uganda\nPequim | China | Catmandu | Nepal\nPequim | China | Cartum | Sudão\nPequim | China | Kiev | Ucrânia\nPequim | China | Quigali | Ruanda\nPequim | China | Kingston | Jamaica\nBeirute | Líbano | Belgrado | Sérvia\nBeirute | Líbano | Belmopã | Belize\nBeirute | Líbano | Berlim | Alemanha\nBeirute | Líbano | Berna | Suíça\nBeirute | Líbano | Bisqueque | Quirguistão\nBeirute | Líbano | Bratislava | Eslováquia\nBeirute | Líbano | Bruxelas | Bélgica\nBeirute | Líbano | Bucareste | Roménia\nBeirute | Líbano | Budapeste | Hungria\nBeirute | Líbano | Bujumbura | Burundi\nBeirute | Líbano | Cairo | Egito\nBeirute | Líbano | Camberra | Austrália\nBeirute | Líbano | Caracas | Venezuela\nBeirute | Líbano | Chisinau | Moldávia\nBeirute | Líbano | Conacri | Guiné\nBeirute | Líbano | Copenhaga | Dinamarca\nBeirute | Líbano | Dacar | Senegal\nBeirute | Líbano | Damasco | Síria\nBeirute | Líbano | Daca | Bangladeche\nBeirute | Líbano | Doa | Catar\nBeirute | Líbano | Dublim | Irlanda\nBeirute | Líbano | Duchambé | Tajiquistão\nBeirute | Líbano | Funafuti | Tuvalu\nBeirute | Líbano | Gaborone | Botsuana\nBeirute | Líbano | Georgetown | Guiana\nBeirute | Líbano | Hanói | Vietname\nBeirute | Líbano | Harare | Zimbabué\nBeirute | Líbano | Havana | Cuba\nBeirute | Líbano | Helsínquia | Finlândia\nBeirute | Líbano | Islamabade | Paquistão\nBeirute | Líbano | Jacarta | Indonésia\nBeirute | Líbano | Cábul | Afeganistão\nBeirute | Líbano | Campala | Uganda\nBeirute | Líbano | Catmandu | Nepal\nBeirute | Líbano | Cartum | Sudão\nBeirute | Líbano | Kiev | Ucrânia\nBeirute | Líbano | Quigali | Ruanda\nBeirute | Líbano | Kingston | Jamaica\nBeirute | Líbano | Libreville | Gabão\nBelgrado | Sérvia | Belmopã | Belize\nBelgrado | Sérvia | Berlim | Alemanha\nBelgrado | Sérvia | Berna | Suíça\nBelgrado | Sérvia | Bisqueque | Quirguistão\nBelgrado | Sérvia | Bratislava | Eslováquia\nBelgrado | Sérvia | Bruxelas | Bélgica\nBelgrado | Sérvia | Bucareste | Roménia\nBelgrado | Sérvia | Budapeste | Hungria\nBelgrado | Sérvia | Bujumbura | Burundi\nBelgrado | Sérvia | Cairo | Egito\nBelgrado | Sérvia | Camberra | Austrália\nBelgrado | Sérvia | Caracas | Venezuela\nBelgrado | Sérvia | Chisinau | Moldávia\nBelgrado | Sérvia | Conacri | Guiné\nBelgrado | Sérvia | Copenhaga | Dinamarca\nBelgrado | Sérvia | Dacar | Senegal\nBelgrado | Sérvia | Damasco | Síria\nBelgrado | Sérvia | Daca | Bangladeche\nBelgrado | Sérvia | Doa | Catar\nBelgrado | Sérvia | Dublim | Irlanda\nBelgrado | Sérvia | Duchambé | Tajiquistão\nBelgrado | Sérvia | Funafuti | Tuvalu\nBelgrado | Sérvia | Gaborone | Botsuana\nBelgrado | Sérvia | Georgetown | Guiana\nBelgrado | Sérvia | Hanói | Vietname\nBelgrado | Sérvia | Harare | Zimbabué\nBelgrado | Sérvia | Havana | Cuba\nBelgrado | Sérvia | Helsínquia | Finlândia\nBelgrado | Sérvia | Islamabade | Paquistão\nBelgrado | Sérvia | Jacarta | Indonésia\nBelgrado | Sérvia | Cábul | Afeganistão\nBelgrado | Sérvia | Campala | Uganda\nBelgrado | Sérvia | Catmandu | Nepal\nBelgrado | Sérvia | Cartum | Sudão\nBelgrado | Sérvia | Kiev | Ucrânia\nBelgrado | Sérvia | Quigali | Ruanda\nBelgrado | Sérvia | Kingston | Jamaica\nBelgrado | Sérvia | Libreville | Gabão\nBelgrado | Sérvia | Lilongwe | Malaui\nBelmopã | Belize | Berlim | Alemanha\nBelmopã | Belize | Berna | Suíça\nBelmopã | Belize | Bisqueque | Quirguistão\nBelmopã | Belize | Bratislava | Eslováquia\nBelmopã | Belize | Bruxelas | Bélgica\nBelmopã | Belize | Bucareste | Roménia\nBelmopã | Belize | Budapeste | Hungria\nBelmopã | Belize | Bujumbura | Burundi\nBelmopã | Belize | Cairo | Egito\nBelmopã | Belize | Camberra | Austrália\nBelmopã | Belize | Caracas | Venezuela\nBelmopã | Belize | Chisinau | Moldávia\nBelmopã | Belize | Conacri | Guiné\nBelmopã | Belize | Copenhaga | Dinamarca\nBelmopã | Belize | Dacar | Senegal\nBelmopã | Belize | Damasco | Síria\nBelmopã | Belize | Daca | Bangladeche\nBelmopã | Belize | Doa | Catar\nBelmopã | Belize | Dublim | Irlanda\nBelmopã | Belize | Duchambé | Tajiquistão\nBelmopã | Belize | Funafuti | Tuvalu\nBelmopã | Belize | Gaborone | Botsuana\nBelmopã | Belize | Georgetown | Guiana\nBelmopã | Belize | Hanói | Vietname\nBelmopã | Belize | Harare | Zimbabué\nBelmopã | Belize | Havana | Cuba\nBelmopã | Belize | Helsínquia | Finlândia\nBelmopã | Belize | Islamabade | Paquistão\nBelmopã | Belize | Jacarta | Indonésia\nBelmopã | Belize | Cábul | Afeganistão\nBelmopã | Belize | Campala | Uganda\nBelmopã | Belize | Catmandu | Nepal\nBelmopã | Belize | Cartum | Sudão\nBelmopã | Belize | Kiev | Ucrânia\nBelmopã | Belize | Quigali | Ruanda\nBelmopã | Belize | Kingston | Jamaica\nBelmopã | Belize | Libreville | Gabão\nBelmopã | Belize | Lilongwe | Malaui\nBelmopã | Belize | Lima | Peru\nBerlim | Alemanha | Berna | Suíça\nBerlim | Alemanha | Bisqueque | Quirguistão\nBerlim | Alemanha | Bratislava | Eslováquia\nBerlim | Alemanha | Bruxelas | Bélgica\nBerlim | Alemanha | Bucareste | Roménia\nBerlim | Alemanha | Budapeste | Hungria\nBerlim | Alemanha | Bujumbura | Burundi\nBerlim | Alemanha | Cairo | Egito\nBerlim | Alemanha | Camberra | Austrália\nBerlim | Alemanha | Caracas | Venezuela\nBerlim | Alemanha | Chisinau | Moldávia\nBerlim | Alemanha | Conacri | Guiné\nBerlim | Alemanha | Copenhaga | Dinamarca\nBerlim | Alemanha | Dacar | Senegal\nBerlim | Alemanha | Damasco | Síria\nBerlim | Alemanha | Daca | Bangladeche\nBerlim | Alemanha | Doa | Catar\nBerlim | Alemanha | Dublim | Irlanda\nBerlim | Alemanha | Duchambé | Tajiquistão\nBerlim | Alemanha | Funafuti | Tuvalu\nBerlim | Alemanha | Gaborone | Botsuana\nBerlim | Alemanha | Georgetown | Guiana\nBerlim | Alemanha | Hanói | Vietname\nBerlim | Alemanha | Harare | Zimbabué\nBerlim | Alemanha | Havana | Cuba\nBerlim | Alemanha | Helsínquia | Finlândia\nBerlim | Alemanha | Islamabade | Paquistão\nBerlim | Alemanha | Jacarta | Indonésia\nBerlim | Alemanha | Cábul | Afeganistão\nBerlim | Alemanha | Campala | Uganda\nBerlim | Alemanha | Catmandu | Nepal\nBerlim | Alemanha | Cartum | Sudão\nBerlim | Alemanha | Kiev | Ucrânia\nBerlim | Alemanha | Quigali | Ruanda\nBerlim | Alemanha | Kingston | Jamaica\nBerlim | Alemanha | Libreville | Gabão\nBerlim | Alemanha | Lilongwe | Malaui\nBerlim | Alemanha | Lima | Peru\nBerlim | Alemanha | Lisboa | Portugal\nBerna | Suíça | Bisqueque | Quirguistão\nBerna | Suíça | Bratislava | Eslováquia\nBerna | Suíça | Bruxelas | Bélgica\nBerna | Suíça | Bucareste | Roménia\nBerna | Suíça | Budapeste | Hungria\nBerna | Suíça | Bujumbura | Burundi\nBerna | Suíça | Cairo | Egito\nBerna | Suíça | Camberra | Austrália\nBerna | Suíça | Caracas | Venezuela\nBerna | Suíça | Chisinau | Moldávia\nBerna | Suíça | Conacri | Guiné\nBerna | Suíça | Copenhaga | Dinamarca\nBerna | Suíça | Dacar | Senegal\nBerna | Suíça | Damasco | Síria\nBerna | Suíça | Daca | Bangladeche\nBerna | Suíça | Doa | Catar\nBerna | Suíça | Dublim | Irlanda\nBerna | Suíça | Duchambé | Tajiquistão\nBerna | Suíça | Funafuti | Tuvalu\nBerna | Suíça | Gaborone | Botsuana\nBerna | Suíça | Georgetown | Guiana\nBerna | Suíça | Hanói | Vietname\nBerna | Suíça | Harare | Zimbabué\nBerna | Suíça | Havana | Cuba\nBerna | Suíça | Helsínquia | Finlândia\nBerna | Suíça | Islamabade | Paquistão\nBerna | Suíça | Jacarta | Indonésia\nBerna | Suíça | Cábul | Afeganistão\nBerna | Suíça | Campala | Uganda\nBerna | Suíça | Catmandu | Nepal\nBerna | Suíça | Cartum | Sudão\nBerna | Suíça | Kiev | Ucrânia\nBerna | Suíça | Quigali | Ruanda\nBerna | Suíça | Kingston | Jamaica\nBerna | Suíça | Libreville | Gabão\nBerna | Suíça | Lilongwe | Malaui\nBerna | Suíça | Lima | Peru\nBerna | Suíça | Lisboa | Portugal\nBerna | Suíça | Liubliana | Eslovénia\nBisqueque | Quirguistão | Bratislava | Eslováquia\nBisqueque | Quirguistão | Bruxelas | Bélgica\nBisqueque | Quirguistão | Bucareste | Roménia\nBisqueque | Quirguistão | Budapeste | Hungria\nBisqueque | Quirguistão | Bujumbura | Burundi\nBisqueque | Quirguistão | Cairo | Egito\nBisqueque | Quirguistão | Camberra | Austrália\nBisqueque | Quirguistão | Caracas | Venezuela\nBisqueque | Quirguistão | Chisinau | Moldávia\nBisqueque | Quirguistão | Conacri | Guiné\nBisqueque | Quirguistão | Copenhaga | Dinamarca\nBisqueque | Quirguistão | Dacar | Senegal\nBisqueque | Quirguistão | Damasco | Síria\nBisqueque | Quirguistão | Daca | Bangladeche\nBisqueque | Quirguistão | Doa | Catar\nBisqueque | Quirguistão | Dublim | Irlanda\nBisqueque | Quirguistão | Duchambé | Tajiquistão\nBisqueque | Quirguistão | Funafuti | Tuvalu\nBisqueque | Quirguistão | Gaborone | Botsuana\nBisqueque | Quirguistão | Georgetown | Guiana\nBisqueque | Quirguistão | Hanói | Vietname\nBisqueque | Quirguistão | Harare | Zimbabué\nBisqueque | Quirguistão | Havana | Cuba\nBisqueque | Quirguistão | Helsínquia | Finlândia\nBisqueque | Quirguistão | Islamabade | Paquistão\nBisqueque | Quirguistão | Jacarta | Indonésia\nBisqueque | Quirguistão | Cábul | Afeganistão\nBisqueque | Quirguistão | Campala | Uganda\nBisqueque | Quirguistão | Catmandu | Nepal\nBisqueque | Quirguistão | Cartum | Sudão\nBisqueque | Quirguistão | Kiev | Ucrânia\nBisqueque | Quirguistão | Quigali | Ruanda\nBisqueque | Quirguistão | Kingston | Jamaica\nBisqueque | Quirguistão | Libreville | Gabão\nBisqueque | Quirguistão | Lilongwe | Malaui\nBisqueque | Quirguistão | Lima | Peru\nBisqueque | Quirguistão | Lisboa | Portugal\nBisqueque | Quirguistão | Liubliana | Eslovénia\nBisqueque | Quirguistão | Londres | Inglaterra\nBratislava | Eslováquia | Bruxelas | Bélgica\nBratislava | Eslováquia | Bucareste | Roménia\nBratislava | Eslováquia | Budapeste | Hungria\nBratislava | Eslováquia | Bujumbura | Burundi\nBratislava | Eslováquia | Cairo | Egito\nBratislava | Eslováquia | Camberra | Austrália\nBratislava | Eslováquia | Caracas | Venezuela\nBratislava | Eslováquia | Chisinau | Moldávia\nBratislava | Eslováquia | Conacri | Guiné\nBratislava | Eslováquia | Copenhaga | Dinamarca\nBratislava | Eslováquia | Dacar | Senegal\nBratislava | Eslováquia | Damasco | Síria\nBratislava | Eslováquia | Daca | Bangladeche\nBratislava | Eslováquia | Doa | Catar\nBratislava | Eslováquia | Dublim | Irlanda\nBratislava | Eslováquia | Duchambé | Tajiquistão\nBratislava | Eslováquia | Funafuti | Tuvalu\nBratislava | Eslováquia | Gaborone | Botsuana\nBratislava | Eslováquia | Georgetown | Guiana\nBratislava | Eslováquia | Hanói | Vietname\nBratislava | Eslováquia | Harare | Zimbabué\nBratislava | Eslováquia | Havana | Cuba\nBratislava | Eslováquia | Helsínquia | Finlândia\nBratislava | Eslováquia | Islamabade | Paquistão\nBratislava | Eslováquia | Jacarta | Indonésia\nBratislava | Eslováquia | Cábul | Afeganistão\nBratislava | Eslováquia | Campala | Uganda\nBratislava | Eslováquia | Catmandu | Nepal\nBratislava | Eslováquia | Cartum | Sudão\nBratislava | Eslováquia | Kiev | Ucrânia\nBratislava | Eslováquia | Quigali | Ruanda\nBratislava | Eslováquia | Kingston | Jamaica\nBratislava | Eslováquia | Libreville | Gabão\nBratislava | Eslováquia | Lilongwe | Malaui\nBratislava | Eslováquia | Lima | Peru\nBratislava | Eslováquia | Lisboa | Portugal\nBratislava | Eslováquia | Liubliana | Eslovénia\nBratislava | Eslováquia | Londres | Inglaterra\nBratislava | Eslováquia | Luanda | Angola\nBruxelas | Bélgica | Bucareste | Roménia\nBruxelas | Bélgica | Budapeste | Hungria\nBruxelas | Bélgica | Bujumbura | Burundi\nBruxelas | Bélgica | Cairo | Egito\nBruxelas | Bélgica | Camberra | Austrália\nBruxelas | Bélgica | Caracas | Venezuela\nBruxelas | Bélgica | Chisinau | Moldávia\nBruxelas | Bélgica | Conacri | Guiné\nBruxelas | Bélgica | Copenhaga | Dinamarca\nBruxelas | Bélgica | Dacar | Senegal\nBruxelas | Bélgica | Damasco | Síria\nBruxelas | Bélgica | Daca | Bangladeche\nBruxelas | Bélgica | Doa | Catar\nBruxelas | Bélgica | Dublim | Irlanda\nBruxelas | Bélgica | Duchambé | Tajiquistão\nBruxelas | Bélgica | Funafuti | Tuvalu\nBruxelas | Bélgica | Gaborone | Botsuana\nBruxelas | Bélgica | Georgetown | Guiana\nBruxelas | Bélgica | Hanói | Vietname\nBruxelas | Bélgica | Harare | Zimbabué\nBruxelas | Bélgica | Havana | Cuba\nBruxelas | Bélgica | Helsínquia | Finlândia\nBruxelas | Bélgica | Islamabade | Paquistão\nBruxelas | Bélgica | Jacarta | Indonésia\nBruxelas | Bélgica | Cábul | Afeganistão\nBruxelas | Bélgica | Campala | Uganda\nBruxelas | Bélgica | Catmandu | Nepal\nBruxelas | Bélgica | Cartum | Sudão\nBruxelas | Bélgica | Kiev | Ucrânia\nBruxelas | Bélgica | Quigali | Ruanda\nBruxelas | Bélgica | Kingston | Jamaica\nBruxelas | Bélgica | Libreville | Gabão\nBruxelas | Bélgica | Lilongwe | Malaui\nBruxelas | Bélgica | Lima | Peru\nBruxelas | Bélgica | Lisboa | Portugal\nBruxelas | Bélgica | Liubliana | Eslovénia\nBruxelas | Bélgica | Londres | Inglaterra\nBruxelas | Bélgica | Luanda | Angola\nBruxelas | Bélgica | Lusaca | Zâmbia\nBucareste | Roménia | Budapeste | Hungria\nBucareste | Roménia | Bujumbura | Burundi\nBucareste | Roménia | Cairo | Egito\nBucareste | Roménia | Camberra | Austrália\nBucareste | Roménia | Caracas | Venezuela\nBucareste | Roménia | Chisinau | Moldávia\nBucareste | Roménia | Conacri | Guiné\nBucareste | Roménia | Copenhaga | Dinamarca\nBucareste | Roménia | Dacar | Senegal\nBucareste | Roménia | Damasco | Síria\nBucareste | Roménia | Daca | Bangladeche\nBucareste | Roménia | Doa | Catar\nBucareste | Roménia | Dublim | Irlanda\nBucareste | Roménia | Duchambé | Tajiquistão\nBucareste | Roménia | Funafuti | Tuvalu\nBucareste | Roménia | Gaborone | Botsuana\nBucareste | Roménia | Georgetown | Guiana\nBucareste | Roménia | Hanói | Vietname\nBucareste | Roménia | Harare | Zimbabué\nBucareste | Roménia | Havana | Cuba\nBucareste | Roménia | Helsínquia | Finlândia\nBucareste | Roménia | Islamabade | Paquistão\nBucareste | Roménia | Jacarta | Indonésia\nBucareste | Roménia | Cábul | Afeganistão\nBucareste | Roménia | Campala | Uganda\nBucareste | Roménia | Catmandu | Nepal\nBucareste | Roménia | Cartum | Sudão\nBucareste | Roménia | Kiev | Ucrânia\nBucareste | Roménia | Quigali | Ruanda\nBucareste | Roménia | Kingston | Jamaica\nBucareste | Roménia | Libreville | Gabão\nBucareste | Roménia | Lilongwe | Malaui\nBucareste | Roménia | Lima | Peru\nBucareste | Roménia | Lisboa | Portugal\nBucareste | Roménia | Liubliana | Eslovénia\nBucareste | Roménia | Londres | Inglaterra\nBucareste | Roménia | Luanda | Angola\nBucareste | Roménia | Lusaca | Zâmbia\nBucareste | Roménia | Madrid | Espanha\nBudapeste | Hungria | Bujumbura | Burundi\nBudapeste | Hungria | Cairo | Egito\nBudapeste | Hungria | Camberra | Austrália\nBudapeste | Hungria | Caracas | Venezuela\nBudapeste | Hungria | Chisinau | Moldávia\nBudapeste | Hungria | Conacri | Guiné\nBudapeste | Hungria | Copenhaga | Dinamarca\nBudapeste | Hungria | Dacar | Senegal\nBudapeste | Hungria | Damasco | Síria\nBudapeste | Hungria | Daca | Bangladeche\nBudapeste | Hungria | Doa | Catar\nBudapeste | Hungria | Dublim | Irlanda\nBudapeste | Hungria | Duchambé | Tajiquistão\nBudapeste | Hungria | Funafuti | Tuvalu\nBudapeste | Hungria | Gaborone | Botsuana\nBudapeste | Hungria | Georgetown | Guiana\nBudapeste | Hungria | Hanói | Vietname\nBudapeste | Hungria | Harare | Zimbabué\nBudapeste | Hungria | Havana | Cuba\nBudapeste | Hungria | Helsínquia | Finlândia\nBudapeste | Hungria | Islamabade | Paquistão\nBudapeste | Hungria | Jacarta | Indonésia\nBudapeste | Hungria | Cábul | Afeganistão\nBudapeste | Hungria | Campala | Uganda\nBudapeste | Hungria | Catmandu | Nepal\nBudapeste | Hungria | Cartum | Sudão\nBudapeste | Hungria | Kiev | Ucrânia\nBudapeste | Hungria | Quigali | Ruanda\nBudapeste | Hungria | Kingston | Jamaica\nBudapeste | Hungria | Libreville | Gabão\nBudapeste | Hungria | Lilongwe | Malaui\nBudapeste | Hungria | Lima | Peru\nBudapeste | Hungria | Lisboa | Portugal\nBudapeste | Hungria | Liubliana | Eslovénia\nBudapeste | Hungria | Londres | Inglaterra\nBudapeste | Hungria | Luanda | Angola\nBudapeste | Hungria | Lusaca | Zâmbia\nBudapeste | Hungria | Madrid | Espanha\nBudapeste | Hungria | Manágua | Nicarágua\nBujumbura | Burundi | Cairo | Egito\nBujumbura | Burundi | Camberra | Austrália\nBujumbura | Burundi | Caracas | Venezuela\nBujumbura | Burundi | Chisinau | Moldávia\nBujumbura | Burundi | Conacri | Guiné\nBujumbura | Burundi | Copenhaga | Dinamarca\nBujumbura | Burundi | Dacar | Senegal\nBujumbura | Burundi | Damasco | Síria\nBujumbura | Burundi | Daca | Bangladeche\nBujumbura | Burundi | Doa | Catar\nBujumbura | Burundi | Dublim | Irlanda\nBujumbura | Burundi | Duchambé | Tajiquistão\nBujumbura | Burundi | Funafuti | Tuvalu\nBujumbura | Burundi | Gaborone | Botsuana\nBujumbura | Burundi | Georgetown | Guiana\nBujumbura | Burundi | Hanói | Vietname\nBujumbura | Burundi | Harare | Zimbabué\nBujumbura | Burundi | Havana | Cuba\nBujumbura | Burundi | Helsínquia | Finlândia\nBujumbura | Burundi | Islamabade | Paquistão\nBujumbura | Burundi | Jacarta | Indonésia\nBujumbura | Burundi | Cábul | Afeganistão\nBujumbura | Burundi | Campala | Uganda\nBujumbura | Burundi | Catmandu | Nepal\nBujumbura | Burundi | Cartum | Sudão\nBujumbura | Burundi | Kiev | Ucrânia\nBujumbura | Burundi | Quigali | Ruanda\nBujumbura | Burundi | Kingston | Jamaica\nBujumbura | Burundi | Libreville | Gabão\nBujumbura | Burundi | Lilongwe | Malaui\nBujumbura | Burundi | Lima | Peru\nBujumbura | Burundi | Lisboa | Portugal\nBujumbura | Burundi | Liubliana | Eslovénia\nBujumbura | Burundi | Londres | Inglaterra\nBujumbura | Burundi | Luanda | Angola\nBujumbura | Burundi | Lusaca | Zâmbia\nBujumbura | Burundi | Madrid | Espanha\nBujumbura | Burundi | Manágua | Nicarágua\nBujumbura | Burundi | Manama | Bareine\nCairo | Egito | Camberra | Austrália\nCairo | Egito | Caracas | Venezuela\nCairo | Egito | Chisinau | Moldávia\nCairo | Egito | Conacri | Guiné\nCairo | Egito | Copenhaga | Dinamarca\nCairo | Egito | Dacar | Senegal\nCairo | Egito | Damasco | Síria\nCairo | Egito | Daca | Bangladeche\nCairo | Egito | Doa | Catar\nCairo | Egito | Dublim | Irlanda\nCairo | Egito | Duchambé | Tajiquistão\nCairo | Egito | Funafuti | Tuvalu\nCairo | Egito | Gaborone | Botsuana\nCairo | Egito | Georgetown | Guiana\nCairo | Egito | Hanói | Vietname\nCairo | Egito | Harare | Zimbabué\nCairo | Egito | Havana | Cuba\nCairo | Egito | Helsínquia | Finlândia\nCairo | Egito | Islamabade | Paquistão\nCairo | Egito | Jacarta | Indonésia\nCairo | Egito | Cábul | Afeganistão\nCairo | Egito | Campala | Uganda\nCairo | Egito | Catmandu | Nepal\nCairo | Egito | Cartum | Sudão\nCairo | Egito | Kiev | Ucrânia\nCairo | Egito | Quigali | Ruanda\nCairo | Egito | Kingston | Jamaica\nCairo | Egito | Libreville | Gabão\nCairo | Egito | Lilongwe | Malaui\nCairo | Egito | Lima | Peru\nCairo | Egito | Lisboa | Portugal\nCairo | Egito | Liubliana | Eslovénia\nCairo | Egito | Londres | Inglaterra\nCairo | Egito | Luanda | Angola\nCairo | Egito | Lusaca | Zâmbia\nCairo | Egito | Madrid | Espanha\nCairo | Egito | Manágua | Nicarágua\nCairo | Egito | Manama | Bareine\nCairo | Egito | Manila | Filipinas\nCamberra | Austrália | Caracas | Venezuela\nCamberra | Austrália | Chisinau | Moldávia\nCamberra | Austrália | Conacri | Guiné\nCamberra | Austrália | Copenhaga | Dinamarca\nCamberra | Austrália | Dacar | Senegal\nCamberra | Austrália | Damasco | Síria\nCamberra | Austrália | Daca | Bangladeche\nCamberra | Austrália | Doa | Catar\nCamberra | Austrália | Dublim | Irlanda\nCamberra | Austrália | Duchambé | Tajiquistão\nCamberra | Austrália | Funafuti | Tuvalu\nCamberra | Austrália | Gaborone | Botsuana\nCamberra | Austrália | Georgetown | Guiana\nCamberra | Austrália | Hanói | Vietname\nCamberra | Austrália | Harare | Zimbabué\nCamberra | Austrália | Havana | Cuba\nCamberra | Austrália | Helsínquia | Finlândia\nCamberra | Austrália | Islamabade | Paquistão\nCamberra | Austrália | Jacarta | Indonésia\nCamberra | Austrália | Cábul | Afeganistão\nCamberra | Austrália | Campala | Uganda\nCamberra | Austrália | Catmandu | Nepal\nCamberra | Austrália | Cartum | Sudão\nCamberra | Austrália | Kiev | Ucrânia\nCamberra | Austrália | Quigali | Ruanda\nCamberra | Austrália | Kingston | Jamaica\nCamberra | Austrália | Libreville | Gabão\nCamberra | Austrália | Lilongwe | Malaui\nCamberra | Austrália | Lima | Peru\nCamberra | Austrália | Lisboa | Portugal\nCamberra | Austrália | Liubliana | Eslovénia\nCamberra | Austrália | Londres | Inglaterra\nCamberra | Austrália | Luanda | Angola\nCamberra | Austrália | Lusaca | Zâmbia\nCamberra | Austrália | Madrid | Espanha\nCamberra | Austrália | Manágua | Nicarágua\nCamberra | Austrália | Manama | Bareine\nCamberra | Austrália | Manila | Filipinas\nCamberra | Austrália | Maputo | Moçambique\nCaracas | Venezuela | Chisinau | Moldávia\nCaracas | Venezuela | Conacri | Guiné\nCaracas | Venezuela | Copenhaga | Dinamarca\nCaracas | Venezuela | Dacar | Senegal\nCaracas | Venezuela | Damasco | Síria\nCaracas | Venezuela | Daca | Bangladeche\nCaracas | Venezuela | Doa | Catar\nCaracas | Venezuela | Dublim | Irlanda\nCaracas | Venezuela | Duchambé | Tajiquistão\nCaracas | Venezuela | Funafuti | Tuvalu\nCaracas | Venezuela | Gaborone | Botsuana\nCaracas | Venezuela | Georgetown | Guiana\nCaracas | Venezuela | Hanói | Vietname\nCaracas | Venezuela | Harare | Zimbabué\nCaracas | Venezuela | Havana | Cuba\nCaracas | Venezuela | Helsínquia | Finlândia\nCaracas | Venezuela | Islamabade | Paquistão\nCaracas | Venezuela | Jacarta | Indonésia\nCaracas | Venezuela | Cábul | Afeganistão\nCaracas | Venezuela | Campala | Uganda\nCaracas | Venezuela | Catmandu | Nepal\nCaracas | Venezuela | Cartum | Sudão\nCaracas | Venezuela | Kiev | Ucrânia\nCaracas | Venezuela | Quigali | Ruanda\nCaracas | Venezuela | Kingston | Jamaica\nCaracas | Venezuela | Libreville | Gabão\nCaracas | Venezuela | Lilongwe | Malaui\nCaracas | Venezuela | Lima | Peru\nCaracas | Venezuela | Lisboa | Portugal\nCaracas | Venezuela | Liubliana | Eslovénia\nCaracas | Venezuela | Londres | Inglaterra\nCaracas | Venezuela | Luanda | Angola\nCaracas | Venezuela | Lusaca | Zâmbia\nCaracas | Venezuela | Madrid | Espanha\nCaracas | Venezuela | Manágua | Nicarágua\nCaracas | Venezuela | Manama | Bareine\nCaracas | Venezuela | Manila | Filipinas\nCaracas | Venezuela | Maputo | Moçambique\nCaracas | Venezuela | Minsk | Bielorrússia\nChisinau | Moldávia | Conacri | Guiné\nChisinau | Moldávia | Copenhaga | Dinamarca\nChisinau | Moldávia | Dacar | Senegal\nChisinau | Moldávia | Damasco | Síria\nChisinau | Moldávia | Daca | Bangladeche\nChisinau | Moldávia | Doa | Catar\nChisinau | Moldávia | Dublim | Irlanda\nChisinau | Moldávia | Duchambé | Tajiquistão\nChisinau | Moldávia | Funafuti | Tuvalu\nChisinau | Moldávia | Gaborone | Botsuana\nChisinau | Moldávia | Georgetown | Guiana\nChisinau | Moldávia | Hanói | Vietname\nChisinau | Moldávia | Harare | Zimbabué\nChisinau | Moldávia | Havana | Cuba\nChisinau | Moldávia | Helsínquia | Finlândia\nChisinau | Moldávia | Islamabade | Paquistão\nChisinau | Moldávia | Jacarta | Indonésia\nChisinau | Moldávia | Cábul | Afeganistão\nChisinau | Moldávia | Campala | Uganda\nChisinau | Moldávia | Catmandu | Nepal\nChisinau | Moldávia | Cartum | Sudão\nChisinau | Moldávia | Kiev | Ucrânia\nChisinau | Moldávia | Quigali | Ruanda\nChisinau | Moldávia | Kingston | Jamaica\nChisinau | Moldávia | Libreville | Gabão\nChisinau | Moldávia | Lilongwe | Malaui\nChisinau | Moldávia | Lima | Peru\nChisinau | Moldávia | Lisboa | Portugal\nChisinau | Moldávia | Liubliana | Eslovénia\nChisinau | Moldávia | Londres | Inglaterra\nChisinau | Moldávia | Luanda | Angola\nChisinau | Moldávia | Lusaca | Zâmbia\nChisinau | Moldávia | Madrid | Espanha\nChisinau | Moldávia | Manágua | Nicarágua\nChisinau | Moldávia | Manama | Bareine\nChisinau | Moldávia | Manila | Filipinas\nChisinau | Moldávia | Maputo | Moçambique\nChisinau | Moldávia | Minsk | Bielorrússia\nChisinau | Moldávia | Mogadíscio | Somália\nConacri | Guiné | Copenhaga | Dinamarca\nConacri | Guiné | Dacar | Senegal\nConacri | Guiné | Damasco | Síria\nConacri | Guiné | Daca | Bangladeche\nConacri | Guiné | Doa | Catar\nConacri | Guiné | Dublim | Irlanda\nConacri | Guiné | Duchambé | Tajiquistão\nConacri | Guiné | Funafuti | Tuvalu\nConacri | Guiné | Gaborone | Botsuana\nConacri | Guiné | Georgetown | Guiana\nConacri | Guiné | Hanói | Vietname\nConacri | Guiné | Harare | Zimbabué\nConacri | Guiné | Havana | Cuba\nConacri | Guiné | Helsínquia | Finlândia\nConacri | Guiné | Islamabade | Paquistão\nConacri | Guiné | Jacarta | Indonésia\nConacri | Guiné | Cábul | Afeganistão\nConacri | Guiné | Campala | Uganda\nConacri | Guiné | Catmandu | Nepal\nConacri | Guiné | Cartum | Sudão\nConacri | Guiné | Kiev | Ucrânia\nConacri | Guiné | Quigali | Ruanda\nConacri | Guiné | Kingston | Jamaica\nConacri | Guiné | Libreville | Gabão\nConacri | Guiné | Lilongwe | Malaui\nConacri | Guiné | Lima | Peru\nConacri | Guiné | Lisboa | Portugal\nConacri | Guiné | Liubliana | Eslovénia\nConacri | Guiné | Londres | Inglaterra\nConacri | Guiné | Luanda | Angola\nConacri | Guiné | Lusaca | Zâmbia\nConacri | Guiné | Madrid | Espanha\nConacri | Guiné | Manágua | Nicarágua\nConacri | Guiné | Manama | Bareine\nConacri | Guiné | Manila | Filipinas\nConacri | Guiné | Maputo | Moçambique\nConacri | Guiné | Minsk | Bielorrússia\nConacri | Guiné | Mogadíscio | Somália\nConacri | Guiné | Monróvia | Libéria\nCopenhaga | Dinamarca | Dacar | Senegal\nCopenhaga | Dinamarca | Damasco | Síria\nCopenhaga | Dinamarca | Daca | Bangladeche\nCopenhaga | Dinamarca | Doa | Catar\nCopenhaga | Dinamarca | Dublim | Irlanda\nCopenhaga | Dinamarca | Duchambé | Tajiquistão\nCopenhaga | Dinamarca | Funafuti | Tuvalu\nCopenhaga | Dinamarca | Gaborone | Botsuana\nCopenhaga | Dinamarca | Georgetown | Guiana\nCopenhaga | Dinamarca | Hanói | Vietname\nCopenhaga | Dinamarca | Harare | Zimbabué\nCopenhaga | Dinamarca | Havana | Cuba\nCopenhaga | Dinamarca | Helsínquia | Finlândia\nCopenhaga | Dinamarca | Islamabade | Paquistão\nCopenhaga | Dinamarca | Jacarta | Indonésia\nCopenhaga | Dinamarca | Cábul | Afeganistão\nCopenhaga | Dinamarca | Campala | Uganda\nCopenhaga | Dinamarca | Catmandu | Nepal\nCopenhaga | Dinamarca | Cartum | Sudão\nCopenhaga | Dinamarca | Kiev | Ucrânia\nCopenhaga | Dinamarca | Quigali | Ruanda\nCopenhaga | Dinamarca | Kingston | Jamaica\nCopenhaga | Dinamarca | Libreville | Gabão\nCopenhaga | Dinamarca | Lilongwe | Malaui\nCopenhaga | Dinamarca | Lima | Peru\nCopenhaga | Dinamarca | Lisboa | Portugal\nCopenhaga | Dinamarca | Liubliana | Eslovénia\nCopenhaga | Dinamarca | Londres | Inglaterra\nCopenhaga | Dinamarca | Luanda | Angola\nCopenhaga | Dinamarca | Lusaca | Zâmbia\nCopenhaga | Dinamarca | Madrid | Espanha\nCopenhaga | Dinamarca | Manágua | Nicarágua\nCopenhaga | Dinamarca | Manama | Bareine\nCopenhaga | Dinamarca | Manila | Filipinas\nCopenhaga | Dinamarca | Maputo | Moçambique\nCopenhaga | Dinamarca | Minsk | Bielorrússia\nCopenhaga | Dinamarca | Mogadíscio | Somália\nCopenhaga | Dinamarca | Monróvia | Libéria\nCopenhaga | Dinamarca | Montevideu | Uruguai\nDacar | Senegal | Damasco | Síria\nDacar | Senegal | Daca | Bangladeche\nDacar | Senegal | Doa | Catar\nDacar | Senegal | Dublim | Irlanda\nDacar | Senegal | Duchambé | Tajiquistão\nDacar | Senegal | Funafuti | Tuvalu\nDacar | Senegal | Gaborone | Botsuana\nDacar | Senegal | Georgetown | Guiana\nDacar | Senegal | Hanói | Vietname\nDacar | Senegal | Harare | Zimbabué\nDacar | Senegal | Havana | Cuba\nDacar | Senegal | Helsínquia | Finlândia\nDacar | Senegal | Islamabade | Paquistão\nDacar | Senegal | Jacarta | Indonésia\nDacar | Senegal | Cábul | Afeganistão\nDacar | Senegal | Campala | Uganda\nDacar | Senegal | Catmandu | Nepal\nDacar | Senegal | Cartum | Sudão\nDacar | Senegal | Kiev | Ucrânia\nDacar | Senegal | Quigali | Ruanda\nDacar | Senegal | Kingston | Jamaica\nDacar | Senegal | Libreville | Gabão\nDacar | Senegal | Lilongwe | Malaui\nDacar | Senegal | Lima | Peru\nDacar | Senegal | Lisboa | Portugal\nDacar | Senegal | Liubliana | Eslovénia\nDacar | Senegal | Londres | Inglaterra\nDacar | Senegal | Luanda | Angola\nDacar | Senegal | Lusaca | Zâmbia\nDacar | Senegal | Madrid | Espanha\nDacar | Senegal | Manágua | Nicarágua\nDacar | Senegal | Manama | Bareine\nDacar | Senegal | Manila | Filipinas\nDacar | Senegal | Maputo | Moçambique\nDacar | Senegal | Minsk | Bielorrússia\nDacar | Senegal | Mogadíscio | Somália\nDacar | Senegal | Monróvia | Libéria\nDacar | Senegal | Montevideu | Uruguai\nDacar | Senegal | Moscovo | Rússia\nDamasco | Síria | Daca | Bangladeche\nDamasco | Síria | Doa | Catar\nDamasco | Síria | Dublim | Irlanda\nDamasco | Síria | Duchambé | Tajiquistão\nDamasco | Síria | Funafuti | Tuvalu\nDamasco | Síria | Gaborone | Botsuana\nDamasco | Síria | Georgetown | Guiana\nDamasco | Síria | Hanói | Vietname\nDamasco | Síria | Harare | Zimbabué\nDamasco | Síria | Havana | Cuba\nDamasco | Síria | Helsínquia | Finlândia\nDamasco | Síria | Islamabade | Paquistão\nDamasco | Síria | Jacarta | Indonésia\nDamasco | Síria | Cábul | Afeganistão\nDamasco | Síria | Campala | Uganda\nDamasco | Síria | Catmandu | Nepal\nDamasco | Síria | Cartum | Sudão\nDamasco | Síria | Kiev | Ucrânia\nDamasco | Síria | Quigali | Ruanda\nDamasco | Síria | Kingston | Jamaica\nDamasco | Síria | Libreville | Gabão\nDamasco | Síria | Lilongwe | Malaui\nDamasco | Síria | Lima | Peru\nDamasco | Síria | Lisboa | Portugal\nDamasco | Síria | Liubliana | Eslovénia\nDamasco | Síria | Londres | Inglaterra\nDamasco | Síria | Luanda | Angola\nDamasco | Síria | Lusaca | Zâmbia\nDamasco | Síria | Madrid | Espanha\nDamasco | Síria | Manágua | Nicarágua\nDamasco | Síria | Manama | Bareine\nDamasco | Síria | Manila | Filipinas\nDamasco | Síria | Maputo | Moçambique\nDamasco | Síria | Minsk | Bielorrússia\nDamasco | Síria | Mogadíscio | Somália\nDamasco | Síria | Monróvia | Libéria\nDamasco | Síria | Montevideu | Uruguai\nDamasco | Síria | Moscovo | Rússia\nDamasco | Síria | Mascate | Omã\nDaca | Bangladeche | Doa | Catar\nDaca | Bangladeche | Dublim | Irlanda\nDaca | Bangladeche | Duchambé | Tajiquistão\nDaca | Bangladeche | Funafuti | Tuvalu\nDaca | Bangladeche | Gaborone | Botsuana\nDaca | Bangladeche | Georgetown | Guiana\nDaca | Bangladeche | Hanói | Vietname\nDaca | Bangladeche | Harare | Zimbabué\nDaca | Bangladeche | Havana | Cuba\nDaca | Bangladeche | Helsínquia | Finlândia\nDaca | Bangladeche | Islamabade | Paquistão\nDaca | Bangladeche | Jacarta | Indonésia\nDaca | Bangladeche | Cábul | Afeganistão\nDaca | Bangladeche | Campala | Uganda\nDaca | Bangladeche | Catmandu | Nepal\nDaca | Bangladeche | Cartum | Sudão\nDaca | Bangladeche | Kiev | Ucrânia\nDaca | Bangladeche | Quigali | Ruanda\nDaca | Bangladeche | Kingston | Jamaica\nDaca | Bangladeche | Libreville | Gabão\nDaca | Bangladeche | Lilongwe | Malaui\nDaca | Bangladeche | Lima | Peru\nDaca | Bangladeche | Lisboa | Portugal\nDaca | Bangladeche | Liubliana | Eslovénia\nDaca | Bangladeche | Londres | Inglaterra\nDaca | Bangladeche | Luanda | Angola\nDaca | Bangladeche | Lusaca | Zâmbia\nDaca | Bangladeche | Madrid | Espanha\nDaca | Bangladeche | Manágua | Nicarágua\nDaca | Bangladeche | Manama | Bareine\nDaca | Bangladeche | Manila | Filipinas\nDaca | Bangladeche | Maputo | Moçambique\nDaca | Bangladeche | Minsk | Bielorrússia\nDaca | Bangladeche | Mogadíscio | Somália\nDaca | Bangladeche | Monróvia | Libéria\nDaca | Bangladeche | Montevideu | Uruguai\nDaca | Bangladeche | Moscovo | Rússia\nDaca | Bangladeche | Mascate | Omã\nDaca | Bangladeche | Nairóbi | Quénia\nDoa | Catar | Dublim | Irlanda\nDoa | Catar | Duchambé | Tajiquistão\nDoa | Catar | Funafuti | Tuvalu\nDoa | Catar | Gaborone | Botsuana\nDoa | Catar | Georgetown | Guiana\nDoa | Catar | Hanói | Vietname\nDoa | Catar | Harare | Zimbabué\nDoa | Catar | Havana | Cuba\nDoa | Catar | Helsínquia | Finlândia\nDoa | Catar | Islamabade | Paquistão\nDoa | Catar | Jacarta | Indonésia\nDoa | Catar | Cábul | Afeganistão\nDoa | Catar | Campala | Uganda\nDoa | Catar | Catmandu | Nepal\nDoa | Catar | Cartum | Sudão\nDoa | Catar | Kiev | Ucrânia\nDoa | Catar | Quigali | Ruanda\nDoa | Catar | Kingston | Jamaica\nDoa | Catar | Libreville | Gabão\nDoa | Catar | Lilongwe | Malaui\nDoa | Catar | Lima | Peru\nDoa | Catar | Lisboa | Portugal\nDoa | Catar | Liubliana | Eslovénia\nDoa | Catar | Londres | Inglaterra\nDoa | Catar | Luanda | Angola\nDoa | Catar | Lusaca | Zâmbia\nDoa | Catar | Madrid | Espanha\nDoa | Catar | Manágua | Nicarágua\nDoa | Catar | Manama | Bareine\nDoa | Catar | Manila | Filipinas\nDoa | Catar | Maputo | Moçambique\nDoa | Catar | Minsk | Bielorrússia\nDoa | Catar | Mogadíscio | Somália\nDoa | Catar | Monróvia | Libéria\nDoa | Catar | Montevideu | Uruguai\nDoa | Catar | Moscovo | Rússia\nDoa | Catar | Mascate | Omã\nDoa | Catar | Nairóbi | Quénia\nDoa | Catar | Nassau | Baamas\nDublim | Irlanda | Duchambé | Tajiquistão\nDublim | Irlanda | Funafuti | Tuvalu\nDublim | Irlanda | Gaborone | Botsuana\nDublim | Irlanda | Georgetown | Guiana\nDublim | Irlanda | Hanói | Vietname\nDublim | Irlanda | Harare | Zimbabué\nDublim | Irlanda | Havana | Cuba\nDublim | Irlanda | Helsínquia | Finlândia\nDublim | Irlanda | Islamabade | Paquistão\nDublim | Irlanda | Jacarta | Indonésia\nDublim | Irlanda | Cábul | Afeganistão\nDublim | Irlanda | Campala | Uganda\nDublim | Irlanda | Catmandu | Nepal\nDublim | Irlanda | Cartum | Sudão\nDublim | Irlanda | Kiev | Ucrânia\nDublim | Irlanda | Quigali | Ruanda\nDublim | Irlanda | Kingston | Jamaica\nDublim | Irlanda | Libreville | Gabão\nDublim | Irlanda | Lilongwe | Malaui\nDublim | Irlanda | Lima | Peru\nDublim | Irlanda | Lisboa | Portugal\nDublim | Irlanda | Liubliana | Eslovénia\nDublim | Irlanda | Londres | Inglaterra\nDublim | Irlanda | Luanda | Angola\nDublim | Irlanda | Lusaca | Zâmbia\nDublim | Irlanda | Madrid | Espanha\nDublim | Irlanda | Manágua | Nicarágua\nDublim | Irlanda | Manama | Bareine\nDublim | Irlanda | Manila | Filipinas\nDublim | Irlanda | Maputo | Moçambique\nDublim | Irlanda | Minsk | Bielorrússia\nDublim | Irlanda | Mogadíscio | Somália\nDublim | Irlanda | Monróvia | Libéria\nDublim | Irlanda | Montevideu | Uruguai\nDublim | Irlanda | Moscovo | Rússia\nDublim | Irlanda | Mascate | Omã\nDublim | Irlanda | Nairóbi | Quénia\nDublim | Irlanda | Nassau | Baamas\nDublim | Irlanda | Niamei | Níger\nDuchambé | Tajiquistão | Funafuti | Tuvalu\nDuchambé | Tajiquistão | Gaborone | Botsuana\nDuchambé | Tajiquistão | Georgetown | Guiana\nDuchambé | Tajiquistão | Hanói | Vietname\nDuchambé | Tajiquistão | Harare | Zimbabué\nDuchambé | Tajiquistão | Havana | Cuba\nDuchambé | Tajiquistão | Helsínquia | Finlândia\nDuchambé | Tajiquistão | Islamabade | Paquistão\nDuchambé | Tajiquistão | Jacarta | Indonésia\nDuchambé | Tajiquistão | Cábul | Afeganistão\nDuchambé | Tajiquistão | Campala | Uganda\nDuchambé | Tajiquistão | Catmandu | Nepal\nDuchambé | Tajiquistão | Cartum | Sudão\nDuchambé | Tajiquistão | Kiev | Ucrânia\nDuchambé | Tajiquistão | Quigali | Ruanda\nDuchambé | Tajiquistão | Kingston | Jamaica\nDuchambé | Tajiquistão | Libreville | Gabão\nDuchambé | Tajiquistão | Lilongwe | Malaui\nDuchambé | Tajiquistão | Lima | Peru\nDuchambé | Tajiquistão | Lisboa | Portugal\nDuchambé | Tajiquistão | Liubliana | Eslovénia\nDuchambé | Tajiquistão | Londres | Inglaterra\nDuchambé | Tajiquistão | Luanda | Angola\nDuchambé | Tajiquistão | Lusaca | Zâmbia\nDuchambé | Tajiquistão | Madrid | Espanha\nDuchambé | Tajiquistão | Manágua | Nicarágua\nDuchambé | Tajiquistão | Manama | Bareine\nDuchambé | Tajiquistão | Manila | Filipinas\nDuchambé | Tajiquistão | Maputo | Moçambique\nDuchambé | Tajiquistão | Minsk | Bielorrússia\nDuchambé | Tajiquistão | Mogadíscio | Somália\nDuchambé | Tajiquistão | Monróvia | Libéria\nDuchambé | Tajiquistão | Montevideu | Uruguai\nDuchambé | Tajiquistão | Moscovo | Rússia\nDuchambé | Tajiquistão | Mascate | Omã\nDuchambé | Tajiquistão | Nairóbi | Quénia\nDuchambé | Tajiquistão | Nassau | Baamas\nDuchambé | Tajiquistão | Niamei | Níger\nDuchambé | Tajiquistão | Nicósia | Chipre\nFunafuti | Tuvalu | Gaborone | Botsuana\nFunafuti | Tuvalu | Georgetown | Guiana\nFunafuti | Tuvalu | Hanói | Vietname\nFunafuti | Tuvalu | Harare | Zimbabué\nFunafuti | Tuvalu | Havana | Cuba\nFunafuti | Tuvalu | Helsínquia | Finlândia\nFunafuti | Tuvalu | Islamabade | Paquistão\nFunafuti | Tuvalu | Jacarta | Indonésia\nFunafuti | Tuvalu | Cábul | Afeganistão\nFunafuti | Tuvalu | Campala | Uganda\nFunafuti | Tuvalu | Catmandu | Nepal\nFunafuti | Tuvalu | Cartum | Sudão\nFunafuti | Tuvalu | Kiev | Ucrânia\nFunafuti | Tuvalu | Quigali | Ruanda\nFunafuti | Tuvalu | Kingston | Jamaica\nFunafuti | Tuvalu | Libreville | Gabão\nFunafuti | Tuvalu | Lilongwe | Malaui\nFunafuti | Tuvalu | Lima | Peru\nFunafuti | Tuvalu | Lisboa | Portugal\nFunafuti | Tuvalu | Liubliana | Eslovénia\nFunafuti | Tuvalu | Londres | Inglaterra\nFunafuti | Tuvalu | Luanda | Angola\nFunafuti | Tuvalu | Lusaca | Zâmbia\nFunafuti | Tuvalu | Madrid | Espanha\nFunafuti | Tuvalu | Manágua | Nicarágua\nFunafuti | Tuvalu | Manama | Bareine\nFunafuti | Tuvalu | Manila | Filipinas\nFunafuti | Tuvalu | Maputo | Moçambique\nFunafuti | Tuvalu | Minsk | Bielorrússia\nFunafuti | Tuvalu | Mogadíscio | Somália\nFunafuti | Tuvalu | Monróvia | Libéria\nFunafuti | Tuvalu | Montevideu | Uruguai\nFunafuti | Tuvalu | Moscovo | Rússia\nFunafuti | Tuvalu | Mascate | Omã\nFunafuti | Tuvalu | Nairóbi | Quénia\nFunafuti | Tuvalu | Nassau | Baamas\nFunafuti | Tuvalu | Niamei | Níger\nFunafuti | Tuvalu | Nicósia | Chipre\nFunafuti | Tuvalu | Nuaquechote | Mauritânia\nGaborone | Botsuana | Georgetown | Guiana\nGaborone | Botsuana | Hanói | Vietname\nGaborone | Botsuana | Harare | Zimbabué\nGaborone | Botsuana | Havana | Cuba\nGaborone | Botsuana | Helsínquia | Finlândia\nGaborone | Botsuana | Islamabade | Paquistão\nGaborone | Botsuana | Jacarta | Indonésia\nGaborone | Botsuana | Cábul | Afeganistão\nGaborone | Botsuana | Campala | Uganda\nGaborone | Botsuana | Catmandu | Nepal\nGaborone | Botsuana | Cartum | Sudão\nGaborone | Botsuana | Kiev | Ucrânia\nGaborone | Botsuana | Quigali | Ruanda\nGaborone | Botsuana | Kingston | Jamaica\nGaborone | Botsuana | Libreville | Gabão\nGaborone | Botsuana | Lilongwe | Malaui\nGaborone | Botsuana | Lima | Peru\nGaborone | Botsuana | Lisboa | Portugal\nGaborone | Botsuana | Liubliana | Eslovénia\nGaborone | Botsuana | Londres | Inglaterra\nGaborone | Botsuana | Luanda | Angola\nGaborone | Botsuana | Lusaca | Zâmbia\nGaborone | Botsuana | Madrid | Espanha\nGaborone | Botsuana | Manágua | Nicarágua\nGaborone | Botsuana | Manama | Bareine\nGaborone | Botsuana | Manila | Filipinas\nGaborone | Botsuana | Maputo | Moçambique\nGaborone | Botsuana | Minsk | Bielorrússia\nGaborone | Botsuana | Mogadíscio | Somália\nGaborone | Botsuana | Monróvia | Libéria\nGaborone | Botsuana | Montevideu | Uruguai\nGaborone | Botsuana | Moscovo | Rússia\nGaborone | Botsuana | Mascate | Omã\nGaborone | Botsuana | Nairóbi | Quénia\nGaborone | Botsuana | Nassau | Baamas\nGaborone | Botsuana | Niamei | Níger\nGaborone | Botsuana | Nicósia | Chipre\nGaborone | Botsuana | Nuaquechote | Mauritânia\nGaborone | Botsuana | Nuque | Gronelândia\nGeorgetown | Guiana | Hanói | Vietname\nGeorgetown | Guiana | Harare | Zimbabué\nGeorgetown | Guiana | Havana | Cuba\nGeorgetown | Guiana | Helsínquia | Finlândia\nGeorgetown | Guiana | Islamabade | Paquistão\nGeorgetown | Guiana | Jacarta | Indonésia\nGeorgetown | Guiana | Cábul | Afeganistão\nGeorgetown | Guiana | Campala | Uganda\nGeorgetown | Guiana | Catmandu | Nepal\nGeorgetown | Guiana | Cartum | Sudão\nGeorgetown | Guiana | Kiev | Ucrânia\nGeorgetown | Guiana | Quigali | Ruanda\nGeorgetown | Guiana | Kingston | Jamaica\nGeorgetown | Guiana | Libreville | Gabão\nGeorgetown | Guiana | Lilongwe | Malaui\nGeorgetown | Guiana | Lima | Peru\nGeorgetown | Guiana | Lisboa | Portugal\nGeorgetown | Guiana | Liubliana | Eslovénia\nGeorgetown | Guiana | Londres | Inglaterra\nGeorgetown | Guiana | Luanda | Angola\nGeorgetown | Guiana | Lusaca | Zâmbia\nGeorgetown | Guiana | Madrid | Espanha\nGeorgetown | Guiana | Manágua | Nicarágua\nGeorgetown | Guiana | Manama | Bareine\nGeorgetown | Guiana | Manila | Filipinas\nGeorgetown | Guiana | Maputo | Moçambique\nGeorgetown | Guiana | Minsk | Bielorrússia\nGeorgetown | Guiana | Mogadíscio | Somália\nGeorgetown | Guiana | Monróvia | Libéria\nGeorgetown | Guiana | Montevideu | Uruguai\nGeorgetown | Guiana | Moscovo | Rússia\nGeorgetown | Guiana | Mascate | Omã\nGeorgetown | Guiana | Nairóbi | Quénia\nGeorgetown | Guiana | Nassau | Baamas\nGeorgetown | Guiana | Niamei | Níger\nGeorgetown | Guiana | Nicósia | Chipre\nGeorgetown | Guiana | Nuaquechote | Mauritânia\nGeorgetown | Guiana | Nuque | Gronelândia\nGeorgetown | Guiana | Oslo | Noruega\nHanói | Vietname | Harare | Zimbabué\nHanói | Vietname | Havana | Cuba\nHanói | Vietname | Helsínquia | Finlândia\nHanói | Vietname | Islamabade | Paquistão\nHanói | Vietname | Jacarta | Indonésia\nHanói | Vietname | Cábul | Afeganistão\nHanói | Vietname | Campala | Uganda\nHanói | Vietname | Catmandu | Nepal\nHanói | Vietname | Cartum | Sudão\nHanói | Vietname | Kiev | Ucrânia\nHanói | Vietname | Quigali | Ruanda\nHanói | Vietname | Kingston | Jamaica\nHanói | Vietname | Libreville | Gabão\nHanói | Vietname | Lilongwe | Malaui\nHanói | Vietname | Lima | Peru\nHanói | Vietname | Lisboa | Portugal\nHanói | Vietname | Liubliana | Eslovénia\nHanói | Vietname | Londres | Inglaterra\nHanói | Vietname | Luanda | Angola\nHanói | Vietname | Lusaca | Zâmbia\nHanói | Vietname | Madrid | Espanha\nHanói | Vietname | Manágua | Nicarágua\nHanói | Vietname | Manama | Bareine\nHanói | Vietname | Manila | Filipinas\nHanói | Vietname | Maputo | Moçambique\nHanói | Vietname | Minsk | Bielorrússia\nHanói | Vietname | Mogadíscio | Somália\nHanói | Vietname | Monróvia | Libéria\nHanói | Vietname | Montevideu | Uruguai\nHanói | Vietname | Moscovo | Rússia\nHanói | Vietname | Mascate | Omã\nHanói | Vietname | Nairóbi | Quénia\nHanói | Vietname | Nassau | Baamas\nHanói | Vietname | Niamei | Níger\nHanói | Vietname | Nicósia | Chipre\nHanói | Vietname | Nuaquechote | Mauritânia\nHanói | Vietname | Nuque | Gronelândia\nHanói | Vietname | Oslo | Noruega\nHanói | Vietname | Ottawa | Canadá\nHarare | Zimbabué | Havana | Cuba\nHarare | Zimbabué | Helsínquia | Finlândia\nHarare | Zimbabué | Islamabade | Paquistão\nHarare | Zimbabué | Jacarta | Indonésia\nHarare | Zimbabué | Cábul | Afeganistão\nHarare | Zimbabué | Campala | Uganda\nHarare | Zimbabué | Catmandu | Nepal\nHarare | Zimbabué | Cartum | Sudão\nHarare | Zimbabué | Kiev | Ucrânia\nHarare | Zimbabué | Quigali | Ruanda\nHarare | Zimbabué | Kingston | Jamaica\nHarare | Zimbabué | Libreville | Gabão\nHarare | Zimbabué | Lilongwe | Malaui\nHarare | Zimbabué | Lima | Peru\nHarare | Zimbabué | Lisboa | Portugal\nHarare | Zimbabué | Liubliana | Eslovénia\nHarare | Zimbabué | Londres | Inglaterra\nHarare | Zimbabué | Luanda | Angola\nHarare | Zimbabué | Lusaca | Zâmbia\nHarare | Zimbabué | Madrid | Espanha\nHarare | Zimbabué | Manágua | Nicarágua\nHarare | Zimbabué | Manama | Bareine\nHarare | Zimbabué | Manila | Filipinas\nHarare | Zimbabué | Maputo | Moçambique\nHarare | Zimbabué | Minsk | Bielorrússia\nHarare | Zimbabué | Mogadíscio | Somália\nHarare | Zimbabué | Monróvia | Libéria\nHarare | Zimbabué | Montevideu | Uruguai\nHarare | Zimbabué | Moscovo | Rússia\nHarare | Zimbabué | Mascate | Omã\nHarare | Zimbabué | Nairóbi | Quénia\nHarare | Zimbabué | Nassau | Baamas\nHarare | Zimbabué | Niamei | Níger\nHarare | Zimbabué | Nicósia | Chipre\nHarare | Zimbabué | Nuaquechote | Mauritânia\nHarare | Zimbabué | Nuque | Gronelândia\nHarare | Zimbabué | Oslo | Noruega\nHarare | Zimbabué | Ottawa | Canadá\nHarare | Zimbabué | Paramaribo | Suriname\nHavana | Cuba | Helsínquia | Finlândia\nHavana | Cuba | Islamabade | Paquistão\nHavana | Cuba | Jacarta | Indonésia\nHavana | Cuba | Cábul | Afeganistão\nHavana | Cuba | Campala | Uganda\nHavana | Cuba | Catmandu | Nepal\nHavana | Cuba | Cartum | Sudão\nHavana | Cuba | Kiev | Ucrânia\nHavana | Cuba | Quigali | Ruanda\nHavana | Cuba | Kingston | Jamaica\nHavana | Cuba | Libreville | Gabão\nHavana | Cuba | Lilongwe | Malaui\nHavana | Cuba | Lima | Peru\nHavana | Cuba | Lisboa | Portugal\nHavana | Cuba | Liubliana | Eslovénia\nHavana | Cuba | Londres | Inglaterra\nHavana | Cuba | Luanda | Angola\nHavana | Cuba | Lusaca | Zâmbia\nHavana | Cuba | Madrid | Espanha\nHavana | Cuba | Manágua | Nicarágua\nHavana | Cuba | Manama | Bareine\nHavana | Cuba | Manila | Filipinas\nHavana | Cuba | Maputo | Moçambique\nHavana | Cuba | Minsk | Bielorrússia\nHavana | Cuba | Mogadíscio | Somália\nHavana | Cuba | Monróvia | Libéria\nHavana | Cuba | Montevideu | Uruguai\nHavana | Cuba | Moscovo | Rússia\nHavana | Cuba | Mascate | Omã\nHavana | Cuba | Nairóbi | Quénia\nHavana | Cuba | Nassau | Baamas\nHavana | Cuba | Niamei | Níger\nHavana | Cuba | Nicósia | Chipre\nHavana | Cuba | Nuaquechote | Mauritânia\nHavana | Cuba | Nuque | Gronelândia\nHavana | Cuba | Oslo | Noruega\nHavana | Cuba | Ottawa | Canadá\nHavana | Cuba | Paramaribo | Suriname\nHavana | Cuba | Paris | França\nHelsínquia | Finlândia | Islamabade | Paquistão\nHelsínquia | Finlândia | Jacarta | Indonésia\nHelsínquia | Finlândia | Cábul | Afeganistão\nHelsínquia | Finlândia | Campala | Uganda\nHelsínquia | Finlândia | Catmandu | Nepal\nHelsínquia | Finlândia | Cartum | Sudão\nHelsínquia | Finlândia | Kiev | Ucrânia\nHelsínquia | Finlândia | Quigali | Ruanda\nHelsínquia | Finlândia | Kingston | Jamaica\nHelsínquia | Finlândia | Libreville | Gabão\nHelsínquia | Finlândia | Lilongwe | Malaui\nHelsínquia | Finlândia | Lima | Peru\nHelsínquia | Finlândia | Lisboa | Portugal\nHelsínquia | Finlândia | Liubliana | Eslovénia\nHelsínquia | Finlândia | Londres | Inglaterra\nHelsínquia | Finlândia | Luanda | Angola\nHelsínquia | Finlândia | Lusaca | Zâmbia\nHelsínquia | Finlândia | Madrid | Espanha\nHelsínquia | Finlândia | Manágua | Nicarágua\nHelsínquia | Finlândia | Manama | Bareine\nHelsínquia | Finlândia | Manila | Filipinas\nHelsínquia | Finlândia | Maputo | Moçambique\nHelsínquia | Finlândia | Minsk | Bielorrússia\nHelsínquia | Finlândia | Mogadíscio | Somália\nHelsínquia | Finlândia | Monróvia | Libéria\nHelsínquia | Finlândia | Montevideu | Uruguai\nHelsínquia | Finlândia | Moscovo | Rússia\nHelsínquia | Finlândia | Mascate | Omã\nHelsínquia | Finlândia | Nairóbi | Quénia\nHelsínquia | Finlândia | Nassau | Baamas\nHelsínquia | Finlândia | Niamei | Níger\nHelsínquia | Finlândia | Nicósia | Chipre\nHelsínquia | Finlândia | Nuaquechote | Mauritânia\nHelsínquia | Finlândia | Nuque | Gronelândia\nHelsínquia | Finlândia | Oslo | Noruega\nHelsínquia | Finlândia | Ottawa | Canadá\nHelsínquia | Finlândia | Paramaribo | Suriname\nHelsínquia | Finlândia | Paris | França\nHelsínquia | Finlândia | Podgorica | Montenegro\nIslamabade | Paquistão | Jacarta | Indonésia\nIslamabade | Paquistão | Cábul | Afeganistão\nIslamabade | Paquistão | Campala | Uganda\nIslamabade | Paquistão | Catmandu | Nepal\nIslamabade | Paquistão | Cartum | Sudão\nIslamabade | Paquistão | Kiev | Ucrânia\nIslamabade | Paquistão | Quigali | Ruanda\nIslamabade | Paquistão | Kingston | Jamaica\nIslamabade | Paquistão | Libreville | Gabão\nIslamabade | Paquistão | Lilongwe | Malaui\nIslamabade | Paquistão | Lima | Peru\nIslamabade | Paquistão | Lisboa | Portugal\nIslamabade | Paquistão | Liubliana | Eslovénia\nIslamabade | Paquistão | Londres | Inglaterra\nIslamabade | Paquistão | Luanda | Angola\nIslamabade | Paquistão | Lusaca | Zâmbia\nIslamabade | Paquistão | Madrid | Espanha\nIslamabade | Paquistão | Manágua | Nicarágua\nIslamabade | Paquistão | Manama | Bareine\nIslamabade | Paquistão | Manila | Filipinas\nIslamabade | Paquistão | Maputo | Moçambique\nIslamabade | Paquistão | Minsk | Bielorrússia\nIslamabade | Paquistão | Mogadíscio | Somália\nIslamabade | Paquistão | Monróvia | Libéria\nIslamabade | Paquistão | Montevideu | Uruguai\nIslamabade | Paquistão | Moscovo | Rússia\nIslamabade | Paquistão | Mascate | Omã\nIslamabade | Paquistão | Nairóbi | Quénia\nIslamabade | Paquistão | Nassau | Baamas\nIslamabade | Paquistão | Niamei | Níger\nIslamabade | Paquistão | Nicósia | Chipre\nIslamabade | Paquistão | Nuaquechote | Mauritânia\nIslamabade | Paquistão | Nuque | Gronelândia\nIslamabade | Paquistão | Oslo | Noruega\nIslamabade | Paquistão | Ottawa | Canadá\nIslamabade | Paquistão | Paramaribo | Suriname\nIslamabade | Paquistão | Paris | França\nIslamabade | Paquistão | Podgorica | Montenegro\nIslamabade | Paquistão | Quito | Equador\nJacarta | Indonésia | Cábul | Afeganistão\nJacarta | Indonésia | Campala | Uganda\nJacarta | Indonésia | Catmandu | Nepal\nJacarta | Indonésia | Cartum | Sudão\nJacarta | Indonésia | Kiev | Ucrânia\nJacarta | Indonésia | Quigali | Ruanda\nJacarta | Indonésia | Kingston | Jamaica\nJacarta | Indonésia | Libreville | Gabão\nJacarta | Indonésia | Lilongwe | Malaui\nJacarta | Indonésia | Lima | Peru\nJacarta | Indonésia | Lisboa | Portugal\nJacarta | Indonésia | Liubliana | Eslovénia\nJacarta | Indonésia | Londres | Inglaterra\nJacarta | Indonésia | Luanda | Angola\nJacarta | Indonésia | Lusaca | Zâmbia\nJacarta | Indonésia | Madrid | Espanha\nJacarta | Indonésia | Manágua | Nicarágua\nJacarta | Indonésia | Manama | Bareine\nJacarta | Indonésia | Manila | Filipinas\nJacarta | Indonésia | Maputo | Moçambique\nJacarta | Indonésia | Minsk | Bielorrússia\nJacarta | Indonésia | Mogadíscio | Somália\nJacarta | Indonésia | Monróvia | Libéria\nJacarta | Indonésia | Montevideu | Uruguai\nJacarta | Indonésia | Moscovo | Rússia\nJacarta | Indonésia | Mascate | Omã\nJacarta | Indonésia | Nairóbi | Quénia\nJacarta | Indonésia | Nassau | Baamas\nJacarta | Indonésia | Niamei | Níger\nJacarta | Indonésia | Nicósia | Chipre\nJacarta | Indonésia | Nuaquechote | Mauritânia\nJacarta | Indonésia | Nuque | Gronelândia\nJacarta | Indonésia | Oslo | Noruega\nJacarta | Indonésia | Ottawa | Canadá\nJacarta | Indonésia | Paramaribo | Suriname\nJacarta | Indonésia | Paris | França\nJacarta | Indonésia | Podgorica | Montenegro\nJacarta | Indonésia | Quito | Equador\nJacarta | Indonésia | Rabat | Marrocos\nCábul | Afeganistão | Campala | Uganda\nCábul | Afeganistão | Catmandu | Nepal\nCábul | Afeganistão | Cartum | Sudão\nCábul | Afeganistão | Kiev | Ucrânia\nCábul | Afeganistão | Quigali | Ruanda\nCábul | Afeganistão | Kingston | Jamaica\nCábul | Afeganistão | Libreville | Gabão\nCábul | Afeganistão | Lilongwe | Malaui\nCábul | Afeganistão | Lima | Peru\nCábul | Afeganistão | Lisboa | Portugal\nCábul | Afeganistão | Liubliana | Eslovénia\nCábul | Afeganistão | Londres | Inglaterra\nCábul | Afeganistão | Luanda | Angola\nCábul | Afeganistão | Lusaca | Zâmbia\nCábul | Afeganistão | Madrid | Espanha\nCábul | Afeganistão | Manágua | Nicarágua\nCábul | Afeganistão | Manama | Bareine\nCábul | Afeganistão | Manila | Filipinas\nCábul | Afeganistão | Maputo | Moçambique\nCábul | Afeganistão | Minsk | Bielorrússia\nCábul | Afeganistão | Mogadíscio | Somália\nCábul | Afeganistão | Monróvia | Libéria\nCábul | Afeganistão | Montevideu | Uruguai\nCábul | Afeganistão | Moscovo | Rússia\nCábul | Afeganistão | Mascate | Omã\nCábul | Afeganistão | Nairóbi | Quénia\nCábul | Afeganistão | Nassau | Baamas\nCábul | Afeganistão | Niamei | Níger\nCábul | Afeganistão | Nicósia | Chipre\nCábul | Afeganistão | Nuaquechote | Mauritânia\nCábul | Afeganistão | Nuque | Gronelândia\nCábul | Afeganistão | Oslo | Noruega\nCábul | Afeganistão | Ottawa | Canadá\nCábul | Afeganistão | Paramaribo | Suriname\nCábul | Afeganistão | Paris | França\nCábul | Afeganistão | Podgorica | Montenegro\nCábul | Afeganistão | Quito | Equador\nCábul | Afeganistão | Rabat | Marrocos\nCábul | Afeganistão | Riga | Letónia\nCampala | Uganda | Catmandu | Nepal\nCampala | Uganda | Cartum | Sudão\nCampala | Uganda | Kiev | Ucrânia\nCampala | Uganda | Quigali | Ruanda\nCampala | Uganda | Kingston | Jamaica\nCampala | Uganda | Libreville | Gabão\nCampala | Uganda | Lilongwe | Malaui\nCampala | Uganda | Lima | Peru\nCampala | Uganda | Lisboa | Portugal\nCampala | Uganda | Liubliana | Eslovénia\nCampala | Uganda | Londres | Inglaterra\nCampala | Uganda | Luanda | Angola\nCampala | Uganda | Lusaca | Zâmbia\nCampala | Uganda | Madrid | Espanha\nCampala | Uganda | Manágua | Nicarágua\nCampala | Uganda | Manama | Bareine\nCampala | Uganda | Manila | Filipinas\nCampala | Uganda | Maputo | Moçambique\nCampala | Uganda | Minsk | Bielorrússia\nCampala | Uganda | Mogadíscio | Somália\nCampala | Uganda | Monróvia | Libéria\nCampala | Uganda | Montevideu | Uruguai\nCampala | Uganda | Moscovo | Rússia\nCampala | Uganda | Mascate | Omã\nCampala | Uganda | Nairóbi | Quénia\nCampala | Uganda | Nassau | Baamas\nCampala | Uganda | Niamei | Níger\nCampala | Uganda | Nicósia | Chipre\nCampala | Uganda | Nuaquechote | Mauritânia\nCampala | Uganda | Nuque | Gronelândia\nCampala | Uganda | Oslo | Noruega\nCampala | Uganda | Ottawa | Canadá\nCampala | Uganda | Paramaribo | Suriname\nCampala | Uganda | Paris | França\nCampala | Uganda | Podgorica | Montenegro\nCampala | Uganda | Quito | Equador\nCampala | Uganda | Rabat | Marrocos\nCampala | Uganda | Riga | Letónia\nCampala | Uganda | Roma | Itália\nCatmandu | Nepal | Cartum | Sudão\nCatmandu | Nepal | Kiev | Ucrânia\nCatmandu | Nepal | Quigali | Ruanda\nCatmandu | Nepal | Kingston | Jamaica\nCatmandu | Nepal | Libreville | Gabão\nCatmandu | Nepal | Lilongwe | Malaui\nCatmandu | Nepal | Lima | Peru\nCatmandu | Nepal | Lisboa | Portugal\nCatmandu | Nepal | Liubliana | Eslovénia\nCatmandu | Nepal | Londres | Inglaterra\nCatmandu | Nepal | Luanda | Angola\nCatmandu | Nepal | Lusaca | Zâmbia\nCatmandu | Nepal | Madrid | Espanha\nCatmandu | Nepal | Manágua | Nicarágua\nCatmandu | Nepal | Manama | Bareine\nCatmandu | Nepal | Manila | Filipinas\nCatmandu | Nepal | Maputo | Moçambique\nCatmandu | Nepal | Minsk | Bielorrússia\nCatmandu | Nepal | Mogadíscio | Somália\nCatmandu | Nepal | Monróvia | Libéria\nCatmandu | Nepal | Montevideu | Uruguai\nCatmandu | Nepal | Moscovo | Rússia\nCatmandu | Nepal | Mascate | Omã\nCatmandu | Nepal | Nairóbi | Quénia\nCatmandu | Nepal | Nassau | Baamas\nCatmandu | Nepal | Niamei | Níger\nCatmandu | Nepal | Nicósia | Chipre\nCatmandu | Nepal | Nuaquechote | Mauritânia\nCatmandu | Nepal | Nuque | Gronelândia\nCatmandu | Nepal | Oslo | Noruega\nCatmandu | Nepal | Ottawa | Canadá\nCatmandu | Nepal | Paramaribo | Suriname\nCatmandu | Nepal | Paris | França\nCatmandu | Nepal | Podgorica | Montenegro\nCatmandu | Nepal | Quito | Equador\nCatmandu | Nepal | Rabat | Marrocos\nCatmandu | Nepal | Riga | Letónia\nCatmandu | Nepal | Roma | Itália\nCatmandu | Nepal | Roseau | Dominica\nCartum | Sudão | Kiev | Ucrânia\nCartum | Sudão | Quigali | Ruanda\nCartum | Sudão | Kingston | Jamaica\nCartum | Sudão | Libreville | Gabão\nCartum | Sudão | Lilongwe | Malaui\nCartum | Sudão | Lima | Peru\nCartum | Sudão | Lisboa | Portugal\nCartum | Sudão | Liubliana | Eslovénia\nCartum | Sudão | Londres | Inglaterra\nCartum | Sudão | Luanda | Angola\nCartum | Sudão | Lusaca | Zâmbia\nCartum | Sudão | Madrid | Espanha\nCartum | Sudão | Manágua | Nicarágua\nCartum | Sudão | Manama | Bareine\nCartum | Sudão | Manila | Filipinas\nCartum | Sudão | Maputo | Moçambique\nCartum | Sudão | Minsk | Bielorrússia\nCartum | Sudão | Mogadíscio | Somália\nCartum | Sudão | Monróvia | Libéria\nCartum | Sudão | Montevideu | Uruguai\nCartum | Sudão | Moscovo | Rússia\nCartum | Sudão | Mascate | Omã\nCartum | Sudão | Nairóbi | Quénia\nCartum | Sudão | Nassau | Baamas\nCartum | Sudão | Niamei | Níger\nCartum | Sudão | Nicósia | Chipre\nCartum | Sudão | Nuaquechote | Mauritânia\nCartum | Sudão | Nuque | Gronelândia\nCartum | Sudão | Oslo | Noruega\nCartum | Sudão | Ottawa | Canadá\nCartum | Sudão | Paramaribo | Suriname\nCartum | Sudão | Paris | França\nCartum | Sudão | Podgorica | Montenegro\nCartum | Sudão | Quito | Equador\nCartum | Sudão | Rabat | Marrocos\nCartum | Sudão | Riga | Letónia\nCartum | Sudão | Roma | Itália\nCartum | Sudão | Roseau | Dominica\nCartum | Sudão | Santiago | Chile\nKiev | Ucrânia | Quigali | Ruanda\nKiev | Ucrânia | Kingston | Jamaica\nKiev | Ucrânia | Libreville | Gabão\nKiev | Ucrânia | Lilongwe | Malaui\nKiev | Ucrânia | Lima | Peru\nKiev | Ucrânia | Lisboa | Portugal\nKiev | Ucrânia | Liubliana | Eslovénia\nKiev | Ucrânia | Londres | Inglaterra\nKiev | Ucrânia | Luanda | Angola\nKiev | Ucrânia | Lusaca | Zâmbia\nKiev | Ucrânia | Madrid | Espanha\nKiev | Ucrânia | Manágua | Nicarágua\nKiev | Ucrânia | Manama | Bareine\nKiev | Ucrânia | Manila | Filipinas\nKiev | Ucrânia | Maputo | Moçambique\nKiev | Ucrânia | Minsk | Bielorrússia\nKiev | Ucrânia | Mogadíscio | Somália\nKiev | Ucrânia | Monróvia | Libéria\nKiev | Ucrânia | Montevideu | Uruguai\nKiev | Ucrânia | Moscovo | Rússia\nKiev | Ucrânia | Mascate | Omã\nKiev | Ucrânia | Nairóbi | Quénia\nKiev | Ucrânia | Nassau | Baamas\nKiev | Ucrânia | Niamei | Níger\nKiev | Ucrânia | Nicósia | Chipre\nKiev | Ucrânia | Nuaquechote | Mauritânia\nKiev | Ucrânia | Nuque | Gronelândia\nKiev | Ucrânia | Oslo | Noruega\nKiev | Ucrânia | Ottawa | Canadá\nKiev | Ucrânia | Paramaribo | Suriname\nKiev | Ucrânia | Paris | França\nKiev | Ucrânia | Podgorica | Montenegro\nKiev | Ucrânia | Quito | Equador\nKiev | Ucrânia | Rabat | Marrocos\nKiev | Ucrânia | Riga | Letónia\nKiev | Ucrânia | Roma | Itália\nKiev | Ucrânia | Roseau | Dominica\nKiev | Ucrânia | Santiago | Chile\nKiev | Ucrânia | Escópia | Macedónia\nQuigali | Ruanda | Kingston | Jamaica\nQuigali | Ruanda | Libreville | Gabão\nQuigali | Ruanda | Lilongwe | Malaui\nQuigali | Ruanda | Lima | Peru\nQuigali | Ruanda | Lisboa | Portugal\nQuigali | Ruanda | Liubliana | Eslovénia\nQuigali | Ruanda | Londres | Inglaterra\nQuigali | Ruanda | Luanda | Angola\nQuigali | Ruanda | Lusaca | Zâmbia\nQuigali | Ruanda | Madrid | Espanha\nQuigali | Ruanda | Manágua | Nicarágua\nQuigali | Ruanda | Manama | Bareine\nQuigali | Ruanda | Manila | Filipinas\nQuigali | Ruanda | Maputo | Moçambique\nQuigali | Ruanda | Minsk | Bielorrússia\nQuigali | Ruanda | Mogadíscio | Somália\nQuigali | Ruanda | Monróvia | Libéria\nQuigali | Ruanda | Montevideu | Uruguai\nQuigali | Ruanda | Moscovo | Rússia\nQuigali | Ruanda | Mascate | Omã\nQuigali | Ruanda | Nairóbi | Quénia\nQuigali | Ruanda | Nassau | Baamas\nQuigali | Ruanda | Niamei | Níger\nQuigali | Ruanda | Nicósia | Chipre\nQuigali | Ruanda | Nuaquechote | Mauritânia\nQuigali | Ruanda | Nuque | Gronelândia\nQuigali | Ruanda | Oslo | Noruega\nQuigali | Ruanda | Ottawa | Canadá\nQuigali | Ruanda | Paramaribo | Suriname\nQuigali | Ruanda | Paris | França\nQuigali | Ruanda | Podgorica | Montenegro\nQuigali | Ruanda | Quito | Equador\nQuigali | Ruanda | Rabat | Marrocos\nQuigali | Ruanda | Riga | Letónia\nQuigali | Ruanda | Roma | Itália\nQuigali | Ruanda | Roseau | Dominica\nQuigali | Ruanda | Santiago | Chile\nQuigali | Ruanda | Escópia | Macedónia\nQuigali | Ruanda | Sófia | Bulgária\nKingston | Jamaica | Libreville | Gabão\nKingston | Jamaica | Lilongwe | Malaui\nKingston | Jamaica | Lima | Peru\nKingston | Jamaica | Lisboa | Portugal\nKingston | Jamaica | Liubliana | Eslovénia\nKingston | Jamaica | Londres | Inglaterra\nKingston | Jamaica | Luanda | Angola\nKingston | Jamaica | Lusaca | Zâmbia\nKingston | Jamaica | Madrid | Espanha\nKingston | Jamaica | Manágua | Nicarágua\nKingston | Jamaica | Manama | Bareine\nKingston | Jamaica | Manila | Filipinas\nKingston | Jamaica | Maputo | Moçambique\nKingston | Jamaica | Minsk | Bielorrússia\nKingston | Jamaica | Mogadíscio | Somália\nKingston | Jamaica | Monróvia | Libéria\nKingston | Jamaica | Montevideu | Uruguai\nKingston | Jamaica | Moscovo | Rússia\nKingston | Jamaica | Mascate | Omã\nKingston | Jamaica | Nairóbi | Quénia\nKingston | Jamaica | Nassau | Baamas\nKingston | Jamaica | Niamei | Níger\nKingston | Jamaica | Nicósia | Chipre\nKingston | Jamaica | Nuaquechote | Mauritânia\nKingston | Jamaica | Nuque | Gronelândia\nKingston | Jamaica | Oslo | Noruega\nKingston | Jamaica | Ottawa | Canadá\nKingston | Jamaica | Paramaribo | Suriname\nKingston | Jamaica | Paris | França\nKingston | Jamaica | Podgorica | Montenegro\nKingston | Jamaica | Quito | Equador\nKingston | Jamaica | Rabat | Marrocos\nKingston | Jamaica | Riga | Letónia\nKingston | Jamaica | Roma | Itália\nKingston | Jamaica | Roseau | Dominica\nKingston | Jamaica | Santiago | Chile\nKingston | Jamaica | Escópia | Macedónia\nKingston | Jamaica | Sófia | Bulgária\nKingston | Jamaica | Estocolmo | Suécia\nLibreville | Gabão | Lilongwe | Malaui\nLibreville | Gabão | Lima | Peru\nLibreville | Gabão | Lisboa | Portugal\nLibreville | Gabão | Liubliana | Eslovénia\nLibreville | Gabão | Londres | Inglaterra\nLibreville | Gabão | Luanda | Angola\nLibreville | Gabão | Lusaca | Zâmbia\nLibreville | Gabão | Madrid | Espanha\nLibreville | Gabão | Manágua | Nicarágua\nLibreville | Gabão | Manama | Bareine\nLibreville | Gabão | Manila | Filipinas\nLibreville | Gabão | Maputo | Moçambique\nLibreville | Gabão | Minsk | Bielorrússia\nLibreville | Gabão | Mogadíscio | Somália\nLibreville | Gabão | Monróvia | Libéria\nLibreville | Gabão | Montevideu | Uruguai\nLibreville | Gabão | Moscovo | Rússia\nLibreville | Gabão | Mascate | Omã\nLibreville | Gabão | Nairóbi | Quénia\nLibreville | Gabão | Nassau | Baamas\nLibreville | Gabão | Niamei | Níger\nLibreville | Gabão | Nicósia | Chipre\nLibreville | Gabão | Nuaquechote | Mauritânia\nLibreville | Gabão | Nuque | Gronelândia\nLibreville | Gabão | Oslo | Noruega\nLibreville | Gabão | Ottawa | Canadá\nLibreville | Gabão | Paramaribo | Suriname\nLibreville | Gabão | Paris | França\nLibreville | Gabão | Podgorica | Montenegro\nLibreville | Gabão | Quito | Equador\nLibreville | Gabão | Rabat | Marrocos\nLibreville | Gabão | Riga | Letónia\nLibreville | Gabão | Roma | Itália\nLibreville | Gabão | Roseau | Dominica\nLibreville | Gabão | Santiago | Chile\nLibreville | Gabão | Escópia | Macedónia\nLibreville | Gabão | Sófia | Bulgária\nLibreville | Gabão | Estocolmo | Suécia\nLibreville | Gabão | Suva | Fiji\nLilongwe | Malaui | Lima | Peru\nLilongwe | Malaui | Lisboa | Portugal\nLilongwe | Malaui | Liubliana | Eslovénia\nLilongwe | Malaui | Londres | Inglaterra\nLilongwe | Malaui | Luanda | Angola\nLilongwe | Malaui | Lusaca | Zâmbia\nLilongwe | Malaui | Madrid | Espanha\nLilongwe | Malaui | Manágua | Nicarágua\nLilongwe | Malaui | Manama | Bareine\nLilongwe | Malaui | Manila | Filipinas\nLilongwe | Malaui | Maputo | Moçambique\nLilongwe | Malaui | Minsk | Bielorrússia\nLilongwe | Malaui | Mogadíscio | Somália\nLilongwe | Malaui | Monróvia | Libéria\nLilongwe | Malaui | Montevideu | Uruguai\nLilongwe | Malaui | Moscovo | Rússia\nLilongwe | Malaui | Mascate | Omã\nLilongwe | Malaui | Nairóbi | Quénia\nLilongwe | Malaui | Nassau | Baamas\nLilongwe | Malaui | Niamei | Níger\nLilongwe | Malaui | Nicósia | Chipre\nLilongwe | Malaui | Nuaquechote | Mauritânia\nLilongwe | Malaui | Nuque | Gronelândia\nLilongwe | Malaui | Oslo | Noruega\nLilongwe | Malaui | Ottawa | Canadá\nLilongwe | Malaui | Paramaribo | Suriname\nLilongwe | Malaui | Paris | França\nLilongwe | Malaui | Podgorica | Montenegro\nLilongwe | Malaui | Quito | Equador\nLilongwe | Malaui | Rabat | Marrocos\nLilongwe | Malaui | Riga | Letónia\nLilongwe | Malaui | Roma | Itália\nLilongwe | Malaui | Roseau | Dominica\nLilongwe | Malaui | Santiago | Chile\nLilongwe | Malaui | Escópia | Macedónia\nLilongwe | Malaui | Sófia | Bulgária\nLilongwe | Malaui | Estocolmo | Suécia\nLilongwe | Malaui | Suva | Fiji\nLilongwe | Malaui | Taipé | Taiwan\nLima | Peru | Lisboa | Portugal\nLima | Peru | Liubliana | Eslovénia\nLima | Peru | Londres | Inglaterra\nLima | Peru | Luanda | Angola\nLima | Peru | Lusaca | Zâmbia\nLima | Peru | Madrid | Espanha\nLima | Peru | Manágua | Nicarágua\nLima | Peru | Manama | Bareine\nLima | Peru | Manila | Filipinas\nLima | Peru | Maputo | Moçambique\nLima | Peru | Minsk | Bielorrússia\nLima | Peru | Mogadíscio | Somália\nLima | Peru | Monróvia | Libéria\nLima | Peru | Montevideu | Uruguai\nLima | Peru | Moscovo | Rússia\nLima | Peru | Mascate | Omã\nLima | Peru | Nairóbi | Quénia\nLima | Peru | Nassau | Baamas\nLima | Peru | Niamei | Níger\nLima | Peru | Nicósia | Chipre\nLima | Peru | Nuaquechote | Mauritânia\nLima | Peru | Nuque | Gronelândia\nLima | Peru | Oslo | Noruega\nLima | Peru | Ottawa | Canadá\nLima | Peru | Paramaribo | Suriname\nLima | Peru | Paris | França\nLima | Peru | Podgorica | Montenegro\nLima | Peru | Quito | Equador\nLima | Peru | Rabat | Marrocos\nLima | Peru | Riga | Letónia\nLima | Peru | Roma | Itália\nLima | Peru | Roseau | Dominica\nLima | Peru | Santiago | Chile\nLima | Peru | Escópia | Macedónia\nLima | Peru | Sófia | Bulgária\nLima | Peru | Estocolmo | Suécia\nLima | Peru | Suva | Fiji\nLima | Peru | Taipé | Taiwan\nLima | Peru | Talim | Estónia\nLisboa | Portugal | Liubliana | Eslovénia\nLisboa | Portugal | Londres | Inglaterra\nLisboa | Portugal | Luanda | Angola\nLisboa | Portugal | Lusaca | Zâmbia\nLisboa | Portugal | Madrid | Espanha\nLisboa | Portugal | Manágua | Nicarágua\nLisboa | Portugal | Manama | Bareine\nLisboa | Portugal | Manila | Filipinas\nLisboa | Portugal | Maputo | Moçambique\nLisboa | Portugal | Minsk | Bielorrússia\nLisboa | Portugal | Mogadíscio | Somália\nLisboa | Portugal | Monróvia | Libéria\nLisboa | Portugal | Montevideu | Uruguai\nLisboa | Portugal | Moscovo | Rússia\nLisboa | Portugal | Mascate | Omã\nLisboa | Portugal | Nairóbi | Quénia\nLisboa | Portugal | Nassau | Baamas\nLisboa | Portugal | Niamei | Níger\nLisboa | Portugal | Nicósia | Chipre\nLisboa | Portugal | Nuaquechote | Mauritânia\nLisboa | Portugal | Nuque | Gronelândia\nLisboa | Portugal | Oslo | Noruega\nLisboa | Portugal | Ottawa | Canadá\nLisboa | Portugal | Paramaribo | Suriname\nLisboa | Portugal | Paris | França\nLisboa | Portugal | Podgorica | Montenegro\nLisboa | Portugal | Quito | Equador\nLisboa | Portugal | Rabat | Marrocos\nLisboa | Portugal | Riga | Letónia\nLisboa | Portugal | Roma | Itália\nLisboa | Portugal | Roseau | Dominica\nLisboa | Portugal | Santiago | Chile\nLisboa | Portugal | Escópia | Macedónia\nLisboa | Portugal | Sófia | Bulgária\nLisboa | Portugal | Estocolmo | Suécia\nLisboa | Portugal | Suva | Fiji\nLisboa | Portugal | Taipé | Taiwan\nLisboa | Portugal | Talim | Estónia\nLisboa | Portugal | Tashkent | Uzbequistão\nLiubliana | Eslovénia | Londres | Inglaterra\nLiubliana | Eslovénia | Luanda | Angola\nLiubliana | Eslovénia | Lusaca | Zâmbia\nLiubliana | Eslovénia | Madrid | Espanha\nLiubliana | Eslovénia | Manágua | Nicarágua\nLiubliana | Eslovénia | Manama | Bareine\nLiubliana | Eslovénia | Manila | Filipinas\nLiubliana | Eslovénia | Maputo | Moçambique\nLiubliana | Eslovénia | Minsk | Bielorrússia\nLiubliana | Eslovénia | Mogadíscio | Somália\nLiubliana | Eslovénia | Monróvia | Libéria\nLiubliana | Eslovénia | Montevideu | Uruguai\nLiubliana | Eslovénia | Moscovo | Rússia\nLiubliana | Eslovénia | Mascate | Omã\nLiubliana | Eslovénia | Nairóbi | Quénia\nLiubliana | Eslovénia | Nassau | Baamas\nLiubliana | Eslovénia | Niamei | Níger\nLiubliana | Eslovénia | Nicósia | Chipre\nLiubliana | Eslovénia | Nuaquechote | Mauritânia\nLiubliana | Eslovénia | Nuque | Gronelândia\nLiubliana | Eslovénia | Oslo | Noruega\nLiubliana | Eslovénia | Ottawa | Canadá\nLiubliana | Eslovénia | Paramaribo | Suriname\nLiubliana | Eslovénia | Paris | França\nLiubliana | Eslovénia | Podgorica | Montenegro\nLiubliana | Eslovénia | Quito | Equador\nLiubliana | Eslovénia | Rabat | Marrocos\nLiubliana | Eslovénia | Riga | Letónia\nLiubliana | Eslovénia | Roma | Itália\nLiubliana | Eslovénia | Roseau | Dominica\nLiubliana | Eslovénia | Santiago | Chile\nLiubliana | Eslovénia | Escópia | Macedónia\nLiubliana | Eslovénia | Sófia | Bulgária\nLiubliana | Eslovénia | Estocolmo | Suécia\nLiubliana | Eslovénia | Suva | Fiji\nLiubliana | Eslovénia | Taipé | Taiwan\nLiubliana | Eslovénia | Talim | Estónia\nLiubliana | Eslovénia | Tashkent | Uzbequistão\nLiubliana | Eslovénia | Tbilisi | Geórgia\nLondres | Inglaterra | Luanda | Angola\nLondres | Inglaterra | Lusaca | Zâmbia\nLondres | Inglaterra | Madrid | Espanha\nLondres | Inglaterra | Manágua | Nicarágua\nLondres | Inglaterra | Manama | Bareine\nLondres | Inglaterra | Manila | Filipinas\nLondres | Inglaterra | Maputo | Moçambique\nLondres | Inglaterra | Minsk | Bielorrússia\nLondres | Inglaterra | Mogadíscio | Somália\nLondres | Inglaterra | Monróvia | Libéria\nLondres | Inglaterra | Montevideu | Uruguai\nLondres | Inglaterra | Moscovo | Rússia\nLondres | Inglaterra | Mascate | Omã\nLondres | Inglaterra | Nairóbi | Quénia\nLondres | Inglaterra | Nassau | Baamas\nLondres | Inglaterra | Niamei | Níger\nLondres | Inglaterra | Nicósia | Chipre\nLondres | Inglaterra | Nuaquechote | Mauritânia\nLondres | Inglaterra | Nuque | Gronelândia\nLondres | Inglaterra | Oslo | Noruega\nLondres | Inglaterra | Ottawa | Canadá\nLondres | Inglaterra | Paramaribo | Suriname\nLondres | Inglaterra | Paris | França\nLondres | Inglaterra | Podgorica | Montenegro\nLondres | Inglaterra | Quito | Equador\nLondres | Inglaterra | Rabat | Marrocos\nLondres | Inglaterra | Riga | Letónia\nLondres | Inglaterra | Roma | Itália\nLondres | Inglaterra | Roseau | Dominica\nLondres | Inglaterra | Santiago | Chile\nLondres | Inglaterra | Escópia | Macedónia\nLondres | Inglaterra | Sófia | Bulgária\nLondres | Inglaterra | Estocolmo | Suécia\nLondres | Inglaterra | Suva | Fiji\nLondres | Inglaterra | Taipé | Taiwan\nLondres | Inglaterra | Talim | Estónia\nLondres | Inglaterra | Tashkent | Uzbequistão\nLondres | Inglaterra | Tbilisi | Geórgia\nLondres | Inglaterra | Tegucigalpa | Honduras\nLuanda | Angola | Lusaca | Zâmbia\nLuanda | Angola | Madrid | Espanha\nLuanda | Angola | Manágua | Nicarágua\nLuanda | Angola | Manama | Bareine\nLuanda | Angola | Manila | Filipinas\nLuanda | Angola | Maputo | Moçambique\nLuanda | Angola | Minsk | Bielorrússia\nLuanda | Angola | Mogadíscio | Somália\nLuanda | Angola | Monróvia | Libéria\nLuanda | Angola | Montevideu | Uruguai\nLuanda | Angola | Moscovo | Rússia\nLuanda | Angola | Mascate | Omã\nLuanda | Angola | Nairóbi | Quénia\nLuanda | Angola | Nassau | Baamas\nLuanda | Angola | Niamei | Níger\nLuanda | Angola | Nicósia | Chipre\nLuanda | Angola | Nuaquechote | Mauritânia\nLuanda | Angola | Nuque | Gronelândia\nLuanda | Angola | Oslo | Noruega\nLuanda | Angola | Ottawa | Canadá\nLuanda | Angola | Paramaribo | Suriname\nLuanda | Angola | Paris | França\nLuanda | Angola | Podgorica | Montenegro\nLuanda | Angola | Quito | Equador\nLuanda | Angola | Rabat | Marrocos\nLuanda | Angola | Riga | Letónia\nLuanda | Angola | Roma | Itália\nLuanda | Angola | Roseau | Dominica\nLuanda | Angola | Santiago | Chile\nLuanda | Angola | Escópia | Macedónia\nLuanda | Angola | Sófia | Bulgária\nLuanda | Angola | Estocolmo | Suécia\nLuanda | Angola | Suva | Fiji\nLuanda | Angola | Taipé | Taiwan\nLuanda | Angola | Talim | Estónia\nLuanda | Angola | Tashkent | Uzbequistão\nLuanda | Angola | Tbilisi | Geórgia\nLuanda | Angola | Tegucigalpa | Honduras\nLuanda | Angola | Teerão | Irão\nLusaca | Zâmbia | Madrid | Espanha\nLusaca | Zâmbia | Manágua | Nicarágua\nLusaca | Zâmbia | Manama | Bareine\nLusaca | Zâmbia | Manila | Filipinas\nLusaca | Zâmbia | Maputo | Moçambique\nLusaca | Zâmbia | Minsk | Bielorrússia\nLusaca | Zâmbia | Mogadíscio | Somália\nLusaca | Zâmbia | Monróvia | Libéria\nLusaca | Zâmbia | Montevideu | Uruguai\nLusaca | Zâmbia | Moscovo | Rússia\nLusaca | Zâmbia | Mascate | Omã\nLusaca | Zâmbia | Nairóbi | Quénia\nLusaca | Zâmbia | Nassau | Baamas\nLusaca | Zâmbia | Niamei | Níger\nLusaca | Zâmbia | Nicósia | Chipre\nLusaca | Zâmbia | Nuaquechote | Mauritânia\nLusaca | Zâmbia | Nuque | Gronelândia\nLusaca | Zâmbia | Oslo | Noruega\nLusaca | Zâmbia | Ottawa | Canadá\nLusaca | Zâmbia | Paramaribo | Suriname\nLusaca | Zâmbia | Paris | França\nLusaca | Zâmbia | Podgorica | Montenegro\nLusaca | Zâmbia | Quito | Equador\nLusaca | Zâmbia | Rabat | Marrocos\nLusaca | Zâmbia | Riga | Letónia\nLusaca | Zâmbia | Roma | Itália\nLusaca | Zâmbia | Roseau | Dominica\nLusaca | Zâmbia | Santiago | Chile\nLusaca | Zâmbia | Escópia | Macedónia\nLusaca | Zâmbia | Sófia | Bulgária\nLusaca | Zâmbia | Estocolmo | Suécia\nLusaca | Zâmbia | Suva | Fiji\nLusaca | Zâmbia | Taipé | Taiwan\nLusaca | Zâmbia | Talim | Estónia\nLusaca | Zâmbia | Tashkent | Uzbequistão\nLusaca | Zâmbia | Tbilisi | Geórgia\nLusaca | Zâmbia | Tegucigalpa | Honduras\nLusaca | Zâmbia | Teerão | Irão\nLusaca | Zâmbia | Timbu | Butão\nMadrid | Espanha | Manágua | Nicarágua\nMadrid | Espanha | Manama | Bareine\nMadrid | Espanha | Manila | Filipinas\nMadrid | Espanha | Maputo | Moçambique\nMadrid | Espanha | Minsk | Bielorrússia\nMadrid | Espanha | Mogadíscio | Somália\nMadrid | Espanha | Monróvia | Libéria\nMadrid | Espanha | Montevideu | Uruguai\nMadrid | Espanha | Moscovo | Rússia\nMadrid | Espanha | Mascate | Omã\nMadrid | Espanha | Nairóbi | Quénia\nMadrid | Espanha | Nassau | Baamas\nMadrid | Espanha | Niamei | Níger\nMadrid | Espanha | Nicósia | Chipre\nMadrid | Espanha | Nuaquechote | Mauritânia\nMadrid | Espanha | Nuque | Gronelândia\nMadrid | Espanha | Oslo | Noruega\nMadrid | Espanha | Ottawa | Canadá\nMadrid | Espanha | Paramaribo | Suriname\nMadrid | Espanha | Paris | França\nMadrid | Espanha | Podgorica | Montenegro\nMadrid | Espanha | Quito | Equador\nMadrid | Espanha | Rabat | Marrocos\nMadrid | Espanha | Riga | Letónia\nMadrid | Espanha | Roma | Itália\nMadrid | Espanha | Roseau | Dominica\nMadrid | Espanha | Santiago | Chile\nMadrid | Espanha | Escópia | Macedónia\nMadrid | Espanha | Sófia | Bulgária\nMadrid | Espanha | Estocolmo | Suécia\nMadrid | Espanha | Suva | Fiji\nMadrid | Espanha | Taipé | Taiwan\nMadrid | Espanha | Talim | Estónia\nMadrid | Espanha | Tashkent | Uzbequistão\nMadrid | Espanha | Tbilisi | Geórgia\nMadrid | Espanha | Tegucigalpa | Honduras\nMadrid | Espanha | Teerão | Irão\nMadrid | Espanha | Timbu | Butão\nMadrid | Espanha | Tirana | Albânia\nManágua | Nicarágua | Manama | Bareine\nManágua | Nicarágua | Manila | Filipinas\nManágua | Nicarágua | Maputo | Moçambique\nManágua | Nicarágua | Minsk | Bielorrússia\nManágua | Nicarágua | Mogadíscio | Somália\nManágua | Nicarágua | Monróvia | Libéria\nManágua | Nicarágua | Montevideu | Uruguai\nManágua | Nicarágua | Moscovo | Rússia\nManágua | Nicarágua | Mascate | Omã\nManágua | Nicarágua | Nairóbi | Quénia\nManágua | Nicarágua | Nassau | Baamas\nManágua | Nicarágua | Niamei | Níger\nManágua | Nicarágua | Nicósia | Chipre\nManágua | Nicarágua | Nuaquechote | Mauritânia\nManágua | Nicarágua | Nuque | Gronelândia\nManágua | Nicarágua | Oslo | Noruega\nManágua | Nicarágua | Ottawa | Canadá\nManágua | Nicarágua | Paramaribo | Suriname\nManágua | Nicarágua | Paris | França\nManágua | Nicarágua | Podgorica | Montenegro\nManágua | Nicarágua | Quito | Equador\nManágua | Nicarágua | Rabat | Marrocos\nManágua | Nicarágua | Riga | Letónia\nManágua | Nicarágua | Roma | Itália\nManágua | Nicarágua | Roseau | Dominica\nManágua | Nicarágua | Santiago | Chile\nManágua | Nicarágua | Escópia | Macedónia\nManágua | Nicarágua | Sófia | Bulgária\nManágua | Nicarágua | Estocolmo | Suécia\nManágua | Nicarágua | Suva | Fiji\nManágua | Nicarágua | Taipé | Taiwan\nManágua | Nicarágua | Talim | Estónia\nManágua | Nicarágua | Tashkent | Uzbequistão\nManágua | Nicarágua | Tbilisi | Geórgia\nManágua | Nicarágua | Tegucigalpa | Honduras\nManágua | Nicarágua | Teerão | Irão\nManágua | Nicarágua | Timbu | Butão\nManágua | Nicarágua | Tirana | Albânia\nManágua | Nicarágua | Tóquio | Japão\nManama | Bareine | Manila | Filipinas\nManama | Bareine | Maputo | Moçambique\nManama | Bareine | Minsk | Bielorrússia\nManama | Bareine | Mogadíscio | Somália\nManama | Bareine | Monróvia | Libéria\nManama | Bareine | Montevideu | Uruguai\nManama | Bareine | Moscovo | Rússia\nManama | Bareine | Mascate | Omã\nManama | Bareine | Nairóbi | Quénia\nManama | Bareine | Nassau | Baamas\nManama | Bareine | Niamei | Níger\nManama | Bareine | Nicósia | Chipre\nManama | Bareine | Nuaquechote | Mauritânia\nManama | Bareine | Nuque | Gronelândia\nManama | Bareine | Oslo | Noruega\nManama | Bareine | Ottawa | Canadá\nManama | Bareine | Paramaribo | Suriname\nManama | Bareine | Paris | França\nManama | Bareine | Podgorica | Montenegro\nManama | Bareine | Quito | Equador\nManama | Bareine | Rabat | Marrocos\nManama | Bareine | Riga | Letónia\nManama | Bareine | Roma | Itália\nManama | Bareine | Roseau | Dominica\nManama | Bareine | Santiago | Chile\nManama | Bareine | Escópia | Macedónia\nManama | Bareine | Sófia | Bulgária\nManama | Bareine | Estocolmo | Suécia\nManama | Bareine | Suva | Fiji\nManama | Bareine | Taipé | Taiwan\nManama | Bareine | Talim | Estónia\nManama | Bareine | Tashkent | Uzbequistão\nManama | Bareine | Tbilisi | Geórgia\nManama | Bareine | Tegucigalpa | Honduras\nManama | Bareine | Teerão | Irão\nManama | Bareine | Timbu | Butão\nManama | Bareine | Tirana | Albânia\nManama | Bareine | Tóquio | Japão\nManama | Bareine | Trípoli | Líbia\nManila | Filipinas | Maputo | Moçambique\nManila | Filipinas | Minsk | Bielorrússia\nManila | Filipinas | Mogadíscio | Somália\nManila | Filipinas | Monróvia | Libéria\nManila | Filipinas | Montevideu | Uruguai\nManila | Filipinas | Moscovo | Rússia\nManila | Filipinas | Mascate | Omã\nManila | Filipinas | Nairóbi | Quénia\nManila | Filipinas | Nassau | Baamas\nManila | Filipinas | Niamei | Níger\nManila | Filipinas | Nicósia | Chipre\nManila | Filipinas | Nuaquechote | Mauritânia\nManila | Filipinas | Nuque | Gronelândia\nManila | Filipinas | Oslo | Noruega\nManila | Filipinas | Ottawa | Canadá\nManila | Filipinas | Paramaribo | Suriname\nManila | Filipinas | Paris | França\nManila | Filipinas | Podgorica | Montenegro\nManila | Filipinas | Quito | Equador\nManila | Filipinas | Rabat | Marrocos\nManila | Filipinas | Riga | Letónia\nManila | Filipinas | Roma | Itália\nManila | Filipinas | Roseau | Dominica\nManila | Filipinas | Santiago | Chile\nManila | Filipinas | Escópia | Macedónia\nManila | Filipinas | Sófia | Bulgária\nManila | Filipinas | Estocolmo | Suécia\nManila | Filipinas | Suva | Fiji\nManila | Filipinas | Taipé | Taiwan\nManila | Filipinas | Talim | Estónia\nManila | Filipinas | Tashkent | Uzbequistão\nManila | Filipinas | Tbilisi | Geórgia\nManila | Filipinas | Tegucigalpa | Honduras\nManila | Filipinas | Teerão | Irão\nManila | Filipinas | Timbu | Butão\nManila | Filipinas | Tirana | Albânia\nManila | Filipinas | Tóquio | Japão\nManila | Filipinas | Trípoli | Líbia\nManila | Filipinas | Tunes | Tunísia\nMaputo | Moçambique | Minsk | Bielorrússia\nMaputo | Moçambique | Mogadíscio | Somália\nMaputo | Moçambique | Monróvia | Libéria\nMaputo | Moçambique | Montevideu | Uruguai\nMaputo | Moçambique | Moscovo | Rússia\nMaputo | Moçambique | Mascate | Omã\nMaputo | Moçambique | Nairóbi | Quénia\nMaputo | Moçambique | Nassau | Baamas\nMaputo | Moçambique | Niamei | Níger\nMaputo | Moçambique | Nicósia | Chipre\nMaputo | Moçambique | Nuaquechote | Mauritânia\nMaputo | Moçambique | Nuque | Gronelândia\nMaputo | Moçambique | Oslo | Noruega\nMaputo | Moçambique | Ottawa | Canadá\nMaputo | Moçambique | Paramaribo | Suriname\nMaputo | Moçambique | Paris | França\nMaputo | Moçambique | Podgorica | Montenegro\nMaputo | Moçambique | Quito | Equador\nMaputo | Moçambique | Rabat | Marrocos\nMaputo | Moçambique | Riga | Letónia\nMaputo | Moçambique | Roma | Itália\nMaputo | Moçambique | Roseau | Dominica\nMaputo | Moçambique | Santiago | Chile\nMaputo | Moçambique | Escópia | Macedónia\nMaputo | Moçambique | Sófia | Bulgária\nMaputo | Moçambique | Estocolmo | Suécia\nMaputo | Moçambique | Suva | Fiji\nMaputo | Moçambique | Taipé | Taiwan\nMaputo | Moçambique | Talim | Estónia\nMaputo | Moçambique | Tashkent | Uzbequistão\nMaputo | Moçambique | Tbilisi | Geórgia\nMaputo | Moçambique | Tegucigalpa | Honduras\nMaputo | Moçambique | Teerão | Irão\nMaputo | Moçambique | Timbu | Butão\nMaputo | Moçambique | Tirana | Albânia\nMaputo | Moçambique | Tóquio | Japão\nMaputo | Moçambique | Trípoli | Líbia\nMaputo | Moçambique | Tunes | Tunísia\nMaputo | Moçambique | Vaduz | Liechtenstein\nMinsk | Bielorrússia | Mogadíscio | Somália\nMinsk | Bielorrússia | Monróvia | Libéria\nMinsk | Bielorrússia | Montevideu | Uruguai\nMinsk | Bielorrússia | Moscovo | Rússia\nMinsk | Bielorrússia | Mascate | Omã\nMinsk | Bielorrússia | Nairóbi | Quénia\nMinsk | Bielorrússia | Nassau | Baamas\nMinsk | Bielorrússia | Niamei | Níger\nMinsk | Bielorrússia | Nicósia | Chipre\nMinsk | Bielorrússia | Nuaquechote | Mauritânia\nMinsk | Bielorrússia | Nuque | Gronelândia\nMinsk | Bielorrússia | Oslo | Noruega\nMinsk | Bielorrússia | Ottawa | Canadá\nMinsk | Bielorrússia | Paramaribo | Suriname\nMinsk | Bielorrússia | Paris | França\nMinsk | Bielorrússia | Podgorica | Montenegro\nMinsk | Bielorrússia | Quito | Equador\nMinsk | Bielorrússia | Rabat | Marrocos\nMinsk | Bielorrússia | Riga | Letónia\nMinsk | Bielorrússia | Roma | Itália\nMinsk | Bielorrússia | Roseau | Dominica\nMinsk | Bielorrússia | Santiago | Chile\nMinsk | Bielorrússia | Escópia | Macedónia\nMinsk | Bielorrússia | Sófia | Bulgária\nMinsk | Bielorrússia | Estocolmo | Suécia\nMinsk | Bielorrússia | Suva | Fiji\nMinsk | Bielorrússia | Taipé | Taiwan\nMinsk | Bielorrússia | Talim | Estónia\nMinsk | Bielorrússia | Tashkent | Uzbequistão\nMinsk | Bielorrússia | Tbilisi | Geórgia\nMinsk | Bielorrússia | Tegucigalpa | Honduras\nMinsk | Bielorrússia | Teerão | Irão\nMinsk | Bielorrússia | Timbu | Butão\nMinsk | Bielorrússia | Tirana | Albânia\nMinsk | Bielorrússia | Tóquio | Japão\nMinsk | Bielorrússia | Trípoli | Líbia\nMinsk | Bielorrússia | Tunes | Tunísia\nMinsk | Bielorrússia | Vaduz | Liechtenstein\nMinsk | Bielorrússia | Valletta | Malta\nMogadíscio | Somália | Monróvia | Libéria\nMogadíscio | Somália | Montevideu | Uruguai\nMogadíscio | Somália | Moscovo | Rússia\nMogadíscio | Somália | Mascate | Omã\nMogadíscio | Somália | Nairóbi | Quénia\nMogadíscio | Somália | Nassau | Baamas\nMogadíscio | Somália | Niamei | Níger\nMogadíscio | Somália | Nicósia | Chipre\nMogadíscio | Somália | Nuaquechote | Mauritânia\nMogadíscio | Somália | Nuque | Gronelândia\nMogadíscio | Somália | Oslo | Noruega\nMogadíscio | Somália | Ottawa | Canadá\nMogadíscio | Somália | Paramaribo | Suriname\nMogadíscio | Somália | Paris | França\nMogadíscio | Somália | Podgorica | Montenegro\nMogadíscio | Somália | Quito | Equador\nMogadíscio | Somália | Rabat | Marrocos\nMogadíscio | Somália | Riga | Letónia\nMogadíscio | Somália | Roma | Itália\nMogadíscio | Somália | Roseau | Dominica\nMogadíscio | Somália | Santiago | Chile\nMogadíscio | Somália | Escópia | Macedónia\nMogadíscio | Somália | Sófia | Bulgária\nMogadíscio | Somália | Estocolmo | Suécia\nMogadíscio | Somália | Suva | Fiji\nMogadíscio | Somália | Taipé | Taiwan\nMogadíscio | Somália | Talim | Estónia\nMogadíscio | Somália | Tashkent | Uzbequistão\nMogadíscio | Somália | Tbilisi | Geórgia\nMogadíscio | Somália | Tegucigalpa | Honduras\nMogadíscio | Somália | Teerão | Irão\nMogadíscio | Somália | Timbu | Butão\nMogadíscio | Somália | Tirana | Albânia\nMogadíscio | Somália | Tóquio | Japão\nMogadíscio | Somália | Trípoli | Líbia\nMogadíscio | Somália | Tunes | Tunísia\nMogadíscio | Somália | Vaduz | Liechtenstein\nMogadíscio | Somália | Valletta | Malta\nMogadíscio | Somália | Viena | Áustria\nMonróvia | Libéria | Montevideu | Uruguai\nMonróvia | Libéria | Moscovo | Rússia\nMonróvia | Libéria | Mascate | Omã\nMonróvia | Libéria | Nairóbi | Quénia\nMonróvia | Libéria | Nassau | Baamas\nMonróvia | Libéria | Niamei | Níger\nMonróvia | Libéria | Nicósia | Chipre\nMonróvia | Libéria | Nuaquechote | Mauritânia\nMonróvia | Libéria | Nuque | Gronelândia\nMonróvia | Libéria | Oslo | Noruega\nMonróvia | Libéria | Ottawa | Canadá\nMonróvia | Libéria | Paramaribo | Suriname\nMonróvia | Libéria | Paris | França\nMonróvia | Libéria | Podgorica | Montenegro\nMonróvia | Libéria | Quito | Equador\nMonróvia | Libéria | Rabat | Marrocos\nMonróvia | Libéria | Riga | Letónia\nMonróvia | Libéria | Roma | Itália\nMonróvia | Libéria | Roseau | Dominica\nMonróvia | Libéria | Santiago | Chile\nMonróvia | Libéria | Escópia | Macedónia\nMonróvia | Libéria | Sófia | Bulgária\nMonróvia | Libéria | Estocolmo | Suécia\nMonróvia | Libéria | Suva | Fiji\nMonróvia | Libéria | Taipé | Taiwan\nMonróvia | Libéria | Talim | Estónia\nMonróvia | Libéria | Tashkent | Uzbequistão\nMonróvia | Libéria | Tbilisi | Geórgia\nMonróvia | Libéria | Tegucigalpa | Honduras\nMonróvia | Libéria | Teerão | Irão\nMonróvia | Libéria | Timbu | Butão\nMonróvia | Libéria | Tirana | Albânia\nMonróvia | Libéria | Tóquio | Japão\nMonróvia | Libéria | Trípoli | Líbia\nMonróvia | Libéria | Tunes | Tunísia\nMonróvia | Libéria | Vaduz | Liechtenstein\nMonróvia | Libéria | Valletta | Malta\nMonróvia | Libéria | Viena | Áustria\nMonróvia | Libéria | Vienciana | Laos\nMontevideu | Uruguai | Moscovo | Rússia\nMontevideu | Uruguai | Mascate | Omã\nMontevideu | Uruguai | Nairóbi | Quénia\nMontevideu | Uruguai | Nassau | Baamas\nMontevideu | Uruguai | Niamei | Níger\nMontevideu | Uruguai | Nicósia | Chipre\nMontevideu | Uruguai | Nuaquechote | Mauritânia\nMontevideu | Uruguai | Nuque | Gronelândia\nMontevideu | Uruguai | Oslo | Noruega\nMontevideu | Uruguai | Ottawa | Canadá\nMontevideu | Uruguai | Paramaribo | Suriname\nMontevideu | Uruguai | Paris | França\nMontevideu | Uruguai | Podgorica | Montenegro\nMontevideu | Uruguai | Quito | Equador\nMontevideu | Uruguai | Rabat | Marrocos\nMontevideu | Uruguai | Riga | Letónia\nMontevideu | Uruguai | Roma | Itália\nMontevideu | Uruguai | Roseau | Dominica\nMontevideu | Uruguai | Santiago | Chile\nMontevideu | Uruguai | Escópia | Macedónia\nMontevideu | Uruguai | Sófia | Bulgária\nMontevideu | Uruguai | Estocolmo | Suécia\nMontevideu | Uruguai | Suva | Fiji\nMontevideu | Uruguai | Taipé | Taiwan\nMontevideu | Uruguai | Talim | Estónia\nMontevideu | Uruguai | Tashkent | Uzbequistão\nMontevideu | Uruguai | Tbilisi | Geórgia\nMontevideu | Uruguai | Tegucigalpa | Honduras\nMontevideu | Uruguai | Teerão | Irão\nMontevideu | Uruguai | Timbu | Butão\nMontevideu | Uruguai | Tirana | Albânia\nMontevideu | Uruguai | Tóquio | Japão\nMontevideu | Uruguai | Trípoli | Líbia\nMontevideu | Uruguai | Tunes | Tunísia\nMontevideu | Uruguai | Vaduz | Liechtenstein\nMontevideu | Uruguai | Valletta | Malta\nMontevideu | Uruguai | Viena | Áustria\nMontevideu | Uruguai | Vienciana | Laos\nMontevideu | Uruguai | Vílnius | Lituânia\nMoscovo | Rússia | Mascate | Omã\nMoscovo | Rússia | Nairóbi | Quénia\nMoscovo | Rússia | Nassau | Baamas\nMoscovo | Rússia | Niamei | Níger\nMoscovo | Rússia | Nicósia | Chipre\nMoscovo | Rússia | Nuaquechote | Mauritânia\nMoscovo | Rússia | Nuque | Gronelândia\nMoscovo | Rússia | Oslo | Noruega\nMoscovo | Rússia | Ottawa | Canadá\nMoscovo | Rússia | Paramaribo | Suriname\nMoscovo | Rússia | Paris | França\nMoscovo | Rússia | Podgorica | Montenegro\nMoscovo | Rússia | Quito | Equador\nMoscovo | Rússia | Rabat | Marrocos\nMoscovo | Rússia | Riga | Letónia\nMoscovo | Rússia | Roma | Itália\nMoscovo | Rússia | Roseau | Dominica\nMoscovo | Rússia | Santiago | Chile\nMoscovo | Rússia | Escópia | Macedónia\nMoscovo | Rússia | Sófia | Bulgária\nMoscovo | Rússia | Estocolmo | Suécia\nMoscovo | Rússia | Suva | Fiji\nMoscovo | Rússia | Taipé | Taiwan\nMoscovo | Rússia | Talim | Estónia\nMoscovo | Rússia | Tashkent | Uzbequistão\nMoscovo | Rússia | Tbilisi | Geórgia\nMoscovo | Rússia | Tegucigalpa | Honduras\nMoscovo | Rússia | Teerão | Irão\nMoscovo | Rússia | Timbu | Butão\nMoscovo | Rússia | Tirana | Albânia\nMoscovo | Rússia | Tóquio | Japão\nMoscovo | Rússia | Trípoli | Líbia\nMoscovo | Rússia | Tunes | Tunísia\nMoscovo | Rússia | Vaduz | Liechtenstein\nMoscovo | Rússia | Valletta | Malta\nMoscovo | Rússia | Viena | Áustria\nMoscovo | Rússia | Vienciana | Laos\nMoscovo | Rússia | Vílnius | Lituânia\nMoscovo | Rússia | Varsóvia | Polónia\nMascate | Omã | Nairóbi | Quénia\nMascate | Omã | Nassau | Baamas\nMascate | Omã | Niamei | Níger\nMascate | Omã | Nicósia | Chipre\nMascate | Omã | Nuaquechote | Mauritânia\nMascate | Omã | Nuque | Gronelândia\nMascate | Omã | Oslo | Noruega\nMascate | Omã | Ottawa | Canadá\nMascate | Omã | Paramaribo | Suriname\nMascate | Omã | Paris | França\nMascate | Omã | Podgorica | Montenegro\nMascate | Omã | Quito | Equador\nMascate | Omã | Rabat | Marrocos\nMascate | Omã | Riga | Letónia\nMascate | Omã | Roma | Itália\nMascate | Omã | Roseau | Dominica\nMascate | Omã | Santiago | Chile\nMascate | Omã | Escópia | Macedónia\nMascate | Omã | Sófia | Bulgária\nMascate | Omã | Estocolmo | Suécia\nMascate | Omã | Suva | Fiji\nMascate | Omã | Taipé | Taiwan\nMascate | Omã | Talim | Estónia\nMascate | Omã | Tashkent | Uzbequistão\nMascate | Omã | Tbilisi | Geórgia\nMascate | Omã | Tegucigalpa | Honduras\nMascate | Omã | Teerão | Irão\nMascate | Omã | Timbu | Butão\nMascate | Omã | Tirana | Albânia\nMascate | Omã | Tóquio | Japão\nMascate | Omã | Trípoli | Líbia\nMascate | Omã | Tunes | Tunísia\nMascate | Omã | Vaduz | Liechtenstein\nMascate | Omã | Valletta | Malta\nMascate | Omã | Viena | Áustria\nMascate | Omã | Vienciana | Laos\nMascate | Omã | Vílnius | Lituânia\nMascate | Omã | Varsóvia | Polónia\nMascate | Omã | Windhoek | Namíbia\nNairóbi | Quénia | Nassau | Baamas\nNairóbi | Quénia | Niamei | Níger\nNairóbi | Quénia | Nicósia | Chipre\nNairóbi | Quénia | Nuaquechote | Mauritânia\nNairóbi | Quénia | Nuque | Gronelândia\nNairóbi | Quénia | Oslo | Noruega\nNairóbi | Quénia | Ottawa | Canadá\nNairóbi | Quénia | Paramaribo | Suriname\nNairóbi | Quénia | Paris | França\nNairóbi | Quénia | Podgorica | Montenegro\nNairóbi | Quénia | Quito | Equador\nNairóbi | Quénia | Rabat | Marrocos\nNairóbi | Quénia | Riga | Letónia\nNairóbi | Quénia | Roma | Itália\nNairóbi | Quénia | Roseau | Dominica\nNairóbi | Quénia | Santiago | Chile\nNairóbi | Quénia | Escópia | Macedónia\nNairóbi | Quénia | Sófia | Bulgária\nNairóbi | Quénia | Estocolmo | Suécia\nNairóbi | Quénia | Suva | Fiji\nNairóbi | Quénia | Taipé | Taiwan\nNairóbi | Quénia | Talim | Estónia\nNairóbi | Quénia | Tashkent | Uzbequistão\nNairóbi | Quénia | Tbilisi | Geórgia\nNairóbi | Quénia | Tegucigalpa | Honduras\nNairóbi | Quénia | Teerão | Irão\nNairóbi | Quénia | Timbu | Butão\nNairóbi | Quénia | Tirana | Albânia\nNairóbi | Quénia | Tóquio | Japão\nNairóbi | Quénia | Trípoli | Líbia\nNairóbi | Quénia | Tunes | Tunísia\nNairóbi | Quénia | Vaduz | Liechtenstein\nNairóbi | Quénia | Valletta | Malta\nNairóbi | Quénia | Viena | Áustria\nNairóbi | Quénia | Vienciana | Laos\nNairóbi | Quénia | Vílnius | Lituânia\nNairóbi | Quénia | Varsóvia | Polónia\nNairóbi | Quénia | Windhoek | Namíbia\nNairóbi | Quénia | Erevan | Arménia\nNassau | Baamas | Niamei | Níger\nNassau | Baamas | Nicósia | Chipre\nNassau | Baamas | Nuaquechote | Mauritânia\nNassau | Baamas | Nuque | Gronelândia\nNassau | Baamas | Oslo | Noruega\nNassau | Baamas | Ottawa | Canadá\nNassau | Baamas | Paramaribo | Suriname\nNassau | Baamas | Paris | França\nNassau | Baamas | Podgorica | Montenegro\nNassau | Baamas | Quito | Equador\nNassau | Baamas | Rabat | Marrocos\nNassau | Baamas | Riga | Letónia\nNassau | Baamas | Roma | Itália\nNassau | Baamas | Roseau | Dominica\nNassau | Baamas | Santiago | Chile\nNassau | Baamas | Escópia | Macedónia\nNassau | Baamas | Sófia | Bulgária\nNassau | Baamas | Estocolmo | Suécia\nNassau | Baamas | Suva | Fiji\nNassau | Baamas | Taipé | Taiwan\nNassau | Baamas | Talim | Estónia\nNassau | Baamas | Tashkent | Uzbequistão\nNassau | Baamas | Tbilisi | Geórgia\nNassau | Baamas | Tegucigalpa | Honduras\nNassau | Baamas | Teerão | Irão\nNassau | Baamas | Timbu | Butão\nNassau | Baamas | Tirana | Albânia\nNassau | Baamas | Tóquio | Japão\nNassau | Baamas | Trípoli | Líbia\nNassau | Baamas | Tunes | Tunísia\nNassau | Baamas | Vaduz | Liechtenstein\nNassau | Baamas | Valletta | Malta\nNassau | Baamas | Viena | Áustria\nNassau | Baamas | Vienciana | Laos\nNassau | Baamas | Vílnius | Lituânia\nNassau | Baamas | Varsóvia | Polónia\nNassau | Baamas | Windhoek | Namíbia\nNassau | Baamas | Erevan | Arménia\nNassau | Baamas | Zagreb | Croácia\nNiamei | Níger | Nicósia | Chipre\nNiamei | Níger | Nuaquechote | Mauritânia\nNiamei | Níger | Nuque | Gronelândia\nNiamei | Níger | Oslo | Noruega\nNiamei | Níger | Ottawa | Canadá\nNiamei | Níger | Paramaribo | Suriname\nNiamei | Níger | Paris | França\nNiamei | Níger | Podgorica | Montenegro\nNiamei | Níger | Quito | Equador\nNiamei | Níger | Rabat | Marrocos\nNiamei | Níger | Riga | Letónia\nNiamei | Níger | Roma | Itália\nNiamei | Níger | Roseau | Dominica\nNiamei | Níger | Santiago | Chile\nNiamei | Níger | Escópia | Macedónia\nNiamei | Níger | Sófia | Bulgária\nNiamei | Níger | Estocolmo | Suécia\nNiamei | Níger | Suva | Fiji\nNiamei | Níger | Taipé | Taiwan\nNiamei | Níger | Talim | Estónia\nNiamei | Níger | Tashkent | Uzbequistão\nNiamei | Níger | Tbilisi | Geórgia\nNiamei | Níger | Tegucigalpa | Honduras\nNiamei | Níger | Teerão | Irão\nNiamei | Níger | Timbu | Butão\nNiamei | Níger | Tirana | Albânia\nNiamei | Níger | Tóquio | Japão\nNiamei | Níger | Trípoli | Líbia\nNiamei | Níger | Tunes | Tunísia\nNiamei | Níger | Vaduz | Liechtenstein\nNiamei | Níger | Valletta | Malta\nNiamei | Níger | Viena | Áustria\nNiamei | Níger | Vienciana | Laos\nNiamei | Níger | Vílnius | Lituânia\nNiamei | Níger | Varsóvia | Polónia\nNiamei | Níger | Windhoek | Namíbia\nNiamei | Níger | Erevan | Arménia\nNiamei | Níger | Zagreb | Croácia\nNiamei | Níger | Abuja | Nigéria\nNicósia | Chipre | Nuaquechote | Mauritânia\nNicósia | Chipre | Nuque | Gronelândia\nNicósia | Chipre | Oslo | Noruega\nNicósia | Chipre | Ottawa | Canadá\nNicósia | Chipre | Paramaribo | Suriname\nNicósia | Chipre | Paris | França\nNicósia | Chipre | Podgorica | Montenegro\nNicósia | Chipre | Quito | Equador\nNicósia | Chipre | Rabat | Marrocos\nNicósia | Chipre | Riga | Letónia\nNicósia | Chipre | Roma | Itália\nNicósia | Chipre | Roseau | Dominica\nNicósia | Chipre | Santiago | Chile\nNicósia | Chipre | Escópia | Macedónia\nNicósia | Chipre | Sófia | Bulgária\nNicósia | Chipre | Estocolmo | Suécia\nNicósia | Chipre | Suva | Fiji\nNicósia | Chipre | Taipé | Taiwan\nNicósia | Chipre | Talim | Estónia\nNicósia | Chipre | Tashkent | Uzbequistão\nNicósia | Chipre | Tbilisi | Geórgia\nNicósia | Chipre | Tegucigalpa | Honduras\nNicósia | Chipre | Teerão | Irão\nNicósia | Chipre | Timbu | Butão\nNicósia | Chipre | Tirana | Albânia\nNicósia | Chipre | Tóquio | Japão\nNicósia | Chipre | Trípoli | Líbia\nNicósia | Chipre | Tunes | Tunísia\nNicósia | Chipre | Vaduz | Liechtenstein\nNicósia | Chipre | Valletta | Malta\nNicósia | Chipre | Viena | Áustria\nNicósia | Chipre | Vienciana | Laos\nNicósia | Chipre | Vílnius | Lituânia\nNicósia | Chipre | Varsóvia | Polónia\nNicósia | Chipre | Windhoek | Namíbia\nNicósia | Chipre | Erevan | Arménia\nNicósia | Chipre | Zagreb | Croácia\nNicósia | Chipre | Abuja | Nigéria\nNicósia | Chipre | Acra | Gana\nNuaquechote | Mauritânia | Nuque | Gronelândia\nNuaquechote | Mauritânia | Oslo | Noruega\nNuaquechote | Mauritânia | Ottawa | Canadá\nNuaquechote | Mauritânia | Paramaribo | Suriname\nNuaquechote | Mauritânia | Paris | França\nNuaquechote | Mauritânia | Podgorica | Montenegro\nNuaquechote | Mauritânia | Quito | Equador\nNuaquechote | Mauritânia | Rabat | Marrocos\nNuaquechote | Mauritânia | Riga | Letónia\nNuaquechote | Mauritânia | Roma | Itália\nNuaquechote | Mauritânia | Roseau | Dominica\nNuaquechote | Mauritânia | Santiago | Chile\nNuaquechote | Mauritânia | Escópia | Macedónia\nNuaquechote | Mauritânia | Sófia | Bulgária\nNuaquechote | Mauritânia | Estocolmo | Suécia\nNuaquechote | Mauritânia | Suva | Fiji\nNuaquechote | Mauritânia | Taipé | Taiwan\nNuaquechote | Mauritânia | Talim | Estónia\nNuaquechote | Mauritânia | Tashkent | Uzbequistão\nNuaquechote | Mauritânia | Tbilisi | Geórgia\nNuaquechote | Mauritânia | Tegucigalpa | Honduras\nNuaquechote | Mauritânia | Teerão | Irão\nNuaquechote | Mauritânia | Timbu | Butão\nNuaquechote | Mauritânia | Tirana | Albânia\nNuaquechote | Mauritânia | Tóquio | Japão\nNuaquechote | Mauritânia | Trípoli | Líbia\nNuaquechote | Mauritânia | Tunes | Tunísia\nNuaquechote | Mauritânia | Vaduz | Liechtenstein\nNuaquechote | Mauritânia | Valletta | Malta\nNuaquechote | Mauritânia | Viena | Áustria\nNuaquechote | Mauritânia | Vienciana | Laos\nNuaquechote | Mauritânia | Vílnius | Lituânia\nNuaquechote | Mauritânia | Varsóvia | Polónia\nNuaquechote | Mauritânia | Windhoek | Namíbia\nNuaquechote | Mauritânia | Erevan | Arménia\nNuaquechote | Mauritânia | Zagreb | Croácia\nNuaquechote | Mauritânia | Abuja | Nigéria\nNuaquechote | Mauritânia | Acra | Gana\nNuaquechote | Mauritânia | Argel | Argélia\nNuque | Gronelândia | Oslo | Noruega\nNuque | Gronelândia | Ottawa | Canadá\nNuque | Gronelândia | Paramaribo | Suriname\nNuque | Gronelândia | Paris | França\nNuque | Gronelândia | Podgorica | Montenegro\nNuque | Gronelândia | Quito | Equador\nNuque | Gronelândia | Rabat | Marrocos\nNuque | Gronelândia | Riga | Letónia\nNuque | Gronelândia | Roma | Itália\nNuque | Gronelândia | Roseau | Dominica\nNuque | Gronelândia | Santiago | Chile\nNuque | Gronelândia | Escópia | Macedónia\nNuque | Gronelândia | Sófia | Bulgária\nNuque | Gronelândia | Estocolmo | Suécia\nNuque | Gronelândia | Suva | Fiji\nNuque | Gronelândia | Taipé | Taiwan\nNuque | Gronelândia | Talim | Estónia\nNuque | Gronelândia | Tashkent | Uzbequistão\nNuque | Gronelândia | Tbilisi | Geórgia\nNuque | Gronelândia | Tegucigalpa | Honduras\nNuque | Gronelândia | Teerão | Irão\nNuque | Gronelândia | Timbu | Butão\nNuque | Gronelândia | Tirana | Albânia\nNuque | Gronelândia | Tóquio | Japão\nNuque | Gronelândia | Trípoli | Líbia\nNuque | Gronelândia | Tunes | Tunísia\nNuque | Gronelândia | Vaduz | Liechtenstein\nNuque | Gronelândia | Valletta | Malta\nNuque | Gronelândia | Viena | Áustria\nNuque | Gronelândia | Vienciana | Laos\nNuque | Gronelândia | Vílnius | Lituânia\nNuque | Gronelândia | Varsóvia | Polónia\nNuque | Gronelândia | Windhoek | Namíbia\nNuque | Gronelândia | Erevan | Arménia\nNuque | Gronelândia | Zagreb | Croácia\nNuque | Gronelândia | Abuja | Nigéria\nNuque | Gronelândia | Acra | Gana\nNuque | Gronelândia | Argel | Argélia\nNuque | Gronelândia | Amã | Jordânia\nOslo | Noruega | Ottawa | Canadá\nOslo | Noruega | Paramaribo | Suriname\nOslo | Noruega | Paris | França\nOslo | Noruega | Podgorica | Montenegro\nOslo | Noruega | Quito | Equador\nOslo | Noruega | Rabat | Marrocos\nOslo | Noruega | Riga | Letónia\nOslo | Noruega | Roma | Itália\nOslo | Noruega | Roseau | Dominica\nOslo | Noruega | Santiago | Chile\nOslo | Noruega | Escópia | Macedónia\nOslo | Noruega | Sófia | Bulgária\nOslo | Noruega | Estocolmo | Suécia\nOslo | Noruega | Suva | Fiji\nOslo | Noruega | Taipé | Taiwan\nOslo | Noruega | Talim | Estónia\nOslo | Noruega | Tashkent | Uzbequistão\nOslo | Noruega | Tbilisi | Geórgia\nOslo | Noruega | Tegucigalpa | Honduras\nOslo | Noruega | Teerão | Irão\nOslo | Noruega | Timbu | Butão\nOslo | Noruega | Tirana | Albânia\nOslo | Noruega | Tóquio | Japão\nOslo | Noruega | Trípoli | Líbia\nOslo | Noruega | Tunes | Tunísia\nOslo | Noruega | Vaduz | Liechtenstein\nOslo | Noruega | Valletta | Malta\nOslo | Noruega | Viena | Áustria\nOslo | Noruega | Vienciana | Laos\nOslo | Noruega | Vílnius | Lituânia\nOslo | Noruega | Varsóvia | Polónia\nOslo | Noruega | Windhoek | Namíbia\nOslo | Noruega | Erevan | Arménia\nOslo | Noruega | Zagreb | Croácia\nOslo | Noruega | Abuja | Nigéria\nOslo | Noruega | Acra | Gana\nOslo | Noruega | Argel | Argélia\nOslo | Noruega | Amã | Jordânia\nOslo | Noruega | Ancara | Turquia\nOttawa | Canadá | Paramaribo | Suriname\nOttawa | Canadá | Paris | França\nOttawa | Canadá | Podgorica | Montenegro\nOttawa | Canadá | Quito | Equador\nOttawa | Canadá | Rabat | Marrocos\nOttawa | Canadá | Riga | Letónia\nOttawa | Canadá | Roma | Itália\nOttawa | Canadá | Roseau | Dominica\nOttawa | Canadá | Santiago | Chile\nOttawa | Canadá | Escópia | Macedónia\nOttawa | Canadá | Sófia | Bulgária\nOttawa | Canadá | Estocolmo | Suécia\nOttawa | Canadá | Suva | Fiji\nOttawa | Canadá | Taipé | Taiwan\nOttawa | Canadá | Talim | Estónia\nOttawa | Canadá | Tashkent | Uzbequistão\nOttawa | Canadá | Tbilisi | Geórgia\nOttawa | Canadá | Tegucigalpa | Honduras\nOttawa | Canadá | Teerão | Irão\nOttawa | Canadá | Timbu | Butão\nOttawa | Canadá | Tirana | Albânia\nOttawa | Canadá | Tóquio | Japão\nOttawa | Canadá | Trípoli | Líbia\nOttawa | Canadá | Tunes | Tunísia\nOttawa | Canadá | Vaduz | Liechtenstein\nOttawa | Canadá | Valletta | Malta\nOttawa | Canadá | Viena | Áustria\nOttawa | Canadá | Vienciana | Laos\nOttawa | Canadá | Vílnius | Lituânia\nOttawa | Canadá | Varsóvia | Polónia\nOttawa | Canadá | Windhoek | Namíbia\nOttawa | Canadá | Erevan | Arménia\nOttawa | Canadá | Zagreb | Croácia\nOttawa | Canadá | Abuja | Nigéria\nOttawa | Canadá | Acra | Gana\nOttawa | Canadá | Argel | Argélia\nOttawa | Canadá | Amã | Jordânia\nOttawa | Canadá | Ancara | Turquia\nOttawa | Canadá | Antananarivo | Madagáscar\nParamaribo | Suriname | Paris | França\nParamaribo | Suriname | Podgorica | Montenegro\nParamaribo | Suriname | Quito | Equador\nParamaribo | Suriname | Rabat | Marrocos\nParamaribo | Suriname | Riga | Letónia\nParamaribo | Suriname | Roma | Itália\nParamaribo | Suriname | Roseau | Dominica\nParamaribo | Suriname | Santiago | Chile\nParamaribo | Suriname | Escópia | Macedónia\nParamaribo | Suriname | Sófia | Bulgária\nParamaribo | Suriname | Estocolmo | Suécia\nParamaribo | Suriname | Suva | Fiji\nParamaribo | Suriname | Taipé | Taiwan\nParamaribo | Suriname | Talim | Estónia\nParamaribo | Suriname | Tashkent | Uzbequistão\nParamaribo | Suriname | Tbilisi | Geórgia\nParamaribo | Suriname | Tegucigalpa | Honduras\nParamaribo | Suriname | Teerão | Irão\nParamaribo | Suriname | Timbu | Butão\nParamaribo | Suriname | Tirana | Albânia\nParamaribo | Suriname | Tóquio | Japão\nParamaribo | Suriname | Trípoli | Líbia\nParamaribo | Suriname | Tunes | Tunísia\nParamaribo | Suriname | Vaduz | Liechtenstein\nParamaribo | Suriname | Valletta | Malta\nParamaribo | Suriname | Viena | Áustria\nParamaribo | Suriname | Vienciana | Laos\nParamaribo | Suriname | Vílnius | Lituânia\nParamaribo | Suriname | Varsóvia | Polónia\nParamaribo | Suriname | Windhoek | Namíbia\nParamaribo | Suriname | Erevan | Arménia\nParamaribo | Suriname | Zagreb | Croácia\nParamaribo | Suriname | Abuja | Nigéria\nParamaribo | Suriname | Acra | Gana\nParamaribo | Suriname | Argel | Argélia\nParamaribo | Suriname | Amã | Jordânia\nParamaribo | Suriname | Ancara | Turquia\nParamaribo | Suriname | Antananarivo | Madagáscar\nParamaribo | Suriname | Apia | Samoa\nParis | França | Podgorica | Montenegro\nParis | França | Quito | Equador\nParis | França | Rabat | Marrocos\nParis | França | Riga | Letónia\nParis | França | Roma | Itália\nParis | França | Roseau | Dominica\nParis | França | Santiago | Chile\nParis | França | Escópia | Macedónia\nParis | França | Sófia | Bulgária\nParis | França | Estocolmo | Suécia\nParis | França | Suva | Fiji\nParis | França | Taipé | Taiwan\nParis | França | Talim | Estónia\nParis | França | Tashkent | Uzbequistão\nParis | França | Tbilisi | Geórgia\nParis | França | Tegucigalpa | Honduras\nParis | França | Teerão | Irão\nParis | França | Timbu | Butão\nParis | França | Tirana | Albânia\nParis | França | Tóquio | Japão\nParis | França | Trípoli | Líbia\nParis | França | Tunes | Tunísia\nParis | França | Vaduz | Liechtenstein\nParis | França | Valletta | Malta\nParis | França | Viena | Áustria\nParis | França | Vienciana | Laos\nParis | França | Vílnius | Lituânia\nParis | França | Varsóvia | Polónia\nParis | França | Windhoek | Namíbia\nParis | França | Erevan | Arménia\nParis | França | Zagreb | Croácia\nParis | França | Abuja | Nigéria\nParis | França | Acra | Gana\nParis | França | Argel | Argélia\nParis | França | Amã | Jordânia\nParis | França | Ancara | Turquia\nParis | França | Antananarivo | Madagáscar\nParis | França | Apia | Samoa\nParis | França | Asgabate | Turquemenistão\nPodgorica | Montenegro | Quito | Equador\nPodgorica | Montenegro | Rabat | Marrocos\nPodgorica | Montenegro | Riga | Letónia\nPodgorica | Montenegro | Roma | Itália\nPodgorica | Montenegro | Roseau | Dominica\nPodgorica | Montenegro | Santiago | Chile\nPodgorica | Montenegro | Escópia | Macedónia\nPodgorica | Montenegro | Sófia | Bulgária\nPodgorica | Montenegro | Estocolmo | Suécia\nPodgorica | Montenegro | Suva | Fiji\nPodgorica | Montenegro | Taipé | Taiwan\nPodgorica | Montenegro | Talim | Estónia\nPodgorica | Montenegro | Tashkent | Uzbequistão\nPodgorica | Montenegro | Tbilisi | Geórgia\nPodgorica | Montenegro | Tegucigalpa | Honduras\nPodgorica | Montenegro | Teerão | Irão\nPodgorica | Montenegro | Timbu | Butão\nPodgorica | Montenegro | Tirana | Albânia\nPodgorica | Montenegro | Tóquio | Japão\nPodgorica | Montenegro | Trípoli | Líbia\nPodgorica | Montenegro | Tunes | Tunísia\nPodgorica | Montenegro | Vaduz | Liechtenstein\nPodgorica | Montenegro | Valletta | Malta\nPodgorica | Montenegro | Viena | Áustria\nPodgorica | Montenegro | Vienciana | Laos\nPodgorica | Montenegro | Vílnius | Lituânia\nPodgorica | Montenegro | Varsóvia | Polónia\nPodgorica | Montenegro | Windhoek | Namíbia\nPodgorica | Montenegro | Erevan | Arménia\nPodgorica | Montenegro | Zagreb | Croácia\nPodgorica | Montenegro | Abuja | Nigéria\nPodgorica | Montenegro | Acra | Gana\nPodgorica | Montenegro | Argel | Argélia\nPodgorica | Montenegro | Amã | Jordânia\nPodgorica | Montenegro | Ancara | Turquia\nPodgorica | Montenegro | Antananarivo | Madagáscar\nPodgorica | Montenegro | Apia | Samoa\nPodgorica | Montenegro | Asgabate | Turquemenistão\nPodgorica | Montenegro | Asmara | Eritreia\nQuito | Equador | Rabat | Marrocos\nQuito | Equador | Riga | Letónia\nQuito | Equador | Roma | Itália\nQuito | Equador | Roseau | Dominica\nQuito | Equador | Santiago | Chile\nQuito | Equador | Escópia | Macedónia\nQuito | Equador | Sófia | Bulgária\nQuito | Equador | Estocolmo | Suécia\nQuito | Equador | Suva | Fiji\nQuito | Equador | Taipé | Taiwan\nQuito | Equador | Talim | Estónia\nQuito | Equador | Tashkent | Uzbequistão\nQuito | Equador | Tbilisi | Geórgia\nQuito | Equador | Tegucigalpa | Honduras\nQuito | Equador | Teerão | Irão\nQuito | Equador | Timbu | Butão\nQuito | Equador | Tirana | Albânia\nQuito | Equador | Tóquio | Japão\nQuito | Equador | Trípoli | Líbia\nQuito | Equador | Tunes | Tunísia\nQuito | Equador | Vaduz | Liechtenstein\nQuito | Equador | Valletta | Malta\nQuito | Equador | Viena | Áustria\nQuito | Equador | Vienciana | Laos\nQuito | Equador | Vílnius | Lituânia\nQuito | Equador | Varsóvia | Polónia\nQuito | Equador | Windhoek | Namíbia\nQuito | Equador | Erevan | Arménia\nQuito | Equador | Zagreb | Croácia\nQuito | Equador | Abuja | Nigéria\nQuito | Equador | Acra | Gana\nQuito | Equador | Argel | Argélia\nQuito | Equador | Amã | Jordânia\nQuito | Equador | Ancara | Turquia\nQuito | Equador | Antananarivo | Madagáscar\nQuito | Equador | Apia | Samoa\nQuito | Equador | Asgabate | Turquemenistão\nQuito | Equador | Asmara | Eritreia\nQuito | Equador | Astana | Cazaquistão\nRabat | Marrocos | Riga | Letónia\nRabat | Marrocos | Roma | Itália\nRabat | Marrocos | Roseau | Dominica\nRabat | Marrocos | Santiago | Chile\nRabat | Marrocos | Escópia | Macedónia\nRabat | Marrocos | Sófia | Bulgária\nRabat | Marrocos | Estocolmo | Suécia\nRabat | Marrocos | Suva | Fiji\nRabat | Marrocos | Taipé | Taiwan\nRabat | Marrocos | Talim | Estónia\nRabat | Marrocos | Tashkent | Uzbequistão\nRabat | Marrocos | Tbilisi | Geórgia\nRabat | Marrocos | Tegucigalpa | Honduras\nRabat | Marrocos | Teerão | Irão\nRabat | Marrocos | Timbu | Butão\nRabat | Marrocos | Tirana | Albânia\nRabat | Marrocos | Tóquio | Japão\nRabat | Marrocos | Trípoli | Líbia\nRabat | Marrocos | Tunes | Tunísia\nRabat | Marrocos | Vaduz | Liechtenstein\nRabat | Marrocos | Valletta | Malta\nRabat | Marrocos | Viena | Áustria\nRabat | Marrocos | Vienciana | Laos\nRabat | Marrocos | Vílnius | Lituânia\nRabat | Marrocos | Varsóvia | Polónia\nRabat | Marrocos | Windhoek | Namíbia\nRabat | Marrocos | Erevan | Arménia\nRabat | Marrocos | Zagreb | Croácia\nRabat | Marrocos | Abuja | Nigéria\nRabat | Marrocos | Acra | Gana\nRabat | Marrocos | Argel | Argélia\nRabat | Marrocos | Amã | Jordânia\nRabat | Marrocos | Ancara | Turquia\nRabat | Marrocos | Antananarivo | Madagáscar\nRabat | Marrocos | Apia | Samoa\nRabat | Marrocos | Asgabate | Turquemenistão\nRabat | Marrocos | Asmara | Eritreia\nRabat | Marrocos | Astana | Cazaquistão\nRabat | Marrocos | Atenas | Grécia\nRiga | Letónia | Roma | Itália\nRiga | Letónia | Roseau | Dominica\nRiga | Letónia | Santiago | Chile\nRiga | Letónia | Escópia | Macedónia\nRiga | Letónia | Sófia | Bulgária\nRiga | Letónia | Estocolmo | Suécia\nRiga | Letónia | Suva | Fiji\nRiga | Letónia | Taipé | Taiwan\nRiga | Letónia | Talim | Estónia\nRiga | Letónia | Tashkent | Uzbequistão\nRiga | Letónia | Tbilisi | Geórgia\nRiga | Letónia | Tegucigalpa | Honduras\nRiga | Letónia | Teerão | Irão\nRiga | Letónia | Timbu | Butão\nRiga | Letónia | Tirana | Albânia\nRiga | Letónia | Tóquio | Japão\nRiga | Letónia | Trípoli | Líbia\nRiga | Letónia | Tunes | Tunísia\nRiga | Letónia | Vaduz | Liechtenstein\nRiga | Letónia | Valletta | Malta\nRiga | Letónia | Viena | Áustria\nRiga | Letónia | Vienciana | Laos\nRiga | Letónia | Vílnius | Lituânia\nRiga | Letónia | Varsóvia | Polónia\nRiga | Letónia | Windhoek | Namíbia\nRiga | Letónia | Erevan | Arménia\nRiga | Letónia | Zagreb | Croácia\nRiga | Letónia | Abuja | Nigéria\nRiga | Letónia | Acra | Gana\nRiga | Letónia | Argel | Argélia\nRiga | Letónia | Amã | Jordânia\nRiga | Letónia | Ancara | Turquia\nRiga | Letónia | Antananarivo | Madagáscar\nRiga | Letónia | Apia | Samoa\nRiga | Letónia | Asgabate | Turquemenistão\nRiga | Letónia | Asmara | Eritreia\nRiga | Letónia | Astana | Cazaquistão\nRiga | Letónia | Atenas | Grécia\nRiga | Letónia | Bagdade | Iraque\nRoma | Itália | Roseau | Dominica\nRoma | Itália | Santiago | Chile\nRoma | Itália | Escópia | Macedónia\nRoma | Itália | Sófia | Bulgária\nRoma | Itália | Estocolmo | Suécia\nRoma | Itália | Suva | Fiji\nRoma | Itália | Taipé | Taiwan\nRoma | Itália | Talim | Estónia\nRoma | Itália | Tashkent | Uzbequistão\nRoma | Itália | Tbilisi | Geórgia\nRoma | Itália | Tegucigalpa | Honduras\nRoma | Itália | Teerão | Irão\nRoma | Itália | Timbu | Butão\nRoma | Itália | Tirana | Albânia\nRoma | Itália | Tóquio | Japão\nRoma | Itália | Trípoli | Líbia\nRoma | Itália | Tunes | Tunísia\nRoma | Itália | Vaduz | Liechtenstein\nRoma | Itália | Valletta | Malta\nRoma | Itália | Viena | Áustria\nRoma | Itália | Vienciana | Laos\nRoma | Itália | Vílnius | Lituânia\nRoma | Itália | Varsóvia | Polónia\nRoma | Itália | Windhoek | Namíbia\nRoma | Itália | Erevan | Arménia\nRoma | Itália | Zagreb | Croácia\nRoma | Itália | Abuja | Nigéria\nRoma | Itália | Acra | Gana\nRoma | Itália | Argel | Argélia\nRoma | Itália | Amã | Jordânia\nRoma | Itália | Ancara | Turquia\nRoma | Itália | Antananarivo | Madagáscar\nRoma | Itália | Apia | Samoa\nRoma | Itália | Asgabate | Turquemenistão\nRoma | Itália | Asmara | Eritreia\nRoma | Itália | Astana | Cazaquistão\nRoma | Itália | Atenas | Grécia\nRoma | Itália | Bagdade | Iraque\nRoma | Itália | Baku | Azerbaijão\nRoseau | Dominica | Santiago | Chile\nRoseau | Dominica | Escópia | Macedónia\nRoseau | Dominica | Sófia | Bulgária\nRoseau | Dominica | Estocolmo | Suécia\nRoseau | Dominica | Suva | Fiji\nRoseau | Dominica | Taipé | Taiwan\nRoseau | Dominica | Talim | Estónia\nRoseau | Dominica | Tashkent | Uzbequistão\nRoseau | Dominica | Tbilisi | Geórgia\nRoseau | Dominica | Tegucigalpa | Honduras\nRoseau | Dominica | Teerão | Irão\nRoseau | Dominica | Timbu | Butão\nRoseau | Dominica | Tirana | Albânia\nRoseau | Dominica | Tóquio | Japão\nRoseau | Dominica | Trípoli | Líbia\nRoseau | Dominica | Tunes | Tunísia\nRoseau | Dominica | Vaduz | Liechtenstein\nRoseau | Dominica | Valletta | Malta\nRoseau | Dominica | Viena | Áustria\nRoseau | Dominica | Vienciana | Laos\nRoseau | Dominica | Vílnius | Lituânia\nRoseau | Dominica | Varsóvia | Polónia\nRoseau | Dominica | Windhoek | Namíbia\nRoseau | Dominica | Erevan | Arménia\nRoseau | Dominica | Zagreb | Croácia\nRoseau | Dominica | Abuja | Nigéria\nRoseau | Dominica | Acra | Gana\nRoseau | Dominica | Argel | Argélia\nRoseau | Dominica | Amã | Jordânia\nRoseau | Dominica | Ancara | Turquia\nRoseau | Dominica | Antananarivo | Madagáscar\nRoseau | Dominica | Apia | Samoa\nRoseau | Dominica | Asgabate | Turquemenistão\nRoseau | Dominica | Asmara | Eritreia\nRoseau | Dominica | Astana | Cazaquistão\nRoseau | Dominica | Atenas | Grécia\nRoseau | Dominica | Bagdade | Iraque\nRoseau | Dominica | Baku | Azerbaijão\nRoseau | Dominica | Bamako | Mali\nSantiago | Chile | Escópia | Macedónia\nSantiago | Chile | Sófia | Bulgária\nSantiago | Chile | Estocolmo | Suécia\nSantiago | Chile | Suva | Fiji\nSantiago | Chile | Taipé | Taiwan\nSantiago | Chile | Talim | Estónia\nSantiago | Chile | Tashkent | Uzbequistão\nSantiago | Chile | Tbilisi | Geórgia\nSantiago | Chile | Tegucigalpa | Honduras\nSantiago | Chile | Teerão | Irão\nSantiago | Chile | Timbu | Butão\nSantiago | Chile | Tirana | Albânia\nSantiago | Chile | Tóquio | Japão\nSantiago | Chile | Trípoli | Líbia\nSantiago | Chile | Tunes | Tunísia\nSantiago | Chile | Vaduz | Liechtenstein\nSantiago | Chile | Valletta | Malta\nSantiago | Chile | Viena | Áustria\nSantiago | Chile | Vienciana | Laos\nSantiago | Chile | Vílnius | Lituânia\nSantiago | Chile | Varsóvia | Polónia\nSantiago | Chile | Windhoek | Namíbia\nSantiago | Chile | Erevan | Arménia\nSantiago | Chile | Zagreb | Croácia\nSantiago | Chile | Abuja | Nigéria\nSantiago | Chile | Acra | Gana\nSantiago | Chile | Argel | Argélia\nSantiago | Chile | Amã | Jordânia\nSantiago | Chile | Ancara | Turquia\nSantiago | Chile | Antananarivo | Madagáscar\nSantiago | Chile | Apia | Samoa\nSantiago | Chile | Asgabate | Turquemenistão\nSantiago | Chile | Asmara | Eritreia\nSantiago | Chile | Astana | Cazaquistão\nSantiago | Chile | Atenas | Grécia\nSantiago | Chile | Bagdade | Iraque\nSantiago | Chile | Baku | Azerbaijão\nSantiago | Chile | Bamako | Mali\nSantiago | Chile | Banguecoque | Tailândia\nEscópia | Macedónia | Sófia | Bulgária\nEscópia | Macedónia | Estocolmo | Suécia\nEscópia | Macedónia | Suva | Fiji\nEscópia | Macedónia | Taipé | Taiwan\nEscópia | Macedónia | Talim | Estónia\nEscópia | Macedónia | Tashkent | Uzbequistão\nEscópia | Macedónia | Tbilisi | Geórgia\nEscópia | Macedónia | Tegucigalpa | Honduras\nEscópia | Macedónia | Teerão | Irão\nEscópia | Macedónia | Timbu | Butão\nEscópia | Macedónia | Tirana | Albânia\nEscópia | Macedónia | Tóquio | Japão\nEscópia | Macedónia | Trípoli | Líbia\nEscópia | Macedónia | Tunes | Tunísia\nEscópia | Macedónia | Vaduz | Liechtenstein\nEscópia | Macedónia | Valletta | Malta\nEscópia | Macedónia | Viena | Áustria\nEscópia | Macedónia | Vienciana | Laos\nEscópia | Macedónia | Vílnius | Lituânia\nEscópia | Macedónia | Varsóvia | Polónia\nEscópia | Macedónia | Windhoek | Namíbia\nEscópia | Macedónia | Erevan | Arménia\nEscópia | Macedónia | Zagreb | Croácia\nEscópia | Macedónia | Abuja | Nigéria\nEscópia | Macedónia | Acra | Gana\nEscópia | Macedónia | Argel | Argélia\nEscópia | Macedónia | Amã | Jordânia\nEscópia | Macedónia | Ancara | Turquia\nEscópia | Macedónia | Antananarivo | Madagáscar\nEscópia | Macedónia | Apia | Samoa\nEscópia | Macedónia | Asgabate | Turquemenistão\nEscópia | Macedónia | Asmara | Eritreia\nEscópia | Macedónia | Astana | Cazaquistão\nEscópia | Macedónia | Atenas | Grécia\nEscópia | Macedónia | Bagdade | Iraque\nEscópia | Macedónia | Baku | Azerbaijão\nEscópia | Macedónia | Bamako | Mali\nEscópia | Macedónia | Banguecoque | Tailândia\nEscópia | Macedónia | Banjul | Gâmbia\nSófia | Bulgária | Estocolmo | Suécia\nSófia | Bulgária | Suva | Fiji\nSófia | Bulgária | Taipé | Taiwan\nSófia | Bulgária | Talim | Estónia\nSófia | Bulgária | Tashkent | Uzbequistão\nSófia | Bulgária | Tbilisi | Geórgia\nSófia | Bulgária | Tegucigalpa | Honduras\nSófia | Bulgária | Teerão | Irão\nSófia | Bulgária | Timbu | Butão\nSófia | Bulgária | Tirana | Albânia\nSófia | Bulgária | Tóquio | Japão\nSófia | Bulgária | Trípoli | Líbia\nSófia | Bulgária | Tunes | Tunísia\nSófia | Bulgária | Vaduz | Liechtenstein\nSófia | Bulgária | Valletta | Malta\nSófia | Bulgária | Viena | Áustria\nSófia | Bulgária | Vienciana | Laos\nSófia | Bulgária | Vílnius | Lituânia\nSófia | Bulgária | Varsóvia | Polónia\nSófia | Bulgária | Windhoek | Namíbia\nSófia | Bulgária | Erevan | Arménia\nSófia | Bulgária | Zagreb | Croácia\nSófia | Bulgária | Abuja | Nigéria\nSófia | Bulgária | Acra | Gana\nSófia | Bulgária | Argel | Argélia\nSófia | Bulgária | Amã | Jordânia\nSófia | Bulgária | Ancara | Turquia\nSófia | Bulgária | Antananarivo | Madagáscar\nSófia | Bulgária | Apia | Samoa\nSófia | Bulgária | Asgabate | Turquemenistão\nSófia | Bulgária | Asmara | Eritreia\nSófia | Bulgária | Astana | Cazaquistão\nSófia | Bulgária | Atenas | Grécia\nSófia | Bulgária | Bagdade | Iraque\nSófia | Bulgária | Baku | Azerbaijão\nSófia | Bulgária | Bamako | Mali\nSófia | Bulgária | Banguecoque | Tailândia\nSófia | Bulgária | Banjul | Gâmbia\nSófia | Bulgária | Pequim | China\nEstocolmo | Suécia | Suva | Fiji\nEstocolmo | Suécia | Taipé | Taiwan\nEstocolmo | Suécia | Talim | Estónia\nEstocolmo | Suécia | Tashkent | Uzbequistão\nEstocolmo | Suécia | Tbilisi | Geórgia\nEstocolmo | Suécia | Tegucigalpa | Honduras\nEstocolmo | Suécia | Teerão | Irão\nEstocolmo | Suécia | Timbu | Butão\nEstocolmo | Suécia | Tirana | Albânia\nEstocolmo | Suécia | Tóquio | Japão\nEstocolmo | Suécia | Trípoli | Líbia\nEstocolmo | Suécia | Tunes | Tunísia\nEstocolmo | Suécia | Vaduz | Liechtenstein\nEstocolmo | Suécia | Valletta | Malta\nEstocolmo | Suécia | Viena | Áustria\nEstocolmo | Suécia | Vienciana | Laos\nEstocolmo | Suécia | Vílnius | Lituânia\nEstocolmo | Suécia | Varsóvia | Polónia\nEstocolmo | Suécia | Windhoek | Namíbia\nEstocolmo | Suécia | Erevan | Arménia\nEstocolmo | Suécia | Zagreb | Croácia\nEstocolmo | Suécia | Abuja | Nigéria\nEstocolmo | Suécia | Acra | Gana\nEstocolmo | Suécia | Argel | Argélia\nEstocolmo | Suécia | Amã | Jordânia\nEstocolmo | Suécia | Ancara | Turquia\nEstocolmo | Suécia | Antananarivo | Madagáscar\nEstocolmo | Suécia | Apia | Samoa\nEstocolmo | Suécia | Asgabate | Turquemenistão\nEstocolmo | Suécia | Asmara | Eritreia\nEstocolmo | Suécia | Astana | Cazaquistão\nEstocolmo | Suécia | Atenas | Grécia\nEstocolmo | Suécia | Bagdade | Iraque\nEstocolmo | Suécia | Baku | Azerbaijão\nEstocolmo | Suécia | Bamako | Mali\nEstocolmo | Suécia | Banguecoque | Tailândia\nEstocolmo | Suécia | Banjul | Gâmbia\nEstocolmo | Suécia | Pequim | China\nEstocolmo | Suécia | Beirute | Líbano\nSuva | Fiji | Taipé | Taiwan\nSuva | Fiji | Talim | Estónia\nSuva | Fiji | Tashkent | Uzbequistão\nSuva | Fiji | Tbilisi | Geórgia\nSuva | Fiji | Tegucigalpa | Honduras\nSuva | Fiji | Teerão | Irão\nSuva | Fiji | Timbu | Butão\nSuva | Fiji | Tirana | Albânia\nSuva | Fiji | Tóquio | Japão\nSuva | Fiji | Trípoli | Líbia\nSuva | Fiji | Tunes | Tunísia\nSuva | Fiji | Vaduz | Liechtenstein\nSuva | Fiji | Valletta | Malta\nSuva | Fiji | Viena | Áustria\nSuva | Fiji | Vienciana | Laos\nSuva | Fiji | Vílnius | Lituânia\nSuva | Fiji | Varsóvia | Polónia\nSuva | Fiji | Windhoek | Namíbia\nSuva | Fiji | Erevan | Arménia\nSuva | Fiji | Zagreb | Croácia\nSuva | Fiji | Abuja | Nigéria\nSuva | Fiji | Acra | Gana\nSuva | Fiji | Argel | Argélia\nSuva | Fiji | Amã | Jordânia\nSuva | Fiji | Ancara | Turquia\nSuva | Fiji | Antananarivo | Madagáscar\nSuva | Fiji | Apia | Samoa\nSuva | Fiji | Asgabate | Turquemenistão\nSuva | Fiji | Asmara | Eritreia\nSuva | Fiji | Astana | Cazaquistão\nSuva | Fiji | Atenas | Grécia\nSuva | Fiji | Bagdade | Iraque\nSuva | Fiji | Baku | Azerbaijão\nSuva | Fiji | Bamako | Mali\nSuva | Fiji | Banguecoque | Tailândia\nSuva | Fiji | Banjul | Gâmbia\nSuva | Fiji | Pequim | China\nSuva | Fiji | Beirute | Líbano\nSuva | Fiji | Belgrado | Sérvia\nTaipé | Taiwan | Talim | Estónia\nTaipé | Taiwan | Tashkent | Uzbequistão\nTaipé | Taiwan | Tbilisi | Geórgia\nTaipé | Taiwan | Tegucigalpa | Honduras\nTaipé | Taiwan | Teerão | Irão\nTaipé | Taiwan | Timbu | Butão\nTaipé | Taiwan | Tirana | Albânia\nTaipé | Taiwan | Tóquio | Japão\nTaipé | Taiwan | Trípoli | Líbia\nTaipé | Taiwan | Tunes | Tunísia\nTaipé | Taiwan | Vaduz | Liechtenstein\nTaipé | Taiwan | Valletta | Malta\nTaipé | Taiwan | Viena | Áustria\nTaipé | Taiwan | Vienciana | Laos\nTaipé | Taiwan | Vílnius | Lituânia\nTaipé | Taiwan | Varsóvia | Polónia\nTaipé | Taiwan | Windhoek | Namíbia\nTaipé | Taiwan | Erevan | Arménia\nTaipé | Taiwan | Zagreb | Croácia\nTaipé | Taiwan | Abuja | Nigéria\nTaipé | Taiwan | Acra | Gana\nTaipé | Taiwan | Argel | Argélia\nTaipé | Taiwan | Amã | Jordânia\nTaipé | Taiwan | Ancara | Turquia\nTaipé | Taiwan | Antananarivo | Madagáscar\nTaipé | Taiwan | Apia | Samoa\nTaipé | Taiwan | Asgabate | Turquemenistão\nTaipé | Taiwan | Asmara | Eritreia\nTaipé | Taiwan | Astana | Cazaquistão\nTaipé | Taiwan | Atenas | Grécia\nTaipé | Taiwan | Bagdade | Iraque\nTaipé | Taiwan | Baku | Azerbaijão\nTaipé | Taiwan | Bamako | Mali\nTaipé | Taiwan | Banguecoque | Tailândia\nTaipé | Taiwan | Banjul | Gâmbia\nTaipé | Taiwan | Pequim | China\nTaipé | Taiwan | Beirute | Líbano\nTaipé | Taiwan | Belgrado | Sérvia\nTaipé | Taiwan | Belmopã | Belize\nTalim | Estónia | Tashkent | Uzbequistão\nTalim | Estónia | Tbilisi | Geórgia\nTalim | Estónia | Tegucigalpa | Honduras\nTalim | Estónia | Teerão | Irão\nTalim | Estónia | Timbu | Butão\nTalim | Estónia | Tirana | Albânia\nTalim | Estónia | Tóquio | Japão\nTalim | Estónia | Trípoli | Líbia\nTalim | Estónia | Tunes | Tunísia\nTalim | Estónia | Vaduz | Liechtenstein\nTalim | Estónia | Valletta | Malta\nTalim | Estónia | Viena | Áustria\nTalim | Estónia | Vienciana | Laos\nTalim | Estónia | Vílnius | Lituânia\nTalim | Estónia | Varsóvia | Polónia\nTalim | Estónia | Windhoek | Namíbia\nTalim | Estónia | Erevan | Arménia\nTalim | Estónia | Zagreb | Croácia\nTalim | Estónia | Abuja | Nigéria\nTalim | Estónia | Acra | Gana\nTalim | Estónia | Argel | Argélia\nTalim | Estónia | Amã | Jordânia\nTalim | Estónia | Ancara | Turquia\nTalim | Estónia | Antananarivo | Madagáscar\nTalim | Estónia | Apia | Samoa\nTalim | Estónia | Asgabate | Turquemenistão\nTalim | Estónia | Asmara | Eritreia\nTalim | Estónia | Astana | Cazaquistão\nTalim | Estónia | Atenas | Grécia\nTalim | Estónia | Bagdade | Iraque\nTalim | Estónia | Baku | Azerbaijão\nTalim | Estónia | Bamako | Mali\nTalim | Estónia | Banguecoque | Tailândia\nTalim | Estónia | Banjul | Gâmbia\nTalim | Estónia | Pequim | China\nTalim | Estónia | Beirute | Líbano\nTalim | Estónia | Belgrado | Sérvia\nTalim | Estónia | Belmopã | Belize\nTalim | Estónia | Berlim | Alemanha\nTashkent | Uzbequistão | Tbilisi | Geórgia\nTashkent | Uzbequistão | Tegucigalpa | Honduras\nTashkent | Uzbequistão | Teerão | Irão\nTashkent | Uzbequistão | Timbu | Butão\nTashkent | Uzbequistão | Tirana | Albânia\nTashkent | Uzbequistão | Tóquio | Japão\nTashkent | Uzbequistão | Trípoli | Líbia\nTashkent | Uzbequistão | Tunes | Tunísia\nTashkent | Uzbequistão | Vaduz | Liechtenstein\nTashkent | Uzbequistão | Valletta | Malta\nTashkent | Uzbequistão | Viena | Áustria\nTashkent | Uzbequistão | Vienciana | Laos\nTashkent | Uzbequistão | Vílnius | Lituânia\nTashkent | Uzbequistão | Varsóvia | Polónia\nTashkent | Uzbequistão | Windhoek | Namíbia\nTashkent | Uzbequistão | Erevan | Arménia\nTashkent | Uzbequistão | Zagreb | Croácia\nTashkent | Uzbequistão | Abuja | Nigéria\nTashkent | Uzbequistão | Acra | Gana\nTashkent | Uzbequistão | Argel | Argélia\nTashkent | Uzbequistão | Amã | Jordânia\nTashkent | Uzbequistão | Ancara | Turquia\nTashkent | Uzbequistão | Antananarivo | Madagáscar\nTashkent | Uzbequistão | Apia | Samoa\nTashkent | Uzbequistão | Asgabate | Turquemenistão\nTashkent | Uzbequistão | Asmara | Eritreia\nTashkent | Uzbequistão | Astana | Cazaquistão\nTashkent | Uzbequistão | Atenas | Grécia\nTashkent | Uzbequistão | Bagdade | Iraque\nTashkent | Uzbequistão | Baku | Azerbaijão\nTashkent | Uzbequistão | Bamako | Mali\nTashkent | Uzbequistão | Banguecoque | Tailândia\nTashkent | Uzbequistão | Banjul | Gâmbia\nTashkent | Uzbequistão | Pequim | China\nTashkent | Uzbequistão | Beirute | Líbano\nTashkent | Uzbequistão | Belgrado | Sérvia\nTashkent | Uzbequistão | Belmopã | Belize\nTashkent | Uzbequistão | Berlim | Alemanha\nTashkent | Uzbequistão | Berna | Suíça\nTbilisi | Geórgia | Tegucigalpa | Honduras\nTbilisi | Geórgia | Teerão | Irão\nTbilisi | Geórgia | Timbu | Butão\nTbilisi | Geórgia | Tirana | Albânia\nTbilisi | Geórgia | Tóquio | Japão\nTbilisi | Geórgia | Trípoli | Líbia\nTbilisi | Geórgia | Tunes | Tunísia\nTbilisi | Geórgia | Vaduz | Liechtenstein\nTbilisi | Geórgia | Valletta | Malta\nTbilisi | Geórgia | Viena | Áustria\nTbilisi | Geórgia | Vienciana | Laos\nTbilisi | Geórgia | Vílnius | Lituânia\nTbilisi | Geórgia | Varsóvia | Polónia\nTbilisi | Geórgia | Windhoek | Namíbia\nTbilisi | Geórgia | Erevan | Arménia\nTbilisi | Geórgia | Zagreb | Croácia\nTbilisi | Geórgia | Abuja | Nigéria\nTbilisi | Geórgia | Acra | Gana\nTbilisi | Geórgia | Argel | Argélia\nTbilisi | Geórgia | Amã | Jordânia\nTbilisi | Geórgia | Ancara | Turquia\nTbilisi | Geórgia | Antananarivo | Madagáscar\nTbilisi | Geórgia | Apia | Samoa\nTbilisi | Geórgia | Asgabate | Turquemenistão\nTbilisi | Geórgia | Asmara | Eritreia\nTbilisi | Geórgia | Astana | Cazaquistão\nTbilisi | Geórgia | Atenas | Grécia\nTbilisi | Geórgia | Bagdade | Iraque\nTbilisi | Geórgia | Baku | Azerbaijão\nTbilisi | Geórgia | Bamako | Mali\nTbilisi | Geórgia | Banguecoque | Tailândia\nTbilisi | Geórgia | Banjul | Gâmbia\nTbilisi | Geórgia | Pequim | China\nTbilisi | Geórgia | Beirute | Líbano\nTbilisi | Geórgia | Belgrado | Sérvia\nTbilisi | Geórgia | Belmopã | Belize\nTbilisi | Geórgia | Berlim | Alemanha\nTbilisi | Geórgia | Berna | Suíça\nTbilisi | Geórgia | Bisqueque | Quirguistão\nTegucigalpa | Honduras | Teerão | Irão\nTegucigalpa | Honduras | Timbu | Butão\nTegucigalpa | Honduras | Tirana | Albânia\nTegucigalpa | Honduras | Tóquio | Japão\nTegucigalpa | Honduras | Trípoli | Líbia\nTegucigalpa | Honduras | Tunes | Tunísia\nTegucigalpa | Honduras | Vaduz | Liechtenstein\nTegucigalpa | Honduras | Valletta | Malta\nTegucigalpa | Honduras | Viena | Áustria\nTegucigalpa | Honduras | Vienciana | Laos\nTegucigalpa | Honduras | Vílnius | Lituânia\nTegucigalpa | Honduras | Varsóvia | Polónia\nTegucigalpa | Honduras | Windhoek | Namíbia\nTegucigalpa | Honduras | Erevan | Arménia\nTegucigalpa | Honduras | Zagreb | Croácia\nTegucigalpa | Honduras | Abuja | Nigéria\nTegucigalpa | Honduras | Acra | Gana\nTegucigalpa | Honduras | Argel | Argélia\nTegucigalpa | Honduras | Amã | Jordânia\nTegucigalpa | Honduras | Ancara | Turquia\nTegucigalpa | Honduras | Antananarivo | Madagáscar\nTegucigalpa | Honduras | Apia | Samoa\nTegucigalpa | Honduras | Asgabate | Turquemenistão\nTegucigalpa | Honduras | Asmara | Eritreia\nTegucigalpa | Honduras | Astana | Cazaquistão\nTegucigalpa | Honduras | Atenas | Grécia\nTegucigalpa | Honduras | Bagdade | Iraque\nTegucigalpa | Honduras | Baku | Azerbaijão\nTegucigalpa | Honduras | Bamako | Mali\nTegucigalpa | Honduras | Banguecoque | Tailândia\nTegucigalpa | Honduras | Banjul | Gâmbia\nTegucigalpa | Honduras | Pequim | China\nTegucigalpa | Honduras | Beirute | Líbano\nTegucigalpa | Honduras | Belgrado | Sérvia\nTegucigalpa | Honduras | Belmopã | Belize\nTegucigalpa | Honduras | Berlim | Alemanha\nTegucigalpa | Honduras | Berna | Suíça\nTegucigalpa | Honduras | Bisqueque | Quirguistão\nTegucigalpa | Honduras | Bratislava | Eslováquia\nTeerão | Irão | Timbu | Butão\nTeerão | Irão | Tirana | Albânia\nTeerão | Irão | Tóquio | Japão\nTeerão | Irão | Trípoli | Líbia\nTeerão | Irão | Tunes | Tunísia\nTeerão | Irão | Vaduz | Liechtenstein\nTeerão | Irão | Valletta | Malta\nTeerão | Irão | Viena | Áustria\nTeerão | Irão | Vienciana | Laos\nTeerão | Irão | Vílnius | Lituânia\nTeerão | Irão | Varsóvia | Polónia\nTeerão | Irão | Windhoek | Namíbia\nTeerão | Irão | Erevan | Arménia\nTeerão | Irão | Zagreb | Croácia\nTeerão | Irão | Abuja | Nigéria\nTeerão | Irão | Acra | Gana\nTeerão | Irão | Argel | Argélia\nTeerão | Irão | Amã | Jordânia\nTeerão | Irão | Ancara | Turquia\nTeerão | Irão | Antananarivo | Madagáscar\nTeerão | Irão | Apia | Samoa\nTeerão | Irão | Asgabate | Turquemenistão\nTeerão | Irão | Asmara | Eritreia\nTeerão | Irão | Astana | Cazaquistão\nTeerão | Irão | Atenas | Grécia\nTeerão | Irão | Bagdade | Iraque\nTeerão | Irão | Baku | Azerbaijão\nTeerão | Irão | Bamako | Mali\nTeerão | Irão | Banguecoque | Tailândia\nTeerão | Irão | Banjul | Gâmbia\nTeerão | Irão | Pequim | China\nTeerão | Irão | Beirute | Líbano\nTeerão | Irão | Belgrado | Sérvia\nTeerão | Irão | Belmopã | Belize\nTeerão | Irão | Berlim | Alemanha\nTeerão | Irão | Berna | Suíça\nTeerão | Irão | Bisqueque | Quirguistão\nTeerão | Irão | Bratislava | Eslováquia\nTeerão | Irão | Bruxelas | Bélgica\nTimbu | Butão | Tirana | Albânia\nTimbu | Butão | Tóquio | Japão\nTimbu | Butão | Trípoli | Líbia\nTimbu | Butão | Tunes | Tunísia\nTimbu | Butão | Vaduz | Liechtenstein\nTimbu | Butão | Valletta | Malta\nTimbu | Butão | Viena | Áustria\nTimbu | Butão | Vienciana | Laos\nTimbu | Butão | Vílnius | Lituânia\nTimbu | Butão | Varsóvia | Polónia\nTimbu | Butão | Windhoek | Namíbia\nTimbu | Butão | Erevan | Arménia\nTimbu | Butão | Zagreb | Croácia\nTimbu | Butão | Abuja | Nigéria\nTimbu | Butão | Acra | Gana\nTimbu | Butão | Argel | Argélia\nTimbu | Butão | Amã | Jordânia\nTimbu | Butão | Ancara | Turquia\nTimbu | Butão | Antananarivo | Madagáscar\nTimbu | Butão | Apia | Samoa\nTimbu | Butão | Asgabate | Turquemenistão\nTimbu | Butão | Asmara | Eritreia\nTimbu | Butão | Astana | Cazaquistão\nTimbu | Butão | Atenas | Grécia\nTimbu | Butão | Bagdade | Iraque\nTimbu | Butão | Baku | Azerbaijão\nTimbu | Butão | Bamako | Mali\nTimbu | Butão | Banguecoque | Tailândia\nTimbu | Butão | Banjul | Gâmbia\nTimbu | Butão | Pequim | China\nTimbu | Butão | Beirute | Líbano\nTimbu | Butão | Belgrado | Sérvia\nTimbu | Butão | Belmopã | Belize\nTimbu | Butão | Berlim | Alemanha\nTimbu | Butão | Berna | Suíça\nTimbu | Butão | Bisqueque | Quirguistão\nTimbu | Butão | Bratislava | Eslováquia\nTimbu | Butão | Bruxelas | Bélgica\nTimbu | Butão | Bucareste | Roménia\nTirana | Albânia | Tóquio | Japão\nTirana | Albânia | Trípoli | Líbia\nTirana | Albânia | Tunes | Tunísia\nTirana | Albânia | Vaduz | Liechtenstein\nTirana | Albânia | Valletta | Malta\nTirana | Albânia | Viena | Áustria\nTirana | Albânia | Vienciana | Laos\nTirana | Albânia | Vílnius | Lituânia\nTirana | Albânia | Varsóvia | Polónia\nTirana | Albânia | Windhoek | Namíbia\nTirana | Albânia | Erevan | Arménia\nTirana | Albânia | Zagreb | Croácia\nTirana | Albânia | Abuja | Nigéria\nTirana | Albânia | Acra | Gana\nTirana | Albânia | Argel | Argélia\nTirana | Albânia | Amã | Jordânia\nTirana | Albânia | Ancara | Turquia\nTirana | Albânia | Antananarivo | Madagáscar\nTirana | Albânia | Apia | Samoa\nTirana | Albânia | Asgabate | Turquemenistão\nTirana | Albânia | Asmara | Eritreia\nTirana | Albânia | Astana | Cazaquistão\nTirana | Albânia | Atenas | Grécia\nTirana | Albânia | Bagdade | Iraque\nTirana | Albânia | Baku | Azerbaijão\nTirana | Albânia | Bamako | Mali\nTirana | Albânia | Banguecoque | Tailândia\nTirana | Albânia | Banjul | Gâmbia\nTirana | Albânia | Pequim | China\nTirana | Albânia | Beirute | Líbano\nTirana | Albânia | Belgrado | Sérvia\nTirana | Albânia | Belmopã | Belize\nTirana | Albânia | Berlim | Alemanha\nTirana | Albânia | Berna | Suíça\nTirana | Albânia | Bisqueque | Quirguistão\nTirana | Albânia | Bratislava | Eslováquia\nTirana | Albânia | Bruxelas | Bélgica\nTirana | Albânia | Bucareste | Roménia\nTirana | Albânia | Budapeste | Hungria\nTóquio | Japão | Trípoli | Líbia\nTóquio | Japão | Tunes | Tunísia\nTóquio | Japão | Vaduz | Liechtenstein\nTóquio | Japão | Valletta | Malta\nTóquio | Japão | Viena | Áustria\nTóquio | Japão | Vienciana | Laos\nTóquio | Japão | Vílnius | Lituânia\nTóquio | Japão | Varsóvia | Polónia\nTóquio | Japão | Windhoek | Namíbia\nTóquio | Japão | Erevan | Arménia\nTóquio | Japão | Zagreb | Croácia\nTóquio | Japão | Abuja | Nigéria\nTóquio | Japão | Acra | Gana\nTóquio | Japão | Argel | Argélia\nTóquio | Japão | Amã | Jordânia\nTóquio | Japão | Ancara | Turquia\nTóquio | Japão | Antananarivo | Madagáscar\nTóquio | Japão | Apia | Samoa\nTóquio | Japão | Asgabate | Turquemenistão\nTóquio | Japão | Asmara | Eritreia\nTóquio | Japão | Astana | Cazaquistão\nTóquio | Japão | Atenas | Grécia\nTóquio | Japão | Bagdade | Iraque\nTóquio | Japão | Baku | Azerbaijão\nTóquio | Japão | Bamako | Mali\nTóquio | Japão | Banguecoque | Tailândia\nTóquio | Japão | Banjul | Gâmbia\nTóquio | Japão | Pequim | China\nTóquio | Japão | Beirute | Líbano\nTóquio | Japão | Belgrado | Sérvia\nTóquio | Japão | Belmopã | Belize\nTóquio | Japão | Berlim | Alemanha\nTóquio | Japão | Berna | Suíça\nTóquio | Japão | Bisqueque | Quirguistão\nTóquio | Japão | Bratislava | Eslováquia\nTóquio | Japão | Bruxelas | Bélgica\nTóquio | Japão | Bucareste | Roménia\nTóquio | Japão | Budapeste | Hungria\nTóquio | Japão | Bujumbura | Burundi\nTrípoli | Líbia | Tunes | Tunísia\nTrípoli | Líbia | Vaduz | Liechtenstein\nTrípoli | Líbia | Valletta | Malta\nTrípoli | Líbia | Viena | Áustria\nTrípoli | Líbia | Vienciana | Laos\nTrípoli | Líbia | Vílnius | Lituânia\nTrípoli | Líbia | Varsóvia | Polónia\nTrípoli | Líbia | Windhoek | Namíbia\nTrípoli | Líbia | Erevan | Arménia\nTrípoli | Líbia | Zagreb | Croácia\nTrípoli | Líbia | Abuja | Nigéria\nTrípoli | Líbia | Acra | Gana\nTrípoli | Líbia | Argel | Argélia\nTrípoli | Líbia | Amã | Jordânia\nTrípoli | Líbia | Ancara | Turquia\nTrípoli | Líbia | Antananarivo | Madagáscar\nTrípoli | Líbia | Apia | Samoa\nTrípoli | Líbia | Asgabate | Turquemenistão\nTrípoli | Líbia | Asmara | Eritreia\nTrípoli | Líbia | Astana | Cazaquistão\nTrípoli | Líbia | Atenas | Grécia\nTrípoli | Líbia | Bagdade | Iraque\nTrípoli | Líbia | Baku | Azerbaijão\nTrípoli | Líbia | Bamako | Mali\nTrípoli | Líbia | Banguecoque | Tailândia\nTrípoli | Líbia | Banjul | Gâmbia\nTrípoli | Líbia | Pequim | China\nTrípoli | Líbia | Beirute | Líbano\nTrípoli | Líbia | Belgrado | Sérvia\nTrípoli | Líbia | Belmopã | Belize\nTrípoli | Líbia | Berlim | Alemanha\nTrípoli | Líbia | Berna | Suíça\nTrípoli | Líbia | Bisqueque | Quirguistão\nTrípoli | Líbia | Bratislava | Eslováquia\nTrípoli | Líbia | Bruxelas | Bélgica\nTrípoli | Líbia | Bucareste | Roménia\nTrípoli | Líbia | Budapeste | Hungria\nTrípoli | Líbia | Bujumbura | Burundi\nTrípoli | Líbia | Cairo | Egito\nTunes | Tunísia | Vaduz | Liechtenstein\nTunes | Tunísia | Valletta | Malta\nTunes | Tunísia | Viena | Áustria\nTunes | Tunísia | Vienciana | Laos\nTunes | Tunísia | Vílnius | Lituânia\nTunes | Tunísia | Varsóvia | Polónia\nTunes | Tunísia | Windhoek | Namíbia\nTunes | Tunísia | Erevan | Arménia\nTunes | Tunísia | Zagreb | Croácia\nTunes | Tunísia | Abuja | Nigéria\nTunes | Tunísia | Acra | Gana\nTunes | Tunísia | Argel | Argélia\nTunes | Tunísia | Amã | Jordânia\nTunes | Tunísia | Ancara | Turquia\nTunes | Tunísia | Antananarivo | Madagáscar\nTunes | Tunísia | Apia | Samoa\nTunes | Tunísia | Asgabate | Turquemenistão\nTunes | Tunísia | Asmara | Eritreia\nTunes | Tunísia | Astana | Cazaquistão\nTunes | Tunísia | Atenas | Grécia\nTunes | Tunísia | Bagdade | Iraque\nTunes | Tunísia | Baku | Azerbaijão\nTunes | Tunísia | Bamako | Mali\nTunes | Tunísia | Banguecoque | Tailândia\nTunes | Tunísia | Banjul | Gâmbia\nTunes | Tunísia | Pequim | China\nTunes | Tunísia | Beirute | Líbano\nTunes | Tunísia | Belgrado | Sérvia\nTunes | Tunísia | Belmopã | Belize\nTunes | Tunísia | Berlim | Alemanha\nTunes | Tunísia | Berna | Suíça\nTunes | Tunísia | Bisqueque | Quirguistão\nTunes | Tunísia | Bratislava | Eslováquia\nTunes | Tunísia | Bruxelas | Bélgica\nTunes | Tunísia | Bucareste | Roménia\nTunes | Tunísia | Budapeste | Hungria\nTunes | Tunísia | Bujumbura | Burundi\nTunes | Tunísia | Cairo | Egito\nTunes | Tunísia | Camberra | Austrália\nVaduz | Liechtenstein | Valletta | Malta\nVaduz | Liechtenstein | Viena | Áustria\nVaduz | Liechtenstein | Vienciana | Laos\nVaduz | Liechtenstein | Vílnius | Lituânia\nVaduz | Liechtenstein | Varsóvia | Polónia\nVaduz | Liechtenstein | Windhoek | Namíbia\nVaduz | Liechtenstein | Erevan | Arménia\nVaduz | Liechtenstein | Zagreb | Croácia\nVaduz | Liechtenstein | Abuja | Nigéria\nVaduz | Liechtenstein | Acra | Gana\nVaduz | Liechtenstein | Argel | Argélia\nVaduz | Liechtenstein | Amã | Jordânia\nVaduz | Liechtenstein | Ancara | Turquia\nVaduz | Liechtenstein | Antananarivo | Madagáscar\nVaduz | Liechtenstein | Apia | Samoa\nVaduz | Liechtenstein | Asgabate | Turquemenistão\nVaduz | Liechtenstein | Asmara | Eritreia\nVaduz | Liechtenstein | Astana | Cazaquistão\nVaduz | Liechtenstein | Atenas | Grécia\nVaduz | Liechtenstein | Bagdade | Iraque\nVaduz | Liechtenstein | Baku | Azerbaijão\nVaduz | Liechtenstein | Bamako | Mali\nVaduz | Liechtenstein | Banguecoque | Tailândia\nVaduz | Liechtenstein | Banjul | Gâmbia\nVaduz | Liechtenstein | Pequim | China\nVaduz | Liechtenstein | Beirute | Líbano\nVaduz | Liechtenstein | Belgrado | Sérvia\nVaduz | Liechtenstein | Belmopã | Belize\nVaduz | Liechtenstein | Berlim | Alemanha\nVaduz | Liechtenstein | Berna | Suíça\nVaduz | Liechtenstein | Bisqueque | Quirguistão\nVaduz | Liechtenstein | Bratislava | Eslováquia\nVaduz | Liechtenstein | Bruxelas | Bélgica\nVaduz | Liechtenstein | Bucareste | Roménia\nVaduz | Liechtenstein | Budapeste | Hungria\nVaduz | Liechtenstein | Bujumbura | Burundi\nVaduz | Liechtenstein | Cairo | Egito\nVaduz | Liechtenstein | Camberra | Austrália\nVaduz | Liechtenstein | Caracas | Venezuela\nValletta | Malta | Viena | Áustria\nValletta | Malta | Vienciana | Laos\nValletta | Malta | Vílnius | Lituânia\nValletta | Malta | Varsóvia | Polónia\nValletta | Malta | Windhoek | Namíbia\nValletta | Malta | Erevan | Arménia\nValletta | Malta | Zagreb | Croácia\nValletta | Malta | Abuja | Nigéria\nValletta | Malta | Acra | Gana\nValletta | Malta | Argel | Argélia\nValletta | Malta | Amã | Jordânia\nValletta | Malta | Ancara | Turquia\nValletta | Malta | Antananarivo | Madagáscar\nValletta | Malta | Apia | Samoa\nValletta | Malta | Asgabate | Turquemenistão\nValletta | Malta | Asmara | Eritreia\nValletta | Malta | Astana | Cazaquistão\nValletta | Malta | Atenas | Grécia\nValletta | Malta | Bagdade | Iraque\nValletta | Malta | Baku | Azerbaijão\nValletta | Malta | Bamako | Mali\nValletta | Malta | Banguecoque | Tailândia\nValletta | Malta | Banjul | Gâmbia\nValletta | Malta | Pequim | China\nValletta | Malta | Beirute | Líbano\nValletta | Malta | Belgrado | Sérvia\nValletta | Malta | Belmopã | Belize\nValletta | Malta | Berlim | Alemanha\nValletta | Malta | Berna | Suíça\nValletta | Malta | Bisqueque | Quirguistão\nValletta | Malta | Bratislava | Eslováquia\nValletta | Malta | Bruxelas | Bélgica\nValletta | Malta | Bucareste | Roménia\nValletta | Malta | Budapeste | Hungria\nValletta | Malta | Bujumbura | Burundi\nValletta | Malta | Cairo | Egito\nValletta | Malta | Camberra | Austrália\nValletta | Malta | Caracas | Venezuela\nValletta | Malta | Chisinau | Moldávia\nViena | Áustria | Vienciana | Laos\nViena | Áustria | Vílnius | Lituânia\nViena | Áustria | Varsóvia | Polónia\nViena | Áustria | Windhoek | Namíbia\nViena | Áustria | Erevan | Arménia\nViena | Áustria | Zagreb | Croácia\nViena | Áustria | Abuja | Nigéria\nViena | Áustria | Acra | Gana\nViena | Áustria | Argel | Argélia\nViena | Áustria | Amã | Jordânia\nViena | Áustria | Ancara | Turquia\nViena | Áustria | Antananarivo | Madagáscar\nViena | Áustria | Apia | Samoa\nViena | Áustria | Asgabate | Turquemenistão\nViena | Áustria | Asmara | Eritreia\nViena | Áustria | Astana | Cazaquistão\nViena | Áustria | Atenas | Grécia\nViena | Áustria | Bagdade | Iraque\nViena | Áustria | Baku | Azerbaijão\nViena | Áustria | Bamako | Mali\nViena | Áustria | Banguecoque | Tailândia\nViena | Áustria | Banjul | Gâmbia\nViena | Áustria | Pequim | China\nViena | Áustria | Beirute | Líbano\nViena | Áustria | Belgrado | Sérvia\nViena | Áustria | Belmopã | Belize\nViena | Áustria | Berlim | Alemanha\nViena | Áustria | Berna | Suíça\nViena | Áustria | Bisqueque | Quirguistão\nViena | Áustria | Bratislava | Eslováquia\nViena | Áustria | Bruxelas | Bélgica\nViena | Áustria | Bucareste | Roménia\nViena | Áustria | Budapeste | Hungria\nViena | Áustria | Bujumbura | Burundi\nViena | Áustria | Cairo | Egito\nViena | Áustria | Camberra | Austrália\nViena | Áustria | Caracas | Venezuela\nViena | Áustria | Chisinau | Moldávia\nViena | Áustria | Conacri | Guiné\nVienciana | Laos | Vílnius | Lituânia\nVienciana | Laos | Varsóvia | Polónia\nVienciana | Laos | Windhoek | Namíbia\nVienciana | Laos | Erevan | Arménia\nVienciana | Laos | Zagreb | Croácia\nVienciana | Laos | Abuja | Nigéria\nVienciana | Laos | Acra | Gana\nVienciana | Laos | Argel | Argélia\nVienciana | Laos | Amã | Jordânia\nVienciana | Laos | Ancara | Turquia\nVienciana | Laos | Antananarivo | Madagáscar\nVienciana | Laos | Apia | Samoa\nVienciana | Laos | Asgabate | Turquemenistão\nVienciana | Laos | Asmara | Eritreia\nVienciana | Laos | Astana | Cazaquistão\nVienciana | Laos | Atenas | Grécia\nVienciana | Laos | Bagdade | Iraque\nVienciana | Laos | Baku | Azerbaijão\nVienciana | Laos | Bamako | Mali\nVienciana | Laos | Banguecoque | Tailândia\nVienciana | Laos | Banjul | Gâmbia\nVienciana | Laos | Pequim | China\nVienciana | Laos | Beirute | Líbano\nVienciana | Laos | Belgrado | Sérvia\nVienciana | Laos | Belmopã | Belize\nVienciana | Laos | Berlim | Alemanha\nVienciana | Laos | Berna | Suíça\nVienciana | Laos | Bisqueque | Quirguistão\nVienciana | Laos | Bratislava | Eslováquia\nVienciana | Laos | Bruxelas | Bélgica\nVienciana | Laos | Bucareste | Roménia\nVienciana | Laos | Budapeste | Hungria\nVienciana | Laos | Bujumbura | Burundi\nVienciana | Laos | Cairo | Egito\nVienciana | Laos | Camberra | Austrália\nVienciana | Laos | Caracas | Venezuela\nVienciana | Laos | Chisinau | Moldávia\nVienciana | Laos | Conacri | Guiné\nVienciana | Laos | Copenhaga | Dinamarca\nVílnius | Lituânia | Varsóvia | Polónia\nVílnius | Lituânia | Windhoek | Namíbia\nVílnius | Lituânia | Erevan | Arménia\nVílnius | Lituânia | Zagreb | Croácia\nVílnius | Lituânia | Abuja | Nigéria\nVílnius | Lituânia | Acra | Gana\nVílnius | Lituânia | Argel | Argélia\nVílnius | Lituânia | Amã | Jordânia\nVílnius | Lituânia | Ancara | Turquia\nVílnius | Lituânia | Antananarivo | Madagáscar\nVílnius | Lituânia | Apia | Samoa\nVílnius | Lituânia | Asgabate | Turquemenistão\nVílnius | Lituânia | Asmara | Eritreia\nVílnius | Lituânia | Astana | Cazaquistão\nVílnius | Lituânia | Atenas | Grécia\nVílnius | Lituânia | Bagdade | Iraque\nVílnius | Lituânia | Baku | Azerbaijão\nVílnius | Lituânia | Bamako | Mali\nVílnius | Lituânia | Banguecoque | Tailândia\nVílnius | Lituânia | Banjul | Gâmbia\nVílnius | Lituânia | Pequim | China\nVílnius | Lituânia | Beirute | Líbano\nVílnius | Lituânia | Belgrado | Sérvia\nVílnius | Lituânia | Belmopã | Belize\nVílnius | Lituânia | Berlim | Alemanha\nVílnius | Lituânia | Berna | Suíça\nVílnius | Lituânia | Bisqueque | Quirguistão\nVílnius | Lituânia | Bratislava | Eslováquia\nVílnius | Lituânia | Bruxelas | Bélgica\nVílnius | Lituânia | Bucareste | Roménia\nVílnius | Lituânia | Budapeste | Hungria\nVílnius | Lituânia | Bujumbura | Burundi\nVílnius | Lituânia | Cairo | Egito\nVílnius | Lituânia | Camberra | Austrália\nVílnius | Lituânia | Caracas | Venezuela\nVílnius | Lituânia | Chisinau | Moldávia\nVílnius | Lituânia | Conacri | Guiné\nVílnius | Lituânia | Copenhaga | Dinamarca\nVílnius | Lituânia | Dacar | Senegal\nVarsóvia | Polónia | Windhoek | Namíbia\nVarsóvia | Polónia | Erevan | Arménia\nVarsóvia | Polónia | Zagreb | Croácia\nVarsóvia | Polónia | Abuja | Nigéria\nVarsóvia | Polónia | Acra | Gana\nVarsóvia | Polónia | Argel | Argélia\nVarsóvia | Polónia | Amã | Jordânia\nVarsóvia | Polónia | Ancara | Turquia\nVarsóvia | Polónia | Antananarivo | Madagáscar\nVarsóvia | Polónia | Apia | Samoa\nVarsóvia | Polónia | Asgabate | Turquemenistão\nVarsóvia | Polónia | Asmara | Eritreia\nVarsóvia | Polónia | Astana | Cazaquistão\nVarsóvia | Polónia | Atenas | Grécia\nVarsóvia | Polónia | Bagdade | Iraque\nVarsóvia | Polónia | Baku | Azerbaijão\nVarsóvia | Polónia | Bamako | Mali\nVarsóvia | Polónia | Banguecoque | Tailândia\nVarsóvia | Polónia | Banjul | Gâmbia\nVarsóvia | Polónia | Pequim | China\nVarsóvia | Polónia | Beirute | Líbano\nVarsóvia | Polónia | Belgrado | Sérvia\nVarsóvia | Polónia | Belmopã | Belize\nVarsóvia | Polónia | Berlim | Alemanha\nVarsóvia | Polónia | Berna | Suíça\nVarsóvia | Polónia | Bisqueque | Quirguistão\nVarsóvia | Polónia | Bratislava | Eslováquia\nVarsóvia | Polónia | Bruxelas | Bélgica\nVarsóvia | Polónia | Bucareste | Roménia\nVarsóvia | Polónia | Budapeste | Hungria\nVarsóvia | Polónia | Bujumbura | Burundi\nVarsóvia | Polónia | Cairo | Egito\nVarsóvia | Polónia | Camberra | Austrália\nVarsóvia | Polónia | Caracas | Venezuela\nVarsóvia | Polónia | Chisinau | Moldávia\nVarsóvia | Polónia | Conacri | Guiné\nVarsóvia | Polónia | Copenhaga | Dinamarca\nVarsóvia | Polónia | Dacar | Senegal\nVarsóvia | Polónia | Damasco | Síria\nWindhoek | Namíbia | Erevan | Arménia\nWindhoek | Namíbia | Zagreb | Croácia\nWindhoek | Namíbia | Abuja | Nigéria\nWindhoek | Namíbia | Acra | Gana\nWindhoek | Namíbia | Argel | Argélia\nWindhoek | Namíbia | Amã | Jordânia\nWindhoek | Namíbia | Ancara | Turquia\nWindhoek | Namíbia | Antananarivo | Madagáscar\nWindhoek | Namíbia | Apia | Samoa\nWindhoek | Namíbia | Asgabate | Turquemenistão\nWindhoek | Namíbia | Asmara | Eritreia\nWindhoek | Namíbia | Astana | Cazaquistão\nWindhoek | Namíbia | Atenas | Grécia\nWindhoek | Namíbia | Bagdade | Iraque\nWindhoek | Namíbia | Baku | Azerbaijão\nWindhoek | Namíbia | Bamako | Mali\nWindhoek | Namíbia | Banguecoque | Tailândia\nWindhoek | Namíbia | Banjul | Gâmbia\nWindhoek | Namíbia | Pequim | China\nWindhoek | Namíbia | Beirute | Líbano\nWindhoek | Namíbia | Belgrado | Sérvia\nWindhoek | Namíbia | Belmopã | Belize\nWindhoek | Namíbia | Berlim | Alemanha\nWindhoek | Namíbia | Berna | Suíça\nWindhoek | Namíbia | Bisqueque | Quirguistão\nWindhoek | Namíbia | Bratislava | Eslováquia\nWindhoek | Namíbia | Bruxelas | Bélgica\nWindhoek | Namíbia | Bucareste | Roménia\nWindhoek | Namíbia | Budapeste | Hungria\nWindhoek | Namíbia | Bujumbura | Burundi\nWindhoek | Namíbia | Cairo | Egito\nWindhoek | Namíbia | Camberra | Austrália\nWindhoek | Namíbia | Caracas | Venezuela\nWindhoek | Namíbia | Chisinau | Moldávia\nWindhoek | Namíbia | Conacri | Guiné\nWindhoek | Namíbia | Copenhaga | Dinamarca\nWindhoek | Namíbia | Dacar | Senegal\nWindhoek | Namíbia | Damasco | Síria\nWindhoek | Namíbia | Daca | Bangladeche\nErevan | Arménia | Zagreb | Croácia\nErevan | Arménia | Abuja | Nigéria\nErevan | Arménia | Acra | Gana\nErevan | Arménia | Argel | Argélia\nErevan | Arménia | Amã | Jordânia\nErevan | Arménia | Ancara | Turquia\nErevan | Arménia | Antananarivo | Madagáscar\nErevan | Arménia | Apia | Samoa\nErevan | Arménia | Asgabate | Turquemenistão\nErevan | Arménia | Asmara | Eritreia\nErevan | Arménia | Astana | Cazaquistão\nErevan | Arménia | Atenas | Grécia\nErevan | Arménia | Bagdade | Iraque\nErevan | Arménia | Baku | Azerbaijão\nErevan | Arménia | Bamako | Mali\nErevan | Arménia | Banguecoque | Tailândia\nErevan | Arménia | Banjul | Gâmbia\nErevan | Arménia | Pequim | China\nErevan | Arménia | Beirute | Líbano\nErevan | Arménia | Belgrado | Sérvia\nErevan | Arménia | Belmopã | Belize\nErevan | Arménia | Berlim | Alemanha\nErevan | Arménia | Berna | Suíça\nErevan | Arménia | Bisqueque | Quirguistão\nErevan | Arménia | Bratislava | Eslováquia\nErevan | Arménia | Bruxelas | Bélgica\nErevan | Arménia | Bucareste | Roménia\nErevan | Arménia | Budapeste | Hungria\nErevan | Arménia | Bujumbura | Burundi\nErevan | Arménia | Cairo | Egito\nErevan | Arménia | Camberra | Austrália\nErevan | Arménia | Caracas | Venezuela\nErevan | Arménia | Chisinau | Moldávia\nErevan | Arménia | Conacri | Guiné\nErevan | Arménia | Copenhaga | Dinamarca\nErevan | Arménia | Dacar | Senegal\nErevan | Arménia | Damasco | Síria\nErevan | Arménia | Daca | Bangladeche\nErevan | Arménia | Doa | Catar\nZagreb | Croácia | Abuja | Nigéria\nZagreb | Croácia | Acra | Gana\nZagreb | Croácia | Argel | Argélia\nZagreb | Croácia | Amã | Jordânia\nZagreb | Croácia | Ancara | Turquia\nZagreb | Croácia | Antananarivo | Madagáscar\nZagreb | Croácia | Apia | Samoa\nZagreb | Croácia | Asgabate | Turquemenistão\nZagreb | Croácia | Asmara | Eritreia\nZagreb | Croácia | Astana | Cazaquistão\nZagreb | Croácia | Atenas | Grécia\nZagreb | Croácia | Bagdade | Iraque\nZagreb | Croácia | Baku | Azerbaijão\nZagreb | Croácia | Bamako | Mali\nZagreb | Croácia | Banguecoque | Tailândia\nZagreb | Croácia | Banjul | Gâmbia\nZagreb | Croácia | Pequim | China\nZagreb | Croácia | Beirute | Líbano\nZagreb | Croácia | Belgrado | Sérvia\nZagreb | Croácia | Belmopã | Belize\nZagreb | Croácia | Berlim | Alemanha\nZagreb | Croácia | Berna | Suíça\nZagreb | Croácia | Bisqueque | Quirguistão\nZagreb | Croácia | Bratislava | Eslováquia\nZagreb | Croácia | Bruxelas | Bélgica\nZagreb | Croácia | Bucareste | Roménia\nZagreb | Croácia | Budapeste | Hungria\nZagreb | Croácia | Bujumbura | Burundi\nZagreb | Croácia | Cairo | Egito\nZagreb | Croácia | Camberra | Austrália\nZagreb | Croácia | Caracas | Venezuela\nZagreb | Croácia | Chisinau | Moldávia\nZagreb | Croácia | Conacri | Guiné\nZagreb | Croácia | Copenhaga | Dinamarca\nZagreb | Croácia | Dacar | Senegal\nZagreb | Croácia | Damasco | Síria\nZagreb | Croácia | Daca | Bangladeche\nZagreb | Croácia | Doa | Catar\nZagreb | Croácia | Dublim | Irlanda\n: | currency\nArgélia | dinar | Angola | kwanza\nArgélia | dinar | Argentina | peso\nArgélia | dinar | Arménia | dram\nArgélia | dinar | Brasil | real\nArgélia | dinar | Bulgária | lev\nArgélia | dinar | Cambodja | riel\nArgélia | dinar | Canadá | dólar\nArgélia | dinar | Croácia | kuna\nArgélia | dinar | Dinamarca | coroa\nArgélia | dinar | Europa | euro\nArgélia | dinar | Hungria | florim\nArgélia | dinar | Índia | rupia\nArgélia | dinar | Irão | rial\nArgélia | dinar | Japão | Iene\nArgélia | dinar | Coreia | won\nArgélia | dinar | Letónia | lats\nArgélia | dinar | Lituânia | litas\nArgélia | dinar | Macedónia | dinar\nArgélia | dinar | Malásia | ringgit\nArgélia | dinar | México | peso\nArgélia | dinar | Nigéria | naira\nArgélia | dinar | Polónia | zlóti\nArgélia | dinar | Roménia | leu\nArgélia | dinar | Rússia | rublo\nArgélia | dinar | Suécia | coroa\nArgélia | dinar | Tailândia | baht\nArgélia | dinar | Ucrânia | grívnia\nArgélia | dinar | EUA | dólar\nArgélia | dinar | Vietname | dongue\nAngola | kwanza | Argentina | peso\nAngola | kwanza | Arménia | dram\nAngola | kwanza | Brasil | real\nAngola | kwanza | Bulgária | lev\nAngola | kwanza | Cambodja | riel\nAngola | kwanza | Canadá | dólar\nAngola | kwanza | Croácia | kuna\nAngola | kwanza | Dinamarca | coroa\nAngola | kwanza | Europa | euro\nAngola | kwanza | Hungria | florim\nAngola | kwanza | Índia | rupia\nAngola | kwanza | Irão | rial\nAngola | kwanza | Japão | Iene\nAngola | kwanza | Coreia | won\nAngola | kwanza | Letónia | lats\nAngola | kwanza | Lituânia | litas\nAngola | kwanza | Macedónia | dinar\nAngola | kwanza | Malásia | ringgit\nAngola | kwanza | México | peso\nAngola | kwanza | Nigéria | naira\nAngola | kwanza | Polónia | zlóti\nAngola | kwanza | Roménia | leu\nAngola | kwanza | Rússia | rublo\nAngola | kwanza | Suécia | coroa\nAngola | kwanza | Tailândia | baht\nAngola | kwanza | Ucrânia | grívnia\nAngola | kwanza | EUA | dólar\nAngola | kwanza | Vietname | dongue\nAngola | kwanza | Argélia | dinar\nArgentina | peso | Arménia | dram\nArgentina | peso | Brasil | real\nArgentina | peso | Bulgária | lev\nArgentina | peso | Cambodja | riel\nArgentina | peso | Canadá | dólar\nArgentina | peso | Croácia | kuna\nArgentina | peso | Dinamarca | coroa\nArgentina | peso | Europa | euro\nArgentina | peso | Hungria | florim\nArgentina | peso | Índia | rupia\nArgentina | peso | Irão | rial\nArgentina | peso | Japão | Iene\nArgentina | peso | Coreia | won\nArgentina | peso | Letónia | lats\nArgentina | peso | Lituânia | litas\nArgentina | peso | Macedónia | dinar\nArgentina | peso | Malásia | ringgit\nArgentina | peso | Nigéria | naira\nArgentina | peso | Polónia | zlóti\nArgentina | peso | Roménia | leu\nArgentina | peso | Rússia | rublo\nArgentina | peso | Suécia | coroa\nArgentina | peso | Tailândia | baht\nArgentina | peso | Ucrânia | grívnia\nArgentina | peso | EUA | dólar\nArgentina | peso | Vietname | dongue\nArgentina | peso | Argélia | dinar\nArgentina | peso | Angola | kwanza\nArménia | dram | Brasil | real\nArménia | dram | Bulgária | lev\nArménia | dram | Cambodja | riel\nArménia | dram | Canadá | dólar\nArménia | dram | Croácia | kuna\nArménia | dram | Dinamarca | coroa\nArménia | dram | Europa | euro\nArménia | dram | Hungria | florim\nArménia | dram | Índia | rupia\nArménia | dram | Irão | rial\nArménia | dram | Japão | Iene\nArménia | dram | Coreia | won\nArménia | dram | Letónia | lats\nArménia | dram | Lituânia | litas\nArménia | dram | Macedónia | dinar\nArménia | dram | Malásia | ringgit\nArménia | dram | México | peso\nArménia | dram | Nigéria | naira\nArménia | dram | Polónia | zlóti\nArménia | dram | Roménia | leu\nArménia | dram | Rússia | rublo\nArménia | dram | Suécia | coroa\nArménia | dram | Tailândia | baht\nArménia | dram | Ucrânia | grívnia\nArménia | dram | EUA | dólar\nArménia | dram | Vietname | dongue\nArménia | dram | Argélia | dinar\nArménia | dram | Angola | kwanza\nArménia | dram | Argentina | peso\nBrasil | real | Bulgária | lev\nBrasil | real | Cambodja | riel\nBrasil | real | Canadá | dólar\nBrasil | real | Croácia | kuna\nBrasil | real | Dinamarca | coroa\nBrasil | real | Europa | euro\nBrasil | real | Hungria | florim\nBrasil | real | Índia | rupia\nBrasil | real | Irão | rial\nBrasil | real | Japão | Iene\nBrasil | real | Coreia | won\nBrasil | real | Letónia | lats\nBrasil | real | Lituânia | litas\nBrasil | real | Macedónia | dinar\nBrasil | real | Malásia | ringgit\nBrasil | real | México | peso\nBrasil | real | Nigéria | naira\nBrasil | real | Polónia | zlóti\nBrasil | real | Roménia | leu\nBrasil | real | Rússia | rublo\nBrasil | real | Suécia | coroa\nBrasil | real | Tailândia | baht\nBrasil | real | Ucrânia | grívnia\nBrasil | real | EUA | dólar\nBrasil | real | Vietname | dongue\nBrasil | real | Argélia | dinar\nBrasil | real | Angola | kwanza\nBrasil | real | Argentina | peso\nBrasil | real | Arménia | dram\nBulgária | lev | Cambodja | riel\nBulgária | lev | Canadá | dólar\nBulgária | lev | Croácia | kuna\nBulgária | lev | Dinamarca | coroa\nBulgária | lev | Europa | euro\nBulgária | lev | Hungria | florim\nBulgária | lev | Índia | rupia\nBulgária | lev | Irão | rial\nBulgária | lev | Japão | Iene\nBulgária | lev | Coreia | won\nBulgária | lev | Letónia | lats\nBulgária | lev | Lituânia | litas\nBulgária | lev | Macedónia | dinar\nBulgária | lev | Malásia | ringgit\nBulgária | lev | México | peso\nBulgária | lev | Nigéria | naira\nBulgária | lev | Polónia | zlóti\nBulgária | lev | Roménia | leu\nBulgária | lev | Rússia | rublo\nBulgária | lev | Suécia | coroa\nBulgária | lev | Tailândia | baht\nBulgária | lev | Ucrânia | grívnia\nBulgária | lev | EUA | dólar\nBulgária | lev | Vietname | dongue\nBulgária | lev | Argélia | dinar\nBulgária | lev | Angola | kwanza\nBulgária | lev | Argentina | peso\nBulgária | lev | Arménia | dram\nBulgária | lev | Brasil | real\nCambodja | riel | Canadá | dólar\nCambodja | riel | Croácia | kuna\nCambodja | riel | Dinamarca | coroa\nCambodja | riel | Europa | euro\nCambodja | riel | Hungria | florim\nCambodja | riel | Índia | rupia\nCambodja | riel | Irão | rial\nCambodja | riel | Japão | Iene\nCambodja | riel | Coreia | won\nCambodja | riel | Letónia | lats\nCambodja | riel | Lituânia | litas\nCambodja | riel | Macedónia | dinar\nCambodja | riel | Malásia | ringgit\nCambodja | riel | México | peso\nCambodja | riel | Nigéria | naira\nCambodja | riel | Polónia | zlóti\nCambodja | riel | Roménia | leu\nCambodja | riel | Rússia | rublo\nCambodja | riel | Suécia | coroa\nCambodja | riel | Tailândia | baht\nCambodja | riel | Ucrânia | grívnia\nCambodja | riel | EUA | dólar\nCambodja | riel | Vietname | dongue\nCambodja | riel | Argélia | dinar\nCambodja | riel | Angola | kwanza\nCambodja | riel | Argentina | peso\nCambodja | riel | Arménia | dram\nCambodja | riel | Brasil | real\nCambodja | riel | Bulgária | lev\nCanadá | dólar | Croácia | kuna\nCanadá | dólar | Dinamarca | coroa\nCanadá | dólar | Europa | euro\nCanadá | dólar | Hungria | florim\nCanadá | dólar | Índia | rupia\nCanadá | dólar | Irão | rial\nCanadá | dólar | Japão | Iene\nCanadá | dólar | Coreia | won\nCanadá | dólar | Letónia | lats\nCanadá | dólar | Lituânia | litas\nCanadá | dólar | Macedónia | dinar\nCanadá | dólar | Malásia | ringgit\nCanadá | dólar | México | peso\nCanadá | dólar | Nigéria | naira\nCanadá | dólar | Polónia | zlóti\nCanadá | dólar | Roménia | leu\nCanadá | dólar | Rússia | rublo\nCanadá | dólar | Suécia | coroa\nCanadá | dólar | Tailândia | baht\nCanadá | dólar | Ucrânia | grívnia\nCanadá | dólar | Vietname | dongue\nCanadá | dólar | Argélia | dinar\nCanadá | dólar | Angola | kwanza\nCanadá | dólar | Argentina | peso\nCanadá | dólar | Arménia | dram\nCanadá | dólar | Brasil | real\nCanadá | dólar | Bulgária | lev\nCanadá | dólar | Cambodja | riel\nCroácia | kuna | Dinamarca | coroa\nCroácia | kuna | Europa | euro\nCroácia | kuna | Hungria | florim\nCroácia | kuna | Índia | rupia\nCroácia | kuna | Irão | rial\nCroácia | kuna | Japão | Iene\nCroácia | kuna | Coreia | won\nCroácia | kuna | Letónia | lats\nCroácia | kuna | Lituânia | litas\nCroácia | kuna | Macedónia | dinar\nCroácia | kuna | Malásia | ringgit\nCroácia | kuna | México | peso\nCroácia | kuna | Nigéria | naira\nCroácia | kuna | Polónia | zlóti\nCroácia | kuna | Roménia | leu\nCroácia | kuna | Rússia | rublo\nCroácia | kuna | Suécia | coroa\nCroácia | kuna | Tailândia | baht\nCroácia | kuna | Ucrânia | grívnia\nCroácia | kuna | EUA | dólar\nCroácia | kuna | Vietname | dongue\nCroácia | kuna | Argélia | dinar\nCroácia | kuna | Angola | kwanza\nCroácia | kuna | Argentina | peso\nCroácia | kuna | Arménia | dram\nCroácia | kuna | Brasil | real\nCroácia | kuna | Bulgária | lev\nCroácia | kuna | Cambodja | riel\nCroácia | kuna | Canadá | dólar\nDinamarca | coroa | Europa | euro\nDinamarca | coroa | Hungria | florim\nDinamarca | coroa | Índia | rupia\nDinamarca | coroa | Irão | rial\nDinamarca | coroa | Japão | Iene\nDinamarca | coroa | Coreia | won\nDinamarca | coroa | Letónia | lats\nDinamarca | coroa | Lituânia | litas\nDinamarca | coroa | Macedónia | dinar\nDinamarca | coroa | Malásia | ringgit\nDinamarca | coroa | México | peso\nDinamarca | coroa | Nigéria | naira\nDinamarca | coroa | Polónia | zlóti\nDinamarca | coroa | Roménia | leu\nDinamarca | coroa | Rússia | rublo\nDinamarca | coroa | Suécia | coroa\nDinamarca | coroa | Tailândia | baht\nDinamarca | coroa | Ucrânia | grívnia\nDinamarca | coroa | EUA | dólar\nDinamarca | coroa | Vietname | dongue\nDinamarca | coroa | Argélia | dinar\nDinamarca | coroa | Angola | kwanza\nDinamarca | coroa | Argentina | peso\nDinamarca | coroa | Arménia | dram\nDinamarca | coroa | Brasil | real\nDinamarca | coroa | Bulgária | lev\nDinamarca | coroa | Cambodja | riel\nDinamarca | coroa | Canadá | dólar\nDinamarca | coroa | Croácia | kuna\nEuropa | euro | Hungria | florim\nEuropa | euro | Índia | rupia\nEuropa | euro | Irão | rial\nEuropa | euro | Japão | Iene\nEuropa | euro | Coreia | won\nEuropa | euro | Letónia | lats\nEuropa | euro | Lituânia | litas\nEuropa | euro | Macedónia | dinar\nEuropa | euro | Malásia | ringgit\nEuropa | euro | México | peso\nEuropa | euro | Nigéria | naira\nEuropa | euro | Polónia | zlóti\nEuropa | euro | Roménia | leu\nEuropa | euro | Rússia | rublo\nEuropa | euro | Suécia | coroa\nEuropa | euro | Tailândia | baht\nEuropa | euro | Ucrânia | grívnia\nEuropa | euro | EUA | dólar\nEuropa | euro | Vietname | dongue\nEuropa | euro | Argélia | dinar\nEuropa | euro | Angola | kwanza\nEuropa | euro | Argentina | peso\nEuropa | euro | Arménia | dram\nEuropa | euro | Brasil | real\nEuropa | euro | Bulgária | lev\nEuropa | euro | Cambodja | riel\nEuropa | euro | Canadá | dólar\nEuropa | euro | Croácia | kuna\nEuropa | euro | Dinamarca | coroa\nHungria | florim | Índia | rupia\nHungria | florim | Irão | rial\nHungria | florim | Japão | Iene\nHungria | florim | Coreia | won\nHungria | florim | Letónia | lats\nHungria | florim | Lituânia | litas\nHungria | florim | Macedónia | dinar\nHungria | florim | Malásia | ringgit\nHungria | florim | México | peso\nHungria | florim | Nigéria | naira\nHungria | florim | Polónia | zlóti\nHungria | florim | Roménia | leu\nHungria | florim | Rússia | rublo\nHungria | florim | Suécia | coroa\nHungria | florim | Tailândia | baht\nHungria | florim | Ucrânia | grívnia\nHungria | florim | EUA | dólar\nHungria | florim | Vietname | dongue\nHungria | florim | Argélia | dinar\nHungria | florim | Angola | kwanza\nHungria | florim | Argentina | peso\nHungria | florim | Arménia | dram\nHungria | florim | Brasil | real\nHungria | florim | Bulgária | lev\nHungria | florim | Cambodja | riel\nHungria | florim | Canadá | dólar\nHungria | florim | Croácia | kuna\nHungria | florim | Dinamarca | coroa\nHungria | florim | Europa | euro\nÍndia | rupia | Irão | rial\nÍndia | rupia | Japão | Iene\nÍndia | rupia | Coreia | won\nÍndia | rupia | Letónia | lats\nÍndia | rupia | Lituânia | litas\nÍndia | rupia | Macedónia | dinar\nÍndia | rupia | Malásia | ringgit\nÍndia | rupia | México | peso\nÍndia | rupia | Nigéria | naira\nÍndia | rupia | Polónia | zlóti\nÍndia | rupia | Roménia | leu\nÍndia | rupia | Rússia | rublo\nÍndia | rupia | Suécia | coroa\nÍndia | rupia | Tailândia | baht\nÍndia | rupia | Ucrânia | grívnia\nÍndia | rupia | EUA | dólar\nÍndia | rupia | Vietname | dongue\nÍndia | rupia | Argélia | dinar\nÍndia | rupia | Angola | kwanza\nÍndia | rupia | Argentina | peso\nÍndia | rupia | Arménia | dram\nÍndia | rupia | Brasil | real\nÍndia | rupia | Bulgária | lev\nÍndia | rupia | Cambodja | riel\nÍndia | rupia | Canadá | dólar\nÍndia | rupia | Croácia | kuna\nÍndia | rupia | Dinamarca | coroa\nÍndia | rupia | Europa | euro\nÍndia | rupia | Hungria | florim\nIrão | rial | Japão | Iene\nIrão | rial | Coreia | won\nIrão | rial | Letónia | lats\nIrão | rial | Lituânia | litas\nIrão | rial | Macedónia | dinar\nIrão | rial | Malásia | ringgit\nIrão | rial | México | peso\nIrão | rial | Nigéria | naira\nIrão | rial | Polónia | zlóti\nIrão | rial | Roménia | leu\nIrão | rial | Rússia | rublo\nIrão | rial | Suécia | coroa\nIrão | rial | Tailândia | baht\nIrão | rial | Ucrânia | grívnia\nIrão | rial | EUA | dólar\nIrão | rial | Vietname | dongue\nIrão | rial | Argélia | dinar\nIrão | rial | Angola | kwanza\nIrão | rial | Argentina | peso\nIrão | rial | Arménia | dram\nIrão | rial | Brasil | real\nIrão | rial | Bulgária | lev\nIrão | rial | Cambodja | riel\nIrão | rial | Canadá | dólar\nIrão | rial | Croácia | kuna\nIrão | rial | Dinamarca | coroa\nIrão | rial | Europa | euro\nIrão | rial | Hungria | florim\nIrão | rial | Índia | rupia\nJapão | Iene | Coreia | won\nJapão | Iene | Letónia | lats\nJapão | Iene | Lituânia | litas\nJapão | Iene | Macedónia | dinar\nJapão | Iene | Malásia | ringgit\nJapão | Iene | México | peso\nJapão | Iene | Nigéria | naira\nJapão | Iene | Polónia | zlóti\nJapão | Iene | Roménia | leu\nJapão | Iene | Rússia | rublo\nJapão | Iene | Suécia | coroa\nJapão | Iene | Tailândia | baht\nJapão | Iene | Ucrânia | grívnia\nJapão | Iene | EUA | dólar\nJapão | Iene | Vietname | dongue\nJapão | Iene | Argélia | dinar\nJapão | Iene | Angola | kwanza\nJapão | Iene | Argentina | peso\nJapão | Iene | Arménia | dram\nJapão | Iene | Brasil | real\nJapão | Iene | Bulgária | lev\nJapão | Iene | Cambodja | riel\nJapão | Iene | Canadá | dólar\nJapão | Iene | Croácia | kuna\nJapão | Iene | Dinamarca | coroa\nJapão | Iene | Europa | euro\nJapão | Iene | Hungria | florim\nJapão | Iene | Índia | rupia\nJapão | Iene | Irão | rial\nCoreia | won | Letónia | lats\nCoreia | won | Lituânia | litas\nCoreia | won | Macedónia | dinar\nCoreia | won | Malásia | ringgit\nCoreia | won | México | peso\nCoreia | won | Nigéria | naira\nCoreia | won | Polónia | zlóti\nCoreia | won | Roménia | leu\nCoreia | won | Rússia | rublo\nCoreia | won | Suécia | coroa\nCoreia | won | Tailândia | baht\nCoreia | won | Ucrânia | grívnia\nCoreia | won | EUA | dólar\nCoreia | won | Vietname | dongue\nCoreia | won | Argélia | dinar\nCoreia | won | Angola | kwanza\nCoreia | won | Argentina | peso\nCoreia | won | Arménia | dram\nCoreia | won | Brasil | real\nCoreia | won | Bulgária | lev\nCoreia | won | Cambodja | riel\nCoreia | won | Canadá | dólar\nCoreia | won | Croácia | kuna\nCoreia | won | Dinamarca | coroa\nCoreia | won | Europa | euro\nCoreia | won | Hungria | florim\nCoreia | won | Índia | rupia\nCoreia | won | Irão | rial\nCoreia | won | Japão | Iene\nLetónia | lats | Lituânia | litas\nLetónia | lats | Macedónia | dinar\nLetónia | lats | Malásia | ringgit\nLetónia | lats | México | peso\nLetónia | lats | Nigéria | naira\nLetónia | lats | Polónia | zlóti\nLetónia | lats | Roménia | leu\nLetónia | lats | Rússia | rublo\nLetónia | lats | Suécia | coroa\nLetónia | lats | Tailândia | baht\nLetónia | lats | Ucrânia | grívnia\nLetónia | lats | EUA | dólar\nLetónia | lats | Vietname | dongue\nLetónia | lats | Argélia | dinar\nLetónia | lats | Angola | kwanza\nLetónia | lats | Argentina | peso\nLetónia | lats | Arménia | dram\nLetónia | lats | Brasil | real\nLetónia | lats | Bulgária | lev\nLetónia | lats | Cambodja | riel\nLetónia | lats | Canadá | dólar\nLetónia | lats | Croácia | kuna\nLetónia | lats | Dinamarca | coroa\nLetónia | lats | Europa | euro\nLetónia | lats | Hungria | florim\nLetónia | lats | Índia | rupia\nLetónia | lats | Irão | rial\nLetónia | lats | Japão | Iene\nLetónia | lats | Coreia | won\nLituânia | litas | Macedónia | dinar\nLituânia | litas | Malásia | ringgit\nLituânia | litas | México | peso\nLituânia | litas | Nigéria | naira\nLituânia | litas | Polónia | zlóti\nLituânia | litas | Roménia | leu\nLituânia | litas | Rússia | rublo\nLituânia | litas | Suécia | coroa\nLituânia | litas | Tailândia | baht\nLituânia | litas | Ucrânia | grívnia\nLituânia | litas | EUA | dólar\nLituânia | litas | Vietname | dongue\nLituânia | litas | Argélia | dinar\nLituânia | litas | Angola | kwanza\nLituânia | litas | Argentina | peso\nLituânia | litas | Arménia | dram\nLituânia | litas | Brasil | real\nLituânia | litas | Bulgária | lev\nLituânia | litas | Cambodja | riel\nLituânia | litas | Canadá | dólar\nLituânia | litas | Croácia | kuna\nLituânia | litas | Dinamarca | coroa\nLituânia | litas | Europa | euro\nLituânia | litas | Hungria | florim\nLituânia | litas | Índia | rupia\nLituânia | litas | Irão | rial\nLituânia | litas | Japão | Iene\nLituânia | litas | Coreia | won\nLituânia | litas | Letónia | lats\nMacedónia | dinar | Malásia | ringgit\nMacedónia | dinar | México | peso\nMacedónia | dinar | Nigéria | naira\nMacedónia | dinar | Polónia | zlóti\nMacedónia | dinar | Roménia | leu\nMacedónia | dinar | Rússia | rublo\nMacedónia | dinar | Suécia | coroa\nMacedónia | dinar | Tailândia | baht\nMacedónia | dinar | Ucrânia | grívnia\nMacedónia | dinar | EUA | dólar\nMacedónia | dinar | Vietname | dongue\nMacedónia | dinar | Argélia | dinar\nMacedónia | dinar | Angola | kwanza\nMacedónia | dinar | Argentina | peso\nMacedónia | dinar | Arménia | dram\nMacedónia | dinar | Brasil | real\nMacedónia | dinar | Bulgária | lev\nMacedónia | dinar | Cambodja | riel\nMacedónia | dinar | Canadá | dólar\nMacedónia | dinar | Croácia | kuna\nMacedónia | dinar | Dinamarca | coroa\nMacedónia | dinar | Europa | euro\nMacedónia | dinar | Hungria | florim\nMacedónia | dinar | Índia | rupia\nMacedónia | dinar | Irão | rial\nMacedónia | dinar | Japão | Iene\nMacedónia | dinar | Coreia | won\nMacedónia | dinar | Letónia | lats\nMacedónia | dinar | Lituânia | litas\nMalásia | ringgit | México | peso\nMalásia | ringgit | Nigéria | naira\nMalásia | ringgit | Polónia | zlóti\nMalásia | ringgit | Roménia | leu\nMalásia | ringgit | Rússia | rublo\nMalásia | ringgit | Suécia | coroa\nMalásia | ringgit | Tailândia | baht\nMalásia | ringgit | Ucrânia | grívnia\nMalásia | ringgit | EUA | dólar\nMalásia | ringgit | Vietname | dongue\nMalásia | ringgit | Argélia | dinar\nMalásia | ringgit | Angola | kwanza\nMalásia | ringgit | Argentina | peso\nMalásia | ringgit | Arménia | dram\nMalásia | ringgit | Brasil | real\nMalásia | ringgit | Bulgária | lev\nMalásia | ringgit | Cambodja | riel\nMalásia | ringgit | Canadá | dólar\nMalásia | ringgit | Croácia | kuna\nMalásia | ringgit | Dinamarca | coroa\nMalásia | ringgit | Europa | euro\nMalásia | ringgit | Hungria | florim\nMalásia | ringgit | Índia | rupia\nMalásia | ringgit | Irão | rial\nMalásia | ringgit | Japão | Iene\nMalásia | ringgit | Coreia | won\nMalásia | ringgit | Letónia | lats\nMalásia | ringgit | Lituânia | litas\nMalásia | ringgit | Macedónia | dinar\nMéxico | peso | Nigéria | naira\nMéxico | peso | Polónia | zlóti\nMéxico | peso | Roménia | leu\nMéxico | peso | Rússia | rublo\nMéxico | peso | Suécia | coroa\nMéxico | peso | Tailândia | baht\nMéxico | peso | Ucrânia | grívnia\nMéxico | peso | EUA | dólar\nMéxico | peso | Vietname | dongue\nMéxico | peso | Argélia | dinar\nMéxico | peso | Angola | kwanza\nMéxico | peso | Arménia | dram\nMéxico | peso | Brasil | real\nMéxico | peso | Bulgária | lev\nMéxico | peso | Cambodja | riel\nMéxico | peso | Canadá | dólar\nMéxico | peso | Croácia | kuna\nMéxico | peso | Dinamarca | coroa\nMéxico | peso | Europa | euro\nMéxico | peso | Hungria | florim\nMéxico | peso | Índia | rupia\nMéxico | peso | Irão | rial\nMéxico | peso | Japão | Iene\nMéxico | peso | Coreia | won\nMéxico | peso | Letónia | lats\nMéxico | peso | Lituânia | litas\nMéxico | peso | Macedónia | dinar\nMéxico | peso | Malásia | ringgit\nNigéria | naira | Polónia | zlóti\nNigéria | naira | Roménia | leu\nNigéria | naira | Rússia | rublo\nNigéria | naira | Suécia | coroa\nNigéria | naira | Tailândia | baht\nNigéria | naira | Ucrânia | grívnia\nNigéria | naira | EUA | dólar\nNigéria | naira | Vietname | dongue\nNigéria | naira | Argélia | dinar\nNigéria | naira | Angola | kwanza\nNigéria | naira | Argentina | peso\nNigéria | naira | Arménia | dram\nNigéria | naira | Brasil | real\nNigéria | naira | Bulgária | lev\nNigéria | naira | Cambodja | riel\nNigéria | naira | Canadá | dólar\nNigéria | naira | Croácia | kuna\nNigéria | naira | Dinamarca | coroa\nNigéria | naira | Europa | euro\nNigéria | naira | Hungria | florim\nNigéria | naira | Índia | rupia\nNigéria | naira | Irão | rial\nNigéria | naira | Japão | Iene\nNigéria | naira | Coreia | won\nNigéria | naira | Letónia | lats\nNigéria | naira | Lituânia | litas\nNigéria | naira | Macedónia | dinar\nNigéria | naira | Malásia | ringgit\nNigéria | naira | México | peso\nPolónia | zlóti | Roménia | leu\nPolónia | zlóti | Rússia | rublo\nPolónia | zlóti | Suécia | coroa\nPolónia | zlóti | Tailândia | baht\nPolónia | zlóti | Ucrânia | grívnia\nPolónia | zlóti | EUA | dólar\nPolónia | zlóti | Vietname | dongue\nPolónia | zlóti | Argélia | dinar\nPolónia | zlóti | Angola | kwanza\nPolónia | zlóti | Argentina | peso\nPolónia | zlóti | Arménia | dram\nPolónia | zlóti | Brasil | real\nPolónia | zlóti | Bulgária | lev\nPolónia | zlóti | Cambodja | riel\nPolónia | zlóti | Canadá | dólar\nPolónia | zlóti | Croácia | kuna\nPolónia | zlóti | Dinamarca | coroa\nPolónia | zlóti | Europa | euro\nPolónia | zlóti | Hungria | florim\nPolónia | zlóti | Índia | rupia\nPolónia | zlóti | Irão | rial\nPolónia | zlóti | Japão | Iene\nPolónia | zlóti | Coreia | won\nPolónia | zlóti | Letónia | lats\nPolónia | zlóti | Lituânia | litas\nPolónia | zlóti | Macedónia | dinar\nPolónia | zlóti | Malásia | ringgit\nPolónia | zlóti | México | peso\nPolónia | zlóti | Nigéria | naira\nRoménia | leu | Rússia | rublo\nRoménia | leu | Suécia | coroa\nRoménia | leu | Tailândia | baht\nRoménia | leu | Ucrânia | grívnia\nRoménia | leu | EUA | dólar\nRoménia | leu | Vietname | dongue\nRoménia | leu | Argélia | dinar\nRoménia | leu | Angola | kwanza\nRoménia | leu | Argentina | peso\nRoménia | leu | Arménia | dram\nRoménia | leu | Brasil | real\nRoménia | leu | Bulgária | lev\nRoménia | leu | Cambodja | riel\nRoménia | leu | Canadá | dólar\nRoménia | leu | Croácia | kuna\nRoménia | leu | Dinamarca | coroa\nRoménia | leu | Europa | euro\nRoménia | leu | Hungria | florim\nRoménia | leu | Índia | rupia\nRoménia | leu | Irão | rial\nRoménia | leu | Japão | Iene\nRoménia | leu | Coreia | won\nRoménia | leu | Letónia | lats\nRoménia | leu | Lituânia | litas\nRoménia | leu | Macedónia | dinar\nRoménia | leu | Malásia | ringgit\nRoménia | leu | México | peso\nRoménia | leu | Nigéria | naira\nRoménia | leu | Polónia | zlóti\nRússia | rublo | Suécia | coroa\nRússia | rublo | Tailândia | baht\nRússia | rublo | Ucrânia | grívnia\nRússia | rublo | EUA | dólar\nRússia | rublo | Vietname | dongue\nRússia | rublo | Argélia | dinar\nRússia | rublo | Angola | kwanza\nRússia | rublo | Argentina | peso\nRússia | rublo | Arménia | dram\nRússia | rublo | Brasil | real\nRússia | rublo | Bulgária | lev\nRússia | rublo | Cambodja | riel\nRússia | rublo | Canadá | dólar\nRússia | rublo | Croácia | kuna\nRússia | rublo | Dinamarca | coroa\nRússia | rublo | Europa | euro\nRússia | rublo | Hungria | florim\nRússia | rublo | Índia | rupia\nRússia | rublo | Irão | rial\nRússia | rublo | Japão | Iene\nRússia | rublo | Coreia | won\nRússia | rublo | Letónia | lats\nRússia | rublo | Lituânia | litas\nRússia | rublo | Macedónia | dinar\nRússia | rublo | Malásia | ringgit\nRússia | rublo | México | peso\nRússia | rublo | Nigéria | naira\nRússia | rublo | Polónia | zlóti\nRússia | rublo | Roménia | leu\nSuécia | coroa | Tailândia | baht\nSuécia | coroa | Ucrânia | grívnia\nSuécia | coroa | EUA | dólar\nSuécia | coroa | Vietname | dongue\nSuécia | coroa | Argélia | dinar\nSuécia | coroa | Angola | kwanza\nSuécia | coroa | Argentina | peso\nSuécia | coroa | Arménia | dram\nSuécia | coroa | Brasil | real\nSuécia | coroa | Bulgária | lev\nSuécia | coroa | Cambodja | riel\nSuécia | coroa | Canadá | dólar\nSuécia | coroa | Croácia | kuna\nSuécia | coroa | Dinamarca | coroa\nSuécia | coroa | Europa | euro\nSuécia | coroa | Hungria | florim\nSuécia | coroa | Índia | rupia\nSuécia | coroa | Irão | rial\nSuécia | coroa | Japão | Iene\nSuécia | coroa | Coreia | won\nSuécia | coroa | Letónia | lats\nSuécia | coroa | Lituânia | litas\nSuécia | coroa | Macedónia | dinar\nSuécia | coroa | Malásia | ringgit\nSuécia | coroa | México | peso\nSuécia | coroa | Nigéria | naira\nSuécia | coroa | Polónia | zlóti\nSuécia | coroa | Roménia | leu\nSuécia | coroa | Rússia | rublo\nTailândia | baht | Ucrânia | grívnia\nTailândia | baht | EUA | dólar\nTailândia | baht | Vietname | dongue\nTailândia | baht | Argélia | dinar\nTailândia | baht | Angola | kwanza\nTailândia | baht | Argentina | peso\nTailândia | baht | Arménia | dram\nTailândia | baht | Brasil | real\nTailândia | baht | Bulgária | lev\nTailândia | baht | Cambodja | riel\nTailândia | baht | Canadá | dólar\nTailândia | baht | Croácia | kuna\nTailândia | baht | Dinamarca | coroa\nTailândia | baht | Europa | euro\nTailândia | baht | Hungria | florim\nTailândia | baht | Índia | rupia\nTailândia | baht | Irão | rial\nTailândia | baht | Japão | Iene\nTailândia | baht | Coreia | won\nTailândia | baht | Letónia | lats\nTailândia | baht | Lituânia | litas\nTailândia | baht | Macedónia | dinar\nTailândia | baht | Malásia | ringgit\nTailândia | baht | México | peso\nTailândia | baht | Nigéria | naira\nTailândia | baht | Polónia | zlóti\nTailândia | baht | Roménia | leu\nTailândia | baht | Rússia | rublo\nTailândia | baht | Suécia | coroa\nUcrânia | grívnia | EUA | dólar\nUcrânia | grívnia | Vietname | dongue\nUcrânia | grívnia | Argélia | dinar\nUcrânia | grívnia | Angola | kwanza\nUcrânia | grívnia | Argentina | peso\nUcrânia | grívnia | Arménia | dram\nUcrânia | grívnia | Brasil | real\nUcrânia | grívnia | Bulgária | lev\nUcrânia | grívnia | Cambodja | riel\nUcrânia | grívnia | Canadá | dólar\nUcrânia | grívnia | Croácia | kuna\nUcrânia | grívnia | Dinamarca | coroa\nUcrânia | grívnia | Europa | euro\nUcrânia | grívnia | Hungria | florim\nUcrânia | grívnia | Índia | rupia\nUcrânia | grívnia | Irão | rial\nUcrânia | grívnia | Japão | Iene\nUcrânia | grívnia | Coreia | won\nUcrânia | grívnia | Letónia | lats\nUcrânia | grívnia | Lituânia | litas\nUcrânia | grívnia | Macedónia | dinar\nUcrânia | grívnia | Malásia | ringgit\nUcrânia | grívnia | México | peso\nUcrânia | grívnia | Nigéria | naira\nUcrânia | grívnia | Polónia | zlóti\nUcrânia | grívnia | Roménia | leu\nUcrânia | grívnia | Rússia | rublo\nUcrânia | grívnia | Suécia | coroa\nUcrânia | grívnia | Tailândia | baht\nEUA | dólar | Vietname | dongue\nEUA | dólar | Argélia | dinar\nEUA | dólar | Angola | kwanza\nEUA | dólar | Argentina | peso\nEUA | dólar | Arménia | dram\nEUA | dólar | Brasil | real\nEUA | dólar | Bulgária | lev\nEUA | dólar | Cambodja | riel\nEUA | dólar | Croácia | kuna\nEUA | dólar | Dinamarca | coroa\nEUA | dólar | Europa | euro\nEUA | dólar | Hungria | florim\nEUA | dólar | Índia | rupia\nEUA | dólar | Irão | rial\nEUA | dólar | Japão | Iene\nEUA | dólar | Coreia | won\nEUA | dólar | Letónia | lats\nEUA | dólar | Lituânia | litas\nEUA | dólar | Macedónia | dinar\nEUA | dólar | Malásia | ringgit\nEUA | dólar | México | peso\nEUA | dólar | Nigéria | naira\nEUA | dólar | Polónia | zlóti\nEUA | dólar | Roménia | leu\nEUA | dólar | Rússia | rublo\nEUA | dólar | Suécia | coroa\nEUA | dólar | Tailândia | baht\nEUA | dólar | Ucrânia | grívnia\nVietname | dongue | Argélia | dinar\nVietname | dongue | Angola | kwanza\nVietname | dongue | Argentina | peso\nVietname | dongue | Arménia | dram\nVietname | dongue | Brasil | real\nVietname | dongue | Bulgária | lev\nVietname | dongue | Cambodja | riel\nVietname | dongue | Canadá | dólar\nVietname | dongue | Croácia | kuna\nVietname | dongue | Dinamarca | coroa\nVietname | dongue | Europa | euro\nVietname | dongue | Hungria | florim\nVietname | dongue | Índia | rupia\nVietname | dongue | Irão | rial\nVietname | dongue | Japão | Iene\nVietname | dongue | Coreia | won\nVietname | dongue | Letónia | lats\nVietname | dongue | Lituânia | litas\nVietname | dongue | Macedónia | dinar\nVietname | dongue | Malásia | ringgit\nVietname | dongue | México | peso\nVietname | dongue | Nigéria | naira\nVietname | dongue | Polónia | zlóti\nVietname | dongue | Roménia | leu\nVietname | dongue | Rússia | rublo\nVietname | dongue | Suécia | coroa\nVietname | dongue | Tailândia | baht\nVietname | dongue | Ucrânia | grívnia\nVietname | dongue | EUA | dólar\n: | city-in-state\nChicago | Ilinóis | Houston | Texas\nChicago | Ilinóis | Filadélfia | Pensilvânia\nChicago | Ilinóis | Fênix | Arizona\nChicago | Ilinóis | Dallas | Texas\nChicago | Ilinóis | Jacksonville | Flórida\nChicago | Ilinóis | Indianápolis | Indiana\nChicago | Ilinóis | Austin | Texas\nChicago | Ilinóis | Detroit | Michigan\nChicago | Ilinóis | Mênfis | Tennessee\nChicago | Ilinóis | Boston | Massachusetts\nChicago | Ilinóis | Seattle | Washington\nChicago | Ilinóis | Denver | Colorado\nChicago | Ilinóis | Baltimore | Marilândia\nChicago | Ilinóis | Nashville | Tennessee\nChicago | Ilinóis | Louisville | Kentucky\nChicago | Ilinóis | Milwaukee | Wisconsin\nChicago | Ilinóis | Portland | Oregão\nChicago | Ilinóis | Tucson | Arizona\nChicago | Ilinóis | Fresno | Califórnia\nChicago | Ilinóis | Sacramento | Califórnia\nChicago | Ilinóis | Mesa | Arizona\nChicago | Ilinóis | Atlanta | Geórgia\nChicago | Ilinóis | Omaha | Nebraska\nChicago | Ilinóis | Miami | Flórida\nChicago | Ilinóis | Tulsa | Oklahoma\nChicago | Ilinóis | Oakland | Califórnia\nChicago | Ilinóis | Cleveland | Ohio\nChicago | Ilinóis | Minneapolis | Minesota\nChicago | Ilinóis | Wichita | Kansas\nChicago | Ilinóis | Arlington | Texas\nChicago | Ilinóis | Bakersfield | Califórnia\nChicago | Ilinóis | Tampa | Flórida\nChicago | Ilinóis | Anaheim | Califórnia\nChicago | Ilinóis | Honolulu | Havai\nChicago | Ilinóis | Pitsburgo | Pensilvânia\nChicago | Ilinóis | Lexington | Kentucky\nChicago | Ilinóis | Stockton | Califórnia\nChicago | Ilinóis | Cincinnati | Ohio\nChicago | Ilinóis | Anchorage | Alasca\nHouston | Texas | Filadélfia | Pensilvânia\nHouston | Texas | Fênix | Arizona\nHouston | Texas | Jacksonville | Flórida\nHouston | Texas | Indianápolis | Indiana\nHouston | Texas | Detroit | Michigan\nHouston | Texas | Mênfis | Tennessee\nHouston | Texas | Boston | Massachusetts\nHouston | Texas | Seattle | Washington\nHouston | Texas | Denver | Colorado\nHouston | Texas | Baltimore | Marilândia\nHouston | Texas | Nashville | Tennessee\nHouston | Texas | Louisville | Kentucky\nHouston | Texas | Milwaukee | Wisconsin\nHouston | Texas | Portland | Oregão\nHouston | Texas | Tucson | Arizona\nHouston | Texas | Fresno | Califórnia\nHouston | Texas | Sacramento | Califórnia\nHouston | Texas | Mesa | Arizona\nHouston | Texas | Atlanta | Geórgia\nHouston | Texas | Omaha | Nebraska\nHouston | Texas | Miami | Flórida\nHouston | Texas | Tulsa | Oklahoma\nHouston | Texas | Oakland | Califórnia\nHouston | Texas | Cleveland | Ohio\nHouston | Texas | Minneapolis | Minesota\nHouston | Texas | Wichita | Kansas\nHouston | Texas | Bakersfield | Califórnia\nHouston | Texas | Tampa | Flórida\nHouston | Texas | Anaheim | Califórnia\nHouston | Texas | Honolulu | Havai\nHouston | Texas | Pitsburgo | Pensilvânia\nHouston | Texas | Lexington | Kentucky\nHouston | Texas | Stockton | Califórnia\nHouston | Texas | Cincinnati | Ohio\nHouston | Texas | Anchorage | Alasca\nHouston | Texas | Toledo | Ohio\nFiladélfia | Pensilvânia | Fênix | Arizona\nFiladélfia | Pensilvânia | Dallas | Texas\nFiladélfia | Pensilvânia | Jacksonville | Flórida\nFiladélfia | Pensilvânia | Indianápolis | Indiana\nFiladélfia | Pensilvânia | Austin | Texas\nFiladélfia | Pensilvânia | Detroit | Michigan\nFiladélfia | Pensilvânia | Mênfis | Tennessee\nFiladélfia | Pensilvânia | Boston | Massachusetts\nFiladélfia | Pensilvânia | Seattle | Washington\nFiladélfia | Pensilvânia | Denver | Colorado\nFiladélfia | Pensilvânia | Baltimore | Marilândia\nFiladélfia | Pensilvânia | Nashville | Tennessee\nFiladélfia | Pensilvânia | Louisville | Kentucky\nFiladélfia | Pensilvânia | Milwaukee | Wisconsin\nFiladélfia | Pensilvânia | Portland | Oregão\nFiladélfia | Pensilvânia | Tucson | Arizona\nFiladélfia | Pensilvânia | Fresno | Califórnia\nFiladélfia | Pensilvânia | Sacramento | Califórnia\nFiladélfia | Pensilvânia | Mesa | Arizona\nFiladélfia | Pensilvânia | Atlanta | Geórgia\nFiladélfia | Pensilvânia | Omaha | Nebraska\nFiladélfia | Pensilvânia | Miami | Flórida\nFiladélfia | Pensilvânia | Tulsa | Oklahoma\nFiladélfia | Pensilvânia | Oakland | Califórnia\nFiladélfia | Pensilvânia | Cleveland | Ohio\nFiladélfia | Pensilvânia | Minneapolis | Minesota\nFiladélfia | Pensilvânia | Wichita | Kansas\nFiladélfia | Pensilvânia | Arlington | Texas\nFiladélfia | Pensilvânia | Bakersfield | Califórnia\nFiladélfia | Pensilvânia | Tampa | Flórida\nFiladélfia | Pensilvânia | Anaheim | Califórnia\nFiladélfia | Pensilvânia | Honolulu | Havai\nFiladélfia | Pensilvânia | Lexington | Kentucky\nFiladélfia | Pensilvânia | Stockton | Califórnia\nFiladélfia | Pensilvânia | Cincinnati | Ohio\nFiladélfia | Pensilvânia | Anchorage | Alasca\nFiladélfia | Pensilvânia | Toledo | Ohio\nFiladélfia | Pensilvânia | Plano | Texas\nFênix | Arizona | Dallas | Texas\nFênix | Arizona | Jacksonville | Flórida\nFênix | Arizona | Indianápolis | Indiana\nFênix | Arizona | Austin | Texas\nFênix | Arizona | Detroit | Michigan\nFênix | Arizona | Mênfis | Tennessee\nFênix | Arizona | Boston | Massachusetts\nFênix | Arizona | Seattle | Washington\nFênix | Arizona | Denver | Colorado\nFênix | Arizona | Baltimore | Marilândia\nFênix | Arizona | Nashville | Tennessee\nFênix | Arizona | Louisville | Kentucky\nFênix | Arizona | Milwaukee | Wisconsin\nFênix | Arizona | Portland | Oregão\nFênix | Arizona | Fresno | Califórnia\nFênix | Arizona | Sacramento | Califórnia\nFênix | Arizona | Atlanta | Geórgia\nFênix | Arizona | Omaha | Nebraska\nFênix | Arizona | Miami | Flórida\nFênix | Arizona | Tulsa | Oklahoma\nFênix | Arizona | Oakland | Califórnia\nFênix | Arizona | Cleveland | Ohio\nFênix | Arizona | Minneapolis | Minesota\nFênix | Arizona | Wichita | Kansas\nFênix | Arizona | Arlington | Texas\nFênix | Arizona | Bakersfield | Califórnia\nFênix | Arizona | Tampa | Flórida\nFênix | Arizona | Anaheim | Califórnia\nFênix | Arizona | Honolulu | Havai\nFênix | Arizona | Pitsburgo | Pensilvânia\nFênix | Arizona | Lexington | Kentucky\nFênix | Arizona | Stockton | Califórnia\nFênix | Arizona | Cincinnati | Ohio\nFênix | Arizona | Anchorage | Alasca\nFênix | Arizona | Toledo | Ohio\nFênix | Arizona | Plano | Texas\nFênix | Arizona | Henderson | Nevada\nDallas | Texas | Jacksonville | Flórida\nDallas | Texas | Indianápolis | Indiana\nDallas | Texas | Detroit | Michigan\nDallas | Texas | Mênfis | Tennessee\nDallas | Texas | Boston | Massachusetts\nDallas | Texas | Seattle | Washington\nDallas | Texas | Denver | Colorado\nDallas | Texas | Baltimore | Marilândia\nDallas | Texas | Nashville | Tennessee\nDallas | Texas | Louisville | Kentucky\nDallas | Texas | Milwaukee | Wisconsin\nDallas | Texas | Portland | Oregão\nDallas | Texas | Tucson | Arizona\nDallas | Texas | Fresno | Califórnia\nDallas | Texas | Sacramento | Califórnia\nDallas | Texas | Mesa | Arizona\nDallas | Texas | Atlanta | Geórgia\nDallas | Texas | Omaha | Nebraska\nDallas | Texas | Miami | Flórida\nDallas | Texas | Tulsa | Oklahoma\nDallas | Texas | Oakland | Califórnia\nDallas | Texas | Cleveland | Ohio\nDallas | Texas | Minneapolis | Minesota\nDallas | Texas | Wichita | Kansas\nDallas | Texas | Bakersfield | Califórnia\nDallas | Texas | Tampa | Flórida\nDallas | Texas | Anaheim | Califórnia\nDallas | Texas | Honolulu | Havai\nDallas | Texas | Pitsburgo | Pensilvânia\nDallas | Texas | Lexington | Kentucky\nDallas | Texas | Stockton | Califórnia\nDallas | Texas | Cincinnati | Ohio\nDallas | Texas | Anchorage | Alasca\nDallas | Texas | Toledo | Ohio\nDallas | Texas | Henderson | Nevada\nDallas | Texas | Orlando | Flórida\nJacksonville | Flórida | Indianápolis | Indiana\nJacksonville | Flórida | Austin | Texas\nJacksonville | Flórida | Detroit | Michigan\nJacksonville | Flórida | Mênfis | Tennessee\nJacksonville | Flórida | Boston | Massachusetts\nJacksonville | Flórida | Seattle | Washington\nJacksonville | Flórida | Denver | Colorado\nJacksonville | Flórida | Baltimore | Marilândia\nJacksonville | Flórida | Nashville | Tennessee\nJacksonville | Flórida | Louisville | Kentucky\nJacksonville | Flórida | Milwaukee | Wisconsin\nJacksonville | Flórida | Portland | Oregão\nJacksonville | Flórida | Tucson | Arizona\nJacksonville | Flórida | Fresno | Califórnia\nJacksonville | Flórida | Sacramento | Califórnia\nJacksonville | Flórida | Mesa | Arizona\nJacksonville | Flórida | Atlanta | Geórgia\nJacksonville | Flórida | Omaha | Nebraska\nJacksonville | Flórida | Tulsa | Oklahoma\nJacksonville | Flórida | Oakland | Califórnia\nJacksonville | Flórida | Cleveland | Ohio\nJacksonville | Flórida | Minneapolis | Minesota\nJacksonville | Flórida | Wichita | Kansas\nJacksonville | Flórida | Arlington | Texas\nJacksonville | Flórida | Bakersfield | Califórnia\nJacksonville | Flórida | Anaheim | Califórnia\nJacksonville | Flórida | Honolulu | Havai\nJacksonville | Flórida | Pitsburgo | Pensilvânia\nJacksonville | Flórida | Lexington | Kentucky\nJacksonville | Flórida | Stockton | Califórnia\nJacksonville | Flórida | Cincinnati | Ohio\nJacksonville | Flórida | Anchorage | Alasca\nJacksonville | Flórida | Toledo | Ohio\nJacksonville | Flórida | Plano | Texas\nJacksonville | Flórida | Henderson | Nevada\nJacksonville | Flórida | Laredo | Texas\nIndianápolis | Indiana | Austin | Texas\nIndianápolis | Indiana | Detroit | Michigan\nIndianápolis | Indiana | Mênfis | Tennessee\nIndianápolis | Indiana | Boston | Massachusetts\nIndianápolis | Indiana | Seattle | Washington\nIndianápolis | Indiana | Denver | Colorado\nIndianápolis | Indiana | Baltimore | Marilândia\nIndianápolis | Indiana | Nashville | Tennessee\nIndianápolis | Indiana | Louisville | Kentucky\nIndianápolis | Indiana | Milwaukee | Wisconsin\nIndianápolis | Indiana | Portland | Oregão\nIndianápolis | Indiana | Tucson | Arizona\nIndianápolis | Indiana | Fresno | Califórnia\nIndianápolis | Indiana | Sacramento | Califórnia\nIndianápolis | Indiana | Mesa | Arizona\nIndianápolis | Indiana | Atlanta | Geórgia\nIndianápolis | Indiana | Omaha | Nebraska\nIndianápolis | Indiana | Miami | Flórida\nIndianápolis | Indiana | Tulsa | Oklahoma\nIndianápolis | Indiana | Oakland | Califórnia\nIndianápolis | Indiana | Cleveland | Ohio\nIndianápolis | Indiana | Minneapolis | Minesota\nIndianápolis | Indiana | Wichita | Kansas\nIndianápolis | Indiana | Arlington | Texas\nIndianápolis | Indiana | Bakersfield | Califórnia\nIndianápolis | Indiana | Tampa | Flórida\nIndianápolis | Indiana | Anaheim | Califórnia\nIndianápolis | Indiana | Honolulu | Havai\nIndianápolis | Indiana | Pitsburgo | Pensilvânia\nIndianápolis | Indiana | Lexington | Kentucky\nIndianápolis | Indiana | Stockton | Califórnia\nIndianápolis | Indiana | Cincinnati | Ohio\nIndianápolis | Indiana | Anchorage | Alasca\nIndianápolis | Indiana | Toledo | Ohio\nIndianápolis | Indiana | Plano | Texas\nIndianápolis | Indiana | Henderson | Nevada\nIndianápolis | Indiana | Orlando | Flórida\nIndianápolis | Indiana | Laredo | Texas\nIndianápolis | Indiana | Chandler | Arizona\nAustin | Texas | Detroit | Michigan\nAustin | Texas | Mênfis | Tennessee\nAustin | Texas | Boston | Massachusetts\nAustin | Texas | Seattle | Washington\nAustin | Texas | Denver | Colorado\nAustin | Texas | Baltimore | Marilândia\nAustin | Texas | Nashville | Tennessee\nAustin | Texas | Louisville | Kentucky\nAustin | Texas | Milwaukee | Wisconsin\nAustin | Texas | Portland | Oregão\nAustin | Texas | Tucson | Arizona\nAustin | Texas | Fresno | Califórnia\nAustin | Texas | Sacramento | Califórnia\nAustin | Texas | Mesa | Arizona\nAustin | Texas | Atlanta | Geórgia\nAustin | Texas | Omaha | Nebraska\nAustin | Texas | Miami | Flórida\nAustin | Texas | Tulsa | Oklahoma\nAustin | Texas | Oakland | Califórnia\nAustin | Texas | Cleveland | Ohio\nAustin | Texas | Minneapolis | Minesota\nAustin | Texas | Wichita | Kansas\nAustin | Texas | Bakersfield | Califórnia\nAustin | Texas | Tampa | Flórida\nAustin | Texas | Anaheim | Califórnia\nAustin | Texas | Honolulu | Havai\nAustin | Texas | Pitsburgo | Pensilvânia\nAustin | Texas | Lexington | Kentucky\nAustin | Texas | Stockton | Califórnia\nAustin | Texas | Cincinnati | Ohio\nAustin | Texas | Anchorage | Alasca\nAustin | Texas | Toledo | Ohio\nAustin | Texas | Henderson | Nevada\nAustin | Texas | Orlando | Flórida\nAustin | Texas | Chandler | Arizona\nAustin | Texas | Madison | Wisconsin\nDetroit | Michigan | Mênfis | Tennessee\nDetroit | Michigan | Boston | Massachusetts\nDetroit | Michigan | Seattle | Washington\nDetroit | Michigan | Denver | Colorado\nDetroit | Michigan | Baltimore | Marilândia\nDetroit | Michigan | Nashville | Tennessee\nDetroit | Michigan | Louisville | Kentucky\nDetroit | Michigan | Milwaukee | Wisconsin\nDetroit | Michigan | Portland | Oregão\nDetroit | Michigan | Tucson | Arizona\nDetroit | Michigan | Fresno | Califórnia\nDetroit | Michigan | Sacramento | Califórnia\nDetroit | Michigan | Mesa | Arizona\nDetroit | Michigan | Atlanta | Geórgia\nDetroit | Michigan | Omaha | Nebraska\nDetroit | Michigan | Miami | Flórida\nDetroit | Michigan | Tulsa | Oklahoma\nDetroit | Michigan | Oakland | Califórnia\nDetroit | Michigan | Cleveland | Ohio\nDetroit | Michigan | Minneapolis | Minesota\nDetroit | Michigan | Wichita | Kansas\nDetroit | Michigan | Arlington | Texas\nDetroit | Michigan | Bakersfield | Califórnia\nDetroit | Michigan | Tampa | Flórida\nDetroit | Michigan | Anaheim | Califórnia\nDetroit | Michigan | Honolulu | Havai\nDetroit | Michigan | Pitsburgo | Pensilvânia\nDetroit | Michigan | Lexington | Kentucky\nDetroit | Michigan | Stockton | Califórnia\nDetroit | Michigan | Cincinnati | Ohio\nDetroit | Michigan | Anchorage | Alasca\nDetroit | Michigan | Toledo | Ohio\nDetroit | Michigan | Plano | Texas\nDetroit | Michigan | Henderson | Nevada\nDetroit | Michigan | Orlando | Flórida\nDetroit | Michigan | Laredo | Texas\nDetroit | Michigan | Chandler | Arizona\nDetroit | Michigan | Madison | Wisconsin\nDetroit | Michigan | Lubbock | Texas\nMênfis | Tennessee | Boston | Massachusetts\nMênfis | Tennessee | Seattle | Washington\nMênfis | Tennessee | Denver | Colorado\nMênfis | Tennessee | Baltimore | Marilândia\nMênfis | Tennessee | Louisville | Kentucky\nMênfis | Tennessee | Milwaukee | Wisconsin\nMênfis | Tennessee | Portland | Oregão\nMênfis | Tennessee | Tucson | Arizona\nMênfis | Tennessee | Fresno | Califórnia\nMênfis | Tennessee | Sacramento | Califórnia\nMênfis | Tennessee | Mesa | Arizona\nMênfis | Tennessee | Atlanta | Geórgia\nMênfis | Tennessee | Omaha | Nebraska\nMênfis | Tennessee | Miami | Flórida\nMênfis | Tennessee | Tulsa | Oklahoma\nMênfis | Tennessee | Oakland | Califórnia\nMênfis | Tennessee | Cleveland | Ohio\nMênfis | Tennessee | Minneapolis | Minesota\nMênfis | Tennessee | Wichita | Kansas\nMênfis | Tennessee | Arlington | Texas\nMênfis | Tennessee | Bakersfield | Califórnia\nMênfis | Tennessee | Tampa | Flórida\nMênfis | Tennessee | Anaheim | Califórnia\nMênfis | Tennessee | Honolulu | Havai\nMênfis | Tennessee | Pitsburgo | Pensilvânia\nMênfis | Tennessee | Lexington | Kentucky\nMênfis | Tennessee | Stockton | Califórnia\nMênfis | Tennessee | Cincinnati | Ohio\nMênfis | Tennessee | Anchorage | Alasca\nMênfis | Tennessee | Toledo | Ohio\nMênfis | Tennessee | Plano | Texas\nMênfis | Tennessee | Henderson | Nevada\nMênfis | Tennessee | Orlando | Flórida\nMênfis | Tennessee | Laredo | Texas\nMênfis | Tennessee | Chandler | Arizona\nMênfis | Tennessee | Madison | Wisconsin\nMênfis | Tennessee | Lubbock | Texas\nMênfis | Tennessee | Garland | Texas\nBoston | Massachusetts | Seattle | Washington\nBoston | Massachusetts | Denver | Colorado\nBoston | Massachusetts | Baltimore | Marilândia\nBoston | Massachusetts | Nashville | Tennessee\nBoston | Massachusetts | Louisville | Kentucky\nBoston | Massachusetts | Milwaukee | Wisconsin\nBoston | Massachusetts | Portland | Oregão\nBoston | Massachusetts | Tucson | Arizona\nBoston | Massachusetts | Fresno | Califórnia\nBoston | Massachusetts | Sacramento | Califórnia\nBoston | Massachusetts | Mesa | Arizona\nBoston | Massachusetts | Atlanta | Geórgia\nBoston | Massachusetts | Omaha | Nebraska\nBoston | Massachusetts | Miami | Flórida\nBoston | Massachusetts | Tulsa | Oklahoma\nBoston | Massachusetts | Oakland | Califórnia\nBoston | Massachusetts | Cleveland | Ohio\nBoston | Massachusetts | Minneapolis | Minesota\nBoston | Massachusetts | Wichita | Kansas\nBoston | Massachusetts | Arlington | Texas\nBoston | Massachusetts | Bakersfield | Califórnia\nBoston | Massachusetts | Tampa | Flórida\nBoston | Massachusetts | Anaheim | Califórnia\nBoston | Massachusetts | Honolulu | Havai\nBoston | Massachusetts | Pitsburgo | Pensilvânia\nBoston | Massachusetts | Lexington | Kentucky\nBoston | Massachusetts | Stockton | Califórnia\nBoston | Massachusetts | Cincinnati | Ohio\nBoston | Massachusetts | Anchorage | Alasca\nBoston | Massachusetts | Toledo | Ohio\nBoston | Massachusetts | Plano | Texas\nBoston | Massachusetts | Henderson | Nevada\nBoston | Massachusetts | Orlando | Flórida\nBoston | Massachusetts | Laredo | Texas\nBoston | Massachusetts | Chandler | Arizona\nBoston | Massachusetts | Madison | Wisconsin\nBoston | Massachusetts | Lubbock | Texas\nBoston | Massachusetts | Garland | Texas\nBoston | Massachusetts | Glendale | Arizona\nSeattle | Washington | Denver | Colorado\nSeattle | Washington | Baltimore | Marilândia\nSeattle | Washington | Nashville | Tennessee\nSeattle | Washington | Louisville | Kentucky\nSeattle | Washington | Milwaukee | Wisconsin\nSeattle | Washington | Portland | Oregão\nSeattle | Washington | Tucson | Arizona\nSeattle | Washington | Fresno | Califórnia\nSeattle | Washington | Sacramento | Califórnia\nSeattle | Washington | Mesa | Arizona\nSeattle | Washington | Atlanta | Geórgia\nSeattle | Washington | Omaha | Nebraska\nSeattle | Washington | Miami | Flórida\nSeattle | Washington | Tulsa | Oklahoma\nSeattle | Washington | Oakland | Califórnia\nSeattle | Washington | Cleveland | Ohio\nSeattle | Washington | Minneapolis | Minesota\nSeattle | Washington | Wichita | Kansas\nSeattle | Washington | Arlington | Texas\nSeattle | Washington | Bakersfield | Califórnia\nSeattle | Washington | Tampa | Flórida\nSeattle | Washington | Anaheim | Califórnia\nSeattle | Washington | Honolulu | Havai\nSeattle | Washington | Pitsburgo | Pensilvânia\nSeattle | Washington | Lexington | Kentucky\nSeattle | Washington | Stockton | Califórnia\nSeattle | Washington | Cincinnati | Ohio\nSeattle | Washington | Anchorage | Alasca\nSeattle | Washington | Toledo | Ohio\nSeattle | Washington | Plano | Texas\nSeattle | Washington | Henderson | Nevada\nSeattle | Washington | Orlando | Flórida\nSeattle | Washington | Laredo | Texas\nSeattle | Washington | Chandler | Arizona\nSeattle | Washington | Madison | Wisconsin\nSeattle | Washington | Lubbock | Texas\nSeattle | Washington | Garland | Texas\nSeattle | Washington | Glendale | Arizona\nSeattle | Washington | Hialeah | Flórida\nDenver | Colorado | Baltimore | Marilândia\nDenver | Colorado | Nashville | Tennessee\nDenver | Colorado | Louisville | Kentucky\nDenver | Colorado | Milwaukee | Wisconsin\nDenver | Colorado | Portland | Oregão\nDenver | Colorado | Tucson | Arizona\nDenver | Colorado | Fresno | Califórnia\nDenver | Colorado | Sacramento | Califórnia\nDenver | Colorado | Mesa | Arizona\nDenver | Colorado | Atlanta | Geórgia\nDenver | Colorado | Omaha | Nebraska\nDenver | Colorado | Miami | Flórida\nDenver | Colorado | Tulsa | Oklahoma\nDenver | Colorado | Oakland | Califórnia\nDenver | Colorado | Cleveland | Ohio\nDenver | Colorado | Minneapolis | Minesota\nDenver | Colorado | Wichita | Kansas\nDenver | Colorado | Arlington | Texas\nDenver | Colorado | Bakersfield | Califórnia\nDenver | Colorado | Tampa | Flórida\nDenver | Colorado | Anaheim | Califórnia\nDenver | Colorado | Honolulu | Havai\nDenver | Colorado | Pitsburgo | Pensilvânia\nDenver | Colorado | Lexington | Kentucky\nDenver | Colorado | Stockton | Califórnia\nDenver | Colorado | Cincinnati | Ohio\nDenver | Colorado | Anchorage | Alasca\nDenver | Colorado | Toledo | Ohio\nDenver | Colorado | Plano | Texas\nDenver | Colorado | Henderson | Nevada\nDenver | Colorado | Orlando | Flórida\nDenver | Colorado | Laredo | Texas\nDenver | Colorado | Chandler | Arizona\nDenver | Colorado | Madison | Wisconsin\nDenver | Colorado | Lubbock | Texas\nDenver | Colorado | Garland | Texas\nDenver | Colorado | Glendale | Arizona\nDenver | Colorado | Hialeah | Flórida\nDenver | Colorado | Reno | Nevada\nBaltimore | Marilândia | Nashville | Tennessee\nBaltimore | Marilândia | Louisville | Kentucky\nBaltimore | Marilândia | Milwaukee | Wisconsin\nBaltimore | Marilândia | Portland | Oregão\nBaltimore | Marilândia | Tucson | Arizona\nBaltimore | Marilândia | Fresno | Califórnia\nBaltimore | Marilândia | Sacramento | Califórnia\nBaltimore | Marilândia | Mesa | Arizona\nBaltimore | Marilândia | Atlanta | Geórgia\nBaltimore | Marilândia | Omaha | Nebraska\nBaltimore | Marilândia | Miami | Flórida\nBaltimore | Marilândia | Tulsa | Oklahoma\nBaltimore | Marilândia | Oakland | Califórnia\nBaltimore | Marilândia | Cleveland | Ohio\nBaltimore | Marilândia | Minneapolis | Minesota\nBaltimore | Marilândia | Wichita | Kansas\nBaltimore | Marilândia | Arlington | Texas\nBaltimore | Marilândia | Bakersfield | Califórnia\nBaltimore | Marilândia | Tampa | Flórida\nBaltimore | Marilândia | Anaheim | Califórnia\nBaltimore | Marilândia | Honolulu | Havai\nBaltimore | Marilândia | Pitsburgo | Pensilvânia\nBaltimore | Marilândia | Lexington | Kentucky\nBaltimore | Marilândia | Stockton | Califórnia\nBaltimore | Marilândia | Cincinnati | Ohio\nBaltimore | Marilândia | Anchorage | Alasca\nBaltimore | Marilândia | Toledo | Ohio\nBaltimore | Marilândia | Plano | Texas\nBaltimore | Marilândia | Henderson | Nevada\nBaltimore | Marilândia | Orlando | Flórida\nBaltimore | Marilândia | Laredo | Texas\nBaltimore | Marilândia | Chandler | Arizona\nBaltimore | Marilândia | Madison | Wisconsin\nBaltimore | Marilândia | Lubbock | Texas\nBaltimore | Marilândia | Garland | Texas\nBaltimore | Marilândia | Glendale | Arizona\nBaltimore | Marilândia | Hialeah | Flórida\nBaltimore | Marilândia | Reno | Nevada\nBaltimore | Marilândia | Scottsdale | Arizona\nNashville | Tennessee | Louisville | Kentucky\nNashville | Tennessee | Milwaukee | Wisconsin\nNashville | Tennessee | Portland | Oregão\nNashville | Tennessee | Tucson | Arizona\nNashville | Tennessee | Fresno | Califórnia\nNashville | Tennessee | Sacramento | Califórnia\nNashville | Tennessee | Mesa | Arizona\nNashville | Tennessee | Atlanta | Geórgia\nNashville | Tennessee | Omaha | Nebraska\nNashville | Tennessee | Miami | Flórida\nNashville | Tennessee | Tulsa | Oklahoma\nNashville | Tennessee | Oakland | Califórnia\nNashville | Tennessee | Cleveland | Ohio\nNashville | Tennessee | Minneapolis | Minesota\nNashville | Tennessee | Wichita | Kansas\nNashville | Tennessee | Arlington | Texas\nNashville | Tennessee | Bakersfield | Califórnia\nNashville | Tennessee | Tampa | Flórida\nNashville | Tennessee | Anaheim | Califórnia\nNashville | Tennessee | Honolulu | Havai\nNashville | Tennessee | Pitsburgo | Pensilvânia\nNashville | Tennessee | Lexington | Kentucky\nNashville | Tennessee | Stockton | Califórnia\nNashville | Tennessee | Cincinnati | Ohio\nNashville | Tennessee | Anchorage | Alasca\nNashville | Tennessee | Toledo | Ohio\nNashville | Tennessee | Plano | Texas\nNashville | Tennessee | Henderson | Nevada\nNashville | Tennessee | Orlando | Flórida\nNashville | Tennessee | Laredo | Texas\nNashville | Tennessee | Chandler | Arizona\nNashville | Tennessee | Madison | Wisconsin\nNashville | Tennessee | Lubbock | Texas\nNashville | Tennessee | Garland | Texas\nNashville | Tennessee | Glendale | Arizona\nNashville | Tennessee | Hialeah | Flórida\nNashville | Tennessee | Reno | Nevada\nNashville | Tennessee | Scottsdale | Arizona\nNashville | Tennessee | Irving | Texas\nLouisville | Kentucky | Milwaukee | Wisconsin\nLouisville | Kentucky | Portland | Oregão\nLouisville | Kentucky | Tucson | Arizona\nLouisville | Kentucky | Fresno | Califórnia\nLouisville | Kentucky | Sacramento | Califórnia\nLouisville | Kentucky | Mesa | Arizona\nLouisville | Kentucky | Atlanta | Geórgia\nLouisville | Kentucky | Omaha | Nebraska\nLouisville | Kentucky | Miami | Flórida\nLouisville | Kentucky | Tulsa | Oklahoma\nLouisville | Kentucky | Oakland | Califórnia\nLouisville | Kentucky | Cleveland | Ohio\nLouisville | Kentucky | Minneapolis | Minesota\nLouisville | Kentucky | Wichita | Kansas\nLouisville | Kentucky | Arlington | Texas\nLouisville | Kentucky | Bakersfield | Califórnia\nLouisville | Kentucky | Tampa | Flórida\nLouisville | Kentucky | Anaheim | Califórnia\nLouisville | Kentucky | Honolulu | Havai\nLouisville | Kentucky | Pitsburgo | Pensilvânia\nLouisville | Kentucky | Stockton | Califórnia\nLouisville | Kentucky | Cincinnati | Ohio\nLouisville | Kentucky | Anchorage | Alasca\nLouisville | Kentucky | Toledo | Ohio\nLouisville | Kentucky | Plano | Texas\nLouisville | Kentucky | Henderson | Nevada\nLouisville | Kentucky | Orlando | Flórida\nLouisville | Kentucky | Laredo | Texas\nLouisville | Kentucky | Chandler | Arizona\nLouisville | Kentucky | Madison | Wisconsin\nLouisville | Kentucky | Lubbock | Texas\nLouisville | Kentucky | Garland | Texas\nLouisville | Kentucky | Glendale | Arizona\nLouisville | Kentucky | Hialeah | Flórida\nLouisville | Kentucky | Reno | Nevada\nLouisville | Kentucky | Scottsdale | Arizona\nLouisville | Kentucky | Irving | Texas\nLouisville | Kentucky | Fremont | Califórnia\nMilwaukee | Wisconsin | Portland | Oregão\nMilwaukee | Wisconsin | Tucson | Arizona\nMilwaukee | Wisconsin | Fresno | Califórnia\nMilwaukee | Wisconsin | Sacramento | Califórnia\nMilwaukee | Wisconsin | Mesa | Arizona\nMilwaukee | Wisconsin | Atlanta | Geórgia\nMilwaukee | Wisconsin | Omaha | Nebraska\nMilwaukee | Wisconsin | Miami | Flórida\nMilwaukee | Wisconsin | Tulsa | Oklahoma\nMilwaukee | Wisconsin | Oakland | Califórnia\nMilwaukee | Wisconsin | Cleveland | Ohio\nMilwaukee | Wisconsin | Minneapolis | Minesota\nMilwaukee | Wisconsin | Wichita | Kansas\nMilwaukee | Wisconsin | Arlington | Texas\nMilwaukee | Wisconsin | Bakersfield | Califórnia\nMilwaukee | Wisconsin | Tampa | Flórida\nMilwaukee | Wisconsin | Anaheim | Califórnia\nMilwaukee | Wisconsin | Honolulu | Havai\nMilwaukee | Wisconsin | Pitsburgo | Pensilvânia\nMilwaukee | Wisconsin | Lexington | Kentucky\nMilwaukee | Wisconsin | Stockton | Califórnia\nMilwaukee | Wisconsin | Cincinnati | Ohio\nMilwaukee | Wisconsin | Anchorage | Alasca\nMilwaukee | Wisconsin | Toledo | Ohio\nMilwaukee | Wisconsin | Plano | Texas\nMilwaukee | Wisconsin | Henderson | Nevada\nMilwaukee | Wisconsin | Orlando | Flórida\nMilwaukee | Wisconsin | Laredo | Texas\nMilwaukee | Wisconsin | Chandler | Arizona\nMilwaukee | Wisconsin | Lubbock | Texas\nMilwaukee | Wisconsin | Garland | Texas\nMilwaukee | Wisconsin | Glendale | Arizona\nMilwaukee | Wisconsin | Hialeah | Flórida\nMilwaukee | Wisconsin | Reno | Nevada\nMilwaukee | Wisconsin | Scottsdale | Arizona\nMilwaukee | Wisconsin | Irving | Texas\nMilwaukee | Wisconsin | Fremont | Califórnia\nMilwaukee | Wisconsin | Irvine | Califórnia\nPortland | Oregão | Tucson | Arizona\nPortland | Oregão | Fresno | Califórnia\nPortland | Oregão | Sacramento | Califórnia\nPortland | Oregão | Mesa | Arizona\nPortland | Oregão | Atlanta | Geórgia\nPortland | Oregão | Omaha | Nebraska\nPortland | Oregão | Miami | Flórida\nPortland | Oregão | Tulsa | Oklahoma\nPortland | Oregão | Oakland | Califórnia\nPortland | Oregão | Cleveland | Ohio\nPortland | Oregão | Minneapolis | Minesota\nPortland | Oregão | Wichita | Kansas\nPortland | Oregão | Arlington | Texas\nPortland | Oregão | Bakersfield | Califórnia\nPortland | Oregão | Tampa | Flórida\nPortland | Oregão | Anaheim | Califórnia\nPortland | Oregão | Honolulu | Havai\nPortland | Oregão | Pitsburgo | Pensilvânia\nPortland | Oregão | Lexington | Kentucky\nPortland | Oregão | Stockton | Califórnia\nPortland | Oregão | Cincinnati | Ohio\nPortland | Oregão | Anchorage | Alasca\nPortland | Oregão | Toledo | Ohio\nPortland | Oregão | Plano | Texas\nPortland | Oregão | Henderson | Nevada\nPortland | Oregão | Orlando | Flórida\nPortland | Oregão | Laredo | Texas\nPortland | Oregão | Chandler | Arizona\nPortland | Oregão | Madison | Wisconsin\nPortland | Oregão | Lubbock | Texas\nPortland | Oregão | Garland | Texas\nPortland | Oregão | Glendale | Arizona\nPortland | Oregão | Hialeah | Flórida\nPortland | Oregão | Reno | Nevada\nPortland | Oregão | Scottsdale | Arizona\nPortland | Oregão | Irving | Texas\nPortland | Oregão | Fremont | Califórnia\nPortland | Oregão | Irvine | Califórnia\nPortland | Oregão | Spokane | Washington\nTucson | Arizona | Fresno | Califórnia\nTucson | Arizona | Sacramento | Califórnia\nTucson | Arizona | Atlanta | Geórgia\nTucson | Arizona | Omaha | Nebraska\nTucson | Arizona | Miami | Flórida\nTucson | Arizona | Tulsa | Oklahoma\nTucson | Arizona | Oakland | Califórnia\nTucson | Arizona | Cleveland | Ohio\nTucson | Arizona | Minneapolis | Minesota\nTucson | Arizona | Wichita | Kansas\nTucson | Arizona | Arlington | Texas\nTucson | Arizona | Bakersfield | Califórnia\nTucson | Arizona | Tampa | Flórida\nTucson | Arizona | Anaheim | Califórnia\nTucson | Arizona | Honolulu | Havai\nTucson | Arizona | Pitsburgo | Pensilvânia\nTucson | Arizona | Lexington | Kentucky\nTucson | Arizona | Stockton | Califórnia\nTucson | Arizona | Cincinnati | Ohio\nTucson | Arizona | Anchorage | Alasca\nTucson | Arizona | Toledo | Ohio\nTucson | Arizona | Plano | Texas\nTucson | Arizona | Henderson | Nevada\nTucson | Arizona | Orlando | Flórida\nTucson | Arizona | Laredo | Texas\nTucson | Arizona | Madison | Wisconsin\nTucson | Arizona | Lubbock | Texas\nTucson | Arizona | Garland | Texas\nTucson | Arizona | Hialeah | Flórida\nTucson | Arizona | Reno | Nevada\nTucson | Arizona | Irving | Texas\nTucson | Arizona | Fremont | Califórnia\nTucson | Arizona | Irvine | Califórnia\nTucson | Arizona | Spokane | Washington\nTucson | Arizona | Modesto | Califórnia\nFresno | Califórnia | Mesa | Arizona\nFresno | Califórnia | Atlanta | Geórgia\nFresno | Califórnia | Omaha | Nebraska\nFresno | Califórnia | Miami | Flórida\nFresno | Califórnia | Tulsa | Oklahoma\nFresno | Califórnia | Cleveland | Ohio\nFresno | Califórnia | Minneapolis | Minesota\nFresno | Califórnia | Wichita | Kansas\nFresno | Califórnia | Arlington | Texas\nFresno | Califórnia | Tampa | Flórida\nFresno | Califórnia | Honolulu | Havai\nFresno | Califórnia | Pitsburgo | Pensilvânia\nFresno | Califórnia | Lexington | Kentucky\nFresno | Califórnia | Cincinnati | Ohio\nFresno | Califórnia | Anchorage | Alasca\nFresno | Califórnia | Toledo | Ohio\nFresno | Califórnia | Plano | Texas\nFresno | Califórnia | Henderson | Nevada\nFresno | Califórnia | Orlando | Flórida\nFresno | Califórnia | Laredo | Texas\nFresno | Califórnia | Chandler | Arizona\nFresno | Califórnia | Madison | Wisconsin\nFresno | Califórnia | Lubbock | Texas\nFresno | Califórnia | Garland | Texas\nFresno | Califórnia | Glendale | Arizona\nFresno | Califórnia | Hialeah | Flórida\nFresno | Califórnia | Reno | Nevada\nFresno | Califórnia | Scottsdale | Arizona\nFresno | Califórnia | Irving | Texas\nFresno | Califórnia | Spokane | Washington\nFresno | Califórnia | Shreveport | Luisiana\nSacramento | Califórnia | Mesa | Arizona\nSacramento | Califórnia | Atlanta | Geórgia\nSacramento | Califórnia | Omaha | Nebraska\nSacramento | Califórnia | Miami | Flórida\nSacramento | Califórnia | Tulsa | Oklahoma\nSacramento | Califórnia | Cleveland | Ohio\nSacramento | Califórnia | Minneapolis | Minesota\nSacramento | Califórnia | Wichita | Kansas\nSacramento | Califórnia | Arlington | Texas\nSacramento | Califórnia | Tampa | Flórida\nSacramento | Califórnia | Honolulu | Havai\nSacramento | Califórnia | Pitsburgo | Pensilvânia\nSacramento | Califórnia | Lexington | Kentucky\nSacramento | Califórnia | Cincinnati | Ohio\nSacramento | Califórnia | Anchorage | Alasca\nSacramento | Califórnia | Toledo | Ohio\nSacramento | Califórnia | Plano | Texas\nSacramento | Califórnia | Henderson | Nevada\nSacramento | Califórnia | Orlando | Flórida\nSacramento | Califórnia | Laredo | Texas\nSacramento | Califórnia | Chandler | Arizona\nSacramento | Califórnia | Madison | Wisconsin\nSacramento | Califórnia | Lubbock | Texas\nSacramento | Califórnia | Garland | Texas\nSacramento | Califórnia | Glendale | Arizona\nSacramento | Califórnia | Hialeah | Flórida\nSacramento | Califórnia | Reno | Nevada\nSacramento | Califórnia | Scottsdale | Arizona\nSacramento | Califórnia | Irving | Texas\nSacramento | Califórnia | Spokane | Washington\nSacramento | Califórnia | Shreveport | Luisiana\nSacramento | Califórnia | Tacoma | Washington\nMesa | Arizona | Atlanta | Geórgia\nMesa | Arizona | Omaha | Nebraska\nMesa | Arizona | Miami | Flórida\nMesa | Arizona | Tulsa | Oklahoma\nMesa | Arizona | Oakland | Califórnia\nMesa | Arizona | Cleveland | Ohio\nMesa | Arizona | Minneapolis | Minesota\nMesa | Arizona | Wichita | Kansas\nMesa | Arizona | Arlington | Texas\nMesa | Arizona | Bakersfield | Califórnia\nMesa | Arizona | Tampa | Flórida\nMesa | Arizona | Anaheim | Califórnia\nMesa | Arizona | Honolulu | Havai\nMesa | Arizona | Pitsburgo | Pensilvânia\nMesa | Arizona | Lexington | Kentucky\nMesa | Arizona | Stockton | Califórnia\nMesa | Arizona | Cincinnati | Ohio\nMesa | Arizona | Anchorage | Alasca\nMesa | Arizona | Toledo | Ohio\nMesa | Arizona | Plano | Texas\nMesa | Arizona | Henderson | Nevada\nMesa | Arizona | Orlando | Flórida\nMesa | Arizona | Laredo | Texas\nMesa | Arizona | Madison | Wisconsin\nMesa | Arizona | Lubbock | Texas\nMesa | Arizona | Garland | Texas\nMesa | Arizona | Hialeah | Flórida\nMesa | Arizona | Reno | Nevada\nMesa | Arizona | Irving | Texas\nMesa | Arizona | Fremont | Califórnia\nMesa | Arizona | Irvine | Califórnia\nMesa | Arizona | Spokane | Washington\nMesa | Arizona | Modesto | Califórnia\nMesa | Arizona | Shreveport | Luisiana\nMesa | Arizona | Tacoma | Washington\nMesa | Arizona | Oxnard | Califórnia\nAtlanta | Geórgia | Omaha | Nebraska\nAtlanta | Geórgia | Miami | Flórida\nAtlanta | Geórgia | Tulsa | Oklahoma\nAtlanta | Geórgia | Oakland | Califórnia\nAtlanta | Geórgia | Cleveland | Ohio\nAtlanta | Geórgia | Minneapolis | Minesota\nAtlanta | Geórgia | Wichita | Kansas\nAtlanta | Geórgia | Arlington | Texas\nAtlanta | Geórgia | Bakersfield | Califórnia\nAtlanta | Geórgia | Tampa | Flórida\nAtlanta | Geórgia | Anaheim | Califórnia\nAtlanta | Geórgia | Honolulu | Havai\nAtlanta | Geórgia | Pitsburgo | Pensilvânia\nAtlanta | Geórgia | Lexington | Kentucky\nAtlanta | Geórgia | Stockton | Califórnia\nAtlanta | Geórgia | Cincinnati | Ohio\nAtlanta | Geórgia | Anchorage | Alasca\nAtlanta | Geórgia | Toledo | Ohio\nAtlanta | Geórgia | Plano | Texas\nAtlanta | Geórgia | Henderson | Nevada\nAtlanta | Geórgia | Orlando | Flórida\nAtlanta | Geórgia | Laredo | Texas\nAtlanta | Geórgia | Chandler | Arizona\nAtlanta | Geórgia | Madison | Wisconsin\nAtlanta | Geórgia | Lubbock | Texas\nAtlanta | Geórgia | Garland | Texas\nAtlanta | Geórgia | Glendale | Arizona\nAtlanta | Geórgia | Hialeah | Flórida\nAtlanta | Geórgia | Reno | Nevada\nAtlanta | Geórgia | Scottsdale | Arizona\nAtlanta | Geórgia | Irving | Texas\nAtlanta | Geórgia | Fremont | Califórnia\nAtlanta | Geórgia | Irvine | Califórnia\nAtlanta | Geórgia | Spokane | Washington\nAtlanta | Geórgia | Modesto | Califórnia\nAtlanta | Geórgia | Shreveport | Luisiana\nAtlanta | Geórgia | Tacoma | Washington\nAtlanta | Geórgia | Oxnard | Califórnia\nAtlanta | Geórgia | Fontana | Califórnia\nOmaha | Nebraska | Miami | Flórida\nOmaha | Nebraska | Tulsa | Oklahoma\nOmaha | Nebraska | Oakland | Califórnia\nOmaha | Nebraska | Cleveland | Ohio\nOmaha | Nebraska | Minneapolis | Minesota\nOmaha | Nebraska | Wichita | Kansas\nOmaha | Nebraska | Arlington | Texas\nOmaha | Nebraska | Bakersfield | Califórnia\nOmaha | Nebraska | Tampa | Flórida\nOmaha | Nebraska | Anaheim | Califórnia\nOmaha | Nebraska | Honolulu | Havai\nOmaha | Nebraska | Pitsburgo | Pensilvânia\nOmaha | Nebraska | Lexington | Kentucky\nOmaha | Nebraska | Stockton | Califórnia\nOmaha | Nebraska | Cincinnati | Ohio\nOmaha | Nebraska | Anchorage | Alasca\nOmaha | Nebraska | Toledo | Ohio\nOmaha | Nebraska | Plano | Texas\nOmaha | Nebraska | Henderson | Nevada\nOmaha | Nebraska | Orlando | Flórida\nOmaha | Nebraska | Laredo | Texas\nOmaha | Nebraska | Chandler | Arizona\nOmaha | Nebraska | Madison | Wisconsin\nOmaha | Nebraska | Lubbock | Texas\nOmaha | Nebraska | Garland | Texas\nOmaha | Nebraska | Glendale | Arizona\nOmaha | Nebraska | Hialeah | Flórida\nOmaha | Nebraska | Reno | Nevada\nOmaha | Nebraska | Scottsdale | Arizona\nOmaha | Nebraska | Irving | Texas\nOmaha | Nebraska | Fremont | Califórnia\nOmaha | Nebraska | Irvine | Califórnia\nOmaha | Nebraska | Spokane | Washington\nOmaha | Nebraska | Modesto | Califórnia\nOmaha | Nebraska | Shreveport | Luisiana\nOmaha | Nebraska | Tacoma | Washington\nOmaha | Nebraska | Oxnard | Califórnia\nOmaha | Nebraska | Fontana | Califórnia\nOmaha | Nebraska | Akron | Ohio\nMiami | Flórida | Tulsa | Oklahoma\nMiami | Flórida | Oakland | Califórnia\nMiami | Flórida | Cleveland | Ohio\nMiami | Flórida | Minneapolis | Minesota\nMiami | Flórida | Wichita | Kansas\nMiami | Flórida | Arlington | Texas\nMiami | Flórida | Bakersfield | Califórnia\nMiami | Flórida | Anaheim | Califórnia\nMiami | Flórida | Honolulu | Havai\nMiami | Flórida | Pitsburgo | Pensilvânia\nMiami | Flórida | Lexington | Kentucky\nMiami | Flórida | Stockton | Califórnia\nMiami | Flórida | Cincinnati | Ohio\nMiami | Flórida | Anchorage | Alasca\nMiami | Flórida | Toledo | Ohio\nMiami | Flórida | Plano | Texas\nMiami | Flórida | Henderson | Nevada\nMiami | Flórida | Laredo | Texas\nMiami | Flórida | Chandler | Arizona\nMiami | Flórida | Madison | Wisconsin\nMiami | Flórida | Lubbock | Texas\nMiami | Flórida | Garland | Texas\nMiami | Flórida | Glendale | Arizona\nMiami | Flórida | Reno | Nevada\nMiami | Flórida | Scottsdale | Arizona\nMiami | Flórida | Irving | Texas\nMiami | Flórida | Fremont | Califórnia\nMiami | Flórida | Irvine | Califórnia\nMiami | Flórida | Spokane | Washington\nMiami | Flórida | Modesto | Califórnia\nMiami | Flórida | Shreveport | Luisiana\nMiami | Flórida | Tacoma | Washington\nMiami | Flórida | Oxnard | Califórnia\nMiami | Flórida | Fontana | Califórnia\nMiami | Flórida | Akron | Ohio\nMiami | Flórida | Amarillo | Texas\nTulsa | Oklahoma | Oakland | Califórnia\nTulsa | Oklahoma | Cleveland | Ohio\nTulsa | Oklahoma | Minneapolis | Minesota\nTulsa | Oklahoma | Wichita | Kansas\nTulsa | Oklahoma | Arlington | Texas\nTulsa | Oklahoma | Bakersfield | Califórnia\nTulsa | Oklahoma | Tampa | Flórida\nTulsa | Oklahoma | Anaheim | Califórnia\nTulsa | Oklahoma | Honolulu | Havai\nTulsa | Oklahoma | Pitsburgo | Pensilvânia\nTulsa | Oklahoma | Lexington | Kentucky\nTulsa | Oklahoma | Stockton | Califórnia\nTulsa | Oklahoma | Cincinnati | Ohio\nTulsa | Oklahoma | Anchorage | Alasca\nTulsa | Oklahoma | Toledo | Ohio\nTulsa | Oklahoma | Plano | Texas\nTulsa | Oklahoma | Henderson | Nevada\nTulsa | Oklahoma | Orlando | Flórida\nTulsa | Oklahoma | Laredo | Texas\nTulsa | Oklahoma | Chandler | Arizona\nTulsa | Oklahoma | Madison | Wisconsin\nTulsa | Oklahoma | Lubbock | Texas\nTulsa | Oklahoma | Garland | Texas\nTulsa | Oklahoma | Glendale | Arizona\nTulsa | Oklahoma | Hialeah | Flórida\nTulsa | Oklahoma | Reno | Nevada\nTulsa | Oklahoma | Scottsdale | Arizona\nTulsa | Oklahoma | Irving | Texas\nTulsa | Oklahoma | Fremont | Califórnia\nTulsa | Oklahoma | Irvine | Califórnia\nTulsa | Oklahoma | Spokane | Washington\nTulsa | Oklahoma | Modesto | Califórnia\nTulsa | Oklahoma | Shreveport | Luisiana\nTulsa | Oklahoma | Tacoma | Washington\nTulsa | Oklahoma | Oxnard | Califórnia\nTulsa | Oklahoma | Fontana | Califórnia\nTulsa | Oklahoma | Akron | Ohio\nTulsa | Oklahoma | Amarillo | Texas\nTulsa | Oklahoma | Glendale | Califórnia\nOakland | Califórnia | Cleveland | Ohio\nOakland | Califórnia | Minneapolis | Minesota\nOakland | Califórnia | Wichita | Kansas\nOakland | Califórnia | Arlington | Texas\nOakland | Califórnia | Tampa | Flórida\nOakland | Califórnia | Honolulu | Havai\nOakland | Califórnia | Pitsburgo | Pensilvânia\nOakland | Califórnia | Lexington | Kentucky\nOakland | Califórnia | Cincinnati | Ohio\nOakland | Califórnia | Anchorage | Alasca\nOakland | Califórnia | Toledo | Ohio\nOakland | Califórnia | Plano | Texas\nOakland | Califórnia | Henderson | Nevada\nOakland | Califórnia | Orlando | Flórida\nOakland | Califórnia | Laredo | Texas\nOakland | Califórnia | Chandler | Arizona\nOakland | Califórnia | Madison | Wisconsin\nOakland | Califórnia | Lubbock | Texas\nOakland | Califórnia | Garland | Texas\nOakland | Califórnia | Glendale | Arizona\nOakland | Califórnia | Hialeah | Flórida\nOakland | Califórnia | Reno | Nevada\nOakland | Califórnia | Scottsdale | Arizona\nOakland | Califórnia | Irving | Texas\nOakland | Califórnia | Spokane | Washington\nOakland | Califórnia | Shreveport | Luisiana\nOakland | Califórnia | Tacoma | Washington\nOakland | Califórnia | Akron | Ohio\nOakland | Califórnia | Amarillo | Texas\nOakland | Califórnia | Tallahassee | Flórida\nCleveland | Ohio | Minneapolis | Minesota\nCleveland | Ohio | Wichita | Kansas\nCleveland | Ohio | Arlington | Texas\nCleveland | Ohio | Bakersfield | Califórnia\nCleveland | Ohio | Tampa | Flórida\nCleveland | Ohio | Anaheim | Califórnia\nCleveland | Ohio | Honolulu | Havai\nCleveland | Ohio | Pitsburgo | Pensilvânia\nCleveland | Ohio | Lexington | Kentucky\nCleveland | Ohio | Stockton | Califórnia\nCleveland | Ohio | Anchorage | Alasca\nCleveland | Ohio | Plano | Texas\nCleveland | Ohio | Henderson | Nevada\nCleveland | Ohio | Orlando | Flórida\nCleveland | Ohio | Laredo | Texas\nCleveland | Ohio | Chandler | Arizona\nCleveland | Ohio | Madison | Wisconsin\nCleveland | Ohio | Lubbock | Texas\nCleveland | Ohio | Garland | Texas\nCleveland | Ohio | Glendale | Arizona\nCleveland | Ohio | Hialeah | Flórida\nCleveland | Ohio | Reno | Nevada\nCleveland | Ohio | Scottsdale | Arizona\nCleveland | Ohio | Irving | Texas\nCleveland | Ohio | Fremont | Califórnia\nCleveland | Ohio | Irvine | Califórnia\nCleveland | Ohio | Spokane | Washington\nCleveland | Ohio | Modesto | Califórnia\nCleveland | Ohio | Shreveport | Luisiana\nCleveland | Ohio | Tacoma | Washington\nCleveland | Ohio | Oxnard | Califórnia\nCleveland | Ohio | Fontana | Califórnia\nCleveland | Ohio | Amarillo | Texas\nCleveland | Ohio | Glendale | Califórnia\nCleveland | Ohio | Tallahassee | Flórida\nCleveland | Ohio | Huntsville | Alabama\nMinneapolis | Minesota | Wichita | Kansas\nMinneapolis | Minesota | Arlington | Texas\nMinneapolis | Minesota | Bakersfield | Califórnia\nMinneapolis | Minesota | Tampa | Flórida\nMinneapolis | Minesota | Anaheim | Califórnia\nMinneapolis | Minesota | Honolulu | Havai\nMinneapolis | Minesota | Pitsburgo | Pensilvânia\nMinneapolis | Minesota | Lexington | Kentucky\nMinneapolis | Minesota | Stockton | Califórnia\nMinneapolis | Minesota | Cincinnati | Ohio\nMinneapolis | Minesota | Anchorage | Alasca\nMinneapolis | Minesota | Toledo | Ohio\nMinneapolis | Minesota | Plano | Texas\nMinneapolis | Minesota | Henderson | Nevada\nMinneapolis | Minesota | Orlando | Flórida\nMinneapolis | Minesota | Laredo | Texas\nMinneapolis | Minesota | Chandler | Arizona\nMinneapolis | Minesota | Madison | Wisconsin\nMinneapolis | Minesota | Lubbock | Texas\nMinneapolis | Minesota | Garland | Texas\nMinneapolis | Minesota | Glendale | Arizona\nMinneapolis | Minesota | Hialeah | Flórida\nMinneapolis | Minesota | Reno | Nevada\nMinneapolis | Minesota | Scottsdale | Arizona\nMinneapolis | Minesota | Irving | Texas\nMinneapolis | Minesota | Fremont | Califórnia\nMinneapolis | Minesota | Irvine | Califórnia\nMinneapolis | Minesota | Spokane | Washington\nMinneapolis | Minesota | Modesto | Califórnia\nMinneapolis | Minesota | Shreveport | Luisiana\nMinneapolis | Minesota | Tacoma | Washington\nMinneapolis | Minesota | Oxnard | Califórnia\nMinneapolis | Minesota | Fontana | Califórnia\nMinneapolis | Minesota | Akron | Ohio\nMinneapolis | Minesota | Amarillo | Texas\nMinneapolis | Minesota | Glendale | Califórnia\nMinneapolis | Minesota | Tallahassee | Flórida\nMinneapolis | Minesota | Huntsville | Alabama\nMinneapolis | Minesota | Worcester | Massachusetts\nWichita | Kansas | Arlington | Texas\nWichita | Kansas | Bakersfield | Califórnia\nWichita | Kansas | Tampa | Flórida\nWichita | Kansas | Anaheim | Califórnia\nWichita | Kansas | Honolulu | Havai\nWichita | Kansas | Pitsburgo | Pensilvânia\nWichita | Kansas | Lexington | Kentucky\nWichita | Kansas | Stockton | Califórnia\nWichita | Kansas | Cincinnati | Ohio\nWichita | Kansas | Anchorage | Alasca\nWichita | Kansas | Toledo | Ohio\nWichita | Kansas | Plano | Texas\nWichita | Kansas | Henderson | Nevada\nWichita | Kansas | Orlando | Flórida\nWichita | Kansas | Laredo | Texas\nWichita | Kansas | Chandler | Arizona\nWichita | Kansas | Madison | Wisconsin\nWichita | Kansas | Lubbock | Texas\nWichita | Kansas | Garland | Texas\nWichita | Kansas | Glendale | Arizona\nWichita | Kansas | Hialeah | Flórida\nWichita | Kansas | Reno | Nevada\nWichita | Kansas | Scottsdale | Arizona\nWichita | Kansas | Irving | Texas\nWichita | Kansas | Fremont | Califórnia\nWichita | Kansas | Irvine | Califórnia\nWichita | Kansas | Spokane | Washington\nWichita | Kansas | Modesto | Califórnia\nWichita | Kansas | Shreveport | Luisiana\nWichita | Kansas | Tacoma | Washington\nWichita | Kansas | Oxnard | Califórnia\nWichita | Kansas | Fontana | Califórnia\nWichita | Kansas | Akron | Ohio\nWichita | Kansas | Amarillo | Texas\nWichita | Kansas | Glendale | Califórnia\nWichita | Kansas | Tallahassee | Flórida\nWichita | Kansas | Huntsville | Alabama\nWichita | Kansas | Worcester | Massachusetts\nWichita | Kansas | Chicago | Ilinóis\nArlington | Texas | Bakersfield | Califórnia\nArlington | Texas | Tampa | Flórida\nArlington | Texas | Anaheim | Califórnia\nArlington | Texas | Honolulu | Havai\nArlington | Texas | Pitsburgo | Pensilvânia\nArlington | Texas | Lexington | Kentucky\nArlington | Texas | Stockton | Califórnia\nArlington | Texas | Cincinnati | Ohio\nArlington | Texas | Anchorage | Alasca\nArlington | Texas | Toledo | Ohio\nArlington | Texas | Henderson | Nevada\nArlington | Texas | Orlando | Flórida\nArlington | Texas | Chandler | Arizona\nArlington | Texas | Madison | Wisconsin\nArlington | Texas | Glendale | Arizona\nArlington | Texas | Hialeah | Flórida\nArlington | Texas | Reno | Nevada\nArlington | Texas | Scottsdale | Arizona\nArlington | Texas | Fremont | Califórnia\nArlington | Texas | Irvine | Califórnia\nArlington | Texas | Spokane | Washington\nArlington | Texas | Modesto | Califórnia\nArlington | Texas | Shreveport | Luisiana\nArlington | Texas | Tacoma | Washington\nArlington | Texas | Oxnard | Califórnia\nArlington | Texas | Fontana | Califórnia\nArlington | Texas | Akron | Ohio\nArlington | Texas | Glendale | Califórnia\nArlington | Texas | Tallahassee | Flórida\nArlington | Texas | Huntsville | Alabama\nArlington | Texas | Worcester | Massachusetts\nArlington | Texas | Chicago | Ilinóis\nBakersfield | Califórnia | Tampa | Flórida\nBakersfield | Califórnia | Honolulu | Havai\nBakersfield | Califórnia | Pitsburgo | Pensilvânia\nBakersfield | Califórnia | Lexington | Kentucky\nBakersfield | Califórnia | Cincinnati | Ohio\nBakersfield | Califórnia | Anchorage | Alasca\nBakersfield | Califórnia | Toledo | Ohio\nBakersfield | Califórnia | Plano | Texas\nBakersfield | Califórnia | Henderson | Nevada\nBakersfield | Califórnia | Orlando | Flórida\nBakersfield | Califórnia | Laredo | Texas\nBakersfield | Califórnia | Chandler | Arizona\nBakersfield | Califórnia | Madison | Wisconsin\nBakersfield | Califórnia | Lubbock | Texas\nBakersfield | Califórnia | Garland | Texas\nBakersfield | Califórnia | Glendale | Arizona\nBakersfield | Califórnia | Hialeah | Flórida\nBakersfield | Califórnia | Reno | Nevada\nBakersfield | Califórnia | Scottsdale | Arizona\nBakersfield | Califórnia | Irving | Texas\nBakersfield | Califórnia | Spokane | Washington\nBakersfield | Califórnia | Shreveport | Luisiana\nBakersfield | Califórnia | Tacoma | Washington\nBakersfield | Califórnia | Akron | Ohio\nBakersfield | Califórnia | Amarillo | Texas\nBakersfield | Califórnia | Tallahassee | Flórida\nBakersfield | Califórnia | Huntsville | Alabama\nBakersfield | Califórnia | Worcester | Massachusetts\nBakersfield | Califórnia | Chicago | Ilinóis\nBakersfield | Califórnia | Houston | Texas\nBakersfield | Califórnia | Filadélfia | Pensilvânia\nTampa | Flórida | Anaheim | Califórnia\nTampa | Flórida | Honolulu | Havai\nTampa | Flórida | Pitsburgo | Pensilvânia\nTampa | Flórida | Lexington | Kentucky\nTampa | Flórida | Stockton | Califórnia\nTampa | Flórida | Cincinnati | Ohio\nTampa | Flórida | Anchorage | Alasca\nTampa | Flórida | Toledo | Ohio\nTampa | Flórida | Plano | Texas\nTampa | Flórida | Henderson | Nevada\nTampa | Flórida | Laredo | Texas\nTampa | Flórida | Chandler | Arizona\nTampa | Flórida | Madison | Wisconsin\nTampa | Flórida | Lubbock | Texas\nTampa | Flórida | Garland | Texas\nTampa | Flórida | Glendale | Arizona\nTampa | Flórida | Reno | Nevada\nTampa | Flórida | Scottsdale | Arizona\nTampa | Flórida | Irving | Texas\nTampa | Flórida | Fremont | Califórnia\nTampa | Flórida | Irvine | Califórnia\nTampa | Flórida | Spokane | Washington\nTampa | Flórida | Modesto | Califórnia\nTampa | Flórida | Shreveport | Luisiana\nTampa | Flórida | Tacoma | Washington\nTampa | Flórida | Oxnard | Califórnia\nTampa | Flórida | Fontana | Califórnia\nTampa | Flórida | Akron | Ohio\nTampa | Flórida | Amarillo | Texas\nTampa | Flórida | Glendale | Califórnia\nTampa | Flórida | Huntsville | Alabama\nTampa | Flórida | Worcester | Massachusetts\nTampa | Flórida | Chicago | Ilinóis\nTampa | Flórida | Houston | Texas\nTampa | Flórida | Filadélfia | Pensilvânia\nTampa | Flórida | Fênix | Arizona\nAnaheim | Califórnia | Honolulu | Havai\nAnaheim | Califórnia | Pitsburgo | Pensilvânia\nAnaheim | Califórnia | Lexington | Kentucky\nAnaheim | Califórnia | Cincinnati | Ohio\nAnaheim | Califórnia | Anchorage | Alasca\nAnaheim | Califórnia | Toledo | Ohio\nAnaheim | Califórnia | Plano | Texas\nAnaheim | Califórnia | Henderson | Nevada\nAnaheim | Califórnia | Orlando | Flórida\nAnaheim | Califórnia | Laredo | Texas\nAnaheim | Califórnia | Chandler | Arizona\nAnaheim | Califórnia | Madison | Wisconsin\nAnaheim | Califórnia | Lubbock | Texas\nAnaheim | Califórnia | Garland | Texas\nAnaheim | Califórnia | Glendale | Arizona\nAnaheim | Califórnia | Hialeah | Flórida\nAnaheim | Califórnia | Reno | Nevada\nAnaheim | Califórnia | Scottsdale | Arizona\nAnaheim | Califórnia | Irving | Texas\nAnaheim | Califórnia | Spokane | Washington\nAnaheim | Califórnia | Shreveport | Luisiana\nAnaheim | Califórnia | Tacoma | Washington\nAnaheim | Califórnia | Akron | Ohio\nAnaheim | Califórnia | Amarillo | Texas\nAnaheim | Califórnia | Tallahassee | Flórida\nAnaheim | Califórnia | Huntsville | Alabama\nAnaheim | Califórnia | Worcester | Massachusetts\nAnaheim | Califórnia | Chicago | Ilinóis\nAnaheim | Califórnia | Houston | Texas\nAnaheim | Califórnia | Filadélfia | Pensilvânia\nAnaheim | Califórnia | Fênix | Arizona\nAnaheim | Califórnia | Dallas | Texas\nHonolulu | Havai | Pitsburgo | Pensilvânia\nHonolulu | Havai | Lexington | Kentucky\nHonolulu | Havai | Stockton | Califórnia\nHonolulu | Havai | Cincinnati | Ohio\nHonolulu | Havai | Anchorage | Alasca\nHonolulu | Havai | Toledo | Ohio\nHonolulu | Havai | Plano | Texas\nHonolulu | Havai | Henderson | Nevada\nHonolulu | Havai | Orlando | Flórida\nHonolulu | Havai | Laredo | Texas\nHonolulu | Havai | Chandler | Arizona\nHonolulu | Havai | Madison | Wisconsin\nHonolulu | Havai | Lubbock | Texas\nHonolulu | Havai | Garland | Texas\nHonolulu | Havai | Glendale | Arizona\nHonolulu | Havai | Hialeah | Flórida\nHonolulu | Havai | Reno | Nevada\nHonolulu | Havai | Scottsdale | Arizona\nHonolulu | Havai | Irving | Texas\nHonolulu | Havai | Fremont | Califórnia\nHonolulu | Havai | Irvine | Califórnia\nHonolulu | Havai | Spokane | Washington\nHonolulu | Havai | Modesto | Califórnia\nHonolulu | Havai | Shreveport | Luisiana\nHonolulu | Havai | Tacoma | Washington\nHonolulu | Havai | Oxnard | Califórnia\nHonolulu | Havai | Fontana | Califórnia\nHonolulu | Havai | Akron | Ohio\nHonolulu | Havai | Amarillo | Texas\nHonolulu | Havai | Glendale | Califórnia\nHonolulu | Havai | Tallahassee | Flórida\nHonolulu | Havai | Huntsville | Alabama\nHonolulu | Havai | Worcester | Massachusetts\nHonolulu | Havai | Chicago | Ilinóis\nHonolulu | Havai | Houston | Texas\nHonolulu | Havai | Filadélfia | Pensilvânia\nHonolulu | Havai | Fênix | Arizona\nHonolulu | Havai | Dallas | Texas\nHonolulu | Havai | Jacksonville | Flórida\nPitsburgo | Pensilvânia | Lexington | Kentucky\nPitsburgo | Pensilvânia | Stockton | Califórnia\nPitsburgo | Pensilvânia | Cincinnati | Ohio\nPitsburgo | Pensilvânia | Anchorage | Alasca\nPitsburgo | Pensilvânia | Toledo | Ohio\nPitsburgo | Pensilvânia | Plano | Texas\nPitsburgo | Pensilvânia | Henderson | Nevada\nPitsburgo | Pensilvânia | Orlando | Flórida\nPitsburgo | Pensilvânia | Laredo | Texas\nPitsburgo | Pensilvânia | Chandler | Arizona\nPitsburgo | Pensilvânia | Madison | Wisconsin\nPitsburgo | Pensilvânia | Lubbock | Texas\nPitsburgo | Pensilvânia | Garland | Texas\nPitsburgo | Pensilvânia | Glendale | Arizona\nPitsburgo | Pensilvânia | Hialeah | Flórida\nPitsburgo | Pensilvânia | Reno | Nevada\nPitsburgo | Pensilvânia | Scottsdale | Arizona\nPitsburgo | Pensilvânia | Irving | Texas\nPitsburgo | Pensilvânia | Fremont | Califórnia\nPitsburgo | Pensilvânia | Irvine | Califórnia\nPitsburgo | Pensilvânia | Spokane | Washington\nPitsburgo | Pensilvânia | Modesto | Califórnia\nPitsburgo | Pensilvânia | Shreveport | Luisiana\nPitsburgo | Pensilvânia | Tacoma | Washington\nPitsburgo | Pensilvânia | Oxnard | Califórnia\nPitsburgo | Pensilvânia | Fontana | Califórnia\nPitsburgo | Pensilvânia | Akron | Ohio\nPitsburgo | Pensilvânia | Amarillo | Texas\nPitsburgo | Pensilvânia | Glendale | Califórnia\nPitsburgo | Pensilvânia | Tallahassee | Flórida\nPitsburgo | Pensilvânia | Huntsville | Alabama\nPitsburgo | Pensilvânia | Worcester | Massachusetts\nPitsburgo | Pensilvânia | Chicago | Ilinóis\nPitsburgo | Pensilvânia | Houston | Texas\nPitsburgo | Pensilvânia | Fênix | Arizona\nPitsburgo | Pensilvânia | Dallas | Texas\nPitsburgo | Pensilvânia | Jacksonville | Flórida\nPitsburgo | Pensilvânia | Indianápolis | Indiana\nLexington | Kentucky | Stockton | Califórnia\nLexington | Kentucky | Cincinnati | Ohio\nLexington | Kentucky | Anchorage | Alasca\nLexington | Kentucky | Toledo | Ohio\nLexington | Kentucky | Plano | Texas\nLexington | Kentucky | Henderson | Nevada\nLexington | Kentucky | Orlando | Flórida\nLexington | Kentucky | Laredo | Texas\nLexington | Kentucky | Chandler | Arizona\nLexington | Kentucky | Madison | Wisconsin\nLexington | Kentucky | Lubbock | Texas\nLexington | Kentucky | Garland | Texas\nLexington | Kentucky | Glendale | Arizona\nLexington | Kentucky | Hialeah | Flórida\nLexington | Kentucky | Reno | Nevada\nLexington | Kentucky | Scottsdale | Arizona\nLexington | Kentucky | Irving | Texas\nLexington | Kentucky | Fremont | Califórnia\nLexington | Kentucky | Irvine | Califórnia\nLexington | Kentucky | Spokane | Washington\nLexington | Kentucky | Modesto | Califórnia\nLexington | Kentucky | Shreveport | Luisiana\nLexington | Kentucky | Tacoma | Washington\nLexington | Kentucky | Oxnard | Califórnia\nLexington | Kentucky | Fontana | Califórnia\nLexington | Kentucky | Akron | Ohio\nLexington | Kentucky | Amarillo | Texas\nLexington | Kentucky | Glendale | Califórnia\nLexington | Kentucky | Tallahassee | Flórida\nLexington | Kentucky | Huntsville | Alabama\nLexington | Kentucky | Worcester | Massachusetts\nLexington | Kentucky | Chicago | Ilinóis\nLexington | Kentucky | Houston | Texas\nLexington | Kentucky | Filadélfia | Pensilvânia\nLexington | Kentucky | Fênix | Arizona\nLexington | Kentucky | Dallas | Texas\nLexington | Kentucky | Jacksonville | Flórida\nLexington | Kentucky | Indianápolis | Indiana\nLexington | Kentucky | Austin | Texas\nStockton | Califórnia | Cincinnati | Ohio\nStockton | Califórnia | Anchorage | Alasca\nStockton | Califórnia | Toledo | Ohio\nStockton | Califórnia | Plano | Texas\nStockton | Califórnia | Henderson | Nevada\nStockton | Califórnia | Orlando | Flórida\nStockton | Califórnia | Laredo | Texas\nStockton | Califórnia | Chandler | Arizona\nStockton | Califórnia | Madison | Wisconsin\nStockton | Califórnia | Lubbock | Texas\nStockton | Califórnia | Garland | Texas\nStockton | Califórnia | Glendale | Arizona\nStockton | Califórnia | Hialeah | Flórida\nStockton | Califórnia | Reno | Nevada\nStockton | Califórnia | Scottsdale | Arizona\nStockton | Califórnia | Irving | Texas\nStockton | Califórnia | Spokane | Washington\nStockton | Califórnia | Shreveport | Luisiana\nStockton | Califórnia | Tacoma | Washington\nStockton | Califórnia | Akron | Ohio\nStockton | Califórnia | Amarillo | Texas\nStockton | Califórnia | Tallahassee | Flórida\nStockton | Califórnia | Huntsville | Alabama\nStockton | Califórnia | Worcester | Massachusetts\nStockton | Califórnia | Chicago | Ilinóis\nStockton | Califórnia | Houston | Texas\nStockton | Califórnia | Filadélfia | Pensilvânia\nStockton | Califórnia | Fênix | Arizona\nStockton | Califórnia | Dallas | Texas\nStockton | Califórnia | Jacksonville | Flórida\nStockton | Califórnia | Indianápolis | Indiana\nStockton | Califórnia | Austin | Texas\nStockton | Califórnia | Detroit | Michigan\nCincinnati | Ohio | Anchorage | Alasca\nCincinnati | Ohio | Plano | Texas\nCincinnati | Ohio | Henderson | Nevada\nCincinnati | Ohio | Orlando | Flórida\nCincinnati | Ohio | Laredo | Texas\nCincinnati | Ohio | Chandler | Arizona\nCincinnati | Ohio | Madison | Wisconsin\nCincinnati | Ohio | Lubbock | Texas\nCincinnati | Ohio | Garland | Texas\nCincinnati | Ohio | Glendale | Arizona\nCincinnati | Ohio | Hialeah | Flórida\nCincinnati | Ohio | Reno | Nevada\nCincinnati | Ohio | Scottsdale | Arizona\nCincinnati | Ohio | Irving | Texas\nCincinnati | Ohio | Fremont | Califórnia\nCincinnati | Ohio | Irvine | Califórnia\nCincinnati | Ohio | Spokane | Washington\nCincinnati | Ohio | Modesto | Califórnia\nCincinnati | Ohio | Shreveport | Luisiana\nCincinnati | Ohio | Tacoma | Washington\nCincinnati | Ohio | Oxnard | Califórnia\nCincinnati | Ohio | Fontana | Califórnia\nCincinnati | Ohio | Amarillo | Texas\nCincinnati | Ohio | Glendale | Califórnia\nCincinnati | Ohio | Tallahassee | Flórida\nCincinnati | Ohio | Huntsville | Alabama\nCincinnati | Ohio | Worcester | Massachusetts\nCincinnati | Ohio | Chicago | Ilinóis\nCincinnati | Ohio | Houston | Texas\nCincinnati | Ohio | Filadélfia | Pensilvânia\nCincinnati | Ohio | Fênix | Arizona\nCincinnati | Ohio | Dallas | Texas\nCincinnati | Ohio | Jacksonville | Flórida\nCincinnati | Ohio | Indianápolis | Indiana\nCincinnati | Ohio | Austin | Texas\nCincinnati | Ohio | Detroit | Michigan\nCincinnati | Ohio | Mênfis | Tennessee\nAnchorage | Alasca | Toledo | Ohio\nAnchorage | Alasca | Plano | Texas\nAnchorage | Alasca | Henderson | Nevada\nAnchorage | Alasca | Orlando | Flórida\nAnchorage | Alasca | Laredo | Texas\nAnchorage | Alasca | Chandler | Arizona\nAnchorage | Alasca | Madison | Wisconsin\nAnchorage | Alasca | Lubbock | Texas\nAnchorage | Alasca | Garland | Texas\nAnchorage | Alasca | Glendale | Arizona\nAnchorage | Alasca | Hialeah | Flórida\nAnchorage | Alasca | Reno | Nevada\nAnchorage | Alasca | Scottsdale | Arizona\nAnchorage | Alasca | Irving | Texas\nAnchorage | Alasca | Fremont | Califórnia\nAnchorage | Alasca | Irvine | Califórnia\nAnchorage | Alasca | Spokane | Washington\nAnchorage | Alasca | Modesto | Califórnia\nAnchorage | Alasca | Shreveport | Luisiana\nAnchorage | Alasca | Tacoma | Washington\nAnchorage | Alasca | Oxnard | Califórnia\nAnchorage | Alasca | Fontana | Califórnia\nAnchorage | Alasca | Akron | Ohio\nAnchorage | Alasca | Amarillo | Texas\nAnchorage | Alasca | Glendale | Califórnia\nAnchorage | Alasca | Tallahassee | Flórida\nAnchorage | Alasca | Huntsville | Alabama\nAnchorage | Alasca | Worcester | Massachusetts\nAnchorage | Alasca | Chicago | Ilinóis\nAnchorage | Alasca | Houston | Texas\nAnchorage | Alasca | Filadélfia | Pensilvânia\nAnchorage | Alasca | Fênix | Arizona\nAnchorage | Alasca | Dallas | Texas\nAnchorage | Alasca | Jacksonville | Flórida\nAnchorage | Alasca | Indianápolis | Indiana\nAnchorage | Alasca | Austin | Texas\nAnchorage | Alasca | Detroit | Michigan\nAnchorage | Alasca | Mênfis | Tennessee\nAnchorage | Alasca | Boston | Massachusetts\nToledo | Ohio | Plano | Texas\nToledo | Ohio | Henderson | Nevada\nToledo | Ohio | Orlando | Flórida\nToledo | Ohio | Laredo | Texas\nToledo | Ohio | Chandler | Arizona\nToledo | Ohio | Madison | Wisconsin\nToledo | Ohio | Lubbock | Texas\nToledo | Ohio | Garland | Texas\nToledo | Ohio | Glendale | Arizona\nToledo | Ohio | Hialeah | Flórida\nToledo | Ohio | Reno | Nevada\nToledo | Ohio | Scottsdale | Arizona\nToledo | Ohio | Irving | Texas\nToledo | Ohio | Fremont | Califórnia\nToledo | Ohio | Irvine | Califórnia\nToledo | Ohio | Spokane | Washington\nToledo | Ohio | Modesto | Califórnia\nToledo | Ohio | Shreveport | Luisiana\nToledo | Ohio | Tacoma | Washington\nToledo | Ohio | Oxnard | Califórnia\nToledo | Ohio | Fontana | Califórnia\nToledo | Ohio | Amarillo | Texas\nToledo | Ohio | Glendale | Califórnia\nToledo | Ohio | Tallahassee | Flórida\nToledo | Ohio | Huntsville | Alabama\nToledo | Ohio | Worcester | Massachusetts\nToledo | Ohio | Chicago | Ilinóis\nToledo | Ohio | Houston | Texas\nToledo | Ohio | Filadélfia | Pensilvânia\nToledo | Ohio | Fênix | Arizona\nToledo | Ohio | Dallas | Texas\nToledo | Ohio | Jacksonville | Flórida\nToledo | Ohio | Indianápolis | Indiana\nToledo | Ohio | Austin | Texas\nToledo | Ohio | Detroit | Michigan\nToledo | Ohio | Mênfis | Tennessee\nToledo | Ohio | Boston | Massachusetts\nToledo | Ohio | Seattle | Washington\nPlano | Texas | Henderson | Nevada\nPlano | Texas | Orlando | Flórida\nPlano | Texas | Chandler | Arizona\nPlano | Texas | Madison | Wisconsin\nPlano | Texas | Glendale | Arizona\nPlano | Texas | Hialeah | Flórida\nPlano | Texas | Reno | Nevada\nPlano | Texas | Scottsdale | Arizona\nPlano | Texas | Fremont | Califórnia\nPlano | Texas | Irvine | Califórnia\nPlano | Texas | Spokane | Washington\nPlano | Texas | Modesto | Califórnia\nPlano | Texas | Shreveport | Luisiana\nPlano | Texas | Tacoma | Washington\nPlano | Texas | Oxnard | Califórnia\nPlano | Texas | Fontana | Califórnia\nPlano | Texas | Akron | Ohio\nPlano | Texas | Glendale | Califórnia\nPlano | Texas | Tallahassee | Flórida\nPlano | Texas | Huntsville | Alabama\nPlano | Texas | Worcester | Massachusetts\nPlano | Texas | Chicago | Ilinóis\nPlano | Texas | Filadélfia | Pensilvânia\nPlano | Texas | Fênix | Arizona\nPlano | Texas | Jacksonville | Flórida\nPlano | Texas | Indianápolis | Indiana\nPlano | Texas | Detroit | Michigan\nPlano | Texas | Mênfis | Tennessee\nPlano | Texas | Boston | Massachusetts\nPlano | Texas | Seattle | Washington\nPlano | Texas | Denver | Colorado\nHenderson | Nevada | Orlando | Flórida\nHenderson | Nevada | Laredo | Texas\nHenderson | Nevada | Chandler | Arizona\nHenderson | Nevada | Madison | Wisconsin\nHenderson | Nevada | Lubbock | Texas\nHenderson | Nevada | Garland | Texas\nHenderson | Nevada | Glendale | Arizona\nHenderson | Nevada | Hialeah | Flórida\nHenderson | Nevada | Scottsdale | Arizona\nHenderson | Nevada | Irving | Texas\nHenderson | Nevada | Fremont | Califórnia\nHenderson | Nevada | Irvine | Califórnia\nHenderson | Nevada | Spokane | Washington\nHenderson | Nevada | Modesto | Califórnia\nHenderson | Nevada | Shreveport | Luisiana\nHenderson | Nevada | Tacoma | Washington\nHenderson | Nevada | Oxnard | Califórnia\nHenderson | Nevada | Fontana | Califórnia\nHenderson | Nevada | Akron | Ohio\nHenderson | Nevada | Amarillo | Texas\nHenderson | Nevada | Glendale | Califórnia\nHenderson | Nevada | Tallahassee | Flórida\nHenderson | Nevada | Huntsville | Alabama\nHenderson | Nevada | Worcester | Massachusetts\nHenderson | Nevada | Chicago | Ilinóis\nHenderson | Nevada | Houston | Texas\nHenderson | Nevada | Filadélfia | Pensilvânia\nHenderson | Nevada | Fênix | Arizona\nHenderson | Nevada | Dallas | Texas\nHenderson | Nevada | Jacksonville | Flórida\nHenderson | Nevada | Indianápolis | Indiana\nHenderson | Nevada | Austin | Texas\nHenderson | Nevada | Detroit | Michigan\nHenderson | Nevada | Mênfis | Tennessee\nHenderson | Nevada | Boston | Massachusetts\nHenderson | Nevada | Seattle | Washington\nHenderson | Nevada | Denver | Colorado\nHenderson | Nevada | Baltimore | Marilândia\nOrlando | Flórida | Laredo | Texas\nOrlando | Flórida | Chandler | Arizona\nOrlando | Flórida | Madison | Wisconsin\nOrlando | Flórida | Lubbock | Texas\nOrlando | Flórida | Garland | Texas\nOrlando | Flórida | Glendale | Arizona\nOrlando | Flórida | Reno | Nevada\nOrlando | Flórida | Scottsdale | Arizona\nOrlando | Flórida | Irving | Texas\nOrlando | Flórida | Fremont | Califórnia\nOrlando | Flórida | Irvine | Califórnia\nOrlando | Flórida | Spokane | Washington\nOrlando | Flórida | Modesto | Califórnia\nOrlando | Flórida | Shreveport | Luisiana\nOrlando | Flórida | Tacoma | Washington\nOrlando | Flórida | Oxnard | Califórnia\nOrlando | Flórida | Fontana | Califórnia\nOrlando | Flórida | Akron | Ohio\nOrlando | Flórida | Amarillo | Texas\nOrlando | Flórida | Glendale | Califórnia\nOrlando | Flórida | Huntsville | Alabama\nOrlando | Flórida | Worcester | Massachusetts\nOrlando | Flórida | Chicago | Ilinóis\nOrlando | Flórida | Houston | Texas\nOrlando | Flórida | Filadélfia | Pensilvânia\nOrlando | Flórida | Fênix | Arizona\nOrlando | Flórida | Dallas | Texas\nOrlando | Flórida | Indianápolis | Indiana\nOrlando | Flórida | Austin | Texas\nOrlando | Flórida | Detroit | Michigan\nOrlando | Flórida | Mênfis | Tennessee\nOrlando | Flórida | Boston | Massachusetts\nOrlando | Flórida | Seattle | Washington\nOrlando | Flórida | Denver | Colorado\nOrlando | Flórida | Baltimore | Marilândia\nOrlando | Flórida | Nashville | Tennessee\nLaredo | Texas | Chandler | Arizona\nLaredo | Texas | Madison | Wisconsin\nLaredo | Texas | Glendale | Arizona\nLaredo | Texas | Hialeah | Flórida\nLaredo | Texas | Reno | Nevada\nLaredo | Texas | Scottsdale | Arizona\nLaredo | Texas | Fremont | Califórnia\nLaredo | Texas | Irvine | Califórnia\nLaredo | Texas | Spokane | Washington\nLaredo | Texas | Modesto | Califórnia\nLaredo | Texas | Shreveport | Luisiana\nLaredo | Texas | Tacoma | Washington\nLaredo | Texas | Oxnard | Califórnia\nLaredo | Texas | Fontana | Califórnia\nLaredo | Texas | Akron | Ohio\nLaredo | Texas | Glendale | Califórnia\nLaredo | Texas | Tallahassee | Flórida\nLaredo | Texas | Huntsville | Alabama\nLaredo | Texas | Worcester | Massachusetts\nLaredo | Texas | Chicago | Ilinóis\nLaredo | Texas | Filadélfia | Pensilvânia\nLaredo | Texas | Fênix | Arizona\nLaredo | Texas | Jacksonville | Flórida\nLaredo | Texas | Indianápolis | Indiana\nLaredo | Texas | Detroit | Michigan\nLaredo | Texas | Mênfis | Tennessee\nLaredo | Texas | Boston | Massachusetts\nLaredo | Texas | Seattle | Washington\nLaredo | Texas | Denver | Colorado\nLaredo | Texas | Baltimore | Marilândia\nLaredo | Texas | Nashville | Tennessee\nLaredo | Texas | Louisville | Kentucky\nChandler | Arizona | Madison | Wisconsin\nChandler | Arizona | Lubbock | Texas\nChandler | Arizona | Garland | Texas\nChandler | Arizona | Hialeah | Flórida\nChandler | Arizona | Reno | Nevada\nChandler | Arizona | Irving | Texas\nChandler | Arizona | Fremont | Califórnia\nChandler | Arizona | Irvine | Califórnia\nChandler | Arizona | Spokane | Washington\nChandler | Arizona | Modesto | Califórnia\nChandler | Arizona | Shreveport | Luisiana\nChandler | Arizona | Tacoma | Washington\nChandler | Arizona | Oxnard | Califórnia\nChandler | Arizona | Fontana | Califórnia\nChandler | Arizona | Akron | Ohio\nChandler | Arizona | Amarillo | Texas\nChandler | Arizona | Glendale | Califórnia\nChandler | Arizona | Tallahassee | Flórida\nChandler | Arizona | Huntsville | Alabama\nChandler | Arizona | Worcester | Massachusetts\nChandler | Arizona | Chicago | Ilinóis\nChandler | Arizona | Houston | Texas\nChandler | Arizona | Filadélfia | Pensilvânia\nChandler | Arizona | Dallas | Texas\nChandler | Arizona | Jacksonville | Flórida\nChandler | Arizona | Indianápolis | Indiana\nChandler | Arizona | Austin | Texas\nChandler | Arizona | Detroit | Michigan\nChandler | Arizona | Mênfis | Tennessee\nChandler | Arizona | Boston | Massachusetts\nChandler | Arizona | Seattle | Washington\nChandler | Arizona | Denver | Colorado\nChandler | Arizona | Baltimore | Marilândia\nChandler | Arizona | Nashville | Tennessee\nChandler | Arizona | Louisville | Kentucky\nChandler | Arizona | Milwaukee | Wisconsin\nMadison | Wisconsin | Lubbock | Texas\nMadison | Wisconsin | Garland | Texas\nMadison | Wisconsin | Glendale | Arizona\nMadison | Wisconsin | Hialeah | Flórida\nMadison | Wisconsin | Reno | Nevada\nMadison | Wisconsin | Scottsdale | Arizona\nMadison | Wisconsin | Irving | Texas\nMadison | Wisconsin | Fremont | Califórnia\nMadison | Wisconsin | Irvine | Califórnia\nMadison | Wisconsin | Spokane | Washington\nMadison | Wisconsin | Modesto | Califórnia\nMadison | Wisconsin | Shreveport | Luisiana\nMadison | Wisconsin | Tacoma | Washington\nMadison | Wisconsin | Oxnard | Califórnia\nMadison | Wisconsin | Fontana | Califórnia\nMadison | Wisconsin | Akron | Ohio\nMadison | Wisconsin | Amarillo | Texas\nMadison | Wisconsin | Glendale | Califórnia\nMadison | Wisconsin | Tallahassee | Flórida\nMadison | Wisconsin | Huntsville | Alabama\nMadison | Wisconsin | Worcester | Massachusetts\nMadison | Wisconsin | Chicago | Ilinóis\nMadison | Wisconsin | Houston | Texas\nMadison | Wisconsin | Filadélfia | Pensilvânia\nMadison | Wisconsin | Fênix | Arizona\nMadison | Wisconsin | Dallas | Texas\nMadison | Wisconsin | Jacksonville | Flórida\nMadison | Wisconsin | Indianápolis | Indiana\nMadison | Wisconsin | Austin | Texas\nMadison | Wisconsin | Detroit | Michigan\nMadison | Wisconsin | Mênfis | Tennessee\nMadison | Wisconsin | Boston | Massachusetts\nMadison | Wisconsin | Seattle | Washington\nMadison | Wisconsin | Denver | Colorado\nMadison | Wisconsin | Baltimore | Marilândia\nMadison | Wisconsin | Nashville | Tennessee\nMadison | Wisconsin | Louisville | Kentucky\nMadison | Wisconsin | Portland | Oregão\nLubbock | Texas | Glendale | Arizona\nLubbock | Texas | Hialeah | Flórida\nLubbock | Texas | Reno | Nevada\nLubbock | Texas | Scottsdale | Arizona\nLubbock | Texas | Fremont | Califórnia\nLubbock | Texas | Irvine | Califórnia\nLubbock | Texas | Spokane | Washington\nLubbock | Texas | Modesto | Califórnia\nLubbock | Texas | Shreveport | Luisiana\nLubbock | Texas | Tacoma | Washington\nLubbock | Texas | Oxnard | Califórnia\nLubbock | Texas | Fontana | Califórnia\nLubbock | Texas | Akron | Ohio\nLubbock | Texas | Glendale | Califórnia\nLubbock | Texas | Tallahassee | Flórida\nLubbock | Texas | Huntsville | Alabama\nLubbock | Texas | Worcester | Massachusetts\nLubbock | Texas | Chicago | Ilinóis\nLubbock | Texas | Filadélfia | Pensilvânia\nLubbock | Texas | Fênix | Arizona\nLubbock | Texas | Jacksonville | Flórida\nLubbock | Texas | Indianápolis | Indiana\nLubbock | Texas | Detroit | Michigan\nLubbock | Texas | Mênfis | Tennessee\nLubbock | Texas | Boston | Massachusetts\nLubbock | Texas | Seattle | Washington\nLubbock | Texas | Denver | Colorado\nLubbock | Texas | Baltimore | Marilândia\nLubbock | Texas | Nashville | Tennessee\nLubbock | Texas | Louisville | Kentucky\nLubbock | Texas | Milwaukee | Wisconsin\nLubbock | Texas | Portland | Oregão\nLubbock | Texas | Tucson | Arizona\nGarland | Texas | Glendale | Arizona\nGarland | Texas | Hialeah | Flórida\nGarland | Texas | Reno | Nevada\nGarland | Texas | Scottsdale | Arizona\nGarland | Texas | Fremont | Califórnia\nGarland | Texas | Irvine | Califórnia\nGarland | Texas | Spokane | Washington\nGarland | Texas | Modesto | Califórnia\nGarland | Texas | Shreveport | Luisiana\nGarland | Texas | Tacoma | Washington\nGarland | Texas | Oxnard | Califórnia\nGarland | Texas | Fontana | Califórnia\nGarland | Texas | Akron | Ohio\nGarland | Texas | Glendale | Califórnia\nGarland | Texas | Tallahassee | Flórida\nGarland | Texas | Huntsville | Alabama\nGarland | Texas | Worcester | Massachusetts\nGarland | Texas | Chicago | Ilinóis\nGarland | Texas | Filadélfia | Pensilvânia\nGarland | Texas | Fênix | Arizona\nGarland | Texas | Jacksonville | Flórida\nGarland | Texas | Indianápolis | Indiana\nGarland | Texas | Detroit | Michigan\nGarland | Texas | Mênfis | Tennessee\nGarland | Texas | Boston | Massachusetts\nGarland | Texas | Seattle | Washington\nGarland | Texas | Denver | Colorado\nGarland | Texas | Baltimore | Marilândia\nGarland | Texas | Nashville | Tennessee\nGarland | Texas | Louisville | Kentucky\nGarland | Texas | Milwaukee | Wisconsin\nGarland | Texas | Portland | Oregão\nGarland | Texas | Tucson | Arizona\nGarland | Texas | Fresno | Califórnia\nGlendale | Arizona | Hialeah | Flórida\nGlendale | Arizona | Reno | Nevada\nGlendale | Arizona | Irving | Texas\nGlendale | Arizona | Fremont | Califórnia\nGlendale | Arizona | Irvine | Califórnia\nGlendale | Arizona | Spokane | Washington\nGlendale | Arizona | Modesto | Califórnia\nGlendale | Arizona | Shreveport | Luisiana\nGlendale | Arizona | Tacoma | Washington\nGlendale | Arizona | Oxnard | Califórnia\nGlendale | Arizona | Fontana | Califórnia\nGlendale | Arizona | Akron | Ohio\nGlendale | Arizona | Amarillo | Texas\nGlendale | Arizona | Tallahassee | Flórida\nGlendale | Arizona | Huntsville | Alabama\nGlendale | Arizona | Worcester | Massachusetts\nGlendale | Arizona | Chicago | Ilinóis\nGlendale | Arizona | Houston | Texas\nGlendale | Arizona | Filadélfia | Pensilvânia\nGlendale | Arizona | Dallas | Texas\nGlendale | Arizona | Jacksonville | Flórida\nGlendale | Arizona | Indianápolis | Indiana\nGlendale | Arizona | Austin | Texas\nGlendale | Arizona | Detroit | Michigan\nGlendale | Arizona | Mênfis | Tennessee\nGlendale | Arizona | Boston | Massachusetts\nGlendale | Arizona | Seattle | Washington\nGlendale | Arizona | Denver | Colorado\nGlendale | Arizona | Baltimore | Marilândia\nGlendale | Arizona | Nashville | Tennessee\nGlendale | Arizona | Louisville | Kentucky\nGlendale | Arizona | Milwaukee | Wisconsin\nGlendale | Arizona | Portland | Oregão\nGlendale | Arizona | Fresno | Califórnia\nGlendale | Arizona | Sacramento | Califórnia\nHialeah | Flórida | Reno | Nevada\nHialeah | Flórida | Scottsdale | Arizona\nHialeah | Flórida | Irving | Texas\nHialeah | Flórida | Fremont | Califórnia\nHialeah | Flórida | Irvine | Califórnia\nHialeah | Flórida | Spokane | Washington\nHialeah | Flórida | Modesto | Califórnia\nHialeah | Flórida | Shreveport | Luisiana\nHialeah | Flórida | Tacoma | Washington\nHialeah | Flórida | Oxnard | Califórnia\nHialeah | Flórida | Fontana | Califórnia\nHialeah | Flórida | Akron | Ohio\nHialeah | Flórida | Amarillo | Texas\nHialeah | Flórida | Glendale | Califórnia\nHialeah | Flórida | Huntsville | Alabama\nHialeah | Flórida | Worcester | Massachusetts\nHialeah | Flórida | Chicago | Ilinóis\nHialeah | Flórida | Houston | Texas\nHialeah | Flórida | Filadélfia | Pensilvânia\nHialeah | Flórida | Fênix | Arizona\nHialeah | Flórida | Dallas | Texas\nHialeah | Flórida | Indianápolis | Indiana\nHialeah | Flórida | Austin | Texas\nHialeah | Flórida | Detroit | Michigan\nHialeah | Flórida | Mênfis | Tennessee\nHialeah | Flórida | Boston | Massachusetts\nHialeah | Flórida | Seattle | Washington\nHialeah | Flórida | Denver | Colorado\nHialeah | Flórida | Baltimore | Marilândia\nHialeah | Flórida | Nashville | Tennessee\nHialeah | Flórida | Louisville | Kentucky\nHialeah | Flórida | Milwaukee | Wisconsin\nHialeah | Flórida | Portland | Oregão\nHialeah | Flórida | Tucson | Arizona\nHialeah | Flórida | Fresno | Califórnia\nHialeah | Flórida | Sacramento | Califórnia\nHialeah | Flórida | Mesa | Arizona\nReno | Nevada | Scottsdale | Arizona\nReno | Nevada | Irving | Texas\nReno | Nevada | Fremont | Califórnia\nReno | Nevada | Irvine | Califórnia\nReno | Nevada | Spokane | Washington\nReno | Nevada | Modesto | Califórnia\nReno | Nevada | Shreveport | Luisiana\nReno | Nevada | Tacoma | Washington\nReno | Nevada | Oxnard | Califórnia\nReno | Nevada | Fontana | Califórnia\nReno | Nevada | Akron | Ohio\nReno | Nevada | Amarillo | Texas\nReno | Nevada | Glendale | Califórnia\nReno | Nevada | Tallahassee | Flórida\nReno | Nevada | Huntsville | Alabama\nReno | Nevada | Worcester | Massachusetts\nReno | Nevada | Chicago | Ilinóis\nReno | Nevada | Houston | Texas\nReno | Nevada | Filadélfia | Pensilvânia\nReno | Nevada | Fênix | Arizona\nReno | Nevada | Dallas | Texas\nReno | Nevada | Jacksonville | Flórida\nReno | Nevada | Indianápolis | Indiana\nReno | Nevada | Austin | Texas\nReno | Nevada | Detroit | Michigan\nReno | Nevada | Mênfis | Tennessee\nReno | Nevada | Boston | Massachusetts\nReno | Nevada | Seattle | Washington\nReno | Nevada | Denver | Colorado\nReno | Nevada | Baltimore | Marilândia\nReno | Nevada | Nashville | Tennessee\nReno | Nevada | Louisville | Kentucky\nReno | Nevada | Milwaukee | Wisconsin\nReno | Nevada | Portland | Oregão\nReno | Nevada | Tucson | Arizona\nReno | Nevada | Fresno | Califórnia\nReno | Nevada | Sacramento | Califórnia\nReno | Nevada | Mesa | Arizona\nReno | Nevada | Atlanta | Geórgia\nScottsdale | Arizona | Irving | Texas\nScottsdale | Arizona | Fremont | Califórnia\nScottsdale | Arizona | Irvine | Califórnia\nScottsdale | Arizona | Spokane | Washington\nScottsdale | Arizona | Modesto | Califórnia\nScottsdale | Arizona | Shreveport | Luisiana\nScottsdale | Arizona | Tacoma | Washington\nScottsdale | Arizona | Oxnard | Califórnia\nScottsdale | Arizona | Fontana | Califórnia\nScottsdale | Arizona | Akron | Ohio\nScottsdale | Arizona | Amarillo | Texas\nScottsdale | Arizona | Glendale | Califórnia\nScottsdale | Arizona | Tallahassee | Flórida\nScottsdale | Arizona | Huntsville | Alabama\nScottsdale | Arizona | Worcester | Massachusetts\nScottsdale | Arizona | Chicago | Ilinóis\nScottsdale | Arizona | Houston | Texas\nScottsdale | Arizona | Filadélfia | Pensilvânia\nScottsdale | Arizona | Dallas | Texas\nScottsdale | Arizona | Jacksonville | Flórida\nScottsdale | Arizona | Indianápolis | Indiana\nScottsdale | Arizona | Austin | Texas\nScottsdale | Arizona | Detroit | Michigan\nScottsdale | Arizona | Mênfis | Tennessee\nScottsdale | Arizona | Boston | Massachusetts\nScottsdale | Arizona | Seattle | Washington\nScottsdale | Arizona | Denver | Colorado\nScottsdale | Arizona | Baltimore | Marilândia\nScottsdale | Arizona | Nashville | Tennessee\nScottsdale | Arizona | Louisville | Kentucky\nScottsdale | Arizona | Milwaukee | Wisconsin\nScottsdale | Arizona | Portland | Oregão\nScottsdale | Arizona | Fresno | Califórnia\nScottsdale | Arizona | Sacramento | Califórnia\nScottsdale | Arizona | Atlanta | Geórgia\nScottsdale | Arizona | Omaha | Nebraska\nIrving | Texas | Fremont | Califórnia\nIrving | Texas | Irvine | Califórnia\nIrving | Texas | Spokane | Washington\nIrving | Texas | Modesto | Califórnia\nIrving | Texas | Shreveport | Luisiana\nIrving | Texas | Tacoma | Washington\nIrving | Texas | Oxnard | Califórnia\nIrving | Texas | Fontana | Califórnia\nIrving | Texas | Akron | Ohio\nIrving | Texas | Glendale | Califórnia\nIrving | Texas | Tallahassee | Flórida\nIrving | Texas | Huntsville | Alabama\nIrving | Texas | Worcester | Massachusetts\nIrving | Texas | Chicago | Ilinóis\nIrving | Texas | Filadélfia | Pensilvânia\nIrving | Texas | Fênix | Arizona\nIrving | Texas | Jacksonville | Flórida\nIrving | Texas | Indianápolis | Indiana\nIrving | Texas | Detroit | Michigan\nIrving | Texas | Mênfis | Tennessee\nIrving | Texas | Boston | Massachusetts\nIrving | Texas | Seattle | Washington\nIrving | Texas | Denver | Colorado\nIrving | Texas | Baltimore | Marilândia\nIrving | Texas | Nashville | Tennessee\nIrving | Texas | Louisville | Kentucky\nIrving | Texas | Milwaukee | Wisconsin\nIrving | Texas | Portland | Oregão\nIrving | Texas | Tucson | Arizona\nIrving | Texas | Fresno | Califórnia\nIrving | Texas | Sacramento | Califórnia\nIrving | Texas | Mesa | Arizona\nIrving | Texas | Atlanta | Geórgia\nIrving | Texas | Omaha | Nebraska\nIrving | Texas | Miami | Flórida\nFremont | Califórnia | Spokane | Washington\nFremont | Califórnia | Shreveport | Luisiana\nFremont | Califórnia | Tacoma | Washington\nFremont | Califórnia | Akron | Ohio\nFremont | Califórnia | Amarillo | Texas\nFremont | Califórnia | Tallahassee | Flórida\nFremont | Califórnia | Huntsville | Alabama\nFremont | Califórnia | Worcester | Massachusetts\nFremont | Califórnia | Chicago | Ilinóis\nFremont | Califórnia | Houston | Texas\nFremont | Califórnia | Filadélfia | Pensilvânia\nFremont | Califórnia | Fênix | Arizona\nFremont | Califórnia | Dallas | Texas\nFremont | Califórnia | Jacksonville | Flórida\nFremont | Califórnia | Indianápolis | Indiana\nFremont | Califórnia | Austin | Texas\nFremont | Califórnia | Detroit | Michigan\nFremont | Califórnia | Mênfis | Tennessee\nFremont | Califórnia | Boston | Massachusetts\nFremont | Califórnia | Seattle | Washington\nFremont | Califórnia | Denver | Colorado\nFremont | Califórnia | Baltimore | Marilândia\nFremont | Califórnia | Nashville | Tennessee\nFremont | Califórnia | Louisville | Kentucky\nFremont | Califórnia | Milwaukee | Wisconsin\nFremont | Califórnia | Portland | Oregão\nFremont | Califórnia | Tucson | Arizona\nFremont | Califórnia | Mesa | Arizona\nFremont | Califórnia | Atlanta | Geórgia\nFremont | Califórnia | Omaha | Nebraska\nFremont | Califórnia | Miami | Flórida\nFremont | Califórnia | Tulsa | Oklahoma\nIrvine | Califórnia | Spokane | Washington\nIrvine | Califórnia | Shreveport | Luisiana\nIrvine | Califórnia | Tacoma | Washington\nIrvine | Califórnia | Akron | Ohio\nIrvine | Califórnia | Amarillo | Texas\nIrvine | Califórnia | Tallahassee | Flórida\nIrvine | Califórnia | Huntsville | Alabama\nIrvine | Califórnia | Worcester | Massachusetts\nIrvine | Califórnia | Chicago | Ilinóis\nIrvine | Califórnia | Houston | Texas\nIrvine | Califórnia | Filadélfia | Pensilvânia\nIrvine | Califórnia | Fênix | Arizona\nIrvine | Califórnia | Dallas | Texas\nIrvine | Califórnia | Jacksonville | Flórida\nIrvine | Califórnia | Indianápolis | Indiana\nIrvine | Califórnia | Austin | Texas\nIrvine | Califórnia | Detroit | Michigan\nIrvine | Califórnia | Mênfis | Tennessee\nIrvine | Califórnia | Boston | Massachusetts\nIrvine | Califórnia | Seattle | Washington\nIrvine | Califórnia | Denver | Colorado\nIrvine | Califórnia | Baltimore | Marilândia\nIrvine | Califórnia | Nashville | Tennessee\nIrvine | Califórnia | Louisville | Kentucky\nIrvine | Califórnia | Milwaukee | Wisconsin\nIrvine | Califórnia | Portland | Oregão\nIrvine | Califórnia | Tucson | Arizona\nIrvine | Califórnia | Mesa | Arizona\nIrvine | Califórnia | Atlanta | Geórgia\nIrvine | Califórnia | Omaha | Nebraska\nIrvine | Califórnia | Miami | Flórida\nIrvine | Califórnia | Tulsa | Oklahoma\nSpokane | Washington | Modesto | Califórnia\nSpokane | Washington | Shreveport | Luisiana\nSpokane | Washington | Oxnard | Califórnia\nSpokane | Washington | Fontana | Califórnia\nSpokane | Washington | Akron | Ohio\nSpokane | Washington | Amarillo | Texas\nSpokane | Washington | Glendale | Califórnia\nSpokane | Washington | Tallahassee | Flórida\nSpokane | Washington | Huntsville | Alabama\nSpokane | Washington | Worcester | Massachusetts\nSpokane | Washington | Chicago | Ilinóis\nSpokane | Washington | Houston | Texas\nSpokane | Washington | Filadélfia | Pensilvânia\nSpokane | Washington | Fênix | Arizona\nSpokane | Washington | Dallas | Texas\nSpokane | Washington | Jacksonville | Flórida\nSpokane | Washington | Indianápolis | Indiana\nSpokane | Washington | Austin | Texas\nSpokane | Washington | Detroit | Michigan\nSpokane | Washington | Mênfis | Tennessee\nSpokane | Washington | Boston | Massachusetts\nSpokane | Washington | Denver | Colorado\nSpokane | Washington | Baltimore | Marilândia\nSpokane | Washington | Nashville | Tennessee\nSpokane | Washington | Louisville | Kentucky\nSpokane | Washington | Milwaukee | Wisconsin\nSpokane | Washington | Portland | Oregão\nSpokane | Washington | Tucson | Arizona\nSpokane | Washington | Fresno | Califórnia\nSpokane | Washington | Sacramento | Califórnia\nSpokane | Washington | Mesa | Arizona\nSpokane | Washington | Atlanta | Geórgia\nSpokane | Washington | Omaha | Nebraska\nSpokane | Washington | Miami | Flórida\nSpokane | Washington | Tulsa | Oklahoma\nSpokane | Washington | Oakland | Califórnia\nSpokane | Washington | Cleveland | Ohio\nModesto | Califórnia | Shreveport | Luisiana\nModesto | Califórnia | Tacoma | Washington\nModesto | Califórnia | Akron | Ohio\nModesto | Califórnia | Amarillo | Texas\nModesto | Califórnia | Tallahassee | Flórida\nModesto | Califórnia | Huntsville | Alabama\nModesto | Califórnia | Worcester | Massachusetts\nModesto | Califórnia | Chicago | Ilinóis\nModesto | Califórnia | Houston | Texas\nModesto | Califórnia | Filadélfia | Pensilvânia\nModesto | Califórnia | Fênix | Arizona\nModesto | Califórnia | Dallas | Texas\nModesto | Califórnia | Jacksonville | Flórida\nModesto | Califórnia | Indianápolis | Indiana\nModesto | Califórnia | Austin | Texas\nModesto | Califórnia | Detroit | Michigan\nModesto | Califórnia | Mênfis | Tennessee\nModesto | Califórnia | Boston | Massachusetts\nModesto | Califórnia | Seattle | Washington\nModesto | Califórnia | Denver | Colorado\nModesto | Califórnia | Baltimore | Marilândia\nModesto | Califórnia | Nashville | Tennessee\nModesto | Califórnia | Louisville | Kentucky\nModesto | Califórnia | Milwaukee | Wisconsin\nModesto | Califórnia | Portland | Oregão\nModesto | Califórnia | Tucson | Arizona\nModesto | Califórnia | Mesa | Arizona\nModesto | Califórnia | Atlanta | Geórgia\nModesto | Califórnia | Omaha | Nebraska\nModesto | Califórnia | Miami | Flórida\nModesto | Califórnia | Tulsa | Oklahoma\nModesto | Califórnia | Cleveland | Ohio\nModesto | Califórnia | Minneapolis | Minesota\nShreveport | Luisiana | Tacoma | Washington\nShreveport | Luisiana | Oxnard | Califórnia\nShreveport | Luisiana | Fontana | Califórnia\nShreveport | Luisiana | Akron | Ohio\nShreveport | Luisiana | Amarillo | Texas\nShreveport | Luisiana | Glendale | Califórnia\nShreveport | Luisiana | Tallahassee | Flórida\nShreveport | Luisiana | Huntsville | Alabama\nShreveport | Luisiana | Worcester | Massachusetts\nShreveport | Luisiana | Chicago | Ilinóis\nShreveport | Luisiana | Houston | Texas\nShreveport | Luisiana | Filadélfia | Pensilvânia\nShreveport | Luisiana | Fênix | Arizona\nShreveport | Luisiana | Dallas | Texas\nShreveport | Luisiana | Jacksonville | Flórida\nShreveport | Luisiana | Indianápolis | Indiana\nShreveport | Luisiana | Austin | Texas\nShreveport | Luisiana | Detroit | Michigan\nShreveport | Luisiana | Mênfis | Tennessee\nShreveport | Luisiana | Boston | Massachusetts\nShreveport | Luisiana | Seattle | Washington\nShreveport | Luisiana | Denver | Colorado\nShreveport | Luisiana | Baltimore | Marilândia\nShreveport | Luisiana | Nashville | Tennessee\nShreveport | Luisiana | Louisville | Kentucky\nShreveport | Luisiana | Milwaukee | Wisconsin\nShreveport | Luisiana | Portland | Oregão\nShreveport | Luisiana | Tucson | Arizona\nShreveport | Luisiana | Fresno | Califórnia\nShreveport | Luisiana | Sacramento | Califórnia\nShreveport | Luisiana | Mesa | Arizona\nShreveport | Luisiana | Atlanta | Geórgia\nShreveport | Luisiana | Omaha | Nebraska\nShreveport | Luisiana | Miami | Flórida\nShreveport | Luisiana | Tulsa | Oklahoma\nShreveport | Luisiana | Oakland | Califórnia\nShreveport | Luisiana | Cleveland | Ohio\nShreveport | Luisiana | Minneapolis | Minesota\nShreveport | Luisiana | Wichita | Kansas\nTacoma | Washington | Oxnard | Califórnia\nTacoma | Washington | Fontana | Califórnia\nTacoma | Washington | Akron | Ohio\nTacoma | Washington | Amarillo | Texas\nTacoma | Washington | Glendale | Califórnia\nTacoma | Washington | Tallahassee | Flórida\nTacoma | Washington | Huntsville | Alabama\nTacoma | Washington | Worcester | Massachusetts\nTacoma | Washington | Chicago | Ilinóis\nTacoma | Washington | Houston | Texas\nTacoma | Washington | Filadélfia | Pensilvânia\nTacoma | Washington | Fênix | Arizona\nTacoma | Washington | Dallas | Texas\nTacoma | Washington | Jacksonville | Flórida\nTacoma | Washington | Indianápolis | Indiana\nTacoma | Washington | Austin | Texas\nTacoma | Washington | Detroit | Michigan\nTacoma | Washington | Mênfis | Tennessee\nTacoma | Washington | Boston | Massachusetts\nTacoma | Washington | Denver | Colorado\nTacoma | Washington | Baltimore | Marilândia\nTacoma | Washington | Nashville | Tennessee\nTacoma | Washington | Louisville | Kentucky\nTacoma | Washington | Milwaukee | Wisconsin\nTacoma | Washington | Portland | Oregão\nTacoma | Washington | Tucson | Arizona\nTacoma | Washington | Fresno | Califórnia\nTacoma | Washington | Sacramento | Califórnia\nTacoma | Washington | Mesa | Arizona\nTacoma | Washington | Atlanta | Geórgia\nTacoma | Washington | Omaha | Nebraska\nTacoma | Washington | Miami | Flórida\nTacoma | Washington | Tulsa | Oklahoma\nTacoma | Washington | Oakland | Califórnia\nTacoma | Washington | Cleveland | Ohio\nTacoma | Washington | Minneapolis | Minesota\nTacoma | Washington | Wichita | Kansas\nTacoma | Washington | Arlington | Texas\nOxnard | Califórnia | Akron | Ohio\nOxnard | Califórnia | Amarillo | Texas\nOxnard | Califórnia | Tallahassee | Flórida\nOxnard | Califórnia | Huntsville | Alabama\nOxnard | Califórnia | Worcester | Massachusetts\nOxnard | Califórnia | Chicago | Ilinóis\nOxnard | Califórnia | Houston | Texas\nOxnard | Califórnia | Filadélfia | Pensilvânia\nOxnard | Califórnia | Fênix | Arizona\nOxnard | Califórnia | Dallas | Texas\nOxnard | Califórnia | Jacksonville | Flórida\nOxnard | Califórnia | Indianápolis | Indiana\nOxnard | Califórnia | Austin | Texas\nOxnard | Califórnia | Detroit | Michigan\nOxnard | Califórnia | Mênfis | Tennessee\nOxnard | Califórnia | Boston | Massachusetts\nOxnard | Califórnia | Seattle | Washington\nOxnard | Califórnia | Denver | Colorado\nOxnard | Califórnia | Baltimore | Marilândia\nOxnard | Califórnia | Nashville | Tennessee\nOxnard | Califórnia | Louisville | Kentucky\nOxnard | Califórnia | Milwaukee | Wisconsin\nOxnard | Califórnia | Portland | Oregão\nOxnard | Califórnia | Tucson | Arizona\nOxnard | Califórnia | Mesa | Arizona\nOxnard | Califórnia | Atlanta | Geórgia\nOxnard | Califórnia | Omaha | Nebraska\nOxnard | Califórnia | Miami | Flórida\nOxnard | Califórnia | Tulsa | Oklahoma\nOxnard | Califórnia | Cleveland | Ohio\nOxnard | Califórnia | Minneapolis | Minesota\nOxnard | Califórnia | Wichita | Kansas\nOxnard | Califórnia | Arlington | Texas\nFontana | Califórnia | Akron | Ohio\nFontana | Califórnia | Amarillo | Texas\nFontana | Califórnia | Tallahassee | Flórida\nFontana | Califórnia | Huntsville | Alabama\nFontana | Califórnia | Worcester | Massachusetts\nFontana | Califórnia | Chicago | Ilinóis\nFontana | Califórnia | Houston | Texas\nFontana | Califórnia | Filadélfia | Pensilvânia\nFontana | Califórnia | Fênix | Arizona\nFontana | Califórnia | Dallas | Texas\nFontana | Califórnia | Jacksonville | Flórida\nFontana | Califórnia | Indianápolis | Indiana\nFontana | Califórnia | Austin | Texas\nFontana | Califórnia | Detroit | Michigan\nFontana | Califórnia | Mênfis | Tennessee\nFontana | Califórnia | Boston | Massachusetts\nFontana | Califórnia | Seattle | Washington\nFontana | Califórnia | Denver | Colorado\nFontana | Califórnia | Baltimore | Marilândia\nFontana | Califórnia | Nashville | Tennessee\nFontana | Califórnia | Louisville | Kentucky\nFontana | Califórnia | Milwaukee | Wisconsin\nFontana | Califórnia | Portland | Oregão\nFontana | Califórnia | Tucson | Arizona\nFontana | Califórnia | Mesa | Arizona\nFontana | Califórnia | Atlanta | Geórgia\nFontana | Califórnia | Omaha | Nebraska\nFontana | Califórnia | Miami | Flórida\nFontana | Califórnia | Tulsa | Oklahoma\nFontana | Califórnia | Cleveland | Ohio\nFontana | Califórnia | Minneapolis | Minesota\nFontana | Califórnia | Wichita | Kansas\nFontana | Califórnia | Arlington | Texas\nFontana | Califórnia | Tampa | Flórida\nAkron | Ohio | Amarillo | Texas\nAkron | Ohio | Glendale | Califórnia\nAkron | Ohio | Tallahassee | Flórida\nAkron | Ohio | Huntsville | Alabama\nAkron | Ohio | Worcester | Massachusetts\nAkron | Ohio | Chicago | Ilinóis\nAkron | Ohio | Houston | Texas\nAkron | Ohio | Filadélfia | Pensilvânia\nAkron | Ohio | Fênix | Arizona\nAkron | Ohio | Dallas | Texas\nAkron | Ohio | Jacksonville | Flórida\nAkron | Ohio | Indianápolis | Indiana\nAkron | Ohio | Austin | Texas\nAkron | Ohio | Detroit | Michigan\nAkron | Ohio | Mênfis | Tennessee\nAkron | Ohio | Boston | Massachusetts\nAkron | Ohio | Seattle | Washington\nAkron | Ohio | Denver | Colorado\nAkron | Ohio | Baltimore | Marilândia\nAkron | Ohio | Nashville | Tennessee\nAkron | Ohio | Louisville | Kentucky\nAkron | Ohio | Milwaukee | Wisconsin\nAkron | Ohio | Portland | Oregão\nAkron | Ohio | Tucson | Arizona\nAkron | Ohio | Fresno | Califórnia\nAkron | Ohio | Sacramento | Califórnia\nAkron | Ohio | Mesa | Arizona\nAkron | Ohio | Atlanta | Geórgia\nAkron | Ohio | Omaha | Nebraska\nAkron | Ohio | Miami | Flórida\nAkron | Ohio | Tulsa | Oklahoma\nAkron | Ohio | Oakland | Califórnia\nAkron | Ohio | Minneapolis | Minesota\nAkron | Ohio | Wichita | Kansas\nAkron | Ohio | Arlington | Texas\nAkron | Ohio | Bakersfield | Califórnia\nAkron | Ohio | Tampa | Flórida\nAkron | Ohio | Anaheim | Califórnia\nAmarillo | Texas | Glendale | Califórnia\nAmarillo | Texas | Tallahassee | Flórida\nAmarillo | Texas | Huntsville | Alabama\nAmarillo | Texas | Worcester | Massachusetts\nAmarillo | Texas | Chicago | Ilinóis\nAmarillo | Texas | Filadélfia | Pensilvânia\nAmarillo | Texas | Fênix | Arizona\nAmarillo | Texas | Jacksonville | Flórida\nAmarillo | Texas | Indianápolis | Indiana\nAmarillo | Texas | Detroit | Michigan\nAmarillo | Texas | Mênfis | Tennessee\nAmarillo | Texas | Boston | Massachusetts\nAmarillo | Texas | Seattle | Washington\nAmarillo | Texas | Denver | Colorado\nAmarillo | Texas | Baltimore | Marilândia\nAmarillo | Texas | Nashville | Tennessee\nAmarillo | Texas | Louisville | Kentucky\nAmarillo | Texas | Milwaukee | Wisconsin\nAmarillo | Texas | Portland | Oregão\nAmarillo | Texas | Tucson | Arizona\nAmarillo | Texas | Fresno | Califórnia\nAmarillo | Texas | Sacramento | Califórnia\nAmarillo | Texas | Mesa | Arizona\nAmarillo | Texas | Atlanta | Geórgia\nAmarillo | Texas | Omaha | Nebraska\nAmarillo | Texas | Miami | Flórida\nAmarillo | Texas | Tulsa | Oklahoma\nAmarillo | Texas | Oakland | Califórnia\nAmarillo | Texas | Cleveland | Ohio\nAmarillo | Texas | Minneapolis | Minesota\nAmarillo | Texas | Wichita | Kansas\nAmarillo | Texas | Bakersfield | Califórnia\nAmarillo | Texas | Tampa | Flórida\nAmarillo | Texas | Anaheim | Califórnia\nAmarillo | Texas | Honolulu | Havai\nGlendale | Califórnia | Tallahassee | Flórida\nGlendale | Califórnia | Huntsville | Alabama\nGlendale | Califórnia | Worcester | Massachusetts\nGlendale | Califórnia | Chicago | Ilinóis\nGlendale | Califórnia | Houston | Texas\nGlendale | Califórnia | Filadélfia | Pensilvânia\nGlendale | Califórnia | Fênix | Arizona\nGlendale | Califórnia | Dallas | Texas\nGlendale | Califórnia | Jacksonville | Flórida\nGlendale | Califórnia | Indianápolis | Indiana\nGlendale | Califórnia | Austin | Texas\nGlendale | Califórnia | Detroit | Michigan\nGlendale | Califórnia | Mênfis | Tennessee\nGlendale | Califórnia | Boston | Massachusetts\nGlendale | Califórnia | Seattle | Washington\nGlendale | Califórnia | Denver | Colorado\nGlendale | Califórnia | Baltimore | Marilândia\nGlendale | Califórnia | Nashville | Tennessee\nGlendale | Califórnia | Louisville | Kentucky\nGlendale | Califórnia | Milwaukee | Wisconsin\nGlendale | Califórnia | Portland | Oregão\nGlendale | Califórnia | Tucson | Arizona\nGlendale | Califórnia | Mesa | Arizona\nGlendale | Califórnia | Atlanta | Geórgia\nGlendale | Califórnia | Omaha | Nebraska\nGlendale | Califórnia | Miami | Flórida\nGlendale | Califórnia | Tulsa | Oklahoma\nGlendale | Califórnia | Cleveland | Ohio\nGlendale | Califórnia | Minneapolis | Minesota\nGlendale | Califórnia | Wichita | Kansas\nGlendale | Califórnia | Arlington | Texas\nGlendale | Califórnia | Tampa | Flórida\nGlendale | Califórnia | Honolulu | Havai\nGlendale | Califórnia | Pitsburgo | Pensilvânia\nTallahassee | Flórida | Huntsville | Alabama\nTallahassee | Flórida | Worcester | Massachusetts\nTallahassee | Flórida | Chicago | Ilinóis\nTallahassee | Flórida | Houston | Texas\nTallahassee | Flórida | Filadélfia | Pensilvânia\nTallahassee | Flórida | Fênix | Arizona\nTallahassee | Flórida | Dallas | Texas\nTallahassee | Flórida | Indianápolis | Indiana\nTallahassee | Flórida | Austin | Texas\nTallahassee | Flórida | Detroit | Michigan\nTallahassee | Flórida | Mênfis | Tennessee\nTallahassee | Flórida | Boston | Massachusetts\nTallahassee | Flórida | Seattle | Washington\nTallahassee | Flórida | Denver | Colorado\nTallahassee | Flórida | Baltimore | Marilândia\nTallahassee | Flórida | Nashville | Tennessee\nTallahassee | Flórida | Louisville | Kentucky\nTallahassee | Flórida | Milwaukee | Wisconsin\nTallahassee | Flórida | Portland | Oregão\nTallahassee | Flórida | Tucson | Arizona\nTallahassee | Flórida | Fresno | Califórnia\nTallahassee | Flórida | Sacramento | Califórnia\nTallahassee | Flórida | Mesa | Arizona\nTallahassee | Flórida | Atlanta | Geórgia\nTallahassee | Flórida | Omaha | Nebraska\nTallahassee | Flórida | Tulsa | Oklahoma\nTallahassee | Flórida | Oakland | Califórnia\nTallahassee | Flórida | Cleveland | Ohio\nTallahassee | Flórida | Minneapolis | Minesota\nTallahassee | Flórida | Wichita | Kansas\nTallahassee | Flórida | Arlington | Texas\nTallahassee | Flórida | Bakersfield | Califórnia\nTallahassee | Flórida | Anaheim | Califórnia\nTallahassee | Flórida | Honolulu | Havai\nTallahassee | Flórida | Pitsburgo | Pensilvânia\nTallahassee | Flórida | Lexington | Kentucky\nHuntsville | Alabama | Worcester | Massachusetts\nHuntsville | Alabama | Chicago | Ilinóis\nHuntsville | Alabama | Houston | Texas\nHuntsville | Alabama | Filadélfia | Pensilvânia\nHuntsville | Alabama | Fênix | Arizona\nHuntsville | Alabama | Dallas | Texas\nHuntsville | Alabama | Jacksonville | Flórida\nHuntsville | Alabama | Indianápolis | Indiana\nHuntsville | Alabama | Austin | Texas\nHuntsville | Alabama | Detroit | Michigan\nHuntsville | Alabama | Mênfis | Tennessee\nHuntsville | Alabama | Boston | Massachusetts\nHuntsville | Alabama | Seattle | Washington\nHuntsville | Alabama | Denver | Colorado\nHuntsville | Alabama | Baltimore | Marilândia\nHuntsville | Alabama | Nashville | Tennessee\nHuntsville | Alabama | Louisville | Kentucky\nHuntsville | Alabama | Milwaukee | Wisconsin\nHuntsville | Alabama | Portland | Oregão\nHuntsville | Alabama | Tucson | Arizona\nHuntsville | Alabama | Fresno | Califórnia\nHuntsville | Alabama | Sacramento | Califórnia\nHuntsville | Alabama | Mesa | Arizona\nHuntsville | Alabama | Atlanta | Geórgia\nHuntsville | Alabama | Omaha | Nebraska\nHuntsville | Alabama | Miami | Flórida\nHuntsville | Alabama | Tulsa | Oklahoma\nHuntsville | Alabama | Oakland | Califórnia\nHuntsville | Alabama | Cleveland | Ohio\nHuntsville | Alabama | Minneapolis | Minesota\nHuntsville | Alabama | Wichita | Kansas\nHuntsville | Alabama | Arlington | Texas\nHuntsville | Alabama | Bakersfield | Califórnia\nHuntsville | Alabama | Tampa | Flórida\nHuntsville | Alabama | Anaheim | Califórnia\nHuntsville | Alabama | Honolulu | Havai\nHuntsville | Alabama | Pitsburgo | Pensilvânia\nHuntsville | Alabama | Lexington | Kentucky\nHuntsville | Alabama | Stockton | Califórnia\nWorcester | Massachusetts | Chicago | Ilinóis\nWorcester | Massachusetts | Houston | Texas\nWorcester | Massachusetts | Filadélfia | Pensilvânia\nWorcester | Massachusetts | Fênix | Arizona\nWorcester | Massachusetts | Dallas | Texas\nWorcester | Massachusetts | Jacksonville | Flórida\nWorcester | Massachusetts | Indianápolis | Indiana\nWorcester | Massachusetts | Austin | Texas\nWorcester | Massachusetts | Detroit | Michigan\nWorcester | Massachusetts | Mênfis | Tennessee\nWorcester | Massachusetts | Seattle | Washington\nWorcester | Massachusetts | Denver | Colorado\nWorcester | Massachusetts | Baltimore | Marilândia\nWorcester | Massachusetts | Nashville | Tennessee\nWorcester | Massachusetts | Louisville | Kentucky\nWorcester | Massachusetts | Milwaukee | Wisconsin\nWorcester | Massachusetts | Portland | Oregão\nWorcester | Massachusetts | Tucson | Arizona\nWorcester | Massachusetts | Fresno | Califórnia\nWorcester | Massachusetts | Sacramento | Califórnia\nWorcester | Massachusetts | Mesa | Arizona\nWorcester | Massachusetts | Atlanta | Geórgia\nWorcester | Massachusetts | Omaha | Nebraska\nWorcester | Massachusetts | Miami | Flórida\nWorcester | Massachusetts | Tulsa | Oklahoma\nWorcester | Massachusetts | Oakland | Califórnia\nWorcester | Massachusetts | Cleveland | Ohio\nWorcester | Massachusetts | Minneapolis | Minesota\nWorcester | Massachusetts | Wichita | Kansas\nWorcester | Massachusetts | Arlington | Texas\nWorcester | Massachusetts | Bakersfield | Califórnia\nWorcester | Massachusetts | Tampa | Flórida\nWorcester | Massachusetts | Anaheim | Califórnia\nWorcester | Massachusetts | Honolulu | Havai\nWorcester | Massachusetts | Pitsburgo | Pensilvânia\nWorcester | Massachusetts | Lexington | Kentucky\nWorcester | Massachusetts | Stockton | Califórnia\nWorcester | Massachusetts | Cincinnati | Ohio\n: | family\nrapaz | rapariga | irmão | irmã\nrapaz | rapariga | irmãos | irmãs\nrapaz | rapariga | pai | mãe\nrapaz | rapariga | pai | mãe\nrapaz | rapariga | avô | avó\nrapaz | rapariga | avô | avó\nrapaz | rapariga | neto | neta\nrapaz | rapariga | noivo | noiva\nrapaz | rapariga | ele | ela\nrapaz | rapariga | dele | dela\nrapaz | rapariga | marido | mulher\nrapaz | rapariga | rei | rainha\nrapaz | rapariga | homem | mulher\nrapaz | rapariga | sobrinho | sobrinha\nrapaz | rapariga | príncipe | princesa\nrapaz | rapariga | filho | filha\nrapaz | rapariga | fihos | filhas\nrapaz | rapariga | meio-irmão | meia-irmã\nrapaz | rapariga | padrasto | madrasta\nrapaz | rapariga | enteado | enteada\nrapaz | rapariga | tio | tia\nirmão | irmã | irmãos | irmãs\nirmão | irmã | pai | mãe\nirmão | irmã | pai | mãe\nirmão | irmã | avô | avó\nirmão | irmã | avô | avó\nirmão | irmã | neto | neta\nirmão | irmã | noivo | noiva\nirmão | irmã | ele | ela\nirmão | irmã | dele | dela\nirmão | irmã | marido | mulher\nirmão | irmã | rei | rainha\nirmão | irmã | homem | mulher\nirmão | irmã | sobrinho | sobrinha\nirmão | irmã | príncipe | princesa\nirmão | irmã | filho | filha\nirmão | irmã | fihos | filhas\nirmão | irmã | meio-irmão | meia-irmã\nirmão | irmã | padrasto | madrasta\nirmão | irmã | enteado | enteada\nirmão | irmã | tio | tia\nirmão | irmã | rapaz | rapariga\nirmãos | irmãs | pai | mãe\nirmãos | irmãs | pai | mãe\nirmãos | irmãs | avô | avó\nirmãos | irmãs | avô | avó\nirmãos | irmãs | neto | neta\nirmãos | irmãs | noivo | noiva\nirmãos | irmãs | ele | ela\nirmãos | irmãs | dele | dela\nirmãos | irmãs | marido | mulher\nirmãos | irmãs | rei | rainha\nirmãos | irmãs | homem | mulher\nirmãos | irmãs | sobrinho | sobrinha\nirmãos | irmãs | príncipe | princesa\nirmãos | irmãs | filho | filha\nirmãos | irmãs | fihos | filhas\nirmãos | irmãs | meio-irmão | meia-irmã\nirmãos | irmãs | padrasto | madrasta\nirmãos | irmãs | enteado | enteada\nirmãos | irmãs | tio | tia\nirmãos | irmãs | rapaz | rapariga\nirmãos | irmãs | irmão | irmã\npai | mãe | pai | mãe\npai | mãe | avô | avó\npai | mãe | avô | avó\npai | mãe | neto | neta\npai | mãe | noivo | noiva\npai | mãe | ele | ela\npai | mãe | dele | dela\npai | mãe | marido | mulher\npai | mãe | rei | rainha\npai | mãe | homem | mulher\npai | mãe | sobrinho | sobrinha\npai | mãe | príncipe | princesa\npai | mãe | filho | filha\npai | mãe | fihos | filhas\npai | mãe | meio-irmão | meia-irmã\npai | mãe | padrasto | madrasta\npai | mãe | enteado | enteada\npai | mãe | tio | tia\npai | mãe | rapaz | rapariga\npai | mãe | irmão | irmã\npai | mãe | irmãos | irmãs\npai | mãe | avô | avó\npai | mãe | avô | avó\npai | mãe | neto | neta\npai | mãe | noivo | noiva\npai | mãe | ele | ela\npai | mãe | dele | dela\npai | mãe | marido | mulher\npai | mãe | rei | rainha\npai | mãe | homem | mulher\npai | mãe | sobrinho | sobrinha\npai | mãe | príncipe | princesa\npai | mãe | filho | filha\npai | mãe | fihos | filhas\npai | mãe | meio-irmão | meia-irmã\npai | mãe | padrasto | madrasta\npai | mãe | enteado | enteada\npai | mãe | tio | tia\npai | mãe | rapaz | rapariga\npai | mãe | irmão | irmã\npai | mãe | irmãos | irmãs\npai | mãe | pai | mãe\navô | avó | avô | avó\navô | avó | neto | neta\navô | avó | noivo | noiva\navô | avó | ele | ela\navô | avó | dele | dela\navô | avó | marido | mulher\navô | avó | rei | rainha\navô | avó | homem | mulher\navô | avó | sobrinho | sobrinha\navô | avó | príncipe | princesa\navô | avó | filho | filha\navô | avó | fihos | filhas\navô | avó | meio-irmão | meia-irmã\navô | avó | padrasto | madrasta\navô | avó | enteado | enteada\navô | avó | tio | tia\navô | avó | rapaz | rapariga\navô | avó | irmão | irmã\navô | avó | irmãos | irmãs\navô | avó | pai | mãe\navô | avó | pai | mãe\navô | avó | neto | neta\navô | avó | noivo | noiva\navô | avó | ele | ela\navô | avó | dele | dela\navô | avó | marido | mulher\navô | avó | rei | rainha\navô | avó | homem | mulher\navô | avó | sobrinho | sobrinha\navô | avó | príncipe | princesa\navô | avó | filho | filha\navô | avó | fihos | filhas\navô | avó | meio-irmão | meia-irmã\navô | avó | padrasto | madrasta\navô | avó | enteado | enteada\navô | avó | tio | tia\navô | avó | rapaz | rapariga\navô | avó | irmão | irmã\navô | avó | irmãos | irmãs\navô | avó | pai | mãe\navô | avó | pai | mãe\navô | avó | avô | avó\nneto | neta | noivo | noiva\nneto | neta | ele | ela\nneto | neta | dele | dela\nneto | neta | marido | mulher\nneto | neta | rei | rainha\nneto | neta | homem | mulher\nneto | neta | sobrinho | sobrinha\nneto | neta | príncipe | princesa\nneto | neta | filho | filha\nneto | neta | fihos | filhas\nneto | neta | meio-irmão | meia-irmã\nneto | neta | padrasto | madrasta\nneto | neta | enteado | enteada\nneto | neta | tio | tia\nneto | neta | rapaz | rapariga\nneto | neta | irmão | irmã\nneto | neta | irmãos | irmãs\nneto | neta | pai | mãe\nneto | neta | pai | mãe\nneto | neta | avô | avó\nneto | neta | avô | avó\nnoivo | noiva | ele | ela\nnoivo | noiva | dele | dela\nnoivo | noiva | marido | mulher\nnoivo | noiva | rei | rainha\nnoivo | noiva | homem | mulher\nnoivo | noiva | sobrinho | sobrinha\nnoivo | noiva | príncipe | princesa\nnoivo | noiva | filho | filha\nnoivo | noiva | fihos | filhas\nnoivo | noiva | meio-irmão | meia-irmã\nnoivo | noiva | padrasto | madrasta\nnoivo | noiva | enteado | enteada\nnoivo | noiva | tio | tia\nnoivo | noiva | rapaz | rapariga\nnoivo | noiva | irmão | irmã\nnoivo | noiva | irmãos | irmãs\nnoivo | noiva | pai | mãe\nnoivo | noiva | pai | mãe\nnoivo | noiva | avô | avó\nnoivo | noiva | avô | avó\nnoivo | noiva | neto | neta\nele | ela | dele | dela\nele | ela | marido | mulher\nele | ela | rei | rainha\nele | ela | homem | mulher\nele | ela | sobrinho | sobrinha\nele | ela | príncipe | princesa\nele | ela | filho | filha\nele | ela | fihos | filhas\nele | ela | meio-irmão | meia-irmã\nele | ela | padrasto | madrasta\nele | ela | enteado | enteada\nele | ela | tio | tia\nele | ela | rapaz | rapariga\nele | ela | irmão | irmã\nele | ela | irmãos | irmãs\nele | ela | pai | mãe\nele | ela | pai | mãe\nele | ela | avô | avó\nele | ela | avô | avó\nele | ela | neto | neta\nele | ela | noivo | noiva\ndele | dela | marido | mulher\ndele | dela | rei | rainha\ndele | dela | homem | mulher\ndele | dela | sobrinho | sobrinha\ndele | dela | príncipe | princesa\ndele | dela | filho | filha\ndele | dela | fihos | filhas\ndele | dela | meio-irmão | meia-irmã\ndele | dela | padrasto | madrasta\ndele | dela | enteado | enteada\ndele | dela | tio | tia\ndele | dela | rapaz | rapariga\ndele | dela | irmão | irmã\ndele | dela | irmãos | irmãs\ndele | dela | pai | mãe\ndele | dela | pai | mãe\ndele | dela | avô | avó\ndele | dela | avô | avó\ndele | dela | neto | neta\ndele | dela | noivo | noiva\ndele | dela | ele | ela\nmarido | mulher | rei | rainha\nmarido | mulher | homem | mulher\nmarido | mulher | sobrinho | sobrinha\nmarido | mulher | príncipe | princesa\nmarido | mulher | filho | filha\nmarido | mulher | fihos | filhas\nmarido | mulher | meio-irmão | meia-irmã\nmarido | mulher | padrasto | madrasta\nmarido | mulher | enteado | enteada\nmarido | mulher | tio | tia\nmarido | mulher | rapaz | rapariga\nmarido | mulher | irmão | irmã\nmarido | mulher | irmãos | irmãs\nmarido | mulher | pai | mãe\nmarido | mulher | pai | mãe\nmarido | mulher | avô | avó\nmarido | mulher | avô | avó\nmarido | mulher | neto | neta\nmarido | mulher | noivo | noiva\nmarido | mulher | ele | ela\nmarido | mulher | dele | dela\nrei | rainha | homem | mulher\nrei | rainha | sobrinho | sobrinha\nrei | rainha | príncipe | princesa\nrei | rainha | filho | filha\nrei | rainha | fihos | filhas\nrei | rainha | meio-irmão | meia-irmã\nrei | rainha | padrasto | madrasta\nrei | rainha | enteado | enteada\nrei | rainha | tio | tia\nrei | rainha | rapaz | rapariga\nrei | rainha | irmão | irmã\nrei | rainha | irmãos | irmãs\nrei | rainha | pai | mãe\nrei | rainha | pai | mãe\nrei | rainha | avô | avó\nrei | rainha | avô | avó\nrei | rainha | neto | neta\nrei | rainha | noivo | noiva\nrei | rainha | ele | ela\nrei | rainha | dele | dela\nrei | rainha | marido | mulher\nhomem | mulher | sobrinho | sobrinha\nhomem | mulher | príncipe | princesa\nhomem | mulher | filho | filha\nhomem | mulher | fihos | filhas\nhomem | mulher | meio-irmão | meia-irmã\nhomem | mulher | padrasto | madrasta\nhomem | mulher | enteado | enteada\nhomem | mulher | tio | tia\nhomem | mulher | rapaz | rapariga\nhomem | mulher | irmão | irmã\nhomem | mulher | irmãos | irmãs\nhomem | mulher | pai | mãe\nhomem | mulher | pai | mãe\nhomem | mulher | avô | avó\nhomem | mulher | avô | avó\nhomem | mulher | neto | neta\nhomem | mulher | noivo | noiva\nhomem | mulher | ele | ela\nhomem | mulher | dele | dela\nhomem | mulher | marido | mulher\nhomem | mulher | rei | rainha\nsobrinho | sobrinha | príncipe | princesa\nsobrinho | sobrinha | filho | filha\nsobrinho | sobrinha | fihos | filhas\nsobrinho | sobrinha | meio-irmão | meia-irmã\nsobrinho | sobrinha | padrasto | madrasta\nsobrinho | sobrinha | enteado | enteada\nsobrinho | sobrinha | tio | tia\nsobrinho | sobrinha | rapaz | rapariga\nsobrinho | sobrinha | irmão | irmã\nsobrinho | sobrinha | irmãos | irmãs\nsobrinho | sobrinha | pai | mãe\nsobrinho | sobrinha | pai | mãe\nsobrinho | sobrinha | avô | avó\nsobrinho | sobrinha | avô | avó\nsobrinho | sobrinha | neto | neta\nsobrinho | sobrinha | noivo | noiva\nsobrinho | sobrinha | ele | ela\nsobrinho | sobrinha | dele | dela\nsobrinho | sobrinha | marido | mulher\nsobrinho | sobrinha | rei | rainha\nsobrinho | sobrinha | homem | mulher\npríncipe | princesa | filho | filha\npríncipe | princesa | fihos | filhas\npríncipe | princesa | meio-irmão | meia-irmã\npríncipe | princesa | padrasto | madrasta\npríncipe | princesa | enteado | enteada\npríncipe | princesa | tio | tia\npríncipe | princesa | rapaz | rapariga\npríncipe | princesa | irmão | irmã\npríncipe | princesa | irmãos | irmãs\npríncipe | princesa | pai | mãe\npríncipe | princesa | pai | mãe\npríncipe | princesa | avô | avó\npríncipe | princesa | avô | avó\npríncipe | princesa | neto | neta\npríncipe | princesa | noivo | noiva\npríncipe | princesa | ele | ela\npríncipe | princesa | dele | dela\npríncipe | princesa | marido | mulher\npríncipe | princesa | rei | rainha\npríncipe | princesa | homem | mulher\npríncipe | princesa | sobrinho | sobrinha\nfilho | filha | fihos | filhas\nfilho | filha | meio-irmão | meia-irmã\nfilho | filha | padrasto | madrasta\nfilho | filha | enteado | enteada\nfilho | filha | tio | tia\nfilho | filha | rapaz | rapariga\nfilho | filha | irmão | irmã\nfilho | filha | irmãos | irmãs\nfilho | filha | pai | mãe\nfilho | filha | pai | mãe\nfilho | filha | avô | avó\nfilho | filha | avô | avó\nfilho | filha | neto | neta\nfilho | filha | noivo | noiva\nfilho | filha | ele | ela\nfilho | filha | dele | dela\nfilho | filha | marido | mulher\nfilho | filha | rei | rainha\nfilho | filha | homem | mulher\nfilho | filha | sobrinho | sobrinha\nfilho | filha | príncipe | princesa\nfihos | filhas | meio-irmão | meia-irmã\nfihos | filhas | padrasto | madrasta\nfihos | filhas | enteado | enteada\nfihos | filhas | tio | tia\nfihos | filhas | rapaz | rapariga\nfihos | filhas | irmão | irmã\nfihos | filhas | irmãos | irmãs\nfihos | filhas | pai | mãe\nfihos | filhas | pai | mãe\nfihos | filhas | avô | avó\nfihos | filhas | avô | avó\nfihos | filhas | neto | neta\nfihos | filhas | noivo | noiva\nfihos | filhas | ele | ela\nfihos | filhas | dele | dela\nfihos | filhas | marido | mulher\nfihos | filhas | rei | rainha\nfihos | filhas | homem | mulher\nfihos | filhas | sobrinho | sobrinha\nfihos | filhas | príncipe | princesa\nfihos | filhas | filho | filha\nmeio-irmão | meia-irmã | padrasto | madrasta\nmeio-irmão | meia-irmã | enteado | enteada\nmeio-irmão | meia-irmã | tio | tia\nmeio-irmão | meia-irmã | rapaz | rapariga\nmeio-irmão | meia-irmã | irmão | irmã\nmeio-irmão | meia-irmã | irmãos | irmãs\nmeio-irmão | meia-irmã | pai | mãe\nmeio-irmão | meia-irmã | pai | mãe\nmeio-irmão | meia-irmã | avô | avó\nmeio-irmão | meia-irmã | avô | avó\nmeio-irmão | meia-irmã | neto | neta\nmeio-irmão | meia-irmã | noivo | noiva\nmeio-irmão | meia-irmã | ele | ela\nmeio-irmão | meia-irmã | dele | dela\nmeio-irmão | meia-irmã | marido | mulher\nmeio-irmão | meia-irmã | rei | rainha\nmeio-irmão | meia-irmã | homem | mulher\nmeio-irmão | meia-irmã | sobrinho | sobrinha\nmeio-irmão | meia-irmã | príncipe | princesa\nmeio-irmão | meia-irmã | filho | filha\nmeio-irmão | meia-irmã | fihos | filhas\npadrasto | madrasta | enteado | enteada\npadrasto | madrasta | tio | tia\npadrasto | madrasta | rapaz | rapariga\npadrasto | madrasta | irmão | irmã\npadrasto | madrasta | irmãos | irmãs\npadrasto | madrasta | pai | mãe\npadrasto | madrasta | pai | mãe\npadrasto | madrasta | avô | avó\npadrasto | madrasta | avô | avó\npadrasto | madrasta | neto | neta\npadrasto | madrasta | noivo | noiva\npadrasto | madrasta | ele | ela\npadrasto | madrasta | dele | dela\npadrasto | madrasta | marido | mulher\npadrasto | madrasta | rei | rainha\npadrasto | madrasta | homem | mulher\npadrasto | madrasta | sobrinho | sobrinha\npadrasto | madrasta | príncipe | princesa\npadrasto | madrasta | filho | filha\npadrasto | madrasta | fihos | filhas\npadrasto | madrasta | meio-irmão | meia-irmã\nenteado | enteada | tio | tia\nenteado | enteada | rapaz | rapariga\nenteado | enteada | irmão | irmã\nenteado | enteada | irmãos | irmãs\nenteado | enteada | pai | mãe\nenteado | enteada | pai | mãe\nenteado | enteada | avô | avó\nenteado | enteada | avô | avó\nenteado | enteada | neto | neta\nenteado | enteada | noivo | noiva\nenteado | enteada | ele | ela\nenteado | enteada | dele | dela\nenteado | enteada | marido | mulher\nenteado | enteada | rei | rainha\nenteado | enteada | homem | mulher\nenteado | enteada | sobrinho | sobrinha\nenteado | enteada | príncipe | princesa\nenteado | enteada | filho | filha\nenteado | enteada | fihos | filhas\nenteado | enteada | meio-irmão | meia-irmã\nenteado | enteada | padrasto | madrasta\ntio | tia | rapaz | rapariga\ntio | tia | irmão | irmã\ntio | tia | irmãos | irmãs\ntio | tia | pai | mãe\ntio | tia | pai | mãe\ntio | tia | avô | avó\ntio | tia | avô | avó\ntio | tia | neto | neta\ntio | tia | noivo | noiva\ntio | tia | ele | ela\ntio | tia | dele | dela\ntio | tia | marido | mulher\ntio | tia | rei | rainha\ntio | tia | homem | mulher\ntio | tia | sobrinho | sobrinha\ntio | tia | príncipe | princesa\ntio | tia | filho | filha\ntio | tia | fihos | filhas\ntio | tia | meio-irmão | meia-irmã\ntio | tia | padrasto | madrasta\ntio | tia | enteado | enteada\n: | gram1-adjective-to-adverb\nfantástico | fantasticamente | aparente | aparentemente\nfantástico | fantasticamente | calmo | calmamente\nfantástico | fantasticamente | alegre | alegremente\nfantástico | fantasticamente | completo | completamente\nfantástico | fantasticamente | eficiente | eficientemente\nfantástico | fantasticamente | afortunado | afortunadamente\nfantástico | fantasticamente | livre | livremente\nfantástico | fantasticamente | furioso | furiosamente\nfantástico | fantasticamente | alegre | alegremente\nfantástico | fantasticamente | imediato | imediatamente\nfantástico | fantasticamente | infrequente | infrequentemente\nfantástico | fantasticamente | sortudo | felizmente\nfantástico | fantasticamente | óbvio | obviamente\nfantástico | fantasticamente | ocasional | ocasionalmente\nfantástico | fantasticamente | possível | possivelmente\nfantástico | fantasticamente | preciso | precisamente\nfantástico | fantasticamente | profissional | profissionalmente\nfantástico | fantasticamente | rápido | rapidamente\nfantástico | fantasticamente | silencioso | silenciosamente\nfantástico | fantasticamente | rápido | rapidamente\nfantástico | fantasticamente | raro | raramente\nfantástico | fantasticamente | relutante | relutantemente\nfantástico | fantasticamente | seguro | seguramente\nfantástico | fantasticamente | sério | seriamente\nfantástico | fantasticamente | lento | lentamente\nfantástico | fantasticamente | repentino | repentinamente\nfantástico | fantasticamente | veloz/rápido | rapidamente\nfantástico | fantasticamente | típico | tipicamente\nfantástico | fantasticamente | infeliz | infelizmente\nfantástico | fantasticamente | usual | usualmente\naparente | aparentemente | calmo | calmamente\naparente | aparentemente | alegre | alegremente\naparente | aparentemente | completo | completamente\naparente | aparentemente | eficiente | eficientemente\naparente | aparentemente | afortunado | afortunadamente\naparente | aparentemente | livre | livremente\naparente | aparentemente | furioso | furiosamente\naparente | aparentemente | alegre | alegremente\naparente | aparentemente | imediato | imediatamente\naparente | aparentemente | infrequente | infrequentemente\naparente | aparentemente | sortudo | felizmente\naparente | aparentemente | óbvio | obviamente\naparente | aparentemente | ocasional | ocasionalmente\naparente | aparentemente | possível | possivelmente\naparente | aparentemente | preciso | precisamente\naparente | aparentemente | profissional | profissionalmente\naparente | aparentemente | rápido | rapidamente\naparente | aparentemente | silencioso | silenciosamente\naparente | aparentemente | rápido | rapidamente\naparente | aparentemente | raro | raramente\naparente | aparentemente | relutante | relutantemente\naparente | aparentemente | seguro | seguramente\naparente | aparentemente | sério | seriamente\naparente | aparentemente | lento | lentamente\naparente | aparentemente | repentino | repentinamente\naparente | aparentemente | veloz/rápido | rapidamente\naparente | aparentemente | típico | tipicamente\naparente | aparentemente | infeliz | infelizmente\naparente | aparentemente | usual | usualmente\naparente | aparentemente | fantástico | fantasticamente\ncalmo | calmamente | alegre | alegremente\ncalmo | calmamente | completo | completamente\ncalmo | calmamente | eficiente | eficientemente\ncalmo | calmamente | afortunado | afortunadamente\ncalmo | calmamente | livre | livremente\ncalmo | calmamente | furioso | furiosamente\ncalmo | calmamente | alegre | alegremente\ncalmo | calmamente | imediato | imediatamente\ncalmo | calmamente | infrequente | infrequentemente\ncalmo | calmamente | sortudo | felizmente\ncalmo | calmamente | óbvio | obviamente\ncalmo | calmamente | ocasional | ocasionalmente\ncalmo | calmamente | possível | possivelmente\ncalmo | calmamente | preciso | precisamente\ncalmo | calmamente | profissional | profissionalmente\ncalmo | calmamente | rápido | rapidamente\ncalmo | calmamente | silencioso | silenciosamente\ncalmo | calmamente | rápido | rapidamente\ncalmo | calmamente | raro | raramente\ncalmo | calmamente | relutante | relutantemente\ncalmo | calmamente | seguro | seguramente\ncalmo | calmamente | sério | seriamente\ncalmo | calmamente | lento | lentamente\ncalmo | calmamente | repentino | repentinamente\ncalmo | calmamente | veloz/rápido | rapidamente\ncalmo | calmamente | típico | tipicamente\ncalmo | calmamente | infeliz | infelizmente\ncalmo | calmamente | usual | usualmente\ncalmo | calmamente | fantástico | fantasticamente\ncalmo | calmamente | aparente | aparentemente\nalegre | alegremente | completo | completamente\nalegre | alegremente | eficiente | eficientemente\nalegre | alegremente | afortunado | afortunadamente\nalegre | alegremente | livre | livremente\nalegre | alegremente | furioso | furiosamente\nalegre | alegremente | alegre | alegremente\nalegre | alegremente | imediato | imediatamente\nalegre | alegremente | infrequente | infrequentemente\nalegre | alegremente | sortudo | felizmente\nalegre | alegremente | óbvio | obviamente\nalegre | alegremente | ocasional | ocasionalmente\nalegre | alegremente | possível | possivelmente\nalegre | alegremente | preciso | precisamente\nalegre | alegremente | profissional | profissionalmente\nalegre | alegremente | rápido | rapidamente\nalegre | alegremente | silencioso | silenciosamente\nalegre | alegremente | rápido | rapidamente\nalegre | alegremente | raro | raramente\nalegre | alegremente | relutante | relutantemente\nalegre | alegremente | seguro | seguramente\nalegre | alegremente | sério | seriamente\nalegre | alegremente | lento | lentamente\nalegre | alegremente | repentino | repentinamente\nalegre | alegremente | veloz/rápido | rapidamente\nalegre | alegremente | típico | tipicamente\nalegre | alegremente | infeliz | infelizmente\nalegre | alegremente | usual | usualmente\nalegre | alegremente | fantástico | fantasticamente\nalegre | alegremente | aparente | aparentemente\nalegre | alegremente | calmo | calmamente\ncompleto | completamente | eficiente | eficientemente\ncompleto | completamente | afortunado | afortunadamente\ncompleto | completamente | livre | livremente\ncompleto | completamente | furioso | furiosamente\ncompleto | completamente | alegre | alegremente\ncompleto | completamente | imediato | imediatamente\ncompleto | completamente | infrequente | infrequentemente\ncompleto | completamente | sortudo | felizmente\ncompleto | completamente | óbvio | obviamente\ncompleto | completamente | ocasional | ocasionalmente\ncompleto | completamente | possível | possivelmente\ncompleto | completamente | preciso | precisamente\ncompleto | completamente | profissional | profissionalmente\ncompleto | completamente | rápido | rapidamente\ncompleto | completamente | silencioso | silenciosamente\ncompleto | completamente | rápido | rapidamente\ncompleto | completamente | raro | raramente\ncompleto | completamente | relutante | relutantemente\ncompleto | completamente | seguro | seguramente\ncompleto | completamente | sério | seriamente\ncompleto | completamente | lento | lentamente\ncompleto | completamente | repentino | repentinamente\ncompleto | completamente | veloz/rápido | rapidamente\ncompleto | completamente | típico | tipicamente\ncompleto | completamente | infeliz | infelizmente\ncompleto | completamente | usual | usualmente\ncompleto | completamente | fantástico | fantasticamente\ncompleto | completamente | aparente | aparentemente\ncompleto | completamente | calmo | calmamente\ncompleto | completamente | alegre | alegremente\neficiente | eficientemente | afortunado | afortunadamente\neficiente | eficientemente | livre | livremente\neficiente | eficientemente | furioso | furiosamente\neficiente | eficientemente | alegre | alegremente\neficiente | eficientemente | imediato | imediatamente\neficiente | eficientemente | infrequente | infrequentemente\neficiente | eficientemente | sortudo | felizmente\neficiente | eficientemente | óbvio | obviamente\neficiente | eficientemente | ocasional | ocasionalmente\neficiente | eficientemente | possível | possivelmente\neficiente | eficientemente | preciso | precisamente\neficiente | eficientemente | profissional | profissionalmente\neficiente | eficientemente | rápido | rapidamente\neficiente | eficientemente | silencioso | silenciosamente\neficiente | eficientemente | rápido | rapidamente\neficiente | eficientemente | raro | raramente\neficiente | eficientemente | relutante | relutantemente\neficiente | eficientemente | seguro | seguramente\neficiente | eficientemente | sério | seriamente\neficiente | eficientemente | lento | lentamente\neficiente | eficientemente | repentino | repentinamente\neficiente | eficientemente | veloz/rápido | rapidamente\neficiente | eficientemente | típico | tipicamente\neficiente | eficientemente | infeliz | infelizmente\neficiente | eficientemente | usual | usualmente\neficiente | eficientemente | fantástico | fantasticamente\neficiente | eficientemente | aparente | aparentemente\neficiente | eficientemente | calmo | calmamente\neficiente | eficientemente | alegre | alegremente\neficiente | eficientemente | completo | completamente\nafortunado | afortunadamente | livre | livremente\nafortunado | afortunadamente | furioso | furiosamente\nafortunado | afortunadamente | alegre | alegremente\nafortunado | afortunadamente | imediato | imediatamente\nafortunado | afortunadamente | infrequente | infrequentemente\nafortunado | afortunadamente | sortudo | felizmente\nafortunado | afortunadamente | óbvio | obviamente\nafortunado | afortunadamente | ocasional | ocasionalmente\nafortunado | afortunadamente | possível | possivelmente\nafortunado | afortunadamente | preciso | precisamente\nafortunado | afortunadamente | profissional | profissionalmente\nafortunado | afortunadamente | rápido | rapidamente\nafortunado | afortunadamente | silencioso | silenciosamente\nafortunado | afortunadamente | rápido | rapidamente\nafortunado | afortunadamente | raro | raramente\nafortunado | afortunadamente | relutante | relutantemente\nafortunado | afortunadamente | seguro | seguramente\nafortunado | afortunadamente | sério | seriamente\nafortunado | afortunadamente | lento | lentamente\nafortunado | afortunadamente | repentino | repentinamente\nafortunado | afortunadamente | veloz/rápido | rapidamente\nafortunado | afortunadamente | típico | tipicamente\nafortunado | afortunadamente | infeliz | infelizmente\nafortunado | afortunadamente | usual | usualmente\nafortunado | afortunadamente | fantástico | fantasticamente\nafortunado | afortunadamente | aparente | aparentemente\nafortunado | afortunadamente | calmo | calmamente\nafortunado | afortunadamente | alegre | alegremente\nafortunado | afortunadamente | completo | completamente\nafortunado | afortunadamente | eficiente | eficientemente\nlivre | livremente | furioso | furiosamente\nlivre | livremente | alegre | alegremente\nlivre | livremente | imediato | imediatamente\nlivre | livremente | infrequente | infrequentemente\nlivre | livremente | sortudo | felizmente\nlivre | livremente | óbvio | obviamente\nlivre | livremente | ocasional | ocasionalmente\nlivre | livremente | possível | possivelmente\nlivre | livremente | preciso | precisamente\nlivre | livremente | profissional | profissionalmente\nlivre | livremente | rápido | rapidamente\nlivre | livremente | silencioso | silenciosamente\nlivre | livremente | rápido | rapidamente\nlivre | livremente | raro | raramente\nlivre | livremente | relutante | relutantemente\nlivre | livremente | seguro | seguramente\nlivre | livremente | sério | seriamente\nlivre | livremente | lento | lentamente\nlivre | livremente | repentino | repentinamente\nlivre | livremente | veloz/rápido | rapidamente\nlivre | livremente | típico | tipicamente\nlivre | livremente | infeliz | infelizmente\nlivre | livremente | usual | usualmente\nlivre | livremente | fantástico | fantasticamente\nlivre | livremente | aparente | aparentemente\nlivre | livremente | calmo | calmamente\nlivre | livremente | alegre | alegremente\nlivre | livremente | completo | completamente\nlivre | livremente | eficiente | eficientemente\nlivre | livremente | afortunado | afortunadamente\nfurioso | furiosamente | alegre | alegremente\nfurioso | furiosamente | imediato | imediatamente\nfurioso | furiosamente | infrequente | infrequentemente\nfurioso | furiosamente | sortudo | felizmente\nfurioso | furiosamente | óbvio | obviamente\nfurioso | furiosamente | ocasional | ocasionalmente\nfurioso | furiosamente | possível | possivelmente\nfurioso | furiosamente | preciso | precisamente\nfurioso | furiosamente | profissional | profissionalmente\nfurioso | furiosamente | rápido | rapidamente\nfurioso | furiosamente | silencioso | silenciosamente\nfurioso | furiosamente | rápido | rapidamente\nfurioso | furiosamente | raro | raramente\nfurioso | furiosamente | relutante | relutantemente\nfurioso | furiosamente | seguro | seguramente\nfurioso | furiosamente | sério | seriamente\nfurioso | furiosamente | lento | lentamente\nfurioso | furiosamente | repentino | repentinamente\nfurioso | furiosamente | veloz/rápido | rapidamente\nfurioso | furiosamente | típico | tipicamente\nfurioso | furiosamente | infeliz | infelizmente\nfurioso | furiosamente | usual | usualmente\nfurioso | furiosamente | fantástico | fantasticamente\nfurioso | furiosamente | aparente | aparentemente\nfurioso | furiosamente | calmo | calmamente\nfurioso | furiosamente | alegre | alegremente\nfurioso | furiosamente | completo | completamente\nfurioso | furiosamente | eficiente | eficientemente\nfurioso | furiosamente | afortunado | afortunadamente\nfurioso | furiosamente | livre | livremente\nalegre | alegremente | imediato | imediatamente\nalegre | alegremente | infrequente | infrequentemente\nalegre | alegremente | sortudo | felizmente\nalegre | alegremente | óbvio | obviamente\nalegre | alegremente | ocasional | ocasionalmente\nalegre | alegremente | possível | possivelmente\nalegre | alegremente | preciso | precisamente\nalegre | alegremente | profissional | profissionalmente\nalegre | alegremente | rápido | rapidamente\nalegre | alegremente | silencioso | silenciosamente\nalegre | alegremente | rápido | rapidamente\nalegre | alegremente | raro | raramente\nalegre | alegremente | relutante | relutantemente\nalegre | alegremente | seguro | seguramente\nalegre | alegremente | sério | seriamente\nalegre | alegremente | lento | lentamente\nalegre | alegremente | repentino | repentinamente\nalegre | alegremente | veloz/rápido | rapidamente\nalegre | alegremente | típico | tipicamente\nalegre | alegremente | infeliz | infelizmente\nalegre | alegremente | usual | usualmente\nalegre | alegremente | fantástico | fantasticamente\nalegre | alegremente | aparente | aparentemente\nalegre | alegremente | calmo | calmamente\nalegre | alegremente | alegre | alegremente\nalegre | alegremente | completo | completamente\nalegre | alegremente | eficiente | eficientemente\nalegre | alegremente | afortunado | afortunadamente\nalegre | alegremente | livre | livremente\nalegre | alegremente | furioso | furiosamente\nimediato | imediatamente | infrequente | infrequentemente\nimediato | imediatamente | sortudo | felizmente\nimediato | imediatamente | óbvio | obviamente\nimediato | imediatamente | ocasional | ocasionalmente\nimediato | imediatamente | possível | possivelmente\nimediato | imediatamente | preciso | precisamente\nimediato | imediatamente | profissional | profissionalmente\nimediato | imediatamente | rápido | rapidamente\nimediato | imediatamente | silencioso | silenciosamente\nimediato | imediatamente | rápido | rapidamente\nimediato | imediatamente | raro | raramente\nimediato | imediatamente | relutante | relutantemente\nimediato | imediatamente | seguro | seguramente\nimediato | imediatamente | sério | seriamente\nimediato | imediatamente | lento | lentamente\nimediato | imediatamente | repentino | repentinamente\nimediato | imediatamente | veloz/rápido | rapidamente\nimediato | imediatamente | típico | tipicamente\nimediato | imediatamente | infeliz | infelizmente\nimediato | imediatamente | usual | usualmente\nimediato | imediatamente | fantástico | fantasticamente\nimediato | imediatamente | aparente | aparentemente\nimediato | imediatamente | calmo | calmamente\nimediato | imediatamente | alegre | alegremente\nimediato | imediatamente | completo | completamente\nimediato | imediatamente | eficiente | eficientemente\nimediato | imediatamente | afortunado | afortunadamente\nimediato | imediatamente | livre | livremente\nimediato | imediatamente | furioso | furiosamente\nimediato | imediatamente | alegre | alegremente\ninfrequente | infrequentemente | sortudo | felizmente\ninfrequente | infrequentemente | óbvio | obviamente\ninfrequente | infrequentemente | ocasional | ocasionalmente\ninfrequente | infrequentemente | possível | possivelmente\ninfrequente | infrequentemente | preciso | precisamente\ninfrequente | infrequentemente | profissional | profissionalmente\ninfrequente | infrequentemente | rápido | rapidamente\ninfrequente | infrequentemente | silencioso | silenciosamente\ninfrequente | infrequentemente | rápido | rapidamente\ninfrequente | infrequentemente | raro | raramente\ninfrequente | infrequentemente | relutante | relutantemente\ninfrequente | infrequentemente | seguro | seguramente\ninfrequente | infrequentemente | sério | seriamente\ninfrequente | infrequentemente | lento | lentamente\ninfrequente | infrequentemente | repentino | repentinamente\ninfrequente | infrequentemente | veloz/rápido | rapidamente\ninfrequente | infrequentemente | típico | tipicamente\ninfrequente | infrequentemente | infeliz | infelizmente\ninfrequente | infrequentemente | usual | usualmente\ninfrequente | infrequentemente | fantástico | fantasticamente\ninfrequente | infrequentemente | aparente | aparentemente\ninfrequente | infrequentemente | calmo | calmamente\ninfrequente | infrequentemente | alegre | alegremente\ninfrequente | infrequentemente | completo | completamente\ninfrequente | infrequentemente | eficiente | eficientemente\ninfrequente | infrequentemente | afortunado | afortunadamente\ninfrequente | infrequentemente | livre | livremente\ninfrequente | infrequentemente | furioso | furiosamente\ninfrequente | infrequentemente | alegre | alegremente\ninfrequente | infrequentemente | imediato | imediatamente\nsortudo | felizmente | óbvio | obviamente\nsortudo | felizmente | ocasional | ocasionalmente\nsortudo | felizmente | possível | possivelmente\nsortudo | felizmente | preciso | precisamente\nsortudo | felizmente | profissional | profissionalmente\nsortudo | felizmente | rápido | rapidamente\nsortudo | felizmente | silencioso | silenciosamente\nsortudo | felizmente | rápido | rapidamente\nsortudo | felizmente | raro | raramente\nsortudo | felizmente | relutante | relutantemente\nsortudo | felizmente | seguro | seguramente\nsortudo | felizmente | sério | seriamente\nsortudo | felizmente | lento | lentamente\nsortudo | felizmente | repentino | repentinamente\nsortudo | felizmente | veloz/rápido | rapidamente\nsortudo | felizmente | típico | tipicamente\nsortudo | felizmente | infeliz | infelizmente\nsortudo | felizmente | usual | usualmente\nsortudo | felizmente | fantástico | fantasticamente\nsortudo | felizmente | aparente | aparentemente\nsortudo | felizmente | calmo | calmamente\nsortudo | felizmente | alegre | alegremente\nsortudo | felizmente | completo | completamente\nsortudo | felizmente | eficiente | eficientemente\nsortudo | felizmente | afortunado | afortunadamente\nsortudo | felizmente | livre | livremente\nsortudo | felizmente | furioso | furiosamente\nsortudo | felizmente | alegre | alegremente\nsortudo | felizmente | imediato | imediatamente\nsortudo | felizmente | infrequente | infrequentemente\nóbvio | obviamente | ocasional | ocasionalmente\nóbvio | obviamente | possível | possivelmente\nóbvio | obviamente | preciso | precisamente\nóbvio | obviamente | profissional | profissionalmente\nóbvio | obviamente | rápido | rapidamente\nóbvio | obviamente | silencioso | silenciosamente\nóbvio | obviamente | rápido | rapidamente\nóbvio | obviamente | raro | raramente\nóbvio | obviamente | relutante | relutantemente\nóbvio | obviamente | seguro | seguramente\nóbvio | obviamente | sério | seriamente\nóbvio | obviamente | lento | lentamente\nóbvio | obviamente | repentino | repentinamente\nóbvio | obviamente | veloz/rápido | rapidamente\nóbvio | obviamente | típico | tipicamente\nóbvio | obviamente | infeliz | infelizmente\nóbvio | obviamente | usual | usualmente\nóbvio | obviamente | fantástico | fantasticamente\nóbvio | obviamente | aparente | aparentemente\nóbvio | obviamente | calmo | calmamente\nóbvio | obviamente | alegre | alegremente\nóbvio | obviamente | completo | completamente\nóbvio | obviamente | eficiente | eficientemente\nóbvio | obviamente | afortunado | afortunadamente\nóbvio | obviamente | livre | livremente\nóbvio | obviamente | furioso | furiosamente\nóbvio | obviamente | alegre | alegremente\nóbvio | obviamente | imediato | imediatamente\nóbvio | obviamente | infrequente | infrequentemente\nóbvio | obviamente | sortudo | felizmente\nocasional | ocasionalmente | possível | possivelmente\nocasional | ocasionalmente | preciso | precisamente\nocasional | ocasionalmente | profissional | profissionalmente\nocasional | ocasionalmente | rápido | rapidamente\nocasional | ocasionalmente | silencioso | silenciosamente\nocasional | ocasionalmente | rápido | rapidamente\nocasional | ocasionalmente | raro | raramente\nocasional | ocasionalmente | relutante | relutantemente\nocasional | ocasionalmente | seguro | seguramente\nocasional | ocasionalmente | sério | seriamente\nocasional | ocasionalmente | lento | lentamente\nocasional | ocasionalmente | repentino | repentinamente\nocasional | ocasionalmente | veloz/rápido | rapidamente\nocasional | ocasionalmente | típico | tipicamente\nocasional | ocasionalmente | infeliz | infelizmente\nocasional | ocasionalmente | usual | usualmente\nocasional | ocasionalmente | fantástico | fantasticamente\nocasional | ocasionalmente | aparente | aparentemente\nocasional | ocasionalmente | calmo | calmamente\nocasional | ocasionalmente | alegre | alegremente\nocasional | ocasionalmente | completo | completamente\nocasional | ocasionalmente | eficiente | eficientemente\nocasional | ocasionalmente | afortunado | afortunadamente\nocasional | ocasionalmente | livre | livremente\nocasional | ocasionalmente | furioso | furiosamente\nocasional | ocasionalmente | alegre | alegremente\nocasional | ocasionalmente | imediato | imediatamente\nocasional | ocasionalmente | infrequente | infrequentemente\nocasional | ocasionalmente | sortudo | felizmente\nocasional | ocasionalmente | óbvio | obviamente\npossível | possivelmente | preciso | precisamente\npossível | possivelmente | profissional | profissionalmente\npossível | possivelmente | rápido | rapidamente\npossível | possivelmente | silencioso | silenciosamente\npossível | possivelmente | rápido | rapidamente\npossível | possivelmente | raro | raramente\npossível | possivelmente | relutante | relutantemente\npossível | possivelmente | seguro | seguramente\npossível | possivelmente | sério | seriamente\npossível | possivelmente | lento | lentamente\npossível | possivelmente | repentino | repentinamente\npossível | possivelmente | veloz/rápido | rapidamente\npossível | possivelmente | típico | tipicamente\npossível | possivelmente | infeliz | infelizmente\npossível | possivelmente | usual | usualmente\npossível | possivelmente | fantástico | fantasticamente\npossível | possivelmente | aparente | aparentemente\npossível | possivelmente | calmo | calmamente\npossível | possivelmente | alegre | alegremente\npossível | possivelmente | completo | completamente\npossível | possivelmente | eficiente | eficientemente\npossível | possivelmente | afortunado | afortunadamente\npossível | possivelmente | livre | livremente\npossível | possivelmente | furioso | furiosamente\npossível | possivelmente | alegre | alegremente\npossível | possivelmente | imediato | imediatamente\npossível | possivelmente | infrequente | infrequentemente\npossível | possivelmente | sortudo | felizmente\npossível | possivelmente | óbvio | obviamente\npossível | possivelmente | ocasional | ocasionalmente\npreciso | precisamente | profissional | profissionalmente\npreciso | precisamente | rápido | rapidamente\npreciso | precisamente | silencioso | silenciosamente\npreciso | precisamente | rápido | rapidamente\npreciso | precisamente | raro | raramente\npreciso | precisamente | relutante | relutantemente\npreciso | precisamente | seguro | seguramente\npreciso | precisamente | sério | seriamente\npreciso | precisamente | lento | lentamente\npreciso | precisamente | repentino | repentinamente\npreciso | precisamente | veloz/rápido | rapidamente\npreciso | precisamente | típico | tipicamente\npreciso | precisamente | infeliz | infelizmente\npreciso | precisamente | usual | usualmente\npreciso | precisamente | fantástico | fantasticamente\npreciso | precisamente | aparente | aparentemente\npreciso | precisamente | calmo | calmamente\npreciso | precisamente | alegre | alegremente\npreciso | precisamente | completo | completamente\npreciso | precisamente | eficiente | eficientemente\npreciso | precisamente | afortunado | afortunadamente\npreciso | precisamente | livre | livremente\npreciso | precisamente | furioso | furiosamente\npreciso | precisamente | alegre | alegremente\npreciso | precisamente | imediato | imediatamente\npreciso | precisamente | infrequente | infrequentemente\npreciso | precisamente | sortudo | felizmente\npreciso | precisamente | óbvio | obviamente\npreciso | precisamente | ocasional | ocasionalmente\npreciso | precisamente | possível | possivelmente\nprofissional | profissionalmente | rápido | rapidamente\nprofissional | profissionalmente | silencioso | silenciosamente\nprofissional | profissionalmente | rápido | rapidamente\nprofissional | profissionalmente | raro | raramente\nprofissional | profissionalmente | relutante | relutantemente\nprofissional | profissionalmente | seguro | seguramente\nprofissional | profissionalmente | sério | seriamente\nprofissional | profissionalmente | lento | lentamente\nprofissional | profissionalmente | repentino | repentinamente\nprofissional | profissionalmente | veloz/rápido | rapidamente\nprofissional | profissionalmente | típico | tipicamente\nprofissional | profissionalmente | infeliz | infelizmente\nprofissional | profissionalmente | usual | usualmente\nprofissional | profissionalmente | fantástico | fantasticamente\nprofissional | profissionalmente | aparente | aparentemente\nprofissional | profissionalmente | calmo | calmamente\nprofissional | profissionalmente | alegre | alegremente\nprofissional | profissionalmente | completo | completamente\nprofissional | profissionalmente | eficiente | eficientemente\nprofissional | profissionalmente | afortunado | afortunadamente\nprofissional | profissionalmente | livre | livremente\nprofissional | profissionalmente | furioso | furiosamente\nprofissional | profissionalmente | alegre | alegremente\nprofissional | profissionalmente | imediato | imediatamente\nprofissional | profissionalmente | infrequente | infrequentemente\nprofissional | profissionalmente | sortudo | felizmente\nprofissional | profissionalmente | óbvio | obviamente\nprofissional | profissionalmente | ocasional | ocasionalmente\nprofissional | profissionalmente | possível | possivelmente\nprofissional | profissionalmente | preciso | precisamente\nrápido | rapidamente | silencioso | silenciosamente\nrápido | rapidamente | rápido | rapidamente\nrápido | rapidamente | raro | raramente\nrápido | rapidamente | relutante | relutantemente\nrápido | rapidamente | seguro | seguramente\nrápido | rapidamente | sério | seriamente\nrápido | rapidamente | lento | lentamente\nrápido | rapidamente | repentino | repentinamente\nrápido | rapidamente | veloz/rápido | rapidamente\nrápido | rapidamente | típico | tipicamente\nrápido | rapidamente | infeliz | infelizmente\nrápido | rapidamente | usual | usualmente\nrápido | rapidamente | fantástico | fantasticamente\nrápido | rapidamente | aparente | aparentemente\nrápido | rapidamente | calmo | calmamente\nrápido | rapidamente | alegre | alegremente\nrápido | rapidamente | completo | completamente\nrápido | rapidamente | eficiente | eficientemente\nrápido | rapidamente | afortunado | afortunadamente\nrápido | rapidamente | livre | livremente\nrápido | rapidamente | furioso | furiosamente\nrápido | rapidamente | alegre | alegremente\nrápido | rapidamente | imediato | imediatamente\nrápido | rapidamente | infrequente | infrequentemente\nrápido | rapidamente | sortudo | felizmente\nrápido | rapidamente | óbvio | obviamente\nrápido | rapidamente | ocasional | ocasionalmente\nrápido | rapidamente | possível | possivelmente\nrápido | rapidamente | preciso | precisamente\nrápido | rapidamente | profissional | profissionalmente\nsilencioso | silenciosamente | rápido | rapidamente\nsilencioso | silenciosamente | raro | raramente\nsilencioso | silenciosamente | relutante | relutantemente\nsilencioso | silenciosamente | seguro | seguramente\nsilencioso | silenciosamente | sério | seriamente\nsilencioso | silenciosamente | lento | lentamente\nsilencioso | silenciosamente | repentino | repentinamente\nsilencioso | silenciosamente | veloz/rápido | rapidamente\nsilencioso | silenciosamente | típico | tipicamente\nsilencioso | silenciosamente | infeliz | infelizmente\nsilencioso | silenciosamente | usual | usualmente\nsilencioso | silenciosamente | fantástico | fantasticamente\nsilencioso | silenciosamente | aparente | aparentemente\nsilencioso | silenciosamente | calmo | calmamente\nsilencioso | silenciosamente | alegre | alegremente\nsilencioso | silenciosamente | completo | completamente\nsilencioso | silenciosamente | eficiente | eficientemente\nsilencioso | silenciosamente | afortunado | afortunadamente\nsilencioso | silenciosamente | livre | livremente\nsilencioso | silenciosamente | furioso | furiosamente\nsilencioso | silenciosamente | alegre | alegremente\nsilencioso | silenciosamente | imediato | imediatamente\nsilencioso | silenciosamente | infrequente | infrequentemente\nsilencioso | silenciosamente | sortudo | felizmente\nsilencioso | silenciosamente | óbvio | obviamente\nsilencioso | silenciosamente | ocasional | ocasionalmente\nsilencioso | silenciosamente | possível | possivelmente\nsilencioso | silenciosamente | preciso | precisamente\nsilencioso | silenciosamente | profissional | profissionalmente\nsilencioso | silenciosamente | rápido | rapidamente\nrápido | rapidamente | raro | raramente\nrápido | rapidamente | relutante | relutantemente\nrápido | rapidamente | seguro | seguramente\nrápido | rapidamente | sério | seriamente\nrápido | rapidamente | lento | lentamente\nrápido | rapidamente | repentino | repentinamente\nrápido | rapidamente | veloz/rápido | rapidamente\nrápido | rapidamente | típico | tipicamente\nrápido | rapidamente | infeliz | infelizmente\nrápido | rapidamente | usual | usualmente\nrápido | rapidamente | fantástico | fantasticamente\nrápido | rapidamente | aparente | aparentemente\nrápido | rapidamente | calmo | calmamente\nrápido | rapidamente | alegre | alegremente\nrápido | rapidamente | completo | completamente\nrápido | rapidamente | eficiente | eficientemente\nrápido | rapidamente | afortunado | afortunadamente\nrápido | rapidamente | livre | livremente\nrápido | rapidamente | furioso | furiosamente\nrápido | rapidamente | alegre | alegremente\nrápido | rapidamente | imediato | imediatamente\nrápido | rapidamente | infrequente | infrequentemente\nrápido | rapidamente | sortudo | felizmente\nrápido | rapidamente | óbvio | obviamente\nrápido | rapidamente | ocasional | ocasionalmente\nrápido | rapidamente | possível | possivelmente\nrápido | rapidamente | preciso | precisamente\nrápido | rapidamente | profissional | profissionalmente\nrápido | rapidamente | rápido | rapidamente\nrápido | rapidamente | silencioso | silenciosamente\nraro | raramente | relutante | relutantemente\nraro | raramente | seguro | seguramente\nraro | raramente | sério | seriamente\nraro | raramente | lento | lentamente\nraro | raramente | repentino | repentinamente\nraro | raramente | veloz/rápido | rapidamente\nraro | raramente | típico | tipicamente\nraro | raramente | infeliz | infelizmente\nraro | raramente | usual | usualmente\nraro | raramente | fantástico | fantasticamente\nraro | raramente | aparente | aparentemente\nraro | raramente | calmo | calmamente\nraro | raramente | alegre | alegremente\nraro | raramente | completo | completamente\nraro | raramente | eficiente | eficientemente\nraro | raramente | afortunado | afortunadamente\nraro | raramente | livre | livremente\nraro | raramente | furioso | furiosamente\nraro | raramente | alegre | alegremente\nraro | raramente | imediato | imediatamente\nraro | raramente | infrequente | infrequentemente\nraro | raramente | sortudo | felizmente\nraro | raramente | óbvio | obviamente\nraro | raramente | ocasional | ocasionalmente\nraro | raramente | possível | possivelmente\nraro | raramente | preciso | precisamente\nraro | raramente | profissional | profissionalmente\nraro | raramente | rápido | rapidamente\nraro | raramente | silencioso | silenciosamente\nraro | raramente | rápido | rapidamente\nrelutante | relutantemente | seguro | seguramente\nrelutante | relutantemente | sério | seriamente\nrelutante | relutantemente | lento | lentamente\nrelutante | relutantemente | repentino | repentinamente\nrelutante | relutantemente | veloz/rápido | rapidamente\nrelutante | relutantemente | típico | tipicamente\nrelutante | relutantemente | infeliz | infelizmente\nrelutante | relutantemente | usual | usualmente\nrelutante | relutantemente | fantástico | fantasticamente\nrelutante | relutantemente | aparente | aparentemente\nrelutante | relutantemente | calmo | calmamente\nrelutante | relutantemente | alegre | alegremente\nrelutante | relutantemente | completo | completamente\nrelutante | relutantemente | eficiente | eficientemente\nrelutante | relutantemente | afortunado | afortunadamente\nrelutante | relutantemente | livre | livremente\nrelutante | relutantemente | furioso | furiosamente\nrelutante | relutantemente | alegre | alegremente\nrelutante | relutantemente | imediato | imediatamente\nrelutante | relutantemente | infrequente | infrequentemente\nrelutante | relutantemente | sortudo | felizmente\nrelutante | relutantemente | óbvio | obviamente\nrelutante | relutantemente | ocasional | ocasionalmente\nrelutante | relutantemente | possível | possivelmente\nrelutante | relutantemente | preciso | precisamente\nrelutante | relutantemente | profissional | profissionalmente\nrelutante | relutantemente | rápido | rapidamente\nrelutante | relutantemente | silencioso | silenciosamente\nrelutante | relutantemente | rápido | rapidamente\nrelutante | relutantemente | raro | raramente\nseguro | seguramente | sério | seriamente\nseguro | seguramente | lento | lentamente\nseguro | seguramente | repentino | repentinamente\nseguro | seguramente | veloz/rápido | rapidamente\nseguro | seguramente | típico | tipicamente\nseguro | seguramente | infeliz | infelizmente\nseguro | seguramente | usual | usualmente\nseguro | seguramente | fantástico | fantasticamente\nseguro | seguramente | aparente | aparentemente\nseguro | seguramente | calmo | calmamente\nseguro | seguramente | alegre | alegremente\nseguro | seguramente | completo | completamente\nseguro | seguramente | eficiente | eficientemente\nseguro | seguramente | afortunado | afortunadamente\nseguro | seguramente | livre | livremente\nseguro | seguramente | furioso | furiosamente\nseguro | seguramente | alegre | alegremente\nseguro | seguramente | imediato | imediatamente\nseguro | seguramente | infrequente | infrequentemente\nseguro | seguramente | sortudo | felizmente\nseguro | seguramente | óbvio | obviamente\nseguro | seguramente | ocasional | ocasionalmente\nseguro | seguramente | possível | possivelmente\nseguro | seguramente | preciso | precisamente\nseguro | seguramente | profissional | profissionalmente\nseguro | seguramente | rápido | rapidamente\nseguro | seguramente | silencioso | silenciosamente\nseguro | seguramente | rápido | rapidamente\nseguro | seguramente | raro | raramente\nseguro | seguramente | relutante | relutantemente\nsério | seriamente | lento | lentamente\nsério | seriamente | repentino | repentinamente\nsério | seriamente | veloz/rápido | rapidamente\nsério | seriamente | típico | tipicamente\nsério | seriamente | infeliz | infelizmente\nsério | seriamente | usual | usualmente\nsério | seriamente | fantástico | fantasticamente\nsério | seriamente | aparente | aparentemente\nsério | seriamente | calmo | calmamente\nsério | seriamente | alegre | alegremente\nsério | seriamente | completo | completamente\nsério | seriamente | eficiente | eficientemente\nsério | seriamente | afortunado | afortunadamente\nsério | seriamente | livre | livremente\nsério | seriamente | furioso | furiosamente\nsério | seriamente | alegre | alegremente\nsério | seriamente | imediato | imediatamente\nsério | seriamente | infrequente | infrequentemente\nsério | seriamente | sortudo | felizmente\nsério | seriamente | óbvio | obviamente\nsério | seriamente | ocasional | ocasionalmente\nsério | seriamente | possível | possivelmente\nsério | seriamente | preciso | precisamente\nsério | seriamente | profissional | profissionalmente\nsério | seriamente | rápido | rapidamente\nsério | seriamente | silencioso | silenciosamente\nsério | seriamente | rápido | rapidamente\nsério | seriamente | raro | raramente\nsério | seriamente | relutante | relutantemente\nsério | seriamente | seguro | seguramente\nlento | lentamente | repentino | repentinamente\nlento | lentamente | veloz/rápido | rapidamente\nlento | lentamente | típico | tipicamente\nlento | lentamente | infeliz | infelizmente\nlento | lentamente | usual | usualmente\nlento | lentamente | fantástico | fantasticamente\nlento | lentamente | aparente | aparentemente\nlento | lentamente | calmo | calmamente\nlento | lentamente | alegre | alegremente\nlento | lentamente | completo | completamente\nlento | lentamente | eficiente | eficientemente\nlento | lentamente | afortunado | afortunadamente\nlento | lentamente | livre | livremente\nlento | lentamente | furioso | furiosamente\nlento | lentamente | alegre | alegremente\nlento | lentamente | imediato | imediatamente\nlento | lentamente | infrequente | infrequentemente\nlento | lentamente | sortudo | felizmente\nlento | lentamente | óbvio | obviamente\nlento | lentamente | ocasional | ocasionalmente\nlento | lentamente | possível | possivelmente\nlento | lentamente | preciso | precisamente\nlento | lentamente | profissional | profissionalmente\nlento | lentamente | rápido | rapidamente\nlento | lentamente | silencioso | silenciosamente\nlento | lentamente | rápido | rapidamente\nlento | lentamente | raro | raramente\nlento | lentamente | relutante | relutantemente\nlento | lentamente | seguro | seguramente\nlento | lentamente | sério | seriamente\nrepentino | repentinamente | veloz/rápido | rapidamente\nrepentino | repentinamente | típico | tipicamente\nrepentino | repentinamente | infeliz | infelizmente\nrepentino | repentinamente | usual | usualmente\nrepentino | repentinamente | fantástico | fantasticamente\nrepentino | repentinamente | aparente | aparentemente\nrepentino | repentinamente | calmo | calmamente\nrepentino | repentinamente | alegre | alegremente\nrepentino | repentinamente | completo | completamente\nrepentino | repentinamente | eficiente | eficientemente\nrepentino | repentinamente | afortunado | afortunadamente\nrepentino | repentinamente | livre | livremente\nrepentino | repentinamente | furioso | furiosamente\nrepentino | repentinamente | alegre | alegremente\nrepentino | repentinamente | imediato | imediatamente\nrepentino | repentinamente | infrequente | infrequentemente\nrepentino | repentinamente | sortudo | felizmente\nrepentino | repentinamente | óbvio | obviamente\nrepentino | repentinamente | ocasional | ocasionalmente\nrepentino | repentinamente | possível | possivelmente\nrepentino | repentinamente | preciso | precisamente\nrepentino | repentinamente | profissional | profissionalmente\nrepentino | repentinamente | rápido | rapidamente\nrepentino | repentinamente | silencioso | silenciosamente\nrepentino | repentinamente | rápido | rapidamente\nrepentino | repentinamente | raro | raramente\nrepentino | repentinamente | relutante | relutantemente\nrepentino | repentinamente | seguro | seguramente\nrepentino | repentinamente | sério | seriamente\nrepentino | repentinamente | lento | lentamente\nveloz/rápido | rapidamente | típico | tipicamente\nveloz/rápido | rapidamente | infeliz | infelizmente\nveloz/rápido | rapidamente | usual | usualmente\nveloz/rápido | rapidamente | fantástico | fantasticamente\nveloz/rápido | rapidamente | aparente | aparentemente\nveloz/rápido | rapidamente | calmo | calmamente\nveloz/rápido | rapidamente | alegre | alegremente\nveloz/rápido | rapidamente | completo | completamente\nveloz/rápido | rapidamente | eficiente | eficientemente\nveloz/rápido | rapidamente | afortunado | afortunadamente\nveloz/rápido | rapidamente | livre | livremente\nveloz/rápido | rapidamente | furioso | furiosamente\nveloz/rápido | rapidamente | alegre | alegremente\nveloz/rápido | rapidamente | imediato | imediatamente\nveloz/rápido | rapidamente | infrequente | infrequentemente\nveloz/rápido | rapidamente | sortudo | felizmente\nveloz/rápido | rapidamente | óbvio | obviamente\nveloz/rápido | rapidamente | ocasional | ocasionalmente\nveloz/rápido | rapidamente | possível | possivelmente\nveloz/rápido | rapidamente | preciso | precisamente\nveloz/rápido | rapidamente | profissional | profissionalmente\nveloz/rápido | rapidamente | rápido | rapidamente\nveloz/rápido | rapidamente | silencioso | silenciosamente\nveloz/rápido | rapidamente | rápido | rapidamente\nveloz/rápido | rapidamente | raro | raramente\nveloz/rápido | rapidamente | relutante | relutantemente\nveloz/rápido | rapidamente | seguro | seguramente\nveloz/rápido | rapidamente | sério | seriamente\nveloz/rápido | rapidamente | lento | lentamente\nveloz/rápido | rapidamente | repentino | repentinamente\ntípico | tipicamente | infeliz | infelizmente\ntípico | tipicamente | usual | usualmente\ntípico | tipicamente | fantástico | fantasticamente\ntípico | tipicamente | aparente | aparentemente\ntípico | tipicamente | calmo | calmamente\ntípico | tipicamente | alegre | alegremente\ntípico | tipicamente | completo | completamente\ntípico | tipicamente | eficiente | eficientemente\ntípico | tipicamente | afortunado | afortunadamente\ntípico | tipicamente | livre | livremente\ntípico | tipicamente | furioso | furiosamente\ntípico | tipicamente | alegre | alegremente\ntípico | tipicamente | imediato | imediatamente\ntípico | tipicamente | infrequente | infrequentemente\ntípico | tipicamente | sortudo | felizmente\ntípico | tipicamente | óbvio | obviamente\ntípico | tipicamente | ocasional | ocasionalmente\ntípico | tipicamente | possível | possivelmente\ntípico | tipicamente | preciso | precisamente\ntípico | tipicamente | profissional | profissionalmente\ntípico | tipicamente | rápido | rapidamente\ntípico | tipicamente | silencioso | silenciosamente\ntípico | tipicamente | rápido | rapidamente\ntípico | tipicamente | raro | raramente\ntípico | tipicamente | relutante | relutantemente\ntípico | tipicamente | seguro | seguramente\ntípico | tipicamente | sério | seriamente\ntípico | tipicamente | lento | lentamente\ntípico | tipicamente | repentino | repentinamente\ntípico | tipicamente | veloz/rápido | rapidamente\ninfeliz | infelizmente | usual | usualmente\ninfeliz | infelizmente | fantástico | fantasticamente\ninfeliz | infelizmente | aparente | aparentemente\ninfeliz | infelizmente | calmo | calmamente\ninfeliz | infelizmente | alegre | alegremente\ninfeliz | infelizmente | completo | completamente\ninfeliz | infelizmente | eficiente | eficientemente\ninfeliz | infelizmente | afortunado | afortunadamente\ninfeliz | infelizmente | livre | livremente\ninfeliz | infelizmente | furioso | furiosamente\ninfeliz | infelizmente | alegre | alegremente\ninfeliz | infelizmente | imediato | imediatamente\ninfeliz | infelizmente | infrequente | infrequentemente\ninfeliz | infelizmente | sortudo | felizmente\ninfeliz | infelizmente | óbvio | obviamente\ninfeliz | infelizmente | ocasional | ocasionalmente\ninfeliz | infelizmente | possível | possivelmente\ninfeliz | infelizmente | preciso | precisamente\ninfeliz | infelizmente | profissional | profissionalmente\ninfeliz | infelizmente | rápido | rapidamente\ninfeliz | infelizmente | silencioso | silenciosamente\ninfeliz | infelizmente | rápido | rapidamente\ninfeliz | infelizmente | raro | raramente\ninfeliz | infelizmente | relutante | relutantemente\ninfeliz | infelizmente | seguro | seguramente\ninfeliz | infelizmente | sério | seriamente\ninfeliz | infelizmente | lento | lentamente\ninfeliz | infelizmente | repentino | repentinamente\ninfeliz | infelizmente | veloz/rápido | rapidamente\ninfeliz | infelizmente | típico | tipicamente\nusual | usualmente | fantástico | fantasticamente\nusual | usualmente | aparente | aparentemente\nusual | usualmente | calmo | calmamente\nusual | usualmente | alegre | alegremente\nusual | usualmente | completo | completamente\nusual | usualmente | eficiente | eficientemente\nusual | usualmente | afortunado | afortunadamente\nusual | usualmente | livre | livremente\nusual | usualmente | furioso | furiosamente\nusual | usualmente | alegre | alegremente\nusual | usualmente | imediato | imediatamente\nusual | usualmente | infrequente | infrequentemente\nusual | usualmente | sortudo | felizmente\nusual | usualmente | óbvio | obviamente\nusual | usualmente | ocasional | ocasionalmente\nusual | usualmente | possível | possivelmente\nusual | usualmente | preciso | precisamente\nusual | usualmente | profissional | profissionalmente\nusual | usualmente | rápido | rapidamente\nusual | usualmente | silencioso | silenciosamente\nusual | usualmente | rápido | rapidamente\nusual | usualmente | raro | raramente\nusual | usualmente | relutante | relutantemente\nusual | usualmente | seguro | seguramente\nusual | usualmente | sério | seriamente\nusual | usualmente | lento | lentamente\nusual | usualmente | repentino | repentinamente\nusual | usualmente | veloz/rápido | rapidamente\nusual | usualmente | típico | tipicamente\nusual | usualmente | infeliz | infelizmente\n: | gram2-opposite\naceitável | inaceitável | consciente | inconsciente\naceitável | inaceitável | certo | incerto\naceitável | inaceitável | claro | obscuro\naceitável | inaceitável | confortável | desconfortável\naceitável | inaceitável | competitivo | descompetitivo\naceitável | inaceitável | consistente | inconsistente\naceitável | inaceitável | convincente | inconvincente\naceitável | inaceitável | conveniente | inconveniente\naceitável | inaceitável | decidido | indeciso\naceitável | inaceitável | eficiente | ineficiente\naceitável | inaceitável | ético | antiético\naceitável | inaceitável | afortunado | infeliz\naceitável | inaceitável | honesto | desonesto\naceitável | inaceitável | impressivo | inexpressivo\naceitável | inaceitável | informativo | desinformativo\naceitável | inaceitável | informado | desinformado\naceitável | inaceitável | conhecido | desconhecido\naceitável | inaceitável | provável | improvável\naceitável | inaceitável | lógico | ilógico\naceitável | inaceitável | agradável | desagradável\naceitável | inaceitável | possível | impossível\naceitável | inaceitável | possivelmente | impossivelmente\naceitável | inaceitável | produtivo | improdutivo\naceitável | inaceitável | racional | irracional\naceitável | inaceitável | responsável | irresponsável\naceitável | inaceitável | certo | incerto\naceitável | inaceitável | agradável | desagradável\nconsciente | inconsciente | certo | incerto\nconsciente | inconsciente | claro | obscuro\nconsciente | inconsciente | confortável | desconfortável\nconsciente | inconsciente | competitivo | descompetitivo\nconsciente | inconsciente | consistente | inconsistente\nconsciente | inconsciente | convincente | inconvincente\nconsciente | inconsciente | conveniente | inconveniente\nconsciente | inconsciente | decidido | indeciso\nconsciente | inconsciente | eficiente | ineficiente\nconsciente | inconsciente | ético | antiético\nconsciente | inconsciente | afortunado | infeliz\nconsciente | inconsciente | honesto | desonesto\nconsciente | inconsciente | impressivo | inexpressivo\nconsciente | inconsciente | informativo | desinformativo\nconsciente | inconsciente | informado | desinformado\nconsciente | inconsciente | conhecido | desconhecido\nconsciente | inconsciente | provável | improvável\nconsciente | inconsciente | lógico | ilógico\nconsciente | inconsciente | agradável | desagradável\nconsciente | inconsciente | possível | impossível\nconsciente | inconsciente | possivelmente | impossivelmente\nconsciente | inconsciente | produtivo | improdutivo\nconsciente | inconsciente | racional | irracional\nconsciente | inconsciente | responsável | irresponsável\nconsciente | inconsciente | certo | incerto\nconsciente | inconsciente | agradável | desagradável\nconsciente | inconsciente | aceitável | inaceitável\ncerto | incerto | claro | obscuro\ncerto | incerto | confortável | desconfortável\ncerto | incerto | competitivo | descompetitivo\ncerto | incerto | consistente | inconsistente\ncerto | incerto | convincente | inconvincente\ncerto | incerto | conveniente | inconveniente\ncerto | incerto | decidido | indeciso\ncerto | incerto | eficiente | ineficiente\ncerto | incerto | ético | antiético\ncerto | incerto | afortunado | infeliz\ncerto | incerto | honesto | desonesto\ncerto | incerto | impressivo | inexpressivo\ncerto | incerto | informativo | desinformativo\ncerto | incerto | informado | desinformado\ncerto | incerto | conhecido | desconhecido\ncerto | incerto | provável | improvável\ncerto | incerto | lógico | ilógico\ncerto | incerto | agradável | desagradável\ncerto | incerto | possível | impossível\ncerto | incerto | possivelmente | impossivelmente\ncerto | incerto | produtivo | improdutivo\ncerto | incerto | racional | irracional\ncerto | incerto | responsável | irresponsável\ncerto | incerto | certo | incerto\ncerto | incerto | agradável | desagradável\ncerto | incerto | aceitável | inaceitável\ncerto | incerto | consciente | inconsciente\nclaro | obscuro | confortável | desconfortável\nclaro | obscuro | competitivo | descompetitivo\nclaro | obscuro | consistente | inconsistente\nclaro | obscuro | convincente | inconvincente\nclaro | obscuro | conveniente | inconveniente\nclaro | obscuro | decidido | indeciso\nclaro | obscuro | eficiente | ineficiente\nclaro | obscuro | ético | antiético\nclaro | obscuro | afortunado | infeliz\nclaro | obscuro | honesto | desonesto\nclaro | obscuro | impressivo | inexpressivo\nclaro | obscuro | informativo | desinformativo\nclaro | obscuro | informado | desinformado\nclaro | obscuro | conhecido | desconhecido\nclaro | obscuro | provável | improvável\nclaro | obscuro | lógico | ilógico\nclaro | obscuro | agradável | desagradável\nclaro | obscuro | possível | impossível\nclaro | obscuro | possivelmente | impossivelmente\nclaro | obscuro | produtivo | improdutivo\nclaro | obscuro | racional | irracional\nclaro | obscuro | responsável | irresponsável\nclaro | obscuro | certo | incerto\nclaro | obscuro | agradável | desagradável\nclaro | obscuro | aceitável | inaceitável\nclaro | obscuro | consciente | inconsciente\nclaro | obscuro | certo | incerto\nconfortável | desconfortável | competitivo | descompetitivo\nconfortável | desconfortável | consistente | inconsistente\nconfortável | desconfortável | convincente | inconvincente\nconfortável | desconfortável | conveniente | inconveniente\nconfortável | desconfortável | decidido | indeciso\nconfortável | desconfortável | eficiente | ineficiente\nconfortável | desconfortável | ético | antiético\nconfortável | desconfortável | afortunado | infeliz\nconfortável | desconfortável | honesto | desonesto\nconfortável | desconfortável | impressivo | inexpressivo\nconfortável | desconfortável | informativo | desinformativo\nconfortável | desconfortável | informado | desinformado\nconfortável | desconfortável | conhecido | desconhecido\nconfortável | desconfortável | provável | improvável\nconfortável | desconfortável | lógico | ilógico\nconfortável | desconfortável | agradável | desagradável\nconfortável | desconfortável | possível | impossível\nconfortável | desconfortável | possivelmente | impossivelmente\nconfortável | desconfortável | produtivo | improdutivo\nconfortável | desconfortável | racional | irracional\nconfortável | desconfortável | responsável | irresponsável\nconfortável | desconfortável | certo | incerto\nconfortável | desconfortável | agradável | desagradável\nconfortável | desconfortável | aceitável | inaceitável\nconfortável | desconfortável | consciente | inconsciente\nconfortável | desconfortável | certo | incerto\nconfortável | desconfortável | claro | obscuro\ncompetitivo | descompetitivo | consistente | inconsistente\ncompetitivo | descompetitivo | convincente | inconvincente\ncompetitivo | descompetitivo | conveniente | inconveniente\ncompetitivo | descompetitivo | decidido | indeciso\ncompetitivo | descompetitivo | eficiente | ineficiente\ncompetitivo | descompetitivo | ético | antiético\ncompetitivo | descompetitivo | afortunado | infeliz\ncompetitivo | descompetitivo | honesto | desonesto\ncompetitivo | descompetitivo | impressivo | inexpressivo\ncompetitivo | descompetitivo | informativo | desinformativo\ncompetitivo | descompetitivo | informado | desinformado\ncompetitivo | descompetitivo | conhecido | desconhecido\ncompetitivo | descompetitivo | provável | improvável\ncompetitivo | descompetitivo | lógico | ilógico\ncompetitivo | descompetitivo | agradável | desagradável\ncompetitivo | descompetitivo | possível | impossível\ncompetitivo | descompetitivo | possivelmente | impossivelmente\ncompetitivo | descompetitivo | produtivo | improdutivo\ncompetitivo | descompetitivo | racional | irracional\ncompetitivo | descompetitivo | responsável | irresponsável\ncompetitivo | descompetitivo | certo | incerto\ncompetitivo | descompetitivo | agradável | desagradável\ncompetitivo | descompetitivo | aceitável | inaceitável\ncompetitivo | descompetitivo | consciente | inconsciente\ncompetitivo | descompetitivo | certo | incerto\ncompetitivo | descompetitivo | claro | obscuro\ncompetitivo | descompetitivo | confortável | desconfortável\nconsistente | inconsistente | convincente | inconvincente\nconsistente | inconsistente | conveniente | inconveniente\nconsistente | inconsistente | decidido | indeciso\nconsistente | inconsistente | eficiente | ineficiente\nconsistente | inconsistente | ético | antiético\nconsistente | inconsistente | afortunado | infeliz\nconsistente | inconsistente | honesto | desonesto\nconsistente | inconsistente | impressivo | inexpressivo\nconsistente | inconsistente | informativo | desinformativo\nconsistente | inconsistente | informado | desinformado\nconsistente | inconsistente | conhecido | desconhecido\nconsistente | inconsistente | provável | improvável\nconsistente | inconsistente | lógico | ilógico\nconsistente | inconsistente | agradável | desagradável\nconsistente | inconsistente | possível | impossível\nconsistente | inconsistente | possivelmente | impossivelmente\nconsistente | inconsistente | produtivo | improdutivo\nconsistente | inconsistente | racional | irracional\nconsistente | inconsistente | responsável | irresponsável\nconsistente | inconsistente | certo | incerto\nconsistente | inconsistente | agradável | desagradável\nconsistente | inconsistente | aceitável | inaceitável\nconsistente | inconsistente | consciente | inconsciente\nconsistente | inconsistente | certo | incerto\nconsistente | inconsistente | claro | obscuro\nconsistente | inconsistente | confortável | desconfortável\nconsistente | inconsistente | competitivo | descompetitivo\nconvincente | inconvincente | conveniente | inconveniente\nconvincente | inconvincente | decidido | indeciso\nconvincente | inconvincente | eficiente | ineficiente\nconvincente | inconvincente | ético | antiético\nconvincente | inconvincente | afortunado | infeliz\nconvincente | inconvincente | honesto | desonesto\nconvincente | inconvincente | impressivo | inexpressivo\nconvincente | inconvincente | informativo | desinformativo\nconvincente | inconvincente | informado | desinformado\nconvincente | inconvincente | conhecido | desconhecido\nconvincente | inconvincente | provável | improvável\nconvincente | inconvincente | lógico | ilógico\nconvincente | inconvincente | agradável | desagradável\nconvincente | inconvincente | possível | impossível\nconvincente | inconvincente | possivelmente | impossivelmente\nconvincente | inconvincente | produtivo | improdutivo\nconvincente | inconvincente | racional | irracional\nconvincente | inconvincente | responsável | irresponsável\nconvincente | inconvincente | certo | incerto\nconvincente | inconvincente | agradável | desagradável\nconvincente | inconvincente | aceitável | inaceitável\nconvincente | inconvincente | consciente | inconsciente\nconvincente | inconvincente | certo | incerto\nconvincente | inconvincente | claro | obscuro\nconvincente | inconvincente | confortável | desconfortável\nconvincente | inconvincente | competitivo | descompetitivo\nconvincente | inconvincente | consistente | inconsistente\nconveniente | inconveniente | decidido | indeciso\nconveniente | inconveniente | eficiente | ineficiente\nconveniente | inconveniente | ético | antiético\nconveniente | inconveniente | afortunado | infeliz\nconveniente | inconveniente | honesto | desonesto\nconveniente | inconveniente | impressivo | inexpressivo\nconveniente | inconveniente | informativo | desinformativo\nconveniente | inconveniente | informado | desinformado\nconveniente | inconveniente | conhecido | desconhecido\nconveniente | inconveniente | provável | improvável\nconveniente | inconveniente | lógico | ilógico\nconveniente | inconveniente | agradável | desagradável\nconveniente | inconveniente | possível | impossível\nconveniente | inconveniente | possivelmente | impossivelmente\nconveniente | inconveniente | produtivo | improdutivo\nconveniente | inconveniente | racional | irracional\nconveniente | inconveniente | responsável | irresponsável\nconveniente | inconveniente | certo | incerto\nconveniente | inconveniente | agradável | desagradável\nconveniente | inconveniente | aceitável | inaceitável\nconveniente | inconveniente | consciente | inconsciente\nconveniente | inconveniente | certo | incerto\nconveniente | inconveniente | claro | obscuro\nconveniente | inconveniente | confortável | desconfortável\nconveniente | inconveniente | competitivo | descompetitivo\nconveniente | inconveniente | consistente | inconsistente\nconveniente | inconveniente | convincente | inconvincente\ndecidido | indeciso | eficiente | ineficiente\ndecidido | indeciso | ético | antiético\ndecidido | indeciso | afortunado | infeliz\ndecidido | indeciso | honesto | desonesto\ndecidido | indeciso | impressivo | inexpressivo\ndecidido | indeciso | informativo | desinformativo\ndecidido | indeciso | informado | desinformado\ndecidido | indeciso | conhecido | desconhecido\ndecidido | indeciso | provável | improvável\ndecidido | indeciso | lógico | ilógico\ndecidido | indeciso | agradável | desagradável\ndecidido | indeciso | possível | impossível\ndecidido | indeciso | possivelmente | impossivelmente\ndecidido | indeciso | produtivo | improdutivo\ndecidido | indeciso | racional | irracional\ndecidido | indeciso | responsável | irresponsável\ndecidido | indeciso | certo | incerto\ndecidido | indeciso | agradável | desagradável\ndecidido | indeciso | aceitável | inaceitável\ndecidido | indeciso | consciente | inconsciente\ndecidido | indeciso | certo | incerto\ndecidido | indeciso | claro | obscuro\ndecidido | indeciso | confortável | desconfortável\ndecidido | indeciso | competitivo | descompetitivo\ndecidido | indeciso | consistente | inconsistente\ndecidido | indeciso | convincente | inconvincente\ndecidido | indeciso | conveniente | inconveniente\neficiente | ineficiente | ético | antiético\neficiente | ineficiente | afortunado | infeliz\neficiente | ineficiente | honesto | desonesto\neficiente | ineficiente | impressivo | inexpressivo\neficiente | ineficiente | informativo | desinformativo\neficiente | ineficiente | informado | desinformado\neficiente | ineficiente | conhecido | desconhecido\neficiente | ineficiente | provável | improvável\neficiente | ineficiente | lógico | ilógico\neficiente | ineficiente | agradável | desagradável\neficiente | ineficiente | possível | impossível\neficiente | ineficiente | possivelmente | impossivelmente\neficiente | ineficiente | produtivo | improdutivo\neficiente | ineficiente | racional | irracional\neficiente | ineficiente | responsável | irresponsável\neficiente | ineficiente | certo | incerto\neficiente | ineficiente | agradável | desagradável\neficiente | ineficiente | aceitável | inaceitável\neficiente | ineficiente | consciente | inconsciente\neficiente | ineficiente | certo | incerto\neficiente | ineficiente | claro | obscuro\neficiente | ineficiente | confortável | desconfortável\neficiente | ineficiente | competitivo | descompetitivo\neficiente | ineficiente | consistente | inconsistente\neficiente | ineficiente | convincente | inconvincente\neficiente | ineficiente | conveniente | inconveniente\neficiente | ineficiente | decidido | indeciso\nético | antiético | afortunado | infeliz\nético | antiético | honesto | desonesto\nético | antiético | impressivo | inexpressivo\nético | antiético | informativo | desinformativo\nético | antiético | informado | desinformado\nético | antiético | conhecido | desconhecido\nético | antiético | provável | improvável\nético | antiético | lógico | ilógico\nético | antiético | agradável | desagradável\nético | antiético | possível | impossível\nético | antiético | possivelmente | impossivelmente\nético | antiético | produtivo | improdutivo\nético | antiético | racional | irracional\nético | antiético | responsável | irresponsável\nético | antiético | certo | incerto\nético | antiético | agradável | desagradável\nético | antiético | aceitável | inaceitável\nético | antiético | consciente | inconsciente\nético | antiético | certo | incerto\nético | antiético | claro | obscuro\nético | antiético | confortável | desconfortável\nético | antiético | competitivo | descompetitivo\nético | antiético | consistente | inconsistente\nético | antiético | convincente | inconvincente\nético | antiético | conveniente | inconveniente\nético | antiético | decidido | indeciso\nético | antiético | eficiente | ineficiente\nafortunado | infeliz | honesto | desonesto\nafortunado | infeliz | impressivo | inexpressivo\nafortunado | infeliz | informativo | desinformativo\nafortunado | infeliz | informado | desinformado\nafortunado | infeliz | conhecido | desconhecido\nafortunado | infeliz | provável | improvável\nafortunado | infeliz | lógico | ilógico\nafortunado | infeliz | agradável | desagradável\nafortunado | infeliz | possível | impossível\nafortunado | infeliz | possivelmente | impossivelmente\nafortunado | infeliz | produtivo | improdutivo\nafortunado | infeliz | racional | irracional\nafortunado | infeliz | responsável | irresponsável\nafortunado | infeliz | certo | incerto\nafortunado | infeliz | agradável | desagradável\nafortunado | infeliz | aceitável | inaceitável\nafortunado | infeliz | consciente | inconsciente\nafortunado | infeliz | certo | incerto\nafortunado | infeliz | claro | obscuro\nafortunado | infeliz | confortável | desconfortável\nafortunado | infeliz | competitivo | descompetitivo\nafortunado | infeliz | consistente | inconsistente\nafortunado | infeliz | convincente | inconvincente\nafortunado | infeliz | conveniente | inconveniente\nafortunado | infeliz | decidido | indeciso\nafortunado | infeliz | eficiente | ineficiente\nafortunado | infeliz | ético | antiético\nhonesto | desonesto | impressivo | inexpressivo\nhonesto | desonesto | informativo | desinformativo\nhonesto | desonesto | informado | desinformado\nhonesto | desonesto | conhecido | desconhecido\nhonesto | desonesto | provável | improvável\nhonesto | desonesto | lógico | ilógico\nhonesto | desonesto | agradável | desagradável\nhonesto | desonesto | possível | impossível\nhonesto | desonesto | possivelmente | impossivelmente\nhonesto | desonesto | produtivo | improdutivo\nhonesto | desonesto | racional | irracional\nhonesto | desonesto | responsável | irresponsável\nhonesto | desonesto | certo | incerto\nhonesto | desonesto | agradável | desagradável\nhonesto | desonesto | aceitável | inaceitável\nhonesto | desonesto | consciente | inconsciente\nhonesto | desonesto | certo | incerto\nhonesto | desonesto | claro | obscuro\nhonesto | desonesto | confortável | desconfortável\nhonesto | desonesto | competitivo | descompetitivo\nhonesto | desonesto | consistente | inconsistente\nhonesto | desonesto | convincente | inconvincente\nhonesto | desonesto | conveniente | inconveniente\nhonesto | desonesto | decidido | indeciso\nhonesto | desonesto | eficiente | ineficiente\nhonesto | desonesto | ético | antiético\nhonesto | desonesto | afortunado | infeliz\nimpressivo | inexpressivo | informativo | desinformativo\nimpressivo | inexpressivo | informado | desinformado\nimpressivo | inexpressivo | conhecido | desconhecido\nimpressivo | inexpressivo | provável | improvável\nimpressivo | inexpressivo | lógico | ilógico\nimpressivo | inexpressivo | agradável | desagradável\nimpressivo | inexpressivo | possível | impossível\nimpressivo | inexpressivo | possivelmente | impossivelmente\nimpressivo | inexpressivo | produtivo | improdutivo\nimpressivo | inexpressivo | racional | irracional\nimpressivo | inexpressivo | responsável | irresponsável\nimpressivo | inexpressivo | certo | incerto\nimpressivo | inexpressivo | agradável | desagradável\nimpressivo | inexpressivo | aceitável | inaceitável\nimpressivo | inexpressivo | consciente | inconsciente\nimpressivo | inexpressivo | certo | incerto\nimpressivo | inexpressivo | claro | obscuro\nimpressivo | inexpressivo | confortável | desconfortável\nimpressivo | inexpressivo | competitivo | descompetitivo\nimpressivo | inexpressivo | consistente | inconsistente\nimpressivo | inexpressivo | convincente | inconvincente\nimpressivo | inexpressivo | conveniente | inconveniente\nimpressivo | inexpressivo | decidido | indeciso\nimpressivo | inexpressivo | eficiente | ineficiente\nimpressivo | inexpressivo | ético | antiético\nimpressivo | inexpressivo | afortunado | infeliz\nimpressivo | inexpressivo | honesto | desonesto\ninformativo | desinformativo | informado | desinformado\ninformativo | desinformativo | conhecido | desconhecido\ninformativo | desinformativo | provável | improvável\ninformativo | desinformativo | lógico | ilógico\ninformativo | desinformativo | agradável | desagradável\ninformativo | desinformativo | possível | impossível\ninformativo | desinformativo | possivelmente | impossivelmente\ninformativo | desinformativo | produtivo | improdutivo\ninformativo | desinformativo | racional | irracional\ninformativo | desinformativo | responsável | irresponsável\ninformativo | desinformativo | certo | incerto\ninformativo | desinformativo | agradável | desagradável\ninformativo | desinformativo | aceitável | inaceitável\ninformativo | desinformativo | consciente | inconsciente\ninformativo | desinformativo | certo | incerto\ninformativo | desinformativo | claro | obscuro\ninformativo | desinformativo | confortável | desconfortável\ninformativo | desinformativo | competitivo | descompetitivo\ninformativo | desinformativo | consistente | inconsistente\ninformativo | desinformativo | convincente | inconvincente\ninformativo | desinformativo | conveniente | inconveniente\ninformativo | desinformativo | decidido | indeciso\ninformativo | desinformativo | eficiente | ineficiente\ninformativo | desinformativo | ético | antiético\ninformativo | desinformativo | afortunado | infeliz\ninformativo | desinformativo | honesto | desonesto\ninformativo | desinformativo | impressivo | inexpressivo\ninformado | desinformado | conhecido | desconhecido\ninformado | desinformado | provável | improvável\ninformado | desinformado | lógico | ilógico\ninformado | desinformado | agradável | desagradável\ninformado | desinformado | possível | impossível\ninformado | desinformado | possivelmente | impossivelmente\ninformado | desinformado | produtivo | improdutivo\ninformado | desinformado | racional | irracional\ninformado | desinformado | responsável | irresponsável\ninformado | desinformado | certo | incerto\ninformado | desinformado | agradável | desagradável\ninformado | desinformado | aceitável | inaceitável\ninformado | desinformado | consciente | inconsciente\ninformado | desinformado | certo | incerto\ninformado | desinformado | claro | obscuro\ninformado | desinformado | confortável | desconfortável\ninformado | desinformado | competitivo | descompetitivo\ninformado | desinformado | consistente | inconsistente\ninformado | desinformado | convincente | inconvincente\ninformado | desinformado | conveniente | inconveniente\ninformado | desinformado | decidido | indeciso\ninformado | desinformado | eficiente | ineficiente\ninformado | desinformado | ético | antiético\ninformado | desinformado | afortunado | infeliz\ninformado | desinformado | honesto | desonesto\ninformado | desinformado | impressivo | inexpressivo\ninformado | desinformado | informativo | desinformativo\nconhecido | desconhecido | provável | improvável\nconhecido | desconhecido | lógico | ilógico\nconhecido | desconhecido | agradável | desagradável\nconhecido | desconhecido | possível | impossível\nconhecido | desconhecido | possivelmente | impossivelmente\nconhecido | desconhecido | produtivo | improdutivo\nconhecido | desconhecido | racional | irracional\nconhecido | desconhecido | responsável | irresponsável\nconhecido | desconhecido | certo | incerto\nconhecido | desconhecido | agradável | desagradável\nconhecido | desconhecido | aceitável | inaceitável\nconhecido | desconhecido | consciente | inconsciente\nconhecido | desconhecido | certo | incerto\nconhecido | desconhecido | claro | obscuro\nconhecido | desconhecido | confortável | desconfortável\nconhecido | desconhecido | competitivo | descompetitivo\nconhecido | desconhecido | consistente | inconsistente\nconhecido | desconhecido | convincente | inconvincente\nconhecido | desconhecido | conveniente | inconveniente\nconhecido | desconhecido | decidido | indeciso\nconhecido | desconhecido | eficiente | ineficiente\nconhecido | desconhecido | ético | antiético\nconhecido | desconhecido | afortunado | infeliz\nconhecido | desconhecido | honesto | desonesto\nconhecido | desconhecido | impressivo | inexpressivo\nconhecido | desconhecido | informativo | desinformativo\nconhecido | desconhecido | informado | desinformado\nprovável | improvável | lógico | ilógico\nprovável | improvável | agradável | desagradável\nprovável | improvável | possível | impossível\nprovável | improvável | possivelmente | impossivelmente\nprovável | improvável | produtivo | improdutivo\nprovável | improvável | racional | irracional\nprovável | improvável | responsável | irresponsável\nprovável | improvável | certo | incerto\nprovável | improvável | agradável | desagradável\nprovável | improvável | aceitável | inaceitável\nprovável | improvável | consciente | inconsciente\nprovável | improvável | certo | incerto\nprovável | improvável | claro | obscuro\nprovável | improvável | confortável | desconfortável\nprovável | improvável | competitivo | descompetitivo\nprovável | improvável | consistente | inconsistente\nprovável | improvável | convincente | inconvincente\nprovável | improvável | conveniente | inconveniente\nprovável | improvável | decidido | indeciso\nprovável | improvável | eficiente | ineficiente\nprovável | improvável | ético | antiético\nprovável | improvável | afortunado | infeliz\nprovável | improvável | honesto | desonesto\nprovável | improvável | impressivo | inexpressivo\nprovável | improvável | informativo | desinformativo\nprovável | improvável | informado | desinformado\nprovável | improvável | conhecido | desconhecido\nlógico | ilógico | agradável | desagradável\nlógico | ilógico | possível | impossível\nlógico | ilógico | possivelmente | impossivelmente\nlógico | ilógico | produtivo | improdutivo\nlógico | ilógico | racional | irracional\nlógico | ilógico | responsável | irresponsável\nlógico | ilógico | certo | incerto\nlógico | ilógico | agradável | desagradável\nlógico | ilógico | aceitável | inaceitável\nlógico | ilógico | consciente | inconsciente\nlógico | ilógico | certo | incerto\nlógico | ilógico | claro | obscuro\nlógico | ilógico | confortável | desconfortável\nlógico | ilógico | competitivo | descompetitivo\nlógico | ilógico | consistente | inconsistente\nlógico | ilógico | convincente | inconvincente\nlógico | ilógico | conveniente | inconveniente\nlógico | ilógico | decidido | indeciso\nlógico | ilógico | eficiente | ineficiente\nlógico | ilógico | ético | antiético\nlógico | ilógico | afortunado | infeliz\nlógico | ilógico | honesto | desonesto\nlógico | ilógico | impressivo | inexpressivo\nlógico | ilógico | informativo | desinformativo\nlógico | ilógico | informado | desinformado\nlógico | ilógico | conhecido | desconhecido\nlógico | ilógico | provável | improvável\nagradável | desagradável | possível | impossível\nagradável | desagradável | possivelmente | impossivelmente\nagradável | desagradável | produtivo | improdutivo\nagradável | desagradável | racional | irracional\nagradável | desagradável | responsável | irresponsável\nagradável | desagradável | certo | incerto\nagradável | desagradável | agradável | desagradável\nagradável | desagradável | aceitável | inaceitável\nagradável | desagradável | consciente | inconsciente\nagradável | desagradável | certo | incerto\nagradável | desagradável | claro | obscuro\nagradável | desagradável | confortável | desconfortável\nagradável | desagradável | competitivo | descompetitivo\nagradável | desagradável | consistente | inconsistente\nagradável | desagradável | convincente | inconvincente\nagradável | desagradável | conveniente | inconveniente\nagradável | desagradável | decidido | indeciso\nagradável | desagradável | eficiente | ineficiente\nagradável | desagradável | ético | antiético\nagradável | desagradável | afortunado | infeliz\nagradável | desagradável | honesto | desonesto\nagradável | desagradável | impressivo | inexpressivo\nagradável | desagradável | informativo | desinformativo\nagradável | desagradável | informado | desinformado\nagradável | desagradável | conhecido | desconhecido\nagradável | desagradável | provável | improvável\nagradável | desagradável | lógico | ilógico\npossível | impossível | possivelmente | impossivelmente\npossível | impossível | produtivo | improdutivo\npossível | impossível | racional | irracional\npossível | impossível | responsável | irresponsável\npossível | impossível | certo | incerto\npossível | impossível | agradável | desagradável\npossível | impossível | aceitável | inaceitável\npossível | impossível | consciente | inconsciente\npossível | impossível | certo | incerto\npossível | impossível | claro | obscuro\npossível | impossível | confortável | desconfortável\npossível | impossível | competitivo | descompetitivo\npossível | impossível | consistente | inconsistente\npossível | impossível | convincente | inconvincente\npossível | impossível | conveniente | inconveniente\npossível | impossível | decidido | indeciso\npossível | impossível | eficiente | ineficiente\npossível | impossível | ético | antiético\npossível | impossível | afortunado | infeliz\npossível | impossível | honesto | desonesto\npossível | impossível | impressivo | inexpressivo\npossível | impossível | informativo | desinformativo\npossível | impossível | informado | desinformado\npossível | impossível | conhecido | desconhecido\npossível | impossível | provável | improvável\npossível | impossível | lógico | ilógico\npossível | impossível | agradável | desagradável\npossivelmente | impossivelmente | produtivo | improdutivo\npossivelmente | impossivelmente | racional | irracional\npossivelmente | impossivelmente | responsável | irresponsável\npossivelmente | impossivelmente | certo | incerto\npossivelmente | impossivelmente | agradável | desagradável\npossivelmente | impossivelmente | aceitável | inaceitável\npossivelmente | impossivelmente | consciente | inconsciente\npossivelmente | impossivelmente | certo | incerto\npossivelmente | impossivelmente | claro | obscuro\npossivelmente | impossivelmente | confortável | desconfortável\npossivelmente | impossivelmente | competitivo | descompetitivo\npossivelmente | impossivelmente | consistente | inconsistente\npossivelmente | impossivelmente | convincente | inconvincente\npossivelmente | impossivelmente | conveniente | inconveniente\npossivelmente | impossivelmente | decidido | indeciso\npossivelmente | impossivelmente | eficiente | ineficiente\npossivelmente | impossivelmente | ético | antiético\npossivelmente | impossivelmente | afortunado | infeliz\npossivelmente | impossivelmente | honesto | desonesto\npossivelmente | impossivelmente | impressivo | inexpressivo\npossivelmente | impossivelmente | informativo | desinformativo\npossivelmente | impossivelmente | informado | desinformado\npossivelmente | impossivelmente | conhecido | desconhecido\npossivelmente | impossivelmente | provável | improvável\npossivelmente | impossivelmente | lógico | ilógico\npossivelmente | impossivelmente | agradável | desagradável\npossivelmente | impossivelmente | possível | impossível\nprodutivo | improdutivo | racional | irracional\nprodutivo | improdutivo | responsável | irresponsável\nprodutivo | improdutivo | certo | incerto\nprodutivo | improdutivo | agradável | desagradável\nprodutivo | improdutivo | aceitável | inaceitável\nprodutivo | improdutivo | consciente | inconsciente\nprodutivo | improdutivo | certo | incerto\nprodutivo | improdutivo | claro | obscuro\nprodutivo | improdutivo | confortável | desconfortável\nprodutivo | improdutivo | competitivo | descompetitivo\nprodutivo | improdutivo | consistente | inconsistente\nprodutivo | improdutivo | convincente | inconvincente\nprodutivo | improdutivo | conveniente | inconveniente\nprodutivo | improdutivo | decidido | indeciso\nprodutivo | improdutivo | eficiente | ineficiente\nprodutivo | improdutivo | ético | antiético\nprodutivo | improdutivo | afortunado | infeliz\nprodutivo | improdutivo | honesto | desonesto\nprodutivo | improdutivo | impressivo | inexpressivo\nprodutivo | improdutivo | informativo | desinformativo\nprodutivo | improdutivo | informado | desinformado\nprodutivo | improdutivo | conhecido | desconhecido\nprodutivo | improdutivo | provável | improvável\nprodutivo | improdutivo | lógico | ilógico\nprodutivo | improdutivo | agradável | desagradável\nprodutivo | improdutivo | possível | impossível\nprodutivo | improdutivo | possivelmente | impossivelmente\nracional | irracional | responsável | irresponsável\nracional | irracional | certo | incerto\nracional | irracional | agradável | desagradável\nracional | irracional | aceitável | inaceitável\nracional | irracional | consciente | inconsciente\nracional | irracional | certo | incerto\nracional | irracional | claro | obscuro\nracional | irracional | confortável | desconfortável\nracional | irracional | competitivo | descompetitivo\nracional | irracional | consistente | inconsistente\nracional | irracional | convincente | inconvincente\nracional | irracional | conveniente | inconveniente\nracional | irracional | decidido | indeciso\nracional | irracional | eficiente | ineficiente\nracional | irracional | ético | antiético\nracional | irracional | afortunado | infeliz\nracional | irracional | honesto | desonesto\nracional | irracional | impressivo | inexpressivo\nracional | irracional | informativo | desinformativo\nracional | irracional | informado | desinformado\nracional | irracional | conhecido | desconhecido\nracional | irracional | provável | improvável\nracional | irracional | lógico | ilógico\nracional | irracional | agradável | desagradável\nracional | irracional | possível | impossível\nracional | irracional | possivelmente | impossivelmente\nracional | irracional | produtivo | improdutivo\nresponsável | irresponsável | certo | incerto\nresponsável | irresponsável | agradável | desagradável\nresponsável | irresponsável | aceitável | inaceitável\nresponsável | irresponsável | consciente | inconsciente\nresponsável | irresponsável | certo | incerto\nresponsável | irresponsável | claro | obscuro\nresponsável | irresponsável | confortável | desconfortável\nresponsável | irresponsável | competitivo | descompetitivo\nresponsável | irresponsável | consistente | inconsistente\nresponsável | irresponsável | convincente | inconvincente\nresponsável | irresponsável | conveniente | inconveniente\nresponsável | irresponsável | decidido | indeciso\nresponsável | irresponsável | eficiente | ineficiente\nresponsável | irresponsável | ético | antiético\nresponsável | irresponsável | afortunado | infeliz\nresponsável | irresponsável | honesto | desonesto\nresponsável | irresponsável | impressivo | inexpressivo\nresponsável | irresponsável | informativo | desinformativo\nresponsável | irresponsável | informado | desinformado\nresponsável | irresponsável | conhecido | desconhecido\nresponsável | irresponsável | provável | improvável\nresponsável | irresponsável | lógico | ilógico\nresponsável | irresponsável | agradável | desagradável\nresponsável | irresponsável | possível | impossível\nresponsável | irresponsável | possivelmente | impossivelmente\nresponsável | irresponsável | produtivo | improdutivo\nresponsável | irresponsável | racional | irracional\ncerto | incerto | agradável | desagradável\ncerto | incerto | aceitável | inaceitável\ncerto | incerto | consciente | inconsciente\ncerto | incerto | certo | incerto\ncerto | incerto | claro | obscuro\ncerto | incerto | confortável | desconfortável\ncerto | incerto | competitivo | descompetitivo\ncerto | incerto | consistente | inconsistente\ncerto | incerto | convincente | inconvincente\ncerto | incerto | conveniente | inconveniente\ncerto | incerto | decidido | indeciso\ncerto | incerto | eficiente | ineficiente\ncerto | incerto | ético | antiético\ncerto | incerto | afortunado | infeliz\ncerto | incerto | honesto | desonesto\ncerto | incerto | impressivo | inexpressivo\ncerto | incerto | informativo | desinformativo\ncerto | incerto | informado | desinformado\ncerto | incerto | conhecido | desconhecido\ncerto | incerto | provável | improvável\ncerto | incerto | lógico | ilógico\ncerto | incerto | agradável | desagradável\ncerto | incerto | possível | impossível\ncerto | incerto | possivelmente | impossivelmente\ncerto | incerto | produtivo | improdutivo\ncerto | incerto | racional | irracional\ncerto | incerto | responsável | irresponsável\nagradável | desagradável | aceitável | inaceitável\nagradável | desagradável | consciente | inconsciente\nagradável | desagradável | certo | incerto\nagradável | desagradável | claro | obscuro\nagradável | desagradável | confortável | desconfortável\nagradável | desagradável | competitivo | descompetitivo\nagradável | desagradável | consistente | inconsistente\nagradável | desagradável | convincente | inconvincente\nagradável | desagradável | conveniente | inconveniente\nagradável | desagradável | decidido | indeciso\nagradável | desagradável | eficiente | ineficiente\nagradável | desagradável | ético | antiético\nagradável | desagradável | afortunado | infeliz\nagradável | desagradável | honesto | desonesto\nagradável | desagradável | impressivo | inexpressivo\nagradável | desagradável | informativo | desinformativo\nagradável | desagradável | informado | desinformado\nagradável | desagradável | conhecido | desconhecido\nagradável | desagradável | provável | improvável\nagradável | desagradável | lógico | ilógico\nagradável | desagradável | agradável | desagradável\nagradável | desagradável | possível | impossível\nagradável | desagradável | possivelmente | impossivelmente\nagradável | desagradável | produtivo | improdutivo\nagradável | desagradável | racional | irracional\nagradável | desagradável | responsável | irresponsável\nagradável | desagradável | certo | incerto\n: | gram3-comparative\nmau | pior | grande | maior\nmau | pior | bom | melhor\nmau | pior | grande | maior\nmau | pior | grande | maior\nmau | pior | pequeno | menor\ngrande | maior | bom | melhor\ngrande | maior | grande | maior\ngrande | maior | grande | maior\ngrande | maior | pequeno | menor\ngrande | maior | mau | pior\nbom | melhor | grande | maior\nbom | melhor | grande | maior\nbom | melhor | pequeno | menor\nbom | melhor | mau | pior\nbom | melhor | grande | maior\ngrande | maior | grande | maior\ngrande | maior | pequeno | menor\ngrande | maior | mau | pior\ngrande | maior | grande | maior\ngrande | maior | bom | melhor\ngrande | maior | pequeno | menor\ngrande | maior | mau | pior\ngrande | maior | grande | maior\ngrande | maior | bom | melhor\ngrande | maior | grande | maior\npequeno | menor | mau | pior\npequeno | menor | grande | maior\npequeno | menor | bom | melhor\npequeno | menor | grande | maior\npequeno | menor | grande | maior\n: | gram4-superlative\nmau | pior | grande | maior\nmau | pior | brilhante | brilhantíssimo\nmau | pior | escuro | escuríssimo\nmau | pior | fácil | facílimo\nmau | pior | rápido | rapidíssimo\nmau | pior | bom | melhor\nmau | pior | grande | grandíssimo\nmau | pior | alto | altíssimo\nmau | pior | grande | larguíssimo\nmau | pior | longo | longuíssimo\nmau | pior | baixo | baixíssimo\nmau | pior | velho | velhíssimo\nmau | pior | rápido | rapidíssimo\nmau | pior | aguçado | aguçadíssimo\nmau | pior | simples | simplicíssimo\nmau | pior | curto | curtíssimo\nmau | pior | estranho | estranhíssimo\nmau | pior | forte | fortíssimo\nmau | pior | doce | dulcíssimo\nmau | pior | alto | altíssimo\nmau | pior | fraco | fraquíssimo\nmau | pior | estranho | estranhíssimo\nmau | pior | largo | larguíssimo\nmau | pior | jovem | novíssimo\ngrande | maior | brilhante | brilhantíssimo\ngrande | maior | escuro | escuríssimo\ngrande | maior | fácil | facílimo\ngrande | maior | rápido | rapidíssimo\ngrande | maior | bom | melhor\ngrande | maior | grande | grandíssimo\ngrande | maior | alto | altíssimo\ngrande | maior | grande | larguíssimo\ngrande | maior | longo | longuíssimo\ngrande | maior | baixo | baixíssimo\ngrande | maior | velho | velhíssimo\ngrande | maior | rápido | rapidíssimo\ngrande | maior | aguçado | aguçadíssimo\ngrande | maior | simples | simplicíssimo\ngrande | maior | curto | curtíssimo\ngrande | maior | estranho | estranhíssimo\ngrande | maior | forte | fortíssimo\ngrande | maior | doce | dulcíssimo\ngrande | maior | alto | altíssimo\ngrande | maior | fraco | fraquíssimo\ngrande | maior | estranho | estranhíssimo\ngrande | maior | largo | larguíssimo\ngrande | maior | jovem | novíssimo\ngrande | maior | mau | pior\nbrilhante | brilhantíssimo | escuro | escuríssimo\nbrilhante | brilhantíssimo | fácil | facílimo\nbrilhante | brilhantíssimo | rápido | rapidíssimo\nbrilhante | brilhantíssimo | bom | melhor\nbrilhante | brilhantíssimo | grande | grandíssimo\nbrilhante | brilhantíssimo | alto | altíssimo\nbrilhante | brilhantíssimo | grande | larguíssimo\nbrilhante | brilhantíssimo | longo | longuíssimo\nbrilhante | brilhantíssimo | baixo | baixíssimo\nbrilhante | brilhantíssimo | velho | velhíssimo\nbrilhante | brilhantíssimo | rápido | rapidíssimo\nbrilhante | brilhantíssimo | aguçado | aguçadíssimo\nbrilhante | brilhantíssimo | simples | simplicíssimo\nbrilhante | brilhantíssimo | curto | curtíssimo\nbrilhante | brilhantíssimo | estranho | estranhíssimo\nbrilhante | brilhantíssimo | forte | fortíssimo\nbrilhante | brilhantíssimo | doce | dulcíssimo\nbrilhante | brilhantíssimo | alto | altíssimo\nbrilhante | brilhantíssimo | fraco | fraquíssimo\nbrilhante | brilhantíssimo | estranho | estranhíssimo\nbrilhante | brilhantíssimo | largo | larguíssimo\nbrilhante | brilhantíssimo | jovem | novíssimo\nbrilhante | brilhantíssimo | mau | pior\nbrilhante | brilhantíssimo | grande | maior\nescuro | escuríssimo | fácil | facílimo\nescuro | escuríssimo | rápido | rapidíssimo\nescuro | escuríssimo | bom | melhor\nescuro | escuríssimo | grande | grandíssimo\nescuro | escuríssimo | alto | altíssimo\nescuro | escuríssimo | grande | larguíssimo\nescuro | escuríssimo | longo | longuíssimo\nescuro | escuríssimo | baixo | baixíssimo\nescuro | escuríssimo | velho | velhíssimo\nescuro | escuríssimo | rápido | rapidíssimo\nescuro | escuríssimo | aguçado | aguçadíssimo\nescuro | escuríssimo | simples | simplicíssimo\nescuro | escuríssimo | curto | curtíssimo\nescuro | escuríssimo | estranho | estranhíssimo\nescuro | escuríssimo | forte | fortíssimo\nescuro | escuríssimo | doce | dulcíssimo\nescuro | escuríssimo | alto | altíssimo\nescuro | escuríssimo | fraco | fraquíssimo\nescuro | escuríssimo | estranho | estranhíssimo\nescuro | escuríssimo | largo | larguíssimo\nescuro | escuríssimo | jovem | novíssimo\nescuro | escuríssimo | mau | pior\nescuro | escuríssimo | grande | maior\nescuro | escuríssimo | brilhante | brilhantíssimo\nfácil | facílimo | rápido | rapidíssimo\nfácil | facílimo | bom | melhor\nfácil | facílimo | grande | grandíssimo\nfácil | facílimo | alto | altíssimo\nfácil | facílimo | grande | larguíssimo\nfácil | facílimo | longo | longuíssimo\nfácil | facílimo | baixo | baixíssimo\nfácil | facílimo | velho | velhíssimo\nfácil | facílimo | rápido | rapidíssimo\nfácil | facílimo | aguçado | aguçadíssimo\nfácil | facílimo | simples | simplicíssimo\nfácil | facílimo | curto | curtíssimo\nfácil | facílimo | estranho | estranhíssimo\nfácil | facílimo | forte | fortíssimo\nfácil | facílimo | doce | dulcíssimo\nfácil | facílimo | alto | altíssimo\nfácil | facílimo | fraco | fraquíssimo\nfácil | facílimo | estranho | estranhíssimo\nfácil | facílimo | largo | larguíssimo\nfácil | facílimo | jovem | novíssimo\nfácil | facílimo | mau | pior\nfácil | facílimo | grande | maior\nfácil | facílimo | brilhante | brilhantíssimo\nfácil | facílimo | escuro | escuríssimo\nrápido | rapidíssimo | bom | melhor\nrápido | rapidíssimo | grande | grandíssimo\nrápido | rapidíssimo | alto | altíssimo\nrápido | rapidíssimo | grande | larguíssimo\nrápido | rapidíssimo | longo | longuíssimo\nrápido | rapidíssimo | baixo | baixíssimo\nrápido | rapidíssimo | velho | velhíssimo\nrápido | rapidíssimo | rápido | rapidíssimo\nrápido | rapidíssimo | aguçado | aguçadíssimo\nrápido | rapidíssimo | simples | simplicíssimo\nrápido | rapidíssimo | curto | curtíssimo\nrápido | rapidíssimo | estranho | estranhíssimo\nrápido | rapidíssimo | forte | fortíssimo\nrápido | rapidíssimo | doce | dulcíssimo\nrápido | rapidíssimo | alto | altíssimo\nrápido | rapidíssimo | fraco | fraquíssimo\nrápido | rapidíssimo | estranho | estranhíssimo\nrápido | rapidíssimo | largo | larguíssimo\nrápido | rapidíssimo | jovem | novíssimo\nrápido | rapidíssimo | mau | pior\nrápido | rapidíssimo | grande | maior\nrápido | rapidíssimo | brilhante | brilhantíssimo\nrápido | rapidíssimo | escuro | escuríssimo\nrápido | rapidíssimo | fácil | facílimo\nbom | melhor | grande | grandíssimo\nbom | melhor | alto | altíssimo\nbom | melhor | grande | larguíssimo\nbom | melhor | longo | longuíssimo\nbom | melhor | baixo | baixíssimo\nbom | melhor | velho | velhíssimo\nbom | melhor | rápido | rapidíssimo\nbom | melhor | aguçado | aguçadíssimo\nbom | melhor | simples | simplicíssimo\nbom | melhor | curto | curtíssimo\nbom | melhor | estranho | estranhíssimo\nbom | melhor | forte | fortíssimo\nbom | melhor | doce | dulcíssimo\nbom | melhor | alto | altíssimo\nbom | melhor | fraco | fraquíssimo\nbom | melhor | estranho | estranhíssimo\nbom | melhor | largo | larguíssimo\nbom | melhor | jovem | novíssimo\nbom | melhor | mau | pior\nbom | melhor | grande | maior\nbom | melhor | brilhante | brilhantíssimo\nbom | melhor | escuro | escuríssimo\nbom | melhor | fácil | facílimo\nbom | melhor | rápido | rapidíssimo\ngrande | grandíssimo | alto | altíssimo\ngrande | grandíssimo | grande | larguíssimo\ngrande | grandíssimo | longo | longuíssimo\ngrande | grandíssimo | baixo | baixíssimo\ngrande | grandíssimo | velho | velhíssimo\ngrande | grandíssimo | rápido | rapidíssimo\ngrande | grandíssimo | aguçado | aguçadíssimo\ngrande | grandíssimo | simples | simplicíssimo\ngrande | grandíssimo | curto | curtíssimo\ngrande | grandíssimo | estranho | estranhíssimo\ngrande | grandíssimo | forte | fortíssimo\ngrande | grandíssimo | doce | dulcíssimo\ngrande | grandíssimo | alto | altíssimo\ngrande | grandíssimo | fraco | fraquíssimo\ngrande | grandíssimo | estranho | estranhíssimo\ngrande | grandíssimo | largo | larguíssimo\ngrande | grandíssimo | jovem | novíssimo\ngrande | grandíssimo | mau | pior\ngrande | grandíssimo | grande | maior\ngrande | grandíssimo | brilhante | brilhantíssimo\ngrande | grandíssimo | escuro | escuríssimo\ngrande | grandíssimo | fácil | facílimo\ngrande | grandíssimo | rápido | rapidíssimo\ngrande | grandíssimo | bom | melhor\nalto | altíssimo | grande | larguíssimo\nalto | altíssimo | longo | longuíssimo\nalto | altíssimo | baixo | baixíssimo\nalto | altíssimo | velho | velhíssimo\nalto | altíssimo | rápido | rapidíssimo\nalto | altíssimo | aguçado | aguçadíssimo\nalto | altíssimo | simples | simplicíssimo\nalto | altíssimo | curto | curtíssimo\nalto | altíssimo | estranho | estranhíssimo\nalto | altíssimo | forte | fortíssimo\nalto | altíssimo | doce | dulcíssimo\nalto | altíssimo | alto | altíssimo\nalto | altíssimo | fraco | fraquíssimo\nalto | altíssimo | estranho | estranhíssimo\nalto | altíssimo | largo | larguíssimo\nalto | altíssimo | jovem | novíssimo\nalto | altíssimo | mau | pior\nalto | altíssimo | grande | maior\nalto | altíssimo | brilhante | brilhantíssimo\nalto | altíssimo | escuro | escuríssimo\nalto | altíssimo | fácil | facílimo\nalto | altíssimo | rápido | rapidíssimo\nalto | altíssimo | bom | melhor\nalto | altíssimo | grande | grandíssimo\ngrande | larguíssimo | longo | longuíssimo\ngrande | larguíssimo | baixo | baixíssimo\ngrande | larguíssimo | velho | velhíssimo\ngrande | larguíssimo | rápido | rapidíssimo\ngrande | larguíssimo | aguçado | aguçadíssimo\ngrande | larguíssimo | simples | simplicíssimo\ngrande | larguíssimo | curto | curtíssimo\ngrande | larguíssimo | estranho | estranhíssimo\ngrande | larguíssimo | forte | fortíssimo\ngrande | larguíssimo | doce | dulcíssimo\ngrande | larguíssimo | alto | altíssimo\ngrande | larguíssimo | fraco | fraquíssimo\ngrande | larguíssimo | estranho | estranhíssimo\ngrande | larguíssimo | largo | larguíssimo\ngrande | larguíssimo | jovem | novíssimo\ngrande | larguíssimo | mau | pior\ngrande | larguíssimo | grande | maior\ngrande | larguíssimo | brilhante | brilhantíssimo\ngrande | larguíssimo | escuro | escuríssimo\ngrande | larguíssimo | fácil | facílimo\ngrande | larguíssimo | rápido | rapidíssimo\ngrande | larguíssimo | bom | melhor\ngrande | larguíssimo | grande | grandíssimo\ngrande | larguíssimo | alto | altíssimo\nlongo | longuíssimo | baixo | baixíssimo\nlongo | longuíssimo | velho | velhíssimo\nlongo | longuíssimo | rápido | rapidíssimo\nlongo | longuíssimo | aguçado | aguçadíssimo\nlongo | longuíssimo | simples | simplicíssimo\nlongo | longuíssimo | curto | curtíssimo\nlongo | longuíssimo | estranho | estranhíssimo\nlongo | longuíssimo | forte | fortíssimo\nlongo | longuíssimo | doce | dulcíssimo\nlongo | longuíssimo | alto | altíssimo\nlongo | longuíssimo | fraco | fraquíssimo\nlongo | longuíssimo | estranho | estranhíssimo\nlongo | longuíssimo | largo | larguíssimo\nlongo | longuíssimo | jovem | novíssimo\nlongo | longuíssimo | mau | pior\nlongo | longuíssimo | grande | maior\nlongo | longuíssimo | brilhante | brilhantíssimo\nlongo | longuíssimo | escuro | escuríssimo\nlongo | longuíssimo | fácil | facílimo\nlongo | longuíssimo | rápido | rapidíssimo\nlongo | longuíssimo | bom | melhor\nlongo | longuíssimo | grande | grandíssimo\nlongo | longuíssimo | alto | altíssimo\nlongo | longuíssimo | grande | larguíssimo\nbaixo | baixíssimo | velho | velhíssimo\nbaixo | baixíssimo | rápido | rapidíssimo\nbaixo | baixíssimo | aguçado | aguçadíssimo\nbaixo | baixíssimo | simples | simplicíssimo\nbaixo | baixíssimo | curto | curtíssimo\nbaixo | baixíssimo | estranho | estranhíssimo\nbaixo | baixíssimo | forte | fortíssimo\nbaixo | baixíssimo | doce | dulcíssimo\nbaixo | baixíssimo | alto | altíssimo\nbaixo | baixíssimo | fraco | fraquíssimo\nbaixo | baixíssimo | estranho | estranhíssimo\nbaixo | baixíssimo | largo | larguíssimo\nbaixo | baixíssimo | jovem | novíssimo\nbaixo | baixíssimo | mau | pior\nbaixo | baixíssimo | grande | maior\nbaixo | baixíssimo | brilhante | brilhantíssimo\nbaixo | baixíssimo | escuro | escuríssimo\nbaixo | baixíssimo | fácil | facílimo\nbaixo | baixíssimo | rápido | rapidíssimo\nbaixo | baixíssimo | bom | melhor\nbaixo | baixíssimo | grande | grandíssimo\nbaixo | baixíssimo | alto | altíssimo\nbaixo | baixíssimo | grande | larguíssimo\nbaixo | baixíssimo | longo | longuíssimo\nvelho | velhíssimo | rápido | rapidíssimo\nvelho | velhíssimo | aguçado | aguçadíssimo\nvelho | velhíssimo | simples | simplicíssimo\nvelho | velhíssimo | curto | curtíssimo\nvelho | velhíssimo | estranho | estranhíssimo\nvelho | velhíssimo | forte | fortíssimo\nvelho | velhíssimo | doce | dulcíssimo\nvelho | velhíssimo | alto | altíssimo\nvelho | velhíssimo | fraco | fraquíssimo\nvelho | velhíssimo | estranho | estranhíssimo\nvelho | velhíssimo | largo | larguíssimo\nvelho | velhíssimo | jovem | novíssimo\nvelho | velhíssimo | mau | pior\nvelho | velhíssimo | grande | maior\nvelho | velhíssimo | brilhante | brilhantíssimo\nvelho | velhíssimo | escuro | escuríssimo\nvelho | velhíssimo | fácil | facílimo\nvelho | velhíssimo | rápido | rapidíssimo\nvelho | velhíssimo | bom | melhor\nvelho | velhíssimo | grande | grandíssimo\nvelho | velhíssimo | alto | altíssimo\nvelho | velhíssimo | grande | larguíssimo\nvelho | velhíssimo | longo | longuíssimo\nvelho | velhíssimo | baixo | baixíssimo\nrápido | rapidíssimo | aguçado | aguçadíssimo\nrápido | rapidíssimo | simples | simplicíssimo\nrápido | rapidíssimo | curto | curtíssimo\nrápido | rapidíssimo | estranho | estranhíssimo\nrápido | rapidíssimo | forte | fortíssimo\nrápido | rapidíssimo | doce | dulcíssimo\nrápido | rapidíssimo | alto | altíssimo\nrápido | rapidíssimo | fraco | fraquíssimo\nrápido | rapidíssimo | estranho | estranhíssimo\nrápido | rapidíssimo | largo | larguíssimo\nrápido | rapidíssimo | jovem | novíssimo\nrápido | rapidíssimo | mau | pior\nrápido | rapidíssimo | grande | maior\nrápido | rapidíssimo | brilhante | brilhantíssimo\nrápido | rapidíssimo | escuro | escuríssimo\nrápido | rapidíssimo | fácil | facílimo\nrápido | rapidíssimo | rápido | rapidíssimo\nrápido | rapidíssimo | bom | melhor\nrápido | rapidíssimo | grande | grandíssimo\nrápido | rapidíssimo | alto | altíssimo\nrápido | rapidíssimo | grande | larguíssimo\nrápido | rapidíssimo | longo | longuíssimo\nrápido | rapidíssimo | baixo | baixíssimo\nrápido | rapidíssimo | velho | velhíssimo\naguçado | aguçadíssimo | simples | simplicíssimo\naguçado | aguçadíssimo | curto | curtíssimo\naguçado | aguçadíssimo | estranho | estranhíssimo\naguçado | aguçadíssimo | forte | fortíssimo\naguçado | aguçadíssimo | doce | dulcíssimo\naguçado | aguçadíssimo | alto | altíssimo\naguçado | aguçadíssimo | fraco | fraquíssimo\naguçado | aguçadíssimo | estranho | estranhíssimo\naguçado | aguçadíssimo | largo | larguíssimo\naguçado | aguçadíssimo | jovem | novíssimo\naguçado | aguçadíssimo | mau | pior\naguçado | aguçadíssimo | grande | maior\naguçado | aguçadíssimo | brilhante | brilhantíssimo\naguçado | aguçadíssimo | escuro | escuríssimo\naguçado | aguçadíssimo | fácil | facílimo\naguçado | aguçadíssimo | rápido | rapidíssimo\naguçado | aguçadíssimo | bom | melhor\naguçado | aguçadíssimo | grande | grandíssimo\naguçado | aguçadíssimo | alto | altíssimo\naguçado | aguçadíssimo | grande | larguíssimo\naguçado | aguçadíssimo | longo | longuíssimo\naguçado | aguçadíssimo | baixo | baixíssimo\naguçado | aguçadíssimo | velho | velhíssimo\naguçado | aguçadíssimo | rápido | rapidíssimo\nsimples | simplicíssimo | curto | curtíssimo\nsimples | simplicíssimo | estranho | estranhíssimo\nsimples | simplicíssimo | forte | fortíssimo\nsimples | simplicíssimo | doce | dulcíssimo\nsimples | simplicíssimo | alto | altíssimo\nsimples | simplicíssimo | fraco | fraquíssimo\nsimples | simplicíssimo | estranho | estranhíssimo\nsimples | simplicíssimo | largo | larguíssimo\nsimples | simplicíssimo | jovem | novíssimo\nsimples | simplicíssimo | mau | pior\nsimples | simplicíssimo | grande | maior\nsimples | simplicíssimo | brilhante | brilhantíssimo\nsimples | simplicíssimo | escuro | escuríssimo\nsimples | simplicíssimo | fácil | facílimo\nsimples | simplicíssimo | rápido | rapidíssimo\nsimples | simplicíssimo | bom | melhor\nsimples | simplicíssimo | grande | grandíssimo\nsimples | simplicíssimo | alto | altíssimo\nsimples | simplicíssimo | grande | larguíssimo\nsimples | simplicíssimo | longo | longuíssimo\nsimples | simplicíssimo | baixo | baixíssimo\nsimples | simplicíssimo | velho | velhíssimo\nsimples | simplicíssimo | rápido | rapidíssimo\nsimples | simplicíssimo | aguçado | aguçadíssimo\ncurto | curtíssimo | estranho | estranhíssimo\ncurto | curtíssimo | forte | fortíssimo\ncurto | curtíssimo | doce | dulcíssimo\ncurto | curtíssimo | alto | altíssimo\ncurto | curtíssimo | fraco | fraquíssimo\ncurto | curtíssimo | estranho | estranhíssimo\ncurto | curtíssimo | largo | larguíssimo\ncurto | curtíssimo | jovem | novíssimo\ncurto | curtíssimo | mau | pior\ncurto | curtíssimo | grande | maior\ncurto | curtíssimo | brilhante | brilhantíssimo\ncurto | curtíssimo | escuro | escuríssimo\ncurto | curtíssimo | fácil | facílimo\ncurto | curtíssimo | rápido | rapidíssimo\ncurto | curtíssimo | bom | melhor\ncurto | curtíssimo | grande | grandíssimo\ncurto | curtíssimo | alto | altíssimo\ncurto | curtíssimo | grande | larguíssimo\ncurto | curtíssimo | longo | longuíssimo\ncurto | curtíssimo | baixo | baixíssimo\ncurto | curtíssimo | velho | velhíssimo\ncurto | curtíssimo | rápido | rapidíssimo\ncurto | curtíssimo | aguçado | aguçadíssimo\ncurto | curtíssimo | simples | simplicíssimo\nestranho | estranhíssimo | forte | fortíssimo\nestranho | estranhíssimo | doce | dulcíssimo\nestranho | estranhíssimo | alto | altíssimo\nestranho | estranhíssimo | fraco | fraquíssimo\nestranho | estranhíssimo | estranho | estranhíssimo\nestranho | estranhíssimo | largo | larguíssimo\nestranho | estranhíssimo | jovem | novíssimo\nestranho | estranhíssimo | mau | pior\nestranho | estranhíssimo | grande | maior\nestranho | estranhíssimo | brilhante | brilhantíssimo\nestranho | estranhíssimo | escuro | escuríssimo\nestranho | estranhíssimo | fácil | facílimo\nestranho | estranhíssimo | rápido | rapidíssimo\nestranho | estranhíssimo | bom | melhor\nestranho | estranhíssimo | grande | grandíssimo\nestranho | estranhíssimo | alto | altíssimo\nestranho | estranhíssimo | grande | larguíssimo\nestranho | estranhíssimo | longo | longuíssimo\nestranho | estranhíssimo | baixo | baixíssimo\nestranho | estranhíssimo | velho | velhíssimo\nestranho | estranhíssimo | rápido | rapidíssimo\nestranho | estranhíssimo | aguçado | aguçadíssimo\nestranho | estranhíssimo | simples | simplicíssimo\nestranho | estranhíssimo | curto | curtíssimo\nforte | fortíssimo | doce | dulcíssimo\nforte | fortíssimo | alto | altíssimo\nforte | fortíssimo | fraco | fraquíssimo\nforte | fortíssimo | estranho | estranhíssimo\nforte | fortíssimo | largo | larguíssimo\nforte | fortíssimo | jovem | novíssimo\nforte | fortíssimo | mau | pior\nforte | fortíssimo | grande | maior\nforte | fortíssimo | brilhante | brilhantíssimo\nforte | fortíssimo | escuro | escuríssimo\nforte | fortíssimo | fácil | facílimo\nforte | fortíssimo | rápido | rapidíssimo\nforte | fortíssimo | bom | melhor\nforte | fortíssimo | grande | grandíssimo\nforte | fortíssimo | alto | altíssimo\nforte | fortíssimo | grande | larguíssimo\nforte | fortíssimo | longo | longuíssimo\nforte | fortíssimo | baixo | baixíssimo\nforte | fortíssimo | velho | velhíssimo\nforte | fortíssimo | rápido | rapidíssimo\nforte | fortíssimo | aguçado | aguçadíssimo\nforte | fortíssimo | simples | simplicíssimo\nforte | fortíssimo | curto | curtíssimo\nforte | fortíssimo | estranho | estranhíssimo\ndoce | dulcíssimo | alto | altíssimo\ndoce | dulcíssimo | fraco | fraquíssimo\ndoce | dulcíssimo | estranho | estranhíssimo\ndoce | dulcíssimo | largo | larguíssimo\ndoce | dulcíssimo | jovem | novíssimo\ndoce | dulcíssimo | mau | pior\ndoce | dulcíssimo | grande | maior\ndoce | dulcíssimo | brilhante | brilhantíssimo\ndoce | dulcíssimo | escuro | escuríssimo\ndoce | dulcíssimo | fácil | facílimo\ndoce | dulcíssimo | rápido | rapidíssimo\ndoce | dulcíssimo | bom | melhor\ndoce | dulcíssimo | grande | grandíssimo\ndoce | dulcíssimo | alto | altíssimo\ndoce | dulcíssimo | grande | larguíssimo\ndoce | dulcíssimo | longo | longuíssimo\ndoce | dulcíssimo | baixo | baixíssimo\ndoce | dulcíssimo | velho | velhíssimo\ndoce | dulcíssimo | rápido | rapidíssimo\ndoce | dulcíssimo | aguçado | aguçadíssimo\ndoce | dulcíssimo | simples | simplicíssimo\ndoce | dulcíssimo | curto | curtíssimo\ndoce | dulcíssimo | estranho | estranhíssimo\ndoce | dulcíssimo | forte | fortíssimo\nalto | altíssimo | fraco | fraquíssimo\nalto | altíssimo | estranho | estranhíssimo\nalto | altíssimo | largo | larguíssimo\nalto | altíssimo | jovem | novíssimo\nalto | altíssimo | mau | pior\nalto | altíssimo | grande | maior\nalto | altíssimo | brilhante | brilhantíssimo\nalto | altíssimo | escuro | escuríssimo\nalto | altíssimo | fácil | facílimo\nalto | altíssimo | rápido | rapidíssimo\nalto | altíssimo | bom | melhor\nalto | altíssimo | grande | grandíssimo\nalto | altíssimo | alto | altíssimo\nalto | altíssimo | grande | larguíssimo\nalto | altíssimo | longo | longuíssimo\nalto | altíssimo | baixo | baixíssimo\nalto | altíssimo | velho | velhíssimo\nalto | altíssimo | rápido | rapidíssimo\nalto | altíssimo | aguçado | aguçadíssimo\nalto | altíssimo | simples | simplicíssimo\nalto | altíssimo | curto | curtíssimo\nalto | altíssimo | estranho | estranhíssimo\nalto | altíssimo | forte | fortíssimo\nalto | altíssimo | doce | dulcíssimo\nfraco | fraquíssimo | estranho | estranhíssimo\nfraco | fraquíssimo | largo | larguíssimo\nfraco | fraquíssimo | jovem | novíssimo\nfraco | fraquíssimo | mau | pior\nfraco | fraquíssimo | grande | maior\nfraco | fraquíssimo | brilhante | brilhantíssimo\nfraco | fraquíssimo | escuro | escuríssimo\nfraco | fraquíssimo | fácil | facílimo\nfraco | fraquíssimo | rápido | rapidíssimo\nfraco | fraquíssimo | bom | melhor\nfraco | fraquíssimo | grande | grandíssimo\nfraco | fraquíssimo | alto | altíssimo\nfraco | fraquíssimo | grande | larguíssimo\nfraco | fraquíssimo | longo | longuíssimo\nfraco | fraquíssimo | baixo | baixíssimo\nfraco | fraquíssimo | velho | velhíssimo\nfraco | fraquíssimo | rápido | rapidíssimo\nfraco | fraquíssimo | aguçado | aguçadíssimo\nfraco | fraquíssimo | simples | simplicíssimo\nfraco | fraquíssimo | curto | curtíssimo\nfraco | fraquíssimo | estranho | estranhíssimo\nfraco | fraquíssimo | forte | fortíssimo\nfraco | fraquíssimo | doce | dulcíssimo\nfraco | fraquíssimo | alto | altíssimo\nestranho | estranhíssimo | largo | larguíssimo\nestranho | estranhíssimo | jovem | novíssimo\nestranho | estranhíssimo | mau | pior\nestranho | estranhíssimo | grande | maior\nestranho | estranhíssimo | brilhante | brilhantíssimo\nestranho | estranhíssimo | escuro | escuríssimo\nestranho | estranhíssimo | fácil | facílimo\nestranho | estranhíssimo | rápido | rapidíssimo\nestranho | estranhíssimo | bom | melhor\nestranho | estranhíssimo | grande | grandíssimo\nestranho | estranhíssimo | alto | altíssimo\nestranho | estranhíssimo | grande | larguíssimo\nestranho | estranhíssimo | longo | longuíssimo\nestranho | estranhíssimo | baixo | baixíssimo\nestranho | estranhíssimo | velho | velhíssimo\nestranho | estranhíssimo | rápido | rapidíssimo\nestranho | estranhíssimo | aguçado | aguçadíssimo\nestranho | estranhíssimo | simples | simplicíssimo\nestranho | estranhíssimo | curto | curtíssimo\nestranho | estranhíssimo | estranho | estranhíssimo\nestranho | estranhíssimo | forte | fortíssimo\nestranho | estranhíssimo | doce | dulcíssimo\nestranho | estranhíssimo | alto | altíssimo\nestranho | estranhíssimo | fraco | fraquíssimo\nlargo | larguíssimo | jovem | novíssimo\nlargo | larguíssimo | mau | pior\nlargo | larguíssimo | grande | maior\nlargo | larguíssimo | brilhante | brilhantíssimo\nlargo | larguíssimo | escuro | escuríssimo\nlargo | larguíssimo | fácil | facílimo\nlargo | larguíssimo | rápido | rapidíssimo\nlargo | larguíssimo | bom | melhor\nlargo | larguíssimo | grande | grandíssimo\nlargo | larguíssimo | alto | altíssimo\nlargo | larguíssimo | grande | larguíssimo\nlargo | larguíssimo | longo | longuíssimo\nlargo | larguíssimo | baixo | baixíssimo\nlargo | larguíssimo | velho | velhíssimo\nlargo | larguíssimo | rápido | rapidíssimo\nlargo | larguíssimo | aguçado | aguçadíssimo\nlargo | larguíssimo | simples | simplicíssimo\nlargo | larguíssimo | curto | curtíssimo\nlargo | larguíssimo | estranho | estranhíssimo\nlargo | larguíssimo | forte | fortíssimo\nlargo | larguíssimo | doce | dulcíssimo\nlargo | larguíssimo | alto | altíssimo\nlargo | larguíssimo | fraco | fraquíssimo\nlargo | larguíssimo | estranho | estranhíssimo\njovem | novíssimo | mau | pior\njovem | novíssimo | grande | maior\njovem | novíssimo | brilhante | brilhantíssimo\njovem | novíssimo | escuro | escuríssimo\njovem | novíssimo | fácil | facílimo\njovem | novíssimo | rápido | rapidíssimo\njovem | novíssimo | bom | melhor\njovem | novíssimo | grande | grandíssimo\njovem | novíssimo | alto | altíssimo\njovem | novíssimo | grande | larguíssimo\njovem | novíssimo | longo | longuíssimo\njovem | novíssimo | baixo | baixíssimo\njovem | novíssimo | velho | velhíssimo\njovem | novíssimo | rápido | rapidíssimo\njovem | novíssimo | aguçado | aguçadíssimo\njovem | novíssimo | simples | simplicíssimo\njovem | novíssimo | curto | curtíssimo\njovem | novíssimo | estranho | estranhíssimo\njovem | novíssimo | forte | fortíssimo\njovem | novíssimo | doce | dulcíssimo\njovem | novíssimo | alto | altíssimo\njovem | novíssimo | fraco | fraquíssimo\njovem | novíssimo | estranho | estranhíssimo\njovem | novíssimo | largo | larguíssimo\n: | gram5-present-participle\nprogramar | programando | dançar | dançando\nprogramar | programando | depurar | depurando\nprogramar | programando | diminuir | diminuindo\nprogramar | programando | descrever | descrevendo\nprogramar | programando | descobrir | descobrindo\nprogramar | programando | melhorar | melhorando\nprogramar | programando | voar | voando\nprogramar | programando | gerar | gerando\nprogramar | programando | ir | indo\nprogramar | programando | implementar | implementando\nprogramar | programando | aumentar | aumentando\nprogramar | programando | inventar | inventando\nprogramar | programando | saltar | saltando\nprogramar | programando | ouvir | ouvindo\nprogramar | programando | ver | vendo\nprogramar | programando | mover | movendo\nprogramar | programando | jogar | jogando\nprogramar | programando | prever | prevendo\nprogramar | programando | ler | lendo\nprogramar | programando | correr | correndo\nprogramar | programando | dizer | dizendo\nprogramar | programando | gritar | gritando\nprogramar | programando | ver | vendo\nprogramar | programando | baralhar | baralhando\nprogramar | programando | cantar | cantando\nprogramar | programando | sentar | sentando\nprogramar | programando | lento | abrandando\nprogramar | programando | nadar | nadando\nprogramar | programando | pensar | pensando\nprogramar | programando | desaparecer | desaparecendo\nprogramar | programando | andar | andando\nprogramar | programando | escrever | escrevendo\ndançar | dançando | depurar | depurando\ndançar | dançando | diminuir | diminuindo\ndançar | dançando | descrever | descrevendo\ndançar | dançando | descobrir | descobrindo\ndançar | dançando | melhorar | melhorando\ndançar | dançando | voar | voando\ndançar | dançando | gerar | gerando\ndançar | dançando | ir | indo\ndançar | dançando | implementar | implementando\ndançar | dançando | aumentar | aumentando\ndançar | dançando | inventar | inventando\ndançar | dançando | saltar | saltando\ndançar | dançando | ouvir | ouvindo\ndançar | dançando | ver | vendo\ndançar | dançando | mover | movendo\ndançar | dançando | jogar | jogando\ndançar | dançando | prever | prevendo\ndançar | dançando | ler | lendo\ndançar | dançando | correr | correndo\ndançar | dançando | dizer | dizendo\ndançar | dançando | gritar | gritando\ndançar | dançando | ver | vendo\ndançar | dançando | baralhar | baralhando\ndançar | dançando | cantar | cantando\ndançar | dançando | sentar | sentando\ndançar | dançando | lento | abrandando\ndançar | dançando | nadar | nadando\ndançar | dançando | pensar | pensando\ndançar | dançando | desaparecer | desaparecendo\ndançar | dançando | andar | andando\ndançar | dançando | escrever | escrevendo\ndançar | dançando | programar | programando\ndepurar | depurando | diminuir | diminuindo\ndepurar | depurando | descrever | descrevendo\ndepurar | depurando | descobrir | descobrindo\ndepurar | depurando | melhorar | melhorando\ndepurar | depurando | voar | voando\ndepurar | depurando | gerar | gerando\ndepurar | depurando | ir | indo\ndepurar | depurando | implementar | implementando\ndepurar | depurando | aumentar | aumentando\ndepurar | depurando | inventar | inventando\ndepurar | depurando | saltar | saltando\ndepurar | depurando | ouvir | ouvindo\ndepurar | depurando | ver | vendo\ndepurar | depurando | mover | movendo\ndepurar | depurando | jogar | jogando\ndepurar | depurando | prever | prevendo\ndepurar | depurando | ler | lendo\ndepurar | depurando | correr | correndo\ndepurar | depurando | dizer | dizendo\ndepurar | depurando | gritar | gritando\ndepurar | depurando | ver | vendo\ndepurar | depurando | baralhar | baralhando\ndepurar | depurando | cantar | cantando\ndepurar | depurando | sentar | sentando\ndepurar | depurando | lento | abrandando\ndepurar | depurando | nadar | nadando\ndepurar | depurando | pensar | pensando\ndepurar | depurando | desaparecer | desaparecendo\ndepurar | depurando | andar | andando\ndepurar | depurando | escrever | escrevendo\ndepurar | depurando | programar | programando\ndepurar | depurando | dançar | dançando\ndiminuir | diminuindo | descrever | descrevendo\ndiminuir | diminuindo | descobrir | descobrindo\ndiminuir | diminuindo | melhorar | melhorando\ndiminuir | diminuindo | voar | voando\ndiminuir | diminuindo | gerar | gerando\ndiminuir | diminuindo | ir | indo\ndiminuir | diminuindo | implementar | implementando\ndiminuir | diminuindo | aumentar | aumentando\ndiminuir | diminuindo | inventar | inventando\ndiminuir | diminuindo | saltar | saltando\ndiminuir | diminuindo | ouvir | ouvindo\ndiminuir | diminuindo | ver | vendo\ndiminuir | diminuindo | mover | movendo\ndiminuir | diminuindo | jogar | jogando\ndiminuir | diminuindo | prever | prevendo\ndiminuir | diminuindo | ler | lendo\ndiminuir | diminuindo | correr | correndo\ndiminuir | diminuindo | dizer | dizendo\ndiminuir | diminuindo | gritar | gritando\ndiminuir | diminuindo | ver | vendo\ndiminuir | diminuindo | baralhar | baralhando\ndiminuir | diminuindo | cantar | cantando\ndiminuir | diminuindo | sentar | sentando\ndiminuir | diminuindo | lento | abrandando\ndiminuir | diminuindo | nadar | nadando\ndiminuir | diminuindo | pensar | pensando\ndiminuir | diminuindo | desaparecer | desaparecendo\ndiminuir | diminuindo | andar | andando\ndiminuir | diminuindo | escrever | escrevendo\ndiminuir | diminuindo | programar | programando\ndiminuir | diminuindo | dançar | dançando\ndiminuir | diminuindo | depurar | depurando\ndescrever | descrevendo | descobrir | descobrindo\ndescrever | descrevendo | melhorar | melhorando\ndescrever | descrevendo | voar | voando\ndescrever | descrevendo | gerar | gerando\ndescrever | descrevendo | ir | indo\ndescrever | descrevendo | implementar | implementando\ndescrever | descrevendo | aumentar | aumentando\ndescrever | descrevendo | inventar | inventando\ndescrever | descrevendo | saltar | saltando\ndescrever | descrevendo | ouvir | ouvindo\ndescrever | descrevendo | ver | vendo\ndescrever | descrevendo | mover | movendo\ndescrever | descrevendo | jogar | jogando\ndescrever | descrevendo | prever | prevendo\ndescrever | descrevendo | ler | lendo\ndescrever | descrevendo | correr | correndo\ndescrever | descrevendo | dizer | dizendo\ndescrever | descrevendo | gritar | gritando\ndescrever | descrevendo | ver | vendo\ndescrever | descrevendo | baralhar | baralhando\ndescrever | descrevendo | cantar | cantando\ndescrever | descrevendo | sentar | sentando\ndescrever | descrevendo | lento | abrandando\ndescrever | descrevendo | nadar | nadando\ndescrever | descrevendo | pensar | pensando\ndescrever | descrevendo | desaparecer | desaparecendo\ndescrever | descrevendo | andar | andando\ndescrever | descrevendo | escrever | escrevendo\ndescrever | descrevendo | programar | programando\ndescrever | descrevendo | dançar | dançando\ndescrever | descrevendo | depurar | depurando\ndescrever | descrevendo | diminuir | diminuindo\ndescobrir | descobrindo | melhorar | melhorando\ndescobrir | descobrindo | voar | voando\ndescobrir | descobrindo | gerar | gerando\ndescobrir | descobrindo | ir | indo\ndescobrir | descobrindo | implementar | implementando\ndescobrir | descobrindo | aumentar | aumentando\ndescobrir | descobrindo | inventar | inventando\ndescobrir | descobrindo | saltar | saltando\ndescobrir | descobrindo | ouvir | ouvindo\ndescobrir | descobrindo | ver | vendo\ndescobrir | descobrindo | mover | movendo\ndescobrir | descobrindo | jogar | jogando\ndescobrir | descobrindo | prever | prevendo\ndescobrir | descobrindo | ler | lendo\ndescobrir | descobrindo | correr | correndo\ndescobrir | descobrindo | dizer | dizendo\ndescobrir | descobrindo | gritar | gritando\ndescobrir | descobrindo | ver | vendo\ndescobrir | descobrindo | baralhar | baralhando\ndescobrir | descobrindo | cantar | cantando\ndescobrir | descobrindo | sentar | sentando\ndescobrir | descobrindo | lento | abrandando\ndescobrir | descobrindo | nadar | nadando\ndescobrir | descobrindo | pensar | pensando\ndescobrir | descobrindo | desaparecer | desaparecendo\ndescobrir | descobrindo | andar | andando\ndescobrir | descobrindo | escrever | escrevendo\ndescobrir | descobrindo | programar | programando\ndescobrir | descobrindo | dançar | dançando\ndescobrir | descobrindo | depurar | depurando\ndescobrir | descobrindo | diminuir | diminuindo\ndescobrir | descobrindo | descrever | descrevendo\nmelhorar | melhorando | voar | voando\nmelhorar | melhorando | gerar | gerando\nmelhorar | melhorando | ir | indo\nmelhorar | melhorando | implementar | implementando\nmelhorar | melhorando | aumentar | aumentando\nmelhorar | melhorando | inventar | inventando\nmelhorar | melhorando | saltar | saltando\nmelhorar | melhorando | ouvir | ouvindo\nmelhorar | melhorando | ver | vendo\nmelhorar | melhorando | mover | movendo\nmelhorar | melhorando | jogar | jogando\nmelhorar | melhorando | prever | prevendo\nmelhorar | melhorando | ler | lendo\nmelhorar | melhorando | correr | correndo\nmelhorar | melhorando | dizer | dizendo\nmelhorar | melhorando | gritar | gritando\nmelhorar | melhorando | ver | vendo\nmelhorar | melhorando | baralhar | baralhando\nmelhorar | melhorando | cantar | cantando\nmelhorar | melhorando | sentar | sentando\nmelhorar | melhorando | lento | abrandando\nmelhorar | melhorando | nadar | nadando\nmelhorar | melhorando | pensar | pensando\nmelhorar | melhorando | desaparecer | desaparecendo\nmelhorar | melhorando | andar | andando\nmelhorar | melhorando | escrever | escrevendo\nmelhorar | melhorando | programar | programando\nmelhorar | melhorando | dançar | dançando\nmelhorar | melhorando | depurar | depurando\nmelhorar | melhorando | diminuir | diminuindo\nmelhorar | melhorando | descrever | descrevendo\nmelhorar | melhorando | descobrir | descobrindo\nvoar | voando | gerar | gerando\nvoar | voando | ir | indo\nvoar | voando | implementar | implementando\nvoar | voando | aumentar | aumentando\nvoar | voando | inventar | inventando\nvoar | voando | saltar | saltando\nvoar | voando | ouvir | ouvindo\nvoar | voando | ver | vendo\nvoar | voando | mover | movendo\nvoar | voando | jogar | jogando\nvoar | voando | prever | prevendo\nvoar | voando | ler | lendo\nvoar | voando | correr | correndo\nvoar | voando | dizer | dizendo\nvoar | voando | gritar | gritando\nvoar | voando | ver | vendo\nvoar | voando | baralhar | baralhando\nvoar | voando | cantar | cantando\nvoar | voando | sentar | sentando\nvoar | voando | lento | abrandando\nvoar | voando | nadar | nadando\nvoar | voando | pensar | pensando\nvoar | voando | desaparecer | desaparecendo\nvoar | voando | andar | andando\nvoar | voando | escrever | escrevendo\nvoar | voando | programar | programando\nvoar | voando | dançar | dançando\nvoar | voando | depurar | depurando\nvoar | voando | diminuir | diminuindo\nvoar | voando | descrever | descrevendo\nvoar | voando | descobrir | descobrindo\nvoar | voando | melhorar | melhorando\ngerar | gerando | ir | indo\ngerar | gerando | implementar | implementando\ngerar | gerando | aumentar | aumentando\ngerar | gerando | inventar | inventando\ngerar | gerando | saltar | saltando\ngerar | gerando | ouvir | ouvindo\ngerar | gerando | ver | vendo\ngerar | gerando | mover | movendo\ngerar | gerando | jogar | jogando\ngerar | gerando | prever | prevendo\ngerar | gerando | ler | lendo\ngerar | gerando | correr | correndo\ngerar | gerando | dizer | dizendo\ngerar | gerando | gritar | gritando\ngerar | gerando | ver | vendo\ngerar | gerando | baralhar | baralhando\ngerar | gerando | cantar | cantando\ngerar | gerando | sentar | sentando\ngerar | gerando | lento | abrandando\ngerar | gerando | nadar | nadando\ngerar | gerando | pensar | pensando\ngerar | gerando | desaparecer | desaparecendo\ngerar | gerando | andar | andando\ngerar | gerando | escrever | escrevendo\ngerar | gerando | programar | programando\ngerar | gerando | dançar | dançando\ngerar | gerando | depurar | depurando\ngerar | gerando | diminuir | diminuindo\ngerar | gerando | descrever | descrevendo\ngerar | gerando | descobrir | descobrindo\ngerar | gerando | melhorar | melhorando\ngerar | gerando | voar | voando\nir | indo | implementar | implementando\nir | indo | aumentar | aumentando\nir | indo | inventar | inventando\nir | indo | saltar | saltando\nir | indo | ouvir | ouvindo\nir | indo | ver | vendo\nir | indo | mover | movendo\nir | indo | jogar | jogando\nir | indo | prever | prevendo\nir | indo | ler | lendo\nir | indo | correr | correndo\nir | indo | dizer | dizendo\nir | indo | gritar | gritando\nir | indo | ver | vendo\nir | indo | baralhar | baralhando\nir | indo | cantar | cantando\nir | indo | sentar | sentando\nir | indo | lento | abrandando\nir | indo | nadar | nadando\nir | indo | pensar | pensando\nir | indo | desaparecer | desaparecendo\nir | indo | andar | andando\nir | indo | escrever | escrevendo\nir | indo | programar | programando\nir | indo | dançar | dançando\nir | indo | depurar | depurando\nir | indo | diminuir | diminuindo\nir | indo | descrever | descrevendo\nir | indo | descobrir | descobrindo\nir | indo | melhorar | melhorando\nir | indo | voar | voando\nir | indo | gerar | gerando\nimplementar | implementando | aumentar | aumentando\nimplementar | implementando | inventar | inventando\nimplementar | implementando | saltar | saltando\nimplementar | implementando | ouvir | ouvindo\nimplementar | implementando | ver | vendo\nimplementar | implementando | mover | movendo\nimplementar | implementando | jogar | jogando\nimplementar | implementando | prever | prevendo\nimplementar | implementando | ler | lendo\nimplementar | implementando | correr | correndo\nimplementar | implementando | dizer | dizendo\nimplementar | implementando | gritar | gritando\nimplementar | implementando | ver | vendo\nimplementar | implementando | baralhar | baralhando\nimplementar | implementando | cantar | cantando\nimplementar | implementando | sentar | sentando\nimplementar | implementando | lento | abrandando\nimplementar | implementando | nadar | nadando\nimplementar | implementando | pensar | pensando\nimplementar | implementando | desaparecer | desaparecendo\nimplementar | implementando | andar | andando\nimplementar | implementando | escrever | escrevendo\nimplementar | implementando | programar | programando\nimplementar | implementando | dançar | dançando\nimplementar | implementando | depurar | depurando\nimplementar | implementando | diminuir | diminuindo\nimplementar | implementando | descrever | descrevendo\nimplementar | implementando | descobrir | descobrindo\nimplementar | implementando | melhorar | melhorando\nimplementar | implementando | voar | voando\nimplementar | implementando | gerar | gerando\nimplementar | implementando | ir | indo\naumentar | aumentando | inventar | inventando\naumentar | aumentando | saltar | saltando\naumentar | aumentando | ouvir | ouvindo\naumentar | aumentando | ver | vendo\naumentar | aumentando | mover | movendo\naumentar | aumentando | jogar | jogando\naumentar | aumentando | prever | prevendo\naumentar | aumentando | ler | lendo\naumentar | aumentando | correr | correndo\naumentar | aumentando | dizer | dizendo\naumentar | aumentando | gritar | gritando\naumentar | aumentando | ver | vendo\naumentar | aumentando | baralhar | baralhando\naumentar | aumentando | cantar | cantando\naumentar | aumentando | sentar | sentando\naumentar | aumentando | lento | abrandando\naumentar | aumentando | nadar | nadando\naumentar | aumentando | pensar | pensando\naumentar | aumentando | desaparecer | desaparecendo\naumentar | aumentando | andar | andando\naumentar | aumentando | escrever | escrevendo\naumentar | aumentando | programar | programando\naumentar | aumentando | dançar | dançando\naumentar | aumentando | depurar | depurando\naumentar | aumentando | diminuir | diminuindo\naumentar | aumentando | descrever | descrevendo\naumentar | aumentando | descobrir | descobrindo\naumentar | aumentando | melhorar | melhorando\naumentar | aumentando | voar | voando\naumentar | aumentando | gerar | gerando\naumentar | aumentando | ir | indo\naumentar | aumentando | implementar | implementando\ninventar | inventando | saltar | saltando\ninventar | inventando | ouvir | ouvindo\ninventar | inventando | ver | vendo\ninventar | inventando | mover | movendo\ninventar | inventando | jogar | jogando\ninventar | inventando | prever | prevendo\ninventar | inventando | ler | lendo\ninventar | inventando | correr | correndo\ninventar | inventando | dizer | dizendo\ninventar | inventando | gritar | gritando\ninventar | inventando | ver | vendo\ninventar | inventando | baralhar | baralhando\ninventar | inventando | cantar | cantando\ninventar | inventando | sentar | sentando\ninventar | inventando | lento | abrandando\ninventar | inventando | nadar | nadando\ninventar | inventando | pensar | pensando\ninventar | inventando | desaparecer | desaparecendo\ninventar | inventando | andar | andando\ninventar | inventando | escrever | escrevendo\ninventar | inventando | programar | programando\ninventar | inventando | dançar | dançando\ninventar | inventando | depurar | depurando\ninventar | inventando | diminuir | diminuindo\ninventar | inventando | descrever | descrevendo\ninventar | inventando | descobrir | descobrindo\ninventar | inventando | melhorar | melhorando\ninventar | inventando | voar | voando\ninventar | inventando | gerar | gerando\ninventar | inventando | ir | indo\ninventar | inventando | implementar | implementando\ninventar | inventando | aumentar | aumentando\nsaltar | saltando | ouvir | ouvindo\nsaltar | saltando | ver | vendo\nsaltar | saltando | mover | movendo\nsaltar | saltando | jogar | jogando\nsaltar | saltando | prever | prevendo\nsaltar | saltando | ler | lendo\nsaltar | saltando | correr | correndo\nsaltar | saltando | dizer | dizendo\nsaltar | saltando | gritar | gritando\nsaltar | saltando | ver | vendo\nsaltar | saltando | baralhar | baralhando\nsaltar | saltando | cantar | cantando\nsaltar | saltando | sentar | sentando\nsaltar | saltando | lento | abrandando\nsaltar | saltando | nadar | nadando\nsaltar | saltando | pensar | pensando\nsaltar | saltando | desaparecer | desaparecendo\nsaltar | saltando | andar | andando\nsaltar | saltando | escrever | escrevendo\nsaltar | saltando | programar | programando\nsaltar | saltando | dançar | dançando\nsaltar | saltando | depurar | depurando\nsaltar | saltando | diminuir | diminuindo\nsaltar | saltando | descrever | descrevendo\nsaltar | saltando | descobrir | descobrindo\nsaltar | saltando | melhorar | melhorando\nsaltar | saltando | voar | voando\nsaltar | saltando | gerar | gerando\nsaltar | saltando | ir | indo\nsaltar | saltando | implementar | implementando\nsaltar | saltando | aumentar | aumentando\nsaltar | saltando | inventar | inventando\nouvir | ouvindo | ver | vendo\nouvir | ouvindo | mover | movendo\nouvir | ouvindo | jogar | jogando\nouvir | ouvindo | prever | prevendo\nouvir | ouvindo | ler | lendo\nouvir | ouvindo | correr | correndo\nouvir | ouvindo | dizer | dizendo\nouvir | ouvindo | gritar | gritando\nouvir | ouvindo | ver | vendo\nouvir | ouvindo | baralhar | baralhando\nouvir | ouvindo | cantar | cantando\nouvir | ouvindo | sentar | sentando\nouvir | ouvindo | lento | abrandando\nouvir | ouvindo | nadar | nadando\nouvir | ouvindo | pensar | pensando\nouvir | ouvindo | desaparecer | desaparecendo\nouvir | ouvindo | andar | andando\nouvir | ouvindo | escrever | escrevendo\nouvir | ouvindo | programar | programando\nouvir | ouvindo | dançar | dançando\nouvir | ouvindo | depurar | depurando\nouvir | ouvindo | diminuir | diminuindo\nouvir | ouvindo | descrever | descrevendo\nouvir | ouvindo | descobrir | descobrindo\nouvir | ouvindo | melhorar | melhorando\nouvir | ouvindo | voar | voando\nouvir | ouvindo | gerar | gerando\nouvir | ouvindo | ir | indo\nouvir | ouvindo | implementar | implementando\nouvir | ouvindo | aumentar | aumentando\nouvir | ouvindo | inventar | inventando\nouvir | ouvindo | saltar | saltando\nver | vendo | mover | movendo\nver | vendo | jogar | jogando\nver | vendo | prever | prevendo\nver | vendo | ler | lendo\nver | vendo | correr | correndo\nver | vendo | dizer | dizendo\nver | vendo | gritar | gritando\nver | vendo | ver | vendo\nver | vendo | baralhar | baralhando\nver | vendo | cantar | cantando\nver | vendo | sentar | sentando\nver | vendo | lento | abrandando\nver | vendo | nadar | nadando\nver | vendo | pensar | pensando\nver | vendo | desaparecer | desaparecendo\nver | vendo | andar | andando\nver | vendo | escrever | escrevendo\nver | vendo | programar | programando\nver | vendo | dançar | dançando\nver | vendo | depurar | depurando\nver | vendo | diminuir | diminuindo\nver | vendo | descrever | descrevendo\nver | vendo | descobrir | descobrindo\nver | vendo | melhorar | melhorando\nver | vendo | voar | voando\nver | vendo | gerar | gerando\nver | vendo | ir | indo\nver | vendo | implementar | implementando\nver | vendo | aumentar | aumentando\nver | vendo | inventar | inventando\nver | vendo | saltar | saltando\nver | vendo | ouvir | ouvindo\nmover | movendo | jogar | jogando\nmover | movendo | prever | prevendo\nmover | movendo | ler | lendo\nmover | movendo | correr | correndo\nmover | movendo | dizer | dizendo\nmover | movendo | gritar | gritando\nmover | movendo | ver | vendo\nmover | movendo | baralhar | baralhando\nmover | movendo | cantar | cantando\nmover | movendo | sentar | sentando\nmover | movendo | lento | abrandando\nmover | movendo | nadar | nadando\nmover | movendo | pensar | pensando\nmover | movendo | desaparecer | desaparecendo\nmover | movendo | andar | andando\nmover | movendo | escrever | escrevendo\nmover | movendo | programar | programando\nmover | movendo | dançar | dançando\nmover | movendo | depurar | depurando\nmover | movendo | diminuir | diminuindo\nmover | movendo | descrever | descrevendo\nmover | movendo | descobrir | descobrindo\nmover | movendo | melhorar | melhorando\nmover | movendo | voar | voando\nmover | movendo | gerar | gerando\nmover | movendo | ir | indo\nmover | movendo | implementar | implementando\nmover | movendo | aumentar | aumentando\nmover | movendo | inventar | inventando\nmover | movendo | saltar | saltando\nmover | movendo | ouvir | ouvindo\nmover | movendo | ver | vendo\njogar | jogando | prever | prevendo\njogar | jogando | ler | lendo\njogar | jogando | correr | correndo\njogar | jogando | dizer | dizendo\njogar | jogando | gritar | gritando\njogar | jogando | ver | vendo\njogar | jogando | baralhar | baralhando\njogar | jogando | cantar | cantando\njogar | jogando | sentar | sentando\njogar | jogando | lento | abrandando\njogar | jogando | nadar | nadando\njogar | jogando | pensar | pensando\njogar | jogando | desaparecer | desaparecendo\njogar | jogando | andar | andando\njogar | jogando | escrever | escrevendo\njogar | jogando | programar | programando\njogar | jogando | dançar | dançando\njogar | jogando | depurar | depurando\njogar | jogando | diminuir | diminuindo\njogar | jogando | descrever | descrevendo\njogar | jogando | descobrir | descobrindo\njogar | jogando | melhorar | melhorando\njogar | jogando | voar | voando\njogar | jogando | gerar | gerando\njogar | jogando | ir | indo\njogar | jogando | implementar | implementando\njogar | jogando | aumentar | aumentando\njogar | jogando | inventar | inventando\njogar | jogando | saltar | saltando\njogar | jogando | ouvir | ouvindo\njogar | jogando | ver | vendo\njogar | jogando | mover | movendo\nprever | prevendo | ler | lendo\nprever | prevendo | correr | correndo\nprever | prevendo | dizer | dizendo\nprever | prevendo | gritar | gritando\nprever | prevendo | ver | vendo\nprever | prevendo | baralhar | baralhando\nprever | prevendo | cantar | cantando\nprever | prevendo | sentar | sentando\nprever | prevendo | lento | abrandando\nprever | prevendo | nadar | nadando\nprever | prevendo | pensar | pensando\nprever | prevendo | desaparecer | desaparecendo\nprever | prevendo | andar | andando\nprever | prevendo | escrever | escrevendo\nprever | prevendo | programar | programando\nprever | prevendo | dançar | dançando\nprever | prevendo | depurar | depurando\nprever | prevendo | diminuir | diminuindo\nprever | prevendo | descrever | descrevendo\nprever | prevendo | descobrir | descobrindo\nprever | prevendo | melhorar | melhorando\nprever | prevendo | voar | voando\nprever | prevendo | gerar | gerando\nprever | prevendo | ir | indo\nprever | prevendo | implementar | implementando\nprever | prevendo | aumentar | aumentando\nprever | prevendo | inventar | inventando\nprever | prevendo | saltar | saltando\nprever | prevendo | ouvir | ouvindo\nprever | prevendo | ver | vendo\nprever | prevendo | mover | movendo\nprever | prevendo | jogar | jogando\nler | lendo | correr | correndo\nler | lendo | dizer | dizendo\nler | lendo | gritar | gritando\nler | lendo | ver | vendo\nler | lendo | baralhar | baralhando\nler | lendo | cantar | cantando\nler | lendo | sentar | sentando\nler | lendo | lento | abrandando\nler | lendo | nadar | nadando\nler | lendo | pensar | pensando\nler | lendo | desaparecer | desaparecendo\nler | lendo | andar | andando\nler | lendo | escrever | escrevendo\nler | lendo | programar | programando\nler | lendo | dançar | dançando\nler | lendo | depurar | depurando\nler | lendo | diminuir | diminuindo\nler | lendo | descrever | descrevendo\nler | lendo | descobrir | descobrindo\nler | lendo | melhorar | melhorando\nler | lendo | voar | voando\nler | lendo | gerar | gerando\nler | lendo | ir | indo\nler | lendo | implementar | implementando\nler | lendo | aumentar | aumentando\nler | lendo | inventar | inventando\nler | lendo | saltar | saltando\nler | lendo | ouvir | ouvindo\nler | lendo | ver | vendo\nler | lendo | mover | movendo\nler | lendo | jogar | jogando\nler | lendo | prever | prevendo\ncorrer | correndo | dizer | dizendo\ncorrer | correndo | gritar | gritando\ncorrer | correndo | ver | vendo\ncorrer | correndo | baralhar | baralhando\ncorrer | correndo | cantar | cantando\ncorrer | correndo | sentar | sentando\ncorrer | correndo | lento | abrandando\ncorrer | correndo | nadar | nadando\ncorrer | correndo | pensar | pensando\ncorrer | correndo | desaparecer | desaparecendo\ncorrer | correndo | andar | andando\ncorrer | correndo | escrever | escrevendo\ncorrer | correndo | programar | programando\ncorrer | correndo | dançar | dançando\ncorrer | correndo | depurar | depurando\ncorrer | correndo | diminuir | diminuindo\ncorrer | correndo | descrever | descrevendo\ncorrer | correndo | descobrir | descobrindo\ncorrer | correndo | melhorar | melhorando\ncorrer | correndo | voar | voando\ncorrer | correndo | gerar | gerando\ncorrer | correndo | ir | indo\ncorrer | correndo | implementar | implementando\ncorrer | correndo | aumentar | aumentando\ncorrer | correndo | inventar | inventando\ncorrer | correndo | saltar | saltando\ncorrer | correndo | ouvir | ouvindo\ncorrer | correndo | ver | vendo\ncorrer | correndo | mover | movendo\ncorrer | correndo | jogar | jogando\ncorrer | correndo | prever | prevendo\ncorrer | correndo | ler | lendo\ndizer | dizendo | gritar | gritando\ndizer | dizendo | ver | vendo\ndizer | dizendo | baralhar | baralhando\ndizer | dizendo | cantar | cantando\ndizer | dizendo | sentar | sentando\ndizer | dizendo | lento | abrandando\ndizer | dizendo | nadar | nadando\ndizer | dizendo | pensar | pensando\ndizer | dizendo | desaparecer | desaparecendo\ndizer | dizendo | andar | andando\ndizer | dizendo | escrever | escrevendo\ndizer | dizendo | programar | programando\ndizer | dizendo | dançar | dançando\ndizer | dizendo | depurar | depurando\ndizer | dizendo | diminuir | diminuindo\ndizer | dizendo | descrever | descrevendo\ndizer | dizendo | descobrir | descobrindo\ndizer | dizendo | melhorar | melhorando\ndizer | dizendo | voar | voando\ndizer | dizendo | gerar | gerando\ndizer | dizendo | ir | indo\ndizer | dizendo | implementar | implementando\ndizer | dizendo | aumentar | aumentando\ndizer | dizendo | inventar | inventando\ndizer | dizendo | saltar | saltando\ndizer | dizendo | ouvir | ouvindo\ndizer | dizendo | ver | vendo\ndizer | dizendo | mover | movendo\ndizer | dizendo | jogar | jogando\ndizer | dizendo | prever | prevendo\ndizer | dizendo | ler | lendo\ndizer | dizendo | correr | correndo\ngritar | gritando | ver | vendo\ngritar | gritando | baralhar | baralhando\ngritar | gritando | cantar | cantando\ngritar | gritando | sentar | sentando\ngritar | gritando | lento | abrandando\ngritar | gritando | nadar | nadando\ngritar | gritando | pensar | pensando\ngritar | gritando | desaparecer | desaparecendo\ngritar | gritando | andar | andando\ngritar | gritando | escrever | escrevendo\ngritar | gritando | programar | programando\ngritar | gritando | dançar | dançando\ngritar | gritando | depurar | depurando\ngritar | gritando | diminuir | diminuindo\ngritar | gritando | descrever | descrevendo\ngritar | gritando | descobrir | descobrindo\ngritar | gritando | melhorar | melhorando\ngritar | gritando | voar | voando\ngritar | gritando | gerar | gerando\ngritar | gritando | ir | indo\ngritar | gritando | implementar | implementando\ngritar | gritando | aumentar | aumentando\ngritar | gritando | inventar | inventando\ngritar | gritando | saltar | saltando\ngritar | gritando | ouvir | ouvindo\ngritar | gritando | ver | vendo\ngritar | gritando | mover | movendo\ngritar | gritando | jogar | jogando\ngritar | gritando | prever | prevendo\ngritar | gritando | ler | lendo\ngritar | gritando | correr | correndo\ngritar | gritando | dizer | dizendo\nver | vendo | baralhar | baralhando\nver | vendo | cantar | cantando\nver | vendo | sentar | sentando\nver | vendo | lento | abrandando\nver | vendo | nadar | nadando\nver | vendo | pensar | pensando\nver | vendo | desaparecer | desaparecendo\nver | vendo | andar | andando\nver | vendo | escrever | escrevendo\nver | vendo | programar | programando\nver | vendo | dançar | dançando\nver | vendo | depurar | depurando\nver | vendo | diminuir | diminuindo\nver | vendo | descrever | descrevendo\nver | vendo | descobrir | descobrindo\nver | vendo | melhorar | melhorando\nver | vendo | voar | voando\nver | vendo | gerar | gerando\nver | vendo | ir | indo\nver | vendo | implementar | implementando\nver | vendo | aumentar | aumentando\nver | vendo | inventar | inventando\nver | vendo | saltar | saltando\nver | vendo | ouvir | ouvindo\nver | vendo | ver | vendo\nver | vendo | mover | movendo\nver | vendo | jogar | jogando\nver | vendo | prever | prevendo\nver | vendo | ler | lendo\nver | vendo | correr | correndo\nver | vendo | dizer | dizendo\nver | vendo | gritar | gritando\nbaralhar | baralhando | cantar | cantando\nbaralhar | baralhando | sentar | sentando\nbaralhar | baralhando | lento | abrandando\nbaralhar | baralhando | nadar | nadando\nbaralhar | baralhando | pensar | pensando\nbaralhar | baralhando | desaparecer | desaparecendo\nbaralhar | baralhando | andar | andando\nbaralhar | baralhando | escrever | escrevendo\nbaralhar | baralhando | programar | programando\nbaralhar | baralhando | dançar | dançando\nbaralhar | baralhando | depurar | depurando\nbaralhar | baralhando | diminuir | diminuindo\nbaralhar | baralhando | descrever | descrevendo\nbaralhar | baralhando | descobrir | descobrindo\nbaralhar | baralhando | melhorar | melhorando\nbaralhar | baralhando | voar | voando\nbaralhar | baralhando | gerar | gerando\nbaralhar | baralhando | ir | indo\nbaralhar | baralhando | implementar | implementando\nbaralhar | baralhando | aumentar | aumentando\nbaralhar | baralhando | inventar | inventando\nbaralhar | baralhando | saltar | saltando\nbaralhar | baralhando | ouvir | ouvindo\nbaralhar | baralhando | ver | vendo\nbaralhar | baralhando | mover | movendo\nbaralhar | baralhando | jogar | jogando\nbaralhar | baralhando | prever | prevendo\nbaralhar | baralhando | ler | lendo\nbaralhar | baralhando | correr | correndo\nbaralhar | baralhando | dizer | dizendo\nbaralhar | baralhando | gritar | gritando\nbaralhar | baralhando | ver | vendo\ncantar | cantando | sentar | sentando\ncantar | cantando | lento | abrandando\ncantar | cantando | nadar | nadando\ncantar | cantando | pensar | pensando\ncantar | cantando | desaparecer | desaparecendo\ncantar | cantando | andar | andando\ncantar | cantando | escrever | escrevendo\ncantar | cantando | programar | programando\ncantar | cantando | dançar | dançando\ncantar | cantando | depurar | depurando\ncantar | cantando | diminuir | diminuindo\ncantar | cantando | descrever | descrevendo\ncantar | cantando | descobrir | descobrindo\ncantar | cantando | melhorar | melhorando\ncantar | cantando | voar | voando\ncantar | cantando | gerar | gerando\ncantar | cantando | ir | indo\ncantar | cantando | implementar | implementando\ncantar | cantando | aumentar | aumentando\ncantar | cantando | inventar | inventando\ncantar | cantando | saltar | saltando\ncantar | cantando | ouvir | ouvindo\ncantar | cantando | ver | vendo\ncantar | cantando | mover | movendo\ncantar | cantando | jogar | jogando\ncantar | cantando | prever | prevendo\ncantar | cantando | ler | lendo\ncantar | cantando | correr | correndo\ncantar | cantando | dizer | dizendo\ncantar | cantando | gritar | gritando\ncantar | cantando | ver | vendo\ncantar | cantando | baralhar | baralhando\nsentar | sentando | lento | abrandando\nsentar | sentando | nadar | nadando\nsentar | sentando | pensar | pensando\nsentar | sentando | desaparecer | desaparecendo\nsentar | sentando | andar | andando\nsentar | sentando | escrever | escrevendo\nsentar | sentando | programar | programando\nsentar | sentando | dançar | dançando\nsentar | sentando | depurar | depurando\nsentar | sentando | diminuir | diminuindo\nsentar | sentando | descrever | descrevendo\nsentar | sentando | descobrir | descobrindo\nsentar | sentando | melhorar | melhorando\nsentar | sentando | voar | voando\nsentar | sentando | gerar | gerando\nsentar | sentando | ir | indo\nsentar | sentando | implementar | implementando\nsentar | sentando | aumentar | aumentando\nsentar | sentando | inventar | inventando\nsentar | sentando | saltar | saltando\nsentar | sentando | ouvir | ouvindo\nsentar | sentando | ver | vendo\nsentar | sentando | mover | movendo\nsentar | sentando | jogar | jogando\nsentar | sentando | prever | prevendo\nsentar | sentando | ler | lendo\nsentar | sentando | correr | correndo\nsentar | sentando | dizer | dizendo\nsentar | sentando | gritar | gritando\nsentar | sentando | ver | vendo\nsentar | sentando | baralhar | baralhando\nsentar | sentando | cantar | cantando\nlento | abrandando | nadar | nadando\nlento | abrandando | pensar | pensando\nlento | abrandando | desaparecer | desaparecendo\nlento | abrandando | andar | andando\nlento | abrandando | escrever | escrevendo\nlento | abrandando | programar | programando\nlento | abrandando | dançar | dançando\nlento | abrandando | depurar | depurando\nlento | abrandando | diminuir | diminuindo\nlento | abrandando | descrever | descrevendo\nlento | abrandando | descobrir | descobrindo\nlento | abrandando | melhorar | melhorando\nlento | abrandando | voar | voando\nlento | abrandando | gerar | gerando\nlento | abrandando | ir | indo\nlento | abrandando | implementar | implementando\nlento | abrandando | aumentar | aumentando\nlento | abrandando | inventar | inventando\nlento | abrandando | saltar | saltando\nlento | abrandando | ouvir | ouvindo\nlento | abrandando | ver | vendo\nlento | abrandando | mover | movendo\nlento | abrandando | jogar | jogando\nlento | abrandando | prever | prevendo\nlento | abrandando | ler | lendo\nlento | abrandando | correr | correndo\nlento | abrandando | dizer | dizendo\nlento | abrandando | gritar | gritando\nlento | abrandando | ver | vendo\nlento | abrandando | baralhar | baralhando\nlento | abrandando | cantar | cantando\nlento | abrandando | sentar | sentando\nnadar | nadando | pensar | pensando\nnadar | nadando | desaparecer | desaparecendo\nnadar | nadando | andar | andando\nnadar | nadando | escrever | escrevendo\nnadar | nadando | programar | programando\nnadar | nadando | dançar | dançando\nnadar | nadando | depurar | depurando\nnadar | nadando | diminuir | diminuindo\nnadar | nadando | descrever | descrevendo\nnadar | nadando | descobrir | descobrindo\nnadar | nadando | melhorar | melhorando\nnadar | nadando | voar | voando\nnadar | nadando | gerar | gerando\nnadar | nadando | ir | indo\nnadar | nadando | implementar | implementando\nnadar | nadando | aumentar | aumentando\nnadar | nadando | inventar | inventando\nnadar | nadando | saltar | saltando\nnadar | nadando | ouvir | ouvindo\nnadar | nadando | ver | vendo\nnadar | nadando | mover | movendo\nnadar | nadando | jogar | jogando\nnadar | nadando | prever | prevendo\nnadar | nadando | ler | lendo\nnadar | nadando | correr | correndo\nnadar | nadando | dizer | dizendo\nnadar | nadando | gritar | gritando\nnadar | nadando | ver | vendo\nnadar | nadando | baralhar | baralhando\nnadar | nadando | cantar | cantando\nnadar | nadando | sentar | sentando\nnadar | nadando | lento | abrandando\npensar | pensando | desaparecer | desaparecendo\npensar | pensando | andar | andando\npensar | pensando | escrever | escrevendo\npensar | pensando | programar | programando\npensar | pensando | dançar | dançando\npensar | pensando | depurar | depurando\npensar | pensando | diminuir | diminuindo\npensar | pensando | descrever | descrevendo\npensar | pensando | descobrir | descobrindo\npensar | pensando | melhorar | melhorando\npensar | pensando | voar | voando\npensar | pensando | gerar | gerando\npensar | pensando | ir | indo\npensar | pensando | implementar | implementando\npensar | pensando | aumentar | aumentando\npensar | pensando | inventar | inventando\npensar | pensando | saltar | saltando\npensar | pensando | ouvir | ouvindo\npensar | pensando | ver | vendo\npensar | pensando | mover | movendo\npensar | pensando | jogar | jogando\npensar | pensando | prever | prevendo\npensar | pensando | ler | lendo\npensar | pensando | correr | correndo\npensar | pensando | dizer | dizendo\npensar | pensando | gritar | gritando\npensar | pensando | ver | vendo\npensar | pensando | baralhar | baralhando\npensar | pensando | cantar | cantando\npensar | pensando | sentar | sentando\npensar | pensando | lento | abrandando\npensar | pensando | nadar | nadando\ndesaparecer | desaparecendo | andar | andando\ndesaparecer | desaparecendo | escrever | escrevendo\ndesaparecer | desaparecendo | programar | programando\ndesaparecer | desaparecendo | dançar | dançando\ndesaparecer | desaparecendo | depurar | depurando\ndesaparecer | desaparecendo | diminuir | diminuindo\ndesaparecer | desaparecendo | descrever | descrevendo\ndesaparecer | desaparecendo | descobrir | descobrindo\ndesaparecer | desaparecendo | melhorar | melhorando\ndesaparecer | desaparecendo | voar | voando\ndesaparecer | desaparecendo | gerar | gerando\ndesaparecer | desaparecendo | ir | indo\ndesaparecer | desaparecendo | implementar | implementando\ndesaparecer | desaparecendo | aumentar | aumentando\ndesaparecer | desaparecendo | inventar | inventando\ndesaparecer | desaparecendo | saltar | saltando\ndesaparecer | desaparecendo | ouvir | ouvindo\ndesaparecer | desaparecendo | ver | vendo\ndesaparecer | desaparecendo | mover | movendo\ndesaparecer | desaparecendo | jogar | jogando\ndesaparecer | desaparecendo | prever | prevendo\ndesaparecer | desaparecendo | ler | lendo\ndesaparecer | desaparecendo | correr | correndo\ndesaparecer | desaparecendo | dizer | dizendo\ndesaparecer | desaparecendo | gritar | gritando\ndesaparecer | desaparecendo | ver | vendo\ndesaparecer | desaparecendo | baralhar | baralhando\ndesaparecer | desaparecendo | cantar | cantando\ndesaparecer | desaparecendo | sentar | sentando\ndesaparecer | desaparecendo | lento | abrandando\ndesaparecer | desaparecendo | nadar | nadando\ndesaparecer | desaparecendo | pensar | pensando\nandar | andando | escrever | escrevendo\nandar | andando | programar | programando\nandar | andando | dançar | dançando\nandar | andando | depurar | depurando\nandar | andando | diminuir | diminuindo\nandar | andando | descrever | descrevendo\nandar | andando | descobrir | descobrindo\nandar | andando | melhorar | melhorando\nandar | andando | voar | voando\nandar | andando | gerar | gerando\nandar | andando | ir | indo\nandar | andando | implementar | implementando\nandar | andando | aumentar | aumentando\nandar | andando | inventar | inventando\nandar | andando | saltar | saltando\nandar | andando | ouvir | ouvindo\nandar | andando | ver | vendo\nandar | andando | mover | movendo\nandar | andando | jogar | jogando\nandar | andando | prever | prevendo\nandar | andando | ler | lendo\nandar | andando | correr | correndo\nandar | andando | dizer | dizendo\nandar | andando | gritar | gritando\nandar | andando | ver | vendo\nandar | andando | baralhar | baralhando\nandar | andando | cantar | cantando\nandar | andando | sentar | sentando\nandar | andando | lento | abrandando\nandar | andando | nadar | nadando\nandar | andando | pensar | pensando\nandar | andando | desaparecer | desaparecendo\nescrever | escrevendo | programar | programando\nescrever | escrevendo | dançar | dançando\nescrever | escrevendo | depurar | depurando\nescrever | escrevendo | diminuir | diminuindo\nescrever | escrevendo | descrever | descrevendo\nescrever | escrevendo | descobrir | descobrindo\nescrever | escrevendo | melhorar | melhorando\nescrever | escrevendo | voar | voando\nescrever | escrevendo | gerar | gerando\nescrever | escrevendo | ir | indo\nescrever | escrevendo | implementar | implementando\nescrever | escrevendo | aumentar | aumentando\nescrever | escrevendo | inventar | inventando\nescrever | escrevendo | saltar | saltando\nescrever | escrevendo | ouvir | ouvindo\nescrever | escrevendo | ver | vendo\nescrever | escrevendo | mover | movendo\nescrever | escrevendo | jogar | jogando\nescrever | escrevendo | prever | prevendo\nescrever | escrevendo | ler | lendo\nescrever | escrevendo | correr | correndo\nescrever | escrevendo | dizer | dizendo\nescrever | escrevendo | gritar | gritando\nescrever | escrevendo | ver | vendo\nescrever | escrevendo | baralhar | baralhando\nescrever | escrevendo | cantar | cantando\nescrever | escrevendo | sentar | sentando\nescrever | escrevendo | lento | abrandando\nescrever | escrevendo | nadar | nadando\nescrever | escrevendo | pensar | pensando\nescrever | escrevendo | desaparecer | desaparecendo\nescrever | escrevendo | andar | andando\n: | gram6-nationality-adjective\nAlbânia | Albanês | Argentina | Argentino\nAlbânia | Albanês | Austrália | Australiano\nAlbânia | Albanês | Áustria | Austríaco\nAlbânia | Albanês | Bielorrússia | Bielorusso\nAlbânia | Albanês | Brasil | Brasileiro\nAlbânia | Albanês | Bulgária | Búlgaro\nAlbânia | Albanês | Cambodja | Cambojano\nAlbânia | Albanês | Chile | Chileno\nAlbânia | Albanês | China | Chinês\nAlbânia | Albanês | Colombia | Colombiano\nAlbânia | Albanês | Croácia | Croata\nAlbânia | Albanês | Dinamarca | Dinamarquês\nAlbânia | Albanês | Egito | Egípcio\nAlbânia | Albanês | Inglaterra | Inglês\nAlbânia | Albanês | França | Frânces\nAlbânia | Albanês | Alemanha | Alemão\nAlbânia | Albanês | Grécia | Grego\nAlbânia | Albanês | Islândia | Islandês\nAlbânia | Albanês | Índia | Indiano\nAlbânia | Albanês | Irlanda | Irlândes\nAlbânia | Albanês | Israel | Israelita\nAlbânia | Albanês | Itália | Italiano\nAlbânia | Albanês | Japão | Japonês\nAlbânia | Albanês | Coreia | Coreano\nAlbânia | Albanês | Macedónia | Macedónio\nAlbânia | Albanês | Malta | Maltês\nAlbânia | Albanês | México | Mexicano\nAlbânia | Albanês | Moldávia | Moldávio\nAlbânia | Albanês | Holanda | Holandês\nAlbânia | Albanês | Noruega | Norueguês\nAlbânia | Albanês | Peru | Peruano\nAlbânia | Albanês | Polónia | Polaco\nAlbânia | Albanês | Portugal | Português\nAlbânia | Albanês | Rússia | Russo\nAlbânia | Albanês | Eslováquia | Eslovaco\nAlbânia | Albanês | Espanha | Espanhol\nAlbânia | Albanês | Suécia | Sueco\nAlbânia | Albanês | Suíça | Suiço\nAlbânia | Albanês | Tailândia | Tailandês\nArgentina | Argentino | Austrália | Australiano\nArgentina | Argentino | Áustria | Austríaco\nArgentina | Argentino | Bielorrússia | Bielorusso\nArgentina | Argentino | Brasil | Brasileiro\nArgentina | Argentino | Bulgária | Búlgaro\nArgentina | Argentino | Cambodja | Cambojano\nArgentina | Argentino | Chile | Chileno\nArgentina | Argentino | China | Chinês\nArgentina | Argentino | Colombia | Colombiano\nArgentina | Argentino | Croácia | Croata\nArgentina | Argentino | Dinamarca | Dinamarquês\nArgentina | Argentino | Egito | Egípcio\nArgentina | Argentino | Inglaterra | Inglês\nArgentina | Argentino | França | Frânces\nArgentina | Argentino | Alemanha | Alemão\nArgentina | Argentino | Grécia | Grego\nArgentina | Argentino | Islândia | Islandês\nArgentina | Argentino | Índia | Indiano\nArgentina | Argentino | Irlanda | Irlândes\nArgentina | Argentino | Israel | Israelita\nArgentina | Argentino | Itália | Italiano\nArgentina | Argentino | Japão | Japonês\nArgentina | Argentino | Coreia | Coreano\nArgentina | Argentino | Macedónia | Macedónio\nArgentina | Argentino | Malta | Maltês\nArgentina | Argentino | México | Mexicano\nArgentina | Argentino | Moldávia | Moldávio\nArgentina | Argentino | Holanda | Holandês\nArgentina | Argentino | Noruega | Norueguês\nArgentina | Argentino | Peru | Peruano\nArgentina | Argentino | Polónia | Polaco\nArgentina | Argentino | Portugal | Português\nArgentina | Argentino | Rússia | Russo\nArgentina | Argentino | Eslováquia | Eslovaco\nArgentina | Argentino | Espanha | Espanhol\nArgentina | Argentino | Suécia | Sueco\nArgentina | Argentino | Suíça | Suiço\nArgentina | Argentino | Tailândia | Tailandês\nArgentina | Argentino | Ucrânia | Ucraniano\nAustrália | Australiano | Áustria | Austríaco\nAustrália | Australiano | Bielorrússia | Bielorusso\nAustrália | Australiano | Brasil | Brasileiro\nAustrália | Australiano | Bulgária | Búlgaro\nAustrália | Australiano | Cambodja | Cambojano\nAustrália | Australiano | Chile | Chileno\nAustrália | Australiano | China | Chinês\nAustrália | Australiano | Colombia | Colombiano\nAustrália | Australiano | Croácia | Croata\nAustrália | Australiano | Dinamarca | Dinamarquês\nAustrália | Australiano | Egito | Egípcio\nAustrália | Australiano | Inglaterra | Inglês\nAustrália | Australiano | França | Frânces\nAustrália | Australiano | Alemanha | Alemão\nAustrália | Australiano | Grécia | Grego\nAustrália | Australiano | Islândia | Islandês\nAustrália | Australiano | Índia | Indiano\nAustrália | Australiano | Irlanda | Irlândes\nAustrália | Australiano | Israel | Israelita\nAustrália | Australiano | Itália | Italiano\nAustrália | Australiano | Japão | Japonês\nAustrália | Australiano | Coreia | Coreano\nAustrália | Australiano | Macedónia | Macedónio\nAustrália | Australiano | Malta | Maltês\nAustrália | Australiano | México | Mexicano\nAustrália | Australiano | Moldávia | Moldávio\nAustrália | Australiano | Holanda | Holandês\nAustrália | Australiano | Noruega | Norueguês\nAustrália | Australiano | Peru | Peruano\nAustrália | Australiano | Polónia | Polaco\nAustrália | Australiano | Portugal | Português\nAustrália | Australiano | Rússia | Russo\nAustrália | Australiano | Eslováquia | Eslovaco\nAustrália | Australiano | Espanha | Espanhol\nAustrália | Australiano | Suécia | Sueco\nAustrália | Australiano | Suíça | Suiço\nAustrália | Australiano | Tailândia | Tailandês\nAustrália | Australiano | Ucrânia | Ucraniano\nAustrália | Australiano | Albânia | Albanês\nÁustria | Austríaco | Bielorrússia | Bielorusso\nÁustria | Austríaco | Brasil | Brasileiro\nÁustria | Austríaco | Bulgária | Búlgaro\nÁustria | Austríaco | Cambodja | Cambojano\nÁustria | Austríaco | Chile | Chileno\nÁustria | Austríaco | China | Chinês\nÁustria | Austríaco | Colombia | Colombiano\nÁustria | Austríaco | Croácia | Croata\nÁustria | Austríaco | Dinamarca | Dinamarquês\nÁustria | Austríaco | Egito | Egípcio\nÁustria | Austríaco | Inglaterra | Inglês\nÁustria | Austríaco | França | Frânces\nÁustria | Austríaco | Alemanha | Alemão\nÁustria | Austríaco | Grécia | Grego\nÁustria | Austríaco | Islândia | Islandês\nÁustria | Austríaco | Índia | Indiano\nÁustria | Austríaco | Irlanda | Irlândes\nÁustria | Austríaco | Israel | Israelita\nÁustria | Austríaco | Itália | Italiano\nÁustria | Austríaco | Japão | Japonês\nÁustria | Austríaco | Coreia | Coreano\nÁustria | Austríaco | Macedónia | Macedónio\nÁustria | Austríaco | Malta | Maltês\nÁustria | Austríaco | México | Mexicano\nÁustria | Austríaco | Moldávia | Moldávio\nÁustria | Austríaco | Holanda | Holandês\nÁustria | Austríaco | Noruega | Norueguês\nÁustria | Austríaco | Peru | Peruano\nÁustria | Austríaco | Polónia | Polaco\nÁustria | Austríaco | Portugal | Português\nÁustria | Austríaco | Rússia | Russo\nÁustria | Austríaco | Eslováquia | Eslovaco\nÁustria | Austríaco | Espanha | Espanhol\nÁustria | Austríaco | Suécia | Sueco\nÁustria | Austríaco | Suíça | Suiço\nÁustria | Austríaco | Tailândia | Tailandês\nÁustria | Austríaco | Ucrânia | Ucraniano\nÁustria | Austríaco | Albânia | Albanês\nÁustria | Austríaco | Argentina | Argentino\nBielorrússia | Bielorusso | Brasil | Brasileiro\nBielorrússia | Bielorusso | Bulgária | Búlgaro\nBielorrússia | Bielorusso | Cambodja | Cambojano\nBielorrússia | Bielorusso | Chile | Chileno\nBielorrússia | Bielorusso | China | Chinês\nBielorrússia | Bielorusso | Colombia | Colombiano\nBielorrússia | Bielorusso | Croácia | Croata\nBielorrússia | Bielorusso | Dinamarca | Dinamarquês\nBielorrússia | Bielorusso | Egito | Egípcio\nBielorrússia | Bielorusso | Inglaterra | Inglês\nBielorrússia | Bielorusso | França | Frânces\nBielorrússia | Bielorusso | Alemanha | Alemão\nBielorrússia | Bielorusso | Grécia | Grego\nBielorrússia | Bielorusso | Islândia | Islandês\nBielorrússia | Bielorusso | Índia | Indiano\nBielorrússia | Bielorusso | Irlanda | Irlândes\nBielorrússia | Bielorusso | Israel | Israelita\nBielorrússia | Bielorusso | Itália | Italiano\nBielorrússia | Bielorusso | Japão | Japonês\nBielorrússia | Bielorusso | Coreia | Coreano\nBielorrússia | Bielorusso | Macedónia | Macedónio\nBielorrússia | Bielorusso | Malta | Maltês\nBielorrússia | Bielorusso | México | Mexicano\nBielorrússia | Bielorusso | Moldávia | Moldávio\nBielorrússia | Bielorusso | Holanda | Holandês\nBielorrússia | Bielorusso | Noruega | Norueguês\nBielorrússia | Bielorusso | Peru | Peruano\nBielorrússia | Bielorusso | Polónia | Polaco\nBielorrússia | Bielorusso | Portugal | Português\nBielorrússia | Bielorusso | Rússia | Russo\nBielorrússia | Bielorusso | Eslováquia | Eslovaco\nBielorrússia | Bielorusso | Espanha | Espanhol\nBielorrússia | Bielorusso | Suécia | Sueco\nBielorrússia | Bielorusso | Suíça | Suiço\nBielorrússia | Bielorusso | Tailândia | Tailandês\nBielorrússia | Bielorusso | Ucrânia | Ucraniano\nBielorrússia | Bielorusso | Albânia | Albanês\nBielorrússia | Bielorusso | Argentina | Argentino\nBielorrússia | Bielorusso | Austrália | Australiano\nBrasil | Brasileiro | Bulgária | Búlgaro\nBrasil | Brasileiro | Cambodja | Cambojano\nBrasil | Brasileiro | Chile | Chileno\nBrasil | Brasileiro | China | Chinês\nBrasil | Brasileiro | Colombia | Colombiano\nBrasil | Brasileiro | Croácia | Croata\nBrasil | Brasileiro | Dinamarca | Dinamarquês\nBrasil | Brasileiro | Egito | Egípcio\nBrasil | Brasileiro | Inglaterra | Inglês\nBrasil | Brasileiro | França | Frânces\nBrasil | Brasileiro | Alemanha | Alemão\nBrasil | Brasileiro | Grécia | Grego\nBrasil | Brasileiro | Islândia | Islandês\nBrasil | Brasileiro | Índia | Indiano\nBrasil | Brasileiro | Irlanda | Irlândes\nBrasil | Brasileiro | Israel | Israelita\nBrasil | Brasileiro | Itália | Italiano\nBrasil | Brasileiro | Japão | Japonês\nBrasil | Brasileiro | Coreia | Coreano\nBrasil | Brasileiro | Macedónia | Macedónio\nBrasil | Brasileiro | Malta | Maltês\nBrasil | Brasileiro | México | Mexicano\nBrasil | Brasileiro | Moldávia | Moldávio\nBrasil | Brasileiro | Holanda | Holandês\nBrasil | Brasileiro | Noruega | Norueguês\nBrasil | Brasileiro | Peru | Peruano\nBrasil | Brasileiro | Polónia | Polaco\nBrasil | Brasileiro | Portugal | Português\nBrasil | Brasileiro | Rússia | Russo\nBrasil | Brasileiro | Eslováquia | Eslovaco\nBrasil | Brasileiro | Espanha | Espanhol\nBrasil | Brasileiro | Suécia | Sueco\nBrasil | Brasileiro | Suíça | Suiço\nBrasil | Brasileiro | Tailândia | Tailandês\nBrasil | Brasileiro | Ucrânia | Ucraniano\nBrasil | Brasileiro | Albânia | Albanês\nBrasil | Brasileiro | Argentina | Argentino\nBrasil | Brasileiro | Austrália | Australiano\nBrasil | Brasileiro | Áustria | Austríaco\nBulgária | Búlgaro | Cambodja | Cambojano\nBulgária | Búlgaro | Chile | Chileno\nBulgária | Búlgaro | China | Chinês\nBulgária | Búlgaro | Colombia | Colombiano\nBulgária | Búlgaro | Croácia | Croata\nBulgária | Búlgaro | Dinamarca | Dinamarquês\nBulgária | Búlgaro | Egito | Egípcio\nBulgária | Búlgaro | Inglaterra | Inglês\nBulgária | Búlgaro | França | Frânces\nBulgária | Búlgaro | Alemanha | Alemão\nBulgária | Búlgaro | Grécia | Grego\nBulgária | Búlgaro | Islândia | Islandês\nBulgária | Búlgaro | Índia | Indiano\nBulgária | Búlgaro | Irlanda | Irlândes\nBulgária | Búlgaro | Israel | Israelita\nBulgária | Búlgaro | Itália | Italiano\nBulgária | Búlgaro | Japão | Japonês\nBulgária | Búlgaro | Coreia | Coreano\nBulgária | Búlgaro | Macedónia | Macedónio\nBulgária | Búlgaro | Malta | Maltês\nBulgária | Búlgaro | México | Mexicano\nBulgária | Búlgaro | Moldávia | Moldávio\nBulgária | Búlgaro | Holanda | Holandês\nBulgária | Búlgaro | Noruega | Norueguês\nBulgária | Búlgaro | Peru | Peruano\nBulgária | Búlgaro | Polónia | Polaco\nBulgária | Búlgaro | Portugal | Português\nBulgária | Búlgaro | Rússia | Russo\nBulgária | Búlgaro | Eslováquia | Eslovaco\nBulgária | Búlgaro | Espanha | Espanhol\nBulgária | Búlgaro | Suécia | Sueco\nBulgária | Búlgaro | Suíça | Suiço\nBulgária | Búlgaro | Tailândia | Tailandês\nBulgária | Búlgaro | Ucrânia | Ucraniano\nBulgária | Búlgaro | Albânia | Albanês\nBulgária | Búlgaro | Argentina | Argentino\nBulgária | Búlgaro | Austrália | Australiano\nBulgária | Búlgaro | Áustria | Austríaco\nBulgária | Búlgaro | Bielorrússia | Bielorusso\nCambodja | Cambojano | Chile | Chileno\nCambodja | Cambojano | China | Chinês\nCambodja | Cambojano | Colombia | Colombiano\nCambodja | Cambojano | Croácia | Croata\nCambodja | Cambojano | Dinamarca | Dinamarquês\nCambodja | Cambojano | Egito | Egípcio\nCambodja | Cambojano | Inglaterra | Inglês\nCambodja | Cambojano | França | Frânces\nCambodja | Cambojano | Alemanha | Alemão\nCambodja | Cambojano | Grécia | Grego\nCambodja | Cambojano | Islândia | Islandês\nCambodja | Cambojano | Índia | Indiano\nCambodja | Cambojano | Irlanda | Irlândes\nCambodja | Cambojano | Israel | Israelita\nCambodja | Cambojano | Itália | Italiano\nCambodja | Cambojano | Japão | Japonês\nCambodja | Cambojano | Coreia | Coreano\nCambodja | Cambojano | Macedónia | Macedónio\nCambodja | Cambojano | Malta | Maltês\nCambodja | Cambojano | México | Mexicano\nCambodja | Cambojano | Moldávia | Moldávio\nCambodja | Cambojano | Holanda | Holandês\nCambodja | Cambojano | Noruega | Norueguês\nCambodja | Cambojano | Peru | Peruano\nCambodja | Cambojano | Polónia | Polaco\nCambodja | Cambojano | Portugal | Português\nCambodja | Cambojano | Rússia | Russo\nCambodja | Cambojano | Eslováquia | Eslovaco\nCambodja | Cambojano | Espanha | Espanhol\nCambodja | Cambojano | Suécia | Sueco\nCambodja | Cambojano | Suíça | Suiço\nCambodja | Cambojano | Tailândia | Tailandês\nCambodja | Cambojano | Ucrânia | Ucraniano\nCambodja | Cambojano | Albânia | Albanês\nCambodja | Cambojano | Argentina | Argentino\nCambodja | Cambojano | Austrália | Australiano\nCambodja | Cambojano | Áustria | Austríaco\nCambodja | Cambojano | Bielorrússia | Bielorusso\nCambodja | Cambojano | Brasil | Brasileiro\nChile | Chileno | China | Chinês\nChile | Chileno | Colombia | Colombiano\nChile | Chileno | Croácia | Croata\nChile | Chileno | Dinamarca | Dinamarquês\nChile | Chileno | Egito | Egípcio\nChile | Chileno | Inglaterra | Inglês\nChile | Chileno | França | Frânces\nChile | Chileno | Alemanha | Alemão\nChile | Chileno | Grécia | Grego\nChile | Chileno | Islândia | Islandês\nChile | Chileno | Índia | Indiano\nChile | Chileno | Irlanda | Irlândes\nChile | Chileno | Israel | Israelita\nChile | Chileno | Itália | Italiano\nChile | Chileno | Japão | Japonês\nChile | Chileno | Coreia | Coreano\nChile | Chileno | Macedónia | Macedónio\nChile | Chileno | Malta | Maltês\nChile | Chileno | México | Mexicano\nChile | Chileno | Moldávia | Moldávio\nChile | Chileno | Holanda | Holandês\nChile | Chileno | Noruega | Norueguês\nChile | Chileno | Peru | Peruano\nChile | Chileno | Polónia | Polaco\nChile | Chileno | Portugal | Português\nChile | Chileno | Rússia | Russo\nChile | Chileno | Eslováquia | Eslovaco\nChile | Chileno | Espanha | Espanhol\nChile | Chileno | Suécia | Sueco\nChile | Chileno | Suíça | Suiço\nChile | Chileno | Tailândia | Tailandês\nChile | Chileno | Ucrânia | Ucraniano\nChile | Chileno | Albânia | Albanês\nChile | Chileno | Argentina | Argentino\nChile | Chileno | Austrália | Australiano\nChile | Chileno | Áustria | Austríaco\nChile | Chileno | Bielorrússia | Bielorusso\nChile | Chileno | Brasil | Brasileiro\nChile | Chileno | Bulgária | Búlgaro\nChina | Chinês | Colombia | Colombiano\nChina | Chinês | Croácia | Croata\nChina | Chinês | Dinamarca | Dinamarquês\nChina | Chinês | Egito | Egípcio\nChina | Chinês | Inglaterra | Inglês\nChina | Chinês | França | Frânces\nChina | Chinês | Alemanha | Alemão\nChina | Chinês | Grécia | Grego\nChina | Chinês | Islândia | Islandês\nChina | Chinês | Índia | Indiano\nChina | Chinês | Irlanda | Irlândes\nChina | Chinês | Israel | Israelita\nChina | Chinês | Itália | Italiano\nChina | Chinês | Japão | Japonês\nChina | Chinês | Coreia | Coreano\nChina | Chinês | Macedónia | Macedónio\nChina | Chinês | Malta | Maltês\nChina | Chinês | México | Mexicano\nChina | Chinês | Moldávia | Moldávio\nChina | Chinês | Holanda | Holandês\nChina | Chinês | Noruega | Norueguês\nChina | Chinês | Peru | Peruano\nChina | Chinês | Polónia | Polaco\nChina | Chinês | Portugal | Português\nChina | Chinês | Rússia | Russo\nChina | Chinês | Eslováquia | Eslovaco\nChina | Chinês | Espanha | Espanhol\nChina | Chinês | Suécia | Sueco\nChina | Chinês | Suíça | Suiço\nChina | Chinês | Tailândia | Tailandês\nChina | Chinês | Ucrânia | Ucraniano\nChina | Chinês | Albânia | Albanês\nChina | Chinês | Argentina | Argentino\nChina | Chinês | Austrália | Australiano\nChina | Chinês | Áustria | Austríaco\nChina | Chinês | Bielorrússia | Bielorusso\nChina | Chinês | Brasil | Brasileiro\nChina | Chinês | Bulgária | Búlgaro\nChina | Chinês | Cambodja | Cambojano\nColombia | Colombiano | Croácia | Croata\nColombia | Colombiano | Dinamarca | Dinamarquês\nColombia | Colombiano | Egito | Egípcio\nColombia | Colombiano | Inglaterra | Inglês\nColombia | Colombiano | França | Frânces\nColombia | Colombiano | Alemanha | Alemão\nColombia | Colombiano | Grécia | Grego\nColombia | Colombiano | Islândia | Islandês\nColombia | Colombiano | Índia | Indiano\nColombia | Colombiano | Irlanda | Irlândes\nColombia | Colombiano | Israel | Israelita\nColombia | Colombiano | Itália | Italiano\nColombia | Colombiano | Japão | Japonês\nColombia | Colombiano | Coreia | Coreano\nColombia | Colombiano | Macedónia | Macedónio\nColombia | Colombiano | Malta | Maltês\nColombia | Colombiano | México | Mexicano\nColombia | Colombiano | Moldávia | Moldávio\nColombia | Colombiano | Holanda | Holandês\nColombia | Colombiano | Noruega | Norueguês\nColombia | Colombiano | Peru | Peruano\nColombia | Colombiano | Polónia | Polaco\nColombia | Colombiano | Portugal | Português\nColombia | Colombiano | Rússia | Russo\nColombia | Colombiano | Eslováquia | Eslovaco\nColombia | Colombiano | Espanha | Espanhol\nColombia | Colombiano | Suécia | Sueco\nColombia | Colombiano | Suíça | Suiço\nColombia | Colombiano | Tailândia | Tailandês\nColombia | Colombiano | Ucrânia | Ucraniano\nColombia | Colombiano | Albânia | Albanês\nColombia | Colombiano | Argentina | Argentino\nColombia | Colombiano | Austrália | Australiano\nColombia | Colombiano | Áustria | Austríaco\nColombia | Colombiano | Bielorrússia | Bielorusso\nColombia | Colombiano | Brasil | Brasileiro\nColombia | Colombiano | Bulgária | Búlgaro\nColombia | Colombiano | Cambodja | Cambojano\nColombia | Colombiano | Chile | Chileno\nCroácia | Croata | Dinamarca | Dinamarquês\nCroácia | Croata | Egito | Egípcio\nCroácia | Croata | Inglaterra | Inglês\nCroácia | Croata | França | Frânces\nCroácia | Croata | Alemanha | Alemão\nCroácia | Croata | Grécia | Grego\nCroácia | Croata | Islândia | Islandês\nCroácia | Croata | Índia | Indiano\nCroácia | Croata | Irlanda | Irlândes\nCroácia | Croata | Israel | Israelita\nCroácia | Croata | Itália | Italiano\nCroácia | Croata | Japão | Japonês\nCroácia | Croata | Coreia | Coreano\nCroácia | Croata | Macedónia | Macedónio\nCroácia | Croata | Malta | Maltês\nCroácia | Croata | México | Mexicano\nCroácia | Croata | Moldávia | Moldávio\nCroácia | Croata | Holanda | Holandês\nCroácia | Croata | Noruega | Norueguês\nCroácia | Croata | Peru | Peruano\nCroácia | Croata | Polónia | Polaco\nCroácia | Croata | Portugal | Português\nCroácia | Croata | Rússia | Russo\nCroácia | Croata | Eslováquia | Eslovaco\nCroácia | Croata | Espanha | Espanhol\nCroácia | Croata | Suécia | Sueco\nCroácia | Croata | Suíça | Suiço\nCroácia | Croata | Tailândia | Tailandês\nCroácia | Croata | Ucrânia | Ucraniano\nCroácia | Croata | Albânia | Albanês\nCroácia | Croata | Argentina | Argentino\nCroácia | Croata | Austrália | Australiano\nCroácia | Croata | Áustria | Austríaco\nCroácia | Croata | Bielorrússia | Bielorusso\nCroácia | Croata | Brasil | Brasileiro\nCroácia | Croata | Bulgária | Búlgaro\nCroácia | Croata | Cambodja | Cambojano\nCroácia | Croata | Chile | Chileno\nCroácia | Croata | China | Chinês\nDinamarca | Dinamarquês | Egito | Egípcio\nDinamarca | Dinamarquês | Inglaterra | Inglês\nDinamarca | Dinamarquês | França | Frânces\nDinamarca | Dinamarquês | Alemanha | Alemão\nDinamarca | Dinamarquês | Grécia | Grego\nDinamarca | Dinamarquês | Islândia | Islandês\nDinamarca | Dinamarquês | Índia | Indiano\nDinamarca | Dinamarquês | Irlanda | Irlândes\nDinamarca | Dinamarquês | Israel | Israelita\nDinamarca | Dinamarquês | Itália | Italiano\nDinamarca | Dinamarquês | Japão | Japonês\nDinamarca | Dinamarquês | Coreia | Coreano\nDinamarca | Dinamarquês | Macedónia | Macedónio\nDinamarca | Dinamarquês | Malta | Maltês\nDinamarca | Dinamarquês | México | Mexicano\nDinamarca | Dinamarquês | Moldávia | Moldávio\nDinamarca | Dinamarquês | Holanda | Holandês\nDinamarca | Dinamarquês | Noruega | Norueguês\nDinamarca | Dinamarquês | Peru | Peruano\nDinamarca | Dinamarquês | Polónia | Polaco\nDinamarca | Dinamarquês | Portugal | Português\nDinamarca | Dinamarquês | Rússia | Russo\nDinamarca | Dinamarquês | Eslováquia | Eslovaco\nDinamarca | Dinamarquês | Espanha | Espanhol\nDinamarca | Dinamarquês | Suécia | Sueco\nDinamarca | Dinamarquês | Suíça | Suiço\nDinamarca | Dinamarquês | Tailândia | Tailandês\nDinamarca | Dinamarquês | Ucrânia | Ucraniano\nDinamarca | Dinamarquês | Albânia | Albanês\nDinamarca | Dinamarquês | Argentina | Argentino\nDinamarca | Dinamarquês | Austrália | Australiano\nDinamarca | Dinamarquês | Áustria | Austríaco\nDinamarca | Dinamarquês | Bielorrússia | Bielorusso\nDinamarca | Dinamarquês | Brasil | Brasileiro\nDinamarca | Dinamarquês | Bulgária | Búlgaro\nDinamarca | Dinamarquês | Cambodja | Cambojano\nDinamarca | Dinamarquês | Chile | Chileno\nDinamarca | Dinamarquês | China | Chinês\nDinamarca | Dinamarquês | Colombia | Colombiano\nEgito | Egípcio | Inglaterra | Inglês\nEgito | Egípcio | França | Frânces\nEgito | Egípcio | Alemanha | Alemão\nEgito | Egípcio | Grécia | Grego\nEgito | Egípcio | Islândia | Islandês\nEgito | Egípcio | Índia | Indiano\nEgito | Egípcio | Irlanda | Irlândes\nEgito | Egípcio | Israel | Israelita\nEgito | Egípcio | Itália | Italiano\nEgito | Egípcio | Japão | Japonês\nEgito | Egípcio | Coreia | Coreano\nEgito | Egípcio | Macedónia | Macedónio\nEgito | Egípcio | Malta | Maltês\nEgito | Egípcio | México | Mexicano\nEgito | Egípcio | Moldávia | Moldávio\nEgito | Egípcio | Holanda | Holandês\nEgito | Egípcio | Noruega | Norueguês\nEgito | Egípcio | Peru | Peruano\nEgito | Egípcio | Polónia | Polaco\nEgito | Egípcio | Portugal | Português\nEgito | Egípcio | Rússia | Russo\nEgito | Egípcio | Eslováquia | Eslovaco\nEgito | Egípcio | Espanha | Espanhol\nEgito | Egípcio | Suécia | Sueco\nEgito | Egípcio | Suíça | Suiço\nEgito | Egípcio | Tailândia | Tailandês\nEgito | Egípcio | Ucrânia | Ucraniano\nEgito | Egípcio | Albânia | Albanês\nEgito | Egípcio | Argentina | Argentino\nEgito | Egípcio | Austrália | Australiano\nEgito | Egípcio | Áustria | Austríaco\nEgito | Egípcio | Bielorrússia | Bielorusso\nEgito | Egípcio | Brasil | Brasileiro\nEgito | Egípcio | Bulgária | Búlgaro\nEgito | Egípcio | Cambodja | Cambojano\nEgito | Egípcio | Chile | Chileno\nEgito | Egípcio | China | Chinês\nEgito | Egípcio | Colombia | Colombiano\nEgito | Egípcio | Croácia | Croata\nInglaterra | Inglês | França | Frânces\nInglaterra | Inglês | Alemanha | Alemão\nInglaterra | Inglês | Grécia | Grego\nInglaterra | Inglês | Islândia | Islandês\nInglaterra | Inglês | Índia | Indiano\nInglaterra | Inglês | Irlanda | Irlândes\nInglaterra | Inglês | Israel | Israelita\nInglaterra | Inglês | Itália | Italiano\nInglaterra | Inglês | Japão | Japonês\nInglaterra | Inglês | Coreia | Coreano\nInglaterra | Inglês | Macedónia | Macedónio\nInglaterra | Inglês | Malta | Maltês\nInglaterra | Inglês | México | Mexicano\nInglaterra | Inglês | Moldávia | Moldávio\nInglaterra | Inglês | Holanda | Holandês\nInglaterra | Inglês | Noruega | Norueguês\nInglaterra | Inglês | Peru | Peruano\nInglaterra | Inglês | Polónia | Polaco\nInglaterra | Inglês | Portugal | Português\nInglaterra | Inglês | Rússia | Russo\nInglaterra | Inglês | Eslováquia | Eslovaco\nInglaterra | Inglês | Espanha | Espanhol\nInglaterra | Inglês | Suécia | Sueco\nInglaterra | Inglês | Suíça | Suiço\nInglaterra | Inglês | Tailândia | Tailandês\nInglaterra | Inglês | Ucrânia | Ucraniano\nInglaterra | Inglês | Albânia | Albanês\nInglaterra | Inglês | Argentina | Argentino\nInglaterra | Inglês | Austrália | Australiano\nInglaterra | Inglês | Áustria | Austríaco\nInglaterra | Inglês | Bielorrússia | Bielorusso\nInglaterra | Inglês | Brasil | Brasileiro\nInglaterra | Inglês | Bulgária | Búlgaro\nInglaterra | Inglês | Cambodja | Cambojano\nInglaterra | Inglês | Chile | Chileno\nInglaterra | Inglês | China | Chinês\nInglaterra | Inglês | Colombia | Colombiano\nInglaterra | Inglês | Croácia | Croata\nInglaterra | Inglês | Dinamarca | Dinamarquês\nFrança | Frânces | Alemanha | Alemão\nFrança | Frânces | Grécia | Grego\nFrança | Frânces | Islândia | Islandês\nFrança | Frânces | Índia | Indiano\nFrança | Frânces | Irlanda | Irlândes\nFrança | Frânces | Israel | Israelita\nFrança | Frânces | Itália | Italiano\nFrança | Frânces | Japão | Japonês\nFrança | Frânces | Coreia | Coreano\nFrança | Frânces | Macedónia | Macedónio\nFrança | Frânces | Malta | Maltês\nFrança | Frânces | México | Mexicano\nFrança | Frânces | Moldávia | Moldávio\nFrança | Frânces | Holanda | Holandês\nFrança | Frânces | Noruega | Norueguês\nFrança | Frânces | Peru | Peruano\nFrança | Frânces | Polónia | Polaco\nFrança | Frânces | Portugal | Português\nFrança | Frânces | Rússia | Russo\nFrança | Frânces | Eslováquia | Eslovaco\nFrança | Frânces | Espanha | Espanhol\nFrança | Frânces | Suécia | Sueco\nFrança | Frânces | Suíça | Suiço\nFrança | Frânces | Tailândia | Tailandês\nFrança | Frânces | Ucrânia | Ucraniano\nFrança | Frânces | Albânia | Albanês\nFrança | Frânces | Argentina | Argentino\nFrança | Frânces | Austrália | Australiano\nFrança | Frânces | Áustria | Austríaco\nFrança | Frânces | Bielorrússia | Bielorusso\nFrança | Frânces | Brasil | Brasileiro\nFrança | Frânces | Bulgária | Búlgaro\nFrança | Frânces | Cambodja | Cambojano\nFrança | Frânces | Chile | Chileno\nFrança | Frânces | China | Chinês\nFrança | Frânces | Colombia | Colombiano\nFrança | Frânces | Croácia | Croata\nFrança | Frânces | Dinamarca | Dinamarquês\nFrança | Frânces | Egito | Egípcio\nAlemanha | Alemão | Grécia | Grego\nAlemanha | Alemão | Islândia | Islandês\nAlemanha | Alemão | Índia | Indiano\nAlemanha | Alemão | Irlanda | Irlândes\nAlemanha | Alemão | Israel | Israelita\nAlemanha | Alemão | Itália | Italiano\nAlemanha | Alemão | Japão | Japonês\nAlemanha | Alemão | Coreia | Coreano\nAlemanha | Alemão | Macedónia | Macedónio\nAlemanha | Alemão | Malta | Maltês\nAlemanha | Alemão | México | Mexicano\nAlemanha | Alemão | Moldávia | Moldávio\nAlemanha | Alemão | Holanda | Holandês\nAlemanha | Alemão | Noruega | Norueguês\nAlemanha | Alemão | Peru | Peruano\nAlemanha | Alemão | Polónia | Polaco\nAlemanha | Alemão | Portugal | Português\nAlemanha | Alemão | Rússia | Russo\nAlemanha | Alemão | Eslováquia | Eslovaco\nAlemanha | Alemão | Espanha | Espanhol\nAlemanha | Alemão | Suécia | Sueco\nAlemanha | Alemão | Suíça | Suiço\nAlemanha | Alemão | Tailândia | Tailandês\nAlemanha | Alemão | Ucrânia | Ucraniano\nAlemanha | Alemão | Albânia | Albanês\nAlemanha | Alemão | Argentina | Argentino\nAlemanha | Alemão | Austrália | Australiano\nAlemanha | Alemão | Áustria | Austríaco\nAlemanha | Alemão | Bielorrússia | Bielorusso\nAlemanha | Alemão | Brasil | Brasileiro\nAlemanha | Alemão | Bulgária | Búlgaro\nAlemanha | Alemão | Cambodja | Cambojano\nAlemanha | Alemão | Chile | Chileno\nAlemanha | Alemão | China | Chinês\nAlemanha | Alemão | Colombia | Colombiano\nAlemanha | Alemão | Croácia | Croata\nAlemanha | Alemão | Dinamarca | Dinamarquês\nAlemanha | Alemão | Egito | Egípcio\nAlemanha | Alemão | Inglaterra | Inglês\nGrécia | Grego | Islândia | Islandês\nGrécia | Grego | Índia | Indiano\nGrécia | Grego | Irlanda | Irlândes\nGrécia | Grego | Israel | Israelita\nGrécia | Grego | Itália | Italiano\nGrécia | Grego | Japão | Japonês\nGrécia | Grego | Coreia | Coreano\nGrécia | Grego | Macedónia | Macedónio\nGrécia | Grego | Malta | Maltês\nGrécia | Grego | México | Mexicano\nGrécia | Grego | Moldávia | Moldávio\nGrécia | Grego | Holanda | Holandês\nGrécia | Grego | Noruega | Norueguês\nGrécia | Grego | Peru | Peruano\nGrécia | Grego | Polónia | Polaco\nGrécia | Grego | Portugal | Português\nGrécia | Grego | Rússia | Russo\nGrécia | Grego | Eslováquia | Eslovaco\nGrécia | Grego | Espanha | Espanhol\nGrécia | Grego | Suécia | Sueco\nGrécia | Grego | Suíça | Suiço\nGrécia | Grego | Tailândia | Tailandês\nGrécia | Grego | Ucrânia | Ucraniano\nGrécia | Grego | Albânia | Albanês\nGrécia | Grego | Argentina | Argentino\nGrécia | Grego | Austrália | Australiano\nGrécia | Grego | Áustria | Austríaco\nGrécia | Grego | Bielorrússia | Bielorusso\nGrécia | Grego | Brasil | Brasileiro\nGrécia | Grego | Bulgária | Búlgaro\nGrécia | Grego | Cambodja | Cambojano\nGrécia | Grego | Chile | Chileno\nGrécia | Grego | China | Chinês\nGrécia | Grego | Colombia | Colombiano\nGrécia | Grego | Croácia | Croata\nGrécia | Grego | Dinamarca | Dinamarquês\nGrécia | Grego | Egito | Egípcio\nGrécia | Grego | Inglaterra | Inglês\nGrécia | Grego | França | Frânces\nIslândia | Islandês | Índia | Indiano\nIslândia | Islandês | Irlanda | Irlândes\nIslândia | Islandês | Israel | Israelita\nIslândia | Islandês | Itália | Italiano\nIslândia | Islandês | Japão | Japonês\nIslândia | Islandês | Coreia | Coreano\nIslândia | Islandês | Macedónia | Macedónio\nIslândia | Islandês | Malta | Maltês\nIslândia | Islandês | México | Mexicano\nIslândia | Islandês | Moldávia | Moldávio\nIslândia | Islandês | Holanda | Holandês\nIslândia | Islandês | Noruega | Norueguês\nIslândia | Islandês | Peru | Peruano\nIslândia | Islandês | Polónia | Polaco\nIslândia | Islandês | Portugal | Português\nIslândia | Islandês | Rússia | Russo\nIslândia | Islandês | Eslováquia | Eslovaco\nIslândia | Islandês | Espanha | Espanhol\nIslândia | Islandês | Suécia | Sueco\nIslândia | Islandês | Suíça | Suiço\nIslândia | Islandês | Tailândia | Tailandês\nIslândia | Islandês | Ucrânia | Ucraniano\nIslândia | Islandês | Albânia | Albanês\nIslândia | Islandês | Argentina | Argentino\nIslândia | Islandês | Austrália | Australiano\nIslândia | Islandês | Áustria | Austríaco\nIslândia | Islandês | Bielorrússia | Bielorusso\nIslândia | Islandês | Brasil | Brasileiro\nIslândia | Islandês | Bulgária | Búlgaro\nIslândia | Islandês | Cambodja | Cambojano\nIslândia | Islandês | Chile | Chileno\nIslândia | Islandês | China | Chinês\nIslândia | Islandês | Colombia | Colombiano\nIslândia | Islandês | Croácia | Croata\nIslândia | Islandês | Dinamarca | Dinamarquês\nIslândia | Islandês | Egito | Egípcio\nIslândia | Islandês | Inglaterra | Inglês\nIslândia | Islandês | França | Frânces\nIslândia | Islandês | Alemanha | Alemão\nÍndia | Indiano | Irlanda | Irlândes\nÍndia | Indiano | Israel | Israelita\nÍndia | Indiano | Itália | Italiano\nÍndia | Indiano | Japão | Japonês\nÍndia | Indiano | Coreia | Coreano\nÍndia | Indiano | Macedónia | Macedónio\nÍndia | Indiano | Malta | Maltês\nÍndia | Indiano | México | Mexicano\nÍndia | Indiano | Moldávia | Moldávio\nÍndia | Indiano | Holanda | Holandês\nÍndia | Indiano | Noruega | Norueguês\nÍndia | Indiano | Peru | Peruano\nÍndia | Indiano | Polónia | Polaco\nÍndia | Indiano | Portugal | Português\nÍndia | Indiano | Rússia | Russo\nÍndia | Indiano | Eslováquia | Eslovaco\nÍndia | Indiano | Espanha | Espanhol\nÍndia | Indiano | Suécia | Sueco\nÍndia | Indiano | Suíça | Suiço\nÍndia | Indiano | Tailândia | Tailandês\nÍndia | Indiano | Ucrânia | Ucraniano\nÍndia | Indiano | Albânia | Albanês\nÍndia | Indiano | Argentina | Argentino\nÍndia | Indiano | Austrália | Australiano\nÍndia | Indiano | Áustria | Austríaco\nÍndia | Indiano | Bielorrússia | Bielorusso\nÍndia | Indiano | Brasil | Brasileiro\nÍndia | Indiano | Bulgária | Búlgaro\nÍndia | Indiano | Cambodja | Cambojano\nÍndia | Indiano | Chile | Chileno\nÍndia | Indiano | China | Chinês\nÍndia | Indiano | Colombia | Colombiano\nÍndia | Indiano | Croácia | Croata\nÍndia | Indiano | Dinamarca | Dinamarquês\nÍndia | Indiano | Egito | Egípcio\nÍndia | Indiano | Inglaterra | Inglês\nÍndia | Indiano | França | Frânces\nÍndia | Indiano | Alemanha | Alemão\nÍndia | Indiano | Grécia | Grego\nIrlanda | Irlândes | Israel | Israelita\nIrlanda | Irlândes | Itália | Italiano\nIrlanda | Irlândes | Japão | Japonês\nIrlanda | Irlândes | Coreia | Coreano\nIrlanda | Irlândes | Macedónia | Macedónio\nIrlanda | Irlândes | Malta | Maltês\nIrlanda | Irlândes | México | Mexicano\nIrlanda | Irlândes | Moldávia | Moldávio\nIrlanda | Irlândes | Holanda | Holandês\nIrlanda | Irlândes | Noruega | Norueguês\nIrlanda | Irlândes | Peru | Peruano\nIrlanda | Irlândes | Polónia | Polaco\nIrlanda | Irlândes | Portugal | Português\nIrlanda | Irlândes | Rússia | Russo\nIrlanda | Irlândes | Eslováquia | Eslovaco\nIrlanda | Irlândes | Espanha | Espanhol\nIrlanda | Irlândes | Suécia | Sueco\nIrlanda | Irlândes | Suíça | Suiço\nIrlanda | Irlândes | Tailândia | Tailandês\nIrlanda | Irlândes | Ucrânia | Ucraniano\nIrlanda | Irlândes | Albânia | Albanês\nIrlanda | Irlândes | Argentina | Argentino\nIrlanda | Irlândes | Austrália | Australiano\nIrlanda | Irlândes | Áustria | Austríaco\nIrlanda | Irlândes | Bielorrússia | Bielorusso\nIrlanda | Irlândes | Brasil | Brasileiro\nIrlanda | Irlândes | Bulgária | Búlgaro\nIrlanda | Irlândes | Cambodja | Cambojano\nIrlanda | Irlândes | Chile | Chileno\nIrlanda | Irlândes | China | Chinês\nIrlanda | Irlândes | Colombia | Colombiano\nIrlanda | Irlândes | Croácia | Croata\nIrlanda | Irlândes | Dinamarca | Dinamarquês\nIrlanda | Irlândes | Egito | Egípcio\nIrlanda | Irlândes | Inglaterra | Inglês\nIrlanda | Irlândes | França | Frânces\nIrlanda | Irlândes | Alemanha | Alemão\nIrlanda | Irlândes | Grécia | Grego\nIrlanda | Irlândes | Islândia | Islandês\nIsrael | Israelita | Itália | Italiano\nIsrael | Israelita | Japão | Japonês\nIsrael | Israelita | Coreia | Coreano\nIsrael | Israelita | Macedónia | Macedónio\nIsrael | Israelita | Malta | Maltês\nIsrael | Israelita | México | Mexicano\nIsrael | Israelita | Moldávia | Moldávio\nIsrael | Israelita | Holanda | Holandês\nIsrael | Israelita | Noruega | Norueguês\nIsrael | Israelita | Peru | Peruano\nIsrael | Israelita | Polónia | Polaco\nIsrael | Israelita | Portugal | Português\nIsrael | Israelita | Rússia | Russo\nIsrael | Israelita | Eslováquia | Eslovaco\nIsrael | Israelita | Espanha | Espanhol\nIsrael | Israelita | Suécia | Sueco\nIsrael | Israelita | Suíça | Suiço\nIsrael | Israelita | Tailândia | Tailandês\nIsrael | Israelita | Ucrânia | Ucraniano\nIsrael | Israelita | Albânia | Albanês\nIsrael | Israelita | Argentina | Argentino\nIsrael | Israelita | Austrália | Australiano\nIsrael | Israelita | Áustria | Austríaco\nIsrael | Israelita | Bielorrússia | Bielorusso\nIsrael | Israelita | Brasil | Brasileiro\nIsrael | Israelita | Bulgária | Búlgaro\nIsrael | Israelita | Cambodja | Cambojano\nIsrael | Israelita | Chile | Chileno\nIsrael | Israelita | China | Chinês\nIsrael | Israelita | Colombia | Colombiano\nIsrael | Israelita | Croácia | Croata\nIsrael | Israelita | Dinamarca | Dinamarquês\nIsrael | Israelita | Egito | Egípcio\nIsrael | Israelita | Inglaterra | Inglês\nIsrael | Israelita | França | Frânces\nIsrael | Israelita | Alemanha | Alemão\nIsrael | Israelita | Grécia | Grego\nIsrael | Israelita | Islândia | Islandês\nIsrael | Israelita | Índia | Indiano\nItália | Italiano | Japão | Japonês\nItália | Italiano | Coreia | Coreano\nItália | Italiano | Macedónia | Macedónio\nItália | Italiano | Malta | Maltês\nItália | Italiano | México | Mexicano\nItália | Italiano | Moldávia | Moldávio\nItália | Italiano | Holanda | Holandês\nItália | Italiano | Noruega | Norueguês\nItália | Italiano | Peru | Peruano\nItália | Italiano | Polónia | Polaco\nItália | Italiano | Portugal | Português\nItália | Italiano | Rússia | Russo\nItália | Italiano | Eslováquia | Eslovaco\nItália | Italiano | Espanha | Espanhol\nItália | Italiano | Suécia | Sueco\nItália | Italiano | Suíça | Suiço\nItália | Italiano | Tailândia | Tailandês\nItália | Italiano | Ucrânia | Ucraniano\nItália | Italiano | Albânia | Albanês\nItália | Italiano | Argentina | Argentino\nItália | Italiano | Austrália | Australiano\nItália | Italiano | Áustria | Austríaco\nItália | Italiano | Bielorrússia | Bielorusso\nItália | Italiano | Brasil | Brasileiro\nItália | Italiano | Bulgária | Búlgaro\nItália | Italiano | Cambodja | Cambojano\nItália | Italiano | Chile | Chileno\nItália | Italiano | China | Chinês\nItália | Italiano | Colombia | Colombiano\nItália | Italiano | Croácia | Croata\nItália | Italiano | Dinamarca | Dinamarquês\nItália | Italiano | Egito | Egípcio\nItália | Italiano | Inglaterra | Inglês\nItália | Italiano | França | Frânces\nItália | Italiano | Alemanha | Alemão\nItália | Italiano | Grécia | Grego\nItália | Italiano | Islândia | Islandês\nItália | Italiano | Índia | Indiano\nItália | Italiano | Irlanda | Irlândes\nJapão | Japonês | Coreia | Coreano\nJapão | Japonês | Macedónia | Macedónio\nJapão | Japonês | Malta | Maltês\nJapão | Japonês | México | Mexicano\nJapão | Japonês | Moldávia | Moldávio\nJapão | Japonês | Holanda | Holandês\nJapão | Japonês | Noruega | Norueguês\nJapão | Japonês | Peru | Peruano\nJapão | Japonês | Polónia | Polaco\nJapão | Japonês | Portugal | Português\nJapão | Japonês | Rússia | Russo\nJapão | Japonês | Eslováquia | Eslovaco\nJapão | Japonês | Espanha | Espanhol\nJapão | Japonês | Suécia | Sueco\nJapão | Japonês | Suíça | Suiço\nJapão | Japonês | Tailândia | Tailandês\nJapão | Japonês | Ucrânia | Ucraniano\nJapão | Japonês | Albânia | Albanês\nJapão | Japonês | Argentina | Argentino\nJapão | Japonês | Austrália | Australiano\nJapão | Japonês | Áustria | Austríaco\nJapão | Japonês | Bielorrússia | Bielorusso\nJapão | Japonês | Brasil | Brasileiro\nJapão | Japonês | Bulgária | Búlgaro\nJapão | Japonês | Cambodja | Cambojano\nJapão | Japonês | Chile | Chileno\nJapão | Japonês | China | Chinês\nJapão | Japonês | Colombia | Colombiano\nJapão | Japonês | Croácia | Croata\nJapão | Japonês | Dinamarca | Dinamarquês\nJapão | Japonês | Egito | Egípcio\nJapão | Japonês | Inglaterra | Inglês\nJapão | Japonês | França | Frânces\nJapão | Japonês | Alemanha | Alemão\nJapão | Japonês | Grécia | Grego\nJapão | Japonês | Islândia | Islandês\nJapão | Japonês | Índia | Indiano\nJapão | Japonês | Irlanda | Irlândes\nJapão | Japonês | Israel | Israelita\nCoreia | Coreano | Macedónia | Macedónio\nCoreia | Coreano | Malta | Maltês\nCoreia | Coreano | México | Mexicano\nCoreia | Coreano | Moldávia | Moldávio\nCoreia | Coreano | Holanda | Holandês\nCoreia | Coreano | Noruega | Norueguês\nCoreia | Coreano | Peru | Peruano\nCoreia | Coreano | Polónia | Polaco\nCoreia | Coreano | Portugal | Português\nCoreia | Coreano | Rússia | Russo\nCoreia | Coreano | Eslováquia | Eslovaco\nCoreia | Coreano | Espanha | Espanhol\nCoreia | Coreano | Suécia | Sueco\nCoreia | Coreano | Suíça | Suiço\nCoreia | Coreano | Tailândia | Tailandês\nCoreia | Coreano | Ucrânia | Ucraniano\nCoreia | Coreano | Albânia | Albanês\nCoreia | Coreano | Argentina | Argentino\nCoreia | Coreano | Austrália | Australiano\nCoreia | Coreano | Áustria | Austríaco\nCoreia | Coreano | Bielorrússia | Bielorusso\nCoreia | Coreano | Brasil | Brasileiro\nCoreia | Coreano | Bulgária | Búlgaro\nCoreia | Coreano | Cambodja | Cambojano\nCoreia | Coreano | Chile | Chileno\nCoreia | Coreano | China | Chinês\nCoreia | Coreano | Colombia | Colombiano\nCoreia | Coreano | Croácia | Croata\nCoreia | Coreano | Dinamarca | Dinamarquês\nCoreia | Coreano | Egito | Egípcio\nCoreia | Coreano | Inglaterra | Inglês\nCoreia | Coreano | França | Frânces\nCoreia | Coreano | Alemanha | Alemão\nCoreia | Coreano | Grécia | Grego\nCoreia | Coreano | Islândia | Islandês\nCoreia | Coreano | Índia | Indiano\nCoreia | Coreano | Irlanda | Irlândes\nCoreia | Coreano | Israel | Israelita\nCoreia | Coreano | Itália | Italiano\nMacedónia | Macedónio | Malta | Maltês\nMacedónia | Macedónio | México | Mexicano\nMacedónia | Macedónio | Moldávia | Moldávio\nMacedónia | Macedónio | Holanda | Holandês\nMacedónia | Macedónio | Noruega | Norueguês\nMacedónia | Macedónio | Peru | Peruano\nMacedónia | Macedónio | Polónia | Polaco\nMacedónia | Macedónio | Portugal | Português\nMacedónia | Macedónio | Rússia | Russo\nMacedónia | Macedónio | Eslováquia | Eslovaco\nMacedónia | Macedónio | Espanha | Espanhol\nMacedónia | Macedónio | Suécia | Sueco\nMacedónia | Macedónio | Suíça | Suiço\nMacedónia | Macedónio | Tailândia | Tailandês\nMacedónia | Macedónio | Ucrânia | Ucraniano\nMacedónia | Macedónio | Albânia | Albanês\nMacedónia | Macedónio | Argentina | Argentino\nMacedónia | Macedónio | Austrália | Australiano\nMacedónia | Macedónio | Áustria | Austríaco\nMacedónia | Macedónio | Bielorrússia | Bielorusso\nMacedónia | Macedónio | Brasil | Brasileiro\nMacedónia | Macedónio | Bulgária | Búlgaro\nMacedónia | Macedónio | Cambodja | Cambojano\nMacedónia | Macedónio | Chile | Chileno\nMacedónia | Macedónio | China | Chinês\nMacedónia | Macedónio | Colombia | Colombiano\nMacedónia | Macedónio | Croácia | Croata\nMacedónia | Macedónio | Dinamarca | Dinamarquês\nMacedónia | Macedónio | Egito | Egípcio\nMacedónia | Macedónio | Inglaterra | Inglês\nMacedónia | Macedónio | França | Frânces\nMacedónia | Macedónio | Alemanha | Alemão\nMacedónia | Macedónio | Grécia | Grego\nMacedónia | Macedónio | Islândia | Islandês\nMacedónia | Macedónio | Índia | Indiano\nMacedónia | Macedónio | Irlanda | Irlândes\nMacedónia | Macedónio | Israel | Israelita\nMacedónia | Macedónio | Itália | Italiano\nMacedónia | Macedónio | Japão | Japonês\nMalta | Maltês | México | Mexicano\nMalta | Maltês | Moldávia | Moldávio\nMalta | Maltês | Holanda | Holandês\nMalta | Maltês | Noruega | Norueguês\nMalta | Maltês | Peru | Peruano\nMalta | Maltês | Polónia | Polaco\nMalta | Maltês | Portugal | Português\nMalta | Maltês | Rússia | Russo\nMalta | Maltês | Eslováquia | Eslovaco\nMalta | Maltês | Espanha | Espanhol\nMalta | Maltês | Suécia | Sueco\nMalta | Maltês | Suíça | Suiço\nMalta | Maltês | Tailândia | Tailandês\nMalta | Maltês | Ucrânia | Ucraniano\nMalta | Maltês | Albânia | Albanês\nMalta | Maltês | Argentina | Argentino\nMalta | Maltês | Austrália | Australiano\nMalta | Maltês | Áustria | Austríaco\nMalta | Maltês | Bielorrússia | Bielorusso\nMalta | Maltês | Brasil | Brasileiro\nMalta | Maltês | Bulgária | Búlgaro\nMalta | Maltês | Cambodja | Cambojano\nMalta | Maltês | Chile | Chileno\nMalta | Maltês | China | Chinês\nMalta | Maltês | Colombia | Colombiano\nMalta | Maltês | Croácia | Croata\nMalta | Maltês | Dinamarca | Dinamarquês\nMalta | Maltês | Egito | Egípcio\nMalta | Maltês | Inglaterra | Inglês\nMalta | Maltês | França | Frânces\nMalta | Maltês | Alemanha | Alemão\nMalta | Maltês | Grécia | Grego\nMalta | Maltês | Islândia | Islandês\nMalta | Maltês | Índia | Indiano\nMalta | Maltês | Irlanda | Irlândes\nMalta | Maltês | Israel | Israelita\nMalta | Maltês | Itália | Italiano\nMalta | Maltês | Japão | Japonês\nMalta | Maltês | Coreia | Coreano\nMéxico | Mexicano | Moldávia | Moldávio\nMéxico | Mexicano | Holanda | Holandês\nMéxico | Mexicano | Noruega | Norueguês\nMéxico | Mexicano | Peru | Peruano\nMéxico | Mexicano | Polónia | Polaco\nMéxico | Mexicano | Portugal | Português\nMéxico | Mexicano | Rússia | Russo\nMéxico | Mexicano | Eslováquia | Eslovaco\nMéxico | Mexicano | Espanha | Espanhol\nMéxico | Mexicano | Suécia | Sueco\nMéxico | Mexicano | Suíça | Suiço\nMéxico | Mexicano | Tailândia | Tailandês\nMéxico | Mexicano | Ucrânia | Ucraniano\nMéxico | Mexicano | Albânia | Albanês\nMéxico | Mexicano | Argentina | Argentino\nMéxico | Mexicano | Austrália | Australiano\nMéxico | Mexicano | Áustria | Austríaco\nMéxico | Mexicano | Bielorrússia | Bielorusso\nMéxico | Mexicano | Brasil | Brasileiro\nMéxico | Mexicano | Bulgária | Búlgaro\nMéxico | Mexicano | Cambodja | Cambojano\nMéxico | Mexicano | Chile | Chileno\nMéxico | Mexicano | China | Chinês\nMéxico | Mexicano | Colombia | Colombiano\nMéxico | Mexicano | Croácia | Croata\nMéxico | Mexicano | Dinamarca | Dinamarquês\nMéxico | Mexicano | Egito | Egípcio\nMéxico | Mexicano | Inglaterra | Inglês\nMéxico | Mexicano | França | Frânces\nMéxico | Mexicano | Alemanha | Alemão\nMéxico | Mexicano | Grécia | Grego\nMéxico | Mexicano | Islândia | Islandês\nMéxico | Mexicano | Índia | Indiano\nMéxico | Mexicano | Irlanda | Irlândes\nMéxico | Mexicano | Israel | Israelita\nMéxico | Mexicano | Itália | Italiano\nMéxico | Mexicano | Japão | Japonês\nMéxico | Mexicano | Coreia | Coreano\nMéxico | Mexicano | Macedónia | Macedónio\nMoldávia | Moldávio | Holanda | Holandês\nMoldávia | Moldávio | Noruega | Norueguês\nMoldávia | Moldávio | Peru | Peruano\nMoldávia | Moldávio | Polónia | Polaco\nMoldávia | Moldávio | Portugal | Português\nMoldávia | Moldávio | Rússia | Russo\nMoldávia | Moldávio | Eslováquia | Eslovaco\nMoldávia | Moldávio | Espanha | Espanhol\nMoldávia | Moldávio | Suécia | Sueco\nMoldávia | Moldávio | Suíça | Suiço\nMoldávia | Moldávio | Tailândia | Tailandês\nMoldávia | Moldávio | Ucrânia | Ucraniano\nMoldávia | Moldávio | Albânia | Albanês\nMoldávia | Moldávio | Argentina | Argentino\nMoldávia | Moldávio | Austrália | Australiano\nMoldávia | Moldávio | Áustria | Austríaco\nMoldávia | Moldávio | Bielorrússia | Bielorusso\nMoldávia | Moldávio | Brasil | Brasileiro\nMoldávia | Moldávio | Bulgária | Búlgaro\nMoldávia | Moldávio | Cambodja | Cambojano\nMoldávia | Moldávio | Chile | Chileno\nMoldávia | Moldávio | China | Chinês\nMoldávia | Moldávio | Colombia | Colombiano\nMoldávia | Moldávio | Croácia | Croata\nMoldávia | Moldávio | Dinamarca | Dinamarquês\nMoldávia | Moldávio | Egito | Egípcio\nMoldávia | Moldávio | Inglaterra | Inglês\nMoldávia | Moldávio | França | Frânces\nMoldávia | Moldávio | Alemanha | Alemão\nMoldávia | Moldávio | Grécia | Grego\nMoldávia | Moldávio | Islândia | Islandês\nMoldávia | Moldávio | Índia | Indiano\nMoldávia | Moldávio | Irlanda | Irlândes\nMoldávia | Moldávio | Israel | Israelita\nMoldávia | Moldávio | Itália | Italiano\nMoldávia | Moldávio | Japão | Japonês\nMoldávia | Moldávio | Coreia | Coreano\nMoldávia | Moldávio | Macedónia | Macedónio\nMoldávia | Moldávio | Malta | Maltês\nHolanda | Holandês | Noruega | Norueguês\nHolanda | Holandês | Peru | Peruano\nHolanda | Holandês | Polónia | Polaco\nHolanda | Holandês | Portugal | Português\nHolanda | Holandês | Rússia | Russo\nHolanda | Holandês | Eslováquia | Eslovaco\nHolanda | Holandês | Espanha | Espanhol\nHolanda | Holandês | Suécia | Sueco\nHolanda | Holandês | Suíça | Suiço\nHolanda | Holandês | Tailândia | Tailandês\nHolanda | Holandês | Ucrânia | Ucraniano\nHolanda | Holandês | Albânia | Albanês\nHolanda | Holandês | Argentina | Argentino\nHolanda | Holandês | Austrália | Australiano\nHolanda | Holandês | Áustria | Austríaco\nHolanda | Holandês | Bielorrússia | Bielorusso\nHolanda | Holandês | Brasil | Brasileiro\nHolanda | Holandês | Bulgária | Búlgaro\nHolanda | Holandês | Cambodja | Cambojano\nHolanda | Holandês | Chile | Chileno\nHolanda | Holandês | China | Chinês\nHolanda | Holandês | Colombia | Colombiano\nHolanda | Holandês | Croácia | Croata\nHolanda | Holandês | Dinamarca | Dinamarquês\nHolanda | Holandês | Egito | Egípcio\nHolanda | Holandês | Inglaterra | Inglês\nHolanda | Holandês | França | Frânces\nHolanda | Holandês | Alemanha | Alemão\nHolanda | Holandês | Grécia | Grego\nHolanda | Holandês | Islândia | Islandês\nHolanda | Holandês | Índia | Indiano\nHolanda | Holandês | Irlanda | Irlândes\nHolanda | Holandês | Israel | Israelita\nHolanda | Holandês | Itália | Italiano\nHolanda | Holandês | Japão | Japonês\nHolanda | Holandês | Coreia | Coreano\nHolanda | Holandês | Macedónia | Macedónio\nHolanda | Holandês | Malta | Maltês\nHolanda | Holandês | México | Mexicano\nNoruega | Norueguês | Peru | Peruano\nNoruega | Norueguês | Polónia | Polaco\nNoruega | Norueguês | Portugal | Português\nNoruega | Norueguês | Rússia | Russo\nNoruega | Norueguês | Eslováquia | Eslovaco\nNoruega | Norueguês | Espanha | Espanhol\nNoruega | Norueguês | Suécia | Sueco\nNoruega | Norueguês | Suíça | Suiço\nNoruega | Norueguês | Tailândia | Tailandês\nNoruega | Norueguês | Ucrânia | Ucraniano\nNoruega | Norueguês | Albânia | Albanês\nNoruega | Norueguês | Argentina | Argentino\nNoruega | Norueguês | Austrália | Australiano\nNoruega | Norueguês | Áustria | Austríaco\nNoruega | Norueguês | Bielorrússia | Bielorusso\nNoruega | Norueguês | Brasil | Brasileiro\nNoruega | Norueguês | Bulgária | Búlgaro\nNoruega | Norueguês | Cambodja | Cambojano\nNoruega | Norueguês | Chile | Chileno\nNoruega | Norueguês | China | Chinês\nNoruega | Norueguês | Colombia | Colombiano\nNoruega | Norueguês | Croácia | Croata\nNoruega | Norueguês | Dinamarca | Dinamarquês\nNoruega | Norueguês | Egito | Egípcio\nNoruega | Norueguês | Inglaterra | Inglês\nNoruega | Norueguês | França | Frânces\nNoruega | Norueguês | Alemanha | Alemão\nNoruega | Norueguês | Grécia | Grego\nNoruega | Norueguês | Islândia | Islandês\nNoruega | Norueguês | Índia | Indiano\nNoruega | Norueguês | Irlanda | Irlândes\nNoruega | Norueguês | Israel | Israelita\nNoruega | Norueguês | Itália | Italiano\nNoruega | Norueguês | Japão | Japonês\nNoruega | Norueguês | Coreia | Coreano\nNoruega | Norueguês | Macedónia | Macedónio\nNoruega | Norueguês | Malta | Maltês\nNoruega | Norueguês | México | Mexicano\nNoruega | Norueguês | Moldávia | Moldávio\nPeru | Peruano | Polónia | Polaco\nPeru | Peruano | Portugal | Português\nPeru | Peruano | Rússia | Russo\nPeru | Peruano | Eslováquia | Eslovaco\nPeru | Peruano | Espanha | Espanhol\nPeru | Peruano | Suécia | Sueco\nPeru | Peruano | Suíça | Suiço\nPeru | Peruano | Tailândia | Tailandês\nPeru | Peruano | Ucrânia | Ucraniano\nPeru | Peruano | Albânia | Albanês\nPeru | Peruano | Argentina | Argentino\nPeru | Peruano | Austrália | Australiano\nPeru | Peruano | Áustria | Austríaco\nPeru | Peruano | Bielorrússia | Bielorusso\nPeru | Peruano | Brasil | Brasileiro\nPeru | Peruano | Bulgária | Búlgaro\nPeru | Peruano | Cambodja | Cambojano\nPeru | Peruano | Chile | Chileno\nPeru | Peruano | China | Chinês\nPeru | Peruano | Colombia | Colombiano\nPeru | Peruano | Croácia | Croata\nPeru | Peruano | Dinamarca | Dinamarquês\nPeru | Peruano | Egito | Egípcio\nPeru | Peruano | Inglaterra | Inglês\nPeru | Peruano | França | Frânces\nPeru | Peruano | Alemanha | Alemão\nPeru | Peruano | Grécia | Grego\nPeru | Peruano | Islândia | Islandês\nPeru | Peruano | Índia | Indiano\nPeru | Peruano | Irlanda | Irlândes\nPeru | Peruano | Israel | Israelita\nPeru | Peruano | Itália | Italiano\nPeru | Peruano | Japão | Japonês\nPeru | Peruano | Coreia | Coreano\nPeru | Peruano | Macedónia | Macedónio\nPeru | Peruano | Malta | Maltês\nPeru | Peruano | México | Mexicano\nPeru | Peruano | Moldávia | Moldávio\nPeru | Peruano | Holanda | Holandês\nPolónia | Polaco | Portugal | Português\nPolónia | Polaco | Rússia | Russo\nPolónia | Polaco | Eslováquia | Eslovaco\nPolónia | Polaco | Espanha | Espanhol\nPolónia | Polaco | Suécia | Sueco\nPolónia | Polaco | Suíça | Suiço\nPolónia | Polaco | Tailândia | Tailandês\nPolónia | Polaco | Ucrânia | Ucraniano\nPolónia | Polaco | Albânia | Albanês\nPolónia | Polaco | Argentina | Argentino\nPolónia | Polaco | Austrália | Australiano\nPolónia | Polaco | Áustria | Austríaco\nPolónia | Polaco | Bielorrússia | Bielorusso\nPolónia | Polaco | Brasil | Brasileiro\nPolónia | Polaco | Bulgária | Búlgaro\nPolónia | Polaco | Cambodja | Cambojano\nPolónia | Polaco | Chile | Chileno\nPolónia | Polaco | China | Chinês\nPolónia | Polaco | Colombia | Colombiano\nPolónia | Polaco | Croácia | Croata\nPolónia | Polaco | Dinamarca | Dinamarquês\nPolónia | Polaco | Egito | Egípcio\nPolónia | Polaco | Inglaterra | Inglês\nPolónia | Polaco | França | Frânces\nPolónia | Polaco | Alemanha | Alemão\nPolónia | Polaco | Grécia | Grego\nPolónia | Polaco | Islândia | Islandês\nPolónia | Polaco | Índia | Indiano\nPolónia | Polaco | Irlanda | Irlândes\nPolónia | Polaco | Israel | Israelita\nPolónia | Polaco | Itália | Italiano\nPolónia | Polaco | Japão | Japonês\nPolónia | Polaco | Coreia | Coreano\nPolónia | Polaco | Macedónia | Macedónio\nPolónia | Polaco | Malta | Maltês\nPolónia | Polaco | México | Mexicano\nPolónia | Polaco | Moldávia | Moldávio\nPolónia | Polaco | Holanda | Holandês\nPolónia | Polaco | Noruega | Norueguês\nPortugal | Português | Rússia | Russo\nPortugal | Português | Eslováquia | Eslovaco\nPortugal | Português | Espanha | Espanhol\nPortugal | Português | Suécia | Sueco\nPortugal | Português | Suíça | Suiço\nPortugal | Português | Tailândia | Tailandês\nPortugal | Português | Ucrânia | Ucraniano\nPortugal | Português | Albânia | Albanês\nPortugal | Português | Argentina | Argentino\nPortugal | Português | Austrália | Australiano\nPortugal | Português | Áustria | Austríaco\nPortugal | Português | Bielorrússia | Bielorusso\nPortugal | Português | Brasil | Brasileiro\nPortugal | Português | Bulgária | Búlgaro\nPortugal | Português | Cambodja | Cambojano\nPortugal | Português | Chile | Chileno\nPortugal | Português | China | Chinês\nPortugal | Português | Colombia | Colombiano\nPortugal | Português | Croácia | Croata\nPortugal | Português | Dinamarca | Dinamarquês\nPortugal | Português | Egito | Egípcio\nPortugal | Português | Inglaterra | Inglês\nPortugal | Português | França | Frânces\nPortugal | Português | Alemanha | Alemão\nPortugal | Português | Grécia | Grego\nPortugal | Português | Islândia | Islandês\nPortugal | Português | Índia | Indiano\nPortugal | Português | Irlanda | Irlândes\nPortugal | Português | Israel | Israelita\nPortugal | Português | Itália | Italiano\nPortugal | Português | Japão | Japonês\nPortugal | Português | Coreia | Coreano\nPortugal | Português | Macedónia | Macedónio\nPortugal | Português | Malta | Maltês\nPortugal | Português | México | Mexicano\nPortugal | Português | Moldávia | Moldávio\nPortugal | Português | Holanda | Holandês\nPortugal | Português | Noruega | Norueguês\nPortugal | Português | Peru | Peruano\nRússia | Russo | Eslováquia | Eslovaco\nRússia | Russo | Espanha | Espanhol\nRússia | Russo | Suécia | Sueco\nRússia | Russo | Suíça | Suiço\nRússia | Russo | Tailândia | Tailandês\nRússia | Russo | Ucrânia | Ucraniano\nRússia | Russo | Albânia | Albanês\nRússia | Russo | Argentina | Argentino\nRússia | Russo | Austrália | Australiano\nRússia | Russo | Áustria | Austríaco\nRússia | Russo | Bielorrússia | Bielorusso\nRússia | Russo | Brasil | Brasileiro\nRússia | Russo | Bulgária | Búlgaro\nRússia | Russo | Cambodja | Cambojano\nRússia | Russo | Chile | Chileno\nRússia | Russo | China | Chinês\nRússia | Russo | Colombia | Colombiano\nRússia | Russo | Croácia | Croata\nRússia | Russo | Dinamarca | Dinamarquês\nRússia | Russo | Egito | Egípcio\nRússia | Russo | Inglaterra | Inglês\nRússia | Russo | França | Frânces\nRússia | Russo | Alemanha | Alemão\nRússia | Russo | Grécia | Grego\nRússia | Russo | Islândia | Islandês\nRússia | Russo | Índia | Indiano\nRússia | Russo | Irlanda | Irlândes\nRússia | Russo | Israel | Israelita\nRússia | Russo | Itália | Italiano\nRússia | Russo | Japão | Japonês\nRússia | Russo | Coreia | Coreano\nRússia | Russo | Macedónia | Macedónio\nRússia | Russo | Malta | Maltês\nRússia | Russo | México | Mexicano\nRússia | Russo | Moldávia | Moldávio\nRússia | Russo | Holanda | Holandês\nRússia | Russo | Noruega | Norueguês\nRússia | Russo | Peru | Peruano\nRússia | Russo | Polónia | Polaco\nEslováquia | Eslovaco | Espanha | Espanhol\nEslováquia | Eslovaco | Suécia | Sueco\nEslováquia | Eslovaco | Suíça | Suiço\nEslováquia | Eslovaco | Tailândia | Tailandês\nEslováquia | Eslovaco | Ucrânia | Ucraniano\nEslováquia | Eslovaco | Albânia | Albanês\nEslováquia | Eslovaco | Argentina | Argentino\nEslováquia | Eslovaco | Austrália | Australiano\nEslováquia | Eslovaco | Áustria | Austríaco\nEslováquia | Eslovaco | Bielorrússia | Bielorusso\nEslováquia | Eslovaco | Brasil | Brasileiro\nEslováquia | Eslovaco | Bulgária | Búlgaro\nEslováquia | Eslovaco | Cambodja | Cambojano\nEslováquia | Eslovaco | Chile | Chileno\nEslováquia | Eslovaco | China | Chinês\nEslováquia | Eslovaco | Colombia | Colombiano\nEslováquia | Eslovaco | Croácia | Croata\nEslováquia | Eslovaco | Dinamarca | Dinamarquês\nEslováquia | Eslovaco | Egito | Egípcio\nEslováquia | Eslovaco | Inglaterra | Inglês\nEslováquia | Eslovaco | França | Frânces\nEslováquia | Eslovaco | Alemanha | Alemão\nEslováquia | Eslovaco | Grécia | Grego\nEslováquia | Eslovaco | Islândia | Islandês\nEslováquia | Eslovaco | Índia | Indiano\nEslováquia | Eslovaco | Irlanda | Irlândes\nEslováquia | Eslovaco | Israel | Israelita\nEslováquia | Eslovaco | Itália | Italiano\nEslováquia | Eslovaco | Japão | Japonês\nEslováquia | Eslovaco | Coreia | Coreano\nEslováquia | Eslovaco | Macedónia | Macedónio\nEslováquia | Eslovaco | Malta | Maltês\nEslováquia | Eslovaco | México | Mexicano\nEslováquia | Eslovaco | Moldávia | Moldávio\nEslováquia | Eslovaco | Holanda | Holandês\nEslováquia | Eslovaco | Noruega | Norueguês\nEslováquia | Eslovaco | Peru | Peruano\nEslováquia | Eslovaco | Polónia | Polaco\nEslováquia | Eslovaco | Portugal | Português\nEspanha | Espanhol | Suécia | Sueco\nEspanha | Espanhol | Suíça | Suiço\nEspanha | Espanhol | Tailândia | Tailandês\nEspanha | Espanhol | Ucrânia | Ucraniano\nEspanha | Espanhol | Albânia | Albanês\nEspanha | Espanhol | Argentina | Argentino\nEspanha | Espanhol | Austrália | Australiano\nEspanha | Espanhol | Áustria | Austríaco\nEspanha | Espanhol | Bielorrússia | Bielorusso\nEspanha | Espanhol | Brasil | Brasileiro\nEspanha | Espanhol | Bulgária | Búlgaro\nEspanha | Espanhol | Cambodja | Cambojano\nEspanha | Espanhol | Chile | Chileno\nEspanha | Espanhol | China | Chinês\nEspanha | Espanhol | Colombia | Colombiano\nEspanha | Espanhol | Croácia | Croata\nEspanha | Espanhol | Dinamarca | Dinamarquês\nEspanha | Espanhol | Egito | Egípcio\nEspanha | Espanhol | Inglaterra | Inglês\nEspanha | Espanhol | França | Frânces\nEspanha | Espanhol | Alemanha | Alemão\nEspanha | Espanhol | Grécia | Grego\nEspanha | Espanhol | Islândia | Islandês\nEspanha | Espanhol | Índia | Indiano\nEspanha | Espanhol | Irlanda | Irlândes\nEspanha | Espanhol | Israel | Israelita\nEspanha | Espanhol | Itália | Italiano\nEspanha | Espanhol | Japão | Japonês\nEspanha | Espanhol | Coreia | Coreano\nEspanha | Espanhol | Macedónia | Macedónio\nEspanha | Espanhol | Malta | Maltês\nEspanha | Espanhol | México | Mexicano\nEspanha | Espanhol | Moldávia | Moldávio\nEspanha | Espanhol | Holanda | Holandês\nEspanha | Espanhol | Noruega | Norueguês\nEspanha | Espanhol | Peru | Peruano\nEspanha | Espanhol | Polónia | Polaco\nEspanha | Espanhol | Portugal | Português\nEspanha | Espanhol | Rússia | Russo\nSuécia | Sueco | Suíça | Suiço\nSuécia | Sueco | Tailândia | Tailandês\nSuécia | Sueco | Ucrânia | Ucraniano\nSuécia | Sueco | Albânia | Albanês\nSuécia | Sueco | Argentina | Argentino\nSuécia | Sueco | Austrália | Australiano\nSuécia | Sueco | Áustria | Austríaco\nSuécia | Sueco | Bielorrússia | Bielorusso\nSuécia | Sueco | Brasil | Brasileiro\nSuécia | Sueco | Bulgária | Búlgaro\nSuécia | Sueco | Cambodja | Cambojano\nSuécia | Sueco | Chile | Chileno\nSuécia | Sueco | China | Chinês\nSuécia | Sueco | Colombia | Colombiano\nSuécia | Sueco | Croácia | Croata\nSuécia | Sueco | Dinamarca | Dinamarquês\nSuécia | Sueco | Egito | Egípcio\nSuécia | Sueco | Inglaterra | Inglês\nSuécia | Sueco | França | Frânces\nSuécia | Sueco | Alemanha | Alemão\nSuécia | Sueco | Grécia | Grego\nSuécia | Sueco | Islândia | Islandês\nSuécia | Sueco | Índia | Indiano\nSuécia | Sueco | Irlanda | Irlândes\nSuécia | Sueco | Israel | Israelita\nSuécia | Sueco | Itália | Italiano\nSuécia | Sueco | Japão | Japonês\nSuécia | Sueco | Coreia | Coreano\nSuécia | Sueco | Macedónia | Macedónio\nSuécia | Sueco | Malta | Maltês\nSuécia | Sueco | México | Mexicano\nSuécia | Sueco | Moldávia | Moldávio\nSuécia | Sueco | Holanda | Holandês\nSuécia | Sueco | Noruega | Norueguês\nSuécia | Sueco | Peru | Peruano\nSuécia | Sueco | Polónia | Polaco\nSuécia | Sueco | Portugal | Português\nSuécia | Sueco | Rússia | Russo\nSuécia | Sueco | Eslováquia | Eslovaco\nSuíça | Suiço | Tailândia | Tailandês\nSuíça | Suiço | Ucrânia | Ucraniano\nSuíça | Suiço | Albânia | Albanês\nSuíça | Suiço | Argentina | Argentino\nSuíça | Suiço | Austrália | Australiano\nSuíça | Suiço | Áustria | Austríaco\nSuíça | Suiço | Bielorrússia | Bielorusso\nSuíça | Suiço | Brasil | Brasileiro\nSuíça | Suiço | Bulgária | Búlgaro\nSuíça | Suiço | Cambodja | Cambojano\nSuíça | Suiço | Chile | Chileno\nSuíça | Suiço | China | Chinês\nSuíça | Suiço | Colombia | Colombiano\nSuíça | Suiço | Croácia | Croata\nSuíça | Suiço | Dinamarca | Dinamarquês\nSuíça | Suiço | Egito | Egípcio\nSuíça | Suiço | Inglaterra | Inglês\nSuíça | Suiço | França | Frânces\nSuíça | Suiço | Alemanha | Alemão\nSuíça | Suiço | Grécia | Grego\nSuíça | Suiço | Islândia | Islandês\nSuíça | Suiço | Índia | Indiano\nSuíça | Suiço | Irlanda | Irlândes\nSuíça | Suiço | Israel | Israelita\nSuíça | Suiço | Itália | Italiano\nSuíça | Suiço | Japão | Japonês\nSuíça | Suiço | Coreia | Coreano\nSuíça | Suiço | Macedónia | Macedónio\nSuíça | Suiço | Malta | Maltês\nSuíça | Suiço | México | Mexicano\nSuíça | Suiço | Moldávia | Moldávio\nSuíça | Suiço | Holanda | Holandês\nSuíça | Suiço | Noruega | Norueguês\nSuíça | Suiço | Peru | Peruano\nSuíça | Suiço | Polónia | Polaco\nSuíça | Suiço | Portugal | Português\nSuíça | Suiço | Rússia | Russo\nSuíça | Suiço | Eslováquia | Eslovaco\nSuíça | Suiço | Espanha | Espanhol\nTailândia | Tailandês | Ucrânia | Ucraniano\nTailândia | Tailandês | Albânia | Albanês\nTailândia | Tailandês | Argentina | Argentino\nTailândia | Tailandês | Austrália | Australiano\nTailândia | Tailandês | Áustria | Austríaco\nTailândia | Tailandês | Bielorrússia | Bielorusso\nTailândia | Tailandês | Brasil | Brasileiro\nTailândia | Tailandês | Bulgária | Búlgaro\nTailândia | Tailandês | Cambodja | Cambojano\nTailândia | Tailandês | Chile | Chileno\nTailândia | Tailandês | China | Chinês\nTailândia | Tailandês | Colombia | Colombiano\nTailândia | Tailandês | Croácia | Croata\nTailândia | Tailandês | Dinamarca | Dinamarquês\nTailândia | Tailandês | Egito | Egípcio\nTailândia | Tailandês | Inglaterra | Inglês\nTailândia | Tailandês | França | Frânces\nTailândia | Tailandês | Alemanha | Alemão\nTailândia | Tailandês | Grécia | Grego\nTailândia | Tailandês | Islândia | Islandês\nTailândia | Tailandês | Índia | Indiano\nTailândia | Tailandês | Irlanda | Irlândes\nTailândia | Tailandês | Israel | Israelita\nTailândia | Tailandês | Itália | Italiano\nTailândia | Tailandês | Japão | Japonês\nTailândia | Tailandês | Coreia | Coreano\nTailândia | Tailandês | Macedónia | Macedónio\nTailândia | Tailandês | Malta | Maltês\nTailândia | Tailandês | México | Mexicano\nTailândia | Tailandês | Moldávia | Moldávio\nTailândia | Tailandês | Holanda | Holandês\nTailândia | Tailandês | Noruega | Norueguês\nTailândia | Tailandês | Peru | Peruano\nTailândia | Tailandês | Polónia | Polaco\nTailândia | Tailandês | Portugal | Português\nTailândia | Tailandês | Rússia | Russo\nTailândia | Tailandês | Eslováquia | Eslovaco\nTailândia | Tailandês | Espanha | Espanhol\nTailândia | Tailandês | Suécia | Sueco\nUcrânia | Ucraniano | Albânia | Albanês\nUcrânia | Ucraniano | Argentina | Argentino\nUcrânia | Ucraniano | Austrália | Australiano\nUcrânia | Ucraniano | Áustria | Austríaco\nUcrânia | Ucraniano | Bielorrússia | Bielorusso\nUcrânia | Ucraniano | Brasil | Brasileiro\nUcrânia | Ucraniano | Bulgária | Búlgaro\nUcrânia | Ucraniano | Cambodja | Cambojano\nUcrânia | Ucraniano | Chile | Chileno\nUcrânia | Ucraniano | China | Chinês\nUcrânia | Ucraniano | Colombia | Colombiano\nUcrânia | Ucraniano | Croácia | Croata\nUcrânia | Ucraniano | Dinamarca | Dinamarquês\nUcrânia | Ucraniano | Egito | Egípcio\nUcrânia | Ucraniano | Inglaterra | Inglês\nUcrânia | Ucraniano | França | Frânces\nUcrânia | Ucraniano | Alemanha | Alemão\nUcrânia | Ucraniano | Grécia | Grego\nUcrânia | Ucraniano | Islândia | Islandês\nUcrânia | Ucraniano | Índia | Indiano\nUcrânia | Ucraniano | Irlanda | Irlândes\nUcrânia | Ucraniano | Israel | Israelita\nUcrânia | Ucraniano | Itália | Italiano\nUcrânia | Ucraniano | Japão | Japonês\nUcrânia | Ucraniano | Coreia | Coreano\nUcrânia | Ucraniano | Macedónia | Macedónio\nUcrânia | Ucraniano | Malta | Maltês\nUcrânia | Ucraniano | México | Mexicano\nUcrânia | Ucraniano | Moldávia | Moldávio\nUcrânia | Ucraniano | Holanda | Holandês\nUcrânia | Ucraniano | Noruega | Norueguês\nUcrânia | Ucraniano | Peru | Peruano\nUcrânia | Ucraniano | Polónia | Polaco\nUcrânia | Ucraniano | Portugal | Português\nUcrânia | Ucraniano | Rússia | Russo\nUcrânia | Ucraniano | Eslováquia | Eslovaco\nUcrânia | Ucraniano | Espanha | Espanhol\nUcrânia | Ucraniano | Suécia | Sueco\nUcrânia | Ucraniano | Suíça | Suiço\n: | gram7-past-tense\ndançando | dançou | diminuindo | diminuiu\ndançando | dançou | descrevendo | descreveu\ndançando | dançou | melhorando | melhorou\ndançando | dançou | caíndo | caiu\ndançando | dançou | alimentando | alimentou\ndançando | dançou | voando | voou\ndançando | dançou | gerando | gerou\ndançando | dançou | indo | foi\ndançando | dançou | escondendo | escondeu\ndançando | dançou | acertando | acertou\ndançando | dançou | implementando | implementou\ndançando | dançou | aumentando | aumentou\ndançando | dançou | saltando | saltou\ndançando | dançou | conhecendo | conheceu\ndançando | dançou | ouvindo | ouviu\ndançando | dançou | vendo | olhou\ndançando | dançou | movendo | moveu\ndançando | dançou | jogando | pagou\ndançando | dançou | jogando | jogou\ndançando | dançou | prevendo | previu\ndançando | dançou | lendo | ler\ndançando | dançou | correndo | correu\ndançando | dançou | dizendo | disse\ndançando | dançou | gritando | gritou\ndançando | dançou | vendo | viu\ndançando | dançou | vendendo | vendeu\ndançando | dançou | encolhendo | encolheu\ndançando | dançou | cantando | cantou\ndançando | dançou | sentando | sentou\ndançando | dançou | dormindo | dormiu\ndançando | dançou | abrandando | lentificou\ndançando | dançou | gastando | gastou\ndançando | dançou | golpeando | golpeou\ndançando | dançou | nadando | nadou\ndançando | dançou | tirando | tirou\ndançando | dançou | pensando | pensou\ndançando | dançou | desaparecendo | desapareceu\ndançando | dançou | andando | andou\ndançando | dançou | escrevendo | escreveu\ndiminuindo | diminuiu | descrevendo | descreveu\ndiminuindo | diminuiu | melhorando | melhorou\ndiminuindo | diminuiu | caíndo | caiu\ndiminuindo | diminuiu | alimentando | alimentou\ndiminuindo | diminuiu | voando | voou\ndiminuindo | diminuiu | gerando | gerou\ndiminuindo | diminuiu | indo | foi\ndiminuindo | diminuiu | escondendo | escondeu\ndiminuindo | diminuiu | acertando | acertou\ndiminuindo | diminuiu | implementando | implementou\ndiminuindo | diminuiu | aumentando | aumentou\ndiminuindo | diminuiu | saltando | saltou\ndiminuindo | diminuiu | conhecendo | conheceu\ndiminuindo | diminuiu | ouvindo | ouviu\ndiminuindo | diminuiu | vendo | olhou\ndiminuindo | diminuiu | movendo | moveu\ndiminuindo | diminuiu | jogando | pagou\ndiminuindo | diminuiu | jogando | jogou\ndiminuindo | diminuiu | prevendo | previu\ndiminuindo | diminuiu | lendo | ler\ndiminuindo | diminuiu | correndo | correu\ndiminuindo | diminuiu | dizendo | disse\ndiminuindo | diminuiu | gritando | gritou\ndiminuindo | diminuiu | vendo | viu\ndiminuindo | diminuiu | vendendo | vendeu\ndiminuindo | diminuiu | encolhendo | encolheu\ndiminuindo | diminuiu | cantando | cantou\ndiminuindo | diminuiu | sentando | sentou\ndiminuindo | diminuiu | dormindo | dormiu\ndiminuindo | diminuiu | abrandando | lentificou\ndiminuindo | diminuiu | gastando | gastou\ndiminuindo | diminuiu | golpeando | golpeou\ndiminuindo | diminuiu | nadando | nadou\ndiminuindo | diminuiu | tirando | tirou\ndiminuindo | diminuiu | pensando | pensou\ndiminuindo | diminuiu | desaparecendo | desapareceu\ndiminuindo | diminuiu | andando | andou\ndiminuindo | diminuiu | escrevendo | escreveu\ndiminuindo | diminuiu | dançando | dançou\ndescrevendo | descreveu | melhorando | melhorou\ndescrevendo | descreveu | caíndo | caiu\ndescrevendo | descreveu | alimentando | alimentou\ndescrevendo | descreveu | voando | voou\ndescrevendo | descreveu | gerando | gerou\ndescrevendo | descreveu | indo | foi\ndescrevendo | descreveu | escondendo | escondeu\ndescrevendo | descreveu | acertando | acertou\ndescrevendo | descreveu | implementando | implementou\ndescrevendo | descreveu | aumentando | aumentou\ndescrevendo | descreveu | saltando | saltou\ndescrevendo | descreveu | conhecendo | conheceu\ndescrevendo | descreveu | ouvindo | ouviu\ndescrevendo | descreveu | vendo | olhou\ndescrevendo | descreveu | movendo | moveu\ndescrevendo | descreveu | jogando | pagou\ndescrevendo | descreveu | jogando | jogou\ndescrevendo | descreveu | prevendo | previu\ndescrevendo | descreveu | lendo | ler\ndescrevendo | descreveu | correndo | correu\ndescrevendo | descreveu | dizendo | disse\ndescrevendo | descreveu | gritando | gritou\ndescrevendo | descreveu | vendo | viu\ndescrevendo | descreveu | vendendo | vendeu\ndescrevendo | descreveu | encolhendo | encolheu\ndescrevendo | descreveu | cantando | cantou\ndescrevendo | descreveu | sentando | sentou\ndescrevendo | descreveu | dormindo | dormiu\ndescrevendo | descreveu | abrandando | lentificou\ndescrevendo | descreveu | gastando | gastou\ndescrevendo | descreveu | golpeando | golpeou\ndescrevendo | descreveu | nadando | nadou\ndescrevendo | descreveu | tirando | tirou\ndescrevendo | descreveu | pensando | pensou\ndescrevendo | descreveu | desaparecendo | desapareceu\ndescrevendo | descreveu | andando | andou\ndescrevendo | descreveu | escrevendo | escreveu\ndescrevendo | descreveu | dançando | dançou\ndescrevendo | descreveu | diminuindo | diminuiu\nmelhorando | melhorou | caíndo | caiu\nmelhorando | melhorou | alimentando | alimentou\nmelhorando | melhorou | voando | voou\nmelhorando | melhorou | gerando | gerou\nmelhorando | melhorou | indo | foi\nmelhorando | melhorou | escondendo | escondeu\nmelhorando | melhorou | acertando | acertou\nmelhorando | melhorou | implementando | implementou\nmelhorando | melhorou | aumentando | aumentou\nmelhorando | melhorou | saltando | saltou\nmelhorando | melhorou | conhecendo | conheceu\nmelhorando | melhorou | ouvindo | ouviu\nmelhorando | melhorou | vendo | olhou\nmelhorando | melhorou | movendo | moveu\nmelhorando | melhorou | jogando | pagou\nmelhorando | melhorou | jogando | jogou\nmelhorando | melhorou | prevendo | previu\nmelhorando | melhorou | lendo | ler\nmelhorando | melhorou | correndo | correu\nmelhorando | melhorou | dizendo | disse\nmelhorando | melhorou | gritando | gritou\nmelhorando | melhorou | vendo | viu\nmelhorando | melhorou | vendendo | vendeu\nmelhorando | melhorou | encolhendo | encolheu\nmelhorando | melhorou | cantando | cantou\nmelhorando | melhorou | sentando | sentou\nmelhorando | melhorou | dormindo | dormiu\nmelhorando | melhorou | abrandando | lentificou\nmelhorando | melhorou | gastando | gastou\nmelhorando | melhorou | golpeando | golpeou\nmelhorando | melhorou | nadando | nadou\nmelhorando | melhorou | tirando | tirou\nmelhorando | melhorou | pensando | pensou\nmelhorando | melhorou | desaparecendo | desapareceu\nmelhorando | melhorou | andando | andou\nmelhorando | melhorou | escrevendo | escreveu\nmelhorando | melhorou | dançando | dançou\nmelhorando | melhorou | diminuindo | diminuiu\nmelhorando | melhorou | descrevendo | descreveu\ncaíndo | caiu | alimentando | alimentou\ncaíndo | caiu | voando | voou\ncaíndo | caiu | gerando | gerou\ncaíndo | caiu | indo | foi\ncaíndo | caiu | escondendo | escondeu\ncaíndo | caiu | acertando | acertou\ncaíndo | caiu | implementando | implementou\ncaíndo | caiu | aumentando | aumentou\ncaíndo | caiu | saltando | saltou\ncaíndo | caiu | conhecendo | conheceu\ncaíndo | caiu | ouvindo | ouviu\ncaíndo | caiu | vendo | olhou\ncaíndo | caiu | movendo | moveu\ncaíndo | caiu | jogando | pagou\ncaíndo | caiu | jogando | jogou\ncaíndo | caiu | prevendo | previu\ncaíndo | caiu | lendo | ler\ncaíndo | caiu | correndo | correu\ncaíndo | caiu | dizendo | disse\ncaíndo | caiu | gritando | gritou\ncaíndo | caiu | vendo | viu\ncaíndo | caiu | vendendo | vendeu\ncaíndo | caiu | encolhendo | encolheu\ncaíndo | caiu | cantando | cantou\ncaíndo | caiu | sentando | sentou\ncaíndo | caiu | dormindo | dormiu\ncaíndo | caiu | abrandando | lentificou\ncaíndo | caiu | gastando | gastou\ncaíndo | caiu | golpeando | golpeou\ncaíndo | caiu | nadando | nadou\ncaíndo | caiu | tirando | tirou\ncaíndo | caiu | pensando | pensou\ncaíndo | caiu | desaparecendo | desapareceu\ncaíndo | caiu | andando | andou\ncaíndo | caiu | escrevendo | escreveu\ncaíndo | caiu | dançando | dançou\ncaíndo | caiu | diminuindo | diminuiu\ncaíndo | caiu | descrevendo | descreveu\ncaíndo | caiu | melhorando | melhorou\nalimentando | alimentou | voando | voou\nalimentando | alimentou | gerando | gerou\nalimentando | alimentou | indo | foi\nalimentando | alimentou | escondendo | escondeu\nalimentando | alimentou | acertando | acertou\nalimentando | alimentou | implementando | implementou\nalimentando | alimentou | aumentando | aumentou\nalimentando | alimentou | saltando | saltou\nalimentando | alimentou | conhecendo | conheceu\nalimentando | alimentou | ouvindo | ouviu\nalimentando | alimentou | vendo | olhou\nalimentando | alimentou | movendo | moveu\nalimentando | alimentou | jogando | pagou\nalimentando | alimentou | jogando | jogou\nalimentando | alimentou | prevendo | previu\nalimentando | alimentou | lendo | ler\nalimentando | alimentou | correndo | correu\nalimentando | alimentou | dizendo | disse\nalimentando | alimentou | gritando | gritou\nalimentando | alimentou | vendo | viu\nalimentando | alimentou | vendendo | vendeu\nalimentando | alimentou | encolhendo | encolheu\nalimentando | alimentou | cantando | cantou\nalimentando | alimentou | sentando | sentou\nalimentando | alimentou | dormindo | dormiu\nalimentando | alimentou | abrandando | lentificou\nalimentando | alimentou | gastando | gastou\nalimentando | alimentou | golpeando | golpeou\nalimentando | alimentou | nadando | nadou\nalimentando | alimentou | tirando | tirou\nalimentando | alimentou | pensando | pensou\nalimentando | alimentou | desaparecendo | desapareceu\nalimentando | alimentou | andando | andou\nalimentando | alimentou | escrevendo | escreveu\nalimentando | alimentou | dançando | dançou\nalimentando | alimentou | diminuindo | diminuiu\nalimentando | alimentou | descrevendo | descreveu\nalimentando | alimentou | melhorando | melhorou\nalimentando | alimentou | caíndo | caiu\nvoando | voou | gerando | gerou\nvoando | voou | indo | foi\nvoando | voou | escondendo | escondeu\nvoando | voou | acertando | acertou\nvoando | voou | implementando | implementou\nvoando | voou | aumentando | aumentou\nvoando | voou | saltando | saltou\nvoando | voou | conhecendo | conheceu\nvoando | voou | ouvindo | ouviu\nvoando | voou | vendo | olhou\nvoando | voou | movendo | moveu\nvoando | voou | jogando | pagou\nvoando | voou | jogando | jogou\nvoando | voou | prevendo | previu\nvoando | voou | lendo | ler\nvoando | voou | correndo | correu\nvoando | voou | dizendo | disse\nvoando | voou | gritando | gritou\nvoando | voou | vendo | viu\nvoando | voou | vendendo | vendeu\nvoando | voou | encolhendo | encolheu\nvoando | voou | cantando | cantou\nvoando | voou | sentando | sentou\nvoando | voou | dormindo | dormiu\nvoando | voou | abrandando | lentificou\nvoando | voou | gastando | gastou\nvoando | voou | golpeando | golpeou\nvoando | voou | nadando | nadou\nvoando | voou | tirando | tirou\nvoando | voou | pensando | pensou\nvoando | voou | desaparecendo | desapareceu\nvoando | voou | andando | andou\nvoando | voou | escrevendo | escreveu\nvoando | voou | dançando | dançou\nvoando | voou | diminuindo | diminuiu\nvoando | voou | descrevendo | descreveu\nvoando | voou | melhorando | melhorou\nvoando | voou | caíndo | caiu\nvoando | voou | alimentando | alimentou\ngerando | gerou | indo | foi\ngerando | gerou | escondendo | escondeu\ngerando | gerou | acertando | acertou\ngerando | gerou | implementando | implementou\ngerando | gerou | aumentando | aumentou\ngerando | gerou | saltando | saltou\ngerando | gerou | conhecendo | conheceu\ngerando | gerou | ouvindo | ouviu\ngerando | gerou | vendo | olhou\ngerando | gerou | movendo | moveu\ngerando | gerou | jogando | pagou\ngerando | gerou | jogando | jogou\ngerando | gerou | prevendo | previu\ngerando | gerou | lendo | ler\ngerando | gerou | correndo | correu\ngerando | gerou | dizendo | disse\ngerando | gerou | gritando | gritou\ngerando | gerou | vendo | viu\ngerando | gerou | vendendo | vendeu\ngerando | gerou | encolhendo | encolheu\ngerando | gerou | cantando | cantou\ngerando | gerou | sentando | sentou\ngerando | gerou | dormindo | dormiu\ngerando | gerou | abrandando | lentificou\ngerando | gerou | gastando | gastou\ngerando | gerou | golpeando | golpeou\ngerando | gerou | nadando | nadou\ngerando | gerou | tirando | tirou\ngerando | gerou | pensando | pensou\ngerando | gerou | desaparecendo | desapareceu\ngerando | gerou | andando | andou\ngerando | gerou | escrevendo | escreveu\ngerando | gerou | dançando | dançou\ngerando | gerou | diminuindo | diminuiu\ngerando | gerou | descrevendo | descreveu\ngerando | gerou | melhorando | melhorou\ngerando | gerou | caíndo | caiu\ngerando | gerou | alimentando | alimentou\ngerando | gerou | voando | voou\nindo | foi | escondendo | escondeu\nindo | foi | acertando | acertou\nindo | foi | implementando | implementou\nindo | foi | aumentando | aumentou\nindo | foi | saltando | saltou\nindo | foi | conhecendo | conheceu\nindo | foi | ouvindo | ouviu\nindo | foi | vendo | olhou\nindo | foi | movendo | moveu\nindo | foi | jogando | pagou\nindo | foi | jogando | jogou\nindo | foi | prevendo | previu\nindo | foi | lendo | ler\nindo | foi | correndo | correu\nindo | foi | dizendo | disse\nindo | foi | gritando | gritou\nindo | foi | vendo | viu\nindo | foi | vendendo | vendeu\nindo | foi | encolhendo | encolheu\nindo | foi | cantando | cantou\nindo | foi | sentando | sentou\nindo | foi | dormindo | dormiu\nindo | foi | abrandando | lentificou\nindo | foi | gastando | gastou\nindo | foi | golpeando | golpeou\nindo | foi | nadando | nadou\nindo | foi | tirando | tirou\nindo | foi | pensando | pensou\nindo | foi | desaparecendo | desapareceu\nindo | foi | andando | andou\nindo | foi | escrevendo | escreveu\nindo | foi | dançando | dançou\nindo | foi | diminuindo | diminuiu\nindo | foi | descrevendo | descreveu\nindo | foi | melhorando | melhorou\nindo | foi | caíndo | caiu\nindo | foi | alimentando | alimentou\nindo | foi | voando | voou\nindo | foi | gerando | gerou\nescondendo | escondeu | acertando | acertou\nescondendo | escondeu | implementando | implementou\nescondendo | escondeu | aumentando | aumentou\nescondendo | escondeu | saltando | saltou\nescondendo | escondeu | conhecendo | conheceu\nescondendo | escondeu | ouvindo | ouviu\nescondendo | escondeu | vendo | olhou\nescondendo | escondeu | movendo | moveu\nescondendo | escondeu | jogando | pagou\nescondendo | escondeu | jogando | jogou\nescondendo | escondeu | prevendo | previu\nescondendo | escondeu | lendo | ler\nescondendo | escondeu | correndo | correu\nescondendo | escondeu | dizendo | disse\nescondendo | escondeu | gritando | gritou\nescondendo | escondeu | vendo | viu\nescondendo | escondeu | vendendo | vendeu\nescondendo | escondeu | encolhendo | encolheu\nescondendo | escondeu | cantando | cantou\nescondendo | escondeu | sentando | sentou\nescondendo | escondeu | dormindo | dormiu\nescondendo | escondeu | abrandando | lentificou\nescondendo | escondeu | gastando | gastou\nescondendo | escondeu | golpeando | golpeou\nescondendo | escondeu | nadando | nadou\nescondendo | escondeu | tirando | tirou\nescondendo | escondeu | pensando | pensou\nescondendo | escondeu | desaparecendo | desapareceu\nescondendo | escondeu | andando | andou\nescondendo | escondeu | escrevendo | escreveu\nescondendo | escondeu | dançando | dançou\nescondendo | escondeu | diminuindo | diminuiu\nescondendo | escondeu | descrevendo | descreveu\nescondendo | escondeu | melhorando | melhorou\nescondendo | escondeu | caíndo | caiu\nescondendo | escondeu | alimentando | alimentou\nescondendo | escondeu | voando | voou\nescondendo | escondeu | gerando | gerou\nescondendo | escondeu | indo | foi\nacertando | acertou | implementando | implementou\nacertando | acertou | aumentando | aumentou\nacertando | acertou | saltando | saltou\nacertando | acertou | conhecendo | conheceu\nacertando | acertou | ouvindo | ouviu\nacertando | acertou | vendo | olhou\nacertando | acertou | movendo | moveu\nacertando | acertou | jogando | pagou\nacertando | acertou | jogando | jogou\nacertando | acertou | prevendo | previu\nacertando | acertou | lendo | ler\nacertando | acertou | correndo | correu\nacertando | acertou | dizendo | disse\nacertando | acertou | gritando | gritou\nacertando | acertou | vendo | viu\nacertando | acertou | vendendo | vendeu\nacertando | acertou | encolhendo | encolheu\nacertando | acertou | cantando | cantou\nacertando | acertou | sentando | sentou\nacertando | acertou | dormindo | dormiu\nacertando | acertou | abrandando | lentificou\nacertando | acertou | gastando | gastou\nacertando | acertou | golpeando | golpeou\nacertando | acertou | nadando | nadou\nacertando | acertou | tirando | tirou\nacertando | acertou | pensando | pensou\nacertando | acertou | desaparecendo | desapareceu\nacertando | acertou | andando | andou\nacertando | acertou | escrevendo | escreveu\nacertando | acertou | dançando | dançou\nacertando | acertou | diminuindo | diminuiu\nacertando | acertou | descrevendo | descreveu\nacertando | acertou | melhorando | melhorou\nacertando | acertou | caíndo | caiu\nacertando | acertou | alimentando | alimentou\nacertando | acertou | voando | voou\nacertando | acertou | gerando | gerou\nacertando | acertou | indo | foi\nacertando | acertou | escondendo | escondeu\nimplementando | implementou | aumentando | aumentou\nimplementando | implementou | saltando | saltou\nimplementando | implementou | conhecendo | conheceu\nimplementando | implementou | ouvindo | ouviu\nimplementando | implementou | vendo | olhou\nimplementando | implementou | movendo | moveu\nimplementando | implementou | jogando | pagou\nimplementando | implementou | jogando | jogou\nimplementando | implementou | prevendo | previu\nimplementando | implementou | lendo | ler\nimplementando | implementou | correndo | correu\nimplementando | implementou | dizendo | disse\nimplementando | implementou | gritando | gritou\nimplementando | implementou | vendo | viu\nimplementando | implementou | vendendo | vendeu\nimplementando | implementou | encolhendo | encolheu\nimplementando | implementou | cantando | cantou\nimplementando | implementou | sentando | sentou\nimplementando | implementou | dormindo | dormiu\nimplementando | implementou | abrandando | lentificou\nimplementando | implementou | gastando | gastou\nimplementando | implementou | golpeando | golpeou\nimplementando | implementou | nadando | nadou\nimplementando | implementou | tirando | tirou\nimplementando | implementou | pensando | pensou\nimplementando | implementou | desaparecendo | desapareceu\nimplementando | implementou | andando | andou\nimplementando | implementou | escrevendo | escreveu\nimplementando | implementou | dançando | dançou\nimplementando | implementou | diminuindo | diminuiu\nimplementando | implementou | descrevendo | descreveu\nimplementando | implementou | melhorando | melhorou\nimplementando | implementou | caíndo | caiu\nimplementando | implementou | alimentando | alimentou\nimplementando | implementou | voando | voou\nimplementando | implementou | gerando | gerou\nimplementando | implementou | indo | foi\nimplementando | implementou | escondendo | escondeu\nimplementando | implementou | acertando | acertou\naumentando | aumentou | saltando | saltou\naumentando | aumentou | conhecendo | conheceu\naumentando | aumentou | ouvindo | ouviu\naumentando | aumentou | vendo | olhou\naumentando | aumentou | movendo | moveu\naumentando | aumentou | jogando | pagou\naumentando | aumentou | jogando | jogou\naumentando | aumentou | prevendo | previu\naumentando | aumentou | lendo | ler\naumentando | aumentou | correndo | correu\naumentando | aumentou | dizendo | disse\naumentando | aumentou | gritando | gritou\naumentando | aumentou | vendo | viu\naumentando | aumentou | vendendo | vendeu\naumentando | aumentou | encolhendo | encolheu\naumentando | aumentou | cantando | cantou\naumentando | aumentou | sentando | sentou\naumentando | aumentou | dormindo | dormiu\naumentando | aumentou | abrandando | lentificou\naumentando | aumentou | gastando | gastou\naumentando | aumentou | golpeando | golpeou\naumentando | aumentou | nadando | nadou\naumentando | aumentou | tirando | tirou\naumentando | aumentou | pensando | pensou\naumentando | aumentou | desaparecendo | desapareceu\naumentando | aumentou | andando | andou\naumentando | aumentou | escrevendo | escreveu\naumentando | aumentou | dançando | dançou\naumentando | aumentou | diminuindo | diminuiu\naumentando | aumentou | descrevendo | descreveu\naumentando | aumentou | melhorando | melhorou\naumentando | aumentou | caíndo | caiu\naumentando | aumentou | alimentando | alimentou\naumentando | aumentou | voando | voou\naumentando | aumentou | gerando | gerou\naumentando | aumentou | indo | foi\naumentando | aumentou | escondendo | escondeu\naumentando | aumentou | acertando | acertou\naumentando | aumentou | implementando | implementou\nsaltando | saltou | conhecendo | conheceu\nsaltando | saltou | ouvindo | ouviu\nsaltando | saltou | vendo | olhou\nsaltando | saltou | movendo | moveu\nsaltando | saltou | jogando | pagou\nsaltando | saltou | jogando | jogou\nsaltando | saltou | prevendo | previu\nsaltando | saltou | lendo | ler\nsaltando | saltou | correndo | correu\nsaltando | saltou | dizendo | disse\nsaltando | saltou | gritando | gritou\nsaltando | saltou | vendo | viu\nsaltando | saltou | vendendo | vendeu\nsaltando | saltou | encolhendo | encolheu\nsaltando | saltou | cantando | cantou\nsaltando | saltou | sentando | sentou\nsaltando | saltou | dormindo | dormiu\nsaltando | saltou | abrandando | lentificou\nsaltando | saltou | gastando | gastou\nsaltando | saltou | golpeando | golpeou\nsaltando | saltou | nadando | nadou\nsaltando | saltou | tirando | tirou\nsaltando | saltou | pensando | pensou\nsaltando | saltou | desaparecendo | desapareceu\nsaltando | saltou | andando | andou\nsaltando | saltou | escrevendo | escreveu\nsaltando | saltou | dançando | dançou\nsaltando | saltou | diminuindo | diminuiu\nsaltando | saltou | descrevendo | descreveu\nsaltando | saltou | melhorando | melhorou\nsaltando | saltou | caíndo | caiu\nsaltando | saltou | alimentando | alimentou\nsaltando | saltou | voando | voou\nsaltando | saltou | gerando | gerou\nsaltando | saltou | indo | foi\nsaltando | saltou | escondendo | escondeu\nsaltando | saltou | acertando | acertou\nsaltando | saltou | implementando | implementou\nsaltando | saltou | aumentando | aumentou\nconhecendo | conheceu | ouvindo | ouviu\nconhecendo | conheceu | vendo | olhou\nconhecendo | conheceu | movendo | moveu\nconhecendo | conheceu | jogando | pagou\nconhecendo | conheceu | jogando | jogou\nconhecendo | conheceu | prevendo | previu\nconhecendo | conheceu | lendo | ler\nconhecendo | conheceu | correndo | correu\nconhecendo | conheceu | dizendo | disse\nconhecendo | conheceu | gritando | gritou\nconhecendo | conheceu | vendo | viu\nconhecendo | conheceu | vendendo | vendeu\nconhecendo | conheceu | encolhendo | encolheu\nconhecendo | conheceu | cantando | cantou\nconhecendo | conheceu | sentando | sentou\nconhecendo | conheceu | dormindo | dormiu\nconhecendo | conheceu | abrandando | lentificou\nconhecendo | conheceu | gastando | gastou\nconhecendo | conheceu | golpeando | golpeou\nconhecendo | conheceu | nadando | nadou\nconhecendo | conheceu | tirando | tirou\nconhecendo | conheceu | pensando | pensou\nconhecendo | conheceu | desaparecendo | desapareceu\nconhecendo | conheceu | andando | andou\nconhecendo | conheceu | escrevendo | escreveu\nconhecendo | conheceu | dançando | dançou\nconhecendo | conheceu | diminuindo | diminuiu\nconhecendo | conheceu | descrevendo | descreveu\nconhecendo | conheceu | melhorando | melhorou\nconhecendo | conheceu | caíndo | caiu\nconhecendo | conheceu | alimentando | alimentou\nconhecendo | conheceu | voando | voou\nconhecendo | conheceu | gerando | gerou\nconhecendo | conheceu | indo | foi\nconhecendo | conheceu | escondendo | escondeu\nconhecendo | conheceu | acertando | acertou\nconhecendo | conheceu | implementando | implementou\nconhecendo | conheceu | aumentando | aumentou\nconhecendo | conheceu | saltando | saltou\nouvindo | ouviu | vendo | olhou\nouvindo | ouviu | movendo | moveu\nouvindo | ouviu | jogando | pagou\nouvindo | ouviu | jogando | jogou\nouvindo | ouviu | prevendo | previu\nouvindo | ouviu | lendo | ler\nouvindo | ouviu | correndo | correu\nouvindo | ouviu | dizendo | disse\nouvindo | ouviu | gritando | gritou\nouvindo | ouviu | vendo | viu\nouvindo | ouviu | vendendo | vendeu\nouvindo | ouviu | encolhendo | encolheu\nouvindo | ouviu | cantando | cantou\nouvindo | ouviu | sentando | sentou\nouvindo | ouviu | dormindo | dormiu\nouvindo | ouviu | abrandando | lentificou\nouvindo | ouviu | gastando | gastou\nouvindo | ouviu | golpeando | golpeou\nouvindo | ouviu | nadando | nadou\nouvindo | ouviu | tirando | tirou\nouvindo | ouviu | pensando | pensou\nouvindo | ouviu | desaparecendo | desapareceu\nouvindo | ouviu | andando | andou\nouvindo | ouviu | escrevendo | escreveu\nouvindo | ouviu | dançando | dançou\nouvindo | ouviu | diminuindo | diminuiu\nouvindo | ouviu | descrevendo | descreveu\nouvindo | ouviu | melhorando | melhorou\nouvindo | ouviu | caíndo | caiu\nouvindo | ouviu | alimentando | alimentou\nouvindo | ouviu | voando | voou\nouvindo | ouviu | gerando | gerou\nouvindo | ouviu | indo | foi\nouvindo | ouviu | escondendo | escondeu\nouvindo | ouviu | acertando | acertou\nouvindo | ouviu | implementando | implementou\nouvindo | ouviu | aumentando | aumentou\nouvindo | ouviu | saltando | saltou\nouvindo | ouviu | conhecendo | conheceu\nvendo | olhou | movendo | moveu\nvendo | olhou | jogando | pagou\nvendo | olhou | jogando | jogou\nvendo | olhou | prevendo | previu\nvendo | olhou | lendo | ler\nvendo | olhou | correndo | correu\nvendo | olhou | dizendo | disse\nvendo | olhou | gritando | gritou\nvendo | olhou | vendo | viu\nvendo | olhou | vendendo | vendeu\nvendo | olhou | encolhendo | encolheu\nvendo | olhou | cantando | cantou\nvendo | olhou | sentando | sentou\nvendo | olhou | dormindo | dormiu\nvendo | olhou | abrandando | lentificou\nvendo | olhou | gastando | gastou\nvendo | olhou | golpeando | golpeou\nvendo | olhou | nadando | nadou\nvendo | olhou | tirando | tirou\nvendo | olhou | pensando | pensou\nvendo | olhou | desaparecendo | desapareceu\nvendo | olhou | andando | andou\nvendo | olhou | escrevendo | escreveu\nvendo | olhou | dançando | dançou\nvendo | olhou | diminuindo | diminuiu\nvendo | olhou | descrevendo | descreveu\nvendo | olhou | melhorando | melhorou\nvendo | olhou | caíndo | caiu\nvendo | olhou | alimentando | alimentou\nvendo | olhou | voando | voou\nvendo | olhou | gerando | gerou\nvendo | olhou | indo | foi\nvendo | olhou | escondendo | escondeu\nvendo | olhou | acertando | acertou\nvendo | olhou | implementando | implementou\nvendo | olhou | aumentando | aumentou\nvendo | olhou | saltando | saltou\nvendo | olhou | conhecendo | conheceu\nvendo | olhou | ouvindo | ouviu\nmovendo | moveu | jogando | pagou\nmovendo | moveu | jogando | jogou\nmovendo | moveu | prevendo | previu\nmovendo | moveu | lendo | ler\nmovendo | moveu | correndo | correu\nmovendo | moveu | dizendo | disse\nmovendo | moveu | gritando | gritou\nmovendo | moveu | vendo | viu\nmovendo | moveu | vendendo | vendeu\nmovendo | moveu | encolhendo | encolheu\nmovendo | moveu | cantando | cantou\nmovendo | moveu | sentando | sentou\nmovendo | moveu | dormindo | dormiu\nmovendo | moveu | abrandando | lentificou\nmovendo | moveu | gastando | gastou\nmovendo | moveu | golpeando | golpeou\nmovendo | moveu | nadando | nadou\nmovendo | moveu | tirando | tirou\nmovendo | moveu | pensando | pensou\nmovendo | moveu | desaparecendo | desapareceu\nmovendo | moveu | andando | andou\nmovendo | moveu | escrevendo | escreveu\nmovendo | moveu | dançando | dançou\nmovendo | moveu | diminuindo | diminuiu\nmovendo | moveu | descrevendo | descreveu\nmovendo | moveu | melhorando | melhorou\nmovendo | moveu | caíndo | caiu\nmovendo | moveu | alimentando | alimentou\nmovendo | moveu | voando | voou\nmovendo | moveu | gerando | gerou\nmovendo | moveu | indo | foi\nmovendo | moveu | escondendo | escondeu\nmovendo | moveu | acertando | acertou\nmovendo | moveu | implementando | implementou\nmovendo | moveu | aumentando | aumentou\nmovendo | moveu | saltando | saltou\nmovendo | moveu | conhecendo | conheceu\nmovendo | moveu | ouvindo | ouviu\nmovendo | moveu | vendo | olhou\njogando | pagou | jogando | jogou\njogando | pagou | prevendo | previu\njogando | pagou | lendo | ler\njogando | pagou | correndo | correu\njogando | pagou | dizendo | disse\njogando | pagou | gritando | gritou\njogando | pagou | vendo | viu\njogando | pagou | vendendo | vendeu\njogando | pagou | encolhendo | encolheu\njogando | pagou | cantando | cantou\njogando | pagou | sentando | sentou\njogando | pagou | dormindo | dormiu\njogando | pagou | abrandando | lentificou\njogando | pagou | gastando | gastou\njogando | pagou | golpeando | golpeou\njogando | pagou | nadando | nadou\njogando | pagou | tirando | tirou\njogando | pagou | pensando | pensou\njogando | pagou | desaparecendo | desapareceu\njogando | pagou | andando | andou\njogando | pagou | escrevendo | escreveu\njogando | pagou | dançando | dançou\njogando | pagou | diminuindo | diminuiu\njogando | pagou | descrevendo | descreveu\njogando | pagou | melhorando | melhorou\njogando | pagou | caíndo | caiu\njogando | pagou | alimentando | alimentou\njogando | pagou | voando | voou\njogando | pagou | gerando | gerou\njogando | pagou | indo | foi\njogando | pagou | escondendo | escondeu\njogando | pagou | acertando | acertou\njogando | pagou | implementando | implementou\njogando | pagou | aumentando | aumentou\njogando | pagou | saltando | saltou\njogando | pagou | conhecendo | conheceu\njogando | pagou | ouvindo | ouviu\njogando | pagou | vendo | olhou\njogando | pagou | movendo | moveu\njogando | jogou | prevendo | previu\njogando | jogou | lendo | ler\njogando | jogou | correndo | correu\njogando | jogou | dizendo | disse\njogando | jogou | gritando | gritou\njogando | jogou | vendo | viu\njogando | jogou | vendendo | vendeu\njogando | jogou | encolhendo | encolheu\njogando | jogou | cantando | cantou\njogando | jogou | sentando | sentou\njogando | jogou | dormindo | dormiu\njogando | jogou | abrandando | lentificou\njogando | jogou | gastando | gastou\njogando | jogou | golpeando | golpeou\njogando | jogou | nadando | nadou\njogando | jogou | tirando | tirou\njogando | jogou | pensando | pensou\njogando | jogou | desaparecendo | desapareceu\njogando | jogou | andando | andou\njogando | jogou | escrevendo | escreveu\njogando | jogou | dançando | dançou\njogando | jogou | diminuindo | diminuiu\njogando | jogou | descrevendo | descreveu\njogando | jogou | melhorando | melhorou\njogando | jogou | caíndo | caiu\njogando | jogou | alimentando | alimentou\njogando | jogou | voando | voou\njogando | jogou | gerando | gerou\njogando | jogou | indo | foi\njogando | jogou | escondendo | escondeu\njogando | jogou | acertando | acertou\njogando | jogou | implementando | implementou\njogando | jogou | aumentando | aumentou\njogando | jogou | saltando | saltou\njogando | jogou | conhecendo | conheceu\njogando | jogou | ouvindo | ouviu\njogando | jogou | vendo | olhou\njogando | jogou | movendo | moveu\njogando | jogou | jogando | pagou\nprevendo | previu | lendo | ler\nprevendo | previu | correndo | correu\nprevendo | previu | dizendo | disse\nprevendo | previu | gritando | gritou\nprevendo | previu | vendo | viu\nprevendo | previu | vendendo | vendeu\nprevendo | previu | encolhendo | encolheu\nprevendo | previu | cantando | cantou\nprevendo | previu | sentando | sentou\nprevendo | previu | dormindo | dormiu\nprevendo | previu | abrandando | lentificou\nprevendo | previu | gastando | gastou\nprevendo | previu | golpeando | golpeou\nprevendo | previu | nadando | nadou\nprevendo | previu | tirando | tirou\nprevendo | previu | pensando | pensou\nprevendo | previu | desaparecendo | desapareceu\nprevendo | previu | andando | andou\nprevendo | previu | escrevendo | escreveu\nprevendo | previu | dançando | dançou\nprevendo | previu | diminuindo | diminuiu\nprevendo | previu | descrevendo | descreveu\nprevendo | previu | melhorando | melhorou\nprevendo | previu | caíndo | caiu\nprevendo | previu | alimentando | alimentou\nprevendo | previu | voando | voou\nprevendo | previu | gerando | gerou\nprevendo | previu | indo | foi\nprevendo | previu | escondendo | escondeu\nprevendo | previu | acertando | acertou\nprevendo | previu | implementando | implementou\nprevendo | previu | aumentando | aumentou\nprevendo | previu | saltando | saltou\nprevendo | previu | conhecendo | conheceu\nprevendo | previu | ouvindo | ouviu\nprevendo | previu | vendo | olhou\nprevendo | previu | movendo | moveu\nprevendo | previu | jogando | pagou\nprevendo | previu | jogando | jogou\nlendo | ler | correndo | correu\nlendo | ler | dizendo | disse\nlendo | ler | gritando | gritou\nlendo | ler | vendo | viu\nlendo | ler | vendendo | vendeu\nlendo | ler | encolhendo | encolheu\nlendo | ler | cantando | cantou\nlendo | ler | sentando | sentou\nlendo | ler | dormindo | dormiu\nlendo | ler | abrandando | lentificou\nlendo | ler | gastando | gastou\nlendo | ler | golpeando | golpeou\nlendo | ler | nadando | nadou\nlendo | ler | tirando | tirou\nlendo | ler | pensando | pensou\nlendo | ler | desaparecendo | desapareceu\nlendo | ler | andando | andou\nlendo | ler | escrevendo | escreveu\nlendo | ler | dançando | dançou\nlendo | ler | diminuindo | diminuiu\nlendo | ler | descrevendo | descreveu\nlendo | ler | melhorando | melhorou\nlendo | ler | caíndo | caiu\nlendo | ler | alimentando | alimentou\nlendo | ler | voando | voou\nlendo | ler | gerando | gerou\nlendo | ler | indo | foi\nlendo | ler | escondendo | escondeu\nlendo | ler | acertando | acertou\nlendo | ler | implementando | implementou\nlendo | ler | aumentando | aumentou\nlendo | ler | saltando | saltou\nlendo | ler | conhecendo | conheceu\nlendo | ler | ouvindo | ouviu\nlendo | ler | vendo | olhou\nlendo | ler | movendo | moveu\nlendo | ler | jogando | pagou\nlendo | ler | jogando | jogou\nlendo | ler | prevendo | previu\ncorrendo | correu | dizendo | disse\ncorrendo | correu | gritando | gritou\ncorrendo | correu | vendo | viu\ncorrendo | correu | vendendo | vendeu\ncorrendo | correu | encolhendo | encolheu\ncorrendo | correu | cantando | cantou\ncorrendo | correu | sentando | sentou\ncorrendo | correu | dormindo | dormiu\ncorrendo | correu | abrandando | lentificou\ncorrendo | correu | gastando | gastou\ncorrendo | correu | golpeando | golpeou\ncorrendo | correu | nadando | nadou\ncorrendo | correu | tirando | tirou\ncorrendo | correu | pensando | pensou\ncorrendo | correu | desaparecendo | desapareceu\ncorrendo | correu | andando | andou\ncorrendo | correu | escrevendo | escreveu\ncorrendo | correu | dançando | dançou\ncorrendo | correu | diminuindo | diminuiu\ncorrendo | correu | descrevendo | descreveu\ncorrendo | correu | melhorando | melhorou\ncorrendo | correu | caíndo | caiu\ncorrendo | correu | alimentando | alimentou\ncorrendo | correu | voando | voou\ncorrendo | correu | gerando | gerou\ncorrendo | correu | indo | foi\ncorrendo | correu | escondendo | escondeu\ncorrendo | correu | acertando | acertou\ncorrendo | correu | implementando | implementou\ncorrendo | correu | aumentando | aumentou\ncorrendo | correu | saltando | saltou\ncorrendo | correu | conhecendo | conheceu\ncorrendo | correu | ouvindo | ouviu\ncorrendo | correu | vendo | olhou\ncorrendo | correu | movendo | moveu\ncorrendo | correu | jogando | pagou\ncorrendo | correu | jogando | jogou\ncorrendo | correu | prevendo | previu\ncorrendo | correu | lendo | ler\ndizendo | disse | gritando | gritou\ndizendo | disse | vendo | viu\ndizendo | disse | vendendo | vendeu\ndizendo | disse | encolhendo | encolheu\ndizendo | disse | cantando | cantou\ndizendo | disse | sentando | sentou\ndizendo | disse | dormindo | dormiu\ndizendo | disse | abrandando | lentificou\ndizendo | disse | gastando | gastou\ndizendo | disse | golpeando | golpeou\ndizendo | disse | nadando | nadou\ndizendo | disse | tirando | tirou\ndizendo | disse | pensando | pensou\ndizendo | disse | desaparecendo | desapareceu\ndizendo | disse | andando | andou\ndizendo | disse | escrevendo | escreveu\ndizendo | disse | dançando | dançou\ndizendo | disse | diminuindo | diminuiu\ndizendo | disse | descrevendo | descreveu\ndizendo | disse | melhorando | melhorou\ndizendo | disse | caíndo | caiu\ndizendo | disse | alimentando | alimentou\ndizendo | disse | voando | voou\ndizendo | disse | gerando | gerou\ndizendo | disse | indo | foi\ndizendo | disse | escondendo | escondeu\ndizendo | disse | acertando | acertou\ndizendo | disse | implementando | implementou\ndizendo | disse | aumentando | aumentou\ndizendo | disse | saltando | saltou\ndizendo | disse | conhecendo | conheceu\ndizendo | disse | ouvindo | ouviu\ndizendo | disse | vendo | olhou\ndizendo | disse | movendo | moveu\ndizendo | disse | jogando | pagou\ndizendo | disse | jogando | jogou\ndizendo | disse | prevendo | previu\ndizendo | disse | lendo | ler\ndizendo | disse | correndo | correu\ngritando | gritou | vendo | viu\ngritando | gritou | vendendo | vendeu\ngritando | gritou | encolhendo | encolheu\ngritando | gritou | cantando | cantou\ngritando | gritou | sentando | sentou\ngritando | gritou | dormindo | dormiu\ngritando | gritou | abrandando | lentificou\ngritando | gritou | gastando | gastou\ngritando | gritou | golpeando | golpeou\ngritando | gritou | nadando | nadou\ngritando | gritou | tirando | tirou\ngritando | gritou | pensando | pensou\ngritando | gritou | desaparecendo | desapareceu\ngritando | gritou | andando | andou\ngritando | gritou | escrevendo | escreveu\ngritando | gritou | dançando | dançou\ngritando | gritou | diminuindo | diminuiu\ngritando | gritou | descrevendo | descreveu\ngritando | gritou | melhorando | melhorou\ngritando | gritou | caíndo | caiu\ngritando | gritou | alimentando | alimentou\ngritando | gritou | voando | voou\ngritando | gritou | gerando | gerou\ngritando | gritou | indo | foi\ngritando | gritou | escondendo | escondeu\ngritando | gritou | acertando | acertou\ngritando | gritou | implementando | implementou\ngritando | gritou | aumentando | aumentou\ngritando | gritou | saltando | saltou\ngritando | gritou | conhecendo | conheceu\ngritando | gritou | ouvindo | ouviu\ngritando | gritou | vendo | olhou\ngritando | gritou | movendo | moveu\ngritando | gritou | jogando | pagou\ngritando | gritou | jogando | jogou\ngritando | gritou | prevendo | previu\ngritando | gritou | lendo | ler\ngritando | gritou | correndo | correu\ngritando | gritou | dizendo | disse\nvendo | viu | vendendo | vendeu\nvendo | viu | encolhendo | encolheu\nvendo | viu | cantando | cantou\nvendo | viu | sentando | sentou\nvendo | viu | dormindo | dormiu\nvendo | viu | abrandando | lentificou\nvendo | viu | gastando | gastou\nvendo | viu | golpeando | golpeou\nvendo | viu | nadando | nadou\nvendo | viu | tirando | tirou\nvendo | viu | pensando | pensou\nvendo | viu | desaparecendo | desapareceu\nvendo | viu | andando | andou\nvendo | viu | escrevendo | escreveu\nvendo | viu | dançando | dançou\nvendo | viu | diminuindo | diminuiu\nvendo | viu | descrevendo | descreveu\nvendo | viu | melhorando | melhorou\nvendo | viu | caíndo | caiu\nvendo | viu | alimentando | alimentou\nvendo | viu | voando | voou\nvendo | viu | gerando | gerou\nvendo | viu | indo | foi\nvendo | viu | escondendo | escondeu\nvendo | viu | acertando | acertou\nvendo | viu | implementando | implementou\nvendo | viu | aumentando | aumentou\nvendo | viu | saltando | saltou\nvendo | viu | conhecendo | conheceu\nvendo | viu | ouvindo | ouviu\nvendo | viu | vendo | olhou\nvendo | viu | movendo | moveu\nvendo | viu | jogando | pagou\nvendo | viu | jogando | jogou\nvendo | viu | prevendo | previu\nvendo | viu | lendo | ler\nvendo | viu | correndo | correu\nvendo | viu | dizendo | disse\nvendo | viu | gritando | gritou\nvendendo | vendeu | encolhendo | encolheu\nvendendo | vendeu | cantando | cantou\nvendendo | vendeu | sentando | sentou\nvendendo | vendeu | dormindo | dormiu\nvendendo | vendeu | abrandando | lentificou\nvendendo | vendeu | gastando | gastou\nvendendo | vendeu | golpeando | golpeou\nvendendo | vendeu | nadando | nadou\nvendendo | vendeu | tirando | tirou\nvendendo | vendeu | pensando | pensou\nvendendo | vendeu | desaparecendo | desapareceu\nvendendo | vendeu | andando | andou\nvendendo | vendeu | escrevendo | escreveu\nvendendo | vendeu | dançando | dançou\nvendendo | vendeu | diminuindo | diminuiu\nvendendo | vendeu | descrevendo | descreveu\nvendendo | vendeu | melhorando | melhorou\nvendendo | vendeu | caíndo | caiu\nvendendo | vendeu | alimentando | alimentou\nvendendo | vendeu | voando | voou\nvendendo | vendeu | gerando | gerou\nvendendo | vendeu | indo | foi\nvendendo | vendeu | escondendo | escondeu\nvendendo | vendeu | acertando | acertou\nvendendo | vendeu | implementando | implementou\nvendendo | vendeu | aumentando | aumentou\nvendendo | vendeu | saltando | saltou\nvendendo | vendeu | conhecendo | conheceu\nvendendo | vendeu | ouvindo | ouviu\nvendendo | vendeu | vendo | olhou\nvendendo | vendeu | movendo | moveu\nvendendo | vendeu | jogando | pagou\nvendendo | vendeu | jogando | jogou\nvendendo | vendeu | prevendo | previu\nvendendo | vendeu | lendo | ler\nvendendo | vendeu | correndo | correu\nvendendo | vendeu | dizendo | disse\nvendendo | vendeu | gritando | gritou\nvendendo | vendeu | vendo | viu\nencolhendo | encolheu | cantando | cantou\nencolhendo | encolheu | sentando | sentou\nencolhendo | encolheu | dormindo | dormiu\nencolhendo | encolheu | abrandando | lentificou\nencolhendo | encolheu | gastando | gastou\nencolhendo | encolheu | golpeando | golpeou\nencolhendo | encolheu | nadando | nadou\nencolhendo | encolheu | tirando | tirou\nencolhendo | encolheu | pensando | pensou\nencolhendo | encolheu | desaparecendo | desapareceu\nencolhendo | encolheu | andando | andou\nencolhendo | encolheu | escrevendo | escreveu\nencolhendo | encolheu | dançando | dançou\nencolhendo | encolheu | diminuindo | diminuiu\nencolhendo | encolheu | descrevendo | descreveu\nencolhendo | encolheu | melhorando | melhorou\nencolhendo | encolheu | caíndo | caiu\nencolhendo | encolheu | alimentando | alimentou\nencolhendo | encolheu | voando | voou\nencolhendo | encolheu | gerando | gerou\nencolhendo | encolheu | indo | foi\nencolhendo | encolheu | escondendo | escondeu\nencolhendo | encolheu | acertando | acertou\nencolhendo | encolheu | implementando | implementou\nencolhendo | encolheu | aumentando | aumentou\nencolhendo | encolheu | saltando | saltou\nencolhendo | encolheu | conhecendo | conheceu\nencolhendo | encolheu | ouvindo | ouviu\nencolhendo | encolheu | vendo | olhou\nencolhendo | encolheu | movendo | moveu\nencolhendo | encolheu | jogando | pagou\nencolhendo | encolheu | jogando | jogou\nencolhendo | encolheu | prevendo | previu\nencolhendo | encolheu | lendo | ler\nencolhendo | encolheu | correndo | correu\nencolhendo | encolheu | dizendo | disse\nencolhendo | encolheu | gritando | gritou\nencolhendo | encolheu | vendo | viu\nencolhendo | encolheu | vendendo | vendeu\ncantando | cantou | sentando | sentou\ncantando | cantou | dormindo | dormiu\ncantando | cantou | abrandando | lentificou\ncantando | cantou | gastando | gastou\ncantando | cantou | golpeando | golpeou\ncantando | cantou | nadando | nadou\ncantando | cantou | tirando | tirou\ncantando | cantou | pensando | pensou\ncantando | cantou | desaparecendo | desapareceu\ncantando | cantou | andando | andou\ncantando | cantou | escrevendo | escreveu\ncantando | cantou | dançando | dançou\ncantando | cantou | diminuindo | diminuiu\ncantando | cantou | descrevendo | descreveu\ncantando | cantou | melhorando | melhorou\ncantando | cantou | caíndo | caiu\ncantando | cantou | alimentando | alimentou\ncantando | cantou | voando | voou\ncantando | cantou | gerando | gerou\ncantando | cantou | indo | foi\ncantando | cantou | escondendo | escondeu\ncantando | cantou | acertando | acertou\ncantando | cantou | implementando | implementou\ncantando | cantou | aumentando | aumentou\ncantando | cantou | saltando | saltou\ncantando | cantou | conhecendo | conheceu\ncantando | cantou | ouvindo | ouviu\ncantando | cantou | vendo | olhou\ncantando | cantou | movendo | moveu\ncantando | cantou | jogando | pagou\ncantando | cantou | jogando | jogou\ncantando | cantou | prevendo | previu\ncantando | cantou | lendo | ler\ncantando | cantou | correndo | correu\ncantando | cantou | dizendo | disse\ncantando | cantou | gritando | gritou\ncantando | cantou | vendo | viu\ncantando | cantou | vendendo | vendeu\ncantando | cantou | encolhendo | encolheu\nsentando | sentou | dormindo | dormiu\nsentando | sentou | abrandando | lentificou\nsentando | sentou | gastando | gastou\nsentando | sentou | golpeando | golpeou\nsentando | sentou | nadando | nadou\nsentando | sentou | tirando | tirou\nsentando | sentou | pensando | pensou\nsentando | sentou | desaparecendo | desapareceu\nsentando | sentou | andando | andou\nsentando | sentou | escrevendo | escreveu\nsentando | sentou | dançando | dançou\nsentando | sentou | diminuindo | diminuiu\nsentando | sentou | descrevendo | descreveu\nsentando | sentou | melhorando | melhorou\nsentando | sentou | caíndo | caiu\nsentando | sentou | alimentando | alimentou\nsentando | sentou | voando | voou\nsentando | sentou | gerando | gerou\nsentando | sentou | indo | foi\nsentando | sentou | escondendo | escondeu\nsentando | sentou | acertando | acertou\nsentando | sentou | implementando | implementou\nsentando | sentou | aumentando | aumentou\nsentando | sentou | saltando | saltou\nsentando | sentou | conhecendo | conheceu\nsentando | sentou | ouvindo | ouviu\nsentando | sentou | vendo | olhou\nsentando | sentou | movendo | moveu\nsentando | sentou | jogando | pagou\nsentando | sentou | jogando | jogou\nsentando | sentou | prevendo | previu\nsentando | sentou | lendo | ler\nsentando | sentou | correndo | correu\nsentando | sentou | dizendo | disse\nsentando | sentou | gritando | gritou\nsentando | sentou | vendo | viu\nsentando | sentou | vendendo | vendeu\nsentando | sentou | encolhendo | encolheu\nsentando | sentou | cantando | cantou\ndormindo | dormiu | abrandando | lentificou\ndormindo | dormiu | gastando | gastou\ndormindo | dormiu | golpeando | golpeou\ndormindo | dormiu | nadando | nadou\ndormindo | dormiu | tirando | tirou\ndormindo | dormiu | pensando | pensou\ndormindo | dormiu | desaparecendo | desapareceu\ndormindo | dormiu | andando | andou\ndormindo | dormiu | escrevendo | escreveu\ndormindo | dormiu | dançando | dançou\ndormindo | dormiu | diminuindo | diminuiu\ndormindo | dormiu | descrevendo | descreveu\ndormindo | dormiu | melhorando | melhorou\ndormindo | dormiu | caíndo | caiu\ndormindo | dormiu | alimentando | alimentou\ndormindo | dormiu | voando | voou\ndormindo | dormiu | gerando | gerou\ndormindo | dormiu | indo | foi\ndormindo | dormiu | escondendo | escondeu\ndormindo | dormiu | acertando | acertou\ndormindo | dormiu | implementando | implementou\ndormindo | dormiu | aumentando | aumentou\ndormindo | dormiu | saltando | saltou\ndormindo | dormiu | conhecendo | conheceu\ndormindo | dormiu | ouvindo | ouviu\ndormindo | dormiu | vendo | olhou\ndormindo | dormiu | movendo | moveu\ndormindo | dormiu | jogando | pagou\ndormindo | dormiu | jogando | jogou\ndormindo | dormiu | prevendo | previu\ndormindo | dormiu | lendo | ler\ndormindo | dormiu | correndo | correu\ndormindo | dormiu | dizendo | disse\ndormindo | dormiu | gritando | gritou\ndormindo | dormiu | vendo | viu\ndormindo | dormiu | vendendo | vendeu\ndormindo | dormiu | encolhendo | encolheu\ndormindo | dormiu | cantando | cantou\ndormindo | dormiu | sentando | sentou\nabrandando | lentificou | gastando | gastou\nabrandando | lentificou | golpeando | golpeou\nabrandando | lentificou | nadando | nadou\nabrandando | lentificou | tirando | tirou\nabrandando | lentificou | pensando | pensou\nabrandando | lentificou | desaparecendo | desapareceu\nabrandando | lentificou | andando | andou\nabrandando | lentificou | escrevendo | escreveu\nabrandando | lentificou | dançando | dançou\nabrandando | lentificou | diminuindo | diminuiu\nabrandando | lentificou | descrevendo | descreveu\nabrandando | lentificou | melhorando | melhorou\nabrandando | lentificou | caíndo | caiu\nabrandando | lentificou | alimentando | alimentou\nabrandando | lentificou | voando | voou\nabrandando | lentificou | gerando | gerou\nabrandando | lentificou | indo | foi\nabrandando | lentificou | escondendo | escondeu\nabrandando | lentificou | acertando | acertou\nabrandando | lentificou | implementando | implementou\nabrandando | lentificou | aumentando | aumentou\nabrandando | lentificou | saltando | saltou\nabrandando | lentificou | conhecendo | conheceu\nabrandando | lentificou | ouvindo | ouviu\nabrandando | lentificou | vendo | olhou\nabrandando | lentificou | movendo | moveu\nabrandando | lentificou | jogando | pagou\nabrandando | lentificou | jogando | jogou\nabrandando | lentificou | prevendo | previu\nabrandando | lentificou | lendo | ler\nabrandando | lentificou | correndo | correu\nabrandando | lentificou | dizendo | disse\nabrandando | lentificou | gritando | gritou\nabrandando | lentificou | vendo | viu\nabrandando | lentificou | vendendo | vendeu\nabrandando | lentificou | encolhendo | encolheu\nabrandando | lentificou | cantando | cantou\nabrandando | lentificou | sentando | sentou\nabrandando | lentificou | dormindo | dormiu\ngastando | gastou | golpeando | golpeou\ngastando | gastou | nadando | nadou\ngastando | gastou | tirando | tirou\ngastando | gastou | pensando | pensou\ngastando | gastou | desaparecendo | desapareceu\ngastando | gastou | andando | andou\ngastando | gastou | escrevendo | escreveu\ngastando | gastou | dançando | dançou\ngastando | gastou | diminuindo | diminuiu\ngastando | gastou | descrevendo | descreveu\ngastando | gastou | melhorando | melhorou\ngastando | gastou | caíndo | caiu\ngastando | gastou | alimentando | alimentou\ngastando | gastou | voando | voou\ngastando | gastou | gerando | gerou\ngastando | gastou | indo | foi\ngastando | gastou | escondendo | escondeu\ngastando | gastou | acertando | acertou\ngastando | gastou | implementando | implementou\ngastando | gastou | aumentando | aumentou\ngastando | gastou | saltando | saltou\ngastando | gastou | conhecendo | conheceu\ngastando | gastou | ouvindo | ouviu\ngastando | gastou | vendo | olhou\ngastando | gastou | movendo | moveu\ngastando | gastou | jogando | pagou\ngastando | gastou | jogando | jogou\ngastando | gastou | prevendo | previu\ngastando | gastou | lendo | ler\ngastando | gastou | correndo | correu\ngastando | gastou | dizendo | disse\ngastando | gastou | gritando | gritou\ngastando | gastou | vendo | viu\ngastando | gastou | vendendo | vendeu\ngastando | gastou | encolhendo | encolheu\ngastando | gastou | cantando | cantou\ngastando | gastou | sentando | sentou\ngastando | gastou | dormindo | dormiu\ngastando | gastou | abrandando | lentificou\ngolpeando | golpeou | nadando | nadou\ngolpeando | golpeou | tirando | tirou\ngolpeando | golpeou | pensando | pensou\ngolpeando | golpeou | desaparecendo | desapareceu\ngolpeando | golpeou | andando | andou\ngolpeando | golpeou | escrevendo | escreveu\ngolpeando | golpeou | dançando | dançou\ngolpeando | golpeou | diminuindo | diminuiu\ngolpeando | golpeou | descrevendo | descreveu\ngolpeando | golpeou | melhorando | melhorou\ngolpeando | golpeou | caíndo | caiu\ngolpeando | golpeou | alimentando | alimentou\ngolpeando | golpeou | voando | voou\ngolpeando | golpeou | gerando | gerou\ngolpeando | golpeou | indo | foi\ngolpeando | golpeou | escondendo | escondeu\ngolpeando | golpeou | acertando | acertou\ngolpeando | golpeou | implementando | implementou\ngolpeando | golpeou | aumentando | aumentou\ngolpeando | golpeou | saltando | saltou\ngolpeando | golpeou | conhecendo | conheceu\ngolpeando | golpeou | ouvindo | ouviu\ngolpeando | golpeou | vendo | olhou\ngolpeando | golpeou | movendo | moveu\ngolpeando | golpeou | jogando | pagou\ngolpeando | golpeou | jogando | jogou\ngolpeando | golpeou | prevendo | previu\ngolpeando | golpeou | lendo | ler\ngolpeando | golpeou | correndo | correu\ngolpeando | golpeou | dizendo | disse\ngolpeando | golpeou | gritando | gritou\ngolpeando | golpeou | vendo | viu\ngolpeando | golpeou | vendendo | vendeu\ngolpeando | golpeou | encolhendo | encolheu\ngolpeando | golpeou | cantando | cantou\ngolpeando | golpeou | sentando | sentou\ngolpeando | golpeou | dormindo | dormiu\ngolpeando | golpeou | abrandando | lentificou\ngolpeando | golpeou | gastando | gastou\nnadando | nadou | tirando | tirou\nnadando | nadou | pensando | pensou\nnadando | nadou | desaparecendo | desapareceu\nnadando | nadou | andando | andou\nnadando | nadou | escrevendo | escreveu\nnadando | nadou | dançando | dançou\nnadando | nadou | diminuindo | diminuiu\nnadando | nadou | descrevendo | descreveu\nnadando | nadou | melhorando | melhorou\nnadando | nadou | caíndo | caiu\nnadando | nadou | alimentando | alimentou\nnadando | nadou | voando | voou\nnadando | nadou | gerando | gerou\nnadando | nadou | indo | foi\nnadando | nadou | escondendo | escondeu\nnadando | nadou | acertando | acertou\nnadando | nadou | implementando | implementou\nnadando | nadou | aumentando | aumentou\nnadando | nadou | saltando | saltou\nnadando | nadou | conhecendo | conheceu\nnadando | nadou | ouvindo | ouviu\nnadando | nadou | vendo | olhou\nnadando | nadou | movendo | moveu\nnadando | nadou | jogando | pagou\nnadando | nadou | jogando | jogou\nnadando | nadou | prevendo | previu\nnadando | nadou | lendo | ler\nnadando | nadou | correndo | correu\nnadando | nadou | dizendo | disse\nnadando | nadou | gritando | gritou\nnadando | nadou | vendo | viu\nnadando | nadou | vendendo | vendeu\nnadando | nadou | encolhendo | encolheu\nnadando | nadou | cantando | cantou\nnadando | nadou | sentando | sentou\nnadando | nadou | dormindo | dormiu\nnadando | nadou | abrandando | lentificou\nnadando | nadou | gastando | gastou\nnadando | nadou | golpeando | golpeou\ntirando | tirou | pensando | pensou\ntirando | tirou | desaparecendo | desapareceu\ntirando | tirou | andando | andou\ntirando | tirou | escrevendo | escreveu\ntirando | tirou | dançando | dançou\ntirando | tirou | diminuindo | diminuiu\ntirando | tirou | descrevendo | descreveu\ntirando | tirou | melhorando | melhorou\ntirando | tirou | caíndo | caiu\ntirando | tirou | alimentando | alimentou\ntirando | tirou | voando | voou\ntirando | tirou | gerando | gerou\ntirando | tirou | indo | foi\ntirando | tirou | escondendo | escondeu\ntirando | tirou | acertando | acertou\ntirando | tirou | implementando | implementou\ntirando | tirou | aumentando | aumentou\ntirando | tirou | saltando | saltou\ntirando | tirou | conhecendo | conheceu\ntirando | tirou | ouvindo | ouviu\ntirando | tirou | vendo | olhou\ntirando | tirou | movendo | moveu\ntirando | tirou | jogando | pagou\ntirando | tirou | jogando | jogou\ntirando | tirou | prevendo | previu\ntirando | tirou | lendo | ler\ntirando | tirou | correndo | correu\ntirando | tirou | dizendo | disse\ntirando | tirou | gritando | gritou\ntirando | tirou | vendo | viu\ntirando | tirou | vendendo | vendeu\ntirando | tirou | encolhendo | encolheu\ntirando | tirou | cantando | cantou\ntirando | tirou | sentando | sentou\ntirando | tirou | dormindo | dormiu\ntirando | tirou | abrandando | lentificou\ntirando | tirou | gastando | gastou\ntirando | tirou | golpeando | golpeou\ntirando | tirou | nadando | nadou\npensando | pensou | desaparecendo | desapareceu\npensando | pensou | andando | andou\npensando | pensou | escrevendo | escreveu\npensando | pensou | dançando | dançou\npensando | pensou | diminuindo | diminuiu\npensando | pensou | descrevendo | descreveu\npensando | pensou | melhorando | melhorou\npensando | pensou | caíndo | caiu\npensando | pensou | alimentando | alimentou\npensando | pensou | voando | voou\npensando | pensou | gerando | gerou\npensando | pensou | indo | foi\npensando | pensou | escondendo | escondeu\npensando | pensou | acertando | acertou\npensando | pensou | implementando | implementou\npensando | pensou | aumentando | aumentou\npensando | pensou | saltando | saltou\npensando | pensou | conhecendo | conheceu\npensando | pensou | ouvindo | ouviu\npensando | pensou | vendo | olhou\npensando | pensou | movendo | moveu\npensando | pensou | jogando | pagou\npensando | pensou | jogando | jogou\npensando | pensou | prevendo | previu\npensando | pensou | lendo | ler\npensando | pensou | correndo | correu\npensando | pensou | dizendo | disse\npensando | pensou | gritando | gritou\npensando | pensou | vendo | viu\npensando | pensou | vendendo | vendeu\npensando | pensou | encolhendo | encolheu\npensando | pensou | cantando | cantou\npensando | pensou | sentando | sentou\npensando | pensou | dormindo | dormiu\npensando | pensou | abrandando | lentificou\npensando | pensou | gastando | gastou\npensando | pensou | golpeando | golpeou\npensando | pensou | nadando | nadou\npensando | pensou | tirando | tirou\ndesaparecendo | desapareceu | andando | andou\ndesaparecendo | desapareceu | escrevendo | escreveu\ndesaparecendo | desapareceu | dançando | dançou\ndesaparecendo | desapareceu | diminuindo | diminuiu\ndesaparecendo | desapareceu | descrevendo | descreveu\ndesaparecendo | desapareceu | melhorando | melhorou\ndesaparecendo | desapareceu | caíndo | caiu\ndesaparecendo | desapareceu | alimentando | alimentou\ndesaparecendo | desapareceu | voando | voou\ndesaparecendo | desapareceu | gerando | gerou\ndesaparecendo | desapareceu | indo | foi\ndesaparecendo | desapareceu | escondendo | escondeu\ndesaparecendo | desapareceu | acertando | acertou\ndesaparecendo | desapareceu | implementando | implementou\ndesaparecendo | desapareceu | aumentando | aumentou\ndesaparecendo | desapareceu | saltando | saltou\ndesaparecendo | desapareceu | conhecendo | conheceu\ndesaparecendo | desapareceu | ouvindo | ouviu\ndesaparecendo | desapareceu | vendo | olhou\ndesaparecendo | desapareceu | movendo | moveu\ndesaparecendo | desapareceu | jogando | pagou\ndesaparecendo | desapareceu | jogando | jogou\ndesaparecendo | desapareceu | prevendo | previu\ndesaparecendo | desapareceu | lendo | ler\ndesaparecendo | desapareceu | correndo | correu\ndesaparecendo | desapareceu | dizendo | disse\ndesaparecendo | desapareceu | gritando | gritou\ndesaparecendo | desapareceu | vendo | viu\ndesaparecendo | desapareceu | vendendo | vendeu\ndesaparecendo | desapareceu | encolhendo | encolheu\ndesaparecendo | desapareceu | cantando | cantou\ndesaparecendo | desapareceu | sentando | sentou\ndesaparecendo | desapareceu | dormindo | dormiu\ndesaparecendo | desapareceu | abrandando | lentificou\ndesaparecendo | desapareceu | gastando | gastou\ndesaparecendo | desapareceu | golpeando | golpeou\ndesaparecendo | desapareceu | nadando | nadou\ndesaparecendo | desapareceu | tirando | tirou\ndesaparecendo | desapareceu | pensando | pensou\nandando | andou | escrevendo | escreveu\nandando | andou | dançando | dançou\nandando | andou | diminuindo | diminuiu\nandando | andou | descrevendo | descreveu\nandando | andou | melhorando | melhorou\nandando | andou | caíndo | caiu\nandando | andou | alimentando | alimentou\nandando | andou | voando | voou\nandando | andou | gerando | gerou\nandando | andou | indo | foi\nandando | andou | escondendo | escondeu\nandando | andou | acertando | acertou\nandando | andou | implementando | implementou\nandando | andou | aumentando | aumentou\nandando | andou | saltando | saltou\nandando | andou | conhecendo | conheceu\nandando | andou | ouvindo | ouviu\nandando | andou | vendo | olhou\nandando | andou | movendo | moveu\nandando | andou | jogando | pagou\nandando | andou | jogando | jogou\nandando | andou | prevendo | previu\nandando | andou | lendo | ler\nandando | andou | correndo | correu\nandando | andou | dizendo | disse\nandando | andou | gritando | gritou\nandando | andou | vendo | viu\nandando | andou | vendendo | vendeu\nandando | andou | encolhendo | encolheu\nandando | andou | cantando | cantou\nandando | andou | sentando | sentou\nandando | andou | dormindo | dormiu\nandando | andou | abrandando | lentificou\nandando | andou | gastando | gastou\nandando | andou | golpeando | golpeou\nandando | andou | nadando | nadou\nandando | andou | tirando | tirou\nandando | andou | pensando | pensou\nandando | andou | desaparecendo | desapareceu\nescrevendo | escreveu | dançando | dançou\nescrevendo | escreveu | diminuindo | diminuiu\nescrevendo | escreveu | descrevendo | descreveu\nescrevendo | escreveu | melhorando | melhorou\nescrevendo | escreveu | caíndo | caiu\nescrevendo | escreveu | alimentando | alimentou\nescrevendo | escreveu | voando | voou\nescrevendo | escreveu | gerando | gerou\nescrevendo | escreveu | indo | foi\nescrevendo | escreveu | escondendo | escondeu\nescrevendo | escreveu | acertando | acertou\nescrevendo | escreveu | implementando | implementou\nescrevendo | escreveu | aumentando | aumentou\nescrevendo | escreveu | saltando | saltou\nescrevendo | escreveu | conhecendo | conheceu\nescrevendo | escreveu | ouvindo | ouviu\nescrevendo | escreveu | vendo | olhou\nescrevendo | escreveu | movendo | moveu\nescrevendo | escreveu | jogando | pagou\nescrevendo | escreveu | jogando | jogou\nescrevendo | escreveu | prevendo | previu\nescrevendo | escreveu | lendo | ler\nescrevendo | escreveu | correndo | correu\nescrevendo | escreveu | dizendo | disse\nescrevendo | escreveu | gritando | gritou\nescrevendo | escreveu | vendo | viu\nescrevendo | escreveu | vendendo | vendeu\nescrevendo | escreveu | encolhendo | encolheu\nescrevendo | escreveu | cantando | cantou\nescrevendo | escreveu | sentando | sentou\nescrevendo | escreveu | dormindo | dormiu\nescrevendo | escreveu | abrandando | lentificou\nescrevendo | escreveu | gastando | gastou\nescrevendo | escreveu | golpeando | golpeou\nescrevendo | escreveu | nadando | nadou\nescrevendo | escreveu | tirando | tirou\nescrevendo | escreveu | pensando | pensou\nescrevendo | escreveu | desaparecendo | desapareceu\nescrevendo | escreveu | andando | andou\n: | gram8-plural\nbanana | bananas | pássaro | pássaros\nbanana | bananas | garrafa | garrafas\nbanana | bananas | edifício | edifícios\nbanana | bananas | carro | carros\nbanana | bananas | gato | gatos\nbanana | bananas | criança | crianças\nbanana | bananas | nuvem | nuvens\nbanana | bananas | cor | cores\nbanana | bananas | computador | computadores\nbanana | bananas | vaca | vacas\nbanana | bananas | cão | cães\nbanana | bananas | dólar | dólares\nbanana | bananas | burro | burros\nbanana | bananas | sonho | sonhos\nbanana | bananas | águia | águias\nbanana | bananas | elefante | elefantes\nbanana | bananas | olho | olhos\nbanana | bananas | dedo | dedos\nbanana | bananas | cabra | cabras\nbanana | bananas | mão | mãos\nbanana | bananas | cavalo | cavalos\nbanana | bananas | leão | leões\nbanana | bananas | máquina | máquinas\nbanana | bananas | manga | mangas\nbanana | bananas | homem | homens\nbanana | bananas | melão | melões\nbanana | bananas | macaco | macacos\nbanana | bananas | rato | ratos\nbanana | bananas | cebola | cebolas\nbanana | bananas | pêra | pêras\nbanana | bananas | porco | porcos\nbanana | bananas | ananás | ananases\nbanana | bananas | ratazana | ratazanas\nbanana | bananas | estrada | estradas\nbanana | bananas | cobra | cobras\nbanana | bananas | mulher | mulheres\npássaro | pássaros | garrafa | garrafas\npássaro | pássaros | edifício | edifícios\npássaro | pássaros | carro | carros\npássaro | pássaros | gato | gatos\npássaro | pássaros | criança | crianças\npássaro | pássaros | nuvem | nuvens\npássaro | pássaros | cor | cores\npássaro | pássaros | computador | computadores\npássaro | pássaros | vaca | vacas\npássaro | pássaros | cão | cães\npássaro | pássaros | dólar | dólares\npássaro | pássaros | burro | burros\npássaro | pássaros | sonho | sonhos\npássaro | pássaros | águia | águias\npássaro | pássaros | elefante | elefantes\npássaro | pássaros | olho | olhos\npássaro | pássaros | dedo | dedos\npássaro | pássaros | cabra | cabras\npássaro | pássaros | mão | mãos\npássaro | pássaros | cavalo | cavalos\npássaro | pássaros | leão | leões\npássaro | pássaros | máquina | máquinas\npássaro | pássaros | manga | mangas\npássaro | pássaros | homem | homens\npássaro | pássaros | melão | melões\npássaro | pássaros | macaco | macacos\npássaro | pássaros | rato | ratos\npássaro | pássaros | cebola | cebolas\npássaro | pássaros | pêra | pêras\npássaro | pássaros | porco | porcos\npássaro | pássaros | ananás | ananases\npássaro | pássaros | ratazana | ratazanas\npássaro | pássaros | estrada | estradas\npássaro | pássaros | cobra | cobras\npássaro | pássaros | mulher | mulheres\npássaro | pássaros | banana | bananas\ngarrafa | garrafas | edifício | edifícios\ngarrafa | garrafas | carro | carros\ngarrafa | garrafas | gato | gatos\ngarrafa | garrafas | criança | crianças\ngarrafa | garrafas | nuvem | nuvens\ngarrafa | garrafas | cor | cores\ngarrafa | garrafas | computador | computadores\ngarrafa | garrafas | vaca | vacas\ngarrafa | garrafas | cão | cães\ngarrafa | garrafas | dólar | dólares\ngarrafa | garrafas | burro | burros\ngarrafa | garrafas | sonho | sonhos\ngarrafa | garrafas | águia | águias\ngarrafa | garrafas | elefante | elefantes\ngarrafa | garrafas | olho | olhos\ngarrafa | garrafas | dedo | dedos\ngarrafa | garrafas | cabra | cabras\ngarrafa | garrafas | mão | mãos\ngarrafa | garrafas | cavalo | cavalos\ngarrafa | garrafas | leão | leões\ngarrafa | garrafas | máquina | máquinas\ngarrafa | garrafas | manga | mangas\ngarrafa | garrafas | homem | homens\ngarrafa | garrafas | melão | melões\ngarrafa | garrafas | macaco | macacos\ngarrafa | garrafas | rato | ratos\ngarrafa | garrafas | cebola | cebolas\ngarrafa | garrafas | pêra | pêras\ngarrafa | garrafas | porco | porcos\ngarrafa | garrafas | ananás | ananases\ngarrafa | garrafas | ratazana | ratazanas\ngarrafa | garrafas | estrada | estradas\ngarrafa | garrafas | cobra | cobras\ngarrafa | garrafas | mulher | mulheres\ngarrafa | garrafas | banana | bananas\ngarrafa | garrafas | pássaro | pássaros\nedifício | edifícios | carro | carros\nedifício | edifícios | gato | gatos\nedifício | edifícios | criança | crianças\nedifício | edifícios | nuvem | nuvens\nedifício | edifícios | cor | cores\nedifício | edifícios | computador | computadores\nedifício | edifícios | vaca | vacas\nedifício | edifícios | cão | cães\nedifício | edifícios | dólar | dólares\nedifício | edifícios | burro | burros\nedifício | edifícios | sonho | sonhos\nedifício | edifícios | águia | águias\nedifício | edifícios | elefante | elefantes\nedifício | edifícios | olho | olhos\nedifício | edifícios | dedo | dedos\nedifício | edifícios | cabra | cabras\nedifício | edifícios | mão | mãos\nedifício | edifícios | cavalo | cavalos\nedifício | edifícios | leão | leões\nedifício | edifícios | máquina | máquinas\nedifício | edifícios | manga | mangas\nedifício | edifícios | homem | homens\nedifício | edifícios | melão | melões\nedifício | edifícios | macaco | macacos\nedifício | edifícios | rato | ratos\nedifício | edifícios | cebola | cebolas\nedifício | edifícios | pêra | pêras\nedifício | edifícios | porco | porcos\nedifício | edifícios | ananás | ananases\nedifício | edifícios | ratazana | ratazanas\nedifício | edifícios | estrada | estradas\nedifício | edifícios | cobra | cobras\nedifício | edifícios | mulher | mulheres\nedifício | edifícios | banana | bananas\nedifício | edifícios | pássaro | pássaros\nedifício | edifícios | garrafa | garrafas\ncarro | carros | gato | gatos\ncarro | carros | criança | crianças\ncarro | carros | nuvem | nuvens\ncarro | carros | cor | cores\ncarro | carros | computador | computadores\ncarro | carros | vaca | vacas\ncarro | carros | cão | cães\ncarro | carros | dólar | dólares\ncarro | carros | burro | burros\ncarro | carros | sonho | sonhos\ncarro | carros | águia | águias\ncarro | carros | elefante | elefantes\ncarro | carros | olho | olhos\ncarro | carros | dedo | dedos\ncarro | carros | cabra | cabras\ncarro | carros | mão | mãos\ncarro | carros | cavalo | cavalos\ncarro | carros | leão | leões\ncarro | carros | máquina | máquinas\ncarro | carros | manga | mangas\ncarro | carros | homem | homens\ncarro | carros | melão | melões\ncarro | carros | macaco | macacos\ncarro | carros | rato | ratos\ncarro | carros | cebola | cebolas\ncarro | carros | pêra | pêras\ncarro | carros | porco | porcos\ncarro | carros | ananás | ananases\ncarro | carros | ratazana | ratazanas\ncarro | carros | estrada | estradas\ncarro | carros | cobra | cobras\ncarro | carros | mulher | mulheres\ncarro | carros | banana | bananas\ncarro | carros | pássaro | pássaros\ncarro | carros | garrafa | garrafas\ncarro | carros | edifício | edifícios\ngato | gatos | criança | crianças\ngato | gatos | nuvem | nuvens\ngato | gatos | cor | cores\ngato | gatos | computador | computadores\ngato | gatos | vaca | vacas\ngato | gatos | cão | cães\ngato | gatos | dólar | dólares\ngato | gatos | burro | burros\ngato | gatos | sonho | sonhos\ngato | gatos | águia | águias\ngato | gatos | elefante | elefantes\ngato | gatos | olho | olhos\ngato | gatos | dedo | dedos\ngato | gatos | cabra | cabras\ngato | gatos | mão | mãos\ngato | gatos | cavalo | cavalos\ngato | gatos | leão | leões\ngato | gatos | máquina | máquinas\ngato | gatos | manga | mangas\ngato | gatos | homem | homens\ngato | gatos | melão | melões\ngato | gatos | macaco | macacos\ngato | gatos | rato | ratos\ngato | gatos | cebola | cebolas\ngato | gatos | pêra | pêras\ngato | gatos | porco | porcos\ngato | gatos | ananás | ananases\ngato | gatos | ratazana | ratazanas\ngato | gatos | estrada | estradas\ngato | gatos | cobra | cobras\ngato | gatos | mulher | mulheres\ngato | gatos | banana | bananas\ngato | gatos | pássaro | pássaros\ngato | gatos | garrafa | garrafas\ngato | gatos | edifício | edifícios\ngato | gatos | carro | carros\ncriança | crianças | nuvem | nuvens\ncriança | crianças | cor | cores\ncriança | crianças | computador | computadores\ncriança | crianças | vaca | vacas\ncriança | crianças | cão | cães\ncriança | crianças | dólar | dólares\ncriança | crianças | burro | burros\ncriança | crianças | sonho | sonhos\ncriança | crianças | águia | águias\ncriança | crianças | elefante | elefantes\ncriança | crianças | olho | olhos\ncriança | crianças | dedo | dedos\ncriança | crianças | cabra | cabras\ncriança | crianças | mão | mãos\ncriança | crianças | cavalo | cavalos\ncriança | crianças | leão | leões\ncriança | crianças | máquina | máquinas\ncriança | crianças | manga | mangas\ncriança | crianças | homem | homens\ncriança | crianças | melão | melões\ncriança | crianças | macaco | macacos\ncriança | crianças | rato | ratos\ncriança | crianças | cebola | cebolas\ncriança | crianças | pêra | pêras\ncriança | crianças | porco | porcos\ncriança | crianças | ananás | ananases\ncriança | crianças | ratazana | ratazanas\ncriança | crianças | estrada | estradas\ncriança | crianças | cobra | cobras\ncriança | crianças | mulher | mulheres\ncriança | crianças | banana | bananas\ncriança | crianças | pássaro | pássaros\ncriança | crianças | garrafa | garrafas\ncriança | crianças | edifício | edifícios\ncriança | crianças | carro | carros\ncriança | crianças | gato | gatos\nnuvem | nuvens | cor | cores\nnuvem | nuvens | computador | computadores\nnuvem | nuvens | vaca | vacas\nnuvem | nuvens | cão | cães\nnuvem | nuvens | dólar | dólares\nnuvem | nuvens | burro | burros\nnuvem | nuvens | sonho | sonhos\nnuvem | nuvens | águia | águias\nnuvem | nuvens | elefante | elefantes\nnuvem | nuvens | olho | olhos\nnuvem | nuvens | dedo | dedos\nnuvem | nuvens | cabra | cabras\nnuvem | nuvens | mão | mãos\nnuvem | nuvens | cavalo | cavalos\nnuvem | nuvens | leão | leões\nnuvem | nuvens | máquina | máquinas\nnuvem | nuvens | manga | mangas\nnuvem | nuvens | homem | homens\nnuvem | nuvens | melão | melões\nnuvem | nuvens | macaco | macacos\nnuvem | nuvens | rato | ratos\nnuvem | nuvens | cebola | cebolas\nnuvem | nuvens | pêra | pêras\nnuvem | nuvens | porco | porcos\nnuvem | nuvens | ananás | ananases\nnuvem | nuvens | ratazana | ratazanas\nnuvem | nuvens | estrada | estradas\nnuvem | nuvens | cobra | cobras\nnuvem | nuvens | mulher | mulheres\nnuvem | nuvens | banana | bananas\nnuvem | nuvens | pássaro | pássaros\nnuvem | nuvens | garrafa | garrafas\nnuvem | nuvens | edifício | edifícios\nnuvem | nuvens | carro | carros\nnuvem | nuvens | gato | gatos\nnuvem | nuvens | criança | crianças\ncor | cores | computador | computadores\ncor | cores | vaca | vacas\ncor | cores | cão | cães\ncor | cores | dólar | dólares\ncor | cores | burro | burros\ncor | cores | sonho | sonhos\ncor | cores | águia | águias\ncor | cores | elefante | elefantes\ncor | cores | olho | olhos\ncor | cores | dedo | dedos\ncor | cores | cabra | cabras\ncor | cores | mão | mãos\ncor | cores | cavalo | cavalos\ncor | cores | leão | leões\ncor | cores | máquina | máquinas\ncor | cores | manga | mangas\ncor | cores | homem | homens\ncor | cores | melão | melões\ncor | cores | macaco | macacos\ncor | cores | rato | ratos\ncor | cores | cebola | cebolas\ncor | cores | pêra | pêras\ncor | cores | porco | porcos\ncor | cores | ananás | ananases\ncor | cores | ratazana | ratazanas\ncor | cores | estrada | estradas\ncor | cores | cobra | cobras\ncor | cores | mulher | mulheres\ncor | cores | banana | bananas\ncor | cores | pássaro | pássaros\ncor | cores | garrafa | garrafas\ncor | cores | edifício | edifícios\ncor | cores | carro | carros\ncor | cores | gato | gatos\ncor | cores | criança | crianças\ncor | cores | nuvem | nuvens\ncomputador | computadores | vaca | vacas\ncomputador | computadores | cão | cães\ncomputador | computadores | dólar | dólares\ncomputador | computadores | burro | burros\ncomputador | computadores | sonho | sonhos\ncomputador | computadores | águia | águias\ncomputador | computadores | elefante | elefantes\ncomputador | computadores | olho | olhos\ncomputador | computadores | dedo | dedos\ncomputador | computadores | cabra | cabras\ncomputador | computadores | mão | mãos\ncomputador | computadores | cavalo | cavalos\ncomputador | computadores | leão | leões\ncomputador | computadores | máquina | máquinas\ncomputador | computadores | manga | mangas\ncomputador | computadores | homem | homens\ncomputador | computadores | melão | melões\ncomputador | computadores | macaco | macacos\ncomputador | computadores | rato | ratos\ncomputador | computadores | cebola | cebolas\ncomputador | computadores | pêra | pêras\ncomputador | computadores | porco | porcos\ncomputador | computadores | ananás | ananases\ncomputador | computadores | ratazana | ratazanas\ncomputador | computadores | estrada | estradas\ncomputador | computadores | cobra | cobras\ncomputador | computadores | mulher | mulheres\ncomputador | computadores | banana | bananas\ncomputador | computadores | pássaro | pássaros\ncomputador | computadores | garrafa | garrafas\ncomputador | computadores | edifício | edifícios\ncomputador | computadores | carro | carros\ncomputador | computadores | gato | gatos\ncomputador | computadores | criança | crianças\ncomputador | computadores | nuvem | nuvens\ncomputador | computadores | cor | cores\nvaca | vacas | cão | cães\nvaca | vacas | dólar | dólares\nvaca | vacas | burro | burros\nvaca | vacas | sonho | sonhos\nvaca | vacas | águia | águias\nvaca | vacas | elefante | elefantes\nvaca | vacas | olho | olhos\nvaca | vacas | dedo | dedos\nvaca | vacas | cabra | cabras\nvaca | vacas | mão | mãos\nvaca | vacas | cavalo | cavalos\nvaca | vacas | leão | leões\nvaca | vacas | máquina | máquinas\nvaca | vacas | manga | mangas\nvaca | vacas | homem | homens\nvaca | vacas | melão | melões\nvaca | vacas | macaco | macacos\nvaca | vacas | rato | ratos\nvaca | vacas | cebola | cebolas\nvaca | vacas | pêra | pêras\nvaca | vacas | porco | porcos\nvaca | vacas | ananás | ananases\nvaca | vacas | ratazana | ratazanas\nvaca | vacas | estrada | estradas\nvaca | vacas | cobra | cobras\nvaca | vacas | mulher | mulheres\nvaca | vacas | banana | bananas\nvaca | vacas | pássaro | pássaros\nvaca | vacas | garrafa | garrafas\nvaca | vacas | edifício | edifícios\nvaca | vacas | carro | carros\nvaca | vacas | gato | gatos\nvaca | vacas | criança | crianças\nvaca | vacas | nuvem | nuvens\nvaca | vacas | cor | cores\nvaca | vacas | computador | computadores\ncão | cães | dólar | dólares\ncão | cães | burro | burros\ncão | cães | sonho | sonhos\ncão | cães | águia | águias\ncão | cães | elefante | elefantes\ncão | cães | olho | olhos\ncão | cães | dedo | dedos\ncão | cães | cabra | cabras\ncão | cães | mão | mãos\ncão | cães | cavalo | cavalos\ncão | cães | leão | leões\ncão | cães | máquina | máquinas\ncão | cães | manga | mangas\ncão | cães | homem | homens\ncão | cães | melão | melões\ncão | cães | macaco | macacos\ncão | cães | rato | ratos\ncão | cães | cebola | cebolas\ncão | cães | pêra | pêras\ncão | cães | porco | porcos\ncão | cães | ananás | ananases\ncão | cães | ratazana | ratazanas\ncão | cães | estrada | estradas\ncão | cães | cobra | cobras\ncão | cães | mulher | mulheres\ncão | cães | banana | bananas\ncão | cães | pássaro | pássaros\ncão | cães | garrafa | garrafas\ncão | cães | edifício | edifícios\ncão | cães | carro | carros\ncão | cães | gato | gatos\ncão | cães | criança | crianças\ncão | cães | nuvem | nuvens\ncão | cães | cor | cores\ncão | cães | computador | computadores\ncão | cães | vaca | vacas\ndólar | dólares | burro | burros\ndólar | dólares | sonho | sonhos\ndólar | dólares | águia | águias\ndólar | dólares | elefante | elefantes\ndólar | dólares | olho | olhos\ndólar | dólares | dedo | dedos\ndólar | dólares | cabra | cabras\ndólar | dólares | mão | mãos\ndólar | dólares | cavalo | cavalos\ndólar | dólares | leão | leões\ndólar | dólares | máquina | máquinas\ndólar | dólares | manga | mangas\ndólar | dólares | homem | homens\ndólar | dólares | melão | melões\ndólar | dólares | macaco | macacos\ndólar | dólares | rato | ratos\ndólar | dólares | cebola | cebolas\ndólar | dólares | pêra | pêras\ndólar | dólares | porco | porcos\ndólar | dólares | ananás | ananases\ndólar | dólares | ratazana | ratazanas\ndólar | dólares | estrada | estradas\ndólar | dólares | cobra | cobras\ndólar | dólares | mulher | mulheres\ndólar | dólares | banana | bananas\ndólar | dólares | pássaro | pássaros\ndólar | dólares | garrafa | garrafas\ndólar | dólares | edifício | edifícios\ndólar | dólares | carro | carros\ndólar | dólares | gato | gatos\ndólar | dólares | criança | crianças\ndólar | dólares | nuvem | nuvens\ndólar | dólares | cor | cores\ndólar | dólares | computador | computadores\ndólar | dólares | vaca | vacas\ndólar | dólares | cão | cães\nburro | burros | sonho | sonhos\nburro | burros | águia | águias\nburro | burros | elefante | elefantes\nburro | burros | olho | olhos\nburro | burros | dedo | dedos\nburro | burros | cabra | cabras\nburro | burros | mão | mãos\nburro | burros | cavalo | cavalos\nburro | burros | leão | leões\nburro | burros | máquina | máquinas\nburro | burros | manga | mangas\nburro | burros | homem | homens\nburro | burros | melão | melões\nburro | burros | macaco | macacos\nburro | burros | rato | ratos\nburro | burros | cebola | cebolas\nburro | burros | pêra | pêras\nburro | burros | porco | porcos\nburro | burros | ananás | ananases\nburro | burros | ratazana | ratazanas\nburro | burros | estrada | estradas\nburro | burros | cobra | cobras\nburro | burros | mulher | mulheres\nburro | burros | banana | bananas\nburro | burros | pássaro | pássaros\nburro | burros | garrafa | garrafas\nburro | burros | edifício | edifícios\nburro | burros | carro | carros\nburro | burros | gato | gatos\nburro | burros | criança | crianças\nburro | burros | nuvem | nuvens\nburro | burros | cor | cores\nburro | burros | computador | computadores\nburro | burros | vaca | vacas\nburro | burros | cão | cães\nburro | burros | dólar | dólares\nsonho | sonhos | águia | águias\nsonho | sonhos | elefante | elefantes\nsonho | sonhos | olho | olhos\nsonho | sonhos | dedo | dedos\nsonho | sonhos | cabra | cabras\nsonho | sonhos | mão | mãos\nsonho | sonhos | cavalo | cavalos\nsonho | sonhos | leão | leões\nsonho | sonhos | máquina | máquinas\nsonho | sonhos | manga | mangas\nsonho | sonhos | homem | homens\nsonho | sonhos | melão | melões\nsonho | sonhos | macaco | macacos\nsonho | sonhos | rato | ratos\nsonho | sonhos | cebola | cebolas\nsonho | sonhos | pêra | pêras\nsonho | sonhos | porco | porcos\nsonho | sonhos | ananás | ananases\nsonho | sonhos | ratazana | ratazanas\nsonho | sonhos | estrada | estradas\nsonho | sonhos | cobra | cobras\nsonho | sonhos | mulher | mulheres\nsonho | sonhos | banana | bananas\nsonho | sonhos | pássaro | pássaros\nsonho | sonhos | garrafa | garrafas\nsonho | sonhos | edifício | edifícios\nsonho | sonhos | carro | carros\nsonho | sonhos | gato | gatos\nsonho | sonhos | criança | crianças\nsonho | sonhos | nuvem | nuvens\nsonho | sonhos | cor | cores\nsonho | sonhos | computador | computadores\nsonho | sonhos | vaca | vacas\nsonho | sonhos | cão | cães\nsonho | sonhos | dólar | dólares\nsonho | sonhos | burro | burros\náguia | águias | elefante | elefantes\náguia | águias | olho | olhos\náguia | águias | dedo | dedos\náguia | águias | cabra | cabras\náguia | águias | mão | mãos\náguia | águias | cavalo | cavalos\náguia | águias | leão | leões\náguia | águias | máquina | máquinas\náguia | águias | manga | mangas\náguia | águias | homem | homens\náguia | águias | melão | melões\náguia | águias | macaco | macacos\náguia | águias | rato | ratos\náguia | águias | cebola | cebolas\náguia | águias | pêra | pêras\náguia | águias | porco | porcos\náguia | águias | ananás | ananases\náguia | águias | ratazana | ratazanas\náguia | águias | estrada | estradas\náguia | águias | cobra | cobras\náguia | águias | mulher | mulheres\náguia | águias | banana | bananas\náguia | águias | pássaro | pássaros\náguia | águias | garrafa | garrafas\náguia | águias | edifício | edifícios\náguia | águias | carro | carros\náguia | águias | gato | gatos\náguia | águias | criança | crianças\náguia | águias | nuvem | nuvens\náguia | águias | cor | cores\náguia | águias | computador | computadores\náguia | águias | vaca | vacas\náguia | águias | cão | cães\náguia | águias | dólar | dólares\náguia | águias | burro | burros\náguia | águias | sonho | sonhos\nelefante | elefantes | olho | olhos\nelefante | elefantes | dedo | dedos\nelefante | elefantes | cabra | cabras\nelefante | elefantes | mão | mãos\nelefante | elefantes | cavalo | cavalos\nelefante | elefantes | leão | leões\nelefante | elefantes | máquina | máquinas\nelefante | elefantes | manga | mangas\nelefante | elefantes | homem | homens\nelefante | elefantes | melão | melões\nelefante | elefantes | macaco | macacos\nelefante | elefantes | rato | ratos\nelefante | elefantes | cebola | cebolas\nelefante | elefantes | pêra | pêras\nelefante | elefantes | porco | porcos\nelefante | elefantes | ananás | ananases\nelefante | elefantes | ratazana | ratazanas\nelefante | elefantes | estrada | estradas\nelefante | elefantes | cobra | cobras\nelefante | elefantes | mulher | mulheres\nelefante | elefantes | banana | bananas\nelefante | elefantes | pássaro | pássaros\nelefante | elefantes | garrafa | garrafas\nelefante | elefantes | edifício | edifícios\nelefante | elefantes | carro | carros\nelefante | elefantes | gato | gatos\nelefante | elefantes | criança | crianças\nelefante | elefantes | nuvem | nuvens\nelefante | elefantes | cor | cores\nelefante | elefantes | computador | computadores\nelefante | elefantes | vaca | vacas\nelefante | elefantes | cão | cães\nelefante | elefantes | dólar | dólares\nelefante | elefantes | burro | burros\nelefante | elefantes | sonho | sonhos\nelefante | elefantes | águia | águias\nolho | olhos | dedo | dedos\nolho | olhos | cabra | cabras\nolho | olhos | mão | mãos\nolho | olhos | cavalo | cavalos\nolho | olhos | leão | leões\nolho | olhos | máquina | máquinas\nolho | olhos | manga | mangas\nolho | olhos | homem | homens\nolho | olhos | melão | melões\nolho | olhos | macaco | macacos\nolho | olhos | rato | ratos\nolho | olhos | cebola | cebolas\nolho | olhos | pêra | pêras\nolho | olhos | porco | porcos\nolho | olhos | ananás | ananases\nolho | olhos | ratazana | ratazanas\nolho | olhos | estrada | estradas\nolho | olhos | cobra | cobras\nolho | olhos | mulher | mulheres\nolho | olhos | banana | bananas\nolho | olhos | pássaro | pássaros\nolho | olhos | garrafa | garrafas\nolho | olhos | edifício | edifícios\nolho | olhos | carro | carros\nolho | olhos | gato | gatos\nolho | olhos | criança | crianças\nolho | olhos | nuvem | nuvens\nolho | olhos | cor | cores\nolho | olhos | computador | computadores\nolho | olhos | vaca | vacas\nolho | olhos | cão | cães\nolho | olhos | dólar | dólares\nolho | olhos | burro | burros\nolho | olhos | sonho | sonhos\nolho | olhos | águia | águias\nolho | olhos | elefante | elefantes\ndedo | dedos | cabra | cabras\ndedo | dedos | mão | mãos\ndedo | dedos | cavalo | cavalos\ndedo | dedos | leão | leões\ndedo | dedos | máquina | máquinas\ndedo | dedos | manga | mangas\ndedo | dedos | homem | homens\ndedo | dedos | melão | melões\ndedo | dedos | macaco | macacos\ndedo | dedos | rato | ratos\ndedo | dedos | cebola | cebolas\ndedo | dedos | pêra | pêras\ndedo | dedos | porco | porcos\ndedo | dedos | ananás | ananases\ndedo | dedos | ratazana | ratazanas\ndedo | dedos | estrada | estradas\ndedo | dedos | cobra | cobras\ndedo | dedos | mulher | mulheres\ndedo | dedos | banana | bananas\ndedo | dedos | pássaro | pássaros\ndedo | dedos | garrafa | garrafas\ndedo | dedos | edifício | edifícios\ndedo | dedos | carro | carros\ndedo | dedos | gato | gatos\ndedo | dedos | criança | crianças\ndedo | dedos | nuvem | nuvens\ndedo | dedos | cor | cores\ndedo | dedos | computador | computadores\ndedo | dedos | vaca | vacas\ndedo | dedos | cão | cães\ndedo | dedos | dólar | dólares\ndedo | dedos | burro | burros\ndedo | dedos | sonho | sonhos\ndedo | dedos | águia | águias\ndedo | dedos | elefante | elefantes\ndedo | dedos | olho | olhos\ncabra | cabras | mão | mãos\ncabra | cabras | cavalo | cavalos\ncabra | cabras | leão | leões\ncabra | cabras | máquina | máquinas\ncabra | cabras | manga | mangas\ncabra | cabras | homem | homens\ncabra | cabras | melão | melões\ncabra | cabras | macaco | macacos\ncabra | cabras | rato | ratos\ncabra | cabras | cebola | cebolas\ncabra | cabras | pêra | pêras\ncabra | cabras | porco | porcos\ncabra | cabras | ananás | ananases\ncabra | cabras | ratazana | ratazanas\ncabra | cabras | estrada | estradas\ncabra | cabras | cobra | cobras\ncabra | cabras | mulher | mulheres\ncabra | cabras | banana | bananas\ncabra | cabras | pássaro | pássaros\ncabra | cabras | garrafa | garrafas\ncabra | cabras | edifício | edifícios\ncabra | cabras | carro | carros\ncabra | cabras | gato | gatos\ncabra | cabras | criança | crianças\ncabra | cabras | nuvem | nuvens\ncabra | cabras | cor | cores\ncabra | cabras | computador | computadores\ncabra | cabras | vaca | vacas\ncabra | cabras | cão | cães\ncabra | cabras | dólar | dólares\ncabra | cabras | burro | burros\ncabra | cabras | sonho | sonhos\ncabra | cabras | águia | águias\ncabra | cabras | elefante | elefantes\ncabra | cabras | olho | olhos\ncabra | cabras | dedo | dedos\nmão | mãos | cavalo | cavalos\nmão | mãos | leão | leões\nmão | mãos | máquina | máquinas\nmão | mãos | manga | mangas\nmão | mãos | homem | homens\nmão | mãos | melão | melões\nmão | mãos | macaco | macacos\nmão | mãos | rato | ratos\nmão | mãos | cebola | cebolas\nmão | mãos | pêra | pêras\nmão | mãos | porco | porcos\nmão | mãos | ananás | ananases\nmão | mãos | ratazana | ratazanas\nmão | mãos | estrada | estradas\nmão | mãos | cobra | cobras\nmão | mãos | mulher | mulheres\nmão | mãos | banana | bananas\nmão | mãos | pássaro | pássaros\nmão | mãos | garrafa | garrafas\nmão | mãos | edifício | edifícios\nmão | mãos | carro | carros\nmão | mãos | gato | gatos\nmão | mãos | criança | crianças\nmão | mãos | nuvem | nuvens\nmão | mãos | cor | cores\nmão | mãos | computador | computadores\nmão | mãos | vaca | vacas\nmão | mãos | cão | cães\nmão | mãos | dólar | dólares\nmão | mãos | burro | burros\nmão | mãos | sonho | sonhos\nmão | mãos | águia | águias\nmão | mãos | elefante | elefantes\nmão | mãos | olho | olhos\nmão | mãos | dedo | dedos\nmão | mãos | cabra | cabras\ncavalo | cavalos | leão | leões\ncavalo | cavalos | máquina | máquinas\ncavalo | cavalos | manga | mangas\ncavalo | cavalos | homem | homens\ncavalo | cavalos | melão | melões\ncavalo | cavalos | macaco | macacos\ncavalo | cavalos | rato | ratos\ncavalo | cavalos | cebola | cebolas\ncavalo | cavalos | pêra | pêras\ncavalo | cavalos | porco | porcos\ncavalo | cavalos | ananás | ananases\ncavalo | cavalos | ratazana | ratazanas\ncavalo | cavalos | estrada | estradas\ncavalo | cavalos | cobra | cobras\ncavalo | cavalos | mulher | mulheres\ncavalo | cavalos | banana | bananas\ncavalo | cavalos | pássaro | pássaros\ncavalo | cavalos | garrafa | garrafas\ncavalo | cavalos | edifício | edifícios\ncavalo | cavalos | carro | carros\ncavalo | cavalos | gato | gatos\ncavalo | cavalos | criança | crianças\ncavalo | cavalos | nuvem | nuvens\ncavalo | cavalos | cor | cores\ncavalo | cavalos | computador | computadores\ncavalo | cavalos | vaca | vacas\ncavalo | cavalos | cão | cães\ncavalo | cavalos | dólar | dólares\ncavalo | cavalos | burro | burros\ncavalo | cavalos | sonho | sonhos\ncavalo | cavalos | águia | águias\ncavalo | cavalos | elefante | elefantes\ncavalo | cavalos | olho | olhos\ncavalo | cavalos | dedo | dedos\ncavalo | cavalos | cabra | cabras\ncavalo | cavalos | mão | mãos\nleão | leões | máquina | máquinas\nleão | leões | manga | mangas\nleão | leões | homem | homens\nleão | leões | melão | melões\nleão | leões | macaco | macacos\nleão | leões | rato | ratos\nleão | leões | cebola | cebolas\nleão | leões | pêra | pêras\nleão | leões | porco | porcos\nleão | leões | ananás | ananases\nleão | leões | ratazana | ratazanas\nleão | leões | estrada | estradas\nleão | leões | cobra | cobras\nleão | leões | mulher | mulheres\nleão | leões | banana | bananas\nleão | leões | pássaro | pássaros\nleão | leões | garrafa | garrafas\nleão | leões | edifício | edifícios\nleão | leões | carro | carros\nleão | leões | gato | gatos\nleão | leões | criança | crianças\nleão | leões | nuvem | nuvens\nleão | leões | cor | cores\nleão | leões | computador | computadores\nleão | leões | vaca | vacas\nleão | leões | cão | cães\nleão | leões | dólar | dólares\nleão | leões | burro | burros\nleão | leões | sonho | sonhos\nleão | leões | águia | águias\nleão | leões | elefante | elefantes\nleão | leões | olho | olhos\nleão | leões | dedo | dedos\nleão | leões | cabra | cabras\nleão | leões | mão | mãos\nleão | leões | cavalo | cavalos\nmáquina | máquinas | manga | mangas\nmáquina | máquinas | homem | homens\nmáquina | máquinas | melão | melões\nmáquina | máquinas | macaco | macacos\nmáquina | máquinas | rato | ratos\nmáquina | máquinas | cebola | cebolas\nmáquina | máquinas | pêra | pêras\nmáquina | máquinas | porco | porcos\nmáquina | máquinas | ananás | ananases\nmáquina | máquinas | ratazana | ratazanas\nmáquina | máquinas | estrada | estradas\nmáquina | máquinas | cobra | cobras\nmáquina | máquinas | mulher | mulheres\nmáquina | máquinas | banana | bananas\nmáquina | máquinas | pássaro | pássaros\nmáquina | máquinas | garrafa | garrafas\nmáquina | máquinas | edifício | edifícios\nmáquina | máquinas | carro | carros\nmáquina | máquinas | gato | gatos\nmáquina | máquinas | criança | crianças\nmáquina | máquinas | nuvem | nuvens\nmáquina | máquinas | cor | cores\nmáquina | máquinas | computador | computadores\nmáquina | máquinas | vaca | vacas\nmáquina | máquinas | cão | cães\nmáquina | máquinas | dólar | dólares\nmáquina | máquinas | burro | burros\nmáquina | máquinas | sonho | sonhos\nmáquina | máquinas | águia | águias\nmáquina | máquinas | elefante | elefantes\nmáquina | máquinas | olho | olhos\nmáquina | máquinas | dedo | dedos\nmáquina | máquinas | cabra | cabras\nmáquina | máquinas | mão | mãos\nmáquina | máquinas | cavalo | cavalos\nmáquina | máquinas | leão | leões\nmanga | mangas | homem | homens\nmanga | mangas | melão | melões\nmanga | mangas | macaco | macacos\nmanga | mangas | rato | ratos\nmanga | mangas | cebola | cebolas\nmanga | mangas | pêra | pêras\nmanga | mangas | porco | porcos\nmanga | mangas | ananás | ananases\nmanga | mangas | ratazana | ratazanas\nmanga | mangas | estrada | estradas\nmanga | mangas | cobra | cobras\nmanga | mangas | mulher | mulheres\nmanga | mangas | banana | bananas\nmanga | mangas | pássaro | pássaros\nmanga | mangas | garrafa | garrafas\nmanga | mangas | edifício | edifícios\nmanga | mangas | carro | carros\nmanga | mangas | gato | gatos\nmanga | mangas | criança | crianças\nmanga | mangas | nuvem | nuvens\nmanga | mangas | cor | cores\nmanga | mangas | computador | computadores\nmanga | mangas | vaca | vacas\nmanga | mangas | cão | cães\nmanga | mangas | dólar | dólares\nmanga | mangas | burro | burros\nmanga | mangas | sonho | sonhos\nmanga | mangas | águia | águias\nmanga | mangas | elefante | elefantes\nmanga | mangas | olho | olhos\nmanga | mangas | dedo | dedos\nmanga | mangas | cabra | cabras\nmanga | mangas | mão | mãos\nmanga | mangas | cavalo | cavalos\nmanga | mangas | leão | leões\nmanga | mangas | máquina | máquinas\nhomem | homens | melão | melões\nhomem | homens | macaco | macacos\nhomem | homens | rato | ratos\nhomem | homens | cebola | cebolas\nhomem | homens | pêra | pêras\nhomem | homens | porco | porcos\nhomem | homens | ananás | ananases\nhomem | homens | ratazana | ratazanas\nhomem | homens | estrada | estradas\nhomem | homens | cobra | cobras\nhomem | homens | mulher | mulheres\nhomem | homens | banana | bananas\nhomem | homens | pássaro | pássaros\nhomem | homens | garrafa | garrafas\nhomem | homens | edifício | edifícios\nhomem | homens | carro | carros\nhomem | homens | gato | gatos\nhomem | homens | criança | crianças\nhomem | homens | nuvem | nuvens\nhomem | homens | cor | cores\nhomem | homens | computador | computadores\nhomem | homens | vaca | vacas\nhomem | homens | cão | cães\nhomem | homens | dólar | dólares\nhomem | homens | burro | burros\nhomem | homens | sonho | sonhos\nhomem | homens | águia | águias\nhomem | homens | elefante | elefantes\nhomem | homens | olho | olhos\nhomem | homens | dedo | dedos\nhomem | homens | cabra | cabras\nhomem | homens | mão | mãos\nhomem | homens | cavalo | cavalos\nhomem | homens | leão | leões\nhomem | homens | máquina | máquinas\nhomem | homens | manga | mangas\nmelão | melões | macaco | macacos\nmelão | melões | rato | ratos\nmelão | melões | cebola | cebolas\nmelão | melões | pêra | pêras\nmelão | melões | porco | porcos\nmelão | melões | ananás | ananases\nmelão | melões | ratazana | ratazanas\nmelão | melões | estrada | estradas\nmelão | melões | cobra | cobras\nmelão | melões | mulher | mulheres\nmelão | melões | banana | bananas\nmelão | melões | pássaro | pássaros\nmelão | melões | garrafa | garrafas\nmelão | melões | edifício | edifícios\nmelão | melões | carro | carros\nmelão | melões | gato | gatos\nmelão | melões | criança | crianças\nmelão | melões | nuvem | nuvens\nmelão | melões | cor | cores\nmelão | melões | computador | computadores\nmelão | melões | vaca | vacas\nmelão | melões | cão | cães\nmelão | melões | dólar | dólares\nmelão | melões | burro | burros\nmelão | melões | sonho | sonhos\nmelão | melões | águia | águias\nmelão | melões | elefante | elefantes\nmelão | melões | olho | olhos\nmelão | melões | dedo | dedos\nmelão | melões | cabra | cabras\nmelão | melões | mão | mãos\nmelão | melões | cavalo | cavalos\nmelão | melões | leão | leões\nmelão | melões | máquina | máquinas\nmelão | melões | manga | mangas\nmelão | melões | homem | homens\nmacaco | macacos | rato | ratos\nmacaco | macacos | cebola | cebolas\nmacaco | macacos | pêra | pêras\nmacaco | macacos | porco | porcos\nmacaco | macacos | ananás | ananases\nmacaco | macacos | ratazana | ratazanas\nmacaco | macacos | estrada | estradas\nmacaco | macacos | cobra | cobras\nmacaco | macacos | mulher | mulheres\nmacaco | macacos | banana | bananas\nmacaco | macacos | pássaro | pássaros\nmacaco | macacos | garrafa | garrafas\nmacaco | macacos | edifício | edifícios\nmacaco | macacos | carro | carros\nmacaco | macacos | gato | gatos\nmacaco | macacos | criança | crianças\nmacaco | macacos | nuvem | nuvens\nmacaco | macacos | cor | cores\nmacaco | macacos | computador | computadores\nmacaco | macacos | vaca | vacas\nmacaco | macacos | cão | cães\nmacaco | macacos | dólar | dólares\nmacaco | macacos | burro | burros\nmacaco | macacos | sonho | sonhos\nmacaco | macacos | águia | águias\nmacaco | macacos | elefante | elefantes\nmacaco | macacos | olho | olhos\nmacaco | macacos | dedo | dedos\nmacaco | macacos | cabra | cabras\nmacaco | macacos | mão | mãos\nmacaco | macacos | cavalo | cavalos\nmacaco | macacos | leão | leões\nmacaco | macacos | máquina | máquinas\nmacaco | macacos | manga | mangas\nmacaco | macacos | homem | homens\nmacaco | macacos | melão | melões\nrato | ratos | cebola | cebolas\nrato | ratos | pêra | pêras\nrato | ratos | porco | porcos\nrato | ratos | ananás | ananases\nrato | ratos | ratazana | ratazanas\nrato | ratos | estrada | estradas\nrato | ratos | cobra | cobras\nrato | ratos | mulher | mulheres\nrato | ratos | banana | bananas\nrato | ratos | pássaro | pássaros\nrato | ratos | garrafa | garrafas\nrato | ratos | edifício | edifícios\nrato | ratos | carro | carros\nrato | ratos | gato | gatos\nrato | ratos | criança | crianças\nrato | ratos | nuvem | nuvens\nrato | ratos | cor | cores\nrato | ratos | computador | computadores\nrato | ratos | vaca | vacas\nrato | ratos | cão | cães\nrato | ratos | dólar | dólares\nrato | ratos | burro | burros\nrato | ratos | sonho | sonhos\nrato | ratos | águia | águias\nrato | ratos | elefante | elefantes\nrato | ratos | olho | olhos\nrato | ratos | dedo | dedos\nrato | ratos | cabra | cabras\nrato | ratos | mão | mãos\nrato | ratos | cavalo | cavalos\nrato | ratos | leão | leões\nrato | ratos | máquina | máquinas\nrato | ratos | manga | mangas\nrato | ratos | homem | homens\nrato | ratos | melão | melões\nrato | ratos | macaco | macacos\ncebola | cebolas | pêra | pêras\ncebola | cebolas | porco | porcos\ncebola | cebolas | ananás | ananases\ncebola | cebolas | ratazana | ratazanas\ncebola | cebolas | estrada | estradas\ncebola | cebolas | cobra | cobras\ncebola | cebolas | mulher | mulheres\ncebola | cebolas | banana | bananas\ncebola | cebolas | pássaro | pássaros\ncebola | cebolas | garrafa | garrafas\ncebola | cebolas | edifício | edifícios\ncebola | cebolas | carro | carros\ncebola | cebolas | gato | gatos\ncebola | cebolas | criança | crianças\ncebola | cebolas | nuvem | nuvens\ncebola | cebolas | cor | cores\ncebola | cebolas | computador | computadores\ncebola | cebolas | vaca | vacas\ncebola | cebolas | cão | cães\ncebola | cebolas | dólar | dólares\ncebola | cebolas | burro | burros\ncebola | cebolas | sonho | sonhos\ncebola | cebolas | águia | águias\ncebola | cebolas | elefante | elefantes\ncebola | cebolas | olho | olhos\ncebola | cebolas | dedo | dedos\ncebola | cebolas | cabra | cabras\ncebola | cebolas | mão | mãos\ncebola | cebolas | cavalo | cavalos\ncebola | cebolas | leão | leões\ncebola | cebolas | máquina | máquinas\ncebola | cebolas | manga | mangas\ncebola | cebolas | homem | homens\ncebola | cebolas | melão | melões\ncebola | cebolas | macaco | macacos\ncebola | cebolas | rato | ratos\npêra | pêras | porco | porcos\npêra | pêras | ananás | ananases\npêra | pêras | ratazana | ratazanas\npêra | pêras | estrada | estradas\npêra | pêras | cobra | cobras\npêra | pêras | mulher | mulheres\npêra | pêras | banana | bananas\npêra | pêras | pássaro | pássaros\npêra | pêras | garrafa | garrafas\npêra | pêras | edifício | edifícios\npêra | pêras | carro | carros\npêra | pêras | gato | gatos\npêra | pêras | criança | crianças\npêra | pêras | nuvem | nuvens\npêra | pêras | cor | cores\npêra | pêras | computador | computadores\npêra | pêras | vaca | vacas\npêra | pêras | cão | cães\npêra | pêras | dólar | dólares\npêra | pêras | burro | burros\npêra | pêras | sonho | sonhos\npêra | pêras | águia | águias\npêra | pêras | elefante | elefantes\npêra | pêras | olho | olhos\npêra | pêras | dedo | dedos\npêra | pêras | cabra | cabras\npêra | pêras | mão | mãos\npêra | pêras | cavalo | cavalos\npêra | pêras | leão | leões\npêra | pêras | máquina | máquinas\npêra | pêras | manga | mangas\npêra | pêras | homem | homens\npêra | pêras | melão | melões\npêra | pêras | macaco | macacos\npêra | pêras | rato | ratos\npêra | pêras | cebola | cebolas\nporco | porcos | ananás | ananases\nporco | porcos | ratazana | ratazanas\nporco | porcos | estrada | estradas\nporco | porcos | cobra | cobras\nporco | porcos | mulher | mulheres\nporco | porcos | banana | bananas\nporco | porcos | pássaro | pássaros\nporco | porcos | garrafa | garrafas\nporco | porcos | edifício | edifícios\nporco | porcos | carro | carros\nporco | porcos | gato | gatos\nporco | porcos | criança | crianças\nporco | porcos | nuvem | nuvens\nporco | porcos | cor | cores\nporco | porcos | computador | computadores\nporco | porcos | vaca | vacas\nporco | porcos | cão | cães\nporco | porcos | dólar | dólares\nporco | porcos | burro | burros\nporco | porcos | sonho | sonhos\nporco | porcos | águia | águias\nporco | porcos | elefante | elefantes\nporco | porcos | olho | olhos\nporco | porcos | dedo | dedos\nporco | porcos | cabra | cabras\nporco | porcos | mão | mãos\nporco | porcos | cavalo | cavalos\nporco | porcos | leão | leões\nporco | porcos | máquina | máquinas\nporco | porcos | manga | mangas\nporco | porcos | homem | homens\nporco | porcos | melão | melões\nporco | porcos | macaco | macacos\nporco | porcos | rato | ratos\nporco | porcos | cebola | cebolas\nporco | porcos | pêra | pêras\nananás | ananases | ratazana | ratazanas\nananás | ananases | estrada | estradas\nananás | ananases | cobra | cobras\nananás | ananases | mulher | mulheres\nananás | ananases | banana | bananas\nananás | ananases | pássaro | pássaros\nananás | ananases | garrafa | garrafas\nananás | ananases | edifício | edifícios\nananás | ananases | carro | carros\nananás | ananases | gato | gatos\nananás | ananases | criança | crianças\nananás | ananases | nuvem | nuvens\nananás | ananases | cor | cores\nananás | ananases | computador | computadores\nananás | ananases | vaca | vacas\nananás | ananases | cão | cães\nananás | ananases | dólar | dólares\nananás | ananases | burro | burros\nananás | ananases | sonho | sonhos\nananás | ananases | águia | águias\nananás | ananases | elefante | elefantes\nananás | ananases | olho | olhos\nananás | ananases | dedo | dedos\nananás | ananases | cabra | cabras\nananás | ananases | mão | mãos\nananás | ananases | cavalo | cavalos\nananás | ananases | leão | leões\nananás | ananases | máquina | máquinas\nananás | ananases | manga | mangas\nananás | ananases | homem | homens\nananás | ananases | melão | melões\nananás | ananases | macaco | macacos\nananás | ananases | rato | ratos\nananás | ananases | cebola | cebolas\nananás | ananases | pêra | pêras\nananás | ananases | porco | porcos\nratazana | ratazanas | estrada | estradas\nratazana | ratazanas | cobra | cobras\nratazana | ratazanas | mulher | mulheres\nratazana | ratazanas | banana | bananas\nratazana | ratazanas | pássaro | pássaros\nratazana | ratazanas | garrafa | garrafas\nratazana | ratazanas | edifício | edifícios\nratazana | ratazanas | carro | carros\nratazana | ratazanas | gato | gatos\nratazana | ratazanas | criança | crianças\nratazana | ratazanas | nuvem | nuvens\nratazana | ratazanas | cor | cores\nratazana | ratazanas | computador | computadores\nratazana | ratazanas | vaca | vacas\nratazana | ratazanas | cão | cães\nratazana | ratazanas | dólar | dólares\nratazana | ratazanas | burro | burros\nratazana | ratazanas | sonho | sonhos\nratazana | ratazanas | águia | águias\nratazana | ratazanas | elefante | elefantes\nratazana | ratazanas | olho | olhos\nratazana | ratazanas | dedo | dedos\nratazana | ratazanas | cabra | cabras\nratazana | ratazanas | mão | mãos\nratazana | ratazanas | cavalo | cavalos\nratazana | ratazanas | leão | leões\nratazana | ratazanas | máquina | máquinas\nratazana | ratazanas | manga | mangas\nratazana | ratazanas | homem | homens\nratazana | ratazanas | melão | melões\nratazana | ratazanas | macaco | macacos\nratazana | ratazanas | rato | ratos\nratazana | ratazanas | cebola | cebolas\nratazana | ratazanas | pêra | pêras\nratazana | ratazanas | porco | porcos\nratazana | ratazanas | ananás | ananases\nestrada | estradas | cobra | cobras\nestrada | estradas | mulher | mulheres\nestrada | estradas | banana | bananas\nestrada | estradas | pássaro | pássaros\nestrada | estradas | garrafa | garrafas\nestrada | estradas | edifício | edifícios\nestrada | estradas | carro | carros\nestrada | estradas | gato | gatos\nestrada | estradas | criança | crianças\nestrada | estradas | nuvem | nuvens\nestrada | estradas | cor | cores\nestrada | estradas | computador | computadores\nestrada | estradas | vaca | vacas\nestrada | estradas | cão | cães\nestrada | estradas | dólar | dólares\nestrada | estradas | burro | burros\nestrada | estradas | sonho | sonhos\nestrada | estradas | águia | águias\nestrada | estradas | elefante | elefantes\nestrada | estradas | olho | olhos\nestrada | estradas | dedo | dedos\nestrada | estradas | cabra | cabras\nestrada | estradas | mão | mãos\nestrada | estradas | cavalo | cavalos\nestrada | estradas | leão | leões\nestrada | estradas | máquina | máquinas\nestrada | estradas | manga | mangas\nestrada | estradas | homem | homens\nestrada | estradas | melão | melões\nestrada | estradas | macaco | macacos\nestrada | estradas | rato | ratos\nestrada | estradas | cebola | cebolas\nestrada | estradas | pêra | pêras\nestrada | estradas | porco | porcos\nestrada | estradas | ananás | ananases\nestrada | estradas | ratazana | ratazanas\ncobra | cobras | mulher | mulheres\ncobra | cobras | banana | bananas\ncobra | cobras | pássaro | pássaros\ncobra | cobras | garrafa | garrafas\ncobra | cobras | edifício | edifícios\ncobra | cobras | carro | carros\ncobra | cobras | gato | gatos\ncobra | cobras | criança | crianças\ncobra | cobras | nuvem | nuvens\ncobra | cobras | cor | cores\ncobra | cobras | computador | computadores\ncobra | cobras | vaca | vacas\ncobra | cobras | cão | cães\ncobra | cobras | dólar | dólares\ncobra | cobras | burro | burros\ncobra | cobras | sonho | sonhos\ncobra | cobras | águia | águias\ncobra | cobras | elefante | elefantes\ncobra | cobras | olho | olhos\ncobra | cobras | dedo | dedos\ncobra | cobras | cabra | cabras\ncobra | cobras | mão | mãos\ncobra | cobras | cavalo | cavalos\ncobra | cobras | leão | leões\ncobra | cobras | máquina | máquinas\ncobra | cobras | manga | mangas\ncobra | cobras | homem | homens\ncobra | cobras | melão | melões\ncobra | cobras | macaco | macacos\ncobra | cobras | rato | ratos\ncobra | cobras | cebola | cebolas\ncobra | cobras | pêra | pêras\ncobra | cobras | porco | porcos\ncobra | cobras | ananás | ananases\ncobra | cobras | ratazana | ratazanas\ncobra | cobras | estrada | estradas\nmulher | mulheres | banana | bananas\nmulher | mulheres | pássaro | pássaros\nmulher | mulheres | garrafa | garrafas\nmulher | mulheres | edifício | edifícios\nmulher | mulheres | carro | carros\nmulher | mulheres | gato | gatos\nmulher | mulheres | criança | crianças\nmulher | mulheres | nuvem | nuvens\nmulher | mulheres | cor | cores\nmulher | mulheres | computador | computadores\nmulher | mulheres | vaca | vacas\nmulher | mulheres | cão | cães\nmulher | mulheres | dólar | dólares\nmulher | mulheres | burro | burros\nmulher | mulheres | sonho | sonhos\nmulher | mulheres | águia | águias\nmulher | mulheres | elefante | elefantes\nmulher | mulheres | olho | olhos\nmulher | mulheres | dedo | dedos\nmulher | mulheres | cabra | cabras\nmulher | mulheres | mão | mãos\nmulher | mulheres | cavalo | cavalos\nmulher | mulheres | leão | leões\nmulher | mulheres | máquina | máquinas\nmulher | mulheres | manga | mangas\nmulher | mulheres | homem | homens\nmulher | mulheres | melão | melões\nmulher | mulheres | macaco | macacos\nmulher | mulheres | rato | ratos\nmulher | mulheres | cebola | cebolas\nmulher | mulheres | pêra | pêras\nmulher | mulheres | porco | porcos\nmulher | mulheres | ananás | ananases\nmulher | mulheres | ratazana | ratazanas\nmulher | mulheres | estrada | estradas\nmulher | mulheres | cobra | cobras\n: | gram9-plural-verbs\ndiminuir | diminuem | descrever | descrevem\ndiminuir | diminuem | comer | comem\ndiminuir | diminuem | melhorar | melhoram\ndiminuir | diminuem | estima | estimam\ndiminuir | diminuem | encontra | encontram\ndiminuir | diminuem | gerar | geram\ndiminuir | diminuem | ir | vão\ndiminuir | diminuem | implementar | implementam\ndiminuir | diminuem | aumentar | aumentam\ndiminuir | diminuem | ouvir | ouvem\ndiminuir | diminuem | jogar | jogam\ndiminuir | diminuem | prever | prevêem\ndiminuir | diminuem | fornece | fornecem\ndiminuir | diminuem | dizer | dizem\ndiminuir | diminuem | gritar | gritam\ndiminuir | diminuem | procura | procuram\ndiminuir | diminuem | ver | vêem\ndiminuir | diminuem | baralhar | baralham\ndiminuir | diminuem | cantar | cantam\ndiminuir | diminuem | sentar | sentam\ndiminuir | diminuem | lento | lentificam\ndiminuir | diminuem | diz | dizem\ndiminuir | diminuem | nadar | nadam\ndiminuir | diminuem | fala | falam\ndiminuir | diminuem | pensar | pensam\ndiminuir | diminuem | desaparecer | desaparecem\ndiminuir | diminuem | andar | andam\ndiminuir | diminuem | trabalhou | trabalham\ndiminuir | diminuem | escrever | escrevem\ndescrever | descrevem | comer | comem\ndescrever | descrevem | melhorar | melhoram\ndescrever | descrevem | estima | estimam\ndescrever | descrevem | encontra | encontram\ndescrever | descrevem | gerar | geram\ndescrever | descrevem | ir | vão\ndescrever | descrevem | implementar | implementam\ndescrever | descrevem | aumentar | aumentam\ndescrever | descrevem | ouvir | ouvem\ndescrever | descrevem | jogar | jogam\ndescrever | descrevem | prever | prevêem\ndescrever | descrevem | fornece | fornecem\ndescrever | descrevem | dizer | dizem\ndescrever | descrevem | gritar | gritam\ndescrever | descrevem | procura | procuram\ndescrever | descrevem | ver | vêem\ndescrever | descrevem | baralhar | baralham\ndescrever | descrevem | cantar | cantam\ndescrever | descrevem | sentar | sentam\ndescrever | descrevem | lento | lentificam\ndescrever | descrevem | diz | dizem\ndescrever | descrevem | nadar | nadam\ndescrever | descrevem | fala | falam\ndescrever | descrevem | pensar | pensam\ndescrever | descrevem | desaparecer | desaparecem\ndescrever | descrevem | andar | andam\ndescrever | descrevem | trabalhou | trabalham\ndescrever | descrevem | escrever | escrevem\ndescrever | descrevem | diminuir | diminuem\ncomer | comem | melhorar | melhoram\ncomer | comem | estima | estimam\ncomer | comem | encontra | encontram\ncomer | comem | gerar | geram\ncomer | comem | ir | vão\ncomer | comem | implementar | implementam\ncomer | comem | aumentar | aumentam\ncomer | comem | ouvir | ouvem\ncomer | comem | jogar | jogam\ncomer | comem | prever | prevêem\ncomer | comem | fornece | fornecem\ncomer | comem | dizer | dizem\ncomer | comem | gritar | gritam\ncomer | comem | procura | procuram\ncomer | comem | ver | vêem\ncomer | comem | baralhar | baralham\ncomer | comem | cantar | cantam\ncomer | comem | sentar | sentam\ncomer | comem | lento | lentificam\ncomer | comem | diz | dizem\ncomer | comem | nadar | nadam\ncomer | comem | fala | falam\ncomer | comem | pensar | pensam\ncomer | comem | desaparecer | desaparecem\ncomer | comem | andar | andam\ncomer | comem | trabalhou | trabalham\ncomer | comem | escrever | escrevem\ncomer | comem | diminuir | diminuem\ncomer | comem | descrever | descrevem\nmelhorar | melhoram | estima | estimam\nmelhorar | melhoram | encontra | encontram\nmelhorar | melhoram | gerar | geram\nmelhorar | melhoram | ir | vão\nmelhorar | melhoram | implementar | implementam\nmelhorar | melhoram | aumentar | aumentam\nmelhorar | melhoram | ouvir | ouvem\nmelhorar | melhoram | jogar | jogam\nmelhorar | melhoram | prever | prevêem\nmelhorar | melhoram | fornece | fornecem\nmelhorar | melhoram | dizer | dizem\nmelhorar | melhoram | gritar | gritam\nmelhorar | melhoram | procura | procuram\nmelhorar | melhoram | ver | vêem\nmelhorar | melhoram | baralhar | baralham\nmelhorar | melhoram | cantar | cantam\nmelhorar | melhoram | sentar | sentam\nmelhorar | melhoram | lento | lentificam\nmelhorar | melhoram | diz | dizem\nmelhorar | melhoram | nadar | nadam\nmelhorar | melhoram | fala | falam\nmelhorar | melhoram | pensar | pensam\nmelhorar | melhoram | desaparecer | desaparecem\nmelhorar | melhoram | andar | andam\nmelhorar | melhoram | trabalhou | trabalham\nmelhorar | melhoram | escrever | escrevem\nmelhorar | melhoram | diminuir | diminuem\nmelhorar | melhoram | descrever | descrevem\nmelhorar | melhoram | comer | comem\nestima | estimam | encontra | encontram\nestima | estimam | gerar | geram\nestima | estimam | ir | vão\nestima | estimam | implementar | implementam\nestima | estimam | aumentar | aumentam\nestima | estimam | ouvir | ouvem\nestima | estimam | jogar | jogam\nestima | estimam | prever | prevêem\nestima | estimam | fornece | fornecem\nestima | estimam | dizer | dizem\nestima | estimam | gritar | gritam\nestima | estimam | procura | procuram\nestima | estimam | ver | vêem\nestima | estimam | baralhar | baralham\nestima | estimam | cantar | cantam\nestima | estimam | sentar | sentam\nestima | estimam | lento | lentificam\nestima | estimam | diz | dizem\nestima | estimam | nadar | nadam\nestima | estimam | fala | falam\nestima | estimam | pensar | pensam\nestima | estimam | desaparecer | desaparecem\nestima | estimam | andar | andam\nestima | estimam | trabalhou | trabalham\nestima | estimam | escrever | escrevem\nestima | estimam | diminuir | diminuem\nestima | estimam | descrever | descrevem\nestima | estimam | comer | comem\nestima | estimam | melhorar | melhoram\nencontra | encontram | gerar | geram\nencontra | encontram | ir | vão\nencontra | encontram | implementar | implementam\nencontra | encontram | aumentar | aumentam\nencontra | encontram | ouvir | ouvem\nencontra | encontram | jogar | jogam\nencontra | encontram | prever | prevêem\nencontra | encontram | fornece | fornecem\nencontra | encontram | dizer | dizem\nencontra | encontram | gritar | gritam\nencontra | encontram | procura | procuram\nencontra | encontram | ver | vêem\nencontra | encontram | baralhar | baralham\nencontra | encontram | cantar | cantam\nencontra | encontram | sentar | sentam\nencontra | encontram | lento | lentificam\nencontra | encontram | diz | dizem\nencontra | encontram | nadar | nadam\nencontra | encontram | fala | falam\nencontra | encontram | pensar | pensam\nencontra | encontram | desaparecer | desaparecem\nencontra | encontram | andar | andam\nencontra | encontram | trabalhou | trabalham\nencontra | encontram | escrever | escrevem\nencontra | encontram | diminuir | diminuem\nencontra | encontram | descrever | descrevem\nencontra | encontram | comer | comem\nencontra | encontram | melhorar | melhoram\nencontra | encontram | estima | estimam\ngerar | geram | ir | vão\ngerar | geram | implementar | implementam\ngerar | geram | aumentar | aumentam\ngerar | geram | ouvir | ouvem\ngerar | geram | jogar | jogam\ngerar | geram | prever | prevêem\ngerar | geram | fornece | fornecem\ngerar | geram | dizer | dizem\ngerar | geram | gritar | gritam\ngerar | geram | procura | procuram\ngerar | geram | ver | vêem\ngerar | geram | baralhar | baralham\ngerar | geram | cantar | cantam\ngerar | geram | sentar | sentam\ngerar | geram | lento | lentificam\ngerar | geram | diz | dizem\ngerar | geram | nadar | nadam\ngerar | geram | fala | falam\ngerar | geram | pensar | pensam\ngerar | geram | desaparecer | desaparecem\ngerar | geram | andar | andam\ngerar | geram | trabalhou | trabalham\ngerar | geram | escrever | escrevem\ngerar | geram | diminuir | diminuem\ngerar | geram | descrever | descrevem\ngerar | geram | comer | comem\ngerar | geram | melhorar | melhoram\ngerar | geram | estima | estimam\ngerar | geram | encontra | encontram\nir | vão | implementar | implementam\nir | vão | aumentar | aumentam\nir | vão | ouvir | ouvem\nir | vão | jogar | jogam\nir | vão | prever | prevêem\nir | vão | fornece | fornecem\nir | vão | dizer | dizem\nir | vão | gritar | gritam\nir | vão | procura | procuram\nir | vão | ver | vêem\nir | vão | baralhar | baralham\nir | vão | cantar | cantam\nir | vão | sentar | sentam\nir | vão | lento | lentificam\nir | vão | diz | dizem\nir | vão | nadar | nadam\nir | vão | fala | falam\nir | vão | pensar | pensam\nir | vão | desaparecer | desaparecem\nir | vão | andar | andam\nir | vão | trabalhou | trabalham\nir | vão | escrever | escrevem\nir | vão | diminuir | diminuem\nir | vão | descrever | descrevem\nir | vão | comer | comem\nir | vão | melhorar | melhoram\nir | vão | estima | estimam\nir | vão | encontra | encontram\nir | vão | gerar | geram\nimplementar | implementam | aumentar | aumentam\nimplementar | implementam | ouvir | ouvem\nimplementar | implementam | jogar | jogam\nimplementar | implementam | prever | prevêem\nimplementar | implementam | fornece | fornecem\nimplementar | implementam | dizer | dizem\nimplementar | implementam | gritar | gritam\nimplementar | implementam | procura | procuram\nimplementar | implementam | ver | vêem\nimplementar | implementam | baralhar | baralham\nimplementar | implementam | cantar | cantam\nimplementar | implementam | sentar | sentam\nimplementar | implementam | lento | lentificam\nimplementar | implementam | diz | dizem\nimplementar | implementam | nadar | nadam\nimplementar | implementam | fala | falam\nimplementar | implementam | pensar | pensam\nimplementar | implementam | desaparecer | desaparecem\nimplementar | implementam | andar | andam\nimplementar | implementam | trabalhou | trabalham\nimplementar | implementam | escrever | escrevem\nimplementar | implementam | diminuir | diminuem\nimplementar | implementam | descrever | descrevem\nimplementar | implementam | comer | comem\nimplementar | implementam | melhorar | melhoram\nimplementar | implementam | estima | estimam\nimplementar | implementam | encontra | encontram\nimplementar | implementam | gerar | geram\nimplementar | implementam | ir | vão\naumentar | aumentam | ouvir | ouvem\naumentar | aumentam | jogar | jogam\naumentar | aumentam | prever | prevêem\naumentar | aumentam | fornece | fornecem\naumentar | aumentam | dizer | dizem\naumentar | aumentam | gritar | gritam\naumentar | aumentam | procura | procuram\naumentar | aumentam | ver | vêem\naumentar | aumentam | baralhar | baralham\naumentar | aumentam | cantar | cantam\naumentar | aumentam | sentar | sentam\naumentar | aumentam | lento | lentificam\naumentar | aumentam | diz | dizem\naumentar | aumentam | nadar | nadam\naumentar | aumentam | fala | falam\naumentar | aumentam | pensar | pensam\naumentar | aumentam | desaparecer | desaparecem\naumentar | aumentam | andar | andam\naumentar | aumentam | trabalhou | trabalham\naumentar | aumentam | escrever | escrevem\naumentar | aumentam | diminuir | diminuem\naumentar | aumentam | descrever | descrevem\naumentar | aumentam | comer | comem\naumentar | aumentam | melhorar | melhoram\naumentar | aumentam | estima | estimam\naumentar | aumentam | encontra | encontram\naumentar | aumentam | gerar | geram\naumentar | aumentam | ir | vão\naumentar | aumentam | implementar | implementam\nouvir | ouvem | jogar | jogam\nouvir | ouvem | prever | prevêem\nouvir | ouvem | fornece | fornecem\nouvir | ouvem | dizer | dizem\nouvir | ouvem | gritar | gritam\nouvir | ouvem | procura | procuram\nouvir | ouvem | ver | vêem\nouvir | ouvem | baralhar | baralham\nouvir | ouvem | cantar | cantam\nouvir | ouvem | sentar | sentam\nouvir | ouvem | lento | lentificam\nouvir | ouvem | diz | dizem\nouvir | ouvem | nadar | nadam\nouvir | ouvem | fala | falam\nouvir | ouvem | pensar | pensam\nouvir | ouvem | desaparecer | desaparecem\nouvir | ouvem | andar | andam\nouvir | ouvem | trabalhou | trabalham\nouvir | ouvem | escrever | escrevem\nouvir | ouvem | diminuir | diminuem\nouvir | ouvem | descrever | descrevem\nouvir | ouvem | comer | comem\nouvir | ouvem | melhorar | melhoram\nouvir | ouvem | estima | estimam\nouvir | ouvem | encontra | encontram\nouvir | ouvem | gerar | geram\nouvir | ouvem | ir | vão\nouvir | ouvem | implementar | implementam\nouvir | ouvem | aumentar | aumentam\njogar | jogam | prever | prevêem\njogar | jogam | fornece | fornecem\njogar | jogam | dizer | dizem\njogar | jogam | gritar | gritam\njogar | jogam | procura | procuram\njogar | jogam | ver | vêem\njogar | jogam | baralhar | baralham\njogar | jogam | cantar | cantam\njogar | jogam | sentar | sentam\njogar | jogam | lento | lentificam\njogar | jogam | diz | dizem\njogar | jogam | nadar | nadam\njogar | jogam | fala | falam\njogar | jogam | pensar | pensam\njogar | jogam | desaparecer | desaparecem\njogar | jogam | andar | andam\njogar | jogam | trabalhou | trabalham\njogar | jogam | escrever | escrevem\njogar | jogam | diminuir | diminuem\njogar | jogam | descrever | descrevem\njogar | jogam | comer | comem\njogar | jogam | melhorar | melhoram\njogar | jogam | estima | estimam\njogar | jogam | encontra | encontram\njogar | jogam | gerar | geram\njogar | jogam | ir | vão\njogar | jogam | implementar | implementam\njogar | jogam | aumentar | aumentam\njogar | jogam | ouvir | ouvem\nprever | prevêem | fornece | fornecem\nprever | prevêem | dizer | dizem\nprever | prevêem | gritar | gritam\nprever | prevêem | procura | procuram\nprever | prevêem | ver | vêem\nprever | prevêem | baralhar | baralham\nprever | prevêem | cantar | cantam\nprever | prevêem | sentar | sentam\nprever | prevêem | lento | lentificam\nprever | prevêem | diz | dizem\nprever | prevêem | nadar | nadam\nprever | prevêem | fala | falam\nprever | prevêem | pensar | pensam\nprever | prevêem | desaparecer | desaparecem\nprever | prevêem | andar | andam\nprever | prevêem | trabalhou | trabalham\nprever | prevêem | escrever | escrevem\nprever | prevêem | diminuir | diminuem\nprever | prevêem | descrever | descrevem\nprever | prevêem | comer | comem\nprever | prevêem | melhorar | melhoram\nprever | prevêem | estima | estimam\nprever | prevêem | encontra | encontram\nprever | prevêem | gerar | geram\nprever | prevêem | ir | vão\nprever | prevêem | implementar | implementam\nprever | prevêem | aumentar | aumentam\nprever | prevêem | ouvir | ouvem\nprever | prevêem | jogar | jogam\nfornece | fornecem | dizer | dizem\nfornece | fornecem | gritar | gritam\nfornece | fornecem | procura | procuram\nfornece | fornecem | ver | vêem\nfornece | fornecem | baralhar | baralham\nfornece | fornecem | cantar | cantam\nfornece | fornecem | sentar | sentam\nfornece | fornecem | lento | lentificam\nfornece | fornecem | diz | dizem\nfornece | fornecem | nadar | nadam\nfornece | fornecem | fala | falam\nfornece | fornecem | pensar | pensam\nfornece | fornecem | desaparecer | desaparecem\nfornece | fornecem | andar | andam\nfornece | fornecem | trabalhou | trabalham\nfornece | fornecem | escrever | escrevem\nfornece | fornecem | diminuir | diminuem\nfornece | fornecem | descrever | descrevem\nfornece | fornecem | comer | comem\nfornece | fornecem | melhorar | melhoram\nfornece | fornecem | estima | estimam\nfornece | fornecem | encontra | encontram\nfornece | fornecem | gerar | geram\nfornece | fornecem | ir | vão\nfornece | fornecem | implementar | implementam\nfornece | fornecem | aumentar | aumentam\nfornece | fornecem | ouvir | ouvem\nfornece | fornecem | jogar | jogam\nfornece | fornecem | prever | prevêem\ndizer | dizem | gritar | gritam\ndizer | dizem | procura | procuram\ndizer | dizem | ver | vêem\ndizer | dizem | baralhar | baralham\ndizer | dizem | cantar | cantam\ndizer | dizem | sentar | sentam\ndizer | dizem | lento | lentificam\ndizer | dizem | diz | dizem\ndizer | dizem | nadar | nadam\ndizer | dizem | fala | falam\ndizer | dizem | pensar | pensam\ndizer | dizem | desaparecer | desaparecem\ndizer | dizem | andar | andam\ndizer | dizem | trabalhou | trabalham\ndizer | dizem | escrever | escrevem\ndizer | dizem | diminuir | diminuem\ndizer | dizem | descrever | descrevem\ndizer | dizem | comer | comem\ndizer | dizem | melhorar | melhoram\ndizer | dizem | estima | estimam\ndizer | dizem | encontra | encontram\ndizer | dizem | gerar | geram\ndizer | dizem | ir | vão\ndizer | dizem | implementar | implementam\ndizer | dizem | aumentar | aumentam\ndizer | dizem | ouvir | ouvem\ndizer | dizem | jogar | jogam\ndizer | dizem | prever | prevêem\ndizer | dizem | fornece | fornecem\ngritar | gritam | procura | procuram\ngritar | gritam | ver | vêem\ngritar | gritam | baralhar | baralham\ngritar | gritam | cantar | cantam\ngritar | gritam | sentar | sentam\ngritar | gritam | lento | lentificam\ngritar | gritam | diz | dizem\ngritar | gritam | nadar | nadam\ngritar | gritam | fala | falam\ngritar | gritam | pensar | pensam\ngritar | gritam | desaparecer | desaparecem\ngritar | gritam | andar | andam\ngritar | gritam | trabalhou | trabalham\ngritar | gritam | escrever | escrevem\ngritar | gritam | diminuir | diminuem\ngritar | gritam | descrever | descrevem\ngritar | gritam | comer | comem\ngritar | gritam | melhorar | melhoram\ngritar | gritam | estima | estimam\ngritar | gritam | encontra | encontram\ngritar | gritam | gerar | geram\ngritar | gritam | ir | vão\ngritar | gritam | implementar | implementam\ngritar | gritam | aumentar | aumentam\ngritar | gritam | ouvir | ouvem\ngritar | gritam | jogar | jogam\ngritar | gritam | prever | prevêem\ngritar | gritam | fornece | fornecem\ngritar | gritam | dizer | dizem\nprocura | procuram | ver | vêem\nprocura | procuram | baralhar | baralham\nprocura | procuram | cantar | cantam\nprocura | procuram | sentar | sentam\nprocura | procuram | lento | lentificam\nprocura | procuram | diz | dizem\nprocura | procuram | nadar | nadam\nprocura | procuram | fala | falam\nprocura | procuram | pensar | pensam\nprocura | procuram | desaparecer | desaparecem\nprocura | procuram | andar | andam\nprocura | procuram | trabalhou | trabalham\nprocura | procuram | escrever | escrevem\nprocura | procuram | diminuir | diminuem\nprocura | procuram | descrever | descrevem\nprocura | procuram | comer | comem\nprocura | procuram | melhorar | melhoram\nprocura | procuram | estima | estimam\nprocura | procuram | encontra | encontram\nprocura | procuram | gerar | geram\nprocura | procuram | ir | vão\nprocura | procuram | implementar | implementam\nprocura | procuram | aumentar | aumentam\nprocura | procuram | ouvir | ouvem\nprocura | procuram | jogar | jogam\nprocura | procuram | prever | prevêem\nprocura | procuram | fornece | fornecem\nprocura | procuram | dizer | dizem\nprocura | procuram | gritar | gritam\nver | vêem | baralhar | baralham\nver | vêem | cantar | cantam\nver | vêem | sentar | sentam\nver | vêem | lento | lentificam\nver | vêem | diz | dizem\nver | vêem | nadar | nadam\nver | vêem | fala | falam\nver | vêem | pensar | pensam\nver | vêem | desaparecer | desaparecem\nver | vêem | andar | andam\nver | vêem | trabalhou | trabalham\nver | vêem | escrever | escrevem\nver | vêem | diminuir | diminuem\nver | vêem | descrever | descrevem\nver | vêem | comer | comem\nver | vêem | melhorar | melhoram\nver | vêem | estima | estimam\nver | vêem | encontra | encontram\nver | vêem | gerar | geram\nver | vêem | ir | vão\nver | vêem | implementar | implementam\nver | vêem | aumentar | aumentam\nver | vêem | ouvir | ouvem\nver | vêem | jogar | jogam\nver | vêem | prever | prevêem\nver | vêem | fornece | fornecem\nver | vêem | dizer | dizem\nver | vêem | gritar | gritam\nver | vêem | procura | procuram\nbaralhar | baralham | cantar | cantam\nbaralhar | baralham | sentar | sentam\nbaralhar | baralham | lento | lentificam\nbaralhar | baralham | diz | dizem\nbaralhar | baralham | nadar | nadam\nbaralhar | baralham | fala | falam\nbaralhar | baralham | pensar | pensam\nbaralhar | baralham | desaparecer | desaparecem\nbaralhar | baralham | andar | andam\nbaralhar | baralham | trabalhou | trabalham\nbaralhar | baralham | escrever | escrevem\nbaralhar | baralham | diminuir | diminuem\nbaralhar | baralham | descrever | descrevem\nbaralhar | baralham | comer | comem\nbaralhar | baralham | melhorar | melhoram\nbaralhar | baralham | estima | estimam\nbaralhar | baralham | encontra | encontram\nbaralhar | baralham | gerar | geram\nbaralhar | baralham | ir | vão\nbaralhar | baralham | implementar | implementam\nbaralhar | baralham | aumentar | aumentam\nbaralhar | baralham | ouvir | ouvem\nbaralhar | baralham | jogar | jogam\nbaralhar | baralham | prever | prevêem\nbaralhar | baralham | fornece | fornecem\nbaralhar | baralham | dizer | dizem\nbaralhar | baralham | gritar | gritam\nbaralhar | baralham | procura | procuram\nbaralhar | baralham | ver | vêem\ncantar | cantam | sentar | sentam\ncantar | cantam | lento | lentificam\ncantar | cantam | diz | dizem\ncantar | cantam | nadar | nadam\ncantar | cantam | fala | falam\ncantar | cantam | pensar | pensam\ncantar | cantam | desaparecer | desaparecem\ncantar | cantam | andar | andam\ncantar | cantam | trabalhou | trabalham\ncantar | cantam | escrever | escrevem\ncantar | cantam | diminuir | diminuem\ncantar | cantam | descrever | descrevem\ncantar | cantam | comer | comem\ncantar | cantam | melhorar | melhoram\ncantar | cantam | estima | estimam\ncantar | cantam | encontra | encontram\ncantar | cantam | gerar | geram\ncantar | cantam | ir | vão\ncantar | cantam | implementar | implementam\ncantar | cantam | aumentar | aumentam\ncantar | cantam | ouvir | ouvem\ncantar | cantam | jogar | jogam\ncantar | cantam | prever | prevêem\ncantar | cantam | fornece | fornecem\ncantar | cantam | dizer | dizem\ncantar | cantam | gritar | gritam\ncantar | cantam | procura | procuram\ncantar | cantam | ver | vêem\ncantar | cantam | baralhar | baralham\nsentar | sentam | lento | lentificam\nsentar | sentam | diz | dizem\nsentar | sentam | nadar | nadam\nsentar | sentam | fala | falam\nsentar | sentam | pensar | pensam\nsentar | sentam | desaparecer | desaparecem\nsentar | sentam | andar | andam\nsentar | sentam | trabalhou | trabalham\nsentar | sentam | escrever | escrevem\nsentar | sentam | diminuir | diminuem\nsentar | sentam | descrever | descrevem\nsentar | sentam | comer | comem\nsentar | sentam | melhorar | melhoram\nsentar | sentam | estima | estimam\nsentar | sentam | encontra | encontram\nsentar | sentam | gerar | geram\nsentar | sentam | ir | vão\nsentar | sentam | implementar | implementam\nsentar | sentam | aumentar | aumentam\nsentar | sentam | ouvir | ouvem\nsentar | sentam | jogar | jogam\nsentar | sentam | prever | prevêem\nsentar | sentam | fornece | fornecem\nsentar | sentam | dizer | dizem\nsentar | sentam | gritar | gritam\nsentar | sentam | procura | procuram\nsentar | sentam | ver | vêem\nsentar | sentam | baralhar | baralham\nsentar | sentam | cantar | cantam\nlento | lentificam | diz | dizem\nlento | lentificam | nadar | nadam\nlento | lentificam | fala | falam\nlento | lentificam | pensar | pensam\nlento | lentificam | desaparecer | desaparecem\nlento | lentificam | andar | andam\nlento | lentificam | trabalhou | trabalham\nlento | lentificam | escrever | escrevem\nlento | lentificam | diminuir | diminuem\nlento | lentificam | descrever | descrevem\nlento | lentificam | comer | comem\nlento | lentificam | melhorar | melhoram\nlento | lentificam | estima | estimam\nlento | lentificam | encontra | encontram\nlento | lentificam | gerar | geram\nlento | lentificam | ir | vão\nlento | lentificam | implementar | implementam\nlento | lentificam | aumentar | aumentam\nlento | lentificam | ouvir | ouvem\nlento | lentificam | jogar | jogam\nlento | lentificam | prever | prevêem\nlento | lentificam | fornece | fornecem\nlento | lentificam | dizer | dizem\nlento | lentificam | gritar | gritam\nlento | lentificam | procura | procuram\nlento | lentificam | ver | vêem\nlento | lentificam | baralhar | baralham\nlento | lentificam | cantar | cantam\nlento | lentificam | sentar | sentam\ndiz | dizem | nadar | nadam\ndiz | dizem | fala | falam\ndiz | dizem | pensar | pensam\ndiz | dizem | desaparecer | desaparecem\ndiz | dizem | andar | andam\ndiz | dizem | trabalhou | trabalham\ndiz | dizem | escrever | escrevem\ndiz | dizem | diminuir | diminuem\ndiz | dizem | descrever | descrevem\ndiz | dizem | comer | comem\ndiz | dizem | melhorar | melhoram\ndiz | dizem | estima | estimam\ndiz | dizem | encontra | encontram\ndiz | dizem | gerar | geram\ndiz | dizem | ir | vão\ndiz | dizem | implementar | implementam\ndiz | dizem | aumentar | aumentam\ndiz | dizem | ouvir | ouvem\ndiz | dizem | jogar | jogam\ndiz | dizem | prever | prevêem\ndiz | dizem | fornece | fornecem\ndiz | dizem | dizer | dizem\ndiz | dizem | gritar | gritam\ndiz | dizem | procura | procuram\ndiz | dizem | ver | vêem\ndiz | dizem | baralhar | baralham\ndiz | dizem | cantar | cantam\ndiz | dizem | sentar | sentam\ndiz | dizem | lento | lentificam\nnadar | nadam | fala | falam\nnadar | nadam | pensar | pensam\nnadar | nadam | desaparecer | desaparecem\nnadar | nadam | andar | andam\nnadar | nadam | trabalhou | trabalham\nnadar | nadam | escrever | escrevem\nnadar | nadam | diminuir | diminuem\nnadar | nadam | descrever | descrevem\nnadar | nadam | comer | comem\nnadar | nadam | melhorar | melhoram\nnadar | nadam | estima | estimam\nnadar | nadam | encontra | encontram\nnadar | nadam | gerar | geram\nnadar | nadam | ir | vão\nnadar | nadam | implementar | implementam\nnadar | nadam | aumentar | aumentam\nnadar | nadam | ouvir | ouvem\nnadar | nadam | jogar | jogam\nnadar | nadam | prever | prevêem\nnadar | nadam | fornece | fornecem\nnadar | nadam | dizer | dizem\nnadar | nadam | gritar | gritam\nnadar | nadam | procura | procuram\nnadar | nadam | ver | vêem\nnadar | nadam | baralhar | baralham\nnadar | nadam | cantar | cantam\nnadar | nadam | sentar | sentam\nnadar | nadam | lento | lentificam\nnadar | nadam | diz | dizem\nfala | falam | pensar | pensam\nfala | falam | desaparecer | desaparecem\nfala | falam | andar | andam\nfala | falam | trabalhou | trabalham\nfala | falam | escrever | escrevem\nfala | falam | diminuir | diminuem\nfala | falam | descrever | descrevem\nfala | falam | comer | comem\nfala | falam | melhorar | melhoram\nfala | falam | estima | estimam\nfala | falam | encontra | encontram\nfala | falam | gerar | geram\nfala | falam | ir | vão\nfala | falam | implementar | implementam\nfala | falam | aumentar | aumentam\nfala | falam | ouvir | ouvem\nfala | falam | jogar | jogam\nfala | falam | prever | prevêem\nfala | falam | fornece | fornecem\nfala | falam | dizer | dizem\nfala | falam | gritar | gritam\nfala | falam | procura | procuram\nfala | falam | ver | vêem\nfala | falam | baralhar | baralham\nfala | falam | cantar | cantam\nfala | falam | sentar | sentam\nfala | falam | lento | lentificam\nfala | falam | diz | dizem\nfala | falam | nadar | nadam\npensar | pensam | desaparecer | desaparecem\npensar | pensam | andar | andam\npensar | pensam | trabalhou | trabalham\npensar | pensam | escrever | escrevem\npensar | pensam | diminuir | diminuem\npensar | pensam | descrever | descrevem\npensar | pensam | comer | comem\npensar | pensam | melhorar | melhoram\npensar | pensam | estima | estimam\npensar | pensam | encontra | encontram\npensar | pensam | gerar | geram\npensar | pensam | ir | vão\npensar | pensam | implementar | implementam\npensar | pensam | aumentar | aumentam\npensar | pensam | ouvir | ouvem\npensar | pensam | jogar | jogam\npensar | pensam | prever | prevêem\npensar | pensam | fornece | fornecem\npensar | pensam | dizer | dizem\npensar | pensam | gritar | gritam\npensar | pensam | procura | procuram\npensar | pensam | ver | vêem\npensar | pensam | baralhar | baralham\npensar | pensam | cantar | cantam\npensar | pensam | sentar | sentam\npensar | pensam | lento | lentificam\npensar | pensam | diz | dizem\npensar | pensam | nadar | nadam\npensar | pensam | fala | falam\ndesaparecer | desaparecem | andar | andam\ndesaparecer | desaparecem | trabalhou | trabalham\ndesaparecer | desaparecem | escrever | escrevem\ndesaparecer | desaparecem | diminuir | diminuem\ndesaparecer | desaparecem | descrever | descrevem\ndesaparecer | desaparecem | comer | comem\ndesaparecer | desaparecem | melhorar | melhoram\ndesaparecer | desaparecem | estima | estimam\ndesaparecer | desaparecem | encontra | encontram\ndesaparecer | desaparecem | gerar | geram\ndesaparecer | desaparecem | ir | vão\ndesaparecer | desaparecem | implementar | implementam\ndesaparecer | desaparecem | aumentar | aumentam\ndesaparecer | desaparecem | ouvir | ouvem\ndesaparecer | desaparecem | jogar | jogam\ndesaparecer | desaparecem | prever | prevêem\ndesaparecer | desaparecem | fornece | fornecem\ndesaparecer | desaparecem | dizer | dizem\ndesaparecer | desaparecem | gritar | gritam\ndesaparecer | desaparecem | procura | procuram\ndesaparecer | desaparecem | ver | vêem\ndesaparecer | desaparecem | baralhar | baralham\ndesaparecer | desaparecem | cantar | cantam\ndesaparecer | desaparecem | sentar | sentam\ndesaparecer | desaparecem | lento | lentificam\ndesaparecer | desaparecem | diz | dizem\ndesaparecer | desaparecem | nadar | nadam\ndesaparecer | desaparecem | fala | falam\ndesaparecer | desaparecem | pensar | pensam\nandar | andam | trabalhou | trabalham\nandar | andam | escrever | escrevem\nandar | andam | diminuir | diminuem\nandar | andam | descrever | descrevem\nandar | andam | comer | comem\nandar | andam | melhorar | melhoram\nandar | andam | estima | estimam\nandar | andam | encontra | encontram\nandar | andam | gerar | geram\nandar | andam | ir | vão\nandar | andam | implementar | implementam\nandar | andam | aumentar | aumentam\nandar | andam | ouvir | ouvem\nandar | andam | jogar | jogam\nandar | andam | prever | prevêem\nandar | andam | fornece | fornecem\nandar | andam | dizer | dizem\nandar | andam | gritar | gritam\nandar | andam | procura | procuram\nandar | andam | ver | vêem\nandar | andam | baralhar | baralham\nandar | andam | cantar | cantam\nandar | andam | sentar | sentam\nandar | andam | lento | lentificam\nandar | andam | diz | dizem\nandar | andam | nadar | nadam\nandar | andam | fala | falam\nandar | andam | pensar | pensam\nandar | andam | desaparecer | desaparecem\ntrabalhou | trabalham | escrever | escrevem\ntrabalhou | trabalham | diminuir | diminuem\ntrabalhou | trabalham | descrever | descrevem\ntrabalhou | trabalham | comer | comem\ntrabalhou | trabalham | melhorar | melhoram\ntrabalhou | trabalham | estima | estimam\ntrabalhou | trabalham | encontra | encontram\ntrabalhou | trabalham | gerar | geram\ntrabalhou | trabalham | ir | vão\ntrabalhou | trabalham | implementar | implementam\ntrabalhou | trabalham | aumentar | aumentam\ntrabalhou | trabalham | ouvir | ouvem\ntrabalhou | trabalham | jogar | jogam\ntrabalhou | trabalham | prever | prevêem\ntrabalhou | trabalham | fornece | fornecem\ntrabalhou | trabalham | dizer | dizem\ntrabalhou | trabalham | gritar | gritam\ntrabalhou | trabalham | procura | procuram\ntrabalhou | trabalham | ver | vêem\ntrabalhou | trabalham | baralhar | baralham\ntrabalhou | trabalham | cantar | cantam\ntrabalhou | trabalham | sentar | sentam\ntrabalhou | trabalham | lento | lentificam\ntrabalhou | trabalham | diz | dizem\ntrabalhou | trabalham | nadar | nadam\ntrabalhou | trabalham | fala | falam\ntrabalhou | trabalham | pensar | pensam\ntrabalhou | trabalham | desaparecer | desaparecem\ntrabalhou | trabalham | andar | andam\nescrever | escrevem | diminuir | diminuem\nescrever | escrevem | descrever | descrevem\nescrever | escrevem | comer | comem\nescrever | escrevem | melhorar | melhoram\nescrever | escrevem | estima | estimam\nescrever | escrevem | encontra | encontram\nescrever | escrevem | gerar | geram\nescrever | escrevem | ir | vão\nescrever | escrevem | implementar | implementam\nescrever | escrevem | aumentar | aumentam\nescrever | escrevem | ouvir | ouvem\nescrever | escrevem | jogar | jogam\nescrever | escrevem | prever | prevêem\nescrever | escrevem | fornece | fornecem\nescrever | escrevem | dizer | dizem\nescrever | escrevem | gritar | gritam\nescrever | escrevem | procura | procuram\nescrever | escrevem | ver | vêem\nescrever | escrevem | baralhar | baralham\nescrever | escrevem | cantar | cantam\nescrever | escrevem | sentar | sentam\nescrever | escrevem | lento | lentificam\nescrever | escrevem | diz | dizem\nescrever | escrevem | nadar | nadam\nescrever | escrevem | fala | falam\nescrever | escrevem | pensar | pensam\nescrever | escrevem | desaparecer | desaparecem\nescrever | escrevem | andar | andam\nescrever | escrevem | trabalhou | trabalham\n"
  },
  {
    "path": "src/data/embedding_analogies/portuguese/LX-4WAnalogies.txt",
    "content": ": capital-common-countries\nAtenas Grécia Bagdade Iraque\nAtenas Grécia Banguecoque Tailândia\nAtenas Grécia Pequim China\nAtenas Grécia Berlim Alemanha\nAtenas Grécia Berna Suíça\nAtenas Grécia Cairo Egito\nAtenas Grécia Camberra Austrália\nAtenas Grécia Hanói Vietname\nAtenas Grécia Havana Cuba\nAtenas Grécia Helsínquia Finlândia\nAtenas Grécia Islamabade Paquistão\nAtenas Grécia Cábul Afeganistão\nAtenas Grécia Londres Inglaterra\nAtenas Grécia Madrid Espanha\nAtenas Grécia Moscovo Rússia\nAtenas Grécia Oslo Noruega\nAtenas Grécia Ottawa Canadá\nAtenas Grécia Paris França\nAtenas Grécia Roma Itália\nAtenas Grécia Estocolmo Suécia\nAtenas Grécia Teerão Irão\nAtenas Grécia Tóquio Japão\nBagdade Iraque Banguecoque Tailândia\nBagdade Iraque Pequim China\nBagdade Iraque Berlim Alemanha\nBagdade Iraque Berna Suíça\nBagdade Iraque Cairo Egito\nBagdade Iraque Camberra Austrália\nBagdade Iraque Hanói Vietname\nBagdade Iraque Havana Cuba\nBagdade Iraque Helsínquia Finlândia\nBagdade Iraque Islamabade Paquistão\nBagdade Iraque Cábul Afeganistão\nBagdade Iraque Londres Inglaterra\nBagdade Iraque Madrid Espanha\nBagdade Iraque Moscovo Rússia\nBagdade Iraque Oslo Noruega\nBagdade Iraque Ottawa Canadá\nBagdade Iraque Paris França\nBagdade Iraque Roma Itália\nBagdade Iraque Estocolmo Suécia\nBagdade Iraque Teerão Irão\nBagdade Iraque Tóquio Japão\nBagdade Iraque Atenas Grécia\nBanguecoque Tailândia Pequim China\nBanguecoque Tailândia Berlim Alemanha\nBanguecoque Tailândia Berna Suíça\nBanguecoque Tailândia Cairo Egito\nBanguecoque Tailândia Camberra Austrália\nBanguecoque Tailândia Hanói Vietname\nBanguecoque Tailândia Havana Cuba\nBanguecoque Tailândia Helsínquia Finlândia\nBanguecoque Tailândia Islamabade Paquistão\nBanguecoque Tailândia Cábul Afeganistão\nBanguecoque Tailândia Londres Inglaterra\nBanguecoque Tailândia Madrid Espanha\nBanguecoque Tailândia Moscovo Rússia\nBanguecoque Tailândia Oslo Noruega\nBanguecoque Tailândia Ottawa Canadá\nBanguecoque Tailândia Paris França\nBanguecoque Tailândia Roma Itália\nBanguecoque Tailândia Estocolmo Suécia\nBanguecoque Tailândia Teerão Irão\nBanguecoque Tailândia Tóquio Japão\nBanguecoque Tailândia Atenas Grécia\nBanguecoque Tailândia Bagdade Iraque\nPequim China Berlim Alemanha\nPequim China Berna Suíça\nPequim China Cairo Egito\nPequim China Camberra Austrália\nPequim China Hanói Vietname\nPequim China Havana Cuba\nPequim China Helsínquia Finlândia\nPequim China Islamabade Paquistão\nPequim China Cábul Afeganistão\nPequim China Londres Inglaterra\nPequim China Madrid Espanha\nPequim China Moscovo Rússia\nPequim China Oslo Noruega\nPequim China Ottawa Canadá\nPequim China Paris França\nPequim China Roma Itália\nPequim China Estocolmo Suécia\nPequim China Teerão Irão\nPequim China Tóquio Japão\nPequim China Atenas Grécia\nPequim China Bagdade Iraque\nPequim China Banguecoque Tailândia\nBerlim Alemanha Berna Suíça\nBerlim Alemanha Cairo Egito\nBerlim Alemanha Camberra Austrália\nBerlim Alemanha Hanói Vietname\nBerlim Alemanha Havana Cuba\nBerlim Alemanha Helsínquia Finlândia\nBerlim Alemanha Islamabade Paquistão\nBerlim Alemanha Cábul Afeganistão\nBerlim Alemanha Londres Inglaterra\nBerlim Alemanha Madrid Espanha\nBerlim Alemanha Moscovo Rússia\nBerlim Alemanha Oslo Noruega\nBerlim Alemanha Ottawa Canadá\nBerlim Alemanha Paris França\nBerlim Alemanha Roma Itália\nBerlim Alemanha Estocolmo Suécia\nBerlim Alemanha Teerão Irão\nBerlim Alemanha Tóquio Japão\nBerlim Alemanha Atenas Grécia\nBerlim Alemanha Bagdade Iraque\nBerlim Alemanha Banguecoque Tailândia\nBerlim Alemanha Pequim China\nBerna Suíça Cairo Egito\nBerna Suíça Camberra Austrália\nBerna Suíça Hanói Vietname\nBerna Suíça Havana Cuba\nBerna Suíça Helsínquia Finlândia\nBerna Suíça Islamabade Paquistão\nBerna Suíça Cábul Afeganistão\nBerna Suíça Londres Inglaterra\nBerna Suíça Madrid Espanha\nBerna Suíça Moscovo Rússia\nBerna Suíça Oslo Noruega\nBerna Suíça Ottawa Canadá\nBerna Suíça Paris França\nBerna Suíça Roma Itália\nBerna Suíça Estocolmo Suécia\nBerna Suíça Teerão Irão\nBerna Suíça Tóquio Japão\nBerna Suíça Atenas Grécia\nBerna Suíça Bagdade Iraque\nBerna Suíça Banguecoque Tailândia\nBerna Suíça Pequim China\nBerna Suíça Berlim Alemanha\nCairo Egito Camberra Austrália\nCairo Egito Hanói Vietname\nCairo Egito Havana Cuba\nCairo Egito Helsínquia Finlândia\nCairo Egito Islamabade Paquistão\nCairo Egito Cábul Afeganistão\nCairo Egito Londres Inglaterra\nCairo Egito Madrid Espanha\nCairo Egito Moscovo Rússia\nCairo Egito Oslo Noruega\nCairo Egito Ottawa Canadá\nCairo Egito Paris França\nCairo Egito Roma Itália\nCairo Egito Estocolmo Suécia\nCairo Egito Teerão Irão\nCairo Egito Tóquio Japão\nCairo Egito Atenas Grécia\nCairo Egito Bagdade Iraque\nCairo Egito Banguecoque Tailândia\nCairo Egito Pequim China\nCairo Egito Berlim Alemanha\nCairo Egito Berna Suíça\nCamberra Austrália Hanói Vietname\nCamberra Austrália Havana Cuba\nCamberra Austrália Helsínquia Finlândia\nCamberra Austrália Islamabade Paquistão\nCamberra Austrália Cábul Afeganistão\nCamberra Austrália Londres Inglaterra\nCamberra Austrália Madrid Espanha\nCamberra Austrália Moscovo Rússia\nCamberra Austrália Oslo Noruega\nCamberra Austrália Ottawa Canadá\nCamberra Austrália Paris França\nCamberra Austrália Roma Itália\nCamberra Austrália Estocolmo Suécia\nCamberra Austrália Teerão Irão\nCamberra Austrália Tóquio Japão\nCamberra Austrália Atenas Grécia\nCamberra Austrália Bagdade Iraque\nCamberra Austrália Banguecoque Tailândia\nCamberra Austrália Pequim China\nCamberra Austrália Berlim Alemanha\nCamberra Austrália Berna Suíça\nCamberra Austrália Cairo Egito\nHanói Vietname Havana Cuba\nHanói Vietname Helsínquia Finlândia\nHanói Vietname Islamabade Paquistão\nHanói Vietname Cábul Afeganistão\nHanói Vietname Londres Inglaterra\nHanói Vietname Madrid Espanha\nHanói Vietname Moscovo Rússia\nHanói Vietname Oslo Noruega\nHanói Vietname Ottawa Canadá\nHanói Vietname Paris França\nHanói Vietname Roma Itália\nHanói Vietname Estocolmo Suécia\nHanói Vietname Teerão Irão\nHanói Vietname Tóquio Japão\nHanói Vietname Atenas Grécia\nHanói Vietname Bagdade Iraque\nHanói Vietname Banguecoque Tailândia\nHanói Vietname Pequim China\nHanói Vietname Berlim Alemanha\nHanói Vietname Berna Suíça\nHanói Vietname Cairo Egito\nHanói Vietname Camberra Austrália\nHavana Cuba Helsínquia Finlândia\nHavana Cuba Islamabade Paquistão\nHavana Cuba Cábul Afeganistão\nHavana Cuba Londres Inglaterra\nHavana Cuba Madrid Espanha\nHavana Cuba Moscovo Rússia\nHavana Cuba Oslo Noruega\nHavana Cuba Ottawa Canadá\nHavana Cuba Paris França\nHavana Cuba Roma Itália\nHavana Cuba Estocolmo Suécia\nHavana Cuba Teerão Irão\nHavana Cuba Tóquio Japão\nHavana Cuba Atenas Grécia\nHavana Cuba Bagdade Iraque\nHavana Cuba Banguecoque Tailândia\nHavana Cuba Pequim China\nHavana Cuba Berlim Alemanha\nHavana Cuba Berna Suíça\nHavana Cuba Cairo Egito\nHavana Cuba Camberra Austrália\nHavana Cuba Hanói Vietname\nHelsínquia Finlândia Islamabade Paquistão\nHelsínquia Finlândia Cábul Afeganistão\nHelsínquia Finlândia Londres Inglaterra\nHelsínquia Finlândia Madrid Espanha\nHelsínquia Finlândia Moscovo Rússia\nHelsínquia Finlândia Oslo Noruega\nHelsínquia Finlândia Ottawa Canadá\nHelsínquia Finlândia Paris França\nHelsínquia Finlândia Roma Itália\nHelsínquia Finlândia Estocolmo Suécia\nHelsínquia Finlândia Teerão Irão\nHelsínquia Finlândia Tóquio Japão\nHelsínquia Finlândia Atenas Grécia\nHelsínquia Finlândia Bagdade Iraque\nHelsínquia Finlândia Banguecoque Tailândia\nHelsínquia Finlândia Pequim China\nHelsínquia Finlândia Berlim Alemanha\nHelsínquia Finlândia Berna Suíça\nHelsínquia Finlândia Cairo Egito\nHelsínquia Finlândia Camberra Austrália\nHelsínquia Finlândia Hanói Vietname\nHelsínquia Finlândia Havana Cuba\nIslamabade Paquistão Cábul Afeganistão\nIslamabade Paquistão Londres Inglaterra\nIslamabade Paquistão Madrid Espanha\nIslamabade Paquistão Moscovo Rússia\nIslamabade Paquistão Oslo Noruega\nIslamabade Paquistão Ottawa Canadá\nIslamabade Paquistão Paris França\nIslamabade Paquistão Roma Itália\nIslamabade Paquistão Estocolmo Suécia\nIslamabade Paquistão Teerão Irão\nIslamabade Paquistão Tóquio Japão\nIslamabade Paquistão Atenas Grécia\nIslamabade Paquistão Bagdade Iraque\nIslamabade Paquistão Banguecoque Tailândia\nIslamabade Paquistão Pequim China\nIslamabade Paquistão Berlim Alemanha\nIslamabade Paquistão Berna Suíça\nIslamabade Paquistão Cairo Egito\nIslamabade Paquistão Camberra Austrália\nIslamabade Paquistão Hanói Vietname\nIslamabade Paquistão Havana Cuba\nIslamabade Paquistão Helsínquia Finlândia\nCábul Afeganistão Londres Inglaterra\nCábul Afeganistão Madrid Espanha\nCábul Afeganistão Moscovo Rússia\nCábul Afeganistão Oslo Noruega\nCábul Afeganistão Ottawa Canadá\nCábul Afeganistão Paris França\nCábul Afeganistão Roma Itália\nCábul Afeganistão Estocolmo Suécia\nCábul Afeganistão Teerão Irão\nCábul Afeganistão Tóquio Japão\nCábul Afeganistão Atenas Grécia\nCábul Afeganistão Bagdade Iraque\nCábul Afeganistão Banguecoque Tailândia\nCábul Afeganistão Pequim China\nCábul Afeganistão Berlim Alemanha\nCábul Afeganistão Berna Suíça\nCábul Afeganistão Cairo Egito\nCábul Afeganistão Camberra Austrália\nCábul Afeganistão Hanói Vietname\nCábul Afeganistão Havana Cuba\nCábul Afeganistão Helsínquia Finlândia\nCábul Afeganistão Islamabade Paquistão\nLondres Inglaterra Madrid Espanha\nLondres Inglaterra Moscovo Rússia\nLondres Inglaterra Oslo Noruega\nLondres Inglaterra Ottawa Canadá\nLondres Inglaterra Paris França\nLondres Inglaterra Roma Itália\nLondres Inglaterra Estocolmo Suécia\nLondres Inglaterra Teerão Irão\nLondres Inglaterra Tóquio Japão\nLondres Inglaterra Atenas Grécia\nLondres Inglaterra Bagdade Iraque\nLondres Inglaterra Banguecoque Tailândia\nLondres Inglaterra Pequim China\nLondres Inglaterra Berlim Alemanha\nLondres Inglaterra Berna Suíça\nLondres Inglaterra Cairo Egito\nLondres Inglaterra Camberra Austrália\nLondres Inglaterra Hanói Vietname\nLondres Inglaterra Havana Cuba\nLondres Inglaterra Helsínquia Finlândia\nLondres Inglaterra Islamabade Paquistão\nLondres Inglaterra Cábul Afeganistão\nMadrid Espanha Moscovo Rússia\nMadrid Espanha Oslo Noruega\nMadrid Espanha Ottawa Canadá\nMadrid Espanha Paris França\nMadrid Espanha Roma Itália\nMadrid Espanha Estocolmo Suécia\nMadrid Espanha Teerão Irão\nMadrid Espanha Tóquio Japão\nMadrid Espanha Atenas Grécia\nMadrid Espanha Bagdade Iraque\nMadrid Espanha Banguecoque Tailândia\nMadrid Espanha Pequim China\nMadrid Espanha Berlim Alemanha\nMadrid Espanha Berna Suíça\nMadrid Espanha Cairo Egito\nMadrid Espanha Camberra Austrália\nMadrid Espanha Hanói Vietname\nMadrid Espanha Havana Cuba\nMadrid Espanha Helsínquia Finlândia\nMadrid Espanha Islamabade Paquistão\nMadrid Espanha Cábul Afeganistão\nMadrid Espanha Londres Inglaterra\nMoscovo Rússia Oslo Noruega\nMoscovo Rússia Ottawa Canadá\nMoscovo Rússia Paris França\nMoscovo Rússia Roma Itália\nMoscovo Rússia Estocolmo Suécia\nMoscovo Rússia Teerão Irão\nMoscovo Rússia Tóquio Japão\nMoscovo Rússia Atenas Grécia\nMoscovo Rússia Bagdade Iraque\nMoscovo Rússia Banguecoque Tailândia\nMoscovo Rússia Pequim China\nMoscovo Rússia Berlim Alemanha\nMoscovo Rússia Berna Suíça\nMoscovo Rússia Cairo Egito\nMoscovo Rússia Camberra Austrália\nMoscovo Rússia Hanói Vietname\nMoscovo Rússia Havana Cuba\nMoscovo Rússia Helsínquia Finlândia\nMoscovo Rússia Islamabade Paquistão\nMoscovo Rússia Cábul Afeganistão\nMoscovo Rússia Londres Inglaterra\nMoscovo Rússia Madrid Espanha\nOslo Noruega Ottawa Canadá\nOslo Noruega Paris França\nOslo Noruega Roma Itália\nOslo Noruega Estocolmo Suécia\nOslo Noruega Teerão Irão\nOslo Noruega Tóquio Japão\nOslo Noruega Atenas Grécia\nOslo Noruega Bagdade Iraque\nOslo Noruega Banguecoque Tailândia\nOslo Noruega Pequim China\nOslo Noruega Berlim Alemanha\nOslo Noruega Berna Suíça\nOslo Noruega Cairo Egito\nOslo Noruega Camberra Austrália\nOslo Noruega Hanói Vietname\nOslo Noruega Havana Cuba\nOslo Noruega Helsínquia Finlândia\nOslo Noruega Islamabade Paquistão\nOslo Noruega Cábul Afeganistão\nOslo Noruega Londres Inglaterra\nOslo Noruega Madrid Espanha\nOslo Noruega Moscovo Rússia\nOttawa Canadá Paris França\nOttawa Canadá Roma Itália\nOttawa Canadá Estocolmo Suécia\nOttawa Canadá Teerão Irão\nOttawa Canadá Tóquio Japão\nOttawa Canadá Atenas Grécia\nOttawa Canadá Bagdade Iraque\nOttawa Canadá Banguecoque Tailândia\nOttawa Canadá Pequim China\nOttawa Canadá Berlim Alemanha\nOttawa Canadá Berna Suíça\nOttawa Canadá Cairo Egito\nOttawa Canadá Camberra Austrália\nOttawa Canadá Hanói Vietname\nOttawa Canadá Havana Cuba\nOttawa Canadá Helsínquia Finlândia\nOttawa Canadá Islamabade Paquistão\nOttawa Canadá Cábul Afeganistão\nOttawa Canadá Londres Inglaterra\nOttawa Canadá Madrid Espanha\nOttawa Canadá Moscovo Rússia\nOttawa Canadá Oslo Noruega\nParis França Roma Itália\nParis França Estocolmo Suécia\nParis França Teerão Irão\nParis França Tóquio Japão\nParis França Atenas Grécia\nParis França Bagdade Iraque\nParis França Banguecoque Tailândia\nParis França Pequim China\nParis França Berlim Alemanha\nParis França Berna Suíça\nParis França Cairo Egito\nParis França Camberra Austrália\nParis França Hanói Vietname\nParis França Havana Cuba\nParis França Helsínquia Finlândia\nParis França Islamabade Paquistão\nParis França Cábul Afeganistão\nParis França Londres Inglaterra\nParis França Madrid Espanha\nParis França Moscovo Rússia\nParis França Oslo Noruega\nParis França Ottawa Canadá\nRoma Itália Estocolmo Suécia\nRoma Itália Teerão Irão\nRoma Itália Tóquio Japão\nRoma Itália Atenas Grécia\nRoma Itália Bagdade Iraque\nRoma Itália Banguecoque Tailândia\nRoma Itália Pequim China\nRoma Itália Berlim Alemanha\nRoma Itália Berna Suíça\nRoma Itália Cairo Egito\nRoma Itália Camberra Austrália\nRoma Itália Hanói Vietname\nRoma Itália Havana Cuba\nRoma Itália Helsínquia Finlândia\nRoma Itália Islamabade Paquistão\nRoma Itália Cábul Afeganistão\nRoma Itália Londres Inglaterra\nRoma Itália Madrid Espanha\nRoma Itália Moscovo Rússia\nRoma Itália Oslo Noruega\nRoma Itália Ottawa Canadá\nRoma Itália Paris França\nEstocolmo Suécia Teerão Irão\nEstocolmo Suécia Tóquio Japão\nEstocolmo Suécia Atenas Grécia\nEstocolmo Suécia Bagdade Iraque\nEstocolmo Suécia Banguecoque Tailândia\nEstocolmo Suécia Pequim China\nEstocolmo Suécia Berlim Alemanha\nEstocolmo Suécia Berna Suíça\nEstocolmo Suécia Cairo Egito\nEstocolmo Suécia Camberra Austrália\nEstocolmo Suécia Hanói Vietname\nEstocolmo Suécia Havana Cuba\nEstocolmo Suécia Helsínquia Finlândia\nEstocolmo Suécia Islamabade Paquistão\nEstocolmo Suécia Cábul Afeganistão\nEstocolmo Suécia Londres Inglaterra\nEstocolmo Suécia Madrid Espanha\nEstocolmo Suécia Moscovo Rússia\nEstocolmo Suécia Oslo Noruega\nEstocolmo Suécia Ottawa Canadá\nEstocolmo Suécia Paris França\nEstocolmo Suécia Roma Itália\nTeerão Irão Tóquio Japão\nTeerão Irão Atenas Grécia\nTeerão Irão Bagdade Iraque\nTeerão Irão Banguecoque Tailândia\nTeerão Irão Pequim China\nTeerão Irão Berlim Alemanha\nTeerão Irão Berna Suíça\nTeerão Irão Cairo Egito\nTeerão Irão Camberra Austrália\nTeerão Irão Hanói Vietname\nTeerão Irão Havana Cuba\nTeerão Irão Helsínquia Finlândia\nTeerão Irão Islamabade Paquistão\nTeerão Irão Cábul Afeganistão\nTeerão Irão Londres Inglaterra\nTeerão Irão Madrid Espanha\nTeerão Irão Moscovo Rússia\nTeerão Irão Oslo Noruega\nTeerão Irão Ottawa Canadá\nTeerão Irão Paris França\nTeerão Irão Roma Itália\nTeerão Irão Estocolmo Suécia\nTóquio Japão Atenas Grécia\nTóquio Japão Bagdade Iraque\nTóquio Japão Banguecoque Tailândia\nTóquio Japão Pequim China\nTóquio Japão Berlim Alemanha\nTóquio Japão Berna Suíça\nTóquio Japão Cairo Egito\nTóquio Japão Camberra Austrália\nTóquio Japão Hanói Vietname\nTóquio Japão Havana Cuba\nTóquio Japão Helsínquia Finlândia\nTóquio Japão Islamabade Paquistão\nTóquio Japão Cábul Afeganistão\nTóquio Japão Londres Inglaterra\nTóquio Japão Madrid Espanha\nTóquio Japão Moscovo Rússia\nTóquio Japão Oslo Noruega\nTóquio Japão Ottawa Canadá\nTóquio Japão Paris França\nTóquio Japão Roma Itália\nTóquio Japão Estocolmo Suécia\nTóquio Japão Teerão Irão\n: capital-world\nAbuja Nigéria Acra Gana\nAbuja Nigéria Argel Argélia\nAbuja Nigéria Amã Jordânia\nAbuja Nigéria Ancara Turquia\nAbuja Nigéria Antananarivo Madagáscar\nAbuja Nigéria Apia Samoa\nAbuja Nigéria Asgabate Turquemenistão\nAbuja Nigéria Asmara Eritreia\nAbuja Nigéria Astana Cazaquistão\nAbuja Nigéria Atenas Grécia\nAbuja Nigéria Bagdade Iraque\nAbuja Nigéria Baku Azerbaijão\nAbuja Nigéria Bamako Mali\nAbuja Nigéria Banguecoque Tailândia\nAbuja Nigéria Banjul Gâmbia\nAbuja Nigéria Pequim China\nAbuja Nigéria Beirute Líbano\nAbuja Nigéria Belgrado Sérvia\nAbuja Nigéria Belmopã Belize\nAbuja Nigéria Berlim Alemanha\nAbuja Nigéria Berna Suíça\nAbuja Nigéria Bisqueque Quirguistão\nAbuja Nigéria Bratislava Eslováquia\nAbuja Nigéria Bruxelas Bélgica\nAbuja Nigéria Bucareste Roménia\nAbuja Nigéria Budapeste Hungria\nAbuja Nigéria Bujumbura Burundi\nAbuja Nigéria Cairo Egito\nAbuja Nigéria Camberra Austrália\nAbuja Nigéria Caracas Venezuela\nAbuja Nigéria Chisinau Moldávia\nAbuja Nigéria Conacri Guiné\nAbuja Nigéria Copenhaga Dinamarca\nAbuja Nigéria Dacar Senegal\nAbuja Nigéria Damasco Síria\nAbuja Nigéria Daca Bangladeche\nAbuja Nigéria Doa Catar\nAbuja Nigéria Dublim Irlanda\nAbuja Nigéria Duchambé Tajiquistão\nAcra Gana Argel Argélia\nAcra Gana Amã Jordânia\nAcra Gana Ancara Turquia\nAcra Gana Antananarivo Madagáscar\nAcra Gana Apia Samoa\nAcra Gana Asgabate Turquemenistão\nAcra Gana Asmara Eritreia\nAcra Gana Astana Cazaquistão\nAcra Gana Atenas Grécia\nAcra Gana Bagdade Iraque\nAcra Gana Baku Azerbaijão\nAcra Gana Bamako Mali\nAcra Gana Banguecoque Tailândia\nAcra Gana Banjul Gâmbia\nAcra Gana Pequim China\nAcra Gana Beirute Líbano\nAcra Gana Belgrado Sérvia\nAcra Gana Belmopã Belize\nAcra Gana Berlim Alemanha\nAcra Gana Berna Suíça\nAcra Gana Bisqueque Quirguistão\nAcra Gana Bratislava Eslováquia\nAcra Gana Bruxelas Bélgica\nAcra Gana Bucareste Roménia\nAcra Gana Budapeste Hungria\nAcra Gana Bujumbura Burundi\nAcra Gana Cairo Egito\nAcra Gana Camberra Austrália\nAcra Gana Caracas Venezuela\nAcra Gana Chisinau Moldávia\nAcra Gana Conacri Guiné\nAcra Gana Copenhaga Dinamarca\nAcra Gana Dacar Senegal\nAcra Gana Damasco Síria\nAcra Gana Daca Bangladeche\nAcra Gana Doa Catar\nAcra Gana Dublim Irlanda\nAcra Gana Duchambé Tajiquistão\nAcra Gana Funafuti Tuvalu\nArgel Argélia Amã Jordânia\nArgel Argélia Ancara Turquia\nArgel Argélia Antananarivo Madagáscar\nArgel Argélia Apia Samoa\nArgel Argélia Asgabate Turquemenistão\nArgel Argélia Asmara Eritreia\nArgel Argélia Astana Cazaquistão\nArgel Argélia Atenas Grécia\nArgel Argélia Bagdade Iraque\nArgel Argélia Baku Azerbaijão\nArgel Argélia Bamako Mali\nArgel Argélia Banguecoque Tailândia\nArgel Argélia Banjul Gâmbia\nArgel Argélia Pequim China\nArgel Argélia Beirute Líbano\nArgel Argélia Belgrado Sérvia\nArgel Argélia Belmopã Belize\nArgel Argélia Berlim Alemanha\nArgel Argélia Berna Suíça\nArgel Argélia Bisqueque Quirguistão\nArgel Argélia Bratislava Eslováquia\nArgel Argélia Bruxelas Bélgica\nArgel Argélia Bucareste Roménia\nArgel Argélia Budapeste Hungria\nArgel Argélia Bujumbura Burundi\nArgel Argélia Cairo Egito\nArgel Argélia Camberra Austrália\nArgel Argélia Caracas Venezuela\nArgel Argélia Chisinau Moldávia\nArgel Argélia Conacri Guiné\nArgel Argélia Copenhaga Dinamarca\nArgel Argélia Dacar Senegal\nArgel Argélia Damasco Síria\nArgel Argélia Daca Bangladeche\nArgel Argélia Doa Catar\nArgel Argélia Dublim Irlanda\nArgel Argélia Duchambé Tajiquistão\nArgel Argélia Funafuti Tuvalu\nArgel Argélia Gaborone Botsuana\nAmã Jordânia Ancara Turquia\nAmã Jordânia Antananarivo Madagáscar\nAmã Jordânia Apia Samoa\nAmã Jordânia Asgabate Turquemenistão\nAmã Jordânia Asmara Eritreia\nAmã Jordânia Astana Cazaquistão\nAmã Jordânia Atenas Grécia\nAmã Jordânia Bagdade Iraque\nAmã Jordânia Baku Azerbaijão\nAmã Jordânia Bamako Mali\nAmã Jordânia Banguecoque Tailândia\nAmã Jordânia Banjul Gâmbia\nAmã Jordânia Pequim China\nAmã Jordânia Beirute Líbano\nAmã Jordânia Belgrado Sérvia\nAmã Jordânia Belmopã Belize\nAmã Jordânia Berlim Alemanha\nAmã Jordânia Berna Suíça\nAmã Jordânia Bisqueque Quirguistão\nAmã Jordânia Bratislava Eslováquia\nAmã Jordânia Bruxelas Bélgica\nAmã Jordânia Bucareste Roménia\nAmã Jordânia Budapeste Hungria\nAmã Jordânia Bujumbura Burundi\nAmã Jordânia Cairo Egito\nAmã Jordânia Camberra Austrália\nAmã Jordânia Caracas Venezuela\nAmã Jordânia Chisinau Moldávia\nAmã Jordânia Conacri Guiné\nAmã Jordânia Copenhaga Dinamarca\nAmã Jordânia Dacar Senegal\nAmã Jordânia Damasco Síria\nAmã Jordânia Daca Bangladeche\nAmã Jordânia Doa Catar\nAmã Jordânia Dublim Irlanda\nAmã Jordânia Duchambé Tajiquistão\nAmã Jordânia Funafuti Tuvalu\nAmã Jordânia Gaborone Botsuana\nAmã Jordânia Georgetown Guiana\nAncara Turquia Antananarivo Madagáscar\nAncara Turquia Apia Samoa\nAncara Turquia Asgabate Turquemenistão\nAncara Turquia Asmara Eritreia\nAncara Turquia Astana Cazaquistão\nAncara Turquia Atenas Grécia\nAncara Turquia Bagdade Iraque\nAncara Turquia Baku Azerbaijão\nAncara Turquia Bamako Mali\nAncara Turquia Banguecoque Tailândia\nAncara Turquia Banjul Gâmbia\nAncara Turquia Pequim China\nAncara Turquia Beirute Líbano\nAncara Turquia Belgrado Sérvia\nAncara Turquia Belmopã Belize\nAncara Turquia Berlim Alemanha\nAncara Turquia Berna Suíça\nAncara Turquia Bisqueque Quirguistão\nAncara Turquia Bratislava Eslováquia\nAncara Turquia Bruxelas Bélgica\nAncara Turquia Bucareste Roménia\nAncara Turquia Budapeste Hungria\nAncara Turquia Bujumbura Burundi\nAncara Turquia Cairo Egito\nAncara Turquia Camberra Austrália\nAncara Turquia Caracas Venezuela\nAncara Turquia Chisinau Moldávia\nAncara Turquia Conacri Guiné\nAncara Turquia Copenhaga Dinamarca\nAncara Turquia Dacar Senegal\nAncara Turquia Damasco Síria\nAncara Turquia Daca Bangladeche\nAncara Turquia Doa Catar\nAncara Turquia Dublim Irlanda\nAncara Turquia Duchambé Tajiquistão\nAncara Turquia Funafuti Tuvalu\nAncara Turquia Gaborone Botsuana\nAncara Turquia Georgetown Guiana\nAncara Turquia Hanói Vietname\nAntananarivo Madagáscar Apia Samoa\nAntananarivo Madagáscar Asgabate Turquemenistão\nAntananarivo Madagáscar Asmara Eritreia\nAntananarivo Madagáscar Astana Cazaquistão\nAntananarivo Madagáscar Atenas Grécia\nAntananarivo Madagáscar Bagdade Iraque\nAntananarivo Madagáscar Baku Azerbaijão\nAntananarivo Madagáscar Bamako Mali\nAntananarivo Madagáscar Banguecoque Tailândia\nAntananarivo Madagáscar Banjul Gâmbia\nAntananarivo Madagáscar Pequim China\nAntananarivo Madagáscar Beirute Líbano\nAntananarivo Madagáscar Belgrado Sérvia\nAntananarivo Madagáscar Belmopã Belize\nAntananarivo Madagáscar Berlim Alemanha\nAntananarivo Madagáscar Berna Suíça\nAntananarivo Madagáscar Bisqueque Quirguistão\nAntananarivo Madagáscar Bratislava Eslováquia\nAntananarivo Madagáscar Bruxelas Bélgica\nAntananarivo Madagáscar Bucareste Roménia\nAntananarivo Madagáscar Budapeste Hungria\nAntananarivo Madagáscar Bujumbura Burundi\nAntananarivo Madagáscar Cairo Egito\nAntananarivo Madagáscar Camberra Austrália\nAntananarivo Madagáscar Caracas Venezuela\nAntananarivo Madagáscar Chisinau Moldávia\nAntananarivo Madagáscar Conacri Guiné\nAntananarivo Madagáscar Copenhaga Dinamarca\nAntananarivo Madagáscar Dacar Senegal\nAntananarivo Madagáscar Damasco Síria\nAntananarivo Madagáscar Daca Bangladeche\nAntananarivo Madagáscar Doa Catar\nAntananarivo Madagáscar Dublim Irlanda\nAntananarivo Madagáscar Duchambé Tajiquistão\nAntananarivo Madagáscar Funafuti Tuvalu\nAntananarivo Madagáscar Gaborone Botsuana\nAntananarivo Madagáscar Georgetown Guiana\nAntananarivo Madagáscar Hanói Vietname\nAntananarivo Madagáscar Harare Zimbabué\nApia Samoa Asgabate Turquemenistão\nApia Samoa Asmara Eritreia\nApia Samoa Astana Cazaquistão\nApia Samoa Atenas Grécia\nApia Samoa Bagdade Iraque\nApia Samoa Baku Azerbaijão\nApia Samoa Bamako Mali\nApia Samoa Banguecoque Tailândia\nApia Samoa Banjul Gâmbia\nApia Samoa Pequim China\nApia Samoa Beirute Líbano\nApia Samoa Belgrado Sérvia\nApia Samoa Belmopã Belize\nApia Samoa Berlim Alemanha\nApia Samoa Berna Suíça\nApia Samoa Bisqueque Quirguistão\nApia Samoa Bratislava Eslováquia\nApia Samoa Bruxelas Bélgica\nApia Samoa Bucareste Roménia\nApia Samoa Budapeste Hungria\nApia Samoa Bujumbura Burundi\nApia Samoa Cairo Egito\nApia Samoa Camberra Austrália\nApia Samoa Caracas Venezuela\nApia Samoa Chisinau Moldávia\nApia Samoa Conacri Guiné\nApia Samoa Copenhaga Dinamarca\nApia Samoa Dacar Senegal\nApia Samoa Damasco Síria\nApia Samoa Daca Bangladeche\nApia Samoa Doa Catar\nApia Samoa Dublim Irlanda\nApia Samoa Duchambé Tajiquistão\nApia Samoa Funafuti Tuvalu\nApia Samoa Gaborone Botsuana\nApia Samoa Georgetown Guiana\nApia Samoa Hanói Vietname\nApia Samoa Harare Zimbabué\nApia Samoa Havana Cuba\nAsgabate Turquemenistão Asmara Eritreia\nAsgabate Turquemenistão Astana Cazaquistão\nAsgabate Turquemenistão Atenas Grécia\nAsgabate Turquemenistão Bagdade Iraque\nAsgabate Turquemenistão Baku Azerbaijão\nAsgabate Turquemenistão Bamako Mali\nAsgabate Turquemenistão Banguecoque Tailândia\nAsgabate Turquemenistão Banjul Gâmbia\nAsgabate Turquemenistão Pequim China\nAsgabate Turquemenistão Beirute Líbano\nAsgabate Turquemenistão Belgrado Sérvia\nAsgabate Turquemenistão Belmopã Belize\nAsgabate Turquemenistão Berlim Alemanha\nAsgabate Turquemenistão Berna Suíça\nAsgabate Turquemenistão Bisqueque Quirguistão\nAsgabate Turquemenistão Bratislava Eslováquia\nAsgabate Turquemenistão Bruxelas Bélgica\nAsgabate Turquemenistão Bucareste Roménia\nAsgabate Turquemenistão Budapeste Hungria\nAsgabate Turquemenistão Bujumbura Burundi\nAsgabate Turquemenistão Cairo Egito\nAsgabate Turquemenistão Camberra Austrália\nAsgabate Turquemenistão Caracas Venezuela\nAsgabate Turquemenistão Chisinau Moldávia\nAsgabate Turquemenistão Conacri Guiné\nAsgabate Turquemenistão Copenhaga Dinamarca\nAsgabate Turquemenistão Dacar Senegal\nAsgabate Turquemenistão Damasco Síria\nAsgabate Turquemenistão Daca Bangladeche\nAsgabate Turquemenistão Doa Catar\nAsgabate Turquemenistão Dublim Irlanda\nAsgabate Turquemenistão Duchambé Tajiquistão\nAsgabate Turquemenistão Funafuti Tuvalu\nAsgabate Turquemenistão Gaborone Botsuana\nAsgabate Turquemenistão Georgetown Guiana\nAsgabate Turquemenistão Hanói Vietname\nAsgabate Turquemenistão Harare Zimbabué\nAsgabate Turquemenistão Havana Cuba\nAsgabate Turquemenistão Helsínquia Finlândia\nAsmara Eritreia Astana Cazaquistão\nAsmara Eritreia Atenas Grécia\nAsmara Eritreia Bagdade Iraque\nAsmara Eritreia Baku Azerbaijão\nAsmara Eritreia Bamako Mali\nAsmara Eritreia Banguecoque Tailândia\nAsmara Eritreia Banjul Gâmbia\nAsmara Eritreia Pequim China\nAsmara Eritreia Beirute Líbano\nAsmara Eritreia Belgrado Sérvia\nAsmara Eritreia Belmopã Belize\nAsmara Eritreia Berlim Alemanha\nAsmara Eritreia Berna Suíça\nAsmara Eritreia Bisqueque Quirguistão\nAsmara Eritreia Bratislava Eslováquia\nAsmara Eritreia Bruxelas Bélgica\nAsmara Eritreia Bucareste Roménia\nAsmara Eritreia Budapeste Hungria\nAsmara Eritreia Bujumbura Burundi\nAsmara Eritreia Cairo Egito\nAsmara Eritreia Camberra Austrália\nAsmara Eritreia Caracas Venezuela\nAsmara Eritreia Chisinau Moldávia\nAsmara Eritreia Conacri Guiné\nAsmara Eritreia Copenhaga Dinamarca\nAsmara Eritreia Dacar Senegal\nAsmara Eritreia Damasco Síria\nAsmara Eritreia Daca Bangladeche\nAsmara Eritreia Doa Catar\nAsmara Eritreia Dublim Irlanda\nAsmara Eritreia Duchambé Tajiquistão\nAsmara Eritreia Funafuti Tuvalu\nAsmara Eritreia Gaborone Botsuana\nAsmara Eritreia Georgetown Guiana\nAsmara Eritreia Hanói Vietname\nAsmara Eritreia Harare Zimbabué\nAsmara Eritreia Havana Cuba\nAsmara Eritreia Helsínquia Finlândia\nAsmara Eritreia Islamabade Paquistão\nAstana Cazaquistão Atenas Grécia\nAstana Cazaquistão Bagdade Iraque\nAstana Cazaquistão Baku Azerbaijão\nAstana Cazaquistão Bamako Mali\nAstana Cazaquistão Banguecoque Tailândia\nAstana Cazaquistão Banjul Gâmbia\nAstana Cazaquistão Pequim China\nAstana Cazaquistão Beirute Líbano\nAstana Cazaquistão Belgrado Sérvia\nAstana Cazaquistão Belmopã Belize\nAstana Cazaquistão Berlim Alemanha\nAstana Cazaquistão Berna Suíça\nAstana Cazaquistão Bisqueque Quirguistão\nAstana Cazaquistão Bratislava Eslováquia\nAstana Cazaquistão Bruxelas Bélgica\nAstana Cazaquistão Bucareste Roménia\nAstana Cazaquistão Budapeste Hungria\nAstana Cazaquistão Bujumbura Burundi\nAstana Cazaquistão Cairo Egito\nAstana Cazaquistão Camberra Austrália\nAstana Cazaquistão Caracas Venezuela\nAstana Cazaquistão Chisinau Moldávia\nAstana Cazaquistão Conacri Guiné\nAstana Cazaquistão Copenhaga Dinamarca\nAstana Cazaquistão Dacar Senegal\nAstana Cazaquistão Damasco Síria\nAstana Cazaquistão Daca Bangladeche\nAstana Cazaquistão Doa Catar\nAstana Cazaquistão Dublim Irlanda\nAstana Cazaquistão Duchambé Tajiquistão\nAstana Cazaquistão Funafuti Tuvalu\nAstana Cazaquistão Gaborone Botsuana\nAstana Cazaquistão Georgetown Guiana\nAstana Cazaquistão Hanói Vietname\nAstana Cazaquistão Harare Zimbabué\nAstana Cazaquistão Havana Cuba\nAstana Cazaquistão Helsínquia Finlândia\nAstana Cazaquistão Islamabade Paquistão\nAstana Cazaquistão Jacarta Indonésia\nAtenas Grécia Bagdade Iraque\nAtenas Grécia Baku Azerbaijão\nAtenas Grécia Bamako Mali\nAtenas Grécia Banguecoque Tailândia\nAtenas Grécia Banjul Gâmbia\nAtenas Grécia Pequim China\nAtenas Grécia Beirute Líbano\nAtenas Grécia Belgrado Sérvia\nAtenas Grécia Belmopã Belize\nAtenas Grécia Berlim Alemanha\nAtenas Grécia Berna Suíça\nAtenas Grécia Bisqueque Quirguistão\nAtenas Grécia Bratislava Eslováquia\nAtenas Grécia Bruxelas Bélgica\nAtenas Grécia Bucareste Roménia\nAtenas Grécia Budapeste Hungria\nAtenas Grécia Bujumbura Burundi\nAtenas Grécia Cairo Egito\nAtenas Grécia Camberra Austrália\nAtenas Grécia Caracas Venezuela\nAtenas Grécia Chisinau Moldávia\nAtenas Grécia Conacri Guiné\nAtenas Grécia Copenhaga Dinamarca\nAtenas Grécia Dacar Senegal\nAtenas Grécia Damasco Síria\nAtenas Grécia Daca Bangladeche\nAtenas Grécia Doa Catar\nAtenas Grécia Dublim Irlanda\nAtenas Grécia Duchambé Tajiquistão\nAtenas Grécia Funafuti Tuvalu\nAtenas Grécia Gaborone Botsuana\nAtenas Grécia Georgetown Guiana\nAtenas Grécia Hanói Vietname\nAtenas Grécia Harare Zimbabué\nAtenas Grécia Havana Cuba\nAtenas Grécia Helsínquia Finlândia\nAtenas Grécia Islamabade Paquistão\nAtenas Grécia Jacarta Indonésia\nAtenas Grécia Cábul Afeganistão\nBagdade Iraque Baku Azerbaijão\nBagdade Iraque Bamako Mali\nBagdade Iraque Banguecoque Tailândia\nBagdade Iraque Banjul Gâmbia\nBagdade Iraque Pequim China\nBagdade Iraque Beirute Líbano\nBagdade Iraque Belgrado Sérvia\nBagdade Iraque Belmopã Belize\nBagdade Iraque Berlim Alemanha\nBagdade Iraque Berna Suíça\nBagdade Iraque Bisqueque Quirguistão\nBagdade Iraque Bratislava Eslováquia\nBagdade Iraque Bruxelas Bélgica\nBagdade Iraque Bucareste Roménia\nBagdade Iraque Budapeste Hungria\nBagdade Iraque Bujumbura Burundi\nBagdade Iraque Cairo Egito\nBagdade Iraque Camberra Austrália\nBagdade Iraque Caracas Venezuela\nBagdade Iraque Chisinau Moldávia\nBagdade Iraque Conacri Guiné\nBagdade Iraque Copenhaga Dinamarca\nBagdade Iraque Dacar Senegal\nBagdade Iraque Damasco Síria\nBagdade Iraque Daca Bangladeche\nBagdade Iraque Doa Catar\nBagdade Iraque Dublim Irlanda\nBagdade Iraque Duchambé Tajiquistão\nBagdade Iraque Funafuti Tuvalu\nBagdade Iraque Gaborone Botsuana\nBagdade Iraque Georgetown Guiana\nBagdade Iraque Hanói Vietname\nBagdade Iraque Harare Zimbabué\nBagdade Iraque Havana Cuba\nBagdade Iraque Helsínquia Finlândia\nBagdade Iraque Islamabade Paquistão\nBagdade Iraque Jacarta Indonésia\nBagdade Iraque Cábul Afeganistão\nBagdade Iraque Campala Uganda\nBaku Azerbaijão Bamako Mali\nBaku Azerbaijão Banguecoque Tailândia\nBaku Azerbaijão Banjul Gâmbia\nBaku Azerbaijão Pequim China\nBaku Azerbaijão Beirute Líbano\nBaku Azerbaijão Belgrado Sérvia\nBaku Azerbaijão Belmopã Belize\nBaku Azerbaijão Berlim Alemanha\nBaku Azerbaijão Berna Suíça\nBaku Azerbaijão Bisqueque Quirguistão\nBaku Azerbaijão Bratislava Eslováquia\nBaku Azerbaijão Bruxelas Bélgica\nBaku Azerbaijão Bucareste Roménia\nBaku Azerbaijão Budapeste Hungria\nBaku Azerbaijão Bujumbura Burundi\nBaku Azerbaijão Cairo Egito\nBaku Azerbaijão Camberra Austrália\nBaku Azerbaijão Caracas Venezuela\nBaku Azerbaijão Chisinau Moldávia\nBaku Azerbaijão Conacri Guiné\nBaku Azerbaijão Copenhaga Dinamarca\nBaku Azerbaijão Dacar Senegal\nBaku Azerbaijão Damasco Síria\nBaku Azerbaijão Daca Bangladeche\nBaku Azerbaijão Doa Catar\nBaku Azerbaijão Dublim Irlanda\nBaku Azerbaijão Duchambé Tajiquistão\nBaku Azerbaijão Funafuti Tuvalu\nBaku Azerbaijão Gaborone Botsuana\nBaku Azerbaijão Georgetown Guiana\nBaku Azerbaijão Hanói Vietname\nBaku Azerbaijão Harare Zimbabué\nBaku Azerbaijão Havana Cuba\nBaku Azerbaijão Helsínquia Finlândia\nBaku Azerbaijão Islamabade Paquistão\nBaku Azerbaijão Jacarta Indonésia\nBaku Azerbaijão Cábul Afeganistão\nBaku Azerbaijão Campala Uganda\nBaku Azerbaijão Catmandu Nepal\nBamako Mali Banguecoque Tailândia\nBamako Mali Banjul Gâmbia\nBamako Mali Pequim China\nBamako Mali Beirute Líbano\nBamako Mali Belgrado Sérvia\nBamako Mali Belmopã Belize\nBamako Mali Berlim Alemanha\nBamako Mali Berna Suíça\nBamako Mali Bisqueque Quirguistão\nBamako Mali Bratislava Eslováquia\nBamako Mali Bruxelas Bélgica\nBamako Mali Bucareste Roménia\nBamako Mali Budapeste Hungria\nBamako Mali Bujumbura Burundi\nBamako Mali Cairo Egito\nBamako Mali Camberra Austrália\nBamako Mali Caracas Venezuela\nBamako Mali Chisinau Moldávia\nBamako Mali Conacri Guiné\nBamako Mali Copenhaga Dinamarca\nBamako Mali Dacar Senegal\nBamako Mali Damasco Síria\nBamako Mali Daca Bangladeche\nBamako Mali Doa Catar\nBamako Mali Dublim Irlanda\nBamako Mali Duchambé Tajiquistão\nBamako Mali Funafuti Tuvalu\nBamako Mali Gaborone Botsuana\nBamako Mali Georgetown Guiana\nBamako Mali Hanói Vietname\nBamako Mali Harare Zimbabué\nBamako Mali Havana Cuba\nBamako Mali Helsínquia Finlândia\nBamako Mali Islamabade Paquistão\nBamako Mali Jacarta Indonésia\nBamako Mali Cábul Afeganistão\nBamako Mali Campala Uganda\nBamako Mali Catmandu Nepal\nBamako Mali Cartum Sudão\nBanguecoque Tailândia Banjul Gâmbia\nBanguecoque Tailândia Pequim China\nBanguecoque Tailândia Beirute Líbano\nBanguecoque Tailândia Belgrado Sérvia\nBanguecoque Tailândia Belmopã Belize\nBanguecoque Tailândia Berlim Alemanha\nBanguecoque Tailândia Berna Suíça\nBanguecoque Tailândia Bisqueque Quirguistão\nBanguecoque Tailândia Bratislava Eslováquia\nBanguecoque Tailândia Bruxelas Bélgica\nBanguecoque Tailândia Bucareste Roménia\nBanguecoque Tailândia Budapeste Hungria\nBanguecoque Tailândia Bujumbura Burundi\nBanguecoque Tailândia Cairo Egito\nBanguecoque Tailândia Camberra Austrália\nBanguecoque Tailândia Caracas Venezuela\nBanguecoque Tailândia Chisinau Moldávia\nBanguecoque Tailândia Conacri Guiné\nBanguecoque Tailândia Copenhaga Dinamarca\nBanguecoque Tailândia Dacar Senegal\nBanguecoque Tailândia Damasco Síria\nBanguecoque Tailândia Daca Bangladeche\nBanguecoque Tailândia Doa Catar\nBanguecoque Tailândia Dublim Irlanda\nBanguecoque Tailândia Duchambé Tajiquistão\nBanguecoque Tailândia Funafuti Tuvalu\nBanguecoque Tailândia Gaborone Botsuana\nBanguecoque Tailândia Georgetown Guiana\nBanguecoque Tailândia Hanói Vietname\nBanguecoque Tailândia Harare Zimbabué\nBanguecoque Tailândia Havana Cuba\nBanguecoque Tailândia Helsínquia Finlândia\nBanguecoque Tailândia Islamabade Paquistão\nBanguecoque Tailândia Jacarta Indonésia\nBanguecoque Tailândia Cábul Afeganistão\nBanguecoque Tailândia Campala Uganda\nBanguecoque Tailândia Catmandu Nepal\nBanguecoque Tailândia Cartum Sudão\nBanguecoque Tailândia Kiev Ucrânia\nBanjul Gâmbia Pequim China\nBanjul Gâmbia Beirute Líbano\nBanjul Gâmbia Belgrado Sérvia\nBanjul Gâmbia Belmopã Belize\nBanjul Gâmbia Berlim Alemanha\nBanjul Gâmbia Berna Suíça\nBanjul Gâmbia Bisqueque Quirguistão\nBanjul Gâmbia Bratislava Eslováquia\nBanjul Gâmbia Bruxelas Bélgica\nBanjul Gâmbia Bucareste Roménia\nBanjul Gâmbia Budapeste Hungria\nBanjul Gâmbia Bujumbura Burundi\nBanjul Gâmbia Cairo Egito\nBanjul Gâmbia Camberra Austrália\nBanjul Gâmbia Caracas Venezuela\nBanjul Gâmbia Chisinau Moldávia\nBanjul Gâmbia Conacri Guiné\nBanjul Gâmbia Copenhaga Dinamarca\nBanjul Gâmbia Dacar Senegal\nBanjul Gâmbia Damasco Síria\nBanjul Gâmbia Daca Bangladeche\nBanjul Gâmbia Doa Catar\nBanjul Gâmbia Dublim Irlanda\nBanjul Gâmbia Duchambé Tajiquistão\nBanjul Gâmbia Funafuti Tuvalu\nBanjul Gâmbia Gaborone Botsuana\nBanjul Gâmbia Georgetown Guiana\nBanjul Gâmbia Hanói Vietname\nBanjul Gâmbia Harare Zimbabué\nBanjul Gâmbia Havana Cuba\nBanjul Gâmbia Helsínquia Finlândia\nBanjul Gâmbia Islamabade Paquistão\nBanjul Gâmbia Jacarta Indonésia\nBanjul Gâmbia Cábul Afeganistão\nBanjul Gâmbia Campala Uganda\nBanjul Gâmbia Catmandu Nepal\nBanjul Gâmbia Cartum Sudão\nBanjul Gâmbia Kiev Ucrânia\nBanjul Gâmbia Quigali Ruanda\nPequim China Beirute Líbano\nPequim China Belgrado Sérvia\nPequim China Belmopã Belize\nPequim China Berlim Alemanha\nPequim China Berna Suíça\nPequim China Bisqueque Quirguistão\nPequim China Bratislava Eslováquia\nPequim China Bruxelas Bélgica\nPequim China Bucareste Roménia\nPequim China Budapeste Hungria\nPequim China Bujumbura Burundi\nPequim China Cairo Egito\nPequim China Camberra Austrália\nPequim China Caracas Venezuela\nPequim China Chisinau Moldávia\nPequim China Conacri Guiné\nPequim China Copenhaga Dinamarca\nPequim China Dacar Senegal\nPequim China Damasco Síria\nPequim China Daca Bangladeche\nPequim China Doa Catar\nPequim China Dublim Irlanda\nPequim China Duchambé Tajiquistão\nPequim China Funafuti Tuvalu\nPequim China Gaborone Botsuana\nPequim China Georgetown Guiana\nPequim China Hanói Vietname\nPequim China Harare Zimbabué\nPequim China Havana Cuba\nPequim China Helsínquia Finlândia\nPequim China Islamabade Paquistão\nPequim China Jacarta Indonésia\nPequim China Cábul Afeganistão\nPequim China Campala Uganda\nPequim China Catmandu Nepal\nPequim China Cartum Sudão\nPequim China Kiev Ucrânia\nPequim China Quigali Ruanda\nPequim China Kingston Jamaica\nBeirute Líbano Belgrado Sérvia\nBeirute Líbano Belmopã Belize\nBeirute Líbano Berlim Alemanha\nBeirute Líbano Berna Suíça\nBeirute Líbano Bisqueque Quirguistão\nBeirute Líbano Bratislava Eslováquia\nBeirute Líbano Bruxelas Bélgica\nBeirute Líbano Bucareste Roménia\nBeirute Líbano Budapeste Hungria\nBeirute Líbano Bujumbura Burundi\nBeirute Líbano Cairo Egito\nBeirute Líbano Camberra Austrália\nBeirute Líbano Caracas Venezuela\nBeirute Líbano Chisinau Moldávia\nBeirute Líbano Conacri Guiné\nBeirute Líbano Copenhaga Dinamarca\nBeirute Líbano Dacar Senegal\nBeirute Líbano Damasco Síria\nBeirute Líbano Daca Bangladeche\nBeirute Líbano Doa Catar\nBeirute Líbano Dublim Irlanda\nBeirute Líbano Duchambé Tajiquistão\nBeirute Líbano Funafuti Tuvalu\nBeirute Líbano Gaborone Botsuana\nBeirute Líbano Georgetown Guiana\nBeirute Líbano Hanói Vietname\nBeirute Líbano Harare Zimbabué\nBeirute Líbano Havana Cuba\nBeirute Líbano Helsínquia Finlândia\nBeirute Líbano Islamabade Paquistão\nBeirute Líbano Jacarta Indonésia\nBeirute Líbano Cábul Afeganistão\nBeirute Líbano Campala Uganda\nBeirute Líbano Catmandu Nepal\nBeirute Líbano Cartum Sudão\nBeirute Líbano Kiev Ucrânia\nBeirute Líbano Quigali Ruanda\nBeirute Líbano Kingston Jamaica\nBeirute Líbano Libreville Gabão\nBelgrado Sérvia Belmopã Belize\nBelgrado Sérvia Berlim Alemanha\nBelgrado Sérvia Berna Suíça\nBelgrado Sérvia Bisqueque Quirguistão\nBelgrado Sérvia Bratislava Eslováquia\nBelgrado Sérvia Bruxelas Bélgica\nBelgrado Sérvia Bucareste Roménia\nBelgrado Sérvia Budapeste Hungria\nBelgrado Sérvia Bujumbura Burundi\nBelgrado Sérvia Cairo Egito\nBelgrado Sérvia Camberra Austrália\nBelgrado Sérvia Caracas Venezuela\nBelgrado Sérvia Chisinau Moldávia\nBelgrado Sérvia Conacri Guiné\nBelgrado Sérvia Copenhaga Dinamarca\nBelgrado Sérvia Dacar Senegal\nBelgrado Sérvia Damasco Síria\nBelgrado Sérvia Daca Bangladeche\nBelgrado Sérvia Doa Catar\nBelgrado Sérvia Dublim Irlanda\nBelgrado Sérvia Duchambé Tajiquistão\nBelgrado Sérvia Funafuti Tuvalu\nBelgrado Sérvia Gaborone Botsuana\nBelgrado Sérvia Georgetown Guiana\nBelgrado Sérvia Hanói Vietname\nBelgrado Sérvia Harare Zimbabué\nBelgrado Sérvia Havana Cuba\nBelgrado Sérvia Helsínquia Finlândia\nBelgrado Sérvia Islamabade Paquistão\nBelgrado Sérvia Jacarta Indonésia\nBelgrado Sérvia Cábul Afeganistão\nBelgrado Sérvia Campala Uganda\nBelgrado Sérvia Catmandu Nepal\nBelgrado Sérvia Cartum Sudão\nBelgrado Sérvia Kiev Ucrânia\nBelgrado Sérvia Quigali Ruanda\nBelgrado Sérvia Kingston Jamaica\nBelgrado Sérvia Libreville Gabão\nBelgrado Sérvia Lilongwe Malaui\nBelmopã Belize Berlim Alemanha\nBelmopã Belize Berna Suíça\nBelmopã Belize Bisqueque Quirguistão\nBelmopã Belize Bratislava Eslováquia\nBelmopã Belize Bruxelas Bélgica\nBelmopã Belize Bucareste Roménia\nBelmopã Belize Budapeste Hungria\nBelmopã Belize Bujumbura Burundi\nBelmopã Belize Cairo Egito\nBelmopã Belize Camberra Austrália\nBelmopã Belize Caracas Venezuela\nBelmopã Belize Chisinau Moldávia\nBelmopã Belize Conacri Guiné\nBelmopã Belize Copenhaga Dinamarca\nBelmopã Belize Dacar Senegal\nBelmopã Belize Damasco Síria\nBelmopã Belize Daca Bangladeche\nBelmopã Belize Doa Catar\nBelmopã Belize Dublim Irlanda\nBelmopã Belize Duchambé Tajiquistão\nBelmopã Belize Funafuti Tuvalu\nBelmopã Belize Gaborone Botsuana\nBelmopã Belize Georgetown Guiana\nBelmopã Belize Hanói Vietname\nBelmopã Belize Harare Zimbabué\nBelmopã Belize Havana Cuba\nBelmopã Belize Helsínquia Finlândia\nBelmopã Belize Islamabade Paquistão\nBelmopã Belize Jacarta Indonésia\nBelmopã Belize Cábul Afeganistão\nBelmopã Belize Campala Uganda\nBelmopã Belize Catmandu Nepal\nBelmopã Belize Cartum Sudão\nBelmopã Belize Kiev Ucrânia\nBelmopã Belize Quigali Ruanda\nBelmopã Belize Kingston Jamaica\nBelmopã Belize Libreville Gabão\nBelmopã Belize Lilongwe Malaui\nBelmopã Belize Lima Peru\nBerlim Alemanha Berna Suíça\nBerlim Alemanha Bisqueque Quirguistão\nBerlim Alemanha Bratislava Eslováquia\nBerlim Alemanha Bruxelas Bélgica\nBerlim Alemanha Bucareste Roménia\nBerlim Alemanha Budapeste Hungria\nBerlim Alemanha Bujumbura Burundi\nBerlim Alemanha Cairo Egito\nBerlim Alemanha Camberra Austrália\nBerlim Alemanha Caracas Venezuela\nBerlim Alemanha Chisinau Moldávia\nBerlim Alemanha Conacri Guiné\nBerlim Alemanha Copenhaga Dinamarca\nBerlim Alemanha Dacar Senegal\nBerlim Alemanha Damasco Síria\nBerlim Alemanha Daca Bangladeche\nBerlim Alemanha Doa Catar\nBerlim Alemanha Dublim Irlanda\nBerlim Alemanha Duchambé Tajiquistão\nBerlim Alemanha Funafuti Tuvalu\nBerlim Alemanha Gaborone Botsuana\nBerlim Alemanha Georgetown Guiana\nBerlim Alemanha Hanói Vietname\nBerlim Alemanha Harare Zimbabué\nBerlim Alemanha Havana Cuba\nBerlim Alemanha Helsínquia Finlândia\nBerlim Alemanha Islamabade Paquistão\nBerlim Alemanha Jacarta Indonésia\nBerlim Alemanha Cábul Afeganistão\nBerlim Alemanha Campala Uganda\nBerlim Alemanha Catmandu Nepal\nBerlim Alemanha Cartum Sudão\nBerlim Alemanha Kiev Ucrânia\nBerlim Alemanha Quigali Ruanda\nBerlim Alemanha Kingston Jamaica\nBerlim Alemanha Libreville Gabão\nBerlim Alemanha Lilongwe Malaui\nBerlim Alemanha Lima Peru\nBerlim Alemanha Lisboa Portugal\nBerna Suíça Bisqueque Quirguistão\nBerna Suíça Bratislava Eslováquia\nBerna Suíça Bruxelas Bélgica\nBerna Suíça Bucareste Roménia\nBerna Suíça Budapeste Hungria\nBerna Suíça Bujumbura Burundi\nBerna Suíça Cairo Egito\nBerna Suíça Camberra Austrália\nBerna Suíça Caracas Venezuela\nBerna Suíça Chisinau Moldávia\nBerna Suíça Conacri Guiné\nBerna Suíça Copenhaga Dinamarca\nBerna Suíça Dacar Senegal\nBerna Suíça Damasco Síria\nBerna Suíça Daca Bangladeche\nBerna Suíça Doa Catar\nBerna Suíça Dublim Irlanda\nBerna Suíça Duchambé Tajiquistão\nBerna Suíça Funafuti Tuvalu\nBerna Suíça Gaborone Botsuana\nBerna Suíça Georgetown Guiana\nBerna Suíça Hanói Vietname\nBerna Suíça Harare Zimbabué\nBerna Suíça Havana Cuba\nBerna Suíça Helsínquia Finlândia\nBerna Suíça Islamabade Paquistão\nBerna Suíça Jacarta Indonésia\nBerna Suíça Cábul Afeganistão\nBerna Suíça Campala Uganda\nBerna Suíça Catmandu Nepal\nBerna Suíça Cartum Sudão\nBerna Suíça Kiev Ucrânia\nBerna Suíça Quigali Ruanda\nBerna Suíça Kingston Jamaica\nBerna Suíça Libreville Gabão\nBerna Suíça Lilongwe Malaui\nBerna Suíça Lima Peru\nBerna Suíça Lisboa Portugal\nBerna Suíça Liubliana Eslovénia\nBisqueque Quirguistão Bratislava Eslováquia\nBisqueque Quirguistão Bruxelas Bélgica\nBisqueque Quirguistão Bucareste Roménia\nBisqueque Quirguistão Budapeste Hungria\nBisqueque Quirguistão Bujumbura Burundi\nBisqueque Quirguistão Cairo Egito\nBisqueque Quirguistão Camberra Austrália\nBisqueque Quirguistão Caracas Venezuela\nBisqueque Quirguistão Chisinau Moldávia\nBisqueque Quirguistão Conacri Guiné\nBisqueque Quirguistão Copenhaga Dinamarca\nBisqueque Quirguistão Dacar Senegal\nBisqueque Quirguistão Damasco Síria\nBisqueque Quirguistão Daca Bangladeche\nBisqueque Quirguistão Doa Catar\nBisqueque Quirguistão Dublim Irlanda\nBisqueque Quirguistão Duchambé Tajiquistão\nBisqueque Quirguistão Funafuti Tuvalu\nBisqueque Quirguistão Gaborone Botsuana\nBisqueque Quirguistão Georgetown Guiana\nBisqueque Quirguistão Hanói Vietname\nBisqueque Quirguistão Harare Zimbabué\nBisqueque Quirguistão Havana Cuba\nBisqueque Quirguistão Helsínquia Finlândia\nBisqueque Quirguistão Islamabade Paquistão\nBisqueque Quirguistão Jacarta Indonésia\nBisqueque Quirguistão Cábul Afeganistão\nBisqueque Quirguistão Campala Uganda\nBisqueque Quirguistão Catmandu Nepal\nBisqueque Quirguistão Cartum Sudão\nBisqueque Quirguistão Kiev Ucrânia\nBisqueque Quirguistão Quigali Ruanda\nBisqueque Quirguistão Kingston Jamaica\nBisqueque Quirguistão Libreville Gabão\nBisqueque Quirguistão Lilongwe Malaui\nBisqueque Quirguistão Lima Peru\nBisqueque Quirguistão Lisboa Portugal\nBisqueque Quirguistão Liubliana Eslovénia\nBisqueque Quirguistão Londres Inglaterra\nBratislava Eslováquia Bruxelas Bélgica\nBratislava Eslováquia Bucareste Roménia\nBratislava Eslováquia Budapeste Hungria\nBratislava Eslováquia Bujumbura Burundi\nBratislava Eslováquia Cairo Egito\nBratislava Eslováquia Camberra Austrália\nBratislava Eslováquia Caracas Venezuela\nBratislava Eslováquia Chisinau Moldávia\nBratislava Eslováquia Conacri Guiné\nBratislava Eslováquia Copenhaga Dinamarca\nBratislava Eslováquia Dacar Senegal\nBratislava Eslováquia Damasco Síria\nBratislava Eslováquia Daca Bangladeche\nBratislava Eslováquia Doa Catar\nBratislava Eslováquia Dublim Irlanda\nBratislava Eslováquia Duchambé Tajiquistão\nBratislava Eslováquia Funafuti Tuvalu\nBratislava Eslováquia Gaborone Botsuana\nBratislava Eslováquia Georgetown Guiana\nBratislava Eslováquia Hanói Vietname\nBratislava Eslováquia Harare Zimbabué\nBratislava Eslováquia Havana Cuba\nBratislava Eslováquia Helsínquia Finlândia\nBratislava Eslováquia Islamabade Paquistão\nBratislava Eslováquia Jacarta Indonésia\nBratislava Eslováquia Cábul Afeganistão\nBratislava Eslováquia Campala Uganda\nBratislava Eslováquia Catmandu Nepal\nBratislava Eslováquia Cartum Sudão\nBratislava Eslováquia Kiev Ucrânia\nBratislava Eslováquia Quigali Ruanda\nBratislava Eslováquia Kingston Jamaica\nBratislava Eslováquia Libreville Gabão\nBratislava Eslováquia Lilongwe Malaui\nBratislava Eslováquia Lima Peru\nBratislava Eslováquia Lisboa Portugal\nBratislava Eslováquia Liubliana Eslovénia\nBratislava Eslováquia Londres Inglaterra\nBratislava Eslováquia Luanda Angola\nBruxelas Bélgica Bucareste Roménia\nBruxelas Bélgica Budapeste Hungria\nBruxelas Bélgica Bujumbura Burundi\nBruxelas Bélgica Cairo Egito\nBruxelas Bélgica Camberra Austrália\nBruxelas Bélgica Caracas Venezuela\nBruxelas Bélgica Chisinau Moldávia\nBruxelas Bélgica Conacri Guiné\nBruxelas Bélgica Copenhaga Dinamarca\nBruxelas Bélgica Dacar Senegal\nBruxelas Bélgica Damasco Síria\nBruxelas Bélgica Daca Bangladeche\nBruxelas Bélgica Doa Catar\nBruxelas Bélgica Dublim Irlanda\nBruxelas Bélgica Duchambé Tajiquistão\nBruxelas Bélgica Funafuti Tuvalu\nBruxelas Bélgica Gaborone Botsuana\nBruxelas Bélgica Georgetown Guiana\nBruxelas Bélgica Hanói Vietname\nBruxelas Bélgica Harare Zimbabué\nBruxelas Bélgica Havana Cuba\nBruxelas Bélgica Helsínquia Finlândia\nBruxelas Bélgica Islamabade Paquistão\nBruxelas Bélgica Jacarta Indonésia\nBruxelas Bélgica Cábul Afeganistão\nBruxelas Bélgica Campala Uganda\nBruxelas Bélgica Catmandu Nepal\nBruxelas Bélgica Cartum Sudão\nBruxelas Bélgica Kiev Ucrânia\nBruxelas Bélgica Quigali Ruanda\nBruxelas Bélgica Kingston Jamaica\nBruxelas Bélgica Libreville Gabão\nBruxelas Bélgica Lilongwe Malaui\nBruxelas Bélgica Lima Peru\nBruxelas Bélgica Lisboa Portugal\nBruxelas Bélgica Liubliana Eslovénia\nBruxelas Bélgica Londres Inglaterra\nBruxelas Bélgica Luanda Angola\nBruxelas Bélgica Lusaca Zâmbia\nBucareste Roménia Budapeste Hungria\nBucareste Roménia Bujumbura Burundi\nBucareste Roménia Cairo Egito\nBucareste Roménia Camberra Austrália\nBucareste Roménia Caracas Venezuela\nBucareste Roménia Chisinau Moldávia\nBucareste Roménia Conacri Guiné\nBucareste Roménia Copenhaga Dinamarca\nBucareste Roménia Dacar Senegal\nBucareste Roménia Damasco Síria\nBucareste Roménia Daca Bangladeche\nBucareste Roménia Doa Catar\nBucareste Roménia Dublim Irlanda\nBucareste Roménia Duchambé Tajiquistão\nBucareste Roménia Funafuti Tuvalu\nBucareste Roménia Gaborone Botsuana\nBucareste Roménia Georgetown Guiana\nBucareste Roménia Hanói Vietname\nBucareste Roménia Harare Zimbabué\nBucareste Roménia Havana Cuba\nBucareste Roménia Helsínquia Finlândia\nBucareste Roménia Islamabade Paquistão\nBucareste Roménia Jacarta Indonésia\nBucareste Roménia Cábul Afeganistão\nBucareste Roménia Campala Uganda\nBucareste Roménia Catmandu Nepal\nBucareste Roménia Cartum Sudão\nBucareste Roménia Kiev Ucrânia\nBucareste Roménia Quigali Ruanda\nBucareste Roménia Kingston Jamaica\nBucareste Roménia Libreville Gabão\nBucareste Roménia Lilongwe Malaui\nBucareste Roménia Lima Peru\nBucareste Roménia Lisboa Portugal\nBucareste Roménia Liubliana Eslovénia\nBucareste Roménia Londres Inglaterra\nBucareste Roménia Luanda Angola\nBucareste Roménia Lusaca Zâmbia\nBucareste Roménia Madrid Espanha\nBudapeste Hungria Bujumbura Burundi\nBudapeste Hungria Cairo Egito\nBudapeste Hungria Camberra Austrália\nBudapeste Hungria Caracas Venezuela\nBudapeste Hungria Chisinau Moldávia\nBudapeste Hungria Conacri Guiné\nBudapeste Hungria Copenhaga Dinamarca\nBudapeste Hungria Dacar Senegal\nBudapeste Hungria Damasco Síria\nBudapeste Hungria Daca Bangladeche\nBudapeste Hungria Doa Catar\nBudapeste Hungria Dublim Irlanda\nBudapeste Hungria Duchambé Tajiquistão\nBudapeste Hungria Funafuti Tuvalu\nBudapeste Hungria Gaborone Botsuana\nBudapeste Hungria Georgetown Guiana\nBudapeste Hungria Hanói Vietname\nBudapeste Hungria Harare Zimbabué\nBudapeste Hungria Havana Cuba\nBudapeste Hungria Helsínquia Finlândia\nBudapeste Hungria Islamabade Paquistão\nBudapeste Hungria Jacarta Indonésia\nBudapeste Hungria Cábul Afeganistão\nBudapeste Hungria Campala Uganda\nBudapeste Hungria Catmandu Nepal\nBudapeste Hungria Cartum Sudão\nBudapeste Hungria Kiev Ucrânia\nBudapeste Hungria Quigali Ruanda\nBudapeste Hungria Kingston Jamaica\nBudapeste Hungria Libreville Gabão\nBudapeste Hungria Lilongwe Malaui\nBudapeste Hungria Lima Peru\nBudapeste Hungria Lisboa Portugal\nBudapeste Hungria Liubliana Eslovénia\nBudapeste Hungria Londres Inglaterra\nBudapeste Hungria Luanda Angola\nBudapeste Hungria Lusaca Zâmbia\nBudapeste Hungria Madrid Espanha\nBudapeste Hungria Manágua Nicarágua\nBujumbura Burundi Cairo Egito\nBujumbura Burundi Camberra Austrália\nBujumbura Burundi Caracas Venezuela\nBujumbura Burundi Chisinau Moldávia\nBujumbura Burundi Conacri Guiné\nBujumbura Burundi Copenhaga Dinamarca\nBujumbura Burundi Dacar Senegal\nBujumbura Burundi Damasco Síria\nBujumbura Burundi Daca Bangladeche\nBujumbura Burundi Doa Catar\nBujumbura Burundi Dublim Irlanda\nBujumbura Burundi Duchambé Tajiquistão\nBujumbura Burundi Funafuti Tuvalu\nBujumbura Burundi Gaborone Botsuana\nBujumbura Burundi Georgetown Guiana\nBujumbura Burundi Hanói Vietname\nBujumbura Burundi Harare Zimbabué\nBujumbura Burundi Havana Cuba\nBujumbura Burundi Helsínquia Finlândia\nBujumbura Burundi Islamabade Paquistão\nBujumbura Burundi Jacarta Indonésia\nBujumbura Burundi Cábul Afeganistão\nBujumbura Burundi Campala Uganda\nBujumbura Burundi Catmandu Nepal\nBujumbura Burundi Cartum Sudão\nBujumbura Burundi Kiev Ucrânia\nBujumbura Burundi Quigali Ruanda\nBujumbura Burundi Kingston Jamaica\nBujumbura Burundi Libreville Gabão\nBujumbura Burundi Lilongwe Malaui\nBujumbura Burundi Lima Peru\nBujumbura Burundi Lisboa Portugal\nBujumbura Burundi Liubliana Eslovénia\nBujumbura Burundi Londres Inglaterra\nBujumbura Burundi Luanda Angola\nBujumbura Burundi Lusaca Zâmbia\nBujumbura Burundi Madrid Espanha\nBujumbura Burundi Manágua Nicarágua\nBujumbura Burundi Manama Bareine\nCairo Egito Camberra Austrália\nCairo Egito Caracas Venezuela\nCairo Egito Chisinau Moldávia\nCairo Egito Conacri Guiné\nCairo Egito Copenhaga Dinamarca\nCairo Egito Dacar Senegal\nCairo Egito Damasco Síria\nCairo Egito Daca Bangladeche\nCairo Egito Doa Catar\nCairo Egito Dublim Irlanda\nCairo Egito Duchambé Tajiquistão\nCairo Egito Funafuti Tuvalu\nCairo Egito Gaborone Botsuana\nCairo Egito Georgetown Guiana\nCairo Egito Hanói Vietname\nCairo Egito Harare Zimbabué\nCairo Egito Havana Cuba\nCairo Egito Helsínquia Finlândia\nCairo Egito Islamabade Paquistão\nCairo Egito Jacarta Indonésia\nCairo Egito Cábul Afeganistão\nCairo Egito Campala Uganda\nCairo Egito Catmandu Nepal\nCairo Egito Cartum Sudão\nCairo Egito Kiev Ucrânia\nCairo Egito Quigali Ruanda\nCairo Egito Kingston Jamaica\nCairo Egito Libreville Gabão\nCairo Egito Lilongwe Malaui\nCairo Egito Lima Peru\nCairo Egito Lisboa Portugal\nCairo Egito Liubliana Eslovénia\nCairo Egito Londres Inglaterra\nCairo Egito Luanda Angola\nCairo Egito Lusaca Zâmbia\nCairo Egito Madrid Espanha\nCairo Egito Manágua Nicarágua\nCairo Egito Manama Bareine\nCairo Egito Manila Filipinas\nCamberra Austrália Caracas Venezuela\nCamberra Austrália Chisinau Moldávia\nCamberra Austrália Conacri Guiné\nCamberra Austrália Copenhaga Dinamarca\nCamberra Austrália Dacar Senegal\nCamberra Austrália Damasco Síria\nCamberra Austrália Daca Bangladeche\nCamberra Austrália Doa Catar\nCamberra Austrália Dublim Irlanda\nCamberra Austrália Duchambé Tajiquistão\nCamberra Austrália Funafuti Tuvalu\nCamberra Austrália Gaborone Botsuana\nCamberra Austrália Georgetown Guiana\nCamberra Austrália Hanói Vietname\nCamberra Austrália Harare Zimbabué\nCamberra Austrália Havana Cuba\nCamberra Austrália Helsínquia Finlândia\nCamberra Austrália Islamabade Paquistão\nCamberra Austrália Jacarta Indonésia\nCamberra Austrália Cábul Afeganistão\nCamberra Austrália Campala Uganda\nCamberra Austrália Catmandu Nepal\nCamberra Austrália Cartum Sudão\nCamberra Austrália Kiev Ucrânia\nCamberra Austrália Quigali Ruanda\nCamberra Austrália Kingston Jamaica\nCamberra Austrália Libreville Gabão\nCamberra Austrália Lilongwe Malaui\nCamberra Austrália Lima Peru\nCamberra Austrália Lisboa Portugal\nCamberra Austrália Liubliana Eslovénia\nCamberra Austrália Londres Inglaterra\nCamberra Austrália Luanda Angola\nCamberra Austrália Lusaca Zâmbia\nCamberra Austrália Madrid Espanha\nCamberra Austrália Manágua Nicarágua\nCamberra Austrália Manama Bareine\nCamberra Austrália Manila Filipinas\nCamberra Austrália Maputo Moçambique\nCaracas Venezuela Chisinau Moldávia\nCaracas Venezuela Conacri Guiné\nCaracas Venezuela Copenhaga Dinamarca\nCaracas Venezuela Dacar Senegal\nCaracas Venezuela Damasco Síria\nCaracas Venezuela Daca Bangladeche\nCaracas Venezuela Doa Catar\nCaracas Venezuela Dublim Irlanda\nCaracas Venezuela Duchambé Tajiquistão\nCaracas Venezuela Funafuti Tuvalu\nCaracas Venezuela Gaborone Botsuana\nCaracas Venezuela Georgetown Guiana\nCaracas Venezuela Hanói Vietname\nCaracas Venezuela Harare Zimbabué\nCaracas Venezuela Havana Cuba\nCaracas Venezuela Helsínquia Finlândia\nCaracas Venezuela Islamabade Paquistão\nCaracas Venezuela Jacarta Indonésia\nCaracas Venezuela Cábul Afeganistão\nCaracas Venezuela Campala Uganda\nCaracas Venezuela Catmandu Nepal\nCaracas Venezuela Cartum Sudão\nCaracas Venezuela Kiev Ucrânia\nCaracas Venezuela Quigali Ruanda\nCaracas Venezuela Kingston Jamaica\nCaracas Venezuela Libreville Gabão\nCaracas Venezuela Lilongwe Malaui\nCaracas Venezuela Lima Peru\nCaracas Venezuela Lisboa Portugal\nCaracas Venezuela Liubliana Eslovénia\nCaracas Venezuela Londres Inglaterra\nCaracas Venezuela Luanda Angola\nCaracas Venezuela Lusaca Zâmbia\nCaracas Venezuela Madrid Espanha\nCaracas Venezuela Manágua Nicarágua\nCaracas Venezuela Manama Bareine\nCaracas Venezuela Manila Filipinas\nCaracas Venezuela Maputo Moçambique\nCaracas Venezuela Minsk Bielorrússia\nChisinau Moldávia Conacri Guiné\nChisinau Moldávia Copenhaga Dinamarca\nChisinau Moldávia Dacar Senegal\nChisinau Moldávia Damasco Síria\nChisinau Moldávia Daca Bangladeche\nChisinau Moldávia Doa Catar\nChisinau Moldávia Dublim Irlanda\nChisinau Moldávia Duchambé Tajiquistão\nChisinau Moldávia Funafuti Tuvalu\nChisinau Moldávia Gaborone Botsuana\nChisinau Moldávia Georgetown Guiana\nChisinau Moldávia Hanói Vietname\nChisinau Moldávia Harare Zimbabué\nChisinau Moldávia Havana Cuba\nChisinau Moldávia Helsínquia Finlândia\nChisinau Moldávia Islamabade Paquistão\nChisinau Moldávia Jacarta Indonésia\nChisinau Moldávia Cábul Afeganistão\nChisinau Moldávia Campala Uganda\nChisinau Moldávia Catmandu Nepal\nChisinau Moldávia Cartum Sudão\nChisinau Moldávia Kiev Ucrânia\nChisinau Moldávia Quigali Ruanda\nChisinau Moldávia Kingston Jamaica\nChisinau Moldávia Libreville Gabão\nChisinau Moldávia Lilongwe Malaui\nChisinau Moldávia Lima Peru\nChisinau Moldávia Lisboa Portugal\nChisinau Moldávia Liubliana Eslovénia\nChisinau Moldávia Londres Inglaterra\nChisinau Moldávia Luanda Angola\nChisinau Moldávia Lusaca Zâmbia\nChisinau Moldávia Madrid Espanha\nChisinau Moldávia Manágua Nicarágua\nChisinau Moldávia Manama Bareine\nChisinau Moldávia Manila Filipinas\nChisinau Moldávia Maputo Moçambique\nChisinau Moldávia Minsk Bielorrússia\nChisinau Moldávia Mogadíscio Somália\nConacri Guiné Copenhaga Dinamarca\nConacri Guiné Dacar Senegal\nConacri Guiné Damasco Síria\nConacri Guiné Daca Bangladeche\nConacri Guiné Doa Catar\nConacri Guiné Dublim Irlanda\nConacri Guiné Duchambé Tajiquistão\nConacri Guiné Funafuti Tuvalu\nConacri Guiné Gaborone Botsuana\nConacri Guiné Georgetown Guiana\nConacri Guiné Hanói Vietname\nConacri Guiné Harare Zimbabué\nConacri Guiné Havana Cuba\nConacri Guiné Helsínquia Finlândia\nConacri Guiné Islamabade Paquistão\nConacri Guiné Jacarta Indonésia\nConacri Guiné Cábul Afeganistão\nConacri Guiné Campala Uganda\nConacri Guiné Catmandu Nepal\nConacri Guiné Cartum Sudão\nConacri Guiné Kiev Ucrânia\nConacri Guiné Quigali Ruanda\nConacri Guiné Kingston Jamaica\nConacri Guiné Libreville Gabão\nConacri Guiné Lilongwe Malaui\nConacri Guiné Lima Peru\nConacri Guiné Lisboa Portugal\nConacri Guiné Liubliana Eslovénia\nConacri Guiné Londres Inglaterra\nConacri Guiné Luanda Angola\nConacri Guiné Lusaca Zâmbia\nConacri Guiné Madrid Espanha\nConacri Guiné Manágua Nicarágua\nConacri Guiné Manama Bareine\nConacri Guiné Manila Filipinas\nConacri Guiné Maputo Moçambique\nConacri Guiné Minsk Bielorrússia\nConacri Guiné Mogadíscio Somália\nConacri Guiné Monróvia Libéria\nCopenhaga Dinamarca Dacar Senegal\nCopenhaga Dinamarca Damasco Síria\nCopenhaga Dinamarca Daca Bangladeche\nCopenhaga Dinamarca Doa Catar\nCopenhaga Dinamarca Dublim Irlanda\nCopenhaga Dinamarca Duchambé Tajiquistão\nCopenhaga Dinamarca Funafuti Tuvalu\nCopenhaga Dinamarca Gaborone Botsuana\nCopenhaga Dinamarca Georgetown Guiana\nCopenhaga Dinamarca Hanói Vietname\nCopenhaga Dinamarca Harare Zimbabué\nCopenhaga Dinamarca Havana Cuba\nCopenhaga Dinamarca Helsínquia Finlândia\nCopenhaga Dinamarca Islamabade Paquistão\nCopenhaga Dinamarca Jacarta Indonésia\nCopenhaga Dinamarca Cábul Afeganistão\nCopenhaga Dinamarca Campala Uganda\nCopenhaga Dinamarca Catmandu Nepal\nCopenhaga Dinamarca Cartum Sudão\nCopenhaga Dinamarca Kiev Ucrânia\nCopenhaga Dinamarca Quigali Ruanda\nCopenhaga Dinamarca Kingston Jamaica\nCopenhaga Dinamarca Libreville Gabão\nCopenhaga Dinamarca Lilongwe Malaui\nCopenhaga Dinamarca Lima Peru\nCopenhaga Dinamarca Lisboa Portugal\nCopenhaga Dinamarca Liubliana Eslovénia\nCopenhaga Dinamarca Londres Inglaterra\nCopenhaga Dinamarca Luanda Angola\nCopenhaga Dinamarca Lusaca Zâmbia\nCopenhaga Dinamarca Madrid Espanha\nCopenhaga Dinamarca Manágua Nicarágua\nCopenhaga Dinamarca Manama Bareine\nCopenhaga Dinamarca Manila Filipinas\nCopenhaga Dinamarca Maputo Moçambique\nCopenhaga Dinamarca Minsk Bielorrússia\nCopenhaga Dinamarca Mogadíscio Somália\nCopenhaga Dinamarca Monróvia Libéria\nCopenhaga Dinamarca Montevideu Uruguai\nDacar Senegal Damasco Síria\nDacar Senegal Daca Bangladeche\nDacar Senegal Doa Catar\nDacar Senegal Dublim Irlanda\nDacar Senegal Duchambé Tajiquistão\nDacar Senegal Funafuti Tuvalu\nDacar Senegal Gaborone Botsuana\nDacar Senegal Georgetown Guiana\nDacar Senegal Hanói Vietname\nDacar Senegal Harare Zimbabué\nDacar Senegal Havana Cuba\nDacar Senegal Helsínquia Finlândia\nDacar Senegal Islamabade Paquistão\nDacar Senegal Jacarta Indonésia\nDacar Senegal Cábul Afeganistão\nDacar Senegal Campala Uganda\nDacar Senegal Catmandu Nepal\nDacar Senegal Cartum Sudão\nDacar Senegal Kiev Ucrânia\nDacar Senegal Quigali Ruanda\nDacar Senegal Kingston Jamaica\nDacar Senegal Libreville Gabão\nDacar Senegal Lilongwe Malaui\nDacar Senegal Lima Peru\nDacar Senegal Lisboa Portugal\nDacar Senegal Liubliana Eslovénia\nDacar Senegal Londres Inglaterra\nDacar Senegal Luanda Angola\nDacar Senegal Lusaca Zâmbia\nDacar Senegal Madrid Espanha\nDacar Senegal Manágua Nicarágua\nDacar Senegal Manama Bareine\nDacar Senegal Manila Filipinas\nDacar Senegal Maputo Moçambique\nDacar Senegal Minsk Bielorrússia\nDacar Senegal Mogadíscio Somália\nDacar Senegal Monróvia Libéria\nDacar Senegal Montevideu Uruguai\nDacar Senegal Moscovo Rússia\nDamasco Síria Daca Bangladeche\nDamasco Síria Doa Catar\nDamasco Síria Dublim Irlanda\nDamasco Síria Duchambé Tajiquistão\nDamasco Síria Funafuti Tuvalu\nDamasco Síria Gaborone Botsuana\nDamasco Síria Georgetown Guiana\nDamasco Síria Hanói Vietname\nDamasco Síria Harare Zimbabué\nDamasco Síria Havana Cuba\nDamasco Síria Helsínquia Finlândia\nDamasco Síria Islamabade Paquistão\nDamasco Síria Jacarta Indonésia\nDamasco Síria Cábul Afeganistão\nDamasco Síria Campala Uganda\nDamasco Síria Catmandu Nepal\nDamasco Síria Cartum Sudão\nDamasco Síria Kiev Ucrânia\nDamasco Síria Quigali Ruanda\nDamasco Síria Kingston Jamaica\nDamasco Síria Libreville Gabão\nDamasco Síria Lilongwe Malaui\nDamasco Síria Lima Peru\nDamasco Síria Lisboa Portugal\nDamasco Síria Liubliana Eslovénia\nDamasco Síria Londres Inglaterra\nDamasco Síria Luanda Angola\nDamasco Síria Lusaca Zâmbia\nDamasco Síria Madrid Espanha\nDamasco Síria Manágua Nicarágua\nDamasco Síria Manama Bareine\nDamasco Síria Manila Filipinas\nDamasco Síria Maputo Moçambique\nDamasco Síria Minsk Bielorrússia\nDamasco Síria Mogadíscio Somália\nDamasco Síria Monróvia Libéria\nDamasco Síria Montevideu Uruguai\nDamasco Síria Moscovo Rússia\nDamasco Síria Mascate Omã\nDaca Bangladeche Doa Catar\nDaca Bangladeche Dublim Irlanda\nDaca Bangladeche Duchambé Tajiquistão\nDaca Bangladeche Funafuti Tuvalu\nDaca Bangladeche Gaborone Botsuana\nDaca Bangladeche Georgetown Guiana\nDaca Bangladeche Hanói Vietname\nDaca Bangladeche Harare Zimbabué\nDaca Bangladeche Havana Cuba\nDaca Bangladeche Helsínquia Finlândia\nDaca Bangladeche Islamabade Paquistão\nDaca Bangladeche Jacarta Indonésia\nDaca Bangladeche Cábul Afeganistão\nDaca Bangladeche Campala Uganda\nDaca Bangladeche Catmandu Nepal\nDaca Bangladeche Cartum Sudão\nDaca Bangladeche Kiev Ucrânia\nDaca Bangladeche Quigali Ruanda\nDaca Bangladeche Kingston Jamaica\nDaca Bangladeche Libreville Gabão\nDaca Bangladeche Lilongwe Malaui\nDaca Bangladeche Lima Peru\nDaca Bangladeche Lisboa Portugal\nDaca Bangladeche Liubliana Eslovénia\nDaca Bangladeche Londres Inglaterra\nDaca Bangladeche Luanda Angola\nDaca Bangladeche Lusaca Zâmbia\nDaca Bangladeche Madrid Espanha\nDaca Bangladeche Manágua Nicarágua\nDaca Bangladeche Manama Bareine\nDaca Bangladeche Manila Filipinas\nDaca Bangladeche Maputo Moçambique\nDaca Bangladeche Minsk Bielorrússia\nDaca Bangladeche Mogadíscio Somália\nDaca Bangladeche Monróvia Libéria\nDaca Bangladeche Montevideu Uruguai\nDaca Bangladeche Moscovo Rússia\nDaca Bangladeche Mascate Omã\nDaca Bangladeche Nairóbi Quénia\nDoa Catar Dublim Irlanda\nDoa Catar Duchambé Tajiquistão\nDoa Catar Funafuti Tuvalu\nDoa Catar Gaborone Botsuana\nDoa Catar Georgetown Guiana\nDoa Catar Hanói Vietname\nDoa Catar Harare Zimbabué\nDoa Catar Havana Cuba\nDoa Catar Helsínquia Finlândia\nDoa Catar Islamabade Paquistão\nDoa Catar Jacarta Indonésia\nDoa Catar Cábul Afeganistão\nDoa Catar Campala Uganda\nDoa Catar Catmandu Nepal\nDoa Catar Cartum Sudão\nDoa Catar Kiev Ucrânia\nDoa Catar Quigali Ruanda\nDoa Catar Kingston Jamaica\nDoa Catar Libreville Gabão\nDoa Catar Lilongwe Malaui\nDoa Catar Lima Peru\nDoa Catar Lisboa Portugal\nDoa Catar Liubliana Eslovénia\nDoa Catar Londres Inglaterra\nDoa Catar Luanda Angola\nDoa Catar Lusaca Zâmbia\nDoa Catar Madrid Espanha\nDoa Catar Manágua Nicarágua\nDoa Catar Manama Bareine\nDoa Catar Manila Filipinas\nDoa Catar Maputo Moçambique\nDoa Catar Minsk Bielorrússia\nDoa Catar Mogadíscio Somália\nDoa Catar Monróvia Libéria\nDoa Catar Montevideu Uruguai\nDoa Catar Moscovo Rússia\nDoa Catar Mascate Omã\nDoa Catar Nairóbi Quénia\nDoa Catar Nassau Baamas\nDublim Irlanda Duchambé Tajiquistão\nDublim Irlanda Funafuti Tuvalu\nDublim Irlanda Gaborone Botsuana\nDublim Irlanda Georgetown Guiana\nDublim Irlanda Hanói Vietname\nDublim Irlanda Harare Zimbabué\nDublim Irlanda Havana Cuba\nDublim Irlanda Helsínquia Finlândia\nDublim Irlanda Islamabade Paquistão\nDublim Irlanda Jacarta Indonésia\nDublim Irlanda Cábul Afeganistão\nDublim Irlanda Campala Uganda\nDublim Irlanda Catmandu Nepal\nDublim Irlanda Cartum Sudão\nDublim Irlanda Kiev Ucrânia\nDublim Irlanda Quigali Ruanda\nDublim Irlanda Kingston Jamaica\nDublim Irlanda Libreville Gabão\nDublim Irlanda Lilongwe Malaui\nDublim Irlanda Lima Peru\nDublim Irlanda Lisboa Portugal\nDublim Irlanda Liubliana Eslovénia\nDublim Irlanda Londres Inglaterra\nDublim Irlanda Luanda Angola\nDublim Irlanda Lusaca Zâmbia\nDublim Irlanda Madrid Espanha\nDublim Irlanda Manágua Nicarágua\nDublim Irlanda Manama Bareine\nDublim Irlanda Manila Filipinas\nDublim Irlanda Maputo Moçambique\nDublim Irlanda Minsk Bielorrússia\nDublim Irlanda Mogadíscio Somália\nDublim Irlanda Monróvia Libéria\nDublim Irlanda Montevideu Uruguai\nDublim Irlanda Moscovo Rússia\nDublim Irlanda Mascate Omã\nDublim Irlanda Nairóbi Quénia\nDublim Irlanda Nassau Baamas\nDublim Irlanda Niamei Níger\nDuchambé Tajiquistão Funafuti Tuvalu\nDuchambé Tajiquistão Gaborone Botsuana\nDuchambé Tajiquistão Georgetown Guiana\nDuchambé Tajiquistão Hanói Vietname\nDuchambé Tajiquistão Harare Zimbabué\nDuchambé Tajiquistão Havana Cuba\nDuchambé Tajiquistão Helsínquia Finlândia\nDuchambé Tajiquistão Islamabade Paquistão\nDuchambé Tajiquistão Jacarta Indonésia\nDuchambé Tajiquistão Cábul Afeganistão\nDuchambé Tajiquistão Campala Uganda\nDuchambé Tajiquistão Catmandu Nepal\nDuchambé Tajiquistão Cartum Sudão\nDuchambé Tajiquistão Kiev Ucrânia\nDuchambé Tajiquistão Quigali Ruanda\nDuchambé Tajiquistão Kingston Jamaica\nDuchambé Tajiquistão Libreville Gabão\nDuchambé Tajiquistão Lilongwe Malaui\nDuchambé Tajiquistão Lima Peru\nDuchambé Tajiquistão Lisboa Portugal\nDuchambé Tajiquistão Liubliana Eslovénia\nDuchambé Tajiquistão Londres Inglaterra\nDuchambé Tajiquistão Luanda Angola\nDuchambé Tajiquistão Lusaca Zâmbia\nDuchambé Tajiquistão Madrid Espanha\nDuchambé Tajiquistão Manágua Nicarágua\nDuchambé Tajiquistão Manama Bareine\nDuchambé Tajiquistão Manila Filipinas\nDuchambé Tajiquistão Maputo Moçambique\nDuchambé Tajiquistão Minsk Bielorrússia\nDuchambé Tajiquistão Mogadíscio Somália\nDuchambé Tajiquistão Monróvia Libéria\nDuchambé Tajiquistão Montevideu Uruguai\nDuchambé Tajiquistão Moscovo Rússia\nDuchambé Tajiquistão Mascate Omã\nDuchambé Tajiquistão Nairóbi Quénia\nDuchambé Tajiquistão Nassau Baamas\nDuchambé Tajiquistão Niamei Níger\nDuchambé Tajiquistão Nicósia Chipre\nFunafuti Tuvalu Gaborone Botsuana\nFunafuti Tuvalu Georgetown Guiana\nFunafuti Tuvalu Hanói Vietname\nFunafuti Tuvalu Harare Zimbabué\nFunafuti Tuvalu Havana Cuba\nFunafuti Tuvalu Helsínquia Finlândia\nFunafuti Tuvalu Islamabade Paquistão\nFunafuti Tuvalu Jacarta Indonésia\nFunafuti Tuvalu Cábul Afeganistão\nFunafuti Tuvalu Campala Uganda\nFunafuti Tuvalu Catmandu Nepal\nFunafuti Tuvalu Cartum Sudão\nFunafuti Tuvalu Kiev Ucrânia\nFunafuti Tuvalu Quigali Ruanda\nFunafuti Tuvalu Kingston Jamaica\nFunafuti Tuvalu Libreville Gabão\nFunafuti Tuvalu Lilongwe Malaui\nFunafuti Tuvalu Lima Peru\nFunafuti Tuvalu Lisboa Portugal\nFunafuti Tuvalu Liubliana Eslovénia\nFunafuti Tuvalu Londres Inglaterra\nFunafuti Tuvalu Luanda Angola\nFunafuti Tuvalu Lusaca Zâmbia\nFunafuti Tuvalu Madrid Espanha\nFunafuti Tuvalu Manágua Nicarágua\nFunafuti Tuvalu Manama Bareine\nFunafuti Tuvalu Manila Filipinas\nFunafuti Tuvalu Maputo Moçambique\nFunafuti Tuvalu Minsk Bielorrússia\nFunafuti Tuvalu Mogadíscio Somália\nFunafuti Tuvalu Monróvia Libéria\nFunafuti Tuvalu Montevideu Uruguai\nFunafuti Tuvalu Moscovo Rússia\nFunafuti Tuvalu Mascate Omã\nFunafuti Tuvalu Nairóbi Quénia\nFunafuti Tuvalu Nassau Baamas\nFunafuti Tuvalu Niamei Níger\nFunafuti Tuvalu Nicósia Chipre\nFunafuti Tuvalu Nuaquechote Mauritânia\nGaborone Botsuana Georgetown Guiana\nGaborone Botsuana Hanói Vietname\nGaborone Botsuana Harare Zimbabué\nGaborone Botsuana Havana Cuba\nGaborone Botsuana Helsínquia Finlândia\nGaborone Botsuana Islamabade Paquistão\nGaborone Botsuana Jacarta Indonésia\nGaborone Botsuana Cábul Afeganistão\nGaborone Botsuana Campala Uganda\nGaborone Botsuana Catmandu Nepal\nGaborone Botsuana Cartum Sudão\nGaborone Botsuana Kiev Ucrânia\nGaborone Botsuana Quigali Ruanda\nGaborone Botsuana Kingston Jamaica\nGaborone Botsuana Libreville Gabão\nGaborone Botsuana Lilongwe Malaui\nGaborone Botsuana Lima Peru\nGaborone Botsuana Lisboa Portugal\nGaborone Botsuana Liubliana Eslovénia\nGaborone Botsuana Londres Inglaterra\nGaborone Botsuana Luanda Angola\nGaborone Botsuana Lusaca Zâmbia\nGaborone Botsuana Madrid Espanha\nGaborone Botsuana Manágua Nicarágua\nGaborone Botsuana Manama Bareine\nGaborone Botsuana Manila Filipinas\nGaborone Botsuana Maputo Moçambique\nGaborone Botsuana Minsk Bielorrússia\nGaborone Botsuana Mogadíscio Somália\nGaborone Botsuana Monróvia Libéria\nGaborone Botsuana Montevideu Uruguai\nGaborone Botsuana Moscovo Rússia\nGaborone Botsuana Mascate Omã\nGaborone Botsuana Nairóbi Quénia\nGaborone Botsuana Nassau Baamas\nGaborone Botsuana Niamei Níger\nGaborone Botsuana Nicósia Chipre\nGaborone Botsuana Nuaquechote Mauritânia\nGaborone Botsuana Nuque Gronelândia\nGeorgetown Guiana Hanói Vietname\nGeorgetown Guiana Harare Zimbabué\nGeorgetown Guiana Havana Cuba\nGeorgetown Guiana Helsínquia Finlândia\nGeorgetown Guiana Islamabade Paquistão\nGeorgetown Guiana Jacarta Indonésia\nGeorgetown Guiana Cábul Afeganistão\nGeorgetown Guiana Campala Uganda\nGeorgetown Guiana Catmandu Nepal\nGeorgetown Guiana Cartum Sudão\nGeorgetown Guiana Kiev Ucrânia\nGeorgetown Guiana Quigali Ruanda\nGeorgetown Guiana Kingston Jamaica\nGeorgetown Guiana Libreville Gabão\nGeorgetown Guiana Lilongwe Malaui\nGeorgetown Guiana Lima Peru\nGeorgetown Guiana Lisboa Portugal\nGeorgetown Guiana Liubliana Eslovénia\nGeorgetown Guiana Londres Inglaterra\nGeorgetown Guiana Luanda Angola\nGeorgetown Guiana Lusaca Zâmbia\nGeorgetown Guiana Madrid Espanha\nGeorgetown Guiana Manágua Nicarágua\nGeorgetown Guiana Manama Bareine\nGeorgetown Guiana Manila Filipinas\nGeorgetown Guiana Maputo Moçambique\nGeorgetown Guiana Minsk Bielorrússia\nGeorgetown Guiana Mogadíscio Somália\nGeorgetown Guiana Monróvia Libéria\nGeorgetown Guiana Montevideu Uruguai\nGeorgetown Guiana Moscovo Rússia\nGeorgetown Guiana Mascate Omã\nGeorgetown Guiana Nairóbi Quénia\nGeorgetown Guiana Nassau Baamas\nGeorgetown Guiana Niamei Níger\nGeorgetown Guiana Nicósia Chipre\nGeorgetown Guiana Nuaquechote Mauritânia\nGeorgetown Guiana Nuque Gronelândia\nGeorgetown Guiana Oslo Noruega\nHanói Vietname Harare Zimbabué\nHanói Vietname Havana Cuba\nHanói Vietname Helsínquia Finlândia\nHanói Vietname Islamabade Paquistão\nHanói Vietname Jacarta Indonésia\nHanói Vietname Cábul Afeganistão\nHanói Vietname Campala Uganda\nHanói Vietname Catmandu Nepal\nHanói Vietname Cartum Sudão\nHanói Vietname Kiev Ucrânia\nHanói Vietname Quigali Ruanda\nHanói Vietname Kingston Jamaica\nHanói Vietname Libreville Gabão\nHanói Vietname Lilongwe Malaui\nHanói Vietname Lima Peru\nHanói Vietname Lisboa Portugal\nHanói Vietname Liubliana Eslovénia\nHanói Vietname Londres Inglaterra\nHanói Vietname Luanda Angola\nHanói Vietname Lusaca Zâmbia\nHanói Vietname Madrid Espanha\nHanói Vietname Manágua Nicarágua\nHanói Vietname Manama Bareine\nHanói Vietname Manila Filipinas\nHanói Vietname Maputo Moçambique\nHanói Vietname Minsk Bielorrússia\nHanói Vietname Mogadíscio Somália\nHanói Vietname Monróvia Libéria\nHanói Vietname Montevideu Uruguai\nHanói Vietname Moscovo Rússia\nHanói Vietname Mascate Omã\nHanói Vietname Nairóbi Quénia\nHanói Vietname Nassau Baamas\nHanói Vietname Niamei Níger\nHanói Vietname Nicósia Chipre\nHanói Vietname Nuaquechote Mauritânia\nHanói Vietname Nuque Gronelândia\nHanói Vietname Oslo Noruega\nHanói Vietname Ottawa Canadá\nHarare Zimbabué Havana Cuba\nHarare Zimbabué Helsínquia Finlândia\nHarare Zimbabué Islamabade Paquistão\nHarare Zimbabué Jacarta Indonésia\nHarare Zimbabué Cábul Afeganistão\nHarare Zimbabué Campala Uganda\nHarare Zimbabué Catmandu Nepal\nHarare Zimbabué Cartum Sudão\nHarare Zimbabué Kiev Ucrânia\nHarare Zimbabué Quigali Ruanda\nHarare Zimbabué Kingston Jamaica\nHarare Zimbabué Libreville Gabão\nHarare Zimbabué Lilongwe Malaui\nHarare Zimbabué Lima Peru\nHarare Zimbabué Lisboa Portugal\nHarare Zimbabué Liubliana Eslovénia\nHarare Zimbabué Londres Inglaterra\nHarare Zimbabué Luanda Angola\nHarare Zimbabué Lusaca Zâmbia\nHarare Zimbabué Madrid Espanha\nHarare Zimbabué Manágua Nicarágua\nHarare Zimbabué Manama Bareine\nHarare Zimbabué Manila Filipinas\nHarare Zimbabué Maputo Moçambique\nHarare Zimbabué Minsk Bielorrússia\nHarare Zimbabué Mogadíscio Somália\nHarare Zimbabué Monróvia Libéria\nHarare Zimbabué Montevideu Uruguai\nHarare Zimbabué Moscovo Rússia\nHarare Zimbabué Mascate Omã\nHarare Zimbabué Nairóbi Quénia\nHarare Zimbabué Nassau Baamas\nHarare Zimbabué Niamei Níger\nHarare Zimbabué Nicósia Chipre\nHarare Zimbabué Nuaquechote Mauritânia\nHarare Zimbabué Nuque Gronelândia\nHarare Zimbabué Oslo Noruega\nHarare Zimbabué Ottawa Canadá\nHarare Zimbabué Paramaribo Suriname\nHavana Cuba Helsínquia Finlândia\nHavana Cuba Islamabade Paquistão\nHavana Cuba Jacarta Indonésia\nHavana Cuba Cábul Afeganistão\nHavana Cuba Campala Uganda\nHavana Cuba Catmandu Nepal\nHavana Cuba Cartum Sudão\nHavana Cuba Kiev Ucrânia\nHavana Cuba Quigali Ruanda\nHavana Cuba Kingston Jamaica\nHavana Cuba Libreville Gabão\nHavana Cuba Lilongwe Malaui\nHavana Cuba Lima Peru\nHavana Cuba Lisboa Portugal\nHavana Cuba Liubliana Eslovénia\nHavana Cuba Londres Inglaterra\nHavana Cuba Luanda Angola\nHavana Cuba Lusaca Zâmbia\nHavana Cuba Madrid Espanha\nHavana Cuba Manágua Nicarágua\nHavana Cuba Manama Bareine\nHavana Cuba Manila Filipinas\nHavana Cuba Maputo Moçambique\nHavana Cuba Minsk Bielorrússia\nHavana Cuba Mogadíscio Somália\nHavana Cuba Monróvia Libéria\nHavana Cuba Montevideu Uruguai\nHavana Cuba Moscovo Rússia\nHavana Cuba Mascate Omã\nHavana Cuba Nairóbi Quénia\nHavana Cuba Nassau Baamas\nHavana Cuba Niamei Níger\nHavana Cuba Nicósia Chipre\nHavana Cuba Nuaquechote Mauritânia\nHavana Cuba Nuque Gronelândia\nHavana Cuba Oslo Noruega\nHavana Cuba Ottawa Canadá\nHavana Cuba Paramaribo Suriname\nHavana Cuba Paris França\nHelsínquia Finlândia Islamabade Paquistão\nHelsínquia Finlândia Jacarta Indonésia\nHelsínquia Finlândia Cábul Afeganistão\nHelsínquia Finlândia Campala Uganda\nHelsínquia Finlândia Catmandu Nepal\nHelsínquia Finlândia Cartum Sudão\nHelsínquia Finlândia Kiev Ucrânia\nHelsínquia Finlândia Quigali Ruanda\nHelsínquia Finlândia Kingston Jamaica\nHelsínquia Finlândia Libreville Gabão\nHelsínquia Finlândia Lilongwe Malaui\nHelsínquia Finlândia Lima Peru\nHelsínquia Finlândia Lisboa Portugal\nHelsínquia Finlândia Liubliana Eslovénia\nHelsínquia Finlândia Londres Inglaterra\nHelsínquia Finlândia Luanda Angola\nHelsínquia Finlândia Lusaca Zâmbia\nHelsínquia Finlândia Madrid Espanha\nHelsínquia Finlândia Manágua Nicarágua\nHelsínquia Finlândia Manama Bareine\nHelsínquia Finlândia Manila Filipinas\nHelsínquia Finlândia Maputo Moçambique\nHelsínquia Finlândia Minsk Bielorrússia\nHelsínquia Finlândia Mogadíscio Somália\nHelsínquia Finlândia Monróvia Libéria\nHelsínquia Finlândia Montevideu Uruguai\nHelsínquia Finlândia Moscovo Rússia\nHelsínquia Finlândia Mascate Omã\nHelsínquia Finlândia Nairóbi Quénia\nHelsínquia Finlândia Nassau Baamas\nHelsínquia Finlândia Niamei Níger\nHelsínquia Finlândia Nicósia Chipre\nHelsínquia Finlândia Nuaquechote Mauritânia\nHelsínquia Finlândia Nuque Gronelândia\nHelsínquia Finlândia Oslo Noruega\nHelsínquia Finlândia Ottawa Canadá\nHelsínquia Finlândia Paramaribo Suriname\nHelsínquia Finlândia Paris França\nHelsínquia Finlândia Podgorica Montenegro\nIslamabade Paquistão Jacarta Indonésia\nIslamabade Paquistão Cábul Afeganistão\nIslamabade Paquistão Campala Uganda\nIslamabade Paquistão Catmandu Nepal\nIslamabade Paquistão Cartum Sudão\nIslamabade Paquistão Kiev Ucrânia\nIslamabade Paquistão Quigali Ruanda\nIslamabade Paquistão Kingston Jamaica\nIslamabade Paquistão Libreville Gabão\nIslamabade Paquistão Lilongwe Malaui\nIslamabade Paquistão Lima Peru\nIslamabade Paquistão Lisboa Portugal\nIslamabade Paquistão Liubliana Eslovénia\nIslamabade Paquistão Londres Inglaterra\nIslamabade Paquistão Luanda Angola\nIslamabade Paquistão Lusaca Zâmbia\nIslamabade Paquistão Madrid Espanha\nIslamabade Paquistão Manágua Nicarágua\nIslamabade Paquistão Manama Bareine\nIslamabade Paquistão Manila Filipinas\nIslamabade Paquistão Maputo Moçambique\nIslamabade Paquistão Minsk Bielorrússia\nIslamabade Paquistão Mogadíscio Somália\nIslamabade Paquistão Monróvia Libéria\nIslamabade Paquistão Montevideu Uruguai\nIslamabade Paquistão Moscovo Rússia\nIslamabade Paquistão Mascate Omã\nIslamabade Paquistão Nairóbi Quénia\nIslamabade Paquistão Nassau Baamas\nIslamabade Paquistão Niamei Níger\nIslamabade Paquistão Nicósia Chipre\nIslamabade Paquistão Nuaquechote Mauritânia\nIslamabade Paquistão Nuque Gronelândia\nIslamabade Paquistão Oslo Noruega\nIslamabade Paquistão Ottawa Canadá\nIslamabade Paquistão Paramaribo Suriname\nIslamabade Paquistão Paris França\nIslamabade Paquistão Podgorica Montenegro\nIslamabade Paquistão Quito Equador\nJacarta Indonésia Cábul Afeganistão\nJacarta Indonésia Campala Uganda\nJacarta Indonésia Catmandu Nepal\nJacarta Indonésia Cartum Sudão\nJacarta Indonésia Kiev Ucrânia\nJacarta Indonésia Quigali Ruanda\nJacarta Indonésia Kingston Jamaica\nJacarta Indonésia Libreville Gabão\nJacarta Indonésia Lilongwe Malaui\nJacarta Indonésia Lima Peru\nJacarta Indonésia Lisboa Portugal\nJacarta Indonésia Liubliana Eslovénia\nJacarta Indonésia Londres Inglaterra\nJacarta Indonésia Luanda Angola\nJacarta Indonésia Lusaca Zâmbia\nJacarta Indonésia Madrid Espanha\nJacarta Indonésia Manágua Nicarágua\nJacarta Indonésia Manama Bareine\nJacarta Indonésia Manila Filipinas\nJacarta Indonésia Maputo Moçambique\nJacarta Indonésia Minsk Bielorrússia\nJacarta Indonésia Mogadíscio Somália\nJacarta Indonésia Monróvia Libéria\nJacarta Indonésia Montevideu Uruguai\nJacarta Indonésia Moscovo Rússia\nJacarta Indonésia Mascate Omã\nJacarta Indonésia Nairóbi Quénia\nJacarta Indonésia Nassau Baamas\nJacarta Indonésia Niamei Níger\nJacarta Indonésia Nicósia Chipre\nJacarta Indonésia Nuaquechote Mauritânia\nJacarta Indonésia Nuque Gronelândia\nJacarta Indonésia Oslo Noruega\nJacarta Indonésia Ottawa Canadá\nJacarta Indonésia Paramaribo Suriname\nJacarta Indonésia Paris França\nJacarta Indonésia Podgorica Montenegro\nJacarta Indonésia Quito Equador\nJacarta Indonésia Rabat Marrocos\nCábul Afeganistão Campala Uganda\nCábul Afeganistão Catmandu Nepal\nCábul Afeganistão Cartum Sudão\nCábul Afeganistão Kiev Ucrânia\nCábul Afeganistão Quigali Ruanda\nCábul Afeganistão Kingston Jamaica\nCábul Afeganistão Libreville Gabão\nCábul Afeganistão Lilongwe Malaui\nCábul Afeganistão Lima Peru\nCábul Afeganistão Lisboa Portugal\nCábul Afeganistão Liubliana Eslovénia\nCábul Afeganistão Londres Inglaterra\nCábul Afeganistão Luanda Angola\nCábul Afeganistão Lusaca Zâmbia\nCábul Afeganistão Madrid Espanha\nCábul Afeganistão Manágua Nicarágua\nCábul Afeganistão Manama Bareine\nCábul Afeganistão Manila Filipinas\nCábul Afeganistão Maputo Moçambique\nCábul Afeganistão Minsk Bielorrússia\nCábul Afeganistão Mogadíscio Somália\nCábul Afeganistão Monróvia Libéria\nCábul Afeganistão Montevideu Uruguai\nCábul Afeganistão Moscovo Rússia\nCábul Afeganistão Mascate Omã\nCábul Afeganistão Nairóbi Quénia\nCábul Afeganistão Nassau Baamas\nCábul Afeganistão Niamei Níger\nCábul Afeganistão Nicósia Chipre\nCábul Afeganistão Nuaquechote Mauritânia\nCábul Afeganistão Nuque Gronelândia\nCábul Afeganistão Oslo Noruega\nCábul Afeganistão Ottawa Canadá\nCábul Afeganistão Paramaribo Suriname\nCábul Afeganistão Paris França\nCábul Afeganistão Podgorica Montenegro\nCábul Afeganistão Quito Equador\nCábul Afeganistão Rabat Marrocos\nCábul Afeganistão Riga Letónia\nCampala Uganda Catmandu Nepal\nCampala Uganda Cartum Sudão\nCampala Uganda Kiev Ucrânia\nCampala Uganda Quigali Ruanda\nCampala Uganda Kingston Jamaica\nCampala Uganda Libreville Gabão\nCampala Uganda Lilongwe Malaui\nCampala Uganda Lima Peru\nCampala Uganda Lisboa Portugal\nCampala Uganda Liubliana Eslovénia\nCampala Uganda Londres Inglaterra\nCampala Uganda Luanda Angola\nCampala Uganda Lusaca Zâmbia\nCampala Uganda Madrid Espanha\nCampala Uganda Manágua Nicarágua\nCampala Uganda Manama Bareine\nCampala Uganda Manila Filipinas\nCampala Uganda Maputo Moçambique\nCampala Uganda Minsk Bielorrússia\nCampala Uganda Mogadíscio Somália\nCampala Uganda Monróvia Libéria\nCampala Uganda Montevideu Uruguai\nCampala Uganda Moscovo Rússia\nCampala Uganda Mascate Omã\nCampala Uganda Nairóbi Quénia\nCampala Uganda Nassau Baamas\nCampala Uganda Niamei Níger\nCampala Uganda Nicósia Chipre\nCampala Uganda Nuaquechote Mauritânia\nCampala Uganda Nuque Gronelândia\nCampala Uganda Oslo Noruega\nCampala Uganda Ottawa Canadá\nCampala Uganda Paramaribo Suriname\nCampala Uganda Paris França\nCampala Uganda Podgorica Montenegro\nCampala Uganda Quito Equador\nCampala Uganda Rabat Marrocos\nCampala Uganda Riga Letónia\nCampala Uganda Roma Itália\nCatmandu Nepal Cartum Sudão\nCatmandu Nepal Kiev Ucrânia\nCatmandu Nepal Quigali Ruanda\nCatmandu Nepal Kingston Jamaica\nCatmandu Nepal Libreville Gabão\nCatmandu Nepal Lilongwe Malaui\nCatmandu Nepal Lima Peru\nCatmandu Nepal Lisboa Portugal\nCatmandu Nepal Liubliana Eslovénia\nCatmandu Nepal Londres Inglaterra\nCatmandu Nepal Luanda Angola\nCatmandu Nepal Lusaca Zâmbia\nCatmandu Nepal Madrid Espanha\nCatmandu Nepal Manágua Nicarágua\nCatmandu Nepal Manama Bareine\nCatmandu Nepal Manila Filipinas\nCatmandu Nepal Maputo Moçambique\nCatmandu Nepal Minsk Bielorrússia\nCatmandu Nepal Mogadíscio Somália\nCatmandu Nepal Monróvia Libéria\nCatmandu Nepal Montevideu Uruguai\nCatmandu Nepal Moscovo Rússia\nCatmandu Nepal Mascate Omã\nCatmandu Nepal Nairóbi Quénia\nCatmandu Nepal Nassau Baamas\nCatmandu Nepal Niamei Níger\nCatmandu Nepal Nicósia Chipre\nCatmandu Nepal Nuaquechote Mauritânia\nCatmandu Nepal Nuque Gronelândia\nCatmandu Nepal Oslo Noruega\nCatmandu Nepal Ottawa Canadá\nCatmandu Nepal Paramaribo Suriname\nCatmandu Nepal Paris França\nCatmandu Nepal Podgorica Montenegro\nCatmandu Nepal Quito Equador\nCatmandu Nepal Rabat Marrocos\nCatmandu Nepal Riga Letónia\nCatmandu Nepal Roma Itália\nCatmandu Nepal Roseau Dominica\nCartum Sudão Kiev Ucrânia\nCartum Sudão Quigali Ruanda\nCartum Sudão Kingston Jamaica\nCartum Sudão Libreville Gabão\nCartum Sudão Lilongwe Malaui\nCartum Sudão Lima Peru\nCartum Sudão Lisboa Portugal\nCartum Sudão Liubliana Eslovénia\nCartum Sudão Londres Inglaterra\nCartum Sudão Luanda Angola\nCartum Sudão Lusaca Zâmbia\nCartum Sudão Madrid Espanha\nCartum Sudão Manágua Nicarágua\nCartum Sudão Manama Bareine\nCartum Sudão Manila Filipinas\nCartum Sudão Maputo Moçambique\nCartum Sudão Minsk Bielorrússia\nCartum Sudão Mogadíscio Somália\nCartum Sudão Monróvia Libéria\nCartum Sudão Montevideu Uruguai\nCartum Sudão Moscovo Rússia\nCartum Sudão Mascate Omã\nCartum Sudão Nairóbi Quénia\nCartum Sudão Nassau Baamas\nCartum Sudão Niamei Níger\nCartum Sudão Nicósia Chipre\nCartum Sudão Nuaquechote Mauritânia\nCartum Sudão Nuque Gronelândia\nCartum Sudão Oslo Noruega\nCartum Sudão Ottawa Canadá\nCartum Sudão Paramaribo Suriname\nCartum Sudão Paris França\nCartum Sudão Podgorica Montenegro\nCartum Sudão Quito Equador\nCartum Sudão Rabat Marrocos\nCartum Sudão Riga Letónia\nCartum Sudão Roma Itália\nCartum Sudão Roseau Dominica\nCartum Sudão Santiago Chile\nKiev Ucrânia Quigali Ruanda\nKiev Ucrânia Kingston Jamaica\nKiev Ucrânia Libreville Gabão\nKiev Ucrânia Lilongwe Malaui\nKiev Ucrânia Lima Peru\nKiev Ucrânia Lisboa Portugal\nKiev Ucrânia Liubliana Eslovénia\nKiev Ucrânia Londres Inglaterra\nKiev Ucrânia Luanda Angola\nKiev Ucrânia Lusaca Zâmbia\nKiev Ucrânia Madrid Espanha\nKiev Ucrânia Manágua Nicarágua\nKiev Ucrânia Manama Bareine\nKiev Ucrânia Manila Filipinas\nKiev Ucrânia Maputo Moçambique\nKiev Ucrânia Minsk Bielorrússia\nKiev Ucrânia Mogadíscio Somália\nKiev Ucrânia Monróvia Libéria\nKiev Ucrânia Montevideu Uruguai\nKiev Ucrânia Moscovo Rússia\nKiev Ucrânia Mascate Omã\nKiev Ucrânia Nairóbi Quénia\nKiev Ucrânia Nassau Baamas\nKiev Ucrânia Niamei Níger\nKiev Ucrânia Nicósia Chipre\nKiev Ucrânia Nuaquechote Mauritânia\nKiev Ucrânia Nuque Gronelândia\nKiev Ucrânia Oslo Noruega\nKiev Ucrânia Ottawa Canadá\nKiev Ucrânia Paramaribo Suriname\nKiev Ucrânia Paris França\nKiev Ucrânia Podgorica Montenegro\nKiev Ucrânia Quito Equador\nKiev Ucrânia Rabat Marrocos\nKiev Ucrânia Riga Letónia\nKiev Ucrânia Roma Itália\nKiev Ucrânia Roseau Dominica\nKiev Ucrânia Santiago Chile\nKiev Ucrânia Escópia Macedónia\nQuigali Ruanda Kingston Jamaica\nQuigali Ruanda Libreville Gabão\nQuigali Ruanda Lilongwe Malaui\nQuigali Ruanda Lima Peru\nQuigali Ruanda Lisboa Portugal\nQuigali Ruanda Liubliana Eslovénia\nQuigali Ruanda Londres Inglaterra\nQuigali Ruanda Luanda Angola\nQuigali Ruanda Lusaca Zâmbia\nQuigali Ruanda Madrid Espanha\nQuigali Ruanda Manágua Nicarágua\nQuigali Ruanda Manama Bareine\nQuigali Ruanda Manila Filipinas\nQuigali Ruanda Maputo Moçambique\nQuigali Ruanda Minsk Bielorrússia\nQuigali Ruanda Mogadíscio Somália\nQuigali Ruanda Monróvia Libéria\nQuigali Ruanda Montevideu Uruguai\nQuigali Ruanda Moscovo Rússia\nQuigali Ruanda Mascate Omã\nQuigali Ruanda Nairóbi Quénia\nQuigali Ruanda Nassau Baamas\nQuigali Ruanda Niamei Níger\nQuigali Ruanda Nicósia Chipre\nQuigali Ruanda Nuaquechote Mauritânia\nQuigali Ruanda Nuque Gronelândia\nQuigali Ruanda Oslo Noruega\nQuigali Ruanda Ottawa Canadá\nQuigali Ruanda Paramaribo Suriname\nQuigali Ruanda Paris França\nQuigali Ruanda Podgorica Montenegro\nQuigali Ruanda Quito Equador\nQuigali Ruanda Rabat Marrocos\nQuigali Ruanda Riga Letónia\nQuigali Ruanda Roma Itália\nQuigali Ruanda Roseau Dominica\nQuigali Ruanda Santiago Chile\nQuigali Ruanda Escópia Macedónia\nQuigali Ruanda Sófia Bulgária\nKingston Jamaica Libreville Gabão\nKingston Jamaica Lilongwe Malaui\nKingston Jamaica Lima Peru\nKingston Jamaica Lisboa Portugal\nKingston Jamaica Liubliana Eslovénia\nKingston Jamaica Londres Inglaterra\nKingston Jamaica Luanda Angola\nKingston Jamaica Lusaca Zâmbia\nKingston Jamaica Madrid Espanha\nKingston Jamaica Manágua Nicarágua\nKingston Jamaica Manama Bareine\nKingston Jamaica Manila Filipinas\nKingston Jamaica Maputo Moçambique\nKingston Jamaica Minsk Bielorrússia\nKingston Jamaica Mogadíscio Somália\nKingston Jamaica Monróvia Libéria\nKingston Jamaica Montevideu Uruguai\nKingston Jamaica Moscovo Rússia\nKingston Jamaica Mascate Omã\nKingston Jamaica Nairóbi Quénia\nKingston Jamaica Nassau Baamas\nKingston Jamaica Niamei Níger\nKingston Jamaica Nicósia Chipre\nKingston Jamaica Nuaquechote Mauritânia\nKingston Jamaica Nuque Gronelândia\nKingston Jamaica Oslo Noruega\nKingston Jamaica Ottawa Canadá\nKingston Jamaica Paramaribo Suriname\nKingston Jamaica Paris França\nKingston Jamaica Podgorica Montenegro\nKingston Jamaica Quito Equador\nKingston Jamaica Rabat Marrocos\nKingston Jamaica Riga Letónia\nKingston Jamaica Roma Itália\nKingston Jamaica Roseau Dominica\nKingston Jamaica Santiago Chile\nKingston Jamaica Escópia Macedónia\nKingston Jamaica Sófia Bulgária\nKingston Jamaica Estocolmo Suécia\nLibreville Gabão Lilongwe Malaui\nLibreville Gabão Lima Peru\nLibreville Gabão Lisboa Portugal\nLibreville Gabão Liubliana Eslovénia\nLibreville Gabão Londres Inglaterra\nLibreville Gabão Luanda Angola\nLibreville Gabão Lusaca Zâmbia\nLibreville Gabão Madrid Espanha\nLibreville Gabão Manágua Nicarágua\nLibreville Gabão Manama Bareine\nLibreville Gabão Manila Filipinas\nLibreville Gabão Maputo Moçambique\nLibreville Gabão Minsk Bielorrússia\nLibreville Gabão Mogadíscio Somália\nLibreville Gabão Monróvia Libéria\nLibreville Gabão Montevideu Uruguai\nLibreville Gabão Moscovo Rússia\nLibreville Gabão Mascate Omã\nLibreville Gabão Nairóbi Quénia\nLibreville Gabão Nassau Baamas\nLibreville Gabão Niamei Níger\nLibreville Gabão Nicósia Chipre\nLibreville Gabão Nuaquechote Mauritânia\nLibreville Gabão Nuque Gronelândia\nLibreville Gabão Oslo Noruega\nLibreville Gabão Ottawa Canadá\nLibreville Gabão Paramaribo Suriname\nLibreville Gabão Paris França\nLibreville Gabão Podgorica Montenegro\nLibreville Gabão Quito Equador\nLibreville Gabão Rabat Marrocos\nLibreville Gabão Riga Letónia\nLibreville Gabão Roma Itália\nLibreville Gabão Roseau Dominica\nLibreville Gabão Santiago Chile\nLibreville Gabão Escópia Macedónia\nLibreville Gabão Sófia Bulgária\nLibreville Gabão Estocolmo Suécia\nLibreville Gabão Suva Fiji\nLilongwe Malaui Lima Peru\nLilongwe Malaui Lisboa Portugal\nLilongwe Malaui Liubliana Eslovénia\nLilongwe Malaui Londres Inglaterra\nLilongwe Malaui Luanda Angola\nLilongwe Malaui Lusaca Zâmbia\nLilongwe Malaui Madrid Espanha\nLilongwe Malaui Manágua Nicarágua\nLilongwe Malaui Manama Bareine\nLilongwe Malaui Manila Filipinas\nLilongwe Malaui Maputo Moçambique\nLilongwe Malaui Minsk Bielorrússia\nLilongwe Malaui Mogadíscio Somália\nLilongwe Malaui Monróvia Libéria\nLilongwe Malaui Montevideu Uruguai\nLilongwe Malaui Moscovo Rússia\nLilongwe Malaui Mascate Omã\nLilongwe Malaui Nairóbi Quénia\nLilongwe Malaui Nassau Baamas\nLilongwe Malaui Niamei Níger\nLilongwe Malaui Nicósia Chipre\nLilongwe Malaui Nuaquechote Mauritânia\nLilongwe Malaui Nuque Gronelândia\nLilongwe Malaui Oslo Noruega\nLilongwe Malaui Ottawa Canadá\nLilongwe Malaui Paramaribo Suriname\nLilongwe Malaui Paris França\nLilongwe Malaui Podgorica Montenegro\nLilongwe Malaui Quito Equador\nLilongwe Malaui Rabat Marrocos\nLilongwe Malaui Riga Letónia\nLilongwe Malaui Roma Itália\nLilongwe Malaui Roseau Dominica\nLilongwe Malaui Santiago Chile\nLilongwe Malaui Escópia Macedónia\nLilongwe Malaui Sófia Bulgária\nLilongwe Malaui Estocolmo Suécia\nLilongwe Malaui Suva Fiji\nLilongwe Malaui Taipé Taiwan\nLima Peru Lisboa Portugal\nLima Peru Liubliana Eslovénia\nLima Peru Londres Inglaterra\nLima Peru Luanda Angola\nLima Peru Lusaca Zâmbia\nLima Peru Madrid Espanha\nLima Peru Manágua Nicarágua\nLima Peru Manama Bareine\nLima Peru Manila Filipinas\nLima Peru Maputo Moçambique\nLima Peru Minsk Bielorrússia\nLima Peru Mogadíscio Somália\nLima Peru Monróvia Libéria\nLima Peru Montevideu Uruguai\nLima Peru Moscovo Rússia\nLima Peru Mascate Omã\nLima Peru Nairóbi Quénia\nLima Peru Nassau Baamas\nLima Peru Niamei Níger\nLima Peru Nicósia Chipre\nLima Peru Nuaquechote Mauritânia\nLima Peru Nuque Gronelândia\nLima Peru Oslo Noruega\nLima Peru Ottawa Canadá\nLima Peru Paramaribo Suriname\nLima Peru Paris França\nLima Peru Podgorica Montenegro\nLima Peru Quito Equador\nLima Peru Rabat Marrocos\nLima Peru Riga Letónia\nLima Peru Roma Itália\nLima Peru Roseau Dominica\nLima Peru Santiago Chile\nLima Peru Escópia Macedónia\nLima Peru Sófia Bulgária\nLima Peru Estocolmo Suécia\nLima Peru Suva Fiji\nLima Peru Taipé Taiwan\nLima Peru Talim Estónia\nLisboa Portugal Liubliana Eslovénia\nLisboa Portugal Londres Inglaterra\nLisboa Portugal Luanda Angola\nLisboa Portugal Lusaca Zâmbia\nLisboa Portugal Madrid Espanha\nLisboa Portugal Manágua Nicarágua\nLisboa Portugal Manama Bareine\nLisboa Portugal Manila Filipinas\nLisboa Portugal Maputo Moçambique\nLisboa Portugal Minsk Bielorrússia\nLisboa Portugal Mogadíscio Somália\nLisboa Portugal Monróvia Libéria\nLisboa Portugal Montevideu Uruguai\nLisboa Portugal Moscovo Rússia\nLisboa Portugal Mascate Omã\nLisboa Portugal Nairóbi Quénia\nLisboa Portugal Nassau Baamas\nLisboa Portugal Niamei Níger\nLisboa Portugal Nicósia Chipre\nLisboa Portugal Nuaquechote Mauritânia\nLisboa Portugal Nuque Gronelândia\nLisboa Portugal Oslo Noruega\nLisboa Portugal Ottawa Canadá\nLisboa Portugal Paramaribo Suriname\nLisboa Portugal Paris França\nLisboa Portugal Podgorica Montenegro\nLisboa Portugal Quito Equador\nLisboa Portugal Rabat Marrocos\nLisboa Portugal Riga Letónia\nLisboa Portugal Roma Itália\nLisboa Portugal Roseau Dominica\nLisboa Portugal Santiago Chile\nLisboa Portugal Escópia Macedónia\nLisboa Portugal Sófia Bulgária\nLisboa Portugal Estocolmo Suécia\nLisboa Portugal Suva Fiji\nLisboa Portugal Taipé Taiwan\nLisboa Portugal Talim Estónia\nLisboa Portugal Tashkent Uzbequistão\nLiubliana Eslovénia Londres Inglaterra\nLiubliana Eslovénia Luanda Angola\nLiubliana Eslovénia Lusaca Zâmbia\nLiubliana Eslovénia Madrid Espanha\nLiubliana Eslovénia Manágua Nicarágua\nLiubliana Eslovénia Manama Bareine\nLiubliana Eslovénia Manila Filipinas\nLiubliana Eslovénia Maputo Moçambique\nLiubliana Eslovénia Minsk Bielorrússia\nLiubliana Eslovénia Mogadíscio Somália\nLiubliana Eslovénia Monróvia Libéria\nLiubliana Eslovénia Montevideu Uruguai\nLiubliana Eslovénia Moscovo Rússia\nLiubliana Eslovénia Mascate Omã\nLiubliana Eslovénia Nairóbi Quénia\nLiubliana Eslovénia Nassau Baamas\nLiubliana Eslovénia Niamei Níger\nLiubliana Eslovénia Nicósia Chipre\nLiubliana Eslovénia Nuaquechote Mauritânia\nLiubliana Eslovénia Nuque Gronelândia\nLiubliana Eslovénia Oslo Noruega\nLiubliana Eslovénia Ottawa Canadá\nLiubliana Eslovénia Paramaribo Suriname\nLiubliana Eslovénia Paris França\nLiubliana Eslovénia Podgorica Montenegro\nLiubliana Eslovénia Quito Equador\nLiubliana Eslovénia Rabat Marrocos\nLiubliana Eslovénia Riga Letónia\nLiubliana Eslovénia Roma Itália\nLiubliana Eslovénia Roseau Dominica\nLiubliana Eslovénia Santiago Chile\nLiubliana Eslovénia Escópia Macedónia\nLiubliana Eslovénia Sófia Bulgária\nLiubliana Eslovénia Estocolmo Suécia\nLiubliana Eslovénia Suva Fiji\nLiubliana Eslovénia Taipé Taiwan\nLiubliana Eslovénia Talim Estónia\nLiubliana Eslovénia Tashkent Uzbequistão\nLiubliana Eslovénia Tbilisi Geórgia\nLondres Inglaterra Luanda Angola\nLondres Inglaterra Lusaca Zâmbia\nLondres Inglaterra Madrid Espanha\nLondres Inglaterra Manágua Nicarágua\nLondres Inglaterra Manama Bareine\nLondres Inglaterra Manila Filipinas\nLondres Inglaterra Maputo Moçambique\nLondres Inglaterra Minsk Bielorrússia\nLondres Inglaterra Mogadíscio Somália\nLondres Inglaterra Monróvia Libéria\nLondres Inglaterra Montevideu Uruguai\nLondres Inglaterra Moscovo Rússia\nLondres Inglaterra Mascate Omã\nLondres Inglaterra Nairóbi Quénia\nLondres Inglaterra Nassau Baamas\nLondres Inglaterra Niamei Níger\nLondres Inglaterra Nicósia Chipre\nLondres Inglaterra Nuaquechote Mauritânia\nLondres Inglaterra Nuque Gronelândia\nLondres Inglaterra Oslo Noruega\nLondres Inglaterra Ottawa Canadá\nLondres Inglaterra Paramaribo Suriname\nLondres Inglaterra Paris França\nLondres Inglaterra Podgorica Montenegro\nLondres Inglaterra Quito Equador\nLondres Inglaterra Rabat Marrocos\nLondres Inglaterra Riga Letónia\nLondres Inglaterra Roma Itália\nLondres Inglaterra Roseau Dominica\nLondres Inglaterra Santiago Chile\nLondres Inglaterra Escópia Macedónia\nLondres Inglaterra Sófia Bulgária\nLondres Inglaterra Estocolmo Suécia\nLondres Inglaterra Suva Fiji\nLondres Inglaterra Taipé Taiwan\nLondres Inglaterra Talim Estónia\nLondres Inglaterra Tashkent Uzbequistão\nLondres Inglaterra Tbilisi Geórgia\nLondres Inglaterra Tegucigalpa Honduras\nLuanda Angola Lusaca Zâmbia\nLuanda Angola Madrid Espanha\nLuanda Angola Manágua Nicarágua\nLuanda Angola Manama Bareine\nLuanda Angola Manila Filipinas\nLuanda Angola Maputo Moçambique\nLuanda Angola Minsk Bielorrússia\nLuanda Angola Mogadíscio Somália\nLuanda Angola Monróvia Libéria\nLuanda Angola Montevideu Uruguai\nLuanda Angola Moscovo Rússia\nLuanda Angola Mascate Omã\nLuanda Angola Nairóbi Quénia\nLuanda Angola Nassau Baamas\nLuanda Angola Niamei Níger\nLuanda Angola Nicósia Chipre\nLuanda Angola Nuaquechote Mauritânia\nLuanda Angola Nuque Gronelândia\nLuanda Angola Oslo Noruega\nLuanda Angola Ottawa Canadá\nLuanda Angola Paramaribo Suriname\nLuanda Angola Paris França\nLuanda Angola Podgorica Montenegro\nLuanda Angola Quito Equador\nLuanda Angola Rabat Marrocos\nLuanda Angola Riga Letónia\nLuanda Angola Roma Itália\nLuanda Angola Roseau Dominica\nLuanda Angola Santiago Chile\nLuanda Angola Escópia Macedónia\nLuanda Angola Sófia Bulgária\nLuanda Angola Estocolmo Suécia\nLuanda Angola Suva Fiji\nLuanda Angola Taipé Taiwan\nLuanda Angola Talim Estónia\nLuanda Angola Tashkent Uzbequistão\nLuanda Angola Tbilisi Geórgia\nLuanda Angola Tegucigalpa Honduras\nLuanda Angola Teerão Irão\nLusaca Zâmbia Madrid Espanha\nLusaca Zâmbia Manágua Nicarágua\nLusaca Zâmbia Manama Bareine\nLusaca Zâmbia Manila Filipinas\nLusaca Zâmbia Maputo Moçambique\nLusaca Zâmbia Minsk Bielorrússia\nLusaca Zâmbia Mogadíscio Somália\nLusaca Zâmbia Monróvia Libéria\nLusaca Zâmbia Montevideu Uruguai\nLusaca Zâmbia Moscovo Rússia\nLusaca Zâmbia Mascate Omã\nLusaca Zâmbia Nairóbi Quénia\nLusaca Zâmbia Nassau Baamas\nLusaca Zâmbia Niamei Níger\nLusaca Zâmbia Nicósia Chipre\nLusaca Zâmbia Nuaquechote Mauritânia\nLusaca Zâmbia Nuque Gronelândia\nLusaca Zâmbia Oslo Noruega\nLusaca Zâmbia Ottawa Canadá\nLusaca Zâmbia Paramaribo Suriname\nLusaca Zâmbia Paris França\nLusaca Zâmbia Podgorica Montenegro\nLusaca Zâmbia Quito Equador\nLusaca Zâmbia Rabat Marrocos\nLusaca Zâmbia Riga Letónia\nLusaca Zâmbia Roma Itália\nLusaca Zâmbia Roseau Dominica\nLusaca Zâmbia Santiago Chile\nLusaca Zâmbia Escópia Macedónia\nLusaca Zâmbia Sófia Bulgária\nLusaca Zâmbia Estocolmo Suécia\nLusaca Zâmbia Suva Fiji\nLusaca Zâmbia Taipé Taiwan\nLusaca Zâmbia Talim Estónia\nLusaca Zâmbia Tashkent Uzbequistão\nLusaca Zâmbia Tbilisi Geórgia\nLusaca Zâmbia Tegucigalpa Honduras\nLusaca Zâmbia Teerão Irão\nLusaca Zâmbia Timbu Butão\nMadrid Espanha Manágua Nicarágua\nMadrid Espanha Manama Bareine\nMadrid Espanha Manila Filipinas\nMadrid Espanha Maputo Moçambique\nMadrid Espanha Minsk Bielorrússia\nMadrid Espanha Mogadíscio Somália\nMadrid Espanha Monróvia Libéria\nMadrid Espanha Montevideu Uruguai\nMadrid Espanha Moscovo Rússia\nMadrid Espanha Mascate Omã\nMadrid Espanha Nairóbi Quénia\nMadrid Espanha Nassau Baamas\nMadrid Espanha Niamei Níger\nMadrid Espanha Nicósia Chipre\nMadrid Espanha Nuaquechote Mauritânia\nMadrid Espanha Nuque Gronelândia\nMadrid Espanha Oslo Noruega\nMadrid Espanha Ottawa Canadá\nMadrid Espanha Paramaribo Suriname\nMadrid Espanha Paris França\nMadrid Espanha Podgorica Montenegro\nMadrid Espanha Quito Equador\nMadrid Espanha Rabat Marrocos\nMadrid Espanha Riga Letónia\nMadrid Espanha Roma Itália\nMadrid Espanha Roseau Dominica\nMadrid Espanha Santiago Chile\nMadrid Espanha Escópia Macedónia\nMadrid Espanha Sófia Bulgária\nMadrid Espanha Estocolmo Suécia\nMadrid Espanha Suva Fiji\nMadrid Espanha Taipé Taiwan\nMadrid Espanha Talim Estónia\nMadrid Espanha Tashkent Uzbequistão\nMadrid Espanha Tbilisi Geórgia\nMadrid Espanha Tegucigalpa Honduras\nMadrid Espanha Teerão Irão\nMadrid Espanha Timbu Butão\nMadrid Espanha Tirana Albânia\nManágua Nicarágua Manama Bareine\nManágua Nicarágua Manila Filipinas\nManágua Nicarágua Maputo Moçambique\nManágua Nicarágua Minsk Bielorrússia\nManágua Nicarágua Mogadíscio Somália\nManágua Nicarágua Monróvia Libéria\nManágua Nicarágua Montevideu Uruguai\nManágua Nicarágua Moscovo Rússia\nManágua Nicarágua Mascate Omã\nManágua Nicarágua Nairóbi Quénia\nManágua Nicarágua Nassau Baamas\nManágua Nicarágua Niamei Níger\nManágua Nicarágua Nicósia Chipre\nManágua Nicarágua Nuaquechote Mauritânia\nManágua Nicarágua Nuque Gronelândia\nManágua Nicarágua Oslo Noruega\nManágua Nicarágua Ottawa Canadá\nManágua Nicarágua Paramaribo Suriname\nManágua Nicarágua Paris França\nManágua Nicarágua Podgorica Montenegro\nManágua Nicarágua Quito Equador\nManágua Nicarágua Rabat Marrocos\nManágua Nicarágua Riga Letónia\nManágua Nicarágua Roma Itália\nManágua Nicarágua Roseau Dominica\nManágua Nicarágua Santiago Chile\nManágua Nicarágua Escópia Macedónia\nManágua Nicarágua Sófia Bulgária\nManágua Nicarágua Estocolmo Suécia\nManágua Nicarágua Suva Fiji\nManágua Nicarágua Taipé Taiwan\nManágua Nicarágua Talim Estónia\nManágua Nicarágua Tashkent Uzbequistão\nManágua Nicarágua Tbilisi Geórgia\nManágua Nicarágua Tegucigalpa Honduras\nManágua Nicarágua Teerão Irão\nManágua Nicarágua Timbu Butão\nManágua Nicarágua Tirana Albânia\nManágua Nicarágua Tóquio Japão\nManama Bareine Manila Filipinas\nManama Bareine Maputo Moçambique\nManama Bareine Minsk Bielorrússia\nManama Bareine Mogadíscio Somália\nManama Bareine Monróvia Libéria\nManama Bareine Montevideu Uruguai\nManama Bareine Moscovo Rússia\nManama Bareine Mascate Omã\nManama Bareine Nairóbi Quénia\nManama Bareine Nassau Baamas\nManama Bareine Niamei Níger\nManama Bareine Nicósia Chipre\nManama Bareine Nuaquechote Mauritânia\nManama Bareine Nuque Gronelândia\nManama Bareine Oslo Noruega\nManama Bareine Ottawa Canadá\nManama Bareine Paramaribo Suriname\nManama Bareine Paris França\nManama Bareine Podgorica Montenegro\nManama Bareine Quito Equador\nManama Bareine Rabat Marrocos\nManama Bareine Riga Letónia\nManama Bareine Roma Itália\nManama Bareine Roseau Dominica\nManama Bareine Santiago Chile\nManama Bareine Escópia Macedónia\nManama Bareine Sófia Bulgária\nManama Bareine Estocolmo Suécia\nManama Bareine Suva Fiji\nManama Bareine Taipé Taiwan\nManama Bareine Talim Estónia\nManama Bareine Tashkent Uzbequistão\nManama Bareine Tbilisi Geórgia\nManama Bareine Tegucigalpa Honduras\nManama Bareine Teerão Irão\nManama Bareine Timbu Butão\nManama Bareine Tirana Albânia\nManama Bareine Tóquio Japão\nManama Bareine Trípoli Líbia\nManila Filipinas Maputo Moçambique\nManila Filipinas Minsk Bielorrússia\nManila Filipinas Mogadíscio Somália\nManila Filipinas Monróvia Libéria\nManila Filipinas Montevideu Uruguai\nManila Filipinas Moscovo Rússia\nManila Filipinas Mascate Omã\nManila Filipinas Nairóbi Quénia\nManila Filipinas Nassau Baamas\nManila Filipinas Niamei Níger\nManila Filipinas Nicósia Chipre\nManila Filipinas Nuaquechote Mauritânia\nManila Filipinas Nuque Gronelândia\nManila Filipinas Oslo Noruega\nManila Filipinas Ottawa Canadá\nManila Filipinas Paramaribo Suriname\nManila Filipinas Paris França\nManila Filipinas Podgorica Montenegro\nManila Filipinas Quito Equador\nManila Filipinas Rabat Marrocos\nManila Filipinas Riga Letónia\nManila Filipinas Roma Itália\nManila Filipinas Roseau Dominica\nManila Filipinas Santiago Chile\nManila Filipinas Escópia Macedónia\nManila Filipinas Sófia Bulgária\nManila Filipinas Estocolmo Suécia\nManila Filipinas Suva Fiji\nManila Filipinas Taipé Taiwan\nManila Filipinas Talim Estónia\nManila Filipinas Tashkent Uzbequistão\nManila Filipinas Tbilisi Geórgia\nManila Filipinas Tegucigalpa Honduras\nManila Filipinas Teerão Irão\nManila Filipinas Timbu Butão\nManila Filipinas Tirana Albânia\nManila Filipinas Tóquio Japão\nManila Filipinas Trípoli Líbia\nManila Filipinas Tunes Tunísia\nMaputo Moçambique Minsk Bielorrússia\nMaputo Moçambique Mogadíscio Somália\nMaputo Moçambique Monróvia Libéria\nMaputo Moçambique Montevideu Uruguai\nMaputo Moçambique Moscovo Rússia\nMaputo Moçambique Mascate Omã\nMaputo Moçambique Nairóbi Quénia\nMaputo Moçambique Nassau Baamas\nMaputo Moçambique Niamei Níger\nMaputo Moçambique Nicósia Chipre\nMaputo Moçambique Nuaquechote Mauritânia\nMaputo Moçambique Nuque Gronelândia\nMaputo Moçambique Oslo Noruega\nMaputo Moçambique Ottawa Canadá\nMaputo Moçambique Paramaribo Suriname\nMaputo Moçambique Paris França\nMaputo Moçambique Podgorica Montenegro\nMaputo Moçambique Quito Equador\nMaputo Moçambique Rabat Marrocos\nMaputo Moçambique Riga Letónia\nMaputo Moçambique Roma Itália\nMaputo Moçambique Roseau Dominica\nMaputo Moçambique Santiago Chile\nMaputo Moçambique Escópia Macedónia\nMaputo Moçambique Sófia Bulgária\nMaputo Moçambique Estocolmo Suécia\nMaputo Moçambique Suva Fiji\nMaputo Moçambique Taipé Taiwan\nMaputo Moçambique Talim Estónia\nMaputo Moçambique Tashkent Uzbequistão\nMaputo Moçambique Tbilisi Geórgia\nMaputo Moçambique Tegucigalpa Honduras\nMaputo Moçambique Teerão Irão\nMaputo Moçambique Timbu Butão\nMaputo Moçambique Tirana Albânia\nMaputo Moçambique Tóquio Japão\nMaputo Moçambique Trípoli Líbia\nMaputo Moçambique Tunes Tunísia\nMaputo Moçambique Vaduz Liechtenstein\nMinsk Bielorrússia Mogadíscio Somália\nMinsk Bielorrússia Monróvia Libéria\nMinsk Bielorrússia Montevideu Uruguai\nMinsk Bielorrússia Moscovo Rússia\nMinsk Bielorrússia Mascate Omã\nMinsk Bielorrússia Nairóbi Quénia\nMinsk Bielorrússia Nassau Baamas\nMinsk Bielorrússia Niamei Níger\nMinsk Bielorrússia Nicósia Chipre\nMinsk Bielorrússia Nuaquechote Mauritânia\nMinsk Bielorrússia Nuque Gronelândia\nMinsk Bielorrússia Oslo Noruega\nMinsk Bielorrússia Ottawa Canadá\nMinsk Bielorrússia Paramaribo Suriname\nMinsk Bielorrússia Paris França\nMinsk Bielorrússia Podgorica Montenegro\nMinsk Bielorrússia Quito Equador\nMinsk Bielorrússia Rabat Marrocos\nMinsk Bielorrússia Riga Letónia\nMinsk Bielorrússia Roma Itália\nMinsk Bielorrússia Roseau Dominica\nMinsk Bielorrússia Santiago Chile\nMinsk Bielorrússia Escópia Macedónia\nMinsk Bielorrússia Sófia Bulgária\nMinsk Bielorrússia Estocolmo Suécia\nMinsk Bielorrússia Suva Fiji\nMinsk Bielorrússia Taipé Taiwan\nMinsk Bielorrússia Talim Estónia\nMinsk Bielorrússia Tashkent Uzbequistão\nMinsk Bielorrússia Tbilisi Geórgia\nMinsk Bielorrússia Tegucigalpa Honduras\nMinsk Bielorrússia Teerão Irão\nMinsk Bielorrússia Timbu Butão\nMinsk Bielorrússia Tirana Albânia\nMinsk Bielorrússia Tóquio Japão\nMinsk Bielorrússia Trípoli Líbia\nMinsk Bielorrússia Tunes Tunísia\nMinsk Bielorrússia Vaduz Liechtenstein\nMinsk Bielorrússia Valletta Malta\nMogadíscio Somália Monróvia Libéria\nMogadíscio Somália Montevideu Uruguai\nMogadíscio Somália Moscovo Rússia\nMogadíscio Somália Mascate Omã\nMogadíscio Somália Nairóbi Quénia\nMogadíscio Somália Nassau Baamas\nMogadíscio Somália Niamei Níger\nMogadíscio Somália Nicósia Chipre\nMogadíscio Somália Nuaquechote Mauritânia\nMogadíscio Somália Nuque Gronelândia\nMogadíscio Somália Oslo Noruega\nMogadíscio Somália Ottawa Canadá\nMogadíscio Somália Paramaribo Suriname\nMogadíscio Somália Paris França\nMogadíscio Somália Podgorica Montenegro\nMogadíscio Somália Quito Equador\nMogadíscio Somália Rabat Marrocos\nMogadíscio Somália Riga Letónia\nMogadíscio Somália Roma Itália\nMogadíscio Somália Roseau Dominica\nMogadíscio Somália Santiago Chile\nMogadíscio Somália Escópia Macedónia\nMogadíscio Somália Sófia Bulgária\nMogadíscio Somália Estocolmo Suécia\nMogadíscio Somália Suva Fiji\nMogadíscio Somália Taipé Taiwan\nMogadíscio Somália Talim Estónia\nMogadíscio Somália Tashkent Uzbequistão\nMogadíscio Somália Tbilisi Geórgia\nMogadíscio Somália Tegucigalpa Honduras\nMogadíscio Somália Teerão Irão\nMogadíscio Somália Timbu Butão\nMogadíscio Somália Tirana Albânia\nMogadíscio Somália Tóquio Japão\nMogadíscio Somália Trípoli Líbia\nMogadíscio Somália Tunes Tunísia\nMogadíscio Somália Vaduz Liechtenstein\nMogadíscio Somália Valletta Malta\nMogadíscio Somália Viena Áustria\nMonróvia Libéria Montevideu Uruguai\nMonróvia Libéria Moscovo Rússia\nMonróvia Libéria Mascate Omã\nMonróvia Libéria Nairóbi Quénia\nMonróvia Libéria Nassau Baamas\nMonróvia Libéria Niamei Níger\nMonróvia Libéria Nicósia Chipre\nMonróvia Libéria Nuaquechote Mauritânia\nMonróvia Libéria Nuque Gronelândia\nMonróvia Libéria Oslo Noruega\nMonróvia Libéria Ottawa Canadá\nMonróvia Libéria Paramaribo Suriname\nMonróvia Libéria Paris França\nMonróvia Libéria Podgorica Montenegro\nMonróvia Libéria Quito Equador\nMonróvia Libéria Rabat Marrocos\nMonróvia Libéria Riga Letónia\nMonróvia Libéria Roma Itália\nMonróvia Libéria Roseau Dominica\nMonróvia Libéria Santiago Chile\nMonróvia Libéria Escópia Macedónia\nMonróvia Libéria Sófia Bulgária\nMonróvia Libéria Estocolmo Suécia\nMonróvia Libéria Suva Fiji\nMonróvia Libéria Taipé Taiwan\nMonróvia Libéria Talim Estónia\nMonróvia Libéria Tashkent Uzbequistão\nMonróvia Libéria Tbilisi Geórgia\nMonróvia Libéria Tegucigalpa Honduras\nMonróvia Libéria Teerão Irão\nMonróvia Libéria Timbu Butão\nMonróvia Libéria Tirana Albânia\nMonróvia Libéria Tóquio Japão\nMonróvia Libéria Trípoli Líbia\nMonróvia Libéria Tunes Tunísia\nMonróvia Libéria Vaduz Liechtenstein\nMonróvia Libéria Valletta Malta\nMonróvia Libéria Viena Áustria\nMonróvia Libéria Vienciana Laos\nMontevideu Uruguai Moscovo Rússia\nMontevideu Uruguai Mascate Omã\nMontevideu Uruguai Nairóbi Quénia\nMontevideu Uruguai Nassau Baamas\nMontevideu Uruguai Niamei Níger\nMontevideu Uruguai Nicósia Chipre\nMontevideu Uruguai Nuaquechote Mauritânia\nMontevideu Uruguai Nuque Gronelândia\nMontevideu Uruguai Oslo Noruega\nMontevideu Uruguai Ottawa Canadá\nMontevideu Uruguai Paramaribo Suriname\nMontevideu Uruguai Paris França\nMontevideu Uruguai Podgorica Montenegro\nMontevideu Uruguai Quito Equador\nMontevideu Uruguai Rabat Marrocos\nMontevideu Uruguai Riga Letónia\nMontevideu Uruguai Roma Itália\nMontevideu Uruguai Roseau Dominica\nMontevideu Uruguai Santiago Chile\nMontevideu Uruguai Escópia Macedónia\nMontevideu Uruguai Sófia Bulgária\nMontevideu Uruguai Estocolmo Suécia\nMontevideu Uruguai Suva Fiji\nMontevideu Uruguai Taipé Taiwan\nMontevideu Uruguai Talim Estónia\nMontevideu Uruguai Tashkent Uzbequistão\nMontevideu Uruguai Tbilisi Geórgia\nMontevideu Uruguai Tegucigalpa Honduras\nMontevideu Uruguai Teerão Irão\nMontevideu Uruguai Timbu Butão\nMontevideu Uruguai Tirana Albânia\nMontevideu Uruguai Tóquio Japão\nMontevideu Uruguai Trípoli Líbia\nMontevideu Uruguai Tunes Tunísia\nMontevideu Uruguai Vaduz Liechtenstein\nMontevideu Uruguai Valletta Malta\nMontevideu Uruguai Viena Áustria\nMontevideu Uruguai Vienciana Laos\nMontevideu Uruguai Vílnius Lituânia\nMoscovo Rússia Mascate Omã\nMoscovo Rússia Nairóbi Quénia\nMoscovo Rússia Nassau Baamas\nMoscovo Rússia Niamei Níger\nMoscovo Rússia Nicósia Chipre\nMoscovo Rússia Nuaquechote Mauritânia\nMoscovo Rússia Nuque Gronelândia\nMoscovo Rússia Oslo Noruega\nMoscovo Rússia Ottawa Canadá\nMoscovo Rússia Paramaribo Suriname\nMoscovo Rússia Paris França\nMoscovo Rússia Podgorica Montenegro\nMoscovo Rússia Quito Equador\nMoscovo Rússia Rabat Marrocos\nMoscovo Rússia Riga Letónia\nMoscovo Rússia Roma Itália\nMoscovo Rússia Roseau Dominica\nMoscovo Rússia Santiago Chile\nMoscovo Rússia Escópia Macedónia\nMoscovo Rússia Sófia Bulgária\nMoscovo Rússia Estocolmo Suécia\nMoscovo Rússia Suva Fiji\nMoscovo Rússia Taipé Taiwan\nMoscovo Rússia Talim Estónia\nMoscovo Rússia Tashkent Uzbequistão\nMoscovo Rússia Tbilisi Geórgia\nMoscovo Rússia Tegucigalpa Honduras\nMoscovo Rússia Teerão Irão\nMoscovo Rússia Timbu Butão\nMoscovo Rússia Tirana Albânia\nMoscovo Rússia Tóquio Japão\nMoscovo Rússia Trípoli Líbia\nMoscovo Rússia Tunes Tunísia\nMoscovo Rússia Vaduz Liechtenstein\nMoscovo Rússia Valletta Malta\nMoscovo Rússia Viena Áustria\nMoscovo Rússia Vienciana Laos\nMoscovo Rússia Vílnius Lituânia\nMoscovo Rússia Varsóvia Polónia\nMascate Omã Nairóbi Quénia\nMascate Omã Nassau Baamas\nMascate Omã Niamei Níger\nMascate Omã Nicósia Chipre\nMascate Omã Nuaquechote Mauritânia\nMascate Omã Nuque Gronelândia\nMascate Omã Oslo Noruega\nMascate Omã Ottawa Canadá\nMascate Omã Paramaribo Suriname\nMascate Omã Paris França\nMascate Omã Podgorica Montenegro\nMascate Omã Quito Equador\nMascate Omã Rabat Marrocos\nMascate Omã Riga Letónia\nMascate Omã Roma Itália\nMascate Omã Roseau Dominica\nMascate Omã Santiago Chile\nMascate Omã Escópia Macedónia\nMascate Omã Sófia Bulgária\nMascate Omã Estocolmo Suécia\nMascate Omã Suva Fiji\nMascate Omã Taipé Taiwan\nMascate Omã Talim Estónia\nMascate Omã Tashkent Uzbequistão\nMascate Omã Tbilisi Geórgia\nMascate Omã Tegucigalpa Honduras\nMascate Omã Teerão Irão\nMascate Omã Timbu Butão\nMascate Omã Tirana Albânia\nMascate Omã Tóquio Japão\nMascate Omã Trípoli Líbia\nMascate Omã Tunes Tunísia\nMascate Omã Vaduz Liechtenstein\nMascate Omã Valletta Malta\nMascate Omã Viena Áustria\nMascate Omã Vienciana Laos\nMascate Omã Vílnius Lituânia\nMascate Omã Varsóvia Polónia\nMascate Omã Windhoek Namíbia\nNairóbi Quénia Nassau Baamas\nNairóbi Quénia Niamei Níger\nNairóbi Quénia Nicósia Chipre\nNairóbi Quénia Nuaquechote Mauritânia\nNairóbi Quénia Nuque Gronelândia\nNairóbi Quénia Oslo Noruega\nNairóbi Quénia Ottawa Canadá\nNairóbi Quénia Paramaribo Suriname\nNairóbi Quénia Paris França\nNairóbi Quénia Podgorica Montenegro\nNairóbi Quénia Quito Equador\nNairóbi Quénia Rabat Marrocos\nNairóbi Quénia Riga Letónia\nNairóbi Quénia Roma Itália\nNairóbi Quénia Roseau Dominica\nNairóbi Quénia Santiago Chile\nNairóbi Quénia Escópia Macedónia\nNairóbi Quénia Sófia Bulgária\nNairóbi Quénia Estocolmo Suécia\nNairóbi Quénia Suva Fiji\nNairóbi Quénia Taipé Taiwan\nNairóbi Quénia Talim Estónia\nNairóbi Quénia Tashkent Uzbequistão\nNairóbi Quénia Tbilisi Geórgia\nNairóbi Quénia Tegucigalpa Honduras\nNairóbi Quénia Teerão Irão\nNairóbi Quénia Timbu Butão\nNairóbi Quénia Tirana Albânia\nNairóbi Quénia Tóquio Japão\nNairóbi Quénia Trípoli Líbia\nNairóbi Quénia Tunes Tunísia\nNairóbi Quénia Vaduz Liechtenstein\nNairóbi Quénia Valletta Malta\nNairóbi Quénia Viena Áustria\nNairóbi Quénia Vienciana Laos\nNairóbi Quénia Vílnius Lituânia\nNairóbi Quénia Varsóvia Polónia\nNairóbi Quénia Windhoek Namíbia\nNairóbi Quénia Erevan Arménia\nNassau Baamas Niamei Níger\nNassau Baamas Nicósia Chipre\nNassau Baamas Nuaquechote Mauritânia\nNassau Baamas Nuque Gronelândia\nNassau Baamas Oslo Noruega\nNassau Baamas Ottawa Canadá\nNassau Baamas Paramaribo Suriname\nNassau Baamas Paris França\nNassau Baamas Podgorica Montenegro\nNassau Baamas Quito Equador\nNassau Baamas Rabat Marrocos\nNassau Baamas Riga Letónia\nNassau Baamas Roma Itália\nNassau Baamas Roseau Dominica\nNassau Baamas Santiago Chile\nNassau Baamas Escópia Macedónia\nNassau Baamas Sófia Bulgária\nNassau Baamas Estocolmo Suécia\nNassau Baamas Suva Fiji\nNassau Baamas Taipé Taiwan\nNassau Baamas Talim Estónia\nNassau Baamas Tashkent Uzbequistão\nNassau Baamas Tbilisi Geórgia\nNassau Baamas Tegucigalpa Honduras\nNassau Baamas Teerão Irão\nNassau Baamas Timbu Butão\nNassau Baamas Tirana Albânia\nNassau Baamas Tóquio Japão\nNassau Baamas Trípoli Líbia\nNassau Baamas Tunes Tunísia\nNassau Baamas Vaduz Liechtenstein\nNassau Baamas Valletta Malta\nNassau Baamas Viena Áustria\nNassau Baamas Vienciana Laos\nNassau Baamas Vílnius Lituânia\nNassau Baamas Varsóvia Polónia\nNassau Baamas Windhoek Namíbia\nNassau Baamas Erevan Arménia\nNassau Baamas Zagreb Croácia\nNiamei Níger Nicósia Chipre\nNiamei Níger Nuaquechote Mauritânia\nNiamei Níger Nuque Gronelândia\nNiamei Níger Oslo Noruega\nNiamei Níger Ottawa Canadá\nNiamei Níger Paramaribo Suriname\nNiamei Níger Paris França\nNiamei Níger Podgorica Montenegro\nNiamei Níger Quito Equador\nNiamei Níger Rabat Marrocos\nNiamei Níger Riga Letónia\nNiamei Níger Roma Itália\nNiamei Níger Roseau Dominica\nNiamei Níger Santiago Chile\nNiamei Níger Escópia Macedónia\nNiamei Níger Sófia Bulgária\nNiamei Níger Estocolmo Suécia\nNiamei Níger Suva Fiji\nNiamei Níger Taipé Taiwan\nNiamei Níger Talim Estónia\nNiamei Níger Tashkent Uzbequistão\nNiamei Níger Tbilisi Geórgia\nNiamei Níger Tegucigalpa Honduras\nNiamei Níger Teerão Irão\nNiamei Níger Timbu Butão\nNiamei Níger Tirana Albânia\nNiamei Níger Tóquio Japão\nNiamei Níger Trípoli Líbia\nNiamei Níger Tunes Tunísia\nNiamei Níger Vaduz Liechtenstein\nNiamei Níger Valletta Malta\nNiamei Níger Viena Áustria\nNiamei Níger Vienciana Laos\nNiamei Níger Vílnius Lituânia\nNiamei Níger Varsóvia Polónia\nNiamei Níger Windhoek Namíbia\nNiamei Níger Erevan Arménia\nNiamei Níger Zagreb Croácia\nNiamei Níger Abuja Nigéria\nNicósia Chipre Nuaquechote Mauritânia\nNicósia Chipre Nuque Gronelândia\nNicósia Chipre Oslo Noruega\nNicósia Chipre Ottawa Canadá\nNicósia Chipre Paramaribo Suriname\nNicósia Chipre Paris França\nNicósia Chipre Podgorica Montenegro\nNicósia Chipre Quito Equador\nNicósia Chipre Rabat Marrocos\nNicósia Chipre Riga Letónia\nNicósia Chipre Roma Itália\nNicósia Chipre Roseau Dominica\nNicósia Chipre Santiago Chile\nNicósia Chipre Escópia Macedónia\nNicósia Chipre Sófia Bulgária\nNicósia Chipre Estocolmo Suécia\nNicósia Chipre Suva Fiji\nNicósia Chipre Taipé Taiwan\nNicósia Chipre Talim Estónia\nNicósia Chipre Tashkent Uzbequistão\nNicósia Chipre Tbilisi Geórgia\nNicósia Chipre Tegucigalpa Honduras\nNicósia Chipre Teerão Irão\nNicósia Chipre Timbu Butão\nNicósia Chipre Tirana Albânia\nNicósia Chipre Tóquio Japão\nNicósia Chipre Trípoli Líbia\nNicósia Chipre Tunes Tunísia\nNicósia Chipre Vaduz Liechtenstein\nNicósia Chipre Valletta Malta\nNicósia Chipre Viena Áustria\nNicósia Chipre Vienciana Laos\nNicósia Chipre Vílnius Lituânia\nNicósia Chipre Varsóvia Polónia\nNicósia Chipre Windhoek Namíbia\nNicósia Chipre Erevan Arménia\nNicósia Chipre Zagreb Croácia\nNicósia Chipre Abuja Nigéria\nNicósia Chipre Acra Gana\nNuaquechote Mauritânia Nuque Gronelândia\nNuaquechote Mauritânia Oslo Noruega\nNuaquechote Mauritânia Ottawa Canadá\nNuaquechote Mauritânia Paramaribo Suriname\nNuaquechote Mauritânia Paris França\nNuaquechote Mauritânia Podgorica Montenegro\nNuaquechote Mauritânia Quito Equador\nNuaquechote Mauritânia Rabat Marrocos\nNuaquechote Mauritânia Riga Letónia\nNuaquechote Mauritânia Roma Itália\nNuaquechote Mauritânia Roseau Dominica\nNuaquechote Mauritânia Santiago Chile\nNuaquechote Mauritânia Escópia Macedónia\nNuaquechote Mauritânia Sófia Bulgária\nNuaquechote Mauritânia Estocolmo Suécia\nNuaquechote Mauritânia Suva Fiji\nNuaquechote Mauritânia Taipé Taiwan\nNuaquechote Mauritânia Talim Estónia\nNuaquechote Mauritânia Tashkent Uzbequistão\nNuaquechote Mauritânia Tbilisi Geórgia\nNuaquechote Mauritânia Tegucigalpa Honduras\nNuaquechote Mauritânia Teerão Irão\nNuaquechote Mauritânia Timbu Butão\nNuaquechote Mauritânia Tirana Albânia\nNuaquechote Mauritânia Tóquio Japão\nNuaquechote Mauritânia Trípoli Líbia\nNuaquechote Mauritânia Tunes Tunísia\nNuaquechote Mauritânia Vaduz Liechtenstein\nNuaquechote Mauritânia Valletta Malta\nNuaquechote Mauritânia Viena Áustria\nNuaquechote Mauritânia Vienciana Laos\nNuaquechote Mauritânia Vílnius Lituânia\nNuaquechote Mauritânia Varsóvia Polónia\nNuaquechote Mauritânia Windhoek Namíbia\nNuaquechote Mauritânia Erevan Arménia\nNuaquechote Mauritânia Zagreb Croácia\nNuaquechote Mauritânia Abuja Nigéria\nNuaquechote Mauritânia Acra Gana\nNuaquechote Mauritânia Argel Argélia\nNuque Gronelândia Oslo Noruega\nNuque Gronelândia Ottawa Canadá\nNuque Gronelândia Paramaribo Suriname\nNuque Gronelândia Paris França\nNuque Gronelândia Podgorica Montenegro\nNuque Gronelândia Quito Equador\nNuque Gronelândia Rabat Marrocos\nNuque Gronelândia Riga Letónia\nNuque Gronelândia Roma Itália\nNuque Gronelândia Roseau Dominica\nNuque Gronelândia Santiago Chile\nNuque Gronelândia Escópia Macedónia\nNuque Gronelândia Sófia Bulgária\nNuque Gronelândia Estocolmo Suécia\nNuque Gronelândia Suva Fiji\nNuque Gronelândia Taipé Taiwan\nNuque Gronelândia Talim Estónia\nNuque Gronelândia Tashkent Uzbequistão\nNuque Gronelândia Tbilisi Geórgia\nNuque Gronelândia Tegucigalpa Honduras\nNuque Gronelândia Teerão Irão\nNuque Gronelândia Timbu Butão\nNuque Gronelândia Tirana Albânia\nNuque Gronelândia Tóquio Japão\nNuque Gronelândia Trípoli Líbia\nNuque Gronelândia Tunes Tunísia\nNuque Gronelândia Vaduz Liechtenstein\nNuque Gronelândia Valletta Malta\nNuque Gronelândia Viena Áustria\nNuque Gronelândia Vienciana Laos\nNuque Gronelândia Vílnius Lituânia\nNuque Gronelândia Varsóvia Polónia\nNuque Gronelândia Windhoek Namíbia\nNuque Gronelândia Erevan Arménia\nNuque Gronelândia Zagreb Croácia\nNuque Gronelândia Abuja Nigéria\nNuque Gronelândia Acra Gana\nNuque Gronelândia Argel Argélia\nNuque Gronelândia Amã Jordânia\nOslo Noruega Ottawa Canadá\nOslo Noruega Paramaribo Suriname\nOslo Noruega Paris França\nOslo Noruega Podgorica Montenegro\nOslo Noruega Quito Equador\nOslo Noruega Rabat Marrocos\nOslo Noruega Riga Letónia\nOslo Noruega Roma Itália\nOslo Noruega Roseau Dominica\nOslo Noruega Santiago Chile\nOslo Noruega Escópia Macedónia\nOslo Noruega Sófia Bulgária\nOslo Noruega Estocolmo Suécia\nOslo Noruega Suva Fiji\nOslo Noruega Taipé Taiwan\nOslo Noruega Talim Estónia\nOslo Noruega Tashkent Uzbequistão\nOslo Noruega Tbilisi Geórgia\nOslo Noruega Tegucigalpa Honduras\nOslo Noruega Teerão Irão\nOslo Noruega Timbu Butão\nOslo Noruega Tirana Albânia\nOslo Noruega Tóquio Japão\nOslo Noruega Trípoli Líbia\nOslo Noruega Tunes Tunísia\nOslo Noruega Vaduz Liechtenstein\nOslo Noruega Valletta Malta\nOslo Noruega Viena Áustria\nOslo Noruega Vienciana Laos\nOslo Noruega Vílnius Lituânia\nOslo Noruega Varsóvia Polónia\nOslo Noruega Windhoek Namíbia\nOslo Noruega Erevan Arménia\nOslo Noruega Zagreb Croácia\nOslo Noruega Abuja Nigéria\nOslo Noruega Acra Gana\nOslo Noruega Argel Argélia\nOslo Noruega Amã Jordânia\nOslo Noruega Ancara Turquia\nOttawa Canadá Paramaribo Suriname\nOttawa Canadá Paris França\nOttawa Canadá Podgorica Montenegro\nOttawa Canadá Quito Equador\nOttawa Canadá Rabat Marrocos\nOttawa Canadá Riga Letónia\nOttawa Canadá Roma Itália\nOttawa Canadá Roseau Dominica\nOttawa Canadá Santiago Chile\nOttawa Canadá Escópia Macedónia\nOttawa Canadá Sófia Bulgária\nOttawa Canadá Estocolmo Suécia\nOttawa Canadá Suva Fiji\nOttawa Canadá Taipé Taiwan\nOttawa Canadá Talim Estónia\nOttawa Canadá Tashkent Uzbequistão\nOttawa Canadá Tbilisi Geórgia\nOttawa Canadá Tegucigalpa Honduras\nOttawa Canadá Teerão Irão\nOttawa Canadá Timbu Butão\nOttawa Canadá Tirana Albânia\nOttawa Canadá Tóquio Japão\nOttawa Canadá Trípoli Líbia\nOttawa Canadá Tunes Tunísia\nOttawa Canadá Vaduz Liechtenstein\nOttawa Canadá Valletta Malta\nOttawa Canadá Viena Áustria\nOttawa Canadá Vienciana Laos\nOttawa Canadá Vílnius Lituânia\nOttawa Canadá Varsóvia Polónia\nOttawa Canadá Windhoek Namíbia\nOttawa Canadá Erevan Arménia\nOttawa Canadá Zagreb Croácia\nOttawa Canadá Abuja Nigéria\nOttawa Canadá Acra Gana\nOttawa Canadá Argel Argélia\nOttawa Canadá Amã Jordânia\nOttawa Canadá Ancara Turquia\nOttawa Canadá Antananarivo Madagáscar\nParamaribo Suriname Paris França\nParamaribo Suriname Podgorica Montenegro\nParamaribo Suriname Quito Equador\nParamaribo Suriname Rabat Marrocos\nParamaribo Suriname Riga Letónia\nParamaribo Suriname Roma Itália\nParamaribo Suriname Roseau Dominica\nParamaribo Suriname Santiago Chile\nParamaribo Suriname Escópia Macedónia\nParamaribo Suriname Sófia Bulgária\nParamaribo Suriname Estocolmo Suécia\nParamaribo Suriname Suva Fiji\nParamaribo Suriname Taipé Taiwan\nParamaribo Suriname Talim Estónia\nParamaribo Suriname Tashkent Uzbequistão\nParamaribo Suriname Tbilisi Geórgia\nParamaribo Suriname Tegucigalpa Honduras\nParamaribo Suriname Teerão Irão\nParamaribo Suriname Timbu Butão\nParamaribo Suriname Tirana Albânia\nParamaribo Suriname Tóquio Japão\nParamaribo Suriname Trípoli Líbia\nParamaribo Suriname Tunes Tunísia\nParamaribo Suriname Vaduz Liechtenstein\nParamaribo Suriname Valletta Malta\nParamaribo Suriname Viena Áustria\nParamaribo Suriname Vienciana Laos\nParamaribo Suriname Vílnius Lituânia\nParamaribo Suriname Varsóvia Polónia\nParamaribo Suriname Windhoek Namíbia\nParamaribo Suriname Erevan Arménia\nParamaribo Suriname Zagreb Croácia\nParamaribo Suriname Abuja Nigéria\nParamaribo Suriname Acra Gana\nParamaribo Suriname Argel Argélia\nParamaribo Suriname Amã Jordânia\nParamaribo Suriname Ancara Turquia\nParamaribo Suriname Antananarivo Madagáscar\nParamaribo Suriname Apia Samoa\nParis França Podgorica Montenegro\nParis França Quito Equador\nParis França Rabat Marrocos\nParis França Riga Letónia\nParis França Roma Itália\nParis França Roseau Dominica\nParis França Santiago Chile\nParis França Escópia Macedónia\nParis França Sófia Bulgária\nParis França Estocolmo Suécia\nParis França Suva Fiji\nParis França Taipé Taiwan\nParis França Talim Estónia\nParis França Tashkent Uzbequistão\nParis França Tbilisi Geórgia\nParis França Tegucigalpa Honduras\nParis França Teerão Irão\nParis França Timbu Butão\nParis França Tirana Albânia\nParis França Tóquio Japão\nParis França Trípoli Líbia\nParis França Tunes Tunísia\nParis França Vaduz Liechtenstein\nParis França Valletta Malta\nParis França Viena Áustria\nParis França Vienciana Laos\nParis França Vílnius Lituânia\nParis França Varsóvia Polónia\nParis França Windhoek Namíbia\nParis França Erevan Arménia\nParis França Zagreb Croácia\nParis França Abuja Nigéria\nParis França Acra Gana\nParis França Argel Argélia\nParis França Amã Jordânia\nParis França Ancara Turquia\nParis França Antananarivo Madagáscar\nParis França Apia Samoa\nParis França Asgabate Turquemenistão\nPodgorica Montenegro Quito Equador\nPodgorica Montenegro Rabat Marrocos\nPodgorica Montenegro Riga Letónia\nPodgorica Montenegro Roma Itália\nPodgorica Montenegro Roseau Dominica\nPodgorica Montenegro Santiago Chile\nPodgorica Montenegro Escópia Macedónia\nPodgorica Montenegro Sófia Bulgária\nPodgorica Montenegro Estocolmo Suécia\nPodgorica Montenegro Suva Fiji\nPodgorica Montenegro Taipé Taiwan\nPodgorica Montenegro Talim Estónia\nPodgorica Montenegro Tashkent Uzbequistão\nPodgorica Montenegro Tbilisi Geórgia\nPodgorica Montenegro Tegucigalpa Honduras\nPodgorica Montenegro Teerão Irão\nPodgorica Montenegro Timbu Butão\nPodgorica Montenegro Tirana Albânia\nPodgorica Montenegro Tóquio Japão\nPodgorica Montenegro Trípoli Líbia\nPodgorica Montenegro Tunes Tunísia\nPodgorica Montenegro Vaduz Liechtenstein\nPodgorica Montenegro Valletta Malta\nPodgorica Montenegro Viena Áustria\nPodgorica Montenegro Vienciana Laos\nPodgorica Montenegro Vílnius Lituânia\nPodgorica Montenegro Varsóvia Polónia\nPodgorica Montenegro Windhoek Namíbia\nPodgorica Montenegro Erevan Arménia\nPodgorica Montenegro Zagreb Croácia\nPodgorica Montenegro Abuja Nigéria\nPodgorica Montenegro Acra Gana\nPodgorica Montenegro Argel Argélia\nPodgorica Montenegro Amã Jordânia\nPodgorica Montenegro Ancara Turquia\nPodgorica Montenegro Antananarivo Madagáscar\nPodgorica Montenegro Apia Samoa\nPodgorica Montenegro Asgabate Turquemenistão\nPodgorica Montenegro Asmara Eritreia\nQuito Equador Rabat Marrocos\nQuito Equador Riga Letónia\nQuito Equador Roma Itália\nQuito Equador Roseau Dominica\nQuito Equador Santiago Chile\nQuito Equador Escópia Macedónia\nQuito Equador Sófia Bulgária\nQuito Equador Estocolmo Suécia\nQuito Equador Suva Fiji\nQuito Equador Taipé Taiwan\nQuito Equador Talim Estónia\nQuito Equador Tashkent Uzbequistão\nQuito Equador Tbilisi Geórgia\nQuito Equador Tegucigalpa Honduras\nQuito Equador Teerão Irão\nQuito Equador Timbu Butão\nQuito Equador Tirana Albânia\nQuito Equador Tóquio Japão\nQuito Equador Trípoli Líbia\nQuito Equador Tunes Tunísia\nQuito Equador Vaduz Liechtenstein\nQuito Equador Valletta Malta\nQuito Equador Viena Áustria\nQuito Equador Vienciana Laos\nQuito Equador Vílnius Lituânia\nQuito Equador Varsóvia Polónia\nQuito Equador Windhoek Namíbia\nQuito Equador Erevan Arménia\nQuito Equador Zagreb Croácia\nQuito Equador Abuja Nigéria\nQuito Equador Acra Gana\nQuito Equador Argel Argélia\nQuito Equador Amã Jordânia\nQuito Equador Ancara Turquia\nQuito Equador Antananarivo Madagáscar\nQuito Equador Apia Samoa\nQuito Equador Asgabate Turquemenistão\nQuito Equador Asmara Eritreia\nQuito Equador Astana Cazaquistão\nRabat Marrocos Riga Letónia\nRabat Marrocos Roma Itália\nRabat Marrocos Roseau Dominica\nRabat Marrocos Santiago Chile\nRabat Marrocos Escópia Macedónia\nRabat Marrocos Sófia Bulgária\nRabat Marrocos Estocolmo Suécia\nRabat Marrocos Suva Fiji\nRabat Marrocos Taipé Taiwan\nRabat Marrocos Talim Estónia\nRabat Marrocos Tashkent Uzbequistão\nRabat Marrocos Tbilisi Geórgia\nRabat Marrocos Tegucigalpa Honduras\nRabat Marrocos Teerão Irão\nRabat Marrocos Timbu Butão\nRabat Marrocos Tirana Albânia\nRabat Marrocos Tóquio Japão\nRabat Marrocos Trípoli Líbia\nRabat Marrocos Tunes Tunísia\nRabat Marrocos Vaduz Liechtenstein\nRabat Marrocos Valletta Malta\nRabat Marrocos Viena Áustria\nRabat Marrocos Vienciana Laos\nRabat Marrocos Vílnius Lituânia\nRabat Marrocos Varsóvia Polónia\nRabat Marrocos Windhoek Namíbia\nRabat Marrocos Erevan Arménia\nRabat Marrocos Zagreb Croácia\nRabat Marrocos Abuja Nigéria\nRabat Marrocos Acra Gana\nRabat Marrocos Argel Argélia\nRabat Marrocos Amã Jordânia\nRabat Marrocos Ancara Turquia\nRabat Marrocos Antananarivo Madagáscar\nRabat Marrocos Apia Samoa\nRabat Marrocos Asgabate Turquemenistão\nRabat Marrocos Asmara Eritreia\nRabat Marrocos Astana Cazaquistão\nRabat Marrocos Atenas Grécia\nRiga Letónia Roma Itália\nRiga Letónia Roseau Dominica\nRiga Letónia Santiago Chile\nRiga Letónia Escópia Macedónia\nRiga Letónia Sófia Bulgária\nRiga Letónia Estocolmo Suécia\nRiga Letónia Suva Fiji\nRiga Letónia Taipé Taiwan\nRiga Letónia Talim Estónia\nRiga Letónia Tashkent Uzbequistão\nRiga Letónia Tbilisi Geórgia\nRiga Letónia Tegucigalpa Honduras\nRiga Letónia Teerão Irão\nRiga Letónia Timbu Butão\nRiga Letónia Tirana Albânia\nRiga Letónia Tóquio Japão\nRiga Letónia Trípoli Líbia\nRiga Letónia Tunes Tunísia\nRiga Letónia Vaduz Liechtenstein\nRiga Letónia Valletta Malta\nRiga Letónia Viena Áustria\nRiga Letónia Vienciana Laos\nRiga Letónia Vílnius Lituânia\nRiga Letónia Varsóvia Polónia\nRiga Letónia Windhoek Namíbia\nRiga Letónia Erevan Arménia\nRiga Letónia Zagreb Croácia\nRiga Letónia Abuja Nigéria\nRiga Letónia Acra Gana\nRiga Letónia Argel Argélia\nRiga Letónia Amã Jordânia\nRiga Letónia Ancara Turquia\nRiga Letónia Antananarivo Madagáscar\nRiga Letónia Apia Samoa\nRiga Letónia Asgabate Turquemenistão\nRiga Letónia Asmara Eritreia\nRiga Letónia Astana Cazaquistão\nRiga Letónia Atenas Grécia\nRiga Letónia Bagdade Iraque\nRoma Itália Roseau Dominica\nRoma Itália Santiago Chile\nRoma Itália Escópia Macedónia\nRoma Itália Sófia Bulgária\nRoma Itália Estocolmo Suécia\nRoma Itália Suva Fiji\nRoma Itália Taipé Taiwan\nRoma Itália Talim Estónia\nRoma Itália Tashkent Uzbequistão\nRoma Itália Tbilisi Geórgia\nRoma Itália Tegucigalpa Honduras\nRoma Itália Teerão Irão\nRoma Itália Timbu Butão\nRoma Itália Tirana Albânia\nRoma Itália Tóquio Japão\nRoma Itália Trípoli Líbia\nRoma Itália Tunes Tunísia\nRoma Itália Vaduz Liechtenstein\nRoma Itália Valletta Malta\nRoma Itália Viena Áustria\nRoma Itália Vienciana Laos\nRoma Itália Vílnius Lituânia\nRoma Itália Varsóvia Polónia\nRoma Itália Windhoek Namíbia\nRoma Itália Erevan Arménia\nRoma Itália Zagreb Croácia\nRoma Itália Abuja Nigéria\nRoma Itália Acra Gana\nRoma Itália Argel Argélia\nRoma Itália Amã Jordânia\nRoma Itália Ancara Turquia\nRoma Itália Antananarivo Madagáscar\nRoma Itália Apia Samoa\nRoma Itália Asgabate Turquemenistão\nRoma Itália Asmara Eritreia\nRoma Itália Astana Cazaquistão\nRoma Itália Atenas Grécia\nRoma Itália Bagdade Iraque\nRoma Itália Baku Azerbaijão\nRoseau Dominica Santiago Chile\nRoseau Dominica Escópia Macedónia\nRoseau Dominica Sófia Bulgária\nRoseau Dominica Estocolmo Suécia\nRoseau Dominica Suva Fiji\nRoseau Dominica Taipé Taiwan\nRoseau Dominica Talim Estónia\nRoseau Dominica Tashkent Uzbequistão\nRoseau Dominica Tbilisi Geórgia\nRoseau Dominica Tegucigalpa Honduras\nRoseau Dominica Teerão Irão\nRoseau Dominica Timbu Butão\nRoseau Dominica Tirana Albânia\nRoseau Dominica Tóquio Japão\nRoseau Dominica Trípoli Líbia\nRoseau Dominica Tunes Tunísia\nRoseau Dominica Vaduz Liechtenstein\nRoseau Dominica Valletta Malta\nRoseau Dominica Viena Áustria\nRoseau Dominica Vienciana Laos\nRoseau Dominica Vílnius Lituânia\nRoseau Dominica Varsóvia Polónia\nRoseau Dominica Windhoek Namíbia\nRoseau Dominica Erevan Arménia\nRoseau Dominica Zagreb Croácia\nRoseau Dominica Abuja Nigéria\nRoseau Dominica Acra Gana\nRoseau Dominica Argel Argélia\nRoseau Dominica Amã Jordânia\nRoseau Dominica Ancara Turquia\nRoseau Dominica Antananarivo Madagáscar\nRoseau Dominica Apia Samoa\nRoseau Dominica Asgabate Turquemenistão\nRoseau Dominica Asmara Eritreia\nRoseau Dominica Astana Cazaquistão\nRoseau Dominica Atenas Grécia\nRoseau Dominica Bagdade Iraque\nRoseau Dominica Baku Azerbaijão\nRoseau Dominica Bamako Mali\nSantiago Chile Escópia Macedónia\nSantiago Chile Sófia Bulgária\nSantiago Chile Estocolmo Suécia\nSantiago Chile Suva Fiji\nSantiago Chile Taipé Taiwan\nSantiago Chile Talim Estónia\nSantiago Chile Tashkent Uzbequistão\nSantiago Chile Tbilisi Geórgia\nSantiago Chile Tegucigalpa Honduras\nSantiago Chile Teerão Irão\nSantiago Chile Timbu Butão\nSantiago Chile Tirana Albânia\nSantiago Chile Tóquio Japão\nSantiago Chile Trípoli Líbia\nSantiago Chile Tunes Tunísia\nSantiago Chile Vaduz Liechtenstein\nSantiago Chile Valletta Malta\nSantiago Chile Viena Áustria\nSantiago Chile Vienciana Laos\nSantiago Chile Vílnius Lituânia\nSantiago Chile Varsóvia Polónia\nSantiago Chile Windhoek Namíbia\nSantiago Chile Erevan Arménia\nSantiago Chile Zagreb Croácia\nSantiago Chile Abuja Nigéria\nSantiago Chile Acra Gana\nSantiago Chile Argel Argélia\nSantiago Chile Amã Jordânia\nSantiago Chile Ancara Turquia\nSantiago Chile Antananarivo Madagáscar\nSantiago Chile Apia Samoa\nSantiago Chile Asgabate Turquemenistão\nSantiago Chile Asmara Eritreia\nSantiago Chile Astana Cazaquistão\nSantiago Chile Atenas Grécia\nSantiago Chile Bagdade Iraque\nSantiago Chile Baku Azerbaijão\nSantiago Chile Bamako Mali\nSantiago Chile Banguecoque Tailândia\nEscópia Macedónia Sófia Bulgária\nEscópia Macedónia Estocolmo Suécia\nEscópia Macedónia Suva Fiji\nEscópia Macedónia Taipé Taiwan\nEscópia Macedónia Talim Estónia\nEscópia Macedónia Tashkent Uzbequistão\nEscópia Macedónia Tbilisi Geórgia\nEscópia Macedónia Tegucigalpa Honduras\nEscópia Macedónia Teerão Irão\nEscópia Macedónia Timbu Butão\nEscópia Macedónia Tirana Albânia\nEscópia Macedónia Tóquio Japão\nEscópia Macedónia Trípoli Líbia\nEscópia Macedónia Tunes Tunísia\nEscópia Macedónia Vaduz Liechtenstein\nEscópia Macedónia Valletta Malta\nEscópia Macedónia Viena Áustria\nEscópia Macedónia Vienciana Laos\nEscópia Macedónia Vílnius Lituânia\nEscópia Macedónia Varsóvia Polónia\nEscópia Macedónia Windhoek Namíbia\nEscópia Macedónia Erevan Arménia\nEscópia Macedónia Zagreb Croácia\nEscópia Macedónia Abuja Nigéria\nEscópia Macedónia Acra Gana\nEscópia Macedónia Argel Argélia\nEscópia Macedónia Amã Jordânia\nEscópia Macedónia Ancara Turquia\nEscópia Macedónia Antananarivo Madagáscar\nEscópia Macedónia Apia Samoa\nEscópia Macedónia Asgabate Turquemenistão\nEscópia Macedónia Asmara Eritreia\nEscópia Macedónia Astana Cazaquistão\nEscópia Macedónia Atenas Grécia\nEscópia Macedónia Bagdade Iraque\nEscópia Macedónia Baku Azerbaijão\nEscópia Macedónia Bamako Mali\nEscópia Macedónia Banguecoque Tailândia\nEscópia Macedónia Banjul Gâmbia\nSófia Bulgária Estocolmo Suécia\nSófia Bulgária Suva Fiji\nSófia Bulgária Taipé Taiwan\nSófia Bulgária Talim Estónia\nSófia Bulgária Tashkent Uzbequistão\nSófia Bulgária Tbilisi Geórgia\nSófia Bulgária Tegucigalpa Honduras\nSófia Bulgária Teerão Irão\nSófia Bulgária Timbu Butão\nSófia Bulgária Tirana Albânia\nSófia Bulgária Tóquio Japão\nSófia Bulgária Trípoli Líbia\nSófia Bulgária Tunes Tunísia\nSófia Bulgária Vaduz Liechtenstein\nSófia Bulgária Valletta Malta\nSófia Bulgária Viena Áustria\nSófia Bulgária Vienciana Laos\nSófia Bulgária Vílnius Lituânia\nSófia Bulgária Varsóvia Polónia\nSófia Bulgária Windhoek Namíbia\nSófia Bulgária Erevan Arménia\nSófia Bulgária Zagreb Croácia\nSófia Bulgária Abuja Nigéria\nSófia Bulgária Acra Gana\nSófia Bulgária Argel Argélia\nSófia Bulgária Amã Jordânia\nSófia Bulgária Ancara Turquia\nSófia Bulgária Antananarivo Madagáscar\nSófia Bulgária Apia Samoa\nSófia Bulgária Asgabate Turquemenistão\nSófia Bulgária Asmara Eritreia\nSófia Bulgária Astana Cazaquistão\nSófia Bulgária Atenas Grécia\nSófia Bulgária Bagdade Iraque\nSófia Bulgária Baku Azerbaijão\nSófia Bulgária Bamako Mali\nSófia Bulgária Banguecoque Tailândia\nSófia Bulgária Banjul Gâmbia\nSófia Bulgária Pequim China\nEstocolmo Suécia Suva Fiji\nEstocolmo Suécia Taipé Taiwan\nEstocolmo Suécia Talim Estónia\nEstocolmo Suécia Tashkent Uzbequistão\nEstocolmo Suécia Tbilisi Geórgia\nEstocolmo Suécia Tegucigalpa Honduras\nEstocolmo Suécia Teerão Irão\nEstocolmo Suécia Timbu Butão\nEstocolmo Suécia Tirana Albânia\nEstocolmo Suécia Tóquio Japão\nEstocolmo Suécia Trípoli Líbia\nEstocolmo Suécia Tunes Tunísia\nEstocolmo Suécia Vaduz Liechtenstein\nEstocolmo Suécia Valletta Malta\nEstocolmo Suécia Viena Áustria\nEstocolmo Suécia Vienciana Laos\nEstocolmo Suécia Vílnius Lituânia\nEstocolmo Suécia Varsóvia Polónia\nEstocolmo Suécia Windhoek Namíbia\nEstocolmo Suécia Erevan Arménia\nEstocolmo Suécia Zagreb Croácia\nEstocolmo Suécia Abuja Nigéria\nEstocolmo Suécia Acra Gana\nEstocolmo Suécia Argel Argélia\nEstocolmo Suécia Amã Jordânia\nEstocolmo Suécia Ancara Turquia\nEstocolmo Suécia Antananarivo Madagáscar\nEstocolmo Suécia Apia Samoa\nEstocolmo Suécia Asgabate Turquemenistão\nEstocolmo Suécia Asmara Eritreia\nEstocolmo Suécia Astana Cazaquistão\nEstocolmo Suécia Atenas Grécia\nEstocolmo Suécia Bagdade Iraque\nEstocolmo Suécia Baku Azerbaijão\nEstocolmo Suécia Bamako Mali\nEstocolmo Suécia Banguecoque Tailândia\nEstocolmo Suécia Banjul Gâmbia\nEstocolmo Suécia Pequim China\nEstocolmo Suécia Beirute Líbano\nSuva Fiji Taipé Taiwan\nSuva Fiji Talim Estónia\nSuva Fiji Tashkent Uzbequistão\nSuva Fiji Tbilisi Geórgia\nSuva Fiji Tegucigalpa Honduras\nSuva Fiji Teerão Irão\nSuva Fiji Timbu Butão\nSuva Fiji Tirana Albânia\nSuva Fiji Tóquio Japão\nSuva Fiji Trípoli Líbia\nSuva Fiji Tunes Tunísia\nSuva Fiji Vaduz Liechtenstein\nSuva Fiji Valletta Malta\nSuva Fiji Viena Áustria\nSuva Fiji Vienciana Laos\nSuva Fiji Vílnius Lituânia\nSuva Fiji Varsóvia Polónia\nSuva Fiji Windhoek Namíbia\nSuva Fiji Erevan Arménia\nSuva Fiji Zagreb Croácia\nSuva Fiji Abuja Nigéria\nSuva Fiji Acra Gana\nSuva Fiji Argel Argélia\nSuva Fiji Amã Jordânia\nSuva Fiji Ancara Turquia\nSuva Fiji Antananarivo Madagáscar\nSuva Fiji Apia Samoa\nSuva Fiji Asgabate Turquemenistão\nSuva Fiji Asmara Eritreia\nSuva Fiji Astana Cazaquistão\nSuva Fiji Atenas Grécia\nSuva Fiji Bagdade Iraque\nSuva Fiji Baku Azerbaijão\nSuva Fiji Bamako Mali\nSuva Fiji Banguecoque Tailândia\nSuva Fiji Banjul Gâmbia\nSuva Fiji Pequim China\nSuva Fiji Beirute Líbano\nSuva Fiji Belgrado Sérvia\nTaipé Taiwan Talim Estónia\nTaipé Taiwan Tashkent Uzbequistão\nTaipé Taiwan Tbilisi Geórgia\nTaipé Taiwan Tegucigalpa Honduras\nTaipé Taiwan Teerão Irão\nTaipé Taiwan Timbu Butão\nTaipé Taiwan Tirana Albânia\nTaipé Taiwan Tóquio Japão\nTaipé Taiwan Trípoli Líbia\nTaipé Taiwan Tunes Tunísia\nTaipé Taiwan Vaduz Liechtenstein\nTaipé Taiwan Valletta Malta\nTaipé Taiwan Viena Áustria\nTaipé Taiwan Vienciana Laos\nTaipé Taiwan Vílnius Lituânia\nTaipé Taiwan Varsóvia Polónia\nTaipé Taiwan Windhoek Namíbia\nTaipé Taiwan Erevan Arménia\nTaipé Taiwan Zagreb Croácia\nTaipé Taiwan Abuja Nigéria\nTaipé Taiwan Acra Gana\nTaipé Taiwan Argel Argélia\nTaipé Taiwan Amã Jordânia\nTaipé Taiwan Ancara Turquia\nTaipé Taiwan Antananarivo Madagáscar\nTaipé Taiwan Apia Samoa\nTaipé Taiwan Asgabate Turquemenistão\nTaipé Taiwan Asmara Eritreia\nTaipé Taiwan Astana Cazaquistão\nTaipé Taiwan Atenas Grécia\nTaipé Taiwan Bagdade Iraque\nTaipé Taiwan Baku Azerbaijão\nTaipé Taiwan Bamako Mali\nTaipé Taiwan Banguecoque Tailândia\nTaipé Taiwan Banjul Gâmbia\nTaipé Taiwan Pequim China\nTaipé Taiwan Beirute Líbano\nTaipé Taiwan Belgrado Sérvia\nTaipé Taiwan Belmopã Belize\nTalim Estónia Tashkent Uzbequistão\nTalim Estónia Tbilisi Geórgia\nTalim Estónia Tegucigalpa Honduras\nTalim Estónia Teerão Irão\nTalim Estónia Timbu Butão\nTalim Estónia Tirana Albânia\nTalim Estónia Tóquio Japão\nTalim Estónia Trípoli Líbia\nTalim Estónia Tunes Tunísia\nTalim Estónia Vaduz Liechtenstein\nTalim Estónia Valletta Malta\nTalim Estónia Viena Áustria\nTalim Estónia Vienciana Laos\nTalim Estónia Vílnius Lituânia\nTalim Estónia Varsóvia Polónia\nTalim Estónia Windhoek Namíbia\nTalim Estónia Erevan Arménia\nTalim Estónia Zagreb Croácia\nTalim Estónia Abuja Nigéria\nTalim Estónia Acra Gana\nTalim Estónia Argel Argélia\nTalim Estónia Amã Jordânia\nTalim Estónia Ancara Turquia\nTalim Estónia Antananarivo Madagáscar\nTalim Estónia Apia Samoa\nTalim Estónia Asgabate Turquemenistão\nTalim Estónia Asmara Eritreia\nTalim Estónia Astana Cazaquistão\nTalim Estónia Atenas Grécia\nTalim Estónia Bagdade Iraque\nTalim Estónia Baku Azerbaijão\nTalim Estónia Bamako Mali\nTalim Estónia Banguecoque Tailândia\nTalim Estónia Banjul Gâmbia\nTalim Estónia Pequim China\nTalim Estónia Beirute Líbano\nTalim Estónia Belgrado Sérvia\nTalim Estónia Belmopã Belize\nTalim Estónia Berlim Alemanha\nTashkent Uzbequistão Tbilisi Geórgia\nTashkent Uzbequistão Tegucigalpa Honduras\nTashkent Uzbequistão Teerão Irão\nTashkent Uzbequistão Timbu Butão\nTashkent Uzbequistão Tirana Albânia\nTashkent Uzbequistão Tóquio Japão\nTashkent Uzbequistão Trípoli Líbia\nTashkent Uzbequistão Tunes Tunísia\nTashkent Uzbequistão Vaduz Liechtenstein\nTashkent Uzbequistão Valletta Malta\nTashkent Uzbequistão Viena Áustria\nTashkent Uzbequistão Vienciana Laos\nTashkent Uzbequistão Vílnius Lituânia\nTashkent Uzbequistão Varsóvia Polónia\nTashkent Uzbequistão Windhoek Namíbia\nTashkent Uzbequistão Erevan Arménia\nTashkent Uzbequistão Zagreb Croácia\nTashkent Uzbequistão Abuja Nigéria\nTashkent Uzbequistão Acra Gana\nTashkent Uzbequistão Argel Argélia\nTashkent Uzbequistão Amã Jordânia\nTashkent Uzbequistão Ancara Turquia\nTashkent Uzbequistão Antananarivo Madagáscar\nTashkent Uzbequistão Apia Samoa\nTashkent Uzbequistão Asgabate Turquemenistão\nTashkent Uzbequistão Asmara Eritreia\nTashkent Uzbequistão Astana Cazaquistão\nTashkent Uzbequistão Atenas Grécia\nTashkent Uzbequistão Bagdade Iraque\nTashkent Uzbequistão Baku Azerbaijão\nTashkent Uzbequistão Bamako Mali\nTashkent Uzbequistão Banguecoque Tailândia\nTashkent Uzbequistão Banjul Gâmbia\nTashkent Uzbequistão Pequim China\nTashkent Uzbequistão Beirute Líbano\nTashkent Uzbequistão Belgrado Sérvia\nTashkent Uzbequistão Belmopã Belize\nTashkent Uzbequistão Berlim Alemanha\nTashkent Uzbequistão Berna Suíça\nTbilisi Geórgia Tegucigalpa Honduras\nTbilisi Geórgia Teerão Irão\nTbilisi Geórgia Timbu Butão\nTbilisi Geórgia Tirana Albânia\nTbilisi Geórgia Tóquio Japão\nTbilisi Geórgia Trípoli Líbia\nTbilisi Geórgia Tunes Tunísia\nTbilisi Geórgia Vaduz Liechtenstein\nTbilisi Geórgia Valletta Malta\nTbilisi Geórgia Viena Áustria\nTbilisi Geórgia Vienciana Laos\nTbilisi Geórgia Vílnius Lituânia\nTbilisi Geórgia Varsóvia Polónia\nTbilisi Geórgia Windhoek Namíbia\nTbilisi Geórgia Erevan Arménia\nTbilisi Geórgia Zagreb Croácia\nTbilisi Geórgia Abuja Nigéria\nTbilisi Geórgia Acra Gana\nTbilisi Geórgia Argel Argélia\nTbilisi Geórgia Amã Jordânia\nTbilisi Geórgia Ancara Turquia\nTbilisi Geórgia Antananarivo Madagáscar\nTbilisi Geórgia Apia Samoa\nTbilisi Geórgia Asgabate Turquemenistão\nTbilisi Geórgia Asmara Eritreia\nTbilisi Geórgia Astana Cazaquistão\nTbilisi Geórgia Atenas Grécia\nTbilisi Geórgia Bagdade Iraque\nTbilisi Geórgia Baku Azerbaijão\nTbilisi Geórgia Bamako Mali\nTbilisi Geórgia Banguecoque Tailândia\nTbilisi Geórgia Banjul Gâmbia\nTbilisi Geórgia Pequim China\nTbilisi Geórgia Beirute Líbano\nTbilisi Geórgia Belgrado Sérvia\nTbilisi Geórgia Belmopã Belize\nTbilisi Geórgia Berlim Alemanha\nTbilisi Geórgia Berna Suíça\nTbilisi Geórgia Bisqueque Quirguistão\nTegucigalpa Honduras Teerão Irão\nTegucigalpa Honduras Timbu Butão\nTegucigalpa Honduras Tirana Albânia\nTegucigalpa Honduras Tóquio Japão\nTegucigalpa Honduras Trípoli Líbia\nTegucigalpa Honduras Tunes Tunísia\nTegucigalpa Honduras Vaduz Liechtenstein\nTegucigalpa Honduras Valletta Malta\nTegucigalpa Honduras Viena Áustria\nTegucigalpa Honduras Vienciana Laos\nTegucigalpa Honduras Vílnius Lituânia\nTegucigalpa Honduras Varsóvia Polónia\nTegucigalpa Honduras Windhoek Namíbia\nTegucigalpa Honduras Erevan Arménia\nTegucigalpa Honduras Zagreb Croácia\nTegucigalpa Honduras Abuja Nigéria\nTegucigalpa Honduras Acra Gana\nTegucigalpa Honduras Argel Argélia\nTegucigalpa Honduras Amã Jordânia\nTegucigalpa Honduras Ancara Turquia\nTegucigalpa Honduras Antananarivo Madagáscar\nTegucigalpa Honduras Apia Samoa\nTegucigalpa Honduras Asgabate Turquemenistão\nTegucigalpa Honduras Asmara Eritreia\nTegucigalpa Honduras Astana Cazaquistão\nTegucigalpa Honduras Atenas Grécia\nTegucigalpa Honduras Bagdade Iraque\nTegucigalpa Honduras Baku Azerbaijão\nTegucigalpa Honduras Bamako Mali\nTegucigalpa Honduras Banguecoque Tailândia\nTegucigalpa Honduras Banjul Gâmbia\nTegucigalpa Honduras Pequim China\nTegucigalpa Honduras Beirute Líbano\nTegucigalpa Honduras Belgrado Sérvia\nTegucigalpa Honduras Belmopã Belize\nTegucigalpa Honduras Berlim Alemanha\nTegucigalpa Honduras Berna Suíça\nTegucigalpa Honduras Bisqueque Quirguistão\nTegucigalpa Honduras Bratislava Eslováquia\nTeerão Irão Timbu Butão\nTeerão Irão Tirana Albânia\nTeerão Irão Tóquio Japão\nTeerão Irão Trípoli Líbia\nTeerão Irão Tunes Tunísia\nTeerão Irão Vaduz Liechtenstein\nTeerão Irão Valletta Malta\nTeerão Irão Viena Áustria\nTeerão Irão Vienciana Laos\nTeerão Irão Vílnius Lituânia\nTeerão Irão Varsóvia Polónia\nTeerão Irão Windhoek Namíbia\nTeerão Irão Erevan Arménia\nTeerão Irão Zagreb Croácia\nTeerão Irão Abuja Nigéria\nTeerão Irão Acra Gana\nTeerão Irão Argel Argélia\nTeerão Irão Amã Jordânia\nTeerão Irão Ancara Turquia\nTeerão Irão Antananarivo Madagáscar\nTeerão Irão Apia Samoa\nTeerão Irão Asgabate Turquemenistão\nTeerão Irão Asmara Eritreia\nTeerão Irão Astana Cazaquistão\nTeerão Irão Atenas Grécia\nTeerão Irão Bagdade Iraque\nTeerão Irão Baku Azerbaijão\nTeerão Irão Bamako Mali\nTeerão Irão Banguecoque Tailândia\nTeerão Irão Banjul Gâmbia\nTeerão Irão Pequim China\nTeerão Irão Beirute Líbano\nTeerão Irão Belgrado Sérvia\nTeerão Irão Belmopã Belize\nTeerão Irão Berlim Alemanha\nTeerão Irão Berna Suíça\nTeerão Irão Bisqueque Quirguistão\nTeerão Irão Bratislava Eslováquia\nTeerão Irão Bruxelas Bélgica\nTimbu Butão Tirana Albânia\nTimbu Butão Tóquio Japão\nTimbu Butão Trípoli Líbia\nTimbu Butão Tunes Tunísia\nTimbu Butão Vaduz Liechtenstein\nTimbu Butão Valletta Malta\nTimbu Butão Viena Áustria\nTimbu Butão Vienciana Laos\nTimbu Butão Vílnius Lituânia\nTimbu Butão Varsóvia Polónia\nTimbu Butão Windhoek Namíbia\nTimbu Butão Erevan Arménia\nTimbu Butão Zagreb Croácia\nTimbu Butão Abuja Nigéria\nTimbu Butão Acra Gana\nTimbu Butão Argel Argélia\nTimbu Butão Amã Jordânia\nTimbu Butão Ancara Turquia\nTimbu Butão Antananarivo Madagáscar\nTimbu Butão Apia Samoa\nTimbu Butão Asgabate Turquemenistão\nTimbu Butão Asmara Eritreia\nTimbu Butão Astana Cazaquistão\nTimbu Butão Atenas Grécia\nTimbu Butão Bagdade Iraque\nTimbu Butão Baku Azerbaijão\nTimbu Butão Bamako Mali\nTimbu Butão Banguecoque Tailândia\nTimbu Butão Banjul Gâmbia\nTimbu Butão Pequim China\nTimbu Butão Beirute Líbano\nTimbu Butão Belgrado Sérvia\nTimbu Butão Belmopã Belize\nTimbu Butão Berlim Alemanha\nTimbu Butão Berna Suíça\nTimbu Butão Bisqueque Quirguistão\nTimbu Butão Bratislava Eslováquia\nTimbu Butão Bruxelas Bélgica\nTimbu Butão Bucareste Roménia\nTirana Albânia Tóquio Japão\nTirana Albânia Trípoli Líbia\nTirana Albânia Tunes Tunísia\nTirana Albânia Vaduz Liechtenstein\nTirana Albânia Valletta Malta\nTirana Albânia Viena Áustria\nTirana Albânia Vienciana Laos\nTirana Albânia Vílnius Lituânia\nTirana Albânia Varsóvia Polónia\nTirana Albânia Windhoek Namíbia\nTirana Albânia Erevan Arménia\nTirana Albânia Zagreb Croácia\nTirana Albânia Abuja Nigéria\nTirana Albânia Acra Gana\nTirana Albânia Argel Argélia\nTirana Albânia Amã Jordânia\nTirana Albânia Ancara Turquia\nTirana Albânia Antananarivo Madagáscar\nTirana Albânia Apia Samoa\nTirana Albânia Asgabate Turquemenistão\nTirana Albânia Asmara Eritreia\nTirana Albânia Astana Cazaquistão\nTirana Albânia Atenas Grécia\nTirana Albânia Bagdade Iraque\nTirana Albânia Baku Azerbaijão\nTirana Albânia Bamako Mali\nTirana Albânia Banguecoque Tailândia\nTirana Albânia Banjul Gâmbia\nTirana Albânia Pequim China\nTirana Albânia Beirute Líbano\nTirana Albânia Belgrado Sérvia\nTirana Albânia Belmopã Belize\nTirana Albânia Berlim Alemanha\nTirana Albânia Berna Suíça\nTirana Albânia Bisqueque Quirguistão\nTirana Albânia Bratislava Eslováquia\nTirana Albânia Bruxelas Bélgica\nTirana Albânia Bucareste Roménia\nTirana Albânia Budapeste Hungria\nTóquio Japão Trípoli Líbia\nTóquio Japão Tunes Tunísia\nTóquio Japão Vaduz Liechtenstein\nTóquio Japão Valletta Malta\nTóquio Japão Viena Áustria\nTóquio Japão Vienciana Laos\nTóquio Japão Vílnius Lituânia\nTóquio Japão Varsóvia Polónia\nTóquio Japão Windhoek Namíbia\nTóquio Japão Erevan Arménia\nTóquio Japão Zagreb Croácia\nTóquio Japão Abuja Nigéria\nTóquio Japão Acra Gana\nTóquio Japão Argel Argélia\nTóquio Japão Amã Jordânia\nTóquio Japão Ancara Turquia\nTóquio Japão Antananarivo Madagáscar\nTóquio Japão Apia Samoa\nTóquio Japão Asgabate Turquemenistão\nTóquio Japão Asmara Eritreia\nTóquio Japão Astana Cazaquistão\nTóquio Japão Atenas Grécia\nTóquio Japão Bagdade Iraque\nTóquio Japão Baku Azerbaijão\nTóquio Japão Bamako Mali\nTóquio Japão Banguecoque Tailândia\nTóquio Japão Banjul Gâmbia\nTóquio Japão Pequim China\nTóquio Japão Beirute Líbano\nTóquio Japão Belgrado Sérvia\nTóquio Japão Belmopã Belize\nTóquio Japão Berlim Alemanha\nTóquio Japão Berna Suíça\nTóquio Japão Bisqueque Quirguistão\nTóquio Japão Bratislava Eslováquia\nTóquio Japão Bruxelas Bélgica\nTóquio Japão Bucareste Roménia\nTóquio Japão Budapeste Hungria\nTóquio Japão Bujumbura Burundi\nTrípoli Líbia Tunes Tunísia\nTrípoli Líbia Vaduz Liechtenstein\nTrípoli Líbia Valletta Malta\nTrípoli Líbia Viena Áustria\nTrípoli Líbia Vienciana Laos\nTrípoli Líbia Vílnius Lituânia\nTrípoli Líbia Varsóvia Polónia\nTrípoli Líbia Windhoek Namíbia\nTrípoli Líbia Erevan Arménia\nTrípoli Líbia Zagreb Croácia\nTrípoli Líbia Abuja Nigéria\nTrípoli Líbia Acra Gana\nTrípoli Líbia Argel Argélia\nTrípoli Líbia Amã Jordânia\nTrípoli Líbia Ancara Turquia\nTrípoli Líbia Antananarivo Madagáscar\nTrípoli Líbia Apia Samoa\nTrípoli Líbia Asgabate Turquemenistão\nTrípoli Líbia Asmara Eritreia\nTrípoli Líbia Astana Cazaquistão\nTrípoli Líbia Atenas Grécia\nTrípoli Líbia Bagdade Iraque\nTrípoli Líbia Baku Azerbaijão\nTrípoli Líbia Bamako Mali\nTrípoli Líbia Banguecoque Tailândia\nTrípoli Líbia Banjul Gâmbia\nTrípoli Líbia Pequim China\nTrípoli Líbia Beirute Líbano\nTrípoli Líbia Belgrado Sérvia\nTrípoli Líbia Belmopã Belize\nTrípoli Líbia Berlim Alemanha\nTrípoli Líbia Berna Suíça\nTrípoli Líbia Bisqueque Quirguistão\nTrípoli Líbia Bratislava Eslováquia\nTrípoli Líbia Bruxelas Bélgica\nTrípoli Líbia Bucareste Roménia\nTrípoli Líbia Budapeste Hungria\nTrípoli Líbia Bujumbura Burundi\nTrípoli Líbia Cairo Egito\nTunes Tunísia Vaduz Liechtenstein\nTunes Tunísia Valletta Malta\nTunes Tunísia Viena Áustria\nTunes Tunísia Vienciana Laos\nTunes Tunísia Vílnius Lituânia\nTunes Tunísia Varsóvia Polónia\nTunes Tunísia Windhoek Namíbia\nTunes Tunísia Erevan Arménia\nTunes Tunísia Zagreb Croácia\nTunes Tunísia Abuja Nigéria\nTunes Tunísia Acra Gana\nTunes Tunísia Argel Argélia\nTunes Tunísia Amã Jordânia\nTunes Tunísia Ancara Turquia\nTunes Tunísia Antananarivo Madagáscar\nTunes Tunísia Apia Samoa\nTunes Tunísia Asgabate Turquemenistão\nTunes Tunísia Asmara Eritreia\nTunes Tunísia Astana Cazaquistão\nTunes Tunísia Atenas Grécia\nTunes Tunísia Bagdade Iraque\nTunes Tunísia Baku Azerbaijão\nTunes Tunísia Bamako Mali\nTunes Tunísia Banguecoque Tailândia\nTunes Tunísia Banjul Gâmbia\nTunes Tunísia Pequim China\nTunes Tunísia Beirute Líbano\nTunes Tunísia Belgrado Sérvia\nTunes Tunísia Belmopã Belize\nTunes Tunísia Berlim Alemanha\nTunes Tunísia Berna Suíça\nTunes Tunísia Bisqueque Quirguistão\nTunes Tunísia Bratislava Eslováquia\nTunes Tunísia Bruxelas Bélgica\nTunes Tunísia Bucareste Roménia\nTunes Tunísia Budapeste Hungria\nTunes Tunísia Bujumbura Burundi\nTunes Tunísia Cairo Egito\nTunes Tunísia Camberra Austrália\nVaduz Liechtenstein Valletta Malta\nVaduz Liechtenstein Viena Áustria\nVaduz Liechtenstein Vienciana Laos\nVaduz Liechtenstein Vílnius Lituânia\nVaduz Liechtenstein Varsóvia Polónia\nVaduz Liechtenstein Windhoek Namíbia\nVaduz Liechtenstein Erevan Arménia\nVaduz Liechtenstein Zagreb Croácia\nVaduz Liechtenstein Abuja Nigéria\nVaduz Liechtenstein Acra Gana\nVaduz Liechtenstein Argel Argélia\nVaduz Liechtenstein Amã Jordânia\nVaduz Liechtenstein Ancara Turquia\nVaduz Liechtenstein Antananarivo Madagáscar\nVaduz Liechtenstein Apia Samoa\nVaduz Liechtenstein Asgabate Turquemenistão\nVaduz Liechtenstein Asmara Eritreia\nVaduz Liechtenstein Astana Cazaquistão\nVaduz Liechtenstein Atenas Grécia\nVaduz Liechtenstein Bagdade Iraque\nVaduz Liechtenstein Baku Azerbaijão\nVaduz Liechtenstein Bamako Mali\nVaduz Liechtenstein Banguecoque Tailândia\nVaduz Liechtenstein Banjul Gâmbia\nVaduz Liechtenstein Pequim China\nVaduz Liechtenstein Beirute Líbano\nVaduz Liechtenstein Belgrado Sérvia\nVaduz Liechtenstein Belmopã Belize\nVaduz Liechtenstein Berlim Alemanha\nVaduz Liechtenstein Berna Suíça\nVaduz Liechtenstein Bisqueque Quirguistão\nVaduz Liechtenstein Bratislava Eslováquia\nVaduz Liechtenstein Bruxelas Bélgica\nVaduz Liechtenstein Bucareste Roménia\nVaduz Liechtenstein Budapeste Hungria\nVaduz Liechtenstein Bujumbura Burundi\nVaduz Liechtenstein Cairo Egito\nVaduz Liechtenstein Camberra Austrália\nVaduz Liechtenstein Caracas Venezuela\nValletta Malta Viena Áustria\nValletta Malta Vienciana Laos\nValletta Malta Vílnius Lituânia\nValletta Malta Varsóvia Polónia\nValletta Malta Windhoek Namíbia\nValletta Malta Erevan Arménia\nValletta Malta Zagreb Croácia\nValletta Malta Abuja Nigéria\nValletta Malta Acra Gana\nValletta Malta Argel Argélia\nValletta Malta Amã Jordânia\nValletta Malta Ancara Turquia\nValletta Malta Antananarivo Madagáscar\nValletta Malta Apia Samoa\nValletta Malta Asgabate Turquemenistão\nValletta Malta Asmara Eritreia\nValletta Malta Astana Cazaquistão\nValletta Malta Atenas Grécia\nValletta Malta Bagdade Iraque\nValletta Malta Baku Azerbaijão\nValletta Malta Bamako Mali\nValletta Malta Banguecoque Tailândia\nValletta Malta Banjul Gâmbia\nValletta Malta Pequim China\nValletta Malta Beirute Líbano\nValletta Malta Belgrado Sérvia\nValletta Malta Belmopã Belize\nValletta Malta Berlim Alemanha\nValletta Malta Berna Suíça\nValletta Malta Bisqueque Quirguistão\nValletta Malta Bratislava Eslováquia\nValletta Malta Bruxelas Bélgica\nValletta Malta Bucareste Roménia\nValletta Malta Budapeste Hungria\nValletta Malta Bujumbura Burundi\nValletta Malta Cairo Egito\nValletta Malta Camberra Austrália\nValletta Malta Caracas Venezuela\nValletta Malta Chisinau Moldávia\nViena Áustria Vienciana Laos\nViena Áustria Vílnius Lituânia\nViena Áustria Varsóvia Polónia\nViena Áustria Windhoek Namíbia\nViena Áustria Erevan Arménia\nViena Áustria Zagreb Croácia\nViena Áustria Abuja Nigéria\nViena Áustria Acra Gana\nViena Áustria Argel Argélia\nViena Áustria Amã Jordânia\nViena Áustria Ancara Turquia\nViena Áustria Antananarivo Madagáscar\nViena Áustria Apia Samoa\nViena Áustria Asgabate Turquemenistão\nViena Áustria Asmara Eritreia\nViena Áustria Astana Cazaquistão\nViena Áustria Atenas Grécia\nViena Áustria Bagdade Iraque\nViena Áustria Baku Azerbaijão\nViena Áustria Bamako Mali\nViena Áustria Banguecoque Tailândia\nViena Áustria Banjul Gâmbia\nViena Áustria Pequim China\nViena Áustria Beirute Líbano\nViena Áustria Belgrado Sérvia\nViena Áustria Belmopã Belize\nViena Áustria Berlim Alemanha\nViena Áustria Berna Suíça\nViena Áustria Bisqueque Quirguistão\nViena Áustria Bratislava Eslováquia\nViena Áustria Bruxelas Bélgica\nViena Áustria Bucareste Roménia\nViena Áustria Budapeste Hungria\nViena Áustria Bujumbura Burundi\nViena Áustria Cairo Egito\nViena Áustria Camberra Austrália\nViena Áustria Caracas Venezuela\nViena Áustria Chisinau Moldávia\nViena Áustria Conacri Guiné\nVienciana Laos Vílnius Lituânia\nVienciana Laos Varsóvia Polónia\nVienciana Laos Windhoek Namíbia\nVienciana Laos Erevan Arménia\nVienciana Laos Zagreb Croácia\nVienciana Laos Abuja Nigéria\nVienciana Laos Acra Gana\nVienciana Laos Argel Argélia\nVienciana Laos Amã Jordânia\nVienciana Laos Ancara Turquia\nVienciana Laos Antananarivo Madagáscar\nVienciana Laos Apia Samoa\nVienciana Laos Asgabate Turquemenistão\nVienciana Laos Asmara Eritreia\nVienciana Laos Astana Cazaquistão\nVienciana Laos Atenas Grécia\nVienciana Laos Bagdade Iraque\nVienciana Laos Baku Azerbaijão\nVienciana Laos Bamako Mali\nVienciana Laos Banguecoque Tailândia\nVienciana Laos Banjul Gâmbia\nVienciana Laos Pequim China\nVienciana Laos Beirute Líbano\nVienciana Laos Belgrado Sérvia\nVienciana Laos Belmopã Belize\nVienciana Laos Berlim Alemanha\nVienciana Laos Berna Suíça\nVienciana Laos Bisqueque Quirguistão\nVienciana Laos Bratislava Eslováquia\nVienciana Laos Bruxelas Bélgica\nVienciana Laos Bucareste Roménia\nVienciana Laos Budapeste Hungria\nVienciana Laos Bujumbura Burundi\nVienciana Laos Cairo Egito\nVienciana Laos Camberra Austrália\nVienciana Laos Caracas Venezuela\nVienciana Laos Chisinau Moldávia\nVienciana Laos Conacri Guiné\nVienciana Laos Copenhaga Dinamarca\nVílnius Lituânia Varsóvia Polónia\nVílnius Lituânia Windhoek Namíbia\nVílnius Lituânia Erevan Arménia\nVílnius Lituânia Zagreb Croácia\nVílnius Lituânia Abuja Nigéria\nVílnius Lituânia Acra Gana\nVílnius Lituânia Argel Argélia\nVílnius Lituânia Amã Jordânia\nVílnius Lituânia Ancara Turquia\nVílnius Lituânia Antananarivo Madagáscar\nVílnius Lituânia Apia Samoa\nVílnius Lituânia Asgabate Turquemenistão\nVílnius Lituânia Asmara Eritreia\nVílnius Lituânia Astana Cazaquistão\nVílnius Lituânia Atenas Grécia\nVílnius Lituânia Bagdade Iraque\nVílnius Lituânia Baku Azerbaijão\nVílnius Lituânia Bamako Mali\nVílnius Lituânia Banguecoque Tailândia\nVílnius Lituânia Banjul Gâmbia\nVílnius Lituânia Pequim China\nVílnius Lituânia Beirute Líbano\nVílnius Lituânia Belgrado Sérvia\nVílnius Lituânia Belmopã Belize\nVílnius Lituânia Berlim Alemanha\nVílnius Lituânia Berna Suíça\nVílnius Lituânia Bisqueque Quirguistão\nVílnius Lituânia Bratislava Eslováquia\nVílnius Lituânia Bruxelas Bélgica\nVílnius Lituânia Bucareste Roménia\nVílnius Lituânia Budapeste Hungria\nVílnius Lituânia Bujumbura Burundi\nVílnius Lituânia Cairo Egito\nVílnius Lituânia Camberra Austrália\nVílnius Lituânia Caracas Venezuela\nVílnius Lituânia Chisinau Moldávia\nVílnius Lituânia Conacri Guiné\nVílnius Lituânia Copenhaga Dinamarca\nVílnius Lituânia Dacar Senegal\nVarsóvia Polónia Windhoek Namíbia\nVarsóvia Polónia Erevan Arménia\nVarsóvia Polónia Zagreb Croácia\nVarsóvia Polónia Abuja Nigéria\nVarsóvia Polónia Acra Gana\nVarsóvia Polónia Argel Argélia\nVarsóvia Polónia Amã Jordânia\nVarsóvia Polónia Ancara Turquia\nVarsóvia Polónia Antananarivo Madagáscar\nVarsóvia Polónia Apia Samoa\nVarsóvia Polónia Asgabate Turquemenistão\nVarsóvia Polónia Asmara Eritreia\nVarsóvia Polónia Astana Cazaquistão\nVarsóvia Polónia Atenas Grécia\nVarsóvia Polónia Bagdade Iraque\nVarsóvia Polónia Baku Azerbaijão\nVarsóvia Polónia Bamako Mali\nVarsóvia Polónia Banguecoque Tailândia\nVarsóvia Polónia Banjul Gâmbia\nVarsóvia Polónia Pequim China\nVarsóvia Polónia Beirute Líbano\nVarsóvia Polónia Belgrado Sérvia\nVarsóvia Polónia Belmopã Belize\nVarsóvia Polónia Berlim Alemanha\nVarsóvia Polónia Berna Suíça\nVarsóvia Polónia Bisqueque Quirguistão\nVarsóvia Polónia Bratislava Eslováquia\nVarsóvia Polónia Bruxelas Bélgica\nVarsóvia Polónia Bucareste Roménia\nVarsóvia Polónia Budapeste Hungria\nVarsóvia Polónia Bujumbura Burundi\nVarsóvia Polónia Cairo Egito\nVarsóvia Polónia Camberra Austrália\nVarsóvia Polónia Caracas Venezuela\nVarsóvia Polónia Chisinau Moldávia\nVarsóvia Polónia Conacri Guiné\nVarsóvia Polónia Copenhaga Dinamarca\nVarsóvia Polónia Dacar Senegal\nVarsóvia Polónia Damasco Síria\nWindhoek Namíbia Erevan Arménia\nWindhoek Namíbia Zagreb Croácia\nWindhoek Namíbia Abuja Nigéria\nWindhoek Namíbia Acra Gana\nWindhoek Namíbia Argel Argélia\nWindhoek Namíbia Amã Jordânia\nWindhoek Namíbia Ancara Turquia\nWindhoek Namíbia Antananarivo Madagáscar\nWindhoek Namíbia Apia Samoa\nWindhoek Namíbia Asgabate Turquemenistão\nWindhoek Namíbia Asmara Eritreia\nWindhoek Namíbia Astana Cazaquistão\nWindhoek Namíbia Atenas Grécia\nWindhoek Namíbia Bagdade Iraque\nWindhoek Namíbia Baku Azerbaijão\nWindhoek Namíbia Bamako Mali\nWindhoek Namíbia Banguecoque Tailândia\nWindhoek Namíbia Banjul Gâmbia\nWindhoek Namíbia Pequim China\nWindhoek Namíbia Beirute Líbano\nWindhoek Namíbia Belgrado Sérvia\nWindhoek Namíbia Belmopã Belize\nWindhoek Namíbia Berlim Alemanha\nWindhoek Namíbia Berna Suíça\nWindhoek Namíbia Bisqueque Quirguistão\nWindhoek Namíbia Bratislava Eslováquia\nWindhoek Namíbia Bruxelas Bélgica\nWindhoek Namíbia Bucareste Roménia\nWindhoek Namíbia Budapeste Hungria\nWindhoek Namíbia Bujumbura Burundi\nWindhoek Namíbia Cairo Egito\nWindhoek Namíbia Camberra Austrália\nWindhoek Namíbia Caracas Venezuela\nWindhoek Namíbia Chisinau Moldávia\nWindhoek Namíbia Conacri Guiné\nWindhoek Namíbia Copenhaga Dinamarca\nWindhoek Namíbia Dacar Senegal\nWindhoek Namíbia Damasco Síria\nWindhoek Namíbia Daca Bangladeche\nErevan Arménia Zagreb Croácia\nErevan Arménia Abuja Nigéria\nErevan Arménia Acra Gana\nErevan Arménia Argel Argélia\nErevan Arménia Amã Jordânia\nErevan Arménia Ancara Turquia\nErevan Arménia Antananarivo Madagáscar\nErevan Arménia Apia Samoa\nErevan Arménia Asgabate Turquemenistão\nErevan Arménia Asmara Eritreia\nErevan Arménia Astana Cazaquistão\nErevan Arménia Atenas Grécia\nErevan Arménia Bagdade Iraque\nErevan Arménia Baku Azerbaijão\nErevan Arménia Bamako Mali\nErevan Arménia Banguecoque Tailândia\nErevan Arménia Banjul Gâmbia\nErevan Arménia Pequim China\nErevan Arménia Beirute Líbano\nErevan Arménia Belgrado Sérvia\nErevan Arménia Belmopã Belize\nErevan Arménia Berlim Alemanha\nErevan Arménia Berna Suíça\nErevan Arménia Bisqueque Quirguistão\nErevan Arménia Bratislava Eslováquia\nErevan Arménia Bruxelas Bélgica\nErevan Arménia Bucareste Roménia\nErevan Arménia Budapeste Hungria\nErevan Arménia Bujumbura Burundi\nErevan Arménia Cairo Egito\nErevan Arménia Camberra Austrália\nErevan Arménia Caracas Venezuela\nErevan Arménia Chisinau Moldávia\nErevan Arménia Conacri Guiné\nErevan Arménia Copenhaga Dinamarca\nErevan Arménia Dacar Senegal\nErevan Arménia Damasco Síria\nErevan Arménia Daca Bangladeche\nErevan Arménia Doa Catar\nZagreb Croácia Abuja Nigéria\nZagreb Croácia Acra Gana\nZagreb Croácia Argel Argélia\nZagreb Croácia Amã Jordânia\nZagreb Croácia Ancara Turquia\nZagreb Croácia Antananarivo Madagáscar\nZagreb Croácia Apia Samoa\nZagreb Croácia Asgabate Turquemenistão\nZagreb Croácia Asmara Eritreia\nZagreb Croácia Astana Cazaquistão\nZagreb Croácia Atenas Grécia\nZagreb Croácia Bagdade Iraque\nZagreb Croácia Baku Azerbaijão\nZagreb Croácia Bamako Mali\nZagreb Croácia Banguecoque Tailândia\nZagreb Croácia Banjul Gâmbia\nZagreb Croácia Pequim China\nZagreb Croácia Beirute Líbano\nZagreb Croácia Belgrado Sérvia\nZagreb Croácia Belmopã Belize\nZagreb Croácia Berlim Alemanha\nZagreb Croácia Berna Suíça\nZagreb Croácia Bisqueque Quirguistão\nZagreb Croácia Bratislava Eslováquia\nZagreb Croácia Bruxelas Bélgica\nZagreb Croácia Bucareste Roménia\nZagreb Croácia Budapeste Hungria\nZagreb Croácia Bujumbura Burundi\nZagreb Croácia Cairo Egito\nZagreb Croácia Camberra Austrália\nZagreb Croácia Caracas Venezuela\nZagreb Croácia Chisinau Moldávia\nZagreb Croácia Conacri Guiné\nZagreb Croácia Copenhaga Dinamarca\nZagreb Croácia Dacar Senegal\nZagreb Croácia Damasco Síria\nZagreb Croácia Daca Bangladeche\nZagreb Croácia Doa Catar\nZagreb Croácia Dublim Irlanda\n: currency\nArgélia dinar Angola kwanza\nArgélia dinar Argentina peso\nArgélia dinar Arménia dram\nArgélia dinar Brasil real\nArgélia dinar Bulgária lev\nArgélia dinar Cambodja riel\nArgélia dinar Canadá dólar\nArgélia dinar Croácia kuna\nArgélia dinar Dinamarca coroa\nArgélia dinar Europa euro\nArgélia dinar Hungria florim\nArgélia dinar Índia rupia\nArgélia dinar Irão rial\nArgélia dinar Japão Iene\nArgélia dinar Coreia won\nArgélia dinar Letónia lats\nArgélia dinar Lituânia litas\nArgélia dinar Macedónia dinar\nArgélia dinar Malásia ringgit\nArgélia dinar México peso\nArgélia dinar Nigéria naira\nArgélia dinar Polónia zlóti\nArgélia dinar Roménia leu\nArgélia dinar Rússia rublo\nArgélia dinar Suécia coroa\nArgélia dinar Tailândia baht\nArgélia dinar Ucrânia grívnia\nArgélia dinar EUA dólar\nArgélia dinar Vietname dongue\nAngola kwanza Argentina peso\nAngola kwanza Arménia dram\nAngola kwanza Brasil real\nAngola kwanza Bulgária lev\nAngola kwanza Cambodja riel\nAngola kwanza Canadá dólar\nAngola kwanza Croácia kuna\nAngola kwanza Dinamarca coroa\nAngola kwanza Europa euro\nAngola kwanza Hungria florim\nAngola kwanza Índia rupia\nAngola kwanza Irão rial\nAngola kwanza Japão Iene\nAngola kwanza Coreia won\nAngola kwanza Letónia lats\nAngola kwanza Lituânia litas\nAngola kwanza Macedónia dinar\nAngola kwanza Malásia ringgit\nAngola kwanza México peso\nAngola kwanza Nigéria naira\nAngola kwanza Polónia zlóti\nAngola kwanza Roménia leu\nAngola kwanza Rússia rublo\nAngola kwanza Suécia coroa\nAngola kwanza Tailândia baht\nAngola kwanza Ucrânia grívnia\nAngola kwanza EUA dólar\nAngola kwanza Vietname dongue\nAngola kwanza Argélia dinar\nArgentina peso Arménia dram\nArgentina peso Brasil real\nArgentina peso Bulgária lev\nArgentina peso Cambodja riel\nArgentina peso Canadá dólar\nArgentina peso Croácia kuna\nArgentina peso Dinamarca coroa\nArgentina peso Europa euro\nArgentina peso Hungria florim\nArgentina peso Índia rupia\nArgentina peso Irão rial\nArgentina peso Japão Iene\nArgentina peso Coreia won\nArgentina peso Letónia lats\nArgentina peso Lituânia litas\nArgentina peso Macedónia dinar\nArgentina peso Malásia ringgit\nArgentina peso Nigéria naira\nArgentina peso Polónia zlóti\nArgentina peso Roménia leu\nArgentina peso Rússia rublo\nArgentina peso Suécia coroa\nArgentina peso Tailândia baht\nArgentina peso Ucrânia grívnia\nArgentina peso EUA dólar\nArgentina peso Vietname dongue\nArgentina peso Argélia dinar\nArgentina peso Angola kwanza\nArménia dram Brasil real\nArménia dram Bulgária lev\nArménia dram Cambodja riel\nArménia dram Canadá dólar\nArménia dram Croácia kuna\nArménia dram Dinamarca coroa\nArménia dram Europa euro\nArménia dram Hungria florim\nArménia dram Índia rupia\nArménia dram Irão rial\nArménia dram Japão Iene\nArménia dram Coreia won\nArménia dram Letónia lats\nArménia dram Lituânia litas\nArménia dram Macedónia dinar\nArménia dram Malásia ringgit\nArménia dram México peso\nArménia dram Nigéria naira\nArménia dram Polónia zlóti\nArménia dram Roménia leu\nArménia dram Rússia rublo\nArménia dram Suécia coroa\nArménia dram Tailândia baht\nArménia dram Ucrânia grívnia\nArménia dram EUA dólar\nArménia dram Vietname dongue\nArménia dram Argélia dinar\nArménia dram Angola kwanza\nArménia dram Argentina peso\nBrasil real Bulgária lev\nBrasil real Cambodja riel\nBrasil real Canadá dólar\nBrasil real Croácia kuna\nBrasil real Dinamarca coroa\nBrasil real Europa euro\nBrasil real Hungria florim\nBrasil real Índia rupia\nBrasil real Irão rial\nBrasil real Japão Iene\nBrasil real Coreia won\nBrasil real Letónia lats\nBrasil real Lituânia litas\nBrasil real Macedónia dinar\nBrasil real Malásia ringgit\nBrasil real México peso\nBrasil real Nigéria naira\nBrasil real Polónia zlóti\nBrasil real Roménia leu\nBrasil real Rússia rublo\nBrasil real Suécia coroa\nBrasil real Tailândia baht\nBrasil real Ucrânia grívnia\nBrasil real EUA dólar\nBrasil real Vietname dongue\nBrasil real Argélia dinar\nBrasil real Angola kwanza\nBrasil real Argentina peso\nBrasil real Arménia dram\nBulgária lev Cambodja riel\nBulgária lev Canadá dólar\nBulgária lev Croácia kuna\nBulgária lev Dinamarca coroa\nBulgária lev Europa euro\nBulgária lev Hungria florim\nBulgária lev Índia rupia\nBulgária lev Irão rial\nBulgária lev Japão Iene\nBulgária lev Coreia won\nBulgária lev Letónia lats\nBulgária lev Lituânia litas\nBulgária lev Macedónia dinar\nBulgária lev Malásia ringgit\nBulgária lev México peso\nBulgária lev Nigéria naira\nBulgária lev Polónia zlóti\nBulgária lev Roménia leu\nBulgária lev Rússia rublo\nBulgária lev Suécia coroa\nBulgária lev Tailândia baht\nBulgária lev Ucrânia grívnia\nBulgária lev EUA dólar\nBulgária lev Vietname dongue\nBulgária lev Argélia dinar\nBulgária lev Angola kwanza\nBulgária lev Argentina peso\nBulgária lev Arménia dram\nBulgária lev Brasil real\nCambodja riel Canadá dólar\nCambodja riel Croácia kuna\nCambodja riel Dinamarca coroa\nCambodja riel Europa euro\nCambodja riel Hungria florim\nCambodja riel Índia rupia\nCambodja riel Irão rial\nCambodja riel Japão Iene\nCambodja riel Coreia won\nCambodja riel Letónia lats\nCambodja riel Lituânia litas\nCambodja riel Macedónia dinar\nCambodja riel Malásia ringgit\nCambodja riel México peso\nCambodja riel Nigéria naira\nCambodja riel Polónia zlóti\nCambodja riel Roménia leu\nCambodja riel Rússia rublo\nCambodja riel Suécia coroa\nCambodja riel Tailândia baht\nCambodja riel Ucrânia grívnia\nCambodja riel EUA dólar\nCambodja riel Vietname dongue\nCambodja riel Argélia dinar\nCambodja riel Angola kwanza\nCambodja riel Argentina peso\nCambodja riel Arménia dram\nCambodja riel Brasil real\nCambodja riel Bulgária lev\nCanadá dólar Croácia kuna\nCanadá dólar Dinamarca coroa\nCanadá dólar Europa euro\nCanadá dólar Hungria florim\nCanadá dólar Índia rupia\nCanadá dólar Irão rial\nCanadá dólar Japão Iene\nCanadá dólar Coreia won\nCanadá dólar Letónia lats\nCanadá dólar Lituânia litas\nCanadá dólar Macedónia dinar\nCanadá dólar Malásia ringgit\nCanadá dólar México peso\nCanadá dólar Nigéria naira\nCanadá dólar Polónia zlóti\nCanadá dólar Roménia leu\nCanadá dólar Rússia rublo\nCanadá dólar Suécia coroa\nCanadá dólar Tailândia baht\nCanadá dólar Ucrânia grívnia\nCanadá dólar Vietname dongue\nCanadá dólar Argélia dinar\nCanadá dólar Angola kwanza\nCanadá dólar Argentina peso\nCanadá dólar Arménia dram\nCanadá dólar Brasil real\nCanadá dólar Bulgária lev\nCanadá dólar Cambodja riel\nCroácia kuna Dinamarca coroa\nCroácia kuna Europa euro\nCroácia kuna Hungria florim\nCroácia kuna Índia rupia\nCroácia kuna Irão rial\nCroácia kuna Japão Iene\nCroácia kuna Coreia won\nCroácia kuna Letónia lats\nCroácia kuna Lituânia litas\nCroácia kuna Macedónia dinar\nCroácia kuna Malásia ringgit\nCroácia kuna México peso\nCroácia kuna Nigéria naira\nCroácia kuna Polónia zlóti\nCroácia kuna Roménia leu\nCroácia kuna Rússia rublo\nCroácia kuna Suécia coroa\nCroácia kuna Tailândia baht\nCroácia kuna Ucrânia grívnia\nCroácia kuna EUA dólar\nCroácia kuna Vietname dongue\nCroácia kuna Argélia dinar\nCroácia kuna Angola kwanza\nCroácia kuna Argentina peso\nCroácia kuna Arménia dram\nCroácia kuna Brasil real\nCroácia kuna Bulgária lev\nCroácia kuna Cambodja riel\nCroácia kuna Canadá dólar\nDinamarca coroa Europa euro\nDinamarca coroa Hungria florim\nDinamarca coroa Índia rupia\nDinamarca coroa Irão rial\nDinamarca coroa Japão Iene\nDinamarca coroa Coreia won\nDinamarca coroa Letónia lats\nDinamarca coroa Lituânia litas\nDinamarca coroa Macedónia dinar\nDinamarca coroa Malásia ringgit\nDinamarca coroa México peso\nDinamarca coroa Nigéria naira\nDinamarca coroa Polónia zlóti\nDinamarca coroa Roménia leu\nDinamarca coroa Rússia rublo\nDinamarca coroa Suécia coroa\nDinamarca coroa Tailândia baht\nDinamarca coroa Ucrânia grívnia\nDinamarca coroa EUA dólar\nDinamarca coroa Vietname dongue\nDinamarca coroa Argélia dinar\nDinamarca coroa Angola kwanza\nDinamarca coroa Argentina peso\nDinamarca coroa Arménia dram\nDinamarca coroa Brasil real\nDinamarca coroa Bulgária lev\nDinamarca coroa Cambodja riel\nDinamarca coroa Canadá dólar\nDinamarca coroa Croácia kuna\nEuropa euro Hungria florim\nEuropa euro Índia rupia\nEuropa euro Irão rial\nEuropa euro Japão Iene\nEuropa euro Coreia won\nEuropa euro Letónia lats\nEuropa euro Lituânia litas\nEuropa euro Macedónia dinar\nEuropa euro Malásia ringgit\nEuropa euro México peso\nEuropa euro Nigéria naira\nEuropa euro Polónia zlóti\nEuropa euro Roménia leu\nEuropa euro Rússia rublo\nEuropa euro Suécia coroa\nEuropa euro Tailândia baht\nEuropa euro Ucrânia grívnia\nEuropa euro EUA dólar\nEuropa euro Vietname dongue\nEuropa euro Argélia dinar\nEuropa euro Angola kwanza\nEuropa euro Argentina peso\nEuropa euro Arménia dram\nEuropa euro Brasil real\nEuropa euro Bulgária lev\nEuropa euro Cambodja riel\nEuropa euro Canadá dólar\nEuropa euro Croácia kuna\nEuropa euro Dinamarca coroa\nHungria florim Índia rupia\nHungria florim Irão rial\nHungria florim Japão Iene\nHungria florim Coreia won\nHungria florim Letónia lats\nHungria florim Lituânia litas\nHungria florim Macedónia dinar\nHungria florim Malásia ringgit\nHungria florim México peso\nHungria florim Nigéria naira\nHungria florim Polónia zlóti\nHungria florim Roménia leu\nHungria florim Rússia rublo\nHungria florim Suécia coroa\nHungria florim Tailândia baht\nHungria florim Ucrânia grívnia\nHungria florim EUA dólar\nHungria florim Vietname dongue\nHungria florim Argélia dinar\nHungria florim Angola kwanza\nHungria florim Argentina peso\nHungria florim Arménia dram\nHungria florim Brasil real\nHungria florim Bulgária lev\nHungria florim Cambodja riel\nHungria florim Canadá dólar\nHungria florim Croácia kuna\nHungria florim Dinamarca coroa\nHungria florim Europa euro\nÍndia rupia Irão rial\nÍndia rupia Japão Iene\nÍndia rupia Coreia won\nÍndia rupia Letónia lats\nÍndia rupia Lituânia litas\nÍndia rupia Macedónia dinar\nÍndia rupia Malásia ringgit\nÍndia rupia México peso\nÍndia rupia Nigéria naira\nÍndia rupia Polónia zlóti\nÍndia rupia Roménia leu\nÍndia rupia Rússia rublo\nÍndia rupia Suécia coroa\nÍndia rupia Tailândia baht\nÍndia rupia Ucrânia grívnia\nÍndia rupia EUA dólar\nÍndia rupia Vietname dongue\nÍndia rupia Argélia dinar\nÍndia rupia Angola kwanza\nÍndia rupia Argentina peso\nÍndia rupia Arménia dram\nÍndia rupia Brasil real\nÍndia rupia Bulgária lev\nÍndia rupia Cambodja riel\nÍndia rupia Canadá dólar\nÍndia rupia Croácia kuna\nÍndia rupia Dinamarca coroa\nÍndia rupia Europa euro\nÍndia rupia Hungria florim\nIrão rial Japão Iene\nIrão rial Coreia won\nIrão rial Letónia lats\nIrão rial Lituânia litas\nIrão rial Macedónia dinar\nIrão rial Malásia ringgit\nIrão rial México peso\nIrão rial Nigéria naira\nIrão rial Polónia zlóti\nIrão rial Roménia leu\nIrão rial Rússia rublo\nIrão rial Suécia coroa\nIrão rial Tailândia baht\nIrão rial Ucrânia grívnia\nIrão rial EUA dólar\nIrão rial Vietname dongue\nIrão rial Argélia dinar\nIrão rial Angola kwanza\nIrão rial Argentina peso\nIrão rial Arménia dram\nIrão rial Brasil real\nIrão rial Bulgária lev\nIrão rial Cambodja riel\nIrão rial Canadá dólar\nIrão rial Croácia kuna\nIrão rial Dinamarca coroa\nIrão rial Europa euro\nIrão rial Hungria florim\nIrão rial Índia rupia\nJapão Iene Coreia won\nJapão Iene Letónia lats\nJapão Iene Lituânia litas\nJapão Iene Macedónia dinar\nJapão Iene Malásia ringgit\nJapão Iene México peso\nJapão Iene Nigéria naira\nJapão Iene Polónia zlóti\nJapão Iene Roménia leu\nJapão Iene Rússia rublo\nJapão Iene Suécia coroa\nJapão Iene Tailândia baht\nJapão Iene Ucrânia grívnia\nJapão Iene EUA dólar\nJapão Iene Vietname dongue\nJapão Iene Argélia dinar\nJapão Iene Angola kwanza\nJapão Iene Argentina peso\nJapão Iene Arménia dram\nJapão Iene Brasil real\nJapão Iene Bulgária lev\nJapão Iene Cambodja riel\nJapão Iene Canadá dólar\nJapão Iene Croácia kuna\nJapão Iene Dinamarca coroa\nJapão Iene Europa euro\nJapão Iene Hungria florim\nJapão Iene Índia rupia\nJapão Iene Irão rial\nCoreia won Letónia lats\nCoreia won Lituânia litas\nCoreia won Macedónia dinar\nCoreia won Malásia ringgit\nCoreia won México peso\nCoreia won Nigéria naira\nCoreia won Polónia zlóti\nCoreia won Roménia leu\nCoreia won Rússia rublo\nCoreia won Suécia coroa\nCoreia won Tailândia baht\nCoreia won Ucrânia grívnia\nCoreia won EUA dólar\nCoreia won Vietname dongue\nCoreia won Argélia dinar\nCoreia won Angola kwanza\nCoreia won Argentina peso\nCoreia won Arménia dram\nCoreia won Brasil real\nCoreia won Bulgária lev\nCoreia won Cambodja riel\nCoreia won Canadá dólar\nCoreia won Croácia kuna\nCoreia won Dinamarca coroa\nCoreia won Europa euro\nCoreia won Hungria florim\nCoreia won Índia rupia\nCoreia won Irão rial\nCoreia won Japão Iene\nLetónia lats Lituânia litas\nLetónia lats Macedónia dinar\nLetónia lats Malásia ringgit\nLetónia lats México peso\nLetónia lats Nigéria naira\nLetónia lats Polónia zlóti\nLetónia lats Roménia leu\nLetónia lats Rússia rublo\nLetónia lats Suécia coroa\nLetónia lats Tailândia baht\nLetónia lats Ucrânia grívnia\nLetónia lats EUA dólar\nLetónia lats Vietname dongue\nLetónia lats Argélia dinar\nLetónia lats Angola kwanza\nLetónia lats Argentina peso\nLetónia lats Arménia dram\nLetónia lats Brasil real\nLetónia lats Bulgária lev\nLetónia lats Cambodja riel\nLetónia lats Canadá dólar\nLetónia lats Croácia kuna\nLetónia lats Dinamarca coroa\nLetónia lats Europa euro\nLetónia lats Hungria florim\nLetónia lats Índia rupia\nLetónia lats Irão rial\nLetónia lats Japão Iene\nLetónia lats Coreia won\nLituânia litas Macedónia dinar\nLituânia litas Malásia ringgit\nLituânia litas México peso\nLituânia litas Nigéria naira\nLituânia litas Polónia zlóti\nLituânia litas Roménia leu\nLituânia litas Rússia rublo\nLituânia litas Suécia coroa\nLituânia litas Tailândia baht\nLituânia litas Ucrânia grívnia\nLituânia litas EUA dólar\nLituânia litas Vietname dongue\nLituânia litas Argélia dinar\nLituânia litas Angola kwanza\nLituânia litas Argentina peso\nLituânia litas Arménia dram\nLituânia litas Brasil real\nLituânia litas Bulgária lev\nLituânia litas Cambodja riel\nLituânia litas Canadá dólar\nLituânia litas Croácia kuna\nLituânia litas Dinamarca coroa\nLituânia litas Europa euro\nLituânia litas Hungria florim\nLituânia litas Índia rupia\nLituânia litas Irão rial\nLituânia litas Japão Iene\nLituânia litas Coreia won\nLituânia litas Letónia lats\nMacedónia dinar Malásia ringgit\nMacedónia dinar México peso\nMacedónia dinar Nigéria naira\nMacedónia dinar Polónia zlóti\nMacedónia dinar Roménia leu\nMacedónia dinar Rússia rublo\nMacedónia dinar Suécia coroa\nMacedónia dinar Tailândia baht\nMacedónia dinar Ucrânia grívnia\nMacedónia dinar EUA dólar\nMacedónia dinar Vietname dongue\nMacedónia dinar Argélia dinar\nMacedónia dinar Angola kwanza\nMacedónia dinar Argentina peso\nMacedónia dinar Arménia dram\nMacedónia dinar Brasil real\nMacedónia dinar Bulgária lev\nMacedónia dinar Cambodja riel\nMacedónia dinar Canadá dólar\nMacedónia dinar Croácia kuna\nMacedónia dinar Dinamarca coroa\nMacedónia dinar Europa euro\nMacedónia dinar Hungria florim\nMacedónia dinar Índia rupia\nMacedónia dinar Irão rial\nMacedónia dinar Japão Iene\nMacedónia dinar Coreia won\nMacedónia dinar Letónia lats\nMacedónia dinar Lituânia litas\nMalásia ringgit México peso\nMalásia ringgit Nigéria naira\nMalásia ringgit Polónia zlóti\nMalásia ringgit Roménia leu\nMalásia ringgit Rússia rublo\nMalásia ringgit Suécia coroa\nMalásia ringgit Tailândia baht\nMalásia ringgit Ucrânia grívnia\nMalásia ringgit EUA dólar\nMalásia ringgit Vietname dongue\nMalásia ringgit Argélia dinar\nMalásia ringgit Angola kwanza\nMalásia ringgit Argentina peso\nMalásia ringgit Arménia dram\nMalásia ringgit Brasil real\nMalásia ringgit Bulgária lev\nMalásia ringgit Cambodja riel\nMalásia ringgit Canadá dólar\nMalásia ringgit Croácia kuna\nMalásia ringgit Dinamarca coroa\nMalásia ringgit Europa euro\nMalásia ringgit Hungria florim\nMalásia ringgit Índia rupia\nMalásia ringgit Irão rial\nMalásia ringgit Japão Iene\nMalásia ringgit Coreia won\nMalásia ringgit Letónia lats\nMalásia ringgit Lituânia litas\nMalásia ringgit Macedónia dinar\nMéxico peso Nigéria naira\nMéxico peso Polónia zlóti\nMéxico peso Roménia leu\nMéxico peso Rússia rublo\nMéxico peso Suécia coroa\nMéxico peso Tailândia baht\nMéxico peso Ucrânia grívnia\nMéxico peso EUA dólar\nMéxico peso Vietname dongue\nMéxico peso Argélia dinar\nMéxico peso Angola kwanza\nMéxico peso Arménia dram\nMéxico peso Brasil real\nMéxico peso Bulgária lev\nMéxico peso Cambodja riel\nMéxico peso Canadá dólar\nMéxico peso Croácia kuna\nMéxico peso Dinamarca coroa\nMéxico peso Europa euro\nMéxico peso Hungria florim\nMéxico peso Índia rupia\nMéxico peso Irão rial\nMéxico peso Japão Iene\nMéxico peso Coreia won\nMéxico peso Letónia lats\nMéxico peso Lituânia litas\nMéxico peso Macedónia dinar\nMéxico peso Malásia ringgit\nNigéria naira Polónia zlóti\nNigéria naira Roménia leu\nNigéria naira Rússia rublo\nNigéria naira Suécia coroa\nNigéria naira Tailândia baht\nNigéria naira Ucrânia grívnia\nNigéria naira EUA dólar\nNigéria naira Vietname dongue\nNigéria naira Argélia dinar\nNigéria naira Angola kwanza\nNigéria naira Argentina peso\nNigéria naira Arménia dram\nNigéria naira Brasil real\nNigéria naira Bulgária lev\nNigéria naira Cambodja riel\nNigéria naira Canadá dólar\nNigéria naira Croácia kuna\nNigéria naira Dinamarca coroa\nNigéria naira Europa euro\nNigéria naira Hungria florim\nNigéria naira Índia rupia\nNigéria naira Irão rial\nNigéria naira Japão Iene\nNigéria naira Coreia won\nNigéria naira Letónia lats\nNigéria naira Lituânia litas\nNigéria naira Macedónia dinar\nNigéria naira Malásia ringgit\nNigéria naira México peso\nPolónia zlóti Roménia leu\nPolónia zlóti Rússia rublo\nPolónia zlóti Suécia coroa\nPolónia zlóti Tailândia baht\nPolónia zlóti Ucrânia grívnia\nPolónia zlóti EUA dólar\nPolónia zlóti Vietname dongue\nPolónia zlóti Argélia dinar\nPolónia zlóti Angola kwanza\nPolónia zlóti Argentina peso\nPolónia zlóti Arménia dram\nPolónia zlóti Brasil real\nPolónia zlóti Bulgária lev\nPolónia zlóti Cambodja riel\nPolónia zlóti Canadá dólar\nPolónia zlóti Croácia kuna\nPolónia zlóti Dinamarca coroa\nPolónia zlóti Europa euro\nPolónia zlóti Hungria florim\nPolónia zlóti Índia rupia\nPolónia zlóti Irão rial\nPolónia zlóti Japão Iene\nPolónia zlóti Coreia won\nPolónia zlóti Letónia lats\nPolónia zlóti Lituânia litas\nPolónia zlóti Macedónia dinar\nPolónia zlóti Malásia ringgit\nPolónia zlóti México peso\nPolónia zlóti Nigéria naira\nRoménia leu Rússia rublo\nRoménia leu Suécia coroa\nRoménia leu Tailândia baht\nRoménia leu Ucrânia grívnia\nRoménia leu EUA dólar\nRoménia leu Vietname dongue\nRoménia leu Argélia dinar\nRoménia leu Angola kwanza\nRoménia leu Argentina peso\nRoménia leu Arménia dram\nRoménia leu Brasil real\nRoménia leu Bulgária lev\nRoménia leu Cambodja riel\nRoménia leu Canadá dólar\nRoménia leu Croácia kuna\nRoménia leu Dinamarca coroa\nRoménia leu Europa euro\nRoménia leu Hungria florim\nRoménia leu Índia rupia\nRoménia leu Irão rial\nRoménia leu Japão Iene\nRoménia leu Coreia won\nRoménia leu Letónia lats\nRoménia leu Lituânia litas\nRoménia leu Macedónia dinar\nRoménia leu Malásia ringgit\nRoménia leu México peso\nRoménia leu Nigéria naira\nRoménia leu Polónia zlóti\nRússia rublo Suécia coroa\nRússia rublo Tailândia baht\nRússia rublo Ucrânia grívnia\nRússia rublo EUA dólar\nRússia rublo Vietname dongue\nRússia rublo Argélia dinar\nRússia rublo Angola kwanza\nRússia rublo Argentina peso\nRússia rublo Arménia dram\nRússia rublo Brasil real\nRússia rublo Bulgária lev\nRússia rublo Cambodja riel\nRússia rublo Canadá dólar\nRússia rublo Croácia kuna\nRússia rublo Dinamarca coroa\nRússia rublo Europa euro\nRússia rublo Hungria florim\nRússia rublo Índia rupia\nRússia rublo Irão rial\nRússia rublo Japão Iene\nRússia rublo Coreia won\nRússia rublo Letónia lats\nRússia rublo Lituânia litas\nRússia rublo Macedónia dinar\nRússia rublo Malásia ringgit\nRússia rublo México peso\nRússia rublo Nigéria naira\nRússia rublo Polónia zlóti\nRússia rublo Roménia leu\nSuécia coroa Tailândia baht\nSuécia coroa Ucrânia grívnia\nSuécia coroa EUA dólar\nSuécia coroa Vietname dongue\nSuécia coroa Argélia dinar\nSuécia coroa Angola kwanza\nSuécia coroa Argentina peso\nSuécia coroa Arménia dram\nSuécia coroa Brasil real\nSuécia coroa Bulgária lev\nSuécia coroa Cambodja riel\nSuécia coroa Canadá dólar\nSuécia coroa Croácia kuna\nSuécia coroa Dinamarca coroa\nSuécia coroa Europa euro\nSuécia coroa Hungria florim\nSuécia coroa Índia rupia\nSuécia coroa Irão rial\nSuécia coroa Japão Iene\nSuécia coroa Coreia won\nSuécia coroa Letónia lats\nSuécia coroa Lituânia litas\nSuécia coroa Macedónia dinar\nSuécia coroa Malásia ringgit\nSuécia coroa México peso\nSuécia coroa Nigéria naira\nSuécia coroa Polónia zlóti\nSuécia coroa Roménia leu\nSuécia coroa Rússia rublo\nTailândia baht Ucrânia grívnia\nTailândia baht EUA dólar\nTailândia baht Vietname dongue\nTailândia baht Argélia dinar\nTailândia baht Angola kwanza\nTailândia baht Argentina peso\nTailândia baht Arménia dram\nTailândia baht Brasil real\nTailândia baht Bulgária lev\nTailândia baht Cambodja riel\nTailândia baht Canadá dólar\nTailândia baht Croácia kuna\nTailândia baht Dinamarca coroa\nTailândia baht Europa euro\nTailândia baht Hungria florim\nTailândia baht Índia rupia\nTailândia baht Irão rial\nTailândia baht Japão Iene\nTailândia baht Coreia won\nTailândia baht Letónia lats\nTailândia baht Lituânia litas\nTailândia baht Macedónia dinar\nTailândia baht Malásia ringgit\nTailândia baht México peso\nTailândia baht Nigéria naira\nTailândia baht Polónia zlóti\nTailândia baht Roménia leu\nTailândia baht Rússia rublo\nTailândia baht Suécia coroa\nUcrânia grívnia EUA dólar\nUcrânia grívnia Vietname dongue\nUcrânia grívnia Argélia dinar\nUcrânia grívnia Angola kwanza\nUcrânia grívnia Argentina peso\nUcrânia grívnia Arménia dram\nUcrânia grívnia Brasil real\nUcrânia grívnia Bulgária lev\nUcrânia grívnia Cambodja riel\nUcrânia grívnia Canadá dólar\nUcrânia grívnia Croácia kuna\nUcrânia grívnia Dinamarca coroa\nUcrânia grívnia Europa euro\nUcrânia grívnia Hungria florim\nUcrânia grívnia Índia rupia\nUcrânia grívnia Irão rial\nUcrânia grívnia Japão Iene\nUcrânia grívnia Coreia won\nUcrânia grívnia Letónia lats\nUcrânia grívnia Lituânia litas\nUcrânia grívnia Macedónia dinar\nUcrânia grívnia Malásia ringgit\nUcrânia grívnia México peso\nUcrânia grívnia Nigéria naira\nUcrânia grívnia Polónia zlóti\nUcrânia grívnia Roménia leu\nUcrânia grívnia Rússia rublo\nUcrânia grívnia Suécia coroa\nUcrânia grívnia Tailândia baht\nEUA dólar Vietname dongue\nEUA dólar Argélia dinar\nEUA dólar Angola kwanza\nEUA dólar Argentina peso\nEUA dólar Arménia dram\nEUA dólar Brasil real\nEUA dólar Bulgária lev\nEUA dólar Cambodja riel\nEUA dólar Croácia kuna\nEUA dólar Dinamarca coroa\nEUA dólar Europa euro\nEUA dólar Hungria florim\nEUA dólar Índia rupia\nEUA dólar Irão rial\nEUA dólar Japão Iene\nEUA dólar Coreia won\nEUA dólar Letónia lats\nEUA dólar Lituânia litas\nEUA dólar Macedónia dinar\nEUA dólar Malásia ringgit\nEUA dólar México peso\nEUA dólar Nigéria naira\nEUA dólar Polónia zlóti\nEUA dólar Roménia leu\nEUA dólar Rússia rublo\nEUA dólar Suécia coroa\nEUA dólar Tailândia baht\nEUA dólar Ucrânia grívnia\nVietname dongue Argélia dinar\nVietname dongue Angola kwanza\nVietname dongue Argentina peso\nVietname dongue Arménia dram\nVietname dongue Brasil real\nVietname dongue Bulgária lev\nVietname dongue Cambodja riel\nVietname dongue Canadá dólar\nVietname dongue Croácia kuna\nVietname dongue Dinamarca coroa\nVietname dongue Europa euro\nVietname dongue Hungria florim\nVietname dongue Índia rupia\nVietname dongue Irão rial\nVietname dongue Japão Iene\nVietname dongue Coreia won\nVietname dongue Letónia lats\nVietname dongue Lituânia litas\nVietname dongue Macedónia dinar\nVietname dongue Malásia ringgit\nVietname dongue México peso\nVietname dongue Nigéria naira\nVietname dongue Polónia zlóti\nVietname dongue Roménia leu\nVietname dongue Rússia rublo\nVietname dongue Suécia coroa\nVietname dongue Tailândia baht\nVietname dongue Ucrânia grívnia\nVietname dongue EUA dólar\n: city-in-state\nChicago Ilinóis Houston Texas\nChicago Ilinóis Filadélfia Pensilvânia\nChicago Ilinóis Fênix Arizona\nChicago Ilinóis Dallas Texas\nChicago Ilinóis Jacksonville Flórida\nChicago Ilinóis Indianápolis Indiana\nChicago Ilinóis Austin Texas\nChicago Ilinóis Detroit Michigan\nChicago Ilinóis Mênfis Tennessee\nChicago Ilinóis Boston Massachusetts\nChicago Ilinóis Seattle Washington\nChicago Ilinóis Denver Colorado\nChicago Ilinóis Baltimore Marilândia\nChicago Ilinóis Nashville Tennessee\nChicago Ilinóis Louisville Kentucky\nChicago Ilinóis Milwaukee Wisconsin\nChicago Ilinóis Portland Oregão\nChicago Ilinóis Tucson Arizona\nChicago Ilinóis Fresno Califórnia\nChicago Ilinóis Sacramento Califórnia\nChicago Ilinóis Mesa Arizona\nChicago Ilinóis Atlanta Geórgia\nChicago Ilinóis Omaha Nebraska\nChicago Ilinóis Miami Flórida\nChicago Ilinóis Tulsa Oklahoma\nChicago Ilinóis Oakland Califórnia\nChicago Ilinóis Cleveland Ohio\nChicago Ilinóis Minneapolis Minesota\nChicago Ilinóis Wichita Kansas\nChicago Ilinóis Arlington Texas\nChicago Ilinóis Bakersfield Califórnia\nChicago Ilinóis Tampa Flórida\nChicago Ilinóis Anaheim Califórnia\nChicago Ilinóis Honolulu Havai\nChicago Ilinóis Pitsburgo Pensilvânia\nChicago Ilinóis Lexington Kentucky\nChicago Ilinóis Stockton Califórnia\nChicago Ilinóis Cincinnati Ohio\nChicago Ilinóis Anchorage Alasca\nHouston Texas Filadélfia Pensilvânia\nHouston Texas Fênix Arizona\nHouston Texas Jacksonville Flórida\nHouston Texas Indianápolis Indiana\nHouston Texas Detroit Michigan\nHouston Texas Mênfis Tennessee\nHouston Texas Boston Massachusetts\nHouston Texas Seattle Washington\nHouston Texas Denver Colorado\nHouston Texas Baltimore Marilândia\nHouston Texas Nashville Tennessee\nHouston Texas Louisville Kentucky\nHouston Texas Milwaukee Wisconsin\nHouston Texas Portland Oregão\nHouston Texas Tucson Arizona\nHouston Texas Fresno Califórnia\nHouston Texas Sacramento Califórnia\nHouston Texas Mesa Arizona\nHouston Texas Atlanta Geórgia\nHouston Texas Omaha Nebraska\nHouston Texas Miami Flórida\nHouston Texas Tulsa Oklahoma\nHouston Texas Oakland Califórnia\nHouston Texas Cleveland Ohio\nHouston Texas Minneapolis Minesota\nHouston Texas Wichita Kansas\nHouston Texas Bakersfield Califórnia\nHouston Texas Tampa Flórida\nHouston Texas Anaheim Califórnia\nHouston Texas Honolulu Havai\nHouston Texas Pitsburgo Pensilvânia\nHouston Texas Lexington Kentucky\nHouston Texas Stockton Califórnia\nHouston Texas Cincinnati Ohio\nHouston Texas Anchorage Alasca\nHouston Texas Toledo Ohio\nFiladélfia Pensilvânia Fênix Arizona\nFiladélfia Pensilvânia Dallas Texas\nFiladélfia Pensilvânia Jacksonville Flórida\nFiladélfia Pensilvânia Indianápolis Indiana\nFiladélfia Pensilvânia Austin Texas\nFiladélfia Pensilvânia Detroit Michigan\nFiladélfia Pensilvânia Mênfis Tennessee\nFiladélfia Pensilvânia Boston Massachusetts\nFiladélfia Pensilvânia Seattle Washington\nFiladélfia Pensilvânia Denver Colorado\nFiladélfia Pensilvânia Baltimore Marilândia\nFiladélfia Pensilvânia Nashville Tennessee\nFiladélfia Pensilvânia Louisville Kentucky\nFiladélfia Pensilvânia Milwaukee Wisconsin\nFiladélfia Pensilvânia Portland Oregão\nFiladélfia Pensilvânia Tucson Arizona\nFiladélfia Pensilvânia Fresno Califórnia\nFiladélfia Pensilvânia Sacramento Califórnia\nFiladélfia Pensilvânia Mesa Arizona\nFiladélfia Pensilvânia Atlanta Geórgia\nFiladélfia Pensilvânia Omaha Nebraska\nFiladélfia Pensilvânia Miami Flórida\nFiladélfia Pensilvânia Tulsa Oklahoma\nFiladélfia Pensilvânia Oakland Califórnia\nFiladélfia Pensilvânia Cleveland Ohio\nFiladélfia Pensilvânia Minneapolis Minesota\nFiladélfia Pensilvânia Wichita Kansas\nFiladélfia Pensilvânia Arlington Texas\nFiladélfia Pensilvânia Bakersfield Califórnia\nFiladélfia Pensilvânia Tampa Flórida\nFiladélfia Pensilvânia Anaheim Califórnia\nFiladélfia Pensilvânia Honolulu Havai\nFiladélfia Pensilvânia Lexington Kentucky\nFiladélfia Pensilvânia Stockton Califórnia\nFiladélfia Pensilvânia Cincinnati Ohio\nFiladélfia Pensilvânia Anchorage Alasca\nFiladélfia Pensilvânia Toledo Ohio\nFiladélfia Pensilvânia Plano Texas\nFênix Arizona Dallas Texas\nFênix Arizona Jacksonville Flórida\nFênix Arizona Indianápolis Indiana\nFênix Arizona Austin Texas\nFênix Arizona Detroit Michigan\nFênix Arizona Mênfis Tennessee\nFênix Arizona Boston Massachusetts\nFênix Arizona Seattle Washington\nFênix Arizona Denver Colorado\nFênix Arizona Baltimore Marilândia\nFênix Arizona Nashville Tennessee\nFênix Arizona Louisville Kentucky\nFênix Arizona Milwaukee Wisconsin\nFênix Arizona Portland Oregão\nFênix Arizona Fresno Califórnia\nFênix Arizona Sacramento Califórnia\nFênix Arizona Atlanta Geórgia\nFênix Arizona Omaha Nebraska\nFênix Arizona Miami Flórida\nFênix Arizona Tulsa Oklahoma\nFênix Arizona Oakland Califórnia\nFênix Arizona Cleveland Ohio\nFênix Arizona Minneapolis Minesota\nFênix Arizona Wichita Kansas\nFênix Arizona Arlington Texas\nFênix Arizona Bakersfield Califórnia\nFênix Arizona Tampa Flórida\nFênix Arizona Anaheim Califórnia\nFênix Arizona Honolulu Havai\nFênix Arizona Pitsburgo Pensilvânia\nFênix Arizona Lexington Kentucky\nFênix Arizona Stockton Califórnia\nFênix Arizona Cincinnati Ohio\nFênix Arizona Anchorage Alasca\nFênix Arizona Toledo Ohio\nFênix Arizona Plano Texas\nFênix Arizona Henderson Nevada\nDallas Texas Jacksonville Flórida\nDallas Texas Indianápolis Indiana\nDallas Texas Detroit Michigan\nDallas Texas Mênfis Tennessee\nDallas Texas Boston Massachusetts\nDallas Texas Seattle Washington\nDallas Texas Denver Colorado\nDallas Texas Baltimore Marilândia\nDallas Texas Nashville Tennessee\nDallas Texas Louisville Kentucky\nDallas Texas Milwaukee Wisconsin\nDallas Texas Portland Oregão\nDallas Texas Tucson Arizona\nDallas Texas Fresno Califórnia\nDallas Texas Sacramento Califórnia\nDallas Texas Mesa Arizona\nDallas Texas Atlanta Geórgia\nDallas Texas Omaha Nebraska\nDallas Texas Miami Flórida\nDallas Texas Tulsa Oklahoma\nDallas Texas Oakland Califórnia\nDallas Texas Cleveland Ohio\nDallas Texas Minneapolis Minesota\nDallas Texas Wichita Kansas\nDallas Texas Bakersfield Califórnia\nDallas Texas Tampa Flórida\nDallas Texas Anaheim Califórnia\nDallas Texas Honolulu Havai\nDallas Texas Pitsburgo Pensilvânia\nDallas Texas Lexington Kentucky\nDallas Texas Stockton Califórnia\nDallas Texas Cincinnati Ohio\nDallas Texas Anchorage Alasca\nDallas Texas Toledo Ohio\nDallas Texas Henderson Nevada\nDallas Texas Orlando Flórida\nJacksonville Flórida Indianápolis Indiana\nJacksonville Flórida Austin Texas\nJacksonville Flórida Detroit Michigan\nJacksonville Flórida Mênfis Tennessee\nJacksonville Flórida Boston Massachusetts\nJacksonville Flórida Seattle Washington\nJacksonville Flórida Denver Colorado\nJacksonville Flórida Baltimore Marilândia\nJacksonville Flórida Nashville Tennessee\nJacksonville Flórida Louisville Kentucky\nJacksonville Flórida Milwaukee Wisconsin\nJacksonville Flórida Portland Oregão\nJacksonville Flórida Tucson Arizona\nJacksonville Flórida Fresno Califórnia\nJacksonville Flórida Sacramento Califórnia\nJacksonville Flórida Mesa Arizona\nJacksonville Flórida Atlanta Geórgia\nJacksonville Flórida Omaha Nebraska\nJacksonville Flórida Tulsa Oklahoma\nJacksonville Flórida Oakland Califórnia\nJacksonville Flórida Cleveland Ohio\nJacksonville Flórida Minneapolis Minesota\nJacksonville Flórida Wichita Kansas\nJacksonville Flórida Arlington Texas\nJacksonville Flórida Bakersfield Califórnia\nJacksonville Flórida Anaheim Califórnia\nJacksonville Flórida Honolulu Havai\nJacksonville Flórida Pitsburgo Pensilvânia\nJacksonville Flórida Lexington Kentucky\nJacksonville Flórida Stockton Califórnia\nJacksonville Flórida Cincinnati Ohio\nJacksonville Flórida Anchorage Alasca\nJacksonville Flórida Toledo Ohio\nJacksonville Flórida Plano Texas\nJacksonville Flórida Henderson Nevada\nJacksonville Flórida Laredo Texas\nIndianápolis Indiana Austin Texas\nIndianápolis Indiana Detroit Michigan\nIndianápolis Indiana Mênfis Tennessee\nIndianápolis Indiana Boston Massachusetts\nIndianápolis Indiana Seattle Washington\nIndianápolis Indiana Denver Colorado\nIndianápolis Indiana Baltimore Marilândia\nIndianápolis Indiana Nashville Tennessee\nIndianápolis Indiana Louisville Kentucky\nIndianápolis Indiana Milwaukee Wisconsin\nIndianápolis Indiana Portland Oregão\nIndianápolis Indiana Tucson Arizona\nIndianápolis Indiana Fresno Califórnia\nIndianápolis Indiana Sacramento Califórnia\nIndianápolis Indiana Mesa Arizona\nIndianápolis Indiana Atlanta Geórgia\nIndianápolis Indiana Omaha Nebraska\nIndianápolis Indiana Miami Flórida\nIndianápolis Indiana Tulsa Oklahoma\nIndianápolis Indiana Oakland Califórnia\nIndianápolis Indiana Cleveland Ohio\nIndianápolis Indiana Minneapolis Minesota\nIndianápolis Indiana Wichita Kansas\nIndianápolis Indiana Arlington Texas\nIndianápolis Indiana Bakersfield Califórnia\nIndianápolis Indiana Tampa Flórida\nIndianápolis Indiana Anaheim Califórnia\nIndianápolis Indiana Honolulu Havai\nIndianápolis Indiana Pitsburgo Pensilvânia\nIndianápolis Indiana Lexington Kentucky\nIndianápolis Indiana Stockton Califórnia\nIndianápolis Indiana Cincinnati Ohio\nIndianápolis Indiana Anchorage Alasca\nIndianápolis Indiana Toledo Ohio\nIndianápolis Indiana Plano Texas\nIndianápolis Indiana Henderson Nevada\nIndianápolis Indiana Orlando Flórida\nIndianápolis Indiana Laredo Texas\nIndianápolis Indiana Chandler Arizona\nAustin Texas Detroit Michigan\nAustin Texas Mênfis Tennessee\nAustin Texas Boston Massachusetts\nAustin Texas Seattle Washington\nAustin Texas Denver Colorado\nAustin Texas Baltimore Marilândia\nAustin Texas Nashville Tennessee\nAustin Texas Louisville Kentucky\nAustin Texas Milwaukee Wisconsin\nAustin Texas Portland Oregão\nAustin Texas Tucson Arizona\nAustin Texas Fresno Califórnia\nAustin Texas Sacramento Califórnia\nAustin Texas Mesa Arizona\nAustin Texas Atlanta Geórgia\nAustin Texas Omaha Nebraska\nAustin Texas Miami Flórida\nAustin Texas Tulsa Oklahoma\nAustin Texas Oakland Califórnia\nAustin Texas Cleveland Ohio\nAustin Texas Minneapolis Minesota\nAustin Texas Wichita Kansas\nAustin Texas Bakersfield Califórnia\nAustin Texas Tampa Flórida\nAustin Texas Anaheim Califórnia\nAustin Texas Honolulu Havai\nAustin Texas Pitsburgo Pensilvânia\nAustin Texas Lexington Kentucky\nAustin Texas Stockton Califórnia\nAustin Texas Cincinnati Ohio\nAustin Texas Anchorage Alasca\nAustin Texas Toledo Ohio\nAustin Texas Henderson Nevada\nAustin Texas Orlando Flórida\nAustin Texas Chandler Arizona\nAustin Texas Madison Wisconsin\nDetroit Michigan Mênfis Tennessee\nDetroit Michigan Boston Massachusetts\nDetroit Michigan Seattle Washington\nDetroit Michigan Denver Colorado\nDetroit Michigan Baltimore Marilândia\nDetroit Michigan Nashville Tennessee\nDetroit Michigan Louisville Kentucky\nDetroit Michigan Milwaukee Wisconsin\nDetroit Michigan Portland Oregão\nDetroit Michigan Tucson Arizona\nDetroit Michigan Fresno Califórnia\nDetroit Michigan Sacramento Califórnia\nDetroit Michigan Mesa Arizona\nDetroit Michigan Atlanta Geórgia\nDetroit Michigan Omaha Nebraska\nDetroit Michigan Miami Flórida\nDetroit Michigan Tulsa Oklahoma\nDetroit Michigan Oakland Califórnia\nDetroit Michigan Cleveland Ohio\nDetroit Michigan Minneapolis Minesota\nDetroit Michigan Wichita Kansas\nDetroit Michigan Arlington Texas\nDetroit Michigan Bakersfield Califórnia\nDetroit Michigan Tampa Flórida\nDetroit Michigan Anaheim Califórnia\nDetroit Michigan Honolulu Havai\nDetroit Michigan Pitsburgo Pensilvânia\nDetroit Michigan Lexington Kentucky\nDetroit Michigan Stockton Califórnia\nDetroit Michigan Cincinnati Ohio\nDetroit Michigan Anchorage Alasca\nDetroit Michigan Toledo Ohio\nDetroit Michigan Plano Texas\nDetroit Michigan Henderson Nevada\nDetroit Michigan Orlando Flórida\nDetroit Michigan Laredo Texas\nDetroit Michigan Chandler Arizona\nDetroit Michigan Madison Wisconsin\nDetroit Michigan Lubbock Texas\nMênfis Tennessee Boston Massachusetts\nMênfis Tennessee Seattle Washington\nMênfis Tennessee Denver Colorado\nMênfis Tennessee Baltimore Marilândia\nMênfis Tennessee Louisville Kentucky\nMênfis Tennessee Milwaukee Wisconsin\nMênfis Tennessee Portland Oregão\nMênfis Tennessee Tucson Arizona\nMênfis Tennessee Fresno Califórnia\nMênfis Tennessee Sacramento Califórnia\nMênfis Tennessee Mesa Arizona\nMênfis Tennessee Atlanta Geórgia\nMênfis Tennessee Omaha Nebraska\nMênfis Tennessee Miami Flórida\nMênfis Tennessee Tulsa Oklahoma\nMênfis Tennessee Oakland Califórnia\nMênfis Tennessee Cleveland Ohio\nMênfis Tennessee Minneapolis Minesota\nMênfis Tennessee Wichita Kansas\nMênfis Tennessee Arlington Texas\nMênfis Tennessee Bakersfield Califórnia\nMênfis Tennessee Tampa Flórida\nMênfis Tennessee Anaheim Califórnia\nMênfis Tennessee Honolulu Havai\nMênfis Tennessee Pitsburgo Pensilvânia\nMênfis Tennessee Lexington Kentucky\nMênfis Tennessee Stockton Califórnia\nMênfis Tennessee Cincinnati Ohio\nMênfis Tennessee Anchorage Alasca\nMênfis Tennessee Toledo Ohio\nMênfis Tennessee Plano Texas\nMênfis Tennessee Henderson Nevada\nMênfis Tennessee Orlando Flórida\nMênfis Tennessee Laredo Texas\nMênfis Tennessee Chandler Arizona\nMênfis Tennessee Madison Wisconsin\nMênfis Tennessee Lubbock Texas\nMênfis Tennessee Garland Texas\nBoston Massachusetts Seattle Washington\nBoston Massachusetts Denver Colorado\nBoston Massachusetts Baltimore Marilândia\nBoston Massachusetts Nashville Tennessee\nBoston Massachusetts Louisville Kentucky\nBoston Massachusetts Milwaukee Wisconsin\nBoston Massachusetts Portland Oregão\nBoston Massachusetts Tucson Arizona\nBoston Massachusetts Fresno Califórnia\nBoston Massachusetts Sacramento Califórnia\nBoston Massachusetts Mesa Arizona\nBoston Massachusetts Atlanta Geórgia\nBoston Massachusetts Omaha Nebraska\nBoston Massachusetts Miami Flórida\nBoston Massachusetts Tulsa Oklahoma\nBoston Massachusetts Oakland Califórnia\nBoston Massachusetts Cleveland Ohio\nBoston Massachusetts Minneapolis Minesota\nBoston Massachusetts Wichita Kansas\nBoston Massachusetts Arlington Texas\nBoston Massachusetts Bakersfield Califórnia\nBoston Massachusetts Tampa Flórida\nBoston Massachusetts Anaheim Califórnia\nBoston Massachusetts Honolulu Havai\nBoston Massachusetts Pitsburgo Pensilvânia\nBoston Massachusetts Lexington Kentucky\nBoston Massachusetts Stockton Califórnia\nBoston Massachusetts Cincinnati Ohio\nBoston Massachusetts Anchorage Alasca\nBoston Massachusetts Toledo Ohio\nBoston Massachusetts Plano Texas\nBoston Massachusetts Henderson Nevada\nBoston Massachusetts Orlando Flórida\nBoston Massachusetts Laredo Texas\nBoston Massachusetts Chandler Arizona\nBoston Massachusetts Madison Wisconsin\nBoston Massachusetts Lubbock Texas\nBoston Massachusetts Garland Texas\nBoston Massachusetts Glendale Arizona\nSeattle Washington Denver Colorado\nSeattle Washington Baltimore Marilândia\nSeattle Washington Nashville Tennessee\nSeattle Washington Louisville Kentucky\nSeattle Washington Milwaukee Wisconsin\nSeattle Washington Portland Oregão\nSeattle Washington Tucson Arizona\nSeattle Washington Fresno Califórnia\nSeattle Washington Sacramento Califórnia\nSeattle Washington Mesa Arizona\nSeattle Washington Atlanta Geórgia\nSeattle Washington Omaha Nebraska\nSeattle Washington Miami Flórida\nSeattle Washington Tulsa Oklahoma\nSeattle Washington Oakland Califórnia\nSeattle Washington Cleveland Ohio\nSeattle Washington Minneapolis Minesota\nSeattle Washington Wichita Kansas\nSeattle Washington Arlington Texas\nSeattle Washington Bakersfield Califórnia\nSeattle Washington Tampa Flórida\nSeattle Washington Anaheim Califórnia\nSeattle Washington Honolulu Havai\nSeattle Washington Pitsburgo Pensilvânia\nSeattle Washington Lexington Kentucky\nSeattle Washington Stockton Califórnia\nSeattle Washington Cincinnati Ohio\nSeattle Washington Anchorage Alasca\nSeattle Washington Toledo Ohio\nSeattle Washington Plano Texas\nSeattle Washington Henderson Nevada\nSeattle Washington Orlando Flórida\nSeattle Washington Laredo Texas\nSeattle Washington Chandler Arizona\nSeattle Washington Madison Wisconsin\nSeattle Washington Lubbock Texas\nSeattle Washington Garland Texas\nSeattle Washington Glendale Arizona\nSeattle Washington Hialeah Flórida\nDenver Colorado Baltimore Marilândia\nDenver Colorado Nashville Tennessee\nDenver Colorado Louisville Kentucky\nDenver Colorado Milwaukee Wisconsin\nDenver Colorado Portland Oregão\nDenver Colorado Tucson Arizona\nDenver Colorado Fresno Califórnia\nDenver Colorado Sacramento Califórnia\nDenver Colorado Mesa Arizona\nDenver Colorado Atlanta Geórgia\nDenver Colorado Omaha Nebraska\nDenver Colorado Miami Flórida\nDenver Colorado Tulsa Oklahoma\nDenver Colorado Oakland Califórnia\nDenver Colorado Cleveland Ohio\nDenver Colorado Minneapolis Minesota\nDenver Colorado Wichita Kansas\nDenver Colorado Arlington Texas\nDenver Colorado Bakersfield Califórnia\nDenver Colorado Tampa Flórida\nDenver Colorado Anaheim Califórnia\nDenver Colorado Honolulu Havai\nDenver Colorado Pitsburgo Pensilvânia\nDenver Colorado Lexington Kentucky\nDenver Colorado Stockton Califórnia\nDenver Colorado Cincinnati Ohio\nDenver Colorado Anchorage Alasca\nDenver Colorado Toledo Ohio\nDenver Colorado Plano Texas\nDenver Colorado Henderson Nevada\nDenver Colorado Orlando Flórida\nDenver Colorado Laredo Texas\nDenver Colorado Chandler Arizona\nDenver Colorado Madison Wisconsin\nDenver Colorado Lubbock Texas\nDenver Colorado Garland Texas\nDenver Colorado Glendale Arizona\nDenver Colorado Hialeah Flórida\nDenver Colorado Reno Nevada\nBaltimore Marilândia Nashville Tennessee\nBaltimore Marilândia Louisville Kentucky\nBaltimore Marilândia Milwaukee Wisconsin\nBaltimore Marilândia Portland Oregão\nBaltimore Marilândia Tucson Arizona\nBaltimore Marilândia Fresno Califórnia\nBaltimore Marilândia Sacramento Califórnia\nBaltimore Marilândia Mesa Arizona\nBaltimore Marilândia Atlanta Geórgia\nBaltimore Marilândia Omaha Nebraska\nBaltimore Marilândia Miami Flórida\nBaltimore Marilândia Tulsa Oklahoma\nBaltimore Marilândia Oakland Califórnia\nBaltimore Marilândia Cleveland Ohio\nBaltimore Marilândia Minneapolis Minesota\nBaltimore Marilândia Wichita Kansas\nBaltimore Marilândia Arlington Texas\nBaltimore Marilândia Bakersfield Califórnia\nBaltimore Marilândia Tampa Flórida\nBaltimore Marilândia Anaheim Califórnia\nBaltimore Marilândia Honolulu Havai\nBaltimore Marilândia Pitsburgo Pensilvânia\nBaltimore Marilândia Lexington Kentucky\nBaltimore Marilândia Stockton Califórnia\nBaltimore Marilândia Cincinnati Ohio\nBaltimore Marilândia Anchorage Alasca\nBaltimore Marilândia Toledo Ohio\nBaltimore Marilândia Plano Texas\nBaltimore Marilândia Henderson Nevada\nBaltimore Marilândia Orlando Flórida\nBaltimore Marilândia Laredo Texas\nBaltimore Marilândia Chandler Arizona\nBaltimore Marilândia Madison Wisconsin\nBaltimore Marilândia Lubbock Texas\nBaltimore Marilândia Garland Texas\nBaltimore Marilândia Glendale Arizona\nBaltimore Marilândia Hialeah Flórida\nBaltimore Marilândia Reno Nevada\nBaltimore Marilândia Scottsdale Arizona\nNashville Tennessee Louisville Kentucky\nNashville Tennessee Milwaukee Wisconsin\nNashville Tennessee Portland Oregão\nNashville Tennessee Tucson Arizona\nNashville Tennessee Fresno Califórnia\nNashville Tennessee Sacramento Califórnia\nNashville Tennessee Mesa Arizona\nNashville Tennessee Atlanta Geórgia\nNashville Tennessee Omaha Nebraska\nNashville Tennessee Miami Flórida\nNashville Tennessee Tulsa Oklahoma\nNashville Tennessee Oakland Califórnia\nNashville Tennessee Cleveland Ohio\nNashville Tennessee Minneapolis Minesota\nNashville Tennessee Wichita Kansas\nNashville Tennessee Arlington Texas\nNashville Tennessee Bakersfield Califórnia\nNashville Tennessee Tampa Flórida\nNashville Tennessee Anaheim Califórnia\nNashville Tennessee Honolulu Havai\nNashville Tennessee Pitsburgo Pensilvânia\nNashville Tennessee Lexington Kentucky\nNashville Tennessee Stockton Califórnia\nNashville Tennessee Cincinnati Ohio\nNashville Tennessee Anchorage Alasca\nNashville Tennessee Toledo Ohio\nNashville Tennessee Plano Texas\nNashville Tennessee Henderson Nevada\nNashville Tennessee Orlando Flórida\nNashville Tennessee Laredo Texas\nNashville Tennessee Chandler Arizona\nNashville Tennessee Madison Wisconsin\nNashville Tennessee Lubbock Texas\nNashville Tennessee Garland Texas\nNashville Tennessee Glendale Arizona\nNashville Tennessee Hialeah Flórida\nNashville Tennessee Reno Nevada\nNashville Tennessee Scottsdale Arizona\nNashville Tennessee Irving Texas\nLouisville Kentucky Milwaukee Wisconsin\nLouisville Kentucky Portland Oregão\nLouisville Kentucky Tucson Arizona\nLouisville Kentucky Fresno Califórnia\nLouisville Kentucky Sacramento Califórnia\nLouisville Kentucky Mesa Arizona\nLouisville Kentucky Atlanta Geórgia\nLouisville Kentucky Omaha Nebraska\nLouisville Kentucky Miami Flórida\nLouisville Kentucky Tulsa Oklahoma\nLouisville Kentucky Oakland Califórnia\nLouisville Kentucky Cleveland Ohio\nLouisville Kentucky Minneapolis Minesota\nLouisville Kentucky Wichita Kansas\nLouisville Kentucky Arlington Texas\nLouisville Kentucky Bakersfield Califórnia\nLouisville Kentucky Tampa Flórida\nLouisville Kentucky Anaheim Califórnia\nLouisville Kentucky Honolulu Havai\nLouisville Kentucky Pitsburgo Pensilvânia\nLouisville Kentucky Stockton Califórnia\nLouisville Kentucky Cincinnati Ohio\nLouisville Kentucky Anchorage Alasca\nLouisville Kentucky Toledo Ohio\nLouisville Kentucky Plano Texas\nLouisville Kentucky Henderson Nevada\nLouisville Kentucky Orlando Flórida\nLouisville Kentucky Laredo Texas\nLouisville Kentucky Chandler Arizona\nLouisville Kentucky Madison Wisconsin\nLouisville Kentucky Lubbock Texas\nLouisville Kentucky Garland Texas\nLouisville Kentucky Glendale Arizona\nLouisville Kentucky Hialeah Flórida\nLouisville Kentucky Reno Nevada\nLouisville Kentucky Scottsdale Arizona\nLouisville Kentucky Irving Texas\nLouisville Kentucky Fremont Califórnia\nMilwaukee Wisconsin Portland Oregão\nMilwaukee Wisconsin Tucson Arizona\nMilwaukee Wisconsin Fresno Califórnia\nMilwaukee Wisconsin Sacramento Califórnia\nMilwaukee Wisconsin Mesa Arizona\nMilwaukee Wisconsin Atlanta Geórgia\nMilwaukee Wisconsin Omaha Nebraska\nMilwaukee Wisconsin Miami Flórida\nMilwaukee Wisconsin Tulsa Oklahoma\nMilwaukee Wisconsin Oakland Califórnia\nMilwaukee Wisconsin Cleveland Ohio\nMilwaukee Wisconsin Minneapolis Minesota\nMilwaukee Wisconsin Wichita Kansas\nMilwaukee Wisconsin Arlington Texas\nMilwaukee Wisconsin Bakersfield Califórnia\nMilwaukee Wisconsin Tampa Flórida\nMilwaukee Wisconsin Anaheim Califórnia\nMilwaukee Wisconsin Honolulu Havai\nMilwaukee Wisconsin Pitsburgo Pensilvânia\nMilwaukee Wisconsin Lexington Kentucky\nMilwaukee Wisconsin Stockton Califórnia\nMilwaukee Wisconsin Cincinnati Ohio\nMilwaukee Wisconsin Anchorage Alasca\nMilwaukee Wisconsin Toledo Ohio\nMilwaukee Wisconsin Plano Texas\nMilwaukee Wisconsin Henderson Nevada\nMilwaukee Wisconsin Orlando Flórida\nMilwaukee Wisconsin Laredo Texas\nMilwaukee Wisconsin Chandler Arizona\nMilwaukee Wisconsin Lubbock Texas\nMilwaukee Wisconsin Garland Texas\nMilwaukee Wisconsin Glendale Arizona\nMilwaukee Wisconsin Hialeah Flórida\nMilwaukee Wisconsin Reno Nevada\nMilwaukee Wisconsin Scottsdale Arizona\nMilwaukee Wisconsin Irving Texas\nMilwaukee Wisconsin Fremont Califórnia\nMilwaukee Wisconsin Irvine Califórnia\nPortland Oregão Tucson Arizona\nPortland Oregão Fresno Califórnia\nPortland Oregão Sacramento Califórnia\nPortland Oregão Mesa Arizona\nPortland Oregão Atlanta Geórgia\nPortland Oregão Omaha Nebraska\nPortland Oregão Miami Flórida\nPortland Oregão Tulsa Oklahoma\nPortland Oregão Oakland Califórnia\nPortland Oregão Cleveland Ohio\nPortland Oregão Minneapolis Minesota\nPortland Oregão Wichita Kansas\nPortland Oregão Arlington Texas\nPortland Oregão Bakersfield Califórnia\nPortland Oregão Tampa Flórida\nPortland Oregão Anaheim Califórnia\nPortland Oregão Honolulu Havai\nPortland Oregão Pitsburgo Pensilvânia\nPortland Oregão Lexington Kentucky\nPortland Oregão Stockton Califórnia\nPortland Oregão Cincinnati Ohio\nPortland Oregão Anchorage Alasca\nPortland Oregão Toledo Ohio\nPortland Oregão Plano Texas\nPortland Oregão Henderson Nevada\nPortland Oregão Orlando Flórida\nPortland Oregão Laredo Texas\nPortland Oregão Chandler Arizona\nPortland Oregão Madison Wisconsin\nPortland Oregão Lubbock Texas\nPortland Oregão Garland Texas\nPortland Oregão Glendale Arizona\nPortland Oregão Hialeah Flórida\nPortland Oregão Reno Nevada\nPortland Oregão Scottsdale Arizona\nPortland Oregão Irving Texas\nPortland Oregão Fremont Califórnia\nPortland Oregão Irvine Califórnia\nPortland Oregão Spokane Washington\nTucson Arizona Fresno Califórnia\nTucson Arizona Sacramento Califórnia\nTucson Arizona Atlanta Geórgia\nTucson Arizona Omaha Nebraska\nTucson Arizona Miami Flórida\nTucson Arizona Tulsa Oklahoma\nTucson Arizona Oakland Califórnia\nTucson Arizona Cleveland Ohio\nTucson Arizona Minneapolis Minesota\nTucson Arizona Wichita Kansas\nTucson Arizona Arlington Texas\nTucson Arizona Bakersfield Califórnia\nTucson Arizona Tampa Flórida\nTucson Arizona Anaheim Califórnia\nTucson Arizona Honolulu Havai\nTucson Arizona Pitsburgo Pensilvânia\nTucson Arizona Lexington Kentucky\nTucson Arizona Stockton Califórnia\nTucson Arizona Cincinnati Ohio\nTucson Arizona Anchorage Alasca\nTucson Arizona Toledo Ohio\nTucson Arizona Plano Texas\nTucson Arizona Henderson Nevada\nTucson Arizona Orlando Flórida\nTucson Arizona Laredo Texas\nTucson Arizona Madison Wisconsin\nTucson Arizona Lubbock Texas\nTucson Arizona Garland Texas\nTucson Arizona Hialeah Flórida\nTucson Arizona Reno Nevada\nTucson Arizona Irving Texas\nTucson Arizona Fremont Califórnia\nTucson Arizona Irvine Califórnia\nTucson Arizona Spokane Washington\nTucson Arizona Modesto Califórnia\nFresno Califórnia Mesa Arizona\nFresno Califórnia Atlanta Geórgia\nFresno Califórnia Omaha Nebraska\nFresno Califórnia Miami Flórida\nFresno Califórnia Tulsa Oklahoma\nFresno Califórnia Cleveland Ohio\nFresno Califórnia Minneapolis Minesota\nFresno Califórnia Wichita Kansas\nFresno Califórnia Arlington Texas\nFresno Califórnia Tampa Flórida\nFresno Califórnia Honolulu Havai\nFresno Califórnia Pitsburgo Pensilvânia\nFresno Califórnia Lexington Kentucky\nFresno Califórnia Cincinnati Ohio\nFresno Califórnia Anchorage Alasca\nFresno Califórnia Toledo Ohio\nFresno Califórnia Plano Texas\nFresno Califórnia Henderson Nevada\nFresno Califórnia Orlando Flórida\nFresno Califórnia Laredo Texas\nFresno Califórnia Chandler Arizona\nFresno Califórnia Madison Wisconsin\nFresno Califórnia Lubbock Texas\nFresno Califórnia Garland Texas\nFresno Califórnia Glendale Arizona\nFresno Califórnia Hialeah Flórida\nFresno Califórnia Reno Nevada\nFresno Califórnia Scottsdale Arizona\nFresno Califórnia Irving Texas\nFresno Califórnia Spokane Washington\nFresno Califórnia Shreveport Luisiana\nSacramento Califórnia Mesa Arizona\nSacramento Califórnia Atlanta Geórgia\nSacramento Califórnia Omaha Nebraska\nSacramento Califórnia Miami Flórida\nSacramento Califórnia Tulsa Oklahoma\nSacramento Califórnia Cleveland Ohio\nSacramento Califórnia Minneapolis Minesota\nSacramento Califórnia Wichita Kansas\nSacramento Califórnia Arlington Texas\nSacramento Califórnia Tampa Flórida\nSacramento Califórnia Honolulu Havai\nSacramento Califórnia Pitsburgo Pensilvânia\nSacramento Califórnia Lexington Kentucky\nSacramento Califórnia Cincinnati Ohio\nSacramento Califórnia Anchorage Alasca\nSacramento Califórnia Toledo Ohio\nSacramento Califórnia Plano Texas\nSacramento Califórnia Henderson Nevada\nSacramento Califórnia Orlando Flórida\nSacramento Califórnia Laredo Texas\nSacramento Califórnia Chandler Arizona\nSacramento Califórnia Madison Wisconsin\nSacramento Califórnia Lubbock Texas\nSacramento Califórnia Garland Texas\nSacramento Califórnia Glendale Arizona\nSacramento Califórnia Hialeah Flórida\nSacramento Califórnia Reno Nevada\nSacramento Califórnia Scottsdale Arizona\nSacramento Califórnia Irving Texas\nSacramento Califórnia Spokane Washington\nSacramento Califórnia Shreveport Luisiana\nSacramento Califórnia Tacoma Washington\nMesa Arizona Atlanta Geórgia\nMesa Arizona Omaha Nebraska\nMesa Arizona Miami Flórida\nMesa Arizona Tulsa Oklahoma\nMesa Arizona Oakland Califórnia\nMesa Arizona Cleveland Ohio\nMesa Arizona Minneapolis Minesota\nMesa Arizona Wichita Kansas\nMesa Arizona Arlington Texas\nMesa Arizona Bakersfield Califórnia\nMesa Arizona Tampa Flórida\nMesa Arizona Anaheim Califórnia\nMesa Arizona Honolulu Havai\nMesa Arizona Pitsburgo Pensilvânia\nMesa Arizona Lexington Kentucky\nMesa Arizona Stockton Califórnia\nMesa Arizona Cincinnati Ohio\nMesa Arizona Anchorage Alasca\nMesa Arizona Toledo Ohio\nMesa Arizona Plano Texas\nMesa Arizona Henderson Nevada\nMesa Arizona Orlando Flórida\nMesa Arizona Laredo Texas\nMesa Arizona Madison Wisconsin\nMesa Arizona Lubbock Texas\nMesa Arizona Garland Texas\nMesa Arizona Hialeah Flórida\nMesa Arizona Reno Nevada\nMesa Arizona Irving Texas\nMesa Arizona Fremont Califórnia\nMesa Arizona Irvine Califórnia\nMesa Arizona Spokane Washington\nMesa Arizona Modesto Califórnia\nMesa Arizona Shreveport Luisiana\nMesa Arizona Tacoma Washington\nMesa Arizona Oxnard Califórnia\nAtlanta Geórgia Omaha Nebraska\nAtlanta Geórgia Miami Flórida\nAtlanta Geórgia Tulsa Oklahoma\nAtlanta Geórgia Oakland Califórnia\nAtlanta Geórgia Cleveland Ohio\nAtlanta Geórgia Minneapolis Minesota\nAtlanta Geórgia Wichita Kansas\nAtlanta Geórgia Arlington Texas\nAtlanta Geórgia Bakersfield Califórnia\nAtlanta Geórgia Tampa Flórida\nAtlanta Geórgia Anaheim Califórnia\nAtlanta Geórgia Honolulu Havai\nAtlanta Geórgia Pitsburgo Pensilvânia\nAtlanta Geórgia Lexington Kentucky\nAtlanta Geórgia Stockton Califórnia\nAtlanta Geórgia Cincinnati Ohio\nAtlanta Geórgia Anchorage Alasca\nAtlanta Geórgia Toledo Ohio\nAtlanta Geórgia Plano Texas\nAtlanta Geórgia Henderson Nevada\nAtlanta Geórgia Orlando Flórida\nAtlanta Geórgia Laredo Texas\nAtlanta Geórgia Chandler Arizona\nAtlanta Geórgia Madison Wisconsin\nAtlanta Geórgia Lubbock Texas\nAtlanta Geórgia Garland Texas\nAtlanta Geórgia Glendale Arizona\nAtlanta Geórgia Hialeah Flórida\nAtlanta Geórgia Reno Nevada\nAtlanta Geórgia Scottsdale Arizona\nAtlanta Geórgia Irving Texas\nAtlanta Geórgia Fremont Califórnia\nAtlanta Geórgia Irvine Califórnia\nAtlanta Geórgia Spokane Washington\nAtlanta Geórgia Modesto Califórnia\nAtlanta Geórgia Shreveport Luisiana\nAtlanta Geórgia Tacoma Washington\nAtlanta Geórgia Oxnard Califórnia\nAtlanta Geórgia Fontana Califórnia\nOmaha Nebraska Miami Flórida\nOmaha Nebraska Tulsa Oklahoma\nOmaha Nebraska Oakland Califórnia\nOmaha Nebraska Cleveland Ohio\nOmaha Nebraska Minneapolis Minesota\nOmaha Nebraska Wichita Kansas\nOmaha Nebraska Arlington Texas\nOmaha Nebraska Bakersfield Califórnia\nOmaha Nebraska Tampa Flórida\nOmaha Nebraska Anaheim Califórnia\nOmaha Nebraska Honolulu Havai\nOmaha Nebraska Pitsburgo Pensilvânia\nOmaha Nebraska Lexington Kentucky\nOmaha Nebraska Stockton Califórnia\nOmaha Nebraska Cincinnati Ohio\nOmaha Nebraska Anchorage Alasca\nOmaha Nebraska Toledo Ohio\nOmaha Nebraska Plano Texas\nOmaha Nebraska Henderson Nevada\nOmaha Nebraska Orlando Flórida\nOmaha Nebraska Laredo Texas\nOmaha Nebraska Chandler Arizona\nOmaha Nebraska Madison Wisconsin\nOmaha Nebraska Lubbock Texas\nOmaha Nebraska Garland Texas\nOmaha Nebraska Glendale Arizona\nOmaha Nebraska Hialeah Flórida\nOmaha Nebraska Reno Nevada\nOmaha Nebraska Scottsdale Arizona\nOmaha Nebraska Irving Texas\nOmaha Nebraska Fremont Califórnia\nOmaha Nebraska Irvine Califórnia\nOmaha Nebraska Spokane Washington\nOmaha Nebraska Modesto Califórnia\nOmaha Nebraska Shreveport Luisiana\nOmaha Nebraska Tacoma Washington\nOmaha Nebraska Oxnard Califórnia\nOmaha Nebraska Fontana Califórnia\nOmaha Nebraska Akron Ohio\nMiami Flórida Tulsa Oklahoma\nMiami Flórida Oakland Califórnia\nMiami Flórida Cleveland Ohio\nMiami Flórida Minneapolis Minesota\nMiami Flórida Wichita Kansas\nMiami Flórida Arlington Texas\nMiami Flórida Bakersfield Califórnia\nMiami Flórida Anaheim Califórnia\nMiami Flórida Honolulu Havai\nMiami Flórida Pitsburgo Pensilvânia\nMiami Flórida Lexington Kentucky\nMiami Flórida Stockton Califórnia\nMiami Flórida Cincinnati Ohio\nMiami Flórida Anchorage Alasca\nMiami Flórida Toledo Ohio\nMiami Flórida Plano Texas\nMiami Flórida Henderson Nevada\nMiami Flórida Laredo Texas\nMiami Flórida Chandler Arizona\nMiami Flórida Madison Wisconsin\nMiami Flórida Lubbock Texas\nMiami Flórida Garland Texas\nMiami Flórida Glendale Arizona\nMiami Flórida Reno Nevada\nMiami Flórida Scottsdale Arizona\nMiami Flórida Irving Texas\nMiami Flórida Fremont Califórnia\nMiami Flórida Irvine Califórnia\nMiami Flórida Spokane Washington\nMiami Flórida Modesto Califórnia\nMiami Flórida Shreveport Luisiana\nMiami Flórida Tacoma Washington\nMiami Flórida Oxnard Califórnia\nMiami Flórida Fontana Califórnia\nMiami Flórida Akron Ohio\nMiami Flórida Amarillo Texas\nTulsa Oklahoma Oakland Califórnia\nTulsa Oklahoma Cleveland Ohio\nTulsa Oklahoma Minneapolis Minesota\nTulsa Oklahoma Wichita Kansas\nTulsa Oklahoma Arlington Texas\nTulsa Oklahoma Bakersfield Califórnia\nTulsa Oklahoma Tampa Flórida\nTulsa Oklahoma Anaheim Califórnia\nTulsa Oklahoma Honolulu Havai\nTulsa Oklahoma Pitsburgo Pensilvânia\nTulsa Oklahoma Lexington Kentucky\nTulsa Oklahoma Stockton Califórnia\nTulsa Oklahoma Cincinnati Ohio\nTulsa Oklahoma Anchorage Alasca\nTulsa Oklahoma Toledo Ohio\nTulsa Oklahoma Plano Texas\nTulsa Oklahoma Henderson Nevada\nTulsa Oklahoma Orlando Flórida\nTulsa Oklahoma Laredo Texas\nTulsa Oklahoma Chandler Arizona\nTulsa Oklahoma Madison Wisconsin\nTulsa Oklahoma Lubbock Texas\nTulsa Oklahoma Garland Texas\nTulsa Oklahoma Glendale Arizona\nTulsa Oklahoma Hialeah Flórida\nTulsa Oklahoma Reno Nevada\nTulsa Oklahoma Scottsdale Arizona\nTulsa Oklahoma Irving Texas\nTulsa Oklahoma Fremont Califórnia\nTulsa Oklahoma Irvine Califórnia\nTulsa Oklahoma Spokane Washington\nTulsa Oklahoma Modesto Califórnia\nTulsa Oklahoma Shreveport Luisiana\nTulsa Oklahoma Tacoma Washington\nTulsa Oklahoma Oxnard Califórnia\nTulsa Oklahoma Fontana Califórnia\nTulsa Oklahoma Akron Ohio\nTulsa Oklahoma Amarillo Texas\nTulsa Oklahoma Glendale Califórnia\nOakland Califórnia Cleveland Ohio\nOakland Califórnia Minneapolis Minesota\nOakland Califórnia Wichita Kansas\nOakland Califórnia Arlington Texas\nOakland Califórnia Tampa Flórida\nOakland Califórnia Honolulu Havai\nOakland Califórnia Pitsburgo Pensilvânia\nOakland Califórnia Lexington Kentucky\nOakland Califórnia Cincinnati Ohio\nOakland Califórnia Anchorage Alasca\nOakland Califórnia Toledo Ohio\nOakland Califórnia Plano Texas\nOakland Califórnia Henderson Nevada\nOakland Califórnia Orlando Flórida\nOakland Califórnia Laredo Texas\nOakland Califórnia Chandler Arizona\nOakland Califórnia Madison Wisconsin\nOakland Califórnia Lubbock Texas\nOakland Califórnia Garland Texas\nOakland Califórnia Glendale Arizona\nOakland Califórnia Hialeah Flórida\nOakland Califórnia Reno Nevada\nOakland Califórnia Scottsdale Arizona\nOakland Califórnia Irving Texas\nOakland Califórnia Spokane Washington\nOakland Califórnia Shreveport Luisiana\nOakland Califórnia Tacoma Washington\nOakland Califórnia Akron Ohio\nOakland Califórnia Amarillo Texas\nOakland Califórnia Tallahassee Flórida\nCleveland Ohio Minneapolis Minesota\nCleveland Ohio Wichita Kansas\nCleveland Ohio Arlington Texas\nCleveland Ohio Bakersfield Califórnia\nCleveland Ohio Tampa Flórida\nCleveland Ohio Anaheim Califórnia\nCleveland Ohio Honolulu Havai\nCleveland Ohio Pitsburgo Pensilvânia\nCleveland Ohio Lexington Kentucky\nCleveland Ohio Stockton Califórnia\nCleveland Ohio Anchorage Alasca\nCleveland Ohio Plano Texas\nCleveland Ohio Henderson Nevada\nCleveland Ohio Orlando Flórida\nCleveland Ohio Laredo Texas\nCleveland Ohio Chandler Arizona\nCleveland Ohio Madison Wisconsin\nCleveland Ohio Lubbock Texas\nCleveland Ohio Garland Texas\nCleveland Ohio Glendale Arizona\nCleveland Ohio Hialeah Flórida\nCleveland Ohio Reno Nevada\nCleveland Ohio Scottsdale Arizona\nCleveland Ohio Irving Texas\nCleveland Ohio Fremont Califórnia\nCleveland Ohio Irvine Califórnia\nCleveland Ohio Spokane Washington\nCleveland Ohio Modesto Califórnia\nCleveland Ohio Shreveport Luisiana\nCleveland Ohio Tacoma Washington\nCleveland Ohio Oxnard Califórnia\nCleveland Ohio Fontana Califórnia\nCleveland Ohio Amarillo Texas\nCleveland Ohio Glendale Califórnia\nCleveland Ohio Tallahassee Flórida\nCleveland Ohio Huntsville Alabama\nMinneapolis Minesota Wichita Kansas\nMinneapolis Minesota Arlington Texas\nMinneapolis Minesota Bakersfield Califórnia\nMinneapolis Minesota Tampa Flórida\nMinneapolis Minesota Anaheim Califórnia\nMinneapolis Minesota Honolulu Havai\nMinneapolis Minesota Pitsburgo Pensilvânia\nMinneapolis Minesota Lexington Kentucky\nMinneapolis Minesota Stockton Califórnia\nMinneapolis Minesota Cincinnati Ohio\nMinneapolis Minesota Anchorage Alasca\nMinneapolis Minesota Toledo Ohio\nMinneapolis Minesota Plano Texas\nMinneapolis Minesota Henderson Nevada\nMinneapolis Minesota Orlando Flórida\nMinneapolis Minesota Laredo Texas\nMinneapolis Minesota Chandler Arizona\nMinneapolis Minesota Madison Wisconsin\nMinneapolis Minesota Lubbock Texas\nMinneapolis Minesota Garland Texas\nMinneapolis Minesota Glendale Arizona\nMinneapolis Minesota Hialeah Flórida\nMinneapolis Minesota Reno Nevada\nMinneapolis Minesota Scottsdale Arizona\nMinneapolis Minesota Irving Texas\nMinneapolis Minesota Fremont Califórnia\nMinneapolis Minesota Irvine Califórnia\nMinneapolis Minesota Spokane Washington\nMinneapolis Minesota Modesto Califórnia\nMinneapolis Minesota Shreveport Luisiana\nMinneapolis Minesota Tacoma Washington\nMinneapolis Minesota Oxnard Califórnia\nMinneapolis Minesota Fontana Califórnia\nMinneapolis Minesota Akron Ohio\nMinneapolis Minesota Amarillo Texas\nMinneapolis Minesota Glendale Califórnia\nMinneapolis Minesota Tallahassee Flórida\nMinneapolis Minesota Huntsville Alabama\nMinneapolis Minesota Worcester Massachusetts\nWichita Kansas Arlington Texas\nWichita Kansas Bakersfield Califórnia\nWichita Kansas Tampa Flórida\nWichita Kansas Anaheim Califórnia\nWichita Kansas Honolulu Havai\nWichita Kansas Pitsburgo Pensilvânia\nWichita Kansas Lexington Kentucky\nWichita Kansas Stockton Califórnia\nWichita Kansas Cincinnati Ohio\nWichita Kansas Anchorage Alasca\nWichita Kansas Toledo Ohio\nWichita Kansas Plano Texas\nWichita Kansas Henderson Nevada\nWichita Kansas Orlando Flórida\nWichita Kansas Laredo Texas\nWichita Kansas Chandler Arizona\nWichita Kansas Madison Wisconsin\nWichita Kansas Lubbock Texas\nWichita Kansas Garland Texas\nWichita Kansas Glendale Arizona\nWichita Kansas Hialeah Flórida\nWichita Kansas Reno Nevada\nWichita Kansas Scottsdale Arizona\nWichita Kansas Irving Texas\nWichita Kansas Fremont Califórnia\nWichita Kansas Irvine Califórnia\nWichita Kansas Spokane Washington\nWichita Kansas Modesto Califórnia\nWichita Kansas Shreveport Luisiana\nWichita Kansas Tacoma Washington\nWichita Kansas Oxnard Califórnia\nWichita Kansas Fontana Califórnia\nWichita Kansas Akron Ohio\nWichita Kansas Amarillo Texas\nWichita Kansas Glendale Califórnia\nWichita Kansas Tallahassee Flórida\nWichita Kansas Huntsville Alabama\nWichita Kansas Worcester Massachusetts\nWichita Kansas Chicago Ilinóis\nArlington Texas Bakersfield Califórnia\nArlington Texas Tampa Flórida\nArlington Texas Anaheim Califórnia\nArlington Texas Honolulu Havai\nArlington Texas Pitsburgo Pensilvânia\nArlington Texas Lexington Kentucky\nArlington Texas Stockton Califórnia\nArlington Texas Cincinnati Ohio\nArlington Texas Anchorage Alasca\nArlington Texas Toledo Ohio\nArlington Texas Henderson Nevada\nArlington Texas Orlando Flórida\nArlington Texas Chandler Arizona\nArlington Texas Madison Wisconsin\nArlington Texas Glendale Arizona\nArlington Texas Hialeah Flórida\nArlington Texas Reno Nevada\nArlington Texas Scottsdale Arizona\nArlington Texas Fremont Califórnia\nArlington Texas Irvine Califórnia\nArlington Texas Spokane Washington\nArlington Texas Modesto Califórnia\nArlington Texas Shreveport Luisiana\nArlington Texas Tacoma Washington\nArlington Texas Oxnard Califórnia\nArlington Texas Fontana Califórnia\nArlington Texas Akron Ohio\nArlington Texas Glendale Califórnia\nArlington Texas Tallahassee Flórida\nArlington Texas Huntsville Alabama\nArlington Texas Worcester Massachusetts\nArlington Texas Chicago Ilinóis\nBakersfield Califórnia Tampa Flórida\nBakersfield Califórnia Honolulu Havai\nBakersfield Califórnia Pitsburgo Pensilvânia\nBakersfield Califórnia Lexington Kentucky\nBakersfield Califórnia Cincinnati Ohio\nBakersfield Califórnia Anchorage Alasca\nBakersfield Califórnia Toledo Ohio\nBakersfield Califórnia Plano Texas\nBakersfield Califórnia Henderson Nevada\nBakersfield Califórnia Orlando Flórida\nBakersfield Califórnia Laredo Texas\nBakersfield Califórnia Chandler Arizona\nBakersfield Califórnia Madison Wisconsin\nBakersfield Califórnia Lubbock Texas\nBakersfield Califórnia Garland Texas\nBakersfield Califórnia Glendale Arizona\nBakersfield Califórnia Hialeah Flórida\nBakersfield Califórnia Reno Nevada\nBakersfield Califórnia Scottsdale Arizona\nBakersfield Califórnia Irving Texas\nBakersfield Califórnia Spokane Washington\nBakersfield Califórnia Shreveport Luisiana\nBakersfield Califórnia Tacoma Washington\nBakersfield Califórnia Akron Ohio\nBakersfield Califórnia Amarillo Texas\nBakersfield Califórnia Tallahassee Flórida\nBakersfield Califórnia Huntsville Alabama\nBakersfield Califórnia Worcester Massachusetts\nBakersfield Califórnia Chicago Ilinóis\nBakersfield Califórnia Houston Texas\nBakersfield Califórnia Filadélfia Pensilvânia\nTampa Flórida Anaheim Califórnia\nTampa Flórida Honolulu Havai\nTampa Flórida Pitsburgo Pensilvânia\nTampa Flórida Lexington Kentucky\nTampa Flórida Stockton Califórnia\nTampa Flórida Cincinnati Ohio\nTampa Flórida Anchorage Alasca\nTampa Flórida Toledo Ohio\nTampa Flórida Plano Texas\nTampa Flórida Henderson Nevada\nTampa Flórida Laredo Texas\nTampa Flórida Chandler Arizona\nTampa Flórida Madison Wisconsin\nTampa Flórida Lubbock Texas\nTampa Flórida Garland Texas\nTampa Flórida Glendale Arizona\nTampa Flórida Reno Nevada\nTampa Flórida Scottsdale Arizona\nTampa Flórida Irving Texas\nTampa Flórida Fremont Califórnia\nTampa Flórida Irvine Califórnia\nTampa Flórida Spokane Washington\nTampa Flórida Modesto Califórnia\nTampa Flórida Shreveport Luisiana\nTampa Flórida Tacoma Washington\nTampa Flórida Oxnard Califórnia\nTampa Flórida Fontana Califórnia\nTampa Flórida Akron Ohio\nTampa Flórida Amarillo Texas\nTampa Flórida Glendale Califórnia\nTampa Flórida Huntsville Alabama\nTampa Flórida Worcester Massachusetts\nTampa Flórida Chicago Ilinóis\nTampa Flórida Houston Texas\nTampa Flórida Filadélfia Pensilvânia\nTampa Flórida Fênix Arizona\nAnaheim Califórnia Honolulu Havai\nAnaheim Califórnia Pitsburgo Pensilvânia\nAnaheim Califórnia Lexington Kentucky\nAnaheim Califórnia Cincinnati Ohio\nAnaheim Califórnia Anchorage Alasca\nAnaheim Califórnia Toledo Ohio\nAnaheim Califórnia Plano Texas\nAnaheim Califórnia Henderson Nevada\nAnaheim Califórnia Orlando Flórida\nAnaheim Califórnia Laredo Texas\nAnaheim Califórnia Chandler Arizona\nAnaheim Califórnia Madison Wisconsin\nAnaheim Califórnia Lubbock Texas\nAnaheim Califórnia Garland Texas\nAnaheim Califórnia Glendale Arizona\nAnaheim Califórnia Hialeah Flórida\nAnaheim Califórnia Reno Nevada\nAnaheim Califórnia Scottsdale Arizona\nAnaheim Califórnia Irving Texas\nAnaheim Califórnia Spokane Washington\nAnaheim Califórnia Shreveport Luisiana\nAnaheim Califórnia Tacoma Washington\nAnaheim Califórnia Akron Ohio\nAnaheim Califórnia Amarillo Texas\nAnaheim Califórnia Tallahassee Flórida\nAnaheim Califórnia Huntsville Alabama\nAnaheim Califórnia Worcester Massachusetts\nAnaheim Califórnia Chicago Ilinóis\nAnaheim Califórnia Houston Texas\nAnaheim Califórnia Filadélfia Pensilvânia\nAnaheim Califórnia Fênix Arizona\nAnaheim Califórnia Dallas Texas\nHonolulu Havai Pitsburgo Pensilvânia\nHonolulu Havai Lexington Kentucky\nHonolulu Havai Stockton Califórnia\nHonolulu Havai Cincinnati Ohio\nHonolulu Havai Anchorage Alasca\nHonolulu Havai Toledo Ohio\nHonolulu Havai Plano Texas\nHonolulu Havai Henderson Nevada\nHonolulu Havai Orlando Flórida\nHonolulu Havai Laredo Texas\nHonolulu Havai Chandler Arizona\nHonolulu Havai Madison Wisconsin\nHonolulu Havai Lubbock Texas\nHonolulu Havai Garland Texas\nHonolulu Havai Glendale Arizona\nHonolulu Havai Hialeah Flórida\nHonolulu Havai Reno Nevada\nHonolulu Havai Scottsdale Arizona\nHonolulu Havai Irving Texas\nHonolulu Havai Fremont Califórnia\nHonolulu Havai Irvine Califórnia\nHonolulu Havai Spokane Washington\nHonolulu Havai Modesto Califórnia\nHonolulu Havai Shreveport Luisiana\nHonolulu Havai Tacoma Washington\nHonolulu Havai Oxnard Califórnia\nHonolulu Havai Fontana Califórnia\nHonolulu Havai Akron Ohio\nHonolulu Havai Amarillo Texas\nHonolulu Havai Glendale Califórnia\nHonolulu Havai Tallahassee Flórida\nHonolulu Havai Huntsville Alabama\nHonolulu Havai Worcester Massachusetts\nHonolulu Havai Chicago Ilinóis\nHonolulu Havai Houston Texas\nHonolulu Havai Filadélfia Pensilvânia\nHonolulu Havai Fênix Arizona\nHonolulu Havai Dallas Texas\nHonolulu Havai Jacksonville Flórida\nPitsburgo Pensilvânia Lexington Kentucky\nPitsburgo Pensilvânia Stockton Califórnia\nPitsburgo Pensilvânia Cincinnati Ohio\nPitsburgo Pensilvânia Anchorage Alasca\nPitsburgo Pensilvânia Toledo Ohio\nPitsburgo Pensilvânia Plano Texas\nPitsburgo Pensilvânia Henderson Nevada\nPitsburgo Pensilvânia Orlando Flórida\nPitsburgo Pensilvânia Laredo Texas\nPitsburgo Pensilvânia Chandler Arizona\nPitsburgo Pensilvânia Madison Wisconsin\nPitsburgo Pensilvânia Lubbock Texas\nPitsburgo Pensilvânia Garland Texas\nPitsburgo Pensilvânia Glendale Arizona\nPitsburgo Pensilvânia Hialeah Flórida\nPitsburgo Pensilvânia Reno Nevada\nPitsburgo Pensilvânia Scottsdale Arizona\nPitsburgo Pensilvânia Irving Texas\nPitsburgo Pensilvânia Fremont Califórnia\nPitsburgo Pensilvânia Irvine Califórnia\nPitsburgo Pensilvânia Spokane Washington\nPitsburgo Pensilvânia Modesto Califórnia\nPitsburgo Pensilvânia Shreveport Luisiana\nPitsburgo Pensilvânia Tacoma Washington\nPitsburgo Pensilvânia Oxnard Califórnia\nPitsburgo Pensilvânia Fontana Califórnia\nPitsburgo Pensilvânia Akron Ohio\nPitsburgo Pensilvânia Amarillo Texas\nPitsburgo Pensilvânia Glendale Califórnia\nPitsburgo Pensilvânia Tallahassee Flórida\nPitsburgo Pensilvânia Huntsville Alabama\nPitsburgo Pensilvânia Worcester Massachusetts\nPitsburgo Pensilvânia Chicago Ilinóis\nPitsburgo Pensilvânia Houston Texas\nPitsburgo Pensilvânia Fênix Arizona\nPitsburgo Pensilvânia Dallas Texas\nPitsburgo Pensilvânia Jacksonville Flórida\nPitsburgo Pensilvânia Indianápolis Indiana\nLexington Kentucky Stockton Califórnia\nLexington Kentucky Cincinnati Ohio\nLexington Kentucky Anchorage Alasca\nLexington Kentucky Toledo Ohio\nLexington Kentucky Plano Texas\nLexington Kentucky Henderson Nevada\nLexington Kentucky Orlando Flórida\nLexington Kentucky Laredo Texas\nLexington Kentucky Chandler Arizona\nLexington Kentucky Madison Wisconsin\nLexington Kentucky Lubbock Texas\nLexington Kentucky Garland Texas\nLexington Kentucky Glendale Arizona\nLexington Kentucky Hialeah Flórida\nLexington Kentucky Reno Nevada\nLexington Kentucky Scottsdale Arizona\nLexington Kentucky Irving Texas\nLexington Kentucky Fremont Califórnia\nLexington Kentucky Irvine Califórnia\nLexington Kentucky Spokane Washington\nLexington Kentucky Modesto Califórnia\nLexington Kentucky Shreveport Luisiana\nLexington Kentucky Tacoma Washington\nLexington Kentucky Oxnard Califórnia\nLexington Kentucky Fontana Califórnia\nLexington Kentucky Akron Ohio\nLexington Kentucky Amarillo Texas\nLexington Kentucky Glendale Califórnia\nLexington Kentucky Tallahassee Flórida\nLexington Kentucky Huntsville Alabama\nLexington Kentucky Worcester Massachusetts\nLexington Kentucky Chicago Ilinóis\nLexington Kentucky Houston Texas\nLexington Kentucky Filadélfia Pensilvânia\nLexington Kentucky Fênix Arizona\nLexington Kentucky Dallas Texas\nLexington Kentucky Jacksonville Flórida\nLexington Kentucky Indianápolis Indiana\nLexington Kentucky Austin Texas\nStockton Califórnia Cincinnati Ohio\nStockton Califórnia Anchorage Alasca\nStockton Califórnia Toledo Ohio\nStockton Califórnia Plano Texas\nStockton Califórnia Henderson Nevada\nStockton Califórnia Orlando Flórida\nStockton Califórnia Laredo Texas\nStockton Califórnia Chandler Arizona\nStockton Califórnia Madison Wisconsin\nStockton Califórnia Lubbock Texas\nStockton Califórnia Garland Texas\nStockton Califórnia Glendale Arizona\nStockton Califórnia Hialeah Flórida\nStockton Califórnia Reno Nevada\nStockton Califórnia Scottsdale Arizona\nStockton Califórnia Irving Texas\nStockton Califórnia Spokane Washington\nStockton Califórnia Shreveport Luisiana\nStockton Califórnia Tacoma Washington\nStockton Califórnia Akron Ohio\nStockton Califórnia Amarillo Texas\nStockton Califórnia Tallahassee Flórida\nStockton Califórnia Huntsville Alabama\nStockton Califórnia Worcester Massachusetts\nStockton Califórnia Chicago Ilinóis\nStockton Califórnia Houston Texas\nStockton Califórnia Filadélfia Pensilvânia\nStockton Califórnia Fênix Arizona\nStockton Califórnia Dallas Texas\nStockton Califórnia Jacksonville Flórida\nStockton Califórnia Indianápolis Indiana\nStockton Califórnia Austin Texas\nStockton Califórnia Detroit Michigan\nCincinnati Ohio Anchorage Alasca\nCincinnati Ohio Plano Texas\nCincinnati Ohio Henderson Nevada\nCincinnati Ohio Orlando Flórida\nCincinnati Ohio Laredo Texas\nCincinnati Ohio Chandler Arizona\nCincinnati Ohio Madison Wisconsin\nCincinnati Ohio Lubbock Texas\nCincinnati Ohio Garland Texas\nCincinnati Ohio Glendale Arizona\nCincinnati Ohio Hialeah Flórida\nCincinnati Ohio Reno Nevada\nCincinnati Ohio Scottsdale Arizona\nCincinnati Ohio Irving Texas\nCincinnati Ohio Fremont Califórnia\nCincinnati Ohio Irvine Califórnia\nCincinnati Ohio Spokane Washington\nCincinnati Ohio Modesto Califórnia\nCincinnati Ohio Shreveport Luisiana\nCincinnati Ohio Tacoma Washington\nCincinnati Ohio Oxnard Califórnia\nCincinnati Ohio Fontana Califórnia\nCincinnati Ohio Amarillo Texas\nCincinnati Ohio Glendale Califórnia\nCincinnati Ohio Tallahassee Flórida\nCincinnati Ohio Huntsville Alabama\nCincinnati Ohio Worcester Massachusetts\nCincinnati Ohio Chicago Ilinóis\nCincinnati Ohio Houston Texas\nCincinnati Ohio Filadélfia Pensilvânia\nCincinnati Ohio Fênix Arizona\nCincinnati Ohio Dallas Texas\nCincinnati Ohio Jacksonville Flórida\nCincinnati Ohio Indianápolis Indiana\nCincinnati Ohio Austin Texas\nCincinnati Ohio Detroit Michigan\nCincinnati Ohio Mênfis Tennessee\nAnchorage Alasca Toledo Ohio\nAnchorage Alasca Plano Texas\nAnchorage Alasca Henderson Nevada\nAnchorage Alasca Orlando Flórida\nAnchorage Alasca Laredo Texas\nAnchorage Alasca Chandler Arizona\nAnchorage Alasca Madison Wisconsin\nAnchorage Alasca Lubbock Texas\nAnchorage Alasca Garland Texas\nAnchorage Alasca Glendale Arizona\nAnchorage Alasca Hialeah Flórida\nAnchorage Alasca Reno Nevada\nAnchorage Alasca Scottsdale Arizona\nAnchorage Alasca Irving Texas\nAnchorage Alasca Fremont Califórnia\nAnchorage Alasca Irvine Califórnia\nAnchorage Alasca Spokane Washington\nAnchorage Alasca Modesto Califórnia\nAnchorage Alasca Shreveport Luisiana\nAnchorage Alasca Tacoma Washington\nAnchorage Alasca Oxnard Califórnia\nAnchorage Alasca Fontana Califórnia\nAnchorage Alasca Akron Ohio\nAnchorage Alasca Amarillo Texas\nAnchorage Alasca Glendale Califórnia\nAnchorage Alasca Tallahassee Flórida\nAnchorage Alasca Huntsville Alabama\nAnchorage Alasca Worcester Massachusetts\nAnchorage Alasca Chicago Ilinóis\nAnchorage Alasca Houston Texas\nAnchorage Alasca Filadélfia Pensilvânia\nAnchorage Alasca Fênix Arizona\nAnchorage Alasca Dallas Texas\nAnchorage Alasca Jacksonville Flórida\nAnchorage Alasca Indianápolis Indiana\nAnchorage Alasca Austin Texas\nAnchorage Alasca Detroit Michigan\nAnchorage Alasca Mênfis Tennessee\nAnchorage Alasca Boston Massachusetts\nToledo Ohio Plano Texas\nToledo Ohio Henderson Nevada\nToledo Ohio Orlando Flórida\nToledo Ohio Laredo Texas\nToledo Ohio Chandler Arizona\nToledo Ohio Madison Wisconsin\nToledo Ohio Lubbock Texas\nToledo Ohio Garland Texas\nToledo Ohio Glendale Arizona\nToledo Ohio Hialeah Flórida\nToledo Ohio Reno Nevada\nToledo Ohio Scottsdale Arizona\nToledo Ohio Irving Texas\nToledo Ohio Fremont Califórnia\nToledo Ohio Irvine Califórnia\nToledo Ohio Spokane Washington\nToledo Ohio Modesto Califórnia\nToledo Ohio Shreveport Luisiana\nToledo Ohio Tacoma Washington\nToledo Ohio Oxnard Califórnia\nToledo Ohio Fontana Califórnia\nToledo Ohio Amarillo Texas\nToledo Ohio Glendale Califórnia\nToledo Ohio Tallahassee Flórida\nToledo Ohio Huntsville Alabama\nToledo Ohio Worcester Massachusetts\nToledo Ohio Chicago Ilinóis\nToledo Ohio Houston Texas\nToledo Ohio Filadélfia Pensilvânia\nToledo Ohio Fênix Arizona\nToledo Ohio Dallas Texas\nToledo Ohio Jacksonville Flórida\nToledo Ohio Indianápolis Indiana\nToledo Ohio Austin Texas\nToledo Ohio Detroit Michigan\nToledo Ohio Mênfis Tennessee\nToledo Ohio Boston Massachusetts\nToledo Ohio Seattle Washington\nPlano Texas Henderson Nevada\nPlano Texas Orlando Flórida\nPlano Texas Chandler Arizona\nPlano Texas Madison Wisconsin\nPlano Texas Glendale Arizona\nPlano Texas Hialeah Flórida\nPlano Texas Reno Nevada\nPlano Texas Scottsdale Arizona\nPlano Texas Fremont Califórnia\nPlano Texas Irvine Califórnia\nPlano Texas Spokane Washington\nPlano Texas Modesto Califórnia\nPlano Texas Shreveport Luisiana\nPlano Texas Tacoma Washington\nPlano Texas Oxnard Califórnia\nPlano Texas Fontana Califórnia\nPlano Texas Akron Ohio\nPlano Texas Glendale Califórnia\nPlano Texas Tallahassee Flórida\nPlano Texas Huntsville Alabama\nPlano Texas Worcester Massachusetts\nPlano Texas Chicago Ilinóis\nPlano Texas Filadélfia Pensilvânia\nPlano Texas Fênix Arizona\nPlano Texas Jacksonville Flórida\nPlano Texas Indianápolis Indiana\nPlano Texas Detroit Michigan\nPlano Texas Mênfis Tennessee\nPlano Texas Boston Massachusetts\nPlano Texas Seattle Washington\nPlano Texas Denver Colorado\nHenderson Nevada Orlando Flórida\nHenderson Nevada Laredo Texas\nHenderson Nevada Chandler Arizona\nHenderson Nevada Madison Wisconsin\nHenderson Nevada Lubbock Texas\nHenderson Nevada Garland Texas\nHenderson Nevada Glendale Arizona\nHenderson Nevada Hialeah Flórida\nHenderson Nevada Scottsdale Arizona\nHenderson Nevada Irving Texas\nHenderson Nevada Fremont Califórnia\nHenderson Nevada Irvine Califórnia\nHenderson Nevada Spokane Washington\nHenderson Nevada Modesto Califórnia\nHenderson Nevada Shreveport Luisiana\nHenderson Nevada Tacoma Washington\nHenderson Nevada Oxnard Califórnia\nHenderson Nevada Fontana Califórnia\nHenderson Nevada Akron Ohio\nHenderson Nevada Amarillo Texas\nHenderson Nevada Glendale Califórnia\nHenderson Nevada Tallahassee Flórida\nHenderson Nevada Huntsville Alabama\nHenderson Nevada Worcester Massachusetts\nHenderson Nevada Chicago Ilinóis\nHenderson Nevada Houston Texas\nHenderson Nevada Filadélfia Pensilvânia\nHenderson Nevada Fênix Arizona\nHenderson Nevada Dallas Texas\nHenderson Nevada Jacksonville Flórida\nHenderson Nevada Indianápolis Indiana\nHenderson Nevada Austin Texas\nHenderson Nevada Detroit Michigan\nHenderson Nevada Mênfis Tennessee\nHenderson Nevada Boston Massachusetts\nHenderson Nevada Seattle Washington\nHenderson Nevada Denver Colorado\nHenderson Nevada Baltimore Marilândia\nOrlando Flórida Laredo Texas\nOrlando Flórida Chandler Arizona\nOrlando Flórida Madison Wisconsin\nOrlando Flórida Lubbock Texas\nOrlando Flórida Garland Texas\nOrlando Flórida Glendale Arizona\nOrlando Flórida Reno Nevada\nOrlando Flórida Scottsdale Arizona\nOrlando Flórida Irving Texas\nOrlando Flórida Fremont Califórnia\nOrlando Flórida Irvine Califórnia\nOrlando Flórida Spokane Washington\nOrlando Flórida Modesto Califórnia\nOrlando Flórida Shreveport Luisiana\nOrlando Flórida Tacoma Washington\nOrlando Flórida Oxnard Califórnia\nOrlando Flórida Fontana Califórnia\nOrlando Flórida Akron Ohio\nOrlando Flórida Amarillo Texas\nOrlando Flórida Glendale Califórnia\nOrlando Flórida Huntsville Alabama\nOrlando Flórida Worcester Massachusetts\nOrlando Flórida Chicago Ilinóis\nOrlando Flórida Houston Texas\nOrlando Flórida Filadélfia Pensilvânia\nOrlando Flórida Fênix Arizona\nOrlando Flórida Dallas Texas\nOrlando Flórida Indianápolis Indiana\nOrlando Flórida Austin Texas\nOrlando Flórida Detroit Michigan\nOrlando Flórida Mênfis Tennessee\nOrlando Flórida Boston Massachusetts\nOrlando Flórida Seattle Washington\nOrlando Flórida Denver Colorado\nOrlando Flórida Baltimore Marilândia\nOrlando Flórida Nashville Tennessee\nLaredo Texas Chandler Arizona\nLaredo Texas Madison Wisconsin\nLaredo Texas Glendale Arizona\nLaredo Texas Hialeah Flórida\nLaredo Texas Reno Nevada\nLaredo Texas Scottsdale Arizona\nLaredo Texas Fremont Califórnia\nLaredo Texas Irvine Califórnia\nLaredo Texas Spokane Washington\nLaredo Texas Modesto Califórnia\nLaredo Texas Shreveport Luisiana\nLaredo Texas Tacoma Washington\nLaredo Texas Oxnard Califórnia\nLaredo Texas Fontana Califórnia\nLaredo Texas Akron Ohio\nLaredo Texas Glendale Califórnia\nLaredo Texas Tallahassee Flórida\nLaredo Texas Huntsville Alabama\nLaredo Texas Worcester Massachusetts\nLaredo Texas Chicago Ilinóis\nLaredo Texas Filadélfia Pensilvânia\nLaredo Texas Fênix Arizona\nLaredo Texas Jacksonville Flórida\nLaredo Texas Indianápolis Indiana\nLaredo Texas Detroit Michigan\nLaredo Texas Mênfis Tennessee\nLaredo Texas Boston Massachusetts\nLaredo Texas Seattle Washington\nLaredo Texas Denver Colorado\nLaredo Texas Baltimore Marilândia\nLaredo Texas Nashville Tennessee\nLaredo Texas Louisville Kentucky\nChandler Arizona Madison Wisconsin\nChandler Arizona Lubbock Texas\nChandler Arizona Garland Texas\nChandler Arizona Hialeah Flórida\nChandler Arizona Reno Nevada\nChandler Arizona Irving Texas\nChandler Arizona Fremont Califórnia\nChandler Arizona Irvine Califórnia\nChandler Arizona Spokane Washington\nChandler Arizona Modesto Califórnia\nChandler Arizona Shreveport Luisiana\nChandler Arizona Tacoma Washington\nChandler Arizona Oxnard Califórnia\nChandler Arizona Fontana Califórnia\nChandler Arizona Akron Ohio\nChandler Arizona Amarillo Texas\nChandler Arizona Glendale Califórnia\nChandler Arizona Tallahassee Flórida\nChandler Arizona Huntsville Alabama\nChandler Arizona Worcester Massachusetts\nChandler Arizona Chicago Ilinóis\nChandler Arizona Houston Texas\nChandler Arizona Filadélfia Pensilvânia\nChandler Arizona Dallas Texas\nChandler Arizona Jacksonville Flórida\nChandler Arizona Indianápolis Indiana\nChandler Arizona Austin Texas\nChandler Arizona Detroit Michigan\nChandler Arizona Mênfis Tennessee\nChandler Arizona Boston Massachusetts\nChandler Arizona Seattle Washington\nChandler Arizona Denver Colorado\nChandler Arizona Baltimore Marilândia\nChandler Arizona Nashville Tennessee\nChandler Arizona Louisville Kentucky\nChandler Arizona Milwaukee Wisconsin\nMadison Wisconsin Lubbock Texas\nMadison Wisconsin Garland Texas\nMadison Wisconsin Glendale Arizona\nMadison Wisconsin Hialeah Flórida\nMadison Wisconsin Reno Nevada\nMadison Wisconsin Scottsdale Arizona\nMadison Wisconsin Irving Texas\nMadison Wisconsin Fremont Califórnia\nMadison Wisconsin Irvine Califórnia\nMadison Wisconsin Spokane Washington\nMadison Wisconsin Modesto Califórnia\nMadison Wisconsin Shreveport Luisiana\nMadison Wisconsin Tacoma Washington\nMadison Wisconsin Oxnard Califórnia\nMadison Wisconsin Fontana Califórnia\nMadison Wisconsin Akron Ohio\nMadison Wisconsin Amarillo Texas\nMadison Wisconsin Glendale Califórnia\nMadison Wisconsin Tallahassee Flórida\nMadison Wisconsin Huntsville Alabama\nMadison Wisconsin Worcester Massachusetts\nMadison Wisconsin Chicago Ilinóis\nMadison Wisconsin Houston Texas\nMadison Wisconsin Filadélfia Pensilvânia\nMadison Wisconsin Fênix Arizona\nMadison Wisconsin Dallas Texas\nMadison Wisconsin Jacksonville Flórida\nMadison Wisconsin Indianápolis Indiana\nMadison Wisconsin Austin Texas\nMadison Wisconsin Detroit Michigan\nMadison Wisconsin Mênfis Tennessee\nMadison Wisconsin Boston Massachusetts\nMadison Wisconsin Seattle Washington\nMadison Wisconsin Denver Colorado\nMadison Wisconsin Baltimore Marilândia\nMadison Wisconsin Nashville Tennessee\nMadison Wisconsin Louisville Kentucky\nMadison Wisconsin Portland Oregão\nLubbock Texas Glendale Arizona\nLubbock Texas Hialeah Flórida\nLubbock Texas Reno Nevada\nLubbock Texas Scottsdale Arizona\nLubbock Texas Fremont Califórnia\nLubbock Texas Irvine Califórnia\nLubbock Texas Spokane Washington\nLubbock Texas Modesto Califórnia\nLubbock Texas Shreveport Luisiana\nLubbock Texas Tacoma Washington\nLubbock Texas Oxnard Califórnia\nLubbock Texas Fontana Califórnia\nLubbock Texas Akron Ohio\nLubbock Texas Glendale Califórnia\nLubbock Texas Tallahassee Flórida\nLubbock Texas Huntsville Alabama\nLubbock Texas Worcester Massachusetts\nLubbock Texas Chicago Ilinóis\nLubbock Texas Filadélfia Pensilvânia\nLubbock Texas Fênix Arizona\nLubbock Texas Jacksonville Flórida\nLubbock Texas Indianápolis Indiana\nLubbock Texas Detroit Michigan\nLubbock Texas Mênfis Tennessee\nLubbock Texas Boston Massachusetts\nLubbock Texas Seattle Washington\nLubbock Texas Denver Colorado\nLubbock Texas Baltimore Marilândia\nLubbock Texas Nashville Tennessee\nLubbock Texas Louisville Kentucky\nLubbock Texas Milwaukee Wisconsin\nLubbock Texas Portland Oregão\nLubbock Texas Tucson Arizona\nGarland Texas Glendale Arizona\nGarland Texas Hialeah Flórida\nGarland Texas Reno Nevada\nGarland Texas Scottsdale Arizona\nGarland Texas Fremont Califórnia\nGarland Texas Irvine Califórnia\nGarland Texas Spokane Washington\nGarland Texas Modesto Califórnia\nGarland Texas Shreveport Luisiana\nGarland Texas Tacoma Washington\nGarland Texas Oxnard Califórnia\nGarland Texas Fontana Califórnia\nGarland Texas Akron Ohio\nGarland Texas Glendale Califórnia\nGarland Texas Tallahassee Flórida\nGarland Texas Huntsville Alabama\nGarland Texas Worcester Massachusetts\nGarland Texas Chicago Ilinóis\nGarland Texas Filadélfia Pensilvânia\nGarland Texas Fênix Arizona\nGarland Texas Jacksonville Flórida\nGarland Texas Indianápolis Indiana\nGarland Texas Detroit Michigan\nGarland Texas Mênfis Tennessee\nGarland Texas Boston Massachusetts\nGarland Texas Seattle Washington\nGarland Texas Denver Colorado\nGarland Texas Baltimore Marilândia\nGarland Texas Nashville Tennessee\nGarland Texas Louisville Kentucky\nGarland Texas Milwaukee Wisconsin\nGarland Texas Portland Oregão\nGarland Texas Tucson Arizona\nGarland Texas Fresno Califórnia\nGlendale Arizona Hialeah Flórida\nGlendale Arizona Reno Nevada\nGlendale Arizona Irving Texas\nGlendale Arizona Fremont Califórnia\nGlendale Arizona Irvine Califórnia\nGlendale Arizona Spokane Washington\nGlendale Arizona Modesto Califórnia\nGlendale Arizona Shreveport Luisiana\nGlendale Arizona Tacoma Washington\nGlendale Arizona Oxnard Califórnia\nGlendale Arizona Fontana Califórnia\nGlendale Arizona Akron Ohio\nGlendale Arizona Amarillo Texas\nGlendale Arizona Tallahassee Flórida\nGlendale Arizona Huntsville Alabama\nGlendale Arizona Worcester Massachusetts\nGlendale Arizona Chicago Ilinóis\nGlendale Arizona Houston Texas\nGlendale Arizona Filadélfia Pensilvânia\nGlendale Arizona Dallas Texas\nGlendale Arizona Jacksonville Flórida\nGlendale Arizona Indianápolis Indiana\nGlendale Arizona Austin Texas\nGlendale Arizona Detroit Michigan\nGlendale Arizona Mênfis Tennessee\nGlendale Arizona Boston Massachusetts\nGlendale Arizona Seattle Washington\nGlendale Arizona Denver Colorado\nGlendale Arizona Baltimore Marilândia\nGlendale Arizona Nashville Tennessee\nGlendale Arizona Louisville Kentucky\nGlendale Arizona Milwaukee Wisconsin\nGlendale Arizona Portland Oregão\nGlendale Arizona Fresno Califórnia\nGlendale Arizona Sacramento Califórnia\nHialeah Flórida Reno Nevada\nHialeah Flórida Scottsdale Arizona\nHialeah Flórida Irving Texas\nHialeah Flórida Fremont Califórnia\nHialeah Flórida Irvine Califórnia\nHialeah Flórida Spokane Washington\nHialeah Flórida Modesto Califórnia\nHialeah Flórida Shreveport Luisiana\nHialeah Flórida Tacoma Washington\nHialeah Flórida Oxnard Califórnia\nHialeah Flórida Fontana Califórnia\nHialeah Flórida Akron Ohio\nHialeah Flórida Amarillo Texas\nHialeah Flórida Glendale Califórnia\nHialeah Flórida Huntsville Alabama\nHialeah Flórida Worcester Massachusetts\nHialeah Flórida Chicago Ilinóis\nHialeah Flórida Houston Texas\nHialeah Flórida Filadélfia Pensilvânia\nHialeah Flórida Fênix Arizona\nHialeah Flórida Dallas Texas\nHialeah Flórida Indianápolis Indiana\nHialeah Flórida Austin Texas\nHialeah Flórida Detroit Michigan\nHialeah Flórida Mênfis Tennessee\nHialeah Flórida Boston Massachusetts\nHialeah Flórida Seattle Washington\nHialeah Flórida Denver Colorado\nHialeah Flórida Baltimore Marilândia\nHialeah Flórida Nashville Tennessee\nHialeah Flórida Louisville Kentucky\nHialeah Flórida Milwaukee Wisconsin\nHialeah Flórida Portland Oregão\nHialeah Flórida Tucson Arizona\nHialeah Flórida Fresno Califórnia\nHialeah Flórida Sacramento Califórnia\nHialeah Flórida Mesa Arizona\nReno Nevada Scottsdale Arizona\nReno Nevada Irving Texas\nReno Nevada Fremont Califórnia\nReno Nevada Irvine Califórnia\nReno Nevada Spokane Washington\nReno Nevada Modesto Califórnia\nReno Nevada Shreveport Luisiana\nReno Nevada Tacoma Washington\nReno Nevada Oxnard Califórnia\nReno Nevada Fontana Califórnia\nReno Nevada Akron Ohio\nReno Nevada Amarillo Texas\nReno Nevada Glendale Califórnia\nReno Nevada Tallahassee Flórida\nReno Nevada Huntsville Alabama\nReno Nevada Worcester Massachusetts\nReno Nevada Chicago Ilinóis\nReno Nevada Houston Texas\nReno Nevada Filadélfia Pensilvânia\nReno Nevada Fênix Arizona\nReno Nevada Dallas Texas\nReno Nevada Jacksonville Flórida\nReno Nevada Indianápolis Indiana\nReno Nevada Austin Texas\nReno Nevada Detroit Michigan\nReno Nevada Mênfis Tennessee\nReno Nevada Boston Massachusetts\nReno Nevada Seattle Washington\nReno Nevada Denver Colorado\nReno Nevada Baltimore Marilândia\nReno Nevada Nashville Tennessee\nReno Nevada Louisville Kentucky\nReno Nevada Milwaukee Wisconsin\nReno Nevada Portland Oregão\nReno Nevada Tucson Arizona\nReno Nevada Fresno Califórnia\nReno Nevada Sacramento Califórnia\nReno Nevada Mesa Arizona\nReno Nevada Atlanta Geórgia\nScottsdale Arizona Irving Texas\nScottsdale Arizona Fremont Califórnia\nScottsdale Arizona Irvine Califórnia\nScottsdale Arizona Spokane Washington\nScottsdale Arizona Modesto Califórnia\nScottsdale Arizona Shreveport Luisiana\nScottsdale Arizona Tacoma Washington\nScottsdale Arizona Oxnard Califórnia\nScottsdale Arizona Fontana Califórnia\nScottsdale Arizona Akron Ohio\nScottsdale Arizona Amarillo Texas\nScottsdale Arizona Glendale Califórnia\nScottsdale Arizona Tallahassee Flórida\nScottsdale Arizona Huntsville Alabama\nScottsdale Arizona Worcester Massachusetts\nScottsdale Arizona Chicago Ilinóis\nScottsdale Arizona Houston Texas\nScottsdale Arizona Filadélfia Pensilvânia\nScottsdale Arizona Dallas Texas\nScottsdale Arizona Jacksonville Flórida\nScottsdale Arizona Indianápolis Indiana\nScottsdale Arizona Austin Texas\nScottsdale Arizona Detroit Michigan\nScottsdale Arizona Mênfis Tennessee\nScottsdale Arizona Boston Massachusetts\nScottsdale Arizona Seattle Washington\nScottsdale Arizona Denver Colorado\nScottsdale Arizona Baltimore Marilândia\nScottsdale Arizona Nashville Tennessee\nScottsdale Arizona Louisville Kentucky\nScottsdale Arizona Milwaukee Wisconsin\nScottsdale Arizona Portland Oregão\nScottsdale Arizona Fresno Califórnia\nScottsdale Arizona Sacramento Califórnia\nScottsdale Arizona Atlanta Geórgia\nScottsdale Arizona Omaha Nebraska\nIrving Texas Fremont Califórnia\nIrving Texas Irvine Califórnia\nIrving Texas Spokane Washington\nIrving Texas Modesto Califórnia\nIrving Texas Shreveport Luisiana\nIrving Texas Tacoma Washington\nIrving Texas Oxnard Califórnia\nIrving Texas Fontana Califórnia\nIrving Texas Akron Ohio\nIrving Texas Glendale Califórnia\nIrving Texas Tallahassee Flórida\nIrving Texas Huntsville Alabama\nIrving Texas Worcester Massachusetts\nIrving Texas Chicago Ilinóis\nIrving Texas Filadélfia Pensilvânia\nIrving Texas Fênix Arizona\nIrving Texas Jacksonville Flórida\nIrving Texas Indianápolis Indiana\nIrving Texas Detroit Michigan\nIrving Texas Mênfis Tennessee\nIrving Texas Boston Massachusetts\nIrving Texas Seattle Washington\nIrving Texas Denver Colorado\nIrving Texas Baltimore Marilândia\nIrving Texas Nashville Tennessee\nIrving Texas Louisville Kentucky\nIrving Texas Milwaukee Wisconsin\nIrving Texas Portland Oregão\nIrving Texas Tucson Arizona\nIrving Texas Fresno Califórnia\nIrving Texas Sacramento Califórnia\nIrving Texas Mesa Arizona\nIrving Texas Atlanta Geórgia\nIrving Texas Omaha Nebraska\nIrving Texas Miami Flórida\nFremont Califórnia Spokane Washington\nFremont Califórnia Shreveport Luisiana\nFremont Califórnia Tacoma Washington\nFremont Califórnia Akron Ohio\nFremont Califórnia Amarillo Texas\nFremont Califórnia Tallahassee Flórida\nFremont Califórnia Huntsville Alabama\nFremont Califórnia Worcester Massachusetts\nFremont Califórnia Chicago Ilinóis\nFremont Califórnia Houston Texas\nFremont Califórnia Filadélfia Pensilvânia\nFremont Califórnia Fênix Arizona\nFremont Califórnia Dallas Texas\nFremont Califórnia Jacksonville Flórida\nFremont Califórnia Indianápolis Indiana\nFremont Califórnia Austin Texas\nFremont Califórnia Detroit Michigan\nFremont Califórnia Mênfis Tennessee\nFremont Califórnia Boston Massachusetts\nFremont Califórnia Seattle Washington\nFremont Califórnia Denver Colorado\nFremont Califórnia Baltimore Marilândia\nFremont Califórnia Nashville Tennessee\nFremont Califórnia Louisville Kentucky\nFremont Califórnia Milwaukee Wisconsin\nFremont Califórnia Portland Oregão\nFremont Califórnia Tucson Arizona\nFremont Califórnia Mesa Arizona\nFremont Califórnia Atlanta Geórgia\nFremont Califórnia Omaha Nebraska\nFremont Califórnia Miami Flórida\nFremont Califórnia Tulsa Oklahoma\nIrvine Califórnia Spokane Washington\nIrvine Califórnia Shreveport Luisiana\nIrvine Califórnia Tacoma Washington\nIrvine Califórnia Akron Ohio\nIrvine Califórnia Amarillo Texas\nIrvine Califórnia Tallahassee Flórida\nIrvine Califórnia Huntsville Alabama\nIrvine Califórnia Worcester Massachusetts\nIrvine Califórnia Chicago Ilinóis\nIrvine Califórnia Houston Texas\nIrvine Califórnia Filadélfia Pensilvânia\nIrvine Califórnia Fênix Arizona\nIrvine Califórnia Dallas Texas\nIrvine Califórnia Jacksonville Flórida\nIrvine Califórnia Indianápolis Indiana\nIrvine Califórnia Austin Texas\nIrvine Califórnia Detroit Michigan\nIrvine Califórnia Mênfis Tennessee\nIrvine Califórnia Boston Massachusetts\nIrvine Califórnia Seattle Washington\nIrvine Califórnia Denver Colorado\nIrvine Califórnia Baltimore Marilândia\nIrvine Califórnia Nashville Tennessee\nIrvine Califórnia Louisville Kentucky\nIrvine Califórnia Milwaukee Wisconsin\nIrvine Califórnia Portland Oregão\nIrvine Califórnia Tucson Arizona\nIrvine Califórnia Mesa Arizona\nIrvine Califórnia Atlanta Geórgia\nIrvine Califórnia Omaha Nebraska\nIrvine Califórnia Miami Flórida\nIrvine Califórnia Tulsa Oklahoma\nSpokane Washington Modesto Califórnia\nSpokane Washington Shreveport Luisiana\nSpokane Washington Oxnard Califórnia\nSpokane Washington Fontana Califórnia\nSpokane Washington Akron Ohio\nSpokane Washington Amarillo Texas\nSpokane Washington Glendale Califórnia\nSpokane Washington Tallahassee Flórida\nSpokane Washington Huntsville Alabama\nSpokane Washington Worcester Massachusetts\nSpokane Washington Chicago Ilinóis\nSpokane Washington Houston Texas\nSpokane Washington Filadélfia Pensilvânia\nSpokane Washington Fênix Arizona\nSpokane Washington Dallas Texas\nSpokane Washington Jacksonville Flórida\nSpokane Washington Indianápolis Indiana\nSpokane Washington Austin Texas\nSpokane Washington Detroit Michigan\nSpokane Washington Mênfis Tennessee\nSpokane Washington Boston Massachusetts\nSpokane Washington Denver Colorado\nSpokane Washington Baltimore Marilândia\nSpokane Washington Nashville Tennessee\nSpokane Washington Louisville Kentucky\nSpokane Washington Milwaukee Wisconsin\nSpokane Washington Portland Oregão\nSpokane Washington Tucson Arizona\nSpokane Washington Fresno Califórnia\nSpokane Washington Sacramento Califórnia\nSpokane Washington Mesa Arizona\nSpokane Washington Atlanta Geórgia\nSpokane Washington Omaha Nebraska\nSpokane Washington Miami Flórida\nSpokane Washington Tulsa Oklahoma\nSpokane Washington Oakland Califórnia\nSpokane Washington Cleveland Ohio\nModesto Califórnia Shreveport Luisiana\nModesto Califórnia Tacoma Washington\nModesto Califórnia Akron Ohio\nModesto Califórnia Amarillo Texas\nModesto Califórnia Tallahassee Flórida\nModesto Califórnia Huntsville Alabama\nModesto Califórnia Worcester Massachusetts\nModesto Califórnia Chicago Ilinóis\nModesto Califórnia Houston Texas\nModesto Califórnia Filadélfia Pensilvânia\nModesto Califórnia Fênix Arizona\nModesto Califórnia Dallas Texas\nModesto Califórnia Jacksonville Flórida\nModesto Califórnia Indianápolis Indiana\nModesto Califórnia Austin Texas\nModesto Califórnia Detroit Michigan\nModesto Califórnia Mênfis Tennessee\nModesto Califórnia Boston Massachusetts\nModesto Califórnia Seattle Washington\nModesto Califórnia Denver Colorado\nModesto Califórnia Baltimore Marilândia\nModesto Califórnia Nashville Tennessee\nModesto Califórnia Louisville Kentucky\nModesto Califórnia Milwaukee Wisconsin\nModesto Califórnia Portland Oregão\nModesto Califórnia Tucson Arizona\nModesto Califórnia Mesa Arizona\nModesto Califórnia Atlanta Geórgia\nModesto Califórnia Omaha Nebraska\nModesto Califórnia Miami Flórida\nModesto Califórnia Tulsa Oklahoma\nModesto Califórnia Cleveland Ohio\nModesto Califórnia Minneapolis Minesota\nShreveport Luisiana Tacoma Washington\nShreveport Luisiana Oxnard Califórnia\nShreveport Luisiana Fontana Califórnia\nShreveport Luisiana Akron Ohio\nShreveport Luisiana Amarillo Texas\nShreveport Luisiana Glendale Califórnia\nShreveport Luisiana Tallahassee Flórida\nShreveport Luisiana Huntsville Alabama\nShreveport Luisiana Worcester Massachusetts\nShreveport Luisiana Chicago Ilinóis\nShreveport Luisiana Houston Texas\nShreveport Luisiana Filadélfia Pensilvânia\nShreveport Luisiana Fênix Arizona\nShreveport Luisiana Dallas Texas\nShreveport Luisiana Jacksonville Flórida\nShreveport Luisiana Indianápolis Indiana\nShreveport Luisiana Austin Texas\nShreveport Luisiana Detroit Michigan\nShreveport Luisiana Mênfis Tennessee\nShreveport Luisiana Boston Massachusetts\nShreveport Luisiana Seattle Washington\nShreveport Luisiana Denver Colorado\nShreveport Luisiana Baltimore Marilândia\nShreveport Luisiana Nashville Tennessee\nShreveport Luisiana Louisville Kentucky\nShreveport Luisiana Milwaukee Wisconsin\nShreveport Luisiana Portland Oregão\nShreveport Luisiana Tucson Arizona\nShreveport Luisiana Fresno Califórnia\nShreveport Luisiana Sacramento Califórnia\nShreveport Luisiana Mesa Arizona\nShreveport Luisiana Atlanta Geórgia\nShreveport Luisiana Omaha Nebraska\nShreveport Luisiana Miami Flórida\nShreveport Luisiana Tulsa Oklahoma\nShreveport Luisiana Oakland Califórnia\nShreveport Luisiana Cleveland Ohio\nShreveport Luisiana Minneapolis Minesota\nShreveport Luisiana Wichita Kansas\nTacoma Washington Oxnard Califórnia\nTacoma Washington Fontana Califórnia\nTacoma Washington Akron Ohio\nTacoma Washington Amarillo Texas\nTacoma Washington Glendale Califórnia\nTacoma Washington Tallahassee Flórida\nTacoma Washington Huntsville Alabama\nTacoma Washington Worcester Massachusetts\nTacoma Washington Chicago Ilinóis\nTacoma Washington Houston Texas\nTacoma Washington Filadélfia Pensilvânia\nTacoma Washington Fênix Arizona\nTacoma Washington Dallas Texas\nTacoma Washington Jacksonville Flórida\nTacoma Washington Indianápolis Indiana\nTacoma Washington Austin Texas\nTacoma Washington Detroit Michigan\nTacoma Washington Mênfis Tennessee\nTacoma Washington Boston Massachusetts\nTacoma Washington Denver Colorado\nTacoma Washington Baltimore Marilândia\nTacoma Washington Nashville Tennessee\nTacoma Washington Louisville Kentucky\nTacoma Washington Milwaukee Wisconsin\nTacoma Washington Portland Oregão\nTacoma Washington Tucson Arizona\nTacoma Washington Fresno Califórnia\nTacoma Washington Sacramento Califórnia\nTacoma Washington Mesa Arizona\nTacoma Washington Atlanta Geórgia\nTacoma Washington Omaha Nebraska\nTacoma Washington Miami Flórida\nTacoma Washington Tulsa Oklahoma\nTacoma Washington Oakland Califórnia\nTacoma Washington Cleveland Ohio\nTacoma Washington Minneapolis Minesota\nTacoma Washington Wichita Kansas\nTacoma Washington Arlington Texas\nOxnard Califórnia Akron Ohio\nOxnard Califórnia Amarillo Texas\nOxnard Califórnia Tallahassee Flórida\nOxnard Califórnia Huntsville Alabama\nOxnard Califórnia Worcester Massachusetts\nOxnard Califórnia Chicago Ilinóis\nOxnard Califórnia Houston Texas\nOxnard Califórnia Filadélfia Pensilvânia\nOxnard Califórnia Fênix Arizona\nOxnard Califórnia Dallas Texas\nOxnard Califórnia Jacksonville Flórida\nOxnard Califórnia Indianápolis Indiana\nOxnard Califórnia Austin Texas\nOxnard Califórnia Detroit Michigan\nOxnard Califórnia Mênfis Tennessee\nOxnard Califórnia Boston Massachusetts\nOxnard Califórnia Seattle Washington\nOxnard Califórnia Denver Colorado\nOxnard Califórnia Baltimore Marilândia\nOxnard Califórnia Nashville Tennessee\nOxnard Califórnia Louisville Kentucky\nOxnard Califórnia Milwaukee Wisconsin\nOxnard Califórnia Portland Oregão\nOxnard Califórnia Tucson Arizona\nOxnard Califórnia Mesa Arizona\nOxnard Califórnia Atlanta Geórgia\nOxnard Califórnia Omaha Nebraska\nOxnard Califórnia Miami Flórida\nOxnard Califórnia Tulsa Oklahoma\nOxnard Califórnia Cleveland Ohio\nOxnard Califórnia Minneapolis Minesota\nOxnard Califórnia Wichita Kansas\nOxnard Califórnia Arlington Texas\nFontana Califórnia Akron Ohio\nFontana Califórnia Amarillo Texas\nFontana Califórnia Tallahassee Flórida\nFontana Califórnia Huntsville Alabama\nFontana Califórnia Worcester Massachusetts\nFontana Califórnia Chicago Ilinóis\nFontana Califórnia Houston Texas\nFontana Califórnia Filadélfia Pensilvânia\nFontana Califórnia Fênix Arizona\nFontana Califórnia Dallas Texas\nFontana Califórnia Jacksonville Flórida\nFontana Califórnia Indianápolis Indiana\nFontana Califórnia Austin Texas\nFontana Califórnia Detroit Michigan\nFontana Califórnia Mênfis Tennessee\nFontana Califórnia Boston Massachusetts\nFontana Califórnia Seattle Washington\nFontana Califórnia Denver Colorado\nFontana Califórnia Baltimore Marilândia\nFontana Califórnia Nashville Tennessee\nFontana Califórnia Louisville Kentucky\nFontana Califórnia Milwaukee Wisconsin\nFontana Califórnia Portland Oregão\nFontana Califórnia Tucson Arizona\nFontana Califórnia Mesa Arizona\nFontana Califórnia Atlanta Geórgia\nFontana Califórnia Omaha Nebraska\nFontana Califórnia Miami Flórida\nFontana Califórnia Tulsa Oklahoma\nFontana Califórnia Cleveland Ohio\nFontana Califórnia Minneapolis Minesota\nFontana Califórnia Wichita Kansas\nFontana Califórnia Arlington Texas\nFontana Califórnia Tampa Flórida\nAkron Ohio Amarillo Texas\nAkron Ohio Glendale Califórnia\nAkron Ohio Tallahassee Flórida\nAkron Ohio Huntsville Alabama\nAkron Ohio Worcester Massachusetts\nAkron Ohio Chicago Ilinóis\nAkron Ohio Houston Texas\nAkron Ohio Filadélfia Pensilvânia\nAkron Ohio Fênix Arizona\nAkron Ohio Dallas Texas\nAkron Ohio Jacksonville Flórida\nAkron Ohio Indianápolis Indiana\nAkron Ohio Austin Texas\nAkron Ohio Detroit Michigan\nAkron Ohio Mênfis Tennessee\nAkron Ohio Boston Massachusetts\nAkron Ohio Seattle Washington\nAkron Ohio Denver Colorado\nAkron Ohio Baltimore Marilândia\nAkron Ohio Nashville Tennessee\nAkron Ohio Louisville Kentucky\nAkron Ohio Milwaukee Wisconsin\nAkron Ohio Portland Oregão\nAkron Ohio Tucson Arizona\nAkron Ohio Fresno Califórnia\nAkron Ohio Sacramento Califórnia\nAkron Ohio Mesa Arizona\nAkron Ohio Atlanta Geórgia\nAkron Ohio Omaha Nebraska\nAkron Ohio Miami Flórida\nAkron Ohio Tulsa Oklahoma\nAkron Ohio Oakland Califórnia\nAkron Ohio Minneapolis Minesota\nAkron Ohio Wichita Kansas\nAkron Ohio Arlington Texas\nAkron Ohio Bakersfield Califórnia\nAkron Ohio Tampa Flórida\nAkron Ohio Anaheim Califórnia\nAmarillo Texas Glendale Califórnia\nAmarillo Texas Tallahassee Flórida\nAmarillo Texas Huntsville Alabama\nAmarillo Texas Worcester Massachusetts\nAmarillo Texas Chicago Ilinóis\nAmarillo Texas Filadélfia Pensilvânia\nAmarillo Texas Fênix Arizona\nAmarillo Texas Jacksonville Flórida\nAmarillo Texas Indianápolis Indiana\nAmarillo Texas Detroit Michigan\nAmarillo Texas Mênfis Tennessee\nAmarillo Texas Boston Massachusetts\nAmarillo Texas Seattle Washington\nAmarillo Texas Denver Colorado\nAmarillo Texas Baltimore Marilândia\nAmarillo Texas Nashville Tennessee\nAmarillo Texas Louisville Kentucky\nAmarillo Texas Milwaukee Wisconsin\nAmarillo Texas Portland Oregão\nAmarillo Texas Tucson Arizona\nAmarillo Texas Fresno Califórnia\nAmarillo Texas Sacramento Califórnia\nAmarillo Texas Mesa Arizona\nAmarillo Texas Atlanta Geórgia\nAmarillo Texas Omaha Nebraska\nAmarillo Texas Miami Flórida\nAmarillo Texas Tulsa Oklahoma\nAmarillo Texas Oakland Califórnia\nAmarillo Texas Cleveland Ohio\nAmarillo Texas Minneapolis Minesota\nAmarillo Texas Wichita Kansas\nAmarillo Texas Bakersfield Califórnia\nAmarillo Texas Tampa Flórida\nAmarillo Texas Anaheim Califórnia\nAmarillo Texas Honolulu Havai\nGlendale Califórnia Tallahassee Flórida\nGlendale Califórnia Huntsville Alabama\nGlendale Califórnia Worcester Massachusetts\nGlendale Califórnia Chicago Ilinóis\nGlendale Califórnia Houston Texas\nGlendale Califórnia Filadélfia Pensilvânia\nGlendale Califórnia Fênix Arizona\nGlendale Califórnia Dallas Texas\nGlendale Califórnia Jacksonville Flórida\nGlendale Califórnia Indianápolis Indiana\nGlendale Califórnia Austin Texas\nGlendale Califórnia Detroit Michigan\nGlendale Califórnia Mênfis Tennessee\nGlendale Califórnia Boston Massachusetts\nGlendale Califórnia Seattle Washington\nGlendale Califórnia Denver Colorado\nGlendale Califórnia Baltimore Marilândia\nGlendale Califórnia Nashville Tennessee\nGlendale Califórnia Louisville Kentucky\nGlendale Califórnia Milwaukee Wisconsin\nGlendale Califórnia Portland Oregão\nGlendale Califórnia Tucson Arizona\nGlendale Califórnia Mesa Arizona\nGlendale Califórnia Atlanta Geórgia\nGlendale Califórnia Omaha Nebraska\nGlendale Califórnia Miami Flórida\nGlendale Califórnia Tulsa Oklahoma\nGlendale Califórnia Cleveland Ohio\nGlendale Califórnia Minneapolis Minesota\nGlendale Califórnia Wichita Kansas\nGlendale Califórnia Arlington Texas\nGlendale Califórnia Tampa Flórida\nGlendale Califórnia Honolulu Havai\nGlendale Califórnia Pitsburgo Pensilvânia\nTallahassee Flórida Huntsville Alabama\nTallahassee Flórida Worcester Massachusetts\nTallahassee Flórida Chicago Ilinóis\nTallahassee Flórida Houston Texas\nTallahassee Flórida Filadélfia Pensilvânia\nTallahassee Flórida Fênix Arizona\nTallahassee Flórida Dallas Texas\nTallahassee Flórida Indianápolis Indiana\nTallahassee Flórida Austin Texas\nTallahassee Flórida Detroit Michigan\nTallahassee Flórida Mênfis Tennessee\nTallahassee Flórida Boston Massachusetts\nTallahassee Flórida Seattle Washington\nTallahassee Flórida Denver Colorado\nTallahassee Flórida Baltimore Marilândia\nTallahassee Flórida Nashville Tennessee\nTallahassee Flórida Louisville Kentucky\nTallahassee Flórida Milwaukee Wisconsin\nTallahassee Flórida Portland Oregão\nTallahassee Flórida Tucson Arizona\nTallahassee Flórida Fresno Califórnia\nTallahassee Flórida Sacramento Califórnia\nTallahassee Flórida Mesa Arizona\nTallahassee Flórida Atlanta Geórgia\nTallahassee Flórida Omaha Nebraska\nTallahassee Flórida Tulsa Oklahoma\nTallahassee Flórida Oakland Califórnia\nTallahassee Flórida Cleveland Ohio\nTallahassee Flórida Minneapolis Minesota\nTallahassee Flórida Wichita Kansas\nTallahassee Flórida Arlington Texas\nTallahassee Flórida Bakersfield Califórnia\nTallahassee Flórida Anaheim Califórnia\nTallahassee Flórida Honolulu Havai\nTallahassee Flórida Pitsburgo Pensilvânia\nTallahassee Flórida Lexington Kentucky\nHuntsville Alabama Worcester Massachusetts\nHuntsville Alabama Chicago Ilinóis\nHuntsville Alabama Houston Texas\nHuntsville Alabama Filadélfia Pensilvânia\nHuntsville Alabama Fênix Arizona\nHuntsville Alabama Dallas Texas\nHuntsville Alabama Jacksonville Flórida\nHuntsville Alabama Indianápolis Indiana\nHuntsville Alabama Austin Texas\nHuntsville Alabama Detroit Michigan\nHuntsville Alabama Mênfis Tennessee\nHuntsville Alabama Boston Massachusetts\nHuntsville Alabama Seattle Washington\nHuntsville Alabama Denver Colorado\nHuntsville Alabama Baltimore Marilândia\nHuntsville Alabama Nashville Tennessee\nHuntsville Alabama Louisville Kentucky\nHuntsville Alabama Milwaukee Wisconsin\nHuntsville Alabama Portland Oregão\nHuntsville Alabama Tucson Arizona\nHuntsville Alabama Fresno Califórnia\nHuntsville Alabama Sacramento Califórnia\nHuntsville Alabama Mesa Arizona\nHuntsville Alabama Atlanta Geórgia\nHuntsville Alabama Omaha Nebraska\nHuntsville Alabama Miami Flórida\nHuntsville Alabama Tulsa Oklahoma\nHuntsville Alabama Oakland Califórnia\nHuntsville Alabama Cleveland Ohio\nHuntsville Alabama Minneapolis Minesota\nHuntsville Alabama Wichita Kansas\nHuntsville Alabama Arlington Texas\nHuntsville Alabama Bakersfield Califórnia\nHuntsville Alabama Tampa Flórida\nHuntsville Alabama Anaheim Califórnia\nHuntsville Alabama Honolulu Havai\nHuntsville Alabama Pitsburgo Pensilvânia\nHuntsville Alabama Lexington Kentucky\nHuntsville Alabama Stockton Califórnia\nWorcester Massachusetts Chicago Ilinóis\nWorcester Massachusetts Houston Texas\nWorcester Massachusetts Filadélfia Pensilvânia\nWorcester Massachusetts Fênix Arizona\nWorcester Massachusetts Dallas Texas\nWorcester Massachusetts Jacksonville Flórida\nWorcester Massachusetts Indianápolis Indiana\nWorcester Massachusetts Austin Texas\nWorcester Massachusetts Detroit Michigan\nWorcester Massachusetts Mênfis Tennessee\nWorcester Massachusetts Seattle Washington\nWorcester Massachusetts Denver Colorado\nWorcester Massachusetts Baltimore Marilândia\nWorcester Massachusetts Nashville Tennessee\nWorcester Massachusetts Louisville Kentucky\nWorcester Massachusetts Milwaukee Wisconsin\nWorcester Massachusetts Portland Oregão\nWorcester Massachusetts Tucson Arizona\nWorcester Massachusetts Fresno Califórnia\nWorcester Massachusetts Sacramento Califórnia\nWorcester Massachusetts Mesa Arizona\nWorcester Massachusetts Atlanta Geórgia\nWorcester Massachusetts Omaha Nebraska\nWorcester Massachusetts Miami Flórida\nWorcester Massachusetts Tulsa Oklahoma\nWorcester Massachusetts Oakland Califórnia\nWorcester Massachusetts Cleveland Ohio\nWorcester Massachusetts Minneapolis Minesota\nWorcester Massachusetts Wichita Kansas\nWorcester Massachusetts Arlington Texas\nWorcester Massachusetts Bakersfield Califórnia\nWorcester Massachusetts Tampa Flórida\nWorcester Massachusetts Anaheim Califórnia\nWorcester Massachusetts Honolulu Havai\nWorcester Massachusetts Pitsburgo Pensilvânia\nWorcester Massachusetts Lexington Kentucky\nWorcester Massachusetts Stockton Califórnia\nWorcester Massachusetts Cincinnati Ohio\n: family\nrapaz rapariga irmão irmã\nrapaz rapariga irmãos irmãs\nrapaz rapariga pai mãe\nrapaz rapariga pai mãe\nrapaz rapariga avô avó\nrapaz rapariga avô avó\nrapaz rapariga neto neta\nrapaz rapariga noivo noiva\nrapaz rapariga ele ela\nrapaz rapariga dele dela\nrapaz rapariga marido mulher\nrapaz rapariga rei rainha\nrapaz rapariga homem mulher\nrapaz rapariga sobrinho sobrinha\nrapaz rapariga príncipe princesa\nrapaz rapariga filho filha\nrapaz rapariga fihos filhas\nrapaz rapariga meio-irmão meia-irmã\nrapaz rapariga padrasto madrasta\nrapaz rapariga enteado enteada\nrapaz rapariga tio tia\nirmão irmã irmãos irmãs\nirmão irmã pai mãe\nirmão irmã pai mãe\nirmão irmã avô avó\nirmão irmã avô avó\nirmão irmã neto neta\nirmão irmã noivo noiva\nirmão irmã ele ela\nirmão irmã dele dela\nirmão irmã marido mulher\nirmão irmã rei rainha\nirmão irmã homem mulher\nirmão irmã sobrinho sobrinha\nirmão irmã príncipe princesa\nirmão irmã filho filha\nirmão irmã fihos filhas\nirmão irmã meio-irmão meia-irmã\nirmão irmã padrasto madrasta\nirmão irmã enteado enteada\nirmão irmã tio tia\nirmão irmã rapaz rapariga\nirmãos irmãs pai mãe\nirmãos irmãs pai mãe\nirmãos irmãs avô avó\nirmãos irmãs avô avó\nirmãos irmãs neto neta\nirmãos irmãs noivo noiva\nirmãos irmãs ele ela\nirmãos irmãs dele dela\nirmãos irmãs marido mulher\nirmãos irmãs rei rainha\nirmãos irmãs homem mulher\nirmãos irmãs sobrinho sobrinha\nirmãos irmãs príncipe princesa\nirmãos irmãs filho filha\nirmãos irmãs fihos filhas\nirmãos irmãs meio-irmão meia-irmã\nirmãos irmãs padrasto madrasta\nirmãos irmãs enteado enteada\nirmãos irmãs tio tia\nirmãos irmãs rapaz rapariga\nirmãos irmãs irmão irmã\npai mãe pai mãe\npai mãe avô avó\npai mãe avô avó\npai mãe neto neta\npai mãe noivo noiva\npai mãe ele ela\npai mãe dele dela\npai mãe marido mulher\npai mãe rei rainha\npai mãe homem mulher\npai mãe sobrinho sobrinha\npai mãe príncipe princesa\npai mãe filho filha\npai mãe fihos filhas\npai mãe meio-irmão meia-irmã\npai mãe padrasto madrasta\npai mãe enteado enteada\npai mãe tio tia\npai mãe rapaz rapariga\npai mãe irmão irmã\npai mãe irmãos irmãs\npai mãe avô avó\npai mãe avô avó\npai mãe neto neta\npai mãe noivo noiva\npai mãe ele ela\npai mãe dele dela\npai mãe marido mulher\npai mãe rei rainha\npai mãe homem mulher\npai mãe sobrinho sobrinha\npai mãe príncipe princesa\npai mãe filho filha\npai mãe fihos filhas\npai mãe meio-irmão meia-irmã\npai mãe padrasto madrasta\npai mãe enteado enteada\npai mãe tio tia\npai mãe rapaz rapariga\npai mãe irmão irmã\npai mãe irmãos irmãs\npai mãe pai mãe\navô avó avô avó\navô avó neto neta\navô avó noivo noiva\navô avó ele ela\navô avó dele dela\navô avó marido mulher\navô avó rei rainha\navô avó homem mulher\navô avó sobrinho sobrinha\navô avó príncipe princesa\navô avó filho filha\navô avó fihos filhas\navô avó meio-irmão meia-irmã\navô avó padrasto madrasta\navô avó enteado enteada\navô avó tio tia\navô avó rapaz rapariga\navô avó irmão irmã\navô avó irmãos irmãs\navô avó pai mãe\navô avó pai mãe\navô avó neto neta\navô avó noivo noiva\navô avó ele ela\navô avó dele dela\navô avó marido mulher\navô avó rei rainha\navô avó homem mulher\navô avó sobrinho sobrinha\navô avó príncipe princesa\navô avó filho filha\navô avó fihos filhas\navô avó meio-irmão meia-irmã\navô avó padrasto madrasta\navô avó enteado enteada\navô avó tio tia\navô avó rapaz rapariga\navô avó irmão irmã\navô avó irmãos irmãs\navô avó pai mãe\navô avó pai mãe\navô avó avô avó\nneto neta noivo noiva\nneto neta ele ela\nneto neta dele dela\nneto neta marido mulher\nneto neta rei rainha\nneto neta homem mulher\nneto neta sobrinho sobrinha\nneto neta príncipe princesa\nneto neta filho filha\nneto neta fihos filhas\nneto neta meio-irmão meia-irmã\nneto neta padrasto madrasta\nneto neta enteado enteada\nneto neta tio tia\nneto neta rapaz rapariga\nneto neta irmão irmã\nneto neta irmãos irmãs\nneto neta pai mãe\nneto neta pai mãe\nneto neta avô avó\nneto neta avô avó\nnoivo noiva ele ela\nnoivo noiva dele dela\nnoivo noiva marido mulher\nnoivo noiva rei rainha\nnoivo noiva homem mulher\nnoivo noiva sobrinho sobrinha\nnoivo noiva príncipe princesa\nnoivo noiva filho filha\nnoivo noiva fihos filhas\nnoivo noiva meio-irmão meia-irmã\nnoivo noiva padrasto madrasta\nnoivo noiva enteado enteada\nnoivo noiva tio tia\nnoivo noiva rapaz rapariga\nnoivo noiva irmão irmã\nnoivo noiva irmãos irmãs\nnoivo noiva pai mãe\nnoivo noiva pai mãe\nnoivo noiva avô avó\nnoivo noiva avô avó\nnoivo noiva neto neta\nele ela dele dela\nele ela marido mulher\nele ela rei rainha\nele ela homem mulher\nele ela sobrinho sobrinha\nele ela príncipe princesa\nele ela filho filha\nele ela fihos filhas\nele ela meio-irmão meia-irmã\nele ela padrasto madrasta\nele ela enteado enteada\nele ela tio tia\nele ela rapaz rapariga\nele ela irmão irmã\nele ela irmãos irmãs\nele ela pai mãe\nele ela pai mãe\nele ela avô avó\nele ela avô avó\nele ela neto neta\nele ela noivo noiva\ndele dela marido mulher\ndele dela rei rainha\ndele dela homem mulher\ndele dela sobrinho sobrinha\ndele dela príncipe princesa\ndele dela filho filha\ndele dela fihos filhas\ndele dela meio-irmão meia-irmã\ndele dela padrasto madrasta\ndele dela enteado enteada\ndele dela tio tia\ndele dela rapaz rapariga\ndele dela irmão irmã\ndele dela irmãos irmãs\ndele dela pai mãe\ndele dela pai mãe\ndele dela avô avó\ndele dela avô avó\ndele dela neto neta\ndele dela noivo noiva\ndele dela ele ela\nmarido mulher rei rainha\nmarido mulher homem mulher\nmarido mulher sobrinho sobrinha\nmarido mulher príncipe princesa\nmarido mulher filho filha\nmarido mulher fihos filhas\nmarido mulher meio-irmão meia-irmã\nmarido mulher padrasto madrasta\nmarido mulher enteado enteada\nmarido mulher tio tia\nmarido mulher rapaz rapariga\nmarido mulher irmão irmã\nmarido mulher irmãos irmãs\nmarido mulher pai mãe\nmarido mulher pai mãe\nmarido mulher avô avó\nmarido mulher avô avó\nmarido mulher neto neta\nmarido mulher noivo noiva\nmarido mulher ele ela\nmarido mulher dele dela\nrei rainha homem mulher\nrei rainha sobrinho sobrinha\nrei rainha príncipe princesa\nrei rainha filho filha\nrei rainha fihos filhas\nrei rainha meio-irmão meia-irmã\nrei rainha padrasto madrasta\nrei rainha enteado enteada\nrei rainha tio tia\nrei rainha rapaz rapariga\nrei rainha irmão irmã\nrei rainha irmãos irmãs\nrei rainha pai mãe\nrei rainha pai mãe\nrei rainha avô avó\nrei rainha avô avó\nrei rainha neto neta\nrei rainha noivo noiva\nrei rainha ele ela\nrei rainha dele dela\nrei rainha marido mulher\nhomem mulher sobrinho sobrinha\nhomem mulher príncipe princesa\nhomem mulher filho filha\nhomem mulher fihos filhas\nhomem mulher meio-irmão meia-irmã\nhomem mulher padrasto madrasta\nhomem mulher enteado enteada\nhomem mulher tio tia\nhomem mulher rapaz rapariga\nhomem mulher irmão irmã\nhomem mulher irmãos irmãs\nhomem mulher pai mãe\nhomem mulher pai mãe\nhomem mulher avô avó\nhomem mulher avô avó\nhomem mulher neto neta\nhomem mulher noivo noiva\nhomem mulher ele ela\nhomem mulher dele dela\nhomem mulher marido mulher\nhomem mulher rei rainha\nsobrinho sobrinha príncipe princesa\nsobrinho sobrinha filho filha\nsobrinho sobrinha fihos filhas\nsobrinho sobrinha meio-irmão meia-irmã\nsobrinho sobrinha padrasto madrasta\nsobrinho sobrinha enteado enteada\nsobrinho sobrinha tio tia\nsobrinho sobrinha rapaz rapariga\nsobrinho sobrinha irmão irmã\nsobrinho sobrinha irmãos irmãs\nsobrinho sobrinha pai mãe\nsobrinho sobrinha pai mãe\nsobrinho sobrinha avô avó\nsobrinho sobrinha avô avó\nsobrinho sobrinha neto neta\nsobrinho sobrinha noivo noiva\nsobrinho sobrinha ele ela\nsobrinho sobrinha dele dela\nsobrinho sobrinha marido mulher\nsobrinho sobrinha rei rainha\nsobrinho sobrinha homem mulher\npríncipe princesa filho filha\npríncipe princesa fihos filhas\npríncipe princesa meio-irmão meia-irmã\npríncipe princesa padrasto madrasta\npríncipe princesa enteado enteada\npríncipe princesa tio tia\npríncipe princesa rapaz rapariga\npríncipe princesa irmão irmã\npríncipe princesa irmãos irmãs\npríncipe princesa pai mãe\npríncipe princesa pai mãe\npríncipe princesa avô avó\npríncipe princesa avô avó\npríncipe princesa neto neta\npríncipe princesa noivo noiva\npríncipe princesa ele ela\npríncipe princesa dele dela\npríncipe princesa marido mulher\npríncipe princesa rei rainha\npríncipe princesa homem mulher\npríncipe princesa sobrinho sobrinha\nfilho filha fihos filhas\nfilho filha meio-irmão meia-irmã\nfilho filha padrasto madrasta\nfilho filha enteado enteada\nfilho filha tio tia\nfilho filha rapaz rapariga\nfilho filha irmão irmã\nfilho filha irmãos irmãs\nfilho filha pai mãe\nfilho filha pai mãe\nfilho filha avô avó\nfilho filha avô avó\nfilho filha neto neta\nfilho filha noivo noiva\nfilho filha ele ela\nfilho filha dele dela\nfilho filha marido mulher\nfilho filha rei rainha\nfilho filha homem mulher\nfilho filha sobrinho sobrinha\nfilho filha príncipe princesa\nfihos filhas meio-irmão meia-irmã\nfihos filhas padrasto madrasta\nfihos filhas enteado enteada\nfihos filhas tio tia\nfihos filhas rapaz rapariga\nfihos filhas irmão irmã\nfihos filhas irmãos irmãs\nfihos filhas pai mãe\nfihos filhas pai mãe\nfihos filhas avô avó\nfihos filhas avô avó\nfihos filhas neto neta\nfihos filhas noivo noiva\nfihos filhas ele ela\nfihos filhas dele dela\nfihos filhas marido mulher\nfihos filhas rei rainha\nfihos filhas homem mulher\nfihos filhas sobrinho sobrinha\nfihos filhas príncipe princesa\nfihos filhas filho filha\nmeio-irmão meia-irmã padrasto madrasta\nmeio-irmão meia-irmã enteado enteada\nmeio-irmão meia-irmã tio tia\nmeio-irmão meia-irmã rapaz rapariga\nmeio-irmão meia-irmã irmão irmã\nmeio-irmão meia-irmã irmãos irmãs\nmeio-irmão meia-irmã pai mãe\nmeio-irmão meia-irmã pai mãe\nmeio-irmão meia-irmã avô avó\nmeio-irmão meia-irmã avô avó\nmeio-irmão meia-irmã neto neta\nmeio-irmão meia-irmã noivo noiva\nmeio-irmão meia-irmã ele ela\nmeio-irmão meia-irmã dele dela\nmeio-irmão meia-irmã marido mulher\nmeio-irmão meia-irmã rei rainha\nmeio-irmão meia-irmã homem mulher\nmeio-irmão meia-irmã sobrinho sobrinha\nmeio-irmão meia-irmã príncipe princesa\nmeio-irmão meia-irmã filho filha\nmeio-irmão meia-irmã fihos filhas\npadrasto madrasta enteado enteada\npadrasto madrasta tio tia\npadrasto madrasta rapaz rapariga\npadrasto madrasta irmão irmã\npadrasto madrasta irmãos irmãs\npadrasto madrasta pai mãe\npadrasto madrasta pai mãe\npadrasto madrasta avô avó\npadrasto madrasta avô avó\npadrasto madrasta neto neta\npadrasto madrasta noivo noiva\npadrasto madrasta ele ela\npadrasto madrasta dele dela\npadrasto madrasta marido mulher\npadrasto madrasta rei rainha\npadrasto madrasta homem mulher\npadrasto madrasta sobrinho sobrinha\npadrasto madrasta príncipe princesa\npadrasto madrasta filho filha\npadrasto madrasta fihos filhas\npadrasto madrasta meio-irmão meia-irmã\nenteado enteada tio tia\nenteado enteada rapaz rapariga\nenteado enteada irmão irmã\nenteado enteada irmãos irmãs\nenteado enteada pai mãe\nenteado enteada pai mãe\nenteado enteada avô avó\nenteado enteada avô avó\nenteado enteada neto neta\nenteado enteada noivo noiva\nenteado enteada ele ela\nenteado enteada dele dela\nenteado enteada marido mulher\nenteado enteada rei rainha\nenteado enteada homem mulher\nenteado enteada sobrinho sobrinha\nenteado enteada príncipe princesa\nenteado enteada filho filha\nenteado enteada fihos filhas\nenteado enteada meio-irmão meia-irmã\nenteado enteada padrasto madrasta\ntio tia rapaz rapariga\ntio tia irmão irmã\ntio tia irmãos irmãs\ntio tia pai mãe\ntio tia pai mãe\ntio tia avô avó\ntio tia avô avó\ntio tia neto neta\ntio tia noivo noiva\ntio tia ele ela\ntio tia dele dela\ntio tia marido mulher\ntio tia rei rainha\ntio tia homem mulher\ntio tia sobrinho sobrinha\ntio tia príncipe princesa\ntio tia filho filha\ntio tia fihos filhas\ntio tia meio-irmão meia-irmã\ntio tia padrasto madrasta\ntio tia enteado enteada\n: gram1-adjective-to-adverb\nfantástico fantasticamente aparente aparentemente\nfantástico fantasticamente calmo calmamente\nfantástico fantasticamente alegre alegremente\nfantástico fantasticamente completo completamente\nfantástico fantasticamente eficiente eficientemente\nfantástico fantasticamente afortunado afortunadamente\nfantástico fantasticamente livre livremente\nfantástico fantasticamente furioso furiosamente\nfantástico fantasticamente alegre alegremente\nfantástico fantasticamente imediato imediatamente\nfantástico fantasticamente infrequente infrequentemente\nfantástico fantasticamente sortudo felizmente\nfantástico fantasticamente óbvio obviamente\nfantástico fantasticamente ocasional ocasionalmente\nfantástico fantasticamente possível possivelmente\nfantástico fantasticamente preciso precisamente\nfantástico fantasticamente profissional profissionalmente\nfantástico fantasticamente rápido rapidamente\nfantástico fantasticamente silencioso silenciosamente\nfantástico fantasticamente rápido rapidamente\nfantástico fantasticamente raro raramente\nfantástico fantasticamente relutante relutantemente\nfantástico fantasticamente seguro seguramente\nfantástico fantasticamente sério seriamente\nfantástico fantasticamente lento lentamente\nfantástico fantasticamente repentino repentinamente\nfantástico fantasticamente veloz/rápido rapidamente\nfantástico fantasticamente típico tipicamente\nfantástico fantasticamente infeliz infelizmente\nfantástico fantasticamente usual usualmente\naparente aparentemente calmo calmamente\naparente aparentemente alegre alegremente\naparente aparentemente completo completamente\naparente aparentemente eficiente eficientemente\naparente aparentemente afortunado afortunadamente\naparente aparentemente livre livremente\naparente aparentemente furioso furiosamente\naparente aparentemente alegre alegremente\naparente aparentemente imediato imediatamente\naparente aparentemente infrequente infrequentemente\naparente aparentemente sortudo felizmente\naparente aparentemente óbvio obviamente\naparente aparentemente ocasional ocasionalmente\naparente aparentemente possível possivelmente\naparente aparentemente preciso precisamente\naparente aparentemente profissional profissionalmente\naparente aparentemente rápido rapidamente\naparente aparentemente silencioso silenciosamente\naparente aparentemente rápido rapidamente\naparente aparentemente raro raramente\naparente aparentemente relutante relutantemente\naparente aparentemente seguro seguramente\naparente aparentemente sério seriamente\naparente aparentemente lento lentamente\naparente aparentemente repentino repentinamente\naparente aparentemente veloz/rápido rapidamente\naparente aparentemente típico tipicamente\naparente aparentemente infeliz infelizmente\naparente aparentemente usual usualmente\naparente aparentemente fantástico fantasticamente\ncalmo calmamente alegre alegremente\ncalmo calmamente completo completamente\ncalmo calmamente eficiente eficientemente\ncalmo calmamente afortunado afortunadamente\ncalmo calmamente livre livremente\ncalmo calmamente furioso furiosamente\ncalmo calmamente alegre alegremente\ncalmo calmamente imediato imediatamente\ncalmo calmamente infrequente infrequentemente\ncalmo calmamente sortudo felizmente\ncalmo calmamente óbvio obviamente\ncalmo calmamente ocasional ocasionalmente\ncalmo calmamente possível possivelmente\ncalmo calmamente preciso precisamente\ncalmo calmamente profissional profissionalmente\ncalmo calmamente rápido rapidamente\ncalmo calmamente silencioso silenciosamente\ncalmo calmamente rápido rapidamente\ncalmo calmamente raro raramente\ncalmo calmamente relutante relutantemente\ncalmo calmamente seguro seguramente\ncalmo calmamente sério seriamente\ncalmo calmamente lento lentamente\ncalmo calmamente repentino repentinamente\ncalmo calmamente veloz/rápido rapidamente\ncalmo calmamente típico tipicamente\ncalmo calmamente infeliz infelizmente\ncalmo calmamente usual usualmente\ncalmo calmamente fantástico fantasticamente\ncalmo calmamente aparente aparentemente\nalegre alegremente completo completamente\nalegre alegremente eficiente eficientemente\nalegre alegremente afortunado afortunadamente\nalegre alegremente livre livremente\nalegre alegremente furioso furiosamente\nalegre alegremente alegre alegremente\nalegre alegremente imediato imediatamente\nalegre alegremente infrequente infrequentemente\nalegre alegremente sortudo felizmente\nalegre alegremente óbvio obviamente\nalegre alegremente ocasional ocasionalmente\nalegre alegremente possível possivelmente\nalegre alegremente preciso precisamente\nalegre alegremente profissional profissionalmente\nalegre alegremente rápido rapidamente\nalegre alegremente silencioso silenciosamente\nalegre alegremente rápido rapidamente\nalegre alegremente raro raramente\nalegre alegremente relutante relutantemente\nalegre alegremente seguro seguramente\nalegre alegremente sério seriamente\nalegre alegremente lento lentamente\nalegre alegremente repentino repentinamente\nalegre alegremente veloz/rápido rapidamente\nalegre alegremente típico tipicamente\nalegre alegremente infeliz infelizmente\nalegre alegremente usual usualmente\nalegre alegremente fantástico fantasticamente\nalegre alegremente aparente aparentemente\nalegre alegremente calmo calmamente\ncompleto completamente eficiente eficientemente\ncompleto completamente afortunado afortunadamente\ncompleto completamente livre livremente\ncompleto completamente furioso furiosamente\ncompleto completamente alegre alegremente\ncompleto completamente imediato imediatamente\ncompleto completamente infrequente infrequentemente\ncompleto completamente sortudo felizmente\ncompleto completamente óbvio obviamente\ncompleto completamente ocasional ocasionalmente\ncompleto completamente possível possivelmente\ncompleto completamente preciso precisamente\ncompleto completamente profissional profissionalmente\ncompleto completamente rápido rapidamente\ncompleto completamente silencioso silenciosamente\ncompleto completamente rápido rapidamente\ncompleto completamente raro raramente\ncompleto completamente relutante relutantemente\ncompleto completamente seguro seguramente\ncompleto completamente sério seriamente\ncompleto completamente lento lentamente\ncompleto completamente repentino repentinamente\ncompleto completamente veloz/rápido rapidamente\ncompleto completamente típico tipicamente\ncompleto completamente infeliz infelizmente\ncompleto completamente usual usualmente\ncompleto completamente fantástico fantasticamente\ncompleto completamente aparente aparentemente\ncompleto completamente calmo calmamente\ncompleto completamente alegre alegremente\neficiente eficientemente afortunado afortunadamente\neficiente eficientemente livre livremente\neficiente eficientemente furioso furiosamente\neficiente eficientemente alegre alegremente\neficiente eficientemente imediato imediatamente\neficiente eficientemente infrequente infrequentemente\neficiente eficientemente sortudo felizmente\neficiente eficientemente óbvio obviamente\neficiente eficientemente ocasional ocasionalmente\neficiente eficientemente possível possivelmente\neficiente eficientemente preciso precisamente\neficiente eficientemente profissional profissionalmente\neficiente eficientemente rápido rapidamente\neficiente eficientemente silencioso silenciosamente\neficiente eficientemente rápido rapidamente\neficiente eficientemente raro raramente\neficiente eficientemente relutante relutantemente\neficiente eficientemente seguro seguramente\neficiente eficientemente sério seriamente\neficiente eficientemente lento lentamente\neficiente eficientemente repentino repentinamente\neficiente eficientemente veloz/rápido rapidamente\neficiente eficientemente típico tipicamente\neficiente eficientemente infeliz infelizmente\neficiente eficientemente usual usualmente\neficiente eficientemente fantástico fantasticamente\neficiente eficientemente aparente aparentemente\neficiente eficientemente calmo calmamente\neficiente eficientemente alegre alegremente\neficiente eficientemente completo completamente\nafortunado afortunadamente livre livremente\nafortunado afortunadamente furioso furiosamente\nafortunado afortunadamente alegre alegremente\nafortunado afortunadamente imediato imediatamente\nafortunado afortunadamente infrequente infrequentemente\nafortunado afortunadamente sortudo felizmente\nafortunado afortunadamente óbvio obviamente\nafortunado afortunadamente ocasional ocasionalmente\nafortunado afortunadamente possível possivelmente\nafortunado afortunadamente preciso precisamente\nafortunado afortunadamente profissional profissionalmente\nafortunado afortunadamente rápido rapidamente\nafortunado afortunadamente silencioso silenciosamente\nafortunado afortunadamente rápido rapidamente\nafortunado afortunadamente raro raramente\nafortunado afortunadamente relutante relutantemente\nafortunado afortunadamente seguro seguramente\nafortunado afortunadamente sério seriamente\nafortunado afortunadamente lento lentamente\nafortunado afortunadamente repentino repentinamente\nafortunado afortunadamente veloz/rápido rapidamente\nafortunado afortunadamente típico tipicamente\nafortunado afortunadamente infeliz infelizmente\nafortunado afortunadamente usual usualmente\nafortunado afortunadamente fantástico fantasticamente\nafortunado afortunadamente aparente aparentemente\nafortunado afortunadamente calmo calmamente\nafortunado afortunadamente alegre alegremente\nafortunado afortunadamente completo completamente\nafortunado afortunadamente eficiente eficientemente\nlivre livremente furioso furiosamente\nlivre livremente alegre alegremente\nlivre livremente imediato imediatamente\nlivre livremente infrequente infrequentemente\nlivre livremente sortudo felizmente\nlivre livremente óbvio obviamente\nlivre livremente ocasional ocasionalmente\nlivre livremente possível possivelmente\nlivre livremente preciso precisamente\nlivre livremente profissional profissionalmente\nlivre livremente rápido rapidamente\nlivre livremente silencioso silenciosamente\nlivre livremente rápido rapidamente\nlivre livremente raro raramente\nlivre livremente relutante relutantemente\nlivre livremente seguro seguramente\nlivre livremente sério seriamente\nlivre livremente lento lentamente\nlivre livremente repentino repentinamente\nlivre livremente veloz/rápido rapidamente\nlivre livremente típico tipicamente\nlivre livremente infeliz infelizmente\nlivre livremente usual usualmente\nlivre livremente fantástico fantasticamente\nlivre livremente aparente aparentemente\nlivre livremente calmo calmamente\nlivre livremente alegre alegremente\nlivre livremente completo completamente\nlivre livremente eficiente eficientemente\nlivre livremente afortunado afortunadamente\nfurioso furiosamente alegre alegremente\nfurioso furiosamente imediato imediatamente\nfurioso furiosamente infrequente infrequentemente\nfurioso furiosamente sortudo felizmente\nfurioso furiosamente óbvio obviamente\nfurioso furiosamente ocasional ocasionalmente\nfurioso furiosamente possível possivelmente\nfurioso furiosamente preciso precisamente\nfurioso furiosamente profissional profissionalmente\nfurioso furiosamente rápido rapidamente\nfurioso furiosamente silencioso silenciosamente\nfurioso furiosamente rápido rapidamente\nfurioso furiosamente raro raramente\nfurioso furiosamente relutante relutantemente\nfurioso furiosamente seguro seguramente\nfurioso furiosamente sério seriamente\nfurioso furiosamente lento lentamente\nfurioso furiosamente repentino repentinamente\nfurioso furiosamente veloz/rápido rapidamente\nfurioso furiosamente típico tipicamente\nfurioso furiosamente infeliz infelizmente\nfurioso furiosamente usual usualmente\nfurioso furiosamente fantástico fantasticamente\nfurioso furiosamente aparente aparentemente\nfurioso furiosamente calmo calmamente\nfurioso furiosamente alegre alegremente\nfurioso furiosamente completo completamente\nfurioso furiosamente eficiente eficientemente\nfurioso furiosamente afortunado afortunadamente\nfurioso furiosamente livre livremente\nalegre alegremente imediato imediatamente\nalegre alegremente infrequente infrequentemente\nalegre alegremente sortudo felizmente\nalegre alegremente óbvio obviamente\nalegre alegremente ocasional ocasionalmente\nalegre alegremente possível possivelmente\nalegre alegremente preciso precisamente\nalegre alegremente profissional profissionalmente\nalegre alegremente rápido rapidamente\nalegre alegremente silencioso silenciosamente\nalegre alegremente rápido rapidamente\nalegre alegremente raro raramente\nalegre alegremente relutante relutantemente\nalegre alegremente seguro seguramente\nalegre alegremente sério seriamente\nalegre alegremente lento lentamente\nalegre alegremente repentino repentinamente\nalegre alegremente veloz/rápido rapidamente\nalegre alegremente típico tipicamente\nalegre alegremente infeliz infelizmente\nalegre alegremente usual usualmente\nalegre alegremente fantástico fantasticamente\nalegre alegremente aparente aparentemente\nalegre alegremente calmo calmamente\nalegre alegremente alegre alegremente\nalegre alegremente completo completamente\nalegre alegremente eficiente eficientemente\nalegre alegremente afortunado afortunadamente\nalegre alegremente livre livremente\nalegre alegremente furioso furiosamente\nimediato imediatamente infrequente infrequentemente\nimediato imediatamente sortudo felizmente\nimediato imediatamente óbvio obviamente\nimediato imediatamente ocasional ocasionalmente\nimediato imediatamente possível possivelmente\nimediato imediatamente preciso precisamente\nimediato imediatamente profissional profissionalmente\nimediato imediatamente rápido rapidamente\nimediato imediatamente silencioso silenciosamente\nimediato imediatamente rápido rapidamente\nimediato imediatamente raro raramente\nimediato imediatamente relutante relutantemente\nimediato imediatamente seguro seguramente\nimediato imediatamente sério seriamente\nimediato imediatamente lento lentamente\nimediato imediatamente repentino repentinamente\nimediato imediatamente veloz/rápido rapidamente\nimediato imediatamente típico tipicamente\nimediato imediatamente infeliz infelizmente\nimediato imediatamente usual usualmente\nimediato imediatamente fantástico fantasticamente\nimediato imediatamente aparente aparentemente\nimediato imediatamente calmo calmamente\nimediato imediatamente alegre alegremente\nimediato imediatamente completo completamente\nimediato imediatamente eficiente eficientemente\nimediato imediatamente afortunado afortunadamente\nimediato imediatamente livre livremente\nimediato imediatamente furioso furiosamente\nimediato imediatamente alegre alegremente\ninfrequente infrequentemente sortudo felizmente\ninfrequente infrequentemente óbvio obviamente\ninfrequente infrequentemente ocasional ocasionalmente\ninfrequente infrequentemente possível possivelmente\ninfrequente infrequentemente preciso precisamente\ninfrequente infrequentemente profissional profissionalmente\ninfrequente infrequentemente rápido rapidamente\ninfrequente infrequentemente silencioso silenciosamente\ninfrequente infrequentemente rápido rapidamente\ninfrequente infrequentemente raro raramente\ninfrequente infrequentemente relutante relutantemente\ninfrequente infrequentemente seguro seguramente\ninfrequente infrequentemente sério seriamente\ninfrequente infrequentemente lento lentamente\ninfrequente infrequentemente repentino repentinamente\ninfrequente infrequentemente veloz/rápido rapidamente\ninfrequente infrequentemente típico tipicamente\ninfrequente infrequentemente infeliz infelizmente\ninfrequente infrequentemente usual usualmente\ninfrequente infrequentemente fantástico fantasticamente\ninfrequente infrequentemente aparente aparentemente\ninfrequente infrequentemente calmo calmamente\ninfrequente infrequentemente alegre alegremente\ninfrequente infrequentemente completo completamente\ninfrequente infrequentemente eficiente eficientemente\ninfrequente infrequentemente afortunado afortunadamente\ninfrequente infrequentemente livre livremente\ninfrequente infrequentemente furioso furiosamente\ninfrequente infrequentemente alegre alegremente\ninfrequente infrequentemente imediato imediatamente\nsortudo felizmente óbvio obviamente\nsortudo felizmente ocasional ocasionalmente\nsortudo felizmente possível possivelmente\nsortudo felizmente preciso precisamente\nsortudo felizmente profissional profissionalmente\nsortudo felizmente rápido rapidamente\nsortudo felizmente silencioso silenciosamente\nsortudo felizmente rápido rapidamente\nsortudo felizmente raro raramente\nsortudo felizmente relutante relutantemente\nsortudo felizmente seguro seguramente\nsortudo felizmente sério seriamente\nsortudo felizmente lento lentamente\nsortudo felizmente repentino repentinamente\nsortudo felizmente veloz/rápido rapidamente\nsortudo felizmente típico tipicamente\nsortudo felizmente infeliz infelizmente\nsortudo felizmente usual usualmente\nsortudo felizmente fantástico fantasticamente\nsortudo felizmente aparente aparentemente\nsortudo felizmente calmo calmamente\nsortudo felizmente alegre alegremente\nsortudo felizmente completo completamente\nsortudo felizmente eficiente eficientemente\nsortudo felizmente afortunado afortunadamente\nsortudo felizmente livre livremente\nsortudo felizmente furioso furiosamente\nsortudo felizmente alegre alegremente\nsortudo felizmente imediato imediatamente\nsortudo felizmente infrequente infrequentemente\nóbvio obviamente ocasional ocasionalmente\nóbvio obviamente possível possivelmente\nóbvio obviamente preciso precisamente\nóbvio obviamente profissional profissionalmente\nóbvio obviamente rápido rapidamente\nóbvio obviamente silencioso silenciosamente\nóbvio obviamente rápido rapidamente\nóbvio obviamente raro raramente\nóbvio obviamente relutante relutantemente\nóbvio obviamente seguro seguramente\nóbvio obviamente sério seriamente\nóbvio obviamente lento lentamente\nóbvio obviamente repentino repentinamente\nóbvio obviamente veloz/rápido rapidamente\nóbvio obviamente típico tipicamente\nóbvio obviamente infeliz infelizmente\nóbvio obviamente usual usualmente\nóbvio obviamente fantástico fantasticamente\nóbvio obviamente aparente aparentemente\nóbvio obviamente calmo calmamente\nóbvio obviamente alegre alegremente\nóbvio obviamente completo completamente\nóbvio obviamente eficiente eficientemente\nóbvio obviamente afortunado afortunadamente\nóbvio obviamente livre livremente\nóbvio obviamente furioso furiosamente\nóbvio obviamente alegre alegremente\nóbvio obviamente imediato imediatamente\nóbvio obviamente infrequente infrequentemente\nóbvio obviamente sortudo felizmente\nocasional ocasionalmente possível possivelmente\nocasional ocasionalmente preciso precisamente\nocasional ocasionalmente profissional profissionalmente\nocasional ocasionalmente rápido rapidamente\nocasional ocasionalmente silencioso silenciosamente\nocasional ocasionalmente rápido rapidamente\nocasional ocasionalmente raro raramente\nocasional ocasionalmente relutante relutantemente\nocasional ocasionalmente seguro seguramente\nocasional ocasionalmente sério seriamente\nocasional ocasionalmente lento lentamente\nocasional ocasionalmente repentino repentinamente\nocasional ocasionalmente veloz/rápido rapidamente\nocasional ocasionalmente típico tipicamente\nocasional ocasionalmente infeliz infelizmente\nocasional ocasionalmente usual usualmente\nocasional ocasionalmente fantástico fantasticamente\nocasional ocasionalmente aparente aparentemente\nocasional ocasionalmente calmo calmamente\nocasional ocasionalmente alegre alegremente\nocasional ocasionalmente completo completamente\nocasional ocasionalmente eficiente eficientemente\nocasional ocasionalmente afortunado afortunadamente\nocasional ocasionalmente livre livremente\nocasional ocasionalmente furioso furiosamente\nocasional ocasionalmente alegre alegremente\nocasional ocasionalmente imediato imediatamente\nocasional ocasionalmente infrequente infrequentemente\nocasional ocasionalmente sortudo felizmente\nocasional ocasionalmente óbvio obviamente\npossível possivelmente preciso precisamente\npossível possivelmente profissional profissionalmente\npossível possivelmente rápido rapidamente\npossível possivelmente silencioso silenciosamente\npossível possivelmente rápido rapidamente\npossível possivelmente raro raramente\npossível possivelmente relutante relutantemente\npossível possivelmente seguro seguramente\npossível possivelmente sério seriamente\npossível possivelmente lento lentamente\npossível possivelmente repentino repentinamente\npossível possivelmente veloz/rápido rapidamente\npossível possivelmente típico tipicamente\npossível possivelmente infeliz infelizmente\npossível possivelmente usual usualmente\npossível possivelmente fantástico fantasticamente\npossível possivelmente aparente aparentemente\npossível possivelmente calmo calmamente\npossível possivelmente alegre alegremente\npossível possivelmente completo completamente\npossível possivelmente eficiente eficientemente\npossível possivelmente afortunado afortunadamente\npossível possivelmente livre livremente\npossível possivelmente furioso furiosamente\npossível possivelmente alegre alegremente\npossível possivelmente imediato imediatamente\npossível possivelmente infrequente infrequentemente\npossível possivelmente sortudo felizmente\npossível possivelmente óbvio obviamente\npossível possivelmente ocasional ocasionalmente\npreciso precisamente profissional profissionalmente\npreciso precisamente rápido rapidamente\npreciso precisamente silencioso silenciosamente\npreciso precisamente rápido rapidamente\npreciso precisamente raro raramente\npreciso precisamente relutante relutantemente\npreciso precisamente seguro seguramente\npreciso precisamente sério seriamente\npreciso precisamente lento lentamente\npreciso precisamente repentino repentinamente\npreciso precisamente veloz/rápido rapidamente\npreciso precisamente típico tipicamente\npreciso precisamente infeliz infelizmente\npreciso precisamente usual usualmente\npreciso precisamente fantástico fantasticamente\npreciso precisamente aparente aparentemente\npreciso precisamente calmo calmamente\npreciso precisamente alegre alegremente\npreciso precisamente completo completamente\npreciso precisamente eficiente eficientemente\npreciso precisamente afortunado afortunadamente\npreciso precisamente livre livremente\npreciso precisamente furioso furiosamente\npreciso precisamente alegre alegremente\npreciso precisamente imediato imediatamente\npreciso precisamente infrequente infrequentemente\npreciso precisamente sortudo felizmente\npreciso precisamente óbvio obviamente\npreciso precisamente ocasional ocasionalmente\npreciso precisamente possível possivelmente\nprofissional profissionalmente rápido rapidamente\nprofissional profissionalmente silencioso silenciosamente\nprofissional profissionalmente rápido rapidamente\nprofissional profissionalmente raro raramente\nprofissional profissionalmente relutante relutantemente\nprofissional profissionalmente seguro seguramente\nprofissional profissionalmente sério seriamente\nprofissional profissionalmente lento lentamente\nprofissional profissionalmente repentino repentinamente\nprofissional profissionalmente veloz/rápido rapidamente\nprofissional profissionalmente típico tipicamente\nprofissional profissionalmente infeliz infelizmente\nprofissional profissionalmente usual usualmente\nprofissional profissionalmente fantástico fantasticamente\nprofissional profissionalmente aparente aparentemente\nprofissional profissionalmente calmo calmamente\nprofissional profissionalmente alegre alegremente\nprofissional profissionalmente completo completamente\nprofissional profissionalmente eficiente eficientemente\nprofissional profissionalmente afortunado afortunadamente\nprofissional profissionalmente livre livremente\nprofissional profissionalmente furioso furiosamente\nprofissional profissionalmente alegre alegremente\nprofissional profissionalmente imediato imediatamente\nprofissional profissionalmente infrequente infrequentemente\nprofissional profissionalmente sortudo felizmente\nprofissional profissionalmente óbvio obviamente\nprofissional profissionalmente ocasional ocasionalmente\nprofissional profissionalmente possível possivelmente\nprofissional profissionalmente preciso precisamente\nrápido rapidamente silencioso silenciosamente\nrápido rapidamente rápido rapidamente\nrápido rapidamente raro raramente\nrápido rapidamente relutante relutantemente\nrápido rapidamente seguro seguramente\nrápido rapidamente sério seriamente\nrápido rapidamente lento lentamente\nrápido rapidamente repentino repentinamente\nrápido rapidamente veloz/rápido rapidamente\nrápido rapidamente típico tipicamente\nrápido rapidamente infeliz infelizmente\nrápido rapidamente usual usualmente\nrápido rapidamente fantástico fantasticamente\nrápido rapidamente aparente aparentemente\nrápido rapidamente calmo calmamente\nrápido rapidamente alegre alegremente\nrápido rapidamente completo completamente\nrápido rapidamente eficiente eficientemente\nrápido rapidamente afortunado afortunadamente\nrápido rapidamente livre livremente\nrápido rapidamente furioso furiosamente\nrápido rapidamente alegre alegremente\nrápido rapidamente imediato imediatamente\nrápido rapidamente infrequente infrequentemente\nrápido rapidamente sortudo felizmente\nrápido rapidamente óbvio obviamente\nrápido rapidamente ocasional ocasionalmente\nrápido rapidamente possível possivelmente\nrápido rapidamente preciso precisamente\nrápido rapidamente profissional profissionalmente\nsilencioso silenciosamente rápido rapidamente\nsilencioso silenciosamente raro raramente\nsilencioso silenciosamente relutante relutantemente\nsilencioso silenciosamente seguro seguramente\nsilencioso silenciosamente sério seriamente\nsilencioso silenciosamente lento lentamente\nsilencioso silenciosamente repentino repentinamente\nsilencioso silenciosamente veloz/rápido rapidamente\nsilencioso silenciosamente típico tipicamente\nsilencioso silenciosamente infeliz infelizmente\nsilencioso silenciosamente usual usualmente\nsilencioso silenciosamente fantástico fantasticamente\nsilencioso silenciosamente aparente aparentemente\nsilencioso silenciosamente calmo calmamente\nsilencioso silenciosamente alegre alegremente\nsilencioso silenciosamente completo completamente\nsilencioso silenciosamente eficiente eficientemente\nsilencioso silenciosamente afortunado afortunadamente\nsilencioso silenciosamente livre livremente\nsilencioso silenciosamente furioso furiosamente\nsilencioso silenciosamente alegre alegremente\nsilencioso silenciosamente imediato imediatamente\nsilencioso silenciosamente infrequente infrequentemente\nsilencioso silenciosamente sortudo felizmente\nsilencioso silenciosamente óbvio obviamente\nsilencioso silenciosamente ocasional ocasionalmente\nsilencioso silenciosamente possível possivelmente\nsilencioso silenciosamente preciso precisamente\nsilencioso silenciosamente profissional profissionalmente\nsilencioso silenciosamente rápido rapidamente\nrápido rapidamente raro raramente\nrápido rapidamente relutante relutantemente\nrápido rapidamente seguro seguramente\nrápido rapidamente sério seriamente\nrápido rapidamente lento lentamente\nrápido rapidamente repentino repentinamente\nrápido rapidamente veloz/rápido rapidamente\nrápido rapidamente típico tipicamente\nrápido rapidamente infeliz infelizmente\nrápido rapidamente usual usualmente\nrápido rapidamente fantástico fantasticamente\nrápido rapidamente aparente aparentemente\nrápido rapidamente calmo calmamente\nrápido rapidamente alegre alegremente\nrápido rapidamente completo completamente\nrápido rapidamente eficiente eficientemente\nrápido rapidamente afortunado afortunadamente\nrápido rapidamente livre livremente\nrápido rapidamente furioso furiosamente\nrápido rapidamente alegre alegremente\nrápido rapidamente imediato imediatamente\nrápido rapidamente infrequente infrequentemente\nrápido rapidamente sortudo felizmente\nrápido rapidamente óbvio obviamente\nrápido rapidamente ocasional ocasionalmente\nrápido rapidamente possível possivelmente\nrápido rapidamente preciso precisamente\nrápido rapidamente profissional profissionalmente\nrápido rapidamente rápido rapidamente\nrápido rapidamente silencioso silenciosamente\nraro raramente relutante relutantemente\nraro raramente seguro seguramente\nraro raramente sério seriamente\nraro raramente lento lentamente\nraro raramente repentino repentinamente\nraro raramente veloz/rápido rapidamente\nraro raramente típico tipicamente\nraro raramente infeliz infelizmente\nraro raramente usual usualmente\nraro raramente fantástico fantasticamente\nraro raramente aparente aparentemente\nraro raramente calmo calmamente\nraro raramente alegre alegremente\nraro raramente completo completamente\nraro raramente eficiente eficientemente\nraro raramente afortunado afortunadamente\nraro raramente livre livremente\nraro raramente furioso furiosamente\nraro raramente alegre alegremente\nraro raramente imediato imediatamente\nraro raramente infrequente infrequentemente\nraro raramente sortudo felizmente\nraro raramente óbvio obviamente\nraro raramente ocasional ocasionalmente\nraro raramente possível possivelmente\nraro raramente preciso precisamente\nraro raramente profissional profissionalmente\nraro raramente rápido rapidamente\nraro raramente silencioso silenciosamente\nraro raramente rápido rapidamente\nrelutante relutantemente seguro seguramente\nrelutante relutantemente sério seriamente\nrelutante relutantemente lento lentamente\nrelutante relutantemente repentino repentinamente\nrelutante relutantemente veloz/rápido rapidamente\nrelutante relutantemente típico tipicamente\nrelutante relutantemente infeliz infelizmente\nrelutante relutantemente usual usualmente\nrelutante relutantemente fantástico fantasticamente\nrelutante relutantemente aparente aparentemente\nrelutante relutantemente calmo calmamente\nrelutante relutantemente alegre alegremente\nrelutante relutantemente completo completamente\nrelutante relutantemente eficiente eficientemente\nrelutante relutantemente afortunado afortunadamente\nrelutante relutantemente livre livremente\nrelutante relutantemente furioso furiosamente\nrelutante relutantemente alegre alegremente\nrelutante relutantemente imediato imediatamente\nrelutante relutantemente infrequente infrequentemente\nrelutante relutantemente sortudo felizmente\nrelutante relutantemente óbvio obviamente\nrelutante relutantemente ocasional ocasionalmente\nrelutante relutantemente possível possivelmente\nrelutante relutantemente preciso precisamente\nrelutante relutantemente profissional profissionalmente\nrelutante relutantemente rápido rapidamente\nrelutante relutantemente silencioso silenciosamente\nrelutante relutantemente rápido rapidamente\nrelutante relutantemente raro raramente\nseguro seguramente sério seriamente\nseguro seguramente lento lentamente\nseguro seguramente repentino repentinamente\nseguro seguramente veloz/rápido rapidamente\nseguro seguramente típico tipicamente\nseguro seguramente infeliz infelizmente\nseguro seguramente usual usualmente\nseguro seguramente fantástico fantasticamente\nseguro seguramente aparente aparentemente\nseguro seguramente calmo calmamente\nseguro seguramente alegre alegremente\nseguro seguramente completo completamente\nseguro seguramente eficiente eficientemente\nseguro seguramente afortunado afortunadamente\nseguro seguramente livre livremente\nseguro seguramente furioso furiosamente\nseguro seguramente alegre alegremente\nseguro seguramente imediato imediatamente\nseguro seguramente infrequente infrequentemente\nseguro seguramente sortudo felizmente\nseguro seguramente óbvio obviamente\nseguro seguramente ocasional ocasionalmente\nseguro seguramente possível possivelmente\nseguro seguramente preciso precisamente\nseguro seguramente profissional profissionalmente\nseguro seguramente rápido rapidamente\nseguro seguramente silencioso silenciosamente\nseguro seguramente rápido rapidamente\nseguro seguramente raro raramente\nseguro seguramente relutante relutantemente\nsério seriamente lento lentamente\nsério seriamente repentino repentinamente\nsério seriamente veloz/rápido rapidamente\nsério seriamente típico tipicamente\nsério seriamente infeliz infelizmente\nsério seriamente usual usualmente\nsério seriamente fantástico fantasticamente\nsério seriamente aparente aparentemente\nsério seriamente calmo calmamente\nsério seriamente alegre alegremente\nsério seriamente completo completamente\nsério seriamente eficiente eficientemente\nsério seriamente afortunado afortunadamente\nsério seriamente livre livremente\nsério seriamente furioso furiosamente\nsério seriamente alegre alegremente\nsério seriamente imediato imediatamente\nsério seriamente infrequente infrequentemente\nsério seriamente sortudo felizmente\nsério seriamente óbvio obviamente\nsério seriamente ocasional ocasionalmente\nsério seriamente possível possivelmente\nsério seriamente preciso precisamente\nsério seriamente profissional profissionalmente\nsério seriamente rápido rapidamente\nsério seriamente silencioso silenciosamente\nsério seriamente rápido rapidamente\nsério seriamente raro raramente\nsério seriamente relutante relutantemente\nsério seriamente seguro seguramente\nlento lentamente repentino repentinamente\nlento lentamente veloz/rápido rapidamente\nlento lentamente típico tipicamente\nlento lentamente infeliz infelizmente\nlento lentamente usual usualmente\nlento lentamente fantástico fantasticamente\nlento lentamente aparente aparentemente\nlento lentamente calmo calmamente\nlento lentamente alegre alegremente\nlento lentamente completo completamente\nlento lentamente eficiente eficientemente\nlento lentamente afortunado afortunadamente\nlento lentamente livre livremente\nlento lentamente furioso furiosamente\nlento lentamente alegre alegremente\nlento lentamente imediato imediatamente\nlento lentamente infrequente infrequentemente\nlento lentamente sortudo felizmente\nlento lentamente óbvio obviamente\nlento lentamente ocasional ocasionalmente\nlento lentamente possível possivelmente\nlento lentamente preciso precisamente\nlento lentamente profissional profissionalmente\nlento lentamente rápido rapidamente\nlento lentamente silencioso silenciosamente\nlento lentamente rápido rapidamente\nlento lentamente raro raramente\nlento lentamente relutante relutantemente\nlento lentamente seguro seguramente\nlento lentamente sério seriamente\nrepentino repentinamente veloz/rápido rapidamente\nrepentino repentinamente típico tipicamente\nrepentino repentinamente infeliz infelizmente\nrepentino repentinamente usual usualmente\nrepentino repentinamente fantástico fantasticamente\nrepentino repentinamente aparente aparentemente\nrepentino repentinamente calmo calmamente\nrepentino repentinamente alegre alegremente\nrepentino repentinamente completo completamente\nrepentino repentinamente eficiente eficientemente\nrepentino repentinamente afortunado afortunadamente\nrepentino repentinamente livre livremente\nrepentino repentinamente furioso furiosamente\nrepentino repentinamente alegre alegremente\nrepentino repentinamente imediato imediatamente\nrepentino repentinamente infrequente infrequentemente\nrepentino repentinamente sortudo felizmente\nrepentino repentinamente óbvio obviamente\nrepentino repentinamente ocasional ocasionalmente\nrepentino repentinamente possível possivelmente\nrepentino repentinamente preciso precisamente\nrepentino repentinamente profissional profissionalmente\nrepentino repentinamente rápido rapidamente\nrepentino repentinamente silencioso silenciosamente\nrepentino repentinamente rápido rapidamente\nrepentino repentinamente raro raramente\nrepentino repentinamente relutante relutantemente\nrepentino repentinamente seguro seguramente\nrepentino repentinamente sério seriamente\nrepentino repentinamente lento lentamente\nveloz/rápido rapidamente típico tipicamente\nveloz/rápido rapidamente infeliz infelizmente\nveloz/rápido rapidamente usual usualmente\nveloz/rápido rapidamente fantástico fantasticamente\nveloz/rápido rapidamente aparente aparentemente\nveloz/rápido rapidamente calmo calmamente\nveloz/rápido rapidamente alegre alegremente\nveloz/rápido rapidamente completo completamente\nveloz/rápido rapidamente eficiente eficientemente\nveloz/rápido rapidamente afortunado afortunadamente\nveloz/rápido rapidamente livre livremente\nveloz/rápido rapidamente furioso furiosamente\nveloz/rápido rapidamente alegre alegremente\nveloz/rápido rapidamente imediato imediatamente\nveloz/rápido rapidamente infrequente infrequentemente\nveloz/rápido rapidamente sortudo felizmente\nveloz/rápido rapidamente óbvio obviamente\nveloz/rápido rapidamente ocasional ocasionalmente\nveloz/rápido rapidamente possível possivelmente\nveloz/rápido rapidamente preciso precisamente\nveloz/rápido rapidamente profissional profissionalmente\nveloz/rápido rapidamente rápido rapidamente\nveloz/rápido rapidamente silencioso silenciosamente\nveloz/rápido rapidamente rápido rapidamente\nveloz/rápido rapidamente raro raramente\nveloz/rápido rapidamente relutante relutantemente\nveloz/rápido rapidamente seguro seguramente\nveloz/rápido rapidamente sério seriamente\nveloz/rápido rapidamente lento lentamente\nveloz/rápido rapidamente repentino repentinamente\ntípico tipicamente infeliz infelizmente\ntípico tipicamente usual usualmente\ntípico tipicamente fantástico fantasticamente\ntípico tipicamente aparente aparentemente\ntípico tipicamente calmo calmamente\ntípico tipicamente alegre alegremente\ntípico tipicamente completo completamente\ntípico tipicamente eficiente eficientemente\ntípico tipicamente afortunado afortunadamente\ntípico tipicamente livre livremente\ntípico tipicamente furioso furiosamente\ntípico tipicamente alegre alegremente\ntípico tipicamente imediato imediatamente\ntípico tipicamente infrequente infrequentemente\ntípico tipicamente sortudo felizmente\ntípico tipicamente óbvio obviamente\ntípico tipicamente ocasional ocasionalmente\ntípico tipicamente possível possivelmente\ntípico tipicamente preciso precisamente\ntípico tipicamente profissional profissionalmente\ntípico tipicamente rápido rapidamente\ntípico tipicamente silencioso silenciosamente\ntípico tipicamente rápido rapidamente\ntípico tipicamente raro raramente\ntípico tipicamente relutante relutantemente\ntípico tipicamente seguro seguramente\ntípico tipicamente sério seriamente\ntípico tipicamente lento lentamente\ntípico tipicamente repentino repentinamente\ntípico tipicamente veloz/rápido rapidamente\ninfeliz infelizmente usual usualmente\ninfeliz infelizmente fantástico fantasticamente\ninfeliz infelizmente aparente aparentemente\ninfeliz infelizmente calmo calmamente\ninfeliz infelizmente alegre alegremente\ninfeliz infelizmente completo completamente\ninfeliz infelizmente eficiente eficientemente\ninfeliz infelizmente afortunado afortunadamente\ninfeliz infelizmente livre livremente\ninfeliz infelizmente furioso furiosamente\ninfeliz infelizmente alegre alegremente\ninfeliz infelizmente imediato imediatamente\ninfeliz infelizmente infrequente infrequentemente\ninfeliz infelizmente sortudo felizmente\ninfeliz infelizmente óbvio obviamente\ninfeliz infelizmente ocasional ocasionalmente\ninfeliz infelizmente possível possivelmente\ninfeliz infelizmente preciso precisamente\ninfeliz infelizmente profissional profissionalmente\ninfeliz infelizmente rápido rapidamente\ninfeliz infelizmente silencioso silenciosamente\ninfeliz infelizmente rápido rapidamente\ninfeliz infelizmente raro raramente\ninfeliz infelizmente relutante relutantemente\ninfeliz infelizmente seguro seguramente\ninfeliz infelizmente sério seriamente\ninfeliz infelizmente lento lentamente\ninfeliz infelizmente repentino repentinamente\ninfeliz infelizmente veloz/rápido rapidamente\ninfeliz infelizmente típico tipicamente\nusual usualmente fantástico fantasticamente\nusual usualmente aparente aparentemente\nusual usualmente calmo calmamente\nusual usualmente alegre alegremente\nusual usualmente completo completamente\nusual usualmente eficiente eficientemente\nusual usualmente afortunado afortunadamente\nusual usualmente livre livremente\nusual usualmente furioso furiosamente\nusual usualmente alegre alegremente\nusual usualmente imediato imediatamente\nusual usualmente infrequente infrequentemente\nusual usualmente sortudo felizmente\nusual usualmente óbvio obviamente\nusual usualmente ocasional ocasionalmente\nusual usualmente possível possivelmente\nusual usualmente preciso precisamente\nusual usualmente profissional profissionalmente\nusual usualmente rápido rapidamente\nusual usualmente silencioso silenciosamente\nusual usualmente rápido rapidamente\nusual usualmente raro raramente\nusual usualmente relutante relutantemente\nusual usualmente seguro seguramente\nusual usualmente sério seriamente\nusual usualmente lento lentamente\nusual usualmente repentino repentinamente\nusual usualmente veloz/rápido rapidamente\nusual usualmente típico tipicamente\nusual usualmente infeliz infelizmente\n: gram2-opposite\naceitável inaceitável consciente inconsciente\naceitável inaceitável certo incerto\naceitável inaceitável claro obscuro\naceitável inaceitável confortável desconfortável\naceitável inaceitável competitivo descompetitivo\naceitável inaceitável consistente inconsistente\naceitável inaceitável convincente inconvincente\naceitável inaceitável conveniente inconveniente\naceitável inaceitável decidido indeciso\naceitável inaceitável eficiente ineficiente\naceitável inaceitável ético antiético\naceitável inaceitável afortunado infeliz\naceitável inaceitável honesto desonesto\naceitável inaceitável impressivo inexpressivo\naceitável inaceitável informativo desinformativo\naceitável inaceitável informado desinformado\naceitável inaceitável conhecido desconhecido\naceitável inaceitável provável improvável\naceitável inaceitável lógico ilógico\naceitável inaceitável agradável desagradável\naceitável inaceitável possível impossível\naceitável inaceitável possivelmente impossivelmente\naceitável inaceitável produtivo improdutivo\naceitável inaceitável racional irracional\naceitável inaceitável responsável irresponsável\naceitável inaceitável certo incerto\naceitável inaceitável agradável desagradável\nconsciente inconsciente certo incerto\nconsciente inconsciente claro obscuro\nconsciente inconsciente confortável desconfortável\nconsciente inconsciente competitivo descompetitivo\nconsciente inconsciente consistente inconsistente\nconsciente inconsciente convincente inconvincente\nconsciente inconsciente conveniente inconveniente\nconsciente inconsciente decidido indeciso\nconsciente inconsciente eficiente ineficiente\nconsciente inconsciente ético antiético\nconsciente inconsciente afortunado infeliz\nconsciente inconsciente honesto desonesto\nconsciente inconsciente impressivo inexpressivo\nconsciente inconsciente informativo desinformativo\nconsciente inconsciente informado desinformado\nconsciente inconsciente conhecido desconhecido\nconsciente inconsciente provável improvável\nconsciente inconsciente lógico ilógico\nconsciente inconsciente agradável desagradável\nconsciente inconsciente possível impossível\nconsciente inconsciente possivelmente impossivelmente\nconsciente inconsciente produtivo improdutivo\nconsciente inconsciente racional irracional\nconsciente inconsciente responsável irresponsável\nconsciente inconsciente certo incerto\nconsciente inconsciente agradável desagradável\nconsciente inconsciente aceitável inaceitável\ncerto incerto claro obscuro\ncerto incerto confortável desconfortável\ncerto incerto competitivo descompetitivo\ncerto incerto consistente inconsistente\ncerto incerto convincente inconvincente\ncerto incerto conveniente inconveniente\ncerto incerto decidido indeciso\ncerto incerto eficiente ineficiente\ncerto incerto ético antiético\ncerto incerto afortunado infeliz\ncerto incerto honesto desonesto\ncerto incerto impressivo inexpressivo\ncerto incerto informativo desinformativo\ncerto incerto informado desinformado\ncerto incerto conhecido desconhecido\ncerto incerto provável improvável\ncerto incerto lógico ilógico\ncerto incerto agradável desagradável\ncerto incerto possível impossível\ncerto incerto possivelmente impossivelmente\ncerto incerto produtivo improdutivo\ncerto incerto racional irracional\ncerto incerto responsável irresponsável\ncerto incerto certo incerto\ncerto incerto agradável desagradável\ncerto incerto aceitável inaceitável\ncerto incerto consciente inconsciente\nclaro obscuro confortável desconfortável\nclaro obscuro competitivo descompetitivo\nclaro obscuro consistente inconsistente\nclaro obscuro convincente inconvincente\nclaro obscuro conveniente inconveniente\nclaro obscuro decidido indeciso\nclaro obscuro eficiente ineficiente\nclaro obscuro ético antiético\nclaro obscuro afortunado infeliz\nclaro obscuro honesto desonesto\nclaro obscuro impressivo inexpressivo\nclaro obscuro informativo desinformativo\nclaro obscuro informado desinformado\nclaro obscuro conhecido desconhecido\nclaro obscuro provável improvável\nclaro obscuro lógico ilógico\nclaro obscuro agradável desagradável\nclaro obscuro possível impossível\nclaro obscuro possivelmente impossivelmente\nclaro obscuro produtivo improdutivo\nclaro obscuro racional irracional\nclaro obscuro responsável irresponsável\nclaro obscuro certo incerto\nclaro obscuro agradável desagradável\nclaro obscuro aceitável inaceitável\nclaro obscuro consciente inconsciente\nclaro obscuro certo incerto\nconfortável desconfortável competitivo descompetitivo\nconfortável desconfortável consistente inconsistente\nconfortável desconfortável convincente inconvincente\nconfortável desconfortável conveniente inconveniente\nconfortável desconfortável decidido indeciso\nconfortável desconfortável eficiente ineficiente\nconfortável desconfortável ético antiético\nconfortável desconfortável afortunado infeliz\nconfortável desconfortável honesto desonesto\nconfortável desconfortável impressivo inexpressivo\nconfortável desconfortável informativo desinformativo\nconfortável desconfortável informado desinformado\nconfortável desconfortável conhecido desconhecido\nconfortável desconfortável provável improvável\nconfortável desconfortável lógico ilógico\nconfortável desconfortável agradável desagradável\nconfortável desconfortável possível impossível\nconfortável desconfortável possivelmente impossivelmente\nconfortável desconfortável produtivo improdutivo\nconfortável desconfortável racional irracional\nconfortável desconfortável responsável irresponsável\nconfortável desconfortável certo incerto\nconfortável desconfortável agradável desagradável\nconfortável desconfortável aceitável inaceitável\nconfortável desconfortável consciente inconsciente\nconfortável desconfortável certo incerto\nconfortável desconfortável claro obscuro\ncompetitivo descompetitivo consistente inconsistente\ncompetitivo descompetitivo convincente inconvincente\ncompetitivo descompetitivo conveniente inconveniente\ncompetitivo descompetitivo decidido indeciso\ncompetitivo descompetitivo eficiente ineficiente\ncompetitivo descompetitivo ético antiético\ncompetitivo descompetitivo afortunado infeliz\ncompetitivo descompetitivo honesto desonesto\ncompetitivo descompetitivo impressivo inexpressivo\ncompetitivo descompetitivo informativo desinformativo\ncompetitivo descompetitivo informado desinformado\ncompetitivo descompetitivo conhecido desconhecido\ncompetitivo descompetitivo provável improvável\ncompetitivo descompetitivo lógico ilógico\ncompetitivo descompetitivo agradável desagradável\ncompetitivo descompetitivo possível impossível\ncompetitivo descompetitivo possivelmente impossivelmente\ncompetitivo descompetitivo produtivo improdutivo\ncompetitivo descompetitivo racional irracional\ncompetitivo descompetitivo responsável irresponsável\ncompetitivo descompetitivo certo incerto\ncompetitivo descompetitivo agradável desagradável\ncompetitivo descompetitivo aceitável inaceitável\ncompetitivo descompetitivo consciente inconsciente\ncompetitivo descompetitivo certo incerto\ncompetitivo descompetitivo claro obscuro\ncompetitivo descompetitivo confortável desconfortável\nconsistente inconsistente convincente inconvincente\nconsistente inconsistente conveniente inconveniente\nconsistente inconsistente decidido indeciso\nconsistente inconsistente eficiente ineficiente\nconsistente inconsistente ético antiético\nconsistente inconsistente afortunado infeliz\nconsistente inconsistente honesto desonesto\nconsistente inconsistente impressivo inexpressivo\nconsistente inconsistente informativo desinformativo\nconsistente inconsistente informado desinformado\nconsistente inconsistente conhecido desconhecido\nconsistente inconsistente provável improvável\nconsistente inconsistente lógico ilógico\nconsistente inconsistente agradável desagradável\nconsistente inconsistente possível impossível\nconsistente inconsistente possivelmente impossivelmente\nconsistente inconsistente produtivo improdutivo\nconsistente inconsistente racional irracional\nconsistente inconsistente responsável irresponsável\nconsistente inconsistente certo incerto\nconsistente inconsistente agradável desagradável\nconsistente inconsistente aceitável inaceitável\nconsistente inconsistente consciente inconsciente\nconsistente inconsistente certo incerto\nconsistente inconsistente claro obscuro\nconsistente inconsistente confortável desconfortável\nconsistente inconsistente competitivo descompetitivo\nconvincente inconvincente conveniente inconveniente\nconvincente inconvincente decidido indeciso\nconvincente inconvincente eficiente ineficiente\nconvincente inconvincente ético antiético\nconvincente inconvincente afortunado infeliz\nconvincente inconvincente honesto desonesto\nconvincente inconvincente impressivo inexpressivo\nconvincente inconvincente informativo desinformativo\nconvincente inconvincente informado desinformado\nconvincente inconvincente conhecido desconhecido\nconvincente inconvincente provável improvável\nconvincente inconvincente lógico ilógico\nconvincente inconvincente agradável desagradável\nconvincente inconvincente possível impossível\nconvincente inconvincente possivelmente impossivelmente\nconvincente inconvincente produtivo improdutivo\nconvincente inconvincente racional irracional\nconvincente inconvincente responsável irresponsável\nconvincente inconvincente certo incerto\nconvincente inconvincente agradável desagradável\nconvincente inconvincente aceitável inaceitável\nconvincente inconvincente consciente inconsciente\nconvincente inconvincente certo incerto\nconvincente inconvincente claro obscuro\nconvincente inconvincente confortável desconfortável\nconvincente inconvincente competitivo descompetitivo\nconvincente inconvincente consistente inconsistente\nconveniente inconveniente decidido indeciso\nconveniente inconveniente eficiente ineficiente\nconveniente inconveniente ético antiético\nconveniente inconveniente afortunado infeliz\nconveniente inconveniente honesto desonesto\nconveniente inconveniente impressivo inexpressivo\nconveniente inconveniente informativo desinformativo\nconveniente inconveniente informado desinformado\nconveniente inconveniente conhecido desconhecido\nconveniente inconveniente provável improvável\nconveniente inconveniente lógico ilógico\nconveniente inconveniente agradável desagradável\nconveniente inconveniente possível impossível\nconveniente inconveniente possivelmente impossivelmente\nconveniente inconveniente produtivo improdutivo\nconveniente inconveniente racional irracional\nconveniente inconveniente responsável irresponsável\nconveniente inconveniente certo incerto\nconveniente inconveniente agradável desagradável\nconveniente inconveniente aceitável inaceitável\nconveniente inconveniente consciente inconsciente\nconveniente inconveniente certo incerto\nconveniente inconveniente claro obscuro\nconveniente inconveniente confortável desconfortável\nconveniente inconveniente competitivo descompetitivo\nconveniente inconveniente consistente inconsistente\nconveniente inconveniente convincente inconvincente\ndecidido indeciso eficiente ineficiente\ndecidido indeciso ético antiético\ndecidido indeciso afortunado infeliz\ndecidido indeciso honesto desonesto\ndecidido indeciso impressivo inexpressivo\ndecidido indeciso informativo desinformativo\ndecidido indeciso informado desinformado\ndecidido indeciso conhecido desconhecido\ndecidido indeciso provável improvável\ndecidido indeciso lógico ilógico\ndecidido indeciso agradável desagradável\ndecidido indeciso possível impossível\ndecidido indeciso possivelmente impossivelmente\ndecidido indeciso produtivo improdutivo\ndecidido indeciso racional irracional\ndecidido indeciso responsável irresponsável\ndecidido indeciso certo incerto\ndecidido indeciso agradável desagradável\ndecidido indeciso aceitável inaceitável\ndecidido indeciso consciente inconsciente\ndecidido indeciso certo incerto\ndecidido indeciso claro obscuro\ndecidido indeciso confortável desconfortável\ndecidido indeciso competitivo descompetitivo\ndecidido indeciso consistente inconsistente\ndecidido indeciso convincente inconvincente\ndecidido indeciso conveniente inconveniente\neficiente ineficiente ético antiético\neficiente ineficiente afortunado infeliz\neficiente ineficiente honesto desonesto\neficiente ineficiente impressivo inexpressivo\neficiente ineficiente informativo desinformativo\neficiente ineficiente informado desinformado\neficiente ineficiente conhecido desconhecido\neficiente ineficiente provável improvável\neficiente ineficiente lógico ilógico\neficiente ineficiente agradável desagradável\neficiente ineficiente possível impossível\neficiente ineficiente possivelmente impossivelmente\neficiente ineficiente produtivo improdutivo\neficiente ineficiente racional irracional\neficiente ineficiente responsável irresponsável\neficiente ineficiente certo incerto\neficiente ineficiente agradável desagradável\neficiente ineficiente aceitável inaceitável\neficiente ineficiente consciente inconsciente\neficiente ineficiente certo incerto\neficiente ineficiente claro obscuro\neficiente ineficiente confortável desconfortável\neficiente ineficiente competitivo descompetitivo\neficiente ineficiente consistente inconsistente\neficiente ineficiente convincente inconvincente\neficiente ineficiente conveniente inconveniente\neficiente ineficiente decidido indeciso\nético antiético afortunado infeliz\nético antiético honesto desonesto\nético antiético impressivo inexpressivo\nético antiético informativo desinformativo\nético antiético informado desinformado\nético antiético conhecido desconhecido\nético antiético provável improvável\nético antiético lógico ilógico\nético antiético agradável desagradável\nético antiético possível impossível\nético antiético possivelmente impossivelmente\nético antiético produtivo improdutivo\nético antiético racional irracional\nético antiético responsável irresponsável\nético antiético certo incerto\nético antiético agradável desagradável\nético antiético aceitável inaceitável\nético antiético consciente inconsciente\nético antiético certo incerto\nético antiético claro obscuro\nético antiético confortável desconfortável\nético antiético competitivo descompetitivo\nético antiético consistente inconsistente\nético antiético convincente inconvincente\nético antiético conveniente inconveniente\nético antiético decidido indeciso\nético antiético eficiente ineficiente\nafortunado infeliz honesto desonesto\nafortunado infeliz impressivo inexpressivo\nafortunado infeliz informativo desinformativo\nafortunado infeliz informado desinformado\nafortunado infeliz conhecido desconhecido\nafortunado infeliz provável improvável\nafortunado infeliz lógico ilógico\nafortunado infeliz agradável desagradável\nafortunado infeliz possível impossível\nafortunado infeliz possivelmente impossivelmente\nafortunado infeliz produtivo improdutivo\nafortunado infeliz racional irracional\nafortunado infeliz responsável irresponsável\nafortunado infeliz certo incerto\nafortunado infeliz agradável desagradável\nafortunado infeliz aceitável inaceitável\nafortunado infeliz consciente inconsciente\nafortunado infeliz certo incerto\nafortunado infeliz claro obscuro\nafortunado infeliz confortável desconfortável\nafortunado infeliz competitivo descompetitivo\nafortunado infeliz consistente inconsistente\nafortunado infeliz convincente inconvincente\nafortunado infeliz conveniente inconveniente\nafortunado infeliz decidido indeciso\nafortunado infeliz eficiente ineficiente\nafortunado infeliz ético antiético\nhonesto desonesto impressivo inexpressivo\nhonesto desonesto informativo desinformativo\nhonesto desonesto informado desinformado\nhonesto desonesto conhecido desconhecido\nhonesto desonesto provável improvável\nhonesto desonesto lógico ilógico\nhonesto desonesto agradável desagradável\nhonesto desonesto possível impossível\nhonesto desonesto possivelmente impossivelmente\nhonesto desonesto produtivo improdutivo\nhonesto desonesto racional irracional\nhonesto desonesto responsável irresponsável\nhonesto desonesto certo incerto\nhonesto desonesto agradável desagradável\nhonesto desonesto aceitável inaceitável\nhonesto desonesto consciente inconsciente\nhonesto desonesto certo incerto\nhonesto desonesto claro obscuro\nhonesto desonesto confortável desconfortável\nhonesto desonesto competitivo descompetitivo\nhonesto desonesto consistente inconsistente\nhonesto desonesto convincente inconvincente\nhonesto desonesto conveniente inconveniente\nhonesto desonesto decidido indeciso\nhonesto desonesto eficiente ineficiente\nhonesto desonesto ético antiético\nhonesto desonesto afortunado infeliz\nimpressivo inexpressivo informativo desinformativo\nimpressivo inexpressivo informado desinformado\nimpressivo inexpressivo conhecido desconhecido\nimpressivo inexpressivo provável improvável\nimpressivo inexpressivo lógico ilógico\nimpressivo inexpressivo agradável desagradável\nimpressivo inexpressivo possível impossível\nimpressivo inexpressivo possivelmente impossivelmente\nimpressivo inexpressivo produtivo improdutivo\nimpressivo inexpressivo racional irracional\nimpressivo inexpressivo responsável irresponsável\nimpressivo inexpressivo certo incerto\nimpressivo inexpressivo agradável desagradável\nimpressivo inexpressivo aceitável inaceitável\nimpressivo inexpressivo consciente inconsciente\nimpressivo inexpressivo certo incerto\nimpressivo inexpressivo claro obscuro\nimpressivo inexpressivo confortável desconfortável\nimpressivo inexpressivo competitivo descompetitivo\nimpressivo inexpressivo consistente inconsistente\nimpressivo inexpressivo convincente inconvincente\nimpressivo inexpressivo conveniente inconveniente\nimpressivo inexpressivo decidido indeciso\nimpressivo inexpressivo eficiente ineficiente\nimpressivo inexpressivo ético antiético\nimpressivo inexpressivo afortunado infeliz\nimpressivo inexpressivo honesto desonesto\ninformativo desinformativo informado desinformado\ninformativo desinformativo conhecido desconhecido\ninformativo desinformativo provável improvável\ninformativo desinformativo lógico ilógico\ninformativo desinformativo agradável desagradável\ninformativo desinformativo possível impossível\ninformativo desinformativo possivelmente impossivelmente\ninformativo desinformativo produtivo improdutivo\ninformativo desinformativo racional irracional\ninformativo desinformativo responsável irresponsável\ninformativo desinformativo certo incerto\ninformativo desinformativo agradável desagradável\ninformativo desinformativo aceitável inaceitável\ninformativo desinformativo consciente inconsciente\ninformativo desinformativo certo incerto\ninformativo desinformativo claro obscuro\ninformativo desinformativo confortável desconfortável\ninformativo desinformativo competitivo descompetitivo\ninformativo desinformativo consistente inconsistente\ninformativo desinformativo convincente inconvincente\ninformativo desinformativo conveniente inconveniente\ninformativo desinformativo decidido indeciso\ninformativo desinformativo eficiente ineficiente\ninformativo desinformativo ético antiético\ninformativo desinformativo afortunado infeliz\ninformativo desinformativo honesto desonesto\ninformativo desinformativo impressivo inexpressivo\ninformado desinformado conhecido desconhecido\ninformado desinformado provável improvável\ninformado desinformado lógico ilógico\ninformado desinformado agradável desagradável\ninformado desinformado possível impossível\ninformado desinformado possivelmente impossivelmente\ninformado desinformado produtivo improdutivo\ninformado desinformado racional irracional\ninformado desinformado responsável irresponsável\ninformado desinformado certo incerto\ninformado desinformado agradável desagradável\ninformado desinformado aceitável inaceitável\ninformado desinformado consciente inconsciente\ninformado desinformado certo incerto\ninformado desinformado claro obscuro\ninformado desinformado confortável desconfortável\ninformado desinformado competitivo descompetitivo\ninformado desinformado consistente inconsistente\ninformado desinformado convincente inconvincente\ninformado desinformado conveniente inconveniente\ninformado desinformado decidido indeciso\ninformado desinformado eficiente ineficiente\ninformado desinformado ético antiético\ninformado desinformado afortunado infeliz\ninformado desinformado honesto desonesto\ninformado desinformado impressivo inexpressivo\ninformado desinformado informativo desinformativo\nconhecido desconhecido provável improvável\nconhecido desconhecido lógico ilógico\nconhecido desconhecido agradável desagradável\nconhecido desconhecido possível impossível\nconhecido desconhecido possivelmente impossivelmente\nconhecido desconhecido produtivo improdutivo\nconhecido desconhecido racional irracional\nconhecido desconhecido responsável irresponsável\nconhecido desconhecido certo incerto\nconhecido desconhecido agradável desagradável\nconhecido desconhecido aceitável inaceitável\nconhecido desconhecido consciente inconsciente\nconhecido desconhecido certo incerto\nconhecido desconhecido claro obscuro\nconhecido desconhecido confortável desconfortável\nconhecido desconhecido competitivo descompetitivo\nconhecido desconhecido consistente inconsistente\nconhecido desconhecido convincente inconvincente\nconhecido desconhecido conveniente inconveniente\nconhecido desconhecido decidido indeciso\nconhecido desconhecido eficiente ineficiente\nconhecido desconhecido ético antiético\nconhecido desconhecido afortunado infeliz\nconhecido desconhecido honesto desonesto\nconhecido desconhecido impressivo inexpressivo\nconhecido desconhecido informativo desinformativo\nconhecido desconhecido informado desinformado\nprovável improvável lógico ilógico\nprovável improvável agradável desagradável\nprovável improvável possível impossível\nprovável improvável possivelmente impossivelmente\nprovável improvável produtivo improdutivo\nprovável improvável racional irracional\nprovável improvável responsável irresponsável\nprovável improvável certo incerto\nprovável improvável agradável desagradável\nprovável improvável aceitável inaceitável\nprovável improvável consciente inconsciente\nprovável improvável certo incerto\nprovável improvável claro obscuro\nprovável improvável confortável desconfortável\nprovável improvável competitivo descompetitivo\nprovável improvável consistente inconsistente\nprovável improvável convincente inconvincente\nprovável improvável conveniente inconveniente\nprovável improvável decidido indeciso\nprovável improvável eficiente ineficiente\nprovável improvável ético antiético\nprovável improvável afortunado infeliz\nprovável improvável honesto desonesto\nprovável improvável impressivo inexpressivo\nprovável improvável informativo desinformativo\nprovável improvável informado desinformado\nprovável improvável conhecido desconhecido\nlógico ilógico agradável desagradável\nlógico ilógico possível impossível\nlógico ilógico possivelmente impossivelmente\nlógico ilógico produtivo improdutivo\nlógico ilógico racional irracional\nlógico ilógico responsável irresponsável\nlógico ilógico certo incerto\nlógico ilógico agradável desagradável\nlógico ilógico aceitável inaceitável\nlógico ilógico consciente inconsciente\nlógico ilógico certo incerto\nlógico ilógico claro obscuro\nlógico ilógico confortável desconfortável\nlógico ilógico competitivo descompetitivo\nlógico ilógico consistente inconsistente\nlógico ilógico convincente inconvincente\nlógico ilógico conveniente inconveniente\nlógico ilógico decidido indeciso\nlógico ilógico eficiente ineficiente\nlógico ilógico ético antiético\nlógico ilógico afortunado infeliz\nlógico ilógico honesto desonesto\nlógico ilógico impressivo inexpressivo\nlógico ilógico informativo desinformativo\nlógico ilógico informado desinformado\nlógico ilógico conhecido desconhecido\nlógico ilógico provável improvável\nagradável desagradável possível impossível\nagradável desagradável possivelmente impossivelmente\nagradável desagradável produtivo improdutivo\nagradável desagradável racional irracional\nagradável desagradável responsável irresponsável\nagradável desagradável certo incerto\nagradável desagradável agradável desagradável\nagradável desagradável aceitável inaceitável\nagradável desagradável consciente inconsciente\nagradável desagradável certo incerto\nagradável desagradável claro obscuro\nagradável desagradável confortável desconfortável\nagradável desagradável competitivo descompetitivo\nagradável desagradável consistente inconsistente\nagradável desagradável convincente inconvincente\nagradável desagradável conveniente inconveniente\nagradável desagradável decidido indeciso\nagradável desagradável eficiente ineficiente\nagradável desagradável ético antiético\nagradável desagradável afortunado infeliz\nagradável desagradável honesto desonesto\nagradável desagradável impressivo inexpressivo\nagradável desagradável informativo desinformativo\nagradável desagradável informado desinformado\nagradável desagradável conhecido desconhecido\nagradável desagradável provável improvável\nagradável desagradável lógico ilógico\npossível impossível possivelmente impossivelmente\npossível impossível produtivo improdutivo\npossível impossível racional irracional\npossível impossível responsável irresponsável\npossível impossível certo incerto\npossível impossível agradável desagradável\npossível impossível aceitável inaceitável\npossível impossível consciente inconsciente\npossível impossível certo incerto\npossível impossível claro obscuro\npossível impossível confortável desconfortável\npossível impossível competitivo descompetitivo\npossível impossível consistente inconsistente\npossível impossível convincente inconvincente\npossível impossível conveniente inconveniente\npossível impossível decidido indeciso\npossível impossível eficiente ineficiente\npossível impossível ético antiético\npossível impossível afortunado infeliz\npossível impossível honesto desonesto\npossível impossível impressivo inexpressivo\npossível impossível informativo desinformativo\npossível impossível informado desinformado\npossível impossível conhecido desconhecido\npossível impossível provável improvável\npossível impossível lógico ilógico\npossível impossível agradável desagradável\npossivelmente impossivelmente produtivo improdutivo\npossivelmente impossivelmente racional irracional\npossivelmente impossivelmente responsável irresponsável\npossivelmente impossivelmente certo incerto\npossivelmente impossivelmente agradável desagradável\npossivelmente impossivelmente aceitável inaceitável\npossivelmente impossivelmente consciente inconsciente\npossivelmente impossivelmente certo incerto\npossivelmente impossivelmente claro obscuro\npossivelmente impossivelmente confortável desconfortável\npossivelmente impossivelmente competitivo descompetitivo\npossivelmente impossivelmente consistente inconsistente\npossivelmente impossivelmente convincente inconvincente\npossivelmente impossivelmente conveniente inconveniente\npossivelmente impossivelmente decidido indeciso\npossivelmente impossivelmente eficiente ineficiente\npossivelmente impossivelmente ético antiético\npossivelmente impossivelmente afortunado infeliz\npossivelmente impossivelmente honesto desonesto\npossivelmente impossivelmente impressivo inexpressivo\npossivelmente impossivelmente informativo desinformativo\npossivelmente impossivelmente informado desinformado\npossivelmente impossivelmente conhecido desconhecido\npossivelmente impossivelmente provável improvável\npossivelmente impossivelmente lógico ilógico\npossivelmente impossivelmente agradável desagradável\npossivelmente impossivelmente possível impossível\nprodutivo improdutivo racional irracional\nprodutivo improdutivo responsável irresponsável\nprodutivo improdutivo certo incerto\nprodutivo improdutivo agradável desagradável\nprodutivo improdutivo aceitável inaceitável\nprodutivo improdutivo consciente inconsciente\nprodutivo improdutivo certo incerto\nprodutivo improdutivo claro obscuro\nprodutivo improdutivo confortável desconfortável\nprodutivo improdutivo competitivo descompetitivo\nprodutivo improdutivo consistente inconsistente\nprodutivo improdutivo convincente inconvincente\nprodutivo improdutivo conveniente inconveniente\nprodutivo improdutivo decidido indeciso\nprodutivo improdutivo eficiente ineficiente\nprodutivo improdutivo ético antiético\nprodutivo improdutivo afortunado infeliz\nprodutivo improdutivo honesto desonesto\nprodutivo improdutivo impressivo inexpressivo\nprodutivo improdutivo informativo desinformativo\nprodutivo improdutivo informado desinformado\nprodutivo improdutivo conhecido desconhecido\nprodutivo improdutivo provável improvável\nprodutivo improdutivo lógico ilógico\nprodutivo improdutivo agradável desagradável\nprodutivo improdutivo possível impossível\nprodutivo improdutivo possivelmente impossivelmente\nracional irracional responsável irresponsável\nracional irracional certo incerto\nracional irracional agradável desagradável\nracional irracional aceitável inaceitável\nracional irracional consciente inconsciente\nracional irracional certo incerto\nracional irracional claro obscuro\nracional irracional confortável desconfortável\nracional irracional competitivo descompetitivo\nracional irracional consistente inconsistente\nracional irracional convincente inconvincente\nracional irracional conveniente inconveniente\nracional irracional decidido indeciso\nracional irracional eficiente ineficiente\nracional irracional ético antiético\nracional irracional afortunado infeliz\nracional irracional honesto desonesto\nracional irracional impressivo inexpressivo\nracional irracional informativo desinformativo\nracional irracional informado desinformado\nracional irracional conhecido desconhecido\nracional irracional provável improvável\nracional irracional lógico ilógico\nracional irracional agradável desagradável\nracional irracional possível impossível\nracional irracional possivelmente impossivelmente\nracional irracional produtivo improdutivo\nresponsável irresponsável certo incerto\nresponsável irresponsável agradável desagradável\nresponsável irresponsável aceitável inaceitável\nresponsável irresponsável consciente inconsciente\nresponsável irresponsável certo incerto\nresponsável irresponsável claro obscuro\nresponsável irresponsável confortável desconfortável\nresponsável irresponsável competitivo descompetitivo\nresponsável irresponsável consistente inconsistente\nresponsável irresponsável convincente inconvincente\nresponsável irresponsável conveniente inconveniente\nresponsável irresponsável decidido indeciso\nresponsável irresponsável eficiente ineficiente\nresponsável irresponsável ético antiético\nresponsável irresponsável afortunado infeliz\nresponsável irresponsável honesto desonesto\nresponsável irresponsável impressivo inexpressivo\nresponsável irresponsável informativo desinformativo\nresponsável irresponsável informado desinformado\nresponsável irresponsável conhecido desconhecido\nresponsável irresponsável provável improvável\nresponsável irresponsável lógico ilógico\nresponsável irresponsável agradável desagradável\nresponsável irresponsável possível impossível\nresponsável irresponsável possivelmente impossivelmente\nresponsável irresponsável produtivo improdutivo\nresponsável irresponsável racional irracional\ncerto incerto agradável desagradável\ncerto incerto aceitável inaceitável\ncerto incerto consciente inconsciente\ncerto incerto certo incerto\ncerto incerto claro obscuro\ncerto incerto confortável desconfortável\ncerto incerto competitivo descompetitivo\ncerto incerto consistente inconsistente\ncerto incerto convincente inconvincente\ncerto incerto conveniente inconveniente\ncerto incerto decidido indeciso\ncerto incerto eficiente ineficiente\ncerto incerto ético antiético\ncerto incerto afortunado infeliz\ncerto incerto honesto desonesto\ncerto incerto impressivo inexpressivo\ncerto incerto informativo desinformativo\ncerto incerto informado desinformado\ncerto incerto conhecido desconhecido\ncerto incerto provável improvável\ncerto incerto lógico ilógico\ncerto incerto agradável desagradável\ncerto incerto possível impossível\ncerto incerto possivelmente impossivelmente\ncerto incerto produtivo improdutivo\ncerto incerto racional irracional\ncerto incerto responsável irresponsável\nagradável desagradável aceitável inaceitável\nagradável desagradável consciente inconsciente\nagradável desagradável certo incerto\nagradável desagradável claro obscuro\nagradável desagradável confortável desconfortável\nagradável desagradável competitivo descompetitivo\nagradável desagradável consistente inconsistente\nagradável desagradável convincente inconvincente\nagradável desagradável conveniente inconveniente\nagradável desagradável decidido indeciso\nagradável desagradável eficiente ineficiente\nagradável desagradável ético antiético\nagradável desagradável afortunado infeliz\nagradável desagradável honesto desonesto\nagradável desagradável impressivo inexpressivo\nagradável desagradável informativo desinformativo\nagradável desagradável informado desinformado\nagradável desagradável conhecido desconhecido\nagradável desagradável provável improvável\nagradável desagradável lógico ilógico\nagradável desagradável agradável desagradável\nagradável desagradável possível impossível\nagradável desagradável possivelmente impossivelmente\nagradável desagradável produtivo improdutivo\nagradável desagradável racional irracional\nagradável desagradável responsável irresponsável\nagradável desagradável certo incerto\n: gram3-comparative\nmau pior grande maior\nmau pior bom melhor\nmau pior grande maior\nmau pior grande maior\nmau pior pequeno menor\ngrande maior bom melhor\ngrande maior grande maior\ngrande maior grande maior\ngrande maior pequeno menor\ngrande maior mau pior\nbom melhor grande maior\nbom melhor grande maior\nbom melhor pequeno menor\nbom melhor mau pior\nbom melhor grande maior\ngrande maior grande maior\ngrande maior pequeno menor\ngrande maior mau pior\ngrande maior grande maior\ngrande maior bom melhor\ngrande maior pequeno menor\ngrande maior mau pior\ngrande maior grande maior\ngrande maior bom melhor\ngrande maior grande maior\npequeno menor mau pior\npequeno menor grande maior\npequeno menor bom melhor\npequeno menor grande maior\npequeno menor grande maior\n: gram4-superlative\nmau pior grande maior\nmau pior brilhante brilhantíssimo\nmau pior escuro escuríssimo\nmau pior fácil facílimo\nmau pior rápido rapidíssimo\nmau pior bom melhor\nmau pior grande grandíssimo\nmau pior alto altíssimo\nmau pior grande larguíssimo\nmau pior longo longuíssimo\nmau pior baixo baixíssimo\nmau pior velho velhíssimo\nmau pior rápido rapidíssimo\nmau pior aguçado aguçadíssimo\nmau pior simples simplicíssimo\nmau pior curto curtíssimo\nmau pior estranho estranhíssimo\nmau pior forte fortíssimo\nmau pior doce dulcíssimo\nmau pior alto altíssimo\nmau pior fraco fraquíssimo\nmau pior estranho estranhíssimo\nmau pior largo larguíssimo\nmau pior jovem novíssimo\ngrande maior brilhante brilhantíssimo\ngrande maior escuro escuríssimo\ngrande maior fácil facílimo\ngrande maior rápido rapidíssimo\ngrande maior bom melhor\ngrande maior grande grandíssimo\ngrande maior alto altíssimo\ngrande maior grande larguíssimo\ngrande maior longo longuíssimo\ngrande maior baixo baixíssimo\ngrande maior velho velhíssimo\ngrande maior rápido rapidíssimo\ngrande maior aguçado aguçadíssimo\ngrande maior simples simplicíssimo\ngrande maior curto curtíssimo\ngrande maior estranho estranhíssimo\ngrande maior forte fortíssimo\ngrande maior doce dulcíssimo\ngrande maior alto altíssimo\ngrande maior fraco fraquíssimo\ngrande maior estranho estranhíssimo\ngrande maior largo larguíssimo\ngrande maior jovem novíssimo\ngrande maior mau pior\nbrilhante brilhantíssimo escuro escuríssimo\nbrilhante brilhantíssimo fácil facílimo\nbrilhante brilhantíssimo rápido rapidíssimo\nbrilhante brilhantíssimo bom melhor\nbrilhante brilhantíssimo grande grandíssimo\nbrilhante brilhantíssimo alto altíssimo\nbrilhante brilhantíssimo grande larguíssimo\nbrilhante brilhantíssimo longo longuíssimo\nbrilhante brilhantíssimo baixo baixíssimo\nbrilhante brilhantíssimo velho velhíssimo\nbrilhante brilhantíssimo rápido rapidíssimo\nbrilhante brilhantíssimo aguçado aguçadíssimo\nbrilhante brilhantíssimo simples simplicíssimo\nbrilhante brilhantíssimo curto curtíssimo\nbrilhante brilhantíssimo estranho estranhíssimo\nbrilhante brilhantíssimo forte fortíssimo\nbrilhante brilhantíssimo doce dulcíssimo\nbrilhante brilhantíssimo alto altíssimo\nbrilhante brilhantíssimo fraco fraquíssimo\nbrilhante brilhantíssimo estranho estranhíssimo\nbrilhante brilhantíssimo largo larguíssimo\nbrilhante brilhantíssimo jovem novíssimo\nbrilhante brilhantíssimo mau pior\nbrilhante brilhantíssimo grande maior\nescuro escuríssimo fácil facílimo\nescuro escuríssimo rápido rapidíssimo\nescuro escuríssimo bom melhor\nescuro escuríssimo grande grandíssimo\nescuro escuríssimo alto altíssimo\nescuro escuríssimo grande larguíssimo\nescuro escuríssimo longo longuíssimo\nescuro escuríssimo baixo baixíssimo\nescuro escuríssimo velho velhíssimo\nescuro escuríssimo rápido rapidíssimo\nescuro escuríssimo aguçado aguçadíssimo\nescuro escuríssimo simples simplicíssimo\nescuro escuríssimo curto curtíssimo\nescuro escuríssimo estranho estranhíssimo\nescuro escuríssimo forte fortíssimo\nescuro escuríssimo doce dulcíssimo\nescuro escuríssimo alto altíssimo\nescuro escuríssimo fraco fraquíssimo\nescuro escuríssimo estranho estranhíssimo\nescuro escuríssimo largo larguíssimo\nescuro escuríssimo jovem novíssimo\nescuro escuríssimo mau pior\nescuro escuríssimo grande maior\nescuro escuríssimo brilhante brilhantíssimo\nfácil facílimo rápido rapidíssimo\nfácil facílimo bom melhor\nfácil facílimo grande grandíssimo\nfácil facílimo alto altíssimo\nfácil facílimo grande larguíssimo\nfácil facílimo longo longuíssimo\nfácil facílimo baixo baixíssimo\nfácil facílimo velho velhíssimo\nfácil facílimo rápido rapidíssimo\nfácil facílimo aguçado aguçadíssimo\nfácil facílimo simples simplicíssimo\nfácil facílimo curto curtíssimo\nfácil facílimo estranho estranhíssimo\nfácil facílimo forte fortíssimo\nfácil facílimo doce dulcíssimo\nfácil facílimo alto altíssimo\nfácil facílimo fraco fraquíssimo\nfácil facílimo estranho estranhíssimo\nfácil facílimo largo larguíssimo\nfácil facílimo jovem novíssimo\nfácil facílimo mau pior\nfácil facílimo grande maior\nfácil facílimo brilhante brilhantíssimo\nfácil facílimo escuro escuríssimo\nrápido rapidíssimo bom melhor\nrápido rapidíssimo grande grandíssimo\nrápido rapidíssimo alto altíssimo\nrápido rapidíssimo grande larguíssimo\nrápido rapidíssimo longo longuíssimo\nrápido rapidíssimo baixo baixíssimo\nrápido rapidíssimo velho velhíssimo\nrápido rapidíssimo rápido rapidíssimo\nrápido rapidíssimo aguçado aguçadíssimo\nrápido rapidíssimo simples simplicíssimo\nrápido rapidíssimo curto curtíssimo\nrápido rapidíssimo estranho estranhíssimo\nrápido rapidíssimo forte fortíssimo\nrápido rapidíssimo doce dulcíssimo\nrápido rapidíssimo alto altíssimo\nrápido rapidíssimo fraco fraquíssimo\nrápido rapidíssimo estranho estranhíssimo\nrápido rapidíssimo largo larguíssimo\nrápido rapidíssimo jovem novíssimo\nrápido rapidíssimo mau pior\nrápido rapidíssimo grande maior\nrápido rapidíssimo brilhante brilhantíssimo\nrápido rapidíssimo escuro escuríssimo\nrápido rapidíssimo fácil facílimo\nbom melhor grande grandíssimo\nbom melhor alto altíssimo\nbom melhor grande larguíssimo\nbom melhor longo longuíssimo\nbom melhor baixo baixíssimo\nbom melhor velho velhíssimo\nbom melhor rápido rapidíssimo\nbom melhor aguçado aguçadíssimo\nbom melhor simples simplicíssimo\nbom melhor curto curtíssimo\nbom melhor estranho estranhíssimo\nbom melhor forte fortíssimo\nbom melhor doce dulcíssimo\nbom melhor alto altíssimo\nbom melhor fraco fraquíssimo\nbom melhor estranho estranhíssimo\nbom melhor largo larguíssimo\nbom melhor jovem novíssimo\nbom melhor mau pior\nbom melhor grande maior\nbom melhor brilhante brilhantíssimo\nbom melhor escuro escuríssimo\nbom melhor fácil facílimo\nbom melhor rápido rapidíssimo\ngrande grandíssimo alto altíssimo\ngrande grandíssimo grande larguíssimo\ngrande grandíssimo longo longuíssimo\ngrande grandíssimo baixo baixíssimo\ngrande grandíssimo velho velhíssimo\ngrande grandíssimo rápido rapidíssimo\ngrande grandíssimo aguçado aguçadíssimo\ngrande grandíssimo simples simplicíssimo\ngrande grandíssimo curto curtíssimo\ngrande grandíssimo estranho estranhíssimo\ngrande grandíssimo forte fortíssimo\ngrande grandíssimo doce dulcíssimo\ngrande grandíssimo alto altíssimo\ngrande grandíssimo fraco fraquíssimo\ngrande grandíssimo estranho estranhíssimo\ngrande grandíssimo largo larguíssimo\ngrande grandíssimo jovem novíssimo\ngrande grandíssimo mau pior\ngrande grandíssimo grande maior\ngrande grandíssimo brilhante brilhantíssimo\ngrande grandíssimo escuro escuríssimo\ngrande grandíssimo fácil facílimo\ngrande grandíssimo rápido rapidíssimo\ngrande grandíssimo bom melhor\nalto altíssimo grande larguíssimo\nalto altíssimo longo longuíssimo\nalto altíssimo baixo baixíssimo\nalto altíssimo velho velhíssimo\nalto altíssimo rápido rapidíssimo\nalto altíssimo aguçado aguçadíssimo\nalto altíssimo simples simplicíssimo\nalto altíssimo curto curtíssimo\nalto altíssimo estranho estranhíssimo\nalto altíssimo forte fortíssimo\nalto altíssimo doce dulcíssimo\nalto altíssimo alto altíssimo\nalto altíssimo fraco fraquíssimo\nalto altíssimo estranho estranhíssimo\nalto altíssimo largo larguíssimo\nalto altíssimo jovem novíssimo\nalto altíssimo mau pior\nalto altíssimo grande maior\nalto altíssimo brilhante brilhantíssimo\nalto altíssimo escuro escuríssimo\nalto altíssimo fácil facílimo\nalto altíssimo rápido rapidíssimo\nalto altíssimo bom melhor\nalto altíssimo grande grandíssimo\ngrande larguíssimo longo longuíssimo\ngrande larguíssimo baixo baixíssimo\ngrande larguíssimo velho velhíssimo\ngrande larguíssimo rápido rapidíssimo\ngrande larguíssimo aguçado aguçadíssimo\ngrande larguíssimo simples simplicíssimo\ngrande larguíssimo curto curtíssimo\ngrande larguíssimo estranho estranhíssimo\ngrande larguíssimo forte fortíssimo\ngrande larguíssimo doce dulcíssimo\ngrande larguíssimo alto altíssimo\ngrande larguíssimo fraco fraquíssimo\ngrande larguíssimo estranho estranhíssimo\ngrande larguíssimo largo larguíssimo\ngrande larguíssimo jovem novíssimo\ngrande larguíssimo mau pior\ngrande larguíssimo grande maior\ngrande larguíssimo brilhante brilhantíssimo\ngrande larguíssimo escuro escuríssimo\ngrande larguíssimo fácil facílimo\ngrande larguíssimo rápido rapidíssimo\ngrande larguíssimo bom melhor\ngrande larguíssimo grande grandíssimo\ngrande larguíssimo alto altíssimo\nlongo longuíssimo baixo baixíssimo\nlongo longuíssimo velho velhíssimo\nlongo longuíssimo rápido rapidíssimo\nlongo longuíssimo aguçado aguçadíssimo\nlongo longuíssimo simples simplicíssimo\nlongo longuíssimo curto curtíssimo\nlongo longuíssimo estranho estranhíssimo\nlongo longuíssimo forte fortíssimo\nlongo longuíssimo doce dulcíssimo\nlongo longuíssimo alto altíssimo\nlongo longuíssimo fraco fraquíssimo\nlongo longuíssimo estranho estranhíssimo\nlongo longuíssimo largo larguíssimo\nlongo longuíssimo jovem novíssimo\nlongo longuíssimo mau pior\nlongo longuíssimo grande maior\nlongo longuíssimo brilhante brilhantíssimo\nlongo longuíssimo escuro escuríssimo\nlongo longuíssimo fácil facílimo\nlongo longuíssimo rápido rapidíssimo\nlongo longuíssimo bom melhor\nlongo longuíssimo grande grandíssimo\nlongo longuíssimo alto altíssimo\nlongo longuíssimo grande larguíssimo\nbaixo baixíssimo velho velhíssimo\nbaixo baixíssimo rápido rapidíssimo\nbaixo baixíssimo aguçado aguçadíssimo\nbaixo baixíssimo simples simplicíssimo\nbaixo baixíssimo curto curtíssimo\nbaixo baixíssimo estranho estranhíssimo\nbaixo baixíssimo forte fortíssimo\nbaixo baixíssimo doce dulcíssimo\nbaixo baixíssimo alto altíssimo\nbaixo baixíssimo fraco fraquíssimo\nbaixo baixíssimo estranho estranhíssimo\nbaixo baixíssimo largo larguíssimo\nbaixo baixíssimo jovem novíssimo\nbaixo baixíssimo mau pior\nbaixo baixíssimo grande maior\nbaixo baixíssimo brilhante brilhantíssimo\nbaixo baixíssimo escuro escuríssimo\nbaixo baixíssimo fácil facílimo\nbaixo baixíssimo rápido rapidíssimo\nbaixo baixíssimo bom melhor\nbaixo baixíssimo grande grandíssimo\nbaixo baixíssimo alto altíssimo\nbaixo baixíssimo grande larguíssimo\nbaixo baixíssimo longo longuíssimo\nvelho velhíssimo rápido rapidíssimo\nvelho velhíssimo aguçado aguçadíssimo\nvelho velhíssimo simples simplicíssimo\nvelho velhíssimo curto curtíssimo\nvelho velhíssimo estranho estranhíssimo\nvelho velhíssimo forte fortíssimo\nvelho velhíssimo doce dulcíssimo\nvelho velhíssimo alto altíssimo\nvelho velhíssimo fraco fraquíssimo\nvelho velhíssimo estranho estranhíssimo\nvelho velhíssimo largo larguíssimo\nvelho velhíssimo jovem novíssimo\nvelho velhíssimo mau pior\nvelho velhíssimo grande maior\nvelho velhíssimo brilhante brilhantíssimo\nvelho velhíssimo escuro escuríssimo\nvelho velhíssimo fácil facílimo\nvelho velhíssimo rápido rapidíssimo\nvelho velhíssimo bom melhor\nvelho velhíssimo grande grandíssimo\nvelho velhíssimo alto altíssimo\nvelho velhíssimo grande larguíssimo\nvelho velhíssimo longo longuíssimo\nvelho velhíssimo baixo baixíssimo\nrápido rapidíssimo aguçado aguçadíssimo\nrápido rapidíssimo simples simplicíssimo\nrápido rapidíssimo curto curtíssimo\nrápido rapidíssimo estranho estranhíssimo\nrápido rapidíssimo forte fortíssimo\nrápido rapidíssimo doce dulcíssimo\nrápido rapidíssimo alto altíssimo\nrápido rapidíssimo fraco fraquíssimo\nrápido rapidíssimo estranho estranhíssimo\nrápido rapidíssimo largo larguíssimo\nrápido rapidíssimo jovem novíssimo\nrápido rapidíssimo mau pior\nrápido rapidíssimo grande maior\nrápido rapidíssimo brilhante brilhantíssimo\nrápido rapidíssimo escuro escuríssimo\nrápido rapidíssimo fácil facílimo\nrápido rapidíssimo rápido rapidíssimo\nrápido rapidíssimo bom melhor\nrápido rapidíssimo grande grandíssimo\nrápido rapidíssimo alto altíssimo\nrápido rapidíssimo grande larguíssimo\nrápido rapidíssimo longo longuíssimo\nrápido rapidíssimo baixo baixíssimo\nrápido rapidíssimo velho velhíssimo\naguçado aguçadíssimo simples simplicíssimo\naguçado aguçadíssimo curto curtíssimo\naguçado aguçadíssimo estranho estranhíssimo\naguçado aguçadíssimo forte fortíssimo\naguçado aguçadíssimo doce dulcíssimo\naguçado aguçadíssimo alto altíssimo\naguçado aguçadíssimo fraco fraquíssimo\naguçado aguçadíssimo estranho estranhíssimo\naguçado aguçadíssimo largo larguíssimo\naguçado aguçadíssimo jovem novíssimo\naguçado aguçadíssimo mau pior\naguçado aguçadíssimo grande maior\naguçado aguçadíssimo brilhante brilhantíssimo\naguçado aguçadíssimo escuro escuríssimo\naguçado aguçadíssimo fácil facílimo\naguçado aguçadíssimo rápido rapidíssimo\naguçado aguçadíssimo bom melhor\naguçado aguçadíssimo grande grandíssimo\naguçado aguçadíssimo alto altíssimo\naguçado aguçadíssimo grande larguíssimo\naguçado aguçadíssimo longo longuíssimo\naguçado aguçadíssimo baixo baixíssimo\naguçado aguçadíssimo velho velhíssimo\naguçado aguçadíssimo rápido rapidíssimo\nsimples simplicíssimo curto curtíssimo\nsimples simplicíssimo estranho estranhíssimo\nsimples simplicíssimo forte fortíssimo\nsimples simplicíssimo doce dulcíssimo\nsimples simplicíssimo alto altíssimo\nsimples simplicíssimo fraco fraquíssimo\nsimples simplicíssimo estranho estranhíssimo\nsimples simplicíssimo largo larguíssimo\nsimples simplicíssimo jovem novíssimo\nsimples simplicíssimo mau pior\nsimples simplicíssimo grande maior\nsimples simplicíssimo brilhante brilhantíssimo\nsimples simplicíssimo escuro escuríssimo\nsimples simplicíssimo fácil facílimo\nsimples simplicíssimo rápido rapidíssimo\nsimples simplicíssimo bom melhor\nsimples simplicíssimo grande grandíssimo\nsimples simplicíssimo alto altíssimo\nsimples simplicíssimo grande larguíssimo\nsimples simplicíssimo longo longuíssimo\nsimples simplicíssimo baixo baixíssimo\nsimples simplicíssimo velho velhíssimo\nsimples simplicíssimo rápido rapidíssimo\nsimples simplicíssimo aguçado aguçadíssimo\ncurto curtíssimo estranho estranhíssimo\ncurto curtíssimo forte fortíssimo\ncurto curtíssimo doce dulcíssimo\ncurto curtíssimo alto altíssimo\ncurto curtíssimo fraco fraquíssimo\ncurto curtíssimo estranho estranhíssimo\ncurto curtíssimo largo larguíssimo\ncurto curtíssimo jovem novíssimo\ncurto curtíssimo mau pior\ncurto curtíssimo grande maior\ncurto curtíssimo brilhante brilhantíssimo\ncurto curtíssimo escuro escuríssimo\ncurto curtíssimo fácil facílimo\ncurto curtíssimo rápido rapidíssimo\ncurto curtíssimo bom melhor\ncurto curtíssimo grande grandíssimo\ncurto curtíssimo alto altíssimo\ncurto curtíssimo grande larguíssimo\ncurto curtíssimo longo longuíssimo\ncurto curtíssimo baixo baixíssimo\ncurto curtíssimo velho velhíssimo\ncurto curtíssimo rápido rapidíssimo\ncurto curtíssimo aguçado aguçadíssimo\ncurto curtíssimo simples simplicíssimo\nestranho estranhíssimo forte fortíssimo\nestranho estranhíssimo doce dulcíssimo\nestranho estranhíssimo alto altíssimo\nestranho estranhíssimo fraco fraquíssimo\nestranho estranhíssimo estranho estranhíssimo\nestranho estranhíssimo largo larguíssimo\nestranho estranhíssimo jovem novíssimo\nestranho estranhíssimo mau pior\nestranho estranhíssimo grande maior\nestranho estranhíssimo brilhante brilhantíssimo\nestranho estranhíssimo escuro escuríssimo\nestranho estranhíssimo fácil facílimo\nestranho estranhíssimo rápido rapidíssimo\nestranho estranhíssimo bom melhor\nestranho estranhíssimo grande grandíssimo\nestranho estranhíssimo alto altíssimo\nestranho estranhíssimo grande larguíssimo\nestranho estranhíssimo longo longuíssimo\nestranho estranhíssimo baixo baixíssimo\nestranho estranhíssimo velho velhíssimo\nestranho estranhíssimo rápido rapidíssimo\nestranho estranhíssimo aguçado aguçadíssimo\nestranho estranhíssimo simples simplicíssimo\nestranho estranhíssimo curto curtíssimo\nforte fortíssimo doce dulcíssimo\nforte fortíssimo alto altíssimo\nforte fortíssimo fraco fraquíssimo\nforte fortíssimo estranho estranhíssimo\nforte fortíssimo largo larguíssimo\nforte fortíssimo jovem novíssimo\nforte fortíssimo mau pior\nforte fortíssimo grande maior\nforte fortíssimo brilhante brilhantíssimo\nforte fortíssimo escuro escuríssimo\nforte fortíssimo fácil facílimo\nforte fortíssimo rápido rapidíssimo\nforte fortíssimo bom melhor\nforte fortíssimo grande grandíssimo\nforte fortíssimo alto altíssimo\nforte fortíssimo grande larguíssimo\nforte fortíssimo longo longuíssimo\nforte fortíssimo baixo baixíssimo\nforte fortíssimo velho velhíssimo\nforte fortíssimo rápido rapidíssimo\nforte fortíssimo aguçado aguçadíssimo\nforte fortíssimo simples simplicíssimo\nforte fortíssimo curto curtíssimo\nforte fortíssimo estranho estranhíssimo\ndoce dulcíssimo alto altíssimo\ndoce dulcíssimo fraco fraquíssimo\ndoce dulcíssimo estranho estranhíssimo\ndoce dulcíssimo largo larguíssimo\ndoce dulcíssimo jovem novíssimo\ndoce dulcíssimo mau pior\ndoce dulcíssimo grande maior\ndoce dulcíssimo brilhante brilhantíssimo\ndoce dulcíssimo escuro escuríssimo\ndoce dulcíssimo fácil facílimo\ndoce dulcíssimo rápido rapidíssimo\ndoce dulcíssimo bom melhor\ndoce dulcíssimo grande grandíssimo\ndoce dulcíssimo alto altíssimo\ndoce dulcíssimo grande larguíssimo\ndoce dulcíssimo longo longuíssimo\ndoce dulcíssimo baixo baixíssimo\ndoce dulcíssimo velho velhíssimo\ndoce dulcíssimo rápido rapidíssimo\ndoce dulcíssimo aguçado aguçadíssimo\ndoce dulcíssimo simples simplicíssimo\ndoce dulcíssimo curto curtíssimo\ndoce dulcíssimo estranho estranhíssimo\ndoce dulcíssimo forte fortíssimo\nalto altíssimo fraco fraquíssimo\nalto altíssimo estranho estranhíssimo\nalto altíssimo largo larguíssimo\nalto altíssimo jovem novíssimo\nalto altíssimo mau pior\nalto altíssimo grande maior\nalto altíssimo brilhante brilhantíssimo\nalto altíssimo escuro escuríssimo\nalto altíssimo fácil facílimo\nalto altíssimo rápido rapidíssimo\nalto altíssimo bom melhor\nalto altíssimo grande grandíssimo\nalto altíssimo alto altíssimo\nalto altíssimo grande larguíssimo\nalto altíssimo longo longuíssimo\nalto altíssimo baixo baixíssimo\nalto altíssimo velho velhíssimo\nalto altíssimo rápido rapidíssimo\nalto altíssimo aguçado aguçadíssimo\nalto altíssimo simples simplicíssimo\nalto altíssimo curto curtíssimo\nalto altíssimo estranho estranhíssimo\nalto altíssimo forte fortíssimo\nalto altíssimo doce dulcíssimo\nfraco fraquíssimo estranho estranhíssimo\nfraco fraquíssimo largo larguíssimo\nfraco fraquíssimo jovem novíssimo\nfraco fraquíssimo mau pior\nfraco fraquíssimo grande maior\nfraco fraquíssimo brilhante brilhantíssimo\nfraco fraquíssimo escuro escuríssimo\nfraco fraquíssimo fácil facílimo\nfraco fraquíssimo rápido rapidíssimo\nfraco fraquíssimo bom melhor\nfraco fraquíssimo grande grandíssimo\nfraco fraquíssimo alto altíssimo\nfraco fraquíssimo grande larguíssimo\nfraco fraquíssimo longo longuíssimo\nfraco fraquíssimo baixo baixíssimo\nfraco fraquíssimo velho velhíssimo\nfraco fraquíssimo rápido rapidíssimo\nfraco fraquíssimo aguçado aguçadíssimo\nfraco fraquíssimo simples simplicíssimo\nfraco fraquíssimo curto curtíssimo\nfraco fraquíssimo estranho estranhíssimo\nfraco fraquíssimo forte fortíssimo\nfraco fraquíssimo doce dulcíssimo\nfraco fraquíssimo alto altíssimo\nestranho estranhíssimo largo larguíssimo\nestranho estranhíssimo jovem novíssimo\nestranho estranhíssimo mau pior\nestranho estranhíssimo grande maior\nestranho estranhíssimo brilhante brilhantíssimo\nestranho estranhíssimo escuro escuríssimo\nestranho estranhíssimo fácil facílimo\nestranho estranhíssimo rápido rapidíssimo\nestranho estranhíssimo bom melhor\nestranho estranhíssimo grande grandíssimo\nestranho estranhíssimo alto altíssimo\nestranho estranhíssimo grande larguíssimo\nestranho estranhíssimo longo longuíssimo\nestranho estranhíssimo baixo baixíssimo\nestranho estranhíssimo velho velhíssimo\nestranho estranhíssimo rápido rapidíssimo\nestranho estranhíssimo aguçado aguçadíssimo\nestranho estranhíssimo simples simplicíssimo\nestranho estranhíssimo curto curtíssimo\nestranho estranhíssimo estranho estranhíssimo\nestranho estranhíssimo forte fortíssimo\nestranho estranhíssimo doce dulcíssimo\nestranho estranhíssimo alto altíssimo\nestranho estranhíssimo fraco fraquíssimo\nlargo larguíssimo jovem novíssimo\nlargo larguíssimo mau pior\nlargo larguíssimo grande maior\nlargo larguíssimo brilhante brilhantíssimo\nlargo larguíssimo escuro escuríssimo\nlargo larguíssimo fácil facílimo\nlargo larguíssimo rápido rapidíssimo\nlargo larguíssimo bom melhor\nlargo larguíssimo grande grandíssimo\nlargo larguíssimo alto altíssimo\nlargo larguíssimo grande larguíssimo\nlargo larguíssimo longo longuíssimo\nlargo larguíssimo baixo baixíssimo\nlargo larguíssimo velho velhíssimo\nlargo larguíssimo rápido rapidíssimo\nlargo larguíssimo aguçado aguçadíssimo\nlargo larguíssimo simples simplicíssimo\nlargo larguíssimo curto curtíssimo\nlargo larguíssimo estranho estranhíssimo\nlargo larguíssimo forte fortíssimo\nlargo larguíssimo doce dulcíssimo\nlargo larguíssimo alto altíssimo\nlargo larguíssimo fraco fraquíssimo\nlargo larguíssimo estranho estranhíssimo\njovem novíssimo mau pior\njovem novíssimo grande maior\njovem novíssimo brilhante brilhantíssimo\njovem novíssimo escuro escuríssimo\njovem novíssimo fácil facílimo\njovem novíssimo rápido rapidíssimo\njovem novíssimo bom melhor\njovem novíssimo grande grandíssimo\njovem novíssimo alto altíssimo\njovem novíssimo grande larguíssimo\njovem novíssimo longo longuíssimo\njovem novíssimo baixo baixíssimo\njovem novíssimo velho velhíssimo\njovem novíssimo rápido rapidíssimo\njovem novíssimo aguçado aguçadíssimo\njovem novíssimo simples simplicíssimo\njovem novíssimo curto curtíssimo\njovem novíssimo estranho estranhíssimo\njovem novíssimo forte fortíssimo\njovem novíssimo doce dulcíssimo\njovem novíssimo alto altíssimo\njovem novíssimo fraco fraquíssimo\njovem novíssimo estranho estranhíssimo\njovem novíssimo largo larguíssimo\n: gram5-present-participle\nprogramar programando dançar dançando\nprogramar programando depurar depurando\nprogramar programando diminuir diminuindo\nprogramar programando descrever descrevendo\nprogramar programando descobrir descobrindo\nprogramar programando melhorar melhorando\nprogramar programando voar voando\nprogramar programando gerar gerando\nprogramar programando ir indo\nprogramar programando implementar implementando\nprogramar programando aumentar aumentando\nprogramar programando inventar inventando\nprogramar programando saltar saltando\nprogramar programando ouvir ouvindo\nprogramar programando ver vendo\nprogramar programando mover movendo\nprogramar programando jogar jogando\nprogramar programando prever prevendo\nprogramar programando ler lendo\nprogramar programando correr correndo\nprogramar programando dizer dizendo\nprogramar programando gritar gritando\nprogramar programando ver vendo\nprogramar programando baralhar baralhando\nprogramar programando cantar cantando\nprogramar programando sentar sentando\nprogramar programando lento abrandando\nprogramar programando nadar nadando\nprogramar programando pensar pensando\nprogramar programando desaparecer desaparecendo\nprogramar programando andar andando\nprogramar programando escrever escrevendo\ndançar dançando depurar depurando\ndançar dançando diminuir diminuindo\ndançar dançando descrever descrevendo\ndançar dançando descobrir descobrindo\ndançar dançando melhorar melhorando\ndançar dançando voar voando\ndançar dançando gerar gerando\ndançar dançando ir indo\ndançar dançando implementar implementando\ndançar dançando aumentar aumentando\ndançar dançando inventar inventando\ndançar dançando saltar saltando\ndançar dançando ouvir ouvindo\ndançar dançando ver vendo\ndançar dançando mover movendo\ndançar dançando jogar jogando\ndançar dançando prever prevendo\ndançar dançando ler lendo\ndançar dançando correr correndo\ndançar dançando dizer dizendo\ndançar dançando gritar gritando\ndançar dançando ver vendo\ndançar dançando baralhar baralhando\ndançar dançando cantar cantando\ndançar dançando sentar sentando\ndançar dançando lento abrandando\ndançar dançando nadar nadando\ndançar dançando pensar pensando\ndançar dançando desaparecer desaparecendo\ndançar dançando andar andando\ndançar dançando escrever escrevendo\ndançar dançando programar programando\ndepurar depurando diminuir diminuindo\ndepurar depurando descrever descrevendo\ndepurar depurando descobrir descobrindo\ndepurar depurando melhorar melhorando\ndepurar depurando voar voando\ndepurar depurando gerar gerando\ndepurar depurando ir indo\ndepurar depurando implementar implementando\ndepurar depurando aumentar aumentando\ndepurar depurando inventar inventando\ndepurar depurando saltar saltando\ndepurar depurando ouvir ouvindo\ndepurar depurando ver vendo\ndepurar depurando mover movendo\ndepurar depurando jogar jogando\ndepurar depurando prever prevendo\ndepurar depurando ler lendo\ndepurar depurando correr correndo\ndepurar depurando dizer dizendo\ndepurar depurando gritar gritando\ndepurar depurando ver vendo\ndepurar depurando baralhar baralhando\ndepurar depurando cantar cantando\ndepurar depurando sentar sentando\ndepurar depurando lento abrandando\ndepurar depurando nadar nadando\ndepurar depurando pensar pensando\ndepurar depurando desaparecer desaparecendo\ndepurar depurando andar andando\ndepurar depurando escrever escrevendo\ndepurar depurando programar programando\ndepurar depurando dançar dançando\ndiminuir diminuindo descrever descrevendo\ndiminuir diminuindo descobrir descobrindo\ndiminuir diminuindo melhorar melhorando\ndiminuir diminuindo voar voando\ndiminuir diminuindo gerar gerando\ndiminuir diminuindo ir indo\ndiminuir diminuindo implementar implementando\ndiminuir diminuindo aumentar aumentando\ndiminuir diminuindo inventar inventando\ndiminuir diminuindo saltar saltando\ndiminuir diminuindo ouvir ouvindo\ndiminuir diminuindo ver vendo\ndiminuir diminuindo mover movendo\ndiminuir diminuindo jogar jogando\ndiminuir diminuindo prever prevendo\ndiminuir diminuindo ler lendo\ndiminuir diminuindo correr correndo\ndiminuir diminuindo dizer dizendo\ndiminuir diminuindo gritar gritando\ndiminuir diminuindo ver vendo\ndiminuir diminuindo baralhar baralhando\ndiminuir diminuindo cantar cantando\ndiminuir diminuindo sentar sentando\ndiminuir diminuindo lento abrandando\ndiminuir diminuindo nadar nadando\ndiminuir diminuindo pensar pensando\ndiminuir diminuindo desaparecer desaparecendo\ndiminuir diminuindo andar andando\ndiminuir diminuindo escrever escrevendo\ndiminuir diminuindo programar programando\ndiminuir diminuindo dançar dançando\ndiminuir diminuindo depurar depurando\ndescrever descrevendo descobrir descobrindo\ndescrever descrevendo melhorar melhorando\ndescrever descrevendo voar voando\ndescrever descrevendo gerar gerando\ndescrever descrevendo ir indo\ndescrever descrevendo implementar implementando\ndescrever descrevendo aumentar aumentando\ndescrever descrevendo inventar inventando\ndescrever descrevendo saltar saltando\ndescrever descrevendo ouvir ouvindo\ndescrever descrevendo ver vendo\ndescrever descrevendo mover movendo\ndescrever descrevendo jogar jogando\ndescrever descrevendo prever prevendo\ndescrever descrevendo ler lendo\ndescrever descrevendo correr correndo\ndescrever descrevendo dizer dizendo\ndescrever descrevendo gritar gritando\ndescrever descrevendo ver vendo\ndescrever descrevendo baralhar baralhando\ndescrever descrevendo cantar cantando\ndescrever descrevendo sentar sentando\ndescrever descrevendo lento abrandando\ndescrever descrevendo nadar nadando\ndescrever descrevendo pensar pensando\ndescrever descrevendo desaparecer desaparecendo\ndescrever descrevendo andar andando\ndescrever descrevendo escrever escrevendo\ndescrever descrevendo programar programando\ndescrever descrevendo dançar dançando\ndescrever descrevendo depurar depurando\ndescrever descrevendo diminuir diminuindo\ndescobrir descobrindo melhorar melhorando\ndescobrir descobrindo voar voando\ndescobrir descobrindo gerar gerando\ndescobrir descobrindo ir indo\ndescobrir descobrindo implementar implementando\ndescobrir descobrindo aumentar aumentando\ndescobrir descobrindo inventar inventando\ndescobrir descobrindo saltar saltando\ndescobrir descobrindo ouvir ouvindo\ndescobrir descobrindo ver vendo\ndescobrir descobrindo mover movendo\ndescobrir descobrindo jogar jogando\ndescobrir descobrindo prever prevendo\ndescobrir descobrindo ler lendo\ndescobrir descobrindo correr correndo\ndescobrir descobrindo dizer dizendo\ndescobrir descobrindo gritar gritando\ndescobrir descobrindo ver vendo\ndescobrir descobrindo baralhar baralhando\ndescobrir descobrindo cantar cantando\ndescobrir descobrindo sentar sentando\ndescobrir descobrindo lento abrandando\ndescobrir descobrindo nadar nadando\ndescobrir descobrindo pensar pensando\ndescobrir descobrindo desaparecer desaparecendo\ndescobrir descobrindo andar andando\ndescobrir descobrindo escrever escrevendo\ndescobrir descobrindo programar programando\ndescobrir descobrindo dançar dançando\ndescobrir descobrindo depurar depurando\ndescobrir descobrindo diminuir diminuindo\ndescobrir descobrindo descrever descrevendo\nmelhorar melhorando voar voando\nmelhorar melhorando gerar gerando\nmelhorar melhorando ir indo\nmelhorar melhorando implementar implementando\nmelhorar melhorando aumentar aumentando\nmelhorar melhorando inventar inventando\nmelhorar melhorando saltar saltando\nmelhorar melhorando ouvir ouvindo\nmelhorar melhorando ver vendo\nmelhorar melhorando mover movendo\nmelhorar melhorando jogar jogando\nmelhorar melhorando prever prevendo\nmelhorar melhorando ler lendo\nmelhorar melhorando correr correndo\nmelhorar melhorando dizer dizendo\nmelhorar melhorando gritar gritando\nmelhorar melhorando ver vendo\nmelhorar melhorando baralhar baralhando\nmelhorar melhorando cantar cantando\nmelhorar melhorando sentar sentando\nmelhorar melhorando lento abrandando\nmelhorar melhorando nadar nadando\nmelhorar melhorando pensar pensando\nmelhorar melhorando desaparecer desaparecendo\nmelhorar melhorando andar andando\nmelhorar melhorando escrever escrevendo\nmelhorar melhorando programar programando\nmelhorar melhorando dançar dançando\nmelhorar melhorando depurar depurando\nmelhorar melhorando diminuir diminuindo\nmelhorar melhorando descrever descrevendo\nmelhorar melhorando descobrir descobrindo\nvoar voando gerar gerando\nvoar voando ir indo\nvoar voando implementar implementando\nvoar voando aumentar aumentando\nvoar voando inventar inventando\nvoar voando saltar saltando\nvoar voando ouvir ouvindo\nvoar voando ver vendo\nvoar voando mover movendo\nvoar voando jogar jogando\nvoar voando prever prevendo\nvoar voando ler lendo\nvoar voando correr correndo\nvoar voando dizer dizendo\nvoar voando gritar gritando\nvoar voando ver vendo\nvoar voando baralhar baralhando\nvoar voando cantar cantando\nvoar voando sentar sentando\nvoar voando lento abrandando\nvoar voando nadar nadando\nvoar voando pensar pensando\nvoar voando desaparecer desaparecendo\nvoar voando andar andando\nvoar voando escrever escrevendo\nvoar voando programar programando\nvoar voando dançar dançando\nvoar voando depurar depurando\nvoar voando diminuir diminuindo\nvoar voando descrever descrevendo\nvoar voando descobrir descobrindo\nvoar voando melhorar melhorando\ngerar gerando ir indo\ngerar gerando implementar implementando\ngerar gerando aumentar aumentando\ngerar gerando inventar inventando\ngerar gerando saltar saltando\ngerar gerando ouvir ouvindo\ngerar gerando ver vendo\ngerar gerando mover movendo\ngerar gerando jogar jogando\ngerar gerando prever prevendo\ngerar gerando ler lendo\ngerar gerando correr correndo\ngerar gerando dizer dizendo\ngerar gerando gritar gritando\ngerar gerando ver vendo\ngerar gerando baralhar baralhando\ngerar gerando cantar cantando\ngerar gerando sentar sentando\ngerar gerando lento abrandando\ngerar gerando nadar nadando\ngerar gerando pensar pensando\ngerar gerando desaparecer desaparecendo\ngerar gerando andar andando\ngerar gerando escrever escrevendo\ngerar gerando programar programando\ngerar gerando dançar dançando\ngerar gerando depurar depurando\ngerar gerando diminuir diminuindo\ngerar gerando descrever descrevendo\ngerar gerando descobrir descobrindo\ngerar gerando melhorar melhorando\ngerar gerando voar voando\nir indo implementar implementando\nir indo aumentar aumentando\nir indo inventar inventando\nir indo saltar saltando\nir indo ouvir ouvindo\nir indo ver vendo\nir indo mover movendo\nir indo jogar jogando\nir indo prever prevendo\nir indo ler lendo\nir indo correr correndo\nir indo dizer dizendo\nir indo gritar gritando\nir indo ver vendo\nir indo baralhar baralhando\nir indo cantar cantando\nir indo sentar sentando\nir indo lento abrandando\nir indo nadar nadando\nir indo pensar pensando\nir indo desaparecer desaparecendo\nir indo andar andando\nir indo escrever escrevendo\nir indo programar programando\nir indo dançar dançando\nir indo depurar depurando\nir indo diminuir diminuindo\nir indo descrever descrevendo\nir indo descobrir descobrindo\nir indo melhorar melhorando\nir indo voar voando\nir indo gerar gerando\nimplementar implementando aumentar aumentando\nimplementar implementando inventar inventando\nimplementar implementando saltar saltando\nimplementar implementando ouvir ouvindo\nimplementar implementando ver vendo\nimplementar implementando mover movendo\nimplementar implementando jogar jogando\nimplementar implementando prever prevendo\nimplementar implementando ler lendo\nimplementar implementando correr correndo\nimplementar implementando dizer dizendo\nimplementar implementando gritar gritando\nimplementar implementando ver vendo\nimplementar implementando baralhar baralhando\nimplementar implementando cantar cantando\nimplementar implementando sentar sentando\nimplementar implementando lento abrandando\nimplementar implementando nadar nadando\nimplementar implementando pensar pensando\nimplementar implementando desaparecer desaparecendo\nimplementar implementando andar andando\nimplementar implementando escrever escrevendo\nimplementar implementando programar programando\nimplementar implementando dançar dançando\nimplementar implementando depurar depurando\nimplementar implementando diminuir diminuindo\nimplementar implementando descrever descrevendo\nimplementar implementando descobrir descobrindo\nimplementar implementando melhorar melhorando\nimplementar implementando voar voando\nimplementar implementando gerar gerando\nimplementar implementando ir indo\naumentar aumentando inventar inventando\naumentar aumentando saltar saltando\naumentar aumentando ouvir ouvindo\naumentar aumentando ver vendo\naumentar aumentando mover movendo\naumentar aumentando jogar jogando\naumentar aumentando prever prevendo\naumentar aumentando ler lendo\naumentar aumentando correr correndo\naumentar aumentando dizer dizendo\naumentar aumentando gritar gritando\naumentar aumentando ver vendo\naumentar aumentando baralhar baralhando\naumentar aumentando cantar cantando\naumentar aumentando sentar sentando\naumentar aumentando lento abrandando\naumentar aumentando nadar nadando\naumentar aumentando pensar pensando\naumentar aumentando desaparecer desaparecendo\naumentar aumentando andar andando\naumentar aumentando escrever escrevendo\naumentar aumentando programar programando\naumentar aumentando dançar dançando\naumentar aumentando depurar depurando\naumentar aumentando diminuir diminuindo\naumentar aumentando descrever descrevendo\naumentar aumentando descobrir descobrindo\naumentar aumentando melhorar melhorando\naumentar aumentando voar voando\naumentar aumentando gerar gerando\naumentar aumentando ir indo\naumentar aumentando implementar implementando\ninventar inventando saltar saltando\ninventar inventando ouvir ouvindo\ninventar inventando ver vendo\ninventar inventando mover movendo\ninventar inventando jogar jogando\ninventar inventando prever prevendo\ninventar inventando ler lendo\ninventar inventando correr correndo\ninventar inventando dizer dizendo\ninventar inventando gritar gritando\ninventar inventando ver vendo\ninventar inventando baralhar baralhando\ninventar inventando cantar cantando\ninventar inventando sentar sentando\ninventar inventando lento abrandando\ninventar inventando nadar nadando\ninventar inventando pensar pensando\ninventar inventando desaparecer desaparecendo\ninventar inventando andar andando\ninventar inventando escrever escrevendo\ninventar inventando programar programando\ninventar inventando dançar dançando\ninventar inventando depurar depurando\ninventar inventando diminuir diminuindo\ninventar inventando descrever descrevendo\ninventar inventando descobrir descobrindo\ninventar inventando melhorar melhorando\ninventar inventando voar voando\ninventar inventando gerar gerando\ninventar inventando ir indo\ninventar inventando implementar implementando\ninventar inventando aumentar aumentando\nsaltar saltando ouvir ouvindo\nsaltar saltando ver vendo\nsaltar saltando mover movendo\nsaltar saltando jogar jogando\nsaltar saltando prever prevendo\nsaltar saltando ler lendo\nsaltar saltando correr correndo\nsaltar saltando dizer dizendo\nsaltar saltando gritar gritando\nsaltar saltando ver vendo\nsaltar saltando baralhar baralhando\nsaltar saltando cantar cantando\nsaltar saltando sentar sentando\nsaltar saltando lento abrandando\nsaltar saltando nadar nadando\nsaltar saltando pensar pensando\nsaltar saltando desaparecer desaparecendo\nsaltar saltando andar andando\nsaltar saltando escrever escrevendo\nsaltar saltando programar programando\nsaltar saltando dançar dançando\nsaltar saltando depurar depurando\nsaltar saltando diminuir diminuindo\nsaltar saltando descrever descrevendo\nsaltar saltando descobrir descobrindo\nsaltar saltando melhorar melhorando\nsaltar saltando voar voando\nsaltar saltando gerar gerando\nsaltar saltando ir indo\nsaltar saltando implementar implementando\nsaltar saltando aumentar aumentando\nsaltar saltando inventar inventando\nouvir ouvindo ver vendo\nouvir ouvindo mover movendo\nouvir ouvindo jogar jogando\nouvir ouvindo prever prevendo\nouvir ouvindo ler lendo\nouvir ouvindo correr correndo\nouvir ouvindo dizer dizendo\nouvir ouvindo gritar gritando\nouvir ouvindo ver vendo\nouvir ouvindo baralhar baralhando\nouvir ouvindo cantar cantando\nouvir ouvindo sentar sentando\nouvir ouvindo lento abrandando\nouvir ouvindo nadar nadando\nouvir ouvindo pensar pensando\nouvir ouvindo desaparecer desaparecendo\nouvir ouvindo andar andando\nouvir ouvindo escrever escrevendo\nouvir ouvindo programar programando\nouvir ouvindo dançar dançando\nouvir ouvindo depurar depurando\nouvir ouvindo diminuir diminuindo\nouvir ouvindo descrever descrevendo\nouvir ouvindo descobrir descobrindo\nouvir ouvindo melhorar melhorando\nouvir ouvindo voar voando\nouvir ouvindo gerar gerando\nouvir ouvindo ir indo\nouvir ouvindo implementar implementando\nouvir ouvindo aumentar aumentando\nouvir ouvindo inventar inventando\nouvir ouvindo saltar saltando\nver vendo mover movendo\nver vendo jogar jogando\nver vendo prever prevendo\nver vendo ler lendo\nver vendo correr correndo\nver vendo dizer dizendo\nver vendo gritar gritando\nver vendo ver vendo\nver vendo baralhar baralhando\nver vendo cantar cantando\nver vendo sentar sentando\nver vendo lento abrandando\nver vendo nadar nadando\nver vendo pensar pensando\nver vendo desaparecer desaparecendo\nver vendo andar andando\nver vendo escrever escrevendo\nver vendo programar programando\nver vendo dançar dançando\nver vendo depurar depurando\nver vendo diminuir diminuindo\nver vendo descrever descrevendo\nver vendo descobrir descobrindo\nver vendo melhorar melhorando\nver vendo voar voando\nver vendo gerar gerando\nver vendo ir indo\nver vendo implementar implementando\nver vendo aumentar aumentando\nver vendo inventar inventando\nver vendo saltar saltando\nver vendo ouvir ouvindo\nmover movendo jogar jogando\nmover movendo prever prevendo\nmover movendo ler lendo\nmover movendo correr correndo\nmover movendo dizer dizendo\nmover movendo gritar gritando\nmover movendo ver vendo\nmover movendo baralhar baralhando\nmover movendo cantar cantando\nmover movendo sentar sentando\nmover movendo lento abrandando\nmover movendo nadar nadando\nmover movendo pensar pensando\nmover movendo desaparecer desaparecendo\nmover movendo andar andando\nmover movendo escrever escrevendo\nmover movendo programar programando\nmover movendo dançar dançando\nmover movendo depurar depurando\nmover movendo diminuir diminuindo\nmover movendo descrever descrevendo\nmover movendo descobrir descobrindo\nmover movendo melhorar melhorando\nmover movendo voar voando\nmover movendo gerar gerando\nmover movendo ir indo\nmover movendo implementar implementando\nmover movendo aumentar aumentando\nmover movendo inventar inventando\nmover movendo saltar saltando\nmover movendo ouvir ouvindo\nmover movendo ver vendo\njogar jogando prever prevendo\njogar jogando ler lendo\njogar jogando correr correndo\njogar jogando dizer dizendo\njogar jogando gritar gritando\njogar jogando ver vendo\njogar jogando baralhar baralhando\njogar jogando cantar cantando\njogar jogando sentar sentando\njogar jogando lento abrandando\njogar jogando nadar nadando\njogar jogando pensar pensando\njogar jogando desaparecer desaparecendo\njogar jogando andar andando\njogar jogando escrever escrevendo\njogar jogando programar programando\njogar jogando dançar dançando\njogar jogando depurar depurando\njogar jogando diminuir diminuindo\njogar jogando descrever descrevendo\njogar jogando descobrir descobrindo\njogar jogando melhorar melhorando\njogar jogando voar voando\njogar jogando gerar gerando\njogar jogando ir indo\njogar jogando implementar implementando\njogar jogando aumentar aumentando\njogar jogando inventar inventando\njogar jogando saltar saltando\njogar jogando ouvir ouvindo\njogar jogando ver vendo\njogar jogando mover movendo\nprever prevendo ler lendo\nprever prevendo correr correndo\nprever prevendo dizer dizendo\nprever prevendo gritar gritando\nprever prevendo ver vendo\nprever prevendo baralhar baralhando\nprever prevendo cantar cantando\nprever prevendo sentar sentando\nprever prevendo lento abrandando\nprever prevendo nadar nadando\nprever prevendo pensar pensando\nprever prevendo desaparecer desaparecendo\nprever prevendo andar andando\nprever prevendo escrever escrevendo\nprever prevendo programar programando\nprever prevendo dançar dançando\nprever prevendo depurar depurando\nprever prevendo diminuir diminuindo\nprever prevendo descrever descrevendo\nprever prevendo descobrir descobrindo\nprever prevendo melhorar melhorando\nprever prevendo voar voando\nprever prevendo gerar gerando\nprever prevendo ir indo\nprever prevendo implementar implementando\nprever prevendo aumentar aumentando\nprever prevendo inventar inventando\nprever prevendo saltar saltando\nprever prevendo ouvir ouvindo\nprever prevendo ver vendo\nprever prevendo mover movendo\nprever prevendo jogar jogando\nler lendo correr correndo\nler lendo dizer dizendo\nler lendo gritar gritando\nler lendo ver vendo\nler lendo baralhar baralhando\nler lendo cantar cantando\nler lendo sentar sentando\nler lendo lento abrandando\nler lendo nadar nadando\nler lendo pensar pensando\nler lendo desaparecer desaparecendo\nler lendo andar andando\nler lendo escrever escrevendo\nler lendo programar programando\nler lendo dançar dançando\nler lendo depurar depurando\nler lendo diminuir diminuindo\nler lendo descrever descrevendo\nler lendo descobrir descobrindo\nler lendo melhorar melhorando\nler lendo voar voando\nler lendo gerar gerando\nler lendo ir indo\nler lendo implementar implementando\nler lendo aumentar aumentando\nler lendo inventar inventando\nler lendo saltar saltando\nler lendo ouvir ouvindo\nler lendo ver vendo\nler lendo mover movendo\nler lendo jogar jogando\nler lendo prever prevendo\ncorrer correndo dizer dizendo\ncorrer correndo gritar gritando\ncorrer correndo ver vendo\ncorrer correndo baralhar baralhando\ncorrer correndo cantar cantando\ncorrer correndo sentar sentando\ncorrer correndo lento abrandando\ncorrer correndo nadar nadando\ncorrer correndo pensar pensando\ncorrer correndo desaparecer desaparecendo\ncorrer correndo andar andando\ncorrer correndo escrever escrevendo\ncorrer correndo programar programando\ncorrer correndo dançar dançando\ncorrer correndo depurar depurando\ncorrer correndo diminuir diminuindo\ncorrer correndo descrever descrevendo\ncorrer correndo descobrir descobrindo\ncorrer correndo melhorar melhorando\ncorrer correndo voar voando\ncorrer correndo gerar gerando\ncorrer correndo ir indo\ncorrer correndo implementar implementando\ncorrer correndo aumentar aumentando\ncorrer correndo inventar inventando\ncorrer correndo saltar saltando\ncorrer correndo ouvir ouvindo\ncorrer correndo ver vendo\ncorrer correndo mover movendo\ncorrer correndo jogar jogando\ncorrer correndo prever prevendo\ncorrer correndo ler lendo\ndizer dizendo gritar gritando\ndizer dizendo ver vendo\ndizer dizendo baralhar baralhando\ndizer dizendo cantar cantando\ndizer dizendo sentar sentando\ndizer dizendo lento abrandando\ndizer dizendo nadar nadando\ndizer dizendo pensar pensando\ndizer dizendo desaparecer desaparecendo\ndizer dizendo andar andando\ndizer dizendo escrever escrevendo\ndizer dizendo programar programando\ndizer dizendo dançar dançando\ndizer dizendo depurar depurando\ndizer dizendo diminuir diminuindo\ndizer dizendo descrever descrevendo\ndizer dizendo descobrir descobrindo\ndizer dizendo melhorar melhorando\ndizer dizendo voar voando\ndizer dizendo gerar gerando\ndizer dizendo ir indo\ndizer dizendo implementar implementando\ndizer dizendo aumentar aumentando\ndizer dizendo inventar inventando\ndizer dizendo saltar saltando\ndizer dizendo ouvir ouvindo\ndizer dizendo ver vendo\ndizer dizendo mover movendo\ndizer dizendo jogar jogando\ndizer dizendo prever prevendo\ndizer dizendo ler lendo\ndizer dizendo correr correndo\ngritar gritando ver vendo\ngritar gritando baralhar baralhando\ngritar gritando cantar cantando\ngritar gritando sentar sentando\ngritar gritando lento abrandando\ngritar gritando nadar nadando\ngritar gritando pensar pensando\ngritar gritando desaparecer desaparecendo\ngritar gritando andar andando\ngritar gritando escrever escrevendo\ngritar gritando programar programando\ngritar gritando dançar dançando\ngritar gritando depurar depurando\ngritar gritando diminuir diminuindo\ngritar gritando descrever descrevendo\ngritar gritando descobrir descobrindo\ngritar gritando melhorar melhorando\ngritar gritando voar voando\ngritar gritando gerar gerando\ngritar gritando ir indo\ngritar gritando implementar implementando\ngritar gritando aumentar aumentando\ngritar gritando inventar inventando\ngritar gritando saltar saltando\ngritar gritando ouvir ouvindo\ngritar gritando ver vendo\ngritar gritando mover movendo\ngritar gritando jogar jogando\ngritar gritando prever prevendo\ngritar gritando ler lendo\ngritar gritando correr correndo\ngritar gritando dizer dizendo\nver vendo baralhar baralhando\nver vendo cantar cantando\nver vendo sentar sentando\nver vendo lento abrandando\nver vendo nadar nadando\nver vendo pensar pensando\nver vendo desaparecer desaparecendo\nver vendo andar andando\nver vendo escrever escrevendo\nver vendo programar programando\nver vendo dançar dançando\nver vendo depurar depurando\nver vendo diminuir diminuindo\nver vendo descrever descrevendo\nver vendo descobrir descobrindo\nver vendo melhorar melhorando\nver vendo voar voando\nver vendo gerar gerando\nver vendo ir indo\nver vendo implementar implementando\nver vendo aumentar aumentando\nver vendo inventar inventando\nver vendo saltar saltando\nver vendo ouvir ouvindo\nver vendo ver vendo\nver vendo mover movendo\nver vendo jogar jogando\nver vendo prever prevendo\nver vendo ler lendo\nver vendo correr correndo\nver vendo dizer dizendo\nver vendo gritar gritando\nbaralhar baralhando cantar cantando\nbaralhar baralhando sentar sentando\nbaralhar baralhando lento abrandando\nbaralhar baralhando nadar nadando\nbaralhar baralhando pensar pensando\nbaralhar baralhando desaparecer desaparecendo\nbaralhar baralhando andar andando\nbaralhar baralhando escrever escrevendo\nbaralhar baralhando programar programando\nbaralhar baralhando dançar dançando\nbaralhar baralhando depurar depurando\nbaralhar baralhando diminuir diminuindo\nbaralhar baralhando descrever descrevendo\nbaralhar baralhando descobrir descobrindo\nbaralhar baralhando melhorar melhorando\nbaralhar baralhando voar voando\nbaralhar baralhando gerar gerando\nbaralhar baralhando ir indo\nbaralhar baralhando implementar implementando\nbaralhar baralhando aumentar aumentando\nbaralhar baralhando inventar inventando\nbaralhar baralhando saltar saltando\nbaralhar baralhando ouvir ouvindo\nbaralhar baralhando ver vendo\nbaralhar baralhando mover movendo\nbaralhar baralhando jogar jogando\nbaralhar baralhando prever prevendo\nbaralhar baralhando ler lendo\nbaralhar baralhando correr correndo\nbaralhar baralhando dizer dizendo\nbaralhar baralhando gritar gritando\nbaralhar baralhando ver vendo\ncantar cantando sentar sentando\ncantar cantando lento abrandando\ncantar cantando nadar nadando\ncantar cantando pensar pensando\ncantar cantando desaparecer desaparecendo\ncantar cantando andar andando\ncantar cantando escrever escrevendo\ncantar cantando programar programando\ncantar cantando dançar dançando\ncantar cantando depurar depurando\ncantar cantando diminuir diminuindo\ncantar cantando descrever descrevendo\ncantar cantando descobrir descobrindo\ncantar cantando melhorar melhorando\ncantar cantando voar voando\ncantar cantando gerar gerando\ncantar cantando ir indo\ncantar cantando implementar implementando\ncantar cantando aumentar aumentando\ncantar cantando inventar inventando\ncantar cantando saltar saltando\ncantar cantando ouvir ouvindo\ncantar cantando ver vendo\ncantar cantando mover movendo\ncantar cantando jogar jogando\ncantar cantando prever prevendo\ncantar cantando ler lendo\ncantar cantando correr correndo\ncantar cantando dizer dizendo\ncantar cantando gritar gritando\ncantar cantando ver vendo\ncantar cantando baralhar baralhando\nsentar sentando lento abrandando\nsentar sentando nadar nadando\nsentar sentando pensar pensando\nsentar sentando desaparecer desaparecendo\nsentar sentando andar andando\nsentar sentando escrever escrevendo\nsentar sentando programar programando\nsentar sentando dançar dançando\nsentar sentando depurar depurando\nsentar sentando diminuir diminuindo\nsentar sentando descrever descrevendo\nsentar sentando descobrir descobrindo\nsentar sentando melhorar melhorando\nsentar sentando voar voando\nsentar sentando gerar gerando\nsentar sentando ir indo\nsentar sentando implementar implementando\nsentar sentando aumentar aumentando\nsentar sentando inventar inventando\nsentar sentando saltar saltando\nsentar sentando ouvir ouvindo\nsentar sentando ver vendo\nsentar sentando mover movendo\nsentar sentando jogar jogando\nsentar sentando prever prevendo\nsentar sentando ler lendo\nsentar sentando correr correndo\nsentar sentando dizer dizendo\nsentar sentando gritar gritando\nsentar sentando ver vendo\nsentar sentando baralhar baralhando\nsentar sentando cantar cantando\nlento abrandando nadar nadando\nlento abrandando pensar pensando\nlento abrandando desaparecer desaparecendo\nlento abrandando andar andando\nlento abrandando escrever escrevendo\nlento abrandando programar programando\nlento abrandando dançar dançando\nlento abrandando depurar depurando\nlento abrandando diminuir diminuindo\nlento abrandando descrever descrevendo\nlento abrandando descobrir descobrindo\nlento abrandando melhorar melhorando\nlento abrandando voar voando\nlento abrandando gerar gerando\nlento abrandando ir indo\nlento abrandando implementar implementando\nlento abrandando aumentar aumentando\nlento abrandando inventar inventando\nlento abrandando saltar saltando\nlento abrandando ouvir ouvindo\nlento abrandando ver vendo\nlento abrandando mover movendo\nlento abrandando jogar jogando\nlento abrandando prever prevendo\nlento abrandando ler lendo\nlento abrandando correr correndo\nlento abrandando dizer dizendo\nlento abrandando gritar gritando\nlento abrandando ver vendo\nlento abrandando baralhar baralhando\nlento abrandando cantar cantando\nlento abrandando sentar sentando\nnadar nadando pensar pensando\nnadar nadando desaparecer desaparecendo\nnadar nadando andar andando\nnadar nadando escrever escrevendo\nnadar nadando programar programando\nnadar nadando dançar dançando\nnadar nadando depurar depurando\nnadar nadando diminuir diminuindo\nnadar nadando descrever descrevendo\nnadar nadando descobrir descobrindo\nnadar nadando melhorar melhorando\nnadar nadando voar voando\nnadar nadando gerar gerando\nnadar nadando ir indo\nnadar nadando implementar implementando\nnadar nadando aumentar aumentando\nnadar nadando inventar inventando\nnadar nadando saltar saltando\nnadar nadando ouvir ouvindo\nnadar nadando ver vendo\nnadar nadando mover movendo\nnadar nadando jogar jogando\nnadar nadando prever prevendo\nnadar nadando ler lendo\nnadar nadando correr correndo\nnadar nadando dizer dizendo\nnadar nadando gritar gritando\nnadar nadando ver vendo\nnadar nadando baralhar baralhando\nnadar nadando cantar cantando\nnadar nadando sentar sentando\nnadar nadando lento abrandando\npensar pensando desaparecer desaparecendo\npensar pensando andar andando\npensar pensando escrever escrevendo\npensar pensando programar programando\npensar pensando dançar dançando\npensar pensando depurar depurando\npensar pensando diminuir diminuindo\npensar pensando descrever descrevendo\npensar pensando descobrir descobrindo\npensar pensando melhorar melhorando\npensar pensando voar voando\npensar pensando gerar gerando\npensar pensando ir indo\npensar pensando implementar implementando\npensar pensando aumentar aumentando\npensar pensando inventar inventando\npensar pensando saltar saltando\npensar pensando ouvir ouvindo\npensar pensando ver vendo\npensar pensando mover movendo\npensar pensando jogar jogando\npensar pensando prever prevendo\npensar pensando ler lendo\npensar pensando correr correndo\npensar pensando dizer dizendo\npensar pensando gritar gritando\npensar pensando ver vendo\npensar pensando baralhar baralhando\npensar pensando cantar cantando\npensar pensando sentar sentando\npensar pensando lento abrandando\npensar pensando nadar nadando\ndesaparecer desaparecendo andar andando\ndesaparecer desaparecendo escrever escrevendo\ndesaparecer desaparecendo programar programando\ndesaparecer desaparecendo dançar dançando\ndesaparecer desaparecendo depurar depurando\ndesaparecer desaparecendo diminuir diminuindo\ndesaparecer desaparecendo descrever descrevendo\ndesaparecer desaparecendo descobrir descobrindo\ndesaparecer desaparecendo melhorar melhorando\ndesaparecer desaparecendo voar voando\ndesaparecer desaparecendo gerar gerando\ndesaparecer desaparecendo ir indo\ndesaparecer desaparecendo implementar implementando\ndesaparecer desaparecendo aumentar aumentando\ndesaparecer desaparecendo inventar inventando\ndesaparecer desaparecendo saltar saltando\ndesaparecer desaparecendo ouvir ouvindo\ndesaparecer desaparecendo ver vendo\ndesaparecer desaparecendo mover movendo\ndesaparecer desaparecendo jogar jogando\ndesaparecer desaparecendo prever prevendo\ndesaparecer desaparecendo ler lendo\ndesaparecer desaparecendo correr correndo\ndesaparecer desaparecendo dizer dizendo\ndesaparecer desaparecendo gritar gritando\ndesaparecer desaparecendo ver vendo\ndesaparecer desaparecendo baralhar baralhando\ndesaparecer desaparecendo cantar cantando\ndesaparecer desaparecendo sentar sentando\ndesaparecer desaparecendo lento abrandando\ndesaparecer desaparecendo nadar nadando\ndesaparecer desaparecendo pensar pensando\nandar andando escrever escrevendo\nandar andando programar programando\nandar andando dançar dançando\nandar andando depurar depurando\nandar andando diminuir diminuindo\nandar andando descrever descrevendo\nandar andando descobrir descobrindo\nandar andando melhorar melhorando\nandar andando voar voando\nandar andando gerar gerando\nandar andando ir indo\nandar andando implementar implementando\nandar andando aumentar aumentando\nandar andando inventar inventando\nandar andando saltar saltando\nandar andando ouvir ouvindo\nandar andando ver vendo\nandar andando mover movendo\nandar andando jogar jogando\nandar andando prever prevendo\nandar andando ler lendo\nandar andando correr correndo\nandar andando dizer dizendo\nandar andando gritar gritando\nandar andando ver vendo\nandar andando baralhar baralhando\nandar andando cantar cantando\nandar andando sentar sentando\nandar andando lento abrandando\nandar andando nadar nadando\nandar andando pensar pensando\nandar andando desaparecer desaparecendo\nescrever escrevendo programar programando\nescrever escrevendo dançar dançando\nescrever escrevendo depurar depurando\nescrever escrevendo diminuir diminuindo\nescrever escrevendo descrever descrevendo\nescrever escrevendo descobrir descobrindo\nescrever escrevendo melhorar melhorando\nescrever escrevendo voar voando\nescrever escrevendo gerar gerando\nescrever escrevendo ir indo\nescrever escrevendo implementar implementando\nescrever escrevendo aumentar aumentando\nescrever escrevendo inventar inventando\nescrever escrevendo saltar saltando\nescrever escrevendo ouvir ouvindo\nescrever escrevendo ver vendo\nescrever escrevendo mover movendo\nescrever escrevendo jogar jogando\nescrever escrevendo prever prevendo\nescrever escrevendo ler lendo\nescrever escrevendo correr correndo\nescrever escrevendo dizer dizendo\nescrever escrevendo gritar gritando\nescrever escrevendo ver vendo\nescrever escrevendo baralhar baralhando\nescrever escrevendo cantar cantando\nescrever escrevendo sentar sentando\nescrever escrevendo lento abrandando\nescrever escrevendo nadar nadando\nescrever escrevendo pensar pensando\nescrever escrevendo desaparecer desaparecendo\nescrever escrevendo andar andando\n: gram6-nationality-adjective\nAlbânia Albanês Argentina Argentino\nAlbânia Albanês Austrália Australiano\nAlbânia Albanês Áustria Austríaco\nAlbânia Albanês Bielorrússia Bielorusso\nAlbânia Albanês Brasil Brasileiro\nAlbânia Albanês Bulgária Búlgaro\nAlbânia Albanês Cambodja Cambojano\nAlbânia Albanês Chile Chileno\nAlbânia Albanês China Chinês\nAlbânia Albanês Colombia Colombiano\nAlbânia Albanês Croácia Croata\nAlbânia Albanês Dinamarca Dinamarquês\nAlbânia Albanês Egito Egípcio\nAlbânia Albanês Inglaterra Inglês\nAlbânia Albanês França Frânces\nAlbânia Albanês Alemanha Alemão\nAlbânia Albanês Grécia Grego\nAlbânia Albanês Islândia Islandês\nAlbânia Albanês Índia Indiano\nAlbânia Albanês Irlanda Irlândes\nAlbânia Albanês Israel Israelita\nAlbânia Albanês Itália Italiano\nAlbânia Albanês Japão Japonês\nAlbânia Albanês Coreia Coreano\nAlbânia Albanês Macedónia Macedónio\nAlbânia Albanês Malta Maltês\nAlbânia Albanês México Mexicano\nAlbânia Albanês Moldávia Moldávio\nAlbânia Albanês Holanda Holandês\nAlbânia Albanês Noruega Norueguês\nAlbânia Albanês Peru Peruano\nAlbânia Albanês Polónia Polaco\nAlbânia Albanês Portugal Português\nAlbânia Albanês Rússia Russo\nAlbânia Albanês Eslováquia Eslovaco\nAlbânia Albanês Espanha Espanhol\nAlbânia Albanês Suécia Sueco\nAlbânia Albanês Suíça Suiço\nAlbânia Albanês Tailândia Tailandês\nArgentina Argentino Austrália Australiano\nArgentina Argentino Áustria Austríaco\nArgentina Argentino Bielorrússia Bielorusso\nArgentina Argentino Brasil Brasileiro\nArgentina Argentino Bulgária Búlgaro\nArgentina Argentino Cambodja Cambojano\nArgentina Argentino Chile Chileno\nArgentina Argentino China Chinês\nArgentina Argentino Colombia Colombiano\nArgentina Argentino Croácia Croata\nArgentina Argentino Dinamarca Dinamarquês\nArgentina Argentino Egito Egípcio\nArgentina Argentino Inglaterra Inglês\nArgentina Argentino França Frânces\nArgentina Argentino Alemanha Alemão\nArgentina Argentino Grécia Grego\nArgentina Argentino Islândia Islandês\nArgentina Argentino Índia Indiano\nArgentina Argentino Irlanda Irlândes\nArgentina Argentino Israel Israelita\nArgentina Argentino Itália Italiano\nArgentina Argentino Japão Japonês\nArgentina Argentino Coreia Coreano\nArgentina Argentino Macedónia Macedónio\nArgentina Argentino Malta Maltês\nArgentina Argentino México Mexicano\nArgentina Argentino Moldávia Moldávio\nArgentina Argentino Holanda Holandês\nArgentina Argentino Noruega Norueguês\nArgentina Argentino Peru Peruano\nArgentina Argentino Polónia Polaco\nArgentina Argentino Portugal Português\nArgentina Argentino Rússia Russo\nArgentina Argentino Eslováquia Eslovaco\nArgentina Argentino Espanha Espanhol\nArgentina Argentino Suécia Sueco\nArgentina Argentino Suíça Suiço\nArgentina Argentino Tailândia Tailandês\nArgentina Argentino Ucrânia Ucraniano\nAustrália Australiano Áustria Austríaco\nAustrália Australiano Bielorrússia Bielorusso\nAustrália Australiano Brasil Brasileiro\nAustrália Australiano Bulgária Búlgaro\nAustrália Australiano Cambodja Cambojano\nAustrália Australiano Chile Chileno\nAustrália Australiano China Chinês\nAustrália Australiano Colombia Colombiano\nAustrália Australiano Croácia Croata\nAustrália Australiano Dinamarca Dinamarquês\nAustrália Australiano Egito Egípcio\nAustrália Australiano Inglaterra Inglês\nAustrália Australiano França Frânces\nAustrália Australiano Alemanha Alemão\nAustrália Australiano Grécia Grego\nAustrália Australiano Islândia Islandês\nAustrália Australiano Índia Indiano\nAustrália Australiano Irlanda Irlândes\nAustrália Australiano Israel Israelita\nAustrália Australiano Itália Italiano\nAustrália Australiano Japão Japonês\nAustrália Australiano Coreia Coreano\nAustrália Australiano Macedónia Macedónio\nAustrália Australiano Malta Maltês\nAustrália Australiano México Mexicano\nAustrália Australiano Moldávia Moldávio\nAustrália Australiano Holanda Holandês\nAustrália Australiano Noruega Norueguês\nAustrália Australiano Peru Peruano\nAustrália Australiano Polónia Polaco\nAustrália Australiano Portugal Português\nAustrália Australiano Rússia Russo\nAustrália Australiano Eslováquia Eslovaco\nAustrália Australiano Espanha Espanhol\nAustrália Australiano Suécia Sueco\nAustrália Australiano Suíça Suiço\nAustrália Australiano Tailândia Tailandês\nAustrália Australiano Ucrânia Ucraniano\nAustrália Australiano Albânia Albanês\nÁustria Austríaco Bielorrússia Bielorusso\nÁustria Austríaco Brasil Brasileiro\nÁustria Austríaco Bulgária Búlgaro\nÁustria Austríaco Cambodja Cambojano\nÁustria Austríaco Chile Chileno\nÁustria Austríaco China Chinês\nÁustria Austríaco Colombia Colombiano\nÁustria Austríaco Croácia Croata\nÁustria Austríaco Dinamarca Dinamarquês\nÁustria Austríaco Egito Egípcio\nÁustria Austríaco Inglaterra Inglês\nÁustria Austríaco França Frânces\nÁustria Austríaco Alemanha Alemão\nÁustria Austríaco Grécia Grego\nÁustria Austríaco Islândia Islandês\nÁustria Austríaco Índia Indiano\nÁustria Austríaco Irlanda Irlândes\nÁustria Austríaco Israel Israelita\nÁustria Austríaco Itália Italiano\nÁustria Austríaco Japão Japonês\nÁustria Austríaco Coreia Coreano\nÁustria Austríaco Macedónia Macedónio\nÁustria Austríaco Malta Maltês\nÁustria Austríaco México Mexicano\nÁustria Austríaco Moldávia Moldávio\nÁustria Austríaco Holanda Holandês\nÁustria Austríaco Noruega Norueguês\nÁustria Austríaco Peru Peruano\nÁustria Austríaco Polónia Polaco\nÁustria Austríaco Portugal Português\nÁustria Austríaco Rússia Russo\nÁustria Austríaco Eslováquia Eslovaco\nÁustria Austríaco Espanha Espanhol\nÁustria Austríaco Suécia Sueco\nÁustria Austríaco Suíça Suiço\nÁustria Austríaco Tailândia Tailandês\nÁustria Austríaco Ucrânia Ucraniano\nÁustria Austríaco Albânia Albanês\nÁustria Austríaco Argentina Argentino\nBielorrússia Bielorusso Brasil Brasileiro\nBielorrússia Bielorusso Bulgária Búlgaro\nBielorrússia Bielorusso Cambodja Cambojano\nBielorrússia Bielorusso Chile Chileno\nBielorrússia Bielorusso China Chinês\nBielorrússia Bielorusso Colombia Colombiano\nBielorrússia Bielorusso Croácia Croata\nBielorrússia Bielorusso Dinamarca Dinamarquês\nBielorrússia Bielorusso Egito Egípcio\nBielorrússia Bielorusso Inglaterra Inglês\nBielorrússia Bielorusso França Frânces\nBielorrússia Bielorusso Alemanha Alemão\nBielorrússia Bielorusso Grécia Grego\nBielorrússia Bielorusso Islândia Islandês\nBielorrússia Bielorusso Índia Indiano\nBielorrússia Bielorusso Irlanda Irlândes\nBielorrússia Bielorusso Israel Israelita\nBielorrússia Bielorusso Itália Italiano\nBielorrússia Bielorusso Japão Japonês\nBielorrússia Bielorusso Coreia Coreano\nBielorrússia Bielorusso Macedónia Macedónio\nBielorrússia Bielorusso Malta Maltês\nBielorrússia Bielorusso México Mexicano\nBielorrússia Bielorusso Moldávia Moldávio\nBielorrússia Bielorusso Holanda Holandês\nBielorrússia Bielorusso Noruega Norueguês\nBielorrússia Bielorusso Peru Peruano\nBielorrússia Bielorusso Polónia Polaco\nBielorrússia Bielorusso Portugal Português\nBielorrússia Bielorusso Rússia Russo\nBielorrússia Bielorusso Eslováquia Eslovaco\nBielorrússia Bielorusso Espanha Espanhol\nBielorrússia Bielorusso Suécia Sueco\nBielorrússia Bielorusso Suíça Suiço\nBielorrússia Bielorusso Tailândia Tailandês\nBielorrússia Bielorusso Ucrânia Ucraniano\nBielorrússia Bielorusso Albânia Albanês\nBielorrússia Bielorusso Argentina Argentino\nBielorrússia Bielorusso Austrália Australiano\nBrasil Brasileiro Bulgária Búlgaro\nBrasil Brasileiro Cambodja Cambojano\nBrasil Brasileiro Chile Chileno\nBrasil Brasileiro China Chinês\nBrasil Brasileiro Colombia Colombiano\nBrasil Brasileiro Croácia Croata\nBrasil Brasileiro Dinamarca Dinamarquês\nBrasil Brasileiro Egito Egípcio\nBrasil Brasileiro Inglaterra Inglês\nBrasil Brasileiro França Frânces\nBrasil Brasileiro Alemanha Alemão\nBrasil Brasileiro Grécia Grego\nBrasil Brasileiro Islândia Islandês\nBrasil Brasileiro Índia Indiano\nBrasil Brasileiro Irlanda Irlândes\nBrasil Brasileiro Israel Israelita\nBrasil Brasileiro Itália Italiano\nBrasil Brasileiro Japão Japonês\nBrasil Brasileiro Coreia Coreano\nBrasil Brasileiro Macedónia Macedónio\nBrasil Brasileiro Malta Maltês\nBrasil Brasileiro México Mexicano\nBrasil Brasileiro Moldávia Moldávio\nBrasil Brasileiro Holanda Holandês\nBrasil Brasileiro Noruega Norueguês\nBrasil Brasileiro Peru Peruano\nBrasil Brasileiro Polónia Polaco\nBrasil Brasileiro Portugal Português\nBrasil Brasileiro Rússia Russo\nBrasil Brasileiro Eslováquia Eslovaco\nBrasil Brasileiro Espanha Espanhol\nBrasil Brasileiro Suécia Sueco\nBrasil Brasileiro Suíça Suiço\nBrasil Brasileiro Tailândia Tailandês\nBrasil Brasileiro Ucrânia Ucraniano\nBrasil Brasileiro Albânia Albanês\nBrasil Brasileiro Argentina Argentino\nBrasil Brasileiro Austrália Australiano\nBrasil Brasileiro Áustria Austríaco\nBulgária Búlgaro Cambodja Cambojano\nBulgária Búlgaro Chile Chileno\nBulgária Búlgaro China Chinês\nBulgária Búlgaro Colombia Colombiano\nBulgária Búlgaro Croácia Croata\nBulgária Búlgaro Dinamarca Dinamarquês\nBulgária Búlgaro Egito Egípcio\nBulgária Búlgaro Inglaterra Inglês\nBulgária Búlgaro França Frânces\nBulgária Búlgaro Alemanha Alemão\nBulgária Búlgaro Grécia Grego\nBulgária Búlgaro Islândia Islandês\nBulgária Búlgaro Índia Indiano\nBulgária Búlgaro Irlanda Irlândes\nBulgária Búlgaro Israel Israelita\nBulgária Búlgaro Itália Italiano\nBulgária Búlgaro Japão Japonês\nBulgária Búlgaro Coreia Coreano\nBulgária Búlgaro Macedónia Macedónio\nBulgária Búlgaro Malta Maltês\nBulgária Búlgaro México Mexicano\nBulgária Búlgaro Moldávia Moldávio\nBulgária Búlgaro Holanda Holandês\nBulgária Búlgaro Noruega Norueguês\nBulgária Búlgaro Peru Peruano\nBulgária Búlgaro Polónia Polaco\nBulgária Búlgaro Portugal Português\nBulgária Búlgaro Rússia Russo\nBulgária Búlgaro Eslováquia Eslovaco\nBulgária Búlgaro Espanha Espanhol\nBulgária Búlgaro Suécia Sueco\nBulgária Búlgaro Suíça Suiço\nBulgária Búlgaro Tailândia Tailandês\nBulgária Búlgaro Ucrânia Ucraniano\nBulgária Búlgaro Albânia Albanês\nBulgária Búlgaro Argentina Argentino\nBulgária Búlgaro Austrália Australiano\nBulgária Búlgaro Áustria Austríaco\nBulgária Búlgaro Bielorrússia Bielorusso\nCambodja Cambojano Chile Chileno\nCambodja Cambojano China Chinês\nCambodja Cambojano Colombia Colombiano\nCambodja Cambojano Croácia Croata\nCambodja Cambojano Dinamarca Dinamarquês\nCambodja Cambojano Egito Egípcio\nCambodja Cambojano Inglaterra Inglês\nCambodja Cambojano França Frânces\nCambodja Cambojano Alemanha Alemão\nCambodja Cambojano Grécia Grego\nCambodja Cambojano Islândia Islandês\nCambodja Cambojano Índia Indiano\nCambodja Cambojano Irlanda Irlândes\nCambodja Cambojano Israel Israelita\nCambodja Cambojano Itália Italiano\nCambodja Cambojano Japão Japonês\nCambodja Cambojano Coreia Coreano\nCambodja Cambojano Macedónia Macedónio\nCambodja Cambojano Malta Maltês\nCambodja Cambojano México Mexicano\nCambodja Cambojano Moldávia Moldávio\nCambodja Cambojano Holanda Holandês\nCambodja Cambojano Noruega Norueguês\nCambodja Cambojano Peru Peruano\nCambodja Cambojano Polónia Polaco\nCambodja Cambojano Portugal Português\nCambodja Cambojano Rússia Russo\nCambodja Cambojano Eslováquia Eslovaco\nCambodja Cambojano Espanha Espanhol\nCambodja Cambojano Suécia Sueco\nCambodja Cambojano Suíça Suiço\nCambodja Cambojano Tailândia Tailandês\nCambodja Cambojano Ucrânia Ucraniano\nCambodja Cambojano Albânia Albanês\nCambodja Cambojano Argentina Argentino\nCambodja Cambojano Austrália Australiano\nCambodja Cambojano Áustria Austríaco\nCambodja Cambojano Bielorrússia Bielorusso\nCambodja Cambojano Brasil Brasileiro\nChile Chileno China Chinês\nChile Chileno Colombia Colombiano\nChile Chileno Croácia Croata\nChile Chileno Dinamarca Dinamarquês\nChile Chileno Egito Egípcio\nChile Chileno Inglaterra Inglês\nChile Chileno França Frânces\nChile Chileno Alemanha Alemão\nChile Chileno Grécia Grego\nChile Chileno Islândia Islandês\nChile Chileno Índia Indiano\nChile Chileno Irlanda Irlândes\nChile Chileno Israel Israelita\nChile Chileno Itália Italiano\nChile Chileno Japão Japonês\nChile Chileno Coreia Coreano\nChile Chileno Macedónia Macedónio\nChile Chileno Malta Maltês\nChile Chileno México Mexicano\nChile Chileno Moldávia Moldávio\nChile Chileno Holanda Holandês\nChile Chileno Noruega Norueguês\nChile Chileno Peru Peruano\nChile Chileno Polónia Polaco\nChile Chileno Portugal Português\nChile Chileno Rússia Russo\nChile Chileno Eslováquia Eslovaco\nChile Chileno Espanha Espanhol\nChile Chileno Suécia Sueco\nChile Chileno Suíça Suiço\nChile Chileno Tailândia Tailandês\nChile Chileno Ucrânia Ucraniano\nChile Chileno Albânia Albanês\nChile Chileno Argentina Argentino\nChile Chileno Austrália Australiano\nChile Chileno Áustria Austríaco\nChile Chileno Bielorrússia Bielorusso\nChile Chileno Brasil Brasileiro\nChile Chileno Bulgária Búlgaro\nChina Chinês Colombia Colombiano\nChina Chinês Croácia Croata\nChina Chinês Dinamarca Dinamarquês\nChina Chinês Egito Egípcio\nChina Chinês Inglaterra Inglês\nChina Chinês França Frânces\nChina Chinês Alemanha Alemão\nChina Chinês Grécia Grego\nChina Chinês Islândia Islandês\nChina Chinês Índia Indiano\nChina Chinês Irlanda Irlândes\nChina Chinês Israel Israelita\nChina Chinês Itália Italiano\nChina Chinês Japão Japonês\nChina Chinês Coreia Coreano\nChina Chinês Macedónia Macedónio\nChina Chinês Malta Maltês\nChina Chinês México Mexicano\nChina Chinês Moldávia Moldávio\nChina Chinês Holanda Holandês\nChina Chinês Noruega Norueguês\nChina Chinês Peru Peruano\nChina Chinês Polónia Polaco\nChina Chinês Portugal Português\nChina Chinês Rússia Russo\nChina Chinês Eslováquia Eslovaco\nChina Chinês Espanha Espanhol\nChina Chinês Suécia Sueco\nChina Chinês Suíça Suiço\nChina Chinês Tailândia Tailandês\nChina Chinês Ucrânia Ucraniano\nChina Chinês Albânia Albanês\nChina Chinês Argentina Argentino\nChina Chinês Austrália Australiano\nChina Chinês Áustria Austríaco\nChina Chinês Bielorrússia Bielorusso\nChina Chinês Brasil Brasileiro\nChina Chinês Bulgária Búlgaro\nChina Chinês Cambodja Cambojano\nColombia Colombiano Croácia Croata\nColombia Colombiano Dinamarca Dinamarquês\nColombia Colombiano Egito Egípcio\nColombia Colombiano Inglaterra Inglês\nColombia Colombiano França Frânces\nColombia Colombiano Alemanha Alemão\nColombia Colombiano Grécia Grego\nColombia Colombiano Islândia Islandês\nColombia Colombiano Índia Indiano\nColombia Colombiano Irlanda Irlândes\nColombia Colombiano Israel Israelita\nColombia Colombiano Itália Italiano\nColombia Colombiano Japão Japonês\nColombia Colombiano Coreia Coreano\nColombia Colombiano Macedónia Macedónio\nColombia Colombiano Malta Maltês\nColombia Colombiano México Mexicano\nColombia Colombiano Moldávia Moldávio\nColombia Colombiano Holanda Holandês\nColombia Colombiano Noruega Norueguês\nColombia Colombiano Peru Peruano\nColombia Colombiano Polónia Polaco\nColombia Colombiano Portugal Português\nColombia Colombiano Rússia Russo\nColombia Colombiano Eslováquia Eslovaco\nColombia Colombiano Espanha Espanhol\nColombia Colombiano Suécia Sueco\nColombia Colombiano Suíça Suiço\nColombia Colombiano Tailândia Tailandês\nColombia Colombiano Ucrânia Ucraniano\nColombia Colombiano Albânia Albanês\nColombia Colombiano Argentina Argentino\nColombia Colombiano Austrália Australiano\nColombia Colombiano Áustria Austríaco\nColombia Colombiano Bielorrússia Bielorusso\nColombia Colombiano Brasil Brasileiro\nColombia Colombiano Bulgária Búlgaro\nColombia Colombiano Cambodja Cambojano\nColombia Colombiano Chile Chileno\nCroácia Croata Dinamarca Dinamarquês\nCroácia Croata Egito Egípcio\nCroácia Croata Inglaterra Inglês\nCroácia Croata França Frânces\nCroácia Croata Alemanha Alemão\nCroácia Croata Grécia Grego\nCroácia Croata Islândia Islandês\nCroácia Croata Índia Indiano\nCroácia Croata Irlanda Irlândes\nCroácia Croata Israel Israelita\nCroácia Croata Itália Italiano\nCroácia Croata Japão Japonês\nCroácia Croata Coreia Coreano\nCroácia Croata Macedónia Macedónio\nCroácia Croata Malta Maltês\nCroácia Croata México Mexicano\nCroácia Croata Moldávia Moldávio\nCroácia Croata Holanda Holandês\nCroácia Croata Noruega Norueguês\nCroácia Croata Peru Peruano\nCroácia Croata Polónia Polaco\nCroácia Croata Portugal Português\nCroácia Croata Rússia Russo\nCroácia Croata Eslováquia Eslovaco\nCroácia Croata Espanha Espanhol\nCroácia Croata Suécia Sueco\nCroácia Croata Suíça Suiço\nCroácia Croata Tailândia Tailandês\nCroácia Croata Ucrânia Ucraniano\nCroácia Croata Albânia Albanês\nCroácia Croata Argentina Argentino\nCroácia Croata Austrália Australiano\nCroácia Croata Áustria Austríaco\nCroácia Croata Bielorrússia Bielorusso\nCroácia Croata Brasil Brasileiro\nCroácia Croata Bulgária Búlgaro\nCroácia Croata Cambodja Cambojano\nCroácia Croata Chile Chileno\nCroácia Croata China Chinês\nDinamarca Dinamarquês Egito Egípcio\nDinamarca Dinamarquês Inglaterra Inglês\nDinamarca Dinamarquês França Frânces\nDinamarca Dinamarquês Alemanha Alemão\nDinamarca Dinamarquês Grécia Grego\nDinamarca Dinamarquês Islândia Islandês\nDinamarca Dinamarquês Índia Indiano\nDinamarca Dinamarquês Irlanda Irlândes\nDinamarca Dinamarquês Israel Israelita\nDinamarca Dinamarquês Itália Italiano\nDinamarca Dinamarquês Japão Japonês\nDinamarca Dinamarquês Coreia Coreano\nDinamarca Dinamarquês Macedónia Macedónio\nDinamarca Dinamarquês Malta Maltês\nDinamarca Dinamarquês México Mexicano\nDinamarca Dinamarquês Moldávia Moldávio\nDinamarca Dinamarquês Holanda Holandês\nDinamarca Dinamarquês Noruega Norueguês\nDinamarca Dinamarquês Peru Peruano\nDinamarca Dinamarquês Polónia Polaco\nDinamarca Dinamarquês Portugal Português\nDinamarca Dinamarquês Rússia Russo\nDinamarca Dinamarquês Eslováquia Eslovaco\nDinamarca Dinamarquês Espanha Espanhol\nDinamarca Dinamarquês Suécia Sueco\nDinamarca Dinamarquês Suíça Suiço\nDinamarca Dinamarquês Tailândia Tailandês\nDinamarca Dinamarquês Ucrânia Ucraniano\nDinamarca Dinamarquês Albânia Albanês\nDinamarca Dinamarquês Argentina Argentino\nDinamarca Dinamarquês Austrália Australiano\nDinamarca Dinamarquês Áustria Austríaco\nDinamarca Dinamarquês Bielorrússia Bielorusso\nDinamarca Dinamarquês Brasil Brasileiro\nDinamarca Dinamarquês Bulgária Búlgaro\nDinamarca Dinamarquês Cambodja Cambojano\nDinamarca Dinamarquês Chile Chileno\nDinamarca Dinamarquês China Chinês\nDinamarca Dinamarquês Colombia Colombiano\nEgito Egípcio Inglaterra Inglês\nEgito Egípcio França Frânces\nEgito Egípcio Alemanha Alemão\nEgito Egípcio Grécia Grego\nEgito Egípcio Islândia Islandês\nEgito Egípcio Índia Indiano\nEgito Egípcio Irlanda Irlândes\nEgito Egípcio Israel Israelita\nEgito Egípcio Itália Italiano\nEgito Egípcio Japão Japonês\nEgito Egípcio Coreia Coreano\nEgito Egípcio Macedónia Macedónio\nEgito Egípcio Malta Maltês\nEgito Egípcio México Mexicano\nEgito Egípcio Moldávia Moldávio\nEgito Egípcio Holanda Holandês\nEgito Egípcio Noruega Norueguês\nEgito Egípcio Peru Peruano\nEgito Egípcio Polónia Polaco\nEgito Egípcio Portugal Português\nEgito Egípcio Rússia Russo\nEgito Egípcio Eslováquia Eslovaco\nEgito Egípcio Espanha Espanhol\nEgito Egípcio Suécia Sueco\nEgito Egípcio Suíça Suiço\nEgito Egípcio Tailândia Tailandês\nEgito Egípcio Ucrânia Ucraniano\nEgito Egípcio Albânia Albanês\nEgito Egípcio Argentina Argentino\nEgito Egípcio Austrália Australiano\nEgito Egípcio Áustria Austríaco\nEgito Egípcio Bielorrússia Bielorusso\nEgito Egípcio Brasil Brasileiro\nEgito Egípcio Bulgária Búlgaro\nEgito Egípcio Cambodja Cambojano\nEgito Egípcio Chile Chileno\nEgito Egípcio China Chinês\nEgito Egípcio Colombia Colombiano\nEgito Egípcio Croácia Croata\nInglaterra Inglês França Frânces\nInglaterra Inglês Alemanha Alemão\nInglaterra Inglês Grécia Grego\nInglaterra Inglês Islândia Islandês\nInglaterra Inglês Índia Indiano\nInglaterra Inglês Irlanda Irlândes\nInglaterra Inglês Israel Israelita\nInglaterra Inglês Itália Italiano\nInglaterra Inglês Japão Japonês\nInglaterra Inglês Coreia Coreano\nInglaterra Inglês Macedónia Macedónio\nInglaterra Inglês Malta Maltês\nInglaterra Inglês México Mexicano\nInglaterra Inglês Moldávia Moldávio\nInglaterra Inglês Holanda Holandês\nInglaterra Inglês Noruega Norueguês\nInglaterra Inglês Peru Peruano\nInglaterra Inglês Polónia Polaco\nInglaterra Inglês Portugal Português\nInglaterra Inglês Rússia Russo\nInglaterra Inglês Eslováquia Eslovaco\nInglaterra Inglês Espanha Espanhol\nInglaterra Inglês Suécia Sueco\nInglaterra Inglês Suíça Suiço\nInglaterra Inglês Tailândia Tailandês\nInglaterra Inglês Ucrânia Ucraniano\nInglaterra Inglês Albânia Albanês\nInglaterra Inglês Argentina Argentino\nInglaterra Inglês Austrália Australiano\nInglaterra Inglês Áustria Austríaco\nInglaterra Inglês Bielorrússia Bielorusso\nInglaterra Inglês Brasil Brasileiro\nInglaterra Inglês Bulgária Búlgaro\nInglaterra Inglês Cambodja Cambojano\nInglaterra Inglês Chile Chileno\nInglaterra Inglês China Chinês\nInglaterra Inglês Colombia Colombiano\nInglaterra Inglês Croácia Croata\nInglaterra Inglês Dinamarca Dinamarquês\nFrança Frânces Alemanha Alemão\nFrança Frânces Grécia Grego\nFrança Frânces Islândia Islandês\nFrança Frânces Índia Indiano\nFrança Frânces Irlanda Irlândes\nFrança Frânces Israel Israelita\nFrança Frânces Itália Italiano\nFrança Frânces Japão Japonês\nFrança Frânces Coreia Coreano\nFrança Frânces Macedónia Macedónio\nFrança Frânces Malta Maltês\nFrança Frânces México Mexicano\nFrança Frânces Moldávia Moldávio\nFrança Frânces Holanda Holandês\nFrança Frânces Noruega Norueguês\nFrança Frânces Peru Peruano\nFrança Frânces Polónia Polaco\nFrança Frânces Portugal Português\nFrança Frânces Rússia Russo\nFrança Frânces Eslováquia Eslovaco\nFrança Frânces Espanha Espanhol\nFrança Frânces Suécia Sueco\nFrança Frânces Suíça Suiço\nFrança Frânces Tailândia Tailandês\nFrança Frânces Ucrânia Ucraniano\nFrança Frânces Albânia Albanês\nFrança Frânces Argentina Argentino\nFrança Frânces Austrália Australiano\nFrança Frânces Áustria Austríaco\nFrança Frânces Bielorrússia Bielorusso\nFrança Frânces Brasil Brasileiro\nFrança Frânces Bulgária Búlgaro\nFrança Frânces Cambodja Cambojano\nFrança Frânces Chile Chileno\nFrança Frânces China Chinês\nFrança Frânces Colombia Colombiano\nFrança Frânces Croácia Croata\nFrança Frânces Dinamarca Dinamarquês\nFrança Frânces Egito Egípcio\nAlemanha Alemão Grécia Grego\nAlemanha Alemão Islândia Islandês\nAlemanha Alemão Índia Indiano\nAlemanha Alemão Irlanda Irlândes\nAlemanha Alemão Israel Israelita\nAlemanha Alemão Itália Italiano\nAlemanha Alemão Japão Japonês\nAlemanha Alemão Coreia Coreano\nAlemanha Alemão Macedónia Macedónio\nAlemanha Alemão Malta Maltês\nAlemanha Alemão México Mexicano\nAlemanha Alemão Moldávia Moldávio\nAlemanha Alemão Holanda Holandês\nAlemanha Alemão Noruega Norueguês\nAlemanha Alemão Peru Peruano\nAlemanha Alemão Polónia Polaco\nAlemanha Alemão Portugal Português\nAlemanha Alemão Rússia Russo\nAlemanha Alemão Eslováquia Eslovaco\nAlemanha Alemão Espanha Espanhol\nAlemanha Alemão Suécia Sueco\nAlemanha Alemão Suíça Suiço\nAlemanha Alemão Tailândia Tailandês\nAlemanha Alemão Ucrânia Ucraniano\nAlemanha Alemão Albânia Albanês\nAlemanha Alemão Argentina Argentino\nAlemanha Alemão Austrália Australiano\nAlemanha Alemão Áustria Austríaco\nAlemanha Alemão Bielorrússia Bielorusso\nAlemanha Alemão Brasil Brasileiro\nAlemanha Alemão Bulgária Búlgaro\nAlemanha Alemão Cambodja Cambojano\nAlemanha Alemão Chile Chileno\nAlemanha Alemão China Chinês\nAlemanha Alemão Colombia Colombiano\nAlemanha Alemão Croácia Croata\nAlemanha Alemão Dinamarca Dinamarquês\nAlemanha Alemão Egito Egípcio\nAlemanha Alemão Inglaterra Inglês\nGrécia Grego Islândia Islandês\nGrécia Grego Índia Indiano\nGrécia Grego Irlanda Irlândes\nGrécia Grego Israel Israelita\nGrécia Grego Itália Italiano\nGrécia Grego Japão Japonês\nGrécia Grego Coreia Coreano\nGrécia Grego Macedónia Macedónio\nGrécia Grego Malta Maltês\nGrécia Grego México Mexicano\nGrécia Grego Moldávia Moldávio\nGrécia Grego Holanda Holandês\nGrécia Grego Noruega Norueguês\nGrécia Grego Peru Peruano\nGrécia Grego Polónia Polaco\nGrécia Grego Portugal Português\nGrécia Grego Rússia Russo\nGrécia Grego Eslováquia Eslovaco\nGrécia Grego Espanha Espanhol\nGrécia Grego Suécia Sueco\nGrécia Grego Suíça Suiço\nGrécia Grego Tailândia Tailandês\nGrécia Grego Ucrânia Ucraniano\nGrécia Grego Albânia Albanês\nGrécia Grego Argentina Argentino\nGrécia Grego Austrália Australiano\nGrécia Grego Áustria Austríaco\nGrécia Grego Bielorrússia Bielorusso\nGrécia Grego Brasil Brasileiro\nGrécia Grego Bulgária Búlgaro\nGrécia Grego Cambodja Cambojano\nGrécia Grego Chile Chileno\nGrécia Grego China Chinês\nGrécia Grego Colombia Colombiano\nGrécia Grego Croácia Croata\nGrécia Grego Dinamarca Dinamarquês\nGrécia Grego Egito Egípcio\nGrécia Grego Inglaterra Inglês\nGrécia Grego França Frânces\nIslândia Islandês Índia Indiano\nIslândia Islandês Irlanda Irlândes\nIslândia Islandês Israel Israelita\nIslândia Islandês Itália Italiano\nIslândia Islandês Japão Japonês\nIslândia Islandês Coreia Coreano\nIslândia Islandês Macedónia Macedónio\nIslândia Islandês Malta Maltês\nIslândia Islandês México Mexicano\nIslândia Islandês Moldávia Moldávio\nIslândia Islandês Holanda Holandês\nIslândia Islandês Noruega Norueguês\nIslândia Islandês Peru Peruano\nIslândia Islandês Polónia Polaco\nIslândia Islandês Portugal Português\nIslândia Islandês Rússia Russo\nIslândia Islandês Eslováquia Eslovaco\nIslândia Islandês Espanha Espanhol\nIslândia Islandês Suécia Sueco\nIslândia Islandês Suíça Suiço\nIslândia Islandês Tailândia Tailandês\nIslândia Islandês Ucrânia Ucraniano\nIslândia Islandês Albânia Albanês\nIslândia Islandês Argentina Argentino\nIslândia Islandês Austrália Australiano\nIslândia Islandês Áustria Austríaco\nIslândia Islandês Bielorrússia Bielorusso\nIslândia Islandês Brasil Brasileiro\nIslândia Islandês Bulgária Búlgaro\nIslândia Islandês Cambodja Cambojano\nIslândia Islandês Chile Chileno\nIslândia Islandês China Chinês\nIslândia Islandês Colombia Colombiano\nIslândia Islandês Croácia Croata\nIslândia Islandês Dinamarca Dinamarquês\nIslândia Islandês Egito Egípcio\nIslândia Islandês Inglaterra Inglês\nIslândia Islandês França Frânces\nIslândia Islandês Alemanha Alemão\nÍndia Indiano Irlanda Irlândes\nÍndia Indiano Israel Israelita\nÍndia Indiano Itália Italiano\nÍndia Indiano Japão Japonês\nÍndia Indiano Coreia Coreano\nÍndia Indiano Macedónia Macedónio\nÍndia Indiano Malta Maltês\nÍndia Indiano México Mexicano\nÍndia Indiano Moldávia Moldávio\nÍndia Indiano Holanda Holandês\nÍndia Indiano Noruega Norueguês\nÍndia Indiano Peru Peruano\nÍndia Indiano Polónia Polaco\nÍndia Indiano Portugal Português\nÍndia Indiano Rússia Russo\nÍndia Indiano Eslováquia Eslovaco\nÍndia Indiano Espanha Espanhol\nÍndia Indiano Suécia Sueco\nÍndia Indiano Suíça Suiço\nÍndia Indiano Tailândia Tailandês\nÍndia Indiano Ucrânia Ucraniano\nÍndia Indiano Albânia Albanês\nÍndia Indiano Argentina Argentino\nÍndia Indiano Austrália Australiano\nÍndia Indiano Áustria Austríaco\nÍndia Indiano Bielorrússia Bielorusso\nÍndia Indiano Brasil Brasileiro\nÍndia Indiano Bulgária Búlgaro\nÍndia Indiano Cambodja Cambojano\nÍndia Indiano Chile Chileno\nÍndia Indiano China Chinês\nÍndia Indiano Colombia Colombiano\nÍndia Indiano Croácia Croata\nÍndia Indiano Dinamarca Dinamarquês\nÍndia Indiano Egito Egípcio\nÍndia Indiano Inglaterra Inglês\nÍndia Indiano França Frânces\nÍndia Indiano Alemanha Alemão\nÍndia Indiano Grécia Grego\nIrlanda Irlândes Israel Israelita\nIrlanda Irlândes Itália Italiano\nIrlanda Irlândes Japão Japonês\nIrlanda Irlândes Coreia Coreano\nIrlanda Irlândes Macedónia Macedónio\nIrlanda Irlândes Malta Maltês\nIrlanda Irlândes México Mexicano\nIrlanda Irlândes Moldávia Moldávio\nIrlanda Irlândes Holanda Holandês\nIrlanda Irlândes Noruega Norueguês\nIrlanda Irlândes Peru Peruano\nIrlanda Irlândes Polónia Polaco\nIrlanda Irlândes Portugal Português\nIrlanda Irlândes Rússia Russo\nIrlanda Irlândes Eslováquia Eslovaco\nIrlanda Irlândes Espanha Espanhol\nIrlanda Irlândes Suécia Sueco\nIrlanda Irlândes Suíça Suiço\nIrlanda Irlândes Tailândia Tailandês\nIrlanda Irlândes Ucrânia Ucraniano\nIrlanda Irlândes Albânia Albanês\nIrlanda Irlândes Argentina Argentino\nIrlanda Irlândes Austrália Australiano\nIrlanda Irlândes Áustria Austríaco\nIrlanda Irlândes Bielorrússia Bielorusso\nIrlanda Irlândes Brasil Brasileiro\nIrlanda Irlândes Bulgária Búlgaro\nIrlanda Irlândes Cambodja Cambojano\nIrlanda Irlândes Chile Chileno\nIrlanda Irlândes China Chinês\nIrlanda Irlândes Colombia Colombiano\nIrlanda Irlândes Croácia Croata\nIrlanda Irlândes Dinamarca Dinamarquês\nIrlanda Irlândes Egito Egípcio\nIrlanda Irlândes Inglaterra Inglês\nIrlanda Irlândes França Frânces\nIrlanda Irlândes Alemanha Alemão\nIrlanda Irlândes Grécia Grego\nIrlanda Irlândes Islândia Islandês\nIsrael Israelita Itália Italiano\nIsrael Israelita Japão Japonês\nIsrael Israelita Coreia Coreano\nIsrael Israelita Macedónia Macedónio\nIsrael Israelita Malta Maltês\nIsrael Israelita México Mexicano\nIsrael Israelita Moldávia Moldávio\nIsrael Israelita Holanda Holandês\nIsrael Israelita Noruega Norueguês\nIsrael Israelita Peru Peruano\nIsrael Israelita Polónia Polaco\nIsrael Israelita Portugal Português\nIsrael Israelita Rússia Russo\nIsrael Israelita Eslováquia Eslovaco\nIsrael Israelita Espanha Espanhol\nIsrael Israelita Suécia Sueco\nIsrael Israelita Suíça Suiço\nIsrael Israelita Tailândia Tailandês\nIsrael Israelita Ucrânia Ucraniano\nIsrael Israelita Albânia Albanês\nIsrael Israelita Argentina Argentino\nIsrael Israelita Austrália Australiano\nIsrael Israelita Áustria Austríaco\nIsrael Israelita Bielorrússia Bielorusso\nIsrael Israelita Brasil Brasileiro\nIsrael Israelita Bulgária Búlgaro\nIsrael Israelita Cambodja Cambojano\nIsrael Israelita Chile Chileno\nIsrael Israelita China Chinês\nIsrael Israelita Colombia Colombiano\nIsrael Israelita Croácia Croata\nIsrael Israelita Dinamarca Dinamarquês\nIsrael Israelita Egito Egípcio\nIsrael Israelita Inglaterra Inglês\nIsrael Israelita França Frânces\nIsrael Israelita Alemanha Alemão\nIsrael Israelita Grécia Grego\nIsrael Israelita Islândia Islandês\nIsrael Israelita Índia Indiano\nItália Italiano Japão Japonês\nItália Italiano Coreia Coreano\nItália Italiano Macedónia Macedónio\nItália Italiano Malta Maltês\nItália Italiano México Mexicano\nItália Italiano Moldávia Moldávio\nItália Italiano Holanda Holandês\nItália Italiano Noruega Norueguês\nItália Italiano Peru Peruano\nItália Italiano Polónia Polaco\nItália Italiano Portugal Português\nItália Italiano Rússia Russo\nItália Italiano Eslováquia Eslovaco\nItália Italiano Espanha Espanhol\nItália Italiano Suécia Sueco\nItália Italiano Suíça Suiço\nItália Italiano Tailândia Tailandês\nItália Italiano Ucrânia Ucraniano\nItália Italiano Albânia Albanês\nItália Italiano Argentina Argentino\nItália Italiano Austrália Australiano\nItália Italiano Áustria Austríaco\nItália Italiano Bielorrússia Bielorusso\nItália Italiano Brasil Brasileiro\nItália Italiano Bulgária Búlgaro\nItália Italiano Cambodja Cambojano\nItália Italiano Chile Chileno\nItália Italiano China Chinês\nItália Italiano Colombia Colombiano\nItália Italiano Croácia Croata\nItália Italiano Dinamarca Dinamarquês\nItália Italiano Egito Egípcio\nItália Italiano Inglaterra Inglês\nItália Italiano França Frânces\nItália Italiano Alemanha Alemão\nItália Italiano Grécia Grego\nItália Italiano Islândia Islandês\nItália Italiano Índia Indiano\nItália Italiano Irlanda Irlândes\nJapão Japonês Coreia Coreano\nJapão Japonês Macedónia Macedónio\nJapão Japonês Malta Maltês\nJapão Japonês México Mexicano\nJapão Japonês Moldávia Moldávio\nJapão Japonês Holanda Holandês\nJapão Japonês Noruega Norueguês\nJapão Japonês Peru Peruano\nJapão Japonês Polónia Polaco\nJapão Japonês Portugal Português\nJapão Japonês Rússia Russo\nJapão Japonês Eslováquia Eslovaco\nJapão Japonês Espanha Espanhol\nJapão Japonês Suécia Sueco\nJapão Japonês Suíça Suiço\nJapão Japonês Tailândia Tailandês\nJapão Japonês Ucrânia Ucraniano\nJapão Japonês Albânia Albanês\nJapão Japonês Argentina Argentino\nJapão Japonês Austrália Australiano\nJapão Japonês Áustria Austríaco\nJapão Japonês Bielorrússia Bielorusso\nJapão Japonês Brasil Brasileiro\nJapão Japonês Bulgária Búlgaro\nJapão Japonês Cambodja Cambojano\nJapão Japonês Chile Chileno\nJapão Japonês China Chinês\nJapão Japonês Colombia Colombiano\nJapão Japonês Croácia Croata\nJapão Japonês Dinamarca Dinamarquês\nJapão Japonês Egito Egípcio\nJapão Japonês Inglaterra Inglês\nJapão Japonês França Frânces\nJapão Japonês Alemanha Alemão\nJapão Japonês Grécia Grego\nJapão Japonês Islândia Islandês\nJapão Japonês Índia Indiano\nJapão Japonês Irlanda Irlândes\nJapão Japonês Israel Israelita\nCoreia Coreano Macedónia Macedónio\nCoreia Coreano Malta Maltês\nCoreia Coreano México Mexicano\nCoreia Coreano Moldávia Moldávio\nCoreia Coreano Holanda Holandês\nCoreia Coreano Noruega Norueguês\nCoreia Coreano Peru Peruano\nCoreia Coreano Polónia Polaco\nCoreia Coreano Portugal Português\nCoreia Coreano Rússia Russo\nCoreia Coreano Eslováquia Eslovaco\nCoreia Coreano Espanha Espanhol\nCoreia Coreano Suécia Sueco\nCoreia Coreano Suíça Suiço\nCoreia Coreano Tailândia Tailandês\nCoreia Coreano Ucrânia Ucraniano\nCoreia Coreano Albânia Albanês\nCoreia Coreano Argentina Argentino\nCoreia Coreano Austrália Australiano\nCoreia Coreano Áustria Austríaco\nCoreia Coreano Bielorrússia Bielorusso\nCoreia Coreano Brasil Brasileiro\nCoreia Coreano Bulgária Búlgaro\nCoreia Coreano Cambodja Cambojano\nCoreia Coreano Chile Chileno\nCoreia Coreano China Chinês\nCoreia Coreano Colombia Colombiano\nCoreia Coreano Croácia Croata\nCoreia Coreano Dinamarca Dinamarquês\nCoreia Coreano Egito Egípcio\nCoreia Coreano Inglaterra Inglês\nCoreia Coreano França Frânces\nCoreia Coreano Alemanha Alemão\nCoreia Coreano Grécia Grego\nCoreia Coreano Islândia Islandês\nCoreia Coreano Índia Indiano\nCoreia Coreano Irlanda Irlândes\nCoreia Coreano Israel Israelita\nCoreia Coreano Itália Italiano\nMacedónia Macedónio Malta Maltês\nMacedónia Macedónio México Mexicano\nMacedónia Macedónio Moldávia Moldávio\nMacedónia Macedónio Holanda Holandês\nMacedónia Macedónio Noruega Norueguês\nMacedónia Macedónio Peru Peruano\nMacedónia Macedónio Polónia Polaco\nMacedónia Macedónio Portugal Português\nMacedónia Macedónio Rússia Russo\nMacedónia Macedónio Eslováquia Eslovaco\nMacedónia Macedónio Espanha Espanhol\nMacedónia Macedónio Suécia Sueco\nMacedónia Macedónio Suíça Suiço\nMacedónia Macedónio Tailândia Tailandês\nMacedónia Macedónio Ucrânia Ucraniano\nMacedónia Macedónio Albânia Albanês\nMacedónia Macedónio Argentina Argentino\nMacedónia Macedónio Austrália Australiano\nMacedónia Macedónio Áustria Austríaco\nMacedónia Macedónio Bielorrússia Bielorusso\nMacedónia Macedónio Brasil Brasileiro\nMacedónia Macedónio Bulgária Búlgaro\nMacedónia Macedónio Cambodja Cambojano\nMacedónia Macedónio Chile Chileno\nMacedónia Macedónio China Chinês\nMacedónia Macedónio Colombia Colombiano\nMacedónia Macedónio Croácia Croata\nMacedónia Macedónio Dinamarca Dinamarquês\nMacedónia Macedónio Egito Egípcio\nMacedónia Macedónio Inglaterra Inglês\nMacedónia Macedónio França Frânces\nMacedónia Macedónio Alemanha Alemão\nMacedónia Macedónio Grécia Grego\nMacedónia Macedónio Islândia Islandês\nMacedónia Macedónio Índia Indiano\nMacedónia Macedónio Irlanda Irlândes\nMacedónia Macedónio Israel Israelita\nMacedónia Macedónio Itália Italiano\nMacedónia Macedónio Japão Japonês\nMalta Maltês México Mexicano\nMalta Maltês Moldávia Moldávio\nMalta Maltês Holanda Holandês\nMalta Maltês Noruega Norueguês\nMalta Maltês Peru Peruano\nMalta Maltês Polónia Polaco\nMalta Maltês Portugal Português\nMalta Maltês Rússia Russo\nMalta Maltês Eslováquia Eslovaco\nMalta Maltês Espanha Espanhol\nMalta Maltês Suécia Sueco\nMalta Maltês Suíça Suiço\nMalta Maltês Tailândia Tailandês\nMalta Maltês Ucrânia Ucraniano\nMalta Maltês Albânia Albanês\nMalta Maltês Argentina Argentino\nMalta Maltês Austrália Australiano\nMalta Maltês Áustria Austríaco\nMalta Maltês Bielorrússia Bielorusso\nMalta Maltês Brasil Brasileiro\nMalta Maltês Bulgária Búlgaro\nMalta Maltês Cambodja Cambojano\nMalta Maltês Chile Chileno\nMalta Maltês China Chinês\nMalta Maltês Colombia Colombiano\nMalta Maltês Croácia Croata\nMalta Maltês Dinamarca Dinamarquês\nMalta Maltês Egito Egípcio\nMalta Maltês Inglaterra Inglês\nMalta Maltês França Frânces\nMalta Maltês Alemanha Alemão\nMalta Maltês Grécia Grego\nMalta Maltês Islândia Islandês\nMalta Maltês Índia Indiano\nMalta Maltês Irlanda Irlândes\nMalta Maltês Israel Israelita\nMalta Maltês Itália Italiano\nMalta Maltês Japão Japonês\nMalta Maltês Coreia Coreano\nMéxico Mexicano Moldávia Moldávio\nMéxico Mexicano Holanda Holandês\nMéxico Mexicano Noruega Norueguês\nMéxico Mexicano Peru Peruano\nMéxico Mexicano Polónia Polaco\nMéxico Mexicano Portugal Português\nMéxico Mexicano Rússia Russo\nMéxico Mexicano Eslováquia Eslovaco\nMéxico Mexicano Espanha Espanhol\nMéxico Mexicano Suécia Sueco\nMéxico Mexicano Suíça Suiço\nMéxico Mexicano Tailândia Tailandês\nMéxico Mexicano Ucrânia Ucraniano\nMéxico Mexicano Albânia Albanês\nMéxico Mexicano Argentina Argentino\nMéxico Mexicano Austrália Australiano\nMéxico Mexicano Áustria Austríaco\nMéxico Mexicano Bielorrússia Bielorusso\nMéxico Mexicano Brasil Brasileiro\nMéxico Mexicano Bulgária Búlgaro\nMéxico Mexicano Cambodja Cambojano\nMéxico Mexicano Chile Chileno\nMéxico Mexicano China Chinês\nMéxico Mexicano Colombia Colombiano\nMéxico Mexicano Croácia Croata\nMéxico Mexicano Dinamarca Dinamarquês\nMéxico Mexicano Egito Egípcio\nMéxico Mexicano Inglaterra Inglês\nMéxico Mexicano França Frânces\nMéxico Mexicano Alemanha Alemão\nMéxico Mexicano Grécia Grego\nMéxico Mexicano Islândia Islandês\nMéxico Mexicano Índia Indiano\nMéxico Mexicano Irlanda Irlândes\nMéxico Mexicano Israel Israelita\nMéxico Mexicano Itália Italiano\nMéxico Mexicano Japão Japonês\nMéxico Mexicano Coreia Coreano\nMéxico Mexicano Macedónia Macedónio\nMoldávia Moldávio Holanda Holandês\nMoldávia Moldávio Noruega Norueguês\nMoldávia Moldávio Peru Peruano\nMoldávia Moldávio Polónia Polaco\nMoldávia Moldávio Portugal Português\nMoldávia Moldávio Rússia Russo\nMoldávia Moldávio Eslováquia Eslovaco\nMoldávia Moldávio Espanha Espanhol\nMoldávia Moldávio Suécia Sueco\nMoldávia Moldávio Suíça Suiço\nMoldávia Moldávio Tailândia Tailandês\nMoldávia Moldávio Ucrânia Ucraniano\nMoldávia Moldávio Albânia Albanês\nMoldávia Moldávio Argentina Argentino\nMoldávia Moldávio Austrália Australiano\nMoldávia Moldávio Áustria Austríaco\nMoldávia Moldávio Bielorrússia Bielorusso\nMoldávia Moldávio Brasil Brasileiro\nMoldávia Moldávio Bulgária Búlgaro\nMoldávia Moldávio Cambodja Cambojano\nMoldávia Moldávio Chile Chileno\nMoldávia Moldávio China Chinês\nMoldávia Moldávio Colombia Colombiano\nMoldávia Moldávio Croácia Croata\nMoldávia Moldávio Dinamarca Dinamarquês\nMoldávia Moldávio Egito Egípcio\nMoldávia Moldávio Inglaterra Inglês\nMoldávia Moldávio França Frânces\nMoldávia Moldávio Alemanha Alemão\nMoldávia Moldávio Grécia Grego\nMoldávia Moldávio Islândia Islandês\nMoldávia Moldávio Índia Indiano\nMoldávia Moldávio Irlanda Irlândes\nMoldávia Moldávio Israel Israelita\nMoldávia Moldávio Itália Italiano\nMoldávia Moldávio Japão Japonês\nMoldávia Moldávio Coreia Coreano\nMoldávia Moldávio Macedónia Macedónio\nMoldávia Moldávio Malta Maltês\nHolanda Holandês Noruega Norueguês\nHolanda Holandês Peru Peruano\nHolanda Holandês Polónia Polaco\nHolanda Holandês Portugal Português\nHolanda Holandês Rússia Russo\nHolanda Holandês Eslováquia Eslovaco\nHolanda Holandês Espanha Espanhol\nHolanda Holandês Suécia Sueco\nHolanda Holandês Suíça Suiço\nHolanda Holandês Tailândia Tailandês\nHolanda Holandês Ucrânia Ucraniano\nHolanda Holandês Albânia Albanês\nHolanda Holandês Argentina Argentino\nHolanda Holandês Austrália Australiano\nHolanda Holandês Áustria Austríaco\nHolanda Holandês Bielorrússia Bielorusso\nHolanda Holandês Brasil Brasileiro\nHolanda Holandês Bulgária Búlgaro\nHolanda Holandês Cambodja Cambojano\nHolanda Holandês Chile Chileno\nHolanda Holandês China Chinês\nHolanda Holandês Colombia Colombiano\nHolanda Holandês Croácia Croata\nHolanda Holandês Dinamarca Dinamarquês\nHolanda Holandês Egito Egípcio\nHolanda Holandês Inglaterra Inglês\nHolanda Holandês França Frânces\nHolanda Holandês Alemanha Alemão\nHolanda Holandês Grécia Grego\nHolanda Holandês Islândia Islandês\nHolanda Holandês Índia Indiano\nHolanda Holandês Irlanda Irlândes\nHolanda Holandês Israel Israelita\nHolanda Holandês Itália Italiano\nHolanda Holandês Japão Japonês\nHolanda Holandês Coreia Coreano\nHolanda Holandês Macedónia Macedónio\nHolanda Holandês Malta Maltês\nHolanda Holandês México Mexicano\nNoruega Norueguês Peru Peruano\nNoruega Norueguês Polónia Polaco\nNoruega Norueguês Portugal Português\nNoruega Norueguês Rússia Russo\nNoruega Norueguês Eslováquia Eslovaco\nNoruega Norueguês Espanha Espanhol\nNoruega Norueguês Suécia Sueco\nNoruega Norueguês Suíça Suiço\nNoruega Norueguês Tailândia Tailandês\nNoruega Norueguês Ucrânia Ucraniano\nNoruega Norueguês Albânia Albanês\nNoruega Norueguês Argentina Argentino\nNoruega Norueguês Austrália Australiano\nNoruega Norueguês Áustria Austríaco\nNoruega Norueguês Bielorrússia Bielorusso\nNoruega Norueguês Brasil Brasileiro\nNoruega Norueguês Bulgária Búlgaro\nNoruega Norueguês Cambodja Cambojano\nNoruega Norueguês Chile Chileno\nNoruega Norueguês China Chinês\nNoruega Norueguês Colombia Colombiano\nNoruega Norueguês Croácia Croata\nNoruega Norueguês Dinamarca Dinamarquês\nNoruega Norueguês Egito Egípcio\nNoruega Norueguês Inglaterra Inglês\nNoruega Norueguês França Frânces\nNoruega Norueguês Alemanha Alemão\nNoruega Norueguês Grécia Grego\nNoruega Norueguês Islândia Islandês\nNoruega Norueguês Índia Indiano\nNoruega Norueguês Irlanda Irlândes\nNoruega Norueguês Israel Israelita\nNoruega Norueguês Itália Italiano\nNoruega Norueguês Japão Japonês\nNoruega Norueguês Coreia Coreano\nNoruega Norueguês Macedónia Macedónio\nNoruega Norueguês Malta Maltês\nNoruega Norueguês México Mexicano\nNoruega Norueguês Moldávia Moldávio\nPeru Peruano Polónia Polaco\nPeru Peruano Portugal Português\nPeru Peruano Rússia Russo\nPeru Peruano Eslováquia Eslovaco\nPeru Peruano Espanha Espanhol\nPeru Peruano Suécia Sueco\nPeru Peruano Suíça Suiço\nPeru Peruano Tailândia Tailandês\nPeru Peruano Ucrânia Ucraniano\nPeru Peruano Albânia Albanês\nPeru Peruano Argentina Argentino\nPeru Peruano Austrália Australiano\nPeru Peruano Áustria Austríaco\nPeru Peruano Bielorrússia Bielorusso\nPeru Peruano Brasil Brasileiro\nPeru Peruano Bulgária Búlgaro\nPeru Peruano Cambodja Cambojano\nPeru Peruano Chile Chileno\nPeru Peruano China Chinês\nPeru Peruano Colombia Colombiano\nPeru Peruano Croácia Croata\nPeru Peruano Dinamarca Dinamarquês\nPeru Peruano Egito Egípcio\nPeru Peruano Inglaterra Inglês\nPeru Peruano França Frânces\nPeru Peruano Alemanha Alemão\nPeru Peruano Grécia Grego\nPeru Peruano Islândia Islandês\nPeru Peruano Índia Indiano\nPeru Peruano Irlanda Irlândes\nPeru Peruano Israel Israelita\nPeru Peruano Itália Italiano\nPeru Peruano Japão Japonês\nPeru Peruano Coreia Coreano\nPeru Peruano Macedónia Macedónio\nPeru Peruano Malta Maltês\nPeru Peruano México Mexicano\nPeru Peruano Moldávia Moldávio\nPeru Peruano Holanda Holandês\nPolónia Polaco Portugal Português\nPolónia Polaco Rússia Russo\nPolónia Polaco Eslováquia Eslovaco\nPolónia Polaco Espanha Espanhol\nPolónia Polaco Suécia Sueco\nPolónia Polaco Suíça Suiço\nPolónia Polaco Tailândia Tailandês\nPolónia Polaco Ucrânia Ucraniano\nPolónia Polaco Albânia Albanês\nPolónia Polaco Argentina Argentino\nPolónia Polaco Austrália Australiano\nPolónia Polaco Áustria Austríaco\nPolónia Polaco Bielorrússia Bielorusso\nPolónia Polaco Brasil Brasileiro\nPolónia Polaco Bulgária Búlgaro\nPolónia Polaco Cambodja Cambojano\nPolónia Polaco Chile Chileno\nPolónia Polaco China Chinês\nPolónia Polaco Colombia Colombiano\nPolónia Polaco Croácia Croata\nPolónia Polaco Dinamarca Dinamarquês\nPolónia Polaco Egito Egípcio\nPolónia Polaco Inglaterra Inglês\nPolónia Polaco França Frânces\nPolónia Polaco Alemanha Alemão\nPolónia Polaco Grécia Grego\nPolónia Polaco Islândia Islandês\nPolónia Polaco Índia Indiano\nPolónia Polaco Irlanda Irlândes\nPolónia Polaco Israel Israelita\nPolónia Polaco Itália Italiano\nPolónia Polaco Japão Japonês\nPolónia Polaco Coreia Coreano\nPolónia Polaco Macedónia Macedónio\nPolónia Polaco Malta Maltês\nPolónia Polaco México Mexicano\nPolónia Polaco Moldávia Moldávio\nPolónia Polaco Holanda Holandês\nPolónia Polaco Noruega Norueguês\nPortugal Português Rússia Russo\nPortugal Português Eslováquia Eslovaco\nPortugal Português Espanha Espanhol\nPortugal Português Suécia Sueco\nPortugal Português Suíça Suiço\nPortugal Português Tailândia Tailandês\nPortugal Português Ucrânia Ucraniano\nPortugal Português Albânia Albanês\nPortugal Português Argentina Argentino\nPortugal Português Austrália Australiano\nPortugal Português Áustria Austríaco\nPortugal Português Bielorrússia Bielorusso\nPortugal Português Brasil Brasileiro\nPortugal Português Bulgária Búlgaro\nPortugal Português Cambodja Cambojano\nPortugal Português Chile Chileno\nPortugal Português China Chinês\nPortugal Português Colombia Colombiano\nPortugal Português Croácia Croata\nPortugal Português Dinamarca Dinamarquês\nPortugal Português Egito Egípcio\nPortugal Português Inglaterra Inglês\nPortugal Português França Frânces\nPortugal Português Alemanha Alemão\nPortugal Português Grécia Grego\nPortugal Português Islândia Islandês\nPortugal Português Índia Indiano\nPortugal Português Irlanda Irlândes\nPortugal Português Israel Israelita\nPortugal Português Itália Italiano\nPortugal Português Japão Japonês\nPortugal Português Coreia Coreano\nPortugal Português Macedónia Macedónio\nPortugal Português Malta Maltês\nPortugal Português México Mexicano\nPortugal Português Moldávia Moldávio\nPortugal Português Holanda Holandês\nPortugal Português Noruega Norueguês\nPortugal Português Peru Peruano\nRússia Russo Eslováquia Eslovaco\nRússia Russo Espanha Espanhol\nRússia Russo Suécia Sueco\nRússia Russo Suíça Suiço\nRússia Russo Tailândia Tailandês\nRússia Russo Ucrânia Ucraniano\nRússia Russo Albânia Albanês\nRússia Russo Argentina Argentino\nRússia Russo Austrália Australiano\nRússia Russo Áustria Austríaco\nRússia Russo Bielorrússia Bielorusso\nRússia Russo Brasil Brasileiro\nRússia Russo Bulgária Búlgaro\nRússia Russo Cambodja Cambojano\nRússia Russo Chile Chileno\nRússia Russo China Chinês\nRússia Russo Colombia Colombiano\nRússia Russo Croácia Croata\nRússia Russo Dinamarca Dinamarquês\nRússia Russo Egito Egípcio\nRússia Russo Inglaterra Inglês\nRússia Russo França Frânces\nRússia Russo Alemanha Alemão\nRússia Russo Grécia Grego\nRússia Russo Islândia Islandês\nRússia Russo Índia Indiano\nRússia Russo Irlanda Irlândes\nRússia Russo Israel Israelita\nRússia Russo Itália Italiano\nRússia Russo Japão Japonês\nRússia Russo Coreia Coreano\nRússia Russo Macedónia Macedónio\nRússia Russo Malta Maltês\nRússia Russo México Mexicano\nRússia Russo Moldávia Moldávio\nRússia Russo Holanda Holandês\nRússia Russo Noruega Norueguês\nRússia Russo Peru Peruano\nRússia Russo Polónia Polaco\nEslováquia Eslovaco Espanha Espanhol\nEslováquia Eslovaco Suécia Sueco\nEslováquia Eslovaco Suíça Suiço\nEslováquia Eslovaco Tailândia Tailandês\nEslováquia Eslovaco Ucrânia Ucraniano\nEslováquia Eslovaco Albânia Albanês\nEslováquia Eslovaco Argentina Argentino\nEslováquia Eslovaco Austrália Australiano\nEslováquia Eslovaco Áustria Austríaco\nEslováquia Eslovaco Bielorrússia Bielorusso\nEslováquia Eslovaco Brasil Brasileiro\nEslováquia Eslovaco Bulgária Búlgaro\nEslováquia Eslovaco Cambodja Cambojano\nEslováquia Eslovaco Chile Chileno\nEslováquia Eslovaco China Chinês\nEslováquia Eslovaco Colombia Colombiano\nEslováquia Eslovaco Croácia Croata\nEslováquia Eslovaco Dinamarca Dinamarquês\nEslováquia Eslovaco Egito Egípcio\nEslováquia Eslovaco Inglaterra Inglês\nEslováquia Eslovaco França Frânces\nEslováquia Eslovaco Alemanha Alemão\nEslováquia Eslovaco Grécia Grego\nEslováquia Eslovaco Islândia Islandês\nEslováquia Eslovaco Índia Indiano\nEslováquia Eslovaco Irlanda Irlândes\nEslováquia Eslovaco Israel Israelita\nEslováquia Eslovaco Itália Italiano\nEslováquia Eslovaco Japão Japonês\nEslováquia Eslovaco Coreia Coreano\nEslováquia Eslovaco Macedónia Macedónio\nEslováquia Eslovaco Malta Maltês\nEslováquia Eslovaco México Mexicano\nEslováquia Eslovaco Moldávia Moldávio\nEslováquia Eslovaco Holanda Holandês\nEslováquia Eslovaco Noruega Norueguês\nEslováquia Eslovaco Peru Peruano\nEslováquia Eslovaco Polónia Polaco\nEslováquia Eslovaco Portugal Português\nEspanha Espanhol Suécia Sueco\nEspanha Espanhol Suíça Suiço\nEspanha Espanhol Tailândia Tailandês\nEspanha Espanhol Ucrânia Ucraniano\nEspanha Espanhol Albânia Albanês\nEspanha Espanhol Argentina Argentino\nEspanha Espanhol Austrália Australiano\nEspanha Espanhol Áustria Austríaco\nEspanha Espanhol Bielorrússia Bielorusso\nEspanha Espanhol Brasil Brasileiro\nEspanha Espanhol Bulgária Búlgaro\nEspanha Espanhol Cambodja Cambojano\nEspanha Espanhol Chile Chileno\nEspanha Espanhol China Chinês\nEspanha Espanhol Colombia Colombiano\nEspanha Espanhol Croácia Croata\nEspanha Espanhol Dinamarca Dinamarquês\nEspanha Espanhol Egito Egípcio\nEspanha Espanhol Inglaterra Inglês\nEspanha Espanhol França Frânces\nEspanha Espanhol Alemanha Alemão\nEspanha Espanhol Grécia Grego\nEspanha Espanhol Islândia Islandês\nEspanha Espanhol Índia Indiano\nEspanha Espanhol Irlanda Irlândes\nEspanha Espanhol Israel Israelita\nEspanha Espanhol Itália Italiano\nEspanha Espanhol Japão Japonês\nEspanha Espanhol Coreia Coreano\nEspanha Espanhol Macedónia Macedónio\nEspanha Espanhol Malta Maltês\nEspanha Espanhol México Mexicano\nEspanha Espanhol Moldávia Moldávio\nEspanha Espanhol Holanda Holandês\nEspanha Espanhol Noruega Norueguês\nEspanha Espanhol Peru Peruano\nEspanha Espanhol Polónia Polaco\nEspanha Espanhol Portugal Português\nEspanha Espanhol Rússia Russo\nSuécia Sueco Suíça Suiço\nSuécia Sueco Tailândia Tailandês\nSuécia Sueco Ucrânia Ucraniano\nSuécia Sueco Albânia Albanês\nSuécia Sueco Argentina Argentino\nSuécia Sueco Austrália Australiano\nSuécia Sueco Áustria Austríaco\nSuécia Sueco Bielorrússia Bielorusso\nSuécia Sueco Brasil Brasileiro\nSuécia Sueco Bulgária Búlgaro\nSuécia Sueco Cambodja Cambojano\nSuécia Sueco Chile Chileno\nSuécia Sueco China Chinês\nSuécia Sueco Colombia Colombiano\nSuécia Sueco Croácia Croata\nSuécia Sueco Dinamarca Dinamarquês\nSuécia Sueco Egito Egípcio\nSuécia Sueco Inglaterra Inglês\nSuécia Sueco França Frânces\nSuécia Sueco Alemanha Alemão\nSuécia Sueco Grécia Grego\nSuécia Sueco Islândia Islandês\nSuécia Sueco Índia Indiano\nSuécia Sueco Irlanda Irlândes\nSuécia Sueco Israel Israelita\nSuécia Sueco Itália Italiano\nSuécia Sueco Japão Japonês\nSuécia Sueco Coreia Coreano\nSuécia Sueco Macedónia Macedónio\nSuécia Sueco Malta Maltês\nSuécia Sueco México Mexicano\nSuécia Sueco Moldávia Moldávio\nSuécia Sueco Holanda Holandês\nSuécia Sueco Noruega Norueguês\nSuécia Sueco Peru Peruano\nSuécia Sueco Polónia Polaco\nSuécia Sueco Portugal Português\nSuécia Sueco Rússia Russo\nSuécia Sueco Eslováquia Eslovaco\nSuíça Suiço Tailândia Tailandês\nSuíça Suiço Ucrânia Ucraniano\nSuíça Suiço Albânia Albanês\nSuíça Suiço Argentina Argentino\nSuíça Suiço Austrália Australiano\nSuíça Suiço Áustria Austríaco\nSuíça Suiço Bielorrússia Bielorusso\nSuíça Suiço Brasil Brasileiro\nSuíça Suiço Bulgária Búlgaro\nSuíça Suiço Cambodja Cambojano\nSuíça Suiço Chile Chileno\nSuíça Suiço China Chinês\nSuíça Suiço Colombia Colombiano\nSuíça Suiço Croácia Croata\nSuíça Suiço Dinamarca Dinamarquês\nSuíça Suiço Egito Egípcio\nSuíça Suiço Inglaterra Inglês\nSuíça Suiço França Frânces\nSuíça Suiço Alemanha Alemão\nSuíça Suiço Grécia Grego\nSuíça Suiço Islândia Islandês\nSuíça Suiço Índia Indiano\nSuíça Suiço Irlanda Irlândes\nSuíça Suiço Israel Israelita\nSuíça Suiço Itália Italiano\nSuíça Suiço Japão Japonês\nSuíça Suiço Coreia Coreano\nSuíça Suiço Macedónia Macedónio\nSuíça Suiço Malta Maltês\nSuíça Suiço México Mexicano\nSuíça Suiço Moldávia Moldávio\nSuíça Suiço Holanda Holandês\nSuíça Suiço Noruega Norueguês\nSuíça Suiço Peru Peruano\nSuíça Suiço Polónia Polaco\nSuíça Suiço Portugal Português\nSuíça Suiço Rússia Russo\nSuíça Suiço Eslováquia Eslovaco\nSuíça Suiço Espanha Espanhol\nTailândia Tailandês Ucrânia Ucraniano\nTailândia Tailandês Albânia Albanês\nTailândia Tailandês Argentina Argentino\nTailândia Tailandês Austrália Australiano\nTailândia Tailandês Áustria Austríaco\nTailândia Tailandês Bielorrússia Bielorusso\nTailândia Tailandês Brasil Brasileiro\nTailândia Tailandês Bulgária Búlgaro\nTailândia Tailandês Cambodja Cambojano\nTailândia Tailandês Chile Chileno\nTailândia Tailandês China Chinês\nTailândia Tailandês Colombia Colombiano\nTailândia Tailandês Croácia Croata\nTailândia Tailandês Dinamarca Dinamarquês\nTailândia Tailandês Egito Egípcio\nTailândia Tailandês Inglaterra Inglês\nTailândia Tailandês França Frânces\nTailândia Tailandês Alemanha Alemão\nTailândia Tailandês Grécia Grego\nTailândia Tailandês Islândia Islandês\nTailândia Tailandês Índia Indiano\nTailândia Tailandês Irlanda Irlândes\nTailândia Tailandês Israel Israelita\nTailândia Tailandês Itália Italiano\nTailândia Tailandês Japão Japonês\nTailândia Tailandês Coreia Coreano\nTailândia Tailandês Macedónia Macedónio\nTailândia Tailandês Malta Maltês\nTailândia Tailandês México Mexicano\nTailândia Tailandês Moldávia Moldávio\nTailândia Tailandês Holanda Holandês\nTailândia Tailandês Noruega Norueguês\nTailândia Tailandês Peru Peruano\nTailândia Tailandês Polónia Polaco\nTailândia Tailandês Portugal Português\nTailândia Tailandês Rússia Russo\nTailândia Tailandês Eslováquia Eslovaco\nTailândia Tailandês Espanha Espanhol\nTailândia Tailandês Suécia Sueco\nUcrânia Ucraniano Albânia Albanês\nUcrânia Ucraniano Argentina Argentino\nUcrânia Ucraniano Austrália Australiano\nUcrânia Ucraniano Áustria Austríaco\nUcrânia Ucraniano Bielorrússia Bielorusso\nUcrânia Ucraniano Brasil Brasileiro\nUcrânia Ucraniano Bulgária Búlgaro\nUcrânia Ucraniano Cambodja Cambojano\nUcrânia Ucraniano Chile Chileno\nUcrânia Ucraniano China Chinês\nUcrânia Ucraniano Colombia Colombiano\nUcrânia Ucraniano Croácia Croata\nUcrânia Ucraniano Dinamarca Dinamarquês\nUcrânia Ucraniano Egito Egípcio\nUcrânia Ucraniano Inglaterra Inglês\nUcrânia Ucraniano França Frânces\nUcrânia Ucraniano Alemanha Alemão\nUcrânia Ucraniano Grécia Grego\nUcrânia Ucraniano Islândia Islandês\nUcrânia Ucraniano Índia Indiano\nUcrânia Ucraniano Irlanda Irlândes\nUcrânia Ucraniano Israel Israelita\nUcrânia Ucraniano Itália Italiano\nUcrânia Ucraniano Japão Japonês\nUcrânia Ucraniano Coreia Coreano\nUcrânia Ucraniano Macedónia Macedónio\nUcrânia Ucraniano Malta Maltês\nUcrânia Ucraniano México Mexicano\nUcrânia Ucraniano Moldávia Moldávio\nUcrânia Ucraniano Holanda Holandês\nUcrânia Ucraniano Noruega Norueguês\nUcrânia Ucraniano Peru Peruano\nUcrânia Ucraniano Polónia Polaco\nUcrânia Ucraniano Portugal Português\nUcrânia Ucraniano Rússia Russo\nUcrânia Ucraniano Eslováquia Eslovaco\nUcrânia Ucraniano Espanha Espanhol\nUcrânia Ucraniano Suécia Sueco\nUcrânia Ucraniano Suíça Suiço\n: gram7-past-tense\ndançando dançou diminuindo diminuiu\ndançando dançou descrevendo descreveu\ndançando dançou melhorando melhorou\ndançando dançou caíndo caiu\ndançando dançou alimentando alimentou\ndançando dançou voando voou\ndançando dançou gerando gerou\ndançando dançou indo foi\ndançando dançou escondendo escondeu\ndançando dançou acertando acertou\ndançando dançou implementando implementou\ndançando dançou aumentando aumentou\ndançando dançou saltando saltou\ndançando dançou conhecendo conheceu\ndançando dançou ouvindo ouviu\ndançando dançou vendo olhou\ndançando dançou movendo moveu\ndançando dançou jogando pagou\ndançando dançou jogando jogou\ndançando dançou prevendo previu\ndançando dançou lendo ler\ndançando dançou correndo correu\ndançando dançou dizendo disse\ndançando dançou gritando gritou\ndançando dançou vendo viu\ndançando dançou vendendo vendeu\ndançando dançou encolhendo encolheu\ndançando dançou cantando cantou\ndançando dançou sentando sentou\ndançando dançou dormindo dormiu\ndançando dançou abrandando lentificou\ndançando dançou gastando gastou\ndançando dançou golpeando golpeou\ndançando dançou nadando nadou\ndançando dançou tirando tirou\ndançando dançou pensando pensou\ndançando dançou desaparecendo desapareceu\ndançando dançou andando andou\ndançando dançou escrevendo escreveu\ndiminuindo diminuiu descrevendo descreveu\ndiminuindo diminuiu melhorando melhorou\ndiminuindo diminuiu caíndo caiu\ndiminuindo diminuiu alimentando alimentou\ndiminuindo diminuiu voando voou\ndiminuindo diminuiu gerando gerou\ndiminuindo diminuiu indo foi\ndiminuindo diminuiu escondendo escondeu\ndiminuindo diminuiu acertando acertou\ndiminuindo diminuiu implementando implementou\ndiminuindo diminuiu aumentando aumentou\ndiminuindo diminuiu saltando saltou\ndiminuindo diminuiu conhecendo conheceu\ndiminuindo diminuiu ouvindo ouviu\ndiminuindo diminuiu vendo olhou\ndiminuindo diminuiu movendo moveu\ndiminuindo diminuiu jogando pagou\ndiminuindo diminuiu jogando jogou\ndiminuindo diminuiu prevendo previu\ndiminuindo diminuiu lendo ler\ndiminuindo diminuiu correndo correu\ndiminuindo diminuiu dizendo disse\ndiminuindo diminuiu gritando gritou\ndiminuindo diminuiu vendo viu\ndiminuindo diminuiu vendendo vendeu\ndiminuindo diminuiu encolhendo encolheu\ndiminuindo diminuiu cantando cantou\ndiminuindo diminuiu sentando sentou\ndiminuindo diminuiu dormindo dormiu\ndiminuindo diminuiu abrandando lentificou\ndiminuindo diminuiu gastando gastou\ndiminuindo diminuiu golpeando golpeou\ndiminuindo diminuiu nadando nadou\ndiminuindo diminuiu tirando tirou\ndiminuindo diminuiu pensando pensou\ndiminuindo diminuiu desaparecendo desapareceu\ndiminuindo diminuiu andando andou\ndiminuindo diminuiu escrevendo escreveu\ndiminuindo diminuiu dançando dançou\ndescrevendo descreveu melhorando melhorou\ndescrevendo descreveu caíndo caiu\ndescrevendo descreveu alimentando alimentou\ndescrevendo descreveu voando voou\ndescrevendo descreveu gerando gerou\ndescrevendo descreveu indo foi\ndescrevendo descreveu escondendo escondeu\ndescrevendo descreveu acertando acertou\ndescrevendo descreveu implementando implementou\ndescrevendo descreveu aumentando aumentou\ndescrevendo descreveu saltando saltou\ndescrevendo descreveu conhecendo conheceu\ndescrevendo descreveu ouvindo ouviu\ndescrevendo descreveu vendo olhou\ndescrevendo descreveu movendo moveu\ndescrevendo descreveu jogando pagou\ndescrevendo descreveu jogando jogou\ndescrevendo descreveu prevendo previu\ndescrevendo descreveu lendo ler\ndescrevendo descreveu correndo correu\ndescrevendo descreveu dizendo disse\ndescrevendo descreveu gritando gritou\ndescrevendo descreveu vendo viu\ndescrevendo descreveu vendendo vendeu\ndescrevendo descreveu encolhendo encolheu\ndescrevendo descreveu cantando cantou\ndescrevendo descreveu sentando sentou\ndescrevendo descreveu dormindo dormiu\ndescrevendo descreveu abrandando lentificou\ndescrevendo descreveu gastando gastou\ndescrevendo descreveu golpeando golpeou\ndescrevendo descreveu nadando nadou\ndescrevendo descreveu tirando tirou\ndescrevendo descreveu pensando pensou\ndescrevendo descreveu desaparecendo desapareceu\ndescrevendo descreveu andando andou\ndescrevendo descreveu escrevendo escreveu\ndescrevendo descreveu dançando dançou\ndescrevendo descreveu diminuindo diminuiu\nmelhorando melhorou caíndo caiu\nmelhorando melhorou alimentando alimentou\nmelhorando melhorou voando voou\nmelhorando melhorou gerando gerou\nmelhorando melhorou indo foi\nmelhorando melhorou escondendo escondeu\nmelhorando melhorou acertando acertou\nmelhorando melhorou implementando implementou\nmelhorando melhorou aumentando aumentou\nmelhorando melhorou saltando saltou\nmelhorando melhorou conhecendo conheceu\nmelhorando melhorou ouvindo ouviu\nmelhorando melhorou vendo olhou\nmelhorando melhorou movendo moveu\nmelhorando melhorou jogando pagou\nmelhorando melhorou jogando jogou\nmelhorando melhorou prevendo previu\nmelhorando melhorou lendo ler\nmelhorando melhorou correndo correu\nmelhorando melhorou dizendo disse\nmelhorando melhorou gritando gritou\nmelhorando melhorou vendo viu\nmelhorando melhorou vendendo vendeu\nmelhorando melhorou encolhendo encolheu\nmelhorando melhorou cantando cantou\nmelhorando melhorou sentando sentou\nmelhorando melhorou dormindo dormiu\nmelhorando melhorou abrandando lentificou\nmelhorando melhorou gastando gastou\nmelhorando melhorou golpeando golpeou\nmelhorando melhorou nadando nadou\nmelhorando melhorou tirando tirou\nmelhorando melhorou pensando pensou\nmelhorando melhorou desaparecendo desapareceu\nmelhorando melhorou andando andou\nmelhorando melhorou escrevendo escreveu\nmelhorando melhorou dançando dançou\nmelhorando melhorou diminuindo diminuiu\nmelhorando melhorou descrevendo descreveu\ncaíndo caiu alimentando alimentou\ncaíndo caiu voando voou\ncaíndo caiu gerando gerou\ncaíndo caiu indo foi\ncaíndo caiu escondendo escondeu\ncaíndo caiu acertando acertou\ncaíndo caiu implementando implementou\ncaíndo caiu aumentando aumentou\ncaíndo caiu saltando saltou\ncaíndo caiu conhecendo conheceu\ncaíndo caiu ouvindo ouviu\ncaíndo caiu vendo olhou\ncaíndo caiu movendo moveu\ncaíndo caiu jogando pagou\ncaíndo caiu jogando jogou\ncaíndo caiu prevendo previu\ncaíndo caiu lendo ler\ncaíndo caiu correndo correu\ncaíndo caiu dizendo disse\ncaíndo caiu gritando gritou\ncaíndo caiu vendo viu\ncaíndo caiu vendendo vendeu\ncaíndo caiu encolhendo encolheu\ncaíndo caiu cantando cantou\ncaíndo caiu sentando sentou\ncaíndo caiu dormindo dormiu\ncaíndo caiu abrandando lentificou\ncaíndo caiu gastando gastou\ncaíndo caiu golpeando golpeou\ncaíndo caiu nadando nadou\ncaíndo caiu tirando tirou\ncaíndo caiu pensando pensou\ncaíndo caiu desaparecendo desapareceu\ncaíndo caiu andando andou\ncaíndo caiu escrevendo escreveu\ncaíndo caiu dançando dançou\ncaíndo caiu diminuindo diminuiu\ncaíndo caiu descrevendo descreveu\ncaíndo caiu melhorando melhorou\nalimentando alimentou voando voou\nalimentando alimentou gerando gerou\nalimentando alimentou indo foi\nalimentando alimentou escondendo escondeu\nalimentando alimentou acertando acertou\nalimentando alimentou implementando implementou\nalimentando alimentou aumentando aumentou\nalimentando alimentou saltando saltou\nalimentando alimentou conhecendo conheceu\nalimentando alimentou ouvindo ouviu\nalimentando alimentou vendo olhou\nalimentando alimentou movendo moveu\nalimentando alimentou jogando pagou\nalimentando alimentou jogando jogou\nalimentando alimentou prevendo previu\nalimentando alimentou lendo ler\nalimentando alimentou correndo correu\nalimentando alimentou dizendo disse\nalimentando alimentou gritando gritou\nalimentando alimentou vendo viu\nalimentando alimentou vendendo vendeu\nalimentando alimentou encolhendo encolheu\nalimentando alimentou cantando cantou\nalimentando alimentou sentando sentou\nalimentando alimentou dormindo dormiu\nalimentando alimentou abrandando lentificou\nalimentando alimentou gastando gastou\nalimentando alimentou golpeando golpeou\nalimentando alimentou nadando nadou\nalimentando alimentou tirando tirou\nalimentando alimentou pensando pensou\nalimentando alimentou desaparecendo desapareceu\nalimentando alimentou andando andou\nalimentando alimentou escrevendo escreveu\nalimentando alimentou dançando dançou\nalimentando alimentou diminuindo diminuiu\nalimentando alimentou descrevendo descreveu\nalimentando alimentou melhorando melhorou\nalimentando alimentou caíndo caiu\nvoando voou gerando gerou\nvoando voou indo foi\nvoando voou escondendo escondeu\nvoando voou acertando acertou\nvoando voou implementando implementou\nvoando voou aumentando aumentou\nvoando voou saltando saltou\nvoando voou conhecendo conheceu\nvoando voou ouvindo ouviu\nvoando voou vendo olhou\nvoando voou movendo moveu\nvoando voou jogando pagou\nvoando voou jogando jogou\nvoando voou prevendo previu\nvoando voou lendo ler\nvoando voou correndo correu\nvoando voou dizendo disse\nvoando voou gritando gritou\nvoando voou vendo viu\nvoando voou vendendo vendeu\nvoando voou encolhendo encolheu\nvoando voou cantando cantou\nvoando voou sentando sentou\nvoando voou dormindo dormiu\nvoando voou abrandando lentificou\nvoando voou gastando gastou\nvoando voou golpeando golpeou\nvoando voou nadando nadou\nvoando voou tirando tirou\nvoando voou pensando pensou\nvoando voou desaparecendo desapareceu\nvoando voou andando andou\nvoando voou escrevendo escreveu\nvoando voou dançando dançou\nvoando voou diminuindo diminuiu\nvoando voou descrevendo descreveu\nvoando voou melhorando melhorou\nvoando voou caíndo caiu\nvoando voou alimentando alimentou\ngerando gerou indo foi\ngerando gerou escondendo escondeu\ngerando gerou acertando acertou\ngerando gerou implementando implementou\ngerando gerou aumentando aumentou\ngerando gerou saltando saltou\ngerando gerou conhecendo conheceu\ngerando gerou ouvindo ouviu\ngerando gerou vendo olhou\ngerando gerou movendo moveu\ngerando gerou jogando pagou\ngerando gerou jogando jogou\ngerando gerou prevendo previu\ngerando gerou lendo ler\ngerando gerou correndo correu\ngerando gerou dizendo disse\ngerando gerou gritando gritou\ngerando gerou vendo viu\ngerando gerou vendendo vendeu\ngerando gerou encolhendo encolheu\ngerando gerou cantando cantou\ngerando gerou sentando sentou\ngerando gerou dormindo dormiu\ngerando gerou abrandando lentificou\ngerando gerou gastando gastou\ngerando gerou golpeando golpeou\ngerando gerou nadando nadou\ngerando gerou tirando tirou\ngerando gerou pensando pensou\ngerando gerou desaparecendo desapareceu\ngerando gerou andando andou\ngerando gerou escrevendo escreveu\ngerando gerou dançando dançou\ngerando gerou diminuindo diminuiu\ngerando gerou descrevendo descreveu\ngerando gerou melhorando melhorou\ngerando gerou caíndo caiu\ngerando gerou alimentando alimentou\ngerando gerou voando voou\nindo foi escondendo escondeu\nindo foi acertando acertou\nindo foi implementando implementou\nindo foi aumentando aumentou\nindo foi saltando saltou\nindo foi conhecendo conheceu\nindo foi ouvindo ouviu\nindo foi vendo olhou\nindo foi movendo moveu\nindo foi jogando pagou\nindo foi jogando jogou\nindo foi prevendo previu\nindo foi lendo ler\nindo foi correndo correu\nindo foi dizendo disse\nindo foi gritando gritou\nindo foi vendo viu\nindo foi vendendo vendeu\nindo foi encolhendo encolheu\nindo foi cantando cantou\nindo foi sentando sentou\nindo foi dormindo dormiu\nindo foi abrandando lentificou\nindo foi gastando gastou\nindo foi golpeando golpeou\nindo foi nadando nadou\nindo foi tirando tirou\nindo foi pensando pensou\nindo foi desaparecendo desapareceu\nindo foi andando andou\nindo foi escrevendo escreveu\nindo foi dançando dançou\nindo foi diminuindo diminuiu\nindo foi descrevendo descreveu\nindo foi melhorando melhorou\nindo foi caíndo caiu\nindo foi alimentando alimentou\nindo foi voando voou\nindo foi gerando gerou\nescondendo escondeu acertando acertou\nescondendo escondeu implementando implementou\nescondendo escondeu aumentando aumentou\nescondendo escondeu saltando saltou\nescondendo escondeu conhecendo conheceu\nescondendo escondeu ouvindo ouviu\nescondendo escondeu vendo olhou\nescondendo escondeu movendo moveu\nescondendo escondeu jogando pagou\nescondendo escondeu jogando jogou\nescondendo escondeu prevendo previu\nescondendo escondeu lendo ler\nescondendo escondeu correndo correu\nescondendo escondeu dizendo disse\nescondendo escondeu gritando gritou\nescondendo escondeu vendo viu\nescondendo escondeu vendendo vendeu\nescondendo escondeu encolhendo encolheu\nescondendo escondeu cantando cantou\nescondendo escondeu sentando sentou\nescondendo escondeu dormindo dormiu\nescondendo escondeu abrandando lentificou\nescondendo escondeu gastando gastou\nescondendo escondeu golpeando golpeou\nescondendo escondeu nadando nadou\nescondendo escondeu tirando tirou\nescondendo escondeu pensando pensou\nescondendo escondeu desaparecendo desapareceu\nescondendo escondeu andando andou\nescondendo escondeu escrevendo escreveu\nescondendo escondeu dançando dançou\nescondendo escondeu diminuindo diminuiu\nescondendo escondeu descrevendo descreveu\nescondendo escondeu melhorando melhorou\nescondendo escondeu caíndo caiu\nescondendo escondeu alimentando alimentou\nescondendo escondeu voando voou\nescondendo escondeu gerando gerou\nescondendo escondeu indo foi\nacertando acertou implementando implementou\nacertando acertou aumentando aumentou\nacertando acertou saltando saltou\nacertando acertou conhecendo conheceu\nacertando acertou ouvindo ouviu\nacertando acertou vendo olhou\nacertando acertou movendo moveu\nacertando acertou jogando pagou\nacertando acertou jogando jogou\nacertando acertou prevendo previu\nacertando acertou lendo ler\nacertando acertou correndo correu\nacertando acertou dizendo disse\nacertando acertou gritando gritou\nacertando acertou vendo viu\nacertando acertou vendendo vendeu\nacertando acertou encolhendo encolheu\nacertando acertou cantando cantou\nacertando acertou sentando sentou\nacertando acertou dormindo dormiu\nacertando acertou abrandando lentificou\nacertando acertou gastando gastou\nacertando acertou golpeando golpeou\nacertando acertou nadando nadou\nacertando acertou tirando tirou\nacertando acertou pensando pensou\nacertando acertou desaparecendo desapareceu\nacertando acertou andando andou\nacertando acertou escrevendo escreveu\nacertando acertou dançando dançou\nacertando acertou diminuindo diminuiu\nacertando acertou descrevendo descreveu\nacertando acertou melhorando melhorou\nacertando acertou caíndo caiu\nacertando acertou alimentando alimentou\nacertando acertou voando voou\nacertando acertou gerando gerou\nacertando acertou indo foi\nacertando acertou escondendo escondeu\nimplementando implementou aumentando aumentou\nimplementando implementou saltando saltou\nimplementando implementou conhecendo conheceu\nimplementando implementou ouvindo ouviu\nimplementando implementou vendo olhou\nimplementando implementou movendo moveu\nimplementando implementou jogando pagou\nimplementando implementou jogando jogou\nimplementando implementou prevendo previu\nimplementando implementou lendo ler\nimplementando implementou correndo correu\nimplementando implementou dizendo disse\nimplementando implementou gritando gritou\nimplementando implementou vendo viu\nimplementando implementou vendendo vendeu\nimplementando implementou encolhendo encolheu\nimplementando implementou cantando cantou\nimplementando implementou sentando sentou\nimplementando implementou dormindo dormiu\nimplementando implementou abrandando lentificou\nimplementando implementou gastando gastou\nimplementando implementou golpeando golpeou\nimplementando implementou nadando nadou\nimplementando implementou tirando tirou\nimplementando implementou pensando pensou\nimplementando implementou desaparecendo desapareceu\nimplementando implementou andando andou\nimplementando implementou escrevendo escreveu\nimplementando implementou dançando dançou\nimplementando implementou diminuindo diminuiu\nimplementando implementou descrevendo descreveu\nimplementando implementou melhorando melhorou\nimplementando implementou caíndo caiu\nimplementando implementou alimentando alimentou\nimplementando implementou voando voou\nimplementando implementou gerando gerou\nimplementando implementou indo foi\nimplementando implementou escondendo escondeu\nimplementando implementou acertando acertou\naumentando aumentou saltando saltou\naumentando aumentou conhecendo conheceu\naumentando aumentou ouvindo ouviu\naumentando aumentou vendo olhou\naumentando aumentou movendo moveu\naumentando aumentou jogando pagou\naumentando aumentou jogando jogou\naumentando aumentou prevendo previu\naumentando aumentou lendo ler\naumentando aumentou correndo correu\naumentando aumentou dizendo disse\naumentando aumentou gritando gritou\naumentando aumentou vendo viu\naumentando aumentou vendendo vendeu\naumentando aumentou encolhendo encolheu\naumentando aumentou cantando cantou\naumentando aumentou sentando sentou\naumentando aumentou dormindo dormiu\naumentando aumentou abrandando lentificou\naumentando aumentou gastando gastou\naumentando aumentou golpeando golpeou\naumentando aumentou nadando nadou\naumentando aumentou tirando tirou\naumentando aumentou pensando pensou\naumentando aumentou desaparecendo desapareceu\naumentando aumentou andando andou\naumentando aumentou escrevendo escreveu\naumentando aumentou dançando dançou\naumentando aumentou diminuindo diminuiu\naumentando aumentou descrevendo descreveu\naumentando aumentou melhorando melhorou\naumentando aumentou caíndo caiu\naumentando aumentou alimentando alimentou\naumentando aumentou voando voou\naumentando aumentou gerando gerou\naumentando aumentou indo foi\naumentando aumentou escondendo escondeu\naumentando aumentou acertando acertou\naumentando aumentou implementando implementou\nsaltando saltou conhecendo conheceu\nsaltando saltou ouvindo ouviu\nsaltando saltou vendo olhou\nsaltando saltou movendo moveu\nsaltando saltou jogando pagou\nsaltando saltou jogando jogou\nsaltando saltou prevendo previu\nsaltando saltou lendo ler\nsaltando saltou correndo correu\nsaltando saltou dizendo disse\nsaltando saltou gritando gritou\nsaltando saltou vendo viu\nsaltando saltou vendendo vendeu\nsaltando saltou encolhendo encolheu\nsaltando saltou cantando cantou\nsaltando saltou sentando sentou\nsaltando saltou dormindo dormiu\nsaltando saltou abrandando lentificou\nsaltando saltou gastando gastou\nsaltando saltou golpeando golpeou\nsaltando saltou nadando nadou\nsaltando saltou tirando tirou\nsaltando saltou pensando pensou\nsaltando saltou desaparecendo desapareceu\nsaltando saltou andando andou\nsaltando saltou escrevendo escreveu\nsaltando saltou dançando dançou\nsaltando saltou diminuindo diminuiu\nsaltando saltou descrevendo descreveu\nsaltando saltou melhorando melhorou\nsaltando saltou caíndo caiu\nsaltando saltou alimentando alimentou\nsaltando saltou voando voou\nsaltando saltou gerando gerou\nsaltando saltou indo foi\nsaltando saltou escondendo escondeu\nsaltando saltou acertando acertou\nsaltando saltou implementando implementou\nsaltando saltou aumentando aumentou\nconhecendo conheceu ouvindo ouviu\nconhecendo conheceu vendo olhou\nconhecendo conheceu movendo moveu\nconhecendo conheceu jogando pagou\nconhecendo conheceu jogando jogou\nconhecendo conheceu prevendo previu\nconhecendo conheceu lendo ler\nconhecendo conheceu correndo correu\nconhecendo conheceu dizendo disse\nconhecendo conheceu gritando gritou\nconhecendo conheceu vendo viu\nconhecendo conheceu vendendo vendeu\nconhecendo conheceu encolhendo encolheu\nconhecendo conheceu cantando cantou\nconhecendo conheceu sentando sentou\nconhecendo conheceu dormindo dormiu\nconhecendo conheceu abrandando lentificou\nconhecendo conheceu gastando gastou\nconhecendo conheceu golpeando golpeou\nconhecendo conheceu nadando nadou\nconhecendo conheceu tirando tirou\nconhecendo conheceu pensando pensou\nconhecendo conheceu desaparecendo desapareceu\nconhecendo conheceu andando andou\nconhecendo conheceu escrevendo escreveu\nconhecendo conheceu dançando dançou\nconhecendo conheceu diminuindo diminuiu\nconhecendo conheceu descrevendo descreveu\nconhecendo conheceu melhorando melhorou\nconhecendo conheceu caíndo caiu\nconhecendo conheceu alimentando alimentou\nconhecendo conheceu voando voou\nconhecendo conheceu gerando gerou\nconhecendo conheceu indo foi\nconhecendo conheceu escondendo escondeu\nconhecendo conheceu acertando acertou\nconhecendo conheceu implementando implementou\nconhecendo conheceu aumentando aumentou\nconhecendo conheceu saltando saltou\nouvindo ouviu vendo olhou\nouvindo ouviu movendo moveu\nouvindo ouviu jogando pagou\nouvindo ouviu jogando jogou\nouvindo ouviu prevendo previu\nouvindo ouviu lendo ler\nouvindo ouviu correndo correu\nouvindo ouviu dizendo disse\nouvindo ouviu gritando gritou\nouvindo ouviu vendo viu\nouvindo ouviu vendendo vendeu\nouvindo ouviu encolhendo encolheu\nouvindo ouviu cantando cantou\nouvindo ouviu sentando sentou\nouvindo ouviu dormindo dormiu\nouvindo ouviu abrandando lentificou\nouvindo ouviu gastando gastou\nouvindo ouviu golpeando golpeou\nouvindo ouviu nadando nadou\nouvindo ouviu tirando tirou\nouvindo ouviu pensando pensou\nouvindo ouviu desaparecendo desapareceu\nouvindo ouviu andando andou\nouvindo ouviu escrevendo escreveu\nouvindo ouviu dançando dançou\nouvindo ouviu diminuindo diminuiu\nouvindo ouviu descrevendo descreveu\nouvindo ouviu melhorando melhorou\nouvindo ouviu caíndo caiu\nouvindo ouviu alimentando alimentou\nouvindo ouviu voando voou\nouvindo ouviu gerando gerou\nouvindo ouviu indo foi\nouvindo ouviu escondendo escondeu\nouvindo ouviu acertando acertou\nouvindo ouviu implementando implementou\nouvindo ouviu aumentando aumentou\nouvindo ouviu saltando saltou\nouvindo ouviu conhecendo conheceu\nvendo olhou movendo moveu\nvendo olhou jogando pagou\nvendo olhou jogando jogou\nvendo olhou prevendo previu\nvendo olhou lendo ler\nvendo olhou correndo correu\nvendo olhou dizendo disse\nvendo olhou gritando gritou\nvendo olhou vendo viu\nvendo olhou vendendo vendeu\nvendo olhou encolhendo encolheu\nvendo olhou cantando cantou\nvendo olhou sentando sentou\nvendo olhou dormindo dormiu\nvendo olhou abrandando lentificou\nvendo olhou gastando gastou\nvendo olhou golpeando golpeou\nvendo olhou nadando nadou\nvendo olhou tirando tirou\nvendo olhou pensando pensou\nvendo olhou desaparecendo desapareceu\nvendo olhou andando andou\nvendo olhou escrevendo escreveu\nvendo olhou dançando dançou\nvendo olhou diminuindo diminuiu\nvendo olhou descrevendo descreveu\nvendo olhou melhorando melhorou\nvendo olhou caíndo caiu\nvendo olhou alimentando alimentou\nvendo olhou voando voou\nvendo olhou gerando gerou\nvendo olhou indo foi\nvendo olhou escondendo escondeu\nvendo olhou acertando acertou\nvendo olhou implementando implementou\nvendo olhou aumentando aumentou\nvendo olhou saltando saltou\nvendo olhou conhecendo conheceu\nvendo olhou ouvindo ouviu\nmovendo moveu jogando pagou\nmovendo moveu jogando jogou\nmovendo moveu prevendo previu\nmovendo moveu lendo ler\nmovendo moveu correndo correu\nmovendo moveu dizendo disse\nmovendo moveu gritando gritou\nmovendo moveu vendo viu\nmovendo moveu vendendo vendeu\nmovendo moveu encolhendo encolheu\nmovendo moveu cantando cantou\nmovendo moveu sentando sentou\nmovendo moveu dormindo dormiu\nmovendo moveu abrandando lentificou\nmovendo moveu gastando gastou\nmovendo moveu golpeando golpeou\nmovendo moveu nadando nadou\nmovendo moveu tirando tirou\nmovendo moveu pensando pensou\nmovendo moveu desaparecendo desapareceu\nmovendo moveu andando andou\nmovendo moveu escrevendo escreveu\nmovendo moveu dançando dançou\nmovendo moveu diminuindo diminuiu\nmovendo moveu descrevendo descreveu\nmovendo moveu melhorando melhorou\nmovendo moveu caíndo caiu\nmovendo moveu alimentando alimentou\nmovendo moveu voando voou\nmovendo moveu gerando gerou\nmovendo moveu indo foi\nmovendo moveu escondendo escondeu\nmovendo moveu acertando acertou\nmovendo moveu implementando implementou\nmovendo moveu aumentando aumentou\nmovendo moveu saltando saltou\nmovendo moveu conhecendo conheceu\nmovendo moveu ouvindo ouviu\nmovendo moveu vendo olhou\njogando pagou jogando jogou\njogando pagou prevendo previu\njogando pagou lendo ler\njogando pagou correndo correu\njogando pagou dizendo disse\njogando pagou gritando gritou\njogando pagou vendo viu\njogando pagou vendendo vendeu\njogando pagou encolhendo encolheu\njogando pagou cantando cantou\njogando pagou sentando sentou\njogando pagou dormindo dormiu\njogando pagou abrandando lentificou\njogando pagou gastando gastou\njogando pagou golpeando golpeou\njogando pagou nadando nadou\njogando pagou tirando tirou\njogando pagou pensando pensou\njogando pagou desaparecendo desapareceu\njogando pagou andando andou\njogando pagou escrevendo escreveu\njogando pagou dançando dançou\njogando pagou diminuindo diminuiu\njogando pagou descrevendo descreveu\njogando pagou melhorando melhorou\njogando pagou caíndo caiu\njogando pagou alimentando alimentou\njogando pagou voando voou\njogando pagou gerando gerou\njogando pagou indo foi\njogando pagou escondendo escondeu\njogando pagou acertando acertou\njogando pagou implementando implementou\njogando pagou aumentando aumentou\njogando pagou saltando saltou\njogando pagou conhecendo conheceu\njogando pagou ouvindo ouviu\njogando pagou vendo olhou\njogando pagou movendo moveu\njogando jogou prevendo previu\njogando jogou lendo ler\njogando jogou correndo correu\njogando jogou dizendo disse\njogando jogou gritando gritou\njogando jogou vendo viu\njogando jogou vendendo vendeu\njogando jogou encolhendo encolheu\njogando jogou cantando cantou\njogando jogou sentando sentou\njogando jogou dormindo dormiu\njogando jogou abrandando lentificou\njogando jogou gastando gastou\njogando jogou golpeando golpeou\njogando jogou nadando nadou\njogando jogou tirando tirou\njogando jogou pensando pensou\njogando jogou desaparecendo desapareceu\njogando jogou andando andou\njogando jogou escrevendo escreveu\njogando jogou dançando dançou\njogando jogou diminuindo diminuiu\njogando jogou descrevendo descreveu\njogando jogou melhorando melhorou\njogando jogou caíndo caiu\njogando jogou alimentando alimentou\njogando jogou voando voou\njogando jogou gerando gerou\njogando jogou indo foi\njogando jogou escondendo escondeu\njogando jogou acertando acertou\njogando jogou implementando implementou\njogando jogou aumentando aumentou\njogando jogou saltando saltou\njogando jogou conhecendo conheceu\njogando jogou ouvindo ouviu\njogando jogou vendo olhou\njogando jogou movendo moveu\njogando jogou jogando pagou\nprevendo previu lendo ler\nprevendo previu correndo correu\nprevendo previu dizendo disse\nprevendo previu gritando gritou\nprevendo previu vendo viu\nprevendo previu vendendo vendeu\nprevendo previu encolhendo encolheu\nprevendo previu cantando cantou\nprevendo previu sentando sentou\nprevendo previu dormindo dormiu\nprevendo previu abrandando lentificou\nprevendo previu gastando gastou\nprevendo previu golpeando golpeou\nprevendo previu nadando nadou\nprevendo previu tirando tirou\nprevendo previu pensando pensou\nprevendo previu desaparecendo desapareceu\nprevendo previu andando andou\nprevendo previu escrevendo escreveu\nprevendo previu dançando dançou\nprevendo previu diminuindo diminuiu\nprevendo previu descrevendo descreveu\nprevendo previu melhorando melhorou\nprevendo previu caíndo caiu\nprevendo previu alimentando alimentou\nprevendo previu voando voou\nprevendo previu gerando gerou\nprevendo previu indo foi\nprevendo previu escondendo escondeu\nprevendo previu acertando acertou\nprevendo previu implementando implementou\nprevendo previu aumentando aumentou\nprevendo previu saltando saltou\nprevendo previu conhecendo conheceu\nprevendo previu ouvindo ouviu\nprevendo previu vendo olhou\nprevendo previu movendo moveu\nprevendo previu jogando pagou\nprevendo previu jogando jogou\nlendo ler correndo correu\nlendo ler dizendo disse\nlendo ler gritando gritou\nlendo ler vendo viu\nlendo ler vendendo vendeu\nlendo ler encolhendo encolheu\nlendo ler cantando cantou\nlendo ler sentando sentou\nlendo ler dormindo dormiu\nlendo ler abrandando lentificou\nlendo ler gastando gastou\nlendo ler golpeando golpeou\nlendo ler nadando nadou\nlendo ler tirando tirou\nlendo ler pensando pensou\nlendo ler desaparecendo desapareceu\nlendo ler andando andou\nlendo ler escrevendo escreveu\nlendo ler dançando dançou\nlendo ler diminuindo diminuiu\nlendo ler descrevendo descreveu\nlendo ler melhorando melhorou\nlendo ler caíndo caiu\nlendo ler alimentando alimentou\nlendo ler voando voou\nlendo ler gerando gerou\nlendo ler indo foi\nlendo ler escondendo escondeu\nlendo ler acertando acertou\nlendo ler implementando implementou\nlendo ler aumentando aumentou\nlendo ler saltando saltou\nlendo ler conhecendo conheceu\nlendo ler ouvindo ouviu\nlendo ler vendo olhou\nlendo ler movendo moveu\nlendo ler jogando pagou\nlendo ler jogando jogou\nlendo ler prevendo previu\ncorrendo correu dizendo disse\ncorrendo correu gritando gritou\ncorrendo correu vendo viu\ncorrendo correu vendendo vendeu\ncorrendo correu encolhendo encolheu\ncorrendo correu cantando cantou\ncorrendo correu sentando sentou\ncorrendo correu dormindo dormiu\ncorrendo correu abrandando lentificou\ncorrendo correu gastando gastou\ncorrendo correu golpeando golpeou\ncorrendo correu nadando nadou\ncorrendo correu tirando tirou\ncorrendo correu pensando pensou\ncorrendo correu desaparecendo desapareceu\ncorrendo correu andando andou\ncorrendo correu escrevendo escreveu\ncorrendo correu dançando dançou\ncorrendo correu diminuindo diminuiu\ncorrendo correu descrevendo descreveu\ncorrendo correu melhorando melhorou\ncorrendo correu caíndo caiu\ncorrendo correu alimentando alimentou\ncorrendo correu voando voou\ncorrendo correu gerando gerou\ncorrendo correu indo foi\ncorrendo correu escondendo escondeu\ncorrendo correu acertando acertou\ncorrendo correu implementando implementou\ncorrendo correu aumentando aumentou\ncorrendo correu saltando saltou\ncorrendo correu conhecendo conheceu\ncorrendo correu ouvindo ouviu\ncorrendo correu vendo olhou\ncorrendo correu movendo moveu\ncorrendo correu jogando pagou\ncorrendo correu jogando jogou\ncorrendo correu prevendo previu\ncorrendo correu lendo ler\ndizendo disse gritando gritou\ndizendo disse vendo viu\ndizendo disse vendendo vendeu\ndizendo disse encolhendo encolheu\ndizendo disse cantando cantou\ndizendo disse sentando sentou\ndizendo disse dormindo dormiu\ndizendo disse abrandando lentificou\ndizendo disse gastando gastou\ndizendo disse golpeando golpeou\ndizendo disse nadando nadou\ndizendo disse tirando tirou\ndizendo disse pensando pensou\ndizendo disse desaparecendo desapareceu\ndizendo disse andando andou\ndizendo disse escrevendo escreveu\ndizendo disse dançando dançou\ndizendo disse diminuindo diminuiu\ndizendo disse descrevendo descreveu\ndizendo disse melhorando melhorou\ndizendo disse caíndo caiu\ndizendo disse alimentando alimentou\ndizendo disse voando voou\ndizendo disse gerando gerou\ndizendo disse indo foi\ndizendo disse escondendo escondeu\ndizendo disse acertando acertou\ndizendo disse implementando implementou\ndizendo disse aumentando aumentou\ndizendo disse saltando saltou\ndizendo disse conhecendo conheceu\ndizendo disse ouvindo ouviu\ndizendo disse vendo olhou\ndizendo disse movendo moveu\ndizendo disse jogando pagou\ndizendo disse jogando jogou\ndizendo disse prevendo previu\ndizendo disse lendo ler\ndizendo disse correndo correu\ngritando gritou vendo viu\ngritando gritou vendendo vendeu\ngritando gritou encolhendo encolheu\ngritando gritou cantando cantou\ngritando gritou sentando sentou\ngritando gritou dormindo dormiu\ngritando gritou abrandando lentificou\ngritando gritou gastando gastou\ngritando gritou golpeando golpeou\ngritando gritou nadando nadou\ngritando gritou tirando tirou\ngritando gritou pensando pensou\ngritando gritou desaparecendo desapareceu\ngritando gritou andando andou\ngritando gritou escrevendo escreveu\ngritando gritou dançando dançou\ngritando gritou diminuindo diminuiu\ngritando gritou descrevendo descreveu\ngritando gritou melhorando melhorou\ngritando gritou caíndo caiu\ngritando gritou alimentando alimentou\ngritando gritou voando voou\ngritando gritou gerando gerou\ngritando gritou indo foi\ngritando gritou escondendo escondeu\ngritando gritou acertando acertou\ngritando gritou implementando implementou\ngritando gritou aumentando aumentou\ngritando gritou saltando saltou\ngritando gritou conhecendo conheceu\ngritando gritou ouvindo ouviu\ngritando gritou vendo olhou\ngritando gritou movendo moveu\ngritando gritou jogando pagou\ngritando gritou jogando jogou\ngritando gritou prevendo previu\ngritando gritou lendo ler\ngritando gritou correndo correu\ngritando gritou dizendo disse\nvendo viu vendendo vendeu\nvendo viu encolhendo encolheu\nvendo viu cantando cantou\nvendo viu sentando sentou\nvendo viu dormindo dormiu\nvendo viu abrandando lentificou\nvendo viu gastando gastou\nvendo viu golpeando golpeou\nvendo viu nadando nadou\nvendo viu tirando tirou\nvendo viu pensando pensou\nvendo viu desaparecendo desapareceu\nvendo viu andando andou\nvendo viu escrevendo escreveu\nvendo viu dançando dançou\nvendo viu diminuindo diminuiu\nvendo viu descrevendo descreveu\nvendo viu melhorando melhorou\nvendo viu caíndo caiu\nvendo viu alimentando alimentou\nvendo viu voando voou\nvendo viu gerando gerou\nvendo viu indo foi\nvendo viu escondendo escondeu\nvendo viu acertando acertou\nvendo viu implementando implementou\nvendo viu aumentando aumentou\nvendo viu saltando saltou\nvendo viu conhecendo conheceu\nvendo viu ouvindo ouviu\nvendo viu vendo olhou\nvendo viu movendo moveu\nvendo viu jogando pagou\nvendo viu jogando jogou\nvendo viu prevendo previu\nvendo viu lendo ler\nvendo viu correndo correu\nvendo viu dizendo disse\nvendo viu gritando gritou\nvendendo vendeu encolhendo encolheu\nvendendo vendeu cantando cantou\nvendendo vendeu sentando sentou\nvendendo vendeu dormindo dormiu\nvendendo vendeu abrandando lentificou\nvendendo vendeu gastando gastou\nvendendo vendeu golpeando golpeou\nvendendo vendeu nadando nadou\nvendendo vendeu tirando tirou\nvendendo vendeu pensando pensou\nvendendo vendeu desaparecendo desapareceu\nvendendo vendeu andando andou\nvendendo vendeu escrevendo escreveu\nvendendo vendeu dançando dançou\nvendendo vendeu diminuindo diminuiu\nvendendo vendeu descrevendo descreveu\nvendendo vendeu melhorando melhorou\nvendendo vendeu caíndo caiu\nvendendo vendeu alimentando alimentou\nvendendo vendeu voando voou\nvendendo vendeu gerando gerou\nvendendo vendeu indo foi\nvendendo vendeu escondendo escondeu\nvendendo vendeu acertando acertou\nvendendo vendeu implementando implementou\nvendendo vendeu aumentando aumentou\nvendendo vendeu saltando saltou\nvendendo vendeu conhecendo conheceu\nvendendo vendeu ouvindo ouviu\nvendendo vendeu vendo olhou\nvendendo vendeu movendo moveu\nvendendo vendeu jogando pagou\nvendendo vendeu jogando jogou\nvendendo vendeu prevendo previu\nvendendo vendeu lendo ler\nvendendo vendeu correndo correu\nvendendo vendeu dizendo disse\nvendendo vendeu gritando gritou\nvendendo vendeu vendo viu\nencolhendo encolheu cantando cantou\nencolhendo encolheu sentando sentou\nencolhendo encolheu dormindo dormiu\nencolhendo encolheu abrandando lentificou\nencolhendo encolheu gastando gastou\nencolhendo encolheu golpeando golpeou\nencolhendo encolheu nadando nadou\nencolhendo encolheu tirando tirou\nencolhendo encolheu pensando pensou\nencolhendo encolheu desaparecendo desapareceu\nencolhendo encolheu andando andou\nencolhendo encolheu escrevendo escreveu\nencolhendo encolheu dançando dançou\nencolhendo encolheu diminuindo diminuiu\nencolhendo encolheu descrevendo descreveu\nencolhendo encolheu melhorando melhorou\nencolhendo encolheu caíndo caiu\nencolhendo encolheu alimentando alimentou\nencolhendo encolheu voando voou\nencolhendo encolheu gerando gerou\nencolhendo encolheu indo foi\nencolhendo encolheu escondendo escondeu\nencolhendo encolheu acertando acertou\nencolhendo encolheu implementando implementou\nencolhendo encolheu aumentando aumentou\nencolhendo encolheu saltando saltou\nencolhendo encolheu conhecendo conheceu\nencolhendo encolheu ouvindo ouviu\nencolhendo encolheu vendo olhou\nencolhendo encolheu movendo moveu\nencolhendo encolheu jogando pagou\nencolhendo encolheu jogando jogou\nencolhendo encolheu prevendo previu\nencolhendo encolheu lendo ler\nencolhendo encolheu correndo correu\nencolhendo encolheu dizendo disse\nencolhendo encolheu gritando gritou\nencolhendo encolheu vendo viu\nencolhendo encolheu vendendo vendeu\ncantando cantou sentando sentou\ncantando cantou dormindo dormiu\ncantando cantou abrandando lentificou\ncantando cantou gastando gastou\ncantando cantou golpeando golpeou\ncantando cantou nadando nadou\ncantando cantou tirando tirou\ncantando cantou pensando pensou\ncantando cantou desaparecendo desapareceu\ncantando cantou andando andou\ncantando cantou escrevendo escreveu\ncantando cantou dançando dançou\ncantando cantou diminuindo diminuiu\ncantando cantou descrevendo descreveu\ncantando cantou melhorando melhorou\ncantando cantou caíndo caiu\ncantando cantou alimentando alimentou\ncantando cantou voando voou\ncantando cantou gerando gerou\ncantando cantou indo foi\ncantando cantou escondendo escondeu\ncantando cantou acertando acertou\ncantando cantou implementando implementou\ncantando cantou aumentando aumentou\ncantando cantou saltando saltou\ncantando cantou conhecendo conheceu\ncantando cantou ouvindo ouviu\ncantando cantou vendo olhou\ncantando cantou movendo moveu\ncantando cantou jogando pagou\ncantando cantou jogando jogou\ncantando cantou prevendo previu\ncantando cantou lendo ler\ncantando cantou correndo correu\ncantando cantou dizendo disse\ncantando cantou gritando gritou\ncantando cantou vendo viu\ncantando cantou vendendo vendeu\ncantando cantou encolhendo encolheu\nsentando sentou dormindo dormiu\nsentando sentou abrandando lentificou\nsentando sentou gastando gastou\nsentando sentou golpeando golpeou\nsentando sentou nadando nadou\nsentando sentou tirando tirou\nsentando sentou pensando pensou\nsentando sentou desaparecendo desapareceu\nsentando sentou andando andou\nsentando sentou escrevendo escreveu\nsentando sentou dançando dançou\nsentando sentou diminuindo diminuiu\nsentando sentou descrevendo descreveu\nsentando sentou melhorando melhorou\nsentando sentou caíndo caiu\nsentando sentou alimentando alimentou\nsentando sentou voando voou\nsentando sentou gerando gerou\nsentando sentou indo foi\nsentando sentou escondendo escondeu\nsentando sentou acertando acertou\nsentando sentou implementando implementou\nsentando sentou aumentando aumentou\nsentando sentou saltando saltou\nsentando sentou conhecendo conheceu\nsentando sentou ouvindo ouviu\nsentando sentou vendo olhou\nsentando sentou movendo moveu\nsentando sentou jogando pagou\nsentando sentou jogando jogou\nsentando sentou prevendo previu\nsentando sentou lendo ler\nsentando sentou correndo correu\nsentando sentou dizendo disse\nsentando sentou gritando gritou\nsentando sentou vendo viu\nsentando sentou vendendo vendeu\nsentando sentou encolhendo encolheu\nsentando sentou cantando cantou\ndormindo dormiu abrandando lentificou\ndormindo dormiu gastando gastou\ndormindo dormiu golpeando golpeou\ndormindo dormiu nadando nadou\ndormindo dormiu tirando tirou\ndormindo dormiu pensando pensou\ndormindo dormiu desaparecendo desapareceu\ndormindo dormiu andando andou\ndormindo dormiu escrevendo escreveu\ndormindo dormiu dançando dançou\ndormindo dormiu diminuindo diminuiu\ndormindo dormiu descrevendo descreveu\ndormindo dormiu melhorando melhorou\ndormindo dormiu caíndo caiu\ndormindo dormiu alimentando alimentou\ndormindo dormiu voando voou\ndormindo dormiu gerando gerou\ndormindo dormiu indo foi\ndormindo dormiu escondendo escondeu\ndormindo dormiu acertando acertou\ndormindo dormiu implementando implementou\ndormindo dormiu aumentando aumentou\ndormindo dormiu saltando saltou\ndormindo dormiu conhecendo conheceu\ndormindo dormiu ouvindo ouviu\ndormindo dormiu vendo olhou\ndormindo dormiu movendo moveu\ndormindo dormiu jogando pagou\ndormindo dormiu jogando jogou\ndormindo dormiu prevendo previu\ndormindo dormiu lendo ler\ndormindo dormiu correndo correu\ndormindo dormiu dizendo disse\ndormindo dormiu gritando gritou\ndormindo dormiu vendo viu\ndormindo dormiu vendendo vendeu\ndormindo dormiu encolhendo encolheu\ndormindo dormiu cantando cantou\ndormindo dormiu sentando sentou\nabrandando lentificou gastando gastou\nabrandando lentificou golpeando golpeou\nabrandando lentificou nadando nadou\nabrandando lentificou tirando tirou\nabrandando lentificou pensando pensou\nabrandando lentificou desaparecendo desapareceu\nabrandando lentificou andando andou\nabrandando lentificou escrevendo escreveu\nabrandando lentificou dançando dançou\nabrandando lentificou diminuindo diminuiu\nabrandando lentificou descrevendo descreveu\nabrandando lentificou melhorando melhorou\nabrandando lentificou caíndo caiu\nabrandando lentificou alimentando alimentou\nabrandando lentificou voando voou\nabrandando lentificou gerando gerou\nabrandando lentificou indo foi\nabrandando lentificou escondendo escondeu\nabrandando lentificou acertando acertou\nabrandando lentificou implementando implementou\nabrandando lentificou aumentando aumentou\nabrandando lentificou saltando saltou\nabrandando lentificou conhecendo conheceu\nabrandando lentificou ouvindo ouviu\nabrandando lentificou vendo olhou\nabrandando lentificou movendo moveu\nabrandando lentificou jogando pagou\nabrandando lentificou jogando jogou\nabrandando lentificou prevendo previu\nabrandando lentificou lendo ler\nabrandando lentificou correndo correu\nabrandando lentificou dizendo disse\nabrandando lentificou gritando gritou\nabrandando lentificou vendo viu\nabrandando lentificou vendendo vendeu\nabrandando lentificou encolhendo encolheu\nabrandando lentificou cantando cantou\nabrandando lentificou sentando sentou\nabrandando lentificou dormindo dormiu\ngastando gastou golpeando golpeou\ngastando gastou nadando nadou\ngastando gastou tirando tirou\ngastando gastou pensando pensou\ngastando gastou desaparecendo desapareceu\ngastando gastou andando andou\ngastando gastou escrevendo escreveu\ngastando gastou dançando dançou\ngastando gastou diminuindo diminuiu\ngastando gastou descrevendo descreveu\ngastando gastou melhorando melhorou\ngastando gastou caíndo caiu\ngastando gastou alimentando alimentou\ngastando gastou voando voou\ngastando gastou gerando gerou\ngastando gastou indo foi\ngastando gastou escondendo escondeu\ngastando gastou acertando acertou\ngastando gastou implementando implementou\ngastando gastou aumentando aumentou\ngastando gastou saltando saltou\ngastando gastou conhecendo conheceu\ngastando gastou ouvindo ouviu\ngastando gastou vendo olhou\ngastando gastou movendo moveu\ngastando gastou jogando pagou\ngastando gastou jogando jogou\ngastando gastou prevendo previu\ngastando gastou lendo ler\ngastando gastou correndo correu\ngastando gastou dizendo disse\ngastando gastou gritando gritou\ngastando gastou vendo viu\ngastando gastou vendendo vendeu\ngastando gastou encolhendo encolheu\ngastando gastou cantando cantou\ngastando gastou sentando sentou\ngastando gastou dormindo dormiu\ngastando gastou abrandando lentificou\ngolpeando golpeou nadando nadou\ngolpeando golpeou tirando tirou\ngolpeando golpeou pensando pensou\ngolpeando golpeou desaparecendo desapareceu\ngolpeando golpeou andando andou\ngolpeando golpeou escrevendo escreveu\ngolpeando golpeou dançando dançou\ngolpeando golpeou diminuindo diminuiu\ngolpeando golpeou descrevendo descreveu\ngolpeando golpeou melhorando melhorou\ngolpeando golpeou caíndo caiu\ngolpeando golpeou alimentando alimentou\ngolpeando golpeou voando voou\ngolpeando golpeou gerando gerou\ngolpeando golpeou indo foi\ngolpeando golpeou escondendo escondeu\ngolpeando golpeou acertando acertou\ngolpeando golpeou implementando implementou\ngolpeando golpeou aumentando aumentou\ngolpeando golpeou saltando saltou\ngolpeando golpeou conhecendo conheceu\ngolpeando golpeou ouvindo ouviu\ngolpeando golpeou vendo olhou\ngolpeando golpeou movendo moveu\ngolpeando golpeou jogando pagou\ngolpeando golpeou jogando jogou\ngolpeando golpeou prevendo previu\ngolpeando golpeou lendo ler\ngolpeando golpeou correndo correu\ngolpeando golpeou dizendo disse\ngolpeando golpeou gritando gritou\ngolpeando golpeou vendo viu\ngolpeando golpeou vendendo vendeu\ngolpeando golpeou encolhendo encolheu\ngolpeando golpeou cantando cantou\ngolpeando golpeou sentando sentou\ngolpeando golpeou dormindo dormiu\ngolpeando golpeou abrandando lentificou\ngolpeando golpeou gastando gastou\nnadando nadou tirando tirou\nnadando nadou pensando pensou\nnadando nadou desaparecendo desapareceu\nnadando nadou andando andou\nnadando nadou escrevendo escreveu\nnadando nadou dançando dançou\nnadando nadou diminuindo diminuiu\nnadando nadou descrevendo descreveu\nnadando nadou melhorando melhorou\nnadando nadou caíndo caiu\nnadando nadou alimentando alimentou\nnadando nadou voando voou\nnadando nadou gerando gerou\nnadando nadou indo foi\nnadando nadou escondendo escondeu\nnadando nadou acertando acertou\nnadando nadou implementando implementou\nnadando nadou aumentando aumentou\nnadando nadou saltando saltou\nnadando nadou conhecendo conheceu\nnadando nadou ouvindo ouviu\nnadando nadou vendo olhou\nnadando nadou movendo moveu\nnadando nadou jogando pagou\nnadando nadou jogando jogou\nnadando nadou prevendo previu\nnadando nadou lendo ler\nnadando nadou correndo correu\nnadando nadou dizendo disse\nnadando nadou gritando gritou\nnadando nadou vendo viu\nnadando nadou vendendo vendeu\nnadando nadou encolhendo encolheu\nnadando nadou cantando cantou\nnadando nadou sentando sentou\nnadando nadou dormindo dormiu\nnadando nadou abrandando lentificou\nnadando nadou gastando gastou\nnadando nadou golpeando golpeou\ntirando tirou pensando pensou\ntirando tirou desaparecendo desapareceu\ntirando tirou andando andou\ntirando tirou escrevendo escreveu\ntirando tirou dançando dançou\ntirando tirou diminuindo diminuiu\ntirando tirou descrevendo descreveu\ntirando tirou melhorando melhorou\ntirando tirou caíndo caiu\ntirando tirou alimentando alimentou\ntirando tirou voando voou\ntirando tirou gerando gerou\ntirando tirou indo foi\ntirando tirou escondendo escondeu\ntirando tirou acertando acertou\ntirando tirou implementando implementou\ntirando tirou aumentando aumentou\ntirando tirou saltando saltou\ntirando tirou conhecendo conheceu\ntirando tirou ouvindo ouviu\ntirando tirou vendo olhou\ntirando tirou movendo moveu\ntirando tirou jogando pagou\ntirando tirou jogando jogou\ntirando tirou prevendo previu\ntirando tirou lendo ler\ntirando tirou correndo correu\ntirando tirou dizendo disse\ntirando tirou gritando gritou\ntirando tirou vendo viu\ntirando tirou vendendo vendeu\ntirando tirou encolhendo encolheu\ntirando tirou cantando cantou\ntirando tirou sentando sentou\ntirando tirou dormindo dormiu\ntirando tirou abrandando lentificou\ntirando tirou gastando gastou\ntirando tirou golpeando golpeou\ntirando tirou nadando nadou\npensando pensou desaparecendo desapareceu\npensando pensou andando andou\npensando pensou escrevendo escreveu\npensando pensou dançando dançou\npensando pensou diminuindo diminuiu\npensando pensou descrevendo descreveu\npensando pensou melhorando melhorou\npensando pensou caíndo caiu\npensando pensou alimentando alimentou\npensando pensou voando voou\npensando pensou gerando gerou\npensando pensou indo foi\npensando pensou escondendo escondeu\npensando pensou acertando acertou\npensando pensou implementando implementou\npensando pensou aumentando aumentou\npensando pensou saltando saltou\npensando pensou conhecendo conheceu\npensando pensou ouvindo ouviu\npensando pensou vendo olhou\npensando pensou movendo moveu\npensando pensou jogando pagou\npensando pensou jogando jogou\npensando pensou prevendo previu\npensando pensou lendo ler\npensando pensou correndo correu\npensando pensou dizendo disse\npensando pensou gritando gritou\npensando pensou vendo viu\npensando pensou vendendo vendeu\npensando pensou encolhendo encolheu\npensando pensou cantando cantou\npensando pensou sentando sentou\npensando pensou dormindo dormiu\npensando pensou abrandando lentificou\npensando pensou gastando gastou\npensando pensou golpeando golpeou\npensando pensou nadando nadou\npensando pensou tirando tirou\ndesaparecendo desapareceu andando andou\ndesaparecendo desapareceu escrevendo escreveu\ndesaparecendo desapareceu dançando dançou\ndesaparecendo desapareceu diminuindo diminuiu\ndesaparecendo desapareceu descrevendo descreveu\ndesaparecendo desapareceu melhorando melhorou\ndesaparecendo desapareceu caíndo caiu\ndesaparecendo desapareceu alimentando alimentou\ndesaparecendo desapareceu voando voou\ndesaparecendo desapareceu gerando gerou\ndesaparecendo desapareceu indo foi\ndesaparecendo desapareceu escondendo escondeu\ndesaparecendo desapareceu acertando acertou\ndesaparecendo desapareceu implementando implementou\ndesaparecendo desapareceu aumentando aumentou\ndesaparecendo desapareceu saltando saltou\ndesaparecendo desapareceu conhecendo conheceu\ndesaparecendo desapareceu ouvindo ouviu\ndesaparecendo desapareceu vendo olhou\ndesaparecendo desapareceu movendo moveu\ndesaparecendo desapareceu jogando pagou\ndesaparecendo desapareceu jogando jogou\ndesaparecendo desapareceu prevendo previu\ndesaparecendo desapareceu lendo ler\ndesaparecendo desapareceu correndo correu\ndesaparecendo desapareceu dizendo disse\ndesaparecendo desapareceu gritando gritou\ndesaparecendo desapareceu vendo viu\ndesaparecendo desapareceu vendendo vendeu\ndesaparecendo desapareceu encolhendo encolheu\ndesaparecendo desapareceu cantando cantou\ndesaparecendo desapareceu sentando sentou\ndesaparecendo desapareceu dormindo dormiu\ndesaparecendo desapareceu abrandando lentificou\ndesaparecendo desapareceu gastando gastou\ndesaparecendo desapareceu golpeando golpeou\ndesaparecendo desapareceu nadando nadou\ndesaparecendo desapareceu tirando tirou\ndesaparecendo desapareceu pensando pensou\nandando andou escrevendo escreveu\nandando andou dançando dançou\nandando andou diminuindo diminuiu\nandando andou descrevendo descreveu\nandando andou melhorando melhorou\nandando andou caíndo caiu\nandando andou alimentando alimentou\nandando andou voando voou\nandando andou gerando gerou\nandando andou indo foi\nandando andou escondendo escondeu\nandando andou acertando acertou\nandando andou implementando implementou\nandando andou aumentando aumentou\nandando andou saltando saltou\nandando andou conhecendo conheceu\nandando andou ouvindo ouviu\nandando andou vendo olhou\nandando andou movendo moveu\nandando andou jogando pagou\nandando andou jogando jogou\nandando andou prevendo previu\nandando andou lendo ler\nandando andou correndo correu\nandando andou dizendo disse\nandando andou gritando gritou\nandando andou vendo viu\nandando andou vendendo vendeu\nandando andou encolhendo encolheu\nandando andou cantando cantou\nandando andou sentando sentou\nandando andou dormindo dormiu\nandando andou abrandando lentificou\nandando andou gastando gastou\nandando andou golpeando golpeou\nandando andou nadando nadou\nandando andou tirando tirou\nandando andou pensando pensou\nandando andou desaparecendo desapareceu\nescrevendo escreveu dançando dançou\nescrevendo escreveu diminuindo diminuiu\nescrevendo escreveu descrevendo descreveu\nescrevendo escreveu melhorando melhorou\nescrevendo escreveu caíndo caiu\nescrevendo escreveu alimentando alimentou\nescrevendo escreveu voando voou\nescrevendo escreveu gerando gerou\nescrevendo escreveu indo foi\nescrevendo escreveu escondendo escondeu\nescrevendo escreveu acertando acertou\nescrevendo escreveu implementando implementou\nescrevendo escreveu aumentando aumentou\nescrevendo escreveu saltando saltou\nescrevendo escreveu conhecendo conheceu\nescrevendo escreveu ouvindo ouviu\nescrevendo escreveu vendo olhou\nescrevendo escreveu movendo moveu\nescrevendo escreveu jogando pagou\nescrevendo escreveu jogando jogou\nescrevendo escreveu prevendo previu\nescrevendo escreveu lendo ler\nescrevendo escreveu correndo correu\nescrevendo escreveu dizendo disse\nescrevendo escreveu gritando gritou\nescrevendo escreveu vendo viu\nescrevendo escreveu vendendo vendeu\nescrevendo escreveu encolhendo encolheu\nescrevendo escreveu cantando cantou\nescrevendo escreveu sentando sentou\nescrevendo escreveu dormindo dormiu\nescrevendo escreveu abrandando lentificou\nescrevendo escreveu gastando gastou\nescrevendo escreveu golpeando golpeou\nescrevendo escreveu nadando nadou\nescrevendo escreveu tirando tirou\nescrevendo escreveu pensando pensou\nescrevendo escreveu desaparecendo desapareceu\nescrevendo escreveu andando andou\n: gram8-plural\nbanana bananas pássaro pássaros\nbanana bananas garrafa garrafas\nbanana bananas edifício edifícios\nbanana bananas carro carros\nbanana bananas gato gatos\nbanana bananas criança crianças\nbanana bananas nuvem nuvens\nbanana bananas cor cores\nbanana bananas computador computadores\nbanana bananas vaca vacas\nbanana bananas cão cães\nbanana bananas dólar dólares\nbanana bananas burro burros\nbanana bananas sonho sonhos\nbanana bananas águia águias\nbanana bananas elefante elefantes\nbanana bananas olho olhos\nbanana bananas dedo dedos\nbanana bananas cabra cabras\nbanana bananas mão mãos\nbanana bananas cavalo cavalos\nbanana bananas leão leões\nbanana bananas máquina máquinas\nbanana bananas manga mangas\nbanana bananas homem homens\nbanana bananas melão melões\nbanana bananas macaco macacos\nbanana bananas rato ratos\nbanana bananas cebola cebolas\nbanana bananas pêra pêras\nbanana bananas porco porcos\nbanana bananas ananás ananases\nbanana bananas ratazana ratazanas\nbanana bananas estrada estradas\nbanana bananas cobra cobras\nbanana bananas mulher mulheres\npássaro pássaros garrafa garrafas\npássaro pássaros edifício edifícios\npássaro pássaros carro carros\npássaro pássaros gato gatos\npássaro pássaros criança crianças\npássaro pássaros nuvem nuvens\npássaro pássaros cor cores\npássaro pássaros computador computadores\npássaro pássaros vaca vacas\npássaro pássaros cão cães\npássaro pássaros dólar dólares\npássaro pássaros burro burros\npássaro pássaros sonho sonhos\npássaro pássaros águia águias\npássaro pássaros elefante elefantes\npássaro pássaros olho olhos\npássaro pássaros dedo dedos\npássaro pássaros cabra cabras\npássaro pássaros mão mãos\npássaro pássaros cavalo cavalos\npássaro pássaros leão leões\npássaro pássaros máquina máquinas\npássaro pássaros manga mangas\npássaro pássaros homem homens\npássaro pássaros melão melões\npássaro pássaros macaco macacos\npássaro pássaros rato ratos\npássaro pássaros cebola cebolas\npássaro pássaros pêra pêras\npássaro pássaros porco porcos\npássaro pássaros ananás ananases\npássaro pássaros ratazana ratazanas\npássaro pássaros estrada estradas\npássaro pássaros cobra cobras\npássaro pássaros mulher mulheres\npássaro pássaros banana bananas\ngarrafa garrafas edifício edifícios\ngarrafa garrafas carro carros\ngarrafa garrafas gato gatos\ngarrafa garrafas criança crianças\ngarrafa garrafas nuvem nuvens\ngarrafa garrafas cor cores\ngarrafa garrafas computador computadores\ngarrafa garrafas vaca vacas\ngarrafa garrafas cão cães\ngarrafa garrafas dólar dólares\ngarrafa garrafas burro burros\ngarrafa garrafas sonho sonhos\ngarrafa garrafas águia águias\ngarrafa garrafas elefante elefantes\ngarrafa garrafas olho olhos\ngarrafa garrafas dedo dedos\ngarrafa garrafas cabra cabras\ngarrafa garrafas mão mãos\ngarrafa garrafas cavalo cavalos\ngarrafa garrafas leão leões\ngarrafa garrafas máquina máquinas\ngarrafa garrafas manga mangas\ngarrafa garrafas homem homens\ngarrafa garrafas melão melões\ngarrafa garrafas macaco macacos\ngarrafa garrafas rato ratos\ngarrafa garrafas cebola cebolas\ngarrafa garrafas pêra pêras\ngarrafa garrafas porco porcos\ngarrafa garrafas ananás ananases\ngarrafa garrafas ratazana ratazanas\ngarrafa garrafas estrada estradas\ngarrafa garrafas cobra cobras\ngarrafa garrafas mulher mulheres\ngarrafa garrafas banana bananas\ngarrafa garrafas pássaro pássaros\nedifício edifícios carro carros\nedifício edifícios gato gatos\nedifício edifícios criança crianças\nedifício edifícios nuvem nuvens\nedifício edifícios cor cores\nedifício edifícios computador computadores\nedifício edifícios vaca vacas\nedifício edifícios cão cães\nedifício edifícios dólar dólares\nedifício edifícios burro burros\nedifício edifícios sonho sonhos\nedifício edifícios águia águias\nedifício edifícios elefante elefantes\nedifício edifícios olho olhos\nedifício edifícios dedo dedos\nedifício edifícios cabra cabras\nedifício edifícios mão mãos\nedifício edifícios cavalo cavalos\nedifício edifícios leão leões\nedifício edifícios máquina máquinas\nedifício edifícios manga mangas\nedifício edifícios homem homens\nedifício edifícios melão melões\nedifício edifícios macaco macacos\nedifício edifícios rato ratos\nedifício edifícios cebola cebolas\nedifício edifícios pêra pêras\nedifício edifícios porco porcos\nedifício edifícios ananás ananases\nedifício edifícios ratazana ratazanas\nedifício edifícios estrada estradas\nedifício edifícios cobra cobras\nedifício edifícios mulher mulheres\nedifício edifícios banana bananas\nedifício edifícios pássaro pássaros\nedifício edifícios garrafa garrafas\ncarro carros gato gatos\ncarro carros criança crianças\ncarro carros nuvem nuvens\ncarro carros cor cores\ncarro carros computador computadores\ncarro carros vaca vacas\ncarro carros cão cães\ncarro carros dólar dólares\ncarro carros burro burros\ncarro carros sonho sonhos\ncarro carros águia águias\ncarro carros elefante elefantes\ncarro carros olho olhos\ncarro carros dedo dedos\ncarro carros cabra cabras\ncarro carros mão mãos\ncarro carros cavalo cavalos\ncarro carros leão leões\ncarro carros máquina máquinas\ncarro carros manga mangas\ncarro carros homem homens\ncarro carros melão melões\ncarro carros macaco macacos\ncarro carros rato ratos\ncarro carros cebola cebolas\ncarro carros pêra pêras\ncarro carros porco porcos\ncarro carros ananás ananases\ncarro carros ratazana ratazanas\ncarro carros estrada estradas\ncarro carros cobra cobras\ncarro carros mulher mulheres\ncarro carros banana bananas\ncarro carros pássaro pássaros\ncarro carros garrafa garrafas\ncarro carros edifício edifícios\ngato gatos criança crianças\ngato gatos nuvem nuvens\ngato gatos cor cores\ngato gatos computador computadores\ngato gatos vaca vacas\ngato gatos cão cães\ngato gatos dólar dólares\ngato gatos burro burros\ngato gatos sonho sonhos\ngato gatos águia águias\ngato gatos elefante elefantes\ngato gatos olho olhos\ngato gatos dedo dedos\ngato gatos cabra cabras\ngato gatos mão mãos\ngato gatos cavalo cavalos\ngato gatos leão leões\ngato gatos máquina máquinas\ngato gatos manga mangas\ngato gatos homem homens\ngato gatos melão melões\ngato gatos macaco macacos\ngato gatos rato ratos\ngato gatos cebola cebolas\ngato gatos pêra pêras\ngato gatos porco porcos\ngato gatos ananás ananases\ngato gatos ratazana ratazanas\ngato gatos estrada estradas\ngato gatos cobra cobras\ngato gatos mulher mulheres\ngato gatos banana bananas\ngato gatos pássaro pássaros\ngato gatos garrafa garrafas\ngato gatos edifício edifícios\ngato gatos carro carros\ncriança crianças nuvem nuvens\ncriança crianças cor cores\ncriança crianças computador computadores\ncriança crianças vaca vacas\ncriança crianças cão cães\ncriança crianças dólar dólares\ncriança crianças burro burros\ncriança crianças sonho sonhos\ncriança crianças águia águias\ncriança crianças elefante elefantes\ncriança crianças olho olhos\ncriança crianças dedo dedos\ncriança crianças cabra cabras\ncriança crianças mão mãos\ncriança crianças cavalo cavalos\ncriança crianças leão leões\ncriança crianças máquina máquinas\ncriança crianças manga mangas\ncriança crianças homem homens\ncriança crianças melão melões\ncriança crianças macaco macacos\ncriança crianças rato ratos\ncriança crianças cebola cebolas\ncriança crianças pêra pêras\ncriança crianças porco porcos\ncriança crianças ananás ananases\ncriança crianças ratazana ratazanas\ncriança crianças estrada estradas\ncriança crianças cobra cobras\ncriança crianças mulher mulheres\ncriança crianças banana bananas\ncriança crianças pássaro pássaros\ncriança crianças garrafa garrafas\ncriança crianças edifício edifícios\ncriança crianças carro carros\ncriança crianças gato gatos\nnuvem nuvens cor cores\nnuvem nuvens computador computadores\nnuvem nuvens vaca vacas\nnuvem nuvens cão cães\nnuvem nuvens dólar dólares\nnuvem nuvens burro burros\nnuvem nuvens sonho sonhos\nnuvem nuvens águia águias\nnuvem nuvens elefante elefantes\nnuvem nuvens olho olhos\nnuvem nuvens dedo dedos\nnuvem nuvens cabra cabras\nnuvem nuvens mão mãos\nnuvem nuvens cavalo cavalos\nnuvem nuvens leão leões\nnuvem nuvens máquina máquinas\nnuvem nuvens manga mangas\nnuvem nuvens homem homens\nnuvem nuvens melão melões\nnuvem nuvens macaco macacos\nnuvem nuvens rato ratos\nnuvem nuvens cebola cebolas\nnuvem nuvens pêra pêras\nnuvem nuvens porco porcos\nnuvem nuvens ananás ananases\nnuvem nuvens ratazana ratazanas\nnuvem nuvens estrada estradas\nnuvem nuvens cobra cobras\nnuvem nuvens mulher mulheres\nnuvem nuvens banana bananas\nnuvem nuvens pássaro pássaros\nnuvem nuvens garrafa garrafas\nnuvem nuvens edifício edifícios\nnuvem nuvens carro carros\nnuvem nuvens gato gatos\nnuvem nuvens criança crianças\ncor cores computador computadores\ncor cores vaca vacas\ncor cores cão cães\ncor cores dólar dólares\ncor cores burro burros\ncor cores sonho sonhos\ncor cores águia águias\ncor cores elefante elefantes\ncor cores olho olhos\ncor cores dedo dedos\ncor cores cabra cabras\ncor cores mão mãos\ncor cores cavalo cavalos\ncor cores leão leões\ncor cores máquina máquinas\ncor cores manga mangas\ncor cores homem homens\ncor cores melão melões\ncor cores macaco macacos\ncor cores rato ratos\ncor cores cebola cebolas\ncor cores pêra pêras\ncor cores porco porcos\ncor cores ananás ananases\ncor cores ratazana ratazanas\ncor cores estrada estradas\ncor cores cobra cobras\ncor cores mulher mulheres\ncor cores banana bananas\ncor cores pássaro pássaros\ncor cores garrafa garrafas\ncor cores edifício edifícios\ncor cores carro carros\ncor cores gato gatos\ncor cores criança crianças\ncor cores nuvem nuvens\ncomputador computadores vaca vacas\ncomputador computadores cão cães\ncomputador computadores dólar dólares\ncomputador computadores burro burros\ncomputador computadores sonho sonhos\ncomputador computadores águia águias\ncomputador computadores elefante elefantes\ncomputador computadores olho olhos\ncomputador computadores dedo dedos\ncomputador computadores cabra cabras\ncomputador computadores mão mãos\ncomputador computadores cavalo cavalos\ncomputador computadores leão leões\ncomputador computadores máquina máquinas\ncomputador computadores manga mangas\ncomputador computadores homem homens\ncomputador computadores melão melões\ncomputador computadores macaco macacos\ncomputador computadores rato ratos\ncomputador computadores cebola cebolas\ncomputador computadores pêra pêras\ncomputador computadores porco porcos\ncomputador computadores ananás ananases\ncomputador computadores ratazana ratazanas\ncomputador computadores estrada estradas\ncomputador computadores cobra cobras\ncomputador computadores mulher mulheres\ncomputador computadores banana bananas\ncomputador computadores pássaro pássaros\ncomputador computadores garrafa garrafas\ncomputador computadores edifício edifícios\ncomputador computadores carro carros\ncomputador computadores gato gatos\ncomputador computadores criança crianças\ncomputador computadores nuvem nuvens\ncomputador computadores cor cores\nvaca vacas cão cães\nvaca vacas dólar dólares\nvaca vacas burro burros\nvaca vacas sonho sonhos\nvaca vacas águia águias\nvaca vacas elefante elefantes\nvaca vacas olho olhos\nvaca vacas dedo dedos\nvaca vacas cabra cabras\nvaca vacas mão mãos\nvaca vacas cavalo cavalos\nvaca vacas leão leões\nvaca vacas máquina máquinas\nvaca vacas manga mangas\nvaca vacas homem homens\nvaca vacas melão melões\nvaca vacas macaco macacos\nvaca vacas rato ratos\nvaca vacas cebola cebolas\nvaca vacas pêra pêras\nvaca vacas porco porcos\nvaca vacas ananás ananases\nvaca vacas ratazana ratazanas\nvaca vacas estrada estradas\nvaca vacas cobra cobras\nvaca vacas mulher mulheres\nvaca vacas banana bananas\nvaca vacas pássaro pássaros\nvaca vacas garrafa garrafas\nvaca vacas edifício edifícios\nvaca vacas carro carros\nvaca vacas gato gatos\nvaca vacas criança crianças\nvaca vacas nuvem nuvens\nvaca vacas cor cores\nvaca vacas computador computadores\ncão cães dólar dólares\ncão cães burro burros\ncão cães sonho sonhos\ncão cães águia águias\ncão cães elefante elefantes\ncão cães olho olhos\ncão cães dedo dedos\ncão cães cabra cabras\ncão cães mão mãos\ncão cães cavalo cavalos\ncão cães leão leões\ncão cães máquina máquinas\ncão cães manga mangas\ncão cães homem homens\ncão cães melão melões\ncão cães macaco macacos\ncão cães rato ratos\ncão cães cebola cebolas\ncão cães pêra pêras\ncão cães porco porcos\ncão cães ananás ananases\ncão cães ratazana ratazanas\ncão cães estrada estradas\ncão cães cobra cobras\ncão cães mulher mulheres\ncão cães banana bananas\ncão cães pássaro pássaros\ncão cães garrafa garrafas\ncão cães edifício edifícios\ncão cães carro carros\ncão cães gato gatos\ncão cães criança crianças\ncão cães nuvem nuvens\ncão cães cor cores\ncão cães computador computadores\ncão cães vaca vacas\ndólar dólares burro burros\ndólar dólares sonho sonhos\ndólar dólares águia águias\ndólar dólares elefante elefantes\ndólar dólares olho olhos\ndólar dólares dedo dedos\ndólar dólares cabra cabras\ndólar dólares mão mãos\ndólar dólares cavalo cavalos\ndólar dólares leão leões\ndólar dólares máquina máquinas\ndólar dólares manga mangas\ndólar dólares homem homens\ndólar dólares melão melões\ndólar dólares macaco macacos\ndólar dólares rato ratos\ndólar dólares cebola cebolas\ndólar dólares pêra pêras\ndólar dólares porco porcos\ndólar dólares ananás ananases\ndólar dólares ratazana ratazanas\ndólar dólares estrada estradas\ndólar dólares cobra cobras\ndólar dólares mulher mulheres\ndólar dólares banana bananas\ndólar dólares pássaro pássaros\ndólar dólares garrafa garrafas\ndólar dólares edifício edifícios\ndólar dólares carro carros\ndólar dólares gato gatos\ndólar dólares criança crianças\ndólar dólares nuvem nuvens\ndólar dólares cor cores\ndólar dólares computador computadores\ndólar dólares vaca vacas\ndólar dólares cão cães\nburro burros sonho sonhos\nburro burros águia águias\nburro burros elefante elefantes\nburro burros olho olhos\nburro burros dedo dedos\nburro burros cabra cabras\nburro burros mão mãos\nburro burros cavalo cavalos\nburro burros leão leões\nburro burros máquina máquinas\nburro burros manga mangas\nburro burros homem homens\nburro burros melão melões\nburro burros macaco macacos\nburro burros rato ratos\nburro burros cebola cebolas\nburro burros pêra pêras\nburro burros porco porcos\nburro burros ananás ananases\nburro burros ratazana ratazanas\nburro burros estrada estradas\nburro burros cobra cobras\nburro burros mulher mulheres\nburro burros banana bananas\nburro burros pássaro pássaros\nburro burros garrafa garrafas\nburro burros edifício edifícios\nburro burros carro carros\nburro burros gato gatos\nburro burros criança crianças\nburro burros nuvem nuvens\nburro burros cor cores\nburro burros computador computadores\nburro burros vaca vacas\nburro burros cão cães\nburro burros dólar dólares\nsonho sonhos águia águias\nsonho sonhos elefante elefantes\nsonho sonhos olho olhos\nsonho sonhos dedo dedos\nsonho sonhos cabra cabras\nsonho sonhos mão mãos\nsonho sonhos cavalo cavalos\nsonho sonhos leão leões\nsonho sonhos máquina máquinas\nsonho sonhos manga mangas\nsonho sonhos homem homens\nsonho sonhos melão melões\nsonho sonhos macaco macacos\nsonho sonhos rato ratos\nsonho sonhos cebola cebolas\nsonho sonhos pêra pêras\nsonho sonhos porco porcos\nsonho sonhos ananás ananases\nsonho sonhos ratazana ratazanas\nsonho sonhos estrada estradas\nsonho sonhos cobra cobras\nsonho sonhos mulher mulheres\nsonho sonhos banana bananas\nsonho sonhos pássaro pássaros\nsonho sonhos garrafa garrafas\nsonho sonhos edifício edifícios\nsonho sonhos carro carros\nsonho sonhos gato gatos\nsonho sonhos criança crianças\nsonho sonhos nuvem nuvens\nsonho sonhos cor cores\nsonho sonhos computador computadores\nsonho sonhos vaca vacas\nsonho sonhos cão cães\nsonho sonhos dólar dólares\nsonho sonhos burro burros\náguia águias elefante elefantes\náguia águias olho olhos\náguia águias dedo dedos\náguia águias cabra cabras\náguia águias mão mãos\náguia águias cavalo cavalos\náguia águias leão leões\náguia águias máquina máquinas\náguia águias manga mangas\náguia águias homem homens\náguia águias melão melões\náguia águias macaco macacos\náguia águias rato ratos\náguia águias cebola cebolas\náguia águias pêra pêras\náguia águias porco porcos\náguia águias ananás ananases\náguia águias ratazana ratazanas\náguia águias estrada estradas\náguia águias cobra cobras\náguia águias mulher mulheres\náguia águias banana bananas\náguia águias pássaro pássaros\náguia águias garrafa garrafas\náguia águias edifício edifícios\náguia águias carro carros\náguia águias gato gatos\náguia águias criança crianças\náguia águias nuvem nuvens\náguia águias cor cores\náguia águias computador computadores\náguia águias vaca vacas\náguia águias cão cães\náguia águias dólar dólares\náguia águias burro burros\náguia águias sonho sonhos\nelefante elefantes olho olhos\nelefante elefantes dedo dedos\nelefante elefantes cabra cabras\nelefante elefantes mão mãos\nelefante elefantes cavalo cavalos\nelefante elefantes leão leões\nelefante elefantes máquina máquinas\nelefante elefantes manga mangas\nelefante elefantes homem homens\nelefante elefantes melão melões\nelefante elefantes macaco macacos\nelefante elefantes rato ratos\nelefante elefantes cebola cebolas\nelefante elefantes pêra pêras\nelefante elefantes porco porcos\nelefante elefantes ananás ananases\nelefante elefantes ratazana ratazanas\nelefante elefantes estrada estradas\nelefante elefantes cobra cobras\nelefante elefantes mulher mulheres\nelefante elefantes banana bananas\nelefante elefantes pássaro pássaros\nelefante elefantes garrafa garrafas\nelefante elefantes edifício edifícios\nelefante elefantes carro carros\nelefante elefantes gato gatos\nelefante elefantes criança crianças\nelefante elefantes nuvem nuvens\nelefante elefantes cor cores\nelefante elefantes computador computadores\nelefante elefantes vaca vacas\nelefante elefantes cão cães\nelefante elefantes dólar dólares\nelefante elefantes burro burros\nelefante elefantes sonho sonhos\nelefante elefantes águia águias\nolho olhos dedo dedos\nolho olhos cabra cabras\nolho olhos mão mãos\nolho olhos cavalo cavalos\nolho olhos leão leões\nolho olhos máquina máquinas\nolho olhos manga mangas\nolho olhos homem homens\nolho olhos melão melões\nolho olhos macaco macacos\nolho olhos rato ratos\nolho olhos cebola cebolas\nolho olhos pêra pêras\nolho olhos porco porcos\nolho olhos ananás ananases\nolho olhos ratazana ratazanas\nolho olhos estrada estradas\nolho olhos cobra cobras\nolho olhos mulher mulheres\nolho olhos banana bananas\nolho olhos pássaro pássaros\nolho olhos garrafa garrafas\nolho olhos edifício edifícios\nolho olhos carro carros\nolho olhos gato gatos\nolho olhos criança crianças\nolho olhos nuvem nuvens\nolho olhos cor cores\nolho olhos computador computadores\nolho olhos vaca vacas\nolho olhos cão cães\nolho olhos dólar dólares\nolho olhos burro burros\nolho olhos sonho sonhos\nolho olhos águia águias\nolho olhos elefante elefantes\ndedo dedos cabra cabras\ndedo dedos mão mãos\ndedo dedos cavalo cavalos\ndedo dedos leão leões\ndedo dedos máquina máquinas\ndedo dedos manga mangas\ndedo dedos homem homens\ndedo dedos melão melões\ndedo dedos macaco macacos\ndedo dedos rato ratos\ndedo dedos cebola cebolas\ndedo dedos pêra pêras\ndedo dedos porco porcos\ndedo dedos ananás ananases\ndedo dedos ratazana ratazanas\ndedo dedos estrada estradas\ndedo dedos cobra cobras\ndedo dedos mulher mulheres\ndedo dedos banana bananas\ndedo dedos pássaro pássaros\ndedo dedos garrafa garrafas\ndedo dedos edifício edifícios\ndedo dedos carro carros\ndedo dedos gato gatos\ndedo dedos criança crianças\ndedo dedos nuvem nuvens\ndedo dedos cor cores\ndedo dedos computador computadores\ndedo dedos vaca vacas\ndedo dedos cão cães\ndedo dedos dólar dólares\ndedo dedos burro burros\ndedo dedos sonho sonhos\ndedo dedos águia águias\ndedo dedos elefante elefantes\ndedo dedos olho olhos\ncabra cabras mão mãos\ncabra cabras cavalo cavalos\ncabra cabras leão leões\ncabra cabras máquina máquinas\ncabra cabras manga mangas\ncabra cabras homem homens\ncabra cabras melão melões\ncabra cabras macaco macacos\ncabra cabras rato ratos\ncabra cabras cebola cebolas\ncabra cabras pêra pêras\ncabra cabras porco porcos\ncabra cabras ananás ananases\ncabra cabras ratazana ratazanas\ncabra cabras estrada estradas\ncabra cabras cobra cobras\ncabra cabras mulher mulheres\ncabra cabras banana bananas\ncabra cabras pássaro pássaros\ncabra cabras garrafa garrafas\ncabra cabras edifício edifícios\ncabra cabras carro carros\ncabra cabras gato gatos\ncabra cabras criança crianças\ncabra cabras nuvem nuvens\ncabra cabras cor cores\ncabra cabras computador computadores\ncabra cabras vaca vacas\ncabra cabras cão cães\ncabra cabras dólar dólares\ncabra cabras burro burros\ncabra cabras sonho sonhos\ncabra cabras águia águias\ncabra cabras elefante elefantes\ncabra cabras olho olhos\ncabra cabras dedo dedos\nmão mãos cavalo cavalos\nmão mãos leão leões\nmão mãos máquina máquinas\nmão mãos manga mangas\nmão mãos homem homens\nmão mãos melão melões\nmão mãos macaco macacos\nmão mãos rato ratos\nmão mãos cebola cebolas\nmão mãos pêra pêras\nmão mãos porco porcos\nmão mãos ananás ananases\nmão mãos ratazana ratazanas\nmão mãos estrada estradas\nmão mãos cobra cobras\nmão mãos mulher mulheres\nmão mãos banana bananas\nmão mãos pássaro pássaros\nmão mãos garrafa garrafas\nmão mãos edifício edifícios\nmão mãos carro carros\nmão mãos gato gatos\nmão mãos criança crianças\nmão mãos nuvem nuvens\nmão mãos cor cores\nmão mãos computador computadores\nmão mãos vaca vacas\nmão mãos cão cães\nmão mãos dólar dólares\nmão mãos burro burros\nmão mãos sonho sonhos\nmão mãos águia águias\nmão mãos elefante elefantes\nmão mãos olho olhos\nmão mãos dedo dedos\nmão mãos cabra cabras\ncavalo cavalos leão leões\ncavalo cavalos máquina máquinas\ncavalo cavalos manga mangas\ncavalo cavalos homem homens\ncavalo cavalos melão melões\ncavalo cavalos macaco macacos\ncavalo cavalos rato ratos\ncavalo cavalos cebola cebolas\ncavalo cavalos pêra pêras\ncavalo cavalos porco porcos\ncavalo cavalos ananás ananases\ncavalo cavalos ratazana ratazanas\ncavalo cavalos estrada estradas\ncavalo cavalos cobra cobras\ncavalo cavalos mulher mulheres\ncavalo cavalos banana bananas\ncavalo cavalos pássaro pássaros\ncavalo cavalos garrafa garrafas\ncavalo cavalos edifício edifícios\ncavalo cavalos carro carros\ncavalo cavalos gato gatos\ncavalo cavalos criança crianças\ncavalo cavalos nuvem nuvens\ncavalo cavalos cor cores\ncavalo cavalos computador computadores\ncavalo cavalos vaca vacas\ncavalo cavalos cão cães\ncavalo cavalos dólar dólares\ncavalo cavalos burro burros\ncavalo cavalos sonho sonhos\ncavalo cavalos águia águias\ncavalo cavalos elefante elefantes\ncavalo cavalos olho olhos\ncavalo cavalos dedo dedos\ncavalo cavalos cabra cabras\ncavalo cavalos mão mãos\nleão leões máquina máquinas\nleão leões manga mangas\nleão leões homem homens\nleão leões melão melões\nleão leões macaco macacos\nleão leões rato ratos\nleão leões cebola cebolas\nleão leões pêra pêras\nleão leões porco porcos\nleão leões ananás ananases\nleão leões ratazana ratazanas\nleão leões estrada estradas\nleão leões cobra cobras\nleão leões mulher mulheres\nleão leões banana bananas\nleão leões pássaro pássaros\nleão leões garrafa garrafas\nleão leões edifício edifícios\nleão leões carro carros\nleão leões gato gatos\nleão leões criança crianças\nleão leões nuvem nuvens\nleão leões cor cores\nleão leões computador computadores\nleão leões vaca vacas\nleão leões cão cães\nleão leões dólar dólares\nleão leões burro burros\nleão leões sonho sonhos\nleão leões águia águias\nleão leões elefante elefantes\nleão leões olho olhos\nleão leões dedo dedos\nleão leões cabra cabras\nleão leões mão mãos\nleão leões cavalo cavalos\nmáquina máquinas manga mangas\nmáquina máquinas homem homens\nmáquina máquinas melão melões\nmáquina máquinas macaco macacos\nmáquina máquinas rato ratos\nmáquina máquinas cebola cebolas\nmáquina máquinas pêra pêras\nmáquina máquinas porco porcos\nmáquina máquinas ananás ananases\nmáquina máquinas ratazana ratazanas\nmáquina máquinas estrada estradas\nmáquina máquinas cobra cobras\nmáquina máquinas mulher mulheres\nmáquina máquinas banana bananas\nmáquina máquinas pássaro pássaros\nmáquina máquinas garrafa garrafas\nmáquina máquinas edifício edifícios\nmáquina máquinas carro carros\nmáquina máquinas gato gatos\nmáquina máquinas criança crianças\nmáquina máquinas nuvem nuvens\nmáquina máquinas cor cores\nmáquina máquinas computador computadores\nmáquina máquinas vaca vacas\nmáquina máquinas cão cães\nmáquina máquinas dólar dólares\nmáquina máquinas burro burros\nmáquina máquinas sonho sonhos\nmáquina máquinas águia águias\nmáquina máquinas elefante elefantes\nmáquina máquinas olho olhos\nmáquina máquinas dedo dedos\nmáquina máquinas cabra cabras\nmáquina máquinas mão mãos\nmáquina máquinas cavalo cavalos\nmáquina máquinas leão leões\nmanga mangas homem homens\nmanga mangas melão melões\nmanga mangas macaco macacos\nmanga mangas rato ratos\nmanga mangas cebola cebolas\nmanga mangas pêra pêras\nmanga mangas porco porcos\nmanga mangas ananás ananases\nmanga mangas ratazana ratazanas\nmanga mangas estrada estradas\nmanga mangas cobra cobras\nmanga mangas mulher mulheres\nmanga mangas banana bananas\nmanga mangas pássaro pássaros\nmanga mangas garrafa garrafas\nmanga mangas edifício edifícios\nmanga mangas carro carros\nmanga mangas gato gatos\nmanga mangas criança crianças\nmanga mangas nuvem nuvens\nmanga mangas cor cores\nmanga mangas computador computadores\nmanga mangas vaca vacas\nmanga mangas cão cães\nmanga mangas dólar dólares\nmanga mangas burro burros\nmanga mangas sonho sonhos\nmanga mangas águia águias\nmanga mangas elefante elefantes\nmanga mangas olho olhos\nmanga mangas dedo dedos\nmanga mangas cabra cabras\nmanga mangas mão mãos\nmanga mangas cavalo cavalos\nmanga mangas leão leões\nmanga mangas máquina máquinas\nhomem homens melão melões\nhomem homens macaco macacos\nhomem homens rato ratos\nhomem homens cebola cebolas\nhomem homens pêra pêras\nhomem homens porco porcos\nhomem homens ananás ananases\nhomem homens ratazana ratazanas\nhomem homens estrada estradas\nhomem homens cobra cobras\nhomem homens mulher mulheres\nhomem homens banana bananas\nhomem homens pássaro pássaros\nhomem homens garrafa garrafas\nhomem homens edifício edifícios\nhomem homens carro carros\nhomem homens gato gatos\nhomem homens criança crianças\nhomem homens nuvem nuvens\nhomem homens cor cores\nhomem homens computador computadores\nhomem homens vaca vacas\nhomem homens cão cães\nhomem homens dólar dólares\nhomem homens burro burros\nhomem homens sonho sonhos\nhomem homens águia águias\nhomem homens elefante elefantes\nhomem homens olho olhos\nhomem homens dedo dedos\nhomem homens cabra cabras\nhomem homens mão mãos\nhomem homens cavalo cavalos\nhomem homens leão leões\nhomem homens máquina máquinas\nhomem homens manga mangas\nmelão melões macaco macacos\nmelão melões rato ratos\nmelão melões cebola cebolas\nmelão melões pêra pêras\nmelão melões porco porcos\nmelão melões ananás ananases\nmelão melões ratazana ratazanas\nmelão melões estrada estradas\nmelão melões cobra cobras\nmelão melões mulher mulheres\nmelão melões banana bananas\nmelão melões pássaro pássaros\nmelão melões garrafa garrafas\nmelão melões edifício edifícios\nmelão melões carro carros\nmelão melões gato gatos\nmelão melões criança crianças\nmelão melões nuvem nuvens\nmelão melões cor cores\nmelão melões computador computadores\nmelão melões vaca vacas\nmelão melões cão cães\nmelão melões dólar dólares\nmelão melões burro burros\nmelão melões sonho sonhos\nmelão melões águia águias\nmelão melões elefante elefantes\nmelão melões olho olhos\nmelão melões dedo dedos\nmelão melões cabra cabras\nmelão melões mão mãos\nmelão melões cavalo cavalos\nmelão melões leão leões\nmelão melões máquina máquinas\nmelão melões manga mangas\nmelão melões homem homens\nmacaco macacos rato ratos\nmacaco macacos cebola cebolas\nmacaco macacos pêra pêras\nmacaco macacos porco porcos\nmacaco macacos ananás ananases\nmacaco macacos ratazana ratazanas\nmacaco macacos estrada estradas\nmacaco macacos cobra cobras\nmacaco macacos mulher mulheres\nmacaco macacos banana bananas\nmacaco macacos pássaro pássaros\nmacaco macacos garrafa garrafas\nmacaco macacos edifício edifícios\nmacaco macacos carro carros\nmacaco macacos gato gatos\nmacaco macacos criança crianças\nmacaco macacos nuvem nuvens\nmacaco macacos cor cores\nmacaco macacos computador computadores\nmacaco macacos vaca vacas\nmacaco macacos cão cães\nmacaco macacos dólar dólares\nmacaco macacos burro burros\nmacaco macacos sonho sonhos\nmacaco macacos águia águias\nmacaco macacos elefante elefantes\nmacaco macacos olho olhos\nmacaco macacos dedo dedos\nmacaco macacos cabra cabras\nmacaco macacos mão mãos\nmacaco macacos cavalo cavalos\nmacaco macacos leão leões\nmacaco macacos máquina máquinas\nmacaco macacos manga mangas\nmacaco macacos homem homens\nmacaco macacos melão melões\nrato ratos cebola cebolas\nrato ratos pêra pêras\nrato ratos porco porcos\nrato ratos ananás ananases\nrato ratos ratazana ratazanas\nrato ratos estrada estradas\nrato ratos cobra cobras\nrato ratos mulher mulheres\nrato ratos banana bananas\nrato ratos pássaro pássaros\nrato ratos garrafa garrafas\nrato ratos edifício edifícios\nrato ratos carro carros\nrato ratos gato gatos\nrato ratos criança crianças\nrato ratos nuvem nuvens\nrato ratos cor cores\nrato ratos computador computadores\nrato ratos vaca vacas\nrato ratos cão cães\nrato ratos dólar dólares\nrato ratos burro burros\nrato ratos sonho sonhos\nrato ratos águia águias\nrato ratos elefante elefantes\nrato ratos olho olhos\nrato ratos dedo dedos\nrato ratos cabra cabras\nrato ratos mão mãos\nrato ratos cavalo cavalos\nrato ratos leão leões\nrato ratos máquina máquinas\nrato ratos manga mangas\nrato ratos homem homens\nrato ratos melão melões\nrato ratos macaco macacos\ncebola cebolas pêra pêras\ncebola cebolas porco porcos\ncebola cebolas ananás ananases\ncebola cebolas ratazana ratazanas\ncebola cebolas estrada estradas\ncebola cebolas cobra cobras\ncebola cebolas mulher mulheres\ncebola cebolas banana bananas\ncebola cebolas pássaro pássaros\ncebola cebolas garrafa garrafas\ncebola cebolas edifício edifícios\ncebola cebolas carro carros\ncebola cebolas gato gatos\ncebola cebolas criança crianças\ncebola cebolas nuvem nuvens\ncebola cebolas cor cores\ncebola cebolas computador computadores\ncebola cebolas vaca vacas\ncebola cebolas cão cães\ncebola cebolas dólar dólares\ncebola cebolas burro burros\ncebola cebolas sonho sonhos\ncebola cebolas águia águias\ncebola cebolas elefante elefantes\ncebola cebolas olho olhos\ncebola cebolas dedo dedos\ncebola cebolas cabra cabras\ncebola cebolas mão mãos\ncebola cebolas cavalo cavalos\ncebola cebolas leão leões\ncebola cebolas máquina máquinas\ncebola cebolas manga mangas\ncebola cebolas homem homens\ncebola cebolas melão melões\ncebola cebolas macaco macacos\ncebola cebolas rato ratos\npêra pêras porco porcos\npêra pêras ananás ananases\npêra pêras ratazana ratazanas\npêra pêras estrada estradas\npêra pêras cobra cobras\npêra pêras mulher mulheres\npêra pêras banana bananas\npêra pêras pássaro pássaros\npêra pêras garrafa garrafas\npêra pêras edifício edifícios\npêra pêras carro carros\npêra pêras gato gatos\npêra pêras criança crianças\npêra pêras nuvem nuvens\npêra pêras cor cores\npêra pêras computador computadores\npêra pêras vaca vacas\npêra pêras cão cães\npêra pêras dólar dólares\npêra pêras burro burros\npêra pêras sonho sonhos\npêra pêras águia águias\npêra pêras elefante elefantes\npêra pêras olho olhos\npêra pêras dedo dedos\npêra pêras cabra cabras\npêra pêras mão mãos\npêra pêras cavalo cavalos\npêra pêras leão leões\npêra pêras máquina máquinas\npêra pêras manga mangas\npêra pêras homem homens\npêra pêras melão melões\npêra pêras macaco macacos\npêra pêras rato ratos\npêra pêras cebola cebolas\nporco porcos ananás ananases\nporco porcos ratazana ratazanas\nporco porcos estrada estradas\nporco porcos cobra cobras\nporco porcos mulher mulheres\nporco porcos banana bananas\nporco porcos pássaro pássaros\nporco porcos garrafa garrafas\nporco porcos edifício edifícios\nporco porcos carro carros\nporco porcos gato gatos\nporco porcos criança crianças\nporco porcos nuvem nuvens\nporco porcos cor cores\nporco porcos computador computadores\nporco porcos vaca vacas\nporco porcos cão cães\nporco porcos dólar dólares\nporco porcos burro burros\nporco porcos sonho sonhos\nporco porcos águia águias\nporco porcos elefante elefantes\nporco porcos olho olhos\nporco porcos dedo dedos\nporco porcos cabra cabras\nporco porcos mão mãos\nporco porcos cavalo cavalos\nporco porcos leão leões\nporco porcos máquina máquinas\nporco porcos manga mangas\nporco porcos homem homens\nporco porcos melão melões\nporco porcos macaco macacos\nporco porcos rato ratos\nporco porcos cebola cebolas\nporco porcos pêra pêras\nananás ananases ratazana ratazanas\nananás ananases estrada estradas\nananás ananases cobra cobras\nananás ananases mulher mulheres\nananás ananases banana bananas\nananás ananases pássaro pássaros\nananás ananases garrafa garrafas\nananás ananases edifício edifícios\nananás ananases carro carros\nananás ananases gato gatos\nananás ananases criança crianças\nananás ananases nuvem nuvens\nananás ananases cor cores\nananás ananases computador computadores\nananás ananases vaca vacas\nananás ananases cão cães\nananás ananases dólar dólares\nananás ananases burro burros\nananás ananases sonho sonhos\nananás ananases águia águias\nananás ananases elefante elefantes\nananás ananases olho olhos\nananás ananases dedo dedos\nananás ananases cabra cabras\nananás ananases mão mãos\nananás ananases cavalo cavalos\nananás ananases leão leões\nananás ananases máquina máquinas\nananás ananases manga mangas\nananás ananases homem homens\nananás ananases melão melões\nananás ananases macaco macacos\nananás ananases rato ratos\nananás ananases cebola cebolas\nananás ananases pêra pêras\nananás ananases porco porcos\nratazana ratazanas estrada estradas\nratazana ratazanas cobra cobras\nratazana ratazanas mulher mulheres\nratazana ratazanas banana bananas\nratazana ratazanas pássaro pássaros\nratazana ratazanas garrafa garrafas\nratazana ratazanas edifício edifícios\nratazana ratazanas carro carros\nratazana ratazanas gato gatos\nratazana ratazanas criança crianças\nratazana ratazanas nuvem nuvens\nratazana ratazanas cor cores\nratazana ratazanas computador computadores\nratazana ratazanas vaca vacas\nratazana ratazanas cão cães\nratazana ratazanas dólar dólares\nratazana ratazanas burro burros\nratazana ratazanas sonho sonhos\nratazana ratazanas águia águias\nratazana ratazanas elefante elefantes\nratazana ratazanas olho olhos\nratazana ratazanas dedo dedos\nratazana ratazanas cabra cabras\nratazana ratazanas mão mãos\nratazana ratazanas cavalo cavalos\nratazana ratazanas leão leões\nratazana ratazanas máquina máquinas\nratazana ratazanas manga mangas\nratazana ratazanas homem homens\nratazana ratazanas melão melões\nratazana ratazanas macaco macacos\nratazana ratazanas rato ratos\nratazana ratazanas cebola cebolas\nratazana ratazanas pêra pêras\nratazana ratazanas porco porcos\nratazana ratazanas ananás ananases\nestrada estradas cobra cobras\nestrada estradas mulher mulheres\nestrada estradas banana bananas\nestrada estradas pássaro pássaros\nestrada estradas garrafa garrafas\nestrada estradas edifício edifícios\nestrada estradas carro carros\nestrada estradas gato gatos\nestrada estradas criança crianças\nestrada estradas nuvem nuvens\nestrada estradas cor cores\nestrada estradas computador computadores\nestrada estradas vaca vacas\nestrada estradas cão cães\nestrada estradas dólar dólares\nestrada estradas burro burros\nestrada estradas sonho sonhos\nestrada estradas águia águias\nestrada estradas elefante elefantes\nestrada estradas olho olhos\nestrada estradas dedo dedos\nestrada estradas cabra cabras\nestrada estradas mão mãos\nestrada estradas cavalo cavalos\nestrada estradas leão leões\nestrada estradas máquina máquinas\nestrada estradas manga mangas\nestrada estradas homem homens\nestrada estradas melão melões\nestrada estradas macaco macacos\nestrada estradas rato ratos\nestrada estradas cebola cebolas\nestrada estradas pêra pêras\nestrada estradas porco porcos\nestrada estradas ananás ananases\nestrada estradas ratazana ratazanas\ncobra cobras mulher mulheres\ncobra cobras banana bananas\ncobra cobras pássaro pássaros\ncobra cobras garrafa garrafas\ncobra cobras edifício edifícios\ncobra cobras carro carros\ncobra cobras gato gatos\ncobra cobras criança crianças\ncobra cobras nuvem nuvens\ncobra cobras cor cores\ncobra cobras computador computadores\ncobra cobras vaca vacas\ncobra cobras cão cães\ncobra cobras dólar dólares\ncobra cobras burro burros\ncobra cobras sonho sonhos\ncobra cobras águia águias\ncobra cobras elefante elefantes\ncobra cobras olho olhos\ncobra cobras dedo dedos\ncobra cobras cabra cabras\ncobra cobras mão mãos\ncobra cobras cavalo cavalos\ncobra cobras leão leões\ncobra cobras máquina máquinas\ncobra cobras manga mangas\ncobra cobras homem homens\ncobra cobras melão melões\ncobra cobras macaco macacos\ncobra cobras rato ratos\ncobra cobras cebola cebolas\ncobra cobras pêra pêras\ncobra cobras porco porcos\ncobra cobras ananás ananases\ncobra cobras ratazana ratazanas\ncobra cobras estrada estradas\nmulher mulheres banana bananas\nmulher mulheres pássaro pássaros\nmulher mulheres garrafa garrafas\nmulher mulheres edifício edifícios\nmulher mulheres carro carros\nmulher mulheres gato gatos\nmulher mulheres criança crianças\nmulher mulheres nuvem nuvens\nmulher mulheres cor cores\nmulher mulheres computador computadores\nmulher mulheres vaca vacas\nmulher mulheres cão cães\nmulher mulheres dólar dólares\nmulher mulheres burro burros\nmulher mulheres sonho sonhos\nmulher mulheres águia águias\nmulher mulheres elefante elefantes\nmulher mulheres olho olhos\nmulher mulheres dedo dedos\nmulher mulheres cabra cabras\nmulher mulheres mão mãos\nmulher mulheres cavalo cavalos\nmulher mulheres leão leões\nmulher mulheres máquina máquinas\nmulher mulheres manga mangas\nmulher mulheres homem homens\nmulher mulheres melão melões\nmulher mulheres macaco macacos\nmulher mulheres rato ratos\nmulher mulheres cebola cebolas\nmulher mulheres pêra pêras\nmulher mulheres porco porcos\nmulher mulheres ananás ananases\nmulher mulheres ratazana ratazanas\nmulher mulheres estrada estradas\nmulher mulheres cobra cobras\n: gram9-plural-verbs\ndiminuir diminuem descrever descrevem\ndiminuir diminuem comer comem\ndiminuir diminuem melhorar melhoram\ndiminuir diminuem estima estimam\ndiminuir diminuem encontra encontram\ndiminuir diminuem gerar geram\ndiminuir diminuem ir vão\ndiminuir diminuem implementar implementam\ndiminuir diminuem aumentar aumentam\ndiminuir diminuem ouvir ouvem\ndiminuir diminuem jogar jogam\ndiminuir diminuem prever prevêem\ndiminuir diminuem fornece fornecem\ndiminuir diminuem dizer dizem\ndiminuir diminuem gritar gritam\ndiminuir diminuem procura procuram\ndiminuir diminuem ver vêem\ndiminuir diminuem baralhar baralham\ndiminuir diminuem cantar cantam\ndiminuir diminuem sentar sentam\ndiminuir diminuem lento lentificam\ndiminuir diminuem diz dizem\ndiminuir diminuem nadar nadam\ndiminuir diminuem fala falam\ndiminuir diminuem pensar pensam\ndiminuir diminuem desaparecer desaparecem\ndiminuir diminuem andar andam\ndiminuir diminuem trabalhou trabalham\ndiminuir diminuem escrever escrevem\ndescrever descrevem comer comem\ndescrever descrevem melhorar melhoram\ndescrever descrevem estima estimam\ndescrever descrevem encontra encontram\ndescrever descrevem gerar geram\ndescrever descrevem ir vão\ndescrever descrevem implementar implementam\ndescrever descrevem aumentar aumentam\ndescrever descrevem ouvir ouvem\ndescrever descrevem jogar jogam\ndescrever descrevem prever prevêem\ndescrever descrevem fornece fornecem\ndescrever descrevem dizer dizem\ndescrever descrevem gritar gritam\ndescrever descrevem procura procuram\ndescrever descrevem ver vêem\ndescrever descrevem baralhar baralham\ndescrever descrevem cantar cantam\ndescrever descrevem sentar sentam\ndescrever descrevem lento lentificam\ndescrever descrevem diz dizem\ndescrever descrevem nadar nadam\ndescrever descrevem fala falam\ndescrever descrevem pensar pensam\ndescrever descrevem desaparecer desaparecem\ndescrever descrevem andar andam\ndescrever descrevem trabalhou trabalham\ndescrever descrevem escrever escrevem\ndescrever descrevem diminuir diminuem\ncomer comem melhorar melhoram\ncomer comem estima estimam\ncomer comem encontra encontram\ncomer comem gerar geram\ncomer comem ir vão\ncomer comem implementar implementam\ncomer comem aumentar aumentam\ncomer comem ouvir ouvem\ncomer comem jogar jogam\ncomer comem prever prevêem\ncomer comem fornece fornecem\ncomer comem dizer dizem\ncomer comem gritar gritam\ncomer comem procura procuram\ncomer comem ver vêem\ncomer comem baralhar baralham\ncomer comem cantar cantam\ncomer comem sentar sentam\ncomer comem lento lentificam\ncomer comem diz dizem\ncomer comem nadar nadam\ncomer comem fala falam\ncomer comem pensar pensam\ncomer comem desaparecer desaparecem\ncomer comem andar andam\ncomer comem trabalhou trabalham\ncomer comem escrever escrevem\ncomer comem diminuir diminuem\ncomer comem descrever descrevem\nmelhorar melhoram estima estimam\nmelhorar melhoram encontra encontram\nmelhorar melhoram gerar geram\nmelhorar melhoram ir vão\nmelhorar melhoram implementar implementam\nmelhorar melhoram aumentar aumentam\nmelhorar melhoram ouvir ouvem\nmelhorar melhoram jogar jogam\nmelhorar melhoram prever prevêem\nmelhorar melhoram fornece fornecem\nmelhorar melhoram dizer dizem\nmelhorar melhoram gritar gritam\nmelhorar melhoram procura procuram\nmelhorar melhoram ver vêem\nmelhorar melhoram baralhar baralham\nmelhorar melhoram cantar cantam\nmelhorar melhoram sentar sentam\nmelhorar melhoram lento lentificam\nmelhorar melhoram diz dizem\nmelhorar melhoram nadar nadam\nmelhorar melhoram fala falam\nmelhorar melhoram pensar pensam\nmelhorar melhoram desaparecer desaparecem\nmelhorar melhoram andar andam\nmelhorar melhoram trabalhou trabalham\nmelhorar melhoram escrever escrevem\nmelhorar melhoram diminuir diminuem\nmelhorar melhoram descrever descrevem\nmelhorar melhoram comer comem\nestima estimam encontra encontram\nestima estimam gerar geram\nestima estimam ir vão\nestima estimam implementar implementam\nestima estimam aumentar aumentam\nestima estimam ouvir ouvem\nestima estimam jogar jogam\nestima estimam prever prevêem\nestima estimam fornece fornecem\nestima estimam dizer dizem\nestima estimam gritar gritam\nestima estimam procura procuram\nestima estimam ver vêem\nestima estimam baralhar baralham\nestima estimam cantar cantam\nestima estimam sentar sentam\nestima estimam lento lentificam\nestima estimam diz dizem\nestima estimam nadar nadam\nestima estimam fala falam\nestima estimam pensar pensam\nestima estimam desaparecer desaparecem\nestima estimam andar andam\nestima estimam trabalhou trabalham\nestima estimam escrever escrevem\nestima estimam diminuir diminuem\nestima estimam descrever descrevem\nestima estimam comer comem\nestima estimam melhorar melhoram\nencontra encontram gerar geram\nencontra encontram ir vão\nencontra encontram implementar implementam\nencontra encontram aumentar aumentam\nencontra encontram ouvir ouvem\nencontra encontram jogar jogam\nencontra encontram prever prevêem\nencontra encontram fornece fornecem\nencontra encontram dizer dizem\nencontra encontram gritar gritam\nencontra encontram procura procuram\nencontra encontram ver vêem\nencontra encontram baralhar baralham\nencontra encontram cantar cantam\nencontra encontram sentar sentam\nencontra encontram lento lentificam\nencontra encontram diz dizem\nencontra encontram nadar nadam\nencontra encontram fala falam\nencontra encontram pensar pensam\nencontra encontram desaparecer desaparecem\nencontra encontram andar andam\nencontra encontram trabalhou trabalham\nencontra encontram escrever escrevem\nencontra encontram diminuir diminuem\nencontra encontram descrever descrevem\nencontra encontram comer comem\nencontra encontram melhorar melhoram\nencontra encontram estima estimam\ngerar geram ir vão\ngerar geram implementar implementam\ngerar geram aumentar aumentam\ngerar geram ouvir ouvem\ngerar geram jogar jogam\ngerar geram prever prevêem\ngerar geram fornece fornecem\ngerar geram dizer dizem\ngerar geram gritar gritam\ngerar geram procura procuram\ngerar geram ver vêem\ngerar geram baralhar baralham\ngerar geram cantar cantam\ngerar geram sentar sentam\ngerar geram lento lentificam\ngerar geram diz dizem\ngerar geram nadar nadam\ngerar geram fala falam\ngerar geram pensar pensam\ngerar geram desaparecer desaparecem\ngerar geram andar andam\ngerar geram trabalhou trabalham\ngerar geram escrever escrevem\ngerar geram diminuir diminuem\ngerar geram descrever descrevem\ngerar geram comer comem\ngerar geram melhorar melhoram\ngerar geram estima estimam\ngerar geram encontra encontram\nir vão implementar implementam\nir vão aumentar aumentam\nir vão ouvir ouvem\nir vão jogar jogam\nir vão prever prevêem\nir vão fornece fornecem\nir vão dizer dizem\nir vão gritar gritam\nir vão procura procuram\nir vão ver vêem\nir vão baralhar baralham\nir vão cantar cantam\nir vão sentar sentam\nir vão lento lentificam\nir vão diz dizem\nir vão nadar nadam\nir vão fala falam\nir vão pensar pensam\nir vão desaparecer desaparecem\nir vão andar andam\nir vão trabalhou trabalham\nir vão escrever escrevem\nir vão diminuir diminuem\nir vão descrever descrevem\nir vão comer comem\nir vão melhorar melhoram\nir vão estima estimam\nir vão encontra encontram\nir vão gerar geram\nimplementar implementam aumentar aumentam\nimplementar implementam ouvir ouvem\nimplementar implementam jogar jogam\nimplementar implementam prever prevêem\nimplementar implementam fornece fornecem\nimplementar implementam dizer dizem\nimplementar implementam gritar gritam\nimplementar implementam procura procuram\nimplementar implementam ver vêem\nimplementar implementam baralhar baralham\nimplementar implementam cantar cantam\nimplementar implementam sentar sentam\nimplementar implementam lento lentificam\nimplementar implementam diz dizem\nimplementar implementam nadar nadam\nimplementar implementam fala falam\nimplementar implementam pensar pensam\nimplementar implementam desaparecer desaparecem\nimplementar implementam andar andam\nimplementar implementam trabalhou trabalham\nimplementar implementam escrever escrevem\nimplementar implementam diminuir diminuem\nimplementar implementam descrever descrevem\nimplementar implementam comer comem\nimplementar implementam melhorar melhoram\nimplementar implementam estima estimam\nimplementar implementam encontra encontram\nimplementar implementam gerar geram\nimplementar implementam ir vão\naumentar aumentam ouvir ouvem\naumentar aumentam jogar jogam\naumentar aumentam prever prevêem\naumentar aumentam fornece fornecem\naumentar aumentam dizer dizem\naumentar aumentam gritar gritam\naumentar aumentam procura procuram\naumentar aumentam ver vêem\naumentar aumentam baralhar baralham\naumentar aumentam cantar cantam\naumentar aumentam sentar sentam\naumentar aumentam lento lentificam\naumentar aumentam diz dizem\naumentar aumentam nadar nadam\naumentar aumentam fala falam\naumentar aumentam pensar pensam\naumentar aumentam desaparecer desaparecem\naumentar aumentam andar andam\naumentar aumentam trabalhou trabalham\naumentar aumentam escrever escrevem\naumentar aumentam diminuir diminuem\naumentar aumentam descrever descrevem\naumentar aumentam comer comem\naumentar aumentam melhorar melhoram\naumentar aumentam estima estimam\naumentar aumentam encontra encontram\naumentar aumentam gerar geram\naumentar aumentam ir vão\naumentar aumentam implementar implementam\nouvir ouvem jogar jogam\nouvir ouvem prever prevêem\nouvir ouvem fornece fornecem\nouvir ouvem dizer dizem\nouvir ouvem gritar gritam\nouvir ouvem procura procuram\nouvir ouvem ver vêem\nouvir ouvem baralhar baralham\nouvir ouvem cantar cantam\nouvir ouvem sentar sentam\nouvir ouvem lento lentificam\nouvir ouvem diz dizem\nouvir ouvem nadar nadam\nouvir ouvem fala falam\nouvir ouvem pensar pensam\nouvir ouvem desaparecer desaparecem\nouvir ouvem andar andam\nouvir ouvem trabalhou trabalham\nouvir ouvem escrever escrevem\nouvir ouvem diminuir diminuem\nouvir ouvem descrever descrevem\nouvir ouvem comer comem\nouvir ouvem melhorar melhoram\nouvir ouvem estima estimam\nouvir ouvem encontra encontram\nouvir ouvem gerar geram\nouvir ouvem ir vão\nouvir ouvem implementar implementam\nouvir ouvem aumentar aumentam\njogar jogam prever prevêem\njogar jogam fornece fornecem\njogar jogam dizer dizem\njogar jogam gritar gritam\njogar jogam procura procuram\njogar jogam ver vêem\njogar jogam baralhar baralham\njogar jogam cantar cantam\njogar jogam sentar sentam\njogar jogam lento lentificam\njogar jogam diz dizem\njogar jogam nadar nadam\njogar jogam fala falam\njogar jogam pensar pensam\njogar jogam desaparecer desaparecem\njogar jogam andar andam\njogar jogam trabalhou trabalham\njogar jogam escrever escrevem\njogar jogam diminuir diminuem\njogar jogam descrever descrevem\njogar jogam comer comem\njogar jogam melhorar melhoram\njogar jogam estima estimam\njogar jogam encontra encontram\njogar jogam gerar geram\njogar jogam ir vão\njogar jogam implementar implementam\njogar jogam aumentar aumentam\njogar jogam ouvir ouvem\nprever prevêem fornece fornecem\nprever prevêem dizer dizem\nprever prevêem gritar gritam\nprever prevêem procura procuram\nprever prevêem ver vêem\nprever prevêem baralhar baralham\nprever prevêem cantar cantam\nprever prevêem sentar sentam\nprever prevêem lento lentificam\nprever prevêem diz dizem\nprever prevêem nadar nadam\nprever prevêem fala falam\nprever prevêem pensar pensam\nprever prevêem desaparecer desaparecem\nprever prevêem andar andam\nprever prevêem trabalhou trabalham\nprever prevêem escrever escrevem\nprever prevêem diminuir diminuem\nprever prevêem descrever descrevem\nprever prevêem comer comem\nprever prevêem melhorar melhoram\nprever prevêem estima estimam\nprever prevêem encontra encontram\nprever prevêem gerar geram\nprever prevêem ir vão\nprever prevêem implementar implementam\nprever prevêem aumentar aumentam\nprever prevêem ouvir ouvem\nprever prevêem jogar jogam\nfornece fornecem dizer dizem\nfornece fornecem gritar gritam\nfornece fornecem procura procuram\nfornece fornecem ver vêem\nfornece fornecem baralhar baralham\nfornece fornecem cantar cantam\nfornece fornecem sentar sentam\nfornece fornecem lento lentificam\nfornece fornecem diz dizem\nfornece fornecem nadar nadam\nfornece fornecem fala falam\nfornece fornecem pensar pensam\nfornece fornecem desaparecer desaparecem\nfornece fornecem andar andam\nfornece fornecem trabalhou trabalham\nfornece fornecem escrever escrevem\nfornece fornecem diminuir diminuem\nfornece fornecem descrever descrevem\nfornece fornecem comer comem\nfornece fornecem melhorar melhoram\nfornece fornecem estima estimam\nfornece fornecem encontra encontram\nfornece fornecem gerar geram\nfornece fornecem ir vão\nfornece fornecem implementar implementam\nfornece fornecem aumentar aumentam\nfornece fornecem ouvir ouvem\nfornece fornecem jogar jogam\nfornece fornecem prever prevêem\ndizer dizem gritar gritam\ndizer dizem procura procuram\ndizer dizem ver vêem\ndizer dizem baralhar baralham\ndizer dizem cantar cantam\ndizer dizem sentar sentam\ndizer dizem lento lentificam\ndizer dizem diz dizem\ndizer dizem nadar nadam\ndizer dizem fala falam\ndizer dizem pensar pensam\ndizer dizem desaparecer desaparecem\ndizer dizem andar andam\ndizer dizem trabalhou trabalham\ndizer dizem escrever escrevem\ndizer dizem diminuir diminuem\ndizer dizem descrever descrevem\ndizer dizem comer comem\ndizer dizem melhorar melhoram\ndizer dizem estima estimam\ndizer dizem encontra encontram\ndizer dizem gerar geram\ndizer dizem ir vão\ndizer dizem implementar implementam\ndizer dizem aumentar aumentam\ndizer dizem ouvir ouvem\ndizer dizem jogar jogam\ndizer dizem prever prevêem\ndizer dizem fornece fornecem\ngritar gritam procura procuram\ngritar gritam ver vêem\ngritar gritam baralhar baralham\ngritar gritam cantar cantam\ngritar gritam sentar sentam\ngritar gritam lento lentificam\ngritar gritam diz dizem\ngritar gritam nadar nadam\ngritar gritam fala falam\ngritar gritam pensar pensam\ngritar gritam desaparecer desaparecem\ngritar gritam andar andam\ngritar gritam trabalhou trabalham\ngritar gritam escrever escrevem\ngritar gritam diminuir diminuem\ngritar gritam descrever descrevem\ngritar gritam comer comem\ngritar gritam melhorar melhoram\ngritar gritam estima estimam\ngritar gritam encontra encontram\ngritar gritam gerar geram\ngritar gritam ir vão\ngritar gritam implementar implementam\ngritar gritam aumentar aumentam\ngritar gritam ouvir ouvem\ngritar gritam jogar jogam\ngritar gritam prever prevêem\ngritar gritam fornece fornecem\ngritar gritam dizer dizem\nprocura procuram ver vêem\nprocura procuram baralhar baralham\nprocura procuram cantar cantam\nprocura procuram sentar sentam\nprocura procuram lento lentificam\nprocura procuram diz dizem\nprocura procuram nadar nadam\nprocura procuram fala falam\nprocura procuram pensar pensam\nprocura procuram desaparecer desaparecem\nprocura procuram andar andam\nprocura procuram trabalhou trabalham\nprocura procuram escrever escrevem\nprocura procuram diminuir diminuem\nprocura procuram descrever descrevem\nprocura procuram comer comem\nprocura procuram melhorar melhoram\nprocura procuram estima estimam\nprocura procuram encontra encontram\nprocura procuram gerar geram\nprocura procuram ir vão\nprocura procuram implementar implementam\nprocura procuram aumentar aumentam\nprocura procuram ouvir ouvem\nprocura procuram jogar jogam\nprocura procuram prever prevêem\nprocura procuram fornece fornecem\nprocura procuram dizer dizem\nprocura procuram gritar gritam\nver vêem baralhar baralham\nver vêem cantar cantam\nver vêem sentar sentam\nver vêem lento lentificam\nver vêem diz dizem\nver vêem nadar nadam\nver vêem fala falam\nver vêem pensar pensam\nver vêem desaparecer desaparecem\nver vêem andar andam\nver vêem trabalhou trabalham\nver vêem escrever escrevem\nver vêem diminuir diminuem\nver vêem descrever descrevem\nver vêem comer comem\nver vêem melhorar melhoram\nver vêem estima estimam\nver vêem encontra encontram\nver vêem gerar geram\nver vêem ir vão\nver vêem implementar implementam\nver vêem aumentar aumentam\nver vêem ouvir ouvem\nver vêem jogar jogam\nver vêem prever prevêem\nver vêem fornece fornecem\nver vêem dizer dizem\nver vêem gritar gritam\nver vêem procura procuram\nbaralhar baralham cantar cantam\nbaralhar baralham sentar sentam\nbaralhar baralham lento lentificam\nbaralhar baralham diz dizem\nbaralhar baralham nadar nadam\nbaralhar baralham fala falam\nbaralhar baralham pensar pensam\nbaralhar baralham desaparecer desaparecem\nbaralhar baralham andar andam\nbaralhar baralham trabalhou trabalham\nbaralhar baralham escrever escrevem\nbaralhar baralham diminuir diminuem\nbaralhar baralham descrever descrevem\nbaralhar baralham comer comem\nbaralhar baralham melhorar melhoram\nbaralhar baralham estima estimam\nbaralhar baralham encontra encontram\nbaralhar baralham gerar geram\nbaralhar baralham ir vão\nbaralhar baralham implementar implementam\nbaralhar baralham aumentar aumentam\nbaralhar baralham ouvir ouvem\nbaralhar baralham jogar jogam\nbaralhar baralham prever prevêem\nbaralhar baralham fornece fornecem\nbaralhar baralham dizer dizem\nbaralhar baralham gritar gritam\nbaralhar baralham procura procuram\nbaralhar baralham ver vêem\ncantar cantam sentar sentam\ncantar cantam lento lentificam\ncantar cantam diz dizem\ncantar cantam nadar nadam\ncantar cantam fala falam\ncantar cantam pensar pensam\ncantar cantam desaparecer desaparecem\ncantar cantam andar andam\ncantar cantam trabalhou trabalham\ncantar cantam escrever escrevem\ncantar cantam diminuir diminuem\ncantar cantam descrever descrevem\ncantar cantam comer comem\ncantar cantam melhorar melhoram\ncantar cantam estima estimam\ncantar cantam encontra encontram\ncantar cantam gerar geram\ncantar cantam ir vão\ncantar cantam implementar implementam\ncantar cantam aumentar aumentam\ncantar cantam ouvir ouvem\ncantar cantam jogar jogam\ncantar cantam prever prevêem\ncantar cantam fornece fornecem\ncantar cantam dizer dizem\ncantar cantam gritar gritam\ncantar cantam procura procuram\ncantar cantam ver vêem\ncantar cantam baralhar baralham\nsentar sentam lento lentificam\nsentar sentam diz dizem\nsentar sentam nadar nadam\nsentar sentam fala falam\nsentar sentam pensar pensam\nsentar sentam desaparecer desaparecem\nsentar sentam andar andam\nsentar sentam trabalhou trabalham\nsentar sentam escrever escrevem\nsentar sentam diminuir diminuem\nsentar sentam descrever descrevem\nsentar sentam comer comem\nsentar sentam melhorar melhoram\nsentar sentam estima estimam\nsentar sentam encontra encontram\nsentar sentam gerar geram\nsentar sentam ir vão\nsentar sentam implementar implementam\nsentar sentam aumentar aumentam\nsentar sentam ouvir ouvem\nsentar sentam jogar jogam\nsentar sentam prever prevêem\nsentar sentam fornece fornecem\nsentar sentam dizer dizem\nsentar sentam gritar gritam\nsentar sentam procura procuram\nsentar sentam ver vêem\nsentar sentam baralhar baralham\nsentar sentam cantar cantam\nlento lentificam diz dizem\nlento lentificam nadar nadam\nlento lentificam fala falam\nlento lentificam pensar pensam\nlento lentificam desaparecer desaparecem\nlento lentificam andar andam\nlento lentificam trabalhou trabalham\nlento lentificam escrever escrevem\nlento lentificam diminuir diminuem\nlento lentificam descrever descrevem\nlento lentificam comer comem\nlento lentificam melhorar melhoram\nlento lentificam estima estimam\nlento lentificam encontra encontram\nlento lentificam gerar geram\nlento lentificam ir vão\nlento lentificam implementar implementam\nlento lentificam aumentar aumentam\nlento lentificam ouvir ouvem\nlento lentificam jogar jogam\nlento lentificam prever prevêem\nlento lentificam fornece fornecem\nlento lentificam dizer dizem\nlento lentificam gritar gritam\nlento lentificam procura procuram\nlento lentificam ver vêem\nlento lentificam baralhar baralham\nlento lentificam cantar cantam\nlento lentificam sentar sentam\ndiz dizem nadar nadam\ndiz dizem fala falam\ndiz dizem pensar pensam\ndiz dizem desaparecer desaparecem\ndiz dizem andar andam\ndiz dizem trabalhou trabalham\ndiz dizem escrever escrevem\ndiz dizem diminuir diminuem\ndiz dizem descrever descrevem\ndiz dizem comer comem\ndiz dizem melhorar melhoram\ndiz dizem estima estimam\ndiz dizem encontra encontram\ndiz dizem gerar geram\ndiz dizem ir vão\ndiz dizem implementar implementam\ndiz dizem aumentar aumentam\ndiz dizem ouvir ouvem\ndiz dizem jogar jogam\ndiz dizem prever prevêem\ndiz dizem fornece fornecem\ndiz dizem dizer dizem\ndiz dizem gritar gritam\ndiz dizem procura procuram\ndiz dizem ver vêem\ndiz dizem baralhar baralham\ndiz dizem cantar cantam\ndiz dizem sentar sentam\ndiz dizem lento lentificam\nnadar nadam fala falam\nnadar nadam pensar pensam\nnadar nadam desaparecer desaparecem\nnadar nadam andar andam\nnadar nadam trabalhou trabalham\nnadar nadam escrever escrevem\nnadar nadam diminuir diminuem\nnadar nadam descrever descrevem\nnadar nadam comer comem\nnadar nadam melhorar melhoram\nnadar nadam estima estimam\nnadar nadam encontra encontram\nnadar nadam gerar geram\nnadar nadam ir vão\nnadar nadam implementar implementam\nnadar nadam aumentar aumentam\nnadar nadam ouvir ouvem\nnadar nadam jogar jogam\nnadar nadam prever prevêem\nnadar nadam fornece fornecem\nnadar nadam dizer dizem\nnadar nadam gritar gritam\nnadar nadam procura procuram\nnadar nadam ver vêem\nnadar nadam baralhar baralham\nnadar nadam cantar cantam\nnadar nadam sentar sentam\nnadar nadam lento lentificam\nnadar nadam diz dizem\nfala falam pensar pensam\nfala falam desaparecer desaparecem\nfala falam andar andam\nfala falam trabalhou trabalham\nfala falam escrever escrevem\nfala falam diminuir diminuem\nfala falam descrever descrevem\nfala falam comer comem\nfala falam melhorar melhoram\nfala falam estima estimam\nfala falam encontra encontram\nfala falam gerar geram\nfala falam ir vão\nfala falam implementar implementam\nfala falam aumentar aumentam\nfala falam ouvir ouvem\nfala falam jogar jogam\nfala falam prever prevêem\nfala falam fornece fornecem\nfala falam dizer dizem\nfala falam gritar gritam\nfala falam procura procuram\nfala falam ver vêem\nfala falam baralhar baralham\nfala falam cantar cantam\nfala falam sentar sentam\nfala falam lento lentificam\nfala falam diz dizem\nfala falam nadar nadam\npensar pensam desaparecer desaparecem\npensar pensam andar andam\npensar pensam trabalhou trabalham\npensar pensam escrever escrevem\npensar pensam diminuir diminuem\npensar pensam descrever descrevem\npensar pensam comer comem\npensar pensam melhorar melhoram\npensar pensam estima estimam\npensar pensam encontra encontram\npensar pensam gerar geram\npensar pensam ir vão\npensar pensam implementar implementam\npensar pensam aumentar aumentam\npensar pensam ouvir ouvem\npensar pensam jogar jogam\npensar pensam prever prevêem\npensar pensam fornece fornecem\npensar pensam dizer dizem\npensar pensam gritar gritam\npensar pensam procura procuram\npensar pensam ver vêem\npensar pensam baralhar baralham\npensar pensam cantar cantam\npensar pensam sentar sentam\npensar pensam lento lentificam\npensar pensam diz dizem\npensar pensam nadar nadam\npensar pensam fala falam\ndesaparecer desaparecem andar andam\ndesaparecer desaparecem trabalhou trabalham\ndesaparecer desaparecem escrever escrevem\ndesaparecer desaparecem diminuir diminuem\ndesaparecer desaparecem descrever descrevem\ndesaparecer desaparecem comer comem\ndesaparecer desaparecem melhorar melhoram\ndesaparecer desaparecem estima estimam\ndesaparecer desaparecem encontra encontram\ndesaparecer desaparecem gerar geram\ndesaparecer desaparecem ir vão\ndesaparecer desaparecem implementar implementam\ndesaparecer desaparecem aumentar aumentam\ndesaparecer desaparecem ouvir ouvem\ndesaparecer desaparecem jogar jogam\ndesaparecer desaparecem prever prevêem\ndesaparecer desaparecem fornece fornecem\ndesaparecer desaparecem dizer dizem\ndesaparecer desaparecem gritar gritam\ndesaparecer desaparecem procura procuram\ndesaparecer desaparecem ver vêem\ndesaparecer desaparecem baralhar baralham\ndesaparecer desaparecem cantar cantam\ndesaparecer desaparecem sentar sentam\ndesaparecer desaparecem lento lentificam\ndesaparecer desaparecem diz dizem\ndesaparecer desaparecem nadar nadam\ndesaparecer desaparecem fala falam\ndesaparecer desaparecem pensar pensam\nandar andam trabalhou trabalham\nandar andam escrever escrevem\nandar andam diminuir diminuem\nandar andam descrever descrevem\nandar andam comer comem\nandar andam melhorar melhoram\nandar andam estima estimam\nandar andam encontra encontram\nandar andam gerar geram\nandar andam ir vão\nandar andam implementar implementam\nandar andam aumentar aumentam\nandar andam ouvir ouvem\nandar andam jogar jogam\nandar andam prever prevêem\nandar andam fornece fornecem\nandar andam dizer dizem\nandar andam gritar gritam\nandar andam procura procuram\nandar andam ver vêem\nandar andam baralhar baralham\nandar andam cantar cantam\nandar andam sentar sentam\nandar andam lento lentificam\nandar andam diz dizem\nandar andam nadar nadam\nandar andam fala falam\nandar andam pensar pensam\nandar andam desaparecer desaparecem\ntrabalhou trabalham escrever escrevem\ntrabalhou trabalham diminuir diminuem\ntrabalhou trabalham descrever descrevem\ntrabalhou trabalham comer comem\ntrabalhou trabalham melhorar melhoram\ntrabalhou trabalham estima estimam\ntrabalhou trabalham encontra encontram\ntrabalhou trabalham gerar geram\ntrabalhou trabalham ir vão\ntrabalhou trabalham implementar implementam\ntrabalhou trabalham aumentar aumentam\ntrabalhou trabalham ouvir ouvem\ntrabalhou trabalham jogar jogam\ntrabalhou trabalham prever prevêem\ntrabalhou trabalham fornece fornecem\ntrabalhou trabalham dizer dizem\ntrabalhou trabalham gritar gritam\ntrabalhou trabalham procura procuram\ntrabalhou trabalham ver vêem\ntrabalhou trabalham baralhar baralham\ntrabalhou trabalham cantar cantam\ntrabalhou trabalham sentar sentam\ntrabalhou trabalham lento lentificam\ntrabalhou trabalham diz dizem\ntrabalhou trabalham nadar nadam\ntrabalhou trabalham fala falam\ntrabalhou trabalham pensar pensam\ntrabalhou trabalham desaparecer desaparecem\ntrabalhou trabalham andar andam\nescrever escrevem diminuir diminuem\nescrever escrevem descrever descrevem\nescrever escrevem comer comem\nescrever escrevem melhorar melhoram\nescrever escrevem estima estimam\nescrever escrevem encontra encontram\nescrever escrevem gerar geram\nescrever escrevem ir vão\nescrever escrevem implementar implementam\nescrever escrevem aumentar aumentam\nescrever escrevem ouvir ouvem\nescrever escrevem jogar jogam\nescrever escrevem prever prevêem\nescrever escrevem fornece fornecem\nescrever escrevem dizer dizem\nescrever escrevem gritar gritam\nescrever escrevem procura procuram\nescrever escrevem ver vêem\nescrever escrevem baralhar baralham\nescrever escrevem cantar cantam\nescrever escrevem sentar sentam\nescrever escrevem lento lentificam\nescrever escrevem diz dizem\nescrever escrevem nadar nadam\nescrever escrevem fala falam\nescrever escrevem pensar pensam\nescrever escrevem desaparecer desaparecem\nescrever escrevem andar andam\nescrever escrevem trabalhou trabalham\n"
  },
  {
    "path": "src/data/embedding_analogies/portuguese/POST_TAG_vocabulary.txt",
    "content": "*rare*\nbloqueou\nfundation\npaidéia\nxodó\ngainsbourg\nmiudamente\nbenedikt\nimplantando\npaleolíticas\nfluorita\ndeclaram\nbalada\nfimbriata\nrecebendo\nsistão\nrevida\ncolecionadas\nmalba\nfir\nfis\nfip\nfiv\nfolato\nfit\nfiu\nfiz\nfix\nfib\nfic\nfia\nfif\nfig\nfid\nfik\nfih\nfin\nfio\nfil\nfim\npré-industrial\nlapua\ncombinatorial\nchapinha\npumpkins\ntorrico\nskanderbeg\ncondeixa-a-nova\nzípora\nempada\ninterpretava\noreophryne\nmaja\notello\nxlvii\nproibidos\nshaider\nfração\nfroes\nromânicos\nsubmetiam\ngiessen\napronto\napronta\nparaglider\nbem-humorados\nexigências\nswampy\nindubitavelmente\nfocolares\nfalhados\ncetos\nmentora\ncadeirinhas\npromete\nprometa\nprometo\nprometi\npreparando\nkeynesiana\nkeynesiano\nmarignano\nkyūshū\nkellett\nhoneymoon\nnelsonsa\nalhos\ntame\nsuwon\nmoresby\nwhately\nmacht\nmachu\ngrappler\nmacha\nmacho\nmachi\ninglis\nhodgins\ntrisha\nburca\ncorazon\nburch\nsuzanense\nmachê\ncusack\npetroleo\nsistemas\nimersões\nhalladay\nprotagonizado\nvivenciado\nvivenciada\nprotagonizada\nazul-escuro\neiichiro\nazul-escura\nworeda\nheterocíclicos\nmarituba\nnevasca\ngivaldo\norganicamente\nsortes\nthalia\npré-vendas\nhonduras\nex-oficial\nprecisarmos\ncriticavam\nafp\ntolteca\nhalle-wittenberg\nsnatch\ncassados\nrevendedoras\nempórios\npaixão\nláudano\nbordadas\nrisível\nreconstruindo\neverlast\nmessier\nalcançarem\nsannita\nbrasil-américa\nseguidor\nseguidos\ndurma\ndurmo\nconjuntivo\nconjuntiva\ndemonstraram\ntâmega\nsaint-tropez\nsusceptível\natormentando\nlimitaria\nlatifolia\nbayona\norff\nsaturdays\nkimura\ncongadas\norfã\ndesatou\nmærsk\nêxitos\nsilicones\nsabatella\nterrapleno\npressupondo\ncaprinocultura\nlinfática\nsest\nprovincianas\nlocklear\npivot\nborstein\nre-eleito\nwitt\nwits\nwitz\nsesi\nwith\nsarin\nweidman\npatois\nmundi\nmundo\nmundy\nsocrates\nnatalie\nthora\nnatalia\nthorn\ncurato\nanderton\ncolchetes\nredutor\nredutos\ncromatismo\nhebei\ngandu\ngandy\nganda\nheber\ndescartava\njg99\ncân\nrealplayer\nfactoring\nautomato\nporangatu\nadere\nmaryland\nboga\nbogd\nedenílson\nquestionavam\ndebruçando\ncardiocondyla\nvouga\nberrabah\nshocking\nvitruvius\narashi\nchifa\nsogros\ntsotsil\ntranferir\ntranferiu\ntheroux\nhamptons\nverdades\npenhasco\nincómodo\nkree\nencefalites\ncixi\nburzum\nagoniza\noportunamente\nautenticados\nhostilizado\nhostilizada\nadquiram\ndensos\ndesaprovavam\ndiscursos\nconstituísse\ndiscursou\naeroportuárias\nembreagem\nralando\nlyrique\ncresceria\ntermómetro\nvenlo\nintelecto\nreutilizada\nreutilizado\natenuante\ncurtida\nendemias\nteledensidade\ntangência\nopry\nmalabo\ndenatran\npentelho\ninfluence\nóbvia\npalisades\nóbvio\nrefap\nequânime\nrefaz\ntraiu\nrefóios\ntrair\nensenada\nusucapião\ncaracterísticos\nbozikis\ngenitais\nsayaka\nespalmada\nvictor\nkrist\npalhais\nmultiplexador\nestatístico\nestatística\ncodemasters\neleja\nanglófono\nanglófona\nalexei\nalexey\nmilhouse\ninefável\nimigrar\nguetta\nsobrepondo\ncassirer\npareto\nlimongi\ncheong\npalmilhas\nwierson\ndudayev\ncredireal\nleica\n99/9999\nmolelos\nreagir\nazteca\ncuatro\nalpestris\nútimo\nútima\namasya\nbanach\npartick\nvetar\nsteubenville\nstaring\nagroindústrias\ncamboim\nornamentados\nfudai\ncayos\npronúncia\nsakuraba\npermutas\nferroviárias\nfrançaises\nvivia\nmelisende\nbecome\nnaxos\nhartnell\ntardou\npeiper\nhanão\naristotle\nlestat\nvigiavam\nmacromoléculas\nmotociclista\nintegrity\nkyuubi\nobaku\nbandolim\nexacto\nbahls\nrevisões\nalfabetização\nhipnóticas\nhidretos\ncarriers\nexpressam\nexpressar\nexpressas\ncarrieri\nmarinara\nmédiévale\nmerritt\nancients\nmaneirismo\ngoncharov\nfagulhas\nmoçambique\nchrissie\nescultóricas\nmagdeburg\nremessas\nangústia\ntenshinhan\nduvido\nrepatriar\nduvide\nsemeou\nduvida\nkorine\nmeteorology\nhipocloroso\nrealçava\ngamerankings\nreticulum\nenfâse\nmarinha\nmarinho\nfillion\nruns\nrunt\nruna\nrune\nruno\nruindo\ngranulomas\nsupersônico\nsupersônica\nmabuni\nvendée\ntamisa\ntrocariam\ntransbrasiliana\nsucessões\nvoluntarismo\ncalabouços\nmilitão\nelmar\nalinhados\nballiol\nvoltarete\nbanheiras\nsovereign\ndesagregação\ntorquemada\nbaena\nildeu\ne9e9e9\naorta\nandirá\ndiversificadas\nrepublicanas\nshuffle\npalestra\ncontrastante\ninterdição\nkirchdorf\ninapropriadas\nassitente\nbiografados\nmovente\nnanotecnologia\nbaianidade\nturvas\nninh\naconchegantes\nesfregada\ndiabéticos\ndissimulando\nzarpar\ncereais\nseringueiras\ndmitri\ndmitry\ningold\nsnapdragon\nfotodrama\noverstreet\nryuusei\nvaras\nvarar\nadrenaline\nadrenalina\nvaral\ncontendor\nliberato\nmacromolécula\nfargo\ncorintians-rn\ntransition\ndivago\nuraga\nhsbc\nemb-999\nurubu\nintestinais\nsul-americanos\njanszoon\nmossadegh\narnheim\nardahan\nperspicazes\ndragster\nrevigorante\nöresund\nsonâmbulos\nex-companheiros\nsandor\nsandow\nsandoz\nfaletto\nivalice\nadicionadas\nmutuamente\nmartirológio\npadrastos\ncontrario\ncontrarie\ncontraria\nteletrabalho\ndictator\nmetric\ncontrariá\nkardam\nsilhuetas\nxdrive\nalagada\nalagado\neuros\ncietec\nlimnonectes\nharam\nanti-terrorismo\nnuggets\nexciting\nperu-boliviana\ngeórgia\ndesentendendo\ntuvalu\ndeslocalização\nachatina\nneonatologista\nsorocaba\nwaverly\npontifícios\nligeiros\nheraldo\npertenceria\njuicio\nviajou\nacadia\nbelize\ntapume\ndalarna\nvisionário\njrs\nvisionária\nwentworth\nclerestório\nalagadas\nmccracken\ndesfolhada\nresenhista\nlitólicos\npombeiro\nlistrados\ncobertor\ncobertos\nalquilantes\ncuiabá-santarém\nfaire\nfairy\nprensagem\nc9h99o9\ncloppenburg\npoiseuille\npaliçadas\nmotorizados\ntraceria\nseiscentos\norgana\nsvitavy\naustro-húngaro\nknotts\nyangtze\nphysica\nphysics\nte-huna\nannibal\nimportadores\nsilenciosos\nconfecções\neuro-asiática\ngratificação\nreticulatus\nseletos\nhibiscus\nálex\npostulantes\nidiomáticas\ninventivas\narredondados\nficalho\ntirpitz\nmarmoratus\ngaddafi\ndifusão\nretóricos\nbigas\ndeitadas\nnevados\ntransigir\npatês\nburburinho\ndesencadeantes\nkermadec\nescolheriam\nmigradoras\nisomorfo\nabsurdum\norganizando\ngarrett\nperciformes\nkuressaare\nturfeiras\nazmuth\ndeportados\ndesvincular\nenfoca\netnológicas\nseguisse\nmimética\nmimético\ncamera\nv9999\ncascadura\nmcnaughton\nemmenthal\ngonnosuke\nsuplicação\nprograma-quadro\njiló\nmijn\nsupermodel\nassaltaram\nanticlericais\nmargraviado\nrácimos\namati\namato\namata\nhercúleo\nhercúlea\n9,99999\ncolassanti\nellesméra\nzeugma\namidala\nseparamos\naprendidos\nmiliar\nunfinished\ntajiques\nmilian\ndegustação\nter-se-ia\nrifte\narrozais\npuder\ninterfere\nbonemer\npampulha\narrumadeira\nfiletes\nfebem\nbestiários\nbnegão\neklund\nopérculo\nbacharelato\nsemelhantes\ndistant\nterritório\ncélia\nsobrando\ncélio\nmatheron\ntotalitárias\nxeque\narriscarem\nambrosiana\ndevotou\ndevotos\nrastro\noswin\nguajajaras\noswiu\ncounter-strike\nheterogêneas\njunji\nrouche\nª\ngoldfield\nsylvestris\nduríssimo\nflyer\nduríssima\nsobernheim\nsines\ntraiçoeiras\nluperce\nalborada\nimputadas\nsamara\nvudu\npapuda\npapudo\nterminados\nlançado\nlançada\nacionava\ndiretora\nmckinney\nlachine\neucalipto\nclerical\nigualar\nigualam\nporfíria\nsacrificios\nsólon\npotim\ndesqualificações\nsoidos\ncomedies\nuppsala\nfoto\nhoodia\nمحافظة\ninternados\ntabasco\nvijay\ncampeones\nintromete\nimutável\nichabod\nestações\nclapton\ncódex\nomã\nquarters\nalocar\ncultuadas\nestado-unidense\nomc\nomb\noma\nomg\nomi\nomo\nomm\noms\nvernon\nomt\nvanwall\nrestrita\nishida\nrestrito\ngoikoetxea\nperuanos\nagregações\ngafisa\nassigned\nrestariam\nbabangida\nbaldissera\nbaldissero\nbaldisseri\nafetou\nafetos\npär\njupiter\nteletón\nsachsen-anhalt\nencanto\nencanta\ngerlofs\nanalyse\nwhiskey\nhurões\natividade\nhelghast\nnutre\neponina\neponine\nmacaronésica\ncaptadores\nbaseado\nredshoes\npátroclo\nanestesiologia\nincrustados\nucsal\nalinha\nboiando\njintao\nlorient\nsindicalização\ncosmógrafo-mor\ngermanicus\ntamoyo\nélitros\nboehner\nelephants\nadivinho\nadivinha\nadverbiais\nadivinhe\nindo-arianos\nprotozoários\ngiratina\nset-up\nfeltrinelli\naeródromos\nkirchspielslandgemeinde\ndesfiliou\nbrasílica\nlenny\nlenna\nwasser\nglóbulo\nstarlet\ncens\nbrainard\naugust\nbertolínia\nvaporware\nlúcidas\nbhaskara\ncaramba\nslackware\nervedosa\nenergéticos\neletrostático\nceni\neletrostática\nioánnis\nabadias\ndesinformação\nshowman\nobikwelu\npc99\nlaboratoriais\nvh9\ntucca\nincorrupto\nvhs\nvhf\nvhc\ncontralateral\nalviverdes\ntumores\nboosters\nx99r9\npuffy\ncrassus\narik\nmutare\nervin\nátona\nátono\narchangel\ntaxonômicos\neletrica\nkoma\nkomi\nkomm\nhour\nsucks\nempresario\nvietcongs\ndeficitárias\nl'atlantique\ncomedia\nuracila\nigarapé\nex-senador\npascoela\nperry\ntexcoco\nperri\nperro\ncacilda\nperre\netnias\nwelcome\nt'pol\narbitrariedade\nenvergadura\nkairós\nemergia\nparticipativos\nemergiu\nemergir\nactuavam\ncorus\nparticularidade\ninfraero\nqualificativos\nnouri\ntoledo\nguigui\nbastiões\npseudophilautus\npenetrem\npsicobiologia\ngambara\nsportscar\nanodo\nmultiplicou\npermitirem\nperdiam\ndetonação\nencenavam\nmontam\nmontag\nmontar\nextraterrestre\nrodante\ncobreloa\nmaxon\ntapou\nensch\nuddevalla\namidas\nverbalmente\nsuperaposentadorias\nviệt\ncombinatória\ncombinatório\nmaddie\nmarroquinas\nproctor\nexpressadas\njboss\napuleio\nrivalizava\nsafed\nmorlocks\nbrühl\nespeleologia\nroupas\nengolidas\nsqlite\nokavango\ndominariam\ncertinho\nkerbogha\npropagandear\nlitoral\nbolder\nex-corintiano\nmutagênico\nchiefs\ncapturando\nfragrans\nskyrim\nfoguetório\nhemiplegia\nmojave\nseinen\npré-universitário\nseiner\ncolburn\nplanear\nestireno\nmalamir\ngasolinas\nteams\nathlon\nbruns\nbruni\nbruno\nbruna\ncambaridae\nbranquinhas\nplacebo\nmunda\nsiracusa\ndesamor\nburnay\ngptw\nraios\ncaminhão-cegonha\nmonolito\nendocitose\nbabbage\nnemátodes\nhurricane\ncomparecimento\nprévios\nruína\ntârgu\nabsolutista\nrecesso\ncoke\nágua-forte\ncircus\njiban\nagiria\nthorp\nanteriores\nbitsy\nmazurkiewicz\nintrincados\nmoskovitz\nhastula\nnwa\nas999\nnwo\nortopedista\nnecrotério\nhidromineral\nrecordada\nrecordado\nincrédulos\nhulot\npreparam\npreparar\nrumex\nquirinal\ncosmografia\ndecíduos\ntarantela\nedelson\ngrenada\ngrenade\ncalvi\ncalvo\ncalva\n#willpower\nrecusavam\nschwanke\nohain\ncoaligação\nlimpidez\nbusato\náccio\nburridge\npsol-al\npsol-ap\nsonífera\nsonífero\nserão\nwegmann\naguascalientes\ncharlottetown\nmassapê\njoaninha\njoaninho\nbofete\nsiberianas\nlogrado\nrevezamento\nelliptica\nhollerith\nfalaise\nvolkov\ndoctorow\ntomomi\nrajons\npandavas\namarronzada\ntrine\nmāori\nweezer\namager\nplanossolos\nobeliscos\ninsectivora\nescarigo\nantecipando\nmelting\ndiatessarão\nsolera\nmajdanek\ncuango\nfera\nferb\nfere\nferi\nferj\nfern\ncomprometedoras\nnorte-nordeste\nobjectivamente\nmetroviários\nsaudavam\nraposo\noferenda\ndual-core\nverve\nitaúsa\npizzetti\npleiteada\npleiteado\ntrident\niedi\nespectral\nieda\nmoledo\nhaidar\nelaboradamente\ndiscordianos\ninerência\nseféris\nando\nandi\nande\nanda\ntodas\ntoday\ngarantia\nespanhois\ngarantir\nfigura\nfigure\npaquistaneses\nfarmer\ndembski\nretábulos\nweegee\nभ\nexaustores\nacolhedores\nauditiva\nauditivo\nprydz\npoligonais\nsuspensa\nsuspense\nwashburn\nsuspenso\ninvadiria\ninterstícios\nboêmios\nsententiae\ntelencéfalo\ncoreografa\ncoreografo\nacurados\nallosaurus\ncircundava\n999999\nidentificá\nenviarem\ncoagulante\nsubscriber\ndirection\nalderney\nelenilson\nusurpado\nusurpada\nmuiños\ncapitulo\ncapitula\nabocanha\nsecretário-geral\nleverger\ndireção\ninfundados\npuuc\nvespas\namadou\ndadaísmo\nalthoff\nbouvet\ndescrença\nbullets\nnaturalidade\ntaiyuan\nleões\napartment\nturquistão\nad-din\ndaishonin\njônico\njônica\ngünzburg\ngrooverider\nsedentárias\nplenamente\nex-policial\nreluta\nboadiceia\nsomavam\nneurocientista\ninterlocutores\nmontaigu\nzoster\nacordava\nelogiaram\nboca-de-urna\napokolips\nzambujo\nentalpia\nteleco\ncentrífugas\nchapada\nluso-espanhola\nvandenberg\nchapado\nmissionários\ncombatam\ncriassem\nfilgueiras\ninovado\napimentadas\nattention\ndesapropriadas\ntentassem\nparafilético\nincestuosa\nalgeriz\nliturgias\nprivadamente\nshirt\nshira\nshiri\nshiro\neditaram\nex-atacante\nalude\nameixeira\nnastácia\nmeher\nbailon\nex-agente\nmaternidade\npopov\nciríaco\nficou\nplaza\npreocupações\ntopógrafo\nactuando\nsaiga\nsyphon\nwhitmer\nalvarás\nfomentada\nfomentado\nashton\ncombóio\nanomalia\nmalkuth\npublicamos\ntskhinvali\ncordoaria\ninferir\nེ\nopaca\nopaco\nprefixadas\nyannick\nincendiar\nberço\nshizuoka\nubajara\nengels\nlibertarismo\nbudge\nbicheiros\nneale\nderivado\ngehrels\nderivada\npós-temporada\ntemporizadores\nmascate\nex-atletas\ntirantes\ncrematórios\ncontemporánea\ncontemporáneo\npoupée\nparasitárias\nchittagong\ndaniels\neleventh\nstephan\nreconciliado\ncolar\ncolas\nmayweather\ncolan\ndijk\npalustris\ntierra\nferro-velho\nbeaulieu\nrodney\ngrounds\ncomarcas\ncopenhague\ntalk-show\nrodobens\nwarming\nassustadoras\ncaieira\npensassem\nsingstar\nmarinês\ngualtieri\nfirmiani\nlewington\nnuclídeo\ndischord\nsarre\nsarro\nficante\nnegrinho\ndouradinho\nnutritivas\nclifton\nbuick\nspiral\ninitiation\ngermanização\nsinopses\nnorthbridge\ndesconhecido\ndesconhecida\nbem-fundada\nyrigoyen\nmeretz\nreorganizando\ntarrytown\nmilites\nrevigorada\nrevigorado\nyellow\ntravaux\nligassem\nadega\nartemísia\nferrol\nchimborazo\nsuruga\ndálmata\nfitogeografia\ndemonoid\niatista\nareado\narriscadas\ncamerista\ncrueldades\nlauter\nrespingos\ncentralizada\nmilligan\ncentralizado\nwisdom\njommelli\ncassiane\ncassiano\ncotadas\nسورة\ntocaria\nlukáš\nzacarias\narrebatou\nmenu\nmens\nmeno\nmene\nmeng\nmena\njupp\ngelatinoso\nprostático\nprostática\nnes\nnep\nsuvarov\npára-choque\nreanimação\ndiplóides\ncalfat\nacesse\ndisprósio\ndaioh\ncalumet\nsurpreendentemente\nqusay\nperformando\nlealistas\ngaulesa\ncompreensivelmente\nne9\npowis\ncurtido\nrebanhos\nc.d.\nburkman\nflrw\nfurtava\npederastia\nptolemaida\nhelenísticas\ndesacreditadas\nsocial-democracia\nmuriçocas\narcanas\nsinistralidade\nspades\nspader\nantediluviano\nassintomáticas\nvocacional\nespinhos\nerotic\ninterditaram\nfleuma\neleutherodactylus\nsuperordem\nparameter\nensolarados\nrefogados\nultravox\nmarrento\nmilaneses\nentomologista\ncanvas\nbundesliga\namiguinha\namiguinho\ncaçulinha\nexperimentais\nmultiétnica\nnestes\ndespindo\nantivírus\nrapaziada\ninstigadas\nreconexão\nmalvino\nmalvina\nasseclas\nimpropriedades\ninterestadual\nergativo\npedagogos\nlenine\ncinemáticas\nrfid\nrivais\nrivail\nenchendo\napercebem\napercebeu\naperceber\njoyful\nirjel\nvendedora\ntaxon\ncurling\naconteciam\nliaoning\nbesar\nfasciculata\nseghers\nmarni\nmarne\nmarna\nmaharet\ngone\ngong\ngoni\ngonu\nrevelstoke\nmasóvia\nslant\nslane\nbottura\nindianos\nfranck\njangadeiro\nmelilha\ncompliance\n99-999\nsemsa\nenfatizar\nenfatizam\npedirá\ncírio\nsuspensivo\nsuspensiva\npedira\nvrum\ngarhi\nemanuelle\nscavo\ngöppingen\nfotovoltaicas\nencorajaram\npegasus\nbermudo\ncobrirem\nsemepp\nunterfranken\nintg\nslipper\nreinstalado\nconvulsões\naceitado\naceitada\npátios\nselantes\npascale\npear\npennsylvania\ntosse\nmeena\ntransformada\ntransformado\ntikva\n≡\nruud\ncitroen\nmabuya\ncomando-geral\nbloqueava\nnadadora\ndustin\nocde\ntaming\ntamina\nplanejou\nantiamericana\nprimordialmente\nviscosos\n-rua\nkirov\nencrenqueiro\nsesame\nlebre\njy99\ncarpineto\nconsideremos\nminerva\nsubvalorizado\nderrotara\nvaal\nvaan\nmilne\nindeferida\nindeferido\n9.999,999\npgfn\nrevogasse\nsmaug\nextremamente\ndimensionamento\npal-m\ndanner\nsatyriinae\ngarden\ngardel\ngardes\nocaso\nconcrescidas\nfrustrações\npoaceae\nmaioritariamente\nchifres\nblvd\nvelásquez\nguarda-rios\nraminhos\nafetarão\nrecapturou\nduguay-trouin\ncordia\ncordic\ncordis\nasturianos\neqüinos\ndinásticos\nkuti\nemanavam\nfatalismo\nfiallo\nveneziana\nveneziano\nárpád\nbrazzaville\npogroms\ndescrevê\ncidadsua\nlaboratórios\ncolegiadas\ndescrevo\ndescrevi\ndescreve\ndescreva\ndruk\ndrum\ndrug\ndrus\natlanta\nsuzdal\natlante\nvitalismo\nabraçar\nfalam\nabraçam\nexaltasamba\ncolapsaram\nhartz\nhartt\nharte\nalaúde\nloeb\ntoumani\nloew\npolitique\ntalude\npovoa\npovos\nonion\nhitleriana\nmarilena\nmarilene\nressonantes\ntecnologicamente\nseeds\nmárai\nneosho\nmcg\nemitirá\nptm\npth\nlingüística\nlingüístico\nscocco\nfilme-documentário\nbrenta\nrejuste\nbelknap\ngroves\ngrover\nnotarial\nmesmero\nbennett\ncoletivistas\ndutchess\nwatling\nbootsy\npousadas\nestimadas\nressecamento\naferir\nwga\ntaxidermia\nwgm\nwgr\nchamados\nchamador\ninativo\nbaltic\ninativa\ndrones\nreinterpretadas\ncompensará\nadaptavam\nconfiavam\nsensualizar\nscotiabank\nvinogradov\nnozes\ncleiton\nacordasse\neamonn\nschreiber\ngentleman\ndedalus\nrawls\npropelido\npolímeros\nmanicaland\nouvidores\nenciclopédia\nreviews\ncampi\ncampo\ncampa\norgasmo\ncamps\nsuburbanas\npalpatine\nbasset\nassumar\nbassey\nassumam\nnáutico-rr\ngodderz\ninquisidores\nsublinhou\nnotabilizou\npintadas\nencarnava\nrhytidoponera\nsubsistir\nsubsistiu\nsubsistia\nsheik\nsaltado\nmajestosos\nabomey\nevidência\nsuruí\nderrotam\nderrotas\nderrotar\nabomei\ndunkerque\nchatrang\ncircuit\nj.j.\nconcordariam\nam-999\nsaradomin\nsupporting\ndistinguíveis\nextrações\npequena\nincontestável\npequeno\nvês\nvêr\nsastre\nvêm\nraínha\nsubáreas\ndedicated\nligam\nligar\nligas\naños\npublicou\nb.o.b.\nrodopsina\nvelejador\nbirdy\nestruturação\nbirds\nnerva\necclestone\nwindow\nnervo\ngenéricas\naev\nmin99\nmaloca\nterraplenagem\nmartiniano\nberbere\npeck\nclamavam\ndeslocassem\nadjacência\nnahuel\nestamos\ntogas\nwillard\nambo\namba\nsébastien\nvaiados\ncannito\ngrings\ngringo\ngringa\nbuccaneers\npuc-rio\nfrankie\ntirada\ntirado\nlibrae\npeluda\npeludo\nlibras\nmesquinhez\nconservativo\nconservativa\nconservative\nholywood\nanabela\nfell\nprepara\nprepare\npreparo\npatógenos\nchizuru\nuremia\ncarretel\nslaviero\nbuilders\nprepará\ngueixas\npermiano-triássico\nacumulam\nacumular\ncubinhos\narqueado\narqueada\nyukio\nradiológica\nbachelard\nradiológico\ndestinada\ndestinado\nscarlatti\nbrambilla\nestórias\nhomologar\ncaleta\nrastreio\nrastreia\nrememorar\nfuentes\nzueira\nmediterranea\noralidade\nfool\nfoom\nfood\nfoot\nauto-peças\nassimetria\nsuribachi\nisospin\nporvir\ncamposanto\nnovamente\nnovamento\nbirkeland\nyuke's\navenches\nfuração\nespartero\nsensual\ntchauzinho\ncarvalhaes\nmonofosfato\njoguei\nthielemans\nsijilmassa\nthielemann\nzumba\nzumbi\ntrees\ntønsberg\nmonza\ntípicos\nparaíba\nlíbano\nvizinhanças\nсоюз\ngovernou\ngovernor\ngovernos\nalfragide\nleuchtenberg\nboutros\nvolgogrado\ndesaix\nsuperconjunto\ncúmplices\nhalfdan\nwilker\nbeardmore\nhamlisch\nreitz\nlúculo\ntheotônio\npanhandle\ncriariam\ntenório\nsertanejos\npulverizar\nrollo\ngambito\nrolli\nrolle\nrolla\nrolls\nsolimão\nmindelis\nrennes-le-château\nteodato\nbarbamon\nkazunori\nberuri\natualmente\ndushanbe\nrequired\nadvogam\nsavior\nlançariam\nmascarenhas\ncanaviais\nbaseando\ncolman\ncolmar\ncupcakes\nrecorde\nmalesia\nectomicorrizas\nfrantisek\nprotectoras\naspirante\npinaster\nmitsubishi\ngraffin\ngritos\ngritou\nsuperego\ndesmoralizou\nmccready\nestenose\npura\ncenográfico\npure\ncamino\ncenográfica\npuro\nantigone\nbatalhou\nmaguito\nlasciva\ngotita\nhohenlohe-langenburg\nelementais\nlascivo\nirreparável\nlamborghini\ndestas\nrondinelli\nangiospermas\nsuntuosos\nambrosina\nguárico\ndeserções\nambrosini\napreciadora\npurvis\nguapos\ncómoda\ncómodo\nmarmanjo\nvegetação\ndunedin\ngondry\ncodificadas\ndurkheim\ncaititu\nevoluirá\nminado\nhaltere\naddition\nminada\npreeminência\nshevtchenko\ncondominio\nreflection\ntransitar\narboreto\ntransitam\ntaller\ntalley\nprocurarem\ndragonforce\nibatiba\nbulimulus\ncandu\nadabas\ncandy\ntk\nmaiakovski\njava\nbertrand\naproximarmos\ndm9\nbackhand\nperegrinar\ndma\ndmb\ndmc\ndme\ndmg\ndmi\ndml\ndms\ndmt\ndmx\ndmz\nkassovitz\nampliasse\nteoremas\nformicinae\nrefrigeradores\ninteriormente\nrefinarias\nbocejo\nespanhol\nkovu\nfatecs\nmerle\nmerlo\ncomvest\npergola\nstills\nstille\nabdomen\nfurlong\naldeamentos\ninjustiçados\nmontanhistas\nmeio-irmãos\nlá9\nsupracitados\nsprengel\nsamsun\nillescas\nrescaldo\nhécuba\nabatimentos\nmecanicamente\nredundância\ndesclassificação\nsacros\nxeneizes\nfulda\nindelével\nyoshitoki\npicking\nºano\nfillmore\ncoluna\nocorra\nocorre\ninsatisfação\nhoteleiras\nexpectação\nhidratam\namarelo-alaranjado\ntenência\ncastellón\ngêngis\npicassos\nexacta\nenviarão\nmiradouros\ndespencou\ndespreparados\nreflorestada\ncaridoso\nartaxes\nempregado\nsupinação\nanadia\nhamdi\nferindo\ntuma\nsupervilões\nconcebem\nconceber\nconcebeu\npulverizadas\nmaurílio\nliddell\ncodificação\ndesafiada\ndesafiado\nfundante\nindexadores\nritterkreuz\ntransmitância\ndesenvolvimentista\ndemaquilante\ninconvenientes\nsofrer\nsofreu\nsofrem\nmontespan\npudéssemos\nromina\ntombou\nosiander\nclasse-linha99\nmlava\npuerpério\nmlavi\nmaiúsculas\nvenceremos\ninjustificável\nsecurom\nneverland\ndestacasse\npudemos\ndesumano\ninvestigations\nsubstituímos\npequei\nfrígios\nsurgiriam\neinar\ncontemporary\nlieder\nphuket\ndestrui\nruddy\ntenkaichi\nyeung\nshitake\ncalendar\ncalendas\neconomistas\nintercelular\nnomenclatura\nnomenclature\nindelicato\nprovocante\npollstar\nrodízio\nnulidade\nsobrevalorizado\nefémeras\ndocks\nmaslama\ndemagogos\nacheulense\nsergipanas\ndesvantagem\ndirectas\njoab\njoan\njoao\npintara\nsamman\nalevitas\ncheliabinsk\nauríferos\ncomodamente\ntycoon\ndordogne\nitaldesign\ndesesperado\nplaylists\ndesesperada\narrowhead\nencalhou\ngeneralitat\nsintomaticamente\ncansados\nmoguila\nstarting\ntrançada\nressuscitado\nressuscitada\ntrançado\nuniceub\nfotino\nintegración\nsbcp\nsbcd\nluminosas\ndebugger\ncalca\nmudarão\nregistrava\ndisposta\ndisposto\nohara\ncopiados\nquintus\nbarrera\ncontorcendo\nmutismo\nguzik\ntaxila\nperkin\nconsertava\nberen\nberea\ntomaram\nenxertos\nvaladão\nsaltasse\nmetodista\nbertani\nparamentos\ndependentes\ncustando\nal-muizz\nautônomos\nnervous\ninvasor\npodeis\ncortinados\naltura\nindividual\nkhumbu\nfaraônica\nfaraônico\ntrovoada\nentrever\nrychely\ncontents\ntazewell\nmalvern\ndrygalski\nlebowski\nbridau\ndercy\nbridal\npropõem\nanfavea\nvideografia\namérica-pe\nimunológicas\nimponha\nciribelli\neivado\nbritannica\nöckerö\nsobrescrever\nmccartney\nforward\nverme\nneres\njuniperus\nllull\nhit-boy\nenaltecido\nusuais\nenivaldo\nrecorre\nrecorra\nrecorro\ncargueira\ncargueiro\namberg\narejamento\nlumengo\nnavajo\nintensas\nhumidade\niarley\nhasegawa\ngastronómicos\nlourença\nlourenço\ngrados\ngradou\napresentador\napresentados\nestabelecesse\ncatholicae\namassar\ntalião\nvaudeville\naix-en-provence\ncenso-designada\nrelativísticos\nveranicos\nneustrelitz\nhp99\nfragonard\npós-modernista\nminivan\ndesconexos\nfranco-condado\ntécnico-administrativo\nsofremos\npitty\npitts\npitti\npitta\ncwa\ncircuncidado\ncwb\ncw9\nstrippers\nstaufen\nmanzan\nstrongman\nescovas\ncordados\ncosby\nduvidava\nciprestes\nconspiração\nraspadinha\nrp\nsérico\nsérica\nprogramada\nprogramado\nseccionada\nhammurabi\nodílio\nodília\npélias\ninvejado\natmospheric\ninvejada\neletronorte\nojeda\ncamaradas\ncitrus\nwagram\ntrineto\ntrineta\ngasset\nresultado\ncenter\nresultada\noops\nalsácia\ntests\ntesta\nteste\ntesto\ncorporativista\nesponjoso\ntestá\nyakovlev\npleroma\nantígona\nantígono\nconscientemente\ninaro\ninari\nseniculus\nmadera\nmadero\ndestelhadas\ndemonstrativos\nmoneda\natman\ndiscutimos\nsterculiaceae\ncarniça\nharéns\nmünchhausen\nmondial\nestreado\nestreada\nreconstruções\nbelicistas\ncontido\ncontida\nhypocrisy\npersuadiram\nrz\ninvocar\nmeio-norte\ninvocam\nromanticamente\nenxuga\npmsp\ncategoriza\nmilinda\ntérmicas\ntenrecidae\nmelhor-de-três\nbraveheart\nsufrágio\ncompanhia\nrecitais\nfromer\nrf\nstaudinger\nenérgicas\noperating\ndecididos\nkihn\nhijo\nxanthos\nberesford\nsismógrafos\nmonoclonais\nmarjory\nanagramas\nthionville\nchoramos\nartística\nyoshimura\nprognóstico\nmopso\ngeneralmajor\nnighy\ncomenda\ncomendo\nluisão\nmolestados\ncnpj\ncnpc\ncnpe\ncaetana\ncnpq\nibope\nmarísia\niquique\nsolano\nsolana\nteixeira\nsub-ramo\nbonilha\nanitta\nbiface\nshingen\ncupês\nmiralles\nluchino\npropositiva\nbarítonos\ngalaţi\npraça\nhidrelétricos\ncobrada\ncobrado\nluva\nsubmersíveis\nodette\nkempten\ninflige\nirrational\nhopwood\nclassificando\nrúa\nronilson\ngorilas\ninjustiçada\ninjustiçado\nescapista\ntelluride\nalembert\nafrique\ncherto\ntoupeira\ntempere\ncopasa\ntempera\ntempero\nnesle\nr\ndestravadas\nkentuckinianos\npassavam\npacificada\npacificado\nsterns\nbotulinum\nsterna\nsterne\nalbergues\nmods\nerraticamente\nbacaxá\nbastaria\nproibitiva\nproibitivo\nchegarem\nsalutares\ncecina\nobstáculo\nintrometida\nmcgregor\naneuploidia\nofertados\ncumprimos\npilotava\npellizzaro\npellizzari\nyuval\nvilafranquense\nringkobing\npsdb-df\nanfilóquio\nmulhouse\nresgatava\nfuste\nfusta\nriddick\nboondocks\nadiposas\nsevilha\nimbruglia\nbeirava\neastwick\nitarana\ntiida\nfilmagens\nalteração\npiçarra\npossivelmente\nrepetem\ntagalo\ntrench\npedregal\nbozeman\nratt\nrats\nratp\nrate\nadoecem\nrata\nrato\nratm\nrath\nbistra\nmauricinhos\ntarobá\ncai-cai\nsururu\nadoecer\nconcessionária\nmarcílio\nconcessionário\ngluck\ndúvida\narise\nwayans\npronomes\nmonofilia\nrepetitivos\nformosos\njabuticabeira\nhistonas\ncosmológicos\narnoldo\nhugenberg\niniciantes\nexponha\nexponho\nprincipiado\nulmeiro\nsurrealismo\nflexão\nperistilo\nforeman\nshangri\nisard\ntransportada\ntransportado\njaguares\ndeutch\ncompósitos\ndesnecessária\ndesnecessário\nlegalidade\nfacilitassem\namigão\nbylsma\nquais\nibirapitanga\nquaid\nquail\nepítetos\nqueridinho\nqueridinha\ntardo-medieval\ncorinne\ncorinna\ngascoyne\narranha\nafegãs\nafegão\nextra-oficial\narrasaram\nanzac\nnewsletter\ndesapareceriam\nsheng\ncivitella\nnatsuki\nmetrôs\ngeneticista\nmercado-alvo\nrúnicas\nbruços\nrestrição\nnasr\nnass\nnast\nnasu\ntikara\nnasc\nnasa\nnash\nnasi\nnaso\nnasl\ntopónimos\nidiossincrática\nidiossincrático\nregininha\ntargino\ncuravam\nmásculo\npornochanchada\nmáscula\nhussars\nfeitura\nmatacães\npretendente\nfastlane\nfédération\ntraídas\nsabena\nsusceptíveis\nantecipadas\nyoshinobu\nferguson\nmitral\nkrauser\nmitras\nján\nmegami\nrenegociadas\ninicializado\nangoche\nincompreensões\ncomyn\nvac\nesclarecedora\nvax\nlogrando\nex-técnico\nvas\nmiziara\ncohen\ndispondo\nbarista\nq9\nintrigante\nconstatando\nq.\nsciarra\nqq\nqp\nqs\nqr\nqu\nqt\numbará\nqa\nqc\nqb\nqe\nqd\nqg\nqf\nqi\nqm\nql\nqn\nbiar\nousmane\nlandry\nviper\nlecionário\nitapura-corumbá\nzeeman\nhehehe\npsicoterapeutas\nöyster\ntensão\nplanejamentos\ndídio\noásis\nfortes\ntucunduva\nantigua\nparcão\nbiologicamente\nbeast\nabigail\nfragmentação\nprojectadas\nporcelanato\nyamaoka\ncamisolas\nreumatologia\ngravidade\nmillington\nreestruturou\ncaiuás\nмихайлович\nconfundiam\niuanes\nmontalcino\nanalógicas\ncruelty\ncondenara\nsanguinheira\nraining\nceptro\ncrbc\nadmirar\ngeografia\ngujarati\nadmiram\nadmiral\nagorafobia\ngramido\nmediúnicas\nreticulata\nserralharia\nkaemi\nconcordasse\nbabalu\ncoqueiral\nhormone\nhormona\noperacionalmente\norman\nelevaria\njulgamos\nemulsificante\ntransmissores\ncelesc\nqy999\nwinterbourne\nhígia\nsedico\nconvertidos\nalmelo\neriberto\nimperativas\ntuttlingen\nevolui\nevolua\nautopromoção\nlareiras\nrudolph\nevoluí\nrotary\ntreasuries\ndoido\nheadline\nhaereses\nmelódica\nscheffer\nmelódico\nscheffel\nbucher\ntutmés\nsanche\nchacretes\nsancha\ndefiance\nsancho\nacionaram\nionizantes\ndramatizações\nestelionatários\nkeegan\ncentralizou\nducado\nnitidamente\ncentavo\nvólei\nreabsorção\ndesleixada\ndesleixado\nvate\nexposition\nbrabo\nstarscream\nfacílimo\nmilovy\ntéllez\nsármata\nalcançarmos\ncaldwell\nporto-alegrense\nkrull\nestruturadas\ninvencionices\nr$\nheysel\nrudnei\nsunburst\nschiaparelli\nplaycenter\ndekalim\nhon\nsheringham\nhok\nmourisco\nmourisca\nhox\nháfnio\naçores\ncompacidade\nkuat\nkuan\nanalisando\nparams\nstreetlight\nequilibraram\nericson\nalargou\negeia\ndolor\nonís\nkumdo\ntraquete\nmoldá\ncomemoramos\nsololá\nadoptadas\nturra\nmolde\nmolda\npaiste\nlavandaria\nmesa-redonda\nfortalecerem\ncrenata\ntakamoto\nautárquico\nautárquica\nvoldemort\nbilliton\nrepertórios\nbooster\nrebatizou\nconsciente\nsbs-9\ndecidiriam\nushio\ninjuriado\ndemocracias\nphytolaccaceae\nentreguerras\nverbatim\nwhit\nensaiando\nbasilides\ntrocador\ntrocados\nfranqueza\nbrigadas\nmajoritariamente\nbem-sucedido\nespécie-tipo\nbem-sucedida\nperdoei\nperdoem\nnakajima\naeróbicas\nchivasso\nrevezar\nculpava\nrevezam\nvegetais\nintellivision\npós-menopausa\nfinanciadores\nmagellanica\ncompreensão\nchapo\nherdou\ndesqualificada\ndesqualificado\nturista\ntoadas\nnatallia\nbombardeiros\nwaterford\ninesgotáveis\ncalculando\nx9x9\narrombaram\npercutidas\nalpalhão\nraia\nleitch\nyandel\npularem\nlaces\nwrx\nwry\nmiedo\ncompreenderia\nbonecões\nwr9\nestrôncio\nmortificado\nroederer\nex-são-paulino\nimpressionada\nimpressionado\ntiberi\nfirmando\nruralidade\nrescisão\nsilogismos\ncharlotte's\nsituacional\nmaximoff\ntentar\nbusby\ndarth\ndarts\ntentam\nconstitucionalistas\nbagnes\ntumorais\nlicenciaram\nesteja\nperil\nhon-maru\nfilipo\nfilipa\nguinea\nf.i.m.\nauden\nadotariam\nresponsabilizaram\njoílson\naniquilar\nmartinópolis\nwhitehill\ncontestam\ncontestar\nmigrantes\neure\neuro\nglitz\npetroicidae\nharas\nvojvodina\nsenate\nharav\npirotecnia\nrosa-dos-ventos\ncucha\ncuche\nmastodontes\nsolna\nrespeitáveis\narrastando\npq99\npapel-moeda\nrabaul\nr.a.\nnorrington\nprocurarão\ndécouverte\nsoviéticas\nkyokugenryu\ndesestruturar\ndesmatamento\ndesperado\ntouches\naerojet\nremendar\nbaibars\noreste\nalunissagem\nsenju\nsartana\ngrisendi\nproibindo\npiquete\neducación\nescovinha\nlongroiva\ninequívocos\nhanoun\nfreni\nrebelando\nlílian\necoou\nyella\nfleischmann\nrollercoaster\nálbuns\ninfluenciem\nhitmaker\ntasca\natribuido\natribuida\nestampa\nkonex\nnoir\nnois\nshould\nbuttons\ngrafado\nnoia\nkonev\ntalões\nnarrativas\nbasten\nbastet\nrastejante\nursos\nlf\nhaja\nhajj\nhaji\npalmítico\naikawa\nlm\nemboscados\ntraficando\nebstein\nmauad\nlgo\nlga\nlgp\nmatthei\nmatthew\nbovídeo\nlunigiana\npara-brisa\nrogerio\nrogeria\nbadaladas\nverbier\nenvolviam\nmielec\nsecaram\nesqueléticas\naçougueiro\ncmse\nestetoscópio\nrecorria\ninterdependentes\ngießen\ntingui\ncartesianismo\ngreasers\navital\ncolegas\naliases\nrepassará\npairar\npairam\ndemarchi\nneeson\nmarcgraf\nideli\nindício\nhensel\nengravida\nestender\nestendeu\nestendem\nanárquicas\nafter\narbitral\nmontagnana\nhebert\npré-revolucionária\naustrale\ngenitores\nnevoeiro\nfénelon\ncozinhou\nentupimento\ndianética\ngoleadores\ndaee\ndaer\ndemarcava\nfincando\ncoordenar\ncongregacionais\ncoordenam\nbeyliks\nsamaria\ntrepa\nannemieke\ngaul\nchicas\nfinos\nfinor\ndeclaratório\ndeclaratória\nfarsas\ncyro\nenfatizando\npré-menstrual\nlǐ\nuplift\neusko\nconcretizava\nqe999\nandrucha\nanti-social\nwallingford\nretreat\nliquefação\npobla\ncragg\ninumeráveis\nsalário-base\nreligiões\nequilibrou\nenumerável\npretensos\nproporcionem\nalvinegros\nforjaram\njoão\niriarte\nsatelite\nrecheada\npoisson\nsino-tibetanas\nanemias\nlapidus\nlisina\nassociavam\ngehenna\nbenny\ncompartimento\nbenno\ngaëtan\nfactível\nestribilho\nfunakoshi\npiombino\ncará\npreencha\npolimórficos\nroussos\nvouzela\ncary\ncarr\ncars\ncart\ncaru\nranders\ncari\ncarn\ncaro\ncarl\ncara\ncard\ncare\nfranco-italiano\nmudaram\nfranco-italiana\ndécimo-primeiro\ndesprovido\ndesprovida\ndunares\nsmtown\ndelatores\nwendy\ndesmoronamento\nbignoniaceae\nweyland-yutani\nignorante\nsolveig\nchengfu\natilio\npagerank\ninstitutos\neastbourne\nfaltosos\navançaria\nrefinado\nrefinada\ngerariam\nreiter\ndiscóide\ncarazzai\nrijos\ncarlucci\nvergerio\nzaclúmia\npreenchê\ncoronais\nbukharin\nespetado\nespetada\nalfineta\nalfinete\nlenocínio\nenxoval\ncolfax\ngaviais\nōtomo\ndzi\ndiagênese\ned99\nsabemos\nyvelines\nmabília\nestupefata\nestupefato\nincendiado\nprevidência\nmissão\nincendiada\nboulle\nautun\nsuderj\nfoxxy\nitinerância\nelpinice\nreabertas\nselectiva\nselectivo\nseljúcidas\nanalgésica\nanalgésico\ndogana\nindagações\nargilitos\nsinaleiros\nseriemas\ninfluenciaria\nwave\njodie\nresolutamente\ngaiolas\nkrzysztof\nfilarmónicas\nintensão\nhydrus\nestaremos\nlabs\nequatoriais\nsuwa\nliquidou\nliquidos\nampliado\nampliada\ntunis\npermanecido\nterciária\nterciário\nmilner\nlamenha\ntotia\ncteep\noctogenário\noctogenária\nagravando\nespartana\nespartano\napaixonasse\nrecebimentos\nespinhaço\nkazimierz\nmediou\nbonitão\nabusadores\ndocteur\ndescolado\nreutiliza\ndescolada\nterray\nterras\nterran\nterrae\naustro-húngara\nedizioni\ngorizont\nbarquinho\nbarquinha\ncuculidae\ncordofones\neurásia\nmãozinha\nmieloma\ntransmitia\ndecomposição\ntransmitir\ntransmitiu\npertence\neydie\nübermensch\nspecialty\ncartografar\nizzo\nizzy\nyokosuka\nhenle\nreproduzidos\nherbívoros\nafamadas\nabalando\nbubónica\nquasímodo\ntem-que-ter\nbakeri\nbakery\nvertidos\nilmenita\nhipogrifo\nshaking\nmemel\nmemex\nmemes\nburbage\neixos\ndesistam\nautenticada\ndjavan\nmusikverein\ncostelas\nxale\ndivisórias\n-los\npara-choques\nhorripilante\nspleen\nsaudando\nbasea\nbased\nbases\nbaset\nhiperplano\notário\nviúva\nviúvo\napostilas\nlyrischer\nclisson\nidh-m\nmythology\npedregoso\npedregosa\nbucke\nbucky\nswinging\nbucks\nmoralizadora\nhuertas\ngesticulando\nevoluindo\ndinastia\neclipsou\nvidi\nvido\nvida\nvide\ndeterminam\nmofo\nmelzi\nn-s\nwashington\nassemelhavam\ndespromoção\nn-9\nderrotá\nvacante\nkessel\ncirculava\nderrote\nderrota\nepidêmica\npré-olímpico\nhonestas\nformula\nplaça\nrodman\nsubespaços\nindustrializadas\nblahnik\nurbain\nenfraquecimento\nbenedicto\nbenedicta\nshoyu\nzrinski\nciências\nakio\nakin\nsharepoint\nbalthazar\nisagoge\ntagle\nethernet\nespártaco\nevanlyn\nácer\ntj-sp\npedrosa\ntércio\npedroso\nsínfise\nnietzsche\nbertaso\npoderá\nembustes\nlimpadores\nanexos\ncomerem\nanexou\nsounding\nbuton\nkaohsiung\nprobabilidade\nipitanga\nmemorabilia\nkamelot\nprivilégios\ncabugi\npêlo\ncabugá\ncerca\ncerco\nzamba\nmanole\nmanolo\nvassiliev\nsoerguimento\nbetula\ntolima\nalvi-negro\nressurgido\nmatheis\ncalibração\npechinchas\npechinchar\nandrologia\ntriga\nconfrontação\ndnocs\najudante-de-ordens\nkomintern\n♀\nthomasomys\nescrevia\nviscera\ngueldres\nescoto\nescota\nempowerment\nijebu\noverkill\ndesrespeitados\noolong\npresídio\ncigarro\ncigarra\nmeeiros\nsarcolema\nburnout\ntraynor\nexcellence\ndesgrudaram\n99/999-9999\noecophylla\nbalcânicos\nd'ampezzo\ndudi\ndudh\nduda\ndude\ntears\ndudu\nilegítimos\ncomunistas\nnesbit\nrhynchoglossum\nacentuando\nclose-up\nrecorrente\npitch\nsatya\nsatyr\ncomestíveis\nbotânicas\nhádrons\nthing\nthink\ngorro\nbilionários\ngetulista\nmaribor\nswitching\nmcguinness\nnicote\ninumeros\ncaxarias\nnortenhos\nbromberg\nconseg\nconsed\nconsea\ncôté\ncyndi\nseiji\nbasilical\ncôte\ndetalhadas\nadosinda\ncalakmul\natacama\narrisquei\ndisparando\nsátiras\npiscando\ncayenne\nbatata\nabastecidas\nbreviceps\nfronteiros\ndeficientes\ncastração\nreutilização\nmútuas\nconteudo\nminimalismo\nehrhardt\ncívicos\nconcernentes\nrotulou\nandarilhos\namante\nmombi\namants\npanegírico\n9:9999\npatuleia\nguildas\nsupercondutores\ntransbordar\ntransbordam\nnathanael\npuxava\nwedekind\ndrake\nsb9\nlígures\nwysling\nbugrino\nsbp\nsbt\nsbu\nsbb\nsbc\nsba\nsbf\nsbg\nsbd\nsbk\nsbm\niruan\ndescascados\ndistribuí\nautênticos\nfalésias\nsubordinou\nconspiratórias\nauge\ndistribua\nreadaptar\ndistribui\navnery\nviipuri\nsienito\ncafajestes\ngmünd\nchambriard\nastorga\nsegal\ntinhamos\nasfixiado\nasfixiada\ndonkey\nprovidência\npécs\nwoogie\nmystic\nlabat\nlaban\ncarência\nchappell\nmorrerei\nmorrerem\neuracini\ndesligá\nsquillari\nzagueiro\nzagueira\nespionando\napenados\ndesliga\nre-escrita\npredominando\nsignificantes\ndaihatsu\njimmy\njimmu\njimmo\nyamazaki\nisrs\ntensas\ntensai\nisro\nmiyuki\nloewy\nloewe\nfortão\npaulão\nezrin\nescalá\nposições\ncompactada\nsarsgaard\naceleradora\ncompactado\nexit\nparadigmáticos\ntricôs\nipiaú\nagripa\nmargravina\ncabanillas\npotrus\nsemanticamente\nsuspensas\ngradiva\ncordova\ncultivando\nluis\nequiparada\npeso-leve\nclement\nincomodaram\nenxergou\njundiapeba\ncoagida\nnordvorpommern\ncoagido\ncodificou\nvermelha\nvermelho\nalternava\ndallas-fort\ncomprometam\nbasilar\nbenghazi\nreiteração\namplitude\nkepler\nbomer\nrincões\nlaois\ncompilado\ncompilada\nelzie\nacervos\nnitrosaminas\npatéticos\ndorfman\naveirense\ngalbatorix\naceitáveis\nreais\nextracto\nmornos\nwagner\ncapturam\nabsolutismo\nliberianos\nregistradores\ndiabrete\nabrandar\nkristoffer\n-bmg\nexplosões\nultrassons\nrotavírus\nfranco-canadense\nbruegel\nphilomena\nesotéricos\ndecoteau\nrio-grandenses\nmattias\nmetodológica\nmetodológico\ninterurbana\ninterurbano\ncarteira\ncarteiro\nescárnio\ncavalos\nquarterbacks\nisotérmicas\ncantinhos\npolineuropatia\nsanttana\npercebiam\nghosts\nreceptores\nsubseqüentes\ntramandaí\ndesencantou\nretrofoguetes\nairwaves\nτου\nprotegidas\naliaram\nsepulcros\npressionamento\ndeclan\nocracoke\nwaldir\ndalberg\npabongka\ncopias\nangioplastia\ndesidério\nlycans\nhenryk\ncalidão\nnito\nouvira\ndesperdiçou\ntsushima\nholandesas\nouvirá\nguayaquil\ntarrasch\nwestfalen\nalabama\namácio\nkell\nkeli\nmogi-mirim\nschirmer\nveranópolis\nsolidificar\nhunt\nhuno\ncontabilizava\nhunk\nhung\nhund\nhuna\ncarmageddon\nminimizadas\nkelé\ninférteis\napunhalou\namorosas\ndeferente\nfortificaram\neuskera\nestábulo\ncovelo\nmitigada\nmitigado\nenvironment\nprotistas\nfarrel\nrepelida\nrepelido\ncórregos\nsalto\nabortadas\nrecomendaria\nalienou\nservirá\nponto-a-ponto\ntolosa\nfurtado\nprevaleça\nservira\nrompesse\nwolfenson\npúrpura\npaclitaxel\npachycephala\nacolhendo\nmiyazaki\nopinando\nfisiculturistas\nconstituíam\nmarivaux\nbabalorixás\nantiderrapante\nfayol\nlendárias\ngouvea\nabrolhos\nmecklenburg-strelitz\nlandis\nlandim\npassarei\nhavaiana\npassarem\nhavaiano\npanorâmicas\nendeavor\noenanthe\nrsfsr\nmargulies\nbullitt\nseahawks\natropelo\natropela\nadulteração\nbelievin\npersona\npersons\ndérmicas\nvestibular\ngeratriz\nsocialite\nlaminados\nם\nniteroiense\nsilverlight\nprincipis\nelieser\natraísse\naccounts\nfibrocimento\nboreum\nvulcano\nvulcana\nparabenizá\nintroduzida\nintroduzido\nnojentos\ncouromoda\ncarvalha\nparabeniza\nparabenizo\noparin\naxés\ndemospongiae\nwodehouse\nbeneficiou\nbeneficios\nkambei\ncrust\ncrush\nmultitude\nabsorvia\nh9co9\nverificada\nverificado\nfrequencias\ncraques\nshanxi\nadvantage\nceleno\ndesenrolando\nadotando\nambros\nstyle\npompeu\nhodiernamente\npercutores\nbernado\nrostra\npspace\nrostro\npequeño\nbaraúnas\npequeña\nreferisse\nendógena\nehrenfest\nreuniriam\nnights\nanimalzinho\nmadox\njuliani\njuliano\njourneys\njuliana\njuliane\njurujuba\noposições\nmetropolitanas\ndeslocada\ndeslocado\nnão-combatentes\nmaílson\ndesintoxicante\nachando\npublicitá\nalgol\noperacional\nwaynesboro\nkleiber\nóis\nrestaurateur\ncomparecer\nbrantley\ntangente\naproximado\naproximada\nlancôme\ncolectânea\nall-star\nfraqueza\nsucedem\nlowery\ndisponibilizando\ndesbaratou\neditável\nempédocles\nalpinismo\nparalisante\nafrodisíaca\nafrodisíaco\nacanthomyops\ninquilinato\nambrosiano\ngough\npenguin\nmisaki\ndrauzio\nclareia\nproblema\nnew_args\nfidalgo\nimpressoras\nacland\ndestacamentos\ncardosa\ncardoso\nmtk\ncapraia\ncavidades\nmotorzinho\nwiiconnect99\nquartel-mestre\nmalbork\namalgama\nrovereto\ncordilheiras\nfosgênio\nbatan\nbatam\nbatas\ninduzido\nempilhado\ncaroli\ncarolo\ncaroll\ncarola\ncarole\nfreeman\nluján\nskank\nzaire\nldhs\nzaira\nnorthman\nfobia\nbachir\ntraqueal\ncamelôs\ndurando\nvanvitelli\niluminava\nalchemilla\ngdynia\nassentados\njonze\npressões\npublishers\namesterdã\nnabla\nauctions\nconseguiria\ndecorrerá\nbogarde\ncontra-mão\ninterrupta\nsopé\nmiyata\najuri\njugurta\nmadagascariensis\nestral\npercebessem\nsopa\nsoph\nvilas\nvilar\nremontem\nquinolonas\ntombaram\niraquianos\nsoantes\nverdugos\nfino-úgricas\noberwart\nmercaptano\npmdb-es\napontará\nmillicent\nrealnetworks\nsachês\ncinderella\nexplico\nparkers\nτοῦ\naumentarão\nsubtropical\nbaqueta\n∩\nexplicá\nbucais\notimiza\nweiland\nimportantes\ncapeamento\nmegalomaníaco\nsinel\nelitexc\nzema\nzemo\nreumatologista\nducks\nlacre\nryders\nrevelim\nrevelia\nutilizaremos\ncatalíticos\nadagas\nnobles\ngalarza\nzadar\nmutação\nsincronizar\nmakalu\ntrending\nfaltar\nobtiverem\nestado-nação\nacquisition\nchaka\npoliacrilamida\nexarcado\nquimonos\npatrulheiros\nbusy\nbuss\nbust\nbush\njurisprudência\n99,9999\njoseenses\npatentes\nadestrados\nadestrador\nundime\nann\nanj\nanp\nimportancia\napresentada\ncraigslist\nesfacelado\nechoes\nlatrinas\nformando\nsubsistema\nimportantíssimo\nimportantíssima\nescurecido\nescurecida\npropagandística\nprováveis\nleberecht\ntocante\nmérope\nevaporado\nevaporada\nwyld\nwyle\nsmell\nfeliciano\nfeliciana\nbastasse\nsérum\nrevólveres\ndepressivos\nhinduismo\nrook\nmcneill\nholliday\ncalínico\nrente\nrenta\nfuneral\nroop\nestruturais\nchagall\nhomesick\nririchiyo\nfuncionalidade\ntrensurb\nacertaram\nsackville\nmissas\nmissal\nmissae\ncockburn\nferiram\npunhaladas\nlanarkshire\nexpressividade\nexecutora\nreavivou\nfreya\nfreyr\nparisot\nkosovares\nassoalho\nalcoi\nalcon\nalcoa\npecíolos\nalcor\nboiadeira\nboiadeiro\nprofanas\nprofanar\nbeliches\npró-corpo\nnorte-africanas\nbückeburg\nsuspendesse\nferoé\npronunciando\nblueprint\nlabora\nnott\nnote\nnota\nnoto\nassiniboine\nnoth\nmiddot\nferoz\nferox\nferoe\nrecém-descobertas\napinhada\nstratford-upon-avon\nalcatos\ncanonização\nsilte\nwoodsen\npiceno\npicena\ndesindexação\nspeedway\nsauer\ncarvalheira\ncarvalheiro\nvisitara\ntranscendeu\nusamos\ntranscendem\nshuriken\nvisitará\ndaguerreótipo\nmariage\nwal\nousando\nriachos\nbaranga\ndefecção\nasiatica\namiúde\nfontinhas\nmansinho\ncalcite\npós-estruturalistas\nyukihiro\nsalomônica\nciencia\nemission\necosport\nseduzem\nabrevia\nbordada\nbordado\ndisponíveis\nchancela\nirradiante\ncoping\nevents\nestratosféricos\nergonômico\ncorticosteróides\nusurpação\nmarchou\ncariris\nbalmaceda\nrestaurativa\nmelzer\ngovernando\ngaby\ngabu\ngabo\ngabi\ngabe\npiqueteiros\ngaba\ncontinuações\nostensivas\nstammheim\nonimusha\ngentil-homem\ntumulo\nestrógenos\nabsorvente\nच\nsucedidos\ntroppo\nchacais\ngesner\nprerrogativa\nstacy\ndecentemente\nstack\ncompadrio\ncombinam\nminifigs\npiledriver\nsub-tenente\nconsejo\ncoube\ncoro-alto\nseiler\nbroadband\nincorporador\nincorporados\nvenosta\nmatera\nmonica's\nthaçi\ncustom\ncustos\ncustou\n:\nsubstância\nator\natos\natou\naton\natol\natom\nagá\nconfederación\npsittacidae\nfesteiro\nfesteira\nplanejadores\nantecessor\nfrontais\nago\nagi\nagf\nage\nagb\naga\nagu\nagt\nags\nmonoamina\nverde-azulado\nverde-azulada\nleonesa\nliberalidade\ncassano\nbaobá\nzimbabué\nsensus\nhucitec\nderretem\nbannigas\nderreteu\nderreter\nprodutora\ncartier\nsingular\ndeslumbrante\nheliodora\nincandescência\nresolvesse\ncibeles\nestevam\nestevan\nracionalista\nobrera\ndetergente\ncage\nhinman\ncompota\nsudoeste\nsaint-germain\nbjorn\nbjork\no'reilly\narremessos\ncapetiana\nprotecções\nsucroalcooleira\npluviométrica\nveranistas\nsucroalcooleiro\nafincadamente\ncaiapônia\nnão-tripuladas\nlviv\nperturbação\nkvant\navançadas\ncaminhão-tanque\ncomparecia\nferruccio\nsdtv\njoffre\ninadimplemento\nsodomia\nimensos\nannaes\nprzemyśl\npan-europeia\ntaboão\nmosaic\npolítico-partidária\npolítico-partidário\nhipoplasia\narcaizante\nguardas-marinhas\nsubmissa\nfrança\nreflexividade\nnucleus\nbolin\nlêdo\ncrucis\nsalvem\nsalvei\ndeístas\nnebrasca\nrepressivos\ninventariados\nbouvines\nenciclopedista\ncreedence\nsousel\nmafiosos\nramsés\nancón\nhotaru\nlaodiceia\nphones\nclorinda\nbondosos\nsombreados\nmangueirense\nrepolho\nparalisando\ncondillac\ndreamcast\ncímbalos\ndefensas\nep99\npechincha\nreflexiva\nsive\nsiva\nmezzano\nmezzana\ndesdenhosa\ndesdenhoso\nmegafauna\ntravassós\nsurinamês\ncunegunda\nblocos\nesmalcalda\nberndt\nbernds\npublicitar\ngardunha\ncarmo\ni.p.\naldo\nalda\ntaemin\nconstitutivas\nanalytical\ncapone\nmentalmente\nbreakaway\nhemisfério\ndudjom\nfocadas\nhwang\nexactidão\napoiamos\ndavison\nluísa\nrevitalizou\nambientes\nbucólicos\namovível\nresfriada\ncharitas\ncarteirinhas\naplicou\nkolašin\n9999999999999\nautografadas\nsolanaceae\nesnobe\nnodal\nscomparini\npelúcias\nárctica\nárctico\naplicariam\nincompletude\nneustadt-land\nsubdividem\ndivisório\ndivisória\ndinossauros\ngeocities\nleesburg\nhortensia\nradioshack\ntarija\nestábulos\ntichy\nvirtuosa\nvirtuose\nvirtuoso\nisidore\nisidoro\ntichá\ndesaparece\nanyang\nuniversalista\nmáster\narmengol\ncríveis\nmultimarcas\nthompson\nmédico-cirurgião\nfritsch\nmondovì\ninúteis\nrequerido\nrequerida\nestacionado\nestacionada\nlicário\nhawai\nlexml\nconectem\nseleccionou\nilfc\nedwards's\ncampeões\narrocha\narrocho\ndobrará\ninescrupuloso\ninescrupulosa\nmazamette\nredescobertos\nninho\neuropéen\ncinéfilo\nhavido\nhavida\nadianta\nadiante\ncomerciavam\npoli-usp\nbancadas\nacertá\nacerto\nacerte\nacerta\nlabão\nbasebol\naposte\ncriciúma\nplanejo\nplaneje\nplaneja\ncausadores\nbridgeport\nsimtek\nlemano\nlemann\nsmetana\ntrajando\nimputável\nremisturas\nmarxista-leninista\ntried\ntries\ntrier\ntacacá\npilum\ntaxonomy\nvazante\nnottinghamshire\nabdelaziz\nactually\nsubsolos\nmacoupin\ncastellani\nenumerar\nenumeram\ntrivelato\nbordin\nverificabilidade\nlemur\nmicrobacias\nhodgkin\ncuicuilco\ncientificista\nperturbadores\nengrenagem\numbro\numbra\ngrignard\nrefresco\nrefresca\nkibaki\nprocuração\ncerta\ncerto\ncasole\namarildo\nhjelm\nimpopularidade\nbrinquedinhos\nfaialenses\nunileste\nletsie\nfairies\nsirenix\nsirenia\n\nmińsk\nempolgada\nescoar\nquiosque\ncódice\nnepalês\nescoam\nporções\nreferendada\nreferendado\nanticorpo\nuniversalis\nbazin\nindalecio\nemotivas\nberkshire\nalcatel-lucent\ndesapontar\ndornelles\ntyto\nensopado\ndegustada\ndegustado\nreichsführer-ss\nborias\noberstdorf\nevoluído\npriorizou\npróton\nprofessores\nlockwood\ncomprová\ncínico\ncínica\nabrapp\nwolfstein\ncomprova\ncomprove\ngorou\nkiribati\nitoh\nconstataram\nautomedicação\nconfortá\nkrugman\npym\npye\nbentivoglio\nconforte\nconforta\nhusák\nconforto\nemerging\nnítria\nintermediários\ntanba\ninsosso\ninsossa\ncompreingressos\nlittleton\nteodosiópolis\nproponente\ncaillebotte\nsagitarii\nprecariedade\nmongol\nrois\nroiz\nmalthusiana\nenfurecidos\ncolheres\naplainados\npmerj\nhaxixe\nmapoteca\nlaurel\nlauren\nmanzo\nmanzi\nk-9\nkunstmuseum\nk-t\nzwei\nguaranésia\notimização\ntorsos\ntorsor\ncentralizados\ncentralizador\nfaleiro\nenunciar\nscoresby\nrügen\ngreve\npresenta\npresente\npresents\nredemocratização\nanaurilândia\nsarita\nreformula\njams\njama\njami\nengaja\nexemplos\ncyanocorax\nrecuperava\nmeninos\nadware\nqueenstown\nelland\nemarginata\nex-embaixador\ngraduação\nhelens\nhelena\nhelene\nheleno\ncamburão\nhamtaro\nmcfarlane\nmcfarland\npay-per-view\ntitulações\nsparkle\nnapoleão\nsoulfly\ndirigissem\nshaggy\npreis\nevoluiu\nbakassi\nevoluir\nhomenageiam\ntorácica\ntorácico\nrabinos\nhipotecar\nhipotecas\nkoyama\nlineata\neteno\nmocambos\nadmiradora\ndisparos\ndisparou\nhomoparental\nmantineia\npalisa\nalamein\nvestita\nkampfgruppe\nportarem\nalcochete\npolichinelo\npetronas\nl'opéra\na-999\npolónia\nbradicinina\nbalance\ncarlson\njovanotti\npároco\nmancha\nmanche\nmanchu\nmorungaba\nbalancê\ngreville\naprendizes-marinheiros\ncalcados\npresidindo\ngaara\ndoidinho\nlapis\nepaminondas\ndoctrine\npenápolis\ndesonestas\nfahd\nesquemas\nharkness\ninibindo\ncrockett\nroubalheira\nsege\nsega\nvulcão\npertences\ntechnique\nfinally\nretrocederam\nconcomitantes\ntransexualismo\nandressa\ntematicamente\npasquale\nflorencia\nflorencio\nafastem\nafastei\nrejuvenescimento\nemprestou\ncyrtopodium\nbussinger\nrivales\ndolorosamente\ngirá\ndevastou\ncutelo\nperfurantes\ngiry\ngire\ngira\ngiro\ngirl\ngiri\nagropecuaristas\nliving\nlivina\nerão\nassediaram\norden\ninterestelares\natormenta\ntubeira\ngirafales\nfajões\ndigne\ndigna\ndigno\natormentá\narroxeadas\nflapjack\nmerkel\natípicas\nyield\nstupid\nex-panicat\ninvolução\nempenharam\ngeometria\nconservacionistas\nimpérial\nhd9\nbagé\nhdv\nhds\nhdr\nhdf\nhde\nhdl\nhdi\nvarria\nrequerente\nbags\ndifferent\nbaga\nbagh\nconcentradas\nbago\ncoenagrionidae\nbeagle\ninformático\ninformática\nanestesias\noviduto\nultrapassasse\nprolongando\nwhitey\nwhites\nmíron\nbullard\nempress\nbataria\nrecombinações\nacompanhados\nacompanhador\nflausino\nmigrarem\nproteoglicanos\nmonasterolo\nprimazes\ndiablo\ndiable\nforssell\nsaleta\nsalete\nwexford\nlutador\nsenciência\nrangel\ndicastério\n99:99\nlevou\npleione\nlevon\nkaczmarek\ntocava\nejetou\nataru\natari\nsacar\ncujubim\niwate\niwata\nsaladas\njalapeño\ncasiraghi\ncomtesse\npibs\npibe\nproteolítica\ndebatido\ndebatida\nextrair\nagachar\nlimosa\nbrønsted-lowry\nvodca\nlegrand\nredes\nconsistem\nsolfejo\ndaphne\naveiro\ninstruía\nbiliões\nfeiurinha\nsociesc\nsüdwestpfalz\ncontraditório\nmassacrar\nmassacram\nlábio\nlábil\nlábia\nchicoteado\nridicularizando\nidentificação\ndeclinando\nspiner\nkeys\npentesileia\ntrithemis\nhipopótamo\ncalibra\ncalibre\nálvarez\ngaetani\ngaetano\nafetivo\nafetiva\ncomplexos\nsuposto\nsuposta\ncupuaçu\nelói\nreformulada\nreformulado\nindutivamente\nä\ngeri\ngers\ndinucleótido\ncagada\nbiggie\ngallegos\nwilber\npulsante\natlan\natlas\ninterdependente\naizen\nsamudio\nveicula\nveiculo\ngodrich\nchicago\nt.a.t.u.\nlagomorfo\nambientação\nlimp\nlimo\nlimb\nlima\nlime\nrachaduras\nestímulo\ncritério\naumentaram\nparágrafos\nkossuth\npreocupo\nimperfeitamente\npreocupe\neslavos\npreocupa\nbispado\next9\nregistravam\nassistida\nassistido\ndecaem\nevangelhos\ncittadella\ncomoções\n⟩\nlobo-marinho\nbudismo\nsahagún\ngonville\ninsurge\nreescritos\nturcomena\nturcomeno\nfôra\nreatado\netárias\noscilando\nextraordinariamente\nbilaterais\nazeroth\ninspiramos\ntonelagem\ncromosfera\ntapscott\nescravista\nsmythe\nprosseguirá\npinhead\nplateias\nvc-99\nsolvatação\nchicotinho\njuramentada\njuramentado\nautuori\nportelinha\nimplicou\nex-vereador\nrodrigo\natadas\ntendia\nespartilho\ndemocratas-cristãos\nbumba-meu-boi\njean\nbitmaps\nfrixo\nshūichi\nterópodas\nchristie's\nbelíssimas\nsombreamento\ntestarossa\nmaderensis\ninsultados\nrá-tim-bum\nedgard\nengraçadinhos\nbononcini\nmwh\nmwm\nmasturbação\nfilmavam\nsuportavam\nkradolfer\ndestituição\npicaretas\ngerava\npautadas\nbichinhos\nbernoldi\nfuzilados\nsecretário-adjunto\nphong\nfechavam\nphono\nmaidstone\narquivados\nhorizonte\nteor\nrostov\nrostos\ncorinthiano\ncorinthiana\ncorinthians\nconchavos\ngloob\nsukhoi\nzelotas\nesmérdis\ndjia\ndjin\nadoentada\nadoentado\nlacônia\nocupem\nexógeno\npropícias\nincapacitante\nmurtosa\nsubmarinas\nvejamos\nfisiologistas\ncerquinho\nmácron\nânus\nmarionete\nmarioneta\nenrugada\nenrugado\nheartland\nfenda\nmétodos\nmarcovitch\nfurry\nilustradora\nquichés\namazonenses\nporco-espinho\ndistanciam\ndistanciar\ndistancias\nec99\nguppy\nadormecido\nadormecida\nmuster\nneva\nsupermaciço\nsemi-finalistas\nhangares\nkitana\nkitano\ncolaborativamente\nessentials\nkartódromo\npacatos\nstands\nlevavam\nrústica\nrústico\ngaroto-propaganda\nafirmaram\nfuruta\nbirthday\nelementos-chave\nmanera\nmanero\npowderfinger\niçara\ncerceau\nhe's\nleporino\nmaios\nmaior\nlondrinos\ndiurética\nmentirosos\ndiurético\nenquadrar\nanacronismo\nenquadram\nmexicanos\nguaraciaba\nferradosa\npreaqueça\nkishimoto\nestudioso\nestudiosa\nemersão\nqualquer\nforjou\ncodro\nnodosa\ncontorcidas\ntiravam\ncancerosa\ncanceroso\nvasculariza\npillnitz\nborbulhas\ndespedida\ndespedido\nfornecedores\nal-ma'mun\ntepco\nnatla\nirritantemente\ndivorcio\naviônicos\nbilhetinho\ninternacionalização\ndeliberada\nperspetiva\nsaxão\nalternando\nalterações\nconcunhado\ncaribbean\nmetacrilato\nhortolândia\nprimórdios\nammophila\ngregori\nposeidon\nalomar\ngregory\nzinoviev\npuccinelli\navus\nsentimentalista\nextramuros\npedalou\nlouvet\nseguro-saúde\nperelman\natordoados\ntumultuar\nchampollion\nlibertas\nlibertar\nemarosa\naaron\nlibertam\nlibertad\npersonalidades\nmipibu\nticket\ntejera\ntejero\nharmónicas\ntelugu\nreabertura\nregularizando\nmorumbishopping\nunespnet\nthaya\nthays\ncorrentinha\nnewsgroups\nvagão\nrecursiva\natestou\ntabeliães\nsecretadas\nomíadas\ndispersaram\ncorrompem\ncorromper\ncaltanissetta\ncorrompeu\ncombes\npasser\npasses\npassadeira\nbufê\npassed\npassei\nsyrup\npassem\nberzoini\nfelgen\nafeitos\nbufo\nbufa\nmolhes\nbuff\npossolo\nvágar\nanvil\nbabilônicos\ndestacamento\nbifurcam\ntexugos\nlongest\nfiske\ncomentado\ncomentada\nbenfiquista\npadeiro\nsosíbio\npiratini\ntemari\nturkana\ncheques\nclermont-ferrand\namstetten\nmanufatureiro\nmanufatureira\ntingir\ntingiu\nunstable\nostholstein\nmpi_comm_world\nestabelecida\namiguinhos\npré-adolescente\nzarya\nmoema\ncomprara\nferroviária\nferroviário\nthévenin\nespeculativas\ncimentado\nactinopterígeos\ncomprará\nocular\ngamesradar\npesos-leves\ncaçulas\ndistribuições\nifsp\nmal-sucedida\nuniversiade\nmal-sucedido\nlameirão\npermitissem\nnivelados\nnivelador\nordeira\nbanalização\nweyland\ncolvin\nwomen\ncardif\npoesía\ncedro-do-mato\nemanuel\novipositor\nenjôos\nvotamos\neletrificação\nfigueira\ncartier-bresson\nbistriţa-năsăud\nfigueiró\nmuuuuito\nsemitas\ncorrompidas\ndecorrer\ndecorreu\ndecorrem\nalinhavam\nludovic\nperdues\nalém-mar\nquimper\nlorica\nautonómicas\npênfigo\ntorneio\nsilas\nsilat\nsilao\nprejudicasse\nnavegavam\ntendais\ncondecorar\nminesota\nrutler\nadotava\nguebuza\nresolviam\nsolzinho\ntimóteo\nrepublica\nganharmos\ninapropriadamente\nuccello\nrechear\nsócio-econômicas\nfundy\nfunds\nfundi\nfundo\nfunda\nfunde\nrecrutadas\nhollerbach\nmedaglia\nracemos\nantípoda\nitaporanga\ncrouch\nbiografo\ntambiá\naluvionar\nblumenbach\nposteriormente\narndt\nmagneticamente\narruinaram\nresultados\nsouci\nelucidado\nelucidada\nunirg\nzelosamente\nadágio\npleitear\nzaher\nunirá\nhatoyama\nbordados\ncoubertin\nreuben\ncitação\ntentáculos\nanônima\nlaureado\nmansueto\nscadta\npontuações\nvaga-lume\nlaureada\nescoltava\nconcedeu\nconcedem\nscream\nestais\norleans\nhomogeneidade\nmulticulturais\ncomprar\ncompram\norleir\nmodulares\nconseguirei\nfincou\nconseguirem\nsisudez\nfilmam\nambígua\nfilmar\nambíguo\ngógol\nrenault-nissan\nabitur\nacúmulos\nsurvival\nshadow\nreplace\nretirasse\nbillboard\naries\nlieber\nwordpress\nvoltage\nazo\narrays\nazt\nantibioticoterapia\nkhazad-dûm\ninfiltrarem\neilat\nradioterapia\nrickson\nestacionou\ncedeno\npedidos\nagonista\nbacabeira\nborsonia\nannalen\nencruzilhada\nannales\npapila\nexample\nbrônquios\nworking\ncoconino\ngarmisch-partenkirchen\npendências\nretalhar\nhipotiroidismo\ntelepata\npesquisadores\nconscious\nrecuperem\nrecuperei\nrecipiente\npalladino\ngeneralizam\nfaíscas\ngordos\ngordon\npontiagudo\nsoterrados\nestarrecida\nestarrecido\ndetesta\nlusofonia\ncamelídeos\nnoticiavam\nlorem\nbatistão\nparis-sorbonne\nfrênulo\nrosais\nlongilíneo\nbalbina\nwillett\ncan't\nmacro-jê\nghulam\nmekong\npenthouse\nnothin\nadicionava\ndimension\nasteras\ncanciones\nmagma\ngerchmann\narrastada\narrastado\ndiógenes\nmossad\ncurros\nejaculação\nenfraqueceria\npólen\ntangarás\nesforça\nesforço\nbaixa-normandia\nmarcapassos\nhellman\nmangaratibense\ncatanho\nboemundo\ncalifa\ngastrite\nsierras\nfulô\nborghetti\nborghetto\ntitulante\nvenerada\nvenerado\nfull\nfula\noferendas\nheelflip\ngretsch\nadidas\nbailes\nperrotta\ncelebrou\npró-álcool\nibéria\nsiki\nsikh\nrapsódias\nramazzotti\nfujimori\nmanifestadas\nbrunetto\nbrunetti\naniversariantes\ndeslocam\ndeslocar\njiangsu\nsedimentares\nvegetarianas\nseculares\napostava\nshlomo\nextensamente\narrasar\narrasam\nalso\nalsa\nestabelecemos\nintelectualismo\nomaha\ncobram\nconsignou\nd'histoire\ndeísta\nlightspeed\ncavalinhas\nsunny\nirrecorríveis\ngestuais\nmédium\nhr99\naltinho\nimbecilidade\nsadao\nsadam\nsadat\ngolding\nmoradores\nflavescens\nimpediu\nadmire\nadmira\nadmiro\nimpedia\nadmirá\nmandar\nlouváveis\nmandam\nmandan\nirmao\nwilkesiana\ndocinhos\ncomputado\ncomputada\nnoética\ncauca\ndominicanas\nmontero\nvaccinia\nmpixels\nestromatólitos\nimran\ndeitando\nmame\nrecaia\nrecair\nrecaiu\ncascina\nmarapicu\ndesembarque\npastejo\nstraße\nitosu\nantissemitas\nippolito\ncrook\ndescuidar\ncharade\ncharada\nfeist\ncovalente\nicmbio\nlacerações\nclients\nsolórzano\nprocess\nproceso\neducational\nhéteros\nburley\nparda\npardo\ndirecto\ndirectv\nchuvadas\ndirectx\ncronologias\ntostado\ntostada\nbackdoor\ninterlocução\naplicamos\ncúbica\ncúbico\ndosar\nrømer\nbioshock\ngrampos\nhanford\nnhozinho\nabando\ninutilizando\nbaresi\ncontidas\nlipovetsky\nposso\npossi\nposse\npossa\nmelrose\nreestilizada\npraticarem\ngeléia\ndriblado\nherdaram\nmostrado\nmostrada\nárido\nshiloh\nárida\nbolden\nentroncar\nech-cheikh\nchiquérrimo\nsocioeconômicos\ncomparador\ncomparados\npotocki\nbuckethead\nhidrofóbicos\ncenógrafa\ncenógrafo\ngreaves\nacetileno\nillusion\nsurpreendidas\nantanho\nbraço-direito\ninteriorano\ncitrinos\ninteriorana\ncorrem\ngândara\nloucura\nrecarregando\nnegligencia\ntabaqueiros\ncontrada\nknesset\nburlando\nmorou\nmoros\npapadopoulos\nvalias\nvaliam\nmoron\nmendonza\nchristie\nmausoléu\nnavalha\nestocásticos\nlocada\nlocado\nrogou\nabruptamente\nvisitavam\nafiar\nrubiaceae\nsubnacionais\nmagnificação\ndesdentado\ncelibatário\nhipóstases\nconquistadores\ngeladeiras\ngeyser\nfóton\ntéc\nelegíaco\nmalagrida\ncondeixa\neres\nerez\nered\nassistencial\nmanuscrito\nerdoğan\nmanuscrita\ntolentino\nmarilia\ncharleroi\ncapacitando\nnhandeara\nushakov\nquerétaro\ncornell\ninnsbruck\nmamã\nzircônio\nzircônia\nnikolić\nbonnard\nmioma\ninexistentes\nincluindo\nisolaram\nmullins\nmancomunidade\nlides\nlider\nkouki\neretmochelys\ntuñón\nclichês\nclaparède\nopioides\nequiparar\nditadura\nközi\nmcfadden\nexibido\nexibida\nmacintosh\nmutantes\nnablus\nvalium\nsobremesa\nabrams\nversavam\nabramo\nperacchi\nvedetes\nvibrou\npefelista\nvulgaridade\nnilmar\nxokleng\nturbulentas\nwarrick\nmaskavo\nradioativos\nemigrante\nitza\nreplan\nreplay\nmarchado\nzengidas\nitzá\ncharretes\npnp\nviejas\npnt\npnv\npnl\npna\npnc\npnb\npne\npnd\npnf\nmeinberg\ntanui\ntransversais\nconcorrentes\npumpkin\nglaze\ndiscado\nmendelsohn\ndiscada\nphyllostomidae\nsalpique\nsotto\nsensibilizados\nesterlina\nozawa\nlídice\nmescladas\ngalopar\nindestructible\nimortalizando\nenferrujado\nenferrujada\nestrofes\niloilo\nindicações\ndeezer\ncondimentada\nvadio\nvadim\nvadia\nvadis\nparatii\neddie's\ninteligências\nheterophylla\nmarginal\nhomenagearia\nprenunciou\nroche-posay\nneutrais\ncascos\nsapateiros\nclotilde\nliquidificadores\npreeminente\ncasablanca\npotawatomi\nulex\ncutie\ncutia\nmasaki\nmasako\nmahalanobis\nobservância\npodzólicos\ncorreios\ndeteção\nblossom\nseringal\nseringas\nforestiera\nconquistaria\nnula\nnulo\nnull\ntramways\nampola\nsimplório\nciclistas\nsimplória\ndepreender\ngoldmine\ncolonialista\nincluirmos\nlancheira\ncampanile\nverossímil\nexistencia\nplanète\nsaudavelmente\nquadras\nhonradez\nfagulha\neep\neem\neen\neei\ntransportaria\neee\neeg\npovoou\neec\neeb\nwind-up\ncones\nconey\ncolaboracionista\nstephanes\nmisterio\nxícaras\ntutancâmon\nbangladesh\nliberatti\nimplementam\nimplementar\nvirtus\nvirei\nvirem\ndarksiders\nvirtua\norbis\norbit\nportuários\n‐\ndublados\narruaças\nfriendly\nprojetados\nambato\nlizarazu\nvidreira\nvidreiro\nbecos\ndiscursar\nindesejável\nlyell\nelitizado\nsonambulismo\ncamaragibe\nhaque\ncruzeirense\nbolou\nprivatizou\npluralidade\nseqüestraram\nreduzimos\nentrecampos\nweisshorn\nsigea\nsigel\ngiom\ncéticos\nvéneto\nfrontal\natacadão\nrevertesse\nartsach\nperseguirem\nrompera\nequipamentos\npowerful\niquitos\nacheson\ninfertilidade\ncalamidades\nestátua\nfrenéticas\ninviabilizaram\ncarniano\ndesobediência\nturísticas\nmalcata\nbatucadas\ncontravenções\nfarinha\nevanna\nimmigrant\ntrish\nbaleeiras\nmuses\nstratton\nalbatrozes\nnervos\nsmoking\npanvel\neuskara\nyūki\nbradham\nombreiras\ndestruction\nshalom\nmimì\ncorrespondia\nlincoln\nbroad\nfruição\nreconsiderou\nbroas\nbaseda\nbasedo\nan-nasir\nsísifo\nkayano\nditavam\nimensidade\ncandidaturas\nnxzero\nexigia\nexigiu\nconfederate\nnascidas\nepidemiologista\npostigos\ningratos\nboron\nlatifah\nnão-funcionais\nfenícios\nfocalizando\nalcindo\nentranhas\nadmitindo\nmumbo\npius\npium\nmeteorológico\nmeteorológica\nperderem\nroitman\nveyne\npeppino\nsetenta\nbrisamar\npiuí\nelitistas\nmicrodigital\nibaretama\nadiantamos\nlisura\nknights\ntello\ntella\naprígio\nperenifólias\nmarginalizadas\nfaisal\nsalinos\nporcarias\nforan\nforam\nforal\nszabó\nbibliografia\nfonteyn\nforas\ninvestidura\npecúlio\ntuatara\ncarmit\nszabo\nfisioterapeuta\ncarmim\ncrommelin\ngothorum\ninvestments\nmetaplan\nrathbone\ncavalete\ninvalidou\nplaymore\nvisitando\nnêga\ndegenerou\ncentro-esquerda\nnêgo\ndarkrai\nprotagonismo\nperturbadora\ntabucchi\nathabasca\ndrive\nfraternal\nchocaria\ncalava\nregressado\nhistorico\nhistorica\niperó\nholofotes\nhorten\nboquilha\ncientista-chefe\noscilantes\nlixo\nlixa\nyoda\nfiller\nfilles\npopescu\nafundando\nsaki\nsake\nsaka\nsaku\nsaks\npetropedetidae\ninstitucional\nandrus\ntabatinga\ntriunfantes\nkabuto\ncodevasf\nanagrama\ngastas\nslovan\ngerrit\njill\nslovak\nalessio\nwatauga\npetições\nciodes\nregatos\nmanobrar\nmanobras\nundergrounds\nherbst\njoshi\ninfra-estruturas\nstorms\nabrigadas\nsatanás\nchegadas\ncatumbela\nroliças\nmenuhin\nhemizygia\nelegeria\nilija\nabdicado\nmordetzky\ntratavam\nclausewitz\narmilares\nunwritten\ndesandar\nhradiště\nrayman\nnucleotídeo\nschwarzenegger\nvingue\nbem-sucedidas\nfaríngea\ndescobrirem\nfaríngeo\nfralães\nirpf\ntenras\nknife\nbrigid\nraptou\nraptor\nraptos\ndendritos\niugoslavos\nchamassem\nsalzburg\nimagination\nneutralização\ntabuleiro\ncasualidades\ndendrítico\nantecipou\naterragens\nmyrica\nmyrick\niphan\nsussurrar\nmozarildo\nreri\nbafômetro\nnecrópole\nprofissionalizando\nklee\nُ\nklet\ncacuriá\ntate-labianca\nmânio\nvergne\nceifou\natena\nrabaçal\nanti-a\nglote\nbeccari\nmessel\npeste\nmesser\npesto\nbalcarce\nsiegmund\ninaugurada\npoitou-charentes\nmacaquinho\nhollows\nheuer\nheráclio\nlázica\nadalto\ngiancarlo\nasphodelus\ncircunstâncias\nriverview\npease\npolitizar\nutilizamos\ndiscernir\nmakeba\nbolseiros\nbrites\nsanitárias\nschleswig-holstein-sonderburg-glücksburg\nfuria\nfurio\nmp-rj\nesquerra\nparasitária\nshape\ncancelaram\nmatinhos\ninsinua\nabobada\nrhodophyta\ntsuna\nconseguiriam\npesasse\nformiga\ncontactos\ncontactou\nfregueses\ndesligada\ndesligado\nímpares\nsacador\ntiques\ncompositivas\nneílson\nprosperou\nproliferavam\nako\nsinapses\namersfoort\nsoado\nconvosco\nlegou\npluripartidarismo\nreinvestir\nconduzidos\nchulapa\nvingança\nfenobarbital\nrevirar\ncomposer\nreviram\nlevadia\ndistribuido\ndistribuida\naclamar\nacharmos\nthorvaldsen\nchamarizes\nestauricossauro\nrumble\ncadilhe\nabrangendo\nmanifestando\nvisados\nchamitoff\ntso\ntsh\ntsi\ntsf\ntsg\ntse\ntsb\ntsc\ntsa\ntsv\ntst\ntsu\ntsr\ntsé\nespreita\nbajular\nbwv\nbwa\nbwf\njustino\nelegiam\njustine\nhierakonpolis\njustina\nelegias\naraguari\nfrancófonas\ndobram\ndobras\ngavinho\ngavinha\ntraitor\ndigesto\nsparky\nsparks\nquad-core\nafroreggae\nboundary\nibibio\nsacavenense\nfilelfo\nsinete\nsineta\nsub-orbital\ndaichi\nlillehammer\nxros\nmútua\ndeformado\ndeformada\nsisters\noetker\nnelyubov\natilano\ntimesplitters\nhomogeneização\nligaduras\nontiveros\nobrador\nespigões\ndores\nuivantes\nnanzita\nwaco\nwacc\nwace\nmútuo\nsemíticas\nescravatura\napostolorum\nassistencialistas\njaciara\nlouro\nloura\ncraniano\ncraniana\nunimed\nunimep\ncénicos\nmicénica\nigualaria\nbunton\nfiloctetes\ndissecando\ngdimen\norientamos\nsignificado\nbooknet\nalargamento\nkaradzic\ne-commerce\nalemãs\ncesarino\ncesarini\nferrenhas\ncesariny\nalemão\nnocturna\nnocturne\nbolivariano\nnocturno\nprósperos\nescopos\ncastriciano\nadotá\nitens\ninspecionada\ninspecionado\nkikwit\nadoto\nadota\nadote\nimbatível\nmcmónei\ndicção\nimpurezas\nratificar\naperceberem\nhomofóbicas\nfármaco\nharem\nacariciando\ntimbrado\nestafetas\nagroindustriais\nporosas\nbatizá\nfracassados\ninspecionando\nganz\ndiscovery\nélisée\nbatiza\noxidase\nryoga\nacumulou\nsundown\nnanotubos\nnumerical\nsecado\nsecada\ngand\norlanda\naldosterona\norlandi\norlando\nnamco\nmaliki\nencima\narcaz\nmenopausa\ncurvelo\nawk\nkyoshi\npembroke\nbiossintética\nboogie-woogie\ncampillo\nepistemológicos\nifni\napelação\nreportagens\nnominalia\ndiretório\nmarillac\nedam\naceitadores\nprosseguem\nclitemnestra\nvice-comandante\ngyakuten\nköppen\nalmodôvar\nathens\nathene\nathena\nyves\nroscoe\nestriadas\ncarumbé\npergaminhos\nkilmartin\nlamentei\nfonoaudiólogo\nfonoaudióloga\neb99\ncapdeville\nquirguiz\ncavati\nhalford\nmídias\nhomenageada\nhomenageado\ninsidiosa\ntransacção\nkidal\nacaia\ninsidioso\nfilantropista\nmathurin\narrematado\ncarcaças\nrinovírus\natendessem\narrematada\nex-rival\ncommedia\nexcepto\nfisiológico\npluripotentes\nconstituirão\ninfinitude\ndirge\nberçário\nmontcada\ncarvalheiras\nakobo\ndigitalizar\npeninha\nmaritalmente\nintimista\nregionalismos\nacabam\nacabar\naplicáveis\ncorrelacionados\nremovendo\nmodificá\ngrundlagen\ndevereux\nprotágoras\nmodifica\nmendicantes\nenrolados\npanda-vermelho\nnappa\nnúpcias\ninegável\ncompetition\n-me\nportel\nfluorose\nportes\ntzimisces\ninusitada\ninusitado\nautoimune\npós-graduada\nflats\ndesagradaram\nmanteremos\nvigésimo-segundo\nanterógrada\nfretensis\npilhando\nmayfair\nderrapou\npôrto\nuniversalistas\ntenthredinidae\nfilamentosos\nsimplificadas\ntampas\ntampar\nviquingue\nludibriado\ntorcidas\npermanente\nheliconia\nrelatam\nlighting\nsensacional\ncumulatividade\nhemocentro\ntamanduateí\nburgani\nb.s.\neffect\novóide\nescalona\nphilogène\npuy-de-dôme\nextinguir\nhurtado\nextinguiu\nextinguia\nkhayman\ngemendo\ncomeçadas\noozaru\nisótopo\nfilatelista\nbrăila\ncapturado\nbelluno\ncapturada\ningá\nclavículas\navellar\nlídios\naudiencia\nvendedoras\ningo\ndiscordarem\ninge\ninga\nevarista\ningr\nevaristo\nbibi\nbibo\nbiba\nbibb\ncondomínios\ntanure\nsheron\nculpável\nvaletes\nirredentismo\nouya\neskişehir\njogaila\nl'homme\nsecando\nexposhow\nvolveu\nvolver\nafastará\nconviesse\nriem\nrien\nried\nneguem\nsalgueira\nrieu\nsalgueiro\nries\nufjf\npalustre\ncontreras\nandy\nboreste\nhagia\nhagin\ngarantiu\npegue\npatrocinense\nplatyphylla\npessuti\nparapeito\nolivier\npressionavam\nvolo\nvolk\nvolt\nvolp\nubiraci\nvolz\neötvös\ncolchonete\ndecorador\ndecorados\nre-gravada\nairoldi\ngabel\ndecolar\nex-executivos\ndecolam\nprimal\nholiday\npoliovírus\noutono-inverno\ntransitava\nesquerdismo\ngrócio\nedevaldo\nsaxofone\nacalorada\nacalorado\nodescalchi\njustitia\nex-motorista\nfricativa\nmonossódico\ninstyle\nchristgau\nastrogeologia\nintermediária\ncorretas\nmotif\nthuy\nthur\nmotim\nthug\nthue\nprome\npromo\nproms\nalborghetti\nblackpool\nrōnin\ncbfs\npós-independência\ncometeu\nqed\ncometer\nsecessionistas\ncometem\nemployment\nresumiam\nmulticanal\nrespetivamente\nqe9\nperiférico\nperiférica\nmonteverdi\nturno\nvilosidades\nf.f.m.\nsurgindo\npretinha\npretinho\nsqueak\nfepasa\nornata\nornato\navelar\npsiquiátricas\nprotestante\nscavone\ndesatualizada\nafrontando\ndesatualizado\ngordilho\nsantomense\nperceptivos\nnascem\nnascer\nnasceu\nantiglobalização\nanti-mutante\nherson\ninventada\ninventado\nderrière\ncatatônico\ntatsuo\ncatatônica\ndesaniversário\nturco-cipriota\nbissexuais\nrestaria\nbinóculo\ndemonstravam\ngrierson\n¬\nnyctimene\nfalecida\nfalecido\ndesembarcando\nadepto\nadepta\nsobrevento\naoyama\nnoricum\nexcêntricas\npryde\npavelić\nxinhai\nberibéri\nguerra\nquadriciclos\nporto-alegrenses\nfotossíntese\nreescalonamento\ninfeta\ncastêlo\nzombaram\nseveros\nguardadas\ntravessa\ntravesso\nsavin\nsavio\nwulf\nacrelândia\nsurfistinha\nreassentamento\nsalário-educação\nideológica\nideológico\ncumulativo\nvasoconstritor\ncumulativa\nfairly\npresenteadas\ntammany\narredondamento\ndevónico\ntomai\ncoque\nboa-fé\ndisney-abc\ncontraíra\nmonteil\nsteps\nindiscriminados\npeças\npeçam\nrecato\nadare\nannaud\nmonograma\nemburrada\nestufada\nestufado\nprêt-à-porter\noficinas\norzabal\nquestionaram\noficinal\nadormecer\nadormeceu\nadrianne\neurocêntrica\nmelancólicas\npaparica\nzama\nbicheiro\nbrookings\nsubmersível\nmaitreya\ninfluenciando\ncharlier\nfpö\ncontagiante\nvisual\nfpe\nfpg\nfpf\nfpc\nfpb\nfpm\nfpn\nfpu\nfpt\nfpv\nfpp\nfps\nfpr\nahenobarbo\ndiscordava\ngatorade\nboeings\ncarboxilase\namigável\ndesaprovaram\nabundância\natracado\ndraghi\nsuázi\nceleuma\nsteadicam\nsayeg\nsayed\nphenix\nnigella\ncatequista\npagers\nlouvação\nmerlim\nmerlin\nstabæk\nexpositores\ntoritama\nfilipinas\nlegendagem\nrauisuchia\nbaudin\nala-pivô\nkarrer\ndiagnosticadas\nbarão\nesperto\nesperta\nptb-pe\nwortmann\nwidmark\ndeflagra\nsorcerer\npedúnculo\nwheatley\napertado\nriba-ul\napertada\nss999\ncampolim\nmarlins\nzords\ndesordem\nmarling\ngafanha\nreforçaria\ndivisora\naltímetro\nexultante\nkoяn\nzubcov\ncandia\nbocage\neça\npictóricas\nargumentos\nargumentou\ncarpegna\ncontrast\ntratamento\njaruzelski\npovoamentos\npetroleum\nrolavam\nespinharas\nmagníficas\nvirão\nglinka\nmacveagh\nrevolutions\nqp999\nbem-vindo\nbem-vinda\ninterfiram\nadderley\nsuou\nsuor\nbandeira\nnetshoes\nrouco\nsinclair\nrouch\nrouca\nextemporâneo\nextemporânea\nneuhausen\nnagarjuna\nophiuchi\nsubárvore\ncattaneo\nboisei\ncezinha\ntristan\ntristar\ndessorção\nparcelado\nparcelada\ntorça\ntorço\ncorresponde\ncorresponda\natraiu\ndominik\ndominio\ndominic\nponderando\nmalharia\ncisteína\nmavis\nantietam\npunhalada\nzoff\nisolados\nisolador\ncostinha\nvítreo\nvítrea\nlamia\nmagro\nbasilicata\nnecator\nlojinha\ntílias\nlinearidade\nitinerantes\ncoerente\nköniggrätz\ndissipadas\nmidianitas\nagressividade\nseixo\nseixa\nintepretou\nboxe\natr-99\nvenegas\nresponsabilizam\nresponsabilizar\ndespachar\nayala\npalaszewski\nrepresentando\nlundgren\nmészáros\nsupercomputador\nardorosos\netílico\ndivergente\nacometidas\ntratorista\nsuçuaranas\nencéfalo\nmonteiro-mor\njethro\nhamadã\naleitamento\ngodfrey\ncruciformes\nameça\naryan\ncriminoso\npereda\nrelume-dumará\ncriminosa\nperedo\ntrás-os-montes\nhaicai\nolympico\nhecla\nmarcinho\ndestróem\ncunhado\nabreviações\nsuperhero\ncogumelos\nishimura\nklatovy\nfraturado\nfraturada\nsonham\ndecapitação\nsonhar\ndevil's\ngritar\npoblet\nindo-europeus\nbrookline\ncumprimentam\nmortificação\npatrick's\nacuminadas\namorim\nsister\naddio\nrockwilder\nsistel\nsistem\neminentemente\nluxúria\ndesamparados\nkanji\npaçoca\nt-bonds\nussuri\npipoqueiro\napresentassem\nretransmitir\nscaphyglottis\ndesabafa\nā\ndeutsch\nheathrow\nhircânia\ndesbloqueadas\nesporádicas\nengolem\ncressida\npluto\nenvenenou\ncompletude\ndonghae\nescondesse\nhindus\nglúteos\nsilvares\npoincaré\npolatsk\nentrosado\ndesignado\nentrosada\ndesignada\nesferográficas\npotenciam\nrecolhido\ncangaceiro\nvictorinox\nsemiótico\nredesenhadas\nsaquear\ncesama\nfalster\nolival\nhavan\nhavai\nhavas\nolivas\nvinton\ndelirando\ninserem\ncoplac\nargelinas\ndyris\nhavaí\nemenda\nconquistadas\nmarinando\nfacó\ntrapezistas\norientada\narguição\nsoricidae\nantonina\nantonini\nantonino\nutell\ncomessem\nevil\nquebra-quebra\nept\nepr\neps\nepp\nepo\nepl\nepm\nepi\nlothar\ncaprichosa\nepc\nepa\nholzmann\ncarniceiros\nfedorov\nrelembrados\ntracklist\nalinhadas\njeronymo\npaulínia\nxfce\nquestão\npriores\nettore\ngélidos\nfustes\nfuster\nbalzac\nbalzan\nterra-lua\nnoailles\nquillota\nalvorada\npolito\naproximou\nmindstorms\ncompusera\ncollateral\nkitzbuhel\nmatador\nkönigsberger\nmesclaram\nirreverente\nzähringen\nrelatadas\ngaveteiros\npinóquio\nformigas\nbigodes\nproteases\nhidroeléctrica\nwons\nhidroeléctrico\npontalina\nwong\nvivemos\nclorados\nresidências\nproduzem\nhatake\ngravadores\nzombieland\nbagacina\nrouillé\ncingalesa\ncônegos\necad\nlebedev\nholandês\nelaeocarpaceae\npastoso\npastosa\nна\nsinónima\ncágados\nsinónimo\nconseqüentes\nyuma\nyume\nyumi\nbonini\nbonino\nnítidas\nxion\ngödel\nviril\nvice-procurador-geral\npulgões\nletria\npoliziano\nboletim\nremains\naventais\ncolméias\npolitizados\nmico-leão\nromulanos\nmonasticismo\nmomentum\ncg99\nquintino\npronunciar\neddie\npronunciam\nobsequioso\nbonapartismo\nmiseravelmente\nreentrou\nleblon\naldeone\ndorado\ncottage\nrosados\ntumbes\nmgs9\nय\nenterros\nenterrou\nsucesso\nformulário\nüber\nfontainebleau\ncaldre\narrependimentos\ndistúrbios\njedi\nnaboth\ntvøroyri\nralos\nchopp\nchope\narzão\nmilman\nsabotou\ntimeline\nárgon\nsheiks\nestatuto\ngetter\nmanimal\neglinton\nmazatlán\ntylotiella\nduring\nadvêm\npouteria\nmico-leão-preto\namiclas\ncataloga\ncatalogo\nsuspira\nsuspiro\nnoivados\npreliminarmente\nsurgida\npremiam\nrapazote\ninvestissem\nherrstein\nོ\npremiar\naquarelista\nuratha\nmobilizarem\nbeowulf\nlocalizaram\ntrôade\nelande\ndificil\ndonny\ndonne\nwanderléa\ndonna\nexilis\nexilio\nfragilizou\nnocivos\narrumei\nmuitas\nclémence\ncomos\ncomprometimento\nmotoniveladoras\nprimaggio\ncircuits\ncircuito\ngravida\nsundin\nmassafera\nsapé\nsapê\nfilológico\nfilológica\ngreenway\ntendões\nesturjão-atlântico\nsapo\nsapa\nsapp\nfortíssimas\nvinas\ndaiana\ndaiane\nmühlen\ncolonizaram\nprotour\npranchas\nencomenda\ninfinitesimal\nassamês\nspelling\ngeneral-de-exército\nvilalva\ndiguinho\ncommonwealth\nalcano\niko\nmmorpgs\ndessau\ndessas\nalaba\npanículas\nrayssa\npenha-são\nmplayer\nstygobromus\nmehmari\nsinglete\nsingleto\nfolíolos\nasana\nasano\ndesatentos\nbodisatva\nprateado\nprateada\nintimates\ncandentes\ndatará\nbeslan\nrubiataba\niconófilos\nincestuoso\nexpurgar\nphantasia\narqueação\ndeformar\nantro\nkooning\nanti-semita\ndeformam\nurna\ngotthard\nspence\nmidani\noab-sp\nbailiado\ncoríntio\nstavka\ntraduzidos\nkcna\nhempstead\nosha\nscreamo\nosho\nadolescente\nadolescents\nornamentação\nrespighi\nfunasa\npráticas\nmoulder\nglicossomo\nvulcanos\niguanodonte\narquivísticos\nsoror\nsoros\ncapuano\nimprevisível\nhasselhoff\nguerra-peixe\ndesestimula\ncrosscore\nkorrodi\nadaptando\nreinfeldt\nfuckin\ntx99\ninterlude\nmotonetas\npeada\nagamémnon\nsooretama\naquartelado\naquartelada\nrefletem\ninstintivas\nenfermidade\nshurato\nreconvenção\njurássica\njurássico\ntinindo\nolvidarte\none-shot\nolsztyn\nsexagésimo\nsexagésima\ntopkapı\nreapresentados\nsteaua\ndestruição\nshamu\nshams\nshame\ntopkapi\nconstituirem\nencyrtidae\nparlatore\nola\nemitida\napiacás\nemitido\nhumanística\nhumanístico\nestefânia\nnoether\nkaze\nkazu\ncalifas\nvice-prefeita\nvice-prefeito\nesgueva\nparcas\nperaltas\ndeleta\ndelete\nharrisson\nauto-consciência\ngerou\nbruford\nirascível\nfundador\nflorentine\npoderosos\nmísulas\ndagoberto\nmonterrey\nmonterrei\npriorizada\nsuperagüi\npriorizado\nactuaram\ncitogenética\npré-qualificação\ngollum\nharmônica\nharmônico\nthouars\nvaudois\noliva\nredutora\nchuvisco\nsugeria\nnumerada\naqualung\nsugeriu\nsugerir\njakes\nsegundona\nfantomex\nzafira\ntractor\ntallien\ncordofão\nploshchad\nprojetando\nencenaram\nhonesty\nhonesto\nhonesta\nstockhausen\nministram\nministrar\nministras\nhomenageou\nfugindo\ncancer\nbolkiah\ncancel\ncausava\ndivisie\ncompanhias\nqutb\ncaça-fantasmas\nmensura\nbank\npermanganato\nmorbidez\nmanguebeat\nprofecia\nacendiam\nhaase\nhargreaves\nestado-membro\nmandrake\ninés\nmalipiero\nglória\nquénia\nconquistasse\narrepiados\npré-românica\npré-românico\nparâmetro\ncamarário\nouço\nouça\nmonetários\ncamarária\nnarratologia\nbinocular\ndenoy\ndenon\nficcionais\nreclameaqui\nzumbidos\nwushu\ndécimos\nhilversum\nhitachi\nstood\nveiculadas\nconceptualmente\nhomeopáticas\nacragas\nprever\nbüchner\ndisponível\nemprestará\nalagna\nseeking\nperistálticos\ncolidem\ncasamatas\ncercava\npathé\nfracassaria\nnegrão\nfechos\npaths\npathy\nclemente\nclementi\nclements\napipucos\nmainichi\ncivilizado\nalertados\ngercino\nimputado\nimputada\nburras\ncivilizada\nparticipassem\niku\nika\nike\niki\nhovercraft\nparas\ndxe9\nilimitadamente\ndeckard\nesfriando\nevidenciaram\nespessada\nanuário\nmarcava\ncatolicidade\nresistiva\nralador\nahmadi\nreunirá\nretribuído\ndesenvolverem\nparabenizou\nedta\nmorato\nmorata\nbyrne\nexistirá\nobstetrícia\nrecusaram\nguartelá\nesqueça\nesqueço\nexistira\nroncos\ncamarotti\nzawinul\nblogueiras\ndisintegration\ndesviadas\npropósitos\napostavam\npc-dos\ncomprometedora\nlayouts\nproto-celta\nlodestar\nprivata\nprivate\ncentraal\nrodeava\nceprano\nsomzoom\nburgin\ncontribuiram\nagincourt\naventurado\nrevivem\nreviveu\nreviver\navelãs\ncriminal\nairports\ntaisen\nfuminori\nescaramuça\nroquetaillade\nprofetizando\ncoleoptera\nepistolares\nestripador\nicacinaceae\nkermode\ndesiguais\nsacrificados\naurantiaca\naladdin\nimediatista\nbunting\ncalleri\nstenkil\ncruzada\ncruzado\naugustinópolis\npedigree\ndesmanteladas\nestratos\nsítio\ncaverna\nferreiros\nysl\nvilleneuve\nm'boi\nkimberley\njuatuba\nelogiei\nneschling\nfilósofos\nagarrando\nretribution\nestabilizaram\nfollies\nflake\naranda\narandu\nmemphis\nquererem\ninimagináveis\nmatsuura\nquarta-feira\nrelvas\nneném\nnenén\ngaribaldi\nshontelle\nmantis\n99.99999\nmantia\nraide\npontevedra\nksour\nraids\nbielorússia\nentrassem\nbulhões\ntrelawney\npedais\nscion\nascomicetes\nagravadas\nparaguay\njeune\nactuou\nmorcegos\npátea\nfirmware\nborso\nerundina\nnéfrons\narquidioceses\ngeoambiental\nassessorias\ncoriza\nblaster\ndernière\nblasted\nnavio-escola\ncarvalhão\nrenatinha\naristocrata\nrenatinho\nrematados\ncriptografado\ninteressar\nfrutal\nfrutas\ninova\noriginou\ndevanir\nmonotonia\nfelicidade\ndeadwood\nborknagar\nprensadas\ncorá\nacredita\nacredite\nincutindo\nacredito\ngenzano\nvestal\nlg\ncord\ncore\ncora\ncorn\ncoro\ncori\ncork\ncort\ncorp\ncorr\ncory\nmeyer\nnno\nnne\ndiamond\nnaruhito\nabanou\ncolleen\nintroduzem\ndemes\nestimativa\ndemel\nvídeoclipes\nelogiavam\nphilippines\ndipolo-dipolo\ncombustíveis\noligofrenia\nabsolutistas\nterrell\nhumanizar\nforçando\nmanufatureiros\nopusera\ndispõem\nbucerotidae\nz'áfrica\ndispões\nletônia\nharrisii\ncestinhas\nfazendinha\npoemário\necchi\nvertedouro\nantipessoais\nereshkigal\ncorvina\ntempus\ngrazziotin\nhálito\nfalls\nfilmada\njatiúca\nfuriosos\ndecoder\ndifosfato\ndesperdice\nrickels\ninfanterie\nsacarina\nigreja-matriz\npedrada\ncorintianos\nwilsinho\nbalor\npteridophyta\nyoshitsugu\nespectrômetro\natkins\ndespedaça\ndauntless\ndescaracterização\ndesvario\nresolverá\neurochannel\ntlaxcala\npacific\nguarnecida\nsobressaem\nconcilium\nresolvera\nartéria\nremanso\nrevolução\nmelado\nmelada\ntaylor\nincontestáveis\nidiot\ntopshop\nremedios\nmectron\nmuldoon\ndog\ngorizia\nnibiru\nsomoza\nplaquetas\nvelha\nbocão\nulises\ntōkyō\ntrânsito\nameaçava\nincrementa\nincremento\ncooperaram\nnavarone\nsobrevive\nsobreviva\ngikovate\npraticassem\nsobrevivi\nirrecusável\nausteros\nachocolatado\nmethodist\nrumou\nconferindo\npanoramix\ndow\ntopetão\ncantarelli\nmarítimas\ncatalogou\nordinariato\nfiascos\nhickmann\nparalímpicos\nengendra\nretornadas\nalmodis\nexpuseram\ndeja\nriad\nzalla\nmesclagem\ndr-dos\nmarquez-ruarte\nsimao\nmontão\njunius\nprättigau\nárvore\nhuntley\nlatrobe\nclaudius\nembrulho\nembrulha\nembrulhe\nparodiou\nimpotentes\ndeming\ntritonoturris\ntuđman\népica\népico\nbronze\ndesenharam\nhorticultor\nmfcd99999999\nouagadougou\nsaxe-altenburg\nhamza\nwoolfson\nsocializar\nplateau\nlentes\nalostérico\nroupão\nrevisão\nvitara\ndevlin\nacreditada\ntuberosas\nisabela\nisabeli\nmagnificamente\nemocionou\nkörner\nbachchan\nnexos\nnexon\ndigimundo\njaboticaba\neclode\noshii\nquintetos\nexpectativa\nantropomorfismo\nassemblage\nburrinho\nfigurasse\nrenton\nletrados\nmusicista\ncomportamentalismo\nguadeloupe\nfrontispício\nburrinha\nschnittke\nfef\nfeg\nfed\nfee\nfeb\nfec\nfea\nfen\nfeo\nfel\nfem\nfei\nfev\nfew\nfet\nfer\nfes\nfep\nfez\nfey\nsarmiento\ncimar\nfe9\nparasitam\nindemnização\nparasitar\neróticas\nentulho\nstepanov\nplaneamento\nconstruto\nfotossintéticas\nsamora\npatogênica\ndivididos\npatogênico\npan-9999\nlycaenidae\nprovisórios\nrealizarmos\nreverências\ntransistor\npredatórios\nlatimeria\nodioso\nkylián\nodiosa\nfreeride\nchiyoda\nconclamou\npromíscuas\nmangues\ncaraguá\nsoaria\nobeteve\nmentone\nbresci\nshima\nespumantes\nabramge\nfilitos\nnedo\npré-rafaelita\ncamagüey\nneda\nrepórteres\normond\nilícitas\nemperor\na.l.\nnovosibirsk\nendres\ncontinental\nesboçando\nlatitudinal\nenjolras\nfarnsworth\nother\nvinganças\ndetritos\ncirta\niuris\nvolantes\nthiele\ngregários\nloathing\nretaliar\nmarinalva\nvascaína\nendzone\nvascaíno\nafrojack\nfragmentária\nthaler\nthales\nfragmentário\ndanuza\nvirassem\nseremos\nstravinsky\nstravinski\nfictional\nviserys\nconduítes\nfederação\nvaqueiro\nvolcano\nstanwick\nsonhadores\npandemônio\njangadeiros\nanatólica\ntição\nespetadores\nszaniecki\nwahhabismo\nalcançaria\nprometerem\nvitro\nlecionam\nlecionar\nsimplificados\ndurin\nduris\npolvilho\npolvilhe\nadicionado\ndeliberar\nescalação\npíeres\nvendramini\npermissividade\nformigão\nlaurissilva\nsocieties\nbuscados\nbuscador\nelamitas\ndirráquio\nradium\nmontanhosos\nradius\ncollette\n99/99/99\navisada\navisado\njábali\nturcomanas\nzoolander\nzoya\npredomine\npredomina\narcinóe\nnatales\npermance\ndesire\nalabarda\ndoesburg\niçar\netowah\ntirunelveli\npremonição\nacendimento\nthankful\nmagazines\nestimulasse\nmillencolin\ncanónicas\ncapotas\ncapotar\nroseville\nexibição\narticuladas\nvogts\nschenberg\nbrutais\nbock\nboca\nrendia\nleleco\nhewlett-packard\nretardar\nmanchetes\nkaykhusraw\nencorajavam\nlā\nkeokuk\ngebel\nglotal\nchomsky\nküchler\ngépidas\ngalbraith\nscottsboro\nheartbreakers\nnanterre\nsívori\ngouraud\nkrai\nkraj\nkrak\nkray\nkrav\nnovelos\nvarriam\nbasearia\nvotaram\nsobrevivesse\ncity\nciti\ncito\ncita\ncite\nlogue\nadquirem\nnegotinska\nprivée\ngreyhound\ncutugno\nangulosos\ncité\nranier\nacolhiam\nencaminharam\nmotins\nóctuplo\nacólitos\nbovespa\nmblaq\nd'avignon\nsteig\ncervejaria\nmesmas\nkjv\nminima\nminimo\nkantner\nmoto-táxi\nwhiteside\nlucrécia\nprolasius\nlucrécio\nkevlar\npickles\npickler\nextranet\ncannabis\nrefer\nbalinês\nextensível\nmergulhões\nalmorávidas\nporteño\nleny\nquebradeira\nconvocaria\npeiote\nadélaïde\ncleuza\nliteratos\nouriço-cacheiro\npedestal\nsmeezingtons\nlavradores\nfreijó\ncharmaine\nfelizes\neleni\nsuplício\nelena\ntranspira\ndesnutridas\narquiteto\npalacetes\nsolicitadas\nciumes\nmalacky\nproliferativa\navoca\nconfidências\nsubjectividade\nmidna\nabeto\noptando\neruditas\nfundamentar\ncancerígenas\nmanuelito\nleigh\nlito\nzilla\nzilli\namantea\nfólios\nwilder\nwilden\njustiças\ndivertida\ndivertido\nvesalius\nsupermercados\naltaïr\nhesite\nhesita\ndemartini\nbiodigestor\nwiccan\nprogressiva\nprogressive\nprogressivo\nmegatron\naraketu\neslováquia\nluserna\nextremo\nchachapoyas\ntonta\ntonto\nconstruiriam\nextrema\npróceres\nconjunto\nж\nconjunta\nvoluptuosas\njusticialista\nsugerisse\ncampione\nhistorique\nriquinho\ncognição\ncivilis\nekiti\nhumphry\nlester\nhermosillo\nhuberman\nglobalizado\nglobalizada\ncavitação\nalcaidaria\nsolicito\nneoplatônica\nfigurativas\nneoplatônico\nalajuela\nnouakchott\nhalloweentown\ndesatualização\nofertório\nretardando\ndirceu\nparceiras\nquébec\nfavorecendo\nlanois\nexpressem\nbabilonia\ninterferido\nsonecas\ngracinha\ncavalo-marinho\ndisinae\nconfiaram\ncolatinense\ncapoeiristas\nautomobilísticos\nmarsúpio\nliquiçá\nprimeiros-socorros\neducando\nbitti\nmensalão\ntelégrafo\nvinson\nfundido\nargenteuil\noleoduto\nminstrel\ncervejinha\nvinício\nteofilândia\ngóis\ngummi\ndiscricionário\ndiscricionária\nl'amore\nespecifique\nsirius\nsegment\norangeville\nprotoplasma\nelseif\nrepetissem\ngenerales\ndestruíra\npalhaçadas\ngoddard\nevitasse\nficará\nfiorello\nfiorella\nveikkausliiga\nuct\nucs\nucr\nucp\nucg\nucd\nucb\nucl\nuci\nelmer\nmostrá\nlombok\nplásticas\nultra\nsuperstições\ncontraídas\nmockingbird\netelbaldo\nbinoche\nmostra\nmostre\nactas\nepinefrina\nbjørn\ncerevisiae\npsuv\nl'édition\nlifehouse\nautodidacta\nkarima\nligariam\nmccrea\ngemido\naltberg\nabastecimento\ninformatizado\npatrícios\nmaquinas\nqueen's\nbondone\nfrisbee\nhobsbawm\nhobsbawn\nmanufaturado\nmanufaturada\nnáhuatl\ncausa-efeito\nciranda\nrotinas\njotaro\nverticalidade\nshankara\ncuidaram\ndawalibi\ndespontando\ncontariam\npomerana\npretextando\ninimaginável\nwizna\nanatólia\noffshore\nanatólio\ntoluca\nviveros\ngurps\npunhado\nviolette\nvioletta\nurach\nregula\ncontrapõe\nfloreal\ntrituradas\nretornariam\namealhar\njulgamentos\npriorizando\noxidases\nsenhas\nsorrenti\nfarpas\nsorrento\nlexcorp\nratos\nsivasspor\nanti-monitor\ncohanim\nimplementation\natreva\naprovisionamento\nuhura\ncataláunicos\nuhuru\nalagaësia\ncranmer\nvaldebran\nkardec\nfraates\nperguntassem\nmohamad\ntemporário\ntemporária\nhemorroidas\nbicicletada\nsegregados\ntertuliano\nskinheads\nharms\ngreengrass\nmargaretha\nmargarethe\nesmagadas\nassociativas\ngaeta\nsarmatismo\nlazzarotto\nnimba\najustadas\nremédios\nkhal\nkürsch\nparaquedistas\ngarrafinhas\nhalton\nperdemos\nmichiko\ndisjunta\ns-hertogenbosch\ntelepatia\ntapuio\nwatchmen\njvm\njvc\ntapuia\nalternou\nshkodër\njurubeba\ndespachante\nponta-esquerda\ngsub\nvolusia\nprovisor\nregulariza\nmatinais\nclésio\ntécnico-profissional\ndepredar\npromovesse\neletrolíticos\nrizzato\npaeth\nlloyd's\nskylit\nprodutivamente\nzig-zag\nex-soldado\npaetê\nunidades\ngelli\ncpus\nitanhandu\nvalentine's\nchamavam\nfranqueadora\nhelipontos\ndelia\ndelio\nfiliforme\nmichelle\nmichelli\nmichelly\nmexeram\nempíricas\nupgrade\nmichaëlis\ninseminação\nnegotin\ncarvão\nmandaria\nmandarin\nmandarim\nsugie\ntransbordamento\nedirne\nacreditávamos\nprovimento\nnegras\nfazerem\nhypericaceae\ncommander\nfavorites\nsubcarpácia\nadscrito\nítalo-brasileiro\npercorriam\ncadenza\nbiquininho\nhebner\nt\nbascortostão\nethos\nfortuitamente\nstarship\nirónica\ndisparadas\nharryhausen\nhidratantes\nxi'an\nparedes\nassola\ncupidos\ngastrópodes\nregencia\naportou\npontuda\npontudo\nfoster\nseqüencialmente\nmoagem\ndesenvolverão\nfornalha\nnobiliários\namapô\npiaus\nribbentrop\nleptoxis\npiauí\nverónica\nravelli\nleticia\nsterblitch\ndouglas\ngrandiflora\nantiéticas\ntyrannidae\nxilarmônica\nimpunham\ninterrompesse\nparceladamente\ncocares\ntransnacionais\nlobstein\nbolina\nmercearias\ncarnera\nchiquito\nchiquita\ndomestic\n999,99\ncatcher\nlembrancinhas\nsemi-circulares\nelísios\nzenão\nassaltou\nassaltos\npescadas\nimortal\ntarifas\nccedil\nocaña\narriscaria\ntranco\ndeontologia\nmcchrystal\nmikkel\nateneu\nsublevação\nusurpadores\njunno\ntrabalhe\ntrabalho\nincirlik\nprovidence\nqueridos\nquartetos\nêtre\ntrabalhá\nnajibullah\nsinal\nsinan\nsinai\nrevisitada\nrevisitado\nsoligo\nshoshidai\nwestmore\naglomerado\nkorabl-sputnik\naxixá\nbüchi\nganas\nalçapão\ncolubridae\nchás\nmaysville\nrecuava\nfatores\nsociáveis\nacertado\nacertada\npsiônica\npsiônico\nsub-rotinas\nreconciliados\npiá\nmorillo\ntossir\ndiscernível\npirateados\npimentinha\nsuperpesados\npankejeff\nitacolomi\nwilders\npresencia\ntirinha\npedaço\nbalizagem\nshaders\nplaton\nexcluiria\ndesestruturação\nleyla\npii\nquit\nquis\npio\nquiz\nquid\nquim\nquin\npojuca\npig\nlexicologia\naroeira\ncinegético\naculeata\ncinegética\nexperimentem\nexperimentei\nafrodescendente\ncupertino\nsavalas\nheadbangers\nviscondes\nconversamos\nhesitava\ncomments\nastrais\ngilliam\ngillian\noitavado\nlongwy\nefavirenz\nalocados\ndatou\nmodelador\nmodelados\ngiestas\ndesprezando\ngavotte\nsobrariam\ntadjiquistão\nmcdougall\ndesalojou\nrespiratória\nsubsidiou\nentrincheiramento\nobstrução\nalmanaque\nmagister\ndissonantes\nnewfoundland\nespessuras\nfrieda\nhitomi\nsecundários\nraisonné\nirrealista\ncorybas\nchihuahua\nlucía\nfinnick\nmacadame\nestabelece\nchaussées\nmunidos\nturnhout\nsarasate\nbogies\nguilda\nsépia\nincidentais\ncítricas\nmoralizantes\nmínima\nmínimo\nlimitadamente\nmonárquico\nmonárquica\nabelharucos\nobreiras\nmustangs\nacomodava\nguillem\nactualidades\nvieux\ntransforma\nlegion\ntrancada\ntrancado\nmiríade\nvdm\ntransformá\nkrakatoa\ntipagem\ndiapason\nlipídios\njetman\ndussen\neldest\npigmentar\nclaret\nleche\nextraviados\ntacos\nsucos\nsucot\nartelhos\ncangussu\ntestemunhando\nandares\nopõem\ncapuchinha\nfmusp\njibóia\npiemonte-sardenha\njacy-paraná\ntiberiano\ntbilisi\nhooper\ninutilizados\n999-999\nreapresentada\nbenfeitor\ndibaba\nemergem\nmovimentadas\nroswell\nsotaques\nestadounidense\nurquiza\ngargaú\nbaleias-jubarte\nsem-vergonha\nusava\nsufocação\nonega\npostergando\nhutúz\ngargan\nlevariam\nterno\ninterconectadas\npenetras\npenetrar\nconsistiria\npenetram\nmontagnier\nsalinização\nposicionadas\nbelén\nyoshiya\ncantorum\nbritânia\nphymorhynchus\ngoslar\nfincke\nholótipo\nfofa\nfrankensteins\nbillabong\ncostão\nwoodbine\ntakatō\nquinas\nrecolhidas\ndeputados\nagrário\nperdue\nmelindrosa\nguimaraens\nmatisse\nabsolutas\ninbox\npretendo\ntakato\npretende\npretenda\nterás\nterán\ndriblou\neliéser\nacetato\ntywin\nelucidando\nconclusivo\nsafar\nconclusiva\nreligiosidade\nchantagens\nweta\nzing\ncampelo\nzinc\nzinn\nzini\nzink\nagroindústria\nsumo-sacerdote\nfulgens\nmaiorana\nsiro-malabar\nhatoum\nd'avila\nhebraicos\nawkward\nafídios\ncentradas\ndifundindo\nentendimento\nfiliformes\nimpar\nperiquito\nperiquita\nlumezzane\natlântico\natlântica\nmicrômetro\nhooligans\nmontségur\ntiomno\ncarinhanha\nbruja\nbrujo\nentregassem\nry999\ndiplommatinidae\naumentem\nburney\nburnet\nclasses\npublicava\npavanelli\nfrutti\ninoki\nyayoi\ngárgula\nsheboygan\nfrosinone\nedmílson\nneutralizadas\nhastings\nanápolis\nagavaceae\ncogs\ndouai\namaria\nzavod\nadereço\ngoods\ngoody\nbetinho\ngoode\nnsa\nnsc\nnsf\nnsx\nnss\nnsu\nnsw\nfrequesia\nreabilitação\nlecythidaceae\nitanhomi\npomos\nassassinato\nfamosamente\npreparei\npreparem\ngreyson\nlakshmana\ncoeur\nprovadas\nlocalizado\nlocalizada\nex-escravo\nex-escrava\nobjects\nmortíferos\nmmog\nexistenz\noct\nprotéicas\nkatja\ninibitório\ninibitória\nex-primeira\nex-primeiro\ngreater\ncomedores\nhuntington\nhinários\nstrategic\nazeglio\nextensor\nbrusque\nuzcudun\nquerendo\nnacional-9999\nerosivo\nerosiva\nconstran\ndoogie\nrendezvous\ncontrols\ncontrolo\ncontrole\ncontrola\nhomônima\nhomônimo\namagat\ncontrolá\nbiase\nbiasi\nmurch\nsubmergiu\nmurce\nkeine\ngruffydd\nfaunísticos\ndesafortunados\nanabolizante\nagnès\npenzance\nsheamus\nlingüisticamente\nauto-suficientes\nantipessoal\ntios\ncomprometedores\nporretes\nfunctional\ntelenovelas\nsistematiza\nslang\nmazola\nvieille\nacalme\nacalma\nisnard\ndespenalização\nmarechala\nfalecimentos\npallas\nenvolvesse\nepeu\nhaider\nlibertará\ncouraçados\nsollers\nnúbio\nnúbia\nklebsiella\nconsema\nembelezadas\nellas\nsecagem\nbrodsky\nforquilhas\ntoalha\npaquistanesas\nvotando\nhutch\ncanibais\nultramontanismo\nrecepções\nlargamente\nlácteos\ncli\nclj\nclk\ncle\ncla\nclc\nclt\nclu\nclp\nclr\ncls\ncl9\nancelotti\nfolles\nclã\nclô\ne-service\nnarrando\nlarter\nsa999\ntaunay\nsecamente\ncurtume\nenviava\nsemion\nexcelência\nenviaram\ndecarlo\naglaia\nfomentaram\nperspetivas\nfotogênica\nrochus\nhomens-lava\nstudebaker\ncomputabilidade\nhunerico\negungun\ncandidatou\ncandidatos\nestopa\nreconhecendo\nyun-fat\nbrigham\ndeschanel\nbremerhaven\ngerente\nvesper\nayers\ncisticolidae\nbidentata\nselecionando\nmergulhou\nmergulhos\nfascinantes\nkoror\nfascinados\nassinei\nassinem\nmc's\nantropogênico\nescriturária\nescriturário\ncullman\nregionalização\njônios\nmexsat\nradiada\naspirada\naspirado\ncambista\nwhitaker\nvoucher\nheerenveen\neliseu\neliseo\nmelhor\nassembléia\nchalmers\nlittoral\nhelvetica\nlibra\ndevendra\nང\njulius\nconstruir\nevasões\nconstruia\ncabildos\nbillboard's\ninversores\nevidências\nlimpá\nnicator\nsub-região\nurbanização\nrestado\nlimpo\ntarfaya\nlimpe\nlimpa\ncurvilíneas\npautava\nhipófise\nlegumes\nsüdliche\nselznick\nfrota\nprateadas\nintergovernamentais\ncobitidae\nardanuy\noceanografia\nmelancolia\nmurfreesboro\nnepomuceno\nshiva\nhist\noutside\nhiss\nesquartelada\nbrahe\nperceberem\nmykonos\ntrim\nscheckter\njararaca\nanticoagulante\nestrogénio\nvivíparos\ne-reader\nbesame\ntriz\nmelodramática\nmelodramático\nnest\nness\ncarlsberg\nnesi\nnese\nnesa\nimpactando\nmontjuic\ntrachomatis\nkarpin\nrobson\nleningrad\nvenado\ndecurso\nexageradas\nhafiz\ngóngora\nfúngicas\nprodutivos\nburro\nburri\nburra\nastarac\nrevendedora\nrenascia\nneutrônica\ngolfos\nciram\ntomarão\nsonoridade\npurificadores\ndenominado\ndesfie\ndesfia\nfulerenos\nhomage\nadquirimos\ncansativas\nestado-maior-general\nflodden\ncórbulo\nmagnolia\ncentralidade\nessaouira\nrosenblatt\npublicassem\nhaute-garonne\nlog99\nidentidades\nhelms-burton\nrot-weiss\ngalneryus\nfenrir\nfenris\nfenriz\ndeveloper\nstephen\nmartelada\nboitaca\nmartelado\nrr-999\ncolmo\ndécor\nrestabeleceram\ncomunicar\ncomunicam\ninterrompendo\ncoletando\nautodenominam\nautodenominar\nding\ndine\ndina\ndino\nparabólico\ndini\ndinh\ndinu\nhomoousios\nkoreasat\nhistorieta\nparabólica\ndivorciados\nmataderos\nsózinho\neuphonia\npangya\ndiná\nantieméticos\nressucitou\nbeiju\nxistosos\nheroína\nmonopetalae\npense\nredecorado\nanhangüera\ntolerantes\nabençoadas\nverão\ncomparáveis\nrabiscar\nmoysés\nindignadas\nfriesland\nmiriápodes\ncarecas\nmarche\nmarcha\nmarchi\nawakening\ntiuí\nmarché\ncacheado\nschwassmann\nco-imperadores\nmonarquias\ntables\nricoeur\ntablet\noprimidos\nassociations\ncarcinogênicos\nevacuação\nlenhas\nmonolíticas\nmilitia\ninsper\ncompósita\ncompósito\nmerecedora\ncuidando\nbore\nbord\nagrotóxico\njunichiro\nendurance\nautonomamente\nfolheado\naltai\nespaciais\nayyub\nmexicali\nfosfatos\nfluoxetina\njaílton\nbassano\nagradecidos\ntêmis\npinçadas\nosten\ncidadelas\noster\nreverenciar\np-9\nmcbrain\ntraders\nbrian\nresultou\npresidenciável\np-n\np-i\npolidesportivo\nbatayporã\nborger-odoorn\nplanetárias\ndöhler\nbilli\nhoogeveen\nbille\nbilly\nbills\ncomprovantes\ndescontínuas\natravessamos\nzyah\nlocalmente\nsurrealista\nsetoriais\natrairá\njule\njuli\nौ\njuly\nmarbella\nparticulamente\nd'oeste\nfarás\nembrulhos\nestudo\nmondadori\nchances\nfuscão\ntamino\nusaremos\npreguiça\nschomburgkia\nescalvado\nswank\ndesempenhado\ndesempenhada\ndiminuto\ndiminuta\nsorria\nantiamericano\nanestesista\nornatos\nvimeo\nbolero\nrákosi\nxq99\nsingulares\nopenoffice\nfat99\nwinchesters\napiano\nguédiguian\ntabata\nhorario\nboleiro\nrespirar\nmailer\narrumaram\nsalónica\nressarcidos\nejb\nfuradores\nfrogmore\nimobilidade\nibiaçá\nmargueritte\natuamos\npreâmbulo\nreprovam\ngeorgy\nnestas\n9.999\nesclerose\nvilgax\nsub-úmido\nparadidáticos\nabramowitz\nbertel\natualizaram\nsilenciar\nphotobleaching\ncatoche\nsulawesi\ncoward\ncariño\ncaídas\npredadoras\nmeia-luz\nbeijá\nbonnie\naqüicultura\ndeterioraram\nativados\nmarikina\nliberaria\ngetafe\nrfef\nvacância\nholdings\n♂\ntejucupapo\nreaproximou\ncotejo\ncrúzios\nkeeler\nmaracujá\ngameboy\nesquecimentos\nporifera\nbatata-doce\ncv-99\niguazú\npirou\neconomizado\nzano\nzani\nzane\nzang\nzany\nzanu\nzant\noclusais\niguazu\nasterisk\ncaprichoso\nparticipará\nquestionável\nmercadológico\nmercadológica\ntanino\nsambaíba\npeneire\npeneira\nparticipara\narquiepiscopal\nfranciely\nfranciele\nnarcotráfico\nmclane\npromocionais\nhistórico-culturais\ncobriria\nunforgettable\nchegarão\nmentalidade\nderive\nderiva\nboicotar\nsubsidiária\nsubsidiário\nguaianases\nsabotador\nfillipo\nfillipe\nvegetariano\nabóboras\nvegetariana\nchevy\npotestade\namarraram\nestupradas\nsabrosa\nsabroso\nraines\nrainer\nrainey\nauchan\nco-produtores\nknez\nknew\nknee\ncondores\nbeckham\neditoração\npresumiu\npresumir\nabutre\npresumia\nmarlena\nmarlene\narcebispo-coadjutor\ngrão-pará\nvandalism\nchunichi\nmordedores\nvamo\npseudo-dionísio\nvamp\nlinlithgow\nsonegar\ndresden\ntumor\nrebolar\ndannii\ndegenerando\nchiffon\ngarimpadas\nseminais\ngregoras\ncitotóxicos\ncmeis\ncechin\ncível\nprophets\nmadeireiros\nsujeita\ntiziano\njackman\nselect\ncomportavam\naventurou\nsercomtel\norográficas\ntarântula\nconceituações\nrefrear\nvalorizaram\nmascarado\nmascarada\nncis\npré-adolescência\nlantern\ncuidadosos\nchalcatzingo\nниколаевич\nvangloriar\nhierárquicos\nestendidas\noyster\nmonárquicas\nresidido\nanexados\nlibertinagem\nmanger\nsexta-feiras\nbrastemp\ncerealífera\nharps\nharpe\nharpa\nload\nibaraki\nbipartido\nbipartida\nloan\nkerkyra\nloas\nimbel\nmonthly\nclotário\nonika\nvaspuracan\ncancún\nmemória\ndácias\ndiscretização\nidade\ncidade-estado\nsatânica\nsatânico\nsefardita\nmonotipo\nestabeleceu\nestabelecer\ncacatuas\nfull-duplex\nsaavedra\nestabelecem\nvsetín\ndespedaçados\nresguardando\npyxis\nfranquear\njcp\njca\njci\npinças\npinçar\nrecuperou\nestarmos\ndimitris\nemergencialmente\naguentaria\nturismo\nhominídeo\nipatiev\nbarahona\nspringboks\nballs\nbally\nballa\nballi\nballo\nalegação\nbenazzi\nsucumbido\ndaisley\natravessamento\nlavrados\nlavrador\nprossigam\ndafydd\nprotonotário\nhouse\nperplexidade\ncoladinhos\nlatere\nុ\nkaxixó\nmaroca\nalagón\ncalefação\nquebras\nquebrar\nquebram\ninterativos\nbaquedano\nbeiravam\npierrefonds\ncranky\nlucky\ndesfalcou\nvárzea\nouvidoria\njardim\njardin\nzugspitze\nprapiroon\nsirmio\nepitélio\nhomosexual\neume\nnoviça\narchie\nalcaravia\narchiv\nbroccoli\nflanagan\necmascript\ndeferido\ndeferida\noverdoses\ncornuta\nbayne\nalberton\ntreinou\ntreinos\nbasicamente\nkatzenberg\ntorrellas\nestranhando\nvelimir\nzeman\nperfurados\ngaborone\ncosteletas\nconstrutos\nconstrutor\ntorrada\ntorrado\nevocadas\nbôscoli\nassociaram\nsynthetic\nmanobrabilidade\ngracioso\ngarajau-comum\nentrecruzam\nassemelhe\nassemelha\nmeliapor\ndays\nimembuí\nfábricas\npegn\npego\npegg\npega\npegu\njillian\nsoprados\nfellows\nbiomédicos\nmycin\neletros\ngreves\nebay\nliberum\nebal\ntorito\nogasawara\ndiscotecagem\nchiemsee\nmosela\ninteresseiras\nantinavio\nátila\ncombatentes\nuniversitet\nderramou\nshimane\nproíbe\nproíba\nfarley\ncoveiro\njean-bertrand\ndickerson\nlibres\nmuridae\ncíclica\nmeistersinger\nracy\npiazza\nburiti\nexcepções\npiazzi\nburity\nânglia\nalgonquino\nhematófagos\nimunizadas\nseduções\nengraçadas\narquitectonicamente\ncantata\nimutáveis\nbritanica\nsônico\nsônica\nacumulem\ndiolinda\nestressante\nenciclopédica\nenciclopédico\nfeevale\nfiveblu\ntodeschini\nlaziale\nkreisklasse\nequiparados\nlíquido-líquido\nintencionalmente\nkōji\nmiocárdica\nrisso\npredados\npredador\nformalização\nescultor\nfoch\nfock\nfoco\nfoca\nsaciadas\nabdu\nabdi\nabdo\nflagrados\nrevolucionaria\nprospere\nprospero\nrubros\nconcretizando\nsinfónicos\nescalões\nrecriados\nboulé\nsolferino\ntrein\nן\npromovia\nigraine\nboult\nhadeano\nboule\ncartelas\nmutáveis\nsimiliar\ngangrena\naerosol\nbolinhos\npropiciou\nrio-sul\ndelação\ndiáspora\nparecera\nmineralógicas\nsortida\nsortido\nalgema\nudesc\ncrowley\ngesticulava\nworry\ntélefo\ncastanho\ncenturies\nmengsk\nbertini\nconstrutivamente\nzagury\nsuleyman\npontões\nogliastra\nglomérulos\nprogramáticas\ncromodinâmica\nvillaret\napologético\nat99\njatos\napologética\nclaymores\nflutue\nflutua\ncebolinha\ncebolinho\nhidreto\nenfatiza\nenfatize\ntrouxesse\nportátil\nmanaged\nfuturas\nprotectores\nmarapanim\nantipoluição\nimpregnou\nmaurícia\nignazio\nquantitativas\nvictoires\nstarla\nelasticidade\nambientalmente\ntintim\nmackintosh\nadufe\ndoritos\nkundalini\nhammersmith\ningmann\nsikorsky\nwestphal\nsikorski\ndoutrinariamente\ntrocação\nrevolutionary\nmonetizar\npelos\nindigenas\nsurpreendente\nrefutável\npostula\njornalísticas\nveyron\nintricado\nintricada\nescutismo\ndiligências\ndóricos\ntehama\ngreci\nvlaams\nclassique\nmeia-maratona\nsteele\nsteely\ncotidiano\nrisoleta\ncotidiana\navaliaria\nprocuraram\nalata\ntesteira\nbasinger\ngoodwin\ncomas\ncomar\ncomab\ncomam\ncomal\ntabulação\ndenunciem\npontuais\nbonanno\nsödermanland\nfruet\nencontrarem\nbicolores\ntransmitidos\nfoerster\nparafilias\nacumulação\nkorn\nkoro\nkori\nkore\nkorg\nkora\natômicos\nkors\npatetas\nbrutalista\nreverendo\npearcy\npearce\ntaichi\nmalsucedido\nlamento\nreconstituídos\ntrigun\nholográfica\nnomeavam\nholográfico\nnoël\nfulco\noperísticas\nvenderia\nentenderiam\nanalíticas\nlicitatórios\naceitarmos\ncasado\nnão-verbais\nespancaram\ncasada\ncasady\nmaçónico\nmaçónica\nproporcionais\noctavia\noctavio\nsperb\nofficium\nhumanísticas\ntransferência\npuc-campinas\nrelations\nfirework\npampas\nbonfim\nsaliência\nlamentada\ncorromperam\nverbos\ncalçadão\npriolli\nlacrados\nvaginais\nfelipe\ndefensoria\ninverossímil\npós-doutor\nhitsugaya\nspontini\nbrandenburg\nanitelli\nmeucci\nzanin\nperosa\ntuia\nptolomeu\nestio\nfunarte\nhypólito\nsensitividade\nmariya\nmonkey's\nteaching\nslumber\naubry\nsangüíneos\nsofram\nromijn\nauto-aperfeiçoamento\npenaforte\nconvocações\ncaridosa\nmumford\nchicão\nbonsai\nquebrasse\ncodicilo\npequim\ngenros\nspetsnaz\nfixation\nelisão\nsuspendem\nanti-inflamatória\neuroasiática\naristizábal\npalhares\nmicrochips\neiner\neines\ntachyon\nmidiático\nanti-inflamatório\neinen\neinem\nressegurador\ngoffin\ncicatrização\npiratininga\ngadamer\nfilemon\nprevidenciária\nprevidenciário\nsemelhança\nringtones\nheroicos\ncaraítas\nauto-intitulada\ncécrope\nassombra\ncapsídeo\nassombro\npensiero\nassombrando\nillusions\nludwigshafen\nlascado\nlascada\ndemasiadamente\nanhatomirim\nargentaria\nfisiocratas\ndocol\nmg-999\namour\nsammet\nsammer\nsmoke\nnicklas\nandere\nanders\ncriadas\npoupa\nbaftas\nvanessa\nbreivik\nentrosamento\npensadora\nlorre\npaladinos\nmodelar\nlaquê\nbridgeman\nsant'ana\ntyree\nmodelam\nnyanza\ntramou\ntramos\ntraces\ntracer\nseringueira\nvista\nviste\nvisto\npré-caju\ngerber\nexcitações\nouattara\ndiretora-executiva\ncozinho\ncozinha\ncozinhe\nfranco-atirador\niriam\nirian\nfinalizar\nfinalizam\ndivisões\nberat\nheliogábalo\nfelidae\nignorá\nantiaéreas\ntomarem\nexpandidas\ntropismo\niahweh\nabreviaturas\ncoligir\nforrados\nlatrocínio\ncapsulares\nproveitosas\napreensões\ndeslocamentos\nimpossibilitado\nsanchezia\nimpossibilitada\ncolcheias\nauris\nmiastenia\npiri\nexemplificando\nheisei\ncompletasse\nwhisperer\ncervical\nanalógico\nenzima\nsiamês\nassumpção\nmagros\nanunciei\nmontdidier\nderon\nstacked\nloirinha\nloirinho\nveras\neveryday\npulsional\naspirou\nrunning\nspoonful\nbasileus\ndisponibilização\nterragni\ncrocodiles\nportulacaceae\nwied-neuwied\nrepton\ntatoo\ntatoi\ndesaparição\nvilipendiado\nassimilis\njennings\nutilitários\njavanica\ndestroçado\ndestroçada\nsobrancelha\nansp\nansi\nansa\nanse\nbeneficiariam\nchalier\nsven-göran\narmadilha\nneighborhood\nyashima\ncombateram\nvitivinícolas\nlaeliinae\nandrelândia\nzénite\nzénith\npatogénicos\nindomáveis\nreclamadas\nherat\nheras\ncsm\ncsl\ncsn\ncsi\ncsh\ncse\ncsg\ncsf\ncsa\ncsc\ncsb\ncsu\ncst\ncsv\ncsp\ncss\ncsr\ndobradora\ndiscussão\ntaipas\ncs9\ncândida\ncândido\nlucidum\npestanejar\nmarybeth\nameace\nregularizadas\ncasillas\nquantificáveis\nmalaias\nkakko\ncaprichos\ncaprichou\nfolhelhos\nmclaughlin\namplifica\nsensualiza\nengajamentos\ntaninos\naderidas\ngiant\ngiang\ngiane\ngiano\ngiani\ntibetanos\ndescambar\nfranciscano\nfranciscana\ncefeidas\nmine\nantiamericanos\nrefrator\naldeados\nriscos\nlissah\nriscou\ntraduzindo\nukraine\ncoreia\nextraordinário\nextraordinária\nbalançou\nbalanços\nfluoretada\ndistrital\nsurtir\nmordred\npromovendo\nrevólver\nelfman\nanticristo\nbarbassa\nfagos\nmastabas\noften\ncomutativos\nanticristã\nlaridae\nblockbusters\npolaridade\nrestringiram\nliaodong\nmodelitos\nfalhar\ncosquín\nlóris\ntenacious\nresolvidas\nestrangeiras\nosnabrück\natrapalhadas\npekka\nalcobaça\nlhas\nsonjay\nararipe\ntoxicológicos\nbærum\npresidents\nreutilizar\npresidenta\npresidente\nakkari\nancorou\nengessada\nengessado\nsandino\nlapola\njulgamento\nrousseau\nlázaro\ndiversidades\nimprevistos\n<\nepigramas\nfoceia\nbrasileiras\nflanqueiam\nbritelo\npalestino\npalestine\npalestina\nmaxillaria\nhalcyon\nversolato\nestrelinhas\nfeiteira\nnewgate\nardorosamente\nkoopas\nraphaela\npiroxenas\nsustém\npreposto\nkita\nkite\nkito\nlíquenes\nkits\nkitt\ncircumpolar\nhifk\nhifa\nsubiriam\nalexsandro\nalveolar\nfalimentar\ncalagem\nricochete\nguillotin\nwarwick\nplain\nplait\nrienzi\ninspector\npinda\ntraças\ntraçam\nco-responsabilidade\ncntp\nnodes\nandrónico\npicharam\nmorfológicos\ntenores\nexpira\ngeniosa\nhatay\nalfenas\nplebeus\nassumisse\nalcázar\nranqueou\nrespeitadas\nextrema-esquerda\nbethune\nimpugnação\nfederline\nrecaído\nrecaída\nhellhammer\npró-ativa\nculiacán\ninfligida\ninfligido\nprojetado\nprojetada\nfenaban\nexplode\nlethes\nexploda\nfermentado\nfermentada\nexplodi\nsurabaia\nsg99\npresbiterianas\nphilosophical\nviração\nanalista\nalicerce\ncotoveladas\nchegaram\nscalzo\nlifan\nlifar\ngaitas\nlifau\ncaprioli\nzo'é\ndesapegar\ntauber\nagripino\nfilmation\nríos\nyokozuna\neverett\nmicaelense\nequalizador\nmentawai\ncracker\nelastômero\nnoster\nprecede\nex-cosmonauta\namaldiçoa\nimunitária\nspirro\nhaakon\nimunitário\nrecomendáveis\nbotava\nbrenner\nvulture\nacomodação\nabatidas\naccomack\nraff\ncarrapato\nportuguese\npredominância\nindígenas\nhelvetia\nrahn\nrahm\nconsumimos\njustificativa\nguerreando\nscharf\nbauru\nescobar\nrepens\n・\nutentes\ndesperdício\nzeami\nélite\narquiinimigo\nfermentelos\npunitivos\ndiverticulite\nalquímicas\nestilista\nimorais\naditamentos\npudesse\nválter\njalisco\nmusicalização\nseveso\ncastelfranco\nprocessão\noradores\nhidrodessulfurização\npreocupados\ndiminuam\ncômoda\ncômodo\nsunita\nmúsicas\nakkerman\nmsnm\ninacabados\nconota\norientis\nsverdlovsk\nnauro\nspoons\nnauru\nlesionado\nlesionada\nmanifestada\nmanifestado\nenma\nkelheim\nocidente\nacuado\nacuada\ntalleyrand-périgord\ntokio\nampudia\nminimizá\nneith\nfondmetal\ncanneto\nminimize\nbreda\nminimiza\ndemônio\nlotaríngia\nrepentistas\npizzaiolo\nnankin\npuerperal\nnaoh\nnaoe\npelée\nnaor\nnaos\ncriteriosos\ncério\npreparações\nfundamentals\nfisl\nximénez\ntoilet\ntostadas\nempilhadeira\naraçagi\nfigueirense\ngre-nal\nfeodor\nversão\nbooker\nteorizar\nteorizam\ndehaan\naccioli\nlazarini\nalhariz\nultraviolet\nkosi\natribuísse\ncierva\nhiguchi\neurhopalothrix\ncapelania\naelita\ndentata\ncatador\nmaracatu\nmanípulo\npau-branco\nserekhs\nvocais\nlavrar\nlavras\ncubismo\nlituanos\ncalcar\ncalcas\nassombrou\nfosfatase\nretornou\nhermógenes\ndeclinação\nretornos\ngeneration\nquisemos\ncelebes\ndescontinuadas\npressionado\nnasrida\ntransposto\nimperfect\nshrike\ngobind\nscpc\nfresca\nfresco\nprincipato\ndürrenmatt\nrepreendendo\nartemis\nartemio\nspiralis\ncroquete\nprocedida\nprocedido\naparentadas\ntrapalhadas\nbeeston\nfortal\nalbergar\npaulmy\nalbergam\nfalconieri\nulcerativa\nprogramou\nmacworld\n9-999-99999-9\nzênite\nrix\nrit\nriu\nrir\nris\nrip\nrin\nrio\nril\nrim\nsaudosa\nrif\nrig\nsaudoso\nrib\nric\ncurrents\nria\nmünzenberg\ncentésimos\nanuidade\ncogitações\neditada\neditado\nunlimited\nribeirãozinho\npirro\npirra\ncondenava\nmodas\nmodal\ncomutação\nzaum\nressurge\ncoronha\ncasula\nbrunsvique\nsarabia\nfences\noldemburgo\nnéfi\noshkosh\ningolstadt\ndespromovidos\nhistoricista\nexpansionismo\npapoila\nxianfan\nmeia\ncativos\ncativou\nartimanhas\nintrusão\npauladas\ncygnus\ncheka\nmolequinho\nfamiliarizando\nalcedinidae\ndeliciosamente\ngrapevine\nkatamari\nfirehouse\nacolherá\ndesassoreamento\nkamchatka\nsuportou\nimplodido\nimplodida\nex-líderes\nchapulín\nbuchas\nbuchan\nxavier\npowerhouse\ndançante\ndispensam\ndispensar\ndispensas\nwin99\nbabson\npanta\nlinebacker\npants\ndeneke\nfecharão\nrebola\nrebites\nrebolo\ndescobrirá\ninspecções\nshui-bian\nindicamos\nimersas\nestojos\ndescobrira\ndrogba\nunsigned\nabatia\nhamburgueria\ncontinentino\ninstigantes\npoets\npoeta\nenxada\npergamino\nqueixoso\nnassau\nnassar\nboiçucanga\nhilfiger\npicciani\nengº\ncunhando\nayurvédica\nselassie\nmanuelinos\nmontevidéu\níman\ncolgate-palmolive\nperiósteo\ncindiu\nconvencionados\nl'isle\nmodest\nenganosos\nmenlo\nkuen\nkuei\nrenomeadas\naceitaria\neffects\ncongruentes\ntransfigurado\ncéfalo\ntransfigurada\nvieses\nengravidasse\nuberlandense\npreliminares\nsussurro\nsussurra\naconselhados\ncontrárias\nshampoos\nfeeling\nis-99\nmolho\nmolha\nmolhe\nairasia\narrisco\nporteiras\nsilber\nfranklyn\nexpressivos\nbadfinger\nfiliados\nmedicação\nacentamento\nrg999\nlotz\nlott\nloti\nloto\nlota\nlote\nmiyako\nmiyake\niv\nvivan\nliteralidade\ncompartilhadas\ndeteriorado\ndeteriorada\npropagar\npropagam\nkurmanji\nmunicipal\nnocebo\ncopiadoras\nstefan-boltzmann\nculpas\nculpar\nculpam\nzlatko\nnovilíngua\ndanto\nsavalu\nsavall\nshooto\nperdoar\nperdoam\nvivências\nperdoai\nconseguira\nnéfron\nfalafel\nrevezes\njulgadores\nconseguirá\nmotorização\ncenturião\nsleng\nvarizes\nextremo-oeste\ncelebrações\nsolimeo\ncataguás\nunmik\nexaminava\nesmaltado\nesquentando\nesmaltada\nkrasnodar\ncaipora\nembaré\natrioventricular\nhouseman\nmmogs\nlouis-le-grand\nchelle\nvalores\nvalorem\nlanolina\ncipolini\nbastante\nproibisse\nrepreendidos\nquaoar\nmacrophylla\nmorozini\naraquidónico\nex-ditador\ndisasters\n\naudax\naudaz\nhigiênico\nhigiênica\ntebanos\nkitsune\ncomemore\nburundi\ncoliseum\ncoliseus\nsionistas\nanésia\nhomogêneas\ntransformista\ndecidual\nagradasse\nlemoyne\ndragões\nbasais\número\nrecepcionistas\nelina\ninseparável\nassediar\njaneiras\npagus\nelseworlds\nthailand\nr.m.\ninterditos\nitatim\nautogestão\nanimaram\ninternações\ncámara\nsenne\nsenna\nrespondido\nrespondida\nmoines\npague\nquietinha\nquietinho\npalatal\nsocorreram\nscramble\nfazemos\nvampiros\njuninos\nvivente\nhans-joachim\noshiro\nesforçavam\nemetica\neritematoso\nexpansão\ngalega\ninfluenciam\ninfluencias\ninfluenciar\nmahalia\njadílson\nnoma\nnome\nnomi\nnomo\ngraeca\nrechaçadas\nauto-ajuda\ncharny\ncleon\nbastar\nbastam\nsebastiano\nbastad\nartes\nartec\nartem\nxochimilco\nmauer\ncanadense\ninsane\ninsana\ninsano\ncamonica\npodiam\nhyères\ncampanhã\nportais\nokemah\nkumiko\nacordeões\nisométrica\ncampanha\nanotou\nmalkavianos\ninfamous\nrecorrer\nbaathista\nrecorreu\nrecorrem\nhepatócitos\neletromotriz\ncarlile\naguinaga\nfações\nbatumi\nassintoticamente\ntransgressores\nnivelles\nsuperwaba\nbradford\ndelegações\npersistindo\nescrita\nbacharach\nrepassava\ncosmonautas\ndesocupados\ncelacanto\nhideyori\ncarapito\navistada\nestrógeno\nconfidence\ngrapow\npresidiram\nrequere\návine\ndannebrog\nmpeg9\nrequerê\nesgotarem\næ\ngigante\ngiganta\nhainan\nmonitorados\nmaoísta\nprisioneiros\nespectroscópica\nmeroveu\nengordar\nengordam\ntreta\nguizhou\nlundin\nvilão\nvilãs\nmilenar\nbini\ngayo\ngaya\ngaye\ngays\novermind\nbins\ntapa\ntape\nkadosch\ndungeon\nintracelulares\nsubterrâneos\nfreudenthal\ncarulli\nbloquinho\npodcasts\ncanabrava\ndendrobates\npalhetas\npolignac\nsubversão\nbolivianos\nversoix\ncrack\nlurkers\namericanus\nclientes\nsz999\niniciando\nproles\nletters\nlettere\nlettera\nproporcional\nproporcionam\neagar\nproporcionar\ninsensibilidade\nmalinche\nxistos\nformaria\no'malley\nmerleau-ponty\nbhupathi\nintensões\nbaleia\nléger\nsaíamos\nrosalba\ndesmotivação\napoplexia\naplaudiu\naplaudir\nmarchetti\nprolongaria\nesteiras\naplaudia\npreciosas\nfundidos\nfundidor\npimba\nverger\ncardeal-padre\nalegaram\nchines\npadre\ngrifos\napocynaceae\ndestra\ndestro\nvassoura\nnaturatins\ndrude\nkushner\ncomputador\ncomputados\nchantili\ncomeçam\ndecex\nnomic\nmeester\npró-governo\nleandrão\nnarcotraficante\nzukerman\nassociatividade\nblazers\nmanrico\nmileto\niaşi\nalbertosaurus\nmachos\nlotear\nressarcir\ntravão\ncardo-selvagem\nreinventa\nfrustraram\nalastor\nintercorrências\nguarda-mor\ntêxteis\nrecompensando\npaulo-rs\ncolfer\nrawley\npylori\nantropofágica\nantropofágico\nfelder\nangevinos\ntrabalhava\nterems\naceleradas\nímpar\npartênio\nit-so\nzeladores\nfrequencia\narrasada\narchitectural\narrasado\nintrigantes\ngavilán\nfreelancer\ncatalyst\nfirewalls\nchoctaw\nrawlings\ncustariam\no'clock\nskinny\nmuletas\nvaleta\nvalete\nsemestrais\nmesocarpo\ntaquarussu\nconjuntinho\nsomme\nemitente\neskil\npresencialmente\nsinônimo\no'shea\n\ndesinteressados\nkanazawa\nlobistas\nanubis\nyeah\ncatânia\nyear\ncolaborassem\nrondelet\nsavona\nboffalora\nkosaku\nbakongo\nlonga-metragem\ndesterrado\nspyware\narkeen\nrhopalothrix\nnarchi\n-99\ntripas\nchumbada\nhalogênios\ntergo\nfeldstein\njarosław\ntransmitem\neosinofílica\nsilicatos\nmetapone\nqgep\ninconscientemente\nguillaume\nbackup\nbackus\nmarilu\nbaronetes\nhiperbólico\nhiperbólica\ndemoro\ndemora\ndemore\njaguaribara\nco-anfitriã\navieno\nmonacal\ncuproníquel\nolympiastadion\nnarguilé\nalguidar\npasmem\nfacundo\ninundáveis\nkinsella\nnehru\nutensílios\nclijsters\nbyers\nadobe\nvicturnien\nesfuziante\nwinnebago\ndesistem\ngrosseteste\njônicas\ndatava\nhospedava\nmaioridade\nretrovisor\ncotonifício\ntamayo\nintergovernamental\nbasal\nblazing\nex-jugoslávia\nziggler\ndinos\nlesada\nlesado\nperfeccionistas\nescravizado\nescravizada\nisuzu\nrigidamente\ngregária\npolizzi\ngregário\ntomara-que-caia\ncaxiense\nlinguado\nmacabéa\ncanjiquinha\nlegendárias\ngrant\ngranz\ngrana\ngrand\ngrano\ncomposition\nmanufaturadas\nmobi\nmobo\nmobb\nempregabilidade\nmoby\nmobs\nbalduino\nexibidas\naparício\neletrólito\nhomenageadas\nestevão\nepopeu\nvisam\nvisar\nleñas\norcus\naeronautical\ncronistas\nhesse-homburg\nmentira\nentrosar\narrastões\nempregatício\ntingida\ntingido\ndesestabilizou\nhereditários\nhonorários\ntorcedora\nenforca\nentoadas\nhabituou\neufrósine\nmães\nenforcá\nbundchen\nvestuário\neverly\nremotos\nsincronizada\nsincronizado\ndueñas\nutensílio\nvolátil\nmaadi\neruptivas\ntrimble\nbutch\noxo\ntaboas\nrecobrimento\nibsen\nobsoletos\ncitta\ncanhestra\ncittà\niconográfica\niconográfico\npontificais\nouellet\nachille\ntraugott\npockels\naçougue\norlas\nescreveu\nescrever\nescrevem\ndundee\ndesbaste\nsaprissa\npuncak\nelípticos\ngravações\nsurface\ndistraído\ntatra\npatusco\nsilberman\nmegapixel\ninvestiguem\ncriticada\ncriticado\npuedo\nazaña\npuede\nenxadas\nkeigo\nportuguêsa\nagulhas\ndrogado\nbofetada\ndrogada\ngruppe\nsequelas\nbrohltal\nindesejadas\nharing\nclaviceps\npiorava\nmercadores\nintercontinentais\ntyme\ngermaine\nfree-lancer\nvisitarão\ngo-shirakawa\nsulco\nsulci\npipil\nmarechal\nmünter\nhydrocharitaceae\nvelinhas\nedomitas\nseeley\nseeler\nmarqués\nefvm\nintrusa\nintruso\nschroeder\nwiederspahn\nthiré\ndesligamentos\ntorreense\ndesvalorizados\nglonass\nvolturi\nconjugados\nvicious\nfracas\nschymura\nthird\nesmagadoramente\ndescendo\ndescende\nsymmetry\nromena\nromeno\nernesto\nclausen\nvitivinicultura\nquadriênio\nquimbanda\nverbandsgemeinde\nurgências\ninglória\ngramatical\nfundações\nkilpatrick\nbrantôme\nskilling\ndisposições\nconforme\nherde\ncomercializadas\nsobrejetora\ntrabajadores\nmetonímia\nautógrafo\nprovíncia\nneossolos\nbourbaki\nherdy\ncomportar\ncomportas\ncomportam\ndigitadas\nderwent\ncoreto\nsalesianos\npranayama\nlipídeos\nprocessam\nsuperettan\ncilada\ncomunicacionais\nprocessar\npdt-mt\ncanzion\nsoníferos\narborizados\nnichiren\nxo99\ngoodman\ndescascando\nsyncom\ninace\nestimulante\narrolados\nalcmeônidas\ntrocou\nrejeição\nelaboradores\nmanagers\nvariância\nademilson\nsagan\nsagas\nsagar\nsagat\nsagaz\ncavalariça\nphil\nawhile\nrabínicos\ncingia\nsantorum\nespeculando\ndesgovernada\nintimidada\nmaggessi\ndesgovernado\nlanders\nobrigacional\nguingamp\ndesanime\ndesanima\nverificou\ncentaurus\ndavina\ndavino\ndorados\nperiódicamente\nalusiano\nbolger\nclaiton\ntripuladas\ninteragindo\ndraga\ndrago\ndrags\nsn9\nshinto\nsnf\nsnc\nsna\nsnl\nsnj\nsnk\nsni\nsnt\nsnr\nsns\nsnp\ninvocações\nsnz\nleça\nseimei\ncabrita\ngyromitra\nsoulful\nlunch\natolados\ndivehi\nurbanísticas\nyanai\nesquimós\nasno\nlanghoff\nauch\nescrachada\nescrachado\nasna\niminência\narlita\nabordagem\nhotspot\nlaranja\nmacrodrenagem\ngalardões\nmarchasse\njussara\nreavaliar\nvaidades\nlabem\nlabel\nzedequias\nmilland\ntranquilizado\ncafeeira\nmorreram\nabrilada\nunasul\ncitral\no'brien\nmendizabal\npolitécnicos\nparamos\nperverso\npeirópolis\nfacilitou\n≈\ntensei\nnewtons\njerusalem\nritualísticos\nalthorp\nafídeos\npatati\npatata\ncarletti\ncarolíngios\nlubrificantes\npasseio\nfaissal\nantiimperialista\nluer\nglabra\nglabro\ncaminito\npatatá\njacto\nmahabad\nintersticiais\nconjunção\ndecisão\naumentavam\neurocup\nurbana-champaign\nfocinhos\nregistraram\nwataghin\nemagrecimento\ntelhados\nsalernitana\nelster\npinotti\nverdinho\nalgoso\npoésie\nanalisar\nsepúlveda\nbilíngue\nanalisam\npecinhas\nordinariado\nrescisória\nmagdi\nebles\nokhrana\nassos\nribatejana\nribatejano\nguantanamera\nfumavam\nequatória\npressurizada\ndanta\ndante\nadmiraram\ngorada\nmoceanu\nা\nmagisterium\ncativam\ncowles\ncowley\nbackend\nassorted\nhyrum\nの\narquelândia\ngrão-príncipe\ncultivável\nqueimado\npg-99\nadentro\nregistradoras\npente\nfilmaram\nrsfs\npessoalidade\ndonauwörth\nrohan\npethit\nmoscóvia\ntravessuras\nfecharam\nintercelulares\nseveramente\nempurravam\nconjugar\ncompensando\nconjugal\nrio-bahia\northanc\nbiron\ndialga\npreservação\nespancamento\ncomemoraria\nabortado\nsemi-deuses\niwama\ngedeon\niwami\nconvier\nabortada\nfotografaram\nzerby\nwilliamsburg\nl'âme\nverões\nantropomorfos\njussier\njussieu\ndolley\nbraziliense\ndelegar\nraekwon\naliarem\npresenciando\njacobitas\ncançado\nmunteanu\ndesconfiar\ndesconfiam\nguiana\ndedicarem\nprantos\npranto\narquipélagos\nvater\nprodeaf\nkingu\nvatel\nchateou\ngralheira\nredondilha\nfatou\nfatos\nfator\nwestfalia\nscheler\nirregular\nobaluaye\nhubs\ngames\ngoodrich\nincontrolável\ncaldeirão\nogilvie\nregulava\nferimentos\nauxilia\nauxilie\nbanc\nauxilio\naconchegante\ncompositae\nfarrah\nfarrar\nfarras\nauxiliá\ncamata\ndomesticar\ngedeone\nnêustria\nconversado\ncastela-mancha\nsekwana\nmanara\nmuseums\nroteirizada\nllanos\nroteirizado\nsemitons\naxiomáticas\nrespectivos\ntensores\nharland\nexcellent\nreitorado\nfarmville\nulaanbaatar\nescava\ncannstatt\nesterilizar\nnowosądecki\npernada\nsharingan\nazulino\nazulina\nbalder\npoynting\ncomunique\nintencional\nestados\ntotonho\nvianney\nvariabilidade\nnotário\nshigeru\npulchra\nvulcan\nathlético\narnica\ngriggs\nreciclável\ngastrointestinais\nculturas\natendiam\nfermentadas\ntestamentária\ntestamentário\ncutuca\nhmong\nbuergerianum\nalvejado\nenchia\nduvidoso\ntaguatinga\nharmattan\ndebye\nmazloum\nbagshot\nnunchuk\nterminamos\ndesencalhar\nespisódio\ncapitania-geral\ninquietude\ncumprimentado\ntomohiro\nabsorveu\nabsorver\nabsorvem\natléticas\ncelebs\ncelebi\nsistematização\ncentralmente\nshandi\nshandy\ndelicadas\nwizeman\nininteligível\nlegendou\nrelatores\nagroecologia\nbobeira\naguardando\nbasterds\ncredenciadas\nregredindo\nplatform\ninsultar\narianismo\nescribas\ndestacado\nwhiplash\nφ\ndallwitz\nrefeições\naresta\naresti\nconcêntricos\ncontrabandistas\nmoscovici\nelaborou\nboucinhas\nharpago\ncuidadosamente\nfuncho\npanos\nabcaves\njoker\nszymon\ncarimbadas\ncontroladoras\nmeteorológicos\ntōtōmi\nrepensar\ncartman\nbastão\nmonumentalidade\nfinanceiros\nhumoristicamente\nmaliciosas\nperdões\ntower\nsimulator\noriunda\noriundo\ninjunção\nvilarelho\nexcepcional\nassassiná\nfelis\nfeliu\nsocioculturais\nfeliz\nfelix\nantifurto\nfolhagens\ntabalipa\nassassins\ntermômetros\nassassina\nassassino\nfãns\nchapare\nesboçaram\nacena\naceno\nmachuquei\nomnitrix\ngegê\nsimpósio\nmilésimo\nmilésima\nส\nmaitê\ndescolados\npecari\nkakihara\nmequinho\nterrestrial\negmont\nsabine\nsabina\nmaita\nmaite\ncoeficientes\npyrgulopsis\nsanctam\nsanctae\nimazon\nsciencias\nressonante\nchimango\natormentar\natropelados\nturan\nmckinlay\nicário\ncanossa\namontoado\naves\ntungstênio\nbengoechea\ncomburente\noberpullendorf\nluta-livre\nremontar\nremontam\nlegalista\nvisualizá\nsolá\nobstinação\ninexplicado\nsol9\nvisualize\nvisualiza\nsolo\nsubdivididas\nsoli\nsold\nsole\nsola\ncondigna\ncondigno\ncadenciada\npatifes\ndesconhecemos\nclandestinamente\nandiroba\ntolmasquim\nchiques\nmachinery\nhumaine\nrhin\nrosés\nqueda-d'água\natchim\njalles\napama\nmassificada\nstevenage\nbreitling\ninterculturais\nsimonetti\nsimonetta\nencimado\nemaranhados\nencimada\npré-dinástico\nelectrodomésticos\naikman\nzeit\nzein\nzeid\ninternacionalmente\ncompaq\ncompal\nfunkadelic\nmalagueta\nsavanas\nvemaguet\nfrom\nfron\nfrog\nnoblat\nherron\ncorbusier\nestudante\nsul-americana\nsul-americano\nexibirem\nharding\nanania\nszlachetko\nbombeando\nsuperior\nmanhães\ndarcy\nartífices\ntortola\ndarci\npartilhar\npartilhas\nneerlandesa\npartilham\nchaos\noligodendrócitos\nfiliar\nreinventam\nreinventar\n‒\nfiliam\nfilial\ncremerj\npriority\nالدين\nyoder\nforamen\ngarrido\npsicoterapêuticas\npigossi\nimigrado\ndmd\nmobiliários\nguildhall\ncontinência\njanela\napril\ngti\najudasse\ngtk\nanunciação\ngto\ntérbio\ngtx\nollanta\nhocus\ntchetcheno\ntchetchena\nestrela\npythons\njk99\nr.r.\nbabacas\ngrassava\ncomplicava\natuba\nsério\nsérie\nbenite\ntamoios\nbenita\nleptospirose\nmassacraram\netéreas\nauxiliará\nmonopolista\nauxiliary\nhomicídio\nwilma\nrennais\nmetila\nmetilo\nacertarem\nsurpreendê\nressurreição\nofficio\nsapador\njourgensen\ncrossing-over\nsurpreenda\nsurpreende\ntraduzisse\nsurpreendi\nsurpreendo\nshankly\nviciantes\nkazami\nkeeps\ncampeador\nczarismo\ninfluenciarão\nchocado\nchocada\nfinancial\nfinanciam\ninstitución\nfinanciar\nimpério\nxamax\nkellman\nkaname\nativação\nhays\nhaya\nhaye\nhaym\nhieróglifos\nginecológico\nginecológica\nabadiânia\nprofessor\nlps\nprofessou\nlpf\nlpc\nderbyshire\nhungaro\nantimatéria\ncheddar\nrandal\nzapotecas\ntraverse\ntraversi\nacessem\ncaingangues\nbotanische\nnormando\npifou\nnormanda\nnormandy\nsalario\nsimonsen\ngeomorfologia\nreprimia\ntentanto\npassarmos\nreprimir\nassistente\nsintetizar\nsintetizam\ngenevieve\nraposas\nperversamente\nmilhagem\ntulku\nmatsumora\nvectra\ntururu\nmarinadas\nprivilegiava\nanfíbolas\nmonocerotis\ncalmantes\nuto-astecas\nlaplanche\npuxo\npolska\npolski\nfatias\nclevers\naparecimento\npinga\nklondike\npresididos\nottawa\nmodernizaram\ndirected\npatrocínios\nseduzia\nseduziu\nseduzir\nsaarinen\nmister\npuckett\ncontabilizados\ngasosos\neclésias\nestratega\nestratego\naposentação\ndato\ndati\ndate\ndata\nsapadores\nestagflação\nmadjer\nacompanhara\ngroningen\nsuperproduções\nódio\nsuposição\npseudonimo\ngafe\nimpura\nimpuro\npromulga\nbeethoven\nescalpo\ntaquaril\nlocadora\ncastrolanda\nsensibiliza\nmitrídates\ntaku\npanificadoras\ntake\nendurecida\ntaki\ntako\ncompadres\nanónimos\nantecedentes\ncaicó\nsarthe\ncharmed\nrudin\nu-99\nsilencia\nintercolegial\nsilencio\ng.o.\namazônica\nuniversitario\nuniversitaria\nmccain\nuniversíade\nuniversíada\ncombines\ncombined\ncombinei\ncombinem\ninveterado\nexponham\nretardatárias\newbank\nsigurd\nprocesse\nprocessa\nprocesso\nrebuscada\ninfiltradas\nrebuscado\nhamelin\nmandanda\nbeverly\nprocessá\nalbérico\nmosley\nac9\nvicariato\nacc\nacb\naca\nacg\nacf\nace\nacd\naci\nach\nacn\nacm\nacl\nacr\nacp\nmechelen\nact\ndeteve\nskingen\ncontêiner\nhigrófila\nadoptados\ngadelha\neconômico-social\npatenteia\nabastecimentos\nrosalyn\npêgo\nferreira\npuritanismo\nferreiro\nhenneberg\nalvear\nslippery\nrevelador\niglesias\nsaltitando\ncact\ncacs\nresidiram\npérigord\ncaca\nvisão\ncaco\nconvidativas\nmisticamente\nbethania\nparsi\nbrowne\nbrowns\npauciflora\ncacá\npans\npant\nanticlericalismo\ndruso\npang\npane\npano\ndrusa\nabobadado\nabobadada\nsrgb\nauxiliador\nrestringem\nrasgava\nluboš\nconvalescença\ncapo\nagüentou\nnumídia\ncontratadas\nwacław\nreconstruído\nreconstruída\nparthica\noligopólio\nluhanna\ncarcinógeno\nlvmh\npoente\nvermelhidão\nmecklenburg-vorpommern\nchuuk\nsherwood\noccidente\nadoraram\nfritos\nbebia\nwillems\nkronborg\ncranioleuca\nexplicariam\ncervejeiros\nseems\nligando\nfusiforme\nstadio\nmastodonte\nfinalizando\nchicotada\naleppo\nanistiou\ndadaístas\nexalava\naustregésilo\nfaxineiras\nconvicção\ninterregnum\ndebilitar\nmarretas\nniceno-constantinopolitano\nsylviidae\nzelar\nmilagreiro\nneblina\ncalifados\nsousas\naprendendo\nsupervisionando\nkatelyn\ncerveny\nfotorreceptoras\npaulinho\npaulinha\nlogoterapia\nengage\nsira\nsire\nsirk\nsiri\nsiro\nvisitaram\nreinados\nmozelos\ncrespa\nsíntese\nchamberlain\nmobiliado\nmobiliada\ncúcuta\ncuricica\nnanci\nnance\nnancy\nhongren\ngerbase\nmakelele\nhaplóide\nengenhosidade\nvenom\npucrs\nzolder\nmontrouge\nestalos\nestalou\nhidrogénio\nmorteiros\nalho\ninigualáveis\nligadura\nalticola\nsalonen\ncolombianas\nayrshire\nkrasnoiarsk\nasylum\nbourbon\nfarois\ndeidades\npoyart\nedition\natenas-9999\nex-condenado\nencantava\nambientar\nambiental\ncujus\nmontfort\nplacekicker\nempolgadas\nmacintyre\ncanabarro\neletrificados\nzwolle\nfuracões\nbromídrico\nsatisfazerem\nureia\naceitasse\nmusicalidade\nelétrodos\ncompareçam\noedipina\nfinalizado\nmapfre\nholoceno\nsincronização\ngaines\nvivazes\nempurra\nempurre\natuante\nlysa\ncordovil\npávia\nannabella\nannabelle\nّ\nbatistuta\nmacrolídeos\ninsúa\nescorriam\ngeodésico\ngeodésica\ncirculante\ngeomagnética\ngeomagnético\nmimasaka\nrecaíam\nfavelada\ncastanhos\ncolédoco\nmorganti\nneu-ulm\nticl9\nminolta\nbyng\ntarifa\neffendi\nöstra\ngtpase\nbrouwer\ncongressos\nvasopressina\nchirac\nindependentismo\nginásios\ncontroversos\nhearse\nhearst\nsapo-cururu\nhawes\nlexie\nautoconfiante\nemparelhamento\nnarradores\nfeffer\npredecessor\nrelocalização\nvympel\nfrequência\nenxaqueca\nacelerômetro\neuropéia\nnagóia\nandreza\nmeta-humanos\nvice-premiê\nneurônio\néclair\ndhaka\nmalditas\ncondimento\ngotardo\ngiobbi\nbracciano\nmónica\ncolbie\nmortadela\nundiscovered\nluteranas\nescorado\nescorada\nencoder\nmorrerão\nterraplanagens\nl'aquila\nshojo\nermida\nmandelli\nwielkopolski\nincomparavelmente\nbrometos\nreplicadores\naperte\naperta\naperto\ninfluenciavam\nbraconidae\ntrias\ntrial\napertá\ntriad\nzelando\nlóide\ntourada\ntnbc\ninquebráveis\nnesquim\nchioro\ncarreria\nosborne\npaparicou\nlittlefoot\nrodízios\nreploid\ncitar\ncitas\nnathanson\ncitam\nspace\nkatsuyori\ncatabolismo\nimportadas\nintegrais\nshibitos\nvarejão\ndescolorante\nramanujan\nripsális\nmetáforas\nexplicasse\négica\nsavicevic\nsforza\noxnard\ndangers\nwounds\ncódigo\nconvidasse\nfragmentou\nfragmentos\ndupla\nbettany\nduplo\nmonogâmicos\nedema\nsportiv\nsportif\nesmeraldina\nrickettsii\nrodham\ncogumelo\ndornellas\ncaçarolas\nsepulcro\nanalisasse\ntartessos\nconformando\nefusivamente\ntippeligaen\nventre\ngranadinos\nperfurou\nblanche\nsatisfaz\nprofessoras\nbolchevismo\nprofessoral\nc-h\ndrum'n'bass\nc-c\nresponsabilizando\nc-9\npositrões\nclaudicação\nparalímpica\nparalímpico\npuntiformes\ncelina\nceline\noficial-general\nazuay\nconstatarem\nrótulo9\nrótulos\npossibilitassem\ntoscas\ngiulietta\npum\npun\npuk\npuf\npug\npua\npuc\npuy\nput\npup\npur\npus\nextratropical\nhomenzinhos\ncapirossi\nxacriabás\ndeplorável\nfulni-ô\nwasserman\ntraficar\ncôco\ndramatica\nlauryn\ncoabitação\nrefrescando\nengula\nterminator\nd'arcy\nd'arco\nfafá\njewett\ninterfaces\nmustang\nmudejar\nxás\nsiracusanos\nilegitimidade\nlocalização\nrastislav\narruamentos\namputar\nhauptmann\nprésent\npenachos\ninjúria\ncontraproducente\nrecuperara\nsimulcast\ndelaroli\nkokiri\nautobots\nrecuperará\ntaxman\ncloud\nredimensionado\ntonsurado\natlânticas\nmentes\nrondavam\noscilavam\nobject-oriented\nobelix\n9:9\nmainel\nauta\nauto\nniteroi\ncertidões\nzygophyllaceae\ncrestuma\nosona\npré-gravados\nsaburo\nquindío\nfitofisionomia\nparkes\nparker\nchissano\nconsistórios\nmezzosoprano\nnutritivos\npeixes-gato\nsuados\nvice-capitão\nus-acan\nremovida\nremovido\nfebrônio\namorfa\namorfo\ntzintzuntzan\nmuritiba\nafogados\nsuster\nnetanyahu\nbrunch\nsadamoto\nroldão\nzerbini\nisca\nisco\nulbricht\nalcóolica\nfata\nfate\nfati\nfath\nfato\nfats\nfatu\ninsurreição\nassaltantes\nnavega\nmechanics\nvôlei\nbroncho\nlaterano\npiruetas\nsperafico\nfrontaria\nberinjela\nefigénia\nprobabilística\ncaríssimo\ncaríssima\npós-luta\nmetanfetamina\npalavrões\npyongyang\nculver\ncartaz\ngive\nalizarina\nbraido\nimpelidos\ntrøndelag\ndiscotecas\nvendidos\ngazzola\nkaifeng\ntaiguara\nalmejados\nlasombra\npostulados\npsicoacústica\nestoico\nupanixades\nestoica\ndiariamente\nterritorialidade\ntilapia\nhogwood\nrasas\npistons\nphilosophiae\nempenharem\nconvulsivo\ntronou\nanti-comunista\nrevelavam\ncujávia-pomerânia\nstinger\nreelaboração\nszczecin\nlugones\nconsiderando\nmodeling\njuarez\ndesumana\nrepudiamos\nreferentes\npavlovsk\noriginando\nfacto\nmercianos\nfacts\nmandume\nmocenigo\nubiratan\ndietas\nmigraram\nmartelar\nestocada\nunsc\nisolava\nfireworks\nsapphire\ndescomunal\nnaftaleno\nkalaphangko\nsticks\nsticky\nb-boys\nfacilitam\nliaquat\ncentro-africana\ninegi\nmarcilio\nassumo\nassumi\nassume\nassuma\ncapgemini\nvillosus\ninformatica\nex-governadores\nespelhar\nlinhagem\nradiofarol\ncabala\numarizal\nbovidae\ntrasladar\nakihiro\naurum\npenagate\npini\npino\npina\nbassline\npine\npins\npint\njellicoe\nimmer\nhomónimo\nhachikō\nakatsuki\nrecuperáveis\nyared\nyaren\nlindóia\nkalou\nconvexos\nnazismo\nkalinga\nocupa\nocupe\nocupo\nzenóbia\nzenóbio\nocupá\nrainha-mãe\nonze\nincorrendo\npromotora\nverona\nsuperfaturar\nmassacres\nfenol\nelida\neternos\njaguaruna\ncentríolos\ngooding\narvore\nfontanário\noddworld\nsobrenome\nespinotalâmico\ncultivado\ncultivada\nschendel\nbajuladores\nfixá\nzildjian\nengajam\npós-operatórias\napoiadores\ndiárias\njuromenha\nferrarias\nstrawberry\nparanaense\nparaibuna\nemplacado\nsarinho\nliar\neurochart\nlian\nliao\nliam\nliah\nimma\ncolónia\nqwark\nfuzis\nexplorados\ndeterminados\nverde-limão\nlucknow\nimoralidade\ntransit\nimaginarium\nlibertina\nlibertino\nveltman\nmeriva\nreichstul\ntonbridge\npostimees\ncopene\nnovatas\nouidah\ncalcâneo\nbenimaru\nsedimentação\nhohenschwangau\ndisponibilizou\nveiculares\nbullies\nasneira\nreaparecido\nexibirão\nmahall\nsalun\nsalum\nsalud\nsalut\nambulâncias\ntendem\ntender\ntendes\ntendeu\notamendi\ncontribuirá\nguaianás\nsa-nur\nmegadeth\naquatica\nvaults\nschäfer\nconvair\ncompensatórias\nisland\nadvertidos\nmorrow\nmorros\npropensas\nirradiações\nmilhafre\nlancelote\nambrose\npertinência\narmadura\nlitúrgicos\nholkham\nmks\nmalvasia\nblige\nfrontão\nmk9\natacadas\nconta-petróleo\nsirkis\nemanciparam\nkretschmer\nsudam\natestava\ndigitando\nsobrevoado\nharley-davidson\ncanalizada\ncoxsone\ndesmarcado\nendian\nrosaceae\ncoleóptero\naparecesse\npositivistas\nimperium\ndemandado\nzelotes\ndemandada\nimperius\nacres\nvelikiy\njean-charles\nbarbosa\nvideoarte\nbuzzati\nodiava\ncariogamia\nenviesado\nmoscovita\nenviesada\nretardo\nretarda\nassimilando\nprovava\nexaltou\ngroße\nshrapnel\nfeniano\ndedicavam\nalíquota\nmiafisita\ngogue\nleónidas\nl'armée\n__math__\nglicosaminoglicanos\ndigerido\ndigerida\nandreassen\ntripulações\nhesketh\npártia\nstilton\nclados\nhipotecários\niridologia\npurana\ncantasse\ndestacada\ncalculavam\ngranulada\nbradou\nbrados\nfarney\ndubladora\nobservada\nobservado\nredesignação\nbatuques\ncimalha\npride\ntoxidade\nleiostyla\nguaiaquil\nmcewen\nverdura\ntouchdowns\ndiletantismo\nmaiko\nembelezamento\nakhenaton\nrizzini\nseamus\nterminassem\nforão\npré-escolares\nroost\neffie\nmissoula\npmesp\ncowell\nresfriamento\ntanpopo\nclassificou\nceleiros\nestatismo\nrockit\nrockin\nprofetizou\ncravos\ncravou\ncocobambu\nenquadravam\noseary\nscincidae\nmegaloja\nreorganiza\neclodindo\npresidencial\nrimos\nexaminador\nacedidos\ndementes\npachequinho\ndubuffet\ncaramelizada\nestabilizante\nvioleta\ntaís\nnuoro\ndesenterrados\nagripina\napara\nveterinários\nellroy\ntiamina\napart\nmexia\nreticulares\nbombig\nlavavam\nśląski\nnumância\nmonásticos\npopulistas\nautocrítica\ncongregações\nfrancamente\nantiplanes\nnhonho\nmagnifico\nmagnifica\nmáculas\nbrega\ncampari\ninterferometria\nerguera\ndebayle\nfusari\nconstitution\nmccluskey\nschon\nresistindo\nquitação\netruscas\nsemana\ncelano\ndólmen\ncriteria\ndireitinho\ndepreciativas\nmanchus\nclatratos\nesporângio\nhampson\nencostas\nникола\npassal\npassam\naproveitá\npassai\npassat\npassau\npassas\nbatizada\nrealism\nsuplantando\nbubu\naproveite\naproveita\naproveito\ngentrificação\nbubi\nsarapuí\nmillions\ngueiros\ntuaregue\nmcbride\nlanchonete\naina\njainistas\ntailor\nsidonista\naruanã\nأحمد\nhabitações\npícaro\npícara\nreformadas\nacomodou\nattenborough\nobjectivos\npengiran\nvilela\nprayer\nempatado\nempatada\ndelevigne\nswingin\nrivolta\nharrison\nviswanathan\ncoaxial\noù\no.\no9\noo\non\nom\nok\noj\noi\noh\nhamauzu\nof\noe\nod\noc\nob\noa\nmergulhadores\noy\nox\now\nov\nou\not\nos\noq\nop\nlaurentiis\nschramm\ncomeçando\nconcluíssem\nsperandio\nminchá\ncutervo\ndreadnought\npressionaram\nmauchly\nvaza-barris\nbolão\nwoman\nolivença\nbombinhas\nestupro\nestupra\npascha\ndeeply\nblastocisto\nestuprá\ncomedimento\nhayworth\ntexte\ntexto\ntexts\nconvertera\nconverterá\napatia\ncristalizou\nencarregou\nicaraí\nprévost\nreapareceria\nicteridae\nbaptistério\nconcebidos\ntintas\ndzong\nabominam\nvitoriosos\ninvadira\nagruras\nsiler\nsiles\nsilex\nrequintes\ntokarev\nbotando\nchairman\nexercerão\nmirou\nahrons\nmiron\nmelodi\nencetada\nmelody\nencetado\ncayetano\ncarlotta\nintelli\nalgonquinas\ndayse\nenfeites\nbilheteira\ngirino\nbotes\ntransferindo\nattilio\nabert\nex-santista\nentorpecentes\ndepositam\ncompetitivo\ncompetitiva\ncompetitive\ndepositar\nvirgata\nivanovitch\ncobrirá\nfucking\nlevi-strauss\noscilado\ncometesse\ndeclividades\nambiguidade\ntendenciosas\nbiga\nbálticas\ndesvincula\nantiterroristas\ngastrópode\nwarning\nsobreveio\nsligo\nannemarie\nincome\nthornalley\ntrastes\ncamisas\nplasmina\ngostávamos\nanglia\nanglin\nelectron\nortolani\nbryant\nmiaka\npiedra\nobtidas\nmeio-campo\narsamene\nzahir\ngabras\nconstrutível\nambição\nestendido\nestendida\nmidgard\nnostalgia\nremasterizações\nzombavam\nconcedia\nreestruturados\ndehradun\ncomprei\ncomprem\nvannes\nintegralismo\nyohan\nconfigurando\npinhalzinho\ncomparado\ngoriot\ncomparada\naayla\nafazeres\nt.j.\noutorgada\nfilmei\nconseguiram\naristata\nandrew's\nrejeitaram\nsymmes\nalfanumérico\ncairns\nanormalidades\ntranslúcido\nepigenética\ntranslúcida\navô\navó\navé\nholvorcem\njaden\njadel\nagrônomos\njader\ntiara\navv\navp\navs\navl\navn\navo\navi\nave\navg\nava\navc\nschilz\nliebig\nraipur\nestibordo\ncágado\nsandjak\ngrowth\npedofilia\ntelecentro\nprojécteis\npregadas\nrete\nsaddle\nsymbólica\nvirtuosística\nmaginot\nlaemmle\nblissett\nbrônquica\nangulata\ncallie\nsaskatchewan\ncallis\nbitstream\nesquife\ncompoem\nnitiren\ndacca\ntarsonis\nmicose\nenfiamento\nradiofônicos\nmatriculadas\nostinato\nantecede\ncouvert\njanata\nisotrópica\nisotrópico\ntypes\ninvulgar\nvicio\nvicia\nretê\ninfestar\ninfestam\nrini\nsdcd\nincerta\nincerto\nbauhin\nordway\nquios\ngalant\netihad\nrenovações\nzubin\ndisseminou\nraikage\nfe-9s\nblecautes\nnítido\nnítida\nforçava\nhokuriku\npriorizadas\nimaginasse\nposicioná\nbetas\nbetar\ndevolvida\ntholen\ntotalizou\nposiciona\nposicione\ntucupi\ncustóias\ndestacam\ndestacar\ncatando\npólis\npólio\nvlorë\narrecadou\nordoviciana\nordoviciano\nconsultants\nkaguya\n‏\npoliorcetes\nvisitados\ngoffi\nrúbia\nlícito\ndesenvolvimentistas\nbéjart\nsiga\nsigo\nsign\nturgut\nkadampa\nmaringaense\ndubreuil\npropensa\npropenso\nchimbinha\nw.a.s.p.\nsaneamento\nwicker\novidio\nsmtt\nexactas\nwicked\nsub-tropical\nfinasa\nenriqueta\nalargando\nampliá\ncorográfico\naviados\ncartismo\npeneirar\nmueller\nhonorário\nhonorária\ngunnison\nadélia\ngeza\nterreirão\nmertens\nacirramento\nbotequins\ndespenser\nníjni\nlapidação\ndirecção-geral\nsadek\ninsígnias\ncomillas\ncrioulos\ncanhoteiro\ntega\nmoana\ndōjinshi\namplie\nmarchionne\nbivalente\nmarchionni\nprototype\nreflex\ncrescidos\nmiríades\naluminium\ntampão\npipocaram\nencartado\nportentoso\nportentosa\nfanáticos\nthrashcore\nnyctaginaceae\nlockyer\nperpetuação\ninferiore\nregis\nafirmaria\nregia\nsaxe-eisenach\nitiberê\npaises\nluigi\nentalhada\nentalhado\nriiko\nemacs\ndiretores\nsemnopithecus\ngrundig\nemissor\ngaertner\ncroke\nlactâncio\ndescentralizou\nsnitch\noito\nschaueria\noita\nnihilanth\npredeterminadas\natlanta-99\nefectivamente\nvaporização\nxou\nxor\nscud\ncuarón\nsubscreve\nacarretaram\nlagwagon\nmau-caráter\nagrabah\ncompulsórias\ntexarkana\napegam\nschwarzer\napegar\nmanilhas\nvendendo\nmademoiselle\nmoussa\ndesacoplou\ntapados\nclarividência\nmössbauer\ndoses\nagitar\nagitam\nparseval\nstryder\ngramíneas\nostrowski\npenedos\nsontag\njacinta\nvariantes\njacinto\ndiretas-já\npraticaram\noldemar\nminidisc\nestivéssemos\nkokolo\ntoons\noterma\nutilizada\npós-ditadura\ndesdobrando\ninstintiva\ncapitular\ninstintivo\nrepresentativa\nrepresentative\nrepresentativo\ndisparasse\nemulado\nalert\nalerj\nnormale\n≥\ntheatres\nresgatarem\nbíblicos\ncastigo\ncastiga\nacerca\nskateboards\ndezessete\nvoar\ncastigá\nrovílson\nodor\nodom\nodon\nvoam\nxênia\nacianthinae\nbarueri\nstart-up\nespeculada\neuropeia\nespeculado\npenhora\nsecundaria\ncosmogênese\nmiriocéfalo\npoitier\nensinamento\nfilhão\nmasculinidade\nmorse\nmorsi\ndelors\namorosamente\ninnocence\nppps\ndisponiveis\nmaronita\nleme\nlema\ncrandall\nmarrom\nmarron\nunifei\nmarrow\nkassandra\nantífona\nkornilov\nlusos\nespontaneidade\ntelecinéticos\nskelton\nponha\ncavalariças\navifauna\nfarnesina\nsquillace\ncartão\ndagenham\nmoçambicanas\nrjx\npolicromados\ndesalojadas\nbriquetes\nodone\nmonteros\ninagaki\ntri-campeão\nfurka\ncortejar\njogaram\nastrofísica\nkaganovich\nlaugier\nal-jazeera\nfortíssimo\nfortíssima\nvendavais\ndelinqüentes\napodrecendo\nsalário-família\ndesenterrado\ndesenterrada\ncinfães\nturnverein\nwoohoo\naqualad\ngiberelinas\nlarval\ncompletassem\nlidas\nlidar\nlidam\nlarvar\npaulatina\nhashaná\nsemanalmente\ncontributo\ndisse\ndisso\nrabínico\nrabínica\narruamento\nquicar\ncessar-fogo\nmotoneta\nhoussay\ncwc\nintangibilidade\nvedetas\nsírius\nconstruísse\npalmarés\nvasil\ndenunciados\nexibe\nexiba\nexibi\nestancia\nfechariam\nneo-nazistas\nracemo\nmechas\nnombre\nhorror\ndébitos\nednardo\nxenófobos\nversus\nchérie\nlixeira\nlixeiro\nturboélices\nroxy\nroxx\nroxo\nroxa\ncanavieiras\nbernícia\nadenoma\nsueste\ntenças\nhabitou\ndirecionais\nblackberry\naugsburg\nmikado\narrastados\nastaire\ncorredor\ndiabético\nrasheed\ncontrabandeado\ncontrabandeada\nconsensos\ncomminges\natingissem\naçúcares\ndytiscidae\nocculta\nilhados\nchoupana\nblogues\nmarítimo\nmarítima\nbôas\nescapulário\nrabicó\nestrelando\ncoação\ngeffen\nparte\nbalneária\nbalneário\ngrega\ngregg\ngrego\njanelão\nrefletisse\npadawans\nproduzidos\nremetem\nremeter\ndumitrescu\ninsuficiência\nencorajando\nezra\nezri\nbotafoguense\nrosa-cruz\nrodeios\ndifunde\nantipartícula\nprimrose\nlashley\ntamareiras\ntrentinos\ncomparecerá\nlubitsch\nlluvia\nenomau\niwasaki\nreivindicada\nreivindicado\nyupik\nlião\ninsider\ndedimar\ntrna\ntails\nlineage\ntetsuya\nnupe\nconquistarem\nbarat\naxioma\nbarak\nbaran\nacademicismo\ncomelli\nleptotes\nascoli\ninsite\nmecanismos\nd'etat\nexagerada\nexagerado\nbusseto\nforever\ncarregador\ncarregados\nbubsy\ntelomerase\ncontribuindo\nyelena\n999.999,9\nlegia\nrobério\narundel\neis\neir\neiu\nmalaiala\neia\nsobressaíam\neib\neid\neig\ncavalares\nnahla\npastas\npastar\npastam\nblackmore\ndisformes\nvaluable\nmendonça\nrasuras\ntrezentas\nzigbee\ntendão\njanuzzi\nviram\nviral\nvirar\nrodolfo\nquantifica\nlucchesi\nlucchese\nkmart\nforram\noscip\nforrar\nsalientado\ncaltech\nbrigava\nbelmiro\nbelmira\npsicotrópicas\nrezaram\ncameros\npropensão\ncameron\nrenunciava\nesterházy\nbenning\nusualmente\npaice\npaich\nandifes\npaicv\nmargiela\ntoya\ntoyo\nrugova\ntoys\npenalidades\nmounted\nfrontes\nbarbus\nmaximizam\nmaximizar\nmofar\nmofaz\ntristão\nguarnieri\nqueixa-crime\notman\nprescindindo\neletrofílica\npeleliu\nlimassol\nctbc\namarrou\ngalil\ngalib\nchipmunk\nsousense\nhipotecária\nibaté\nduncan\npolíticamente\npenteie\nlamarca\nlamarck\nconstellation\nsubprocurador\ninchados\ngachot\ncapella\ncapelli\ncapello\nurbanizadora\nrecifense\nalesha\nopcionalmente\npistão\naaltonen\ndisruptiva\nbromo\nglitter\nheliosfera\ngaroupa\nsobreloja\nassessorando\nsubpopulação\nwhitten\nnortearam\nsanada\ndevanágari\nsanado\nsienesa\nkanter\nsuprematismo\nguaraní\nguaraná\nplanaltos\nencontramo\ncruzamos\ngecko\nrebocados\nlongevos\nsintase\nguarani\nguarany\nzidovudina\nincentivamos\nziegfeld\nbournemouth\ndesambiguação\ntransumância\nmengelberg\nqr99\nyrjö\nlochte\nschwitters\nchutada\nchutado\nciliados\nstarted\nresponsabilizada\nperderam\nstarter\nagrobusiness\ngosto\ngoste\ngosta\nyoshinaka\nmisericórdias\nlinzmeyer\npreparatória\npreparatório\nheidelberger\ndebilitantes\nceylon\njean-claude\npadaratz\nmanagement\nitororó\nsubsedes\npirarara\nmurderdolls\nfebril\nsatirizou\nsaunière\njazadji\npasso\nviolou\npassa\nforez\nfores\nforem\nforel\nbeaumont\nss-99\npassé\nansiada\npassá\ngôndolas\ncaliban\nabernethy\nnababo\noutsiders\npembrokeshire\nbrincamos\ndesobedecido\nlucado\ntomado\ntomada\nwestphalen\nmotivá\nping-pong\nchosun\nmitre\nmitra\nfinnegan\nrajput\nintegrante\nconectavam\npresiganga\nmotive\nmotiva\nmotivo\nexpoflora\nemuladores\nberrio\nheidekreis\nsustentados\nsustentador\nyohé\nclimatizadas\nconvecção\nhortas\nagregação\nengelbert\nkrasnaya\npurgatório\níndigena\nrústicas\nhomónimos\nfundidas\nanátemas\nnotificadas\nconduza\norizaba\nsnowden\ncasares\nvestiários\nhansen\nröhnelt\nszeged\nadentrarem\nfilipópolis\nsquibb\nanti-intelectualismo\ndesmoralizadas\nguiões\nrabinovitch\npallidum\nelegerem\nbrynhildr\npallidus\ngiambologna\nsalvati\ntrafico\ntimberlake\nembrafilme\nespessos\nmicroesferas\nvillahermosa\nsecos\nsecou\nsecon\nsecom\nsalônica\nstakeholder\nerdogan\nbrevifolia\nbuchenavia\ntrasladação\ncatenárias\ncarlota\nesfarrapada\nfator-chave\ndisponibilizadas\npseudomonarchia\nbigamia\nlaicismo\nclichê\ncliché\ntheatrical\ncatalisador\nhabilitam\nacademias\nhabilitar\nclichy\nanestesia\nsub-bacias\nkudri\nlealdade\nmetropolitana\nmetropolitano\nzhong\naposição\nseleccionadas\ngelseminum\nandahuaylas\nternários\nyanukovytch\nsintetizador\nsintetizados\nexemplificam\nexemplificar\ndylon\nnidwald\naceraceae\nmidrash\nfeijões\ncomecei\ncomecem\npandeiro\nraccoon\noitavos-de-final\nvestíbulo\npernoita\npernoite\nmankind\nalphaville\nimpostora\ndigestório\nbenjamin\nwrexham\ninfluenciador\ninfluenciados\nmaquinalmente\nabafado\ntumulares\ncamelos\ndividiriam\nmoendas\nlustosa\ncollodi\nunisul\nogura\norientadora\nmidtown\ndugan\nbosísio\nt-bag\nchișinău\ndesenvolvedora\nshop\nshor\nshot\nshow\ncolumbofilia\nshoe\nlysias\npsicólogos\nreservava\nabberline\nconsubstancia\ndehaven\ndiamonds\nmeretriz\nquadri\nquadro\nquadra\nrepassou\nintermédios\nsensible\nal-nasr\nsantificada\nsantificado\ncidasan\npbcl9\nfreguesia\nenfrentamentos\nempreiteiras\nkaan\nkaas\nangariação\nincinerados\nincinerador\ncarmona\nryukyu\ncarmont\nrambova\nintercalados\nfringe\nconstituidos\ndependesse\nmeireles\nafunilando\nprism\nprisa\nmagonistas\nfy99\nverdugo\nexpiatórios\nunciais\nd'ajuda\ncanoa\ntwa\ntwh\ntwo\ntwr\napalaçada\nmicrofilárias\ncanos\nálava\n!\nfarias\nbks\nvertebrais\nreprodutivo\nreprodutiva\nschaffhausen\ndissertações\nrogues\nexortaram\nredone\nsilábicos\nafram\nenfiado\npreparara\nfrisco\nfrisch\nfranquin\nafundasse\nsahir\nfranquia\nsahib\nludus\nagro-indústria\ncaquetá\nguernica\nganhador\nganhados\nconfederações\ncanadas\nbraşov\nadmirável\nkalman\nkalmar\nsub-regiões\norelhinha\nclínicos\nx99999\nestampavam\ngenk\nchickamauga\npresépio\ndoran\ndisciplina\nimersa\nimerso\ndivertidíssimo\nunimar\nhristo\nenfáticas\ncalorosamente\nfábulas\npredam\njandira\nbagratuni\nlouva\naproximados\nfilipino-americana\nsofisticados\njohnsons\nantologias\nkruel\nmeleiro\ndiríamos\nperturbe\ncornucópia\numbelina\numbelino\npaddle\ndwan\ns.a.r.\nklosterneuburg\nforest\nconflui\nmclachlan\noggi\ndönme\ndrácula\nfúcsia\nmaurya\nforças-tarefa\nlaramie\nfraudados\nfraudador\neu99\noftalmológicas\ndnas\nmeteoritos\nperturbá\ncoronation\nfetichista\nxintoístas\ntrombo\ntromba\npremeditação\nvalham\ncomplexidade\nradiotelescópio\ngolegã\nsubstituido\nsubstituida\npattern\nccr9\nraffo\nraffa\nreencarnações\ncurtain\nhyacinth\ndesordeiro\neugenio\neugenia\neugenie\nmonoposto\npecados\npecador\naproximante\nbombardeando\nléguas\nultra-romantismo\nmonogramas\npregava\nvalidez\nauthority\nbetão\ngrandella\nsorín\ndesintoxicação\ngoyri\nifbb\nifba\nbulgarelli\nmagón\nprosseguiu\nprosseguir\ndepararam\nergódica\nprosseguia\nsistematizado\nsanetomo\nzofia\nconsumada\ncauso\nexécito\ndetalhe\ndetalha\nfabulous\nlamentam\nsheppard\ncomique\nlamentar\nparlamento\njulio\njulii\njulie\njulia\njulis\nmuquém\nubaldo\nboutonnat\nagridoce\njulià\nreagirem\nquantidade\nabsteve\nrolex\nmielopatia\nkristiansen\ndenúncias\npetrolina\nsócios-torcedores\nverrier\nabracadabra\nfenóis\njean-marc\nphilosophie\nsemba\nprovas\nrepudiam\nmirta\nmirto\nconstruirá\nemancipacionistas\ntorpedeado\nprolongamento\npineapple\nlicenciamentos\nlamanitas\ncórsega\npavão-pavãozinho\nsprite\nopice\nspritz\nhalal\n-as\ntulagi\nmillie\nportar\nportas\nportal\nportam\nbrincalhona\nfeitio\nnovoa\nbatedeira\nalckmin\nautómato\nflaps\ninterligados\nvíndice\nkujo\nvengeance\nductos\ndisneytoon\nmacururé\nreorganizadas\ndissipada\nepsilon\ndissipado\ngelechiidae\nvenevisión\nmarquises\nincompletas\nintituladas\nyacht\nazaria\nsapatinhos\nphillip\nirreverência\nelroy\nlançadora\nap-9\nlombroso\nvulgaris\nhiponatremia\nextractos\nludacris\nextinguem\nronde\nrondo\ntangos\ndetergentes\ninfrutiferamente\nlonely\nvagem\nschroder\nanalice\nrondó\nsoundtrack\ncalabrês\nbóreas\nex-segurança\nconquistem\nconquistei\nemigrara\nbiff\ndiscordaram\ninka\npártenon\ntombini\npolicromos\ninteiro\nhustler\nvigilância\nsubdesenvolvimento\noued\ncandeias\nmicroprocessador\ndesfeitas\nacedia\ncafeteira\nentrevistar\naquartelamento\nhalfway\nsonoma\nkills\nkilly\nkilla\napaches\nsanity\nguarino\nguarini\ndatáveis\nmarraquexe\nnamoravam\nconcursos\npiranji\nsediará\ngabas\nberggren\ngabaa\ndiária\ndiário\nverticilos\nazedinha\nfrate\nfrati\nbósnios\n9,999999\nespelhada\nsimony\ndiabolus\nv\nsimoni\naraçoiaba\nessence\nintergangue\nmeadas\nía\npatogenicidade\nnicotine\nnicotina\ngalactose\nusda\nfreixos\ndiller\nzanjan\nmikael\nyingluck\nllewelyn\ncúspides\naime\norkney\ndisputamos\ndeslocação\ntessin\nreorganização\nconcretizasse\ndeciciu\ngalanteador\nlegitimista\naerodramus\ncurte\ncurta\ncurto\ncurti\nskálholt\nclodovil\nmensurada\nmensurado\nkrugli\nlingotamento\ndiscricionariedade\ncansando\ncbbc\ntussauds\nrefugiou\nwhitehead\nmirins\naírton\nlucania\nvingaram\nloss\nbarbarismo\ngarapa\nfendas\ncontribuirão\nxsd\naracoiaba\ngamma\nsamnítico\nsofrerá\nhighlight\nremontagem\namonasro\nlâmpada\nsofrera\nd.r.\nwrestle\nítalo-etíope\nteclista\nhomem-areia\nsafados\noverman\nalbon\nbadejo\ndecrescer\nfranco-suíça\nmccoy\nerika\nportaluppi\ninstando\nchedid\nfretamentos\ncontroladoria\ngeol\ntalleyrand\ncisticercose\nguanambi\ndestroçar\nramificam\ncolumbófila\nramificar\nencerramento\nloteria\nsolando\nmiudinho\nedinger\naugúrios\nbronca\nbronco\nwenlock\nderrocada\ncalamintha\ndisponibilizava\npronação\nmetelo\nmazzacane\npapéis\ndesprezo\ndespreza\ntransmembrana\ndesprezá\nkhrushchev\nstarbuck\naquênios\ntreehouse\nquestionarem\nemprestasse\nalcalóides\nfraudes\nfurtaram\nl'arc\npasseatas\nsaint-just\nmetilação\npínus\namilton\nchilders\notimistas\nxtc\nbacon\nplagiolepis\nneo-confucionismo\ntop-ten\nemolduram\ngranulometria\nvasculhou\ndemocratic\ncúbito\nsayad\nconformacional\npasseridae\nbingos\ndispêndios\nlenate\ncibercultura\nlorch\nlorca\nfrancófona\nexpositoras\nfrancófono\nconciliou\nklose\nkloss\nantropologista\nincompleta\ncarmelita\neternidade\namotinado\ndesviam\ncetra\ndigamos\ncetro\ntransatlântica\ntransatlântico\nsueca\nsueco\ndestruidor\nbarça\ngordinhos\nmetalizada\nforoneu\nuttar\nseiken\nquebequense\nalega\ngerhart\nstarstruck\ngerhard\nrepassados\ncelebrizou\ngamespy\npulchella\nmodificava\nbolada\npavimentado\npavimentada\nescamados\nvaldivia\nlutamos\nlobista\nneologismos\nexcluíam\nulala\ndesanimaram\nexpelida\nexpelido\nengates\ntassadar\nchacabuco\ninterditados\nrayner\nmicah\nparipe\nmarrone\narroyos\nargentinas\nnetflix\nconformação\nlogon\nvepes\nvirilidade\naviário\nsuch\nsuck\nsuco\naporum\nmerino\nteatrinho\namaretto\nreprocessamento\nfrancistown\ngarrafas\nrieti\nwärtsilä\ncoteminas\npercoidei\nexcess\nbatesse\ntristes\ndualidade\ncerceando\nportogruaro\ndominem\nchōshū\nsertãozinho\nmisturavam\nmundialito\nsardinhas\ncomorbidade\ncharanga\nrevertê\nlimitação\nfichado\ncontra-espionagem\ndesmarest\nhemofílico\nbocal\nlammy\nreverta\nreverte\npasmaceira\npsychopsis\nriser\nminiopterus\ntuff\ntsunami\nentalado\njacksons\nteísta\naiatolás\ndecepcionantes\nestreitos\ntemporalidade\npistas\ntrancaram\nbrisas\ndeflagraram\ncesárea\nproporcione\npinchas\nschltr\nrevelações\noerstedii\nbarrosa\nbarroso\nlirio\nantipirataria\nmurkowski\nbridgestone\nloureiro\nngungunhane\nsimão\nsocias\nsocial\njanna\njanne\nbindusara\ncherubini\nexpedições\nvan\nsnowball\nanti-inflamatórias\ncoletavam\napreciado\nourique\nacautelar\nberemiz\nalcalóide\nrevisar\ncompotas\nrevisam\ntamotsu\ndesabitados\noitavas-de-final\nibotirama\ndisque\nkershaw\nvergonhosas\nretas\ncifrados\nretal\nsonhei\ndescortinar\nadministravam\ngiovannini\nescapavam\nitaquaquecetuba\ngaiman\ncuidavam\nafeiçoando\nfilmografia\nalderaan\ninspirado\ninspirada\nantrópicos\ne-mails\nengoliu\nwatson-watt\nengolir\ndemirel\nserranos\ndesportistas\nsensibilizou\ndolinas\nvênera\ncovinhas\nayodhya\nsolenemente\nrecidivas\noctave\nabsurdettes\nlennie\nlépton\nszondi\nsendak\nsendai\nvisiveis\nbernburg\nnícolas\nfartar\nfartas\nbronzear\nmittleres\ndistraidamente\nrodamina\ntenacidade\nfotometria\ntransmissão\nhaven\nhavel\naparecessem\npregam\nousados\npregas\npregar\nichi\nânsia\nbole-bole\ntrancas\nmultinacional\ncandelabros\nartificial\ndesnecessárias\nmarkowitz\ncompraria\neté\npara-sar\netr\nets\nett\netu\npré-selecionadas\netb\neta\nete\neth\neto\netl\nsubstituidas\narruaça\nvaidosas\npixies\nraison\nyuppie\nblitze\nbióloga\nconvergiam\nbiólogo\nempregaria\nguina\naquosas\nalmonda\nguiné\nfustat\nfustas\ndoem\ndoeu\ncuscuz\ndonald's\naugustenborg\ntoller\nhirahara\nmesa-tenista\ndofus\nexigentes\nterráqueo\naccionistas\nabderramão\nkirkwood\nreavalia\nreavalie\ndivertiu\ndivertir\nsolistas\ndivertia\nalgemado\nalgemada\ncourrier\nguaporé\nassumirem\ntolo\ntoll\ntola\ntold\nmeditações\ntranserp\ngostassem\nword\nwore\nworf\nwork\nworm\nchimarruts\ncontratá\nouroana\npenitência\nápio\nparish\nmuffin\nshangri-la\ndescontrole\ndescontrola\nhigashiyama\ngravadoras\ń\nshangri-lá\nmonteith\nfeneri\nkhimki\nestás\ncambé\ntoronto\nforensic\nprovia\nreduzida\nprovir\nbergamasco\nentreeixos\ncircles\neclesiásticas\nphase\nyuia\ngideon\nlalola\n9-9-9999\naustronésios\ndivinatórios\npermitam\ncaneças\njanete\nestraga\nestrago\npandiá\nmedicações\nintimamente\nafastados\ndesembargador\ncorassani\ntumbas\nfurão\nmoliterno\nredescobrimento\nutilitarista\nencontrava\npalco\nbiografado\ncleburne\ninquietante\npresentemente\nvotarão\ntroupe\nalentejana\nalentejano\nmatrox\nasís\nabdon\nbirkenhead\nchott\nassistance\nchota\nnasri\ngarofalo\nconterrânea\nconterrâneo\nrelatava\narisa\ncoronário\nartisan\ncolhia\nmaquina\nkawall\nnematoda\nzerão\nnoctis\nmaquiné\nsuleiman\ncomandante-em-chefe\npólo\nmaysa\nvandenesse\ndemetrius\nqf99\nmoçambicana\nmoçambicano\npremier\nj9ee\nrético\nfletcher\ncatalisado\ncatalisada\ncarta-patente\nremanescente\nlocalizarem\npublicus\nmapear\ntorrou\nasrock\nestagnado\nelomar\nhirschberg\nteologia\nstoudemire\nofereço\nofereça\nmichiru\nclavatula\nyour\nautoritária\nautoritário\nfinanciando\nraptado\nraptada\nlongueville\nbritância\npersonificação\nsildenafila\nvines\nmalaquias\ncarregadores\nintratável\nalcançará\nadson\ntule\ncloaca\ncoaracy\nzabrze\noperacionais\ncoalition\ncanoísta\ndecipiens\njeanie\nsequazes\nbaldomero\nteoriza\naliança\nconfiscar\ncharlottesville\nmictlan\nhospedaram\ndecimal\nmuchachitas\nrebentar\nrebentam\nrecém-inaugurado\nsadc\nrecém-inaugurada\nsaneago\nsadi\nskagen\nstrayhorn\nsubchefe\nzcit\nbobsled\nnucci\nestreptomicina\nmineradoras\nsg999\nfpso\nschottky\naurículas\nasajj\nmarielson\nskellington\nquinquenais\npilhagens\nbeza\ncastagnoli\nultramarino\ncastagnole\ncuspindo\nauratus\nultramarina\nresinosa\npredominado\nresinoso\nlatinização\nurbi\nurbe\nmatusalém\nexuberância\nascendeu\nacrescentará\nstonewall\nencomendou\nmohr\nqibla\nrap-up\nrees\nreed\nreef\nreel\nacometido\ndownpatrick\nacometida\n-the\noste\npotenciando\nchişinău\nbagunça\nhomus\nasistencia\ncell\ncelo\nceli\ncelg\ncultivação\nretardadora\nnhoque\nexerciam\nnulos\nreaprender\ncomprebem\nbritto\nbritta\nperpetradores\nplayground\nwiner\nmonômero\nmondubim\nafetaram\nself-realization\nviatodos\nconheciam\nptolomeus\ninválidas\ncomite\nentulhos\nespondilite\nglassman\nacaçá\ncomitê\ncomité\nossada\nressurgem\nconstituiria\njardineiros\ntrajados\nepitélios\ngroup\narroio\natingirá\ninsolúvel\nmalvaceae\nhamburg\ntenente-comandante\nfabrini\nkavo\ndemonstradas\nsacrificam\nkimball\natingira\ncuidarão\nmaxixes\nduplicada\nduplicado\nschlösser\nortigão\nspielvan\ntabernáculos\nviabilizou\ndeliverance\nkettle\nereções\nafeita\nafeito\navestruzes\npasmanter\npolinizadas\nzoco\namadorismo\npalmtop\npenny\npenna\npenne\ncomposta\nparecida\ncomposto\ncápsulas\nadensamento\nescolta\ncitocinas\npropiciando\ncaptain\nsweetest\nvigência\nactuarem\nsaadianos\nprescindir\negitânia\ncellos\nrelaxar\ndôme\nmidrashim\nstrom\ndesenhava\nsugerem\nlankaran\nsequenciados\nsequenciador\nvespertino\nvespertine\nsesnando\nvespertina\neshmun\nipsum\nerrázuriz\npeladão\ninviabilidade\nvalpolicella\nfm99\nbocadinho\nludovina\nguanche\nacidentais\ninconformista\ntrajectória\ndiscorria\npunjabe\npunjabi\ncancan\nparanóide\nbávaras\ndelegado\nacoplando\ngrissom\ngrisson\ndurruti\npenalizados\npreservada\ndcta\nveríamos\nvh99\ndendrophylax\nsmokey\ncandidata\ncandidate\nqueimei\nanticorpos\ndensa\nokada\nlouco\nlouca\nespecíficas\nmaître\nupland\nchevalier\nhandel\npicador\nimpossibilidade\nstoke\nceuta\nprecisaríamos\nhusqvarna\npreviu\nprevin\nprevic\nprevia\nkazuma\nkazumi\nedvaldo\nflotação\nevangelion\nxero\noficializou\naruaques\nlessig\nnevil\nnevis\nfolk-rock\nescopeta\nalinhado\njoanes\nx-seven\nescavada\nescavado\nfábrica\nalfaiataria\nbischofswerda\nmunicipalista\ncalcídica\ncarneiros\nvélica\nconjectural\nd'águas\ngriselda\nconjecturar\nbogdan\nsubtilis\niwc\niwa\niwo\niww\nryota\néxito\nsamus\nenfocada\nsujeitado\nphragmipedium\ntransdev\ndestravado\nmarcará\ndestravada\nforecast\nhexafluoreto\ncrescimento\nlicenciar\nsarabi\nviela\ncobain\napurímac\nhattie\nfrasqueira\ndesenvolveram\nresistirá\nsubmeterá\nrascunho\nbolota\nquantificado\nquantificada\nvar-palmares\nricerca\nágua-marinha\npreenchimento\nrecusarem\nkwanza-sul\ncontratura\ngules\nmash-up\nviolence\npulmões\narvid\nbedin\naoki\nbond-girl\ncacerense\nafundaria\nespalhamento\npermutação\nvigora\nburger\nagressora\nwyeth\nribbon\ncasilda\ncapacitou\nenjoada\nayre\npalais\npalaia\nromualdo\noutras\narnstadt\nex-colónias\npersonificadas\nsilvicultura\nagradecia\nzenas\ninsuperáveis\nmétricas\naikikai\nrevirados\nronstadt\namun\nsyrtis\nrendez-vous\ndesignar\nachamos\nbancando\nsanduba\nexceptuando\nsádicas\nrp-9\nsyon\nrepresentou\nmazembe\nfarquhar\nbeckinsale\nbate-papos\nopalina\ndirectorate\nfins\nfini\nfink\nfino\nfinn\nimperialistas\nhuggins\nfine\nfind\ntrabalhávamos\nbettega\nenuncia\nelogiar\noctavian\nfinalista\nvaclav\nguba\nflagg\nflags\nbotticelli\nimpetus\ncornish\nurológica\ninea\nembarcava\naccidental\nitupeva\nunissem\nmantem\nmantel\nmantes\nmanter\nlivreiro\nacrescentou\nrosenzweig\ndopatrium\ntheda\nthedy\ntestemunhamos\nalaungpaya\nscandal\nnobel\nquodlibet\ncruthin\ncarinhosa\ncomemorações\nhelou\nperdurava\nwaters\nsincronizados\nmasturbar\neucyclotoma\nlineu\nlines\nliner\nlinea\ndesapropriação\nregulou\ngraváveis\nfiscalização\ndesencontro\ncutting\nclerck\ncancelam\nspiranthes\nflusser\nconveniadas\nenviavam\nbréscia\nrecobria\nonkelz\nrecobrir\ncapitães-generais\nsumptuosos\noleosas\nedenkoben\npós-ganglionares\nsensualidade\npausini\nbelbo\novelhas\nsayão\nmetropol\nbombistas\nparalelas\ncibercafé\ndepurando\nmoldadas\nbuarcos\nwoomera\ncugat\nvigaristas\nrenomear\nsturmabteilung\ncerrato\nnjg\nab'saber\natuasse\ncuestas\ngobseck\nleopold\nrevoltadas\nmoleque\nintroduzia\nintroduziu\ngazeta\nnutrifam\nburberry\nzangou\ngên\nsipahi\ntopklasse\nturistas\nfizemos\nsaint-vincent\ndécima-segunda\nreinos\nreinou\nreinol\nexpressivo\nexpressiva\nsitchin\nchantiers\njean-paul\nrema\nprinciple\ntirana\nmaldivas\noceanográfica\njogging\nvolyn\nprotecionismo\nfedde\ndemarcar\nkroes\ncastigado\niniciais\nalto-falante\nsenescal\nvultosos\ntempio\ndecibel\nexpedientes\nconformava\nnewport\nhistórica\nhistórico\nhobman\nvinhedo\nmaylson\ncurió\narby's\ndiuturnamente\nbrackett\nösterreichische\nmetal\ncurie\nparalisado\nparalisada\ncócoras\nparoni\nclipes\ndescansa\ndescanse\ndescanso\ntuzla\nhillsdale\nmudassem\nclarão\ninsustentáveis\nabaci\nitálicos\ndespontar\ndespontam\nelizondo\ntoparia\nencerrarem\ntoral\nlaptop\ntorah\ncorrespondance\ntoras\nscorpio\nscorpii\nleibnitz\nconcorrentemente\nerotica\nmunicípio\nprometeus\ncarácter\ndedução\nwebcomics\nenterpa\nameaçara\ncooperarem\nadjacentes\nressalvadas\nminutas\ndefiniram\nshaquille\nedguy\ngimenez\ngimenes\ninsights\nstreak\nmúsica-título\nstream\navengers\ndeva\ndeve\necumênico\ndevi\ndevo\nestuprou\nsalteadores\ncymbalaria\nrotacionado\ncostal\nàs\ncostas\ntangere\nvibrador\npólipo\nespectroscópicos\nelohim\nmicrocervejarias\nmisch\neoin\norangina\nrabeira\ninacessíveis\nrepressores\ncarroceria\nmetroviário\nsirens\nsirena\nsirene\nwhitworth\nmethodus\nquinina\nganhas\nquinino\nmatata\ncomedidos\nhowling\nlentas\nrespeite\nsatan's\nsentidas\ncaberiam\ndevlet\nescravistas\nsuperados\ndecénio\nporfirogênito\ntriticum\ngaskell\nnamibia\nsomadas\nguarapuava\naviltante\nressureição\nmonocasco\nhinduísta\nandresen\newing\nâmbar\nangolano\naxilas\naxilar\nferromodelismo\natitlán\nregionalliga\nfa9\nfaz\nfay\ncimed\nfar\nfas\nfap\nfaq\nfav\nfat\nfaj\ncômicos\nfan\nfac\nfaf\nfag\nfad\nfae\narnett\n99/9\nantiguo\ncertificadas\ndoada\ndoado\neximir\neximiu\neximia\nbeginning\nyehuda\ndomination\nyehudi\ninvernou\ninvernos\ndepreciativa\ndepreciativo\nsignatária\ntownshend\nvômitos\ngafes\ngiroscópios\ns-9\ndiplomou\nbotnet\nvaughn\neditadas\n•\norganicidade\ndestruíndo\nfromm\ncorporación\nidris\nquicksort\nfolkman\nerrados\ncocar\nsoares\nsoarem\nbimotores\nsuevo\nsueva\nbanquet\ndesalinho\nki-duk\npennatulacea\nhistoriográficas\nvertido\nvertida\neragrostideae\nobscurecidos\nsul-coreanos\ntrancão\ncategoría\ncavour\nmixmag\ncontinentes\nrh-999\nrecém-chegadas\néditos\nroundup\neöl\nolímpia\nolímpio\ntilson\npoliclínicas\ninstantâneas\nespessamento\nclaudio\nuniversities\nardant\ninvestigava\nprestígio\nhirudegarn\nanathallis\nencarava\nintencionais\ngoldsmith\nprometeram\nstockmann\neisenberg\naudley\nyada\nbarbatus\ndefasado\ndefasada\ntarquinia\ntarquinio\natualíssima\nmusculus\ndelineava\nolodumare\norne\norna\nmetalder\ninciada\ninciado\nelaborarem\ncátara\ncátaro\nferomônio\nprorrogando\nmarceneiros\ndissolvia\nzouk\nhervé\nconflagração\nacanthaceae\ncertificação\nwilt\ncursor\ncursos\nlínguas\nwilk\nwild\ncocaína\njehovah\nimplacavelmente\nsubstitutas\nbaltimore\nconstavam\nsensing\nacrocephalus\nokita\nossatura\nraríssimos\ncondicionadores\nshipping\nspiller\narquitetura\noitocentas\nbooz\nboop\nboos\nboot\nbook\nboom\nboon\ngiger\nmoguls\nmosaico\nampúrias\nrotting\nemery\nmosaica\nsucateamento\ncanhotinho\norixa\ncafetaria\nacolhia\nching\nchina\nchino\norixá\nhb99s\nordenada\nbarcelonês\nhynkel\nadquiriu\ncadernos\nadquirir\nadquiria\nvotarem\nhighsmith\nparbat\nkuching\nsaqueador\ncipa\ncipm\nemplacou\nressonâncias\nraios-x\ncompetem\nafirmações\nmesmer\nkfc\nlongá\ndesagradado\nrakim\nsaeed\nlongs\nlongi\nlongo\nlonga\nlonge\nesbeltas\nmassambaba\nunicórnios\npatologistas\nantiliberal\nranma\npau-brasil\ngujarate\nmontejunto\nfrugívoro\nveet\nveep\nveem\nveen\nscènes\níngremes\nex-proprietário\ntashiro\nsubdulcis\nboncompagni\nrefis\ndolabella\naconteceriam\nkamino\nkamina\nbrasiliense\ng.w.\nencenadas\nirapuru\nalice\nu.m.\ncetesb\nestúpidos\ncomportaram\nproprietárias\nestremece\nperispírito\nsanzio\ngiambattista\ncolonna\ntchekhov\nlocke\nascendência\npersas\nrotberg\nlocks\ncharneca\nruano\ninvestiam\nfissural\nfissuras\nsaúl\nperceberão\ncadentes\ndelírios\ntenuis\npestana\nprorrogadas\nchillon\nhibernate\npostergou\npaysandú\nmarko\ncivilizadas\nnon-stop\npaysandu\nrescindidos\nrecursal\ndemonstrou\ntonho\nwałęsa\nshimon\nhurrita\nconcinna\nrunnin\nsommers\nneonazismo\nregravado\nschering-plough\nregravada\npoupador\npoupados\nmerovingian\nkioto\nsickness\nluyten\nbueller\ncampestris\ndiscutido\nuncaf\nshutter\nsilício\ncaçarem\nexcomungado\nadentrado\nmênfis\nirán\nradetzky\nnanotubo\nhorch\npratensis\nvolumoso\nvolumosa\nomnibus\ndyer\ndesmistificar\na9iii\ndestacamos\nsubunidade\nexclusivismo\nkhmers\nespeculador\nespeculados\nvaidoso\nvaidosa\ntuiná\ncarruagem\nnetherrealm\nsertralina\nsmiling\ngóes\nvolturno\ne.b.\nhenotikon\necrã\ntóth\nequi\nequo\ntombando\npoconé\nfunicello\nvisivelmente\ncharger\nlubrificar\npocono\nprodan\ninsubordinação\nassistem\nugk\nugo\nugc\nugb\nuga\nugp\nugt\nzdeňka\ncamareira\ncamareiro\nepífitas\nterceirense\ncobra-coral\nhi-nrg\nmichaël\nafricânder\npiscis\nchegou\nfranzen\nbaúlhe\nsurgirá\npredeterminada\naristocratas\npredeterminado\nprolongada\nsurgira\nliceu\nliceo\ntedesco\nnassô\nconservasse\ncolúmbia\nenquadrá\nrosinei\ncuidarem\ncópula\nparidade\nenquadra\nprestarão\nenquadre\nh.r.\nconfeiteiros\nvarys\npresidida\nipaba\nreynaldo\nressaltadas\nsuperexploração\ndecrescimento\ndoida\ndismutase\nlentilhas\nhumorada\nmangaba\nislamistas\nepping\nnapoleone\napareceriam\nepigrafia\ntamuz\ncosmológica\ncosmológico\nencurta\ninsuspeito\nartificialismo\nduração\nbarrichello\nbaixo-barítono\ntacaratu\nconveniente\nbussunda\nsandrinha\ncapitolina\ncapitolino\nmontaigne\ngimeno-traver\nmodalidade\nespermático\nextraia\ntristonho\npreconceitos\nîle-de-france\ncompactuar\nharim\nharis\nembocadura\noperada\nsalpêtrière\n>\nvincado\nvincada\nhonrosos\nanapurus\ncancão\npareço\npareça\nflush\nsayonara\npožarevac\ncassações\npatinagem\nbloodline\nesperadas\nindividualistas\nrepeat\nbactrianos\nentropy\nd'alessandro\nesquadros\nmorozov\ngriego\neconomicamente\nanteras\ntryin\ninexplicáveis\nmortas\n⊂\nachadinha\nskyler\ngmtv\n#amoravida\nmortal\nfamilía\ncpqd\nkhalill\nobstruindo\ndemorada\ndemorado\ntranqüilizar\nvalorizações\ncidades-satélites\nradek\npré-cristã\naprecia\naprecie\nbeniste\nmaiobão\nmostrou\nelectronic\nopalas\nenobarbo\nlíquido-vapor\nmandarem\nlucro\npintaram\ndefinitivas\nnakoruru\ndepõem\nzacuto\nfavoritas\nruffin\njerson\ndiversidade\niluminação\nnyköping\nbuçaco\nantes\nféretro\nantel\nleibstandarte\nconcertar\nroubado\nroubada\nenforcado\npolícrates\nkortrijk\nflintstones\ncitroën\ndiplomacy\nteleporte\npsoe\npsol\njidá\nbalístico\nrevelassem\nchorarem\ncinegrafista\nvaltor\naldous\ncabeza\nnoite\ndekalb\nambientando\nfretilin\nmartius\ncircuncidados\ngemas\ngauliga\ncaça-rato\nescalará\nmagazin\nrepovoada\ncovões\nocupante\nvigorosas\ncomiam\nprocuravam\ncolter\nplanejador\nplanejados\nesquizofrenia\nyerma\nsteady\ndebaterá\nnão-natural\nconvocando\npombos-correio\nwarhol\nmaçada\narmazene\narmazena\nestatizada\nrodear\nannemie\nsubornou\nsubornos\narmazená\nrotário\ntwelve\nplatinado\ndespidos\nplatinada\nguedes\nprotease\neucromatina\nmiceli\nsedosos\ncilindros\ntotalidade\nfonoaudiologia\ndefault\ndemagógicas\nintento\nangiotensina\nolten\nberenice\nmoonlight\nfrondizi\nmascagni\nlearned\nsaguis\nrevelation\nenxadristas\npictórico\npictórica\ndiageo\nflaco\nesperantista\nbalestra\ndiretor-presidente\nbełżec\nmcdermott\nalberga\nextra-conjugais\npelouro\neconomista\ntupaciguara\nsinapomorfias\nchamaria\nfavores\nrumina\nhokuto\nvascularizada\nvhaeraun\ngilboa\ntranslado\ntranslada\ncistite\nneural\nrelativistas\ndesfiado\ndesfiada\nlewisburg\ndiogo\ninfrutíferos\nquem\nquel\nquer\nalouatta\nmoretta\nmacadâmia\nsts\nindenização\nexperimentar\neficazmente\nexperimental\nvespertinas\nredige\nredigi\nitutinga\npotlatch\nalbany\ngillies\nchautauqua\ndedo-duro\nbrevemente\nlenhadores\nstª\ninstaladas\nmulticultural\nfrakes\ntomé\neixo\nbenfica\ncesáreos\nsphecidae\ninjection\nco-inventor\nfederativo\nfederativa\ntupynambá\narithmetic\npallottini\nquental\nfranco-americana\noneworld\nfranco-americano\ncoombe\nmorangueiro\nindiciada\nindiciado\njafet\ndcm\ndci\nvittata\nloteados\ndemão\ncinomose\ndefletor\ntamagnini\narana\nsupor\narany\nfileiras\nblaine\nfaltante\nhidratado\nestivadores\ncostuma\ncostume\ncostumo\nscarpari\ndesejam\ndesejar\ndesjejum\nxhtml\ngeolocalização\nfemale\npugilistas\nnun'álvares\nnicenos\nenvelheciam\nmanchego\nenrolamento\npanificadora\navulsa\nfiónia\nvolumosas\nescutista\npneumónica\nfifpro\n\ndolarização\nengel\ndefendidas\naquicultura\nescapando\ncaranguejeira\ndesgastam\ndesgastar\nsúplica\ntaupo\nmoraga\nprestavam\nmulliken\nnannini\nhoms\nhomo\nfelsenland\nhome\nlímites\nhoma\nlipídica\nlipídico\nfanny\narejadas\nnida\nnido\nrespondia\nerval\nervas\nclaras\nipcc\nbunyan\ndisplay\npb-999\naplicadores\ninstaladora\nuniões\nacostável\ncuradora\nválido\nbom-mocismo\ntravar\nandretti\nbevan\ncorporações\nagrárias\nenfraquecia\nconta-giros\ncaracterizado\ncaracterizada\ncastanheiros\navivar\nbellman\npartitas\nauschwitz\ncataldi\ncataldo\nslavoj\nlazar\nesquecia\npalófi\ndufay\nnordhoff\norgulhosos\naerodinâmicas\ncastelejo\nanole\nnagaoka\npiracicabano\npiracicabana\ndigladiam\nmonumental\nbibliothèque\nmanowar\ncampal\ncampas\nalexíada\nwurtzburgo\nfazendeiros\ncarajás\ncopycat\nrematado\nrematada\ncooperante\njovellanos\naprazíveis\nredigindo\ndualismo\nhatchback\nmaxie\nmaxim\nplatters\nmaxis\nkebir\ne-business\nwiermann\nlambris\ntarancón\nbogart\nagapantos\nargolas\nelfsborg\nlançador\nlançados\nchamusca\nmicheleti\ndeprecia\nárdua\natreveria\norifício\nimpel\nmakino\nmaking\nmakina\nbrihadratha\nthornhill\ndiospyros\ndenial\npavlovna\npeterson\nnão-identificados\nindemnizações\nabidos\nfão\ncareless\nselangor\nzombo\nzomba\nkhrushchov\nviracocha\ntwinkie\npublicará\nlembro\nlembra\nbimestral\naumentam\naumentar\nabióticos\nrousselot\nespermatozoides\nburnin\nmegève\nproferia\nproferir\nlembrá\ntrinitária\nagradar\nagradam\nbocados\ndvd-r\ncaricatural\ncaricaturas\nincluidas\ncrossfire\nvillaggio\nkinnear\npattie\ncocu\ncocq\ncoca\ncoco\ncock\nagiram\ntheologia\ncocô\ncocó\nindissoluvelmente\nharburg\ncolarinhos\nlotta\nlotto\nlotti\ncarelli\newiniar\nrolland\nhiperpigmentação\npeso-meio-pesado\ncisão\ncompreensível\nshattered\njalapa\nnoroeste\ngenealógicos\ncreatures\ncarlistas\nreequilibrar\ncuriosos\nglebas\nguineensis\nmozilla\ncasava\ncañaveral\nimprovisados\nimprovisador\nenvolvimento\nliquidando\nconfusas\nshoppings\ndescontaminação\nincompreendida\nincompreendido\njabber\ndjenane\nchamplin\ndeméter\nloudon\npreteridas\ntrolls\ntributárias\noracular\nestrado\nanti-atlas\nencontrarão\noperações-tartaruga\nchimes\ncarboxílicos\nwiiware\nbal\nclupeidae\nexportou\njaguaquara\nberlinense\npormenorizadas\nteleguiados\ntorto\ntorta\nwindmill\nagrupava\npediátricos\nprocedurais\nielb\nielo\nânimo\nsiphonanthus\nquemoy\nepia\nepic\npromotions\njaspers\nyearbook\nelles\neller\nellen\njaquetinha\ndecrescendo\nrestoration\nantidoping\nabacial\ndrive-in\nescravagistas\nacuar\nbeerschot\ncolumbano\nwhipple\nhonor\nchf\nchi\ncho\nchp\nchr\nchs\ncht\ndebbie\ndebbio\nsingelamente\nporcaro\nch9\ndesventuras\nchá\nchã\nvilhelm\ninvadiram\ncoalho\ncommunicator\nsymbols\nmuralha\nmerelim\nenviará\nmuharraq\nnocautes\ninconstantes\nnocauteá\nbicalho\nsubstituíam\nestremoz\nsatyricon\nconstruímos\nchegariam\npitfall\nursidae\nantidesportiva\nrubato\nracket\norientalistas\nblatt\nformatar\ncanarês\ncreiam\nè\ncastanheira\ncastanheiro\ncorrenteza\nsubstituintes\nsintetizando\nviedma\nminiaturizado\nminiaturizada\nrestaurando\nprementes\nescorregadios\nlogísticos\nmelgaço\ninjeção\nfantasiou\npenteu\npentes\nassinam\nassinar\nhappens\nengrossam\nholodeque\nengrossar\nlogosófica\ndonatistas\nexclaves\nfortificação\nandróides\nmast\nsbarro\nheffner\nundisputed\ngarotinha\nréveillon\ngarotinho\nrivette\nrivetti\ninvoluntária\ninvoluntário\nbrokken\nseletas\nguiratinga\nimprovisava\nimpulsos\ndesculpa\nguineto\nwould\ncompositora\ndescrições\nlaqueadura\nefetuava\nvulcânicas\nsaltacionismo\nprotagonizaria\nbanhados\nrastros\norani\norang\nbastidas\ntrâmites\nproença-a-nova\narpanet\ncalosidade\nejus\nmcguigan\nfantasy\nperceberam\nbabaji\nbío-bío\nmaggin\nmulti-touch\nbarbieri\nbarbiere\nnarandiba\nadoeceram\nnacional-99\ninconsolável\nacrididae\nlutas\npotencia\nnewt\nconflituosos\nlevanto\nlevante\nlevanta\nconclusivos\nkumara\ndisponibilizaram\nlevantá\ndatados\naventurosa\ncoachella\nrecursão\npossessed\nburny\ncorazza\nburns\nburnt\nagrupadas\nencadeada\nrhine\nrhino\npurificadoras\nqueimadas\nembaralha\nanorexia\nremovedores\naustraliano\nreferenciados\nrav9\nconfederação\narbitrou\nflicts\nteníase\ncolin\npassadas\ntambellini\nelucidar\nnão-violentos\nvedadas\nentrevistaram\nqingdao\nreconstruíram\ngolpeando\nvitas\nvitam\nvital\nvitae\narcebispo-titular\ntacadas\nembute\nmacacões\nencetou\nmaligna\ndomínio\nscalco\ninsalubre\nneogoniolithon\negoísta\ngestações\nh-9\ngestual\ncareceu\ncarecer\ncarecem\neditor-assistente\ndeletérios\nwrc\nperetti\ntablas\nspirit\nlevitt\npredisposição\nlacey\nalcançou\ndesviante\nokiku\ngravuras\nrendesse\nglicosídeo\nxerém\ncheguem\ncheguei\npremiará\nleeson\nbuddha\nmúsica-tema\nstauffenberg\nfranzina\nfranzino\nfranzini\nrefrão\nescândalo\ntrivium\ndrásticos\nminneapolis\ndefensivamente\nxenakis\noriel\ntolerante\nanidrase\ncastigando\ntrt-sp\nfocalizou\npassarão\nherivelto\napinhadas\nbrien\ncividade\nbrief\nfaceira\nnyman\nresearch\nprovidenciando\nro99\nbilha\nalegue\nheadstrong\nfrance-klm\nbuscariam\njuho\njuha\npecando\nsimbólicas\nharpers\nsubestimaram\ngosford\nfranco-prussiana\noxegen\narbóreos\nzyx\nempregadoras\namortização\nmini-jogos\nracionar\nteutul\nbolena\nmundus\nchambers\npederastas\nscph-99999\nlançasse\nmanicômio\nevanildo\nshaykh\nammannati\nbörde\neckstine\nmornas\npirmasens\nwulfenia\ncnooc\npetroleiras\nmelhorava\nalagados\nlemmon\nriverton\nschadow\nexigisse\nbruzzi\nkaingang\npintores\nbrasileirão\nsabesp\nabstrações\ncapista\nextrovertidas\nsufragâneos\ndesinibido\ndesinibida\nseplan\njansson\nventoux\npaleontólogos\nesteroides\nmusculares\ncubista\nafastara\nzumblick\nnão-existência\nsupervisionadas\nrodeo\nvesúvio\nbertie\nbertil\nsustentação\nbertin\nkodiak\nlocomotor\njakelyne\nchicote\nsagami\nregistos\nregistou\ntapa-olho\ncorretora\npredadores\nacontecimentos\nbonnet\nbonner\nbastrop\nregentes\nquiséssemos\nwageningen\ngiffoni\nsãocarlense\ncarro-bomba\ncomemorativo\nconjurados\nconjurador\nsejamos\nacreditasse\nhofburg\nhomozigoto\nmarfa\nambigüidades\nopening\nhockenheimring\nreflectindo\nrpr\nrpa\nrpc\nrpe\nrpg\nrpk\nrpm\nrpn\nbarrados\ncontinuarmos\nressalva\nnatália\ncultas\nrelança\ngeneraloberst\nresolveriam\nml99\naparador\naparados\nperhaps\nch9oh\nmongaguá\nslava\nslave\nnicolas-antoine\namarílis\nfacial\nsigüenza\ncolombino\naquecidas\nmyrmecophaga\nvisitante\nparticipava\nradicalizou\ntourette\npaulding\nmaracatus\npartenogênese\nencabeçar\nquinhentistas\nencabeçam\nzerados\ntrapos\nestiva\nestive\nindiscreta\nindiscreto\npontifical\noclc\nfalsificada\ncheri\nchery\nfesch\nevolucionárias\ndreamcatcher\ndesocupada\ndesocupado\naçominas\nmorgadio\nblossoms\npequeno-burguês\nparatodos\nposicionarem\nlobito\nex-controladores\nburocracias\nsutiã\ndemagogo\ntíndaro\nallahabad\nbreviarium\nmostar\npiggy\nvaia\nvail\nvain\nvais\nbiguaçu\ncaíde\ncaída\natque\nhijras\nnarkomfin\ntrustes\ntrusted\ntrustee\nslayers\nunique\neléia\nmillstreet\ncoari\nrebus\nnixon\nlatex\nrennell\nmenelik\nédouard\nesforçaram\neléctrodos\nmotivadores\nweingartner\naciculares\nfarro\nabranger\nabrangem\ngraacc\ndubium\ndubius\ncharlatães\nseberto\nvacinal\napplications\nvacinas\nvacinar\nengenharia\nvisionaire\ncoágulo\nesquivou\nrenovada\nrenovado\nlateral-direita\natarefada\natarefado\nsuit\nsurfer's\nmúltipla\nmúltiplo\nmangal\njefferson\ngeneralfeldmarschall\nconstable\nsubstituam\nbiénio\npaleóloga\npaleólogo\ntalula\nerykah\nxxxiii\nmacdonnell\nhalévy\nfifs\nadequadamente\nschünemann\nbrigavam\nimbaú\ntrabalhariam\nqueensryche\nrachando\nvómito\namédée\nvírions\njundiaiense\njóhanna\ngentzen\ndurrell\nacampadas\nneuen\nneuer\nneues\nreplays\nofertam\nofertar\nofertas\ndiluições\nespínola\nlaureana\nlaureano\njg9\npumpkinhead\ninfocaixa\nenterococcus\nandrey\nequivocou\nandres\nbeulah\ncheinha\nfluem\ncaçavam\nandrea\nbandemónio\nrecaíram\ncondition\ncolumbina\ncolumbine\nexplodidos\nejido\nouimet\nstetten\nerrado\nbuenas\nnúmida\ndespreocupada\nhéverton\ninstantaneidade\ndelicada\ndelicado\nimunidades\nquentão\ndotar\nbanidos\naccelerator\ncirúrgico\ncirúrgica\nalcmeão\nquebrem\nquebrei\ntermodinâmicos\ncaprarola\ntchernomirdin\npré-impressão\nchuvosos\nmarriage\nbellmare\nile-de-france\ncartão-postal\ncreci\ngamezone\ntricúspide\nquebra-nozes\nfailed\ngrecia\nassumia\ninstauração\ndesvinculação\nassumir\nassumiu\natráves\nhomem-formiga\ncrüe\ngodavari\nfermento\npaleozoico\njoaquina\ntalhadas\nfenólicos\ndiarreia\ncourtrai\nmundialização\nplanetas\ncoca-cola\ndebenturistas\nj.b.\ndhar\nfisiologicamente\nblót\nfrancescon\ncontemplando\nex-noivo\nex-noiva\nultrassonografia\ndépartement\nrimosas\nestrimão\npiaba\nbaioneta\n9.99\ntemores\nassociarem\npoucas\nlegitimação\nsuperligas\nmílton\nmoon\nteardrop\nfuncionários\nelogiosa\nelogioso\nmutimir\nyoshitomo\ntwins\npancreatite\ncapri\ncapra\nfirebird\nfraturou\npekt\ndrill\nenvolveriam\nluster\nrenascentista\nhébridas\nsepulcral\nesclarecida\nesclarecido\nlevará\nmesorregiões\nliberia\nquebrará\neben\neber\narbroath\nƒ\ncontrário\ncontrária\nimersão\nchrysochloridae\nradnor\nchinesas\npeso-meio-médio\nbriefing\nfármacos\nlancaster\ncushman\nevoramonte\nprendia\nallons\nherzogtum\nkreis\nirrigações\nlöwy\ncassiopéia\ngrass\nnamida\nmabinogion\nex-governadora\njean-christophe\nveleiros\nguichês\nhicsos\nestilísticas\nímãs\ngül\nrogando\nernst\nvisionamento\ndipol\nmicrosd\nquereis\nakaba\nsegunto\nêxodos\nsacramental\nsacramentar\ntrinovantes\nllewellyn\nannette\nthyrso\nequiláteros\ngenivaldo\naguillar\ninfringido\niihs\niihf\nabkco\nfoge\nmonsanto\nfogo\nfogh\nalcoolemia\ntersine\ngravurista\nhorcruxes\nsemi-automático\nsemi-automática\notakar\nvivienne\ndestila\ndispendioso\ndispendiosa\nassuero\nhonrarias\npetrel\nimpedidos\nfactbook\nmicronúcleos\nmoldagem\nbelonaves\npoveiros\nmedusa\nsentimentalmente\nantever\ntreme\ntrema\nautorizados\nwinter's\nbarrancos\npromover\npromoveu\ndesfavor\ntervel\nmonro\nguardou\naporá\naporé\ncordilheira\nanualizados\njuula\njürgen\ninfra-vermelho\niorquistas\nnudismo\ntherese\nlafões\nparadis\nnicolao\nmydoom\nhebreu\nhebrew\nfbcf\nchainho\ninsignificantes\nrecurso\npropelentes\nartilharias\njeffers\nhidropisia\nazzurri\nazzurro\nritmicamente\nnecrológio\ndemitisse\nrinha\nperfumarias\nexplicitadas\ninfiltrado\nsubjetividade\nperpetrar\nmeias\naprofundou\ncenturiões\nestratonice\nbuscapé\nalvejou\norbetello\nfreikorps\ncanudo\nhilária\nhilário\napicomplexa\norganizadora\nmaguila\nextracorpórea\nprecursor\ndesignamos\nparticipantes\nmaxaranguape\npatrocinador\ngraníticas\ngrafada\nperformadas\nexpropriadas\ncriterion\ncremasco\ninsideout\nbookcrossing\nsr99\nanteciparam\ncastanha-do-pará\nnódoa\ndesio\nobservamos\nrevitalização\naverroísmo\nlinfield\nshort\nanatomia\natingisse\nsecondhand\ngalático\nconvirja\nequitativa\nequitativo\nmesozóica\nefectuam\nplaines\nmesozóico\nperabo\nassemelharem\npistol\nhaohmaru\ncomem\nvue\nvuk\nvuh\nqassam\ncomeu\ncomet\ncomep\ncomes\ncomer\nreconquistando\ndenunciar\ndenuncias\nancião\nanciãs\ncovers\ndenunciam\ngiaffone\nmedio\nmedia\nmedic\nmedir\nmediu\nfruit\nfruir\ngrosseiras\nhelga\ntilke\neternizadas\nsylvius\nlegislou\nencontraram\nmasina\nmasini\nkirkland\nsacrifique\ncentral\ncentram\ncentrar\nshipbuilding\nmontesano\nbegawan\nmertz\ntrivialidade\nbucket\nmovem\nmoved\nmover\nmoves\nmoveu\nalhazen\nψ\naprontou\npseudociência\nágar\nsasha\nlongfellow\ndesencontros\nleggero\nfriday\npicota\nstarrett\npicoto\ntargaryen\nzbigniew\nconverteria\nvivaldi\nvivaldo\nróbson\nmorphine\nfallen\npetrovac\nbaralho\nresistentes\nfully\nex-agentes\nisn't\naiguilles\ndarius\ncomissionados\ncamanducaia\nempreendidas\norhan\ninjustamente\nmachuque\ncartoriais\ngostava\nkilimanjaro\ndesconcentrado\nfamous\npatrimonialista\ncananéia\nfashionistas\nberredo\nconsensualmente\nnúrsia\nsaboia-nemours\nsubcampos\nhansi\npacks\nhidratados\naguardemos\nagranulocitose\naguentando\neconomizados\ndodecafonismo\nester\nestes\nmatsuri\ngendarmaria\nsant'elia\ngrigory\ngrigori\nmaquetas\nmamando\ncele-síria\nocultada\nocultado\nmulheres\nmaariv\ntranquilo\ntranquila\nadewale\nsharing\npassaredo\nfragas\ntissier\ncritiquem\nvaccari\nprazins\nmerced\ntadeusz\nchaperonas\nmercer\nвиктор\ngalheta\nintegradora\nbarbarense\nukiyo-e\nю\nmagrini\naromatizantes\nsedaka\nruivas\ndesembarcassem\nzodíaco\noceânicos\nsinecura\npassearam\ndemarcados\nnenets\nvisser\nvissel\nvissem\nduisenberg\n99999-99999\nweishaupt\nsull'oglio\nsurena\nunderoath\nbrotava\nparnell\nurca\njoya\nparestesias\noura\nmantenho\nprovença-alpes-costa\natribuindo\nredimensionamento\nmenores\nleães\nmoya\niônicas\nneurath\nmugni\nalquímico\nalquímica\nrebelados\nbandejas\nmoyá\n—\nsweet\nmitaka\nvasoconstrição\nnomedamente\npedradas\nlittérature\napressada\njovenzinha\ninstrutores\nbombas\nbombar\nbombay\nreprografia\nflagler\nmontjuïc\ntop99\nsugou\nashburton\ncistos\nmachiavelli\ndíficil\ndecão\nbufford\ndominato\noliveros\nangaturama\nufal\nlavender\nolvido\ntrafegava\ntakemoto\ntomaria\nmerzario\nbagatelle\ndesejaria\nnepaleses\ndesmontados\npedersen\npianos\npadarias\nfederer\nrallycross\ncherokees\nliquido\ndesforra\nmasseria\nissei\nsanguessuga\naviadora\nzelosa\nzeloso\nwiesel\nscheveningen\nestabiliza\nanunciam\nanunciar\nafectaram\nlitógrafo\nveres\nverem\nverei\ndirecionamento\nprince\nanche\nrotatória\nexcavata\nrotatório\nhomogeneizar\nathanasius\nebersberg\npathfinder\nbundas\nquantificação\nxenopus\ncivitavecchia\ndisponibilizá\nhonrada\nhonrado\napito\napita\nbeges\nkeeper\nislande\ndisponibilize\nislands\namputação\nvice-chanceler\njsayad\nculpeper\nmatus\nestonteantes\nleszek\ncombaterem\neditors\neditore\neditora\ncaiaques\nagouro\nshinoda\nkrajcberg\nreminiscentes\nchapultepec\nsausalito\ncartazes\nestiano\nação-aventura\nultimos\ntaipei\nprojota\ncontrolarem\nbirrefringência\njosimar\nostpolitik\natribuição\ncech\nacantonadas\nneonicotinoides\nmockus\nmedalhão\nt-rex\ndruidismo\nacrilonitrila\nprobabilísticas\njellal\nsxsw\ntsunku\ninvocavam\nknives\nconspiracy\nfähnrich\nlogística\nlogístico\nlembrança\ngusev\nprendedor\nblack\nresguardo\nresguarda\nsucção\nbrigantia\nmachucando\nesfericidade\nobsessões\ndelfos\nperche\ncarminho\ncarminha\nsincero\nhijaz\nsincera\nempurraram\nhijab\nrowntree\ngianini\nestrigiforme\npríncipe\nferroso\nescandinava\nperché\nsondando\nreprodutivas\nkorps\npluviais\ndendermonde\ncovarde\nenlouqueceu\nenlouquecer\nducados\nrespeitabilidade\nenlouquecem\nguarda-chuva\npassadores\noikos\nestimou\nrapunzel\nparecidos\njoplin\nembelezou\nseminuas\ndracena\nfontelles\nmanuel\nlhes\nshelter\nlúdico\ncorcovado\népsilon\ncooperativa\ncooperativo\ndoninhas\nkroton\nunisal\nserranias\npavillon\nhinterland\nreval\nrevan\nrevap\njustos\ndąbrowski\nairport\nrecreativo\nrarear\nrecreativa\nmendonção\nlimay\nlimas\nliman\nexportaram\npotyguara\nscaramanga\npigeon\ndiscretas\nfuncionasse\nkooper\njoint-venture\nhibs\ndiepholz\nlourdes\nhaines\nplame\nhospício\nregulamentadora\ncaesar\næsir\ntsutomu\ntic-tac\nvahirua\nōkubo\nàrea\ndhani\nautora\nmaximização\nconventos\npinha\npinho\niolaus\nuatumã\nn.v.\neucarísticas\ncopersucar\ncatraca\nsprawiedliwość\ntrigésima\nocorressem\ntrigésimo\nlaminado\nlaminada\ndescortínio\natomic\nzizinho\nhaten\nhated\nopala\nhates\nmishná\nwiderberg\npreyas\npartindo\nпетрович\nfinanciamento\nduck\nfaturaram\nespinocerebelar\nbeiradas\neleazar\nkuznetsova\nmedicar\nchampionnat\nflamengos\nfitzwilliam\ncherie\nafro-asiáticas\nangélicas\nneste\nnesta\nalbaredo\nnests\nnest9\nincorridos\nrevestimentos\njúlio-claudiana\nbalinhas\nhufnagel\ncamilly\ncamilla\nfeioso\nmarquês\nbastaram\ncalabro\nuptown\nmenescal\nfoscari\nquinzenal\ndecisivo\nvulgar\nvishnu\nesferoidal\ncarillo\nperpetuidade\njainista\norunmilá\nracha\ntide\ntida\ntido\nilustrada\nilustrado\nítalo-brasileiros\nzfm\nfalhos\nfalhou\nvelociraptor\nacertasse\npromissórias\nsegundos\ninteranual\ntravestida\ntravestido\nclimatologista\nantecedendo\nbrennan\nchantagem\nuníssono\nelisabetta\nchantageá\ndandolo\nalvim\nkaido\ncalientes\nnipônicos\ndeveu\ndvd-rw\ndakota\nimperceptível\ndesdobrados\nralé\nranchinho\nalfabéticos\nvrml\nralo\nrali\nralf\nrala\nrecém-falecido\nnardelli\nmannschaft\ncocoon\ncasamance\nkitab\npadalka\neugênio\nrecursivamente\neugênia\nbalmer\nausência\ncerebral\nintensamente\nthéophile\nvolutas\nfacheiro\nguadarrama\nautoatendimento\nferrarini\ntransitoriedade\ntrf-9\nrobbins\nalongou\nmest\nmesh\nmeso\nmesa\nmese\ncelinha\noptato\nborneo\nimortalizado\nexperimentasse\nbornes\nborneu\nimortalizada\nsp-99\nnaturista\nidealizados\nidealizador\ndiminuem\nnemésio\nafetaria\nguarda-vidas\ncresson\nusurpando\nsaomai\nenix\nenio\nenid\nsupletivo\nc.k.\nparavam\nimportaria\norientes\noriented\norientem\ndreadlocks\nflor\nflop\nflow\nflot\nsobre-humanas\ncoroner\nkessler\nprocriar\ncoronet\nprocriam\naang\ncativeiro\nprotestarem\nliquor\nmatérias-primas\nnaku\nnaka\npsb-sp\nenvolvam\narcará\nautoral\ndispôr\nboldrini\nespecialmente\nplaytime\noronte\ncuram\nbandos\nregresse\nregressa\nregresso\nparcelamentos\nestatutariamente\nressoa\njuntos\njuntou\nvicodin\ncontemporanea\nherdabilidade\nraquetes\nparlapatões\nshetler\nheinz\nheins\nheino\nheine\nbraquiópodes\n[\neditorialista\ncorista\ntitulus\ndesentendeu\ndesentender\ndesentendem\nex-bbbs\nlaughter\nescama\nimunoterapia\nmadruzzo\npatinava\nstarlight\nquitaram\ndeciframento\ncompuserve\nfuncionalista\ntoquio\nkenilworth\noctagésima\nsctv\nanwar\nfeitiço\nbishan\naderbal\ndjamel\nsebastopol\nprocedidos\nkusel\ndesmascarada\ndesmascarado\nana-lucia\nalargadas\ngodman\nricamente\npaulin\npaulie\nrecontou\nbaturité\ninsignificância\nbluebird\novil\nprestam\nvice-ministro\nprestar\narquitetar\narquitetas\novis\npetroquímica\nmatsuoka\nboyle\ncancelando\nferidas\nrmr\nrms\npicnic\nacentuados\nrmb\nrmc\nrma\nrmf\nrme\nrmn\nideologias\ncaprimulgus\ntakeover\nlicônia\npraecox\ndiretrizes\nmitnick\nnishikawa\npoletto\npoletti\ngeria\nlord-lieutenant\nnespresso\nmakemake\nmodel\nmodem\nmuseveni\nzayn\nzayd\nweinfeld\nrepositórios\ngares\ntranscrição\nduelistas\ncrunk\nsitiando\nm9m\nm9a\ntekoá\nazucena\nresultara\nenvelhece\ncronkite\ncarijós\nperonismo\nitapé\nfresnot\nelevaram\ncapturavam\nmonegasco\nchego\nchega\nbotoşani\ndisparates\nfaustos\ndarlan\nckd\nbiomoléculas\nspitzer\nfeste\nfesto\nmobley\nabrangente\nrefletissem\ngeographical\nfrívolo\nathletico\nfrívola\nathletics\nentorno\nperóxidos\nseringais\nsuplemento\npechora\nxaviax\nblonsky\nducale\nacolhidos\ndescumprindo\nantiquarks\ncezário\nbacuri\nmineral\nminerar\nanedótico\nanedótica\nbicolor\nfotojornalistas\ninibitórios\nsustainable\nbaroli\ndeixando\ntcb\nberserk\npotchefstroom\nstrategy\ncastrejas\nshamash\najloun\nfornovo\nquenya\nmutabilidade\nbataille\ngamecube\ndeixamos\nnasser\nsitemas\nestetino\ntende\ntenda\ntendo\ntributação\ndesencadeiam\nrepresentamos\nengrossamento\nporja\ngrã\nmärkischer\npelourinhos\ncroton\nfries\nfriel\ngru\ngrp\ngrd\ngre\ngrb\ngrc\ngra\ngro\ninfâmia\ngr9\nfímbria\npompilidae\ntremembés\nrelena\nnévoa\nvarallo\nciclista\ncipriano\ncipriani\nheir\nhein\nheil\nheim\nbruton\nmemoriza\nastronautas\npuppets\ntransmontana\ntransmontano\ncusteado\nsucedesse\ncusteada\nidolatrado\nsuavizou\ninternatos\nfolhetins\nmolly\nvelhinhas\nmolle\nmolla\ndesajustadas\nñeembucú\nkayseri\nquerubins\nsocialmente\nsuperinteressante\ngovernamental\nrealizava\nlope\nlopo\nvuaden\ntapetão\njp99\nduisburg\njulgador\njulgados\nemacao\npalladianos\ntáxon\nbetancourt\nmaspero\ntrombudo\nliberavam\nlongiflora\nbolsena\nkotler\npredilecção\ncornualha\nvespertilionidae\nstreltsov\naraucaria\ncoupés\ntextron\ncompactadores\nempunhar\nfoliáceos\ndarkside\nrecrutava\naparicio\ncanaan\nkusumi\nlanchonetes\nbortoletto\nbalsa\nwinckelmann\naproveitamentos\nmiele\npormenorizadamente\nmelvin\ncativas\nproterozóico\nroadrunner\nboileau\naflige\ncarolíngio\ndiferenciaram\ndiritto\nrazuk\nassemelhar\nassemelham\n#projetogracyanne\ntunicados\nlillian\ndáil\nmadras\narcadio\nmistinguett\niommi\nsexton\ndummy\ndesaconselhou\nmatina\nschmid\napanha\ndotações\nhorácio\npocket\nvereza\npossuiria\napanhá\nbrestois\nkotaro\ntermicamente\nargus\npeintre\nberenices\nstadium\ntarpeia\nquadriculados\nexpansor\nherdado\nherdada\nherdade\nr.i.\npelicossauro\nguccione\ncapitol\nnocioni\nxalapa\nolefina\nkrosa\nmourões\nprincip\nconcessão\nforçou\nsólidas\ncapriles\nligne\nestruturava\nferiadão\ncaríntia\nestreladas\nolfacto\nnaoto\nauto-intitula\nodorata\nnaota\ncaravanas\naconteceria\nburlington\ngroth\ngrota\ngrote\nvc-9\nminigolfe\nguarabyra\n°\nmudança\nraking\nativista\níntimos\ntaxação\nvauxhall\nmonitoring\ndesolação\nczarista\ngunma\nacertador\nacertados\npartilhava\ndeterministas\ninvestigativas\ntwilight\nligeiramente\ngreco-cipriota\ndadinho\nlegume\namarelado\nsentir\nrosenheim\nburied\nsorologia\nsentia\nlübbe\nbasbaum\nconfundidos\nsuplicante\nbrasileirinho\nsoloist\nreclamavam\nedonkey\ngélson\nplasminogênio\nrecorram\nlc99\n99999-99-9\ndificultaria\ncidades-estado\nsterling\nmoncloa\ntakahiro\npaderborn\nparanóico\nprevisão\nocupação\nmensurados\ncolegio\nduelar\nduelam\naspecto\nintestinas\nintestinal\neconômicos\nbaleia-comum\nokumura\ndiretor\nêxodo\ninterpelação\neletronegatividade\ndopados\nestão\nterri\nterre\nterra\nsmc\nanimada\nbraçadeira\nesgotaram\nzwiązek\nmíope\ntesseract\nfleece\nnîmes\nsensoriais\nengordei\nalfaiates\ncarboidratos\ninesperados\nfinwë\nwasa\noficializada\noficializado\nvillarino\nesplêndido\nesplêndida\nilmar\nrifampicina\ndescontentamento\narmitage\ntato\ntati\ntate\ntata\ntatu\njanković\ntatá\nuplink\ncoronarianas\nkokhba\nreial\ntoujours\nibañez\nondulante\nmaximiliana\nanimismo\nexercesse\ndespersonalização\nmetaprogramação\nestrangeirismos\nchurch\nhidrômetros\naninhos\ncalicute\nhumícolas\ncomprehensive\nvõro\nvõru\naltus\neager\nbancárias\nmetralhas\ncincinato\nchadiano\nzebras\nex-urss\ncontrariedades\ndesviantes\nágios\nalfonsina\nempenhava\nsushiman\nalambiques\nprecipitadas\ncazã\ncazé\nfenelon\ndesassociado\npolémica\ncaza\npolémico\nupaon-açu\nneiman\ncarbonell\ndisponibilizados\ncastañeda\npawn\navançaram\ngcc\ndepardieu\ncontactando\ndecay\ndecap\ntyrone\ndecai\nnutridas\ntestas\ntestar\ntestam\nrotation\nganglionar\njagged\nimeri\nrebatismo\nneurofibromatose\nassociam\nassociar\namostra\ndendropsophus\nalcione\ndbm\ndba\ndbc\nponto-chave\ndbs\ncerteiro\ncerteira\ndb9\naprisionou\nunisinos\nvlasak\nsteyr\nmalin\noutsider\nmelamina\nescancarar\nanexado\nanexada\ndento\nreisado\ndifamação\ndiapasão\ndrawing\nmailson\ndeveríamos\ncorpos\nartbook\ndeploráveis\nsábado\nmeras\navalista\ninfluenciaram\nneurologistas\nodiando\nsemelhantemente\nalternadas\nibaka\nghost\nxamãs\nghosn\nghosh\ndemolições\nreabastecido\nreabastecida\nspeck\nlapidada\nbrenman\nbangkok\nlöw\nlaja\nlaje\nlöb\nsubmersos\nzeroes\njuntasse\nincomuns\nservidores\nhucknall\nyemi\narsia\negydio\naustera\naustero\nafloramento\nurtigas\nvento\nventa\ngottardo\nreprogramado\nimagináveis\nestudada\nsanguifluus\nestudado\nviolent\nmicrofranquia\natacasse\npíton\npebolim\nlidando\nimpressionando\nterris\np.g.\nboattini\noff-broadway\ngrafita\nrowena\nfedermann\nredondela\nnetflow\narthropoda\narrecado\ncravagem\narrecada\npercussivos\ncarnby\nfalmouth\nar99\ntransmitam\nconversinha\nórteses\napropriando\npejorativa\npejorativo\nautomobilistas\nhistoriados\nhistoriador\nsigiloso\nsigilosa\nschelling\npossible\narrastamento\ndemovê\nabsorva\nabsorvê\ncomposicional\nselêucida\nconvergència\njaxon\ninflou\npentâmeras\nemil\nemin\nemir\nsucateados\ntourenwagen\nalboreto\nseguradoras\nfadiga\nteatrais\nkaspar\ndesistiu\ndesistir\ndesistia\nxata\nagricultora\nhospedará\ntergat\ninestética\nvelhas\nrothesay\nreativando\ninstrucao\npronúncias\ncorruptos\ncoello\narata\ninfluído\nproibido\nproibida\nmicrobiológica\nannesley\nprivatizando\nsolstice\ncandinha\ncandinho\nsangrou\nestrito\nestrita\ndinky\ndinka\nproporem\nlascaux\nsantiago\npampeiro\ncânfora\nanglo-saxônicas\nmotown\nbellingshausen\nhaydée\njoly\nprofibus\nlansing\njolo\nconstatação\ncongelou\nparabellum\ncicerone\npalette\nsuperpoderosas\npaletti\nresultariam\nempunhando\nmong\nmona\nmonk\nmont\nmons\nmony\npossuido\nmaladroit\nprejudicava\nrealities\nolhei\nolhem\ndespenseiro\nsupernovas\norientation\nglândula\nftd\nwessex\nwessel\nsagrar\nalexandrovich\npronunciados\nviseu\ngrão-duque\nvisem\nmorenz\nmoreno\nmorena\nfreiherr\nmaizena\ngleizer\nlevado\nlevada\nashdod\nônix\nmegalópolis\n-e\n-d\n-g\n-f\n-a\n-c\n-b\n-m\n-l\n-o\n-i\n-j\n-t\n-v\n-p\nfervor\n-r\n-x\nhiggins\ncrocodile\n--\n-9\nembrião\n-é\nsimbolista\ngirando\ndisfuncionais\nyuknoom\nnortheim\npapa-tudo\ncisneros\ngauche\nburitizal\ngaucho\ngímnica\ndesmembrou\naleida\ncapelães\nrapina\nsunnah\ntransicional\nescrevam\nestéril\nconstructions\ndundas\nzelão\nquebrados\nnucleares\nvidya\nclinic\nvivaldão\nconditions\npatrulha\ndafoe\ncetona\nflaccida\ncollected\níbis\niason\ndocente\nsoropositivas\nczarina\nbloods\nmunicipium\nipi\nipn\npercalços\ncenografias\nconselheiro\nconselheira\nipw\nmercadoria\ntabor\ninfra\ntaboo\npervez\nposfácio\ncavadinha\nbosse\nbossa\nbossi\nkerivoula\ndull\nmiraz\necumênicos\nmonpezat\nfmp\nfaber-castell\ncabril\ncães-guia\nip9\nfilipenses\nconstatam\ndelicias\ndeliciar\ndeliciam\nconstatar\nliderava\ncosmo\ncosme\ncosma\nbogdanov\nrq99\nset-list\ncirculam\narrangement\nsubaquáticos\nquaresmeira\ncircular\nrevelaram\nadossado\nexecutava\nagredidas\nkushida\ndaninhas\nruralista\ncrossing\nwarenne\nmantidos\ntembé\ntelevisora\nhigiênicos\nchenonceau\nbarramento\nconspirava\nfafner\nmunemori\nvosso\nvossa\ncomportem\nenfermeiros\nateando\nagendamento\ndemocrata-cristão\ncellar\nsobreiro\nsobreira\nparanaenses\ndramatiza\nlyne\nlync\nhumans\nsantalaceae\nhumano\nhumani\nhumane\nhumana\nxingar\nlumière\nbenfeitorias\ngandara\nmistaken\nhina\ncrécy\nsager\nwenders\nquinzenais\nultrassecreta\narqueológicos\nnidaros\nretraído\nretraída\ngoals\nhudgens\nrahul\nenxuto\nenxuta\npredição\nalcobendas\nnão-profissionais\nklass\ndisfarce\nvilella\nmoyano\nassembler\nmeteoros\nvacilo\nvacila\nvicini\nparanthropus\nlevantino\nsja\nlevantina\ncatimba\nlungs\nerodir\nlunga\nmalalas\ndistritais\neritrea\nlocativo\ncatimbó\nrepelente\nsimbolização\nvavilov\nflexões\ncarruthers\nzoldo\nrecém-casados\nkiev\nespacialidade\nbeckwith\nsidle\nhematológicos\ncaudados\nsofredor\nsomaggio\nrickard\npropila\nfolke\nengajadas\nfolks\nmoonspell\nbothriomyrmex\nlewitt\nestiramento\no'brian\nmalaio-polinésia\nplantações\nreplicados\nreplicador\nponeglyph\nfauvistas\ntoxoplasma\nunfortunate\npururuca\naermacchi\ncampos-macaé\npolop\npolos\npolow\ndreams\nmucoso\njaque\nstryker\nneozelandesas\ncleitinho\nluar\nluas\nluau\nluan\nregistrarem\nuchoa\ncravado\nreticulócitos\nposidão\nfailure\nautoestrada\nyankovic\ncontra-terrorismo\ncassiodoro\nautovalores\nagronômicas\ntotila\nmakaziwe\nflecheiros\njumpman\nbittar\nsignificando\nempolgante\nneocolonial\nomari\nretiradas\nacha\nsanfermines\ndeclararam\ngirlicious\nkonrad\nanalises\nanni-frid\nmatoran\nseopa\ncastle-hughes\nmanobristas\nfisico\nflorideophyceae\nfisica\nfórmulas\nnordestinho\nzsa\nquatrilho\nineficazes\ngiffords\npinedo\npineda\nbahnhof\nfuzilou\ndesprezados\nestimativas\nolvidar\nafinando\nelongatus\nexcederem\narusha\npendragon\ndeckdisc\ndisforia\nwissenschaft\ncomputadorizadas\nrepartidas\nsopés\ntitono\nirandhir\nleônidas\nfecharem\ndecidimos\nmariinsky\nofertadas\npittsburg\nmazelas\nnestoriano\nambusto\ncanelones\nzpp\nvacation\nincumbências\nzarzuela\ndifusora\nbebedouros\npurgatory\nextremos\nalboazar\nfairmont\nazinhal\nkuribayashi\ncaronte\npós\nreestréia\natami\nhusky\ncavalga\ndollar\ncosesp\ndifference\nhomozigotos\nfrei\ncottonwood\ndanceterias\nmaratha\nmarathi\nwaals\nhorovitz\ninofensivas\nspectabilis\nshepard\nmuriqui\npobres\niconográficas\nfratrum\ngd99\nflautas\nfiltrado\naposentando\ndesproporcionado\nmatriculas\ndesconfiei\nsufragados\neisa\njeezy\ndedicaram\nestancar\nadiava\nnalgum\nsufragista\naceitarão\nsaltillo\nesquemático\nesquemática\nnemours\ncubistas\nhonors\nlecionado\nlecionada\nestreitam\nguatapará\nbernardelli\nestreitar\nestreitas\nlegais\ngravavam\ntoscânia\ngutto\nrachas\nrachar\nfolheados\ncecco\nsecundarista\nd'almada\nhuff\nazarujinha\nprodrive\nfuscus\nlitta\ndividendo\nsimple\nsimply\nquinquênio\nregistando\ndefendiam\nsensitivas\nsoeur\nanalisarmos\nsummerland\nsantorini\ncalcularam\nmassinga\ncomposites\nbodhidharma\ndigestão\ngötterdämmerung\ncarcinicultura\nா\nvira-latas\nmegaton\nescrete\nrecomendaram\npharmaceuticals\nsequestrador\ngauss\nalfabeticamente\ndureza\nfreeway\nincendiaram\nllanquihue\nfinnegans\nbeberrão\nerecção\nbrasil-pel\nniobe\ngainsborough\npredizer\nbolsos\ncolágenas\nrepresentada\ntocantinenses\nrepresentado\nboxing\nkenpo\nluxuria\norganizamos\ntalibã\noblíquo\nsensuais\nlandau\nadli\nlimburgo\nbaldio\nsanhauá\ndmae\nwollner\nrepitam\nsedutor\nmastigar\ndodig\nherdeiras\nsalle\nsally\ntonopah\nconcidadãos\nabominação\nexmouth\ndendezeiro\nrft\ntaking\nutriusque\nsuperheroes\nnovick\ninovadoras\nplacid\nadvogando\ncaras-pintadas\nr.e.m.\nmasopust\nsundiata\nemparedada\npropeg\nproper\nbatidinhas\nleixões\nabsorvam\nterceirizadas\ntunstall\nseqüência\nključ\nianelli\ncolniza\ndassler\nvolantis\ndeodoro\nbaenão\naeronáuticos\nbeberem\nasparagales\nparkshopping\nmanganês\nhiryu\njayson\narega\nbalian\nautenticado\nclicadas\nrepetiam\nmedidores\ntu-99\ntagmata\nleitosa\nleitoso\nescocesas\npuch\npuck\nlurian\nemporia\nemporio\ngeane\nfaldini\ncircunstancias\npanco\npanca\narticulado\narticulada\ntremaine\nco-autora\namazon\nsauvages\ncooperativos\naarhus\nevérgeta\nintercessão\náttila\nassuão\nstopping\ncleyde\nolimpiadas\ndevedor\nanestesiada\nbuço\nclarear\ndemo-tape\nekipekonômica\nyamato\ncentenários\ndissociativa\nrelegada\nrelegado\ndissociativo\nyepes\nmagdaleniano\nsulfureto\np.s.\ngit\ngis\ngir\ngiz\ngig\ngif\ngib\ngia\ngio\ngin\ngim\ngil\nradicaliza\nbiopsia\npiorou\ncustavam\ncomprovassem\nhammers\nvítor\nmaipú\ndissenções\npecava\nmão\nchegassem\ndolby\nmaipo\nrafael\nbasel\npalmatória\nmonteforte\nsônicos\natómica\nb99\npôs\nreplicada\nb9v\nb9w\nreplicado\nb9k\nb9b\nb9c\npóquer\nlaniado\nturma\nmckinley\nsakoku\ntransmitiam\ndenuncismo\noasis\nchloë\nchloé\nchloe\ndiscriminada\nfreqüentou\ndiscriminado\nsohn\nsoho\nsohc\neliminamos\nsupercentenária\nsupercentenário\nozma\nímpeto\nentusiástico\nilliac\nsupa\nipubi\nforjando\ncolony\ncolona\ncolono\ncoloni\nlongobardi\naguçar\nemtu-sp\npremiados\nstromp\nfiod\nsaboeiro\nprofessor-titular\ninflation\ngouvêa\ndesafiando\nkherlakian\nvestissem\nruelas\nbouguer\nbanalizado\nauditado\ndesatino\nnarrados\nnarrador\npropositalmente\nbekkos\ngrumman\nhallows\ntangentes\nrvpsc\nzeev\nantimonitor\nvadios\nharveya\nelobey\nladders\najeita\nconfrontado\nconfrontada\ngrotão\nenrolação\nformarão\nrobyn\nexibiram\nknows\nknown\nrenzetti\naglomeraram\nchaco\nchace\nmaierovitch\ncalcinação\ndesinformado\ndesinformada\nhaploides\ndesconectado\nsul-oriental\nleganés\napoderado\nascendiam\naristocráticos\nyale\ndefunto\nnotabilizado\nsantamaria\ncumanos\nvinho\nerguê\nchecklist\nergui\nergue\nfecomércio-sp\ncaçadora\nmoses\nmoser\nmío\ntransições\ndiligência\nsupermarine\ntinharé\nbürglen\nromenos\nworkers\nsabotado\nyorker\nrenly\nmodernizadoras\nauxiliava\nreerguido\nbeaton\nreerguida\nbeatos\nportugaise\nvigiá\nkarolinska\nfreak\nfrear\nacertaria\ntabelião\nfranchini\nmissil\nnaturistas\nvigia\nvigil\nlampada\nmordomia\ntribunal\nfremantle\nfrederiksborg\nprotótipos\nselkirk\nbucaneiros\nvalla\nbylis\nultrapassada\nultrapassado\n−\nfrustrante\nkingstown\namortece\nabstractas\nlosango\ntréguas\nthaíde\nhistéricos\ngeriatra\nlongitudinal\narquitetónico\narquitetónica\nbarbaragancia\nfrontières\nrincón\nperônio\nlts\nltr\nltp\nltv\nltz\nlte\nltd\nessilor\nvukan\nsulamérica\nmamelodi\nbranches\ngélio\npúblico-privada\naprendizados\nressentiram\nspiegelman\ngminy\nvoluntarios\nultrajado\nultrajada\natribuído\natribuída\noswaldinho\narcaicos\nsainte-geneviève\nreprimem\nbenzema\ngalina\nfrege\nb9iv\nprovação\nkyokai\nnikolaevich\nredivisão\norlado\nhenriqueta\nisadora\nisadore\nsfumato\nestarrecedor\nversículos\nburel\ncassivelauno\ngenésio\natkinson\ncivello\npavoroso\nconsanguinidade\ndaimon\niluministas\nencharcar\nforqueta\nrecém-nascidas\nveraneio\nrégine\nperigínicos\noficialmente\ncorpora\npingando\ndahi\ndahl\nlashawn\nsub-saariana\nmini-lp\nceramistas\nacompanhava\nburnett\namericanização\nmariquinha\nbassini\nbellinzona\nkieffer\nvindouras\nametais\nalojamento\nconcord\nzito\ncontinuadora\ntaos\nvívida\nvívido\nésquilo\nintegralista\ncapetinha\natalanta\nresguardado\nresguardada\ncouzy\ninterpretadores\n้\nолег\nbancos\ndemonstrava\nrecopa\nmouhoun\noke\ncydonia\ndiscutirmos\nultrassom\nscilingo\nginástica\nmisères\nseichas\ngeossistema\nsolucionadas\nultrapassarem\nnachi-katsuura\nbujutsu\nvictrix\nestabelecido\ndeni\nansioso\ndemérito\nansiosa\noftalmologista\npotenciômetro\nmágicas\nprocyon\nb.c.\nenfado\ntransnístria\nsakya\nintegramente\nprocedesse\nprodigioso\ncaoc\nresidirem\npowervr\ncaos\ndancouga\nfrankfurter\njilin\ncrowdsourcing\ngaláxias\npára-raios\npajé\ncharadrius\nsøren\npraticavam\nmeighen\nmilitava\ndetentos\ndetentor\nquitá\necoporanga\namsberg\ndeux-sèvres\nquito\nquita\ncancelou\nquite\ncunegundes\nalicerçar\nrumsfeld\ndissonâncias\nenemiga\nlinfa\nal-durr\nbebem\nbebel\nstarfish\nbebes\nbeber\nbebeu\ncynara\npan-eslavas\nstaden\ndestroi\ndestros\ndestroy\nreaparecendo\nhonecker\nacérrimo\nbenignos\nmonarcas\nphilae\nbureau\nmexida\nparestesia\noprimida\nbolan\nbolas\nbolar\nlanes\nlaney\nansiosas\nperuca\nsalomón\ngantz\nemancipar\nvoltemos\ncapacitados\nبن\nkyary\nlusitanops\ntabelou\nindispensável\npsicologicamente\ngaviões\naberje\nuesugi\nurubici\ncerveja\ndiplomáticos\nlocados\nlocador\nhells\nfotorreceptores\nsemeando\ncoríntios\nwxwidgets\nivanir\nvisitarem\nnanga\nexportadora\nlaub\nlaud\nlaue\npopularização\nlaus\n#redirecionamento\nindo-europeu\ndormência\ntebaida\nreparadora\ncenterville\nalentejanas\noutland\nressente\ntrade\nhe-man\nalle\nalla\nallo\nalli\nfalabella\nally\nimperio\nimperii\npasquim\nrelacionamentos\ntopológicas\nlogistics\nborchardt\nminnemann\nк\nzeppelin\nabortivos\nstairs\nlogistica\nbeiträge\nbarracas\norganizada\norganizado\nrespeitosamente\nreuel\nrebaixados\nmollis\n#\nfossilização\ncamisão\nlodeiro\ngainax\nopenmp\nfalseável\ncongada\ncapitólio\nsereia\nbacking\ncongado\nsereis\nsuzannah\nandrógino\nindetectáveis\nstockholms\netelvino\nmelina\nrebordo\ncarazinho\nparisienne\npodera\ndaimler\njohanson\nkraven\nmercadolivre\nal-ashraf\nsaídos\ninsignia\nlanvin\ninsignis\ncercá\nbyrd\nzetsche\npadecia\ncontagens\nmantidas\nexpulsados\ntipica\ncalrissian\nconseguirão\nembriagar\npieces\nrecomendou\nsovetov\noxossi\nndwandwe\ncônicas\nsimonov\ntiago\nsimonon\nquadrissemanal\nmodernista\nmanaus\nheffley\nsulfurosas\nrocurónio\ninuits\nbatalharam\nmoberly\nvisp\nvisa\nvise\nvisi\nizaura\nvacancy\nemparelhadas\nautor\nautos\najoelham\najoelhar\nthiaguinho\nvelados\nexplosiva\ncarregasse\nexplosivo\nmazursky\ndesencadeada\ndespensa\ndesencadeado\ntonelli\ngraphica\ngraphics\nchavões\nhebdomadário\ncombina\ncombine\niões\ntaumaturgo\nshona\nkandel\ncombiná\npré-cambrianas\ningressantes\ninocentados\ndoninha\nbigfoot\nescoadas\npraha\nbrindisi\npreussen\ncapitão-donatário\nucps\ncoroando\ncorrelatos\njasset\nmallmann\nbueiro\nwesterveld\ncutscene\ninsula\ngiovanna\ngiovanni\nsugando\ncitem\ncitei\ncosacnaify\ncites\nsecante\nextrassolar\naportar\nfogueiro\nfogueira\ndor-de-cotovelo\nlibertadores-9999\nfeirinhas\nexternalidades\nidoso\nidosa\nregressando\nparalelismo\nvivera\nvivere\nsonhamos\nkissimmee\ntackles\nrepousar\ntônica\nlongitudes\ntônico\nviverá\nmfa\nelatior\najustável\neurasia\ndepositado\ndepositada\ntraduz\ncompetitivas\nardor\naristóbulo\nobservacionais\nfea-usp\nanalytics\nmensário\nclues\nseterror\nagata\nsatoshi\ninsistisse\nbatizou\nexortando\ntabacos\nabastecendo\ngrupal\nsmap\nweisz\nfusão\nfilosofia\nprogramadores\nexílios\ncarregue\nsatisfez\nrecebessem\nhumilha\nthiam\npautou\nagradado\ninteriorização\namarelo-ouro\ndesencadeador\njenko\nmalfeitor\nclassificadas\naviano\npatina\npatins\ncossiga\nleiam\nderrubados\nserviria\nmattersburg\ngorgo\ngorge\ngorga\nazuma\nmontreal\njenova\nperciforme\npqd\npqu\ntanja\nrenhida\ndefinirá\nmunsee\nbradley\nconfirmamos\nmearim\ngori\nbáculo\nadaptativo\narora\nultra-sonografia\nchanfrado\nsuper-terra\nlapinha\nmesclavam\nsweller\narrastavam\nescavando\nportuenses\ncamerarius\naborígenes\nmasseira\nkaraman\nnordgau\nnobreza\neducadoras\nmisterioso\nmisteriosa\nsoldadesca\npendor\nsegmentar\nkisangani\nremadores\nelogiado\nelogiada\nlaterita\ntenseiga\niscsp\nwatanuki\nwolfenstein\nrachão\njaun\njaua\nwhatcha\ncalathus\ncodeshare\nmelchor\npetrescu\nfechamento\ngillette\npunir\npuniu\nopinaram\nsaturnino\nlimeira\ngordonsville\ncertifica\ni'll\nkinnaird\nungaretti\ndisruptor\nmaluquices\nsalma\nplaneava\nreprovada\nreprovado\naladim\naladin\nacidez\ndurezas\nacadianos\nlavareda\nsinagoga\nalmanaques\ncolatina\naldaris\neterno\nguarabira\ncontra-capa\ndevolvê\nnegreiros\ndevolva\ndevolve\npré-cristão\nprático-profissional\npré-cristãs\nhéracles\nhipogonadismo\nlinepithema\nderülo\ncoxins\nagradaram\nefacec\nintramuscular\nrunescape\nnetinha\nnetinho\nsustar\nanimadoras\nconectaram\nx\nangie\ngravitation\nlipossomas\nison\ndana\nfanaticamente\ngalp\nengelbart\nchacona\nlessa\nfapi\nhornblenda\nluxemburg\nrevistadas\ncristatus\nbeneficiados\nopondo\nzampari\ncamareira-mor\nmanifest\nduluth\njacey\njacek\nehrenberg\nactivada\nactivado\nraspberry\nplantio\néire\náreas\nirresistíveis\nwürzburger\nkansas\ngranuloma\nkansai\nantares\nbeuys\nfedex\nfuligem\napaixonar\napaixonam\ncartes\ncarter\nsombrias\nimplícitos\ncartel\nindustriário\nzoran\n99/99\ndesapareçam\nfalando\ntangerina\ntangerine\ncontrol\npudermos\nelíptica\nstupas\nwilfried\nepônimo\nseaton\newigkeit\nchojun\npaperclip\nmundanas\nremixar\npolêmicas\nbrusca\nbrusco\nagrava\nagrave\nagravo\nhla\nmanhua\nboateng\nbalião\nprincesa\nprincess\nglobulina\ntoca-cds\nhemigenia\ndissecadas\ninteirinha\ninteirinho\nachilles\nmissionação\ncorada\ncorado\nnoticiadas\ncalloway\nlangobardorum\nparcimônia\nlouvain\nmatilda\nfindo\nft-999\nabraão\ndieter\nfinda\nkellner\nveiculava\nhabitats\nfinds\ngalván\nbônus\npolícias\npolícial\nenfaixado\nenfaixada\ngrupamento\nhelenizada\nmadama\nhelenizado\nmadame\ncomparsa\nshowgirl\npiece\nrobotech\nneanderthalensis\ncifuentes\ndomnall\ncavalry\ncontest\nconvite\ndesfilava\nsaladin\nimitava\nguerrero\nguerrera\ngeneralização\nmassificar\nincluiam\notsego\nmaxixe\ncintilografia\nservos\nabnegação\nletão\nabelianas\npeaceville\npoggi\nigaratá\nvodka\naloca\nneutralizada\nnicolosi\nneutralizado\nsogro\nscoring\nreestreia\ngálatas\njanelas\ntramaram\nbóvio\nnumênio\naol\nvitorio\nvitoria\nspoiler\nnursultan\ninformou\nincluído\ncarrapa\nkean\natendente\nmutiladas\nkarviná\nfotoperíodo\naor\nthoroughbreds\ngunnar\ntársis\ninocente\ndivisores\ngrandiflorum\ncash-flow\ndesobriga\ncaius\nloach\nhillbilly\nescandalizado\neliminação\nvanity\nreconsidera\nreconsidere\nuziel\ncircunscrever\ncorrediça\nxavantinho\nlief\nlied\nlien\nlier\nlies\nliev\nlieu\nquilométrica\nquilométrico\nimip\nquarentinha\ntrès\nlophocebus\nhiranyaksha\nguericke\nperdoará\ncapitalismo\nstamford\nstallion\ncastanho-avermelhada\ncastanho-avermelhado\nkommun\nhigh-tech\npensionistas\nhenslow\ncompanias\nderramava\ncancioneiro\nalmóada\npenfield\natacada\natacado\nafrican\nhassan\nafricae\ncoevolução\nhidratante\nrobalo\nhordak\njaneiro\ngargantilha\nimplantava\nzabalza\nribbentrop-molotov\nculatra\nengravidou\nmillares\nempreende\ngta\nangustiado\nvicalvi\nperguntavam\nmaldade\ntendal\ntendam\ntendai\nkubala\nestamparam\ntendas\nspectacle\ninterestaduais\npontífices\natrocity\nescaravelhos\nprecise\nprecisa\npreciso\ncrane\nsuaudeau\nredatores\nreeducar\nprojectada\nprojectado\nújpest\nleopoldense\ndefinidores\ngorete\ndoval\nldef\npreenchida\ngeronimo\npreenchido\nherdadas\nlamartine\npradesh\norganela\nstorstrom\nhiddink\nversificação\nmoz\nmoy\nmox\nmos\nmor\nmop\nmov\nmou\nmot\nmok\nmoi\nluaka\nmoo\nmon\nmom\nmol\nmoc\nmob\nmoa\nclaiborne\nmanípulos\nmanufacturer\nindecente\ncracolândia\nducha\ncaboclos\naeromoças\ndecidirmos\nconcederá\nastrológicos\nduverger\nbremerton\nsentindo\nconcedera\ncolegialidade\nespiraladas\nbaliza\ncunhos\ncunhou\naloísio\nloftus\ndisquete\ntradutor\nm.t.\ndeathmatch\ndjan\nvagamente\nreagrupou\nprovará\nespelham\nobjetivas\nobjetivar\nradovan\naldeias\nshevardnadze\nvendedor\npanqueca\napomixia\nespiráculos\natletas\nneuenschwander\ngianecchini\npróprios\ncercopithecinae\ncarne\ncarna\neuro-99\nkunihiko\nkanashiro\nsasanha\ncarné\ncarnê\ncontrabateria\nférmio\narrabal\nconsuma\nconsume\nconsumi\nconsumo\npassadiços\ntürk\nrossetto\nrossetti\nbrindando\nencorajadora\nintibucá\ntarciso\nperderão\nmaterialista\nbarnabitas\nenarmônicos\ncarbide\ninvestidor\nrefatoração\nexplicitando\nangical\npedologia\nincendiária\ntirolo\nincendiário\njupiá\nfaz-tudo\npussos\nmaxi-série\nqueiroz\nmelittidae\nquarterly\nsupervisiona\nromancista\ndesfechos\nforça\ncomeçavam\npercebem\nperceber\npercebeu\nmegabizo\ncéltica\ntrieste\nforçá\nbombers\nex-tucano\ninaugural\nmacklemore\ninman\ncepião\nserpentina\nserpentine\nkošice\npresuntivo\nnuussuaq\ngritaria\nanaeróbicas\nvenancio\ndesmanchar\nnatta\nnatto\nfitotecnia\nsevilla\nseville\nprojectam\nprojectar\nmedonho\ngravimétrica\narte-finalista\ncontumil\nbloomsday\njharkhand\nutilizam\nutilizar\ninvasivo\ninvasiva\nupbeat\nsomariam\npalhada\npromoter\npúbis\nsocioambientais\nréguas\nesquisita\nesquisito\nposition\nprovedor\nflatulência\ndenários\nembarque\nbompastor\ngeomorfológicas\ngrameen\nbeatbox\nestimado\nvisconti\nestimada\ncaitlin\n9.99999999\nshooting\nspeculum\nufólogos\ninfectam\nroble\nmanfredo\nmanfredi\ninfectar\nmudando\neletroímã\nencurtados\neastwood\n9999-999\ncais\nshines\nbuna\nbund\nbunn\nbunt\ncaic\nneisse\ndigest\nbolesław\nbowlby\nobélix\nrolamento\nsobranceiras\nfisco\ncertas\ncoringas\n-vos\npeipus\nmoldável\nmahãrãja\nregulamentada\ncutâneos\ndesviá\npenitente\nmocassim\nsucessora\nembalou\nembalos\ndesvio\ningeridas\ndesvie\ndesvia\npessoas__link__\njstor\nchurrasquinho\ntexanas\nlazarev\nquilowatts\nentregado\nassobio\nassobia\narrependi\narrependo\narrependa\narrepende\npareçam\ndocinho\neleftherios\ncrendo\npontapés\nlanço\nlança\ñ\narrumação\nestelionatário\nórion\nlançá\ndeise\npeletier\nbuchenwald\nnininho\ncomunidad\narmageddon\ndestituindo\nbabyface\nconamara\nkotipelto\nrescala\ncrippled\nhollies\nateles\nferra\nferre\nferri\nlongitude\nferro\nferry\nal-haytham\nferrè\nferré\nd'argent\nguéldria\nbacchus\ncarpas\neymael\ningratidão\npostergado\nmirko\néverton\ntomaremos\ntenente-aviador\ntransport\nanjinho\nreformou\nfrustrou\nenfeitar\nenfeitam\nromanesca\nromanesco\ntársios\nrepublika\ncomneno\nescandinavos\ncoreógrafos\njusticeira\njusticeiro\nschnabel\njutiapa\ntambaú\ncultivavam\ndepositem\nstereophonics\nmargeia\nguiena\ntambay\ncortininha\npombagira\nreabsorvido\nkarsten\ncestarias\nsemi-áridas\ncartilhas\ncidália\ntraseiras\nslice\nvinterberg\nfazíamos\nslick\npolaco\npolaca\ncastelinho\nrediscussão\nlutariam\nmonarquia\ncinema\nembutidos\nvisigodo\nmagdalen\nvisigoda\nextrajudicial\nsuavemente\nridículas\nseduzidos\nkolbe\ncata-ventos\nbufonidae\ncomicamente\nfelizmente\nducula\nsbs\nemolientes\nhabilitada\nmaalouf\nthrift\ncommunards\nuidemar\nmuramatsu\nlórien\nstrecker\ncontactada\ncontactado\nchores\nchełmno\nchorei\nnormatividade\nrotundus\nimitou\nfavoritismo\nfoggia\nmurmura\ngorica\ndoomsday\nrejeitarem\nnectarinia\nsanatório\npensilvânia\ngeleias\nsherri\nsherry\nclimáticas\nsuprimia\ninazuma\nsuprimiu\nsuprimir\nmaridos\ncepeda\nbaroque\narp\narq\nars\nart\naru\nyupanqui\narx\nara\narb\nard\narg\nari\narj\nark\narm\narn\nprofere\natra\natri\nar9\npeichin\nexemplares\ncastelluccio\nboromir\nverde-amarelada\nanacardiaceae\nângulo\nantonietta\nencobertos\ndjalminha\nexóticos\ncabeçudos\ncupons\ntranspor\nespinal\nhieróglifo\ncogita\ncogito\np.p.\natualiza\natualize\ncalles\ncaller\ncallen\ncalled\nsozinhas\natualizá\ninguinal\núltimo\nthames\nmanaíra\nforquilha\nbuldogues\nmandassem\noperavam\nmultidimensionais\nhoppus\nwebmail\ngötz\ngöta\ngöth\neucarióticos\nkwik-e-mart\ncrawling\nodenwald\ngh9\nequivalentemente\nesculpindo\nvongola\nabençoar\nendurece\nnatiruts\ncockrum\nconstituinte\ntemperadas\nionio\nionia\nillustrada\nvigiar\nvigias\nfalharem\nvigiam\neletrodomésticos\nresignar\nbetel\ncontroláveis\nforçará\nasterix\ninsead\nraspas\nraspar\npeyron\ncerejo\ncereja\naiúbida\nmagus\nho99\nguyver\nwnba\ncircuitos\nprofessa\npfl-rj\npfl-rn\nenfraqueceram\niemanjá\nkiis-fm\nbeijou\nbeijos\ngalinheiro\nraras\nmitocondriais\ninfraconstitucional\ndelanoë\nvalladolid\nnigga\narenitos\npashto\npashtu\nxj99\nmanassés\nmaisa\ninvestigou\ncormier\ncontenda\nsicó\nantiemético\ndranse\nornella\nsich\nsick\ndesertado\nsica\nexpandi\nexpande\nexpanda\nbioko\nbringing\nvologda\ncandeia\nnabateu\nnumerar\nschlageter\napressou\ndialoga\nnumeral\nindeferidos\nkurupt\npandião\ncontroversa\ndrenagens\ncontroverso\nmetamorfosear\nanabatista\natingia\nbeyer\ndesrespeitou\nvibrantes\nmorchella\ntransformavam\nidênticas\nretrógrada\nretrógrado\nguairá\ngato-do-mato\nrasgue\ndespensas\nguaira\nmazur\nmazus\nmisturaram\nposturais\nschiavon\nduckworth\nteimosos\nbogas\nengarrafar\ndescoloridos\nicloud\nteco\ntech\nteck\ntece\nteca\ngesseiro\ngéraldine\nquestionadas\nagaciel\ngopher\ncriptográfico\nregum\nafirmarem\nregue\nsimplificação\nportobello\nbellow\nbellof\nbelloc\nduffee\ndrenthe\nsatriano\nsatirizando\ncrowd\ncrowe\ncrown\ncrows\ninformación\nelesbão\ndesconfiada\naddington\nanti-soviética\npetermann\ncoletaram\ndeflagrou\ndignitários\nerradicou\nbaggins\nkoppu\noberpfalz\nmigravam\nsubjugada\nfagocitose\nfueled\ntilney\nactionscript\nfrangieh\nilus\nspoken\nsuperestimar\nsubdividindo\nalma-tadema\nintermunicipal\nrehab\nturned\nturney\nturner\nturnes\nsqualor\naventou\npropunha\nbolshoi\nnamoramos\nwoodbury\njacobinas\nmonoid\nvaccines\nimpiedosos\nsacerdotisas\ncuraçau\nfotocópias\ncostado\nmoynier\nbiafra\nbaby's\nyörük\nreumatismos\ntucídides\nsuper-recursivos\ngrounded\nculpados\niole\nenero\nacometem\npelícula\ninterrogá\nabrirmos\ndormir\ndormiu\ndormia\nalemania\ntripa\ntrips\ntripp\npolítico-administrativos\nromulana\ntamancos\nkouga\nabusadas\ncorrija\ntripé\ntricks\nnão-metálicos\nparaibana\nparaibano\ns.f.\nkecamatan\nassistências\nleio\nleia\nleif\nrogge\nnão-convencional\nponta\nsois\nponte\nponti\nponts\nponty\nmaravilhas\nmaravilhar\ncassetes\ndescritores\ntablados\ninterroga\nanhanduí\nidolo\nmoimenta\nidols\narakawa\nkou\nfotográfo\ndubna\naprovam\nsubcomitê\nhorace-bénédict\nintertv\nnikolaj\nnikolai\ncopolímero\nmécia\nveronesi\nnikolas\nlotando\nscaliger\nligava\nlombard\ní\ncometemos\néster\ndublinenses\ntremblay\npatrocínio\ncortasse\npittsfield\nunificadas\nsabha\nmerozoítos\nrupununi\nbelezas\nanamórfico\ncronometrado\nbaneser\nsepultura\ntreize\nizidoro\nitbi\ncarrascosa\navicultores\njaster\nfédon\niib\npl-go\nsapucaia\nsommeliers\ndynamics\nestoques\nmusset\nmusser\nrodá\npfc\npfd\npfm\npfl\npfp\npfs\nrodi\ngiffre\nrodo\nroda\nrode\nhonneur\nrods\ngabarito\niiª\nplastique\ndestruíu\ndestruía\ncerimonioso\nmaslow\nrublos\npeking\naraçá\nsmallwood\npärt\nquietas\nnpcs\nletal\nteorema\nneoptólemo\nbôer\ndoraemon\nmanos\ncipher\nmanoa\nmanob\nmanon\nbandolins\nsapatão\ntoríbio\nerosão\ntransparecer\ndestroçou\ndestroços\nblindada\nzebrinha\nblindado\nappartamento\npreminger\nviadutos\npenarol\ncorta-fogo\ncomprovação\nmarcellus\nquinquenal\ndiploides\ngreco\ngreca\nambulatórios\njegue\ncohors\nsieyès\nlookin\nremetia\nmudara\nneoliberal\nmonocromia\nrecognition\nbiology\nindiferentemente\nlanger\nmuck\nmaplewood\njeon\nhonshū\nkassem\nstub\ndeviam\nfarben\ntaihō\netecs\ndeliberativos\nsubprodutos\nnumerador\nnumerados\nstresser\nwiesenthal\nhonshu\nreticente\necovila\nkarras\nconquistaram\nnutt\nnuts\nnute\nbares\natraem\nbarea\neletrostáticas\nartiodáctilos\ncoulthard\nvariando\ndesilude\npodemos\nanother\npublicitárias\ntiburón\nlucrativas\nprojetistas\ndegreas\nassolar\nnigrescens\nassolan\nassolam\ntaludes\nquadris\nquadril\nguasti\nfauvismo\ntrichet\nem9\neme\nemd\nemg\nema\nemc\nemb\nemm\nemo\nemu\nociosidade\nems\nfagá\npeshawar\npastel\nanualidade\nseebeck\nfago\njojoba\ngoitacazes\nbramante\npterodroma\nanual\nanuar\nindissolúvel\ncerume\nsentiria\nperenialista\nreconta\nteológica\nteológico\ntaffo\nkieslowski\nentropia\ngenêros\nrezarem\nrendering\ntenderá\nbrennender\naculturação\npankow\nvoorhees\nmultimercados\nex-dançarina\npaige\npaigc\nconcept\ncravo-da-índia\nredigidas\ngigs\nhospedavam\ngigi\ngiga\nmotörhead\nvassourinhas\ncunningham\nmesbla\nnascimentos\nbarbie\nbarbio\npardieiro\nlatido\nd'aquino\ndeitavam\nseguros\nsegurou\ngales\ngalen\nnastro\ngalea\narrudas\nmanacapuru\nsagitário\nstile\nstilo\nstill\nrã-de-sino-verde-e-dourado\nfs\ntântrico\ntântrica\nfu\nbambuseae\nfa\nfb\ncaaba\nchaveamento\njulgasse\ncarachais\nbajo\nbaja\naspirantes\narauco\nvice-campeonato\narauca\ncorrespondam\ndevorada\nnanini\ndevorado\nanti-herói\nosbourne\nmédico-legal\nlexical\ncolours\natingível\nprioritários\nadoçante\nrelegou\nextroyer\nbarulhos\nourivesaria\nsobrelotação\nperfilado\nperfilada\nsouthey\nkantar\nduplicação\nnominais\nlagerkvist\nineti\nvalfenda\nimprudentes\npietá\npietà\ninadimplentes\ncurramitas\nadjetivas\ndownlink\nmulti-esportivo\nacanhados\nromanus\nabnegado\nreligious\nbandeirão\nventilador\nventilados\nolona\nstartin\ntournée\ntournés\nreflexas\ncatho\ncathy\n99/9999-9999\ninvenções\nnão-humano\nvoltaremos\ndescartados\nrochosos\nensaiamos\nknots\ncalasanz\ntelinhas\n～\nirgun\noportunos\npseudomonas\nossela\nvercors\npasok\nconfrontaram\npasou\nvênedos\nreduzidos\nchatillon\nvaranda\ndistribuiram\nlápis\nveleidade\ncastoriadis\nhabbo\neleitora\nmorbidelli\ndimarzio\nvanian\nsakara\nnormalização\ncongestionado\niletrados\ncobrasma\nlipe\nyola\nlipo\nlips\nsimferopol\nessais\npitões\nchicharro\nesterilizados\nslobodan\npregão\ncivilmente\ncumeada\nencanamentos\nbuendía\nmyzomela\nmicologista\nshiori\nestagnação\npotinhos\nmcdaniels\nretalhistas\nadentraram\nmccray\ntameirão\nmccrae\nhynobius\nmelatonina\nsubmersa\nottavio\nmeia-esquerda\nsocket\nconsort\ncriminosas\nmanipulou\nexigidos\nelegeram\nincluding\nkhey\nsomasse\nolivetto\ndoadas\nconsadole\nspecial\negil\ncangas\nburocráticas\njustiça\nwindermere\notimizada\nguzerá\nanhanguera\nprimaveril\norciollo\nquebrassem\nsecco\nmalucos\nsubclávia\ncrescenti\nhomeomorfismo\neuglena\ngotti\nciutat\ngurgacz\ntaboado\nemersa\nemerso\ninfrequentes\nirrelevância\nholstein-gottorp\norando\nnativista\nsalamina\nconservancy\nexclusão\nathayde\ngeraes\npatinadora\nformassem\ninadequados\nmza\nmaoista\nmorumbi\ngoethe-institut\ndesbunde\nrevisita\nbamburgh\nrezo\nreze\nreza\nconservantes\nmittag-leffler\noferecidos\nosogbo\nexecuções\nsorri\nsorry\nwingsuit\nxuan\nadestramento\njackets\nmembro-honorário\nschrader\nbotecos\nfj99\nestepes\ndesempregada\naston\nastor\nglyndebourne\ntérmica\ntérmico\ndalkeith\nmarocas\ncurupira\nfurar\nfuram\ncítaras\ncampbeltown\nsinapomorfia\ncingalês\ncrossroads\nmonopólios\ncaçada\ncaçado\npresidencialista\nstengel\nselecionamos\ncreditam\naske\ncreditar\namália\numburana\nrespiratórias\nhumanae\nespectrometria\naplicação\nsubdiácono\nstanic\nendócrinos\nnazi-fascistas\ncapitão-de-corveta\nrecriaram\nabcz\ndesestimular\ndesestimulam\nzerar\nhumberto\ncondutiva\ncondutivo\nvigésimo-quarto\nrhoads\nlangmuir\nbisqueque\nbox\nboy\nboz\nbop\nboq\nferrocarril\nbos\nbot\nbou\nbow\nboi\nboj\nbok\nboo\nboa\nbob\nkauffman\nbod\nboe\nbog\npro-wrestling\ndesamparo\nnenhuma\nsacrificada\nsaltarem\nnorthampton\ncinematografica\nvanilda\nrediviva\npreparava\naínda\nyuriko\nwintour\nalimentadores\nfrisos\nbacharelando\nfrisou\necossistema\nsahel\nbagrátidas\nmicrogerência\nnikola\nflagrantemente\nincisiva\nconfidencialidade\nincisivo\nanti-sépticos\nadoçar\ncastilhismo\ncarpinteiros\nhailey\nalimentamos\nmouros\nkaruta\nlógos\nazida\nnarcisos\nrecalque\ngauntlet\nfulminato\nfulminata\nanião\nsketchs\nwaku\nwaka\nwake\nwako\nprotein\ndiocleciano\npredef\nailton\nincapacidade\ncontiver\npró-reitores\nlazuli\npolarização\npreenchidos\ngenosha\npolymorpha\ncasualty\npactuada\nmohave\nفي\nmirandês\nanglo-holandesa\nsupercopa\npredicados\ndeputação\nespalação\npejorativas\nfétido\nopunha\nguiamento\nmercantilização\nprocessará\nminimus\nminimum\ndefendendo\nrepatriamento\nex-estagiária\nrongji\njinchuuriki\nmontréal\nfissura\nbuxtehude\npatus\notto\ndner\nmystery\npsd-sp\n）\nbidirecionais\npatuá\nmikhail\nsintoma\ncirque\ndogen\norou\ngigabytes\namadeu\nkorchnoi\nniclas\ntoponímico\ncolline\nkolubara\nminaram\nalmodóvar\nvalem\nmkgf\nponsonby\nserrita\nrugendas\ngeoff\nempilhando\npolígonos\nesplendores\nintermodalidade\nespalamaca\ndescarrilamentos\nnamche\nportugal\ncalculável\nbarragán\ngastelum\nsuserania\nsynthpop\nmarxistas-leninistas\nfarani\nsakharov\ngretel\nsacríficio\npercentual\nlanús\nsubculturas\nanonyme\ninjetou\ninjetor\nrepulsa\nsuz\nconfins\nconfina\nyoupix\nacessibilidades\nalumínio\ncavala\nemulador\ncavalo\nprevalece\ncontragolpe\nconturbações\npalapa\nreagiram\nmuçulmanas\ndandara\ncentro-oriental\nprorrogação\naquaman\ndesmantelaram\ncomprovamos\ninquisição\ncidade-sede\nvillamarim\nespasticidade\ncantillon\neymard\notokar\nesporadicamente\nirradiava\ntetragonal\njustapostas\ngaveston\nvulgarização\nedinanci\nabecs\npróximo\npróxima\nbrüggen\nsaint-antoine\nvértebra\nboyacá\ntaker\nquadrivium\nruschel\nérico\ndesalinhados\nérica\nprematuramente\nempis\npromorar\n-em\nararuta\ntovar\ndevedores\nramphastos\nestressado\nestressada\nlimpavam\nnakamoto\nmensuração\nlinda-a-velha\nreconhecidamente\nerógena\nperguntará\nranunculus\nríver\nprototaxites\ngramacho\nrikishi\nfaxes\nreatores\nnezinho\nhotspots\ninterações\npeladas\nabrandamento\nshowmícios\nrundgren\ndiagonais\n@\nfishbone\nwick\nvallauri\nbruguera\nselected\nfertilização\nermengarda\nermengarde\nbiometria\ncertificam\nhabibullah\ncertificar\ninconfidência\nvagam\niridium\nvagar\nvagas\nestate\ncollegehumor\nantealtares\nrefletida\nj-pop\n#bumbumdurinho\ntisha\nladrilhos\nblota\ntentilhão\npombal\npombas\npessegueiro\nfrevos\nconquistas\nconquistar\nconquistam\nassociate\ninox\nbiju\napostila\nclathroterebra\nparisyan\nseparação\ncompensador\ncompensados\neliphas\nborrowed\nhagan\nzamorano\nhagar\nrime\nrima\nferroviaria\ncedeao\ndalian\nelogiadas\nofensa\nmoais\nadaptados\nadaptador\nplatónico\nplatónica\nadmitidas\nmidiáticas\nfocaccia\npci-x\nrecaptação\ncúpulas\nassando\nmont-de-marsan\nbarretão\nrefrigerante\npreocupado\npreocupada\nvoda\nvodu\nwaldnaab\nrenovando\nisômero\ninstrutivo\nrostropovich\ninstrutiva\ninfeliz\nlagochilus\nfibrosas\nitabirito\nconvivendo\ngarçons\nmumm-ra\ncalhandriz\nheston\nbianchon\ndespachado\ndespachada\nkalley\nhadi\nobjecção\ncodornas\nhadj\nbonaerense\npós-zigótico\ntachinhas\ncortegaça\nreactiva\nson\ntortuoso\ntortuosa\nbeddomeia\nbonaventure\nsgc\nbob's\nfoglia\nτο\ninter-raciais\ntectônica\ntectônico\nrosado\nrosada\nlawrie\nex-ginasta\nseguiremos\nquatrocentas\ncegado\ngustavo\ngustave\nsciences\nalhadas\nmotas\nbonnivet\nreprisou\ninseto\nproud\nprout\nborborema\nlua\nbourbonnais\nglomeromycota\nlui\ngunness\n#praia\njiraiya\nsoaram\ncolherada\neliminatórios\nvingarem\nwalkie-talkie\nnewcomm\nmanila\nescudete\nsov\nabandono\ndestaque\npamphilj\npamphili\ndeclinações\nandróginos\ndunbar\nbutters\nfinanciamentos\nbjerknes\nwhaley\nwhales\nwhalen\nenrascada\nmallory\nmycobacterium\ndiretivo\nbrideshead\nfinale\nzarafa\nanamã\nfinals\nlofgren\ncogitei\nenriquece\ngelmírez\nnovel\ndescontou\ndescontos\ngodói\nconstrucção\ncactáceas\nsoluçando\nlestrade\nxales\nfundou\nfundos\nmeneguelli\ngisela\ngisele\nmin99s99\nironman\ndentro\ndentre\nrevisados\nsossegou\nloops\nabdica\nnobilis\nauxina\nzombaria\nsomado\npegoraro\nresumidamente\nmenjivar\napelidar\nhenckelia\nwudi\nteve\nnewtonianos\nconstaram\nnarciso\ndestruct\nneoclássica\ndemitirá\nneoclássico\nenlouquecidas\nl'autre\ndisponibilizará\npavlova\ndunois\nfatality\neosinofilia\nhodierna\nmistas\ntecna\ntecno\nespetáculo\nτὸ\npirenéus\nmurmansk\najeitadinha\nnkunda\ndesportes\nbrigões\nrestraint\nspaceman\nschell\nschelb\ntoulon\nfraudar\ncaraterizada\ncaraterizado\neldritch\npercutor\nacrescer\nacrescem\nprediais\npioraram\nvadão\nfecunda\nxps\nxpw\nimaginados\natalhos\natalhou\nessência\ntímpano\nimposta\nimposto\nbacks\npoeticamente\neletronika\ncmpa\narrojamentos\nfustigar\nalteridade\nempacotadas\namiel\ncotada\ncotado\nquixeré\nvasiliev\nhilton\nfuncionais\npletora\nverrières\nespórades\nlingüísticas\nafrotheria\nshakespearianos\nsemanário\nb-99\nforneceriam\nreceitanet\nblackthorne\nbapaume\nbaldini\nfalhavam\njulliard\nworkbench\natrasados\nkarkú\ntremolo\nsipaios\nreforçaram\nrectificação\nmodificará\nrespondo\nrespondi\nmargrethe\nresponde\nresponda\nostrów\nhelicoidais\nhorrorizada\nrespondê\nbeinhorn\nheapsort\ntretinoína\nschurmann\nséde\ninterpessoais\nmasseter\nhoste\nhosts\nexceed\ncarrier\neldridge\nengatam\nismaelitas\nengatar\nmonastir\ngizmo\nantúlio\nmetalicidade\nchefiando\nbizarras\npilotis\nescrivães\nesculpe\nczesław\nserenidade\nmelanto\nτῶν\nandamão\ncanción\nmaleficarum\nreprisada\nausländer\nsuga\npraiano\ndemasia\nmaisie\nreprova\nnauvoo\nsangra\nz999\nrbtv\nerhu\nsangre\nlogroño\ncrosta\nfouquet\nbateson\npendotiba\ntristis\nlaennec\nperseguí\ndominam\ndominar\nilene\ngalãs\njoakim\ngalão\npersegue\nsakamoto\ncausing\nstratos\npenang\ninjustiça\ntelegrama\ndolore\nbaptizar\njustificou\ncumulativas\nmanobrável\nthessaloniki\nginasta\nastucioso\ncaberá\nscorn\nhydnaceae\nlamar\nlamas\nfijiano\nfijiana\n@revistaepoca\nhomenageá\napicultura\nsarcófagos\ndefinirão\nmadonna\nvulcanização\nhomenagem\nbanespa\ndivertimentos\nlefevre\nindo-europeias\ncontribuem\npalawan\nphilibert\napelava\nepidemiológicas\nbrises\ngurizada\naltaicas\npeople\nariston\nmcleod\nburgman\nescandaliza\nmalpensa\nmacclesfield\nkirche\nbarrows\nexist\nartiodátilos\nloucuras\ndesacerto\netnoficção\ndistinguir\ndistinguia\nmarchais\nacusativo\nfaesp\nkerli\ncatatonia\nasseio\nstudien\nwherever\nstudies\nhaushofer\ntormou\ncadore\ndirecionava\nhideo\nzabuza\nprodutinhos\nmatches\nretrieved\nanimalium\nunioeste\nrevised\nprevistos\nvitamínico\nmotriz\npassaríamos\nretem\nretes\nreter\npseudoplatanus\nmorenos\naldeamento\nencaixá\nveneram\nlynyrd\nvenerar\nsurgery\nvisitantes\nzakaria\nencaixe\nencaixa\nespirituosas\nkristofferson\nnunchaku\ngesteira\nastrócitos\ncriptoanálise\ncorriqueiramente\nfornecedora\npré-vestibulares\ntrains\navicena\napertadas\nagendando\nembolsou\nderivativos\ngeminados\nengravidam\nsolicitavam\nprisco\ntibbs\nprisca\nbaptizados\narábica\ndefinições\nlimonium\ndawn\nrevanchismo\nfiltros\nremunerado\nremunerada\nlarrousse\nnióbio\nvoestalpine\nimbuída\nmarañón\nsender\ndramáticas\nsendel\ntoninho\ncavacos\nnuci\nnuca\napontarem\ndoralice\nbenemérita\nconcílio\nsupervisão\npartilha\nornette\nreyes\nadventícias\nlaurinha\ndesonerações\nfrancês\nbambalalão\nncsoft\nhabituado\nhabituada\nolivia\nolivio\nvestirem\nbubba\nparoxítona\ngarona\nmonografia\nsaldo\ngirls\nquilópodes\nexponente\nexª\nmicrobiano\nmicrobiana\nobservatory\nexú\no'day\nex9\nexe\nexa\nexo\next\nexs\nexp\nfilões\ncondor\ncondon\nadotamos\npacificou\nvendável\nzonaras\nestíria\ndesembarcavam\ngnupg\nbiagio\netnografia\nschongauer\negpgc\naboliu\nabolir\nabolia\napreendemos\ndoar\ndoam\ndoan\nhobbes\ncr99\ncongénitas\nsanté\nmoscas-serra\ncanção-tema\nsight\nblindadas\nsantu\nsants\nsante\nsanta\nsanto\ncrippa\nsanti\nchefiou\nsibéria\npinheiro-bravo\ndefraudações\ntoho\nifimedia\nlarionov\njhsf\navulta\naproveitassem\nbromans\ntoalete\nbolocco\nescrivaninhas\noblongos\npsion\nlugre\nindicus\npintavam\nteoría\njenson\npatrulham\npatrulhar\npatrulhas\ntalharim\ntítere\ndicastérios\nisraelenses\ncântico\nnorton\nvyhovsky\nrecuou\nrecuos\npâmela\nzones\nletras\noba-oba\nsouss-massa-drâa\njuramentos\nfreadas\nfernado\ngostosos\nempadão\nexportava\ngeorgius\naneurisma\naristodemo\ngrupais\ndistorceu\nfaceless\ndistorcer\natreides\nluizão\ndefendam\nmoscovis\nkronach\ngodofredo\nrst-999\nlipídio\nencontrara\nimpacientes\nvee-jay\nnanites\nretificou\ndurante\nagropastoril\njoias\nmenosprezar\nmuri\nmuro\nmury\nsprings\nmurs\nbomp\nalliance\nmarielle\ninformalismo\ncôrtes\nacoplada\nacoplado\nesforços\nesforçou\narbiter\nasturica\nê\nendividada\nendividado\nventral\ntelepáticos\nnoely\nnoeli\nregraváveis\nviolista\ntant\ntans\npremonições\nhidrodinâmico\nhidrodinâmica\niconográficos\ncaussols\nfiadas\nmayor\neetes\ntiranias\ngermania\nsáez\nmentha\nforty\nforte\nforth\nforti\npseudônimo\nbáb\nsaint-maur\ncapixabas\nkung-fu\naliás\númidas\naesir\nliterais\nglasnost\nachara\nabastecia\nmitch\ncolonos\nnómada\njuanita\ndomiciliar\njuanito\natolada\natolado\nencravados\napostolado\nlithophyllum\nparticulados\nginza\npatent\nobtém\npatens\npatena\nbraunschweig\ndanann\nadoção\nyoyo\nsaxã\nanimá\nanimê\nindianola\ndouradense\nalbertazzi\nuíge\nsaxe\nsaxo\nanima\nanime\nvinis\nanimo\nlusíada\notep\nreajustamento\nbidoeira\nachará\nninfadora\nensinada\nensinado\nnilton\nminagem\ncrassos\nbaguette\nentrevistou\ntottenham\ninventariante\nlevantando\nhímen\nturunas\nex-tenista\nserpenteando\nestatus\nestatua\nhagibis\nnereida\nmobil\nafiliando\ndecember\nfútbol\ndamineli\nsuspeitam\nsuspeitas\nsuspeitar\nmuradas\nsofrível\nmasaaki\ndeauville\ncantábricas\nsinus\npríncipe-herdeiro\nextensivos\npombalina\nboulton\nfoguista\ntm99\nimpossible\nsalva-vidas\ncompreensíveis\nsub-delegado\ngeoffroy\nasafa\nxiongnu\nanales\nsubatômico\nsunset\nsubatômica\npavimentos\nbreisgau\ncaladão\nfixavam\nengrenagens\nantecipação\ncit-ecum\niguaçu\nsaíndo\nmanoella\nchororô\nacrescentava\ngrão-ducado\nforcas\niguaçú\njavier\ndisparavam\nrebuild\nlírico\nlírica\nconscienciologia\nlicitação\ndiversão\nestiloso\nestilosa\ninimitável\ncomplemento\nracismo\ncomplementa\ncomplemente\npalestrou\nreal\nread\nreap\nrear\ngassendi\nospa\nospf\ntamandua\nconfessado\ngävleborg\ngardenberg\ntamanduá\nsorge\nsorgo\ntaranto\nalvino\nradiobrás\notimizados\nsemi-automáticas\napetitosa\nminsk\ndecepcionou\nacertamos\nseminole\npeale\nmetodologias\nextirpada\nquilométricas\ndescobertas\nexterminar\nadoptam\nentrecruzados\nadoptar\nmagallanes\ndetenham\nrepresar\nrepresas\nsangallo\nxiang\nmitigação\nprobability\naproveitados\nfugisse\nconsertos\nalarcón\nkarr\nkars\nkarp\nkart\nhochschule\nbarbáries\nkara\nd'isola\ncompreendido\nkare\ncompreendida\nkarn\nkaro\nkarl\ncamisaria\nmotéis\nlicínio\nsimuladas\nlicínia\nmal-assombrada\ndemidoff\nproferidos\ngenealogia\ncruzem\nerram\nerrar\nprestaram\nclavas\nrecapturado\nlísipo\nalavancou\nmonitorou\nst999\njoaninhas\nsorbitol\nbarnabé\ngénio\ndesentenderam\nadoece\ncurtos\nreencarnação\ncapilaridade\nbarnaby\npáreos\nmujães\nmal-intencionados\npoliteama\npequizeiro\nnavegou\ncicciolina\nheroine\nappel\nairplay\nbabenberg\nartabano\narticularam\nsahione\ncontrariava\nludibriar\nleggings\nproducts\nbilingue\nsoubéssemos\ngoshen\ngestoras\ncharango\nseções\nmüller\ndiscorreu\ndiscorrer\nmuseológicas\ncatequético\nempregando\ncatequética\niniciáticas\ngros\ncunard\nhirschman\noutline\nefeminados\npenina\npagni\nforeiros\narcheiros\nmercalli\nboutiques\noperária\nrónai\nbradenton\nibadan\ncispadana\ndivergiram\nelbaradei\ntosses\nvasilhas\nsazes\nflagelos\ndelitos\nqueimam\nsalames\nwhedon\nqueimas\nqueimar\nclemenceau\npatenteamento\nsub-divisão\npardalis\nlough\nsisutec\nerradicação\nwarrant\nhomework\nsamsara\nnélida\nfiúza\nstowe\nreligamento\nnegociarem\nconcediam\nnoronha\nevangelica\nritmista\nelizalde\ncrotone\ncrotona\nvendida\nfronts\nreceando\nfronte\nmiróbriga\nátrio\nisabelinos\nmicrorregião\nneves\nnever\nitajaí\ncatastróficas\nhipercard\naglomerações\nmomentâneas\nreclamações\ndelegacia\nbaylor\nuniformizadas\ncanastra\nvideotape\nprodutiva\nsentissem\niss\nisp\nisu\nist\nisi\nish\niso\nisn\ncalcada\nisl\nisc\nisa\nise\nantão\nfiscalizações\ncalórica\ncalórico\ncccp\nsub-afluente\nvillazón\nprovidenciaria\narmazenadas\ndesse\ndessa\nparnaso\ncommunauté\ndemersais\nrayleigh\npcfr\nufólogo\nstop\nstol\nstok\nbreakbeat\nstoa\nd'a\nd'o\nmyke\nbutantan\nedla\nfermentar\ntonificar\ncheever\ncavernícola\nemplacamento\nchiadeira\nkatakana\nfoot-ball\nsubmeter\noberth\noberto\ncivismo\nconservava\npaix\nfredegunda\nmikhailovna\nduravam\nalertá\npubianos\nitaocara\nceguer\nfashioned\ncarreia\nincomodava\nburgau\nburgas\nalerta\nacate\ncubas\nbobas\nduolingo\nboban\nenvereda\nzener\nrequeira\nhexano\ningressaram\ndesigner\nivaiporã\ndesigned\nconstado\nbissextos\nrogier\nmsnbc\ntatyana\nverídica\nverídico\nfijo\nfiji\nreafirmar\npontos-de-venda\nreafirmam\ncumarina\nverbania\nchayene\ndenunciado\nleinster\nspolin\nsubtipo\npaubrasil\nflack\nflach\nmodernistas\nbehind\nvarios\nvariou\nplanalto\nricco\nricci\nuádi\npasquini\nchacho\nluxemburgo\nrivière\narts\nlyman\narte\narti\narth\narto\nculmina\nguitarras\nfilarmónica\nartº\njesús\nbowie\nalisar\nmedellin\nproblems\nantropólogos\nreitoria\nmantas\npoliclínica\ncorcunda\nkanetsugu\nadministradas\npoème\nprestado\nfixando\nbové\njurunas\nodyssey\nplatée\nenterravam\nronse\ncatavento\nanibal\nyunes\nsitiadas\nresumos\nagaricus\ntradutora\nbloor\nblood\nbloom\nrecobrem\nassiut\ncadetes\nparticipante\namoreiras\ntakasaki\nrushton\ncromossômico\ncromossômica\nouvi\nnabateus\noperacionalidade\nouve\nreagrupado\ncirino\ninvocado\ndespretensiosa\ndespretensioso\nufes\nouví\ntouchscreen\nvallim\n99-99999-99-9\nvallis\nrodoanel\nallard\nsucediam\ndeucalião\nἡ\ndiamondbacks\ncoiote\nmoment\npoliglota\nengenhocas\nbuell\nmassachussets\nsubrotinas\nexamples\nbraille\nbússolas\nadulterada\ngutmann\nbáetán\ncarrasqueira\ninterlocutora\naung\nmordomo\ndelfins\ninterviesse\napainelamentos\nsuframa\ndaksha\nmefistofele\ndeluqui\ncontorcido\nmangini\nsheremetyevo\nnobiliárquicas\nalenquer\nhidráulico\nhideyoshi\nlorente\nlorentz\nfalte\nfalta\nfalto\ntroposférico\ndemolição\nmeteu\nmeter\nmetem\nvazões\nex-atriz\nscotus\nriccelli\narlene\nresistências\ncareta\njannetty\nmentiroso\ncures\narterial\nfirmenich\nhimachal\nbostrom\npesos-pesados\nbodocongó\ndupree\nprestigiaram\nhazel\nobliquidade\nstadtholder\nsanidade\ncd-rom\nlot-et-garonne\nsacatepéquez\nexploited\nfrísia\nadoptando\ninstant\nantidumping\nindutivas\nencerraram\nbelvedere\ndetidos\narte-gore\nfunesto\nsupercharger\nfunesta\nsupercharged\nkanchelskis\nraymundo\nsandinistas\nígnea\ndundalk\nentradas\nembarcadouro\nfílon\nminutes\ndefinirem\npanoramas\negiptologia\n-regular\ndero\ndern\nderg\ndera\nex-nadadora\ntióis\nsagunto\nbicombustível\nstreet\nstreep\norem\npesticidas\noren\nprofessavam\nbunkers\nentabular\ntroncal\nparamagnético\nesclavagismo\ncanola\nm.\nm9\nme\nmd\nmg\nmf\nma\nmc\nmb\nmm\nmo\nmn\nmi\nmk\nmj\nmw\nmv\nmq\nmp\nmr\nmy\nmx\nmz\nmashiach\npentápolis\ntransplantar\nmª\nm³\nm²\nedyta\ncoster\ncostes\npinacoteca\nmí\nhaouz\nmó\nmú\nparmentier\nnargothrond\npindaíba\nabsorvidas\ndesembolsou\nentretando\nazul-turquesa\néchecs\ncontra-ofensiva\nevander\nlanfranc\ncombinations\nplateia\nschofield\nsoldano\nsericea\ncemgfa\npastoreando\nadaga\nneovulcânico\nexecutasse\nex-coordenador\ngrpcom\nhuari\ndarfur\nsnipe\nafugentou\narabização\nfulham\nplancus\nbidimensionais\naldrich\nsedição\nglobalização\nlisossomas\nlisossomal\nobjetivava\nindefesas\nmalva\nmalvo\nenrijecimento\niorubás\nligeira\nligeiro\natentamente\nbareilles\nscholz\ncortical\nvladimir\nprovocateur\nturek\nmetronidazol\nvotada\nvotado\ngiroscópico\ngiroscópica\nemmys\nvenceria\nshinagawa\nandalusia\ndanubio\nsentenciado\nschirach\ngominho\nex-repúblicas\nchangan\nterapias\nłukasiewicz\nopere\nocultismo\nsamurais\nmyrtle\nbellsouth\nradiadores\nagirão\nbiesbroeck\noperá\npininfarina\njuridicamente\ngodley\nbraun\nbelow\nilibada\nilibado\narmored\ndining\nexageraram\ninstrumentalização\novovivíparos\nfranchi\nsidéria\nnele\nnelo\nnell\nneli\nnels\nnely\nfazê\nestimulantes\nanti-flag\nuusimaa\ncharters\neran\ncallegari\nfingidor\npredizia\ncongregacionalista\na.d.\narianos\nbaixará\nclientelismo\ncovas\nb99m\nextintos\nextintor\nhammerstein\nimperfeitas\níntegros\nuht\nejetadas\ncartão-alimentação\npariah\nmongoose\nexcept\nprivilegium\n9999:99\narbitrariedades\ndanube\nkosmaj\nioke\nprimaticcio\nambev\ncetinje\nauditivas\nterminus\ndesmanche\ninvestigará\nconfusão\nsesshomaru\niludiu\nintromissão\ndiluído\ndiluída\nficções\ngaveta\nesther\npositivista\niluminismo\nvibes\nviber\nrapace\nstaatstheater\nduplo-cego\nmercantilistas\narticulavam\nhortícolas\naumentariam\nflutuações\ncleansing\ntrulli\nverdejante\nrbam\nsloop\nargentino\nargentina\nargentine\ncantonment\nsulpício\ncopertino\npsamético\nmünzer\nparalelamente\nculminante\nesparteiro\nrecolocando\naparada\nescravizaram\nmostraremos\nvitrina\nvitrine\nomolu\ngoldman\nbritton\nangariou\ndissolver\npiscada\nlanços\ndissolvem\nperenes\nreverem\nthayer\niluminando\ndifundidos\ngramadense\nseika\nkatarzyna\nseiko\narmory\nasura\nmiúcha\ncachoeirinha\narques\ncubatão\nacapella\nhesitante\njäger\nmafersa\nhipotálamo\nboku\ncastigada\nboka\ngigas\nnocturnos\nvagabond\ngaucher\nenfrentados\ndebruçam\ndebruçar\nincontroláveis\nboranos\nkocsis\nurquhart\nsuperará\nfitinhas\ncoelhinhas\npereio\nlivorno\nkris\nhdmi\nhungria\ntautenburg\nibs\nvotaria\ncila\nbicicletas\ndeliberações\nd-league\ntemido\ntemida\nsculptor\nkalymnos\nfplp\ncancros\nkbe\nkbt\ndilermando\npermanent\nlindhome\njiddu\nindetectável\nselke\nderramando\nbouches-du-rhône\ndifusores\ngramáticas\nsedov\nalcalinas\nefeito\natrapalha\natrapalhe\nexplica\nrania\npiratas\nespecializadas\nfacchetti\ncomuta\ndiagnostica\ndiagnostico\nquesitos\nodores\ncoroatá\narithmetica\npartilharem\nkanga\ncancelada\ncancelado\nsubtraída\npagoda\nfluminensis\ndesconfie\ncapixabão\nfelisoni\nalign\nackroyd\nferragens\nφ9\nespecula\ncrisóstomo\ncimeiro\ncimeira\nfavre\ncomportarem\npessôa\npuccini\nvendidas\npiquiri\nrâul\nrosamunda\nirrisório\nirrisória\nmelisma\nreichswehr\nlâmina\nthunder\ntatakae\nlocos\nparachoques\nryerson\nasmodeus\nniemann\nbrinquedinho\nintroduzimos\nandropov\npspace-completo\ninterbancário\ndeterioradas\ntrígono\nhadouken\nauger\nunmasked\npreaquecido\nconstante\nbijuus\nammann\nguanacos\nbaratos\npritchard\nbiótopo\nlaborioso\nayahuasca\nretratação\nfoundation\naniquilado\napitou\napitos\ntarântulas\naniquilada\nindultos\npossessão\nsilicon\nseade\nurbanisticamente\nchannels\ntonle\ntirei\ntirem\ngagnon\nrunner\nglorificando\nollivander\nprevemos\nhierro\nsinergismo\nmiguelista\nreceptus\nfilatélicos\npuntel\nfônons\ndots\ndota\ndote\nmarmelos\ndotá\ncaçaram\ndoté\nmckellen\nquantitativo\nquantitative\ncaladas\ndecalque\nshahpur\nfilipino\nfilipina\namateurliga\nsub-9\nexitos\nnapoleónicas\ncomentiolo\ntaurus\nveementemente\nprelúdio\ntrappe\nentediante\nenergia\nmarson\nmarsos\npascowitch\nlöfgren\nprezar\nfigurão\njarni\ngumes\nscratches\nsalviati\nparticipações\ntes\nex-moradores\nft99\npétalas\nshiki\nwikileaks\nrecursivos\nerisipela\n99:999\nincineradores\ngimme\npulinho\nplagioclase\n9999-9999999\nalivia\nuke\nuka\nlogóteta\ndanae\nrefinamento\nvarridas\nsannitico\nspender\nsânscrita\ngeometridae\nfotografe\ntsukaima\nkhoisan\nanunciante\nrepresente\ncruz-rn\npisces\nmaidan\nmonólogos\nimpulsionados\nimpulsionador\nnili\nfrse\nchung-hee\ntrajeto\ndecisória\ndecisório\nbinary\nlicio\nlicia\ndúnedain\nrespondam\nfístulas\nindubrasil\nvice-diretor\nalcorão\nibicoara\ntempestade\nsolms-braunfels\nexaltado\nlioness\ngrotescos\ncuidaria\ncentrômeros\npotenji\ncompletadas\nkomachi\nnasci\nnasce\ndistribuísse\ncicinho\notoniana\nkeanu\nacsp\nkeane\nmouçós\nmangano\nmishima\nestatuas\ntreffen\nsunnydale\ngalois\ngradualismo\nauferido\nauferida\nhaldensleben\nscott's\noculista\nunitárias\nzippo\ndelituosa\nharrow\nbem-feito\nalauíta\nhavelange\ngrossman\nregar\nmaximiana\nmaximiano\nboquense\nmantiqueira\nmameluca\ngormiti\nrecobrindo\nestafeta\njavascript\nwilloughby\nlencastre\nimaginamos\nimplacáveis\npartilhem\nencheram\nescuras\nkelli\npalanques\nchrno\ntelepatas\ninclinações\ndistinções\nblackjack\ngenaro\nchekhov\nvinte\nporras\nrebocada\nrebocado\npachycephalidae\ncamoniana\nvestiário\nslump\ngrieco\nradialista\norquestrais\nextintas\npulmonares\nskylab\nskylar\nefetuadas\ngmpc\nmenina\nmenino\nyoshiaki\ndetectores\nmontecito\nhexham\ndelay\ndelas\nheliossíncrona\nnarbonne\nengenhosas\nuckermann\nlegendary\nexauridos\npilantra\nmandaram\nkammuri\nporfirio\nporfiria\nchagrin\nadaptou\ngently\ngentle\numbral\ncolaboracionistas\nnaturale\nconexa\nconexo\nratinhos\njoelson\nffcl\nesculturais\nnamoraram\nantaq\nantas\nantar\ncirculavam\nfundação\ncarleton\npresbiterial\nfrustração\nlegação\npressas\ndispersou\ndispersor\ncanibal\nparadoxos\napelidando\nsoftware\nchãos\nbandagens\nmaterializados\nserafins\ntrumbo\nserafini\nserafina\nvirados\nphotobook\nchoraram\noverseas\ninfravermelhos\nbarmen\nmacrocarpa\ntaymor\napontaria\nmilius\nmalakian\nparcelar\nparcelas\npanóias\ndescaracterizaram\nsacerdote\nmoonraker\nrivalidades\ntaliesin\nfunkadactyls\nsixers\nexpandindo\ndesirée\nlabirintos\nanatomy\nstadtkreis\nsweezy\nhegemonias\nbimba\nfleming\nencontravam\nsunitas\naeroespaciais\ntornos\ntornou\ngonorrhoeae\ngâmeta\nsahlins\noomph\nindo-iranianos\nanalogia\nescolheram\nneopentecostal\nmobílias\nprenúncio\nsubtileza\nindigo\nhalicarnasso\nilírios\nacerola\ntrombini\ntrombina\nvascularização\nlotéricos\nelipsoide\nqurayza\nsubscrição\nconservavam\nfreqüentar\nempolga\nmacabu\natributos\nesculpidos\nenvolva\njericó\nexercitar\npedaladas\nfotoquímicas\njerico\nrevolucionários\nraridade\ncommissioner\ncommissioned\nribossomas\nribossomal\npropicia\npropicie\nquartzitos\npropicio\nhematoma\nholcomb\nfreezer\nnanquim\nglobalizados\nhappel\nhappen\nmochilas\nmatamoros\nfoque\nquay\nquam\nqual\nquan\nquae\nquad\nciosp\nbadalações\nmedievo\ngenerais\nmagrinha\nrumélia\nmagrinho\n]\nnidificantes\nescapasse\ncorregidor\nalcioneu\nrecontratar\ncolgate\nreprogramar\nbiopolímeros\nsarrià\ndenby\nflexibilizar\nsilmar\nsarria\nbusted\neito\n99.999\ncrepuscular\nandamos\nmultiplicativa\nesfregar\nvirá\npretório\nfilogenéticas\nquentes\nvãos\ncherubimon\nteleorman\njafar\nalaudidae\nsadness\narabi\narabe\nexternamente\nintuição\nblairo\nwirths\nescoltados\nminorca\nendovenosa\naglutinativa\nengraçado\nfiliberto\nengraçada\ndesejei\ndesejem\nsitue\nsitua\nsitus\ninteiros\nalcácer-ceguer\nsituá\nlamoglia\nredfoo\nlambayeque\nift\nifr\nife\niff\nifa\nifc\nifl\nkc-999\ncatodo\nróias\nselos\nselou\nimunofluorescência\nifá\nifé\nmembras\ncachemira\npasta-base\nenquanto\ndesempenhou\nordo\nmaleável\npadron\nmillenium\nentrave\nhipocentro\nrecatada\nrecatado\nquiseres\nquiserem\nrecusando\ngspc\ngranítico\ngranítica\nburnley\nquitman\nalcock\nocupada\nocupado\ngaiola\nchatos\nrespondidos\nrobustos\nhardenberg\nalfarrobeira\nengarrafadora\ntjpe\nintuitiva\nintuitivo\ngemini\neh-999\npotifar\nrequerimento\nperna\nrelaxava\nconversador\ncaciques\ndiferenciou\npartidários\ncaprichados\npocinhos\ncoris\ncorin\ncoria\nworthy\nidentifiquem\nparlamentares\nidentifiquei\njungmann\nbatarias\nlazes\nlazer\nwonderful\njustman\ndomicílio\ninspirar\npaços\nveneradas\nneza\ninspiram\nanuais\nshrew\nshree\nshred\nshrek\nhegemônicos\namarradas\nplastificantes\ntrófica\nmantra\nrecém-nascida\nrecém-nascido\norquestrada\nflorestadas\nlalonde\ndecimus\nadiamento\ncamper\ntransamerica\ningombota\nsingelos\naretha\nmcmaster\ncunene\nbaszler\ngust\ngush\nentrara\nsuavizando\nsalineira\naros\nzöllner\naron\npaderne\nzoonoses\nempirista\nbritten\nentrará\nreinterpretando\nficávamos\njaguarari\ncdma9999\nrevogando\nanalfabetos\nweld\norochi\nwell\nwels\nwelt\n99.999,9\ntruda\ntrudy\narmação\nziff\ntraçador\ntraçados\ncalandra\nbenditos\ngigantescos\nlages\nphenomena\nflacidez\nseverínia\nsanconíaton\ntongue\nultima\nbolonhesa\nultimo\nmoreninha\nsandhurst\nexcentricidades\ndukes\naachen\njundiaí\nendinheirado\npolietileno\ninvocaram\nlagar\nwwwf\ngideões\nbanger\nvézina\nalcanices\nparentescos\ncontra-cultura\ncolumbiana\nex-campeã\nagradem\ncriavam\ngilvam\nquinhentista\ndistance\nnagôs\nemigrou\nt.g.i.f.\nreimpresso\nmondragon\nrocaille\ncupópia\nbrimstone\nglicol\npatten\nventspils\n9:99\nagirem\nrochambeau\nsadomasoquista\nsoteropolitanos\nindepedência\nalemana\nchickenfoot\nservicios\ncuradorias\npolaroid\nscarfe\nneptuno\nmaterialização\nluandino\nepitelial\nfriedrich\nfeelings\nfrutinha\nvestróia\nfringilla\nessenciais\ndesenvolvedoras\nព\ngracia\nkatra\nalmocei\npotato\ncomorbidades\nindo-portuguesa\nlhotse\narjuna\nshook\njoguete\npreparadora\nconfused\ntoon\ndilatações\nndash\ntrolha\ntropy\nancien\ntropa\nbrachodidae\nbelgravia\nchimay\ndukas\nprtb\ndesmobilizar\nlullaby\nlagann\n²\nunidas\naplaudo\nunidad\nkatona\nloiro\nloira\nloire\ntiroteiro\nfeng\nd'annunzio\nlataquia\nfeno\nbastille\ntorpe\nenvite\nvenderão\npequenos\naustriaco\naustriaca\nkultur\nzarparam\nbáltico\njulgava\nbáltica\nfronteras\nepmd\nriggs\ncostumeiramente\nconciliatória\nconciliatório\naclimatação\nconcebendo\nenteral\nboaz\nellis\nzdnet\nellie\ncolonias\nprofissionalizar\nhonky\nblessed\ndeer\ndees\ndeen\ndeed\ndeeb\nsantificar\n#amo\ncontrapontos\nrascals\nmulatos\ninteração\nlinguísticas\nfisgou\ndarpa\nauscultação\npuridade\nschlesinger\npericarpo\nescavadores\ninvadirem\nretorcida\nretorcido\nvicente\nliber\noferecera\nbastavam\nmanguito\nsyndication\nanfitriã\noferecerá\nmantega\nrojos\ndevolutas\nsegundo-sargento\nganharem\nhistidina\ncerrillos\ndiscordante\nlanceolata\nknapp\ndéby\nextremely\nliechtenstein\nnaville\ninanna\npeterman\ntalma\nedmonds\nshikken\nxoom\ncaecilia\nreacional\natrapalhavam\npropusemos\njubilou\nairbags\nspade\nbraganças\nachei\nachem\ntranscender\nmotionless\nnorrland\nkeulla\nmolibdato\nestableceu\nel-medina\ncomplementaram\ngoomba\nnanofios\npolicristalino\nmóvel\nsimões\narceburgo\nconstruam\nalbergaria\npotência\nnilda\nnildo\nsargon\nautomotivo\nautomotive\nautomotiva\nrecreation\nvasconcelos\nfehér\natonalismo\nrecuperamos\ntimbaúva\nscientific\nmonociclo\nazáleas\nfraseado\nmeticulosos\nzepelim\namigáveis\npararam\nlnassif\ntemnospondylis\nencáustica\ngrampo\nwilling\nperistaltismo\ntubino\nelectromagnético\nrelendo\ngrampá\ndesorientados\ndistinguem\ngertrudes\ncitronela\nsoterrou\ncompletem\ncompletei\nnão-árabes\nvisitem\nconídios\nvisitei\npropagandistas\npulaski\nwidmore\ndiretivos\nfreáticos\ncólon\ncorruptor\nthorsten\nrichards\npreservados\nreconhecimento\neboli\nebola\nfavoreceram\nrígido\nrígida\nrespeitavam\nmaquininha\ninherits\nnumerologia\nlakshmi\npsicodinâmica\neuclideano\nkaizer\nsviatoslav\nskiba\ndecepcionados\nquinta-feira\nkibutz\nrembrandts\ntalmud\nндр\nimobiliárias\nharmônicas\nembrionária\nembrionário\ndamietta\ncharles\naltemeyer\nansar\netapas\nelectro-motive\nebulição\nmédiuns\ndisco-tributo\nvalorizava\nadicionais\ntunisianos\nsoprada\nuniversité\npermeava\ncreepshow\nhakim\nrenegados\nempenhamento\nrefrescantes\nmasterpiece\nsaalfeld\ncongrega\naspire\naspira\ndísticas\nthomé\nminucioso\nminuciosa\nthoms\nfungicida\nthoma\nthome\nsirião\nmathews\nsimétrica\nconsertando\nreimpressões\nsobrejacente\nmaçonaria\nalazão\nconsultamos\nmodulação\ncolhidos\nprimavesi\nsecretário\nsecretária\nproscrito\nnão-tripulada\npresumivelmente\nsídon\nravardière\nenfrentavam\ngaither\ncapturaram\npátria-mãe\nlicorne\nzaouïa\nfragrâncias\nmedalhas\ncosroes\npropinas\nfnatic\nriperton\nbildt\ngetninjas\napprobato\nanatómica\namiens\nfocus\nbalthasar\nulna\nnavbox\nhawaii\nfindhorn\npatricius\ntuberculosos\najoelha\nsheriff\nchristchurch\nngo\nmistral\nsaeta\nrussell\njudi\njudo\njuda\njudd\njudy\nkyi\nkya\njesolo\nxodós\nkyu\nszeemann\ninteressados\ntransjordânia\njudá\nroteirizar\ntemporização\ntânato\nκεφαλαια\nparótida\nreatância\nrebotes\nempregadores\nseibert\nleverkusen\nsucatas\nfalconiformes\npulido\nnazareth\npululam\nitaici\nshusaku\npré-visualização\nferrugem\nobuseiros\nahsoka\nbuscamos\nsport-club\nmanipulados\nescurece\ndinero\ndiners\nexonerado\ndesligue\nhipotensão\nprematuro\nprematura\navulsos\namuralhado\nfinalmente\namuralhada\ncontentava\ncritérios\nhelmstedt\nsusceptibilidade\nbonzinho\nbiofeedback\nmelhorará\nnetbios\npintoras\ncreepers\nmatrilinear\nreploids\ntécnico-científicos\nacertadores\nenganadas\nassolados\nliefeld\nbarcelona\nlarue\nsouthland\nlarus\ntartufo\ninvestirá\nrepouso\npartita\npartito\nmarkets\nemoticon\narremessá\nressalvar\norientalium\nkreutz\nfavorecimento\narremesso\narremessa\nmerman\npresiano\nsedimentar\nbonnar\nscot\ngannon\nflexeiras\nliberaram\ngifford\nrepousa\ndidaquê\ntakauji\ntsunamis\nmultiplus\nfranciscus\nl'elisir\nibiapaba\ntrapalhão\ncornaro\nnacional-uru\nrte\nrtf\nrtc\nrtm\nrti\nclasse-média\nrtv\nrtp\nrts\nemprestei\ninício\nrté\nannihilation\ncondutibilidade\nangelino\njackeline\nnatalidade\nvfflb\nghezzi\nnegundo\nmanhunt\nzimbardo\nfavelas\nplants\nracionalidade\nplanta\nplante\nweird\nhorry\nenseadas\nwonderland\nalemão-oriental\nkrenak\ndesobedientes\nintertidais\ntietagem\nbelíssimos\nperonista\ndevidamente\nalvarães\nundertones\nunário\nunária\nsemedo\ncecílio\ncecília\nabramovich\npopozuda\nencarnaram\nt999\nocha\nocho\nochs\nnärke\nharrington\nmidi-pirinéus\nbhairava\ncomputacional\ndetecta\ngerome\nduster\nnightclub\nmuffato\nuther\nconceptuais\nferrado\nhaight\nferrada\ndetectá\namassados\ncasqueiro\nvillaamil\nagrônoma\nposicionaram\ngobineau\npelotense\naudacioso\nragazza\nragazzi\nragazzo\nsobor\nlatgale\nadjara\nraisuli\ngalveias\nvilla-lobos\nimplorou\nbabilônio\nbabilônia\nlimitante\npincel\nsanta-rita\nexcretada\nzambianchi\nmimetizar\nklasfeld\nmimetizam\nsupersônicos\nsaakashvili\npichada\nmumbai\npichado\nursos-polares\nprovoca\nprotagonistas\nsetzer\nxslt\nrigores\nquatis\ngardie\nobteriam\nmultinível\nmantivemos\nturdus\nattractive\npatrulhava\npeptídeos\nolfa\nparóquia\ngautrain\nmordecai\npresidium\nmandantes\ntravelers\ntactics\nhanói\nichthyophiidae\nbi-locular\ncephei\nrodrigão\nabrangia\nbottons\ninfecciosa\ncolorno\nvelázquez\nreiterado\nher9\nhero\nherc\nherb\nhera\nhere\nherd\nherz\ncomnenos\nherr\ndetonaram\ndimerização\ncoquetel\nentorpecimento\ncristata\nmelodias\nbacău\ncrítico\ncrítica\nmármores\ncovasna\nsinopse\ncompartilhavam\nsubstituem\nselleck\nentrincheirar\nluzerna\npró\nludwika\navaliarão\nsegurança\navaliar\ncurandeira\ncurandeiro\nsheilla\nfininhas\ncardeal-sobrinho\nbosnich\nsinuca\nfilipéia\ngiulite\nchamego\napropriado\napropriada\nvencesse\ncombinar\ntobogãs\nentrecortado\naccident\nilusória\ncustarão\nastrológico\nprf\npra\nprc\nardennes\npescando\nbaleia-jubarte\nquão\nevelina\neveline\nprt\nprv\nprp\npersa\nquibes\njka\ndialogues\nvossos\nminissaia\nsafadeza\nboletins\naleister\nigarapés\nqueiramos\nboquiaberto\nginette\nginetta\ndojos\nsimpatizavam\nanacoreta\ndaijō-kan\ngrimualdo\ncortex\nmontanhas\nprofessando\nbanners\ndotes\nburlescos\nعبد\nlesivas\ncomputacionalmente\ngalileu\nfalidos\ngalileo\npré-coloniais\nprefer\ntorneamento\nkpd\nconta-corrente\nlaguardia\nnicolaas\nremar\nisaura\nmodernizou\nudinese\nretraiu\nretrair\ndevolveu\nfrenkel\nlucco\nlucci\nlucca\nspending\nex-ministra\nsub-tropicais\nimirenge\nrozendo\nfragatas\nberserker\nld99\ngarça\npreservativo\nefectuados\nneustadt\nmorrissey\njepsen\nmochihito\nwooden\npessoais\nsbtvd\nplântulas\nhétero\npalden\n″\nantón\nreeleita\nandarilho\nsatisfatível\núnicas\ndubladas\ngatinha\nsigismondi\npatrimonialismo\nmică\nsalvaria\nsaori\nmusca\ncronogramas\nshinjuku\natlético-ib\nquadrático\nsemicondutores\npercussiva\npercussivo\nmict\nmico\nmick\nmich\nmice\npaulownia\noracle\npropulsionado\ngroom\ngroot\ntouro\ndegas\ntours\ntrabalhadores\ndescentralizados\njamaica\nmanjerona\nkriptonita\nrechaçaram\nel-rey\npeniano\npeniana\navançavam\ntouré\nemplasa\ncalúnia\npostigo\nsubtilior\npostiga\nplzeň-sever\nlustig\nschrei\navessos\nkahne\nscarlett\nmangabeira\ndemorando\nfelippe\ndelonge\nfelippo\nsubsidiado\nchineses\nquadrigas\nmafuyu\nkissin\ngarelli\nnorske\nwaldemiro\ncapodimonte\nprendem\narqueóloga\nhürriyet\nprendeu\ncorça\nprender\nfrankel\nfranken\nfantagraphics\nenvergonhados\nkrems\nimplementa\nanything\nsussekind\nfair-play\nimplemento\nbernheim\ntimbres\nburrata\nneretva\nfatale\nestrados\nmerecer\nmereceu\nheterocithara\nhidrofílica\ndevassidão\nfratricídio\nto-999\ndonas-de-casa\nwicklow\njohan\natualidades\nhitzfeld\nfalcon\niduna\nresumiram\nacinonyx\nmeiótica\nmuscat\nadmiramos\nrenováveis\ndemitindo\nprocariotos\npikmin\nmorfismos\noutono\nrecarrega\nodú\nodé\nvejle\nranzolin\ntimely\nmetrópole\nsensui\nody\nods\nodu\nodi\npromovam\nodm\nodo\noda\nodb\nodd\node\nodf\nodg\nabordou\ndesarmou\nlicenças\nitambé\ncorretor\ncorretos\nelites\ntâmil\ntâmis\nheliodoro\ntonheta\nsugammadex\nextroversão\nfaladas\ntrapaças\nsiderais\npartnership\nentre-os-rios\nvultures\nefigênia\nkorlević\nbedroom\nlonghi\nmencionavam\ninseridas\nadriático\nfuturesex\nvestidinhos\napostólicas\njurassic\nolduvai\nmaturin\necocardiografia\nganhara\ndenominou\nba-gua\nsuplência\nganhará\nhattusa\nascalon\ncinza-azulado\nd'antoni\nastronômicos\nnecessáriamente\ncondenou\nrevisa\npritzker\naprofundado\nquirino\nironside\nmixtapes\nlenus\narklay\ngastado\nacompanhante\nmisión\nregrado\nregrada\nasseguravam\nbabuínos\ncarrapateira\nlaetitia\ncindacta\nexclamado\nmicrocosmos\ninvisibilidade\nbugsy\nsacode\ncossio\ncafundó\nocitocina\nrutena\nmanchete\nnepenthes\nluteus\nbate-bola\nfellowship\nespecies\njazira\ncomix\ncomil\ncomin\ncomia\ncomic\nvqf\navaliaram\nqueria\nprocuraria\nnorte-africano\nnorte-africana\nalalc\nbormida\ninfladas\nadmitiam\ndispensacionalismo\njohanna\nlâmpsaco\njohanne\nfighters\nhongo\naparas\naparar\nabençoado\ntortricidae\nabençoada\nsuperamos\ncatering\nestanozolol\naragonês\nniwa\nzaccaria\nwexler\ncentres\nfusion\nreactores\nsnub\nmovam\nfaarooq\nsensualizando\nchimpanzés\ncoletânia\nfischberg\ncdbs\ndeaf\namarrações\nvenderam\ncrystal\nreabasteceu\nreabastecer\nsavate\nmicrowave\nmallet\nmalley\nespetacularização\nquadrinhos\ntrouble\nfujian\nvasilyevich\nnomeie\nnomeia\nautoveículos\nfootbag\nnovoperário\nchamorro\nalpinista\ndecretar\ndecretam\namd99\ndatura\ngramínea\nslasher\nprovidenciava\nincendiando\nboilesen\nfanerozoico\ntennis\npusilla\nadenovírus\nsimilitude\ninvariavelmente\nearthling\nyoungstown\nlandini\ntetraciclina\ndeclive\nsabeis\nhale-bopp\ngrutte\ndifamatória\nestac\nestao\nestam\nestai\nganoderma\nex-automobilista\nestar\nestas\ntakagi\nwebsphere\nbethmann\ndistanciou\ncanards\ngneco\nisidor\ndecepções\nkhiva\nmadrigali\ncerulário\nsofria\ndesignadamente\nobservasse\nreprimidos\nalaiandê\ntaxa-over\nsmåland\ntondela\ninstitucionalização\nchambre\nquatriênio\npueyrredón\nmundias\ndenominadas\nmundial\ndarkness\nliberalizar\naspe\nassessor\nnomeações\nreagindo\nrendon\nrotina\ncabeleiras\nmillikan\nstenocoryne\ninspirando\nhauptschule\nencobertas\nbregenz\nautoavaliação\nágua\npardas\nfountain\npardal\nlagostins\nrenomearam\nprogramações\nbifaciais\napelidados\nsolteirice\njour\njoux\njouy\ndaegu\narchers\neclesiástica\nmantendo\ncircle\neclesiástico\nshinjiro\nalojados\ncasarios\nprosthechea\nhaute-vienne\njanney\nqueneau\ninterdisciplinar\nkashiwa\npazetto\nadipócitos\nhideaki\nteixeiras\njudah\nsganzerla\nalbertville\ncalou\nborrife\ncalor\ncaloi\nzeppini\ncontataram\nefectivar\nefectivas\nadvocacia-geral\niriya\ncompanheiros\nrheinheimer\nkreuk\nexplorasse\nrheingantz\ninsomniac\nirromper\nrv99\nflácido\nduilio\nflácida\nprocessaram\ndesejarem\ndufresne\nbehçet\nskyos\ncondensados\ncondensador\nbasônimo\neletrolítica\ngeradas\nabundam\neletrolítico\nneurociências\ndesacompanhadas\ncrevasse\ncantante\nmontenegrinos\nhidrográfico\npenaltis\nmasters\nmastery\ngoldoni\nmurph\npaulinas-comep\neure-et-loir\ncomunitário\ncomunitária\npentágono\nnarrada\ndesestabilização\nsalcedo\nlança-foguetes\narmazenagem\nabs-cbn\nleonhart\nleonhard\nestivera\nmarwijk\nshawano\nmini-álbuns\ndespendidos\nfaríamos\njammu\nperigeu\nhorizontais\nassimilar\ndesnutrida\nassimilam\npozolanas\nvignale\npanelinhas\nparteira\nembaúba\nfacilitados\nfacilitador\npandemonium\nchagos\nmeckel\nanka\nanke\nankh\nanko\nmetlife\ngrijalva\nprivativas\nconstituíssem\nacuados\nenvolvente\nhemorrágico\nhemorrágica\nparódias\nstakes\nferro-enxofre\njudiaria\nxerox\ncontusão\nparnaibano\ncontrolaram\nchennai\ncompacto\neliminou\ncompacta\nmomentaneamente\ndamião\ngrosserias\nwarne\nterminado\nterminada\nostras\nmantero\npré-alpes\nmanterá\nsérios\nmary's\nmáscaras\napogee\nviciou\nturquemenistão\ndesentendimentos\nressecada\nressecado\narquitas\nhitchens\nvenhamos\nosteopatia\nbrigantes\nacidose\nlandskrona\ncripple\ndeforest\noceanodroma\nkilkenny\nyounique\nrecentes\nrecém-publicado\nrelume\nmarfinense\nhematologista\nnardis\nmoiré\nflexibilização\nelcio\nmanual\nélfica\nrever\nrevel\ncollado\natravessadores\ntomaszowski\ncascades\narroxeada\nc'est\ndesembolsará\ncandói\npaolla\noráculos\nensanche\ncontribuição\nsecundado\nlimes\ntirasse\ntaxados\nneurolépticos\nnutrologia\nbaçal\nproferindo\nbaçar\nbaças\névora\nouviria\nalternadores\ntutelares\nuai\nuab\ncds-pp\ninputs\nbethel\nhaneda\nbethea\nbenvenuto\nbenvenuti\nbonatto\npentoses\ntotenkopf\nolhão\nklebold\nvariadíssimos\nreducionista\npreconizava\neyolf\nnapolitano\nnapolitana\nplissado\ncassini-huygens\ntrompista\nequilíbrio\nconstança\ncomputadores\ncordeliers\nalternante\ncanton\ncantor\nnormalizou\ndecorrendo\neucariotas\nisolacionismo\norganizações\nbachata\ncompetências\ncastelos\nhabitués\nacendia\nialá\nisopor\nrecomendavam\nconsiderariam\nsideral\nincitava\naumentadas\ncriadouros\ntanatologia\navilez\npr-999\npolpa\nregistradas\naptas\nbottle\nuniversos\nmacropus\nlúmen\nestadosunidense\nproporcionasse\nlector\naposentadas\nchafariz\nsinope\npsicodélicos\ncontentores\nunser\nnão-crentes\ncurando\nacoplados\nsubterranean\nsyracuse\nopen\nfreischütz\ndian\ndiao\ndial\ndiab\ndiaz\ndias\nchetnim\nchegaria\nsenhorita\ntomaselli\ntransportar\nintransponíveis\nnotável\nct99\nbacall\nbeligerante\namelogênese\nruço\nalçaram\nexpirou\ndunaway\nmalga\nbotany\npanzergrenadier\nlaicas\nativadores\nscandurra\nvincos\nbuilt\nbuild\ncomitatus\nevaporação\nsexo\nmarilyn\nbarrabás\nhokkaidō\nansari\nrepetia\nrepetiu\nrepetir\nacenos\nacenou\ncapitão-de-longo-curso\nhueco\nocultação\nemancipados\npósteros\ndoentios\nfranjas\nbalmat\nrevelarão\nfulvus\nnórdicas\nabordamos\natómicas\nparliament-funkadelic\nconvites\nseletores\ndftv\nperfurante\nschönbrunn\nópio\nbuonarroti\nengraçadinha\nmorpurgo\nharpercollins\ngigabits\nalvinópolis\nhemmings\nlunaire\nciclope\nmagnetização\nmelhor-de-cinco\npredial\njurídicos\neneu\nenea\nenel\nenem\nimportarem\nchecoslovaco\norientar\nhyuga\nolifante\noriental\norientam\ndeflagradas\npetéquias\nbayão\nannita\ntokai\naabb\nmotorizada\nprotestaram\nmotorizado\ncannavale\nreurbanização\nanti-fascistas\ntrompe-l'oeil\nsequestro-relâmpago\nsheba\nwaverley\n--------\njeová\nesparta\nesparto\nnagy\nnage\nnaga\nnago\nnagi\npolimorfismo\nextraditá\nrepescagens\noperística\nnagô\npakula\nirreconhecível\ninfanterie-division\nrevalida\nembriagados\ndumouriez\nequifax\nco-catedral\ntoniolo\nbodão\ncartões-postais\ndesnivelada\nparadoxalmente\nbanhado\nbanhada\ntraumáticos\nfundamentada\nfundamentado\nnabokov\ngoiatuba\nintravascular\ncantalice\nм\ncrawley\nalemannia\ncrawler\nmaragatos\naversivo\ncustaram\narchidioecesis\nex-parlamentar\nensurdecedor\nlimiar\ndoodles\npedisse\nveterinárias\nvcd\nvci\npatches\ncalcio\npropagava\nlucinha\nalfeizerão\ndesvarios\nregressassem\ngestalt-terapia\nfortalecidas\nmecklenburg\nymir\nvetusto\npararem\nmetallo\ngreystoke\ndesarticulada\nantigas\ndesarticulado\nturisticamente\narachnida\nenfeitiçado\nmascaradas\ndaredevil\nover\nkailash\nflagrante\ncartunistas\nrees-jones\ntendemos\napolares\nrivara\npaulus\ncrespos\nprestem\nprestei\nprestes\ndesoxirribonucleico\ndivertindo\nraí\nracionalismo\nclivagens\nestendidos\nraf\nrag\nrad\nrae\nrab\nrac\nran\nrao\nral\nram\nraj\nrak\nrah\nrai\nrav\nraw\nrat\nrau\nrar\nrap\nraz\nray\noficialização\nra9\nbonjardim\nchamativas\npauliceia\nentremarés\nespécimenes\ngogo\ngogh\noblação\ngogó\nplanos\ncomumente\nviveriam\nvigário\ndesnaturação\ngaran\ngarak\ncalcanhotto\nvelasco\nresfriado\ntexturização\nmother's\nmontante\nvertiginosas\nsatsui\nperceberia\nassustadora\nex-bispo\ngouvernement\nolsen\nitatí\ncuckoo's\normuz\nelevarem\ndeflagração\ncheca\ncheco\nitati\ncheck\npeitos\nprecisávamos\ndescredenciadas\ncomputation\ntoshi\nazeri\nseleccionado\ncambarus\nsupercondutor\nmalfatti\nplethodontinae\nnicácio\nassombradas\nweigand\ninterlíngua\nmacedonica\naustralian\nrcaf\nlealdades\nfleetwood\nrestaurá\nobtenham\nhamilton\nkupka\npeña\nphalanx\ngeleiras\nherzeg-bósnia\noriginally\ncolunares\nmontarroyos\nɛ\npólipos\nrecitando\nco-regência\nescoteiros\narte-final\nmajuro\nrebote\nibùalámo\nbrawlers\nibirapuera\nfarrapo\nposaria\nhainault\nflamenguista\ncobradas\nscirocco\nmariotto\nmariotte\nmedrosa\ndeixariam\nelaboração\nalgébricos\nnassif\ncaucasiana\ncaucasiano\njacundá\nvermos\nmazzola\nmacarons\ngoodridge\npalmisano\nodalisca\nblow\nblot\ncontatada\nbloc\nblob\nblom\ncontatado\nhormonais\nvisitam\nsoszynski\ncredibilidade\nlinköping\ndesastrado\ndesastrada\ngvt\nal-hallaj\nłukasz\nandorrana\ntarraco\ngallico\ngallica\nintra\nmenta\nmenti\nmento\nsangrentos\nprimeiras\nmentz\noeste-noroeste\naceitaram\nnefrologista\nkuma\nkumo\nkumi\nhemi\nhemo\nheme\ncablevisión\navizinhava\nwaffen-ss\navast\nleeds\nerudição\nvihuela\n99,999999\nbrilhantismo\nwycombe\nimpunemente\néclogas\nviatura\ndon't\nloló\natrofiados\nrealizará\nrock'n\nal-qusayr\nideários\njacareí\ndatações\nlola\nloli\nconvidamos\nlolo\nmizushima\nrealizara\nolmstead\njosenildo\nindefensável\nvasarely\nremanufaturados\ndificultar\nmunus\nprivado\nmargall\nhertford\na.s.\nfilippino\nengatinha\nspacehab\ncriem\nsuperfícies\nalanina\nlezíria\npendleton\ninfantaria\nmugabe\ndesignaria\nustream\nreferencias\nleitos\nleitor\nleitoa\nreferenciam\nreferencial\nequidnas\nkfar\npredisposições\nmetros\ndentária\ncomandará\ncharm\nhammon\ndados\ndimaggio\nteemu\nsacristia\nz\nnaipe\nex-sargento\nnarravam\njinder\nviêt-minh\ndiferenciarem\nbenéfico\nsurigao\ndeus-pai\npaís-sede\nlevel-9\ntōgō\nkenning\ndesmobilizados\ncancelasse\nsalford\nartilharia\neibar\nreintroduzido\nreintroduzida\nmultiplicando\nfracionadas\ndigitalis\nrhein-neckar-kreis\nmattingly\ngarajau\nfrontman\natitudes\nismênia\ncoronhadas\nlacônico\npoitiers\nerigir\nvós\nghazali\nlansdale\nchutador\nnobody's\noctagon\nimprevisto\npatris\npatric\npatria\npatrie\npatrik\nmayorga\namazônicos\nvagarosamente\nempire\nguarulhos\ntottori\nmitt\nmito\nmita\ninclina\nincline\nfragiliza\ninhomirim\nexportação\ngroxo\nvilanovense\ncininha\nobrigaria\nkaspersky\nbonaldi\nsemicircular\nihsahn\nsalzano\nsubjugou\nestatira\ntichý\npdp-9\npelágio\nburleigh\nklinger\nburial\ncristalizaram\ncorrecta\ncassitas\nbancoop\npágs\nmccafferty\nrepelentes\nsaltimbancos\nuummannaq\noingo\najudavam\nautobiografias\nflorescido\namamentava\nzombou\ncontrafilé\npolicial\npolicias\npoliciar\nhélicon\ndrover\nintituto\nwindham\ncapponi\npsicólogo\npsicóloga\niniciasse\nsleipnir\nzalman\ntabagistas\nschizomida\npagadora\ndaddario\nalmeirim\ndesaparecer\ndesapareceu\nrepará\ndesaparecem\npraieira\ndiaramente\nt's\nevolução\nnotórias\nindíces\nestipulação\narditi\ndeutschlands\nrepara\nrepare\nhemsworth\nreparo\nexcomungou\nxogum\nxogun\nangier\naltitude\nschwyz\nsmasher\nsmashes\nbonalume\ngeriátrica\nverificadas\ngeriátrico\ndizíamos\nosx\nosp\noss\napto\nosi\nosm\nosl\noso\nosa\nosc\nose\nosf\nghostbusters\npolifásico\nheadset\ncanalizados\nsaccharum\nfalagueira\nlavrense\ngenéticas\nalbright\npenetrarem\ncifrão\nautossômicos\nabusivo\naboli\nencharcados\nphotoshoot\ncolorados\nextremados\ncurá\ncurê\nsobrepujado\nsobrepujada\nyediot\nuptempo\ndesprevenidos\nfotograficamente\nanimava\ntebana\ntebano\nruínas\nanoka\nenfrentando\ndelphos\nimpressioná\nfícus\nimpressiona\nimpressions\ninclusões\nbrejinho\nprenome\nkirtland\nahlfors\nvictorine\nvictorino\ncomeçara\noesp\nd'or\nd'os\nwowereit\nilhargas\ntranquilizando\ncurl\nformaram\nklauss\ncomeçará\nconsolava\nbenzo\nnovecentas\nsubseção\ntma-99\nprohm\ngrua\ngrub\nudet\nudem\ngrus\natada\nfugirem\ncomayagua\nchoppers\nviamão\nkotor\nkotov\namabis\nuniclinic\ncontratavam\nzappa\ntupãzinho\npílades\naiamonte\nflashforward\nvencedoras\npasa\navançarem\npast\nclassificadores\npass\nlençois\ninvestment\nexperience\nrúgbi\nconfraternizações\nquantificados\nquantificador\ntestes\ntester\nyvaine\nnomad\nevoluiria\ncraesbeeck\ntölz-wolfratshausen\nminako\nschönberg\nvalenza\nrelva\nparticipou\nbilhão\nvoivoda\nassociem\ntruncada\niluminações\npc's\nantropocêntrica\nrejuvenesceu\ndfx\ndft\ndfs\ndfg\ndfa\ndfc\ndfb\ntyphoon\ndf9\nal-ahram\nexcursões\ncriollos\nperissodáctilos\ncaruso\ntimbales\nsant'iago\nsynésio\nespecificava\nentrelaça\nímpio\ndepartamentos\ndesencantada\ndesencantado\nmatisyahu\nenlace\ndevagarinho\noligopólios\nmereb\narkhangelsk\ncorrobora\nauditórios\ntoxicológico\nmassacrante\ncustomizar\narqueiro\nproporcionava\nlang\nlane\nver-se-ia\nlana\nlani\nlans\nlanz\ntoten\ntotem\ndeportação\nengatinhar\nservidoras\nzeroual\nleonarda\nleonardi\nleonardo\nagraciar\nturnaround\nnúria\ncorografia\nbatidos\ntrejeitos\nsemi-independente\nempolgaram\nvivaro\nvivara\nschnyder\npaudalho\nrusga\nperrot\ndamian\nshannon\nkalle\nbrycon\nirracionalidade\ncobertura\nmauretania\nósio\nbem-amado\nmagnetômetro\nroulette\nkrikalev\ngrutas\nliguilla\nestva\nzandt\ntude\ndecurrens\nфк\nfaltou\nhabitacionais\nrecém-empossado\nsepultamentos\ntitânica\nmarita\nájax\ncaturrita\ngorons\nconcluídos\npłock\njavari\nberlinguer\nmrpp\nmatsushita\nemme\nemma\ntoutatis\nemmy\nwaltham\npavlovich\nabi-ackel\nboinc\ntoboáguas\nactivos\nseguradores\ntexian\nmunicipalizado\nmunicipalizada\nfininho\nzico\nsaint-jean\ndesconversou\nfininha\ndjair\ndesencoraja\ncântaro\npunjab\nsantificação\nki-adi-mundi\nescutada\nlídio\nescutado\nlabaki\nbiberach\nexcelsis\ninglourious\ntransparências\nencadeados\ncustoms\npolicial-militar\npin-ups\ncoelho\ncoelha\ntirariam\nextasy\npindamonhangaba\ndingo\ncoptas\nmycoplasma\nimportará\ndanforth\naldeburgh\nmoju\nmoja\nmoji\nmojo\nmordaça\njohn\nintestino\ngravá\nnovecentista\nkessie\nmâncio\ngravo\ngrava\ngrave\nmoicanos\ndeclarada\ndeclarado\nparlamentaristas\nquadrienal\nolham\nolhai\nprejudicará\nmeios-médios\ndüsseldorf\nbolsista\nsagres\nsustente\ncaíu\ncaía\npresidiária\npresidiário\nespanha\nestouram\nestourar\ninverdades\nnegou\npérigueux\noperación\nshout\ntrégua\ncarcaça\náguas\nbuscadores\npermafrost\naltivez\nberle\nrudimentar\noctávia\noctávio\nbellevue\nporvenir\nchegamos\nquitaúna\npaizão\nigreja\npycnonotus\nazria\njoffé\nirrawaddy\npaixões\nbellino\nbellini\ninafune\ndivulgadores\namneris\ninovação\nlessing\nlindoia\ndesintegra\nkirihara\nedmond\nhodômetro\nrb99\npareados\ninigualável\npoupado\npoupada\njunkyard\nregravadas\ncontumaz\nvilarinho\nindestrutível\nsurgimentos\nørsted\nluxuoso\nproclamadas\nsaldos\nsaldou\ncynder\nfonogramas\npredefinição\ninquiry\nafixo\nnzinga\nbessarábia\nsuperesportiva\nvirose\nventos\nalvenarias\nspyros\nsubíndice\nusing\n-bits\nlazeres\nmirando\nhertz\nherta\ndespertava\npiton\npodcast\nprotão\nunocal\nbacillus\ngerenciam\ngerencial\nbroches\nconstatei\ngerenciar\nintruções\nseresteiro\ndanishmend\nmounties\ndesdobra\npodre\ncosio\nwidescreen\npastoreado\nepistemologia\ncirculem\nconcedesse\nrevelarem\nsiculo\nsicula\nescutavam\njujutsu\nsclater\nparalisia\nexecutará\ncorbetta\ncaribenhos\nl'aurore\nthermas\nthermal\ntutti\nsystema\nzabelê\nsystems\nmokujin\nbryan\ncaldinho\nmesencéfalo\nengataram\nhouser\nhouses\ntrâmite\napocalypse\nimortais\nantiquado\nantiquada\nmoonshine\nalienar\nossónoba\ninfeções\nterada\nzilmar\nazaração\nafter-hours\nblackmotion\nsupermodelos\ncompartilhamento\nsinódico\nteleceará\nactivação\nornados\nsievers\nenfureceu\nenfurecer\nconstrução\nrahim\npós-jogo\ninkscape\nchick\nkeynesianismo\nbronquite\niomega\nlegítima\nrolava\nlegítimo\npovenmire\ncolégio\nlamazière\nkeaggy\nvirava\nsvn\nsvg\nsvd\nsva\nsvt\nsvu\nsvr\nsvp\nco-estrelada\nco-estrelado\nprossegue\nmelquitas\nfilmfare\nviña\nburstein\nmanifestaram\noctaédrica\nhirundinidae\nexplicativa\ncorreções\nkian\ndefectivo\noogie\nhemorragia\nreviveram\nouvidas\nexistencialistas\nkapoor\najoelhado\najoelhada\ngéder\nútlimo\nhebreus\nichigo\nveprecula\nmicroburils\nsnecma\nplay-off\ncertidão\navançará\nexcluía\ngolfe\nblackgate\ngolfo\navé-maria\nminúsculos\npizzonia\nxàtiva\neidética\nratzel\nsedimento\ndesarticular\ngorducha\nesofágico\ncálido\nesofágica\npolka\nlemaître\ngarmin\nneozelandeses\neletrónica\nrãs\nrão\nfanclub\nrabindranath\nautógrafos\npaulistana\npaulistano\nswartz\ngreening\nkusama\nodiou\npyrus\nfreinet\noxygene\nvolapük\nextrapolando\nsadako\nmeditava\npinhais\nnicômaco\ncobi\nendorfina\ncd999\nghandi\nsepultado\nsepultada\ncalabar\nkuratowski\npossuído\npossuída\ntelenovela\ngéant\nmeias-vidas\nsignorelli\npsdb-mg\namcham\nnostra\npsdb-mt\nnostro\ntartarugas\nreelegendo\naluado\nainaro\ngenovesa\ngenovese\nesqueleto\naedes\nwalita\npaxás\nexcederam\nmaharbal\nassumindo\ncosméticas\nreconhecerem\nvideomaker\ndourada\nalucinógenos\nnivelle\nmaillet\ncheverny\noclusivas\nsarcoscypha\nearl\ncidade-natal\nearn\nmultimilionários\nearp\nears\nschaan\nschaal\ncapitão-de-mar-e-guerra\ntilbury\nbuzato\nscientifique\ntilburg\nfecharia\nheroísmo\nstábile\nsucinto\nsucinta\nmíopes\nexacerbação\ncascudos\nfluxograma\napagado\ntibidabo\nphibes\namarra\nprocurava\nhamburguer\nbeyruth\njealousy\nalumínios\nabstergo\nbagno\nbagni\ncomemoraram\nmirada\ncallas\ncuius\nfeitos\nfeitor\nelectrificação\nex-combatente\nunexpected\níndex\netnologia\njeremoabo\ncaroços\nradiotelegrafista\nserdan\ntestarem\nsamplers\nlanari\ndissipação\nirrompendo\ngalinhada\ninseriam\nespermatozóides\nmontedio\nconvidara\ndissonância\nsopranos\njoão-de-barro\nguaíra\npamela\nconvidará\nrachel\nbo-bobo\nкосмос\nanzhi\nversátil\nnazz\nnaza\nnazi\nsisnando\neliyahu\nvoodoo\nkwon\ntakin\nblends\nkantō\nbétulas\nfarris\nadministradoras\npossidónio\nrazão\npré-carnaval\nleigas\nkoski\ncocodrilos\njudging\nvaldano\nalcazar\npendência\npreocupar\npreocupam\nratchet\ncompreensivos\nalianças\nconstrangidos\ngomphidae\nsalza\ndiligente\nlistando\nsairem\ninkigayo\nmegara\nesfera\nhumorística\nrejeitasse\ninaugurará\nptolemaeus\nicosaedro\nláctico\nastronômicas\ncartilaginoso\ncartilaginosa\nwillem-alexander\nbakker\nescutam\nescutas\nvibracionais\nmunique\ndiggory\nestirão\necclesiarum\nkenta\nestalido\ngeofísicos\nclemência\nnúcleons\nramone\nlander\nlandes\nramona\ninevitável\nlanded\nzhuge\nfortalezas\nlanden\nherófilo\nsibilas\nbeals\nrecém-construída\nbeale\nincineração\nhinduísmo\ncavilha\nolcott\nfolhetim\nradeon\nseguiu-se\nkanto\ntecnológicas\ncátions\ngonzaguinha\ngrigor\ncantabria\nexpressando\ninferiorizado\naboliram\nlimiares\ncoloquiais\nmundial-9999\nnão-intervenção\nwitches\nbergisch\nrispidamente\nphysalis\ncartuxos\ninovadores\narquitectónico\narquitectónica\ncanetada\nimpediam\ntrouxessem\nee-9\ncelsus\nséptica\nséptico\nonduladas\ndevelopment\nintertropical\nkaede\ntravers\nandaluza\nalternativo\nalternative\nganzarolli\nnozze\nbeninense\nmiroslava\nchuveiros\nuruaçu\nbeberam\ngenetta\nimplicasse\ncarrascalão\ndivinorum\ncapitán\nbranco-sp\npiracicaba\ngroaíras\nagronomia\ncenáculo\nareca\nareco\naquabats\npeptídicas\nregionalizado\nprovidos\ncrucificada\nassada\nassado\nblatter\nappend\nkyffhäuserkreis\nassexuados\natreve\nescoceses\ndependências\nlucídio\ntrigueiros\nmesas\nd'alho\nvulpes\njavista\nsobressalto\ndominick\ndominici\nfenilbutazona\ndominica\npensionato\nprovérbios\npugh\npuga\npango\ncanidae\ncd-roms\nimportavam\nsub-divisões\nallies\nallier\nsofisticação\nalliez\nmarcelo\nmarcell\nmarceli\nmarcela\ncoitada\nsomália\nwishlist\natitude\nmisawa\nal-mamun\nveira\ninformáticos\nmaísa\nposídon\nanomala\narremessadas\ncaddy\ntensa\ncaddo\ntenso\ndelaroche\nlúdicos\ninusual\nartificio\ngmc\ngma\ngms\ngmp\ngm9\ndesprestigiado\nrenumeradas\nstedile\nteplice\nparara\njoaquinzão\npreferência\ngeraldo\ngeralda\navada\nbritiande\nabuelo\nmne\nmng\nchewbacca\nticiana\nmorpheus\nsantini\nsantino\nsantina\nturia\nspike\nturin\nturim\ncaptcha\ngilby\nfalava\ntoxic\nelizabeth\nelizabete\nklinghoffer\nchefiadas\njarreteira\ncafeicultores\niowa\nunmovic\najufe\namontoados\nsáude\nvilarelhos\nsodi\nozai\nconfirmação\noxóssi\nalbinismo\npélvico\nbrandoa\nbrandos\npuniam\ncifras\ncifrar\ncultivaram\nvitima\ntribulações\ncolore\ncolors\nbarris\nfontaine\nhimalaia\ncaiada\nouvisse\nalguma\nguanais\ninfalibilidade\ndeuterostômios\ncalabrese\ncalabresa\ncanapé\nabstendo\npalamedes\nacanhamento\nmicrobiologista\nkushanku\nneo-geo\nmonomorfismo\nleagues\ntorrentes\nreverencia\ndadrá\nparamilitares\ncantilena\ngroupies\nexclamou\nhiperplasia\nrent\no.j.\nreunem\ngrönholm\nbarrio\nexplicava\nnisto\nespalharam\ndarko\ntracejada\nfundaram\nbarrionuevo\njoctã\ngumball\nclouds\ncloudy\nchaga\nexame\nxantipo\nindustrialista\nweigert\nempurrando\nrecepcionar\ndescongelamento\ncaudais\nservente\nornamentos\ndesovam\ncomercialismo\ndesovar\nahr\nbouterse\napraz\nflaviense\nnitratos\nprevendo\nbeiços\nstrioterebrum\nmás\ncarabineiros\nmáx\ntogliatti\ngiovana\ngiovane\ngiovani\nensinamentos\nciprião\nattu\nbilhar\ncolossenses\ndominando\nemocionada\nemocionado\nibram\nibrac\nrailway\nabordará\nprotocolo\nroig\nbiênio\nansiães\nlipoproteína\ntabagismo\nrepublicações\noperaram\nluxembourg\nfreed\nviger\nadorada\nadorado\nartistdirect\njornalistas\ntaste\nexploration\nsheedy\nfilantropeno\nwebsites\nxingamento\ngell-mann\nentupidos\nhaar\nhaas\nartha\nhaan\nhaag\nchristian\ncharco\najudados\nnatori\nperuas\nfabrício\nmandelson\nshoghi\ncetoacidose\ndiferentes\nlhe\nlhc\nlha\nlho\npeixe-boi\nalijamento\nweight\nsocialismo\navenida\nlimestone\nrookies\nk-pop\ncopiá\ndisseminação\nscanners\nquesnay\ncopia\ncopie\nchocavam\npsicodélica\nintermezzo\nsantos-ap\nbudapest\nrealce\nbesantes\nyoshiie\nretocada\nretocado\ndudes\nex-velocista\ndudek\nnegociata\npienaar\nodelmo\nschindler\npoltergeist\ncromatografia\nambiel\nziege\nimaginação\nmezena\nbayern\nserenata\nalmendros\nnavona\ndalí\nquercetina\ntransformaram\ndale\ndala\nusers\ndall\ndali\nusera\nepidemiológico\nepidemiológica\ngans\ngant\ngana\ngang\ngann\ngano\nironiza\ncarabelli\nhamish\nfluvial\ncontínuos\ngondifelos\nschmadel\nfreezers\nmedievalista\nchichi\nchicha\nexecutou\nexecutor\ntacs\ntaco\ntaca\narbuckle\nghouls\nespósito\nfenabrave\ncruzarem\ndemonstrará\ng.g.\noutkast\ndesmatosuchus\nexperimentalmente\ndemonstrara\nantígua\nprovidências\nnapoleónica\ndocklands\nrubus\nretidos\npolimorfismos\navailable\nconfessarem\n-presente\nfiquemos\nautocarro\nenigmas\nnutrida\nfaenquil\nnutrido\nnorthumbria\nnetas\nincident\npaulistanos\nfissionável\njokwe\nimplantação\nrooster\ndacia\níntegro\nmaculata\níntegra\nmonjardim\nlargura\npredação\nmatricularam\nmacabros\nrozier\nsmyth\ninmetro\nquíos\nblu-rays\nformalista\nmälaren\nequalizar\nresiste\nresista\nbérgamo\ntransfer\nresisto\nenchido\nhilal\ncake\nsorrindo\nencenou\ncabide\nenvolvidas\ncabido\nhospitalários\neurofighter\ndespontavam\nunterseebootsflottille\nbateristas\narcaria\nplunct\nsuccession\nvaladarense\narremessar\nduramente\ncastória\nplanárias\nlimão-siciliano\nmilitare\nmilitari\ni'd\nmilitary\ni'm\ndivida\ncomparecem\ndivide\ndivido\ncompareceu\nsecretários\nrelay\nrelas\nmortari\nexógena\npajés\nexploratórios\nex-fuzileiro\nprostitutas\ndiagram\ndestinem\neffective\nmelisseno\nalvinho\nvirgen\nvirgem\ndemente\nesfolado\ntaubaté\nrezasse\ndistillers\ndsv\ndsw\ndst\ndsr\ndss\ndsp\ndsq\ndsn\ndso\ndsl\ndsm\ndsj\ndsi\ndsg\ndse\ndsb\ndsc\ndsa\nsimulações\nds9\npássaros\ncaribes\nlister\ngroban\ndirigirem\nlisted\nconveses\nlisten\nespantosos\nmizutani\nagressivo\nagressiva\nsusie\nespecializado\npatrimoniais\netnocídio\naficcionado\njacquerie\nbolen\nconcordado\ndescritas\nrazoáveis\nyungas\nyungay\ncamarões\nvelika\nabd-ul-aziz\nrechaço\ncobria\ncobrir\ncerebelares\ndeputada\ndeputado\ncouleur\nuraguai\nfe9o9\nfeitoza\nsanadas\ninesquecível\nglandulares\ndistribuindo\njaracatiá\ncassiá\nburrows\namilcare\ncolegiais\nufersa\ncassis\nteleósteos\ncassio\ncassin\ncassim\narrumadas\ncassia\ncassie\nassinassem\nkwapis\npandemias\ndem-go\nyitzhak\nimprinting\nauto-biografia\nbeasley\nmartírio\nforlì-cesena\nprimeria\nprimerio\ncalgary\ndivisa\nepitaph\nheineken\nanterior\nquoi\ncontainer\nbarrister\nsavonlinna\nripalta\níxion\nasterismo\nhockey\nlarrea\ncij\ngrelhadas\nnp-completo\nreigns\nirpina\nsentira\ndetestáveis\nnacos\ncrawford\nartpop\ndespertadas\nstarkiller\nsentirá\ncontundente\nstoichkov\njacobbi\naskia\nnecrófagos\nbobinas\ncientíficas\nelétrons\ndoadora\nracial\njônatas\nbrazzers\nwadsworth\ngoodhue\nconcavidades\nponderam\nponderal\nponderar\nclarinha\ngershwin\nconectada\nconectado\nempreendidos\nfaradaya\nsemi-elaborados\nkopke\ngeleião\nimbróglio\nopositores\npietistas\nexalação\nsub-solo\nalto-astral\nchutando\nsassoon\nvaldevez\nниколай\nenergizado\ndiversificaram\nsôr\ndescontaram\nmopsuéstia\nwasabi\nschulze\nbandinha\nclockwork\nprimícias\nasanas\nguincho\njirga\ncastelhanas\ngracy\npaletes\nfabien\ngraco\ngrace\nconvivia\nfellowes\npecuários\nazogues\nhippel\nsession\nhipper\nmaio-junho\np.e.\npastelaria\ndalbergaria\ncaractere\nolimpija\ndisponham\nacetatos\nnabisco\nwhat's\nformata\nformato\nformats\nchamamentos\ndividirão\nmediterrânicos\nguerrilheiras\nmontpellier\nanti-soviéticas\npatógeno\nconsistirá\ncurral\nquién\nzorglub\nbonfá\neuskalduna\nfrías\nphantom\npiastras\nhadad\ncarreras\nhadar\narmamentista\nberinjelas\npródigos\nfócios\nlinuxmod\nconquistavam\nelivélton\ndesconsiderou\nnormandos\nfrotistas\nliga-leve\najustarem\nraspão\ndocking\nfinura\ndiminuições\nexitosos\nharrisburg\nfalanstério\nvariegata\npropagadores\naltavilla\npopovich\nserzedelo\nsurfava\nhistograma\ncuauhtémoc\nalquila\ndelibera\nanatômica\nanatômico\nvarejo\ntlepólemo\nlírio\nbylaardt\nalém-túmulo\nvolley\nhotchkiss\nprovado\ncimaron\nparalisação\npantaneiros\ndusk\nduse\ndust\nentoado\nentoada\nhafizullah\nespeculam\npagliarini\nkyudo\nbarnim\nthiel\nthief\nwlamir\ncolírios\nthieu\nfamiglia\nmaxwell-boltzmann\nmeirinho-mor\ngenuíno\ngenuína\nazuis\nreverenciado\nreverenciada\neulália\nshaolin\npimpão\n999,99999\neulálio\nbasidiocarpos\nlimpava\nesbarrar\nmata-mata\nesbarram\nelaine\nabreviadamente\ngeorgianas\noptimista\npoissy\ncharlottenburg\ngenerosamente\nembargar\npirateado\nésquines\nnão-essenciais\ngarum\numedecido\numedecida\nstudy\nstudi\nsimetrias\nretinol\nurraca\npublicitado\npublicitada\ngéza\nnacionalmente\nraulzito\nex-seminarista\nrisadas\ndecidissem\nincógnitos\nmonte-mor\nmolinos\nseguimos\nwaldheim\nmulticelulares\ndnipropetrovsk\ndesarrumado\nmotobu\nnavarrete\naerea\nponteiras\niónicos\neducadores\nmetabolômica\nsubsídio\nmustafá\nassaltadas\ntaças\nignorados\nvava'u\ncomperj\nmustafa\nestrearam\nsagrante\njaya\norganizativo\nkhoury\njays\norganizativa\nwurlitzer\ndeixá\nmorini\narmazenando\ndeixo\ndeixe\ndeixa\ncoronavírus\npunem\nmapeiam\nyanni\ncome-fogo\nyanna\npanofsky\nesposo\nesposa\ncircule\ncirculo\nloteadas\nlevedo\noderzo\nzuzubalândia\naulo\nauld\naula\nespecifico\nespecifica\npassante\nlava-rápido\naulë\npermanecemos\nconcolor\ntecnociência\npolimento\nsylvie\ncarroll\ncompatibility\nerrática\nerrático\nmagpie\ntíquetes\nhiperdulia\ndoctrina\nultratop\nsinónimos\nsummon\ninevitable\ndebandaram\nindefesos\nlindsey\nbreogán\nviário\nviária\nlewicy\nanimadores\npré-modernista\nposseiros\nangel\n⊆\nanger\nanges\npalazzo\npelasgos\nsteffens\nlarini\nkaurismaki\naproveitáveis\nxf99\nressaltam\nvideoaulas\nressaltar\nbatizaram\npossibilitavam\nsilhar\ngirondinos\nepiderme\nsesp\nsesu\nsesa\nsesc\nsese\nretroatividade\nrearmamento\nramanuja\nonofre\nnon-sense\nupton\ntreatment\nvó\nheloisa\noudinot\nridgway\nmovistar\narguir\narguim\napaixonei\ncanônicos\nbraile\nmarchands\nmarchando\nhirasawa\nmpfi\npericiais\nbostaph\nfriedhof\nnovinhas\nlakewood\nsegundas-feiras\ndiminutas\ndonatello\ndonatella\ndango\ntartakovsky\nvj\nremixer\nbertinelli\nmonolugares\nremixed\ndesgaste\nvs\ninedito\nderyck\nadmitisse\ndesautorizou\nbest-seller\npontinhas\ninstalaria\ntópico99\ntachikawa\nauburn\nanrão\neudes\nbasã\nex-comunistas\nrongorongo\neasley\nkayky\nbast\nbass\nbasf\nbase\nbasa\nbash\nv9\nlibindo\ncurtíssimo\ncurtíssima\nabafamento\nmesão\ndefensivos\nparcelados\nblend\ndesfizeram\nmifano\nfileteado\nabraça\nprovavelmente\nabraço\njoalheiro\njoalheira\nabraçá\ninalteradas\naphra\ncalando\ncromóforo\ngovernment\ngrã-cruzes\nmediastino\noctógono\nmadail\ncomparou\nia-99\nmoira\ndesfilará\nɸ\npopílio\neverybody\nabadia\nvolumosos\ncabreira\nbalcãs\nadults\nadulta\nbalcão\nadulto\nidosas\nabarth\ntucci\nhumorismo\nvermiforme\nendrigo\ncuja\npettyfer\npeyo\nsantifica\nsapatas\nmii-dera\ntransfusão\nguardaria\nliége\naustronésia\nmikhalkov\npríncipes-eleitores\nterracina\ncultuais\ncondecoração\npecíolo\nkees\nkeep\nkeen\nkeel\ncheiro\nchristoph\ncheire\ncheira\nmegafones\nvoltigeurs\nželjko\nmendizábal\ndiscolor\nimpossibilitou\ngunner\nuivo\nuiva\ncianofíceas\nabreviados\ninutilidade\nmoídos\nsatyajit\nvalderrama\nmacroevolução\ntabula\ntabule\nciconia\noidor\ntupou\nfitzroy\nempresariais\nvideiras\nnikaya\natlus\nestilos\nacontecesse\napossou\nimitações\nrecortar\ncamberwell\nuzias\nagredido\nagredida\nimes\nimer\nimea\nsubmetê\npopol\ncomentou\nintegrantes\ndanieli\ndaniell\ndaniela\ndaniele\nfarolim\ndecair\nbatelões\ndecaiu\npacifica\npacifico\ntalisa\nfeuc\ngottschalk\njoorabchian\nrenana\nflashpoint\nrenano\nacessá\ncompanies\nderramamento\nrasgados\nmacacos\nacessa\nacesso\nconsome\ntravessura\nschwarzburg-rudolstadt\nderretido\nderretida\neditor-chefe\npinfall\njesuítica\nfavoreça\nimplantará\nduopólio\nmurray\n\nmurrah\npdc\nretentores\ncongelantes\nhidrômetro\nbanto\nbanta\npanini\ninaugurados\nbantu\ndávila\nasanina\nfraião\nrevenge\ninsistimos\nbrigadade\npayload\nanestésicas\ntrincheiras\ndefinidoras\ndoves\nldap\ntemplatedata\ncaixeiro-viajante\nadelin\nherdades\nsoltava\nmc9\nleszczynska\nsubmeterem\npragmático\nmcm\nmci\nmce\nmcd\nmcc\nmcb\nmca\npragmática\nmcw\nmct\nmcs\nmcr\nmcp\neirik\nmc²\nsocioeducativo\nsocioeducativa\nvillegas\ndidatismo\npsych\nokamotto\ncuidadoso\ncremonese\ncuidadosa\nducto\nesus\nhidrotermais\ntrítio\nnerve\nromulus\nbicho-papão\nsyndicate\npacwest\nequestre\nmadtv\nesteban\nsisulu\naretê\nareté\nbillion\nkonami\nreferenciais\ncalcular\ncalculam\nlógico\nlógica\n-missão\nprostatectomia\ngroselha\nwilkes\npurê\npuré\nranking\nalojando\nétnico-cultural\npilantras\npuri\nventrículos\npectoris\nhistérica\nhistérico\nzip-zip\nrabbi\nmarshmallows\nsignificar\nwestfália\naveleda\nincidiria\nesponja\nsairemos\nleccionadas\ncarro\ncarry\nplenária\nplenário\ncarrà\ncarré\nlunático\nhorowitz\nmodulus\ndesviavam\nempregada\ncardiológico\nveios\ncardiológica\nnete\npresidencialismo\ngansa\nandrómeda\nhospitalizada\nhospitalizado\nreading\nespectrofotometria\nfumio\ncardozo\napelidadas\nscherzo\nafinador\nafinados\nescutadas\nbandeiras\nsupercontinente\nidiossincráticas\nbatha\nmosias\nreflexão\ndetectados\nmorrowind\nglamouroso\nglamourosa\npersiles\nimobiliário\nimobiliária\nmoises\násia-pacífico\nwitchcraft\ndançadores\ncardióide\nachassem\ncontribuidor\narabista\ncharmosas\njagdgeschwader\nluneng\nnitrocelulose\nvideos\ndubladoras\njónsi\ntamerlan\nmaicá\nrickenbach\novariano\nprogesterona\npercebam\nmantidactylus\njonah\njonas\nraças\nesbranquiçadas\nencaminhamentos\nafirmado\narchitettura\norpinelli\nsurfactante\nposavina\nbelforte\nbizkit\nseparador\nseparados\ndesmanches\nsungmin\natacadistas\nbethânia\nisqueiros\nsoyo\nflavia\nflavin\nflavio\njacopo\nrabbani\nsitcom\nzielona\ncôncavos\nutilizem\nutilizei\nsubsidiariamente\natormentados\nribenboim\nguardará\nflete\nmulti-milionário\nrudbeck\nmerriweather\nserravalle\nkarume\nmajólica\nbatten\ncantanhede\nsubirá\nzeto\nzeta\nplatinum\nruidosas\nsubira\naptidão\ncomportamento\nsubstituiu\nliechtensteinense\nwollongong\nalianza\nhardt\nfascículos\nebook\nbenicio\nbariloche\ninfected\ndesafiadora\nexposição\nararuna\nininterruptamente\nbrissac\nmosqueteiros\nguy's\nabaetetuba\nbaník\npetrúcio\nchape\nchapa\nanimuccia\npassio\neutrófico\nskeet\noscarito\nstaple\nsemínima\nbosníacos\nempresa\natlanticus\ntinguá\nbual\niñiguez\ninjectar\nforneça\nex-halterofilista\nmaculatum\nfermanagh\nmaculatus\nálamos\nmosto\nassistencialismo\nсергеевич\nbruchi\nilorin\nwaker\njinks\natuou\ncountryman\ncediam\nimprimiram\nsupressão\nbarcas\nsakukawa\ntransferira\nzamboni\nadarve\nsaíram\npulsão\nancoragem\npravda\ntherapsida\nvalue\naicpa\ncoentros\nvioloncelistas\nercílio\nercília\nraivosas\nproliferou\nsimbácio\nmicorrízico\ncleômenes\nferve\nferva\nconstruído\nhats\nhati\nhato\nhata\nhate\nnelore\nacrescentavam\nmissionary\ndeclinaram\nzambi\nabordado\ndesarmado\nabordada\ndesarmada\nenvoltos\nfidêncio\nboomer\nmontanhosas\nmodalidades\nælfheah\nmulti-jogador\nkal-el\nwitsel\ndescuido\npinneberg\ndescuida\nbaumgartner\nwaltman\nsault\ncmmi\nsaulo\nnotified\nyvette\nattilan\nmalbec\nmodestos\nastutos\nglucose\nwestern\naztec\nlogaritmos\nfalsificou\ndesaquecimento\npfeifer\ncaipirinhas\nchristianne\ncofap\nʃ\nhuayna\nmestalla\ngareth\nparanóia\ngarett\ntambem\nmaletas\npropulsion\nsurkamp\nconfusion\nintimas\nintimar\ncapturar\ncapturas\nsuperaglomerados\nmonstros\nclaes\nameaçadora\napague\ncopiam\ncopiar\nbrainstorming\ndiderot\ncriticidade\nkbps\nlow-cost\nuniversalismo\neurides\nalcaide\nsurucucu\nironias\nesvai\nszpilman\ngandelianos\ndárcy\nprivataria\ndsdm\nvideo-clip\ntelemarketing\npompeo\npompey\nhachi\nchoram\nchoral\nchorar\nsacas\nexercicios\npacioli\nestado-maior\ntrinidad\ntratamentos\nrepetidos\nrepetidor\nschapiro\neletroquímica\neletroquímico\nestabelecia\nincumbem\ncraugastoridae\ncaine\nguilhobel\nstahl\nsaradas\nquebramos\nrudyard\nknightmare\nanã\nmutirões\nmoeda\nand\nane\nang\nana\nanc\nanl\nano\nani\nant\nanu\napresentado\nbrainfuck\nans\nafrodisias\nvinagrete\nacorriam\ncompensavam\nnetto\nbatemos\nsirio\nsiria\nsiris\nlabore\nneuman\njoy\nmulticulturalismo\ndifferdange\nqueixando\nretirara\nfofoca\npolítico-econômicas\nrobben\nmuscular\nprotocolaram\nevento\narrendaram\nafeiçoado\ncallao\nsymphonies\nmilverton\nwelington\ncorados\ncapitania\ndacko\nconsultou\nbrujeria\nconsultor\naltruísmo\nvicar\nprolactina\niulia\ndéfice\nmacarrão\npolanski\nsilagem\nwirth\nmarcondes\nsettlement\nactina\nquatorze\nregimento\nbuilt-in\naeródromo\nholzman\nmahavishnu\nedición\nriachuelo\ntransfigura\nalfinetes\ngorrinho\nhanami\nturgueniev\nricochet\nmission\nfalharam\nsentadas\nquevedo\njuntariam\nxampus\nothelo\nrandall\nrt99\nmcbain\ndesistirem\nleucipo\nxavantina\nlante\nlantz\nroncesvales\nqueimadela\npresságios\nevoluída\naminas\nmarquinha\nmarquinho\nselecciona\ndórdia\ndórdio\nprocedente\nlettow-vorbeck\nroaring\nmanius\nusage\nsermões\nsolódico\nrebarbas\nrenzi\nreagirão\nterça\ndogons\nprimordiais\npenacova\nbambirra\nastrométricas\ncariniana\nwanderlust\nanata\nsvend\nperfis\nperfil\nendocrinologia\nsoiree\ni.g.\ngrafou\ngrafos\nhiero\nco-escritor\nrapieira\nchaste\nschroeter\ndalbergia\ngera\ngerd\ngere\ngero\ngerm\ngert\nnucléolos\nespecialista\nimpedem\npossante\nrefrescaram\nmisturarem\nlooks\ncharlene\nuniversitário\nuniversitária\nbogea\nvarvara\ndébil\nsweeney\nvolksblatt\nteos\ndespués\nbeirando\nperryville\nmandibular\nottaviano\nottaviani\ndânae\ncoincidente\nfurtadas\nazarão\ndeslanchar\nnntp\nzoomórficos\nincluísse\nnorum\nnoruz\nberbice\nfluxos\nhipérbole\npoznań\nconfronto\nconfronta\nconfronte\nnaceles\nlêndeas\nfinrod\nfeingold\nconfrontá\nepicuristas\nvotadas\ncross\nblixen\npoznan\nresponsável\nfeios\nsedgwick\narquivar\nhabana\nlufkin\nelídio\nmamodo\ngotthold\nhohenzollern\nvs-99\nem9999\nencarregados\nboardwalk\ncmos\ndescaradamente\ncarências\nsuperavitária\nlidocaína\nemperrada\ncíngulo\nemperrado\nilić\natoms\nvislumbrava\ntorretas\nsubrede\ngioino\nhaplogrupos\nilia\nilie\nsimilaridade\ncomeçarmos\nmicroscópico\nmicroscópica\nporongos\nifttt\nmonótono\nmonótona\npanetta\nolheira\nolheiro\ncazeaje\nsinduscon\nadsorção\ntricórnio\nhentai\nbarretas\n‘\nhastes\ntlatelolco\nsolicitaram\nschaerbeek\nmaléfico\naperam\nhadith\ncostanzo\ncostanza\nabusar\nabusam\nuendel\neuropean\nneopagãos\nperturbam\nautenticar\ncumbria\nperturbar\nganho\ndesaconselhável\ncabedais\ntransilvânia\ndraenor\ntübingen\nlosing\nanatidae\nfarpoint\ndemetrio\nconfessio\nleet\nleer\nlees\nleed\nleeb\nleem\nqk999\nlogra\nrockers\nlogro\nunifmu\nversiani\nanhalt-köthen\nantológico\nex-santos\narellano\nheraldista\nf.r.a.\ngiacinto\nagravaram\nimplicitamente\nnegligenciável\nsirhan\nvirtue\nalboíno\naquedutos\nobséquios\nsúbitas\naprovem\nh9po9\nvoando\ndesembarcaram\ncumberbatch\nprostituindo\ngy99\nrealojamento\npensaria\ninstrumentalista\nwanderers\norlândia\ndistam\ndistal\ntenentes-coronéis\nsaint-etienne\nideológicas\nanaïs\nfabinho\nresina\npropinoduto\nweibo\nsable\nmicroclimas\nbrassica\npappas\nlidia\nsikhs\ntranscorridos\nirreal\nsuperliga\nzeller\ncontatando\nfiscais\ndescontinuação\nferreri\ngembloux\narrabaldes\nneo-romantismo\nsugestivamente\nvelhice\n#instaflavia\ntight\nagalinis\npb9\nfáceis\npbs\npbr\npbx\nsergipanos\npba\npbl\npbi\npbh\nmêda\nguianense\ntanya\nclinicou\nabafador\nsargentos\nprotásio\ndensamente\nantropomórficos\ngaita-de-foles\neulógio\nfisiológica\n♥\nhogarth\nsotho\ntemplos\nlamiales\nl'hôpital\nilícita\nilícito\nmeasurement\n-diol\nblacks\nmetafísicos\ndiuris\nmanca\nmance\nmanco\nsaimaa\npapeis\ndecrescentes\nenveredar\ncorrigida\nbotryobasidiaceae\ntedeschi\ncuidadas\nregendo\nhabilidosas\nbaixio\nlewes\nvader\njomar\nsurer\njomaa\nestimasse\njade\njada\nunapologetic\ntallarico\ncoeli\nnovosti\nmudava\nesponjosa\ncontraltos\nituverava\nilegalizado\nlênin\nelem\nelen\neles\nvocacionadas\nreaders\nrebecca\nsydney\ntomar\ntomas\ntomaz\nagfa\ntomam\nvinculada\namordaçados\ncompradora\ngeneralidade\nriquenha\nuterinos\nkassin\ndividos\nbacklund\nintitulavam\ncrueza\nigrp\npedalinhos\nbonitos\nihara\ntaito\ntaiti\ntaitu\nesmagaram\npefelistas\nrecorrência\nreputação\natraia\nmulcahy\natrair\nstandish\nsurgidas\nmenemismo\ndeslocados\nseaworld\nshusha\ndivertículo\ndegrees\namoris\nborderline\nadministrasse\ncoloidais\npazzanese\npotenciar\npotencias\npotencial\nlábrea\naborígines\ndespertar\ndespertai\ndespertam\nwhigs\nrepentes\ngraveto\nfach\ncarriço\nfaca\nface\nfacs\nfact\ndestacavam\nplanador\nstavros\nmakron\nsalão\nretransmissões\nnaveta\ninstados\nviris\nviria\ncerrados\nsanssouci\nevocam\nevocar\ninfecção\nframeworks\ntimidez\nalbornoz\nfavorecidas\nmontesinho\nlavadoras\nchairs\ncanyon\nmargaritifer\nlurdes\nlurdez\ngalácticas\ncalçadas\naproveitasse\ndesobedece\nséricas\ndescerem\ndiggs\nvultos\nconvencionais\ntrilhados\nmerkle\ngrottaferrata\nvalentão\ntransferissem\nassocia\nassocie\nsubornados\ngalas\nfloribunda\ngalan\ncruzetas\nestaleiro\nribamar\npatrilinear\nassociá\nmetalização\nversava\nz-9\nadolpho\nadolphe\nmecanizadas\nseminários\nunicorn\nneopagão\nlismore\nsatyagraha\npentear\ngalhardia\nafirmativamente\nespalharia\nmiocardiopatia\nrepresentacional\nelevam\nelevar\nfixaram\nareobindo\npróximos\nbrøderbund\nbanu\nbans\nbane\nband\nbang\nbana\npayback\nbani\ncresceriam\nanália\nhooker\ninterpretadas\ndesmembrados\neinaudi\nsubgrupos\ndelicious\ncorrespondeu\ncorresponder\ncorrespondem\nexternato\nyogananda\npatinho\ngenómica\nhalleck\njörgen\ngyatso\nmagusto\nbarbier\nbarbies\naphex\nescolásticos\nursácio\nanglo-americanos\ncécile\nsachs\nrobeson\nsacha\naglutinadas\ndesinvestimento\nmototáxi\nsachê\nmaruyama\ncélulas-tronco\nborsa\natheling\nvtc\nrealizáveis\nestranged\nmadrinha\ntrumpler\nwilhelmina\nwilhelmine\nsortudos\nezekiel\ntopográficas\ntontas\njeddah\ndesmantelou\nodawara\nhúmus\nconsortes\ndodgson\noficio\nbrandeburgo\nlavigne\npreto-e-branco\nsubsequentes\nclassicizante\ndeixaram\npossuidora\nwankel\nnonstop\ntamerlão\njulgue\nserjão\nconfrontarem\nprosecco\nforma\nforme\nforms\ndesmoronou\nkerr\nkers\nkern\nkerk\nkeri\ncavanagh\nitajuípe\nantitabaco\nvoluta\nmella\nmelle\nmello\ncalorífica\nração\nheruka\ncalorífico\narvorar\nmashable\ndesajuste\nmitzi\nchantal\nudmúrtia\nhaftará\nspore\nsport\nhidroelétrico\nhidroelétrica\nthurn\nthura\nortogonal\ntesouraria\ncomemorava\nlitt\nlite\nlita\ngolfinhos\nestremadura\ncupcake\nmersey\nmirabeau\nreynard\nsagaing\nitamonte\njager\njagex\nfraunhofer\nchaitin\npatrimonial\ninterpretação\nzambia\nimpressionados\ndocumentações\nrecorremos\nassinalado\nassinalada\nlebreton\nqs999\npedralbes\ncaieiras\nvagava\navultadas\nqotsa\nenergizada\nfavatto\nribela\ncarreiras\nilife\nkhai\nkhan\nkhao\nkham\nkatanas\nkhas\nencaminhadas\nspecies\nlitteris\nbanks\ncalcedonianas\nwiener\ntomografias\nbrandindo\nnomeadamente\ndasyurus\naxxess\nstretton\nhynde\ntrancá\nleavitt\nprainhas\ngriggio\ninternação\nfarião\ntrance\ntranca\ngnomos\nmxyzptlk\nerrôneo\nometto\nassimineidae\nerrônea\nsentais\nmersenne\nberimbaus\nexaminar\nfinitos\nexaminam\ntelefonema\nmonção\npatérculo\nserzedo\nverina\nescolhê\nrodarte\nfracionada\ncabul\nescolho\nescolhi\nescolhe\nescolha\nchediak\npurus\nfarmacêuticas\nmazandarani\ncustado\nregularização\ncuddalore\nmistica\nrenewal\nhennepin\nyagi\nfrankenheimer\nperiodismo\nadmiravam\nconsciencialização\nrespiradores\nculinary\nmirtilo\nturíngia\nocultas\nocultam\nkinski\nofensiva\nkinsky\nofensivo\nsuperclássico\nfedorento\nconciliador\njonathas\ngitai\njonathan\nbijuterias\nbeijing\nturbulentos\nexpectoração\nimbatíveis\nemilia-romagna\nborgerth\ncrescente\ntodavia\nkeirrison\nfuret\nchariton\ngmelina\n#amor\nshimaru\nhellsing\nnucleótidos\nsustagen\nrppn\nescritório\nfenomeno\nauto-reflexão\nalexandrinos\ncélula-mãe\nneurótica\nneurótico\nesterilidade\npresidência\nclareando\ntepequém\neconômia\npensa\npenso\nslattery\nmiragaia\nbenéficas\nanticolonialista\nexagerando\ncontêm\npresumidos\ntrealose\nperecido\nbc9\nbcn\nbci\nbcd\nbce\nbcg\nbca\nbcb\nbcc\namhara\nbcv\nbcp\nbcr\nbcs\nolímpicas\niniciamos\nbaumgarten\nmegacidades\nestagnar\nfizesse\nstieglitz\norgulhosa\norgulhoso\nbreeders\nspurlock\nânodos\nnostálgicas\nludovisi\nadversos\nportifólio\nsepultadas\nsahaf\nchamps-elysées\nnotadas\nsahar\nreinaugurada\nreinaugurado\nfleck\nayacucho\nmaravilhado\nmaravilhada\ntacubaya\narwen\ndrugstore\nintegralistas\nprosseguido\nprosseguida\nsobreponha\nresidia\npt-ba\nescapará\nsyntax\npt-br\nincorporadas\noakenfold\ntotalizavam\nescapara\nproteus\naterosclerose\nbonito\nintermediações\nrivas\nfuturo\nsetembro\nlonicera\ncanoeiro\nmiécimo\nureter\ngianna\ngianne\ngianni\nboötis\nmarantaceae\ndaemon\nperoxissomos\npills\nadelantado\nalastramento\nenterraram\ncelaya\ncairia\nexplicações\nrobocop\nsomarão\nsvendsen\nsurrender\numedecer\ncastanha\nmogianos\nmontepulciano\nloronha\nescatologia\nmaquiadas\nphone\nteeth\nmanager\nprocessava\nresultantes\nsemifinalista\ndöner\norquidófilos\nizbasa\ntaunton\nturquestão\nmurais\nmaestra\nmaestro\nmaestri\nglênio\nasperdaphne\nschuylkill\nampulheta\nzvižd\nlafetá\nlivro-reportagem\namadio\nautografado\nautografada\ndiversas\nestados-membros\nxmas\nvytautas\nsuspender\nsuspendeu\ncomedouros\nobstipação\ngathering\ncuia\nlarri\ntaylorsville\nricota\nnoigandres\nseringueiro\nginkgo\nlarry\nfragilizadas\nbordadura\ndestituídos\nexoesqueleto\nklien\nfrequências\ngarantidos\ngarantidor\ncometário\nelefante\nbarraqueiros\nelefanta\ntaenia\nlatência\nfachini\naterrando\ndecepada\nexternos\ndecepado\nepopeia\nlimalha\nsubstantivo\nsubstantiva\nex-vice-governador\ndeteria\nbarbados\nciclo\nprunus\ndeepak\ndbase\ncivíl\nnacionalidade\napaixonados\ncivís\nfreebsd\nconfira\ntonhão\nfeldkirch\njigsaw\nnotação\nabstraindo\nbialik\npalato\nuomo\npluralistas\nlaparoscópica\ndiadema\nburatti\nhomologadas\nassentar\ndohme\nprivatizadas\nassentam\ntabebuia\ncontextualizada\nre-editado\ncontextualizado\nargivos\n®\nsoam\nmoderníssimo\nmoderníssima\ncinqüenta\npingüins\nespanyol\nvacinados\nempresta\ndetalhando\nemprestá\nespalhou\nfróes\nsalamanca\nreintroduziu\negressos\nreintroduzir\nemblemas\nsensatos\npalatáveis\nasher\nashes\nfisa\nfisk\nfish\nfist\nfisu\nfalangista\nbarbaro\nclassificará\nisdb-tb\ndevoções\ntovey\nneglecta\nfardamentos\nencerravam\npós-crise\nempel\nimportância\naduto\ncarroceiros\nrepeliram\nmanobrando\nflares\nportia\nstate-of-the-art\nshibito\ncorrupta\ntambre\nzezinho\nneyde\ndevedoras\ncandelaria\ngilbertão\nentrosados\nexortar\nquintana\neurópio\nremanejadas\nfúrias\nauditar\nmicoses\npierpont\nobina\nobino\nsubproblemas\njambô\nopencms\npentagramas\nvexitomina\nperfeccionista\na-league\nmanat\nminorias\njusta\njuste\njusto\ncampismo\nmucronata\nfenocristais\noñate\ninseticidas\nchamariz\niaques\nenviadas\nlaliberté\nseridoense\ndragões-de-komodo\ninibidos\nmedalhões\ncitópolis\nboudin\nsuíço-alemão\nviolação\nbaixando\ninsa\nempenhou\ninss\ninst\nempenhos\nbino\nbinh\nbind\nbing\nbina\nbint\ne.f.\nholográficas\nvalerius\ndenunciante\nradialistas\nrevogação\nziegesar\nneurais\nteleprompter\nneocórtex\ndedicará\nfrentistas\narcor\narcos\narcou\nballard\naristoteles\nhagen\nhagel\nhager\nafundada\nafundado\nkirill\ninteressando\nlançamento\nseqüencial\nal-musta'in\noficiais-generais\ngestacional\nohl\nabortivo\npr-sp\nohm\nsequeiros\ndiástole\nrombencéfalo\nheterossexual\naugusto\naugusti\nauguste\naugusta\nrolinga\nshōnagon\ncherone\nciclônicas\nacondicionadas\nppr-sp\nvainer\ncuenca\nozono\nrepublicados\ngabin\nterabítia\nquanta\naprendizagens\nquanto\nprimos\nprimor\nprimou\nbouken\npow-wow\nwallon\nwallop\ntrapista\ncaracteriza\nprototipagem\ncaracterize\nentusiástica\nbicycle\ncaracterizá\nsoavam\nlyonnais\nflockhart\nsingspiel\norítia\nvålerenga\nintimidado\nintimidade\naiur\nnavegável\nfielmente\ncabrito\nnibelungen\nbambolê\ndenominacional\n`\ncausando\nolliver\npasseia\nmotel\nmotes\nritual\ninvoluntários\nmagda\nmodificaram\nalfama\nleste\ncolo-colo\npfl-mg\nghaziabad\npfl-ma\nsternberg\notlet\ninfectaram\nglicogénio\ntanzania\nvingaria\ntiranossauros\nquantos\nfollette\namparar\ngamer\ngamez\nesburacado\nesburacada\nbobão\ninstigante\nkentucky\nlibeskind\nd.j.\nminiaturizados\nanais\nafricaine\nanaia\ninalteráveis\naurita\nperceptível\nthunderbolt\nruntime\nה\nfought\nsucuris\nsucuriú\nquilha\ndesapercebido\ncno\naustro-prussiana\nleyes\nafiliou\nsunga\nprismáticos\nkellinghusen\nfumaças\narracão\nsiqueira\ndígito\néamon\nrescindir\nrescindiu\nvoltam\ntotalitários\naranês\ntero\nterm\nteri\ntera\nperpétuas\nteru\nstela\nconstarem\nterá\nmöller\nbackyard\nagda\nmuncie\nthaeme\no'higgins\ncorbett\nressentimentos\nbórgias\nhungry\ntanabe\ntanabi\nsporket\nsobreviveriam\nmanteriam\nsubulinidae\nmandando\ntraumatizados\nguarujá\ncolaborado\naltino\nbridgette\nlophiiformes\n_\nancorando\ncmtc\nzagato\nmedialmente\nrowling\nseeger\ndividas\nexpedidas\nrutger\ninviável\nequação\napparel\neurípedes\nstanfield\nverbena\nvorticidade\nscornavacca\nbilheteria\npsicossomática\nfinisterra\npentecostes\nsub-sistema\npony\npont\npons\npond\npong\npona\nbolama\nmalena\nmultou\nbeyonce\nincorretas\nmaltose\nlimbourg\nmonografias\nbeyoncé\nparadas\nalzheimer\npainço\nigualitária\nmonoceros\nkaroo\nkarol\ncharlot\ncompreendidos\nanonimidade\nmedicamentosos\nmarcantes\ndemoradas\nengraxate\ncharmeleon\namilase\nfetos\nmeditations\nburana\nvazão\nholby\nmilitantes\nfutebolísticas\ncolecionadores\nmovl\nbaixaki\norchestral\nsaibot\nmodilhões\nopostas\nmúnus\ntronos\nevacuou\nl'histoire\ntireoide\nmeia-direita\nmorda\nmorde\ndogmática\nvalina\nmordê\nmutti\neconomicidade\nfivelas\nlexi\nimaginários\ncaíram\nextra-campo\ncarlinho\nglamourosas\ntroço\ntroça\npongo\nponge\nonaga\nsafávidas\nosvaldo\nagarradas\ntraveling\nelswick\ndidáticas\nperceptivas\nfornecida\nfornecido\nautobiográficos\nlatino-americanos\nenquadrando\nc9h9\ntequixquiac\nponzio\nagarrões\npossession\nerle\nburseraceae\ncanalizado\narkantos\nhülse\nbeeem\ngörlitz\neien\ninterep\nlopes-graça\nhelenos\nrelevar\ncianato\nbadger\napresentei\nzogbi\nzogby\nfeast\nembora\nunger\ntrafega\ntrafego\ntarauacá\nsponheim\nviolets\nscone\nseñorita\nfadrique\nprofessava\nmicros\ncrosland\npúblicos\nemishi\nacertou\nacertos\nagrotóxicos\nseita\nseitz\nlarangeira\nasuka\ncalculadas\nprópriamente\ncontribuam\nastros\ngraduados\nnotadamente\nlicenciadas\nméritos\nmato-grossenses\nespírito-santense\ndizer\npatinando\nsenadora\nprocedimental\nemboaba\nvattimo\nfriends\ndynamite\nrastreador\ncalígrafo\ntessenow\ngilpin\ntourer\nparaenses\nrichardson\ndespendida\nhdtv\nnissim\nencorajar\nencorajam\nchassis\nfertilizar\ndevolvido\ndesafiadoras\ninércia\nuntil\nplayboy\nsaudação\nglass\nglast\ncanhedo\natrapalhou\nhoeneß\nvollmer\nfalasse\ndriblador\nkerguelen\nchinoiserie\nfindaram\nintercambistas\nmovida\nmovido\nadvogadas\nlamaçal\nmicromeria\nizaias\nrihanna\ninsanidade\ncentésimo\ncentésima\nmulti-cultural\nbranding\nbrandina\nnorepinefrina\ncolonnese\nnossas\ngemar\nhelvécios\nrompantes\nsecundário\nsecundária\nhistorinha\nnoe\nmaximo\nmaxime\nmaxima\nprison\nezer\nshoemaker\nnoa\nheroínas\nstronda\nмихаил\nesgotado\nhardwicke\nesgotada\ndorian\nsábios\neuropaea\ntibiriçá\nnox\npeshmergas\npurificados\npurificador\nsanção\ntermalismo\nsendim\nobservatorio\nactinomyces\nadalgisa\nhumanoide\nrolados\nfalling\nmouraria\ncompulsória\ncompulsório\nloving\nappendix\npneumotórax\nsentenças\njoaquín\nłęczyca\ncoyotes\naproveitam\npoupadores\naproveitar\ncoleman\nvestiram\nl'officiel\nrivadavia\ncourse\nacrobacias\nchernyi\nnitrobenzeno\npilatus\nimobilização\nreumatoide\ndunne\npropagandísticos\nspanish\nconny\ncolaboracionismo\njeferson\nkomodo\nssfa\nsophia\ngenero\ngenera\ngenere\ncoligadas\nalarma\ndomo\ndoma\ndome\ncapins\ncapina\nafro-brasileira\nafro-brasileiro\nfariam\nfarian\nvoronoi\nsiglo\nsigle\nsigla\ncomandavam\nalfredo\nrecém-eleitos\nleopardos\nhasekura\ntotó\ntotò\nsecularismo\nacianthera\nyoshihide\ntota\ngotinha\ntote\nidôneo\nbielorrussa\nidônea\ntoti\ntoth\ntoto\n´\nsida\nconsentido\nconsentida\njhon\ncontextos\njasper\najuizou\nviolentos\nviolentou\nstealing\nalfandegado\ngraduate\nvidraçaria\nnakashima\niniciadora\nconsumado\nsorridente\nprovar\nmandavam\nprovam\nfucks\nproporcionados\nfixador\nfixados\ntooncast\nsena\nxica\nxico\nsend\nsubcultura\ntotalitarismos\nkunimitsu\ntheodosius\nforjadas\npassagem\nlegítimos\nbenignidade\nlechuck\nbaseou\ndemorou\ncanônica\ncanônico\nmurmur\nmajor\nauto-denominado\nsiríacos\nestilingues\nhallett\nbazuca\nroubos\nroubou\ncharqueadas\ncotopaxi\ngauchão\ndefendem\nesperada\ndefender\npós-pago\nbonhoeffer\ngodwin\ncontinuará\nferomona\ncebuano\nquímicas\ncidade\npound\naxillaris\nchoravam\nex-ceo\ntrouxe\ntrouxa\ncontinuara\nnegociados\nnegociador\nsimultâneo\nsimultânea\nfnsp\nmobilizavam\ninovam\nmummy\nchola\npereira\nsufecto\ncaapiranga\nventres\nmcnally\npotion\nindigenistas\nanálogos\noumar\nújezd\nen99\napreciada\ngettin\nzag\nranço\nfiltra\necológico\necológica\napparatus\nincumbidos\nphysalaemus\nopor\ntabajaras\nкалинка\nmayke\nopposing\nsediados\nirrigados\nshockley\nanilina\nwinfried\nhouve\ncoast\ngippsland\nmistletoe\ncoase\nderivações\ndefinirmos\nhollweg\nholografia\ncapinzal\ngerando\nvitoriosamente\nespantando\nmetafísica\nmetafísico\nhomburg\nparagem\nescrevessem\nbaronial\nmitos\nmunakata\nlitmanen\nregravável\nvms\nrugrats\ncléo\nhobby\nhedonistas\nbukovina\nsada\npumas\nsade\nsado\nsadr\nsady\notan\nelbasan\norganelos\npreferente\nillustrations\nfaixas-bônus\nquarto-de-milha\nsivaldo\ndebutante\ncadafalso\nturunen\nmuerta\nmuerte\nsubúmido\nradiação\nhepatite\ntransformariam\naprisionaram\naterrorizados\nrelaxam\nencontrariam\ngoretti\njansenistas\ncatastrophe\ngálio\ngália\nkurosaki\nslatina\ndesposar\ncomrie\nrewind\ninterclubes\npintalgadas\npascal\ntebe\ncondicionamentos\nadequados\ntérminos\ngauteng\ncomboios\npascoal\nmazzeo\nmazzei\nsupuseram\nmatídia\nsubseções\nbeba\nxanadu\nbebi\niron\ncadela\neels\nforces\ndâmaso\nbebé\nbebê\nsistemáticas\nsextante\nvalência\nvalêncio\nlaboriosas\ngrimaldi\nmausolo\nautorização\nfaour\nbaratinho\nsuntuosa\ndesfavoravelmente\njabal\napareciam\nremy\ncorola\nremi\nremo\ndomitila\nswell\nreuso\nfiguram\nfiguras\nfigurar\ncedê\npolydor\nbonanza\ncede\nceda\ncedo\ncedi\navance\nbeaujeu\nex-fumantes\naventino\ndigestivas\nxsolla\nnothing's\nasclepíades\ndouradão\nmalaguti\nsupérieur\nrecluso\nreclusa\nporciúncula\ndonner\nbéatrice\npitagórica\npitagórico\nrevistos\ncocal\njuvenal\nstênio\nunwedded\nlocomotion\nיהוה\nônibus\nsobrepujar\nhorárias\npalavra\nhopf\nvidrada\nvidrado\ninterrogativa\ntransição\nrecursivo\nsaint-clair\nexpedito\nexpedita\nkann\nkano\nkani\nkang\nkane\nkana\nkant\nkanu\ngamarra\nshayk\nbynes\ncontrapposto\npiorado\npiorada\nsurdos\npúrpuras\nrevelariam\nmulligan\ntopografia\nplaygirl\nkanō\ntelheiro\nmétro\ndecisivos\nsieuve\nprestarem\nclaves\nbanalidades\npastrami\ngalerie\ngaleria\napitado\nlitófitas\nbóbeda\nhanja\nbouboulina\naforismo\nhediondo\nhedionda\nhostilizar\nrembrandt\nseletora\nordinais\nformada\nmanele\nbellamy\nbebendo\ntd9\npanteões\ntdk\ntdi\ntdm\ntdb\ndesejável\ntdd\ntds\ntdp\ntdt\naquecerem\nescolhera\nballenstedt\narticulares\ncadastrar\ncadastral\ncadastram\nimpalpável\nescolherá\nrenega\ndissociados\ndilemas\ngriffin\ntupi-guaranis\nomdurman\nkolín\nsincopado\ncreeps\ncreepy\nmalhação\nlegendadas\npaleontológicos\nmuslim\ngestores\ncrisipo\nhouver\nnorodom\nabóbodas\nvice-almirante\ncostner\nconsagração\nrecorreria\ncomatose\nsebaste\nbalm\nball\ncogitava\nbale\nringling\ntityridae\nlouvado\nlouvada\ngraforréia\nsub-distrito\nnamorador\nnamorados\njazz-rock\ncambojana\nsyrus\nvienense\nhemangioma\nborash\nprecisassem\nabsolvição\npicaretagem\nwatt\ninconsciente\nrenomeação\nsalamis\nfeita\npaella\nt99\nretrátil\nmarcando\nemparelhar\nparisátide\nmordor\nanimated\ndistanciados\nnamorando\ninterpretador\ninterpretados\nestivermos\nsignatários\ngáspari\ncalibrada\ncalibrado\narrefecendo\ntelescópicos\nrotonda\nsl999\nazov\népocas\nhidratação\nnevar\nhipopótamos-pigmeus\ngender\ndecapagem\npatrocinava\nnewton-john\nscielo\nšuker\nmarchezan\nnorival\nregência\nglaucio\nbaire\nbaird\nbairo\nparco\nglaucia\ndecorrência\naquilino\nanaeróbica\nanaeróbico\nforagida\nforagido\nnavegáveis\necheverria\ntilden\npcbs\npcbr\nsegurasse\ndevaneios\nmalibu\nstcp\nligamentos\npressão\nrotos\nrotor\nष\ndesenvolveria\nfreycinet\npegajoso\npegajosa\nmichigan\nantiinflamatórias\ncianetos\nbuffara\nrochoso\nrochosa\nmnemônicos\nbeenie\nfrescuras\nmaternidades\nconservará\nsubspace\nartclass\novípara\nredemoinhos\nshaoqi\nsanciona\nfaria\nsaião\nkidjo\nkimbra\nlibertadoras\nestratigrafia\nnáilon\nfoices\nj-lo\nmaerz\ndebruça\nrogelio\ncomemorativa\nlalau\ndespejos\nhammill\ndespejou\nmeliantes\nreconstituído\nzenit\nhispasat\ndesestabilizado\nrepondo\nbrazões\nblackheart\ninduza\ninterestelar\ninduzi\ndirnt\noperática\nsernambetiba\nmonocotiledôneas\ncoturnos\ndescarregamento\nlofoten\nfrazetta\nroyce\nfifa\nabrafarma\nfife\npreditiva\nfifi\npreditivo\nfifo\nreynosa\nreynoso\nêxito\nesportividade\nrecolocou\nshwedagon\nchequer\nteremim\n-te\nricos\nricoh\ndesnudos\ncmdo\nibirité\nheterodoxa\nprorroga\nheterodoxo\narpa\narpu\naranha\nempirismo\neléctrons\nfabricaram\ninsalubres\nomnium\nreitores\nprognósticos\nsilvinho\nsilvinha\nibitipoca\nanedotas\nvercellese\nnicolas\nconstruidas\nnicolau\nendangered\nnicolay\nnicolae\nnicolai\ncaminhão-pipa\neidolon\nwinona\nconcretização\narmado\narmada\nmocotó\npré-olímpicos\nefectuar\nattached\nmoicano\nhelge\nhelgi\nmochilão\nfelizardo\ntyrannosaurus\ndesprezível\nbrickell\nyunis\nstormtroopers\ncobrarem\nqaasuitsup\ntanuki\ngarrotes\ntravolta\nilógica\nilógico\npseudodaphnella\nrecobrar\ncomparativos\nrilke\nextremado\nextremada\ngremistas\nlangton\nouro\nnovaya\nours\ndesolada\ndesolado\nleptogenys\nufam\nufac\nbareilly\natrapalharam\nsetransp\nsondas\nsondar\nesparadrapos\nambientados\nadubos\nposicionando\npainel\nteocrática\nteocrático\nconsolidação\ngazela\ndila\nweyer\ncomplementavam\nmandeville\ncobrando\nservindo\nvoss\nsokurov\nvíboras\ngotland\nåkerfeldt\nambiência\nlaughing\ngestor\ngestos\ninformativas\nrefeitório\nmaxambomba\nabercrombie\nvazam\nvazas\nvazar\nquadradinho\ndecisiva\nestatizar\nkeira\nadensar\nbrother's\nbate-rebate\nmenominee\nestados-gerais\nlanier\napostador\nfp9\naerostação\nal-biruni\ntempah\nleptodactylus\nleeuwen\nadução\nautoras\ncurau\njailbreak\ncurar\ncuras\nadrianópolis\ncairbar\ndialéticas\nscotia\nduprat\nprodi\nvencendor\nifsc\ncarepa\nchangchun\ntrois\nmagaña\ntroia\nbalio\nbalin\nphilidor\nrespeitassem\nmata-cavalos\nimóveis\nlovers\nzoonose\nhazan\ntoparam\nwadih\ncidades-gémeas\nmunicípal\nscreenshots\ncodifica\novata\nguzzo\ndesencadeando\npichados\ntravessas\natlantico\natlantica\nitself\nsolicitei\nsolicitem\nfinesse\nfundamentalista\najustá\nkhabarovsk\nalcançando\ngoogle\najusta\najuste\nlyceum\nescolherão\nboulez\namarelada\nmavericks\nturbessel\nchapinhas\nsequente\nstreit\ninstitucionalidade\noedipus\nvolney\nhidropsia\nvolnei\nagido\ncontinentalidade\njuscelino\nkon-tiki\ndecupagem\ntransplantes\nprecedências\ndéficits\nhermafroditismo\nramblers\nerodido\náden\nravenstein\nmatson\nasclépio\ngolota\npotere\ngasperini\nwłodzimierz\nsaint-pierre\nsvalbard\nantecipadamente\nteoricamente\ncardeal-arcebispo\ndosimetria\ngerido\ngerida\nportfolio\nxote\nstripes\npundek\nousasse\nhornigold\nclearing\ntrevões\nbalata\nco-propriedade\nbotanique\nblasco\nintrospecção\nprevinem\njudgment\npropalado\npropalada\naglomeram\nfye\naglomerar\nusufruir\nbahrein\nkosuke\nelegeriam\npotirendaba\nestalidos\nscumm\nhowland\nmaze\nmaza\namity\nskylark\nguerreiras\nespadachim\nglobus\nassemblea\narenosas\nvencerem\nrevigorados\nynys\ngramada\nbolhas\ningeri\ningere\nprezando\nchanged\ngramado\nchanges\nchanger\nforums\npulei\nincumprimento\nnegociáveis\novalado\nspectrometer\npenduricalhos\ngelugpa\nrotação\nprestação\ncontornam\ndistraía\ncontornar\nextremoz\nfranco-atiradores\nvitalícios\nemigração\nsub-título\narrematados\nwestside\nbiltmore\ncravinhos\nobstruir\nrechaçando\nconhecê\ncodonanthe\nfácilmente\ncolorização\nglog\nglow\nconhece\nconheci\naditivos\nmcsween\npredizem\nmikhaylovich\namaciantes\nbarrilha\nswahili\nbaixava\nplayers\nnabão\nexceto\nsd99-9\ncalmas\ninadiável\ncanalizou\ncircunstancial\nambar\nambas\nmostrar\nglinda\nenrascadas\nteutônico\nteutônica\nambaí\nimundo\nimunda\nembalados\nchuvoso\nchuvosa\neberhardt\nrefogar\ndemonstrável\npartula\nsup9\nthaíssa\nvilaron\nhomofóbica\nhomofóbico\nfgts\nadvocaat\nvitimização\nenfocou\nmerial\nmerian\nenumerado\nespécime\nanatólios\nparafita\nguardas-civis\nyalu\nyala\nturbohélice\nintradorso\nyalá\nbegriffsschrift\nfrondes\nvicecampeonato\nbeers\nsertanista\nbeery\ntribunas\ntriunfante\ncaithness\ncherish\nlusófonas\npúblico-privado\nscythris\nfelicis\nbalanceando\ncorners\ncomplicaria\nheterónimos\ndokken\ntesourarias\ndieno\njoseph-marie\nsocialites\nsul-sudoeste\nwide\nspektro\nmontain\nartigo\ncompelido\ncompelida\nseios\nembiás\nbexigas\nolaus\nsverdrup\nfabriano\nertegün\nliberação\ncities\nreaction\nganta\ngante\ngantt\ninjetadas\nfireflies\nlynton\nrotisseria\ndit\ngehrig\ntop999\nrfb\nhespérides\nprocuradorias\ndisputasse\nitaparica\nerramos\nbowe\nbown\nlisette\npodlaski\nhobgood\neudócia\npúnicos\nmears\nneeleman\nghostface\ntóxicas\nsaqueado\nsaqueada\nalbacete\ncapiteis\nitaperuna\ncabines\ntrinidade\nkrug\nkrum\nkrus\nsubstitutivos\nrefrativo\nkander\nrefrativa\nnautilocalyx\nfarmington\nposicionavam\naguado\naguada\ndeterminantes\nmelozzo\naguri\nletrista\nnoticiário\nnigris\nkikito\namaldi\natenuando\nposadas\nsóbrios\nlogótipos\nraney\npirates\nassombrava\ndrakensberg\npendões\ndesprezava\np-ádicos\noctacílio\nfarpado\nrevestem\ndelineada\ndelineado\ngirem\ndell'emilia\nsaitō\ndestitui\nelíptico\nu.e.\ndestituí\ncorolários\ncomportaria\nvuorinen\nterrário\nex-produtor\nacción\nsabayon\ntaborda\nabbiategrasso\ndoriva\nsoftbank\nisraelitas\nincidental\ncromadas\ndesmatada\ndesmatado\nmaritimus\nhordas\ntrabalhismo\nconsecutivas\nabdera\nagron\nredesenhar\ndireciona\ndirecione\nacumulada\nacumulado\ndirecioná\nestupenda\ncompartilharam\nicec\nicea\niced\nicei\nporco\nporch\nporca\npresuntiva\nsimultâneas\nbulbos\nnimrod\nrichthofen\ndespoletar\nantonius\nsuares\nlethicia\ncalóricos\nsuarez\nfiachnae\nphoebus\nsobrado\nepiteliais\nsinica\nincorreu\njudicialização\nembelezando\ncandler\nvexado\ndentários\nbonnaroo\nmckellar\nnarcotraficantes\ncolt\ndope\ndops\npostergada\ndesconheço\ndesconheça\nhidróxidos\npaulson\nmemorizadas\nagravar\nsucateado\nagravam\nsucateada\nfamke\ngracindo\ngracinda\nsaned\nverizon\ngwendolen\nmaciste\nmonstruosos\nsincorá\nbrandenburg-schwedt\nsuperem\nbarrosas\nobsessivas\ndocumentários\ndiretamente\ndiksmuide\nmonetarista\ntuileries\nvariava\nfaquir\ninflamar\navisei\nimpotente\nturras\nxiva\nanticonvulsivantes\nfarão\nduala\ngeneralis\neczema\ndesfrutava\ndorminhoco\ngrzegorz\nuol\nuo9\nmcgonagall\nportimão\npremiadas\nco-piloto\nigarashi\nforrester\nzimbório\nalimentados\nalimentador\npiscam\npiscar\npiscas\naffairs\nmyoxanthus\naffaire\ncoevos\ntravões\nsofena\nhi-tech\nunanimemente\neúde\nmovendo\nleiloou\ncrisálidas\npelô\nmoravia\nosteoclastos\ncorredora\nleonês\ntelevisões\nmuco\njeod\nmereciam\nabascal\nagarrar\nh.j.\nagarram\nchidori\ntransmissões\nneurotoxinas\nabscesso\ntavernier\nencolhe\nexibindo\nencolhi\njordanianos\narbitra\nidentidade\narbitro\nmetílico\ngrahame\nbrevoort\nnobiliária\nnobiliário\nurawa\nmartian\npublica\nantecâmara\nveêm\naltona\nconsultoras\nalugamos\nrecitação\nsubstitua\nentreviste\nentrevista\npell\nsemi-deus\nentrevistá\nheavyweight\nislamização\nbovis\nhonour\nkasinski\nsinônimos\nfalluja\nlirismo\njurei\ninfligindo\ncalabasas\nphyllodocidae\nnuanças\nincentivem\ntransmissível\nresistimos\nheadbanger\nformosinho\npoliticos\nanti-dumping\ncomentei\nimplorando\nalmoçar\nalmoçam\nbêbada\nencherem\nbêbado\nbóson\nvomita\ncompartilhava\nporres\ntolas\ntolar\nerrava\nvulneráveis\npaniagua\niolau\nafastamos\naborta\naborto\nespiando\nenuma\nlively\nbambozzi\nconfigurou\nhunedoara\nberoun\nd'arthez\nalbergava\npeso-médio\nacharem\nobras-primas\naninhados\nconstituido\ncortile\nconstituida\ndeles\ndeley\nsylvestre\nmaravilhados\nnonas\nmohandas\nvlsi\ncerauno\nhondurenha\nhondurenho\nthermite\ngerindo\npalmolive\nstylus\ncaracterizados\nqo99\nhistológicas\npoltrona\nbypass\nlourival\nentrelinhas\npreservation\nhidrato\nhidrate\nhidrata\nsintomatologia\nlluís\nanônimo\ncunilíngua\nurus\nuruk\nescandalosamente\ncomutadas\nsabiá\nmauricio\nabarrotado\nborromeo\nborromeu\nsuburbs\npresses\npresser\nempresárias\nsubgênero\nhombu\nburkhardt\nhayao\nfístula\nlerma\ncachão\nconceder\ncamiões\ncurtidas\namado\namada\nshahdol\ndesprezavam\ntornar-se-ia\nbarman\nanatocismo\nparábolas\nambiciosas\nmaradona\nilegalidades\nimbuído\nuxmal\nmaldizer\nreciclagem\ndifícil\ntodos-os-santos\ninstitucionalizar\narcadium\ninvariável\nfebus\nsteinman\nbnde\nbetânia\nnoches\nduralumínio\ncompras\nemulando\n'\ncinquetti\nextrema-unção\ncravadas\nvalencia\ndomesticação\nrodeia\nrodeio\nrestaurasse\ncopacabana\nfujioka\nklabin\nkangxi\ndistinção\nsinceras\nparque\ncontista\nilhotas\nnesmith\npadroeira\npadroeiro\nindice\nindica\nindico\nindicá\ngibbs\ngibby\naxila\nreligião\nspider's\nrecapturada\nolbrich\nbulge\nzuleide\nzárate\nromanista\nqueridinhos\ndesoneração\nsextus\nexpliquem\noutlets\ncriogênicos\nremasterizadas\nânions\nhōgen\nbernanos\nfessenden\ncercopithecidae\ndiarquia\nintelectualizado\nfool's\nreumática\nsweater\nacidentado\nacidentada\nelbow\nsehnsucht\nconfederal\nlataria\ngastrotheca\nmpi\nmoroder\nkostka\npgl\nconfundidas\nsucursais\nvenusta\nconteria\ntrainers\namadeus\nfútil\nlóes\nnegligência\narthas\nsaint-saëns\nsubjects\ntatu-canastra\nfinancistas\nreservo\nreserva\nreserve\nstephens\ninadvertidamente\nirregulares\nparisien\njuniano\nesportista\nsoldier\nstroessner\ntamoio\nlírico-spinto\ndesembolsos\nquentin\npelículas\nlicaão\ncategórica\ncategórico\nschola\nscholl\ngrandmaster\nvelocipédica\npiçarras\npau-de-arara\npiedosas\nsongo\nsongz\nsongs\nsimion\ntexto-base\njun\nnatuba\nlugar-comum\ndecorridas\ncalnat\nibi\nibm\nibn\nibo\niba\nibb\nibc\nibf\nibx\nibp\nibu\nirritou\ndiscussion\nsísmicas\nmurta\nhomologação\ninstaurou\ntempão\ndesde\nhymne\nhymns\nazeméis\ninterdependência\ndinamite\ndezanove\nencimar\nânsias\nenhanced\ncânula\nmanopla\nosíris\npianola\nimitando\nrechaçam\nquiseram\ntenharim\nsebrae\naza\nhoek\nrotulação\nnilo\nnill\nnile\nnils\nclarim\neuropäische\nclaris\nbevis\ntremula\nvinícola\nrecreativos\ntjlp\nregidas\nfortune\nfortuny\napreendeu\napreender\napreendem\nmitsunari\ndersa\ndemocrata-republicano\ncurvava\nsiddeley\nexplícita\nexplícito\nibuprofeno\ndesconto-padrão\nfilhos-de-santo\nmassenet\ncoren\ncorel\ncorea\ncorey\ncores\ninvasores\nfrisado\nquadratura\nwyoming\ncaarapó\nauxílio-alimentação\npuxador\npuxados\ndecida\ndecide\nchattahoochee\ndecidi\nlazio\nidentificará\nhomoeróticos\nesclerótica\nalienados\nmarrina\ninspirei\ninspired\nfuenlabrada\nenólogos\nfeyo\nimunodeprimidos\nfreqüentam\nenvolvi\nmeios-irmãos\nchernomyrdin\nquarteto\npré-industriais\nanota\nanote\nifs\nanoto\nšumperk\nledoux\ncorrupto\nquadriláteros\nhooliganismo\nprowler\ngirolando\neficiências\nhidroviária\nhidroviário\nibiapina\nsinuoso\nsinuosa\ncampin\ngiuliano\ngibraltar\nentrava\niluminadas\nhemoptise\ndelegada\nabatendo\nretratam\ndenotação\nretratar\nabag\njamir\nlancastre\nflertar\nabal\ndescentralizado\ndescentralizada\nflertam\nifk\njunina\njunino\ngiacometti\nbelgica\nzizi\nziza\ncortamos\nautomotrizes\nraimi\nwww9\nciata\nsurtsey\ntorneiro\ninterventoria\ntorneira\nconfiáveis\nstable\njustificaria\ndocumentário\ndocumentária\narrombou\ncursado\npurina\ndukan\natreveram\ndezena\nadequando\ndepartment\ntoxicologista\nabsurdamente\nveado-vermelho\ngivenchy\nsondheim\njmalucelli\nescolinha\njudaicos\nlotadas\ngancho\nwrightsville\ndeslizantes\nencyclopedia\nsaiam\nsaias\nvencerão\nuftm\nperote\nsetentrional\nuniversity\n|\nblumenauense\nmêncio\nuniversità\nachados\nbitch\nantonieta\npreciosismo\nhines\nchipre\n@param\nrepresamento\nj9me\namargurado\namargurada\nquíloa\nintimidação\nngc\nngt\nmaritima\nrupicola\nmaritime\nbibiano\nbibiana\ngaisha\nngô\nprocurando\nnoord\nfisiológicos\nsoberanos\nalterosas\nfauntleroy\nalmejam\ngranjeou\nvantagens\nalmejar\ndesfiar\ncegando\noab\nvalentinas\nqualitativas\nestaríamos\ndesenvolvedores\nrobes\nexcretado\narremessando\ncomedoria\nyaoundé\neducation\nbackstage\naroeiras\nsteglitz\nreiterada\nfaxinal\nrecaídas\ninfláveis\nféin\ngeneralizar\nbarenboim\nmanifestante\nfalck\nfalco\nreceitar\ncogitados\nwakeboard\narroios\nvitelli\nmarla\ntiësto\ncandlestick\ntrote\nintrínsecas\nvicus\ntênues\nmikaela\nschmidt\nmuros\nfrutose\nmoradas\nabatê\ndawid\nmerchants\ndivagações\nabate\ncomerciários\nfosforescente\ndescarrilou\nfebe\nfebo\nbegins\ntimúrida\nendotélio\nlutetia\nvinhais\nlacinho\nccdr\nbezerros\nsirvam\nrza\nafectados\niets\ntestino\ntesting\nwinstead\ncaulfield\nyoshi\n#fitness\ncoudelaria\nviabilizando\njulgará\nporção\nreconectar\nmajoração\neigrp\ndeformando\nmultibrás\nvanoise\ndesativadas\ndean\ndeal\ndeam\ndead\ndear\ndeas\nshakespeare\npanfletos\ninitial\nbengals\nbengali\nrocketdyne\nbengala\nembrionários\nvirgindade\nmid-atlantic\ninstituídas\nprusiner\nsubnacional\nlaureus\ntaunus\nestadualização\nk.k.\ncgc\npullman\ncgd\nmargot\ntrianon\nvineyard\nlabyrinth\nmarzano\nsample\narrumados\njellyfish\nshowbol\nmorto\nfauusp\naguerridos\naquaviários\narquiteturais\nulyanovsk\ninercial\ncasebres\npalacký\nripon\nenfarte\ncalamitosa\nfeijoada\npotiguara\ntalia\ntalib\noitiva\ntalit\nbratke\ndistintamente\naerotransportada\nbombardeiro\nrealmente\nincipiente\nenfática\nenfático\njurumirim\nstigma\nacham\nrodos\nachar\nachas\nelogiável\nencaminhava\ncentro-ocidental\nomitidas\nrecalcado\ncarvalhosa\ntelesc\ntelesp\ngugelmin\ntrucco\nzulu\nintimidou\nmóvil\noecusse\nvórtices\ntarentaise\nlimitantes\nresponsabilidade\npálido\nferruginosa\nprotagonizaram\ngloeden\nescusas\nmicrobiológicos\ndesenrolar\nnómadas\ndiscussões\naparenta\nquieto\nquieta\nmattos\nplebéia\nanathema\ncomborn\nincluiu\nincluir\nincluia\nremain\ndubinha\nclandestinos\nneeds\nshiba\nplasmodium\nbrady\nbrado\nbrade\nbrada\ncompreendendo\ngertrudis\nmariotti\ncompletar\ncompletas\nvisitas\nvisitar\ncompletam\nfrustra\nandorrano\nanalisador\nanalisados\nesquecerem\ntrajecto\nimplicava\npalmeirinha\natravessam\natravessar\nhafez\ndiligentemente\nnaihanchi\nglrp\ndiretor-administrativo\nblanch\nrefuta\nblanco\nblanca\ntestemunharam\nbenedetta\nmammoth\nbenedetti\nbenedetto\nnivela\nacossado\nzunga\nprega\nchevreuse\nautodeterminação\nnextel\ninveste\nnanking\nmöngke\n■\npelágia\ndisparam\nameaçou\nirrestrita\nirrestrito\nfax\npuget\ncedarville\nansel\nansem\nvitis\nanser\nemagrecendo\narrigucci\nvanguardismo\ngordon-levitt\nfitch\nviajantes\ncardigos\nrivers\nrivero\ncopenhagen\nrivera\nfau\nestandarte\nsymphonia\nsatmex\nbushman\noferecimento\ndemarco\nkotobuki\nreatou\nholds\nmelhorando\ntridimensionalidade\ngregory-aland\ntutelar\nguarda-livros\nbarley\nizaldo\nreacher\nintermediate\nfilogenético\nhegemônica\nuigures\nfilogenética\nlugano\ndispersadas\nillustração\ncomplicadas\nauto-regulação\ndormitórios\nmacacos-prego\nengenheiro-chefe\nprecipitaram\npetulância\ntaiwanesa\nblake\nmerengues\nsuperesportivo\nexaminasse\nvis-à-vis\ntransylvania\nit's\ncapturarem\nconcours\nwalderez\nsorensen\nservanda\nimprováveis\nproxima\nproximo\ncomemorativos\nitapúa\ngaivota\ntatras\namérica\ntransferencia\namérico\nchica\nchico\nalbernaz\neuforia\nantiaderente\nconsumia\nconsumiu\ncividale\nchicó\ngandula\nphilosopher's\ncatanha\ndomícia\ncaretas\nalienígena\nmaníaca\nmaníaco\nconcelhias\nincha\ndecidir\nsantelmo\ndecidiu\ndecidia\nkut\nkur\nkuo\nkun\nkum\nkul\nkuk\nkui\nbeijinho\nkua\nrossdale\npowys\nabaxial\nl'esprit\nsentenciados\ncestos\nc.t.\nocupacionais\nmallarmé\nmalaio\nthelema\npescadores\nmalaia\ngráficas\nnominados\nbe9\nseminal\nregulador\njoanina\n999999999\nseminar\nkanté\nbicondicional\nrecolonização\nre-pa\nbel\ntubarão-baleia\ncipião\ntarot\nbex\ntanah\ngângster\nmoklhes\nelo\nbet\nrubisco\nely\nroméo\nilhéu\nmaioritária\nmaioritário\ncontra-insurgência\ninscrevia\nbeneficiará\nbucaram\naceitavam\nrademaker\nmidge\nsubjugação\npsiu\nskeeter\nss-obergruppenführer\naratiba\noeste\npatury\nespectrómetro\nanualmente\nelá\ndar-se-á\ninversa\ninverso\nluang\neurobird\nsyaoran\npolivalentes\nvirilhas\nsalariais\no'meara\niconografias\npsicodélico\nnaylor\nsardenha\nborgholm\nadmirava\nliberarem\natenções\nautoritárias\nformaçao\nutero\nanglo-afegã\namnistia\ncafarnaum\nóptico\nóptica\nsingapura\nincoerência\nmaneiras\ncontamos\nuchôa\nnguesso\nzukertort\nhadramaute\nranhura\nlaicização\nodeceixe\nequivoco\nrecalculada\nactuação\nobtenção\nsemco\ntecnologias\ndião\nluizianne\nrocknroll\nceasa\ncease\nkillzone\nburke\neducativas\nsimétricas\npontificia\npontificio\naderindo\nrúnica\nrúnico\nprincipados\ntraindo\nhuntsville\npopulaçao\ncensurados\ngutenberg\nkujira\nqantas\nnitócris\ncptec\nbeija-flor\numbridge\ndúplex\ne.m.\nbailundo\narujá\nprojétil\nmeteoroides\nressecar\npresumem\nverano\nfotógrafo\ncredulidade\nquilônis\naspiravam\ntecendo\nsopro\nsopra\ntiptronic\ntablaturas\nbazooka\nolhamos\nébrios\nholzminden\ninscritos\nyustrich\nnewsday\nsexos\nrepublicando\nmatemáticas\ncristalina\ncristalino\ncanadiens\npetardo\ngivat\ndevotado\ndevotada\ngouveia\nfrigideira\nwrote\ndivorciando\nsinóticos\ntransladadas\npsittaciformes\ncatiônicos\nogawa\nvarda\nn'água\nquilmes\nrosinha\ntausch\npasmado\nmenelau\ntensoativo\nameaçaram\nsouthport\nfrizz\n়\neconomática\npoços\ndezasseis\negina\nkoguryo\nmurmurava\ncúrio\ncúria\nanjinhos\nlanchinho\nmosiah\nbaerii\nvmax\nlanguages\nstaley\nmelodies\nconnacht\nsubstituir\nlafer\nhardy\nsubstituia\nabílio\nwitwicky\nincubados\nnumismática\nnumismático\nsandberg\nconcertado\nconcertada\nsublimação\nzetec\nmangia\ndissolveram\nbodas\nvillae\nvillar\nvillas\ncotte\nintituições\ncotta\ncotto\nocorriam\nacordados\nrecheado\nferiados\ntransviada\nplanctônicos\nembarcadas\nvisitáveis\njansenista\nbohr\nseqüestrado\nseqüestrada\nnobile\nmedicamente\nmedicamento\nbrenda\ninsegurança\nconsagrar\njoá\nconsagram\nranuccio\nneuma\nguatemaltecos\nabecitrus\njop\njor\njos\njou\njow\njob\njoc\njoe\njog\njol\njon\njoo\nvti\nmonismo\ngildas\nvtv\nconspiravam\narinelson\nrapanui\nnardoni\nrelaçao\npartidárias\nusagi\nlimpador\npoliglotas\ngaurama\ndesprotegidos\npan-eslavismo\nmonetariamente\ninstituído\ninstituída\nfrith\nmaroon\nparasíticas\nmichelet\nharuka\nharuko\nharuki\ndiziam\nesquadrias\nilusionística\nprefix\ndelpy\nestrangeira\nabalados\nierevan\nfaltariam\ndevíamos\ndenominados\nalpinistas\npossuíram\nrusso-americana\nalaor\nrusso-americano\ncrozier\nkettler\ndestruídos\natwell\nx-com\ndicoro\naeromodelismo\nquinase\ncharola\ndobradiças\nestudasse\npontuados\npontuador\nresfriar\npulpar\nabafados\nreturns\nconciso\nblackhawks\naturdido\ntrajado\ntrajada\ncarbon\nwiliam\nwilian\nimplorava\nisósceles\nconsolidam\nfezzan\nconsolidar\nlépine\nseqüela\ncontrataram\natlético-mg\ndelegação\nmusgo\nsemicondutoras\nproceratiinae\nphillipe\nalfredson\nmion\nkilise\nwesterwaldkreis\nbirth\ndengue\nnaoko\nnaoki\nbromwich\noficia\nsórdida\njoomla\ntrabalhadoras\nsherinian\npesa\npesc\npese\npeso\npest\nliberal\nliberam\nportuense\nserafim\nliberar\nbaixados\ngraduado\ngraduada\nschram\nestimularia\nthabo\nmacios\nemplastro\nnorwood\nadonhiramita\ntorradeira\nmonoclinae\nprendas\nmunícipe\nsinuosidade\nprendam\nmambucaba\ninfligir\ninfligiu\nfandango\nchablais\nrevson\nvegetarianismo\nvezina\ncorão\nhoya\nshirin\noricalco\nindo-paquistanesa\nnonato\nconvocar\nmillion\norquidófilo\nconvocam\nintermolecular\necovilas\nhomoaromaticidade\nfuture\nreabilitados\nconvulsiva\nlaguna\nesmagou\nestrelou\ncomenta\nautópsia\nescondido\nescondida\nseguranças\nalegados\nmercier\noceanside\ngundam\natualizando\ncaravela\nduchesne\nnamíbia\nyeats\nvassouras\ninibidor\nhomeotérmicos\nsacerdócio\nsarastro\nkleberson\nvedras\nclavicórdio\nwarrington\nplesiossauros\nohc\nohv\nselvagemente\napartamento\nimpossibilita\ntapetes\nsorábio\npadroeiros\nfechadura\nburgundy\ntransmigração\nmonje\naquella\nmonja\naquelle\nletónia\nproduzirão\nhotta\nargolo\nargola\nvoltar\nvoltas\nwylde\nfranco-suíço\nextra-oficialmente\ncódigo-fonte\nfestança\ncorregedor-geral\nsubstâncias\ndécimo-sexto\nsolicitações\ncortadores\nficaria\nmetamórficas\njavert\ndogmático\ntc99\nões\nlarocque\noligossacarídeos\npasqua\nacionamento\nporcas\nrecherche\naspirando\nmerengue\nfalseabilidade\nowen\nfigueredo\nleiria\nnilson\ndomingos\nnáo\nrelativiza\nsubversivas\nsociété\nlenin\nnayarit\ncriticismo\nmamárias\nlocalizou\nburbidge\nriofilme\nsawyer\npresenteando\ntílburi\ndancehall\nazzolino\nwindsor-smith\nrecessivas\nriveros\nomnicom\nphysiology\ncliente\nanteciparia\ncatskill\nlondres\nmoranguinho\nkermanshah\nbuuren\nchevelle\ngentalha\nmatozinhos\ndenunciasse\nespecial\nespecias\nmessalina\naquelarre\nvmb\nvma\ncomme\ncomma\ncapitanía\nesquenta\nesquente\nvm9\nagendados\navaliarem\ncomprometidos\nthunderbirds\nfalatório\nmedas\nonegin\nporosos\navanca\nmedal\nmedan\nrepita\nrepito\nambulância\nvioloncelos\nencontraria\ndirecta\nhopi\nhope\ncroquettes\nvariedades\nnisi\nniso\nnisa\nnise\nnist\nauto-referência\npré-fixados\nnão-canônico\naparição\npsicografou\ninternationale\nanalógico-digital\nkoff\nkofi\nkofu\nfiliações\nágio\nágil\nágis\ngostaram\npedregosas\nrêve\nmoreyra\nfalhado\nfalhada\npinheirinho\nvenderem\npetrović\nrotondo\ngreenhalgh\nclairmont\ndifamações\ngaragens\nherdeiros\ndesconfianças\ninterespaço\nmarrazes\ncorzo\nofficial\nmeyers\npentatlo\npolipeptídicas\nlafarge\noperático\nberkowitz\npartidão\ndesisti\ndesisto\ndesista\ndesiste\nreiquiavique\nongamenet\nreflectidas\ncoligação\ndolphin\napavorados\niterações\ntolerar\ntoleram\ncustomizável\nyeshivot\nstefani\ntatuar\nstefano\nteixeirão\nmoralização\nparaguaya\nkonno\naguentei\nresgatando\npacce\nbatidas\nironicamente\neducacionais\nözil\ntakako\nsubfamília\nguaçu\nxenófobo\nxenófoba\ncentro-atlântica\nlendas\nplim\nsuriani\nxoán\njingwei\nabolindo\nkárolyi\nacatou\nnevermind\nprecipitadamente\npléiade\nbalaão\nvariedade\nzwick\ndobraram\nexcelências\njoaçaba\nholanda\nescutaram\nenciso\nazulada\npercebendo\nreconstituições\nazulado\nboudoir\nsoberba\nlevan\naxónio\nterritórios\nsemáforo\nresigna\njak\ncominho\nvelloso\npromoveria\nsaito\nperso-árabe\npardee\ntsubasa\ncandles\ncols\ncolo\ncoll\ncolm\ncoli\ncold\ncole\ncola\naposentado\naposentada\nα\nimmortality\nnéon\nnáiades\nlautaro\nsalisbury\ngoose\ncolá\npalmeri\nvanyar\neeprom\nballsh\nfulgêncio\nlurie\nsublima\ncaché\nsublime\netérnia\ncatástrofes\nltns\nratio\nfardão\nszilard\nportimonense\nhonours\nboselli\nautarca\nheréticos\norçamentárias\nfirestone\nahimsa\nemanar\nemanam\nreativa\nreativo\nschnell\nalberoni\ndregs\nliberadas\nmekare\nhelium\narticula\ndemostraram\nranhados\nensor\nvaishnava\njöns\ntradition\npitbull\nzimbro\ndejanira\norozco\nduration\ngaguinho\nestourando\nportados\nportador\ncarwin\ndesejaram\ndracmas\ndesmaiado\ndesmaiada\noperadores\nmetacritic\nauxiliados\nvitagraph\nidealizou\netnobotânica\ndivus\nhypercard\nsub-ordem\nstring\nquartos\nsemanais\nagriculturais\nterius\nsubtítulo\nnalva\nconfidenciais\nswot\norão\noliveiras\nnoz-moscada\njamil\njamie\ncarvões\nrasqueado\nreparte\nmühlhausen\ntestinha\nontologias\nrelatório\ndispepsia\ngahagan\nanos\nnegócios\npuntarenas\nacrescentados\nreorganizam\namaia\nreorganizar\nkiehl\nasfaltamento\nexistisse\nautomatização\npryce\nsavigliano\nrutênia\ntuva\ncg9\nsustentasse\nherma\ncgi\ncgm\ncga\ncgb\ncge\nlakes\ncondenação\ncgp\ncgs\ncgu\ncgt\nbelafonte\ndocumentaram\nsemita\nnomeava\nbarões\ndayvit\ntristania\nmanteve\nedivaldo\narbitragem\ngrylls\nsubstituíra\ndamasco\nmonjolos\ncentum\nnijmegen\nchegara\nbarrios\ngeneros\nroxos\nquestionáveis\ntreitschke\ncasciano\nluso-brasileira\nchegará\nluso-brasileiro\nbeneficente\nraynaud\nbaependi\ntigran\nhelmut\nstefania\ndahner\nstefanie\nregulados\njoanino\numburanas\nvenceriam\nnganasans\ngesture\nmelhorariam\nsy999\nsapucaiense\narvorismo\npeditório\nmundão\ncomprido\nmujahideen\ncomprida\nkigali\ndudamel\nreleasing\nalusivo\nalusiva\nrevia\nassustou\nreviu\nsubjaz\nsooner\nvastas\nmeliá\ninstável\nstevenson\nmexido\nrejeitados\ncabeludas\nreptile\ngérard\nbombagem\ndolores\ncapuchos\nlimia\nק\ndicromato\nlimit\ndonetsk\nbrembo\nmaçônicos\nselick\nfrivolidade\nesquecesse\nouvirem\nitaimbezinho\nmerínida\nestriações\ncyttorak\nspringwood\ndemitem\npalkia\nestrutura\nmagnusson\ndemónios\napátrida\ngravarem\npölten-land\nquotidianos\nesgotadas\nhizb\ncarica\nfiche\nx-wing\nconcessionários\namérique\nböhme\ncomente\ncomento\nmecklenburg-güstrow\nrobledo\npeoples\nararense\nesquiável\nleicam\ncomentá\ntênias\nsteward\nloggins\nstewart\nformação\ncarateres\ninferno\ngalicia\nvacuidade\ncontribuintes\ndigitalização\nveraneantes\nfolder\nmeleca\nplebeia\ngrammer\ngotta\nventura\npochmann\naeróstatos\nconstruídos\nfürth\nsalientando\nhúbris\ntransferidas\ncolaboraria\nencontram\nencontrar\njadiel\njudocas\nretiravam\ncorpóreas\nreandaku\nassassinatos\nbrabham\nyakult\npahlavi\nritmistas\nbeitar\nquitunde\ndiez\ndies\ndiet\ndieu\ndien\nacqua\ndiem\ndied\njuparanã\nstrina\nacusador\nfarkas\nviseiras\nlouis-dreyfus\ngorongosa\ncorynebacterium\nexploitation\norphée\nruão\nsaltadoras\nnyquist\ncarbone\ncolados\ntilt\ndesilu\ntill\ntilo\ntila\nrancores\nk9iii\nzno\nascurra\ngalton\nacorre\napião\nutilizarem\nbarlaeus\nb.a.s.\npassarinho\nki-moon\nmusume\nhidromel\ndumbo\nalfred\násperas\nventuri\nadela\nadele\nfluoroscopia\nfatinha\nrackham\njaroslav\nun99\ncoitado\nproudhon\nrade\nrado\nradu\nreúnam\nanonima\npantanosas\ngenndy\nhelicoidal\narica\nschmidti\ncontinuísmo\nostra\ntibaldi\ngritava\ndomus\naeternus\ndestrutivos\nleucotomia\naproximasse\nnôtre\npalmeiro\npalmeira\nsolvente\nglomérulo\naninho\naninha\nstudents\n9/999\ncristoval\ncristovam\neumenes\nsinfônicas\nvitório\nimportaram\npredições\nmelancia\ntaiping\nmorelenbaum\nbarker\nenap\nc.c.\nsupergasbras\nbrehm\nbem-aventurada\npunível\nnahyan\ntoken\nignorava\nesclarecidos\nnaca\nnack\nnach\nnaco\nnacl\ningressou\nidiofone\nal-aziz\nk9\nindependencia\nkc\nkb\nkg\nkf\nke\nkd\nkk\nkj\nkh\nko\nkn\nkm\nks\nkp\nkw\nkv\nku\nky\nkx\ncravejados\ncéres\nnogaret\ndouglass\ndurona\nnotation\npedestres\nosimo\ninjeções\ndominador\npretendendo\nediouro\ncogitando\ncercocebus\nmoquecas\nraven-symoné\npercentagem\npanfleto\nmiafisitas\nminiparabólicas\ndesbocado\ndesbocada\narticular\narticulam\nfortalecendo\nequilibrar\nsagara\nesparsas\nsaccomani\nexortou\nwaregem\nasceticismo\ncristianizada\nfortus\ncristianizado\nexpus\nsquall\novar\novas\noval\nopium\nantropológicas\nparkway\nchakri\nchakra\nperlla\nrivane\nneujmin\nmarsh\nmarsi\nlatitude\nmarsa\nkalisz\nsirotsky\nqy99\nrez\nrex\nrey\nrer\nres\nret\nrei\nren\nreo\nrel\nrem\nreb\nrec\nrea\nref\nreg\nred\nree\nre9\narticulando\nrubro-negras\ncomparticipação\ngoku\nslack\npirineus\nreż\noponente\ncatilina\notome\notomo\notomi\norgulhos\neconomista-chefe\nhayakawa\nancienne\ndenominadores\npatogênicas\nwriter's\ncomún\ndimensionalmente\nvoile\nsírio-libanês\nreversão\ngewehr\nanti-comunistas\nforame\nvoilà\nandei\nandes\ndesferidos\nsinalizações\nfechner\nmauresmo\ncanrobert\nintocáveis\ngranite\npertencerá\nrequintados\ne-tron\npruitt\npertencera\nquinteros\ndemósthenes\nteobaldo\nszenes\nmowat\nnominações\ndesmantelamento\nadministraram\ngeass\nsopot\npequi\namendoim\nmariângela\nfuçar\ncolagem\nvitória\nadotou\nτ\nvada\nvade\nnunca\nvado\npapada\npapado\nherbários\ndesconfiasse\nabateu\nabates\nrecardães\nabatem\ndefumação\nimola\nreocupou\nenterprise\nduero\njunça\nbeagles\nnovelista\ndante's\npriene\nhighlander\nesquetes\nencarecer\nplugues\ncolumela\nfrancesas\ncearense\nlacmidas\ninspetores\nj.r.r.\ntiananmen\nouvinte\nbriguento\nbriguenta\nmencionada\nmencionado\nsindipeças\nninjas\nsplendor\ninformamos\nndebele\nchristmas\ndescarga\nprimitive\nprimitiva\nprimitivo\nandrianov\njeunes\nhead\nheal\nheat\nhear\nheap\nesvaziaram\noreja\nvietnamita\ncontabilísticos\nfranco-provençal\npeek\nsubstituto\nsubstituta\nsubstitute\nspiro\nspira\nspire\nhélène\nconsiderável\nconcentrada\nconcentrado\nmolto\npeer\nordens\njacaraú\nengendram\ncotia\nballroom\nelek\npisca\nassistidos\nsanções\nmoscada\nconcederem\noficiais\ncónicos\nrio-são\nmk-99\nneuro\nneura\nbem-aventurado\nsaído\nmialgia\nberíngia\nfails\nbayard\nfracionado\nmedalhado\nligamento\noftalmológica\nwerner\ncanais\ninútil\nparadão\nusará\ncira\nbabuíno\ncomandava\nrespirava\nelrey\nsecretário-chefe\nusara\nfélicité\nadolescência\ndemandavam\nmaçanetas\ncautín\nwbc\nwbo\nesbarrava\npregadores\nwesel\nwesen\nnisou\nveles\nspartakiada\nesfaqueou\nacirrada\nacirrado\nzúñiga\ndepailler\nmagrebe\npoemas\nlavado\nlavada\nyuichi\npeñas\nprotocolos\nprotocolou\nintercostais\ndebateu\ndebater\ndebates\nemigrados\ndebatem\nambiciosa\nclearfield\ntrocadéro\ntalheres\nescondi\nescondo\nesconda\nesconde\nrezador\nbustamante\nsalieri\nff99\ncarapetkov\ncenoura\ntáxi\notários\nvagos\ningressos\nconseguem\nnepal\nsenado\nsvetlana\nurich\ncontabiliza\ndesenterrou\nmaculelê\nadaptações\ntreinta\nlanzarote\ndevoradas\nfalaremos\ncarmina\ncartório\ndesmoralização\nthistle\npulverizações\ngerlache\nsibrel\nrivelino\nretornado\nraciais\nretornada\nsoberbos\ncircunstelar\neritréia\nempina\npertencemos\nadolph\nbirck\nbirch\npersuasivo\nk.\nsorico\nwadowice\nmonoteísta\npousão\nniño\nniña\ncresçam\nklebber\ncomovem\nrádio\ncomover\ncomoveu\nmodernidade\ncapos\nkawasaki\napurada\nmacaca\nka\nconscrição\nfoguete\nki\nmailly\nkl\nkr\ndebatedores\ngalesa\ngrenadier\navid\nrepôr\nrepôs\ncatingueira\ndilatados\nepidérmicas\nrastejando\nduratex\nbrünhild\nestara\nnorthwood\nfrobenius\nsenegalês\naviv\nmchenry\nefrain\nefraim\nlajas\nnáufrago\npartidas\nayutthaya\ncadinho\ntroposfera\nlibertinos\neletrofraca\nservidor\nservidos\nincuindo\nenfeitiçados\nconcordatas\nwinkfield\nfranciso\nenfrentasse\nproxenetismo\nparaguaçu\ntisbe\nmaestria\ndesaparecia\nfojo\nrasteirinha\ncleese\nnortistas\nclasspath\nr-design\nterzo\nrequena\nboticas\ncampeãs\nphilosopher\ncampeão\nlateralidade\nowl\nown\nappy\napps\nappo\nflynt\nappa\nintrusivos\nerlon\nxenon\nmobutu\nrictor\nbouer\nkatari\nkatarn\nkatara\nisoterma\npenetraram\ninstituídos\nbilu\nenganada\nenganado\ncomemoram\norenburg\nlaeta\ncomemorar\nalvarinho\nbbb9\nmacete\nrayart\ncompilou\natraves\nforçamento\nitaberá\nkandorianos\npneophyllum\nscholar\nseries\namericanas\nabdução\nceloma\ncanaveses\ncrawl\nsargaço\nintermunicipais\nautovetores\npnr\nsuportarem\nfaleceria\nacorrem\npng\nacalorados\nsaudáveis\nsardica\ncomeçava\ndublar\ndarío\ndarín\nringu\nringo\nformarem\nsuíças\ngarageband\ndécima-quinta\ncatuama\njamaicano\ncamisa\nranqueamento\nmurgel\nuday\nss-999\nexpurgo\npontiac\nrelvados\nmaurier\nqualificatória\nqualificatório\nvincennes\nsomerville\nmechner\nsínodos\nignorando\nmocho\nrezek\nmoche\nrezem\nmocha\nwaits\nwaite\nelectrião\nvencedores\nnão-alinhado\nmicroalgas\norçados\nsíncrono\nsíncrona\nspeight\ndecio\nnomen\nnomeu\nnomes\nassinasse\nsettle\nnomeá\nterrence\ncanil\ncanio\ncanis\nborzage\ninsulíndia\nyusef\nreprovável\ngohan\nitabaianinha\nmobilado\nestipuladas\ndjs\ndjk\nmartinez\nvoltados\ndjá\nerror_str\ncarini\npsicossomáticas\nshiver\naeróbio\nestabeleça\naeróbia\narabsat\nrussia\nroqueiras\nsimepar\nislândia\npreverem\nsinclar\nmerit\nhellblazer\ninaugurais\npiorando\nlevarei\nlevarem\nesparrama\nkrishna\ndarjeeling\nvidor\nensaísta\nconfluências\nefusiva\ntelefilme\nd'assunção\nharmonicamente\nisolou\nibase\nmompha\nespasmos\nbaccarelli\niulo\nmeixedo\nrachael\nsétima\nexportá\nsétimo\nspeke\nhereditária\nhereditário\ninterporto\nproporcionará\nexcetuando\npolyphony\natingindo\namolece\ngentium\nindicava\nnutcracker\nrelação\natravessada\natravessado\nestrelas\nagravante\nrecuperados\nrítmo\nsincretizado\nsincretizada\nformalizados\nredmayne\nfiorentino\nfiorentina\nodense\npituitária\nurbanidade\nballas\ncoreográficos\nballad\nvisualização\nenoque\ndamien\nprocariotas\ndescruzamento\nguemará\nreceptação\nfound\nfossas\nfossae\njeremiah\nliguilha\njeremias\nfaltantes\ncanseira\nunblack\nestre\nquartas\nmam-ba\ndecifração\nobtusos\nculinarista\nhamid\nproboscidea\nlewinsky\nemac\nemae\ndemont\ndemons\ntransformarão\nmrta\ntigrão\nsouffle\nthewlis\nwalther\nuberabão\naftershock\nvalimento\nahura\ngallia\nhilario\nintuir\ntraumatologia\nourinhos\namendoins\nbagman\nmatriarca\npiezoelétrico\nresquícios\nbalanceados\npianíssimo\npalavrantiga\ncésar\ncolocassem\nrohter\nferrier\nferries\ncm99\nfôrmas\naninham\nkavala\nflageladas\nevoluídas\ncafezinho\ncamaldulenses\nsubutilizado\nprivilegiaram\nveicular\nvia-crúcis\nveiculam\npequeníssima\ntrocasse\nimportava\ngarantem\nsilenciamento\nbijli\nmicronutriente\nbrachymyrmex\ntakahashi\nnéri\nborrar\nborras\nmove\nmova\nmitsuo\njodi\njodl\nfredrikstad\njody\nglaciais\nbloxham\nmovê\ncinqüentenário\nglobox\njodô\nglobos\nviaro\ngrazi\ndesterrados\npecadora\nmontemayor\nparmigianino\nbother\nriscados\ndevotion\npaulo-rio\nbasocelular\nestridente\nfidalguia\ntramps\nlesividade\nchippewa\nbrauerei\nbarinas\nmassana\nespanto\nespante\nproduziram\nigp-di\nmansão\navistamento\ninfinitamente\ngenghis\nroupagens\nkopelman\nediacarano\nediacarana\nmazzilli\nsignificância\nnebrija\nkunlun\nevadir\nmovidas\ndehuai\nengenheiro-militar\nsul-matogrossense\nimpedidas\ncondicionalmente\npecuarista\nfolhateen\nenteadas\nsúmulas\njuneau\nrep\nrev\npedro\npedra\nlistão\ninversor\ninversos\nexcubitores\nmagnético\ngordinho\ngordinha\nkindred\nfranz\nlimosine\nworld's\nelevará\nmakélélé\nhoppeana\nesplendoroso\nesplendorosa\nperúsia\nasprilla\nosterode\ncabeçotes\nbangalter\nvidal\nestadias\nbruxos\nvidas\nvidar\nreparar\nreparam\nobus\npedófilos\ninsubmissão\nlimão-cravo\ncalunga\nज\ndanville\nextenuantes\nenola\npolygonum\nrenacentista\npotencializou\nfalemos\nfuncionou\njustificadas\nlibelu\nanza\npropiciam\nlibelo\nutilizarão\nwaldron\ngametângios\ncambuí\nlegolas\nclassificavam\napiaí\nsaskia\nuthman\nphillippe\nconfluindo\ndelegadas\nsacodem\ncasbá\nrestituta\nboard\nvice-diretora\nchouans\nformigueiros\npropontis\ngorender\nremind\ndespertará\nkodansha\nlandfall\nestúpidas\noboés\nprovocativas\ncoser\ninterioranos\nchorava\noptimismo\nesposas\nbráctea\nconsul\nconsur\nrevelaria\nilegíveis\nsg-9999\njacente\ntampada\nobteve\nimprecisão\nretábulo\nmaconha\nprojetivo\nprojetiva\nencostados\ntahine\nsocioeconômica\nsocioeconômico\ncristovão\nantibiótica\nantibiótico\ncurtição\ntrabalharão\nbodyboarding\npan-americano\ncepal\npan-americana\nescarpadas\nalagoinhas\nhilliard\nindeléveis\nerídano\nshmuel\nportsmouth\nkunze\nqn999\nrankin\njustificações\namando\ncipolla\namanda\nindignidade\npalmito\nalbumina\nseguido\nseguida\nwikinomics\ncallisto\nadamawa\nmerrin\nmerril\nmerrie\nenchantix\nchiffre\ndecreta\ndespedimento\nfrugívoros\ninsultada\ninsultado\nsrª\nsrº\ndisplicência\nvirará\ncampolongo\nsteamship\nsr.\nsr9\nvirara\napreciador\napreciados\nsrb\nsrc\nsra\nsrf\nsrg\nsrd\nsre\nsri\nsrl\nsrs\nsrp\nsrv\nsrt\nprospectar\nsépticas\nmicroscopicamente\ncretácea\nacabados\n〗\nguanacaste\ntacutu\neepsg\nlindley\nfabião\nprecipitam\nsarpsborg\nmagdalene\nmagdalena\nkimi\nmultiforme\nquartéis\nhime\nconectadas\nhomenageando\ncherubino\naltos-fornos\ntriada\nkaposi\nlützen\nworkstation\nmerval\npetroquímicos\nsarrazin\ndividiram\nmarple\ntatames\npré-modernismo\nreiterou\nultras\nendoderme\nprecisem\nprecisei\nmomentânea\nrefletora\npainéis\npolga\npercolação\ndissecar\ncromáticos\nverloren\nclausula\nquaderni\nacrótato\nebadi\nprendemos\ndulia\nmainframe\nesportivas\nriquilda\nmesentérica\ndespojo\ndrinque\ncheryl\nurbanos\nguangdong\nkumamoto\npalomino\ndipp\ndipr\ndipo\ndeclararia\nnavegador\nnavegados\nproduzissem\nminuciosas\nalfacinha\nvitimado\nvitimada\nnocaute\nintraocular\npornography\nzhao\ndecepciona\nfornelos\nsomas\naflitiva\nagradecemos\ndeságuam\ncronógrafo\npsdb-am\nbernhardt\npocahontas\nivanova\npraticadas\naflora\nandem\nodiados\ndetalhado\nantananarivo\nbananére\nzumárraga\nfilete\nconduções\nterenas\narsenais\nreconheceram\nblokhin\ndammartin\njactos\nginásticos\nempatasse\nsuperavit\narrendatário\nbourne\nschama\nestocagem\nbruxelas-capital\ntropeço\nrasd\nrasa\nraso\nrash\nrasi\nasilar\ncacifar\nsupernatural\nauto-regulamentação\ncansaço\nv999\nvostok\nanimatógrafo\ndjimon\npreparasse\nprocurará\nmilazzo\nretrato\nblennius\ndürkheim\nprocurara\nmagician\ndesçam\nlinklater\naugsburgo\ngranito\nvenham\ndarkman\nbagby\nretrata\nnihon\nestreando\nléman\nionizadas\ntownships\ntellechea\nquintília\ntriestina\nquintílio\nlanifícios\nflautim\nfuturismo\npussycat\níndio\níndia\nblu\nrecheando\nente\natalaias\nents\nhenrie\nhenrik\ncredit\ndesesperam\ncircunscritos\ndesesperar\nconvidava\nmary-kate\nhospedeiros\nbrest\nboroughs\npoppovic\ntoivonen\nsuperlotados\nfaziam\nrepelidas\nindianista\nwillman\nmembranar\ncooperstown\nrachid\nblecaute\nmanitowoc\nurosh\nnava\nnave\nnavi\nnavy\nvideomonitoramento\nthackeray\npérgola\ncorreio-mor\ndescansou\ndescansos\nrealísticas\npublicação\nadministradores\nsudário\ndeadmau9\npreocupei\nmiyahira\nmarianas\nenforcar\naludido\naludida\nmukesh\nnotariado\nautenticidade\nhaverão\npedrógão\ninteractivas\ncamareiras\nbi-turbo\nsanguinetti\nincuráveis\nserrada\ncinza\nsairam\nchinensis\nguipúzcoa\nnordhaus\nemigrantes\npertençam\ncharacter\npertenças\naugustinus\nsardou\nsardos\nzariski\neel\nchampanha\neek\ncavalaria\nalto-falantes\nbasilica\nmemmel\nescutem\nfioretti\ntetos\nhoróscopos\ncoughlin\nteton\naoshi\nperieres\nlambe-lambe\nmilenares\ndicarboxílico\naddy\nlygia\nadda\naddl\njunkers\nantiapartheid\nternura\ntaxiway\nhohenzollern-sigmaringen\ndisputa\nmpsc\nma-999\nadaptativos\ngijón\nvagnozzi\nfalsear\nrestingas\nalcmena\nserrilhados\ncontraiam\ncandolle\ngonzalez\njackson\ngoth\ngoti\ngoto\nbëor\ngota\ngott\nabstrata\nabstrato\ncril\nnoticiada\ncrie\ncria\nglaciares\ncris\ncalabouço\nboole\nopôs\nopôr\ncriá\nmarronzinhos\noculta\noculto\nnolan\ntrescore\nskating\ncordiale\nconstrange\ncruce\nbillah\ngodide\ndesabrigado\ndesabrigada\nparrish\nperenização\niñigo\npolskich\nduelista\nrecusamos\ntipificados\npioneer\nyanomami\nfacesp\nrentabilização\nmangaratiba\nauto-proclamou\ntabelados\nentorse\neminente\ngnóstica\nlemúria\nmandela\npousam\npousar\nalecto\nevento-teste\nmeses\ngrasshopper\nerebor\nmachucam\ndefecções\nmachucar\nbible\nsuperóxido\nquesito\nnarjara\nantimicrobianas\nextrínseco\npagodes\nhidroxilação\nlitosfera\nirrefutável\ncaloteiros\nmissingno\nrachelle\nkádár\nacessada\nrecording\nnagamasa\nludyo\nepamig\ncontentam\ncontentar\nensolarada\natroari\nensolarado\nmassini\nmassine\nrelevando\ndiscriminar\ndiscriminam\nsilveira\nizabella\nparione\nalisson\nsapezal\nintrusivo\nmuchmusic\nquinquina\nintrusiva\ngaz\ngay\ngau\ngat\ngas\ngar\ngap\ngao\ngan\ngal\ngai\ngag\ngae\ngad\ngac\ngab\ngaa\nmenez\nmenen\nmenem\nbugio\nokeechobee\najim\nholofernes\nespantalho\nespelhamento\njoxer\naliviar\nalmeirão\nforjamento\nextensions\naliviam\nparava\nfaneca\ngetty\ndevoradora\nmanequim\ncânceres\nunemat\ntrocadilho\nkumon\ntapumes\nkrems-land\ncaturité\nlohmann\nconférence\nfalará\nmolar\nmolas\nestocado\nlecionaram\nsufragânea\nfeudos\npreveem\njacarta\nofficinalis\nbaianos\nmigmatitos\nsauternes\ngeek\nquirguizes\nquimbundo\ntramiel\nclicada\nwado\nwotan\njugular\nanúbis\nmulti-uso\nrepresa\nfarsari\ncreston\nkkkkkk\ncultivares\nagudas\ndeclives\njoelhada\nterfel\npetrobras\nrodeando\njuels\njuelz\njeitão\nguanaes\njabuti\nvirada\nmidori\nlibertou\ndesative\ndesativa\nproposal\ndivisione\nghazal\ndurlach\nghazan\nrefletidos\ngoombas\nwye\novacionado\novacionada\nresistia\nreunir\nreuniu\nresistir\nresistiu\nflamingo\ncontactaram\ncomeçasse\ninsuportáveis\nconsideradas\nexplicará\nexibiria\naflito\naflita\nkléberson\nphiladelpho\nctenophora\ninsegura\ninseguro\nescovação\nartaxias\nconsagrações\nenfrentar\nenfrentam\nespingardas\nevitados\napostólica\napostólico\nhospital\nbertussi\nirrealidade\nvästerås\nvaregues\najoelhados\nalojada\nsyllis\nsumptuosidade\npossui\nsenasp\neletronicamente\nvoluntariado\ndavidovich\nmammal\nr.f.\nromanenko\npereceu\nanti-aéreos\njunho-julho\nsupersena\napúlia\nvale-refeição\náulico\nrecreações\nsepinwall\ncalhau\nrende\nrendo\nfavorável\nsenga\nkotzebue\nsubmarine\nsubmarino\noperarem\nleonelli\nfreis\npirajuí\nfreie\nfreia\nfreio\nfaustini\nfaustino\nfaustina\naluvionares\nvigas\nkhayyam\nsilhueta\nneonatos\noffices\nofficer\nmilk-shake\nmalaysia\njazeera\nhamã\nastrophysics\n-year\nkipchak\ngrigoriev\nsumos\nsumol\nhama\nhamm\nintempestiva\nintempestivo\nnode\nnoda\nnodo\napaixonantes\ngodunov\nllx\nllp\nleads\nllc\natualização\ncharge\nkanaan\nanímico\nanímica\nmaule\nfacilitará\nsocom\nlesando\nsocou\ndarussalam\nasimov\nuzona\nrentável\ninterpetada\nmercenária\nrampling\njoysticks\ncoelhinho\ncoelhinha\nplans\néteres\nresponderia\ncepheus\naerovias\ndevonport\naraucária\nnáuticas\nferrosos\nverificação\npříbram\nmobilizados\ntucumã\ndesertaram\nmarathon\nideas\nideal\nhoover\nnordahl\nassociativismo\nkouji\nroadie\nincondicionais\nturbo-hélice\navéstico\ncontivessem\ntaxista\npedipalpos\nvadias\nhtml\nconfidente\nroubados\nnorbu\nportishead\njahara\ninterpenetração\nkbit\nchorzów\nkawamura\ntransformarem\ncastiçal\nbarrotes\ngarm\ngari\ngard\ngare\ngara\ngary\ngaru\ngarp\namadense\nrelançadas\ncarimbar\ncontracenaram\ndepuração\nnabu\nescaldo\nescalda\nchicle\nfinjo\nepisteme\ncivilizações\nreino\ncestinha\nreine\nreina\nmpb9\ntags\ntage\ntratarem\nrakes\nabusava\ncruzaram\nolido\nanimage\nanimago\ncolapsado\ncourt\npré-selecionado\ncoura\ng.c.\ncouro\nhoracio\nstasi\ncrisma\nafirmavam\nmultifatorial\nmaçaneta\nituzaingó\nwilbert\nsigfrido\nsérdica\ntrivago\nnatureza\nfrollo\noptical\nconfessaram\nmirabolante\nboa-vontade\nborrão\nbocejos\nestagiar\nsilenciadas\nbanias\nliderados\nintervalar\nacrobata\nkylix\npembina\nzápolya\npapagaios-do-mar\nsakai\nsakae\ninobservância\ncreamfields\ndellon\ninaugurou\nmansoni\naída\nfenótipos\ndernier\npomadas\nexperiente\nelétron\nverbais\nfantasio\nrectilíneo\nrectilínea\nsubsaarianos\npagasa\nmansas\ninfringir\ngarber\nwhitbread\nfenomenal\nbênçãos\natrasar\nbasarab\natrasam\npatrese\nreles\nreler\npostura\nreleu\ncromáticas\nmurata\nhostelet\nformaturas\ndestinam\naferição\ndestinar\ndanosas\nbasidiomycota\ndougherty\nrheingold\nperigosamente\nantidemon\ndwa\ndwg\nguardadores\nt.n.t.\nlistam\ndirigiram\nlistas\nlistar\ntriângulos\nmalabarismos\nphilia\nphilip\nmicroestrutura\njerônimo\njerônima\navaliava\ngranjeara\neusébia\ncarnaval\ntrasilo\njubilação\nnádegas\nauto-expressão\nrenault\norganizacional\nlivrado\nnickel\ncreuse\ncreusa\ncomandante-chefe\nrealização\ncomunicação\nsamson\nfiguraram\ngutter\nelectrotécnica\nnanos\nmutilar\nmasquerade\nlagrangiano\nsammy\ntotti\nhigham\ntotta\nlongínquas\nexerça\nbípedes\npermaneciam\neclesiasticamente\nbritônico\nvencê\nplanando\ncampistas\natheist\ncourant\nlanchões\nvence\nvenci\nde99\nocasiona\ngrêmio\nmortuárias\ndisputará\nassobiar\nimperam\naumentava\ninervação\nourives\ndisputara\ndonalds\ndonaldo\nprestosuchus\nleurs\nexigir\nbermudão\ncaiman\nsonhavam\nsaint-martin\nfinarfin\ndispar\nelectrões\ntrancadas\nimprovisadores\ncorporativas\ncarnot\ntifoide\nrealizou\nanfitriãs\nperitônio\nenders\nguttenberg\nbalancetes\nestragos\narchote\nestragou\nringues\nprecisaria\nnkisi\necuménico\nbiotecnológicas\ngoianésia\nparacuru\nmímicos\ngästrikland\narkalyk\ngraúna\nrelativo\nsandrich\noncogene\nreceituário\ndowngrade\ncenturia\nasker\naskew\nasked\nforçosamente\nschloss\nóbice\nshtml\ndesatinos\nmencioná\nameal\nnão-negativo\nmenciona\nmencione\ntijolinhos\nhumanos\nverde-clara\nchinelas\ntendler\nulloa\nopositoras\nmodesta\nverbis\nvoluntários\nreferidas\npachto\nsubsistence\nbicicleta\ndecembrio\nstettin\ncoordenará\nconvivem\nfenícia\nfenício\nlaundry\nbiblioteconomia\nturturro\nskf\nsuinocultura\ncaracol\ncompositivo\ncompositiva\nmañana\nfirmino\nfabian\nmotivacionais\nproteobacteria\nsul-africano\nsul-africana\nagroquímicos\ncalaway\nmédio-grande\nefialtes\nbiorremediação\nintentava\nhyperion\nlanches\nparoquial\nparoquias\nfibular\ndetentora\nblindagem\ndeclaramos\ntamengos\nintitularam\nyangon\nbirolli\nfiesp\ntópicos\nhades\nhader\nhaden\nlemes\noftalmológico\npedroto\npevensie\npolk\nnão-índios\ndumond\ndumont\nshenandoah\nasamblea\nsub-reino\ndesculpou\nchávez\npediu\npedir\nperpinhã\naçude\napostou\nargumentista\nprower\nupstarts\nestrogénios\ncerda\ncolheitadeiras\nkitesurf\nrecuasse\nprevenindo\ncbnumber\nmethod\ncerdá\ncerdà\npátrios\nadvinda\nregiment\npoodle\nabbiati\nrelegadas\ncanhão\ncantarias\npai-nosso\npraetorius\nencargos\nectópica\nostermann\nincelenças\nencaixem\nnão-alinhamento\ncônscio\nencaixes\nsintonizados\ngennaro\ncardiaca\ncardiaco\ntocadores\ncasamayor\nlicitados\nòrìṣà\nastronomia\npersépolis\neletrónicas\norigami\namoritas\nvladimirovna\nreconhecerão\ntabinshwehti\nprospecto\nfaraday\ndevin\ndevil\nmarózia\ndevia\ndevir\nprogramável\nabondance\nrestituir\nrestituiu\nbollinger\nbarnes\ncigar\ndeôntica\nsofística\ntortuosas\npatife\nprojecto\nprojecta\nprojects\ncommunications\naquele\naquela\ndespóticos\nwba\nzip\namamentá\nsub-produto\ngahan\nsunken\ntemor\ntemos\nescabroso\narrombada\narrombado\nescarpa\nnobres\nespontâneos\ndiretivas\npeuple\nantropogênicas\nweser\nmoschino\ndiofantinas\navesnes\ndasyprocta\ncomputáveis\nresolvendo\nsedosa\nacabava\nacciona\nkaras\nlaurus\nfederica\nfederico\nbeneath\nibaiti\nconfeccionados\nokamura\ngenoveses\napostolicae\nties\nphraya\ndescomplicada\nincriminado\nestrearem\nirradiância\nnasheed\nklintowitz\ntransportadas\nrecorders\neconômico\npmid\ndrang\nsnba\nsongwriting\nchinois\ntetrarca\nd'outre-mer\nbrenton\nmchale\ninstitucionalmente\npsychobilly\nedilidade\ninconsequentes\ncachos\nplugados\nsecretaria-geral\nmassi\ncontundência\ncaviar\n9.9\nbanton\ncronos\ngaynor\nbantos\naladas\nobafemi\nrápidas\nvariadamente\niterador\nsulinos\nfilarmonia\nguajuviras\nsolidaridad\nesfíncteres\nhaeften\nwłocławek\nincêndios\nmagiares\nelfriede\nmacaúbas\ncontemplativos\ngláucio\ngláucia\nhierápolis\ncurvatura\nreestrutura\nzingg\ncox-9\nagradaria\nlindsay\nmachucado\nmachucada\nmasterchef\nklamath\nfurman\ncozinheiro\ncozinheira\nordenaram\nbankboston\njimbo\npolarizações\nmesembria\nbrotos\nbskyb\nfalcões\njairzinho\nflutuação\nlulu\nluli\nlull\nlulo\nlula\ncamélia\nrowlf\nofir\ncalção\nfalsificadas\nsharks\npyromania\ntábor\nultrapassados\nsonisphere\norizânia\ntettigoniidae\nmachucadas\nplantas\nplantar\nplantam\nplantae\nverdon\nfriuli\nanvisa\nproteja\ntarpon\nvienenses\nsoleiras\ninstigam\ninstigar\nsabota\nléia\narchivo\némerson\ndecaimentos\nencabulado\nconduzisse\nfußball-club\nweddell\nscreen\neletrochoques\nestratigráfico\ngrussaí\nsobreaviso\nestratigráfica\ncarignano\nherodias\nhtc\nhtm\nprairie\nescondê\ninstalarem\nandino\ndelícia\nmansfield\noperadas\nc-9po\nrequerendo\noceanborn\nquadrilhas\nprotegido\npríamo\nlatus\nacossados\nundead\njalil\nhiperbólicas\nsubstituindo\nterminologias\nprevisíveis\ntraction\nbourse\ncabilas\nprancheta\nsaitama\njabuticaba\nadministradora\nespargosa\nraynor\narqueiros\ntallahassee\nrangum\npoupatempo\nlinfonodos\nsubsistiam\ncanindés\ndedão\nrexach\nangina\narrifes\nmg99\nvendado\ncolisões\nglide\nfraternas\ncuido\ncuide\ncuida\nmarcenaria\nexternas\nexternar\nexternal\nsabelianismo\nexcrescência\ncananeus\nrami\nakademia\nakademie\narteriais\nencerrado\ntōkaidō\npitorescos\nborgonheses\ncafeeiros\nkiseki\ninfogrames\nliana\nliane\nliang\nsupersticiosos\nbachelor\ndesenhistas\nreduc\nbreisgau-hochschwarzwald\nkalinka\nreduz\nredux\nnéstor\nnordrhein\nfence\nexodus\nonna\nbasra\nconfrontadas\nforçados\nabdalá\nhuis\narquetípico\narquetípica\ncullum\nrepresentados\ndeclinante\nclades\ncenibra\nalimentícios\na\nkeio\nkeil\nkeir\ngracos\nelão\ncommittee\nfrancônia\nkurland\nidiopática\ninventaria\nmulherzinha\ncorroeu\ncorroer\ncalhamaço\norganizadas\nikea\nrivaldinho\néléments\ndunar\ntorvalds\nburlesco\nburlesca\npulsando\ntungstato\nplasticamente\ntuxaua\nbarneys\nfagote\nindigestão\nautocrata\nrecortes\ncratera\ndalriada\ngaunt\nzor-el\nimam\niman\nimac\nimax\nimap\nentretém\nconciliares\nturistica\ntufte\nexd9\ntufts\npascolato\ncapecitabina\noscilante\ncipós\nreabre\nloredana\nretaliou\nvizianagaram\nurinário\nurinária\nvincula\nvinculo\ngoverne\ngoverna\ngoverno\ncoruche\nimpressionavam\ncreditadas\nvinculá\ngoverná\npastorícia\nacondicionar\ncorroboradas\nvascões\nangélique\nbarraquinha\ndesprendido\ncotinha\nescalopes\nmais-valia\nfantauzzi\ndenticulata\neuvaldo\nnorteshopping\nvint\nboolean\npirituba\nsalad\nsalah\nsalai\nsalan\nsalam\nsalar\nsalas\ncorpuscular\nfalsete\nspartacus\ncongruente\npituaçu\nintroduziam\nsuperátomos\nwon't\nsentirão\nmert\nempregue\nendocrinologistas\nomegna\nmere\npatriotas\nsonoplasta\npriestley\nnolte\nadelmo\ninstrumentation\nalternam\nsignificações\nsubmeteram\nfricção\nseixal\nseixas\nfalsário\nmgc\nmgb\nmga\nmgo\nmgm\nmgs\nfidalgos\ncptran\nrossoneri\njock\nsolís\ngliconeogênese\nballoon\nondulantes\nesmeriz\ngalatto\nrévolution\nfantasiando\nalmere\nquinquagésima\nagraço\nburden\nmerimde\npresumíveis\ncricket\nfogos\npreposições\nufirs\nmáfia\ncarnosos\nperdition\nincapacitando\nsaarc\nsaara\ncontratei\ncontratem\nleões-marinhos\ntesouros\njohannesburgo\nexcitante\nshellback\ntremedal\ndeteriorou\ngenebrino\ngenebrina\nnogai\nefetivar\nefetivas\nalpargatas\nóssea\nósseo\nporcelana\nindigenismo\nshekhar\ns.n.i.\npersuasiva\nmcadams\nacamados\nprincipalmente\ninsurretos\nigaraçu\ncoroadas\nbandeirola\npsytrance\nbronzes\nmodems\ncuvée\npringle\ntrocará\nesporão\nmurders\nnutter\nadenina\ntrocara\nostrower\nsvga\npreveniente\npalutena\nratzinger\nreiteradas\npratini\ndubladores\ndona-de-casa\njujuba\naumente\naumenta\naumento\ncarrasco\ntornarmos\nsantayana\nvisionárias\nobriguem\nsub-regionais\nporrete\nwaldvogel\njones\nvermandois\nencabeçaram\ngritaram\ncorrelação\nacrílica\nacrílico\nville\nconcorrências\nvilla\nideário\npermacultura\ndeportações\nstormy\nvocals\nc9h99\naquosos\nzaíra\nantifumo\nenglobaria\nsouk\nsoul\nsoup\nsous\nc9h9o\ncadúnico\ndissuadido\npogues\nadelomyrmex\nbujumbura\nelicarlos\nindispensáveis\npmdb-ba\nflexa\npodgorica\nbocaiuva\ncoleções\ndesvendada\nloiras\nnespereira\nguardava\npleiteou\nblacklist\nfurtivos\ncaucasianos\nstockport\nrashomon\nhuehuetenango\nzepp\nklemens\ncampana\nusinagem\nsensata\nsensato\n－\ntimbira\ncerteza\ntemerária\nresponsividade\nproposto\ntemerário\ntécnologia\nmultidesportivo\ncoqueirais\nafunde\nmadeirense\nmidões\nrotatividade\nafundá\nestepa\nestepe\nmanchas\nmanchar\nmancham\ncarlos\nbanér\necbátana\neger\negeu\npiões\nfluindo\nuniversidade\nsaturados\nchatô\nquezada\nresolution\nutis\nutil\nuu99\ntratores\nperdure\nperdura\njoscelino\ndjalma\nminadas\nlelys\nladrões\ncurativos\nescapamentos\nsolto\nsolti\nhelmsley\nsolta\ncœur\nalinharam\nepidemias\ntamborete\nsoltá\ncups\nsalicaceae\nescoltado\nmaminha\narnaldo\nirapuã\nthibaw\ncupê\neurobônus\ngabinete\nprataria\naureliano\naureliana\nmalveira\nconfirmados\nassentadores\nencabeçada\nencabeçado\ncenográficos\nastrid\nperspectives\nfrete\nbudistas\ngermanotta\nholocaust\nacalmando\npsirico\naeginetia\ncyworld\nrosamund\nhaps\naliens\naliena\nseletivos\nduratec\naplocheilidae\ncolumba\ncirurgicamente\nlys\nkkkkk\nlya\nicarus\nsteppenwolf\nirpj\natualizar\nbumbuns\nbleeding\nvalcke\nsimon's\npréstimo\ndabney\nsy99\nambicionado\nwiltord\nauto-destruição\ndesavisados\nhussain\ncapadócio\ncapadócia\nwebdesign\nsiyyid\nlatour-maubourg\nrelatórios\ngarrinchinha\nsubespécie\nsuspirava\nmodernizando\noohira\nwozniacki\nvestindo\nsarcomas\ntýr\ninferioridade\nsinistro\nsinistra\nimpulsionado\nimpulsionada\nextravagantes\nangles\nbombarda\ncatalana\nstarcraft\n9.999,9\nnão-determinismo\ncimetière\nchehab\nsupervelocidade\nlicitatório\npaulina\npauling\npauline\npaulino\nvarões\ndisraeli\npassivas\nfalecimento\nkasparaitis\nescaldantes\npompas\nímanes\nfumava\npertencessem\ntropos\nfórmula\nobjetivavam\ndealbata\ngatsby\ndodecaedro\narregimentados\njaipur\nvampírica\nvampírico\ndispensaria\nexpectadores\ninvulgares\npré-amplificador\nodaliscas\ninimigas\npratinha\ntitulos\ntitulou\nampère\nstadt\ncolchão\nvenosos\nvinhático\nwoodpecker\nparnahyba\nkroeber\ntomimaru\narchaeology\nenxergá\nbeveren\narraiá\nají\njadis\njadir\narraia\nenxergo\narrais\najp\naji\najo\nplatini\nwanted\nvergili\nmultado\nmultada\nprotocolares\nsowzer\ndivulgações\nuniformizar\nherrich-schäffer\nleucócitos\nfalésia\naragonesas\ncanafístula\ntranslocações\nempreendendo\nchapelaria\nchang'an\nthammy\ngompertz\nammar\nmelanipe\namman\nesquiro\nfurler\ndacon\nsuíno\nsuína\nreescrita\nreescrito\nvices\ntemporomandibular\ntriplicou\neducacao\nmonólogo\nconstraste\npagano\npagani\nfinancista\nsrna\nirauádi\ngesualdo\ncomporiam\nesquentou\ndetrimento\nanajatuba\nisak\nopulentos\nlagoaça\nantidiurético\nfolgadas\nquick\nquico\ndecompostos\nencontremos\nressaltando\naldeídos\ncimbelino\nkayser\nitacaré\nflagship\nitapajé\nfático\nfática\nkakegawa\nsmolyan\ncundinamarca\nraffael\nsuzanne\nsuzanna\nkleť\nlaffont\nbolts\nwebsérie\nibanez\nnucingen\ninsetívoros\nvaríola\neffingham\nconversion\nmartinelli\nsculley\nhedychium\nutilidade\nsoutomaior\ndirigida\nstanley\ndirigido\nmonophyllaea\nengano\ncd's\nengane\npenitenciárias\nkazoo\nzapdos\ncognitivas\nkafkiano\nanapa\nindivisíveis\ncaliente\nturneria\ninvictus\nsupõem\ngo-toba\nnorteado\nnorteada\nkamehameha\nroyals\nroyale\nintercalam\nintercalar\ncambridge\nelefante-africano\nhiena\nal-fihri\ncivitas\ntrask\ntrash\nalce\nalcy\nalcs\ninsensata\nswitched\ninsensato\neletromecânica\neletromecânico\ncusteando\nswitches\natravessarem\ncompasso\nfarofa\nmicrophylla\ndecaíram\nprotons\nmarozia\nirromperam\nalyson\ndiplomatique\nrubão\nkristiania\nmaidenhead\nscientist\nricarda\nricardo\nparasse\nsorveteria\njourdan\nfaiança\nvizinho\nvizinha\ndouble\nextinguisse\nevangelísticos\nterzi\nsuperpato\nviagra\nshoptime\nrelevado\ndiretoria\npropedêutica\npropedêutico\ndados999\nmartíni\nbyam\ndesferindo\nintervalo\nmotivaram\nestratégia\ncapitals\naquisitivo\ncapitale\nmonopodiais\njosemaría\npartos\nparton\nencoberta\nencoberto\nmebros\nhyldon\nvictoriana\nzigue-zague\nsaguinus\nzatch\ncpm99\nmoqueca\nchusovitina\nelisabetano\nillia\nenewetak\ndkw-vemag\ngalinhas\nex-diretores\nimame\nilmo\nmicroscópios\nexpectador\nmitigadoras\ntuero\nmacacos-pregos\ngabby\nōsumi\nandress\nativada\nativado\nloivos\nkuroda\nobtivesse\nevelyne\nendossimbiose\nreilly\nconfiguração\nodonto\nhyun\ncircunscrita\ncircunscrito\ntefra\ncateretê\nvoci\nmacerado\nfutures\ncanibália\nautenticamente\nmewtwo\nbiologie\npecaminosas\nbiologia\nconcheiros\nplaneou\nsolicitarem\ncentímetros\negialeu\nheretic\nह\npoliteísmo\nguarda-roupas\nazerrad\nspegazzini\nuces\npersonificava\nyangzi\npsicóticas\nmarzi\npasseios\ntelly\nrachele\nvice-presidencial\npavimentando\ngalactus\nsickles\nleaf\nlead\nleah\nlean\nleao\nlear\nleap\nconseguiremos\ngil-galad\nbaixou\nbaixos\nobstétrico\nobstétrica\nademir\nunifil\nigpm\nbuffs\nbuffy\nbuffa\nhutter\ncalçava\ngarrigues\nginzburg\nparmênides\nanemômetro\nbannister\ndesbancou\ncooking\nheresias\népinal\ndesembarcarem\npensarem\npensares\neufrosina\nmenachem\ncaldeiras\ncongênitas\nverdão\ndeverá\nafiliadas\nijexá\nbrünnhilde\nkonietzko\nriquíssima\nriquíssimo\ncv-9\ngtech\nmucuri\nepcar\nlaevigata\nblancas\ncopa-9999\npífano\ndetectamos\njurandyr\nlitorâneo\nadmissões\ncalogero\nbodanzky\nmonopolizou\nemigrando\nafronta\ntianguá\nalterada\nalterado\ndermatologista\npovoado\npovoada\nrolê\npietista\ntoschi\nacelga\nprojac\nmergulhando\nironizado\ntsukune\nrola\nrole\nrolf\nroll\nrolo\nefik\ncomeçamos\ncomercial-sp\nestremeceu\naduelas\nestremecer\nanarquismo\nliderando\nprometidos\nrúpias\ncapranica\nmicaela\nkael\nmangá\ncontracapa\npaleontologista\nsacados\nmango\nmange\nmanga\nindigitado\nofficinale\npowerslave\ncabanel\nparís\neliezer\nabcesso\nfalsos\nnascesse\napertaram\nlefler\ndesconsiderada\njahu\njahn\npercebidos\nelam\nmoriya\ninterferindo\nprodigalidade\ncavalum\npinturas\nerismar\nwálter\npunta\nmedeiros\npunto\npunts\ntomem\ntomei\ndilatando\nafectava\ncontreiras\ntramontina\na.f.c.\ncontroladora\nelisângela\naldimir\ntaipu\ntaipa\nincorretos\ncorvídeos\ncavite\nprelo\nfrecheirinha\nextermina\nlágrima\ntouradas\nexterminá\nsincrônica\nsincrônico\nxinglong\ndebocha\ndeboche\ncarandiru\nvaiar\nvaias\nchucky\nmaçãs\nkensal\ntrabalhado\njobim\nintrovertido\najustamentos\nspeedy\ninventando\nproto\nfaulks\nconsequência\nchrissy\nconus\ndossiês\ntestament\ndefumados\nselá\nsell\nselo\nsele\nsela\nsharpe\nvirus\nfrontpage\nclannad\nviciar\nmendelssohn\nsentiram\nestínfalo\nex-desafiante\ninvadidas\napure\napura\napuro\nopal\nconnection\nopas\nopaq\njaspion\ndiatônica\npaiol\nestase\narapahoe\nboemia\nandorra\ntribes\ndesceram\npirúvico\njuncos\ngnose\nplatinados\naplausos\nbarbas\nverçosa\nmcglynn\nabandonaria\ncontrolou\nverde-oliva\noscars\nradicalmente\nvartanian\nfrýdek-místek\nnão-tarifárias\nfluorescência\nintitulava\narrebanhar\nlindner\ndeejays\nassinale\nassinala\nchalabi\noficias\noficial\ntolher\nnazarbayev\ndatena\nfixarem\ngregor\ngregos\neleven\nerguendo\ntraumatizante\nbaba\nbabe\nbabi\nbabo\nbabs\nbabu\nbaby\nvalorizamos\ndogma\nquilômetro\nalugaram\nviciante\nbabá\nirônico\nbabí\nderose\nirônica\nbizâncio\nmasúria\nguiomar\nbrunini\nperfect\nubiquitina\nacordarem\nbrancos\npiratuba\nhyundai\nmegareu\ncuidada\ncremona\ncuidado\ninterligar\nfestival\nsergeant\nfestivas\nnotarem\nacarretando\nmultiponto\nwailers\nrings\nsuscitar\nconfederada\nconfederado\njong-un\nterríveis\nundergraduate\nfallschirmjäger\nsudoríparas\nconvénios\nbarita\nknut\nimpetuosa\nal-nusra\nimpetuoso\nocupações\npiel\npied\ndesfilarem\npensée\npiet\npier\npies\nvicinal\nmanufaturas\nmanufaturar\neurocopter\njamaicana\nmiúdo\ncurandeiros\nprocuradas\narrumado\narrumada\nsimulada\nsimulado\nesporas\nkalpa\nbreslau\nfraternidade\nhachibi\nhipodontia\ncolegial\nosseto\nsafiras\nosseta\nlodbrok\nperfazendo\ninchar\nincham\nolmecas\nfederazione\nanomalias\nprabang\njantado\nantoinette\nangmar\ntsukasa\nurbaniak\ngordurosas\nvästmanland\nscripting\nviolin\nprovido\nwestphalia\nfecundidade\nschlosser\nconsultados\nmegalíticas\narvores\nziller\nfumble\nchantel\nwasted\nconfiscando\nbartolomeo\nmetalizadas\netnicamente\nlagares\narqui-rival\nfrades\nvislumbraram\nco-gestão\nprotendido\nsecretary\ncinesinas\ntechniques\nvirgula\naúdio\nmersin\nmuhammed\nbraseiro\npalmtops\npiovani\nbrigatti\nflorões\ntufos\ntravadas\nformalizando\ndobrar\nautodomínio\nliberties\ndispostas\nstargazer\natribuídos\nrebatizada\nrebatizado\nfusarium\ncomparecendo\ntrustees\nprocure\nconniff\nradicado\nradicada\nitaipú\nfronckowiak\nintensificar\nwikisource\nnorte-coreanos\nrelíquias\nraimundo\nbebeto\npíxeis\nprostração\nwigfield\nesquadrinhar\nmagnificente\nbanga\nbangu\nbangs\ninstalavam\nprimaveras\nevocações\nefetuar\namílcar\nmochi\nrezei\narredonda\narredondo\ntankian\nglauca\nglauce\nglauco\nbianchetti\nt'aime\nginsberg\nblind\nbling\nestágios\ndualistas\nyázigi\nmr9\ncineclube\nmrt\nmru\nmrv\nmrp\nmrs\nmro\nmri\nmre\nmrc\nzwart\nsnack\nbolaños\ntruffaut\nrecuerdos\ncomunicacional\nmágoas\nmaternos\ndesorganizados\nprofissionalizante\ndemiurgo\ntocadas\nanseios\nintercambio\nspacewatch\nuecker-randow\nangeja\nlycopus\nmillersburg\nhandbuch\nburocrata\nps99\nfocagem\nverifiquei\nm.g.\nsixth\nsixto\nsixty\nsubsídios\nencampou\nknow-how\nminna\nmassagistas\nhonestamente\nlatios\nlieja\nlocomotiva\nindependência\nquaraí\ntracks\nlachmann\ncumprindo\nlousano\ningressava\ncinética\ncinético\nkwannon\ngrill\ngrilo\nfildzz\nanfípodes\negipcio\ncoqueteleira\npredators\nconlutas\nraciocinar\nex-lutador\nbexar\nmediadora\ncalendário\nasco\nasch\nusuários\nballesteros\npaleografia\nleandra\nleandro\nchastel\npershing\nmanipulava\ngeraria\ncorrecto\nbofes\nex-ídolo\nlahar\neurocopa\ndesembaçador\nwyatt\nplzeň-jih\nensinou\nensinos\ninação\nglobalizar\nnikki\nnikko\nsul-fluminense\nmicrogravidade\nparaguaias\nbg9\niffhs\nabertzale\ndescarregam\ndescarregar\nnarinas\narminhos\nrhimes\nestatista\ncontáveis\neutróficos\nhypericum\nnupcial\ngrotesco\ngravilha\ncântaros\nmoóca\nestados-nação\npredito\nbarcelos\npredita\nretornáveis\nalfheim\nsul-rio-grandense\nbandana\nprefeituras\niaroslavl\ninspeciona\ndebêntures\nbluetooth\nonívora\nonívoro\nvasculite\ncrudup\notão\nbutiques\ncolchas\narriano\nrégulo\nmicênicos\nposava\naconselhavam\nescapava\nmimosa\nmimoso\nmelhoradas\nquartas-feiras\nraupp\nzimbros\nlordose\nestreantes\nthado\nmythbusters\nuniversitas\nuniversitat\ngarantissem\nsuspicion\ntorr\ninculturação\ndesfavorecidos\nsócio-políticas\nhuntsman\nmordechai\nfluorocarbonos\nnguni\nsptc\nsptv\nbalastro\nregionalmente\nmcmorris\nlibrary\nrenascendo\nhertzberg\npubescentes\nlongevo\napesar\ndecretando\nkraml\nreymond\nemboscado\ntoré\nemboscada\nantígeno\nfists\nfisto\nsquares\nalbacora\nsubsidiados\ndesactivado\ndesactivada\nbluesbreakers\ntarrafa\nsocietárias\nfairey\nnegligenciando\nwallyson\ngs9\nhumilhações\nsuspendia\ncumã\nespantou\ncerreto\nlexicais\npréviamente\nacintosamente\nlofts\ncume\npornográficas\nincentivadores\nvittorio\nvittoria\nvenezia\nfurões\ndotados\ngeologicamente\nepífise\ncomposição\nrespaldados\neletrons\nvemos\ndistorcidos\nboleado\ncaratinga\nacreditavam\nirmos\ntunelamento\ndeeper\nmujer\nocultar99\njules\nnaturalismo\ncavado\ncavada\nincansáveis\nrubídio\nforcado\nrepletas\nreagiria\nmédico-legista\ndistributing\ncarapã\nassentes\nparado\nestuário\navançar\ntaüll\navançam\nhoskins\npromovidas\ninfluxo\nsaurísquios\nperformaces\ncânticos\ncranial\nex-detentor\nsarzana\nfalece\ndesfeita\ndesfeito\nadoufe\npin-up\nabrangida\nabrangido\ndesagradável\ndemoliram\ncentrífugo\ncentrífuga\nfestejadas\nexigiam\nassustaram\nfunke\ncalyptomyrmex\nfunky\nfunks\nhomofobia\nestruturalismo\nmulticores\ntês\ntêr\nkirn-land\nencouraçado\ncolumbidae\narnon\nmeninice\narnor\nmacdougall\nconstruirem\nfernández\nengendrou\ncorrentes\ncedrus\nazares\nlaptops\ndramatic\nvampirella\nralação\nstrain\nmorrerá\ngladiadores\nsupersticioso\npitman\nremovíveis\nímã\nniyazov\ngavroche\nirônicas\ncotistas\ndocumentando\nestalo\nparalimpíadas\naltíssimos\nconfiados\nfavorecessem\ntabuinhas\nedinan\ngimli\npítias\nmato-grossense\nekar\nensaios\ngoulart\nmonovolume\ngeleira\nprovérbio\nespartanos\nneemias\ndedicava\nrapport\ntransplantados\nsulfetos\nanalogamente\nthrough\ncoimbrã\nchambliss\nspitsbergen\napostolatus\nrisorgimento\npowertrain\nacetilcolina\nintrumentos\nintensificaram\ndeduzindo\nboquilobo\nrabeca\nfrascati\nbugios\nditaduras\nboreais\nwyndham\nadstringente\ncapricornus\ntetracampeonato\nirídio\npregoeiro\nmoesha\ndivinatórias\nmotogp\ncantassem\npolitizadas\ninserir\ncorridor\ncorridos\nchamonix-mont-blanc\nentretenimentos\nreboques\nincendio\nricky\nolney\ndecision\nkeiko\nprólogo\nlagartos\naiyê\ncasadevall\ntorsten\nguastalla\nparvo\ndistrações\nfrobisher\nsuave\nsuava\ntermoquímica\npulado\npaludo\nyoona\nharrods\nclima\nclimb\nduplicatas\ndiuréticas\ncorallinaceae\nwharf\naportuguesamento\nxapuri\nmaracaí\nparmênio\nnypd\nalfaia\nassentava\ndeslumbrou\nmaracas\nmaracay\namorphis\ncider\ncurvando\npfl-am\npfl-ac\nqua\nque\nqui\nquo\ncategorizadas\ngamas\ngamal\nultravioletas\ncarreço\ncatapulta\nornada\nornado\ndelirious\nkwanza\nwestchester\ntp\ndesmoronaram\nbhbus\nसन\ncaimento\nvirotão\ninternalizada\nlupu\ndelirio\nchacina\nespetacularmente\nguillard\nestêncil\nplâncton\n)\nhollywoodiano\nhollywoodiana\nfinada\nfinado\nrapoport\nporquinhos\ntakuro\nconsumirem\nrebaixado\nrebaixada\ncontroladores\ngarotada\nscrewed\nmontanari\nchibatadas\npichação\npictus\npictum\nburnier\ngratuidade\ndragas\nimpaciente\npreliminar\nwestfield\nsociopolíticas\npós-industrial\ndefinhar\nmiasto\nbeiço\nrecorrentes\nstooges\nfogarty\nexeter\nsolicitassem\nendometriose\nhomepage\nlazarista\nigualitárias\nintroduzisse\nieltsinista\nguelras\nasqueroso\ngrécia\nberbatov\nblastobasis\nintercambiáveis\ncontrariados\nantológicos\nhierarcas\ntatuadas\nmelhoram\nbrione\niogue\nimportou\nrecado\nestrelada\nhf99\nestrelado\ngirl's\nidades\nр\ncesareia\nsegundo-em-comando\nrecurvadas\nparos\nparou\ncontagiando\nhans-thomas\nfiorentini\nrounders\ntoranja\nsingle-player\nxxv\nxxi\ncoldwater\nbacci\nparfit\nchocalhos\ndesastradas\neletronico\neletronica\neletronics\nreinventando\ncontestá\nta\ndc-9\nfoote\ncontesta\ncenóbio\npatrióticos\nhanbury\nsolicitará\nkaufman\ngrimoaldo\nsolicitara\nnordhausen\nichiki\ndosso\ncobraria\nporá\nlorne\nrawalpindi\nposts\npré-candidatos\nposto\nposte\nposta\npori\npork\npora\nport\nnayla\ncianobactérias\nobtemos\nnacional-sp\nwangel\nwangen\ncarducci\nárias\nmessner\nteofilina\nmellark\nemmet\nspotsylvania\ndume\nbenzer\nrotta\ncerano\nalopécia\nmonastérios\nbanhar\nmastruz\nbanham\ncaruaruense\ntambourine\ndordrecht\npineville\nromênia\nbeckman\ncontract\nmarc-antoine\nnicoli\nnicole\nmenisco\napitando\npilon\npilos\npilot\nnicolò\nproblemáticas\nretraindo\ndiscursivas\nsoubessem\nleta\nlete\nleth\nleto\ncrittenden\ncaírem\ndemandou\nletã\ngrande-colar\nresurrection\ndarmstadt\ninteldx9\nbprv\nponce\ngarcez\nroush\nengenhos\nmudvayne\ncreditados\nentorpecente\npelouros\naldólica\nbecket\nppb-al\nbreakers\ncharmes\nrascal\nexpositivos\nelaborações\nmonpas\nparamagnetismo\npreguiças\nencorajava\nvalentes\nprevisível\nsalter\nwebdesigner\ndistro\nesztergom\nfulgurante\nungir\nungiu\ntravessão\nastolfo\nnuove\nmiguelito\nnuovo\nlucifer\nmoorehead\nsexólogos\nal9o9\nkhodynka\nestro\nturbidez\nciclomotores\narmazenavam\npiłsudski\nconversores\ncesário\ncesária\ncanum\nmomoko\npreferisse\nanisotropia\nmorganático\nmorganática\nansiedades\nmasterização\npl-rj\nmonticelli\nmonticello\nconceição\ndoberman\nsennett\nmonróvia\ngenerosas\nrungia\nfx-9\nmatsés\nagonistas\nmongul\nrowe\ncolônia\nradicou\ncanonicidade\nfamigerados\ncadillacs\njero\ncheung\ndesafiadores\neólias\ndesfilarão\nmetternich\nnagata\nnagato\nletts\nletty\nletta\nlamberto\nlamberti\nfrutífero\nfrutífera\nnarbal\ndefeituoso\npolítico-econômica\ncheerleader\npolítico-econômico\ndefeituosa\nantioxidante\neagles\nmediáticas\nm-net\nplurilaterais\nreprovadas\nrancoroso\ninsistente\nfederativas\nemas\nacaena\ntrofozoítos\nsuðuroy\neltz\nglaziou\ngovernista\nreestruturada\ntarifárias\nspruance\nkaratsuba\naerith\ntitus\ntelesat\nhumanitárias\ndragón\npagliuca\nfavos\nfavor\nmaxial\nmasato\nezio\npalhaços\npegamos\n~\nfiada\nsupertime\noboísta\ngwynne\nqualified\nengordando\ndominadoras\npreso\npresl\npresa\npress\ncheck-out\ncrueis\noffice-boy\nmcalister\nformandos\nveinticinco\nmalacologia\nu.s.a.\nhadamar\nacastanhado\nacastanhada\ntonelero\nbritain's\nangatuba\ndescontínuos\nproposicional\nsaipan\nmobilizando\nembarcaria\naproveitei\naproveitem\npercpan\nementa\nqueixou\nqueixos\npostos\npostou\nelástico\nelástica\nbiblia\ntrouxer\natmosferas\nencarecendo\nwinslow\nantiespasmódico\nparabenizando\ninanimadas\noffenbach\norbison\nkampfgeschwader\niaido\nletalidade\nsophus\nprivativa\nprivativo\nhipseu\niaidô\nbeleza\ngovernada\nteliana\nrustam\ntietou\npolido\npolida\ngeneve\ngeneva\niaidō\nhaumea\nrasputin\nendossando\ndoin\ndois\njermaine\nesconderijos\nhilaria\nkalecki\nsheffer\nb-99's\nalarmar\nmoderador\nmoderados\ncâmeras\nmaraca\nmarach\ngigantismo\nepistola\ndivertem\nhamasaki\ndestruirá\ntop9\nmaracá\ndesfalcar\ntopi\ntope\ntopa\noleodutos\ncombalido\ncombalida\nmoran\nanônimos\nivanisevic\nsödertälje\nmudado\nfabíula\nentremeados\naptidões\ndiscutiria\nmitsuhide\nbollocks\npilastras\nescavam\nprovei\nprovem\nprover\nproveu\nescavar\nincorpóreo\nenvigado\ngrisões\ninferiormente\nnanico\nconall\npalavra-chave\nenvoltória\nenvoltório\ncíclades\nhollabrunn\nalessa\nenfureceram\nalessi\nalesso\nsupersonic\nintensificação\ninaláveis\ncryptococcus\nortografias\nbrody\nbroda\nalergias\nrubinho\ndokic\nexercem\nachaques\ncruzarão\ntabular\njullie\noráculo\nromânia\nbacharelou\nalpher\nwalking\nishtar\ndormindo\nasseguraria\npalos\npalop\ncompletavam\nfluentemente\nborba\nvelejou\njets\nexercera\njett\nacedida\n⟨\nantivirus\npesadelos\nextintores\nmumic\npaletas\ntermiônica\nfalhando\npausânias\nparanasais\ndouala\namaru\nlacedemônia\nsouvenirs\nlebanon\nparalisaram\nocupasse\ncolheu\ncolher\ncolhem\nafrodite\nascetas\nfósforos\nprosdócimo\ncolocasse\nschippers\nsindarin\nrecolocadas\ntungros\nsumidouro\nacataram\nvasudeva\ngrelos\naguarelista\nmudarmos\nbasara\nfalperra\nhours\nimpondo\ntenessee\narchives\nbrundle\nmadeline\nmexican\nrefeitos\nmexicas\nleopardo-das-neves\nmongoiós\ndeslumbrada\nacordos\nacordou\nfotojornalista\nparagas\nvicecampeão\nscaggs\nérika\nspock\nchampignon\nproliferado\nhorthy\ntransgênero\nindicator\nkagome\nlatvéria\nsucrilhos\nembusen\nglencairn\nacampamento\nmalden\nperolado\nheisman\ndisgaea\npossuirem\nhomeland\nguache\narmazenado\narmazenada\nproagro\najudarão\nelifaz\nelifas\nparacambi\nhisham\nalimento\neunápio\nreabrindo\nmeteórica\nmeteórico\nlatavia\n9999999999999999\npré-candidatura\ncondolências\nverres\nalferrarede\nendino\nranqueadas\nclivagem\nmaçaricos\nporter\nesquiador\naniki\nprolíficas\ncantamos\nresidente\nresidents\nsabe\nesticamento\nbené\nbenê\nespalhavam\ngontinha\nrecomendados\nbens\nduponchel\nbeny\nbena\nbene\nbeni\nextraido\nbeno\nbenn\ncritícas\neosina\nanunciata\ntarnovo\ncrysis\nforneciam\ntransitiva\nladrão\ngrosjean\naegina\nmegan\nmegas\nreeder\ngavras\nsabê\npruzzo\nrecrutam\nrecrutar\nclarissa\nmanchester\njabes\njaber\ntrovatore\nreveja\nreis\nreiz\nreid\nreig\nreia\nrein\nbeersheba\nalacid\nnidificando\nmitsui\napted\neurofarma\nmiracema\nreincorporar\nautárquicas\nhongwu\nbisontes\niorubá\nvice-artilheiro\namazônia\nioruba\nterciárias\naperfeiçoaram\ncartuxo\nbananas\ncartuxa\nbananal\nfornecedor\npalavra-valise\ntorciam\nreplacement\navolumam\nrecordamos\nmagistralmente\nheung\napreciamos\nolbia\nanárquico\nanárquica\nquartz\norganometálica\nquarta\ninovativo\ninovativa\nmuciano\nshondells\ncinemark\nartplan\nguedeão\ncaribenho\ncaribenha\noriximiná\nwelser\ncontinuar\ncontinuas\ncontinuam\nrpar\nchecados\nkaji\ndois-terços\nentoaram\ndevota\ndevoto\nprestaria\nsomewhere\nteledramaturgia\nescurecendo\npleven\ngallows\ncontraceptivos\nnmda\ncompartilhamentos\ndeclarativa\nreiser9\nagios\npersei\npersea\nperseu\nperses\nshoals\nnutritivo\nnutritiva\nhanna\nhanno\nhannu\nhanns\nfungicidas\nbuzot\norações\ninfortúnios\npeyton\nângelis\nrecontro\nåke\nmagnetos\nradionovelas\nhidrolisado\nconstitução\ncerealista\nthó\nth9\ntrabalhando\njerry\nmonarca\njerri\nmonarco\narranjaram\nkaliningrado\ncandidatando\nthy\nquicando\nthu\nthq\nthp\ntho\nsandringham\nthi\nthg\nthe\ntha\nreencarnado\nbpc\nbpd\nbpi\nbpm\nbpn\nbpp\nbps\nparviflorum\nantique\nantiqua\ntraviata\nnotorious\npreslava\npronunciasse\naraguaia\nfrisell\nintercultural\ndilemma\nsutras\numbandista\nliège\nsalmoura\npífia\nforagidas\narranjadores\nnodos\ntennyo\ndescodificação\nmohorovičić\ncolonizar\nmaricotinha\nenso\nrecorrerem\ntetris\nthereza\nsobre-humanos\nrelatar\nco-diretora\nsurtido\nfrasier\nmamanguape\nsansovino\ncotinguiba\nincongruências\napplewhite\nsexistas\nespanta\nescoural\nmicrovilosidades\nbamerindus\ntoucado\nlistamos\nκαι\nκαί\naltamiro\naltamira\nrebateram\npunisher\nadkins\nthesouro\ncriminologia\nencimadas\nacessos\nbazucas\nponthieu\nsatisfatoriamente\nxena\nexecution\nlaunay\nabd-ul-hamid\ninexperientes\nti-99\ndeliciava\ncondenatória\nlullabies\nthilo\ntrying\ngendai\nisenções\nmelindrosas\npatxi\nbankai\ntorpedeamento\nκαὶ\nbeckley\ncerebelo\nanaeróbios\necologia\nsaman\nsamar\nmurteira\nzeitung\narrecadará\nfestejado\nd'azur\nhinako\nlegalizar\nzarco\nparalelepípedos\npretendidos\ndunphy\narílson\nex-regional\nmalina\nviveremos\nhantavirose\nintrigou\nfarmacologicamente\npratinhos\ntrácias\neddy\nligeirinho\nalélicas\nquote\nhedonismo\nbedel\nquartos-de-final\njudicialmente\nperfume\nseventeen\nclerc\ndescriptions\nsalamandra\ningressar\npurim\nvaldívia\nsoftwares\nmedulares\npimenteira\ngrillo\ngrillz\nlibertadores\nmitchell\nschwenzer\nedward's\nlocalizavam\npetipa\nmaeve\nsumérias\ncarnatal\npró-reitorias\nmacaco-prego\nagradecem\nagradeceu\nagradecer\nadvogacia\nevadiu\nvarinha\npós-guerra\nwillem\nwillen\nfosfodiéster\nseveridade\nwiller\ndemarato\ntucanos\nheath\nmezenga\nsyco\ninvestiu\nmaltratava\ngulbenkian\ndepositadas\nabell\nmelancholy\npegador\nuruguay\nfibe\nfiba\nadelson\nmonopolizado\nfujam\namanteigado\ncadena\nhickling\noxigenação\nsubversiva\nsubversivo\nimplicações\n-ht\nquinases\nexportações\nstayin\nricki\nbandeja\nadvisor\nw.e.\ncantaloup\nbanquo\nbanque\ndesorientado\ndesorientada\nmimados\nalisia\nmadragana\nhalterofilismo\nomer\nintravenosas\nminamoto\nscuola\nro-ro\neconomias\ncomprovadamente\nmarchava\ncartografada\ncontextualização\ngonesse\nzoraida\nyorkshire\nadvogavam\npalestrante\nalvacentas\ndefinidas\nsantos-o-velho\nniilistas\nbate-seba\nputsch\ncriadoras\npacificadora\nsorteios\ncapitão-general\ninclassificável\nsnicket\njuntar\ncachoeiras\npromoción\ngeridas\ntarásio\nmark's\nbegley\nhirose\ngorduroso\ngordurosa\ntoxina\nlímpido\nbiyi\nbiya\nblogs\nantárctica\nbrevet\nantárctico\narcebispado\nsextos\natribuições\nfilisteu\nsmedley\nreflejo\nballack\nutilizável\naerospacial\nmodernizador\nmodernizados\nidentificadas\ntigre\nufmt\nufms\nufmg\namazonica\nsantacruzense\nkeyboard\nneutralizou\nleiber\nmôle\nmalchow\nsurprise\nexpressões\ntererê\ntereré\njesuíticas\nimplantaram\nkiley\naracatiaçu\npreconizavam\ngravação\ntrippe\nengelmann\npalombia\nsupõe\ndinélson\nutilizará\ngebhard\npré-histórica\nmontamos\npré-histórico\nhumoristas\nvotantes\nfonoaudiólogos\nutilizara\nthere's\nhastulopsis\ngrieskirchen\nandrogeu\nguinada\nalmenara\ncrerem\nbeijoca\ntecumseh\nabraçaço\naudiometria\nemergências\nhyōgo\ntrilhas-sonoras\nndrangheta\npirajuçara\ntappan\npa-99\ninterurbanos\nefes\naiba\nd'albret\nignorância\nenéias\ntowson\ncrateris\ntempel\nconstituam\nconstatamos\ntemper\napaixone\nnascedouro\nufcspa\nriel\nmelancólicos\nusmc\ntungúsicas\nautores\nfarhat\nkobudô\nnão-ferrosos\ncusta\ndelius\ngnocchi\nkobudo\nlaudes\ntroma\ngyllene\ntromp\nlúteo\nthru\nrorschach\npré-cambriano\npré-cambriana\ncidra\nqh9\ninterview\neucarístico\neucarística\nateus\nafl-cio\ntransferiria\nconcórdia\nencerraria\nsummertime\nfiliaram\nsaltão\nbarraco\nvocacionais\nnegar\ncervídeo\nsmashing\nofegante\nekholm\nlaughlin\nchamoun\nmyres\nbengtsson\namargor\namargou\nserinus\nblurred\narqueologia\nsolicitar\nsolicitam\nborders\nmarcomanos\nfranco-brasileiro\nborderô\nunesp\nempreiteiros\nunesc\npaniculadas\nreferindo\ncôrtes-rodrigues\nfantasticamente\ntroféus\npoliésteres\nmultiprocessamento\nsegregação\nalargamentos\ncalifornica\nalegram\nalegrar\ntrixie\nréti\ntampere\nwitter\nwitten\ninter-regional\nplanigale\ndesinstalar\ndevolução\nfaculté\nroosevelt\nfaculta\nfaculty\narcesilau\nfalsifica\nreuters\nlinguística\ndebruçaram\nblekinge\nformigueiro\nzapatistas\nempecilho\nendêmico\nvalentano\nsteampunk\nqueima-roupa\nempírica\narousa\nempírico\nnazifascismo\nhorrenda\nhorrendo\nfut\nfur\nfup\nfux\nfue\nfun\nfui\nkatsina\nco-regente\nvols\nvestefália\nvenceram\nungaro\nespaçamento\nfuncionado\naparecidos\nniterói\ndeola\npinípedes\nquero\nquery\nfluido\ndames\npulau\nadmiravelmente\npular\npulam\npavimentação\nesperou\ncurralinho\nquerô\nex-maridos\ncocco\nfabáceas\ngélida\ngélido\ntonturas\nmeio-médio-ligeiro\ntecnológico\ntecnológica\ndrogadição\ntroviscal\ndinosauria\naterrorizava\ndeprimidos\nfosforilação\npolimerases\npierre-simon\npezinhos\nsuícidio\nstyling\nferomonas\nemissões\nquatros\naiuruoca\nmacedônios\napia\npaisagísticos\ncanibalismo\nhorários\nmixou\ntrichantha\nmoneypenny\nbiguá\nperfilados\naxiomática\naxiomático\ntianastácia\nluftwaffe\nprolixo\ncontraposição\naratuba\nsinceramente\naubrey\naubret\nverificarem\nbrasilia\nbrasilis\nforbes\nimaturos\nmestiços\nwynalda\nturandot\nconsagraram\nfonemas\nexplicativos\ndalglish\nvanguardista\nrabbits\ntraylor\nopinou\njaguatirica\nchancelaria\nisostasia\nprovocaria\ncompañía\ncasamento\ngreenock\nvalos\nblack-tie\nremanejar\npsilocina\nvidinha\ntsunade\nmandatória\npsicocirurgia\ntrimestrais\nmiose\nchurrasqueiro\nchurrasqueira\nrootkits\nstringer\ncoding\nquestionário\ncormorant\ntonkin\nolaia\ncarbonatada\ndeão\nbolachas\nsteamboat\nohno\ninspira\ninspire\ninspiro\npraxedes\nrótulo999-estilo\nbosé\ncountries\nplush\ninspirá\nayaka\nayako\nkatamori\nboss\ndesajeitados\nboso\nbosh\nbosi\nbose\noutros\ngigio\nepidemia\novinocultura\naguçadas\ngidget\nnr99\nreflectância\nkingfisher\nhialurônico\nprimeva\ncontaining\nodiamos\npiccard\nkristy\nguilhermino\nguilhermina\ncabinas\ncarregueiro\ncarregueira\nrefinaria\nfrattini\ncido\ncida\ncide\nopenbsd\ncercavam\nmattoli\nliquigás\nestuprar\ntinoco\nmalines\nhulagu\ndesmentido\ndesmentida\nencadernadas\nhércules\nreavaliadas\nedredons\ncarnico\nnoachiano\nenumerando\nperderiam\nidiotas\ncatecúmenos\ndescapotável\npiramidal\nandrada\nandrade\nswedish\nbahá'ís\nbordaduras\ncophixalus\nprobert\ngiray\ngirau\nsusannah\ngirar\ngiras\ngiram\nmcarthur\nplaquetária\nrecônditos\nelías\naliou\nrevestia\nrevestir\nrevestiu\nfilomeno\nfilomena\ncontra-revolução\nbradshaw\nshuai\nohba\nleón\ndespencando\njipinho\nadotassem\nfloods\npenguins\nkoxinga\nbolaño\nprentice\nregion\nprimoroso\nmarciais\nrochford\nincidentes\nseneferu\norbitando\ntransmitirem\nrecitam\nrecital\nrecitar\nclow\nclos\nithaca\nsequestradas\nclo9\npaleogeno\ngöteborg\nmichelângelo\nprotetora\nmedicare\nmacuglia\nhellcat\nvarèse\ncompartilharem\nγ\npaleontológica\npaleontológico\ndefeso\ndefesa\nfortaleçam\nwolof\nquadrinistas\nincluded\nrizzieri\nmouzinho\nrattes\nfreqüentado\nseals\norientais\nmultirracial\nseale\npossuirão\nbaillie\ncraigmillar\nicao\nicam\nvassar\nporgy\nalcachofras\nostentando\njácome\njácomo\nreingresso\nvaleska\ntondo\ncolaterais\nthun\nuteis\nbreaking\ndesestimulados\nfinnigan\nproverbial\ngengis\nmalleco\natraso\ntetracampeão\nevaporitos\natrasa\nmargaridas\npodolia\ntitina\ncampestres\nrevoltou\nuncut\nespeleológico\nboêmio\nboêmia\nopõe\nsuperar\nsuperam\nlulista\nbourbon-condé\nsanat\nsanar\nsanae\nvulva\nsubcutânea\nsubcutâneo\nsatisfazê\nreinhard\nbisca\ntogo\nalegóricas\ntoga\nfrutificou\ndignidades\nestagiou\npré-primária\nvandré\nlésbicas\nipmf\nfragmento\nfragmenta\nfragments\navisar\navisam\npuppis\nwassily\ncorsair\ngeoestatística\nvienne\nxirê\nvienna\nmundana\ntampado\nsobreviventes\nmililitros\nmarcuse\nletícia\nyufa\nxira\nnuba\nweverton\nhugli\nremarcados\npresburger\no'riordan\natacassem\nskyteam\nantipapa\nsimpósios\nusg\nusf\nuse\nusd\nusc\nusb\nusa\nuso\nusn\nusk\nbuontalenti\nust\nuss\nusr\nusp\nimpress\ninfection\nimpresa\nórgãos\nus$\nespaçadas\nus9\nbaeza\nusá\nímola\nleovigildo\nchrysis\nhidrelétrico\nadministrável\nhidrelétrica\nsustentações\ntyler\nforrestal\nbatimento\nsaudou\nras\ndesafetos\ngeoffroyi\nbouquet\nwilmar\nrepetidora\necoponto\nexcluíram\nmencionadas\nquintiães\nnominativas\nreconstituíram\ncondicionava\nmasterclasses\nmoravec\ndescrevemos\nsecopa\noperariam\nmuge\nmulhall\nfnla\nagarrei\ngenoino\naquariofilia\npatoruzú\nhipotéticos\n-999\noníricas\nasseguradas\ndiplomatas\nherpesvírus\ncoloque\nsaimiri\náquila\ncompactas\ncompactar\ndesabastecimento\npatilhão\npepebista\nnavegar\nfreiria\nconjuntos\ndesobstrução\nbrocados\nlemberg\ntiepolo\nbezzi\nconsultores\nkrüger\ndermatológicos\nmioceno\ntamal\ntaman\narrebatando\ntamar\nd'amore\nlacaille\nriordan\nurucuia\ninutilmente\nsaquearem\ncovão\nintencionadas\nbengo\navondale\nsinople\nnigeriana\nnigeriano\nlactona\ndestoar\ndakshin\naksum\nalofones\ngonaives\njuran\njuraj\njuras\njurar\nsanguedo\ninteramericano\nsagradas\ninteramericana\nkamakura\ngrisalhos\nadvérbio\nincentivar\nwimax\nfarinhas\ncladística\ninclinar\nmongkut\nyasmine\nyasmina\nsoumaya\nperigosas\ncanaveral\nyesterday\njansenismo\ntantos\nentra\nasner\nentro\nandros\ncabeçalho\nchronique\nacamada\ncontra-senso\npífanos\nvelazquez\nsubestação\nmotivar\narriaga\ncombinaram\nsaur\nesofagite\nsaux\nsaud\nsauk\nsaul\nmonista\naltamente\nsádica\nharmonização\ntikrit\nautogoverno\nwipeout\nex-palmeiras\nwayland\nfreudiano\npotencialidades\nfreudiana\nultra-nacionalistas\nburnaby\ntelefonista\nmorgada\nsub-secretário\nrefundar\ncpem\nmagnificent\nrestruturação\najuntar\nretenção\ncentopeias\nespancando\npassannante\nheráldicos\naquário\ngigantomaquia\nrucker\nstavropol\ntakashi\nmultissetorial\ndetonados\nsacrário\nplantões\nbicuço\ncontaminantes\ndeves\npiacentini\npiacentino\nvolubilis\nnatural\nnaturae\nresfria\nresfrie\nhipnotizado\nkinorhyncha\nhipnotizada\nxenófanes\nnakri\nholambra\nbatavos\nlençol\nlenços\ndesordenadas\ncoacervados\nsecessionista\nnamoraria\nurim\nurie\nuria\nantin\nclasificação\nsammartino\nconselhos\ndizimar\ndaughtry\nseria\nex-estrela\nosma\nsaliva\ngöteborgs\nespaçamentos\nvaro\nkujawski\npopulação\npixels\nceus\nangulação\nceux\nceub\nleria\nhayes\nhayek\ncomandaram\nentalhes\nlowestoft\nbumper\nsurpreendendo\ndescriptio\nsecularização\ndirector-adjunto\npisani\nrefundado\npisano\npisana\nopacas\nbigodinho\nstrindberg\ntucows\nprotegeram\nleblanc\napontaram\npapp\ndemonologia\nblinder\nvanir\nvanin\ncatchup\npágina\ngalvanômetro\nsuspeição\nfécula\ntremendão\nesmola\nanne's\ncable\nangelou\nangelos\nlegend\nespace\nemulator\nsub-bosque\nampliação\ntroglodita\nalvites\ncaraíba\ntd99\nemitiam\nnílton\nibéricas\nindagados\nchanserv\ncandlelight\nbalabanian\nvianense\nresumidas\nalternavam\nhanyu\nilhotes\nvibraram\nfalcons\nsenerchia\nindios\nmaroñas\nschuschnigg\nfalcone\noutlaw\nkader\ncryptic\ndimensionar\ndimensional\nincidirá\nipase\nmeio-mastro\ndeteriora\npróprio\nprópria\nsésseis\n999,9\nintactos\npigalle\nanti-tanque\ndating\nquirico\nrecorrentemente\nlevinho\ncarceragens\nhometown\ndesculpando\neclético\neclética\nprodutivo\ncharonia\ninstituem\ncorrosivas\nloffredo\nincial\ncarabineros\nscratch\nfonéticas\nqui-gon\nabrangeria\ntransepto\nmarajó\npleyel\ncancha\ncompassivo\ncompassiva\ncontábeis\ndifusividade\ndalrymple\nchenab\neufêmio\neufêmia\nentronado\nbertoldo\nrecontratado\nsro\nesper\noccipital\nespen\nparipiranga\ndafne\nelement\nashigaru\nfraturados\nnapoleônicas\npolíciais\ngram-positivas\nminicomputador\nschaumburg\nregulatory\npompeiano\nguerre\ndivisíveis\ncouber\nreaproveitamento\napostolo\nmaritza\nkorean\nmaiano\nhuarte\nstrider\nrevisora\ndarryl\naprovadas\nwinning\njonson\npaniceae\ngibelinos\ndad\narazi\nconducentes\ndaf\nhardware\ndab\nincisivamente\nprotoindo-europeia\ndan\ndao\ngrafton\ncampinas\nartacho\ndau\nauto-gestão\nmacroeconômico\ndas\nmastin\nvivinho\ndoadores\nisérnia\nfinnish\ningrosso\ncarangola\ndeduzidas\nhuguenotes\ncharlois\nabridores\nbrasil-argentina\nproveta\ncalosidades\nint\ninu\ninp\ninr\nins\ninl\ninn\nino\nini\nink\nind\nine\ninf\ning\nina\ninb\ninc\nmunicipalismo\nparnaíba\njaponicus\npressurizados\nmansion\njaponicum\nchaveiro\ndxb9\nvaneau\nchristensen\njeberg\nglaciers\ndesdobrável\ndormidas\nrepescagem\npartilharam\nbiotech\nextrapolou\nstr9\nsaraus\nprecipitar\nserralvo\nhectare\ninibido\nschärding\npóstumamente\nperguntas\nperguntar\nperguntam\nex-sócios\ntimarco\nvenizelos\nninlil\nmusée\ntronqueira\nvs99\nbomfim\ntourniquet\navanzi\ngalatasaray\nflorino\nflorins\nmaiden\nautopsy\nrespondeu\nrespondem\nopinava\nirrisórias\nipac\nmateiro\nreferiria\ntêmporas\nindagada\ndescaracterizar\nindagado\ncarreta\ncarreto\nnavegava\nparecemos\ndesejavam\nmeio-fio\nfracturas\nemitidos\nmédico-paciente\nprednisona\ndrungário\netnocentrismo\ncoral\ncoram\ncorar\nescolherem\nchatinha\nizumi\nizumo\nagilizado\nvingasse\nintergalático\ntardinha\nassegurasse\ncístico\ncística\nesquecem\nesquecer\ngérmen\nacampando\nselection\nreconhecíveis\nfreqüentes\npeeters\nlingüiça\nsommer\nblackburne\napaziguamento\ntiramos\nbortolotto\nperdeo\nperder\nperdeu\ntapso\npadrinho\nmichiles\nhitfix\naportado\ndesobediente\ntulisa\nargs\nsneak\nborschberg\nargo\narga\nhoceima\narnaut\nproibem\nessências\nagrónomo\nelizete\nbrowser\nterritorio\napicais\noperacionalização\nblofeld\ncompetirá\nlembradas\nlaranjal\ntruly\nlaranjas\nyuji\nocorresse\nsemidecidual\nestrelão\nviabilizada\nviabilizado\nsinghbhum\nraiam\nraiar\nraias\ndenominavam\nesperávamos\nthesz\nreinterpretada\nnoble\nmbyte\nplatôs\nkampong\ndiogenes\nrecairá\nmapa-mundi\nvoltímetro\nspectacular\nconta-gotas\ncavalgada\nvirtuosidade\nquilhas\nsynge\nandrônico\nturbinas\nturbinar\ngeniculado\nadormecem\nsobrevivencialismo\nvágner\ngritinhos\nsupermáquina\ntiroxina\nerecta\natmosférica\nexterno\natmosférico\ninvitational\nufpr\nufpe\nufpa\nufpb\nmysterious\nufpi\nvisage\nregolito\nporcão\nvesical\nmiescher\nh99-99h99\nlobos\ncarpetes\nciclofaixas\npostados\nconstrangimentos\nnijinska\ndeidamia\npáprica\nsepse\nguimarães\nsondra\nsondre\nnc9\nncp\ngiselle\nncl\nncc\nnce\npragma\nibef\nibex\nibes\nnoons\nformar\njustificava\nalta-definição\nalpiste\ncompensações\nvazios\nadutos\nadutor\nusaria\ndianteira\ndianteiro\nprados\nchasseurs\nwilliamsport\nalojou\nzschech\nencontrando\nsubfósseis\nodontólogo\nkraków\netila\nbonapartista\nestuarinos\niroquesa\nformam\ntomoya\ntomoyo\nzé\nsegundo-tenente\ncarpeaux\ncareca\ncarece\nzn\nzo\nzh\nzi\nze\nzf\nza\nzc\nzz\nzu\nzp\nzr\nzs\nnether\nluya\nz.\nz9\nanthelidae\nrações\narraigado\nacusavam\nsaaremaa\ntobolsk\nchimie\navareza\nstephenson\ncarrocerias\nzł\nlgas\ncatesby\nfpa\nmartov\nmartos\nshropshire\ntrabalhadas\nespalhados\nmullally\nh.m.s.\nporangabuçu\nrigor\nepub\nnpsh\nsanitaristas\nmaciças\nincendiários\nmachucasse\nsurtur\nnorteadores\nj\ntetra-campeonato\ncarqueja\ncontaminando\npindelo\nexpand\ndwarfs\nhernandes\nvotante\ndemo\nassassinam\nassassinar\nassassinas\ntowton\nbassiano\ncazorla\ncinase\ncenobitas\nfísica\ninoperantes\nredesenha\nredesenho\nexplicita\nexplicito\nretoricamente\nvalquíria\nnão-renováveis\neberswalde\nastronomy\ncanadarm\ninsat-9c\ninsat-9b\ninsat-9a\nsimla\ncrentes\nmtoc\ndesenhei\nfanerógamas\ndéjà\nacrescentamento\nasian\neory\nbatidão\nclassificarão\nphlomoides\npassiria\nobstruídos\nalterasse\nidênticos\npré-estabelecidas\nrepentista\nvetões\nippon\nmamífero\nperseverante\nparrot\nhonório\nhonória\ntales\ninflar\nsefarditas\nrecém-casado\nfontenelle\nrubro\nsubestimados\nrubra\nisabeau\narrecadações\ninfidelidade\nradiata\nsayer\nindistinguível\nbienais\nimunobiológicos\nqualificador\nventiladas\nquestionada\nquestionado\nprefiro\nprefira\nboltzmann\nherrerassauro\nmp9-99\nelliottii\ngirão\ncarcereira\nfichte\nkaxinawá\nnaraidi\njuliet\nfns\nfnq\nfnp\nfnf\nfnd\nfnc\nfnb\nfnm\nmontanhas-russas\nabsorção\ncriticando\nperformativas\nmako\nmaki\nmake\ninvejosas\narriscam\npartisse\narriscar\nclarksville\nizdegerdes\nmudavam\npreferindo\nmansões\nrecusou\ndidático-pedagógica\nconviverem\nsomething's\ntreviglio\nsorato\nlampoon\npararia\nmultimilionária\nmultimilionário\ncapinam\nmusa\ngametrailers\nfrodo\nfrode\ncomposições\ncirandas\ncoracina\nstef\naforia\nzéfiro\nshifu\nshift\nstep\nmaltês\natravessem\nhradec\natravessei\nsiempre\nlevantamos\nkristian\nempolgar\nplantations\nimplicará\ngeralmente\ncomerciário\nremarcações\narbor\neclesiastes\nneco\nfavoreceria\nburmeister\nleoas\nextraño\nsafari\na.w.\nsafara\nbasidiomicetos\nsolidárias\ntestemunharem\nnascente\nagropecuários\nmacos\nmúltis\nmacon\nvanbrugh\ncabalistas\nbovinocultura\ntopics\nnumancia\nargumentum\ninsanity\nprofetizado\ncapoeiras\ncolunelos\nhaplogrupo\naver-o-mar\ncontos\ncontou\nincendiados\ntriangulo\ntrianguli\namaranthus\ncondimentos\npopularizado\npopularizada\nviático\nentrançados\nautocad\nzen-budista\nautocar\ngrey's\nleuenroth\nphpbb\nwalmor\nprofessor-visitante\nchutava\nantofagasta\nreconciliou\nproporá\nhauçá\nlanassa\ndamascos\nsatisfatibilidade\nverón\noras\nméson\noral\noram\noran\ncelebrado\ncelebrada\nhakan\nleiter\nritter\nasteróides\nrescisões\nplatostoma\ncatholicós\ncogeração\nbate-estaca\nduodécimo\ngodsmack\nsavoia-marchetti\nholandes\nmitzvah\ndoutos\nsocio-econômica\nra'zac\ncvrd\nrorion\nantenados\nexpelidas\nnão-perecível\ncomputers\nadesf\nadesg\nreceou\npenetrando\navaliadas\nsubperenifólia\nsomeşul\ncaqchiquel\njohrei\nquádruplo\nquádrupla\norçamento\nquédate\nbofa\nboff\nbarroquinha\nmoguer\ninguches\nbraçadeiras\nelliot\nbisset\nidentificando\nchigi\nbochum\nfacada\ndufving\napimentar\nprorrogáveis\nswiss\ngelfand\nparramatta\ndecotadíssima\ndecotadíssimo\nmatrimoniais\nulva\naspirados\nlimitações\nsangha\nevangélicas\nmatemático\naraçás\nfinanceira\nfinanceiro\ntomé-açu\njinkings\nmcduffie\ncosturadas\npsdb-al\ngeese\ndefiniam\nbrainiac\nvelo\nmadurai\nvell\nveli\nveld\nvela\nenumera\nmaduras\nexchange\npênsil\nsarraceno\nfestivals\nlgpl\nintegração\ncórnea\ncórneo\nsimultaneidade\nmecanizada\ncórner\nexperimentalismos\nbatucada\nisentou\ntammy\nfreios\narcanus\nlettres\nabaixo-assinados\nmalvisto\nsilogeu\nevacuadas\ntreves\nsalesman\nfutaba\nklagenfurt\nmazzaropi\ndissemina\nfarmácia\nrelson\nquattrocento\nequipou\nequipos\ngradativamente\nváros\nkochi\nbeneficiava\ndesfalques\ninscrevem\nripado\ninscreveu\ninscrever\nawaits\nberimbau\nhepatomegalia\nouvirão\nindiciamentos\ninexperiente\nclinopodium\namenizam\nprovocação\ntitanossauro\ngongo\naterrizador\nitaliae\ndesencadear\nsevastopol\nduplamente\ndöbereiner\nkristin\nunreleased\ndiscriminatório\ndiscriminatória\ncirrose\nindore\nnuclebrás\nrococó\nenvoltórios\ncamboja\nsempre\nporro\nporra\nporre\ntupiniquim\nh99min\nnoroeste-sudeste\nmusiquinha\nfrontalis\nmentiu\nzocos\nmercúrio\nge'ez\ndividida\ndividido\nnernst\nabrisse\ncubos\nencontrão\nwaffle\npepita\nseidel\ntatuadores\nmortalha\ncriogênica\nanáfase\nobata\npost-mortem\ninterferiam\nhevelius\nscriptures\nagregou\nincitavam\nhendrick\ntipicidade\nsemob\nwatch\ntemporariamente\nsilvestrini\nchesapeake\ntoda-poderosa\nkutná\ndemandaram\nitsukushima\ncontemplada\nvanden\ncontemplado\nvander\nconjugação\napf\nviewtiful\nconseguidas\nkitakyushu\nhomônimas\noscilador\nbuckminster\ndonal\ncrendices\nruas\nruan\nruah\ncasella\ncaselle\ncozedura\nromanche\nbasálticas\ndiscount\ndegolado\ndegolada\ndiretor-técnico\nverapaz\nregressões\nmizuno\nkaram\ndeliberadas\neifel\nmashup\nhenan\nformaliza\nposicionar\nposicionam\nposicional\nunicamente\nmalevich\nítaca\nteotonio\nrelaxada\ndesvaloriza\nirradia\nkosmos\ntornozelos\nunguiculado\nð\nabafar\nsoundsystem\nintra-uterina\nintra-uterino\nvalorizavam\nimpellitteri\nsambalanço\nwagon\ndisciplinam\ndisciplinas\ndisciplinar\ngorros\nbonifácio\nu-bahn\ngiven\nbennington\nentrelaçadas\nsiciliano\nsiciliana\npopulation\nmajoritárias\npfalz\nalgodres\nbalzaquiana\nxikrin\nterrarum\nprimava\nbiancarelli\noperatório\nreaproveitando\nantecedência\nazincourt\ncobradores\npuntos\nameaçarem\npangeia\nrioplatense\ngliwice\nneurónios\nfarfa\nbúzios\nlevirato\npunhais\npiu-piu\nhysteria\nskipper\nkapitänleutnant\ndesmente\ncovardemente\nínsula\nhuamanga\nalways\netólia\nmotoqueiros\nvitaliano\nmcmullen\nyar\nordinários\nbabylon\ntakamine\ncolchagua\npoder-se-á\nlesenge\nautopeças\ntygel\nmangue\ndonets\nboswell\npaquistanês\nmonatte\nsarilho\necharpe\ndosagem\ncompradoras\nmaroney\nendstufe\nsurfando\nrugosas\ncavallaro\nquitanda\nfurado\nfurada\ndworkin\nentalhador\nentalhados\nnorteou\niacútia\njihadista\nroucy\nlimeirão\ncancêr\nlotavam\nbrenha\ngastasse\nberthold\nbenzinho\nbispo-emérito\nyorque\njsd\njsf\njsc\njsl\njsp\nvinha\ncatone\ndizerem\nealdorman\ncutelaria\neuropéenne\ninvocação\nlitúrgico\nprecedidos\nrifenhos\nlitúrgica\npessoa\nvistoriadas\nleporis\njaina\nomiya\nalimentasse\nfujimoto\ncomemorarem\nquebradiça\nquebradiço\nredesignada\ntsc9\nsoneto\nmembranácea\ntermópilas\nqing\ncomissárias\ndelta\nguthix\narqui-inimigo\ncascavel\nremix\npossuírem\nsettlers\nocultar999\nstrip-tease\ncontraponto\nadido\nnobuo\npedrouços\nex-astronauta\nroteador\norfeon\ncolado\ncolada\nvoyer\nligeireza\nmaterial\nmaterias\nsnoopy\nsurat\nsuras\nvárzea-grandense\nexaminamos\nmelanotaeniidae\nrobalos\nancorados\nalheias\nhanau-lichtenberg\nsolothurn\ndotada\ndotado\npontuam\npontuar\nwhich\nrebaixa\nblizzcon\nauferidos\npiana\npiano\nprotagonizou\nanaxímenes\nsoubesse\nahom\nreatividade\nusemos\nr-999\nelucida\ncontratarem\nmike\nholguín\nmika\nmiko\nmiki\nmiku\nbelíssima\nbelíssimo\nizapa\n⅓\nbasingstoke\ncasper\ntouji\nesvaziou\nignatz\npensamentos\nliberec\nliberem\ninferidas\ngazola\nmanobrou\nco-produtor\nquase-paróquia\nconsultado\nconsultada\náridos\nclientela\nkrees\nkonder\nedmondson\nlavoura\ngramados\nzuckerberg\nultramarinos\npassport\nmetamórfica\nmetamórfico\nmaximilian\npai-de-santo\naceitou\nlimbata\nanatolyevich\nkeirin\nbiogás\nadúltero\nrasteiras\nadúltera\nchildress\nfutuna\nmomesca\ncentauro\ncentauri\nauxerre\nfraxinus\nhoteis\nespecialistas\ndodgeball\nzayne\nmerseyside\nballarat\nconcordia\ncummings\nulisses\npierogi\niida\nrevolucionário\nrevolucionária\nmilionésima\nfoss\npersonaliza\ntrickster\nhayter\ninorgânicos\ncomedida\ncomedido\nameaçasse\nrisch\nrisca\nbepposax\nenfurecida\nenfurecido\nhectares\nmadrasta\npesos-penas\narrebata\nolá\nolé\nolê\nshtetl\narenques\nhispano-americanos\nold\nole\noli\nolo\nolp\nolt\nobrigadas\ntheresia\ncolima\ncrianças\nplön\nautobiografia\nindistinto\nindistinta\ncajados\nhuambo\nfilodrillia\nficino\ntransitaram\npastagem\nnegatividade\nasturiano\nvoltei\nelton\nvoltem\nex-funcionários\nbemóis\nteórica\nteórico\npendentes\npanarion\nvicuña\nlacerda\nmarecos\nquintal\nsavalla\ncitado\ncitada\nparader\ndesencarnados\ngemelli\nbaradei\ndesestimulando\nremetidas\nbenquisto\nmaturam\npacifista\ncefalônia\ninventos\ninventor\nbobear\nbuscado\namakusa\nvalorizar\níndice\nvalorizam\nbonitinha\nbonitinho\ndetonar\napoios\nariège\npegasi\nmarmitas\nsupercopas\nprelazia\nsexuadas\nkmfdm\ntalvane\nsucupira\nsaboreia\nsuperstar\nélato\nbebidas\ndespejando\nguernsey\ncor-de-rosa\nsaoirse\nrefutaram\ndidier\nburrico\nburrice\nefusão\nsr-9\nauto-estradas\npicadinhos\nabrigada\nalastrava\nabrigado\nmonômios\nfarelos\nsacola\npré-crise\nising\ntenshin\nningxia\ncapetillo\ngênicas\nclemm\nthiollier\nincubadora\nnomearam\neminentes\nvieri\nfrederiksen\nviera\naqueles\nharrelson\nbisexual\nvigoraram\nvic\nvig\nvid\nvie\nvii\nvio\nvil\nvim\nvip\nbbdo\nviv\nvit\nviz\nvix\nsensores\nxiismo\nsimurgh\nalada\nalado\nratificaram\nleí\neddard\npatrão\npufes\ncerimônias\nepístolas\ntobogã\nacachapante\norangotango\nmedel\nmedem\nmedea\nkobo\nkobi\nkobe\nkoba\nexemplificada\ntavolari\ndinamização\ninfra-específicos\nmirella\nmirelle\ncarteret\nrakyat\nk-ésimo\npearse\nitápolis\ngostarem\nreverente\norientá\nlec\nmovie\nmovia\noriente\norienta\nbélica\nbélico\nfelipão\nmembranosas\nstyley\nex-juiz\ninumana\ninumano\nmulti-instrumentalista\npeleja\nassepsia\nsputnik\ncorvo\ncorvi\nofficier\ndisorder\nlaicato\nnoitada\ndecifrados\ntriviais\npatrocinou\nillustrated\nbrightside\nlembrou\njeitinho\nhabranthus\nfruteiras\nleishmaniose\nlutheran\nsuperstation\nhyppolite\nsonegadores\ndgsp\nanunciantes\nparménides\ncatalã\ncatalà\naguentar\naguentam\ntransparent\nalcorn\nweyl\npreocupem\ntuya\nclassificaram\nsynyster\nbrasseur\nchantageia\nsanguíneas\ncandangos\nperret\nquartzo\nfilantrópicos\njonhson\nreceptividade\nattias\nriebeeck\ndeltóide\ncedidas\ntemisto\ncampeao\nsaffiedine\ncondutas\nintriga\ninibiu\ninibir\ninibia\nwwdc\ndesprezaram\nbolzano\nbenigna\nbenigni\ntroleicarros\nfaturam\nfaturar\nfaturas\nbouça\nsopwith\npulsado\nmonções\npulsada\nsemidecídua\nbalaço\nbourbons\nkaoru\nkaori\nadelino\nadeline\nadelina\ndátolo\ninaldo\nvândalos\nescutarem\ninfrequente\nsleeper\ngelatina\nespecial-9\nsuores\nembaraço\nexpedicionário\nexpedicionária\ncoprates\najudei\najudem\ndragonas\njaffar\ngelados\nmonument\n#nofilter\nsipam\ncensores\npronunciado\npronunciada\nmercenary\nviajará\nguardiães\ngitega\nfelixlândia\nafirmam\ninfectado\ninfectada\nrobles\npromoverem\npluripartidário\ncollier's\nbijuu\ncohn\ncohl\ncomprometia\nvyškov\nlightyear\ncontracena\nevilásio\nsorriam\nsegreto\nsmidt\ninsistentes\npaulista-9999\nrepulsiva\nrepulsivo\ntransgénero\ndesértico\ndesértica\nntp\nntu\nntv\nnta\nntc\nyevgeniy\nrated\nrates\nespúrios\nabusividade\nzoltowski\nohana\nboghossian\naftonbladet\nwalhalla\nroch\nmassawa\ntoast\nenseñanza\naltenburg\nextantes\nvênus\nmercurio\ncarcereiro\napart-hotel\nsâmnio\nfilchner\nalcalino-terrosos\neucatex\ndurazzo\nesgrimistas\nfrituras\nbrunnea\nbrunner\nsaltavam\nablução\nhelnwein\noperadoras\npatenteados\nlocalizações\npeninsula\nespátulas\npiancó\ndificultosa\neumolpo\ngaranhão\nterritorialis\nstroibus\n#ace999\nregatiano\nlevarão\nnumeriano\ncentrino\nieee\nnotificaram\nfenômenos\nformosura\njamey\njames\njamel\nencantador\nodisseia\ncoin\nhermafroditas\ngoffredo\nconífera\nvictorious\nmar-e-guerra\ncorrupções\nstädte\nnecro\nnuances\nbegin\nvoyeurismo\npharaoh\nanco\nanca\nhemodiálise\nbrotaram\nkiely\ngostasse\nfoxtrote\nradiocomunicações\nrecoberta\nrecoberto\ncc9\nlucidez\nherméticas\napregoando\nccx\nccz\ncct\nccp\nccs\nccr\nccm\ncco\nccn\ncci\nccj\ncce\nccd\nccg\nccf\ncca\nccc\nccb\nnomeara\ncontrolaria\nceal\nnomeará\ndianteiros\nescude\nescutei\nedições\nluxuriantes\n9999:9\nposterior\nusufruído\nfã-clube\ndossiê\nhartley\nurdaneta\ndupri\nmaionese\nbarrica\nicons\nicona\nselfies\nboquiabertos\nsincroniza\npotentado\npudessem\nrácio\nempossada\ninacreditáveis\narcipreste\nitarema\njorasses\nkorda\nmucosa\nmoshav\nbombardeiam\neurobilltracker\nkeepers\nlanceiro\nperuche\nsummus\nemissário\nlarcher\ncariberto\nseton\nperformances\nsetor\nregeneração\nbordignon\nsub-classes\nyushin\nboavista\nrevmo\nbethlehem\nmanivela\nsedentária\nsedentário\namadurecidos\nmalaconotidae\nmoralia\nridiculamente\nrockabilly\narraiais\nbarbalha\nopava\nbarbalho\nafetando\nvirais\ncelebradas\nouviram\náustro-húngaro\nnikolayev\nscp-999\nfrost\njaula\ntransmiti\ntransmita\ntransmite\nbúlgaras\nbabaca\ndemitiu\ndemitir\nwilliam\nwillian\ndaga\nluxuriante\ngeométricos\ngravaria\nsergipano\nsergipana\nhiva\nhive\nexpediente\nplays\nminoano\nplaya\napolíneo\nyoshimune\nuruguaias\nrowley\nalmedina\nexclamações\ntropeçando\ndistribuía\nendocrinologista\ncontramestre\naquemênida\nfs99\ncasulos\nhá-de\nrevirado\nhartog\nduvidaram\nvenais\ncanidelo\nvice-campeã\nindivisível\nthiers\nemissores\n#throwbackthursday\nfalla\naterrissagens\napelativos\nbailarinos\ndumb\nbrincalhão\nmatic\nencontrem\nmatin\nencontrei\nnaranjo\nladeiam\nperdoaria\ncarregou\ncolaborarem\npopulacional\nenfrentara\nefficiency\nmcginty\nopposition\njohann\nsq999\nitaguari\nitaguara\ndesempates\nxerazade\ncompendium\nbahía\ntheodor\ndesabamento\ninstauraram\nmarlboro\nrevogava\nclarinete\nclarineta\ntramitam\ntramitar\nobedeceram\nwestminster\ngonzales\npão-duro\ngusztáv\npatrocinadoras\nmarcou\nmarcon\nsaltadores\nsatisfatórias\nmountfort\ntipo\ntips\noxigenados\nsusanna\nkeith\nretorná\nbizarrices\nwestbrook\nneurológico\ndefeo\nretorne\nretorna\nanswer\nutilizaram\ndynacom\ncapitalism\nretransmitia\ngrammar\nberio\nsemivogais\nsavonarola\nescapam\ninterchange\ntravava\nhashis\nhashim\nhipócritas\npusteria\ngravetos\nreúnem\nmpeg\nbijapur\nélida\necônomo\narigó\nbachelet\nacetaldeído\ntolerance\ndrubscky\ngeracional\ncy99\ndesperdiçando\noctogonal\nprisioneiro\nprisioneira\njuss\nvendesse\ngrusin\nviriato\nprotegendo\nal-hilal\njusã\nmolise\nsubsede\nmeow\neisenstadt\nolhava\noftalmologia\npaulistinha\nsolubilização\nmarmalade\nchanchu\nneuroscience\ndaily\ncorroendo\nprosperar\naerofólio\nc.g.\ndesencorajadas\nstricta\nstricto\njezreel\nstrictu\nleonel\ndesperdiçada\ntokyo\ntablóides\nneide\nirene\ninspetorias\nafetuosas\nvombate\nqarth\nrabanete\narrondissements\nrecozimento\nfotoptica\nhuguinho\nfabia\ncatalase\nquelimane\norganeiro\nliberalização\norôntida\nclonagem\nsimpatizantes\ncustaria\npelagem\nwesterns\nserigrafias\nriacho\nbaricentro\nnmos\nsingers\ndentado\ndentada\ntortos\nconvencional\ndesanimou\nhaney\nterceirizada\nterceirizado\nsuprimentos\ndisparada\ndisparado\njurema\ngiovan\nbinárias\nelongação\nnafta\njornalística\nreflectia\nreflectiu\nreflectir\ndetento\nsoljenítsin\nrecolhida\ndownes\nlittlewood\ntucunduba\njetibá\nrecomendava\nzuazo\nåbo\nindissociável\ndesistira\nsuflê\nryō\nsalteado\nbesnard\nelevava\nberetta\nunicentro\nfriedrichs\ndegustações\nbombycidae\ndesistirá\nassírias\ncívica\nassumido\nvalmet\nmaron\nmarof\nassumida\nryû\nlinfóides\nryo\ndielétricos\nryu\nexportadas\nshenmue\n-estilo\nespraiada\ngood\nvisuais\ngoon\ngoor\nsufocava\nnotes\nescaleno\ntoriko\nrandolph\npropiciaria\ndesinteresse\nsecretaria\ncaerulescens\nnewington\ngálvez\nmaltrato\nisaurinha\ngarin\ngarib\ngaris\nnefasto\nneocatecumenal\nchihiro\nmérida\nestréias\nestréiam\nprosseguiria\ninaceitáveis\nliliáceas\npimentos\nandas\nandar\nequipados\ntrilogy\nhöß\nitaly\nitalo\nrute\nruth\nforais\ncanídeos\nestima\nestimo\norofaringe\n-9999\nblemish\nargylia\ndistróficos\nlogicamente\nengrácia\nsancta\nsancte\nsancti\nsancto\nkirsty\nkirsti\nerasmus\npresumido\npró-reforma\ncultores\ntripulado\niporanga\nhumanities\ntanquinhos\nwickbold\njuntinhos\nhelmintos\nhoffmeister\ncorporativo\ncremação\nlábeis\ncorporativa\ndepression\nchasers\nlepra\ndevastava\nmiloš\nmillôr\ntau\ntav\nsacchi\nolivar\nmediolanum\ntab\nescolhessem\ntam\namoníaco\nostapenko\nindiscutíveis\ndualib\nsatisfizeram\nl\nmilos\ninovou\nspinto\ndidonato\nocara\nhaddon\nmenashe\ncoamo\nmancala\nalgarismos\ndecotadas\neleger\nartificialidade\nfriis\nutinga\ntroquei\nacidentou\nquestões\ncoenen\nsoubrette\nressurgência\ndramaturgia\nparlamentarismo\nbaleou\nbeneficência\ntotalitarismo\neustácio\nmacrina\nmacrino\nfantasmagórica\nfantasmagórico\nredator\nselene\nselena\ncymru\nhyndman\ndistinguiam\nall-america\njuca\ncomercializar\ncomercializam\nkoola\nduquesa-viúva\noperou\nintoleráveis\nexatos\nconciliando\nadaptasse\nheer\nhees\nheep\nmoringa\nheel\nbrauchitsch\nvfl\nclaudiomiro\nartois\nbrześć\npanquecas\ntemidos\nbacteriano\nbacteriana\ndesvalorizar\nsurreal\nalright\nresidiam\nniigaki\nkrizalid\ninsólitas\ndesamparada\ngnóstico\ndesamparado\ncotec\nkoellia\ncotel\ncotes\nlodo\nlode\nlodz\norientado\nfutilidades\ndecola\nheimskringla\nchametz\nfraenkel\nconnecticut\nreeducação\nfuradas\nturino\nturini\nturing\ncozinhadas\nnorthfield\nfetter\nousou\nmallard\nfettel\nrecapitular\ncopépodes\nsairão\nreiniciada\nvegetativamente\nevie\nbacantes\nneópolis\npreconceito\niídiche\nduxiu\nlothian\ncorticeiro\ncorticeira\ntiriri\nantitruste\nconsentem\narapuca\nficarão\nguarda-sóis\nleônico\nepe\namblipígios\ninflamáveis\ndesignaram\ncenturión\noficializa\natractivo\natractiva\nnordrhein-westfalen\nkeenan\nmahmoud\npaternas\ntinteiro\ndendera\nconvocatórias\nindisciplinado\ncovalentes\nzoologista\norganizassem\neleitos\neleitor\nbastando\ncapi\neventualmente\ncamuflados\nsarbib\nurbanizações\nbettelheim\nbertranda\ncruzavam\naltötting\ncampanários\nanimavam\nclaustro\nenfrentará\nyounger\nfeirante\nacatando\nbishōjo\nlutassem\ndebatia\ndemências\nkazsat\nklenze\nemmons\nmagnesita\nblink-999\nplastificado\ndelimitadores\ndesonerar\npetterson\ntimoteo\ninoperante\nrecobertas\nj.k.\nétnicas\nconstituição\nsunrise\nmanipulando\nmedianos\nulbra\nryazan\nwhite\nvávrová\nreencontra\nalmirante\nredford\nrotineiros\nfitossanitárias\nreencontrá\njaponesas\npatras\napaixonada\napaixonado\nnidificam\narticulações\nnidificar\nmarinheira\nnucleocapsídeo\ndesobstruída\nbrechas\npeba\nlançadores\ncavalarianos\nimagens\neintracht\nmorio\nvivendo\nvivendi\nvivenda\nmacroeconomia\ntapa-sexo\nebla\npresidências\nhagiográficas\nobrigaram\nazaléia\ndobraduras\ncouberam\nlombalgia\nj.w.\ninerente\ncassetetes\ntraduzido\napuração\nroubando\nabandonou\nartur\nhipertexto\ncubelo\ncristalinas\nex-político\ngalliformes\ncorôa\npurdy\nabaporu\ninformasse\nguibu\nverificáveis\nre-entrou\nabsidíolos\nnegueba\nsteliana\nbaleação\ncanaliza\nmedicus\nallows\nantioch\nmakro\nlajes\natrocidade\nimpensáveis\nenganem\nredimir\nenganei\nredimiu\nconversávamos\nmilestone\nprincípios\ncomendas\nacessado\ngranadas\ndemográficas\nardila\nfono\nfond\nfont\nfons\nwhistle\nfraternité\ntransformadas\nnutella\nescuro\nfixar\nc\nriste\nsky\nschwan\nschwab\nabou\npagotto\nbotrytis\nkrośnieński\nreinstalação\ncabaret\nenxame\npucallpa\nexclave\nsolanáceas\npagos\nrothbard\nnominativo\ncolérico\nmini-game\nmeteram\norkhon\nexoplaneta\noptamos\ncomemorei\nincondicional\narquidiocesano\narquidiocesana\nsubcampo\ngruta\nensaístas\nvayne\nlunda-sul\nizates\nmustaine\nvinagre\npropágulos\nendereçado\naquetaton\nserial\nseriam\ntaylori\nfortunati\ncambrai\nfortunato\nfortunata\nfortunate\nbarbárie\ntaylors\nrolos\nrolou\nyagoda\ngaijin\niniciante\nmargrave\ngunslinger\ncrash\ncondicional\ncondicionam\ncondicionar\ncrass\nfiddle\nzimmerman\nsuportaram\ntique\nalongado\nalongada\npatético\nbwin\nreproduziam\nvelhaco\ntransladou\nlapidar\nsaint-gervais-les-bains\ninfestans\nbandeirinhas\npreterido\npreterida\nproteicos\nconservatórios\nindirecto\nindirecta\ntoltecas\nmaabárata\nviolem\nviolet\nbrosnan\nininterruptas\nassitir\npublicando\nsacrosanctum\nbranco\ncriação\nrezas\nrezar\nimbricadas\nevoluiram\ncsar\nscreeching\nclassicos\nbugle\nmarcelista\nestimulavam\nmeticuloso\nqualificam\nmeticulosa\nalgés\nspanky\ngav\nclément\ngam\nmorihiro\nwoods\nwoody\ncellspacing\nregularize\ncanet\ncaney\ncénicas\ncirúrgicas\njazigo\naltagracia\nbronte\niguaí\nrocque\nvaporizador\nde9999\ndnf\ndna\ndnc\ndni\ndns\nyahoo\ngauchinho\nrastreabilidade\ndinosaurs\nouroboros\ndesvantajosa\ndesvantajoso\ndepartamental\narrebatada\nconsoantes\ncorpco\nchiminazzo\nabbott\nit-co\nscut\nadministrando\nlevaram\nragione\nabusaram\nsimpatizava\ncampoformio\nluqueño\nhiato\nkielecki\nmalice\nrêgo\nestimação\nguitarrada\nsubstituiriam\ncaminhões\nm-99\ncasais\nwaddell\nvalencianas\ntraumática\ndesequilibrados\nbarbaridades\nindicará\nyukawa\nindicativa\nindicativo\nfuradeiras\ninfetados\npmerlo\nmojmir\nquestionando\nindicara\nestonianos\npellatt\nclause\ncambodia\ncrowne\nregeneradores\nhoineff\nballet\nausentes\ncamaleões\ntachov\ntachou\ntachos\nepilepsia\nprevista\nprevisto\ncodeína\nherbáceo\nnão-tributáveis\nfollowing\nfossem\nfossey\nfosses\ninsituto\nliquens\nharmon\ntchaikovsky\nesbugalhados\nclassificarmos\ntull\ntulu\nprejudique\nquartel\navantasia\nquarter\nquartet\nisidro\nmacabeus\nhamel\ntramitando\nquinderé\njobs\nemef\nemea\nnoriyori\nblack-scholes\nmauricinho\narguidos\nradicando\nlegíveis\nceira\nnaviraiense\nragnos\nexpunham\nestimulem\nsteinmetz\nmpf\ncndl\nserasa\nkrøyer\ntoshimasa\nchevette\nsulamericano\ngenerator\ndeelgemeente\nmyobatrachidae\nsingularidade\ndilbert\nbenesse\nlucero\nsubmetendo\nsobrecarregando\nbartow\nposteridade\ncooperantes\nsóstenes\nnosgoth\nosnir\nroletas\nparâmetros\ncorrelativos\ntalentosos\nmacunaíma\narava\ntintureiro\neguren\nclaudiano\ntechint\nmpx\ndecameron\nproporia\nkodokan\nliriel\nmork\nmori\nmoro\nmora\nmore\ncompany\nbarclay\nallegra\nallegri\nmoré\nfibromialgia\nspirituali\nvídeo-clip\nspirituals\nprocarióticas\nmolay\ncerveteri\nesqueciam\nelenice\nsbbc\nproduzirem\ngnósticas\nmaurienne\nrumores\ndarque\náguia\n¸\ndesmame\ninerentemente\nsecularizados\nmegalópoles\nruthie\ncamaquã\ntagaste\nholton\nsitio\narsizio\ninfligidos\neleomar\nmozarteum\nczarevich\ngremlin\ninvariância\nrecompondo\ngases\ncallado\nsudbury\nincapacitação\nhoméricas\nchorente\ntomassem\nsuh\nnieto\ngurion\nnoyon\nesfriado\nvides\nvideo\nitapeva\nitapevi\naeronavais\nderbi\nderby\nlouvière\nhighbury\nirã\nturano\nmalinovsky\nachatada\nreparei\ncaixotões\ncontrastadas\ncálias\ncontornado\nganhou\ncontornada\ntirânicos\neremítica\ncompreendesse\n-dimetil\ndiagnósticos\nzemlya\ncontrovérsia\nbodrum\ngergiev\nguajajara\nirt\nirv\nformatados\namieiro\napagados\napagador\nbreckenridge\ngrilhões\nreykjavik\nandover\nnatura\ndyrdek\nadequou\nsuspirou\nsuspiros\nagreste\nfervorosamente\ndescente\nsaborosas\ndemorasse\ncvx\ncvv\ncvt\ncvs\ncvp\ncvo\ncvm\ncvd\ncve\ncvc\ntiaraju\nsant'ambrogio\npresteza\nphat\nphan\nsofrimentos\nlibidinoso\ncosac\nmogofores\ncosah\ncosan\ncosas\nchorare\ndissera\ninscreviam\nirrupção\ndefendia\nparalisam\ndetails\nrepresentação\ntorturra\nama-de-leite\ncandidatus\nlemnos\npaneira\ncalegari\nifrain\ndaydream\nkeitarô\npitombo\nrubrica\nselenocosmia\nmeranoplus\ncorede\namira\npercam\nrépublica\npercas\ndeste\ndirija\namplitudes\nimiscuir\nfiquem\nbabalaô\nquebra-cabeças\nporquanto\ncontador\ncontados\nsodom\nestimulando\nsagacidade\namanho\nmuniciar\nenchanted\namericanizada\niconografia\nbeatport\ntratassem\nrilvas\nprotegerem\nautomatizada\nteratologia\ndupont\nvarecia\nrahal\ncetáceos\ntorrents\nperecendo\npmrc\npmrv\npriscilla\nbeviláqua\nsekiguchi\nstransky\nrecitava\nshindo\njarinu\nperseverar\nviés\ngallega\nparasitoses\nantalya\nmanifestaria\nemendabili\npostagens\nassaltavam\nprevidenciários\nevasivo\nxeques\nkiir\nnumerações\nexcisão\ncariry\ncosmógrafo\nelaborando\nsugestões\nbalakirev\ncariré\nhankinson\nuerj\nfortificando\ncnsp\nmartorell\nbatizadas\nwbjr\nnguyen\ndigitalmente\nniggas\nmopti\ndiddley\npimstein\ndistribuidor\ndistribuidos\nlanchão\nbraças\nbraçal\nrestavam\nunterseeboot\nconduzido\nconduzida\nprecisam\nprecisas\nprecisar\ncarucango\npedrinhas\nvalorosa\nvaloroso\niaaf\ncomunicasse\npolca\nconceitos\ngarman\ncolombiana\ncolombiano\neloquente\nempatando\ncordoba\nmadrugadão\nsubitamente\nfiações\ncalafrio\nα²\nimprovável\nanto\nmodulando\nchatterjee\nα9\nprogne\ndestilando\nα.\nmoderna\ncinatti\nperdoadas\nbodisatvas\ntransactions\ncherub\ncambojanos\nsem-teto\nnovomuseu\nditt\ndite\nearnest\ndito\nvd\npistolas\nretratistas\nsenhorial\nso999\nmoderar\nfatoração\npré-matrícula\ndornas\ngrappelli\nremessa\ndornan\nishiwatari\nvr\nbakewell\nmarcatto\npsdb-es\ncabo-verdiana\nimagismo\ntextil\nevaporam\ningerido\nevaporar\ningerida\ncobden\nfuncionalidades\nacordamos\nhannes\nniassalândia\nparaquedismo\nportanova\nalienigenas\npistolas-metralhadoras\nrodou\nrodox\neazy\nparariam\nsheikh\ninsistentemente\npenedense\nhelmand\nlevantamento\ncentimetros\nperineal\nbless\nč\ndesiderio\ndoppler\nsaracura\nbaloubet\nbumbry\nvisions\nlamentamos\nex-dirigentes\nrawa\nesperma\nbompreço\ngómez\nadeptos\ncosmetologia\nrefutada\namasova\nnewsted\nbeatniks\npolemiza\nco-produções\noliveirense\ndialéctica\nreunia\nxxxvii\nsalgadinhos\naperfeiçoamento\nmolécula\nmaschinenfabrik\nalbatros\nalbatroz\nsentíamos\nrzeczpospolitej\nandorinha-das-chaminés\nnão-agressão\ncasa-forte\nnaturismo\ndrouet\nquietude\nmexa\ndesprevenido\ndesprevenida\nganondorf\nfundadoras\nsilence\nderruba\nanti-retroviral\ndaron\nnabais\nscalabrini\nderrubá\ncharqueada\nasfáltico\nasfáltica\nremeta\nmalvacini\nremete\nsheol\npyrgos\nbattuta\ntennant\nbatata-inglesa\nespargo\nnaru\nnars\nnaro\nnarn\nnari\nnara\nconclamar\nchytridiomycota\ntakai\ntakao\nablativo\ncoerulea\ndoutrinação\nquiropraxia\nacima\nmodelaram\njutaí\nsupostamente\nglia\nenforcer\ntijolo\ndratch\nelegibilidade\nlaociano\ncavanhaque\nestupidamente\nhortifrutigranjeiros\nlimits\nimportantíssimas\nlimite\nlimita\nklopstock\neleitoral\ntuesday\ncontrolled\ncontroller\nspeaker\nquadrophenia\ncaerulea\nmortalidade\nvisaria\ndiminuida\nsacristão\nirrigando\nheaven's\nconcluem\nanchorage\ngritavam\nemolduradas\nrodados\ntetsu\nbeata\nbeati\nbeato\nbeatz\n99,9\nsubgrafo\nperséfone\ntaxus\npreparamos\ncalçar\ncalças\nfornecessem\nazeite-de-dendê\nautenticadas\napena\nfilius\nindiretos\nmoleques\nsongai\nlachlan\ngento\ncrer\ncreu\ncrew\ncreo\ncree\nquistos\nbelgaum\najudariam\npré-instalado\ndesapontados\npatinadores\nésteres\nincluímos\nfolclorista\nzapp\nbolívar\nex-preso\ngarra\ngarry\npiriguete\ntipitaka\nmonossacarídeos\nequipavam\ncelera\nagenciamento\n√\nmuhafazah\nchell\nmuhafazat\nchela\ncimbre\nevolve\nac-999\nhi-fi\nactivex\nponteio\nsupergrupo\nco-criação\nderwall\nា\ngreenbelt\nbombshell\nchopinzinho\nindicou\nsubdistritos\nbatman\nsolicitamos\npanipat\ncompanys\nviolonistas\ntoothukudi\ncaprinos\nautorizada\nautorizado\ndewan\ndewar\npersonagems\ntweddle\nchalfont\nobedecidas\nespetos\njoëlle\ntorrigiani\nhabilitando\nindulgências\nzernez\nrestrepia\nka'a\ncarano\negoísmo\ntardias\ndidelphidae\nindigenista\nheróis\ninadequadamente\nurbina\nurbino\n999.99\nprincípio\ni-iv\nghioldi\nchristus\nfraternitatis\nsquat\nanalfabetismo\ngrossista\nsquad\nstannis\nartelharia\nwarnow\ndescartá\nges\nger\ngep\ngev\ngex\ngec\ngea\ngee\nged\ngeo\ngem\ngarzón\npoliandria\nalvi-verde\nmenai\ndescarto\ndescarte\nmenas\ndescarta\nyukimura\nd'áfrica\nmetástases\nlesoto\ndolní\ntf99\ninvulneráveis\nrelega\npronuncia\npronuncie\ntagilde\nretaliações\nmaleabilidade\npassionate\nhalim\ninvariáveis\nmcclane\nrosarinho\ngeólogos\ncoloproctologia\nspica\npolinices\nspice\nacompanhariam\nmoles\nrapids\ncensor\ncensos\nrapida\nrapido\nlombadas\nshuvalov\nnoturna\nintransponível\ntoureiro\ntoureira\ntransformadora\nclinch\nequipado\ngiorgione\noettingen-oettingen\nwannsee\nascéticos\nlyda\nacomodadas\nimitadas\nconhecermos\nbagwell\nchardonnay\naleijados\nhashirama\nba'ku\ncevenas\ndebrecen\nperecer\nsubquente\nbailén\ndesclassificadas\napaziguado\nventanas\nrhys\nhidroterapia\nalguem\nlemaire\nrapperswil\nsistematizada\nuclés\ngeromel\nestrategas\nkendal\nvideoclips\nvideoclipe\nchelas\nd'urgell\naberração\nbuscá\ntrompetes\nengenheiro-arquiteto\nencalhe\nresistem\npríncipe-bispo\ncuster\natividade-fim\nbusca\nbusch\nbusco\ncosern\n‹\nfundaria\nluxemburgueses\nxerófita\nesteio\nknock\nex-oficiais\nbranigan\neclipsante\nheiberg\nfugidos\ntyrrell\nperdoasse\ngravitam\nenfrentem\nyann\nelgort\nreage\nelish\nqualificando\nelise\nelisa\nne-yo\nvacilos\nprotecção\nalavancadas\ncoincidiam\ninsurreições\nopenjdk\narreio\npeguem\ncabidela\ncalhas\ntrilobado\nlasek\nsubtilmente\nchasing\nsolor\nsolos\nlonardi\nsolow\namarelo-esverdeado\nravenclaw\nsiver\natibainha\nauxiliar-técnico\ndiversificar\ndiversificam\ninvista\ndiminuiriam\nautárquicos\ncomercializado\ncomercializada\nwaugh\nsenka\nchichibu\nrespondiam\nishmael\nrenda\nnear\nfarelo\nlevantadoras\ndisseram\nbattersea\nautonomismo\nproporcionavam\nacasos\n9.999.999,99\njuninho\necono\npós-graduando\nquimby\nhaia\nhaig\nhail\nhaim\nhair\nmoda\ngraeff\ninternúncio\nsocks\nsubmarina\nraimundos\nfacilitava\nblatty\ntecnología\nmultidisciplinar\napicalmente\nbarracks\nbatutas\ncomprometedor\ndestruiriam\nnordenskiöld\nfloridante\ntelebrás\nmontague\nkavanagh\nrada\ncopas\ncopal\ncopan\narticulistas\nsesquicentenário\nápices\nxzibit\ntoroidal\ncontinuadas\nextrativo\nextrativa\nidema\nsistemático\nsistemática\nguapé\nisonomia\nschnauzer\nguapo\nlinharense\ncresimiro\nbrejos\npavimentar\ndesembocou\npreston\nal-azhar\nprestigiava\nordenara\nfault\nfaulk\nprocederá\nconsulares\napca\noecophoridae\norganizasse\ndado\ndadi\ndade\ndada\nexclama\nbenavidez\ngavi\ncénico\ngava\nprovocada\ndreyfus\nsalvaguardas\nsalvaguardar\nfiliais\nafagos\nfairchild\npelham\nreiji\nproveniência\ntrataram\nbucaramanga\ndolphy\ngatto\ngatts\nwidener\nnobremente\nnymburk\ncouve\ngagueira\nmegaparsecs\njoyeuse\npautando\nmársias\nfairmount\ncrisis\ngórgona\nmacross\neights\neighty\neighth\nbloor-danforth\ndespeito\nintrospectivas\nhugo\nkombis\npântano\neagle\nrefluxo\ntamarindo\npaliativas\nhuffman\nmakepeace\nadoravam\nsaxônica\nkannur\nbenim\nbenin\ngleason\nrosalia\nrosalie\nprosperado\ncochilos\nhomologa\nfavorecia\npsicofonia\nmanaging\nmineradores\nal-musta'sim\nadiantaria\nnordenfelt\nalbita\ncase\ncaso\ncasu\ncast\ncasá\ncasé\nfantasma\njanet\nzubizarreta\nblackboard\npretérito\nfeminism\ngemil\ncabecilhas\nyousef\nseiblitz\nalucinados\ninumações\nrelic\ngilberto\ntreyarch\nconhecerá\ndeslandes\ntritão\nitaguaçu\nconhecera\nconvidaria\nprorrogar\ngostei\ngostem\nrefrescava\nprojéctil\nkahneman\nalmansor\ndirrty\nreforçadas\ntrem-bala\nchespirito\ndaguerre\nrothenberg\nibicaraí\ntragelaphus\nrevertido\nrevertida\nsusam\nsusan\nholograma\nraiz-forte\noryzomys\nlesivo\nídolo\nlamina\nkohshi\ncriteriosamente\nultranacionalista\ncobras\ncobrar\nradioteatro\nhumaniza\ncrashdïet\nvigários\navaliado\ncapturava\nserrilhada\nalvarelhos\npé-de-moleque\nexperimentados\nexperimentador\nacindino\ncassal\ncassar\nsocos\nhigher\nadrienne\nsuelen\nflappy\nrecarregáveis\nvislumbrando\nsavoie\nsavoia\nsavoir\npropostos\ndamita\npeptídeo\nchaumont\ncontabilizou\nhuron\ndisputava\nmedina\naumentará\nentrantes\nlavandeira\nleung\nrolemaster\ndesgraçados\nedina\nedino\nsistematicamente\nariminum\nbanato\nuruburetama\nnocauteia\nconsiderou\nbipm\naerospatiale\njodelle\ngrignion\namparando\nmassinha\nbackmasking\ncumprisse\nprecisarem\nhench\nmução\nmarigo\nunknown\nmeligeni\nlamparinas\nmaluridae\ntrabalha\nmilheirós\ncupinzeiros\ngovernança\npolarizou\neufémia\nbotafogo-pb\nlongyearbyen\ngandulas\nxxxvi\nfigurinistas\nassaltava\nbörngen\npronaf\nreerguer\nreergueu\níris\nlightweight\ntimbre\nsubterfúgio\najudava\naparece\naguero\nresidenciais\nrevoada\nmahovlich\ncampanas\nbjörk\npacotinho\nclorado\nripper\nlicofron\nrecombinada\nlúcia\nsüd\nlúcio\nschoenstatt\ntaveiro\nnotações\ntaveira\ndragagem\nkumanovo\niwork\nu-boat\naltimétrica\nestigarribia\nanulando\nbuchs\ncomitivas\nbucha\nbucho\nhough\ncoordenava\nfenolftaleína\nvige\nsicredi\nviga\nvigo\nvigh\nbanho-maria\nrecuperasse\ncoríntia\nsecretos\nmetrônomo\nbrecheret\ngnatalli\ndobrável\nerigidos\nurbano\ncausou\nurbana\ncausos\nindutância\nnibelungenlied\nartaxerxes\nlacto-vegetariana\nchilpancingo\ngrão-ducal\nlanchar\nlanchas\nermita\nbelem\nhemiptera\nmahdista\nmoonstar\ndetonada\ndetonado\nmultimissão\ndichrotrichum\nfigueiredo\ncupim\ncupid\ncuanavale\nmobilizador\nsambizanga\npáraquedistas\nprado\nfrequentarem\nbachelorette\ntj-rj\nleman\nhadid\nariano\nariane\ngenericamente\nhipotecado\nlucrando\naperfeiçoou\nus99\ncouple\nsiskel\nterapeutas\nbonny\nbonne\nbonna\nidólatras\ngaspé\nhightower\nhenkin\nrebatidas\npeder\nrhone\npedem\nescolares\nmorison\nmanhente\nnegeri\nbóia\nbetume\ndançava\nproteolíticas\nsniffer\nelípticas\nchrysobalanaceae\nschwarzenberg\nlüneburg\ncomprados\nmentores\nesch-sur-alzette\ncasa-sede\nkechiche\nbalançava\nnormativos\nretrocedendo\nninove\nnatatória\nagave\ndesgarrados\nencaixar\nrecorda\nrecordo\nrecords\nparkman\ngeométricas\nschwarzwald\ngradus\ngradua\nexpansivos\ncarregal\ncarregar\nassisense\nefetuarem\nreiserfs\ncavalier\nvandals\nfalanges\naustrais\noberndorf\nenganoso\narrecadamento\nparadigmas\nindústriais\nevidenciou\ncasus\nreocupação\ncosta\ncoste\ncosti\ngalhas\nrychnov\ncomencini\ncaríssimas\nnotou\nnorte-oriental\nocorrências\nherbário\ndelúbio\nsub-secção\nannet\nsteinbruch\nflandre\nassombrosas\nentalhadores\nhillsborough\ndetectava\ncristadelfianos\napelativa\napelativo\ngitana\ngitano\nbezerra\nbezerro\ntonéis\nillustré\nosmir\nrefrescante\ngenovesas\nbueller's\nparvus\ntiempos\nalienígenas\nguararema\nأ\nestrearia\nimagina\nimaging\nimagine\nimagino\ne-planet\nocuparia\neuquério\ndevaneio\ntratáveis\nhicham\nimpedir\nendymion\ngrappa\narctica\nesbarrou\npmmg\npmmt\nxs99\ngötaland\nbenzoíla\nprinceton\nsev\nseu\nset\nses\nser\nzoomarine\nsex\nseg\nsef\nsee\nsed\nsea\nseo\nsen\nsem\nsek\nsei\nbotão\nzoando\nshinya\ncontestador\nbuscasse\naude\nmacarena\naudi\nfossilífero\nlevels\npolítico-cultural\nlaocoonte\ncôtes-d'armor\niéltsin\niônico\nsturnidae\nacádios\nstables\niônica\nmodismo\nreacionárias\ndowntempo\nreboteiro\nconduzindo\nstrasberg\ncarraças\nsides\nademais\nessai\nrhinobatidae\npatronais\nghent\nzinco\nsarabande\nsarabanda\nmehmed\nnolasco\nliisi\nberggruen\nviolões\nczarskoe\njimny\nnotebook\ndeslocavam\nboeing\nisso\nissn\n9999/99/99\nméxico\ngeófitas\ngaro\nbatizaria\ndígitos\nschröder\nkrokus\nproeminências\ndepositando\nfirewind\nvagueiam\ncircunstanciais\nsharon\nclassificável\ngradius\nsaigão\npopular-democracia\nrömer\nmechanism\nsaguões\nculminantes\nduff\nyou'll\npánuco\nrodoviário\nplantes\nrodoviária\nsobrosa\nplantel\nplantei\nmercantes\npampa\ngramáticos\ndumber\ncacaso\nassadeira\njh99\narquirival\ncentenária\nesbulho\nusuário\nusuária\nsupermercadistas\nconflitar\ndesempenhados\nforgiven\nvoadoras\nreaja\ndanos\npacoti\npacote\nbearing\nrebordão\ngeometrização\nhps\nhpv\nhpc\nhpa\nhpg\ntrovas\ntoribio\nhp9\njw99\nerfurt\nhierarquia\ngeology\naliviando\ndecerto\npausar\npausas\nmombuca\n+\npursuit\nassistimos\nbandnews\ngelimero\ncheuiche\nyvone\njales\nblefe\nregistava\nes-999\nassustava\nalgébrico\nalgébrica\nsedentarismo\nfermoy\nkhans\nubabef\namplamente\ngalesas\nlaufer\nbarbixas\nmilitello\nlightman\nkock\nmonopolistas\ndesnutridos\ntaxativo\ninfrared\nabadan\npetrogal\nmalinka\nheimdallr\nmúon\nvaregue\nracionada\nzabala\nmariachi\nmicranthum\nmegastar\ndesejarmos\ndificeis\ntaraborrelli\nviciosa\npartridge\nsimulavam\nradiohead\ntransportará\nт\nhindenburg\ntraumatizou\ncontracheque\ncamozzi\nruminante\nnepotismo\nrimsky-korsakov\nchangi\nkemi\nkemp\nrelançaram\nplexo\nescrupulosa\nperlingeiro\nhomem-mulher\ncarouge\nmencionem\nmencionei\nbarbearia\ntoshiko\ncours\nazura\ncoury\n9999-99-9\naleijado\ncouri\nviolava\ntemístocles\nregenerar\nopened\nbordéis\ngastrenterologia\nregeneram\nseuss\nbreakfast\nmanama\nmatagorda\ncaminhavam\nimporia\nsolicitante\narqueados\nsiameses\nkilometros\nmusicmatch\ntrebizonda\ncristãos\nkenya\nfinish\ndreiser\njadakiss\ndesabou\nbrésilien\nvice-governadora\nurologia\ndomecq\npseudônimos\ncrichton\ncarinae\ngrange\nqeqqata\nagustawestland\nsalem\nsalej\nsaleh\nhumbucker\nclandestino\nmartel\neletivas\nfotossensíveis\nlacrimogênio\naspeto\necorregião\nnxt\nhuracán\npastéis\nbritânicas\nstand-up\natendida\nassumirão\nadelar\nkhadi\nsurreais\nbernacchi\numesp\ndico\ncooptar\nfranjado\nnavidad\nsatirizada\nanseia\nbs-9\nanseio\nkilobytes\neiras\ntexans\ntexana\ntexano\nsuprarrenais\nclepsidra\npróton-próton\nmatoso\nalegorias\nlarache\nciabatta\nlinfóide\nargumentaram\nelephas\nredatora\ninstalava\nsprinter\nnacional-popular\n...\nacropyga\nexperimentalista\nlucretia\nzoologia\nolorum\nlc-99\nacalmada\ncontratam\npuzo\nvisite\nvisita\ncobravam\nharpia\nbatalhando\nolivaceus\ncoçando\nllorente\nrescate\nbiótico\nincidiram\nkathmandu\nhorticultural\ndimensões\nbombardas\niwan\narianespace\ndrops\nantissociais\nagende\nagenda\nshōnen\nbatavo\ncongratulação\ncatimbau\ncadiz\ntransbordo\nrivalizou\ncabreiros\nreintegrados\nkylie\nsuomi\nbanrisul\naterrorizadas\nleninha\nprecessão\npalmeirense\nbrabante\ngigandet\nesteróides\nhimalaias\ntrocava\nkouhaku\nup-tempo\nvalhelhas\nnewtel\nqualcomm\nsabmiller\ngandía\nprematuros\n999:99\njurava\npatricio\ntestemunha\npatricia\nboccaccio\npercebia\ntecnocrática\nmobilizava\nsherdog\nnabos\nnabor\nnaboo\narremessado\narremessada\nd'arte\nleonilson\npalatine\npalatina\npalatino\naslan\naslam\nsalmaso\nestrangulada\nestrangulado\nsouthtown\nlongicornis\nresistores\nγ.\nschincariol\nkladno\nabranda\ncompletação\ntamashiro\ndidymocarpus\nplástica\nplástico\nquintero\nassumidamente\noberá\ndesligaram\nfreelancers\néticas\nsulfônicos\noberg\nerguido\nesquartejados\nzela\nzell\ninconscientes\nopéra\nenterradas\nmiers\nden-9\nparamirim\nlovegame\ncriarmos\nkōzuke\ncassubianos\npericial\nethical\nflexores\nguarulhense\ncomplô\ncasualidade\nmizanin\nlikert\niá\nanatómicos\nix\niz\niq\nip\nis\nir\nit\nrestaurou\nii\nih\nij\nim\nil\nesteta\nin\nia\nic\nib\nie\nid\nsimbolizaria\ni9\ncircunscrições\nbelfast\negan\negas\nbure\nburg\nburn\nmcleish\nburk\nburj\nburu\nburt\nburr\nbury\nhomológica\nkodos\ncormos\nimponderável\nfacilitação\ndesabilitado\ndesabilitada\nanverso\nlavrado\nlavrada\n9.9999999\ntaleban\ngyselle\nasquenazitas\neclusa\nsomalis\nsomalia\nokinawa\ndiádocos\nostentar\nzürich\nacarajés\nmalandragem\ndobruja\nlanegan\ncute\nrodeados\nwilby\nfarense\nmultimídia\nnegligente\nconvenção-quadro\nexotic\nindiferenciadas\npabx\nsenti\nsento\nsenta\nsente\nmiafisismo\ncartela\nlausanne\npermeio\npermeia\nflavinho\nflavinha\ngenocídio\ndagbladet\nhartlepool\ncientífica\nrecolhe\nperspectivas\nsineiras\nyvonne\nnouveau\nramayana\npiotrków\npiúma\nparafinas\nkilling\namassada\nmakuko\nalcl9\nx-ray\ndiscothèque\npensará\nilegal\nferns\ninfringiu\ncoletâneas\nsubestimando\nadalbert\ntanagra\nindigência\nchristina\nchristine\nchristino\nboliveira\nnosa\nnose\ngasparetto\nqiang\nsertanejas\nroaming\nléptons\nhavaianas\nlua-de-mel\nfalibilidade\nbebedores\ndeluxe\narriscada\narriscado\nkick-ass\nsashimi\npensara\narequipa\nklaus\nxororó\ninapropriado\nmorier\ncancões\nsaudá\nninguem\nganelão\nalemã-oriental\nreintrodução\necléctico\necléctica\nmühlberg\nmicrohylidae\narimateia\ncretenses\nclamp\nauspício\narquitetural\nzebulon\nzebulom\npilotam\nyersinia\nnegociais\nrecusassem\nkasato\nclareamento\ndepleção\ndrain\nclimatologistas\ncygwin\nseparassem\naghmat\ngrudam\ngrudar\ndirecionadas\npulcherrima\nprecisarão\npsychotria\nfaixa-título\ngacy\nsanga\nquitutes\ndslr\nenvelhecidos\nvulto\nlotéricas\nimplantou\nreproduz\ndinant\nenfrentaremos\nexemplificados\nnarração\natraente\ndisciplinador\ndisciplinados\nthássia\npendendo\nstrikers\nbelfiore\npneu\nsignificativa\nsyndikat\nzacchi\ntentado\ntentada\nlunas\nsuperga\nsecretaria-executiva\ngreuther\nalhambra\nperpetrada\nafã\nstations\nantonov\npoliamida\nafl\nafm\nafd\nafe\naff\nafa\nafb\nafc\nregions\nafs\nkia\ndwt\nciclotimia\nroundabout\ntambouille\nbooleanas\nconquistá\netimologias\nfamiliarizar\nmetileno\nry99\nneathia\naragoneses\nacarretado\nhomeopatas\npolicromado\npolicromada\necletismo\nshakti\nabundâncias\nlavratura\nequidistantes\nnational\nesquivo\nsuaviza\nfurlan\ntypus\nmantelli\nextorquindo\nestética\nestético\nspínola\nraves\nraver\nencorajá\nravel\nraven\némilie\nbalmoral\nbrandi\ngombrich\nlançamos\nencoraja\nestradiol\nsdss\nigualando\nannaba\nmestragem\nhm-9\nacido\nzrenjanin\ncontraceptivo\ntyrannus\nglücksburg\nvreeland\ntostring\nbarbarigo\náustria-hungria\nglorificado\nsuspeitasse\nvisible\nmossul\nipos\nlipschitz\nextraíram\narrancar\ntholus\nlêem\nberços\noftalmologistas\nlamium\nhanuman\nsalústio\nalready\ngustavus\nballistic\nconfiscados\npós-revolução\npresentinho\nesplêndidos\nromantico\nromantica\nromantics\nequinocial\nampliará\ncantaria\nshichibukai\nsvevo\neusébio\ncondados\ngladiator\nveronicas\nsiwa\nimprocedentes\nisoladores\narquétipos\npalladium\npuxa-saco\nperfaz\nîles\nparticipasse\ndecorrido\nexxon\nrasgam\nrasgar\nalgo\npp-sp\nmedium\nccalligari\nverídicos\natravessaram\npoem\ngincana\nmédias\nprogramando\nmichê\nex-supervisor\nmichu\nmontemor-o-velho\nmichi\nreune\npuławy\ntextuais\nbarcaças\ngiuffrè\nxiph\nmouvement\nº.\ndropped\nperélio\nºn\nºe\nºc\nºt\nºs\nequipando\nservicos\nbem-humorado\nkarlsson\naromatizado\naromatizada\nbahá'í\narenito\nsatanic\nsábio\nsatanis\npsicadélico\nvestimenta\ncontaminadas\ninfantojuvenil\ndémocratique\nóbito\nescandalizar\nsilano\nwwf\nkanjis\nescorrido\nrecriada\nsoderini\nfriese\nfracassando\nnotoriamente\nfazzio\ntarikh\nsusteve\nrobotics\noutorgaram\nasesino\nxingado\nboehringer\nlaboratorio\nsão\nbumerangues\nsãs\nnutty\nexageros\nesticou\nmeio-campistas\ngarnet\ngarner\nxel'naga\nenamorou\ncidreira\nfisgado\nposou\nfortaleceria\npreempção\ntengen\ndemoravam\ninterinamente\nandrews\nrisíveis\nluzinha\nmaluzinha\nacessórias\nclorpromazina\npetisco\npraticidade\narrumando\nantoninos\ngl99\nparadiso\nprazerosos\nblackground\nantimo\nex-secretário\nconvocados\nmarceneiro\noperativa\npérgula\nbordões\nbirkin\ncacequi\ndormer\nratisbona\nbotucaraí\ndormem\nconfessar\nconfessam\nfilhós\nmedéia\ncimentar\nvencia\nplenipotenciário\ncomprometendo\npreciosidade\nturné\ninflacionários\nafligido\nmunícipio\nvirasse\nfbf\nfbi\nbiro-biro\nanacheilium\nagravaria\ntubulações\ntejo\nsoke\ntumblr\niguarias\nconfiantes\npupillidae\ncremer\ncremes\nsaturada\nrandle\ngamão\nwitherspoon\nherbivoria\nteodeberto\nrés\nafzal\naplaude\nreivindica\nreconduzidos\ncavalos-vapor\nespúrio\niniciativa\nespúria\npensaram\ncamponesas\nmoninhas\ncarrol\ncarrow\ncarros\ncalaram\neletromagnéticos\ndesembocaduras\nmusaranho\nchevallier\nencapsular\narquiduque\ncorrell\nmetrofor\nzurbarán\nrevisitar\nworpswede\nforrageamento\nboring\nbeliebers\nhechos\nrefutou\nramla\nfisiólogo\ndemocrata\ninterage\ncolossais\nhebrides\ncaggiano\nensslin\ncubensis\nliteral\nskinhead\nacudia\nquerubim\nacudir\npzl\npolinomial\nconstem\ncategorização\nnuméricas\nsteve-o\nec-999\naucthor\nbrígida\nbrígido\nnão-judeus\nviennois\nelevators\ntitubear\nsobreviviam\ntsukuba\nrohe\nmuseólogo\nmuseóloga\navintes\nemotivo\nemotiva\nmisturo\nmistura\nmisture\ncaledonian\nhautes\nbuzzcocks\nmisturá\nquietus\nsimbolicamente\nnpor\nb999\norihuela\nhiperião\nbasics\nbasico\noncken\nvimioso\ngunsberg\nembarcar\nyoshino\nembarcam\nstirner\nenfeite\nenfeita\ncairiam\nnecessitar\nnecessitam\nprovaria\nmccm\nmontecchio\npresumidamente\ndeutsche\nbilateria\nimperar\ninalados\ncontraindo\nastronomicamente\nrebatedores\ndubstep\ncomputadorizado\npasqual\nbate-bate\nmetal-mecânico\nmetal-mecânica\nclarita\nelml\nelmo\nelma\nrusty\nlandell\nsportback\nautosport\ncuneata\nstriata\nreunira\npottawatomie\nlayout\nagni\ntomin\nmarburgo\ncambaleando\nsaturar\npostiços\nexitosa\nsistémicos\nrecusados\ncnido\ncardigã\ncoagulado\ncruzar\nyuyuan\nmartinuccio\nbrandenburgo\nraiffeisen\nafinar\nprovidenciaram\nnitrato\nafinal\nhidrogênios\nprocessaria\nmccutcheon\nwray\nwrap\nprenunciando\nflanco\nalemanhas\nbrong-ahafo\nfreqüentando\npostumamente\nbrasinha\ncontenção\neuropeização\ncontribuinte\nclorobenzeno\namoral\njobel\namoras\njeopardy\nroane\nnitta\nchecksum\nvenação\nadentrou\nfake\nangry\nangra\nveneranda\nvenerando\neleita\nallowed\nex-presidentes\nvegetalistas\ncomprometê\ntadjique\ncompromete\ncomprometa\nredescoberto\nredescoberta\nmourão-ferreira\nopep\nmosquiteiro\nabsenteísmo\nsabbatai\nsentirei\nsentirem\nnjg9\nefetuavam\npluviométricos\nyoussef\ncárcere\nascórbico\ndisrupção\nmedidos\nmedidor\ndispuseram\nmedrosos\nelijah\npodermos\ndescompasso\narrancavam\nconceda\nconcede\ngist\nperduram\norientação\nctrl\nnascemos\nconcedê\nmafra\nbarbet\nbarber\nausonia\npessoalmente\nceratocone\nkenner\nmecônio\nsubscritas\nkennel\ngulag\nandorinho\nandorinha\naleatoriamente\nmediúnico\nhet\nhep\nher\nhex\nhey\nhed\nhee\nrecicladas\nhec\nhel\nhem\nhen\nheo\nanfitrião\nhandsome\nparodiada\nbursite\nmontaria\ninterdisciplinares\naero\ncalouste\nelvio\ntopograficamente\nplausíveis\nnamoradas\ntaiwanês\nmandados\ncircundam\nanbar\ncatarina\niceman\nconcelhos\nnecrópsia\ncentrais\nmartelli\nmartello\nsuplicar\nnoventa\nnão-disjunção\nmadadi\npoleiro\nevangélicos\nexosfera\ncarismáticas\ncolágeno\nsociológicas\nspaceshipone\npotencializa\naratinga\niluminura\nzephyrus\nbovary\npodostemaceae\nstartup\nformalidade\nwiggum\nfreising\ncósmicas\nsystematis\ndesfilaram\nsystematic\npiar\npias\npiau\npian\npiaf\nreddy\naustrinus\nsobrevôo\nperdedores\nsayaxché\nsarracenos\nlistras\nmarrom-escuro\naloha\nsuffering\ntretas\nsondrio\nvivenciou\nsintomáticos\ninches\njigoro\nenchê\nencontradas\nenchi\nenche\nagrupações\nnumerosas\nepístola\nstangherlin\npueblos\njoseense\npiedras\narenales\nsensíveis\nrecebedor\nlucato\nzamora\ncronometragem\nimpugnada\nanakin\ntraficadas\ninconfundíveis\njeffty\nmapudungun\ndiluente\nchosen\nchoses\nconversor\nconversos\ncoreanas\npenugem\nembrenharam\ncalêndula\nmuhammad\nescondera\ninteligencia\nrebouças\niirsa\nellerman\nbrandemburgo-prússia\nlilo\nlili\nlily\ncozem\ntrás\ndecada\ndecade\nmagrinhas\njogariam\nempréstimos\nfreddy\nfulbright\nhefner\nimpedissem\npopjustice\nguaxupé\nnyantheae\naçafrão\nleroux\ncultivam\nintróito\npersonificou\ncultivar\nrenach\ncatalisam\ncatalisar\npovoavam\nvitimou\ncitotóxica\ncruzeirenses\narafura\nenfermo\nenferma\ndiaries\nfakhr\nsalvado\ncooperador\nbasileuterus\nhotel-fazenda\nbanca\nbanco\npelosi\nprecondições\ngranulação\ngracilis\nje99\nzamojski\nguelph\nefetuem\nintroduzira\nergonômicos\ngatiss\nhellmesberger\ntheories\noxida\noxido\nmetódicos\nrookie\ndesabafou\nbagration\ncongeladas\nantimísseis\ncascais\njapan\ntártara\nartifical\nescravos\npoligonal\naprovaria\nmvp\nmvs\nmva\nmvc\nmvd\nmignard\nyazid\nsem-terra\nvidigueira\ncomunicaciones\nsumiços\npré-disposição\nmatone\nducas\ncasuísmo\nkellogg's\ncardinals\ncardinale\ndemasiadas\ntiroide\nconvencesse\nnereu\nmercosul\ndeslocará\nrobocup\ndeslocara\nm.c.\nsantanna\nlattari\nreajustou\ntroika\ntascas\nbeating\nesmagador\nmaximinos\nafetuosa\naristocrático\nleilane\nsylvatica\nsufragistas\nvalerem\nsaideira\nsulcada\ndemille\ncargo\ncarga\nquintas-feiras\nglícidos\nmorgantown\ncarvoeiros\nkitami\ncaçapa\nediciones\nloreta\nbritish\nremanejamentos\nnutrition\nblunt\nplatibanda\novíparos\nverde-claro\nleiden\nintuito\nprice\nalagoas\nmonitorização\naceto\nmainz\nmains\nfeltrin\npau-rosa\nmaine\nε\nperitoneal\ncuf\nmelres\ndragado\nestreio\nconsquistou\nsequestrado\nconquistando\npetropavlovsk\nmendia\nestopim\njerks\nch'i\nnikos\nnikon\nbjarne\nfinalizador\nfinalizados\nevening\nquijano\nleuzinger\nhonfleur\nsymon\nbastantes\nprojetou\nsitiou\napontado\napontada\nasteroides\nacuidade\nsebert\nseberi\nartimino\nesportes\ndita\nadmissíveis\ncodajás\nantrim\nthalassa\ncontains\npilharam\nbombacaceae\ninvasion\nmacallan\npolícia\nbrennero\ntruste\nregadas\nchéreau\npicuinhas\nbeggars\ntessalónica\nimelda\nsubiam\nplacentia\nocupou\npró-reitoria\ndesigual\ncélebre\ntitularidade\nquenianos\ncascatas\nalexander\nalcíone\nvergueiro\nsintonizada\nsintonizado\ntransitórias\nsixaxis\ndissecado\nreduzir\nreduzia\ncrassifolia\nco-produzida\nco-produzido\nঁ\njyväskylä\nalvin\ntranquilizante\nalvis\ncozinheiros\nmusicados\nminimax\nminimal\norixas\nexcelentíssima\nexcelentíssimo\njetpack\nfisht\nuber\nubes\nansur\nrelacionava\ncortantes\nbodensee\nladram\nfayetteville\nhennessey\nquinze\nagustín\nbásicos\nempossado\nteasers\ncosturando\nseeiso\nhansson\nbrucei\nconviveu\nmoela\nconviver\nwakhi\nshagged\nrotterdam\noraculo\ngeorg\nmalvadas\nmaromba\nifrs\nmanifestou\nmanifestos\ninorgânico\nfront-end\nserbia\nlaurentina\nmusic's\npaideia\nlaurentino\nklimt\nlatvala\npicerni\noperários\ndamatta\ncampineiro\ncampineira\nserginho\nevacuando\nboulogne-billancourt\ngeórgicas\n〈\ntransplants\nueshiba\nenxertadas\noitavas\nvoiteh\nbomba-relógio\nkeitel\nmicrotonal\nrecomenda\ncanadiano\nrucellai\nmoribus\nrecomendá\nhospitalar\ncolker\nassentiz\nassentiu\nfirmina\nmostrasse\nlillywhite\ncarate\nsilbo\nnagaland\nfabolous\nsequenciado\nmoulins\nhipismo\nstumpf\ngeovanni\nflávia\ndípticos\nrestô\nrasgão\nlehigh\nresto\nresta\nreste\nrevezamentos\nadult\ntranspõe\nsucessórias\nbahiensis\npresenciamos\nfungo\napreensão\nabolição\nclava\ninalterada\nreformatório\nisoladas\narsénio\nmultidisciplinaridade\namarelas\nanfitrite\nseparáveis\ngretchen\nlegitimamente\nlaryssa\npiabanha\njacknife\nsoube\nplanaltina\nartísticas\nadentrando\nmarchavam\nstraub\nstraus\nestendiam\ncosplayers\nousadamente\nculinaria\nsobreposta\nsobreposto\nunisc\ntecelagens\nhochdeutsch\nequivocados\ngalvanizado\nrecordou\nwebsite\nchamaram\nconfirmasse\nbarajas\nvietcong\nhacer\npericumã\nbabás\nsalgados\negoyan\nanalisá\nmânlio\ngostamos\nretratista\ncacimbas\ngirinos\ndéborah\nlírico-dramático\ncafetina\namárico\nbijeção\nqwerty\ngaleazzi\nvizires\namárica\nancorada\nquitéria\nintransitáveis\ncortina\nbrodmann\nsequenciamento\npretensamente\nayo\nayn\nwealth\naye\naya\nvitelino\nenxerto\nnicosia\nayr\nbelisário\nclaudette\nžupanija\nbayerische\ncontempla\nrepercutem\nriyu\nnancarrow\nlyudmila\nquorthon\nthérèse\ngamers\nhemmer\nsensor\nderrapar\nresolução\ncamuflada\nacirram\nobliquamente\ncamuflado\ncosturou\nsócio-política\nsócio-político\nribeira\nribeiro\npegar\npegas\npegam\ncaçou\nstubbs\nguiricema\nbarcellos\nrating\nmesetas\nβ-glicosidases\nmarcola\nrelative\nrelativa\ncasamos\nesquimó\nelencadas\nfrade\nincorrectamente\nlignina\ngrafeno\npairava\nstretch\ncisplatina\nstrikes\nsuazi\nsuazo\naveriguado\nallentown\nmajestades\ncategóricos\ngouvães\nbbb99\npouso\nportable\nsuper-heroes\nalavancagem\ncomponent\namónia\namónio\nengavetamento\nfuturamente\nmiratejo\ntimoshenko\ngambiarras\nnorte-noroeste\nplaying\nconfrontou\nconfrontos\ndifteria\nverdade\ndivisión\nmembers\napático\napática\nprojeciologia\nalmoçando\nestarreja\nconduit\nlíricas\nortopedia\ncumprimentou\ncumprimentos\nsuperboy\nmajority\nep's\nquitadas\nsparrow\nsils\nsila\nsilo\nconvocação\ncadastrado\ncadastrada\nconsumiram\nfazendo\nfazenda\nbombando\nrabicho\neqüidade\nsiló\ninstante\nmadhava\noschersleben\nconsular\nsunos\nritzer\ncismou\namistosamente\nmirror\nchambelland\npepsico\npoliméricas\nsoldadura\npetistas\nheinemann\nparadoxais\ndispensavam\ncauby\nempunhada\ninventores\nalpendre\nservants\nal-bakr\nfirjan\npesqueira\naltos-alpes\nfgv-rj\naccount\nishihara\nsnacks\nrestaurantes\npaulista\npasteis\npalavreado\nbelutti\nmcavoy\nouvidor-geral\nriocentro\nincrustação\nemana\ntaijiquan\nerasto\nemelianenko\nparks\nparke\nmorrígan\nxurupita\nadvindos\nproduziam\nlivros\nlivrou\nguaxindiba\nprocera\ncycles\ncercaram\nrashad\nzedillo\nporfirinas\neckhart\nquimica\npisanos\nscapin\nescalares\nescambo\nal-shehhi\npagens\nprevaleceram\nesboçados\nrajah\nmuttley\ngotinhas\npovo\nkyffhäuser\nincorporadoras\nlivônia\ntipóia\nvestibulando\ncriptografada\nmccaffrey\npedrão\n9.9999\náries\ncollinson\nwinston-salem\nkamura\nseguirmos\nhydrae\ncantagalli\nnilópolis\ndisplicente\ngreene\ntrilhões\najustaram\nnikšić\napontando\nencadernada\nencadernado\nesmero\nadquirido\nnouvelle\nnimitz\nplanejarem\nodbc\nhoshi\nsargentelli\ndelphine\ndelphini\nsustêm\npreviram\nalento\nvăn\nrecoloca\nexcede\nmariano\nmicro-ondas\nrecolocá\nofuscados\ndaugherty\ns.i.\nmaharaja\nformador\nencerrando\nprosseguimento\nmancelos\nmeleagro\nhellmuth\nlepo\nlepe\ntesoura\ncalculadora\nconvergência\njz99\nacelerem\ntheodoro\ntheodore\ntheodora\nambrósia\nambrósio\nbellechasse\nprevisões\nlesão\nimjin\njalpan\nponor\ndiscotecar\ntriangulações\ntartaglia\nafixado\nafixada\nultravioleta\nsachetti\ncilento\nerda\nkeynesianos\ndónde\nbeneficiação\naplauso\narrendatários\nsiderúrgicos\ntripulação\nvalentia\nvalentim\nmarimón\npapageno\ndirigismo\nsaltar\nsaltam\nabdominais\nfinitude\npetrushka\ncimarron\ncrassulaceae\nmiolo\nsomática\nsabas\nsabah\nsaban\nsabae\nsabag\nzoltán\ndl99\nvaudevilles\narranque\nabraji\nhumpty\nmecão\ncontribuir\ncontribuiu\nresponsavel\ncimeiros\nmichell\nmicheli\nsabás\nmichele\nmichela\nmichels\ncatedralício\nwilayas\ncollegio\np-99\nepônimos\nkenzo\nhanley\nbarroca\nbrecker\nk-on\nladyland\nkeo\nagrippa\nkea\npoy\npov\npow\npot\npou\npor\npos\npop\nseibal\npol\npom\npof\npog\npoc\npoa\neitel\npo9\ntiger\nolympiacos\ncapitalizar\npoá\nsalões\nimaginativas\nmosfet\nroso\nrosh\nrosa\nrosy\nross\ntanto\ntanta\nnissan\npittoni\nrosé\nr999\ntantã\ncapibaribe\nuntar\nfrangalhos\nnaturales\ndouto\nposicionados\nvenustiano\neucaristia\nferrarista\nrenovadores\nsentimental\npromissória\nmilagrosos\naprovavam\nsanguessugas\ntaikonautas\nsainte-marie\nécoles\nfinalistas\nossículos\ncabíveis\ndance-pop\nvulgata\ntrairi\nrelutar\nsintonizador\nrelutam\ncoesa\nborboletas\nwoodbridge\ncolorido\nelpa\npiñeiro\nzicartola\nirresistível\nprorrogável\nfundamentadas\nredondinho\nbolsa-escola\ncredencial\ncredenciar\nvolúvel\nocupadas\ntimeless\narenicola\nhuarochirí\ntiamat\nafixos\nconcentravam\nevitou\npassemos\nlatifúndios\nkrahenbuhl\nfidedignos\ncabisbaixo\nassumirmos\nmeshuggah\nrégios\nrequisitaram\nbadalona\nwanna\nconatus\nmadagascar\nbracara\nchauncey\npost-it\nlocalizando\npurcell\nvestiria\nsobrescrito\nsobrescrita\neda\nedd\nede\nedo\ncoclear\nedm\nedr\neds\nedp\nedt\nedu\nedx\nedy\nanimagos\nfredric\ntrouxas\nmarchinhas\ninsanos\natrizes\nmacrae\nfotomontagem\nprivatiza\nmemoir\ncristaldo\nmaternas\ncesalpino\narremedo\ntranqüilas\nlédio\natuassem\ncurvaturas\npanamericana\nredonda\nredondo\nlaxante\nenfiadas\nlulismo\nguajeru\npeculiaridade\nalarmes\nlagartixa\nmadrox\njapão\ngarimpar\nxuanzang\nripley\nbombons\nrelutantes\ngoleou\nellwanger\nencorpar\nsemblante\nscanlan\nforsyth\nlipases\ncojedes\ninterlingua\ninterlingue\ndiscórdias\nfadada\nfadado\nkragujevac\nladeiras\nteixo\npenosos\nhenshin\npsico\nobesos\nunitins\nmisturadores\nconsumir\nshunt\ncontumazes\nbenfeitora\nsebastianista\ndegenera\npudenciana\naproveitamento\nneorrealistas\njarros\ncriança\njarrod\nmobility\negídio\nétoile\nunia\nunix\nunir\nunis\nunip\nuniv\nunit\ncríticas\ngeorgian\npelletier\nreencontrei\nmagestade\ncontradiz\nfibonacci\naços\naçor\nevangelística\nmódico\ngoldust\nrossilhão\nextra-terrestres\ngrievous\nlambert\nreportório\nestranhava\ninteressado\nbornu\nacholi\nborno\nsírio-libanesa\ncarés\nbilhetagem\npreponderantes\npavo\nmarkos\nspinning\nassegurarem\ncalúnias\ncoisinhas\nbunbury\nrasengan\nmastros\njeph\nconfederation\nconsideração\ndivinizados\npneumologista\nklein\npitú\ndeflação\nprotodiácono\nco-produção\nauror\nlácteo\nláctea\npity\npitz\npits\npitu\npitt\npito\npita\nexpressava\nmoça-maravilha\ncastra\nprofissonal\ncastro\ndingos\nnavarras\nd'argenson\nautobahn\nraña\nretêm\ncronista\ndecidirá\ncussler\ndecidira\nfilmado\nmaharishi\nporco-do-mato\nconsciências\nmelas\njaraguá\nignácio\nignácia\ncrocante\nirritá\nherança\nmicroempresários\nproblemas\nfábio\nlatte\ndeslizamentos\nirrita\nreformulações\nlondra\nmurmurar\nperlmutter\nthumb\nthump\ndownsizing\nlugol\nlagarto\nlagarta\nhancock\nsinetes\nsmalls\nameríndias\nsuperiora\nsuperiore\nseparator\nfraque\nchigorin\n\ninconcluso\ninconclusa\nyoel\nsalé\nuréia\nsalò\nsali\nsalk\nsalm\nsalo\nsale\nsalt\nsalu\nespessa\nespesso\naplasia\nsplendrillia\notis\nhesitantes\nmifflin\nmosquitos\nindiciam\nindiciar\npovoador\npovoados\nyaguchi\ntrébia\npirapó\nbessa-luís\nlawton\nestatal\nrosenbaum\ntimochenko\namamenta\nbeginnings\njosip\nconservatorio\ngustativos\ncopsey\nintensifique\nraposeira\nacostumaram\nfofíssima\nabandonavam\nbalbuciou\nsuperdecote\nenfarinhada\npascin\nsitiada\nnicomédia\npulavam\nentremont\nimpediriam\nbejo\nbeja\nentendessem\nsu-99\nchorona\nanelídeos\ndesocupadas\níngreme\ncaixilho\nglaura\nbedford\ntsuru\nnevers\npaleártica\nfuncionavam\nvegalta\ninterligado\ninterligada\nknoppix\npedagiada\nantitabagista\nfuller\nreconhecê\njabir\nmelro-preto\nsucessivos\nreus\nreut\nteriam\nreconheci\nreconhece\ncurtiram\narquitrave\nprovocadas\nateou\npraetor\ncontava\nmacarronada\nqbasic\nitumirim\nviolácea\ndefensiva\nubuntu\npopularesco\nlanceoladas\nsobretaxas\nsacada\ncompetiam\nincubadoras\nyoriie\nvelozes\nshorter\ncustomizado\ncustomizada\nreginald\nmonóculo\nsétif\nbooleanos\natsuko\ntrapattoni\njuvenil\nconvergências\ngarbage\ncredenciados\nneuilly\nsolidéu\ncomunicantes\nkristen\ndetetor\nivair\ncontinues\ncontinuei\nsedoso\ncontinuem\ncontinued\nkafr\nlaurence\necirc\nmeruoca\nimigratórias\nduplicata\ncarrickfergus\nnieuport\nprescreveu\nalcántara\naudaciosos\ntônicas\nasphodelaceae\nfrâncio\ngaleras\npersie\nsimplicidade\npapai-noel\nhussein\ncontemporânea\ntouring\nbarnave\njohannes\nassinalando\nfelicíssimo\nsincopados\ncranianas\nbiglione\nfoliões\nativou\nativos\nsino-japonesa\npropositada\nbourbon-duas\nbtu\nbtt\nbtx\nbtg\nbtl\nbtk\nchicotes\nsmurfette\narranjarem\ntls\nedifício-garagem\ntlp\ntlc\ntld\ntranquilizar\nautossuficiente\nmexicanus\nbelém-brasília\nencarnadas\nleão-marinho\nnicodemus\nconstantemente\nplacenta\nsexista\nrefúgios\nincriveis\nmathieu\nviviane\nstaatsoper\nmultiplan\nperlita\ntemível\nmatriarcais\nrecorreram\nadotasse\nreportaram\npincéis\nvelho\ntma-99m\ngrafitos\ncano\ncans\nconvexa\nsummerslam\nconvexo\npagante\nthiaridae\ntejeda\npt-mg\npt-ms\ndetestável\nlousã\nlousa\ncolênquima\nmesostigmata\nroanne\npsicoses\ndenominaram\nsemi-aquático\nmal-sucedidas\nmcminn\nkiyoshi\ncimenteira\nbndes\nkharijitas\ndiccionario\npretensioso\nwinchell\négina\npuyol\nkasos\namenizando\nhipermediação\nfilometor\nrestituí\nantiterror\ndanelaw\ncirurgiões\nsyros\narquitetónicas\nextrínsecos\nrestitui\nur-nammu\nmedianas\nbankes\nmileena\nhaskell\nmetropólis\nbriênio\ntransnacional\ndetonadas\nentendíamos\ninfluenciará\nhackett\nallegheny\nfoice\ndogri\naniquiladas\nfortificado\namputações\nsombreada\nsombreado\ntordesilhas\nmazatecas\narrecadava\nametistas\npcjr\nendônimo\niniciados\niniciador\nasperger\ncyclopaedia\nifms\ndiamantina\ndiamantino\npatriarcal\npatriarcas\nhenfil\nconcordaria\nvalónia\nipswich\norpheum\nhermsdorf\ntoefl\ndoutoranda\nexploramos\nmalabar\nhillbillies\nredefinido\nredefinida\nhsien\ninterditado\njereissati\nconstruída\nfeminina\nsubjugadas\nfeminino\ntägtgren\nconfiar\nconfiam\narmazenou\nbiblioteca\ngeravam\ncrescia\ntremendas\nsobieski\nencarregues\nengoliram\ntrevize\nfofos\nhorizontina\nzakhaev\nex-diretor\notsuka\nalmançor\nheaps\nshubert\nlegendária\nlegendário\nerupção\nmagmática\ncaraca\nguillermo\nvistosos\nwillis\nwillie\nparson\nfarmacológicos\ndextra\ninquietantes\npvde\npvda\nnão-reconhecimento\nfrutescens\nnordbaden\nyoo\nyom\nyoh\nikma\nacusaram\nautorias\ntikashi\nlajinha\nbrigarem\npégasus\niluminavam\ntrasladadas\nbasayev\nderivaria\ngerês\ncasuar\ncasual\nregularizou\nseitei\nanciãos\nwesleyan\n-la\n-lo\npincelar\nveleio\nacura\nmutoscope\npríncipe-eleitor\nexigirá\nexpandirá\ncommerford\ncontextualiza\nribose\ndicionário\nmoholy-nagy\nbramaputra\nheartbeat\neakins\nbowen\nc9h9o9\nbower\nbowes\nbandeirista\nkong-rey\nfosso\nfossa\nfosse\nmirtilos\namprofon\nuntergang\ncriadores\nlinux\nlinus\nhileia\nrompidos\nbaderna\nwookiee\ncaulino\ncaxias\ndetalhou\nasmae\nbooklet\njazze\njazzy\nblocs\nbloco\nbloch\nblock\nredargüiu\nshaughnessy\nquorum\ninfo\npotsdam\nboémios\nparangolé\nmammuthus\nmeléndez\naventuraram\nrecostada\nneopagã\ncydista\nhabsburgo-lorena\nufir\nitautec\netilenoglicol\nexplanações\ncobrarão\ndeificados\natrapalharia\nkilij\naquila\nlehto\nrido\nride\ndelinearam\nrida\nsujeito-objeto-verbo\ncongelamento\nreditus\ncinthia\npedras\ndécadas\ncolcheia\nmeasure\nsobrecarga\nintruder\nalmoster\normandy\ngr99\nscoville\ntinhoso\ncanhões\nfederalizar\nifrit\nwhittington\nporcos-espinhos\ncaridad\nugarítico\ncreram\nlinhagens\nalcançasse\ndetivesse\nvazio\nocultavam\nsassânidas\nalbuns\nreimann\nafortunadamente\nextravasamento\ncalendários\nusac\nusaf\npaterno\nusas\nusar\nstangl\npinhão\nvinheta\nsetecentas\njandir\ncepelos\nludmilla\npn\nfuzilar\nchemist\ndivinos\nlesar\nenfileiradas\nlesam\ntartéssica\nchecando\nfantasminha\nalexandrovna\ncruising\ngalaico-português\nromani\nimitadores\nromans\nsobrepreço\ncbie\nondada\nondado\ncomposite\nabaixo\nbibliotecário\nabaixa\nbibliotecária\ncandelária\neira\npró-música\nlyngstad\nimphal\nagachamento\nveladamente\nafélio\npê\nalguidá\nfralda\ninspiradoras\nrestricted\nmaléficos\nragusa\ntomando\nsomatização\nparipueira\nacirrando\nreceptadores\npeculiar\ntravessia\ndisseste\natropelou\nturgot\nsubterrânea\nconsorte\nnordlund\np-999\ncomandita\nfixos\neiró\nfixou\nkwara\nkevin\nelkann\nagile\nagila\nph.d\nagregava\npublicados\npublicador\neurocopa-9999\nperdão\nxarife\nsimus\nalegres\nwikitext\ncelulite\ntachibana\nwittig\nextermínio\ncuriati\nbarham\ncuriata\nvalidou\nparcell\nparcela\nalmanac\nalmanak\nsacralização\n#bombou_\nreencarnou\ndetetores\nipa-m\ncontratamos\ninclinado\ninclinada\nminecraft\ntchebychev\nkrystal\nmilesianos\neberhard\ntrajetórias\nlodovico\ncorrimento\nanseriformes\nmanstein\nopúsculos\ngraduar\ncoaching\nfatorar\namistoso\namistosa\nrubor\npumping\nloretta\nrebentaram\nmdna\nprolongadas\nschwarzschild\ndeclarei\nmestre-de-cerimônias\nconquanto\ndagda\ninteragia\ninteragir\njavaneses\nliébana\nácidas\n„\nmarg\nmara\nmarl\nmaro\nmari\nmarj\nmark\nmart\nmaru\nmarv\nmary\nprofiles\nculminância\nleppard\nconcisão\nsuboficiais\ndistâncias\nmalassezia\nroanoake\nmercadinhos\ndeops\nfarmiga\npseudorhaphitoma\nypióca\ncapatazes\ndurões\nmetidos\nlatino-americanas\nclamores\nboogeyman\nn9999\nreintegrando\nfilantropos\nbarât\ntestemunhadas\nanti-hiv\nazuchi-momoyama\nmaracutaias\npositivamente\ndesaprovado\naprimorá\njufra\ncoronariana\nblandina\noriolus\nbrotou\ncélebres\npatachos\nresponsa\nresponse\nkambiwá\nanfibolitos\nhumanizados\nrounder\ncaboclinhos\nnagini\nfísseis\nremodeladas\nfunctor\nibarra\npedalava\nwebern\ndossier\nfiscalizadora\nfreimut\nverificaram\nquilometro\nurgência\nfilminho\ngizza\ntoliara\ncgadb\nmutya\nvaldivieso\nschiemer\nniijima\nraízes\nalistaram\nsuha\nlacaios\nsuhl\nbrejnev\nanfípolis\nsèvres\nacessíveis\ngenuine\nespécies\ndestrutividade\njuvarra\nbolhosa\nfollows\nquelhas\ntheobroma\nkirshner\ndescumpre\ncontacta\ncontacto\ninterbancários\nvestsjaelland\nshiina\njustifique\nppb-pe\nsubst\nfeu\nleconte\nsubsp\nlaplaciano\ndicotyledones\ngstreamer\nstrongylognathus\nlaszlo\nsatsuma\nde-bw\natividades\nprolongação\nsora\ntetras\ntetrax\ncomplicaram\naperfeiçoadas\nparasitas\nestimulada\nestimulado\npseudosuchia\nseigo\nmeudon\nmötley\nnovos-ricos\npársi\nbracinhos\naglomeradas\ningovernável\nnf-board\nhabemus\nnegligenciar\nensaiada\nbanditismo\nfenômeno\natwood\nviajariam\ncoloniais\nleporello\njanes\njaneu\njanez\ncalcetamento\nmolecada\ncontagia\nnellie\nkeres\nili\nalingsås\nmoyes\nmoyer\nmoyen\nyates\nmeio-tempo\nshingan-ryū\nanadolu\nrebate\nquebequenses\nrebuscados\ndilatação\nglade\ndecotes\nhasse\nhasso\ntm-99\nconsiderava\nupanishad\nveux\nbangles\nesqueletos\npaoliello\nashford\nnikolaos\ndesfilavam\nintermarché\nmelão\ncardiovasculares\nwalcheren\neretos\nbrasilien\nalma\npettirossi\nproblemão\nguaianazes\nintendências\nambler\nafeiçoou\njingshan\nmuitíssimo\nguttmann\nheimlich\ntibia\nmeknès\nforanias\nluíza\nconvertendo\nés\nél\nratificando\nescritos\nescritor\né.\ntrts\nwesteros\nconvenções\nprojecionista\ngovworks\nindumentária\nmedica\nacusação\nreyno\nfallujah\nterapêuticos\nreyne\nreyna\ncesana\nbooking\nlacatoni\ncasernas\nicmc\nicms\nporky\norientando\nartemisa\nacometendo\ndunas\nalfabética\nalfabético\nrealize\nsatíricos\ncúmbia\nmimetiza\ncamaroneses\nstuyvesant\nbullfrog\ndesistiria\nbaseball\nmemory\nsellow\ncaiena\nguiam\nguias\nguiar\nimunoglobulina\npossibilitar\nactv\nflogisto\nsilveirinha\ndoxa\npersian\ntempura\npreviews\nmerrill\ndesnutrição\nplastic\ndesorganizado\ndesorganizada\nenfeitados\nsubmetidos\nhemorragias\ndecorava\nwood\nwool\ntoco\ntoca\nexploratória\nexploratório\nirmandinhos\nbison\nbisol\npresencial\npresenciam\ntocá\nenergon\nbizarre\nbizarra\ninternacionalistas\npré-molares\ncopiou\nadenau\nestávamos\nadvocacia\nedinson\nmandato\ninatos\nnervação\nturris\noleiros\nquinquilharias\nidiomática\ngaláctico\nxing\nmicro\nlateralmente\npastore\nchoças\ntinelli\navaliações\nconfiram\nduato\nmontabaur\nassemelhava\ndistraí\nuwb\nuwa\nuwf\nuwe\nrecapitulação\ndistrai\ndrusila\ngualter\nmitótica\nmitótico\nbelicosos\nbacker\nestrabo\nsiamese\nsiamesa\nmaçarico\nvila-matas\nauerbach\nincitados\nactus\nactua\nfoliáceo\nmgtv\nmendroni\ndelimitar\ndelimitam\ncarolinie\nwilmer\nsturluson\nglandulosa\ncarnação\ndocilidade\nlazarević\nmoravam\nfurnari\nany\ndificultou\ncoagulação\ngalerão\nluton\nlutou\noranje\ntheobaldo\nfreires\nandina\nameaçador\nameaçados\nfilossilicatos\nribot\nhematócrito\nspears\nconsultoria\nbarney\naderido\nmáscara\naderida\ntamel\ntamen\ntamer\ncristalizadas\nex-escola\nbön\nviciadas\nananke\nbarnet\naudio-visual\nbarbantes\nopenvms\ndonia\ninvicta\ninvicto\nvondel\nautocrático\nautocrática\nleoneses\ncondensação\ndepurada\ndepurado\nbeiram\nbeiral\nex-paquita\nex-primeira-ministra\njolie\ncontagiado\nsarajane\ndesmontável\ncolocamos\nchamp\ncautela\nyoru\nyork\nyori\nmonocotiledóneas\nequitonia\nvedor\ncombinarem\ngabráin\nmovimentará\nplanejava\neletrosfera\nprimando\nsuperá\nfornacis\naykroyd\nevoque\ninterferiu\noberstleutnant\ninterferir\nsupere\nsupera\ninterferia\nsupers\ninter-ilhas\npolônia\nencobre\nclódio\nfermata\nprotegida\nboite\nboito\nelkins\nperda\nsebácea\nhoppe\nfeodorovna\ncpas\ncpad\nfervente\nsearching\nurolophidae\nexpensive\nreguffe\nconotada\nfomentar\nmoacir\nconotado\nargumentativo\ndesrespeitosas\nformentera\ngelato\ncoreografar\n999.9999\ninterceptadores\nósseas\nadmita\nhostiensis\nwindass\nasami\npycnostachys\nnaturel\nrecôncavo\nventrais\nrecisão\narrowsmith\ndorsalmente\ndesnecessariamente\nosip\nantuã\nnedvěd\nbeligerância\ndesgastados\ndupuis\nponferrada\nbandoleiros\nbairros\nbem-aventurança\nnachtergaele\nsu999\ngurgel\nsubirão\nmouth\ndescendia\nmouta\navançados\nfitocromo\nceia\njacq\nafamado\nnevşehir\nliberais\nlerem\ncomandarem\nretomada\nretomado\nprogenitor\nnoland\nestribeiro-mor\nsubjacente\nleontief\nsabaki\nmanchado\nmanchada\nedessa\nrevitalizados\nubayd\nexilado\ncarregamos\nconhecida\nconhecido\ncalaveras\nlameque\ndramédia\nsangrando\nslaves\ntesourinha\naomori\ntricerátopo\npré-militar\nealing\npalatinas\nenfrentariam\nroccaforte\nsituava\ncivilian\ndpoc\nmoska\nfisherman\namamos\ndilthey\nkusch\npareciam\nabaeté\nlogotipo\npiqueniques\ndeixei\ndeixem\nyucatan\npressa\npresse\npresso\ncomandos\nincentivadora\ndescontrolou\nvught\nfalávamos\nduvidando\nboitatá\nteofano\nsonegação\nindeiscente\ntranqüila\ntranqüilo\ncouldn't\nsístole\nstagecoach\ntorcato\naudiolivro\nalmejava\nparagominas\nbattiato\nntfs\ntécnico-administrativos\nautocéfala\ninspecionar\nsanudo\ndiesel-elétricas\nstarrcade\nashoka\nretráteis\nrelvado\ndiferentemente\nkobra\nespiã\ncheney\nprofundidades\nboozer\nespia\nneoclássicas\ncorvetas\nhidrogênio\nbeatriz\nbeatrix\nprotetor\nd-von\npigmentados\nhickey\nrespectiva\nrespectivo\nferromagnéticos\nhickel\ntrellis\ndiclamídeas\nsignificará\nsecretado\nrecensão\ncontenciosa\nmatupá\ncontencioso\ndenny\nvitry\nkensington\nesbraveja\ngaleguismo\nex-deputados\npescou\nencurralou\nbuzina\napterostigma\nlettre\nsommariva\nwilkerson\nalagar\nazzo\npileatus\nazzi\njurisdicional\nadicionada\nruthven\npormenorizado\nsitar\nsitas\ncuisine\ndesamparadas\nfaltando\nearle\ndemitiram\nenviuvou\ninfluenciariam\nbatido\nbatida\nearls\nvermute\nsermão\npôquer\ntalismãs\nmethodo\nredstone\nfolgou\nefetivados\ncupins\nagilização\nhackear\ntrentino-alto\nsilicose\nradiofónico\nradiofónica\nfurnas\nméliès\ntelcel\ncobalt\nanidro\nvannevar\nanidra\nalunos\ndiamanti\ndiamante\nsímbolo\nmanchando\nexplicação\nabraçaram\nbusoni\nperguntei\nperguntem\nriodades\ndestiny's\ncristián\nronchi\nbertholini\ntransformar\nlocomoverem\nfinitamente\nhídrico\nhídrica\nlorscheiter\narez\npensou\nexistências\nexpansível\nnumídico\npontifícias\ne-99\nsubordinado\nstadler\napertei\nembasadas\nnazi-fascismo\ngonorreia\nequilibre\nescolheria\ncafuné\nprontos\nsteinkjer\nforner\neuterebra\nmicrofone\ntaffarel\nneurónio\nafro-asiática\ncaseira\ncaseiro\nmicroburil\nnacional-socialistas\ngugu\nfingiam\nmireille\nguga\nna'vi\nperdas\nsupervia\nproclamavam\nfronhas\néris\ntransgênicas\ncathcart\nmarmont\nquinua\narcs\narce\narch\nguanosina\nproibir\nproibiu\nruanda\nproibia\nbrotavam\ngnr\nraffles\nkb99\ngnv\njonestown\ndolina\nelaboraram\ntrupe\nzira\ndomestica\ntrimetilamina\nboeuf\ncachaças\nfhnistão\noff-shore\nfurtum\nsúdito\nsablon\nimipramina\ntrepadeiras\nvianello\ngotinga\nds-9\nvästerbotten\nazorica\ntrunk\npiscícola\nteorias\ntrung\nsaída\nconsumiam\nrebanho\nsorteou\ndandridge\nendoteliais\nantolín\ncontratilidade\namorfos\nestruturou\ninesquecíveis\nmolloy\nknorre\nmimica\nantakya\nimbiribeira\narticulista\nplymouth\nexpertise\nteague\ncosì\ntabárez\ncose\ncosa\ncosi\nconseqüente\ncost\nsituação\ncranston\nretroativamente\nshavei\nlicata\ncanindé\nbasualdo\nespertalhão\nguarita\nresultaram\nmargaery\nsetran\nno9\nteam99\nnon\nnoh\nnoi\nnok\nnog\nnob\nnoc\nnot\nnou\nnov\nnor\nnos\ncompostas\nnoé\nibar\nibas\niban\nexosqueleto\ncurtas-metragem\nbibliófilos\ncircundados\ncútis\nleiloeiro\nleiloeira\npolyakov\nladeira\nverdilhão\nconvertido\npropretor\nfitzhugh\ndesregrada\niludida\niludido\nluminífero\nkrona\nkrone\nkronk\niniciada\niniciado\ngrève\nquagmire\ntemperada\ntemperado\nnové\nmonoide\ninflável\nflesch\nhmnb\narrogância\npirulitos\npresbíteros\ncortador\ncortados\nnucléicos\nbiagi\ndegradados\njovita\nidumeia\nramallah\ncognatos\nprolífica\nprolífico\ngruiformes\nreclamarem\nfran's\nkatori\nduvidavam\nintimada\npraticagem\nmoradia\nlyautey\nencomendava\ncoblença\nparreiras\nsamuca\naproximamos\nimagiologia\nabalo\nglorifica\ncaladenia\ngonâve\nhorizontal\ncurilas\nassuntos\nespinhosa\nespinhoso\nperón\ncoberto\ncaligrafias\ncoberta\ncatalogando\nvelox\nveloz\ngozador\ncensitárias\nerúcico\ndescobrisse\nparafuso\nsemiaberto\ncroqui\nbariátrica\nkishi\nheathcliff\nrefratários\ndeir\ndeis\nmohnyin\ndeic\ndein\ninquirição\nemicida\nespiráculo\ncorrespondesse\nreforça\nreforço\nmahfouz\ncompiladas\nhaugen\nchaimite\nreforçá\ntantalita\ncanosa\npalumbo\ndesenhar\ndíctis\ndesenham\ncarnuda\ncarnudo\nnorueguesas\neconomia\neconomic\ngentilmente\nmalufista\nperíneo\npendores\neletronegativo\nserranidae\ncomporte\ncomporta\nutilizavam\nculminariam\nvivesse\ne\npapiloscopista\nimpreciso\nimprecisa\ncaldecott\ncaprimulgidae\nsuecas\nwolfmother\nmonocotyledones\noperativas\nenglobado\nenglobada\nauto-didata\nepigráficas\nrisqué\nblog\nmoneró\nalessandria\ncoldplay\norbitou\ncontribuiriam\npicapes\nrisque\ntalas\ntalar\nmonera\ntalal\ncontribuíu\nanthracis\nacabara\nkodály\nbalaio\narmor\nachim\nwarcraft\nchemicals\nalavancando\njulian\nserviçal\ncorressem\nfjm\namadurecimento\nindre-et-loire\nmagá\nwidow\nteresinha\nimpuras\naefml\nlasky\nhummer\nmago\nmaga\nmage\nmetano\ncumpridor\ncumpridos\ncarlinhos\nbarakat\nmedular\nmickie\nnazionale\ntraduções\ntimbaúba\npromoverão\nconviveram\ndaudt\nadvertiser\nsubmetida\nsubmetido\nselaria\nmorgue\nriverside\njânio\nnecessary\nafirmados\núlpia\npreleções\npulps\nindulgência\nindlala\ncingular\nconvicto\nbelver\nbeetle\ncontratado\nimai\nshiji\nnegi\nnego\namorosa\nnega\n999/9999-99\ndivorciar\ndivorciam\nindolência\namoroso\nadorador\nadorados\ntraumann\nrepercutiram\nfrancas\nparampara\ncélsius\ngiovannoni\nkajiki\npassaro\npassara\na.k.\nelectronicamente\nafilas\ncheirava\nmossoroense\nblanks\npassará\nmacke\nmontassem\nunitri\nestacionário\nestacionária\ndirectamente\nsaarland\nskins\nsoconusco\ncerradões\ndesvinculado\nliquidado\nmatheus\nrasteirinhas\ninscriptionum\njansons\ncompanha\nrondava\nfalsificações\nobservation\ntipografia\ncour\nmarsílio\nbjelland\npositivismo\naller\nconsonâncias\ntopei\ncollignon\nkrajowa\ncitá\nprimadonna\nhallyu\ntyndaris\nsauípe\norel\noreo\norey\nfrering\ncampora\nholly\nivinhema\npoderoso\naalst\npoderosa\nsuplementos\nwiig\nmeister\nesquelética\ncochlespira\nsimplon\nrevogaram\nagosto\ninchaço\nmatagais\nabolidos\njacuipense\nherodes\nbomberman\nlimpam\nlimpas\nlimpar\nloredano\nphotoplays\nrecadinhos\ntuscola\nvelocidade\nreformando\ncorduliidae\ncafaggiolo\nvogue\nmarinhos\nolwen\ndiplomado\ngaruda\nvividas\nbobo\nnagravision\ninspiradas\nproxies\nmonnet\np9p\nnewey\nbissau\np99\nbranagh\nconsumam\nseqüestrou\nabramovic\nnovelli\nperitonite\ndecidam\nwikiwikiweb\nphaeton\nsubfilo\nlondrinense\nrotheca\nnai\ncinegrafistas\nwhitecross\náureas\nkm³\nkm²\nbewitched\nproprio\ninformantes\nkamikaze\ngenetics\nkmh\nkmt\nkms\ncompreendem\nsecretária-executiva\npropriá\nkm9\ncoelhos\npowerman\nqp99\nbersani\ncanalejas\nnadadeira\nquestão-chave\ntolerava\nreimpressas\nmetabolizados\nhoagy\ncozidos\npassível\nfréjus\npoluidora\nmisery\ntrevas\npapilomavírus\nmilito\nfrustrados\nrosenblum\nbourget\nbourges\npenamacor\ncarrel\ndesignará\nyussupov\nmicrogramas\ncarrer\nromán\nviiperi\nsemítico\nsemítica\ninscrições\nsul-americanas\nênio\npiridoxina\npeçonhentos\nleida\nleidy\nmanifestassem\nisabelino\nabraçavam\ndigitou\nnegacionismo\namazo\narbeit\nneuburg\nsouthbridge\npracista\nalívio\nfatalidades\nbrilhos\nvitorianas\nbelenenses\nsantana-tucuruvi\nsalinópolis\ngrumari\njuventud\njuventus\ndarkthrone\ndébeis\nafrontas\nafrontar\nexplosivos\nglados\ndescarrega\ncalibrados\nesquiadora\nn²\nobtusa\nº\ncorazón\nraiada\nraiado\nschwarzburg-sondershausen\nwelter\nextravio\nrefez\ninduzida\nfestejou\nfestejos\nsaaraui\ntemáticos\nbutler\nriquíssimos\npompílio\ncaazapá\nhorne\niguana\nflores-de-lis\nestamparia\npratolino\nphilippoussis\npermitida\nhorní\npoppins\npopping\nedson\npushkin\nwaterston\nbackwards\nenzensberger\nbogdanovich\ninadvertida\nexplanation\nfechara\ncompeliu\ncompelir\nvinaya\ndependência\nreproduziram\nincomodados\nmichaux\nhopman\nmichaud\nremontava\ngorgon\nomertà\npingar\nplayboys\ndiletante\nrumo\nruma\nonibus\ncessaria\ndecanos\njay\nintimação\nmoldou\nleiloadas\nhelsingborgs\nrulli\namigavelmente\ndata-limite\ncanastrão\nruinas\ntipológica\nelectrónica\nelectrónico\ntrocamos\ntuparendi\nélficos\ngroapa\nubá\ninconveniências\nfundindo\ncorporation\nubp\nubs\nube\nuba\ncheque\nubi\nbiotecnologia\nhermon\nfrideric\nmércio\nmércia\ncaixão\nrevestidos\nfontecindam\ncassino\ncassini\ncassina\nexcluí\ncaíto\nweitzman\nrockfort\nétnico\nafro-americana\nafro-americano\nexclui\npreventiva\nshenhua\ndirigente\ngluttony\nbigarella\nsaturday\nphysikalische\nfilter\nshunga\npresidiam\nprimary\npéricles\nh.w.\nkadima\nschelotto\nameaçaria\nexpressavam\nmoriyama\npré-frontal\ncontrapôs\nobrigavam\nflorent\nconfessionário\nprontos-socorros\nantivirais\ndecretadas\nstarling\ndonnelly\nsótão\nascósporos\nfamiliarmente\nandranik\nbaniram\nisomórficos\nscrabble\ndocumentadas\nigualitarismo\nbodil\nbodin\ncolectores\nvânia\ntiemann\npassassem\numes\nabaixar\nabaixam\ncompradores\nmg9\noperadora\ngoisern\nrhein\nmonobloco\ndiagrama\nbizantinos\nعلي\nmainwaring\ngarção\nppr\ncarstensz\nitalianizada\ncaxambu\nboituva\nitalianizado\nsuruagy\npepetela\njwt\ncantões\nhunkpame\nfundamentam\nlindenberg\nacaiaca\nleigo\nrossonero\nehess\nbromelioideae\nleiga\nbeastie\ninapelavelmente\nstacie\nback-end\nmudanças\nzodiac\ndoblò\nenésimo\nboiar\nótico\ngritam\nitanhangá\nnoticioso\nmeio-médio\nnoticiosa\ndelicate\nheadhunters\nstrikeout\nprejuízo\nthalita\ntorricella\nshillings\naflaq\nandré-marie\nex-sócio\nconsignados\nfumaram\nmiddlesex\ncreso\nflotilhas\ngentes\nguaviare\ndesignações\nbeaumonteses\ninternazionale\nembaixadoras\ndecompositores\ndemonstrasse\nnegadas\nsocial-democrata\nmaistre\nclodoaldo\nsongkhla\ntanks\nestômago\nácaros\nes99\næthelred\nbatoré\nmorávia\nproporcionalmente\nparanapanema\nbators\nafrodescendentes\nciente\nmondain\netnônimo\ncadáveres\njica\ngetsêmani\natlético-es\ncarboidrato\nvirmond\nliberata\nsuculentos\nthugs-n-harmony\nschweppes\nquinquagésimo\naaa\naai\nmaterializar\nofical\nharbour\nestimularam\nmccloud\ncaspar\nvaldéz\nvaldés\nocchi\nescavados\nemídio\ncariátides\naldean\ncontinent\njinpachi\ntramada\ntramado\nrepresentativos\nalmanack\nalmanach\nyerba\nfalácias\neckstein\ngabigol\ncaçadoras\nfigueiral\nkanishka\nenvira\nindependente\ncastigou\nalotrópica\ndistais\notomanas\nshimazu\nshiraz\njunio\njunia\njunie\nshirak\nescoffier\nrastos\nmaximilien\ndibny\numma\nhåkon\nmōri\nlémur-de-cauda-anelada\ngazzetta\ntabitha\nroucka\nfanciulla\nindentação\nmerecia\ninstalara\nhighlands\nbeauties\nandador\nrepublicar\nrepublican\nconcordem\nconcordei\nconcordes\ntranscaucásia\ngeddy\nmusculado\ndepositante\nbanba\nítalo-americanos\ndoesn't\nteresinense\npotto\neszter\nfowl\nringer\nringel\ncolhendo\ncinzeiros\nadornou\npupilo\npromoções\nquraysh\nsenegal\ncapataz\ncrespo\nexponencial\ndumitru\nrisos\ngarças\ncarnudas\ngrândola\ncolombes\nnarumi\nísquio\nroboão\npirapetinga\nacadémicos\nicosidodecaedro\nterrenas\nmitologia\narquimandrita\nflorista\nsêder\ninquisitor\nrevidar\ndeslizou\nmigra\nqunu\nwritings\naegis\ncibernética\nresultando\nsucessivamente\nficaram\ncorvette\naluguéis\nmccallum\nofertante\nderem\nanglo-indiana\nbedrock\ngambill\ncoleção\nintersecção\ncaála\nutilização\nat-9\njurassem\nreitero\notavio\nreitera\nmitologias\ncodemig\ncartunista\nemprestado\nsuperherói\nvalorizem\nalbiceleste\nsaxofones\nbrigadistas\nmurmurando\nleiras\nregistrem\nformiguinhaz\nfinalidade\nhalf-pipe\nwawrinka\ndistanciada\ndistanciado\ndécimo\ndécima\nvictorio\nvictoria\nletter\naraki\nscudetto\nsernada\nmontefiascone\nsilepse\nmanualmente\ngênios\nmamudão\nsupermodelo\nkiichiro\nromanelli\ncopioso\ncopiosa\nanglo-germânicas\nmereceriam\nlatindex\ngeophysical\nenvelhecido\nenvelhecida\ntorneada\ntorneado\ndesfalcados\nhão-de\nandries\nalinhou\ndemonstrativo\ndemonstrativa\nporto-riquenha\nvet\nver\nvep\ncomun\nveb\nvec\nven\nvel\nvem\nvei\nquerem\nollie\nquerer\nqueres\nmagali\nencontrável\nautoban\nerythrina\nexcursionistas\nfreaks\npallars\nneville\ndiálogos\nballymena\nroxanne\ntelemóveis\ntranquilizantes\nvandread\nkono\nkona\ntransiberiana\nkong\ntachi\nkony\nal-arab\nchichén\ntacho\nal-araj\nestipulavam\nhurritas\npelágica\npelágico\nhajam\nchartier\nqueriamos\ncondoleezza\nmousinho\nchaturanga\nprudentino\ngostaria\nyosakoi\npiraputanga\netelredo\nrepercutido\ncorrs\nestudaria\ncorry\nformulada\nmarvin\nospedaletto\nfabricius\ndumping\nfellini\ncomportasse\ndesaparecerem\ngheorghiu\nensejar\nfunkotron\nulysse\nbreakdown\ngalgar\ngingrich\ncoburgo\necoestádio\nmanuseamento\ndarien\nelachista\npezzoni\ntónico\ntónica\nextraditados\ndanone\nevola\npressupostos\ntiangong\ndesembarcadas\ntrilhado\nsumoc\ngruber\nsexagesimal\nterracap\nplutônio-999\nsamarcanda\ndecapita\nchegaríamos\njudiciárias\naction\nfoxpro\nancash\naronson\nblackman\nmuralhas\nsinagra\nperrie\nperrin\nclassificarem\nfirmados\nfilip\nuelzen\nfilii\nfilia\ngoldwyn\nbilbau\ninibem\ncheckpoint\ndexametasona\ndeterminem\ndeterminei\ngastronómica\ncarillon\ngeorgievna\nplay\nplat\nplan\nbobigny\ntribais\ndissipando\ncowan\nvoado\nradames\nagnóstica\nagnóstico\nsynth\nteano\nprovações\nmicrotúbulo\ngrabowski\nushuaia\natlântida\nkv99\njeceaba\nmorressem\najudam\najudar\nschnitzler\nwikiprojeto\ncausalidade\nindigena\ntwinkle\nencaixaria\ndriscoll\npíleo\nafirmem\ninfelizes\nsub-gênero\nmineralocorticóides\nimprensa\nsails\ncodd\ncode\ncoda\nsorriem\ncody\nvisava\nestreadas\ninterpretativas\ncodó\napegados\ntentaria\nversículo\npoderei\npoderem\npoderes\nalta-saboia\ndoubs\ndragsters\nxai-xai\nfascinava\nrecusadas\npenela\njazidas\ntraqueia\nnpo\nnpk\nnpd\nnpa\nnpc\nnpr\ncongelando\nratas\nbaiona\nratan\nlotou\narcabuz\noptimizar\nreality-show\nudenista\nflyweight\nesclero\ncliffhangers\nacnielsen\nlicença-maternidade\nogedei\nfocado\nfocada\nevora\nolimpianos\nregistados\ncontém\nrapidinho\noclusiva\nwaterman\nzoroastristas\nterritoriais\nvalinor\npantropical\nnucleossíntese\nempenas\ncalhetas\namazonas\nreguladores\nconservar\nconservas\nconservam\nautomorfismos\nnguema\nconstruction\npendurada\nexecrável\nrenegociação\nhouellebecq\nduhalde\ncerdanha\nadoecido\naraçatuba\ngrande-oficial\nequoterapia\nverum\nverus\ncongregam\ncongregar\nóptimos\nabbé\nburgúndios\npolícromos\nessencialidade\ncentralia\ntântricos\nimpaciência\ncentralis\nhorcades\ntomadores\ndinamizando\ntintura\njustificaram\ntoddy\nretorcidos\nconsent\nbuffon\nsubeditor\neméritos\nelectrônicos\nange\nanga\nangu\ntijuana\ndanilinho\nhonrá\niyengar\nsalvam\nsalvas\nsalvar\nhonre\nchoderlos\nfulgor\npacata\ndevotadas\npacato\nfiscalizava\nlakmé\nsinuosos\nlocalizados\nlocalizador\nco9\ncubozoários\nguayas\nbizerta\nbengasi\nniederösterreich\ncoq\ncop\ncos\ncow\ncox\ncoc\ncob\ncoe\ncod\ncog\ncof\ncoi\ncol\ngésio\ncon\ncomadre\ngorski\ncastelhana\ncastelhano\ncornetas\narremessadores\nrock'n'roll\nbartsch\npredisposto\nmodificador\nmodificados\ncomédia-drama\nonerosas\napimentado\naumentá\napimentada\nsemily\nwarri\nex-estudante\nlyndon\nkanagawa\ninexpressivos\naquarteladas\nwinans\nantecedido\nguiyang\nbarbadiana\nproductions\ncomporam\ngddr9\nesquisitas\nbarriga\ntesla\nisrael\npaleograficamente\ntigris\ndesconcertantes\njahre\nromânticos\nblasi\nzhang\ntrabalhará\nblast\nblass\nulvaeus\nexplodiam\naerials\nblasé\nbehan\nmini-jogo\nnyoka\nalmirante-de-esquadra\ngerminativas\nmaarten\nhaddington\nmetamorphosis\np-ádico\nabraçadas\nensina\nensine\nreimpressão\ncaldeireiro\npropondo\nativadas\namsterdam\nnardes\ndolorosos\nficher\ndisser\npessini\noptimist\ndissei\nliminares\nnorthridge\nlimítrofe\nínaco\nusavam\njobson\nempalideceu\nracistas\nalforria\nenunciadas\nperdendo\nmorales\nencalhada\nencalhado\nserhiy\nsupla\npunhos\nurbanizou\nhidroavião\ncondiziam\nbarram\nabrigá\neclodido\navesta\nausencia\nquitou\nrelativos\napreendidos\nanglo-saxões\ndharamsala\nuca\nmeyendorff\npatagones\naeon\ndendrobium\nartimanha\nhire\nhira\nhiro\npopulariza\nnery\nneri\nnero\naltana\nnera\nnerd\nszell\nidéia\nbesalú\nmarabaixo\nfantasiam\ncouceiro\npálidas\nuemg\narmas\nvice-lanterna\nrecriadas\nhändel\nacendeu\nacender\nacendem\nfoursquare\nconsubstancial\nsanitário\nsanitária\ntakahara\nsitu\nemissoras\nreco-reco\ncompressibilidade\ncirne\nkamenev\nalford\nmontros\nloriga\nrituais\nmostro\nsouthend\ncaption\nuniversidad\nlondínio\ncolaboraram\nbrasília\nschwarze\nblaise\nkr999\nuned\nresignada\nparaguassú\nresignado\nrudess\ncolby\nguandu\npalmério\nmactaggert\nmanadas\nparaguassu\nclonais\ndurst\nwantuil\nwantuir\ncontra-atacaram\npapelotes\ndaedalus\ncarbonizados\nbrașov\nobrecht\nuderzo\npara-brisas\ndima\ndime\ndimm\nbambusoideae\ncreeley\nescoltou\nazeitona\nestratificado\nestratificada\ntonicha\nstrife\nwhitlock\nneutra\nneutro\ncumprida\ncumprido\npaolo\npaoli\npaola\nrotundifolia\ntite\ntita\ntito\ntiti\ndecálogo\ndepto\ncocção\nvocalização\nesticadas\nriyadh\nsamba-jazz\nokina\nsa'id\nbalneários\nespontaneamente\nsour\nkewell\nfla\nconfiscaram\nkissinger\nantecedente\nmariehamn\nkulthum\ntálio\ntália\nperipatética\ncarismas\ncounties\niel\nbeerbohm\nxanxerê\npetróleos\ntauromaquia\ninjectado\nescapem\nescapei\nembu-guaçu\nsantistas\ndesacelera\nhashem\nmariluz\ngralhas\ntraqueostomia\najedrez\nazevinho\nie9\nvergara\ncastros\ncastrol\ncacia\ncôa\noribe\nspradlin\ndisenteria\nanapolina\ncharteris\nponcelet\nlublin\nedílson\ninformatizada\nconsumista\ncalculava\ndonau-ries\narika\ntrovão\natromitos\nreclaiming\ninfância\nfutura\njasmim\nunearth\nbattlestar\nbonneville\nadequa\ncubilla\nadequá\nacrescentando\nא\nmech\nmeca\nagregadora\nanansie\ntrianon-masp\nmeta-humano\ngolpismo\njcpm\ndecantada\ndecantado\nmississippi\npiller\nlokeren\ndescaminhos\ndesvendado\nvelha-guarda\nsofriam\nmarcado\nbeas\nautuações\nremixada\narcando\nawadh\ninfantário\nkriek\nkrieg\nmihajlović\nchurchyard\nesmaltados\nagrishow\natuarial\nglobalization\nrespeitável\ndalloway\nsucessos\nsucessor\nmesorregião\nphylloscopus\ngchq\nsquirtle\nqd99\ncúmbria\nbatendo\nlilica\nlilico\nemagreceu\nemagrecer\nsismógrafo\nbrinker\npareja\nbruhns\nobliteração\nmajesties\nsoubirous\nf.i.\nsuspeito\nsuspeita\nsuspeite\ncromeleque\nboo-box\nscrat\nnunatak\naugustinho\ngaspacho\nrebocadas\nmarmita\njequitinhonha\nsemper\nestreitaram\npalavrinha\nnão-executivo\nautodefesas\nbinacional\nressoam\nressoar\ncimentadas\ncaminhava\nressaltamos\ndever-se-ia\nlegalmente\nprecisão\nelevavam\nquiroga\nléry\nareguá\nmilionários\nqa999\nmarke\nmarka\nfluorídrico\nmarkt\nmuette\nmarky\nnitrogenase\nartístico-culturais\nr-truth\ncampano\ngrunwald\nplancy\nmodus\nplanck\nplanch\nampères\nleopoldo\ncontagiantes\ndeportivo\ndeportiva\nremodelagem\nmassivas\nchaenorhinum\nfalcatruas\nzain\nzaid\ncertificadoras\nwatts\npremiações\nmigrou\neditio\npistolão\nitabaiana\napresentou\ncetonas\nsatirizados\nrupp\nembaraçosas\nmordidos\nhattori\nocas\npré-estreias\nacionista\nwumpa\ntosta\nalternâncias\ntoste\nnutricionista\nbreton\ncaptaram\ndilatado\ndilatada\nculminação\nregule\ncyrillo\ncarboxila\ncarboxilo\nclandestinas\nrcmp\nnica\nsaxofonista\nnice\nhospedagem\ndaminhão\nunderworld\ngaranto\ngaranti\ngaranta\nfriul-veneza\ncanetinha\nsexualidades\nstraube\nex-adversário\nhoje\npré-vestibular\nnichol\nbabbitt\nacreditado\nex-assessor\nbillie\nsanterre\nsilverstein\nvali\nberseba\nvala\nvald\nvals\nvalu\nmilka\nmilky\nratcliffe\nsubdivisão\nlesões\nrefracção\nsubdivididos\nnêutrons\nfriul\ntypothorax\nkaworu\nolmo\nneedle\nvariograma\nsumários\nhoutman\nrevistas\nspeedball\ngustafson\natrasado\natrasada\noblatos\natrevia\nquitada\nwinkler\niniciá\njovair\natenciosos\natossa\ninicio\ninicie\ncurzon\nsobreponham\ngambia\nmapearam\ngambit\npórfiro\ndesânimo\nonilé\nrazia\ncínicos\njetro\nexerceria\ncotar\ncotas\nbrockman\ncotai\npropague\nkyabje\ncritical\ndunlap\ns-bahn\necótono\nquaker\nidaea\nperrengue\ndesguarnecida\ndesguarnecido\nneuza\nchapeuzinho\ncrabtree\nnéill\nsutter\ncrocker\natrevo\nfacebuster\npoliesportivos\nlogradouros\nmutuários\nsargento-mor\nberingel\nvellore\nbiológicas\nriverdance\nsentido\nstearns\ntrágica\ntrágico\ndetectam\ncomputacionais\nportraits\nchats\ngigabit\nkeener\nbatalhadora\nsismológico\nchata\ncumprimentaram\nchato\namortizações\nlatimer\nsanhaço\nsequestraram\nmelvyn\npinker\nsomague\ndiretora-gerente\nmuddy\nrichfield\nefetivação\neulalia\ncapitulando\nkiyosato\nlugares-comuns\nrawat\njuína\ngozzi\nlatest\nquênia\ndão-lafões\nenfrentava\nprioritária\nprioritário\nmarsupiais\ncombativo\ncombativa\nderrubarem\naquartelar\nsinnoh\ndinklage\nrefrescou\nsuborbitais\nestudaram\nminisérie\nulterior\nescrito\nhuila\nmocambo\ncalvície\nfa99\nvoduns\nsepultar\nhíbrida\nhíbrido\ntríduo\nexplicáveis\nagricultáveis\ncastaño\nlewton\nrockville\nradomski\nwuppertal\nredundantes\n-\nrelacionem\ngrodd\nestimulados\nitapicuru\nprocriação\napocalíptica\ndrica\napocalíptico\naproveitável\ntwice\nsabinos\nescravas\nclassificar\nzyklon\nreféns\nya'qub\nemissora\nª-feira\nriffa\nardoroso\nesfaqueá\ncyanicula\nreinvenção\ngreatest\ncampbell\namok\namom\namos\namou\ngrêmios\ndesaparecerão\npenínsulas\nshamil\nshamir\ncuritiba-pr\napressados\njuntá\npsicossociais\nadvertem\njunte\neiffel\ncintilantes\ntrailers\nclimatizado\nclimatizada\nbizantina\nbizantino\nformidáveis\nlajin\nsuplicando\namabilis\ndogmáticos\nrealocar\naltiplanos\nilustravam\ntwentieth\nmarrocos\nlançara\nsiskiyou\nvariados\nanagni\natiradores\nmarie-madeleine\norgias\nlançará\necw\necumenismo\nformativas\npimpolho\ngandra\nscarborough\nconnor\nduchesse\nmotosserras\noroonoko\nbekaa\nkaunas\nsenator\nmezzo\nconvexas\narnold\ncrusader\ndesinfetar\nentonces\nhematose\nleyva\npallet\ntêmpera\nfrangolino\nreceitou\nmérite\nsolte\naderia\namours\nex-analista\ngrupo\nergotelis\nsoalheira\nkutcher\nworse\nworst\nmultidão\nrecurvo\nrecurva\ntárique\nlongas\nortopédicos\nhabilidade\nkrisztián\nrelacione\nquiser\nbifurcações\ndesconcertado\nniagara\nespinafre\nalten\naltes\ncátedras\napercebido\nbotinas\ncorbiniano\npoderão\nferrífero\nrelataram\ngloster\napelidaram\nuniforme\nrespirei\nviolas\nviolar\nviolam\nparreirais\nlimitador\nlimitados\nnectanebo\nguarnecidas\ncafetões\nsanogo\narlovski\nratão\nyunus\ndifuso\nanambra\nfemmes\nzekap\nbrumas\nmoedores\nciclônico\ncomplicou\nguto\nbarranquilla\npau-preto\nberkman\neudicotiledóneas\nurrutia\nentomólogo\nbambas\nbambam\npusessem\nduráveis\nuppercut\nebba\ntransmeta\ncanal\nêxtase\ndocumentada\njuntados\nalcançamos\ncanaã\nsigourney\ndonjon\natletico\nfranqueadoras\ndominantes\nfirmou\ncelebrante\nobersalzberg\nf-zero\nmultiplicação\nadnet\nrussas\nsacaram\nnália\nalicate\nhazard\narrecadador\nmonstrengo\nornitorrincos\nnakayama\nsábato\nclézio\naceitando\nsubgénero\nestaria\ndistrito\noficializados\ncdis\nneidhart\nmicael\ncomparação\nkojève\ntarzan's\nautomáticamente\nflambagem\nprotecionistas\npóstuma\npóstumo\narne\nbertazzo\nbistrô\nklimenko\nresolvê\nsimulava\nmalmesbury\nopunham\nplaneiam\ntártaras\nkellogg\nmalditos\ndiminuídos\nrepetentes\nvojislav\nquércia\nreminiscente\nuberlândia\ntamoxifeno\ncompetiriam\nkitsch\ncolumn\ninquisições\ndúzia\ndesvinculadas\nausentar\nscylla\n---\npecha\nsofríveis\nsindilegis\nfossil\ncomporão\natuantes\nsardy\nhamar\nhaman\npayador\ndesanimador\ndesanimados\ndespertarem\nquartil\nquartin\norganometálicos\nextra-oficiais\nbrincadeirinha\nsioux\ndesempenhando\ndesabitadas\nbarjas\nerotismo\npaganismo\nswitchblade\ndetractores\nmemórias\nyonne\ndipsacaceae\ndivulgados\nbastonetes\nlethal\nrusticana\ngallas\napostoli\nmelodiosa\nnationwide\nasfaltada\nasfaltado\nrudge\nacinzentados\npilosas\nmadragoa\ncésio\nlindíssima\nziad\nplatense\ncarmine\nmanfred\nacostamentos\nroletes\noleaceae\nrevalidar\ncomplexo\nexecutantes\nprivatizante\npattaya\npassa-baixas\nindenizações\npríncipe-arcebispo\nsuzumiya\namott\nmexidas\nzamolodchikova\ndoutros\npente-fino\neinziger\nviajo\nviaja\nmodernos\nsorento\naquíferos\npentium\nveneroida\nboitempo\nbistro\ntheoretical\neverywhere\nhemoglobina\ntessaiga\npreconiza\nlenoir\nmagoffin\nrecordava\nruivães\nharakiri\nirina\nadomnán\nkaufmann\niterativo\niterativa\npsicoativas\nuriel\nmassé\nreprisadas\ndamned\nmassy\nmasse\nmassa\nlesados\npiazzolla\ndecoradora\ndesmaia\nvolandri\npós-estruturalista\ncoligny\nconsidere\nconsidera\nmoletons\nfutsal\nascenso\nconsiderá\nlyn\npasiones\nargumentações\nelectrones\ncorticais\npassistas\ntwyla\nfabriciano\ncrusta\nrefazê\nmarilda\nflorianópolis\njofre\nperseguidas\nrepresento\njardineira\njardineiro\nveridiana\nverhofstadt\nteorizado\nteorizada\namérica-sp\nlargos\nlargou\nhousewives\nanceu\nancel\nvidic\nvidin\ndeslocaram\nperambulou\npanavision\namolecimento\nantimónio\nadn-y\nglutão\npanelas\nh99h\nh99m\npleiteava\norda\np9o9\nxique-xique\ndesignação\ncoincidindo\nmiyoshi\natualizam\naórtico\nomolokô\naspirinas\nbanquetas\nsumitomo\nragnhild\nsacadura\nfrágil\nandesito\nautopista\nafligir\nafligiu\nafligia\nbergzabern\ncr9\ncr$\ntribulação\ngastrulação\ncrs\ncrp\ncrt\ncru\ncry\ncrb\ncrc\ncra\ncrf\ncre\ncri\ncro\ncrl\ncrm\npreconceituosos\nd'estaing\nasfixiante\ncrô\ntechnica\ncrê\ncré\nbodo\nchovia\nbode\ntornados\nbermudez\nbermudes\nrhodia\nconcrete\ncircundada\nconcreto\ncircundado\ncozinhava\nsistematizadas\nnotti\nformat\nkerima\nnotte\nforman\nformal\npartissem\nguzmán\ncontestações\ncesàro\niglus\nfuncionalmente\nshamisen\nsuperaquecimento\nsufocante\nlatreille\nadenocarcinoma\nspoonman\nmaedhros\nvillarrica\nintervém\nfoale\norientará\ncompensaria\nprudência\nfoals\ncrippen\nalegrava\nprochaska\ncaminhoneiro\npetrolífera\nquiralidade\nlucario\narribar\narribas\nsimilaridades\nco-fundadora\nserrano\ncontratempos\napitada\nirónico\nassédio\nacordada\nacordado\ncontigo\nhanashiro\nprogenitoras\nprotegeria\nnunnally\ntestemunha-chave\nalysson\nµm\npapon\ngrenás\nanfiteatros\nidentificar\nidentificam\npoliomielite\nninfeu\nharwood\nsoeiro\nselina\naromatizados\nformularam\nsimularam\nexplanados\nafabilidade\ndisfarçadamente\nbrion\nmarcinkus\npaletós\nmonstrinho\ncomemorado\nhien\nhiei\nprevalecesse\nhier\nilustrações\nordenadas\nirrepreensível\niverson\nzvereva\nostend\ncompressão\ntrials\nmozart\nreavivando\ndistração\npinch\nnigger\navicularia\ncarcará\nencampação\nfairweather\nyang-mills\nfinlandeses\nesteticamente\ncaminharam\npiotr\nteletoon\ncruzadas\nproibições\nmelena\ndesmascarar\ndecana\n×\nagencias\nbandarra\nfilme-concerto\npacoval\nsaido\nmédicas\nsilverado\ndividissem\nsubmúltiplo\nnegado\nfacções\ninabalável\nadoecimento\ndissertativa\nrumado\ndelinquente\nempolgando\nmacdonald\ncomprometeu\npirataria\nвладимир\nkrisiun\nsinalizaram\nprotestantismo\nbastarda\nbastardo\nbastards\nneuton\njornada\nnardini\nkulin\nexperian\nrevoluções\naeneas\nbuenaventura\ndorney\ndeslumbramento\ndornes\noctopus\nmachadão\npasqualino\nlaytano\npalomba\nextravagância\namapá\nhabilitava\nbadajoz\nhannah\nhannan\ndiscrete\nmeio-pesados\ndiscreta\ndiscreto\nradiovce\npiaui\nreconheceria\nsmurf\ncoincidências\nmódulo\ntrifão\nksk\ncccc\nlíticas\nscaff\nsubdural\ninuítes\npleonasmo\ndrillia\ndecorar\ncúmplice\nmalinês\ninjustas\nmontanistas\nangiolillo\nrevogou\nxj\nxk\nxi\nxn\nxo\nxl\nxc\nxa\nxz\nxy\nxr\nxv\nxt\ngertrud\nx.\ncornwall\nx9\npulver\neletro-eletrônicos\nxá\ndaseinsanalyse\nxô\nestrofe\nx²\nconcisas\nbaghdad\nguantánamo\ncentralizava\nloucos\nmonarquianismo\nhowlett\nlöwenheim-skolem\nretardou\nbalvanera\nminustah\nracecourse\nscripps\nintercâmbios\nswissair\njooji\nhispanófonos\nornitologista\nfratres\nlibertadas\nthunberg\nrenovador\nmandíbulas\nafluíam\nsolidária\nsevera\nsevero\nsevern\nfundadores\nsaint-venant\nteciduais\ndrinques\ngermersheim\natiraria\nvenn\nencefalite\nlippmann\nveni\nrevelará\navidez\nirreversivelmente\nquati\ncopa-99\nbirmanesas\nwrestlers\nestatização\nquadrilogia\nsobretudo\nquatá\nrestituída\nencostei\nburstyn\nkowalski\nnaná\nnanã\nbartolini\nligório\nhomem-aranha\nnani\nnano\nnana\nnand\nnang\nnany\neichsfeld\nex-rebelde\ntakes\ntaken\ntakeo\ntakei\npauwels\nalma-ata\nex-namorados\nbotam\npaloma\npalomo\nnaughton\nopsiciano\ncarbetos\nencaixasse\nsigilosamente\nestampados\nindiferenciada\naparecendo\nindiferenciado\nmohenjo-daro\nenxaimel\npoética\npoético\ncamouflage\nmegane\nwiese\naveludado\naveludada\nverdadeiros\nsertanistas\ncurrent\nrocca\nrocco\neccles\nquiral\nverderena\nm99a9\naqaba\nfyodor\nplantão\nmontanhês\nunibh\ntalismã\nbeduínos\nalcançariam\nnotavam\nperissé\ncarinhas\nzimmern\nbellagio\nsr-99\nramilson\npimentões\naliyah\nmoyers\nrimini\nseann\nunificou\nricaços\nwire\nabravest\nkwong\nbooty\nboots\nbooth\nmussolini\nsugestiona\nreunidos\ncrap\nhudson\ncrax\ncray\ncrab\ncrac\ndesapropriar\nkitzingen\nátrios\nconfrarias\nblavatsky\nestuque\njogar\njogam\nagitadores\nauto-afirmação\nbutadieno\nnoviças\nintentions\ntransformara\ncarlone\nzenetas\nendless\ntransformará\nbloqueado\nbloqueada\nkasabian\ncaboverdiana\nmesma\nmesmo\nappert\nex-craque\npós-tempestade\nrevoltarem\nround-robin\nauto-declarado\nsemicolcheias\ncentaur\nfichário\ndominios\ndominion\nhooft\nálcool\ncongelados\nallroad\nheihachi\npansy\nfermín\nappalaches\nastounding\ndewey\nadrenérgicos\ncuadrado\npostalis\nvash\nvaso\nvasa\nsmack\nvasp\nvast\nhesse\npedivela\nhipposideridae\nyamada\nrebol\nthénardier\nflanquear\nmichaelsen\nagraciadas\nconsistente\nlabridae\nirani\nchimpanzé\nyarrow\nvolare\nalojamentos\nsobrevoo\nartificialmente\nsobrevoa\ngye\ngym\ngyi\ngyu\ngastronômicos\nexorcist\nchrysalis\nmodera\nmodern\npantheon\nalexânia\nateneo\nparana\njussiape\nabaixada\nabaixado\nperennis\nparanã\nparaná\nkufa\ngráviton\ncompensadora\nmundialmente\nchun\nchuo\nchum\npermanências\nchuy\ngravando\nsanctum\nsanctus\njurisdicionais\nchuí\nkušnirák\npratinho\nadulterar\nmiddlesbrough\nencerradas\n999-99-999-9999-9\ntenochtitlán\nlowe\nradiométrica\ndobradinhas\nnightwish\nhmac\ncaiapó\ndesindustrialização\nsmartphone\nstade\nnello\nchâteaux\noficiada\noficiado\ndarcio\narenosa\nbrashear\nsustainability\nentendidos\nxelim\ninviolável\nbolsa-auxílio\ncursino\ncanadá\nreiteradamente\nzurich\ncanada\nresolverem\nnamoram\nbeaucaire\nwqs\nnamorar\nlittle\nkoltès\nacônito\nex-astro\nconsiderem\nmidas\ndunhuang\nderramamentos\naposentou\naposentos\ndifeomorfismo\ntoca-discos\nresistam\npotentados\nsintáticos\nglienicke\nmaravilhosas\nyuzhnoye\nbiato\nmandragora\nshakers\nnécton\nofuscou\ninternada\nviolão\ninternado\nintimo\nentão\nanalgésicas\nanhembi\naçucarados\nprut\njotunheim\neither\ntélécom\neuwe\npré-definidas\ncheirinho\nenxerga\npotemkin\naguiar\nstorytellers\nassimétricas\nantibióticas\nanticristianismo\neliot\nadamantium\nn.e.r.d.\npelicossauros\nevergrande\nyonamine\nfiambre\naja\ntrinetos\nefluente\nsivas\nsivam\nmanuais\ndanièle\ncucos\nhologramas\njazmine\nconfluência\ncondução\nservidora\nincomum\nleonard\nlongínqua\nlongínquo\nhipertermia\nsuperpena\nassustavam\néfeso\ninternet\nnãos\nfortificou\nassociation\ntimidamente\nvanger\nredknapp\nsenor\nsenos\ntelmex\nreferimo\njuriti\nmesmíssima\ndisserem\nlevantadores\nlevantadora\nnivelada\nnivelado\nmnemônica\nmnemônico\nmassura\ncitadas\nremova\nremove\nnaked\nargilosas\nkid's\ninconformidade\nremovê\ncurumim\noshima\ncouraceiros\nescalável\nlacunas\nautoramas\nfaçanhas\nadorando\nrenunciasse\ncaipiras\nbutcher\nnoli\nampa\nnola\nportillo\namps\nldc\nlda\nldh\nldm\nldl\nlds\nldp\nfiloteu\nornamenta\nornamento\nrincão\ndebitado\nmaude\nweightlifting\nenvolvido\nhegelianos\npardubice\nnocauteado\nvelocípede\nmetabolização\ncampania\nmaterializaram\nvasculares\nramalhão\ncopel\ncopei\nresponderam\ngropius\nchamado\nchamada\ncartland\ndestinará\nspanair\nconduzissem\nhelvétius\nideia\nbudaun\nplacência\nflamboyants\nhouvera\nlogarítmica\nafetasse\nprecedido\nprecedida\nteruo\napoastro\nsmog\npautas\npautar\npautam\ncriacionista\nroskilde\nmoreira\nferryboats\nombros\niteração\ncravejado\ncravejada\noncidiinae\nclodomir\nmilongas\nmicrorganismo\nmeinhof\nzoológico\nipueira\nzoológica\ninfunde\nrequest\nbesson\napresentadores\noctomeria\ngibson\napoc\napos\nbarranca\nbarranco\nimpune\ngaza\npeloponeso\njeanette\npercepção\natravessavam\npteroglossus\ncometera\nal-khatib\ninviabilizar\nlosso\nfragmentários\ninviabilizam\napregoa\nvergonhoso\ncentreville\nacenava\nmiostatina\nmapará\nstellan\nstellar\nlugosi\nabout\nberlingo\ns.t.a.r.s.\nalistair\nnegritude\npatronímicos\nmarateca\nchristiano\nchristiane\nchristiana\nchristians\nkrs-one\nmicrobiologia\nretribuindo\nescolhermos\ntávola\nevitadas\nbeneficiaria\nbresson\noutra\noutro\nmondragón\nindecidível\nventress\ndiscriminadas\noriginários\ntascou\nlatinas\nbarrocas\nbarrocal\nesquire\nmonócitos\nmarinella\npontilhão\nbalena\nuretral\nsakic\nsultanatos\nmordomias\nelectra\ncompostagem\npimco\nradix\nidealmente\nradio\nlaxantes\nmascote\nlodge\ncontinuity\nmercedários\nrundfunk\nhilma\nsizenando\ntanzimat\nfissilis\nfluentes\napproach\nfuzilado\nmegainvestidor\ndrugs\ngemma\nnoviciado\nespecializaram\nradić\noswego\nvalence\nscolese\ntaraki\ngostam\nchuan\novnis\nمحمد\njaqueta\nvirgil\npugliese\ncharente\nendurecem\nídolos\nendurecer\nendureceu\nbanzer\nkrazy\ndirigiria\nconsonantais\nconstituídos\ndistantemente\nerivan\nsusep\nhospitality\nlove's\nfianna\nlongas-metragens\naplicador\naplicados\nretrospectivas\nsalomão\ningressado\nclutch\nimpactados\ncobrem\ntúnicas\ncobrei\ncobres\nsapais\noxálico\nkatina\ndistrict\nanderson\nelegendo\ntraçava\nanêmonas\nresponsabilizava\nlaet\nlael\nmétéo-france\nsereias\nuncle\ndiscordâncias\nmasterplan\ncassel\nseival\nex-guerrilheiro\nenfoques\ntrazida\ntrazido\npermitidas\nhorta\nhorti\ntriunfantemente\nseqüenciais\nbagunçado\nbagunçada\nincontrolavelmente\nanchova\nhurst\nlegalizados\ninflamação\ndescendências\nয\npotpourri\nfortore\ntuskegee\nmiddlebury\nmiddleburg\nincrivelmente\nintempérie\nusufruindo\nactivities\nsautor\ncapricharam\napagão\ndedê\nη\ninverness\ndelicadamente\nmaricá\nnarnianos\nmarica\ndesinteressado\ndesinteressada\nagrupou\nadornadas\nvetiver\nassevera\nmusicoterapia\nreunificou\nregularizar\nfisiculturista\nandaime\nicasa\npenitencial\nhilárias\ndesafiava\nglândulas\nabraçadinhos\ntroglodytes\nníveis\nporque\nscada\nclarinda\nclarindo\nespongiforme\nkönig\najudara\nespelhados\nolfativos\nokurigana\notimismo\nlexus\ntransbordaram\nprescreveram\nmoody\nmassadas\ndominaram\nbonequinha\ndia-dia\npré-guerra\nfiníssimas\npintado\npintada\nmocó\ncumana\ncumano\nilitch\ncrepes\nimputar\nmocs\natenuação\nmoca\npierpaolo\ncumaná\nmock\nequus\nvica\nvice\nvick\nvici\nvico\nteóricas\nrelevantes\nintocada\nintocado\nqg999\nhippie\nobtinham\nígor\npedagoga\npedagogo\ntrançados\nuiecb\ncomparecessem\ncompressas\nfunghi\nassuras\ninorgânicas\nsujeitou\ndeparavam\nsujeitos\nmahajanapadas\nstamper\nspotify\nreeditar\ndjongkha\nreeditando\nbischoff\nimplementaram\nzhivago\npraxe\nproseguir\nnilmário\nfrequentaram\ndurant\nlemmy\ndurand\npoof\ngalícia-volínia\nsagraria\nmcdowell\nbebês\ngastá\nhomem-christo\natingirão\nhenkel\ncomporia\ngasto\ngaste\ngasta\nneurônios\ngerência\nsupersimples\npov-ray\npedal\ncrusca\nceltic\ndd-999\nfermi-dirac\nhollow\ne-999\nchanning\nmunster\ncyrela\nbrincalhões\nextrai\njenny\nmentoras\njenni\njenna\ncentralidades\nvalaisanos\ngravata\nex-chacrete\nbritania\ntatuí\natalaya\npró-vida\ndesfigurar\nnacionalizar\ntatus\ntatua\ntatum\ntantras\nivrea\nsuperintendente-adjunto\ncaptados\nchaillet\nwelling\nmaida\ntyla\nefetuaram\nfilatelistas\nquadruplicou\ndevessem\nsicherheitsdienst\nfestuca\nartilheiros\ncontraparte\nsurayt\nbeduíno\npetraeus\nanomérico\nhaberfeld\nfaçanha\ntipifica\ndevas\ndevam\nescritórios\nseason\nk-99\nmacbook\ncrowbar\nmanipuladora\ncospe\nactualizados\nespalhada\nespalhado\nmulan\nsarandi\nmulas\nphra\ntubérculos\ncamomila\nsarandí\nciperáceas\ngravariam\neconomizou\noryza\nangolensis\nmilagros\ndisseca\nsão-carlense\nmaracaípe\nresultava\nhabitação\nmogwai\nfabricados\ndurasse\nschajris\nannan\nannam\ndisneymania\nrígidas\nknust\nperiodontite\nonomatopeia\neridani\nbinha\nbinho\nbarbacena\nvencidos\ncamobi\nmateiros\nchamativa\nchamativo\nrm99\nnornas\nchitty\ntombuctu\ngonzagão\nquimono\ntransitória\nmandibulares\nbirobidjan\n∴\nenganá\nexclamação\nantliae\nameadas\nocuparem\nclavulina\ncastings\ndeita\ndeite\nestreava\nmacaenses\nreanálise\nsolbrain\nqv99\nindicasse\npalheiro\nsaí\nsaá\ndescuidando\ntubinho\noświęcim\nsai\nsao\nsam\nsal\nsac\nsab\nsaa\nsag\nsaf\nsae\nsad\nsay\nsax\nsar\nsap\nsaw\nsav\nsat\npaşa\nafanasyeva\nex-seleção\neberbach\nréplica\nhasenöhrl\ncotidianas\nengana\nsentando\nestritas\npocock\ntrepar\nmainyu\nisep\nentoavam\nisec\niseg\nlibretista\ninstrument\nmahaprabhu\nansiosamente\ndecodificadores\nmúsculo\nexcessivamente\nsidis\nnetbook\nesses\nesser\nessex\nessel\nessen\nvendessem\nsistêmicos\ncnbc\ncnbb\nsextas-feiras\ncnbs\napartidária\nexarca\ngolos\ncunhambebe\nwikimania\npilcomayo\nprimeiro-suplente\nsilicato\ncarretéis\nexpelem\nanalepse\nmckean\nléopold\nludi\nludo\nacreditados\noccidentalis\nrowdy\nabscissas\nprotagonizados\nmetallurg\nrikuo\neton\njacuí\ngrossas\nteleósteo\njacus\nenxergamos\ncultivadores\ncalderon\ntentações\njm99\nmercantil\ndaudet\ncontasse\nmizell\nressabiado\ndefinidos\neducá\nintertoto\navalanches\nseem\ninvestigue\ncebrenia\ndevolvidos\nvoadores\ncrying\ndanko\nfelicitou\npsdb-rj\nfinja\njerimum\ncaganato\ntosão\ngabaritos\nmantegna\naventado\nmetódico\npineal\nmetódica\nfilipović\nfenólico\ndesencorajou\ncandeal\nwhibley\nminimizou\nalvejar\nlepper\nex-prefeitos\njalal\nlaboração\niheartradio\nyavin\nfacho\nosciloscópio\npesos-galos\nclaque\ncapacidade\nniehues\nerato\nvetados\nfortaleza\noberland\nsimplismo\nlógicas\ncompulsivo\ncompulsiva\nconvido\n-butanol\nconvide\nabades\nconvida\nrevendedor\nacreditassem\nprotocolado\nprotocolada\ndeterminismo\nvadico\nhospedou\nperoxidase\nnessas\nvacilar\npedagogicamente\nvisigótico\nbovinas\nstarleague\nwestling\nsilvio\nsilvia\ncarrinha\nwasth\nwaste\ncarrinho\nex-vj\nautopropulsada\ntransportava\nostrava\nhoffmannsegg\nsensorial\ntreslagoense\nalco\ndêem\nkarbala\nlegato\ncurto-circuito\nalca\nribadouro\nencorajadores\nhuan\nhuai\nmathilde\naparelhagens\nmathilda\npichadores\nproletárias\nmonográfica\nmonográfico\ncovilhã\nidílio\ntides\ntider\ntideu\nchance\nelitista\natendendo\nideólogo\nvertigem\ncourson\ndesautoriza\ncorrecional\nmencionar\nmencionam\nmarianna\nyeshivá\nmarianne\nmulher-hulk\ntibério\naristarco\nwalsh\nnotariais\ntopológica\ntopológico\nd'arezzo\nhuntly\ncomlurb\nensaiam\nensaiar\nredigir\nredigia\nribeirinhos\ntranslúcidos\ncontrastes\ncapeto\nhumorísticas\nsangalo\nfukuzawa\nnilopolitana\nobedientes\nconfeção\nlacuna\nsiamesas\npossuímos\npentose\ntransforme\narmstrong-jones\ncaliciformes\nturoyo\ntelevisores\nespoletas\nsubwoofers\nsulina\npsiquiátrica\nboiteux\npsiquiátrico\nrendendo\nimpecáveis\nق\nmarangoni\ndecadentes\nnasica\ndirecionou\npaleozóica\npaleozóico\ntsymbalar\nalongando\nargenteus\nrealçam\nrealçar\nrenascimentos\nsudetos\ncativo\ntripulantes\ndesgastes\nsalih\nsalif\nsalix\nsalir\nvdg\nbinomial\nlacticínios\nbratman\nzambon\nlacrimogêneo\nreestruturações\nfemininas\nesculhambação\nenvolvessem\nictiólogo\nmentzer\nemotional\nabstract\naroldo\nforrós\necoa\npaulista-99\nabertura\nguérin\ndelbert\nprimata\nselenocisteína\ncantharellus\nacetoacetato\ngenet\nebner\ninabitada\ninabitado\ndesagrado\ndesagrada\nurupês\nsóbis\npopulosas\ninstou\nomissão\npacíficas\nperegrino\nmohsen\njustiniano\natóis\nhuygen\nargúcia\nobsessivamente\nnaginata\namnésia\narganaz\nbrasil-portugal\nfersen\ndapuzzo\nesterilizada\nesterilizado\nazimutal\nbernays\nlavalleja\nelesis\ncriminalistas\nrepetido\nrepetida\nfoggy\ntolerâncias\nwilkie\n9,99\nmenoridade\nacometimento\nimplementados\ncalculadoras\nbedtime\nmá-formação\npremio\npremia\ntrivialidades\nequipo\nmalatya\nceleiro\npremiê\nrepar\npensata\nenxutas\nhípias\ndesigualdade\ntrabalhar\nbombardeá\nmodular\ngibeonitas\nelegantemente\nenfermeiro\nenfermeira\nrookgaard\ntanegashima\nenredado\npulgas\npulgar\ncadmo\nplaneados\népicas\nposiçao\ncanjica\ngeodesia\nreality-shows\ndulles\nreptiliano\nreptiliana\nquartas-de-final\nnorwich\noccitano\noccitana\noccitane\nmicroblogs\nlament\nmalatesta\nincompatível\njutlândia\nlouros\npersonalizado\npersonalizada\ncapsule\ncapsula\nperniciosos\noppenheimer\ncapuchinho\ndinastía\nsobreviverem\njurara\ndissidência\nwhatever\nvalkyrie\nrepertorium\ndiadorim\nindianapolis\nsupercampeão\nbookman\ntransmitida\ntransmitido\ntorturado\nsomo\nsoma\ncassetas\nsome\nmotrizes\npreverá\nenforcando\ndestacaria\nstatistics\ngalactosemia\nstatistica\narismar\ndidissandra\nprizren\nliboni\nridwan\ngonzáles\nhunos\nprensar\nprensas\nhomicidas\nomoplata\npristina\nmelhoravam\npenteados\nsofismas\nfraudada\nbierstadt\nbassoleil\naureus\naureum\nnicobar\nculpada\nburma\nescrotal\nseniavin\nesboçam\nesboçar\nargila\nficedula\neco-turismo\nmarcharam\nincognoscível\nimpressionava\nquality\nquilotons\nconfigura\nconfigure\nconfigurá\nwilfredo\nimpression\nlikens\ndarby\nabaluartadas\nmitológicas\npalocci\nknopf\nteng-hui\nempanar\nindeterminismo\nmirbeau\ndiversity\nex-banda\napeldoorn\nchalk\nneverwinter\nsuperando\ncremesp\nchalé\nestupraram\nvanucci\ndirigimos\nutah\nutau\nbabbel\nembaraçar\nlightpar\ndesrealização\neliziane\nsugerirem\nsubjectiva\nsubjectivo\naerofone\nmoshê\nrestaurados\nrestaurador\nmoshe\ncomplementadas\nsegmento\nestreou\nsucata\nr.s.\ntigrina\nlambertini\nlazarus\npecan\npecam\nbalde\nseefeld\nwilno\nhospitalizados\nvalas\nvalar\ncondizem\natiradora\nproibitivos\nelogie\nelogia\nelogio\nbetter\nmetion\nrenko\nbowdoin\nprinciples\ngenomas\nelogiá\ncrente\nbeatty\nevitáveis\nbrigamos\ncognitivos\nautoimagem\nbesiktas\nerrante\ntateando\nterracota\nreptans\nsunbeam\nlyrics\nex-lateral\nnervosos\nkoblenz\nelencou\nelencos\navelã\ncabovisão\njean-philippe\nvaldemir\nsikkim\nnowe\nnowa\nnowy\nsambando\nproconsular\nlascivos\nlaço\nvegetable\ncylindromyrmex\nplug-in\nverificarmos\nillumination\nalcatra\ncaminhonetes\nsolidarizar\nmohun\nalegoria\nnorteia\nfibrilas\nellwood\ndonatário\ndonatária\nâmbitos\nconhecidos\njack-9\naristides\ncronológicas\nrealty\nclaim\nclair\ncontradizia\nsteklov\nconstatações\ndemolidor\ndemolidos\nastrophysical\novóides\nheterogeneidade\neminönü\napagam\napagar\nmaharaj\ncarrões\ndasp\ndass\ndash\ndasa\naplaudidos\nnorman\nnormam\nnormal\ntheatro\nnormae\nshastra\nnormas\nmilionésimos\nautuado\nvictoriano\nautuada\ntocata\nuelliton\ngags\nalpoim\ngage\ngaga\ngago\npiccadilly\ncovalentemente\ncofator\nrompendo\ndsps\najudantes\noséas\nlatada\nberiev\nmarkus\nmarkup\nmarkun\ngates\nligasse\ndispensaram\ntajo\nbruxaria\npnae\npnad\nachava\nfollett\nhetfield\ntrintignant\ncaiba\nflock\ndeliciosos\nfloco\nhostel\noutfield\ndunkel\nforget\nfactóides\npériplo\nabû\ndispararem\nbroderick\noutos\nventimiglia\nfriburgo\naba\nabb\nabc\nabe\nabf\nabi\nabl\nabm\nabn\nabo\nabp\nabr\nabs\nabt\nabu\naby\ntribute\nintensificadas\npancadão\nab9\nestrépito\njitsu\nchimera\nsimental\nsiren\nsiret\nradiográfico\npseudónimos\nnin-jitsu\neunuco\nninhadas\nborbulhar\nrobbie\nrobbin\ncallum\nn-tek\ngiménez\ngláuber\nprophet\naviões\ncadu\ncady\ncada\ncade\nendógenos\nmultissecular\ngasnier\ncadê\nfaium\nhopper\nrelation\nkennedys\nrecuperar\nopec\nbourbônica\ntamales\nvisiting\nkiyohira\nurbanismo\ningressarem\nraval\nefígies\nibero-americanos\nalcançe\nevolucionismo\nsolter\nsoltem\nhuallaga\nrioverdense\nmaupassant\nfulcral\nservet\nderivando\nespeto\nespete\nmosquetões\npajero\nconstituindo\nmanifestem\nclips\ncerezo\npromusicae\nscodelario\nmarsilio\npresentinhos\nbigode\ngrooves\nelachistidae\nermanno\ndobrá\nbolla\nannabeth\npayne\nex-director\npedágios\nwingate\nenergética\nenergético\nconsertam\nclebson\nconsertar\nbenavente\nmeirelles\nandresa\nvinícolas\nmadden\npauper\nlacoste\nlapo\nlapa\nlapd\nserraglio\ncantares\ncantarem\nskarsgard\ntragtenberg\nnanbu\nxoguns\nsisi\nsisa\nsisu\nampliava\ndiamandis\ndobra\ncelebração\noperárias\nacarte\nphotography\npseudagrion\nalcalinos\nco-director\ncambirela\nmeio-irmão\nrouting\npalacianos\nanti-clerical\nsachsen\nsilverchair\nbitolas\ndescontrolados\nrectangular\npucsp\ncontragosto\nesquilino\ngamberini\nwanessa\nashgabat\nsalpas\nremarcação\nbaleiro\ncálculos\nseriadas\nmillonarios\ndespeja\nabominações\napplegate\nascânio\ncareggi\nmaquiagem\nrepatriou\ntenis\nalfeite\ngaedel\npelúcida\nservlet\nzine\ntraumatizada\nzina\ntraumatizado\nakbar\nburlescas\nbragantina\nvislumbrou\npontas\ndecente\nsubsetores\ntenzin\nhenri\nadorável\nleãozinho\nbarbante\ngrafschaft\nemanava\ncacheados\nmensagens\ngibbon\nhonorato\nreúso\nproclamava\nlnec\nmpeg-9\n-prata\ncriminalística\nfumaça\ncarção\ninterstício\ncapitata\nbloqueios\nvolscos\nconcessionada\ncurricular\npredileção\nsalvamentos\nfantásio\nrichet\nriches\nproteinas\ninibidora\napropriação\nmémoire\nmoneyball\nmoose\ngiramundo\nhearth\nsacrilégio\nneurologista\nhearts\nempática\nmaricato\nninon\nbessler\nrequisições\nninox\niles\nturbinada\nturbinado\ncotados\nhaviam\nincendeiam\napolónio\napolónia\nnavalhas\nvivi\nvivo\nequatoriana\ncaudaloso\nequatoriano\neternity\nmovimentação\ncítrica\ncítrico\nacordeão\nlemony\nconvidavam\nhymn\nsixties\nfujairah\nmilford\nbraceletes\nintransferível\nmoschata\nhutchinson\neuronext\ncontrastando\nprévias\nguy-manuel\nfeiticeiros\nexcessos\nbartók\narticulados\nvertebrados\nwhirlpool\nshoki\ntermodinâmicas\ncargos\neuropeus\nsarafian\napollinaire\nconfessei\nmessiânico\nmessiânica\nsultanato\ncastrioto\ndomésticas\nnailin\nhoboken\nterminando\nkível\nshinigami\nbarelli\nbouças\nebisu\nademar\nbisashu\nvalsassina\namarilys\nopole\nverdadeiro\nnicollette\ntraficantes\ntempestuosos\njuzarte\njorgensen\nlebesgue\nobservando\ngabiroba\nwanderson\nex-governador\nfables\nalcunhas\nschwarzenbeck\ncamponeses\nproezas\nmadrilenha\nferris\ncaíssem\ncnidócitos\nrapta\nwhiskers\nlineup\nopportunities\nflexuosa\ncamboriú\ncanales\nincoerentes\nvertebral\ncorleone\nagogô\nconsulado\nrequer\nnão-fumantes\noutrora\npinochet\ngebhardt\ningênuas\nvaranus\ndalma\ncriancinhas\ndalmo\neduardiana\nvaslui\nnorrbotten\nhydrophyllaceae\nfragile\ncefeida\nhomenzinho\nposicionava\nthread\nthreat\nmédico-hospitalar\nscript\ninteract\npotenciação\nfree\nantirretrovirais\neletrônico\neletrônica\nsaraceni\nsaraceno\n99.9999999\nexonerados\ncarville\nmachete\nsírias\nmussum\nnelma\navaliem\ncorreriam\ncorrerias\nexptime\nrinaldo\nrinaldi\ndegiovani\npvp\nstump\npvt\nkrajina\npva\npvc\npvd\nconstam\nconstar\ngiove\nempalamento\nhiv-9\ntapeceiro\nfret\neames\nsuspenderá\nalekseyevich\nretirei\ndescritivos\nretirem\nsubsistiram\nimobiliza\nimportunar\nалексей\nbrunneus\nimobilizá\nfajozes\ninciando\nbaravelli\ndeixes\nsakakibara\nleal\npontedera\nchitas\nharlow\ncontrapartida\nnecessitem\númbria\nprovarem\nflutuadores\nincrementadas\npragmáticos\nimemorial\ndispomos\nmetzger\nhagrid\nbisping\njapa\njapi\nt-dog\nelie\nelia\nelin\nelio\nelis\ngrunhidos\npredecessores\nabrissem\nmordomos\nenguias\ncarcinógenos\ndinástico\ndinástica\njamelão\ndescampados\ntommy\ntommi\ndivers\nsagazes\ntratore\nmanzini\nintempéries\ncontamine\ncontamina\nhíndi\n999\nswindle\ncôndilos\nrosie\ncunhados\nlipoaspiração\nrapcore\nsaibam\nsaiban\ndespovoamento\nsuplente\nmassagens\ntrismegisto\nlamosa\nbaruc\nbarum\nbaruk\nwren\nperceval\nmicronesia\ncerimónias\ncircularidade\nbecause\nen\nregistration\nvoynich\nai-99\nesguicho\nsubmergida\ncanhotas\nwight\nhabitantes\nacentos\nmaifeld\nregalado\nisdn\nep\nantracnose\nfossilizadas\nalcanizes\nfawn\nhanging\noponha\nmengele\nbarquete\nfinkel\narmstead\nbiombo\nsistematizou\nnúmenor\nanedóticas\nseds\nautopreservação\nstoller\nsede\nseda\nferencváros\nsongwriter\ngiusti\ntelekom\njasão\nal-amin\nnoêmia\nstrawson\nplátanos\ncedilha\nrememora\nælfric\nargentière\narrefecidos\nkhattab\nmutualmente\ndespoluir\nsturgess\ntarquínios\nvelame\nstarlights\npayette\nhomomorfismos\npc-9999\nassur\nkučevo\ntonino\nabandonaram\nkennan\nassuã\nhai\nhaj\nhak\nhal\nham\nhan\nhao\nhab\nhac\nhad\nhae\nhay\nmáuria\nhap\nhaq\nhar\nhas\nhat\nhau\nhaw\nassinada\nassinado\natendimentos\nmontarem\nmadureira\nespalharem\ncsstext\ndyson\ncannibal\nprosopon\nsabão\nconstitucionalização\nbaze\ndissocia\nemberizidae\nritts\npreobrajenski\nigbos\nperguntando\nsalpicada\ncrendice\nconsolidá\nceramida\nstamitz\nconsolide\nditada\nvombates\nbodmer\nalastair\ntermas\nterman\ntermal\nhabitasa\ncolocar\ncolocam\ntecnicolor\npío\ncusteia\ncusteio\ndelineia\nlidamos\nguarará\nassessora\nbotanic\nrompem\nreformado\ncontrolado\nreformada\ndigressões\nexasperante\nbordello\nassimptótico\npulgão\nns9\nguerreou\nromper\nhaguenau\nfiável\ndecido\nac99\npimp\nincutiu\npima\nbreslin\nwasco\nhumorista\nschuldiner\nruspoli\nouvida\nvarzelândia\nouvido\nkinomichi\nconcentrem\ndipirona\ndescontraída\ndescontraído\nc.s.\nscottie\nmatsunaga\nosklen\nabandonado\nincluíam\ncolapsar\nneurocientistas\nmaquinações\nchernykh\naustralasian\nvotariam\ncalibur\npredominantes\ntoute\napolítica\nmorrendo\nreexibição\ngerbelli\nprojetar\nhabré\nschillinger\nultimato\nfhm\ncarrinhos\nornamentadas\nroshi\ngielow\nestratosférico\nprestigiados\nmendiga\nmendigo\ninócua\nfovest\nimru\neivada\nimre\nimra\ngundersen\nalesana\njn99\nessays\nsmithers\n─\nyoshitaka\nfabricado\nfabricada\nornitologia\npringlei\npringles\nsoverosa\nyeager\nampliados\nroundhouse\nponderados\nrichelieu\nproíbido\nobjecto\ninquisitorial\nimpertinente\nadaptation\nsisas\ndanceteria\nacirraram\ndozen\nrecompensar\nrecompensas\ndioxinas\nsalvi\nsalvo\nsalva\nsalve\nwerley\nestrabismo\nempregatícios\ncrescendo\nsalvá\ntranstorno\nqueimaduras\nkearny\npietro\npietri\nrussificação\npietra\neilistraee\nzafra\nendotraqueal\nfigurador\nfigurados\nsubsecretários\nnovena\nliancourt\ntroisgros\nconvenientes\npreenchiam\ndickinson\nluisinho\nrecordes\nvetere\nvetera\nnacional-sindicalista\narecaceae\nintelligent\ncética\ncobaias\ncético\nclimatização\nrestringindo\nmemorialista\nphysicians\nsnake\nantitabagismo\nalejandro\nalejandre\nalejandra\nscrophulariaceae\nandrômeda\nlítio-9\nrrethi\nrepetição\nvalão\naurangabad\njoe's\ndisney-pixar\npousaram\nrenée\nbelazaima\npastando\ndeslocava\neuston\nsaxônia-anhalt\ncooperado\nmontei\nincitado\nministrados\nincitada\ncontraprestação\nconfortável\nsacudir\ncarro-chefe\npremiaram\ntordesillas\npeemedebistas\nfebruary\norfãos\nliebe\ngrids\nbombril\nnalguns\ndorsalis\nnaufrágios\nmaltrapilhos\ntubular\nfleury\nialomiţa\nadrenais\ntanzi\nmachinea\nmachines\npaulette\nvereeniging\ncontrassenso\ndevastation\ndecaydance\njesuíta\nigualdades\nhidroxilo\nhidroxila\nautoajuda\nshakin\ndesfilou\náptera\ndunkirk\npós-saddam\nlogótipo\nmaduro\ngeraram\npratica\nantarctic\npratico\nsainha\nsudaneses\ncolorretal\npraticá\nmargeado\nbracken\nmargeada\nbracket\nsupremacia\nsolicitantes\nsuprimido\nsuprimida\nescravizando\niluminado\nmilitar-industrial\nter-lhe-á\nrodará\nzwingli\nbresser-pereira\nmadhouse\nkikongo\ndushan\nabastece\nguinevere\niluminaram\nvoblast\numbela\ncolecionou\nsegurado\ncombatente\nnatos\nsarilhos\nmiyamoto\njet-set\ngaragem\nepitáfio\nsuplementação\nsignori\nbanqueta\nsignore\nsignora\nbattle\ngatão\ninterconversão\njustifica\nsegurada\ncoroamento\ntransmontanas\njustificá\nfixado\nfixada\nreagente\nzollernalbkreis\nsuetónio\nentitulado\nentitulada\nquelantes\ndemocrata-cristãos\nteam-up\nqualificação\nfitossanitário\nspreads\nravióli\nֵ\npolygalaceae\nprešov\npresentear\nchallenger\nrespondessem\npublicamente\ngaleões\npancadas\nhouten-groeneveld\ngelatinosas\nrendaku\nsportverein\ninterbank\nprofessionals\nhartlaub\nbostra\ntriplamente\nsegmentadas\nadolf\nshōgun\ngrés\ndelmiro\nlevinsky\nalvez\nsubordina\nnigricans\nbuey\nbuen\nconvocava\ndisque-denúncia\nsthefany\ntaney\nsubmergir\nbehrend\ngilvan\nbasquete\nboicotaram\namável\nbarqueiro\nassistencialista\ndesferir\npungência\npique\nquíncio\nrespeitosos\ncoloured\nexercendo\nass\nmúsica\nmúsico\npiqué\nast\nludwigslust\nreputados\nfuracão\nkronos\nasc\natracam\nase\ncrates\nbanhando\naso\nasm\ninteligibilidade\nmedíocres\nxsara\nepiolmeca\nconsagrasse\nrecreação\nhominidae\nutópicas\nsegregada\nsegregado\ndominadores\nhumanizada\nhumanizado\nreposicionamento\nstecca\nescandalosos\ntrafegando\nscriptores\nbang-bang\ndesemboca\nordenança\nwright-patterson\ndente-de-leão\nvidraria\ngarrison\nirreparáveis\nbisão-americano\nsektor\ninguchétia\nt-pain\nwoodall\nteosófica\nteosófico\nreshevsky\ndiscrepâncias\nperfeitamente\ninglés\nfrielas\nnaipes\ncantarão\niceborg\nsollys\nagressivamente\njalandhar\nparadinhas\nmetabolitos\nsemânticas\nperfeiçam\nvergonhas\ncefalotórax\nsubaru\nprecipitação\nandorranos\nfróis\npaducah\nernakulam\nvingando\nkilauea\nmcilroy\ntweeter\nfunck\nmoldura\nmargens\nxlviii\nnociceptores\njärvi\npacelli\ngrão-mestres\nvampiro\nvampira\nvampire\ngu99\nvacas\ndestilados\nclaro\nclark\nclare\nclary\ntropeçam\ntropeçar\nreformulados\nbalançaram\ngamede\nharajuku\npruett\ninterceptor\ninterceptou\nbalbis\nalzira\nalziro\npópulo\nslide\nmorbidade\nloreena\ndecaída\nobsessivo\nobsessiva\ndecaído\nhidráulicos\ndoutrinador\nstiftung\nurgell\ninsulza\nborgonhês\npouparam\ncaçador\ncaçados\nvasodilatadores\nbúfalo\nbúfala\nap99\nexaure\nconscientizar\nlindström\nhector\nhomúnculo\nmergulhado\naltissimo\nguarapari\nsouthwark\nchamarei\nchamarem\njacaranda\ndaugavpils\njacarandá\ngovernistas\npharos\nestada\nsibila\nestadi\nestado\ne-9\nptolemais\nassociada\nassociado\ninstituía\ndesconsiderando\nsartre\ncatwalk\nfamiliarizada\nfamiliarizado\ncasshern\nacadepol\nvalerian\nvaleriam\nkirilenko\nacalmá\naumentasse\nilustrativas\ngeografica\ndesapropriada\ndesapropriado\nurzes\nrenfro\nauc\naud\naug\nauf\ntercetos\naum\naun\naus\naur\naut\naux\nau$\nquilo\nnakichevan\nauê\nvestfália\nsobibor\nassalariados\nkubrat\ndeslizam\nteorização\ninstabilidade\npolemizou\nmedios\nreexame\nbagaceira\nrambouillet\nona\nsintomático\nmensagem\ncristianização\nunbound\nrefeição\nont\ncostureiras\ncoriolis\ncosmic\nbartolo\nhewett\nécole\nsebo\nrheinland\ndeflagrada\ndeflagrado\nclindamicina\nabordem\nterrestris\ntaquigrafia\nagilizou\ngiralda\ngiraldo\ngirafa\ngiraldi\nparapeitos\nquinz\njudiciária\njudiciário\nquine\ncampagnola\ndesagua\nturley\nmarco\nmarci\nmarck\nplaneando\nsubaquático\nsubaquática\ngartenkraut\njahr\noleracea\nv99\nheurísticas\npentecostal\nmissiva\nlocalizável\npolygyridae\nportugês\npeschiera\npetit\nremixados\nsemeadura\ngrieg\nabarrotados\noração\na-list\nelas\nelan\nsomos\nsomou\nrun\nmonteagudo\nrum\nruc\nrue\nruy\nolympiad\nfuck\ndificultadas\ninsetos\nguardem\nboleslav\nboleslau\nmembership\nrondeau\nplatte\nornelas\npāṇini\nerguem\nteller\ntelles\nfrequentados\nverificavam\nd.f.\nmanifesto\nmanifeste\nmanifesta\nvaruna\ndemorariam\ncarnival\njumping\ncontrabaixo\ntediosas\ndecretasse\ndelirar\návidas\nidólatra\nbiscayne\ncerial\nvapor\namentos\nyorinobu\nhistona\npolimestor\nneutralista\nstenzel\nclouseau\néconomique\nbuchmann\nunipessoal\ncaóticas\nlelouch\nbryson\nverminose\nalva\nalvo\nalvi\nbaianas\npaleocristã\nleques\ndispensário\nprotoss\ndrenada\ndrenado\nbússola\nprimogénito\nprimogénita\nagonoxenidae\nmunduruku\nmaneirista\ndespistar\nzermatt\nlaine\nlaing\nlaino\nregni\nregno\ntanana\nraulino\ndesempenhos\n9-9-9\npenada\nandoni\ndedicassem\ndesenrolado\nmunchkin\nmarauders\nvaldez-cordova\nrecall\nreestruturação\ncomfort\njuízo\njuíza\nhopeless\no'callaghan\nbattenberg\ndesencontradas\ncrohn\nstrozzi\nkatrina\npargo\nparga\nanklam-land\nclics\ntrois-rivières\nstaatskapelle\npetrosian\nversión\nclick\nlucravam\nwisconsin-madison\nrebela\nrebelo\nexterminador\nexterminados\nblaugranas\nrestaurante\ntaipé\nrestaurants\nestenderiam\nexcursionar\nsk999\nforeign\ncélulas-filhas\ncobraram\nbruscamente\npaís-membro\npeppers\nescalaram\nabanar\napelações\nfitzsimmons\nkokomo\ndebelar\npoza\nincorporadores\npozo\ntessalonicenses\ncaraterísticas\nligante\nrúgios\nrecriminações\nstripped\nfreduzeski\nstripper\nfnlij\nprojovem\ncomportamentos\nsherrill\npré-existentes\nfísicos\nalesi\nalesp\ncomediógrafo\nvallier\nministrado\nministrada\npro-aim\ndespejados\nplanejaram\nfurious\ntronco\nrutten\nrutter\nุ\npaura\nsituadas\nimponentes\ndixie\ncorriam\nlangford\npinhal\nmorph\nrhein-pfalz-kreis\nbrotherhood\naydano\ncomutado\ncomutada\nmecatrônica\nacentuou\niraquiana\nanatólico\nprimeira-base\nexterioriza\nlelo\nlela\nlely\nperfection\nlagoas\nshowdown\njaponica\naceleram\nacelerar\nlelé\ninsistam\niger\nvertov\nigel\nmostramos\nkolhapur\ndesordenadamente\ntumbler\nbreyner\nghul\nprendesse\nhíbridos\ndubai\ndubas\ncaspases\nbaxter\nflutuando\npohnpei\nmotoristas\nvenécia\naceitável\npunibilidade\nrestituindo\norectognathus\nappetite\nminuanos\nlicensing\negeias\nfuerza\nrelativamente\nphilippa\nphilippi\ncaritas\ncaritat\nclichés\ntenebrosa\nsaber\nsabes\nsabem\nlocaute\nconcluintes\nsincronizando\nmucugê\nbromeliaceae\npirilampo\nsuspirando\naconselhada\ngerola\nku99\ncappadocicum\nbifaces\ncompactados\nmahasaya\nareeiro\nmatignon\nprincipiante\namphitheatre\nseibel\nsoulès\npka\npkk\nlisímaco\nstudium\nlisímaca\ndesespero\ndesespera\ndesespere\neitan\nrancière\nwestgate\nconfinam\nconfinar\nindecisões\nagravamento\n♭\nunter\npulando\nteatern\nharriman\nmalévolos\nlocalizasse\nmart'nália\nsexuados\ntrechos\nconfrontam\npântanos\ntoyama\ncriarem\npapert\npapers\ngruppenkommandeur\nfaenza\nconectarem\nconfrontar\nreduziriam\nintrovertida\ngf99\nnowak\ngrindelwald\nconsanguíneo\nhidrógrafo\ninventariar\ngiglio\nmoraram\nwitch\nabduzidos\npreservacionista\nsubscrições\nerupções\ncosteiros\nclassificatórios\nfictícios\ninterpelado\nbraskem\nkoya\nósmio\napresentamos\naristolochiaceae\nlípsia\nconseguisse\nboiúna\nplexos\ntibre\nalviverde\nmasala\nbarrington\nquantificar\nmyrdal\nastigmatismo\ntroi\ntron\ntrol\ntroy\ntros\ntrop\ntrow\ntrot\nmedrado\nfalópio\nfadista\ncontanto\nbojan\nmultiinstrumentista\nsucker\nnusf\nnusa\ntransformaria\nubykh\ncloridrato\nprovedora\nradicados\nverosímil\nblues-rock\nfelpudo\nfelpuda\nsonnenfeld\njuilliard\nehf\nconcluía\nmicro-organismos\nmetzler\nsub-série\nquitar\nmagistrados\nheurística\ncontraproducentes\nressuscitou\nconza\ncapitaneados\nbelmopan\nmonteses\nflick\ngreenville\nsalitre\nramana\nórficos\nvâlcea\nchuviscos\nintransitável\nguizé\nkojiki\nramificados\natuações\nmecenato\ncapiba\nxoops\nintercedesse\nspellman\ndigerindo\npredispor\nsuicídios\nupc\nlazaristas\nsephirah\nsibley-ahlquist\ntetsujin\ndmitrievich\nmuniçoens\nfatiados\ndelimitação\ngill\ngili\ngila\nremetiam\nambicioso\ncolossos\nconstitucionais\nöstersund\nocasiões\nupp\nnürnberg\ndoramas\nkonecki\ngv99\ndeliberadamente\npalazzi\nmiqueias\nself\nextraterrestres\ntelegrafia\ninvocados\nvisitável\nprolongava\nabsolutamente\ntelesséries\nmicro-clima\nbradbury\nyelchin\ncoturno\nbroly\nepisódio-piloto\nunef\nuneb\nunem\nacioly\nacioli\nreencontrar\nreencontram\nartificiais\ngeorgiev\nalambari\nreconstituídas\nd'abadia\nkangaroo\nkawanishi\nalegrete\nqadi\nkurtz\nconstruiu\nfolclóricos\nmencionaram\nmorfemas\nborja\nauxiliou\nprovençais\ntelófase\níntimo\nasseguraram\ncomédie\ncomédia\nepicurismo\nincomensuráveis\ndavenant\nacharya\norganic\ng\nestilicão\ndesalojado\ntijuca\nencore\nvicariatos\nautodestrutivo\ncatus\niracema\nafluxo\nsopran\necografia\nlutte\npips\npipe\npipa\npipo\npipi\nencabeça\nvodum\nvodun\ntheotonio\nbeisebol\ntunisia\nromanistas\nconfere\ndesconhecendo\nsecundum\nsecundus\naéreos\ntetralogia\nrondônia\nbélicos\ndissulfureto\nmueang\nperpetuam\nperpetual\nperpetuar\nanços\nmeles\nmelee\nmoreirinha\nfora-de-estrada\npasto\npasta\npaste\nheinsius\nfishburne\ncarracci\nchunnin\nvolume\nunhos\nseletividade\nfundara\nbandeirinha\nhaber\nmaraial\nbrownlee\nroupinhas\nfeehily\naplainar\ngersenda\nimprevisíveis\nvon\nsuccessful\nsituando\nthuin\npresidirá\ntaks\nliquidificador\nlithothamnion\nvelocino\nvox\nyoritoki\nrememorando\ncomicidade\ntremulando\nweickert\naberrante\ngoleadas\nquebrangulo\nprecedem\npreceder\nouguela\nsalsinha\nflutuavam\nnavia\nfugitivo\nfugitiva\nfugitive\nnavio\nnavis\nmetallica\nsaha\nsahn\nsaho\npresbiteral\ntaka\ndinamites\ngibbula\ntokaido\nformamos\ncolonato\ngraduais\ntridimensional\nalteradas\nzapatista\nautovalor\ninundados\npontudas\ncoleridge\nbáez\npirata\nendémicos\nsisto\nscrewball\nestates\nmilimétrico\nkurosawa\nadc\nathos\nbunny\ntambaba\njared\ncontribuido\nemergency\nlero-lero\njosef\njosey\njosep\nicones\nbigodudo\ncamorra\ncontra-informação\nibevar\nfermentos\npavement\noaxaca\nigualitários\ntiburcio\nrockenhausen\ntela\nlythraceae\nfpga\nencarta\nencarte\ntell\nultra-humanóide\nainouz\nteradata\nmanetti\nmilibares\nvenezianas\nexcomungados\nconvidados\neuropop\nkropotkin\ntarraxas\nfusiliers\nsnaps\nafricain\nsnape\nclorofórmio\nb'day\norfanato\nascaris\nestalajadeiro\nbowling\nreverb\nrevere\nhenríquez\npingados\nsarfati\nfx\nscudder\ncapuava\ncontará\nfy\nfracassava\ninterposta\ngoldmember\npataxó\ncontara\nminch\nrafferty\nativando\nmisantropia\nesquartelado\nqueimassem\nfransérgio\nconivente\npanzertruppe\ndúctil\nismos\narranhado\narranhada\ndamos\ndamon\nzarvos\nmorone\nmoroni\nregada\ntérmino\ntudjman\ntobago\nfibrilação\ntemeroso\ntemerosa\nd'agogna\nencalhadas\nalarcão\nlansky\nkaczynski\nshaun\noptado\nexistencialista\nvívidos\nlecor\ndecidindo\nautumn\nalgodão\nsalmões\nblanchot\nátomo\nbarnard\nmassif\ncarrano\nzhen\nrosalind\nrosalino\natuando\ntruths\ndegradante\ncidade-luz\npenza\nfroilán\ndiáriamente\nbhp\njerzy\nmoção\nfunnies\ntpd\ntpc\ntpb\ncovey\ntpm\ncoven\ntps\nxliii\nkinghorne\nnewlands\nitis\nbiquínis\nesmaltes\nteimam\ninsiders\ntordilho\noficiar\nbeirão\neustátio\ntermelétricas\ntêca\npoblación\nrefazendo\nmisteriosamente\ntelureto\nrexroth\ndismenorreia\nproclamaram\nurucará\nnorra\nentrevistados\nretardados\nlautréamont\nversalhes\nhadiths\nelevem\nargentum\ndistinguindo\nandrée\nandréa\nandrés\ngracilipes\necaterimburgo\nhackney\nproíbam\ncor-de-laranja\nkaterina\njacquot\nsuchet\naromaticidade\ncoadjuvar\nshabbat\napanhados\napanhador\naspargo\nisotópica\nliterariamente\nisotópico\nchiado\ndentículos\nabrinq\norbiculares\nwallpaper\nmadraçais\nalbiano\nchemistry\nempanadas\nfreaky\nwander\niosif\n¼\nkazuya\nco-adopção\nintimados\nreconstrói\naliando\nbudd\nhalliwell\ninatingíveis\ndescerá\nfronda\nmuñiz\nxef9\ninsolvente\nhumanísticos\ntaxonomias\ndeformidades\nclídio\nconstatado\nconstatada\ncromossômicos\npouquíssimas\nco-autoria\ntessálios\nsamir\nsamia\nandradas\nunisa\npicos\nappleby\ninfluenciava\ncattolica\nnovodevichy\ngoldsman\nconsolação\nespeciais\nccsp\nassociativos\ncataglyphis\nresultavam\nfrancisco\nfrancisci\nfrancisca\nantoniadi\ncindida\nestreiteza\natinja\ncalendario\nbeefheart\nsócio\nsócia\npeabody\nanteparo\nconcordarem\naxónios\nantara\nestofamento\ndiademas\nfairfield\nfarpados\npossuíam\ntelepaticamente\nputti\nquadrangular\nconfiei\ncolaborava\njulho\nsucursal\naguardamos\naljezur\nfatboy\nmetaleiros\návaros\nhealy\nstepanovich\nmelquíades\ntaiana\naudrey\nisner\nmohamed\nshadowrun\nvinculadas\nabedi\nconciergerie\ncharnecas\nacusarem\nfizz\nautodromo\nreset\nreses\nresex\nthanksgiving\noctavius\ncorretude\nrelutantemente\neclodiram\nseitas\ndesestimulado\ndispusesse\ncertinha\ngodless\nflash\nfenestra\nrainbows\nabrimos\nreligiosamente\nanonymous\nrepetitivo\nrepetitiva\nniccolini\nmondeo\nfrazione\nmondex\nneuroimagem\nsakarya\njipão\nsubornado\nsaint-christophe\ninfecto-contagiosas\nrodoviárias\npríons\npsicossocial\nhabilitação\nhorroroso\nmelanochromis\nhorrorosa\nseguro-desemprego\njuary\njuara\ndefinindo\nperfeccionismo\nlepore\nrapadura\ntrovoadas\nafeminado\nfußballverein\ndeterminante\ninsular\nmazóvia\ninsulae\nlambda\ninjúrias\nanarcossindicalismo\nprodutoras\ncabeços\nariranhas\nconformados\nmiocénico\nsibilante\ndeveloped\nanfíbia\nanfíbio\ninspecção\nnicteu\nformulou\nserkin\nprefácio\nronca\nhiroki\nhiroko\nresponsabilizadas\npegasse\nreadequar\nbial\nbiao\nbias\nzverev\nlagomorfos\nfígados\nfundamentaram\nstealth\nambicionavam\ntetraciclinas\ntahan\nczaristas\nmontagu-douglas-scott\ntomilho\neliete\nfrederic\nfrederik\nkonkin\ntereza\nmoitas\ndesaprovam\ndivisor\nbikila\ndesaprovar\nraspadas\nesburacadas\nlançassem\nnedson\ndifere\nimpropriedade\ngerminam\ngerminal\ngerminar\ndichter\natracados\nhesperiidae\ngasparino\ngasparini\ntalisman\nstuttgarter\nconsentir\nvarguista\nrocío\nvoou\nvoos\ncrioulas\ncânion\nfischer\nfischel\ncriptografar\nmarcação\nbechtel\nlembremo\ncohiba\ndesmatadas\nbetancur\ndesempatou\ndoutrinário\nartefacto\ndoutrinária\ncopyright\nvolei\ncristóbal\nlisieux\nnutrientes\nefmm\npérolas\ndoping\nsarcásticas\nx9999\nbrts\ncamarón\ncornos\nfatalmente\nkermia\nusem\nusei\nuses\nuser\nolímpiadas\nbandeirada\ncurul\ndoherty\naquaplanagem\nguturais\ncuruá\nnyon\npuchalski\nx999b\nintimações\ndécima-sétima\narrastava\ntrabalhavam\nrussian\nि\nmenosprezado\nmenosprezada\nnutrem\ngw\ngu\ngt\ngs\ngr\ngq\ngz\ntransferiram\ngx\nge\ngd\ngc\nconfiamos\ngo\ngn\ngm\ngl\ngk\ngj\ngi\ngh\ng9\nmiúda\ng.\nresumida\nresumido\nredecorada\ndownload\ngê\ngiustizia\nespresso\nsocietário\nbeauchamp\nvolfrâmio\nhickman\npoetry\nestenderem\nresidencia\ninspiradores\natendidas\nhernán\naminoácidos\ndocumentary\ndatilógrafo\ndatilógrafa\ncantharellaceae\nnão-ser\nprimakov\nfinais\nmanuseados\nminutus\nnegativismo\nequinox\ncompostelano\ncompostelana\nescoamentos\nboulahrouz\nimpedimentos\ninstance\nteniente\nautoesporteexposhow\ngüímar\ncristalinos\nperafita\nsanson\nleomar\navigdor\npachamama\njc99\nimpulsionou\npotamonautidae\nostracismo\nfrenético\nfrenética\nárcade\nvaranasi\nsolange\nbr'oz\nreafirmava\nporcelli\narneiro\nsoulja\nardipithecus\ncatólicos\ncholula\ngrampeadas\nbonecas\ndesconectados\ncomplementado\ncomplementada\ntamborindeguy\nmetazoários\naranãs\nofertou\nmeteor\nrayne\nraiadas\nbisturis\nestimulou\nbarítono\nescusado\nferida\nferido\nbanquinho\nniurka\nbaikonur\naurelino\nbarbera\nbarbero\nneomanuelino\ncbers-9\nhortigranjeiros\ncerrar\nfascinar\nfascinam\nartafernes\nefectuarem\noriginador\noriginados\nclonadas\nesquisitão\nphazon\naleixo\nxue\nxul\nxun\nsaraswati\nmudadas\nrk99\nimpunha\nfilipos\ninexistem\nholika\ngagliardi\ntencionando\ndespiu\ndespir\navalizou\nlouverture\nheilongjiang\ntabocal\ndenodo\nrybolovlev\ntabocas\ns99\nmetamorfoseado\nenrugadas\nantropológica\nantropológico\nmaços\nemperor's\nmaçom\nocultar9\nyamamoto\ncatorze\nruggles\nincorpore\ntournées\nwaitakere\nrequião\naglutinante\ngonaïves\ncaserta\ncampylocentrum\nnuño\nbolchevista\nanglicana\njarkko\ncolector\npombalino\nchrudim\ninterrupção\necoando\neconométrico\npayson\nimpeçam\ncomprinhas\ncomportando\npassaic\nestâncias\nilhwa\ndazhao\njoris\nfonográficos\nsaussure\ndhyana\nconfeccionava\nestalagmites\ncêntimo\nčech\nprovida\nxiaoyu\nshatter\nnegociação\nindaga\nplaisir\npremiava\nburlingame\nalphas\ndelineiam\ntedioso\ntediosa\nwatchtower\nsulu\nsula\ncanários\nrefogue\ngalhardo\ndesfalcará\nlimousin\ninerva\nar-terra\nretomando\nconsagraria\npossessiva\npossessivo\nmeghalaya\npilbara\ncaminhante\naduanas\ndispensável\npródromo\nprovocaram\nviseira\nswatch\nalcaide-mor\nbaixinha\nbaixinho\nbrusilov\nadministram\nrive\nnáufragos\ncellpadding\ndissociam\nregravou\ndissociar\n∞\ndeixemos\nriva\ncriptônio\narquitetônicas\nileso\ndiscutirão\nilesa\n99-99\nlifetime\nbragging\ncocina\nrasgadinho\narqueólogos\nscout\ntio-avô\nperiodontal\ntelevisivas\nfontanários\ntardaram\nantagônicos\nbrasilsat\nassinavam\nzurara\nsearch\nprúsias\nirrecuperável\ndopaminérgicos\nalvéolos\nlutadora\nvalhadolide\nmadonas\nestouro\nestoura\nestoure\ndykstra\nflorescentes\nex-basquetebolista\ndisip\nhypertext\nexistence\nhorcrux\ncontrovertido\ndésirée\ncatalogada\ncatalogado\nreferendou\nreferendos\nespreguiçadeira\nequiparam\nthaumaturgo\nsatish\nversos\nversou\nmurguía\njanas\nfaithless\nconfucionista\nforragens\nencurvado\nencurvada\n99999/99\nrevolutionibus\ncolosio\nkerak\nbartolomeu\nantiquados\ngoldwater\ndiamantes\nkandir\ndesejadas\nlaudas\ncornífero\nunderstand\nbenigno\neland\npimenta-da-jamaica\nelano\narrideu\nandorinha-dos-beirais\naguapé\npillow\npasseavam\nconsiderará\nroquette-pinto\nintegration\nigualava\ndoleiros\nproativa\nsubdesenvolvidos\ndínamos\nassimilados\naráceas\narmée\nmabbitt\nconcretamente\ntyner\nhasteou\ncortisona\nknight\nmobilize\nmobiliza\nfreire\nfreira\nreverenciam\njulião\nszymanowski\nmccune-reischauer\ncoroado\nmestrando\nsapajus\nsupermini\nweissman\nhangar\nprimers\nprimera\namblin\nprimero\nhwan\nimpenetrável\nhortus\ngerencia\ngerencie\namenidades\nvisível\nmasaya\nbatismo\nlumbrales\nkněžnou\ntorelli\ntorelly\nspiegel\ncollège\naproveitadas\nbrânquias\nwolseley\nbakugans\nobriga\nrecolhiam\ncarazinhense\nobrigá\nquerosene\nlolland\nclassificamos\ncarateriza\nescoa\ncaptors\nanicuns\naduana\ndramaticidade\nochoa\nvalesca\nmaquiavélica\nmaquiavélico\nbacabal\nporos\ness\nesq\nesp\ndunes\nesg\nese\nesd\nesc\nesb\neso\nesm\nempreender\nempreendeu\nex-mordomo\nautodesk\ndouramento\nlouis-philippe\ninvestigación\njor-el\nguimê\nguimé\ntentadora\nsuburban\nevery\nevert\nevers\nfidelio\nguima\ntrombar\ntrombas\nsvante\nlaterais-esquerdos\ndoda\ndodd\ndodi\ndodo\ncroissant\nempregos\ndodó\ndodô\ndeinonychus\nenrolou\nfrouxamente\ncesaris\ncesario\ntaxonomista\nsanyo\ninquirir\nviventes\ndedilhadas\ninquiriu\ndewitt\npilotagem\nestaciona\nmarano\nmarant\nnomeasse\nfinança\nsuperpoderoso\nmovimento\nmovimenta\nmovimente\nvalidadas\ntool\npintadinho\nokuda\npintadinha\ngrifinória\nmovimentá\nlaemmert\npanorâmica\nbólidos\nmichale\nenraizada\nenraizado\nfinalizamos\nipem\nipen\nipea\nipes\npantufas\nvivos\ncomercializarem\nminhoca\nlaming-emperaire\nyuna\nyung\ninfancia\nredutível\nsupercell\npuritanos\nbuckingham\nmandaguari\nproduz\npossuiam\norival\nreviralhismo\ncódices\ntectônicas\nanunciando\nikeda\nazeris\ncelulites\nlambeau\nsobolev\nhifas\ndomenichino\naquitânia\nacessando\nharmonizadas\ntétum\nsonnet\nsonnen\nworship\nimpedância\njeca\njece\nfugazes\nfnde\narroladas\ngrimani\nalcântara-mar\ncastas\ncastan\nvandermonde\nkeyshia\nseisal\ncallaghan\njapones\nenlouquecida\nfreiras\nreceosos\nmetamorfos\ndesintegrando\nexportavam\nriograndense\nmaximum\nmaximus\ngástricas\noperandos\ngomide\npeng\nchegaremos\ntamia\ncontra-atacar\ntamil\ntamim\ndeclarativo\nenchytraeidae\nmoças\npalmas\npalmar\nboven\nmayri\nmayra\nilusões\naquecia\nrecanati\njuris\npremido\nfórceps\nitaipu\nperfumista\naristocracia\ngungans\ntroca-troca\nunité\nintensificam\nbourguignon\nhazards\nples\nscracho\nbeires\njavafx\ncalado\ngiotto\nislâmicos\ninhapim\nnojento\nestorvo\nbabington\nakers\nsuperfamília\ndescubram\nvimes\ncheetahs\nintrínseca\npec\nwretched\nmilorad\ntécnicas\nequation\ngiscard\nvindo\nvinde\nvinda\ncoulter\nmanobrado\namaldiçoar\nfaçam\nadsl9\ncalonne\nabencerragens\nsallum\nmestiçagem\nauto-sustentação\ninterferem\nregueira\nornellas\njugal\njeanna\njeanne\nvs9\nassociadas\nnatimortos\nsattler\nberkley\nfantástico\nfantástica\nmicroscópicas\ncpmf\ncpmi\nantagonização\ndomaine\nsperanza\nsliven\nfundeiro\nvoltasse\nlower\nizabal\nmegapente\ninactiva\ninactivo\nmargarina\nmanheim\nesquinas\ndoyen\nverwaltungsgemeinschaften\npré-históricas\nencarou\npedavena\nfestivalbar\nanti-dopagem\nmountains\natrofia\nacademicamente\nsinfonias\nnoisette\nkleines\nºdan\ncorroboração\nevangelizadora\nreds\nrede\nredd\nredi\nredl\nural\nuram\nquilombola\nhakeem\nosun\nteceram\nefetuam\ncomidas\nlitíase\nexpendables\niludidos\nleram\nnascida\nkomsomol\nloyola\ngospel\nzulus\nelimina\nelimine\nsisley\nceme\nmogul\ndescontadas\ncomandaria\nnalchik\nsewall\ncaicedo\nsv99\nmultiplicidade\npisava\nguillemot\nunison\nlensherr\nhipólita\nhipólito\nespanhóis\nshaman\ncanaanita\ncoche\ndoutrinais\ncocho\nmember\nencefálica\nbattletoads\nmadrepérola\nesquerda\ncasasco\nnaspers\narroja\ntestador\ntestados\nג\nemendas\nbenchmark\ncompreendiam\nkawi\njaguaripe\nshani\nnederland\nshane\nshand\nshang\nshana\nshans\níons\nrapateaceae\ndonohue\naraújo\nleonas\nsituase\nleonam\numts\nserialização\npropano\nenfatizaram\nquitina\nhanan\nsoava\nhanau\nautônomo\nautônoma\nrecontar\ndpca\nlibações\nblabbermouth\nwaldburger\nex-vereadora\nbuzzy\nsintéticas\nchikorita\ncremosos\nbourguiba\nblink\nchavannes\ncomprovações\ndeixam\ndeixai\ncommendam\nlogogramas\naw999\ncitando\nopcionais\nsacro-imperador\nfabbro\nfabbri\nmacari\nincluirão\ncordame\ndivirtam\nrepórter\nconserveira\nfurgões\nanonimamente\nsm999\ntête\noberliga\ncorretagem\ncersei\nmangueirinha\nenvelheceram\ncolaborando\ngramaticais\niscte-iul\ndefenderiam\ndjibouti\nprevious\nbrought\nmcgwire\npressupõe\nfocando\ncvn-99\nsupport\nseguia\ncircassianos\nseguin\nseguiu\ndevices\nconterem\nbrasilândia\npercebê\npem\npen\ncronologia\nfuori\nlabirintite\nverinha\nstoneman\npercebo\npercebi\npercebe\nperceba\nferrador\nhamílton\napalpar\nvideolaparoscopia\nhickam\nscar\nchoisy\nnalgumas\npretend\nfornalhas\nfiscalizadas\nstolz\nstolt\nstoll\nsignificava\nstole\ncarregado\nassembleia-geral\nsatrapias\nmatuta\nnomadic\nböhm-bawerk\ntia-avó\nex-clube\ntelevisor\nprendendo\nevangelina\nevangeline\nvascularizadas\nsnell\npoluídas\narará\nsubdividida\nsubdividido\nrefutadas\ndescartamos\niacute\ndarnley\nterroristas\nbarquisimeto\nbeltrán\napócrifa\napócrifo\narari\narara\nevoluíram\nsuspects\ncrochet\ntamerlano\ncurdas\ntonquim\nestrangulou\nsites\npolinésias\nlollapalooza\nivã\ntoledana\ntoledano\npaton\npatos\nive\nivc\nivo\nivi\nimpressos\nimpressor\nivs\npatoá\ndegenerados\nthakur\nagredidos\nsrikakulam\nfortalecimento\ncorrentina\ndesha\ninabaláveis\nharyana\nhinata\nanulava\ncomece\ncoquinhos\nsecava\nenquando\ntermais\nfim-de-semana\naparentemente\nguercino\nkorhal\nstjd\nrostinho\nglomerular\nrapaz\nmylo\nmoduladores\npolvorosa\ngalateia\naustríacas\nbifurcada\nschumacher\nbifurcado\nmarronzinho\nprovão\nsitter\nrepelindo\natm\nsublinha\ndestruidoras\ninterceptações\nmusicians\nhighgate\natp\nmalograda\nmalogrado\nincorporou\nsalamander\npenske\nandaria\nhomenageava\nmizuho\nsalute\nreferiram\nhinckley\naproximandamente\ncarrell\njacutinga\nnegligências\nsandesneben-nusse\nkq99\nhipogeus\nha99\ncarpathia\npliska\nenxugando\nrealizadora\npremière\nvoluntariamente\nnamore\nnamora\nlistados\nclicquot\nbandes\nhachette\nnamorá\nvigésimo\nvigésima\nlutavam\nsnakepit\nvarrão\nverso\nfornax\nplessis\nmonserrate\nzweibrücken\nmanna\ninconsequente\nverifiquem\nmanny\nspring\nsprint\nsentimentos\nbeiru\nbeira\nresplandece\nਾ\npiezoelétricas\nbuzău\ncorrupção\nbeirã\nr9-d9\njustificavam\npassista\nquebradiços\ntransferível\ntransformou\nalcool\nfone\ndesalojando\nraptando\nabcd\ndesmitificar\nbrympton\nvorlons\nremarcou\ntejada\narchimedes\nremontavam\ndeficiência\ntrutv\ntruth\ntruta\npolinizada\nsebeş\ndesenhadas\nturíngios\nmolares\nec999\npenrose\nremixes\nalcançassem\nlindy\njograis\nlindu\nlindh\nlindl\nlindo\nlinda\nlinde\ncamaçari\nlotearam\nkipling\n99.999999\ncapacitadas\nvarejistas\naymon\ncristiano\ncristiani\ncristiane\ncristiana\ncabeçadas\nbastassem\nsaraivada\ncomprimentos\nviticultura\neduarda\neduardo\ndemoliu\nmenezes\ndiscoveries\nesclarecia\nespertos\natlético-ac\nfilão\nclipper\ncaravello\ncaravelle\ncaptur\ngichin\npedófilo\npedófila\nfechou\nbelas\nstabat\nbalangandãs\ncervo-do-pantanal\ndesconhecidas\nlucélia\ntrafford\nrevanche\nsebes\nreckless\nalb-donau\npolacos\nerige\n------\ncaninha\nlucimar\nbom-senso\nresultarem\nlupatech\nlombardos\ngostara\nindisposto\nmidlands\ninvasivas\ndensidades\nchapecó\nfacínora\nvídeo-game\nusaram\nlocomotive\ncaprice\ncaprica\nobstruções\ntransitada\nserlio\ncerapachys\nexcedentes\nefêmero\nefêmera\nheadstock\ncattle\npresenciado\npresenciada\npigage\nbras\nbrat\nbraz\nbray\nbrac\nbrad\nbrak\nbran\nbram\nvésper\ndérbi\nkeeley\nspeedman\narrendados\nmacalão\nintocados\ntsarnaev\nuauá\n/\nmatracas\nreclamaram\najudarem\nrotherham\nsubsidiariedade\nindiscretas\njaan\nnão-identificado\nnão-identificada\nibimirim\npendrive\nderrotando\ndiscursivo\nsolene\ntravés\npintou\nprovocarão\nsaalfeld-rudolstadt\npintor\npintos\nguarneciam\nreininho\nhomens\nelfo\nalésia\ncolaboravam\nedmunds\nedmundo\nvelké\nildefonso\nozires\nadepará\nwachsenburg\ncandango\neducacional\nantecessoras\nalbum\nalbus\ninfluências\npissarro\nunwin\nophiuchus\nkleyna\nsuspenderem\nuniversitárias\ncananeu\ntornassem\nfumegante\ncananea\ndeum\ndeux\ndeus\nintroduções\npoluição\nlaurenti\narrependem\nproferido\nproferida\narrepender\nobjetivação\narrependeu\nuniversais\nameixial\nisraeli\nce9\nhaora\nfreqüentadas\nreunificado\nreunificada\nheppiella\npiraporinha\nceg\nprenex\nländer\ncea\ncev\nréaumur\ncet\nglorious\nimpermeabilização\ndiocesanos\nenferrujados\nmelhoramos\ndiscordando\ncoletes\ncomungam\ncomungar\nalmocreves\nautorizou\nlanceolada\nteoctisto\nbuffers\nassitência\naveleira\nbolton\nmadrinhas\nschatten\nimanência\nuroboros\nhodges\npicapau\nnarram\nnarrar\nsangirardi\nagal\nbiderman\ncastellina\nestelas\nestelar\nplasmócitos\nzarqawi\niñaki\nacts\ndisciplinadas\nbienville\nyunnan\nfft\nffs\nffp\nfff\naimará\nluporini\nff9\nnão-governamentais\nexigiria\npatrimônios\nadmitiu\nvingtième\nintransigente\nfacelock\nissue\ngaláxia\nesslingen\nmickey\nneopia\nmacu\nmacs\nhombres\nmace\nmaca\nmack\ncrayon\nromanum\nxylella\nextorquir\nrespeitaram\ncolocação\nvazamentos\nemplacamentos\nnoticiado\ninexpressivas\nguida\nrolezinhos\nlindomar\nemmanuelle\nincluem\nsorbonne\nal-ahli\nfluviais\nal-ahly\nshine\nshino\nshinn\nsueur\nshins\nneku\nneka\nneko\nmonfils\nneki\nflexionar\nfashionista\npolinômios\nanthology\nfrances\nlegitimava\nexperienciar\ncriticos\ncriticou\nalto-padrão\ndm9ddb\ntaika\ntaiko\ninteiramente\nnovilhas\ndesporto\nrainhas\n99/9/99\ndietéticas\ntuberosa\nsabana\naquílio\ncondenável\nahrweiler\nidealizada\nidealizado\ngemmula\nburocratização\naleluia\nguilherme\nbúzio\nbadgley\ninstitucionalizados\nbeadle\nturcos\nmuskau\nfloquet\nhipotenusa\nfontinha\nintrusões\ncapitanias\ncantoni\noduvaldo\ntopam\ntopaz\ntopar\nshodown\ntotalizar\nflota\npernoitar\norin\norio\noria\nexcrementos\nfitou\nfitos\npollaiuolo\nmogador\nhalley\nhaller\nhalles\nrecensões\nfierce\nneolatinas\ninfecciosos\nprivilegiadas\ncasher\nstratus\ncineteatro\ncoleraine\nphonographic\nderretendo\nstanislaus\nbettendorf\nmesinha\nimpactado\nnunchakus\npuppies\nsarna\nsuástica\nsarno\nh9c\nh9s\noxfordshire\niluminuras\nh99\nmaoritomella\ndiego\narquiducado\nprológica\nvillota\ngomyde\nqc99\nmorrill\nespionou\nestudadas\nsejong\npronunciamentos\numami\nd'orey\nproença-a-velha\nnazarenos\nescravocratas\nclawdeen\ndistonia\nestação\nrebolando\ngreice\npolíticas\nbons\ndesodorantes\nbont\nboni\nbonn\nbona\nbriana\nbong\nchios\nwhammy\nszajman\nboné\nquedinha\nreveladores\nconsumismo\ndivulgá\narason\npererê\ncastrado\nantinomia\ndivulga\npermissão\nperera\nhesíone\nmollusca\nvaiada\nconsumer\ngeodésicos\nserejão\napendicectomia\nwitte\ndimitar\ndecidem\nneonatologia\nbayamón\nbogard\nagonist\ningrato\ningrata\newerton\nexpressamente\ncompreendam\nsalvadorenhos\nkix\nkis\nkir\nkip\njurupari\nkii\nkin\nkim\nkil\nkib\nkif\nkid\nformalizações\nvorburg\nfritzenwalden\ngolpista\npetrocosmea\npantagruel\nexcretadas\nsinaiticus\nvede\nveda\ninvestigações\nhumanista\ninfluenzae\nmensalidade\nfarrell\nespoleto\ndesfigurados\nvelimirovic\naa99\neusebianos\nrheinfelden\nproduto\njaccard\naggiornamento\ncaptação\ncougars\nduradouro\nduradoura\nibaditas\nracemosas\nepimorfismo\nbrinda\nabsolvido\nbrinde\nabsolvida\ncetera\nceterp\nradioamador\nseminua\nseminus\ncastelnau\nincialmente\nséquito\nrecapitalização\nbhavan\ncaro-kann\nrushdie\nnitritos\nlimón\nbgp\nembebidas\nene\namoretty\neno\nquadrimestre\njoviano\nestragado\nincalculáveis\nestragada\nfloripes\nscorza\ndeutschland\nrepudia\nex-integrantes\ndesignava\nvestimentas\ndoutorar\ndoutoral\ngraneleiro\ntransgressor\nrykiel\nesforçada\ndesbloqueia\nclbi\nconsortium\nzilog\nentrando\nkuito\ninofensivo\ninofensiva\nempatou\ncolisão\nnobilior\nmasetti\nmaltes\ndempsey\nkristal\nindicador\nindicados\nsacoleiros\ngarota\ngaroto\nvestigios\npartida\npartido\nbouazizi\nserralves\nplacebos\nmarfrig\ncoxas\ndescontentes\nfamosas\njl99\nmultiplex\nmathias\nlenta\ndunham\nparódia\nneopentecostais\ntonka\nhidrofobia\nheflin\ntonks\njarmusch\ncaladeniinae\nbenton\nbentos\ncultua\ncultus\ncresça\ncavados\nkiowa\nvexame\nauriga\nfeudais\nmotociclismo\nstepford\niguaba\ncausariam\ndressler\nconiates\ngerenciadora\nzazen\naquidabã\naprendemos\nproselitismo\nmeditar\nwinged\nelectrónicas\nsolista\ntrancando\nexacerbar\nmaazel\nrescisórias\nconstantim\nconstantin\nclásico\nconstantia\naeiou\njeroboão\npisei\nsultana\nregulation\ncavadores\ncarnage\ntratativas\nbalconista\nservi\nprincesinha\norçado\ncessarem\nserve\nzakopalova\ncleistes\ndesempate\nintercedeu\ninterceder\nmarinor\napressam\nacrônimo\ndemissionário\nruim\nruin\nruir\nruiz\ngovernara\nxiv-xv\nmarston\nhoudini\ntürkiye\nprosadores\ndiluídos\nauto-denomina\nsortidos\norquestrar\norquestras\norquestral\ngregoriano\ngregoriana\nlimitando\natentado\nrastreadores\nincrustado\nincrustada\nstallings\nuf9\ncadelinha\nochotona\nverde-amarela\nverde-amarelo\npomposos\nufo\nufa\nufc\nuff\nufg\nuft\nufu\nufv\ntransgressões\nvorarlberg\nobservação\nprovost\ndemocratizar\nlinfático\nortográficas\nnenhumas\nmultiplicidades\ncynthia\n↑\naricanduva\nsorraia\natentando\nhavard\naustro-húngaras\nostrovo\ncanfield\nfurnace\nbillings\njuíz\nworthington\nburning\nmariska\ncomores\nmeyerhold\nhankel\nconfocal\nyosuke\npotengi\ngurué\nrepintura\noompa-loompas\ngurus\ngranjeando\nlafourcade\nfaisão\ndecifrado\ntremiti\nsemi-olímpica\nvereadora\nimprudente\nnightmares\nstalin\npúblicado\nestocástico\npastoreou\nincluiriam\ninsatisfeitos\nesbarraram\nclassicista\nkatarina\ntapinoma\nschuyler\nipiabas\nbibliotecários\nanti-terrorista\ninvestimos\nactivesync\nakemi\navistados\ndescaracterizando\nregalados\nrepentino\npóvoa\nrepentina\nbelisa\ncruzeiro\ndauphin\ndólar\ncamaradagem\nː\nrúcula\nassessment\nbaseada\ndivertirem\nclapper\nutley\neugene\nrecolhesse\ntamarana\ndefiniriam\nlevantou\nstacey\nafiadas\nbrongersma\nfilmagem\nnapoleônico\nus\nmiragem\nberleze\ngelar\ntaubenfeld\nlicomedes\nsujeito\nmarés\ndelly\ndello\ndelle\ndella\naccipiter\nfreada\nrömischen\nselectivos\nmonitorado\ngifs\nafora\nnúmidas\nzooxantelas\ncrewe\nreactivos\ncrews\ncarrapatoso\nrevoltosas\nilusionistas\nottomar\ncondensadores\nmariscal\nretangulares\nrecomeçar\nrecomeçam\nsottana\ngramas\nmontefeltro\nmanilha\npressly\nbatovi\niphone\njunqueirópolis\nversiglia\nevitariam\npiave\nnegrinha\nlaycool\ncilíndro\nschikaneder\ntranquiliza\ndroite\ncarbonato\nserenas\nalcoólatras\nsaint-omer\nsilmarilli\nalugá\ntwizy\nholtreman\nhillel\nhiller\nobedeçam\ntestavam\nemplaca\nviriam\nvirial\nvelando\ncabal\ngêiseres\nmanhas\ndatagrama\nru99\nkarasuma\nsamtgemeinde\nratificado\nflorzinha\nconjunturais\njablonec\neucalyptus\nconsonantes\nlinchados\ncaçadores\nelásticos\nsidwell\npermanecia\ncid\nladies\ngrandiosidade\ncarbonatadas\nshirer\nescalonadas\ngerónimo\npronunciamento\numas\numar\nlaibach\npagemaker\ndevagar\nalfabetizar\nvastíssimo\nvastíssima\nhetero\ncintra\nabdicasse\nbéranger\npforzheim\nmaurinho\ncráton\nculturalismo\ntokusatsus\nabsorvesse\nzinner\nmulholland\ntendiam\nconcordam\nconcordar\ncapistrano\npurkinje\nanaliticamente\nreconstruir\nreconstruiu\ndourador\ndourados\nproenza\nintracraniana\nnegociou\nnegocios\ngémeas\nadegas\nvexos\nrelacionando\nbiotita\notakus\ncolombia\ndividi\nbaku\nlinhaça\nalmofariz\nbaki\nyeahs\nipsos\ngw99\nklein-rogge\npugilista\ningerência\nalicia\ntróficas\ndespontava\nsubtraídos\nsanneh\nazulejo\nesquina\nalberdi\nvelino\naquarii\ncausado\ncamionetes\ncausada\nvícios\ncantonês\nhuston\nantidepressivos\nadaptava\nalphonse\ndespistou\ntomboy\ntombos\nanômalos\nautossomos\ntrainees\nholandesa\nficarem\nficarei\ncoitadinho\ncoitadinha\nsobreiros\nsarrabulho\nlustrar\nheterogéneo\nbistrot\nhartig\ntelegrafou\nvratsa\nrecorrerá\nmatuck\nentressafra\nindescritível\nfamiliarizados\ndesacompanhada\nvertentes\npré-rafaelitas\ntabelinha\ndeclama\nlongeva\nbonobo\nescorria\nnelfinavir\nbaunilha\nfascinante\nwitchblade\naldabra\nhospitais\ncardeais\nsaborear\nsonha\nsonhe\nsonho\nrealaudio\nmedalhista\ncardigans\ntriangular\npetrov\npetros\nbascos\ncaetano\nbascom\ninfantes\npasseando\nyoshisada\ndiscours\npicadinha\nfracassou\nvencimento\ndeceiver\nentreguem\nentreguei\nentregues\numidade\nisoroku\nco-criado\neic\nintrometido\nusarão\nuniversal\ngaropaba\nverificadores\nuherské\nespecificamente\ndescolar\nyb99\nharpo\natrelado\natrelada\naleguem\nmaquilhagem\nnomearia\ndvořák\nberchtesgaden\nfluorescent\nvai\nvao\nval\nvam\nvab\nvaz\nvar\nvap\nvau\nxan\nsorotipos\nwhether\nrepousando\nfalácia\ntigrínia\nkosciuszko\ngalactica\ncasimiro\nrtve\ncin\naides\ninspetor\nkojo\nkoji\nneutrino\nfiesco\nholy\nholt\nprovinciana\nholm\nholl\nholi\nhole\nhold\nhola\nprovinciano\ninterbrand\ndebochar\ntournefort\nvigolo\nforquilhinha\ncristoforo\nimponham\nsensibilização\nkilmore\nwhip\nvombisidris\nintérprete\ncornerstone\nmatsuyama\nskene\ngilton\nipê-amarelo\nconvention\namém\nperin\nperim\ncorno\ncorne\ncorna\npró-reitor\ndesapareceram\ncornu\nsalários\ncidades-irmãs\nmarimbondo\nprecisaremos\nmarvel\nmangareva\nheckler\nmastectomia\ntouchet\ntouched\nkokura\nsoundgarden\nadvertia\nsubsidiários\ntashlin\nadvertir\nadvertiu\nfumeiro\nflashdance\nacasalamento\ndariam\ngroupon\ntelnet\ngestualismo\ncruzava\ngasconha\nrevidado\ngatões\nbaroclínica\naquífero\nseleiro\npreenche\npodomyrma\ncorroborando\ninflamado\ninflamada\nradiocarbono\nmagistério\nbedřich\npasífae\nretirantes\ndumpty\nportiolli\nmaguari\nepf\nexedra\npré-candidata\npré-candidato\nfreemont\nrégua\nchantagear\nclassificaria\ndespedidas\nmarmotas\nexplícitos\nfilma\nfilme\nfilms\nkarađorđević\nsugestionam\nufrgs\nraiva\nhovercrafts\npropiciação\nfilmá\nexplorer\nexplorem\npasso-a-passo\nparasitos\nmuzik\nmuzio\ntruco\ntruck\ncertifique\nerlenbach\nrenais\nallene\nakron\nconfia\nreconheçam\nmaiorais\nperseguições\nrenovam\nrenovar\npolinice\nrabello\ncowes\ncowen\nadivinhava\nconcentraria\npanambi\npanamby\ntsereteli\nlipshutz\nlibreto\njōi\n9,999999999\nencaixarem\nmoventes\nquantico\nfotocopiadoras\nvaughan\nestácio\nfonológicos\nobservadora\nferreyra\nporquinho\ngigantones\nilsa\nsmile\namarte\namarth\nkovács\nmotoharu\npadronizou\ndesenvolvendo\nabalar\nabalam\nsicílias\nriviera\nriviere\nastbury\nobjetiva\nobjetivo\nibpt\narcher\nsolvay\ndress\nhindustani\nmetalúrgicos\nfrescura\naborrecidas\nacertando\njörg\nretomou\nbalançando\ncelebridades\nkatou\npuxou\ncompetirão\nentreaberta\ncockpit\nwoman's\nhabilidades\nalgoz\ncampuseiros\ndufour\nglicólise\nhepatites\nfidalga\nmoroccan\nfilmava\ndigg\npujante\ndiga\nempurram\nnômades\nprasanna\nenxofre\njolie-pitt\nkyōto\nimpresso\nimpressa\nassediadas\nfaturado\ncarena\nmantenópolis\npeneda\nvenérea\nabruzzi\nabruzzo\nóbvias\npecuaristas\nreguladoras\nsalcete\naracoeli\nfilogenias\nvocalistas\npropagandístico\nrockgol\ninstituindo\narquitectos\napanhou\nconfidentes\nsecretora\nstuart\nsaveiro\nseptos\ntiroteios\nfeup\npreferencial\nfeud\nsupressivo\ngordura\nestruturalmente\nveredito\ndesarmonia\napresentadoras\ndahlgren\nmoleca\nsalvando\ncontrastados\njustificarem\narruinadas\nglútea\nglúten\nglúteo\nsensacionalismo\narremessou\nendócrino\nendócrina\nnecromancia\ndubiedade\nconcepcionistas\nmecklemburgo\nvibrations\ncoloniza\ncroydon\nbadoo\nbadon\ncolonizá\nautofalantes\npryor\npuderes\nhebraico\npuderem\nnão-membros\ntetraodontidae\nlavadeiras\nישראל\nck9\nampere\ndenmark\nerhardt\nagrediu\ndeslumbrado\najatashatru\npolitics\nserving\ncastellana\ncastellane\ncastellano\ncomporem\ndescurar\nempolgado\ndrenam\ndrenar\nbiunívoca\nararipina\nberlinenses\nsegovia\nconjuntura\nting\naguçada\naguçado\npenitenciário-mor\nrodeiros\nbrangus\nasfalto\nquetzal\nkusnet\nrelationships\nsodré\nlst-9\nt9999\namamentou\nkohleria\nproponha\nproponho\nreintegração\ncolecionador\ncolecionados\nramagens\ngegen\nhakusho\nsubdomínio\nsoropositivo\nsoropositiva\nprosaicos\ncarviçais\nambulance\n「\nmaricopa\nrendeiros\nnecrópoles\njuízes\nex-colega\npolítico-administrativa\nhoogenband\nin-between\nmilisegundos\ncaracaraí\nálvares\nperiquitos\nfortalezense\nbeirada\nespantado\nespantada\npropriedade\ngirardeau\ninterpoint\npoder-se-ia\nrealimenta\nconcursados\nlamport\nkobayakawa\nrumbora\ntentativas\ndhlakama\nromânicas\nbrake\nsailors\npatagonia\nletramento\nanshan\ncoliseu\nmcmanaman\ncoliseo\nbrejinhos\nsalame\nneve\nï\nnevo\ncêntimos\nkumasi\ndecorrente\nhiperligações\ncarabidae\neditor-adjunto\nbaixíssima\nwikiquote\ncódons\nlofóforo\nsíncope\nbohan\nmuninn\nmalásia\nalismatales\ndesentende\ndescarregavam\nwaldomiro\nnotificada\nnotificado\nmestrinho\ncromoterapia\nrenderizados\nrenderizador\nraides\nchefões\nmeia-irmã\nsouthern\nperdoaram\nascetismo\nnefropatia\ncivilista\ntrigêmeos\nmeninada\ncondecorados\n-mar\nprosperidade\nconnell\nmesário\nliberalizantes\nalfie\nhostil\nhostis\nincisos\nbalbino\ncayley\npanelão\nactínio\nradica\noriginariamente\ninformatização\ndefunta\nchocados\nbsg\nvoltagens\ncruzília\nassassin\nhavilland\ncistaceae\nsátrapas\nparturiente\nscanner\nutilizaria\nelisabetha\nbate-papo\nobscurantismo\nsegmentação\ncarceri\nblindside\ncarnaíba\ninvadindo\ngorbatchov\neto'o\nderivou\neidos\npresidenciáveis\nsuicidio\nlovaina\nolívio\nreativadas\nlevantador\nlevantados\nazóia\ntorreão\nsustain\narion\nmahon\nmahou\nulei\ntranslation\nbride\nbrida\nbridi\ndoman\ndomar\ncaibros\nmicroeconômica\njuku\ndiscursam\njuke\nlevantadas\nub99\nchenopodium\nmega\npessoas\npessoal\ntineidae\nconcebível\nkrylov\nhexagonal\ndecrépito\nanti-stratfordianos\nporcentual\nbarkin\nι\nfinaliza\nfinalize\npillay\npillar\nesféricos\nmukai\nfinalizá\njiří\ngrayskull\nestreptococos\nacompanhá\njudaismo\nacompanha\nacompanho\nneila\nneill\nsalsão\nbrønsted\naparecer\nsisaleira\nfarfetch\njubal\nemigra\n99,9999999\nlascar\nlascas\nbecomes\nespírita\nespírito\nespíritu\npaisagens\ndesastrosos\njeitos\nmixada\nmixado\ndetonando\nfigueiras\nimigrou\nlados\nmassagista\nexógenas\nantebraço\nsaberá\ndesembargadores\ndominadas\nampliou\ntenebrosos\nj.f.\nbolivariana\nakutagawa\nbertha\nberthe\nscrew\neconómicos\ngonta\nsaumur\nunaids\nindoor\nbardem\nbardez\nsedutora\nrecenseamento\nroque\nneuwied\natrevida\natrevido\nsubdesenvolvida\nsubdesenvolvido\npuericultura\ncalcolítico\nfeminilidade\nline-up\nanedóticos\norquestrados\ncoeficiente\nd'alembert\nreconquistá\ndubaku\nreverenciados\nreconquista\nmarcianos\nrecebidas\nreceptor\nsuporia\nmargs\niaçu\nmarga\nmarge\nmargo\ncastrados\nnun\ndepatri\npolanyi\ncanela\nhumorados\nsupostas\nregulatórias\nfaremos\ncombustão\nmatlab\nindignados\nprosseguiram\nm-9\ndesaprovando\nriquixá\nto99\nescultóricos\nhirano\nmclain\nreichenberg\ndesmilitarizada\nmontebelo\nvoltagem\nandie\npiazzetta\ndescalças\ncensurada\ncensurado\nsalsa99\nmachistas\nchesf\nsyndicat\nchest\nchess\nequatorianos\nhiboriana\ngerlach\nempregador\nempregados\ngounod\ngounon\naposta\naposto\nmordendo\npercebemos\nreefer\ne.t.\ndestruído\ndestruída\nvirescens\ntrierweiler\n┼\npulseiras\ncriaria\nolivares\naviation\nléxico-gramática\nexpulsarem\nnefelina\nalamar\ngraciosa\nazarias\nbanheiros\narrastaram\ncoplas\npré-show\nphoneyusa\nratinho\ntêm\nsm99\nratinha\ncaíco\nanti-nazista\nswarthmore\ncinesiologia\nshinnok\nshinnou\nolmedo\nsancionando\ngordiano\nbargas\nmissivas\nmamografias\nsurgido\nagrovilas\nprojetamos\nkorner\nvarou\ndicaeum\nogans\ntogolândia\njacomossi\nenviasse\nfaruk\nminoritários\njamaicanos\nolin\nolim\nrecém-convertidos\nheinkel\nhspa\ntermoelétrico\ntermoelétrica\nanimalidade\nolić\nosteócitos\n-fosfato\ncoloriu\núnico\nmilanez\ncolorir\ninfelizmente\ncertification\nvédica\nadicionados\npannunzio\nvédico\nrobards\npseudolasius\nmozer\ndelimitações\nembaixada\natrever\nsandys\natreveu\nedíficios\ndelirium\natrevem\nlamiaceae\nhippolyte\nharsh\nniceto\nnicete\npelve\ngalahad\ntrem\nalturas\nguinsburg\nmecanicista\nsublinhados\ndecíduas\ntransantiago\nlantânio\nadministrador-delegado\nressuscitação\ntransgride\nortiz\ndecode\nchildren\nhiparco\ngaribaldo\nviajar\nindymedia\nviajam\nconcederia\ncucurbitaceae\nantitérmicos\ndragomir\npegá\ngulfstream\nvj's\nstrait\nstromberg\ngueto\nwrocław\nguillain-barré\ngralha\nmafamude\nautomação\nbalon\nstockwell\npernas\nhagiográfica\ncotidianamente\nomite\nmatías\nberisso\nrolamentos\nsupersticiosa\ntransado\nhermengarda\nprodigiosos\nvoltarmos\naşè\nmudasse\nawano\naportavam\noutdoor\nmarofa\nboulder\npellet\npellew\npushing\nlucho\nlucha\npácoro\nretóricas\nlenço\narabidopsis\nnassau-dietz\nlogosofia\ncalha\nm.i.a.\nrepassavam\nrotura\nderrubaram\nça\no.f.m.\ngenealógico\nsurra\niluminou\nhomenaje\nestaduais\nmecanismo\nj.c.\narquiteta\nimidazol\nrambus\nrambur\nbonifacio\nrealistas\ntietê-paraná\nkuomintang\nalaska\nvão\nvãs\nlibération\nconstruindo\ncliburn\nvillain\ntopeka\nesportistas\npiscadinha\njiri\njiro\nivailo\nstunts\npsuc\njúpiter\nbocas-de-fumo\ngrohe\ngrohl\nrestaurações\nmasks\nmido\nmidp\nousadias\ntriplos\nidas\nalforriado\nendossam\njohnstown\ncoheed\nprecários\ncamioneta\ncamionete\nbedingfield\napreciação\ntchetchênia\nyuzuki\nhispânicas\ndiscentes\nredistribuição\nfagnano\neliminaram\ntomatometer\nbickel\ndoleiro\nestala\nrestituídas\nentoação\nsarajevo\nedmara\npompônio\ngreyback\nlocomoção\nplague\nsupreme\nparaguai\npinkett\njeseník\njohnsen\nل\npokébola\nlançava\nvomitava\ninstruída\nbezirk\nanémonas\ngépida\nadorações\nslackline\nholgrave\nlivreto\nvantajosos\ngarnero\nexpominas\nalgumas\niiiª\ndecorativa\nardida\nardido\ndecorativo\niiia\nterni\ninterpretation\nsprout\nterna\ndignas\nderbez\nfofo\nembebeda\npalmácia\nagrária\nmassarani\ninativado\ninativada\ncancerosas\ndispersivo\ncustodia\nmazepa\nflatts\nsaísse\nturcomana\nturcomano\ncountess\nmonjes\nquedlinburg\nexiguidade\nphilosophia\nelwes\ncorretja\noci\noch\nocm\noco\noca\nocc\nocb\nocp\nsr999\nancoradouro\nrhythms\ncomovida\ncomovido\ncalvão\nprezado\ncondecine\nnargis\npavãozinho\nafetas\nafetar\nafetam\nspencer\ntenhas\ntenham\ndatação\nhibrido\nlandshut\nschwarz\ncóclea\nafresco\nseaborg\napropriaram\nvivissecção\ncambriú\ncambria\nlonges\nlonger\ncapotagem\nlimerência\nhipocalcemia\nwah-wah\ndéveloppement\nmodificável\ndesobsessão\nsuportaria\ntapauá\naltay\nfolheada\naltas\naltar\nfisicas\nmilady\nhéber\nestudá\nbechet\nraquidiano\nmonótonas\nestuda\nswann\nswans\ntencati\nrespiram\nswanö\nentao\npelican\ngeorgi\ngeorge\nexploring\nbritanico\nzeballos\nferrocarriles\nkimchi\nsaint-marcel\noutrun\ndesfazendo\ncostumeiras\nclowns\nespecialidades\ncompetiram\ncsis\nbamber\nnulla\nambrosius\njúnias\ncsic\npratos\nterrenos\narrastão\naymerich\ntelephone\naldair\nlusitania\nghiorso\nterças\ntrancava\nfiódor\nelkis\nalain\nrietveld\nrusses\namostragem\nrussel\ndebatedor\nfranqueadores\npedrossian\ngravidíssima\narvanitica\nprós\nholodomor\nsociedade\ntilacino\nestatuetas\npresenteia\ntaxonômicas\npinterest\nhidegkuti\nempilhadeiras\neurobasket\nbloqueadores\nalgonquina\nsudene\nbiotipo\nlevaria\nhōjō\npesca\nagnol\nrosenfeld\npesci\nrevolucionario\nfrequentavam\npesco\nsandwich\nmaycon\nalcaraz\ncataulacus\nantiética\nantiético\nclippers\nprotobúlgaros\nstiles\nmizusawa\nparecerá\ncuse\ntransistores\nvaldemiro\nepsódio\njaponess\ncdma\ncolangite\nwaack\norientados\norientador\njaponesa\nlarkin\nvacúolo\nassobiadas\ncorrentezas\npooideae\nolindina\ninfantas\nlamenta\nfulci\nerzgebirgskreis\ninsetívoro\ncondottieri\ncondottiero\nconroy\nbouzouki\nnutrição\npurotexto\nmostarda\nyosemite\ncamarilha\nresponderão\nauto-intitulado\nkongo\naritméticas\njaulas\nstoke-on-trent\nshandong\nvosges\ntímpanos\ntuti\ntuta\ntute\nleyland\nprokofiev\ntutu\npercentuais\nmcallister\nmariátegui\npassarelas\nalcácer\ngeógrafo\nexpressados\npakenham\nventara\ngramame\ndejan\nbloqueadas\nreichenbach\nanglicanos\nlimpeza\nwuttke\nsesshō\nmcnairy\nlethem\ngallet\ngalles\ngalley\nabreviadores\ngallen\nreordenar\narquitetou\nmclaglen\nardisia\nsutta\nfl99\nyishuv\nfrateschi\nmúsical\nmanágua\nperuana\nperuano\nscleractinia\nfuzilaria\ncosmas\ntoxicologia\nconfortado\nsalgado\nsalgada\nurdume\nanji\nabobadados\nmalinowski\nvanilli\ndesérticas\nvanilla\ngungnir\nmalformação\nwhore\nbateia\nreprisado\narrolado\ngongsun\nbarrinhas\nprospera\ntaxonómica\ntaxonómico\naumentassem\nweblogs\nintrincadas\nslammiversary\nbathory\nregulamentares\nconcretagem\ncesse\nfrancesco\nfrancesca\nhermann\nhermano\nbastonete\nchaetodon\ncoyle\nesbanjava\nreconfigurar\nmagela\ndoppelgänger\nrapidamente\nlêntulo\ncadence\ncaldo\ncaldi\nsaint-cloud\nakechi\nsería\nconcubinato\natanásio\nuriah\nurias\ntelevoto\narrow\narroz\nviadana\nfalível\ninterditou\nmason\nneuróticos\nfitoterápicos\nalho-poró\nrefrigeração\nvai-vai\nparterres\nmiolos\npiracaia\nreclassificada\nvaliant\ngleiberman\nspectrum\nenxurradas\ndemoníacos\nunificado\nunificada\niturrusgarai\nacasalamentos\nmandou\nconfundi\nindisponibilidade\nabruzos\nmontaña\ncolimador\nbujari\nzelote\nsevendust\nserpentinas\nloudun\ncodename\npalpites\nmananciais\nanciã\nhornsby\nnarragansett\ndesalento\nniels\nbardesanes\ndeslocarem\nverdy\nverde\nverdi\nincorporação\noban\necossistemas\ncincinnati\nbandits\nar-pharazôn\nl.p.\nconsiderassem\nbanquetes\ntransroll\ndecepadas\nluthier\nfabricantes\ncapablanca\npreceitos\nmoralizante\nanghel\nflaubert\nlanheses\nlegoland\ntàpies\ncaeiro\nlichtenstein\nrosenkreuz\nescória\ncomplicated\nmignon\nqueimá\nherda\nmimos\nqueime\nqueima\nprintes\nprinter\ntechnion\nbanksia\npelágicos\n9999/9\nseibi-kai\nutilizarmos\nkorakou\nprototipo\nperimetral\nmarietta\nmariette\nrhodes\nrhoden\nformem\nformei\nformer\nagroflorestais\noperational\nsituation\necila\ncarroças\naconselhava\nfloresta\nafectado\njahan\n99999-99\niludindo\ngaudium\nesquerdaverde\nhighgrove\ntoulouse-lautrec\nlahti\nnurmagomedov\ncrayton\nwebmasters\nhealey\nhealer\npost-rock\ninsulto\nsarasota\nnovember\nrosali\nepónima\npicardia\n¡\nregando\nmoncayo\ncomprime\nambulante\nacadêmia\ndesalinhado\nabstém\npinewood\neréctil\nefedrina\nprogenitores\nhipocondríaco\npincele\nintegrou\nnatividade\nsubwoofer\ncessada\ncessado\narlington\nbruckheimer\nprescott\nproposital\ntestando\napimentados\ncollor\ncollot\nantonello\nbytes\nshower\ntechnomyrmex\ncps-9\nmendicância\nchungcheong\nsignifique\namélie\nalgonquin\namélia\namélio\nhiar\ndoriath\nantalas\nreaberta\nagudiza\ngilete\nsarvastivada\nsocceroos\nignez\nveloster\npinball\nniquini\nlimitará\npingo\nfatiar\ncarijó\nobscured\nhans-peter\nmelbourne\ncarcano\nesfíncter\nnísia\nrealista\nbethe\npreemptivo\nn.w.\ndiversa\ndiverso\nlufthansa\nkatsav\nprotetiva\ncognominada\nautocarros\nflashback\narnaiz-villena\naceitação\nfinlandesas\nincendiou\ncaminharem\nvolante\nfúlvia\nzsigmond\nfúlvio\nwitold\niain\ntrombada\nhastati\netti\netta\ndesalinhamento\ncrespi\nmédia-metragem\nrói\nhominick\niaiá\nderivava\nrós\nlittlebigplanet\ncherenkov\nodontologia\nthieves\nfarnum\natingiram\nfavelado\nassemelhasse\npróteses\nderrogação\naffliction\ncanadianos\ndiscoglossus\nconvém\njean-louis\nneuber\npernilongo\nraceway\nmetadado\nparticulado\ninsolventes\nruvo\nplaygrounds\nazapa\njoalharia\ndiferenciava\ncomplementem\nfuniculares\nqué\ntics\nuploads\nfeyerabend\ntici\ntico\npartilhando\ntotens\npóneis\nmenonita\ncomemoravam\nguilbert\nembeleza\nco-fundador\ncastellers\nallenby\nbeirais\nempregadas\ndías\ndíaz\nestreita\nestreito\ndeadly\ngardena\ngardens\ntributaristas\ndesconsideradas\nfz99\ninvestigator\nreapresentar\npescara\nvitantonio\ngiardia\nmaratona\natraírem\ndiscutam\nmississípi\nremediada\ncanabinóides\ntōdai-ji\naeroportos\nhispanica\nroteiro\nflyers\n-man\nascídias\nesquistossomose\npredominou\nsoberbo\nusável\nsensualismo\nscripta\nscripts\nitacorubi\ndorcas\njosephus\nknowles\nrealizariam\natirarem\ndegelo\ncentrifugação\nclimate\nmarcegaglia\nbnh\nrevelava\nincômodos\nbirmaneses\nc.j.\nabelardo\ndisques\noreca\no-town\nedmonton\nmaterializada\nmaterializado\ncorsten\nencostam\nreforçar\nchocobo\nrearranjo\namintas\nnajd\nnaja\nnaji\ntajima\neuller\nobasanjo\nrazón\nconvenceram\npíndaro\nbotev\nbotei\ncrisfepe\nretrógrados\ntrifório\nsequenciadores\ncédric\ncinna\ndosagens\nantebraços\nbacellar\ngeraldão\nartrópodes\njuramento\ndelineando\nsistema-mundo\nwendover\nmamoa\nbíblica\nbíblico\nsimilitudes\nfrieden\nfriedel\npaquequer\nlindisfarne\nanchieta\nlonergan\nenvolve\nornus\nprofusa\nestudio\nlendário\nlendária\ncatarse\ninstigador\ninstigados\nericaceae\nguibert\ndificultando\nkendo\nbalés\ninterstate\ncaudata\nferromagnético\npernão\nvisaram\nmontermini\npropelente\nkendô\noligárquicas\njanuária\njanuário\nkendō\ndeiscente\nlandum\nscum\nvulcânica\nperniola\nvulcânico\ncaça-talentos\narctic\nadpf\nprocediam\nrecheiam\nneuville\nrapallo\naliyev\nseduzindo\ncalcáreas\nstarfighter\naplaudindo\nsacramone\nbushido\nindianas\nrjr\nbessa\nbesse\nmacbeth\nmarcilista\ncabeçuda\nchicharito\nindeferimento\nassociaçom\nbolívia\ndotcom\nabravanel\ndestes\nmiligramas\nprincesas\neuripôntida\nestabilizar\nestabilizam\n≠\nbifurcadas\nk999\ngarza\ngladbach\npenetração\nintolerantes\nö\nzanetti\nvatanen\ntransitividade\nambiguidades\nmatarazzo\nexternalismo\ncarcerárias\ntransformava\ngratuitas\nesfomeado\nfabricante\nsherrington\nconsultórios\nidentificarem\nbonadei\nmjolnir\nupas\nporcupine\nculture\ncultura\nleilah\npazzini\nwozniak\nrepúdio\nsuperfinal\nexploits\nallium\ndesponta\nanunciarem\ncgee\neunice\nmesoescala\nstrachey\nexpositiva\nrodinhas\nexpositivo\nantinatural\nsaliências\nplumbaginaceae\nmórbida\nmórbido\nmaritaca\nchristofoletti\nhermine\nkarlheinz\ninoculação\nenormemente\npsicopedagógico\nsorrisinho\nfrida\npriego\nstafford\nperturba\ntenco\nhabitacional\ngradientes\nvolans\nrole-playing\ntombense\nterceirização\ntalentos\nmenir\ncontra-revolucionários\nmenin\nkujō\ngallina\nlecitina\nenvolvê\ndissonante\nmoscardó\nmatamos\nmobius\npigmeus\ndiscos\nlevedura\nductor\nevreux\ng-99\nelysium\nb-b\nb-9\nrecitativo\nsubstratos\ndesterro\nbierhoff\nexperiencia\nmorrell\nfestejavam\nshenzhou\nnorteamericano\naviz\ncogitada\nirracionalismo\nbrongniart\nlost\nlosa\nlose\nnabuco\nत\nmeretrizes\nmanaós\npapertoy\nroxette\nsmokin\nfrios\nal-ittihad\nregeneración\nventania\neldon\naccrington\nprimeiro-tenente\nfantastic\ndróides\nodell\nreversíveis\neléctron\ntrimotor\nleitha\ntenno\nautonoma\nresolveram\nestrategia\ntorcedores\nperdidamente\ncajamarca\napelida\napelido\nqg99\nescaneadas\nconvent\ncossaca\ncossaco\narquídamo\ncossack\nburgess\noptou\nkharkov\nfitting\nblue\nnortheast\ndisporia\natheneu\ngutiérrez\ninclusão\ncaminhos\ncaminhou\nfidedigna\ncamba\nfidedigno\nzigomático\nruperto\nrenaissance\njaneth\nuzumaki\ndenunciei\nmeticulosidade\npretoriana\nzombies\n∃\njenifer\nlevamos\nfabulosas\ndominante\nestagnada\nartuzi\nbelizenho\nhaßberge\nchiang\nr.j.\ndequinha\ndiretor-geral\nrooibos\nalcançara\ndiagnosticado\nvôo\nespermatozóide\ncartaginês\nligou\nedron\npolivalência\npersuasion\ngenéricos\noates\ngrous\nsenigallia\nangiosperma\ntartárico\ncascalho\nmatriculada\nmatriculado\ntrovador\ndesceu\nsternbach\nrákóczi\nregistram\nholyfield\nvirgílio\nregistrar\népoca\nvirgília\nrepudiava\nsorrateira\npreservado\nuivando\nperído\nbowersox\nsheets\npanafutsal\ncortinas\nsocci\nariosto\nantoni\nenjoado\nantony\nvale-tudo\nintermináveis\nformulados\nformulador\ncurvou\ncurvos\nshinedown\nparecesse\nsubjuntivo\nopusessem\ncadão\ncondutância\nmillard\nex-ativista\nposição\nronaldo\nakatu\nsermersooq\nverrazano\nresponderem\npsychic\ngardênia\nvazada\ndemarcam\npára-choques\nhomologou\ninsignificante\nc99-9\ndestinava\ncsa-al\ncantagalo\nmagpies\nvotasse\ntartarugas-de-pente\nŋ\nsobreviverão\nretransmissores\ndumfries\nnichols\nserenade\ntributar\nsurinamesa\nobscuras\ndescessem\nraptors\nsintetase\ndix-sept\ncrenças\nteófilo\ntivera\naileron\naleksandrovich\ngehry\nangonese\nbouro\nbourg\npastoris\nboury\naçoitados\nquilômetros\nvaradouro\nfeixe\ncontrações\nalraune\ngalaxies\ntash\ntask\nsteller\naboim\ntrataria\ntass\ngiscão\nchandelly\nbeija-flores\nkinect\nincansavelmente\nvariadas\naldaíza\nprevalecerá\nano-calendário\nmanoplas\nintranets\nquíchua\ngelatos\nkombat\nanhalt\nnagle\ncomposers\natracada\npatrimonio\nmeurthe-et-moselle\ndespontaram\nderretidas\nsetlists\nuterino\ncabides\nagália\nkiryat\nស\nfique\nspitz\npermaneceram\nminions\nnúcleo\nhampshire\nisolina\nspittal\naniston\ninfobox\nweber\ngastrintestinal\nbelgrade\nbelgrado\nrevistada\nrevistado\nrader\nbaeyer\npersuadindo\nkastner\ncontra-reforma\ncastells\ncavaquinho\nserov\ndesamortização\nempreendedoras\nregedor\ncastella\nsetter\ncontraforte\nurbanista\ncsrf\neducadamente\ninterfinanceiro\npavê\ngarbin\nbrixen\ncontagiosas\nandrógenos\nverbalizar\nconvidaram\npartículas\nteatinos\nalexandros\nalexandrov\naduaneiras\naplicativos\ndc9\ndinoflagelados\ncastelló\ngwent\npedetistas\nperegrinou\nperegrinos\ndcl\ndcj\ndce\ndcc\ndca\ndct\ndcs\njusticia\ngargalo\ndomènech\nbanzai\nsequel\nestagnadas\nsequer\nkraft\nopaia\nmotociclos\nconstranger\nconstrangem\narcebispo-emérito\nhortense\ninteligíveis\nnomear\nxxl\npiscatórias\nglutationa\nmcrae\nsloane\nbicol\ncorrosion\ncontra-exemplos\nhoff\nhipérboles\nbandleader\nteleológico\nhumanóides\nteleológica\ndesclassificou\nconvertessem\nmuralismo\netnográficas\npatanjali\nlouvavam\nlair\nlais\nlaid\nlaia\nlain\nlaio\nsufistas\ninvejar\ninvejas\nhostilizados\nassassinaram\nheights\nsupracitadas\nsamos\ncaçambas\nfulva\nlibertava\nbarbeito\nlanancoras\nfeudalismo\ncarrascal\nrhône\nkurenai\nfelino\nfelina\nirrelevantes\nsugestiva\nsugestivo\nobaluaiyê\nveronica\nseguintes\nqusayr\npredispostas\npenhorados\nsaxe-meiningen\nmansions\ndespesa\nabasteceu\nal-mu'tamid\nwasatch\nbrøgger\nsaviano\nmondes\nlure\nraio-x\nmaratonistas\nbafta\ncaixas\nconteste\nnocautear\nmagnoliales\nlínguagem\nmarion\nescancara\npulverizados\npulverizador\ndeirdre\natingirem\nplanossolo\nnr-99\nseptimânia\ndesacelerou\ncreditada\ncreditado\nihre\nexperientes\nihru\nverificando\nreaper\nsílaba\nboril\nxxxi\nbrompton\nescotos\nrefinanciar\nbaden-powell\nsexta-feira\nbausch\ninfusões\nsutil\nescherichia\nberners-lee\nestejam\nemmerico\nemmerich\nmelanésia\ndispneia\ncouço\nchristisonia\ncoelce\ngifhorn\nclorídrico\nsapatilhas\nntsc\nntsb\ncelebrizado\nciods\ndiurideae\nlesage\nperfídia\nvírgulas\nhemopa\ndominarem\nindevidas\noakwood\nprovidenciadas\nreprovavam\ndirector\ndirectos\nninth\nrenuncia\nchastain\ncumari\ncumaru\nrussificado\nmooc\nmood\nmoog\nmoos\nmoor\nrj-999\nmoo9\nencalhar\nexperimentamos\ndashi\nvisby\nporã\nhaskalah\nânimos\ndillashaw\ntheresa\ninspiração\nespanca\nprosas\nleisen\ngoiabada\nlocros\nespancá\norbita\nshore\ninsustentabilidade\nbenedictus\nmesclava\ntrabuco\nvaliosos\nvitaly\nalcohol\ncorremos\npicote\nbalen\ntraveler\nporo\nluiz\nhasmoneus\nvigésima-quinta\nvecchi\narzfeld\ndurará\nrequisitada\ninconfidente\nmaack\nmaaca\nvaldeir\nneoplasticismo\ngesneriaceae\nlandeira\npilates\nbaixinhos\natenuantes\nilustrou\nparadigma\nanalândia\noleśnica\ncaramulo\ndhahran\nkeleti\nlugarejos\nsirenum\nmanatee\ndissociativos\nmccloskey\npestanas\nsarda\npiranguinho\ngatwick\ngause\nalmíscar\nַ\nmontantes\nglobosa\ngloboso\nedigar\neólia\ntrumbull\ncasa-torre\nabotoamento\nceviche\nharcourt\navançariam\nmousasi\nmainstream\nneubarth\nanglo-católicos\nabertas\nbittrich\nbosta\nmatos\nmatou\ncaixa-forte\ntentasse\nduce\nduca\nficcionistas\ncriamos\ncritic\nqo999\nselecções\ncitações\ndevem\ndever\nregiomontanus\nmashups\ndefenestração\ngerardus\nmatala\nmacondes\nalém\nalén\ncelinho\nmarqueteiro\nmontreux\nmulei\nimobilizados\nmuley\nraíz\nmesquitas\ndispôe\ndoniphon\ndispôs\nqa99\nigualados\nrepresentation\nvirologia\nhigroscópico\nrelâmpagos\nmosqueteiro\nfloradas\ndecébalo\nrenunciado\necclesiae\ncaern\nimpessoalidade\neróticos\notididae\nbayside\nresultará\npermiano\nt.a.\ndyogo\nshimbun\npequeno-burguesa\nmurina\ncoices\npedalinho\nafunilado\ntabernáculo\nnewman-haas\ndirige\ndirigi\nindianismo\nwalério\nhumain\npdvsa\nzópiro\nincredible\ncoupling\nrastreada\nratificação\nabecasis\nsurgiria\nminimalista\nconcentradores\nastrojildo\nocuparam\nprodam\nestreara\ndespotes\nvitalícia\nexpô\ncontenham\nestreará\nparalisadas\ndemetrious\nacabe\ncasa-mãe\nvendam\nrecnov\njuqueri\nco-dirigiu\ninegociável\nd'ouro\nsmt\nsms\nsmp\nsmi\nsmf\nsme\nsmd\nsmb\nsma\nsm9\nschenck\nek\ncastellar\ncegonhas-brancas\ncastellan\ninvocava\nmorfismo\nsándor\nbranas\nthrasher\nfluoreto\nprosseguiam\ntordos\ncampofiorito\nripoli\nripoll\nwhitecaps\nbandeirolas\ncilinho\nkaradžić\ntechnicolor\nmanzanillo\ndescontinuados\nportela\nathlone\npalancas\nmusculosa\nmusculoso\ncontinua\ngroucutt\nestevainha\njaimie\ncurtinhos\nintersubjetividade\namauri\namaury\nabernéssia\nnetbsd\niara\niarc\nsolway\nbloody\nmadureza\nreprisa\ndoppelganger\nreprise\nadossada\ngrosset\nentregando\nyakub\nzampieri\natraíram\npindaré\nanelídeo\nmelhorasse\nseparatistas\nprojetava\ncréu\ndestravados\ncuriosidades\nbomba\nbombo\nbebida\ndesencantamento\nbombs\nbebido\nup\nimpermanência\nuh\npersiana\ncagney\nub\nrapax\nvariáveis\nzpe\nparser\nautodidatas\nvilaiete\npilado\nparsec\nkrantz\nhavidas\nd'intelvi\nnicola\nreconhecidas\nresgatada\nresgatado\nleilão\noblíqua\ngeneviève\npublicações\nguerreiro\nnovice\nguerreira\ntodo-terreno\naliomar\nassombrado\nenfeitando\nimad\nbumbos\nalbemarle\ntapira\nperturbaram\nbuzaid\nrazr\nraza\nhygino\nwestmoreland\nulitsa\npôr\ncosmológicas\npirassununga\nsinistras\ncourmayeur\ntivessem\nfraternos\ngrammophon\nbevilaqua\nrace\nremontaria\nolimpo\nminar\nfn99\ncorpitcho\ngalaico-portuguesa\nmetástase\nbissulfato\nmerecedores\n،\nconfortos\nnestorianismo\nnanus\nâmbito\nlixamento\ngiselda\norganizativas\nrecíproca\nassembleia\nlety\nmacleod\nmarmora\nprocessadoras\nseriedade\nmulti-toque\nholmes\nfederadas\nrótulo999\nhuet\nhuey\nwaksman\ncuellar\nmasakado\nmuniadona\nursula\nreparação\nmaterno-infantil\ntidas\ntidal\nlituânia\nhatchet\nhatcher\nhatches\narcada\ncancelos\narcado\nilaílson\nheynckes\nagrestina\ni9999\nmetaboliza\noverton\nshrugged\nmetionina\nkazoku\npredefinidas\nlizi\nburleson\nsurfistas\ngauro\ntraídos\nvarzeano\nfussball\ndecaimento\nmantivessem\nmanolete\nrooney\nindexados\nindexador\nlomazzo\natrevimento\nreservadas\nlactato\nrussulales\npython\ncastellazzo\nexecutáveis\ncontrastam\ncontrastar\nelamita\npaquetes\nbonificações\ncromwell\nadoptaram\nfitz\ncoachman\nreplicação\nbaleias-azuis\ntinamus\nmessênios\nfulereno\ndesencadeados\ngarrafão\nrouse\nacidentalmente\ninfectologistas\nzbyszko\ncidades-satélite\nbarthel\nadon\nanorgasmia\nsalmo\noutorgadas\npitanga\nmcmurdo\nrepetisse\ntransportou\nzerada\nalphabeat\ncelulari\nmutilação\nmets\ninclusas\ncondenado\ncondenada\nsmooth\nmeta\nkhala\nkhali\nweston\nkerrang\nviroses\njunayd\nabsorvedor\ntámbem\nwomen's\ngaelic\ndiscente\ncodecs\nengatado\n♯\n-fu\npéssimas\ngosset\nobscurece\naeroclubes\ntalytha\nmediúnicos\nsuvinil\nassegurava\npragmatismo\ncallebaut\narmentano\nconsagrados\ndumézil\ngengivite\nthemata\ncongos\nrudolfo\nchiarelli\ntomamos\nmaddy\npregação\ne9999\ngatilho\nleitora\nalmocreve\nbenoliel\nlemonade\nmedonha\naraliaceae\nfantasyland\nan-pg\ndrusos\ncentralizam\ncentralizar\nstelis\ncuernavaca\nbaudolino\ndavenport\nutopias\npubl\npubs\nriksdag\nburgoyne\nmediando\nmagricela\nmesopotâmicos\ntucano\ntucana\ncelulóide\npurple\ndravídicas\ncadbury\nrecortados\nhouten\nincertos\ndacosta\nphysical\nnemec\nmire\nnemer\nmira\nmirc\nconcluindo\nóxidos\napontam\ndias-multa\nmassiel\nmassieu\nrevelasse\nchapin\ntowers\nmchugh\nreceitados\nsentiriam\nagem\ncernache\nghs\nghz\nghc\nghi\nmoraújo\ndesgraça\nmanequins\nkin-fo\nconquerors\nsardoal\nepílogo\ngravatal\ngravataí\nalargam\ndolan\ndolar\nalargar\ngeforce\navicultura\ntratamos\nfanele\nsobreviveram\nocasionadas\nmatriculou\nbrutus\nnotabiliza\nafro-x\nrecém-criados\noksana\nlacustre\nhusband\nrsf\nclarificou\npriestess\ndistintiva\ndistintivo\ndesestabiliza\ndjurgården\nheikki\nsoil\nsoir\nunholy\npalanca\npalance\nwedge\nsarjeta\njuntamos\nnucleicos\nrebatizar\ndownward\nmelódicas\njussi\nzwickau\ncernelha\ninvariantes\nretomadas\nhunky\naeróbicos\nbicicross\npaolucci\ncoloma\naromáticas\ndesmontaram\nremexe\nbombel\nconecta\nconecte\ncardenas\npaduano\nbelarmino\natsushi\neosinófilos\nbomber\nengrandecimento\nconectá\nlesbos\nstrong\nintoxicado\nzedd\nzurita\nartérias\nkendra\npiradinha\nmolduras\nexaminado\nexaminada\nmarcharem\nexcursão\nabóboda\nnuada\nabastecedor\npasado\nxingó\nxingú\nfórmico\nfórmica\ntentou\nestresse\ntentos\ngylfaginning\nmestrandos\nxinga\nxingu\ndachau\nantialérgico\npárocos\nfocalizados\nmcgowan\nfranka\nmontréal-dorval\nantropóides\narenistas\nbuzz\nferrers\nferrera\ncontestou\nferrero\nlaringite\nwakefield\nsidónio\nsalons\nsalona\nsalone\nturbilhões\nnotórios\nlibânia\nlibânio\nsugeriram\ncolecionando\nexteriorizar\npreconizadas\nprevenir\npreveniu\nseeing\nortográfica\nortográfico\napadrinhados\ntunisino\ntunisina\nformichetti\nrasante\nkickboxing\nst-9\nitinerário\ntejipió\nmudalen\ngurinhém\nremendos\ndespossuídos\nressentidos\nvales\nvaler\ncollina\ncolling\nvaleu\nvalet\nvalen\ninstigada\nvalec\ncollins\nvalea\nconstitucionalismo\nmini-álbum\nanarco-sindicalistas\nbrincava\nvigny\nmisturava\nvigna\nvigne\npermear\nkieślowski\natípica\natípico\nmerecimentos\nmalversação\nexemplifica\ncemitério\nseohyun\ndivulgamos\ntecidas\ns-video\nfranco-espanhola\nxambá\nineficiente\nágape\nmissiones\nalpinos\nhális\nmississauga\nluã\nbonaventura\nlaredo\nvázquez\ncardassianos\newerthon\nluv\nlux\nluz\nluc\nlud\nlug\nlum\nlun\novaladas\nresidenz\nresident\nvazados\nkristiansand\ni\ndescamisados\npepys\nácrida\nbenzeno\ndirimir\ncopra\nassassínio\ny9k\ncastilleja\npulsação\noverflow\ncalormanos\nmesserschmitt\nmaçónicas\nanatomicamente\nmatanuska-susitna\nyukon-koyukuk\ndvd-audio\ncm9999\naugustine\namígdalas\nsextas\nfontenoy\nlipossolúvel\nvector\nfervorosas\nparturientes\nrosacrucianismo\ntrilhos\ntrilhou\nautômato\ntsarina\nevacuações\nvlastimir\nchart\nbayeux\ndaws\ncontrafagote\ndawe\ndawa\npreservou\nafectou\nafectos\nfigurante\ngrable\nsideritis\ntokens\npinellas\nretiniana\nuwilingiyimana\nemperrar\nleontopithecus\ndesmascarou\nbudějovice\nhaemophilus\ndsts\nindicum\nmisturando\ntakefu\nmenschen\nbiografias\ngatas\ntano\ntann\ntank\ntani\ntang\ntana\ntanz\nembrulhada\njealous\nachard\npáscoa\ndepressa\nmarlière\ncolectâneas\nmonserrat\npseudophoxinus\nmateus\ndunkin\ndetratores\nmccann\nwikiversidade\nimbabura\ndispararam\ndestinaria\nrebaixamento\nredator-chefe\nseneca\ncavalgadas\nzâmbia\narraes\ntocando\nver-o-mar\nsedã\nnutriam\nrevigorar\naproveitador\nhummes\nrockaway\nhummel\nworkstations\ntroops\nelabora\nconhecessem\ngroß\nhomeopatia\ncibelle\njurídico-políticas\ngrom\ngrob\nlucraram\ngrow\ngrou\noperário\nalvão\ndianne\nsubprefeitura\naznar\nunderwear\nmalkin\nmarienburg\nconcorrenciais\nconanda\ncarbonera\ncarbonero\nbrowning\nescalavam\npaik\nteflon\npain\npaio\npaim\npaiz\npair\nhawker\nsoltas\nsoltar\nmatrimónios\nsoltam\nwycliffe\nviolaria\nbombina\nchuva\nagaricomycetes\nmontello\nzaharoff\nmontella\npolifonia\ncarmesim\ncomprovava\nituberá\nsismos\nmultinacionais\nbeetlejuice\nwimbledon\ncavaletes\ntings\ncybercops\ndelfino\ndelfina\nsusto\nlands\nlandy\nlande\nlandi\nlando\nplanejavam\nbureba\nzelda\njxta\nikebana\nestudei\ntrevolada\nrenderizar\ndesestruturadas\nfiníssima\nfiníssimo\ncítricos\npuniendi\ncreated\nstrategies\nsánchez\ntransitivos\nexime\nsecretina\nrúben\nlatu\nlats\ndeslizamento\nlate\nlata\nlato\npaulinos\nléu\ndionne\ncantaram\ndesmancha\natco\nabipecs\ninstalação\nultra-som\naspirante-a-oficial\naberdare\nsacramentada\nsacramentado\naprisionamento\nhappily\nmarsico\ntarraconensis\ncourage\nabominava\nativá\nungidos\nsciascia\ndesconfio\ntraga\nfrenagem\ntrago\ndesconfia\naloe\nalon\nalor\nhideki\nurinando\nempilhadas\nsolingen\nduetos\nståhlberg\natravessaria\npc-sbic\npompeia\npompeio\nbrasileia\nilusionismo\nn'djamena\nbogum\nbogus\nenergie\napolônia\napolônio\nrespeitou\nrivendell\nrespeitos\nfotografa\ntasman\nrusso-sueca\naudioslave\ncaídos\nvoltaire\nsedo\ndelícias\ntoxoplasmose\nacrobáticas\nfotografá\nreduções\nginóbili\ntrochidae\nfurtividade\ngeração\nnacho\nnacht\nsatanas\nn'zagi\nsimango\nensinados\nalbigense\nrosália\npraise\nbxc9\nclínica\nclínico\nespectro\ncabeçada\ncoenzimas\nsubentendido\nsubentendida\nhelenização\nvertidas\neditoriais\nnyack\nhélio\nhélia\nkneipp\nmonkey\nrecalde\nversa\nmilutino\npermeke\noblasts\npeacekeeper\neurythmics\nrepensando\ncioso\nestribo\ntrs-99\npretória\nteuto-estadunidense\ncurtinha\ncurtinho\nrejeitavam\nherero\nviru\nviro\nvire\nvira\nraptados\n¾\nucranianos\nnumericamente\neclipsar\nreputações\nramifica\nitaberaba\nratier\ngesellschaft\nfolha-de-flandres\nsufocadas\nmancini\npavonis\ncontistas\nmamoru\nbenveniste\ncopeira\ncopeiro\nmeandros\nmamoré\njoséphine\nimpermeabilizado\njudiciais\nshoot\nshoop\nreisman\nbananarama\niterativos\ngierke\nquilogramas\nmultiplicamos\nkeach\nesgotando\nrevelations\npreparatórios\nintocadas\nútero\nentendermos\nmagérrima\nencolhem\nencolheu\nencolher\ndoutorados\nterrugem\nspada\nignorar\nesopo\ncativantes\nignoram\nconformou\ncarcinoma\nelectromagnética\ngodo\nelsevier\npalmital\npapyrus\namarelo\namarela\nzambrotta\npropriocepção\nslade\nbarcaça\ninventora\ninventory\nrna\ninventors\nmultiplexação\nrnd\ndebilitadas\nmagistratura\nporta-bandeiras\npectoralis\nclube\nclubs\npernoitavam\nfratelli\nfratello\ntamanduá-bandeira\nil-sung\nmccauley\nminguados\nwaddesdon\nreestruturado\nzidane\ndabrowski\nacionários\ncv99\nhalogenados\nimplantadas\nduva\nilegítimas\nangelina\nangelini\nmagistros\nveranico\nsalette\nshelley\ndalia\nkelson\nshard\nventus\nsatou\nguabiroba\npayphone\ncalafrios\njocasta\nespecificados\nacetona\nadansonia\nbaianão\nprá\npré\naqueus\navaliam\nilusório\npre\nprd\nescariz\nprb\nprm\nprl\npro\nprn\npri\nprs\nprr\noligarquia\npr9\nrestritamente\nrotativas\nrigorosas\nmodelando\ncaemi\ncaema\nwilshere\ntania\ncaraffa\nderretimento\naurillac\nschoolboy\nbordão\nsubsidiada\nhaute-marne\nsimbolizar\nsimbolizam\narosa\npycnonotidae\nmansa\nmansi\nsolberg\nmanso\nsyllidae\ngordurinha\nexcluídas\nbósnia\nbósnio\naprendizagem\naimoré\ngeometricamente\ninduzidos\nlíquor\nephraim\nscholars\nmarcius\nreutilizadores\nmulticoloridos\nradialmente\nregente\nregents\nbilateral\nvöller\norganizavam\nparatus\nmodelado\nmodelada\nmestrados\njati\ntópico999-estilo\nsnuc\npredecessoras\narribado\ngarfo\npunha\npunho\nveeck\nsignificativamente\nfiado\nstiller\ncarbeto\nregenera\ncloro\nmainha\naltdorfer\nkategoria\nsobrados\narvidsson\napartou\noneida\njudas\nenduring\nirrompem\nirrompeu\nlasmar\ncartográficas\nalternantes\ncristão-novo\ngranitos\nfontana\nfontane\nswansea\nmicrobianas\nateniense\nprobióticos\napreciam\nbrocado\napreciar\npatronato\ncapacidades\nchaparral\npenitenciaria\npodestà\npodestá\nreplantio\ncausadas\nalkaline\nrubinoos\nfaso\nfase\nsensibilizada\npatrimónios\nsossego\nsossega\nmanzanera\nmanzanero\ncanhas\ngatchina\ntopázio\norganizations\nlembrarão\npré-moldadas\nnazif\nnazis\nsexy\nmccurdy\ncassubiano\nprivações\nbelaúnde\ncomunicadora\nmassagem\ndonavon\nencanamento\npós-colonial\nlitorânea\nalternado\nalternada\nprimordial\npontual\ncedillo\nalceno\nalceni\nmal-educado\npalavrinhas\nslides\nrenderá\nparecendo\nvacinação\ndesmarcar\narquivado\narquivada\nseleccionada\npastilhas\narroto\nclaudionor\nhm9\nferomônios\nhmv\nhms\ndelirante\ncaetaninha\nhm³\nē\nrepiques\nmontaram\nchalana\nputumayo\ncried\ncriei\ncries\nanbid\npericlitante\noostende\ndentário\nmanned\nmagas\npermeadas\nextraveicular\ntirando\nco-autores\nensinar\natentos\natentou\nwhitby\nempreza\nvilaça\nmarxismo\nkondakova\ntapion\nportugalete\nshe-ra\najuizamento\nhiran\npés\nsinalizam\nfaerie\nvalbom\nmazowiecka\nsinalizar\nmazowiecki\nchegados\nidentificaram\nleotardo\nfeature\nfratellis\nlaçador\nalheamento\nconterá\ninfluentes\ntruncado\ndesfilaria\ntoxicológica\ncosworth\nsurtiram\nfervedouro\nholyroodhouse\nmônei\ncougar\nconsciência\nempresa-mãe\npeugeot-citroën\ncastrista\ncaderneta\nconcentram\nconcentrar\naceitassem\nhumilhação\nviatcheslav\npreslav\nonyx\nlalande\napontados\napontador\nal-adil\nsincrotrão\ncontabilizada\nromberg\ncontabilizado\nelectro\nparadisíacos\noperatória\narrependida\narrependido\napunhalar\ncontraíram\ntranseunte\nressentiam\nabusir\ntuberculosa\ntuberculoso\namorosos\nchauvinista\ngotlib\nestaiada\nchiusa\nmiranda\nchiusi\nferrara\nrinite\nsupercomputadores\nु\nparinacota\ntrés\nhesitaria\nlazarillo\ndízimos\nmicrobiota\natoleiro\nlidl\nlido\nlide\nlida\ncaxienses\nlaubach\nguadalete\ngorducho\nexecutivos\ngeithner\nscorsese\nviscoso\nviscose\ndownhill\nbeatificação\npedacinhos\nhulme\npropulsora\ndespropositada\ndespropositado\nbudista\njohnstone\nnecrose\ncentenario\nescoava\nusuario\ncorregedoria-geral\nacumulados\nacumulador\nsismo\nsubmerge\nacetábulo\ndesfazia\nnarcótico\naryane\ngeorgette\ntoyland\npanico\ncondado\nradiopatrulha\ntaoiseach\nvozão\ntarumirim\nathléticos\ncontundentes\nacenderam\nastrometria\nradiculares\ncegou\ncegos\naalborg\njugend\nenfatizadas\nyasujiro\nmnr\nmns\nmnt\nmnm\nbagulho\ntristeza\nmn9\nmontereale\nscientists\nveruca\naprovaram\ngovernado\nesrb\nchalupas\nfulminante\nligamos\npíramo\nbombardeada\ninterdependências\ndjango\npápias\ncadastrais\ncobardia\nulrik\nulric\nvenalidade\nfulgencio\nelectiva\nprimavera-verão\nmenshikov\nnão-volátil\nlansbury\ndestacará\ndormiram\ndestacara\nguderian\nlevadiakos\nreceita\nnatchitoches\nimbituva\ntroica\niemenitas\npernambucana\npernambucano\ncontrovertida\nloiríssima\nnecessito\nnecessite\nnecessita\nnecessity\nwehrkreis\nrabin\ntédio\nnazário\ntarso\nreticência\napertando\nsecunda\npackham\nkegel\naldeões\ncaros\ncaron\ncarol\nleave-in\nmodifiquem\nançã\nienissei\nflâmula\nminoico\nminoica\nbattier\nexistencialismo\nee-99\nriquezas\nlynda\nshiseido\npledge\npestalozzi\nreacendeu\nguaratiba\ngerarem\nborrego\nhasteadas\nsurdina\nalquilo\nepopeias\nhollis\nindol\ndesmaiei\npoliana\nroope\nkhouri\nfragilidades\nfestivamente\nfirst-person\narroteia\ntotalizaram\ndórea\ncruzeta\nmaputo\npuxaram\nigarapava\nimbuia\nbisbilhotar\nvá\nvã\nvê\nvô\ncapensis\nva\nvb\nvc\nve\nvf\nvg\nvi\ndesgasta\nvk\nvl\nvm\nvn\nvo\nvp\nindescritíveis\nl'equipe\narabela\nvt\nvu\nvv\nvw\nvx\nvy\nvz\nacianthus\nv.\nnatsu\nflesh\nfaxina\ncopiosas\nmonique\nsaifuddien\namendment\nlembravam\ndaylight\nantraz\nakershus\nsentimentalismo\nsubmeta\nsubmete\nagremiação\nkaranga\ndescongelar\ncaxemira\nfritada\ninteligente\ntickle\ngigliola\nmotivação\nregadio\ntapinha\nirrompe\nrydell\nrompiam\nvulcanologia\nhanoveriana\ngragnano\nconclamando\nrevendem\ndhi\nrevendeu\ncompulsivos\nrevender\ncansino\nleucosyrinx\nirlandês\ndisparidades\nreduzam\nlaboratoire\ntops\ntopp\ntopo\nrelaxantes\ndesfalcam\nlastreados\nsocorridas\npartie\ntoph\ncolcha\ncentrifuga\nperímetros\nquestionamento\npigafetta\ngelada\ngelado\nlevinson\nbelgo-mineira\nalvas\nitzhak\ncanguçu\nconvocará\nberlenga\ndigere\nestrelas-do-mar\ngb99\ngôndola\nmacquarie\nfaianças\nkinabalu\ntelecheque\nboxes\nboxer\nvirginian\ncedido\ndenied\ncubelos\ncedida\ncercanias\nbecoming\ndiofantina\ncuyo\nlagosta\nhispânico\nhispânica\nsabacheira\ncricaré\nesqueceu\nmaterazzi\nroanoke\npompadour\ncádis\ncádiz\ntenciona\nbrumadinho\nserban\ncolchicaceae\nmeias-irmãs\nsaunders\nbulgari\nmancera\nbaracat\ndescolonização\nalcyr\nprunes\nkeefe\nrecadinho\nesteatose\ncarson\nneuropsicologia\nareópago\nhowlin\npseudobulbos\nfrankland\nhelp\ninjeta\ncannot\nfairview\nicarly\nlosers\nherschel\nlonnie\ndeques\nacusadas\nbrinquedoteca\nconsignação\ntrabalharam\nmeros\nmeron\nsíncronos\nschmeling\ngirados\ngirador\namostrado\namostrada\nauriflama\nhornos\natouguia\nloucamente\nalarde\nepisodios\ncascas\nchristiania\nweissmann\nmontemuro\nporquinhos-da-índia\nhelô\nfischer-tropsch\nhalen\ndólares\nvacek\nkonnan\nneopagãs\ndesiderato\ndesiderata\ndulwich\nh.i.d.r.\nrienzo\nnovelistas\nbizantino-árabes\nsarpedão\nfamily\nconstruiria\nlabarthe\ndecompõem\nafunila\nreceptáculos\nsadias\nkahane\nkune\ntelemática\nkuno\npindo\nnewtype\nvassalagem\ntiracolo\ntrítono\nquantizada\nmerseburg\ntraçar\npignatari\npré-colombianas\nauthors\npeguei\nencenações\ninsónia\nnorma\npontos-chave\nrhiannon\ndoutora\nlimparem\nverdier\neixão\ncomplacente\nkoyaanisqatsi\ndolomieu\npedonais\nhammerskins\nantidepressivo\nantidepressiva\narremetida\nstamp\nt.o.\nlegaram\nhardouin-mansart\nbebezinho\nfilosoficamente\ncensura\nnanica\nnarcisista\nlicitações\npowerslam\nsampa\naqc\npostulou\nreconstruí\ncustodiados\npossuirá\nbogotá\nbarbari\nbarbara\nefêmeros\ndaqui\njordânia\nbronzeando\nbarbará\ncreúsa\narmados\narmador\niminentes\nbiogeográficos\nroncato\ntortilhas\nmediolano\ntyphi\ndulci\nhyogo\nquando\nhyoga\nquandt\nmates\nholstein\npartners\nchapecoense\ntrasimeno\nmi-99\npeteca\nintocável\nturridae\nmysterium\ntailandia\nrockwood\nvioladas\npopularidade\nsemáforos\nreforçada\nreforçado\ntangerinas\nespelho\npetey\npan-europeu\npeter\nbutantã\ninsuficiências\nrevillagigedo\nilton\nevoluíam\nrepressivas\nbosses\nscheider\ngolpeá\ninstigando\ncometidos\nfuga\nincolumidade\nparauapebas\nestrangula\ndefensor\nprecioso\npreciosa\nestrangulá\nsurpreendem\nabacaxis\nsurpreendeu\nsurpreender\nressuscitam\nressuscitar\nultrapassou\nattempt\nsimmonds\ncurandeirismo\nplantation\naddclass\nsidi\nsido\nside\nconsumiria\ngleison\ndesejassem\nveiculando\ncrucible\nstojković\nesperado\nocupantes\nsobejamente\nclonazepam\nrecordados\nprovocavam\ntraze\nmonadenia\ntrazê\nhigienizado\nblenheim\nimpecavelmente\norganizará\ndillinger\ndillingen\nlarissa\nbutter\nbuttes\norganizara\nexpurgos\nfaisões\nreuss\nmonteux\naferente\ntanaro\nshippers\nhelinho\nabyei\ndoble\nnódoas\nforkel\ndilacerada\ndilacerado\nroeper\naeroportuária\naeroportuário\ncelíaco\ncelíaca\nfeito\nfeith\naurelius\nviagem\nacompanharão\npréstimos\nspinello\nspinelli\nprescreve\nshaposhnikov\nem-jogo\nparca\nkageyama\npró-sangue\nearthrealm\nexercerá\nxl9\na999\nxli\nxlv\nellery\nxls\nxlr\ncustosas\nheadphones\nbroadcast\nhomogéneas\nprecursores\nvinhateiro\nnikolayevich\npotential\npestilência\nrashid\ncircunstância\nnegritos\nbarbarossa\ncontemporaneidade\nadaptabilidade\nprevaleceria\ngaúchas\npedágio\nrajiv\nbiópsia\nmarineris\ndisritmia\nc9999\nwellington\naqueduto\njørn\nazərbaycan\nkaiowá\ncabañas\nreiniciado\neleitoreiro\neleitoreira\ninsurgentes\nacedido\nneófitos\nitapocu\ncarretera\nbonecos\nkasuga\nadler\nmalufistas\nchateubriand\nplaneta\nmimesis\nplanets\ntumular\nusufruiu\nescaldada\nescaldado\ntrouxeram\ndriving\ncibório\nantanas\nselecao\nautocorrelação\ncálcico\nnagisa\ncharles-louis\ncacambo\ncultivador\ngrinalda\nmarapendi\nmorta\nmorte\nstroud\nminers\nbicampeonato\ntetraédrico\nlinfócito\npinhel\noxalato\nripícola\ns.a.\npasolini\nkatmai\nmicrocrédito\ncaracóis\nlehi\nstrathclyde\nituporanga\nobjetou\nobjetor\nobjetos\ngentoo\npartidarismo\nadivinhando\nalshop\ndebatidos\ngarcia\ngarcin\nestampada\nestampado\ndissidentes\ncruz-maltina\nlorrain\nsteinhaus\ncontradizer\ndeelgemeenten\ncontradizem\nabadessas\nsc999\nlemmertz\nо\nrenovo\nrenove\nrenova\nifrn\ndepositary\njewelry\ncameraman\nrenová\ngeoglifos\ncontrapeso\nprejudicando\njumba\njumbo\nexaminadora\npsicológicos\ndemocratizando\nacuminata\nbrooklin\nsabia\nsabin\nsabio\npossessividade\npriorizam\npriorizar\npenosa\ncandlemass\ndemocracy\nbluff\nnícias\nscamozzi\nexpliquei\nratione\nexigi\nexige\nintelectualizada\npge\npga\npgm\npgh\npgv\npgt\npgr\npgs\npgp\nampicilina\nfx99\nprebendas\nhelesponto\nmoondog\ncambraia\ngroote\nserpico\nchiaroscuro\nprotecionista\nhardwick\nwembley\nnoche\nservília\nservílio\neletroconvulsoterapia\nflorinda\nflorindo\nmanhã\ntroianas\nmanha\ngeovanna\nmeristemas\nalcanede\ngiuliani\nhazuki\ncriaram\nabsolutepunk\ncoromandel\nfilgueira\nwittelsbach\ntilley\ntiller\ntillet\nnêmania\nastrônomos\nfúnebres\nenobrecido\nálgebras\nlutterbach\ncopiapó\nchatuba\nmorarem\ndesembocando\nembalada\nembalado\ntropicalismo\nmemorável\njacy\njacu\njaco\njack\njaci\njace\njaca\nalmond\ntitio\ntitia\nberardi\njacó\nberardo\nprecio\nsérvio-bósnio\nguerreros\nmarsupial\nfürstenfeldbruck\nagcl\nfiguração\nbiennale\nrecessão\nkafunga\ndescalvado\npoço\npoça\npenalties\nprego\ndisparar\nbelenense\nbarda\nbardo\nbardi\nplenty\npós-graduado\ncasanare\nperoxidação\nsignificativas\ndiscriminatórios\nmeredith\nscyllarides\nmieloide\nglück\nsuscitou\nembarcarem\nmundell\nchucri\nelk\neli\neln\nelm\nela\nelf\nelx\nels\nelp\nelt\nroach\nchoynski\natropelando\nmonocórdio\nfafy\nquites\nfafi\nfafe\nimitação\nmártir\nragnar\nvoisin\nvozes\nfotógrafa\nodômetro\ninformados\ninformador\najpw\nbelsen\nsuperleague\nsufixos\nfotomontagens\ndil\nerógenas\ncapacete\nfreneticamente\nabnegados\nmiltonia\ndescidas\nsicilianos\nimbuídas\nlegally\nbuchman\narmida\nphillips\natípicos\nsuperbloco\ncambojano\ndiz\ndiscutirem\nsanshou\nhedge\nelstree\nhenshaw\ncompletarem\npeptidoglicano\ndip\nagrale\nionizante\narabes\nbricks\ndis\niniciadores\nascenderam\ncontornaram\nastrográfica\nhiper\ncilene\nindonésias\naugustus\nunas\nunam\ndivergem\ncaça-níquel\nunaí\nromanovich\ncorsos\ntriênio\nantilhas\nvelocidades\ntemirkanov\nchantre\nantartica\nejetar\nguaraci\nsacou\nsacos\nsacor\ninfringe\nmellon\nmellow\nlevas\nlevar\nlevam\nllywelyn\nside-scrolling\nestelares\nindo-européias\ncedências\nservus\ncptm\nhuskies\ndesmatamentos\nsofás\ncatia\ntríplices\nnirnaeth\nparadrillia\ndecotão\nventrue\nornélas\nencontráveis\nsufi\ngenerosos\nmangueira\nsaúdam\ntigana\npertenceriam\nvallejo\nsantos\nphonogram\nclônicas\ndesacato\ntheremin\nbartlett\nconsolidasse\nmozeta\nawaken\nwaukesha\nmultilingue\nhallmark\npimenta-malagueta\njimmie\nhonoríficos\ncesariense\nsignificasse\nparties\nzoológicas\nloteamento\nfigurinista\nfisheries\naloandro\nkathryn\nanteriomente\narruinou\nitambacuri\nmunicipalizados\nchoshu\nmescalina\nmamberti\nbarzan\nspoon\nerectos\ntozim\nex-cantor\npoliuretanos\nginny\nassexuado\ncapazes\nschuhmann\npoderosíssimo\npoderosíssima\nyoma\nyomi\naposentaria\nprecedia\nanglo-francesa\nmeristemáticas\nincorporarem\naglutinou\nvcs\nresponsórios\ncontrapunha\ndesdém\nsesquiterpenos\nboçal\nrecompor\nterciários\ndesacreditá\nafogamento\natacara\nestabilizadoras\ndebutando\nsuperintendência-geral\nchecas\ncatholic\natacará\noutward\nthoiry\nvir\nliedholm\nreuchlin\nmedalhada\nstorrs\nviu\nacabasse\nr-9\nfau-usp\nnão-lógicos\ntautou\nitagibá\ntópico9\nitagiba\nconsultório\ntestosterona\nnevsky\nphyllostegia\niemitsu\nlócrida\nvenetian\nlucasfilm\nmyo\nmya\nsentado\nsentada\ntautologias\ngerada\ngerado\nhitoshi\nesox\nencores\ndesenvolvam\nsamoano\nkyūbi\nmoth\nprisionais\natestado\natestada\ntobis\nreszke\nautofinanciamento\nprovêm\nprestadora\ncrípticas\nlibélulas\nminga\nmingo\nprovada\natravessá\nilicitude\nodisséia\natravesse\natravessa\ndaeva\ngallardo\nkabuki\nmaine-et-loire\nliesa\nendinheirados\nvotuporanguense\ntosquia\npreisner\nhiperlinks\nchigurh\ncoletividades\nberenguer\nacazias\npredispõem\ngraxo\naprofundaram\nrebellion\ngraxa\ndieppe\noocistos\nwimmer\naritmética\nbemvindo\nbaianinho\nuniversalidade\ntostao\nexpedido\nmálaga\nexpedida\nbattlefield\nrefazem\nrefazer\nratificados\ndeformação\norville\nvocálicos\nhurdes\nkarting\nsentencia\ncerritos\nmomentary\nfabro\nfabri\nfabre\nfabra\nfabry\nclavus\nferdowsi\ncascão\npagãos\nautuar\ndeterminísticas\nfobias\nacontecidos\nsyriana\npavlov\npavlos\nprivy\nzhan\nzhai\npriva\nprivo\niçado\ndetalhada\ncozimento\nprivá\nprivé\ntts\nttl\nttc\nttd\nblá\ntacão\ncatetos\ncobrindo\nbly\nbla\ncovil\nsemi-final\nflamencos\nnasceria\nsolucione\nsantander\nstructured\nsoluciona\nstructures\níamos\nregistrei\nartabazo\nsiding\nuesac\neducadas\nregionalismo\nforjam\nescórias\nsolucioná\nforjaz\nbahasa\nforjar\nforjas\nhootie\nperrella\ngostinho\nblinda\nokaloosa\ne999-e9\nmicélios\nepistephium\nveado\nsolenopsis\ncontracenado\nvençam\nvaltteri\ntydfil\npleiteiam\nwadō\nemurb\nengarrafamento\nsímio\npegmatitos\nledyard\nwadi\nchantageado\nchantageada\nwade\nwada\nédition\nteimosamente\nregimes\nlibertos\ngalinda\ngalindo\nincipientes\nsuperexposição\nagendamentos\ncantorias\narmeníaco\nbeguinas\nmufti\nkhmer\nvalmont\nproteje\ninterinidade\namoedo\nsonopress\ntashi\ncatolica\nnextstep\nsakuma\npolítico-social\nmiranorte\ndenominaria\nanaeróbio\nciclofosfamida\ncorredeira\nalojaram\ncessassem\ndeeley\nfascina\nquânticos\nduomo\nesgueirar\nribeiras\njacquard\nbranwell\npselo\ncastanea\ndelineação\ncontinuamente\nargentea\ncastlevania\nfilosóficas\nlongitudinais\nsubstancias\nissacar\nneogóticas\nsubstancial\nagassiz\nterrestres\nexplicitada\nexplicitado\nsuíça\nsuíço\njürgens\nimproved\nkirwan\npatti\npatty\nimediata\nimediato\ngallotti\npesquisando\ncarbondale\nfrutifica\nidentificassem\npré-fabricados\nzaros\neshop\nismāil\noficiosa\nabbud\ncertificou\ndescuidados\nfigurinos\nifes\nrompimento\ncondeixa-a-velha\nguarnições\ntombado\ntombada\nadvindo\nconcordaram\nthemyscira\nmeio-oeste\nmultijogador\ninnkreis\nlangkowski\nfotossensibilidade\naltar-mor\nconsumindo\nbent\ninsônia\nbenz\ncontra-ataca\nbend\npurposes\nneocomunistas\n999,9999\ncopiaram\ninsurgiram\nmilne-edwards\neconômica\ndefinisse\nharrell\nantepastos\nmediterrâneas\npeneda-gerês\nfraternidades\nlivrasse\npáreo\nprédios\ngöktürks\nstapleton\nvilipêndio\naplicabilidade\nencarecimento\nsulacap\naprenderia\nmatosinhos\niker\nfielder\ndayak\nsagital\nfive\nsemi-eixo\nmefistófeles\neclodirem\n-de\ninterseção\ntão\nmonday\nälvsborg\nfotografia\nreapropriação\nsubvenções\nboynton\nômega\ncosmódromo\nneurotóxico\njuana\nincluiram\nempenhem\npeixinho\nvocês\napoiante\ncitigroup\ncarlow\ncansou\nretórica\nretórico\nal-husayni\nbenchmarking\ndespreparada\nronga\nrazões\narmato\nrejects\narmata\npower9\nescoltada\nbielorussa\nbielorusso\npowers\nkanata\npleural\npatrióticas\ncombustível\naborrecida\nnamuncurá\naborrecido\ncoceira\nhanzou\naprimorar\ngeórgios\nnordland\ntorturam\ntorturas\ntorturar\ntabosa\ninna\ninni\nbier\nbiel\nbien\nanamnese\nparcialmente\naverbação\ngawain\nanglo-francês\ntereshkova\npochete\nplatina\nplatino\nmembranares\nrila\nrizzoli\nhumor\ndominado\ndominada\nchechénia\nproperties\nrecrutas\nbrásidas\nnarval\nrabelo\ntransubstanciação\nicp-brasil\nvandoma\nandreoli\naqueronte\nsufocá\nforames\ndefeituosos\nsnipers\nsufoco\nsufoca\npleurais\nvocê\ngabba\nparcamente\ngalinheiros\nsb99\napreensivos\nvoce\nraeder\nmelanina\nnucleos\nverônica\npiranga\nvindos\npirangi\nbdmg\nlegoas\nhudson's\nsadomasoquistas\nshears\nesquerdista\nsheard\nhimitsu\ndevers\ndevera\ncurtirem\nefis\nefim\nfinkelstein\nainu\naine\naino\nvasilhames\nskyscraper\nneuroanatomia\ndocumentos\ndocumentou\nnieve\ncarinhoso\nexplorações\nulhoa\nedulcorante\nmagogue\nfunilaria\nvaldecir\nanthrax\nmadson\ndelian\nfigures\nferrenhamente\namdo\njuntinho\nfaçamos\ncubanas\ndizimaram\nbiloba\nveneto\nveneta\nzingiberaceae\naquários\ncbat\norganica\ntingitana\nbulgakov\nhartman\nd'honneur\ngunners\ngrevenmacher\nhiperpotência\nduty-free\ntunisiana\ntunisiano\nbrasmetal\neca-usp\ninclinados\ncd99\ncobby\ntilantongo\npegando\nramune\ncompactflash\nd.w.\narmerina\nrecomendação\nadidos\nevian\nlegionários\nfiname\nzanzibar\nrecapeamento\nparaiso\ndummies\ncompilaram\nconsentidas\nvegetarianos\nculinária\nculinário\nambystoma\ntransposta\nextrapolação\napostado\njadson\ntakuya\ndependendo\nitálicas\ncardeais-bispos\nnoções\nparanaguá\nmoglie\nwalsingham\nalbinoni\njatropha\ngoenitz\ngelu\ngela\ngeli\ngelo\nprimetime\ntre-ac\nteus\nteuc\nlândia\ndeter\ndetem\nsuzaku\nferranti\nferrante\nmandos\nwágner\nfiedler\nsambaquis\npostulando\ndeslocalizados\nkebab\nstein\ndesembocaria\nredundar\nlixeiros\ncateter\ndominadora\nulhôa\nsubcaducifólica\narranhão\nelisiário\navançamos\nmercury-redstone\ngadsden\nafetá\nqureshi\nincapacitados\nlacedemônios\nlonsdale\ntecon\nguanandi\ntecos\nafeto\nafeta\nafete\nsubidas\nrebatendo\nbonetti\nadormece\nwareham\nbellum\ncriarão\nhahnemann\nantibes\nefectuaram\ndescuidos\ndescuidou\ngimmick\npretenções\nbenjor\nreinauguração\nparva\ncôvados\nvalhalla\ncímon\nnotebooks\nbrindam\nbrindar\nbacha\ndragan\nufanismo\nschütz\nvanádio\ndonnas\nhubble\nrecombinação\nautodefine\namida\namido\nhistorietas\nwilcox\ndossi\nlorna\nflorentino\ntragicomédia\nemmen\nchéri\nklopp\ntygers\naspromonte\nlamounier\ncabaços\ndriblava\npoet\norí\nfarmacopeia\nhimmler\ncoordination\nsnuffy\nsolicita\nsolicite\nbaldios\npercalço\nquarto\norganometálico\nmarlies\nsorefame\nulaid\njorel\nenilson\norr\nbicamada\nimbuídos\nmoray\nmoraz\nmorar\nmoras\nmoral\norg\nexceda\nthatgamecompany\nalphen\nmayen-koblenz\nbiliar\nchurubusco\ngrbic\nsematary\nrejuvenescido\ncentrando\ntelúrica\ntelúrico\nesrange\nxx99\nalimentá\ngenético\ndesclassificados\ndioscorea\nemocionante\nsiphonoglossa\nfastback\nalimenta\nalimente\nanarquistas\nsozinho\nbrannon\nsozinha\nbeebe\nnatal-rn\nbibliográficas\nrepertory\nprovocarem\nrigoletto\nmoulay\neducandos\nrevogadas\ntriunfando\naparentava\nchatterton\ndivizia\njoke\npífio\ncaramanica\ndoloso\ndolosa\ntransmuta\nmurrietta\nhindsiclava\ntreinadas\naplicarmos\ncasale\ncervicais\npetroleira\npetroleiro\nhigiénico\nfrench\ninapetência\ncoxilha\nplume\nreafirmaram\ninatacável\nuruguai\ntatjana\nomen\ndorothéa\ntigré\negípcios\nlippe-biesterfeld\ntigra\nherzl\nescassez\nfranciszek\napreendendo\nbotequim\nstrikeforce\nexatamente\nredirecionou\nvivessem\nbiomecânica\ntournê\namberg-sulzbach\ntourné\nsinningia\naventura\naventure\nlauder\nbrechtiano\nkermit\nafasia\ncriticaram\nteleférico\nimpera\nadenosma\nespalmar\nlinguístico\nfoxhound\nindústrias\npré-seleção\nindústrial\nzhengzhou\natrevidas\nhumanismo\ncontinuaremos\nortografia\nfluida\nemplumada\ncigarros\ntroglodytidae\nentreter\nlione\nlions\nimediações\nrepostas\ndráuzio\nköthen\ncelestial\nfellow\namplificação\nmiguelópolis\ncoqueluche\ngiruá\nburnham\nacostumados\nsindicalizados\nohne\nrecuando\nprimevo\ntoxicity\nbiográfica\nbiográfico\nmickael\nregist\nsuperesportivos\nmercadante\nasheville\nparticulas\nparticular\nescracho\nkaúlza\nharrogate\ntibau\nargumente\nabaixamento\nargumento\ntransmitiria\nfiama\nantêmio\nizaías\njeffrey\nmunicipalidades\nariete\nconstrutivista\npalheiros\nmarialva\natrase\ndivorce\nisotermas\nplenos\nexcretar\nexcretas\nexcretam\natrasá\nagrião\nestomatologia\nnube\ntecnicos\nconsagrante\nmusgosas\neurocopa-99\nconvergir\nconvergiu\ndonato\ndonati\nhorrores\ndonata\nmetabólito\nindicavam\nbuber\ninteractivos\nimponderáveis\namortizado\newo\newa\newf\newe\nmüllheim\ngermanica\nconheceriam\nempreendia\ninterplanetárias\npombinhos\nentusiasmo\nentusiasma\nex-secretário-executivo\nmostras\nmostram\ncriadagem\ndesistiram\ncarbono-99\ndonativos\ndomiciliados\ntomorrow's\nfluence\nfavourite\naerofólios\nkubrusly\nbrigado\nbrigada\nbrigade\nqajar\nanthem\nfalconi\nóengus\nprivatizar\ndictators\nrecomeçando\ndéfices\nacontecendo\ndiretor-assistente\nponiewozik\nproton\nmarajá\ncomoveram\nthrall\nsediou\nvastamente\nbarnsley\nnagorno-karabakh\nlunatic\nsonata\ntoki\nporpora\ncriptoméria\ncontrolavam\ntégea\npuppet\ntime\nassédios\nipad\nipam\nenes\nipaq\ncomercializaram\nkhloe\nnormalmente\ngarantisse\nenvolventes\njoelmir\neuskadi\njagger\ndemonios\ntomariam\nhidrolisada\nexterna\nhigashi\nmenezzes\ncombativos\nroyalty\nitueta\nretardamento\ncaminhonete\ncomuneros\ncristianne\npossibilitava\nphilips\nphilipp\nphilipe\nmiguéis\ncarolinas\ntorreta\nmusō\nbirkhoff\ncredenciado\ncredenciada\nmuso\ncapinan\nmuse\npouca\npouco\nmust\nlazarevac\nreclassificados\nvideolocadoras\ninterferiria\ncastel\ncaster\nfrancés\nnoemi\ngararu\nvencendo\nmonarch\nirauçuba\nchoir\nopereta\nmatyushenko\nnisbet\nirreconciliável\nmaquiar\nthx\nguichard\nthf\nretama\nmicrometros\ntammi\nnão-hodgkin\nmayne\nmigrados\nultrafiltro\nsebastián\ninstauradas\nmentia\nforst\nengajarem\nmentir\njuruá\nantidemocráticas\nacinetobacter\nex-jornalista\nburrell\nindefeso\nindefesa\nsecantes\ndonas\ndonau\ndonat\njejuno\njejuns\nínício\nsul-riograndense\no'neal\nengenhosamente\npercutido\nasiático\nasiática\ncomary\nbucolismo\nitajaiense\nthacker\ncarreño\nvinhó\nmeio-campista\nsays\nsayf\nsaya\nspin-off\nvômito\nfluke\nfreude\nmaniqueísta\nfabrizio\npós-graduou\nfilariose\ncorrespondido\nbombeiro\nsemifinalistas\nwallace\nwallach\ndesarme\naborde\ndesarma\naborda\nabordo\nretirarem\nregatas\ncoxão\nquemado\nquemada\ndesarmá\nabordá\npadua\nindefinições\npricewaterhousecoopers\nhakodate\nanseriforme\nsse9\nsaneado\ncifrotexto\nbrücke\ndeparou\nseguridade\nizabel\ncpis\nimortalizar\nexpelindo\níndico\nrosquinha\ndesandou\nclitóris\nsugestão\nemeric\ncrede\nuerdingen\nbem-sucedidos\nesperantina\nfínicas\ntweede\nbriggs\nstyles\nantepassado\nantepassada\nasael\nfilmadas\ntenentistas\nsolenidade\nergueria\nestatísticos\nparafusos\nྫ\nchristianity\nfunículo\nfechadas\ncontraído\ncontraída\nswords\ncomissionadas\nurey\nsaliba\npústulas\nselecionáveis\ngislaine\nemmental\nocorridos\nedificações\nmould\ndont\nférmions\ncear\ndong\narcediago\nmussarela\naisch\nsoundwave\nsemple\nimaginativos\nlaclos\nlatinhas\nwinton\nzardari\nconquistariam\nlewandowski\nhurukawa\ndruon\nhistória\nhistório\ngemer\ndesbancar\ncolonizam\nbehavior\ndoné\nignacio\nnoivos\nerbach\nkass\nkash\nesperariam\nmatos-cruz\npará\nprosperam\nleones\nwarwickshire\ndesperdiçado\nsoará\nsensacionais\nfabio\ngerda\ntentativa\ndebatidas\ntokelau\nsejmik\nicônicas\nculturalista\nwa\nsolícita\nsolícito\ndgemn\nmembros-fundadores\nhellyeah\ntifão\ntaá\ntaí\nibero\npenim\nibera\nposaram\ncaiadas\npenis\nanualizado\nanualizada\ninterrogava\ntat\ntap\ntar\ntas\ntax\ntay\ntaz\necoturístico\ntad\ntae\ntaf\ntag\ntac\ntal\ntan\ntao\ntah\ntai\ntaj\ntak\nlegging\ncarpeggiani\niberê\nwu\nvegetativos\neu-lírico\nivanovna\nbyu\nbyo\nbye\nbya\nobservados\nobservador\nsinners\noblongo-lanceoladas\ncommon\ntirídates\nlevindo\nisento\nisenta\nkingman\nmyspace\nλ\ncondamine\nscarpetta\noportuna\noportuno\npugilismo\ncélestine\nsubirem\nraimund\nilimitada\ngingerich\nalmería\nescondendo\nkaraokês\nsimancas\naerolíneas\nquebeque\ntsukamoto\nbilachi\ninterrompidas\nquimeras\nparanóias\nzevon\narrenda\nharare\nzenoheld\niberia\npagot\npagou\nnominativa\nhasselblad\nthrone\nendereçada\nbarbária\ngunther\nmarcelona\ncondensações\nrybak\nodilon\nstulbach\ntsukino\nscreaming\nwednesday\nfuera\nfuero\ntrienal\ntheodorus\ngershom\ngershon\nesfregue\nsócios\nprobst\nviolacea\nratificou\nescorregadores\nevoluírem\ntecelões\nsitiá\nberrantes\ncurta-metragem\nmaster\nrefinação\neaesp\nsitia\nandromedae\ngalhofeiro\nragnarok\nmontevidéo\ntrompe\ntrompa\nescrevesse\ninteligentes\nreligiosos\nirá\npatogênese\npatch\nselecionadores\nirs\niru\niri\nirl\nira\nirb\nirc\nire\nnature\nnaturi\nadministrativos\nestreiando\nd'etudes\ncazária\ninsatisfatórias\nbarquq\nbrainstorm\ndesta\ninternacionalizar\nmcnamara\nse999\nlacroix\nsacrificiais\nkrabi\narrancadas\ntrazemos\ninjetável\nensaista\nrapel\nrealizando\npassenger\ncreuset\naparelhar\nprejean\nedom\nmanjushri\nurgia\nfuraram\ndestruiu\naspartato\naconselhado\nolympus\ncontestados\ndestruidores\nbenson\nafirma\nafirme\nafirmo\nateísta\nlésbicos\npremeditando\ngulags\nhomenageará\ntiranídeos\nrr99\ntimbalada\nechidna\nreferirem\nestriados\nargônio\noscilou\nzenda\nutilizassem\ntubbimura\nrecompilação\nparkinson\nremasterizada\nremasterizado\nsubcompacto\ncontra-inteligência\nenfraquecer\nhoyle\nconstruida\nconstruido\nfashionably\nsugestivas\ncommodores\nvivax\nmenchikov\nkılıç\nesfarrapadas\nmastaba\ndiria\neriksen\nguterres\ndexter\nnorte-irlandeses\nhecateu\nschechter\nagregador\nmillionaire\nlingüista\ncacoetes\nsaúva\npaedophilia\nhashtag\ncantatas\nignóbil\nfime\nfimi\nbeing\naúgias\nperdia\nperdiz\nspacelab\nsemicirculares\njoyner\ndavydova\nmacroscelididae\npistache\nְ\ncorvus\nmonopoly\nrockhold\nexaustos\nexaustor\nbracho\nchieti\npanspermia\nactinopterygii\narranhar\nguarnecido\nfriday's\nleela\nbancas\nbancar\nwieder\ngannett\namparo\nampara\nbranco-amarelada\njazzística\njazzístico\nsilvado\nretroescavadeira\napanhadores\ncomstock\nnarraram\ncotovelada\nlevallois\nfoneticamente\nalterego\nrefletirem\nblond\nfaroleiros\nspiritu\nsaratov\ndangote\nevi\ntaciana\nprolongue\nespecie\njazia\nesclareceu\nesclarecer\nesclarecem\nbipé\nfamerp\nestalinistas\nmouche\nsaxónia-anhalt\nnovara\nosmolaridade\nbanheira\ncomprovaria\nentendimentos\nangariado\nmaterna\nmaterno\nbelew\nbelen\nenriquecendo\noprimem\nlamê\nfomos\ncustódia\ncustódio\nmanufatora\nterrorista\nst-pierre\ncoruripe\nfilosofou\nlepidópteros\ncarpina\nnovecento\nconstantinovna\nerico\nerick\nerich\nerica\nnapolitanas\nresultaria\nelementor\nincluíndo\nibiá\nibis\ntumultuadas\nsul-norte\nsamwell\nzlata\ncalligaris\nilocos\nvarden\nusarem\nvoltz\nvolts\nvolto\nvolta\nvolte\nperplexo\nperplexa\nfishbase\npós-barba\nenforcement\ncocchiarale\ntenente-governador\nfalsa\nfalse\nfalso\nmikasa\nsobrenatural\nbren\nbrel\nbree\nbrea\nbrew\nbreu\nbret\nscotts\nscotty\nscotto\nscotti\nescrupuloso\nbilião\ngnosticismo\ncaligari\ncaldeirada\ncumplicidades\nchallengers\ngay-lussac\ncbtu\npartilhados\najudaram\nboyens\nsória\nfundassem\nfalida\nfalido\nabadá\nschmitz\nschmitt\ntauromáquico\ninema\niwao\nabade\ndespenteado\ndestinando\ntoffler\nganhariam\nsnyder\ntransladado\nproblem\nalvura\nra99\nbenckiser\ninsones\nvivenciaram\nchefão\ninventava\nraions\nfr9\nindiquem\nindiquei\nsurtiu\ngillan\ngratos\nrodeador\nburghley\nkitáb-i-aqdas\namassado\ncoordenador-geral\nsuspenderam\nhierarquizar\ntzar\nreajuste\nreajusta\nmccowan\nsabotagens\nfogaça\nprecípua\ntarbes\njabour\ndeclarados\ncuzistão\nlindos\nlindow\nlindon\nsambou\nseifert\nsmiths\nhaunted\ncarsten\nqualificatórios\nmashhad\nverduras\nigglybuff\ncoletam\nvelejadores\ncoletas\ncoletar\ncasbah\nestola\nimbricada\ndisponibilizado\ngiudecca\ndisponibilizada\namphoes\nuruguaiana\ndestrinchar\nvistoria\nhaslam\nomnipotência\ncosmologia\nsouvenires\ntosado\nnettwerk\nrecriado\nxosé\ndelta-v\ncarregada\nimparável\nxiaolin\ngestões\n__link__\npára-quedistas\npembleton\npunctatus\neditor-executivo\ninhumas\neliade\nparamahansa\nadvocate\npsidium\npresídios\nteacher\njelgava\nbuchbinder\nfbc\nfba\nfbn\ngalileanos\ntácticas\nsabiamente\nlasca\nerva-cidreira\nromania\ncaught\nsolicitado\nnaldinho\ndirigibilidade\nvorontsov\nwindsor\nnanomáquinas\nextraordinárias\nfilipinos\npilhar\npilhas\norava\nmésons\nirritans\nestatais\nmelhado\nmisoprostol\nminúcias\nbratz\nbratt\ndelegado-geral\nmonsieur\nhassidismo\nmítica\nneon\nneos\nexceção\nd'el-rei\nincidências\nsphingidae\nexposed\nglbt\nmadoka\nseymeria\nfrancia\nfrancie\nfrancis\nsassetti\ncinetoscópio\ncontinuarão\ncandombe\nن\npitcher\na.c.\nextraía\narrependeram\nserliana\ncavalinha\ncavalinho\npaisagismo\nimpulsividade\nafilia\nsapientia\nqueensland\nrestabelecidas\ncoerção\nbuchner\nmodificado\nmodificada\narianna\narianne\nmyst\ngâmetas\ndaniella\ndanielle\nsabará\nsupérfluas\nogdóade\nargumentam\nsolimões\nargumentar\napocalípticos\ndird\nmonomotores\nestruturados\ngritadas\nmontblanc\nescandalo\ncoleccionou\ncorretamente\nhaven't\nmusker\nsitios\namericas\namerican\nosterman\nedda\nrecolhê\nyair\ncomunitárias\ndesafiá\nrecolhi\nrecolha\nhallam\ntsongkhapa\npejorativos\nespaçosas\ndesafio\ndesafie\ndesafia\ndominasse\norme\nμl\nμm\ndobramento\ncontemporizar\nkrishnamurti\nkaluga\ntemperar\nzopp\nzope\nmobilizou\nholtz\nazenha\nmontadora\nusarmos\narcadismo\nrecinto\nmiuzela\nmeridionais\nquota\nintermediada\nintermediado\nerlanger\nmontale\nerlangen\ndanzou\nmunia\nmunio\nmunir\nreprováveis\nmuniz\njuizes\nsmiles\nsmiley\neisen\nhomem-coisa\nincapacitado\nincapacitada\nmujahidin\ncéu\ndespachou\ndespachos\nkraftwerk\ncomplementos\nmanchados\nnadava\nacadémie\nassíria\nbojo\ntentilhões\nbeneditinas\ncebidae\nargumentação\nreveladoras\nmadeixas\ngenebra\nellice\nbortolo\ntáhirih\nricupero\namargura\neunucos\nbiocenose\npsiquiatras\ngentileza\nabramovay\nnênio\nformados\nloughery\nvalcuvia\neletronic\nmalpartida\ncima\ncime\ncimi\ncimo\npst\ntop-99\nperdidos\ndemoníaca\ndemoníaco\nportando\namparados\nke$\nmacros\nken\nkem\nkel\ntripadvisor\nkei\nkee\nkey\nkew\nkev\nker\ndecentes\nparanormal\nbalaton\nsuposições\nidílios\ndespojar\nescalante\nzeitschrift\npalladianismo\nviaggio\nmalaya\nsaponificação\nrajgarh\nelmiforme\nrepressora\nkfouri\nortopé\nkandi\nkanda\nkandy\nkandu\nmiguelinho\ncanteiros\namoralidade\nespeciarias\nsindicom\nvoleio\nelege\nelegy\ndesligar\ndesligam\nelegê\nkgfm\ninterioridade\nbaptiste\ndespidas\nbaptista\noppenweiler\nhydranoid\nalto-forno\ncolonia\nabrirem\nexpandiram\ndoutores\ncomunhão\nsupertramp\ntaylorismo\nsptrans\nlampreias\nrevalidação\nzilka\nrestaurava\nleila\nafastava\npolarizador\npolarizados\nmáfias\ngourmets\nattlee\nrattle\ndissolvidas\nchronicles\nkristel\nasahara\ndecênio\ndepilar\nreivindicações\npiranhas\nelevadas\ninterferão\ntolman\nexplicamos\npontormo\niczn\nroeder\nmultiplas\nvascão\ncyrus\noppeln\ntudor\nperambulava\nvrancea\napóio\nyouri\ntonou\nyours\nperfomances\nshelda\nleoncio\ndescamação\njarreau\nfluente\nincardinado\ndown\ndowd\nfreitas-magalhães\nidiossincrasia\nsugeriam\naurich\nmetrobus\nsanna\nkruschev\nhleb\ngaldino\naléxandros\nvirilha\nmajors\nmajora\nlitorais\nyuuzhan\nwinsconsin\negrégio\ngirondins\ncatadora\ndiwan\nutilizando\nfreestyle\nakerman\niblis\ncomputações\ncórtex\noriginava\niptv\niptu\nmaldosamente\nperturbada\nphysiologie\nbaseiam\ncessaram\ncaptadas\nbumerangue\nromana\neuropeias\nromano\nmilburn\naportaram\nautossómica\ngumdo\nlígure\nzvezda\ncaririaçu\ntakelot\nñublense\nderrubavam\nforelius\nembaralhamento\nacross\nescabeche\nabordagens\nburgdorf\npixieville\nradiofonia\nduais\nconfortavelmente\nmendeleev\npettigrew\nimobilizar\nroselys\ngermán\nfrequentadoras\ndilson\nplantadas\nfonógrafos\nujr\nujs\nuji\nlacertae\npapinhas\nafloram\naflorar\n9999-99-9999\npronunciou\nigarassu\npseudobulbo\nchocarem\ncortana\nkyalami\nsodano\nbeggar's\nfugira\nbabaioff\nhoasca\ngleidson\ns'en\ncuritiba-paranaguá\nmulá\nfugirá\nwetzlar\nmulo\nmull\nmula\nmule\ngizele\ndialectos\nbem-vindas\nmerecido\nmerecida\nlobachevsky\nmbit\nlancou\ngnamptogenys\nsituacionismo\nsd999\neinhorn\nkeamy\nhei\nacth\npossibilitam\nacto\nacta\nacte\nholopainen\nsimuladores\nprecizam\nkotzen\nlargava\ndetran-sp\nexpointer\nescarlatina\nex-cantora\ndesembarcará\nponsul\nunbroken\nmanifestavam\nindiciadas\norpheu\ncalmaria\n£\nebers\nebert\nbuckinghamshire\nabela\nconvivência\nfraudava\nritmos\narrancam\npadrastro\ncênicos\ninterpretando\nargissolos\nforrobodó\nprofeta\nimperadores\nhamamelidaceae\nsuma\npaladares\nmarrero\nexilada\naustralianas\nq-tip\nfigueirão\nfragilizar\nhidrominerais\ntozzi\nchumbo\nnauplia\ncomandou\nsourceforge\nguerrilhas\ndescartaria\nsnowmobile\nremasterização\ndissecação\nsumerian\ngentílicos\nlilás\nlythgoe\nvarosa\nmardônio\nalarido\nneotropical\nrt999\nvaublanc\ndesrespeitarem\nhx99\nbiarritz\npop-up\naguardados\nbologna\npalhas\nheenan\nphascogale\nremus\nalmejavam\ndominaria\npureza\ndesregrado\nnicolaus\nenfurece\nnbcuniversal\nfukushima\nvedas\nsybok\natingiriam\npredar\npadovana\npadovani\nmorticínio\nadipe\nitaíba\ningerindo\npopeye\nminimercados\ncromatóforos\nbicampeões\nchibata\ntoutes\nayumi\nlectivos\nuterinas\nbsaa\nmudéjar\ndetail\nalegrias\nterceiriza\ncorroborada\nrambla\nramble\nagarrados\nwine\ndynasty\nrevertidos\nschöne\nnordost\nmurcia\nreincidir\nyork's\nnereididae\nmidway\nexércitos\nautopropulsado\nalvito\npolypetalae\nmarchiori\ndorymyrmex\nesquelético\ngadgets\nfotoelétricas\nancinho\ndiplomada\npowerscourt\nmandingas\nconfiante\nrecolhimentos\nappia\nhip-hop\nseqüestros\nferraço\njessop\nmilita\npas-de-calais\ngakushuin\nazurra\npostcards\naldeia\ndiabólicos\narménias\nkazimir\ncabem\nmilán\ncaber\nferrões\ncontabilização\nitinerários\ncantochão\ndogmons\nsenaqueribe\nconsonantal\nirracionalmente\nhaut-rhin\nnergal\nextracurricular\nanatoli\nbeside\nfelinos\nglamuroso\nrodena\neugênico\numeå\nautopropulsados\nartesãs\nartesão\nparcos\nfabiani\nfabiano\nfabiana\nfabiane\noxidar\npré-islâmicos\noxidam\nreocupado\nreocupada\nalákétu\nnuclep\nferramental\nferramentas\nnucleo\njurong\nemblemáticas\nmíriam\nroadshow\naxial\npriorizava\nreutilizável\nashdown\ncxe9\nbulba\nbulbo\ncolaborativo\nmesquinhas\npelejou\nmãe-de-santo\nmacacu\nmacaco\nkiefer\nletivo\nenciclopédicos\nmilímetros\ninvento\ninvente\ninventa\nzuniga\nsentamos\nalnus\nvoltaço\ncabeleira\nresolvia\ncentrão\ncartografado\nforania\ninfatigável\npoltronas\ncamionetas\ndiodo\nvinculou\nsensível\nfredriksson\nsanuki\nkobol\ninfantilidade\nciconiiformes\nauthor\nlunardi\nseebach\nirracionais\n99999:9999\nsnatcher\ncalcedônia\nflinders\neius\nmensaleiros\npermaneçam\nnacionalizados\ngalego\ndirectora\nmonetárias\nconcorreram\ndirectors\ndirectory\nveiculados\nfuego\nespreitar\nद\napodrece\nfaixas\nflorescer\nreclamantes\ndécimas\ncataracs\nceplac\nfilosofía\npaludosa\nencomendadas\namazonense\nspearman\nelegível\nazur\nazul\nsaberíamos\nescorreu\nescorrer\nescorrem\nsp99\nanthozoa\ncrossblue\ninespecíficos\naracy\naraci\nindestrutíveis\naramburu\nvice-rainha\naracê\nrecitadas\nnosotros\ncôte-d'or\nsencientes\nwieland\nalinhava\nsediando\ntri\nsieglinde\nperícia\niep\nies\niea\niec\nieb\niee\nied\nief\nrenomeando\ndijon\ndividirmos\njasmin\nsilicone\ninstruídas\ntvcabo\nfritigerno\ncheats\ncarnaubal\nalmoçamos\nmarcada\nconstrutivistas\ncocheiras\nstyx\nraladas\natuariam\nparodia\nrelatora\nkraken\nemerge\nfinder\nfindes\nrespublika\nsebastiana\nmichelin\nex-beatle\nmagath\nestabelecimento\ngauthier\npipeline\nóscar\nlupércio\nsoncino\nmathcore\nnicu\nnick\nnico\nmoskva\nnicd\nskorgan\nzambézia\nbuffalo\nkierszenbaum\nruidosamente\nal-thani\nblogueiros\nexistiria\ncompartilhem\ntk99\nkubitscheck\nausônio\ncuesta\nsomethin\nestreitada\nbege\nacessória\nacessório\naventurava\ncorja\nsounders\nmerthyr\nredobrar\nwonderswan\nguanajuato\naconteçam\ntapuias\nytterby\nacostumei\ndecretum\nperspectivismo\nbistriţa\ndipolo\nsemipreciosas\nfallas\nall-pro\nbonzo\nvanúbia\nsubníveis\nmarried\nrusso-turca\nprimogênitos\nobsessores\ncruzará\ncurtius\nraparigas\nvarius\nrx999\nwordsworth\nbicarbonatos\niódice\nchacra\nquinho\nguts\nguth\nguti\nguta\ninvestisse\ndocumentado\ndasharatha\nordinária\nsōshi\nex-médico\ncodis\ncalhariz\npachtuns\nparaguaio\nparaguaia\narns\narno\narnm\nalavancaram\nchieko\ngabrielli\ngabriella\ngabrielle\nattimo\nfilan\nfilas\nalugou\nsukhothai\ndesabando\nnua\nexplorar\nexploram\npinguim\npossuí\nprestará\nartillery\nsalivação\nmachine\nmachina\nbriseis\nmakarov\npossuo\nprestara\npossue\npossua\nsiberia\ncalvet\nsagraram\ncrahan\nhashimoto\nápice\nrenê\ntrondheim\nconsumirá\nrepresenta\nceltas\ngleisi\nrepresentá\naórtica\nfür\nliutprando\nensinassem\nteogonia\ngatling\nreconstrucionismo\nabolida\nabolido\ntruncadas\nslumdog\nalucinógena\nalucinógeno\nguionistas\nfigueroa\nsacrais\ncharcos\ncharcot\npapos\nreysol\nencaixaram\noath\ninode\nchrome\nchroma\napeado\ncriptas\nsaida\npardus\nbrinquedo\nfrutos\ncomprometem\ncomprometer\narakan\nladytron\nressurgindo\nadjuntos\ngenisteína\ntentaram\ncomprovadas\nranger\ndecoram\ngrímnismál\npossívelmente\neritrocitose\ntriunfam\ntriunfal\ntriunfar\npolémicos\nefectuada\nefectuado\ncomícios\nabstração\ninatividade\nfolcloristas\nsolver\nservida\nmandasse\nagiliza\nallgäu\nfightstar\nadocicada\nadocicado\nproporcionaria\ncinquentinha\njózef\ntrapaceiro\nkatsu\nossola\nhk99\nvirens\nsakurajima\nrestringiam\nmenicucci\nthomson\ndellinger\nsentimos\ncreations\nufma\nrunners\nacipenser\nmedusas\nbenazi\nmaiores\nantecipa\nbanjul\namazonia\narlete\ncongestiona\nbarrinha\nvoltavam\nheinrich\ndecapitar\ncorintianas\ndives\ndiver\nmrkos\njovial\nperet\ndahrendorf\nprum\nnejaim\nprue\nalmorávida\nfranco-russa\nfatual\nalassane\ncuanza\nrosenau\norós\nblondes\nblondel\nuivos\nasbury\nremixagem\noptometrista\nkauan\njaboticabal\ngêneros\nexpedição\nahold\nfeia\nsebrae-sp\nfeig\nfein\nencantor\nencantos\nencantou\ntorso\nwalküre\norgânicos\ngalmudug\nkairos\nrossellini\norcírio\nrossellino\nameaçado\nxexuão\nparã\nbaixasse\nbunyodkor\nulisse\nbagaço\nlehmkuhl\navistado\ndozier\nautocráticos\nschlechter\nugandense\nsalvia\nwerfel\nsalvio\nsalvin\npuderam\nrigida\nacuda\ndedo\nmentoria\ndeda\ndede\ncatalogar\nraíces\nznojmo\nguaranhuns\nō\ndedé\nempiristas\nmandic\nauxílio-moradia\njarier\nbrilhavam\npenedono\nincorreções\nsemide\nconfirmações\nalçando\nesfaqueados\nemater\nvirtude\nempurrão\nestereotipadas\nmetaleiro\ndossel\nmatogrossense\ncilindradas\nesfriamento\ncaramujos\nbellwood\nlipoescultura\ncoqueirinho\nconfecciona\nanprotec\ncahors\ninterconexões\nlautner\nretomasse\ncineminha\nsenchus\ncybertron\nsegall\nvitale\nemocionar\nvitali\nemocional\nemocionam\nrepresentarem\nithycythara\ncómicos\nepiléptico\ncataclisma\nmercês\nsummit\nabbadia\npalmadas\nrisadinha\nfosfolípidos\nmagnífica\nmagnífico\nhipnotizante\nheliófita\nlisérgico\nfriaça\nrecomprar\nabacateiro\nwea\nkuiper\nromagnolo\nmaricota\naventada\ntaxonómicos\njuízas\nnilce\npaternais\nfluísse\ngafsa\neisenstein\npredatórias\nbáctria\nwilkes-barre\nmuscarínicos\nsulino\nmapuches\nlinley\noracy\nnêmesis\nmarcamos\nagencia\ncanaban\nmonitorava\nfreitas\ngrafite\ngrafith\ntardará\ninconsistente\nescopolamina\ncolóquio\nhottest\nbeaujolais\nmiddle\nprotoplanetário\ndespender\ndespendeu\nex-controlador\nrobotic\nmarseillaise\nglut\npowershift\nglue\nglub\naeroespacial\nespecializou\ntorturada\nhomem-máquina\nfootage\ncaminhadas\nteobromina\npedicelo\nferragus\ncravinho\nboanerges\nfunction\ndelivery\ngeminação\nailson\nprivilegiou\nmegophryidae\ndevonshire\nvincenzo\nduos\ncervino\nnerazzurri\nusura\ntirassem\namamentando\npadang\npadano\nenlatado\nquiver\nenlatada\nencarado\nencarada\nbetanzos\nempreitadas\nhostes\nrepartiram\nalfea\ndestruiria\ndistribuidoras\nalfeu\nosato\ninsinuam\nplessy\nmcgee\ninsinuar\nnozick\ngasparzinho\nhipátia\nmünchen\neuroliga\nsociólogos\nlyceu\nriche\nanatômicos\nexorcista\nbenesses\ndesatar\ntadeu\ncalcárias\nroseanne\npisoteio\nchefe-executivo\nhabeas-corpus\nmcintosh\nejeção\nincisivos\nespinossauro\npuc-rj\nconfirmem\nconfirmei\ngove\nnorwegian\nestancada\ndaegon\nlubavitch\ncatalisadora\nfour-way\narticulador\nganja\ncacau\ncerimonia\ncacao\ndesvencilhou\nkureishi\nesponsais\nvasculharam\nakihabara\nchargista\nquestionou\ntaps\nentrincheiradas\nvöcklabruck\nvoleibol\nteotónio\ndesembarcou\nneat\nplacido\ntabaqueira\nulan\nvoluntarioso\neä\nvoluntariosa\nrooftop\ntrasmitido\nem\nel\neo\nei\neh\nej\nee\ned\neg\nef\nea\nec\neb\ney\nex\nez\neu\net\new\nev\neq\nes\ner\narimatéia\ne.\ne9\nfaltavam\ngeneticistas\njuga\njugo\nmíssel\ndialogue\ndecisivamente\nempreendedor\npeterbilt\nsub-prefeitura\nshamell\nrepelidos\nmalala\nchorume\nak-999\nwojtyła\nashburnham\nbestial\npampilhosa\nwiest\npotosí\nnão-negativos\nsocicam\ncaibam\nshayne\nshayna\nbrighton\npotosi\nfcesp\nkirsebom\ncampolide\norfeônico\nfeather\nel99\nfleurs\ndurango\nbragança\nֹ\nassimilado\nassimilada\nhipergigante\nabrupta\nabrupto\nsalmanaser\nlübz\nexperimentará\ncomprovasse\nnaučnyj\npterossauro\nondulados\nexperimentara\neustache\ni.r.s.\niuperj\njakobsen\nbehrens\nf.a.\nbarthélemy\nperspicácia\njocelem\ngolpistas\nbrasiliano\nreflectem\nbrasiliana\nvetos\nvetor\nvetou\nbairrada\nfcsh\npmbok\nbardas\nexplicitou\nlinfonodo\npe-999\nplastídeos\nfestejaram\ndetenha\nreprimenda\nginastera\ntatiana\ntatiane\ntatiano\nonmyoji\nsuprindo\nefésios\ncidade-jardim\nbertelsmann\nvigentes\npubalgia\nnouméa\nfestspielhaus\ndiscutirá\nehrenburg\nmarch\nmarca\nbaçaim\nmarcy\napelos\napelou\nvídeo-clipe\ncosteando\nemocionados\namerica-rj\nslash\nrui\nrub\nrua\nruf\nmarcá\nruz\nexponenciação\nrus\nrup\ninseguras\nendostemon\nwaffen\ndahomey\nparceiros\ncriciumense\nearthbound\ndaleks\nrelíquia\nprosseguirem\ndescansada\ndescansado\nantiamericanas\nnojenta\nbrienz\neditam\nedital\neditar\nsoturna\nsoturno\nblyth\nlaódice\npesavam\nhelenae\nhelenas\ngrafemas\ntercera\nchatham\nhonegger\npetrografia\nal-hajjaj\nultimatum\npropositais\ne.p.\ncalorosas\nbóveda\nleber\nlebed\nromânticas\nexpulsaram\ne-learning\nouvíamos\nextensores\ncopley\nmilésimos\nmarleen\nlinguiça\nmassificação\ncuoco\nsexta\nmilca\nsexto\nmilch\ngestapo\nhankido\nboraginaceae\npós-fixados\ninvadisse\nmdash\nsentenciou\nquímicos\nrepublicanos\npenadas\njamming\nídiche\nprofundor\nprofundos\nlage\nalifáticos\nelegia\ncontribuíam\ndedico\ndedica\nconcertante\new99\nepidirona\noleg\noled\nolea\noleh\ndependerá\nconvergente\nflorest\nfoghat\namealhou\npanthera\nliberdade\npanthers\nouvindo\ncthulhu\nquarteirões\ngongkwon\nkesey\nespiões\nprodigal\nmanipulações\nmassie\nafrontamento\nintolerante\nribafria\nolímpico\nolímpica\nsaltimbanco\nlomanto\nambicionar\nambicionam\nalopurinol\nsofala\nkerber\nanglicizada\ncravista\nchinesinho\nfeghali\nhorsemen\nparaúna\nhelicinidae\nmezanino\ndecréscimo\nreconnaissance\nmangle\ninterceptando\nniacina\ncomutatividade\ngramineae\nglenville\nexerceram\ndespejam\ndespejar\nkafelnikov\ncisalpina\nassaradão\ncafona\nassoprar\npromon\najustados\nmoscato\nmoscati\noperará\ntangará\nviajei\ncaparaó\nmiradouro\nvellozo\ncarmelo\ncinerea\ncorsino\ncorsini\nconsentia\nconsentiu\nmimeógrafo\nlavouras\ncertificadora\nmowry\ncourel\nnecessárias\ndennison\ncompatriotas\nbalkh\ninfluxos\nsaxe-gota\nsocietária\nlongview\nhoriguchi\nosservatorio\nquieras\nkiller\nkillen\ncolapsa\nkilled\notília\namargos\nbrometo\ngostosura\nden\nal-mansur\nassumidas\ndetinham\nseqüestrador\neggenberg\noligárquico\noligárquica\ntrapalhada\nnorte-irlandês\ndissimular\nnavio-patrulha\ninvestigando\nentendemos\nmelanócitos\nlaberinto\nalquenos\nromerito\nmacfarlane\njq\ngraduações\nstorico\nbronquiolite\ncaricatura\ncompanheirismo\nhelenismo\nhsdpa\nnevadas\nabsurdos\nryosuke\niçá\nacreditação\nmagnetita\nnegativos\nmutável\nlisbeth\nutf-9\ndivulgado\nexpunha\nfrelimo\ngóticas\npack\nj-rock\nparadoxus\ncitavam\nquersoneso\njive\ngoitá\nmarble\nretornaria\nuprising\ngoiti\narremates\ncrusade\ndrika\npena\npenn\npenh\nmalone\nizaya\nidem\nidea\nideb\nidec\ninsurance\nides\nlacónia\ninvestigasse\naustenita\npudor\nsetembrista\npolicíclicos\navaliá\nextra-campeonato\navalie\navalia\npopinot\nélia\nélie\nélio\nélis\neliminarem\npoás\nnascido\ndogmaticamente\n9.999,99\nhistorical\ngramercy\ntietar\nsexualidade\narrebataram\nmelodramas\naddison\ndisjuntos\ndisjuntor\nfelinto\noperantes\nhitchcock\nhexadecimais\nrecarregadas\nconcluímos\nmalgaxes\nwebcomic\nfazedores\nanimar\nimputados\ninfectando\nsolium\nvaladim\nbaladas\nenriquecia\natabalhoada\nperfurações\nhesdin\ngravítico\ninventados\ncorvelo\nwojtyla\nnawaf\nsacrificial\nemendando\nrecuado\nrecuada\nrequereria\nredescobrir\nredescobriu\noikawa\neulophidae\nterje\nbittersweet\nwarley\nabca\nsix\nsic\nherodiano\nsid\nweill\nsin\nmonjas\nbueiros\nrobertão\nrecepciona\ndesconectar\nogm\nogg\ncolide\nsi9\nitamar\nautoritarismo\nogã\nrejeitava\nofensor\npieter\ndiscursiva\nboatos\nsublingual\nconferidas\nkiedis\nmonod\nmonos\naquelas\nofereciam\nafetem\nconquered\nprefeririam\nauxílios\nrepública\nhemoterapia\ngondar\nhesitado\nfive-o\npendurados\nbullying\nmaceda\nmacedo\nfive-9\nausteridades\nvernáculos\nsómente\nhebraica\ncomputerworld\nworks\npirimidina\nobterem\nwaxman\ncongelador\neine\npeugeot\nreciclando\nlilas\ncashel\ninclusivamente\nurzela\npaid\nansiar\nžižek\ntrutnov\nspecification\ncastries\ntetuão\ntentarão\nandreessen\nsabadin\nplantando\ndesestalinização\nentei\nentes\nenter\nnúm\ndatafolha\nimpactantes\nsonya\nbolsões\nlentz\nlento\nlente\ncapuccino\nestefan\nicónico\ncélula\ntestável\nann-margret\nbornier\nservo\nserva\ntornar-se-iam\nreprovaram\nschreyer\ncsma\nalter-egos\nvelarde\npélvis\nconviria\nsd99\ndecifrada\nreflectido\nreflectida\naldama\neugène\nyusul\nyusuf\nrecife-pe\nfirmeza\ndeguchi\nserpe\nsaímos\nvvd\nexerçam\nsj999\neckart\nosmótica\npietermaritzburg\npais\ntupinambás\ncafeteria\nneonato\nniva\nmutado\nblu-ray\nreestilização\nextraviadas\nmasterton\nmeryl\navgas\ncorriqueira\ncorriqueiro\nespatifou\nartesanatos\netheridge\nculbertson\npearls\npós-vida\ncavalgou\npurificar\nfuturistas\nfiorino\nevangelizador\nevangelizados\nguilhon\neschwege\ndelimitadora\nfizéssemos\nfracassos\nofficina\nindistintamente\ncozzolino\nnecessitará\ncapacitâncias\ndonini\nbuzzfeed\npenetrou\npatrimónio\nsimpáticas\nconjufra\npatronagem\ncamarillo\ncamarilla\nmontou\nconcedendo\nex-tesoureiro\npache\nqm999\npacha\nc-terminal\nempurrar\nici\npenedo\nobrigatoriedade\nico\nmam-rj\npachá\nbirolini\nicn\nmarroquinos\nquarentão\nboiadeiros\ncancerígeno\ncancerígena\njotinha\ntupi\ntupy\nbostock\nreciprocidade\npolitico\npolitica\notávia\nmuzzi\notávio\ntupã\npicchetti\nengolidos\npolipeptídeos\nmesópolis\nsurgical\nlavoro\ndjorkaeff\nbesouros\nbrendel\nczibor\ntribeca\ninseticida\netoile\nthrockmorton\ncontrovertidos\nicp\ncentrados\nautografa\nsrtm\nautistas\nparenteral\nsimetria\ngeminiano\nintrojeção\nyuon\nwisconsin\nteach\nbigorre\nmakhachkala\nhernani\nhernane\nhana-bi\nmolhados\ncruzmaltino\nbrasilconnects\npublicada\npublicado\ndesenho\ndesenhe\ndesenha\noneroso\nonerosa\nparafilética\ndesenhá\nreceava\npdt-sp\nhorrendas\nsoftcore\ncomadres\ntiradas\nanybody\nuzi\nsabélio\njota\nkawaguchi\nprovince\nrockeiro\namelia\nocupavam\nsanduíches\namargo\namarga\netimologia\nwe're\nimprimiam\nbuie\nricciolini\npuristas\nimpropérios\nberlina\nmortíferas\necdise\ncartolina\npitroipa\nmaccoll\ndenotada\ndenotado\nkamsky\nlesbianismo\nsargsyan\ncrescessem\nquilates\nweidling\nginasial\njairinho\nilustrando\namedrontar\nprocons\ndetectarem\nincapacidades\nvolker\nhorizontalmente\nremuneradas\ninfectious\nsaxofonistas\ningenuidade\ncachapoal\ndál\ndás\najudado\ntaxonomia\nisabelina\nheero\nkrypto\nbunsen\nassassinando\nteríamos\nnoyce\nvice-liderança\nestressados\nfliegerkorps\nexcitada\npalpitar\nexcitado\nha'apai\nscliar\ndeslocaria\nprimários\nboémia\namedrontados\nhog\nbatina\ndeificação\nfrívolos\nespectros\nsaaletal\nmolero\nobey\nober\ngeógrafa\ndebian\nempataria\nesverdeadas\nanja\npolje\nanjo\nanju\nprofundamente\nfalangistas\ninfiltrando\nnaufraga\no'grady\nendotérmicos\nvietnamitas\nvasculha\natormentaram\nincc-m\nsoba\npundonor\nafeições\nmontaño\ndefasagem\nk\nharmandir\npupilar\npupilas\nczw\nchefiada\nchefiado\nopulência\norgulhou\nfolgas\neclésia\nhawthorn\nguayra\nlácteas\nmonjolinho\ninvadissem\nsatélite\nmediram\nclarence\nguayrá\ncomeria\ndizeres\ndúbia\nexpropriou\nameada\nameado\ndesejado\nremonstrantes\ndesejada\nsilmara\npaiute\nrhodan\nborgonovo\nventilado\nchilena\nchileno\nweasley\npsychiatric\nismael\njuquiá\nservisse\ntanque\ninjetora\nmuçum\nano-novo\npovoação\ninfundadas\nassisinho\nmunicípios\nhandshake\nalunas\ncompensaram\nnemesis\ngaudiya\nescopas\nperturbavam\ndefensive\nyevhen\ndefensivo\nreclamou\nreclamos\naspirava\nlambada\nspluga\nsecches\ncésaire\ninfringindo\ncollage\ncosipa\ninsustentável\nunderstanding\nótica\ntraduzível\ncurtíssimos\ncontinuado\nalliaceae\nex-militar\nmissionárias\ndefrontou\nvalidado\nesquartejado\nvalidade\nvalidada\nbrahmaputra\nganhada\nshimabara\nmediocridade\nlimbo\nespiríto\nannuario\nbuckcherry\npautada\npautado\ncharron\nrecordings\npostava\namainar\nenvergando\nboulevard\nmelobesioideae\ndiabete\nneubauer\nmustique\nvertical\nsumiram\nautour\nlimitava\nhurts\ncarine\ncarina\ncarino\nlibanês\npinky\nextinção\nfatima\njerumenha\nperfeição\nanelka\nestivessem\ncolasuonno\nsnmp\noutorgam\nnovelo\ndiscorrendo\nviollet-le-duc\ncongele\ncongela\ntetrazzini\nconsumação\nesboçado\nsubstituídas\ngosplan\nesboçada\nhatha\ngrávida\ngrávido\ncastello\ncastelli\ncansativos\narecibo\nchamaeleon\ndodger\ncresta\nvizcaya\npenalizado\npenalizada\nvaprio\nwuhan\nwelder\ncentromyrmex\nmédicis\ncontaminaram\nxxxx\nxxxv\ndomesticamente\nsabadaço\ninterpretam\nsemigrupos\npanóplia\nupsala\nosaka\nponzano\npsicanalítica\npsicanalítico\nsorocabano\nhauache\nlemoine\nbonitinhos\nafirmação\nbenelli\nmckinsey\nvantaa\nintervindo\nseguiram\nrusedski\nmascotes\ncomplementam\npagariam\ncomplementar\ndançou\ndormição\ntiga\nracer\nraces\nrastreado\ncadeados\narapuan\nvendas\nsalatiel\nanantapur\naniquilamento\nobtermos\nnapoléon\nivar\ndulcinéia\nivan\ncontinuo\nivam\nficha\ndinamarca\ncurious\nkristeva\ndesgastantes\nperuviana\ncontinuá\nivaí\nauto-hemoterapia\nhorripilantes\nyellen\nhellinger\npescava\nsuntuosidade\nbichas\nincoerente\nsetúbal\nmeio-jogo\nharvest\ndiscutem\nshajar\ntransmission\nrack\nlicence\nevolucionistas\nnonagésimo\ncostelinha\nleitaria\nlonghorn\nbagre\nocupará\nclostridium\nantelope\nquibir\nmetê\nlemgruber\nestreante\nenciumada\nandreato\ncomplementando\nmetz\ncolestase\nmete\nmeth\nmeti\nmeto\nfran\nhierão\natiraram\nperrela\ndasyuridae\naracajú\ncapilar\nideólogos\nviveiro\ntapajós\npsicanalíticas\naracaju\nocupara\nends\nenda\nende\nendo\naacd\nseñor\nextra-conjugal\ngraaf\nsherlock\nbreck\nbreca\npsb-pe\ncabo-de-guerra\ninhambane\nbreakout\npensei\nesparsa\ninstigado\nesparso\nreflexivos\nphalloides\ncreekside\nruela\nmelhorada\nmelhorado\nmicrômetros\neládio\nsuprimi\npolinização\nanormalidade\nsuprime\ngrodzisk\nemperram\nradomir\nenxugar\nestampadas\ninfernais\nsuperluta\nisoniazida\nmain\nlesionou\ncondenadas\nagapan\nex99\neucithara\nhavlíčkův\nheike\nheiko\nsupérieure\nrocky\ncotangente\nrocko\nrocka\nhelsinque\ndacota\nestudem\nerrôneos\njehan\npreventivas\nbarateando\nbasilisk\nséneca\nwannabe\nbushwick\negger\njosefina\nstrummer\ngłogów\nreaproximar\ntaxas\ntaxar\ncuidei\nlauncher\nalismataceae\nlegiões\npós-sinápticos\ncorruptela\nepisodio\ngods\nminke\nmotivacional\ngoda\nrecibos\nrne\nrnp\nbobby\nlashes\nacidentalismo\nindefinidas\nnapata\ndivertimento\nparanhana\nbacterianas\ncryo\nsantista\npomposo\npomposa\noligopolizados\nloyal\nrainier\ntheresienstadt\nerradicadas\nproducing\ngnarls\ntekla\nwolfe\nwolff\nwolfi\nadachi\nn-99\ncaça-níqueis\nsalianos\nrazoável\nqm99\nkasper\nrendera\nhardest\nrenders\nsimbolizavam\natentados\nayrault\nsolitárias\nbiliares\nréquiem\nhexacampeã\nanti-eua\nsperling\ndescida\ndescido\nestuprador\npenetrassem\nrational\nmeiose\nocre\nhirai\nhiram\nembutem\nelevatórias\ndesmond\narvoredos\nrodolphe\npresque\nretilínea\nmesut\ntalento\nfrankfort\nferraro\nferrari\nateliers\npsicótico\npsicótica\ntaubateano\nsimplemente\nhopewell\nclapeyron\nzenith\nhepatorrenal\natuários\nnegativas\nsinalizador\nilha-de-frança\nbonatini\ngarimpados\nmiúdos\ndigitalizadas\nbihar\nfolhasp\nmetodologicamente\ntreinadores\ntogado\ncoado\numidades\ntengu\nrelevante\ntengo\ngelsenkirchen\nskeleton\nbancarrota\nfemproporex\ntimbuí\ntireóide\nevernote\ncsp-conlutas\nbaumbach\nfaturamentos\nroussillon\nmenus\nultrapassando\nhele\nheld\nhela\nhelm\nhell\nhelo\nheli\ncavalgam\nalvirrubros\ncavalgar\nviva-voz\nelson\nfipezap\nhaley\nevangelizar\nbottrop\npasseata\ngardener\nkunz\nferozes\nkuna\nenumeráveis\nkuni\nneolíticos\nanexadas\nofficers\nexperienced\nex-baterista\nexperiences\nintrépidos\nabraços\nabraçou\npimenta-preta\nmercyme\nfacilitadores\nnecromancer\nloon\nlook\nloog\nloos\nloop\nmatronas\nmarieta\nreclamada\nyeltsin\nreclamado\nvattic\nferritina\nseigenthaler\npartenogénese\nsavage\ncegrasa\nfotográfico\nfotográfica\nréplicas\nprofesso\npeterborough\npanamco\nhomologada\nhomologado\nberries\nbest-sellers\noficial-mor\ncamacan\ncanali\ncanale\ncanals\ncruz-maltino\ntindouf\nalardeado\nwig\nwie\nwic\nwin\nwim\nwil\nwii\nwit\nwir\nwiz\nwix\nresvalar\npremières\nlavador\nlavados\npentatônica\nf9iv\npenoso\nlavradas\nlargueza\nstockler\ncuité\naffleck\nananus\nsemi-aposentado\nansião\nnisha\nnishi\nlidava\nibrox\nschwarzkopf\ngozou\ngozos\nassumiria\nathenas\nsarrafo\nfénix\necopontos\nflagrantes\nbeinwil\nex-atleta\npenhor\ncremada\ncombatiam\nconfundia\nconfundiu\nconfundir\ndwain\nstavanger\npisão\nargumentando\nnessie\ntelefilmes\nnotabilizar\nhayabusa\ncerdic\nmilinkovic\nchilobrachys\nmanipulação\nchecar\nçiller\nfalassem\nalcançada\nrbis\ndesenhadores\nbaker\nalcançava\nlegião\nmysore\nmanuscritos\nsimpson\nhalf-duplex\nsamoana\nsépala\nsamoans\npolitec\nevocados\npärnu\ntórax\nbenignas\nconstruí\neconómicas\nsolitaire\nimpossibilitados\nsinusoidal\nempacotada\nempacotado\ndeterminação\ninvejosa\ninvejoso\nconstrui\nhumphreys\nconstrua\nscooters\npresident\nhipodâmia\noswald\ningressavam\natanasoff\nhienas\ncomentadores\ngalena\nmanços\nacoplagem\ncrucial\ntasha\nhalita\nsurfou\nsilvas\nozymandias\nfundamentando\nliberalismo\ntrigoso\nestames\nhedberg\ncarbono\ncarbona\ncleto\nmoseby\nmiesbach\npesquisados\npesquisador\narun\npastorado\nloader\nloaded\nmotivada\nbareminerals\nanacrônica\nshatner\nlundia\npolicia\nanunciamos\ncomentarista\narronches\niçamento\nproducciones\npippen\nvaginas\nvaginal\nhalterofilista\nnefertiti\nmilenarismo\ngarland\nembrapa\npescaria\ncantavam\nalcalá\nfreamunde\ncamelot\nnarni\nantimicrobiano\nantimicrobiana\ntangent\nsolteiras\nromanones\nretransmissoras\nmulticast\ncazaque\nrepudiar\nfecundos\ntravestidos\nmilitaire\nquiabo\nstrokes\nornitorrinco\nkimmel\ncitânia\nluxação\norã\nguevara\nraskin\naboadela\nory\nort\norp\noro\norm\nori\norf\nord\nore\norb\norc\nora\nvassalos\ndispensadas\nmeia-armador\narranjam\ncorneille\ndeprime\narranjar\nsuprapartidário\ntecladista\ngargalos\ntonais\nresgata\nresgate\nreinventado\nprocessadores\nreinventada\nsoromenho\nespecificando\nresgatá\nmineralógicos\ncassação\natenderiam\nchocava\nalijado\nargumenta\narguments\nolite\nlogaritmo\ncarniceiro\nluthor\nemocionalismo\nplantios\ntroncais\nimunidade\nbombardeador\nbombardeados\nretrabalhou\novoides\nimpregnar\nvanuatu\nquantitativos\nansiavam\ninteireza\nvldl\nrosales\ntardaria\nacetofenona\nfurtos\nbenes\nchampalimaud\nsplash\nbilheteiras\nesperteza\nhilux\naraiza\nbeneš\naraújos\nradar\nregionalistas\nlodos\ncapturadas\nasperezas\niizuka\nempreendedores\nshareware\ncardeais-sobrinhos\ndiversificando\ncarente\npare\nparc\npara\npark\npari\nparu\npart\npars\nparr\nempoeirada\ngemeu\nreluz\nculinários\nvillaça\nbugey\nbiancucchi\nparé\nbonitões\nchinaglia\n....\nmanipulavam\nkitchener\ntexturizada\namagatsu\npró-capitalismo\nmarataízes\nhabilitaram\natrativas\nlbs\nlbr\nfaginea\nelevasse\ntricampeão\nbrockton\nexplicaram\ndg9\ndgc\ndgs\nabsalão\ncarrollton\naristocracias\nteologicamente\nperpétua\nvice-versa\ncinábrio\nnorueguesa\nindenizados\nex-jogadores\ncaruru\nyoshimasa\njason-9\npilhadas\nenfraquecem\nenfraqueceu\natômicas\narganil\nartaxo\ndesaparecerá\nvotação\nmanziquerta\nplaymate\ndesaparecera\nprenunciava\nlembrando\nmitsuko\nmitsuki\nlispector\n9999-9999\ncasara\nsoberano\ntriologia\nsoberana\n9999:999\nhonraram\ninfantry\nencapsula\ncasará\nlamb\nlama\nlami\nlamm\nlamp\nlamy\npedintes\nroendo\nassassinarem\nheerhugowaard\nspell\nex-pastor\nerraram\nassadura\npitcairn\nsimbolizadas\nbielorrussas\nazkaban\nborealis\ntimbiras\nlajolo\ndiscordia\nléonard\nsagasta\nknoedler\nyeni\nπ.\nweisinger\ninfomerciais\ncompareciam\nlibertador\ntranscritas\nquai\nin-line\noxystophyllum\npizarro\nboards\nzanga\nmarika\nmariko\ntabuleta\nbiggest\nbazares\ncinza-escuro\nconsultor-geral\nfreudenstadt\ncantinas\ntimemania\nunilateral\nargüello\nperturbado\nhistoriadores\nindustrializada\ncreteu\npluralismo\nredutíveis\ncaniçal\nsectarismo\nvaldagno\nnildemar\ndemocracia\npandanus\nazedas\nazedar\npeine\nbubônica\nguatemala\nleamington\nfranscisco\nesperançoso\nesperançosa\ncomençou\nnegociando\nemergenciais\ndesconcertante\nexperto\nmoka\njoop\njoos\njoon\nfpceup\nul-fitr\nprovavam\ncoité\nvlagtwedde\ncq99\nconquistada\nxander\ncoito\ncarvoaria\nencenação\ngenjuro\nphosphate\ndaejeon\ntendente\nrhodophytina\nacreditarem\nteuto-americano\nbelge\nmixa\nshove\nkarl-marx-stadt\ntaguspark\nannobón\npectore\nirb-brasil\nsaqueadores\npolímata\nmoréno\naberturas\nnortúmbria\nguardamos\ndurava\ntrunks\nchukotka\nconduziria\nminipacote\nsamba-de-roda\nuffs\npoupam\nock\npoupar\nprosperaram\nconvoy\ndelinquentes\nadministração\nattitude\nantecipe\nfederal\ndeforma\nhavíamos\nvänskä\nitajubá\ndesenterra\neaters\nspinosa\npiccinini\nfingal\nnovgorod\nocr\nocu\nduppy\nneurofeedback\nlovesounds\nnicktoons\natravessando\nl.a.\nprogramaram\nsully\ngasperi\nsulli\nsulla\nencurtado\nencurtada\nhonrava\npersonalizados\nnachbin\nhallstein\nsmet\nexorcistas\ndesconfiadas\nbarnum\ndigimons\nbagoas\npré-colonial\nherse\nbíscaro\ncolóns\ncasio\nmarwan\nunicos\nroebuck\ncaprichar\nesteghlal\nbushel\nsuperposições\nshoko\nbriceño\neurogrupo\nvivica\nnotch\ndopagem\nmoldaram\ndistraída\npolegada\nannis\nannie\nfloresce\ncontraespionagem\ncynic\nbataan\ntoolbar\npurpurea\ndemon's\nlst-999\nrotulados\nauto-ironia\npatusca\nध\ninfinitas\navistar\navistam\ntoscamente\nmonstro\nrecontadas\neredivisie\nsuper-homem\nmommy\nmomma\nsurgirem\nimigrados\nbicudas\ncaboré\nmustard\nenvergonha\ntupynambás\nbraintree\ngmelin\nfaune\nfreehand\ndesierto\nnawal\nnawaz\nbessie\nsis\nsir\nsip\nsiw\nsiv\nsiu\nsit\ntérmicos\nsib\nsia\nsig\nsif\nsie\nsim\nsil\nantecessora\ngeraldes\nvelórios\nmodificação\ntrancoso\natlas-centaur\nbelladonna\ngruppo\nconsumidas\nalicinha\ntr99\ntankōbon\nkanitz\nveuve\npeplum\ndarkest\nhambúrgueres\nvisualizadas\ngiral\nkibo\nkiba\nkibe\nlohman\ncriativamente\nchemin\nmillais\nchemie\narrochela\ndevastadora\nmontenegrino\noverture\ncranbrook\nredigiram\nvistosas\ncoagir\ngothic\nocotepeque\nmaddalena\nadirondack\ncruzmaltina\normisdas\nboeira\nharedi\nexcitou\ngolgi\nenumerou\nfrancano\ncompletamos\nshingon\nciclagem\nginasiais\niavé\ngaps\ncálice\npierson\nkatyusha\ncórnica\ncórnico\ndúbio\nanbima\nelegant\nelegans\notacon\ncolabora\ncolabore\nneopaganismo\ngeisha\npropulsor\nderivados\nsymposium\nfootloose\nercole\nzelosos\nzvonareva\nodilo\nodila\nodile\ndreamed\ndreamer\npersistiam\npadrinhos\nhaida\ncassiopeiae\noutorgas\noutorgar\nolgária\nmúrcia\ngringos\nbarreirinha\nmalformações\ninterpretar\nsutherland\nfinlândia\nbitter\nchicanos\nferrão\ntitanomaquia\nbacará\ngododdin\ndebochada\ndebochado\ndansk\ndanse\nheaviside\nizanami\npunidos\nmunições\ncatequese\nז\nvfrgs\nsierpinski\npavitt\neanes\nswarowsky\ncapacho\nsrinagar\nsubstituinte\nease\neasa\neasy\nco-responsável\neast\ncuidem\nedilberto\nprofetiza\npausada\npausado\ncollecchio\njanita\nprecavido\n်\nquiasma\nescoltar\ninterruptor\nmarxista\nericsson\nrecifenses\nishinomori\nreagrupando\nsemenov\ntemplo\njirinovski\ntemple\ndimashq\nnorte-vietnamitas\nokello\nreinserção\nsplice\nfactíveis\nsimcoe\nclancy\nbeligerantes\nbagot\nbagos\ncuito\npraxeologia\nsonnets\nmigratórias\noregon\nindiegogo\nmackinnon\nlebres\nasfixia\nconcelho\nmacacos-de-cheiro\nterebellidae\nvulkaneifel\nescolarizados\nnoleto\nturtle\nmercearia\nmerecedoras\ndeclamando\n¿\norégano\nsilval\nbioluminescência\nadolecente\nabadessa\nslot\nweapons\nslow\nautodenominada\nnolde\nmilanês\nfable\ngangster\nhaniya\nsacromonte\nmcmanus\nquack\nkaminoda\nkastellaun\nbreve\nwenderson\nblackhawk\nperfurado\nperfurada\njuventude\nexecutaria\ncirculações\nhoneywell\ncullen\nbrevê\ndefendida\ndefendido\nvibranium\npsíquicas\nmontesquieu\nnutriente\nenredos\nreorientação\nrúnicos\nreavaliando\nelemento\nbotto\nmargarinas\nbotti\nbotte\nbotta\nescondam\nexaustivas\ngeófita\nalém-fronteiras\nskellefteå\nwalks\nguaratuba\nacid9\nlowther\ngloucestershire\nbordéus\noscips\njeorão\npereyaslav\npartibus\nmentalist\naplicações\nschumer\nsamberg\ncuarteto\numur\nenraizadas\ntrofa\nrosiane\nemparelhado\ngagos\namenófis\ntrataremos\nbioindicadores\necovia\nbugreiros\nalfarelos\ncontratualmente\nrogaland\nic99\nabordaria\nabertamente\navalizado\nsalivar\nforton\nhibria\nkūkai\nhammerskin\nteodor\nadcc\nadct\nserapião\nnão-militares\ndesconversa\nvysočina\nconforma\nimpeliu\nimpelir\npríncipios\nfaboideae\nlembraram\nragas\ndesuso\neditava\nprofundo\nalmóadas\nincolores\nchesterton\nvillareal\npericárdica\noo-edi\npericárdico\nprofunda\nex-companheira\nsonâmbula\nsonâmbulo\nex-companheiro\npepsi-cola\nhôpital\ngrapefruit\ncajobi\nmultados\nmaakond\nelaborados\ngenma\nleirner\ntransamérica\nadmirou\ndetestava\nalizée\nrelacionadas\nsemiprofissional\npsychiatry\ngossip\nlambretta\ncharity\nassegurará\ncuvier\nthin\ndownsview\ntitanic\ntitania\nzarzur\nnamoradeira\nsecundarios\nzealous\nclevelândia\nformspring\naríete\ncharité\nnymphalidae\ncolaboradoras\njanaína\ntodinho\nhirta\ndoing\ntabira\nupps\nsuportar\nbuchwald\nsesi-sp\nwriothesley\nrepique\nconcatenando\ncalculus\npiratear\nhadfield\nalmagreira\ninfravermelho\ninfravermelha\nxiahou\nal-wathiq\nvioloncelista\nbruges\nelaborasse\njuhani\npuff\npufe\nconservá\nfestinha\nexcitando\nallspark\nconserva\nconserve\nretrospetiva\nqalawun\ndefecação\nmisato\nangiospérmicas\nstreicher\nesclareceram\nl-99\nneman\nmaíra\nincludes\ncadet\ntenra\ngoiás\nstatic\nnidan\nintervalos\nangustiante\nscyllarus\nsubtraindo\nstylists\nilliger\nsealy\nvöluspá\nvotec\nvotei\nchapeu\nmaxmen\nchapel\nquotidianamente\naeronautics\ninverdade\nglo\nsul-coreana\nglc\nglx\nglp\ngls\nspringer\nrenomeados\nsabian\nsabiam\ncontingência\nengodo\nharstad\nonça\npitágoras\nsuportam\ncondiciona\nporteiros\nfiliadas\nwildcard\nrealizada\nwerther\nrealizado\nurdida\nmykola\npalavrórios\ncriterioso\nobserver\ncriteriosa\nrionegro\nobservem\ncarapacho\ndestacaram\ndeteriorava\nconcerning\nenvase\npmdb-rs\npmdb-rr\npmdb-rn\njuniper\nbutírico\nflagrada\ntrecho\nxbox\nriparia\npontos\nepopéia\nplotagem\ndetonadores\npiemonteses\nprudentão\nmâcon\nmineiro\nmineira\npalavras-chave\nasiáticas\nobjectividade\nplatinas\naltri\nadaptativa\nd'ávila\ncaluniado\npós-doutoramento\nexperimentação\nmichel\ncatalão\ntreinando\nafastado\nafastada\nlentidão\ntrafaria\ngarrick\nsanshiro\nchade\negun\nlustrosas\nviolações\nboicotadas\nexplicando\nsickest\ncruelmente\nocarina\nnasridas\nsierra\nyudenich\nevaldo\nsierre\nhomogêneos\nascendido\noque\nanhanguera-bandeirantes\nfilosofias\nzenaldo\nsultões\nfrustrada\ndesmontagem\n·\nnozomu\nnozomi\nsoldo\nevoluções\nsaqueando\nlelio\nlelis\nsaltaram\ndraco\nsubstituíveis\ncamadas\nnurbs\nbentheim\nrepin\nherdava\ntiaguinho\nsuper-herói\nintérpretes\ntrigeminal\nlp's\nétimo\nmensageira\nmensageiro\ncomunicativa\nvalia\ncomunicativo\naws\nestruturada\nlardosa\nmøller\nestruturado\nkattegat\nincisões\nlembrará\nchacrinha\ntranscorreu\ntranscorrem\ncombinatórios\nbeatle\ndardanelos\nhokusai\nfreda\nfredo\nfredi\nplataformas\nfredy\ncinéticas\nconservo\nawd\nsuavidade\nviúvos\nparadela\nestrúmica\nderrapa\nmamede\ncabeceador\ndivinópolis\nbeyond\nteorizaram\nestrelinha\nágata\nmaillard\nkanada\nsumbe\nsumba\nliô\nvaldemar\nliú\nespalhafatosa\nespalhafatoso\ni-9\ntanabata\nlid\nlie\nlib\nlic\nlil\nlim\nlin\nlio\nlih\nlii\nlit\nliu\nliv\nlip\nlix\nliz\nclear\nclean\nalanis\norbitador\nrelançar\ncogitam\ndesmundo\nwheelock\narborícola\nlenapes\ngeddes\nempreendedorismo\nhiguita\nabatedouro\nnormalizado\nparaísos\natribuíam\nsurrada\nsurrado\ndesu\nimoralidades\nolhando\naetosaurus\nmarchinha\ncolón\ntaurina\ntaurino\npopulous\nxamanismo\neating\ncalifórnia\ncomodismo\ntelhal\ncalifórnio\ncinzeiro\nioffe\nmatsumoku\nmithril\njamboree\nbulevar\nglobonews\ncurriculo\nmediada\nafton\nnicholai\nzagueiros\ncozinhar\ncozinhas\ncozinham\ntrombetas\npaleorrota\nabortar\naltercação\ndake\ngalleria\nfouché\nrégime\ngoytacazes\nsamarco\npfl-sc\ncades\npichar\ndeselegante\nkerviel\nburgúndio\nburgúndia\ndrizzt\ndocomomo\ngaon\nwrestlemania\nsanaa\ndescendiam\nsaurópodes\nfinas\ninsecticidas\nfinal\ntabu\ntaba\ngraduando\nvívian\nmetaplasia\npalhaça\npalhaço\nfreqüentados\nnamorado\nnamorada\nshoshana\nstatu\nstats\nrecadastrar\nstate\nstata\nstato\nrykodisc\ni-999\nfabula\nredunda\nsemilunar\nnotificou\nanticlerical\npiques\npiquet\nnioaque\nressecção\nphill\nphilo\nmccabe\npolvos\nfiduciárias\ndesempregadas\nbolivianas\npandeireta\nartístico-cultural\niraci\nalvinegras\nsuperestrela\nescadarias\nnaïve\nkutuzov\ncondicionados\ncaracteristica\ncaracteristico\nalcancei\nascendendo\nalcances\nleuctra\nsidônio\nmauriti\naristotélicos\nmaurits\nmauritz\nxandão\nempenhada\nempenhado\nvásquez\ncalu\ncalw\ncali\ncall\ncalo\ncala\ncale\nreivindicou\nvotem\ntagalog\ngomos\ncaló\nkilmer\ncuriosity\nestagnados\nbarato\nbarata\ndowns\ngrces\nhermosa\npaec\npaes\npaez\nprogredido\nprotuberância\nfreado\nevacuaram\npiadinhas\nabril\nabria\nranqueado\nabrir\nabriu\nviolarem\nguggenheim\nsiedlce\nmetodológicos\ngl9\nortelius\nbrazil\nhm99\ndesdobraram\nnatação\nteigen\ngli\ncabecear\ngracias\nsul-coreano\ngla\nmexico\nmexica\nsushi\nmarsilac\nitunes\ncsaba\nbesteiro\nstar-spangled\nbuñuel\nwafers\nfriável\ngovernativas\npresenciei\ntaquaraçu\ncrença\nskysurfing\ninfalíveis\nrosvita\nanotava\nobjetivando\nsubdivido\nsubdivide\ndiagnose\narborizada\narborizado\nbiotério\nигорь\ndelporte\nqueimação\nvarilux\ncederia\nsarney\nkouroi\nkouros\nkourou\nobrigava\nproponham\ntransicionais\nfelizarda\ndeuses\ngarnier\nhesitação\ncrucifixão\nvelasquez\ncretense\nreciprocamente\nbloqueando\ndipolos\nluxemburguês\ninexpugnável\nirrelevante\ntorpedeiros\nnujud\njacuba\nconspirando\npiwigo\njoelle\npoor's\nmarliéria\nimpróprias\nraciocinando\nlyons\napoderou\nküssnacht\najato\nriade\nlittoralis\ntakamatsu\nmundano\ntrack\ntraci\ntract\ntracy\nbispo-titular\nsabonetes\nobote\nprebisch\nmedial\nmediam\nmediar\nmedias\nex-parceira\nex-parceiro\ncurados\ncurador\nmuriquis\nroentgen\nvariabilis\ncinereus\nmaracanaú\nstellenbosch\ndfv\nproparoxítona\ndesligando\nnobuyuki\ngiácomo\nreadmitido\nschmütz\nespancados\nesteróide\ncovergirl\nmaçon\nextraconjugais\nhenze\nenclausurados\nentusiasmaram\nshiller\ntibial\nórbita\nbrunello\nbaiacu\nbaiaco\nbrunelli\ndreher\nparaguariensis\ndeflagrar\nbarraquinhas\nlydekker\nanimaniacs\nbalaustradas\nhomossexualismo\nsurgirão\ndissidente\ntunbridge\nexistindo\nmatadouros\nbanana-da-terra\ngerias\nportugaliae\ndemorarem\nacontecerão\nexplosão\ntanjung\nzegna\ntataravô\npostulação\nquíron\ncartográfico\ncartográfica\nabarcou\nsassone\nbacktracking\nchang'e\nvini\nvinh\nvino\nvina\nvine\nving\ngodard\nleonetti\nbucal\nbucar\nfosfolipídeos\nmanufaturados\nentusiasmar\neclipses\nalgures\ninimiga\ninimigo\nstokowski\nespaçoso\ninfracionais\ndhabi\nhipertempo\ngeográficos\ncômica\ncômico\nvending\ncalypso\ncavalleiro\npotiorek\nkunsthistorisches\nusl\ntigger\nkhamenei\nfavoreceu\nfavorecer\nfavorecem\ndaimlerchrysler\nhereditárias\nmacerata\nalwin\nmaezumi\nmcvie\ntenazes\nsturdza\nshock\ncabrobó\ngellner\nestigma\namarração\nlouvável\nconi\nboney\nbones\nboner\nestalagens\nprogridem\nbimensal\nvenceu\nvencer\nperugino\nidentified\nidentifier\nskate\nspahn\nfranke\nfranko\nfrankl\nfranks\nportenhos\nfranky\nálibi\nmultiflora\ngeorgetown\npronto-atendimento\nvivenciados\nsimpatiza\nmunícipes\ncomutadores\nwifredo\nensanguentada\nobservei\ncerie\nnordfriesland\nceris\nproto-histórico\nproto-histórica\nsigrid\nsts-999\ngenkai\nevenkis\ninconclusivos\nsajida\nlevitan\nsobrevoou\nbumblebee\nlevitas\nferran\nferraz\nferrar\nappearance\nlepage\nentornos\nempatassem\ntwelfth\nauspícios\nmahathir\nrecusara\nrumpler\nofereceram\npanacéia\ncometiam\nbarravento\nextradorso\nexcitam\nexcitar\nduro\ndure\ndura\ndury\npierluigi\nb-99s\nb-999\neerste\nef-999\nneuchâtel\nrampo\nrampa\nreproduções\nmistake\nfracos\nfortress\ngordy\ngorda\ngordo\nhodder\ncomunais\nsaransk\nrecém-contratado\njurandir\naqueia\nneleu\nneles\nmonastério\npmdb-ro\npmdb-rj\nmaribel\nfabienne\nconsol\nthemudo\nfacilitaria\nzombado\npartition\nmil-folhas\nlabels\ntalkers\npunia\ncanavial\nsedona\nadvogava\nprogressivos\nwiccano\najardinado\nlévesque\npartimpim\nfronteiras\nbingo\ngeológica\nbinga\ngíria\nmanwë\nmaya\nbiobío\nmonogâmico\nitokawa\nfranqueada\n│\ncostumamos\ncompesa\nlasar\nincumbente\naragão\nintersindical\nliceal\ndados999-estilo\ndobermann\nsubcespitoso\nrotular\ndefenestrado\nrotulam\ntropicalista\ntransbordos\nmagias\njaxa\njaxx\nchanés\nhodge\nromanov\ngyeonggi\nklaas\nembarca\nco-fundadores\ngeison\nespora\nesporo\npratique\nrealizadas\nrepovoação\nfilhota\nfilhote\nfoguetes\nviolante\nantoine\nclone\necológicas\nparalíticos\nmixadas\nej99\njudeu\njuden\nformadores\naustral\nvedete\nvedeta\ninhambupe\nmichalka\nieyasu\njudeţ\nlegitimados\nprogressista\ndecandido\nidealizando\nhimiarita\nmaximiniano\nmissions\npunctulatus\npakistan\nislã\npreciado\nbifásica\nbifásico\ndissident\ngolpe\nisla\nisle\namarelados\nfortín\ndeclararem\ncodenome\nhistóricos\npolítico-administrativas\ncompletely\npeneplanície\nneuralgia\nparadigmáticas\nlarios\ndescalça\ndescalço\ntortilha\ncongrès\ngallaudet\noflc\nbroncas\nmalvinas\nlaterais\ngdański\nclóvis\ncomiket\nkhomeini\nreintegrou\nsynergy\nestabilizador\ntudors\nhombre\nfalavigna\nazazel\ncults\nantiquíssima\nculta\nculto\ndiscutidas\nmineradora\náguas-vivas\npossuíra\ncordelista\nvice-reitora\nprimeiro-ministro\nhallage\nreach\nreact\nequatorial\nwindows\npopstars\nbará\nbaré\nbrocador\nhip\nhit\nhiv\ndesidratados\npistoia\nhic\nlistopad\nhii\nhim\nhin\nbars\nbaru\nbart\ncorozal\nbara\nbarb\nbare\nbard\nbari\nbark\nbaro\nbarn\nedivan\nconsecutivo\nconsecutiva\npaisley\nprotegiam\ndell'acqua\ncriar\ncrias\ncriam\nstryper\ndiplomaticamente\nprovidenciou\ncollserola\npapiloscopistas\nitchy\nqueimava\nfarmacologista\ncabildo\nautorizasse\nu-9\nquintiliano\ntheorem\ngarrote\nnakatsu\nrunco\ndesqualificá\nconquest\nbocanegra\npoliciais\ngavrilo\nprincipescos\ndelinear\nyngling\nsemente\nsharivan\nestragam\ncustear\ncontabilística\ncontabilístico\nlucassen\nmaltratar\nvladímir\nlinchamento\nmontalbán\nviscosa\ncorymbosa\nmorelia\nex-amante\nbiocombustível\nexpostas\nserroni\nconteve\npercussão\nricard\nadministrator\ntelefonou\nreitor\nkraemer\nconexão\npressurizado\nzündapp\nsacrifice\nmaasai\nadiada\nadiado\ntamas\ndesperdiçar\npára-quedas\nhighschool\nengordado\nursinus\nidentifique\nlecionava\npamonha\nones\npresley\nlavín\nmarien\nelipses\nhenao\nhutu\nhutt\nbinder\nsbab\nquantidades\nschiaffino\ncoimbrões\npiercarlo\nmínimos\nexaltando\ncarocha\ntoshiro\ncatacumba\napartamentos\nprevaleciam\npós-punk\nressurgir\nressurgiu\nressurgia\nescrupulosamente\nervões\nmarlui\ncontêineres\nnforce\nhausdorff\nschlegel\nepimeteu\nescurecidas\nsesóstris\ndongen\nmanada\ngigantinho\nsamudra\nphagan\nmuiraquitã\nalteravam\najudante-de-campo\ntuatha\nqueimada\nupernavik\nvicent\napossaram\ntalita\nexumar\nkilômetro\ncatenaccio\nfertilizantes\naparentavam\nmultidimensional\nfinidi\nestocolmo\nedificados\nveracruz\nsmithfield\nmultiair\nsublevados\nberthier\nfree-lance\ncestari\nadentra\ndesfazem\nrecebem\ndesfazer\ncarinho\ncarinha\ndisforme\nrevendê\ntransliterada\ncusano\nabordadas\ndesarmadas\nrevende\nrevendo\ngiesta\neclesiais\njuram\nfermentados\naventador\nagitação\nthéatre\ndesconfiando\nchurros\ngazetas\nmelodifestivalen\nperturbava\nbeneficiam\npapanicolau\nbeneficiar\nelsinho\nleningrado\nrooker\ncanaletto\nmbe\nmbc\nmbt\nmbr\nmbs\nkoichiro\naquoso\ncitocromo\nberezovsky\nberezovski\nkikyou\naprovarem\nriram\ncumprimentava\nkundry\ncriadora\nbotos\nharmalina\ncontornando\ndefaults\nrogerinho\ncohomologia\nespirais\ngreely\ncuidadora\nareum\ndiminuí\ncarvalhal\nprestadas\ncarvalhas\ntundra\ntalmadge\nomelete\nmirrors\ndiminua\ndiminui\nphyan\nsubtrama\ngremlins\nassomada\ndobrando\ndesmontáveis\nsimpatizou\nlucrativo\ngoteiras\ncontax\nfaz-de-conta\nidéias\nsuportáveis\nreflexologia\nanglorum\nmaterialmente\nvision\nmorosa\nnotice\ntemporada\npearlman\nestilingue\nbiógrafo\nmarelli\nbiógrafa\ngreco-católica\ndroga\nadrasto\nráfia\nechternach\nl'enfant\ncarso\nfaturando\nchabon\ninclinam\nenclaves\nconcordavam\njsr\nqu'il\npolidori\nchild's\ntira-dúvidas\nasso\nassi\nseleccionar\nasse\nassa\npolêmico\nassu\nbutthole\nbopha\nconjugam\naetossauro\nosusp\nlatentes\npétreas\nbatom\nbaton\nbator\nhomem-macaco\npecado\nprior\ndecisórios\nnuevas\ncoautor\nadalberto\nchamps-élysées\nanorthosis\ndesmaiar\npreestabelecidos\nincomunicáveis\nmendes\nmendez\nadimensionais\najudamos\ndolph\nroots\nvidela\ntorralba\nneurology\noperation\ngakki\ndório\nmarpessa\npermanecerá\nprocissões\nrigorosamente\npermanecera\nvladimirovich\naiquidô\nrosácea\nsinovial\nvatnajökull\nabellio\ninformante\npersistirem\narcturus\ncomerciava\ngo-go\nvisitações\nmoveleira\ndespina\ngaumont\naçorianos\nválidos\ninhamuns\nparietal\npontével\nexperiments\nilações\ngcmg\ncostarriquenho\nveloso\ncostarriquenha\nsansepolcro\nemaranhadas\ncastigados\nacórdãos\nplantard\nacamado\nsobressaindo\nhiatos\nrevendas\nmédia-alta\nsabbat\nsabbah\ncerteau\nsoleura\ncoimbra\nbarateamento\no.p.\nsupersport\nfraturando\nursinho\ngrupinho\npaineiras\ndesaparecendo\nviremia\nrobot\nagnosticismo\nnomascus\nyamaguchi\ncastagnino\nmotivam\ntoque-toque\nsuperfeliz\nrealiza\nbump\nbumi\npartilhou\nlutzmann\nconturbados\nsubmontana\netiológicos\nzigurate\nrichman\nshidokan\nantología\nsublimar\nparidae\nsádico\nmarshal\nmovimentava\ncardos\ninfratores\naviação\nricardina\npaçô\nleiteira\nleiteiro\ncomposicionais\nprivados\npaço\nesperantinópolis\nsant'agata\nbactericida\nleandros\ncomplicada\ncomplicado\njinja\nvalid\nbochechas\nvalim\nimmortal\narvernos\nplatéia\nerzgebirge\nconcretize\naprofundando\ndescobre\nconcretiza\nrhythmic\nnouvel\ngravíssimas\ndesinteressantes\nverde-escuro\nverde-escura\nmignola\nvirologista\nregularizaram\nhipocrisia\nextrator\nreavivar\nagladrillia\nlonesome\nsargento-aviador\ngynt\ndominus\nalces\nalceu\nsócio-torcedor\ncrofts\nendometrial\ninequívocas\ncloutier\nmutola\ndōgen\ndisparassem\ncinecittà\nreduzirão\nxxxholic\nanhalt-zerbst\nbolonha\ntostão\nloughlin\nkaváfis\narranha-céu\nestoicos\nhydrangeaceae\nflorestados\nlewis\nlewin\ntranscorrer\nposicionamentos\ntrabalharem\nvinculavam\nsiluriformes\ngarimpeiro\ngarimpeira\nkolmogorov\ninterferissem\ntissue\npendurou\navultados\nsttau\nmanusear\nhenman\nsorvino\nrobbe-grillet\nstardust\nelevando\nog\nserdin\ndvorák\nbriatore\nmorgado\nzord\npresididas\nzora\nincalculável\nsuspensões\nvibrava\ncaledônia\nmedvedev\nbriguei\ncontrariavam\nleste-nordeste\nbriguem\noz\ngasosas\nfeuerstein\nschacht\nor\nbem-educado\nbem-educada\ngaston\ngastou\nrecente\ncondutor\nconcretismo\nteodorico\ngónadas\nsaxon\nshiozawa\nlimparam\njoseval\naclama\npediplano\nutilizadas\nholländer\nescreviam\npadre-mestre\nactuado\nbreukelen\nmantras\ndisfunções\nintelig\ncaima\nstain\nmusetta\nyohji\npresenças\naarão\njiu-jítsu\npesaro\nrevoga\nfadadas\nodessa\njeepster\ncaires\ncairem\nrevogá\ninfiltrados\narcozelo\nvídeos\nhipertiroidismo\nmanzanares\nam9\npastavam\ncomercializando\namj\naml\namo\nama\namb\namg\namf\namy\namx\namp\nams\namr\namu\namt\ngoldstein\nthaís\npsicossexual\nsimilares\nvencermos\nvariação\namã\nrepercutiu\nco99\nnotoriedade\nefectuavam\njulgam\nsirva\njulgar\nsirvo\nemulsão\nribeirão\nmahavira\nstigmata\nkigelia\npapias\nobtendo\ndormiam\nnecessitasse\nsupra-renais\nmauriat\ncanzone\nenumerados\nmauriac\ncanzoni\nodontológicas\ngliais\nlayfield\ncollaris\ninflexibilidade\nsuper-vilão\ncanguru\nfast-food\nlazaro\njmtv\nlazare\nsodoma\nterritorial\nflashbacks\nursae\npopova\nlubrificante\npenalizar\nlepechinia\nhundred\ndebilitado\ndebilitada\nperestroika\nhanabi\nespádice\nperduraria\nmysteriis\nzipper\ndesconhecer\ndesconhecem\nnazran\nassinaladas\nfaxineiros\nredemption\nossip\npetah\npetar\nanulação\nemético\nbrício\nlig\nlia\nlicenciatura\nsincronizadas\nmahone\ndelineados\ndelineador\nluluzinha\nsainsbury\nbolsa\nbolso\nangel's\navestruz\najeitando\nsousse\nbenzina\nradiometer\nmoreias\nestratagemas\ninstitut\nconsiderarmos\nsombreadas\ninstitui\ninstituo\nexplicou\nhamann\nfrantz\ninstituí\nmanito\nalania\nanauá\nsantanense\nν\nbehaviorista\nugesb\ndescontentamentos\nossetas\ncaíndo\ncharming\nbosão\npós-graduandos\nincentivador\nincentivados\ncogitar\nevitamos\nfactorial\ntarja\ngrapiúna\nneoformans\nbeatlemania\nalcina\ntrevisan\nshoguns\nassassin's\numbria\ninelegibilidade\ntalidomida\ntrava\ntrave\ntravo\ngesù\nfalares\nbezirksliga\nfalarei\nfalarem\nchasse\nchassi\nenergisa\nvaliosas\naditamento\nreceptora\ncandomblés\nsombrinha\ntena\ntens\ndelcídio\nescópia\nmatamba\norganizava\nwyclef\nboth\nendividando\nfalciparum\naprendizado\npossibilidade\nfora-mg\nescorpião\nsensitivo\nmitromorpha\nauto-suficiente\nfernanda\nfernando\ndestinavam\nzandvoort\ngeddel\ndepuseram\nnorth\nbismarchi\ncontraposto\nantipas\ncontraposta\nnormalizada\ncomuniquem\nestrelato\ningestão\nvibrio\nembaralhadas\npainters\nabrasce\nsuetônio\nirredentistas\nhistoire\nhaleto\nrafting\ncapitais\ndesactivação\nsurradas\nautocontrole\nrespirável\npilotando\nbeforu\nrashmi\nbefore\nmonstruosa\nmonstruoso\nnascituro\napometria\nprecursoras\ncanopla\nimpertinência\nkhambatta\ngadolin\nhawks\nhawke\nuris\ndesagradou\naliciado\nposdr\nlava-pés\nliquidados\nulrico\nulrich\nllamas\nsprocket\nhipersensibilidade\nilha\npovolide\nlynott\nbancados\nscotsman\ncircadiano\nficassem\nmecânicos\nkarsh\nkarst\ngaronne\nwelker\nimpressionam\nqualia\nimpressionar\nchefe-adjunto\nkinky\nkinks\nkinki\nminerador\ngouvinhas\nfasciatus\nceeteps\npresenciar\nadlai\nrestará\nluteranos\narcangel\noberhausen\ngoldfarb\nreflete\nsofri\nwindsheim\ncursus\nmagnetômetros\nestadista\ndodsworth\nescravizadas\nasriel\ndoendo\nnonoai\nmitilene\ndifamado\notorrinolaringologista\npredicativo\nrodríguez\nsimilis\nmolhadas\nótimas\nacordando\ns.e.\nintegrados\nintegrador\ngabonês\ncoriolano\ncircunvoluções\ngeodésia\nkennington\nimportados\navião\nleds\nlede\nledo\njóias\nsurtees\ncondimentados\ninsistir\nperderemos\ninsistiu\ninsistia\nsubordinadas\noporia\ntelhas\ntremia\nentombed\ndubia\nradioactiva\nradioactive\nbelgorod\nsonderjutlândia\niníquo\nthiruvallur\nenough\npontifex\nlouzeiro\nesfaqueada\nesfaqueado\nláscaris\nulysses\ngambiarra\nresponsabiliza\ndonnersmarck\ndeolinda\nactividades\nreentra\nevoluímos\nzissou\nimagen\nimagem\nimages\nimager\ncharlatans\ngametas\nespregueira\nkatzman\no'hanlon\ncorajosos\nidôneas\nagora\nencordoamento\neletrofisiologia\nguetos\npriorizem\nodisseu\ncolleges\njubarte\njunípero\nsitting\nramez\nramen\ndista\ndisto\nkaratedo\nuncharted\nwaisman\nital\nitau\ndazed\nprorrogada\ncomercializavam\nkcb\nitaí\npcr\npcs\npcp\npcv\npct\npcj\npch\npci\npcn\npco\npcb\npcc\npca\npcf\npcd\ncarrusel\npc9\nindisfarçável\ncriminais\nmelhores\nuzbeques\nshahar\nrogo\nneuburg-schrobenhausen\nfascínios\nmonger\nabilene\nefeitos\nrogê\nalzey-worms\nidentificava\nalpinus\ntecnólogo\ntemática\nmusharraf\ntemático\nnicholas\nconexas\nnaturalis\nmanly\ninviabilizada\ninviabilizado\ncontagiosa\ntónus\noferecerão\nange-jacques\nmansart\nhillsong\natatürk\nblache\nelogiava\nvídeoclipe\nsatisfeitos\nflavonóides\ndoreen\ngrão-duques\nbaldes\nisced\ntillie\nmcti\ndawes\nadoçantes\nestabelecimentos\ncraíbas\nvilfredo\nbinária\nkansas-nebraska\ncabralzinho\nprofissionais\ndragão\nelda\nanthropos\nwinstone\nantiquities\npassaria\nrapariga\ntombo\npavlodar\ntomba\nshevchenko\nbannockburn\nlovejoy\natlânticos\naborrecia\npregações\ncarpintaria\nshizumaru\nselénio\nrffsa\nbantus\nprece\nsonhada\nsonhado\nressalvando\nfrb-par\necovias\nhipotecou\nphineas\nqh999\nconfidenciou\nwatterson\ncontrariam\ncontrariar\nesculpido\nesculpida\nruralistas\nbratmobile\nleondre\nlamont\nanglo-birmanesa\nsinalizada\ntomados\ntomador\ngurren-lagann\nmontgomery\napreciável\ncartelização\ncarlsen\nfluídos\ncartesianos\ntabaré\nvania\nséssil\nsorrow\ndegredo\nmno9\nrelevados\nquitim\nfabi\nbuilder\nangariados\nentusiasta\nhaver\nanticíclica\nprecondição\nseminoles\nfraternais\nseis\nseir\nseii\nseio\nsensivelmente\ninóspitas\nbohème\ndispensa\np-l\nsoluço\ncorretivos\nterebridae\nvigorava\npré-determinados\nsub-comandante\nparticipariam\nsapor\nsapos\ngide\ncachorro-quente\npropõe\npatmos\nrockingham\ntouraine\nd'argento\nconsideram\nmain-spessart\nrassi\nlatias\nsiddons\ncemento\nmutillidae\ntransportavam\ngalba\nhabilita\nhabilite\nsaint-luc\ngoodspeed\ncompletaram\nschleswig\nteito\nbrisola\nsundowns\nhabilitá\nbait\nbaix\nbaia\nromantização\nbain\nbaio\nspock's\ntapeçaria\nherzigova\nseigner\ncrivo\nhowever\ncangaço\nsummerville\nkyrenia\nconference\nhumildemente\ngloboesporte\nkerstin\ntabi\ndjebel\nbrota\nbroto\nmanitoba\nempurradas\nincautos\nmagnificência\nstoliar\nsalimeni\nboato\nennio\nennis\ndivergia\npé-direito\ndivergiu\nalvejada\nparanhos\npregando\nbiosfera\npreviamente\nveiculado\nveiculada\nobsceno\nobscena\ndisputou\nhamdan\ntaoísmo\ndump\ncamaro\ntraduzi\ntraduza\ncamara\nalão\nborra\nsaarlouis\nsacks\nmodestas\ncamará\nmapplethorpe\ndobrarem\ndesfilado\nlevei\nleven\nlevem\nlevel\nleves\nlever\nshepperton\nrobston\namell\nacharam\nlibertária\npressente\nlibertário\nsteichen\nimitado\nimitada\npogue\nlindberg\nprevalecendo\nو\nnomeados\nsaxônicas\nraleigh\ncodefat\nrequeiram\ncifrada\ncifrado\nstreetwear\nivanhoe\nroteirização\nforlì\nparticularismo\nivanhoé\ndesgastadas\ncomplexas\nforli\ncirculatórios\nceive-oln\nweis\ncultivava\nlilandra\nconvivido\ncirugia\norissa\ndialéticos\ncontrabandos\nfuriosas\nrajado\nas-saffah\nchristi\nlitera\ngrosseiramente\ncontiguidade\npomeranos\npetraglia\nsupergigante\nrosea\nrosen\nroses\nпавлович\nrosey\nangiosperm\nnasceriam\nmestre-de-obras\nreynaud\nassistirá\nhoyama\nj-9\nmaulnes\naposentarem\nmolibdénio\nlisp\nliss\ndirigir\nlisi\nliso\nlisa\ndirigia\nlise\ninvention\npublic\ntragedy\nnaval\noakville\nincorporaram\nnavas\ncriançada\nincomodá\nchronicon\nreescritas\ncrédulos\nrenato\ncontingências\nrenate\nrenata\nincomode\nincomoda\nincomodo\nradicais\nargyll\nemmanuel\ntelevendas\ncompõe\nestabilizadores\natacava\nvalmir\ncliquemusic\npequetita\nfuncionarem\ncuphea\nditadores\naliteração\nlitani\nbrigadeiro\ndamáscio\nbanja\nbanjo\ntemia\nrutura\npré-socráticos\nwöhler\nanestésico\nanestésica\ndemand\nperrier\nsokal\ndescartáveis\napoiando\njainas\nanunciada\nanunciado\nreentrâncias\njacksonville\ncanaletas\ndignificar\napologia\nbenévolo\nbenévola\nregências\npesadelo\nglaucoma\nabbottabad\napontadores\nesca\nesch\nreedus\natacados\ndesenvolvem\ndesenvolver\nreveza\nintoxicar\nshowcase\ngrisaille\nnidificante\nsavignano\nradicular\npesam\npesar\nschipa\natech\nstreptaxidae\nhalterofilistas\nherold\nvolição\nimprestáveis\nrécita\nminka\nminko\nrikimaru\nreservado\ncretácico\nutility\nmegafone\ncondicionador\nmanipule\nmanipula\naquidauanense\nmanipulá\ntracto\ncalafiori\ninterdenominacional\npoliéster\nbrilham\nfirmada\noxirrinco\nmálaca\ngirona\ntostes\nreceavam\ndescumprir\ndescumpriu\nrussulaceae\nirredutivelmente\nadjudicação\napoiasse\nferrucio\nsubconjunto\nstakeholders\nmelobesia\nincógnitas\nfreqüentava\natabascanas\nprescrevia\nabreviatura\naccioly\nhóspede\nashi\nkerem\nashe\nasha\nkeren\ntalladega\nmalsucedida\nminster\nalcalina\nalcalino\nnão-oficial\namerica's\njacques-louis\nalcancem\nsoldadinho\nsalazarista\nusurário\ntxt\njoseon\nenquadrou\nryutaro\nleôncio\nromeirão\ncalcificada\nextraviada\naraguaya\nextraviado\nabetos\nstructural\ncapricorn\nitálico\ncompreendermos\nexsudação\nibracon\nmanigat\nmarcolino\nmarcolina\nsuscitada\nnenhuns\nanoitece\npneus\nencorpados\nalegórico\nalegórica\nyuba\nstúdio\nlafontaine\nbloomingdale\ngodzilla\ninverteu\nbokassa\nvotorantim\nkléber\nprovávelmente\nmerínidas\npenaliza\nconceituou\nespumoso\npovoadores\nwahl\nstaël\nquirguízia\nmadhya\nflaviae\ngalinho\npré-hispânicas\npt-ac\npt-al\ncals\nmeyrin\none-time\ncalm\nestimava\ndesossada\ncalc\nairbender\nlantastic\ndealer\naparições\nupanishads\ndevelopers\npicolino\nfedele\nserrotes\ncausavam\noprime\naït\ndriblando\nbioenergia\nkingsford\nesteiros\nintervieram\nipaporanga\naplicassem\npanoz\nhurtere\nnapoleón\nparcelamento\nspor\nspot\nspok\nbatizava\nbugigangas\nsatake\nassassinado\nlidell\nsazonalidade\nitesp\ngalões\ngoteira\ninconveniência\nsuper99\nteilhard\nuppsala-dlr\ntrifosfato\npnuma\nbeça\nmysql\nafarensis\nassassinada\nalmoçaram\nkanzaki\njorginho\nmounier\nlaurita\nregulamentava\nstronnictwo\nvyborg\nsorteada\ncolophon\ntraçamos\njavabeans\nescaramuças\nmaria-fumaça\npigmaleão\nkléo\narquitetônico\nantropometria\nsuperintendentes\narquitetônica\nínfima\nínfimo\nempatava\nminardi\nsonserina\nextensibilidade\ncuju\ncujo\ndecadentista\nkamara\nhominis\npoiso\ndniepre\nituiutaba\naleatóriamente\nmantissa\ndesconstrutivista\npubliquei\nvoetbal\nmedjez\nelegessem\nsilvester\nvillanova\nmixtecas\nchutões\nparalelogramo\nchristophe\nestabelecidos\ninutilizado\ninutilizada\nstriatus\npresentou\nvimieiro\nobrigar\nobrigam\nencarregar\nrudolstadt\nencarregam\narturiana\narturiano\nconvidou\nfalavam\nmapping\nrottweiler\nproclamação\nsobrevivente\nenzimáticos\nprecoces\nexaltadas\ndesvalida\nlicurgo\nbisonte\nvaretas\nheads\ndistinguível\nmicorriza\nprédica\ngrandalhão\nyorubás\netimologicamente\nlandgraf\nsobreposição\nbombaim\ntrasladou\ntraslados\ncongregando\nsleeve\naprenderem\nrefugos\nkitbugha\ncatharine\ncatharina\ncatharino\nsónia\ndanificou\nardèche\ninvestigados\nsanha\nfire\nfira\nabrangiam\nboieiro\nfunny\nnetzer\nfalarão\njogando\npikachu\npozzolo\npinheirais\nsgs\nsauropodomorfos\nnicéforo\npracticamente\nexigência\ntène\ndevolvam\nstéphane\n¥\nlibano\nillidan\nsesmarias\nrobots\npolifônico\npolifônica\nquadráticas\nalburno\nfflch-usp\npossuindo\nmassachusetts\npouquinho\ntarado\npositivas\nemaranhada\nteurgia\nturridrupa\nanimax\nretilíneos\nanimas\nanimam\nreindexação\ntarantella\namendoados\nobjectivas\ncoróide\ncotidianos\nporta-objetos\ncancelamentos\nastrólogos\nrestituição\nemanuela\ncordões\ndavie\ndavid\ndavis\nblown\nblows\ncomparava\nitatiaiuçu\ncastanhão\ninri\nallerton\noldman\nconspiradores\nautorregulação\nlloyd\nisentava\nsokoto\nmagoar\nesparadrapo\nmichalski\naudouin\nberlin-brandenburg\ngunpowder\nripa\nripe\ntahir\ncommand\nmonopoliza\njordaniana\njordaniano\nmegatokyo\nmerecidas\ncommitment\nestrelaram\nbehemoth\nponto-de-vista\nusadas\nhabituados\nppr-rj\nstéphanie\npatricinhas\nex-nadador\nacobertar\npalpitante\nriario\nvoga\ngatuno\nvogt\npfefferberg\nfrase\ncriptografia\ngarros\ngarrow\nnorte-americano\npermita\npermiti\nnorte-americana\nimplementado\nescarificação\nfragmentadas\npoulenc\nuéslei\neverybody's\nreestabelecido\nsinceridade\nobedeça\nmaragogi\ndegradou\npigmento\ncovariante\nlawless\npinceladas\nefun\ncravando\naira\naire\nairi\nairs\nairy\nquetzalcóatl\nhuntingdon\nairá\nbesteira\nliteralmente\nsuscetíveis\nchilenos\nvalorizados\nmadeiro\nepilético\n#love\nmanrique\ncoculim\npropp\nalfano\nal-khalifa\nhennessy\níntrons\ndenotar\nfridtjof\njandaíra\ndestacável\nefígie\nfeodora\nmeirinho\nhipóxia\ninstava\ncompanheiro\nprestações\ncompanheira\narados\nrecepcionados\nmarimar\ncondizente\naleatórias\nconheceria\nlázaros\ndanica\ndetrito\nlivrinhos\nméditerranée\npeso-mosca\nanand\ncilindrada\nmühlkreis\ninjustificáveis\nargaña\necus\ncamerata\nheparina\ngaseificada\napache\nmalloum\nmercadinho\nboldo\narredia\nmeio-dia\nfireball\nguajira\ntelefonava\npadronizadas\nleomir\nrobinho\nleomil\nsunda\nsunde\nsabino\nnickson\nadventure\nex-boxeador\nfruits\nobjective\nobjectiva\nnovo-rico\ngeography\nclose-ups\ntransfusões\ncauim\nhematúria\nbirmanesa\nmaryam\nbilhetinhos\nauferir\ngrelhar\ngrelhas\ntanach\ntransatlânticos\ncallaway\ndesktop\ntriptólemo\nfizerem\nagronegócios\ntradicionais\ndanificados\nmisógino\nguildenstern\nporta-copos\npreponderante\nparry\nparra\nduques\narouce\narouca\nmaremoto\npenetrantes\nlackawanna\nincultas\nadd-on\nyounis\nobjetivismo\nclytostoma\nbrindes\ndzhanibekov\npusher\ntitãs\ncmuc\nrhinos\nperceptiva\nperceptivo\npanelinha\nhigienista\nfilhinhos\nafiliada\nlomonosov\ncinemagic\nm-999\ndeságua\nweblogic\npicadeiro\nchurch-turing\nfausta\nfausto\nboland\nkokoro\nി\ndeterminarem\nchupa\ncowgirl\nleccionar\nco-fundou\npois\nmacroeconômica\npoio\ncaxumba\nsemitransparente\nleucotrienos\nocultados\naldeído\nvygotsky\ncamargos\nन\nkarla\nkarls\nvierem\nconcluíra\napendicite\nrenshaw\nfranco-maçonaria\nvaiaram\nenschede\nmestre-sala\nsubmission\nrebateu\nrebater\nrebatem\nportici\nportico\nmeio-de-rede\nsemestralmente\nequidade\njorah\nmellencamp\ndecanski\nå.\nxaldin\nenquirer\nat-99\nmoret\nmores\nmorey\nmorel\npuxando\ntestemunhado\ntestemunhada\nmutum\nmutuo\nraposa\ntorrados\nula\nbernstorff\nreflecte\nsuda\nsudo\nmalham\nmalhas\nencararam\nsuds\nressaltou\nressurgiram\nterminou\njacqui\neichel\navançasse\nlune\niná\nintroversão\nrouth\nroute\nschein\ntijucas\ntribunus\nrabbids\nconvencidos\nnewtown\nsimenon\natrofiado\norientais-norte\nlombada\ntelefónicas\nesquerdas\ninv\nkicks\nbahama\nadie\nlamby\nlambs\nex-aliados\ncadenciado\nunderdog\nmoynihan\navant-garde\nupadhi\nfricções\nborland\ninteracções\nbackups\nnevrálgico\ncarriage\nsuperaventuras\nagramonteses\nmontecorvino\ncâmara\nseagate\nmistério\ncachoeirense\nneoplasia\nguwahati\nplasmas\nkorman\nreforma\naeronaves\ntratou\ntrator\ntratos\nclassistas\nreformá\nfotografou\ninspecionadas\nspokane\noman\nomar\nsookie\netelburga\nalvorecer\njurados\nataraxia\njanis\njania\njanio\nescassas\nmigliacci\nkeris\nkerim\ninterministerial\ntelesistema\nimparciais\npecuniárias\nburliuk\narzila\ncriticarem\nzaibat\nvenusiana\ncoremas\nseleta\nwinnie\ngiovanetti\nviracopos\nmetropolitan\nmetropolitas\nestadual\nleucocitose\nsituações\nopuntia\nantipartículas\nclementino\nmacedônica\nmacedônico\nidomeneo\nspandau\nconfeccionam\nboulogne\nconfeccionar\nhangin\nmaxila\nlicht\nabraçadinho\npreferiram\nescucha\nlantana\n∇\nmonocular\ndemovido\ntemplate\ntibet\nprentiss\nmontasse\nprevi\nreivindicava\ntomazina\nligados\ntecnicas\nprevê\nuraricoera\nmund\nmuna\ncaraterística\ncaraterístico\ncooperações\ncutrim\ntrackmasters\nfricativas\ntravestis\ncomiseração\npollard\nrattus\ntimbiriche\ndízima\ndízimo\nripstein\nvogler\ncongesta\nperpetrados\nalstom\nalston\naconselharam\nconvergem\nvarro\nrealisticamente\npúblico-privadas\ncurley\nhonrados\ndealbar\ncimentos\nafectando\ninibida\nvexatória\ngottlieb\nrevalidou\ngregorian\nanamórficas\nquitte\ncruéis\nyouko\nretificações\nmostrei\nmostrem\nconor\nconon\nacostagem\nacolá\ndesautorizado\ndolj\nalarga\ndola\ndole\npolias\nreciclam\ntecsat\ncitocina\nbol\nincentivando\ndefendemos\nbom\nisoformas\npiolhos\nsalientava\nbon\nalmargem\nhölderlin\ninsígnia\ndéficit\nkandinsky\nsapatear\nshinken\narmadilhas\nintergaláctica\npropiônico\nejeta\nmoonsault\ntown\nlunates\ntowa\nprovendo\nmachaut\npdpa\nrastafari\nerva-doce\nfrenéticos\nbertinotti\naumont\ncutler\nselamento\nrepercusão\ngramont\ninsolação\nthéo\nfuchū\njeconias\nzeis\nconfirmá\nnetter\ncaapi\nfuchs\nconfirmo\nconfirma\nconfirme\nisopreno\nvegeta\ncompay\nnecessariamente\nshales\nedificou\ntúbulo\nlabyrinthus\nbustani\ncaçula\nfluidez\nangevina\nflorina\ngeoklock\nangevino\nreala\nenxadrismo\nfeno-grego\ntrocassem\nnascidos\nimprovisado\nsignature\nbored\ninvestidores-anjo\nockham\ncaluniosa\nrossiya\ndakar\nabdoulaye\nportinho\nguaxinim\npegadinha\nminoru\ncostumeira\ncostumeiro\nbroome\nizeda\nbaring\ndeparando\nimpeça\nincluídos\nthemselves\npathos\nadmiralty\nbuildings\ngoeze\ncórneas\nbotkin\nembasamento\nesboça\nesboço\npraticar\npraticas\nsalama\nlópez\ndisfunção\nacolchoados\nvedado\nparametrizada\ncombinavam\nexcelso\nexcelsa\nnascerão\nfiocruz\nravana\nilustradas\nengajaram\ncacheu\nwaterworld\ncáries\nliterato\nbastonário\ndegeneram\nhod\ndegenerar\nhoe\ndonen\ngrainger\ntumbling\npunidas\narenque\ninvalides\nhoo\ninvalidez\ncontextualizar\nindicativas\ncoleguinhas\nalgueirão\nindaiatuba\nmitla\nhoi\ncanutama\ndujail\nnadou\nnador\nestufas\nestufar\nrentistas\nfillol\nfillon\noughta\nágua-viva\nobrigatórios\nagitando\nsaem\ngozação\nsaez\ntestamenteiro\nressano\nstrepsirrhini\nromanização\nfluor\nbaur\nplasmódio\ntolui\nchuikov\ndestinados\napelidada\napelidade\napelidado\ninegavelmente\ncanaleta\nrecreacional\nkieran\nchocantes\nmenger\nobjecções\nconfinando\nfura-fila\nretiraram\npinzón\napidae\ncentro-sul\ndracaena\nelbert\nempreiteira\nmixagem\npudera\ngrandioso\nicann\nthesis\nexporem\narchdeacon\nribera\nstorch\nsabrit\ndesmoralizados\níndigo\nreproduzindo\njosephine\nunified\nnão-trivial\ncavaquinista\nnucha\nrecicláveis\nschlesser\nencargo\ncaísse\nbeef\nbeen\nbeep\nbeer\nleloir\nfallon\nspeech\nodiavam\nperguntarem\ntoque\ncibernéticas\nrádula\ndeliciando\nfarroupilha\niugoslavas\nbeylik\npurinas\nkearney\nrecauchutagem\nmolokai\nreli\ncoroou\nrela\nantecipar\nintentos\nantecipam\nintentou\nzines\njangmi\nrelê\nrelé\nstalingrado\ndelambre\nnefasta\nsordi\nsordo\ndescender\ndescendeu\nthirty\ndescendem\nguepardo\npremência\ndisplayport\nredinha\naudiência\nsimona\nfolkestone\nsêmen\nmitológica\nmitológico\nalfinetada\nttp\nhanthawaddy\ncoras\nvermelho-escuro\nhidratos\nequality\ndesabilita\ncorrientes\nserres\nsupersalários\nvanya\nmisr\ngirantes\nbijagós\nbaudrillard\nmouriscos\neutíquio\ncorreão\nflexionados\nrwanda\namplificando\noutsourcing\nmônica\ncoubesse\narroba\n#t\nkadosh\nselênio\nchâtelet\napócrifos\ncontactar\nkoike\nefluentes\narvorada\nsacadas\nkaos\nshaft\naromatizante\nshikibu\naeropuertos\ntíteres\nricardinho\nsiberian\npostulador\nleonie\nleonid\nleonis\nleonir\nmadredeus\nm9iii\nelberfeld\nrepentinamente\nregent\nscénic\nespalhassem\nsubtração\nfantoni\nfabes\nfaber\nfofinhas\naprenderão\ncômodos\nlegar\nsafire\nsafira\nbiscuits\nmojuí\npesquisei\nripple\ntoquelau\nconcentrasse\nisolamento\nisolado\naristolochia\neurodeputados\ndugarry\ngoitacás\nsintusp\npenev\nbubbles\nbarnwell\ntei\ntek\ntem\nten\nteo\ntea\ntec\nted\ntee\ntex\ntez\ntep\nter\ntet\ntev\nte9\nparenteses\nbiersack\nescolhendo\nairplane\nnájera\nbeevor\nsangradouro\nexpocristã\nlumiares\nsexismo\nfenimore\nodontogênico\npredator\ngergelim\nfunttel\nedwina\ntallinn\nbenjamim\noppida\noppido\nsubiram\nsuperposta\nfisicalismo\ninstruction\nrosiska\nataliba\nentroncamento\nwalewska\nurinárias\ncurculionidae\nbustiê\ncustasse\ncauteloso\nvascaínos\ncautelosa\ninfiltrou\nunova\ntocado\nmictório\nprecedentes\nocultar\ncustomização\ninscrito\nequestres\narthur\narrebentar\nhipermetropia\nneurotransmissor\nguizos\nguizot\nstott\nabricó\npressionem\nsensation\nnestrovski\nhistórico-social\ntexto-tipo\ncorleto\ncursavam\ndensidade\nperdem\nkeluharan\nvallarta\nvendiam\nregiane\njoanna\ncontemplativa\nmacaúba\ngêmeo\nséria\ngêmea\nkassab\ncontemplativo\ndescontínuo\ndescontínua\nencaixavam\ntemerosas\nlixívia\nautoproclamou\npérsico\nh99min99s\nacenando\nccds\nsolarenga\ntonalidade\ndespe\ntentavam\nlacres\ndominicais\nnoronhia\ncodigo\nchutes\npós-créditos\ncaça-feitiço\ninchamento\napessoado\nafetados\nfiennes\nnotícia\nnamur\nherbarium\nlpfa\nlpfp\nrapid\nbailado\nmyth\nmonofilética\nsaluzzo\nentusiasmam\nurgel\nvexames\ntaubkin\nbraschi\nsindigás\nmonofisista\ngunsmoke\nazóico\nschalke\nbierzo\nguadiana\naboboreira\ndesenhista\nclassifique\nhydrangea\ncontradizendo\nnordestes\ndeflexão\ntaisho\nesnobes\narnaud\nzenha\nnopcsa\nsimpática\ntreviso\ncopiloto\nberfield\nchitose\nreginaldo\ntragic\ndessalinização\ndesmistifica\ncortés\nnavajas\ninglewood\nacabou\nenroladas\nfrancorum\nterreiros\nfasers\nmegahair\nkroeger\ncortesão\nsegatto\nbeijo\nroustaing\nbeija\nbeije\nhavanir\nelliott\n-se\nfizer\nmansilla\neuronymous\nmaxus\nw.h.\ntenista\nsrebrenica\nmusicólogo\ndorough\nincompletos\ninspirações\nintitulados\nvoluntariar\nmedway\nglacier\nobito\nfilamentosas\ncajado\npincelada\nanatel\nwoodley\ncurtimos\nborrelly\ncatastrófica\nécrins\njurgens\ncicatricial\nbrilharam\ninativos\novino\nphoebe\nordóñez\narmagh\nchillicothe\nporky's\nreedições\nco-protagonistas\nvice-reinado\nrefletivo\ncanoras\ndornier\nsorteia\namnesty\nesfrega\nsorteio\ncontramão\nnf-e\nadjunta\nbética\nbite\nbita\nbetina\nbits\nbeting\ndemolay\ncatálogos\nacabada\nacabado\n__\ndramático\ndramática\nrosemberg\nkriwat\ncloroquina\nvalpaços\ncomprovarem\nouse\nouso\nsubstituições\npeñaflor\napollonia\nkilby\nsucedida\nfavorecesse\nbotvinnik\noprimir\nvideoclipes\ndeterminarão\nguareí\ngreenaway\nshakuhachi\nadãozinho\nsuábios\nbocaiúva\nregulavam\npresidido\nxoxo\nvivem\nrotacionando\napologize\nminotouro\niniciariam\ninformer\nex-chefes\nsediado\nsediada\nimpéria\ntz\ntx\nty\ntv\ntw\ntt\ntu\ntr\nts\ntq\ntn\nto\ntl\ntm\ntj\nth\nti\ntf\ntd\nte\ntb\ntc\nt9\nthese\ntú\ntendenciosa\ntô\ntó\nmalhadas\ntê\nté\ntâ\ntá\napiúna\nt½\nrecém-construído\nplateresco\nvolpi\njughead\njorão\ninstigação\nreinterpretado\nangolanos\ntinturas\nmitrovica\nwisnik\nmolipo\ninconformados\nbrit\nbrio\nbrin\nbrim\nbric\nbrig\nbrie\ndesça\nformosa\ntinie\nassemblies\ndatavam\nconsulentes\ngraios\nforneria\nbondage\notaviano\nmalhão\ncabrini\naviva\nrequisitante\ncbpf\ncbpo\nlechner\nconvectivas\nnatale\nlegislatura\nthou\nnatali\nthor\nthon\nevapora\nevapore\nbangers\narruelas\nbangerz\nfotolog\nefectividade\nairto\ncoríntias\nencilhamento\nmeehan\nmaldosas\nassistirem\ngenial\nprofessos\nparoxetina\nexcretores\nsurtem\ninventara\nleahy\nprometera\nincorrido\njulgaria\nterremoto\ncaseiras\nfocavam\ngravidezes\ndieese\nnoticiam\nnoticiar\ncrânios\nestáva\ngilley\ngillet\ngilles\ngillen\nfíbulas\ncockney\nbonet\nparaopeba\ninterlocutor\ncompostela\nagilis\nmortífera\nberbigão\nameghino\nvitimados\nopengl\nm9a9\ntokyopop\nfacadas\nsomerset\nnocturnal\ntre-rj\nclaudine\nlateralis\nclaudino\nbettencourt\nheitor\nzanatta\ntravie\navantajada\nklestil\nzanatti\nkarlovy\novalle\nkoestler\nhouvessem\nneneh\nnenem\nlienardia\nlancado\nravena\nravens\nfisicalidade\nrunway\nmarchetaria\nkumite\nhasler\nhaslem\ntemplária\ntemplário\nvencem\nvisitava\nrabdosia\nsujar\nsujas\ninervado\nhenrique\nscreamer\nnangka\nimperatrizes\nhizen\nseaquest\nsub-grupo\ngirón\nbillard\navivamento\nprodígio\ndecadence\nanarchist\ncaça-vampiros\nvagões\nhipodérmica\nimpessoal\nvinhos\nhalliburton\nanimados\nanimador\nlasgo\nreescreve\neventualidades\nsaint-brieuc\nimperialista\npartimos\nrespeitaria\nreescrevê\nmutante\nvinculava\nlicenciado\nlicenciada\nmutants\nabernathy\nátalo\ndesenfreada\ncamareiro-mor\noctogésimo\natribuiu\ndesenfreado\natribuia\nfreixial\ncorrompida\ncorrompido\nalbirex\nwissenschaften\npaisagistas\nabriria\ncorsários\npúbico\njekyll\ndell'architettura\nnacionais\nprovindos\nlaranjais\nhelião\nkruskal\nnascendo\ndesatenção\nseptentrionalis\nmamadas\ndalton\nrispidez\nhagakure\nhogsmeade\nnerv\ncirh\nedmund\nbucovina\nchurchill\nnepalesa\nmerriman\ntopic\njogadas\nvagavam\nforçarem\nparadigmática\nparadigmático\namericel\nsinterização\nstatistical\nyami\nyama\nmustelidae\npolikarpov\nbelcar\ndomain\ncondescendente\nlooking\nconvolvulaceae\nescultura\nmascaro\nchuquisaca\ndiorito\nfortaleza-ce\ndoujinshi\ngrajew\nstabia\ncamurati\nembarcadero\nsidekick\nmelanie\nrastejar\nbiográficas\nfifty\nclarividente\nnotting\nfifth\nmodularidade\nzoli\nzola\npaparicada\nkaura\naquática\nturco-otomano\nwied\nwien\naracnóide\nantárticas\norgulhosamente\nmorrido\npapista\nextravaganza\nextensible\narmour\nolaru\ngloire\nabunã\nconfiabilidade\nproduções\ncrepúsculos\ncmdca\nsobrevoos\nseine\napelado\naprendo\npenetrante\nagenesia\ninfelicidade\nglabrum\nprostějov\nvickie\ngigli\ntendencies\nmayrinck\nhipônico\nfilantrópicas\nrojões\nbova\nbovo\nalbarrã\npalito\nacordeonistas\ncabinda\nswick\ntransplantação\ncarira\ncanindeyú\nmicrocefalia\nracionalizar\ncariri\ncarnota\nulteriores\ncomprovante\nreeleições\ntivesse\nhemorróidas\nfundiria\nsociológica\npisacane\nsociológico\ncumbica\ndistribuirá\ncastores\nqualidade\nncr\nkac\nkad\npromiscuous\nkah\nkao\nkan\nkam\nkau\nkat\nkay\ncompreendia\npermaneci\npermanece\ndesvairada\ncartola\nrandi\nrando\nrande\nrandy\nrands\nedelman\nacusada\ngloriosas\nlonny\nreconfirmado\nidílico\nidílica\ndisponibilizar\nmalaui\nguanina\nsanitarista\nlubango\ncobiçando\nmyotis\nolder\ndatando\nja99\nsaprófitas\namanheceram\njournalism\nmundinho\ntulherias\npeitorais\ntombamento\nfurmankiewicz\nketsana\nprovisionamento\n9-99999-999-9\nenade\nevocativas\nsportv9\npicket\ncolonel\nedésio\ncrescemos\nsem-terras\nnahuatl\neliminam\nlancellotti\nfragata\nchisso\ntřebíč\nwomanizer\ncyprinodon\ninstituidor\ntriplice\ntriplica\npotiguares\ncomido\ndissolvendo\npotências\nneurológicas\nescolhiam\nsipaliwini\npotêncial\nsuperprodução\ncoxia\ncoxim\nconcretizados\nhikikomori\nrefilmar\ncyril\ncouric\nrebolation\nzenital\nbronson\ncampaniforme\nspaniel\nreaparecimento\nlamé\nfestejada\nginásio\nelegidos\narcelor\ndosa\ndose\ncomentaria\ndoss\ndost\ncomportará\ndesbravou\nauriol\ne-mail\nkamila\nreceber\nfresquinha\nsanji\nsanja\ninconfundível\ntrevorrow\ndésir\ndestróieres\nrun-dmc\nibovespa\nbelisario\ndragoon\no'lantern\nnascentes\njefe\nprecaução\noriginará\npingue\nyoshihiro\nniilista\nsoldan\nsoldar\nippo\ndaley\nhelmuth\nbeaugency\nyáconis\nmaiorias\nexclusivista\ncancioneiros\nsúber\nporta-a-porta\nromaji\nfundados\ngettysburg\nreagentes\nvivre\nlannoy\nasturiana\nconstrucionismo\nex-cunhado\nshafter\nka-zar\nneocolonialismo\nsituam\nirrevogável\nmoncla\npendura\npendure\nhollywood\ndesgrenhado\noftálmicas\nliberación\npendurá\nextremistas\nex-vice-presidente\nm\ngrosseria\nsaboroso\nsaborosa\nbárbaros\ncontrapostos\nmomentos\njanelões\nchamblain\ncotovia\nfrequentadores\nmigliaccio\nunp\nuns\nunb\nunc\nund\nune\ncasimir\nuni\nunl\nuno\ncalafate\nitapuí\narroyo\nitapuã\nirreversível\nkistler\nlachman\nmajdanpek\nrosadas\nenterram\ncristaliza\nenterrar\nendurecido\nastana\ncombatidos\nmusique\nbondoso\nabsorções\nweiner\njens\njenn\njena\nrubicão\ndiferenciavam\npossuía\ncuriosidade\nentremeado\nentremeada\ncitaram\nversatilidade\nverificamos\nchozo\nnasda\nfabão\nmanter-se-ia\npossibilitem\nprófi\neasyjet\nheróicos\nurata\ninibições\ngastador\nmangaká\nsandrine\nazinheiras\nprimalidade\ntecnécio\nvergílio\ninvernante\norçamentos\nelogiosos\nprinsloo\nempreiteiro\nsantidade\nduritz\ndesembarcava\nlúgubres\nhoult\nincunábulos\navizinha\ncentopeia\ncoladinho\ncoladinha\nrastas\ntaft\nmaldaner\ncoelogyne\nsecondary\ncapillaris\nsobrevoaram\nfundeio\nløkke\nmasculinas\nassolaram\njostein\ncorrectamente\nnimoy\ncíclicas\npisoteados\nrocko's\nraridades\nproximal\ndesconstrução\ngravina\nvilas-boas\nksenia\nsneaker\nsabugueiro\nsairiam\npressupor\nkelis\nkarmann-ghia\nsuburgatory\nrepovoamento\nbirdie\nfranchising\nchrysolina\nhygromiidae\nnívea\nnível\nchris\nnão-interferência\ndesrespeitaram\nalbrecht\nabrigos\nabrigou\narquiduques\nbleach\nioniza\ngarantirá\nvetoriais\nfujigen\nmehler\natravessadas\nbreakdance\nadvice\ntubarão-branco\nesfria\ntorquata\nsizemore\nzg\nnicotínicos\nkonbaung\nzx\npolotsk\nrobozinho\nesperanças\ncapacitivo\ncapacitiva\nwonka\npraxíteles\nbarraca\ntimiş\ngenipabu\nvergil\npi-999\nbusters\ngentio\ngentil\nboyzone\nprofissionaliza\nacrescentado\nletting\nalper\ntranscriptase\nserralheria\nopressiva\nopressivo\nderredor\npredominava\ninstantâneamente\ndobragem\nbatons\nbatoni\npolygonaceae\nkardecistas\nlydia\nparnos\nacabamentos\ndaimler-benz\ndesktops\nfofocas\nex-modelo\ndeslumbra\nsósia\ncintilação\ntroyes\ncerf\ncera\ncern\ncerj\ncerh\ncert\ncers\nuriburu\nakasha\nakashi\nthevet\nnervosamente\naxiom\nack\npuxões\naco\nacs\nharmonizar\nharmonizam\nquemacontece\neliminadas\nvenetia\nlatham\nhérmias\nsemprônio\nantevéspera\ncabia\nhispana\nhispano\nbjörn\nbnei\nmarton\nociosas\najardinada\nailey\ninconstitucionalidade\nfranco-argelino\nperformou\ngilman\ngilmar\niziane\nkreuz\ncortou\ncortot\nexcerto\nfefe\nsaquinho\nestrangeirismo\nbromélia\nsofressem\nparalelo\ncomprimem\ndesarrollo\nfardado\npepper\ngeológico\nantidrogas\ntranquilas\nmatutinos\ntopless\nmanifestantes\ncroácia\nhonrando\nex-namorada\nex-namorado\nkrause\nprofumo\nacadêmicos\nmarmeleira\nzenildo\ncadenciar\nqwest\nhemobrás\njr99\nespremidos\nstraw\nstrap\ndesenhado\narmênias\ndesenhada\ncandelabro\nagrupa\npensadas\ngiannotti\ns.m.\nagrupá\ntransitável\nmajoritário\nequívoca\nequívoco\nobserváveis\npós-traumático\nednaldo\nso99\ncelebrasse\nmurder\npictoris\nfranqueado\nthough\nbrüning\njirachi\nechizen\nbonnier\nreprodutores\npaternalismo\nconclamava\ninfluindo\nreferiam\npucará\nmatthäus\naviación\nabóbada\nclériston\ncommunion\nenriquecido\nnanismo\ndraconiano\ndraconiana\nlacerta\ntyson\ndeneb\ndener\ncrominância\nmileage\ninside\nchapter\ncowboy\nexpositor\nestacionários\npopulismo\nhidrossolúvel\nheinze\nescrevente-chefe\nrising\ncavernoso\ncavernosa\nfederation\ncalecute\nmisteriosas\nchegávamos\ngolpes\natrapalhada\nsuppl\nhandler\nhandley\nenxergando\narago\ntraquinagens\nrefugiara\ninflexões\ncutucar\nbiogênese\nal-assad\ncontra-chefe\nantenna\ncamafeu\nhélade\niam\nian\niae\niad\niag\niaf\niac\niab\niau\niap\nias\niar\ndellingr\nassaltante\nordenou\nsella\nsells\nworsnop\nrépublique\naspen\nrahner\nasper\nveiculação\nimaginações\nenigmática\nenigmático\ninterativo\ndramas\ndestaques\nfarmers\nturbos\ndestaquem\nproteico\nproteica\ntransbordou\nfindar\nfindas\ninclusivas\njogavel\ntanoeiro\nmorano\nmorane\nmagiar\nimperdível\nsouledge\nmikkola\nschwaben\nfanal\nfrequentadas\ncompartilhar\nbiomedicina\ntacto\nbrechós\nregard\ndemostrando\nbaccalauréat\nalgébricas\nbertold\nbertoli\nquvenzhané\nbertolt\nconservado\nconservada\ncrivelli\nperaí\nperas\nlouvre\nperal\nwhat\nwham\napurava\ndema\ndemi\njosafá\nwrestler\niozzi\ntaquaruçu\ncorfu\ncorfe\ndemy\ncatalog\npersonalidade\nrollemberg\nabstenção\ncommunities\nacostumar\nacostumam\nduchess\nlecionavam\nisómero\nconstrictor\nsubstituíssem\ncariacica\nregazzoni\nperegrinações\narrepiantes\nwalace\nmülheim\nnullius\nimberbe\nexpressionismo\nkagami\nsrougi\nconstará\ndesmedido\nanouk\nlaçado\nlaçada\nvedanta\nvalladão\nvolkoff\npanahi\ndecline\ndeclina\naforamento\nenquadrados\nbalrog\nquintessência\ncoesas\nromarias\nkimono\npnbjr\nnantes\nbehistun\nestarem\nestarei\nprimeira-pessoa\npelintra\naudiovisuais\npossuidoras\ndiclorometano\naterrou\npatriae\nweir\nwein\nweil\nnaisso\nsefirot\ncm²\nfiles\nfileu\njunior\nexaminer\nduplos\nrainy\nrains\nnão-linearidade\nrainn\nraine\ndebilidades\ntruks\ncomportamental\nrockfeller\nsuplantou\ngory\nbreathing\nespancar\ndeslumbrantes\nespancam\npernambucanos\nbandeirantes\napelavam\nprestava\njubilado\nperdurado\ntransformação\nperiféricas\nascomicetos\nfumando\nnabucco\ntraidores\nrezando\nconveniados\ncontra-golpe\nokeh\noken\neurodeputado\nenfatizado\nenfatizada\nsindel\nencarnam\neslovena\nencarnar\nesloveno\npitarelli\nnúmenorianos\npeers\npapke\nsancionado\nrecipientes\ncoripo\nwaldorf\nfujitsu\nrestringi\nrestringe\ntematiza\nreggiana\nreggiani\npoka-yoke\nconcordantes\noceanógrafos\nbacteriologista\nbelta\naltenhofen\nprévio\nbaruel\nprévia\nmontalvo\ncongestionar\nnoruegueses\nhindu\nhinds\nhindi\ncoxo\ncoxa\nousaria\nhindú\ntentarei\ntentarem\nespraiadas\nlobby\npoderia\npoderio\nsmits\nndë\nscared\ncarnoso\ncarnosa\nndh\nndb\nndp\nnds\nconcordante\nocupados\ngaulês\nexcitadas\ncakoff\nu-matic\ncaprivi\nprestativo\nfirestorm\nprestativa\nbartolomé\nbrazuca\njudex\nsinótica\nrepteis\npressionados\neucatur\nmicrocirurgia\nexcedido\nadnan\nchukchi\nvultosas\nfloridas\npalena\ndançarem\ngovernador-geral\nappomattox\ntachado\ntachada\napliquei\napliquem\napliques\nmillers\naconteça\nnyfcc\nshackleton\nkikuchi\ndivas\nafetará\ncominhos\no'shaunessy\nprim\nprix\npris\ngoodnight\nlianas\nconceptualização\nreconstruido\nreconstruida\nschmier\nestéreis\nfemo\nfemi\nduplicando\nfema\nespiada\nmoody's\nóticas\nkochanowski\nmultiétnico\nex-superintendente\njedediah\nquasar\nfurtivamente\ntecnocracia\nremediar\nex-árbitro\ntoron\ntoros\nonda-partícula\nrighi\nsafim\nsavile\nsestércios\ncajueiro\nesponjas\nbeneficiarem\nepps\nmediterrâneo\nmediterrânea\ngovernativos\ndeutschen\ndeutscher\ncaiobá\nbadge\ninseparáveis\npasión\nfilatelia\nmetalcore\nvigiando\nstress\nprotegerá\nstresa\npowiat\nrespeitoso\nrespeitosa\nsuspenda\ninovaram\nfaia-da-terra\nsuspendê\navisadas\naside\nchrystian\ngreco-latina\nperjúrio\numbrais\nestandardização\nfraudulentas\nmaggioni\ntipógrafo\nsubártico\nmacumba\nété\nparmesão\nrepresentaram\nmixtape\nplaca-mãe\nsuperadas\nemocionei\nalugando\nwalkinshaw\ntetracloreto\ntalhe\ntalha\nendividamento\nsagrava\nlegacy\nitalia\nmenonitas\ncrédit\nlapenna\niwamoto\nretranqueiro\ninimputável\ncuriel\nvilafrancada\nfaunos\nteletv\nfitoterapia\ncolidir\nvotava\nmaly\nmalt\nmalo\nmali\nmala\nrendeira\nrendeiro\nmalú\nmalê\nmalé\ncaballero\nannapolis\nmalá\neditados\ncavernícolas\nsupra\nbroadway\ncruzadores\ngreco-cipriotas\ninspirava\nwala\nintuitos\norago\nmolecular\nnevogilde\nsecretarias\nrusselia\nfroch\nfarrapos\nbrack\nbraco\nuer\nbrace\npreencham\nolivetti\nautuadas\nafastando\ndadores\nheraclonas\narceus\nfascínio\ntransmissor\ntootie\nmanguezais\nmajesty\nnortheastern\ncontando\nexposta\nnugent\nrecém-fundada\nrecém-fundado\noptimization\nqualificados\na.r.\nosciloscópios\nprelazias\nleoni\nleona\nreverter\nreverteu\nassinatura\nburil\nburin\ninformações\nkreisreform\nibam\nfeicon\npetrie\nneuwirth\nglyphostoma\ntirosina\nservers\naraucariaceae\nvararanes\njoinville\nraging\nsørensen\npadrões\nbudva\ngravura\ndoña\ncriptologia\nbarbitúrico\nalençon\ndestruirem\nmisérables\ncifrões\nwels-land\nsociedad\nofélia\nterça-feira\ndurga\nsublette\ndurge\narrastam\nalfas\narrastar\ngraxos\nblocks\ncalahorra\njulien\ntadao\nrivest\npoulton\ncorregedorias\napontamento\ncongregational\n9.999999\npiscava\ntelexfree\nwilmington\ngurdjieff\nrimas\nwird\nconfirmar\ninviolabilidade\nscrolls\nmeistre\nsubstitutos\nfigurões\nacriano\nacriana\ngotha\ncapotou\nencaminhará\nfuturama\npermuta\ndesfocada\nmooca\nkeystone\ncreditaram\nprotões\nbem-estar\nmansell\nyeshe\nyeshu\ninstrumentalidade\nbarbosella\ngananciosa\nganancioso\ncopperfield\ndunant\nsuicidal\najoelhando\nsuicidar\nsuicidas\nwaring\nretirar\nretiram\nd'almeida\nhidrológicos\npantha\ngalaxie\nbrill\nvampirismo\ndágua\nsincopetro\nvaivém\nulmo\nulme\nferimento\nquixadá\nbilhares\nmíssil\nincia\nincio\nenxergue\ntropicaliente\nrotineiras\njucá\ndudelange\ndiaconisa\nfliperamas\ngeena\nalvoco\ndiouf\nktm\ncedars-sinai\nmagé\nartículos\nacusam\nsaadiana\nsaadiano\nfítia\nfaucigny\nterceirizar\nbiritiba\ndrenando\nsuperfície-ar\ncomunicadas\ncavea\ncaves\nfestivais\nstranglers\nmuir\nampliações\nmorumby\nfardamento\nestabilizados\nwladimir\nardência\nbeloeil\nkanun\nfrémont\nvictim\npac-man\nanberlin\ntocamos\njean-françois\ng9iii\nkriya\nliteratur\nconspícuos\nd.o.a.\nhernandez\nsauvage\nhinkle\nesguias\ntiergarten\nscores\nelbrus\nmasaharu\ndesativação\ncontendas\ncolocá\ntb-9\nmuçulmano\nmuçulmana\ncatch-99\npécora\nexperimentava\nparticipação\norígenes\nfarnace\ncluj\nclub\ngiromitrina\nenvelope\nclue\nneápolis\nauscultadores\nmanuelino\nvapores\nmanuelina\nf.e.\ndocerias\nkaulitz\ndesenvolvê\nimaginá\nbarrameda\ndesenvolve\ndesenvolva\ndesenvolvi\ngoiânia\nsinusites\ninverte\ntomahawk\nremador\nhelton\nbasílica\ndetendo\nrideau\nsiesta\nfornecerá\nbífida\npalhota\ninteligentemente\nporta-enxerto\ngabinetes\nsobrará\ninstitucionalizada\nalistado\ninstitucionalizado\naromáticos\nconscientizando\nunificaram\nnearby\nzeno\nzena\ncangote\nrobotnik\nslifer\nmotonáutica\ndarkseid\ncucujães\nporthos\nmedalhística\napologista\ncanedo\ncsicop\nexpressou\ncomentadas\naditivas\nobsta\nparachoque\noverwatch\nreacções\nacyr\nceará\nsemear\nostentação\ngalo-romano\nluso-brasileiros\nseguirão\ntrainer\ntrainee\npulveriza\nfuncionassem\nbixiga\nfloreios\nsömmerda\nruda\nrude\nrudd\nrudi\ndeleções\nrudy\nconvenceu\nconvencer\nconvencem\nfrequentador\nfancy\nángeles\nimpressionistas\nmagi\npoderiamos\nconverterem\ne.l.\nmacrófagos\nsecções\nprevalência\nkokoschka\nsultanahmet\nnias\nutopia\npitico\nagapornis\nazerbaijanos\nväisälä\ncelebrities\nmultilateral\ncopagril\ngasoso\nsetubalense\ncuervo\nbasement\nmontmorency\nchegar\ngestalt\ndigitada\ndigitado\nfinalizada\ngrotesca\nmadeireiro\nmadeireira\ncrónicas\ntoyota\ncooptado\naliadas\nnitrometano\nregata\nrumer\nvazado\ntarudante\npentagon\nhekmatyar\npronaos\nbaumeister\ndescontinuar\naviamento\nu-turn\nreacender\nfarma\nfarms\ncabezas\nchailly\nhi9\ncontratorpedeiro\nolaf\nolas\nolap\nolav\ndiabo-da-tasmânia\ncdh\nregufe\ncalifornianos\nparaquat\nconformity\nrpg's\nhis\ncomerciária\ncolorau\nhia\npublique\nmalhando\nmasses\ncarmack\nnefitas\nkoller\nesfumado\nbarr\nhorseman\ntelepático\nprovocariam\npitaluga\nneck\nsegregadas\npindoretama\naquos\nestero\nnoivaram\nimportance\nnimtz\navogadro\nlisting\ncouves\noperava\nquitandas\nentediantes\ncarregavam\nconsultivo\nempurrá\nconsultiva\npassava\nrestabelecido\nrestabelecida\njls\njla\ntaguear\ncladogramas\nmísticas\ngoianos\npirofosfato\ngritantes\nantônia\nengenheiro-mor\nlistradas\npernik\npernil\nbloodworth\npaweł\nsofisticada\nsofisticado\nfaixa\nrebatimento\nmcdougal\ncolaborador\nintensificado\nintensificada\ngrudados\npentagram\njapanese\nbrinquei\ncatadores\nmotorizadas\nvalônia\ncecchi\ndissimulado\ndissimulada\naxiais\nkillah\nazoia\nkampmann\nsacolas\noperariado\nmodificativo\nlozère\naharon\nroupinha\ndioxigénio\nroupinho\ncornerback\nmaroni\nmarone\nsingularity\ncaixeiros\nharuhi\nredding\nidanha-a-nova\nlegendada\nexxonmobil\nlegendado\nprefixos\ntúneis\nameixa\ngreenbrier\nis-999\nporecatu\ntonnerre\ndeduzir\ndeduziu\nafonsinho\nschweriner\nkj99\nfavoritos\ndisseminadas\ncredo\nadiar\ngentry\ndesestruturada\nethel\nying-yang\nether\ndemover\nhorizontalidade\nvisualizou\nroland\nsacramenta\nsacramento\nvanga\nindefinível\ningenuamente\nalasca\nalagoanas\npropionato\nimpulsioná\nkanban\nblakey\nimpulsiona\nidiomas\nmonsters\npratânia\nnutans\nhuntington-whiteley\nurrea\nuntitled\nchapelin\ntampões\nhirão\nmilt\nmilu\nmily\nmilf\nmile\nmila\nmilo\nmill\nmilk\nmili\nvestmannaeyjar\nantifascista\nacessarem\nperazzo\nmilú\nmilà\nmilá\nretornarem\nbirkenfeld\nearthquake\nsp-999\narrematar\npera\nperg\npere\nperk\nperi\nperm\npers\nperu\npert\npery\nmalory\nsamkhya\nmandará\nexistirão\nperó\nretratasse\ngrafados\ncaraguatatuba\nbernabeu\neroles\nmanipularam\nrhinanthus\nsatisfatório\nsatisfatória\naprendidas\ncabra\ncabri\nobsoleto\nhoplitas\nexpatriado\neliminaria\npapel-alumínio\nroseno\nexplicavam\nselêucidas\nmiddletown\npornográfica\ngrotões\nkrebs\ncolarossi\nnegociamos\nco-ordenantes\nmixando\nvisigóticos\ndueña\netops\nempezar\nfatais\ndesqualifica\nsatanistas\ncrisógono\nindustrie\nindustria\nrestauro\nestrogênio\narável\ncintos\nmistérios\nextensivo\nextensiva\n999.999\nmoliére\ntheravada\nraptores\nsíncrotron\ndraculea\naussie\nríspida\naçougues\nnimzowitsch\nviscount\nbruder\nrechaçou\nkinkaku-ji\ntriplicaram\nkomarov\ncanivete\nrealizasse\nolajuwon\nbowers\nbowery\ncromatismos\nusinado\nflertou\nfriedrichshafen\nalveolares\ndesonroso\ndesonrosa\nda99\npirateadas\nmonóxido\nturnpike\nbleuler\nimpressionaram\nrejeitara\nduffy\nquickbasic\noberdan\nokw\noka\noki\nokh\noko\ngodas\nbatedores\noká\nfofura\ncondescendência\nnewell\ncoletadas\nanthems\nmiraflores\nfröhlich\nfullerton\nconformado\nestocar\npodendo\npcdob\nlagache\nroçadas\ngruda\ngrude\nex-número\ncontraditória\ninfortúnio\naniões\ncatólica\nrolleiflex\nnudista\nruptura\ninstalados\ninstalador\npapél\ngambier\neiji\nex-secretário-geral\narrazoado\nrevisitando\ndesalojar\nreatar\nvocações\nbardini\nhandbook\ngp99\naltis\nalcides\nkempff\npegava\ngrogan\ncomandadas\nboazinha\natonalidade\nex-auxiliar\nmessiânicos\nprogênie\napagada\nconcepción\njudiciários\nlenho\nlenha\norleães\nsaques\ncomentasse\ngurs\nk'naan\nredução\nsweeper\nfatímida\nserre\nserra\nserro\npisam\ncompetiria\nhumbuckers\ntornar-se-á\ntelemedicina\nalbertão\nacelerado\nacelerada\nsubconscientemente\nloved\nloves\nlover\npós-99\nrevelins\nlutero\nguiné-bissau\nmuskogee\nesmagadores\navraham\nmitoses\narrefecido\narrefecida\ndestruídas\nanstey\nvr9\nenturmar\nrecuados\nshekinah\nvrs\ndentaduras\nvrg\nvrh\natlética\natlético\nemblemático\npontuado\npontuada\ndesviarem\nwhymper\nelencado\nniro\nqualitativo\nqualitativa\nbitínia\ntacar\nkoga\ncorpse\nianques\nhost\nhoss\nsonnenstein\ndesembolsando\nalcaria\nbuckle\norar\nsobressaía\ncasamansa\njamón\nperiódicos\ntesoureiros\npicchi\npicchu\nhipoxerófila\naguardado\naguardada\nmeningite\ndeficitários\ncontratante\nj-99\ninfantil\ninfantis\nestrela-do-mar\ncholdra\natassi\nagrários\nallison\nrechonchudo\nrechonchuda\nnecessitava\ngenova\nfincar\nsainte-colombe\nslayton\nmoraceae\nfrevo\nsinais\nkleine\nkleina\nfantazzini\ncaesalpinia\nrecolhidos\nveículos\nkonoe\ninstalou\ndeputadas\nhorologium\ntransparece\nportulaca\nmajesty's\ndavidiano\ndesperdiçam\nrs-999\naderir\nmilanistas\nsolteirão\nufrrj\nelucubrações\nbrüno\narariboia\nabsolutos\nroménia\ntransístor\nehime\nafegãos\ndindigul\nrepresentarão\nmeisner\nsb999\ntrêmulo\ntrêmula\nkuzmin\nrollerball\ndevasso\nmetragem\ndepen\nresolvessem\nincomparável\nceiba\nsergiodavila\narrebatadora\nzanella\nantagonismos\ncine-teatro\ncambridgeshire\nmemorian\nmccormick\ncrassispira\nmemoriam\nbridgetown\nsagittarius\neginhardo\nderrubou\npluralista\nonew\nfuzilaram\nretiramos\ndeviantart\nbalanced\nretorquiu\ntermoelétricos\ncedessem\npanionios\nendodontidae\nshirliano\ncrowded\ncolosso\ngimnàstic\ncrowder\n#eikegentecomoagente\ndoutor\nbateau\noliveirinha\nnervosas\ncadogan\nmostardeiro\nromildão\nportocarreiro\ncomê\nimprovisou\ncausadoras\nimprovisos\nruído\nconjugais\ncomi\ncomo\ncomb\ncome\nvacacaí-mirim\ncervejeira\ncervejeiro\nsinapsídeos\nuretrite\ndeitar\npollux\ndeitam\ncircos\nwe've\npreparos\npreparou\nchonan\nshoji\nalmirantado\nmentmore\nprovados\nprovador\ncontorcionista\nestilhaço\nneurodegenerativa\nrestauração\nauto-estima\nhard\nenglobou\nricocheteou\nshauna\ndookan\nbritain\nfiemme\nharu\nhart\ncalls\ncalle\ngregson-williams\nmpb-9\ngeoparques\nqx99\nchoices\nrotarianos\npellegrini\nsuddenly\naltinópolis\njihlava\nuniverselle\nberti\nberto\nberta\nweimar\nlogarítmo\ncomparações\nthalía\ndetectaram\nproblematização\ndmitriy\ninflamável\nflagelação\nvocabular\nvliet\nsorvetes\nempenho\nempenha\nevolutivos\nadmirações\nanimosidades\npara-choque\noakes\noligarquias\nautomatizar\ndurán\ncorralito\nderry\nloide\nvitoriosas\ndunfermline\norphanage\nargélia\nexcecionalmente\nhelicoverpa\nsimbolos\nobie\ndinamizar\ndesviasse\ndeportar\nanalysis\nessanay\nь\nempatarem\nbombeada\npassarell\nanny\nanno\nanni\nconspirar\nanne\nparamétricas\namblyopone\ncasablancas\nbrest-litovsk\npmes\ndesmoralizando\nfraggle\npersonificações\nselvagem\nsepp\nnoticiários\ncfn\ncfo\ncfl\ncfm\ncff\ncfg\ncfe\ncfc\ncfa\ncft\ncfu\ncfr\ncfp\nestratificadas\npalminteri\nkalamata\ncf9\ncampânia\nherzog\nlaureou\nantracito\nmūsā\nartium\ncangaceiros\nantitanques\npostergação\ndescartam\nwillibald\npibinho\nantenada\nantenado\ndescartar\nbofe\ngeladas\nreeve\nchoveu\nchover\noradea\nsuellen\natreladas\nbrush\naristagoras\nondulação\ncilíndricos\naccent\npeoria\nfernandinas\nescandalosa\nescandaloso\ndela\nflorim\nflorin\nflorio\nadotada\nfloris\ncentra\ncentre\nkildare\nburgo\nteses\nteseu\nviquingues\neggleston\nfarsalos\nkoryū\nbonumá\ntiers\nfalsamente\ntelescópio\nluso-descendente\nrubro-negra\ntimorenses\nespecificidades\nadversa\nadverso\nkoryu\nkoryo\nmère\nlogísticas\nsecchia\nsecchin\nautografar\nmc99\noer\nsiemens\njs99\ngeomorfologicamente\nsetti\nsetta\nsette\ndinamarca-noruega\nguisande\nbrundage\nmalagoli\nmalagola\nreformas\npercival\nsequestros\nladeadas\nsequestrou\ninterveio\nkerouac\nolhasse\ndevoniana\nsobrepõem\nclara-a-velha\nplanejamento\nchiasso\ntelevangelista\nafrodisíacos\nefetuado\ncaniçada\nalcantarilha\nbanhadas\nreunirão\nravensbrück\nbaterá\nencampadas\nconcertou\ngrávidas\ng-vírus\neia-rima\ntísica\nmicrosatélites\nencalhados\nparticipaçao\nsumirem\nberlioz\narbustivas\napoiadora\nkiya\nthanatos\ncradock\nmutuca\nmatriarcal\nmatriarcas\nplate\nplata\nplato\nplath\nplatt\nespádua\ncaribe\nplatz\nbielsa\najudante\npinon\npinot\npinos\nplatô\ncaribé\nhillenburg\nmestriner\netelvulfo\natiravam\njudgement\ncaseiros\nasi\náurea\nsemântica\nmegaprojeto\nthibaud\ncaptive\naltoona\ncaptiva\nbotton\nbottom\ndesbancado\nbraccio\nstarring\ndrogasil\nbudas\nxpto\nmodulante\njardines\ncacareco\nindutores\nfoligno\ncandaar\ngibbons\ndesleal\ngregoire\nosage\npireno\nesclareça\nbiônica\nesclareço\nbiônico\nvicens\nprahova\noutracoisa\ndida\ndido\ndidi\ncaracterizar\ncaracterizam\nportadores\nanalisará\nseguirem\nclássicas\ncorsaire\nzoé\nzoë\nmetafóricos\njewels\nphinney\nzoe\nzog\nzoo\nzou\nalair\nadornando\nsistólico\nsiluriano\nsantin\nescolhidas\nvogais\npré-eleitoral\ntikh\ntiki\nsidekicks\nvendem\nvender\nvendeu\nco-irmão\noligúria\nalcançam\nentregar\ngeordi\nentregam\niver\nfigurarem\nfrasco\nfilosofar\nribatejo\nsoldadinhos\nvitela\nvitelo\nlillestrøm\nenteada\nenteado\nreafirmação\nalferes-mor\ncrişul\nbongos\nborel\nvideojogo\npalmada\nholístico\nholística\ndiscutia\ndiscutiu\ndiscutir\nraga\nrage\nrags\nragu\ntrajetos\nsantamarina\namand\nretrai\nlinebackers\nlightfoot\nbaugh\nholman\ndeparado\npreconizando\norganizados\norganizador\ncorajosamente\nlinguista\nrenegociações\ndiretor-gerente\nabegás\npredisse\nstonehenge\nmehr\nihi\njuve\nvariant\nloudness\nzaitsev\nisaak\nisaac\nlaprovittola\nsimbólicos\nsanguinários\nquiñones\nvilmar\npyne\ncronômetros\npontilhada\ninserções\nresguardar\nuxbridge\nbóia-fria\n9,99999999\nvimos\nrepetitivamente\nsintetização\nremedy\npodocarpaceae\nnoize\nbalcões\nleoncavallo\nwarfield\nirecê\nraiders\nnabi\nkring\npreservam\ncategate\nn-ésimo\nrecebeu\nn-ésima\nmourinho\npós-impressionistas\ngeneralistas\nimpunidade\nfranqueadas\nspecierum\ncúpula\ninformacional\nmundaú\nministerio\napaziguou\nbionicle\nvinculações\ndizimação\nakuma\nfranco-britânico\ncorrelacionando\nwilsdorf\nperceptíveis\npridgeon\nreconstroem\nvaleskinha\npilhado\nestudar\nestudam\nignoravam\ninsight\ncambota\nsempla\naeronautica\nergométrica\nisentos\nprefeitos\nregistar\nregistam\nmatthias\nansiolítico\nallgemeinen\nriise\nrevenda\ncircinus\ntonight\nsacolão\nmachinima\nempacotar\nreembolsos\nglamorgan\nmartí\ntaxonômico\nedifíco\nmarty\nescrutínio\nmarti\nmarth\nmarto\nmarta\nmarte\nboyer\ndiretoria-geral\nrb9\nproto-indo-europeia\nrbu\nrbr\nrbn\nrbd\nrbc\nrba\nsintetizava\nrevisando\npireu\npires\nagronômico\nagronômica\notoni\nsílabas\nvisivel\ntechnet\nfundições\ncruj\ncrub\ncrue\ncrux\ncruz\nvalidamente\npuxar\ninterdiocesano\nimaginara\nimaginary\nespiritual\ncurativo\ngrupo-irmão\ngarbo\nomonia\nazulejar\nlancelotti\nmédicale\nmcgillicutty\nascap\ncapenga\nmauritânia\npocinho\ndesmerecendo\nitaim\nghraib\nloveland\ndelinqüência\nladder\ncavalgando\nmabuse\nserotonina\nplanejei\nkirin\ngaúcha\ngaúcho\ningen\ninger\nbracarense\nmurciélago\nsistémico\nsistémica\nketchikan\nfascinado\nlibidinosos\ngears\nnichts\nassopra\ngreco-católicos\nmaceira\nmarkley\nbeloved\nrebolou\nzuzarte\nvaga\ntúnis\npassinhos\nrainúncio\nreparações\nclient\nyamaha\nopenings\ntartakower\ndelatar\ntenko\nparatibe\nmancais\nafro-brasileiros\ncontrabandeadas\ntelefona\ninvés\ninjury\niêmem\ncompararam\nrepartir\nrepartiu\ndesviar\npostscript\nrepartia\naventures\nwalton\nconcordo\nconcorda\npromessa\nconcorde\noltp\ncélticos\nsarados\ngua\ngui\nguo\ngun\ngum\ngul\ngus\ngur\nguy\nmértola\nfrescobaldi\ngué\nmujica\ncolbert\nslough\ntrincado\nplagal\nrunciman\nunicameral\nchip\nsogra\nchin\nchim\nchic\ntúrquico\nkuro\nkuri\nkure\nkurz\nkury\nkuru\nredoutable\nmba\nmonárquicos\ndrop\ndrow\nshaftesbury\nkummer\ndímeros\ncascaes\nespartaquista\ncapades\nprojetores\npeles\ntingidas\npeleu\nacionadas\nlacombe\nloki\nloka\nofícios\nindolente\nubíquo\nmordedura\ninterregional\nbelluzzo\naquosa\nreleituras\nbrigadeiro-general\nbreak-up\ninternamento\ntonumber\n9999-99-99\nconcentrando\nvariegação\ndifração\ninterscope\nlyte\nváclav\ncantos\nprotéico\nkurtzman\nneuss\nneusa\nhomiziados\ndrayton\nborder-top\nß\nposturas\npetty\nodete\nodets\ncriminosamente\nclaudinha\ngandhara\nlucrou\ncondeúba\nresolveria\npreferissem\nwml\nwma\nwmf\nsatisfaçam\nsegway\nsensualizou\npub\npuskas\npentateuco\nnevoeiros\ngraptólitos\nmantemos\nadán\nturibio\nermírio\nbusse\nbussi\nbussy\nrespaldar\nconcebemos\nreprimiu\ncyperaceae\ninterativas\ncourtauld\nchuvosas\nfelipa\namenizar\nalugavam\nfrontale\nsituado\nfílmica\nemigrada\nadu\nade\nkärnten\nsombra\ngrabeel\ngilliard\ncrisântemos\narturo\nfortificada\ngv\nmacróbio\ntaxonômica\nsaola\nbagautinov\nmtv9\nfisioterapeutas\nitalian\nkardecismo\nrebocadores\npolitik\ngg\nincompatibilidades\ndescontração\nkirmayr\njanículo\nbuerarema\nrepetimos\ndraga-minas\nzinaida\nlágrimas\ngalero\nneruda\nquerida\nquerido\nrohmer\nronald\nmaffesoli\namda\nbikram\ndiscordo\ndiscorda\ndiscorde\nrepelir\nfíbula\ndarkly\nbarksdale\ndesconexa\ndesconexo\nwrapper\nwrapped\ntiranë\ncaracórum\npuros\ndefasadas\nvisakhapatnam\nfriedenreich\ntirant\ntirano\nfigline\nmombaça\nbonapartistas\nportari\npelúcia\ntelling\ncapitalizados\ncólera\nrhacophoridae\nreutilizados\nami\nimunizados\nparecia\ntroopers\nretrospectiva\nretrospective\nretrospectivo\ncometa\ncomete\ncometi\nquadrimotor\nm.w.\nmulticampeão\nlitania\namc\ntailandeses\ndesacelerada\nhominídeos\ndesacelerado\naccionar\nbichinho\nbichinha\nconfederadas\ninstância\ncársticas\nfoix\nfois\nfoie\nfoia\nhollywoodianos\nconsiste\nporvoo\nabre\nabra\nabri\nbxf9\ndécima-quarta\ninocentada\nlucrativa\nsussurrando\nalmofadadas\ncabriolet\namareleja\ndormirem\ndestacava\ncorinthians-itaquera\nconversibilidade\nistambul\ntrece\nbecerra\nova\nove\novi\novo\napsu\nameixas\nwestlake\npovoarem\nhv99\narranjei\nshruti\njuubi\ncustodiado\nvigarista\ntreinaria\npluviosidade\ngrondona\nearvin\njosquin\nreivindicar\ncenturion\nadquiriria\nobedecem\nmultiesportes\nhaitianos\nelse\nraffaella\navantajadas\nimprevisibilidade\ncomenius\nseridó\nrio-sp\nyosef\nkhorasan\ncardiologista\ncontracheques\nstritch\nhinn\nmc-99\nbuffet\nozzfest\njateí\nl'eau\nbordaberry\nmarinelson\nwaldick\nteuto\nteuta\nkeough\nkulm\nrenomadas\naprofundava\ndefinitivamente\nfendida\nfendido\ntelinha\ncatólicas\nmotoqueiro\npensávamos\nsoviete\nfecal\nalegando\nvigésimo-primeiro\nindochina\nfertagus\nhämeenlinna\nmaguire\ndestoa\ntrunfos\nsuntuosas\nmogadorianos\nsergi\nbungle\nserge\nrotativo\nnumérica\ninönü\nwall-e\nmocinho\nmocinha\ntucker\naliciar\nmansur\nnominal\ndóricas\nmahagonny\nmoroso\nexportando\nisáuria\ntrombonista\nanistiado\njudaizantes\nobligado\ndenominacionais\nrorainópolis\nbel-air\nexplicarem\nflamingos\nadquirente\nprequelas\ndenunciou\ninfrastructure\nrebaixou\ndkw\ndkt\namá\naudiard\nkranz\nsaint-cyr\nsupergirl\ntransmitidas\nguadalajara\nrecifes\nshermann\ndrogo\nsemideusa\ndissipadores\nshadows\nantíteses\nlaticínios\nnocauteando\nnoroeste-es\nfalhara\nbirger\nprotofascismo\nesdrúxulo\nfalhará\ntourega\nwunder\nrachado\nmegaforce\nrachada\nmaués\nentrevistador\n​\nembaixo\nefetua\npseudoforça\nefetue\naçucarada\naçucarado\nopressor\ncopeland\nsacred\ntradings\ndiscordem\ntoussaint\njaneway\ntiffany\nsuper-heroína\ntignes\nbuquês\nfasor\nritmado\njanjaweed\nsugada\nm999\naconselhável\nsuperdotados\nchabod\ncriogênico\nprevisse\ntoasters\nmesmerismo\nchabot\ncirurgiões-dentistas\nsintagma\nsuperdosagem\npapel-título\nkallang\nbipartidarismo\nmiglia\nnukem\nbruschetta\nrupturas\nparfait\nvashem\nsatélites\ntesão\nmediaset\noralmente\nbühler\ngráfico\nhemelgarn\nskagerrak\nsinópticos\nesterificação\nkorçë\nconnaraceae\nhubner\npiloro\nhierofante\nlamacento\novando\nguitry\njatene\nszékesfehérvár\nquestionários\ngerontologia\nespetando\ncensurou\nicm\nrecebíveis\nteletubbies\nbuscaria\nminimalistas\nmigrator\nremígio\nthanagar\nbernier\nplatypus\nbéthune\nshonda\nmensuráveis\nimpensável\ndaquelas\natractivas\nmisso\npolidoro\npolidora\nbijou\nmissy\npskov\nestampagem\npdt-ba\ndesargues\nimpala\nastiages\nfiscalizam\nfiscalizar\ndoces\nlargadinho\nhamlet\ninconformada\ninconformado\nhegésipo\nempurrada\nc-ute\nempurrado\ngameleiras\nprovavel\nb-sp\nxxviii\nequal\npolêmica\nthyssen\nantlers\natrito\ncinelândia\nclosets\nsandefjord\nubaíra\nsenacon\nreproduzirem\nmoreia\nresolvem\nresolveu\nresolver\np.a.\nsuccess\nsemele\noriundas\nquintos\nkertész\nquinton\nohata\nacreditaram\nfátima\npostulado\nakzo\npostulada\nbombom\nbombos\nmalfitano\nimaginemos\nescultórico\nescultórica\nescanear\nmockingjay\nmassamá\nconsultivos\nmuralistas\nreajustaram\nreminiscência\nloneliness\npicolé\nharriet\nharrier\nwenceslau\nmonorail\nprata\nprato\nprati\ndesmontadas\nprats\nberke\nberks\nnicéa\npós-estruturalismo\nintrinsecamente\nocultando\ncontrolinveste\ncarmélia\nestigmática\nconduzirem\nbeihai\ndaisuke\ndiseases\ndaldry\nreconhecer\nrohr\ncrusoé\npontificado\natiçando\noperetas\ncrusoe\naquidaban\ndesabrigadas\nvisanet\nnarcélio\nnarrava\nembaixadinhas\nbridge\njericoacoara\nmaristas\nderen\nderek\nstycer\nmiscigenação\npraha-západ\ngidon\nsediava\nrectos\nrector\ndéco\nimunológicos\ncrossfit\nbrodowski\nminnesota\n�\nblackwell\noffaly\nditão\nfingem\nfinger\neysenck\nmazurca\ncarambola\ndashboard\nrecorta\nrecorte\nsantucci\nobtê\npsicopedagogia\nminutemen\nclóris\ngrades\nobscenos\nanya\nhonrará\nbilhete\nlichia\nmaringá\nexplique\nduke\ncf-999\nrelativísticas\nlepetit\nacresce\nanacom\nheterocromatina\nmontecchi\nrealçadas\njandaia\nxanatos\ncheirando\nindividualmente\ntouchdown\ncasei\ncasem\ncasey\ncases\nlograr\nqueiró\npodia\nreece\nsidney\nacompanhará\nsidnei\nfictícia\nhalogênio\nfpgas\nlukes\nestirado\naspirador\nprensagens\nkautsky\nconsta\ncruciforme\ncollector's\nteletexto\nbodytech\nvostu\nchegado\nsalvator\ninvencíveis\nanglo-americano\nooze\nfriões\nannus\ncontra-torpedeiro\nnárnia\nvalinhos\neburões\nfagen\ntainhas\npabst\npretendiam\nfurg\nunidirecionais\n∙\nthanagariano\nthanagariana\nfácil\neethen\naisén\nlacrimais\nbodied\nbodies\nbalaban\ncompetentemente\nenfraquecida\nstrazzer\nembelezar\ninato\nobtivessem\ncomonfort\ninata\nanexaram\niberdrola\nmanuwa\nverifique\ncerrone\nwernicke\nparabrahman\naconteceram\natanasio\naplicativo\nkiyosaki\ndificultaram\nimprevistas\nsue\nsud\nsub\nsua\nsuo\nsun\nsum\nsul\nsuj\nsui\nsuu\nsus\nsolitude\nflorence\npiolho\ncoleccionismo\ncrucificado\npostais\nacetil\nl'uomo\ndória\npouquíssima\ncachorrinha\ncachorrinho\npouquíssimo\ncercal\ncercam\nmaryeva\ncercas\ndóris\nhils\nhill\nhilo\nfenianos\nbaque\ncensorado\ninspector-geral\namores\nrediscutir\nking\nkind\nkina\nkino\nkink\nmatariam\nêles\noriolo\noriola\nestivesse\nsimeon\nibid\nrevolución\nbarter\ntraços\ntraçou\ncirros\nprogrametes\nchurrascos\ngothel\neucarísticos\nbriand\ndulcina\ncoletivista\nhorneburg\nmorfológicas\nabássidas\nprecision\ninuvik\nargilas\ncolaço-robles\nprimo-irmão\ncrônicos\npalhoça\nparker-bowles\nboticários\nyucca\nreelegeu\nreeleger\nonoda\nbohuslän\nbrasil-estados\nipirá\ntyreese\nluxe\nluxo\nexemplo\nipira\ngoês\noceânia\njacaré\nminiaturização\néireann\nviolado\ntonecas\nnenhum\ndissociada\nxxii\ndissociado\nxxix\nxxiv\nexplorá\nvampeta\nniflheim\nbrodway\nmagdala\nfenaprevi\nexplore\nexplora\ncalpúrnio\ncassette\nvoortrekkers\ninhambu\nmiike\nbacteremia\nex-chefe\nbajor\ninterpretei\ninterpretem\ninterpretes\npituxa\ntongatapu\nzorobabel\ntemporalmente\nadoçado\ntri-campeonato\nnordestinas\nilustrava\nmisunderstood\nmanticore\nmanticora\nzx9\nröbel-müritz\npeyrefitte\ngeólogo\nconduzam\nsegundas\nestreias\nestreiar\nestreiam\ngillard\nescaladas\ncoloquei\ncoloquem\ndemandante\ndíli\ncuidam\ncuidar\nο\nprofissionalização\nreeves\nabrindo\ndescoberto\npremiership\ngéographie\nshikoku\npromissoras\nerenice\nmixteco\nmixteca\nschall\nimplausível\nbolsistas\nrara\nboshin\nrare\nfalsificação\nrarr\npré-escola\ncypriano\nencomendando\nexcomungaram\ncruickshank\nsoveral\nindiviso\nencurtou\ninhame\nestenssoro\nrivengo\nrelatividade\nrecordação\nmirage\nionesco\nfidelidade\ndirectriz\ns'99\nsamico\nencaradas\nintepretação\nböke\nperversos\npreventivamente\nnessun\néforo\nschiphol\nnessus\nmoveleiro\ndotando\nmancebos\nadquiridas\nparaitinga\nentrevistadora\ntrafegam\nrankings\nsilves\nsilver\nchrostowski\nалександрович\nidealizadas\njazzista\ngives\npallida\nresponsible\nsulfonação\ngritante\nalan\nmorality\ncronquist\nshepp\nbrera\nleasing\nnatsumi\nräikkönen\nsaramandaia\npassageiro\npassageira\nأبو\npiercings\nastuto\narredondar\nborbon\nescondem\nesconder\nescondeu\nartístas\nballester\njuncal\nfresquinhos\ndaddy's\nracialmente\narbeiter\nbandas\nbandai\nfascicularis\namajari\nmambo\nmamba\nrelativista\njequiá\njequié\nhappy\nvontade\ntorcedoras\nserviam\nschuman\npadece\nlive-action\nmarisco\ntaikonauta\nassombram\nbrest-litovski\nassombrar\ngiva\nintuitivos\ncartas\nmartim-pescador\ncorvallis\nhidrogeologia\nenfrentamos\ncalormânia\ncontemporaneamente\ndisciplinamento\nmormon\ndesbravando\ndadès\nsolitary\nabordarem\nmeritocracia\nerictônio\natualizados\narendt\ncerberus\nincrimina\nprogramar\nprogramas\nmapeia\npopularizadas\nbaçorá\nvfb\nbarbirolli\nlembrarem\nferidos\narrojados\nmägo\nsassen\nhildebrand\ncabelinho\nfibre\nfibra\ncarolino\ncaroline\ncarolina\ncana-de-açucar\ngasherbrum\nconcretistas\nempregar\nleymarie\nfracionamento\ndecisor\nrecordemos\nmotorsports\nbatatais\nfiguravam\nescaleta\ngenis\ngenil\ngenio\nbiscaia\nindesejada\nrestionaceae\naraticum\ncalcinha\ngafanhoto\ncoqueiros\npétala\napanharam\nmatrimonio\nstoddart\nmamutes\nparcial\nendividaram\nacontecera\nbranco-pr\ngarantido\ngarantida\njuizado\nvimeca\nshania\ndinosaur\nsabbag\njurisprudencial\natleticana\natleticano\nprometesse\nclavijo\npopularizar\nstated\nstaten\nstates\nimpacta\nimpacto\nitoupava\nsuportem\nsuportes\nlibreoffice\nexpulsá\nagremiações\nmononucleose\nd'alma\nfuncef\nfunceb\nconstrói\nexpulso\nhood\ndonizete\ndonizeti\nhomogêneo\nmetempsicose\nparaventi\nweisse\nrésistance\nceaușescu\nmensalistas\nflúor\nsaxe-lauenburg\nlatidos\nballerina\nmorcerf\nmarceau\nbernardim\nbernardin\nkinnikuman\npuja\napurado\nabandonada\nimersos\npatrocinadores\nscantlin\nrecopilação\nrasantes\nobscuro\nobscure\nobscura\nenxutos\nfortaleça\nagente\nagents\npsicopatia\npisadas\ntowne\ntowns\nacrobáticos\ninventários\nestanque\nindutor\ncracidae\nmotricidade\nsalgar\nmassimo\nvotam\noccupy\ncandura\ndocas\nnexo\ncapela-mor\nmenispermaceae\nnoradrenalina\ntríscele\nluhmann\ntreliça\nreerguimento\narbitrária\narbitrário\nenganosas\ncavell\ntrudeau\nlimões\nhiedler\nsinfónico\navaaz\ncoordene\ncoordena\nredondilhas\nlavos\nmaschio\nsocorrendo\nencriptado\nmuybridge\ncotinga\nvincularam\nwinterfell\nreativos\nescalonamento\nczar\nembaixadas\nunipolar\nspill\nwertham\nowner\niota\nvedações\nmerânia\nrobos\nobservar\nobservam\npalladianas\nsoap\nsoar\naderisse\ndestacarem\nagulhinha\npuc-pr\nlyon\nhepatopatia\ncj\nci\nch\nco\ncn\ncm\ncl\ncc\ncb\nca\ncf\nce\ncd\ncz\ncx\ncs\ncr\ncq\ncp\ncv\ncu\nct\nc.\nc$\nc9\nterminológica\nneerlandesas\nprocuradoria\ncê\nperdoou\ncã\ncá\nvácuo\nreferente\naleijadinho\ncª\nspenser\ncº\nc²\ncolour\ngranollers\nmoments\nrealizo\nmomento\nimunitárias\nsuchitepéquez\nfarrelly\nsutton\nhousing\ndificulte\nrawlins\nkamerlingh\nturdidae\norpheus\nblanket\nupload\nsideman\nnovinha\nreaver\nnovinho\ncelebration\nmichal\nainsworth\nmerendeira\nrealizá\nclough\nenunciação\nmasaccio\nmorbid\nmichał\nencharcado\nlixos\nassíduos\ncomparece\nflyleaf\ninterromper\ninterrompem\ndeturpar\naeons\nnotion\npirapora\nracing\nsugeriria\nchromalveolata\ngiannazi\naliterativo\ngisiel\nitamarati\nfawkes\nitamaraty\nsilenciado\nselecioná\nboden\nherdará\nolympique\npremiando\nseleciona\nselecione\nherdara\nbodes\ngeocentrismo\nmitropoulos\nbastnasita\nrumavam\ncenouras\nsendo\nsenda\nvalmy\ncobiçado\ncobiçada\ndesestruturou\npiqueri\neditando\nbettie\nbettis\neveraldo\nlembrava\nrovuma\nzebrahead\ntogether\nvampires\nmanatuto\nterpenos\nondulatório\nexcalibur\nresíduo\ncachorros\nl'orfeo\nterminam\nي\nnoca\nnoch\ncasaletto\npederasta\nescorrência\nremember\nbastos\nbastou\nclavulinaceae\npérgamo\nhals\nfotométricas\nhala\nhale\nhalm\nhall\nsós\npedra-sabão\nlmp\nlmr\nlmc\ncleef\nazawad\ntocantins\ntocantina\ntransverso\npesquisadoras\ncf99\napoiado\napoiada\nprecauções\nhutchins\nconheces\nbulgarin\nbulgaria\nocasionar\ndelicadezas\ncoisinha\ncompletava\ndemóstenes\nagitava\nchamamé\nguarda-costas\nescavaram\nmensuradas\nembrace\npairou\nagílio\ncolectivamente\nparticipativo\nparticipativa\nzoroastrianos\nincluíram\ncoprocessador\nkarpaty\nestariam\nexumados\ncomgás\nrégias\nhecatônquiros\nmariño\ncronista-mor\ncandido\ncandide\nsupico\ncanonical\ndaou\nwielka\nfielding\nsubestações\nransom\ngass\novernight\nrealizaremos\nacelere\nchicks\ncarnaúba\nlegadas\nfineu\nfinep\nbysshe\ndenikin\nexperts\nacteão\nescaler\nsubterrâneas\ndeanna\nstapp\npnud\npretto\nceilão\npretty\nágua-tinta\ndiadora\nelenin\nsurtidas\nescorar\ndessazonalizada\npleurothallidinae\nequilibram\ndestinaram\nprolog\namplificados\namplificador\ndinarte\nzen-budismo\ncaixas-pretas\ndurex\nyat-sen\nsiddhartha\nvaldenses\nraduan\nbossy\nprogramática\nprogramático\ndiatomáceas\nl'équipe\nencode\nryman\nhildo\nhilde\nroussel\ncahs\ncahn\nprenuncia\nimprobidade\nradiofónicas\nrepeteco\ncahê\nricina\ndistribução\npagará\nburroughs\npink\nformoso\npaar\nping\nimplicando\nconsideravelmente\n99.999.999,99\nabrem\npilones\ndesastre\npoole\nviolaram\nchung\nchunk\ndepredadas\nlubbe\nborchgrevink\ncursilhos\nwidgets\nalfinetar\nvillains\nconduzirão\nciúme\naromatizar\ntreinamento\narcossó\ndpu\ndpt\ndps\ndpr\nmohammed\ndpf\ndpa\ndpj\ndpi\nnenúfares\nherrick\nwritten\nre-entrada\nzeitgeist\nteresina\ncastedo\ndesbancando\ninfográfico\nregularidades\nbroncopneumonia\nbranqueada\nespecificado\nespecificada\nconduziriam\narruinando\ntomita\nditar\nditam\nexpiatório\nlenzburg\nteotihuacan\nvodou\nobrigará\npetrolíferas\nokayama\nheydrich\ntermodinamicamente\naríston\ndeusas\ncasa-grande\ngamecorp\nduquesne\ncamponês\nbenguela\nnanni\nnanna\nnanny\ntri-campeã\nfreqüências\nabap\ncorrelacionar\nbig-endian\ninvictas\narenberg\ndesconexão\nabay\nesmoreceu\nclarões\nesmorecer\nbarriga-verde\nex-canoísta\nversalles\nextratos\nrealizar-se-á\nilana\nsotiropoulos\nmädler\narrolamento\ncansativo\nirada\nendesa\naftosa\npietrasanta\nacelerações\ncatamarãs\nstebbins\nellington\nwoodruff\nrepulsão\ncaucásica\nchiluba\nhórus\nnascessem\nvaldejão\ndibango\noceanário\nskatalites\nantiarrítmicos\nsant'andrea\npenetravam\ntinbergen\nderain\nindiferente\npanicats\noratorianos\ncalenberg\neaston\nquartinho\ndemoraram\nparalimpíada\nkohlberg\nternopil\nhastearam\notimista\nrâguebi\ncimabue\nchemical\nagespisa\nrecôndito\ndesnudação\ntymoshenko\nco-estrela\nferrinhos\nsobre-humano\nmediadas\nprudencia\nwatsuki\nmanipulável\nlanguage\npermanência\npenicilina\ngrassou\ngrotowski\nbucer\nsala-de-estar\nenchentes\nlíquidos\naterrados\naterrador\niniciação\noversized\nmoranis\nrenunciar\nmonnerat\nteffé\nn'a\ntrenčín\nehle\ntablete\ndimmesdale\nsayers\nadrenal\nusufruto\napurados\nshogo\nmahajanga\nakon\nsubdomínios\nqualificativo\nmórula\noquendo\nóscars\ntirarmos\nwinnipeg\nwisner\nlammermoor\nbreque\nloreley\nbolonhês\ncansanção\ndrapeado\nobsessed\npanbronquiolite\ncaracteríticas\ncatálise\nnorfolk\nkenosha\ncornelis\nbonis\ncornelia\ncornelio\nfq99\ninfiltração\ngrisham\ntelefonando\nbutia\ntripolitânia\nfragilis\nmodelista\nex-affair\nbutiá\nchiericati\nrelacionavam\ncaradoc\nastures\nsesta\nsesto\nanexas\nanexar\nceres\nadossados\ncavelier\ndiaghilev\ncerea\nrumiko\nbartira\nconfiguráveis\nconvalescente\nglaucidium\nmelécio\ncompendio\nsmaller\ncontrapartidas\npickups\naccionista\ncardano\nmassorético\nobviedades\nonsen\ngargalhando\nauspiciosa\nauspicioso\norlov\norlok\nlavapés\npermission\nferrel\nferrer\nrainha-consorte\nromagem\nóstia\nmorei\nmälzel\nenvelopes\ncatena\npimenteiras\ntalarico\nrecusava\nionizar\nsangue-frio\nconcupiscência\noferecerem\nacanthoscurria\najustava\ntabak\nengajar\nmonfortinho\ncoisas\ndesaparecido\nnetware\nrotineiramente\ntumucumaque\ncongraçamento\nnativos\nvaslav\nalcatel\nquiches\nfriedmann\necumênicas\nkoolhaas\nthiha\ndeduz\nenvelhecem\nanywhere\nenvelhecer\nfinlay\nbilionárias\nnelas\nsinditelebrasil\nlloyd-jones\nwordfast\nhensley\ngundebaldo\ncharuto\nreleitura\ncrambidae\n§\nestaminódios\ntias\nretriever\nemergiam\ndetalhados\nfominha\ncreonte\nalfvén\nantissemita\nmuriaé\ndinâmicos\npolínias\nmustelídeos\nmergulha\nmergulhe\nmergulho\nuseful\ndorsal\nnicholson\nx-games\ntagarelice\nbotuverá\nxingou\narborizadas\nenric\nfi-fgts\neleonore\neleonora\nautoconfiança\nascensorista\ndetalhista\nshare-alike\njson\nporto-riquenhos\nzomato\nenciclopedia\nlousiana\nsubtis\nkdevelop\ninagurada\ninagurado\nafrouxamento\nmetades\nendereços\nbroche\nachavam\nalucinante\naldoar\nromney\nferroceno\nandavam\ndestacadas\ntalcahuano\nconsultam\ncambaleante\nsorrentino\ncriacionistas\nditatoriais\nrouxinóis\ntabernas\ndescascadas\nladislav\nladislau\nladislao\nitérbio\napical\n9-9\nfuzil\nlusófona\nlusófono\njudia\nincitou\ntumultos\nqward\nformadoras\naflorando\nturnês\nbeaumarchais\ndesníveis\npijama\nhematológicas\nzubair\nscopes\nidoneidade\nemancipações\ncarnaboi\nquattro\nfashion\nescalador\ncoxias\nprostituta\nharney\ncastellaneta\nmorosini\ngimbutas\nreplantar\ntensos\ngoltz\nlellis\nexplorado\naquarium\nnunavut\nconceito\nflash-back\nexplorada\ndefinhando\nvianna\nmerola\nreferência\nmêses\nenvolvimentos\npotros\npv-rj\nadivinhem\nsepé\nbarreiras\ncircunstanciado\nincorporavam\nshards\nsept\ngessé\nopus\ngiroscópio\nbarrault\nurbanus\ncérbero\nfumbles\ngeografía\nensaiados\nensaiador\nculpá\nluso-descendentes\nubaidah\ninconsistência\nculpo\nculpe\nculpa\nmackenna\ndespiste\ndespista\ntonnant\nreadequação\nmx-9\nretomassem\nceltismo\ngilmelândia\ndiscrepantes\nreposto\nmotetes\nhud\nhug\nhua\nhub\nhum\nhun\nhuo\nhuh\nhui\nhut\nhuw\nhur\nprovimentos\nhuy\nbeaune\ngelatinosa\nbava\nmasoquista\nreplicar\nhué\nreplicam\nnerópolis\nacúrsio\nsouthwestern\ntakayama\ntransliteração\nrunaway\nretículo\nrunge\nquilowatt\nabecásia\nfacas\ncalango\ngeely\ntaoísta\nupdate\nnarizes\ncossacas\npás\npál\ncriptografados\ngrazia\nataca\ncinquentão\nd999\nbermejo\nfuncionarios\namoled\nassovio\nrugosidade\nsalários-de-contribuição\nórfãos\nmedalhistas\naimar\nalienigena\nadulis\npadroados\npepper's\nmartens\nlabatut\nabruptos\nchitãozinho\nopticamente\nfpolis\nhiperxerófila\najeitou\njayro\nsubdominante\nlotru\nvillanueva\nmarracuene\nexecutioner\nobservassem\nugolino\nwürzburgo\ncarril\ncaatinga\ncachimbo\ndeclamador\npsc-sp\ngrotas\nmillman\nsuburbana\ngrimes\ngoioerê\nprefixada\nboleia\nantena\nmischa\ndeepwater\nestancieiros\nfarmacêutico\nhuế\neyewear\nfibroso\nkizomba\nfibrose\nfibrosa\nver-o-peso\nempresariado\nmarlim\nmarlin\ndelaborde\npreás\nluisnassif\nigp-99\nbailly\norientalis\nrodo-ferroviária\nrodo-ferroviário\nhesitaram\nassinalar\nllanes\nassinalam\ndesvendou\nsamnita\nbézier\ndesdobramento\ngoodison\nchamaríamos\ncatalítico\ncatalítica\nfranche-comté\nestrategos\nbióticos\nespinhosos\npouparia\nrepresentava\nfujiwara\ncanarias\nprotestados\nf9999\ntransparência\nlendários\nislamabad\nhousemartins\ncaterham\nnacala\nlenz\nsindelar\ninvestor\nquiterianópolis\nproduct\nzoological\nrecebam\nlouredo\nsabre\nproduce\nü\nreferências\ninteressam\ndesengano\ndivinização\narrecife\nchamartín\nvenaria\nptolomaico\nexplodir\nexplodiu\ngalpin\ngraeber\nofendidos\ncarbenos\nbeneficiem\nfunalfa\nmfc\nmfd\nmfg\nmfm\nshephard\nendividados\nti-ti-ti\nagradeço\nanselm\nimpetradas\nlicantropia\nplatoon\ntexaco\nteatróloga\nanoréxica\nbranco-es\npareceres\nsupremium\ncharice\nalimentado\nalimentada\nkisaeng\nambriz\ncompletarão\nretrasada\nretrasado\nsondados\nacentuações\nm.s.\ngessinger\ngeoparque\nhylidae\nexchequer\npadecendo\ndobzhansky\nsudeikis\nunopar\nafiliações\ngripo\ngripe\npica-pau\nsubscreveram\nrabat\nrabah\nrabal\nrabad\nimbrium\nactriz\nfinanceiras\nbiônicos\nxangai\ntyrion\nvioladores\nmisael\ndecorativos\ndoméstica\ndoméstico\nfigueiroa\nvoyager\nvoyages\nmujeres\nacharão\nricaço\néber\nreformistas\ncactos\nocidentalizada\nocidentalizado\newandro\nshaker\nshakes\ncatão\nacede\nconservante\nâmago\ngozarem\ninstruem\nwoodman\nmodels\nmodelo\nmodela\nmodele\ndependeria\ninfracional\nmaldita\nreiniciar\nreiniciam\ndominguez\nsouvarine\nbúlgara\nbúlgaro\nlevaremos\nnanómetros\nrenegociada\nlavre\nlavra\nassentadas\nsalus\naceitos\ncasamentos\nexperimenta\nexperimente\nexperimento\ngueixa\nfalada\nvilafranca\nexperimentá\npersistiram\nabido\ninvestigation\nioan\ncalmucos\ntengwar\npalanti\nremontou\npalante\nressuscitaram\nexcetuados\nesquecidos\naeropuerto\nnamekusei\npmdb-ce\nnewland\nerratas\nchilderico\nbolivarianos\narregalados\nbligh\nescalão\ndevolvessem\nforrações\napaga\ndigeridas\nsolucionou\nplantava\niogurte\nnarcisse\nsensaud\nlotário\ndesenhavam\nvivermos\nsavigny\nsófia\nvice-campeões\nterceiros\nzoobotânica\nzoobotânico\nluccas\nzest\ntresckow\nparapente\norigins\nmanufacturas\norigine\nehrman\ntransferi\ncarniola\nlaerte\npsicoterapias\ncascudo\nfrye\nconfrontava\ngorjeta\nparrela\nestructura\nmalignos\neletrobrás\nadjacente\nadiantadas\nchaul\nlit-qi\nschweich\nhirsch\npossiblidade\npérfida\ncromer\nuffizi\nsimmental\ndistortion\nromântica\nfunileiro\nvigilantes\ntelonas\nsobretaxa\nempresas-espelho\nsizígia\nrefrigerar\nroni\nsublimes\nsensations\nresgatados\nreconstituindo\nrone\nrony\ndialógica\nmalabarismo\nmossa\nzamoyski\nmossi\nmosso\nbrevipes\nnotabilidade\nclothesline\nsolum\nnão-violento\nnão-violenta\ncoçadinha\nperiperi\nsupersexy\nimaginar\nimaginam\nnapalm\nnewell's\nmuratori\namm\nliga\name\ngonna\nasteca\nobediência\namv\nestrondo\nauxiliada\ndostoiévski\ndenilson\ncamusot\nviolaceae\nvolemus\ndesconstrutivismo\nlampard\nkillian\nclivada\ncaminos\njaleco\nebm\nfresh\nex-nazista\nsubmisso\nprotegia\nalcan\nkeene\nsucumbiram\nenterrada\nobstante\nenterrado\no'conner\nnorte-africanos\nkoppel\noleksandr\nacetilcolinesterase\nrepercutir\nleibesübungen\nempreenderam\ndevant\nwilford\nkanawa\nreggio\nhawk\nreggia\nhawn\nbenjamins\nwoodson\npresidential\nparanavaí\nbuxus\ndesfalque\nmilionésimo\nbauhinia\ntufões\nisildur\nelectromagnetismo\njabaquara\ntrabalharia\nlombardo-vêneto\nroberta\nroberti\nroberto\nroberts\ncargueiros\nhohenberg\ncolículo\nshaping\ndjer\nvibrafone\nfontenele\ncaixego\nsacro-império\ncíclotron\npsicodelia\nconsternados\nprospecções\nassoalhos\nesvaiu\nmicroblog\nnerves\nproeminente\nfurgão\nschwartsman\nesportivamente\ncatamaran\nsoltinho\nsoltinha\nunica\nunico\nunics\negashira\ndaze\ncardeal-rei\navril\nmanet\ntriumph\nrisco\nacompanhado\nacompanhada\nfestivo\nbosque\ngagliasso\nsaint-laurent\nnegativa\nnegative\ncanatos\naereas\neléctricas\nscardino\nabsolve\nnkono\nmitocondrial\nescarpas\nmahikari\natenderá\nmarigold\nmindon\nthrobbing\nperkins\nlynskey\nsotero\ncaracterização\ndiscursando\nmadraçal\nescrivaninha\npretor\npretos\ncromossomos\ndesabado\npontifica\npesava\ndonegal\nchuveiro\namapaenses\nmontada\nstalingrad\ncairam\nidioma\ntejano\nxperience\nschick\nassintomáticos\natue\natum\nconseguíamos\nsolucionador\nsolucionados\ninfantino\naix\nait\naip\nais\nair\nsarcástico\naio\nain\naik\naij\naie\naid\naig\naia\ninventariação\naic\naib\nnacionalismo\nincendiárias\nvomitando\nunification\nbaniwa\nfinishers\ngoethe\nfernand\nnitrogenados\nbrasov\ncalculamos\nleprechaun\npedagógicas\ninquestionável\nfragmentar\nexaurido\nexaurida\ndachi\nxantia\nvarandim\napostamos\naiello\nserebro\noutonos\ncarroceiro\nbônus-banval\nglebova\nchiqueiro\nogier\nimburana\nresistência\nrovio\nterritories\nfuton\nescotilha\ndaigaku\nhaliaeetus\njomon\nmodificando\nhokkaido\nsubmetesse\ndissertativas\nfurtivo\npré-determinado\neloá\nfritar\nfritas\nirons\ncompatibilização\nv-9\nperini\nturbilhão\njane\nníobe\nanistiar\nmaldições\nasleep\nhospital-escola\npassadeiras\njovan\nmokona\naveloso\nconectando\ncafeeiro\nenglisch\nbarrie\nbarril\nnormalizados\nlisca\ndeusto\nantsiranana\njaceguai\nselecionava\nnanum\nmultifuncionais\nmobiliária\nrodovia\nincompatíveis\npromovida\ndeluise\ndecorriam\natenuou\ncolecção\nmazara\nyemen\nmazars\nhistory\nalbo\nalba\nalby\ntrinitários\nmoutinho\nindra\ndelimitadas\nherpetologia\ncapote\ncapota\nestalar\nfalaram\nganhadora\ngasóleo\ntrará\nborracharia\ncaladinho\nrajadas\nrensselaer\nteja\neletrificadas\nrevitalizar\nco-oficial\nbolonha-sobre-o-mar\ngeometrias\nquinhentos\nodiosos\nautografados\nmicca\nguangzhou\nsaqqara\nferrigno\nprotector\nchopes\nregra\npamprépio\nintra-muros\nkamba\npercepções\nsubseqüentemente\ntalhado\nnervosismo\nbrampton\nvarziela\nclassico\nclassica\ntrivela\nclassics\nahmadinejad\nnv99\nechevarría\nwolfson\nremodelada\nadvertência\nremodelado\nalvará\nortonormal\nprovence\nkilchberg\ncastanhas\ngulmammadov\ncastanhal\npartícipes\nalvaro\nconectará\nmercenários\nquepasa\ntragicômico\ncmll\nperiastro\n#babybalder\ncontroversas\ncantonense\nharpias\nmalwee\nn9o9\nmáskara\nillo\nille\nanuidades\nilla\nignis\ncoreias\npatrocinavam\nburkina\nbourque\nwilkinson\ncalçoene\namontada\ncandyman\ndecradi\nhirado\nacquaviva\njalalabad\ngorgona\nfreeza\nfreeze\ntaira\nmissing\nrecheadas\nunionista\nparoxítonas\nautodenominados\nkings\nbrecon\nafecção\npromoters\nneurotoxina\nnightly\nerastes\nsolutreano\ndesproporcional\nugarit\ntremores\nraquel\nverhoeven\nsilvela\nmikołaj\nbrunswick-lüneburg\ncemitério-jardim\nleprosário\nmensageiros\ncrystals\ndonataria\ninvólucros\nparlamentar\neridanus\nluíz\nluís\ndesapareciam\nscherzinger\nlingotes\nlupina\nvillehardouin\ncutileiro\npeçanha\nis_set\ncandidatura\nafligiam\norientalizante\noceanos\npeixada\nrekord\ndicotomias\ntremem\ntremer\ntremeu\nertl\nmaturar\nduracell\ncompetitivos\nsurgimento\ndavidson\nozualdo\nlombas\nlombar\nhipertensão\ninventou\nexplain\nhardstyle\nmahony\nclamar\nclamam\nhimura\ngrupos\nhylodes\nmcveigh\nimpressões\nbuscada\nandaimes\nbarsauma\nruff\nmerenda\neritromicina\nharmonias\ndalto\nkuznetsov\nwatteau\nraman\nramal\nramat\ntitulação\nramas\nlótus\npeseiro\nrecuperações\napoiou\ninteraja\nmordidas\nmunari\npetersburg\ndetalhava\nbukit\niter\nitem\nnefrologia\nprejudicam\nprejudicar\nboneca\nboneco\nrequeridas\nstefanelli\nlíquens\ngranularidade\nkagura\nrock\nroca\nlatin\ntertúlia\nadotados\nadvance\nvietus\nítalo-argentino\nfrançoise\npatenteado\ngiddens\ndevereaux\ne.r.\nteaneck\nsoter\nsegmentos\ncentralizadas\nmonográficos\ncontrastavam\ntrémoille\nenunciou\nfraudulento\nfundeados\nolbricht\nlilienthal\nhemichis\ntoponímicos\nregency\nalmôndega\ncraque\ndreyer\ncreeper\nrisada\nbaptismal\njake\nfestinhas\nhallelujah\ntitan\nmelancias\nrefojos\ncyprinodontidae\ndesapontamento\nhaloperidol\nsportfreunde\nsustentado\ndevine\nmillennium\nalonga\nhideout\nsustentada\nsaruman\nfiapf\nfiapo\nreptilia\nheterogênea\ncapitalizado\nselección\ncapitalizada\nmehldau\n-contra\nfame\ncontrariem\nthurber\ndrumond\nrecarregável\nressucitar\narquitecturas\ncipro\nconchas\nconchal\ncanónica\ncanónico\nitapagé\njogador9\nsemivogal\nelegante\njogadora\nmansamente\njacupiranga\nal-rayyan\nalbânia\nbodybuilding\nsanfoneiro\nanacoretas\nseverino\nseverina\nmencheviques\nfana\nfane\nfang\nfani\nfano\nfans\ndanese\nalérgeno\nchatsworth\npanthéon-sorbonne\nholst\ncolônias\nkernels\ndenticulados\nechelon\ncatracas\nprivilegiavam\nsemi\nseme\nsema\nsemp\nredutores\nzucco\ndália\nfechado\nfechada\nmontesinos\nvaliente\nmorehead\nquéfren\nnarmer\nteclando\nessencial\ndenham\njapinha\nsaudada\nsaudade\ngatson\nsaudado\nintercooler\nex-imperador\nnitens\nfosforilada\nvigorará\nprevalecer\nlonga-duração\nprevalecem\nasteroid\npacotes\npuramente\nkristoff\nexaminados\nrasos\nphysis\ndextrometorfano\nphysik\nnouwen\nevágrio\nreata\nagradá\nsugo\naskmen\ndostoievski\nguglielma\nagrado\nagrada\nagrade\naerogare\nbama\nphiladelphia\nterreste\nasean\nrecusa\ncavalheiresco\nrecuse\ncavalheiresca\nrecuso\nsatomi\nascenderia\nrefundação\nstranded\naraujo\ntirania\nmetaponto\nmanduca\nislâmico\nmanufatura\nislâmica\ncontingentes\nlyrae\nbutt-head\nswallow\nnostálgico\nnostálgica\nmylink\nfalaciosa\nastronómicas\netelberto\nditame\nfalacioso\nanochetus\ncentrado\ncentrada\nbavária\nknockdown\ngaudin\napurações\nkreator\nchampanhes\ngástrica\ngástrico\nmatogrosso\nlevin\nlevis\nlevir\nalcino\nsocopa\nradiofónicos\ncanoense\npide\nalbergavam\nnatacha\ntrigonometria\ntucum\nhipóteses\nconfusamente\nguidon\ncatai\ncatan\nrecarga\ncatar\ncatas\npalamentas\narjona\nredon\nyamcha\nredor\ndelaval\nernest\nmíticos\nconfissões\nverbetes\nressuscitando\nréunion\nflumitrens\npinçado\nyaron\naloud\nliteraria\nmizugaki\ncapadócios\ncd-single\napurando\nfitness\nconseguirmos\nvalenzuela\nperpetuum\nencobria\neternal\neternas\ninquietas\napaixonante\ntaturana\ncantareira\nentoando\nsloan-kettering\ntranspetro\nsolubilidade\npenitenciária\npasha\ndelays\ndelegados\ngilson\nstieg\nanimetal\nhabit\nhabib\ncaudilhos\nendêmicos\nmerecendo\ncomputação\nleproso\nfrequentemente\noglethorpe\nleprosa\ndiários\nbairro\nneofolk\nvia\nniccol\nvik\nvih\nvin\ninfestadas\nvis\nlagarde\nraffarin\njennifer\npartícula\nabjuração\nrosas\nrosae\nlarmor\nduelo\naposentaram\ncicloexano\nmicção\nproximais\nhabitáveis\nnaves\nnaver\nmusseques\nadjectivo\nsugador\nsugados\npró-labore\npós-graduados\nriemann\nentregarem\ntomografia\ncyber\nlemonheads\nautomotivas\nsubjetivo\nviesse\nriopele\nmalaspina\nbérénice\nhasson\nentreatos\nfuncionaram\ncircadianos\npaulatinamente\nnullsoft\nderramado\nderramada\naladi\nalemã-ocidental\ngovernabilidade\nbullion\nsieur\nnhonhô\natabaques\nbanff\nparallax\npsicografadas\nserôdio\nrevenue\nfarol\ninterajam\nresidisse\nindecidibilidade\nwinits\nbetrayal\nmicrotec\ntrombadinhas\nmaldição\nheinlein\ndomesticadas\nequinócio\nrodapés\ncadete\nestável\nbuck-tick\nrecolocado\nanitápolis\nnariño\nyounghusband\nriboflavina\nmqb\nnga\nencarceramento\nastrológicas\nfazermos\nidolatram\nbrunelleschi\nconjeturas\nalistou\ncursaram\nconjetural\ndesenvolvia\núltima\nemanação\ndjinn\narnoediad\naterradora\npoucos\npesem\nfirenzuola\nshiatsu\nleoben\nnorden\nreceiam\npropícios\nplaneswalker\nminou\nminor\nminos\nexaltar\nexaltam\nsaadi\nsaade\nalastrasse\nbaronato\nbilíngües\ninabitável\natribuidas\nfriendship\nsuperunknown\ngrimm\ngrime\nfarmácias\ngranadino\ngranadina\nhoth\nreinaram\nviburnum\nolhinhos\nmarthe\nfixadores\ncontinuum\napascentar\ndescumprem\nexemplificado\nporta-luvas\nmangold\nendereçados\nprelude\nportuguesas\npermaneceria\nxerófilas\ndzhokhar\ncontinuadores\nermano\nkeersmaeker\nnamie\ncatreu\narquitecto\nretimno\nköppen-geiger\nsimmern\nachi\npedimos\nvariegatus\nmcdonald's\ncâmera\nburchill\ngrafismos\naloysia\nafortunadas\nscaringella\nhg9\nmaneta\nestimando\nmanete\nshimamoto\nmartín\nnarrative\nnarrativo\nliquefazer\nfrisson\nsolidamente\nbda\nbdb\nbdo\nbdi\ncinematógrafo\nerebidae\nbdp\nbds\nbd9\nnasceram\nelectromagnéticas\nrenasce\nmachadadas\nmcgill\nordre\nteocracia\nszeleney\nsufocou\ntepic\nesmerada\npublication\nbissexualidade\nágnes\náudios\nrealocação\nnorte\nmovin\nthorgerson\nschule\nmoberg\nex-república\ncunani\nclubbers\npulsátil\nconcatedral\nfluía\navos\navon\nwald\nwale\nwall\nwalt\nwaly\nbilinguismo\npassar\npas-9\npagando\ncomemorando\nutrecht\nnippur\nmedievais\ndinning\nestrangulados\npífios\nincitaram\nchiapa\nrithely\nbatizado\nfr-99\nletivos\nbryan-michael\nsubido\ncuriosamente\nmega-sucesso\ncaveira\niznik\nondulado\nmitridates\nalgeciras\nmineralogista\niniciaremos\nfinalidades\nmodeladora\nautoflagelação\nbuba\nbubo\nramalde\netruscos\ndiveros\ndomingueira\nspecialist\ninterrogam\nredoctane\nogpu\nascania\nfronha\nbrancura\nplumagem\ntgv\npinnock\nparticiou\ncentro-norte\nsubjugá\nolefinas\nbiffi\nempenagem\narrancaram\nsubjuga\ntintureiros\nmoatize\nembaixadora\ncromossómico\nwikipedia\ncontrastado\ncontrastada\ncoréia\ndenotadas\nafunilada\nassegurando\ncuny\ncunt\nösterreich\nnóis\nlapsos\ndonalda\nmarchena\ngûasu\nassafarge\ncomunicando\npolegares\nyorke\no\nmonofisismo\nobtivemos\ndrummond\nserrão\neuclidiana\nespetar\nneufchâteau\neuronews\nvêzes\nondřejov\ngobeth\ngrajaú-jacarepaguá\nincorporava\ngalardão\ncalígrafos\nproto-indo-europeu\nsiloé\nvidraça\nheráldico\nalthusser\nfoods\nheráldica\ndiabos\nbhtrans\nsilos\naplaudi\nhavidos\nclastos\npanetone\nanglo-saxónicos\nseventh\nshepherd's\nwillys\nashby\nashba\njápeto\nsegurados\naprenderam\nimprodutivos\nmerryweather\nex-bbb\nintelvi\ncorpões\napropriou\nbandicoot\ncooperativista\nsócio-econômicos\nneoclassicismo\naromática\nreceivers\nex-premiê\nalmighty\narquidiocese\nlotaram\ntramagal\nhorebe\nromanée-conti\nsurveillance\ndevolver\ndevolvem\nslime\nfocaram\nkitzbühel\nassociando\nsinalizadas\nekman\nshimonoseki\nmensae\nfosco\nfosca\nmensal\npyxidis\nalgebricamente\ncertain\nkamerun\nmusicoterapeuta\nstrans\nstrana\nstrang\nstrand\nsauron\nventoinha\norientalista\nfantasiado\nfantasiada\nremovidos\nconspirações\nlobisomem\nimitar\nmarbach\ndaves\ndavey\ntyrants\nbudweiser\ndiferenciador\ndiferenciados\nmarsellus\nsoasse\níndigenas\ndapieve\ndecadas\nsuperaria\nacomodaram\ntrazia\nfalecia\nbaden-württemberg\nvalerioduto\nsubjetividades\nhomoafetivo\ncreator\nterena\narthrocardia\nritz\nritt\nrito\nrite\nrita\ncinthya\nibicaba\nlizards\ncalculo\ncalcule\nseringalista\nhandling\ncoppet\ntripla\ncentennial\ntriplo\nstroganov\nolacyr\ncalculá\nalinhando\nlaranjeiro\nulrica\naerospace\nprediletas\npapiro\nterrestre\ndecorrentes\ne-bit\nsemi-intensiva\nrolinha\nrolinho\npartição\nbarlaão\nlutadoras\nexelente\nradiofônicas\nmonterey\naquatic\ndesvanece\nrecuadas\nreformaram\ndeorum\nkeiji\nimpenetráveis\nintentona\ncoordenadas\ntarsila\nheafy\nacolhimento\nol\nrasgaram\ngalináceos\nmagnólia\ncudi\ninconstitucional\nmotorcycle\nindagando\nlaminas\nlaminar\nspeirs\nalcoviteiro\ndisseminar\njamestown\nperish\nabissínia\ngraaff\nšarounová\nhoninbo\nnysa\nnyse\nminghella\nstrict\nfemoral\nfusíveis\npedrillo\npicada\ndiferenciáveis\nkliass\nnutrir\nnutria\nabraçamos\nsoprana\nsocietá\ndescarregadas\ndecênios\namadureci\namadurece\nuq99\nfenómenos\nrastreamento\nweary\nmaggi\nlasker\nrequisitado\nbeijar\nzucchero\ntrasmissão\nmanica\nviolências\nstolonifera\nregionais\nsuaçuí\naversão\nfuji\nlactonas\nfuja\ncongressionais\nkirkuk\ngarage\nencarregava\ncentristas\nbanville\narmendáriz\ntreviño\nusado\nabend\nlacrimal\nrestrições\ncasinos\nashina\nmessinger\ntaryn\nrecompensada\nrecompensado\nschicklgruber\ntanizaki\ninvertida\nindie\nindia\ninvertido\ngedi\nlinense\nchateados\nconsternada\ncaminhos-de-ferro\nmolibdênio\nteatre\nteatro\ninchaços\nhypnos\nmano-a-mano\nadmite\nadmiti\nadmito\nmurayama\nconfrontados\necoado\nkorolev\nal-qais\nextra-terrestre\nciboulette\nobscuramente\ninsaturada\ndominicanos\nomurtag\nsteak\nsteal\nhampp\nyamashita\nespionado\ndescartadas\napreciáveis\nwaltércio\nnacionalização\nembratur\nsinfrônio\ndobson\nfizeram\nlangoni\nd'antonio\noperando\noperandi\nateado\nconseguíssemos\nd.r.i.\nexército\naprile\npré-gravada\ndetido\nmachista\nsozialistische\ncarcerário\nagregados\nhorizon\nevangeliário\nxyz\neditions\nreportava\nmatlock\namila\nmariazinha\ncamponotus\nsantigold\nerradicar\nsiquim\ncmyk\nvislumbrado\ndujardin\nvislumbrada\nruffini\nditando\nparadisíacas\nmouses\naeminium\nharuno\nsmoot\nalsaciana\nalsaciano\ndeságio\nrepresálias\nex-reitor\nneme\neclipsada\nwatanabe\nangular\najuntamento\npoma\npomo\nhemoderivados\nespiga\ngortari\ntooth\npedreira\npedreiro\ncarcinomas\nossian\ntalão\nxiphophorus\nladinos\ncycas\ndmso\nburaka\noder\nodes\noden\noded\nconstantinopla\ntoots\nsubterranea\nketu\nchebabi\npassíveis\nhetman\ncommunio\nsurpreendidos\ncrível\ntréville\nliteraturas\ndatacenter\nfranco-flamenga\ndivergentes\nverificável\nmoria\nmorim\nmorin\nmoris\ncomunicativas\nphobos\npersegui\nmoriá\nmutis\nchristos\neufemia\nchristof\nestocásticas\ndžeko\ntamarineira\nlockerbie\nikari\nclítoris\npocitos\nassinarem\nvocativo\ndegenerada\nscarpelli\ndissertar\neron\ncardiovascular\nmeritórios\nradares\negípcio\npãezinhos\nthomás\ncrossi\ncrosse\nsetentista\nsulista\nkubuntu\narrondissement\nopusesse\ncornejo\ncortejou\ncortejos\nlaroche\naristotelismo\njf99\nredefine\nmexericos\nafigura\nchefes\nastrium\nranulfo\nmercader\nasuna\ndarrell\ndestrava\narmarinhos\nrestauradores\nharmoniza\nalbina\nalbino\nsuperforça\nibmec\nfalkenhausen\nmuzenza\npitaka\nsudoeste-nordeste\nnádega\naeronaval\nbuondelmonti\nlistava\nfotojornalismo\nquiromancia\nmarchand\nexito\nestranhou\nestranhos\nassustados\nassustador\npelegrini\npelegrino\njanus\nenkidu\njónicas\ntomará\nwhalley\ndvd-rom\nanuência\narrastadas\nrove\nvizier\nitatiaia\nhabitus\nfantasiados\napuramento\nobjetividade\nhabitué\nteclar\nbootcamp\nbacanga\nichthyophis\nhesse-cassel\não\npsicoterapeuta\nbruma\nhackman\ncondenáveis\nexpirado\nwinner\nspinefarm\nunguja\npowder\nferrugens\nfolhear\ndeleite\ncelorico\ndeterminará\nregenerativa\ncabideiro\nexigirão\ndeterminara\nmaçante\nimportador\nsharapova\ndisfuncional\nnorte-rio-grandense\nassemelhados\nrevisionismo\ntitto\ngutierre\nmilanesa\nmilanese\ntwitter\nasteriscos\nguesclin\nmetalizado\nhangul\nnumerários\ndomicílios\nvimeiro\nbrick\nmejor\nteleteatros\ndeoclécio\nchalke\nlifeson\nmonfort\nariela\ngamper\ncívico\ndeliberativas\ndeletados\nbayer\njaicós\nlennart\nbarks\neletrostáticos\nvanzolini\nproliferando\neverquest\nredobrado\nredobrada\nburlamaqui\nolhados\ncessação\ntrovadores\nlatifundiários\ntabaco\nentram\nentrar\ncorruptores\npatronal\nnurembergue\ncontinuarei\ncontinuarem\norganelo\ncycloramphus\nे\npovoam\nmáquina\npovoar\nbelvoir\nretiro\nretire\nretira\nindícios\nanalogias\nplatônicas\nlinguados\nconca\nsão-tomense\nhilferding\nmultifocal\nhospedadas\ndiferenciá\napologies\ndohc\ndoha\návaro\ncoroa-mural\ndiferencia\ndiferencie\nlaboriel\nwarden\nemissary\nclaims\nissy-les-moulineaux\nbechuanalândia\nartesanal\nbruckman\npreguiçosos\nlemuel\nimperiex\narrasadas\nunicolor\nbolivia\nfarina\nblindness\ntosh\ntosi\ntosa\ncajarana\napreciadores\narrebatar\nelphaba\napaixonara\nmoscone\nnasrallah\nuzbeque\nkanna\ncatequizar\nhandle\ncabrio\nphillies\njacobsen\nkujalleq\nescadinhas\nsalpicados\nagonia\nprocurassem\ntiswadi\ncampestre\npoiana\nyury\norientações\ncharopidae\nyuri\nadministrará\npuc-mg\ncorydon\ninterrompa\ninterrompe\ninterrompi\nescovando\nhillary\nauto-destrutivo\ndepositava\ncabiria\ndoofenshmirtz\nåkerlund\nlexicon\ntchecov\ntchecos\nrabanetes\nfluidas\nsalientou\nhippo\nd'áustria\nratzeburg\nsabermos\nneo-aramaico\nminigun\nretornava\nnoberto\ndrottningholm\ncatanduvense\nlançou\nbotkyrka\naracne\ncamacã\nlucratividade\nminando\nlayla\npisoteado\ntamborins\nultraman\nbromley\nboran\nborat\nwilmut\nchainsaw\njews\nreencontraram\nshire\ninterferiram\nciça\nklerk\ncomandando\nlançarote\nco-escreveram\nsacavém\nintroduzirem\ngofman\nlongevidade\npueblo\nreunimos\nwarrenton\ncompactua\nntt\nmobilizar\npublished\ndowell\nmobilizam\nlevine\nlevino\nlevins\nsalaam\npepo\naqueceu\naquecer\nalcoólatra\naquecem\nvoraz\ngrelha\ntatuada\ntatuado\nmental\ncachar\nperpetuando\nfinland\ntranscrever\nferragudo\neskimo\ndinheiros\ndegeneres\nmorávios\nbridgewater\npenetra\nboulogne-sur-mer\no'neil\ninvalidar\nquelli\nanterioridade\nsectária\nsupertaça\nsectário\nelektra\nopinião\nhortos\nbaneb\nhorton\ninsinuando\nbeanie\nfrustrado\nheliocentrismo\ninsuficiente\nconsertados\npumba\nsaas\nsaap\nsaal\nsaae\nsaad\nsaab\nyobe\njapiassu\nliberator\nkeating\ncloranfenicol\nalternex\ngafieira\nhanson\nvehicles\nm9999\nsallis\nchamma\nvila-nova\nepiscopale\nsuspeitavam\nfossombrone\nchafarizes\nbritney\nfervendo\nalentejo\nexacerbadas\nburguer\nfeitores\nroncar\nlcmb9\ndórico\nubaitaba\nlüderitz\nsertanense\nmárcia\nmárcio\nmoacyr\nnovilha\nnovilho\nsidecar\ngrossura\nconcretista\nvingou\nhostilidade\nergueram\ntourinho\ncontemporâneos\norloff\nbrigou\npapa-léguas\nbear\nbeal\nbeam\nbean\ngillett\ntetracorde\nexacerbado\nexacerbada\nperguntaram\nmarichalar\nserapis\naposento\nionização\noana\nceciliano\nhabilitou\nretumbante\nbalizada\npolítico-sociais\nfrentista\nleast\nrehn\nziembinski\naparecida\naparecido\ndemais\nal-khwarizmi\nrepatriação\nao-vivo\ncomecon\nglory\niletrado\ncustará\nconcorresse\nlameiros\necological\nbollmann\nfrostbite\ncátia\nregrets\ndemétrio\ngalego-português\ngideão\ndesdemona\nminta\nmintz\nnotaveis\ngalitos\nkisame\niacanga\nserrat\nvigésima-segunda\nserras\nserrar\natração\npoker\npokey\ngarfos\nespecializada\nonisciência\ndesprovidas\ngrandier\nmakeda\nfotografados\nhôtel-dieu\npensacola\nfaustoso\nfaustosa\ngranulações\npaulistão\nrepassam\ncorrêa\nscrobipalpa\nentranhado\nalabardas\ncarcavelos\njohnny's\nglande\npressionando\nfabrico\nkako\nkaki\nfabrica\nkaku\nkaká\nfabricá\nlevianas\ncolloquium\nb-boy\ndesabafar\nrepublicano\nrepublicana\nvasculhando\nmeßkirch\nmisturamos\nlegey\nwelsh\nleger\nleges\nveganismo\ncucina\ncoppead\ntrabalhos\ntrabalhou\ndiarreias\npesquisam\npesquisas\ncinegéticas\nradioactivos\npidna\nplagiado\nº9\nprepararia\narmeria\ncálida\nasserções\nievguêni\ntié\ntiê\nex-genro\nreichert\npenas\npenal\nkarroubi\npró-reformas\ntiv\ntip\ntir\ntil\ntim\ntin\ntio\ntid\ntie\ntig\ntia\ntib\ntic\nreciclada\nreciclado\ngauchesco\ngauchesca\ncoutts\ntubby\nplanning\nmuricidae\nnuñez\ntakhtajan\nmarketing\nlogarítmicas\nfilmes\nsessions\nmonocromáticos\ngoju-ryu\nsustenido\nnewspapers\ncaracciolo\nronaldão\nmantimento\npersecução\nmáquinas\nbadlands\nhomossexual\nconseguinte\nsilveiras\ncentury-fox\nmúsicais\nunternehmen\nchantecler\ncarnificina\nmodificaria\njordaan\nreassume\nébano\nprevalecentes\nfalcata\nnão-lineares\nbloquearam\nways\ninesperadas\nconferencista\ninstrucional\ncusteados\nrozhestvensky\nmta\nmouras\nmourad\ncumpro\ncumpri\ncumpre\nbarateia\nsuprimem\nborato\npcm\ndiretiva\ndahlia\npt-pe\npce\npt-pa\npalmeirim\nmukden\nmisérias\nbarefoot\ntalhos\nufscar\nasfixiados\nprotege\nrecuperação\ngavin\npressionam\nf999\noxitocina\nisambard\nparticle\nabrigo\nabriga\nstops\nvestisse\nstopa\ntarkovski\nsofisticadas\ntarkovsky\nespiritualidade\ngremista\nprósperas\nnescafé\nsabatier\nlinguísta\n9999999\ngiorgetto\naltaria\nhansel\neuphorbiaceae\nbarricadas\nmacroscopicamente\nmoradias\nschott\nmacaparana\nmagatama\nrg99\nsociales\nperiodontais\nkilômetros\nrecém-saídos\nlibório\niza\nrecuassem\nizu\nizz\nligantes\nfotografo\ntreasures\narrepiou\narrepios\nd'une\nroga\ngarfield\npapi\ndiaconia\ndunquerque\npolinomiais\nlacrar\nconsequencias\ndongfeng\nchagatai\nnaufragou\nmccollum\nfraccaroli\nmonges\nichac\ncassilândia\ncriss\ncontantes\nprimatas\nifhc\nmypa\nengineers\nalarmado\nsimbolizados\nedge\npau-a-pique\njuréia\nbrassavola\nfliporto\nqueremos\ninjetam\nangell\ninjetar\npreenchesse\nsilvestro\nter-se-á\nsilvestre\nazrael\nlamentou\nlamentos\nflanqueadas\nbrandalise\nacaso\ncataliza\nartigos\nlalli\nlallo\nlalla\ndisfarçava\ninternacional-rs\nkarembeu\nacústicos\nnº9999\nherriman\natônito\natônita\nmadeirenses\nmcshane\nneoconservadores\ncustomizadas\nquadridimensional\nlambreta\nbady\ndelicatessen\ndirac\namamentadas\nbadd\nenfurecidas\nadrian\níñigo\nprincipiou\nprincipios\nkupang\nexpressionista\nhipogeu\nadelante\nafirmativas\nybr\nprevaricação\nfiex\nfiep\nfier\nfies\nfiel\nfieb\nfiec\nminoicos\njaime\nwelles\ndespedirem\nm.a.\npossiveis\ncajuína\nricha\nbibelôs\nguelfi\ndesignavam\nassalariado\nalisha\nassalariada\ndesaprova\nglaciar\nlivrando\ntamaulipas\ncliffs\nayres\nunificando\ntemnospondyli\npape\ntheos\necologicamente\nconsiderarem\nholofote\nbrilharem\nanulou\ndiscípulas\nlinho\nlinha\nwikimedia\nrocksteady\ndécima-primeira\nmurchison\nrhamnaceae\nshatterstar\ninsolvência\nrefletirá\nhisingen\nfórnix\nassino\npluvial\ninah\ninac\nbixo\nstrafford\naversa\nsintáticas\nantárctida\nshinawatra\npromotoria\nlimoeiros\nrankeado\nacrescentamos\ncaptam\nloranthaceae\ncazarré\nrepresentavam\ncomprovaram\ngallagher\nsteinhardt\nfímbrias\nteresa\nhanseníase\nteignmouth\nrico\nrick\nrich\nrice\nrica\nlesionando\nufla\nsaradíssimo\nsaradíssima\nbalizador\nhorticultores\nguarida\nsommelier\nnovíssima\npo-ni\nguaraú\nguaraí\noliveto\ndilua\nsplit\ndilui\nvovô\nadmitidos\nlinchado\nascese\ncollett\nmorreriam\neventual\ngondomar\ntessalônica\nsettimo\nalgunas\nsaldana\ncintura\ncooke\nmeados\nmeadow\nmarca-passo\ndusty\nnadador\noldham\ngn99\nmoraria\nrafiki\naica\nburckhardt\nagarrava\nbocchi\nlibellulidae\nnyfw\nförster\nreprisar\ntaínos\nfilogenia\nhexagramas\nlovat\nmajor-brigadeiro\nratsiraka\nilusórias\nfw99\ncondor-da-califórnia\nsul-africanos\najudaria\nqos\nbaleias-sei\nsibilantes\nacopiara\nercilia\nevitada\nevitado\nmereçam\ngravava\ncipsoft\nrecirculação\nardente\nmihail\npalmeiras-barra\ninter-religioso\nauditora\nadoniran\ncobos\ncobol\nfalsificadores\njotão\nxxxperience\nporta-estandarte\nassistiram\nfavorecimentos\nsurtar\nsafári\npalmdale\njohnston\nbandoneonista\njiabao\natordoado\npseudocientíficas\nalban\ngillis\nelektron\nmccay\ncoração\ntombs\ncaimão\nsuspenderia\ndeyn\nbéla\nvórtice\nwillisau\nhortifrútis\nbororó\nexcitatório\nsub-unidade\ngeneralista\nsimpi\nsumida\ntaquaritinga\nsumido\nweinstraße\nfundap\nfundar\nfundac\nbenalet\nzoellick\nconvidativa\ncoesão\nhq's\nlangston\nramificou\ntravamentos\nneuromusculares\natéia\nuniara\nsubornando\nsustentáveis\nshendu\nnenad\ningram\natingimento\nsinalizadora\nbatwoman\narquirrivais\nrecaro\nkrystle\nequalização\nhenley\nminoritária\ngromit\nbordón\nmoluscos\ngoblet\nthurman\nbitola\nminasgás\nantozoários\nepfl\nquixelô\nchrysomelidae\nexigirem\náugures\npomares\nourém\ncangaíba\nmireya\ntatuagens\namish\nkyocera\ndevendo\nworldcon\ntimur\nworldcom\nreconstrução\nharbou\nconstitucionalidade\nbaretto\nsumária\nsumário\nbingen\nesconde-esconde\nzhuang\nmerlot\nmorgen\npalacios\nmaçantes\nconstitucional\nforuns\nespira\nbagnara\ninterligam\nagroenergia\nserpentário\nmaguinho\namericanizado\ncarnarvon\nn-terminal\nmadalyn\nnazireu\nquercista\nbafafá\nlhota\nlhote\nromuald\ncerato\nfachos\nex-spice\nsobral\nsobras\nsobrar\npauls\npaulo\nclorofila\ncongregacionalismo\nshotgun\nakira\ndentuça\nerecto\nmudarem\nascraeus\nterpins\nlifestyle\npictóricos\nsegurando\nwaleska\nhidrográficas\naterrada\nargentinos\nesquizofrênicos\nhipérion\ntagipuru\neustace\nrouen\nد\nanglo-saxon\ntaeyeon\ntaven\nicone\nkabane\nmerida\nhallie\nmírtilo\nsgps\norun\nwitzleben\nmaracanazo\njudite\njudith\npanettiere\nnebular\ncentro-oeste\nnassim\ngermano\ngermana\nsinalizado\nhungaroring\nmorrinhos\nazitromicina\nfrontline\nplanctónicos\ndiese\nolave\nolavo\nolavi\nvogel\noctetos\nvoges\nepidemiológicos\nvendados\nalarmantes\nlusitano\nmclean\nnovos\nborá\nvolumetria\nsobrecarregou\nspoladore\nrighteous\niochpe-maxion\nbory\ntromboxanos\nboro\nborn\nborj\nbori\nbora\nexistente\nbatismos\nmascherano\nquadrinista\nresponsabilizou\nerétria\npesares\nintolerável\novalifolia\ntractores\ngethin\ngheorghe\nlayers\nglomerulares\niraque\nenobrecimento\narquitraves\nperens\nciel\nciex\ncies\nciep\nsofts\npsiquiatria\nchoça\nsemelha\nglaad\nfundirem\nhenn\nossanha\nbenitez\nbenites\ndemocráticas\nrinoplastia\nsonhos\ncurtiss\nmecklenburg-schwerin\nheng\nwagneriana\ntigres\namerico\nimatura\namerica\ntriturar\ncholerae\nilcanato\ndeodápolis\ncércea\nterópode\ncakewalk\nalvéolo\nsangrava\ndiscipulo\nmeiji\nblasfema\nblasfemo\nautolatina\nesporádicos\npaolini\nenigmáticas\ne-jets\nregina\nregine\nintoxicados\nregino\nvisitador\niçou\nbarulhinho\nfluído\nfluída\nouvidorias\nnansen\napollon\nagualva-cacém\nsinusite\narteterapia\nesgotava\nhélio-9\nsacarose\ndramáticos\nvarjota\nvalmor\nhaplóides\nsokol\nsokon\nmassilia\nnovenário\npollack\nex-general\ncurupaiti\nrepackaged\nsudão\nperfaziam\npotiguaras\nsonolento\nousadas\nsonolenta\nreclamando\nicbn\nicbm\npós-impressionista\nlícita\ninternando\njudaico-romana\ncogniaux\ninsólito\npinadas\nbachianas\ncarregaram\ncaoa\nmichoacán\ntonga\nkamatari\nobteremos\ndiminuírem\ncoleópteros\nbronski\nprólogos\nfeels\npictures\ncomentarem\nlomonossov\ndelicinha\nwalrus\narminia\narminio\nbiaggi\nnorgay\nguidi\nguido\nguide\ncomportava\nyoungsters\nconvincentes\ndelicadeza\ninferência\nautres\nosorio\nadversárias\ncistanthe\nsoweto\nmacropædia\nmerrick\naustralopithecus\nclassical\nrotenburg\nchefias\nkalmaegi\nacopla\nwohl\nviolentada\nbarfield\nviolentado\ncaducifólica\ninaba\ntirinhas\npdas\nacompanhe\nvinícius\nmichael\ngiufrida\npontilhadas\npurevolume\nacomoda\nauto-serviço\nwestwick\necos\npoint\nmilénios\nródano-alpes\ntrelew\nsolucionando\nphair\nvancouver\nenvenenados\nyuga\nyugi\ncabeçote\nbairro-jardim\npuławski\nleonore\nleonora\nchamar-se-ia\nabalava\nroitfeld\nplanificar\nmadisonville\nmustapha\ncatolicismo\ncsol\nlouvores\nure\nura\nurl\nurn\nuri\nastonishing\nuru\nurv\nnisshin\nurs\ncostais\nitaporã\nfinsteraarhorn\ndiscografias\nnightmare\nseia\npapagaios\ncidades-sedes\nsein\ncaução\npaisagístico\ncredenciais\npaisagística\nhomicídios\nevanílson\nweblog\njeju\ncitarem\natuará\nlsf\nfestividade\nicônicos\nnjpw\nexpressinho\natuara\nmuds\nmudd\nmude\nmudo\ncontarini\nh.g.\nmizoram\nbugre\njuán\nregistrando\njambeiro\narquitectónicas\naçorianas\nacla\nacrescidos\ndog's\naclu\ntractatus\nnicolaiewsky\napegado\nlsi\nmúltiplas\ndiagramação\nsul-vietnamitas\naspectos\nsteiner\nelastina\narcontes\ndampierre\npoligamia\naqsa\npsicodelismo\ndniestre\ncushing\ndispense\ndespedaçado\ndespedaçada\npriante\nholyoke\nhezbollah\nmarsters\nbeveridge\npantaleão\nresuma\nresume\nresumi\nparcialidade\ninsolubilidade\ndurações\nrequisito\nrequisita\ncb9999999\nescorbuto\nyankees\nsuperlotada\ngangsta\nsuperlotado\nmilícias\nherbig-haro\ncrea\nexilou\nweyden\nexperimentando\nfortíssimos\nsavo\nalgarve\nirriga\nsave\nderfel\nsava\nmcdormand\ntoldo\nprotovestiário\npontualidade\nensinava\nkanuri\nrebelião\nortodoxos\natraindo\nfareja\nnarina\nsader\ncontestando\ntransposição\nmovediça\nvpl\npierucci\nblanka\ntroiana\ndesertas\ncargill\nhonram\nvigorou\nhonrar\nhonras\nemanando\nlowry\nl'étoile\nsódio\njosephina\nalfabetismo\nconstituiam\nencélado\nossinho\nfestejava\npriest\nservimos\ncicadófita\nnaturalizados\nbruxelas\nlozada\nhaplochromis\nbeta\nbete\nbeth\nbeto\ncrescermos\nbaños\nilustre\ntchecoslovaco\ntchecoslovaca\nilustrá\ntimmy\narlequim\nbarreira\nbarreiro\nhislop\nsudden\ncivilização\nadmeto\nocorrentes\nintercostal\nminerato\nchutão\ngilead\nmeteorito\np-completo\nlobivar\nliberado\nliberada\nceva\nmondays\njózsef\nsystematics\nhispaniola\nplanetarium\n-série\nirreais\nrakovski\ncorrales\nmogli\nmassalia\ntoshihiko\nplugins\nc'mon\nmalaria\ndesencorajando\nassadas\nlion's\nsoalhães\ndescobertos\nmelodic\nlutará\nrefletor\nmeeker\ncuspidaria\nrobinson\nchichester\nlutara\ncomind\ncoming\ncomino\nsaloons\nmetroids\nespetaculares\npadronizada\ndirão\npermanecem\npermanecer\npermaneceu\nlouriçal\nadensado\ndirigidos\ncenél\nlisboa\nviabilizam\ngorila\nimpossibilidades\nviabilizar\nmichael's\ngerir\ngeriu\ncomprimir\nagricultores\nconstitutiva\nteológicos\nregin\nreconciliação\nregio\nclaúdio\nsituaria\npirados\nbittencourt\narctostaphylos\ngastronômico\ngastronômica\nultraleves\nned's\nassassinadas\nrotíferos\nrarities\nringue\nmelismas\nstrez\ndescasque\n999/9\njakob\nolheiras\nizilda\nbail\ncordata\ntalent\nyorktown\npretos-velhos\npachecos\ncomprovem\npró-nazista\ntripura\noperação-tartaruga\nintercalares\nhomenagear\nginestal\nshreveport\ncajuru\nobservacional\nsegurá\nleivas\nthroat\ncapitães-mores\nreparava\nkaplan\nreprodutoras\nkimbley\nsegure\nsegura\nseguro\ndignidade\ncommunism\ncommunist\npoluidoras\nresultante\nexpensas\nbotija\nisometrias\njapiim\ndenia\ndenim\nesquivas\ndenis\ndeniz\nmuta\ndemersal\nteletransportado\nofertando\ndelusion\nconstrangedor\npartner\ncobresal\nexistenciais\nesperança\nhipódromos\ntaquaras\nraving\nravina\npicadas\nclinicamente\ninquebrável\nsorrisos\ncicatriz\ncarpentras\nestatinas\nredefinidos\ncontradomínio\nwolfenbüttel\napóstatas\ncondensa\nryle\nevangelium\nretalho\nsumeriana\nnegavam\nflannery\nisentando\nanemia\nindíviduos\nsonda\nf-99\nsemanal\nhatherly\nalertadas\nsancionadas\nima\nimc\nime\nimd\nimg\nimf\nimi\nbaila\niml\nimo\nimp\nims\nimt\nimx\nharro\nherald\nincrementaram\nselho\ndebarge\nimã\ncrimen\naspar\naspas\nramalhete\nnowell\nnowels\nerickson\nsarate\nfotossintetizantes\npatrimônio\ncorticóides\nsanjoanense\njogavam\nextraoficial\nkapranova\nbyrds\nmyer\njantar\nhaynes\ngestatória\nkorzus\ndesviados\nnike\nniki\nniko\nmicrophone\ndeparted\nskiff\nrumor\nrumos\nusher\nexistiram\nterminantemente\njacarandás\nanhalt-dessau\nspam\nuluru\nperec\ndivergir\nperes\nperez\nwhen\nwhey\npredilecta\nangiospérmica\natahualpa\ninconsciência\nl99\nvalidações\ncorba\nminsky\ncorbu\ntewfik\npesquisado\nsociologicamente\npesquisada\nmostruário\nextraoficialmente\nentreposto\nimplicados\nbioinformática\nassentamentos\nlazlo\nkasting\ncapitanear\nproteinúria\nbeloit\npreviam\nincuba\nconstava\noptimates\nhalldór\nforjado\nforjada\nyui\npesadas\nyul\nyun\nyue\npapoulas\ncardeais-presbíteros\nópera-rock\ne999\nexageradamente\ndilação\nseqüenciador\ndjoser\nsolucionado\nglicoproteínas\nelogios\nelogiou\nsolucionada\nnotificando\ngonorréia\nesforçados\nsteinmeier\ngulf\ngirassol\ngull\nmousse\ntatsumi\nbarbaria\ntrick\nmusashino\nhelicópteros\nalpinópolis\ndora\nhermanas\naretas\nkarachkina\nsantinha\nabortou\npiri-piri\nacusatório\npossuidores\nnotificações\nalmejando\nweek\nweed\ngalerias\nweep\nfundación\névreux\nmantos\nmantor\nisqueiro\nmaximiza\nnariaki\nkotecha\nadministrados\nneamţ\ndesova\nziyi\nthere\nthera\nmandzukic\ntraições\ndiques\nfissões\ncanopus\nmeditation\nesdrúxulos\nreapresentado\ncruzipaína\nregulus\nhairspray\nbelief\nversion\nkucera\njequiti\nutilizadores\nmaroons\nfôr\ndesfilada\nestigmatizados\nhoffman\nmordóvia\nialta\ná\nzarza\nconvertibilidade\nokay\ngenitor\ndivisível\ncyan\ncanavese\nprelado\nbollywood\ndedutíveis\nlassell\ninexistindo\nservo-croata\ngravasse\nguess\nposui\njew\njet\nsnowboarding\njec\njordison\nsalbutamol\npioneiros\nmarimbas\nkovic\nxc99\ncots\ncoty\ncote\ncota\ncoto\nregenerativos\nmoscovitas\ndupage\ndescobri\nmicronúcleo\ndesvendando\nadenomas\ndouro\ndemon\ndemos\nbatávios\nrecriam\ndesmandos\nrecriar\nberilo\nmingus\npeer-to-peer\nibdf\nunicórnio\nceviches\nifpr\nproporcionaram\nmontparnasse\nifpa\njelena\ndesfilo\ndesfila\ndesfile\nconsentiram\nfedra\nfedro\nreinel\nkross\ndurazno\nseguinte\nyasuhiko\ntrifena\nhumanamente\nprimeiríssimo\nprimeiríssima\ndireccionadas\njørgen\narafat\npsychedelic\nhorwitz\nafetava\nmalgrado\nbonsucesso\nloganiaceae\nflip-flops\ninfluencia\ninfluencie\nharmonioso\nsacristias\nmalhotra\nbirgitta\nlucius\nsinergia\nmartha\ncollaboration\nregaço\nfeab\nfear\nfeat\ncaeciliidae\njx99\napontasse\nygor\nlaptev\neptv\neptg\nepte\neptc\nundertaker\narjun\nfossemos\njeremy\nrelient\ncavernosos\nconstructor\nreapresentam\nopentype\ndistintos\ndúplice\ntheatre\ncoleccionador\ncinara\nconvencendo\nademilde\nitaqui\ndele\ndeli\ndell\ndelp\nclínquer\nligure\nicebergs\npohjola\nsubstance\npiemonte\nิ\ncientistas\nagira\nturu\n★\nmantena\nalísios\nsambre\npré-renderizados\nescuridão\nagirá\ndemiti\napoiados\napoiador\ndemite\nhayalla\nvideo-game\nmeia-lateral\nyalta\nconvergentes\ntranseuntes\nandantes\ncross-site\nsolicitadores\nakb99\nsentidos\navicii\nrepetiria\ntipu\ncubículos\nbloqueio\nbloqueie\nbloqueia\nsubsuperfície\nviljandi\nowain\ndepressões\nelgarten\nálgebra\nencobrem\nonipotência\ninclinação\nermos\ncompartilhassem\namorreus\npaleolíticos\nespiritu\nnebulosos\nsassari\nfoé\nlezhë\nseaside\nelista\nnorthrop\nfou\nfor\nfos\nfoy\nfoz\nfoe\nfog\nfoa\nfol\nfoo\nfoi\nsicião\nzuki\nzuko\nbuaiz\ncerteiras\nsub-redes\ncuriaú\nwidth\nsuriname\npediram\nufabc\nmatroska\nburitis\ndivididas\nvotara\nmaha\nmahr\ncieps\nvotará\nmahé\njammil\nneurológica\nforefront\nnaturalizando\ncapitulino\nmonreal\nfrogs\nremodelando\nzotto\ntiran\ntiram\ndataria\ncatarino\nconstrutivas\ntokimasa\nmutange\nfalhadas\nretorno\ngoldstone\nbragg\nbraga\navermelhados\nabbath\namarás\neletromagnetismo\npreenchem\npreencher\npreencheu\nescravagista\ntayra\nhavía\nlacrimosa\njornaleiros\nco-produtora\nsátiro\nsátira\nliukin\ncoronatus\nilícitos\neneva\ncavalheirismo\nregressou\ndragão-de-komodo\na.v.\nbohun\ncostados\njurisconsultos\nredesignado\nburen\nopernhaus\nconhaque\nperseguida\nrepassaram\nniveis\nishin\nishii\nskien\nskies\nmaquinaria\nprocessuais\ndorgival\ncatedráticos\ndieudonné\nilimitados\nescapar\nproteu\nattenuata\ncasando\ndestruiram\nmoreland\nmessick\nseguidas\ndurch\njean-martin\ndeliberou\nfrouxo\nx-99\ntâmeis\nnoronhas\ncoyote\nkeeping\norganista\nregisto\nregista\nregiste\nrajada\nradios\nvivendas\nsubiu\nosx-9\nsubia\nmelgarejo\ngeoprocessamento\nmotegi\ngolfarb\nangariar\novermars\nautorretratos\nagustina\nrelativizar\nafunda\nmeia-entrada\nmorsa\njean-jacques\ntoxicidade\n?\nintensidades\nthoth\nintervencionista\npartulina\nencyclia\nlíquidas\nfedayin\nsídhe\nzenobia\nuprima\ntarefa\nsenhoras\nrecent\nboer\ncastigava\nsheraton\nirresistible\nsuperada\npinerolo\nmstislav\nhumilhando\nhives\nmealy\nrevolucionou\nex-participantes\ngaleno\ntranquilamente\nexpansores\narrendar\nfayga\nchartered\ngeramos\nreluzente\nseeckt\namaterasu\ntração\natraiam\nquaglia\nquaglio\nannenberg\ninterpelar\npuerta\npuerto\nbigourdan\ngeert\nkpa\nkpc\ndiscografia\nenvernizado\nenvernizada\nlynchburg\nfídias\nfariseu\nespecializados\nbehati\nsorteados\npoaia\ncavam\ncavar\naltíssima\nadequações\nencerro\nencerra\nencerre\nbm-c-99\ncosmovisão\nsildávia\nencerrá\nre-up\ndistrofia\nestacionaram\nmautner\nhisteria\nlongbottom\ncomprimidas\ncondenavam\navoir\nbatente\nobtem\nobter\ncosmopolitan\ncientifica\n।\ncapitalizando\ncientifico\nporta-retrato\neurípides\nsusskind\ntimişoara\ngónatas\nrecontagem\npovoações\nzombarias\ncidade-dormitório\ndeterminadas\ncongregados\ndeteriorados\nmastiga\nestatutária\nnicotínico\nille-et-vilaine\nempuxo\ncinematográfico\ncinematográfica\nfudge\ncolaborem\ndesconhecimento\nmanuscript\nvidente\ndirigiu\nlist\nencurvadas\nincorporated\ndesfigurado\nsobrava\ncastaneda\nmiguelistas\ngoleada\nprefigurando\ngoleado\nassistira\njust\nframboesa\n株式会社\nsquadron\ngösta\npoupadas\npermitiam\nsmartwatch\nroberval\naérea\nbicudo\nhorus\nbicuda\nhipnóticos\ncozida\ncozido\nimprecisas\nmaeder\nmanteiga\nalmadas\nmatemática\nentoou\nogden\nhonorina\npenhores\nrevolution\nexcremento\nmartelotte\niluminadora\ngaldan\ncambissolo\nmatrimonial\nbullock\nsugeridas\nex-prisioneiro\nblomkamp\npanamera\nsupervisionou\ncamu-camu\ncoruchéus\nkarabtchevsky\nbaffin\nfederalismo\nalamut\nganharia\nhodson\npromotion\ncontra-domínio\nmostly\nnor-noroeste\ndoo-wops\nabandonariam\ncontraídos\ncategorizado\noptavam\ncompõs\nargyle\n-verde\ngram-negativos\ndarwinismo\nnordestinos\nastronómicos\nanúnciou\nanúncios\nluciene\ndesfiladeiro\nraikkonen\ncasacos\nturvos\noportunista\nsonny\nfugiam\ncaptá\ndatagramas\ngrotescas\nspecimen\nsublimado\noriontis\nresponder\ndeficit\nmassarelos\nandroides\napoiassem\neletrófilos\namarei\namarem\nfaris\nhenning\nfarid\nalverne\nisómeros\ncolinesterase\ncafé-com-leite\nmanuelinas\ndiacrítico\ncomplica\nbilinear\nbackstages\nzootecnia\ncolored\ncolorem\ntuscarora\nfavorecerá\nmassad\nmassao\nmassai\ndescuidada\nulam\ndescuidado\nxangsane\ninsatisfações\nmasoquistas\nsinéad\ncomplex\nlipman\nmorrigan\nlhamas\nthirteenth\nzero-quilômetro\nm99s\nmesários\nhospitalizações\nalienação\nlejeune\ndecreto-lei\nhemodinâmica\nuncanny\nkindle\nclassicismo\nschützen\nghibli\nmukim\nrouanet\nratna\nelectricidade\nfractais\napêndices\nsuzie\nperdoando\njpl\njpb\njpg\ntupy-es\ncompartilhada\ncleary\nafra\nafro\ncobertas\ncamerino\ndesportista\nalbi\nexplodirem\nfaith\nconvulsivas\nhimno\nmanchukuo\njamiroquai\nincômodo\nincômoda\nefetuados\nalbergado\ndescreveria\nlampoon's\npolenta\nshowrunner\nsilenciosas\nindigno\nsintético\nfrança-itália\nal-ghazali\npalermo\npapoula\nensino-aprendizagem\nhealthcare\ntoleman\nsteadman\nbraztoa\nachievements\nnegros\níon\nblücher\ncólofon\nprojeção\nherdeiro\nlarvas\nherdeira\ncinema-verdade\ncondecorações\nortopedistas\ntablatura\nswitch\nadieu\nadiel\nmultipartidarismo\nsurfa\ntéspis\nsurfe\njóvenes\nconejo\nagressor\nacompanhamentos\njersey\ncortejá\nenumeração\nwaldeck\ndigger\naportes\ncorteja\nafretamento\ncortejo\naragem\necclesia\nhero's\nokamoto\nincubus\naproveitaram\npré-reserva\nfunaná\nkardecista\nsmuts\nmondale\nmoogle\npassadista\njinn\njinx\nacessaram\npatrum\ninfarto\nkathie\ntwist\nretornaram\nandalucía\nsvetoslau\nsvetoslav\ngeriatria\nfredrik\ngiustino\ngiustina\ninfrator\ndriss\ntransações\npeva\nlustro\nlustre\nmilica\ninvestem\ntenderiam\nchamonix\ncharente-maritime\nhumilis\nρ\nproprioceptiva\nbaldaia\nalcorcón\nstirpium\nchechênia\nangelus\nconstruções\nplanejadas\nexclusivos\nbijuteria\ntamanduá-mirim\nmedical\njundo\nplaystation\nvivência\nenteógenos\ncantadas\nnão-terminais\ngreco-romano\nmolniya-m\nínicio\nmolniya-9\nbenício\nengraçadinhas\nproeja\ntchetchenos\npalisade\nfork\nforo\nform\nfora\nford\ninternadas\nfort\npavilion\nsesiidae\n999:9\ninflado\ninflada\noberkommando\npalotinos\njezebel\nadicionou\npachacamac\ncactaceae\ncultuados\nmicrotoena\nremeteram\noom\nooo\nooh\noop\noos\ncyp9a9\nmongo\nmonga\nmonge\ntáxons\nsalgadinho\nfung-wong\ncomercialização\ndesleais\ngondii\nptolomaica\ngondim\nacidentados\nhegeliana\nparadinha\nfactura\nsacrificasse\ncobramos\nbálcãs\nkarlie\nweisskopf\nkarlin\nubiquitinação\nhungarian\nvocabulário\nalocadas\nparent\neletrodo\ndates\npré-aquecido\ndatem\nsuiços\nnegligíveis\ncallitrichinae\nembalaram\nsozópolis\nyamano\ncesáreas\nandaman\ndoutorandos\npegará\ndescarregado\ndescarregada\nalcançarão\nhabilmente\nneder\nnâo\ncinematográficas\nglóbulos\ncoccinea\nagrippina\nharrigan\ndesfrute\nmothers\nratón\nopressores\ngaulle\npneuma\nbenafim\ndesenvolveu\nagências\nentertaiment\nmesclando\naki\nlúcidos\nelián\nanotaram\nserrinha\nhabilitadas\ncisto\nsmetak\nrocks\nsharpay\nvajda\nweingärtner\nbarrow-in-furness\njabur\nnão-ficcionais\nsuperproduzida\nsacomã\ncanoagem\ncompô\nra\nmembros\ndesgastou\nwallenberg\nx99px\ncompuseram\ncalera\nfruta\nfruto\nbrink\ndocumentaristas\npaiquerê\nsexuality\nretrocompatibilidade\nseltzer\nschäffer\ncidades\nfloripa\nunilasalle\ngilchrist\nhowe\nhowl\nferiado\ndevocional\nmovesse\nfiocca\nmestaruussarja\nmáximos\nrelaxado\nreys\nestalinista\nscorcese\ngoyeneche\nariadna\nariadne\ndalmácio\ndalmácia\nvampíricos\nmakossa\nlycée\nprotostômios\njulgou\nvincoli\nheterotróficos\npetrovna\ncastanheiras\nsersan\nencravado\nitsuki\npredestinado\nmanômetro\njornalístico\nyagüe\nnorthumberland\nmais-que-perfeito\nvls-9\ninaciana\naquaporinas\nrefiram\nnéftis\nráscia\nborromini\nlegalizado\nlegalizada\n#família\nmultiplicar\nmultiplicam\nstalinismo\ntroféu\ncarta-régia\nblakely\ndowney\ndutta\ndorpat\nevangelistarium\ndesgraças\nlinton\ntapir\ntapia\ntapie\ntapio\namidos\negisto\nmaddox\nmaddog\ntakano\nclaraval\ncraddock\nassimilá\npedindo\npersonalizáveis\nhendricks\nbenditas\nomnisports\nassimila\nusual\ncoaster\nmidiáticos\ndefecar\nmilhões\nsystème\njoachim\npassado\nmuzalon\ngeneralíssimo\neärendil\nlegends\nlegenda\nconnarus\nceifa\nlegatus\nlokomotiv\npirinéus\ndassault\nlavrentiy\nreivindicação\narduamente\nbrown's\nfés\noitocentista\nmaiori\npirulito\nexemplarmente\nconstrangedores\ndonatismo\npedirão\npetersen\nabacate\naumentos\nd'adda\nendiabrado\ngprs\nmondo\nsaxifragaceae\nacrobat\nespessura\nbabette\narcelormittal\nholerite\nruteno\nsamba\ncoil\nxamânicos\nrivista\nbonvicino\ngarantam\nfrossos\nurzelina\nventilação\nbabalawos\nnut\nnur\nnus\nnul\nnum\nnui\ndeitei\namarok\nroper\nadotantes\nmediais\nprótese\nderramadas\ntalosianos\nlambrequins\ntoonami\nxw99\nmenstruais\nrecém-contratados\nsurround\nserás\nmaroc\nbykova\nprofissional\nconteúdo\nracionamento\nayla\nenglobando\nprotéicos\nmendel\ndioscórides\nprofundeza\ninstaurada\nmilimetros\nclaraboia\nspectral\nnacionalismos\nsamba-reggae\nremeteu\nfaleceram\ncorpúsculos\narenítico-basálticos\nfirmado\nconiventes\ndrazen\ncayres\nmarengo\nkarlos\ndéa\nrabugentos\naterrizar\nrepresados\ncausaram\nadaptassem\nsobrancelhas\nscarpin\nscarpia\nprandelli\nagitados\neslavônia\nhershey\nquartier\nhershel\njohannis\nlaços\nmärtha\ninterrupções\ngálico\nnavio-museu\nfoxtrot\npeso-galo\ntecnicamente\nentrega\nempataram\nchiquimula\nentrego\ndestilaria\ntodoh\ninchada\ninchado\ntodos\ntodor\napagadas\ncivico\nmimar\ngrimms\nmontijo\ngilsinho\ngálicas\nguánica\ndependia\njd99\ncbb\nmarreiro\ncba\ncbf\ncbg\ncbd\ncbe\ncbj\ncbk\ncbh\ncbn\ncbo\ncbl\ncbm\ncbr\ncbs\ncbp\ncbv\ncbt\ncbx\nhóquei\nfollow\ntaungû\nrosbife\noutorga\nmontadas\nschiliró\nbeattie\nboêmias\ncidade-irmã\nmcclelland\nchamplain\nsecretario\nsinodais\n9-999\nilumina\nilumine\nclaypool\nflexivel\nacastanhadas\nmiriti\nreservadamente\nblank\nbland\nblane\nblanc\ncandidatas\nformatou\nformatos\nhumanitismo\nnotava\nstoner\ndrosselmeier\nmemorandum\nteimoso\nstonem\nsubscrever\nsubscreveu\nex-empregada\nvendome\ndeserta\ndeserto\nsubscrevem\nٌ\nexplodida\nexplodido\nmicroempreendedora\ncostumava\nmergulhei\nempanada\nempanado\nkorea\nrecently\nkorei\ndjibuti\nmorimoto\nkihon\nyoshiyuki\npré-encomendas\nr-99\ncolombier\ndesidratação\nmorinaga\narrivista\njeonju\ndevier\neuler-lagrange\nressonador\nremediação\nemballonuridae\nblueseira\nlocatários\nsorano\nintitulou\nedgecombe\nkituba\nmorriam\nparadise\njaume\nparabens\nameristeel\ngálata\nsteins\ntrabant\nlinguistics\nships\nafortunada\nchefatura\nafortunado\nescuela\nalufá\nengavetar\ninfectadas\nchorado\nacademy\nserio\nmalasartes\ndoarem\nwelby\nalfaces\ngoldhagen\nuefs\nlegitimidade\nö9\neverard\nsacoman\ndistorção\nconflituosas\ndiverge\nagrupados\ncadarços\napuram\napurar\ntutor\nevesham\nesporões\nbeneficiário\nbeneficiária\ncilíndricas\nprogramáticos\nnicky\nnicks\nnicki\nnicko\nbufês\ntirânico\nhécate\nlapentti\nlatouche\nimpactam\nesferoide\nformat_table\nmaranhão\nkarlsruher\nséverine\ndesmascarando\nobrenović\n-ouro\nautodenominou\ngénios\nimediatamente\nosaca\nconnaissance\nsoprava\nstrike\nvalorizada\nanalisava\nvalorizado\nexhale\nabcissas\ntokushima\nabsides\nportadoras\nruta\nrá\nrã\nrê\nmesclou\nprize\nlupino\nr²\npermeada\npermeado\nmarcos\nru\nrw\nrr\nrs\nry\nrd\nre\nrc\nrm\nrn\nro\nrh\nri\nrj\nrk\nr.\nmontbéliard\ndenílson\nplenários\nsionista\nenfatizavam\ndeus-rio\nsycamore\ntiol\ncarnaxide\npredicado\nvalparaíso\ndidio\nsomerhalder\ndisciplinares\nhachenburg\nseviços\nkaioh\nanti-sequestro\namartya\nlandegrave\neducandário\nafins\nafina\nexplicadas\nevangelho\nextraindo\nalmino\nsálica\nelevation\ntotalizava\npolytechnique\nurbanizadas\nfuinhas\nanômala\nanômalo\narida\nsoltarem\nelevadores\nacrescenta\ncercadinho\nresultem\nadesivas\nassinantes\nshishi\ncoronel-general\nbobcats\nestadistas\nmahdi\nmelô\nfocke\nsegóvia\nsuportando\nincomodaria\nmelt\nmelk\nmeli\nmelo\nmell\nmela\nmeld\nmele\njury\narrasadora\njuro\njuri\njure\ninteressadas\nisamu\nleôncia\ndaime\nespetaculo\nóvnis\nprecipitações\nradicalismo\ntecnocrata\nc.f.\nmatchless\nzaffari\npresumida\nmaltratando\ncustomizáveis\nx-treme\ndesacreditados\ndesvalorizando\nrosina\nrosing\nsofrida\nsofrido\nsuomen\narcanos\narpad\ntemperance\nwürttemberg-baden\nsuker\npfaffenhofen\nmeggan\navulsas\naquém\nrueda\nbazoo\nausentaram\nkremlings\nnigra\npernocas\nmodais\nponciano\nlamarr\nvelletri\nrelativismo\nitálica\ncarenagem\nvampirescas\nmarejados\nutreque\nistmo\ntorrie\npastinaca\ndrafts\nocupando\nvirulentos\nextrovertidos\nzáion\njustificação\nvikings\nheist\nlarge\nlargo\npinheiros\nprovisão\nein\ntelêmaco\nmower\nanátema\ncasket\nhowes\nomissa\nomisso\ncabra-cega\ncoloides\nscam\nscan\nscat\nítalo-americana\nmanguinhos\nrestabelece\nregister\nmatthieu\ncroquetes\naeroflot\nelche\nadmirado\nnevascas\nbernkastel-wittlich\ntaxis\nreliance\ngold\ngole\ngolo\ngols\nrf9\nnevralgia\nrfp\nrfc\nrfa\nrfi\nrfm\ncabível\nsint\nroteirista\npirar\nmodra\nportagem\npepperdine\nantipsiquiatria\nsinc\nzada\nredentoristas\nfasano\nprojekt\nstraight\nbenfiquistas\ndoloridos\nopulenta\nopulento\ndádivas\narritmias\ngarni\nk9-9\nscapa\nshooters\nhosken\nbajío\npaisagem\nestilo\nbradesco\nbadakhshan\nidentificaria\npré-colombiana\npré-colombiano\nrchb\nkároly\nsienna\nplanejam\nplanejar\ntäler\ntormento\nimbecis\nossinhos\nviscosas\nretornarão\nclasse\nempatia\nnatalinos\ninstruí\nsadler\nlepus\ndesert\narkham\nrefrigerados\ngudin\nseymour\nmaltratadas\nvaca\nsexys\nmilly\nchhattisgarh\nmilli\nmille\nmilla\ntaliscas\nbósforo\nhermético\npapaveraceae\niâmbico\nsmash\ndistanciaram\nspinus\nrelativity\nalmir\ncartada\ncoala\namianto\ntenon\ntenor\nandroid\nmetodistas\npegões\nadiadas\ncriticadas\ndymaxion\nsociedades\ncomércios\nmonteverde\nolpc\nanticoncepcionais\nsujeira\nrepartem\naventuram\naventuras\nmente-corpo\ntransitivo\nindignos\nindignou\nkooks\nléxicas\npediátrica\npediátrico\nrefrega\nnereidas\nfundição\nfragmentando\nsemiologia\nhedy\ninvaders\nhedi\nfantasiosas\nistituto\nfadas\nretrocede\nantiterrorismo\nchew\nchet\ncher\nchez\ncheb\nchea\nchen\nsul-oeste\nrenovará\ncanções\nimpele\npizzo\npizzi\ngamble\npatella\niturbide\nrematar\nlukla\nlogs\nreinstituída\nandrás\nmichelson\ndinamizadores\nlog9\nenergias\ninter-relacionadas\nesquecendo\naparo\nanalíticos\nkleene\noriani\nartifício\nmargaux\nrejeitando\nvários\nelegem\nu-roy\nelegeu\nratifica\nchihuahuas\nagendadas\nalimentação\npadula\nchapadões\ncropscience\ndelizia\nconseguiam\nnão-convencionais\nsampson\nfulcanelli\nterribles\nfunção\nrenfe\nodepa\nitaberaí\nimbassaí\nbradando\nviking\njulinho\nliderou\ngrenoble\neliomar\nestimados\nestimador\nmonumentais\nbacharelados\nleitte\nquermesse\npicles\nwan\nwai\nwah\nwag\nbraglia\nway\nwax\nwav\nwat\nwas\nwar\nwap\nfarouk\nlavradio\ncolidindo\nsouthwest\nabyara\ndetonações\nlowndes\nenguia\nmudam\nmudar\ndubliners\nquebrou\nbootlegs\nincubado\nincubada\nadoptada\nadoptado\ninternato\ngeneralleutnant\ntai-chi-chuan\nseduzi\nmarsicano\nsuburbanos\nproliferação\nconfundam\nballmer\narchon\naluminio\npoeiras\nfreshfield\ntigers\ncerdas\npaíses-baixos\ntelefone\naglutinação\npazos\ndistopia\nj.l.\namplidão\ndircinha\nidentificações\nlemuridae\npadrón\nimplorado\narrumadinho\ntrajava\nalbergaria-a-velha\nalvenaria\ndesceria\nespinheira\nmurça\nmonofásico\nchagaram\ncoolio\nfischbach\ncooperar\ncooperam\nsadhana\npeay\npeau\npeas\npeak\ncidadão\nteletransporta\nteletransporte\npeacock\ncelestiais\ninquérito\nsubserra\nattribution\ncanalaberto\neletric\nfixam\nbm99\nextratropicais\nquebrada\nquebrado\nviolavam\nesteróis\nderrames\ncrisótemis\nlasers\nbickle\nhendrik\nshimada\nnanômetro\nultrabook\nsuficiência\nlibros\ncaminhões-tanque\nlouças\nregulamentam\nanomalocaris\nportava\njunsu\nacompanhando\nenvergou\ntanques\nclímax\nanormal\npsicoativa\nsubtribos\njuventino\noligarca\npelasgo\npreud'homme\nestilísticos\nyukos\nstroheim\ntailandesas\nkarenina\ndiscretamente\nfeitiçarias\nanthiinae\npfa\nmajesco\nterek\nterei\nnarva\ntereu\nteres\nfomm\nfomc\nfoma\nfome\ninterpretativa\ninterpretativo\nviemos\nmiracles\nabnt\nespadarte\nescuso\nescusa\nghost-writer\notros\nvh9's\nerrou\njaguapitã\ntecto\njeunesse\nkaunda\nquintãs\nobscuros\nmercurial\nconsistorial\nbotijões\nsomáticos\nitacaiunas\nozu\neuleriano\nozz\ntípicas\nbucareste\nvpr\nmortalmente\npovoaram\npropiciem\nz-boys\nacontecido\nsubchefia\ncomissionário\nejeções\nilluminati\nmontini\nabandonados\nvpc\nprudentes\nvpn\nafricanistas\nterra-999\naguardem\ngortina\ncompadecida\ncompadecido\nprocedures\ndeclividade\nolevano\nogle\ncarnosas\nsolace\nadmin\nliquidantes\ncarmichael\nradziwiłł\nrótula\nl'école\nfixaria\njataí\nprofessado\nprofessada\nfrutíferas\nencimados\ncovanca\nvibrissas\nabridor\ncorresponderá\nchernihiv\ncamilo\ncamila\ncoates\nintervirem\nfreedom\neisenhower\neremildo\nflautista\nkotte\nlinguistas\nb9iii\ninteracionismo\ngraníticos\ntransferirem\nseñora\npadma\ndesnível\nchlorocebus\nzulmira\nredondas\nleeuwenhoek\nregrava\ncontracultura\nmogadouro\ngorillaz\npariu\napresento\napresenta\napresentá\nexplicável\nbarrigudo\nbresciano\nlitvinenko\nkantiano\ntransitou\ncanja\nguadalupe\ngambler\nserlopar\nboarding\nlöwenstein-wertheim-rosenberg\nbernardinho\nbizantino-sassânida\ndon\ndol\ndoc\nalarm\ndoa\ndof\ndoe\ndox\ndor\ndos\ndov\ndou\neskrima\ntiles\naravis\nacelerômetros\nxfm\ngh99\nexterminação\ncultivadas\nfundida\nafirmar\nkotc\nkota\nredesenhando\nesnobado\nensaboar\nemular\nemulam\nfalhava\nelmano\nobjetivista\ncompararmos\ncieszyn\ncoibir\noperísticos\nquadro-negro\nintra-ocular\nrecuperá\ndesafortunadamente\ntjd-pe\nwraygunn\nrecupera\nrecupere\npestis\nlãs\ncha-cha-cha\nchamamento\nsacrae\nmolhado\nsacras\nmolhada\ngraceland\ndiscordam\ndiscordar\ntornaram\ntabletes\nmelodrama\ncosteiro\ntendentes\nprecipício\niglu\nsackville-west\nshield\nsorteado\ntemporã\ncambodja\nhighmore\nverbum\ntempore\ntempora\nfassa\nfasso\ndutch\nsuperpesado\nleréia\ninicialização\nब\nbiquinha\nbiquinho\nal-arabi\ncoletado\ncaryophyllales\nprostíbulos\ndespencar\ndespreparadas\npró-eua\nbellisario\nestol\nestoy\nestou\nconcederam\nsalesiana\ncolonizada\ndąbrowa\nsábados\ndeísmo\nudaipur\ntuco\ntuca\ngyörgy\ndahak\ndahan\nreclassificado\ncarceragem\nenderson\nmarise\nmarisa\nderradeiros\ncates\nveleiro\nlembras\nkleinubing\nmaudslay\nembu\nrafah\nofficiorum\ngastroenterite\nexoneração\nmatching\nbenário\nroteadores\ndenize\nrylands\nshells\nshelly\ncelman\nhy99\nshafer\nlançaram\nbonjour\ndestroyers\nruivos\nperpianhos\nbuscarem\ngerenciada\ngerenciado\netimológicas\nfirmemente\nconstruía\nsuperfaturada\nsuperfaturado\ndaqueles\nescorço\nrosanne\ncontradisse\nrosanna\nintimidante\nmagnoliophyta\ncárdia\nlactobacilos\nsúbita\nsúbito\ninception\nprecedidas\nbatiscafo\nlawrence\nvanunu\njogo\ncampaniano\nsoquetes\njogú\njogá\nmos9\ndescrevesse\ningressando\nmosa\nmosh\nmoss\nmontepio\ntyrol\noctober\nobcecados\nal-haqq\nridicularizada\nridicularizado\ncornuália\nehud\nhepáticas\nresolvam\nkaraköy\nluminosos\nalcaloide\nreprodutor\nloxodonta\ndemissionários\ncastália\ncistus\nilicitamente\ncátedra\nescovado\nparamilitar\nsutis\nnormatizado\nberge\nbergh\ncarteiros\nmoribunda\nmodding\nmoribundo\npopa\nlollobrigida\npegarmos\nqueen\nrhyme\ncrosser\npops\nesgotam\nreversível\nesgotar\ndifundiu\nanahita\nicamiabas\nconduziram\nhelvídio\nindividuos\nsi-mesmo\nescherich\nvidisco\nlindona\nhematófago\nabdutor\nnieuw\nleyton\ngalgando\nderam\nparobé\naspiram\naspirar\nsockets\nbritanniae\nmirtáceas\natalaia\nfingir\nfingiu\nfingia\nveron\nlaelson\nbaquetas\ntabajara\nfradinho\npaternal\ncicadófitas\nferenczi\npartiriam\ncurimatá\npsychical\nsindicâncias\ngradas\npubliquem\nimprovisaram\nintersectam\ndescentes\nadaílton\npresidenciais\nhigienizar\ndivertidas\naraucárias\nmairinque\nmatch\ncbf-nike\nprovoquem\ndesconexas\nperseverança\nsoccorso\nindisciplinada\nlegions\nluzinete\nwf9\nédson\ntkip\npallescens\nnowill\njacintho\njacintha\ncaptar\ncasam\ncasal\ncasan\ncasas\ncasar\njawaharlal\npoison\nadelmar\npré-9999\ndançantes\nbrinkley\nflorentinos\nmacdowell\ninvestigavam\nlukas\nmicroempresário\nvegana\nvegano\ncontornadas\nultimate\nifrane\nco-proprietário\nnegrini\npré-natais\nbugalho\nriscar\nkuwait\nfacsimile\neason\nnorthanger\nschaffner\ncycle\ncachambi\nvltava\nrichers\nbotswana\nforaminíferos\ndivergido\nembarcações\nrendessem\nclaude\npripyat\nreprodutivos\ngaudino\nalicates\nvisualizações\narquelau\npapanduva\nescolhidos\nlimburg\ndobradas\naplub\nencare\nencara\nencaro\nacatamento\nresolvidos\nishiguro\ndesmobilizado\nanglicismo\nencará\npekar\ngandaia\nfriulano\nrealizavam\nacontecerem\ngilaki\nencapsulados\ncinejoia\nestarrecedora\naustralásia\nlhos\nwildcards\nextrapolações\nar-penha\ndesembolsado\nincêndio\nescalpos\ndrava\nshinee\nbrilhe\nbrilha\njustus\npassy\nestátuas\npasse\nforex\njeanine\nojai\nbalanceado\nbalanceada\narrebatados\naruaque\nfertirrigação\nmérimée\ncommodity\njavad\nenclausuradas\ntriplicando\nbertrando\nhosni\ncancelá\nempenhavam\ncircunavegação\ncomercialmente\nkiril\ncancele\ncancela\nmenandro\nplact\nplaca\nplace\nplaco\nsolness\nebrahim\ndactílico\nuesp\nuesc\nuesb\ndesliza\ndeslize\ngotham\ncnrs\ncnrt\nacadiano\nacadiana\nround99\nlicoroso\nolhassem\nfrases\nmaçuá\nenclausurada\nenclausurado\nfã-clubes\nsul-asiáticos\nminissaias\nconsolações\nmontreuil\nmuitos-um\ngrytviken\nregistrados\nhesitavam\nmal-estar\nveteranas\nlutz\nluta\nlute\nluto\ndanificando\npharmacia\nactions\nbundesverdienstkreuz\nshotokan\njeanswear\ndudley\ntarouca\nmédecine\nanti-sociais\ndiagonalmente\nslowly\nalvimar\npaleoantropologia\nlímpidas\ndespois\nrepressiva\nmagnésia\nmagnésio\ndist\ndisc\ndish\ndisk\ntranslacional\nreduto\nsocorrer\ndumas\nsco\nemanações\nlubbers\njornais\nbartoli\nguntram\ncachorra\ncachorro\nrecepcionado\nrecepcionada\nmarcus\nagostiniana\nconduzem\nsealbrent\nfinanciada\nlávica\nfinanciado\nsoftbol\nenfraquecidos\neptesicus\ncookie\ncátaros\npsdb-ba\ntarquini\nmarujo\nzachary\ncontinha\nshepherd\nborbulhante\nárticas\norganismos\ncalifornication\nrevistar\ntolstói\ntrenet\nsp999\nravi\nrave\npanteão\nvelutina\nepworth\nbourke\nrevogar\ngoonies\nguennadi\ncambalhota\nliterature\nliteratura\nvectorworks\nlubrimat\ndistribuídas\nandam\nformosas\nlibertassem\nsejano\nipecac\narnolfo\nbagge\nevolvente\nkurstin\nearcomberto\nalongar\nalongam\nestranhe\nperfumado\nperfumada\nlevá\nauxiliem\ndagmar\navarias\ndesertores\ngalliera\nevangelizadores\naprofundadas\nplinto\ndachstein\ndesregulado\ndesproporcionais\nsuperfície\nquake\njimenez\nflex\nk.o.\nflew\nflec\narranja\narranje\narranjo\nbimestralmente\nlegada\nanzol\ncoordenando\nneira\nfluid\néluard\nshell\nshelf\nextremófilos\nengelberg\nexecutaram\nmascis\nschelte\nignorado\ntidus\nignorada\npoupanças\nviaduto\ncarros-fortes\nnaur\nnaus\nmorião\ntirânica\nimigrações\nbalanceamento\ncupello\nrecueil\nescondia\ncalmante\nfôlego\ncitricultura\ndesencanada\nacila\nsingelo\nrepreendeu\nrepreender\nóbitos\nbiluca\nmódulos\nbôeres\njuntem\nblumenau\njacareacanga\nvingador\ncheleiros\ndnepr\ninvestigador\npropagada\nisaacs\npropagado\nheidi\nparashá\nsafáris\nfirs\nvisceralmente\ncheck-up\nressuscita\nmajoris\nalgarvia\nabordaram\nalgarvio\nkotscho\ninstaurando\ngrabens\nanacronismos\nressuscitá\nprocedidas\neslovacos\ntetra\nbompard\nsistani\nbeaux\netólios\nfocar\nlembraria\ncathedral\ndodds\nfestejo\nmillán\nbastardos\nֶ\ngravitacional\ngoyá\napeou\napeop\nrupestres\ntocaram\ngoya\nreencontro\nviolada\noleico\nmodos\nmodon\nmaréchal\nsyzygium\nmenken\njardín\ngenus\neixample\ncarélia\njackass\nefusivas\ndeprimir\napanharem\nrelevância\nvigilante\nfresnel\nberrante\nsummoner\ndiyarbakır\nachado\nplanificado\nplanificada\nsediar\nsediam\nalmeja\nlauretta\nvintém\nserventia\nslope\nsubindo\nassombrados\nalric\ndissolvida\ndissolvido\ngravitacionais\nreferimos\nresenhas\nencontrasse\ncrachás\ncompreenderam\nhemácias\nhorman\ndispensou\npeão\nabarcando\nbucaneiro\nenunciado\nenunciada\npune\npuna\nbernardet\npunk\npuni\nbernardes\npunt\nthetis\nescoteiras\nadmirando\nimaginava\naustrochaperina\narouche\ntupi-guarani\npensada\noutlet\nfotoquímica\npensado\nfolhado\nfolhada\ndypsis\ntenerife\ncoleiras\nfrançozo\njumper\npatologias\nsofridas\ndecifra\nmarinheiro\nnegociantes\nreebok\nblay\nblas\nblau\nblah\nblaj\nkaroline\ngdp\ngdr\ngds\ngda\ngdf\ngdi\nforrozeiro\nbullpup\nstranger\navultam\ndescobrindo\ncontatam\nhollande\ngresham\nsincronicidade\ncederam\nprimeiros\narco-e-flecha\npurépecha\npóvoas\nfulque\nnelson\nhunting\npp-mg\nazul-marinho\ncontrários\nvlado\nfornari\natrações\nwebkit\ndietila\nreprogramação\nhavelock\nmamíferos\nviveiristas\nlozi\nendosso\nendossa\nkasserine\ngilka\nchandra\ntolokonnikova\nbagunceiro\nbagunceira\npropagou\ncertame\nsúditos\ndividendos\norangotangos\nflavus\nyuriy\npulmão\nbergantim\neguns\nlenovo\nroxane\nalaranjado\nneerlandeses\nalaranjada\nroxana\nestimadores\nloiret\ncalderone\neurope\ntarver\nbeterrabas\nscottish\noitenta\nvigiados\ntragados\nfremantlemedia\nofuscada\nzeldin\nmahmood\nnowhere\ndescrição\nmapeados\nsecutor\nmiopatia\naflições\nemaranhado\nbülow\naerial\nbraquial\nscraps\nsaurimo\ncaldera\nagressores\ndarro\ndarry\nbisnetos\ncoreanos\ncalliari\ndoçura\ntraduzida\nogivas\ngaudio\nhipopótamo-pigmeu\npelota\nconspiratória\nanimal\nabandonos\ncervejarias\nderal\nlaureados\narpoador\nvereda\nmalabarista\nsucederá\ntalavera\nargos\nelito\ngaprindashvili\nelite\nteófano\nsucedera\ncc-9\nintimidades\nr.c.\ncôvado\newart\ninfografia\ncinzentas\npowiaty\nduckie\nos-9\nempregadora\ncuritibano\ncuritibana\nfferj\nelmhurst\nenvolvendo\nsenha\nkramer\nsagração\ncriminaliza\nsinbad\neskilstuna\nerrando\nsuntuoso\nflamsteed\nlocução\naeroporto\nmamelo\ncomunidade\nflorestado\nguillotine\nbeneficiárias\namur\ntremere\nneutrons\nthorndike\nhahn\nhaha\nbétula\nblooming\nmauch\nfazendão\nlal\nlam\nlan\nlao\nlai\nlak\nlad\nlae\nlag\nlab\nlax\nlay\nlaz\nlat\nlau\nlav\nlaw\nlap\nlas\neggen\nave-maria\ngorjetas\natacou\norganograma\npeluso\ndescriptografar\npepey\npepeu\nnetwork\nwasilla\ncátodos\nparticionado\ncompletara\nwallflower\ncontrolasse\nmickiewicz\npilastra\ncompletará\nsupresa\nibiza\nfortifica\ngaius\ncantrell\ncuiabá\nhübner\nduelos\nduelou\nthrowdown\nwojewództwo\nalijados\ncivilizacional\nsisudos\nescrevera\ncarochinha\nafogava\nrepaginada\nrepaginado\nxx\napresados\nmikoyan\nfăgăraş\nepagri\nteravada\nexcomungar\nxs\ngandhy\noxia\ncoco-da-baía\nsenatus\npastelarias\nmaraj\ndaca\ndescarado\ncrioula\ncoordenou\ncrioulo\nomega\nnervosa\nhachemita\nestapar\nimpressionantemente\nseguidamente\ngawc\nescanteio\nmarked\nmarker\nhematomas\nchicos\nmarket\nsobrehumana\nhydroporus\nfinis\nsakon\nindicia\ntaza\nescalar\nescalas\nenganara\nindiciá\nonça-pintada\ncairá\nreiko\nreiki\nlulante\nnavio-tanque\nbuscarão\ncaird\ncaire\ncairn\ncairo\ncairu\nboémio\ntiggo\nanimado\ncrain\ncraig\nlumpy\nescorel\nescores\nmá-fé\nlottenberg\nleather\ndestinarem\npricipais\nencerrada\ndesprestigiados\nfeudo\nschiffermüller\nanalyzer\npindoba\nªdivisão\njoás\nsaúde\nconsolada\nembutida\nembutido\ngravamos\nadvento\naculturados\nlindinalva\nmetrorec\nnielsen\ncayman\naceleratech\nanunciador\nanunciados\ndancefloor\nu\nudine\nubisoft\nconstitucionalmente\nprimeira\nelementary\nsancionou\ncate\ncath\ncati\ncato\ncats\ncatu\nseether\nsherborne\ninsurreccional\ngernot\ncinejornais\ncatê\ngosport\nprosperando\nheaven\nverband\nverbano\nnorte-ocidental\npatrocinaram\npagava\nheatseekers\nfraudulenta\nvisicalc\ntaxaceae\ngastos\nabras\nabram\nlöfling\nmilimetricamente\nindígena\nsul-vietnamita\nchhindwara\narábicos\nheterodoxos\nparmegiana\ntocci\ntocco\nminbari\ninterzonal\naydos\nradicar\ngoering\nzaina\neliminada\nvaradero\neliminado\nenergia-momento\namandha\ndth\ncabeceio\ndta\ndte\ndts\ndtp\ndtv\njujol\n9999-999-9999\nbéthencourt\nesturjões\nsemimanufaturados\nuniversidades\nestratégias\ncapitão-mor\nabnegada\ndeteriorando\nstansfield\nizquierda\nizquierdo\ntoungoo\nformalismos\ncrataegus\nsetecentistas\nvalens\nbundesland\nliszt\nmuralista\nreviravolta\niurd\niure\nvallière\nfipresci\ncapitaneado\ncapitaneada\ntunga\nstargate\naprontando\nfong\nfacebook\ngirardi\nlipoproteínas\nretroativa\npucca\npucci\nraspberries\netrusca\netrusco\nbirkbeck\narteplex\nidentificada\ncentroavante\nintrincado\nmarylin\ndeserção\nuema\nrusyn\nculebra\nkournikova\ngraúdos\nwerder\nwerden\numbrella\ncédula\nfloresceram\ngirlfriends\nsubnutrição\narbitrariamente\nescura\ntreinavam\nacalmou\nstürmer\nviva\namplos\nmoralizar\nzuínglio\nparquinho\nencapuzados\ncerâmica\nencarcerar\nflávios\ncitera\ncarbonos\ntérreos\nprocissão\noeste-leste\nsaint-gervais\nsills\namboim\ngoutetsu\ndécimo-oitavo\ntapera\nbalúchis\nhelicóptero\ncicatrizante\nsufrágios\nxabi\naetna\nquinzenário\nozark\nkonitz\ndeveriam\nabafada\nescutava\nskills\nplantarem\ncustosa\ncustoso\nretração\nquímico\nabrangidos\nquímica\nornamentais\ncapsaicina\nworkout\nesvaziando\ngirolamo\ninalterável\nagrimensores\npresidente-executivo\nmões\ngrado\ngrade\ngrady\ntryggvason\nvintena\nselecionei\nhampden\ntrimestral\nbezirksoberliga\ncoice\npiauiense\nturcomenistão\nrenunciem\nsacrificavam\nolhou\nolhos\nitanhém\nvries\nreassumindo\nbroncoespasmo\nrespaldado\nrespaldada\ntodo-poderoso\napertem\ntriângulo\nakká\ncaballé\ncoacção\nedendale\nakko\nparadigm\nprofusamente\nnegam\nalecsandro\nparalamas\nturilli\ndeterrimus\nestranhamente\nestranhamento\nbrianna\neruptivos\nribisi\nvulgare\nporta-retratos\npyrgocythara\nshou\ntrunfo\nappleton\ncloroplastos\nexéquias\ncomprimindo\npermite\nlotbinière\npedantes\npermito\nceram\nceras\nfranco\ndollfuss\nfranca\nfrance\nromanizado\ncitra\nfinlandês\nconvertida\ngasse\nreavivada\ncs99\nwicca\nq\nnão-calcedonianas\ndestituiu\ndestituir\ntraqueotomia\ndesenrolam\npoupava\nimplementada\ncórcira\namericana\namericano\namericans\nescort\nkuipers\ncluny\nvarese\nconsistindo\nmouriscas\nvaquejada\nredactor\nreestabelecida\nmultiplique\norgun\nmissionária\nreservou\nsoropositivos\nantigamente\norochimaru\nofereceria\nmunicipios\nfácies\nhomologias\nlumumba\nsubida\njukov\nafetivamente\nantiinflamatório\ndrapeados\nantonis\nusipa\nbalcânicas\npheidole\nserrolândia\ndangerously\nabu'l\npluft\nerinaceidae\nizanagi\nxerifes\nformalizar\ngoleiros\nformalizam\nsteyr-land\nventas\ndespertada\ndespertado\nsouber\npareceria\nconjugadas\ncabanas\ngerenciou\nprotodinástico\ncasto\ncasta\nsergei\nshazam\nfukuda\nfastos\nperiélio\nimpetuosos\ncontraterrorismo\narcaica\nvarley\ncomercializados\nrelatorias\norelhinhas\niluminadores\noleiro\napavorado\napavorada\ntecnólogos\nintervenha\nfacilitaram\ntranformar\nfloração\nagua\niridescentes\ncôro\nmuriel\nosteen\nnegarem\nseurat\ndesdobrada\ndesdobrado\nestadunidense\nappice\nantiquark\nkoninklijke\ndiminuía\ndocherty\nmokiti\ndeitou\ntaboada\nmustafar\nnkvd\nbrookes\nbrooker\ninjecções\ndiretor-financeiro\nendara\nyasuda\njogou\ndemokratycznej\nseguira\neminência\nestequiometria\ninevitáveis\nlectina\nseguirá\norganization\nverificam\ncentauros\nsnap\napadrinhada\napadrinhado\nconsequencia\nshinzo\nsíndico\nsíndica\nsdu\nsdp\nsdr\nsds\nsdd\nsde\nsdf\nsda\nsdb\nsdc\nsdl\nsdn\nsdh\nsdk\niruga\nparterre\nsociais\ntrombones\nurbanísticos\nzydeco\necorodovias\nauer\nunioctavio\nmadeira\nmilitares\ncalipso\nlindinha\nothers\nindecentes\ncavill\nastronômico\nastronômica\nqj99\nastoria\ncurvados\ntaiga\ndn\nmedrano\nkenedy\ndx\nmodificadores\nlabor\nprobabilísticos\nlunatcharski\nalmagro\nengajados\ndisick\nblackie\ndª\ncarnevali\ncarnevale\ncnid\nteclado\nista\nisto\nexperiência\ncusio\njáuregui\nescavação\npreocupasse\npalanque\nridolfo\nridolfi\ncharacidae\nginecologia\nprimórdio\nconceitua\nofdm\nrowan\nurinou\ndouaumont\nccsvi\nosmótico\npatuléia\ncantora\nadivinhas\nadivinhar\ncrase\npedalando\nencaracolados\nsete\nseta\nseto\nseth\nseti\nsets\nmetropolita\nmilitarismo\nchainz\nchains\ngeisei\ngeisel\nranieri\ndesmontou\nentidades\nsumariamente\nlasiodora\npetta\nréticos\nentupir\nrenovava\nsemi-árida\ncompromissada\nsemi-árido\ncompromissado\nestamento\nnistagmo\ndesorientar\nalérgicos\npatéticas\nassed\nassef\nassen\nasser\nasset\nи\natómico\nintrusos\ntarcísio\ndanny\ndanni\nmawson\ndanna\nzerzan\npreguiçosa\ngólgota\ntractebel\ndesprezadas\nftse\nluppi\nlavadora\nmetálicas\nhqs\nhqm\nannonaceae\nscissors\nsatori\nguinness\nchebi\nalucinógenas\nsatoru\njalde\nhisashi\nmórbidos\nescandón\nchipotle\nsátrapa\nsabrina\nlicking\npinnatifida\nacatadas\ncofactor\ntemptation\nzastava\nrelacionou\nmultiplicadas\nesotéricas\ncalanca\namboina\nmattick\nganglionares\nrítmicos\nmondego\nsapucaí-mirim\nbruxinho\nbruxinha\neurocopas\nsolipsismo\nextratores\nantiaborto\nsecurity\namolar\ndollhouse\nmediatização\nrivarola\nmontevideu\neulogia\nmontevideo\neulogio\npereceram\nbooliana\ndelegou\nedenilson\npostman\neurostat\neurostar\ncolunar\ngreeley\ndedicatória\nreinavam\nazarenka\nvíscera\ndescubro\ndesconfiou\nlehzen\nrhema\nfingida\ncâncer\nfingido\nslbm\npolinômio\nespecializa\nfatio\nfatih\nfatie\npallium\ncascalheira\nbabeuf\ngermânico\ngermânica\nkenn\nkent\nhula\nhull\nhulk\nhulu\nvisitadas\nebd\nebe\nflagram\nschivartche\nvértebras\nblackburn\nmikoto\nlinfocítica\neverman\nfrança-brasil\ncriosfera\nkitamura\nabortados\nauto-interesse\nsanvicente\nderrotados\nenvergonhado\nenvergonhada\ncountry-rock\nbeltrame\nfémur\nbeltrami\nentramos\nprocedeu\nindesejados\nadministrado\nadministrada\ndetermina\ndetermine\nmissionário\ndeterminá\nrepresentara\nbalança\nbalanço\nrinhas\nadônis\ntriforce\navaliação\nnhtsa\ntransformando\nsanguinolento\nptolemaico\nptolemaica\ngrands\ngranda\naerodinâmica\ngrande\ngrandi\naerodinâmico\nprogressões\nmcguinn\norionis\nguaracy\nserranópolis\nalgarvias\ndivulgou\ncondes\nfiber\nbósnia-herzegovina\ntransviados\nexplodem\nartifícios\nanabólicos\ndentinho\nconvença\nsabugal\nbpa\ncabeça-de-ponte\nthuram\npettibone\nexistência\nrezam\nwisteria\npé-frio\nsimbolo\ndiferenciando\ninspiraria\npropor\npropos\ntransposições\ninvestidos\napetrechos\ngodiva\nescoltá\nbranco-ac\naceitariam\nanti-cristo\nfpf-pe\nalimentadoras\nupright\ncomnena\nmanifestarem\nacquastudio\ndecifrar\naccademia\ncoberturas\nmouscron\nanúna\ndecorrências\nperemptoriamente\npanis\nconstrutiva\npanic\njagunço\narredio\nnivaldo\narranjadas\ngaleão\npremonitório\naplicasse\npuyi\ninterconexão\ngrite\ncosimo\ngrita\ngrito\ngrits\nchichimeca\nconfraternizar\ncabeças-de-chave\ncirculantes\nescorregão\nagency\nzhukov\nagence\nmeteorização\ndeena\nqualificar\nbertelli\nsobrinho-neto\nconflitante\nobesotoma\naddie\naddis\nlopilato\nbioengenharia\nblandford\nprotoneuridae\nlúdicas\ntranspositor\nirati\niraty\ncedrela\nmacacos-aranhas\npinguelli\nxiomara\nnicolaítas\nsalvatti\nramão\nsubprime\nbelerofonte\nholler\nendovascular\nespetinho\nbriegel\nschtz\nboiardos\npiores\nbacamarte\nporcaria\ndecoradores\nnefita\ntorpes\ntorpey\ngeneralizando\nredecker\nspiders\nrickman\napareçam\nvirtuosos\npatinete\ncanes\nreajustadas\nigual\nazurita\nindicaria\ntenshi\nmarca-piso\naniquilação\nchandos\nmiyavi\nchandon\nvezza\ncombatendo\ntillamook\nestrou\niraquianas\natmosféricos\nmannerheim\nronsard\nassignats\nberwick\ndietílico\ndesencorajar\ncanção-título\nportmanteau\ndesencorajam\nabranet\nenfiando\nrecém-formados\npmdb-go\nsadko\npositividade\npartilhado\npartilhada\nx-play\npêndulo\nlepidoptera\nobstetra\ntyndale\ntyndall\ntacitamente\ndiscipline\npolainas\nmeridional\nshuma-gorath\nescalado\npraticado\ncosta-gavras\npraticada\nescalada\nobesa\nobeso\ntrocaria\nbrotação\nzeon\nquitinete\nmonika\nnarradas\npileggi\nfuncionarão\nshwebo\nvildemoinhos\nagassi\nherria\ndnq\nfacchinetti\nfriederich\nchaim\nchain\nchaia\nchair\nxantina\ntieta\nsubseqüente\nexact\nmartha's\nretenções\nantwerp\noldies\nequídeos\naeroclube\nbharata\nverminoses\nresidênciais\nepidemiologia\nmahdistas\nranidae\nmaninho\nmaninha\naprox\nultrapassagem\nmós\nmór\nkotoko\nhalteres\ncamões\ncolecistite\nitamaracá\nmatizes\nacentuadamente\nfizessem\nrakshasa\nwynn\nimaginei\nimaginem\nanticlímax\nwelison\ncarlomagno\nkisaragi\nbearzot\ndocentes\nrecordações\nexploradora\noresme\nnauatle\nsciencemag\nconservação\njospin\nwilco\nrivadávia\ndispendiosas\nterminações\nkoerner\ngwr\narrebatado\ncalouros\navillez\nplamondon\njogabilidade\ninquéritos\nactinaria\nrasgavam\nsocietas\ndiscutível\nprahlad\nbeilhique\narshavin\nexaltavam\nchouriço\nmadrigal\nmíseros\nfahey\ncomportados\nbismarck\nnora\nnord\nnori\nnoro\nnorn\nnorm\nferia\nferir\nferiu\ninezita\narachnorchis\najudadas\nlst-99\nmíni\nhash\nhast\nhass\nsalvadorenho\nsalvadorenha\nsilva\nsilvo\nwetton\nionosféricas\ncoordenadoria\naveia\nleary\nlearn\noxidadas\ndomingues\ncodinomes\npeppy\npeppe\nsauce\nplanificação\nchansons\nsócio-econômico\nsócio-econômica\natwater\nshushunova\nsintetizou\nsimonson\nmicrocomputador\ndaredevils\nsantos-sp\nimpermeabilizante\nnação\nmanuseio\nmanuseia\nmarinete\nallis\nyauco\nallin\nallie\nbalaiada\nidesp\ntit\ncorrosão\nlegibus\nvernazza\nkoeman\nentupida\nentupido\nionosférico\nnerval\nalviela\ncâimbras\npasseava\nventríloquo\nfauzi\nnicholls\ncamponesa\nperseguindo\nfunvic\ntij\nkula\njornal\nganharão\nex-aluna\nex-aluno\nestressar\nautóctone\ndespolarização\nconsolador\nsócio-correspondente\nreincorporação\nbeckmann\ngraben\ndesconheçam\npossuídas\nduplicidade\nobservantes\ndepredado\ndepredada\nbaixo-relevos\nflowing\nduplicou\namputadas\ncolubrina\necólogos\nsadismo\nestacionamento\nisotônicos\nabusada\nabusado\nisaque\nbrioche\nxícara\nevolutionary\nzakharova\nmetecos\ninoportuna\ninoportuno\nstaal\nconjunturas\ncombinou\nmakoto\nthiokol\nretardatários\nan-999\ncould\ncg999\nwilshire\nlumes\nlumet\nlumen\nescorre\nbrunilda\nescorra\nargüelles\nunilaterais\nzigomorfas\natis\nlíbero\nobcecada\nobcecado\ndinares\nbiondi\naep\naes\naer\naew\naea\naec\naeb\naed\naeg\naek\nael\nguayana\nmanifestasse\nsinteticamente\nmensurável\ndisa\ncarpegiani\nmágicos\ndise\nalimentaria\n∨\ndesesperadas\npan-arabismo\nex-funcionária\ndance\nex-funcionário\nzimbabwe\npêssego\nlibertadores-99\nxanten\ngymnastics\nduvidosas\nfundecitrus\nhooligan\nviajem\nbrownies\nmeissen\nayllón\ngirava\nseraphim\nespículas\nmégane\nflamarion\nviolentamente\nentrevistadores\ndeclassified\nbusque\ndeterminavam\nmajid\nseligman\nprostitutos\nembargou\nafastadas\nreencontrando\ndesnazificação\ncovelas\nbebop\nsylvilagus\nmarkovnikov\ninstituidora\n......\ndestrua\npresenteada\npresenteado\ninciativa\ninnovative\nvalentemente\nperduraram\ncolocara\nproduction\nschineller\nparisienses\nbebedeiras\ncontorce\ndestruí\ncabuçu\nespantosas\ncolocará\nlouzada\nex-participante\nlollipop\ngestantes\nacabando\nbrahim\nrossio\nvolúmica\ncereal\ndecolagens\ningeborg\ncontento\ncontente\ncontenta\nconcordava\nconvenhamos\nhamsun\nhammond\nmossri\nsuperfaturados\npistolagem\njoven\njovem\ntraumático\nreinstalou\ngo-daigo\nnürnberger\nafixados\nmafiosas\npreservaram\nperpetuaram\naberto\naberta\nglobosat\nglobosas\nexcita\nexcite\ndesaponta\npaglia\ngravenhorst\nmoleskine\nfust\nfuss\nfuse\nfusa\nfuso\nbatizando\nsaint-honoré\nsalamandras\ntogepi\nvesícula\ndirigiam\nnight\nsixx\nrelatados\nsurpreendia\nschleiden\naretusa\nlivrará\nnítidos\npyetra\ncelenterados\nantífonas\nnanyo\nromână\nnão-letal\narrastá\noposição\nostentavam\nidríssidas\nzirida\ndartmouth\nfreemium\ngeradores\nespécia\nespécie\narraste\nalfa\narrasta\narrasto\npitão\ndemarcando\narteríola\nastróloga\nmedita\nastrólogo\nduvidou\ntrani\ntrane\ntrang\nherediano\ntrans\ntrant\nmazza\nrevoltoso\nhornung\narcaísmo\ncujos\naqueça\nrobóticos\nmicos\nglobalmente\nbekasi\nnotodontidae\nseoane\npsychanalyse\nvdrl\ncorsária\nmenchú\ncetren\nnominado\ngrelhados\nchopim\nchopin\nseedorf\ncarburação\nizzie\ntáteis\nimperceptivelmente\ncambalacho\njohansen\nkrovanh\nmcginnis\ngreetings\nnativistas\nalarmaram\nganesh\nganesa\ncatapultou\nnovadutra\nlonginus\ndiurna\nmódicos\npalme\nyellowstone\nafiliado\nconectava\nmicareta\npyeongchang\nbatalhava\ntuiuti\nfools\ndesprazer\nopisthopsis\nrazias\npolessa\ndesconecta\nchiron\nchirol\nteardrops\ngalia\nliminarmente\nmaridão\nadvertising\nponteira\nponteiro\nsâo\nabner\nbadaró\nabney\nameba\nschultz\nriccó\nulrike\nulrika\nschulte\nninja\nautua\npró-democracia\nacumulo\nacumula\ncousas\nacumule\nl'académie\npecuárias\ndanifica\nempobrecidas\nmiuccia\nchimbal\ndanificá\nadulação\nhypo\nagapanthus\nhype\nmensalidades\ngoldfajn\nyoyogi\ntumulus\nlubelski\nherbácea\ndesencadeará\npontiagudos\ndistorce\nusufruem\nrevestido\nrevestida\nmuhtadi\nbessemer\nbaixos-relevos\nlodosos\nprograminha\ntipográfica\ntipográfico\nauréola\nimaruí\ndataprev\ntrigo\ntrigg\ncanadarm9\nmotorola\ncrômio\nsubordem\nkoury\ncorte-real\nadministrou\nestabeleceriam\nconsistido\ndiscernimento\nprússia\namargaram\nazenhas\nsimilar\npresunção\nconversação\ndeitava\ndesconsideram\ndesconsiderar\nfadistas\netiquetados\nadoções\nabreviou\ntestículos\ncharisteas\ndeuxième\nbeijão\npatinou\nsólio\nsatirista\nxaxim\nconfinadas\nisotropia\npós-sináptica\nereção\nhedonista\ntratava\nflutuante\nchiavenna\nacionam\nacionar\nmordeduras\nbattles\nbattler\nblades\nbatizam\nbatizar\npós-grunge\nmecanorreceptores\nmatrícula\ncanini\ncanino\ncanina\narmamar\ntyra\ngraduandos\ntula\nsupernova\ndeterminativo\nagindo\npitangueiras\nlaurindo\nabominável\nrenegar\nmorôni\npré-históricos\npelléas\nespeculou\nharmonies\ndespertaram\ninalienável\nshorinji\nbem-te-vi\nsamaritanos\nlivepass\ncradle\ncaulim\norconectes\nprateleira\ncanada's\nitil\nexpiração\ngetulismo\nitié\narnsberg\nderrubadas\nanchesenamon\nduendes\ncaetité\npicardo\nlouvaram\nbaratear\nolympians\nblasters\nastrônoma\nastrônomo\npersonificavam\nmunson\nanglo-neerlandesa\nporcento\nvéio\nvéia\nümit\nacordá\nfundões\nintramoleculares\nrobertson\nshahid\nrool\nroom\nroon\nrood\nroof\nestendê\nroos\nroot\nepítome\nsaint-germain-des-prés\ninesperado\nhamer\nestenda\nestende\nestendo\nsoissons\nmirteto\nrejeitos\nconfraternização\nrejeitou\nmandá\nmandé\nmandê\nreptilianos\ntalamanca\nmandu\neufrazino\nmandy\nmande\nmanda\nmando\nmandi\ncalcita\ndorsais\nzdf\ndoremi\nsócrates\nrefugiava\nquarterback\nacordo\ngoeses\nrushville\ndespencam\ncomilão\ncarabinas\nresveratrol\ngrão-prior\nyhwh\nemei\nsabidos\nelli\naliviadas\nella\nelle\nelly\nagon\nfiador\nembarcavam\ncopyrights\nquarentões\nqueratinócitos\nmayer\ncarecendo\namebóides\nvulcanismo\nacreditante\nautomatically\ncardiff\nboingo\npasiega\nassertividade\nobsidian\ncanoeiros\nmassagear\netologia\nreptiles\nchazan\nmadina\npré-gravadas\nsuspect\ndevelopments\nangélico\nangélica\nabençoando\nmicro-região\npadilla\nolhavam\npashtun\nflotilha\nreprovou\nsustos\ncoxipó\nabdicaram\nerudita\nlasanha\nsarcedo\ntituladas\npillsbury\nfaísca\nbathytoma\nfajã\ncassandro\ncassandra\ninterior\nmckagan\nangst\nsussman\ndestacadamente\nesciros\nisolacionista\nrecém-chegada\nrecém-chegado\nspezia\nminutinhos\ncartaginesa\namerikkka's\nobscuridade\nseas\nseap\nseat\nsean\nseal\nseac\nseae\nwonder\nprodutor-executivo\nандрей\ncomissões\nwobble\nbentinho\ngalpão\ncotton\nredutoras\nimpedindo\ncastejón\nassinarão\nbipinadas\nkrabappel\nlivila\npsicotrópicos\nhoremheb\ncacaio\nex-presidiário\nenvenena\ndecrescido\nconclama\nnovinhos\nacionando\npipas\nprevalecia\nbengell\nל\nenvenená\nsuspeitaram\napropriadas\ninwood\nmorem\nmundanos\nunoeste\nmulroney\nletões\ndiminutos\npacificador\ncrurotarsi\nsapieha\ncriatividade\nseriema\nchronos\nfiliação\noficina\ncompletaria\nhfs\nhfc\nrand\nrang\nrana\nbaar\nbaal\npolimerase\nmercadão\nbaa9\nexcelentes\ndigressão\npoirot\ndavala\ngangrel\nlibaneses\npaquimeres\nororo\nirreversibilidade\naborrecimento\nescultores\nritos\nconfessional\niodetos\ncoreógrafo\ncoreógrafa\nsulamericana\nnorteador\nereira\nwardrobe\nmartelos\ncentralizadora\nwildfire\nressecados\nunus\nabercorn\nunum\nfluorescente\npoetiza\npontuaram\ntrabalhistas\ncloris\ns.p.\ntennessee\nmaekawa\nhazlitt\nluzinhas\namigdalite\nmucama\nnewham\nnormalista\nsacco\ngaleano\nsalvatore\nsalvatori\nsuffocation\nemplasto\nfoolish\nsofía\nloches\nacharia\nimamura\ninfraordem\nserval\nservas\nvíctor\ntributada\ntributado\nabelianos\nádige\nbastião\ntvcine\ncelebrarem\nlatinidade\ngipsy\nquasimodo\ncalculada\npêras\nbusiek\ncombinadas\nkoeler\ncarroçarias\nlujan\nalois\njanowski\ncônsul-geral\nschön\nplumly\ndesatualizados\ndilúvio\nmassacrou\nalvelos\novais\nhiroshi\nsclerochiton\nrosso\nmelua\nmelun\nrudiger\nsupressões\nduckman\nparadeiro\nnocauteados\ncatedrático\ntutelados\ncatedrática\nex-militante\nindispor\nwv99\nbulldog\nproviam\nuganda\nhabus\ntomasi\ntomaso\ntomasz\nvanildo\narbitrários\ngattai\ngattaz\nchauvinismo\nrebbie\nmejía\narmenia\narmenio\nconmigo\nbrandão\nfassbinder\nwpa9\nfrancelino\ncategorizar\nlocura\ninspetor-geral\nvigenère\ntshwane\nburke-roche\niconium\nlippert\nrolezinho\npaciência\ncaburaí\nreclusos\nrolândia\ngrimbold\nlika\nlike\nradiológicos\nglucksmann\nteutónica\nottmar\nincorporaria\nottman\nrochedos\nmarsala\npassamento\nentregaram\npluviométrico\nbozzio\nhispano-américa\ndca-br\nacesas\nimensuráveis\ncremilda\ndirect\nelfos\nrevolver\nxvii\nxvid\nsabotando\nstevin\nstevie\nelevadíssimos\nbarricas\npadawan\nbernasconi\ntablóide\nsalso\nsalsa\nparallel\nelegância\ndioramas\ndeeplick\nterminasse\nsanz\nrecombinar\nd'anjou\nanestésicos\nsang\nr99\nsana\nr9b\nr9c\nr9a\nmorakot\nfraudadores\ntsung\nengajamento\nlisânias\ngenótipos\ndighton\nmusicale\nstephane\nprecocidade\nsoltado\ngoifman\narabesco\nmut\nmus\nmur\nmuy\nmux\nmud\nmug\nmua\nmun\nmui\nsófocles\nleviana\nleviano\ntingüi\nffffff\npautados\nquincey\namistosas\nescolar\nescolas\nsubjetivos\ncontígua\ncontíguo\nsiviglia\nkabaeva\nlivigno\nacarnânia\ndisegno\nelection\nbamiyan\npaniculata\nmors\nmort\nnerds\nacron\nfilmamos\nvajrayana\nmaureen\nnão-me-toque\nexalta\niaijutsu\ncuretagem\nhs99mins\ncriando\nguarnição\nniebuhr\naterrissar\naterrissam\nabobadadas\nfrédéric\nallegro\ngogol\nmusicou\nmarylebone\nsepara\nmeghna\npróprias\nviana\nfamiliarização\nrusesabagina\nviany\nconcentrações\nadversária\nadversário\namalasunta\noviedo\npainelsa\nchacarita\nmonarquista\ncelso\napófise\nzollverein\nfixadoras\ncardi\ncardo\nluso-britânicas\ncards\ndeclinam\ndeclinar\nalastram\nfantin\nalastrar\nacrescento\ncardã\nqualidades\npaitoni\nbandinhas\nportugueses\ninvertendo\ndesocupação\nfalhanço\nadultas\nbraden\nhoullier\ncommitments\ntomista\nwinterland\nanimadora\nstrigidae\ndegradando\nzhuo\nacess\nacesa\naceso\nkelvin\nrōjū\nmarcasse\nbrinque\nheckel\nhecker\nvaláquios\nsuiça\nsuiço\nslaughter\nschin\nschio\nlondrinas\nlacrimejamento\nrapture\nmentirosas\naranjuez\nmexicanas\nschnaiderman\nر\nex-primeiro-ministro\nbusquei\ncobrinha\nbusquem\nmissouri\nalírio\narábia\ndeprimente\nparaná-santa\nnascerem\nglicínia\npericardite\nmudros\natropelaram\nbilateralmente\nganharam\nprovocar\nprovocam\nlambe\nunterhaching\npoveira\npoveiro\nsoure\nadorariam\ntepes\nantebellum\nmilwaukee\ngiratória\njacobs\nka-tet\njacoby\ngiratório\njacobi\nex-procurador-geral\njacobo\nnacele\nnova-iorquinas\nenol\nescorregadia\ncorinth\nescorregadio\nsaulnier\nsylvanus\ntoninhas\nimprovisações\nleighton\nonipresente\nencorajamento\ndefected\nacampou\nvilania\nrabino-chefe\npriebke\nbrasilleiro\nlying\nguinchado\nindre\nbassorá\npós-produção\ntetraedros\nanatomista\nbassora\nveredicto\nortodontista\ncinquecento\nacusticamente\ndpvat\nbabasónicos\n9\ndaughters\nsakuya\noleaginosa\nredemptoris\nquestione\nbrasília-df\nquestiona\nquestiono\nquestions\nmontoro\nchubut\nneonazistas\ninfectologia\naço\nskeptical\njaromir\ncidades-sede\naçu\ndistensão\nquestioná\nequitação\nprovando\nalíneas\natualizações\nalusivos\nesforçando\nhelfer\natamante\nlongwood\ndeitados\nblended\nexperimentalistas\nkishinev\nhermafrodita\nanidrido\ndibiase\nbardock\nfilolau\nshedd\ncinemateca\ncertos\nprojetavam\nsimbolizava\ncomprovavam\nsobrecarregado\nsobrecarregada\nsímios\nepifânio\npajeú\ncercania\nsuccessor\nacomodam\nacomodar\npajem\nrascunhos\ningeridos\nrafik\nhomolítica\nintrodutor\ngratuitamente\nabbie\ntransferida\ntransferido\nfelicitação\nspanking\ninformada\ntidore\ninformado\nbonavides\ncube\ncuba\ncubo\ncubs\ncontusões\ndoorn\ntexanos\nherrington\nelaborava\nquebrá\ncyberpunk\nespetados\nronda\nquebra\nquebre\nameaçando\nniveladas\nadvinha\nsabores\nxingaram\nboléo\nmauri\niminente\nmétier\nlinearmente\nsicília\nbelo\nbell\nbelz\nnami\ndemitidas\ncoldre\nbelt\nnumismata\ncheiros\ndesesperança\nobedecidos\ncavaca\nincorporará\ncavaco\npollak\nsemitom\noverprotected\nlawford\njaílson\nvoluntário\nvoluntária\nalcatrazes\nmorfologia\nskynyrd\ncontemplou\nantígenos\ncarmouche\ncolletti\navery\ncolletta\nolmos\nbranquinha\nignorantes\nbranquinho\nconcebidas\ntintos\nopiniões\nlamsweerde\ngeber\nmeloni\nmerecíamos\nanunciava\nneuronais\nauxiliasse\nbreguet\nbilson\nmontargil\nenfeitou\nsetimo\nhóspedes\nhizbollah\nabortando\ncftv\nreescrever\nreescreveu\nyiddish\nrespeitando\nmacchi\nmancando\nproibi\ndelillo\nconclaves\naliado\npangéia\nboreanaz\naliada\nsabathia\nreconquistar\nmilošević\ndesejáveis\ndancinha\nnoutras\nelaeocarpus\nclaws\nêxtases\ndevolvia\ncastellamonte\nmodalismo\njurchen\nfocarem\nomac\niranduba\ncontraditórias\nconsciencioso\nbahamut\njumpers\ncollections\nimpetuosidade\ncátodo\ncochrane\nhorinhas\nbife\ntrancamento\nestacionadas\ncampista\nafugentando\nachariaceae\npanorama\ndordio\nesteticistas\ninteira\ntopete\npetróleo\nbonariensis\nhervey\nfumado\nfumada\ndavao\ndavam\ngerolamo\neuskal\nfilmando\ndrexel\nkrafft\nindiferença\narco\nséculo\ngigawatts\nintegralmente\nd'indy\nirrealizável\nbolsinha\nfechando\nintesa\nidolos\nkendrick\ntrazer\ntrazem\nagendas\nagendar\nrecomeçado\nskolem\nmourão\nnejar\ningvar\nverde-e-rosa\ndecades\namblyomma\nmeknes\nproclama\nátomos\nmt-999\neternizou\narché\naxé\ncolonizações\njanie\nrixa\ndaguestão\nstrucker\nruffo\narchi\naxa\naxe\naxn\naxl\nrearranjos\nreatamento\nficção-científica\nmiddelburg\nauto-estrada\nabastados\nluxuosos\ncacoal\nborralha\nalquimista\nestabilidade\nborralho\nconchobar\ninaudível\nabraâmicas\nestrelaria\nvassoura-de-bruxa\nretalhos\nreconversão\ngeofísico\ngeofísica\nconfeccionando\nsemencaré\nrevision\nlutadores\nfaraway\nkismet\nslammy\nmmol\nesquilo\ngenitália\naê\naí\nhomeopática\nhomeopático\na²\ndatadas\ncafeína\naa\nsoterradas\nab\nae\nad\nag\naf\nai\nah\nak\naj\nam\nal\nao\nan\naq\nap\nas\nar\nau\nat\naw\nav\nay\nax\naz\nleviatã\nvenéreas\na$\nrandleman\na.\na9\ncoote\nantecipava\nenfeitiçou\neucarióticas\ntsuburaya\nhieronymus\nshimabukuro\nesótopo\nabençoou\nbacklash\nsuccinato\nlezgui\ndesastrosa\ndesastroso\navaliamos\nzubov\nreunião\naizu\nfranco-alemã\nkirito\nclint\ncline\niconódulos\ndrilliidae\ntentáculo\nbatepapo\nproxy\nviolinistas\ninícios\niníciou\nnoemia\nsaboia\nlaguinho\nrelationship\nalfafa\nqpr\nqps\napressaram\namsterdã\nperpetuados\nalambique\npapiros\noncologia\nreinava\nbeijei\nasceta\nhartmut\nínsua\npfl-df\npiripiri\ndestacou\nhidrossolúveis\nju99\nhecke\nnordestão\nscolari\nretocar\nencarregará\nsurfactantes\nfund\nfung\nfuna\nconheceram\nfunk\njurubatuba\npiggott\nheures\nd.c.\nparalisações\nprossiga\nsims\nprecedência\nstadtbahn\nsima\nsimd\nsimi\nsimo\nsimm\nputnam\nheaney\nneo-nazista\nnicotiana\nludendorff\nforçavam\nlerbach\nsapataria\narnulf\nwildlife\nambush\nakiyama\ntakumi\ntakuma\nhirsutus\ndropkick\npallu\nactors\nquilos\nashfield\nsemi-autobiográfico\nantichrist\ngrafar\nindex\nancas\nindes\nindec\nachatado\ncerqueira\nibiporã\nfião\nmazon\nmelhoramento\nenfiava\nmjölnir\nreparem\nminya\ndoratogonus\ntragédias\nex-união\nélderes\nwuya\npick-up\npreexistentes\nespessamentos\nfrequency\nfronteiriças\nhogwarts\nentrocamento\njesus\nolena\nengrenou\nartísta\nsteel\nsteen\nsteer\ninicialmente\ncegamente\npiqueiros\ndocuments\ndocumenta\nreavaliada\nreavaliado\ndocumento\ndeslanchou\nfgv-sp\ntanakh\ntanaka\nbroussard\nficavam\ndracma\nabpf\ndecepcionada\ndecepcionado\nsuperado\nemail\nnorge\nganhos\nvillares\ngoycochea\nrestinga\naborrecer\naborreceu\noiro\naborrecem\nleyden\nadsl\nanalytique\ngabiru\ntelefonemas\nanfield\n9999-99\ncroma\ncromo\nxen\nxei\nl'express\nlobinho\nlachenal\ngozações\nborboleta\nsiques\nlamentado\nterraço\ndenota\ndenote\npalmyra\nvariety\nsaunas\npiemontesa\ncorinhos\nsmoky\ninstinto\nsecura\nsecure\nestipularam\norigamis\nlorri\ncrespin\nnefrótica\nroran\nqt99\nescamas\nsuperestimou\ncronica\nmazarin\nanti-simétrica\nhito\nhereford\naventar\navental\ncapitulos\ncapitulou\nsatyrianas\ntaharka\nimperdíveis\ncellino\nfilarmônicas\nquitridiomicose\nbasófilos\nshinigamis\ncaaveiro\nhidrofóbicas\nlacandona\nkinte\nohtake\nesperasse\nquarry\ninquietudes\noceanográficas\nludificação\nodam\nricimero\nabsorventes\nbiturbo\nodas\nmestre-de-campo\ntranssexuais\nculpadas\ngostando\nbrewster\ncaledonia\ndeiscência\ncomissura\nfamigerada\nfamigerado\nopp\nobwald\npichincha\nretransmitidos\nsverner\nopa\njacaraípe\nvalign\nliminar\nperturbou\nmelodiosos\nportuguesa\nrkc\nvalências\nclementina\ntermosfera\nclementine\nlewy\ninexplorados\nplacement\napega\nnumb9rs\ndeterminava\nirritadas\nressurgiria\ndesativada\nmulher-gato\ndesativado\nreconhecerá\nassinaram\nasmáticos\nbertioga\nisótopos\njatinho\nreconhecera\nlouvar\nigba\nigbo\nigbt\nconferencistas\nesracimir\ntzara\npancadaria\nmikkeli\ncampainha\nlíbias\nerosivos\ngiambiagi\nrepentinas\ndidático\ndidática\nmédico-espírita\ncáucaso\nmegalitismo\nchefia\nbombardier\ntallulah\nnemeia\nbremgarten\ninternacional\ngovernadas\nsuportava\ngeopolíticas\nsidonia\nipc-fipe\nordzhonikidze\ncolectivos\nsutcliffe\nspitfire\nequiparou\nlamarque\nagüenta\nvinificação\nexistissem\nefectiva\nefectivo\nandamento\nidl\nanulasse\npersonificados\nvasco\nabássida\nmartyrs\n#vidasaudavel\ndisplasia\nmcgraw-hill\nmaersk\nmalignidade\nitto\nittf\nfundão\ntrace\nmathematica\nstorage\nmathematics\nsuresh\noutorgando\nepónimo\nradiador\nbravio\nbravia\nrenunciando\npolimórfica\npolimórfico\nrory\neventualidade\nexecutados\nescócia\nespeculações\nerode\nterminais\ndilacerados\nschillaci\nberbéria\ntemplar\npentadenia\nrurik\nserigrafia\nretribuir\nretribuiu\nkosaka\ntachados\ncaguas\nadivinhações\ndevora\ncomeçados\nbuono\nvereança\ndesintoxicar\nuberaba\nsandusky\nsicrano\nfraudá\nsqueaky\ninquilinos\n².\nfraude\napriés\norfeão\nperthshire\nproduzidas\nwildstorm\nwoodside\ncopadichromis\nguamaré\nã\nmeneghel\ndigerem\nprepotência\nvladimir-suzdal\nbatters\nbattery\ncartwright\nelsa\nex-chanceler\nelst\ntutela\nlennon-mccartney\ncummins\ncumming\nhipoteticamente\ndeprimentes\nezln\nestímulos\ntorturaram\nbermudas\nedinaldo\nchalon\nradinho\nbem-querer\naimé\nkydd\nrecomprou\ntaifa\nsaleiro\nmodernizações\nbottega\nnuns\nnuno\nnunn\nnuna\nnunc\nbaron\nfermino\nmontefiore\nacústica\nacústico\nfc99\nhabituais\nentrem\nabrirão\nentrei\navantajados\nentres\ntarski\nsanepar\ntanzânia\nbainbridge\ncontinuaria\nchiburdanidze\npensões\nmacacão\nhippies\ncampanini\ngemayel\nmortos\nmorton\ntripanossomíase\nec9\ndespertos\ndespertou\nvirtualbox\necg\nece\necc\neca\neco\necm\neck\ndopante\nech\necu\nect\necs\necr\nwillibrord\necx\nbastogne\ncongr\ncongo\nversando\nconga\npelophylax\npensando\nnão-terminal\nhuidobro\ncaricato\naprisiona\nvirgo\nvirga\nperpignan\ncopland\naprisioná\nneurose\npusera\ncompilando\nsoteriologia\ncalzada\nparalisar\ndefinitiva\ndefinitive\ndefinitivo\nenigmáticos\npercorridos\nexpansion\nwilmore\nradioisótopos\ndeformável\nprestassem\npostularam\nbrenneman\nenterrando\nmieszko\nwinfrey\nagarra\nkazama\nimperativos\nheading\nestapafúrdia\nfenech\ncesan\nversada\ncesar\nversado\ncoques\ngalos\nimiscíveis\nvulnerabilidades\npivôs\narquitectura\nvegetal\nmuawiyah\nnapoleônica\nkryptoniano\nkryptoniana\nfafnir\nbreak\nroubasse\npós-modernistas\nrevelados\nconferente\nbrock\nbroch\nbroca\nextrapola\nmanduri\nprioritárias\nvardon\ncuidava\nrennie\ninspetoria\nlavatórios\ncyrille\npitomba\nrábano\nroleta\ntambêm\nunha\nmintzberg\nbeos\nindeterminadas\nbronquíolos\nfeminismo\nultramen\nbillung\njesé\nformatura\ncarbajal\ndioguardi\ntapada\ncaldos\njesi\ncomputar\ncomputam\njess\njesu\nadjetivos\nbariônica\nbariônico\ninterferirem\nkleve\nbry\nbeatificados\ninsta\nbri\nobituário\nintroduziram\njuntando\nlutsk\nsyngnathidae\nmagnetismo\ncatra\ndirijo\narrumava\ngasquet\ngasques\nperalta\ndeverão\nafluem\nmicrómetros\npieguice\naeromodelos\nvanilina\nsybase\nencetar\ncarapebus\ncolónias\nextraditado\ncontinuaram\nmorenão\npentacampeã\nerekat\ntnp\nmanchadas\ncisnes\nmariupol\nretém\ntnn\nparticípio\nestagnaram\nknvb\noportunas\ngrella\nnipônica\nnipônico\nmentem\nliepāja\ndesmoronar\nforça-tarefa\nnatalina\nmaybe\nnatalino\nnatalini\nthorne\ndiurnos\nthorns\nlandskap\nmostrassem\nescoando\nnudez\nvalor-trabalho\ncavalera\nvallourec\ncalada\nencostando\nlucano\nmitte\nwiesbaden\nmitty\nroseiras\nbeirut\nroseiral\nredistribuídos\nbrujah\nconturbada\nconturbado\nesalq\nberrou\nfranco-alemão\nberros\nframing\nlocomovem\nchéseaux\nlocomover\ngordillo\nthule\nnascia\ngarota-propaganda\noverdose\nbonucci\nginga\nesterilizadas\nsami\nsamo\nsama\nsame\ncontinuidade\nsams\nsamp\nsamu\nreinaldo\nmatança\nmontecalvo\nconcubinas\nretiraria\nmalhada\nsudan\nmalhado\nbinghamton\ndatamec\naderência\nsalles\nmittelfranken\nescudeiros\nω9\nω.\nchamie\nmujahedin\napontem\ncarpathian\nrevolve\nlangdon\nporcina\nporcini\nexigidas\nsaveiros\ntaxonomicamente\nsalvará\niconha\nuvas\nsalvara\nfaladores\noficioso\nkyodan\n〖\nhutcherson\nśląska\ncompridas\nmetabólitos\nfeitoria\nsahara\ndabul\níndios\ntrasporte\naryabhata\ncontrolador\ncontrolados\nneurodegenerativas\nimpostômetro\nchibiusa\ncomandá\nfumadores\ngarson\ncomando\ncomanda\ncomande\nerguerem\ncachimbos\ntenros\nvernier\ncommentary\nco-protagonista\nartefatos\nquisesse\nluo\ngrão-mestrado\nfaoro\nmyriam\nmyrian\nordenamentos\nunderwood\nexaminou\nfalara\ninteirado\nsupply\nipês\nreta\nsuportados\nreto\npatriarcais\nireland\nrett\nretz\nhno9\nprenderem\ncízico\nrancor\nsaline\nsalina\nsalino\ncapitania-mor\njean-joseph\nbrunsvique-luneburgo\nreitsch\ncustava\nglaysson\nmatters\nglove\ndiscordantes\nlibertaria\ntünel\ntracção\nhiroshige\nkinoshita\ntorcido\ntorcida\nfaltaria\namanhã\nfatímidas\nfogareiro\nneoguri\nnaquichevão\nwinry\npokal\nescolhesse\nlímite\nseconda\nreciclar\nsyagrus\nautomatizado\nreanimar\nchecker\nantropomórfica\ncasasse\nantropomórfico\nentregá\naddiction\nivana\nivani\nivano\nrealidades\nesterilização\nperfazia\nrepasses\nbatalhador\nintermédias\nitapecuru-mirim\nfariseus\ngianfranco\neinstein\ntanzaniano\ntraudl\ndinorah\ntorrente\ntetraédricos\ntaniguchi\nmicologistas\nevansville\nrpbc\nkaga\nkage\nkago\npalíndromo\nbuggy\nbaraúna\nindicadora\nreceptivos\nequilibrium\ntransparentes\ncooperation\ndrawn\ngraciela\nexcludentes\nmissoni\nturbocompressor\nlegio\nvermelhos\nlegis\nhabanera\ndawson's\npassing\ndidelphis\ngibões\nlevados\ncanabinoides\ncalculador\ncalculados\naclamou\nsapeca\ndesestimulou\nchorinho\nhybris\ntmp\ntms\ntmz\ntma\ntmb\ntmc\ntmf\ntmg\ntmn\nsócio-culturais\nch99\ntambém\nmonitoramento\nmarzio\ninflados\nbuz\nbuy\nbus\nbut\nbuk\nbuh\nbui\nbun\nbul\nbum\nbua\nbug\nbud\nrestritivos\npt-pt\nprotozoário\nintransitivo\nlactose\nilulissat\nbrazoria\nedimar\nmessala\ncontíguas\nruslan\nleaders\novelha\nincidência\nuruguaio\nuruguaia\nsubiria\nbelgique\ndativo\nchowder\npenetrações\no99\ndragoons\nmezger\nused\nhalder\nanti-semitas\ndigipack\nhirohito\nafiliação\neuroseries\nestavas\nestavam\nhioki\nbloquearem\nsemíticos\ndocomo\nmouret\npretextos\nloulé\ndahlem\neletroforese\nusque\nvitimadas\npt-sp\nprotect\nescapado\nescapada\nreticulados\nteachers\nmilonga\nkingsbury\nsvenson\nsinduscon-sp\nodoardo\nfabricação\npiruvato\nfarc-ep\nintergaláctico\noe99\nneunkirchen\nherbrand\nxiitas\ncongolês\nencabeçados\nérbio\naguerrido\naguerrida\nferrenhos\ndecretava\nalemán\nrendição\npordenone\nmatkal\ngrünewald\nrik\napalis\npílulas\nadora\nadore\nadoro\nirremediável\nentrevistas\nentrevistam\nogan\nl'amérique\nrie\ncalliclava\nadorá\nentendiam\nlevantarem\ncantadeira\nmêmnon\ndeu\ndew\ngroup9\nlutando\ngroupe\ndeo\ngroups\nholdsworth\ndecrescem\ndecresceu\ninsólita\npunições\nsamdu\ngallego\nil-99\ntrattato\ndiversos\nozias\nreportou\nccl9\nmkii\nmalfeita\nretcon\nitapirense\nmaximino\nsananduva\nreuniam\nocupariam\ndesfrutaram\ngandini\natingí\ncooney\nsubalternos\nbertiandos\nparaibanos\nsherman\nvisitors\ncausação\natingi\natinge\nsenhora\nprimates\nfidelíssima\npoivre\nalsop\nafetariam\nabiove\ndetlev\nestróbilos\nhelmet\nhelmer\nshifty\nfabulosa\nfabuloso\nqualificá\nevasiva\nvirginio\nvirginie\nvirginia\ncointreau\ncowboys\nqualifica\nalcabideche\nandrezinho\ngopro\ndesequilíbrios\nconhecerão\nimperfeita\nimperfeito\ncontemplasse\natropina\nlecionadas\nioimbina\nculminar\nculminam\ncorcova\nmeio-médios\ngerrard\narroubo\ndirei\namizades\nalternativas\ninsaciável\ncirurgião\nalínea\nmoderninhos\ngarotão\ntrombose\nsolidifica\nabastada\nabastado\nadriel\nadrien\nlaboriosamente\nfiat\nfiap\nfiar\nfiam\nrepovoar\nquel'dorei\nseriamente\neletricista\n#fbec9d\nirapuato\nflava\ncanapés\nintersecções\nalkatiri\nconferido\nconferida\nquitute\ncantuária\ncenozoica\nlideres\n99,99999\ncomecinho\nencolhimento\nbogéa\nperguntada\nperguntado\npragmaticamente\npickwick\nitachi\nbombardeia\nbombardeio\nmiocic\nmussi\nmendigar\npenalização\nandinos\nfurtam\nfurtar\ntráfegos\ntolueno\ncletus\nemissão\nnuevo\ncasagrande\nnueve\nnueva\nconsideraram\nnucleons\nuncial\nabraçados\njantando\nconsolidaria\nheilbronn\nespeculação\ntanguá\ncamaenidae\nputrefação\nsarutobi\neferentes\nrefletiria\ntangut\ntanguy\ninfluenciadores\nbulbasaur\ngoiaba\nchugoku\ngogean\ncaldato\ntandoor\ncarvana\nteodora\nteodoro\nibans\nkumba\nequitativamente\ntelescópicas\nmantive\nkonstanz\njazem\nblobs\nconquistou\nblueman\nlojistas\ninem\ninec\ninez\nines\ninep\ndividirem\nprolongam\npolicromia\nprolongar\nbeat\nhadley\nancorado\ncárpatos\nschaumburg-lippe\ndissemos\npromotores\nfânzeres\ncompensadas\nperturbadas\ndéspota\nmondiale\nafundava\npalmeirenses\nrigi\nrigo\nriga\nrigg\nghisi\natelopus\nvelhinhos\ndspace\nsardinha\nrouxinol\nintraduzível\nal-islam\nl'art\nmanicômios\nfreire-filho\nmuch\ncurdistão\nmazandaran\naposentadorias\nmellifera\npreveja\nrespect\ntapinhas\nvolúpia\ncorrespondence\nmirandesa\ndecoradas\nidril\ndrenadas\nnibelungo\ntaliban\nempena\nantiinflamatória\nexilaram\ngasparian\nimune\nhotéis-fazenda\nhorkheimer\nléa\ninnocenzo\ncachorro-do-mato\nauto-escolas\npreceptor\nlés\narboretum\nerétil\nbdrs\nbaixíssimos\nalugada\nalugado\nestandartes\ntorácicos\nseicho-no-ie\nneogótico\nneogótica\niucn\naulete\npredela\nluminoso\nontogenia\nembrenhar\nluminosa\nxtz\nfunerário\nfunerária\niepha\nlorn\nclimério\nseleção\ntangled\nleclercq\nfotões\nsósias\nreprises\nniginho\nencostaram\nmatinas\nterreiro\ncyberdyne\nmatinal\nmarreiros\ndüül\nferecides\nlucina\nmetralha\nedifício\nresiduais\nmembro-fundador\nreservaram\ntestadores\nkronprinzenpalais\nanexando\ntempo-real\nbarents\nbroglie\nmajestic\nhobhouse\ndonoso\ndistrofias\nvotavam\nafetividade\nvocacionada\nvocacionado\nprouni\nminotauros\ncanteiro\nhimenópteros\ncountry\njulgaram\nalmoxarifado\nflexibilidade\nisinbayeva\narbitrado\narbitrada\ndesloque\nidôneos\ndescontroladamente\ndaerah\nmetroplan\nmetamorfose\nchartreuse\nrurouni\niporá\niporã\numbanda\nalber\nalbee\nconsciencia\nsectários\nfringillidae\ntenhamos\nσ\ndecidisse\nferreirão\nhipoglosso\nal-mu'tasim\nfluorescentes\npereirão\nwharton\nsotavento\npalestinas\nnão-oficialmente\nfundei\nfundem\nfundeb\nfundef\nparvifolia\nabusivos\ntrotes\nsonetos\nprocuradores\nsavoy\nfuzilamentos\nevandro\nfrequento\nfrequenta\nmotoboy\nfrequente\nbaita\nfrequentá\nassessorou\nsaturnalia\ntravam\nitalianos\ntravas\nendossado\netéreos\nindonésio\nencaminhavam\nindonésia\nkepler-99\nvischering\napoiavam\ningres\nenlouquecidos\nsalvadora\nsalvadore\nsalvadori\nlimpurb\nsilenciaram\nferias\nnouveaux\nrnas\nidealizadoras\nnostrum\nfraudou\nbateias\ndirecionada\nsubstítuido\ndiffusa\nparasitoides\nhumilhantes\nultramar\nrequisitar\narsínoe\nreincidente\ngeremias\nultraconservador\nlúpulo\naround\nexploit\naprovara\nanti-matéria\nataquem\ncarpintarias\ninteressaria\nassimetrias\ndespertando\nataques\nlideraria\ncoincidir\nissel\ncoincidiu\nissey\ncoincidia\nparlamentos\nreencontrarem\naprovará\nabsolvidos\nlinguístas\natiradas\ngurney\ngrinberg\nप\npesadíssimo\nenrocamento\ncirene\nmicrocamp\nealdred\nanabatistas\ncrônica\nphenom\nhercílio\ncarbonita\nmase\nmasc\nmasa\nmaso\nmask\nmasi\nmash\nmass\nmasp\nromanek\nhipercapnia\nhumildes\nmaggie\nmaggia\nmaggio\ntépalas\nrorty\nmaldanidae\nvieques\ndissimuladas\nhathor\ntiberium\ntiberius\nmorgan\nhelicobacter\ncajal\ndescrédito\nivins\nyankton\nyossef\nmaligno\nethics\ntelevisa\nretornando\nbuscam\nsociabilização\nbuscar\nbuscas\nconsolas\nconsolar\nptb-rj\ncéus\nmultas\nmultar\npenteadeira\nlingual\ncaserio\nlinguas\npalgrave\nconcluíam\npcl9\natribuam\nthorning-schmidt\npassant\nmacaulay\nmelquisedeque\njardinópolis\nemperra\nabriram\nrappa\nhúngaras\nenemy\nenema\nproporcionarão\ncontour\npneumonia\nsobres\ncassinos\ncandor\nnestório\nqashqai\ndeath\nintendente-geral\najustou\nreformadores\nproxeneta\ntestemunhais\nvindoura\nmuseologia\nvindouro\ncondenaram\nmcclaren\ndefensores\nclassificações\nassaduras\nzelaya\nshailene\ncapelense\nmorientes\na-train\nkaval\nwedson\narquipélago\ndesperdiça\nembate\nyuans\nsuis\nprocurador-geral\nrenomeado\nrenomeada\nincompleto\nkaiser\nválidas\nbacklight\nazurara\nmulticore\nchifrudo\nfilósofo\nfilósofa\nconcentra\nmylla\nsemieixo\ngregers\ncombinada\ncrosby\noryx\nquirrell\namestris\nferrovias\nhauser\nhausen\nvitalino\ndominos\ndominou\nppb-sp\ncabrão\ntezcatlipoca\nnewmar\nnewman\nmozarela\nemprestadores\ninteresseiro\ninteresseira\nnobunaga\nsetsuna\nbeneficiarão\n999-99\nzanotto\nzanotti\nwarfare\nnemeth\nortogonais\ndestruidos\nimpeachment\nmariuá\nvogal\npiston\nåkerman\nbloodhound\ninterrogações\nwickliffe\ncircuncisão\nreuniria\nomni\nacionadores\nheterotaxis\nbaguete\ncaixinhas\nexcursionista\nayano\nayane\nnovação\ngestante\ncastrati\ncastrato\nequidna\npanzergruppe\nlibrorum\nmeaux\ntelescopium\ncambissolos\namazónica\natarracado\npraticam\ncruisin\nciac\nciao\ncian\nciam\ncias\nbilirrubina\nteologias\ndesbravaram\nmadrastra\nverdelho\nespérance\nconhecedores\nbharat\nestefano\ncarrossel\nmelhorou\ncabo-verdiano\norizona\nfundiram\npatrulhavam\ndesmobilização\nrestou\nrestos\nreston\nolimpia\nolimpio\npemex\nhasta\nhaste\nmorenas\njudaico-cristão\natribua\njudaico-cristãs\natribui\natribuo\ncomeçariam\n99-99-99\nvetá\natribuí\nal-din\ncoordenadora-geral\nveta\nveto\namerigo\nhainaut\ntranscontinentais\ntabloide\nangústias\ndesqualificar\nmacpherson\namyris\napoderarem\nalila\nconcluido\nragtime\nshady\nfuenteguinaldo\nserrania\nsofrimento\nkurumada\npedículo\ndomênico\nlawlor\npsicologia\ncorolário\nmukherjee\naluguei\naluguel\naluguer\ngrrrls\neletrosul\ncastilla-la\nbolaram\nscd-9\nafecto\nlogitech\nafecta\nalfaias\nditongo\ntruk\nperpétuo\ntrue\nqueríamos\nibirá\nbiotecnológica\naceleradamente\nsobrevivências\ncălăraşi\nintramuros\nsokka\npré-natal\nbrazópolis\nmarnel\neuridice\nstrickland\ncapriccio\nhavok\nhavoc\nvocalista\npossuísse\ncranach\naljubarrota\ncuidassem\nbainha\nayatollah\nconquistador\nconquistados\nbublé\nvaticanus\nala-armador\nutena\nutens\ncyrax\nestigmatiza\nexímios\nbárions\nparaphlomis\nársaces\ncarregarem\nstallone\napamea\nturmalina\ndesligamento\ncreche\njumento\ndiminuíram\njumenta\nrecuperaria\npictural\ngargalhadas\ncomentaram\npescarias\ntardiamente\nbrienne\npan-africanos\nsanduiche\nmaxacalis\nkondratiev\nevangelista\nsanbi\nargent\nsuspendendo\nradionovela\nautran\ncialis\ntsinghua\npiteco\ntoby\ntobe\ntoba\ntobi\ngail\nmonetarismo\ntibaji\nvistoriar\nvistorias\nviolentas\nviolentar\nfatiado\nfatiada\nmorpho\nmorphy\nheptagonal\nwola\nwolf\nwold\nearring\naerossol\nmascarpone\nrickettsia\nfixadas\nmonteiro\njensen\nmonovolumes\nschaik\necce\necco\ndivulgarem\ncautelosas\ncatedrais\nfucus\nhellas\ngioacchino\ncuspidata\nvoluntarista\nlift\ndissipou\nsorridentes\ntranslocação\nuva\nuvb\nmegamix\ndemoras\ndemorar\ndemoram\nsilenciosa\nsilencioso\nmartifer\nshokaku\nemplumados\níon-lítio\nvirtualidade\nnotelaea\nencyclopædia\npertecem\nconstituirá\nbierko\newell\nَ\ngérôme\nsupomos\nportofino\ncoalas\npasqualini\naquileia\nsuper-pesado\nparáfrase\nziggy\njogarão\ningalls\ncorreia\ncorreio\nnectário\nremodelação\nd'amboise\naeroterrestre\nretificar\nobscurecido\nmenosprezou\noportunismo\njeff\ncitaria\ncapinha\nnegociadas\nkunming\náudio\nretornavam\nlabaredas\ntriénio\nazul-violeta\nmarrons\nanderegg\ndemarchelier\nchore\nchord\nchora\nchoro\nh.c.\ndispositivos\naché\nachá\nfnac\nchoró\nsucessores\nnão-cristãos\nrefutado\nbenítez\nacho\nflamínio\nache\nnão-conformistas\nadereços\nadoráveis\naimée\nouriços-do-mar\nconservadorismo\nsucatão\napreciava\nalcântara\nnutricionalmente\ncentrinho\nhonoré\npsyche\npsycho\nsuits\nsuite\nsuita\nlogos\ntambé\nkirschner\nacorrentado\nacorrentada\ncoturnix\nguarda-redes\nsólo\nheavens\nventanias\nfuleco\nsediadas\ntamba\ntambo\nfedecámaras\nportugais\nex-recordista\nemolumentos\nsanhedrin\neléktron\nwiltshire\nculicidae\nrhizoctonia\ndo\nguarapiranga\nimprensas\nacrílicos\ndesembarca\nliteracy\nnationale\nnationals\ncolação\ntorres\ntorrey\nhazaras\naviária\nprotagonista\nmetroid\nclimatológica\npresciência\npódios\nprecoce\nprotetores\nclunia\ndanado\ndanada\nmudariam\nyost\ntantra\ntorções\nsaeb\nsark\nsari\nsarl\nsarm\nsara\nsubmetessem\nsars\nsaru\nvinco\nensinará\nvinci\nvince\nkickers\nvinca\nmelusina\nbem-te-vis\nsaer\namalienborg\nxingamentos\nsteranko\nensinara\nembaraçoso\nembaraçosa\nwaldhof\nalberich\nalberico\narcabuzes\notsc\npsicofisiologia\ncutait\nx999\nmacías\nx99m\nlinneana\neletroeletrônico\ncontrolável\nfolclores\nvigente\npippin\nacompanhou\nnacionalizada\nalandroal\npedante\nexercessem\nnacionalizado\nportagens\nescorrendo\ndecretação\nvaguear\narquinimigo\nmuscaria\nhartree-fock\nsuspeitou\nsuspeitos\ngramática\ngramático\nbonduki\ntenuifolia\nintermediador\nremendo\njoann\njoane\njoana\nipatinga\ncallicebinae\ntratados\ntratador\nal-kamil\nlarnaca\ncoretos\nlaginha\nanglófonas\nventilada\nseparatista\nonomástico\nonomástica\nêle\ndhalia\nffhh\nenabler\nfederalizada\nfederais\nantti\nmont-blanc\nglossofaríngeo\nexpulsando\nchoperia\nfísico\ncongregava\nsenescência\narrepiado\narrepiada\ncantarolar\nsubject\nwinfield\nradiante\nurls\nstudio\narsenio\nosny\nosni\npercoidea\nmouse\npráticos\nforças\nnordin\nlepeletier\nconsciousness\nlerdo\no'hare\no'hara\ngeneralizadamente\npianistas\npavão\nmagnoliopsida\npohang\nminiempresa\nclorito\npityrodia\nmexe\ntímidas\nsketch\nmanipuladas\nimunologista\nmois\nmaifreda\nreinvestimento\nsekirei\nponderação\nnecromantes\njoin\noficiante\ndecepcionar\ndecepcionam\nprades\namodeo\nhazzard\nmakeup\nsuperstition\nentertainer\nlutava\nfëanor\nontem\nantístenes\ngrouchy\ngroucho\ntendencialmente\neloísa\nesquemáticas\nlapônia\nsinalética\nshaku\nwishing\nshaka\nshake\njoules\narrows\ngallois\nalexanderplatz\nsideways\ngeotérmico\ngeotérmica\nquadrilátero\ncheese\njeannette\ngarotas\ntashkent\nquartas-de-finais\njuniors\nsailing\nsabotagem\nhco9\nfriedman\nviabilizem\nhedgehog\nterpenóides\nderrube\ngerme\ncatmandu\ngermi\ngerms\nsá-carneiro\nsiríaco\nsiríaca\nsauropsídeos\nmont'serrat\nhierarquização\nvectores\npuglisi\nruby-spears\nbiomédica\nbiomédico\ngrandezas\nignition\nsofrônio\nclimbing\nbolchevistas\nbekele\novambo\nvoaria\nmurchar\nimunológico\nimunológica\nlugarejo\ndeixasse\nsambistas\nceller\nprespa\npetição\nstrip\nstrix\nestragadas\nautomobilística\nautomobilístico\nvulgares\nalberti\nalberto\nalberta\nsomers\ndissociadas\nincide\nincida\ngênico\ngênica\ncomprovar\nrefinar\nmaurícias\ncomprovam\neucariótica\nsergeyevich\nanimês\nministros\nministrou\nfokker-999\nabandon\npolicultura\namambai\nsistema\nbocas\nidealismo\npenido\nbushehr\ne-cac\nraducan\nrealocada\nrealocado\naritana\nofuscaram\ngreco-turca\nníger-congo\nsorriram\nbossacucanova\ncismático\ngediminas\nparsifal\nlilja\nrimbaud\nbrucelose\nstoryline\nsector\nmultivariada\ndiscagem\nintegrações\noficialismo\nestípulas\nsurpreendentes\nhayley\nconvidei\nmordaz\nlabelle\ncakes\nfipecafi\nhandke\nhedychridium\nllano\nconsomem\ngengiva\nvirtualidades\nsalvaguardando\nrommel\nrecapitula\nreceitafone\npalahniuk\noficializar\nxerife\naçoitada\nschock\npricing\naçoitado\nserestas\nmetamorphoses\ngalifianakis\nguiando\ntequisquiapan\nibirama\nreconduzir\ndoasse\nreconduziu\nlesson\nnevou\nnevos\nímpetos\npawlenty\nlenhoso\nlenhosa\neszterhas\nofendendo\nviajarão\nnegrín\nproveio\nophelia\nentendem\nentendeu\nentender\nrotulada\nkaileena\nleavenworth\ndebita\nrotulado\nblizzard\nvingativos\nlinks\niit\niip\niis\niie\niif\niia\niic\niii\nlinke\nreconheçamos\nconferir\nconferiu\nconferia\nromariz\ndanton\nromario\nromaria\ncabritos\narmazenados\nbiossistemas\njustificativas\norgulhosas\nanexações\nsamira\nnão-ocidentais\nruina\nquestor\nhinojosa\nstud\npresilhas\nvieja\nviejo\nd99\nnitra\npolítico-militares\nrenovaram\nparabenizar\nmorava\ncalhambeque\ncompaixão\ncoprodutor\njantei\nkekulé\nelimination\njantes\nespirros\ncelestes\nespirrou\nletais\nmariola\nsupranumerário\nespacate\nateísmo\naurigae\nmassena\naspartame\ndesregramento\nsupercross\nputna\nhemostasia\naviários\ndarmas\nsucre\nprivava\nfutari\nexistirem\nwade-giles\nnotamos\nburgos\nmetódio\npreparavam\nchampignons\njarno\nlaércio\ngomera\nproporciona\nsimpátrica\noileu\nbeek\nplayoff\nbrincar\nbrincam\nirna\nremanufatura\nportucalense\ncaracterizariam\nkrusen\nlimited\nlimitem\nlimites\nenfadonho\nausentando\nemperradas\nkolping\nnamoradinha\nintimismo\nrepresentem\npamonhas\naprimoradas\nnamoradinho\nt-ara\namherst\npan-africano\npreview\ntshombe\ndietmar\nresumem\npolíbio\neutrópio\ncasinhas\nrecolocar\nentendesse\npereiras\npáis\nálcoois\nsaxe-gota-altenburgo\nbrandub\nneubrandenburg\nehrenfried\ndespachadas\ndevastados\ndevastador\nfurinhos\nfeedbacks\nquinto\ngegard\nquinta\nurban\nmiltinho\nflama\nflame\narba\nbeta-caroteno\nquintã\nfotografias\nmonitoração\nbadalados\nescavações\ntáctil\nmohács\ngradações\nautomatic\ngávea\ngórnik\nxp99\nwead\nweak\nweah\nwear\ntrust\ntruss\njupiteriano\njupiteriana\nficcional\nwoldemar\nvoronikhin\ncaseína\nprocedure\nconfiguradas\ntdas\nspud\ntakenori\ndespertaria\nmaranata\ngerências\nhermitage\ngrandense\nluso-espanhol\nnoboa\nbangalore\nbondade\nplug\nplum\nglissando\nplus\nminter\nregiões\nmikkelsen\nmargareta\nmargarete\nmargareth\ninda\npiães\npilosidade\nindo\njoesley\nautomattic\ngreco-romanos\nconformações\ndescaso\nabolicionistas\nouros\ncartinha\ncombinasse\nsymantec\nidentificáveis\ncelsius\napadrinhamento\nitep\nnão-comparecimento\ndesempenharia\nreflexo\nreflexa\ntemperley\nremodelações\nextensas\nindividualizadas\nmogadíscio\nprensados\npréval\nrely\netanol\nufsm\nufsj\nufsc\nblumberg\nmandona\nburne-jones\ncoreografados\ncopa\nchiklis\ncope\ncopo\ncops\ncopy\nabwehr\nisdb-t\ncarandaí\nterrorismo\nsondou\nousaram\nempreendido\nempreendida\nderechos\ncantídio\nnlb\nhauge\nwainer\ncriações\nrenomeou\nparecidas\ncollege\ncomasco\nlinha-dura\ninstitucionais\naderiram\nresseguradora\nchomet\nconfessions\nnilotica\napplebaum\nkulturkampf\nvoltarem\nvoltarei\ncaprina\ncaprino\nubiratã\ncozumel\nheterocromia\nabbotsford\ntipperary\nbrasileiríssima\nsandman\nkássia\nosvaldinho\nvillagra\nreinas\nreinar\nazulejos\nreinam\nmontenegrina\nkroos\nintricados\nmelloni\nnossa\nhomúnculos\nglicólico\ngaleotti\nkamloops\nbalenciaga\nmaioria\neducativo\neducativa\naleúte\nalcáçovas\nambystomatidae\nfincados\nrothenburg\nespermacete\nruprecht\nuirapuru\nschlickmann\nbataglia\nindispôs\ncertames\nuanl\npras\nprat\npray\nprag\npran\natemi\nexpect\nstelvio\ndescabidas\nfeed\nfeef\nfeel\ncontestação\nprecediam\nfeet\nrecebida\nrecebido\ncresques\nblondie\nblondin\ncomandasse\nd'arrest\nnorte-coreano\nnorte-coreana\ntorga\ntorgo\ndedinho\nriff\nmaysles\nprofícuos\nostia\ntraduzia\nprestige\ngeb\nkefauver\nproust\nbatu\npescavam\nkiske\nyossi\ngel\ntangencial\ninelástico\ninelástica\ncomprometiam\nseringa\neuro-9999\nbobbie\nemerenciano\nemerenciana\ncheval\ninsensível\nmarítimos\nmotoboys\nkatnappe\ncinane\ntentarmos\ndiminuido\nrecém\nprincipais\nagradáveis\ndehn\ncanoro\nagildo\ncambalhotas\ndicas\ncaixeiro\nsimon\ngauleses\ndenomina\ngamefaqs\nprocedência\nmises\ndenominá\ninfluenciadas\nmelhorarão\ninocoop\nagribusiness\npowhatan\nmentirosa\ntalibans\nasilo\nmatsys\nambientadas\nbarbarella\npendant\nvastidão\nlundqvist\narregimentar\naugúrio\nsanfona\nrepresentaria\nnotavel\nkundera\nbarrantes\npareceriam\nrepetirem\nclathurella\ngolpearam\namorzinho\neletricamente\nararibóia\nhighest\nfotólise\nnoruega\nmodulo\nmodula\nmodule\nadolescentes\nbluteau\nhausa\nnáuseas\nszékely\nenglishtown\nbeats\ninsuperável\nmalle\nmalla\nmallu\nmalls\nmally\ninvistam\nnormativas\ncimos\nwhale\nspectator\nliotta\npedirem\ndescumprimento\nplatforma\nultragaz\nmetais\nsiltitos\nsamoth\naclamadas\nlinnaeus\ncoetera\nbabilônios\nhaçienda\nmadd\nmade\nmada\nmadi\nmads\ndiplomar\ndiplomas\ndilijan\npau-santo\nténis\nfranquismo\nband-aid\ntitúlo\nkemel\nfaringite\npulso\ntired\npulsa\npulse\nmazzini\nfingers\ntaiwaneses\nbem-humoradas\nerradas\ncarapaças\nmacendale\nasmático\nreacionários\nasmática\nabocanhou\nviavarejo\nl.c.\nhidróxido\nmalwares\nmanor\npolskie\nvolúveis\npreenchia\nsignificou\nrebatizados\nneff\nalto-comando\nvillette\nficta\nrimland\nglyn\nreativar\nreativas\nnations\nmeseta\na.j.\npipeta\ntomasse\nobject\nmurillo\nneumarkt\ntiwanaku\níntegras\nastarte\nburan\nbritos\npaisagista\nassembléia-geral\nameacem\nrequire\ndiferença\nconceitualização\neudora\neudoro\nalfons\ncambuim\ngregárias\nresistisse\ndílson\nsérvia\nmatei\ncompania\nervilha\nmatéria-prima\ntilsit\nmateu\ndnaee\njean-pierre\ntragédia\ncoodetec\ninteragiam\narrebenta\nbundestag\nstylist\nsanitários\ncinodonte\npelagianismo\nemanadas\nsorvetão\nslightly\nvaporizar\nreservada\ncausarão\nruiz-tagle\nfineza\nsiamensis\nmarburg\nmarbury\nfloor\nflood\nlecionou\nduron\nduros\ndurou\nantiquus\ntadić\npugna\nbrandsen\ngraciosos\nfraquinho\ncinematografia\noberlin\narpejos\ncontaminação\ndivinas\ncanonicamente\nwhitford\njogo-desempate\nsuber\ninstruindo\nusumacinta\nromário\ndefesas\nbóias-frias\nsavimbi\ncocito\nnandrolona\nteores\ncaccia\ncôncava\nwijk\nsionismo\ndesipe\ntotalizante\ncôncavo\nbalázs\nvallecas\ntarô\ncaramaschi\ncurare\nfeldspato\ngrammys\nmerece\nco-apresentadora\nacroás\nidentificável\nmontagu\nextranjera\nwilliston\nम\nmesnier\ntessmacher\ndemandantes\nnutricionistas\nsenhores\nboal\nboac\n#s\ngenta\nboas\nboat\nmaximals\nlicores\ncordatus\nsayles\nsugarcubes\nmcculley\ntarn\nnão-violência\nsogras\nengolia\nbernardi\nbernardo\nbernarda\ngomorra\nelkeson\nlímbico\nbrita\nbrito\nbritt\nascensão\nmoléstias\nindo-grego\nmísero\nmísera\ntorreón\nliteracia\npoynter\nburocrático\nburocrática\nenlai\ntestemunhei\ndesapontador\nobjective-c\nmarysville\ncurlândia\nencaixando\ndumará\nincas\nincal\nincae\njosephson\nlocatário\ndefinido\ndefinida\nconexões\nadversidades\nbloggers\nprofissionalizantes\neurasiática\nneuerburg\ntânis\ntânia\nonslow\nlink's\nportfólio\nklb\nklm\nklt\nherbáceas\nmesmos\ncarros-chefes\ndecorando\nducktales\nascite\ntroças\ncomune\ncomuna\ncomuns\nprobóscide\nlimerick\nespectrógrafo\nkerensky\novimbundu\ncromático\ncromática\nnikolaus\nseraphina\ndistanciavam\nassinalavam\nperfomance\naliya\nrepudiaram\nmillhões\nlütjens\nhematoxilina\nacirra\ngoianápolis\noferecê\ntempleton\npeixe-palhaço\nbelmont\nsolicitador\nsolicitados\nopinion\nofereci\nsuperquadras\noferece\nbiatlo\nremição\nau99\nstrasburg\ninput\ncompositivos\nmaltratou\npré-romanas\nrachadura\nlocus\nlocum\nkerimov\nerodindo\nútica\ncompilação\nautovía\nversados\nquadrática\nscrum\nmagno\nacumulava\ngondi\narbenz\npartial\npartiam\nprobo\nlegal\nranhuras\nmacuco\ntortura\ntorture\na9gp\ntorturá\ncivilizados\ncivilizador\ncolaborar\ncolaboram\ntáctica\ndefeat\ntáctico\ncertificate\nsimultâneos\napitar\njaiminho\nérard\nflaviano\nflaviana\ncaryophyllaceae\nafro-americanos\nafinação\nevra\ntutsis\ncydia\nburguês\ntroop\nmasamune\ndesfragmentação\ng-9\ncontornados\nsendas\nsolicitasse\ncolunismo\natmosphere\nmédenine\ncarranca\ntecelã\nimpecável\natarracados\nnemaha\nwabash\nhoria\nhorie\nusted\naquamarine\nchernobyl\naesthetics\nobsessivos\nfabricianense\nmicrosystems\nbarulheira\ntimão\nantagonizada\ntaurog\nmorphin\nheatherton\ndesafiou\ndesafios\ncéspedes\nsemeia\ndesobedeceu\ndesobedecer\nkourtney\ndesobedecem\necdysozoa\nsintaticamente\nmarcadas\ncriopreservação\nravnica\nphebo\nmerdeka\npenhorar\nreplica\nl'oreal\nsalviano\nrule\nenxós\nlaborde\nabilio\nbirchmeier\nemoções\nagasalhos\ninformarem\ndecriptação\nsemi-nômades\ndarley\nsernamby\ncheiro-verde\ndissidências\ncoronéis\nuap\nuau\narrimo\ncantonesa\nuam\nual\nuac\nfrontino\nuae\nfrontini\nuag\nnorte-sul\nmaximillian\naqueménida\nglassfish\npalatalização\noxygen\nedgardo\nóvulos\nfreeborn\ntechno\nasneiras\ntel\nconfeitarias\ngestado\nabdicando\ncristobal\nhacking\ndesintegrada\ndesintegrado\npatrícias\npiscou\nimperfeições\nspartanburg\naltavista\nhorizonte-mg\naltimetria\nlaertes\nglicina\nx-force\nroçando\nbainhas\nimitaram\nfalamansa\npêsames\nentrevistava\nnasir\nexortava\nfermilab\ntrancam\njustificariam\nórfã\nescoteiro-mirim\nfarei\nfarel\ntrancar\nfares\nkeats\nconverteram\nnão-tradicionais\naderira\nalbéniz\nflagrou\nback-up\nea999\ncorrado\ncorradi\nsandie\nsandia\nsandim\ntenderam\ncuautla\nlosada\nalviazul\ngeledés\nharrer\n-nas\nmetron\nperclórico\nremonte\nremonta\nslogan\ntelstar\nestabelecendo\nmoffat\nrefina\nrefino\nskatista\nhanne\nbodhi\nfflch\namor-próprio\nstockholm\nrz99\ngadolínio\ndeficiente\nloredo\ndecote\nanticristão\ntarraconense\ntransitoriamente\ncomentário\nprecipitados\nbernadete\nseptember\npórtico\nstedelijk\nunitaristas\njtg\ntravels\nchandragupta\nlandberg\ntubificidae\nhabitadas\nargonaut\nšumadija\ntristezas\ncontraprova\netc\npirapozinho\nesquadras\nexplodiram\nrepartindo\nás\nassegurem\ne-type\nendorser\nbenefit\narqueira\ntryon\nsupersonics\narrabalde\ndescreverem\ndebutou\nrecíprocos\nvauban\nencarregada\ncomprometemos\ndominika\nboing\nboina\nfisionomias\nmendicante\nbräck\npactuados\npúblico-alvo\ncosmólogos\nsuwwan\nterrazas\nclerks\npirão\nviajaram\nalugadas\nhumboldt\nextensa\nespreitando\nextenso\nferteco\nrevoltaram\nabdu'l-bahá\ninstaura\ncrell\ndeering\njarvis\n●\ncomutador\nalpha\nsombor\npavimentoso\ncssr\nvilamoura\nj.s.\ncametá\nchart-99\nstavro\nheranças\netnológicos\nfacilidade\nneologismo\nmanilow\nleroi-gourhan\nmanners\nheader\nheadey\nestrela-mãe\nbaguazhang\nditador\nditados\ncondicionaram\nsalvador-ba\nwhile\nrecreio\nfannin\nuserkaf\nfannie\nsobrevida\naproveitarem\nshinhwa\nmerovíngia\nacarretar\nverrucoso\nverrucosa\nmerovíngio\npiast\npós-pagos\nsuceava\nkoniev\nslavkov\namaro\namari\namara\ndispensasse\nturgenev\namará\ndecca\nsmirnoff\npublius\nmota-engil\nidhec\ntheodoros\nmodista\ngower\nba-999\nencerrasse\nlotava\nsurrealistas\ndoer\ndoes\ndesastradamente\ncustomizações\nthiesen\nrecapitulando\nadd-ons\nexpressway\nbiblical\nassaltam\nassaltar\nzuffa\ntruculentos\nsérvios\nassombrosa\ncaindo\nparaolímpicos\nassombroso\nadvecção\ncontabilizar\ncontabilizam\nsentou\nestampando\nrentáveis\nirlanda\njunho\nretroalimentação\naiesec\npélvica\nsingu\nsingh\ncircunferência\ntornam\ntornar\nconfessionais\nw999\ncorruption\nremista\nchorozinho\nsistina\ndecretos-lei\njuchipila\njohto\njanjão\naréola\nflorentina\nretratados\nheroicamente\nmacaxeira\nradamanto\npagseguro\nbatentes\nnova-mg\nspirotropis\nraciocina\nangewandte\nunseen\nzamość\nrelembrando\nsoviético\nzambujal\nstrandzha\nsoviética\nhelsing\ninveja\nfolhados\ninvejo\nrijas\nmedgar\nhosting\nmantém\nbpchq\nintersecta\nbotín\nbollini\nuzbequistão\nhalle-vilvoorde\nwertheim\npuritana\npuritano\npuritani\nmonck\nveliko\ntorcia\nlandscape\noverhead\nmendieta\nfotogenia\nbalasar\ndolarizados\nargonne\nretendo\nquoc\ncrispiniano\nquod\nolaria\nschwabe\ncontentes\nbronxville\nirpino\nanteriormente\nverdonk\ninterligações\ncolóquios\nherten\nlongue\nmiura\nchalita\nvespertinos\nprocópia\nprocópio\nobteria\ndatam\ndatas\ndatar\nnevado\nfromme\nnevada\ndespojados\nׁ\npsicoterapêutico\npsicoterapêutica\njesualdo\nzíperes\nempreendedora\nincrustadas\ncefaleia\ninacreditavelmente\nolsson\nfilogenéticos\nnorte-vestfália\ntrouxemos\nsquaw\nirajá\nrevalidado\ncanhota\ncanhoto\nsaphira\nglafira\nmucina\ndoron\nretalhista\npresumo\nsuper\nzangão\npsicoterapia\navalokiteshvara\nvoltarão\nopressoras\nmüritz\nremetida\nbizacena\nremetido\nglynn\npanamericanos\nermidas\nentusiasmadas\nflaherty\npisin\ngrisolli\narrebentam\nbambuí\ndispêndio\ndecorridos\nwort\nbambus\nexpressionistas\nstelios\nget\nultimamente\nabusivamente\ncantigas\ngen\nviews\nextrusão\ncamorim\nconceituada\nconceituado\nápis\nvjs\ncomte\nápia\nbulbosas\nmontejo\npiccola\npiccolo\npiccoli\nfertilidade\nmentual\ncomendadora\ncésio-999\nl'ordre\nassumiram\nverticalização\nsevigny\nfante\nfanta\nfanti\nrankine\nbiodiesel\nmarlborough\nnizo\nremarcar\nniza\ngamgee\nkook\nkoon\nkool\nrobustas\nmontalbano\nkoop\nhoke\nprovinciais\nindagava\nvenues\ncânhamo\ncantada\ncantado\nsônia\nadvaita\ngulella\ncôndilo\nmovements\nheartbreak\ncomedor\ncristianizados\nfilinto\nolvera\nantiácido\nrefinanciamento\nmirador\ncarnaubais\nleque\nryuji\nvellasco\nperto\nperth\nmécanique\npronunciá\npractical\nnativismo\nvagalume\ncoentro\ncorso\ncorsi\ncorse\ncorsa\nirtysh\nbubalinos\nceagesp\ncesvi\nkiyomori\ndurinho\ninterceptação\nmovement\ndesconcerto\ndislipidemia\ntranqueira\nmönch\nensinamos\nmoffett\ndialetal\nain't\nreestruturando\nenglobavam\ngrubbs\ncomilança\nelixires\naparelhamento\ndolny\nconstrutora\nquincy\nacting\nnosferatu\ncuckoos\nkubo\ninteressantes\nmelhoraram\nnegação\ntakara\nc-bond\nterço\nimperante\nancara\ntibeto-birmanesas\ndiretor-adjunto\nsessenta\nhawkwood\nouteiro\nreduzido\nfilho\nfilha\nseparation\nengarrafada\nengarrafado\nraise\ntelemetria\nbenante\norione\nrepetirão\nmentirinha\nqueimadura\nbaglioni\npétion\nimpossibilitam\ncursava\nadams\npermissionários\nnativamente\ntuerto\npseudónimo\nestimular\nimpor\nconstrangedoras\narruaceiros\nonívoros\ngallup\ngallus\nguiomard\nconcedido\nparasitose\nconcedida\nfinley\nformadora\nwesleyana\ninalar\nenlightenment\ntotalmente\ninter-american\njudaicas\nrestabeleça\nalternados\nperoba\ndemonio\na99\nbulbosa\nascalão\na9m\nri99\na9x\na9v\na9p\ncoen\njogável\ndvd's\nfinanças\nerasmo\nobstrui\nheraldicamente\npreliminary\ndouce\nparviflora\nespremida\narranjando\nespremido\npapilionidae\njoanne\npolícroma\nprócoro\nmädchen\nsectoriais\niniciativas\nridder\ndreno\ndrena\nrapide\npteridium\niriri\nnovels\nmassaro\nmassari\nnovela\nnovell\nidiossincrasias\ndedo-de-moça\nallegany\nabismo\nbarking\nsimulando\nnesomyidae\nadjetivo\nadjetiva\ncuriosas\ndinorá\ntrapezista\nwarriors\naudioconferência\nnürburgring\ncontraturas\ndonaghy\nagarramento\npequeninos\nanistiados\nfascismo\nhelênica\nhelênico\nnoturno\ngabès\nexilados\ndesdenhou\ndescabelada\ndescabelado\nenterramentos\ninculcar\nexcitantes\nditongos\ntomoki\ntomoko\nlouder\ncausarem\nvampré\ndía\nlahm\ninglórios\nbengalas\nacudiram\nbrandywine\nnão-letais\nguardanapos\njovino\nsantana\ndietrich\napresentariam\neuzébio\nderzi\nhertfordshire\nsustenidos\npandit\nprogredindo\nlegnica\nesperante\napresentaria\nesperanto\njambu\njamba\njambo\njazzísticos\nrevlon\nelivelton\nverte\nequipada\nandvari\niefp\nesguia\ndesvendamento\ncaquexia\nesguio\ncorretivo\ncorretiva\nepge\nscriptura\nnabonido\nreedição\nbandida\nbandido\nanfa\nblasfêmia\ninquisidora\nshiitake\nvitalogy\nborsoniidae\nfecl9\ntejuco\nvisitinha\ncamellia\nbordúria\npós-modernismo\njacobson\n-metil\npolemista\nácaro\ncnv\ncnt\ncnr\ncns\ncnp\ncnf\ncnd\ncne\ncnb\ncnc\ncna\ncnn\ndesapercebida\ncnm\ncnj\ncnh\ncni\nchaparro\nalgodões\ninfracção\npriston\nsträngnäs\nvyasa\nmarcelino\nmarceline\nmarcelina\nryder\nryden\nbluffs\nsüdliches\nvinagres\ntirolesa\nbirigüi\nbeauregard\npraças\ncoruña\nmercadológicas\ndhtml\ndownfall\ndendríticas\nfloras\nflorae\nfloral\nmaps\nnotará\nenglobará\nempilhamento\nptilinopus\nlurdinha\njavaés\nestacas\nreservatórios\nvixen\ngusta\ngusto\nsupreendeu\nwishbone\norganizou\ntravessias\nteleportado\nmergulham\nmergulhar\nsuplanta\nе\nmiliciano\ncorwin\nkorak\nxanthorrhoeaceae\nsenior\nengrossou\nsertão\nprocellarum\ntorresmos\nnorusca\nsóbria\nsóbrio\ncomportamentalista\ncerâmicos\nsedentários\nhábeis\nlançarão\ndesapontado\narraigados\nworcestershire\nsaison\nestritamente\nalquil\nsamhita\nimãs\nparoxismo\nindependentemente\nbendegó\nguanches\npereiro\nnilza\ncoreográfico\ncoreográfica\nvarredor\nconfirmaria\npseudoefedrina\nbeijava\ncedofeita\ndesenrolou\nwozzeck\nderrick\nsinestro\nprateados\nchameleon\nfixações\nbrioude\nescoteira\nescoteiro\napedrejados\nentourage\ndepredaram\ncapangas\ncinemas\ncinemax\ntigela\navesso\navessa\ntrabajo\nprotestos\nprotestou\nglockenspiel\ngorzów\nprometemos\ncrowther\nexecutavam\nprimeiro-secretário\nacompanhasse\nespectrômetros\nficam\nficar\ndoaria\ncorruptas\ncalão\ncasulli\ntr-999\ndesapego\nkarpov\nforgive\nsubtexto\npeniche\nobscurus\nalcateia\nassertivas\nagualva\naquidauana\ntisdale\nascari\nfighting\nvasculhada\nclovis\nburtt\nburti\ndanielson\npresenciaram\nhatti\nhatta\nprefixados\ncolostro\ndanificação\nbindilatti\neverson\nordenações\nprogride\nconfesso\nnicot\nconfesse\nconfessa\nnicol\neducaram\ndespercebidas\nbenefício\neztec\nconvincentemente\namedrontado\namedrontada\nbossas\nagonizante\nreliant\nmodernizá\nfremont\nescapismo\npulou\njabiru\nmoderniza\npulos\nmonofilético\nmaquiado\npassados\npassador\nhistriônica\nhistriônico\nobjeto-relacional\nabordavam\nmartigues\ndécio\nfunções\ncomunicou\nbolland\ndill\ndili\naleksandra\nimperturbável\nalfabetizadores\ndefendesse\naoristo\nentronca\nfilantropo\nstriga\nfilantropa\ntopman\nnamorei\nrussomano\nedificaram\nabençoados\nintervinha\ninvasão\nscales\nterminarem\naglutinantes\ntatão\ncabaceiras\ndelbrück\nminissubmarino\nrutledge\nciesp\ndeletérias\nsarti\nsarto\npossuíndo\nmicroeconomia\ntish\ntiso\ntiss\npatota\noprimidas\nedícula\njatinhos\npremiata\nrelatavam\ncacho\ncache\nembolização\nconsorciadas\nmexicana\ncachê\npuertas\nmexicano\nsociobiologia\nitália\ndrásticas\ncasaubon\nsrïla\nchapelier\norico\nsanguíneo\nsanguínea\ncrispino\ncrispina\nsoltaram\narriscados\nresultam\nresultar\npirapama\nencaravam\ncarne-seca\nmoriori\nmistery\nbilro\nponderado\nlexemuel\nfocou\nplantagenetas\nfocos\nséniores\nencalha\njuni\njunk\njuno\njune\njund\njung\nrecarregado\nrecarregada\nidealizaram\nsequenciar\nsequencias\nsequencial\nsevens\nisaia\njičín\nmoksha\nmestres\nmuirhead\nvasqueanes\nmarino\nguaiuba\ninsistiam\nonipresentes\nlindemann\nantiquário\nboleto\nmatérias\nmedline\nloiros\nfenilcetonúria\ntaishō\ndiscworld\ntozeur\neleanora\nplioceno\nzordon\nmonoaminas\ncompetidora\nrepercutindo\ngrasshoppers\nactinídeos\nvillela\nincenso\neletrificada\nkiyohara\ngoebel\nwyman\nalatri\ncolesterol\nelmira\nmariella\nelmiro\nzorin\nrevelara\nladra\nsensibilidade\nretaliação\ns.a.r.l.\nbiehn\nzigotos\neletrochoque\natirei\ncipoal\npenezzi\nhyper-threading\nprecisariam\ncartesiana\ncartesiano\ncoloidal\ndowling\nnelvana\nesquadrão\nporrada\nirritadiço\ntaishi\naponte\naponta\naponto\npopularizaram\nbiodinâmica\nexocet\ncontinuação\nmagritte\nagentes\nscea\nbonnot\nreinando\napontá\ngamsakhurdia\nnorceca\npedagogia\ngladys\nikoma\nassustado\ntiririca\nsovina\nriders\nmontauban\nepisodes\nacalmia\ntroubles\ntroubled\nazoricus\ngênesis\ncultos\ncultor\nmarle\nmarli\nmarlo\nthurmond\nmarly\naparadas\nzuliani\nrzo\nsilábica\nsilábico\nolodum\nvizinhança\nibirapuitã\naggressive\nzahi\nzahn\nzaha\ntorniquete\nenfatizou\nlithos\nmonarquistas\njuventus-sp\ns\ntemporizador\nzagora\nsuvorov\ncontemplava\njogue\npoussin\nbombarral\nsurgiu\nsimétricos\nfotovoltaicos\nascii\nsurgir\nbarbeiros\nocres\nsmn\nlouveira\nárabes\nkawai\nenfrentei\ninteressantíssimo\nmalocas\ncitoplasmáticas\nfabricando\njapônes\ndemarca\naguardentes\nhélice\nhegemônico\nrusk\nrush\nruse\nruss\nrust\nondulações\nacreditadas\nmidget\nfotonovelas\nciclosporina\npotencialmente\ntelenor\npujança\nmidwest\nmetaestável\naparentem\naparentes\nredactores\nconjuga\nnovidade\nquicken\nshockwave\nportaria\npiaçava\njoaneta\nrefletiram\neletroeletrônica\nmasculino\nabriguem\nrimando\nex-voleibolista\npára-lamas\nauto-suficiência\nselecionável\nmenucci\nlojas\nmilhã\ncecropia\nrombo\nunterberger\ncometida\ncometido\nolmeca\nheinz-harald\nmilho\nmilha\nsh99\npromos\nfelicidades\npastorinha\npraefectus\nnavigators\ndevotava\nescolhemos\ncartolagem\npoeae\ninalação\nbellingham\nalmer\nvilanova\njutahy\npré-romantismo\nmala-posta\ndublado\ndublada\nolli\nolla\nolle\nolly\nkulick\nfrito\nfrita\nfrite\nfritz\nfrits\ncinturões\nmamada\ncordon\nproponentes\nbisnaga\nanecy\nsórdido\nideologia\nsupertones\nhexa\nrucka\nkaneda\nfaded\nsujeito-verbo-objeto\nfadel\nchad\nchak\nchai\nchan\nchao\ncham\nchar\nchas\nchap\nchat\nchau\nchaz\nchay\ngardenia\nininterrupta\nininterrupto\nhierárquicas\nemitisse\ncolegiados\nlombarda\nlombardo\ndicionários\nlombardi\nshinano\nkilala\nhatakeyama\nbasca\nencurtam\nliturgia\ncomissionou\nmendoza\nmidlothian\nvillon\nesquivel\nharve\nloca\nlock\nloch\nloci\nloco\nestude\nemitindo\nacordadas\ndesobedecendo\nobediente\nminifúndios\nunitarista\nmeantime\nimportante\nforasteiro\nodoacro\nboutique\ncreuza\ndoidos\nembarcados\npondera\nsuja\ndescascar\ncubículo\nserviço\nchilique\njaz\njax\njau\njar\njas\njap\njan\njal\njam\njah\njai\njag\njad\njae\njab\njac\njaa\nentertenimento\nvossas\nassíncronas\njaú\njaó\namarelo-esverdeada\ndimitrov\nporteiro\nporteira\nlidengo\nabastecido\neaton\ntuaregues\nanotações\nprejudicados\nculpando\nmembrana\nchartres\nbalbo\nbalbi\nclocks\nwec\nweb\ntangível\nweg\nwee\nwei\nwen\nwes\nwer\nwep\nwet\nizânia\ngyldendalske\nmísseis\nmonjolo\nself-made\nprovisoriamente\nhavana\netiquetas\nborghi\ngebrselassie\nmata-matas\nfrithjof\nal-sadd\nexpoentes\nal-sadr\nlately\nmudez\nmudem\nmudei\ngiorgio\nxerófila\navioso\nescutando\nposicionamento\naudra\ninundou\nrachmaninov\ncolaborasse\ndesconta\ncamry\ndesconto\ndiscursaram\nhosana\ninhabitants\nestonteante\npreceito\nmatias\ninformavam\nstizophyllum\nefectuadas\ngraficamente\nsublinhar\nsublinham\ncomplementaridade\npurificações\ncaberem\nintimidaram\ndespediram\ntimothy\nderrotou\nemblem\nj.h.\narejado\narejada\nprelúdios\nzeladora\nitaitinga\ninterregno\ncappuccino\nsélestat\nhonrosamente\nvaloração\ncornutia\nunilateralismo\nlipídicas\nprocessando\nboavida\nbagrut\n9/999/999-9999\npsiquicamente\nmiyu\naquecido\naquecida\nmiya\nrompuy\nmusicas\nmusicar\nmusical\nheart-shaped\ndivulgação\ncooley\ncooler\nbujinkan\nmovimentar\nordeno\npeel\nordena\nordene\npeep\npeet\nberola\nbaterista\nlenita\nleitões\ngretzky\nluffy\nnucleófilo\nhaute-loire\nsetembrismo\namalrico\ntatami\ntatame\nkkkkkkk\nantiaéreos\nmusicóloga\ntigranes\ngoldfrapp\navessas\nb9999\nderramar\nderramam\n99999/9999\ndescobriria\npurge\npurga\ndidn't\ncolmeias\nberílio\nmonômaco\nvilões\nremodelou\nanfotericina\nfálica\nfálico\nnaminé\nfiltrando\ndescriminalização\ncaprichosamente\nhc99\nnaming\n#foco\ncarvoarias\noperaria\nmirandola\nkolyma\nequipment\narruina\nheterônimo\nencarceradas\ntalmo\nrignano\nfoguinho\nfauvel\nnoonan\nděčín\nxn99\nestrelar\nmorfina\nmorfino\nestrelam\ncongestionadas\nnarra\n999-999-999-999-9\nluís-ma\nterai\nteram\nnidação\nhilariantes\nermesinde\nermesinda\nbaruque\ntulcea\nzapoteca\nrubras\nintermission\nglucagon\nmonte\nmonta\nmonto\nmonti\nmonth\nmontu\nmontt\nmonts\nbouba\nmonty\ndeformadas\ndivulgasse\nbundesautobahn\nleonidas\nprestigiosos\nmontá\npropiciar\ndiglossia\nregularizada\nregularizado\nurlândia\nzedong\nmisasagi\ntrepidação\nvontades\ncalçadista\ntreinaram\nosmóforos\ncoletividade\ngameinformer\nsubprefeito\nadquiriram\nfacões\nbarrela\ntremendo\ntremenda\nsymbian\njohnnie\naguardam\naguardar\nhebron\nhebrom\nmariense\nmilagrosas\nfalência\nleitão\nprocedural\nadequarem\noriginalmente\nman'yōshū\ncolaboradora\ngreinke\nfretes\ngonfaloneiro\ncoça\nacabamento\ntogolesa\nolympiakos\nrinne\nkofun\nnós\nendividou\nconsideraria\nmxit\nrégiment\ngénese\nluhrmann\ngualtério\nmamários\nsanofi\npteropodidae\nmaudit\nabrigará\nrecicla\ncoverdale\novina\nenescu\npaderewski\npitorescas\ncodificador\ncodificados\nbissulfito\ners-999\njornalísticos\nportilho\nlieutenant\nbugis\nexaurir\nexauriu\nbugia\njazida\nexegese\nbowl\npaquetá\natletiba\nalava\ndireccional\nturiassu\nwalnut\nfrascos\nbbva\npaquete\nturiassú\ndébut\ncombinando\ntezza\nfelgueira\nlistrada\nlistrado\nprague\ndechauffour\nempacou\nbabosa\nprüm\ncalvino\nwooster\nparibus\nkopa\nkopf\ncentrou\ncentros\nkopp\nmercenário\ntransportadora\nodiáxere\nmerry\njevons\nrêde\nsuccubus\nmanguaba\ncarrière\ncdhm\nhearted\ncdhu\nalgorítmica\nnation\ninjetados\nseyfert\ncalmúquia\nconsolidada\nconsolidado\ngângsters\nvestígios\nassovios\nfountains\nmcgarrigle\nipods\nremotas\nala-armadora\nentebbe\nquadrilheiros\nwhoopi\ndeterminando\nex-casal\nsiècle\nmirinae\nlandegravina\nsnares\npaquin\nalexandrino\nalexandrina\ncapim-limão\nperdita\nperformace\ngravou\nvarfarina\nconceberam\naniversariante\nhirsuta\nhimiko\nhernando\npudong\ncaulinares\ncoloridos\ndispersada\ndispersado\nadjunto\ntuor\nsuntuárias\ntuol\nfeathers\neliminara\nimpostos\nimpostor\nizar\nsentinela\nchatfield\ndaher\nkutner\npassarelli\nrezende\npassarella\nchupeta\nreplicantes\nlírios\nroqueiro\nroqueira\ncompton\nimirim\ncemetery\nagregaram\njusnaturalista\nbutes\ninterest\nfisicamente\nsangüíneas\nemfa\nex-capitão\nautomutilação\ndemoex\nadvertindo\nschinkel\nmitchum\nmkultra\nmegaevento\napátridas\ntrilogia\nlançarem\nvidradas\nvieiras\nflying\nlarvais\nal-mu'tazz\nbuscaram\nurbs\nmuffins\ntamale\nmarismas\nmacropodidae\nespíndola\ngleba\nmicroblogging\nestimações\npeaches\nheroicas\nsteffen\ninauguração\npère\nvelucci\ndesprendida\npetesburgo\nmunicipalidade\njoca\nsorriso\nvagueando\npavía\nmenorca\ncasariam\nfuzzing\nbergerac\ncansadas\nágar-ágar\ncelebrados\narmaduras\nsbat\nemanou\nmoreau\nmorning\ncalar\ncalas\ncalam\ngiulio\ngiulia\ncylons\nliberados\nliberador\nesquecida\nesquecido\nruido\nsuger\nacreditaria\nsaboreando\nsalutis\ntaguá\nreadquiriu\nreadquirir\ncasa-museu\nousa\nreplanejamento\nbercy\nvillars\nenxertia\nhortelino\nvillard\nvillari\nrosendo\npressburg\nbienal\nabrão\ngnrh\npantalona\nravinas\nyaracuy\nyamagata\nsmells\ndisfarçadas\nsaxe-coburgo-saalfeld\ninsondáveis\npejorativamente\nportadas\ncientificas\nabluções\nfidélia\nuematsu\nfidélis\nbrazão\nal-rahman\ncollegiate\nbellick\nindecência\nkyoko\ngerados\ngerador\nrectangulares\ndún\nvideogame\nguriri\namérica-rn\namérica-rj\nbairro-centro\nderme\ndesconsolo\nlevantada\nlevantado\ncrómio\nsucedido\nblumenthal\nguapó\nkupets\ndemolindo\nmaturana\nsubtropicais\ntatau\nassimilou\ndaciano\nbelait\npatterson\nredações\nl.m.\nestante\napresentadas\nagulha\ncela\ndefrontaram\nvascular\napeoesp\npré-requisitos\ncavalcanti\nclérigo\nemanados\nelections\nloman\nlomax\nlomas\nxerez\npapaléo\ncacela\ncut\ncus\ncup\ncue\ncub\ncum\ncui\n999/99\nkatrin\ncu9\neliminar\nshinobi\nmoorea\nmoorei\nmoorer\nmoores\nshinobu\npodem\nqueijo\npropiciava\ncloroplasto\npodes\npoder\nnomeada\nnomeado\nproblemático\nproblemática\nglobopar\nmonmouth\nwards\nlalique\ncarnês\ngastroenterologista\nsérias\nbndespar\noort\naccess\ncheirogaleidae\ntesta-de-ferro\nhidrografia\nméndez\nofusca\nintromissões\nexpectável\nfolgosi\nfolgosa\nkakinoff\nो\nlonga-metragens\nmondrian\nintervêm\ntoolbox\nzinédine\nemitam\nworkflow\nparanóicos\nhistoricistas\nz-wave\nwargames\nalemânico\nprocurá\nkunst\nrebanhão\ntrilobulado\nprocuro\nprocura\nfunerais\nlojista\nar-condicionado\natrapalhados\nálcali\nweberiana\nadilabad\nvoltinha\n∪\nentediada\nentediado\nvelorum\nprignano\nseabiscuit\nvocábulos\n99999999\ndatacenters\nestipula\nsurpreenderam\nquimicos\ndrogando\njustin\nunisantos\ngerhardt\nmotosserra\ngenitora\nespecificadamente\nentrevistando\nperiodo\nmaquinistas\nmacabeu\ngillespie\noptometria\nenérgicos\nmagnata\nkivi\nkiva\nkirch\nkivu\nhida\nmerv\nhide\nactivados\nvitiligo\nengle\nvatapá\nconcessionárias\nidelfonso\nterráqueos\nnáuas\ntg\ngeometry\ngismonti\nplage\nasuras\nharmala\nmajlis\ncantus\nwilton\nnormalizar\nequilibrada\nequilibrado\ncross-country\njoannes\nheveus\nretribuição\nt.\npaavo\nrematou\ncarcass\natrapalhasse\njunqueira\npexis\njunqueiro\npublicasse\nprontinha\nlarguras\nhouseguests\nconduziam\nconsista\narnoux\nnegão\nocean\nhatch\ntendencioso\nscodrfb\nobsessão\ntí\nbaviera\nex-gerente\nbarradão\nsplendida\nalúmen\nlupo\nlupi\nlupe\nlupa\ntelefônicos\nadonias\npterophoridae\nprotótipo\njj99\ncénica\ngave\nescorregamento\npatilda\nrachados\nmilitarista\ncherry\nbaluarte\nalcatéia\nchassagne\ngelateria\nacostumamos\nacopladas\npeacemaker\npotala\nproporcionarem\ndinner\nosment\ncapoeirista\ndreamin\nintuitivamente\ngravitacionalmente\nencarregando\ncorbucci\nmostardas\ncibercrime\nalmoçava\nestrangulamento\nlandkreis\ncecile\ncecily\ncebolão\nbiałystok\neberle\ncoladas\ngryffindor\nazami\nrecolecção\nconduzia\nconduzir\nconduziu\nlaicos\nspurgeon\nconjurado\nmegaoperação\nvalentinois\nscrofa\ncatching\ncabinet\npós-graduação\nferramente\nrolls-royce\nrosebery\nquérson\ndeimos\narcade\nmergulhados\nmergulhador\norphan\nironizou\nenigma\ntrocanter\nfestividades\npolimerização\nanimation\npiter\nraja\nbrix\nolharmos\ncoalização\njuntamente\njuntamento\nwester\nschatz\npicantes\nrajá\nmattioli\nodeiam\nlibelinha\nítalo\nítala\narius\nempresariar\nempresarias\nempresarial\nlevedar\nhuangdi\ndesço\nulver\nelaboradas\nregimentais\ncarreira-solo\nendemol\ndetonante\nbellavista\npunitivas\nprojeto-piloto\npêssegos\nenfiei\nintensificador\nmahut\npromulgado\npromulgada\nbenoni\ngenos\nocultamente\nmaulik\nmercenaries\nshalorus\nchurrasqueiras\nlamrim\nanglo-saxônico\nanglo-saxônica\npaleolítico\npaleolítica\nconfrontavam\nex-voto\ndeputações\noitocentistas\npenates\nextrativismo\nspoilers\nmississipi\nchatwin\ndairi\ndaire\ndairy\nmikawa\nvoormann\ncristianismo\ncatupiry\nliars\nsacrificar\nantália\nlevi's\nunanimidades\ngovernadora-geral\njayme\nflat\nflap\nflag\nflac\nflan\nflak\nadesão\ndarkwave\nzinnemann\nconducente\ntático\nneiva\ntática\nhelcio\notorrinolaringologia\nbaathistas\nvättern\nshehu\ngatti\nvocalizações\nlimaverde\nmacrobiótica\nfocaliza\ncossa\ncotilédones\njogará\nthetford\nmid-ohio\ningressam\njogara\nrochester\nendurecidas\noscila\nclodomiro\nubatuba\nrelentless\ndefense\nconfiscada\ndefensa\nconfiscado\nsuprida\ninsone\nsuprido\norgânico\norgânica\nbandit\njuntas\njuntam\nrenfrewshire\nsassânida\ncinco\nperdizes\ncinca\nautomodelismo\nexecutivo-chefe\ntókio\nbluegrass\nantecipados\ndobbins\ncement\ncongelaram\njão\nmulti-étnica\ngermanística\ngessle\nstrobilanthes\nlaughton\nchonchu\nmacrantha\ncomprometida\ncomprometido\nviscídio\ndc-9-99\nbislett\ninformá\nsphynx\nbose-einstein\nkenai\nkenan\nvaselina\nimposições\nvarnhagen\ntoucinho\nguaratinguetá\nquimerismo\nalgarves\nemprestadas\nassombrosos\nsenegalesa\ndelira\nmessengers\nassumirá\neleitoralmente\nfactos\nrecomendado\nrecomendada\nfactor\nshōwa\novos\nassumira\navancem\nprojectados\npedagógico\npedagógica\njerusalém\nbireme\nrubro-negros\ntranças\narmalite\nsufocada\nsufocado\natleticanos\nhábito\npré-existente\ntransbordava\nziegler\nincluíu\nombudsman\nmalzoni\ntabelamento\niuri\notoch\nkrista\nkristi\nplasmáticos\npristomyrmex\nmugello\ncodesp\nsuper-9\nhypermarcas\nsuper-g\nadyar\nbinômio\ncrude\nhierárquica\nquercistas\nedificantes\nmusicólogos\nolson\nemersas\nsydow\ndedutível\nvertiginosos\ndinamarquesa\nhymenocrater\nbibliografias\nbanqueiro\nbanqueira\nalmeno\nparecido\nmandioca\npremissa\napresentasse\nanencefalia\nvicarious\nsamatra\nencorajadas\nserventes\nlongamente\ntikal\nmutilado\nmutilada\ncontrabando\ncheia\ncheio\nconstitución\nredmond\nchrétien\nrebatedor\nbolando\nperitos\ntormes\nbrincantes\nmoldando\nsabático\nâncoras\nconjura\nsanderson\nreportavam\nempretec\npeço\ningra\npeça\nbriteiros\niçados\ncoincidentes\nguadix\naenictus\nmediante\nalline\npop-punk\nbracher\nhernâni\nandroids\nvarg\nvara\nandroide\ntegucigalpa\nimperecível\ncerrito\npactuar\npactual\nsemiconductor\ncobrador\ncobrados\nadotam\nturricula\nadotar\nprevenidas\nbottom-up\ntu-999\npsicopatas\nridicularizou\nferroeste\nseminara\nseminary\ngedeão\njumpin\nimpregnada\nimpregnado\nplínio\nfiapos\nprovesende\nabrasivos\ncrangonyctidae\ndallevo\nbleu\nbley\nbled\nblen\nirrefreável\nherrero\nherrera\navassalador\nrubinéia\nangkor\nrecursos\nequitum\nfotos\nexaltaram\nquilombolas\nharnoncourt\ndublagens\nlandseer\nmenna\ndesignativo\ndenver\ncederem\nkuge\nkuga\nheloísa\nmico-leão-de-cara-dourada\ndollars\nhallo\nhalle\nelizeth\nhally\nhalls\niyaz\ntarquínio\nbelasco\niyad\ndespojado\nhallé\ndespojada\ndádiva\ncuieté\npouancé\nconcentrava\nsubway\nrebocar\ninternamentos\nmicrofilamentos\nmariápolis\nמ\nniceno\nlove\nefendi\nvice-líderes\nimolação\ndegrada\nlontra\namargando\ntopbooks\ncompartilhados\nt-shirts\ndegradê\nreforçamos\nassolava\ngarrincha\npontualmente\nindenizar\nrecompensá\ndodgers\ngq99\nrecompensa\npérez\npéret\npéres\nulcerações\nsavant\nquadrângulos\naudíveis\nsavana\nberrini\nonça-troy\nshogakukan\nrepercute\ndorval\nyoukai\nresponsivo\nxamânica\njorrar\ncomandada\ncomandado\njorram\nexclamando\ncarenagens\nrespirado\navner\npercutidos\nclaudinei\nparazynski\nleites\nwp9\nrupícola\nex-tecladista\nhammam\nschinas\nwpp\nwpf\nwpa\npacini\npacino\nmarcias\nmichio\nrivalizando\ncinturão\neventuais\neinstênio\ncismáticos\nargonautas\ngweedore\nexalando\nturdetanos\ntibete\nasbesto\nnisan\nmarvão\nbolbos\nlática\nlático\nestela\nrestringiria\nmelanchthon\naquilae\nguinga\nmachucados\nstudart\ndesprezam\ncasa\ndesprezar\ndomingão\ncasi\nacusasse\nvitória-régia\nfergus\ndenominam\nfalarmos\nmarinetti\nalvirrubro\nalvirrubra\nfracionados\nrgps\naxis\ninformation\nessênios\nmoradora\nsolha\nresgatou\nbergantiños\nhighway\ncgtb\ncristalização\nmáficas\nnoticias\ninábil\nmcfly\nwysiwyg\ncarismática\nstirlingshire\ncarismático\nradisson\nchecho\nchuveirão\ncomitês\nmansfeld\nsoberbas\npolish\nlars\nwilza\nnãna\niskra\ntauern\nalgibeira\nquemnaredacao\nalaric\nweinberg\ncucumber\ntranscorria\nsubtrações\ntelegram\nmaragojipe\ngemia\nsabaúna\ndecorações\nmcgraw\nmelville\nhallyday\nneurologia\ncivitate\nsanduiches\npseudociências\nestáticos\ndl\ngunga\nparvati\nevocada\nevocado\ngeneral-de-brigada\ncádi\ntroublemaker\nnoke\nannecy\npagodeiro\ntectónicas\nesteticismo\nembrenha\nludmila\nvirgínia\nlea\nleb\nklingon\nled\nlee\nlef\nleg\nleh\nlei\nlek\nlem\nlen\nleo\nlep\nler\nles\nlet\nleu\nlev\nlew\nlex\nley\nprovocadoras\ncorroboraram\nbalrogs\npoulain\niaea\ngrileiros\nportage\nsydney-9999\ngonzalo\npartidos\nprógrado\nnamespace\nviajara\nglobocondenast\ncalcanhar-de-aquiles\nweigel\nthirteen\npatricinha\nco-op\ntrabalharmos\nescrivá\nescrivã\ncasados\nindecisos\nribossômico\ncatecolaminas\nsócio-ambientais\nrougemont\nincertas\nmortífero\nescudo\ntragada\nestée\ntragado\nthrissur\nbarigui\nmindelo\návila\nbotões\nporões\nfederalização\nchancellor\npanathinaiko\nprospekt\nlykke\ndagr\nedição\ndecodifica\nfigurando\ndebandou\nhipercaliemia\nshinra\ncanalizadas\ntreva\ntrevo\ntrevi\nadstrita\nadstrito\nxr99\nilesos\npreguinho\nfiliado\nfiliada\nchicco\ntúrdulos\nzx-99r\nsly\nindices\nsubcategorias\nhispano-americano\nhispano-americana\nabove\nmpes\nencharcadas\nsld\nenganava\nsangalhos\ninflacionar\nreign\nmalenkov\npré-selecção\ncolocando\npobre\ndialecto\nautodisciplina\ncéleres\nprestando\nequilibrio\nanhaia\nmal-entendido\nenverga\nlegionella\nbancários\nprimaria\narmistício\noems\ndesmantelada\ndesmantelado\ntelevisivo\ntelevisiva\nconsagrava\nvasodilatação\ndependa\ndepende\ndependo\ndepends\nmerovíngios\njocoso\njocosa\ntainted\npavor\nsupersónico\nchichimecas\nokubo\ndlcs\nabsorveram\ncandidato\ntoei\nqueimem\ndaemonum\ninstituidores\nreapresenta\ncaymmi\namenizada\namenizado\nkotey\npreciosos\nsakha\nboisduvalboisduval\nsakho\nelucidativo\nudon\nhills\nhilla\nchingy\ncapt\ncapp\ncaps\ncapm\ncape\nvisons\ncapa\nzukovsky\nskelter\nucraniano\nradha\nherring\nucraniana\ncapô\natenuadas\nchengdu\npays\npayo\npaya\nwailer\npós-combustão\ntelegráficos\ntestou\nolegário\ndenso\nvalendo\nclaustrofóbica\nclaustrofóbico\nperdesse\nparticipam\nparticipar\nmanejar\nhiking\nbirdlife\npajens\ndx9\nhirobumi\nproprias\nfirmus\neubulon\n#revistaepoca\nschmeichel\nexcedia\nnorway\nmoïse\ngbe\ngbc\nboheme\ngbm\namaciante\ngbr\ngarotinhos\ncalasse\ncastela\netnólogos\ntrawick\ncastell\ncastelo\nacelerador\nacelerados\navantajado\ncolchões\ncontravenção\ntravis\nrenascimento\nveteran\ngrégoire\nmusicistas\nutroque\nortodôntico\naegypti\nimpregna\nsportclub\ncolares\nptah\npielonefrite\nptax\nsisterhood\nselecção\nvalera\ndesconstruir\nvaleri\nvalero\nenamora\nvalery\npressuposição\nincríveis\nmacela\nlesiva\nvalerá\nhalvorsen\nspeer\nspeed\npicados\nlexicografia\nsuperpostos\nurandi\nlade\nladd\nlada\nlado\nlady\nhäagen-dazs\nagendada\nagendado\nvolumétricas\núlcera\nprokop\nesplendor\nferry-boats\natravessava\nsaurópode\nlibidinosa\ncoverage\ncordero\ntweedle\nryland\ncamisinhas\nfeliks\ngreenspan\nvecchione\nlaming\norchidaceae\nilustraram\ntudela\nhurra\nhurry\ndemoiselles\narconte\navaliará\nejecta\narrendamento\nrecanto\ndichotoma\npudores\nchofer\nintermediou\nverdadeiramente\ncinusp\nhenna\nhenny\nestoque\ntowards\nsaint-jean-de-maurienne\nwenger\nwirley\nofensivos\nfuinha\nânderson\nsportive\nfintas\nsportiva\nsportivo\nlumberjacks\nafamados\nskonto\nfordham\nplanejada\nplanejado\ndiminuindo\nmaimon\nrecém-descoberto\nakerson\nrecém-descoberta\nleland\npiraúba\nxintoísta\ndemoraria\ngrácil\npacificadores\nxana\nxang\nitacaiúnas\ntergos\nplantaram\nquinzista\nexcepção\nmalheiro\nandrighi\nreleva\nsaltando\ncombinamos\nenslaved\nvittori\nvittore\nvarridos\nsorrateiramente\nkapranos\njurisdicionada\nsangria\npeirce\n;\nlierse\nholger\nhotmail\ndespoletada\nquixabeira\nimportado\nimportada\nvibo\nvibe\nserrilhado\natópica\nexcessivos\ngroßen\nmovimentem\ngroßer\nselecionam\nzagreb\nzagreu\nselecionar\nmode\nmodo\ndefendessem\npedraria\naustin\nembolada\nvanguardas\nunivale\nunivali\nquaresmeiras\nsumatra\nvocalmente\ncaçá\nlavandas\nbaixíssimas\nvison\nvisom\nvisou\nvisor\ncaçu\ncaça\ngagliano\nviação\nclimatologia\nhaveres\nhaverem\nakwá\napertar\napertam\nquadrados\nkadaré\ndramatúrgica\ndramatúrgico\nosorkon\nalinhada\nakwa\nhabitual\nhabituar\nhibernar\nhibernam\npinheira\npinheiro\ngermoplasma\noxidante\nnegev\nestilizados\nferver\nlinchá\natacariam\ntetraedro\nlineatus\nalbufeiras\nlembá\ncontabilmente\nrobredo\nilustrativa\nilustrativo\namorais\nperidural\ncagliari\nlembo\npřiklopil\nvisayas\ngravitação\ngripado\ncientificismo\ngripada\ntaboca\niasc\nneurotoxicidade\nsobrepõe\npu-999\nfilmadora\nalupek\ngorgonzola\ngeminorum\npercorrem\npercorreu\npercorrer\ngeneralizados\nfrange\nfranga\nfrango\npolme\ngabão\ncatirina\npattinson\nbahiano\nbahiana\nadorocinema\nduchamp\nmayumi\nuranga\nspinoza\npoupará\nóblast\ndiekirch\ncimérios\nexigiram\nconstelações\npassaporte\nretrospecto\nregravados\nancsa\nevasão\nchoupanas\nepigráfica\njenin\nproto-germânico\nsetpoint\ncontornava\ncollector\ntatto\ngaitán\nbesòs\ndummont\nmessages\nrapides\nrapidez\ndiggers\nmackenzie-microcamp\nmereceram\npull-up\nhunsrück\nestrogonofe\ndrenos\ndesdobram\nmusculosos\nobstetras\nfields\nparlatório\nrockstar\nventer\nsuscitados\nenlaces\nbosio\nparecerem\ncristalografia\nyourcenar\nrythm\nconjecturas\nraríssimo\nraríssima\nbotânicos\nmartinsburg\nauto-produzido\nex-escravos\nvicioso\ndelimitou\nkelsang\nelegíveis\ncaspe\ndutton\ncaspa\nazure\notani\npmdb-pa\nsergio\nsergiu\npseudotsuga\nnatalícia\nlusitanos\nnatalício\nkushina\n-nos\nondas\nviaturas\nanaílson\ntorrefação\ncururupu\ninocêncio\ninocência\nmagnatas\nmarcara\nfacilitarem\ncôvo\nenorme\nexacerba\nnegaria\nsalesianas\nexpandisse\nárduas\nsword\nbatava\nbatavi\nproporção\nsectores\ncanberra\npointer\nabastecidos\nprovável\nguardada\ncarbonilo\nbinks\ncarbonila\nbinky\ncartórios\nmossoró\ndescola\namperes\nretomados\nmonster\namigos\nsuisse\nantiaéreo\nantiaérea\nchanson\nschlager\nmarciel\ncontinuous\nretransmitida\nmarcier\ngigantic\nressalta\nretransmissão\nressalte\nressalto\narvensis\nd'artois\ncybill\nliceus\nbachiana\nsensação\naumentara\ntranquilidade\nconsilium\nviticultores\nhidrolisa\nbabilónia\nsummary\nescora\ndeterminar\nramones\nramonet\nsimonton\nlopes\nlopez\nkeqiang\nsnea\nhallström\nzózimo\nsnep\nsnes\ndavila\nnaïf\nempobreceu\nempobrecer\nrally\ntripulados\ngeotecnia\nconcentramos\nscunthorpe\nemergirem\nrecessões\nromânica\nromânico\nivanovich\nlunae\nalonzo\nlunar\ncontentaram\nyancy\nautênticas\nmeaning\ncercle\nreinecke\npharmaceutical\nprocurar\nlunacharsky\nbordonaba\nchâteau\ncobaia\nempolgou\nbrando\nbranda\nbrande\nbrandy\nconcrète\nbrands\nimputabilidade\nbrandt\nrecontada\nlooper\ntranquillity\nwadson\ntromsø\nlatorre\nseguradora\njamaris\nhattin\ndelmer\nthemis\ncoreografia\nestirpe\nlecionando\nesquisitos\npaisana\ngermânio\ngermânia\ntolliver\ncnmp\nigrejinha\nremetentes\nglogster\nmeio-irmã\nisps\ngathas\nincluídas\nhuginn\nusiminas\nritualísticas\nlarisa\nréu\nedps\nsuspensos\nré9\nluke\nluka\nblusinha\nesfihas\netna\nwills\npré-acordo\nsinaliza\nrecebermos\nenxergar\nkhai-muk\nenxergam\nincheon\nmonroy\nmonroe\nlabirinto\ntemperamental\nalternate\nangoulême\nmadeiras\npericiado\nfundamentação\nexequível\nsciuridae\nfonograma\nbrascan\nzulaiê\nherzegovina\nsépalas\ngontijo\nressaltados\nitália-suíça\nmontherlant\nassaz\nassar\nassam\nassai\nassad\nassaf\nala-esquerdo\npsdb-sp\nflamengo-sp\norrico\ninter-rs\nincomodou\nassaí\noxidativo\noxidativa\nnobuhiko\ndanja\nsentosa\nchilperico\ndeletou\ntarantino\ntarantini\npornografia\nkickstarter\nlitke\nhipoxia\npetrificado\npetrificada\nduhamel\ntirante\nhaymes\ncrematório\nhedges\nu99\nfunestos\nbleed\ncongénita\nejiofor\nfacit\nfacil\ncontinuavam\nsofistas\ntrincheira\nbenzodiazepínicos\ntheorie\ntrento\naleutas\nbravata\ndesmerecer\naristocrática\ncegonhas\nduplo-duplo\nkarlstad\nkreuznach\nbantustões\npropugna\ngrothendieck\nmanjericão\ntengboche\ntocaia\nhistoriográfico\nhildebrandt\nhistoriográfica\nairplanes\nhildebrando\nsplits\ncavalar\nbatalhões\niwaki\nenriquecedor\nitaipuaçu\npoliedro\ninstruíram\nnão-religiosos\nprotegidos\ntrantor\ncumpriram\njeeps\ntsé-tung\ncarlitos\ndizimando\nbraçais\nbrejeira\ncoordenadorias\nbrejeiro\nn'roses\nsimulou\nenchimento\náridas\ncontra-atacou\nt-bond\nt-bone\nsuprema\nsupremo\nchateau\nchatear\ncuneiforme\nfatma\nalterarem\nonis\nonix\nstreymoy\ndrôme\nnatimorta\nminimizados\nnatimorto\nrevestindo\nnigerianos\nentrasse\nshotaro\ntranformando\nsoest\npúbica\nprovolone\ncovens\ncovent\nkosai\nulmen\nulmer\nharper\nretinoblastoma\nimobilismo\nmarianos\ncompreensivas\nmirante\nseung\narantxa\nwaltz\nbuenfil\nklaxons\npetersburgo\ncinto\ncinta\nfaperj\ncapacitor\nescocês\npicaresca\npicaresco\nuster\nfilmetes\nlefebvre\nbarisan\nbarisal\nsírmia\nnewcastle\nconvicções\nsubsiste\nspecific\na.g.\nspongebob\nescapa\nescape\nescapo\nforfun\nbobes\nsardas\nsardar\ntupamaros\nprocon\nprocol\ninterceptam\ndesaforo\nsuckow\nlandon\nfitzgerald\nautodeclaração\ndireitor\ncompativel\nfokker-planck\ndjokovic\nparanormais\nganhavam\narroubos\nkexin\nalcoólico\nalcoólica\nbracteata\nhenderson\nbaskerville\nprobidade\ncomparável\nmicroevolução\nrecebia\nsinalizando\nestadia\nestadio\nmcguire\nflecha\nval-de-marne\nantinomias\npérignon\nhoyos\nparastacidae\nrentabilidades\ninterromperia\nglobulinas\nsefton\nanálogo\nanáloga\nkhair\nmulticampi\ncajazeira\ndesvalorizado\ndesvalorizada\nnoticiava\nlaurásia\nraque\nrecipe\ncursadas\nirrigação\ninvincible\ntatler\nrendell\nm99s99\nenraizamento\nspiderwick\nconvertê\nhistoricismo\nd'arcos\nnélson\nconverte\nconverta\naprovando\ndesfavorecida\natuariais\nchanging\nitajaí-açu\nassessorava\nareia\nkingdom\nbuddies\nanti-spam\nprovided\ntrimestre\nlabial\nmonitorar\nmonitoram\nbaça\nblumenfeld\nenvasamento\nbaço\narista\ndeejay\nmadia\nchalaça\ntroisi\npousou\npousos\ndesignam\nbruckner\nmeru\nco-editor\nbibby\nremuneração\ncaplan\npermanentemente\ntraseiro\ntraseira\ntransponder\ncircunvizinhos\nficarmos\nmorcego\nmuntaner\nbalúchi\narrasados\nedgerton\nautodefesa\ndumnônia\nfher\ntexeira\ndeformações\nmaliciosos\nsteinway\ncorporal\nincomunicável\nklubi\niríamos\narremessador\narremessados\nsremska\nestipulando\nmegáli\ncontursi\nadded\nraskulinecz\ntermonucleares\neliza\noptimizado\noptimizada\nengenheira\ntranscendental\nnadaf\nengenheiro\nbambina\nbambino\nbambini\nfreedman\nbastiat\nlongley\nbastian\npsiconautas\ndimitrios\narapil\npr\nps\npp\npq\npv\npw\npt\npu\npz\npx\npy\npb\npc\npa\npf\npg\npd\npe\npj\npk\nph\npi\npo\npl\npm\nmoléstia\np9\nbatch\np.\nadesiva\nadesivo\npó\npô\nbasiléia\npã\nlegitimistas\ncarone\npå\npé\nmilésios\npª\ndesviava\npiorar\nbiota\npioram\nfengshen\ndebitar\ncoordenadora\nstandalone\nmodelação\nsaint-ouen\nstaroffice\nå\nverrocchio\ndelray\nbisonho\nmórmon\naceitador\nbombear\nsulfatos\nspector\nmexerica\nlloyds\nortúzar\nioiô\nesticada\nesticado\nfina\nhipocondria\nchlef\naglomeração\nclearco\nestampido\nsort\nsore\nveracidade\nsoro\nsori\ndesinteressante\nbrandas\nbrochu\nepisódicas\nnarrações\nhoddle\nbabitonga\nreabrir\nreabriu\npodocarpus\neléctrodo\nfugitivas\nbitlis\nunânimes\nbarómetro\ngenêro\nentregarão\nmemorizado\nbarulhenta\ncapparaceae\npoções\nmônadas\ndescartável\njozyanne\nex-ministros\nbaixo-alemão\nfreebird\nandromeda\nnorbert\nnorberg\nzeke\nhaverá\ncompor\ncompos\nrefletidas\ncinzentos\nrevelou\ncessem\no.d.\nradiation\nserapilheira\nalmeyda\nyavapai\nviáveis\ncefalosporinas\ncioffi\nmetcalfe\nalesc\nchame\nchama\nchamo\nmalogro\nkushana\nchamá\n་\ncremepe\nreunificação\npoales\nprionopelta\nlívila\naristocráticas\ncabeamento\nornamental\nornamentar\nmhtml\npogson\ncarregosa\nalojava\nfloyd\nélcio\njanene\ndificultará\nrealschule\nautoestradas\nagreguem\nhauteville\nfaroeste\nrudimentares\nchoa\nbrancusi\ntrufado\npalmieri\nosbournes\nsekhmet\nborracheiro\namálgama\nniccolo\ndogmatismo\nconvivas\nhospícios\nentonação\nararate\nconvivam\nniccolò\nendógenas\nrosselini\nmogi\namortecedores\npó-de-arroz\nleccionava\nxinjiang\nkippur\nbeatus\nmancebo\nstigwood\nagacha\nagache\nsouvenir\nadministrador-geral\ncomore\ncaravana\nencabeçava\nnão-ficção\ntraiçoeira\nrotoscopia\ncolhiam\nruschi\ncacoete\nsheena\nmontanismo\nalcir\nultrapassaria\npensemos\nmonitoria\nlogo\ngoiabeiras\nnovo\nnovi\nnove\nnova\nflandres\nnovy\nrenal\nfermo\nfermi\nferme\nhoffmann\nrecém-descobertos\nrastejam\nmckennitt\nnová\nexceções\nnový\nreggae\ninvadiam\nesbanjou\ncoordenadores\nlra\nlrc\nlrf\nlro\nlrt\nleave\nhistéricas\nmochizuki\nindagar\ngélon\ncolleverde\nsoutine\nvilhenense\nclairvaux\ndingiswayo\npornochanchadas\nporta-bandeira\nkachin\ncármen\nalcácer-quibir\ncelebrate\nsquare\nantagonizar\nvale-alimentação\ninconfidentes\ntulum\ntulun\nvacum\ncaderninho\nrohirrim\nnáuticos\nalles\nalley\nallen\ncomidinhas\norland\nhérnia\nparametrização\ncobriam\njebel\nimpensadas\nclank\nclann\nlucílio\nclans\nhitlerista\nbonassi\ntorsão\ndemoramos\nconcierto\nvirginiano\nvirginiana\nrefaeli\ndomiciliares\nesquecera\nminúscula\nfunimation\nminúsculo\ncontabilizadas\ngerente-geral\naquático\nsmithville\nneuilly-sur-seine\ninfidelidades\nmaoísmo\ndart\ndark\ndari\ndarc\ndara\ndarf\ndare\navram\nquadragésimo\nquadragésima\nbrasil-alemanha\nmpe-am\ndará\npis-pasep\ndámaso\nbonfiglioli\nimputa\nantiguidades\nvariacional\nostensivos\nformatando\nurbani\nraphael\nsensibility\nbrasil-eua\ntait\ntais\ntaio\ntail\ntaim\nteatrólogo\ntaif\nmppc\nsócio-proprietário\nkazarian\nsapienza\nhonourable\ntaió\ntransdisciplinares\ngeorgiano\nconservadas\nbartholdi\nalteraram\ngeorgiana\naarne-thompson\ncaiam\npalhoças\nunguento\nacrescentos\nbucelas\nsolovyov\naleatoriedade\nturbine\nturbina\nstávale\narborescentes\nencaminham\nfinney\nsociological\nencaminhar\ncustis\npimentense\natma\nnadinha\njustinho\njustinha\nrookwood\naac\naab\naal\nmaterializam\naah\naau\naap\naas\naar\npercorreria\nhobistas\nbauruense\nafilhado\nafilhada\nnoal\nopcional\ngianluigi\nknowing\ntainos\ninteressante\ntranspostos\nalimentarem\nabraciclo\nestômagos\nb.d.\nalimentares\nheráldicas\nrepatriados\ncaes\ncaer\ncaen\ncaem\nautomobilismo\ncabine\ncabina\ncolunata\nreificação\napeninos\ngirard\npals\npali\npalm\npall\npalo\npala\npale\nadotivo\ninfracções\nadotiva\nmystique\nbem-intencionado\nrovai\npersonalista\nleclair\ncontratador\ncontratados\nformulado\nnão-tripulados\npoitou\nsouza-cardoso\nberkut\nórbitas\nprincipescas\ncamarins\ncomunicamos\ngastronómico\nimensas\nhabs\npoverty\ndesconhecia\ncolocava\n‑\narvoredo\nmysteries\ncomédie-française\nbulgária\nbrahms\nstenandrium\nbrahma\nconcordará\nbrahmi\nsudanês\nrosser\nrosset\nrossen\nrossel\ntriciclo\nwrangler\nbetto\nbetti\nbette\nbetta\ncedrico\nbetty\nbetts\nmaciel\ncyclophoridae\ntaxistas\nmargarida\nbolos\nbolor\nsaxões\ngranjeado\nvestais\npessoa-pb\nhomem-pássaro\npayot\nbesi\npayoh\natingem\nlop\nbesa\njovim\nsuresnes\nzelos\nfebrero\npoehler\naerografia\ngävle\nchimangos\nordenando\ncaminhões-pipa\nirmandade\nencerrou\nprada\ndeslealdade\nhipnótico\nhipnótica\nanimações\nbarrar\nbarras\nbarral\nexcedesse\nsith\ngriffe\nsito\nsita\nsite\nreconhecesse\nlivro-caixa\nsemi-lendário\nnovotel\ncartucho\ngracejo\ntoshiba\ngrinaldas\nsarapatel\ntumultuada\ntumultuado\ngreensburg\nzarabatanas\ngbagbo\nshinichi\nlemas\nmacromedia\nlemay\ntricampeões\nvarges\npodium\nprovariam\ngarupa\ngeradoras\npteromalidae\nmarquis\njhonnatan\nextinguida\nextinguido\nqs99\nimperou\nariana\nall-girl\narrecadaria\ncarvahall\npesaram\ncerveira\ntraje\ntraja\ntrajo\nsignificados\nalgares\ncrunch\nfalaria\nkobayashi\nrecém-independente\nempolgados\nmicky\ntemperton\nfarrow\nsonoros\ncaaguazú\nasterisco\nstiglitz\nwyclif\nprendido\ninterrogadas\nbilingues\nrealizar\nrealizam\nalbers\nalbert\nalberi\ntradicional\nboccara\naxiologia\nbhikkhu\nbelford\nbelfort\nenfatizava\nmoonwalk\ndilacerar\nsentida\nordine\ninternacionalismo\netudes\nwhitefield\nmelungeons\nelétrodo\nbeijaram\ncatalanismo\ninstâncias\namassando\nmarcião\nreivindicaram\nştefan\nbouton\nabdalla\nkanaeva\nreafirmo\nreafirma\nréver\nraziel\nornamentam\nembraiagem\nlobata\nlobato\nmacinhata\nmoore\ngravassem\nmoors\nravenna\ndorotéia\ncontroversia\ncelulose\nmérito\npalpebral\nconseqüências\nzarattini\nrelaciona\nrelaciono\npontchartrain\nilda\nildo\nildi\nquedas\nrelacioná\noficialato\nlanguedoc\nmocinhos\nrenegociou\ndeicide\nchocar\nchocam\ngénérale\norientales\npinagem\nkirchner\nzorlini\nfrísios\nmorandi\nescrevo\nmorando\nescrevi\nhildegard\ntippu\nacervo\ntippi\nivandro\nabstratamente\nhyla\ntubulares\nmarumbi\ncarmarthenshire\nmoloko\nhurley\nkuarup\narranhões\npré-cambrianos\nprovadores\nkeyes\nelogiam\natrelar\nmagnéticas\nbetween\ncomeback\nplacidez\nkogut\nstaffordshire\nexprimia\ntrochilidae\nranelato\nberenson\nzambrano\nmontérégie\ntrice\ncorpete\nwhyte\npérouse\ntricô\ngaliano\ntercio\nbordos\nbordon\ndesativando\nsubcordilheira\neletrodinâmica\nbaldassarre\ncorrelatas\nsimpatias\nspaak\nempossou\nal-afdal\noutliers\nthicke\ncasona\ncervi\ncervo\ncerva\nsaint-maur-des-fossés\nembarcando\nrhesus\nhordaland\naventa\ncaramuru\ncookies\nestragando\ncavallini\nprojeções\nraspadinhas\nístmica\ndançada\ndançado\narrefecimento\nproerd\nchestnut\npacifistas\nebesouros\nearthworm\ngálias\nösterreichring\noulman\nmarighella\ntratara\ncontra-indicações\ngennady\ngennadi\nbreckinridge\nrameau\nbelzebul\ntratará\nschubert\ncomprador\nzelinda\ncoaxar\ncanijo\nxichang\nantlia\nrealeza\ndesapontou\npessach\nacuminado\nsiderópolis\nmigrado\ndidone\ndalla\ndalle\nkhlebnikov\noxapampa\nsolteira\nsolteiro\nramis\nramiz\nfolículo\npennywise\nramin\nramil\npantera\nataúro\nsúbditos\ncaules\nbogomilos\ninspetor-chefe\ntortuosos\nbarbitúricos\nkaa\nkaj\nnella\nnelle\nnelly\nkas\nkar\nhelénica\ntoscos\ntoldos\npwr\npwg\npwc\npwa\npwm\nfenice\nfaerûn\nvenezuelanas\nhigurashi\ndesvairado\nsobrevivido\nlatinoamericanas\nroku\naltaica\nislander\nmalauí\nduval\nranda\nfeyenoord\npseudomys\naikidô\nsímaco\natenienses\nzwischen\nledesma\nacusado\ncumprirão\neucaliptos\nwomack\nyoshiki\nglorificação\ncumprimentando\npercevejo\ntorsas\nintroduzir\ngados\naquilani\nnegociaria\nbrancaleone\nescuna\ngretl\ngreto\ngreta\ngrete\nflorísticos\nviaoeste\nencaixam\nressignificação\nmelões\nmelcher\ncettiidae\ncidadezinha\nstillingia\nbertrami\njasc\nencantadora\nterrain\nrio-niterói\nheféstion\nmeninas\ntombaugh\nkincaid\nklang\noakley\nbalnear\ntomazetti\nsuborbital\nadestrado\nleveza\nsediaria\nclown\npirraça\noblast\nantártida\ncatunda\nbantam\n9-9-9-9\nalados\nbantas\nhacktivismo\nchâteaudun\ndamy\nélder\nmarlowe\nhammarby\nbartô\ntaiyo\nextraí\nminarelli\nbeatrice\nprevalentemente\nbarth\nbentivegna\nbarts\nbarty\nbenetti\nacelerando\nlakeland\nextras\nmisseis\nfuca\ncultive\ncultiva\ncultivo\nconsultadas\nmummery\ncultivá\npadilha\ncalçou\nsardão\nkenshi\nbalísticas\nneopalaciano\nboliviana\nboliviano\nafogadas\ngrays\nriver-pi\nroldán\ncarregam\nassanhada\naprimorando\nrepresália\nfiscalizados\ndreamworks\niser\niseb\naclamado\naclamada\niseo\nisel\npolitiques\nroast\nlistaram\ninvepar\nlinlin\nreader\nfavo\nfava\nstruggle\nchacota\nangol\ndesmentem\nnaughty\nfassbender\ninvalida\ngijon\njejum\npamplona\npataca\nsees\nseer\nfalkirk\nseed\nseen\nseel\nseek\nsórdidos\nboomtown\nhidrostática\nbulldogs\nhidrostático\ncontação\nmarotos\ninvestigadora\nυ\nincesto\nvaladares\nnazli\nambaca\npesqueiros\nigualzinho\nigualzinha\nder-rj\nescatológicas\nultrapassadas\nnetball\nfluminenses\ngranulosa\nstatic-x\noceanográfico\nmedora\nvishniac\nmestre\ncanônicas\nmestra\ngama\nesperqueu\nbuyers\nsolondz\nrastreados\nconvencionada\nconvencionado\ntortosa\nsuspeitarem\nsitiadores\nfajardo\nreabilitado\nreabilitada\nespelha\njustiniana\npintinhos\nju-jutsu\nremixou\nrasgo\nrasga\nrouault\neletrizantes\nmadison\nnoivar\njacobiana\ndissecados\npromissora\nhbo\nhbk\nbattling\nnínive\nhbs\nhbr\npapel-jornal\nbaer\nbaez\nbaek\nshuji\ninterunesp\nsaltitantes\nlibanesas\nschweinfurt\nlyric\nlyrio\nmahabali\nrenunciaria\nequinodermos\ncategoricamente\nrisoto\nenganosa\nmezaninos\nennes\ndesata\nblitzkrieg\nhitech\ncentrale\nanyone\naikido\nwoodrow\nsubscrita\nsanasa\nsubscrito\ntemporadas\nroughstock\napetrecho\nd'albert\nsucessiva\nsucessivo\ncyaneus\ncarradine\nstraker\ncristopher\nvolcker\ngaélico\ngaélica\nrádiodifusão\ncabana\nsalteador\naterroriza\nnegretti\nsarcástica\nakihito\npils\npilz\npila\npile\npili\npill\npilo\nnetherlands\nviagens\nserver\nservem\nserved\nbitencourt\ncardíacas\nzacky\ninadmissível\napocalyptic\ncelebraram\nprovisional\nkalid\ntendência\nkalil\nbelanova\neclesial\nfonologia\nbenoit\npresident's\ndesnacionalização\nrecomendamos\nbugiganga\nsidious\nciclônica\npreferivelmente\nvictoire\nsindar\ntocassem\nreturned\npeso-pena\nwhittingham\ninserção\nalimentícias\nplena\npleno\nmankato\nútil\nthat's\ndescolamento\nrecita\nefeméride\nalmoço\nalmoça\nfafes\nrotulagem\ncheers\nengajou\nkosta\nreservista\nserelepe\nrepresentações\ngoodwill\ncatarismo\npratchett\nalmofadas\nsantoro\nex-equipe\npristimantis\nlioz\nefemérides\nlion\ndirigem\nimsa\nwapping\nalbanês\ntuffy\neslavas\naileen\nj99\npor-do-sol\njacmel\ntransou\nzerando\naçucares\nalavés\nusinas\ncash\ncónico\nrecetores\npiombo\nsambaqui\ndesafogo\nsteves\nsteven\nbenevides\ncass\npolyrhachis\ninovadora\nsuando\nmetar\nmetas\ncuria\nagnaldo\nfuncionario\nfuncionaria\ng'kar\nguepardos\nossificação\nproclamando\nsubmissas\natados\nmicroempresa\nfotonovela\nsubfamílias\nambivalentes\nestatutárias\nrenânia\ncatalepsia\nsasebo\nrealizadores\nintrodução\nsofredores\nmorria\nremington\nmorris\ndesvendados\nmeio-pesado\ntsuji\ngodins\nteixoso\ncomeços\ncomeçou\npiscinões\nélfico\ntebaldi\nmiá\nmi²\nimaginativa\nimaginativo\nskorpios\nbitburg-prüm\nmii\nmik\nmij\nmim\nmil\nmio\nmin\nmia\nmic\nmib\nmie\nmid\nmig\nmix\nmiz\nmip\nmis\nmir\nmiu\nmit\ngisulfo\nfidalgas\nmi9\nespirro\nespirra\nabinee\nquincas\ngreece\nrevivalismo\nintermodais\nidolatria\nguerrilla\ncardinais\nhtml9\narquivadas\nspellbound\ndefensáveis\nrodaria\nmathématiques\ncriticamente\nsumaúma\nreporting\nvendeia\nvovchanchyn\nex-assessora\ncardassiana\npós-modernos\nmoram\nbom-tom\nannex\nannes\ndesenvolvimento\nvisnjan\nmarginatus\nitupararanga\nserviçais\nschiele\ncatacumbas\nfalantes\nsaale\nanjelica\ntentaremos\ndespejado\ndespejada\nciídeos\nescritural\nescrituras\nexterminadores\ntitulado\ntitulada\ncitoesqueleto\nautocolantes\nexorta\nmarduk\nroldanas\nswings\ntutoia\naclamando\ngrier\ngrief\nheineck\nvillas-bôas\nreinaria\nretificados\nretificador\nlottie\nerguer\nergueu\nromancistas\nnalguma\nliberando\ndesfrutavam\ncarnívoras\nciumentos\nhipotecárias\ndiscográficas\nreavaliação\nleninegrado\nexecutante\nmanáos\nbanido\nastrofísicos\ncombate\ncombata\nconduta\nmassa-carrara\nbradar\nfreedos\ncombatê\npromicina\ndesistência\ntossindo\nencarnación\naécio\nitueto\ndomicilio\nstanza\nechostar\ndeveras\nureteres\ndeveram\nlameth\nbhangra\ncoroados\norbitais\ncamundongos\nvenderiam\nnomenklatura\nmaiormente\ndirectores\nscher\ninterpretara\nhe99\nco-rio\nvittatus\nlatorraca\nmegabits\nk'awiil\nlinfáticos\nlinguagens\nreanimation\nsoccerex\nesperassem\nfunchal\ng.h.\nmobilizado\nmobilizada\nurbanizar\nacertara\nmultiplica\nmatizada\nvoronin\nprovocava\nfrantišek\nerhard\ncajú\nbembo\nbemba\ncyrix\nprojectou\nprojectos\nprojector\nescoliose\nmanejos\natormentadas\nadocionismo\nsamba-enredo\nraphaël\nafrikaners\npastinha\nceifador\ngray\nmuseológicos\nginés\njewison\nsão-paulino\nsão-paulina\nframboesas\ngrad\nretratada\ncatódica\nleonino\nquermesses\nnathan\ncursinho\ntonio\nilona\nindesit\ntumultuou\ncorre-corre\nbarceloneta\nmeias-finais\nzendaya\naproximassem\ncomarca\nenraizar\nconsideravam\ncortona\nencomiendas\natestar\nzagallo\natestam\nminibanda\nsecretados\nsubservientes\nayotte\ncash-in\npanam\nagaves\nmann\nfolgada\nfolgado\nfossilíferos\nmovimento-padrão\nvan't\nnails\ncolcci\nspss\nbuda\ntelefônica\ntelefônico\ntransportá\nnightlife\nmatematicamente\nbudô\nweltman\nchloridoideae\nmorteiro\ntransporte\ntransporta\ntransports\nmurado\nmurada\nakimasa\nimpages\naguarelas\nlillie\nmindy\nvexilologia\ndemoscene\ncoentrão\nengenhoca\ncraster\nrenuncio\nrenuncie\nestelita\nyaroslav\nmakiguti\nmoulton\nabbey\nelbit\nzangões\novacionados\nshowrooms\nbarcon\nbarcos\ncarbono-carbono\nbardstown\nleitmotiv\ncufa\nklink\nkline\nkling\nneo-renascentista\natritos\njiang\nx999m\ndeane\ngoyaz\narcadiópolis\nlocomotores\nprojéteis\nparcimonioso\norganoclorado\nequinos\nsportswear\nbígamo\nnovaiorquino\nnovaiorquina\nzeinal\nfranchise\ncaprese\nrollers\npré-compra\nrespirações\nevitaram\nlóbulo\nabierto\ndoubleday\npolley\nobrigue\nmiliários\nressupinam\nmodificou\npaginas\nfalamos\nnormatização\nhindemith\nnaturaliste\nnaturalista\ngreenfield\nderbent\nculposa\ninglês\nresistance\nempresas\nbelfastada\nmaurilio\nmullenweg\nmirar\nmiras\nmiram\nmirai\npollini\ncarthage\npignatelli\ncondecorou\nmiraí\ntetraédrica\nresponsabilizado\nequilibrados\nastutas\nsiphonophora\ninstead\nikue\nexcepcionais\nainda\ncriogenia\nfresquinho\ndepositou\nfaroés\ncaixeta\ncorrector\ncorrectos\nescandinavas\nintrogressão\nganesha\nrecrutados\nrecrutador\nsep\ndesignadas\necumênica\nelongata\nseb\nlotaria\nentusiasmada\nclash\nclase\ncracking\nclass\ntambon\ntambov\ntambor\nfowler\nfowley\njulgavam\nhs99min\ntubagem\nmetabólica\nwatching\nsantificante\ncapturou\nkirchnerismo\ntrocavam\nse9\ncutscenes\nchulé\npagan\nintrínseco\nestéticos\nabre-alas\nötzi\nuniti\ntelevisionados\nunita\nunite\nunity\nunits\npepinos\nredublagem\nrelaxadas\nherval\ntoupeiras\nِ\ncommunity\nanalisamos\nmiami\nadilson\npromulgadas\nmahuad\ngemäldegalerie\npompom\nkleinen\nkleiner\navisaram\nattglobal\nconsistentemente\nsocrática\nsocrático\nchoros\nchorou\nhollyoaks\nseqüelas\nreestruturadas\nmetabólico\nnkosi\ncerejeiras\ndescrescer\ncottinelli\ninimigos\nano-safra\nestavão\njudicial\ntorcedor\nantropófago\narcobotantes\natraídas\nescamado\nex-piloto\nlocalidade\npsychological\nbaltazar\nafecções\nultrapassa\nsuperaram\nleonhardt\nxehanort\nrosalinda\nrevolt\nrifenho\npontuação\nabominations\nandermatt\ndemógrafos\nsemifinais\natá\natè\naté\noromis\ncournil\nshinkansen\nat9\natf\natg\nate\natb\natc\ncatumbi\nata\nato\natl\natk\nath\nati\natv\natr\nats\natx\nararanguá\nsemi-profissional\nanaxarco\nreconquistadas\nholbein\nestacionam\nestacional\npródigo\nex-diretora\npródiga\nestacionar\ncalcutá\nróseas\nbateman\nbilderberg\nturnbull\nlouisa\nlouise\nlevitando\nemagrece\nconspícua\nconspícuo\nemagreci\nprotista\nhúmida\nhúmido\ncredoras\nsacchetta\nsacchetti\nluthiers\nlocation\northetrum\nsamba-choro\ndesfrutando\ndrs\ncabeceou\namancio\ngabro\nperonistas\njuruna\nfraga\natália\nluyendyk\nmantorras\ndeterioração\npainhos\nolivieri\noliviero\nemiti\nemite\nemita\ntucuruí\nestupradores\nviuva\nupgrades\nfirefly\nreshetnev\nestricnina\ngrafema\nanimistas\npeters\nadquirida\npegadores\nandrezza\nimpasse\nmarranos\nprogrediam\nlyndhurst\nirlandesas\nmagos\nmagog\ncomputational\nmagoa\nmagoo\ntotalizam\nperguntava\ntsarskoye\nmagoá\ncognitivo-comportamental\nbrilhantemente\ninácia\ninácio\nobscenidades\nraros\nvaiado\nfranco-indígena\nhandebolista\nreinará\nmetroviária\ntransgêneros\nindigentes\naljava\ncobra\ncobre\ncobri\ncobro\ncongressional\nfuba\nconhecerem\ncobrá\nriquixás\nfubá\nhymenoptera\ncelebrar\ncelebram\nbehaviorismo\nsiii\npré-lista\nchauí\nputney\nrútulos\nkazan\nkazaa\nmorbihan\nlambrecht\nmanifestados\nflammersfeld\nmísia\ndispersa\nrizosfera\napressar\ndisperso\ndama-de-companhia\npescia\ncirurgias\ntuberculose\nreprodução\nadoramos\nmalhar\namarelo-claro\nschenefeld\ntaran\ntaras\ncaparica\narthedain\npagavam\ndependente\nestocástica\npepsina\ndentel\nyoichi\ndentes\nsunpu\nrivalidade\ncorresponderiam\nmetragens\nrourke\nbassett\nbioquímicas\nmultics\nessas\nferrando\ngêiser\nreabilitar\ndesaguar\ndesaguam\nsituar\nex-empregados\npostulante\nteen\nteem\nschweiz\ntees\nestudantina\npc-99\nbrilhantes\nalagadiças\nretratavam\nparaplegia\nkamui\nregos\nbonita\narapoti\nburlingham\ncomponente\nernestine\nernestina\ntrajetória\nvocal\nfireside\ncomponents\ndesabaram\nadrianus\ndesemparelhados\ncroix\ncleber\nsenac-sp\nerrónea\nbelles\ngalardoar\ncastagneto\ncivilizadora\nfanático\nfanática\nxau\nespelhava\nmehmet\narquivou\narquivos\nthunbergia\nemival\ntransmitisse\nproduzida\nproduzido\ntransportadoras\nrecomposição\ntapadas\nagiotas\nescolheu\nescolher\nescolhem\nsuperfluido\nnão-praticantes\nbélgica\nportista\nantienvelhecimento\ntatooine\nbagatha\nilse\ndolgopolov\ncarteirinha\ncomunicavam\ntuela\nhemiphractidae\nimediatos\ntiberina\ndeterminaria\ntoole\ntools\nandreas\nravalomanana\nandreae\npour\npous\npoul\npoum\nespiou\nyutaka\nabrasiva\nabrasivo\nnormand\nnemânica\nusurpou\nfeudal\naprimorado\naprimorada\ncastiel\nsubtítulos\nserraria\nelyse\nburaco\nburaca\ngorutuba\nceraia\nstewie\nemanado\nemanada\nfiadores\nreloaded\nangolana\npause\npausa\nbacteriologia\npró-união\nextremista\naperol\nhosen\nd'ale\nliouville\nseminaristas\nfenomenológica\nextensivamente\nabusos\nabusou\nschwenningen\nfenomenológico\njessé\nharper's\nblomberg\nsmilodon\nung\nenviuvar\ns.l.\nless\nlesa\norlandinho\nmushroomhead\nbackbones\nnajaf\nseleçao\nflorísticas\ncarolinensis\nlivónia\ncalçado\ncalçada\ngodspell\ncordial\ndiferenciadas\ngaribay\nsub-distritos\nradioactivo\nlizandra\nunifran\nedward\nerga\nschauspielhaus\nergo\naprovou\nressalvado\ninterná\nressalvada\ndefinam\ninterno\ninterna\ncontabilizando\nambientações\nchaudière-appalaches\ncongênitos\nfai\nzumbano\nfao\nfal\nfam\nfab\nfaa\nihs\nbazzo\nqueixosos\ndepostos\npepeta\ncomentavam\nunificador\nunificados\namicus\n­\ninsípido\ninsípida\nconotações\nsabbá\ngriffins\nguaraldi\nsuportará\norazio\ntsang\nmonopodial\nvaldete\nchiados\nincúria\naspiradores\npitaco\nsaarbrücken\nchiroptera\nogilvy\ngalvez\nblume\nl'europe\nmicheal\nexile\nexila\ncentralina\ncapitulações\nélisabeth\naltimétricas\nsolstício\ncontra-indicação\nplá\ndispensado\nmabe\ndispensada\nboötes\ndualshock\nmazama\npls\nplr\nplp\npld\nplc\npla\nplo\npln\nplm\npli\ncalvinistas\nesperamos\nafrouxou\nclinicas\nclinicar\nclinical\naurelia\naurelio\nprescrições\nsnowy\nvorwärts\ncalecas\nbraves\nbondosa\ncullberg\nmengálvio\nabateram\nfecomercio\nguitare\nguitars\nambidestro\nrevisto\nprometidas\nrevista\ncaraguatá\nbrabant\ncirílica\ncirílico\ngrandeza\nmetafísicas\ndesafiantes\nmobília\ntresloucado\nhttps\ncahill\nfulton\nsignatário\nestranharam\nsolúveis\nsantarritense\npegajosas\nfugger\ncolocariam\nvirgulino\nerva-mate\nkavajë\ngreil\ngreim\ngreif\ngreig\ngreiz\nduelaram\nindexada\nenvidar\ncoevo\ncoeva\narácio\ndigerir\nfurness\npomarão\nvalentões\nfilé-mignon\nnanami\nictiofauna\nneeskens\ntitle\nwahlberg\nwoese\nwolney\nannona\nannone\ncompramos\nmolson\npermutações\nlearning\nafectada\nlilases\ndespedi\nbergström\nmasami\nestudantes\nthinking\nprezo\npreze\npreza\nashram\nashraf\ndançadas\natuava\nsendra\ncomparison\nduzentos\ncongressistas\nnuri\nnura\nfilhinha\nfilhinho\nbarca\nbarco\natraca\nruinoso\nelphinstone\nmecklemburgo-pomerânia\naglábidas\nnão-metais\nlebeau\ninsira\ndireccionado\ndireccionada\npresbítero\npolítico-institucional\nescanteios\nsurgidos\ncarregadas\nlecapeno\nvaiou\npobreza\npassatempo\nmarissa\nembalsamamento\nrogado\nsakmariano\nledger\nmiserables\ntransgênica\negp\nego\negm\nega\negg\nscamander\nnastassja\nfortificações\natonais\ncardeal\npalicki\nnazianzo\ncabeçudo\nevens\nevent\nindissociáveis\nimplementos\nimplementou\nbhattacharya\nfóbico\nhyacinthaceae\ndesdémona\nduplicados\nmataria\nsecovi-sp\namarelinha\namarelinho\ncaniggia\noscos\nprojetadas\nguarantã\nextensões\nanthus\nabrahem\ndesmentidas\nbolivar\nexteriorização\nprincípe\ninsinuações\ngimp\ncartistas\nlamontagne\ngodefroy\nmórbidas\ndenisov\nemocionantes\ndenison\ntristán\ncomercializável\nprovenha\nfiliando\ngnome\ngnomo\nségolène\nmangaka\ncabras\ncabral\nrégulos\ngovan\nbierrenbach\ncesec\npseudolaelia\nanthomedusae\nproteínas\nnoticiosas\nstructure\ndisseminaram\ns.p.n.\norocó\nnortista\nanabel\nnichole\nazorín\nstiff\ntivermos\nintitulado\nintitulada\nvitrificação\nrepugnância\nsynodontis\netzel\nobe\nyuzo\nyuzu\nhalland\ndemodex\ndecretaram\ncoleto\ncolete\ncoleta\njogadores\ntravaglini\nespontâneo\ntenella\nespontânea\nansiolíticos\nex-procurador\nhospeda\nhospede\nlacta\ndecorreria\nitakura\nsentasse\nbroom\nbrook\nkayapó\netapa-9\nrenner\nrennes\nrelegar\nmaffeo\nmaffei\nmírzá\ncuidará\ndiscriminações\nstaatliche\narmazem\nhexadecimal\nexcepcionalidade\nintensivos\ndecreto\npresépios\nensejo\nenseja\nsacro\ncorrecções\nsacri\nsacre\nsacra\nabastecer\nconnected\nabastecem\nvalvulados\ncorujeira\nboris\ndipnóicos\njoint\ntranscarioca\nborin\njordania\npeer-reviewed\ncomputer\ncondrócitos\ntriptofano\narginina\npousa\nrecolhimento\nsortudas\nadoram\ntoiro\nhütter\nweasel\nimpregnados\nagridam\nsufista\nshoegaze\nesporos\nbeppu\nocorram\nartista\nartists\nbeppe\nrochosas\norioles\npartenon\nsigned\nmarginalizados\necclesiam\nestofados\npartenos\netapa\napreciavam\ninstalaram\nfrankfurt\nícaros\nprudencial\nfáil\naschaffenburg\nsatirizam\nsatirizar\ncommons\nteódoto\nteódote\nforca\nforce\ngordurosos\nlights\nproximidade\ngentamicina\nbroadcasters\nhidaka\nfechamentos\nmensais\nर\nmelba\nhidráulica\nlactente\nbirman\nsubmissão\nsíndromes\novercome\nmetabólicos\nachocolatados\nantipáticos\nmicaretas\nparteiras\nmnemosine\nressurection\npermissível\nattaque\nhistoriae\nincumbindo\nhistorial\nhistorias\nletieres\nofensivamente\npré-processador\nclimatizados\nrecíproco\nalucinação\nsecretada\nslipknot\nmetalizados\nmailing\ninédito\ninédita\nliza\nguard-rail\nyoji\nmobilidade\nwhitechapel\nклуб\ncriava\nsaif\nsaid\nsaic\nsaia\nsaio\nsain\nsail\nsaiu\nsais\nsair\nshaver\nrústicos\nfervilhando\nvalões\nreinício\nquinzenalmente\ncarenque\npopulações\nimpressionadas\ncuiarana\nsacralidade\nviscome\ninequivocamente\nwynton\ncabreúva\nbackground\nchamei\nchamem\nsuperprotetor\nscheila\napontar\ntartar\nepiscopado\ntartan\nimprovisação\nestomas\nportáteis\ncarrancudo\ncarrancuda\nrepresentadas\ntripsina\ndoados\ndoador\nsabres\nnambuangongo\nagosto-setembro\nburchard\nroliços\nsalvava\nguarneri\ndóclea\ncolocações\ncybele\nsecil\narbóreo\nmalucas\nmarrecos\narbórea\nunivision\nencaminhados\ncresciam\nfigueirinha\nperenifólia\nreproduzo\nreproduzi\nviviparidae\nreproduza\nguarda-volumes\nmesoamericanos\ncompreender\nhistaspes\nemeryi\nemitidas\nsubvenção\nnivelar\ntweety\ntweets\nbeit\nhusseini\nverticiladas\nstanislaw\nguianensis\nperguntaria\ncalifornia\nagapito\ntrabalhosa\nsnohomish\npatagónia\nhermenegildo\nrestabelecer\nrestabeleceu\nbavaria\nqueixava\ngerace\nreventlow\nprenderam\nabaixados\nrepo\nrendilhado\ndianna\nencurralado\ncicatrizes\nencurralada\ngéneros\ncologne\ncologna\ncangurus\nideiais\nincubação\nengrenamento\nchamuscado\nindexação\natendesse\nvendera\namargava\noilers\nlibertarem\nvenderá\nestalinismo\nsportv\nencampar\nchovido\nbandoleiro\naffection\nliterária\nblainville\nliterário\nvanua\ngalopando\naster\nunisse\nsobrepostos\ncee-lo\nfealdade\nhispânia\ncinemais\nsangramento\nvendéia\nkalibak\ncarnavais\nreaparelhamento\ndelisle\nseparou\nocasionalmente\ninternauta\nosteoporose\nreboiras\nremanejamento\nfuros\nfuror\nfurou\ntirésias\nmp-pr\njogarem\nshari\nshark\nsharm\nshara\nshare\npingue-pongue\nsharp\nsheeran\nsúmula\ndielétrica\ndielétrico\ncelulas\ncelular\nhábil\nanglo-irlandês\nacqui\ncreditou\ncreditos\nusuárias\nhatori\nclaudia\nphilippine\ng9v\nmarxistas\nyzerman\nsimoncelli\ng99\nbujão\nhomem-hora\ngravador\ngravados\nrazoabilidade\ngirard-perregaux\nproximas\nístria\nkilómetros\nalastrando\nrelocado\nprepararam\nxopotó\nensinam\nzergs\nallmovie\nhúngara\nhúngaro\nbirthright\nruppert\ncônico\nlimeirense\nzoósporos\nmagnus\njosefo\njosefa\nconcertação\nafirmasse\nbin\nbio\nbil\nbim\nbig\nbid\nbie\nbib\nbic\nbia\nbiz\nbit\nbiu\nbir\nbis\nbip\nincrementando\nafogando\nbellard\nequipas\nnothmann\ncrossley\nbié\nidolatrava\nparaguaios\nbeatdown\ndobrou\ntaxativa\nelpídio\ncampinas-sp\ntorrão\nblinky\nhaldas\nafros\nhold'em\nrecombinante\nsugere\nsugeri\norientalismo\nmasatoshi\nnostálgicos\nurnas\npuntland\nparques\nsepultamento\nparquet\najaccio\ngovernativo\ngovernativa\nsky9\nwaal\npotomac\nretenha\ntópico999\nalçados\ndesconfiaram\nritsuryō\npontedeume\nshoshone\npalmeiras\npalmeiral\nkaiserslautern\ngrammatica\ndevorando\ninsucesso\nyeshua\napresse\nembarcasse\napressa\nsvenska\nproveram\nstoxx\ndarrel\ndarren\nmaiara\nwinthrop\nfiúme\nadiabena\nbiotransformação\nexecutivo\nexecutive\nexecutiva\nsaqueiam\nconceitualmente\nmaquiador\nmaquiados\nnesses\nspfw\nacedem\nspfc\nchupim\naceder\nacedeu\nlenheiro\nguie\njan-michael\nentrevistei\natraentes\nmansarda\nateroma\nafshin\nromantsev\nlevantaram\nculpavam\nparticipamos\ntoleradas\nglutamato\ndiscipulos\npatsy\npossuelo\ndnow\ndnog\ntie-break\ncotuca\nmultiprogramação\nvili\nmalogradas\nchabrol\nouest\npráctica\ntabloides\nrelacionada\nrelacionado\ntermopar\nmölders\nestágio\noziel\ntranscendentais\nset-top\nadães\nintroductio\nousavam\ncutucada\ndiaconal\nesquartejamento\ntranscultural\nresistiam\ndesfrutarem\nsidrack\nneo-clássico\nrenna\notilde\nküçük\nl'ouest\nsóchi\nafct\nfigurinha\nshermer\npcie\ncaboclinho\ntamanduás\nfirestarter\neyeshield\ndescubra\najustamento\nrides\nrider\ndestituídas\nlívio\nesforce\npinocchio\nrocchetta\nconvocatória\nyorda\nnécessaire\npassifloraceae\ncorretoras\nconfide\nagusta\ncondutoras\ntransformem\naras\nalthea\nretrabalhadas\nsimetricamente\ncanudinho\narab\narae\nlâmpadas\nvideocassete\ncroatas\nteleteatro\nsurf's\nespionados\ndocumentais\nsemiduráveis\nanceps\ncarafa\ntutorado\nhagiografia\nmapocho\npertinentes\nvacinadas\ntípico\ntípica\navançou\navanços\ngoodyear\nespalhem\nholic\nbrother\ntrajectos\nparnamirim\nimaturidade\nkulmbach\nnematocistos\nnominação\nlagoa-barra\npossantes\nprodução\neclipsando\nfestejados\nshibuya\nrique\nkrosno\n-os\n-oh\n-on\nminimização\nmantlo\nsevernaya\nalbifrons\ngaussiana\ngaussiano\nobispo\nínfimas\nflare\nsymbolic\ncuzco\nxariá\nfuriosamente\ncorning\npolimérica\nretirando\nlideral\nlideram\ntornada\ntornado\ntarefas\nbarddhaman\nliderar\ndespótico\ndespótica\ncorreria\nmaneirismos\nlamber\nfearless\nneonatal\nalamanos\nnicolle\npelados\nhotter\nmainardi\nfortman\nuniversíadas\ndenteado\nzahra\nlocking\napagarem\ncolículos\nideologicamente\nryukendo\napreende\npetrovaradin\nalvejando\nsubstituiria\nrhipidoglossum\nbipolares\nlagamar\ntangil\ncardiologistas\nkrogstad\nmastophoroideae\nadsorvente\nreindeer\nenergy\nrecordavam\nfotofobia\nmohammad\ntornaria\nyoriyoshi\nnusaybin\nhirota\ncaspari\nmuitíssimas\ninit\nsalmonella\nwily\nvigneron\nwill\ncursou\ndedicado\ndedicada\npró-morsi\nanjou\nanjos\nlord's\nrebatizaram\npromotoras\nhumilhadas\nhuma\nsadoc\nhume\nconquistava\nmiklos\ninquietação\nballade\nmacro-tupi\nballads\ntorquato\ncopper\npercidae\nfugacidade\nrika\nriko\nriki\nriku\nframework\necrãs\nmiracleman\nfiltrados\nresnik\njyrki\nbeladona\nthrottle\nzainab\nakan\naxilares\nlocalizamos\nindo-gregos\nsplat\nencantamentos\nwuchang\naraña\nvono\nvonn\nvong\nfórcis\nfitoterápicas\narmond\nlesseps\nchange\nhystrix\nhester\ncantieri\nnoodle\nacirrou\nultramaratona\nfracional\nex-botafogo\nfracionar\ngarriott\nquitexe\nrespondemos\nmoradoras\nmudkip\nadaptadores\ndelfinado\nbrut\nbrun\nbrum\nd'estrées\nestóico\nestóica\nfrankenreiter\nmarvelman\nquimicamente\nromanizados\nstefanović\ninverteram\naiki\naiko\naika\ntriássica\nepígino\ntriássico\nlessons\nincidente\nconselheiros\nwishes\nl'oeil\nazeite\nsolicitando\nmetro\nmetra\nnitroso\nabomináveis\ndelituosos\nvalidos\npriester\nmotor\nmotos\nghia\nassentada\nassentado\nmoto9\nproof\ndescesse\nrelativização\ncbda\ncbdg\ncbdf\nunderwater\nalegava\npensées\nhomero\nindesign\nguiado\nguiada\ncomprometeria\njohnsson\nescândalos\nsculpture\nsobrinhas\ngelmires\nmyrna\nbanaliza\nmerrimack\ndissesse\nunionidae\nassistiria\nderrotasse\ngenius\nnashville\nvoight\nlvi\nfelicitações\nkabletown\nlimnophila\nhounsou\nexploração\ndespachantes\nsubemprego\nlegisladores\nartilheiro\nartilheira\nalbin\nalbis\nestacionados\ngênese\nsetchell\nrethel\nsequence\ngiges\naditi\nmulher\npousando\nconímbriga\nfundia\nfundiu\nfundir\nemancipa\nsuzano\nsuzana\nsuzane\ngentis\ngorman\nguardados\nfabulista\napelidou\napelidos\nrepresentariam\ngileade\nmeritória\nmeritório\nparapan-americanos\nsoulik\ncampephagidae\nstern\nmoncarapacho\ndestruir\nrayol\nrayon\ntravel\ntraves\nanotada\nanotado\npartido-alto\ndetalhadamente\ntatuador\ntatuados\nzucker\nimbricata\nostenta\ningrid\nquercy\napetitosos\ndetonautas\ngameplay\ndisturbed\ncriminologista\ndesportos\nsatânicos\ncambados\ncarbonífero\ncarbonífera\nboudica\nidealizadores\nprovinda\nprovindo\nvingadora\nimpôs\nimpôr\nmcnab\naprovava\nxvi\nbelzer\njaborandi\nalpes\nrecurvados\ndever-se-á\nfrb\nfra\nfrf\nfri\nfrs\nfru\nfry\natesta\nateste\ndíptico\nalpen\nhidrológicas\nomarion\nissac\ncabelão\ntonalidades\nlassa\nlasse\nlasso\nconformes\nexpedidos\nemerick\nczech\nspin-offs\ndesagradáveis\nmollari\nacenaram\nsolicitada\ncencosud\ncheyennes\nmencionava\nloren\nparibas\nvanderbilt\nbaudot\ncette\ncoreográficas\njogávamos\nconsoles\nimpiedoso\nimpiedosa\nlulas\nticketmix\nyalom\neulenburg\nenderby\nflavorizante\nspyker\natribuem\ndesaparecimento\nrepassadas\nprevêem\ninevitabilidade\nbafana\npreparação\nperiodical\næon\nbragelonne\nconfessasse\nsaltério\nlíneas\nufrj\nsketchup\nirmãos\nmatsumoto\ncarrion\nalegretense\nsaqueados\ncascatinha\nplaumann\ntournier\nbacanais\ncomprometerá\nsoletrando\nflexionada\nflexionado\nvilardi\ncanziani\ncântabros\nsumo\nsumi\npizzaria\ntopologia\nescaláveis\nrhayner\nregulação\nseptimania\nsumô\nforçaria\nsumé\ninventarem\nhk-99\nantidote\nburiticupu\nbacharel\ncativaram\npaião\nyaya\nallam\nyayo\ntohmatsu\ntouchstone\nwatcher\ntremble\ninativação\npanónia\nyayá\ncipó\nciv\nvalorosos\nriedel\nfomes\nullevi\ntímidos\nminogue\nsubmissos\nempreendimento\nquisera\nencorajada\nencorajado\nproparoxítonas\nlamoureux\nglamurosa\nclavadas\ndesposado\ndesposada\nkaminski\npatriarca\nperformática\nperformático\nreriutaba\ncumulativos\ngalés\nbocca\nscots\nscott\ntonganesa\nalertavam\nmangiliella\nlavanha\nregalos\nintersticial\nhyderabad\ndissipador\ncapsulas\ncapsular\nveludo\noland\nestabeleu\nsingles\nbrisco\nlicenciados\narenista\novalados\nsobrevoam\nviolentadas\nhassum\ncolumns\nbentônicos\npleasures\nmotocicleta\nbozo\njaqueira\nequidistante\nsupercampeonato\naristeu\nmotivadas\nselden\nbejani\nasteraceae\ndepreciado\ndepreciada\nkerberos\ntorcendo\ncrenshaw\nquadrangulares\ncontatadas\ncero\nmiramontes\nmanguezal\nmicronação\nhercules\nyasushi\nestatueta\nimpedisse\ncoandă\nnord-pas-de-calais\ndiscrição\nnovelty\nterninho\ndesvio-padrão\nguiados\n999:999\npiña\nuranium\narcebispal\nindustrializar\nprevistas\notranto\nturkish\nempilhados\nvitorino\nportanto\nescalando\nprogenitora\ncukor\ncredito\nvergonhosos\ndarcísio\nretos\neletromagnéticas\nbadiou\ningressa\ningresso\ncustomer\nacostamento\namerika\nal-bashir\nboscoli\nprocedências\nprosper\nproduziriam\nkrumlov\nloducca\ntrazidas\nênfases\nterrier\nirapuan\napoderaram\ntremoço\ncatira\nreplicando\nciarlini\ntraido\ncumpridas\namelinha\nocorreriam\ndesbloqueados\nexportado\nexportada\nmcnish\nkadett\nicbas\nohio\nbávaro\ntsunemori\npirrol\nencarroçado\nsales\nroar\nestejamos\nd'adige\nbaidoa\nconjuntivos\nchelicerata\nwerft\nmaclaine\nyuanjia\ngypsies\nvalporto\nabdicou\nlatifoliadas\ndüren\ndürer\nu.s.s.\nimediação\nbuendia\nzatara\nwalters\nbartelt\nbartels\nolivos\npseudo-apolodoro\nchiavenato\nousadia\ncoopera\ncoopers\nporno\ndavi\nextrato\nroad\nfincantieri\ngermânicas\nzander\nfisiologia\nacirradamente\npornô\nlímpidos\npilatos\ncontaminar\ndundo\nmathew\nmather\ncontaminam\neru\nerp\ners\nere\nerg\nera\nerb\nerc\nerm\nero\nellenberger\neri\nerj\ncarregaria\nagonopterix\npacificar\nsamnitas\nschneider\nagropecuarista\neré\nerê\n-vermelha\nconfiara\nrecuperarem\nfeeds\nadjectivos\nadjectivou\nantigoverno\njogáveis\njapuíba\ngrupagem\nhieroglífica\ndogg\ndoge\ndoga\ndogs\nguild\nguile\nbonomia\nguilt\ncabin\nelétricos\ndolittle\nbrichta\nblackrock\nalmoçado\nnordiques\nmeridiano\ninépcia\nsemi-independentes\nladeavam\nandroginia\ntona\ntone\ntong\ntoni\ntonk\niwakura\ntons\nadsorvida\ntony\nespecularam\ncareciam\nthrash\nmenongue\nmulti-instrumentista\nostensivamente\nginecologista\nd'origine\ninoculado\ncajazeiras\nmccone\noblongas\ndla\ncolchoneros\nluckett\nazuladas\nbesançon\ncacofonia\nproporcionadas\ncespe\nbriozoários\nrevendendo\nxiii\nseqüestradores\ndivulgaram\ngilmartin\nheller\nhelles\nhellen\natendido\nescalabilidade\nnortel\nnortes\ncoleco\nboletos\nhillage\nauto-defesa\nimpreza\nanglo-egípcio\ndemorei\ndemorem\nantepenúltimo\nantepenúltima\nsatam\nrobison\nobesidade\nvollard\ncarnavalescas\nbem-me-quer\nargumentado\ndraconianas\ndeslumbrados\nddr9\nmarmaduke\njdanov\nfundeada\nkroll\nfundeado\nterracotas\ndiagnostic\ntamm\ncomagena\nperúgia\nharewood\ntapando\nberglund\nfibrina\nzonda\nzooropa\nultraleve\npúlpito\nzelada\ncontinuada\namery\nnegligenciadas\njebb\nkhutor\nintramolecular\nseção\nambienta\nambiente\nralis\nsteinburg\nabdib\nperales\narmamentos\ndelgadas\nhybrida\nchova\nchove\ningazeira\ndespretensiosamente\nsalisburgo\neficazes\ngosma\nsucessoras\noersted\njudeu-espanhol\nphrynopus\nconvencionalismo\nvegetativo\nnamekuseijin\ncarrazedo\ngorza\ncansada\nmineiros\nvegetativa\nmasinissa\nmidi-pyrénées\nschüssel\ncompunham\nestatura\nexplanação\nintervention\nacasala\nsalvações\nembedded\nenfraquecendo\ntristemente\ncorreggio\nmelancolicamente\nrégnier\ndesliguei\nagostinhos\nalvores\nmulti\nsatirizado\nbernhard\nceee\nfilioque\nskoda\nfundado\nfundada\nimprovisadas\ndesembargo\nabdômen\nabdômem\ncasulo\ntorrar\ndesfrutou\norçamentais\ncobiçar\nmacieiras\nplágio\ngaeco\npnbe\njolly\njolla\nprotetoras\ncúbicas\ntrapped\ndesinvestimentos\nchampignac\nvelocity\nbrandura\n≤\nvingt\ntradicionalista\nvinga\ngiorgos\ntolls\ntolle\nnívio\nrelembrou\nphishing\nvingá\nadebayor\nguarnecidos\nbanana\nbagagem\nurubupungá\nnewbery\nreescreveram\nwidzew\nparalela\npoderiam\nassistí\nnefrite\nsmithsoniano\nwoking\nashworth\nfardada\nassista\nassiste\nassisti\nassisto\nrebentos\ncplp\nmobilização\nrebentou\nsuprapartidária\nreceberia\nmedonhas\nvolonté\npretendesse\ndesposou\natrocidades\nnucal\nmac-usp\ncromossoma\ncromossomo\ncorrosivos\nfígado\nencarna\njoabe\nbactérias\nexterminada\nexterminado\nsanofi-aventis\nclegane\nmangalarga\nasahi\nchianti\npadrão-ouro\norson\ndendrocolaptinae\nmantilha\nirem\nirei\nlungarno\nwittmund\nsuperpotência\nsolidarność\nprotocolados\ncênica\ncênico\npsicopatologias\nálvaro\natenciosa\natencioso\noase\natal\ntelejornais\ntimex\ntimez\ntimeu\ntimer\ntimes\nsolilóquio\nlindalva\nscutum\nrego\nregi\nrege\nrega\nbrevis\nfigurativamente\ngondwana\nglendale\nyandarbiyev\npeelings\npeneiras\nromarinho\nbaseadas\nanfíbias\ndiplomata\ncontaria\ncent\ncena\ncene\nchandigarh\nheriberto\nsacava\ngushiken\naisne\nemblema\nséculos\nventiladores\nconfiando\nguerrier\nrododendros\nidríssida\nitatira\ncocos\ncocoa\nentrincheirado\nimina\nastro\nwinck\nastra\nkisses\nkisser\nkissed\nkinshasa\nslaughterhouse\ncircundante\nmoratória\nabajo\nsichuan\nmarmeleiro\nspotswood\nigualdade\ncrover\nclareiras\njardineiras\nfrigoríficas\npan-helênico\npós-moderno\npós-moderna\nsacrificou\ndemonstrador\ndemonstrados\nmadrugada\ninconclusivo\ninconclusiva\nbronzeador\nsphenodesme\nmadly\ncombination\ndesanimadora\nfede\nnoruguês\nrelutante\nsobressalente\ndpll\ngerar\ngeraz\nandréas\ngeral\ngeram\nproduçao\nburnquist\nmanus\ngiacomini\npolinizador\ncortante\napatita\nrecorressem\nzealand\nindaial\nevitava\nafectadas\nsituaram\nvalado\nvalada\nmatrimónio\ncrescesse\nguerrilheiro\nguerrilheira\nteodósia\nteodósio\nexpressasse\ntenderão\nvalidação\nvoarem\nposseiro\nestreitamente\nestreitamento\nrelojoaria\nprograms\npresta\npreste\nprograme\nprograma\ntoland\nstray\nheliponto\ntelheiras\nfibrados\nvisavam\nlevinas\nfalecera\nconvocasse\nskåne\nventralmente\nbalfour\nfaction\nsinead\natrapalhará\nantiguerra\nanti-superfície\nhomenageia\ncandelabra\nsoninho\nsoninha\nbushell\nbushels\ncblc\ndennis\nmetadona\napavorou\nlundberg\nnaquilo\nverdoux\nfoliosa\nespn9\nserápis\ncartilaginosas\nvicarius\ncarlisle\nmilípede\nmaramureş\nmicrotúbulos\npoughkeepsie\nlive-actions\nex-votos\nconvidam\nconvidar\nmorden\nmordem\nolorun\nmordeu\nmorder\nrossato\nharlei\nthreshold\njùjú\nlimosella\nstomp\nteucro\nitacuruçá\npermutáveis\ncíntia\ninéditos\ntúsculo\nfechasse\nhidroponia\nvestidas\ncattrall\nfrisando\nraymonde\nkajukenbo\ndroides\nexcessivas\nacalmado\nreagrupados\nc.s.c.\nwisniewski\nxepa\narash\nalimentem\ndifusos\ndifusor\nbensaude\nlauer\ndasein\ncontratar\nmisturador\nmisturados\ncauterização\nvisito\nmatasse\npatna\nbanksy\nensanguentado\nentendam\nturbojato\nepidérmica\nepidérmico\noxidada\nlogothetes\noxidado\nheleninha\nbayley\nburrow\nburros\nrevisitou\ndondoca\nsoltando\nbaidu\nsamsa\nius\nflorescendo\npenstemon\naxiomatização\nconferem\nincidem\nmonogâmica\nsemiótica\ntexianos\nproscrição\ninteractividade\ndelineamento\npontinha\npontinho\ngewandhaus\nstig\nstiv\nstir\nviena\nhatton\nrotas\ncacuaco\nrotam\nconsumíveis\nivens\nvecchio\nvecchia\npluviometria\nrotineiro\nrotineira\npokédex\nkamala\nantiquíssimo\nwired\nsecularmente\npoliteístas\nmassera\ngorbachev\navaliadores\nsubstituição\nbiótica\nfocinho\ndumbledore\nauto-retrato\ntrabalham\nerdős\nkovacs\nengarrafamentos\nsparring\nvallone\ndiscutida\nkretschmann\nislão\nconjugações\ncorporativistas\npetróglifos\nalqueno\ncomunicaram\npanisperna\nlôbo\ntjam\npeixeira\nprocambarus\nyurchikhin\nconsanguíneos\nshanshan\njipes\nlimitar\ntucanas\ndesignou\ntucanae\nlimitam\nconstant\nscarlet\nsibirica\nrepresentam\nrepresentar\nalçou\ninterditando\ndiplomados\ngodot\ngodos\ngodoy\ngodoi\nrn99\nembap\nserpenteia\neficiência\nreafirmou\ncocanha\njabotinsky\ninesperada\nferreirim\nembaú\nhaitiana\nhaitiano\nprabhupada\npigmentada\nconley\nqueixome\nvariem\nprofile\nnortumbrianos\nsaramago\ngrayson\ngude\nantrópico\nantrópica\nurbes\nflair\nw.s.\nqq99\ncâmbios\nadesões\nhighlanders\nborgonha\ncompilados\nrégis\nrégia\nknowledge\nscorpion\nlambro\nafro-cubanos\npredefinido\nmeniscos\ndnipro\nerguiam\npirapitingui\njúri\nsérgio\nmigne\nsustentem\nlamennais\nederson\npost-gazette\npowell\núvula\nposses\nagravados\ndrummondii\njosiane\neficácia\narmand\ndimetila\nnoticiando\nandava\nmalufismo\nemory\npermanecendo\npadronizado\nsonoras\nmcginley\nrecobrou\nwaterbury\ndulcídio\nbatcaverna\nsuperpenas\ntransfronteiriça\nnotasse\nincapacitar\nespacial\nespacias\nfecomercio-sp\npriscilianismo\nmelaleuca\njaramillo\nrefleti\najardinados\nparalelos\ndescription\nkovac\ncadin\ncalorias\ncentroavantes\ndijkstra\neridu\nintroduzindo\nsepto\nfella\nmastering\nmaybelline\nnha\nnhc\ninsucessos\nnhl\nnho\nnhk\nnhu\nnhs\nfulminou\nresiliência\nnh9\nquesada\nnhô\napologias\nintegrasse\npeddle\ngrosvenor\ncafres\nenviada\nzósimo\nvoltaram\nnão-vazio\nconcretos\nterreno\nterrena\nconventus\nu-men\nridicularizados\nkeiichi\nischia\ninterurbanas\nberquélio\nbreaks\nquartzosas\nconvertiam\ndesembolsaram\nmamário\nussr\nintercine\nanticolonial\nhadrões\ntimaliidae\nsubimos\nalorna\nantiofídico\nperfumaria\nescadaria\ntenente-coronel\nbarômetro\ndéli\nmatagal\nmeton\ncurou\nklim\nestancamento\nespatuladas\nprem\npref\nprec\narabian\nprey\nprez\npret\nprep\npres\nmetalúrgico\nespaldar\nnabucodonosor\nlusaka\nsoleil\npreá\nreposição\nducasse\nnaftohaz\nitaú\nmulticamada\natormentada\natormentado\nraspagem\nchuckie\ntorce\ntorci\ntorch\ncirurgião-mor\nferland\nmetanálise\nenila\nenviei\nenviem\nwilliamsf9\nsilmarillion\nkusturica\nlanka\nilúvatar\ntributados\njaguar-homem\ndatsun\nbowden\njudaico-cristã\nparelha\nkellerman\nparelho\ninternalização\nausteras\nestiletes\ntrastâmara\natualidade\nintifada\nhistologicamente\nfrequentes\nfrequentem\nfrequentei\ninterceptores\nekberg\ncoadjuvado\ndete\nmarblehead\ncanova\nprotoestrela\npresidentes\npinedjem\ntiene\ndetê\ngaulesas\nsimca\nabsorvidos\nmcbrayer\nmisao\njolson\nmariquita\nprende\nprenda\nzêzere\nbasídios\nalbula\nmatutos\nesfriou\nmicrorregiões\nprendê\neoka\nmatsuo\nmatsui\nrecordista\nappaloosa\nnegócio\nconspira\nmatava\ntel-aviv\nijuí\ntantinho\nsoldati\ntelecomunicações\npraenomen\nruminação\ncontracorrente\nbayazid\ncatecismos\nrepetiram\nmainframes\nbloquear\nbenemerência\ninteligível\nsoltavam\nrubro-verde\nsafras\nsafran\ngranulados\nmaçons\ncapitão-aviador\ngendarmarias\nameaçadores\nbençãos\nmalha\nquitosana\nmalho\nfgv\nfgf\nfgc\ntestemunho\nmarymount\ndeposito\nzuca\nplasmar\npediria\ngraffiti\namniótica\namniótico\ndemência\nseydoux\nbabilônico\nbabilônica\nindesp\ntecnocrático\nwesmael\nromanta\nsurdo-mudo\nhandlen\nkemal\nvelella\nvouillé\ndisputariam\nsismólogos\ninclude\nremada\ncetin\ncetil\ncetim\ncetip\nwrestling\nshion\nptb-mg\nventurelli\nriquelme\nbrasil-colônia\nkristine\nkristina\nafável\natlántida\ndetectando\nfelizardos\ngarlick\nautobiography\nafirmava\nhistoriográficos\nnejd\nneji\nalcalde\nextremas\nglen\nglee\ngleb\nnight's\ncórrego\nemdec\nal-mustansir\nlison\na.n.\nauto-sacrifício\ntectónica\nlampiões\nferragem\nencantados\naprenderá\nexperimentadas\nhonorífica\nhonorífico\nbiggs\naracati\nultrajes\nrepassaria\nkutaisi\nthiene\ncarrizo\njosmar\nchuang\nishaq\nex-executivo\nisham\ncalmos\nadelheid\nrinocerontes\npedalada\ncalmon\npaludismo\nnarnia\nmegera\nembaladas\ncassadee\nverbenaceae\npobeda\npré-estabelecida\npré-estabelecido\nsuzy\nsuzi\ndar-se-ia\nsuze\n9/99\naprendera\nit-girl\nanatólias\ncolza\nseparando\nvitta\nvitti\ntálamo\nfloss\nlleida\nexttravasa\nolíbrio\ncompensadores\nsubaé\naveriguação\niodo\nappleyard\nsgml\nsintetiza\nemancipatória\nemancipatório\nsubam\néolo\nfitna\ncamisinha\ntricotomia\njudias\nboabdil\ndireções\ndominator\nsturgis\nbossuet\nprovincianos\nholon\naalto\ncochonilha\njasmine\ncaldense\nemmerson\nschwinn\ntelegraph\nespetáculos\nourense\ncineasta\ncentrípeta\nreidner\nprecatórios\nhousehold\ncielo\naterrissadores\npiven\nsaron\nsaros\nwinx\nwins\nwint\nwink\nwinn\nwing\nwind\nadamor\npólvoras\ninflorescência\nfuturístico\nfuturística\nliédson\nlockout\nestimulará\ncriatório\ncomensal\nlaticínio\ndalida\niai\nararuama\nboletín\nnotaram\nprosseguindo\n\nsmersh\nnaya\nrecto\nkhabur\nrecta\ntarnum\nganzá\nsenhorio\nsenhorim\nsenhoria\nbomb\ntequila\nalfa-cetoglutarato\ngiggs\nsegredinhos\npélops\npanmorphia\npélope\nnocturnas\npaisiello\noceanic\noceania\nprescritas\nensaiava\nguarnecendo\ntóxicos\nchile\nchild\nchili\nchill\naguçados\nswizz\nmeade\nmeada\nmeado\nterceiro-mundista\nkrol\nkrom\nkroq\naylton\nprolongado\ntestemunham\ntestemunhal\nmarquei\nnacionalistas\ntestemunhas\ntestemunhar\ncirs\nciro\nflorão\nlefty\nmarquez\nmagistraturas\nexaltação\nnubladas\nantestor\ncloreto\ndensas\nkhz\nemplacadas\ncontábil\nkhe\ncolson\nmotivador\nmotivados\nconsiderado\nconsiderada\nfiodor\nbianualmente\nkirchheim\neuxino\ncarpete\nlonas\ncarpets\ntanglewood\ndiagnosticada\ndeseo\nvega\nodorico\ninterativa\ndismutação\ncavia\npré-eclâmpsia\nforestier\nkanye\ncorpo-a-corpo\nhióide\nextinguiram\nsobrenaturais\nencenador\nencenados\nfreida\ncaatingas\ndoolittle\ngoldenstein\ntiestes\ns.t.a.r.\nlabianca\nwilsoni\nmugnano\nempaer\naltered\nalterem\ndesignasse\nd.o.m.\nbrunton\nbutterworth\nbrazucas\nlavagna\nintemporais\nprogramáveis\nkriegsmarine\nclorexidina\ncédulas\njeolla\nmcmann\nhellofood\ngiluke\nviramos\nimporem\nbourdieu\nalcibíades\nformativo\nacumulará\ncassiquiare\nclan\nclam\nclac\nclay\nclaw\nclap\nkathlyn\nfruticultura\nrs-99\nirritantes\nunifamiliar\ntransexual\nringwald\nguitarristas\navariado\nmathematik\natrozes\nspatial\ncayes\nassinante\nasteroids\nismail\nasteroide\nalvarez\nalvares\nmajoritária\nbarcelinhos\ntardis\ntardio\ntardia\npublicadores\ncalóricas\natelier\ndiferente\nalqueidão\nalphonso\nrodrigues\nboschi\nrodriguez\nfracassa\nfracasse\nfracasso\nconsolidando\nsalminus\nvistoriado\ndentárias\nzelo\nconsigo\nfilatélicas\nconsiga\nosiris\ntorrões\nrevoltas\nrevoltar\nacorn\nacord\nabiogênese\nsugerida\nsugerido\ndesembarcados\nobama\nextraídos\ndaphnis\nconceituais\ncanepa\ntamareira\nmutilações\npaulsen\nfarabundo\natchison\ngartnait\ndothraki\ndyck\nkulübü\nmatteo\nmotociclo\nvalmiki\nalegóricos\nvitamina\nfrutificar\ndesligados\ngeneralizaram\nnepomuk\npilger\ncastrações\ninovando\npardini\nescadas\nozzie\nconsternação\nmesoamericana\nmesoamericano\ndepõe\njards\njarda\ninflamou\nruhr\ndígrafos\nshounen\ninformaram\namêndoa\nrasputine\npercevejos\nfrancenildo\nmeitner\nvisitor\nuem\nuel\nueo\nuee\nued\nueg\nuea\nuec\nueb\nuep\ndeveremos\nsignificamente\ncuraçá\nvicentinos\nbiodiversity\nquattroporte\nplásticos\nmessênia\nanhalt-bernburg\nobrigatoriamente\nreptante\nciclístico\nciclística\ncompartilham\ndiversificados\n्\nhijikata\ncalheiros\ninapropriados\ncomunidades\ntorrent\ncontragolpes\ndiabéticas\nmontillo\nmontilla\ninesposada\ntentativamente\npenaguião\ncenso\nh.p.\nhenriksen\nfarah\nfaraj\nanacrônicas\nbeaux-arts\nkimble\nviveram\nextraconjugal\nkudrow\nelevada\njenner\nfaraó\ndiversamente\nsufismo\nprotelar\ntriturador\ntriturados\nbaccarat\nió\nié\niê\nsandes\nsander\ndniester\ntelepática\nharvester\ndursley\nnervurada\nvomitar\nsellers\nnead\nrefiro\nrefira\nsagrados\nhabilitações\nsafernet\naventureiros\nbunker\npatacas\nreivindicados\nleonessa\nrestauros\niu\nik\ndésiré\nunitarismo\nif\nspielmann\nbessone\nperigosos\ninstrumentação\nocampo\nheterônimos\nerguidas\na.i.\nventrículo\nbeliscão\narménia\nconclusivas\nbodonitsa\narménio\nmacneil\nwolverhampton\ni.\nvingará\ntavera\ntavern\nesfenóide\nperak\ntombstone\neliminatório\neliminatória\npalladiana\nheterozigotos\ndongguan\ntjmg\nassegurar\nasseguram\nsaponinas\narranha-céus\nlenhador\ndescreveram\nviborg\nincrição\nprogramação\nherbívoras\nlucille\nassistirão\ndotto\ndotti\ndelos\nlegislativos\ndelon\nwuthering\nhateen\nrelance\nporcelanas\nviajarem\nmargarita\nsosso\ndeduzem\nburi\naveyron\nsnowboard\nhintze\nstreetcar\npederneiras\ndesapareceria\nembalsamado\nhobbits\ncrepe\nanatoly\nestudarem\ndesordenados\nmindlin\nanatole\nconceituação\nmiosina\nensaiavam\nsabado\nconcertos\nensaio\nensaia\ncormon\ndesvinculou\nvelocímetro\nsandoval\nconectivos\ntex-999\nlambida\nrancheira\nrancheiro\nkülliye\ngrumos\ndukkha\nfunicular\nall-american\nindexar\nroncão\naproveitaria\nrunas\ndevastação\nd'andrea\nzaidem\namani\namano\nlustroso\nlustrosa\nleotíquides\nescunas\ndaytona\ntouca\ntouch\ncompetindo\nantílopes\ngarantirão\nstrathearn\nexônimo\nsuperbike\nevidencia\ndemolido\ndemolida\ncombonianos\nnoutra\nnoutro\nbronzeamento\nminiopteridae\nitapuca\n#feliz\ncomics\nsambava\nprostíbulo\nbenzido\ncomunicadores\npalatinado\nhexâmetros\nassociamos\nacético\nactivision\nmarechal-do-ar\nmedicis\naerógrafo\nestremenho\ndevotar\ndevotas\nclímene\nandrzej\nsubcomissão\ndescargas\ncuropalates\nplagas\niémen\ntorneo\ntornem\ntornei\nseguidoras\ncaracterizaram\nintranquilidade\nsince\njérôme\nvinifera\nzelina\ninfectante\nfílmico\nsituada\nineficiência\npromessas\ncurasse\nespaço-tempo\ngloves\nglover\nchãs\ngenérico\ngenérica\nmiquelina\ncapinhas\nrishi\nhoodoo\nmacalé\nluziânia\nmoise\ncezar\nkagame\nencurtando\nnadezhda\nfuzhou\nskatistas\ncolite\nribossomos\npiraí-volta\nafogar\nsub-mundo\nverniz\ncadências\ninconformismo\nrupert\nmonsenhor\npreachers\nencaixava\npuy-en-velay\nmonometilidrazina\ncitadinos\nwylie\nschwann\nschwang\npreservativos\nterraplanagem\ncongolesa\nchirita\ntrautmann\nsapiência\nteodomiro\nexclusivamente\nbrodie\nlegista\nchinchilas\nkoresh\nintrospectiva\npugliesi\nintrospectivo\nwatchman\nmaithili\nprolapso\nguilhotinada\ndatasus\nguilhotinado\ncambambe\nmarteladas\ncientificamente\nwendlinger\nagamemnon\nanyway\nfredensborg\ndesembolsar\nalinne\nvercillo\nnurburgring\nassociazione\ncuts\nouriço\nshabat\nterritorialmente\nshabab\nesfregou\nnyiszli\npulsões\ngrogue\nbuscavam\naprovados\nsalman\npálpebra\nowns\nmotocicletas\nesqueçamos\nminoria\nminoris\nsonic\nsonia\nmalária\nlendl\nlendo\nashura\nlenda\narguido\ncleveland\nportobelo\ndesejou\ndesejos\nnessarose\njésus\nreconhecessem\ncaxinas\nfacultativamente\nlacustres\nflughafen\nboulevards\nbacteriófagos\nkarolyi\nbroselow\natrapalhando\nex-futebolista\nbytecode\nmoderadamente\nseles\neufemisticamente\nprohibido\nclothes\nburruchaga\nastuta\nreagan\ndesconfortos\npectinata\npazuzu\nazulay\ncastroneves\nglarus\nanstis\nvfs\nvfr\ncolírio\ncoordenada\nhegeliano\nsfat\nsfax\nmonoplanos\nhoop\nhoot\nhook\nhoon\nhoof\nterebintina\nfanha\nrevitalizada\nerifila\nrevitalizado\nnorilsk\nónus\npigmentos\nirrisórios\nkajuru\nkoko\nkoki\nkoku\nrobustez\npré-sequência\nvillers\nvendrell\nparanapuã\nantitravamento\nedoardo\norgs\nprudential\nsubordinava\njordin\nsunshine\ndesserviço\nnavegado\nkrusty\nendireitar\nmahmud\nresidência\najoelhou\nembutindo\nwaterfall\npractices\ncinebiografia\nweiß\ncoroa\ncadastradas\nteletransportador\ncoros\ncorot\ncorou\ntripper\npaso\nslavia\nliame\nolindo\nolinda\nintellectual\namniocentese\ndanoso\ndanosa\nconsensuais\nalbúm\ntucson\nbitcoins\npequenina\nresguardados\npequenino\nsecularizado\nsecularizada\ndearborn\nprosador\nmeticilina\npessimista\neraldo\nskip\nskis\nskin\nskid\nfinazzi\nstaples\nmagnet\nmagnes\natormentavam\nreceio\ncientífico\nerreway\nconcedente\nhalf-life\nsupremes\ndespreparo\nguys\naviator\ntapas\ntapar\nnacional-socialismo\ninferior\nidealizadora\nfootsteps\ndriblam\nterão\ndriblar\naderem\natalla\nachatadas\ngustloff\nzilá\nzilú\ntankobon\nprecipita\nlautrec\ntecnica\nmoxico\nsiunique\nwert\ntecnico\nwere\nzila\nzilu\ninauguraria\ncontrasta\ncontraste\ntrotter\nfille\nführer\ncuruzu\nventana\nolympikus\ntruká\náustria\nprofundidade\ncuruzú\njavanês\nweiden\nlançadas\nweider\ntonsura\nstarmedia\nirritando\nhebraicas\nrijeka\nmachico\nx-files\nrestarão\nsaíra\nrompimentos\ncavalgava\nprosaica\nprosaico\nsintel\nsinter\nchamber\nfá9\ntreadgold\nícaro\ntease\nbruto\nbruta\ncravelhas\nsobrevivera\ndeadlock\npubiana\nnublar\nmultitarefa\nsobreviverá\nreguengos\nflaccus\ndialogar\ndicotiledôneas\ndialogam\nfattini\ngrémio\njaguaretama\nbangor\naprecio\nperoni\ncosette\ncompará\nlassie\nhomossexualidade\nplutônio\nconsigamos\ncompare\ncompara\ncomparo\npatton\ncoat\ncoar\ncoal\ncoaf\nhonestidade\ndough\ndivulguem\nachadas\ngoofy\npostadas\nfindada\ntipográficos\nassassinara\npomme\n..............\nópticas\njustificada\njustificado\nfondazione\nhumanitarian\nclimatéricas\nferrinho\nferrinha\nmetastático\nriddim\nsayumi\nalbarracín\nshylock\nesquisitice\nthreskiornithidae\nenvenenado\nenvenenada\nkathy\ngovernadorato\nlemieux\nplay-offs\ndemonstrando\nנ\ntrave-land\nreguladora\nnosy\nafastamentos\nlucra\ndubugras\nhalogenetos\nquantização\nramificado\nramificada\nspecified\ncausaria\nfisher\nmalandra\ntributários\nmalandro\ndistinguirem\nsufyan\nassessoramento\ntrousdale\nmurad\nmurai\nmurao\nmural\nmuammar\nmuras\nmurat\naspersão\nabaza\nyathrib\nincrédulo\nspruce\nincrédula\nfett\nconfidenciado\nfeta\nfeto\nespalhadas\napresentarem\nsulamericanos\nfeldkirchen\natingirmos\nenvironmental\naureolaria\nlayton\njurasse\neight\nconstantinovich\nintervenções\nfecho\nnachrichten\nlambel\nfecha\nfeche\ntiming\ntimina\nty99\nfechá\nficaremos\nitapirapuã\ntrencavel\ndependam\nchaleira\nmulatas\ncjb\nesfomeados\nautomóvel\nunificação\ncj9\nvilhena\nliguei\nliguem\ncitizen\namrita\nenergicamente\nhuntelaar\nbrigitte\nsnapper\ndicró\ncompreensões\nwinamp\ndique\ncasassola\ntippecanoe\nmisty\nnematódeo\nironizando\nmisto\nmista\ncostumam\nvirtual\ntimorense\ncostumar\nmassacration\naymara\nnão-estatais\nkratos\nflores\ncapítulo\nflorey\ndomesticus\nrhea\ngraydon\nentortar\npontecorvo\ntransformice\nauto-determinação\ncomprimida\ncomprimido\ngironda\ngironde\nenglobava\ntranscrevendo\nexpectations\nex-capital\nvirtuais\nlascelles\ngutierrez\nbalkan\nsaude\nsenica\nmandamentos\npubescência\nquestionava\ninapropriada\nnizhny\ninscrita\napoteose\nmestre-escola\nreboque\nschweizer\nsnickers\ncodificante\ncapacitá\ncelacantos\nrefém\ncaolho\ncapacita\nanteu\nnormandie\nmocinhas\nmaus-tratos\nfugees\nwound\nlaissez-faire\ncircunvalação\nsancionada\ninterpreto\ninterprete\ninterpreta\nkatsuya\nconfirmarem\ncurvilíneos\nhistórico-cultural\ndescomposição\ninterpretá\npreferências\nsubjetiva\ntheóphilo\ninabilitado\nadotarão\nmicroinformática\naconselhamento\nalagoano\nalagoana\nbellona\nperiandro\njagunços\ndesapropriados\nbabado\naluna\naluno\nkether\njuazeirense\nrodchenko\nconsumos\nradiotelegrafia\naunque\nnewmarket\ncalça\ncalço\nfußball\nuenf\nueno\nismaël\npontão\nsören\ncalibrar\noligarcas\naveneae\naragonesa\nterminalia\nghinzani\nciclofaixa\nenxadrística\ncirco\naurífero\naurífera\ncirca\ncirce\nholden\ndesmembramento\nholder\naránguiz\nminerações\nvettel\nrícino\nselando\ndissertação\ngondolin\nasotio\nobrenovac\nkirie\narbitrio\ninocentou\ncompartilhando\ncolor\ncolos\ncolou\ncolon\ncolom\nimobiliários\npânico\nmalenko\nvedados\nictiologia\nsuperestrelas\nbaldwin\npescênio\nbourbon-parma\nclonado\nclonada\ncooper\nbonaire\ntorneiras\ncolonização\nampliaria\npormenores\nverás\nbatucar\ngrunge\nsoprano\nzembla\nclama\nmonteleone\nhellfire\ncumpriam\nsaens\nalcatraz\nprogram\nrelações-públicas\ndesign\nelegemos\naraken\nrenegades\ntaupin\ntauri\ndísticos\nfiguraria\nmontava\nincludindo\npilotar\npredominavam\nrespiramos\nmonolíticos\nimensurável\nrelações\nlusomundo\ngotas\ncolhidas\nkoh\nauteuil\nhomoafetivas\ntlaloc\ncód\ncós\ntedder\nafife\noutstanding\nsorenson\nvotuporanga\nhedeoma\nardil\nsaudi\ngregson\nnickelodeon\norigo\narila\ncompartimentos\narilo\ninaptidão\nbarragens\nlicense\nsmith\nbrics\ngresini\nhirundo\nbrice\nillgner\nprematuridade\nrequerentes\nmahle\naspiradas\nplanetários\nhipermercado\nescravizou\ntartária\nboophis\ncaduceu\nlabuta\nlabute\ndesgastando\nassmann\ninstruments\nmeda\nmede\nmedi\nmedo\njuju\nsuper-mulher\navanhandava\nmaillot\nmaillol\npueris\nlehrter\ndistribuidora\nplinio\npyro\npessoni\nmestras\narbóreas\niraklis\nhelenísticos\ninvestia\namplificar\nsuperposição\ngráficos\naproximadas\ninternacia\nco-estrelou\ncomentar\ncomentam\nonomatopéia\ntolerado\ntolerada\ninterferência\nhahahaha\nretoma\nretome\nsuperioridade\navançando\nblogger\ndesempenhava\nretomá\nlassalistas\nsivuca\ngotícula\nringnes\nharém\nlinguisticamente\nandreazza\nrasmussen\nshallow\ndesconsideração\namon-rá\n=\nmaquinário\nmaquinária\npleonotoma\nsabeus\ntingidos\noceanógrafo\nhälsingland\npirillo\nassentavam\nhunters\ncoexistiram\natiram\natirar\ncurvilínea\ncurvilíneo\nunisanta\nintermitentemente\nbeira-mar\naproveitadores\nembebido\ncp99\npartirá\nmastite\nimpossíveis\nperdição\nlxde\npartira\nmarkers\nenriquecedora\nressalvou\nfcvs\nencarnação\ncolecionismo\naferidos\nyokoi\nfresta\nheidenreich\nholyrood\navignon\nmélanie\ncrooner\npierce\nfigurações\nrfcs\nrenas\ndeserdar\nisère\nkalina\nlidavam\nfiladelfo\ncurrency\nbarradas\nsenóide\nergotamina\no'donnell\nauditore\npermitirá\nmontanheiro\nslate\ncortesãos\nvelcro\noxigênio\nslats\nidentificavam\nconfeitos\npermitira\neleições\nindigesta\nindigesto\nagregam\nllodra\nglomus\nagregar\nzala\naraponga\nextravasar\ninterescolar\nimobilizando\ntechnik\ntechnic\nintercambista\nproject\nreichskanzler\nkaramazov\nadiós\ntropicalis\nradicalizar\nfvdg\npelúsio\navranches\ncalvário\npareamento\npatrizia\npatrizio\nvarrendo\nrecruit\nlivni\narranjado\narranjada\nsolicitude\nsamorim\ninterrogando\nsaudosista\nremontado\ncontemplará\nterengganu\nremontada\ndepurador\narrozal\neletro\nexpansionista\ntoolkit\ndamaged\ncebolas\ndesativou\ndamages\nbasálticos\naparentar\nanacleto\naparentam\nensinarem\nc9a\naportuguesado\naportuguesada\nposicionou\nyaakov\namassadas\nganhando\nparticipavam\nklinsmann\ncodreanu\nimperdoáveis\ntemeno\nhavemos\nempatam\nkeifer\nempatar\ndestravar\ntavistock\nanaconda\nciclotron\nmatabele\nchecoslováquia\nnômade\ngriffiths\nhaworth\nexpelir\nabafou\nexpeliu\nfapla\nreentrada\npapais\nbestseller\narquivoltas\npapaia\nmuertos\nportuário\nportuária\nantípodas\nwriters\nsquadra\nalmaş\naquilo\nreckoning\narcônida\npedernera\ntúnel\npoema\npoems\nocaml\nalmah\nalmas\nalmap\nalmaz\nconformada\nsatisfazer\ntransladados\ncoate\ncoats\nhwoarang\nmágica\nmágico\nnitrogenada\namáveis\nenglobadas\nbifurcação\naverage\nolhe\nolha\nolho\nparlamentarista\ncalamaro\nrumando\ne.u.\nfripp\nvarna\nolhá\nclaudemir\ncoligidos\nfarto\nfarta\ncopiando\nadotavam\nsubtenentes\nretomarem\npseudofruto\nmístico\nmística\nmamadeiras\ninformalidade\ncuidadosas\ndeidara\nsignificativo\ntrapaça\nrequisitadas\nperfuração\nprodutos\nintel\ninter\nchacinas\nmemories\nafilhados\nescolaridade\nkančelskis\nmda\nluana\nspider\nindivisibilidade\nesquivar\nmds\nrocinha\nestatizado\nharri\nharry\ndanson\nrelaxe\nlanhas\nflatland\nfúria\nfúrio\nprompt\nreincarnation\npunindo\nglaurung\nciterior\nresoluto\nresolute\nresoluta\nvidmar\nmicroscopium\nvioleiros\nlerroux\nhildburghausen\njep\nguest\njeu\njez\njey\njef\njed\njen\njem\nitanagra\nningbo\nfaias\neletroterapia\nfaial\njeú\ntrasmontana\ntrasmontano\npropus\npolipeptídica\ngatineau\nrostand\nreichstadt\nnavarro-valls\nchampion\narrecadadores\npsc\nreinterpretados\nscrovegni\npsf\nana-lucía\npeçonhentas\npss\nosmanthus\nsítios\npsv\nperpetrado\ndivan\naustralia\naustralis\nrichie\nsfici\ndotou\namplificado\ncomissários\nepitaciolândia\npavese\npavesi\nproposição\nnormaliza\nmencionamos\nmontpelier\ncontestadora\ninfinitivo\nnovorizontino\nsalmão\nanulado\nlucio\nlucid\nlucie\nlucia\nlucis\ndesgarrado\nmontemor\npalpite\npalpita\nentorpecido\ndesgarrada\nachebe\nsempre-vivas\nafonsinas\nnuttall\nimovision\nautodenomina\nhóstias\nclelia\ntechnical\nhúrin\nlandtag\nrelatoria\nmesquiteers\nafn\nteitur\nafi\nbayly\nbayle\ndiarréias\ntreinar\ncerimoniais\nj.d.\nboetticher\ntreinam\ndhcp\nágeis\nnapoli\ntrajano\nweifang\naurélia\naurélio\ndeathcore\noferencendo\nfutebolística\nhiruzen\nfutebolístico\ntápias\npreparassem\nmoriarty\njonatan\n\njonatas\nsubcaducifólia\nprincipal\npstu\npstc\nmiei\nmiel\nmies\nmier\nrompia\nsantisteban\nhawkins\nhawking\nintenta\nkupfer\ncapta\ndrina\npeic\ndrink\nalbinus\ncafeterias\nadestrar\nlupus\nlápides\nhumilde\nidentificadores\nprimazia\nvoelker\ncáusticas\ndiferia\natacadista\nambulacrais\nidenticamente\nacarajé\nroseus\nvästernorrland\nmaterialistas\nconquista\nconquiste\nphipps\nrp99\nrosaura\npan-99\nxerostomia\nsubestimado\nsubestimada\nolímpicos\nmemorando\nexplosivas\nt'challa\njervis\nhomólogos\nzhukovsky\nlibério\nlibéria\ndandalunda\npacatuba\nbarboza\nproteção\ncomercializa\ntrudes\nwaidhofen\ncomercializá\nguidetti\ncarlyle\nenciclopédias\nencraves\nmiquelon\ncalero\neudoxia\ngronovius\nrastreou\nmultitarefas\nproteólise\nericeira\npersonality\nnasoni\nmontezuma\nesquível\nvialonga\nshulman\nokerlund\nterms\nespargos\nterme\ntermo\nfoer\nfolha-sebrae\nitapagipe\ninibidas\nlenilson\nottone\njohansson\nvedros\ninterpretasse\nvigésima-terceira\ngovernadores-gerais\narnoia\nfaraco\nienes\nobá\norellana\nobm\nobj\nobi\noba\nedificação\npôde\nobs\nbound\nguardia\ndinastias\nramáiana\nruwer\nrestaram\ntruque\nguardiã\nríspido\ntohru\ndifamatórias\nobdulio\nmacassar\noferecido\nfalconer\noferecida\nconversasse\ntreinarem\napresentando\naflição\nodeão\nafterlife\netzion\npressionasse\nministério\nadquirirem\nrolfe\ngarrel\nsócio-educativas\nparafrasear\nanticolinérgicos\nmaceió\nfbes\nconsagrando\nfalindo\nrastreando\nglosas\nacróstico\nagrícolas\ncinturas\ntelevision\nsegmentada\nsegmentado\nteleologia\nfretar\nbuscava\naprofundam\naprofundar\nbatalhei\nesquiva\ndesorganização\ndesmoralizar\nad-hoc\nprenhe\ndiscordianismo\ntransformacional\narmenian\nbenue\nlinguistic\ndisparo\ndispara\ndomingas\ndispare\npatrocinadas\nacacia\nhipotireoidismo\nesófago\npaden\ndesvirtuar\nesgotamento\nrelançamento\nsapiranga\ndólmens\nboeing-999\nmau-olhado\ninacessibilidade\ntreinará\ncisco\nabrigava\nex-presos\nthrow\nlionsgate\nnitinol\nreflectiam\nspinosus\nmogi-guaçu\ncorredeiras\nbugue\nsuper-heróis\ndesacreditado\ndesacreditada\npriscus\ncanby\neuratom\naichach-friedberg\narabella\nchełm\npéronne\niniquidade\n#lifestyle\npomerode\nbarbican\ncoletados\naravan\nuqba\nlegislar\ngohonzon\ntechnische\nparalisa\ndroid\nbreuer\ndeutsches\nremarque\npedregosos\ninsensatez\naprontar\naprontam\namós\ndel-rei\navaliavam\nemoticons\npomeroy\nkantiana\nmünch\nnomeou\nreconhecido\nreconhecida\nक\npancras\nneo-realista\napicultores\njossei\nonera\nclorato\nhoteleiros\nfredericksburg\nmips\npadova\ntranscorrendo\nlembrar\nlacradas\nkyllburg\ngenoma\ngenome\nlembram\nvivace\npolcas\nzoroastrianismo\nredundaram\ncellular\ncronicas\nharmonizações\ncrowes\nirresponsável\nbarrerito\nsuntory\nfuselagem\njocelir\neleitorais\ndiretora-geral\ncestoda\naguaceiros\nrevestimento\nbissell\nchipsets\nprofanado\nprofanada\nbârlad\njoensuu\nacumularem\ncompulsivamente\ntuke\ndualista\nsanguíneos\nç\nredman\nniilismo\nischigualasto\nrebello\nrowlands\nagiotagem\ngirlband\nlengalenga\nediçao\nfixamente\ngirlie\ninterlaken\ncondutos\ngällivare\nagravava\ndegola\ntitlestyle\nar-rahman\nmusicomh\nreconciliaram\nhiperbárica\nidealizações\nkledir\nimplementações\nlançaria\nexperimentam\nduradouras\nanti-retrovirais\nsuspende\nseine-maritime\npadronagens\ninflexão\noceânicas\nguapimirim\nmulherão\nglenn\nführerbunker\nfletor\nneutras\nneutral\nkloves\nmulti-partidário\nsubterraneamente\npardos\nwhose\npunter\nbraudel\nsargão\nefémeros\nsinalização\nwreck\nsub-género\npatronos\nlyubov\ndemagogia\nnegociante\njebala\nhamlin\nregistarem\nelipsoidal\ncontraluz\nf-999\ndonga\nfascinada\nf-99a\nf-99e\nroquette\nalbans\nalbani\nmaximal\nestofada\nestofado\nclito\nsantuários\ngünther\nplagiar\nwilliams\ncalem\ncaleb\ncalea\nhannigan\ncales\ntendendo\ndesvantajosas\nesbaldar\nnagamine\npeculiaridades\nresistividade\nmaxidesvalorização\nsugar\nsugam\nsubjugaram\nbastava\nessencialista\nagainst\nnestorianos\nglorificada\nvillani\nayas\nayat\nfiger\ngranadeiros\nmilitavam\nautônomas\nrupias\naculeatus\npersonagem\nforester\nperforming\ndocumentação\nnervoso\ndrudge\npíer\nمن\nbanjos\ndificílima\ndificílimo\ncarabobo\nhyakutake\nmizoguchi\ncaubói\ncheirosa\nkovalainen\nprotestant\nsalzedas\nburuku\nconformista\ncalota\ncalote\nobras\natemporais\nitajuru\norogenia\ncoahuila\nmidríase\ngohda\nmagras\nsobressaltos\nconjetura\nverga\nverge\nranchos\nsénior\nperigos\niaemp\nsouthside\nitaúba\nbolha\nlakhdar\nestanho\ngradim\ngradil\ngradis\nmermaid\nspeakers\nshigeo\nortodontia\nespañol\nangelines\nmirafiori\nobjetivamente\nbeltraneja\ncampina\ncamping\nmonalisa\ncampino\ninalcançáveis\nalpiarça\nthom\nponchielli\nfrundsberg\ncqc\nmanzon\npacajá\npotencializando\nmoldar\nesfericamente\neliminem\none-man\nmoldam\nlevítico\naswad\nolhado\npodas\npodar\nolhada\ninfierno\nenglewood\ncláusula\nmalaios\npertença\npertençe\npertenço\nfabricar\nfabricas\nfabricam\naglutina\npropiciará\nadrián\nséries\no'donoghue\njoubert\ntorpor\ngeneral\nbechamel\nselfish\nplethodontidae\nprolonga\nguraleus\neverlasting\ncouperin\nrecapturaram\nunicron\nparkinsonismo\ncuidadores\nrockman\nensemble\necgfrith\nbaladeiros\ndeseret\nfíssil\nkorra\nryan\nsombreiro\nmendeliana\ninvoca\ndemonstrativas\nzazie\npresto\nexaustivamente\nlenhosos\ncuthbert\nx-sampa\nabstêm\n9,999\nagenciador\npekin\nmetsavaht\nservil\npiaggio\nparlement\ncorticosteroides\ncosima\ncaltagirone\nnpower\nsanlúcar\nraspando\nmenagem\nsomados\nescadinha\ntalho\nsubstituível\nvirago\nsyd\nsyn\nsym\nsyl\nsys\nsyr\ntoscanini\ndevanagari\nbravery\ninflamatórias\ndecapitado\ndecapitada\ncastellum\nmaçônicas\ngrammy\nsínteses\nespectáculo\nkirk\nkiri\nkira\nfahel\nantecederam\npropulsionar\nuruguaios\npandabubba\nmehta\nanti-aérea\nemergencia\ndescrita\ndescrito\nfrouxas\nmegumi\ninfestavam\nkowal\ntochas\nhidratada\nbagdad\nfactores\nvotações\nsabotadores\nsannio\ncordeiros\ntriangulum\nmiltenberg\nascenção\ndiverte\ndiverti\nfarc\nposteriori\nwaimea\ncavalier-smith\niugoslava\niugoslavo\nfirewire\ntrompowsky\nuniversum\naraucanía\nabifarma\nbutão\nsalicílico\nlecter\nར\ntuneis\naposentados\n–\nashkenazy\nashkenazi\nvicari\ndeliver\npsicodélicas\nchiptune\nsacerdotisa\nrenunciassem\ndesignando\nizidro\nelisha\nfittipaldi\nnatya\nvagens\nromanorum\nteofrasto\nvermudo\nleeuwarden\nscarface\nbobsleigh\nnordjutlândia\nheylin\naleksandar\nomíada\nmoncada\ndesburocratizar\nfacetas\namiyumi\nwikipédias\nbacaba\noiseaux\ncontratasse\nencampada\nencampado\nlovegood\ntiba\nsaartjie\ntibi\nlukaku\nrelaxando\nzdp\navariados\nescrevendo\nsingiduno\nacorde\nacorda\nfourier\ndistanciando\nenvelopados\nintrodutórias\npalomar\nantechinus\nlevi-civita\ncallemin\ncyberspace\nmulher-aranha\nnipônicas\neach\npapaya\nforneçam\nrann\nrani\nrank\nimaginária\nsimula\nrampage\ntípicamente\nmichèle\nocasionava\nmingaus\npolemica\ncalculado\npoliciamento\nleicester\nincriminados\npulmonados\nrepetitivas\netneo\netnea\nenfiar\nartsul\nbemol\nobjeções\nprovocativa\nprovocativo\nengler\nkiyoko\nreapresentações\nsatellite\nimprecisos\nvelocista\nsesamum\nlebrun\nmactavish\ndecorrida\nvérité\ncofundadora\nflexíveis\nerlangen-höchstadt\njulieta\nsepará\nlozetti\nsuperlativa\nsuperlativo\noptava\nprovenzano\nseparo\nsepare\ncauldron\nzuccari\nrequintadas\npagina\nsumério\nsuméria\ninsinuação\ndurães\nzunino\nfenasoft\nlaferrari\nquasi\nquase\ncorinto\nenos\nbecquerel\nrappahannock\nmale\nbonpland\nhalperin\npopstar\nesclarecidas\npopuli\numlaut\nindependentistas\nhoffer\ncardinal\nalga\nliquid\nmascar\nhilltop\nmangás\nfrangos\nnama\nname\nnamm\njogava\ncantiga\ntraumáticas\nreidratação\nforrada\nforrado\nítalo-francês\nshirley\nteorizou\nrelançada\ncãozinho\napicella\ndevastar\ntérreo\ncobiçadas\ncontinuassem\nengine\ngoetia\n@vbessell\nellison\necuménicos\nsposati\ncandaules\ndeclamada\ndeclamado\ncatarro\nmyhre\nshrimp\nbelinati\nantigos\nveland\nuakti\nfervura\nfresas\næthelweard\nbishop\nheather\nheathen\nexcluem\nliuzzi\ndesistido\ntrattoria\njerome\nmonterosso\nrejane\ncomintern\nformulação\ncellini\nprogramme\nembolsando\nganjaman\nbehaviour\nberkeley\nsendero\ninsalubridade\nrko\nrkk\napego\nrk9\nco-seno\nnúmero-um\nninfomaníaca\ngoal\ngoat\nreestruturar\nthoroughbred\ndirigíveis\nprojetá\nsugiyama\ntswana\ninscrição\nprojete\nprojeta\nprojeto\nbanais\naniquilaram\nvanguarda\ncampais\npadeiros\npopquem\naccionado\naccionada\neruption\napoderando\ncatamarã\nindústria\nex-volante\nsottomayor\npluricanal\nvice-reino\nknightsbridge\nfarmacocinética\nlehmann\nposada\ndesmoulins\npondichéry\nmenção\ndespromovidas\nreuni\nentrecortadas\ncompus\nreferee\nreferem\nfardo\npimentas\nlaparoscopia\npimental\nfarda\npré-convocados\ndistróficas\nencorajados\nencorajador\nrevelar\nagarrá\ncheek\ncheer\nbronzeada\nbronzeado\nvirtualmente\namarelão\nhomem-bomba\nnairobi\nconstruirão\nflorrick\nreticências\ndrifter\nি\nfolguedo\ndesaparecidas\nsakhir\nhooks\nalencastre\nalencastro\nhooke\nq999\nvaldyr\nzebedeu\nvólos\nrasca\nsemibreve\ntrillium\njochi\nirreversíveis\nserpro\nsineiro\nsineira\nolmert\nnewsletters\nacreditava\nshostakovich\nperante\nsoffredini\nespecificas\nespecificar\nespecificam\nsexualmente\npaternidade\ndescobrirão\nadotem\nadotei\nclusters\nworlds\nspeaks\ntimpânica\nprudentópolis\nnapeanthus\nnvsh\narmero\nºw\npaquito\nlampejo\naniversario\nofício\nblix\nferragamo\nhidrocefalia\nvermes\nmanteuffel\nboucle\nbrizola\nadministrativas\ntrapaceado\nantitucanês\nterra-ar\nrumba\nmacrorregião\ncomercializou\nredacção\ncerebelar\nbrewing\nberaldo\ndetlef\ncorbeil\ncontrariamente\nbasculante\ncheyenne\nreichardt\nnévis\nnévio\nkuka\nkuki\nurubamba\narcossauros\nrafard\nallgemeine\ngetas\nleena\nnarses\nciclídeos\nichi-ryū\nexport\nbatrachoseps\niyer\ndebute\ndebuta\ninversões\ncoulier\nwinckler\nfegelein\nprevejo\ncamberra\ncapriasca\nothniel\nconcentrará\nbrasão\nentrecruzamento\ntemidas\ngorham\naguapés\nloro\nlori\nlore\nlord\nlora\nsentiam\nsábia\nbittorrent\naguardo\nfornecidos\ntáxis\npela\npisanello\ncozinhados\nválida\nveredas\nlouisville\nchase\nendossada\ngubbio\nsubsidência\nintercalações\nculpou\nfeige\ndécima-terceira\nreferidos\nárbitros\nartábria\nmeia-vida\ntoday's\nftalato\nprocurou\nkorsakov\nhistopatológico\nreaproveitar\nlascados\nunindo\nabortamento\naerotransportadas\nleong\npleiteando\nleone\nconcentre\nmonoftalmo\ncombinado\nquinzinho\nbenazir\nhammet\nhammer\nrevirando\nbioware\nwta\nwtc\nwtf\nretificadora\nencyclopédie\nradiativo\nradiativa\nrevertem\npiscinas\ntioga\nrico-homem\ntemplates\nskymaster\nburgers\nkawakami\nadicionalmente\nal-saud\nanticiclones\nbushi\nbushy\ncontentamento\nlesenas\nenfrentado\nenfrentada\ncreative\nphetchaburi\ncheadle\ncamas\nindeterminado\nindeterminada\ninterrompia\ncombatida\naquiles\ncombatido\nstagium\nindeterminação\nthiruvananthapuram\ncariello\nfergie\narcangeli\narcangelo\nempreguetes\nrv999\nparanaíba\nproximidades\naxel\nrusgas\nrubino\nvant\nχ\nráfides\ncontratuais\nleptomyrmex\nmelia\ngendarmerie\nfenotípico\nfenotípica\naquitania\ndiotima\nchimoltrúfia\ndurval\npadaria\ndescendents\ndescendente\nfederalizado\nesterco\nforçam\nforçar\nacetilsalicílico\natingidas\npleurothallis\nmaaseik\ngoing\nskyline\nshankman\nmarmelo\nsobralense\njuninas\noddity\nbunko\ninflexíveis\ntaser\nengesa\ngottwald\nprostrou\nbairrista\nbergonzi\nrrna\nganino\nandadores\nnoob\nnoon\ngraeme\nponta-cabeça\nnoor\nmandíbula\nshoujo\ncharly\ncharli\nantoon\ncompleta\ncomplete\ncompleto\ncyclops\nheslander\ncharlô\n⊞\ncompletá\norelhões\nanette\nenfadonha\nalanya\ncadastre\ncarnaubeira\npastorais\nvasilha\ntdah\nday's\nviajava\ncozinhá\nlibertines\naosta\ncausadora\nradionuclídeos\nkai-shek\nex-rei\nbellori\nloubet\nnosso\ndescontrolar\nquadrícula\nloaf\namboise\npilsen\ngherardini\nhélices\nressentia\nressentiu\nressentir\nheródoto\nmaiôs\ncoincidirem\ndalmática\nrl99\nbobbio\nhenson\nvínhamos\npingolim\nhuelva\nlinderniaceae\nilíada\nnares\nfasces\nnarew\nambito\npolipeptídeo\nhernández\nirregularmente\nassombrações\nretroagir\nbizantinas\ndwyer\ndeterminístico\ncesarianas\ngevaerd\npraticável\ntchuvache\nmaisons-laffitte\ngórgonas\nholiness\nzaniboni\ntreze\nkalevala\nbarrando\nmooney\nkoprulu\nrecalls\npára-brisa\nparaíso\nnão-autorizada\ncorvino\nindicam\nnieuwe\nindicar\nguálter\nberlinda\ntaro\ntara\ntarg\ntart\nfighter\natribuiram\ngoyang\nenraivecida\nreich\nenraivecido\nexagerou\ndissoluto\nescotismo\nadiantará\nizambard\nrendón\nsapopemba\nneutrão\nanimals\nanimale\natracou\nvitória-minas\ncatacomb\nreaviva\nvannuchi\npombais\ngontrão\nspiteri\nestablishment\nice-9\nafricanos\ncorsica\nd'us\nice-t\nd'un\noeil\nnácar\ntraveller\nescavadeiras\nreivindicavam\nambigua\npistoiese\nvuvuzela\njul\njum\ndistribuidores\ndarão\nascendente\nfergana\ntaggart\nwebby\ncenecista\npowered\nroussin\nalvejados\nsperry\ncriminalmente\nnevermore\ninstitutas\ngracejos\npaus\npaul\nestupidez\nnacional\nviraram\ncss9\nazaleia\nkamandi\nnutridos\ngraecus\nmosca-ligeiro\naliterações\nmartingança\npezinok\nchubb\nchubu\nparticipei\nparticipem\ndolphins\n99.99\nponho\ninocular\nnassau-dillenburg\nmordentes\ncharisse\nyahya\ncrescêncio\nlutefisk\nmacário\nexcedeu\nexceder\nexcedem\nvéronique\nactualidade\nbecker\nsubdistrito\nsludge\namg-9999\ncaricatos\ninvariante\nrecriação\nartaud\nmagrão\nneofascistas\ncanterbury\ndesacertos\nmarinheiros\nmercy\ncitibank\nmerci\nmerck\nmerce\ncollines\nacampamento-base\nmercê\ninversamente\nsem-tetos\nalternador\nhumanist\nghoul\nmaclaren\nabgar\nimbolc\nkuait\nlippman\nsapato\nsapata\nmagmáticas\nmini-séries\nspear\nislamista\nspeak\ngubazes\nriobaldo\nlahr\nlahn\ncafelândia\ninfetadas\nentristece\nnovello\natravessará\ntraziam\nnalini\npicasso\nlanhoso\nriata\nseminario\nabdul-jabbar\nseveriano\nfemsa\nbatuqueiros\nterror\ncítara\nlaborais\ncaipira\ntârnava\nchesterfield\npontocom\natriz\nmarschall\nnecessitadas\nboios\nsans-culottes\nleniente\nmultilink\nbuenos\ngazelas\npisídia\nmarins\nmarini\nmarina\nmarine\nalaúdes\ninócuas\nbanqueiros\ncorinthian\nbanindo\ngiratórios\narmigera\npanhard\nameaçada\nconfirmam\nléleges\nencarniçada\natavismo\nzanata\namâncio\nactivam\nkorsch\nactivas\nactivar\njônicos\notzberg\nbitmap\nconservatoire\nsaxónia\npatrulheiro\nofurô\nafricânderes\nя\nnsdap\nbasco\nbasch\ncoelba\nautenticação\nsaint-domingue\ninnings\ndiniz\ndinis\nameias\nhortaliça\ncongelar\nbisneta\nnjord\ncongelam\nmovimentam\nglobes\nihn\nfarejadores\nextravagâncias\nbelatriz\nopendocument\nkeck\ncompletando\nhemisférico\ndefying\ncovenant\ntrastevere\ntabuletas\nhomogéneo\nhomogénea\nhachemitas\nhonestos\nrothschildi\nvisco\nhaveria\nscandinavian\norbium\nbósons\ngnósticos\npromenade\nparasitologia\ndjurgårdens\nmeia-calça\naksu\nhonorárias\nsurrey\ncopiavam\nsospiri\nmidelburgo\nmaldades\nscuticaria\nhudinilson\ncamafeus\ngneu\nterritory\nataulfo\nbalancete\nciano\nskype\nbonus\nbebés\nhaus\nbonum\nalexandropol\ncongruência\nbuteo\ndesmembrar\ndestrói\n♠\nintransferíveis\nwagnerianos\napercebendo\npetrificadas\njhonatan\nescreveria\nguiche\ndwayne\nflórida\ni-senn\nárduo\nfanagoria\nguichê\nbiólogos\nincontestavelmente\nfiliformis\nmontagens\njaperi\nquebradas\nestoicismo\ninternamente\nrestritos\nramsey\ncapacitação\ncrepúsculo\nadérito\nhipócrita\njabutis\ninchando\nhartwell\nfujifilm\njuntara\narremata\narremate\nconsigna\nramicaule\njuntará\nmultiplicativo\nliquidações\nberlusconi\nverstappen\nneofascista\nleitelho\ncoliformes\nacrocephalidae\nflanelinhas\ndiacrônica\ngoldberg\nduby\ndube\nhaifa\npiteå\ncontracção\npareceram\ngalápagos\nkyuss\nitupava\nalès\nmonossacarídeo\nْ\nconstatou\njutsus\namortecimento\nfãs\nnukufetau\npreposição\nenvelhecia\ninimizade\ncosso\notaru\nporizkova\nmalaita\ncirculos\ncirculou\ndispõe\nenarmônica\ncoritiba\nsumidades\nhutchings\namiloidose\nagredi\nepicentro\ngoodland\ninterstellar\nkagyu\nmarcações\nasgabate\nxanthodaphne\nangelicais\nkaiden\ndigitados\nmagmas\nmmorpg\nburnette\nineficaz\nwilfred\npercorrida\nmeola\nnáiade\nfelídeos\ncampaign\nhounslow\npiaget\nconcursada\nconcursado\nsvt-99\nbabalon\nefetivando\ncarreteiro\nmarcial\ngazprom\ntotais\ngigantea\ngigantes\nmondino\ntríplice\ndenominar\ndroste\ngalaxia\nmaquiavel\ntiofeno\nrabínicas\nrécitas\ncapa-e-espada\npmdf\npmdb\nlembre\nbuford\npatogenia\nnagakura\nsl9\nespanador\nemergiram\nslr\nsls\nslm\nsln\nsli\nslk\nslg\nsla\nslc\nviolando\nnakagawa\nxbox999\nvideocassetes\nzonais\nvacina\ncharrua\ncepheids\npublicara\nwoodlawn\ntransmutação\ntacuba\nmcloughlin\nágatas\nparaibanas\nmidler\nprecipitou\nguiscardo\nextrapolado\nsalvasse\nselvas\nproferiu\nprevidenciárias\nestatizante\nirrequieta\nirrequieto\npré-operatório\njean-marie\nsequóias\ngradativa\nterraços\nthemes\ndelmar\nsuicide\npropina\nsuicida\nchutaram\ninnis\ndegradações\ncoletivismo\nlunetas\nlettieri\nmesopotâmico\nojuobá\nmesopotâmica\nbraços\ngrácio\nsaltará\ncuarto\ndisneylândia\nbusíris\nclaques\ncnas\nafetivas\ncogitaram\ncnae\nfacilitar\nreplicadas\nnão-verbal\ndesproporção\nconivência\niasp\niast\niasb\niasd\nvivanco\nmerops\nheadbanger's\ngranulócitos\nrío\nvoltadas\nlugh\nlugo\nluga\nluge\nvoices\nbasáltico\nbasáltica\nayesha\nblackfoot\nassessorar\nassessoras\ncytro\ndiretórios\nassobiada\nconventuais\nsu99\nbenzoico\nal-bakri\npodolski\ncondôminos\npyros\npoderíamos\nshikai\npinckney\ncodificam\nkiara\ncodificar\nuliano\nunusual\nurbanas\nshopping\njucu\ncompreendemos\nkusaka\nkawachi\ndesenvolvessem\nkyushu\npersistido\nbrodeur\nhailwood\namong\nrealizações\nkielce\neutímio\nportnoy\nreadmitidos\nfondue\nmoderato\ntelégrafos\ntetragrama\nagroindustrial\npimentão\nansaldo\ngaliléia\ndinotopia\nalistando\nmalpighiales\npolaco-soviética\ntrólebus\nrecklinghausen\npiauienses\nhye\n999-9999\nvaleriano\njima\nsub-zero\nvaleriana\npraticados\nshanghai\nelegantes\nroupeiro\nhayman\ncrowdfunding\nbleak\nobrigasse\nsongbook\nrepetto\nhabitando\nretardatário\nheterossexuais\naquando\nbenefits\naerogerador\nciclovia\nantiquarius\nkokand\nlisbonense\nconfucianos\npõe\nantipsicóticos\ncarbonara\nilfov\nwiggin\nincluirá\násana\napavora\nakihiko\nsensualmente\nleopard\nhaliday\nbaronete\ncaballito\narminius\nnazista\ncumprirem\nrasteiros\ncomentários\nvitaphone\ncofundador\nacusar\ndesmaiaram\nkunzler\ndacildo\nsediciosos\ninabilitação\ndesesperou\nlotte\nintuicionista\nhospedeiras\nesquiadores\ngirardot\ntoriyama\npiedade\nfatal\nfatah\nannika\nflorescia\nnogueira\nfriedlander\ncriminológica\ncartagena\nnogueiró\narthurzinho\nbem-intencionada\nkallon\npublicaremos\nnipo-brasileiros\nnativo\nnativa\nnative\ncancella\nsuperpotências\narúspices\narciprestado\nkosmo\nmarley\nempires\nharpas\nlinha-tronco\nhemácia\nnomeando\nnwmp\nonagro\nvy99\nfarbros\nomitir\nenantiômeros\nvivacqua\nformulações\nchiquitita\ncaven\nevoluía\nalienando\nkazushi\nescreve\nescreva\nmanati\npolystira\nprogreso\nmedina-sidonia\nprogress\nmanatí\nescrevê\nliderasse\ndescontraídos\nahvaz\nswanton\ntarrafal\nlawrenceville\nm99s9\ntarrafas\nfinito\nfinite\nfinita\nmétricos\nsardes\ndesidrogenação\nsomali\naridade\ntetas\neconomicas\nporteirinha\nameças\ndifamar\nsaciedade\nindo-arábicos\nurgentes\nmagistrada\nsteiger\nmagistrado\nlocomovendo\nvautrin\nindiretas\nlaminadas\ngraciosas\nprodigiosa\nhermópolis\ncaracterísticas\ngarçonetes\ndiscothyrea\npousarem\nuntold\ndiputación\nkickboxer\nkhama\npromíscua\npromíscuo\nnambla\ntarnowski\ngenômico\ngenômica\numezu\ntomohito\njequitibás\nrinzai\ntatlin\nhn99\ncónica\ninspiraram\nchariot\nvídeogame\ndelicados\naeronáuticas\ntaliaferro\ngodina\nbrotações\nreescrevendo\nstrakonice\ncontainers\natropelamento\nmader\nestos\nprovidas\nclicados\ncomoventes\ncentralizando\n¯\nerotylidae\nmonitores\ncreches\nhadden\nespessantes\nvanilleae\nfulcrais\nmoldávios\nimbituba\ntermostatos\nptose\ncoariense\nd'alva\nretratado\navassaladora\nhaagensen\nfapemig\npanay\nantimicrobianos\nnicósia\nteutões\nneighbors\ncuritiba\nfiyero\nbivalência\nreassumiu\npigmalião\nreply\nassimilação\ncooperativas\nhermite\ndrown\nrequererem\nadelphia\narrecadada\nexclusive\nexclusiva\nexclusivo\naterrorizou\nultrapassá\nclareou\nbathurst\nkruse\nmicroescala\nultrapasse\ndinamo\nasunción\naddai\nbaker's\ntranscendentes\ndurance\nyeovil\nneoconcreto\ncombaterá\nlugar-tenente\ntortas\ngkn\nparanatinga\nayreon\npandeiros\ncitrosuco\nguiaram\nmm²\nunincor\ncomovente\nhammett\ninstruir\ninstruiu\nreitman\ndespertasse\nfalkenhayn\nmairi\nmaire\nmaira\nespiritualistas\ncallicebus\nmusicada\nromanova\npp-pe\ndelacroix\npp-pr\nfobos\nempoleirado\nestuarina\nhomônio\nmakin\nroode\nquórum\natormentou\natropeladas\nvibradores\nturco\ncipiões\nturca\nmetropolis\nsleazy\nindicaram\nrubber\ncrustáceo\nsona\nsong\nsono\nsons\nsont\nsony\ninformando\namontoadas\nbesteiros\nbesteirol\ndeschamps\nvirgens\nozon\npataxós\nmms\nacudiu\nbrandes\nbranden\nsub-categorias\nbranded\nlondon's\ncaiano\ntesco\ncaiana\nbrasilian\nbrasiliae\nvalentini\ncancerígenos\nlibanesa\nlaf\npró-independência\ngamelas\nfloribella\ntrocaram\nagnósticos\ncânions\ngranéis\níndole\ncessam\ndesinibição\ncessar\nvirando\nreconvertido\nconsiderados\nweizman\nfriederike\ndemandados\ndarei\ndaren\ndarem\ndares\nconscritos\nk-mart\nutfpr\nridícula\ncônjuges\nreinventou\ngerúndio\nsindh\ncasebre\nexpedicionárias\nselecionador\nselecionados\nrenegociado\ncriativo\ndificultava\npadroado\nconepar\ntechnorati\nmurga\nalcoforado\nlargue\npartipação\nsursis\nreceitado\nafinada\nafinado\nscuderia\nösterreichischer\nvencimentos\ntelemóvel\nkotaku\napoteótico\nprojudi\nesquentava\nrabada\nprevisibilidade\ncosmado\nborbense\njeziel\ngamescom\nfriedkin\ncomponho\ndariusz\nkritik\npreferidos\ndepressivas\ntributarista\ndesmesurada\naoi\nconversation\nconjuto\ndeclarem\nbellucci\nbiała\nrenny\nvalda\nvaldo\ndrácon\nrebaptizado\ncircunvizinha\nfelício\nfelícia\nwilke\nworsley\nrenné\nrennó\nsf99\nhibridação\nnofv-oberliga\nnão-linear\ncomove\nchlorocyphidae\nneocomunista\npreservará\nvigor\nnefarious\naplicado\naplicada\nestreitando\nnegociar\nexpectativas\nroche-guyon\nperfumadas\nhalina\ndisparate\nabstractos\nmendaña\nearthquakes\nferal\nferas\nciclização\ncoronhada\nstrasser\nstrassen\nmoiras\nkanako\netheostoma\npônei\ncoordenadoras\nlvl\nbastilha\nmelosa\nmeloso\nrúmen\nrevoltassem\ncapoeira\nrawhide\nleiteiros\nfour\nliaisons\nassumimos\nmarechal-de-campo\nccomsex\nrespeitarem\napercebe\nemerich\npato\ngalilé\ndiarioms\ninverta\nlocked\nlocker\nchamava\netiqueta\nkingdoms\nhamamatsu\nraposos\ntulio\ntulip\nल\ninvalidaria\nallah\nallan\nqueiróz\nallax\ncofre\nhumanidade\ngalécia\nlevantavam\npintas\nmaglev\nproposicionais\nsinger\nbíblia\nsingen\nestrasburgo\nfaraônicas\nbananeira\nprestigiado\nprestigiada\nfaure\nameríndia\nameríndio\nodair\núltimas\ndorrit\nbakumatsu\nfauré\nimprimatur\ndaimiô\ngwyn\nbávara\nbolinha\nbolinho\npagaram\nunion\ndavy\naplanada\ndave\ndava\naplanado\nroubadas\nnados-vivos\nemmylou\nmarches\ngigolo\nairbag\nadsorvido\ngado\ngadd\ngigolô\nconfraria\nfilamento\nmandioquinha\ngadú\ntami\ntamo\ntama\ncambeses\nvoroshilov\ncorticoides\ntamí\ncarrazeda\ntoxicodependentes\nintent\nt.s.\ng.m.\nfebeliano\nmadames\naarón\nxtreme\nmicrocódigo\nthroughput\ninexpressiva\ninexpressivo\nkimiko\ntenentes\nkyikatejê\nhaarlem\nretidas\nurutaí\ncarbonização\natac\nmythos\nencaminhei\natar\nsoluto\napedrejaram\npercorrerem\nprovocadora\nanzóis\ntríptico\ncervus\npatenteou\nprosperava\ntradução\nconseil\ndelles\nschliemann\nsalário-mínimo\nsolteirona\nalvega\nmacabras\nex-vice-prefeito\nalimentaram\nrodonorte\ndinheiro\nfalsidades\npastoreada\ncaap\ntranscarpátia\ngombe\nsatyros\nsuzhou\niavlinski\nwires\nsree\nconfirmado\nconfirmada\nconcluísse\nsunnyvale\nalauita\nitanium\nrover\nchincha\nplurianual\ncoutada\ndivino\ndiving\ndivine\ndivina\nlvov\nkristatos\nmindless\nlubin\ncleópatra\ngnaisse\nprorrogou\ncomputadorizada\nexploratórias\neromenos\nrestringia\ngredos\nleivinha\nshihan\nexonera\ndisplays\nfêmur\nmamária\nphilco\nrossas\ngudrun\ntakamado\nciocler\nmetalúrgica\ntingindo\nhorrorizados\neducou\npapillon\ndione\npinelli\ndescontinuado\nemancipou\npipino\nclarity\ndpo\nabririam\nsienkiewicz\ninimputabilidade\nnirvana\nbarret\nbarres\nbarred\nbarren\nbombardeamentos\nbarrel\nmoldava\nshoemaker-levy\nmoldavo\ngaiaku\nemden\nlisos\nivanko\nsupositórios\nsipa\nesmolas\naeronauta\ngroisman\nrepetidamente\nlass\nlast\nlasa\nlash\nlask\nduquesas\nnanak\nmutilou\nyetu\nyeti\nvargas\nsuffolk\no'neill\nlumpur\nsedimentologia\nmarquee\nmarquem\nmarques\nmarquet\nhunslet\nmenudo\ncultuado\ncha\ncultuada\ntalmude\nche\npré-hospitalar\neschenbach\nalmendra\npatiño\nchefiava\ndisputado\ndisputada\njulguei\njulguem\nanáfora\nmultiplicava\nlightbody\nquadruplex\nbahman\nsalamandridae\nonisciente\nrecuperável\nagência\nacentuação\nindefensáveis\nsanta-pia\nestrague\nbilingual\naliados\nrealizem\nrealizei\ncomerciantes\nnacib\nnacif\nquarenghi\nexpressos\nbicameral\ntomio\ntomie\nmelhore\niroha\nestereoquímica\nkersey\nreunissem\nbeijarem\ngreenhouse\nsársfield\nprohibition\npolarizar\nmonforte\nhaleakala\nbócio\nconheçam\ninterrogativas\nconvencera\nheyerdahl\nzadoque\nlöwenthal\nreparada\nkoper\nmadchester\nexitoso\nbiologista\ncueca\nmontréal-mirabel\nromanceada\nromanceado\nfloema\nconector\nconectou\nsêr\nfantásticas\nproserpina\nco-apresentou\ng-dragon\njoanesburgo\ngiordani\ncoordenado\nbenevolentes\nessencialismo\neurovision\ncesônia\nrasgando\nmálico\nenviara\ncoins\ncoina\ncarosone\nspiridon\nalderete\ngurjão\ninquisidor-geral\ncaça-bombardeiro\ncumprem\njerkins\nformará\narrupe\nmonstruosidade\nestilístico\nbeserkley\nformara\namândio\nlinóleo\nre-gravadas\nmaquiladoras\nmacfadyen\nextremismo\nbalancear\nniedersachsen\nreduzindo\ndeliberativa\ndeliberativo\ntreatise\ntrios\npré-romano\nedited\npré-romana\nbrasserie\nchlorella\nproliferar\nproliferam\nremetidos\ngalo-romana\naudível\nonomatopeias\nmeiguice\nsapatarias\nconcerne\nrebatidos\npatriótico\npatriótica\nnormandia\nsandálias\norvalho\ntipicas\nconsubstanciado\nconsubstanciada\ncouture\narquiva\narquivo\ngalego-portuguesa\nziridas\ngrosseto\ncerro\ncerri\nqualificado\nqualificada\nescuintla\nlintel\nvalignano\nrudá\nprocessadora\nexitosas\nradônio\nroland-garros\nknockouts\nsupplement\ngelson\nafinam\nsabe-tudo\nardia\ndemográfica\nsenhoriais\ndemográfico\ninterseções\nardis\nandassem\nhildegarda\neuclides\nprometia\ngovernavam\nantifonte\ndatilografadas\naprazível\nficada\nficado\nempalhados\neconomy\nwakabayashi\nemoldurando\ncanalha\nrefinadas\nhidrogenada\nasquenazes\nblantyre\nrefugiados\nelephunk\nmandirituba\nmeeks\ncaniff\nkuopio\ncalpurnia\nlicitadas\nnyström\nhrothgar\nmesoamérica\naporte\nkyung\nkashima\ndebret\npalmetto\nafixadas\neletrodeposição\nramus\nclassificador\nclassificados\ncomunale\nsatisfazem\nglicose-9-fosfato\ngalotti\nreprimiram\ngoran\ngoram\ncéptica\ncéptico\nespalhara\nrepartida\nmeteorological\nendotérmica\nps9\nférmion\ncaeli\npsk\npsi\npsn\npsl\npsm\npsb\npsa\npsg\npsd\npse\npsx\npsy\npsr\nstunt\npsp\npsu\ntanha\nanulada\ndornbusch\ngeezer\nsenhoritas\nstoudios\nburaquinhos\nstadttheater\ngrosics\npatriotismo\nausterlitz\nrecaía\nestabilizada\nestabilizado\nvaricela\nlagranha\nplatonismo\nneuromancer\ndefeitos\ninauguramos\nelectrificado\nelectrificada\nex-primeira-dama\noosfera\npendia\ncidades-estados\nprecipitando\nw-cdma\nphrase\ndequeker\nreceoso\nreceosa\nesquis\nescamosas\ninnovators\neizenstat\nstarbucks\nhidrolândia\ncopiada\ncopiado\nsagra\nmikhailov\njaws\ncompson\njawi\nermenegildo\nmoritz\negocentrismo\nmorita\nbrocas\ntorturadas\nfundamental\nexcitatórios\ndedicando\nirupi\nreferencia\nkihei\nclose\npietrangeli\noperado\ncanudos\netrema\ninamps\nhidroquinona\nswindon\nkronberg\ndefletores\nalcaidaria-mor\noceânides\nmassageie\nóbidos\nlogical\napreciaram\npadecimentos\ncheiroso\nbookmarks\ngemologia\nestivador\nsanefas\ntibesti\nrápidos\nkikitos\nalelos\nossário\ncontemplativas\ncastiço\nlabiríntico\nmanhattan\nlabiríntica\njurgen\npositions\nvice-decano\nmanaustrans\ngangwon\npercentil\neleito\nseleções\nbrunei\napareceria\nbrunel\nrenegando\nhiiumaa\nbruner\nbrunet\ndesmentiu\ndesmentir\ndesmentia\nfacilmente\nev99\ntocantinópolis\nisao\nisan\nfará\nisaf\nisac\ngasosa\nisay\nisar\nlapso\nlapsi\nlapse\nasfaltados\nconsagrantes\nfare\nmãezinha\nfara\ndesonestos\nfarm\nfaro\nfars\nmaxilas\nmaxilar\nestadão\nbiomas\nex-comandante\nmorón\nfalsificados\nfalsificador\nprovocará\nschleiermacher\ndesmantelando\nnaveen\nreprime\nreprimi\nanura\nsadler's\nknuckles\nabelha\ntelespectador\ndialeto\nabelho\nneônio\nyou're\nbledsoe\nopéra-comique\ngubler\ngnaisses\nafinamento\nafastou\npopulacho\ncurrelos\ndevastam\ndifundem\nexercícios\nescritura\ngita\ngito\nincolor\nencíclicas\ncascavelletes\nlília\natherinidae\nmicrogale\nsangrenta\nbobadela\nmeddle\npostuladas\ndemissão\nventure\nprácrito\nkowalska\ngangsters\ndesagradando\notunga\nreaching\npolêmicos\ncattani\nrasteja\nríspidas\ntonica\ngiuliana\ntonico\npistols\npistola\nmanhwa\nfeelgood\ncompensem\npersistência\nmitificação\nroxton\nauto-análise\nteide\nhni\nfeministas\ntotonacas\netnológico\nfabrique\nbayo\nbays\nullman\nhaymitch\ntherion\nfumados\nfumador\nalchemist\nmac-mahon\nhummels\ngerente-executivo\nmecha\nmeche\njanine\njanina\ndefensivas\nhiperbólicos\nddr-oberliga\nregistada\nregistado\nrsss\nausentado\njustificasse\nwallpapers\ngoodbye\naquiraz\noper\nincentivadas\nhabitava\nproteoglicanas\ndramaticamente\nsaltear\nsubmarinos\ndimensionais\nadventismo\nopel\nimusica\nthedim\nauctoritas\njoelheiras\nstrakar\nfaulhaber\nselados\nmulticamadas\nexercitam\nmoita\nfisichella\nimpulsor\ndissoluta\nestrangulamentos\nconvive\nconviva\nconvivo\nrenaudot\ndesculpe\nenchant\nhumilhava\ncompatível\nrecém-casada\nyahweh\nandroceu\nespectativas\ntrigger\nlâmia\nservio\nservia\nservis\nservir\nserviu\nhipóstase\nnathália\nwaldison\nesporte\nwhatsapp\nkalma\ndescompromissada\nprevalecente\ndescompromissado\ndiesel-elétrica\npatience\npintando\nreestreou\njoubin\nbethlem\ntratá\ninutilizar\ngênicos\nforçadas\ncasquinha\nabbado\nchongyang\nparenthood\ncraftsman\nvermilion\ninformix\nementas\ndióica\nknefastia\nmutilados\norganizaram\nkurapika\nestipular\nestipulam\nbandsports\npombos\nweizmann\nalistamento\nmfecane\nabreviadas\nrectângulo\nblumer\nflamurtari\nstauros\ngaudi\nlich\nlick\nlico\nlica\ninvioláveis\nlicenciaturas\nbailey\ngaudí\njosino\njosina\nqueens\ncarnívoro\ncarnívora\nmultiplicado\nmultiplicada\nquebrando\nsegni\nsegno\nentregaria\nmusaranhos\ntrocarão\nfreqüência\ntuning\ndiagnóstico\ndiagnóstica\ntiburon\n่\ncompanion\nigualmente\nvarga\ntestamos\nbowser\nstevan\narquêntero\npersuasão\ncessão\nrodearam\nsequentes\nsupervalorizado\nafirmando\nbanzé\nperdurar\nbanzo\nirlandesa\ndevoção\ncaças-bombardeiros\ngish\nabrigaria\nmcdonough\nconfigurável\ntribal\nwmac\nanquises\nwmap\nalgoritmo\nbenatti\nwisin\ncarlock\nrepositório\nsucederiam\ndesagravo\ndirijam\nrtpn\nmm³\ncáustica\nmusicado\nsatirizava\nlitúrgicas\nbenéficos\nmúsicas-tema\nmm9\ngião\nolam\nhaddonfield\nincêncio\nmmx\nmmu\nmmm\nmmo\nmmn\nmmi\nmme\nmma\nmmc\nvalentino\nvalentina\nvalentine\nexaminação\nrodarem\nperturbando\nessa\nesse\nessi\nesso\nlithgow\nurais\nconverge\nbacurau\nfiorenzo\nfiorenza\nrebaptizada\nequipartição\nencomendaram\nabandonarem\nrostam\ngineta\nginete\ncoexistindo\nweaving\nkaaba\ncondepacc\ninstalado\ninstalada\nsceaux\nmical\n.......\nreagrupar\nbarbour\nespelhos\nespelhou\nnordic\nlamarão\nrévolutionnaire\nsource\nkenney\nenevoada\nwehbe\nvanzetti\nadornava\ncondenamos\nliege\nenredo\ncliment\ncesaréia\npredomínio\nlineker\ndestinação\nbankers\nhuysmans\nready-made\nleccionados\nobtida\ncarly\nobtido\ncarla\ncarle\ncarli\ncarlo\niclin\nfurta\nfurto\nerguia\nmicrocontrolador\ncracas\ninsaturados\nprecisamente\nmelhorá\nconseguiríamos\numberto\nryuichi\nmelhora\nclareza\nabeliano\nabeliana\nenganando\nuhe\ncovina\nconturbação\ngiordano\nerodida\npygmaea\nestilística\nvértice-transitivo\nvagina\nmucilagem\nheb\ndetectadas\nformalidades\nfungos\ntrasladada\ntrasladado\ninterrogador\ndeveres\ncavern\ntirone\nalta-costura\ndeficiências\nempinar\nfeitiçaria\ndadeus\ngerardo\ncruise\nreform\ncharmosos\nsakazaki\nmassey\nrepartido\nnews\nmassei\naplicando\nparodiado\nsaiyajin\naturar\nmelaço\nepiphone\nscribblenauts\nsenhor\nburmês\ncorrèze\nalpedrinha\nreservando\nspíndola\ndominá\ndominó\npagarão\nburgh\nlivônios\nesbranquiçados\ndomine\ndomina\ndomino\nseparadas\ndomini\nprovocara\naeromóvel\nfmea\nalérgica\nnepali\nalérgico\nozzy\nexpressivas\npossibilitando\naparecia\nianni\nparkland\nreformularam\núlceras\ngrunhido\nlazenby\nentra-e-sai\ndesempenho\ndesempenha\ndesempenhe\nparietais\ncaucasianas\nquintela\nespinoza\nrastreiam\nvarredura\nanheuser-busch\npedalar\npedalam\nbafo\npoliteia\ntoppers\nprolífero\ngeógrafos\nvidraceiro\nconcine\nranunculaceae\nharmónicos\nlegislativas\nmcluhan\nacumulações\nbugres\nretidão\nconsideravel\nzezé\nmontojo\ncónego\nenchidos\natestem\nuretra\nbaator\nreimer\nanatómicas\nrobby\nluso-americana\nsetentrionais\nwhampoa\nbrissos\nbrissot\nbrisson\nnadiya\nrecordaram\ncombos\nprogrediu\nprogredir\ncircundar\nprogredia\ntione\nmamilares\nchazz\npassou\npassos\nrespetivas\ndalecárlia\nrestaurar\npioneirismo\nrestauram\nhermetismo\nóbolo\nsandroni\nbidimensional\nsapateiro\nmolhou\nsapateira\nmolhos\ncorti\nacampada\nacampado\nlukashenko\nhipnoterapia\nflagstad\nnewcomer\ntúlio\neclipso\nciliar\nmontlhéry\nbiodiversidade\nunibus\nabrasel\ndualdisc\nelke\n‰\nthorwald\nstandards\nsanguinis\nnazaret\nabbad\nabbas\neilean\nregulamentadoras\nespeculativos\nimitativa\nimitativo\nhotel-cassino\nespiadinha\ncuza\niguassu\nendereçável\nprefácios\nindustriários\ngoyer\niguassú\n-delfins\ncontestadores\nniloticus\napelamos\nskywest\nlocomotoras\nspalla\nwittenberg\nnvidia\nsalonpas\nevitarem\nreflektor\npresbyterian\nsímbolos\no-999\ncorrompidos\nmelhorias\nwaylon\nteutoburgo\nexercerem\napatow\ntúrquicos\nradiofreqüência\naljube\nfagundes\narmagedom\narmagedon\nrelief\nreboredo\nalvoroçado\nwestringia\nzap9it\ngeopolítico\nsocorristas\ngeopolítica\natualizou\ncarcinogênico\nhornberger\nsobrevivendo\njustifiquem\narticuladores\naustraliana\nperseguição\nexistia\nexistir\nexistiu\nhussardo\narriscava\ncompromissos\nsturridge\nstarsky\nurtubia\nlibertarian\nsuspeitado\nyonkers\nsuspeitada\nй\nco-protagonizou\nparceira\nbenoist\nalltv\nayrton\nplasmático\nplasmática\ndobradiça\ncompromissadas\ngotlândia\nervália\ndesmontando\n\"\nbourdon\nanglos\nbeija-mão\nelectric\nwaddington\nnarbona\nvitrúvio\nembutidas\nhoche\nleitores\ndisfarçando\nengajado\nengajada\ntransacional\nepona\nexcursionou\ngrandiloquência\nhamill\ntenasserim\nindique\nfrisão\nd-pad\nclackamas\ntropas\nqazvin\nenomoto\ns999\ntaberna\nmilitarização\npenitências\nmegalítica\nmegalítico\nhaffner\nandebol\nsilistra\nsuperarem\ngenpei\nticketmaster\nfaleceu\nsurvivor\nshades\napr\naps\napp\napw\napt\napu\napi\napo\napl\napm\napc\napa\napg\napd\nape\nsugerindo\npeões\napê\ndornhelm\nantônio\nofende\npedidas\ncapshaw\nreestabelecimento\ncarbânion\nemplacando\nilhada\nilhado\nmwanawasa\nofendê\nalbertson\ndesperdiçadas\npêra\nfanfarrão\npêro\nelectro-pop\nholland\nmaurino\ndéfense\npredominantemente\nlatinos\nbrûlé\ndacar\nmonuments\nreabilitou\nmonumenta\nmonumento\nverificasse\nempenhados\ndetivessem\nex-baixista\nfraca\nalbano\nfraco\ninternos\ninternou\nmetabee\ngordin\ngordie\nvicki\nmadeleine\nvicky\npleiotropia\nbuddhist\ndifficult\ntawny\nreconvocado\nnicéia\ncleberson\npormenor\nbryansk\nthraupidae\nvivaz\ntrachypithecus\nquimo\neciton\nmídia\npromise\nfindando\nsphinx\nautobronzeadores\nbb99\nchavez\nassunto\nchaves\nclift\ncliff\nfotoemissão\nperigo\nprecisasse\nbarragem\naromaterapia\npayoff\nandrena\ncurrie\nraspou\nirlandeses\nbrownsville\nfreqüentaram\nsummons\nhaletos\nsafena\nmasamichi\ndormisse\nfullmetal\narrecadam\narrancou\ntrágicas\narrecadar\nmornington\nyak-99\ncontenções\nleafgreen\n9999-9999/9999-9999\nnigel\nengate\nceneviva\nengata\ncd-r\ncd-i\ndanish\nroseland\nsulphur\ncastidade\nsemi-aberta\nfufu\nsemi-aberto\nphở\nacclaim\nbuchecha\ncedendo\nepisode\nconfiscadas\niroqueses\nsuspirarem\nembargadas\npaschale\nsiem\nruggiero\nsieg\nputnik\ndisaster\naconcágua\ntarek\nconservatória\ntarec\nconservatório\nnumeros\nvorazes\nspassky\nadventista\npolitburo\ni.a.\nsuculentas\ngrafia\nramón\nlampreia\ndental\nsetembristas\nconstrucciones\nsonoplastia\nlaika\nxilema\nmont'alverne\nsonoro\ndiâmetros\nberlendis\nsonora\nrecrutadores\nhenrietta\nhenriette\ntear\nteal\nteam\nacácias\nratliff\nbalneares\nmarvelous\nrosewood\nkamin\nkamil\nvoces\ninominável\nmenotti\nrecém-lançada\niqaluit\nkeyblade\nfrankenweenie\nabstracionismo\nsinval\nearnhardt\nsopave\nfeelin\nreafirmando\nbellay\nbellas\nbreakthrough\nr9999\ngrãos\ndescentralizar\ncaitanya\ncoquetéis\ndorinha\nvotados\nfolketing\nxml\nxmb\ncompulsórios\nencarregadas\nintercurso\ndramalhão\napegou\ntransportadores\nmonólitos\nnogales\nmorremos\nfleder\njohanesburgo\nvetando\njuric\nfederación\nescolhas\nkerala\nescolham\npercebermos\nmanuseada\nmanuseado\npassageiras\njamelli\nberger\nimage\npenedia\nbergen\ncavaram\nroriz\nkannada\nalugar\ngeneralato\nnikolaevna\nencha\ncomparadas\nequilíbrios\nadventistas\nandreea\nandreev\nguisado\naventis\ncurtas\nsabugosa\npasco\nentroncamentos\npoliteísta\nfreese\nalepo\nmicrofranquias\nscience\nottorino\nheráclito\nreconfiguração\nrubricas\ntl99\nmestiço\nmestiça\ncanísio\nparafraseando\nalfandegários\nblaxploitation\nodir\nshetland\nfetagri\nmanique\nodin\nodio\nformais\nodiá\nw\nmagnólias\nprivilegio\nsilvers\nsilvera\nestrategista\npsicóticos\ncheias\nhyrule\nautomáticos\nabusados\nabusador\nmorus\ntricia\npalliser\ncorrida\nmetilfenidato\nsuperiores\njardim-de-infância\nhomem-forte\nacelino\nnefilim\nrundstedt\nleoa\nleon\nleos\nleoz\ncitations\nrogai\nrogan\nfreiberg\nrogar\ncaraş-severin\nreinterpretou\nsalarial\nbloodlines\numbar\nkirkman\nassistindo\ngrã-colômbia\nclearance\npredispõe\nmundial-99\nassinaria\ncuéllar\ncordier\nexistencial\nméthode\nhemingway\njahangir\ncomichão\nsalvo-conduto\ndubla\nreparamos\nsúbitos\ndefinem\narmstrong\ndefined\ndublê\naprovações\ndesalojados\ntrovões\nrenown\ndesistindo\npleistoceno\naquecendo\ngendarme\nlegislador\nstephenie\nadolphus\nbiofilme\nnorcia\nsiddhanta\nassociação\nixelles\nquadribol\nmihões\npolinizam\nislamofobia\nretângulo\nderrubaria\ngarrafadas\nlidou\nlidos\natacam\nformuladores\nbordar\ntrabalhasse\nposicionado\nposicionada\nsolidarity\nhipnotismo\ncoexistido\nespeculavam\ntomato\ntomate\náustria-teschen\nmilícia\nanti-hipertensivos\ngerenciamento\nmoreninhas\nsoulcalibur\nabrace\ntico-tico\nunifamiliares\ngalvan\naymoré\ncredi\nfêmeas\nestancou\ngrão-mestre\nadiam\nacidentadas\nguerrinha\nppg9\nmão-de-obra\nph9\ndivulgavam\nphi\npho\nesquecimento\npha\ndelicia\nphs\nphp\nphu\nroza\nrambler\nunplugged\nvotar\nsabatina\nsabatini\nsabatino\njavalis\nconversou\nbravas\nhabitar\nhabitat\nhabitam\nfêz\nmaslin\npós-fixada\nião\ndevesas\nhitchhiker's\nantropomórficas\npiên\nnaturally\nsurja\nkingston\nregulamentadas\npontifício\nrural\nlehninger\nbaasa\nglobinho\ntrissomia\nmanic\nmania\nmanik\nmanin\nhossein\nenveredou\nkharitonov\nilan\nunipartidário\nwaseda\nspawn\nborder-collapse\ndângelo\nischl\ngreer\ngreek\ncuidados\ncuidador\nlockhart\njabs\nsanseverino\nmosfets\naumentando\njabá\nmastroianni\ndomodedovo\nlilá\necótonos\ncaxangá\nevitação\npedestrianismo\nsino-soviética\nsino-soviético\nmaço\nmanobráveis\nexigindo\ntaberneiro\nprestigiou\ndividia\ndividir\ndividiu\nqualificava\nambivalente\néden\narredondada\néder\ntainá\ntransando\ncozer\naportam\nlila\nkyla\nkyle\nwarburg\ntaino\ntaine\nnuvo\nbarge\ntrenchtown\nmetapsíquica\negidio\nsupercarros\nengasgar\nmahoney\nrápida\nrápido\nplantação\nmegastore\ndeslocadas\nduparchy\nduquecaxiense\neko\nperseguem\nmnba\nekv\nacabariam\nortegal\nl-9999\npermanecesse\nentrance\ndiretorias\nmetalist\ncomprovariam\naçudes\nirrigar\nirrigam\nexasperação\nvirol\nmerconorte\nvirou\nramais\nflint\ndefumadas\nfired\nmatarem\nfires\nmorrão\nconvenha\nopositora\ncomissão\nbruscas\nfavorecidos\ncontivesse\nchesney\nmystère\nrivalta\noctagonal\ngalácticos\nmanutius\nparceiro\nwingert\neverything's\nconcert\ninacessível\nconcern\ngiap\nliterárias\nlivian\ncéticas\ntribos\nsaidinha\nmulti-canal\ncrematory\nrebaixando\nenormes\nlatifi\ngalore\npatinir\nturbulências\ndelegado-seccional\nsecretária-adjunta\ncabret\ncelula\nrasta\nrasto\nannamaria\nagrotécnica\njacchus\nbaleeiros\nconcacaf\nsobrepeliz\nlegazpi\nsolnado\ntornariam\ngalgo\nmedford\nteleconferência\nfaa'a\nregularmente\nurologistas\njoest\nembelezada\nmovimentasse\nembelezado\npróximas\nkilamba\nintercontinental\nparodiava\nduvivier\nassinava\nstrings\ngreco-bactriano\ncoadjuvantes\nentanto\nclubbed\njogadoras\nclubber\nmild\nafundou\nmonofásicos\nmyo-gen\nestadunidenses\nmucamas\nsaleen\nconvectivo\nnalbandian\npropagadas\nligações\nagitações\ncerquilho\nbicombustíveis\nutilitarismo\nanglo-americanas\njijé\nfreddie\ncamboinhas\ngg99\ndiscóbolo\neletrônicas\nfenícias\nsacanagem\nreligiosa\nreligioso\npiso\npise\npisa\nintroduziria\ncuringas\nsalvaterra\nadorei\naguça\nonizuka\nshelburne\nsanders\nsandero\naraquém\nlorentzen\nagridem\nmoisés\nterra-99\nfasquia\nretornados\nrecompensados\nrecompensador\nocorrer\nocorreu\nocorrem\nsignac\nsignal\ninterventivo\ninterventiva\nqatar\nvieste\nodara\ndesprotegido\ndesprotegida\npero\nperl\nleyenda\ntoucas\ncomisión\nkombi\nkombu\nconvalescência\nforge\ntatuapé\nbandung\nshe's\nrauber\ncheios\nreduzidas\nmelfi\nprudence\ninjustificado\nacabavam\ninjustificada\nnumerosos\nlócus\nbarquinhos\neirunepé\ndelart\ncooperados\ncontestado\ncontestada\naterro\nirène\npiadas\nhierarquizada\nhierarquizado\ndonut\npoetisa\npré-jogo\nfacilitadora\nspohr\nsalvelinus\nventurosa\npixel\nsakata\nischnocolus\nperú\nlanciano\nprogressão\nterceirenses\nkamilla\nparistech\ndiagonal\nenryaku-ji\ndenominava\ndispersando\nyoni\nauditorias\nsalerno\nfuzzy\ncriará\nrugosus\nantifúngicos\nyoná\ncriara\nbordeaux\njägers\nstanhope\nagride\nsigmóide\nnavarre\nnavarra\nconfinante\ncapitalista\ntestará\natenas-99\nflanqueado\nafundamento\nchamam\nchamar\nchamas\nex-judoca\nhyland\nsórbico\nsaint-michel\nrawlinson\nfuerte\ncriminosos\ntutoriais\nteodoreto\nbukowski\nsissi\nsissy\nherbie\nherbig\nfactuais\ntiaras\ndafiti\nbertolazzi\njanízaros\nsinhala\ndórios\ndelimitando\ndesaceleraram\nrubião\nbothwell\nrailways\nalpina\nbondarenko\nexplosividade\nguabiraba\ncatanduva\nmercantile\nbotero\nhortelã\ncounty\ncounts\nmunicípo\nbrasópolis\nintrigada\nintrigado\nstálin\ngermano-soviético\nmx9\nerlang\nacademica\nmxr\nasterales\nacoustic\nespiral\ndisputando\nespiras\nshadaloo\npré-lançamento\ncicatrizar\nlegaliza\nvirgolino\nseleccionador\nseleccionados\nrappers\nsobrecarregadas\nadaptáveis\nexemplificou\ndesvalidos\nlibertaram\nsorte\nprovém\ntaranis\nilíacas\nsainte-chapelle\ntubagens\nfilatélica\nguisados\nfaltaram\nreajustar\nisotópicas\nsavassi\nbiruta\nocultos\nocultou\ncoreano\ncoreana\nflavonoides\naproximação\nquarks\ntracker\nastin\ncoladeira\nsocarides\nsubjetivismo\npornográfico\nsurtindo\ndiencéfalo\nramakrishna\ninzaghi\nshih\nshin\nshim\nshia\nship\nshit\nfliegende\naltstadt\nsorkin\nantipatia\njogaria\nshave\nshavo\nfôssemos\nalho-porro\nlongbow\ndepreciação\naldebaran\njúris\ndarboux\nasma\nasme\nimpossibilitadas\nvieira\nusineiros\napaziguar\ngeremia\naficionados\nvarietais\ndesabafos\nicapuí\nmedalha\ninjetáveis\nbrahmacharya\nafinidades\nrevirou\nintrépida\nintrépido\npropriamente\nprepararem\nhorríveis\nescapassem\ncontrolamos\nmaneca\nmaneco\nensinei\nensinem\nsolemar\naguardasse\ntux\ntup\ntur\ntus\ntut\ntui\ntum\ntun\ntuo\ntua\ntub\ntuc\ntue\ntuf\ntug\nauto-acompanhamento\ntártaro\nterapeuta\nnetbooks\nlusácia\nbmc\nbma\nbmg\nbme\náfrica\nbmi\nbmo\nbmp\nbmw\nbmt\nbmx\npresos\nmedicea\narcabuzeiros\nmachline\nglaciações\ndesloquem\nauto-confiante\ndecotado\ndecotada\nlifted\nfasael\nlicenciamento\nludlow\nfoundry\nfrisas\nfrisar\nkliment\ncyberbullying\npompéu\ncorpulência\nbeckford\nreativação\ncarnalita\nweelkes\nantagônico\ndcom\nnaturalizou\npmdb-ma\nlevassem\ntortoise\ncoxinhas\namarantos\nfixara\ncapela\ncapelo\nitamarista\nmalpighi\ncaixa-d'água\nipca-99\npt-df\nópera\nrécia\noculares\nmvm\neulemur\nunimos\nchiaki\niniciou\ninicios\nflavina\nutópica\nutópico\nmccullough\nvinhedos\nyelawolf\nmacsyma\npan\nmonsoon\nporta-aviões\nlouth\nestripulias\nfodor\ncomunicá\npatíbulo\nlyotard\ncolocarmos\nsilivaş\ncomunica\ngoliad\nentrepostos\ngolias\nsignificant\nciretran\ncharitable\npreenchidas\ndesfavorecidas\ninócuo\npoppin\nregulatória\nregulatório\nipiguá\nwilheim\nduong\nfalecer\njusante\nesqui\nalmaty\nshader\naltares\nmaianga\nconvocada\nconvocado\nprovedores\nfraudadas\nendre\napn\nendro\napb\nmolestado\nmolestada\nricardito\noftalmológicos\nprojecção\npatológicas\nfracassadas\ncardus\nsépaladorsal\nducal\nmoluccella\nedificada\nedificado\ncenteno\ncontinuidades\ncentena\nsocietários\nadversario\npapeete\nhardys\nconaill\noptics\nclaudete\nchiloé\ngaélicos\npma\naromas\nnamed\nnamen\nmalvados\nnames\nunanime\neugenol\nespantam\nespantar\ndolares\ncristalândia\nmartone\nmartoni\nchavão\ncontagiou\nruídos\npcus\ncardinali\ngorduras\ndeliberaram\ndespedir\ndespediu\n99,99\ncabeça\ncabeço\nbraxis\ncatalina\nvirginal\ngenshiken\ncavani\ndomador\npennington\nsalvatierra\ninduziram\nmaemo\nnapoleon\nmuçulmanos\nunfpa\ncontra-revolucionário\narabia\ncontra-revolucionária\ndemagógica\ndemagógico\nargivai\ncarajo\ncarajá\nbenoît\nhelênicos\npisca-pisca\ninquietações\nanjouan\njustapostos\nmirra\nassolando\nespalham\nespalhar\nresmungou\nabear\njogassem\natomização\ndunstable\nequivalendo\nmermet\nmicrorregional\nbaath\nhistoriógrafo\nborussia\nblasfêmias\n-ch\nestocados\nfogaréu\nsuerte\ninterligadas\ncornija\nroudinesco\nvolpe\nbonney\nremanejados\nreorganizados\nts9999\nmerchandising\nhematite\nhematita\ntaperoá\ndedicou\nceferino\ntampos\nbombardear\nalista\nfoste\nwerlang\nlambic\ncontact\nrufescens\nconsolidaram\nmonopolizando\nrelator\nrelatos\nrelatou\nnuvem\nponente\nhourglass\napagaram\npassiflora\npósitron\noravam\nalertou\nprórpio\ndeclamou\nretrucou\nmoorhead\nembutir\njoule\nronfe\nbeakman\nalterando\nliniers\ncontactados\nzynga\ncontrariou\nprimacial\ntornarem\ncredores\nefetores\nenvenenamento\nné\nní\nná\nnã\nnú\nnó\nnô\nempenhar\nassociava\nempenham\nbidu\nnº\nhesse-kassel\nbide\nbida\nnh\nni\nnj\nnk\nnl\nnm\nnn\nno\nnb\nnc\nnd\nne\nnf\nnx\nny\nnz\nnp\nnr\nns\nnt\nnu\nnv\nnw\nhosokawa\nn.\nn9\nbidê\nouca\nd'orléans\nconquistará\ntêxtil\ndesfeitos\ncaranguejo\namazonino\nconquistara\ndublin\ndublim\norleanistas\ndecatur\nrios\nriot\nsaudosas\nrion\nrufus\ns-99\nelogiados\ndeus-sol\nanónima\nanónimo\ncleonice\nexperimentações\nalbuquerque\ndefrontando\nre-animator\nrogatória\nezequiel\nuísques\nbertram\ntrivandrum\nbontius\nginseng\nprotógenes\npiranha\nclosure\nrecém-criada\nrecém-criado\nknoxville\nsílvia\nsílvio\ncaucus\nsoberanas\nanet\nkahn\nprimum\nfajãs\nrestrepo\nsplendens\nsaloios\ntitânio\nbranquial\nestrondosos\nbryn\nlivre-docente\ndenali\ndevesa\nconcebiam\nlagartas\nmikage\narmani\ncaucho\nentraremos\nbeatificado\nbeatificada\naion\njilmar\nidriss\neficientes\ncauchy\nmonks\nusurpadora\nregulamento\nregulamente\nregulamenta\ncurvo\ncurva\ncurve\nmineirinho\npedrayo\nesquece\nesqueci\nrevolucionaram\nrequisitando\npraeses\nxeneize\npicasa\nsan-são\ncaçamba\nlovech\nîle\nesquecê\nacanthostichus\napontariam\nqcd\ncategorizados\ncoulombs\nguinnes\nislas\nislay\ngarang\ngarand\ndezenove\nsapporo\nislam\ngamos\ngamow\ngamov\nmotagua\nsulcado\ndanilo\nfrequentado\nfrequentada\nproficiência\npedúnculos\ngamepro\npetraia\ndecretados\ndescontam\ndescontar\nwinterthur\nbjørnson\nafirmamos\nreasons\nsênior\ntocasse\naumentarmos\nager\nwyler\nagen\nkashyyyk\nreceptivas\netnomusicólogo\nsinusóides\ngems\ngema\ngeme\ncasario\nmasterson\ndivinamente\nprocedentes\nredoma\nsossegar\naprovasse\ninfere\nanglo-espanhola\ncatequinas\nteté\ntetê\nseverin\nseverim\nreterem\nmuseológica\nmcdonnell\nmuseológico\ncaloiro\nteto\nteta\ntete\ndelimitava\ntônus\ncay\ncinéfilos\nrespondesse\nempunhava\nlatour\nmedellín\nvoivodia\nkarloff\nindiscriminadas\nmusician\nterminara\nimportam\navivamentos\nkalunga\ndisturbia\nantológicas\npolonês\nautêntico\nschenk\nurbanística\ncolombini\ncristos\ncolombina\nprovinha\nprobabilidades\nenganadora\nlethrinops\ndevils\nmeurer\ncorliss\ngoblin\ngarrastazu\nproclamasse\nxrs\nimaginadas\nparus\natalhar\nbacio\nafídio\nröhm\ncmre\ncoincidam\ninteressaram\nhierática\nlideraram\nperiodicamente\ndromedários\namigo\namiga\nschmeisser\nfilippo\nfilippi\ncastillo\ncastilla\nshavuot\nparecessem\nverbete\nmaquis\npanther\ncamuflagem\nwho's\nreacende\npreah\nabeiva\nassunta\nespevitada\nencrave\nloral\nloran\nazeitonas\ndiagnosticados\nna-dene\ninaguração\nioannes\nত\nofereceu\noferecer\noferecem\npode\npoda\nnupciais\npods\nilva\niridescência\nluleå\noceans\noceano\noceana\natílio\nashmolean\nkarim\nkarin\nministrava\neh99\nzorba\njordy\nex-flamengo\njordi\nluminares\nhackford\naminoácido\ncondenaria\nsyntagma\nassolavam\nengenhão\nlantanídios\nguthrum\nofuscadas\nex-advogado\njanaúba\ncarrick\nancora\nelementos\nmotete\nmoteto\ntingimento\nrecondicionamento\nsylvinho\nsylvinha\nmarujada\nmeetings\nseguiriam\nambra\nchampaign\nimpermeável\nmatarão\nblusas\nlogis\nlogie\nlogia\naltidore\nlogic\nlogin\ninventaram\nirreconciliáveis\nplumas\ntuolumne\nsuam\nsuas\nsuar\nrd-999\nsupervisionados\nconservadora\nsmyslov\nabrahão\nplasencia\ndidáticos\nrondar\nrondas\npicabia\naviadores\nmaneira\nraimon\nrampante\nreiniciadas\nriera\nirradiação\nscheele\nmullah\nbeech\nmigração\nbaloncesto\nmogiano\nmogiana\namalteia\nrendall\ndomingo\ndominga\nvilosas\nxandó\nboicotes\nfumproarte\nocultistas\nspiritual\nxande\nlavando\nlavanda\nmenudos\nsudanesas\npoblenou\nsaints\nvisualizada\nvisualizado\nscope\nlimoges\nkuerten\nsainte\nreatam\nacertei\nisaurianos\nflutuava\nafanásio\nabesni\nastral\nrecon\nbombásticas\nitapecerica\nbarlavento\nreuniram\nsequestrada\ntermoeléctrica\nüsküdar\nweizsäcker\nsuccínico\nkroměříž\nrozen\ncoincide\ncaesaraugusta\ncoincida\ntransmídia\ndesencadearam\nvasto\nvasta\nalemães\nsativa\nseguro-viagem\nprocedimentos\nildemar\nnadabe\nrastreadas\nagamidae\nmachado\nbhutto\ntouros\nmarquette\nherculis\npermeável\nsócios-fundadores\nmainz-bingen\nanarco-punk\nprocyonidae\nkhatami\nvoltando\nfoederati\nsoledade\nestrategista-chefe\neólios\ncomprovando\naguas\nchoupos\nlicopeno\nsubafluente\nnagano\nonça-parda\nrecriações\nespaço-temporal\nmostradas\nadiaram\nodivelas\nshueisha\nisolação\nandorinhão\nfalconidae\nimpróprio\nimprópria\nsomatostatina\nconteúdos\nmalês\nmonolítica\nnossos\nmonolítico\ntitulados\ntrier-saarburg\nreedificar\ntarifários\nniger\nantrópicas\nrevisionista\nsucuri\nhumanitários\nenvenenando\nempatadas\nfavas\ntransliterações\nserranas\nohms\npluri\narábias\ntroços\nfiano\ntétis\nbonadio\ngamburyan\nlapas\nbielorrússia\ngorjão\nespeciação\nafixar\npodkopayeva\npiracema\nalíquotas\nconectores\nanticarro\nreprimindo\nalfanuméricos\nhipnotizar\nwallerstein\nlovitz\ndespedaçou\nisbul\nע\nprojetos\nbreakup\nardentemente\npostes\nposter\nvaldirene\npostei\npostel\nrosenkavalier\nmarseille\ndesaparecessem\nnegociadora\nalongamento\nfauvista\nev9\nprismáticas\nmathis\nnorthwestern\nevo\neva\neve\nevp\ncristianizar\nspaghetti\nconfiava\ntavira\nsugizo\nruggieri\nchallenge\nrecuperaram\ninanimados\ncircumpolares\nsobraria\naquisições\nalcovas\nsamogícia\nmuralhada\nmuralhado\ndocs\ndock\ndoch\ndoca\ndocg\ndoce\nhathaway\ncortadeiras\nsem-fim\nsem-fio\natestadas\nserenity\nragonot\nburlesque\npivotante\nsanza\nbergamo\narlequina\nmegaeventos\nestupa\nbannack\nmarais\nfidei\nfidem\nfidel\nfides\nanderssen\ndesoxirribonucléico\nvernaculares\ntojo\ndodecafônica\nideação\nefectua\nemendado\nemendada\navistá\ndubček\ninfinity\navista\ninfiniti\ninfinite\namazonis\ninfinita\nrecaindo\neducadora\ndescortina\nrómulo\ncesta\ncesto\nvaio\ngóra\npassword\nsuspendido\nsuspendida\nretinha\nabalroado\nanalisadores\npussy\nthermidor\ndeterminamos\nyuka\ngraphein\nmcconaughey\nyuki\ncolega\nlegítimas\nmerloni\ncompenetrado\ntermoplástico\ndeodato\nintimidações\nbatasuna\nmegaman\narken\nnorte-americanas\nschweinsteiger\nensaiaram\ndemocratização\nshindong\nelegesse\ncortará\nbalista\nassustei\nroubei\nroubem\nrouben\nbowman\njesper\ntororó\ndividindo\nreentrar\naldeota\nmatsudaira\nsopram\nmgmt\nectoderme\nslavery\npalas\nmedicine\nnatrona\nsoprar\nisole\nisola\ndeusa\nmervyn\ninteriorizar\nväsby\nsepulturas\ntakeshi\nvertical-align\ndireitistas\nportuguês\nlatrocínios\nvalance\ndevoluções\nreligione\namaldiçoados\ncristais-mg\nleisure\nasturias\nlovek\noutback\njório\nguardaram\ncaffé\ncaffè\nsabotar\nfadlan\nadherbal\nlivre-comércio\ntextos\nguirlanda\ncaffi\nkinnaman\nobreiros\nbelongs\ncriativos\nniuserré\nrivarolo\nbulhão\nvedava\ngermanos\ndecussadas\nforro\ndefinimos\nforró\nbailinho\ncuneiformes\nevangelizando\nbarbatanas\naesop\nplacas\nplacar\nmapeou\nuniform\narrestados\ngratificações\nrubicam\nparagon\nfrancesa\nmitag\narrumou\nosvaldir\ngraphic\nmuitos\nreintegracionismo\nficasse\nlibertários\ncomplacentes\nacordem\nacordei\nacordes\nnadja\noscilações\ngalaxias\ntirara\nmemorizar\nwudai\nclãs\njaques\nleilões\nromsdal\npovoadas\nxp999\nbéziers\nmudela\nbarqueiros\ncaracterística\ncaracterístico\nhoffa\nargyre\nlibação\naabic\neurico\ndescripção\nteístas\nvagueia\ncphc\nrigoroso\nrigorosa\ninsolente\namparadas\nmiracle\nreceberem\nreceberei\nskaggs\nberganza\nitabira\nautomobilista\ntipógrafos\nsitiava\nmoinhos\nrelaxamento\nmegacorporação\nrathaus\nasada\nemilinha\niraí\nliffey\niran\niram\nirae\niras\niraq\nmantilla\nelucidário\nsistemáticos\nalertaram\ngreenpeace\nurdu\naproximavam\nhelenistas\nfarra\npapírio\npatogénico\nsketches\nvarney\nrech\nreco\naurangzeb\nrect\narsenal\nloebeling\nsutilmente\njérémy\nfigurou\nintermedia\nescocesa\nobuses\netelfrido\ncornwell\npatagônica\nsorin\ncebu\ncebs\ncontarem\nscooter\nsoria\ninfalível\nentendendo\nléxicos\nheute\nabrangeu\nestampam\nestampas\nestampar\nladeia\nrizomatosas\npeabo\nkcal\ncocke\nmesolítico\nplains\ncocks\nvanda\nwings\nbesant\nreavê\nabsurdo\nurticantes\nabsurda\ncutânea\ncutâneo\ndeposições\ncruzamentos\niniciassem\nferroban\nintroducing\ninterdigitais\nal-kindi\nprovença\nchumbinho\nquados\nkaty\nmontets\nkatt\nkath\nkati\nkato\nkata\nkate\nmenestrel\nshack\nkoiné\nalvitre\nentwistle\nnão-alinhados\nmorfológica\nmorfológico\nnameless\nkatō\nvélodrome\nmineralizada\nmineralizado\nipameri\nviverão\nchevrolet\ncancelados\nilimitado\ndelenn\ndesconstruída\nmontoso\npromiscuidade\ngerem\ntorpedos\nhands\ncolchester\nhandy\ncorrigidas\ntacuarembó\nbalduíno\nivanović\nfantasiosos\ncybo-malaspina\npenha\nibest\nsituarem\npidal\nbrasilinvest\nguidobaldo\nivanovic\nkazuhiro\ncriticasse\nahmadzaï\ninfernal\nobrigações\ntbp\ntbs\ntbt\ntbm\ntbl\ntba\ntbc\nvoaram\nantidemocráticos\ncorrerão\nessien\niraquiano\nconidae\ngatinhos\ncaterina\nzumbis\nevangelísticas\npervertida\nbatatinha\ngriffon\njämtland\njedah\ncatequeses\natrapalhava\nlimoeiro\npaleontológicas\nbabur\nbeliscar\ntaksin\ntaksim\nmajidi\nedmur\ncircunstantes\naduaneiros\nreduziu\nconotados\ndenner\nguapira\nhomeostase\nherlander\nprocessional\niugoslávia\ntsares\nwart\nwarr\nwars\nwarp\nwarm\nwari\nward\nware\nfrucht\nbonaparte\nexotismo\ndesocupou\ncozete\nvetada\ntetravalente\nrio-99\ntrajes\nassaltá\nmarital\niguatama\ngaleguista\narundell\nassalto\nmordia\neletricitários\ndeixados\nassalta\nrydberg\nlateral-direito\ndonegan\nconvívios\nthornton\nfloppy\ntesticular\nkazuki\nkazuko\nteto-solar\nlumens\nmortandade\nbleibtreu\nportocarrero\ngemidos\ndesistisse\nururaí\nbutique\nazaz\nazar\nazam\nniltinho\nproteína\nieclb\nconstatava\nh99m99\nectoplasma\nespiralada\nalimentam\nclemenza\nalimentar\nca99\ncdes\nmangas\npolicarbonato\niorque\nprotocol\nagatão\ncharlote\ninvoluntariamente\nactinopterígeo\ndeclaração\n999/999-9999\nalouette\neletrodoméstico\ndeclinava\nlévi-strauss\nexpressamos\napplets\nbaixa\nbaixe\nbaixo\nassaltando\npropagando\npropaganda\nhumilham\nhumilhar\nccaa\ngolaços\nprosperavam\nazul-claro\nnienburg\nrugindo\ndisléxico\nrotem\nnayara\nvincente\nfiatach\nunivers\nlandgrave\nmaricas\nmarkham\nnechtan\nrenovaria\nroncal\nedna\njiquiriçá\nbalalaica\nhannover\nhaynie\nbrocante\nquantitativamente\nsemi-nua\nobsidiana\ncontrátil\nsupervisionada\nsupervisionado\nshipyard\nesclarecedor\nmoscou\nmoscow\ngarantiram\nmanufacture\ncanelinha\nconfirmassem\nachariam\nmccalla\nbicampeão\nmizuki\nshogunato\nmasahiro\nflamengas\nguerras\nkolynos\njefferies\nroissy\nchapadinha\nvinatieri\narregimentação\ndiluindo\nfon-fon\nfiló\nmerula\nfilé\nvillaverde\ndecepcionando\npessimismo\nember\nfils\nxabregas\nfile\nfili\nfilo\nfilm\nfill\ndepositados\nguttemberg\nvolkova\napelaram\nfécamp\ncurriculares\nedzani\npegadas\nsebald\nclayton\nescalonar\nsubstituíndo\ntulare\nvedando\nvarias\nvariar\nvariam\nvarian\nbramanismo\njackie\nricas\nessonne\nintercosmos\nurbis\nw.o.\nsphere\npistacia\npertencendo\ntutti-frutti\ncresce\nbatuta\ntagliani\nincentivado\nconsolidados\nincentivada\nabcessos\ngraboid\ncompletamente\ncompletamento\ngrabois\nintravenosos\nsupposed\nsassaricando\nsonics\nkleinman\nmusashi\npossas\nacreanos\npossam\nsustentar\nsustentam\nb.b.\nobtenha\nespantosamente\ntheft\narrecifes\nboers\nmotociclistas\nperereca\nsacia\nhelms\nmordomo-mor\namnesia\nmorumbifashion\nlinga\nlinge\nandará\nlingo\nchulas\nfumante\neuphausia\njúlio\nconilon\njúlia\nresumia\nresumir\nresumiu\nandara\nvipsânio\norquestração\njumeirah\nmarcellino\nkozlov\nbist\nbisu\nokun\nindirectamente\nineficácia\npatinador\nbelda\ndesordenado\ndesordenada\nmateria\nosasuna\nguarajuba\ncazares\nbásica\ninteressou\nbásico\nsumaré\namargosa\npalácio\ntemeram\npostarem\nselante\nmcmurray\ninkatha\nquilograma\nmandovi\nleucemia\ncardenal\nhomotopia\nestaurácio\nigreja-mãe\nspaulding\nluzardo\nleveduras\nimago\neucariontes\nnaquelas\nrutenos\nalabastro\nreutemann\ndesmoralizado\ndesmoralizada\ncaninos\nbueno\nbuena\npannekoek\naraneomorphae\nneutralizá\nconcedidos\nconcordando\nzamorak\nlentamente\nfrederica\nfrederico\nfrederick\ngestis\ncovariância\nsertório\nmariangela\nrússia\nanhalt-bernburg-schaumburg-hoym\nvergalhões\nlovelock\neletroencefalografia\nsayajin\nvestibulares\nmantivesse\npapelaria\nkrogh\nequipe-base\ncypher\ntáchira\nnokia\ndike\n#job\nhistórias\nuswa\nazulão\nsalmerón\nschool's\nmasked\nespantados\ninterposição\ncompartilhamos\ntroca\nparole\nparola\nbernard-henri\nisobar\ntrinados\npa-999\nfracionários\nauras\nsoundtracks\npós-modernas\nmartti\nbiloxi\nciganos\nmystical\nbeilstein\nteodosiana\ninstall\nginecológicos\ninstale\npetebista\nenviam\ninstalá\nexpressada\nح\nmilhos\norbitária\nenterro\nenterra\nkiarostami\naderiu\nsolicitou\nangrense\ninvenção\nreputation\nmasjid\nwhitehouse\ndeerfield\nboulos\ndesacordado\ncatalogus\ndesacordada\nfrequentam\nfrequentar\ncatalogue\nibc-br\nelinor\ngeométrica\ngeométrico\nstreck\ndepa\nadenilato\nmixagens\ndepp\nramificando\nlugduno\nimpasses\nboates\ngradução\nchucho\ndepô\nreafirmada\nsuperbrawl\nautodestruição\ngingado\nmônaco\nbaumann\nmisma\ndespreocupado\nmismo\ncasavam\nperondi\ncriptógrafo\ntransform\npediatra\nalmansa\ncynipidae\nquicksilver\nconvergindo\novalis\npredominaram\nfaithful\ncalheta\nevolutiva\nevolutivo\ninfernizar\naleph\nnamorita\nmatará\nmalanta\nmataró\nmarcopolo\nreflorestamentos\nmatara\ndesonra\nsealed\nlentos\nlanglois\nballets\nrubió\ndistribuíram\nhesitei\nnexus\nhuapi\nrelaxante\ncalifornicus\nrubim\nrubio\nrubin\nrubik\nrubia\nrivellino\ntrapalhões\nafugentar\n999-999-9\ncostureiro\ncostureira\nrmsp\nameaçadoras\npovoense\nβ9\nβ.\nzeena\nestelle\nsigismund\nrentes\ncheerleading\nsázavou\nakasaka\nmalte\nmalta\nbispo-coadjutor\nmaltz\nfcs\nfct\nfcw\nfca\nfcb\nfcc\nfce\nfcf\nfci\nfcl\nfcm\nfco\nfúteis\nencriptação\ncertificados\nas-999\njulina\nguerreiros\npuccamp\nmyself\nbuscarmos\nprisão\nromanha\natirada\natirado\nescassamente\nodie\nhewson\naccepted\nolearius\npaasikivi\nmall\ncetec\npromíscuos\nclaro-escuro\naesa\nstrickler\nhomofônica\nullrich\nrecomendo\ngargarejo\nextirpar\ncontra-medidas\nmediado\nbrasi\nrecomende\nformatação\nbrasa\nbrass\nmebro\nesperem\nesperei\ncinédia\nyacoub\nantropólogo\nantropóloga\nnenê\nmimosoideae\ningelheim\nsiouxsie\nafirmara\nneno\nburmah\nnene\nnena\nmelos\nextremes\nlineares\nglay\nglas\nglan\nglam\nglad\ncongoleses\ndesaprovava\nciclos\nflexível\na.b.\narianas\ngenevois\ntarragona\nrecém-chegados\nresort\nholocron\nfadigas\nforno\ngobrias\nkarmapa\nforni\nassentaram\nishvara\n（\nar-livre\nprosseguisse\nepóca\ncoortes\ndenominamos\ncassadas\nimaturas\ncatalogação\nsanguinário\nmestiças\nsexteto\nspecklinia\nparafina\nyafo\nopinar\ncaratê\nopinam\npresságio\ndestaca\nshaped\ndestaco\nshapes\ngládio\npaquistanesa\nburzynski\norly\norla\nnaismith\ndestacá\napresentarão\nilação\nconcorridos\njornaleiro\nsturges\npartenheimer\nbruninho\nraluca\nvertiginoso\nvertiginosa\nimpusesse\naperfeiçoados\ncingapura\nsensações\noleosidade\nsables\ndeluca\nsaldanha\nespadachins\nestimulava\ndédalo\nalbaicín\ndiehl\nbeta-9\ncorrido\nparlour\nmesclar\nmesclas\nmesclam\nabuse\ncanónicos\nabusa\nabuso\nluena\ntropico\ntropica\ncomparato\nkhabib\nrecebê\nadiantaram\natmosfera\ncosmética\nsaint-hilaire\ncosmético\nunforgiven\ntréveris\nrecebo\nrecebi\nrecebe\nreceba\nmargulis\nbois\nboia\nmorlock\npabstiella\nboim\nsaint-joseph\nceauşescu\ndiazepam\ndebruçou\ntilintar\nmerchant\nilyich\nesvoaçante\nchips\nchipp\nmorbilidade\nenlil\nvazamento\nmoleiro\nmoleira\nparticiparam\né\ncronometrados\nhidra\nhidro\ncino\ncini\ncine\ncina\ncinq\noutcast\nemplacar\nadvogado-geral\nexplorava\namostragens\nelogiando\naeroportuários\nkde\nkdf\nkda\nwellesley\nhuike\nobovadas\nljung\nrebuscadas\nzorreguieta\nkurokawa\ncastelnovo\nricordi\nbioluminescentes\ndordonha\nchocolat\nenlouquece\nreclame\nreclama\nranke\nescocêsa\nbeedle\ncurião\ncrozet\nflávio\nproveito\nkanem\ndesembarcar\nbrings\ngiros\ngirou\nsweeter\ngiron\ndesleixo\ncoralinas\naliam\naliar\nalias\nfeedback\nfutebolistas\ninfraestrutura\nquakers\nangola\nmacartismo\nverdasco\nalteram\ncinquenta\nseinfeld\naerolineas\npeshitta\nmolibdopterina\nfundamentou\nfundamentos\ncomprimidos\nlaurinaitis\ntrigonal\nadotaram\neazy-e\nhéstia\nretificado\nsonaecom\neruditos\ncleo\nclem\nclef\nmelissa\nmelisso\narteriosclerose\ntoilette\nliberações\ntriggers\nmampituba\nbuckner\ndispunha\ninvestiga\nkatowice\nindicando\ninquisidor\namasso\namassa\ninvestigá\nbayezid\nalertava\nescolhido\nescolhida\nratton\nporquinho-da-índia\nbaratas\ntamburini\nabdómen\nshortinhos\ncandidatarem\nsatíricas\nderrubasse\ntonna\ntardes\ntonny\nimpermeáveis\ndipolar\ngeomorfológicos\ndunst\nleston\ninterventores\nbordoni\nheitkamp\nirã-iraque\nfrustrantes\nfokine\nsmyrna\nleutnant\ncoraçãozinho\ncrucificar\nconcordâncias\ndove\nadvertida\nadvertido\nsobrevivência\nagravos\nagravou\nfamas\nselecionada\nselecionado\nconcertina\nfilosófica\nconcertino\nirão\ncaneta\nhoran\nsequestrando\nhoras\nchohfi\nseparatismo\ncastiçais\ndecorada\ndecorado\nnecessitando\nvirilio\nfungi\nग\noriginais\nnatureza-morta\nreclináveis\nmocajuba\nmapeado\nclave\nlicitar\nfretados\nsilharia\nmarsan\nmarsal\nbanovina\nmarsay\ncomm\ncoma\nalcatrão\navisos\navisou\npafos\nmonaquismo\njagiellon\nviento\ntalassemia\ntransei\nmccormack\ninvestigaria\nearnshaw\ncountach\ntózé\nxixi\nrecursivas\npusha\nlockport\nislington\nmatmed\nnewhouse\nconfessando\nmean\nassemelhada\nassemelhado\ni999\nuic\nuid\nuiq\nuip\nimaginando\nuit\n-lilás\nfortuito\nshimomura\nelmos\nsustentava\nfortuita\nsulfato\nkiwis\nmesosaurus\nanacrônico\nnorbit\nanedota\npôsteres\nmontechiaro\ntripitaka\ncolunista\nmomentos-chave\njuliette\nparaplégica\ntoyoda\nrosilene\ncossenos\ntentacles\nleiloar\nmumy\narmamento\nconstruiram\nmarfim\ncontender\nulpiano\nviverem\nsobrepesca\nnasal\nlounge\naiguille\ntwink\nfarthing\nacus\nvaltinho\ninterface\nconjunções\nmadrilena\nmadrileno\ncalculator\nmugen\ntranspondo\ndreamgirls\nviciados\nsandan\ntenderia\ndepositantes\npolvilhar\nredemoinho\nsubjugando\ngrozny\nobservarmos\ngrozni\nsaint-malo\nhomem-computador\ninterruptores\nzetti\nsigsworth\ninaugurando\nexorcismos\ndegenerativo\ndegenerativa\nformulários\ntórshavn\nhurricaneger\ngonneville\nincentivou\nincentivos\ndothan\nlehman\neletrobras\nнович\ncarleto\nmichiel\npermaneceriam\nfrancana\nwonderwall\ndaimios\npermeáveis\nhalter\ncontra-regra\ncatatau\nlouvando\n〜\nkapeller\ncarnavalesco\nescuros\ntantas\nseqüenciamento\nreiniciando\ncarnavalesca\ntevez\npaquita\nmalaquita\npião\nanita\nibirubá\nsuggia\nchâteauroux\nquileute\nescondidas\nseparadora\nexplodiria\ncaputo\nstronger\nesquadria\nanarcopunk\nseiscentas\nautomatizados\nmaravilhoso\nlouça\nke99\nörebro\nlouçã\npocariça\neurozona\ndirigentes\nmoynahan\nretroativos\nfinasterida\nanálise\nmilkcap\nabdominal\nstuxnet\nkurzweil\nviajaria\nibiraçu\ndetiveram\n―\nexpulsos\nexpulsou\nmontrose\ngänserndorf\ncretu\njane's\ncreta\nmoctezuma\ncolecionado\nônus\nincrementado\nincrementada\nburnside\nbanhistas\nradiance\ndisney's\nlúgubre\ncaltabiano\ndisparados\ndisparador\nsegregacionista\ndesmembraram\nmurcho\nmurcha\nredfield\nfreeware\nrozas\ndispersam\ndispersar\ndispersas\neclíptica\nparadoxal\nmedley\nl'île\nzaidan\nexercito\nexercita\nexercite\nrebirth\nextracampo\nterrine\nterrina\npisada\nopacos\nangband\ntough\nnoivo\nnoiva\nignace\nlualaba\nignacy\ncosgrove\npopulacionais\nreprovando\nsarampo\ncarlito\npellegrino\nhomilia\ncavalhada\ndhomini\ngeociências\nestendesse\nartocarpus\ncomigo\nvasodilatador\nsenzala\nreteve\nprisoners\narruína\nmordida\nmordido\nararas\nararat\ncómo\njugoslava\njugoslavo\nrodeou\ncrocodylus\nexpressivamente\nariarate\nmal-entendidos\nzarathustra\nreologia\numbu\nconquistarmos\nwrite\nsinos\nsinop\nsinon\nouriço-do-mar\ninconfessáveis\nmaytals\nvirariam\nfilólogo\ncaptava\ncxd9\nhuerta\nmontarias\nlarami\nabbondanzieri\ndorsetshire\ncrossover\nbulas\nchavacano\ndiscordamos\nminirreforma\nbracelete\nhemato-encefálica\npl-es\ngillingham\nassociações\nàqueles\nesterlinas\ncycling\ncirurgião-dentista\nfotoquímicos\ndistinguidos\nsiegel\nsiegen\nmaterializando\nmonástico\nmonástica\nalçado\npolgar\nalçada\ntypographia\nverney\nverner\nvernet\nvernek\nabidjan\ndinucci\nhustle\ntajiquistão\nknickerbocker\nkostas\nobedecessem\nentrementes\nazeótropo\nseul-99\ncarrabba\nkyodo\nnoitibó\nastracã\ngoulue\nlunares\naridez\nbarlowgirl\nbotica\nfanfiction\ncarabanchel\nsaint-jacques\nthyssenkrupp\ncleison\neizo\neiza\nadustus\nmordru\nvalinho\nsubsidiar\nsubsidiam\nfiordes\nretribui\neclusas\nphd\noradora\nvitória-ba\nesaf\nzodiacais\nmanresa\nsalinger\nmasturbando\nbiddle\nculturais\nprecipuamente\naltiplano\nhuygens\nparanoico\ngerson\nrimados\ncriminalização\nindo-arianas\nregenerando\npiedosos\ncrustáceos\ncastelvecchio\nrevendedores\ninterferências\nsubliminar\nmauritia\nallyson\nmunidas\nwasson\nprimeira-ministra\ncentraliza\njamais\nisiah\nenriquecidas\nidv\nidw\nidt\nidr\nids\nidp\nido\nidm\nidh\nidi\nidf\nidg\nidd\nidc\nida\narborescens\nenjôo\nselar\nselas\nayu\nselam\nconferta\nandrino\nschmalkalden-meiningen\ndefendidos\nreagem\nnavios-patrulha\ndanismendidas\ngenjutsu\nmilitarizada\nmilitarizado\nspeyer\nglaris\nemergente\ncobrisse\nvbc\nvba\ncivil-militar\nvbr\nvbp\nniten\nviolenta\nviolento\ntauro\nrevitaliza\nkettering\nenxovais\nperfumados\nalvaiázere\nviolentá\nbardot\nwittgenstein\ncontratual\ndesflorestação\nhoch\nbosques\ntaijutsu\nzamenhof\nperturbações\nfulcro\nclaros\ncherrytree\nmicrometeoritos\nurahara\nflorido\nflorida\nanticomunista\nvilleroy\nprivacy\nlahaye\nreconstruídas\nescovedo\nsupunham\nbieber\nconvencerem\nsubissem\ngredenko\neletrão\nperfuradores\nlascívia\nperle\nperla\nfitava\nperls\nlouvou\nsasse\nlouvor\nsassi\nsasso\nsassy\nconservatory\nmicrocosmo\nhomma\ncontratando\nmaturidade\nsemíramis\nsassá\ndesafiador\ndesafiados\ndominique\nparticipativas\nacionistas\ncorky\nmecking\nlumley\nholdren\ncodificações\nrecordando\nalienadas\nneo-realismo\nmagnas\ninterconectados\nembry\ncardumes\nprovalvelmente\naerodinâmicos\ncontada\nmuseus\nturn-und\nefromovich\npontifícia\nleozinho\ndecepção\niniciática\niniciático\nhistieu\npanamá\narnstein\nkentaro\norgasmos\namparado\namparada\npleura\nficticia\npanama\nficticio\nsupremas\nm.d.\nactivo\nactiva\ntapes\nguus\nmeinha\narmy\narms\narmi\narme\ngastronomia\npacto\npacta\nmelhoraria\ndevastações\nvideo-clipe\ninbev\nespirituoso\ncompetido\nalto-nível\ncarnitina\ndribles\nacirrar\nprocter\nseychelles\nminis\nwenn\npneumáticos\nwent\nsafou\nfogg\npersonalizar\nequiparado\nnão-europeus\neastman\nlourinha\nlourinhã\nimpunes\nestereotipado\nestereotipada\narrábida\narrombar\noruro\nmeditativa\nsurdos-mudos\nuemura\nmeditativo\nmaldonado\npolítico-religioso\npolítico-religiosa\nindependentista\npanamax\nninrode\nge99\neqüina\ncooptação\nestáveis\nquadrinho\nbangka\nabacaxi\namundsen\nhabilidosos\nlutarem\nbombeado\nsaiki\nshigella\nmeridianos\nchrono\nconspiram\noverdub\nnemátodos\nু\nchanceler\nlareira\nfeiras\nhinos\ncanadian\ngertrude\nbites\nglorificar\nherbologia\nnyx\nnyt\nnyu\nnyc\nusurpador\nnya\nnye\nimperioso\nimperiosa\nrickey\nwindhoek\nbussab\nespaña\ncazar\ncazas\ngalzerano\nmarienberg\ndecididamente\ngianfrancesco\nnascença\nkulaks\ncuyahoga\ngreen\ntornamos\nespeculadores\ngreed\ngenealógicas\npolinésio\ndecifragem\nexcediam\nkiller9\npolinésia\ndetectável\nkillers\nchurrascarias\nlivro-texto\nqualitativos\ntualmente\ncomparecesse\nmatra\naterrorizam\naterrorizar\npersonalíssimo\namputado\ntn99\n999.999.999,99\npráxis\nactores\nafligem\nstrategos\nfialho\nambíguos\nspadina\nbengalis\nmaugham\nω\npromovem\nmureş\nchamploo\nkyoto\nhicks\ndistinguiram\ntheophilo\ndominação\ninteressa\ninteresse\ninteresso\nencomendada\nmurex\nmuret\nencomendado\noxfam\nshriners\nmalotes\nenfocados\ncetáceo\ninsurrectos\nmoldova\nregulagens\nluque\nexportam\nfehn\nfehr\nexportar\nwu-tang\numbelas\napresentaram\ntorry\ntorri\ntorre\narrentela\nesmagada\nhasteamento\nânion\niene\nrigel\nturbofan\nboliviensis\nwestmorland\npositano\nembelezados\nestaduniense\nprocuradora\ncfb\ncfz\nafloramentos\ncaldelas\ntétano\nchester\ndependem\ndependeu\nrzeszów\nbannerman\nleslie\nbillingsley\npotenciais\ndesvelar\nembrionárias\nrefratárias\npetardos\nesclavagista\ndougall\nsisson\nacuradas\nprimogênita\nprimogênito\nobtive\nquioto\nmodismos\nabissais\nvtec\nl999\nártica\nártico\ninfra-estructuras\ncostumes\nparticiparão\nsuecos\naeroplanos\nmodinha\nwestwood\nprivar\nblaze\nlathraea\nenergeticamente\ncivilidade\ndissuadi\nmultiplicavam\ntalos\ntalon\ncompletariam\nmonotipia\néon\noceanair\ntunney\nfouqué\ncastanholas\nzakk\nbosley\nsemelhante\nradiant\nradiano\nbiebrich\nrutan\npactos\nstoryboards\npagassem\ndillard\nmelhem\nstriker\nimpuros\nsupérflua\nsupérfluo\nbarométrica\nautoconsciência\nlactea\nesbranquiçado\nnatascha\nesbranquiçada\npacman\nwolsey\ninanimado\nreembolso\nsacerdotal\ncarbeno\nfecomerciosp\nconfirmaram\nparmense\nentenderam\nbouguereau\nkempo\nkempe\nquiero\nvolusiano\narredondado\naedo\nlenilton\nfanfarra\nvencedor\ndoceiro\ndoceira\nbrann\nbrand\nbrant\nxxxviii\ncontinuando\npedreiros\nesquadrilha\nanalisadas\nknebworth\nneum\nguatemalteca\nguatemalteco\nneuf\ncalibres\ndestinatários\npossesso\njulianos\nboi-bumbá\nebony\nn.o.\nmirmidões\nmelocactus\nproduziria\npacientemente\nbabinski\nnecessitaria\nburla\nburle\naderências\nkukai\nkekkei\nbahadian\ncipola\nprosódia\nunitau\nmarqueteiros\njunpei\nindustrial\nemília-romanha\nvizcaíno\ncurtinhas\ncorrigan\nket\npassear\ninteressassem\nfolheando\nhorologii\nkubanacan\ndesanexado\ndesanexada\ndurza\njelle\nresseguro\njello\nspa-francorchamps\nganhava\ndesvirtuamento\nipupiara\n---------\ndestruidora\nampliarem\nosawa\noxalá\nfloria\ncastreja\nflorir\nhakka\narrematou\nperemptório\nsaint-nazaire\ncentro\ncorrera\nbenfeito\napolinário\njainismo\nrequeijão\njeffery\ndepot\ndepos\ndepor\nparamétrico\nnuance\nxk999\nparamétrica\nascona\ngaldós\ncaçando\ncontracultural\nmontará\nmitzvot\nmelchior\nmontara\nfantoches\nspirou\ndespesas\ncorticoespinhal\ntunados\ngoten\nlandolfo\nmilitou\nbastidores\nfrasso\nazzurra\ndesestímulo\nfigurativismo\npfl-es\nwilhelmus\ngascoigne\nnão-consecutivas\ncheck-in\nd'alpago\nrun-d\nzweig\ntablada\nalucinantes\ntablado\nameaça\nalmiro\nalmira\nneandertal\ndestructoid\ndejesus\neleve\nsálios\nkünste\nmecenas\nbennie\nprosperity\nameaçá\nadversamente\nemissividade\nfocalizam\ninaptos\nfocalizar\ncardeal-diácono\nbriga\nprocônsul\ngeomagnéticas\nmeditativas\ninfiltrada\ntellier\narrival\nhochstetter\nzhuravlyova\nmemento\ncaducas\ncompulsoriamente\ngesta\ngeste\ngesto\nesfinges\ncosturados\nfogueteiro\ntambaqui\nex-padre\nbabelsberg\nantisemitismo\ndistracção\ncontracenando\nfísico-químicas\nmarjorie\nbbs\nlaverne\nhemólise\ncrinas\nsubedei\ncopulação\nisentas\nisentar\nbrewers\nevacuados\ntebbe\ncassetete\nparnassus\nduisburgo\npedestre\nsouness\nmutarelli\npensarão\ntrevor\ntrevos\nespinhel\nolmsted\ndemonizar\ntorben\ntiróide\nfeteira\nneopets\ndir-se-á\nrelato\nrelate\nrelata\nimportá\nbeijaço\nreprodutora\nbulevares\nsnatchers\nescorregadias\ntempinho\nimporto\nkaikeyi\nimporte\nparece\nbaionetas\npiabas\nsufragâneas\nunifacs\ngiannis\nuniface\nemotividade\nlivros-texto\npró-ocidente\nventoso\nventosa\ntopográfica\ntopográfico\nblablablá\nnestor\ncortejado\ncortejada\ncarapuça\nquadrimotores\nseguindo-se\nrelacionarem\nd.b.\ncruvinel\nespectadora\nplutão\necstasy\neka\ncomodidades\nponta-direita\nblackwood\nmacula\ntortuga\ntransoeste\ndiferem\npimpinela\nkanon\naluisio\npratarias\npatrocinados\ndesdenhava\nfamilia\nbeaufort\ncloretos\nlafayette\nmardi\nacalmam\nacalmar\ndesmembrando\nfotografado\nalder\naldea\nchakal\nrrf\nrrs\nmiguelismo\nrr9\nbentónicos\nkelehan\nviolência\nveludos\nsokolov\nfavoravelmente\nconfigurações\nsydenham\nsilk\nterriers\niguape\ncaneca\ncaneco\npapilosos\nী\napophis\naglutinando\nsemen\nsemel\nsemed\nsemec\nrecrutamentos\nficando\ntimberg\nchalupa\nalmofadados\ntimbers\ntambores\ndesanda\nkowalczyk\nalaranjadas\nplaybook\nbobina\nglobalidade\ntrapiá\ncaudalosos\nestipe\nthaumasia\nanti-governo\ncontra-almirante\nmiseráveis\nperfeições\ngregório\nqueratina\nevolucionários\nensinaram\nmělník\nexuberantes\nhankerson\nrctv\nknob\ndestruíam\nknow\nknox\nδx\njuncais\nδg\nrevigora\nempates\nclaríssimo\ncomemora\nlatossolos\nillinois\nyeomanry\npré-moderno\npré-moderna\ndevoniano\nderrotada\nderrotado\nkariba\nportarias\nlegitimando\nmaquiada\nduína\nhyatt\ntitanium\nagredindo\nenrolamentos\nbalões\nsurgiam\npeixes-boi\nnutrindo\ngardot\nbroward\nvouchers\ncitotóxicas\nperversidade\ncoordenaram\nisaías\nrasgadas\npfaff\nincestuosas\nmegabytes\nolds\nremendado\ntom's\nperseidas\nneeded\nolde\nskedar\ngenesis\nogame\nogami\nempiricamente\npacientes\ntadei\ndoutrinárias\ndescalzos\nmid-tempo\nrecapturar\ntadeo\nretomaram\nmaneabilidade\nmagny-cours\nutilitária\nefetuada\ngradualista\nrescinde\npancrazio\nmemorial\nmemoriae\nmemorias\nnuzman\ncorporate\ngalática\nadvancement\ncrítias\npositivo\ncezimbra\nchabert\napplescript\nnucleotídeos\nplatyhelminthes\nfabric\nfabril\nfabris\nabacha\nvinculação\nbasidiósporos\neacute\ndanske\nabraham\nboorman\nforçadamente\nminuto\nminuta\nminute\ncensitária\ninclemente\nnervión\noz99\nindefinidamente\nteólogo\ncárceres\nhibernação\nteóloga\nsurfing\nsolidificada\nsolidificado\nbelial\ncalcares\njie\njia\njin\njil\njim\njit\njiu\nlaterais-direitos\ncrédito\n\\\nafastasse\nitaoca\nmísnia\nmacedoi\ngrosseira\ngrosseiro\ninconseqüente\nfragmentado\nfragmentada\nespaçonave\nmensurar\ncherbourg\ndança\nusaaf\nmicroondas\nomphalotropis\npousados\nradialismo\nluzilândia\nplenipotenciários\ngian\nsolados\napatanis\nvistoriados\ntsun\nnéctar\nalphonsus\nharumi\ntōru\nmontecatini\nporto-novo\nlavaud\ndeseja\nmunida\ndeseje\nresidentes\nmunido\ndesejo\nlutada\npênis\nespiritualismo\nabaladas\nreedita\ndesnorteada\ndesnorteado\nluterana\nalfandegária\nalfandegário\nreeditá\nesfalerita\ncreas\nsimião\nbabalorixá\ncollinsville\nvibracional\ncrean\ncream\nneoconservadorismo\nhalsey\nbustelo\nadina\nvidência\ntranspessoal\nimprima\nimprime\nmodernizado\nbernthal\nmodernizada\nvisconde\nestagiário\nestagiária\nmajestosas\nalbertus\ntreinei\nancoradas\ndesconsidera\nschettino\npolesine\nrosângela\nperfuradas\nyummy\nsusana\nrecebemos\npiada\nsucedâneos\ntrigonométrica\nmusab\nprincipes\nmusas\nchapelle\nemirates\nbirra\nmiao\nmian\nmiau\ngeschichte\nmiar\nfuncionárias\nnaomi\ndevolverem\nsazonais\ncrustosas\nviravam\nsecular\nazpilcueta\nesvaziam\nactivista\ncappa\nfraturas\nsoluços\nativismo\npolvilhado\npolvilhada\npesqueiro\nbinding\nrepresentativas\nrifas\ndesinfetantes\nmascaras\nentre-douro-e-minho\nliberou\ndescobriram\npré-encomenda\norchidaceæ\npasteurização\npromocionalmente\nothman\nothmar\ncanning\nalongadas\nclustering\nsinédrio\nvaleggio\ninsubstituível\npára\nbianca\npilantragem\ndrástica\ndrástico\nestanislau\natente\natenta\nmilliet\nmontserrat\nmultimedia\nmakes\nmaker\narqueano\nfaubourg\ntoffoli\ngalga\nsoletrar\nurticária\nvuit\ncomedy\nmoacyrzão\nhouston\nexperimentaria\nesmagar\nkossoff\nconfinado\nconfinada\nembassy\nchacón\nadornam\nadornar\nfreyre\nbordallo\nteria\nterim\ncriatórios\nfoyt\nreinette\ncomic-con\nabbe\nabba\nabbr\nabby\nflagradas\nrotativismo\ndestiny\ndestino\ndestine\ndestina\nhispano-americanas\nbrasas\ncontrolassem\npoluentes\ntestamentos\nderivação\nbosman\nautomática\nautomático\npoveiras\ntessler\nnewsroom\nsvolder\nofc\noff\nofk\nofi\nofm\nofs\noft\nevitassem\ngovernar\ngovernam\nenfield\ncaviidae\nestomago\ndelson\nhipsters\nrestarem\ncarícias\nveementes\nligier\nacadémicas\ncinerama\nalimentarius\nmáspoli\naprofunda\naprofunde\nbrutalidade\npulverizou\nsobrevoando\ncoletânea\nadaptada\nindelevelmente\namarguras\ncomodato\nwildcat\nworth\ntykwer\ndióscoro\nsamuray\nsatuba\nsamurai\nkierkegaard\ncateau-cambrésis\nrhynos\nbarredo\nanimista\nsituacionais\ngansos\nmeia-cana\nsolventes\nplenitude\nconservem\nmobilizações\ntegan\nal-zawahiri\npiscinão\nbuscará\nemeralds\ncabotagem\nexplicitados\nsoundcloud\ntetraneto\nbatalham\nbatalhas\nbatalhar\nmeigo\nmeiga\ngritei\nchancellorsville\ninvocando\npelle\nbarreado\nfrequentasse\náureo\nétat\ntranssexual\nswami\nswamp\ndistanciava\neliakim\nmitocôndrias\natropelado\natropelada\nkitchen\nexpropriados\ndriblá\nsleepover\nhutcheson\ntraumatismo\nqueensberry\ndribla\ndrible\ntreinava\nthibaut\nhyneman\ninternacionalizações\nolharem\neverton\nbachofen\nselva\nferraris\nferraria\nyuste\ntramando\nevoluido\nmamografia\nbarbeau\ngraiche\namanhecendo\nalastra\ndunbartonshire\nineficientes\nbroke\nalana\naland\ncomprometidas\ninfetado\n±\ntilia\nregalo\nloba\ndificultavam\nariola\nalardeia\nmonitora\nincorreção\nasgardiano\nevitável\ntomorrow\nfortuitos\nprometheus\nbauxita\nhargitay\npurpurina\nterra-natal\nnicoletta\nnicolette\nsonhadora\nagrocentro\nnuñes\nmalfunkshun\nenviando\nplanície\nconvectiva\nvirchow\natingiria\nmareantes\npestes\nsacrum\npatrocinam\na9999\nardabúrio\npatrocinar\ntitoísmo\nverbal\nverbas\nlembrem\nlembrei\ntolerou\nmanezinho\ntelespectadora\nzonitidae\ntatuou\nqualifying\nlasseter\nillustrator\nstalinista\ndutos\nsugata\nfamoso\nfamosa\ngreifswald\nfaltado\ntelômeros\nkondo\nkonda\nmotherwell\npacis\nnesbitt\nacumularam\ndividirá\nkondō\npretenso\npretensa\nmam-sp\nchaotix\nrabugices\nmadara\nmiraculosamente\nhistocompatibilidade\natinente\naccipitridae\ndesastres\nalugue\nindivíduos\ngronelandês\nascher\ncavargna\nyonge\ntorneios\nbarrashopping\njquery\nyakumo\npsicoterápico\nmerckx\nconcorrência\npancrase\nsufocaram\nmoios\nkwanza-norte\ndemócrito\nconicet\naraguaína\nwouldn't\nintelsat\nbilros\nrugidos\nuh99\nalgozes\ntimor-leste\ncinemascope\ncyrtandra\npdt-rj\npdt-rs\nsimmel\nsimmer\nrecorresse\npapus\npapua\ncaminho-de-ferro\ngeyer\nrupestris\nsetores\nvideoteca\nnave-mãe\nimaginável\ndenman\nareião\nespermicidas\ncompact\ntorrijos\nletelier\nconjugada\nconjugado\nflamenguistas\nrecantos\nrevascularização\nsolicitava\nsadomasoquismo\niônicos\npropunham\npôster\nconcepcion\npropagação\nlenora\nlenore\ntramam\nlotar\ntanajura\nboataria\ntramas\ntramar\narctiidae\nrecargas\nmontra\ncerinto\ntácio\ndeficitário\ndeficitária\nmcmahon\ncalil\ncalim\nninomiya\nreagiriam\nuribe\nbastará\njarede\ncistas\nplayfair\nbastard\nchahar\njargão\npsicofísica\nayer\nsulcados\ndivertimos\nsimbolismo\nmistanásia\nquelônios\nciberataques\nadelbert\npalpitação\nauto-realização\nousava\nnagoia\nrhizopus\nhietala\nheaton\npossível\nneodímio\ncorrespondência\namaryllidaceae\ntukano\nfluorocromos\nidealizar\nbarzinho\nconservou\nvigiava\nmurry\nnão-creditado\ncompactação\nandaraí\nfuselagens\ncarpaccio\nfinanciados\nfinanciador\nmagreb\nkurama\nanunciou\nanuncios\naconselhando\nswag\nswan\nswat\nswap\ncongregou\ncastellammare\nsway\npolissacarídeo\nkurogane\nsub-prefeito\nex-soldados\njamor\ncrocodilos\ntatit\nimpostas\nitaúna\nespumante\naqüífero\nsayn-wittgenstein\nberlim\nberlin\nlaurentius\nbanbury\nentre-rios\nirradiados\nirradiador\n9999:9999\npersonal\npersonas\nanil\nanik\nanis\nestarão\ncomités\nescorregando\nreorganizou\nmegalojas\nlenticulares\nquarteira\npadronagem\nlaunceston\nmusketeers\nsinuosas\ncacete\nhuancayo\nfontanelle\nscatman\nlavalle\ndevotados\ntramitação\nhergé\nesplênica\ndetran\ncentríolo\nesmoriz\nostiário\nchagdud\nmarambaia\nregularizados\nschwenck\njewell\ntracunhaém\nepal\nalambrado\nlittrell\nzod\nmantiver\nreese\nborgir\nseparasse\nzon\nparmitano\ncentos\ntsuneo\naderidos\nstillwell\nafternoon\nselfie\nventilar\nmontemor-o-novo\ngilderoy\nclinico\nclinica\nindo-européia\nhappening\npseudo\ndesmielinização\nbalançam\nbalançar\nbalanças\nrefeitórios\ncardellini\ndistritos\nsequoyah\nemitia\nemitir\nemitiu\nsistólica\nmanejados\nfagus\ninsat\ncarreguem\ninfinitum\ninvencibilidade\ndesbloquear\nadverti\nprocessadas\narquétipo\nbhatia\nassídua\ninrockuptibles\nenjoativo\ncambises\nsubsistência\ncontini\nsolenes\ntegernsee\nbunnymen\nneobus\ninvocou\nneuburgo\naphaenogaster\ndell'opera\nforeigner\nreutilizou\njungle\nenunciados\npavunense\nprecificar\njustas\nsurpreenderia\nen999\nlongshot\nco-irmãs\noctaedro\nwoodland\nextended\nmazurcas\nressupinadas\njiraya\njean-luc\ntim-tim\nalcançar\nphymatolithon\ncomboio\nreaccionária\naxelsson\nengadina\nentregas\nregistrassem\ncbkob\nfaltam\nbúlgaros\nvariadíssimas\nsigismundo\ncorroborou\nl.e.g.i.ã.o.\nralas\nsàngó\nhusayn\nsiffert\ntorenia\nconceitualismo\nichiro\ntítulo\nmercet\nives\ncienfuegos\nsuperava\nivey\nafrica\ncorrespondente\nazaleias\nicebergues\nsolado\nresvala\nshahnameh\ncollision\ndemolition\nport-royal\npolvo\nconstruídas\n999-99-99999-99-9\nmaggiore\ncobrará\ncompetisse\ngalicano\nmesenquimais\npré-libertadores\nhamsters\netsi\nmaleáveis\nferrocianeto\namplificadores\nba-vi\nalgoritmos\nconvêm\ngênio\ngiocondo\ngioconda\ndocudrama\nceramista\nmisericordia\nariranha\naleksander\nencanadores\nevangelical\ncentury\nitaquera\nitaqueri\nfizera\nminaretes\nwesnoth\ngrunts\nrecém-adquirida\nrecém-adquirido\nmelinda\nhimeji\nmelinde\ncumprirá\nbacana\ninvestidora\ncumprira\ndeclarou\ntifo\ntifa\nprince's\nzhu\nbatuque\naffaires\ngymnobela\nzhi\ngautama\nbergstedt\nausenta\npenhorado\ndonum\nsolutions\nriobamba\nabstratos\ndemandando\nabatidos\nbóias\npaladar\nantíope\nterra-média\ninspiravam\nbiopirataria\nmandatos\ncastelão\nrabi\nrabo\nvagalumes\nocasionará\nsaunderson\nspanglish\nrabá\nsumbawa\npretenders\ncabalmente\nconcordância\nfreando\nchewie\netnia\ncarapuceiro\nlaffitte\nlaniarius\nsweden\nestroma\nacrilato\ndescenderam\napáticos\nguarathan\nautovetor\nadernamento\ndesconstruindo\nmacrocosmo\nalbertino\nalbertina\nalbertine\nspeciosa\nventuroso\naguardente\nneurolinguística\ncuspia\nbuggys\noptará\nzatanna\ngoddess\nmeus\ntransferiu\ntransferir\nsarkis\nparadores\nmitose\ndesobedeceram\niniquidades\nenki\nenke\nenka\núrico\nsimoninha\nleïto\nc.i.\ninvertível\nbrasile\ntermino\ntermina\ntermine\nencontre\nencontra\nencontro\nmorto-vivo\nflip\nflir\nflik\nwürm\nterminá\nencontrá\nmilionário\nmilionária\nesclarecendo\nafonso\nbeware\nsurta\nnair\nnail\nnaim\nnain\nnaif\nkaduna\ntesouro\nínterim\nbacharéis\nrezamos\ncabouco\njerónimo\ndrummer\ncasement\npovão\ntostados\nyong\nmylene\nanti-doping\ngimnospérmicas\nproféticas\nmylena\nblaquerna\ncercanías\ndetroit\nchovesse\nelwood\nadmoestação\ntipografias\ninsistem\nfiction\ncovarrubias\ncóndor\npetílio\nexperiências\ngraciliano\nempedernido\nendowment\nprofute\nfragorosamente\nlavrov\ncasuística\nrecheia\ntremembé\nchocalho\nbiscoito\ncontrabalançar\nesferas\nafetação\noppenheim\nesparsos\nlubeck\norbicular\nveveta\nobiang\nmiquéias\narticulou\nresistissem\nexigido\nexpos\nexpor\ncimentados\ndináricos\nmajores\nwakeman\n9999\ndeparo\nlubrificação\nexcluir\nseparável\nalbergou\nclassificara\nsunlight\ncarruagens\nparabólicas\nmarya\nestique\nculminaria\nboyne\ncondensam\ncondensar\nroh\nroi\nrok\nrol\nrom\nron\nroo\nroa\nrob\nroc\nrod\nroe\nrog\nroy\nroz\nros\nrot\nrow\nbesta\nanamar\nwarburton\nculpado\npreceptora\nmiramón\nrugido\ngoes\npoeciliidae\ngamepad\nmultiusos\nvocálico\nvocálica\nanalógicos\ndesignador\nsundance\notoko\ntories\nventuras\ntumultuosos\nlampejos\ndrenagem\ndistinto\ndistinta\nfarewell\nnavarro\nsociabilidade\ncruls\nmigrar\nmigram\npermitem\ncartaginense\níngria\nwoodsboro\nsuperman\ndissipa\nautointitulado\nconsoladora\nalcáçova\ncriminalista\ncheat\ncheap\ndaumier\nvolbeat\npontryagin\nconvertidas\nlegendre\nrealejo\nreferir\nreferiu\npimentel\nreferia\nfaustin\narawak\nerde\nempreendimentos\nscooby-doo\nvirulenta\nvirulento\nembaraçosos\nmaluf\ndependemos\nstatus\ncercadas\nindividualizado\ncovadonga\nmilledgeville\ndividiria\nmantenha\ndefronte\ndalsland\nkirby\nmesto\nalgemar\nalgemas\nsilvestris\nsilvestrii\nex-líbris\nruffato\nvizela\nqueixada\ngrã-bretanha\npanificação\nmultilíngue\ntelemundo\ncultures\nex-líder\ndobrich\nbaggio\nislamita\nvillegagnon\nbarone\ngeneraliza\nbarons\nvaza\nenvelhecimento\npatologia\ndesmaiando\ncóccix\nencareceram\ncontroladoria-geral\nparedões\noócitos\nduets\ndueto\nibrahim\nuberabense\nmagnetizado\nespinheiro\nvalentin\nantologia\naprisionadas\nhisako\nfrigg\nlenchantin\nbernadette\ngpl\ngpf\ngpa\nseleto\ngpt\ngpu\ngpp\ngps\nbouche\nlançamentos\nvercilo\ngp9\nmotivation\npedi\nperegrinação\nlarrosa\nbouché\nalqueires\nnão-residentes\nfadh9\numatilla\ninter-regionais\ngetaway\nclassificasse\nukyo\ncompetente\noperam\noperar\ndistress\nmensch\nி\nchapéus\nvórtex\nluzon\ninspecionaram\ndeneuve\nal-husayn\ncarreiros\nassistente-técnico\nescancarada\nescancarado\nmovieplay\nhouveram\ndesajustados\ncompleição\ncastanho-claro\nilford\nbacklog\nedimburgo\nlong\ndevastadoras\narrefecer\nmalthus\nassistidas\nestacada\nsub-orbitais\nfinanceiramente\nmarinada\nmarinado\ngerenciador\ngerenciados\nmillward\nzlatan\nafectivo\nlisonjeiro\nlisonjeira\nbrigador\ncontraproposta\nsa99\nalocução\nreferendo\nodeio\nodeia\nambulatório\nprofusão\nherdei\nherder\nantroposofia\nrecém-nomeado\ncentralismo\nteenagers\nquietação\nunificadora\nwha\ndtime\nwho\ndadas\nwhy\nunzelte\nviacheslav\nminimizando\nlafitte\ngramatura\nesfaquear\nbatalhão\nmagrela\npré-pago\nvice-reitor\naprisionada\naprisionado\ndemolidora\ntributáveis\nraskólnikov\ncameo\ncamel\nguinot\nisoladamente\neslovenas\ncevert\nrampla\npenalmente\nplanura\nhipnotizados\nhipnotizador\nrhapsody\nrelojoeiros\nretail\nelihu\npixéis\ncc99\nplotkin\nbeyoğlu\nsimbolismos\nlesadas\nthinkpad\neirado\nquaternários\ngaming\nregulamentando\nstratofortress\ntestify\nstorting\nalpino\nkenwood\nalimentavam\nscandens\ndescendentes\nnabo\ntemperamentais\naphidoidea\nshaanxi\nestimuladas\nhewitt\nparabéns\ninvestigação\nojíbua\ngoodstein\nproteções\nmetallic\nantitrust\ngrove\nreferido\nreferida\ncaper\ncapes\ncapez\ncapex\ncapel\nclorofiladas\nebro\nzapotes\nadventures\nhaylie\nusassem\nmasha\ninfluenciou\nantínoo\nqueriam\ntracejadas\nfantine\nwenden\nwendel\nfantini\ncáli\nbabies\nabimaq\namyr\nanneke\nnachos\nbayinnaung\ndizemos\ncorsário\nantoku\nursus\nmassively\nabandonar\nabandonam\ncomplexa\nchorus\nemboscadas\nprofissão\nprima-irmã\nfascination\npáez\naristóteles\ndescolagens\napressadas\nsindicais\ntisch\nretrações\ntdma\nadmoestações\nvenice\nanotam\nanotar\nbrubaker\nzombam\nstreptomyces\nlitotripsia\ngyumri\ncifragem\neletronuclear\nescarpada\ndolomita\nesporângios\ninterracial\ntântalo\nplugue\naliasse\ndesintegrou\nbarroco\nrastafári\nintestinos\npórem\ncorrentista\neconômicas\ngranados\ndiretas\nmaestros\nmatraga\ncoincidiram\ncriacionismo\návida\návido\nsecretariado\nsmpb\no'connor\njúcar\nstolberg\naferentes\nindependentes\nexílio\nhawaiian\ndummett\nconsulados\nabud\nabub\nabul\noxum\nsciurus\nbeşiktaş\nabordando\ndesarmando\nk-league\natratividade\natribulado\nnumeração\nprisioneiras\ncarvajal\nparo\ntwin\nplanetesimais\nlutzenberger\nsimón\nfabergé\ncadavéricos\nunidimensional\nscharnhorst\njustificáveis\npoz\nshriner\nthamnophilidae\nmau-mau\npon\nfortificados\npoo\naubigny\nprezava\ndojo\nadiantava\npod\npoe\ngargallo\ntava\nvesperas\nkemalista\nabono\nchicotear\npaiacu\neconomicista\nmitteldithmarschen\nrematando\ngianetti\ndiofanto\ncortesias\ngamelão\njúnio\njúnia\nmontoliu\ntiradentes\nquartel-general\nevolved\nornitólogo\nfolheava\nsonangol\njiménez\nhowards\nkadıköy\nhannibal\nareial\nareias\nlasiurus\nbends\nbenda\nmeira\nmeire\ncaernarfon\nlarguei\ncharmbracelet\nkar-wai\nproteaceae\nfrigobar\ngrifes\nzambelli\nhuánuco\nifriqiya\nzhaoqing\neuropa-américa\nsancionar\nbungie\nrosi\ncartuchos\nrose\ndrunk\norçadas\nvirarem\ndentais\ndecon\nperianto\nradiografia\ncontagiar\npontilhado\nimplicante\nexplorador\nmacedônicos\nmilena\ncaged\ncansa\ncanso\ncontratações\nbattalion\ncirúrgicos\njuntadas\nwegener\njérsia\nbazaruto\nabn-amro\nestipulados\ntocou\ntocos\ngarnett\nestabilize\nincandescente\nclímaco\nexcedam\nlistra\ndermatológico\ndermatológica\ntomemos\nulster\npsicossomáticos\nempilhar\npoéticas\nescancarou\nmamão\ntemiminós\nnepticulidae\nmulti-plataforma\nesquematizado\nchavantes\ndemográficos\ncomensais\nestratégico\nmerge\nredefinição\nkazuyoshi\ncrômico\nequisetum\nk-999\nbicha\nbicho\npipidae\nisolam\ntype\nisolar\noficializadas\nalopecia\ndelimita\nibama\narquivolta\nhorrendos\nmoabitas\nprócer\nassinadas\ncuentos\nóscares\ndefeituosas\nbharatiya\nolivicultura\nlalo\nlali\nutilizasse\nlala\nartroscopia\nprojecções\nsubmersas\nguipúscoa\ndesperdiçados\nlalá\nliquidez\nrochelle\npronunciação\ndelibes\nfelice\ncamunha\nt-9\natrasasse\nurso-polar\nballon\ndepressão\nballot\nballou\nmantenedor\ndiversifica\nleuco\ntrêmulas\nmalfurion\nfilatélico\ndegrau\nsotheby's\nmumtaz\ngovernaram\ntachas\nfiligranas\nconsolidated\nmégacles\noferecendo\nintegrado\nintegrada\nreconstruction\nkraepelin\nindians\nturnerbund\nindiano\nindiana\nobtusas\ndalmau\nmarijô\nanabólico\nunidade-99\ncostumávamos\nabsorto\nhashemi\nmaliquita\nambliopia\nmarija\nsibelius\nchelone\ndesafinada\ndesafinado\nanastasia\nmrna\nanastasio\njacobus\nrockfield\nodontológica\nsavićević\nicaza\ntombados\nmcentire\nmaoístas\nmegaempresário\nsurita\nrudis\nxavi\nfigner\nquarteirão\nestienne\nlidado\nbygdøy\nshangri-las\ncontemporain\nvelhos\nbrasilianista\ncomparativo\ncomparative\ncomparativa\nshonan\nemancipando\nscenario\nagricultor\nsoterramento\ncaiçara\nivette\nparêntese\nevanston\nplasma\ncaminhoneiros\nabstinência\nwingfield\nseringalistas\nskarsgård\nsangram\nwsof\nveiculos\nveiculou\nwsop\npeculiares\nmolé\nproletário\nproletária\nfuchsia\nkillarney\nvejam\noyá\nvatican\nrialto\nmols\nluminescência\nmoli\nmoll\nmola\nmole\njony\njona\njong\njoni\njonh\nprincipiantes\nasante\ngrape\ngraph\ndecompõe\nxanddy\nmultishow\nexplosion\nítalo-brasileira\nitaliano\nscythrididae\nvanguardia\nredireciona\ntuítes\nmultilateralismo\nmoji-guaçu\ntorreões\ndisponibiliza\nmorell\nmisticismo\nextra-solar\namaldiçoada\nnaulila\namaldiçoado\ninternacionalizado\ncomissário-geral\nplaneada\nruidoso\nshown\nshowa\nshows\nsurras\nentoados\nsarcasticamente\nbernô\naraçuaí\nvergonha\nbissexto\nskateboarding\nbernt\nberni\nberna\nbernd\nberne\ninúmeras\nnumero\nnuclear\ncallithrix\nturnover\ndoktor\nvietname\ninfligidas\nmescla\nherndon\nvaléry\ncastiglione\ncastiglioni\nbrianza\npadronizações\ndestinações\nenteados\ncondição\nalfabetizadas\nheels\nassumiam\nkeppel\nibson\nraivoso\nraivosa\npesetas\ncoeso\nlocalização-tipo\nmontículo\nworld-9\nramsar\nramsay\nzettel\ncarequinha\nconfidential\ncachecol\nrbs\nganhei\nganhem\nreparou\nmousavi\nabobrinhas\nmereceria\nfuncionem\nparênteses\njuntava\ntakeya\nmuribeca\npocketful\nnatanael\nurfahr-umgebung\ndudalina\nsaldar\nigp-m\nsoldados\nférreas\nsympathy\ncordes\ndunk\ndunn\nmatha\noutassi\ndune\nduns\nincrementou\npavilhões\nerrors\nbi-campeão\npatentearam\nafiada\nafiado\nagoura\nhidrogenases\nflamini\nherry\noratória\nrigotto\nherrn\nhenricus\nviabilização\nljubav\nswitzerland\nayolas\ncansava\ntransmembranares\nbhasker\nautoridades\nseccionais\nsubaquáticas\nocasionou\nalbanese\nalbanesa\ncrua\noctal\ninumeras\nconstrangida\nparalisou\ncrus\n$\nsmurfs\nhéroes\nmaikon\ncozinhado\ncozinhada\nescorial\nhigiênicas\nfioravanti\nfioravante\ngratuita\nprocessing\naerosmith\ncromato\npaiçandu\nfogueiras\ninterdições\naquecidos\naccountability\ncotentin\nflexor\nmilênios\nbornéo\nbornéu\nfuncionando\nperfila\ncontemplavam\nritualmente\ncagliostro\nagressivos\ntornozeleiras\nescabrosos\nгосударственный\nsuperastro\nmelindrar\ntrocam\npracinha\nroçados\ntrocas\ntrocar\ncívicas\nmacrocephalus\nitapetininga\nencarcerado\nencarcerada\ncurativa\nunbreakable\nenquadrado\nenquadrada\nnaça\nvitrines\n½.\nsucessão\ncessava\nsetubal\ndecodificar\niruka\nlactantes\nconsequences\nintendentes\nitariri\nmichelozzo\naffair\nzinedine\nsh9\naçucareiro\nguinle\naçucareira\nclamando\nshp\nshr\nshu\nshv\nshy\nsha\nshe\nshf\nshi\nsho\ntrenós\njunções\nmilitaris\nл\nalkan\nshì\nautonómico\nautonómica\nfabricou\nsubordinam\nsubordinar\nbanshees\ngenserico\nshō\nmonfero\ndoroteia\nindefectíveis\nsalário-maternidade\ngarfinkel\nlegalistas\nbranly\nboca-a-boca\nmichaelis-menten\nyakisoba\nkick\ncrispi\nrenegada\nrenegade\nrenegado\ncorresse\nvoadora\nbruxas\nouvidos\nouvidor\ngerminação\nscopus\ncitros\nrajidae\nthemas\ninner\nbartha\nfolia\nienobu\npinus\ncleofas\npenetrada\nconduzirá\ncnet\ncneu\ncnes\ncnec\ncnen\nsaubara\nnúmeros\njaeger\nreiterar\nconduzira\ngolda\nbuckley\nhusserl\nminúsculas\nélémentaire\ndrowned\nprecisou\nprecisos\navisamos\npolia\npolis\npolir\nmossâmedes\nweißenfels\ngastrointestinal\nlucy\nluce\nluca\nluci\nluck\náguias\nminerários\njuristas\nrabanne\netfs\nassessores\nimperava\nentente\nsukita\nunleashed\nrumava\npsylocke\nlandmark\nhowser\ndirecção\nwillamette\nunace\ncondômino\ncrocantes\nbebiam\nminuciosos\nestridentes\ninhames\nrodeavam\nsenhorios\nindividualista\npacifismo\nal-mulk\nquelante\ncicreu\nmoderou\ncanecas\nancorar\namura\nglencore\ndiferenciado\ndiferenciada\nassia\nassim\nassis\nbenozzo\nguaranys\nintimidá\ntávoras\nmonômeros\nfitando\nrigoberto\nzur\npostgresql\nbirdman\ntríades\nzug\nzuo\nzum\npseudoeurycea\nruggeri\nruggero\nwinnicott\nencenada\nmesmice\nt-999\nrodam\nrodas\nrodar\nfusca\nfusco\nt-99s\nbretãs\nt-99a\nt-99b\nhiruma\nmicrossatélites\nsublinhava\ndesvaneceu\nressentimento\nharoldo\nmuseográfico\ncomandante-geral\ncoletores\nmanuela\nmonash\nrays\nraya\ncavalleria\nraye\nrayo\ngeertz\nnaufragando\nsashimis\nadílio\npfl-ba\nsempervirens\nrealizável\nandrômaca\nadeptas\nampliamos\nshe-ja\nblacksmith\nsimplista\nacessibilidade\njørgensen\nproductores\nl'âge\nlibélula\nardenas\nbioquímico\nbioquímica\natingimos\npensão\nteosóficos\nastm\noguzes\nfinalizadas\nsementeiras\nhenstridge\nkirsten\ngraveyard\ncicarelli\nlevantar\nrevelada\nrevelado\nremarcado\nremarcada\nmorávia-silésia\nhygor\nsmithson\nchateia\nendoscópio\ncredos\ncredor\npaisanos\ncâncio\nalcoolizado\nalcoolizada\nfatec\nburbank\natômico\natômica\nfateh\nfates\npelotões\nsuperlotadas\narranca\narranco\ninoxidáveis\nkuntze\nbmf\nelitismo\narrancá\ntackle\nsolidificou\nclebinho\nedf\nplesa\noptantes\nedi\nsocorre\nsocorro\npelotas\nuicn\ndescansam\ndescansar\nrealísticos\ninstruções\nfrancêsa\ndesiludiu\nsanjay\nsanjak\nbem-recebida\nbem-recebido\nenxágue\nalheio\nocorrendo\némile\nwalla\nwalls\nwally\nfinalizaria\nsediarão\nanglo-lusas\nvukovar\nduplista\nalfieri\nnerthus\nnorteamericanos\ninteractivo\ninteractiva\ninteractive\ngagne\nprocedia\nsanteiros\nbotucatu\nacabarão\ncrisáfio\nquindim\navaiano\nverborragia\nconversíveis\nvertente\nwładysław\nsardis\nmesotérmico\nmetalomecânica\nbrindeiro\ncreate\ninter-relacionam\nfayed\nfayet\narenal\ncomitiva\nzhuan\ncarver\ny\nestadas\ndescascada\ndescascado\nremunerar\ndmca\nremuneram\nsverre\nnanban\nesporozoítos\nbabilónico\nbeane\nbeans\nanimalesca\nprivatizá\nroninho\nalgarvios\nprocuradoria-geral\ntecnológicos\ncroÿ\nsherbrooke\nragni\nvaratojo\nwarszawa\ncroz\ncroy\ncrow\ncros\ncrop\ncroc\ncroa\nafugenta\nprefloração\njacarés\nfornecemos\nquebra-cabeça\nsongahm\natléticos\nermitão\nplankton\nbrevard\nevangélico\nevangélica\nbungee\nieltsin\nmaternal\nconcluida\nretinóides\ncolaborativa\nstolypin\nalucinada\ncónios\natraíndo\ngeary\npétain\nshanna\nisomerização\nal-tabari\nyagami\nplaintext\ncapitão\nbohdan\ngarantias\ngarantiam\ninsultou\ninsultos\nbernard\nareal\nareas\naproximadamente\nmadam\nbráulio\nbishopsgate\nfantasmagóricas\nki-99\nspicata\nintermédia\nintermédio\nhaddad\nbestiário\nperfeitos\nbernoulli\nelaborem\ngordonstoun\ncarimbados\nlloris\nkreutzer\npuer\npuel\npanes\npanem\npanel\nal-sabah\nnão-televisionado\nofertada\nofertado\nprinces\nvizinhas\nmeteorológicas\nantifascistas\ndeggendorf\nejetado\nobservações\nocultações\nvago\npipocas\npipocam\nadenauer\ncooperative\nsexxxy\nagenor\ndeere\nolufsen\nloveless\nsubcomandante\nbrácteas\nagraciados\nvarsity\ncontentor\nrendido\nnassri\nradiologia\natribuíveis\npísek\npanamericano\ninterdimensional\nsub-área\nponche\nponcho\ngom\ngol\ngoo\ngon\ngoi\ngoe\ngod\ngog\ngoa\ngob\ngoy\ngox\ngou\ngov\ngop\ngor\nshakur\nnuku'alofa\ndurantes\nrhône-alpes\njuppé\nmangalore\nantagônica\nbilionésimo\npracinhas\ncreixomil\nacolhe\nwincott\nenterbrain\ncacaueiro\ncacaueira\naliviou\nacolhê\nmaracutaia\nbolsa-alimentação\nxilofone\no'dell\nstillwater\nretrovisores\nmico-leão-dourado\ncopista\nturow\nturok\ngiorgi\nbombeia\ngilda\ngildo\nolzon\nparganas\ngivanildo\nwahrheit\nherbalife\nindicarem\nsubúrbio\ncensus\nocchialini\najudo\nfininvest\najude\najuda\nhugues\nhuguet\nblaugrana\nsoja\nsaint-raphaël\nagradecendo\nmútuos\najudá\nfurnariidae\nmedeia\naprisionam\nbrandis\nbrandir\npmdb-sp\npmdb-sc\ndoggystyle\ninland\nsadia\npregressa\nyeezus\nbailão\nrosenthal\nélvis\nélvio\ndivirto\ndivirta\ndistricto\nfixará\nraquitismo\nstroke\ntrocarem\nbíceps\ncanary\ncanard\ncanaro\nterezinha\nenrustido\ns.w.a.t.\ndimmu\npretendessem\nautoriza\nautorize\ncanará\nshelbyville\nanoplolepis\nzeca\nborjalo\npokemon\ncadastrando\nsortuda\nportunhol\ndireitos\nfriz\nexercidos\nfrio\nfrin\nfria\nriqueza\nalfinetadas\ndlp\nsêmele\ncomanche\ndaria\ndario\nchael\nexuberante\ncodificadores\nprogramadas\nfiliou\ntelecaster\npriorize\nschellenberg\nrecepcionou\nprioriza\nteso\ncangalha\nkyuhyun\nenfrentou\nretornassem\nanticolinérgico\ndécima-oitava\ndonizetti\nuna\naçucaradas\ntess\nortorrômbico\nassimétricos\npaparicando\niranildo\nafrikaans\npré-definidos\nomissões\ngobbo\nsirikit\nmatricular\ncabalística\ncabalístico\nprimitivistas\noitava\nalavancados\noitavo\nmormont\nprescrevendo\nmosca\nmosco\negerton\ngalegos\nsinusal\nsalomé\nrecontratou\nmenzel\nsolen\nsoler\nsoles\nsurpresa\nsurpreso\ncommandments\ncompondo\nconsultadoria\nurartu\natrasando\nyuuichi\ncoltrane\nimitation\nreacionário\nimplementação\nmelendez\nfrasson\nsenai\nsenac\nchapitô\nbarra-pesada\nsenar\nsenat\nlíricos\nfortificar\nvalha\ndecresce\nvalho\nvingativo\nvingativa\ndesfigurando\ncrescentes\nиван\ngut\ntombamentos\nquilate\nextinto\nextinta\nnivel\ncañizares\nrussow\npreservava\nniver\ncordeiro\nculpabilidade\nconstroi\nreinterpretações\nsjöberg\nnetanya\niapar\nultrapassaram\nsveinn\ncontracenava\nchandler\nsimplificada\nferem\ndiamagnéticos\nprofessar\nversuch\nleann\nprofessam\nsimplificado\nhaga\nhage\nsumac\nhagi\nlanterninha\nmangabeiras\nwildenstein\nedvan\ndvds\nedvac\nedvar\nlja\nfulana\nfulano\nfulani\nlígia\nsindicato\njameson\nabusando\naludir\naludiu\ntdrs\nbalonismo\npraticamente\nembarcado\nembarcada\ncomanches\nstoklos\nhellion\neletromecânicos\nlogarítmico\narcaicas\nmarinados\nplaneta-anão\nlisandra\ntrincada\nmidiática\nlisandro\nmóveis\nchamara\nbarceló\nslater\nbrûlée\nibura\ngoldeneye\nradiativos\nnegociará\nmargera\nlumber\nmargery\nmicipsa\nescarpado\npontilhismo\ndiminuiram\nconscientiza\nfordyce\ngoiabas\nramiro\nfafich\nenosis\ndesabrigados\nyankee\nalter\npavimentou\nmanicures\nzegers\nsócio-ambiental\ncosmonauta\nkura\narezzo\nreclamasse\nexpõem\nkurt\nminguante\nsigtuna\nsamardã\nvitebsk\npagarei\npagarem\nnightingale\ncatódicos\nábaco\nmarcham\nmarchas\nmarchar\nsal-gema\nvoltariam\ntivéssemos\nutf-99\necologistas\npiscium\nrothmans\nfranquistas\nlêmingues\nuz99\nadvocatícia\ncinquentenário\nlosey\nimbecil\nloser\nprivatizada\nfragmentárias\ndeferentes\nprivatizado\nbeiyang\nnicoleti\nthani\nperdoava\nretrete\nrecord\nstaub\nfilémon\ndemostra\njewel\nemissários\ntávora\nbromélias\nchamemos\nlumia\nhelsingborg\ndegolar\nexistencialmente\natef\natem\ncustam\ncustar\ncustas\nater\nruskin\ncocaine\ndeleitar\njucuruçu\npaliativos\nhuppert\npaulistanas\nodvan\npúblio\npercorreram\nmajestade\npós-9999\nschools\ncochilar\nthelma\ndellas\ncassada\ncassado\ncassady\nmulti-nacional\naguardava\ndedede\nliebling\ncoligada\ncoligado\nbasketball\nmindinho\nmittermeier\nemires\naderentes\nsindipetro\nortodoxia\ncrytek\npittsburgh\nfelpudos\ndizimadas\ncamp\ncami\ncamo\ncama\ncame\npadê\nwallabies\nmigradora\npada\nagüentar\npadi\nminkhaung\npads\ncompêndio\nmanson\nphp-nuke\natilde\nmansos\nglasgow\nsram\npré-história\naxiomas\n̄\ncomunicarem\nauto-imagem\nticketsforfun\nhater\nloko\n9:999\nxb-99\nbranqueamento\npensantes\ntinctoria\npisístrato\nenemies\nparle\ncoronado\njiyeon\nmonson\nclemer\nbloomington\narredores\neuclidianos\nlytton\nconsumidoras\nreguenga\nescrituração\nreguengo\nsalobras\nalocações\ncontenha\nlanga\nlange\nansiosos\nprovisóriamente\naminta\ninventariadas\nskiffle\nubíqua\nawesome\nserei\nunió\naxexê\nevangelístico\ncastigos\nrefletores\ntabelas\nnewhart\nloggias\ntraçada\ncárnicos\ntraçado\nchun-li\nsanados\ncatação\ngénica\nclariidae\nmonazita\ngénico\ncarotenóides\nlissa\nbarzizza\nnoção\nmalfadada\nurania\nlawn\nlaws\nlibertado\nadoração\nlibertade\nanti-drogas\nsinonímia\nlibertada\nr.i.p.\norchids\nmirela\npetronilha\nasfaltos\npatrociná\nsecretária-geral\nvenis\npropostas\ninvalidade\ninvalidada\nesnobismo\ninvalidado\ntraba\npatrocina\nmonstrinhos\nterra-terra\ncrissiumal\nconstitutivos\nrobins\nyoshikazu\narrecadaram\nbissetriz\nbanestes\nstanislavski\nvozeirão\nlobster\namadis\namino\noulipo\ninteressada\nestonianas\nlaird\naterrorizante\nborne\nagradecimento\naplicam\naplicar\ngatilhos\ndiary\nfranjadas\nmorasse\ncassiterita\ncamané\nbelterra\nbritannic\nprimário\nbiotecnológicos\nporto-pe\n、\nfavoráveis\nsub-grupos\npintados\ncctv\nnecessitado\nδh\nankara\npontalis\nrothko\ncreditava\nmoultrie\nlucasarts\nesculturas\nanajás\nescultural\nsamudragupta\nempinado\nihde\nalavancada\nsul-sc\nparassem\npripas\nmilitando\ndiocesano\nengendrado\nloesser\nengendrada\nmanzarek\nroupagem\nmonocromático\nmonocromática\nimpetrou\n∈\ndermatite\ncontração\nplatônico\nplatônica\njq99\nrecomendar\nmonterosato\npontalete\nsobtchak\nsimonis\nsimonia\nrifleman\nestrias\ncolleoni\nguicciardini\ncomandados\nfredericks\nromperia\nclinton\ngalpões\nlibertando\ntsonga\ndeixavam\nelsewhere\nredescobertas\njirau\nninfa\ncabanagem\ncaracas\nlocutora\nfanfarras\nhaving\npênalti\nestudamos\ncalotes\nstaunton\nsecretam\nhyde\ngastando\nscienze\nmortágua\ncausas\noxenstierna\ncausam\ncausal\ncumpram\ntiffanie\nmetrópoles\nformava\nsubúrbios\nautarcas\nlifestream\nshangai\ngulpilhares\njônio\njônia\nvísivel\nguerrilheiros\nmesclada\nmesclado\nduesberg\nlincei\ntranspostas\nlinces\nlinceu\nprana\npóstumas\narnhem\nfieis\ncorrigindo\ncaixões\nzircão\nco-imperador\nbonds\nbondy\nbonde\nbondo\nbondi\nsessa\nsesso\nindividualização\nantípatro\nbutts\ngoldin\ngoldie\nabsorvido\nabsorvida\nrhode\nrhoda\nhormônio\nmannequin\nspain\nceluloide\nidealistas\ncerna\ncerne\npropiciadas\nfranja\nfranjo\nmagnéticos\nálico\ncalígula\ncompatíveis\njoalherias\nclaudinho\nbudgie\napontavam\ncoleira\ngaciba\nmathers\nandeiro\nrepousou\nexercitando\nproeza\ncoryell\nfenton\nlucros\nmédico-chefe\nprometem\ntransbordando\norganizacionais\nbottoms\nabobrinha\nnewburgh\ngaranhões\nbubbling\nfedorova\nconvalescentes\nazeredo\ndessecação\nforense\ndespedia\nmapeando\ngerarão\npenthièvre\nangelika\nagony\nlgbts\nsubstantivas\ndebray\nféria\ngostosona\nmourning\ntranmere\nconcertación\nnymphenburg\ndivergiam\nthick\ntuna\nal-rashid\nafastá\nafasta\ncochilo\nmadalena\ngorem\nespalhava\nx99-99\nengrandece\ngeorgianos\nsífax\ntexugo\nasiasat\nrache\nemergido\nmandelbrot\ntelos\nrepetições\nmenstruação\nstanisław\nregressasse\nwinehouse\nloredan\ndróide\ntopper\npotencializado\npotencializada\nzfc\nesmiuçar\nmizraim\nsusipe\nkillings\nfriedel-crafts\ngroenlandês\nimpronunciável\nhaute-saône\ncarbúnculo\nmanufacturing\nceroulas\ngoldtop\njuntou-se\nhermeto\nmembresia\ncadija\ncólicas\njanuary\ncotillard\ncontável\npreto-sp\npunky\npunks\nclarion\naerangis\nconcluídas\nkloster\nvladimiro\nsecuritate\nconvolução\ncoriônica\nhakata\nlobsang\nexcruciante\nigapó\npecuniária\nmadiba\ncontrolos\ndomados\ncroner\nbrâmane\nbodega\naury\naura\nviabilidade\nmotivando\nexpropriação\nmesas-redondas\nhunico\napreciarem\nschnitger\nhomólogo\nconstitutional\njoystick\nacabaram\namortecida\npressuposta\npressuposto\nestantes\ndevolta\nrosmaninho\npergine\nvalletta\ntrekker\npresumindo\nesclarecimentos\nthanos\nseagal\neletrocardiograma\nmiguez\nmiguel\npré-adolescentes\nneorrealista\nbocato\npickford\nfrequentadora\naparecerem\nprotoplanetas\ngusttavo\nismo\nদ\nfestões\niludem\nthatcher\nvirgins\ninstrumental\nvianco\nmuleta\npataki\npataky\nsharad\nsharaf\nmalabares\nconcessões\nprovíncias\nvaginalis\nkinetic\njarmuque\ncalculista\npia-máter\nmetroferroviário\nneuquén\nyou've\nplantou\ntarento\nauto-exame\noppa\nmaple\ngarcês\napprentice\nironizar\ncompositores\ncerimonial\ncerimonias\nmurtinho\nfundava\ninvestimentos\ncreators\ngestaltista\nlavagens\nkryptonita\nsaffir-simpson\ninstigou\ndrapeau\npondicherry\ncontrai\ncontran\nsião\ncampeoanto\nvarginha\nconcludentes\npituba\niludi\niluda\nilude\nreade\ndanes\nready\nfedora\ncambiais\nconfundem\nconflitos\nardiloso\nagrate\nhjk\nmcgrady\ncompensam\nolhanenses\ncompensar\ncesaropapismo\nduplicações\nabrilhantar\nimpérios\nchapeleiro\nvillalba\nconcentrador\nconcentrados\nextra-curriculares\ngieco\nassiduidade\nritsu\nviamonte\napoiaria\ncribs\ncribb\nkintaro\nteóricos\nvoivodato\nrenunciaram\neuterpe\ncianita\nfrançês\nredenção\npalmares\nnovenas\nbellarmino\ngalvão\njūrmala\ndiluiu\nastronomical\nmeio-sangue\nmodestus\nrudes\nmurdock\ncyperus\ncaronas\ndjanira\nsinensis\ndeterminísticos\nangustia\nyonhap\nsassafrás\nłódzki\nmendler\ndescomplica\na999-999\nfertitta\nlageado\nanti-reflexo\nerling\naloeu\nkalan\nkalam\nreclamava\nalmofadinha\nsuperiormente\ncoraline\npropositadamente\ntokhtamysh\nseccional\nonda\nfenix\nonde\nfenit\nondo\nfenil\nparolin\ncuíca\nhuss\nhuso\nhuse\nmini-games\nmergulharam\nhumperdinck\nkoharu\nzuloaga\nkega\nberlinale\nfrigorífico\nfrigorífica\nmatatias\norganizarem\ncataratas\nressentida\nressentido\nmencionou\naltafini\nseguimento\ndelain\nlichtenfeld\npropeno\nlichtenfels\nciberespaço\ncarregamento\ncoxilhas\naraioses\nmelmoth\nbasso\ncontratenor\nsundsvall\nangediva\ndotação\nligá\npianista\nretaliaram\ninelutável\nligo\nfurtwängler\nmanacá\nbarraqueiro\ndemograficamente\nplumária\nesquadrilhas\npepebistas\nfeatures\nfeatured\nexploradas\nmysterio\npentecoste\nmoscoso\nrabinowitz\ninexistência\nhidroaviões\nbelgas\netários\nhulha\negocêntrica\negocêntrico\nhotelling\nigi\nbuggles\nrentabilidade\ngranma\nlinfócitos\ncarotenoides\nsecretores\ninterlúdios\nproibira\norganolépticas\nlarmanjat\nfaço\nrealçou\nfaça\nimplicam\npondo\nimplicar\nmicrotus\nex-apresentadora\ntrópicos\nsala\nmorram\nxu\ntemáticas\ngeoestacionários\nanti-racistas\nslv-9d\npopulosos\nlucescu\nombreira\ndinamitar\nsapatilha\nmap\nmas\nmar\nmau\nmat\nmaw\nmay\nmax\nmaa\nmac\nmab\nmae\nmad\nmag\nmai\nmah\nmak\nmaj\nmam\nmal\nmao\nman\npondé\nadversas\ncascade\ncascada\npentóxido\nhausser\nrodaram\nfilamon\nencaixados\nfênix\nsaquês\ntrimestralmente\nroster\naplaudido\ncosmópolis\naplaudida\nineficiências\nmops\nrepetirá\npéptica\ncampinhos\nmalícia\ncatecismo\namory\nbête\nlivraram\nrowland\namore\nóperas\ncicuta\ncariocas\nbrisseau\nconcepção\ncontratou\npupp\ncontratos\npupo\nadmoestado\npupa\nétendard\nlomellina\nproduzindo\nshri\nestoniano\nestoniana\nmaestoso\nencurralados\nclassicistas\nespanhas\nguaritas\nfarnésio\nfernandópolis\ncarpo\ncarpi\ncarpe\ncarpa\nrefratária\nrefratário\nensanguentadas\ndrivers\nfrouxidão\nnarita\nmororó\nflanqueados\ncomandatuba\nversáteis\nfitzalan\njuta\ncoincidência\nsplitter\nyushchenko\nbarracão\nasti\nasta\ntajique\nacurácia\ncorrerem\ndeveria\ncontrapontística\nconsumistas\npreparadas\nquechua\ncompatriota\népicos\nsomeone\neufemismo\ngardneriana\nprini\naborrecimentos\nprinz\nprint\nfortitude\nprins\nangicos\nmormugão\naudaciosamente\ndraper\nbeechcraft\ngurung\nfitogeográficos\nformações\nrequalificado\ntricordiano\nanuários\nפ\nmaier\nboniface\nyauyos\npostagem\ntrufas\ndancei\npurpurascens\ndances\ndancer\nvladikavkaz\nex-sindicalista\ncraven\nprofetizar\nsparta\nexaminadas\ndinamizador\ninundações\nsylvania\nbiomédicas\nfimose\nassurbanípal\njaconi\ndescontinuada\njaconé\nstatesman\ngekkonidae\npolipropileno\nfujieda\ncorazones\ngalera\njosie\ndevotando\nvisse\nhh99\nskrulls\nesboçou\ntotius\ntendências\nlucinda\nunitária\ncomprá\nzevi\nhumoristico\ntreponema\ngenitálias\npalimpsesto\ncompro\ncompra\ncompre\nhipoglicemia\nrompido\nrompida\nhaganah\nembaçamento\nesparsamente\nhilary\nregressivas\ndepreciativos\nrhein-hunsrück\nbroteriana\nmetabolizada\nmetabolizado\nnominalismo\nviessem\negresso\napostólicos\nenvenenamentos\nguttata\nexato\nexata\nknyaz\nportuguezes\nvotivas\nkilcher\nreeleição\nbulk\ndemonstrassem\nbull\nreinhold\nbula\nbule\nsertões\nbabilônicas\nngawang\ndinitrogênio\nantagônicas\nnaitō\nsint-niklaas\nnampula\nkhyber\ncarregadeiras\nrecadastramento\nrevide\nmonofisita\nalthough\nbrahmagupta\ntailed\ntodt\nsul-sul\nevolucionista\ndançaram\ndorival\narnauth\nsanguinea\nsanguineo\ndesfechado\nrecortada\ndiscográfica\neileen\nespermatófitas\nsitiado\npechenegues\nmoída\nprofilática\nprofilático\nbrincado\nvalsa\nvalse\nrezava\nfaltarão\ndamas-de-companhia\ncomunicante\nmandinga\nbandagem\ndespendido\ncelebre\nencarregue\nprémio\nxampu\nt-shirt\nexpansionistas\nreport\nindividuo\naechmea\nprivilégio\nnjokuani\nregierungsbezirk\nsalyut\nthaísa\nvereniging\nbatlló\ntoda\ngnutella9\nryback\nkoyré\nharmina\ndesmentiram\naustrodrillia\nmirin\nblocão\ninfluiu\ninfluir\nfrustrar\nfrustram\numbandistas\nrevolvendo\nemerita\npropagandista\nskunk\njeb\nregravações\njambalaya\nsport-es\njeg\nytuana\nflexibiliza\nconcierge\nverlag\ngiardini\ngiardino\npronto-socorros\nreivindicando\npironi\nhábitats\nnaturalistas\nbiograph\nobsession\narrelia\ngosling\ndisputadas\nbahamas\nex-bailarina\nkibbutz\nreagrupamento\nwhiteaker\nbonificação\nnª\naniceto\nlusitânia\naltamirano\nvinila\ngerald\ntropel\ntropez\nexemplificadas\nestaca\ndecadência\nderecho\naonde\nodinei\nna\nv-99\nbrisbane\nsinfônica\nsinfônico\nng\nigaporã\ntyrande\nromolo\nlmfao\nmichalany\nstane\nstand\nstang\nstann\nscopoli\nsherpa\nrepulsivas\nclimáticos\nnaufragados\nall-stars\nvenosas\naln\nall\nalm\nalf\nald\nale\nalb\nalc\nala\nsuculenta\naly\narrasa\nalt\nalu\narrase\nals\nsuculento\nschiff\nconcussão\natps\nmercantilismo\nedcarlos\nalî\nalí\nalê\nalé\nalá\nalô\ninvejável\ncarinhosamente\nanti-hipertensivo\nagustin\ncomets\narinos\nnebó\njohannesburg\nrabeta\ninexoravelmente\nredgrave\nhawkwind\npreferi\nclístenes\nromantizada\nnºs\nkipps\nunfaithful\nkustom\nnº9\nreverend\nhepburn\nlideravam\nataduras\nammon\nmontagem\nع\nirrecuperáveis\nyoumas\nfutre\nmicrofonia\njóquei\nincomodada\ncreditando\nchiropotes\nsrta\nsrte\nomicron\nalto-comissário\nesquentar\nganmen\nesquentam\nconception\ncopular\nsaltense\noponentes\niates\nfianarantsoa\nebionitas\nrenegociar\nperico\nansbach\niroko\nroceiros\ninnovation\njoia\norganização\nchaval\nresignou\nauto-sustentáveis\nwheldon\ntutores\npriorizados\ncurren\nleucina\npenetrava\necoaram\nrespaldo\nlanzo\nlanzi\npurificando\npfl-pi\npfl-pb\npfl-pe\nmatutina\npfl-pr\npólos\nmanjacaze\nagadão\nmichaelis\nimpulsivo\nimpulsiva\ngastrina\ncirnansck\nconjuntamente\nmc9999\npenitenciários\nfuzz\nbolívares\nlionheart\nweaver\nprotuberâncias\nerosões\nsiad\nsiam\nwalworth\nmultidisciplinares\noptoeletrônica\nosteoblastos\ntariq\ntarim\ntarik\nletrado\nletrada\npromoviam\nlastra\nlastro\nalarmistas\nyan'an\nlegislando\ncheerleaders\npercentagens\nconstituírem\ni.e.\nalyx\nlyoto\nwireless\ngeto\ngete\ngetz\ngets\nex-empresário\nverídicas\nrajasthan\nkozlowski\nguaita\najuizada\ngables\ngabler\nteimosia\nboggs\ntotalitária\nmorricone\ntotalitário\neo99\ntemp\nteme\ntema\ntemo\ntemi\nsacado\nnublada\neclosão\nvenevision\nrunaways\ntemê\nmissioneira\nmissioneiro\nquestionador\nquestionados\nfurtados\nespreitam\nnuvolari\nkammu\nsonenclar\ntrigueiro\noperante\nnorsk\nabro\nguarus\nparisiense\ncavaliers\nkorado\nheadquarters\nvenizélos\nsubstituirão\nvisitação\nsimulacro\nproclamada\nproclamado\nramificação\nbuganda\nnáuplio\ngrã-cruz\nconfigurava\ndorinda\nxia\nxii\nxin\nxis\nxiu\nxiv\nxix\nautômatos\njackson's\ntwickenham\noncins\nrelease\nżółkiewski\ntwain\ndeterminável\ns9999\nestampou\naskren\nrallys\nretirava\nrallye\ngeise\ngeisa\ngeisy\ngeist\nestacionais\ngeiss\ninfraclasse\nespíritos\ncontidos\nilka\ngrandino\nposei\nposey\nliberá\nconcreções\nposer\nposes\nunimed-rio\nstefanini\nmaimônides\naguarela\nparabólicos\nvencedora\ninoperável\nrubinstein\nauchinleck\nvenenos\nsujeição\npetismo\ncolmeado\npiovesan\nrequiem\ntrithemius\nodum\nbrazil's\nlibere\nlagartixas\nvetorial\nlibero\npousado\npousada\nlittéraire\nconvocadas\nvarieties\njuvenis\nfitófagos\nalenia\noxide\nhemofílicos\nbarrancas\nballeteatro\novw\ndecolou\nwlan\nwlad\njoseph-louis\ndacha\nencarrega\ncorridinho\ncorridinha\nmeteora\nmeteoro\ntschumi\ne-book\nrmi\napso\ncolonizados\ncolonizador\ns.d.\naktion\ntodo-o-terreno\nunifor\nlocard\narrestado\nmarrey\nrogen\nrogel\nroger\nal-mahdi\nlusia\nsparx\nsparc\nspare\nspark\nzoneamento\ndesfibrilador\nboi-9da\nhutton\nbloomberg\nconstituía\nprimus\ncardin\ndanificada\ndanificado\nmatlin\ndefinir\ndefiniu\ndefinia\nformatadas\nnumão\ndráusio\nspringsteen\nrecuperavam\nfieschi\npartilhavam\nperiodização\npesquisa\npesquise\nlocações\nboas-vindas\nprivatdozent\nvoluntaria\ncanalizações\ntransparente\norgulham\ndesafiavam\nyokoyama\ntitânia\ncorsetti\nnorthcott\nnão-incorporada\nbantustão\ntolstoy\ntolstoi\ngütersloh\narrancava\ndecepticons\nacoplou\nancelmo\nmarcavam\nsargent\ncromatina\nmodes\nvasos\njatapu\npírrica\nmegaupload\ndenunciadas\ndetêm\nsonegador\nriver\nrivet\nfrutiger\nquinzena\natribuímos\npescarolo\npdv\npdu\npdt\npds\npdp\npdm\npdl\npdk\npdj\npdi\npdg\npdf\npde\npdd\npdb\nmanzanar\ntamers\ntransmissora\nsweetheart\nvissarion\nhabitem\nachávamos\nctm\ncomercial-ms\ncti\naroma\nreadyboost\nconsensus\nhosmany\nhomenagearam\ncuretes\ncristalográficos\nexigissem\nmejia\nincrementados\nbixby\nms-999\nmesclados\nannibale\nmongólia\nprescrevem\nfirefox\njafa\naproveitada\naproveitado\nconfeccionaram\nmastologia\njafé\nabjurou\nprescrever\ngardner\nbronzino\nremontando\ncelastraceae\nm99\nescambia\nsaturn\natrelados\ntelúrio\npérissé\nquikscat\nconsagra\nsub-99\npoliesportiva\npoliesportivo\ndevice\nconsagrá\nm9j\nruger\ninsuflado\nhoegaarden\ndimetil\ngbps\nperclorato\ninalada\ninalado\nchenopodiaceae\nallariz\ncontestável\nizmit\nizmir\ntimaço\naquáticos\ncraxi\npersis\nfrância\nservissem\npersio\npatrikios\nraffaello\nroads\ncondutora\nchipset\ndescongestionar\neod\neon\nseparações\neoq\nportabilidade\ntrezentos\nhabitavam\nbrunschvicg\nconst\nwikcionário\nendings\nexecutado\npan-pacífico\nfaed\nfael\nerodidas\nsistematizar\ncristalys\nespuma\nwalkin\nmonachus\nabrigarão\nmccurry\nsejm\nseja\nmataram\nganhado\njustaposição\n#bombou99\nkojiro\nångström\ncontemporâneo\nassentamento\nparasitóides\ndickson\ncameras\nlolita\ndamnation\ncolmos\nexcêntrico\nprevíamos\nlicitada\nlicitado\nomissos\nflutuar\ngies\npropôs\npropôr\nconhecíamos\nlaseres\ninteressantemente\nitagaki\nelevatória\nrestantes\nbarbot\ncicco\nsolnhofen\nlazarsfeld\nfelicíssima\nideograma\neborense\nraspa\nraspe\nfusível\nstine\nsting\ncamerlengo\nengasgou\npaganini\nestragão\npallavicino\npallavicini\njóia\nassinara\npalabras\nfriburguense\nganges\nepiciclos\nbahá\ndentição\ncybermen\nperteneciente\nbravamente\nassinará\nelevou\nsemipelagianismo\nbahr\ncolumbus\nbaht\nbaha\nbahn\nimpelida\ndecretaria\nprocurasse\ntessália\ncutícula\ninspectores\ndecorreram\nbrown\nbrownie\nboicotando\nfestivos\nexcesso\noireachtas\nterapêuticas\ntextural\ntexturas\naglutinador\ncybo\nrashidun\nlongevas\nkeroro\npieve\nherchcovitch\nserrote\nhappenings\nbrueys\nhemicelulose\nbariri\nguerrear\ncomandante\ntehran\nfesta\ncontra-guerrilha\nbtc\ntubos\nhemerson\nabarca\ndepositários\ndiagnosticou\nparóquias\nintercambiar\ngeminada\ncósmicos\ngeminado\ntucuruvi\nilimitadas\nbwinliga\nsalinas\nsubordinação\nocorria\nkushiro\nlunardelli\nstickers\ninchou\nquiaios\ninchon\nandorinhas\ntiver\nlaboratories\nmordazes\ncryptopone\ncomprometerem\nesfoliante\nathletica\npasme\npasmo\nculturalmente\ncolapsou\ncolapsos\nforks\nonorato\ncheikh\ncanarinha\ncanarinho\ndesregulação\ncumprissem\norganización\njogaremos\nbuilding\nautomated\nchoson\nmédios-ligeiros\nreintegracionista\nmanchinhas\npixar\nxxxxx\nregressara\nsustentadas\nregressará\nwebcams\npezão\nliri\nliro\nlira\nvinculante\nvoavam\nvírtua\ncitosol\noñoro\nsyndicato\nnotificados\nalcantara\ncadastramento\nbahá'u'lláh\nhipona\ntestava\ncontracenam\ndorsey\ncontracenar\npoluir\npapagaio-do-mar\ncultivou\ncultivos\nrenaud\nrenaux\nradicans\nscheidt\nstavelot\nmckay\ncompôs\ncompôr\nfordismo\naproveitavam\nsc99\nenergizar\nlithium\nacreditarmos\napiaceae\nintensificou\nvitimas\nkatanga\nclimatempo\ninelegíveis\neritema\nmácula\nzambales\nsecam\nsecas\nsecar\nencaramos\napresamento\nschering\ngetulio\nsincretismo\nilustração\nvultoso\nvultosa\nyoutube\nespecificação\nshilton\ndoutrinadores\nreanimados\ntavola\nblitz\ngalinha\nletargia\nshiranui\nfinitas\nmercyful\nreestilizado\nsigaud\nhayate\ncatalisadas\nexpoente\nhayato\ninadequadas\nargumentistas\npaul-henri\nviviani\nimperiais\nafricano\nkolkata\nafricana\nnadu\nmóbile\nsilvânia\nglobo\nglobe\nandanças\nràdio\ndesordeiros\noferecidas\ntownsend\nbarolo\nintersexuais\npeligro\nfolie\nnumérico\nreajustes\nfaltarem\nmarchisio\npingala\nedifício-sede\nconcretizam\nconcretizar\ngamora\nminds\ncredenciamentos\nminde\ngeossistemas\ngilmário\npsicólogas\npremente\ngrappling\nalazraqui\ngrijó\nshed\nshea\nshen\nshel\nshem\ngrizzlies\nsher\nshep\nhedland\ninsanas\nhalleluya\ngabála\nperfazer\nprotoespatário\nperfazem\ncelly\nétude\ncells\ncello\ncella\ncelle\nmisconceptions\ndistribuíam\nelettra\në\nconstituidas\ncactus\nasin\nasim\nestratovulcão\nasic\nasia\nwenzel\nasis\nasir\nsafina\nwelch\nstanwyck\norbach\ndestruindo\nsubcontratadas\ndesfilar\nlaughs\nralphes\npresunto\nsoajo\npré-estréia\nprius\npães\natravessasse\nibeji\norbitado\naldebarã\nlicuri\nabatimento\ninupiat\nkadokawa\nzerou\nzeros\nångermanland\ntiliaceae\nsesotho\notites\namebas\njerez\nob9\npré-mirim\nindefinição\nvisadas\ntye\ntyc\ntyp\ntyr\ntumart\nba9\nquilometros\nchausson\nbau\nbar\nbas\nbap\nbax\nbay\nbag\nbad\nbae\nbab\nbac\nbaa\nban\nbao\nbam\nbak\nbah\nbai\nrigorosos\ndescarregou\nfrancófonos\nsimbiótica\nbaú\nsondada\nsondado\nconseguindo\nestagnou\nprostaglandinas\nfuncionário\nprestamos\nfuncionária\nfiéis\njerôme\nbordalesa\nsalobro\nbrasilprev\nsalobra\ngustav\nnatas\nnatan\ngustaf\nesquematismo\ncrescentemente\nnucleões\ncanna\namanuense\ngeoeconômica\nencarregavam\ndegredados\nsepultados\nvalfrido\ncoletivas\noffering\nraptaram\nfloating\nproíbem\naerado\nfalcatrua\neditorias\nprometendo\nlempira\nassimétrico\nassimétrica\ngradište\nabrigavam\nrecém-saído\ndesferido\nwaid\ngastavam\nwait\ninstituto\ninstitute\nbenzênico\ndowntown\ncriticá\nmangueiras\ndukowski\ncritics\ncritico\ncritica\nripuários\nanna\nremetente\nthank\nthanh\nthang\nthane\nthant\nresposável\nentrelaçando\nboas-festas\nplanchon\nregionalidade\nincongruência\ndeixado\ndeixada\ninferi\nnadine\ndesbaratado\ntwinsanity\ndesbaratada\nefémero\nefémera\nbrasil-bolívia\nchupar\nogms\nserpulidae\nfried\nhomofóbicos\nlevantaria\nmoça\nprovedoras\ntarimba\ncompreensiva\ncompreensivo\nastecas\nrosalândia\ngrs\nextrema-direita\npavorosa\nlightning\npichu\npiche\ndespicable\nferro-gusa\namiotrófica\nadriane\nadriana\nadriano\nadriani\nalucinações\nteti\nvegetabilis\npāli\ngeode\nbarateiro\nreputadas\ncoolidge\npornográficos\nsteve\nzarro\nzarra\ncolunistas\nsinésio\nquebec\nphytossauros\ngrünberg\nsubtenente\nampc\nkaisha\nribalta\nensandecida\nsublevações\nsubgrafos\ngassman\nfeltri\nfeltro\nfeltre\npesagem\nnetuno\narrematante\nflower\nrespirando\ntranscrita\napaixonadas\nsargento\nmea-culpa\nexócrinas\nprefigura\nborrado\nborrada\nmediano\nmediana\nboinas\nolivacea\nnão-zero\nitirapina\nvéspera\nadaptação\nmacgregor\nacasalam\nangostura\ntaddei\ntaddeo\ntrocadores\nplanetshakers\njoga\nantióquida\nviveu\nyuuko\nས\nentrelaçam\nentrelaçar\ndifracção\nespecíficamente\nsemânticos\ngraduation\naceitarem\nfiuk\noberfranken\nmatabeleland\nmatsubara\ndesalinhadas\nexpedition\nmanteria\nmusicias\nsucessórios\ndepaul\nportos\nportou\nalfabetos\nctcss\nhumanóide\nanelar\nbrauer\nueta\nfiesole\nsparboe\ngabriel\nbrutos\ngt999\narnim\narnie\nedelstein\nvonnegut\ncornélius\ncorreram\nimportar\nartísticos\nwheatstone\nadubar\ninterceptar\nbromance\nhelu\nauto-confiança\ncatecol\nsouto\nsouth\nconstrangimento\nconsolidarem\nalhandra\nelric\nrecenseada\nibiúna\npraião\nmergulhava\nsubstituiram\nhardman\nenviados\nsalgadas\nronja\ngoiana\ntangas\napagamento\ngoiano\nconseguia\nconseguir\nconseguiu\nestava\nestave\ngrantham\nresíduos\nmín\nexpanção\ndisquetes\nsantos-dumont\nurbanístico\nlandmarks\nzamalek\nautêntica\nboudou\nvelhote\ntrebbiano\nmoldavos\nfascinaram\nmorehouse\ncafajeste\ntransplantadas\nminervino\nfraquezas\npopcrush\neditores\nfoucauld\nrisk\nrisi\nrise\nrisc\nrisa\nostentado\nostentada\npavimento\ncristóvão\nhakkinen\nbarbusano\nexercitado\nsúpero\ndiler\ndescent\nezequias\nmonômio\ndivinity\nmacambira\ndacre\ncaças\ncaçam\njónica\ncorridas\npemberley\nlucrezia\ngabor\nmmdc\ngabou\nmmds\nelencados\nagilizam\nagilizar\nbósnias\ncaixa-preta\ncraveirinha\nmumadona\ndelirantes\nemigraram\njoyride\nterabytes\nwaterville\ncecilia\ncecilio\nwallis\nauto-conhecimento\nforma-sonata\nrestituições\nefta\navistamentos\nvale-transporte\ncandidíase\ncompreenderá\nlaevis\necheverría\ns.o.s.\nulteriormente\nexecutadas\nestaleiros\nbrewer\nfreenet\nganhamos\nouvimos\nperito\nperita\nsuape\nfecundada\nfecundado\nsotheby\nplunkett\npéclet\nreforçava\ncurro\ncurry\nremoveu\nremover\nremovem\nhelvécio\ninvoluntárias\nrajastão\nsalomônicas\nhelvécia\nmesada\nxr9\ndesarticulou\niaco\nrenderia\nbacia\néramos\nlucanos\neliminatórias\npré-escolar\npré-escolas\nsitiantes\nisley\nmanipuladores\nisles\nmanini\nardendo\nforastieri\ncomprometeram\nelevação\nestérico\nworcman\nbanker\nvagabundagem\nadquirentes\nacademismo\ndesiludidos\nmeandro\nepitáfios\nd.h.\ncolecionadora\nfactory\nsuperbem\ntartá\ntoboágua\nchondrostoma\nengajando\ndhawan\ntartu\nwinifred\nepiscopal\nweldon\ntakuto\nhidromassagem\nabrigando\nrenier\njiangxi\ndeclinado\ncismas\ncabeleireira\npublicaria\ntiverem\ngabaglia\nforração\ngein\ngeir\nnapão\nmcknight\nficheiros\ndocemente\nmirren\nneguinha\nneguinho\nlimpando\nsasquatch\nabdias\nkjartan\narquimedes\ntepe\ndulce\ndestruam\nprefiram\nabyss\nmenendez\nmontego\ndesenrolava\nplicata\nimportem\naritmético\ntecla\ntecle\ndeutério\nalóctones\nritmada\nminiatura\nsepulcrais\nfinlandia\nantevendo\npiranhas-açu\n9999-999999\nbillington\npistorius\ntraumatizadas\nfulminantes\ncourbet\ntroncoso\njiuquan\nstradlin\nstrauss\njemima\ncuniculus\ntetraponera\nbuzinas\npalavrão\nbacen\nbihor\ncomprada\ncarrascos\ncmvm\ngladiador\nmaquia\ncomprado\ninteressarem\nvia-láctea\ncoincidem\ninicializa\nempacotador\nempacotados\namici\namico\napas\nenvolverá\ncastilho\ncastilha\nlibraries\ntomás\ntomáz\nenvolvera\ndediquem\nmappin\nlenard\nkabupaten\npré-copa\ntiberias\nnueces\nirritava\ngryphon\nvallée\ntranchesi\ntomáš\nvallés\nmountbatten\nlingüísticos\npohl\ntigresa\nshawar\nentusiásticos\nioannis\nocultista\nqadir\nnuffield\neletrizante\naudiodescrição\ngravadora\nsugado\ngordinhas\nmágoa\nconselho\nshimizu\nfísicas\nmalange\nkarma\nodeon\nabdrushin\ndolo\ninacio\neneas\nescriturais\nathias\nintegralidade\nacetinado\ninexplorado\ninexplorada\ncleopatra\nmaláui\nmackinac\njaguariaíva\nifmt\nbestsellers\nseamonkey\nmaranhense\nbocais\nliminha\ninlet\nchoose\nmairiporã\ncontraia\ncontraiu\ncontrair\ncorintiana\nengatou\ncorintiano\neletrônicos\nmicrográfica\ncampanário\nprobleminha\nexaminará\nmagníficos\ns.s.\nbizarros\ndríade\nimaginárias\nlocais\ntarapacá\nchilensis\npuseram\nautostichidae\nheavy-metal\nвасильевич\nchicken\nautonomistas\ntake-two\nsued\nsues\nkafka\nsuez\nsuey\nmerito\nmeriti\nver-se-á\npiscicultura\nhomebrew\nodacir\negyptair\ncordite\nautobiográficas\ngrendha\nociosos\ndohnányi\ndäniken\nutica\nimunodeficiência\npremiere\npremiers\nestampava\nlissitzky\nquerelle\nmeagher\nexpositivas\nexatidão\nsupermassivo\nentrismo\nyabu\ngalán\nsafrinha\ncolheitas\nbombardino\nsucedendo\nproteccionismo\nsobeet\nscola\nunitário\nfractal\nsenzalas\ntotalização\nfonzie\nesquerda-direita\nalpena\nprestigiando\nacertar\ngottlob\nsverker\nkampala\nabsoluto\nabsoluta\nabsolute\nplayback\ncimeiras\nextravasa\nsixteen\nreunirem\nnunciatura\nzar\ncaderno\ncesgranrio\nemeis\neverdeen\nestofadas\neficiencia\ncisterna\neremitas\nbourmont\nesbanjando\ntuga\nracers\ntornar-se-ão\npyrmont\npoceirão\ndokolo\nimpagáveis\ntamandaré\nmusicales\ngiffen\nbucomaxilofacial\ncapitalizou\nturgóvia\neurosport\nexclusividade\npápulas\naiatolá\nregistradora\ndesmembrado\ndesmembrada\n99-9999-9999\ninterditada\nletra\nafluentes\nthéorie\nhadamard\nmaxwell\ncifradas\ndanbury\nn-999\nbourdais\nbourdain\nintrepidez\nfracionário\nfracionária\npós-segunda\nlouveciennes\nmcghee\nmohafazah\ngolbery\nandraus\ntrails\ntraill\npenalizações\ndistictella\nlóbulos\nlajotas\nenrola\ntimbuktu\nhaveriam\nblackwater\nbeneficie\nbeneficia\nborisov\npatativa\nincrementar\nincrementam\ncontarmos\noswaldo\nkorbut\nbeneficiá\nabcásia\ntoxidez\nquicou\ntricomas\nvoltassem\npluna\npregarem\nmaxion\nemergência\nvêneta\nvêneto\nenvenenar\ninferiores\nladoga\nstifler\ncutty\nhapalidiaceae\npillman\ncredenciou\nsaintes\nincessantes\npurificadas\ncipriotas\nsunifredo\nmarnie\nmarnix\ncavacas\nnuas\nharvey\ndistraia\nwestover\ndistraiu\ndistrair\nredesenhados\nschoenberg\nkurtziella\nreclamante\npregos\npregou\nsaqueou\ncardiogênico\nwants\nacordaram\napolloni\nchaitén\nnavegando\ncategoria\npostas\npostar\nlampsilis\npostam\npostal\ntrancou\nconheço\nespeciaria\nconheça\nconheçe\nezo\nesplanade\nniall\ncorriere\nsangster\nmathml\nconstabulary\no.s.b.\npré-condição\nmesophyllum\nsophos\nprestigioso\nwhiting\nbracknell\neferente\nguita\nskywalker\ncapilé\nilusão\ncontestava\nfirth\nauditados\ndoou\ndoor\ndoop\nmerlões\ndoon\nhabitants\nmemoirs\nshachtman\neisenstadt-umgebung\nrsrsrs\naeronavegabilidade\naproximei\nsigne\nsigna\nsigno\ncalcanhares\nsigns\nsigny\ncinta-liga\nhounds\nfidié\nogivais\nweeds\nmandarins\nmandarino\nmandarina\ntipologia\ndefinition\npairs\npaira\npaire\nraabe\nluchan\nhidrosfera\nbispo\nbispa\nmicelas\ndatável\nfatiadas\ntransformadores\nhachiman\nfilantrópica\nexpulsa\nfilantrópico\nmatinê\nfinanciavam\nkhadija\nanônimas\nprovou\nprovos\ntropicais\natuário\natuária\ndelongas\nxian\nxiao\nengrossada\nengrossado\ndivulgaria\ncaracu\noverdubs\ncronenberg\nespectaculares\nrangers\nequiparando\npaizinho\nwildside\ncineclick\njarras\njarrah\narkan\nocasionais\narauto\nimpulsionaria\nreencontrou\nreencontros\npomada\nbaseia\nbaseie\norçar\naustríaca\naustríaco\naçaí\nroubar\nyevgeny\ncortava\ngrandiosos\ncamada\nriscando\nerrantes\nsubalterno\ndesacreditar\nescondemos\ncigana\nbordô\nestratégicos\npromotional\npaleo\npaley\ndescobrimentos\nproto-história\nfrutado\ncustosos\njoice\nvicinais\nbordo\nborda\nmute\nmutt\nannablume\nmeiningen\npresuntos\nmatrix\nmatriz\nlongarinas\nlength\nachtung\nyoü\nchong\nprobatório\nbanimento\nhashtags\nco-produziu\ninovações\nco-produzir\níndices\ngosei\nbatesville\nkomuro\nliterario\nbraidwood\nneons\nd'agosto\ntires\nbristow\nbristol\nlajeado\noutlander\ndecidido\ndecidida\nsemestre\nbrockovich\ndisponibilizamos\neconómico\neconómica\nyon\nauxílio-transporte\nindonesia\nlabores\nbenkei\nyou\nbão\nejaculado\nmahesh\nabuja\nunânime\nirracional\namstrad\nroçado\nprudente\nmontanhismo\ndonde\ndonda\ndondo\ncompadre\nmamodos\nskoll\nmaori\nplacer\nfangio\nbananeiras\nipc-m\nipc-r\nipc-s\nsemeador\nsemeados\nfaroestes\ntorrio\naprosoja\nrezzonico\nacordar\nacordam\napex-brasil\nnocivas\ngramaticalmente\nroddick\npâtisserie\npirólise\ntrepadores\ndarlings\npatela\nindulgente\ngloria\ntortugas\nárcticas\ntrombeta\nserialismo\nsacd\naceptores\nsafo\nsafi\nsafe\nsafa\nsafs\nanion\nsusa\nmaniacs\nkievana\nhumayun\ncaça-minas\ndigiescolhidos\nchamps\nchampa\naboral\nelevator\nzhongshan\nacirradas\nórfão\nduílio\nórfãs\nsenoidais\nqualificavam\nanatomistas\ntrancafiado\nendémicas\ncréation\natribuível\nrondam\nepiscopais\nesperaria\ngenève\nconfiscou\nconfiscos\ntorgan\nlajeadense\nustinov\nexaustivo\nreceberam\nniépce\nmurados\ntestada\npizzicato\nasking\nsimioni\ninfusão\nteatral\nherpes\nsacudiu\nboteco\natherton\nirmã\ndardânia\nneedles\nsenatorial\nirma\nbeda\numbriel\ndutkiewicz\nobamacare\nsentava\nmaneiro\nencomendar\nencomendas\nézio\nprospekt's\noaks\nkeuning\nlatino-americana\nascendentes\nlatino-americano\nco-desenvolvido\nrecrutou\ndesmonta\nconvidadas\ndesmonte\ncamocim\npalestrar\nimunossupressão\ncorona\notimizar\nmondim\nsedentarização\naptos\ncuspe\nfloculação\nreparadas\ngray's\nthirst\nfracassado\nwhiteley\nfracassada\nlysenko\nceitil\ncontaram\nsoren\nsorel\ntúbulos\nbalazar\nsacana\nidentitário\nredundou\nsurpreendido\nsurpreendida\nteletransportar\npeano\npropulsores\nvietcongues\nvaltra\nromanceiro\nretraimento\ndesaparecesse\nismar\nsalvadores\nemoldurado\nhoróscopo\noberleutnant\nemoldurada\ninfectologista\nyorick\nd'este\ninválidos\ndamas\ndaman\njeane\nsehab\nwinky\nbeaver\nperuíbe\nmtv's\napnéia\nassembly\nsuboficial\nwhitfieldia\nd'hoffmann\nerigindo\nkapp\nkapd\nsobretudos\nkapo\nroyalton\ncorrespondentes\ninterpôs\ninvestirem\nreeditadas\nrígel\ndescia\nninhos\npropaga\ncomercial\nrouhani\ncomerciar\ncomercias\ncorrentistas\ndesilusões\nconviction\nequivocado\nentardecer\nencaminhamos\nespectadores\ndpdc\ndelphinus\nd'elsa\ncagece\nlegba\nalavancas\ncasanova\nbuzen\nbuzes\nemociona\nemociono\ntherezinha\npenda\npende\nmoreton\ncranianos\ncurtiu\npoderosas\ncurtis\ncurtir\ncurtiz\ncurtia\ntf9\nextra-veiculares\nbeckendorf\ntft\nipads\ntfp\ntfr\nbzö\npuglia\nabasto\npsicomotor\nsoriano\ntubes\ncadastros\ncadastrou\nghiberti\njustice\njustica\nbaptizou\nstrut\nstorey\nstrug\nforster\nteimou\nmourato\ncomprando\ncordada\nmasanobu\naeronave\nsenador\ninstrumentista\ninutilizáveis\nencarnados\nhooters\nprevenção\ngastón\nrepartições\nreanima\ncaptchas\ncarbocátions\nroyaume\nreanimá\njihadistas\nventricular\nedmir\nsasaki\npuníveis\nbrilhar\ncrêem\nnippon\ndorna\nfelicita\nredondezas\nfelicitá\nconvert\nideias\ncolando\ndenys\ntrajar\nbackman\nsantuario\nreputada\nreputado\nhomeopáticos\nprodutores\nestáticas\nhirschfeld\nstout\nduciomar\nafastamento\nredondamente\nambientalistas\ninterceptada\ninterceptado\nafricanas\nespiguetas\nsalutar\ndepositavam\nqüinqüênio\nfigurada\nfigurado\nvermillion\nrossville\nsocial-democratas\ncanápolis\nentendia\nélson\nfileira\npegadinhas\nravache\nbombou\ncostura\nsequeiro\nshoulders\ndnpm\nevelyn\neszterháza\nterraformação\nsem-serifa\njamari\nqikiqtaaluk\ncansaram\nengasgo\nlaurino\nsulmona\nccee\nanaeróbias\nsylphide\nmorsas\ncharro\nanglo-normandos\nnapa\ndinamarquês\nprohibitorum\nrenascença\nstat\nstar\nstax\nstay\nstag\nsarado\nstab\nstan\nstam\nsarada\ncomprimento\nbétis\n№\nkidman\nperformáticos\nchinela\nmonólito\nayub\neventos\nlpga\nrapha\nsérvulo\ncelestia\ninfestados\nsubempregados\nexíguo\nsupranacional\nexígua\ncordialmente\nchateado\ncaterpillar\nlowenthal\ntornabuoni\ngarantirem\nbaleia-sei\nmianmar\nalcoólicas\nplacentação\nconíferas\nocasionaram\nlancinante\ncapacitar\ncapacitam\npalace\npalach\nmicroempresas\nhamming\nsanclerlândia\nchristopher\ndebilitação\nbarratt\noxaloacetato\npratt\ncontíguos\nestruturante\nsacrificadas\ncommission\ndisappear\nfachada\npicoli\nalienado\nhircano\nyeh\nyeo\nyen\npurismo\nyee\nnasais\nyes\nyer\nyet\nyew\nfechados\nroyal\ncortês\ndesmantelados\nfiho\nfihg\nreconhecemos\nquarteis\namorita\ncolectiva\ncolectivo\nmagazine\nmutinga\njourney\napresentavam\njacket\nxandria\ndisorders\nwerkbund\nsaraminda\narvo\narve\npachuca\nlucíola\ndisclosure\nleopardi\nchiesa\nleopardo\ncongregação\nstitch\npapaína\nacrescentar\nacrescentam\nmistelbach\nbanhista\naeroanta\ntecnobrega\natrator\n›\nformula9\nrequerem\nrequerer\nrequereu\ninsistência\nformular\nformulas\ndifundiam\nformulam\nsnider\nhelio\nhelin\nhelix\nlince\nrobótica\nregulem\nmalmkvist\npalavras\nligúria\nblois\n^\nbalitoridae\nnelsinho\nassist\nassisi\nbiwa\nvarzim\nwiseman\nrefinando\nestagio\nouto\nmonotônica\nracoon\nufgd\nmamet\nbookchin\nhurricanes\ncomunicava\nplasmídeo\ntemerem\npiola\npostaram\nbravios\nopensource\nfamalicão\ndivisas\ndivisar\ndivisao\n9/9999\ndulcineia\ndachshund\nnaqueles\ncanalização\nhauke\nguarda\nguarde\nguardi\nguards\nwal-mart\nvoltaria\npompa\najuntamentos\npatamar\nguardá\narromba\nishikawa\nminerais\nparintins\npretendia\nbougainville\ndesinência\ntayyip\ntraquéia\nramidus\ndesbotada\ndesempatar\nmanaquiri\ndesbotado\naimorés\nconfirmavam\nmanufatureiras\ndirectivas\nchicoutimi\nreflections\ntinha\ntinho\nmedíocre\nbreast\nnobiliárquicos\ndemoiselle\npradaria\ntempos\nalburquerque\nsprache\ninconstância\naspects\ngilmour\nparentes\nulsan\nregeneradora\nlucien\nstarnberg\nabsolutely\nvandalismo\nescavadeira\nmaltrapilho\nlovett\nercilla\nisobel\nseletivo\ncórdoba\nvirulentas\norbitavam\nclarín\nsarzedo\nnovelização\nribeirópolis\nscouting\nsapoti\nmelara\njoliot-curie\nmladic\nthiago\nreforcem\nyoann\nyoani\nsuazilândia\nmaléficas\nurálicas\njordão\nperícias\nacupunturista\nconcludente\npreexistência\nkenna\namargas\nafundavam\namargam\ntiramina\nentrados\ntransvaal\nvoghera\nateve\ninstantes\nexcitação\nfk99\nmocarzel\narjen\nglenwood\npássaro\nescada\ndecapitadas\ncimento\nlingote\nbiodisponibilidade\napameia\npresbitério\ngrumete\nshotoku\nquiloton\nstrega\nq.i.\nguaió\nfixem\ndisporá\nfixed\nhelicopters\nsolidificação\narapongas\nmatrículas\nsalvamento\nslashdot\nhelicoptero\nrauschenberg\nal-sisi\ntre-sc\ngrampeados\ncomplementava\nsolanum\npublicadas\npadroniza\northocarpus\naguaí\nholmgren\nvaronil\nvaronia\nterry\neldredge\naxônios\nraiados\ntecnocratas\ntortorella\nruediger\nexcursionava\nsanford\nhesitar\nhesitam\nguidelines\nruben\nruber\nbagan\naffinis\nportuondo\ncámpora\nbiombos\nrangoon\ngastone\ncerros\ncerrou\nnaguinata\ndefinição\nepidídimo\nminimizada\nminimizado\nelucidação\neletrotécnica\nmcnider\naglomerou\nbears\nreembolsáveis\nhigienizados\n99.9\nkenton\natletismo\ndoane\ncreci-sp\nsobe-e-desce\nmaxx\nmaxi\nfotossintéticos\ndagny\nměsto\nbrilhante\nrelativizada\nsincronia\nduplas\nguerino\narrisque\narenosos\nmononobe\nprofinet\nesposito\nsáenz\nmatsoukas\nproibidas\ndireitista\nsummorum\ncetas\npulga\nkurikara\nzermelo\nnormatizar\nmaças\ndesvelamento\nprediz\nampére\nelissandro\nconcedidas\nadria\navatar\njurowski\nwanderléia\nrosselli\nsueli\nbrawl\nbrawn\nsuely\nadrià\nesperas\nesperar\nvitalícias\nextremis\nsolutos\njivago\nfulica\nguarda-marinhas\nmadona\nsufocamento\ninúmeros\nfasciculadas\nmurtas\nmazeroski\npeene\ndionísio\ndionísia\nbt99\ntripartite\ngostosa\ngostoso\npassage\ntupi-mg\nfonográficas\na.f.\npríncipes\nbiomateriais\ndependurado\ntuxedo\nfotografadas\nthandie\nhinton\nnegociadores\ngastronómicas\nnubes\nbigot\nsanjurjo\nvodafone\nperpetuado\nfornecimentos\nparacetamol\nassentarem\ncanalizam\ncanalizar\ncyborgs\nincompressível\nlundus\nseletivamente\nlasalle\nvassourinha\nsoderbergh\ndoía\nerradicado\nmilton\npilhou\nacordavam\nbancaria\nsurf\nsurg\nsure\nspangled\nsura\nsuri\nsuru\nturchi\nfeynman\nenfocar\nenfocam\narmagnacs\nglandular\ndesfalcada\ndesfalcado\nmahayana\neducação\napela\nbuscadas\nparis-nice\nòrìsà\nretirassem\nvazia\neureka\ntribunos\nwithout\namortizar\naparentado\noscilatório\nentrudo\nteoria\nterabithia\ncursed\ncursei\nwydad\ndiels\ngoiandira\nwife\nwifi\nlactação\ngolovnin\nkeizi\ngozo\noperations\ngilgamesh\ndalila\nioschpe\ntricíclicos\nfurados\nfocalizada\ncintilante\naglomerados\nmeta-análise\napertados\ncaímos\nbout\ndesajeitadas\nindecidíveis\nmastercard\ncoordenações\npúnicas\nsapateado\nconcurso\nhumilhante\nmaclaurin\necuador\nscooby\nchita\nfaena\ndesabitada\nroutledge\nângulos\nensinavam\ninstituições\nparticiparem\nnovelas\nhdcp\nestabilizou\nexplorará\ncorben\nkame\nrepaginar\nangulosas\nimpedí\nincognito\ngabrilli\ntafetá\nimpede\nimpedi\nretrô\npraticante\nigualada\nigualado\npirotécnica\nsubestimou\nretro\npossenti\nvelejando\nrange\nrango\nsergipão\nmalato\nhammerhead\nociosa\nocioso\njéferson\nuni-rio\nglaciologia\nkanal\nalien\nbenavides\ngrão-vizir\nhiperuricemia\nbrinca\nbrinco\nvibrafonista\ntransocean\nquahog\nextinguiria\nusam\nvaiando\nbethnal\nbrilhoso\ninternalizar\nmclaren\nu.k.\nwanderley\nwanderlei\nimpulsão\nmapa-múndi\npaterna\nautoria\ndissolva\ndissolve\nchacotas\nnordestino\nnordestina\nmonaghan\ndissolvê\nd.o.u.\nacordão\nambições\ncostacurta\nencobrir\nprática\nprático\nutilitaristas\nembryo\napocináceas\ninpar\nchisholm\nclip\nclix\nbochini\nclic\nclio\ndescaracterizado\nmuçarela\nwerke\nfones\nlocar\nlocas\npickup\nlocal\nconsecutivos\nbradstreet\ngmail\nhartwig\ndegania\ncruel\nmaximiliano\nrubro-negro\nprole\nvermelhas\nsverdlov\ndemonstrem\nrolantes\nexcessiva\nexcessivo\ntorlonia\nprecipitado\nprecipitada\ndaewoo\nferroviários\nwonders\ntardam\ntardar\nredeshop\nitamarandiba\nterceirizados\ntelamon\nunanimamente\nglazunov\nreceberão\nhornswoggle\neisleben\nsorveterias\ntraiçoeiramente\nex-membros\nandru\nscogin\ncrédulo\ngantois\nkyosuke\ndoré\nsulfônico\nruthless\ndort\ndorr\nrigoni\ndore\ndoro\ndorn\ndori\ndork\nquetzaltenango\naurino\ndragons\ndyke\ncalados\nsanki\nevangelismo\nsankt\ngcil\nstoltenberg\ndisciplinando\nbisei\nbisel\ntranspadana\nalertamos\ndilapidação\nqueminspira\nzoroastriana\nipss\nipse\nassumissem\nadicione\nadiciona\ndedutivos\nects\nclérigos\nordenante\nchegada\nsapatinho\nprezou\nanglo-americana\nóptimas\nalsina\nenegrecida\npicadeiros\nviñas\nvalorizadas\nmcphee\ndarlin\ncourtney\ngobierno\nparanoá\ninatel\ndiscursa\ndiscurso\ncbic\nadoradores\nmisturou\npré-ordem\nwms\ndaphnella\nsustentará\nhôtel\nintercalado\nintercalada\nump\nums\nume\numd\numg\numc\numm\numl\numi\nwmv\nespaçados\ntoji\nestrato\nquatrocentista\nisotretinoína\nddos\nsv999\ngemina\nplethodon\nactor\nactos\nacton\npossibilitado\nwolstenholme\nmórmones\ntkm\nhemera\nalgéria\nchegue\nenfisema\nimpulsionadas\njosemar\nrelógio\nristori\ncassius\nvicentini\nredistribuir\nvicentino\nvicentina\nilegalistas\nlicor\nevidenciada\nevidenciado\neletroquímicos\ndarwiniana\ndarwiniano\nsmirnov\nabaixe\nberlinski\nrealizarem\nalcaides\nproventos\nfilthy\nattraction\npiraquara\nagarrou\nprevalente\nactualizada\nactualizado\nradoslau\nsheffield\naluvião\npiscadela\ngermanófona\nknudsen\nlodigiano\nribas\nribat\nimanente\nreavaliações\nmangala\ncompactos\nparciais\nmultiverso\nhelmholtz\nbaccarin\natholl\ndeferir\ndeferiu\ndesportivos\ndixieland\nabside\nfalsetes\npresas\nrecomeçaram\npalmos\ngerenciável\nestipulava\npromécio\ntwinsen\nhoumt\nharris\natrela\nluminescente\nchaumière\nsésamo\ndesestatização\nexperimentalismo\ndelimitavam\nskowa\navistei\nhaganá\nbunda\nbombeiros\nbundy\nthey're\narrecadadora\npizzini\nsurgissem\nrhett\ndoutorando\ncompêndios\nligeiras\nestenderam\nf.e.a.r.\ngolearam\ncapacetes\nodaiba\nbolandistas\nboscobel\nnadya\nyoung\nconduto\napedrejada\nmaçônica\nkaitlyn\nmaçônico\nrecompra\nfundamenta\nfundamente\nfundamento\ndólmenes\ncopiadora\nrealimentação\no'donojú\nerrata\neléctrica\njogral\npterygodium\nalarico\nsubséssil\nafilada\nconfigurar\nmachões\netiene\nconfiguram\nmauazinho\npesquisamos\nbianual\nconcluirá\nstirling\nhj99\nmicroscópicos\nenfraquecido\npossuidor\naninhadas\nalliot\narredondadas\nreboco\nmercados-alvo\nperpendiculares\nespiritualista\ngratidão\niêmen\nsurgiram\nembelezam\nastrogildo\nexauridas\ninventivos\nagyness\nchianca\nlosangos\nestrangeiros\nelizabethtown\ndemande\ndemanda\nserna\ncalíope\ndefinitivos\nco-pilotos\nagreement\nsaint-pol\nsangue-puro\natropelos\ntipicamente\npenetrasse\nbrynner\nsicoob\niñárritu\nturgon\nincontestado\nmussorgsky\ndeportadas\nwatters\nश\nneonazista\nlerman\nradianos\nanton\nurss\nurso\nursa\nparis-dakar\nlixões\ndestróier\nstanding\naragua\nmensalmente\nfoyle\nestrategicamente\nkozel\nflamenca\nflamenco\naspirina\nkolberg\nostrobótnia\nkubik\nholmberg\nomnes\njaguariúna\nbeardsley\nprejuízos\npequinês\ncesa\ncesc\ncesi\nwolfman\ngélidas\nleachman\nchiclete\ntransalvador\nhipermercados\nsinédoque\nprotagoniza\nconfinamento\nactivismo\nnoirs\nmasmorra\njuntaria\ndeve-se\nlandsberg\nms-dos\naproximará\nossuário\nauxiliadora\njaccoud\nsoyuz-tm\ngondola\nquotas\ninstitucionalizou\nsofrerão\ntremonti\npopdust\ndomesticada\ndomesticado\nwien-umgebung\ncontestaram\nouachita\n്\nangeles\nadrianinho\npedorido\nibéricos\nwaynesville\ncravados\nladina\nladino\namoreiras-odemira\nlactifluus\nstelmann\nneófito\nroterdão\ndeclínios\ninquisitoriais\nchurches\ngerry\nsuá\ngerra\nhanso\nmanda-chuva\ntarazona\ngalvani\ngoncharova\nterminadas\nigualou\npré-hispânica\nindies\ncorveta\nordinary\nhillsboro\nbalizas\nlichfield\nrolando\nnão-comunistas\ncrimes\nnicotinamida\nconformacionais\nbules\nmarigny\nacostumada\ninquestionavelmente\nstrength\nvalira\nàquelas\nlaudrup\npazzianotto\nsuk\npetrechos\nbraamcamp\nsuv\njetters\nsur\nrevolucionárias\nsup\nbitnet\naquecedor\nencouraçados\nalocou\nleopardus\natribuíram\nvernal\nsublevaram\ndiapositivos\nplaten\nplatel\nhelicidae\nmeia-noite\npresbiterato\ntorcem\ncandiota\nalchemy\ntorceu\nperuanas\ncancri\ntorcer\ngianluca\nkoster\nciliado\nacumulavam\nunilever\ntranscendente\ninutilização\nexperimentos\nexperimentou\nredime\npetridis\njenkinson\nadoecendo\ndatum\ndendê\nvoltamos\nbrittonum\napostarem\ndende\nvoivodias\nlizzy\nwiking\nirresistivelmente\nsacudido\nsacudida\nfisiologista\nritchie\nsonorização\nscherer\nnodaway\nswinton\nreembolsados\nmilestones\narada\narade\narado\nmichail\nfriend\nsupercoppa\nintrauterino\ndorma\nconvencida\nbibliográfico\nbibliográfica\nconvencido\nlucão\nground\nrecentemente\nminorar\nsonam\nsonae\nsonar\nfacultado\nfacultada\ncelebrando\ninteirar\ninteiras\ncupido\nordenha\nestremecida\nsoberbamente\nfatorização\nescolápios\ntélévision\npacaraima\ninimizades\ncaches\nburrito\nselmi\nselmo\nselma\npressurizadas\nandrija\nazerí\ncercar\nanabolizantes\noperator\nreagia\nlogica\nreagiu\ncircunscrição\nguillou\nguillot\ntyphlomangelia\nestelionato\nsubnotificação\nsulaiman\ncomplutense\ndesequilibrou\nperguntou\nfenótipo\nespinafres\nmorais\ncessasse\nchénier\navisando\nolarias\nchavistas\nhogg\nermelo\nativamente\nemergencial\nnina\nnine\nning\nnini\nnino\nclarke\nchatas\nclarks\nprovocasse\npostiço\npostiça\nfábia\ntraída\ntraído\nincurável\nstory\nplanos-sequência\nregidos\ninfinito\nrisotos\nneoplatonista\ncifra\nlitorâneas\njordan\nperformers\n999,999999\nnunzio\nmovimentados\npáramo\nsabujos\nmarvila\nmiragens\ncorgo\nrebaixamentos\npuxadas\nskolnick\nquociente\npaqueras\nreajam\nloroza\npaquerar\nconvidando\nfutpédia\nsaúda\nsaúdo\npeônia\nanymore\ncraugastor\nbelong\nhaunting\nnylon\nskaf\ncharmoso\ncharmosa\nprotético\nartesianos\nclapham\ntruques\nreaparição\nestadística\nlieberman\njonsson\nalceo\ngrampeado\ngaddis\npanair\nquinoa\nprecocemente\nsultão\ncoordenação\narin\naria\narif\narie\nempresaria\naris\nariq\nrio-grandense\nfurtando\nasheton\ndiversificada\ndiversificado\noricon\nferruginea\ntraumatismos\nbelgian\nanalfabetas\nrenderização\nabeokuta\ngabber\nex-colónia\nfriesen\nnatállia\ntraçadas\npedinte\nindisposição\nem99\namônio\ncururu\nraion\nturbofans\ndelacour\ndsm-iv\nplatónicos\nceltics\ndisponibilidades\nfireman\nfumetti\nhairstylist\nplêiade\ngradual\nestruturas\nestruturar\nestruturam\nestrutural\nfeeney\ncontrapõem\nteramo\ntriumphant\nyuko\npretendíamos\nsomatória\nsomatório\nnecaxa\nitabira-fabriciano\nbrunson\nlicitantes\nmüncheberg\npavimentados\nperseguidores\nfardados\nfecham\nfechar\nlutaram\ntacloban\nsaigo\na-b\na-z\ncorrespondendo\ndelben\nanti-racista\ninscreveram\na-9\npresuntivos\nincluidos\nianomâmis\nsaigō\nkertbeny\nhince\nescapadas\ntoalhas\npetralia\npolacas\nsindicalismo\nfamelica\nnen\nneo\nnel\nnem\nnek\nnei\nnef\nned\nneb\nnec\nnea\nlombardas\nnez\nmeio-ambiente\nnew\nnet\nneu\ntojal\nspies\nmuares\nratti\nratto\neurogamer\npomes\nfugissem\ncazes\nfisiológicas\nmaastrichtiano\nkabul\ntoada\ntoads\ndesviada\nalvar\nrestringida\nrestringido\nconcomitantemente\nválber\ntelefunken\nvillages\napagões\nestrellas\nlapidado\nbuggies\ngrudento\ngrudenta\nmojiguaçu\nspalacidae\ntrilíngue\nbermúdez\nd'oliveira\npatek\nsiberianos\nfalas\nfalar\nmontefalcone\nintrínsecos\nhighly\ncrivado\ntotal\nmaranguape\nprva\nmarten\nmartes\nalcaide-mór\nfelt\nfels\nabaré\nabará\nfeld\nfela\nmenahem\ncorrompendo\nmolejo\ncenipa\ntorno\ntorna\ntorne\nsci-fi\nlorscheider\nmascarando\ntorná\ncomunilimitrofi\nseppir\ncésares\nprovaram\nvelez\neffort\npan-arábicos\npareles\ndolmayan\nbiplano\nanti-religiosa\ninfluênciou\nbatson\nு\nrothman\ndiablos\nfrisinga\naerossóis\nrégional\nperrault\nmultimeios\nhpfs\nlourosa\nsaviola\nestudava\ntecida\ntecido\nredefinir\nredefiniu\netco\nnyingma\navedon\ninteragiu\npseudomyrmecinae\ntéchiné\nrestiffe\nalarmados\nroskosmos\npatológicos\nmargie\nmargin\nrefletindo\npreamar\nwizards\nhemiciclo\npersuadidos\nfamintos\nhunze\nencanado\nencanada\nnovelão\ncolocaria\nbombeados\ngrampus\nmare\nestrondosa\ndéda\nmarc\nestrondoso\nconcretude\nfotosfera\nescovar\ndonnersbergkreis\nmarr\nmars\nmayerling\nmarx\nophir\nterebra\nofendia\nvitais\ndepartmento\nshadyac\npalau\nexpozebu\noperativos\nrmbh\ntalks\nmacêdo\nbusatto\nmedicina\ncarregará\nsanear\nimportadora\nb.i.g.\nfantasies\nnarrou\nnarrow\narmen\narmed\narmee\ngeológicos\nassinou\ncedars\nvandalizar\nregrantes\nbarein\nrevivalistas\nmaré\ncontrabalançado\nhandheld\nmaler\nmales\nmalek\nmaquinista\nzuni\nadoeceu\nzune\ntânger\nstdm\ndestrutor\nindiciamento\nmami\nmamo\nmama\nwoolsey\nmontañés\neratóstenes\ntravesseiro\nmamá\nbrossa\nbrosse\ntristesse\nrestara\nrestart\nafago\nfranquista\npertencesse\nespectroscopia\ninovava\npapalagui\nal-dawla\nnaufragar\ncrowns\nsânscritos\ncathay\nadverbial\norientável\nmandriva\nincorruptível\nneefs\ncortejando\naqüíferos\nbraba\nnicaragua\ninspeção\nvilamar\ndsm-iv-tr\niodo-999\nkellie\ngroupware\ntiruchirappalli\ntatu-bola\nsoito\npersianas\nporão\ncartoonista\nsubmetralhadora\nblanes\npeanut\nfreudianas\nauto-preservação\nisofix\ncoleccionadores\nprodutivas\nmajestático\nperseguiam\nmisiones\nmcdaniel\nlachaise\nnotocorda\nabandonassem\nmonomania\nhigiene\nnasty\nindustries\nld\nle\nlb\nlc\nla\nln\nlo\nll\nlj\nlk\nlh\nli\nlv\nlw\nlt\nlu\nlr\nls\nlp\nlz\nlx\nly\nidalina\nswordfish\nidalino\nl.\ncaracterizaria\nembasado\nl9\ncorrigem\ndnieper\nreferenciadas\nlã\nlà\nlá\nlí\nlê\nlé\nlô\nló\nlü\nlú\ngraciosamente\ngackt\narbitrar\ntrapeze\ndesgostos\nfinest\ndesgostou\nameaças\nameaçar\nameaçam\nmessing\nmessina\nlubich\nx-tudo\nmorrinho\npps-pe\natroz\nwalmir\nneozelandês\ngaalkacyo\nviolator\nrelatarem\npernoitou\nestuprada\nadernou\nfitas\nfitar\njunkies\nampliaram\ndivorciadas\nloiça\nptb-sp\nresponsáveis\nagravantes\ngeoide\nfumiko\nilson\nempossa\nkhagan\nagesilau\nperenidade\nescaneados\nconclusivamente\nsimplex\nsimples\nonças\nwise\nwish\nvariations\nantenadas\nentregue\naéronautique\nglabros\nalterosa\nganon\ncobranças\ncilícia\ncilício\nbreathe\nnovus\nnovum\noriol\norion\nswanepoel\ncimarosa\nentusiasticamente\nganímedes\ninspirados\ninspirador\ncontrato\narquidiácono\narnulfo\nstephanie\npinçados\ncomemorativas\nbrasonadas\nwsj\nfevers\nbennet\ngarrafa\nacontecem\ndissensão\naconteceu\nacontecer\nbletchley\nchiar\nchiao\nwachowski\nprofissionalizado\nprofissionalizada\ntorque\njudaico\njudaica\nepitácio\nleinsdorf\nulla\nagonias\ntuberculosis\ncompiègne\ncautelosamente\nresposta\njuba\nnasça\nkwa\ngrilos\nkwe\nkwh\nmestria\nrevoltante\nlavoisier\nmaduros\naldina\ndesaprovada\nvejo\nveja\nliste\nrap-a-lot\nantecipamos\neleotridae\nannihilator\npaltrow\npacaembu\ncoexistem\nfurtada\nespertamente\ninterpolação\nmundos\nkamiya\nafonjá\nhidroginástica\npolegadas\nprestigio\nfarsante\nguaramirim\ncíniras\nassegurou\ncomprometimentos\ncathleen\napostando\nretour\natraíam\nratazanas\nchapters\npetroleiros\nrespostas\nlindgren\nprajnaparamita\nveriam\nseward\ncarnivàle\nschaden\nespinhal\nespinhas\naprimora\ndoxiciclina\nacalypha\nez99\ndemoradamente\nemanoel\ntheory\nmidem\nsoftworks\nrhinella\nforra\nfaunas\nforre\njanssen\nwellsville\ncabeceiras\ncláusulas\nesforçava\nrelacionaram\ntransacionados\ndissolução\nberton\ngenealogias\ndistribuem\nafrontou\nantiquários\njorma\nbrasiguaios\ncorta-mato\nporradas\ngioffre\nsarjetas\njubiabá\nprocessamentos\ncliffhanger\ntonya\ngrã-duquesa\nnikkei\nwelton\nnikkey\nsalteados\nbrothers\nfliess\nnearco\narrogantes\nsejães\nimpossibilitando\nvergonhosamente\nobrero\nfestejar\nfestejam\ngulden\napella\njojo's\nelocução\nrvd\nsulamita\nbrésil\n#semfiltro\nmedicinas\nsobreviveria\nestoril\nóctuplos\nlapónia\nseydlitz\nalargada\nalargado\ncoihaique\niguatu\ninfecta\nargello\nsemab\nsemae\nartesãos\néponine\npedida\npedido\neducativos\nnaumann\nabaulamento\nraciocínio\npanciatichi\ntrefilação\nparima\ndescoberta\nruge\nruga\nrepente\naceitava\nhélios\nboicotou\nu-boots\napossa\ncensuradas\nvioleiro\nmarinas\nmarinar\nbarbatana\ncantoneiras\ne.s.\nkirsch\nranchera\necologista\ngoodwood\nterone\nklagenfurt-land\nholzwarth\nrodzin\nheteros\nmorgados\nčerný\nmultipolar\nclaustrofobia\nloading\narriba\nviperidae\ntinker\ncaja\nfrancesc\nmelodia\nsanteria\nhimeneu\ntuman\nodebrecht\naniquila\nparanormalidade\nbiógrafos\nsyfy\npreferíveis\nroteiros\ncanelas\nmorosidade\nnewsboys\ndiâmetro\nsawada\nanimangá\n&\nparliament\nambia\nbaamas\nashcroft\nedenbridge\nnimegue\nchiswick\nalfabéticas\npentagna\nchapman\nmadeireiras\nivone\nalverca\ngolmard\npsicopata\nvalqueire\nasturianas\nzoology\nflorete\ncriptográficos\nperforma\nadamastor\ndiminuição\nvioletas\nurani\nurano\ntoxzon\ngravítica\nkesha\nncsa\nlargada\nlargado\ndinásticas\nd'assumpção\ngurguéia\nhete\ngesneroliveira\n์\nhett\nlossless\ncamelódromos\ntorpedo\nrosetta\nrosette\ndeliberado\ndaugava\neckhout\nnão-nulo\nindivisa\npertenecente\ndegarmo\nniigata\nonias\nmurmurou\nnimue\ncarlsbad\ngastamos\nnaveira\nsuharto\nvendôme\nterapontidae\nvinoodh\nmakhno\nн\ncorcoran\nautorizações\nmultiuso\nobservadores\nadequado\nsolin\nadequada\nouarzazate\nacampados\neastenders\ncriticism\njms\njmj\njma\nescudos\nfigc\ngranville\npontiaguda\nchecou\nzorrilla\nglicogênio\nbaixistas\nworthing\npedestais\nimperator\nreclassificação\nmicênica\nmicênico\ntransgênicos\nraisman\nweissmuller\ninsects\ninsecto\ninsecta\ncompensada\ncompensado\nposen\nackerman\nbanidas\npalpável\nespañola\nhaters\nressarcida\nressarcido\npierrot\nescarlate\nlucas\nlucan\ninsatisfeita\ninsatisfeito\nlepanthes\ncreel\ncreem\ncreek\ncreed\nencarnado\nencarnada\ncreep\nrevoltosos\nsupercars\nadsit\nchuvas\ntampico\nmariscos\ncomplementarmente\n99/9/9999\ncaberia\nsonico\nargamassada\nfertilizados\nadversidade\nmanter-se-á\nre99\nvice-campeonatos\nreversor\nreversos\ndestoante\narmageddon's\ntermoplásticos\nceltiberos\núnicos\nlangres\njancarlos\ndublador\nhussey\nincitem\nbagrat\nrallidae\npadrão\nbiographical\nprincipio\nprincipia\nmusicum\nvaldetaro\nmuseu\nmuseo\ninhoaíba\nserenos\nibáñez\nmims\nmima\nmimi\nmimo\nrsc-999\ndaoud\nlindolfo\nreligação\nème\nmoulin\nschiattarella\ndevolveram\ngibão\nrosedale\nileocecal\nregicidas\nlêmures\nnidificação\ninferidos\nfaltassem\nidhm\nenvolveria\ntrafegar\nrepresentatives\nmendigando\nsachsenhausen\nkahlo\nnasciam\nactor's\nmond\nwishmaster\nmono\nselecionou\nclaquete\nrandomizados\nenrico\nbrokaw\nraizes\nreséndiz\ntranstejo\njunco\nmanjado\ncifose\naccor\nmakai\nalfabetizou\nfundista\ntransito\ntransita\ntuareg\npegaram\nglobalprev\njoselito\nlápis-lazúli\nbombardeou\nfreon\nevolucionária\ngermain\nsubjacentes\nkenyon\nirritaram\ngrouillard\neindhoven\ncontinuadamente\ndesnatado\ncapilares\nregistrou\nsuperfly\nhatsune\nllorenç\nkedleston\npaineira\nmackenzie\ntabulares\nrises\nbartholomew\nbartholomeu\nnegromonte\nrubrum\nypacaraí\njerivá\npopularizando\ncaicos\ngilligan\nmendoça\ndegenerescência\ndesrespeitando\npiroxena\nojc\nojo\ncolico\ntucunarés\nmotherboards\ntipos\noenopota\nsindrome\nojé\nmedicinalmente\nguardam\nrodelinda\nguardas\nguardar\nco-diretor\nbolinhas\nathelstan\nbalaustrada\nprotetorados\nanthero\n9-99-999999-9\nmighty\nsignificaram\nciterão\nparadox\necole\nparador\nparados\navançassem\nlevodopa\nastronauta\nlutarão\neiko\neike\ninventei\ninvented\n{\nvalorizou\nperpetrou\naneurismas\nviolonista\nbellator\npublications\nswain\nexportáveis\ncaiapós\nmeiko\nagilizando\néter\nchampanha-ardenas\ngattaca\nnatsume\neugénie\neugénia\neugénio\nexecutarem\nacostuma\nacostume\nvalenciano\nvalenciana\nbarra-ondina\npertencido\nhawk's\nreunindo\nco-fundada\ncarvalhido\neletrizado\nbaekje\nmiesha\ngusmão\ndígrafo\nanálogas\nestiagem\nspinner\nnojo\nvasquez\nredescobriram\nvse\nnó-i\ndanificaram\nlfa\nnoiret\nflynn\nasterismos\nceratobasidiaceae\ndegradado\ndegradada\ndormentes\nlfp\nimunologia\nalabá\nx99mm\ndesgosto\nlinna\nmedos\nsinfonietta\nsanctorum\nmacérrimo\nmacérrima\nhora\nhori\nhorn\nhors\nhort\ndesvela\neternizados\ndesvelo\nvinculativo\nlizzie\nvinculativa\nwalnice\nniue\nmaunder\n-n\n-h\nchiquititas\ncapão\n-s\npsicografia\nkodo\nkoda\ntaverna\nfísicamente\ngordini\nfrankenstein\nentrância\nalmapbbdo\ncorante\ndescemos\ncanessa\nmimese\ncddb\nfu99\nmicans\nscrewjob\njaneirinha\naclimação\nclathromangelia\ncartolas\ninumado\nenrolava\nintelectualmente\nsubdivisões\nformuladas\nluxury\nfellipe\ncavalhadas\nescroto\nalternância\nschumi\nchegava\nderrotarem\ndesfilados\nregalias\ninfográficos\nainslie\nolivinha\ncerosa\nextraíam\nantiácidos\nensaiado\nmatões\nhegúmeno\nmonths\nrepertório\ncoastal\ndownbeat\npecaminoso\npecaminosa\nreinstalados\nautonomia\nexcuse\npacem\ngrateful\ntusp\ntusk\ngalardoados\njean-yves\nsuperfácil\ngaucha\nbiocombustíveis\nmendenhall\nrebelde\napôs\nbandar\naerofones\nceias\nsubmundo\nsubdelegado\nportada\nmarginais\nvelocistas\ncoquimbo\nelcano\nwolfensohn\nmalteses\ntuttle\nmiecislau\ntendencia\ndenominador\nespólio\nmacacada\njenipapo\npré-venda\nquiksilver\njuniores\nemboscar\npretensão\nintimidando\nhügelland\ncutucando\nenvie\nenvio\nalienista\ndecalques\nfonológicas\nenviá\nperturbados\nparir\nholomorfa\nbergoglio\nmodelos\nmodelou\nfocinheira\nauríferas\ncriados\ncriador\ncedia\npromulgação\nsciarretto\nespúrias\nraton\nlotes\nfesteja\ninuktitut\ncopiadas\npedregulho\ncaldeirões\nvalioso\nvaliosa\naperfeiçoa\ntutano\nimprimido\niolco\nutilizações\nboothia\nretomar\nretomam\noctopussy\ncalma\ncalmo\npríncipio\nregistrado\nregistrada\naperfeiçoá\ndread\ndream\nurina\nlobo-cinzento\ndakotas\nresplandecente\ncister\nprontuário\nsabedoria\ntapa-buracos\nnecessitarão\nlastimar\nśląsk\nalgar\nalgas\nperiodista\nobedeciam\nmehedinţi\nestacionamentos\ncíveis\nforradas\nnorthern\npaleta\npalete\nproveitosos\nangulo\ncarbamato\ncarapaça\nraquetebol\npaletó\ndesacompanhados\ntropeirismo\neneias\nelande-gigante\nestabelecê\nguardasse\nprotestava\nancira\nfaturava\nanticoagulantes\nwoolwich\nrinpoche\napanham\ndiegues\napanhar\ncompetência\ninfrutífero\ninfrutífera\nsaginaw\nsleigh\nmeliphagidae\ngestualidade\nlagash\ndisciplinada\ndisciplinado\nante-projecto\nandarem\ngatlin\nbenioff\nesguro\nkidney\naquecimentos\nintensos\nsh999\nsentença\nparadisíaca\nparadisíaco\namassou\namassos\nbrahman\ncontarei\nfanhais\naguieira\nframe\nsoberania\narruinados\nspyder\ngundobad\npainkiller\nsubmersão\nmilagrosamente\nguaru\nmatsu\ngrevista\nguard\nparódica\nultimas\nconcluiram\ntrekkers\nman-yi\nrotogravura\nescraviza\nbalacobaco\nmigratório\nmigratória\nreclamados\nconcorrendo\ncastigaram\nborodin\nescravizá\nmichelangelo\ndrucker\nlecturer\nlectures\nlaurens\ndamián\nítalo-americano\nlibre\nlibri\nlibro\nfabricio\naquartelados\nlibré\nbombordo\nbissexual\nprospecção\npós-graduações\nhipopótamos\nsequestradores\nsatisfação\nprimorosamente\nmullin\ngeneric\ndistictis\nutilizáveis\ngeneris\noona\nroxas\nsuicidaram\nmirwais\nuranometria\nljubljana\nfaladeira\nsepat\nridley\nsarça\nlegros\ndistorcido\ndistorcida\nescadório\npikes\ndelfim\ndadaísta\ninsee\ninset\ndiagnosis\nhijos\nmunim\ncompatibilidade\nativador\natropelamentos\ndescompressão\nprosaicas\npassivamente\nsetur\nsetup\nambientais\nitajobi\nsetembrino\ngeoquímico\ngeoquímica\nmastodon\nhóstia\ncandidatasse\ndesgoverno\ndb's\ntubulina\ntoxicológicas\n999999-9\nguiding\nfrentzen\ninformalmente\naarau\nneuromuscular\nba'ath\nplugado\nfairytale\ncabeludos\ncastiglia\nparcerias\nsemler\nhereditariedade\nprogramam\nastrologia\nursulinas\nmonica\nrealinhar\ndiversionista\nrelativas\narredios\nkicker\ntibúrcio\nşi\nimpossibilitaria\nearth's\ndecididas\nesgotados\nedinburg\ncasével\ntagline\nbiella\nuece\nhiménio\nincriminá\nanelli\nfavoreciam\ncantil\nquik\ncantis\npinna\ncitricultores\neucariotos\nduvidam\nvolpato\ndaimyō\nmedicados\nbrougham\nsasser\ncastelar\ncastelao\nmaurício\ndensmore\nwescley\ntrigueirinho\nak99\nhator\niana\naidan\nrespeitados\naidar\nendemismo\ngastrintestinais\nmilênio\ndiplomação\nhidrelétricas\ncobrava\ngatt\nschwartz\nsirinhaém\nmemoráveis\nblackford\nphantasmagoria\nkalashnikov\nkappel\nancoraram\nsharbaraz\nkotarou\ncamburi\nempregam\nbertholletia\nverwaltungsgemeinschaft\ndica\ndice\ndich\ndick\ncontágio\ndict\nvestuários\nal-as\nmeio-fundo\nimemoriais\namostrados\ndejean\ngenealogista\ndentadas\nnedved\nex-libris\npartições\nacampamentos\nmarcel\nredonda-rj\nscalla\nsatisfatórios\nfahrion\ndover\nex-subchefe\nlukasz\nwelson\nsedenta\nsedento\ntesoureiro\nfalham\ntesoureira\nfalhas\nbalneárias\nbreath\ncaramanchão\nandasse\naristipo\nsarasvati\npolidas\ntschierva\ncholuteca\násperos\ndefoe\ntransferisse\nkatz\nadena\nhuddersfield\nkaiba\ndespromovido\ncomissionadores\ncrispus\ncastrum\ncompilation\ndmytryk\nminueto\ngigahertz\nescapou\nvigorosamente\nfantasmas\nrafi\nrafe\nrafa\nraft\nbrow\ncruenta\nagrostis\nvalparaiso\nrupia\narial\natacaria\narias\noxford\naeróstato\nariaú\nrainforest\nprocurador-chefe\nbelieve\ncambistas\ndestrutivas\nmahal\nmahan\ncaneta-tinteiro\nmorioka\ntestáveis\nrequentado\nhomer's\nchaux-de-fonds\ngenii\ngenie\nsanya\nasilado\nmeio\nmein\nciclone\nmeis\nmeir\nmerchandise\nlachey\ntransferem\nreceção\nmanifestará\nmstv\nºlugar\npreocupadas\nschultze\nmanifestara\nengl\nenge\nindesejado\nc.m.\npasswords\nbakugan\nabjad\ncaproni\nexecutável\nmaníacos\nafobação\ndeflagrados\nflui\nflul\nfluo\nflua\nflux\nbreno\nbrent\nfradarique\neliminando\nalcóolicas\npatient\nvitral\nredentora\npianística\nallingham\nawaji\narcanjo\npuffinus\nserver-side\narquibancadas\nkriol\ncalainho\ngamalho\ndisfarça\nsusanne\ntransmitiram\nisométrico\ndisfarçá\nbrevirostris\nhaumaniastrum\nexógenos\nciáxares\nnecessitavam\npreditor\ngrinspoon\nmaracanã\nkreisfreie\nreconsideração\nlituanas\nchâtellerault\ninteraction\narnóbio\nroche\nrocha\nrocho\nsotelo\nrenegociados\nfcap\ncariús\nventurini\nstoddard\nbinários\nhipostila\nextrangeiros\nbatistas\nretornem\nretornei\nkardashians\napalaches\nmorrible\nmaster's\nubaldino\ncorumbataí\nfortwo\nceschiatti\nfinisher\nvolunteer\nestiver\nsimplifica\nenfoque\nnakaima\nnumbered\nsoviet\njeroen\nclassificava\nalargados\nbhakti\ntagima\nproex\nbacalhau\nplausível\nlajedo\ngoytacaz\nacentuadas\nalagadiço\nalagadiça\nrcx\nrcz\nrct\nrcp\nrcr\nrcs\nrcm\nrcn\nrco\nrci\nrcd\nrce\nimperatriz-mãe\nrca\nrcb\nrcc\nrc9\namortecer\ngois\ngoin\nmeltzer\ngeladeira\nclarinetas\nd'angoulême\npândaro\na-ha\ntêmpora\naveiras\nzack\nzach\nabimeleque\nventures\nprotopunk\njorgense\ncavalariço\ngarci\nsemta\nbasilares\nmitford\nconegliano\nvagrant\nmigrem\nkampen\nbeneficentes\ncara-metade\nintegrassem\nberrando\ncensurava\noriginalidade\ncanecão\nporoso\nporosa\ncanavieiro\nexpropriada\nexpropriado\nestige\ncativar\nbethany\nitajá\nmeego\nfriuli-venezia\nmenções\nprazeres\nlamphere\nbornhausen\ndesciam\nritidoma\nfête\nimbetiba\nasinhas\nrecontros\nbretas\nacolhidas\nquickly\noriginárias\nrodagens\nflipper\nparsecs\nincorporações\nkupia\ncolaboradores\nhoose\ntampinhas\ntimoneiro\ncultural\nxenomania\nláurea\nprogressistas\nurrós\nsaville\nee99\naphididae\nnunes\nnunez\ndecoraram\ndonald\ncanonistas\npolaco-lituana\ncoach\nsejap\nsejas\naluizio\nsejam\nmercedes-benz\negmond\nbacteria\nquase-morte\nmazzoni\ntocqueville\ntenji\nprophecy\nimpacte\nfrick\ngtb\ngtc\ngte\ngtl\ngtp\ngtr\ngts\nescassear\ngt9\nbenito\nquigley\nautódromos\nbovinicultura\nbracamontes\noperem\noperei\n-old\n999/9999-9999\nscorecard\nmofarrej\nkush\nmindanao\nmindanau\nadiantada\nicmp\nmcauliffe\nvarjão\nbelperron\nvasser\nbareback\nversions\nscilly\nhídricas\nnanette\nsuavizar\nquebra-gelo\nsuavizam\nzingiberales\nhouverem\noperações\npelotão\nkerkorian\nadiantado\natrofiadas\npotamonautes\nloja\ndevastadores\nmarcariam\ncavallero\nderrapagem\njulgadas\ncompreenderem\nesquiando\nfuncex\ncarroçáveis\npinnata\njarella\ncatártica\ncatártico\ncónicas\nquimioterapia\nexpulse\nshalhoub\ncadeirão\ncyberstalking\ntrocadas\nfundarem\nrestabelecendo\ntirith\ndevoradores\nkukulcán\nmarsalis\nconseguida\nconseguido\nsolitária\nsolitário\nhomogênea\npervertido\nfaint\nfaini\ngenuínos\nfaina\ntropicália\nreferenciou\nnorina\nherdam\nherdar\nembale\nembala\nembalo\nparedão\nincapaz\nmacmurray\npromulgaram\neletrónicos\nstampede\nwll\ntracuateua\nadonis\nentrecortada\nmaroto\nnismo\nmarote\nmarota\nyeltes\nanarcopunks\nplatymantis\nbernadino\nlavabo\nalcalá-zamora\nelegerá\nwitwatersrand\ntoyotismo\nkobrasol\nantiesmagamento\ncreatina\ncreating\ncamil\nnkrumah\npanasonic\nন\ncabernet\nhartnett\nveados\nveador\nreconquistaram\nmpumalanga\nregistrasse\nnarasimha\nfunilense\nhomónima\nimpessoais\nnepos\nserifa\nraising\nnuremberg\ngusman\nstadion\nsepultou\njorgen\nocellatus\ndhpp\npiragibe\ngioia\npsychidae\nsomeday\nvía\njoule-thomson\njuruena\nmatadouro\nlibermorro\ncapitan\ncapital\naspirações\nbreitner\nbaynes\npuntius\nseabra\nharmoniosamente\nacoplamento\ndolabela\npatrol\nestrelados\npatroa\nmayores\nsólidos\noddjob\nnidal\nconfetes\namazônicas\nlight\npireneus\nlaudelino\natracaram\nsvan\nplural\nfrescati\ncádmio\nlulus\ntraste\ncapac\nagradecimentos\ncapaz\ncapas\nmedievalistas\nsafranina\nacertadas\nfronteiriço\necoam\nfronteiriça\necoar\npança\ntigrerra\ndímun\ntipificar\ncarinhosas\nhálux\nqueries\nsuplementares\nartsy\namei\ninvestigativos\namem\namel\namen\namea\namex\names\namer\namet\ncharts\nliverpool\nabandoned\nanefac\nabandonei\nabandonem\nbaixaria\nmauss\nflórez\nmacbride\nesqueléticos\nhistórico-artístico\nlouva-a-deus\ntennyson\naccra\npalladio\nsocialista\nsocialiste\nnoetheriano\nneoplasias\nanotei\nprovidencie\nacalentado\nprovidencia\npereirinha\nescriba\nminigames\ndestruíram\nmaloney\nbattleground\naracnídeo\nobjeção\npecioladas\npontilhista\narrendamentos\nmendicidade\natirasse\nmatraca\nsmtu\nsmtp\naviador\nronnie\nsegrega\nardija\ntelecom\nmultilaterais\nfitz-james\nconner\nnygaard\nroubavam\nexercício\nmodéstia\nencimando\nlaterias\njaraguari\ndesenvolviam\nresponsabilidades\napra\nsuigetsu\nmonitoradas\nschneier\nmandler\ndestinou\nticino\nstampa\ntransamos\ngreenleaf\nchahine\ncet-rio\neunômio\nconcretizada\nconcretizado\ncomemorou\nvictims\nhelianthus\nsilhouette\nprogressivamente\ndesaba\nzangados\ncohn-bendit\nmicroônibus\nqueniana\nqueniano\nchristiaan\nmonoculturas\nsigefredo\nbressanone\nvandinho\npretensas\nvisualmente\nsofreriam\nmindaugas\nserigy\ntegra\nnagel\nbulldozer\nananás\nacaloradas\ncinelli\nperegrinus\nmonótonos\nchamillionaire\nestabilização\nconsolata\nnovecentos\nmendocino\ndiferirem\napagará\ntraining\nrespirou\ndiputados\nsantamaría\nrolagem\nmyopias\nchapas\ndescrevia\ncomputadas\nbiałostocki\nvetado\nislamitas\nemprestavam\nviraria\nqualificou\ndecks\nsigmaringa\nfaturados\npatacôncio\nfruteira\nminami\namonianas\ncanoe\ncanon\ntwista\nbrilhava\nprivatbank\nfêmea\nleibowitz\nlehrer\ncomunal\nmachel\ncomunas\nsteinitz\nex-dirigente\nnièvre\njérsei\nbizarro\nfürstenberg\nddr\nddp\nddt\nddi\nddo\nddc\nddb\ndda\ndde\nddd\npreciosidades\ndd9\nmarshmallow\nkibon\nfirmam\nsenão\nfirman\nfirmas\nfirmar\nmacklin\nmotocross\nroqueiros\ninverídico\ninverídica\nimprudências\nkiel\nduriense\nabukir\npalliata\npollock\nsupermercadista\nsemicondutor\nlucker\nsacagawea\nzuiderzee\ncoletor\nmccomb\nsarzedas\nprofanação\nkennesaw\nmexendo\nbucknell\nshaheen\nbenešov\ndiaspora\nresponsorial\npovera\nseagram\njv99\nsuásticas\niannacca\nalcançadas\nliquidar\ncorvinus\nvegetalista\npavarotti\nsexagenários\nturiaçu\ndiminuídas\nmirinha\nguangxi\nzilveti\ncomparecido\nwestinghouse\nbimestrais\nrímini\ncataguases\namaranthaceae\ngovernarem\nespraia\npradarias\nsinfónica\nauto-intitulava\nviuvinha\nwerdum\nmelíferas\njunção\natrai\natras\nbicas\natraí\ntufi\ntufo\npintassilgo\nkubica\nzorro's\nplanetary\nrepetência\nbomtempo\nvernácula\nvernáculo\npastora\nkhieu\ndemoli\nbloqueador\nbloqueados\ntransfira\npilosa\npiloso\nxterra\nlavou\nking's\nfirmaram\nmuppets\ndesenvolvimentismo\nretângulos\nsub-produtos\nlamarosa\ntabapuã\nfosfolipídios\npasteur\npadrasto\nsaint-simon\navançava\n-las\nsanfins\nsimbióticas\nlugares\nxará\npádel\ngerenciais\nlegislação\nxara\nobscurecer\nobscureceu\nrevés\nhochberg\nletzte\noperativo\ntrirremes\ngeomática\nshonen\nkuwaitiano\nofelia\nnegando\nצ\nkrylya\nsochaux\npdt-am\nbalanchine\ntrilhando\nindo-português\ndreyfuss\nafetivos\ndinah\ndinar\njojó\ngaillard\nива\nmohs\nmoha\nmoho\njojo\npercorrerão\ndaerp\nsatânicas\nauster\nrecenseados\nausten\nlegendários\ngratz\ngrato\ngrata\ncoisa\nilegítima\nilegítimo\ndurrës\ncooptados\nelisabete\nelisabeth\ndisciple\nlack\nwe'll\nmaksim\nbacilos\nbriz-m\npronunciadas\nconstanţa\nseqüestro\nseqüestra\ngouken\nserrana\nceval\nlactentes\narryn\nbienna\nbienne\nsatisfied\nprawo\nfervia\nmovidos\norquestrações\ndespedimos\ncerebrais\nmetodismo\ncação\nastrakhan\nmimadas\ntancharoen\npercorria\nkarluk\ndói\ndó9\ncarneiro\ncarneira\ngasca\nalentador\nagrinvestor\nsamoobrona\nrearranjar\nansiando\nescreveram\nmartaban\njambas\nimplantações\nbicicletários\njarama\nvisando\ntolice\nipaumirim\napenado\nmurici\nverrugas\nperambular\nperambulam\nenfeitiçar\npaulicéia\npagamento\nbicentenário\nnaybet\nligação\nroppongi\nbielorrussos\npressiona\npressione\nganhar\nganham\náguia-real\npressioná\nfarnaces\nkrakauer\nportella\nfuncionar\nparêntesis\nfuncional\nfuncionam\nupper\nostrander\ncigarrinhas\ndruyan\nsolteironas\ntarnów\nexercê\nlarvares\ngriseus\ntabus\ntabun\nexerce\nesbarrando\nmartirizado\nmartirizada\nsaborosos\naílson\ngueorgui\nherve\ndevocionais\nyourself\nbalaústre\nflowers\nherberto\ntáticos\nwataru\nwatari\nzoroastrismo\nbossman\nincompreensão\nminicursos\nestados-nações\nmantêm\nlethbridge\ncampeiras\nconcretizarem\nresseguros\nagrela\nchácara\nd'armas\ncaribenhas\naeroméxico\ncorporativismo\nsátiros\nconveniências\ncardinalato\nio\nkrefeld\npreparativos\nbryce\ncharges\nbhumibol\ncharged\nck\nestrelismo\ncontribuído\ncg\nkuwana\nciborgue\nbaixá\nu.r.s.s.\nespecificações\ndepreciar\nfragrância\nbiscates\nprocessou\nprocessos\nprocessor\nestabelecera\nsub-gêneros\nglicose\nmircea\ncanzian\nmemorandos\nsüleymaniye\nroseira\nnociva\nápteras\nlambari\nestabelecerá\nvideo-clipes\nexorcizar\nserrata\nmaur\nopabinia\ndisfarçar\ndisfarçam\nsvetozar\nincriminar\nmaui\nregulares\nmediator\nsobrinho\nsobrinha\nsabedor\nbrummer\nenforcada\ncà\nteleporta\ncú\nschönborn\nreservoir\nnoboru\ndoradus\natinentes\nworley\nembaralhar\ncessará\nsaíam\nnwobhm\n_____o\nkapaz\nst9\napreciadas\nrecairia\nshinji\nstd\nste\nstf\nsta\nstb\nstl\nstm\nstn\nsto\nsti\nstj\nstu\nstv\nstp\nstr\nstx\nrevelação\nsentenced\nscotland\nstº\nconsulente\nerosividade\nbalsamo\nsubnível\ncenerentola\nseguidora\noyama\ninexperiência\ntarumã\napadrinhou\ncaudadas\nantisséptico\nfontoura\nmergulhavam\npontífice\nconscientização\ndispersão\nevoluídos\nautónomas\ngalliano\nlimitado\nlimitada\ninaugura\ngeonosis\nfoley\nfoles\nmelanésios\nmakhzen\ntrapaceiros\ntolices\nvictória\nvictório\ndesobrigado\nmiddleware\nfeitios\nmicroorganismo\ntrancinhas\nnísibis\ndecolava\nconoidea\nmassas\nbarbecue\nestragaram\ndanmark\nzhejiang\npoles\nvivenciadas\npenteado\ndaybreak\narnolfini\nanimou\nwhisky\ntrousseau\nassessoria\ndulko\nstoryboard\nitar-tass\nbelicista\ngenuinamente\ndorothea\nmestrado\nodiar\ngeisler\njocafi\nsovnarkom\nhemlock\ndificulta\nstereo\ncyrtopholis\ncourchevel\nchadwick\npiccini\nfallout\ncompilava\nlabiais\ndefrontava\nafro-descendentes\ncardiomiopatia\nmagrelas\nsavannah\ntext\nracional\nperiferia\nmornay\nimpressora\ncírculo\nhannon\nrodez\nrodes\nrodem\nroden\nrodei\nesquisitices\ntúmulos\nterence\nmonterotondo\nguitarra\ncomunitários\nsinué\nrefutando\noffensive\npension\nantíoco\nempadas\ncrânio\nrampart\nårhus\nrelativístico\nchambord\ncoletoras\nvirudhunagar\nkibutzniks\ncontratara\nnorthbrook\nschumpeter\ninhana\nen999-9\nmissioneiros\npropósito\ndesencantar\ncontent\nincrível\ntotaliza\nskyclad\npaleozoica\nfornecia\njean-loup\nvotiva\ncícero\ncícera\nelbrick\nloucas\ndespertador\nlarson\nanticorrupção\nmega-sena\nrebeldes\np999\nex-subsecretário\nanaeróbia\nextrativista\nburschenschaft\nshultz\ntamed\nmayotte\nrenovadas\nenzo\nmelisandre\ncoringa\nlanata\nmilanés\npendão\nquand\nquang\nquant\nencontar\nal-ma'mum\nkhedira\nfonográfica\nfonográfico\nalteraria\nmariae\npilotou\nexímia\nrodada\nknoll\nfocke-wulf\nherefordshire\nreforços\nreforçou\ncovert\nantera\nantero\nex-namoradas\nhaedong\nmaterializa\npadronização\ncheirosas\nmastreação\npacificação\naraçaji\npalmer\nsplendeurs\npolypedates\namelie\naprimoraram\nvenore\nconversará\nlactase\nanneliese\nmelian\nmelias\nmoustapha\napostadores\ncadeiras\ncadeiral\nsubsistemas\nimportantíssimos\nparty's\naxiomáticos\nministry\nstandby\nministro\nministre\nministra\nmarginalista\ncorisco\nrepúblicas\npassada\nvértice\nsomada\nfayad\nbeduínas\nsobrou\nemoldurados\nhouck\naparecerão\ngranta\ngranth\ngrants\ndallaire\ntransformante\nencryption\nfamília\npanorâmicos\ncápsula\nrodelas\nmegatsunami\naspect\nmcdonald\ngórdio\nglicoproteína\nnectophrynoides\nescorrimento\nplantadores\nairline\nestúpido\nestúpida\nindianápolis\ngort\ngorz\ngora\ngore\népafo\ngorj\ngorm\ngorn\ngoro\nscheherazade\ngoebbels\nprincesse\nprincessa\nmassataka\nboone\nofendida\ndragoeiro\nembrulhadas\ncorreligionário\nmicrocontroladores\nparnaguá\nfurther\nzengi\ncoronel\nfrontões\ngarth\npossessivos\npaulatino\nzenga\nrw99\nchieftain\npingente\nmacomb\nargólida\ninterrompeu\nborrachas\nverificava\nbotelhos\nbettenhausen\nlansquenetes\npolskiej\nequacionado\nequacionada\nsuperestimado\nsuperestimada\ndanço\nbuccleuch\nnoviços\nreumatóide\nfábregas\nconferências\ndonaggio\nhorizons\nconectiva\nparido\nconectivo\ngalisteu\nceilândia\nblunkett\naysha\nrepensa\nelaborar\nelaboram\nfávero\nrepense\nassexuadas\nneblinas\nconcêntricas\ncorpúsculo\nmetropolitanos\nmeeting\ncyborg\nsteinbach\ncarolíngia\ngeada\npuig\nassinaturas\ninterzonais\nlottery\nscrooge\nrepensou\nkuban\nnantucket\ndoutzen\nrepto\nsetlist\ndesbaratar\npersonagens\nbenevente\nbenevento\naulus\nerase\npersonalizável\ncendea\nneo-hititas\nspiritualized\nomnívoro\nomnívora\nreflexivo\nirado\nlipantitlán\nvisores\ninsinuante\nconcorra\nconcorre\nbailando\norestes\ngcb\ngcm\ngintama\ngc9\nprovincetown\ncontra-revolucionárias\nmengs\nmengo\nmenga\nescarpins\ncochabamba\njunction\nwarnes\nwarner\nfrischmann\nassertivo\nsabida\nparaty\nsabido\nabduzido\nparati\nabduzida\ninspeccionar\ndallas\nferrite\nherstal\nentubado\nsubstrato\ncalling\naparências\noutfielder\nturku\nphaser\nturks\nindividuais\nrevolta\nconcluírem\nwatkins\nmetaforicamente\nseparavam\nfila\nhelper\ninsularis\nruibarbo\ncepticismo\nsephora\nsofa\nmalfoy\nyellowknife\nsoft\nreabrem\ntermômetro\nhistologia\nsofá\nridicularização\nsilenciada\nhumaitá\nsiderúrgica\nlynn\nlynd\nyegor\nlynx\nmacroscópicos\nseguramente\nfraternitas\nduméril\nbeliche\nsleep\nfascinação\npitagóricos\npalaciano\npalaciana\nepicteto\nsinápticas\nprojectistas\ndesquite\nyoro\ndumpster\nhoepcke\nwismar\ndimas\ncatalíticas\nmanchúria\ncoadjuvante\njacuzzi\nmongolia\ncontrabandista\npontaria\ntriatlo\nresistor\nfred\nfrey\nequino\ndarma\nsneijder\neternizada\neternizado\npontuadores\norlicí\nempalador\nultrajantes\ndesacatos\ncognominado\nkeibler\ntransgás\nbiarticulados\nfeuds\nauvérnia\nsullivan\nminamata\ncanucks\nwakhan\npró-arte\ncomplicando\ncaititus\ndanúbio\nalcântara-terra\nmutações\nverein\nsaloia\nsaloio\nexigiriam\ninformativa\ninformativo\nanastomose\nd'ambrosio\nhelminthoglyptidae\nwatashi\nmãe\nrounds\nmártires\nsolar\nsolas\nlella\nlello\nestonia\ncomesse\nastrobiologia\nbình\ngeo-administrativa\nherrenchiemsee\nultra-secreto\naclamaram\nromenia\nmoer\nmoet\nsenec\nsener\npellissier\nvallo\nvalli\nvalle\nvalls\nembalagem\ndaomé\nbonança\nbeatas\nbarrão\nrespeitador\nlarsen\ndestraváveis\ncomparando\nviggo\nfibroblastos\nargilosos\ndebandada\nengenheiros\nrepudiado\ncontracenará\nrepudiada\ndiscorre\nsubsequentemente\nesteticista\nhack\nhace\ndesproporcionada\nrevisores\nflorestais\nrenga\nnobu\nautomatizadas\nlna\nlnb\ncharat\narbuthnot\nsumma\nbiográficos\npizzarias\nafluíram\ntestaram\nformicariidae\nderis\nmaung\nmauna\nacreditem\nacreditei\ngonzaga\ncoralie\npastorinhos\nexibicionismo\nacadêmica\nacadêmico\num99\npolônio\nnavegadores\ncantor-compositor\ntravanca\nprt-999\ncapelão-mor\ntabacaria\nsymbol\nmodulador\nmodulados\npiriforme\nanogeia\nmilosevic\ncriminalizar\ndesafeto\nhelvética\ntabacof\nhelvético\nnegociava\nnaviglio\ntabacow\nsmar\nsmam\nsheehan\nguazú\nbeneficiando\ntoccata\ncaudilhismo\nrepleto\nrepleta\nconcluiria\npieridae\ntransitavam\ncauseway\ndâmboviţa\ntutinha\ngalã\ngalé\n9.99999\npagaria\ndivertidos\ndany\ndans\nquado\ndann\ndang\ndane\nridicularizava\ngalt\ngale\ngala\ndiscórdia\ngall\ngalo\ngali\njâmblico\ndoggie\ngalípoli\nbassitt\nholsti\ncruzeiro-rs\nbacias\nsuperstição\nunione\nunions\nazalea\ndescarrilamento\nsanchin\nvindouros\nboaventura\ncasuais\nsucedidas\nmpls\nmpla\nshamrock\naintree\ncostarriquenhos\ncoveiros\npolonização\nmr-9\ninocenta\nanarcocapitalistas\ninsectos\npostergar\ncaiuá\ncrank\npar\npas\nsujeitam\nfinnis\ncontributions\ngalícia\nsnipes\nsniper\npay\nacarinhado\nridicularizam\nridicularizar\nchokmah\ntsukuyomi\napple\ndwarves\nsalander\nfadul\nbarbedo\nbanica\ncateterismo\ndlls\nbastões\ninauguram\ninaugurar\nhyacinthe\nshōjo\nbiarticulado\nargumentativa\navatares\nteologais\nfomentam\neg99\ncaiu\ncenario\ncair\nhorace\ncaia\ncaio\ncain\ncaim\nauxiliadas\nsegundo-grau\nbismuto\nbivar\nsotomaior\ninculto\ninculta\nalbopictus\nbelphegor\neficiente\nladeando\nexecração\naludindo\ngenerations\navelino\nsíndicos\ndivulgadora\nsuassuna\nenergização\nnhamundá\nrecai\nhalt\ncartomante\npassional\nkarabakh\nbaterem\nhalf\nderradeira\nderradeiro\ndesgruda\nmurdoch\nconsumidores\nconveniência\ndinâmica\ndinâmico\nfiando\nlance\nlanca\nrecuperassem\ncontendo\nfilopator\nanticoncepcional\nafastassem\ncoaduna\ncomeçaremos\natingir\natingiu\ndesigning\nlms\nlma\naprendia\nmitsuyo\naprendiz\nadventist\nnakasone\nfestus\nplayhouse\náustria-toscana\ngtr-9\nابن\ntsukai\narco-cruzeiro\npreteridos\nromulano\natiçar\nsilent\nlindernia\ncaramelo\nwigglesworth\nbiolchi\ninflexível\nurochordata\ntransversa\ngoitacases\nenfraquece\nsheyla\nenfraquecê\nestradinha\nlyoko\ndahlbom\ngarfunkel\nprindle\nolisipo\nmedido\nmedida\nvipsânia\ncolombianos\njoguinho\nyggdrasil\nunissexuadas\nacademic\nacademia\nacademie\nlietuvos\ncircustâncias\nilusionista\nindividualismo\njb99\nlontra-marinha\njorgina\npérsia\npérsio\nnocauteou\necopetrol\nbucólicas\ncorporativos\nlemmings\nanonymus\nfilisteus\ncapuzes\npiazzola\nincomodando\npasadena\naragorn\nexplosions\nbloqueavam\nrespeitava\nparágrafo\nmármol\nfirulas\ndimartino\npalestrina\npalestrino\ndificuldades\njozef\ngymnasio\nberquó\nmímicas\naddress\nimpagável\nplacares\ninteracção\ntridimensionais\nbagley\nesquerdinha\nnarradora\nfurosemida\nida-e-volta\nbyte\nincrementos\ntamara\ngervasi\nipc-c9\nbydgoszcz\norganoclorados\nauroras\nreversões\nrogélio\nsankai\nsairia\nhumanas\ndelroy\ntúrin\ngrã-ducal\ncarimbó\ncarros-bomba\ncarro-forte\ncarimbo\ncarimba\nzacatecas\nmoons\nrüdesheim\nmoony\nincomensurável\nromperem\nphotos\ntubarão\njorrava\ndobrada\ndobrado\ntoponímica\nvime\narthur's\napoiariam\nmetope\nvimy\nmodotti\nsegismundo\ngraal\nautem\ncoifa\ntrenzinho\nbubble\nrematadas\nosio\nhofmannsthal\npamina\ncabeça-de-série\nsucessório\nsucessória\npesticida\ncausem\nerigidas\ncauses\nhodgson\nmeazza\ncúchulainn\npoliticagem\nbelton\ntularemia\nladakh\ncapanema\nmetrópolis\nd'études\nsuçuarana\nbeneditino\nbeneditina\ncigs\ngeshe\nfragrance\nsaint-lazare\ncomumentemente\nº99'99\nmonocromáticas\npavilhão\ndurival\nembraco\nsérvio\nescoados\naschenbach\nquiçá\nabandone\nabandona\nbenetton\nfiemg\ndurado\ngostado\nabandoná\nzaibatsu\npedroza\nesfiha\nrédeas\npaparicar\nabscessos\ncriados-mudos\nilustram\nilustrar\ncitou\nseminário\nnormandas\ncabula\norozimbo\nescolarca\ncampylobacter\nstackhouse\nspams\nferraduras\nfranny\ninaugurava\nbudget\nnúncios\norange-nassau\naceitabilidade\nparente\nparenta\nparenti\nparents\ndès\nbauducco\ninfrastruturas\nqueimadense\nbounce\nlagostas\ncompradas\nhabitaram\ncativa\nkaur\nsintonizadas\nbichara\nmynetworktv\ncaricaturista\njidai\npleiteavam\nfidedignas\nhalpern\nmatavam\nmaclachlan\nhaiku\nsesmeiro\ntyba\npeca\nbakersfield\nscania\natoleiros\npamir\ncutias\ncientificidade\nvibração\nachasse\nbrasilcap\ncerimónia\nneoplatônicos\ndesfazerem\ngobelins\notago\nazuki\npanteno\npantene\nbeachwear\nhialina\nre-edição\nankito\nzygomycota\nstuff\nguaçuí\nintroduza\nretransmite\nnofx\ncommuter\ndénia\neschweilera\ntattoo\naventureiro\naventureira\ncruzes\ncruzei\ncoincidentemente\nmantê\nmante\nmanta\nescritora\nmanto\nnão-europeu\nmantz\nindycar\nmartorelli\nrosenfield\nmetheny\ngattuso\nlaudo\nlauda\nlaude\nignoradas\nvacacaí\narcebispo\nmarcina\ncompete\ndervixes\npresidia\npresidio\nsabbath\npresidiu\npresidir\ntroque\nmccarey\ndefinível\nvidros\nbergamini\ncão-guia\nalojavam\ninstrui\nrecuperado\nrecuperada\ndavies\naílton\ncandida\nremoveram\nacreditando\nvern\nł\nloraine\ntallyta\ncertified\nmentiras\nmentiram\ninvocada\nalonso\nórgão\npadalecki\n9,9\nbulcão\ncronin\nmassoud\norbitadores\nlexington\nschafer\nneutraliza\nacabarem\nparamagnética\nassistencia\ndizzy\nmizer\nthanks\ntransacionais\nzagor\ncirrus\nyounes\npodesse\nhersh\nflashman\napareceram\ncatião\nrecepcionista\nreagido\npearsall\ncanadensis\nsacrificando\nisis\ncalcadas\ndívida\nisin\nalijó\nfrederich\npetulante\nforcados\nproduzo\nflamenguinho\nfaze\niludir\njamahiriya\nnulificador\nfotogramas\ndetalhamento\nguaramiranga\ndoença\nmidden-drente\nshared\nreelege\npassatempos\nbranham\nglaber\nlinschoten\nsalesópolis\nopte\ncefalosporina\npéter\nemprestar\natabeg\nwhiteman\nemprestam\ncompositoras\ngash\ncongênere\npudins\nelizabetano\ngast\nbrains\nbraine\nskynet\nkarakoram\nnasalização\nnuman\ndirección\nex-campeão\nacelera\nialorixá\nembolia\ntabulados\nhva\nhvd\navidamente\nesgrima\noxera\npodláquia\ngaviria\nipojuca\noutput\nmodelito\nbimestre\nautogolpe\nbazaar\nu-boats\ndevon\ncrina\nrenunciarem\nkeita\npageant\ncremosa\ncremoso\nacompanhadas\nonipresença\naugustin\ninalterados\nestabeleceram\ndesenvolvemos\nescorregue\nnarendra\npetrelluzzi\nbradicardia\nmohinder\nfeição\nshajn\nmachadinho\nmachadinha\nanarchy\nmorella\nmorello\nmorelli\nanscombe\ncapivariano\ncacique\nal-hakim\nfuturista\ncapetianos\ngonococo\nventosas\ngaiolo\nsupersticiosas\nbrookhaven\nkalem\nkaley\nreapresentaram\nkalinin\nannandale\ndemonização\nblankenship\nfener\nmirandinha\norganizativos\nrichter\nnadarem\nparadoxa\nfatty\nparadoxo\nestribos\nparadoxx\ntvcom\nminiato\ninformal\ninformam\ntidos\ninformar\natabaque\nkeke\nrubescens\ngracie\norganizaria\nplebe\nproletários\npedicelos\nentregavam\nimpossibilitar\nalta-normandia\nmulberry\nhomícidio\nafinações\n\nex-guitarrista\nindenizatórias\npendulares\nprevalecido\ngadanha\nnacionalizações\npatente\nregión\npatents\npraticamos\nreservados\ngaula\ngault\nmarciano\ngondor\naylesbury\nsubíndices\nequivalências\nleszczyński\nalguém\nkaizen\nvoador\nbraxton\nabranches\nlatifundiário\nlatifundiária\ngovernassem\nempenhando\nmclennan\nwerle\ntabuaço\nphonographique\nquiosques\nsimpkins\ntroco\nhulda\nvalorização\nruysch\ndesabam\narrecadação\nedsger\ndesabar\ndisponibilizem\ncaringi\nmayflower\nsecretoras\ndmri\n\nperidotitos\nengessar\ngoodfellas\nsalce\nabrigaram\ntaishan\nhesicasmo\ntrocá\nmorrem\nmorreo\nmorreu\nmorrer\nbritânicos\nvitrinas\nvivarini\nloggia\nblythe\nmassa-energia\ncompensatórios\noctanagem\nkravchenko\nsampleado\nøystein\ndetestado\ncasaquistão\nmeã\nchavismo\ndesfrutem\nwikilink\nonfray\nauto-sustentável\nmee\nmef\nmea\nmec\nmeb\nmem\nmel\nmeo\nmen\nmei\nmeh\nmej\nmeu\nmet\nmew\nmev\nmeq\nmep\nmes\nmer\nmey\nmex\nmez\ncanalículos\nredirecionado\nskytrain\nassegurado\nassegurada\ncumieira\ncaboclas\nmúmia\nhöglund\nmúmio\ntagore\nmonkeys\naerogeradores\ntrading\ncomitas\npaniculada\nmctiernan\ndawkins\njerusa\nrc99\nlivrarem\nheyman\ncaerden\npolitizado\npolitizada\nobjetivou\nobjetivos\ncumberland\noferecesse\noferecessem\noutrossim\naludia\nputz\npute\nwalpole\nputa\nputo\nlionel\nintroduzidos\ntraineira\ndispersores\nníquel\nmorcela\ncaptada\ncaptado\nterroso\nhonoris\ntemporais\nmadge\ndesestabilizador\nifigênia\ncarta\nmaremotos\ncarte\nconcer\nkaykaus\nconsuetudinário\nkibera\ndermatilomania\ntecnologia\nárabe\nmadruga\nlanding\ngould\nquinlan\nsibipiruna\nrice-oxley\nprussianos\njorjão\ndeterminaram\naspa\nlynch\nbruxarias\nlynce\nd'amato\nlongo-prazo\ninstala\nuropígio\nspheres\nteenage\nmetralhada\nmetralhado\nmineralização\ndirectoria\nmegahit\nrelembrado\nrelembrada\nrealça\nloures\nborrell\nbar-le-duc\nmaias\nmaiar\ngaziantepspor\nacromatopsia\nvissi\ncomprarem\nplekhanov\nbvictoria\ncoogan\nsoquete\nenviar\nvisionários\ncravar\ncontundiu\ncontundir\ntransmitirá\nparalítica\nparalítico\nmarquesa\nboundaries\nburigotto\noreochromis\nstaffelkapitän\npálpebras\ndrescher\nabies\nabiec\nbirkheuer\nnápoles\ntepui\nrimes\nsabaraboçu\nlouriceira\ncôncavas\nreavivamento\ndesonestidade\nquinteto\nalandia\ntaça\nfalleiros\ninquietos\nadvogada\nadvogado\nbyford\nbrasilina\nabujamra\nfurtivas\npromotor\nequilibrista\nequivaliam\nzerá\nnynorsk\nhilda\nperniciosa\npernicioso\nroussef\nzero\nzerg\nzera\nmonásticas\ntorero\npiquenique\nnewspaper\nchinon\nnasofaringe\nendoscópica\nmackay\nlimnologia\nlonghena\nquadriciclo\nâme\nisoflavonas\nagonizava\nhaicais\npercussionista\ntonal\nencurtadas\nholloman\nmamiferos\nacciarito\nrendada\nrendado\nwalesa\nfiquene\nfraudaram\nmanchou\nrecordaria\npasswd\neggs\nchara\nnaipi\nfudêncio\nsegredos\nbuhr\nmetalurgia\nbuhl\nlillet\nevasivas\ncomentava\nenterrá\nparassimpático\ndístico\nkodak\nmandava\nespirituais\narquetípicos\nsimocata\nbeauharnais\ntriton\nabusiva\npertencentes\nvaquejadas\nbalantas\ncurt\ncuru\ncury\ncure\ncurb\ncura\ncuri\nlubomirski\ngerminativa\nsigmund\ntrasíbulo\nhavens\nescatológica\nescatológico\nanulados\nonesti\npermeou\ndefinidora\nd'automne\nsofreguidão\nclosing\ncaminha\ncaminhe\nlagunares\ncaminho\nraivosos\ncertificações\nmisturada\nmisturado\ninfantado\ndesimpedido\narmfelt\nprioridades\ndescrentes\nmáire\nskateboard\nniepokalanów\nhavê\nval-de-cães\npagara\ndignitatum\nhava\nhave\nconpresp\nprostético\nprecedente\ningressaria\nkandahar\nnotifica\nclimática\nclimático\nmauser\ncatálogo\ninfluem\nglomerata\ncfda\nsauna\nabrev\nabreu\ncoletivamente\nreformed\nexistam\nonaireves\nkaleidoscope\nsenadinho\nedilson\ncontra-indicado\ncontra-indicada\npoupança\ncardarigan\nrespeitante\nfalsificar\nconhecidas\nigrejas\npeláez\nqu999\nocydromus\nmakhnovista\nsands\nolhadinha\nmuscicapidae\njosuel\nregaleira\npsicomotora\nvrbas\nbálticos\nscj\nsce\ndebilidade\nnetbeans\nindiscriminado\nsemi-áridos\ntendenciosos\nsubnormal\nacarretam\ngerentes\ngranjeiro\nsc9\npara-lamas\nchrysididae\npaggi\nridículos\nmesênquima\nenamorada\nenamorado\nminchin\nláctica\nabundantemente\ndayz\nmilheiros\ndayo\ndaya\nundernet\nbitcoin\nanestesiado\nkubota\njesuítas\npersonalizando\nlubański\nactuais\nabsolut\nrosslyn\ntropic\nreafirmado\nnamorava\ndiretor-fundador\nsengés\nrepetidas\n99-9999\nviqueque\nkorczak\nticiane\nticiano\n’\nesquizoafetivo\nfilmou\nifícrates\ndeliciosus\nnarcisismo\nlantis\nrecaptcha\nhunchback\nwandinha\naha\nahh\nahi\nahn\naho\nahl\ntribuna\ntribune\nahu\ntribuno\narpejo\nimpraticáveis\nattr\natta\nvergine\ntentúgal\nั\nboesel\nitu-t\nnazaré\ntaze\npitangui\npitanguy\nreengenharia\nalemoa\nreduziram\ndormido\nsacudiram\ndormida\nsériamente\ntrackers\nobedecia\nmagnano\npanetones\nmatriculados\nxanthi\ncapivaras\ngordas\ndpz\ncativado\nárabe-israelense\nproibiria\nmortara\nferoês\ntoumanoff\nmueda\npersonalismo\nulrichs\nvigilâncias\nlombardia\ntransladada\nreprovava\nmitridate\ncomprovado\nincorrigível\ncomprovada\nfolgados\ncrooked\ncrookes\nquiet\nquien\nsuper-força\ntarifação\nperiod\nnós-i\nphnom\nfigos\ntutoria\ncurran\npasseri\nhipster\nodemira\nantiguidade\nações\ntholos\nbluesman\ntholoi\nsaboya\neniac\npfl-to\ntroncos\ninterpretações\ncarnegie\nactualizadas\nstreisand\ndioecesis\nayyavazhi\ncarabina\ntropopausa\ninacabado\nzócalo\ninacabada\nmanutenções\ncalita\nincumbido\nincumbida\nproporcionalidade\npastelão\nsathya\nfaróis\nprejudicá\ninflacionados\nserrarias\nsüdbaden\nprejudica\nprejudice\ntarma\nbom-humor\nsuperpop\ndeslocou\ntongues\nrosmaninhal\ntalvez\nhadash\nconstituíram\ntraun\narrasou\nindecorosa\nparaolímpica\nparaolímpico\npreocupantes\nprivativamente\ninduz\nindus\ninvasora\npelton\nosijek\ninstructor\ndassin\nexortação\ndúbias\nschreber\nskylitzes\nultramontana\nlaica\nlaico\nex-repórter\nciclooxigenase\nteia\nteil\njudson\nbrendon\nviolino\nteiú\nendeis\nditas\ndespreocupação\nkamau\nkamar\nvesículas\nkamae\nin-game\nkaman\nkamal\ngodolphin\npp-rj\nkeflen\naduaneira\naduaneiro\nvoltava\naplique\ntermofixos\nescandalizou\nbellio\nbellis\npraias\ncid-99\netiópia\negypt\ndípteros\nintermares\nfiaminghi\niypt\ncouturat\nhiawatha\nrubis\ncáritas\npópis\npahang\ncozendo\ntornarão\nf-9\npau-ferro\nconluio\nf-x\ncapitano\nxorn\nempáfia\nbizen\nbizet\nmotovelocidade\nsamba-canção\ncrimeia\nexagerar\nexageram\nescolhia\nretirará\npartia\nactualização\nexpo'99\npartio\npartir\npartiu\ntelenotícias\nn9ne\nhereda\ncardiopatia\nposam\nposar\nsimbiose\nvaleria\nvalerie\nvalerio\nvaleriy\nchocho\nsumptuoso\nsumptuosa\nazul-celeste\nsqualus\nnotre-dame\norlan\nmazinho\nreuss-ebersdorf\nboipeba\nmccord\nignição\nalexa\nalexi\nalexy\nalexz\nbeiçola\n♦\nkarts\ndoadoras\nbíblicas\nreputa\nkinda\nminifúndio\ngoldfinger\nultrapassagens\nstarships\ncrislan\nbelonave\nabraçava\naterrinho\nzavascki\narsames\ngallaecia\nmetralhados\nniebla\nantológica\nestella\ninacreditável\ngaiteiro\narindal\npoloneses\nsolenidades\nmaestrina\nmaestrini\ndiplóide\nlóios\ntownship\nconsistiam\npreparatórias\nshopper\nmarinos\nlego\nlega\nlege\ncorrigido\nklingons\nlangsdorff\nlegs\nco-promotor\nvalençay\ncimentou\nestrada-de-ferro\ncombretaceae\nvinculado\navenger\navenged\nbailados\nconceptual\nformatinho\njeonbuk\ncremos\nhidarnes\nmoçambicanos\nhodonín\npatinha\nbilíngüe\nlisonjeada\nlisonjeado\nannunziata\nciriaco\npergaminho\nsociology\nsozin\ntrampolins\ndespair\nemilio\nemilia\nemilie\nmilitarmente\ncalifado\nseriais\nmethods\ncorrelacionam\npanela\njuvenile\nsampo\naccounting\nanker\ncanonizado\ncanonizada\nperceção\ninadiáveis\nbacacheri\nnão-católicos\navalanche\nrecrutá\nalicante\nmusicalmente\ninvernais\nrecruta\neddas\nalta-velocidade\nrambo\nenarete\nsucedeu\nsuceder\nkhurd\nkhury\ngargantas\npagodinho\ninsomnia\nworkman\nnáutico\navaliou\nradioativas\npl-mg\nrendibilidade\ndesmemoriado\nconstou\nlisboeta\nrival\nlistagens\nserials\ncortado\ndieckmann\ncortada\neamon\nroby\ncostaricensis\nrobo\nrobi\nrobe\nrobb\nroba\nabadía\nshinzato\nformiguinha\nrobô\nfazendeira\nmaculosa\nhomosexuality\nlagrange\nsalicilato\ncataclismo\nilhadas\nhumphries\nnitroglicerina\ninduzidas\naltenkirchen\nbravura\nembarcou\nmanas\njuggernaut\nvolatilidade\nbilardo\nbrunswick-wolfenbüttel\ngeraldino\ncombustivel\ngeraldine\nkarlowitz\nalquimistas\ncerejeira\nvacaria\nocidentalização\nnáusea\nsphinctomyrmex\nabstenham\njajá\npidgin\nbarnabas\nbersaglieri\nfilosofo\nquestores\nprotolíngua\nexcêntricos\npogrom\noblato\nagde\naprendessem\nbagnolo\nbagnoli\nbolchevique\nriefenstahl\ncloração\nrodeiam\ndividam\nstrasbourg\nrugal\nrugas\nigualitário\nestudantil\nestudantis\ncorreias\npostiças\ndirectrizes\nmoralismo\napartar\nafinou\nvillosa\ndescobrimento\nwikilivros\nhortaliças\nhansard\ndizem\nnão-agrícolas\notomano\ndizes\notomana\nstommelen\ngnutella\npublicitários\nheliporto\nassolou\nl'automobile\namarais\nquadros\ncomissariados\nproblematizar\nabusivas\ngincanas\npresbiterianismo\nkodori\nherskovits\ngoscinny\nconwy\nretina\npastos\npastor\nfaap\nsmarthphones\nportuárias\nsubstiuído\nconciliava\ncanato\nnovarum\narquivística\nwalken\nwalked\nwalker\nsenn\nseno\nazerbeijão\nphalangeridae\nsene\nsens\nsent\ngranjas\ndesequilibrar\ncelsinho\nmasturba\nbeneficiavam\nfirmo\nfirma\nnitrilas\nfirme\ntítulos\nimigração\nu999\nautomorfismo\nprejudicariam\nu99c\nu99b\nencurtamento\nhotéis\nassolada\ninsisto\ninsisti\ninsiste\ninsista\ntrumpet\nпо\neutelsat\nsuperfaturamento\nauditada\nfosfórico\nhobbs\nverviers\nrasura\nkaratsu\npseudotropheus\nhistológica\nredigidos\nhistológico\nvigevano\ncunhais\ndesengonçada\ndesengonçado\nsegurei\nsegurem\nschnitzel\nhexágonos\nbaratinha\ncicom\njaparatuba\nlangerhans\naniquilou\nlatine\nlatina\nlatino\nlipton\nlatini\nvocaloid\ndesagregar\nmorrone\ncompressa\ncondicionantes\nstijl\nprogramete\ninjustice\nbolivian\nsericicultura\nmyurella\nrems-murr\ngregis\nhubbard\ncolumbia\nbali\nmusicnotes\nbald\nbala\nbalu\npaleobotânica\nconsórcios\ng.r.c.e.s.\nchinchila\ngenes\ncrist\ncrisp\ncrise\ndelicioso\ndeliciosa\nquidditch\nglasses\nbrancas\nstamina\ninternationaux\nbross\nvectoriais\ntermos\nra's\nmound\nsporting\nsalema\nafilado\nadaptive\njordanes\nsinalizou\nkantor\nkanton\ncontavam\npiero\npieri\nmilheiro\npiers\nfumegantes\nindivíduo\nroccella\npostando\nkristianstad\nreservatório\nwakanda\nadutoras\nlindamente\nreproduzidas\nbourdonnais\ndendrobatidae\nstrangers\nzadig\nciliadas\npsdb-pa\nfundadora\npalmirinha\ndourdan\ncartografou\nalors\npotito\naflorado\nexcludente\nmaktoum\ndeacon\nmaktour\nlaboratorial\ndécimo-terceiro\nmenaggio\ntransexualidade\ncooperação\nannemasse\nmuslera\nheadliners\novalada\nceleirós\njaguatiricas\nvinténs\nforos\npasig\npaulipetro\normolu\nkept\nobstruiu\nroderick\nroderico\nconviviam\ntcheca\ntcheco\nsupranacionais\npatrologia\nsaïd\naguilar\nemmelshausen\nendodontia\namanha\ndemandadas\nrepugnante\nconferiram\ntreinamos\nezquerra\ngozava\ncoulomb\nbarbastro\nregressava\ntoejam\nfaculdade\nchicana\nzygmunt\nchicane\nchicano\nsoleira\nhiperventilação\ncentro-direita\nlive\nlivo\nandaluz\nestupendo\nrichland\nhomónimas\ntaormina\nlaqueada\nlaqueado\naargau\nregozija\narborea\nregozijo\nestudiantes\nrappel\npoluem\nemulsões\ndesmontada\ndesmontado\npersonificam\nescoado\nescoada\npersonificar\ncourier\nfaltasse\ngrotto\ngrotta\ngrotte\nmckee\nsubordinada\noncológicos\nnormatiza\nirlandes\nchanfana\npayard\nmess\nherbas\nherbal\nfélix\nqj999\nabrigados\nobtivera\nsiete\nbanif\nbania\nbaniu\nbanir\nzeta-jones\nbenatar\ndivulgue\nsinfonica\nsecex\nothon\nmelton\nneurobiologia\ninvestiduras\nstéfano\nchangeling\nlegando\npublicar\npescados\npescador\nenvergonham\nµ\nenvergonhar\nex-assessores\ndivulgando\ndaquele\nraptam\nraptar\ncinderela\nmusicais\npasillas\ncircundantes\ntiberíades\nmpg\nmpd\nmpe\nmpb\nmpc\nmpa\nmpo\nmpl\nmpm\nmph\nmpv\nmpt\nmps\nreutlingen\nbristol-myers\nmerceana\ncatuaba\nautonomização\nneurocirurgião\nnotabilizada\ntsugumi\ndesembocam\nrevivalista\nlegalização\nwebmaster\nadiantou\ncanchas\nnavier-stokes\novários\nzoofilia\nencosto\nencoste\nencosta\nzemeckis\npalpitações\neisenach\nherois\nheroin\ngato-bravo\nsemiárido\nsemiárida\ncoautores\ncampacci\nsedativos\nconotação\nminho\nminha\ntira-teima\nconcretizem\nestabeleceria\nkinsey\nislandeses\nmalharias\nengoli\nglobulares\npatinhas\ndesaforos\ncetônicos\ntomlinson\ntracii\nprogrediram\nnoelle\nnx-99\nbem-visto\nshar\nshas\nshaq\nshaw\nshay\nshag\nshad\nshae\nshah\nshai\nshan\nshao\nsham\ntemporary\nenfrentamento\ngrind\nestourada\nestourado\ngrint\ncaras\ncarat\ncaral\ncaram\nduelando\ninescrupulosos\ncaraí\ncaraá\ncaxton\ninstantâneos\naltmann\nheritage\nsonnambula\ndeturpação\njesuína\njesuíno\ncurriculum\nases\naser\nasen\nasec\nasea\nligabue\noftálmica\noftálmico\naparente\nathame\nintercaladas\ndesfilei\ndesfiles\nisomorfismos\nstance\nvíveres\ndisfarçaram\nguberniya\npriya\ndušan\nneogeo\ndescendencia\nadicioná\ngalegas\nmía\nbrilhantina\nanimação\nsolenóide\nmembranas\ntelhada\ntelhado\nmicarla\ncastafiore\nmoralidade\nperitoró\ndafundo\nsukhumi\ndiluem\nalambrados\nbei\nben\nbem\nbec\nbea\nbeg\nbed\nbee\nbez\nbey\nber\nbes\nbep\nbev\nottoboni\ntorment\npycnanthemum\nwikus\nalto-relevo\nbelas-artes\nelectrão\ntasufin\nbelkin\ncarbonária\npoggio\npertencia\nsinistros\ndushku\nregionalista\nuruguaya\nsujeitando\ncentímetro\nnatel\ngucci\nviscardi\nschuon\nsakyamuni\nlotomania\nfrisia\naferido\naferida\ntouching\ndesabrochar\ntraumatizantes\ndesabrocham\ngiornale\nmedieval\nsobre-humana\napanhada\noffshores\napanhado\nsuzuka\nsuzuki\nbarracos\ntranscol\nimageamento\ntransmissíveis\nmihran\nprotest\ntetovo\nconcisa\nconcise\nelectricamente\npiercing\nestatutos\nexecutassem\nyadhira\nfiera\nnamphy\nneversoft\nfurfural\neragon\nrecreios\ngrease\nflows\npendular\nisauriano\ngovernadores\n99999-9\nnaief\nalvos\nalvor\nbrunoro\nbrucutu\namanheceu\nurogenital\namanhecer\ngendry\nvernizes\neinherjar\nafinadores\nprotection\naveriguando\nxg99\nsubsidiadas\nreflita\nanchor\nadicionamos\npicta\nrecolhendo\nliquefeito\ntiossulfato\novereem\nscrimmage\noptaram\ntransferiam\ndidáctica\nsuperaglomerado\ndaytime\ncosenza\nróger\nluria\nlorazepam\nmetodologia\nprezados\nadelaide\nernâni\npataias\ndidáctico\nensejando\nepistemológicas\ngarantidas\nolympia\nolympic\ndíodo\nolympio\niguaçuano\neurocentrismo\nridin\nvemag\nescandalosas\nroscas\nguyenne\nragatanga\nvaleriodoce\npintinho\nfumarolas\nrepublicanismo\nplečnik\ndamão\nhidrotermal\ntexan\ninstancia\ncarnielli\ntexas\nmaisena\ndiminuíam\ncassoulet\ntrimestres\nsuspeitando\nleocádio\nleocádia\nidentificasse\nackles\nfotocopiadora\nstillman\npercussi\narca\nplaine\nheyting\nprazos\nmanassas\ntuscaloosa\nalarcon\ncorria\ncorrie\nlucifer's\nacusados\nmirza\nroker\ndietético\ndietética\nw9c\ngoeldi\nchomutov\ngileno\nkernel\nnhá\nkerner\nenfants\nbombada\nquasares\nrenunciam\ncarraway\npegassem\nassinalável\ncapitão-mór\npegavam\nanticiclone\npropebela\npozzi\npozzo\npozza\npróspera\npróspero\ns.h.i.e.l.d.\nfiqh\nmacular\njt99\nbergkamp\ncomercializadora\nmarriott\nbergen-belsen\ntaranaki\nbobrov\nbobrow\nmoquegua\ndelilah\ndestiladas\nafundaram\ncircunferências\narbitramento\nsapatos\ncacatua\nsepteto\nzentrum\nn'o\nencareceu\noperatrizes\nencarecem\nmineralógico\nturboélice\nmineralógica\nstella\nmaritimidade\nstelle\nsampaio\nproductor\nfissão\nacrolepiidae\nvândala\nexpandiam\nadvérbios\nvândalo\nengendrar\nabsinto\nsupervalorização\nschiavone\nelrei\nafrescada\nagarraram\nconfidência\ntecnisa\nvagou\nkhoei\nronne\ntanger\nronny\nscorpions\nphares\nuntado\nuntada\ncopagaz\nsalreu\ndespercebida\ndespercebido\nestará\naglomerante\ngoma-laca\npreferencialmente\nbile\nbild\nbila\nbill\nlabruna\nfreguezia\nânfora\naparencia\ndublam\nestuprando\ncomandantes\nlocuções\nerguida\nfiglia\neditoral\nfértil\neditoras\nmeneghetti\ntsunayoshi\npousavam\nfolsom\nmartines\nbiogeografia\nmartinet\nsiedah\nshogi\nbegovic\nshohei\ngameta\nsoutto\nadaptadas\npapisa\nporchat\nleben\ncrupiê\nisotiocianato\narmadas\ndesestabilizar\npeggy\nhobart\nfavela-bairro\ncoyne\nterminaria\nscooby-loo\nfibrosos\nmosquetão\nsuplementado\nsuplementada\nmmhg\nferredoxinas\nbicicletário\ntraz\nfranc\nfrank\nmagnética\nfrans\natenção\nd'orba\nocalan\njingle\ncancelar\nmikhailovsky\ncalamity\nenfeitado\nenfeitada\nsdhc\naway\negbert\ncardinalidade\naiwa\nfältskog\ncepas\nshields\ndillon\nscholastic\nreconstituição\ncangambá\narapiraca\ncretáceo\nreforçará\no'leary\nprost\nprose\nprosa\nruhollah\nélber\npasseou\nfield\nghee\nglaberrima\nremovia\ninsert\ninsere\ndimensão\ninseri\nplanáltica\ntoshiie\nsomam\nsomar\nschiavi\nlindstedt\nrenderem\nimpopular\nepiglote\nterebentina\nabarrotadas\nharmónica\nharmónico\nfrontispícios\npedrita\nverdana\nmarimba\nquantia\nescudero\npercussões\nbiellese\nkatniss\npersuade\npernões\npersuadi\npolinter\nconduct\nh9o9\nexactamente\npsiquiátricos\nd.l.\nproêmio\nappartement\nlutécia\nlutécio\nsabóia\ntaxiamento\nsuperbad\nokhotsk\nsimplética\nrabelais\nesperava\nfalkenstein\nbioquímicos\nacentuava\návidos\nmedicamentosa\nneurite\nbonin\nanalgesia\ninconveniente\nbeckett\ntiveram\nhoffenheim\nmoções\nbotsuana\ncalçadões\nmediawiki\nsadhu\njudeia\ngees\ngeer\nniksar\npertos\ntrotuş\ncaóticos\ndormimos\nschutel\nbuchada\nvariaveis\nmazda\npláucio\nveadeiro\nseveras\nseveral\nfluoretação\nbutim\nstent\nsteno\npresenteados\neurídice\ngmina\nmeters\ntetraplégica\ndesgrudam\ntetraplégico\ndesgrudar\ncaule\nluiza\nluize\nnicolás\ndiretor-esportivo\nfapesp\ndesencontrados\ncooperadores\nandradina\ncroft\nbuscema\nbuscemi\npromethea\nparma\nadvindas\nchocolate\nauto-falantes\nmotorista\nsubestimar\nbacai\nvasculhar\ngalactic\nvasculham\ndiscordado\nexplorers\nmanaos\nscuti\nokrug\namiot\ndiplomando\nbaader\nextremidades\ncaerphilly\ninvisíveis\nnílson\ngaúchos\ndornelas\nilza\ncamarão\nloris\naspasia\nloria\nbromfield\nlorin\n，\npoly\npole\npola\npolo\npoll\npoli\nswift\ntransesterificação\nconciliar\nconciliam\nestéfano\ninterveniência\ndivisão\ndesviando\nforchheim\nalphabet\ncarmelina\nhorrocks\nelapidae\ncomission\nhydron\ncalatayud\ndönitz\ncriméia\nalemã\nantevisão\ncocteau\nchamberlin\nkaran\ncompreendidas\nlakeview\nhs-999\napertava\ndezesseis\nzorzi\nş\nodds\noddo\npresentation\ncipriota\nrevalorização\ntronic\nmurshidabad\nagredia\nagredir\ncunimundo\nbehring\nevacuar\nmotels\nmorfo\ninterditadas\nkinney\nproblemáticos\nlogar\nlogan\nfrígio\nfrígia\ndetidamente\nabdala\naldrin\ningham\nleza\nmatheos\naiton\ninventario\nacelerou\ntriglav\nhemograma\nclientelas\nventoforte\npanjabe\npanjabi\nigor\ncontéudo\npritchett\nmaison\nmeasures\nimperceptíveis\nanderlecht\nlinsenmaier\nsaint-paul\nseviço\ngoldblum\nrecusasse\nprimogenitura\nconstruirmos\nerno\nerne\nerna\nslots\nmeaghan\nahab\nparachutes\nkościuszko\nrelevos\nrelevou\nturnbuckle\nwallops\nex-dono\nernő\nbetsaida\ngrindhouse\nalcenos\ncichlidae\nplug-ins\nconvénio\nustaše\njumps\nvassula\ndoloridas\nfroilaz\nnuoto\nfarmacológico\narrotar\nfarmacológica\ncriatura\nopressivos\nalbion\nseiva\nwernher\nbrzeg\npública\npúblico\ninexistente\nartemidoro\ntimúridas\nconfeitaria\nbluth\ncolumbo\nwebjet\ndesencadearia\nferret\nparticipadas\nbocconi\nferrez\ndermos\ndermot\ncarinata\nsatellites\neverardo\nlanda\nstudios\npriorado\njante\nexarchopoulos\nasseca\nfenestras\nemmett\netiquetado\nroux\nrous\nleste-oeste\nautismo\ndorothy\nfocasse\nmogno\nnetchaiev\nhippocampus\nconglomerado\ncommando\naguia\nrevisor\nrevisou\nstoryteller\neleição\nfeirantes\ntournai\ncariaso\ndeuteronômio\nnol\nnom\ntrechus\ntundras\nnod\ncibrian\ncajazeirense\nnoz\ndeglutir\ntrabalhamos\ntriturus\nnow\ninstrutora\nramoso\ndecorre\ninformatizadas\noctaviano\nreclamo\nbasílio\nbasília\ncambucá\nfederativos\nalfabetizados\ncambuci\nilhéus\nelva\nshura\npremissas\neceme\nshuri\njessup\nicbms\nsensibilizar\nsatoko\nembolsar\nfavio\nibad\nfictícias\nmasaru\nsylvain\neliminados\nsonhara\njournals\narrojadas\npolimorfo\nsoberanamente\nestuários\npreux\nmaioritários\nmcqueen\nobrigara\nwerra\narcângelo\ntrek\ntren\ntree\ntrey\ntres\nnuer\natrato\nsolteirões\nesteios\nreacendendo\nbelenzinho\nwrangel\ncaucaia\nsuscitam\nsekigahara\naborígene\narbëreshë\nmelgar\norientava\ndutoit\nmontluc\ncanhoneiras\nocorrerá\nbiblos\nwoolley\nocorrera\ncambon\nsvensson\nfatumbi\nconvivemos\ncondiz\ncondit\nstefan\ndaneel\nraised\ncarcóvia\nboy's\nvarais\nramadã\nsugira\ndeception\nsugiro\nsobraram\nramada\nfirpo\nazerbaijão\ndoki\ndoku\nfechará\naproximar\naproximam\nazeitada\nbullinger\nronildo\nblindados\ngarimpos\nchiavari\nwickham\nsimaroubaceae\npaiva\ntore\ntorg\ntora\ntoro\ntorn\ntori\ntork\ntoru\ntorq\ntory\ngemulação\namphiroa\njhin\neicosanoides\njoguinhos\nbenares\ntorá\ntoró\ncaesb\ndalai\ntransformadoras\ndiodoro\nsargant\nblinding\nmateriais\nentendedor\nahmad\nyuso\nreconhecimentos\nyusa\nbloomsbury\nconsumados\ninsondável\ncabedal\neclesiásticos\namd\nškoda\ngasômetro\naustronésias\nesprit\njarret\nkepler-99b\nferndale\ntempra\nfetais\ncorrosiva\ncorrosivo\nheadhunter\ngeorgios\ndeferência\nintemperismo\nmughal\nconfidencialmente\nprimitivismo\ngetúlio\nlambeth\nmontanaro\nlapaglia\nkabushiki\nacostumando\ncapiberibe\ncarão\ncordialidade\npalio\npalin\nepidendrum\nivaldo\nesforçam\ncadmus\nesforçar\nabdel\ngoetz\nanos-luz\nlanghans\nalterar\nfalke\ndiplópodes\najinomoto\ncruzaria\nroemer\nsamovar\nécran\ncoreografias\nowners\ntelepáticas\npóstumos\ncastle\ndinger\nantarctica\nsequência\nmoyses\nkamboja\nburman\nazcárraga\nmanuscritas\nenvelheceu\ncontestavam\nrancorosa\narxiv\nespiritos\nreorganizações\ncurimataú\nirrigadas\nžďár\npremiou\npremios\nchancelarias\nagastya\npesado\nbartleby\nforza\nrated-rko\nwartburg\nperipécias\nepilépticos\nhonoríficas\nplainfield\nwgs\nlançavam\nvaricocele\ndaslu\nbrownlow\nexercer\nexerceu\nautodenominação\nmitis\nhabitável\nregião\nthugs\nencravadas\nmonopólio\ncanonista\ntrinitário\nescalonado\nescalonada\nfazedor\nlátex\nhelenizados\nstocker\ninfluíram\nirrealistas\nretificada\nsecretariado-geral\ncasina\ncasino\ncasini\nagm-99\ningênua\nanika\ncigarrinha\nsabu\nsabi\nsabo\nsaba\nbahamense\nhanshi\nbottas\nconcentrou\ncommodities\nsabá\nclarisse\nrecitou\nvulcões\nforas-da-lei\nmandodari\npiraju\ndamato\nkelvins\nestator\npertussis\npirajá\ndiafragma\npombalinho\nramos-horta\nel-hage\npenumbra\npacker\npacket\nunionville\npacked\nsemigrupo\nfermentam\nschleicher\nhitória\npeçonha\ncomplexidades\nserling\npascoe\npascoa\ninterrogadores\noutbreak\nraramente\nadequadas\ngephardt\necodoppler\ndatada\ndatado\nexponencialmente\niris\nirix\niria\nestertores\ncitrino\ncafé-da-manhã\npolitécnica\npolitécnico\nalportel\nlímpida\nindulto\nsilico\nsilica\nbreves\ndianga\ntraduzidas\nbeobachter\nrainha-viúva\nrevelá\nkiruna\nmonáe\nrevels\nrevell\nrevela\nrevele\nreks\ndaughter\nmeetic\nwhitewater\nbisaccia\nrancho\nranchi\ngloss\nglosa\nsociopata\ncuste\nfiduciário\ncusto\nfiduciária\nwhitelaw\ncornwallis\namasse\npessa\nsoran\ndiferir\ncentro-bairro\nsedação\nchimarrão\nregresa\nestadounidenses\nnegaram\nendêmica\npropulsoras\nnulas\nminus\ncévola\nbeta-amilóide\nsteenburgen\nismet\ngx99\nafoxés\nvoting\nglicosídeos\ndamen\nneca\ntelões\nmanjedoura\nredescobrindo\nfirmara\nmeadowlands\nadoptou\nsupergigantes\nbarbado\nstinson\nbarbada\ncelibidache\nmandatório\ncomitia\ndrogados\nabala\nkala\nkalb\nkale\nrpgs\nkali\nkalm\nkalu\nbitetti\nsuper-vilões\nencostadas\ninvestiram\nnipónica\nmestre-de-capela\nsimulados\nsimulador\nbhaktivedanta\nkitaro\narrigoni\nocupassem\ndecisivas\ncheech\nneander\nbradespar\nenamorados\nhipogínicos\naluvial\nfreqüentada\nkangoo\ngeunsia\nincredulidade\ndeterá\nescravização\nbuzar\nrosemont\npictorial\ngiustiniani\nhomecoming\npaleólogos\nalergia\nsuburbicária\ncurtem\nsoyuz-u\njogarmos\ntubas\ntubal\nlouboutin\njerte\ntjd\nnavegam\nvarberg\ntordo\nquebrarem\ninterunion\nmessage\nsteinfurt\nelkhart\ntranquilizou\nomagh\nmohnke\nmetaxas\njedis\njoalheiros\neducados\neducador\ncódigos\nzapatero\ndragonball\nsammartini\nhogcock\nincita\ncalculos\nincerteza\nfollowers\ndegradação\ntunguska\nesgrimista\ntannenberg\nrecompôs\nlaugh\ndescobrissem\nforasteiros\nmontpensier\nitabuna\nbertoldi\nsiffredi\ndorje\ndorji\nwaze\nwaza\nqueimou\nnão-ortodoxas\nrespetivo\nrespetiva\nseresta\nleopard-9a9\nlouis\nsauditas\nlouie\nhipertrófica\nilegalmente\nhuaral\nhuaraz\nquânticas\nvecina\ndemocraticamente\nsneap\ncontinuasse\nlindeira\nfanning\nauto-governo\ndura-máter\nkasey\nkasem\nentendido\nentendida\nakhmim\nazia\naziz\nlaunch\nlavinia\narquitetónicos\nsubtil\nyasin\nrevytour\nkhruschov\nerlandson\ncercada\ncercado\nantecessores\nlasanhas\nandróide\narraigada\naudálio\nestrategistas\nmosquetes\nparafernália\nantigravidade\nplesetsk\nmomentâneos\nbrockhaus\nterrivel\nhackers\nfontes\nagostinha\naniquilador\naniquilados\nagostinho\nconjecturou\nlições\ndemonstrações\niya\niyo\nrecursividade\npisarem\nbiquíni\nincidiu\nincidir\nbeldade\nrenovável\nincidia\ninflam\niyá\nalytes\nlegalizou\npretendidas\nardósia\npreito\ndesanimado\ndesanimada\nregensburgo\nendereçou\niniciadas\nsten\nstem\nstew\nempolgam\nchermont\nobstinadamente\ncgtp-in\npreocupando\ntamanha\ntamanho\nedfu\nprémios\njuizados\nbermas\nberman\nsuborná\nbilheterias\namontoam\nsensacionalista\ngarantiria\nsuborna\nsuborno\nacará\nvuitton\nsubjugados\nacari\nrodeado\nrodeada\nigaci\ncarrego\ncarrega\nmediterrâneos\norginal\nrisotto\nabatido\ncarregá\nabatida\nsofreram\nbobos\ndossena\ntremendos\norquestra\nhrodna\ndentística\nrecoleta\nagrupando\nfavelização\nfrohman\nl-9\nzenon\nanaheim\ndeeke\nmonocilíndrico\nchecada\nmarromeu\npré-época\ndavids\nblackheath\nhidrovia\n(\ndavide\nwavelet\nstumme\npeninos\nmovimentavam\ninsinuado\nsádicos\njupyra\nsyed\nyau\nyat\nyaw\nyap\nyas\nyam\nyao\nyan\nyai\nyah\nyad\nyag\nroyer\nvenceslau\nfido\nfide\npós-morte\njackal\ncahen\nteremos\ncampinense\nteatros\ntatsuya\njournal\n9-9999\nflâmulas\nrepresentasse\nbeige\nimperial\nfilosófico\nregulagem\ncomparativamente\nblastômeros\ngulliver\nscolopacidae\ntornami\narrependia\narre\nrumors\ninstitução\nrelutava\nmombasa\narrieta\nraçudo\ntroneiras\ncomemoração\nmiscigenada\nprogeria\neconomics\neconomico\neconomica\nlefort\nminority\nteimava\nacrescentei\nmonstruosas\npazardzhik\ntheni\nb.j.\nimprovisa\nimproviso\ntiraria\nhomonímia\nanibalzinho\nplatão\nrequeria\nliricamente\notelo\nmacedónios\nrompidas\nconfessionários\nhelen\ndiatômico\ntransmutar\nregulam\nregular\nsitiados\nroxburgh\nlafargue\njoyce\nschomberg\nforcalquier\nvarzea\ncomparativas\ntiana\ncaravelas\nobovata\nriley\nnações\nzancan\nrisonha\nrisonho\nedgewater\nbello\nbelli\nbelle\nbella\nbelly\nbells\ngenerali\nhuman\nanti-racismo\ncoristas\ndominava\nufcg\npompéia\ntecidual\nneutralizar\nindependiente\nalbuera\nneutralizam\ncamarah\nśląskie\ntraduzem\nmoldados\nriba\nribe\ncedera\npeso-pesado\ncederj\n-xii\nallahu\nvaláquia\nsublegendas\nsegunda-feira\nlorenzetti\nphelan\ncederá\ncajón\ndeidade\nalmançora\nolivina\ndesqualificados\nrilhafoles\ngazebo\nalestidae\nclassista\nipeadata\nvous\nembranquecimento\nmingau\nmingas\nquentinhas\nlonguinho\ncouncil\nentristecida\nentristecido\nantitrombina\ngestae\ngestas\nsubpopulações\nrodinha\nepiléticos\nsteger\nkrueger\nvazou\natracção\npaulinense\nbessarion\njudit\nfazei\nfazem\nzombar\nfazes\nfazer\nlontras\ndislexia\nvolos\nstaffeln\nco-consagrantes\npałac\nhartford\ncumprimento\ncumprimenta\nayrosa\npresenciais\nbrno\nlerner\ncumprimentá\ns.o.d.\ncongênito\ncornel\ncorner\ncornet\nusoc\nusou\nlorenzi\nlorenzo\nusos\navisá\nlorenza\ncimentação\nespetacular\nguillén\nxerxes\ncurcc\navise\navisa\naviso\nparental\npreparativo\nprofs\nprofa\nsaquê\nkhaldun\nmagnetosfera\nsaque\nlucian\nsoutelo\nprofº\nnatais\nprofª\nparodi\nestación\nmetanol\nricciardi\nshuster\nmid-south\nricciardo\nsevier\ncopinhos\nlesga\nrevividos\nbakunin\nqnx\nbolam\nwheeler-nicholson\ninstado\nuniria\nunirio\nhalcones\nsinfonia\ndenizli\ntsuchiya\nminutos\ndoinel\naztlan\no'mara\nprotuberante\nrecria\ncasaria\nkefir\nintangíveis\nrecriá\nsuffer\npichimahuida\nsatisfações\npostural\nburushaski\nosesp\npistaches\nharoun\nsilêncio\nplateaux\nfixas\nallport\nsubducção\nrespectivamente\nqasi\nmolossos\nqasr\ncefalù\ndemarcadora\nespectroscópicas\nsultan\nnicolino\nnicolini\nnicolina\nmeteorologista\nlabastida\nraoul\nheterogénea\nblackfriars\nbrontë\nceo\ndímero\nelegance\nreencarnar\njudéia\nprostituto\ncometeria\navançado\nminotaur\nferina\nobvio\nvignola\ndespacha\naldridge\nadair\nadail\naçucar\nbrethren\nkatinguelê\nluxurious\nprescritiva\nramjet\nkonoha\ncausassem\niucateque\ndharak\nnadadoras\nnanjing\nsubsidiando\nspringdale\narrombamentos\nguarda-roupa\npensadores\nseresteiros\nressarcimento\nmudados\nusurpações\nbiscoitos\ntalau\nanglo-saxónica\ntalat\nanglo-saxónico\nturvação\ncômicas\ndispunham\nplantonista\nmatá\ntenente-general\nacipenseridae\nmatt\nmats\nmate\nmata\nmato\nmath\nfilipes\nbrennand\ninvernam\ninvernal\ninvernar\ngrandespartes\npré-reforma\nhillcrest\ntelefonistas\náspera\náspero\nphyllonorycter\ninterpretada\ninterpretado\nlipetsk\nprimariamente\ntensor\n}\no'carroll\nalusão\nsecult\ncabaças\ncabaçal\nmusteriense\ngraffitti\nlobão\naquarius\nsilesiano\ntobias\nabonados\nuia\ndancin\nmetidas\ncruzando\ngerchman\nestomacais\ngerenciando\nivica\ndevolvendo\nguanabara\njayden\ncontornos\ncontornou\nliliana\nliliane\nsuperestrutura\nomega-9\naudições\nnutricional\npertecente\nandrogênicos\nmadobe\ngifts\ninfanticídio\njoaquim\njoaquin\ndziga\nsul-coreanas\ntromboflebite\ncaprichando\ntargowica\nchorões\nflorestal\ntaioba\narmou\nprotagonizava\nexcentricidade\nassamesa\nministração\nestrangeiro\npaume\nparigi\nluvita\nejetados\npetrus\ndeturpada\ndeturpado\naditiva\naditivo\ncadarço\nczares\npetrolero\nambon\nambos\namboy\nelevadíssima\nelevadíssimo\ndaltro\ncomplexity\nerding\npropagandas\nnorte-riograndense\nshishman\nxisto\nsuvs\nsuva\nblástula\ncaloris\ncaloria\nantiques\ndrogheda\nculminará\nalimentou\nnarcóticos\nromildo\nabraxas\npromoverá\nromilda\napartados\nescurinho\nyana\nyano\nyani\nyank\nprogresso\ninterbancárias\ncoerentes\nbolsa-família\nquiabos\nfantaisie\nogaden\nhonrosa\nsaxatilis\nhonroso\norto\north\nortf\norte\norta\ninodora\ninodoro\ninovar-auto\nmonitorando\ndocumentalmente\nliquidação\npaióis\nlusófonos\nbiribol\nrote\narquitetônicos\nmassivamente\nboxista\nbandeirante\ncursam\nleoninos\ncursar\nturcomanos\nmigrassem\nsaíssem\nzoom\nzoon\nzoos\nzoot\nal-zaidi\ninfectantes\nlampe\nlampa\ningesta\ngaultier\nmediação\ncapturados\ndescartado\ndescartada\nmetamorfo\nea99\nemitiram\ncountry_data\nrecomendando\npistilo\nloiola\nhamlets\nbains\naponeurose\nnazar\nfiação\nparaplégico\nhealthy\nd'angelo\ncorumbaense\ndesgraçado\ndesgraçada\nregicídio\ntranscritos\nomsk\nwellhausen\nsepc\nsepe\npentarquia\nvanderson\ncourtenay\noceanus\nprescrito\nprescrita\nimpulsionadora\nnakatomi\nconquer\nvillarroel\nhomoerotismo\ntrucks\nkluivert\niaa\nswing\nchildhood\nparticiparia\namaryllis\nfractura\ndesejados\n-amarela\ncaldeira\nlicks\namalfi\nvitorias\ncimmeria\ncristãos-velhos\nkishikawa\ncareful\nsinhozinho\nkrakoa\nvest\nvesa\nsedia\nmotley\nsedis\ncartoon\nrance\nranch\nranco\nherdando\nimperia\nestirpes\narduíno\nkennedy\nnikolaev\ncaixilhos\njourneyman\nfreixo\ntratadores\npega-pega\nrecuarem\nfraldinha\nshugo\nallá\ngovernismo\nbetacaroteno\npixinguinha\nvesicular\nafeiçoar\nashikaga\nproprietários\ndesrespeitosa\ndesrespeitoso\nalterio\nlapela\nadotaria\nregiao\nregiam\ncheope\nalgebra\nsoftball\nartyom\ndisjuntores\ncarmela\ncromados\nsignifica\nclandestina\nexcretor\nincluém\ndezoito\nprorrogados\nscheibbs\ngourmet\npulteney\nexibidores\noutrageous\nassistia\nassistir\nassistiu\nredesenhou\nagisse\norkut\nadauto\nochus\nceará-mirim\nuniversalizar\nyakutsk\ndemonstram\ndemonstrar\nicce\nbaines\nherdasse\nagüero\nbifrenaria\nmiscigenados\nbulbar\nculpi\ncertificada\ncertificado\ngenuínas\ntonfa\ncólica\nholidays\ndeixou\nfeema\ntrombadas\nprendessem\nfervença\nsibiu\ndesinformados\nseller\ncontabilizaram\nbrincarem\nsurfers\nentrariam\narminho\numarov\ngalway\ncargaleiro\nsinalizadoras\ngraham\nfuerteventura\ncompagnie\npeter's\ncompagnia\njansen\nbarreiros\narquiteturas\nsimrishamn\nchernobil\nmunro\nsango\ncaduca\nmarata\npertecentes\neneagrama\nimpostores\nmaratá\nokuni\nnaturalização\nvencessem\nartesões\nconvoca\nenterrados\nterminariam\nkaryme\nsupercrítica\nsupercrítico\nenquadramento\nconvocá\naclive\nromain\nipod\npediatras\nlatitudes\necho\niaô\nzanini\nzanine\nrealçada\nrealçado\nfrykowski\nincluam\nlicencia\nlugar\ninvestigaram\ncotovelos\ndartmoor\nex-colegas\nyudi\nrégio\ninatas\ntanquinho\ntornozelo\nperfeita\nperfeito\nbundesbank\nduane\npré-pagos\npuritanas\nmackie\nmagalhães\nsequences\nchittenden\nwilding\nnacogdoches\npneumologia\nvulgarmente\nvioloncelo\noiticica\ncontratada\namenizados\nbulbophyllum\noatácida\ngainas\nneely\nufopa\nechimyidae\npfeffer\nsaudar\nmondlane\nenterobacteriaceae\nsaltador\ngood-bye\nsqueeze\noferecemos\ncalcedoniana\nesmirna\nexigua\nmarfan\nbazán\ncrasto\nsecond\nrealizaram\nsplinter\njemg\npromova\nsulistas\nlanche\nlancha\nsykes-picot\nreposta\ndenotando\nberazategui\nassegurados\nbandinelli\nreformadora\nmarriner\npapiamento\nandrógina\nacme\nribes\ninstrutivos\njennie\n9999/9999/9999\njanson\nwilburys\nreproduzia\nreproduzir\nreproduziu\nhue\nnegá\nalcântaras\netano\nproveitos\nfrancal\ncatg\nsóis\nimpugnado\nindustriais\nfeistel\ncristais\netelvina\ncotegipe\nhalfeld\nresult\nanfiteatro\nanglo-brasileiro\nsinônimas\ndepósito\ncilla\nflatley\njoely\npódio\nnão-esteróides\ncigarrinho\nondina\nondine\nesteve\ntorrance\ncibele\nesmagados\nhonrosas\nlend-lease\ndosada\ninclinou\nincondicionalmente\nminuit\nconsulting\nlocável\ngojira\nloreto\n999-99-9\nflitwick\nprovasse\naberdour\ntransgressão\ntécnicos\nliguria\nshibata\nisberg\ntradicionalismo\nperce\nporém\nerdmann\nincógnito\ndisputadíssimo\nsawa\ndisputadíssima\nsn999\nhelden\nhelder\nmignone\nempurrões\ntransplante\nateliês\naletria\ntricarboxílicos\ntelediscos\negos\ninalterado\nbundes\nbrie-comte-robert\nheidern\nindiscutível\nafixação\nathletes\npechblenda\neletroportáteis\ninterrogaram\ngalochas\nbeatles\ncontemple\nosceola\ndispuser\netnográfica\netnográfico\ncontemplá\ncorach\nresidence\nbirutas\nmontigny\nabrandou\nafoga\nmacias\nbrigue\ncaracterizadas\nasteróide\nhistológicos\nsungai\nanglicanismo\nvasconcellos\nrebbe\nbroadbent\nlolitas\nheliportos\narrested\nespoliação\nnishida\nffer\nreivindicadas\nrecorrido\ntoca-fitas\nfuzeta\nzoólogos\nformavam\ndentadura\nreiteramos\nsplicing\nconsider\nleoberto\ncorman\nkozak\nflamengo\nflamenga\nencaracolado\nmckenzie\nosco\ncusco\nosce\nosca\nsobrevivemos\nhoehne\ndance-punk\nlassance\nviradas\nleadbeater\ninfravermelhas\nsuéco\nflorações\nópticos\nliberace\nakiba\nincubam\nincubar\nflutter\nleros\nbozsik\nosasco\nleroy\nhrinak\nleroi\ninterposto\nopiliões\ndesfiladeiros\ngenialidade\nrespire\nrespira\nrespiro\nborrões\ncredora\nprostatite\nliquidada\ndifel\nvalter\nsócio-fundador\nmogol\nautomoveis\njurisdições\nsmirnova\neparquia\ncaricaturais\ndecepcionaram\ndelírio\nvanko\ncarburador\nsalivares\n#sol\nswayze\nfringilídeos\ninibidoras\narredado\nsocioambiental\ncolton\nkimberly\nemendou\nextinguindo\nrecobre\nrecobra\nwasteland\nalexeievna\ntipico\nsubornar\nionosférica\nordinário\nperipécia\nqueridas\nlísias\nalistados\nlaplace\nacionado\nacionada\nveadeiros\nhidrocarbonetos\napollo-soyuz\nboghici\npreservando\nsinceros\neloisa\neloise\nschleyer\nmalsucedidas\ncrucificados\nindias\nindian\ninterrogado\ninterrogada\npopcorn\nenglehart\narslan\nvolpone\npeixaria\ndongwan\nproduced\nplaquinha\nacertava\ntermopares\naceitá\nanchovas\n999.9\nverbeken\ncro-magnon\nmessara\naceite\naceita\nsolda\naceito\nvivenciando\npudding\npág\nsugerimos\nviewer\nrefilmagem\nesperavam\nfiasco\nwounded\ninciou\natribuírem\nkerrigan\ncarteador\nlarguinho\ncaribus\nlarguinha\nexterminando\nravensburg\nmigas\nharada\ninfrutíferas\nantipirético\novomaltine\nestrear\ninstintos\nrazgrad\nretardaram\nfervida\natacá\nchecagem\ndrumlanrig\nlongstreet\nsuperamigos\nmotivos\nmotivou\nmiudezas\nespelhando\nativistas\nmodeladas\ngoma-arábica\nsílio\nciops\nitaóca\nfr99\nmediações\nnotório\nnotória\nclarinetistas\nryou\ninofensivos\nlincolnshire\njonsin\npecci\nambivalência\n9.99999999999999\ncampinos\nnoguchi\nsecundárias\naraxá\ncinemático\ncinemática\npolinésios\nproverá\nraízen\nproclamar\nlacustris\nwhitelighter\narcaísmos\nproclamam\nflops\nangustiantes\nrosdolsky\nconfirmadas\nguna\ndiomedea\ndiomedes\nvytis\nsensibilidades\nilê\nilé\nentretido\nentretida\ninsatisfatórios\nile\nilc\nila\nilo\nill\nilm\nbaima\nilu\nils\nirritar\nirritam\nselig\nselic\nselim\nsísmicos\ncamaleones\nmaluquice\ninternacionalizou\npalacete\ndesempenhem\nlattuada\npistola-metralhadora\nmodinhas\nanamaria\nperigoso\nperigosa\noxidações\nafiançar\nacomodada\nacomodado\nvenciam\nmaquinação\nam999\ntotalizando\nviso\nbregas\ntt99\nmaiúsculo\nex-ciclista\nmaiúscula\navanti\navante\nfiergs\nhistoires\ndependiam\nsilesianos\narejados\nmaravilhosa\nconfluente\nholzer\negede\nerrazuriz\njangada\nnijō\nincorporem\ncumpriria\nkátia\ngenílson\nsumarezinho\nharmoniosas\nimpensado\noscilar\nimpensada\noscilam\nperdi\nperde\nnephilim\nperdu\nguyton\nmeia-passagem\nperdê\nintermitentes\nmicrocervejaria\nespectômetro\ninutilizadas\nsinodal\nsaúvas\nafogaram\narda\nheemskerk\nhidrológico\nhidrológica\nwindsurf\nbusinessweek\nslaven\nimediatismo\nlistadas\nhondurenhos\nespancado\njuntassem\nfornos\nantibacteriano\nantibacteriana\nytv\nbéarn\nenvolta\nenvolto\nepisódio\nsocorrista\nmonumentos\norgulhavam\nquero-quero\ngaceta\nauto-censura\nunitron\ndesfigura\nhomeostasia\nsubversion\ninciais\ncampos\ncampoy\ngramsci\nceremonial\neletroeletrônicos\namonitas\nfalcão\nquebradiças\nguma\ngume\ngump\niluminador\niluminados\ntransformam\nsuperestimados\naref\narea\naren\ncondutores\nareu\nares\nschlumberger\npulmonar\nprejudiquem\nkrasnoyarsk\ndimanche\nrefundou\nex-banqueiro\nd'alema\nsaint-denis\nsarja\nentrevero\ndependerem\nfasc\nadveio\nzixx\nalinhamento\nnicetas\nlagoa\nlagom\ngazzo\nlagos\nartibonite\ndescrevendo\nv.g.\npontiagudas\nraica\nsubjectivos\ngualberto\nalegadamente\nplra\nfrestas\nananindeua\narchaea\nquebra-mares\ncharque\nmichelena\nintimado\nmoderadores\nlusignan\nrails\nvinland\ncolarinho\ncabello\ntrovante\npressupõem\nreataram\nespertas\nbruxo\nbruxa\nshankar\nacabará\n9999/99\nfertilizante\nfigurantes\nchoveram\nfechem\nfechei\nakebono\npátzcuaro\nprojectista\nmaturín\nveríssimo\ninscreverem\ncalcutta\nerfüllende\ncoup\nemigram\nmotorsport\nformulando\nemigrar\nreatando\nlassen\nmorresse\nliberalizante\nolheiros\nlonato\ncamaronês\nhortênsio\nmontado\nhortênsia\nconcelebrante\ng9ii\nchuteira\nnab\nnac\nnaa\nnaf\nnag\nnad\nnae\nnah\nentity\nnan\nnao\nnal\nnam\nnar\nnas\nnap\nnav\nnat\nnau\ngekko\nxadrezes\nna9\ncrisópolis\npomar\nencarar\nharpalus\nqz99\nkabir\ndaharan\nex-tenente\nbendito\nbendita\ndedicação\ntillman\nreabilita\nwesterburg\naconselham\naconselhar\nconsenso\ncercamento\ngallant\ngalland\nactivity\nantídoto\náerea\nrodapé\nconservadoras\nfalei\nfalem\ndnepropetrovsk\ntrastamara\nfaithfull\ncogitadas\nperequê\nmigalhas\nlsp\nfigurinhas\ndispensando\ncareer\ntrova\njuanes\nhat-trick\nharmonia\nloire-atlantique\nharmonix\nsant'antonio\nsuburbano\nciccillo\nglabras\nyoshitsune\nalleine\nantiguraleus\nriograndina\nnoctuidae\nwaldshut\napocalipse\nevitará\néxitos\nmartim\nmartin\ndoutoramentos\ndismantle\ntranscorreram\nesperando\njamra\nwilliamson\novulação\npequenez\ntehuantepec\nerráticos\ncogitou\nvelay\nvelas\nvelar\nwulff\ncorção\ncommandos\nvideoconferências\nasdrúbal\nlivramento\nhutus\nellos\natuadores\ngreco-romanas\nhoney\nfrusciante\nlúcida\nlúcido\nhosanna\nobmep\ndeco\ndeci\nmudas\ndeck\ndeca\neleitorado\ntemuco\nyusuke\nmonnier\nbiancão\ndecó\ncananor\nángel\npão-de-ló\ntwisted\ntwister\nsacilotto\nboba\nmontês\natresia\nexteriorizado\nwillians\naportando\nkarate-do\nshoshenk\nmototada\ncontribution\nreconquistado\nreconquistada\njaebeom\ndrente\nfaldas\nqualificatórias\nisotrópicos\nfalecidos\npartulidae\ncaptopril\ngovernors\npalacio\nprolongamentos\nmacrometrópole\npré-estabelecidos\nbarkley\nripas\nantecedida\norbiter\nrecriava\napoiará\ncamisa-de-força\ntalgo\ncarregava\nbobô\nbobó\nmarginata\ntanoaria\ngavassi\nacadémica\nacadémico\ngancia\nfantasiar\nfantasias\nduplica\narmar\narmam\narman\nfriedberg\nachou\njubilar\nexportadores\ncézanne\nbikers\nβ\ncómico\ntácticos\ncómica\nitalva\ngovernamentais\ntuppence\nomitidos\nmalar\nmalas\nmalam\nmalan\nmalak\nfly\nfls\nflu\nflo\nfln\nhospedeira\nhospedeiro\ncernan\nvisualizadores\nbruntál\nrastreá\nuninominal\nmais\nmair\nrateio\nmaid\nmaia\nmail\nmaio\nsk9er\ncrypto\nmaiô\nglaxo\ncooder\nbeiras\ntaxativamente\nbeirar\narrhenius\nkoszalin\nauto-imposto\npredileto\nkatsumi\nrestava\nhere's\norada\nescusos\nbóris\nlancelot\nduchenne\nmattis\nmattie\nmattia\nitaúnas\ngratuidades\nisfahan\ndissenso\napreenderam\nremake\ndiretor-superintendente\nmonossílabos\nassinalaram\ngoodhead\nbraff\nconsumar\nrovira\naderson\ndescontinuou\nassessorados\nslesinger\ncompletou\ncompletos\nangiogênese\nquitado\nsimmons\nextra-solares\nlocust\ncriticas\ncriticar\nstalinistas\ncriticam\nalongamentos\nn999\npanfletagem\nsebraetec\nexagerados\nfomentava\nairosa\nsubtrair\nnovilhos\nnecessitaram\nburda\nsubtraia\nurza's\nfragilizada\nfragilizado\ninexcedível\nfidelino\nnovella\nskids\njiboia\ndesconhece\ndemissões\nagonizando\nseguidores\nnineteen\nrb999\ncoleccionar\nanexo\nvibra\nvibro\nanexa\ncorrigiu\ncorrigir\ncorrigia\nabundavam\nvestia\npancreática\npancreático\nconnect\ntamburello\ncorupá\nbritânico\nbritânica\nsitiar\ncomprometeriam\nraminho\nplantaginaceae\nharkin\nmatateu\ncottbus\ncardigan\nfitei\nbisão\nenlatadas\nluneburgo\nanti-submarino\nanti-submarina\nresolve\nresolva\nresolvo\norcs\nresolvi\norco\norci\norca\nrepousam\nconcorreria\nplease\nincentivaria\ntribruxo\nmultipartidário\nmultipartidária\nrufiventris\ngravado\ncoze\nredentor\ngravada\nnecessitassem\nvitoriana\nvitoriano\nprivilegiados\nsardo\nfrondosas\nac\nfugazi\ntemperos\nsofisticar\nequivalia\ngaylord\nh9999\nspektor\nintermediava\npropria\nmungo\nmunga\ngance\nexcomunhão\nadeus\npremiada\ncrypt\npremiado\nmarildo\ncompreendeu\njuridiquês\nbodø\nlevantassem\nverossímeis\nbody\nboda\nnauseabundo\ncylon\nporsena\nacontecia\ncollection\ncastagnaro\nר\n99.9999\nchief\nchien\nfalecidas\nbilbo\nquisermos\ntumiritinga\nficaríamos\nbrios\nnegociador-chefe\ndestronou\ndomna\ndomno\nrohrbach\ncoruja\ncontradições\nmaidens\npatricios\nprimitivamente\nenlatados\nksv\nksc\npisado\nprovocações\ndemme\nanunciaram\nembrulhar\ntyrant\nadelphi\nexiste\nexista\nexisto\nestúdios\nfísico-químicos\nvent\nvens\ndescontrolado\nvena\ndescontrolada\nhidrazina\nauxiliando\ngástricos\nindo-europeia\ncoexistir\ndesempenhará\nmalaga\nrenascidos\naxemusic\nabortos\ncernunnos\nawash\nalive\nwinglets\ntranscorrido\nmineralogia\nrufina\nblundell\nrufino\ngoncourt\ncompelidos\nvoskhod\nmortimer\nbororos\nhoobastank\nenart\nverruga\npercebesse\nlilite\nlilith\nmaurizio\nacusando\nlavagem\nfezes\nparamahamsa\ntelecinese\nschistosoma\ngeneralizou\nlanceiros\nsextans\nhidras\nbupropiona\nbensaúde\nrestaurada\nliberty\nrestaurado\nrajoelina\nfonts\no'connell\nfonte\nformation\neostre\namontoavam\nmercury\nimperdoável\nromagnoli\nmercure\nbenzóico\nindicadas\nalcorta\njurerê\nalhures\nconstance\nvaticanos\ngladio\ntvi99\nreceberá\ngoulding\nguanidina\nhrvatska\nrecebera\nreinante\npenitenciais\nweiss\nautoritários\nsubtribo\nassociados\nmalayalam\nrealocadas\nmarginalidade\nopistossoma\npalestinianos\npetula\nradioastronomia\ndisputaria\nsubmetia\nsecurities\naráveis\nrestritivas\nvigorosos\nharmful\nsynthesis\nenquadrarem\noptimização\nunifoliados\nmoralistas\nhorto\nmigdal\nrelaxaram\nrafinha\nriquíssimas\nmoltke\ntoucador\nambiciona\nautossômico\nautossômica\nbahia\nmaterializou\nfluoração\nwater\nsemma\nalegou\nencenadores\nfrente-a-frente\nmonotrilho\nkatun\nconductor\noriginado\nsequoia\ndorylus\noriginada\nrabecas\nincomodadas\nconstatados\ngorges\nincisão\nexplodia\naceitará\nalajuelense\nfenotípicas\nruck\nruch\nmarcão\naceitara\njdbc\ncaptador\nprioresa\nmatrimônio\nmoldes\nmolder\nsarahyba\ndiluídas\nsarcófago\nmarines\nmariner\nrulfo\nsaís\nlaborar\nensinaria\nsiriri\nlaboral\nautódromo\nmeatballs\nsobis\nfacilitavam\nferrand\ncolidido\nmartenot\nalmoxarife\nbrasilveículos\ngraffias\npiscina\nplatéias\nvitinho\napartidário\nsimeone\ndriver\ndrives\ndriven\ntemplários\nprestidigitação\ninjectores\naflorou\ndigitais\nátis\nut-tahrir\napalachicola\ninundação\nfilkins\nspinal\ncoleophora\ncassidy\nfiddler\ncartaxo\nuzo\nrichilda\nbanisadr\natuado\npatino\nverwoerd\nsexagenário\nacarreta\npermitisse\nkumruian\nkeyhole\nsub-bairro\nbem-vindos\nretomaria\nperegrini\nperegrina\nperegrine\nmamata\nrohani\nrefresh\nfalsetto\nvangloriou\ncramer\nbreathless\nsindimoc\ndesembarcada\ndesembarcado\nfionn\nfiona\nquerogênio\nsandra\nsandro\nachievement\nsandri\ncongestionamentos\ndocumentados\nfraudado\npelica\nencrenca\nduodenal\nlépida\nlépido\npastorear\nincubadas\nparalisias\ncorelli\ncorello\nalquilação\nyavanna\nmeridiana\nimportando\nmeridiani\naustralianos\ncj99\ninsatisfeitas\nholcocera\npolivalente\nhirszman\ncoerentemente\ntocantinense\nplanctônicas\nlorraine\nvíbora\ncomandar\ncomandam\ndácios\nflagelo\ncardinalício\nbakura\ncardinalícia\nconsagrou\npeculato\ntirion\nzoação\nadjustment\nmatsumura\nagradeça\nfotossintética\nfotossintético\nintegradores\nvocábulo\nencapsulado\nencapsulada\naquartelamentos\nrecuperam\nmatese\nprofesor\nsepulta\nbrochura\nesconderem\npandorea\ngavião\nkami-sama\nusaid\nusain\nencorpado\nencorpada\ndobro\ndobre\ncovered\nprocederia\nexpõe\ncajati\n-vice\nconfessores\nmudug\nescolarização\nrichey\nmonferrato\nricher\nrepeliu\nsevcenko\nprojetor\ndelgada\ndelgado\nfloricienta\nbótnia\nincinerado\ntormenta\nacrotíri\nrestaurant\ncomprasse\nreactivas\nfernandinho\nrecém-separada\nrecém-separado\ncreio\ncreia\nhappiness\ncavalarias\nincrementais\nbrandenburger\nsurge\nsaltava\njuremir\nspinetta\nincitar\nframes\nincitam\nartêmio\nartêmia\nsubmergido\nsuítes\npontuou\nprocessante\ndesgastaram\nbagres\naragarças\nmyrmotherula\nparreira\nsobressai\nmanicoré\nmusiq\nmusic\nmusil\nmusik\nsamba-rock\nmiis\nbrilhou\namaya\nrompeu\nmilhazes\nearache\npretti\nseparadamente\nmonoteísmo\ntelescope\nbernabé\nvacúolos\nordenamento\nomitem\nescavadas\nmartijn\nwlaschin\nposxml\ninfestação\nvitaminas\ncazaques\nidle\nkohler\nenvolverem\nroseau\nseminarista\nboardman\nsubgrupamento\nconteriam\nlitígios\ntaxando\nraizal\nvoleibolista\nshirov\nkasdan\njunge\nallods\npetroquisa\nlastreado\nnão-pagamento\ntirava\nlastreada\nimpureza\nfiltrante\nconvocou\nvermelhinha\npreteriu\nqueimando\nsobrinha-neta\nestados-maiores\naparelhinho\nstoker\nstokes\nespiritanos\nmegahertz\nrepublicou\nproeminentes\npunções\narremessaram\nguzerate\ncrater\nexperimentaram\nsacramentos\nsacramentou\nfalcao\nkarami\nmckinnon\nlmp9\nsoberanias\nfreyja\ndiacamma\nnegociem\nedouard\nmanteigas\nco-roteirista\nyears\nhospitaleiros\njádson\nglobais\ncarnudos\ncruzou\nbrasil\ndeslizar\nbrasis\noni\nono\nong\none\napoda\nons\nsintomática\napodi\nonu\ndesarmes\nhidroxiapatita\nsinfónicas\nfantômas\nonã\ncódon\négua\nesculpiram\nrin-tin-tin\ninsurgiu\ninsurgir\nespaguete\nespáduas\nguardei\nmonde\ntortilla\ngioco\nex-administradores\ntopolino\nfalador\nfalados\npalenque\nweierstrass\ninframundo\nxetás\nbuyoya\nhertha\nayamonte\ngruas\nconsultei\nmula-sem-cabeça\ndigitalizado\nworld\ndigitalizada\nrastrelli\nfantoche\nleadership\npelicans\npelicano\nnacionalizadas\nfalkland\nsobrepunham\nasopo\navellino\ninventam\ninventar\nmiklós\nvilavelhense\nartavasdes\nmamulengo\nactividade\nkemper\nkempes\ndeferimento\nnedda\nibipetum\nlodi\npobremente\nenfocado\nmeios\nsubstances\nanuro\nitinga\nviradouro\nsaboreou\nnão\nrosebud\nrealocados\nlenka\ncontante\ndesimpedida\nengenhosos\ndenuncia\ndenuncie\nheurístico\ntamanhas\ndenunciá\nechinata\nžilina\nesconderijo\nkoháry\ncarathéodory\nfavela\nwraps\nisild\ntopher\nadapte\ncaramel\nadapta\nelcione\noishi\nadaptá\ndescolou\nmalmequer\nalinham\nalinhar\nvod\nvoe\nvoa\nvoc\nvol\nvom\nvoo\nvoi\nvou\nvor\nvos\nbbfc\nrecontratados\nvoy\nvoz\nserpent's\nvo9\npresidiários\nvolunteers\narpões\nneoconservador\npsicanalista\nctnbio\nдмитрий\nintegrinas\njovovich\nmetátese\nsaintonge\ngrosseiros\nbreuil\nalardear\nregado\nhove\nhova\nverde-escuras\nzeferina\nzeferino\noficializaram\nvologases\nsumter\nlecoq\nfortuyn\nangioni\nex-goleiro\nserrado\nsurvey\nsalvos\nmonteiros\nopenstep\nandrew\nhomilias\npernes\nirremediavelmente\ndesajustado\nmercator\npolystachya\npacense\ngalgos\ngalgou\ngentili\ngentile\ncampainhas\nararaquarense\ncara-a-cara\nhumanização\nbakshi\nromaine\nvaart\nderrotaram\npatrocinio\nmogi-dutra\nperdido\nperdida\nhorns\nbuchholz\nabelhas\ncósmica\ncósmico\nmisericórdia\nchlamydia\ntrapacear\ncamelódromo\nedgar\nmaserati\nidentity\nhoudon\nthéodore\norográfica\njust-in-time\norográfico\ncultrix\nroncador\npermitido\npacas\nacumularia\neconomía\nvacilação\nportulano\nalpaca\ninverossímeis\ncontrafactual\nmetatarsos\nlancherias\ndocetismo\nakishino\nimensamente\ncarrousel\nmuséum\ngângsteres\nreprimidas\nexplorou\ntrafegabilidade\nsukarno\nedemir\ntankard\nalucard\n999,999\nmitchel\nincorpora\ncamarista\nplot\nplov\nplos\nmladá\nploc\nincorporá\ngreco-romana\njornalista\nestado-tampão\nreconduzido\nreconduzida\nmaltesas\nbarrigão\nix99\ncashmere\npolpas\nvandal\nsintra\nrendeu\ndesprestígio\nrender\nrendem\n__link____link__\ntransladação\nschenker\nmajestoso\nmajestosa\nbruch\nbruck\nbruce\nsooyoung\nporta-contentores\nvernissage\nalcançados\nabstracto\nkrzyzanowski\ndistante\nestiveram\nchâtillon\ndemarcadas\nabstracts\nnordica\nperseguia\nperseguiu\nperseguir\ninnocent\nex-presidente\ncons\ncont\ncony\nconc\ncone\nconf\ncong\nconj\nrabiscos\nconn\ncono\nanimations\npanorâmico\njose\njosh\njosi\namoco\njost\njoss\napicultor\njosy\naue\npanônia\nfeuerbach\nmatéria\ntilibra\nabaluartado\nabaluartada\namarna\njosé\ncordélia\nevidenciando\nworker\ntriunvirato\nefectuava\ncedem\nceder\ncedeu\nduggan\ngrenais\nratko\nmunhoz\nvísceras\np.m.\norçamentários\nheréticas\ngeneticamente\nretomei\nretomem\ndrees\nconsertado\nconsertada\ndépartements\n#family\nradiotelescópios\nlaparotomia\norontes\nvalle-inclán\nnoveau\ncompanheiras\nalger\nkatar\nkatas\nsymonds\nregistadas\narqueologicamente\ninfligiram\nfredrick\nmultiesportivo\neterna\nmachão\nqn99\ncondensadas\nprotetorado\ndês\nimpossibilitava\ngrilagem\nswitchfoot\nnão-padrão\nb9d9fb\ncorásmia\nquimiotaxia\ndemonstra\ncotação\nmonicelli\ncuando\napanhei\nproduzimos\nmuchachos\nretornasse\nroero\nnatrão\nverse\nswim\nindividualidades\nlycoming\noliveiros\nmorfema\nsarandon\nrumi\nchaveco\noutlook\nbenchimol\nindagação\nespanhola\ncaprichosos\npergolesi\nestando\nestande\nsócio-económicas\nmaldito\nanas\nretorcidas\nanax\nanac\nanan\nanal\nanak\ninstagram\nsutileza\nroraima\nprivativos\nfraudulentos\npatogénicas\ningénua\nsaindo\nacobertado\nbobadilla\ndebilitante\nnão-oficiais\nheron\nheroi\nnuits\nheros\ncef\ncee\ncec\nceb\ncen\ncem\ncel\ncei\nceu\nces\ncer\ncep\nrestless\nsogdiana\nsogdiano\nbartsia\nadmitia\nwarta\nadmitir\ndianteiras\nreflorestadas\ntaklamakan\nbouchard\ncherokee\njarau\nmogúncia\nreinterpreta\nflexionam\nflexional\ninvejava\nrelax\nbhamo\nestereotipados\nestigmas\ne.e.\nelétrica\nelétrico\nkapellmeister\nestalactites\nhelberg\ntibetanas\nsetembro-outubro\nforgotten\nvault\naruba\nrecrutavam\ndjenné\nfritando\ntelemark\nblair\nmatriculando\ncoelhão\nlukács\nreguladas\nsimbologia\ninterfone\nexporia\nleduc\ndesbloqueio\ncomares\nhioide\naransas\nlehrbuch\nminianel\nx99\nmrożek\nx9d\ndesenhasse\nestimam\nestimar\nsultans\nsé\ncasteleiro\nwalkman\natrairia\ntelefe\nbeckenham\npasteurizado\ncollant\nsonghai\nshelton\ntelefé\noff-set\natpase\nconcentração\nguardarem\nintendente\ncolomano\ns.\ntalabani\nartefactos\ntaschen\nbrasileiros\nkatsura\npraxis\n└\nsx\nmototaxista\nsp\nsw\nfichamento\nsv\nhaydar\njaune\nmonitorada\nso\nbronislaw\ngallery\nsf\njacarepaguá\nsaporta\nalugo\naluga\ndiscretos\njecrim\nfalado\nintensivamente\ngonça\nlorde-tenente\nhits\nhita\nswarovski\nhite\nrovigo\nemoção\nlembrasse\ntorturava\ninvestigam\ndomiciliária\nsemipermeável\ncantet\nhierarquicamente\ncantei\ncantem\nubu\nxenofobia\ncatraia\nbelles-lettres\nrefugo\nhorticultura\nrefuge\nreutilizáveis\nubc\nfamiliaridade\ndermatites\nkurgan\npreservavam\ntenreiro\nafrika\nvisíveis\nordos\nbailarinas\nmanipuris\naided\nex-militantes\naiden\nerexim\nbombástica\nbuddy\nesvaindo\nescravo\nescrava\ncircolo\nenquadramentos\nedilene\nnicho\nnicht\nbaltasar\ncaritativas\nmyanmar\nfilhas\nuvaranas\nclêmer\ndesconsolada\ndesconsolado\nsimian\nterremotos\nconfit\nresiduográfico\nconfio\nconfig\nconfie\nalpendres\nconhecedor\ntri-dimensional\nbalaços\ncontra-exemplo\nfartamente\nsubliminal\nhipertenso\nsobrecargas\nensinando\ncidinha\ncidinho\nabonos\nswinburne\nfmn\npeyroteo\nsurpresas\ndigo\nhomomorfismo\nfmc\ncalcários\ncañada\ninvólucro\ndividimos\ncongreve\nlupion\nhamiltoniano\nhamiltoniana\nfertilizado\nflorbela\nactivamente\nfm9\nmusgrave\npilotada\npilotado\nmarcar\nmarcas\nmarcam\nvp99\ncurtimento\nsignificação\nacepipes\ntiny\ntina\ntino\nencyclopaedia\ndócil\nfalhem\nsimplificadamente\ninherit\ntentariam\nbeirado\ntolerável\nrússias\nborgnine\npolidez\nrustavi\npeñarol\nraphitoma\nvixnu\nhistericamente\nidrottsförening\npesadamente\nlordaeron\nfumei\nreykjavík\ncryer\ndescoloração\ncatuense\nkaine\ntroggs\nrenitente\ncacos\nberner\nrockford\nolívia\nretomamos\nrevolucionar\nnorris\nsiriano\ninterpelou\nenérgica\nenérgico\ndesobstruir\nariel\natacarem\nide\nbasket\nhackeado\ninquieta\ninquieto\nex-prisioneiros\nmaher\npíticos\ncarateca\ncataclysm\nfingertips\ninviabiliza\nwainwright\nmaní\nsepang\nlacraia\ntribalistas\nmeme\nmemo\nsteinbeck\nexclua\npassaremos\npreventivo\nperformance\nhematopoiese\nmemê\nrenascentismo\nselah\nmsx9\nboleyn\nmanifestava\ninsistido\nc.a.\npreestabelecida\npreestabelecido\ninacabadas\ncuritibanos\ndesencorajados\nbrejo\nspósito\nmana\nmiscível\nextorsões\npolygon\ncannavaro\nholbrooke\nesféricas\nekaterina\ncambiantes\nsubstituía\nnaar\nsubstituíu\nales\nesparza\nombrófila\nimunossupressores\nnasçam\nfanatic\nmegalicitação\nsoraya\netobicoke\nrecapturá\ndesastrosas\ntrambiqueiro\ncrimson\neyetoy\nalamundaros\ndefence\njutta\nfrangosul\nglaciação\ndepósitos\nspotlight\nexperimentada\ncaravan\nexperimentado\nampliam\nampliar\ntenebrosas\nmaracajá\nabrangeram\nmaracaju\nano-luz\napólices\nmajora's\nmasmorras\ngrégory\ntandai\njón\nmarisol\ndaimyos\npubescens\nenveredado\nretornar\nretornam\nemiliana\nemiliano\nreformuladas\nandores\nex-mulheres\nfrutificação\npaschoal\narquitetos\naurobindo\nbrevíssimo\nalgardi\ncaiado\naparentados\ntōhoku\ndecapitações\nrivals\natendentes\ninflamações\npontificados\n-way\nchamativos\nlumbini\nculminaram\nivoti\nconfunda\nshokai\nconfunde\nrgr\nrgs\nrgt\nprequela\nrgb\nrgc\nrge\nrg9\ngomo\ngomi\ngoma\nlisbôa\nslama\nradiofônica\nradiofônico\nslams\nclarinetes\nmoraes\nplanet\nplanes\nlutter\nprussianas\nritalina\nrendsburg-eckernförde\nzago\nzaga\ngaroa\ngarou\npretendemos\nhirata\nsacerdotes\nnebulização\npirambu\npadmasambhava\nbeasts\nasseguro\nassegura\ndescansava\ntoureiros\ncriptográficas\nmilagroso\nmilagrosa\nyu-gi-oh\nrespeitem\ntenente\norigina\nrizzi\nrizzo\nabocanhar\ncarbão\nestica\nmaskman\nsnodgrass\nlytle\nmeistriliiga\nbicéfala\nincentivá\ngranizo\ndenegrir\ndeduções\ndramatizado\ndramatizada\nañón\niskusstva\nhiper-realismo\nagumon\nincentivo\nincentiva\nabutres\nincentive\npicanço\ncamarotes\nriocard\ncanonici\nruffalo\nreborn\nsopas\npdecia\npossuiriam\nsmara\nsmart\ncardíaco\ncardíaca\nendereçamento\nlaurent\nfaturamento\ndracul\nlockheed\nport-au-prince\nmoamba\ncartago\nreocupar\ndamasceno\nremoção\nzellweger\nbi-dimensional\ndecotados\nesao\nsustentabilidade\nvermis\nproto-língua\ntizuka\nturbulenta\nblum\nturbulento\nblut\nblur\npoliquetas\nablação\nsangrentas\njochen\nequites\nsagarana\nfaixa-bônus\nsplendid\nselfridges\npanturrilha\nncbi\ncatequistas\nwentz\nexatas\nmal-sucedidos\nsegregacionistas\nselwyn\nhecu\nheck\ncolagénio\ntrafigura\nbriosa\nblastoise\ndissulfeto\ndebuxo\nserendipidade\naconselhadas\nedenia\nmaltarolli\ninsólitos\nolharam\nmargarette\nmargaretta\naberdeenshire\ncínicas\ngascões\nclaussen\ncultivados\nloft\ntelecinésia\ngeneralidades\nbundesrat\nnectariniidae\nosteodermas\nbündchen\npedrinho\ngandelian\npedrinha\nfrontalmente\nchaui\ngoleman\nrinoceronte\nmanuseando\nmamãe\naraneomorfas\noxítonas\nreaproxima\npoliesportivas\ncapixaba\ncontundidos\ndiscinesia\nalviceleste\ncamacho\nincaper\ncamacha\njustiçamento\nestanques\nbales\ncoradi\npertinho\no'keefe\nimperatriz-consorte\ncapriati\naligarh\nmonarchidae\ncontrapartes\nginetes\ncancelamento\nluisana\narões\nestilisticamente\nreinantes\nmarguerita\nmarguerite\neleitas\ndecápodes\ngolfinho\nretranca\nturbante\nmong-há\nbusto\nbusta\ncaça-bombardeiros\nvilalobos\nautomaticamente\ncamufladas\npublicos\nesfaqueia\nhjalmar\nparking\nilustradores\ntrales\nlanusse\nmbeki\nbuscassem\nd-99\nhemominas\nmonemvasia\nrotulá\ndecidibilidade\nnercessian\ncammy\nromântico\nrotula\nvítimas\ncortisol\nrumours\ncontinuamos\nagrimensura\nkabushiki-gaisha\nimpõem\nkrivine\nencantaram\nglifo\niluminar\niluminam\nsinner\npequenininha\npequenininho\nbatistério\nechinoidea\nthyssen-bornemisza\ncromita\nj.m.\nscrivia\nwriteln\nsatanismo\nehrenreich\nlistagem\nbarthez\nvéu\nbarthes\ndivulgava\ncapitel\nadriática\nescudetes\nhabitassem\nfeixes\nrosseto\nperdedor\ndeque\nmiro\nmiri\nferozmente\navança\navanço\naqueciam\nsven\nsvea\nmiró\nsanfoneiros\nfenway\nvideoconferência\nalamedas\nprecárias\naugustos\ncontru\nrepasto\níntimas\ncelentano\naliciamento\ncontre\nrifle\ninuyasha\nessequibo\nliberalista\nម\namad\namam\namal\naman\namai\namat\namas\namar\nrechaçados\ncalonectris\nthalma\nsilmarils\naparelho\nsutra\ncomendador\nroc-a-fella\nnhoques\nnarathiwat\nrecarregados\nmossy\ndionisio\ncessando\nacumulando\nimpertinentes\nexibicionista\noptativas\npalmeirais\ninóspito\ninóspita\nnervura\nmieczysław\nembrulhado\ninspirou\nponyboy\ndarién\nmodernismo\nsauces\npederneira\ngás\nzombie\njohny\njohns\nconservaria\nfacultar\nardilosamente\nfacultad\nenzio\ndesequilibrando\nsykes\nkonishi\nplutónio\nressentem\nrepassada\nrepassado\nfole\nfold\nfolk\ndegree\nlillard\ncanavarro\ncuidasse\navistava\noffset\nescuto\nhabilis\nescuta\nescute\nexamination\nsublevado\nconnie\nguaco\nnariz\ndignos\npré-mercado\nc9h99o\nsyndrome\nescutá\nsilésia\narticles\noui\noun\noum\noua\noud\nour\nout\npagantes\ndemarcado\ndemarcada\nmuseum\npredefinições\nrajneesh\ngenéticos\nintrusivas\nmedula\nengordou\nofensas\nrejeitado\nrejeitada\nxenix\ndenominações\nxenia\ntulasnellaceae\nal-gaddafi\nsaxe-weimar\nfloreiras\nredistribuída\nteófanes\nredistribuído\narroz-doce\nradamés\nbarrigas\nhans-adam\nincrivel\ntermelétrica\npetrobrás\njuugo\ncongêneres\nnewsom\nspammer\ncofactores\ninvestindo\ncristo\ncrista\ntheophilus\ndolosos\nmarquezine\ngrupamentos\nrolim\nrolin\ngeorges\ngeorgen\nsensibilizado\ncristã\nnagar\nnagas\nnagao\nnagai\nstaccato\nfacetado\nbalkenende\ndivertiram\nmarching\npegado\npegada\nneuschwanstein\npersonalização\nanuros\nduram\nveduca\nnovaciano\napagava\nrosáceas\ninebriante\nbrowniano\nsolânea\nchiclayo\nsesmeiros\ncavadas\napagá\nbethesda\nfarroupilhas\ningerências\nে\norientadores\napucarana\nanguilla\ngateways\ninsulina\nclusiaceae\nacelerava\nquantificadas\ncaslon\nlinotte\nkatayama\nflorescência\nburkert\nvalenti\nvalente\nhipoventilação\nenfrentassem\nmachar\nloteou\njaziam\nactive\nnespoli\norbi\nsogipa\ndhl\nbordadeiras\ndha\ndhu\ndht\ndhs\npalmae\ndh9\ndisguise\ntilda\nanglo-normanda\nanglo-normando\niguana-azul\nmary-louise\nturquia\nfirmes\nvoivod\natalho\nasgardianos\nbarbicha\nkoum\nmeroé\nismaelita\ncolorações\nevangelistas\nagnus\npré-socrático\nves\nmetabolizam\ngabino\nmetabolizar\nferrenho\nbathgate\nferrenha\nartmed\nvez\norientadas\nervais\nespirituosa\ncerodrillia\nsacadores\ncolorado\nvalencianos\njoestar\nbessent\nanão\nanãs\nzaremba\nalaketu\nmicroestados\npotsdamer\nmiguilim\nveo\npotter\nautómatos\ndiscográfico\nbiohazard\nitv9\ncyrano\nsayuri\nsoulman\nauxílio\nbarrentas\nnucleofílica\nnucleofílico\npronto-socorro\nsimpáticos\nvímara\nódios\nacetilação\nnanjie\ngovernaria\nshannen\nbiquinis\nkonya\nvilliers\nlateranense\ndarkchild\nvice-governadores\nseguinda\nseguindo\nxaxado\nkawajiri\nenésima\nredondeza\nelipse\nmandante\nutilitárias\natreu\ngarrafais\nintegrale\nlucilia\nboias\nacionou\ntubo\ndimensions\nfac-símile\ntube\ntuba\nzanna\nzanni\nstoltz\nplantavam\nmedianeira\npauderney\nfresa\nrepositor\nöland\nbanguela\nemcc\ntrufa\njavali\nvaticinou\nmochica\nouviam\nrecebimento\ncantinho\nfirmarem\nvillach-land\nmaristela\ndivulgadas\nbambuluá\nsucateadas\njounin\ngallon\ndioniso\nribagorza\nroberson\ngeographia\ngeographic\npronta\npronto\ndevastaram\nbetamax\nbubalino\nrusticado\nhelmont\nhelmond\nshishio\nrabanadas\ntamaki\ndardos\nférrer\nhospedado\nférreo\nhospedada\nférrea\nquijingue\nreconfirmou\ndivorciada\nextraditar\nimpact\nassexuada\ntalentosas\nencadeadas\nwightman\nsasori\nmontalva\nmaría\nwhole\nceleste\ncelesta\ninvasões\npenhas\nlj99\nmota\nmote\nxplosion\nmoti\nmoto\nmots\nmott\nmotu\ndelhi\nrevezaram\npersonagem-título\nplissados\nefetivamente\nincluída\nchecadas\nwesson\nexibidor\nexibidos\nbuckland\nirkutsk\naprovo\nameixoeira\nnebulosidade\ncirculado\ncirculada\ntorricelli\nhomenageados\nkemerovo\nsagrou\nmarquise\nn.s.\nsobranceiro\nlatrão\nsobranceira\ndementieva\ncoligações\nmaccoby\nemyli\nhepzibah\nrickenbacker\nnegue\nnegus\ngraminhais\nantonelli\nreadquire\nantonella\nwaverider\nprofanos\nmasud\ngrinnell\nmasur\ndevidos\ninstaladores\nlevant\nbeaches\n99999999999\ntravado\noxidando\npsicoativos\nfolicular\nrudimentos\nbr-9\nbucureşti\nestabilizadora\narrombam\nnobre\nemberiza\ninventamos\njolin\namieiros\npropiciavam\ncutter\nremunerados\nreggie\nesperidião\nstefansson\nlauzane\npermeabilidade\ndesaguando\nnilcéia\ndastan\nobsoletas\nagamenon\nescreverem\nhoméricos\nliedson\npasife\ngrrrl\namtrak\nimpulsivamente\nthornberrys\nkomatsu\nmalhador\nprimárias\nqueruscos\ngohma\naquarela\nbaryshnikov\narbitragens\naverróis\nverne\nverna\nsabões\naclamação\nsintam\nsangüínea\nsangüíneo\ndispersões\necléticas\nteleportar\ncarregamentos\npotencializam\nchrysanthemum\nyoshio\nyoshii\nyoshis\npotencializar\nmetamorfismo\npueri\nright\nl.f.\nproclamados\nproclamador\nrelicários\ntapping\ncuratorial\ninsuficientemente\nnotando\nbandidagem\nturbocompressores\npupilos\nflorêncio\nxenócrates\nwasmosy\nyashida\npappalardo\ndissiparam\njoatinga\njocosos\nboate\nboats\nmielina\nsicários\nsugiram\nsaint-étienne\nmonolith\npublifolha\nsekai\nconcretizaram\nuh-99\nsliding\ninterioranas\npelágicas\nindicariam\ndesejava\ninfluênciado\ninfluênciada\ncoimbatore\nwatson\nescandalizada\ncomportou\nparahybana\ndistorcendo\nnegima\nmentais\nwilfrid\nretirou\nrepressão\nklaatu\nfrancoforte\nburgomestre\nparatletas\nabundantes\nnarcisistas\npretendida\nreaproveitada\npretendido\ncorrespondida\nportales\narribou\nnakhon\nestranheza\nornadas\npainting\npolítico-militar\nlúthien\nautário\nnakamura\ncamisola\nberlengas\nbaixar\nkungliga\nspö\nselaram\naninhada\npmpr\naninhado\nsp²\nspy\nspp\nspr\nsps\nspt\nspv\nspi\nspk\nspl\nspm\nspn\nspa\nspb\nspc\nspd\nspe\nspf\nspg\npílula\nmeans\npocus\nsp9\nmauthausen\nidentificou\nthymelaeaceae\nzweite\nbusquets\npostado\npostada\nasperamente\nxelins\nitaiópolis\nprospectos\nprospector\nmassacrados\nacabadas\nbenett\nj.r.\npataliputra\nengil\nshizuka\nburghers\ngraça\naudaciosa\nfabián\nvariaram\ncredíveis\nkiko\nkiki\nkike\nkika\nespeleotemas\nsomaria\npraceta\ngratificante\nestereoscópico\nestereoscópica\nconectados\nacertadamente\nbilan\nbilal\nstadtgemeinde\niversen\nbrueghel\nsortelha\nneolítico\nuepg\nuepb\nuepa\ntucanato\neditorial\ngotículas\nlúpus\nfolar\npetroquímicas\nobjetores\nsaint-exupéry\nesboçava\npounds\nolenewa\ntátil\nfreiheit\neparquias\nfarías\nmármore\ntiroleses\nhexacampeonato\napareça\napareço\nortrud\nnupedia\nmilicia\npolar\nsiegbert\nclausura\nculpepper\ndurariam\nfaltava\nmiodrag\nconfiguraram\nperdoados\nnegligenciado\nnegligenciada\ncanadianas\namanecer\nodiei\nbatory\nautotrans\nwildwood\nowsley\ndirá\nx-pac\ncolmeia\ntrailer\nbonitinhas\nrobert\nintitulando\ndirt\nretirados\ndira\ndire\ndirk\npersista\nchávenas\nlucerne\nlucerna\ndisputassem\npós-venda\nanalisou\nalcuíno\ndanza\nnissen\ncomplementou\nexploráveis\najuizadas\npsdb-ce\nestomatite\nkankakee\nabdulaziz\nevaporou\najustando\npilgrim\nesvair\nmaruim\nmanhoso\nrodil\nrodin\nmusou\ncosméticos\notimizações\napóia\napóie\ndesafortunado\nperomyscus\ndragagens\nconsequências\ntrends\njuergens\ncontrataria\ntaciturna\ntaciturno\ncomputadorizados\nreapresentou\nblomqvist\nimprodutivo\nbleus\nimprodutiva\nstepinac\nrepartidos\nguazzelli\nsopão\ninajar\npescado\npescada\nkitts\nkitty\nsingin\ninsurgência\nwestmeath\ncompreendessem\nminigame\nalberione\nhomeobox\ndeparava\nbagdá\nsuábia\nböhm\nlac-mégantic\ngoméia\nexponor\nnihil\nnecker\nfornecem\nfornecer\nforneceu\nstaying\nionizados\ncorroborado\nbattleaxe\nlibertados\nguardavam\ndezembro\ngaioso\nnizzo\nnizza\nschultes\ndeificado\nenvy\nmontinho\npersistisse\navidos\npreach\nmatricial\nestreitou\nqaboos\ncolineares\nbjcp\nzézinho\ntrapani\nshean\nshemp\nt-vírus\nfloresceu\nflorescem\nshemá\nbaquíadas\nchante\nchants\nlibelos\nconsagradora\ninicío\nantevê\nresida\ninstigava\nbenzoato\nnati\nnath\nnato\nnata\nnate\nsuseranos\npacheco\ntrammell\nveit\nnatã\nintelectuais\nzulia\ncantino\ncantina\nsensitivos\nmasque\nretrógradas\nleigos\nfinalizaram\nregulado\nfuncionalistas\nanticrise\nregulada\ntrekkies\nhowie\nmaurras\nconversava\ntocantins-araguaia\nenxugou\nrevistinha\nwaldo\naberrantes\npreparadores\ncamareiros\nmamas\nmamar\nmamam\nmaman\ncindy\nmanifestamente\nsininho\nserifadas\nservido\nex-cônsul\najustado\nbolsas\ntenentismo\nmusic-hall\nrx99\naluízio\nguenée\nex-brother\nsuéter\nnativity\ncampineiros\nvivida\nvivido\nrodonal\nharrisville\nkenji\nestaline\nalcaparras\nalbiflora\nsolignac\nvf-999\nangustiada\ngeofísicas\nencantando\neconomicus\narmagnac\nbanquinhos\nblessthefall\noligárquicos\nfestiva\nbetelgeuse\ndestempero\njavanesa\ngrigio\ntetrodotoxina\nadaptativas\ningênuos\nvalongo\nmiserere\nhererós\nhimalia\nokanagan\nciara\nconflito\nconflita\ntransantártica\nwojciech\ngotenks\ngenji\njester\nsintetizado\nsintetizada\ncanisso\nlinfoma\nnegativo\nhiroshima\nboors\natibaia\nmontaner\nraspada\nraspado\nzara\nminbar\ncoronae\nextrativas\nprogressividade\ndistinga\nverificará\nadolfo\nassemelhando\nenxurrada\ncruas\neruptivo\nprovoque\neruptiva\nismailitas\nperceptual\nbrasiléia\nbugatti\nmp9\nchechenos\ntorturante\ncongro\nlegendar\nlegendas\nmulher-maravilha\ndebateram\norobanchaceae\nnimuendaju\nhirst\ntipificadas\nhirsi\nchicletes\nígneas\ncarcerários\ngâmbia\nnimuendajú\ncípselo\nferreirinha\nbronisław\ntrarão\naumentativo\nd'alba\ncristinápolis\nrequalificar\ngreenberg\nmarijuana\nhoggar\nanfíbios\ndistantes\nmubarak\njô\njó\njê\nmyrmicinae\njá\nbagatela\nsurdolimpíadas\nj9\nj.\npuma\nlloran\npump\njz\njt\nju\njv\njw\njp\njr\njl\njm\njn\njo\njh\nji\njj\njk\nexocitose\nje\njf\njg\nja\njb\njc\naustrália\nendoplasmático\ntanganica\naproximava\ncompile\ncompila\ninviabilizando\nanteontem\nlisonja\njō\nweymouth\nbaalbek\ndistãncia\nsub-classe\nlilium\ncleyre\nefraín\nkampusch\nrefração\nmilímetro\namputada\negiptólogos\nelogiosas\nggb\nnoites\nbattletech\nmorfeu\nshirai\nocorrência\nfiorina\nmaquiadores\ndolly\ngustafsson\ndolls\nglifos\ncavidade\nlegitima\nlegitimo\ntwenty\ntwente\ncoloquialmente\nvasili\nvasile\nmowbray\nocupamos\nvasily\nb\ndesembaraçar\nchefiados\nosb\njuraci\nstainton\njuracy\nrendimentos\ngillo\ngilly\nmiyabi\nficcionista\nborbón\nitapetim\ninsulares\nmicro-história\nbasshunter\nsubmeteria\npuc-sp\ngrandiloquentes\ncaisse\nsobe\nfluoresceína\nsobá\nbyafra\nvazquez\nbandanas\nmoe\nmod\nsneakers\nevaporador\nadulyadej\nnuremberga\ncleves\ngr-99\nclever\njaburu\nabington\nberghof\ndandini\nrecrutamento\nsoyuz\nindevidos\ndimeo\nadicionaram\ngiving\nlavadas\nprocionídeos\nmatricula\ndiggiloo\nnomeação\nhidromórficos\nexclamar\nwoodcrest\nsuperdome\ngm99\nwinners\nfram\nfrau\nfrat\nfray\nbusan\nfavorece\npaxson\ndesconfortável\nsubstituidos\nanalisa\nsub-conjunto\nfp99\nsubjetivas\nkabbah\namarrando\neritreu\nanalise\nofuscam\nofuscar\ncabeleireiros\nsurpresos\natua\nacelular\nfrankford\nnalanda\nsubanãs\nprofícuo\nprofícua\ncomment\ncapucho\nimpressionismo\nmickey's\nweapon\nmurer\neichstätt\nr.d.\ncomplicação\npropofol\ncucuí\nwyrm\ncollier\nconhecimento\nmantronix\nalcançado\nmantronik\nbaked\nrosseau\nresfriadas\nsenil\ncáldia\nemptiness\naim\nadmitiria\ndinâmicas\ncréditos\ncebit\nsenatoriais\nsidorova\npungente\nrhinoceros\ntratariam\ncirculassem\nsaddam\npéssima\nbairrismo\nimpregnação\nsumir\nsumiu\nsumia\nhaos\nempoeirado\npreconceituoso\npreconceituosa\nstockmar\nbilionária\npotts\nbilionário\nlbv\nraina\nlba\nsocio\nleafs\ninumanos\nrandon\nrandom\nsoldas\nligaria\nacreditam\nannasophia\nacreditar\nsuperba\npânfilo\ncantautor\nlipase\nlahoud\nalfena\nnasuada\ntrióxido\ncurvam\ncurvas\ncurvar\nex-promotor\ninfâncias\nvisitada\nvisitado\neyvind\nlousal\npasárgada\ntermidor\ncopos\ncopom\nkarajá\nprivilegiado\nprivilegiada\ngaita\ncizur\nempregues\nempreguem\nuniflora\ncitoplasmático\ncitoplasmática\nreales\ntorra\nesmagado\ninvictos\netíopes\nterrassa\ndiminuiria\npossibilitaram\nshimeji\ngandia\nflanges\nsteppin\nfecundar\nfecundas\ncarcereiros\ncandice\nsálvia\nsálvio\nfauno\nfauna\nobjetivam\ncontribuíram\npiramidais\ntonganês\nj'ai\nboccanegra\napes\napex\napea\ntejedor\napec\napel\ntrovadoresca\ngapa\ntridentina\ndispensados\ntridentino\ncapcom\nassobiando\nsanchez\nsanches\nacepção\nairbus\nqeep\ncrème\nexótica\nexótico\ngermina\nmaciçamente\nguénon\nsommerlath\nbórgia\ntráfico\ntaye\ncredível\nanónimas\nsicilia\ncomputing\ncoupe\nconcubina\nlookout\ncoupé\nwestland\nmagyar\ntransnordestina\nsaravia\ncentúrias\npresunçoso\nvannucci\nsuperação\nfree-to-play\nomitido\npuro-sangue\nomitida\nfeuer\ncollares\npreside\nnetos\npresidi\npennetta\nágida\nlideradas\nrobôs\nremexido\nrecondução\nmicroprose\ngbytes\nnumeroso\nnumerosa\nreportados\nundone\ninformatizados\nsuaves\nprovisionado\nenqüanto\ninmet\ndirections\ncrybaby\nflagrado\nchiclana\nemplacaram\ncentralização\nsesmaria\ncauã\ncauê\ncaué\nlibreville\nenfant\nortodoxas\ninfnet\ncaus\nchinle\nestrondos\nenvolvidos\nfornecê\nrosner\nsoledad\nkrajicek\nfornece\ndenethor\nmicologia\ncornhill\nembriões\ntemperatura\nrasgado\nrasgada\ni-d\ntapeçarias\nimigratória\nimigratório\ndetentas\ninstitutions\nlydecker\ncontinuava\nemancipacionista\nespalhe\nespalha\ninfanto-juvenil\ncirurgiã\ninfanto-juvenis\nconsensual\ncorrelaciona\nwartortle\nsupressor\ndouglas-home\nespalhá\npecém\njari\nlindelof\ncirurgia\nborossilicato\nbateram\nsaskatoon\nduk\ndum\ndun\nduo\ndua\ndub\nduc\ndue\ndug\ndux\nsincrética\ndup\ndur\nsincrético\nliston\nlistou\ndancing\nhamurabi\ncereus\nothello\nrefugiando\nhumildade\nmodificações\npós-parto\ninverídicas\ndesistentes\nhumores\ncobrou\nhiperativa\nnão-comerciais\ndiplomáticas\ndespressurização\ndepender\névian\nmaestà\nbidirecional\ncassol\ncassou\ntotvs\northodon\nabercromby\ngeiger\ncanarana\ngod's\nvenal\npretendentes\nargerich\nprimeros\nmcquarrie\narranhando\ncomunalismo\nlooked\nfrançois-rené\npreciosíssimo\nendémica\nendémico\npovoando\nrococós\nligeti\nelipsóides\nquibe\nresedá\nannual\nlesnar\nboskonovitch\nql999\n-wire\nstop-motion\nrio-santos\ndiazo\nrespeitará\npalencia\nestragar\naberforth\nfurtiva\nmraz\ndecúbito\ninsectívoros\nródano\nmariel\nnacer\nmasagão\nvkhutemas\nfantôme\ncaptando\nvassalo\nvassala\ncibernético\nalisamento\nmessiaen\nconsistência\nservette\nzeltweg\nnoémia\nbotafogo-rj\nplácido\nplácida\ndespertavam\ncólquida\nocupacional\nnormalizadas\ngravuristas\nexcomunhões\nsaint-gilles\ncaliforniana\ncaliforniano\npegação\npayton\ntokusatsu\ndracula\nchinelos\nsimonal\nrosetas\ncachecóis\npoirier\ngualdo\nmazzafera\ngualda\npediam\nromperam\nhyoyeon\ngp's\npeixe\nagradecida\ntextualmente\nagradecido\nmangueirão\nempurrava\nsapucaí\nturquesa\nsobrepor\ndreamweaver\ntengri\nviii\nviia\nviic\nwipha\ndeifontes\ngrael\ngraem\ngroelândia\nemparelhados\npavón\nvetsera\nfrederiksberg\nintituição\nintegrariam\ngovernantas\nesverdeado\ntrançadas\nponta-de-lança\nparaisópolis\ndesrespeitado\ndesrespeitada\non-line\nchinchilla\nco-escrevendo\ncumpria\ncumpriu\ncumprir\narruda\nhickok\nhérulos\ndiremos\nnucleófilos\ncaracterizações\nresplendor\nhouphouët-boigny\nelastano\nanistias\nfiorano\núteis\ndermeval\ncorrelata\ncorrelato\ndaisies\ncolhemos\neufórico\nneozelandesa\npopulares\nmosquera\ndigestibilidade\ncomuniquei\nguadalcanal\nilustres\nfg99\ndebilitou\nhiguera\nvamco\nconcorriam\nbeirute\noutworld\nbasileia\ngeográfica\ngeográfico\ngravara\ncenários\nvarela\nprorrogado\ngravará\nardea\nardem\narden\nardeu\narder\nhabitarem\ncompôem\nbabydoll\nfragmentam\nmoleculares\nbarbudos\nadvertiram\nenforcamentos\nmonogâmicas\ntakeda\nzoetermeer\nneoliberalismo\neverwood\nangelica\nasakusa\nangelico\nblagojevich\nephron\nanastásia\ncarcassonne\ndebris\nemprestada\nsuperintender\npamuk\ngranadinas\nbosna\ndiametro\nperfurar\nperfuram\nfurlanetto\notaku\nclancy's\nvolleyball\ncérebros\nrótulas\nknuth\nenglert\nndongo\nbürger\ndoniphan\nmilagres\npreservarem\ndisposição\nadornos\nescarro\npacotão\nespontâneas\npolpudos\nconstatemente\nco-escreveu\nco-escrever\nbocarro\nprossímios\nchimoio\npesquisadora\ncaingangue\npropædia\ncruzam\nbinns\nhapgood\nadiguésia\nvencidas\nbrunete\nkaltenbrunner\ndemótica\nmikko\ndooley\nbalcânica\nsuscitado\nbalcânico\ndespertamento\nس\nconfeccionadas\nsensoriamento\npendem\npendeu\npender\nkunis\navantgarde\nécija\ngodinho\nlitografias\npré-temporada\nabstiveram\npresidem\ntyrese\ninvulgarmente\nlale\ngolfista\npercebes\nbenção\nponto-de-venda\nretrocesso\ntransportador\ntransportados\nbobs\ntunnel\npunch\nincorporasse\ncitoqueratinas\ncousins\nsgp\nsgr\nsgt\nsgi\nimbassahy\nsg9\nargumentista-chefe\ncomemoradas\nchinook\nbrookside\nemanuele\nnée\nwarren\ncawdor\nctesifonte\nшаблон\nbrückner\nbritons\nfais\ncomprou\ndenotam\nfain\nurticaceae\narliss\nterranova\nalecrim\nlícios\nprimeira-ordem\natacantes\nphyllanthaceae\njacqueline\nacabaria\nciferal\ncongressual\nprostituir\nacórdão\nalmudena\nmizar\ncríton\ntycho\nsecreções\nautossuficientes\nerígena\nmalurus\npsicodrama\ndepartamentais\nimpliquem\ncanadenses\nbrotar\nbrotas\ncominform\nbrotam\nquíntuplo\nsaolas\nmodelagem\ntiocianato\nhospedagens\nressaltos\nluny\nluna\nlung\nlund\nluni\nlunn\nfilhos\nkramnik\narrigo\napollo\nbaptist\nseua\nsharia\nseul\nsharif\nseus\nseur\nsinprofaz\nriccardi\nriccardo\ndesai\nplutarco\n\njacob\nisna\npreacher\ndiurese\napaixonou\ndifundir\nkassala\ndifundia\nmoedor\nacromático\ninundável\nabraçadinha\nbolsonaro\nribacôa\nsombrios\nimplícitas\ndínamo\nhidroelétricas\ncarton\npiratbyrån\npanzers\ngenerosa\ngeneroso\nalastraram\ncomunicações\njuquitiba\ngontier\nmachadiana\nmachadiano\nreali\nrealm\nparticionamento\nreale\ndiferenciais\nlansquenês\nd-edge\ntubulação\nhrt\nhrw\nhrp\nhrs\nhra\nhrc\nmeia-atacante\nrecôndita\ntiridates\nneutralizando\nautarquia\noperador\noperados\npromovido\ntriúnviros\nbaud\nbaum\npicante\nbaus\nbaux\nwhelan\napoiaram\ntraduziria\ngrandiosa\ncantarolando\npartitura\nbiedermeier\nreedificada\nreedificado\ncaloteiro\nnoticiados\nhark\nmegalópole\nparceladas\nrijkaard\nábside\nfermat\nhólmio\nestabelecerem\nradicalizado\nseptuagésima\nseptuagésimo\nimpulsionadores\nisolada\nassoreado\ncônego\nfrancavilla\ntinian\ntocada\naliates\nsinimbu\ncavallo\ncavalli\nscriabin\nspielberg\nfranjinha\nobstruída\nobstruído\nsj99\nconfortar\nliliopsida\nnouvelles\nfisioterapia\nconfinou\nnizam\nnizan\nnizar\nslay\nslap\nslam\ncortesãs\ndamares\ninanimada\nfenam\nfenaj\nelíseos\nonly\nnadaram\nimpositivo\nimpositiva\nexotérmica\ninformei\ninformem\ntriunfo\ninformes\ntriunfa\nagnostic\nretransmitindo\nlampião\nvulcânicos\nanawrahta\nespectador\nmariante\nassayag\nassayas\njaneiro-rj\narantes\ntexians\ntexiana\ntexiano\nconspiraram\nporto-riquenho\ntupis\nparapsicologia\nmaitland\ncadastraram\nbeltrano\nabolicionista\nalemão-ocidental\nwikimapia\nanálises\ntungsténio\nabaddon\nsegre\náugure\nogerman\nbailio\ncontrastou\ncl99\nš\ndedicados\naudiobook\ncomum\natraía\natraíu\nmastigado\ncopistas\ncaldéia\nsimplificaram\nestudios\ndesencadeadas\ncenis\nasquith\nnovatos\nfanpage\nj-league\ndisponibilizam\nengravidei\narenoso\nburgtheater\ngranel\nmamoulian\ndirecional\ndirecionam\ndirecionar\nressaltava\ninauguradas\nclorofilas\ncometopuli\nacrobatas\nhipótese\neletivos\narmários\naparatos\nmurros\nsovaco\ncedinho\nmurrow\naspera\naspern\nsalga\nschlöndorff\nabrigarem\nestequiométrica\nestequiométrico\nsocialist\nsocialism\ncerradão\naplicavam\ncuriúva\nfull-length\nazulados\nconflict\ntuomas\nmlle\nabstrair\ncaridade\nmarque\nfronzi\nvibrando\npropensos\ndebra\nparalelismos\nrapaport\nterter\nbotaneiates\nherdados\ndesfrutam\ndesfrutar\nprocrastinação\nipê-roxo\nmegacariócitos\nc99h99\nsedativo\nsedativa\niê-iê-iê\nlewisville\ndigão\nrollback\nerlandsson\nsobrevoava\nrizomas\nconsoante\nreferendário\narerê\nchanchada\naçungui\nlacaniana\ncunhar\nanamorfose\nmadre\ncunhal\nmadri\ntaillefer\ninaceitável\ncambriano\ncunhaú\ncambriana\ndemandará\nlivraria\neminence\ncymbopogon\nweiser\nnominalmente\nenriquecida\nturngemeinde\npuxa\ncelebridade\npuxe\nolimpiano\nmarder\nmardel\nmarden\ntesouras\nharghita\npuxá\nkármán\nhohe\ndesperto\ndesperta\neustrombus\ndesperte\nmgc-999\ncomodoro\neagleton\ntripulante\ndespertá\nunderground\nheiden\ndrone\niolanda\nnemov\ncamerística\nexecutando\ndinara\nveias\nmacedónica\nkickxia\ntaoístas\ncôngrua\ncáceres\nquetura\nefectuou\ncabaça\npřerov\nbastida\nbastide\ntaxada\ntaxado\nergaster\ndespencaram\namadoras\nxavante\ndesidratadas\nnegasse\ntelebras\nplátano\nameche\ninaudita\nobservava\nespenson\nestipulado\nschur\ngisborne\nlouras\nceylão\nlemnisco\nreequilíbrio\nteólogos\nqueiram\nsarsfield\nneue\ndeslocando\nnitti\ndownforce\nespessados\nabundante\nalagoinha\nrecém-criadas\npedia\nprudentina\nluanda\ndedilhando\nreadmissão\nnabat\njongo\nunicast\ncongregaram\nestatisticamente\npassáros\nternamente\nvilna\nhenriques\ndirector-geral\nmaigret\nordonho\nalbieri\nrimar\nbem-aventuranças\naltimétricos\najudando\nschutz\ncompulsão\nprudentemente\ntransfronteiriços\nhunan\nmitanni\nhunas\ntalhada\naparecem\nhelbig\napareceu\nglimmers\nassassination\ncoloca\ncoloco\nmetatron\ndignity\npatrícia\npatrício\nminissubmarinos\ndesenterradas\npalhano\nbaterias\ncunoniaceae\ncorroios\nswedenborg\nbenchmarks\nzeni\nzend\nzeng\ncalmamente\nbadb\nsebastianismo\nbadi\ncessna\nlivrinho\njebuseus\nbahiense\ntelevisión\nscutari\ndalser\npagura\ncentralistas\nmbytes\nestaquia\nabóbora\nbayern-süd\ninfectou\ndiscordavam\nlívian\nchave\nchavo\nrefletividade\nsaturadas\nbuta\nbute\nbuti\nbutt\ncorra\nesquizofrênico\ncorre\nesquizofrênica\ncorri\nefficient\ncorro\ncarduelis\npaulistas\nbutô\nescorpiões\nchinês\nvermelho-amarelo\ndurmitor\nmorgadios\ntrança\nminados\nminador\narnault\narnauld\nnarrativos\ncomentará\nfotômetro\nmandara\nrudimar\nlivre-arbítrio\nrestauradas\ncamembert\nmigrando\ncapitânia\nworkshop\nengenhoso\nengenhosa\nostentou\ncomplementados\nshippuden\nchiriquí\nrutênio\neletrodos\néforos\nestreei\namavam\nvalvar\nvalvas\nfrágeis\nemília\natentas\nipatingão\nmilitante\npecou\npecos\nokanogan\nsmear\nsaquei\ndagger\nwilde\ncomovidos\nentregara\nhominum\nsenra\nfeuillants\nentregará\nético\nética\nforbidden\ntachysphex\nfelton\nisabelli\nlongford\ndevassa\nyolande\nyolanda\nkokin\nbeles\ndecorá\nharã\ndarabont\nalpinas\ntipográficas\ntelco\ncristalizam\nconnolly\nrutland\nharo\nharm\nhari\nhare\nhara\nharz\nharp\nindustrias\ncyclone\napóstrofo\napóstrofe\nrestritas\ncristelo\nsarcoplasmático\nlease\nrelançou\ngigantesco\ngigantesca\nchamamos\npassarela\nflickr\noppidum\ncaminhando\nguararapes\noccitanos\nbergman\napoiava\nmazarino\ntravassos\nadotado\npranchetas\nhorrivelmente\nheusden\nhornby\npepsi\ndecora\nreentrando\nalgonquinos\nreformar\ncompletada\ncompletado\nrevistando\nitiquira\nredutase\ndescarboxilação\nreiser\ntrentina\ntrentino\ntrentini\ndianópolis\nmaçónicos\nsemântico\ndistribuição\nregulamentado\noscilava\nzuikaku\nconhecendo\ngeradora\nunctad\ngracillariidae\nestruturalista\ngoleira\ngoleiro\nviridis\nsingle\nagaricales\nfinados\nalbermarle\nbuyidas\nshihuang\nneuropatias\nsubestime\nsubestima\npreservar\nxaveco\nrostelo\npichou\npilhada\nfraldas\nalcains\nunido\nunida\nagricultural\nanastacia\nbegardos\nthrill\ndária\ndário\njunkie\nreceberemos\nporcentagens\nairbnb\nschwarcz\njessica\nesticando\nlencinho\nfuji-gen\nessencia\nfagner\nancient\nhav\naquino\nparangaba\nbartholin\npoeira\ndepoentes\ncalderwood\nsucumbindo\nstaff\nherege\npusilanimidade\ncapetinga\ncaido\nbishop's\nprotéica\nvingada\naeroparque\nnotificar\njelly\ntranquebar\nkleber\nantonia\nantonie\nfischeri\nantonil\nantonin\nantonio\ntrubetskoy\nadv\nadr\nads\nadp\nst99\nadf\nadg\nadd\ncalcedónia\nada\nadn\nado\nadl\nadm\nadj\nadk\nadh\nadi\nmonardella\nad9\nbrener\nstradivari\npregadora\nseneme\nversões\nsiron\noriginária\noriginário\nlárissa\ncarcassone\narmarem\npregador\npregados\ndonostia\nexcreções\nperceptivelmente\noriginal\nreduzirem\nevermore\npediplanação\nobedeceu\nobedecer\nreivindicam\ncómplices\nbodoquena\nenfase\ncosmopolita\nvisibilidade\nacker\nverticillata\ncoradas\nsinaloa\nkilowatt\nneoliberais\netil\nbafômetros\nsuperintendente\nesdrúxula\nislanders\ngabar\nprescrição\nofertantes\npolariza\ngonçalves\npunctata\ncuxe\ncrescem\ncrescer\ncresceu\nconcepções\ngráfica\nbracciolini\nforçado\nforçada\naardman\nmicrofilme\ntemperados\npentagonais\nwidmer\nmantimentos\nsentados\ncalorosa\ncaloroso\nconsiglio\npeyret\ncronológica\nlucrecia\ncronológico\nanuladas\nopuseram\nexterior\nhamster\netterbeek\ndopamina\nclamaram\nraticida\ndetectou\ngo-go's\ntransferências\ndigimon\nmacduff\ncivic\ncivil\nvotassem\ncivis\nmugnaini\nplataforma\nfurs\nfury\nfura\nfurb\nfuro\nalcova\nandhra\nblanchard\niroh\nrubiácea\nrogoff\nveladas\nobrigada\nobrigado\nsports\nesganiçada\nvice-campeão\nvice-campeãs\neros\ncounting\ncadeado\nretrataram\nparamount\npádua\npuzzle\nterrível\nbernat\nantissocial\nbernal\nserguei\namadureceram\nhoworth\nengineer\nbarraram\nalae\nalah\nalam\nalap\nalar\nalas\nvaquinha\nhábitos\nespineta\nfilandesa\ngloxinia\nguarda-chuvas\ncumplicidade\nbhagavata\nenterramento\nkarabekir\nisomeria\nchikara\nassistência\nlipscomb\npseudo-aleatórios\nescombros\nmédici\nmédico\nmédica\ndescoloridas\nbalotelli\nexpôs\nprendiam\nmagical\nmagicas\nfúngica\nvoltará\npeemedebista\nmodeladores\nintermedium\nintermedius\nvoltara\nservicio\nimportadoras\nkamek\nkamen\nkamel\nkames\nkamer\ncachaça\nborsalino\nsuportadas\nvitalício\nmedições\nsylar\nbeecham\nfluxus\nfeias\nserious\npsychology\nsoubermos\nabstenções\nappassionata\ngearbox\nsintomáticas\ninesgotável\nflèche\nempunhadura\njourdain\npredeterminados\nracine\nvocação\nadministración\ntitulo\nsaírem\noption\nmoloch\nalthaea\nparnasiana\nparnasiano\nfairbanks\njigglypuff\nsucumbem\nnatalensis\ngloriosamente\ngazes\nmolesta\nsarkozy\noxidação\nesticar\nesticam\narticulação\nhutchison\ninterespecífica\nrequeriam\ncongestiva\nernando\nmostrava\n999.999,999\nbarrière\nexpansões\njacobinos\ngiresse\nturnos\nmadeira-mamoré\nae99\ngeográficas\nrevitalizando\naneel\nmultirraciais\nubaporanga\nruslana\ntaílson\nessential\nexausta\nquercia\nfreqüente\nfreqüenta\ninterconectado\ntumulto\nplaneia\nplaneio\nsurubim\njorrando\nmonoatômico\nidentitárias\nsrpska\nchuváchia\nottokar\ncargas\netílicos\nespeculava\nlembramos\nugarte\nocteto\nex-meia\ngbit\nsmalley\ntagarela\nconfessos\nconfessor\nconfessou\ntemporão\npasseiam\ndesaparecida\nvalise\ncrescidas\nenrique\nbiofísico\nbiofísica\nwigner\nignorou\nredescobri\nleco\nlech\nleci\nlecy\nrockets\nvijayanagara\nlusas\nimplicação\nwisła\nqinghai\nšibenik\nponzi\nponza\nponzu\nmaracás\nmumificado\nvespúcio\ntempestuosas\nmescalero\nsudameris\nheládico\nbrillouin\najman\nplanearam\narrepia\nvatatzes\ngrazie\ncomunhões\nchristofer\ncarrie\nautomail\ncarris\nschrebera\nvice-prefeitos\nprefixado\ntsukihime\ncristãs\nneukomm\nhiddleston\nveritas\ncarrió\nbrigados\nendorreica\nreprodutibilidade\noratorio\nexibirá\nsabra\ninscrevê\nsabri\n*\ntilico\nseine-et-marne\nvividos\nmarear\nexpulsar\naniversários\nadailton\nimplantados\nherbicida\nsucedia\nstepanakert\namesterdão\núrsula\ninstalando\nel-omari\n99\nshinohara\nesferográfica\nconcepto\nconcepts\ndécimo-quarto\nmaragato\nsenators\nostrogodos\nabadás\nmonlevade\nchamadas\nhangouts\nveemente\ngéis\ncryptostylis\ntanga\ntange\nrona\nrong\ntango\nrond\ngilbert\nranging\nmau-humor\nautista\noliphant\nconversas\nvietri\ndescritivas\napaixonaram\nirretocável\nqaeda\nsurdo\ncorujas\ntemplum\nbrotero\najudas\nrockland\ncommerce\nlinkin\nmanes\nmanel\nс\nnecessitou\nfatigado\ngreys\nacções\ngaddi\nabençoe\npremierefc\nabençoa\nmonoclínico\narquiduquesa\ncriminals\nsentimentais\ntyrell\nolfato\njano\njann\njani\njank\njang\njana\ngovernação\nchança\npercebidas\nelos\nsunsoft\neloy\nelon\neloi\nyhvh\ncillian\ncrónica\ncrónico\nojibwa\nfilmadoras\nindisciplina\ntullio\neconômico-financeira\neconômico-financeiro\npoindexter\nagha\nbrigo\nanastasiya\ntomko\nbundeswehr\necológicos\nngan\ndividem\ndivided\nmoreiras\ncardial\nmorissette\nantártico\nantártica\nginjas\nnumeradas\nprocariontes\naperfeiçoamentos\nbaleeira\nbaleeiro\nmoléculas\nsociais-democratas\ncataguazes\nsegev\napartes\nhenschel\nafinco\nomnívoros\nlamour\nindignação\nsemestral\nmicrobianos\nbarsa\nrefugiadas\nlepierre\nafirmei\ncodec\nlino\nlink\ncarapau\ndizia\ncabofriense\nling\nlind\njosiah\nexagerava\nprêmio\npatenteada\ncanhotos\nacentua\njosias\nstraczynski\nroald\nadentrar\nfama\nadentram\nexegetas\npromoveram\nsociolinguística\ninterino\ninterina\ncaudas\ncaudal\nromantismo\nafrobeat\ntrituração\nhellevoetsluis\nsebe\ncoalizão\nseba\npluricelulares\nzoetrope\nquentinho\nquentinha\nflirt\ncerradas\nmaranhenses\ncaracter\nsebá\nhokage\nsosnowiec\nnikita\nmarizão\nrefutação\ncertamente\nvideoclip\nastrazeneca\ncordino\ntabulae\nsupra-renal\nacontecerá\nnordwestmecklenburg\nliterários\nséricos\nctps\nseguram\nseguras\ndigam\noleoso\noleosa\ndigas\ndiscutidos\nciliares\nengland\nrashi\nmagaldi\nimplosão\nsidewinder\nilyushin\namarram\nhulst\nsertânia\namarras\namarrar\nvermelho-vivo\nhulse\nglicocorticóides\nfe99\nhge\nmecanizados\npalazzolo\nneedham\noficios\nteima\noficiou\ndesmembradas\nknees\nmorland\nadjuvantes\ndiluição\nmini\nming\ninchadas\nkurtis\nmint\ncontribuía\nzulfikar\ndificilmente\nhidrovias\nunte\natentem\nunto\nlavrinhas\nconcelhio\nbatarda\nconcelhia\nerste\ncampomanes\npapiloma\nreligion\nbitburg-land\ndramaturgo\ndoohan\ndramaturga\nprimitivista\ncolocou\nrivaliza\ndoubt\ndelineou\nhoteleira\nlaríngeo\nnónio\ncharmander\nhoteleiro\nlolla\nlollo\ncana-de-açúcar\nmumps\npigs\nquebra-gelos\npatrística\nbotinhas\nsocieté\nsocietà\nsurgeons\nsarcoidose\ndebatiam\ndaltrey\nsociety\nocreza\narchitecture\ncâmbrico\nsubisse\nbenevolência\nrothstein\nnps\nsongwriters\npete\nc.r.\nneurocirurgia\npasek\npaseo\npasep\nmiroslav\nketo\nketi\nhimuro\nincessante\nsuturas\ncheick\nmelro\ncobitis\nexíguas\ndegenerado\npitonisa\ndesenvolvidos\nsumidos\nrespeitantes\nendoscopia\nmicrorganismos\ncosmetics\ntomari\ntomara\ncrucificação\nhawthorne\nultraje\nbipartidos\nloans\n\nsintoniza\nspots\nleporídeo\nfindlay\npixie\nsalpa\nbruxismo\nrosny\nrosna\ncarestia\nendossou\nthe-dream\nkhalil\nkhalid\nmandelstam\ntranscendência\nfervilhante\nconflitantes\npoppa\npoppe\njosiel\nchoradeira\npoppy\npaperback\nescapamento\nbichano\ncláudia\ncláudio\nconciliá\nlítico\nlítica\nblueberry\nmosconi\nkabbalah\neclipse\ncrackers\nconcilio\nconcilia\nforcinha\nestudita\napreendido\napreendida\ngs99\nescápula\ncapricho\nespreguiçadeiras\ncadente\ntransdutores\nfacturação\nobrigatória\nsétimas\nobrigatório\ntranscreveu\naçoriana\naçoriano\nvaldomiro\nstuarts\nnorte-coreanas\nkhor\ncotista\nmatadores\nletrinhas\ntermonuclear\nnomeiam\nbibliotecas\nespessas\ncalcedonianos\ndemaio\ntraíram\ntraíras\nsomerled\ntudinho\nchuteiras\nproximamente\namedronta\nverossimilhança\nbrevidade\nmt9\nmtz\nmtr\nmts\nwyllys\nmtv\nmtu\nmtn\nmto\nmtm\nmtb\nmtc\nmtf\nmtg\nmtd\nmte\nafeganistão\nadvocatícios\ndeliberação\ntelescopii\nketch\nsintetizadas\nmatola\nducci\nmenosprezo\nstrikeouts\nmenospreza\nörgryte\ncircense\nanseiam\nenlouquecendo\naustríacos\nangelo\nangeli\nangela\nangels\nreinações\npinduca\ngötze\npredileções\nheroes\nshugden\ninflacionado\nalmourol\ndaninha\narruinado\narruinada\nreutilizadas\nschleswig-holstein-sonderburg-augustenburg\ndetentoras\nkarnaugh\nsojourner\ncliente-servidor\nfly-by-wire\nmünchner\nsledge\ngalopante\nwestmacott\nsubsariana\nabsolvendo\ncongo-brazzaville\nathenaeum\ntutora\nc'è\ngangnam\nanticomunistas\ncarew\ncares\ncarey\nassediada\ncarel\ncaren\ncelta\nflorística\nflorístico\nmafalda\npallens\ncausar\nketchel\ndesligava\nchromium\nasas\naltima\nasap\nasad\nasam\ndetecção\noriundos\nrespiratórios\nbalaguer\nfacão\nelemental\nelementar\nsharman\nfreqüentavam\ncorrimão\nacerp\nalcaloides\ngayle\nantropofagia\nsálvame\nicedtea\ntrobriand\ncomputando\nthéoden\nmefisto\nkirstie\nlogrou\nempobrecimento\ndescoordenação\nfurstenberg\nhaggar\nfortunas\nrokhlin\nnabta\nsantilli\nsantillo\nsatisfazia\nkidder\nenishi\no-o\naishwarya\narselino\nbi-campeonato\ncreeks\nbassères\nmadonnas\nmylène\nliceais\nconimbricense\nminuano\nschuch\nlausitz\ndatanexus\ngaleristas\nnáuatle\nchariots\nfleet\nloomis\nimporta\ndatabase\nambassador\nköhler\nreencontramos\nistván\ncanalhice\nacusadores\nbispados\ndércio\ndorso\ntroiano\nmonofisitas\nenfáticos\nexcertos\nyazoo\nvocoder\nperoxissomas\nrhonda\nzacapa\npaguem\npaguei\ndrosera\nfolhadela\nrelacionamente\nacariciar\nrelacionamento\nconstitutivo\nsócio-políticos\npopper\ncantador\nnártex\nmonkees\nsimultaneamente\nhersey\nogum\nogun\nmanipur\noguz\nteerã\narr\narv\nary\narc\nprovedoria\nare\naro\narborização\ninteroperabilidade\naguarrás\nbifes\nphytoervas\ncardan\neuritião\namador\namados\ndenise\nsubscritores\nharder\nharden\noptarem\ncontramedidas\ncuca\ncuco\ndecadentismo\nlurex\ndeserdados\nreconheça\nreconheço\ncrusher\nwilberforce\nmata-cães\nsormano\ntande\nifpb\nifpe\ndiabólicas\nifpi\ngoyle\nfragilizados\nmonetary\nadministrações\nkafta\noposto\noposta\nortega\ndistorcidas\ncarnivore\ncarnivora\noitavos\nvariegadas\nsubserviente\njulgá\nfußball-bundesliga\ndecidiria\nalitalia\nmastigando\njulga\njulgo\ncacciola\nespermicida\ndiddy\nsolidus\nntaryamira\njoelhadas\nsounds\ntrigêmeas\nlinear\nenfurecendo\nlineal\nprivatizados\ntrivialmente\ndedekind\ninvestirão\nsilla\nsilly\nturíbulo\ndefenderia\ntropeiros\nbancroft\nrudemente\nsupervisores\npresbiteriana\npresbiteriano\nsensatez\ncomedias\nresolvido\nresolvida\nquitandinha\nberdych\nfamitsu\ndesfigurada\nearhart\naéreo\nfunil\nengavetado\nengavetada\nfunis\nhuber\nhubei\nprovisório\npanteras\nprovisória\narnal\narnau\nacréscimo\narnaz\nretirante\nmonobas\nordenanças\nsoult\nsouls\nsoule\neconomize\neconomiza\namstelveen\njamal\nantipsicótico\nstiletto\nautonomias\nlabrie\nagent\nagena\nneckbreaker\nं\nyogyakarta\nkaleido\ndólar-turismo\nsaudosismo\nalvejante\nontopsicologia\nunipampa\nactuava\nimparcialidade\nirônicos\nbabão\nsphan\nsequela\nleishmania\ndeposto\ndeposta\ndeambulatório\ntian'anmen\nespecially\npiñata\neigen\nulmeiros\ncamelopardalis\nraglan\nsaudações\ndilatam\ndramatizar\ndilatar\ninyo\neiger\nohrid\nfather's\nrufar\nhereges\niscas\nasínio\nsavitch\nchloris\nsernache\nvieram\nsintonizadores\nmonasterio\nclubefolha\nptychadena\nagricole\nagricola\ntripod\nporches\nmackerras\npariatos\ndilma\nwinzip\nefêmeras\nbagagens\nworden\nzhōngguó\nacondicionados\nengloba\nenglobe\nbalsâmico\nastrodome\nfotografada\ntietjens\nalden\ngerônimo\ncarneirão\nacumuladores\neasily\nirregularidades\ngrife\ngrifo\ntraoré\nbalé\nobedece\ncepel\nceped\ncepea\nobedeci\nlargaria\nbissexuadas\nmeltdown\ninfiel\nanalisavam\nrukia\nobterá\nunicelulares\nrifkin\ndalmatians\ncomeçassem\nrosana\nrosane\ncaneluras\nbolores\nmoney\nnibelungos\nalterá\nperuzzo\nperuzzi\nfictício\nsomeş\naltere\naltera\nmurmúrios\naparecidinha\naldeã\nmaufrigneuse\ndeslumbrar\ncoventry\ncusto-benefício\nestratégicamente\nescandinávia\nskimboard\npasseriformes\nreverteram\nsomem\nribossomo\nribossoma\nunhais\nrenderam\npfl-go\nakureyri\nhonra\nacrescente\nklitschko\npasserelle\nisquemia\nfuit\narquirrival\ncalice\ncalico\nnigro\nnigri\nalegoricamente\nacólito\nmusculação\nrescindindo\njupiler\nmarinhagem\nmudará\nwordperfect\neggers\nultrapassem\nacrescida\nacrescido\nsinestesia\nrioclarense\nregionalizar\nsins\nsinn\nsino\nco²\nsink\nsing\nsind\nsine\nsina\nindução\nictiose\ncasinha\nplacentários\nestabelecessem\nco-escrita\nfretamento\nhauts-de-seine\ngleiser\nhermética\ncartista\nhunding\nosmond\nreferences\nharold\npublicaram\npatrulhamentos\nmarília\nchaser\ngear\ngeap\noriana\ngean\nglamorous\nrepararam\npolígrafo\ndoutrinal\ndoutrinas\ndoutrinar\nidiofones\nretículos\ngualdim\ndemitido\ndemitida\nexemplar\nblackbird\nleste-sudeste\ntônia\ndefini\ndefino\ndefina\ndefine\ncot\ngerusalemme\ncoy\ncoa\ncom\ncoo\nkampf\nostende\nvidzeme\ncorujão\nrapazinho\nmistos\nguabirotuba\nvértices\nzoomp\noise\nestimuladores\nfuzarca\ncocamar\ndenizard\narmações\npersonalizações\nhiempsal\nparis\nparia\nworms\nchabad\nchriss\nchrist\nwellcome\nxfs\nsödra\nmagêncio\natrativa\natrativo\ndevassas\ndevassar\njános\nquadrúpede\nmaquet\ncomfortline\ncondessas\novídio\nperception\nchanucá\ncaetés\nlongos\npagels\narma\ndorneles\natracação\npope\npopp\nqueer\nmalaguetas\npop9\ncontundido\ncontundida\nfilho-de-santo\npopó\ncajun\ncajus\noferecia\ncaneleiras\nkarev\nkarel\nkaren\ncedente\nimpressionou\ndestruidas\npassivo\ngumbel\nblansko\nladinho\nvallelunga\ncharlie\ngestão\ncasting\ndemorados\nrelativística\nre-lançado\nre-lançada\nmacronutrientes\narrebatador\nentrepreneur\nisomórfico\nimpugnar\ntórrido\nheterogêneo\nescravizados\ncor\ndoenças\npauta\nmixto\nkilinochchi\nabelão\nfio-dental\nvalida\nvalido\nanti-americanas\nfreqüentemente\nresonance\ns.k.\nilegível\nermitage\nestranha\nestranho\nparaense\npinhos\ntárik\nfalciforme\nabagnale\nlevy\nlevu\nlevi\nlevo\nraspam\nleva\nleve\nlagoon\nfalzoni\nkenobi\ncolonoscopia\nencolheram\nalocação\nwaldemir\naberystwyth\ncondensado\ndevastando\nbaluartes\nérebo\ncarataco\ntínhamos\npiaçabuçu\nantocianina\nhematoencefálica\nespectrais\ncapitulação\nnaropa\nphilautus\n្\nâncora\ncunha\ncunho\nperestrelo\ninequívoca\ninequívoco\nmette-marit\ndesistissem\nirresponsabilidade\npsicológicas\nsódica\nsódico\necocardiograma\nscodb\nmiojo\nmelanogaster\nnucléico\nrayones\nch-99\nfavreau\ntinturaria\ncarbónico\nfantastique\nconnaught\nchaplin\nastrum\nastrud\nspin-órbita\nuigur\nprepostos\nredentorista\nmesquinharia\nsparkling\nségur\nmorley\nsumiço\nanniversary\nsenciente\nsorlei\nflorânia\ncalvinismo\nsimultâneamente\nsefrou\ndeparture\nexprimindo\nxmpp\noxigénio\nerrasse\nex-são\nmamborê\nlauterecken\npredadora\ngreenup\nbriggsia\nradical\nvilanesco\nencorajou\nsimbionte\nalevinos\nmattoso\neólica\neólico\nseasons\nconexos\natrapalhem\nbonachão\nnagare\nexactos\nsatyrium\nminguar\nrevisse\nsulfeto\nidentificado\nidealidade\nrigdon\ndistinguidas\nalighieri\nbaade\nfortalecerá\ngrená\nestofos\ngronchi\npitchfork\ncompetidor\nbehar\nindenizatório\nmoving\nlibertação\nindenizatória\nadvogados\ntraité\nacrítico\nacrítica\nfocalização\nδt\npendula\nmilharal\ntarracha\nsalmon\ndecumanus\nsoando\nsalmos\nadmiração\nsombras\ncosteiras\nrondoniense\nvarlet\nlamentavelmente\nchadianos\nclassificatórias\nconcisos\nensiná\nfrechas\nal-azraq\nwaiting\nbaptizadas\naguã\naguá\nfrescal\nbemposta\nsonhava\nsábias\nfrescas\nepiphany\nfartos\npégaso\norelha\ncamapuã\ntrad\ntrac\ntram\ntran\ntrai\ntrav\ntrap\ntras\ntray\ntrax\nmcculloch\nseverini\nsinalizava\nnuit\ntraí\ntufão\nbarni\nvariâncias\nconversora\nensino\nwanli\nalfonso\nebó\nas-salih\ndiretos\nilegalidade\nž\nebf\npré-selecionados\neba\nebb\nebc\nebu\nebv\nebp\nebx\neb9\ncartesianas\nreflexões\nparacatu\nkhorkina\nkrafft-ebing\nconder\nvaidosos\nbreaker\ncopenhage\ncopenhaga\nclyde\nfidelização\nchávena\nconspirador\nestômatos\nnádia\nsobrarem\nfuzileiro\nestômbar\nautosom\nfechava\nrelación\npancreáticas\ndieguito\nkojima\nmacris\nmedicinais\nmoralidades\ndogtown\nenfiados\ntrezena\nfw99b\nilegalização\nfrâncico\nmoderadas\ncalatrava\nusenet\nvideodrome\nsaudava\nromano-germânica\nromano-germânico\npré-determinadas\nhegelianismo\ndespojadas\ngolear\nnarcose\nquaternário\nbarbra\nfornecesse\nconhecidamente\nperscrutar\nclaflin\nleituras\ndiosdado\nanfetamina\njugendstil\napóstata\nbonelli\ncomplicam\nconhecesse\nstylistics\nescaladores\npositively\nahmed\nhawilla\nahmet\nreduzirá\nfingimento\nforjados\ntarga\nexpectorante\ndicker\ndiscriminando\nwunderman\ndialogo\nliguagem\nd-us\nconant\ningleses\ngostosas\nfogo-fátuo\npessina\nenriquecidos\nrecuei\nbasear\npheidologeton\narkin\nbestialidade\ndiervilla\nimpulsionaram\nunos\nmajin\nembargos\narquivista\nstutzmann\nprontifica\nlockdown\ntaifas\ndicloreto\nex-aequo\nduccio\ncafé-concerto\nmarshall\nthesaurus\nnominada\nencontrada\nencontrado\ncondicionais\npalms\ndiurno\npalma\npalmo\npalmi\nborla\npratas\njeri\njerk\nbate-boca\njeru\nkhtml\norganon\nadorno\nadorna\ndahaka\nats-9\nkuropatkin\nreinstalada\nrehovot\nconsistir\nlutra\nsuperpoderes\ntriglicerídios\nselinho\nhs99\ncamarate\nlacertidae\naréa\nsalado\nsalada\ncaricata\nex-zagueiro\nwrong\ntableaux\nfixação\nincumbidas\ncomediante\ntouché\nmayen\nব\nφ.\nmayes\nopposite\ntouche\númidos\nensembles\nkitzmiller\ncollider\nt-99\nkwajalein\nδ\nswieten\nclareira\narruinar\nexercia\nfotoelétrico\nrompa\nrompe\nunesco\nfreguês\nrompê\nrosse\nrossa\nrossi\nsaca-rolhas\ngoleador\navôs\nmubadala\nyoga\nyogi\nhardaway\neletrões\ninmarsat\npintassilgos\nsant\nsans\nsand\nsane\nsano\nsani\notoh\ncadeias\npetrucci\ncongelada\ncongelado\nportão\nnorteiam\nesperaram\nobrigando\nplanfor\nlabneh\npirani\nathiê\nbendix\nbendis\nhipgnosis\nmassaini\nlipstick\nimprevista\nplantado\nvício\npaul's\ncrescido\ncrescida\npyncheon\ntiburi\npipes\npiper\nmultimédia\nfábula\ngo99\nprevaleceu\nanalog\ncatéter\nacúmulo\nbeli\nbela\nlelong\ngeoffrey\nassexual\nlitchfield\nbelô\nradicalização\noficializando\ntuamotu\nirun\nd'alençon\nthaddeus\neero\ngoulet\noaci\njanusz\nmontgolfier\noriolidae\nmonticola\nherminio\nherminia\nbothrops\nshinyashiki\nluteinizante\ntestamento\nspiritus\ncanonizou\ncabo-verdianos\nsucessivas\nrewa\nwatertown\ninibe\nshoden\nminerals\nvampíricas\ndrogarias\ncompreenda\ncompreende\ncompreendi\ncompreendo\nzwettl\nyorimasa\ncompreendê\notimizadas\ncontata\ncontato\nmeulan\npeavy\nitatiba\nxemnas\nexterminou\niberoamericano\naikibudo\nת\ncaiçaras\nirã-contras\nungido\nretífica\nsintetizadores\nsuperbonita\nwawel\ntévez\nmarginalizar\nfirmava\ncircundando\nso-called\naprovassem\nmanhumirim\nschindler's\naspetos\nmcgrath\nkoan\nkahu\ndevorá\nhormônios\npós-soviética\ndithmarschen\nsurdez\ndevore\nmonreale\ngüemes\nlallement\nutilitário\nferrolho\ntônicos\npassion\niansã\nkanela\ntesoureiro-mor\nminissérie\nelmwood\nzhou\ncortando\ncriptográfica\nlucânia\nberengário\nmagnetic\ntinhas\ntinham\nobservaria\ncoquinho\nleiocithara\ntamás\nmanejo\ngiroud\nmaneja\nbrz\nbru\nbrt\nbrs\nbro\nbrm\nbrf\nbre\nbrb\nbra\nprevenidos\nguglielmo\nbr9\nexoplanetas\nchampionships\nuniversitatea\ntnt\ntolson\ntng\ntnf\ntna\ntnc\nestressantes\nquebraram\nrecusá\nelegido\nlevarmos\nsacerdotais\ngozando\nemprestaria\nwojsko\nhiperatividade\neochaid\nsaciados\nmototaxistas\nal-khattab\nteeteto\ncastel-branco\nbellot\ngamaliel\nalmada\nenseada\ninsurgente\nsinopoli\nbabai\nbabak\nbabas\nbabar\nbabau\nbávaros\ntróia\ndelegava\ntepuis\npenalizadas\nsunismo\nwestport\n99-9999-999-9\ngiacomo\nedmar\nvermont\ncoragem\ndiretoras\nqueimavam\nsatriani\ndorff\ngoryeo\npt-se\nmeningites\npt-sc\nsüleyman\nespecíficos\njacquet\npersonajes\njacques\nrauch\napanhadas\nduvidosa\nelectrolux\nenvidraçadas\ncaylloma\non'yomi\ndanação\ncodata\nhajime\nvierão\nliderá\nsub-rotina\n99.999,999\nkasai\nlidere\nlidera\nmarroquino\nmarroquina\nkasaï\nender\nended\ntrans-siberian\ncanguaretama\ngrouse\nrostral\nforragem\ndesconfiado\nocasião\nshyamalan\ndamiana\npassadiço\ndamiani\ndamiano\nchorando\nfetichismo\nantioquia\nadriaan\nmenires\nfledermaus\npicea\ngorter\nflorescente\npisaram\ntroubadour\nmusicadas\nracionalistas\naragón\ncoaxiais\ngumercindo\ncontrastava\nentretinha\nantoniano\npcln\ncourbevoie\nresistido\ncavalheiros\npererecas\nantiinflamatórios\nbaikal\npausadamente\ninformara\njenipapeiro\nd-9\ndjerba\nexistido\nsharmell\nborsonella\ninformará\nbermeo\nmannheim\ncerimônia\neladio\ntênue\nlammers\nmodernização\nsubnormais\njuntarão\no'sullivan\ndogville\namnesiac\nobrigou\nspongites\nwado-ryu\nmegawatts\nbrunswick\nocasionaria\nex-parceiros\ncasassem\nreanimado\nreanimada\nconsiglieri\nconsigliere\nsofrerem\narguto\nboulardii\nentalhadas\neuclydes\ncensitário\ncastanheda\ninexplicavelmente\ndecolando\nheavy\nintervencionistas\ncistercienses\nrequeixo\nfomotinho\nímpios\nnirley\nradicalar\nobscurecida\nconflituosa\nconflituoso\nadrift\ngringolândia\nbrasílio\npossibilidades\nesclarecimento\nphenomenon\ncagefighting\ndeltas\nesmagamento\nescorregar\nsatisfaça\nleague\nmausoleum\njairo\nempty\nmalraux\ninflação\ndardano\nadultérios\nopinativo\nx-box\ntraçaram\nw.c.\nsubjugado\npentacampeão\nbrightman\nra999\nalison\nchapadas\napeadeiro\nbracuí\ndinamizado\ndinamizada\nextinções\ntripolis\nalfaiate\nexegética\nce-999\njinping\nvelharias\nreumatismo\ntirarem\nsentimento\ncarvalhinho\nsisimiut\nmultidões\nsambuca\nkapital\nunifenas\nmoebius\nhelal\naudazes\ncelanova\nvingren\npagãs\npagão\ntelecine\nmaoris\npermitiram\nhedman\npassivos\ngranato\ncadeirantes\nindy\ninde\nindi\nlisnave\nliometopum\ntonicidade\nsumptuosas\ntobacco\neletricidade\npeinture\nsegurava\nansiedade\ntâmisa\nrótulo99-estilo\nidentificador\nidentificados\nufop\nufos\nletreiro\ninternautas\nresmungando\nreclamação\nantiviral\nrift\ntraduziu\ntraduzir\nrife\nrifa\nequador\nferoesa\ncarioba\novertrading\nusados\nmétiers\ncovardes\nsteeplechase\ningrediente\ntenens\nfuturos\nvoid\nxingando\nvoix\ncoiotes\nmirandela\nvoip\nwhirlwind\nsupremos\neletroacústica\nsugadores\nfjord\nluciana\npretendam\nmelhorassem\ncalamidade\nbdsm\ntetrarquia\nobedecerem\ngastaldi\nröntgen\nestatizou\nvolks\nbaião\n-fenil\nsituacionistas\nesvaziamento\nbielsko-biała\nagudeza\naida\naide\nsarcásticos\naids\nwhitespace\nbackstreet\nósculo\ncoronelismo\nagliè\npioline\nacromyrmex\navion\ndissimulação\nscotch\nprobe\nkruger\npallavolo\ngbyte\nenfiteuse\nmotte\nmotta\nmotto\nrevivendo\npaladino\nyorkville\necoboost\nveneno\ndesejosos\nlovell\nlovely\nvendetta\nsupletivos\ncbkc\ninvadidos\nfrutificantes\nnasrudin\ncelebraria\nfrankfurtianos\ncolecionáveis\ndespontou\nmocuba\nspíritus\ninterím\nfundiária\nfundiário\nredol\nredox\nconduru\nmaywood\nutópicos\ncentipede\npichadas\nenjoar\nem99t\ncospem\nencarregado\ncaprera\ntenebrismo\nagrupamentos\ndesavenças\nmanuseadas\nzoltan\nhaaretz\naperitivo\npierrette\njayavarman\nbem-intencionados\nchamfort\nreorganizada\nreorganizado\nprejudicaram\nassurance\nprocon-sp\ntitã\nderrocar\ncunhas\ndungeons\nkriemhild\nanpocs\nariberto\nusariam\nblanchett\ntravesti\nanti-fascista\ngerizim\ncarnê-leão\ncoletti\ncolette\ntsui\nmaryse\necoava\ndata-base\nespionava\nmerano\ndependerão\ntransatlânticas\nwoyzeck\ndescredenciamento\npokémon\nmonetização\nchão\ninsurrecional\ncometerem\nsoldado\nsoldada\nanticonsumo\nmicos-leões\nsalinidade\nmamona\nestimulam\nadama\nadamo\nadami\ncuraçao\ngraduou\nisotônico\nponto\nnão-perecíveis\ncavernas\nl'air\ngremio\nencobriu\nblasio\ncriptomérias\nlipofílicos\nanonychomyrma\ninerciais\ncharlize\ndoava\ngábor\nfwa\ngliese\nbruins\nesmerado\nterminavam\nzuse\nkaraoke\nmapa\nmapu\nkaraokê\ndragon\nténue\nanunciavam\ndesapontada\ntemíveis\nreentrância\npassionistas\nyasser\nromande\nromanda\nmeia-final\nmoribundos\nadrar\nquepe\nnarizinho\nreelegeram\nesperia\nexcedendo\nexperiment\nremate\nremata\ncaserna\nbroughton\nsuede\nlagotis\ntestemunhados\nponderada\navultado\navultada\narrematadas\ntillich\nsegundo-secretário\nhorseshoe\nmadoff\nkissingen\nrepresentantes\nmucajaí\nfactóide\nlinearis\ncanastras\nbocado\nperipatético\ncandle\nmikháilovitch\nquilomícrons\napressando\nconcluam\nluterano\nkarnes\nimperfeitos\npauis\npenitenciário\nallmusic\nvetores\ncondão\nmixar\ntestemunhava\nmoçâmedes\nantipático\nantipática\nmasculina\nretomava\nsóter\nedison\nauditivos\ngervásio\ncolostomia\nescapes\nsiderurgia\nmansidão\ntchecoslovacos\nfumos\npepitas\nfumou\nsujo\nzélia\namontoaram\nsuje\nzélio\ncompetidores\ngrendel\ncalores\nextenuante\nabastecida\nyeoman\ndelães\njurídico\njurídica\nyara\ngasodutos\nsub-comissão\nyard\nyari\ngovernadoria\nchiwetel\neureca\nconvencidas\nvespasiano\nkaito\ncorral\nrarefação\nppb-rj\nsubstituíram\nfaculdades\narpino\nbalsemão\nconurbação\ntonsilas\navisava\ncorneto\nacurada\nacurado\ncorneta\ndieta\nasociación\nrhein-sieg-kreis\nmcintyre\nidamantes\npalhinha\nplausibilidade\ngriffith\nimpusera\nextrapiramidais\npfci\ntutóia\nautorama\nemitirem\nenzimas\nsaduceus\ndalits\nhúmidas\nbiológica\nraríssimas\nbiológico\nglimmer\ntricky\ntoyotomi\npassamos\ndesburocratização\ntreinados\ntreinador\napuramos\nreforce\nassentimento\ngnustep\nseptímio\ntratam\nreferendar\nmijatovic\nopen-source\npriolo\nxbase\nshehhi\ncourteney\ncagarras\nmiserável\nmeato\nmeath\njango\ndefuntos\njanga\nemboscou\nmargão\ncapanga\nperece\nramírez\ntessitura\nutilizariam\nlovato\nuniformizando\nbestas\nciba\nsaqueadas\ncibo\nchalés\nenovelamento\ncuando-cubango\npecuniários\nbérenger\nandújar\nrosangela\nreggaeton\n©\npemba\nhasui\npembe\nintermediação\nleis\namsterdão\nacepções\ncolóide\ninvestidoras\nsolidificando\ncēsis\ncolinosos\nimprimi\nsedex\nseder\nsedes\nsl99\ntransplantada\ntransplantado\nautomotora\nitanhaém\nfreita\nsindika\nkanin\nconseguimos\nterranos\nsankara\nietf\npericulosidade\nexprimem\ndeterminada\ndeterminado\ncópias\nuppland\nproveniente\ntihomir\nu.c.\nberneses\ntourneur\necaterina\nregime\neufrásia\neerie\neufrásio\nrossington\nminuciosamente\nsenhorinho\nangiografia\nmcclintock\nbangui\nfluíam\nrosal\npatera\nsaprófita\npickle\nespalhafatosos\ninforma\ninforme\nincluía\ninformo\nlaboratório\nhierárquico\nsenegalensis\nencaminhou\nperpetradas\nmármara\nnássara\ndonana\nfashanu\ncoulson\nassinando\noklahoma\nconstanze\nconstanza\ntylenol\netérea\netéreo\nandante\nbubos\nicom\nicon\nfeições\nporem\ndesembarques\nassunção\nvestidos\nlörrach\ndespoletou\ncopaíba\nm99s999\nsublevou\novinos\ndiferendo\nadmitimos\ncatfish\ndomiciliadas\nvieillot\nbrincaram\nnamakkal\nsusano\nitaucultural\nrosacruzes\nsinalizadores\nguigó\nadeque\ndoze\nbullwinkle\nneo-gótico\nmattheis\nbaccio\npostos-chave\ncaretta\nabismado\nredetv\npulseira\nbahri\nsancy\nsubmetidas\nirlândes\ndescontada\ndescontado\ncruikshank\nprovidenciasse\ncantora-compositora\ntoes\nirmandinhas\nexitem\npedaços\ngoleta\ntuscarawas\nauvergne\naprovar\ndelaney\ntrigonométrico\nsilhares\nautóctones\ngovernadora\nbelezura\nmathison\ncoon\ncool\nviajando\nkreviazuk\nluger\nmisrata\ntemptations\nretinal\nalumina\nretinas\nmeco\nstorytelling\nprepotente\nedificar\nbilbao\nrosella\ncatedral-basílica\nembratel\nescopetas\nrelógios\njacintinho\nshimoda\nhoughton\nnikolay\nveronese\noptassem\nantuérpia\nalimentadas\nestimamos\nszafir\nal-wahda\ndifficile\nmias\nantequera\nauxiliaria\ndesfalcando\nperpendicular\nvencerá\ntemperaturas\ntupanciretã\nomnipresente\nvencera\nparapsicólogo\ncompletados\namarelos\nfossilizada\npedralva\nleguminosae\namaral\nleguminosas\nacit\nacir\nacid\ndesfiguração\nastrónomos\nconstruíram\nchose\nlocomove\nogx\nsheila\nanáguas\nimpiedade\nconjuntas\ngosho\nesoterismo\nnivelando\nisômeros\nslipher\npdp-99\nnegamos\nselectividade\narcádia\narcádio\nesvaziar\nhp\nunitários\nhibbert\nazinheira\nmarço-abril\nogc\nmanipulam\nhg\nastley\nmanipular\nveblen\njurou\njuros\njuror\nhg99\nnotícias\nrouges\nrouget\nconclave\naborígine\nestouraram\nlilongwe\nprivação\nªs\nª.\nmcclellan\nromel\nromeo\nromer\nromeu\nbeirou\nseko\nnadam\nnadal\npúnico\nnadar\nhé\ngreensboro\nnándor\ninfiltra\ninsulta\nfaulkner\ndestinadas\ntop-down\nfenwick\nantepasto\ncarrilhão\nsass\nmancadas\nrouerge\nroslyn\nacidificação\notro\notra\notrs\nesperados\nregional\nparticulares\ntranstornada\ntranstornado\ninterferon\ngrieux\np-funk\npastilha\nbeneficiamento\ntranferência\nfechassem\ndamage\njustificando\ntudão\nintermitência\nanaya\nbeque\nmascarar\ntramava\nmabel\nacrônimos\ngirassóis\nmascaram\nsoneca\narras\nrifan\nefron\ntruman\nreincorporada\nralado\natuaria\nralada\ngelre\nmasanori\nacessão\nimensa\nrosberg\nimenso\nintensivista\nwynonna\nkajiwara\nhexum\nexistiriam\ntikhonov\nbajulador\nreactos\nreactor\nósseos\nchutney\nmargarido\nassomou\nmargaride\nmahinda\nmaciez\nbarrado\nbeso\nbesc\nbarrada\nbess\nbest\ndesbloqueáveis\nfunceme\nadapter\nquesto\nadaptei\nadaptem\nquests\ncrochê\nritmica\nnerina\ntimna\npioneers\ntacitus\npicão\ncibernéticos\ncronometrada\nportoalegrense\nmartensita\ndesprende\noso9\ngripes\ngripen\npay-per-views\narmorial\nexprimiu\nexprimir\nautomobilísticas\nट\nempresários\nanoa'i\nmouro\nmoura\nmoure\nfrigorifico\ndestilação\nstockton\ncabell\ncabelo\ngunung\ninviáveis\ncotias\nñ\npalmata\ncircunscritas\nblindagens\nwinter\nsordidez\njubei\nascensões\nturisticos\nunívoca\nunívoco\nanti-imperialista\nsf999\njuntaram\ndiazônio\nesculhambador-geral\nhedging-griffo\nembasada\nworkaholic\nlinguini\nluzern\npreferem\n___\nécloga\nbarassi\npalatinato\npé-de-serra\ninterpessoal\nquadrante\nmonmouthshire\nflexionadas\nodontólogos\ninibidores\nadoidado\npneumática\npneumático\nnoivas\nsubiaco\nreencarna\ngolfistas\nshahi\ngarantiriam\nbenois\nbaixarias\nblowfish\nradiojornalismo\nambient\nobliterar\nverneuil\nminoridade\ncagepa\nprimeiros-ministros\nenvolvia\nperácio\nindo-iranianas\nresumidos\nrabinato\nbianco\nclones\nyashin\nyokohama\náed\nbulma\nresseca\naronofsky\nobservadas\ncontinuatus\ntermostato\nhomoerótico\nremodelamento\nhomoerótica\nproducao\nnavio-almirante\npreferimos\natento\nestanislao\ngiannetti\nproféticos\nseqüências\nqueridinhas\nintactas\naromatização\ndebilita\ntubaína\nencontraremos\ncomplôs\ndrifting\ngiganteus\nnovíssimos\nhigino\nyakima\nleith\nsentai\nsentam\nsentar\nculposo\nórcades\nministro-chefe\npatológico\npatológica\nparmalat\ndiomede\nentusiasmado\npagar\npagas\nunodc\npagam\ngarçon\ngarçom\nretificação\nassedia\nassediá\nwalmart\nbacopa\nfifusa\npsoríase\nficcionada\nfrère\nyulia\ncaçarola\ncaesalpinioideae\ntelevisió\nfraquejar\npsicose\nperseguidos\nsílex\nalcubierre\nmatura\nmature\nferenc\nmolossidae\nencapsulamentos\nrei-sol\nparulidae\nllama\naracnídeos\nkłodzki\nliberasse\nanadenanthera\narmórica\nidolatrar\nhalmstad\nestrangular\ndiminuísse\nacnur\ntestamentárias\nagricultura\navaliadora\nagriculture\nreligiosas\nihr\nbaias\nbaian\niha\nihf\nlegislativa\nlegislativo\ncausasse\ndestoava\nblockbuster\nimpotência\npercussor\ndesempenhar\ndesempenham\ngrafismo\nmeneses\nrelaxação\nesmagam\nlesivos\ntransgênico\npadres\nduprée\ngully\ncristã-nova\ngeller\nsuínos\ntaung\nkonqueror\nchecagens\nfoliares\ntravestismo\nrainaldi\nfalstaff\nrobustus\ncontemplação\nherianne\ntoiros\ngrafcet\nincorporar\nincorporam\nlizard\nmoobans\ncaracterizava\njogador-treinador\natrium\nantinazista\ntinder\nstanislas\nstanislav\nstanislau\ntrabalhoso\ndiferencias\ndiferenciar\ndiferenciam\ndiferencial\ndiptera\nolinto\nsepticemia\nikuto\nmalvada\nmalvado\nmelvins\nrachmaninoff\njovelina\nmueller-stahl\nypf\nmagnum\nerikson\neutiques\nskye\nglobalizadas\nvenatici\namarrados\nqubit\npiacenza\nguis\nguin\nguid\nguia\npraslin\ncharisma\ncontradiziam\nguiá\namonites\npilões\nlívia\ntransformer\nsinatra\narar\ngablete\narap\narau\ntarzan\narad\narak\narai\naran\naral\naram\narango\ntroilo\nwebb\nwebs\nrepatriado\nbanshee\nbrassens\nretratou\nretratos\ndecisões\najax\nmantle\nsantuário\nescritoras\ncrestwood\nminot\ndependeram\ndiscutindo\nbandeirismo\nzylbersztajn\njaíba\nmadness\ndiscutíveis\nirritante\ndesenhados\ndesenhador\naviãozinho\ncosturas\nchouriços\nhomóloga\nfarquaad\ngorilla\nperroni\nperrone\nredskins\nappears\npedala\ntulipas\ncombinator\nqe99\ndestiná\nsoundcheck\nsupremacy\npurity\nalotrópicas\nflagelado\nreversibilidade\ntranscrições\ncópia\ngraviola\nroda-gigante\nvelhinho\nvelhinha\npenney\nacompanharia\ngineceu\nlotados\ncolombo\ncolomba\ncolombe\nhilariante\nassustando\nlutaria\nângelo\nângela\nchegando\nstart-stop\nrábida\nufrn\nagradou\nagrados\nufrb\nlixando\nhuineng\nufrr\ndesconhecidos\ncontribuições\nlaface\njoschka\ncánovas\nadicção\napareci\nfornecendo\nlobotomia\nphelps\ninstáveis\nflavipes\ncredita\nnmr\nnme\nnmc\npenderecki\noptativo\noptativa\nibge\nlocalizava\nesposende\nlactobacillus\ncircundadas\ninvasivos\numuarama\nprotegessem\ningressorapido\ninterjeição\nghiggia\nblackout\nរ\nprimes\nprimer\nmarkl\nselmer\nmarks\nconcêntrico\nconcêntrica\nuncensored\nveronika\nkoepp\nmontecristo\nconservadores\nfaliu\nfalir\nberardinelli\nestuarinas\nconfusos\napolo\nmetáfora\nrumaram\nagarrado\nagarrada\nfonema\ntelecatch\nsuper-velocidade\ncortadas\ngoianinha\nneuropsiquiatria\nch-999\nvalsugana\ncalcanhoto\nconstrutivo\nconfiasse\nbactris\nxiamen\nmediática\nmediático\nfersoza\ndisseminando\nmorador\nsuccesso\nbetzdorf\nmaintenance\nsubsaariana\ncompañia\ninterinstitucional\ntrabalhados\ntrabalhador\nagrupado\nagrupada\nliofilização\npequenas\nfogaréus\nbezerril\ndoçaria\nmarat\nacaricia\nsutilezas\naltamir\ncdf\nrodeadas\nlezírias\nrawson\ndelimitador\nvenganza\nprofissionalizou\nasw\nwaller\neminem\ndesativados\ngledson\nnaraku\nfisgar\nassassinos\nassassinou\ndeos\ndeon\nmagnetron\ntostig\norelhão\nlesley\ntarasca\nmonopolizaram\nlinguísticos\ncompilador\nuntouchables\nuniversitários\npredefinida\nasb\nnewsweek\natuo\nlindas\nlindau\nsapientiae\nmargas\nrojas\ntransfronteiriço\nclubística\nlarousse\nlibor\nwheeling\nrestauracionista\namêndoas\njoãozinho\nenviado\naripuanã\nshowbiz\nasics\ndesafogar\nmiquel\ncolocaram\ndemise\nalmanza\nevolution\nregistramos\nautorizei\nestofo\nriigikogu\nílio\nahsan\nherne\nvw99\npekerman\norbital\norbitam\norbitar\nordinal\nparecis\nmontador\ngruis\nsenise\ntalca\ndeposite\ntalco\ndeposita\npossivel\nmarie-louise\nadaptado\ncalçando\ndepositá\nfunkeiros\nsedãs\nrevisado\nrevisada\njubilee\njubileu\nwhitting\nschifrin\nexportadoras\nvladmir\nloterias\ndesdobrou\nintersexualidade\npodres\ncodificando\nfhc\nelissa\nconjuntural\ntuxpan\nmalmö\nentendi\narrifana\nfarber\nmael\nmaes\nglutâmico\nmicróbio\nemocionando\nopressões\nvinham\nvinhas\nrecusar\nrecusas\nrecusam\nkatsuie\nkung\nparamédico\nlóculo\navariada\nbastidor\nexpropriar\npassaúna\naltavila\ndesinteressou\nneoconcretismo\nfinzinho\nmattei\nmattel\nmatter\nboulanger\ncruella\nxátrias\ntornadas\nuniversalização\narquitecta\nvisitou\navro\nkellan\nficus\ndivorciou\nengolida\napocrita\nrédea\narbil\nmutualismo\nespaçonaves\nfação\nsheridan\nneal\nenvia\nshi'ar\nebora\nrosacruz\nmacio\nmacia\nqueimador\nqueimados\nnecessitarem\ninespecífico\nmegiddo\napocalípticas\ndanificar\ncamufla\nunivap\nihering\nunivac\nepóxi\ncondensou\nsemicírculos\nalface\ndorileia\ndevotamento\ndevotamente\nmamadou\nharmônicos\nfistful\njulgando\nfartura\nprurido\npickett\nmolusco\ndecretou\nfinance\nvitor\nanson\nsakpatá\nretoques\nflona\ncnidários\nlycra\nharker\nproton-m\nproton-k\nhelenio\naloysio\nnatalense\nhinduístas\n-sat\ngrandjean\neocénico\nmésia\norga\norgy\ndunmore\npesquisaram\nsindicalizado\nkalume\nnickels\narautos\nwiki\ntoulmin\ndesanexação\npós-primeira\nwsgi\nestaminais\ncondensada\nrelançando\nmafrense\nextravagante\nequivaler\nequivaleu\nequivalem\nquartéis-generais\nthose\nvalsas\nciego\nsiobhan\nacrobático\nacrobática\noven\nvisões\nmunch\nmunck\nespionar\ngangs\ntesch\nganga\nmclanche\nepirotas\nֲ\nallianz\nsix-man\nhessen\nhessel\npapelada\ncacto\ncãs\nbispo-auxiliar\ncão\nepígonos\ngirlfriend\nayats\nnarrativa\nfamintas\nacalentar\njarbas\nbeneditinos\ndesceriam\nexplicitação\nlawyer\ntosto\nucrânia\nhb99x\nco-processador\ngristle\nbumblefoot\nbrisa\narantina\nbrise\nnimbus\nupsilon\nconsumou\ndesgastante\ntúmulo\nescultora\nvarrido\nvarrida\nacolhido\nacolhida\ngalicismo\ntetraneta\nturmites\nhecho\nheche\nroteirizou\ngringotes\nperdidas\nsaenz\nrj999\nmarmelópolis\nmerecimento\nmortier\nkoi\nkok\nkom\nkol\nkoo\nkon\nkof\nkos\nkor\nkot\natraido\nomeletes\nacusava\nalfio\npueril\nhereditariamente\nmalaca\ninterpretaria\ncester\nguatupê\ntv's\nbehaim\nreducto\ntrifásico\ntrifásica\nmimosas\nbirdsong\nalaíde\nkintyre\ndorama\naurícula\nsangrado\nceribelli\nreport-nipomed\nvertebrado\namx-99\nmar-vell\ncobiçavam\neleia\nvaccarezza\nmongóis\nbestiais\nlepanto\natrévete\ncubitt\nªtemporada\nfossati\nislamizados\ndioxina\nrelaxa\ngranular\nanguilliformes\ndiferiam\npanfília\njockeys\nlidaram\nbancário\nbancária\namplificada\nzilah\ngarante\nmesopotamia\namnon\nlikud\nitalica\nitalico\nyamanaka\ndespertem\ndesencadeou\nmnla\ndivertiam\ndiferiu\nemi\namamentação\nelectronica\ndefend\nelectronics\nemp\nbandolinista\nregurgitação\nérase\nalameda\ninusitados\nottoni\nincidindo\nindesejáveis\ncalcificação\nelevador\nelevados\nintolerância\nultrapassam\niório\nmcnair\npalestrinos\nkrypton\nsparda\nintercalando\nbrixton\nwettstein\ninstrutor\naldir\npatologista\ndisputarem\nrs999\nopiáceo\nbicbanco\nvelozmente\nshuttle\nsimionato\nnão-determinístico\nnão-determinística\npsicanálise\ncelebensis\niguala\nnichos\nmerquior\nurdidura\nmadrilenhos\nsemis\nexacerbou\nwoodhouse\nparticipada\nparticipado\npedaleira\nárcades\nentope\ntamboril\ntamborim\ncarnais\nmediadoras\ninauguraram\ncosseno\ngorgan\nencabeçou\nsegeberg\nardabil\nhomônimos\nี\nuberabinha\nprogrès\nstronghold\nbootstrap\nrenville\nnighthawks\nl'amour\ndeliberados\ngratuitos\nsobek\nsobel\nsobem\norquestrou\nsober\nonerar\nangaria\neuphoria\nmilhaud\nencantavam\nsuplantaram\nalagadiços\nélficas\nmilhomem\ntalking\ntientsin\nhypnotize\npomposas\nagregadores\ngratinar\nimplorar\nimploram\ndesperdiçaram\ndepressivo\nvalo\ndepressiva\nvall\nvidrinho\nsenegaleses\npastorinhas\nvale\nrobecco\nmigalha\nsupersônicas\ndobrzenicz\ncaíra\nimaginário\nkarine\nkarina\nrosicruciana\néxons\nl-bahá\nespaço\nfluoretos\nprejudicial\nsuárez\ntópico\ntópica\nrecém-conquistada\nfugido\nfugida\netiológico\ngregorius\neutanásia\nschulz\nforgeries\nderrete\nepígrafes\nderreta\ngiacomelli\nkrálové\nsharpless\necker\narquitetonicamente\nitapitanga\nfeldmann\nletoya\npratiquem\npratiquei\nbezos\nopie\ninfovia\nosorno\ngoussainville\ntimočka\nyucatán\nzebra\natreyu\nzebro\ngesticular\nómega\naguarde\naguarda\nsogno\npublicarem\nerradicá\ntitulares\nordinárias\nnavegarem\nvice-líder\narqueológico\narqueológica\npop-dance\nboldrin\njeter\nryanair\nbucara\nyôga\nvitaceae\ncadastro\ncadastra\nintacta\nintacto\nkönigsberg\nunicode\nwali\nwalk\nhuachipato\nheracleópolis\ndebaixo\npinkerton\ninsolência\ncantanhêde\nemperador\neveryone\nagissem\ncatolé\nmarrakesh\njuc\njug\njud\ndalaran\njus\njup\njuz\ndelfinídeos\nesconderam\njabuticabeiras\njuá\njuó\nafuv\ntsarista\nsimpsons\nlissouba\nembasamentos\nschouwen-duiveland\nencontrassem\nstadtschloss\ngalo-romanos\npalatável\nabrangentes\npleasant\nlevantes\nlevantem\nlevantei\nl'arc-en-ciel\nsombrinhas\nprocederem\ncaiaque\ntsai\ntsar\nvíamos\ncaçadores-recolectores\nouvrière\ndiscursado\natinjam\ngelos\nmontalto\nmelitene\nsylvester\nhemisférica\nrealpolitik\nafoxé\ndaraman\nmichelini\nmicheline\nremos\nrosamaria\npermitimos\nrodriguinho\nadquirindo\ndc-99\ncreme\nalcunha\ncrema\nminerados\nstilwell\nabafadas\npercorrido\nnakai\nirmandinha\nnakao\ntalhados\nólafur\ncorio\nthanhouser\nrecomeça\nrecomeço\nj.t.\ncairão\nfolders\necology\nmckenna\nfiuza\ngradativo\ndramatização\ntemente\nprexeca\nferocidade\nadeodato\nconsolidou\nyasukuni\nleopolldo\ncaretice\npredrag\ntardelli\nfaustão\nprotagonizar\nprotagonizam\ntelefonaram\nfunaki\njimi\npsdc\npsdb\ncauda\ncarbonari\norduña\noropesa\ndezassete\nliberará\npeya\ndevolveria\nanti-idade\nqueluz\ndescentralizadas\nhtlv-9\nomitiu\nmartins\nmartine\nmartina\nmartino\nmartini\npedreiras\ncombinacional\nclassificação\nernani\nsalpicão\nchyna\nenvolveram\ntupolev\nsão-paulinos\nahlen\ngiroflex\nmakefile\nchristovam\ntombelli\nmonitorá\ntirará\nfósforo\nsovietes\nvariavam\njunko\nescalonador\nescalonados\nmétodo\nmontmartre\ncatequizados\nlesmas\nwakayama\nhemocentros\npainted\ndirectivos\npainter\nacanhou\naltair\nestradas\nns99\nlazareto\nsindi\nsinde\nong's\ncriativa\nconvictos\nescândio\nfrancini\nextension\nfrancine\nsocorrido\nindira\nexperimentarem\nthyra\nvasinhos\nnegocial\nnegociam\nsaretta\nsubespécies\nfoul\ncyprus\nelvino\nregravando\ncircunflexo\narão\n99999\ntácteis\nl'osservatore\ndébito\nvexin\ndeslizes\nipsis\nacreditamos\nemsland\nordinariatos\nfastidiosa\nprojectando\nexploradoras\ntimers\nf9iii\nrealidade\novarense\nsurvivors\nquadriga\nlombares\nabordar\nflutuou\nmonomotor\nconflitualidade\ndonahue\nhemoglobinas\ncinquemani\nzoóides\npitoco\ninterrogar\nsignificaria\nermínia\nreparado\nsamuelson\napoena\ntombar\nmicro-ônibus\nhaggard\npreocupavam\nprossecução\nfócio\ncanário\njespersen\ncanária\npenduradas\ndesviou\nascanio\nporcos\nmccreary\ncondenar\ncondenam\nagnes\npromotorias\ncônjuge\nohashi\ninicia\ncremosperma\npolidactilia\nlocalizar\nprestadores\nlocalizam\nmesofilo\nlenox\nsieber\nsieben\ndisseminam\nrevealed\nrefugiada\nrefugiado\nlábios\nsuprimento\ncissé\nlimpinho\nhambúrguer\ncissy\ncissa\nteotônio\npoznański\nwrath\ntécnico-científica\nrusticidade\nempório\nargument\ndeslizante\nmaniçoba\ninexiste\ncheshire\npennyworth\nfidelity\njeong\nmarienbad\nlogins\nhiperespaço\nintelligentsia\ntelepar\nrealístico\nintelectual\nrealística\nsmalltalk\nrtpi\nludwik\nludwig\njeffreys\nrtp9\ndesidrogenase\npalotina\nfotball\nkola\nkolo\nhojo\nhussita\npapeleira\neicosanóides\npantaneiro\nconhecedora\nesfinge\nwelfare\ncharaciformes\nperfumar\ninactividade\nrurais\nnicandro\nhormonal\nhormonas\nusineiro\ncorts\ncorto\ncorta\ncorte\nampolas\npesquisava\ncolecções\nspooner\ncortá\nacostumou\nmoncalieri\nsant'angelo\nenaltecendo\ncanguilhem\ndivinatório\nrejeitamos\nmobral\npolygram\nzéjel\norelhas\nstigmella\niemenita\ngrandis\ngrandin\nmicrosoft\nbarbatimão\nyang-tsé\nxcode\nsem-abrigo\nclassifica\nbernstein\npretorius\nreluzentes\nclassificá\noléria\nferronorte\ncedae\ntriplicada\nhistolytica\ntriplicado\njocelyn\ncatani\npropagados\nafamada\npropagador\ntoomey\nofuscando\nkursk\naguentou\nžalgiris\nalcott\nrayquaza\nrenovadora\nnazario\nimplícito\nimplícita\nkelefa\nmoviment\nconcertista\nd\nattica\npicareta\nfirmadas\nvca\ndesenharia\ncabaré\ndeportado\ndeportada\nhamra\nrenúncias\nsacrament\nparrilla\norigens\nmédicos\ntoynbee\npilone\nocultava\ndoríforo\nalugam\nfica\npalitos\nmitcham\nestagiando\nrichemont\nprivilegie\nprivilegia\ncitamos\nacatar\npernambucanas\nzimmer\nachém\nomnipotente\nrendam\nrendas\nenvidraçada\nenvidraçado\nqasim\npendurado\natravés\ngiraffas\ncharcas\nflancos\npropugnava\namiguinhas\ncoribe\nmaça\ntsutsui\nkasbah\nefemeridade\nestiverem\nnumerado\nmaçã\nmbti\nl'oréal\npropagaram\nsaira\ngpus\nxaver\nsuperávit\ncoja\nsairá\nporto-alegre\nsairé\namadureceu\namadurecer\namadurecem\nmuzambinho\ntelómeros\ntriopas\nd'onofrio\nrickli\ndiscípulo\ndiscípula\ndoula\nretardam\nbelmondo\nnv9\ncedam\ncedar\nveneráveis\naitken\nxie\nmeeiro\ntontura\ncoexiste\ndescaminho\ncavadão\ndemostrado\nexemplificação\ncampus\nirish\ndraiman\ncuna\nmal-intencionado\nsakimoto\njubbada\natlantes\ncomidinha\ndwingeloo\nmidsummer\ncorrespondentemente\nfinntroll\nkatey\nkater\ndistinguí\nanarquia\ntransístores\ndistingui\nenkil\nboleiros\nfever\ninfindáveis\nmodesty\nmodesto\ntennesse\nmodeste\nvice-rei\ndesintegrar\ndesintegram\ndetectar\nascende\nstereospermum\ntezuka\nscenes\nfohat\ncraqueamento\nsnowflake\nwebcam\nsandinista\ncorpão\nseptem\nespiava\ncrinóides\nrênio\ngravidez\nfrondoso\nfrondosa\ncegonha-branca\ngretna\nitapema\nmetálica\nmetálico\nagathis\neoceno\nfest\nfesp\nconcorrerão\nempresária\nempresário\nchemello\nchagas\ngreuze\nanciões\nmarechais\ncôrte\nfacilitadas\ncativante\nanef\nanel\nanem\nanes\naneu\nprosélitos\nsantaolalla\ngdańsk\ndomiciano\nco-presidente\ndesígnio\nkiriakou\nbox-set\nterminará\nca9\nmicrocomputadores\ncas\ncar\ncap\ncav\ncau\ncat\ncai\ncao\ncan\ncam\ncal\ncac\ncab\ncaa\ncaf\ncae\ncad\nziriguidum\ncaí\nconversaria\npassividade\nstevens\ndecretos-leis\nkubert\nruidosa\nroxie\nmullan\nxxvii\neuclidiano\nveado-campeiro\ntelemann\nσ.\nσ9\nblame\ngilroy\nkarlskrona\nbrasonada\nsubgerente\ndegeneração\nbarretti\ncerdeira\npsíquica\netilbenzeno\nmucuripe\nsagrada\nsagrado\nlhama\ndicotiledóneas\ntiragem\ndolorosas\nrenomado\nmuromachi\nrenomada\nespetinhos\nscherbo\nverismo\nbeauvoir\ndesarticulação\naumale\ntimm\nrelacionamos\nsacrossanta\npolidos\natrasadas\nmicrofósseis\ndeborah\ngérson\nquionga\nlimos\nlimon\nonírico\nonírica\nrejeitadas\nsociocultural\nsoraia\nebserh\ny.\ny9\nyi\nyo\nyn\nya\nyb\nye\nyd\nyg\nyy\nyp\nys\nyr\nyu\nqueiroga\nconker\nhayden\njauja\nburitizeiro\nintervenientes\nciumento\norgulho\nberlitz\nmeia-lua\nciumenta\norgulha\nvarner\nyā\nsamaritano\nsamaritana\nimpossibilitaram\nexo-k\necodiesel\nkoala\npregavam\ndesprezíveis\nx-acto\nhabilitado\nhipo\ninstrumentações\nleiteria\nhips\nmehdi\ntalábriga\nespecializar\nespecializam\npolares\nnikitin\nlunokhod\n¹\ncantam\ncantal\ndaisaku\ncantar\nutopía\nex-arcebispo\nkkkk\ncraiova\nmonjardino\ntriste\nascaso\nbangalô\nkarmann\npupunha\naidid\nmanufactura\ntâmaras\nparacelso\nenvelhecendo\nrô\nlibitum\nnomine\nnomina\nlograram\ncresci\nrespondendo\ngjirokastër\nconnery\nsampleada\nalfoz\narrastou\nchevreul\ndesonesta\ndesonesto\nfitts\nanatômicas\ndeixaremos\ntramitou\nstride\nbakhtin\nré\nnilsson\ntoxicodependência\nescrevente\nexplicaria\nnecessidade\nactrizes\nruíz\ninserindo\ntrabalhosos\ndentes-de-sabre\nconsideráveis\nconfirmou\ntira\nlaunchpad\ntire\ntiro\nexonerar\nbotado\nsaruê\ntirá\nescoriações\nsévigné\nlevski\nexpurgados\nparaquedista\ncampenato\ngeomorfológico\neslovenos\nacenam\nfumar\nfumam\nsimeão\ncondená\nmandato-tampão\nrendida\ndelaware\nkoussevitzky\nícones\ngorbatchev\nmelipilla\nquestionam\njubilo\nquestionar\ncapellen\ndecaindo\nrefrescos\nselecta\nartemisia\nsabatinas\ngestaçô\nemancipadas\ncarreatas\nesfregaço\ndamageplan\ndesembarcam\nclandestinidade\natacaram\najudinha\nhuangpu\nsuicidou\nnórdicos\natómicos\ndiocles\nesvaziados\nekaterinburgo\nalegro\nalegra\nalegre\nwaterfront\nkarachi\nrebatível\nguaribas\nbelarus\ncolombano\nlestrange\nmeat\nmead\nmeal\nbonamigo\ninadimplente\nenjoy\natomista\ncapilla\nedviges\nenjoo\nilhabela\nenjoa\nc.e.\nespadas\nnicarágua\nboyfriend\nsocioeducativas\nveleidades\nplumier\naltria\nensaística\nnão-cumprimento\ncampolina\nbeausoleil\ncatedral\nhiperemese\ntajiri\nimunossupressoras\nestenderia\ndantzig\nbayou\nlilies\nconspícuas\nfotolito\ngritando\nelway\nwarehouse\nlacrosse\nhellbound\narsenieto\nampliem\nmccrory\nj.g.\nincompreensíveis\nequilibrando\npatriota\npatriots\ngonzo\ntenentista\ntandem\njakobson\nwarbucks\nreflector\nfortalecidos\nespingarda\nbardos\nonganía\nrl\nneuruppin\nbardon\nexplicitam\nsantillana\nexplicitar\nfalsidade\npressionava\nvetus\nlinchar\nhydrolithon\nymca\nummagumma\npicchia\nmoseley\naromático\nprestou\nfushimi\nmovimentações\nitacoatiara\ncheesecake\nantropológicos\nelevate\nenver\njazzistas\nnearly\nsonantes\ncocktails\npeckinpah\nassírios\norvieto\nmerteuil\nmarmo\npw9999\ncapitalização\nimprobabilidade\npulquéria\nplanar\nplanas\nsigmaringen\npirlo\ndiretora-presidente\nanglo-russa\ncapurro\nfacing\nmassivos\njucurutu\njagan\nlisbela\nlouvados\nendomorfismo\nzaki\ndreaming\nemerico\nesmalte\nlebensraum\ndesembargadora\nbeniamino\nrivalizaram\njunguiana\nluso-brasileiras\nozanam\npatogênicos\nandou\nandor\nlogotipos\npátina\npeitar\nochnaceae\nvermelho-sangue\nsantissima\ncastrejo\nhipocampo\nmitropa\ndespotismo\nruri\npopulus\nleprosos\npopulum\ngustavinho\nestamentos\nsimbólico\nsimbólica\nlytha\nultimatos\npredicação\nrifles\nelipsoides\nmischabel\nspx\nsuprem\nimpedâncias\ntrooper\nbrewery\nimplicância\nwollaston\n़\ncongelação\ncultuam\ncultuar\nbrutamontes\nsilvestres\nvaldir\nlovecraft\nusando\nacompanhamos\nlocomotivas\nsuplantado\nsuplantada\ndegredado\nd'aosta\npetrowky\nchokeslam\nvans\nvana\nvane\nvani\nwilkens\ncrónicos\npurpose\ncriticados\nprevention\nsubmerso\nkurashiki\nenxara\nestimulador\ncariótipo\nhieron\nminoritárias\ncapítulos\npalavras-chaves\ndesproporcionalmente\nhelgeland\nmenza\nprandtl\nmenzo\ndirector's\noralismo\navaliarmos\nsaltou\nkoons\nçelebi\ndissonance\nfadda\ndespejaram\nexpropriações\nmarucho\nanimadíssima\nanimadíssimo\nguariroba\namniotas\nmozos\nben-yehuda\nencaminhasse\nvalperga\nalternativamente\ntagliacozzo\nabasteceram\npatelar\nmessenger\nquinhão\neuphorbia\nlotam\nharuo\nharun\nharum\npelli\npello\npella\ninstigadores\ninsuportável\nincluiria\ngamboa\nolhares\nxenofonte\nserializado\nserializada\nlobo\ncesinha\nłuków\nincendeia\nclassificam\ninibição\ngiesteira\nchaotic\nbelina\nacalanto\nbelini\npantanais\nnevões\ndespirite\nbolsão\nsa-9\nvoluntárias\ndisputavam\nactual\nactuam\nyantra\nactuar\npowerpoint\ntupiniquins\nescaninhos\nrecurvado\nintensificava\nbalas\npoiares\nbalat\nquadríceps\nbalao\nbalam\nbalad\nnão-creditada\nhomem-animal\ndécimo-sétimo\naúthos\nkinyarwanda\nrhizophoraceae\ninfluenza\npaternos\nsiena\niorquino\niorquina\nwdr\ncircum-navegar\nemigrações\ncárter\nborgia\nginecologistas\naniano\ninfoseg\nadonai\nnefertari\nmontclair\ncoêlho\ncorajosas\nmargaritas\ngrotius\nserpins\ndoncaster\nmutualistas\nosgood\niconoclastas\nyorùbá\notimizado\nnassiriah\nsankaracharya\nassemelhou\nriffs\nmorbus\nprotocolar\nviveiros\nanimes\nexonerou\npeixoto\ndiacríticos\nevair\nangeloni\nreconquistaria\nhendry\nkauai\ndetection\nenzimático\nenzimática\ncuspiu\naxum\ncuspir\nrezadas\ntagmar\ntagmas\nacrópole\nimaginaram\nsurte\nsurto\ntinhorão\ndesenterrar\nconste\nvisualizam\nvisualizar\ndivulgará\nétnicos\naprendizes\nfinalizou\nvira-lata\ndevorados\ndevorador\navempace\ndivulgara\nvår\nmosquito\namor\ndescendendo\nmatsalu\npertica\nemborrachada\nbuldogue\nemborrachado\nfraggles\nkrill\neichhorn\nlohan\ndesprovidos\ncoexistiam\ndries\nmexilhões\nobsoleta\npede\nautonomista\nleguizamo\npancholy\ncapim\nafectiva\nchadad\nebnf\nstockdale\naldeense\nn'roll\ndarkus\ncubeba\nesmagá\nimitam\namma\nbutterflies\nammi\nammo\nbaixaram\ninfértil\ntrouxera\narunachal\n9-999999-99-9\nhofstadter\nmesopotâmia\nacontecimento\ntranqüilamente\ngallimard\npalcos\ncatwoman\nirredutíveis\noeste-sudoeste\ntormentas\nbasaltos\nprecisava\ncurdos\nvinicio\njunto\ndownloads\nestugarda\nconservarem\njunta\nroadies\nradicaram\nsub-chefe\nzelito\ninventadas\nproposito\nentristeceu\nlorain\nmeticulosamente\nalbigenses\ntiroideias\ncoruscant\ninvertebrado\nrápidamente\nfutilidade\ndegraw\nabis\ntransformados\ntransformador\nabit\nabih\nabin\nabib\nabic\nabia\nabid\nursinhos\nthursday\nreiniciaram\nintervertebral\nmirabaje\nabiú\nfilés\ncappello\ncappella\noctogonais\nvejas\noyó\nqw99\nsalvador\nsalvados\nblimunda\nhawley\ntrejo\ncuddy\noyo\noye\noya\nmeningocócica\nvercelli\nleyte\nbielski\nmililitro\ncimitarra\nhotel\nmegalomania\naméricas\nlichias\npmb\nreise\nreisz\nblackmore's\nreiss\nmonopolizar\narborícolas\ncigarette\nrequebra\nmacere\nmacero\ntormentos\ncompiler\ndelimitado\ndelimitada\nprimorosos\nenganam\nremovesse\ngeminadas\ndimorfismo\nautomatismo\nkryptonianos\ncrispo\ncrispy\nenganar\nhejaz\nortopédicas\ngeorgia\ngeorgie\nreequipamento\nabdul-hak\nsevenfold\nrigoberta\nestriado\nestriada\nflippy\nodontopediatria\nd'el\nd'en\natirou\nd'eu\nretalhuleu\nbusão\ntransladar\nnaftalina\npendurando\ncontrito\ndefendê\nbrutalidades\nimprotta\nbólido\nentoa\nlenzi\ngénero\nherrmann\nheadless\ncavades\nemoldura\nrezou\narneiroz\natenas\ngagauz\ngessner\ndescrevam\norientadoras\nhomoafetiva\nquirguistão\nnorthup\nejetada\nexegeta\nassociou\nmurro\nmarquand\nspanic\ngalvânica\nalpendurada\nministérios\ncanga\nterços\nyisrael\naprisionar\ncombs\ncombi\ncombo\ncomba\npomerânia\ncitocinese\nnotavelmente\nzelândia\ndlc\ndll\ndlr\nrendition\nfrears\nyahia\nluxuosa\nideogramas\naybak\nturquel\nlares\nfirmin\nmutant\nmutans\nmandril\nreacionária\nmutano\nspasojević\nlaree\nocidentais\naparte\nrussos\nfundiam\nsignificariam\nentreteve\ncolquitt\nunidimensionais\nalérgenos\nbiotina\návito\nandaram\nskydrive\ncalcula\nxenoglossia\nmesinhas\nmargaret\nsubordens\njamás\nencontrávamos\npró-memória\nsertanópolis\nmortensen\nidealiza\ntriple\ndunning\ndesequilibradas\nsainte-croix\nhelsinki\nmalfadado\nxlii\nrecuperadas\nxlix\nxliv\nestrangulador\ninterromperam\nagraciou\nbebe\ntártaros\nlaranjeira\nnecessitada\narcoverde\ndiocesana\ncopán\npancrácio\nbebo\nfasti\nfasta\nwalser\nsound\nfurriel\nhernanes\ndemerara\nhelders\nbasham\ncolecionava\nbashar\navícolas\nfollowill\nautorregulamentação\npossibilitarão\nirving\nirvine\nrelatando\nkunsthalle\nrokosz\nincitando\nbutila\ntung\ntune\nmodula-9\nfaltem\nsalzburgo\nadiposo\nadiposa\nidealização\naliviados\nanglicanas\nsampaoli\nfirmaria\nhinário\ncurta-metragens\ntalmúdica\nsun-times\narrebatamento\ndicionarista\ndesconformidade\nrecolocados\nbalaclava\nacinzentadas\nrudel\nbernina\nbernini\nfanáticas\npilosos\nmúsicos\nl'cie\nteixos\ndesempregado\ndesérticos\nbasse\nbassa\nbassi\nroutes\nrouter\noleosos\nkanawha\nlição\nateístas\nsaragoça\npublicano\nkempston\nespirituosos\nbanestado\nborrow\nitapipoca\nmagliano\nsimulacros\nadministraria\naplainada\namorc\njobe\namora\namori\nlaundos\naplainado\nmexidos\nviale\nbabaçu\nescaparia\nsuperpoderosos\nbodinho\ndispensação\nprejudicada\nprejudicado\nrequalificada\nlaomedonte\nrq999\natendemos\nlinfedema\nmentido\nalupec\nisengard\nbarings\nmassada\ninteragirem\nextremidade\nkadafi\nestalinegrado\nevitavam\ndelegacias\nteofilato\nzviad\nmoído\nseongnam\ngernsback\ntricolor\nvalença\nrelés\nreviravoltas\nmoreirense\nveemência\nlivingstone\ngnus\npelada\npelado\nig\nthaliana\nponham\nprostanthera\nmetzen\nsementeira\ngiuditta\nespionaram\ncompravam\nconsignada\nartistic\nconsignado\nmaris\narteaga\nzimbabuano\nderly\nkalamazoo\norgulhava\noperasse\nverba\nverbo\nkayfabe\ninepto\ninepta\nmulato\nmulata\npedófilas\n9-99\nsul-9\nempregavam\nparasitismo\nnavais\nkonstantínos\nrdo\nvêem\nclermont\nconspirou\nsaboó\ncriticava\nl.j.\nlatossolo\nterêncio\nvigorosa\nvigoroso\nlibera\nliberi\nsemanários\ncompensação\nressalvas\ncardiopulmonar\nexpulsasse\nabdome\nsimplesmente\nmildred\nretículas\norgulhar\nbrandenburg-ansbach\nlomba\nlombo\nctt\nctu\nctv\nctp\nctr\ncts\nmetaestáveis\nctx\ncte\nctf\nctg\ncta\nctb\nctc\nctn\ncto\nrhuddlan\ncontostavlos\ntiton\nperíodo\nreedy\npraticantes\nprovocativos\npulverização\nal-mu'min\nchickasaw\nministro-presidente\nespecializações\nkrabbé\ndecoração\nmemoriais\nexecutada\ntempe\nformou\ntempo\nformos\ntemps\nformol\ndesejara\ndesintegração\nenfermeiras\nthree-way\nfolgore\noost\ninscriptions\nmalekith\ntessy\ntessa\nfinlandesa\nsuperavam\nconspirado\ncalderaro\nmeão\ntrisavô\ntrisavó\nsalonica\nsts-9\ncompunha\ntransceptor\neditora-chefe\nxxx\nescarpados\nterrorist\natadura\nterrorism\ntricampeonato\nbodine\nbodini\nafghan\nconsultarem\nex-vasco\ngandalf\ndescontando\npalmiro\npalmira\nsevilhana\nsevilhano\nalcóolatra\narqueológicas\nafrodisíacas\nintegrem\nespañoles\nhaliptilon\nguattari\nsandisk\ntalvegue\nleschaux\nsteering\nsauvignon\nbartender\nmoleiros\ntacuru\nurubus\nlunus\nmoço\nsantuzza\nviço\nsomarem\nnadavam\nurologista\nxuxa\ntaoistas\nxuxu\ncorrigiram\nsolamente\nkiwi\nhiko\nhiki\nterâmenes\nmultipartidárias\nbielas\nmaurandya\ntriana\npsicanalistas\nbatizados\nmeliponíneos\npinan\npinal\npinar\ncryptogemma\nscarecrow\nfoucault\ncestaria\ncometessem\nevitar\nindependent\nantineoplastônicos\ncoetzee\nconsequentes\ncruzador\ncruzados\nzulema\norchis\naumentada\norchid\nbarzinhos\ndienifer\nmercado\nimaginarmos\nnutriu\ncontracções\nlaceração\nregret\ntempest\ndediquei\nbordini\ndiálogo\ndivã\nvaldeci\ndivo\ndivi\ndive\ndiva\ncorintians\ndivx\npolinómio\nleopoldinense\nvoronezh\nhermínia\nhermínio\nrepolhos\ncolidirem\nmoderado\nmunição\nmoderada\nnuma\nzan\nzao\nzal\nzak\nzab\nzac\nzaz\nzap\naplicaram\ndistraem\nclássicos\nabdicação\nbarbo\npsdb-go\nonline\nsamhain\nguanhães\nconsumidora\nbarulhentas\ntouriga\nagnello\ninterconectar\nagnelli\neads\nprotectorado\nhabitante\nacento\npipelines\nbóing\nbotelho\nericales\nolusegun\nnão-duráveis\ndesenrolaram\npersonifica\nrifaina\nvagabundos\nsenoidal\nbeijam\nseiichi\ntf999\nitaverava\ncoletoria\nunicór\nrauf\nsubalterna\nraul\nhipódromo\nmitrione\neustáquio\ntessino\nsanturce\nqueixas\ntzachas\nabarema\ndissoluções\nringtone\nserradas\nexagero\nexagere\naphrodite\nexagera\nhayashi\nbibliotheca\nsaiote\nconvulsão\ncondestável\nveselin\ngratinado\nscarpino\nexaustiva\nmirano\ncosmetic\nsauber\nlinfadenopatia\nprincipado-bispado\ncompetições\nboycott\ncomplementariedade\ntrinità\nmeza\nilegais\npró-ocidental\naliviada\naliviado\nmemora\ncrestomanci\nalbergados\ndaisy\nsoalho\nsabadell\nazinhaga\nutente\nmeristema\nbergamota\nj9999\nmaquiagens\njayne\nquimera\ndarwin\nchaenorrhinum\nalmôndegas\nrachol\nrachou\nstereolab\nbasalto\nbussocaba\nradiocomunicação\nmutiny\nnapo\nepstein-barr\nwimpy\ncisjordânia\nkirke\nbor\nkwan\nkwai\ncaótica\ncaótico\nchateada\nharlech\nboc\nhipertrofia\nfujo\napresentação\nefm\ncarrilhões\nfinalizarem\nparasite\nortíz\nhückel\nhierarquizadas\nmaurren\nadverte\nbelinha\nelectrical\nbelinho\noxley\nhidetada\ndefendeu\nwulfstan\nmegale\nalienante\ngaugamela\nco-anfitrião\nju-jitsu\nvalidando\nardent\nheian\nd.o.\nguellala\ndanger\nestudou\nestudos\nm99cm\nlongoria\nimmelmann\nextrajudiciais\nyazbek\nkenny\nvítima\nbalão\nsewell\naleílson\nhideyasu\noxidantes\ncondá\nfresno\nequacionar\naeronáutica\naeronáutico\nyamandú\nestado-unidenses\nescutou\nmagnitude\nal-nassr\novni\nbeard\ntecem\nrecheios\nraptadas\ncatastrófico\nimperador\nbabilónios\ndifusa\nkelman\nd'oglio\ncultiváveis\ndodge\ncultuando\ntirsense\ncítia\ncítio\napelo\nphilbin\napele\nsomarmos\nconde\nsuprimiram\ndortmund\nconfrontações\nsilogismo\ngoza\ngoze\nfocalizado\ntraiçoeiro\nbacterianos\ntripoli\nberruguete\n99-9-9\nherkenhoff\nóbvios\nacetila\ntricorder\nédgar\nbandidos\naotus\npurificação\nampla\namplo\ncaracteristicas\npixote\nvril\ncanariensis\nindefectível\nfrere-jones\nmihrab\nfolhadais\nlindleyana\npurificada\npurificado\ncaixotes\nherzberg\nembriologia\nrocroi\nandre\nandra\npetrônio\ncompõem\nandré\ncheng\nу\nalpine\nendotelial\nmeera\ngasolina\ngasoline\nsphodromantis\n,\nvajrayogini\ntickets\nwelterweight\nfenomenais\nregionalizadas\napoiarão\nfetichistas\n大\norientaram\nraro\ncarballo\nnairóbi\naproximara\nkubin\nhelloween\nmaritain\nengolido\nvaus\ningerem\nvaux\nadrião\nvaud\ncutrale\ndesencadeamento\namazan\nmiúdas\nsaionji\nresende\ncafezais\noeiras\nhermida\npassantes\nportugália\nremakes\nluizinho\nsplendour\npoiret\nschreck\nadriaanse\nlovin\npitheciidae\ntardios\nprofessor-assistente\ninteger\nfarejar\nsobrevalorizada\nafro-brasileiras\nirala\nhaendel\nbeatitude\nreichenau\npretensões\ncentenárias\nsprites\nparsing\nvadstena\nespcex\nstedman\nenxergava\nmenon\nmenor\nmenos\ntarrant\ncharruas\nrolnik\nsequitur\nomara\narapuã\narapuá\nelser\nindio\nsatta\nzaide\nzaida\ngedo\nacapulco\namônia\nlocomotora\ngenoíno\nespairecer\npenalva\navant\nhalos\nsumner\naluviões\nordinariamente\nsinaptizam\nspiez\nspiel\nkoscheck\nmolko\nschema\nsorábios\nmão-de-ferro\ncanas\nconsternado\nalligator\nloyd\nloya\nzender\nzenden\nanfitriões\nerrôneamente\ncraufurd\necotec\ne-government\nhunza\nmata-leão\nfeldman\ngradeamento\nmeninges\nclamídia\ngerúsia\nbourdelle\nfossum\neisner\nespinela\nmovimiento\nformativa\npolyana\ncognome\nguanaco\ns-999\ntharsis\nanspach\nbalto\nbalta\nrolão\nsuzette\ndoobie\nex-colônias\nschwarzenbek-land\nignoraram\nscatena\narapiraquense\ndesarmar\nastronaut\nrigaud\ndeclarando\nreorganizaram\ncronologicamente\nmoncton\nkappa\nwsa\nwsc\nwsw\ncaldeus\nbyrnes\namoxicilina\noptei\noptem\nrózsa\nbuses\nbusey\nepiscia\nprestigia\ndeclíneo\ncardápios\nsarcasmo\nhughie\nabordam\nprestigiá\ngozar\nfamagusta\ngozam\nvoracidade\nvontavious\nrugosa\nfontismo\npré-refrão\nmaebashi\nvigésimo-terceiro\nprovêem\nfugidia\nhemeroteca\nmisericordioso\nparitária\nparitário\nsouthampton\nestacionando\nesbelto\nesbelta\nfísico-química\nfísico-químico\nrasteiro\nrasteira\npreleção\nburguesa\naircraft\nklaipėda\nipairs\nlauzon\nsolid\nminaçu\nsolis\nchecos\npequeri\nigbomina\nofmcap\ncyrtonus\nnuria\nnurit\nالله\nligue\nromenas\ngaramond\nesterno\ncorden\nlavatório\nadmitirem\nrefrigerada\nrefrigerado\npré-carga\nlusco-fusco\nultrapassará\nfreou\nregistros\nmasvidal\nbortolini\nrazelli\ncasamança\nemula\nemule\nmahjong\ninsaturado\nmariadeira\natenais\nsurfar\nálbums\ndemostração\nhaka\nhaki\nhaku\nflautistas\nzahran\ndesorganizou\ncapões\ngalle\nferber\nboleros\nlfl\nesporada\ngracyanne\ncharia\nguapiara\nsteam\npáli\nligarem\nhootenanny\nhogan\ncurvex\naludem\ncurved\nlimitasse\nvetaram\nmalevitch\nportado\nshapiro\nenveredaram\nmarvolo\ndebelado\ndebelada\nco-np\nellsworth\nfados\nbellows\nvisitassem\nconstituir\nconstituiu\nthought\nconstituia\ncivilizar\ngwynedd\nleviandade\nperímetro\nex-administrador\ncx99\napetesp\nhumanitas\ncentropus\nsmit\npossibilitarem\nkazuro\nurutu\nguará\nquadrantes\nexigida\nmoench\nc99h99o9\nlangues\ncookbook\ndesembocar\nsaudamos\nlado-a-lado\nbertolucci\ndaimyo\nsobremesas\nciclismo\nflorestão\nalojado\ncontribuírem\nàreas\n\nconfédération\napae\napac\nmendanha\nkiswahili\ndaft\narnoso\nsuplicantes\nnão-classificação\nherpestis\nglobular\ngats\ngato\ngate\ngata\naloprado\nexecutem\ndestroyer\nbouts\nmonte-carlo\npró-direitos\npáramos\nvitimaram\nevacuado\nevacuada\nkarens\ndrin\ncouto\nanimais\nasiana\nsuplícios\nferryboat\nhaitianas\nfritura\nlordes\n⋅\ncraft\nmargutti\nintrospectivos\nbr-999\npick-ups\nassinados\nintermediário\ncanavieira\nimaginávamos\nwoburn\nchupando\nsorocabanos\nschwäbisch\nenfia\nenfim\ncabidos\nmiggiorin\nsupersoldado\nbeijando\nestendendo\nbarrocos\nsilenciador\nsilenciados\nbalela\nurbanistas\nwebos\nencrencas\nescoamento\nllobregat\ndetida\nloder\nsifúnculos\npremiação\ntawhid\npaxá\nencenam\nencenar\nradom\nradon\ncarcerária\nsequencialmente\nmilitado\nneckar-odenwald\nepinephelus\nodysseus\nnee\nfarejador\norganisation\naumentados\nloic\nsecretárias\nfabbrica\nglomerulonefrite\ncubana\ncubano\ncacimbinhas\ncoletivos\ndestinos\nney\nisolantes\ndespreparado\nshimmer\ndyk\ndye\nschleswig-holstein\ntraineiras\nlizárraga\ntimbaland\ndimensionados\nprendedores\nit-vb\nit-va\ndescritor\ndescritos\njoelho\nciência\ndemo-tapes\npilhados\nbicar\nsilvana\nsilvano\nsilvani\nfragoso\nhumoral\naprendam\ndesclassificar\nhaüy\nsobrecasaca\ntroglita\nrinque\napplause\noctantis\nbodawpaya\nlaca\nlace\nlach\nlacs\nlacy\nribéry\nlongínquos\nreynier\nimpraticável\nkunkel\ntunja\nmenéndez\nex-rainha\nl-999\ntow-in\nxlvi\nreverência\nbowker\nalentejanos\nvia-sacra\nyeda\npodíamos\ncanescens\nplaneavam\nnocivo\nviridiana\nponsard\nassobios\nugandenses\ntopológicos\nperipátrica\nchattanooga\ngonadotrofinas\ndoges\ncouleurs\ntolera\npalpos\namadeo\npalazzina\ncercando\nconsiderar\nconsideras\nnadadores\nguzman\nbosworth\nfinalizava\nstolen\ndesconfiavam\ndespertados\ndesacelerar\nmariah\nmariam\nmarian\nmarias\nnaqada\ndestemido\nvojislau\nbaiana\nsaídas\nbaiano\nreunificar\nimobilizado\nimobilizada\n_____a\nrepreensão\nreúna\nreúne\ncoletora\nsfio\nmarluxia\nrirem\ncaniços\nguaches\ngerenciava\nbonald\nponderou\ncristo-rei\npendrives\nabster\nquediva\nxamã\nculparam\ncolectivização\nferrita\nackermann\natractivos\ndeventer\nsiderúrgico\ncônicos\ndahmer\nu-boot\npeito\ncousteau\ncastelhanos\nfiscalizou\nal-andalus\nibrands\nal-andaluz\nmoen\nmoel\ncanasvieiras\nviel\nvier\nviet\nview\nco-estrelando\ninfante\ndobráveis\ngrain\ngrail\nargamassas\nsuspendam\ntravertino\ncombinação\nbinóculos\ngovernantes\nbem-humorada\ncorantes\nold-school\nof-9999\ncilícios\nsujeitas\nsujeitar\nnovacap\ndinheirovivo\npostulava\nisolá\nmackensen\nveiros\ncorley\nmifune\nmediterrânicas\nsapo-comum\nalcance\ncupom\naposentadoria\nschechtman\nprazo\nolbia-tempio\nhador\ntnt9\npré-gravado\nrotularam\nsumindo\ngolden\nincontável\nbriansk\nmatilde\nenéas\nstover\ndiversificação\nzanatas\narrebentado\nsobrepôs\nburitama\nj'accuse\npátrias\nmuelleri\nunitas\nshorin-ryu\nsambora\npontificava\nrecrutando\ncompromisso\nquotidiana\nquotidiano\ndeclarante\nreincidência\nhydrobiidae\nfirenze\nitapiranga\nvidro\nimplicaria\nagadir\ncyrene\nmecanicismo\ncondesa\nbaldr\nkassel\nespermatóforo\nsalicilatos\numbilical\nmãezona\nrectas\nbritanos\nargelinos\nlucram\nkojak\nantítese\nternate\nmcclurkin\nfardas\nrealizarão\naerofrenagem\nhamas\nharima\ndf-999\niridescente\nbegoña\nhamad\nkrasinski\ndesaconselhado\natabei\nlévis\nduel\nduek\nduet\nretiveram\ncentralista\nfanzine\nuomini\ncubillas\npauleta\nprofessional\ndepararem\nminnie\nalça\ncassa\ncasso\nazusa\nthunderball\natordoante\nalelo\nencartes\ngalhos\ntiff\ntemem\ntemer\ntemeu\nmecardonia\ndeterem\n9,9999\nemotion\nmisturas\nmisturar\nmisturam\ncondicionante\nsouthgate\ncastrejos\nespontâneamente\nnazistas\nponteiros\ngitahy\nmolinas\nhabib's\nrepulse\ngerativa\nnegligentes\nhanna-barbera\nassaltados\ntracking\nlastros\nantónio\ndeira\nantónia\nrebelou\nshuttleworth\nclarice\nconcluo\nconclui\ncontinents\nmodificar\nconclua\nbanhavam\ncontinente\nmodificam\nmixinas\nconcluí\nnaungdawgyi\nsatírica\nrebeliões\nsatírico\nfirebrand\nscm\nscn\nsci\nsch\nscd\nscg\nsca\nscc\nsct\nscp\nscs\nscr\nintroduz\njaguarundi\ngaguejar\namarcord\nclock\ntransformation\nmedinaceli\nvalerão\narabutã\nveredictos\nsociale\nmagnani\nvaccinium\nsprinkle\nausente\nparceria\npéla\ninquirer\nrupícolas\nfondation\nestrabão\ncesco\ncriancinha\npoças\nseparada\nseparado\nceleron\ncnlu\nninjutsu\ndiamondog\naborrece\n\nb9st\nferramentaria\nrevistados\nmycroft\nbeneficiadas\nmoveram\nneoplásicas\nsharma\nfutebolistica\ntábua\ndivulgador\nnáutica\ntolhurst\njacks\njacky\nfazendeiro\nbaixão\ncolecovision\npergolado\nverden\nverdes\nsupergrass\nrenmei\nyakov\nconversações\nvalsecchi\nhidroeletricidade\nléon\nreverberação\noptasse\nwakashū\ngivens\npencil\nmiami-dade\nfaltará\nsiwon\nmicroeconômicas\nanoitecer\ncuecas\ndesempenhadas\nrecolhas\nmorir\nquixote\nborodino\nserrapilheira\ndanio\nathirson\nmainland\nhabitualmente\npsdb-pe\npontinhos\npsdb-pr\nmelodioso\nmasoquismo\ncecim\ncecil\nmilhas\ngossett\nbowes-lyon\nsedans\nlotérica\nfinanciava\nbobone\nreconhecidos\npokorny\nestreiou\novário\nrapper\nrscc\nrscg\nhesse-darmstadt\nmaquiando\nwallmerod\napoiarem\nparis-bercy\ngleichen\nrabe\nitararé\nperugia\nexpert\ned-999\nerazo\nplaytv\ntiragens\natado\ninhaca\nuyuni\ntazio\nfoucher\ncomparem\nnursery\ndestelhamento\nconceção\nphalke\nmélac\nadquiridos\ncomcast\nelias\naeruginosa\nal-hakam\nesquecemos\nheartless\nlatifúndio\nī\nrogue\ntriúnviro\ncastillon\nhélton\ncoffee\ncoffea\nbombacha\ncoffey\nacrísio\nnão-brancos\nerevan\namaranth\namaranto\namarante\nlindíssimo\nsoprando\nclaudecir\ngutsu\nwarchavchik\nchanel\nestudiosos\nfederados\ncancelas\narcana\narcane\nawad\narcano\nnrms\nsenesino\npedrito\ntenochtitlan\nmedleys\nchamariam\nexaustivos\noliveira\nopencl\nsilvino\nsilvina\nfutevôlei\nmelita\nmelito\nroupa\nalvianil\nmaragogipe\napodrecimento\nemelec\nribeirinhas\nactualizar\nlearjet\ncuda\nminhocão\nrevertendo\nfrazer\ncaudículos\nembarques\noviposição\ntensões\npreveni\nradiômetro\nimplantado\nimplantada\ne.n.d.\nengravidar\npharoah\ncatita\nphilharmonia\nphilharmonic\nsanharó\ninvitation\nalbertini\npersoon\nperiscópio\ngenciana\ntelebrasil\nvulpecula\ngazette\nchamaeleontis\nschuster\nvalorações\nexijam\nmiskolc\nimpedimento\nirena\ntatsunoko\nostentaram\nbrigando\nconstipação\nnecrofilia\npatriciado\negípcia\nwestin\ndesenvolvesse\nadversus\npacíficos\nêx\nresistirem\naloizio\nambrosia\nusabilidade\nambrosio\nanti-semitismo\nerroneamente\nbarcinski\nalvalade\nvaga-lumes\nnederlands\nencaixadas\nindicadores\nstroeter\nconger\nbitributação\ndeixassem\nbaseados\nacrobacia\nnigriceps\nrotana\nficção\nastaroth\narena\narend\nnobiliarquia\narens\nespiralados\ndecumbens\nmatthews\nceccarelli\nmortícia\ndemandava\njetsons\ncavalos-marinhos\nmerecesse\nexigente\ntrevelyan\nindiciou\ncalculou\nautoclave\nmise\ntransferia\nkonzerthaus\nalleyne\nmiss\nhantavírus\npreponderância\n͡\nesclarecedores\nevidenciados\nvillalonga\nmardin\nsaiyajins\ncubres\naprendesse\ndrasticamente\nspartans\npart-time\ncomercializava\ndeterioram\ndeteriorar\ngouda\nfenomenologia\nhípico\nhípica\ngenética\nportuguêses\ntrionfo\npolitzer\nviaje\nchaosium\nindíce\ncorroída\nnóbrega\nfamicom\ninundadas\nhiperativo\namadores\npanamsat\nslimane\ngametófitos\nibm-pc\nassexualidade\np.j.\nfacilitasse\nrivalizam\nrivalizar\nmarfins\novócitos\ndescansando\nbaínhas\nobservara\nwinterbottom\narabica\nfingindo\nobservará\nscirea\nolivério\nteu\ncivilizatória\ncivilizatório\nservirão\ndespacho\nanarcossindicalistas\nsoluçar\ndodecaneso\ntemporal\nturfa\nturfe\nagradando\ntermini\ninvestigative\ninvestigativa\ninvestigativo\nflorestan\nmottola\nflorestas\nganância\nfmul\nsosa\nankle\nrecrudescimento\ntentadas\nmulungu\ndesmanchou\nobservou\nobsolescência\npmdb-df\nsamambaias\npreênsil\nmillwall\npré-datado\nsomebody's\nalbania\nutilizou\ncanídeo\ndenning\nbraque\namperímetro\npontus\npontua\ndazaranha\nargemiro\nencefalopatia\nrivoli\nanamara\ntricampeã\nhistóricas\ncorrimãos\nenviassem\nmiramax\nmiramar\nasiáticos\neurínome\nsukiyaki\nplatinos\ntabernacle\nelvas\niriny\npublicista\npleitos\ncatanzaro\ncalcedoniano\nebit\ncasuarina\ndesestabilizando\namanita\nlikely\nsiege\nchrysler\nlorenzoni\nesteva\nperiecos\namazing\nhidrofóbica\nhidrofóbico\negon\ngrün\ncaudado\nautodenominavam\ncormac\nascendino\nmontelavar\nembaraços\nitaituba\nginger\nkotani\nadamantina\nadamantino\npaúl\nhobson\nfacilitado\nfacilitada\npreconizados\ncurativas\neconomizando\nlisuarte\nchicotadas\necopista\njinan\nalbertoni\npintura\nembalam\natuei\nembalar\natuem\nentregava\nseiwa\nmontalvão\nalbini\nberberes\nfast-foods\nlantejoulas\nhospitalizadas\nmetropole\nyamoussoukro\naltamont\ncobiçava\ndebilis\nespecializando\nlembrada\nlembrado\ntejas\ncombinatórias\ngalério\nespancada\nbageense\ntópicas\nbisturi\ndesmaio\ncenográficas\nserafin\nbatismais\ntecidos\nbehn\nbright\nconsistentes\njaqueline\nanasazi\nbiométrico\nbiométrica\nbotho\nmenininha\nmenininho\njerónima\niranianas\nanalisaram\nrejeito\nshirakawa\ntropeiro\ntropeira\nalnwick\nnour\nnous\nlsd\nlse\nlsb\nlsa\nlst\nlsu\nzubiri\nreinaugurou\nformatado\nformatada\njargões\nanunciara\napoiara\nmessianismo\nrefletido\nupside\nassault\ncapelinha\nawareness\nselvageria\nwashoe\ngrinch\nafundadas\nibuki\njoventino\nম\nirritação\nrejeitá\npiscatória\npiscatório\nfirewall\ncolspan\nparanapiacaba\ntiazinha\nsubtraiu\nsquash\nagitado\nbalizamento\nagitada\nziguinchor\nconsidero\ncomprariam\nedificante\nlakatos\nhacienda\ndoando\ngrudge\npreservem\nperperna\nmassinissa\nyokota\npublicavam\ndimenstein\nétoiles\nsalento\nbacilo\ngaas\nbórico\ngovernance\ngaal\nrouergue\nvary\njunker\natualizado\nnumbers\naxônio\natualizada\nimplantam\nenvelhecidas\nimplantar\ncarreiro\nredwood\ncarreira\nesmagadora\nkronstadt\nsustentáculos\nparentela\nsucederem\nζ\nprofissões\ndeterminasse\nturlington\ntaha\nequinócios\nesbravejou\napoptose\nlicenciando\ncouch\ncoucy\njaguaruana\nidiota\nrecidiva\nidiots\nkhazar\nkarl-heinz\nexpulsões\nhiroyuki\npintasilgo\narmaram\nverticalmente\nzoser\ncerati\nvacuum\n@sabrinareal\nrevoltam\nhabeas\nhibridismo\ncantadores\nhowell\nfenerbahçe\ntainha\nbarbacã\nmulticolorido\nmulticolorida\ncdsoa\nsnoop\nreduziria\ncafé\nvivencia\ncafu\ncafe\nproibiram\nd'axa\nbaiões\nsuíte\norixás\ntenistas\ntriplicar\nmencionando\ngiraud\npagado\nmicrofones\nandersen\ngalaxy\nxiangqi\nnobodies\n999-999-9999\nencarroçadora\nlavrou\nschwalbach\nespejo\nabstracta\ncontrabaixos\neliminará\ntransportaram\nvalverde\nclive\nlícia\nlício\nsupervilão\nbetsy\ngeorges-louis\nmercedes\nsieeesp\ntricolores\nvergas\ndominatrix\nveiga\nmonarcha\nkosher\ncolectividade\nlanna\nlanne\nlanny\ningénuo\nsapo-parteiro-bético\nzizur\ncives\npelagens\ntransurb\ncaubóis\notras\nsituavam\njurisprudence\nditou\nconsertou\nmontaury\nmicróbios\nversatile\ncleide\nwhisper\nchardin\ndomiciliário\ningles\ninvestigar\nkerman\nesportiva\nesportivo\nsveta\ncurto-prazo\nprosérpina\nsanborn\ncaviezel\nsuínas\nprotagonizando\nlesueur\nárbol\nbernes\nimpróprios\nrianz\nmodernidades\nteclas\nmanterão\ntrama\ntramo\ntramp\ndesrespeitam\nunionist\ndesrespeitar\nalex\naleu\nh-99\nalem\nalen\nalek\nalef\nalea\nalec\ngenocidas\nindizível\nanselmo\ncipreste\nanselmi\nanselme\nmédios\nefetuando\nsínodo\nheringer\nexactly\nmilgram\nrespeitei\nwedding\ngrafiteiros\nfecundados\nsisuda\nsisudo\npölten\nhollywoodianas\nespancadas\ndepartamentalização\npenacho\nexibições\nmascarados\nstradella\nkoizumi\nbeecher\nbeechey\nunión\ncontaminados\npeary\ncalímaco\nwandsworth\ngorgeous\nlncc\nensinadas\npoyares\npout-pourri\nticos\nsetting\nodenato\ndesconfiava\nprotostar\nczartoryski\nnyaya\ntricentenário\ncenário\nprodetur\nangelical\nathleticos\npynchon\nbrechó\nsucumbir\nsucumbiu\nexcluiu\nautónoma\nautónomo\nnursing\npartam\npartas\nouçam\nmediados\nmediador\nautotróficos\nsáb\nreggina\nabarcar\nencuentro\nabarcam\nsharjah\nwellness\nespionagens\nbenchley\ndamnatio\nchicxulub\nprofeticamente\nbustillo\npandemia\nvaleram\nmostrará\npluviosidades\nbordetella\ncharlatões\nlehár\nilga\nposix\nharpista\nmostrara\nzalaca\nphotoplay\nsacrificaram\nsatiagraha\ntópico99-estilo\nknicks\nmorango\nmoranga\nremexer\ndekker\ntripés\nmarxismo-leninismo\ng99u\ngalácia\ndeleita\ng999\nbrecht\nburidan\nbrecha\ndaivari\nfeaturing\nbéxar\nbarretos\nmalkmus\nmattew\nravenhill\nrosnado\nreintroduzidos\nsanteiro\nnaumburg\nfeiticeiras\naprova\naprove\nregenerativo\nretábulo-mor\ndivorciado\ntacada\nlítio\naprová\ntribe\ntribo\nminkowski\nmalhados\noti\npré-molar\nhadza\noff-road\nhölder\nbeavis\ntencionavam\npopmatters\nclarimundo\nluminosidade\nguacamole\nharlequin\nfócida\nbaixam\nbaixas\nprismático\nprismática\navenue\ndaevid\nremunera\nweatherly\nconfisca\nconfisco\ntech-house\nencomienda\nalexandr\nparamagnéticos\nbolyai\nteschen\nreligar\nauto-imunes\nmeriwether\namaralina\npré-eliminatória\ninundando\ngrazer\nplayer's\nsovietização\nserragem\ndetrans\nrecusado\nrecusada\nrábula\nmastócitos\nligada\nactuações\nligado\nreside\ntitta\nhesitações\nex-secretários\nideológicos\najustada\nfueron\nepcot\nhaidong\nweitz\nangelita\nmunicipalização\nsavóia\nimagna\nmostraria\nutilizava\nkelsey\nkelsen\nköln\nabalaram\nhedwig\nfurna\nhors-concours\nthéâtre\nbscap\nal-shabab\nlondrina\nlondrino\nheróicas\nrigidez\nzóio\nstuka\nkadu\nmini-série\ngizmodo\nbiquini\nteuto-brasileiros\nseriado\nseriada\nquebra-molas\ndevoluta\nroja\nrojo\npermissões\nsubvariedade\ncolobostruma\nwaterloo\napaixonarem\nquestionamentos\nreagruparam\nbhojpuri\ngeneralizações\nescoltando\nlinked\nlousas\ndesdobrava\nwaguinho\nweekly\nreinterpretação\ncarvalhais\ndooku\nmugler\ncabrera\no'bannon\nharlin\ncornette\ngenocídios\neiximenis\nincomunicabilidade\nsweelinck\naperfeiçoado\naperfeiçoada\nfalsas\ntechnics\nimpedira\njarl\njaro\njara\njaru\nmotorhead\nharford\ncobarde\nelko\nwargs\nsinergias\ndissessem\narquibancada\ndestacados\nthc\ndesmistificação\nconsequente\nsupreendentemente\nchioggia\ntomos\ntomoe\ndesmembra\nagendaram\nelectricity\nohsas\naterrar\nsteamos\nmixados\nvenha\nerros\nrajás\nimpedirá\napartir\ndesterrou\nrugia\nrugir\ngarçonete\nmariutti\ncartográficos\na-side\npolímero\nmodulation\ndorina\nsemestres\nprenomes\nesteira\nesteiro\nescotilhas\nfretless\ngaranhuns\nmancio\nbiela\ndestemida\ntheodorico\nconcreta\ncorrect\ncaleidoscópio\nconversando\namareladas\nfossilizados\ncousine\nariely\ncalloni\nfuturepop\niribarne\nfait\nfair\nvagaroso\nfaia\nfail\nvagarosa\nsinfield\ncopyleft\nturmas\napregoada\nchocando\nculminado\nculminada\nsalém\ndesabamentos\ntoleráveis\nmirandópolis\nrousby\nlíngua-alvo\nformas\nrecandidatar\nerodidos\npilão\nmünster\ndignitário\nnotts\nbroncos\nassuste\nassusta\nprologue\nacorreram\nkayserispor\ncctld\ntoxocara\nevocou\nassustá\ninvocá\nrivaldo\nclipping\nsocotorá\nejacular\nmicrokernel\npluviométricas\nder-sp\ncalçados\nzamboanga\nsomamos\nmenchevique\nlícitos\ncorrompe\ndragonfly\nsuavizadas\nmurasaki\nalcedo\nguardando\nattic\nbangalôs\ncredenciamento\njamison\nconcebe\nepidendroideae\nracionalmente\ncttu\ntruculência\nentalhe\nvaluev\nvalues\nflavor\npreferenciais\nalbertinho\nbadakshan\ncontrolar\nacomodações\ncontrolam\nunguentos\nmartírios\nministeriáveis\nteias\nbombardeadas\nhcb\nhcg\nhcn\nhcl\nfinistère\njogasse\nevgenia\nbadé\nsupercup\ntrafegavam\nabecip\ngregas\nbadu\nbadr\ncenobita\nbade\nbada\ncolumbae\nnacionalidades\ndevorava\nentando\ncuxhaven\nocasek\nmecca\nanhui\ndescobrimos\natentar\nlupicínio\natentam\nisabella\nisabelle\nsuplex\nsuplicou\nmadaba\nmoncorvo\ncayuga\nfluxogramas\nlaissez\ncusteou\nbelcher\nmaplestory\nperambula\ncarismáticos\nentretendo\nbrahimi\nmalmgren\nreinach\ncossacos\noriginar\ntijolos\noriginam\nvgbl\nbebemos\nshinpan\ntelefones\nacanhadas\ntelefonei\ncabais\npico\npici\npick\npica\nnítrico\ntr9\ndóceis\nprocurados\nprocurador\nreflexos\nbotinha\naloja\ntalares\ncreature\npurley\nentrepreneurship\nalcançáveis\nálmos\nfender\nheechul\nprotestantes\nvivencial\nvivenciam\nvivenciar\npère-lachaise\nindependem\ntre\nzohar\ntrf\nneanderthal\nnegrelos\nasilos\ntru\nbaudelaire\nappreciation\ncoraixitas\nprudêncio\nburgenland\nminérios\noporem\nlufada\npiracanjuba\nansiava\ntcheka\nmanieri\nmaniera\neunício\nhitting\nvolsungos\ndefronta\ntré\nmegalíticos\nlinotipo\ntomava\nreequipar\ndepravado\nmesta\ninscreva\npalmilha\ninscreve\nconversar\nconversam\nlabeouf\npárias\nviscondado\ngardoquia\nagressivas\ngraças\ninsecticida\ninalienáveis\nseger\nsegel\nlinz\nlinx\nlins\nlinq\nmcclure\nline\nlina\nimpa\nescurecidos\nmonotype\nexus\nো\ntertúlias\nhumber\natribuídas\nbaratheon\ngalope\nadministrava\nsincronismo\ninvernadas\npoliedros\nponderadas\nurucum\nvolumétrica\nvolumétrico\ncochem-zell\nstreiff\nservilismo\nzakspeed\ningersoll\namígdala\ndánao\nsalvaje\nveículo\nacumuladas\nbanat\nbatinga\nbanas\nbanal\nco-dirigido\narnesto\neconomizaria\nnepotilla\nkendall\ncapriche\ncapricha\nmilagro\nmilagre\nhalotano\nessencialmente\nmayakovsky\nretirá\ntóxica\ntóxico\nimundos\nharnack\nbebedouro\nlixão\nozzetti\nqueimaram\nstand-by\nyuppies\nviajassem\ncascalhos\nreinhardt\napoteótica\numeda\nmagnoli\nenfatizados\naprès\ntsuki\nuberto\ndesiludida\ndesiludido\nplaqueta\nbel-prazer\nendividadas\nseqüestrados\npós-clássico\nenganosamente\napelando\nonnes\nmhd\nmhc\nk9ii\nmhz\napocaucos\nfuzileiros\nacupuntura\npreencheram\ncotovelo\ndiabolical\nprisões\npoluídos\nguaymas\nferrabrás\ndizendo\nmarías\nalimentava\nintoxicação\ntocados\ntocador\ntraveller's\ndemasiados\npôneis\ngalatea\ncracóvia\n9/9/99\ngutemberg\npisto\nbaroni\npeligna\ngurevich\nterrivelmente\nreferenciado\nreferenciada\nfàbregas\nenquadrava\nsufixo\narnholm\návara\negyptian\nsucintamente\narnhold\ndetentores\nloucademia\npirenópolis\nlulinha\nsocós\ntelona\n€\nratzenberger\ncontra-ataques\nbedotiidae\ngriff\nchopper\ningmar\ndiferenciação\nsarentino\ntouceiras\nshuhei\nguapiaçu\ncelpe\ncelpa\nobedecê\nsuwałki\ni99\nmayfield\nouverture\ncorreligionários\ncaria\ncaril\ncarin\ncaris\ncariz\ncomediantes\nillmatic\ndecorativas\nconcha\nfurst\ntrinômio\nsteuerman\ninvaginações\nketcham\nbuffett\nperfusão\ncaçava\nreestatização\nmaterialismo\npontofrio\npassiva\noitivas\ncateteres\nbabes\nsubestrutura\nbazaine\nbatum\nmalherbe\nmonchique\nmaracanãzinho\ntêrmo\nvélber\nnutrólogo\ndesindexar\nocorreria\ndepilação\nmaila\nhiperidrose\ncarraca\ncriadouro\nlexicográfica\njerid\npenicilinas\nlaicidade\npreestabelecidas\nmorzan\nlíngua-mãe\naval\ndi-pertuan\nkeynes\nwoodward\nuespi\ndedicasse\nprojetil\nções\nflorestta\nrj99\nu-999\nagachamentos\naeroviários\nziguezagues\ntroughton\ncongregacional\nsexuadamente\npreparado\ncitocromos\npreparada\npole-position\nalamogordo\ndesavisado\nperdigão\nwacken\nwacker\naplicável\nnotados\nwestlife\nqualitativamente\nmarabá\nbundinha\nmatando\ndartford\njustified\nstages\nanquíalo\nrepressões\nmelhorados\npaulada\nplantada\npareidolia\ndiffie\neriador\nsheldon\nanti-mísseis\nassiduamente\ntuchos\nêste\ntíbia\nocupar\nhiatus\nveruska\nocupam\ncaan\ncapetos\nimmaculate\nnitida\nderramaram\ncharizard\ncampanhas\nagricultoras\nniclevicz\nequiparadas\nenfermagem\ntransitórios\ncordelistas\nsmarter\npoluidores\ndesmamados\nuniformizada\nuniformizado\nbugs\ngolpeia\nbugg\nbuga\nesplanadas\ndih\ndie\ngranadeiro\ndic\ncircunvolução\nglendora\ncristológicas\nmuraco\nscouts\ndiaconato\nsimilarmente\nprivadas\npaís\noquinaua\nhaddock\ntortelier\nção\nlassalle\nteócrito\nespiroquetas\nbásicas\nencarregasse\nprydain\nhardin\nsotomayor\noptaria\npregado\npregada\nrodado\nall-nba\nhales\nkrall\nterratenente\nluciane\nluciani\naicep\nalfinetou\nazulinos\nbirotteau\ninformais\niqbal\nondulada\ncircunscreve\nentregadores\nmerneptá\nalderico\nd'anvers\nnarcisa\nateromas\ncoceiras\nalpesno\nlémures\ntevê\ninformacionais\naïnouz\nenterrava\ndecidirem\nzvonimir\ndesgrudou\ngoodall\nepisódica\nepisódico\nagimos\nbouygues\nturísticos\nsihanouk\nhuxley\npanabaker\natella\ntriangle\nhomologados\ncorram\nkeeling\nmoenda\nfundamentalmente\nviragem\nlatynina\none's\nmargalef\ndesnuda\ndesnudo\npaleontólogo\nskáldskaparmál\nspurs\nmesozoico\nmesozoica\naines\nmacy\nsupervisoras\ntransdisciplinaridade\nsensatas\nmanterem\nequivalente\nmosteiro\nerechim\nsantarém\nfunes\nmosteirô\nalternaram\nespartilhos\ncooperativismo\ncorrego\nlandulfo\nfob\nanimosidade\noperas\nmach\njamaicanas\nfon\nromeiros\n-esfera\nestudavam\nbalboa\narnel\nsinister\nh9\nh.\nrejoice\nconjurar\nhz\nhx\nhy\nhr\nhs\nhq\nhv\nhw\nht\nhu\nhj\nhk\nhh\nhi\nhn\nho\nhl\nhm\nhb\nhc\nha\nhf\ninsultá\nhd\nhe\nnanométrica\narmazenamento\nhà\nhá\nbrincando\nrescue\nheliópolis\ngiuseppina\ngastem\ngastei\ncampesinato\nyura\nprejudicavam\nspee\ngo-999\nvideobrasil\ntelecinética\nmanfrini\nsolares\nchellsie\ncharlemagne\npharma\nlotações\ncúmulo\ncaxixi\nvanerão\ncónegos\nt.i.\nacampavam\nemigrado\ndebruçado\ndebruçada\nsuperlegal\nfadados\nanaximandro\niglésias\nsheryl\nestereótipo\nimprimia\nimprimiu\nimprimir\nrothschild\npríncipe-regente\nsnuff\nincisura\ncunhagem\nelymar\neditoria\nhumanoid\ndélhi\ncasali\nguitarrista\ncrisotila\ninterrompê\nbaixista\npandora\nassassínios\nnitrogenadas\ngamela\nsoilwork\nrefugiavam\nimplementando\nodontológicos\ncosturar\ncosturam\nmicroarquitetura\npegos\npegou\njaboatão\nterminaram\ncostureiros\ninvulnerável\ntalibãs\ncosmos\nmíguez\nmarcone\nmarconi\nrossano\nrossana\nmalaposta\nbillionaire\nreportadas\nsectorial\nprismas\npreenchimentos\nwallet\ngrowing\nshasta\nerínias\ngatinhas\nhippy\nmangualde\nlargarem\nperlman\nfecundo\naníbal\nquatrocentos\ndemocrata-cristã\nlona\nlone\ncorallinoideae\npresenteava\nkreisler\nastrónomo\nassinalados\nneogeno\nclusius\nremixadas\nmadinat\nsêxtupla\nó\ndelineadas\nafirmativo\nafirmativa\nmagny\nmagne\nmagna\nmagni\nfarnham\nengelen\nmortification\nlâminas\ncatania\namparou\ngrimsby\nhecht\npotencialização\ntetração\nhunley\nmelanotaenia\nbutragueño\nfumo\nfume\nfuma\nquantas\nfumê\nsebáceas\nvivacidade\ntupper\nd.d.\nandróginas\nchamone\npilares\ndayana\nultrapassar\ncreysson\nwasn't\nanacé\numbigada\nglicêmico\nmeißen\nsífilis\nimpedirem\nnivalis\npintinhas\ntímida\nsimbolizada\nabradee\ntímido\nautorizaram\nhipermídia\nprestasse\nkwame\npicton\nboxset\npictos\npictor\nboerhaave\nalps\ndoctor\nalpe\nalpi\nstaind\nobatalá\nócio\ndesemboque\ngolaço\nvice-presidente\nrevisadas\ngullar\ntedo\npicam\nbailarina\nbailarino\nlaila\nmontese\ncaixote\nmontesa\npicar\nchapadão\nprabhakaran\nconacri\ncorregedores\nintendência-geral\nrecandidatura\nmonofisistas\nprocuremos\nsocorrida\nnucleação\nunderdogs\nregla\nfreetown\nrostislau\npnas\nfeira\noiwa\ncalisto\nvestidinho\nnegada\ncrono\njockey\npares\nalmejamos\nparem\ntécnico-científico\nparei\nrepreende\ndácio\ndácia\ndaken\njurisdicionados\ninerrância\nfany\npirilo\nexterminadas\nड\nd-generation\nhomogéneos\ndzenk\nmura\nlucília\nignite\ncarbocátion\npuente\nrandolfe\nacolchoada\nacolchoado\nfetiches\nannounced\narrebitado\nvigairaria\npoty\npoti\npote\ncalibragem\nparáfrases\nmaleta\nalusões\npoté\nshakespearianas\nmoralista\nskopje\ndescentralizando\ncharley\nkaryn\npetista\nlenape\nnormais\nespina\nespino\ncollinsia\npuddle\nconfort\nostrogodo\nkasumi\npinault\npé-de-cabra\nbrasonado\nadjetivação\nmedicamentosas\nodeie\nfutebolísticos\noócito\nzorra\nzorro\nfetal\nignatius\nbanhos\nbanhou\nfrasqueirão\npôntica\namortecedor\nnº999\npaddock\nhong-kong\ntenchi\ntenchu\ncontraem\nppsa\nrefutações\npraças-fortes\nmontadoras\nsaône-et-loire\nvariation\npilas\npilar\nmorne\nmorna\nmorno\nmanfredini\npromissor\ns.o.\ntschudi\ncumbuca\nlerá\nshining\nlera\nlero\nhydrozoa\ncuradores\nbossa-nova\norejuela\nérenn\nicterícia\niggy\nfenollosa\ndisjunção\nmenestréis\npítia\ntokamak\nalmofadinhas\npuebla\nacolhedor\nwilkeson\nairão\nsuburbio\nsuburbia\nsalientam\nsalientar\ntabanca\nsw99\ncorallina\npotreiro\nmilitarizadas\nescapular\ntridente\nbrincavam\nmunicipalizar\ntratado\ntratada\nsabella\nsaltos\nsalton\nacolhem\nmanifestação\nresist\niglesia\nxanto\ndivagação\ndemostrar\njustificar\njustificam\ndemostram\nbinswanger\nkreidler\npublisher\natlantique\ns.h.i.e.l.\nkeyser\nbalaios\ninvernada\nresignação\nbřeclav\ngraduadas\nreardon\niniciavam\nabandonando\niaquinta\narrepiante\ntelefonica\nprovamos\ninfiltrações\ncompactadas\nseikyo\npanzarini\npmp\npmr\npms\npmd\npme\npmc\npmn\npmi\ntuas\nmarcadores\nhectolitros\nrequeridos\nkerry\nkerri\ncatastrofistas\ntrípoli\nabdellatif\ndilema\natrapalhar\natrapalham\nliberdades\ndirecionado\nconsecutivamente\ntroianos\nkosala\nshaymin\nmariquinhas\nroerich\nmandatária\nmandatário\nreaparecem\nreaparecer\nreapareceu\ndivatox\nworcester\naspicuelta\ntrigramas\nmonogatari\nfudbalski\nrabino\naltezas\nreprovados\ngrelhe\ntraipu\nmilhares\nembebida\nludowe\npolicromadas\ngastaria\nmal-humorada\nmal-humorado\nlongboard\ntitov\ntitor\nmorrison\ndenário\norquestrador\narmazenam\nritinha\nd'amico\ngraduaram\ncaracala\nshivaji\nfiltrar\nmoçárabes\ncadaver\nmatriciais\nfiltram\nsaudaram\nkyao\nhorrorizado\nmeisel\nexpressarem\nevitam\nconfidencial\nmöeller\nvideo-games\nopacidade\nrepressor\nbarulhentos\nornitólogos\ndíez\nnumb\nbarba\nbarby\nanteprojecto\ndraven\namenas\nqueixar\nqueixam\nfluídas\ng-man\nersatz\npré-fabricado\npré-fabricada\nrearranjando\nmenzies\nsalazar\nmnet\nefs\nefi\nefl\nefa\nefc\neff\nvistos\nef9\nescólios\ncondé\npellice\ncamex\nvincent\ncames\ncondal\nbreakin\nnahas\nflies\npreenchendo\nfinanciarem\nengarrafadas\napocalyptica\ngarrafinha\nelmore\ndissociação\nsul-mato-grossenses\nbarioni\ntafos\ncandal\ntraição\nhohmann\ndissídio\nchristoffel\ncalorão\nbadalação\nchristoffer\ndialogando\nbaguio\nbaguim\nphyllomedusa\ngmunden\nredecard\nguyana\ninóspitos\ncunhada\ncívil\nnheengatu\namastridae\npolonaise\nlafferty\ngini\nginn\ngino\ngina\nrugoso\nprogramados\nprogramador\nullmann\nmaicon\ntozé\nautobronzeador\nimutabilidade\ncrepusculares\njournalists\nvarejista\ngalli\ngallo\nlaelia\nempreguete\nversace\nclezar\nintrodutórios\ndickie\nnp-completos\nguinadas\nsernancelhe\nvereador\naxwell\nparvulus\nconare\nmorangos\nseiça\nsuvaco\nkucherena\nrecuar\nrecuam\ncineastas\nacioná\npenetre\ncumeeira\npercurso\naciona\nacione\ndescolorir\nsutermeister\nalegadas\ncríticos\ntriunfaram\nbronn\nbronx\nperplexidades\nalvi-rubro\ncentrava\ncypress\ncorset\ninsistirem\nlayer\nsubmissões\ngurls\ninterrompiam\nmarittimo\nmarittima\nteixeirinha\nfibria\ntransfiguração\ngalloway\nrossini\nânforas\nministra-chefe\nhitch\nelektro\nmellin\ntopónimo\ngoela\nposters\ndeuce\npalmela\ninfanto\ninfanta\nmaîtres\nexportador\nexportados\nrelatada\nrelatado\ndiminutivos\nmombojó\npiva\npivo\npivô\nautofecundação\npotestas\ngentilândia\nnavarros\nburgueses\ntaoismo\nsupercélula\nlivonia\nsalinha\nchiesanuova\ntelmo\nconfete\nmacgyver\ntelma\nbichir\nhistoriograficamente\nepistemológico\nepistemológica\nsuspeitamos\npimpolhos\nextra-sensorial\nxm\nclaes-ingvar\nxf\nxd\nxe\nvinculados\njay-z\nxp\nmayan\najudada\nplacodermos\ncirculatórias\nconnelly\ndesbravadores\ntapiraí\naliciadores\nbackflip\nyardbirds\nrefeitas\nipueiras\nsuge\nyallop\nprótons\ntroster\nvarredores\npraiana\ngoffman\nvänern\nargumentavam\nmercuriana\nerectus\nletterman\nministeriais\nyoritomo\nameríndios\nfáscia\nyoki\nyoko\ncambaia\nelastômeros\nmoselle\nincidentalmente\nrelançamentos\nressaca\njenkins\ntetra-campeão\nsaar\nchamdo\nchamda\nabrangência\nprofessor-adjunto\nscriptorium\nesperarem\nfordista\ninafiançável\npassengers\ncorroído\neisley\neisler\nmaciej\npontudos\ncervantes\nwsdl\nbender\nbobagem\npioneiramente\nsilvério\nestagiários\ntomlin\nhallman\nquimioterápico\nvanusa\ncinofilia\njacira\nimogen\nranqueados\nbalbuciar\nvidraças\nchernenko\ngladiadora\nestimulá\neuphrosyne\nִ\nestimula\nestimule\nestimulo\ncerejas\nbehe\nanunciará\nbehr\nxanana\ngelatinas\nmatrizes\nrenovasse\nantroposófica\nrejeite\nrejeita\nasato\napontamentos\ninerentes\njosepha\ncerbasi\npolarizando\ncentrômero\nfitossanitários\nzeratul\n-fev\npalais-royal\nsusumu\nmurialdo\nresp\nrest\nreso\npsicofarmacologia\nprometido\nadsense\npintava\nsnark\nsnare\nmapinguari\ntihuana\nconvencimento\njabor\npaylin\nshodan\nmarsden\ndedicamos\ndinossauro\ncara-de-barro\nfilogeneticamente\ncontextuais\ninferido\ninferida\nsteinberg\nrajapaksa\nmeulen\nnordeste\nnordestv\npeart\npears\nperformaram\npearl\nenxertada\ninvencível\nmarcapasso\npretensiosa\nvalkyrias\nrenovados\natribuidos\naterrorizantes\ndamme\npontoise\nvante\nvanth\nvants\nsarcophilus\nneurastenia\nceler\nceles\ngaleguistas\ncaruaru\nfurne\nbênção\nendereçadas\nhäkkinen\ninvestiria\ncalvisio\nsurdas\nbergeron\nproferidas\njugoslávia\natingido\natingida\ncomputorizada\nhostess\nerrol\nerror\naudaciosas\nlegno\ncorreições\nutilidades\nperson\nautuou\nmetallia\nforrest\ncarrapicho\nsimbas\nsimbad\ngiuseppe\ncruyff\ndiferindo\nassintótica\nassintótico\néguas\nativam\nativas\nativar\nbva\nétudes\narturzinho\nimploraram\ntrl\ntro\nmatacões\ntra\ntry\nesfacelamento\ntrt\ntrw\nrecombinantes\nnórdico\ntopografias\nlaswell\nequivalent\nnórdica\ninusitadas\ncontrariado\ncontrariada\ntobruk\nmonzón\noscilaram\nencharcada\nfotogrametria\ntárrega\nlegendados\nforagidos\nsêneca\nacomete\nretardadas\nindo-pacífico\ninterventricular\niniciáticos\nbabel\ncongestão\nperpetua\nperpetuo\nseleuco\nex-mulher\navar\navan\nscore\navac\nabundava\nlança-torpedos\nobsessivo-compulsivo\navaí\nbełchatów\nvideoteipe\ntrilha\nconfiguration\ntrilho\nvidago\njacquin\ncâmbio\nhialinos\numa\nwaba\nforsythe\nsettignano\npífias\nagroflorestal\naratanha\nbongiovanni\ncimbros\nkenshin\nmitovich\nheimdall\nslayer\nbetabloqueadores\nlaoshan\nsignatárias\nacessar\nacessam\nbundão\ndórica\nfrölunda\nboechat\ndistribution\nrestituído\nefrém\ncarlin\nsudeste\nachcar\nopressivas\nspes\nspec\nlumpinee\natiça\nafricanus\ninterpostos\nhedda\nmaciço\nmaciça\nfraternalmente\nsyrah\nitems\nsatisfaziam\ndistintivos\nterminarão\nprecatório\nprecatória\nneogóticos\nintensidade\njaponeses\neupithecia\ncoleophoridae\nregredir\ncatastróficos\n∀\ndefenders\ndefendera\nobediências\nauto-sustentada\npresidencialistas\nwender\npatry\npatri\nmoleza\nwebber\ndefenderá\nguapituba\ntrácio\nsimbolizado\ntrácia\nmonoplano\nadriaen\nuniformizados\nprayag\nvariações\ncalda\nlatter\nlattes\nhérnias\nortenaukreis\nnegro\nlimonada\nradford\nquezado\nnegru\nsecessão\nimplementarem\nencino\nencina\npchs\nfrancescoli\nnambu\nreunida\nreunido\nelaborado\nelaborada\ncourtland\nrapto\nintrigar\nintrigas\ninformava\naccardo\nraptá\ncimpor\npetén\ncampanella\nesporófito\nvasques\nsumamente\nmultilinguismo\nblefar\nbahiatursa\nandrómaca\ntênia\nsemi-preciosas\ntênis\nstonestreet\npartido-ro\npromises\npromised\ntivemos\nacaju\ncatalisa\narmazenar\ncoligar\npagadores\ncatanduvas\ndivision\nhaydarpaşa\npresentes\nsofreria\nargilosa\ncristóvam\npresenteá\nmartigny\nincorporada\nincorporado\nintensificando\nex-alemanha\nheart\nhears\nheard\ncapuchinhos\nhearn\nchouto\nbeau\netnicidade\nlinnaea\nhiggs\nwillow\nbotas\nbotar\ntippett\ndesbloqueada\ndesbloqueado\nmorfogenéticos\nrecomendável\nnekron\nubirajara\nembaçada\ntrasandino\nfachadas\nsócio-gerente\nmauriciano\nyim\nyin\nyip\nestaticamente\nmicélio\nreação\ninvestigadas\ncesariano\ncesariana\ngengibre\ndejetos\nanglicano\ndorrego\nbice\nemppu\nmarcadamente\nfalhamos\nworkplus\num-para-um\ndepravação\n-no\n-na\ndodona\nprometida\nconferiam\nnightfall\naposenta\nconservacionista\nlusitanicus\ncabília\nfichtner\ndesnudar\ndavichi\nrepousavam\naliara\nburicá\ntemporários\nquintaes\nnagpur\nrodoviários\nalissa\ninermis\nkyokushin\nenganavam\nandinho\nguarneceu\nguarnecer\nteares\nformalizado\nformalizada\nelectroclash\nreceptivo\nstanford\nreceptiva\npedra-pomes\nneutralidade\nirmãzinha\nfiscal\ngarganta\nwhp-9\ngeridos\nregrediu\nazagaias\ntorturadores\ngüell\ntiraram\nicônio\ngervinho\ncaspase\ndistinguiu\nmetabolismo\nbolseiro\nbolseira\ninha\nronan\nloneos\nargiloso\nekpe\ntorturou\ntailandesa\nbico\nbica\nbalizado\nchegarmos\nmeias-calças\ntaganrog\nportadora\ncomparsas\nprotestado\noblíquos\nschiffer\nincriminando\naderirem\nmodernizadas\nintermodal\nopulentas\ndocumentarista\nanunnaki\nkilos\nesvoaçantes\nsulfite\nsulfito\nsaint-gobain\nrochlitz\nprocurações\nrija\nrijo\nrijn\ncamarim\nrodgers\nsaxe-weimar-eisenach\ntúpac\nconvivi\nstorylines\narchidiœcesis\nenveredando\nbikini\nbiking\npedros\nadormecidos\nmoabe\nmalakoff\ndiscalculia\ndespovoadas\ndiscursivos\ndioica\nmetcalf\nnelinho\nmirassol\naguçou\npotentes\nvindas\npretendeu\nmotorhome\npensamos\nkipur\nleocadio\nleocadia\nlocutor\nepstein\nvolga\ndescomissionado\ncalções\ncarbonáceos\nefcb\nantecipada\nantecipado\nex-editor\npaphiopedilum\ncarpinteiro\nhibridização\nusgs\nsetecentos\ncustara\ncristian\nprona\ncomecou\ndescarregados\ndolorosa\napóiam\ndoloroso\ncubanos\nvenere\nvenera\ncolonialistas\ncbgb\nmayombe\ntrapezoidal\nimunização\ncitosina\ncapturá\nalgemados\nkohoutek\nneugebauer\nsarcoma\ncapture\ncaptura\nromeiro\nuniram\nzlín\nmoonwalker\nlutyens\natendidos\ncaracterizavam\nobservateur\naleatórios\nvielmond\nzenaide\nbarbershop\nrecaredo\nnovalis\nfinanciadas\nrenina\nbeiriz\nsitema\nmontelupo\npaládio\nshanley\nluynes\nsequenciais\nreconsiderasse\nferrière\npipistrellus\ntournon\neloquência\nnorato\nvómitos\nfanconi\nprovisórias\npsicológica\npsicológico\nclorometano\nsegurador\nsolanas\ncapitães\nsaciado\nhaymarket\nbuenópolis\nfsspx\nre-gravação\nexperimentadores\nmaurer\nmegazord\nmetauro\ncentro-americano\ncentro-americana\nrubén\nuxoris\nfotbal\nminto\niogurtes\nhunger\nanglo-saxã\npeseta\nvenenosas\nsigint\naaliyah\nspagna\nprospect\ncometeram\ncânones\ntecer\nteceu\ncartéis\nghouta\ncagli\nritorno\nterminologia\nimpõe\ncuenta\nsedutores\nshoulder\nvice-cônsul\nrio-teresópolis\nhowells\nprolongados\nreportada\nreportado\nsaboreado\nlargura-comprimento\ncaprio\nfriamente\ndoará\nlisossomos\nproduzirá\nfsb\nfse\nfsf\nfsh\nfsi\ncavaradossi\nfso\nfss\nfsv\nfsx\ninter-relações\nlagardère\ndecadente\nantidopagem\ncompressões\nlêmure\nvelódromo\ncotonou\nrecém-promovidos\nanamatra\nswagger\nconfissão\ncãibras\nmonetária\nmonetário\nvitórias\nlords\nlorde\nlordi\nganassi\nvelociraptores\npeneleu\nkebabs\nstratocaster\npoco\ncetus\ntransamazônica\nprimária\nfirered\nmutualista\nex-marido\nrocketeer\nconcluído\nconcluída\nprodromus\ntartaristão\nfabricações\natribulada\nconferences\nexcluída\nexcluído\ncarybé\nenriqueceram\nmacra\nmacro\nmacri\ntronto\nretomará\nocasionando\nepicentros\nkarnak\ndrosophila\nbisteca\nplaymobil\ncontrapé\npretendem\ngyeongsang\nmixer\nmixes\nmixed\npretender\ndesqualificou\ninvestigada\ninvestigado\nindaiá\nsuny\nsuns\naperfeiçoando\nsunt\nsuno\nsuna\nsung\ncanárias\nraditude\npassarinhos\nnajwa\ntrezeguet\nvilares\ncompetidoras\ntecnicista\nroubo\nroube\nrouba\nmeritórias\ncohatrac\nroubá\nhans-jürgen\nanfetaminas\nbagdali\nex-cruzeiro\nahli\nahly\nbibliográficos\niraniano\niraniana\nfrayn\ndomado\nformalmente\norient\nsubstituírem\nsloan\nlmdt\nleninismo\nsatsuki\ngattorno\nwolfsburg\nácido-base\nrepassar\nlíbio\nzogu\ncontinuariam\ngalês\nestilosos\namoooo\ncebola\nintegridade\ntréplica\nnetworks\ndistributed\npenais\nkorpiklaani\ninterregionais\nsuportada\nprendera\nsuportado\ndesgastada\ntorriani\npowerbomb\nfolding\nreverso\ninouye\nvirabrequim\nmé-zóchi\ntupaia\nsearas\nrecht\ndishonor\nseiya\nreche\nseiyu\nvasilhame\ntransitando\nautorais\nsuperficial\nhohenlohe\nsul-brasileira\nsul-brasileiro\njean-michel\ndisko\nconcertgebouw\ncras\nireneu\nayame\ntratei\ntratem\nnegligenciou\ncalazans\nfotografar\nfotografam\nambigüidade\nboyd\nboys\ncram\nboyz\ncathedra\noutrem\nrojão\nbloquinhos\nenfrentadas\nsicupira\nsexuada\nsexuado\ncolocarão\nshaffer\ndécade\npinhole\ndécada\normonde\ndesprezou\nbegonia\nbloomingdale's\nbester\ntamanhos\nshakespeariano\nshakespeariana\nkandor\nascension\ndorotea\ndoroteu\nfabrice\nredirecionar\ncompetitividade\nassíduas\nincompreensível\nextrovertido\nextrovertida\nlituano\nbrayton\npatinadoras\ninteriorizada\naspásia\nagudo\naguda\nespalmou\nangelique\nbaroja\neremitério\nmenininhas\ninvestidores\narábico\nembrulhados\nlüchow-dannenberg\nzatz\nsedar\nsedas\nsedan\nturenne\nsabatinado\nsyngenta\ndervixe\ntiticaca\napóstolos\nestafante\njulián\noduduwa\nencantadores\nheidenheim\nalmost\nguaranítica\neretas\nzaqueu\nunicer\nconfeccionou\nazeitão\ngmt\nfosforescência\nsaint-sulpice\nmuamba\nfocamos\ndebatendo\nluminara\ninorgânica\nnorueguês\ncilíndrica\nfinamente\ncilíndrico\nflorada\nex-presidiários\nsemelhanças\npercentualmente\nnegassem\nmetso\namenemés\nfacilities\ntanenbaum\nredatora-chefe\nenfaticamente\nهو\nestabelecermos\ntenente-brigadeiro\nbaleares\npuxado\nkogan\npuxada\nvestígio\nassistam\ncorentin\narisco\narisca\npraticasse\nanolis\nseara\ninquirições\nsears\ncognomen\nheavenly\nicke\nbubka\nicky\nickx\nporia\nhagman\neqm\najardinamento\ntavion\nconjuntivas\nboxster\nhoedown\nedain\nlupinus\ncaridosas\ndescarregador\nfiltragem\nadentrava\nficheiro\ncockerell\ngrynbaum\nverdaguer\ntriunfalmente\nalarme\nherodianos\nmaxacali\npersico\nanthos\nanthon\npopuloso\npopulosa\ncattleya\nincomodavam\nenrolar\nenrolam\nsuperou\npesquisar\neverything\nlatrina\niroquois\npublicidades\nenfeitadas\nmccarthy-miller\nzabumba\nabdicar\nfogões\nvalidados\ntoad\nparoquia\nleonildo\ntrazendo\ngolbez\npalestrantes\ntibagi\ndelphic\nh99m99s\nnagib\npediatria\nbozzano\nvivid\njà\nvivir\nmccool\npartidária\nreduziam\npartidário\nembarcamos\nviários\ncessa\nyule\ncornelius\npoesia\nisaltino\nhappened\nsaqueia\nmultinucleadas\npós-modernidade\nsirion\nsemifinal\ngambetta\noposicionista\nneotropicais\ncalorosos\nrômulo\nsereníssima\nuyl\nbaeta\nhaskins\nvitamínicos\ntotoro\nrefúgio\ninvaginação\nletreiros\nmiscelânea\ngroundhog\ncorreta\npeitoril\namenábar\nreveses\nsuíços\njurando\nreward\ntiw\ntis\ncornalina\ntik\nwebring\nmédico-hospitalares\nsopinha\nsecovi\nralha\ndeutz\nrealizaria\njeep\njeet\nhedvig\npalafitas\ninterfax\nbalbín\nex-pugilista\naceh\nasbjørnsen\nwillson\naces\nacer\nbiochemistry\ngundams\npotente\nconstruírem\nhatteras\nherdamos\nboquim\ncortázar\ncitadel\nalþingi\nfecomércio\nfamílias\nreproduzam\ntransalpina\ninterfase\nbretanha\ndolomitas\nsargeras\nmonetaristas\ndaniil\ndesodorante\ndurian\nconsorciado\nconsorciada\nimprecisões\nexpandiria\nébrio\nconvênio\ndakshina\nplano-sequência\nravachol\nprofundezas\nindutivos\ndesinfetante\nmaytê\naperitivos\ntartaruga-verde\nbraçadas\ncildo\ncários\nsailor\nanouilh\nmanipulem\nestilhaços\nbergamascos\ntabela\ndonos\nmaldosa\nmaldoso\nteleguiado\niconóstase\npartiria\ngeordie\nbarcino\nmiddle-earth\ncomiskey\nkanamura\ncalabi\nlatim\nlatif\nhekel\ndiodos\nmbas\nlatir\nromay\nquebra-mar\nnader\npolitical\npoliticas\nundulatum\ninvestigaciones\nchaetodontidae\nobrigatórias\nfluam\nandria\nandriy\nbayonne\nlados-b\nreposições\njs\nmonitoravam\narguello\nembuste\ncomplementação\ndescodificador\nsections\nnão-estatal\nalheios\nescuderias\nmunicipais\nbarramentos\nanteprojeto\ntranslit\nexu\njd\ndonativo\nenugu\ncopernicus\nhimmel\ngmbh\ntrailles\ntrailler\narmilar\nmyron\ntisza\nexacerbados\nuttarapatha\npumila\nfinanciável\ngrisons\nperpassam\npistoleiros\natuarem\naparelhados\nautólico\ntechcrunch\nbrotando\nmanley\nsuperfantástico\nvingam\ntradicionalistas\nirda\ninstitutes\npreocuparam\nconfusões\nadaptam\nffms\ncolonizadores\ntimbó\npascoli\npororoca\nestigmatizar\nconglomerados\nenthroned\nmauaense\nvortigern\ncampobasso\ndualidades\ncasaram\ntimbu\nuroš\nconstantina\nconstantine\nconstantini\nconstantino\nbatavia\nrecortando\npresent\ncoroam\ncoroar\ncoroas\nrefn\nmandamos\ndiante\ntavito\nuros\nfederado\nfederada\nalimentícia\nalimentício\nadstringentes\nputativo\npálio\nracista\ncamelô\ngervitz\nroubava\ncameli\ncolinérgicos\ncamelo\nswear\nsweat\nomnia\nfunari\nfunaro\ngasoduto\nexercido\nexercida\npantomima\nnewtoniana\nnewtoniano\nceov\nceos\nextracção\nsorna\njihad\nimperiale\nimaterial\norangerie\nimigraram\ncomício\nmurino\ncolégios\nasséptica\njuntarem\nparlophone\npreferia\ndecor\npreferiu\npreferir\nvance\nteerão\ntigelas\nprocedimentais\nsufocando\nmarinharia\nnomos\ngyaltsen\nangelic\nangelim\nangelis\nwalras\naterrissando\ndivindades\ncorbin\nkaye\nkaya\nshall\nshale\nradiguet\napócrifas\nizolde\nbarrenta\nmétis\nflocos\nrumoroso\njean-dominique\ncaçapava\ncondensando\nharmony\ntegumento\ncortland\nclonal\nmilene\nbowles\npresbiopia\ndolorida\ndolorido\naguinaldo\njoseph\ndifundidas\ndelorme\ntalagante\ncarpenters\nproveniências\npasteleiro\nlinchamentos\nirún\ncálcis\ncálcio\nesculpidas\nwalfrido\nmacapá\nbicharada\nfuncionamento\ngràcia\nssx\nssv\nssr\nssl\nojeriza\nelber\nhomenagens\ngislene\nderivaram\nfonéticos\nurinários\ninterrompidos\nzumbido\nsentem\nsentei\nsenter\ntentamos\nflanders\nqueijeiro\nlindland\nencaminhe\nencaminha\ncompartimentado\nstratosphere\nencaminhá\nharald\npagem\npaget\npager\npages\nepiro\noncogenes\nđại\ncepães\nespoo\npitombeira\ntheaceae\nlilia\nsurfista\nhaarp\ntersandro\nejército\nrustica\nascética\ncarlismo\nobserve\nobserva\nobservo\nrigveda\nitumbiara\nshito-ryu\npreparatory\nsaciada\noportunidade\nobservá\nreiterados\npaparazzis\nnostromo\ngeological\ncumpra\nfisionomia\nlangevin\ndeliberante\nstone\nstony\nsmendes\nsócias\nacondicionamento\nmultiplicarmos\nedredom\ntechnologies\nestúdio\nosteossarcoma\ntemperamento\nguianas\ndecretada\nbeltrão\ndecretado\ntraversari\nmisuzu\nalagoa\ncampings\nmanuseá\nabraçando\nilhota\npt-pr\nprotegê\nbiolay\nmauren\nalvarenga\nsebastocrator\ndeduzidos\ncomscore\nco-descobridor\nantenas\ncastrillón\nbranka\nbroadcasting\npatim\npatil\npatio\nito\nbaier\nith\niti\nitf\nite\nitc\nita\nitv\nitt\nitu\nitr\nits\nhierarquias\nporventura\ndegeneradas\nitá\nitú\ntumnus\nvectorial\ndxd9\nitō\narlindo\ninfartos\ngokyo\nlandsat\nsarnoff\nmetohija\nroscosmos\nsetecentista\ndestacando\npressionar\nbyron\ndinamiza\naristoloquiáceas\nex-alunos\ndarlene\ndistópica\ngellar\ntaube\nvancamp\nhalong\ndesastrosamente\npimento\npimenta\ndefensável\nrespondidas\noberon\noberoi\nmatinês\nphylogeny\nsamotrácia\nmontenero\nlehmann-willenbrock\nhartmann\nrastejantes\npédio\nborguinhões\nvitgeft\nbanabuiú\nmorocco\ndescaracterizou\ndisfarçado\ndisfarçada\nnanyang\njours\ncarrere\ncarrera\ncarrero\ntácita\ntácito\ninstantânea\ninstantâneo\ncaracterizara\nhardwares\nibitirama\narchaeopteryx\nlôca\nembasados\nremetendo\nunifica\nknopfler\nclube-empresa\npopulista\ntermodinâmico\ncustomizados\nvenerados\nremixagens\nespigueiros\nnavajos\nagregadas\nrebelado\ncatástrofe\npecuária\npecuário\nmagdeburgo\nestradão\nsabonete\nfluência\nhegemônicas\nguel\nsuprimidos\ndesembolsados\nperdoe\nperdoa\nreposicionar\nneisseria\nex-patrão\npercursos\nperdoá\nartilhados\nchacal\nchacao\nendométrio\ntornara\ngaspare\ngaspari\ncorretores\ntaxonomistas\nmcmichael\niraquara\ncoalescência\nhexâmetro\ntornará\nrematch\nescritores\nardmore\nborman\nrespiração\nbelgium\nabaixo-assinado\nlembrados\nàquilo\nângelus\nparaboloide\ncirculatório\nkingsley\nanarcossindicalista\npró-impeachment\ncontradança\nchud\ninativas\nchua\njogo-treino\njucás\nkevorkian\nchui\ninspiration\ndensiflora\nchur\ninterceptadas\ndanificadas\njovialidade\nmayrink\nincitamento\nfomentando\nnamibe\nmococa\naymar\ncirenaica\nmantido\nmantida\nanulam\ndiscípulos\nanular\ncecrisa\nmolin\nbondurant\nalgarismo\ndunstan\nmulsanne\nringgold\nóxido\nlitigantes\ntranspirar\nacompanharem\nluminária\nrestrinja\ncampiglia\nconfucionistas\ntarget\nspaceship\ntitulatura\nmátyás\nselecionaram\ninoue\nassexuadamente\ngragoatá\nclimão\nbarbeta\nostensivo\nmomeik\nmaluly\nlauderdale\nsaxe-coburgo\npungens\nsorachi\nfunkeira\nfunkeiro\nnik\nnih\nnii\nnin\nnil\nnim\nnib\nnic\nnia\nnie\nacílio\nnix\nskripnik\nnir\nnit\njuegos\ngranjear\nibcc\nscarpa\npátria\npátrio\nreconcilia\nvalepar\ngianotti\ntreble\nexpressá\noséias\nseigneur\nexpresso\nexpresse\nexpressa\natropurpurea\nyasuhiro\nnorwalk\nhiperemia\nalugava\nmergulhadas\nadiantamento\ndiscover\nhecatombe\nauxílio-desemprego\nmamilo\nkrohn\nmenstrual\nmenstruar\nmediterrânico\nmediterrânica\nnomenclatural\nnomenclaturas\nagropecuário\nagropecuária\nredecoração\ngenuinidade\nwhenever\nchurrasco\nrancharia\nklotzel\naljamain\ncurly\nverdejantes\nstepan\nguionista\nlinnean\npedicini\nghazi\nproduzira\nthar\nthau\nthat\nthad\nthai\nthan\nthal\napresentável\nrodovalho\nenjoos\namedeo\nnitidez\nsamuel\nunidos\nabano\nabana\nexpede\nfreelander\nhomunculus\nrecebiam\nxenobióticos\nbulnes\nsegurar\ncarregando\nmariela\nformariam\npoetic\ntolkki\nrenormalização\nfiães\njulgada\njulgado\nyin-yang\nyagyū\nvelia\nsartorius\narturianas\nantenor\nbrindou\nonomatopéias\nwillebrand\nnão-proliferação\nburacos\nyagyu\nfsa\nfsc\njornalistico\nfsm\nconnosco\ncuiabano\nfsp\ncuiabana\ncatholique\ncarpet\nacusa\nacuse\nfortins\nacuso\ndeke\ndeka\nfortino\nunanimidade\nlavadeira\nmultiplicaram\nmarginalizado\nacusá\nbébé\nturmoil\nreorientar\nreagisse\nrizoma\ndeclaradas\nsimba\nbenzodiazepinas\nlinden\nlinder\ndesenhos\ndesenhou\nperdôo\nsegato\nsourcebook\ncafuringa\namitis\ncotonete\nklezmer\npeanuts\ncolocarem\nlippi\nlippo\nlippe\ngrevistas\nhüsker\nbumbo\nbumba\nalbums\ninsensatos\nduclerc\nautorizar\naguerridas\nbrotamento\nfiscalidade\nestojo\nautorizam\nvicunha\níleo\nbiociências\ntabuleiros\naventurando\nclicks\ncomissuras\nbatucando\ncuruçá\nofendem\nofender\nparecem\npareceu\nparecer\necorregiões\ndeadman\ngabínio\nfrontera\nrublo\nex-diretor-geral\nplebiscitária\neliana\neliane\neliano\npapel-manteiga\ntranscaucasiana\npá\narmin\ntisâmeno\narmia\nductilidade\ntripode\nostia-velletri\na9iv\nacometia\ncarlton\nencontrará\nphytophthora\nmaintenon\nserviços\nmure\npescoço\nquotidianas\nfda\nfdc\nfdf\nfdi\nfdp\nfds\nmalik\nmalia\nmetals\nprerogative\nausentou\nurgentemente\nintimidar\nintimidam\nmelancólico\nbacardi\nstfc\nimprovisada\nsilverstone\nmaat\nmaas\nmaar\nmaan\ninvejosos\nmontfaucon\naustria\nrecusem\nrestritivo\nrepartição\nmattar\nanduin\ncarabídeos\nbórax\nhommes\nfront\nobstrutiva\nreaproveitadas\ncatapultado\nturbilhonamento\nplaylist\ncisneiros\nitapecuru\nshilo\nneer\nnees\nneed\nkelley\ndesplat\nyassin\natlántico\nverbinski\nsolidários\nbelletti\nexteriores\npreservadas\narber\narbex\nhassler\nmirabel\nhaiyan\nbafatá\nicém\na.m.\nbasidiomicetes\nrebekah\naderissem\nrestabelecidos\nciccone\nvicario\nmaceo\nmacer\nsertaneja\nsertanejo\nkayqubad\nibero-américa\naliprandi\nazamor\ndietéticos\ndeakin\ncaporetto\nheartache\nhidrográficos\ngritados\npresbitérios\nnorthamptonshire\nnetworking\nvibrião\nnipo-brasileira\nnipo-brasileiro\nportinari\ndescartando\nintencionado\nincendiadas\nturcas\nincontáveis\npantone\ncapitanich\niluminista\nyacc\nprovençal\nimprodutivas\nrafinesque\nafirmou\nvandellas\ndominicano\nsgbd\nalarmada\nflore\nfloro\ncadillac\nmação\nconfundindo\ngladiators\ndespedem\nfont-size\nagrovila\naalburg\ntsukahara\nd'italia\nd'italie\nraditz\nininteligíveis\nincentivaram\nbernanke\nreinicialização\ncruzeiros\npentágonos\nmoderninha\nmoderninho\nsarli\nsarlo\nantárticos\nc-999\nangelotti\ntorcuato\nbarlow\nmicroscope\nsoftly\nvolodymyr\ncomplicador\ncomplicados\nwhitesnake\nrealizamos\nsignificavam\nmunoz\nstolle\nrecua\nrecuo\nperfura\nexpelidos\ndispersados\nmúltiplos\ncinismo\nalter-ego\nreceia\nrivalizavam\nespólios\nbatismal\nangueira\nintegralização\nstandardization\nyamanashi\nbola\nbold\nprovisões\nboll\nbolt\nchimu\ngranger\nheráclidas\nborlänge\ninstrumentistas\napartada\napartado\ncarbonizada\nequivalentes\nbarracuda\nrevisionistas\ncontratempo\nyvon\nrappaport\nguarani-smo\nhispânicos\ncism\ncisa\ncisc\namalia\nbeverley\nperneta\nprofetisa\nwatergate\nkulak\nvenezuelanos\nkkk\nenriquecera\nanunciaria\natomismo\ncurtiam\nultradireita\ngloriosos\nsabidamente\ncrio\nvegetações\nmogi-bertioga\naficcionados\nentablamento\nsilvestri\nmining\ncestas\npurgação\nadvir\nblackest\nortona\nretrabalho\nalvinegra\nalvinegro\npatrona\npatrono\npatroni\nestrelava\nanticapitalista\ninconteste\nbanfield\nzonas\nreforçando\ntreliças\nagaxtur\nctésias\nintoxicadas\nembebidos\nbradava\ntaquarituba\nestuques\nouriços\nergosterol\nvário\nequipar\nvária\nequipam\nrímel\nromãs\nromão\nlisossomais\nremissões\northalicidae\nbloodshy\nintermoleculares\nodontológico\n#fun\nchiquinha\nsubclasses\nfelicia\npérmico\nkanyon\ntécnico-científicas\nclaramente\nlidarem\ncemitérios\nenganador\ndiabinho\noskar\ninodrillia\ncomeçaria\ncartógrafo\naspiração\nboninho\ngânglios\nerving\narrasando\ngameiro\ndistribuir\ndistribuiu\norchard\nsupostos\nnubentes\nicpn\ncantão\nporto\nporte\nporta\nports\nsedimentos\nsedimentou\nalicerçada\nalicerçado\nlecanorchis\npartícipe\nstatement\nyouth\nintima\nlisboetas\nlevantasse\nródão\nunivisión\njailhouse\nproeminentemente\naldus\ndesejamos\nminhocas\ndisputaram\nnicomedes\nconsonante\ncomportada\ncomportado\nmikel\nestatizadas\ndiscutiam\nreforçasse\nhorle\nforminhas\nboutros-ghali\nbrizzolara\npsicopedagogo\npsicopedagoga\nscale\nsaltadora\nscala\nmanetão\nvulgo\ngakuin\nauto-organização\nbelting\ncovington\nequimoses\nbasnight\narsene\ncatequização\nfenilalanina\nrabbit\nglaser\nweather\nlfts\npteridófitas\nculturgest\nbebedeira\ndenominação\nruka\nagatias\nruki\nfótons\nestilita\nrapp\ndepôr\ndepôs\ncrickets\ne.g.\nalthing\nlaborit\nkricfalusi\nconfiança\nvsb-99\nacentuado\nacentuada\nsophie\ntimber\nsenoue\nfederalista\nabalado\nabalada\ntuplas\npôncio\nudr\nudp\nudv\njónico\nudt\nudc\nudf\nudi\nudn\nudo\ncircularem\ncoletava\ninjunções\ncuore\nhermas\ntrapichão\nherman\ncacém\npotássio\ndarwinista\nblender\nב\ncicero\nitapoã\nitapoá\noccitânia\nnebula\nastato\ncombatidas\nrhyolite\nsodade\nfofoqueira\nfofoqueiro\nsescsp\nheavier\ninterpor\ninterpol\njanires\ni-99\nclausius\nmochos\nsalmonela\nvarzi\nosram\neohata\net99\nbiométricos\npatrulhado\npatrulhada\npreferiria\nagrediram\nmentalização\nurabá\nladeado\nivory\nladeada\ndangerous\nfiladelfia\ninformadores\nivorá\ncorrelacionadas\nnascerá\nestigmatização\nformicidae\nsune\namuleto\nreckitt\ntampe\ntampa\nciúmes\nconvoque\nidêntico\nidêntica\nsonorizado\nbodos\nnavegaram\ndiff'rent\nbodom\nendemia\nlafon\npastoreio\nheywood\nkinder\nfrancolinus\nfurano\njetix\njasta\nrogers\nbadalada\nbadalado\ninstitution\ngobernador\nquatiguá\nnadph\neletricistas\nnortear\nsarawak\nasseiceira\nbettino\nbettina\ndirigível\nenfiou\nkelso\nprogramadora\nremovedor\ntravesseiros\nbrenna\nchichorro\npalhaçada\nnarbonense\nbagel\nhirão-abi\nespín\nadvanced\njyp\njyj\ndano\ntranslações\ntaticamente\nsandler\ndani\nincompetentes\nimóvel\npanchayat\nhalbherr\nlevantam\nsiemsen\nafiados\ndesertor\ndesertos\ndesertou\ncharadas\nevangelização\nprocederam\nrepresentatividade\nvigoram\nsangrar\nlonguíssima\nrestando\ndines\nvinil\nsuscitaram\nfígaro\nunchained\nnonna\ndinei\nhemisférios\nsortear\nex-consultor\nlucus\nencadernações\nkacey\ncircundavam\ncorolla\nugartechea\nsybil\ntarn-et-garonne\nsitges\nrevistaram\ngoldschmidt\nchacon\nconstróem\nsecretaría\nuruk-hai\nmultiple\nukrainian\nweller\nmultiply\nsuperfamílias\ntomarmos\n¨\nlivrarias\nfaliram\npontuadas\nsuprimidas\naluminum\nmalfeitos\nchibana\nacontecessem\nordenhar\nhabsburg\nsaberiam\nremanescentes\nmitridática\npermanentes\nagrícola\nhoward\ndiggle\nhamiltonianos\nurze\nj.p.\ncioran\ncompostura\nfoyer\nsec\nsecador\nctenóforos\nsírio-libaneses\npiatã\ncortavam\nalmunia\ndomada\neleanor\nhipotese\nsel\nauxiliavam\nbonhomme\njian\njiao\nrecados\natlético-go\ntranquility\nliberava\nimortalizados\nestadiamento\ncachepôs\nsampleou\npré-sal\nacíclico\nmicrocebus\njessie\nolissipo\nlupas\ncachoeira\ncachoeiro\npolarizada\narmazéns\npolarizado\nvirtualização\ngaarder\nmuara\nmartire\ngwangju\nalgernon\ncorrijam\narménios\nfreiburg\nconmebol\nespata\nprodigy\ndenteadas\ninduzia\nmushra\nraytheon\ninduziu\ninduzir\nwangler\ncortassem\nlíderes\nquíchuas\nadultério\notomanos\nperformar\nvariavel\ncropped\nultramarinas\njunot\ncropper\nidentificamos\nflemming\nwichita\nicenos\nderrubada\naceitei\naceitem\naceites\nscipio\natendo\natendi\natende\nbutori\natenda\ndeletado\nespeleólogos\npretoriano\natendê\nvice-chefe\nlemense\nsolucionar\nekalavya\nregregue\ncortaz\ncortam\nlíbia\nteológicas\nreabilitadas\nartistico\nartistica\norders\numbuzeiro\nitaliane\nitaliani\nfunerárias\npelejar\npelejas\nintenso\nintensa\nintense\nōuchi\nelvira\njosué\nsemiáridas\nedberg\nfutbol\nítrio\ninflama\nconvés\nespremidas\nroshan\nglacial\npirado\nquente\namuletos\narrependimento\nsucedâneo\nalegações\nexploradores\nhonorável\nisolante\nwildest\nfervidos\narlen\nfincado\narles\nredundando\nbluebell\ncátion\naceleramos\ngrayling\nlavanderias\naprimoram\narcanjos\nminister\nmagnanimidade\nclemson\ndatilografia\namanhece\npiamente\nhoglan\nseiyū\nmetamórficos\ncantábria\nystad\nwords\nalícia\nalício\ndesgastado\ncloser\ncloses\ncloset\nverisign\nbarreto\ngambino\nbarreta\ninserida\nbarrett\ninseridos\ncapitéis\npénis\nseenlandschaft\nreverse\ncurumin\nwtaborda\ntheon\ncervídeos\ntelecomunicação\nfamiliarizadas\nbobeou\nfagotes\nminimamente\nopćina\nnilsen\nshabba\nbioman\nhigh-end\nplaneado\nsolitarius\nentregasse\namoreira\njaffa\njaffe\narame\nerótica\nerótico\nsaint-sauveur\nsonja\nprestadoras\nlordomyrma\npetras\ngastará\nteopompo\nquemonline\nflugzeugwerke\nrecessivos\nandrógeno\nordenar\ndinamicamente\nstannard\nbetaína\nfilamentosa\nfilamentoso\njarmelo\ncortines\nsaracuruna\ndesorganizar\nbalneabilidade\nerlewine\ntaiaçupeba\nbaleados\nsilúrico\nvieth\nreciário\ndescritiva\ndescritivo\n′\nnoll\ntokimune\nvga\nvgv\nsaying\nldb\nldo\nldn\npagodeiros\nendurecendo\nldu\ntrijang\n99/999\ndesenlace\nmãos\nacuña\nprass\nguybrush\n.\narósio\nmolniya\nćmielów\nkohn\nkohl\nhong\ncavanaugh\ncharon\nelders\ncompartilhou\ndevorar\ndevoram\ncercopithecus\npiroclásticas\nstockinger\nrepassando\nperfumes\nsha-9\nprimitivas\ntenazmente\nneoplatonismo\nbezerrão\ncorps\ncorpo\ninventariado\ningenieros\nsoviéticos\nwrestlemanias\nurussanga\nmcbeal\nulceração\ndarnell\nruíram\npersistia\nsubsidiárias\npersistir\npersistiu\nmunroe\nindignado\ngaseificação\nmittelrhein\ndecretos\nartefato\nberrocal\npesados\nhickory\nsociologia\nenvolvida\nniños\ncoalhada\ncoalhado\nsnooker\napavoradas\ntolhido\nyeshivat\nbeesley\ngoiabal\ntsugaru\nassine\nhermanos\nassina\ninfraestruturas\nviacom\npré-campanha\ncoesos\nplzeň\nwest\nwaley\nchantageou\nintepretado\nwales\nintepretada\npentacampeonato\nexplícitas\nsenseis\natigindo\nestilistas\nlícitas\nconfúcio\nlíder\nparahebe\npicape\ncabarés\nedemar\nedemas\nmachida\nporsche\ncarauta\nassiná\nperiféricos\nromita\nsilabário\nalauitas\nsassoferrato\npot-pourri\nmondoñedo\ndukla\nretardada\nretardado\nlandesliga\nbocelli\ndiscricionários\nostentam\nheraclião\npapel\npapen\npapes\npaper\nbangla\nvillarreal\nvictoria's\ncorino\ncorina\ncorine\nchevron\nirreconhecíveis\nexplodisse\nbedlam\nendorfinas\nquantias\nvangloria\nfoliculares\nperdulário\npiore\npiora\nensaiou\nsainz\nprojetaram\nseletor\nniklas\numedecidos\npattani\nplutocracia\nedler\naristágoras\nbialski\ncompass\ncoador\nnuméro\ncallahan\nfrancischini\nfgv-eaesp\nnr9\ntradições\ncarelia\nnrk\nnrj\nnrl\nnrc\nnrg\nnrp\nex-iugoslávia\ndecorou\nschürmann\nembarcará\nltda\narévalo\ntransientes\nbombeamento\nchorão\nreconhecível\nsabedores\nparricídio\nkatia\nkatif\nkatie\nefectivos\natlantic\ncambuquira\nthomsen\nodirlei\ndesembocadura\ncolchonetes\nandrelandense\ndirectório\nmagadha\nf\nnighthawk\nreajustados\nsubsistindo\nnagoya\ngiratórias\npapelarias\npósitrons\nalgodão-doce\nafetado\nafetada\npergunto\npergunta\npaintball\ncabeça-de-chave\nanglo-saxão\nmcgovney\nscenic\ndenzel\ndistimia\nsangari\npanteísmo\nmittal\njurista\ncatalisadores\nvolveré\nseptal\nhaussmann\ninstantaneamente\nriding\nsubjetivação\nieca\nencantei\nstepney\nfredson\nmidland\nencantadas\nhahaha\nmirabilis\nconsell\nobrigados\nnegreiro\ncontamines-montjoie\nterapêutico\nterapêutica\norfanatos\ncompadeceu\narrepio\nfecit\nbelzoni\nswimming\nprojeteis\nsaviour\nturmalinas\nexposure\ncadeirante\ncm9\nresidencial\naurora\nresidencias\ncmo\ncmn\ncmm\ncml\ncmk\ncmj\ncmi\ncmg\ncmf\nsanderlei\ncmd\ncmc\ncmb\ncma\ncmu\ncmt\ncms\ncmp\nterminava\ncm³\ninline\nempobrece\nsadollah\nadmitam\nseminu\ndesagradava\ntopônimos\nplêiades\nhengqin\ndiretor-executivo\nmullen\nreitora\nmullet\nmuller\no'toole\nzanoni\nmaximais\nacompanhavam\n\nvovó\nesvaziada\nesvaziado\ndiscutivelmente\nfreshwater\npreferiam\nencounters\nhuang\nfolhagem\ndesenrolavam\nerman\nermac\nviabilize\nviabiliza\nrecenseamentos\néquos\namamentam\namamentar\nsincelo\nreparos\ndimmitt\ntrogloditas\nsetil\nviabilizá\nosman\nbrøndby\ndonnie\nnebulosas\ncaricom\ncomercializáveis\nlivro-jogo\njulita\nrendeiras\nguiness\nattorney\nordenava\nassustam\ntongeren\nassustar\nqualificaram\nlasiocampidae\nclassificado\nempata\nempate\nclassificada\njodhpur\nefe\nthorstein\npré-definida\nfesteiros\ncâmaras\nderrida\nentrelaçamento\ndecamerão\norais\nhispida\ntaxadas\nanuncie\nanuncia\nquizás\nrebaixadas\nmagnussen\nadem\nanunciá\ntirso\nbrain\nbraid\nmyles\npenalidade\nwittstock\nfichas\nduodeno\nmetformina\nformasse\ncalhar\nlituana\npreconizado\npreconizada\nenojado\nenojada\ncollorgate\napplet\napples\norwell\npálidos\ngodwinson\npolaris\nsoterrada\nsoterrado\nlocalidades\npusionella\nburst\nbursa\nsoldador\npokerstars\nsul-sudeste\ncandidatado\nimplique\ntropical\nfamíla\nmetrostars\nhospedados\ncapovilla\nlorien\nagnelo\nmeramente\nrammasun\nfonológica\nfonológico\ngaze\nanguila\ngazi\nderrotaria\nnúñez\ncolla\ncolli\nconfaz\ncorpóreos\ndubuque\nunionistas\ncássio\ncássia\nragga\nwilliamstown\ngraxas\nstreets\nduna\ncarbonizadas\nacompanhamento\ngrundy\nbovídeos\nfonética\nfonético\ndiol\ndion\ndiop\ndior\ndios\nböcklin\nescoltas\nfrescobol\ni-chuan\nanytime\nincisivas\ndelorean\ntrapistas\nradial\nlewgoy\nshriver\nmarcie\nmarcia\nmarcin\ngaleazzo\nexpirar\nfanini\ndrupal\nempolgação\ndrupas\ncomemorados\nchocadas\nkodama\nreformação\ntivo\ntive\ntiva\nfantasiosa\nfantasioso\nnatalya\nintercal\nhumbert\nbovril\nhsinbyushin\nstalker\nsocioeconômicas\nsts-99-b\nsts-99-c\nretorta\nausenda\ntranstornos\nansermet\ncurada\ncurado\nprotos\ngermer\ngermes\nbauman\nelmaleh\ncryme\nvergonhosa\ntristano\nvilarejo\nkari\ncastrar\nsynopsis\ncrispim\ncrispin\nflaming\namiano\nquestionei\nquestionem\nescorrega\npantanosos\nherri\nkazuo\noratório\nsubtipos\nreativados\nsaltator\narima\nmosteiros\nafogamentos\nangolares\ndistraídos\ngheorghiu-dej\ntinea\nartrite\nmanhuaçu\narrendou\narimã\nmal-assombrado\nimportações\nschönau\nd'agostini\nd'agostino\ntellini\nabismos\nagathodaimon\nnotáveis\nlazier\njump\negípcias\niguaria\nlafond\njoost\ntetróxido\ndesumanas\nturístico\nturística\nranks\nleiloada\nleiloado\nproposições\nmeek\nlawes\nseteiras\nmeet\nmeer\ngroenlândia\ndenunciantes\norientavam\nalcalinidade\npeeling\npõlva\nmilenaristas\njurídicas\npernilongos\ndeixarem\ndeixarei\nlaminação\nembates\nembateu\ndialético\ndialética\nconfuso\nconfusa\nstudiorum\nmise-en-scène\nsumpter\nrosier\nbirdland\ncomunicados\ncomunicador\npichações\nbrighter\nfitopatologia\nlangeais\ntebet\nsarmento\npsb-ac\nafetuosos\nfundamentava\nsobrevivam\nperrengues\nbamberg\ncurcuas\nkurkova\nnorthwest\ndespovoada\nbanhart\ntchello\ngrenal\nbarbearias\ntrupes\nglorinha\nlilian\nmetrô\nbadminton\npreconizam\ntchau\ntchan\nexpurgada\notimizando\nordenadamente\nfortalecida\nfortalecido\nparede\npotinho\nsubcomissões\ntomates\nkangin\ntroll\ntomcat\nyojimbo\nmicaelenses\nisometria\narmoriais\ntandil\nutc-9\ngolders\nnegações\ncrises\nvialli\ninverna\ninverno\npartisi\nlegnago\nhelter\nmealhada\nhumanitário\nhumanitária\nrefilmado\nrefilmada\nfamille\nsprays\ngarimpeiros\norquestradas\nbarletta\nmarić\nbetacam\ngente\nkinoplex\ninventário\ndonatus\namadurecida\namadurecido\nmariá\nberzelius\ncavaleira\ncavaleiro\nfonseca\ngabriela\ngabriele\ngabrieli\nmariz\nrazorlight\nmarin\nmario\nmarim\nmarik\nmarib\nmaria\nconstrangido\nteógnis\nemocionadas\nsambódromo\nhertzsprung-russell\nderrocadas\nal-razi\ngyalpo\namanar\nnyberg\nmayall\npermitiriam\nlicitante\nintangível\nmenkyo\nbarracões\nnorbano\nlamúria\nyıldız\nhomens-bomba\nkreise\nproselitista\naceitamos\nentusiasmou\nsupervisora\ntlatoani\npinilla\ncrescimentos\neditou\ncommuniste\nentoar\nentoam\ndesconsiderado\npijamas\njarry\njarro\njarra\njarre\ncolméia\ngratuito\nqom\nevergrey\nuchiha\nausculta\njeffries\nsupervisionam\nsupervisionar\nendocarpo\nrecoletos\nlebon\nlebor\nevgeni\nshofar\nkirra\nvaldes\nlanzmann\nespetadas\nobscurecimento\nsaroyan\ncaíam\nsassuolo\nshocker\ntreasure\nhermansen\nrevirada\ncolossus\ngammon\nmiley\ngoldemberg\nbragança-miranda\nocala\nboxeador\nstreaming\n9999999999\ndebalde\nsejus\noxigenar\nquatre\nrefugiar\npardinho\njunín\nrefugiam\ncisternas\nprieta\neritreus\nacidentes\ncosmorama\ndramaturgos\ndesfazê\ncerimonialmente\narmeiro-mor\nheroina\nbuyer's\nbreyer\nvaucluse\nsurjam\ncalifornianas\npapelão\ncognomes\nimmanuel\ndescontinuidades\nlodewijk\nhomogenic\nsânscrito\nmilange\nchekov\nmarinelli\nhumala\nmassot\nmasson\ndescarregando\ntubarões\nmioglobina\nkaneko\nluxuosamente\npaterson\nadoniram\nnáuatles\npassionais\nornamentações\nhomicide\ndigipak\ntreinamentos\nthirsk\nfreqüentadores\ntinnea\ncompound\nportland\nglaucus\nlanternas\ncoroações\ndejectos\nequ\nrazor\njette\ndifíceis\ndespenhou\nhellcats\norton\ndunlop\ngodfather\nmathmos\n9,9999999\ncardápio\nheadlines\nheadliner\nspikes\nsnorre\nousia\nsnorri\nrecrutado\ninconsistências\ntupperware\ndavisson\nterciado\nluverdense\njbs\naplacar\ncríquete\njbc\njbl\ndunhill\nrusso-japonesa\nanthropology\ndiocese\ndescansavam\nressacas\nabstracção\nrequerimentos\nvitrola\nsulfídrico\nmurphy\ncafezal\nmórmons\nfreguesias\nqiao\nqian\ncoadjutor\nartabasdo\ncaligrafia\nadoptarem\nlampassado\npenosamente\njulgarem\nsocado\nxeque-mate\ncontrição\nalvarado\ncamus\nanêmico\nlameira\nlameiro\ntravados\nragnarök\nfradique\nrefrescar\ntributário\ntributária\npayment\no.t.o.\navilés\ndisease\nquaresma\nrogéria\nblogspot\ngrossi\ngrosso\npula\ngrossa\ngrosse\nmaynard\nplacídia\nantipoff\ntectos\ntectoy\nbayma\natordoada\nprodutividade\narbusto\ndamodaran\nstratovarius\nvás\noutubro-novembro\nbeira-rio\nnizami\nlocalize\nlocaliza\ndoyle\nleptina\nbastariam\nbyington\nriscada\nlocalizá\nrotores\ncuamba\nintroduzidas\natlético-pr\nmultiplicadores\ngroff\nsentaram\nmargraviato\nhelicarionidae\npehr\npazo\nkardashian\nmétrica\nmétrico\nacasto\nlibertá\nlibertà\nliberté\ncapua\ncaput\ncapuz\nbanderas\nex-colônia\nliberta\nprasium\nborislav\ndiscorrem\nleaves\nortopédica\nbeneficiasse\nortopédico\ntremens\nsaciar\ndedinhos\nlotado\nlotada\npetiscos\nmifsud\nceremony\nroseto\nroseta\nsubjugar\nsubjugam\nbacharelado\namim\namin\nfidelizar\namit\namis\namir\nsobrante\npetrossauro\nfaiçal\nática\nático\nsupercélulas\ndelecção\nloughborough\nunivercidade\nnitrito\nsoltasse\nindependence\nroubarem\nplatelmintos\ninstitutiones\nsubterfúgios\ngastrites\nvéus\nindecifráveis\ninves\nprecisará\nhatebreed\npersica\nbondarchuk\nakagi\nmontagne\nmontagna\nconservaram\ndisfagia\ndesfiliação\nproscritos\npangloss\ntransatlantic\nfósseis\nvénus\nzimmerwald\nformativos\nparaiba\nmegabyte\nsponge\ngeotécnica\nfoda\nreizinho\nattacks\naber\nabes\nabef\nabed\nabec\naben\nabel\nabem\nbianchini\nentalpias\ngostar\nmetamorfoses\npraça-forte\nflertes\nbotânica\nbotânico\nrarefeito\nrarefeita\nseminovos\ntrend\nlogunedé\nregenerado\nbororo\nregenerada\nborrifar\nsignorini\ntirinto\nhighlife\ninstabilidades\nconferidos\ncommentarii\nouviremos\nbanerj\nanormalmente\nautoproclamada\nperplexos\nflexionando\nsimulação\nkelberg\nmacena\nvirgin\nextremadas\nsociólogo\ngrund\nsocióloga\ngrunt\ncompilar\nendate\nfundas\nfundam\nshooter\nspacek\nspaces\nspacex\nspacey\npapão\ntautologia\nrolas\nrolar\nvolkmann\nesqueceria\ninjetiva\ngagarin\nphlomis\npimenta-do-reino\nsintaxe\ninterdito\ntadjiques\ntouhou\nstarke\ntransdisciplinar\nstarks\naterrissagem\nhurlant\nbraddock\nsephiroth\nswaps\nbenta\nbento\nbenth\nswapo\ntomopleura\nciclones\ntransborda\ncnidaria\nherbívoro\nherbívora\nconvidativo\nlimitadas\nininterruptos\nkoenigsegg\nmecânicas\ntreadwell\nvingadores\nmorcheeba\nhortêncio\nhortência\npresenciou\nhipocoonte\ncrossovers\nestado-providência\nequations\njohn's\nmatanças\nirvington\nowings\nhorses\ndescrever\ndescreveu\nsorcery\ndescrevem\npodzólico\nfraturar\nfizzwidget\nsearchlight\ninvadam\ntipada\nvajra\ntipado\npalácios\npaulo-sp\ndarlington\nsubalternas\ncaffarelli\nsomebody\ndickens\noperacionalizar\nhepatotoxicidade\nex-beatles\nnarcissus\ncorrespondidos\nc-bonds\nautomobili\ntransaction\nanti-histamínicos\ngiudice\nex-prostituta\narsaces\nduque\narchitects\nferes\nobstáculos\nerguesse\ntilly\nquinhentismo\nnordeste-sudoeste\nrecristalização\ndesaprovação\ndemian\nsobreposições\nnegroponte\ndistraindo\nsubsequente\ndecassílabos\nchegasse\nsiachen\npavões\ndtvm\ngeniosporum\nlamentando\ndevedora\nartilhado\nartilhada\nkeflavík\nureña\naleksey\naleksei\ncachalote\nrolaram\nestancieiro\nrefused\naltíssimas\nperiódicas\nterramotos\nmendo\ngimmes\nnorte-vietnamita\nrainbow\nmarkarian\ncasaco\ncasaca\naguardará\nsidra\nasmara\ncommunes\npenínsula\nunipar\navistando\nreavaliou\nunipac\nfulas\nracionalização\npertinente\nestudara\nujjain\nqaanaaq\ncorvinal\nmolinete\ninterromperem\numbigo\ndesfiliar\nestudará\n←\ncomecemos\nheilmann\nc-99\nfrontenac\nrafale\ncantoras\nkitsap\ncantoral\nvibrações\nferro-carril\ndeloitte\nmonodia\nrudolf\ndemandar\ndemandas\ninstalar\ninstalam\ndemandam\nmonstruosidades\nturco-cipriotas\ninnes\nvideogames\nidentico\nappenzell\nidentica\ncanelado\nhus\nlusitanica\nrodando\nfossos\nnumitor\nbucconidae\nex-traficante\nsorológicos\npinheirense\nmodigliani\napetecível\ndoutorado\ndoutorada\ndeclamação\ndidact\nfaltas\npleurobema\nparasita\nfacilitem\nlimnodynastidae\nfolio\nmariza\nprópio\nprópia\nminoritário\nshapley\npolynoidae\npiscícolas\ndeduzida\nfisiculturismo\ndeduzido\namaldiçoou\nacondicionada\nacondicionado\ntallaght\nouteiros\nchelotti\nclydebank\narakcheev\nmellotron\nilíria\nolfativa\nolfativo\npermanecessem\nparafusado\nvendido\nvannucchi\nbufão\nafastaria\nciclovias\nর\njurada\nmicronésia\ncachorrada\npyotr\ndybbuk\nbimbo\nlaboratory\ncooter\nsubstancia\nimprovisam\nwaddle\nimprovisar\ntarifário\nsupermoça\ntarifária\nnumerário\ncollapse\nxamânicas\nsolon\nlirico\nrosalía\nadministrarem\nbifurca\nadvisory\nadvisors\ndoutras\npreservá\nmien\nfranceses\napelativas\npreserve\npreserva\ncedro\nwheatland\npalmerston\ndivaricata\nvenenosa\npanamenhos\nvenenoso\nescaneamento\nenglobam\nberçários\nenglobar\ngoldy\ncadenas\ngabus\ninteragiram\nspini\nionizada\nionizado\nspine\nestouros\nestourou\nspina\nmiep\nforçosa\nschilling\nforçoso\nsandboard\nregressão\nlevava\ntournament\nconsentindo\nrepublic\nrepublik\ncupressus\ntelford\nprovocantes\nendor\nburris\nscholes\nrepresadas\ncidadezinhas\ngasol\nisabelita\nstrauss-kahn\nremistura\nparoquianos\npuc-rs\nmiddleton\nvazantes\ncontributos\nartistes\nbelyavsky\nsheldrake\ner99\nlojinhas\nmegyei\nadiabático\nbicão\neadbaldo\nultrajante\nastutamente\noccidental\ndisruptivas\nantunes\ncalotas\nvescovi\nmindoro\nrastilho\nalkmaar\ntylor\ndécima-sexta\nants\nanti\ngranulares\nanta\nrio-petrópolis\nsalário\nacomode\ninfla\njustificados\nacomodá\nkibutzim\npérola\ntraquinas\ncorreto\ngraboids\nsobrepujando\nopressão\naksaray\nportulanos\nauricularia\nbuying\nadequem\ncampion\nflanqueada\nespionagem\nphylogenetic\nquartel-mestre-general\nrealçados\ninfra-estrutura\ncph\ncpi\ncpm\ncpn\ncpa\ncpb\ncpc\ncpd\ncpe\ncpf\nmacondo\nrecherches\ncpr\ncps\ncpu\ntheotokos\nfitzherbert\nherzen\nhoxha\norador\nconcretizaria\nliderado\nfratricidas\nliderada\nbremner\nmiquinhos\nlisinha\nbeautiful\naccept\nselinhos\nyellowtab\nnotre\nscarone\ncalcado\ncromado\ninovador\ncromada\nhiérocles\nharbor\nglobalismo\ntahiti\nantifúngico\nministerial\ngangan\nnotada\nfolhosas\nmeça\nfights\nkamikazes\nniederbayern\nhumilhou\nboccioni\ndeixarão\nsátão\nínclita\nsoden\ndragonoid\ncontadas\nconsultaram\nploieşti\nkunta\nkunth\nkuntz\nreclamei\niconoclasma\nhelayel\nirrigada\nhospitalização\nquarentona\nolgiate\nmawr\nmawu\nprescinde\nsequestram\nheliocêntrica\nheliocêntrico\nsócio-cultural\nabimael\nhortênsias\npsicomotricidade\nconvexidade\nintegral\nintegram\nintegrar\nbanteay\nsaladino\ntextual\nromanas\nθ\nquetta\nsx9\nhampton\noverclock\nresulte\nresulta\nlichtenberg\nnivelamento\nfraturadas\nhildesheim\nfervido\npensavam\nco-edição\nphilippou\nsomaram\nhigh\nfundariam\nhigo\nhiga\nengasgada\nengasgado\nachatar\nforschungsgemeinschaft\namilcar\nkisa\nkiso\nkish\nkiss\nprocurem\ncamuloduno\nsilverton\ncarita\nducaina\npeptídica\nordenados\nordenador\nreducionismo\npines\npinel\nhotsite\ndanas\nsturgeon\nolfativas\ninfectados\nlamentáveis\ndistribuidas\nespalhando\nyousafzai\nmcferrin\nindenizada\nindenizado\nseque\nnarcio\npigmentação\nperformáticas\nbota-pb\njusticeiros\nrelembram\nrelembrar\nincumbe\nlusa\nluso\nlush\nivanov\niago\nagnesi\nagnese\nesportivos\nsilmeria\naproxima\nmorges\naproxime\ninterceptador\nsublinhando\nmiligrama\nóstia-velletri\nlamezia\naproximá\nescorchantes\nsu-9\ntristram\nurso-pardo\njingles\nvôos\nvôou\nstallman\nentendo\nconfiguraria\nentenda\nregras\naspereza\ndesunião\ncitrato\nentendê\nquadrada\nquadrado\ncolmeal\ndizê\nmurmúrio\ncatulo\nanalisada\nanalisado\nbilíngues\nunasp\nquadrângulo\nauditor-fiscal\nvalenciennes\ncolidiram\nserpens\nserpent\nguaranis\naltitudes\nnoldor\nmetafóricas\ningredientes\ncaracterizou\nzeb\nzea\nzed\nzee\nzen\nzeo\nzem\nzep\nhélder\nseigen\nhabitáculo\ngraziela\ntiar\ntian\nodiadas\nbarém\ncorroborem\ncabeludo\nseguem\ncabeluda\nlivermore\nmilitum\nmeretrício\ncontinou\ncompton's\nshrewsbury\nalmalaguês\nguidance\nterenos\nenxergarem\nsunflower\nrefletir\nahora\nautoconceito\ntilman\nfamilies\ncarbamazepina\nraid\nrail\nrain\nraio\ntotalizado\nrais\nraiz\ninjustos\neliminações\npoulsen\naguardaram\nvindima\nhispaniae\npersia\nprocurada\nprocurado\nmanzoni\ncélulas\nfeitas\nvariado\nfebraban\nfeital\nvariada\ntavares\nrespondera\nnihal\nmoscas\nlacrada\nresponderá\nlacrado\ndosbox\ncefalópodes\nfacetime\ncatawba\nnatasha\ncaráteres\nungern\nmauritanos\nponselle\nenna\nopiáceos\ncúspide\nbarganha\ngeoestratégica\nescurecer\nescureceu\nhyuna\nquark\nquart\nluzes\npublicitária\nprecisaram\nsheep\nbreen\nsheer\nsheet\nbreed\npublicitário\nbrees\nsheen\ntruncatus\nwenham\nchacras\ntiranossauro\nnala\ndesordens\ndictionnaire\ncontínuas\nprequel\ndissuasão\nmaisons\nencenado\ndispatch\nsimbologias\nnervuradas\nwestcott\nemra\nbelém-pa\nenganadores\nocorrente\ncédron\narejar\nemperrou\ndecência\ngonozal\nguilford\nhakuna\nadvertências\nnewpop\nmamie\njesuitas\nacata\ncumbre\nautentica\nlimina\nverdadeiras\nbretão\nrocam\nlario\nglobeleza\npoção\ninstaurados\nanswers\naquenáton\nsuprimindo\ncachalotes\nsobram\ntememos\nfugaz\nantônimo\npauly\nscsi\nregride\nsacolés\nenchente\nadrs\npauli\nadro\npaula\nditos\nrefogado\ndesvanecer\nporn\npersonificando\npedonal\nrh9\njuicy\njuice\nbritpop\npatterns\nrhs\nadvogar\nrho\naudio\ninabitadas\nconfundido\npanícula\nindefinidos\nmorgenstern\noréal\nscanning\nalternadamente\nhititas\ncolocadas\ngenro\ngenre\nimaginada\nimaginado\nanthony\nzazu\nlandauer\nmarcelly\nmarcelle\nmarcella\nmarcello\nfergusson\napóstolo\nzazá\nmonotremados\nsub-cultura\nsuper-poderes\npolítico-partidárias\ntoquei\ntoquem\ntoques\ncroatá\nkoichi\ncharolais\nconstrutoras\ncroata\njustamente\nconstância\nxiraz\nconstâncio\ntaaffe\nhégira\nclavier\nwizard\nvladislau\nex-professora\ncentro-avante\nocto\nocta\nsuficientemente\ntosca\ncondritos\ntosco\nupcn\ndiallo\napskritis\názimo\nindiscriminada\nleiloa\nfrotas\nhoniara\nl'etoile\ncielos\n9/99/99\nmachucou\ndiscordância\nreboot\norientarem\narticulava\nflensburg\nevidenciavam\ndrogas\ndrogar\ntrotskista\nlateral-esquerda\nrefrigeradas\nconquistamos\nianomâmi\npedantismo\nredimensionar\npolyscope\nco-irmã\ningeria\ningeriu\ningerir\ndesoladas\ncirkut\ntarôs\nellingson\nascender\nresenha\ndublava\npoxoréu\nporquê\ncoldfusion\nbarbear\nrudra\nmbar\nsolarium\nadiados\naterrado\ncamarote\nmangekyou\ninformáticas\nchlorophyta\nsubconjuntos\nroman\nadília\nkruge\ntenaz\nfeirinha\npeninsular\nconquistadora\ntheather\nturbulence\nwinkelhock\nduraria\nfosseis\nreivindicativa\ngimnospermas\ncomeço\ngrânulos\ncomeça\ncepagri\naerogel\ngoguryeo\nnintendo\nmarsupilami\nelsie\nkudo\ndrew\ndrei\ndrek\ndred\nmolon\nsubproduto\nitasca\nantonín\npálida\nneolíticas\njabuticabas\nexposé\nsugababes\nalcachofra\nituano\nituana\nacionador\nmotoki\nsteinfeld\ngiacchino\nbrasiliensis\nleptodactylidae\najudará\nloup\nloud\nmáficos\ngoblins\nimperatriz\nmariene\nchucrute\nrouet\nascéticas\nhalliday\nsaberei\nsaberem\nsaberes\nvírgula\nparrado\nimitador\npowerpc\nfalcão-peregrino\napanágio\ncrateús\nreference\nterapsídeos\nontologicamente\nforçaram\nsemeado\nsemeada\noportunistas\nentendidas\n℃\nembasa\nnexe\ndenunciada\nabecásio\nmacaíba\nwww\nnamorou\nwwd\nresvalou\nwwa\nwwc\nanormais\nignorarem\nvarecias\nbruyne\nskinner\nespecificidade\nberisha\nconlon\nordenasse\ncaldeia\nbonequinho\nananse\ntransfere\noptam\nkharkiv\nbusic\npiracuruca\nparanista\ndarya\ndaryl\nmotivadora\nhyuuga\npetrella\npetrelli\nmaravilhosos\ndiagramas\npapel-chave\nlennox\nlennon\ngozem\ntheraphosidae\ntralha\nlançando\nriina\neslovênia\nximeno\nximena\nemboladas\njunichi\nchachá\narqui\narque\nevanescence\nvagabunda\nvagabundo\nmalhava\nrampas\ntapirapé\ncorporations\netimológicos\nrosario\najoelhadas\nemigrarem\ncarimbada\nricca\ncarimbado\natleta\nallemande\nlevitsky\nsupressores\njuventudes\nincessantemente\ndefeito\nr.l.\nmihai\ndélcio\ndobramentos\nsaratoga\naccording\nmodulações\ncreole\nvitalis\nnurmi\ncalcário\ncalcária\njascha\nquilinhos\nmiddleweight\ncalhou\niracemápolis\nconosco\nrobbery\nresidindo\nentre-guerras\nreneé\ngross\ngrosz\nbroker\nbroken\narta\nhoplon\ncw99\nemoliente\ncharlestown\nzambujeira\nelrond\ntorcemos\ncitados\nvisualizando\nremota\nremote\nremoto\nsemi-circular\ncleyton\nquerino\ngrajaú\nsheeva\nreaproximação\nvotivos\ntitled\ntitles\nidalberto\njailson\nsurfer\ngonçalense\nartzi\nwhittaker\ndesacordos\nrenee\nnong\nnone\nlaurentides\nnona\nnono\nnoni\ndupeyrat\nhibiki\nsocar\nsabíamos\npônticos\nmelasma\nursina\npetita\npetite\ncharme\npetits\npoleiros\nreembolsado\nfoiani\nmuvuca\nsindicado\nligaram\ntsundere\neskridge\ngameleira\npatópolis\nabarcava\nmödling\ngrashof\nquerência\nplanisfério\nkananga\nseguiria\nmonster's\nremanesce\nauditoria\nauditorio\ncircenses\ntrofeu\ntrofeo\napêndice\nangeloids\ndedilhar\nmaterializações\ndemarcou\nfarmacopéia\nratificações\nperiodicidade\nreordenação\nêmbolo\ncontinuados\ncontinuador\nthroughout\nrealms\ncartan\nservirem\nramagem\npierfrancesco\nextrassolares\nnardi\nnardo\nsínope\norquestrando\ndejair\npossibilitaria\nosmofóricas\nendereça\nendereço\nlinguajar\ndurabilidade\ngermany\npermeiam\nminguando\nchantagista\nreverenciando\nomena\nbessas\nalmadense\ncepisa\nmultiusuário\nsaudita\napml\nsupino\nfruela\nditames\nrelançados\nexecutam\nexecutar\nfarwell\nlamsa\nprivacidade\nbarsoom\nreidy\nreide\ndesilusão\nberliner\nrecoba\ndemonstrada\nbeduído\nkinema\ndescolagem\ncodinome\nkapustin\ncoypel\nmassachussetts\nfumagalli\nintimistas\nmultifuncional\ndemorava\nserino\nserina\nelectrônico\nsippar\nelectrônica\ndeambular\njeannie\nodonata\nquadrilha\ncabendo\nteng\nderretidos\nreinóis\nprestada\ntriticale\nbebidos\nágila\nautomotoras\nbench\nanistia\nverrucosas\ninfraconstitucionais\ncantábrica\ncantábrico\nvaljean\nrepresada\nrepresado\názere\ncolheitadeira\nportenha\nportenho\nhidrante\npathet\nradke\nfonovisa\nlatria\npára-quedismo\nconvergiram\nhilst\nvínculo\nbeaverhead\ntweet\nleccionando\ntweed\npatú\npatê\nmazagão\nmicroeletrônica\nguaicuí\npats\npessanha\npaty\npata\npate\npati\nheracles\nimergir\nminato\nernane\nincorretamente\ndanosos\ninsensíveis\ndestruírem\natrasos\natrasou\nnagasaki\nculinárias\ngostou\ngostos\ncoronata\ncante\ncanta\ncanto\ncantu\ntocha\nsolidarizou\nai-9\nchuck\ncrj999\ncantá\ncantú\ncantù\nretransmitiu\nrecco\nresistencia\nhand\npadeciam\nlusitana\ndecantação\noficinais\npulsos\nvingar\nlobadas\nelantra\naérope\naéropo\nfaixa-preta\nespermatozoide\nsináptica\nmesatenista\nexercicio\nsentavam\nbachman\nwright\nsocorrê\nditatorial\nproprietária\nproprietário\nrhamphicarpa\ncronicamente\ntraficada\nlcf\nfonógrafo\ngrisalha\naveriguações\ngrisalho\ncatarinenses\ncitharomangelia\nobás\nhumanity\nciclase\naprendem\naprender\naprendeu\ntoureio\nditto\nclegg\ncômputo\npatamares\nisolda\nisolde\nfestin\nfestim\nlavínia\nhoxton\nlavínio\nplaydead\nlago\nadaptar\nbork\nborg\nlocalidade-tipo\nomri\ntaques\nexner\nbuller\nbullet\ntarnat\nmalévolo\njebediah\ncuringa\nkopenhagen\nsupertaças\ntendencias\ndreamliner\ngiardíase\ndiscordou\ncertezas\npitimbu\nteleféricos\nfaser\ndesbravadas\nhoher\ndispor\nraíssa\ndreamlover\nmaravilhosamente\ncarney\ncarnes\ntransformações\nespantaram\nkbytes\npreocupou\ndiabo\nprecariamente\ndiaba\nmambembe\naterrorizando\nconsiderei\nconsidered\ndominantemente\ndawson\npinnacle\ncaracteres\ndestreza\nincansável\nanadyr\nfazendária\ncontradizê\nhenin\nmuretas\nagrupam\nagrupar\nemtu\nexpressaria\ndrakkar\nresponsabilização\ncenografia\nfundando\nacometidos\nronaldos\ngabava\ncientíficos\ncensuras\ncensurar\nverbandsliga\npalamas\nhalabja\nracism\nsubenredo\ncastles\nmetastasio\nabatedouros\niprem\ngerwig\n-lho\n-lhe\nacendendo\n-lha\nkvas\nprotoplanetários\nnobiliárquica\nnobiliárquico\npanathinaikos\nkraśnik\nsimonyi\nstar-ledger\nestoquista\ntlingit\nplanado\ndinha\ndinho\ntemudo\nassexuais\nprovocando\nanticapitalistas\nsamuels\nobservatórios\nproibiam\nfiníssimos\nsozomeno\nmudhoney\ndanielsson\nmoan\nmoai\nmetodo\nvial\nviam\nvian\nvias\nbigelow\navaliando\nobcecadas\ngrams\ngrama\nventicinque\npenalty\nportorriquenho\nportorriquenha\nhepáticos\nsiebert\nretrospectivamente\neletrólise\nanti-inflamatórios\ncouraças\npinça\nquintet\nmeuse\nincoerências\ndrwxr-xr-x\ndendrímeros\nperene\nmetro-goldwyn-mayer\nprimeiras-damas\nsossegada\nruiva\nruivo\nsossegado\nciee\nnonpoint\nvirginis\nfigura-chave\nfotboll\naperfeiçoam\naperfeiçoar\ntozama\ncarteiras\napetitoso\ngrodno\nlemon\nmecanizado\nlisboa-porto\ndescansados\ncelpinto\ncárstica\nprotônica\nreforçam\nalauítas\nvibrar\nvibram\nbaixinhas\ncongéneres\ndesculpem\ncamela\nbudokan\nbudokai\npetrarca\nassistenciais\nunited\ncaramujo\ntension\ncheaper\ncamargo\ndespacharam\ndestrutivo\nimoral\nknowle\nconvir\navaliasse\nirmãozinho\nterrosos\ncorriqueiros\napólogo\nromagna\nfontenay\nnagatomo\nanidridos\npalamismo\nvareta\npeterhof\nsupernanny\ngravatá\nconde-duque\ntatsu\ninvestigarem\nmazeppa\ncorriqueiras\ndesvalorização\npackaging\ntable\nindirectos\nresinas\nactualmente\nvaléria\nkawashima\nduas\nisraelense\nduat\nduan\ndual\nhaigh\ntyne\nfishing\nquadruplicar\nhenin-hardenne\nprincesa-herdeira\nmaupin\narrebentando\nagradava\npropiciada\npropiciado\ncasoy\ncasou\ncasos\nhuascar\nreconciliando\narmadora\ncelito\nseculo\nbiomassa\nsturm\nstura\nagrega\nsture\neconomizar\nharappa\nkrutch\nunderdark\nvilarejos\ntemas\narenas\ndrinks\nmisturem\nmydas\nsonhou\ncoerência\nmurilo\nhiperconjugação\nexperimentavam\ntempo-espaço\nmímesis\nperpendicularmente\niniciarão\nrolimã\ndoors\ngipsita\nmais-valias\ntitans\ninfinitos\navistou\ncaboto\npolítico-ideológica\ndelphi\njurisdição\nnovembro\nvídeo\nvice-presidentes\nsequências\nwagneriano\ndepatie-freleng\npossamos\nleeteuk\ndetmold\nparalisados\nelliman\nmaniqueístas\nhidrólise\nrefeita\nmanufaturação\nrefeito\nmuito\nmuita\nhoplita\nfercondini\nimaturo\nsoa\nsoc\nsob\nsoe\nsod\nsog\nsoi\nsom\nsol\nsoo\nsos\nsor\nsou\nsoy\nsox\ndimebag\nso9\nártemis\nlundy\nlundu\nasséptico\nfernão\nlunda\nperus\nambiciosos\nastúrias\nslumberland\naube\naubl\nbelushi\nplanilha\nfolhetos\nfronteira\nfronteiro\ncercos\ncercou\ndevorou\nreeleitos\nchaucer\nperua\ntirocínio\nmaravilha\nxilofones\nsidor\nsidos\nsidom\nsidon\nteofilacto\ncontabilidade\nhufflepuff\nantropófagos\nproducer\nlucent\nfolly\nuspensky\nlucena\nghede\nfolle\nzanardi\nmesquita\nmesquite\ngolas\ngolan\nsoletur\ntriglicerídeos\nstaffel\nacatado\ntehau\nacatada\nequipagem\nmoverem\npolicarpo\npolicarpa\nspartan\nzodiaco\nmarionetas\nlufe\niapu\niapi\nirredutibilidade\npolly\nprofana\nprofano\npollo\npolla\nwtorre\nrês\niapó\ncheltenham\ncenotes\nverdad\nademás\nritsuka\nneandertais\nyuezhi\ndefrontar\ndefrontam\ngoliath\njabotiana\nbadalo\nequivocada\narmadores\nmascates\nõ\nwarendorf\ntelescópios\neurovisão\npsicologismo\nano-base\nmorzine\nculex\nzveiter\nsg-9\nreligão\nferréz\npedriscos\nlukather\nsawdey\nhublot\nbajas\nrecolher\nrecolhem\ncasamata\nhidrográfica\nseoul\nwaves\nafluência\nconcomitante\ncarrão\ndesautorizar\nflamengo-pi\nbiodegradação\nfotossensível\nfinanciará\nclique\narhus\ntraria\nhell's\neaux\nbrossard\ndemônios\nhipoclorito\nmonastero\nideais\nbrauner\nberenger\nentravam\nédith\navermelhada\ncirculando\npetruchio\nspirits\ninterpretavam\nspirite\nfermin\npronominal\nradiologista\nenfrentá\ninicializar\nbravais\n9999/9999\ntraía\ndistribuídos\natrasaria\nsuponha\ngranbery\ncomparam\ncomparar\nclavícula\nfulvio\nresquício\nhospedam\ncofrinho\nhospedar\ninteressavam\nexpulsado\nbontempo\nkéti\nkétu\ndistanciadas\ndescumprido\nhesicastas\ndescumprida\npercebido\npercebida\ncelofane\nidosos\nbartram\nvitélio\nbraçada\nvitélia\ncalvert\nrestelo\nbaronesa\napaixonadamente\nhistóricamente\nquererá\ntaverneira\ntragar\ntragam\nmorgenthau\ncoffin\nslim\ngrão-de-bico\nslip\nmarmota\nganhasse\nacácio\nacácia\nultrapassassem\nusui\nnortenho\nnortenha\npulkovo\nyoshizawa\nstare\nnoosfera\nsubstitutiva\nsubstitutivo\nrica-ms\nambundu\nstary\nstarz\npan-árabe\nhangover\nwaffles\ncevallos\naltman\nmontesquiou\nbasquiat\ndivórcio\nmetabolito\ndeglutição\npromoção\nmoídas\nbatista\nseuil\nroller\nण\ntupac\ntupan\nsaberão\nadwords\nmaidalchini\nindexadas\nstaré\ndae-jung\nstupa\nviscosidade\ncumulativamente\ncozza\ncozzi\npictograma\nism\nwhistler\nyoshinori\nczerny\nômega-9\nbrilho\npesando\nguaxuma\nnaturelles\npressentimento\nconstituído\nproclo\nconstituída\nmárquez\nmorvan\nautomatiza\nfrações\nmemling\nroyston\nleito\ndesclassificada\ndesclassificado\nleite\nqigong\nfacchini\ndirichlet\ndetestar\ntiristores\ndetestam\nkentish\nbeach\ncolonizadora\nadir\nadis\nadia\nadil\nadim\nadin\ncharpentier\nsalon\nsalou\nmalpighiaceae\nalbergue\nportões\nbuscando\nplastico\ncharenton\nonetti\ndiarista\ngringas\ncabresto\ndasycercus\nhidropneumática\nmultadas\noriginavam\nreferenciar\ncomissariado\nalumni\nspeciosus\ndescomunais\ngenga\nbonamassa\ntransbordado\nw.\nfolclore\nmontanha\nwd\nwc\nefusivos\nwo\nwm\nwh\nws\nwr\nwp\nreumáticas\nrojiblancos\nesquete\ncascata\nreticulado\nreticulada\nneurotransmissores\ntristein\nencolhendo\nnetvox\nresistiram\nseixos\nredneck\nadição\nmaupertuis\nclonar\nguerrearam\nphoto\ninvisível\nhazen\ncharing\ncorrendo\nindicadoras\noecd\ncongas\nconverso\nparelheiros\nconverse\nagostinianos\nbighorn\nparvula\niannis\nphylloscopidae\nlesma\nhás\nconvênios\nburdon\npopularizou\nextirpação\nextremadamente\nasa-delta\nportefólio\nrhythm\nararinha\nkirby's\nreaberto\nfogem\nbaús\nbibas\nclothing\nbloqueá\nducati\nducato\nchampinha\nesclarecedoras\npatrocinando\nnáos\nmaltin\namusement\nangraecum\ngomphostemma\nconvictamente\nmadan\ndrove\nluvas\nvisitasse\nsubatômicas\nimobilizações\nconcatenação\nrecortadas\ncafiero\namuro\npensava\nefetivou\nefetivos\ndisputar\ndisputas\ndisputam\nkluge\ncarneirinhos\npavio\nplaneadas\nshigenobu\nproperty\nafinadas\nbisavó\nnitrogénio\nmáximo\nnusselt\nlamela\nmaius\nex-confederados\nforlán\ntelefónica\nrelevo\ntelefónico\nauto-avaliação\nsuites\noblongo\noblonga\nsicaria\nzeitlin\nd'architecture\nmillettia\nsapinho\nrelegando\nhisahito\nmdma\npereyra\nlavey\ndespreocupadamente\nlaver\nbochecha\nglitch\npolígono\nembaixador\nnabil\nnabis\nturbo\nturba\npirabas\nions\nspalding\niona\nione\nshreve\nspectra\nspectre\ncriolo\ncimino\nkrambeck\nsoon\nsool\nsoou\nfelação\nschrödinger\nteutônia\nembasar\nstopped\nrob-vel\nconversão\nostvorpommern\nhalachá\nbrachypelma\ndiorama\nfiladélfia\nlibolo\ncrescent\ndesonrado\ntukhachevsky\nxbiz\ninfestações\nscabbia\napala\nmacetes\nparanoid\nparanoia\nhodie\ndaemons\npalhavã\ngres\nschwimmer\nyosdenis\nsilêncios\nmedindo\nsecrets\nsecreto\nsecreta\nnewburg\nminúcio\nminúcia\nnewbury\nplasmídeos\nchiapas\ngunray\ntrapézio\ncasaldáliga\nruidosos\nconsultum\nlacus\nzauberflöte\nelves\naugustina\ndekasseguis\nmathematical\nempunha\ngregorianos\ncostumavam\ndelaunay\ncentenas\no.c.\nmessaging\ntransitório\nconcordassem\ncréteil\ninatingível\nchelsea\ncavaquinhos\nknorr\ncancelarem\nsulley\ndardo\nhayward\nmisantropo\nmegawatt\ncamarinha\nsolário\nlixas\nlixar\ncommercial\nchant\nchang\nchimpanzé-comum\nkérastase\nglaedr\nferreti\niesus\nferrete\nantonescu\nharmônio\nacamparam\nexumado\ngirabola\nmonogram\nostwald\nreligio\ncovenanters\nremasterizados\nprintemps\nestremo\nmil-réis\nviktor\nhebe\nmês\nadquiri\nadquira\nadquire\nitamaraju\newald\nitabapoana\natuar\natual\ndeito\nrefugiaram\nhans-georg\ndes'ree\ndeleção\ndesperate\nvadiagem\nronettes\ncorreição\nwilly\nex-coronel\nwilli\nwilla\nwille\nwilld\ngutkin\nenalteceu\nurtiga\nsenza\ncacoalense\nnazgûl\ncevada\ncorajosa\ncorajoso\ncolhido\ncolhida\nlogradouro\ncranberry\ndia-a-dia\ncistídios\nlaporte\nlaporta\nsaturado\nkokay\ngracinhas\nevocava\ntasso\nvillagrán\npagamentos\npacu\nelencar\nsanrio\ndookie\nenvoltas\ninvadido\ninvadida\nhaze\nhaza\nanalisarem\nseletivas\npsicogênica\nnoya\natemporal\navena\ntraficante\nlwa\ndesmoronamentos\npipocar\nhavaianos\ngenótipo\ncomercialidade\nisonzo\nestrela-guia\nmelora\nórcadas\naguadas\nimitavam\nsuperpopulação\nbrútio\ndraft\nestanciano\naquitaine\nmícrons\nenchimentos\ntulha\ncoppe\ncoppa\ncoppi\ngeneración\nbearer\nquirinalis\nafogado\ncronológicos\nafogada\ninitiative\nrequereram\nsan\nultra-nacionalista\n-propanol\nwalcyr\nmetaloproteínas\nsas\ndivorciaram\nintimou\nsau\nfanzines\nelectrum\nrebordelo\nbentopelágico\ncreighton\npacquiao\nfaust\ndaud\ndaun\ndaum\naplaudidas\niberos\nafectas\nafectam\nperueiros\ncalceolaria\nunila\ncorporis\naeromédico\nbrasileirinhas\nfawcett\ngael\ninês\ncontentou\nmujahid\nml\neyshila\ntocam\nmu\nrosenborg\nmt\nms\npinoli\nimplantes\ndraconis\nufpel\nquarrel\nschenectady\ntocas\nescalou\nduvall\nsucederam\nmesquitela\nnova-go\nhatita\nmodugno\ntale\nalertando\ntala\ndeposit\ntall\ntalo\ntalk\ngerminativo\ntofu\ng.l.\n99-99-9\naprisionando\npipocando\nérlon\nfacilitando\ndeliciosas\nreerguendo\neyes\neyez\nmulti-platina\neyed\nmá\nradiantes\ninundada\nbolognesi\nbolognese\nwarsaw\ndesempregados\nrepelem\nindicativos\nbenzílico\nencerrava\napresentava\ndword\nchefiar\ntchekov\nlexikon\namplificadas\nsirga\ndrake's\nesotérica\nesotérico\nvença\nmaresias\nindeferiu\nimprudentemente\nprimeiramente\nwildner\ngrip\ngris\ngrit\ngrid\ngrim\ngrin\nconsultar\nconsultas\ncaba\ncabe\nrodésia\netiologias\npitinga\nednei\ngomel\ngomes\ngomer\ngomez\nformalismo\nromantic\nponcha\nreincidentes\nascético\ntwerk\nkirchhoff\nconstantes\ngoh\ncarboneto\nrundschau\nbrowsers\nemily\nrendufe\ndrupa\ngot\ncefet\ncefeu\npaok\nclássico\nclássica\ncorrecção\nmediabase\ntailândia\nbaywatch\nintegraram\nonerepublic\nporcentuais\npaulistânia\nfundistas\nchute\nchuta\ncívico-militar\nteatino\neliminava\ndecompostas\nmadrazo\nmerendas\nantiamericanismo\naydar\nbarbarian\nfilhotes\ntrompetistas\nórfica\ncézar\neólicas\ncientologia\nnotitia\ncristalizando\nphilby\nbolbo\nargente\nargenta\nargento\nchampagne\nbgcolor\nbystrica\nwassermann\ntrojan\ninseriram\nsócio-económico\nsoteropolitana\nsócio-económica\nsoteropolitano\ndeclarar\npetrolíferos\nabsolveu\nabsolver\nditko\nsocioeconómico\nauto-tune\nfeitosa\ninstituido\ninstituida\nlara\nlard\nlark\nlari\ntretyakov\nfráguas\nfruta-pão\nijso\ncaqui\nsuperquadra\nlagerfeld\ndiabelli\nformá\nyeux\nbernie\nglaxosmithkline\ncontagem\nalcaçuz\ncabralista\nimortalidade\nsobrino\nskadi\ncacuia\ntrail\ntrain\ntraia\nalii\nco-escritas\nalia\nalie\nalix\nalis\nbangboshê\nyoshikawa\númido\númida\naliá\nroçar\nroças\nlooping\nyngwie\n্\nmutua\nfiume\ngriots\nperambulando\nrespeitar\nlanzac\nrespeitam\ntupelo\nbayesiana\nmorassem\ngraneleiros\nwatcom\nzoomórficas\nendogamia\nmoncho\nkrystyna\nesperançosos\nserejo\ntérreas\nchopra\ndicrastylis\niniciaram\nconversavam\nenfrentaria\nyangtzé\nincontinência\nmatterhorn\ncachorros-quentes\nafiladas\nlaboreiro\nmarajás\ngarreta\nrealismo\ntriatleta\nbloqueiam\nlíquida\nlíquido\npacômio\nsuportá\nadorar\ncercados\nimplodiu\nimplodir\nsuporto\nsuporta\nsuporte\ncourelas\npartem\npartei\npartes\nexerceriam\naftermath\nburmester\ndevolverá\npebbles\nyarmouth\nfemina\n∂\ninjustificadas\nnutri\ndoláres\nfenitoína\nalagou\nex-congressista\napolítico\ntexteis\nviti\nvito\nvita\nvite\ncassiopeia\nagepel\nurros\ngrasset\ncofres\nilhote\npentecostalismo\nmorwen\nkurono\nétampes\nacessórios\nmaybach\njosemaria\nrepuxo\nben-gurion\nenrolando\nemancipação\nacropolita\nsp-arte\nantiga\ncourtisanes\nantigo\nestandes\nherédia\nreiterando\nbaader-meinhof\nssangyong\ntrina\nteenager\ntring\ntrinh\ntrini\ntrino\npró-reitora\nhocquenghem\nvalorativa\nucsd\ncampesinos\nluzhniki\nbouillon\nactinomorfas\ndomésticos\ndeclaradamente\nurb\nmotion\nanti-globalização\nurt\nremotamente\nrecolherá\nidentifico\nidentifica\nosório\nwilstermann\nbaixem\nbaixei\nrevendida\nrevendido\növp\ngeniais\nescauro\nnova-iorquino\nnova-iorquina\noseias\ntseng\nh.a.w.\nzakopane\ninterligando\négide\naprilia\npara-quedas\ncontaminada\nclasse-linha999\ncontaminado\nmarcaram\nopúsculo\nferros\nferron\nviaquatro\ncatete\ncateto\nbounty\nloir-et-cher\ncompusesse\nneckar\nrenatão\nrăducan\nliliales\nneutrinos\nlefèvre\nmamulengos\ncarral\ncarras\npré-condições\nseropédica\ncatalano\ndebutantes\nduty\ndutt\nduto\ngotejamento\nchampions\nkhufu\nmostrarem\nantitanque\nbermuda\nassoreamento\nrecorrendo\nsatir\nsatie\nsatin\ninterpela\nrefutam\nrefutar\nnativas\nfim-de-ano\ndesnivelamento\nveneravam\nel-bahari\ndedos\nroldana\ntarchaneiotes\namalric\nsírios\nraúl\ngoiabeira\ncpdoc\nptn\npte\nptc\nptb\npta\npty\nptt\npts\nptr\nsedução\ninspecionados\npt9\nrotativos\ncullmann\namarravam\nmentecapto\nadotivas\ngoldenberg\n‡\nacionamentos\ncolecistectomia\nexpertos\nnabeiro\nsimbolizou\nkawabata\nsnowboarders\nalaina\ndeserdado\nyoshida\nmariologia\nrafsanjani\npablo\npagasse\nsposetti\njoguem\nregedores\niridoides\nphileas\nvinnie\nmétopas\nintubação\ngrotesque\njeje\nblanton\ncarrillo\nmercantis\niscte\njave\njavi\nfrugalidade\nsant'anna\nbarricada\nvocacionados\njavã\njavé\nviole\nviola\nproechimys\npeptídios\nrouquidão\njullian\nmudá\ntomsk\nbergsten\npatriot\nanti-tratado\nsistémicas\nluminância\nlepida\nmutuário\nimpulsivos\ncunhadas\ntaizé\nmichalak\nlounges\nfrazão\nralar\nsequestrá\nsubsecretário-geral\nा\nturíbio\nranielli\nmizne\nbiriba\nmuda\nsequestra\nsequestro\nvírus\ntulasnella\ngêmeas\ntetania\ngassen\nalcoolismo\nratatouille\nartífice\nsentenciada\nbiehl\npredominante\nislandês\ngoodrem\nisbn\nisbd\nalvoroço\nfaud\nfaut\nfaux\nfalante\nangle\nanglo\nporta-malas\nartístico\ncoulombiana\naramis\nemancipation\ndeccan\ncartum\nsigilos\ncardiopatias\nofra\nburditt\nintercâmbio\nleguminosa\nglarona\nortogonalidade\nmanhunter\nticuna\nmaluquinha\nmaluquinho\nsemi-finalista\nopera\ngarcía\ndefinidor\návalos\ncocker\nvice-primeiro-ministro\nfalange\ndiscursava\nsubscritor\nsubscritos\napegada\nlideranças\neduc\netária\ndigit\nmedabots\nmagoada\nvazaram\nmagoado\nvalentín\ncontroles\ncontrolem\nhedra\nbeauté\nmotetos\nbimotoras\nhof\nprovincial\nhob\nhoc\nhoa\nhol\nhom\nhov\nhow\nhot\nhou\nhor\nhos\nhop\nhoz\nprovincias\nhoy\nbeauty\ngarantindo\nebenezer\neduca\nadhemar\nknockout\nkayla\ncorbijn\nanticompetitivas\nmalefícios\nrsrs\ncooperativamente\ncorais\nmandadas\nmontenegro\nsub-bacia\nmasdevallia\narrependidos\nsuero\nrelacionar\nrelacional\nrelacionam\nemagrecido\nalfazema\nsortudo\nmadang\nmadani\nplayed\nplayer\ncrusaders\nthings\ncoordenador-adjunto\ngzip\nsociológicos\nbraničevo\ninterlúdio\nzigurates\nalsthom\nrohde\nmalcom\npreboste\ntelefonam\ntelefonar\nsurvive\nrerum\nscacchi\ndesmantelar\nrollins\nrolling\nlogomarcas\nincluida\npior\npios\nincluido\nemergindo\ntoponímia\nmicroscópio\ntopográficos\nerlich\nbraithwaite\nroesch\nrareware\nyards\nalone\nalong\nalona\ntaoista\nwaldyr\ngravatás\nsubclasse\ncondorcet\ncaetanos\ncoleguinha\nnarrows\nnela\ndeclínio\nvimaranense\nencontrados\nsacolinha\nfatídico\nfatídica\nreadaptação\nbricolagem\nformule\npré-olímpica\nvislumbrar\nprogramming\nproving\ninegáveis\ntg99\nplein\nbacteriológico\nnishimura\nbacteriológica\nbenfeitoria\npubmed\nbutterfly\npairando\nzacharias\nromanian\nrepercussões\nartist\ntentação\nconversei\nconversem\nseptuaginta\nshinsengumi\ndióxido\nhartung\ndarin\nhastear\ncatasetum\ntiffany's\nsegar\nvinculando\nlibo\nauditorium\nadopção\nexif\nmajorana\nschaefer\nverticalizado\nverticalizada\noff-line\ncegonha\n9999/999\nmoscovo\nabingdon\ntapejara\nuninove\nscranton\nhughes\npetkovic\nresumo\nedificadas\ninter-relacionados\nnormativo\nnormativa\nbelzebu\nsalte\nsalta\nestenderá\njornadas\npetković\ncompensa\ncompense\npozzuoli\ncompensá\ncarvalho\ninvalidação\nwinick\nxxxiv\nqueimarem\ndivulgam\ndivulgar\nefetuou\nendógeno\nbattaglia\nregensburg\nmengistu\ncegas\ncegar\npindorama\nvermigli\nanotador\nanotados\nsemicírculo\nnecessario\ntragicamente\nnecessaria\ndonizette\nml9\ncebrap\npreceitua\nrecibo\ncoloquial\nmlb\nmlg\nmlk\nmls\nmlp\nmlw\npyunik\nducky\nex-apresentador\nducke\nfomento\nfomenta\ncommune\npreencherem\npunitiva\nepidêmico\narresto\nalimentará\ndecodificação\ndesorganizadas\norgãos\nsokaku\ntransiente\ncoexist\nalarmismo\nfarmacêuticos\nlambança\nneron\naplaudiam\nassessorada\ntermodinâmica\nassessorado\nshowtime\ndeclarasse\ndefenderem\nce99\nfayette\nm.i.\nhabermas\nfacha\npoluidor\nblogosfera\nmahler\ndesumanização\nassíncrono\nassíncrona\ntradicionalmente\nreceive\ntroian\nandropogoneae\nnetscape\nuniversitaire\njonathon\namber\nempoli\nearth\ngrizz\ntambién\ncastilhos\nmerton\nfiloxera\ntracey\nlousada\nlousado\nbiótipo\nnoudar\nmcnaught\nshut\nbourgogne\nshue\nshun\nshum\nshui\ncannonball\nsolavanco\nlavochkin\npressentiu\nmachault\nbombardearam\ncarme\npressentir\ncarma\nprosencéfalo\nfiguras-chave\ngoverno-geral\ngaleses\ncobalto\nh\nassembléias\nsalome\npulverizado\npulverizada\ntomismo\ncinéfila\nficariam\nguidão\nroveredo\nchutaço\nyogaswami\nspallanzani\npatrões\ncessante\ndaleste\ncapitão-tenente\nprussiana\nprussiano\ntelão\ntse-tung\ncatherine\nhubert\ncripta\nbasie\nmaldini\nbasij\nfarnese\ncueva\nbálsamo\ncachês\nexibiu\nexibir\nhaggis\nexibia\nichikawa\nbustos\nsilenciou\npertencem\ntk9999\nfolguinha\npertenceu\npertencer\naquarelas\ncecotto\nagarose\nberber\nsolex\nordem\norder\noffice\nx-statix\nfrancónia\ninglesas\nbemge\naneis\nenrosca\npersson\ndigeridos\nvalladares\ndedilhado\nanamaco\ninadequado\ninadequada\npedicure\ncastigadas\nréptil\nreceived\nreceiver\ndescartaram\nsavi\npraticava\nescalava\nenganaram\nrítmos\nconvidá\nsakura\nocupei\ntalebans\noutão\nmargherita\npreceptores\nmalignas\ncubozoa\nonodera\naudiências\ncaroteno\nreality\ntrariam\nzagalo\npetites\nmuntênia\ncromos\nвикторович\nbuck\nbuch\ncondizia\nbowler\nutra\ncardia\ncardio\ncardim\nciclopes\nlifting\nremédio\nhipertireoidismo\naulos\nhonest\nransik\ndemichev\ntriglicérides\npercursor\nhalberstadt\nsubstituirá\nlistinha\nnathaniel\nmanifestar\nmanifestas\ndotadas\nmanifestam\nsenad\nalmancil\ngravíssimos\nmincio\nschrank\nsudanesa\ngarvin\npegarem\nhuíla\ngaspart\nlaranjeiras\ngaspard\nastenosfera\narrematando\ncálculo\nbebesse\nmicranthemum\nsentirmos\ndecidiram\npharrell\nmausoléus\neriksson\ndinheirama\ncorreu\ncorrer\ncorreo\nepisódios\ncorrea\ntopologias\nescafandro\nrepletos\nsujeiras\nlophiotoma\nbalancing\nempresa-escola\ncrocus\nassentos\nassentou\nferrières\nmirna\npetúnia\nprovieram\ncrucifixos\nderivem\nplanimetria\nreconfortante\nirradiada\nbenassi\nirradiado\nfimbriadas\nlimelight\nmeio-fundista\nsegadães\nrotacionada\nurbanizada\nurbanizado\nnigeria\nbiogenética\nfunan\nfunai\ndéodat\nvenditti\nmadelyne\nwellman\nfaroês\nincontornável\ndobragens\nfolículos\ndesertar\nperiodos\npoland\nauditor\nsouda\nkolar\npierrô\nsadios\nradiator\npierro\npierre\napressadamente\nnivea\nrenomados\noitos\ngastar\ngastal\ngastam\nstrass\ndissolveu\npozzobon\nequivocadas\nrecordam\nentremeio\nweinberger\nrecordar\ngovernante\ngovernanta\ncirculatória\neléctricos\nfumacê\npervertidos\nfunerários\neregion\nluchetti\nsituados\nnabucodonozor\nvehicle\ntrindade\nestafa\nestafe\ndijína\nabsorvendo\nt.m.\nreflectores\ncromossomas\naçucena\nfalariam\nquadradas\n½\nresgatadas\ntrnava\nobuseiro\nintenções\narcar\narcas\narcam\nawa\nsutura\nfrigga\nnavegantes\nherbicidas\nexpomilk\ndidaticamente\nsharpshooter\nmarduque\nyahiko\nhelmiques\nsenses\nsensei\nsmartphones\nvosloo\nb.g.\nenumeradas\nhenrich\nhenrici\nescutados\nrestore\naltruísta\nbiogeográficas\npedagógicos\nespigão\ncarpignano\nrecarregar\noutonal\npalafita\nharman\nprimam\nprimav\nprimas\nprimar\nprimaz\nfinanciou\nvichy\nlembrete\nrepublicadas\nroterdã\nestipulações\npolonia\ncolloredo\nferdinando\ngirada\ngirado\nweitling\npopolo\ndespachava\ne-s9\nquill\nmaverick\nneusiedl\ndesvalorizadas\ncadelas\nal-jazira\nkalimantan\npossíveis\nisócrates\nlargaram\ncolocado\ncolocada\nprincipe\nbb-99\nbidens\nlesbian\nintimidava\nparigot\nviolador\nviolados\ncorporação\ncretácio\nanacardium\ndoctor's\nmayagüez\ncreswell\nantibomba\nyesterday's\nalteza\nbelpasso\nvedoin\nnureyev\nsolomon\nall-time\nkenenisa\nmagri\nsomma\n-cloro\nayman\nbenzida\nolympics\nsôbre\nvitamin\ndoravante\nhamada\ncumprimentar\ncometidas\nfuas\nfuad\nmarischal\ngrigoryevich\nembaixadores\ncromossómicos\njohannpeter\nd'água\ncervera\ntissular\nsofonisba\nmalmaison\nquitados\nsparrer\npêndulos\ncaraça\nsifu\nkurumu\ncabalista\nkurumi\nimpediram\nbuilds\nerrico\natenuar\natenuam\ntarde\nanastácia\ntarda\nanastácio\nmostrarão\nvigílio\nvigília\nkieling\ngronelândia\nalamo\ngauguin\nalto\nalcide\nalti\nalte\nalta\ngellert\nyeshiva\nsaddi\nchasma\njudeus\norganelas\nilustra\ndefinhou\npoliméricos\nassediado\nperpétuos\npiranesi\neuclid\ndiáconos\nbogle\nconvinha\nxileno\nquinhentas\nentusiastas\nlaiho\nseverus\nwurm\nwurz\nnowitzki\nseanad\ngarotos-propaganda\nprotected\nincensado\nwinding\nalbedo\nsêmola\nbudapeste\naltieri\nconsegui\nconsegue\nmentuhotep\nesfoliação\nbiodegradável\nuergs\nnematódeos\nsylva\noriginaria\nzooey\nco-criou\nbalaústres\ncedesse\ntbwa\nbiodegradáveis\nparam\nparar\nspann\npontuando\nnucleosídeo\nrailroad\nstarman\nlivres\nsurrados\naquacultura\nalimentando\nyaacov\ncalabria\nb-real\njunior-t\njunior-m\ninconstante\ndinamarqueses\ncampeiro\ncampeira\nredigiu\naramco\narmeiro\ndublês\nsablier\nchamará\ncarvoeira\ncarvoeiro\nexpedia\nacessados\nexpedir\nexpediu\ndesprendimento\nesboçadas\ncoutinho\npegatron\npoxa\nadiando\npilhagem\ntsakhur\neloqüente\npsicografada\npresenciados\nresfriados\nbuíça\nazarado\neggman\npsicografado\npecadores\nfalcoaria\naventuravam\nleminski\nbolingbroke\nazimute\nescasso\njhonathan\ntelecentros\nintertextualidade\nmarajoara\ngreen-comb\ninconstitucionais\nbigsby\nfuriosa\nfurioso\ncamuflar\noxaguian\navistaram\nancona\npaskau\nnydia\nemmendingen\ncorrigi\ncorrige\nuchi\nsaxton\nopostos\nobtidos\nmontadores\nvazando\nhilbert\nmorra\nmorre\nmorri\nmorro\nrenânia-palatinado\nlogus\ncavagna\ndeitada\ns.c.\ndeitado\nreabilitando\nportugueza\nherculano\nirreplaceable\nlena\nlene\nlenk\nleni\nleno\nlens\nlent\nótimos\njason\nbiogeográfica\nbiogeográfico\nabreviar\nsangue\ncuradoria\namantes\nidolator\nhidratadas\nhuawei\nwaldemar\nextreme\npatinam\npatinar\ndegenerativas\napaixona\norsanmichele\nespremedor\nerza\nsobredosagem\nsalientes\nlombos\nleninista\nficara\nsiderúrgicas\npomerano\nhernan\nkubrick\nvarre-sai\ntocantes\ncasarão\nfilmoteca\npiglia\ndkny\nkbs\nagp\nestéreo\nniš\npúblicas\nal-fayed\nquintanilha\nexibiam\ndelinquência\nlinkedin\npreponderantemente\nhenares\nliberamos\nconsequentemente\noleaginosas\neyeworks\nvanni\ndeusa-mãe\nhanlon\npiù\nvizir\npih\npil\npim\npin\npib\npic\npid\npie\npix\npiz\nstorani\npir\npis\npit\npiu\nmotores\nestónia\nestónio\nantimanicomial\nconfucionismo\nnorteamericana\nnegativamente\nrespiratório\nsolonópole\nwithers\ncertinhas\nsustinha\nflashs\nzoey\npublico\nmême\ngothenburg\njude\nussher\nglossário\ndormitório\nmanji\ncredenciando\nhashi\nincauto\ncaccini\nnio\nnis\nnip\ntoponímicas\ndescumprirem\nviações\nlecciona\nbaldaquino\npolinário\ndryden\nguinchos\nsombrio\nsombria\nelza\ninspirará\ninglesa\nrecém-nascidos\ninspirara\nsub-unidades\nzoólogo\nlectivo\nwillows\npiadinha\naquiescência\ndeslocações\nevitem\nevitei\nsalim\ncadaval\ndevido\ndevida\ntrio\ntria\ntrix\ntrip\ntris\nengines\nobedecerá\npovoamento\ncruesp\nvestido\nmetadata\ndurmam\nkilmister\nrubempré\nethiopian\nी\nhylobates\namapaense\nwanda\nwando\nmarussia\ntakarazuka\nsorocabana\nextração\nnavegante\ng-men\ncoreografada\ncoreografado\nsorrio\namolecer\nsorrir\nsorriu\naztecas\naproveitou\nmenagerie\njaurès\neja\nmapuche\nreprovar\ncoagular\nwinslet\nlanfranco\nsifões\nrossitano\nronaldinho\ncafetão\nvídeo-games\nfinanciaram\nfryer\nanulá\npolina\nre-invention\nqubits\nimm\nvirna\nanula\nanule\ninformadas\nalmagesto\nzimmermann\nscourge\ncúmulos\nauto-retratos\nprivaram\nmiraculosos\ncoligados\ndualogic\nespaços\nramificadas\ndublou\nkaesong\napetites\nerskine\njimeno\njimena\nalarmou\nmadrid\nmadriz\ncativeiros\ngunter\nmédico-cirúrgica\ngibe\ngibb\ngiba\ngibi\nlintéis\ngoleia\nentremeadas\npapilares\ninterjeições\nnicolson\ntelômero\nrasul\ntracionados\npacificadas\ngalho\ngalha\nlandmann\nfacilidades\nnecrosante\npenosas\nstick\nstich\nfaringe\nalojam\ntelessérie\nkremer\nziguezague\nnão-comercial\nalojar\nlembrancinha\nantemão\nsaliana\nesparciatas\ncibola\nindonésios\nfaccio\nwoodard\nselton\nlíngua\nrevivals\nxk99\nkenjutsu\narquivologia\nprovincia\nfeminista\ndecifrá\nprópolis\ncertificando\ncorsan\ninsistiram\ncorsas\naasiaat\ninesc\nvarious\ntibães\ntaag\nmanihot\ngrecco\nreduction\nauxiliar\nauxiliam\ncriptozoologia\nepifania\nunissexuais\ncrustal\npalus\nক\npoupe\nvendia\nalterou\nignore\nignora\nprecificação\nignoro\ncomutar\ncommelinaceae\npoupá\nhatred\ndwight\nauric\nabaulada\nabaulado\npiro\npirc\np.o.d.\npira\ncuidamos\nanalógica\npirs\nburguesas\nocorrerão\nalheia\nressurgimento\npirá\nafonsina\natendam\ncasório\ninformação\nhummingbird\ndesatualizadas\nfrenologia\ntelas\ndickey\nconfession\nbélicas\nkoetz\ntotemismo\nkeylogger\nthorin\ng.i.\ndesnecessários\nbhopal\npareyson\nazeites\nfitzpatrick\ncalvary\nrochemback\nlisbon\nzoológicos\nsuperintendente-geral\nqueimadores\npodridão\ncloral\nsalvífica\nsuperávits\nrompante\nwilbur\ningemar\nirás\nyoshimitsu\nurijah\nplanadores\nmalmsteen\nbrasileiro-99\nyoon\nvedra\nphish\nbroncodilatadores\nconformidade\nrenard\ncubram\nsetorial\nmizael\nfloretes\nroteiristas\nx-men\npeças-chave\nscraper\ncruzassem\nlucrado\nloudoun\ncorreção\nspirostreptidae\nprophecies\ngustativas\nderivavam\nregulamentação\npietas\ndefalla\ndidira\nmessejana\noprah\ntelejornalismo\nrecomendadas\nnawrahta\ncanteros\npeyroux\nasaph\nesfaqueando\ntaboleiro\nthay\njacobita\nbliss\nsüdtirol\nflathead\nateu\nblondy\nblonde\nfreehold\nheresia\ntecladistas\nalister\neighteen\ncentelhas\nsupper\nqr999\namistosos\nfortran\nexpatriados\nsieghart\nconfessava\nateia\ndigestivos\nestiagens\ncumes\nsorum\npesou\npesos\nminaj\npreservasse\nminam\nminas\ncartuns\npaissandu\nonésimo\nirmão\nirmãs\nmanipuri\nfarrobo\npollyanna\narquette\ncallendar\njacarecanga\ninvertidas\ndecidirão\nhão\noperístico\ndisparidade\nmarquesado\nnicanor\nregressiva\nwolves\nregressivo\ncelan\ncelam\ncelac\ncelas\nserenamente\nfeijão\nministravam\nmufasa\ntrauma\ndetetar\nfurby\noitocentos\nshawn\nbalsas\nbalsam\naprovamos\ntorinese\nsiglas\ntrágico-marítima\nplotina\nplotino\nadultos\ninterferencial\ncarrara\nobservaram\ncarraro\nsimbel\nex-time\nlaboriosa\ncantacuzeno\ncantacuzena\nhortícola\nágueda\npenta\nladário\nco-criador\ntvx\ntvz\ntvu\ntvt\ntvp\ntvs\ntvr\ntvn\ntvi\ntve\ntvg\ntva\ntvc\ntvb\nseaman\ntv9\nexcluídos\nquebraria\nbjj\ndellal\npélvicos\nafundados\nquadrimestral\nregulações\nemperrando\ncoutos\npneumoniae\nescutasse\nprovocou\nemprestaram\nferry-boat\ngastão\ncontigente\nbem-aventurados\nnão-indígenas\nperguntasse\nnova-iorquinos\nlatrodectus\nvézelay\npolissacarídeos\njordana\njordano\nosteoartrite\ncolonizou\naffonso\nhipócrates\nreconstitui\nadulterados\ngaivotas\nlimitadores\ncongratulou\ntâmara\nteófobo\nquirido\naven\navec\navex\nbequimão\nlouvava\ninstituir\ngrafites\ninstituiu\nfervilhava\npoplar\ncontenciosos\nbulletin\nthayil\npersistentemente\nux99\nsamambaia\nelefantina\ncraniais\nchiaje\nniamey\namoeba\ntakanori\nmonagas\npau-d'arco\nravanelli\nexpandem\nexpanded\ncolante\nhabsburgo\nglashow\nprincipesco\nempanados\naño\nosanna\nthais\nenvelhecemos\namilóide\nalexandru\nalexandro\nalexandra\nalexandre\nkasim\ndevemos\nhomens-bons\nspan\nspal\nspac\nspar\nspas\nchampagnat\nsummerfield\nforero\nmuñoz\namon\nuvular\nsète\nresources\nconsuelo\nmuraro\nmaciços\npouquíssimos\nrepresentassem\nphaethontis\npatrocinada\ndesenvolvimentos\nineditismo\npatrocinado\nד\nortodoxo\nex-campeões\nortodoxa\nportavam\ncontiveram\npanna\nmalware\nsubconsciente\nmorningside\nupstate\ncaucuses\nvirtuosísticas\nconsistório\npilotados\nescrevemos\nchilli\nchilly\ntoquinho\namaldiçoando\nsra.\nzarif\ngrudado\ndisbanca\ngrudada\npctp\ncamélias\nbuíque\ndonatários\nauto-exílio\n999/999\nmacaronésia\naiken\nifcs\nifce\ntrácios\nsayyid\nvaldarno\nramicaules\ndiedro\ngambrinus\ntíbias\npós-colheita\nsoletrado\nalqueva\nkiddo\ncarpenter\npressure\nradiodifusão\neconomatica\npagadoras\nultra-ortodoxos\nbibliógrafo\nmajor-general\nmicropædia\npalast\nmaeli\ncortesões\nsairmos\nalevins\ntempestades\nchoupo\njovens\ncema\nrockies\nresidual\nverride\ncasterman\nanonimato\nabsolution\nestruturando\nepígrafe\nterramoto\ndivorcia\nkilburn\npachacuti\nconcomitância\npetrovsky\ndesgrenhados\nfixo\nfixe\nfixa\nagradável\nrefugee\nmolave\nmarginalizada\nmantenedoras\ndenunciava\nmagnânimo\nbraune\nreformulando\ncomerciante\nquantitativa\n9-99-9\ndalmasca\nmatilhas\nchildren's\naliava\nbirmingham\ncrouse\nsulbrasileiro\ngrafotécnico\nquintais\notoniel\nfeola\nsaci-pererê\nex-senadora\nsousa\nsouss\nikaros\nquire\npreferencia\ncardona\ncardone\ncognac\ninstiga\nsfx\nstrada\ngrátis\nconstruidos\nhidrogenação\nsfb\ncofatores\naterragem\nflorífero\nguardiola\narmava\ntorneadas\nmediunidade\nroesler\nrosemarie\nautomobiles\nattali\nestigmatizado\nestigmatizada\nagrural\naprimorou\nmelkor\nresponsabilizados\nagendou\nlabruge\nteleton\nmargem\njiu-jitsu\nfamema\nbateria\noutorgado\nnotabilizando\ntorquay\nblackadder\nrestringidos\neternizar\ncolagens\noude\nrins\nrino\nrink\nrind\nring\nrina\nansonia\ngananciosos\nbassani\ncãezinhos\ndobrinhas\nvolkspartei\nroterista\naceitaremos\njo99\nluxuosas\nbig-bang\natirá\npadecimento\npropuseram\ndançarina\ndançarino\nimport\natire\namplio\natira\namplia\nprediletos\nbeltran\nkripke\neinecs\npinyin\nbeckenbauer\napologistas\nyoukais\npetunia\nmíngua\nbueri\ndaremos\npodval\nbattleship\nutilizado\npleuroceridae\nbabysitter\ngarret\nimportâncias\nalgaebase\ninformativos\ngrenville\ncoalizões\ndiploide\nfraus\nautomotor\nreimpressa\ncáspio\nmemnon\nfazia\nfazio\nrafaela\nsatiriza\nschleswig-flensburg\ncoordenados\ncoordenador\nefom\naila\naile\njuramos\nbrigadeiros\nurheimat\ndocumental\ndocumentam\ndocumentar\nortoclase\nfeirense\nhermione\nliaison\necoturismo\nsequestradora\npicard\nengatinhava\nlibertasse\npunitivo\ndemito\napóiem\nsafety\ncongonhal\ncongonhas\npedraza\npólux\ngre-nais\nagro-velho\nmontículos\nhipotecário\ncbca\nmatinho\nmatinha\ncandangão\naires\nairey\npetrópolis\nstarone\ngozavam\nkusanagi\nreinado\nfebris\nprezam\nassentando\nunirea\nunirem\ntravessos\nalmeria\nconsecitrus\nconduzi\ncasarem\nintercala\naddams\nimprestável\nbumbá\ncordifolia\nlucarelli\nkohei\nmoedas\ndrifters\nmobile\nlabelo\nashita\nevidente\nyomiuri\nmccandless\nstunner\ngené\nleicestershire\nprejudicaria\nenfiada\nneathianos\npérmia\nincentivavam\ngenx\ngeny\ngent\ngenu\ngens\ngeno\ngeni\ngeng\ngene\ngena\nalegrou\npsicotécnico\nmicroprocessadores\ncricetidae\ndia-d\ndia-m\nadiantando\nب\naderente\ntransrapid\nsanfonas\nkonstantinovich\ncausa\ncause\nlordelo\nfronteiriços\ncoexistência\nsédar\nzingano\nhorrors\ndiplomacia\nluisa\nluise\nluisi\nhiphop\nscheid\nfricke\nfricka\nlowlands\nnorio\ntecas\nnoria\nofendeu\nantimíssil\ntabelar\nrigshospitalet\nespasmo\nsedutoras\neraser\nbarbeiragem\nespelhado\nsimons\nsimone\nprofissionalmente\nparta\nparti\nparto\nparts\nparty\ndharma\noriginadas\nzemlinsky\nfinalizadores\nmarzpanato\natessa\nmorganaticamente\nleandrinho\nxss\nquantificadores\nbehavioristas\nwaltinho\nlamentava\nsubdirector\nhagupit\ncmsi\ncriminalidade\nmenesteu\nrevidaram\ngeológicas\nbrilhando\nencapuzado\npotiguar\nbolado\npolicleto\nreaparece\nimparcial\nrecalcitrantes\nrespirador\nscrimgeour\nuaupés\nnormalidade\nclimas\nclimax\nnavassa\npogo\nvárzeas\ndeadpool\nfilantropia\nshawnee\nyaroslavl\nschool\nloess\nbauhaus\nmontessori\nwarped\nalbinos\nf-9e\ndrexler\nalivio\nreaquecimento\nháfsidas\nmedabot\nbengal\ndescobridor\nhiguaín\nremodelados\ninterligação\ntrade-off\ntripartida\ntripartido\ninuíte\nzorak\nallure\nconferencia\nartificias\nbelicoso\nbelicosa\npapinha\npapinho\nprícipe\nconcluiu\ninfeção\ncontrata\ncontrate\ninundado\ntemasek\ncdrom\nbaixada\nofereçam\nbaixado\ndecanato\njustificassem\nwallflowers\nparisi\nnefastas\nsemanas\nkononenko\nunifesp\nbrás\nbráz\neticamente\nballadur\nspider-man\nbarbarians\nsubs\ncoronária\npanenka\nsuba\nsubo\npersistente\nsubi\nbukhari\nmothership\nbukhara\nique\narcona\nenvergonhando\nhidrantes\njaspe\npopović\nteletipo\nwuxia\nelsinore\nidolatra\nyazd\ninerte\npanthéon\nagachada\naporta\nagachado\nprocuramos\ncrisântemo\nround\n-eleven\nexplicativas\nsapão\nmarie-christine\nahhh\npaparazzo\nmuscle\ngirotto\nreestimativa\nassistant\nrevogados\nchandrasekhar\ncephalotes\ninevitavelmente\nregravar\npreditivos\nperpassa\nbatiam\npompano\nmanhãs\nmercados\nmercador\ncommerzbank\nmcenroe\nar-ar\na.k.a.\nfde\npremiére\neloqüência\nfdl\nfdr\nmenorá\nbaile\npré-moldados\nguardians\nsuperficies\nmontfermeil\ncemex\nemeli\npáris\nespinguela\npária\nfotografei\nempecilhos\ncaculé\nabafando\nч\natendem\nevelin\natender\natendeu\nincomparáveis\nskillet\nmantivermos\njanov\njanot\njanos\nescher\nencarnações\nauletes\narrombamento\ndxc9\nkerch\nestranhei\nantiquadas\nmelancólica\nbestia\nkeisuke\ngonzález\nthreads\nbarbizon\narraial\nlábaro\nencadernador\nencadernados\nneverending\nputin\nelali\nestupros\ngt99\nbotocudos\ngiannina\ngiannini\nhesler\ncarpelo\nrespeita\npraticando\nbucólico\nbucólica\nrespeito\ncavando\ncasmurro\nsóbrias\nrizek\nrespeitá\nassimiladas\nanatólicas\ncigarras\npronome\naladino\nneufeld\nmitterrand\ntempestividade\nnarvik\nchan-hom\nquiché\ntraian\narrighi\nencantadoras\nzapper\nroxbury\ncaballeros\ncambuhy\nquiche\namizade\nsonhador\nsonhados\nxspb\nherre\nregius\njanáček\nfontainhas\ndegustar\npietismo\ncelessíria\ntwittou\nnuestra\ntemplars\nnuestro\ntibor\nextraordinários\nrecusei\nsexênio\nkyra\ncíclico\ndelazari\nnectários\nscientia\nsudoku\nrestritiva\nirados\nenfocando\nobstar\nguardanapo\ngünter\nassisted\nbangcoc\ndúvidas\nexaltada\nscutellaris\nsharkey\ngrindcore\nmalpica\nhumorado\nviajasse\norganistas\nquisling\nextraiu\ndisseminada\nsquier\ndisseminado\neum\neua\ndunga\neus\neur\natuais\nquestionamos\nflushing\nganchos\nantonico\natenuado\natenuada\ninterplanetários\nyouma\njordaens\nbodyguard\nfarmacologia\ncaptações\nbomis\nbocaina\nfúnebre\ntransportável\nsaudosistas\nfunorte\no'rourke\nbalística\narminda\nnadadeiras\narmindo\ndiálise\nguiou\ntititi\nroncalli\nxuzhou\nuruará\nalaris\nmemorizados\ndesmanchado\nacampa\nproductivity\nsigur\nsigue\narteríolas\nneuras\nmacfadyena\ntriplo-duplo\nmoretti\ntrelleborg\ntomá\nanglicizado\njantam\nmomsen\ncoombs\ninternationales\ntomy\ntoms\ntomi\npaulani\ntomo\ntoma\ntomb\ntome\navulso\nsagittarii\nadornado\nkarnataka\nbadalar\nipca\nretrocedeu\nretroceder\nsuperdelegados\nwalsall\nyerkes\nvinhetas\naverroes\nramphastidae\nslatkin\nóleos\nboniek\nlimousine\nbarléu\ntetrafluoreto\npérdicas\nnublado\nedificio\nnika\nrussula\nbeócios\nłódź\nsequencia\ncorunha\nsuplantados\nvardar\nsinapse\nicônica\nicônico\nhidrocarboneto\nestrada\nlançam\nlanças\nlançar\nbelicosas\nehren\nontológico\nontológica\nviárias\npós-real\ntrueba\ncalógeras\ndocter\ncivita\npreexistente\nbagunçar\ncorresponderia\ncuanhama\ncortaram\nbotanical\nвладимирович\nauxiliaram\nballantine\nlivretos\norganza\nmencionados\nitaperuçu\neubeia\nkeller\ncosmogonia\ntampinha\nalcoolizados\ndadá\nlutar\nnasua\nlutam\nflagstaff\nexaltava\nrealengo\nacaz\nhampstead\nhipotéticas\nchoki\nbritannia\nchoke\ndesestruturado\ncolchicina\namateur\nreproduzem\nlevita\nsealand\ndermatológicas\nlevitz\nameaçadas\nelastica\ndesaparecimentos\nlooney\nkoseritz\nhsc\nsismicidade\nhsi\nnaufragado\nhsm\nclericais\nmeiwes\ndecidiam\ncoágulos\nexpandirem\nholográficos\nfruticosa\nsebastião\nprófase\nmínimas\nteaser\ndiurnas\narcabouço\nobreiro\ncantará\nconstruíssem\nbato\npolixena\nabajures\nlibertarianismo\nfalsificado\npartirem\nresoluções\nandrássy\nlater\ncongregatio\nnadis\nnadir\nnadie\nstreeter\nnadia\nhomestead\nendócrinas\ntantum\nginyu\ngrammaticus\nasnos\njericho\nperea\ncriado\ncriada\nalmoçou\nalmoços\nandreu\nandrej\nandrei\nhermeticamente\nkaitlin\nerrada\nharron\ngiuoco\npiridina\nesculpiu\nesculpir\nairfield\ncadeira\ntolos\nsitiaram\ndermatologistas\npombalinas\nnagashino\npredilecto\nnsync\nscrappy\nlavor\nmorgana\ngranulado\nthiessen\ndemorará\natuaram\nimortalizou\ncpor\nafonsos\nwürzburg\nshakyamuni\nviciada\nviciado\nfomentou\nrather\nvlad\nalavancado\nvlan\nparasol\nshuswap\nhidroeléctricas\nlongifolia\ntriptamina\npreocuparem\nasaka\ncolonizadoras\nreiziger\nconfigurados\nconfigurador\ntick\ntrilogias\nagudamente\nsubgigante\ncorby\nrebu\nextensos\nrebe\nreba\nklux\nklub\nklug\nklum\nuhtred\nqueixado\nsweep\nroubara\napressado\ncomidos\nfrozen\ndizimou\ncitocininas\nliquida\npercorrendo\neuler\n-sulfônico\ncanhoneira\nflanelinha\nprevisaotransito\ndestelharam\ncontardo\nceca\ncece\nceci\nceco\nsalmonidae\nimpeditivo\nsacasa\nflertando\nhéctor\npeach\npeace\nfructuoso\nmameluco\nwindy\nvange\nwinds\nwindu\nbaladinha\nsusquehanna\nguajará-mirim\nlixiviação\nburton\ncoralistas\nchavista\nmakers\nrenilda\nrenildo\nfinotti\nhermenêutica\ncajueiros\nhermenêutico\nsirkeci\nempreitada\nobservemos\ncamille\ncamillo\ncontabilistas\ncamisards\nkauê\nheartbreaker\npaederota\npossuem\nmichelson-morley\nconstituições\nintervertebrais\nrepublicado\nrepublicada\nbrétigny\ngerbi\ncolaborativas\npetroquímico\nreticulação\npesquisou\nrolante\nintencionada\nacarape\nmonegasca\nsudamericana\nhalmstads\npenou\narcnet\ntcu\ntcr\ntcs\ntcp\ntco\ntcl\ntcm\ntch\ntci\ntcg\ntcd\ntce\ntcc\ntca\nfortalece\nhohenheim\ntc9\napalpada\n-presidente\ncleón\nparentesco\nheroico\nheroica\nidolatrada\ninclinando\nrecomendam\nlaudatório\nadiasse\namarelo-esverdeadas\npoliúria\nnigéria\nmoshi\nautoimunes\nflanela\ntêve\nferreiras\naeroviário\nheidelbergensis\nelbaz\nwestermann\nvacilante\nyuu\nmultimidia\nyum\nsentiu\nlindbergh\nllibre\nparanóica\ncurrais\ngrão-chanceler\nacendido\nnoriega\nfliperama\nciliata\ndesacelerando\nlewiston\nwasp\nwass\nwash\ntranscendendo\nmerecidamente\nneoclássicos\n」\negiptólogo\nkells\nhidrologia\nkelly\narrebentou\nprepúcio\nparahyba\nbuquê\ndente\npressionou\ngórgias\nprotrombina\ntelevisao\npescar\npescas\npescam\nwanderer\newen\nrácios\nouvem\ndominicana\narato\naratu\npaypal\nolimpíada\nmoscavide\npecar\nhillman\nlorvão\nintervenção\nfiáveis\ncoitados\ncrocodilo\nsitka\nguarda-corpos\nkaiserliche\nflora\nliebermann\ntransfinita\ngula\nipb\nipc\nipa\nipe\niph\nipo\nipl\nipm\nips\nipp\nipv\nipt\nipu\nipx\nfolger\nhexagonais\nwebster\nipê\nmatanzas\narrepiar\neverglades\nrosários\nlacrou\nsemi-círculo\nglifosato\njoseane\nbabados\nlivingston\ninstaurar\nindiscrições\nmucha\niveco\nmucho\ntítular\ntamanco\nchutou\nschleck\nposando\nantecipações\nlewisham\ngulda\nbootleg\nautoescolas\npeixe-gato\nptolemeu\nenriquecimento\nelementares\nagroecológica\noberst\nbentham\nfiltrada\nfomentador\nocupava\nniskier\nemi-odeon\nguarda-sol\nvacant\nbancada\nbancado\nfrênico\ncaracal\nwalden\ncurvado\npremeditada\npremeditado\ncurvada\nenglerastrum\nrecreativas\nmorávamos\nfotão\nhobbies\nwheaton\nliquidaram\nrecém-lançado\nvitoria-gasteiz\nembebedar\nginásticas\nhomoeróticas\nadiantar\nadiantam\npuzzles\nequiparável\ncuspido\ndrillbit\nsync\nmicrochip\nlauraceae\nprevina\nprevine\nacareação\noligoceno\nnación\nprincipalis\nsecretas\nsecretar\ncomprassem\nanularam\ntravelling\nfior\nfios\nescrúpulos\ncumulonimbus\ndríope\nswimsuit\nportus\nlamentação\npiezoelétricos\nguan\nguam\nparadrymonia\nfrenagens\nalegría\nhornets\ntornava\ntransversal\ncroatia\nplanetária\nplanetário\nvoluntariou\nchievo\nfilth\nescritorio\nalgodoeira\nmendigos\nalgodoeiro\nautocracia\nscienza\ncorpore\ncarmelitas\nanatol\nzita\nbancoc\nbancou\nantenore\nvacinada\nvacinado\ngovernorado\nginástico\nmladenovac\ncausae\nlegionário\nlegionária\nebitda\ntília\ndifundido\ndifundida\nshowbizz\nhellé\noprimido\nkaoma\nintimida\nlancashire\nmiomas\nhella\nhelle\nhello\nbaixo-relevo\nsüper\nbirô\njobber\nmediterranean\nachatinella\nmollie\nbirr\nbiro\nbira\nbird\nprzeworsk\n◾\ngungunhana\nbozena\nreynolds\nmenéres\nacompanharam\nfredonia\nconstituem\nben-hur\nkehl\ndeltora\nenxaguar\ndiscogs\ndesabilitar\ndespedindo\nnapolitanos\nencena\nbem-ordenado\nguarize\nanomia\nlobengula\nanhumas\nfeydeau\nhauly\nsipais\nalmejou\nfuscas\nargoncilhe\nibom\nproibição\nkaloyan\nyasunori\ngongos\nlulês\nbayernliga\nnão-clássicas\nguaçuano\nfloricultura\nalqueire\njoelhos\ninnocents\nbulawayo\nsmithsonian\ninnocenti\ncircunda\nitapira\nacciaiuoli\nitapiru\nfeder\nstairway\nabandonava\nclarendon\nnélio\nhush\nrecue\nunigênito\nvolvo\nrecém-promovido\ninduzindo\nfumarato\nmercadorias\nhmtf\nuspd\ntrobe\naethiops\nhidrofílicas\nnuthin\ntheo\nthen\nthem\nthee\nthea\nthey\nleais\nfatura\nepistolar\nmartus\nsistematizando\nimportamos\norganize\norganiza\npterigóideo\nevidentemente\nababa\norganizá\npolítico-eleitoral\nasia-pacific\nprotestando\ncéltico\nlamelas\nlamelar\nmaldosos\ncofins\nlegislações\nguiará\nurupema\nbezerras\nthierry\nyanukovich\nnomura\ndesgostosa\ndesgostoso\npuxadores\ndepois\ncândia\nsurtos\nescuteiros\nfundamentalismo\nb-fighter\nsolicitação\ngratas\ndistorcem\nfosfato\npantanosa\ndesemprego\npantanoso\ncontra-partida\npancho\nabaíra\ndonuts\ncarpal\ndewa\nsectárias\nmultiplicarem\nevidence\nreabsorvida\nbrentano\nciborgues\nlocaweb\ncañete\nindutiva\nindutivo\nbole\nlactuca\nbolo\ngalesburg\nabstêmio\nbrialy\nréis\nvollenhovia\nliamine\nmembranáceas\nchetniks\nanotando\ndomenico\ndomenica\ndiocesanas\nclover\nmatilha\ndesapontamentos\nconcerto\nconcerts\nbaquelite\nlibretos\ntavastia\ncapitularam\ncoletivo\ncoletiva\njogamos\ndesflorestamento\nepidauro\nmarlon\nfantasporto\nippar\nmicrobacia\nordinis\nfornecimento\nmoneta\nbalbúrdia\nprestigiadas\nbenedito\npondal\neletiva\ncredicard\neletivo\nacometeu\nacometer\nencaminhado\nbutte\nencaminhada\narmus\nyoshimoto\nprefixo\ninflacionárias\ncempre\nsaisse\nnovaiorquinos\nuninter\nprelada\ncarlomano\naprovado\naprovada\ncinecastro\nnovoselic\nchaveiros\nhunted\niphones\ncarbonizado\nmalus\nxviii\narriscou\nufanista\nantal\nmuzila\ngravatas\nproteste\ntrepanação\nprotesta\nprotesto\npalpáveis\ncaríssimos\nmasaryk\neslava\neslavo\ntoca-mp9\nt-jet\nagrupavam\nheliton\ncladograma\ntailandês\nfº\ncalista\npentagonal\nviramundo\nfá\nfã\nfé\nfê\nf9\nf.\nfp\nfr\nft\nfv\nfw\nmctigue\nfz\nfc\nfd\nfe\nff\nfg\nfh\nfi\nfk\nfl\nfm\nfn\nfo\nmexilhão\ndesapegado\nmicroorganismos\nmolotov\ncapability\nneil\nneis\nneit\natravessou\nvertigo\nfardos\nsuper-humano\ncalasans\nmacaé\nbambara\nrepertorio\nmegabit\nmacas\nmacau\nbulli\nmacao\nmacan\ncongestionada\napossarem\nprobabilístico\na.a.\nsomalilândia\ndnssec\nparodiando\nagropecuárias\nele\nhistamina\ncardiologia\nhegel\ncontei\ncontem\nkesselring\namendoeiras\ncontes\nconter\nlokomotive\ndistúrbio\nwilson\ncoslov\nmacedónia\nmacedónio\ndaylights\npeça-chave\nanete\naneto\nbasileia-campo\nsacrificado\ntravúnia\ndispersos\npantoja\nverificados\nverificador\ntruetype\n‎\nschecter\nyago\nchézy\nmomentâneo\njarque\ncontrapondo\nukulele\ndjokhar\npirítoo\nnhat\nedifico\naldemir\nedifica\nalzey-land\nminisséries\ndistorções\namalie\npersistentes\nconcorrerem\naterros\nbaleias\ndoutel\n→\nchácaras\ndrowning\nbjorkman\nacessível\nabolidas\nhonvéd\nmontana\nmontand\nmontano\nlevitar\nlimpos\nlimpou\nrecomposta\nrecomposto\npulsares\nfernandino\nreactivo\nfernandina\ncisões\nholloway\ntucumán\nsobrecarregar\nsobrecarregam\nfosfina\nalvise\navaliador\navaliados\nfrente\nabs-9\ndesassociação\nmarinhas\nemesa\nbianchi\ntapa-buraco\nnoves\nadema\nrepresentante\nd'état\njurisconsulto\nbohm\nbohn\nkauffmann\naparecera\ndecodificado\npeixes\nlafleur\naparecerá\nbisson\nplanorbidae\nperetz\nprometer\ngargalhar\nprometeu\nendocardite\nd'hondt\nruyter\nbissaya\nchovendo\ncaretos\nlagostim\nporfírio\nsangro\nenologia\nschalken\ndoure\nayuntamiento\nrestar\nrestam\nbitrate\ndrysdale\niyalorixás\nyoshi's\nferragutti\nkgs\nkgb\nkgf\nmelhorar\nmelhoras\nprofética\nprofético\nmostrando\nlobeira\nencaixou\nigapós\nlondo\njuazeiro\ncobija\nornatus\nsonatas\nল\nconstasse\ncozidas\ngirlz\nalibi\npointe\ninglaterra\npoints\ndominassem\nibicuí\nterra-9\ngonsalves\nagropastoris\nschweitzer\nsącz\nequipes\ngazolla\njean-andoche\nunidade\nillustribus\ngranby\ngervasio\nshastri\nelmina\njože\nconstrutivismo\njanta\ntrabalhista\napneia\ndigitar\nvarella\ndigital\nwikipédia\nescondidos\ncomeçarem\nmacuxi\nbrilhem\ncaravaggio\nauditório\nconcretizadas\nconcorrerá\nirradiando\njournaling\ndeclamações\nleatherface\njequitaí\ncontracto\ntonia\ntonic\ntropicana\ntonin\nbaniszewski\nóptima\nóptimo\nheldburg\natuarão\nimperativa\nimperativo\nshimla\ncurrículo\nfávila\ntodos-contra-todos\namstel\nnascimento\npsychotic\nneoísmo\ncoconut\nrosemere\nse99\nsubmeteu\ncommércio\nsubmetem\nse9e\ncastelo-branco\ndeixarmos\ndesbravar\ncuban\nmantiveram\nanabolismo\nintroduzi\nmikan\nlavaram\nmaking-of\nhighlights\nimplodindo\nincensos\nedsel\ndescansaram\nnassau-weilburg\nwatie\ngakuen\nvillas-boas\ntejadilho\nlevitação\ndrammen\nipv9\nconseguidos\nipva\nfrísio\nreiner\nall-story\nanísio\nistanbul\nmântua\nminhota\nminhoto\nshoten\nfundadas\ncontrarreforma\ne.c.\nnaturelle\nco-direção\naperture\napertura\nbramatti\nisraelita\ndesistimos\nzonal\nbárbaras\nalfréd\nladrilho\nuhf\ngerações\nmiroir\npérfido\nahmadnagar\ndimensionadas\ntoscana\ntoscani\ntoscano\nalmirantes\nhermes\nreveste\nmauboy\nracemosa\ndemocratizou\nddds\ncontemplaram\nbartley\nibelin\ninscritas\nsuperlativos\nsomatogyrus\nmasterizado\nnutels\nrevezando\nvolínia\nrüti\nκ\npagode\nentrelaçados\nmetatarso\nshunyi\nautazes\ncents\ncento\nleaving\nequiparação\ntupaiidae\nafaste\npoidimani\ndispnéia\nestatudo\noctans\npolifónico\nkal-l\ncisterciense\nginastas\ncunigunda\nfiori\nfiore\nfiora\ntrapezoidais\nborlas\nsidarta\njustaposta\nthatch\npinhões\nmarillion\npublicis\nmontecuccoli\nbunch\nhandbag\nmidia\nzetsu\nbombinha\nriemanniana\nneuropediatra\nnimes\nfratel\nfrater\nquadrinhistas\nhajduk\nmbps\nafinidade\nshoreditch\ngravity\ngravita\nenumerações\nganryu\nparticularmente\naciaria\napetite\npetrovich\npré-produção\nrecuperando\nencenadora\nbernice\neducafro\nlaureate\nbrentwood\nbuster\norfeu\norfei\norfeo\nerradamente\nmãozinhas\nmidiã\npolifemo\nabrigam\nabrigar\nmetascore\nθ.\nθ9\nmúcio\ndesprotegidas\ncarrocinha\npaese\ntorloni\nguloseimas\nxperia\norquestrado\nbundle\nbilboard\namram\ntrolley\nmiocardite\natrativos\ntroller\ncprm\ncpre\nsaloon\nperíodos\nmarço\nenganados\nschwetzingen\nhapkido\nobservatório\ngiallo\ntlemcen\nfragilidade\nglastonbury\npragal\npragas\nwoerden\nintermediárias\nharmoniosa\nboetsch\nhendon\nlozano\nnaturais\nconsonância\nweintraub\nolomouc\nxfree99\nmolhando\nacreana\nacreano\nabd\nloções\ntocatas\norsted\ntributo\nnegados\nbtv\ntributa\nswept\nlydon\ndonington\ndestoando\nvirunga\nazobenzeno\nmascavo\nconseguissem\namami\nboveri\nproscrita\ntechnological\nsussex\nsilverman\nrespingar\nbelle-isle\nhidrolisados\ndj's\ngenocida\ngenocide\nbielefeld\nmanipulador\nengravidando\nexonerada\nvoegelin\nsubmergidos\nevergreen\nthalles\ninterferômetro\ncacife\noduduá\nassistisse\ngradualmente\nlutado\nfeae\nbaixadas\ninduzem\négalité\nboogaloo\narcadia\nderrapagens\nkirchberg\nesquemáticos\ncontemplados\nserviriam\nircam\nperformer\nperformed\nvestida\na.p.\ncalixto\nfebre\ndecifrou\nabū\nkress\novócito\nfelinas\nulnar\ntemudjin\nexigimos\nkagoshima\ntupinambarana\ninfeccioso\ngarotos\nleviathan\ndonzela\nraster\ndistribuia\naceitar\naceitas\naceitam\nhåkan\nentenderão\nburocratas\nbaixios\narmando\narmanda\nribeiros\ncortem\nfeinstein\ncorteo\ncortei\ncortez\ncortes\nsumidouros\nidentification\nconsignadas\najudante-geral\nhabacuque\nsindona\nsamael\nmimado\npsiquiatra\nmimada\nvenkman\nexploraria\nagarre\ngibeá\nimplementá\ndouradas\npotro\nvantage\nimplemente\ndramatismo\nmantivera\nrobbia\nenawenê-nawê\nskorzeny\nantialérgicos\nespremendo\njakub\nproclamações\nestratigráficas\nartabanes\nabandonasse\nflutuador\ninvest\npensador\npensados\nexprime\nmilharado\ngenovês\nhospedando\narqueologista\ntrip-hop\nchongqing\nsentra\nlichinga\nepico\nepica\ncancun\nobadias\nstjepan\nmight\nvoltou\ncooperava\ndiborano\nz-buffer\nbéchamel\nospina\nkilian\nmacaense\npsiônicos\nedificando\nminério\napoiei\nenfermos\ntelho\ntacoma\nsuccedeo\nintercepta\nnegociaram\nryff\nkempis\nmaqueta\nmaquete\ninterceptá\nnoriyuki\nbirmanes\nsonnō\nsubversivos\nteverina\ncomputável\nproscênio\naçoite\nval-d'oise\nneuhaus\ncutucou\nmastro\nsonne\nrecitados\nhaikai\ngastava\ncarbonários\ncomercio\npatolino\nx-eternos\nexclamava\nissues\nwettin\nsancionados\nyorubá\nloloian\nyoruba\nordenei\nselby\nvalessem\neximindo\ndívidas\nkensuke\nkatsbarnea\ntorrinha\ncocheiros\nmíticas\nsobressaíram\nlapedo\npossessões\nturbay\nadivinhação\n-lhas\nvcc\nhyman\nvcp\nexpurgado\nmusculatura\nroveri\ncaloura\ncalouro\nrovere\nrovers\ncontrabaixista\nroverè\nembaixatriz\nrishon\nmorado\nmorada\nobelisco\nniel\nnien\nprazeroso\nespirrar\ndrury\nagnieszka\nrumam\nrumar\ntranqüilidade\nmedroso\ncontadoria\nguanahani\nlecco\npatinhos\nlecce\ncosmopolitismo\nsedentos\nfortificadas\nmeliaceae\ndificultam\nprivada\ntradiconal\ncochim\ntrigon\ndininho\nshinrikyo\nε9\nbrincou\nselters\nperks\nd'auvergne\nmikey\nalcança\naditya\naquarismo\nconsiderações\noberbayern\nimputação\nmetrologia\ndecimo\ndecima\npersistem\natestando\ndecifradas\ngroupie\nsepararem\nwalfredo\nsymphony\nälv\nyesung\ncondita\nhigaonna\nم\nreflitam\nprovidenciada\nprovidenciado\ndels\ncigarettes\ndely\nextremadura\nservidão\nalcançá\nbrasileira\nbrasileiro\nigbominas\ncredencia\nabrabin\nschimidt\nproença\namotinaram\npanaro\npacuí\ntakaya\nmarimoon\narly\nmicroempreendedor\narlo\nplovdiv\ntangíveis\nweor\nretilíneo\nperron\nfilos\nsmiltsena\nchutar\ncedidos\nraitt\nchanakya\nraito\nraith\nmetralhadora\nzica\nmuerto\ncoinvalores\nlídia\nagro-pastoril\nfaturou\nboedo\nbreathitt\nplanícies\nmitchie\nmecozzi\npôr-do-sol\noakdale\nesdrúxulas\nrenovou\ntruscott\nmostrariam\ngauleiter\neinsatzgruppen\n〉\nspvgg\npronunciaria\ncamdessus\ncolonatos\nridge\nfamosíssima\nco-governante\nformigamento\nfatorial\ntheaters\nsameiro\nknockin\npaquitas\nmarković\nestêvão\nhillier\najudou\ninclemências\ney99\npapas\npapal\npapai\npapae\ndruida\nverrerie\ncontabilista\nedinburgh\nedinburgo\ntelevisionadas\npiove\nbergson\ngame-show\nsediaram\nfórmula-9\ncoby\ncobe\nlipossolúveis\ncobb\ncobo\npecuniário\nfarsália\nmumificação\nindividualizados\napegadas\namarrá\namooo\ncomprovados\nn-gage\nanhangabaú\ncarenciadas\namarre\nconsultavam\nurgindo\nlotus\nninfas\npolémicas\nliberation\npríon\noriginals\nclipe\ninfração\ndemita\ninstrucionais\nibre\nibra\nriddle\ncramps\nrossby\nbernardina\nbernardino\nbernardini\nniu\naborrecidos\nauro\nellesmere\njúbilo\ninterfira\nconventual\nrunnels\nmediadores\nultrapassavam\n├\nbeijoqueiro\nfascista\npericos\ncoroinhas\npingos\nperdurando\nescarpamento\ndiffie-hellman\nbehavioral\nplatanus\ntonganeses\neólicos\nfincadas\nbituca\nhomeopata\nzapping\nsoldier's\ncolorista\ncarell\npassariam\ntamblyn\npolinómios\nguarda-marinha\ncapitação\ncerceamento\nirresponsáveis\nganha-pão\nignoramos\ncapaldi\nupstairs\npapandréu\nwistrich\ntoruń\ncélula-tronco\nzawahiri\neita\ndébora\nnaldo\ncoimbrão\npyramidellidae\nencantam\nencantar\natenderão\nbielorrusso\nrukh\ndéio\nmonochilus\nrecordistas\nrigby\nacrescentadas\ncriasse\nsquirrel\ngebara\nvalenssa\nàquele\nàquela\ntalcott\nrejuvenesce\nbadia\nbadie\nbadis\nteatralidade\nmarella\nshading\noblivion\ngyula\ncomunitariamente\njéssica\nkrenwinkel\nfocados\nconcorrente\nwinspector\ncic\ncib\ncia\ncig\ncif\ncie\ncio\ncim\ncil\ncis\ncir\ncip\nciu\ncit\nkatatonia\nassembleias\nmenace\nadmitem\ngametófito\nlaxiflora\ncorregedor\nlibby\nsandford\ndissabores\ncontributiva\ndirectiva\ndirectivo\ncappellari\nadmissão\nresistente\nreconhecia\napoiadas\nschlitt\nfiraxis\nestilete\nkravitz\nsamper\ndrenou\nversores\nbowdre\nmarxiana\ntieck\nblaue\nshorts\nshorty\nfouad\naustrásia\ncolectável\nrebordosa\nmetralhadoras\nradiais\ncómicas\nsylvio\nsylvia\nirineu\nsetes\naguardavam\ngônadas\na9vn\ncassels\nx-9\nvirtuosas\nmontferrat\ncerteiros\nvastos\nacilo\ngárgulas\ncoqueiro\nhabituaram\nmahicon\nerzsébet\nraivosamente\natormentam\nmortuária\nmortuário\nameli\nvenha-ver\ndaito-ryu\nalcebíades\npraelatura\ntributável\narkansas\ncukier\nwitmarsum\njauru\napreendidas\nbrama\nsamy\nzeebo\nbresse\nneto\nfinalizações\nneta\nnetv\nnets\njulianna\nintegrarão\njulianne\nremorso\ngardiner\nmasafumi\nafirmada\nbohol\nfuncionamentos\nproporcionou\nnicópolis\nespirito\nthingol\ncirillo\nregressar\nregressam\ntakahata\ntremendamente\npretenderia\nauto-de-fé\nefervescência\nlehane\nencontros\nencontrou\nioga\ngrumetes\ndetetive\ntransferidos\ninversão\nsiso\ncolhe\nconfea\nconsultora\ntriturada\ntriturado\nfloat\nyakuza\ngtpases\nc999\nuruoca\nemergentes\nfox\nforrageira\nfom\nincomumente\nfratricida\nusually\ndonzelas\nalnico\nadroaldo\nnoturnas\ncarreata\nperecíveis\ninteirou\ngeadas\neichmann\nnematóides\ninterrogatórios\ntruculento\ntruculenta\ndivulgada\ntopologicamente\nthong\nbraconnot\noedekerk\nganhá\nmatemáticos\nmontauk\nmaléfica\nkairo\nkairi\nexponenciais\nrosemeire\nanuradhapura\nganhe\nganha\ndepreciativamente\ngerman\nteori\ndesvencilhar\nvacatio\nolhanense\natracções\nwaggoner\ntromboxano\ncastres\nminitrio\narrecadando\nkariri\nabrange\ntransacções\njulianelli\nfigurino\npretorianos\nmagnavox\npsiônicas\nparnasianos\ncollective\ndesarmamento\nbaricelli\nmashiro\nwheat\nbilis\nappiano\nappiani\nbilia\nombrófilas\ngritado\nboliche\nneymar\npmdb-ac\ndiácono\ncailleach\nlawal\njuiz\njuin\nabstrai\nsinfônicos\nvernonia\nnigrum\nlaivos\nkz9\naimee\nacusou\nukelele\naimeé\nfaison\ntoshimichi\nexaminadoras\nespadim\ndíade\nmahi\npromulgar\nguardador\nfarrakhan\nlovelace\njulgadora\notway\ncoriácea\nfriboi\ntsurugi\n¢\nreconstrutiva\ntebas\npropositura\natraída\npsb-es\natraído\nbigorrilho\nmoxley\nsobrevivem\nsobreviver\nzuleika\nsobreviveu\noceânica\npop-rock\noceânico\nmesial\nprecursora\nquatermain\nex-grupo\nkostroma\nbanhava\nbergamin\nbaptismo\nprovinham\nrevendidos\nsamwise\nsolidariamente\nnódulos\nresidir\nresidiu\nconvencionou\nauto-controle\nusávamos\nsalmeron\nfrance-presse\nf.c.\ncochran\nloureiros\neurotúnel\npositiva\nmacroeconômicos\nnestle\nautry\nprotegem\nproteger\nprotegeu\nmahō\nkroeff\nmerlini\nmerlino\nex-sogra\nreservation\nautre\ncolaborou\nbimotor\nwaking\ngavial\nkouchner\nbhagavad\nbarbárvore\npediatrics\nsúbdito\nacidente\narquitectónicos\ntiras\ntirar\ntaguchi\nprofecias\ngeografias\nvanderwerff\ndespejo\nmarcianas\nimunes\nmarek\nmarea\nmarey\nmares\napelar\napelam\nalarmante\nlingala\njuizo\nrs9\nrsi\nrse\nrsg\nrsa\nrsc\ncleodon\nrst\nrsv\nrss\nviktoria\nhumoradas\nfratura\nuniformes\nsteelers\nxambioá\nhedison\ndestruísse\neudemo\nspree\nhigienópolis\nlivio\nlivin\nlivia\ncontras\nreticular\ndescalços\ntamponamento\nprecaver\napresentem\nmaccabi\ntrainor\ncolucci\nimpossivel\ncrassifolium\nfaustus\nocos\nirregularidade\ncodorna\ne.v.\ndjerbanos\nshiga\ndesistências\njuraram\ncreepie\norchestre\norchestra\nsobra\nchbosky\nsobre\nsobro\nrainha\nrainho\ndepredação\nhoax\nstimpy\nconfessori\nsleepless\nmilas\nmilam\nmilan\nvagotomia\nautoesporte\ntrotskismo\nsartori\nguignard\nnegociavam\nmillière\nmurtagh\nsentenciar\npoejo\ninovar\ncristalizar\nclarificada\ngianelli\nfiltro\nchildeberto\nnascera\nardilosa\nprofundis\nnitrogênio\nprofessionnel\nmonsaraz\nstartups\ntransformasse\nmichelsen\nbragantino\neritreia\nsaltinho\nvarma\nfriso\nfrisk\nfrise\nfrisa\nentrevistada\nacidentar\nburkitt\nacidental\nsemigália\nfarsa\nfarsi\naconchego\nnebo\nlomond\nabracei\nvasquinho\nwolfpac\nemulação\nrevistou\nfatalista\nlípidos\npára-brisas\neurycea\njangadas\ntucunaré\ncomăneci\nfieira\ntampo\nlocadoras\ntopanga\nubiquidade\nsincopada\nligavam\nvantajosa\nsanatórios\nabasteceria\n____\nfins-de-semana\nhenry\ncuckoo\nrobótico\ngamestop\npeltz\ndesvalorizou\nsyarhey\nisquêmica\nisquêmico\ncérebro\naqueu\nobtiveram\ncharutos\ndvina\neclesiologia\nredistribui\nastronómica\nastronómico\noctanas\ngurgueia\nadrenérgico\nrelocação\nrobur\nviegas\nneudo\ncaprichada\nsalientaram\ncaprichado\nlinhão\nteena\nfarmacognosia\napavorante\ngoiania\nmemética\ncouraçada\ncouraçado\nfinalzinho\nindiferentes\ntannhäuser\nserrambi\ndespachando\ncampeonatos\njfk\njfa\njfs\nnecessários\npompidou\ninstalações\nlysionotus\nastrofísico\nmacarthur\nedwiges\nlitorâneos\nminicomputadores\ngolubac\nendurecimento\nguajará\ndestroem\nsubstanciais\nneurociência\ncitation\nassumidos\nfiligrana\ncolocaremos\ndividisse\nkleiton\nluteranismo\niconoclastia\nclarkston\ncaamaño\ntrilateral\nalugados\nbusscar\nloteado\nloteada\nperseguido\nfullback\nsiptah\ntornando\nencantamento\ntramitava\nadiou\nadios\nferradura\n÷\nabsurdas\ninsuflar\nadquirisse\nrecobertos\nrolado\nrolada\nkurumin\nimaginaria\nalagoanos\nj.a.\ncaixotão\nbayan\nfusiformes\nfucsina\nkera\nreduzem\npoderosamente\ngóticos\nmallandro\ninterleucina\nepigrama\ngateshead\njipe\ninvasoras\npredecessora\nfujita\npublicá\nsubstituí\npelé\nmartial\npels\npelo\npele\nbenidorm\nsub-regional\ndegli\nsideshow\ngrafadas\ndomesday\nkahal\nocuparão\nvoçorocas\nadiantamentos\nvicenzo\npregões\ntatuagem\navalon\ndigitação\navalos\njülich\nvmware\nvrenna\nnistor\ngateway\nsub-sedes\ndilatadas\nqb99\nexclusivas\nבן\nkongelige\ndistrito-sede\nroubaram\nkillswitch\nplantarum\nagrotécnicas\nekklesia\npeluche\npacificamente\ntraslado\namamentado\nsustentaria\nlajos\natenua\ncintas\najustáveis\nfoder\ndesmotivada\nenganos\ndesmotivado\nenganou\nflashes\nuniversalmente\npetrificação\ngrandão\nex-prefeita\nex-prefeito\nmachucá\ndiluir\nzayas\nmenés\ndiplo\nservidas\nartrites\nintrometer\navistadas\nmachuca\nrechaçar\nvantajosas\nplugin\nselvagens\nisolamentos\npotes\ncrátero\nprócris\nretratadas\nplurais\nduailibi\nfoxe\nfoxy\nfoxx\nconsistiram\ncarapina\nbaleia-azul\nabad\nabas\nabav\ntarjas\ngaladriel\nestimulação\nencanador\nadicionam\nadicional\naparecidense\nadicionar\nalfradique\njoãosinho\nskol\nsonharam\nsupercine\noac\nco-compositor\noan\noak\noas\noar\nreceitas\nconjectura\npetőfi\nfairfax\ncutolo\nadiutrix\npajuçara\nbaleado\nbaleada\narrobas\njatobá\nhiragana\nenfarto\nbingley\nbrenno\ncroquet\noncológica\nvernáculas\noncológico\nmontiel\nesquecerei\ntrófico\namericanos\nroles\nsaquinhos\npestinha\nsymphonic\nsymphonie\ncampeã\nconcentraram\nerasure\nreator\nasoka\nnurse\nnódulo\ninfestado\ninfestada\nestufa\nperninha\nhistorinhas\nriverdale\nefeminado\ncarteado\nrotulando\nfrouxa\niasser\nhaedo\nteglio\neddington\nblasfémia\nimigrante\nremoendo\nseeker\npára-quedista\nsertã\ndetectáveis\nmamilos\ncreatinina\nrenascido\nabreviação\nrenascida\ncisne\ncska\nstarlin\ninvader\nintercalação\ninvadem\nautoconhecimento\nguilty\nfiquei\nilex\namityville\nsul-ocidental\ndesbravada\ndesbravado\ndoaram\nsonhando\nrebeldia\nnobili\nsiloviki\nvts\nwiles\namalfitana\namalfitani\nmancuso\nacontece\nsangrias\nwiley\ngreenwald\ngusa\nchateação\nreturno\nrubéola\nreleases\nreleased\npreferível\naragonés\nrakovník\nsobrevoavam\nhoyt\nvive\nklonoa\npaderno\nbeyonder\nrevidou\na-klasse\ntritões\nbelamente\nsatisfaction\nriachão\ncoautoria\natenderam\nproporcionada\nproporcionado\ncircularmente\nmulticelular\nesculápio\nsubir\ndesdobramentos\nfracassar\nfracassam\ncrúac\narbustiva\npardais\nretangular\ndesmineralização\nvivê\ndivergência\npenico\ndesejariam\nbaixo-saxão\nreconheciam\nevoca\nextraída\nextraído\npermitiria\nindefinido\nindefinida\nsecretário-executivo\naix-la-chapelle\nnoturnos\nformalizadas\nsubsecretária\ncantores\nsubsecretário\nentregador\nbashir\nmalloy\nbakerloo\nlangley\ninstalei\ninstalem\nconjuntivite\nlintas\nrimado\nstrange\nsindicalistas\nperformado\nperformada\nnoriano\nbirigui\nchaffee\nrowett\ngossard\nsessim\ntakada\naproximaria\nptdob\nsafin\nustring\noutdoors\nvd99\nradicalismos\nnothing\nbrochado\nfotógrafos\ncanaria\nenegrecidas\nhreidmar\ncanaris\nshacharit\npeabiru\neugen\nvigorar\nempedrado\nmaiêutica\ngalantes\nmadrigais\ndourif\nelim\nespacio\nhistórico-filosóficas\nmilicianos\nverificações\n99999-999\nhidroxilas\nindiscriminadamente\nattila\njornalismo\nbohlen\nraiden\nschumann\nraider\nsargo\nlager\npsicometria\nsedada\nsedado\nsossegados\ntalbot\nflagelados\nsutri\nafastarem\nbalanceadas\nfascistas\nburwell\nmureta\natearam\ndominados\nimperícia\ndamieta\nedgewood\nmodernizar\ntootsie\nanguloso\nangulosa\nclarksdale\nesparramadas\nreutilizando\nrondonópolis\nfermentação\ndançavam\nnagar-aveli\nacreção\nslytherin\ninterplay\nbarretto\njoze\ncurava\noídio\nviado\nashburn\nreverendíssimo\nescaparam\nmodernes\ngeologia\nreverendíssima\ndeclarava\npacajus\nmacaquito\ncontribua\ncheckpoints\ncontribui\nal-hadi\nconklin\nreexibida\ncontribuí\nfederalistas\nsemicolcheia\nbabalawo\nmércios\ntrabalhadora\ncomentadora\nreprisados\nobedecida\ninterditar\nobedecido\ninterditam\nestratificação\nencenando\nlevara\nestratagema\napostolic\nberzo\nbonobos\nsilviano\naflitos\ngerstein\ninversas\ndão\nevolutivas\ncaloso\nchambon\nacorreu\netnobiologia\nreports\nreporte\nreporta\ninsatisfatório\ninsatisfatória\nceleridade\nplanares\ndominicus\nagitadas\nmursi\nmursa\nartistas\nkickoff\naiúbidas\nvipers\naddicted\nretido\nescargots\ndeportou\nprecognição\nretida\napolodoro\nbibbiena\nanha\ntungsten\nendinheirada\ndiagnósticas\nmatty\nmatte\nar-99\nmatta\nnatércia\nmatto\nmatti\nbrâman\nremembering\nex-candidato\nbá\nadequam\nacobertamento\ncds\nadequar\nmultipla\nrecém-formada\nrecém-formado\ndoente\nmimmo\nanaxágoras\nwallenstein\n9999-9\nadubação\ndingle\nabanando\ndetective\nincriminam\nunixware\nesposos\nroches\nrocher\nsistematizados\nsistematizador\nbw\nposterioridade\nbz\nprinting\nivanovo\nklasky\nfugidinha\ntropeça\nbehra\nestacou\nentraram\ntban\nmaratonista\norganizam\ninterpretaram\norganizar\ngibran\nfoedus\nclaustros\npró-rússia\nreclamar\nreclamam\nstralsund\nchampanhe\ndispute\nnovíssimo\nwheelie\nmacrófitas\nbraquiterapia\ndisputá\nabomina\nimpelido\ntoscanos\npulsionais\nassinamos\nrestasse\nsobreaquecimento\nbinaural\nextrínseca\nsefer\nconsiderasse\ntherapy\ndoutrinários\nuccle\nrousseff\nswire\nwangchuck\nvallecano\ndescoladas\ndesidratada\ndesidratado\nintitular\nintitulam\ndegustados\nesquizóide\nhidalgo\nclicado\nhausmann\ncategorias\nvirado\ncategorial\nglenda\ncollie\ncollin\nbremen\nbremer\ncollis\nbrincos\nwaterhouse\nbeijado\nbeijada\nlegistas\nbarbadense\nsimplício\ntagbanwa\nverdadeira\nprotestar\nprotestam\nbailar\ntrês\ntibetano\nhotspur\nfavorecido\nrot-weiß\nָ\nplant\nplane\nplana\nplano\nplank\nprelatura\nbonitas\nanelis\nsx999\nimpactante\nestán\nthundarr\ndizimado\ndizimada\násia\naluviais\nseiscentista\ncondizentes\nescolinhas\nritz-carlton\ngelug\ndeterminações\nss99\nlasswell\nultron\npunção\nsrivijaya\nmatonense\napuros\napurou\nsupermercado\nviajamos\npolui\netra\nlagrangiana\nfestejando\ndownton\norquidário\nindianópolis\nmaiolino\nmacy's\nrocambole\nimpactou\nimpactos\ndemonstração\niulius\nperiglaciais\npró-emancipação\ndesempenhavam\nosamu\ndoi-codi\nosama\nappropriate\nescurecimento\npangim\nrolinhos\nberlenbach\ndigrafo\nciclomotor\nalmadén\njonghyun\nexorcismo\ninoperância\neminências\nszlachta\nubaldi\ndamásio\nazara\namestrados\nzig\nzie\nzia\nzil\nzim\ninfame\naplicaria\ngafanhotos\npsilocibina\nzeffirelli\nreuter\nô\ntien\ntiel\ntied\ntier\naltan\nracks\nzabel\nmapeamento\ncrabbe\nleifert\nantocianinas\namargamente\nnp-difícil\ncorroboram\nentregou\ncorroborar\nordália\nthrush\nthrust\nivor\nivon\ncourtes\nenxergaram\nbrentford\nbanalidade\nwoodford\nironia\nenólogo\nhuene\ntrivial\nmindflow\nfamilias\nfamiliar\nviuvez\nbichos\nmannesmann\nramp\nrams\nramo\nconsorciados\nrama\nmedronheiro\nwindsurfe\nbaume\nadesivos\ndesigna\nariza\nturistico\ncolunatas\narrozeiros\nmirava\nmerz\nmers\npelopes\nmeri\nmero\nmera\nannabel\nalegar\nalegam\njools\nhornbostel-sachs\nconfirmando\nlingüistas\ninteiriço\npalidez\nundercover\noreal\ntohoku\nvertigens\ndesigná\nspooky\nconvidade\nconvidada\nconvidado\nazul-esverdeado\nfakes\nficamos\nazul-esverdeada\naaas\ndióicas\nreapresentação\nsísmico\nsísmica\nfilamentos\nrosita\nshear\nbread\npiroclástico\nsaibamos\nadopta\nvédicos\ngraafschap\nnahr\nnahe\nnaha\nreflexivas\npsb-rj\nghorayeb\nneptune\nfundamentais\nfranqueados\nfranqueador\nt-mobile\nenganadoras\niberica\ndescabido\ncosmander\nenforcou\nconstituíndo\nruinosa\nesculenta\nmammì\nenquete\ntrilobites\npesada\nbenedek\nmammy\nmamma\ncavan\nvovozinha\ncondenados\ncavas\nrx-9\ngreyjoy\nparapátrica\nprefeitura\nerrôneas\nbodhisattva\nshrine\naltíssimo\nshrink\nescale\nescala\nretruca\ndescompromisso\ncarinhos\nswitcher\nbergmann\nextorquido\nlivgren\nouija\ndumnonia\ninsigne\nchefe-de-estado\ngiacobetti\ndestroço\n-naftol\nsincerely\ndepreciações\nlimitavam\nadvb\nbeluga\nbrincante\ntaxco\nadimensional\nspammers\nmarzo\ncosta-riquenha\nwhispers\nquesnel\neditais\ntoleravam\ngermanófonos\ndebilitados\nchiquinho\nsapindaceae\ngobi\ncatólico\nsupercordas\ndesafiaram\nhl99\npropulsão\ntopping\nbeatnik\nbonequinhos\ncondenasse\nreductio\ngarde\ngarda\naloysius\nvram\nvrai\ndistancie\ndistancia\nfotossistema\narranjava\nwolde\ntavinho\ncrumb\ncrump\nexumação\nmagellan\narestas\nbaralhos\nvoigt\nconstrutores\npanegíricos\nseminômades\neuconulidae\nataxia\npalíndromos\njornalzinho\nchefs\nchefa\nchefe\nsesshoumaru\nknud\nassaré\nmaiakóvski\nmessa\nmesse\nmessi\nciudad\nmessy\ncontassem\ncomparavam\nhiper-realista\nfreeport\nnatalinas\nregenerados\nregenerador\npecaram\nter-se-ão\nrowspan\ndentinhos\ngeats\nindependências\npapadimitriou\nlateral\nbatedor\nbernabéu\nprainha\nrespeitasse\nsuperbowl\nguilhotina\ndigitalizador\ndigitalizados\nhermilo\nascendia\nmurphys\nrisco-país\nauler\nyamana\nmanancial\ntenet\nnadando\ncontrabandeados\nacoplar\ntype-99\npilhéria\nestupefação\ntíquete\nmalandros\nwaltel\nwalter\ncapturasse\ndióscuros\nconversível\nconservador\ngsp\ngsr\ngsa\ngsc\ngsg\ngsi\ngsh\ngsk\ngsm\ngsl\nantissemitismo\nextradição\ntaiwan\nniágara\nparada\nparade\nfathers\nambão\ncortesia\npromissão\nevangelizou\ncaicoense\nbeijinhos\nunibanco\nkuhn\ndra.\ndrau\ndraw\ndrax\ndrag\ndrac\ndram\njigme\nabão\nitapetinga\nambíguas\nfutebolista\nfrancesinha\nsangues\nniceia\ncasaquinho\npara-raios\nderrubado\npurulento\nencerrados\nbrasilienses\nyoong\nimbuí\nbipartite\nwidebody\nextracelular\nrecordadas\nmaicosuel\ndeclaratórios\nsimboliza\nbikes\nevans\ndrinker\nrother\npvv\nsacrifício\npve\npvm\neldar\ncosmopolitas\nbiandrata\ndesabafo\nmarchador\nirredutível\nbinyamin\nbenzeu\noctubre\nincompetência\npatrulhamento\nborisovich\ncortas\ncortar\npertinax\npertinaz\nacquapendente\nsobriedade\nwkf\nmaquinários\nmodbus\nexplicado\nexplicada\nguilhotinados\ncontingente\nbuitrago\nengolindo\nimportação\nruandeses\ntranspiração\nvoegele\nconverteu\nconverter\nconvertem\njibril\nsoprado\nléptis\ntralli\nmochokidae\nchiu\ndevesse\nböblingen\nmilheto\nmilhete\nchia\ndanvers\nbenzaldeído\nhelenista\nmuseografia\ngaitas-de-fole\ncantonais\nnão-humanos\nsubsistem\ncometimento\npromontório\ncocheiro\ncocheira\ngrosby\nfenfluramina\ncornudo\nsalvarem\nestilizada\nestilizado\ngöran\ncucas\nkarman\nkarmal\npica-paus\nanzoátegui\npazes\nleonato\nending\nteuchitlán\nfolies\nmacroeconômicas\nyonge-university-spadina\nestatutário\nreddit\nvármia-masúria\ncurrículos\ncontaminante\napostolica\nmandžukić\nconstitucionalista\nautónomos\npetanca\nadorava\ngrown\ngrowl\ngrows\nakm\nfogão\ncabalísticos\neclodir\neclodiu\nmaitre\ncongressista\nfreistadt\nfortalecia\nzigoto\ncapotando\nsurfin\naquaristas\ncorrente\napartheid\nusáveis\nsolitariamente\nclerk\npuris\nclero\ngibis\npodido\nremodelar\nmondelez\npitoresca\nsojusz\nzoraide\nenfermidades\naterradoras\nbérégovoy\nchapéu\nfloresciam\nantigénios\nmobilizadas\nnegocio\nnegocie\nnegocia\ncapeletti\nnegociá\ndesincompatibilização\ndespenca\nbicho-da-seda\nagro-pecuária\nsaria\nzmeskal\npropusera\nsemearam\nspicy\nadèle\nbotafogo\nfranco-brasileira\ntrader\ntrades\nronivon\nmelnick\nwillemstad\ngander\nganden\nkoltsov\nevidenciam\nevidenciar\nevidencias\npiadista\nabta\ncluster\nabtv\ntributos\ncrucifixo\nclimatério\nboxear\ncânon\nprotegeriam\nbesser\nirênio\nbessel\norégão\nnotable\napis\nmezio\nmigliorini\nprestigiosas\noportunidades\narranjos\narranjou\nfinta\ncarimbos\ncarimbou\nstamos\nvariavelmente\ncelebrity\nfujão\nalucinado\ninviabilizou\nprachatice\nphalacrocorax\nletitia\ncarpentier\npeneirado\ncoustou\npeneirada\nhiyori\ntaub\nek99\ntaut\nbilabial\ntrompetista\ntauá\nvaguinho\nemancipadores\n™\nprimorosa\nrebatido\nrebatida\naguardou\nsimpatia\npirimidinas\nbretton\nriggi\ndemonstramos\nquisto\nconsorcio\noutta\nlafaiete\nreinhart\ndonadon\nmountain\nbarodius\ndecompor\ncontrafortes\nosler\ninquisidor-mor\ngnosis\nvandalizado\nvandalizada\norçamentária\norçamentário\nbakhtiar\nautomotores\nmiracatu\nbengt\nkanindé\nentre\nwerewolf\nentry\ncaye\ncayo\novarianos\nsutiãs\ndeputy\naviações\nvulnerável\nredondos\naconselhamentos\nseris\npapá\nserie\ninvestigadores\npapo\npapa\ndruid\npapy\ncolonial\naguilera\nasseverou\nintegre\nintegra\nkadee\nintegrá\nenviuvado\ntoshio\nsaale-holzland\nreforçados\nreforçador\nfincada\ntallis\nda9\ndae\ndag\ndaa\ndac\ndal\ndam\ndah\ndai\ndat\ndaw\ndap\ndar\ndax\nday\ndaz\nmoderadora\ngargano\nesteganografia\ndaí\nmoschera\nselêucia\nindenizadas\nsubvertendo\nprocles\ncometendo\nex-amigo\npapua-nova\nusuarios\nsylvian\ninstrumentais\nobviamente\nconfirmará\nensaísmo\njuntavam\nhighland\nfester\nlis\ndeep\ndeem\nnijinski\netnográficos\nnijinsky\nconsolidava\nheeresgruppe\nlake\nkuala\nlanghorne\nbridgman\nrepudiando\nlança-mísseis\naprendida\naprendido\nyelp\nyell\nagnolo\ncabralismo\nvenue\nvenus\nprostrado\nprostrada\npirita\npirite\nstatoil\nstenio\nregressaria\nkleist\nirondale\nencarregaram\nlevemente\ngravar\ngravam\nroll-up\nyoshikane\nurânio\nurânia\nsamanta\nnymphaeaceae\ncarnap\ncarnal\nedita\nedite\nedith\nedito\nbingham\nborracha\nnyerere\ncingir\ndiano\ndiana\nalcetas\ndiane\neditá\ntrancados\nuniontown\nhouaiss\ngazelle\nconcebia\nparaolimpíadas\nfórum\nfitoplâncton\npfeiffer\ninterpretarão\nfosfodiesterase\nadornados\ndocbook\ne-books\nskill\ngaël\nimplica\nradioatividade\nauditadas\nbocchino\nlavadouro\nmixto-mt\nkhadafi\nrahman\nvx99\nperfecto\narnedo\nrendidos\nmicrofilmes\naetossauros\ncollaço\ngodflesh\nmalu\nmassimiliano\nbonato\niterado\niterada\ncordonéis\nfianças\nhumanoides\nagiriam\nconvenciona\nestóicos\nrépteis\nlamballe\nornamentada\nornamentado\ndesligasse\ndinda\ndindi\ndindo\nbrazza\nmecanica\ngrandark\nprovidenciados\nsălaj\nrumpelstiltskin\nboucher\nbouchet\nsuicidado\nfeitorias\nyamauchi\naltena\nmomo\nmoma\njomo\njoma\norfandade\nfinalização\ndiffserv\nclosed\npleurotomella\nquintas\njosé-augusto\ngelão\nduchovny\nbarrete\nnamgyal\nscully\nåland\nbenedita\nnaacp\nshops\nhercule\nfuseta\nharriot\nscrapbook\nsiberiana\nvuillard\nevidenciadas\nlemke\ncávado\nmarrom-avermelhado\nmarrom-avermelhada\nnão-financeiras\nfarnborough\nesgotos\nesgotou\névora-monte\nbisfenol\nmudamos\nmanoel\ndesculpar\ndesculpas\ngerenciadores\nsujando\npré-clássico\npré-clássica\nvamos\nacomodando\ndesignados\nimplicaram\nnão-muçulmanos\nlevantava\nmusica\nagrimensor\nmusico\ntorquatus\namapari\nrelegados\nhuáscar\nvoivodina\ndupré\nreturn\nfaxineiro\nfaxineira\nhostílio\ninepar\ninepac\npenicillium\nobra\ncampello\ntestículo\ngolfetti\nparklife\nnacionalizou\nriozinho\nsocialização\naguentava\nsupercondutividade\ngostaríamos\nfrancomaçonaria\nmanoela\nmatis\nmatix\nmatiz\nduma\nchaillot\nzelig\nbosra\niván\npirovano\nestruturalistas\nglagolítico\nfernandes\npamyu\nfernandez\naspargos\nbechara\nvariante\ncouraça\npavoni\npavone\ntemperature\nentrincheirados\nnazaire\noligonucleotídeos\nrecém-eleito\nf.a.m.e.\ntraça\ntraço\nqueixo\nhospitaleira\nmeyerbeer\nschaffer\nrm9\njubileus\nlimpado\nmesosfera\nglossopteris\neconomizem\nsilenciadores\ntornavam\nnotei\nnotem\ndecidível\nfourcroy\nmédia-baixa\nnegrito\ncaeté\nfarr\nweeping\ndetone\ndetona\nfabricadas\ntripulada\nafastavam\narquibaldo\ncursinhos\ncompressores\nannos\npeitoral\nisherwood\nburnetii\nsíndrome\nsíndroma\nthurston\nrotuladas\nkatsuhiro\nex-golpista\ndiriam\npabuk\ndictionary\ncontrapesos\nmímico\nmímica\nadamson\nrenovação\nsubsecção\ncronômetro\nklara\nashmore\nस\nvintage\nanalistas\nskg\nska\nbarrow\nski\napedrejamento\nsk9\nestritos\nalbaneses\nd'isonzo\nzanuck\ndescasamento\ngetting\nninão\ni've\nehlers\nmazzarino\ncannaregio\nbranch\ncrociere\nbranca\nsprague\nclínico-geral\nelgar\nhasteando\nacordeon\nacordeom\ninestimáveis\npawel\nd'aumale\ndirigindo\nsubstituísse\nkids\nmarcador\nkidz\nkidd\nkido\npintá\nmaneiristas\npolifônicos\nzambiasi\nlealmente\nimhotep\nalmofala\npinte\npinta\npinto\nprostituem\ntchaikovski\nex-militares\nsanabria\nbratislava\nsaliente\nsalienta\nlucera\nbartok\nbarton\nfolha\nsedeado\nturbulência\nsedeada\ngolem\ngoles\nkkkkkkkk\naeromoça\nrexona\nwhitcomb\nmishra\nexplosivamente\nmoveria\nkremlin\nemocionalmente\namolops\ncadeião\nopção\nluba\nmarionetes\nparrudo\niata\niate\njaquetas\nsaraiva\netim\namieira\nsubsolo\nimponente\nsmackdown\ndesposa\nreduza\nreduzi\ndesposá\nsocorros\ntelescópico\ntelescópica\nalmogávares\nsvein\nanaeróbicos\ncongratulations\npencas\nmarcarão\npencak\nmoderne\nmoderno\nferrín\ninterrogatório\nrecolhia\nnobuhiro\nplacas-mãe\nx999px\nmicrofinanças\nenfraquecidas\noxítona\ncomplicações\nrutherford\ngenoveva\ncecap\nlitro\nescalados\necólogo\ntranscendentalismo\ncidadania\netérico\ncaniço\nhomem-morcego\nminimizam\nordenam\nminimizar\nbraunau\nescamoso\nescamosa\nsurgem\nentraves\nchegavam\nborough\nnarváez\nrótulo99\npimple\nfriction\nevolutivamente\nocasionada\nocasionado\nprontamente\npanchen\nprevenida\nprevenido\nmonark\nbrandamente\natala\nlógicos\ndaltonismo\nmigratórios\nzenit-9sl\nmirandão\ntença\ntraffic\ngiusto\ndepredações\nvacilou\nlobisomens\nnidifica\nexpondo\nsacrifícios\nbrazilian\nbohemians\nfollow-up\nex-pm\nramosissima\npetrova\nleydig\neighty-four\ndídimo\nbombardeavam\nbretã\nquaes\nn'sync\naudoíno\nhuge\nhugh\nbrett\nshakuras\ntorstensson\ngadget\nlwów\neverytime\ncourses\nseringueiros\noffline\nzarpou\nkoshi\npectina\nindustrialmente\nmustafina\ntelegramas\nnoachis\njogado\njogada\nagboulá\nprumo\ngargântua\n-lhes\nelevações\npublicidade\npênaltis\npacujá\nmelilo\namelle\nnóvoa\nsuspensório\nlegações\nbanjo-kazooie\nlynette\ntranslúcidas\nfleischer\nproterozoico\nrebuliço\nperspicaz\naterraram\nrefrões\ncormack\nsorbet\ndisponho\ntalian\nestância\nmoodysson\nfarinelli\nprerrogativas\nbptran\ngnattali\nmulher-gavião\nbianuais\nconstelação\nintuitivas\nbipolaridade\nprincipado\npreventivos\ndetectives\nosmin\nfrères\ncomitium\nadma\nkurihara\nfifteen\nprorrogações\ntransformistas\nmagano\ntalentosa\ntalentoso\nsassou\nsasson\ndesaguava\nmagistrais\nacilação\nderivativo\nescapatória\nflavius\njaguar\nbooks\nvandegrift\ncaminhão\ndurban\ndurbar\nanalítico\nanalítica\nbudo\ncrni\nlucindo\nimpedida\nimpedido\nkempelen\nchamegos\npanagia\ncruzá\nrenascentistas\nprichard\nalessandro\nalessandri\nalessandra\nsubdiretor\naçougueiros\nmanejada\ncontinham\nmanejado\ncruze\nviveria\ncruza\ncruzi\ngenetic\nrequintada\nrequintado\nadmissível\nconcentrassem\nfolião\ngaudenzi\nreações\nὁ\nblackness\ncivitates\nwinkel\nstaton\nsardenberg\nsondagens\nlongipes\nfranco-belga\nbloemfontein\nlabine\ntocavam\nbiber\nmasayoshi\ncampeche\npando\npanda\nbipolar\ndançando\nimpactaram\nimplementadas\nbastuço\ndesenvolvedor\nmuqui\npude\nming-liang\nbrugge\ntacna\natas\nrepor\nintercomunicação\nmesopotâmicas\nconserto\nconserta\naraceli\ntownley\nmaracaibo\naracely\nagnetha\npleópodes\nempregava\ngandhi\nconsertá\nwürttemberg\nlidiane\ndisputei\ndisputem\nseduction\ncaducifólia\nopniões\ndiagnosticaram\nroleplaying\nfirehose\nlembretes\npaquife\nkrupp\nkrupa\nmackey\niníco\nconclusões\nhemolítica\nponcia\ngnt\ngnu\ngnd\ngnl\nmelchíades\nbenini\nbening\ninsumos\nnewton\nbioma\nquimioterápicos\ndesigners\nriomar\nprematuras\ndolce\ndolci\ncomissário\nlavas\nlavar\ncomissária\nlavam\nlaval\nauricular\ndesmentindo\nbrejão\nhalitose\nninhada\nmdic\nhemme\npeñafiel\nclientelista\nfilpo\nturns\nturne\nwillendorf\niori\nfilarmônica\ndesmilitarização\ntransgredir\ngiles\nturnê\nrepugnantes\nfranklin\nextra\ncrawlers\ninositol\napeadeiros\nj'onn\nsoko\nsoka\nfólio\nassolado\nrummenigge\nabrangerá\nmelódicos\nnocera\nू\nbrussel\nsubdividiu\nlambidas\npreservador\nabranja\nmembranoso\nmembranosa\nrabinovich\nzhuangzi\ncoleccionando\nalguns\npt-99\nrenaldo\nvigiadas\néticos\nbaza\ncombinava\nzebu\nhipostática\nargiro\nlacie\nf-9999\nsambista\nmarcelinho\ncondicionamento\nelvis\nelvin\nfervorosa\nfervoroso\ngaspar\nesquilos\npiumhi\nvisitamos\nmentalista\nguimard\nhéroi\nnissa\nnisso\nportugues\nredshift\nphilosophers\nfreddo\ndiscrepante\nmúsculos\nbiênios\nfugir\nfugiu\nfugia\nnêutron\ntirados\nyoungblood\ntochigi\ncaluniosas\nhandball\nbuxo\nsalpicado\npeludas\nestrelará\nhemonúcleo\nfreelance\nzarabatana\nkittin\nkittie\nverena\nargan\npólvora\nresgatar\nestreia\nresgatam\nredobrou\npetter\nutor\nimpressionista\nmosby\nmanauara\nrefugiarem\ncharlotte\ndenominando\nunissex\nrockefeller\nconfluir\nvalga\ngimnofiono\nbecher\ndisserta\ninsignes\ncanadiana\nconsolida\nditado\nrent-seeking\ngeneral-major\napreciá\naljustrel\nchatice\nsimpodial\namakudari\nfeiticeira\nfeiticeiro\ngamo\ntetrápodes\nharmonizados\nlaís\nkempton\nsprouse\nhutchence\natacar\n-vii\nstockbridge\nprecedendo\nouricuri\ndublagem\nanexação\nmolyneux\nmentalidades\nprevisivelmente\nsinebahia\nambicionava\nengradados\n99999-9999\ncopta\nlaquis\nguerreavam\nweltanschauung\ncidade-satélite\nintitula\ntully\ntulln\ntulle\nrotações\nhumphrey\nabdallah\naclives\ncenógrafos\nmariane\nmariana\nmariani\ncurtitoma\nnytimes\nveronique\ndemolidas\nsimplificando\ncutâneas\nsomático\nquântico\ndivorciarem\nestendia\npesseghini\nkicking\nsubprovíncia\nassessorá\ndragon's\nimpulsionava\nbioenergética\nhttp\ncílio\ncília\ndaia\ninter-relação\nashman\nrégion\npermeando\nconceituadas\nadditional\ngais\nkalahari\ngaio\ngain\ngénéral\ngaia\nmöbius\nadaptaria\napropria\nmultimodal\nrecortado\nestreasse\nfinck\nfinch\nfinca\ndiscossete\npuntlândia\nsamsung\nnucléolo\nvillaventura\nnottingham\nsuperaquecer\nhubertus\nmódica\nchetumal\nherbert\nmarkov\nchefe-de-gabinete\nsírio\nvhdl\nsíria\ngator\ngatos\njoshua\ntransoxiana\ncalhaus\ninterpolações\nóvulo\nsarton\nrochefort\ntitular\nlauenburg\nconectam\ncaixa\nálbum\nsibutramina\njeneci\nelenca\nescorou\nelenco\neyal\neyak\nretrabalhado\nretrabalhada\nmccall\nabsolvições\npurifica\nforgot\naceleração\ncompartilhado\nencerrara\ncolibri\nbionic\nsubdesenvolvidas\noutas\napresentara\nperillo\nencerrará\narmaria\nalto-alemão\nconfrades\napresentará\nespichel\nfugiram\ninvisto\npersuadir\npavan\nrevigorou\nlégua\nleitura\nlésbico\nlésbica\ntoofer\nfamiliarizou\nisaacson\norganismo\nconsagrado\nconsagrada\nnielson\nwandering\nconfederativa\ncaná\ncané\ncanô\ncontrolada\nconectividade\nkasimir\namêijoas\ncane\ncana\ncann\ncant\nnecessitamos\ndiamagnetismo\nanunciadas\ntiguan\natenuados\ngomas\nhumanistas\ndefumada\ndefumado\ncabiam\npaka\naçúcar\nmichonne\nclarificação\npenélope\ndepredados\namanullah\ndescriminação\nmetodológicas\nliebknecht\nannals\ncochinchina\ncolonization\ndoutourou\ngiurgiu\natrairiam\nproprios\nespers\ncontorna\nespero\nespere\nespera\ncontorno\nneurofisiologia\ncontorná\ntramway\nesperá\nfaits\nblooded\ngarotinhas\nincutir\nmultiplayer\ncoligou\naeróbico\naeróbica\nlyngstrand\npornôs\nগ\nusufrui\nsubterrâneo\nsagrando\nfinalíssima\nenthusiasm\naglomera\npúbicos\nframpton\natrairam\nmitsuru\ngradisca\ngaiato\nlavá\nlisle\ninterpretativos\ngarnica\nchalhoub\nzambiana\nzambiano\ncolegiada\ncolegiado\nnovotna\nlavo\nlave\nlava\nantidemocrático\nantidemocrática\nteletema\nnandu\nnando\nnandi\nnanda\nencarece\nesquadrões\nencabeçando\ncordell\nsydney-99\nesteatita\nexigem\nparkour\nvenho\nampliando\negoístas\ntraem\nmerindilogun\nalmg\ndonovan\nalms\nherói\noboro\ncultuavam\nbarbaramente\nmedico\nmedici\nfemen\nnicette\ncongênita\nsaladinha\ntardígrados\ndesavença\nprocellariidae\ncordéis\nlaisa\ngassânida\nmicra\nintermediar\nextraordinary\ndespropósito\nkhalifa\nintermediaria\nserena\ndayton\nsereno\nservices\nmediastinal\ncomdex\nindigna\nolympe\ncianeto\ninternacionalista\nforlani\nguadagnin\niniciarem\nihgb\ncaminheiros\noverbeck\nitaguaí\nefervescentes\nwollstonecraft\nhonorary\nonassis\nsaqueavam\nzion\ninjetaram\nsmothers\nwaldman\nsintética\neaster\ndíspares\nromi-isetta\npéssimo\ncarrapatos\nsvatopluk\nkopff\nconfundiram\nnatalenses\ndaúde\nshowgirls\nmoivre\nsés\nsimétrico\nséc\npuranas\n்\nesbal\naviônica\nsquarepants\ndobrzensky\nesbap\nhealing\nvips\nninar\nhopkins\nautoestima\nprazer\nexposto\ntalher\nequilibra\nו\nn99\ncarambeí\nlabonte\nn9o\nfeuillade\nenergizante\nespigas\naker\narrumo\narruma\narrume\narcuri\ngrandiloquente\nitapura\nartesp\ncárdenas\nschaumann\nantico\nantica\nshomo\nantraigues\nengorda\ndensificação\ngrinder\nkewensis\nlazzaro\nlazzari\npraia\nestilizadas\nciclogênese\nrabugenta\nrabugento\nestruturantes\nneurosis\njars\nornitísquios\npergamon\nelastic\ninsumo\nlinhares\nibituruna\nconvicta\ndesfavorável\nsabinada\nungulados\nsantangelo\nchaebol\ngeneralizadas\nceron\ncerol\narmínio\ndesvinculada\nnão-tripulado\ndissódico\n†\npêlos\nprints\navianca\ntirreno\nreclassificou\nmadrugadas\neácides\nmarcarem\npolítica\npolítico\ncatalães\nmazombos\nbatlle\nutsunomiya\ninduscar\npsdb-pfl\ndupin\nregulamentações\nreservar\nreservas\nreservam\nzôo\naspidosperma\ntacaruna\nminuteman\nlogisticamente\ncordisburgo\ncarrey\nemprestando\nalondra\nsporttv\nmusculosas\ncambio\nsincréticas\nhaiti\nmostraram\nródio\nnoviço\ntiflis\nblancos\nabalaria\nprussia\nétnica\nirmãzinhas\nespecificadas\nsuspensão\ncircularão\nfiscalizando\nazula\nom99\nboécio\ncruiserweight\nmirim\nromanizada\nosborn\nppc\nppa\nppg\nppe\nppi\nppm\nppl\npps\nppp\nppv\nppt\nlusitanas\nstuck\namendoeira\ninescapável\naeileen\nclausum\npicture\nfootball\ndesmaterialização\nfaster\nvietnam\nmonopyle\ntitubeou\ninsolúveis\nala-arriba\nव\ntanka\nambientalista\ntanko\nduplessis\nironizava\ndesembainhar\nperversão\ngobbos\nknocked\nlegível\nprogressivas\nárduos\nethan\nadrasteia\nmorgenau\nrumford\nreboleira\nclarabóias\npsiquismo\nbarbudo\nbarbuda\nintegradas\nmizrahi\nazatioprina\nexistem\nharlan\nprayers\nmétopes\ndebussy\npragmáticas\nsofisma\npoliticamente\ncarrilho\nendereçar\ntoxicodependente\nhélvio\nentrarão\nlarsson\njazz\nindividuação\nex-policiais\npuxadinho\nalagamento\nclarins\nzavala\nmudada\npopeia\nacentuam\nxiaoping\nmoeller\ntubinga\nterrans\ntrespasse\npiedimonte\nterrana\nterrano\ncommissão\ndocuficção\nrushmore\npatrice\npatrick\nzoeira\njacu-pêssego\npenedès\natestaram\ndomicio\nindomável\nalcaptonúria\nmarselha\nparsons\nmarlone\ngurkhas\nlilker\npapilio\nsinhazinha\nplantageneta\nsilenciosamente\nafischer\nopteron\nostrov\nostrom\ncantalupo\nmoscheles\nmocambinho\ncode-share\ntrabalhara\nfsln\nbrotha\ncausador\ncausados\nsuperintendência\nalferes\npatriarcalismo\nbrotéria\nruminantes\nreagiam\nbotafoguenses\nurinar\narmarinho\ngeoffrion\npatada\nsaint\nflorescimento\nholbrook\nbrócolis\ncalçamento\nadivinhou\nadivinhos\npisar\nnomearem\nagrotis\nforerunner\nerva\ndirecionando\nfounding\nemails\ncontextual\nbombonera\nstormarn\nafrescos\nenersul\nrobertinho\nflight\nestabilizadas\nremixado\npudica\nalgorítmos\ndestronar\nesguios\nensaiadas\napenas\ngarcés\nbronstein\nsigilosos\nentidade\nocean's\narrasador\nattar\neunhyuk\nprisional\nseatle\ncarcharodon\nencontrarmos\npituca\nsaffron\nrebolledo\nbassânio\nprinceps\nincomodar\nincomodam\ndandy\ndando\ndande\nsindicalista\nmeio-período\nquirinópolis\nkyo\nreplicou\ngeeks\nparrott\nkyd\nsminthopsis\ncépticos\ncrick\nargamassa\nd'além\ndetesto\nturbantes\nkadyrov\nserreta\nfentanil\nmiho\nberengária\ncontaminações\nanchieta-imigrantes\nlutaremos\nreprodutivamente\namava\njing\ngurewitz\npelhřimov\nplayarte\ncelibato\nrelaciones\nlinearifolia\nfissore\nquadrissemana\nintitulação\npresario\ncorações\njudô\npatrus\npça\ncriptografadas\norléans\nbaluchistão\ndespenteados\nespumas\ncatalogadas\narranjadora\nracionais\nteosofia\ndesgrange\nexpostos\nnegociatas\nvortex\ndessalines\npike\nsisal\necclesiæ\nalojadas\nhipercubo\ncaroço\nsimular\nsimulam\nnra\nnrf\nprandi\nc.p.\nrafaello\nrafaella\ndenunciaram\ncardume\nongs\nhurt\nhurd\ndissecção\nlinz-land\ngradeadas\nwolfram\nfabaceae\nincorre\ncotrim\nnumas\nparalaxe\nbenfeitores\nquéops\nvalois\nmorihei\nco-autor\npatrocinadora\nlevianamente\nengagement\nyongle\nnegociações\nretaguarda\nbroflovski\nerrei\nsinopla\ngauge\nquackenbush\npetrolífero\nobservavam\n━\nrhön\nabolicionismo\nµg\nmanabu\nrhodolfo\npreço\ncomemorada\nkhaled\nlife\nduquesa-consorte\nreuniões\nderrotadas\ndesépala\ngénesis\ndecano\nagenciar\nespinhosas\nexmo\ntomorrowland\ndispostos\nconseqüencia\ncatalogados\npahlevi\ndesailly\nserpente\npairavam\nfloriculturas\nassinalava\nteresópolis\nsisko\nregent's\nlitisconsórcio\nsantificados\nsampdoria\nveterano\nsupersequência\nveterana\nveterans\ncazaquistão\ngranja\ngranjo\nrecompensou\nbaldur\nbaldus\nkearns\nbanya\ndesarmados\nabordados\neconomizaram\ncarrigan\nrayanne\nhidrocele\nexterminaram\nsementes\nbeliever\nl'hotel\nelephant\naventadas\ngakkai\namêijoa\nboreal\ncandeeiros\nnaquela\nnaquele\npreußen\njazigos\nário\nária\nrecrudescer\nrecrudesceu\nofendidas\nillyana\npauzinhos\nprisma\nafluente\njpmorgan\natticus\ntomateiro\norginalmente\nrecife\ngooch\nespm\nespn\nespy\nportfólios\nanimus\nsentinel\nfalhasse\netimológica\nacinzentada\nacinzentado\netimológico\ndjian\nshanti\nwroclaw\nélan\ncarvalhos\nseyfried\nintrepid\nkasher\n-amino\ngaffrée\nsemideuses\npetroglifos\nisópodes\nirmgard\ndefenderam\neustis\nfiandeiras\nthököly\ncomportamentais\nalgorithm\nc99h99o\nizvestia\nhexavalente\ntchékhov\ndisciples\ncircunvizinhas\nretratava\nmilitância\ncachorrão\nmonogamia\nvenaticorum\nramon\nnomadismo\nlcross\nrabos\narranjador\narranjados\ndeeds\ndesprendendo\npainelfc\nentamoeba\nmaníaco-depressivo\nmaníaco-depressiva\nporcelain\napossando\nlaguerre\npopayán\nsoiusa\nconsult\nregistaram\ncúper\nterritorialista\nrheinische\nasus\ntimmons\nbastion\nrhein-lahn\nactress\ndistrófico\nsolms-baruth\nocorreram\ngöring\nninguém\ndomínios\nrosquinhas\nmerecemos\nfundente\nmanipulado\nmanipulada\nossobuco\nagro-industrial\nmaids\ndesviado\ngorky\ninteriores\ngalvanoplastia\nskara\nreiniciou\nmémoires\ntrilhão\nlimão\nboqueirão\nprojetam\njonny\nluthorcorp\npolíptico\nexibem\nsupervisor\ncodes\ncodex\ncoded\nsandália\nordaz\nypres\nhanau-münzenberg\ntáquions\nnatur\nslogans\nmogeiro\njacome\nesquecidas\njacomo\napuraram\naleksandr\narrependendo\ncafeicultor\njet-ski\npriorização\nestomacal\nrancheiros\nsalomónicas\npergunte\nvoluptuosa\nfugitivos\nsaltzman\nretratística\ncoworking\nlidador\ndecapitou\ntransmontanos\ncapeta\nreposicionado\nreclusão\nanedotário\ntraiçoeiros\nnão-permanentes\nespecialidade\noferta\npresenteou\nbicocca\nmalcolm\nequipe\ntharp\ncaudron\ndominavam\narmeno\nescânia\nequipá\ndobradinha\nfotônica\nlufa-lufa\npsicografados\nestudando\ndetritívoros\nprecisado\nandarahy\ncomp\nmagra\ngolpear\ncozinheiras\ngrão\nmedição\nryan's\nyf-99\nestipêndio\nprocessado\nprocessada\nciladas\nbuon\nalo\nali\ndilmun\nex-integrante\ncondizer\nintensificados\nalp\nromã\nlascaris\ngreedy\nmetendo\ndesentendido\nfozzie\npicolés\ninterdigital\nwrecking\nbluewings\nal9\npcmcia\nesquentado\npescoços\nlucimara\ncaixinha\nmorgadinha\ngessler\ndidácticos\nfolclórico\nfolclórica\nimaginou\napodrecer\nginecológicas\nromy\nleccionado\nzíper\nbriófitas\ngracián\nspalax\nfactual\nvsat\ndispendiosos\ncolantes\nmangelia\nseriação\nmansardas\naplicará\nschaeffer\nknack\nautorretrato\ncontorcionismo\nvirtudes\ncarne-de-sol\nsimas\nvladimír\ninclusivé\nshukaku\nzelador\npirarucu\nanfião\ninclusiva\ninclusive\ninclusivo\ndecomposto\ndecomposta\nmídi\ntraquito\nrecontando\ndesajustes\ntorpedeiro\nrejeitam\nceausescu\nsouselas\nimprocedente\nderivam\npromovidos\nderivar\nslocum\nluisiana\ngiradas\nincisa\ncfcs\ntentando\ncarrefour\nsadulayev\ninunda\nparamore\ndesjardins\nsorção\ngozaram\nikki\ndeftones\nmitocôndria\nkorneuburg\ndesigualmente\nadubo\nvadinho\ncontentavam\nraikes\nfore\nprefere\nobywatelska\nadulterações\nenergía\napólice\nfo99\ncowdery\nfamine\nborelli\nexóticas\ngrandemente\nsampayo\nhidráulicas\nepoch\nepoca\ntheater\nfôrma\nprodutinho\nmiado\nmeia-hora\nhacks\nestimaram\npossuídos\nrecorded\nrecorder\nagera\nmansour\niwerks\nslopestyle\nconakry\nftálico\nconfiadas\nchords\ncurtumes\nminden\noperário-pr\napreciações\nahead\nconcretizou\npiñon\nbotha\nvinicius\nmitraísmo\nconquistassem\nempiema\nmarbá\ngeorgievich\nasí\nvivianne\njanaka\nprelados\nwasikowska\nex-misses\nasr\nasp\nasv\nasu\nasx\nfgvsp\ncurionópolis\nasa\nasg\nasf\nasd\nask\nash\nasn\nasl\nsingleton\nmartinus\nhatamoto\neternamente\nlabour\narmlock\nbípede\nsirte\ngiggles\nvilaboim\npapicu\nsuperintende\nsignificativos\nmaurice\nmanning\nravasco\ncassaro\ntinsley\nardentes\nbarreirista\ndávamos\nsaltitante\nacolher\nacolheu\ngomtv\nmortais\nmortain\nlatinha\nligará\nigarapé-miri\nschopenhauer\nbarack\nsonoridades\ncontadora\nbianchessi\nrombos\nterritorios\nílhavo\ngreenblatt\nfundasse\nvargem\nvarreram\ntoneladas\nbaldeação\npulava\npièces\nrtt\nthermopolis\npatagônia\nclica\nrotten\nsuada\npluribus\nsuado\nreclinado\nbuarque\nh99min99\nmissile\ngeômetra\ncodificada\ncodificado\nentretenimento\nferdinand\nalcofra\nfractius\nossos\ncolmatar\nlanyi\npipipã\nmarluce\nmeissner\nincomodado\nhesíquio\nl'anse\npfl-sp\nbleek\naprendiam\nexplicam\nexplicar\ndanity\nerário\nfuel\njanaina\nencerram\nencerrar\nd'action\nmoldado\nmoldada\nsangaletti\nranzinza\nprecious\nbiossíntese\ninibiram\nsibá\nobituary\nmaturação\nnansi\nsiba\nsibi\nautorizaria\nversailles\nbenga\nhistoria\nhistoric\nhistorie\n-azul\ncongresso\ntunísia\nafoito\nmatrona\naquecedores\nepiscopus\nmitzvá\njailton\nébola\néboli\nautodestrutiva\niaque\ni.d.\nanopheles\nduvidem\nábum\nguiagem\ngullit\ninstalará\nfaturação\ncasagemas\nrobóticas\ntels\ntele\ntelo\napanhando\nsupporters\nbílis\nteló\npresbiterado\ntelê\nrefizeram\narchibald\nhulkenberg\napunhalado\ncladísticas\nmodulado\nmodulada\ntransgressora\ncme\nbarjona\nmistress\nal-qasim\nconsegiu\nfrejat\ntubérculo\ntorchwood\nhirise\ntasmânia\nfijación\nalekhine\ndigory\nanysio\nfeijó\ncarentes\nmariposas\ndesmognathus\ngervais\nlivrai\nlivram\nbraguesa\nlivrar\nxj9\nproporções\nachatamento\nencantado\nencantada\ng-funk\ndieguinho\nbespin\nokres\nopinativos\naterrisagem\ncompartilhe\nremorsos\nconversaram\nredutibilidade\ncriónica\nstrachan\nlophanthus\nguadalquivir\nperdermos\naquemênidas\nfirmação\ndixon\nrajoy\nmarquesas\ndestronada\nex-professor\ndestronado\nmillville\nfrísias\ntatico\nempobrecidos\nskater\nskates\neutrofização\nitapoan\nvarsóvia\nshewhart\nwi-fi\nsemi-finais\nfavorecida\nmamoas\nhellraiser\ngreimas\ncoloradas\nalemanhã\nsuevos\ndecapitando\nalemanha\nleucemias\nmensageiras\ngaudêncio\nucla\nadministrar\ndoações\nrugby\nwesterholt\nvasari\negalité\naudience\nreasonable\nsargaços\nsesia\nnaharin\nheptacampeão\nbário\nipiranga\nsubordinados\nleakey\nverteu\nverter\nvertex\nmadura\nvertem\neroica\ndesaconselhada\ncontrariando\nduboc\nvainfas\ngodspeed\nbarrier\nreaplicar\ndados9\npreços\nlamotta\npettersson\nficava\nenlouquecido\nnavarino\nlahiri\nrokossovsky\nclamor\nclamou\nhabita\nhabite\nhabito\nsaberemos\nhabitá\naudacity\nitapemirim\nalpert\nreincorporado\nreconstituída\nchikatilo\nibérica\nibérico\nsm-99\nmarrubium\nedglobo\neuristeu\nnorte-irlandesa\nquintanilla\ngirasse\npegara\nmalkovich\nfrigideiras\npitada\nlinderman\nfilosofa\nalfonsín\ndryas\nmanilkara\nitch\npró-soviético\nheidelberg\naparentou\nhefesto\nsinpef\npez\npet\npeu\npev\npew\npep\nper\npes\npel\npei\nped\npee\npeg\nmotoras\npea\npeb\nvaapad\nsuvenires\nleão\nzooplâncton\nrobusto\nrobusta\nnodular\ngroovy\ngroove\nantitumoral\nroem\nroeg\nroer\nmaripá\nqumran\nspywares\nadotadas\nzechs\nanarquista\nretocadas\nyangzhou\nvagner\nbasile\narona\nrefere\nreclinável\nmanni\nmanno\nmanne\nk99\nidiotice\ncuboctaedro\nk9o\necomuseu\ncoropés\nflauta\niluminada\ngigabyte\nlauria\nlaurie\nlauril\nlaurin\nmanisa\nköprülü\ngarrulax\nsuaíle\noliveri\nolivera\ncopiava\nalbendazol\nhollister\ncapacitância\ninanição\ncartagineses\njaap\nblowin\nelfa\nintensifica\ngastaram\nbaptismos\norgaz\napropriadamente\nlunissolar\nsandomierski\nagrônomo\nhanôver\nsaudável\nhilários\nshintaro\nwenner\nagas\nagar\náreas-chave\nbivalves\ncarbonáticas\ndespojamento\nsaturno\nhisterese\nsangário\nboracéia\nesperantistas\nhåkansson\nexperiencial\nkyiv\nexperiencias\nniemeyer\ntaiki\napregoar\nbombardeios\nmeia-idade\nsobravam\ncantone\nsaibro\ncantona\ntestadas\ntoinho\ncontagioso\nfrontier\nnuuk\ntomadas\nimplante\ncolonialismo\nimplanta\nncc-9999\nstanton\nprogressismo\nmacaquinhos\nmacarani\nimplantá\ncoronal\nparatleta\ndecodificador\ntarentinos\nena\nenc\nend\neng\neni\nfrescos\nfrescor\nslalom\nens\nent\neny\nenz\nclaridade\ndesfruta\nen9\ndermatologia\nmotivado\nfada\nfade\nfadi\nfado\ndescerrada\ncarabus\nleading\nmagneto\nmagneti\nmorán\npierre-joseph\ncapitaneadas\nneptunes\nfóvea\ntranqüilos\nsaône\nsian\nant-man\nnovarro\ninvulnerabilidade\ngassner\nsociopolítico\nsociopolítica\nenfeitavam\ngovernará\ncinguloterebra\nseki\npunk'd\ninapto\nmaranello\nchrista\npesqueiras\narkona\nacevedo\norósio\nsputnikmusic\ncristandade\nmadres\neinsiedeln\ncentravam\nagradeci\nagradece\nsapal\ncarótida\ngift\ngifu\natuavam\nagradecê\nbutterfield\nextinction\nctgs\napropriados\nfrommer\nembarcação\nmerkin\ngeograficamente\nficássemos\nheder\npicadinho\ngaldo\nescavou\nbakr\nciclicamente\nbake\nbaka\naescrj\nshuttle-mir\nechad\nregenerou\nvarrem\nvarrer\nvarreu\ntorçam\ntorçal\nshostakovitch\namazona\nontário\ndesacompanhado\nminivans\nrites\nfh99\nconversations\nsobreda\nreintegra\nempregá\ncoleciona\nqualificações\nkpmg\ncasimira\nemprego\nfrançois-joseph\nreintegrá\nemprega\ntribalismo\nviktorovich\nsanaag\ntransurânico\nenergéticas\ndominguinhos\nfalsários\nsuper-receita\nfibras\ngaleada\nmellah\nleptothorax\ngirarem\nsampling\nabdul\nabdus\ndialeticamente\narabescos\nvelejar\nameno\namena\nvideogramas\nament\ncanoinhas\npirelli\nprovocá\nproducers\nhawkeye\nguided\nguides\ncatos\nshearer\nmühldorf\naurel\naurea\nevitando\nrennerod\ncardíacos\nbanquete\nrepsol\ntele9\nteles\ntelex\ncombinados\nperpetuou\nalyn\ntrompas\natempada\nberthelot\ndiabaté\ntransmitindo\nsantis\nbaixíssimo\nirradiam\nforja\nanglesey\noffspring\nrolhas\nférteis\ngeta\nkerrii\nbigger\nhúmidos\nacordeonista\npaine\nintenção\ncavalinhos\nlentini\nelectropop\nväxjö\naficionado\naficionada\ngengival\ngengivas\ncorretivas\nmézières\nmalgaxe\nmaniqueísmo\nvelado\nfaminta\nvelada\nfaminto\nbromeliáceas\nreceberiam\narmazenava\nexhibition\najuizado\nheredia\nvnd\nespaçada\naparelhado\naparelhada\nportinhola\nampliavam\nkhazraj\nhollaback\nanuncio\ntimberland\nfenapef\ndireção-geral\nínfulas\ninquestionáveis\nmed\ndiedrich\nlenticular\nuruçuí\nprolíficos\ndesfalca\nwaldseemüller\nmediúnica\nkindermann\nhuesca\ncaricaturistas\nfitossanitária\ndesvalorizações\novadas\norange\njapurá\nconjugando\ntelúricos\nalgemaço\ninstruído\nesteroide\nbanorte\nelendil\nterminação\nvenezianos\ntriunfais\nconservando\neuropeu\neuropea\neuropeo\nesmo\nesme\npatriarcado\nesma\nclutching\nllena\npotencialidade\nalistam\nesmé\nalistar\nnitrenos\ndiferenças\nglock\ntrompete\nexcursionando\nguaicurus\nfatehpur\nex-deputado\npesce\npesch\nex-deputada\nprovocados\nprovocador\ndesfalcaram\ncumas\nminer\nmines\nmineo\nautossuficiência\npan-americanos\nbitches\nmatematica\nhospitalares\nchallenges\n↔\nturpin\norifícios\nconvoluta\nmelampo\npoderemos\njacuípe\nganimedes\ncelma\nsolidão\nguntárico\nn'dow\ncônsules\ndiscográficos\nvorkuta\ncontinuou\nalastrou\nrabo-de-cavalo\ntremida\nthrones\nortigueira\ndesencorajado\ndesencorajada\nnepi\namazónia\npierre-auguste\ndeclinou\ncolectividades\nkoch\ncães\nkenichi\nwells\nwelle\nwella\nrepousava\nvívidas\nsí\nustra\nvlissingen\nlambesis\nmontjoie\nobservarem\npropusesse\ncremalheira\nsonegado\nfraiburgo\nlaffite\neletrotécnico\nconduzidas\norigenistas\npetrolândia\ntzu\npipoca\nhidrônio\nbnp\nbnu\nbni\nbnl\nbnc\nbnb\nbng\nbnf\nnorse\nporosidade\nraimunda\nsebastian\ntheological\novação\nanarcocapitalismo\nvikernes\nanacithara\nvagando\nhiperêmese\notter\nemérito\nemérita\nnicodemos\nunicamp\nfuxico\nreafirmamos\nmuskegon\nextradimensional\ntartare\nreflectiram\ndálmatas\nprovocado\nlatão\nestabilizando\nnussbaum\ntratável\nconceituar\nblázquez\nconceitual\navia\navis\ncogitado\nendossaram\nabunda\ntoscanelli\nrestabelecimento\nfivela\ncloverfield\nmerkava\ncocada\nnuwas\ndoação\nconvincente\nimposição\nchiana\narminiana\nresource\ndescer\ndescem\netiologia\nthami\nassintomático\nassintomática\nthame\nkazusa\nwilhelm\nfreático\neleutério\ncollegium\nmohawk\nyser\nvoláteis\nopressora\npastoril\nluzerne\ncolíder\nmulder\nnewcombe\nchronica\nuterina\ntransformers\nalves\ncachorrinhos\nfilosóficos\nnáuplia\njohnny\ndndi\nziyad\nkuhnau\nmiriam\nmirian\nnapier\nmandala\nwerneck\nsamoa\nexcreção\nimpulsionando\nautocensura\nlongitudinalmente\nfanerozóico\ngolpeou\ndetonador\nbrzezinski\nfoundations\nfacelift\ncária\ncárie\narietis\napodrecida\nmatsuda\nserpentis\ncaesars\nfinmeccanica\nincapacitantes\nfortemente\nvilson\nbelleville\nuttaranchal\naichi\naicha\npupila\npreocupante\nitaliana\ntierney\nself-service\neólio\ncruiser\ncruises\niyalorixá\nse\nisomorfos\nconstruíra\nbranson\nsobrepeso\nfornicação\ncomércio\nlistado\nacabá\nduplicaria\nlindemberg\nesquivando\ncidones\nacaba\nacabo\nex-vedete\nlistada\ndensetsu\nhífen\nconfiou\ndiminuída\ndiminuído\ndemitidos\ndecorria\nreipert\nsimpático\ncontemplem\nsumérios\nhigor\nhigos\nu9\nwoodrue\nu.\nu$\nfofas\nux\nuz\nuu\nut\nuw\nuv\nur\num\nul\nuo\nun\nui\nuk\nue\nud\nug\nuf\nua\nuc\nhelibras\nfamosíssimo\nesbanja\nwalcott\nuó\nuí\nué\nuê\nyuuji\nisaias\ndisputarão\nmultibanco\narrebatadores\nisaiah\ndirpf\nauto-hipnose\nprimeiro-sargento\nequilibradas\nsul-africanas\nandaluzia\nhemocromatose\nmonopolizava\nrefugio\npalabra\nrefugia\nabebe\nabeba\ndanificam\nmonoteístas\nempobrecendo\nopina\nμ\npomona\nandretti-green\nfito\nfita\ncabrilho\nontológicas\nfits\ndaring\nmantenedores\npompeius\ncorrectas\ndenunciara\nzerado\nsármatas\nacrescentaria\nreconquistou\npreferidas\nspergularia\ndestoam\nsdram\nentomológica\nmontecarlo\nmechanical\ncontraditórios\neconomist\nexpandido\nexpandida\nférrico\nwouter\npârâul\niyálorixá\nkampuchea\nernandes\nbellavitis\ninvited\nsinalizados\nwhispering\nbutano\nvivant\nexpiraram\nbenjamín\nhockney\nkatalin\nitaquerão\nemaús\nmcgovern\ncolle\nsauria\ndesencanta\nastrológica\ndesferiu\nronin\nsublegenda\npromulgados\nhatshepsut\ndavos\ndavor\ndomenech\nenxergado\nhiromi\nbivalve\ndynamo\ninpi\ninpa\ninpc\ninpe\ninps\nbike\nbiko\ndetalhes\nnecropsia\nedinho\nsuscetibilidade\ncensual\nculote\ngobiidae\ntaquari\ntaquara\nhitman\nlimusine\noncorhynchus\nriri\ninflacionária\ninflacionário\nunidirecional\nhogar\ntelevisão\ntelebahia\nmartinho\nmartinha\nabastadas\nreligada\ntutmósis\npeebles\nepíteto\nassange\nclubinho\nprintf\niceland\nreinicio\nreinicia\nativa\native\nativo\nmesquinha\nmesquinho\nespécimes\nespécimen\ndetetives\nmoderação\nmissões\n#projetoverao\nhalo\ngable\nvoei\nseráfico\nkodachi\nsingelas\natracar\ngarras\nhispanic\nhispania\ntétrade\nmyrtaceae\ncadência\ncásper\ncicloviária\ncicloviário\ndusek\nescondidinho\ntinta\nconcebida\nconcebido\ntinto\nesgotavam\ntokugawa\ngotemburgo\naipo\nmáxi\ngsfc\npenitentes\ngramophone\ncurse\ncursa\ncurso\nlaserdisc\nmelhorarem\nprova\nprove\nprovo\neconomês\nitaboraí\nprová\nprovê\nbougado\ncubango\npriestly\npólya\nveneza\ndestruíssem\ncórdova\nmagal\nhospedarias\nmammalia\nvaiava\nleucophae\naveriguar\nsorvete\ngarrucha\nwehrmacht\ntelegrafista\nhipertensos\nconsultando\ninsurrection\njardine\noffer\njardins\nandreia\natlantium\ndentina\ncandeeiro\nmusgos\nave-marias\ncozinhando\nvencemos\nconsultá\ngorinchem\natropelam\ngilbreth\nthrillers\natropelar\nconsulta\nconsulte\nrepetindo\nn-dimensional\nmélisande\npicado\nsocialistas\nmaktub\narredor\nmeditação\nepson\nepsom\nvolkswagen\npadronizados\ninfundir\ndeclaravam\ndentsu\nspamming\nakodon\nfurbys\nmarcio\nhuguenote\ngovinda\nhuguenots\nsverige\njamanta\nclemons\nbonzinhos\nbrondi\nbrundtland\nbajulação\nloose\nazedo\nbouvier\nazeda\nlégion\nexpiram\nimpulse\nimpulso\nvalidam\nminhas\nvalidar\nalyssa\nconclusão\ncrafts\nhierarchy\nuniformemente\nglacialis\nmontagner\nparaplégicos\nimunizar\nscheme\noverdrive\ntecmo\nviterbo\natiçou\nimigrantes\nsuperporto\nmordaunt\ndélia\ndélio\ngaita-de-fole\nlorelei\njean-antoine\ntoward\ndiuréticos\nreinstalar\ngalilei\ndiscrimina\ntalleres\nsantíssimo\nfanfic\nsantíssima\nrebeca\nrecém-independentes\nácidos\ncastelletto\ncontessa\ndesconheciam\nnonsense\nalheiras\nminatsuki\nvallès\npisando\nmonitorizado\ndavout\ncantinflas\nonipotente\npoke\nreclus\nescuderia\nquela\nhely\ntheatrum\nadocicados\nespiar\nespias\ndubois\naristide\nrebentação\nmuntz\ntorrejón\nleander\ndesmistificando\nagrolongo\nsécs\nportrait\ngallipoli\nheisenberg\njorge\nsantar\nhaeckel\nmutilando\nempoderamento\nvill\nempolgantes\noldenburg\nbedfordshire\npaisagísticas\nguineense\numbilicais\nchristen\nmutsu\nchrister\nklemperer\nbenefícios\ntradutores\nvai-e-vem\nbilica\nliwei\nmalhoa\nmalhou\nirritados\nmatadora\nintegravam\npequeno-almoço\nlacordaire\nprotectora\nmerisi\nmacaco-aranha\nagradavelmente\neris\nerin\nerik\nerie\neric\ndesígnios\nbagdade\nancylostoma\ntobio\ntobin\ngunderico\ninquiridos\nencontramos\nesquerdos\nberrava\nmontebello\nparamédicos\ntraçando\nex-ministro\ndesumanidade\ncolheram\nxango\nextingui\nextingue\nrosemary\nvillafranca\ngenerico\nexposições\nxangô\nsulfúrico\nhb99\nmandamento\ncoercitivas\nlanza\nalbida\ncolectivas\nponiatowski\n#instagram\ndisco\ndiscs\ngeoestacionário\ncemal\ncemat\nvinculantes\nwarrior\ngraciano\nvientiane\nreferendum\nguimaraes\ngeoestacionária\ndispensava\nverses\ncalvinista\njanko\nextasiado\ncrueldade\nestranham\nestranhas\nestranhar\nmellão\nunaerp\nchenoweth\naruanda\nolduvaiense\nroedores\nmodestamente\npolonesas\nvindimas\ncarolus\nnemanja\ngerião\nmetodicamente\nabbeville\nsikhismo\ncastelnuovo\nmotilidade\nkenneth\nguarânia\ndesprezada\ndesprezado\nglicosídica\nsurin\naproveitará\nassombrada\nkellermann\nkonda-dora\ndemoníacas\namazônico\ncomentaristas\nmacedônias\nsubmergindo\naumentou\nterrance\nsubunidades\nassemelhadas\nmzafalon\nglicemia\nþingvellir\ncategorizou\nxadrez\nnavio-hospital\nbenemérito\nmaxine\nstepway\npluma\nbrasil-99\nkadesh\nsacalina\npirueta\nlanchester\nazotados\naceptor\nه\npré-capitalista\nharmonizando\nkirkcaldy\nmonoclonal\nchalet\ntataraneto\nongoing\nōishi\nbrindados\nintermitente\njeffree\nryoma\nmedicada\nmedicado\ngaffney\nsueño\nauriverde\napoiantes\nplenas\nshenlong\npastorius\nkhloé\ndênis\nlinn\nentrou\nhadiach\nniamh\nmaculadas\nautodenominado\ndonaldson\neye\ngermaniae\ntransportarem\nquadrum\nwaltercio\nsysml\negreja\njackrabbit\nsteffi\narraiolos\nmortes\nmorten\nmortem\najuntou\ntassilo\ngeneon\npós-operatória\npós-operatório\nvarano\nfilólogos\nalares\ndons\njuma\ndona\nkoogan\ndone\ndoni\ndono\ndonn\ngênova\nrendimento\nbecca\ngatinho\npreguiçosas\nduplicadas\nhipnose\nfredericton\npolemoniaceae\nreprimido\nrudenko\nreprimida\narqui-rivais\ndesmentidos\nmoodle\ncomummente\ntoit\nrelembra\nrelembre\npercorridas\nesão\nntaganda\nseguraram\nbrainstore\nadministrativo\nadministrativa\njellinek\nclara\nroeselare\njonesboro\nbeauvais\nmig-99\naprisionados\nframed\nkagan\nvivam\nvivas\nvivar\nstyria\nstipe\ninfundido\nyutu\ninfundida\nhinamizawa\nrezavam\ncadeirinha\nbanheiro\ndesfrutado\ndesfrutada\nremarcadas\nconferenza\nparoquiais\nepithema\nbushnell\nnazarenão\nmotivações\nmichaela\nresistiriam\nmichaels\ncalçadistas\ntownes\nsculptoris\nperoba-rosa\nintervir\njong-il\nex-vice\ncortarem\nwilmot\nauxiliares\nauxiliarem\nsavages\nvice-reis\nparris\nulúa\nehrmann\nmica\nbuthelezi\nsibley\nralph\npinguins\nlengua\nextensão\nmítico\nlutes\nsub-espécies\nlutea\nchilenas\nlutem\nlutei\nñuble\nsituacionista\nprimulaceae\npinturicchio\ncampesino\ncampesina\ncadáver\noníricos\nparagens\ndedetização\nheteroátomo\nacosta\npraticou\ncoprólitos\nriquet\nesgueira\nacolchoadas\nsorteadas\ncristalizados\nridiculariza\nreplacements\npessoense\ngulosa\nguloso\nawake\nafiliados\nhistoricidade\njequitimar\nintencionados\nforum\nmenton\nmentol\nmentos\nmentor\nfranchitti\nliubliana\ncarmen\ncarmel\ncarmem\nafanasieff\nlesiona\nmetabólicas\ndongo\nintegrando\njpeg\nlondon\npartiram\naldonça\nautomóveis\nberryz\nislâmicas\nlatas\nlatae\nlatam\ndukakis\ndenominada\ngladman\ndoentes\nobtêm\nprovenientes\nsanctuary\nsaga\nsage\nsagu\nvinny\nsubordinando\nfluir\nfluiu\nreeleito\ncontingenciamento\nnoodles\nzombando\nandraé\nvedar\nd'oïl\ndonnell\narriscando\nhitler\ncarbureto\nsempron\nunção\npitbulls\nconsecução\njudoka\nbando\napontou\nhofer\ndiemen\nquebrava\nfuzilamento\ndamaso\ncroods\nsexyback\ndescongestionantes\ndeparam\ndeparar\nmeio-termo\ncompridos\níndias\nmarrecas\npermanecerão\nbodleiana\nmicenas\nsimonova\npedrarias\nencarei\ncontemporâneas\nbega\nsolidariedade\nmesoamericanas\nfallax\nchoroso\nchorosa\nmergulhada\nvulnerabilidade\nrixas\nrené\nambulatorial\noats\nrena\nrene\nreni\nreno\nreny\nurge\ninertes\nelêusis\nosso\nlinfomas\nossi\nossa\nplebiscitos\nreveal\njabba\namargado\nshurikens\nblessing\nmount\ntratar-se-ia\ncego\ncega\npadovan\nesplanada\nevocação\nhidratar\nmasci\nskrillex\ncapelinhos\nneutrófilos\nmoratti\nin-situ\ndigeríveis\nblues\nfotocópia\nscribe\nmelamed\nal-qaeda\ntrapiches\ntanner\ntannen\nrhizophora\nseparar\nseparam\npináculos\nmikhailovich\nschwartzman\narqueólogo\ncarinhosos\nestilização\ncochonilhas\nobi-wan\ninterpõe\nal-muqtadir\nshade\nshado\nmoralmente\neslavônico\npossuam\nrunequest\npastrana\nenvolvem\nenvolver\nenvolveu\nconcordou\nconsequence\nwoodforde\nangulares\ntrabalhei\ntrabalhem\ndivaldo\nsintéticos\ncopesul\nwarfighter\nradioactivas\ntgs\ntga\ntg9\nkramers\nvelopark\nenviuvando\nhorvath\nfiabilidade\n¤\ncarlão\nmsp\nmsn\nmonofiléticos\nmsl\nvestibulandos\nglamour\ngabbana\npixeis\nnostradamus\nagarradinha\nxrco\ncandidatar\nsolstícios\nquirinale\ndedutivo\ndedutiva\nsuingue\nastrágalo\ncapitão-geral\nvestfold\nquilómetros\nradiofusão\nsigurðardóttir\ngeomagnetismo\nvitrais\neuribor\nscrubs\nquadráticos\norfão\ngrafitti\nwolfgang\nprivatizações\nalfândegas\nalceste\n999/9999\ngram-positivos\nbrutalmente\nadjudicada\nadjudicado\nabriam\nbrodus\ndés\nproduzisse\ntelefonado\nbenéfica\nmerecem\ncúmano\nopositor\nmarín\nwhitmore\nencurralar\nmcelroy\ncardamomo\nesec\nliliaceae\newan\ninseguranças\ncortiço\npdn\ncortiça\npda\nastéria\nsotto-mayor\nfrieza\nuniverso\nuniversi\nuniverse\npatas\npatan\ngílson\nsitos\nmirita\nex-membro\ntemerosos\nmantenedora\narrendado\ndérmica\narrendada\ntolerados\nryoko\nfolgar\nm-flo\nccbb\nakane\nwendla\nreporter\nbicarbonato\nnaturezas\ngokai\nestense\ninvisivel\nforneceria\nbarriguinha\nscottsdale\ndecoravam\neficientemente\nextrapolam\ncomplementares\nfecharmos\nextrapolar\nossadas\nreproche\nlilienfeld\ntianjin\nkashmir\nrothe\nedme\nmosaicismo\nfederações\ndepoente\nnonagésima\nagitador\nenciumado\nentronização\nmagão\npensem\nquietos\nvillena\nitatinga\nrecriando\nacauã\nmemoria\n˚\nlecionados\natrial\nrenzo\nbobbi\nmicrocorys\nprocedimento\nbannon\nsugestivos\ndaquilo\nhapoel\nmoderninhas\nduende\nsulfurosa\nsulfuroso\nиванович\nmuscae\nprevira\namamentados\nkotar\nhibernian\ndowland\niranianos\nsaxe-altenburgo\nnão-nativos\nprincipales\nanulares\nbranford\nex-esposa\nsagitta\nbrincadeira\nhipocrisias\nrepair\nchacim\nfalcón\nentrado\nentrada\ncamisetas\npitangueira\nenguerrand\nvésperas\narup\narum\ntemeridade\ncapobianco\nchieri\ncronograma\ndescobria\ngurren\ncedric\ndeathly\njokers\ngutural\nespátula\ngálica\npré-contrato\nilario\ndeportes\npacers\nfurtou\nb.o.\nantagonismo\nrebelarem\nexorbitante\nsuficientes\ntambasco\nilariê\nressoou\nmedidas\nvague\nyimou\namorfas\nintimate\nfavorito\nfavorita\nfavorite\nslender\ndesaconselha\nblohm\nraimondo\nraimondi\nrechaçado\nsinlaku\nmoller\nmollet\njazon\ngasparis\nportável\nóxilo\nindustrializado\nmini-turnê\npediátricas\ncinodontes\nrichard\nmocidade\ntransgéneros\ncaptou\nconquistado\ncaptor\nautolesão\ndublando\npensionista\nbelgo\nnovato\nnovata\nbelga\nnovate\ncaráter\nwhitley\noscares\nnaguib\nlassus\navarento\npainho\nsurpreenderá\ninterventor\nespiritualmente\nesquiar\ndescampado\nprotuberantes\nespião\nespiãs\nprovícia\nenormidade\nwayne\nabreviada\nabreviado\nwashigton\natracavam\nfriedlaender\npublishing\nlalaine\ngreat\nendoparasitas\nrestringidas\ncolonizado\nvazias\nkissing\nlatifoliada\ncalamina\nfrasais\niniciara\nangolanas\nceara\nhistoriadora\nmangakás\niniciará\nmoline\nmolina\nmolino\ntempli\nmarit\ntinos\nex-jogador\nbirnbaum\napeles\nromanizadas\nmarie\ntrampolim\nfalun\npaciente\nfozes\nelements\nmaresia\nepilépticas\nusta\ncurda\ncurdo\ncomponentes\nmcalpine\nlexicógrafo\nembrenhou\nvarandas\nvallance\nestival\ntão-somente\narrendadas\ndegradadas\nindustrialismo\nmayara\nmaimonides\ncbru\nlucida\ngharb\nmogo\nthis\nagradavam\nemerson\ncoincidiria\nsalentino\nmartyn\nsóror\nescrutínios\nmartyr\nsouberam\nalegada\nalegado\neuroparque\nabafa\nexpele\ncometia\nnegacionistas\niwgp\nremando\ninválida\ninválido\nshenyang\nclínicas\npurpurados\nguiava\nhosseini\nartesanato\nfrequentava\nsupridas\npoetas\nvidigal\nsangiovese\nkilmarnock\ncatalãs\nwebcast\nbofors\ncbc\nretinóico\nganacin\ncbi\nyagan\nbadra\ndesassossego\ngoogol\ntce-rs\nafigurava\ndest\nquint\nacabamos\ndesi\ndesk\ndese\ndesa\ndesc\nquinn\nquino\nsunderland\nquina\nstreda\ncomparecerem\nhorrorizou\ncb9\ngeraldinho\nagiam\nxinhua\nfreqüentador\nsambar\nsambas\nyannis\nserões\nmisha\nduvert\nafareu\namital\ncarbo\npombinha\nsaver\nsaves\ndescartes\nsaved\nraoni\nrémy\nrémi\ncongelante\njbel\nracionalizado\nracionalizada\naumentamos\ntensionada\npyrenaica\ncegueira\nུ\nhadou\npenhascos\ncapitulares\ncoquetelaria\namigaos\nrangoni\nco-produzindo\nwindowblinds\nespaçosa\nbenedixt\npiperatus\ntorrenciais\ntaitiano\ntaitiana\nqualificadas\npearson\nneutrões\nwider\nwraith\nneobarroco\nibagué\nmetade\ndagon\nmacedônio\ndagor\nmacedônia\nzuza\nestreptococo\nzuzu\nabandonadas\nmayo\nmayu\nmays\nmayr\nanimadas\nromanos\nparamento\ndisturbios\nratones\nprotactínio\nkhnum\ndying\nvegan\nvegas\nguaraqueçaba\nbenevenutte\nmucosas\nmariusz\nrosman\nbrave\nplummer\nbrava\nbravo\ntarantula\nregímen\nsacrificá\nrealizassem\npetare\nnema\nnemo\nnemi\nnems\nsacrifica\nlitígio\nalbicans\nsindical\ndayan\nsaale-orla\nfrancos\nimplicado\nimplicada\nkaczyński\nsafado\nsafada\na.e.\nprovindas\npuxão\neditor\najustar\nadoradora\ntransliterado\ncônsul\najustam\nstradale\nfuncheira\nloanda\nakita\nvestiam\noxigenado\noxigenada\nconsórcio\nkusaila\nconciência\nlützow\nsupérfluos\ncontag\ncontam\ncontas\ncontar\ncd-rw\nmissivista\nsapotaceae\nsuse\nsusi\nsuso\nsusp\nsusy\ncarabinieri\nphasianidae\npaladin\nbengalês\nrecolocada\ntabuões\nconcluíram\ntaiji\ntopos\ntopou\ntopol\nexorbitantes\noverijssel\ncianídrico\nreconciliam\nreconciliar\nwaikato\ngramofone\nutilities\npallotti\ntvynovelas\ncompetitivamente\nteosofistas\ntavoy\norsi\norsa\nalcinópolis\nbarcarena\nmonotelismo\ntelemig\ndominum\nurbanizados\nchakras\ncontemporizou\ndubeux\nclavados\nsuplementar\ninfecciosas\nsevenoaks\nsportsmen's\ngenádio\nzoro\nzorn\nbrigues\nturbinados\npetracco\nmarangon\nlindíssimas\nóculos\naubert\nborlaug\ntchecoslováquia\ndanzig\nganso\ngansu\numaga\nabstraccionismo\nnovas\nnovak\npioneiro\ncurtas-metragens\nnovae\npioneira\nrecear\nrenavam\nhypes\nhyper\ncãibra\ntérmitas\naciclovir\nmonocoque\nparticula\nboto\nbota\nbote\nsensitive\nsensitiva\nbots\nvibratórias\ncorcel\nduftschmid\nsexuais\ndasypus\ngarrard\nprontificou\nbodocó\nkancheepuram\nsofro\nsofre\nsofra\nrestauraram\narcebispos\ncarauari\nreordenamento\nreload\nguiadas\njuravam\ncomprende\nrestem\nstones\ndepoimentos\nmeier\nstoney\nkcl\nizabela\nmelhorem\nmelhorei\ndecompondo\nhesbaye\npeníscola\nlatente\nstoned\nbanisteriopsis\ncarnide\nfrançais\nprovincianismo\nmalawi\nholismo\nvuelta\nal-ândalus\nsedna\ninsânia\ngestação\n-membro\ngottino\ngeorge's\nvalarin\nseraphico\nnazareno\nraruto\ndallara\ndallari\nrevoluciona\ncleusa\nalife\nbormann\npleito\nveglio\ncerosas\nalterne\nalterna\ndesligou\naprofundada\nfrustradas\npartirão\nregida\nvalorizando\nregido\nbataguassu\nribeirões\nevocativos\ngemeinde\npassarola\nfondi\nfondo\nfonda\nencaminhando\nchaminés\nfonds\namenizou\ninterceda\nintercede\ndesesperadamente\nmcconnell\ninvestida\nimpetrada\nimpetrado\ninvestido\nleina\nvitaliciedade\nlexmark\ncomeçaram\nvideo-tape\neos\nintegrarem\ndentistas\nvaldez\nmenchik\nbeneficiaram\nconvenience\nraiana\nraiano\nfutureheads\neven\nmultiplos\ngiampiero\nadmirador\nevey\never\nadmirados\nbentes\neudóxio\neudóxia\nbonfanti\nhatchepsut\nhipoxemia\ntalk-shows\nencounter\ndorense\ncaloiros\ndous\ndoux\ndoug\ndomažlice\nimpropriamente\nmantiverem\nmahindra\nflatiron\nsanhá\nacádia\nacádio\nbotaram\nalmonte\nhorde\nhorda\nmeio-tom\ncr-v\nelétricas\ncomunismo\nassistentes\nnatha\ndescansarem\nmeditou\nharvard\nangustifolia\noddparents\nlivrá\nsobressalentes\nwagoner\nfagócitos\nperpianho\ncolosseum\nkojirō\nlivre\nproduzia\nlivra\nlivro\nproduziu\nproduzir\nagenciado\nagenciada\nendimião\ncsll\njarod\nlígula\ntrillian\nmarinus\nscopula\nalpes-maritimes\ncautelosos\ncisma\necolocalização\nlumiar\ngenerally\ndwyane\ndissipam\ndissipar\nxintoísmo\nspeciale\nspecials\nvicentinho\nganês\nimobilizou\ndesmoronado\nusurpar\ntriaxial\ntreasury\n----\nambrogio\nplantador\nplantados\nuli\nulm\nulf\nrevestidas\n\ndisporem\nargumentava\nervedal\newert\nwadlow\nglabrata\nbarganhas\nbarganhar\nmartynia\ndisciplinou\nenxadrista\ngratinada\ndiferenciações\nenclave\nirresponsavelmente\nmiles\nhatfield\nmilet\npartituras\nmajoritários\nexistentes\ncoburg\ncoburn\nfuradeira\nnesma\napreço\nduquesa\nplacentário\nplacentária\naustro-húngaros\nelemento-chave\nkmp\nparis-roubaix\nintracelular\nmuni\nmunk\nmung\nespiona\nsecuritização\nvarre\nvigésima-primeira\nespecialização\nprimado\nbeócia\ndemocrático\ndemocrática\nacrescidas\nermelinda\ncomoros\nacra\nacre\nacri\nacro\nhotentotes\nlarrabee\nwulfhere\nmagicamente\naxinidris\ndesconfiança\njuiz-corregedor\ncrescerão\nalcanzar\nprodutor\nvaporiza\nvedada\ndedique\nfluminense\nsuper-humanos\nhound\nsinopec\nzaraenla\nterrores\nquatro\nhardcore\npremium\nthaton\nginecomastia\nbiological\nmolestar\ncristológica\nhematologia\ntattoos\nrastafáris\nbunga\nbunge\nbungo\ndestination\nfurukawa\nguindaste\nsueliton\ncenas\ndetenção\nnimiq\ncíclicos\npatacho\ngiulini\ndestinatária\nsantinho\ndestinatário\ntravnik\ncúbicos\nexiled\nproximos\ndescontente\nprefeito\nperninhas\nprefeita\nrastignac\nadequasse\nli'l\nflute\nbustin\nuniversiteit\nalegremente\nrepele\nrepeli\ncondomínio\nflutuam\ntefé\nchros\nreformismo\nalheira\nafab\nafar\nprieto\ndobby\ndobbs\nvilalba\ncolaboração\nfacilitariam\nmorfologias\nperdurou\nesmagadoras\nprecisavam\npsitacídeos\nstrongest\nchapolin\nnewark\nacompanhar\nacompanham\npollution\nfuerzas\nbaudouin\nipixuna\nhopes\naldershot\niniesta\nbubblegum\nmarão\ndivagar\ndelft\nfenais\nvalfortore\ndepoimento\ntm-9\nmaceração\npequito\nconcordamos\ncasualmente\nolof\nakhmatova\nweinstein\ntenões\nsermos\nsuspensórios\nsermon\nhubbell\ntravarem\nmurphy's\nsicoli\nantigénio\nmalafaia\nenrolada\nenrolado\ntactical\noutorgados\nmofos\nwiccanos\nsobretons\nlecture\nrecorriam\ntrespassado\njurandy\nnieminen\ndesajeitada\ndesajeitado\nlisete\nurra\nconstantiniana\nosdh\nvespeiro\nvespeira\nconhecia\nvarrição\nmascara\ndial-up\nassegure\nmoçada\npalmach\naprenda\naprende\naprendi\namais\nescova\nbartolommeo\nkyrie\nhomer\nhomes\nhomen\nhomem\nfotocrescer\naprendê\nrespeitamos\nfucked\nlupin\nlupit\nassados\ngenealógica\nleontina\nrodolpho\nnoise\namericanópolis\nsaxifragales\nadolescent\nmcmillan\ncomida\nsecundino\ncairuão\ngarten\nmilão\ndesmopressina\nbielo-russo\nmembra\nmembro\narmazém\nfelisberto\njablonki\nlatinoamérica\nturbojatos\ntucanês\ncontribuíssem\nhofmann\npurgar\nrodela\nsaint-germain-en-laye\naletas\nacinte\nsinhô\nsinhá\npactuado\ncarona\n99.999,99\natenodoro\nsinha\nespiritista\ndirigidas\nunguículo\ntubiacanga\npterossauros\nbrooksville\njacobina\nportalegre\njacobino\nnorte-central\ntipologias\ngirafas\nautomotriz\ncavalheiro\ndateline\nmuggles\nmelman\nniklaus\nexplorarem\nassassinados\npeçonhenta\nacadêmicas\ngruyère\nbrindado\naileu\nchernivtsi\noldenzaal\nconfiscação\ngémeos\npiovene\nenterprises\nkrauss\ntilápias\ngambás\nestragados\ncharacters\nbeldades\nchibuto\nthadeu\nipsep\nflatow\nparaninfo\nproost\nantigovernamentais\natrapalhado\ntróficos\nyasuo\nlupercio\npré-programados\naliciados\ncomprovou\nadenosina\nbaobás\nphoenix\nuefa\nbornheim\niovine\nenzkreis\nmimetismo\nadministrador\nsiafi\nbilhetes\nlinhas\ngalardoada\ngalardoado\naplica\naplico\nclassificariam\nopióide\nante-estreia\naplicá\nhomicida\ndisponibilizarem\ncannon\nporta-vozes\nchalice\ngautier\nbatávia\ndench\nsummerhill\nlamares\n∆\nlandsteiner\ncircum-navegação\nreeditado\nreeditada\ncupressaceae\nsuplentes\napoiam\napoiar\ninéditas\nmaritsa\nrapsódia\nzangief\nchâlons\nreview\nempurra-empurra\nmagistra\nmisteriosos\nempossados\nvitória-es\nal-mutawakkil\nguilenor\nhasbro\netienne\nontologia\ncolidiu\nangara\njayapura\nsupre\nultrapar\npresumível\ncampinho\nsamples\nsampler\nilhoas\nbrezhnev\npetrin\nheracleia\ncobrança\nsitta\nsportinguista\nnorberto\nwarlords\nregularidade\npenelope\nduarte\nhomérico\nhomérica\nigp\narzawa\nigg\nigf\nige\nigc\nigb\niga\nigo\nign\nigm\nmariachis\ndantas\nnublados\nbolotas\ninstruídos\nustad\ncortiços\nvisitá\nrecuaram\nemirados\nbokmål\nsarará\nnuova\nnanchang\nsangramentos\naconselha\naconselho\nbagnoregio\nseptuagenário\naconselhá\ncienciano\nsuponhamos\nmeridien\nartanis\nkharjas\nmon-el\nentronizado\nentronizada\ndireito\ndireita\nflorian\nurucu\nhernandarias\nfrossard\nregato\nmanobra\nbertoni\nbertone\ncarburadores\nsumárias\ntourischeva\narchuleta\ncoches\ncochem\ntakamori\nblazer\ndificultem\nperot\nperon\ntoracotomia\npendenga\nwhom\nwhoa\ncalorímetro\nbiológicos\noficiosamente\nhelsínquia\ndesidratar\ncumulus\nutada\nvigararia\nendeavour\nreestabelecer\ncatalan\nuniban\nentonações\nsustentáculo\njosaphat\naeromexico\nalçar\nalças\naprimorados\nbioterrorismo\ncastigam\npersistam\npfister\nsepararam\nrentabilizar\nrebels\nbrolin\nrassvet\nassíduo\ngodai\ngodan\ngrandet\ngrandes\napetência\ndevasta\ncastagna\nlatinizada\nvyacheslav\nlatinizado\nfugiria\nesperemos\nguru\ngura\nshimura\nguri\nguro\nhasteado\nhasteada\nlélis\nlélio\nimpactar\nlélia\nacréscimos\nemblemática\ntriplex\narames\nabrahams\nvermécia\nquereria\nrevindicações\nnacional-socialista\ngeelong\nkipper\n99,99999999\nasparuch\nepicuro\nincentivava\nreiteraram\nagrupação\nfrugal\ninfiltrativo\nindistinguíveis\nmantua\njacobinismo\ndeterminou\nkargil\ncronografia\ncareiro\ncareira\neconometria\nsuplantar\npedissem\nmacaco-de-cheiro\ntheta\narsênico\ngeladinho\ndesbanca\nladyhawke\nzabaleta\nichneumonidae\nlegisla\nmonahan\ngarantimos\npâtissière\ntúnica\nmaccormick\nenglish\npronunciarem\nvedação\nandado\npós-apocalíptica\npós-apocalíptico\nbrasões\nsindicância\nradiofrequência\nencarnou\nfigueras\nbluemotion\npiauhy\nnordisk\nobturador\npaternalista\nray-ban\ndistando\nwidget\nbatera\npleurotus\nproveitosa\nproveitoso\nconcentrarão\nxtra\nzarur\nobtuso\ncerrada\ncerrado\nbiossegurança\nortópteros\ngévaudan\nacessadas\nantimilitarista\nmaluco\ncamião\nmaluca\nlotufo\nparasitando\nvidentes\ngioventù\nklebb\ntriunfou\ntriunfos\ndenotados\nencolhido\nencolhida\nmetalúrgicas\nwitney\ndesenvolvidas\npâncreas\ndreux\ndedicatórias\nsueños\nrolinhas\ntássia\nauroques\nhostilidades\nspeedster\npuxam\nculp\nconsente\nmellody\nalgua\nalgum\nqb999\nfanatismo\neelam\nmaiorca\nvaricosa\neduard\nfeldspatos\nnavegabilidade\ndigivice\nrotativa\ndecolaria\npensamento\nlazaroni\npatenteadas\nabstenha\nvariable\ntivoli\ndreamers\nchoice\ntutelada\nthundercats\ncolapso\ntutelado\ndraskovic\nbellatrix\npacífica\ndesafío\nadicionando\nsubprefeituras\nzacro\ncondenando\natormentava\no'ferrall\nmcclory\nthundera\nthunders\ntântricas\novale\ndiwali\ndifamatório\nenforcados\nmelipona\naraquidônico\nsavina\nsaving\nsavini\nsavino\nvelde\nsaudados\niperoig\nlohengrin\nbisbal\nbuffer\nbalaenoptera\nfecap\nagrestes\npectus\ndelevingne\nnarada\ndesequilibrado\ndesequilibrada\nawards\nmatheson\ndebilitando\nsabendo\nbaden\nbader\nlagoinha\nal99\nlirinha\ndesempenharam\nliberiano\nliberiana\nmodificadas\neloquentes\ndicky\nherméticos\nzabriskie\nstg99\ngplv9\nmissi\nmissa\nolimpica\ndesmanchando\nmeio-de-campo\nobturação\nolimpico\ntupinambá\navisados\nbeatificou\ntoontown\nimpopulares\nmissô\nrt\nrv\nyukteswar\nfacultativo\nfacultativa\nrx\nmartínez\nesfriam\ntorquatto\ncorpinho\nrg\nesfriar\nrb\ntempestuosa\ntempestuoso\nsubstituído\nreconheceu\nsubstituída\nreconhecem\nmaquetes\nsafra\npolifenóis\nabril-maio\nkonovalets\ncordelia\nmatado\ntelevisionada\ntelevisionado\ndissecações\nenxergavam\nbozano\narregimentou\nglicolítica\nr9\ntarkin\nsubgéneros\ncordeirópolis\ntiegs\nbasilisco\nplanilhas\ngrão-mogol\nhaytham\nmorticia\nprodígios\nsulzbach\nequipa\ntio9\nmedimos\nbenedict\nhallowed\nexsudato\nênfase\nsetas\nsometimes\netnógrafo\nopensolaris\ncheiram\nprotonação\ncoagidos\nindigente\nkronecker\nionescu\nniles\nhingis\nbackus-naur\napagando\nmusicologia\navisasse\npromulgou\ncardeal-presbítero\nduplicaram\nprofilaxia\newbankense\nwives\natirava\nensopados\naclamados\nrubalcaba\nck99\nimperialismo\nbaptizado\nbaptizada\nallendale\nbardanes\njeito\ntornatore\nbipartidária\nbipartidário\nconstrutivos\ncosturado\nestônia\ncautelares\nraciocínios\ncosturada\nshiar\navermelhadas\nsuperasse\ntrypanosoma\ncaballo\nnannerl\ngotye\nhynobiidae\nnext\ncientes\nzsolt\nintoxicações\nreativou\nmilenarista\nclarkson\nbevilacqua\nsantinhos\ncantantes\nmamadeira\nregressem\nblanda\nblando\neudoxo\nstarkey\nprivilegiam\nprivilegiar\nalfabeto\npretenderem\nengarrafadoras\nproletariado\nworldwide\natingidos\ncoelestium\nbamako\nterminar\nterminal\nquarenta\nniederauer\ncresol\nocasional\nocasionam\nmeunier\ncolts\nfilesystem\ndurem\nmathura\norquesta\ndurer\ndemonstraria\nkhat\nenzimáticas\nsamaranch\nlimitaram\nmamicônio\ncamden\nrevogado\nrevogada\nariquemes\ncefaléia\nhandebol\nbenelux\nmanobrista\nencantaria\nfierro\norquídeas\nslash's\nmanifestações\nbiplanos\nneuendorf\nesticados\nsarah\nsarai\nsaran\nemirado\nsarar\nsarau\njadwiga\nfortaleceu\nsúplicas\nrockport\npinhas\nnortesul\nfortalecer\nengenho\numari\nrs99\nbestança\nprimavera\nmanjar\ndennett\nletárgica\nanafilático\nmorristown\nraindrops\neider\nintragável\nhanneman\nmagoou\noptimus\nhabyarimana\norquídea\nareais\nfamiliaris\nincorporando\nmália\ntelecommunications\nbreslávia\nbâsca\ntzvetan\nsiderantim\nbasearem\nwheel\ngesso\nnucleico\nsangas\ngessy\nquixaba\nvenâncio\nparticularidades\ndimitri\nlembrassem\nescorregões\nancestral\ncarstens\nkv9\nsamarkand\nviscerais\nkva\nmineirão\nlet's\nkvp\nherbáceos\nmakovsky\ncolômbia\nrefrigerantes\nrutilo\nobra-prima\ncresceram\nexaminadores\nkenyatta\njuquinha\ngradeado\nerthal\nadotara\nmineração\ngargalhada\nirwin\ncontradição\nreceptáculo\nalisa\nprecipícios\nesmaltadas\nteiniaguá\nelert\nofereceriam\nzonta\ntrésor\nsobrevivia\ncabeceia\nthanjavur\nlocatelli\nlelê\nhammadi\nirigoyen\nresidem\nantigüidades\ndeslocá\nlire\nosroena\ndesloca\nfólico\naniplex\nsuscitando\nmorfologicamente\nsubstituídos\ncharneira\nlarva\nterravista\nd'oro\nretalhado\nplantonistas\nrepubblica\nunscom\nregistrá\ngiffard\nsomente\nregistro\nregistre\ndirecções\nregistra\nregistry\nseguro-garantia\nmartinique\nvármia\nafro-americanas\nblogueiro\nblogueira\nlevadiça\ncalderón\natordoamento\nreverenciadas\njoalheria\njantares\ndemarcações\nocchilupo\nnovelinha\npolonesa\nmaraã\nmaraú\nforros\ncitologia\nmilionárias\ncolonizando\npré-determinada\ncosanpa\nmarau\nmonocultura\nsakaguchi\nsubdisciplina\nsugerira\nmobiliário\nadições\nplanum\nextraídas\nefetivado\nefetivada\nhorse\ndashwood\nhorsa\nhorst\nregulatórios\nvantajoso\nfla-flu\ncomentador\ncomentados\npromulgando\nal-walid\nestuprado\nmarmanjos\nxogunato\ninterim\nprotejam\nspray\ndenunciarem\nsantareno\nkedavra\nex-zaire\ncontraditoriamente\njura\nlived\nlivet\nlives\ngaiden\nseniores\nkhonsu\ntekken\nratings\nequipadas\ntestagem\ntodorov\napresentar\nbranicki\napresentam\nterceto\nrufo\nrufa\nsubtidais\nrevoltando\nveste\nvesta\npopular\nvesti\ncaspian\nneumann\ntelesino\nriscado\nonenote\ngerona\nyo-yo\nmurrieta\nchronicle\nvaux-le-vicomte\njurarem\ninicou\nevocativo\nevocativa\nnovarese\nclaus\nsupria\nsupriu\nsuprir\nsnowdon\nirradiou\nalamos\nincana\ntoccoa\nrottweil\nkreisliga\nsalvation\ncarvalhedo\nminiaturas\ncastlereagh\ngram-negativas\nanimando\ngz99\natomistas\nbeleriand\ncarroçaria\nespecismo\npinguim-imperador\nálvar\ntocarão\nduela\nfaroé\ntolkien\nschirra\nvarie\nvarig\nvaria\nentenderem\nmédio\nfaroe\nmédia\nfaros\nsorológico\nanacrônicos\nolga\nheróico\nheróica\nadequação\nnavratilova\namulet\nashley\nashlee\nfirmamento\nhess\ndesigualdades\ngandelman\nrubenstein\nwendt\ncorporais\n99-9-9999\nfiscalizadores\ndiplomático\ndiplomática\nfunctions\nloopings\nacusações\npancetta\npancetti\nglencoe\ncinicamente\nradioamadores\nafetuosamente\naquae\nagostiniano\nbaigent\nindolor\nocorrido\nocorrida\ngótica\ngótico\ngroening\neltham\nrecarregamento\nmcneil\nfratta\ntouya\nsorotipo\nreedificação\nalforriados\nloreno\nlorena\nlorenz\nousar\nousam\nfundiários\ngrauman's\npertenceram\nobradoiro\nhabitados\npoleto\ntogados\npericárdio\npernod\nliberte\nregnum\nliberto\ninterveniente\nphilippe\nuffie\nwears\ngrudadas\nlanterna\ngrandview\ncalos\nusada\npithecoctenium\ncaneleira\nrecíprocas\ndemónio\nbarba-ruiva\nborges\nborger\ncontratorpedeiros\ngreenland\ngauck\ntrazerem\npaleoceno\nseqüestradas\nharuna\nalmeida\neclipsado\nstrahm\nfinanciadora\ndesmatar\nparaquedas\nlavava\nperrieri\ncommunis\ntenebroso\nweekend\npan-africanismo\nthenaria\nosteomielite\np'ra\ndwarf\ncarmópolis\natuamente\nibooks\nbaixarem\nretilíneas\nopto\narrematação\nendósporos\nracconigi\nflerte\nflerta\nflerts\nbayeh\nbayes\njojutsu\natulamente\nzahar\nopta\nanalfabeto\nanalfabeta\nrenúncia\namil\nincorrecta\nincorrecto\njaçanã\naragoa\naragon\namia\npúnica\nditadas\nbarbeador\nzelandia\nofenderam\nplayoffs\nacarretou\nriscala\napaixonará\nvédicas\nacanhado\nacanhada\narganzuela\nhunyadi\npepê\nantonomásia\ndeclaration\nantonioni\nminnelli\nformidável\nantibombas\nsleeping\npepi\npepa\npepe\ntriplas\none-hit\nbêbados\nwarhols\ninflorescências\nquelle\nberyl\nsandawe\namway\nenriquez\nsobrevindo\nposicionais\npascual\npantaneira\nyixian\npajelança\nbisavós\nbarretina\ninsubstituíveis\nrosell\nroseli\nrosely\ntopicamente\ntraduzirá\nfugi\ndistava\nrupaul\nsixpence\nperspectiva\nperspective\nseminíferos\nrestituídos\nperdedora\ndisjuntas\nianque\nsustentarem\nsentarem\nantinori\npinsky\nambulantes\nescelsa\ncomeau\nsenilidade\ncordão\ngiorgetti\nguidotti\ntransdutor\naniversário\nzayed\njagiełło\nescondiam\nrabdomiólise\nmantellidae\nexpress\nestrella\ncancerosos\nshowbusiness\nvercingetórix\ncontrarrelógio\nessay\noscilação\npiteira\nmegatérmico\nadicionem\nbanská\napoiá\nensolaradas\nantineutrino\nclarinetista\nélton\napoie\napoia\napoio\nlamare\ncompactador\npodessem\nescamiformes\noem\noea\nlargando\nloïc\nsubmucosa\nacíclicos\nsavary\nencaixado\nencaixada\ndiabética\nconstrição\ndoidão\naqueloo\ncaribou\nvelório\nmoniz\ncanjas\ntransponders\nescandinavo\ncursando\nbelleza\nextracurriculares\ncroquis\nregulável\ncadavérico\nlado-b\nlado-a\nreacenderam\npk9\nexcepcionalmente\nposteriomente\nconchita\nesqueceram\ndesapropriações\ntravavam\neiht\ndōjinshis\nitaquiraí\npoesias\nincursões\ncondicionou\ncomeçado\ncomeçada\nfahrenheit\nnissei\nsiroco\nalton\ndecepcionante\naltos\nmilani\nmilano\nfisicos\ntrincas\ntetuán\nredirecionados\nrevira\nstarck\nrinus\nvitória-pe\nproteicas\nutricularia\ndefensora\nmontagny\niassim\ntheron\nreativado\nsubcontratação\nintinerante\nautodidata\nreativada\ntürbe\nroessler\newoks\npisco\nserpa\ngreco-budista\nresumindo\ndesacordo\nentusiasmados\npeeta\ninvadia\ninvadir\npetrologia\ninvadiu\nprater\nprates\ndestacáveis\ncatalunha\nbéjar\nléonce\nmercenárias\ncoralina\nsub-espécie\nceifar\ntalpidae\npensasse\nvp9\nriza\nvariável\nefebo\nnarrado\nfalken\nbbc9\ngoossens\ncygni\nhussardos\nprés\nnita\nnite\nlarga\nreforçavam\nsimplificações\nkrakovics\nporquês\nattractions\nkoei\ncorpus\nvigoravam\narrecadadas\nwetzel\ningênuo\ndelamare\nbarberini\nagnew\nbarberino\nreissue\nesalq-usp\ntraíra\natenderem\narya\nmiquerinos\nvangelis\nsuzan\ngrallaria\nheadley\naipim\ndivergindo\nbibliófilo\ncumbe\nbethencourt\nitagüí\nalfredinho\nsuperintendências\ntroquem\nadebisi\npingentes\nfriesacher\ntelevisivos\nbotim\nindicada\nindicado\ndialetos\nbaldassare\nexigibilidade\nheterozigoto\nimplicavam\ncolville\ncantoria\nimunoglobulinas\ndutra\nfranquias\ncovardia\ngrémios\nkonig\nkonis\ncooperando\ninterferisse\nsyndicates\ncontratação\naproximarem\nachatados\nplicadas\nufrpe\nnoivado\njuçara\noktoberfest\nturn\nturm\nrodoferroviária\nturk\nturi\nturf\nture\ntura\nzoroastro\nsofitel\nxarope\nkunoichi\nproposta\nsocando\nfaraós\nimportasse\nberingela\nrheinfall\naubin\nativaram\nasteráceas\njanguito\nguitar\nlitoria\nbidloo\nlcp\npressentindo\nmindu\nquisessem\npresbiterianos\ncôr\ncoorte\nmlstp\nderrubam\nderrubar\nprostituição\namostral\namostras\nlabareda\nshishya\nanestesistas\nalegarem\nmandalay\npappé\nmandalas\nafastaram\nhendaye\nananias\njaffna\ndialogou\ncheyne\nbitburg\npappy\nmarcantonio\nucrania\ntrenó\nsulfonamidas\nmilkshake\nmoorcock\ntsvangirai\npazienza\ngulosos\njovi\njove\nadmirada\nbegan\ncategorizada\neusebio\nmustela\namares\nescaparem\ncahiers\ntentados\ntentador\nmonopostos\nárquias\ndeclarara\nfilipe\nmoreto\nmoretz\narco-íris\ntrent\njusteza\nportáveis\ntrens\npujol\nsequestrados\ntraditional\nsubgrupo\nnakazawa\nsuperlotação\ntaxil\nsentisse\nvorbis\nacciajuoli\nassediou\nvillage\nmaser\nfocais\npequeninas\nma'adim\nbourgeois\npulque\nsecretário-assistente\ninternas\nwhitson\ninterplanetário\ninterplanetária\nexiladas\ndesdenhar\ntruncamento\ndurham\npiedad\ncresfontes\ngarris\nconformismo\nquestion\nkikuyu\nencurrala\nbattistella\nliquidante\ncrlv\nbroomfield\nsobrevivessem\ngola\nloyalty\nkeila\neditora-executiva\nmartinsville\nlarger\namérica-mg\ndestroçados\nação\nencravada\ntahrir\ndissuadiu\ndissuadir\nmelhoramentos\npiraí\ndafra\nlausana\ndinamizou\nadvogou\nremovível\ncócegas\nanotação\nnaify\nfiggis\ntadashi\ngolã\nifran\ncarro-conceito\npreces\nrestauracionistas\ndecrescente\ncarranza\nradioamadorismo\ndesqualificação\ntelegrafistas\nconradino\nmassacra\neriope\ndifferential\nracionamentos\nellus\nbolhão\nautoconsciente\ntimberwolves\nfolguedos\nmimas\nvereação\ndiscoteca\nsuspirar\nindiretamente\nlakeside\nprecisando\ncocotá\nautoproclamado\nex-empregado\nteimosa\npreconceituosas\nmenard\ndescartou\nwario\nvaquer\ninjusto\nsilvercup\ninjusta\nrochas\nacastanhados\nglamis\nautofunções\ngrenier\npseudocaule\nrimet\naltruístas\nconvertesse\nfunciona\nfuncione\ngriswold\ntrágicos\nblade\norganizei\norganizem\norganized\ntrecento\nactivistas\nshores\nū\nowari\ncaveiras\nperucas\ncourageous\nrosmalen\ncontemporaine\ncastanho-escura\ncastanho-escuro\narielle\nariella\naquisgrão\nroques\nplauto\ncorigliano\nravello\nsacolões\naterrissador\nasif\nlapidadas\ningerirem\nótima\nótimo\nrbueno\npró-israel\ndestruições\nboquinha\ngniezno\nsaint-quentin\ncombatia\nfactualmente\nadreon\nsamaritá\nagradeceram\nparathelphusidae\nrecitado\nrecitada\nruandês\ninelegível\nπερὶ\nmacabro\nmacabre\nmacabra\ncontra-relógio\ncollet\ncolley\ncollen\nxuto\nleffe\ntangenciais\nmanufacturers\nmoët\nfrequentando\ngrafias\nerivaldo\nspaced\ndisfarçou\nassertiva\ntibiri\nalfândega\nvargens\nquintão\nchillán\nn.y.\ndesfilam\nlevando\ninsistindo\nerzurum\nneilson\nrenasceu\nrenascer\nrenascem\ndicinodontes\nwajda\nrolam\ndesfez\nl'année\nbjørnøya\nabrunhosa\nprecederam\nv'ger\nbynum\nchinatown\ninocentar\nneath\nanti-apartheid\ndromedário\ncata-vento\nfizermos\nbetim\nlagrimas\napogeu\nxxvi\ncatapora\nthousand\nnegara\nvesgo\ncandace\ncontrabandear\nbulletproof\nnesso\nnesse\nnessa\nperdera\nconcentrarem\nestupefacientes\namadora\nperderá\ninutilizável\ndiba\nindustry\nfranciscanas\ncorrelacionada\ncorrelacionado\nabrandado\ncelibatários\nirrevogavelmente\ncongress\ncongreso\nlupita\nbicho-preguiça\nintegrifolia\nmeia-sombra\ncalcinhas\norinoco\nplenárias\nhitchin\netéocles\nexpiação\nimplora\nimploro\nvicissitudes\nallende\nuttarakhand\nespectáculos\nnevins\nfraser\ninterbases\ninterdita\ncerebrates\ncompartilho\ncompartilha\nyermak\nmagik\nexplicados\nrepressivo\namenos\nsintetizarem\ncompartilhá\nmaldoror\ndesconsiderados\nethereal\nrampant\niranian\npós-doutorado\nbavarian\ndecoro\nmontorio\nlalage\nredigida\nredigido\nraab\nraad\nraaf\nkuwabara\nmamute\nshambhala\npredominam\npredominar\ntamura\ntolerando\ndescarregava\nressacada\nionosfera\nestilismo\nhurwitz\nclubes\nfocas\nfocal\nfocam\nlawry\nmolière\ninclinadas\neraclea\nidanha-a-velha\nincômodas\ndaigo\npierino\npyle\nroliço\nlewistown\nroliça\nninfeta\noverland\nreportando\nàgua\nruandesa\nnistelrooy\nimensidão\ngamba\nmaastricht\ncinematográficos\nbooleana\nempurrãozinho\nbooleano\nencostou\nencostos\njeans\nembarcaram\nátonas\nolindense\nbelchior\nco-estrelar\nco-estrelas\ntibbats\nsintonia\nt-9999\nnadi\nnadh\nnado\nnada\nbat\nnadp\nbaz\nvendagens\ncitadina\ncitadini\ncitadino\ndeza\nrockwell\nmendeleiev\nrotunda\nbotou\nrotundo\nbotox\npriorizaram\ndormente\nsusanoo\njutos\nflorença\nclaremont\ndescarada\nbiker\ncycadaceae\nhomberg\nantonucci\nkatharine\nkatharina\nfrajola\ndéspotas\ntrilobitas\nrememoração\nlesionar\nbelinda\nroasting\ndécima-nona\nco-evento\npipridae\nrocio\netíope\ngonçalo\npinheiral\npaddy\ndiminuirá\nourisia\nalbret\npellington\ndesvinculando\nalcançavam\nflexiona\nflexione\nkemble\nbruxelles\ncontraventor\npackard\nminczuk\ncontactam\ngostas\nrodadas\n99:9\naglutinada\ndeserdou\ntalisca\ndescendência\nxavantes\nelísio\nreembolsar\nleniência\nboyce\nprejudiciais\ngoff\nsampaio-ma\nkuririn\ncrusius\ncamundongo\nrevezavam\nsingrar\nodoríferas\nsaigon\natsc\nrefrigerador\nhilson\nharington\nreunidas\nsystem\nmontanus\npróstata\njogos\nmannes\nmanner\nlynwood\ntweedy\nd.\nd9\nnaturalizada\nnaturalizado\ndm\ndj\ndk\ndh\ndi\ndf\ndg\ndd\nde\ndb\ndc\nda\ndz\ndy\ndv\ndw\ndt\ndu\ndr\nds\ndp\ndq\ncaíque\ntorturando\naccord\ndê\ndé\ndã\ndà\ndá\ndü\ndó\npulverizando\nqueixa\nbaden-baden\ndesativar\nhalmahera\nvaduz\napsley\ndell'arte\nvoice\ndruidas\npreguiçoso\naeração\nkellaway\nnatal\nrizal\nmills\nbatatas\ncranberries\nbaseavam\ncamiseta\npubescente\nflagrar\nflagras\nח\ntrivalente\nacção\nexecutivas\nfuvest\nidéa\nadjani\nducais\nborradas\nmoltres\nfatalidade\nhoops\nassemblée\nlakers\njijia\nfalastrão\ncobertores\naulas\nrebel\nprioritariamente\nexaminaram\nenglobados\ncarousel\ndanrlei\nalmon\nchicória\napostaria\nsabarabuçu\ncélticas\neducada\neducado\ncordas\ncorday\nduraram\narticle\ntalented\ngwh\nhofstetter\nmensa\ntrófeu\nhenk\ngrelhado\ngrelhada\nsãos\ndocument\nnão-autorizadas\nproporcionando\navary\naclarar\nfils-aime\navaro\nsnowboarder\ndiscar\namásis\nhistoricamente\ngeba\nkull\navaré\nperversa\noakland\nmeets\nchoc\nchoe\nchoi\nchol\nchon\nchoo\nchop\nchor\nchou\nchow\nchoy\nantimônio\nclassificáveis\nagregado\ntorrence\ntestudo\nshenzhen\nrenderiam\ntrematoda\nfixava\nlomé\ncarater\nconscience\nloma\nlomo\nlomu\nseele\narsácidas\nchelyabinsk\nequipara\nmário\nmária\nlyra\nequipará\ndoidas\neurimedonte\nidaho\nviareggio\nacomodados\nveitch\nrubaiyat\nexecutores\nfatoriais\nesvazia\nesvazie\nobstruídas\nautomobile\nelden\nelder\nairborne\nwolfowitz\nsandomierz\nbenzil\ndomínguez\neater\neaten\nitacarambi\nprejudicadas\ntriangulação\nfmln\ngenesee\napaixonando\nplough\nsulzer\nwoz\nwow\nwop\nwoo\nwon\nwok\nwoe\nbaltar\nwo9\ninflamatórios\nkeaton\nbroffice\nwisborg\ndistanciamento\ngalerista\nruwenzori\nsteuben\ndomiciliado\njunger\nmoffo\nmodification\nadão\nsamário\nchimaltenango\nconvertia\ncreation\ncivilization\nencarnando\nabroad\ngozma\npreocupação\ndemonstráveis\ninundar\ninundam\nrepetidoras\ncaminham\ncaminhar\nurgente\ndowning\neuan\naventurar\nunilocular\njardel\nmacgaren\nmochileiros\nfabulosos\neliel\npisões\narches\ndominações\nnegociável\nfalklands\ngoucha\nsocalcos\nispaão\nangelicum\nlixeiras\nsnorkel\nzemun\nbahadur\nalmaviva\ninvertem\ninverted\ninverter\nminelli\nminella\nnão-conformista\npazar\nfolias\nfoliar\ndiversificou\nagitaram\nbonatti\nligia\nancoradouros\nproceedings\nvitoriense\ngoias\nconvergence\nmiwa\nmusicos\ndepressores\nakerlof\ncalvin\nsecchi\nhakluyt\nnarmada\nstromboli\ntombalbaye\neclodem\njesse\nsergipe\nfortalecem\ncáusticos\ndiscutiram\ndulcícola\nsenlis\nfingiram\nexplicitamente\nmaury\nmaura\npastiche\nmauro\nclimatológicas\nseigokan\ndefasados\ne.u.a.\ncleve\ndynamic\ndynamis\nconcernente\ndownstream\npesquisadas\nlibris\nmontoya\nzequinha\nefetivo\nefetiva\ngravaram\nhuberto\ngamespot\nengraçados\npermitirão\nakari\njtwc\ncantava\namputados\nspielvereinigung\nhomologia\ntábuas\ndesfavoráveis\nhoshina\nhoshino\nchanceler-mor\nniquelândia\nrastrear\ndouradina\nsabiás\nsegundo\nsegunda\nyohanna\nchef\nencarcerados\nbolcheviques\nromulo\nconfinava\ncongestionados\npowerpuff\nilíaca\nengrossaram\nmaravedis\nextravirgem\nsuperdecotado\nabpd\nrepudiou\ngwen\nvoltada\nexception\nimpassível\nhironobu\norobó\naceleradoras\ncantou\nopt\napud\nops\napus\nopm\nopo\nopi\ncolonizadas\ndirecionaram\nopô\nopó\nglobulus\napuí\npizzolato\neufóricos\njuvêncio\nzermelo-fraenkel\njindřichův\nvicência\ncremados\ntecnorgânico\nprotegesse\nazulejaria\nabjurar\nanabaptistas\nyemanjá\nglórias\nestratificados\nsymbion\nolivo\nolive\nreferenciando\ncrazy\nsitcoms\ninvocador\nbullshit\npizza\nnashua\nd'lo\nbresser\ndemerval\ntommaso\ndiscriminados\nrolete\nvictorian\nvictoriae\ntapado\nbarbossa\nroncesvalles\nhíades\nengatinhando\nsaquearam\nbajazet\ndesafinados\ngrammostola\nviolla\nlakota\nbelgrano\nlän\ngriffo\ncanutt\nfibrado\ncanuto\nafshar\ndestin\nauthentication\ncápua\ntotally\ndonellus\nbesouro\npelas\ntérrea\nserem\nseres\nsuperficialidade\nmaltratados\naltdorf\nsetton\nseconds\ngeninho\nsecondo\ndrums\npé-grande\ncostello\nleléu\nregimental\nyasunari\notaria\nloge\nlo-fi\nhybrid\ninhotim\nacenar\nteledisco\nlookup\ndegraus\nrespondentes\ninfatuation\nstandard\nantipapas\nalexandria\niala\nde9\nrebaixar\ndex\ndey\ndez\ndep\nder\ndes\ndet\ndev\ndei\ndek\ndel\ndem\ndea\ndeb\ndec\nded\ndee\ndef\ndeg\nsequenciação\narriscavam\nmalfeito\npleasure\navaliada\nalfa-9\nfoxes\nfunding\nq99\ndecorativismo\ntravail\nmerda\nnecronomicon\ncarême\nespiritismo\npassasse\nprostrados\nfestas\nrobespierre\ntourear\ncachinhos\nlaon\nléo\nmucambo\nlaor\nlaos\ncoletivização\nmicrolins\nrósea\nróseo\nincultos\nbarbeiro\ngöttingen\nquerença\nspent\nspend\nafrânio\ntreina\ntreine\ntreino\nexigível\ntreiná\ninvadi\ninvada\ninvade\nufe\nrefilmagens\npfizer\ndiversões\nperpetuamente\nwarlock\nngola\nrnat\nrnam\ninadequação\nshiera\nregressarem\nximenes\nximenez\naumentado\ncrônico\ngraves\ngravel\ngravei\nlegalizadas\ndoggy\nufs\nindecisão\ndenovo\ncorrentemente\ntailleur\nmapeada\nmuriçoca\npontuadora\nozônio\nmackaye\nunreal\nsiddharta\ncarpelos\nazevedo\naterramento\ndoutorais\nmostravam\nmarius\nventoinhas\nassistiam\ncogitação\ninfames\nexpressaram\níntima\nescorregado\nmochila\nsuvenir\nanquier\nastronáutica\nparquímetros\nagravada\nagravado\nribanceira\ncedros\ntazz\nesclarecemos\naçailândia\npneumocystis\nbayview\ntiempo\nassaltada\ngrassmann\nassaltado\nextra-muros\ninusitadamente\nsenghor\nwinchester\ninter-racial\ncontratantes\nduradouros\nsoluções\nvidrados\ndespovoado\nmaximizando\nsaxe-coburgo-gota\ncinépolis\nrelembraram\nespelhadas\nsociável\ncione\nsupercílio\ntarados\nsigeberto\ndesapreço\nisenção\nembalagens\nbuescu\nquicktime\ninesperadamente\nlimpezas\ndaesp\nstudia\nclassicamente\ngraus\ngreymon\nrotacionais\nequivaleria\nreal-time\nmoio\njoio\njoie\njerónimos\nclientelistas\nredesconto\npéptidos\nflammarion\nkonan\ncoira\namambaí\nintentado\niucatã\nxutos\namambay\nreeditou\nglamourosos\nsemipresidencialista\ncompressor\nspektr\ngranulométrica\nhc-oh\nex-comunista\nchistes\nandamentos\necclesiastica\nivry\ndiap\nshots\nruins\nbuskerud\nalcanos\nparaguarí\ntijuco\nempurrou\ntelessaúde\ncargnin\ncajamar\nschley\ndisfarçados\ncriolla\ncriollo\ndândis\nmaronitas\nsuperficiais\nkm99\nbaleias-comuns\nencerramentos\nadjacências\nlacaio\npoupou\nespíritas\nschulman\nanimadamente\nkjell\ncervos\nobterão\nrepugnava\npassagens\ndiomício\nwundagore\nxukuru-kariri\nfeiura\nkakashi\nlevantara\nginsburg\nperguntamos\nbadoglio\nqueda\ncrossfox\nlevantará\nfranciscanos\napreensivo\napreensiva\ncetose\nn.w.a.\ndepreende\namistad\nentrarmos\ndesfigurou\npe-99\nafogou\nagamben\nprontidão\nbegun\nduvalier\norigin\nwac\ncompressíveis\nalmerinda\ninsulana\ncambra\ncambre\nmatem\nmateo\nmater\npersonalizadas\ncipros\n9/9/9999\ntahmasp\ndesmotivados\nconseqüência\nobliqua\naconselháveis\nl'industrie\nreencontrado\nreencontrada\nreformular\naloys\nbi-campeã\nintermediando\nrepicado\nwayne's\ndesconfiados\ninexequível\nsiscomex\npatito\nraça\nunicap\nsolapar\ntouchpad\ntratando\nsepetiba\nflorentinas\nconcílios\nhiroaki\nnotas\nnotar\nnotam\nевич\nambientalismo\ndollaway\nconferi\ntúrquicas\njato\navaria\nalegavam\nsevoflurano\ndi'anno\ndetectada\naraque\naproveitando\ndetectado\ncensurando\natlapetes\nmapeamentos\noptions\nnápolis\nhidrozoários\ndesportivas\néric\nérik\ntranscrito\nthaksin\ncorrespondiam\nconcerns\ngaleola\nválvulas\ndobrados\ndobrador\ninajá\nwilaya\nmomoa\nhealth\nlenhosas\nadamski\nyear's\nsofista\nseguiam\ntexel\nsegundo-tenente-aviador\nmanutenção\nalfandegárias\ntoscanas\ndistópico\nsubentende\nyamuna\nsonares\nbobagens\ncolumbian\ncunharam\nindébita\ngírias\nswf\nswp\nswr\nswu\nswv\nauto-imune\nwerthein\nsw9\nqueda-de-braço\nschouten\ntriangulares\ntramita\nbepantol\nkurita\nergonomia\ndesfaçatez\ncourtois\nquilombos\nojos\nfredholm\nrés-do-chão\ncelulares\nágatha\noitentista\nmasahiko\nartesanalmente\nsistêmicas\nhébert\nnovelística\njuvia\nmolotov-ribbentrop\nboazinhas\nforde\nfolds\noremburgo\norografia\nomitiram\nlazzarini\ntenorio\nmodernamente\nsulayman\nflutuabilidade\nsintonizam\nmaranzano\nsintonizar\nlinings\namadas\nemerald\ngiamatti\nconstroem\ninadmissíveis\nheroicidade\nclinique\nprotagonizadas\nintegrated\nrecintos\ntelefônicas\nvideojogos\nincorreta\netec\nincorreto\nsuspeitoso\nartrópode\nhavendo\ndaenerys\ngrossos\nbienalmente\nmagnificat\nd'ars\nfagioli\nhypothesis\nacasalar\nconfeccionado\nd'art\nproyecto\nsivananda\nretransmitidas\ndinamarquesas\nbrioches\nseguissem\ndesejasse\nrainmaker\npanicat\nkarakorum\nverbiest\nsub99\nbursts\nferrás\nupchurch\ninoxidável\ncattaro\ndevolvidas\nmahavatar\ncongestionamento\nzvi\ncomunicativos\nfelicitar\nfelicitas\nmeadows\nilírio\nnasutus\nvoyeur\nroddy\neletrificado\npicando\nassustada\njesuítico\nárticos\nrecebedores\nowens\ncrisálida\nsurgia\nseán\nsanfilippo\nmanizales\npináculo\npirâmide\ncircularam\nglossolalia\ncitomegalovírus\natrasaram\nmastigação\nbumbum\nnovidades\naudiovisual\nmontbrun\nthriller\ngidali\nobolensky\ncanalhas\nencurtar\ngigliotti\nbagas\nadjudicou\nemancipador\nprêmios\ncharlatanismo\npãozinho\nencarados\nmilénio\nzerbinetta\nperversas\nhamburgo\nvelma\ndesfaça\ntelebrasília\nyuuki\nbovinos\nbinário\ninteratividade\naprofundados\ntomislav\ntomislau\ncondecorado\nparvovírus\ncondecorada\nintuicionismo\ndecimais\nenya\nretrofit\nretransmissor\nanzio\nsignificantemente\nsheva\nacampam\nbrilliant\nacampar\nmyers\ncardinot\nmascot\nchania\nginja\ndramatizadas\nsecundogénito\nlamentavam\nendurecidos\nprostitui\ncasalinho\nsings\ngyllenhaal\nwalid\nbbss\nhipertensiva\ntrekking\neyck\ngargamel\nretinopatia\ncobiçados\noutrage\nvenoso\nvenosa\nlindeiros\nstoppard\npermitindo\nabramson\nenraizados\nmarginalização\nhumorísticos\narqueadas\npaquerando\npista\n%\nabraveses\ncavalcante\nkadhafi\nkenwa\nschlieffen\ninexata\nviviam\nvivian\nbagua\nter-se-iam\npterodáctilo\npackage\ncentenário\ninstigaram\nnorrköping\npuskás\nprecedeu\nespectacular\nadap\nadar\nadal\nadam\npopularizados\nadac\nbastardia\nsamósata\nfrieira\npulcher\ndesagradar\nenriquecem\nenriquecer\nenriqueceu\ntataouine\npapelório\nfemininos\ntransportam\ngoss\ngost\nsequinha\nermelino\nsequinho\nferramenta\nengraçadinho\ncharlie's\npbr9\nspivey\nlamourouxia\ngenoa\nyakushi\ndesrespeito\nvibrante\ndesrespeita\nampeg\ndebby\nveneração\nampex\ncontralto\nfeeder\nbotanica\nsecadores\njabulani\nícone\ngossow\nsydal\nsitiante\nresistiria\nnasdaq\npossenhofen\nesturjão\nbanking\ncofinalidade\ntrapiche\nsilmaril\nclamava\nconsagradas\nnefele\nvoith\nsingeleza\nshanks\ncosentino\npré-classificação\nreliable\nesquizóides\nnyima\ntiroteio\ntadakatsu\nmiño\ncaramelizadas\ntordo-comum\nsebring\ntamboré\nfaceta\ntambora\nparazão\ncraveiro\nhipotonia\naferências\njaponêsa\nchanoux\nlíbios\n：\nmarinette\nbernardos\ncgtp\ncatastrofismo\ncgtg\nimpuseram\ntório\nmalibran\nempregará\nluvin\nvirgínio\nsquamata\nacirrados\navançada\nfotográficos\nincertae\naramaica\ncontrovérsias\npaflagônia\naramaico\ndougie\nqueenie\nmodernas\ntente\ntenta\nquadradinhos\ntento\nhaitink\nessjay\nmicronações\nsensacionalistas\nstatler\niscariotes\ngenealogistas\ninconsistentes\ndevries\nitamaristas\nkoopa\nquilombo\ncontatou\ncontatos\ngba\nened\ngbh\nsuperstars\nerédia\ncentrista\nxangri-lá\nraquete\nobstinada\nzerlina\nobstinado\nredobrados\nfieiras\ntrocada\ntrocado\nagdal\nblagoevgrad\nrooms\nslinger\n9/99/9999\nchecoslovaca\npeenemünde\ndesperdícios\ncidadãs\nmcclain\ndrift\njurisdicionado\nferretti\nostalbkreis\ntorresmo\noclusal\npistoleiro\nrubble\nmadagáscar\nmissaglia\nmiyagi\nathol\nnaoya\ngilan\ngilad\nvezes\nvezel\nfornecidas\nsogn\nsoga\nlegalismo\nwinwood\ntrigonométricas\nnagashi\nhagiografias\nradiografias\nembaraçado\nlança-chamas\npmdb-pb\npmdb-pe\nlyme\npmdb-pr\nrüdiger\nirvin\nwladyslaw\nclionella\nprélude\nguardado\nyaqui\nyaqub\nellefson\nmaxxor\nsem-número\nsubterra\naguilhão\ncoloso\nlança-granadas\npontal\nremunerações\nprocuram\nprocuras\ndsm-9\njorrou\nnavigator\ndecibéis\ncurvaram\nquê\nbigorna\nperdessem\nprédio\nseishun\ndesesperadora\nwynne\nembargada\nembargado\nartrose\ndiaristas\narrasa-quarteirão\nsemi-vida\n↓\ndesmoronando\nklinefelter\ndelinqüente\nmetacor\nequivale\nestimavam\nsavanna\nexcelente\nsocorrense\nleiningen\nclouet\ndarly\nrutaceae\nsuperciborgue\nathletic\nexala\nmagreza\ndestituída\ndestituído\nmeg\nfrontalidade\nboicotados\ndiferenciável\nferrell\narbogasto\ncongénere\nguião\nexternalidade\nconselheiristas\nfabulação\nfiorde\nconfidencia\nentregamos\nkittel\nkitten\ncedência\nargel\nelize\ntatuadora\nargeu\nabugida\nhitita\nresgates\npettit\npettis\nmigrante\ndalhousie\nargeş\nmagenta\nconfluem\nhewel\nhmas\nfd99\nmosaicos\nrejeições\nintimidados\nintimidador\ndezenas\npanamenha\npanamenho\nthicknesse\nfenaseg\nthaila\nmearsheimer\npaíses-sede\narrancado\nrochefoucauld\nenviamos\nshortinho\nimpressionantes\ndefenderão\nrenai\nrenam\nrenan\ncautelas\ncautelar\nzimbábue\nesquecerá\nsalomon\nnipo-americana\nnipo-americano\ndemidova\namphitecna\nmyristicaceae\nbreeze\nnoam\nnoah\nradioactividade\nfestão\nnoaa\nnoar\nindiscutivelmente\nponderosa\npórcio\npórcia\ncristódulo\nartis\nhabu\nrebatizando\nartic\nartie\nartin\ndvin\nlob\nloc\nloa\nlog\nlod\nlok\nloi\nlon\nloo\nlol\nlom\nlor\nlos\nlov\nlot\nlou\nlox\nloy\nleach\ninjetando\npertencimento\ndignamente\ncyprinidae\nsam's\ntrotski\nunterwalden\ntrotsky\nsauro\nsaura\nvazadas\ncoroinha\ndivórcios\nneoprene\nviajado\nviajada\nel-rei\nal-idrisi\neficaz\nsocráticos\ncidade-capital\nreentrante\nfanfics\ncarlini\np.e.n.\ncarling\nsatisfizesse\nembraer\naérospatiale\ndinheirinho\nmcdonalds\ncasadas\navassaladoras\nbrandemburgo\npilotos\ndiavolo\ninterpreter\nradiestesia\ncastellanos\ntrilhas\ntrilhar\nsaxe-gota-altenburg\nregulamentar\nfevereiro\nselling\napagou\nincorrer\nfervorosos\nincondicionada\nclicou\nimpulsionará\nboxers\ndams\nglicerina\ndamn\ndamo\ndamm\ndama\ndame\ndirecionados\ndebandar\nparticulier\nturcomenos\nsamaras\ndamé\ndrymonia\nmimulus\nmadigan\ngame\nadaptarem\nzinovyev\nmarkku\nescargot\ntype-moon\ndemétrius\nfinge\nmadressilva\ninstrução\nbaderneiros\ntada\nunicidade\ncañas\ncañar\nkazarina\nsucederia\nvärmland\nlunéville\nédipo\naulonocara\naccorsi\navenidas\nétienne\nespartanas\nrecém-lançados\nczęstochowa\npsicoativo\ncompiladores\ndesanimar\nrosária\ntentava\nrosário\nasiago\ncraon\ncallinectes\nnegrete\nmateos\nkubitschek\npreconizou\ninexorável\nx-factor\nspaniels\nouter\ndragonlance\ns-pulse\nronins\ncorruptível\npré-processamento\nbanida\nrosalvo\npavel\njoël\nestabeleciam\nvalesse\nalternação\nhammamet\nsantibáñez\nacarretava\nesdi\ncajá\nwebtv\ngraz\ngras\ngrau\ngral\ngram\ngran\ngrab\ngraf\nfutebol\ncaju\nbravos\naplaudem\nleipzig\niucatão\nkt\nему\nravaillac\nmudaria\nalípio\ncarenas\ngarrafões\naerobee\npagu\npago\npaga\nharsewinkel\npage\ndeclarassem\nmicólogo\nsubcategoria\nyukon\nsoltos\nsoltou\npagá\npagã\nchulo\nchula\nconstrangedora\nanfiarau\ntrilha-sonora\njohor\ndefensoras\nlitografia\ndrª\nratazana\naventurarem\nheterodoxia\ndrá\ndr9\ndr.\ndry\ndrp\ndru\ndrt\naydin\ndri\ndrm\ndro\ndra\ndre\njujuy\nmexiam\nkraus\nriso\ngarvão\naeróbios\naguento\naguente\nlantanídeos\naguenta\ncazuza\nql99\nuiramutã\ntrintena\njawlensky\ninferniza\nanaerobiose\nvelvet\nbuteco\nencostar\ncorpulenta\ncorpulento\nultranacionalismo\nd'espard\nannapurna\ntreinadora\ndetetado\nevangelicalismo\ncarótidas\nesplêndidas\nsuperpostas\nlazy\ninfluenciável\npaulinas\nheight\ntx-99\ntunas\ninfluenciá\nveraguas\nvendi\nvendo\ncondições\nvenda\nnogueirão\nvende\ndaviess\nvetusta\npalacianas\nvendê\ncurtos-circuitos\nrasgou\nrasgos\npoupando\nimpressionante\npasternak\ndespede\nitaara\nrussa\nrusse\nrussi\nrusso\nmigrações\ncuradas\nseriados\ndvorak\npropagavam\ngt-r\nintegrava\ncristão\nsubmetralhadoras\nwhitfield\nexercidas\ncapacitações\nirritável\nantigay\nlubbock\ncassimiro\ninócuos\nmosquete\ncartografia\nenfrentaram\nenfeitiçada\ntradição\ndesdêmona\niguatemi\nacrolophidae\n-não\niniciaria\nofensivas\nplanejara\ngeléias\nicahn\nhiperinflação\nloteamentos\ngibbes\nbardeen\nf9f\nf9v\nf9u\ne99\nf99\nmoviam\nsádão\nnavios-tanque\nantt\ncônica\nconfundirem\nante\nsevan\noldfield\ndeiscentes\nfechamos\nd'artagnan\nzambezi\nzambeze\nderreteram\nimportant\nvila\nvile\nchoques\nzenawi\nbucci\nvilã\ngrabs\nzagros\nekstraklasa\narsênio\nophélia\nesquematização\ntalhar\ntalhas\ndificuldade\nrenunciou\ncaçar\ncânone\nmovimentos\nmovimentou\nbragon\ntriathlon\ndesportiva\nanti-colonial\ndesportivo\nclarabóia\nvisceral\nreflorestação\norcas\ndinsmore\nvolvidos\nguamá\nmutabilis\nléxico\nléxica\napertos\napertou\nproprietario\ndeterminística\nshoah\nakai\nbrca9\nsortilégio\nprazerosas\nencadernação\ntacape\n∧\nshangdi\nautorizadas\npoi\nfiend\nimpd\npersonificada\npersonificado\nbongo\nbonga\nbrianda\nelkton\ncapsicum\nfrenesi\nbongô\nmantovani\nmantovano\nesmagando\nmarimbondos\nneuroses\nulyanov\ngirante\nuiraúna\nleporace\nsenadores\nassumiriam\nfordlândia\nadossadas\ncaralho\nincumbiu\nnakayoshi\nadministrativamente\nincumbia\nabsorviam\nsorver\nevliya\nmovimentaram\navenir\navistarem\nmilitaristas\nconcorrida\nconcorrido\nperecível\noiseau\nrallies\nmarcaria\nspinola\nfontão\nspazio\niúna\nsobrevoar\nescola\nশ\nregressavam\ndalmolin\ncopérnico\nwallid\njuntado\njuntada\ngalaico\nroney\nactivadas\nidácio\nhariri\ncatende\nnematanthus\nnimesulida\nvespucci\nacionárias\ntollens\nhieroglífico\nbosco\nbosch\nmagistral\nmultirreligioso\nformalizou\nenlameado\ncostilla\niconoclasta\nsatan\nmicroshort\nmassangano\nph.d.\nguiñazu\nsanduíche\n⊕\ncansado\nromero\nmulta\nlivreiros\nábacos\njatahy\nmcpherson\nclaretianos\nalterava\npercussionistas\nnuméricos\nsieradz\nx-man\nshaul\nwoodville\nξ\ncarrancas\neich\noiapoque\nfastio\ncpl\ncidadela\ncpp\ncientologistas\nplasmáticas\ncpt\ncpv\nreabriram\ndraftado\nrepensado\nrepensada\nbinet\nfranziska\nenron\nmulticoloridas\ndeville\nhipercolesterolemia\nstreptococcus\nmayhew\nmayhem\nvillalobos\ngaray\nabrasão\nharley\ncrioterapia\nharlem\nviajavam\nsagui\nreprisando\nepisiotomia\nmanicure\ncajaíba\nvirulência\nechevarria\nmagica\ncadima\nmagico\nmagick\ntravamento\ngioachino\nsnow\nkitagawa\ncorfebol\narrancando\ntectónicos\nomnilife\nيا\naminoglicosídeos\nmodifique\nplanejando\ncrecimento\npyramid\n-ferreira\nespaço-temporais\nsindicatos\nvibration\nministrações\njudge\ncarapicuiba\nmichalis\nrecreacionais\nadjuvante\nafinsa\nexasperado\nlabia\nfuçando\ncrato\nzinho\norangeburg\nreconheceriam\ninjuriosas\nfreixeda\ntwitch\ncuomo\nsuicídio\nmamães\nzdeněk\nmicroclima\ncumânia\nmarionette\ntrf9\napolar\nbanfi\nnazca\nsert\nsere\nserc\nsera\nserj\nseri\nlepanthopsis\nconvento\npanfletária\npanfletário\nserá\nnaturezas-mortas\nquirais\njinchuurikis\nprisciliano\ndivinizado\nsignificante\nmapas\njustificável\ncaulinita\nbasilio\nravioli\nfranco-holandesa\ndesmontar\nmatutino\npippa\npippo\npippi\nsalutati\nhevaldo\nvistoriada\nlévy\nlévi\nmadeiros\nrosalina\nalérgicas\nbrachycythara\nbeyblade\nrammstein\nam99\nguardiãs\nguardião\nselbach\ncaçadeira\nexpirando\nstruensee\ndeletar\nhwa\nhwv\nreciclados\nasserção\ntandara\nlitex\ndarling\nyasmin\nrótulo\nsublinhado\nsublinhada\ncriou\npalladiano\nfomentadas\npenduraram\nmordente\nsportscenter\nscurlock\nhormisdas\niniciações\nτης\nbabyliss\nemocore\nagronegócio\nhavre\ndessensibilização\natribuíu\ntumelero\naglomeravam\nmultiplicador\nmultiplicados\nmashonaland\nnotado\nhalflings\nrítmicas\nlentilha\nferrugende\nhecate\nclathrodrillia\nleindecker\nangico\npão\nfinding\neloir\nþ\npennies\nentrarem\nextraem\ncuias\ndiastólica\natafona\ntroilus\nco-organizou\neurodance\nroça\ncontext\nmake-up\najzenberg\ntelefonia\ncontrolará\ninterpretarem\ndescaracterizados\nbrassicaceae\npélvicas\nsuplicy\nbanting\nmartelo\nmartell\nrondinha\nmiúra\nstarry\nwertmüller\nbh9\nestático\nestática\npíteas\norsini\ntpa\nthibault\ncolunga\ndesconfortáveis\ncompetirem\ncover\ntpi\nfatso\nreferenciação\ntríceps\nfendi\naphonopelma\njanelle\ncoloninha\napontadas\nonca\nonce\naquecimento\ndicaprio\npilsbryspira\nabandonará\njantava\ngoodies\nhagoromo\nhemofilia\nproeminência\ncamile\nabandonara\ndelano\ndelany\noclusão\ntentadores\nsavatage\nplebiscito\noutubro\ntopalov\nxinguara\nsolidariza\nbarnett\nebooks\nodéon\ncocktail\ninflamabilidade\npoltava\nimprescindíveis\naguapeí\nacrescentada\ntupla\nsummoning\nimdb\nassinalou\nânodo\nantipatias\nmiéle\ninventiva\ninventivo\nyukiko\ngunderson\npadmé\nourumov\nsaint-nicolas\nrenamo\nméier\nclaramunt\nautomation\nbuchanan\nbuzzworthy\neconomicos\nconsola\nconsole\nconsolo\nencalço\nconsolá\nredesenhada\nredesenhado\nlapão\ninvestir\namplificam\nsomará\njubran\nzambra\nseparadores\ninfringentes\nrestaura\nd'orleães\nveterinário\nveterinária\nwheeler\nvolumes\nsturken\nlouvois\nbotijão\nbenthomangelia\ncaillat\nlászló\ngrafipar\nsummer\nvalhala\ndatilografado\nreabastecimento\nencher\nencheu\nindumento\nenchem\nirrigado\nárea\náres\nemotions\nnamespaces\ndesmorona\ndebut\ndebug\nsnakes\nmdl\nmdm\nmdc\nmdf\nmdp\nesperará\nsílica\nmd9\ninternacionais\nestà\nestá\nuruana\neste\nesta\nestc\nboston\nesto\nesti\nestr\nmakati\nkashan\ntolerância\nsequestrar\nlagnado\nskulls\nlubúsquia\nhilaire\nviolinos\nvikram\ntarte\nperinatal\ntelecinco\nwilkins\nambulatoriais\nmicrossérie\nsotaque\nstroncone\ntorção\ninfluência\noblíquas\ndacrydium\nkenzie\ncoercitiva\ncoercitivo\nministradas\napresente\namósis\ndisfarces\nbarulhento\nmelanoma\nconvençam\nmeghan\npuss\npush\ncrachá\nsefaz\ndroit\nguisa\naprovação\nautoescola\nparafilia\nfosforescentes\ndrogaria\nonagraceae\nalexandrinus\nketchum\nlegitimar\nketchup\nnacionales\naksana\nqueensrÿche\nmassiva\nmassive\nmassivo\np.c.\ncabeleireiro\nmultiprofissional\nbarriguda\nocorrerem\npórticos\nbatis\nbatik\nbatia\nestratosfera\nsalazarismo\nprime\nkeiretsu\nprima\nallman\nprimo\nnitração\ntogolês\nunicelular\ncosplays\nreversa\ndesmaios\ndesmaiou\nexcursiona\nbachar\nweeks\nexibam\natribuir\nrescindido\npiccolomini\navcs\nvirtuoses\nnewswires\nfusos\naretino\nsts-99\npropileno\nwiggins\nincólume\nanti-aéreo\nsasuke\nwikia\nwikis\nmyths\nhoonholtz\nquaterniões\nrolston\narenaria\ncoreldraw\nestrin\nestria\nbesteiras\natmosféricas\ndhalsim\npáginas\nafiliar\nnbc-es\nswallows\nresults\nsilvícolas\nwaldner\npmdb-mg\nfleur\npmdb-mt\npmdb-ms\npachelbel\npadronizando\nrhee\nkapur\nnavios\ncontabilizavam\nfacção\nrelançado\naldobrandini\na_precision\ntenha\nespinosa\nofensividade\nterceiras\ntenho\nweinheim\ndesafiante\nzeus\nregados\nregador\nposado\ngimignano\nincólumes\ngrávidos\nrevelam\nbrooklyn\nextracelulares\nedifícios\nש\nrilian\nequity\ngiants\nts99\ndoá\nnoitadas\ncurtindo\ngelatinosos\nadagio\nbashkir\nsubtrai\nesquecível\npendulum\nnadella\naquisição\nescaravelho\nblok\nrobie\ntortoni\nrobin\nsegmentados\ncolecionam\npirapitinga\namazigh\ndusseldorf\nselecionadas\nfrias\ngram-negativa\nxapanã\ndoi\ndoo\ndom\ncolecionar\ntransversalmente\ndod\naizawa\nerges\nedwards\ndop\nsidonismo\ndot\npossidetis\nmýa\nmosul\ncenters\nparham\nubss\npsilocybe\ndificultado\ndificultada\nfalaschi\ngeringonça\ninequação\namenizadas\nshipley\nplimpton\natuns\npoluído\npoluída\ncusa\ncush\nkrones\npravec\ncinzento\ncinzenta\nvalve\nvalva\nmicrossegundos\norgan\npresilha\nmi-9\nbaskervilles\ngoianiense\nvales-transporte\nsteinkopf\nmachucaram\nestalagem\ndesfilando\ncolorada\nveremos\ncaritativo\ncaritativa\ncafonas\nstatham\nandreotti\nantropologia\narleigh\nkeele\nλόγος\naplicava\nfrustrando\nintro\nbisneto\ncomportadas\nmurakami\nraymond\nbeneplácito\nzaman\npariato\nhaut\nhaug\nsolidez\nesbanjar\nesbanjam\nsoldagem\nyma\nmagazine's\nmente\nsauma\nchristiansborg\nleiteiras\ndengeki\ndarkover\nkoto\nraspadores\nnogueiras\ntectonismo\nwhitehall\npendurar\npenduram\nal-999\ngorgônea\nsub-continente\nhemp\nnaftali\nfacista\nferroada\nstreetpunk\nclado\nclade\ndiesel\ndieser\nulemás\npesos-médios\ntropeçou\ntropeços\nvibrato\nmarie-thérèse\nbagageiro\napostasia\ncatamarca\nbordalo\npaineis\núltimos\npós-corte\nfräulein\nhendersonville\nramalho\nconformaram\ninocentemente\naclamações\nuniam\nuniao\nberryman\nserração\nmisoginia\nlatinoamericano\nlatinoamericana\nbarroselas\npassávamos\nthrice\nsalenko\nsolaris\ncarneirinho\nsolaria\nduplicar\nbirgit\nreassumir\ntrophy\njarrett\ncossoul\npost-hardcore\ncaraway\nsexólogo\nsexóloga\nilustrativos\nco-apresentador\nevigan\nazougue\npastana\npessegueiros\npró-mercado\nparábola\nimprimem\nsalvaram\nfronde\nmanicómio\naoc\npescina\naon\naos\nfusquinha\nthaïs\nuniversität\nsampras\nrevivido\nrevivida\nbarbato\nbarbata\ninvestimento\npolemizar\nloverboy\nkarate\nperueiro\ncaratecas\ncoatzacoalcos\nkaraté\nkaratê\nduvidosos\nwesterwelle\nbaden-durlach\nroadster\nlatindo\npusesse\ntewkesbury\nconfirmava\npoecilosclerida\nrestringiu\nrestringir\nemich\nuniu\ndespoluição\ndancers\nfazendas\nseiyuu\ntrujillo\nlabieno\nnúcleos\naltenburger\nheigl\nabglt\nkarlsruhe\nperils\napreciando\nperilo\nsoundscan\njgcouto\nagraciado\nconcavidade\ndistância\ndispensáveis\nagraciada\nsimplificou\nlanus\ncountdown\nportman\nobitikô\nlust\nnebraska\nacrescendo\nornitológica\nfumantes\nornitológico\ncamurça\ndorchester\nindisponíveis\njudice\nbenzila\nallgeier\npretores\nvampiresca\npayen\nquantum\nencerrem\nagitou\nlembranças\nglobosos\nsuficiente\nbees\nreunisse\npoluindo\nflagraram\ndefensio\nsacral\nincongruentes\nintelectualidade\njeffersonville\nheindel\nfixasse\ndesconstrói\nfofão\nthrowing\nofuscamento\nsongbird\ncarbocloro\nsangrento\neparca\nyorubas\nimpediria\ninterceptados\nacaraú\nossétia\nacaraí\nlesionados\nmedirá\niskcon\ncultuava\npastagens\nduvidar\nduvidas\nautoridade\njoffrey\nataúlfo\ntrato\ntrata\ntrate\nadan\ndestemidos\nsessões\npapagaio\ncujas\nyar'adua\ncáustico\nbutton\ninterrompida\nleitoras\ndesequilíbrio\nmicas\ncetros\ncondignamente\narnês\nwinston\nauto-atendimento\nletizia\nvoltaico\ninterrogados\ncorregedoria\namica\nluini\ndecenal\ntakayuki\njogos-treinos\nseniors\ncrest\noriginaram\nredundâncias\nturbodiesel\núnica\nhabsburg-lothringen\ntomaszów\nkashgar\nmodersohn-becker\nfedor\nphysique\ncrunchyroll\nsoldiers\ntrepadeira\nnecessitariam\ncarentan\nsiberiano\nguarda-corpo\ncolaborará\nentende\nprocessual\ncasarões\nanguillara\naniquilando\nshantou\ncelista\nrodrix\nrodrik\nbecame\ngabeira\nneuve\nprominentes\nsources\natoll\nrafter\nelectricista\nraposa-vermelha\npaleontologia\nfantásticos\ninstinct\nquedou\npolimórficas\nconversarem\nenquetes\nhumanidades\npelezinho\ngotuzzo\nweisman\ncindido\nnacional-am\ngeocêntrico\ngeocêntrica\nbrooke\nmônada\npubchem\n9.999.999.999,99\nalpujarras\nadquirira\nbrandeis\ndestrancar\nbrecar\nkiang\npolicroma\nfetus\nrabanada\nsanguinho\nurolophus\nlinares\nsanremo\nencobrimento\ndespejadas\nperderia\nriesling\ndesbravador\ngavinhas\nbasculantes\nnederlandse\nmaylandia\npraha-východ\nvarreduras\nguthrie\nabdullah\nbordas\nultranacionalistas\nviabilizaram\nángela\nmarquardt\ngrafiteiro\nnomeadas\ncáqui\naeroplane\naeroplano\nempossar\ncomandara\ndesviaram\nsesma\ndize\nleft\namarilla\namarillo\nmontalegre\n9999/99-9999\nanatoliy\nwarhammer\nerro\nerra\nerre\nboomerang\noff-white\nhíbridas\npellets\nestoi\nconfinados\nnoticia\npermissiva\npermissivo\npirotécnicos\nzanon\nmanufacturados\ncornijas\nalmofarizes\nguardian\nhp-ux\ndynamos\nboiada\nbazar\nneolamprologus\ndirigisse\nsemi-eixos\nsalesiano\nan-9\nrancagua\nuechi-ryu\nrenegou\n◊\ndepartamento\ngassânidas\nsabor\ndalva\ncastelfidardo\ncartilagens\npressurização\nc9b\ndador\nc99\njaelson\nnigcomsat\nusarei\npublicadora\nseguravam\nsuavizado\nsuavizada\nobjectos\nkyan\npebble\nramires\npaí\ntuck\nvigário-geral\npap\npat\npau\npav\npaw\npax\npaz\npaa\npab\npac\npad\npae\npaf\npag\npai\npak\npal\npam\npao\ndetém\naplicarem\nramirez\nquinona\nosciladores\nphoenicis\nazevêdo\nglobetrotters\njosé-ma\neucariota\njennette\nroan\nnotificação\neslovaco\neslovaca\nglassheart\nantropocentrismo\nrejeitem\ncifrotextos\nrejeitei\nxt999\nassimilaram\nguildford\ncomendadores\ntrinado\nalcanena\nedificios\nintercidades\nhímera\ndesinências\ncaraíbas\nqianlong\npirajussara\nlleyton\ndelatado\nhonestino\nchaney\ndesaceleração\ngangorra\nfotografando\npintora\ntorturador\ntorturados\njael\ndesembaraço\nrelutou\nelbe\nelba\nlanghe\ngastarem\nageu\nages\nconfiem\nagel\nagee\najudassem\nfriedland\njustíssima\njustíssimo\nfundamentados\nhierático\nvanishing\nautuação\nmarqueses\nhiperglicemia\nfracções\nzylberstajn\nsengoku\nmicroempreendedores\nrussomanno\npagamos\nflagelar\nboça\nubiquinona\nhard-rock\nmergulhão\nnévoas\nconsentimento\nnuys\npetronio\ninvestigatório\ntabuado\ntabuada\nboho\nquds\nradioativo\nradioativa\njúdice\nradicadas\nvaticano\nescolástico\nescolástica\nintensiva\nintensivo\ncartaginesas\nvaticana\nsorrah\nchuchu\nrf99\ncadernetas\ngibiteca\nnahum\nnahua\nvistam\ncinzas\nricos-homens\nreagirá\nconduz\nsórdidas\npatronímico\npatronímica\naustrian\nfinanciaria\ngovernava\ntravessões\nseol\nseon\nautorizando\nblow-up\nconvenci\nconvence\ncinesesc\ncapitã\nbiography\nchaise\nconvencê\nazzano\ncapitu\nsubárea\ncapita\ncapite\ncapito\nnicaraguense\nhighline\nbolívia-brasil\ninfocrim\nmafia\nmoletom\nmoleton\nbordeira\ngiza\nsicilianas\nlecouvreur\nadministration\nsamantha\ngizé\nshirkuh\nscanlon\nleuven\nnastia\nconway\nchronic\nteive\nlunáticos\nzakat\ndespeje\narrecadados\npolaridades\ntransposons\nnasfolhas\nobesas\nerzincan\npelecaniformes\nalagamentos\ndiscriminante\nclarissas\nvanitas\ndigits\ndigita\ndigite\ndigito\nupdike\nempurrados\nprancha\nhabitado\nressecadas\nhabitada\nwhittle\nopf\nconvenção\nfolclóricas\ncomensalismo\nwriting\npotassa\nbisões\ngénova\npentecostais\nconvencionalismos\nescorregou\ndestemor\nmayday\narizona\nasfaltar\nsalustiano\nestranhado\nsacis\nouvintes\neletromagnético\nmonaco\nposner\ngenital\ngiraram\nmelles\nbricolage\nlingeries\npiza\ninterparlamentar\nopc\nocimar\nsopron\ncatch\nsoprou\npolidamente\nsopros\naural\nburguesia\nexpressado\nagirmos\nconstruíu\nendosperma\ncamarada\ndesoxirribose\nquezon\ntrainspotting\nencol\naéreas\nganadaria\nentendera\njigoku\nepipaleolítico\narreios\nkomei\nbolitoglossa\nlouletano\nentenderá\npuxavam\nestipulou\nmelor\nsantee\nsanter\nmelon\nartwork\nfontelo\nfontela\npecorino\nbrochuras\nfriagem\nmaliciosamente\nbotulismo\nspyro\narbitrárias\nendêmicas\npoetisas\njetblue\nplasticidade\ntapirus\nasthenes\nbrigaram\nex-trabalhadores\ṉ\nceticismo\ncharleston\nrosca\nlacônica\nerigiu\npateta\nyukito\nconcorria\naumentaria\nhangzhou\nalterados\ntelecurso\ntranses\nmozzarella\nobséquio\nkowloon\npeaceful\nseppuku\nautomotivos\nencerrariam\nacesos\ncandomblé\nyehoshua\namotinou\nanvers\nconnick\nmagnêncio\ncolorindo\nfaltoso\ndocência\nfrancofonia\njeronimo\nvedder\nbanho\nbanha\ntipton\nestatutários\nbotulínica\nethnologue\nsussurrou\nsussurros\ngüssing\ntsuda\negberto\ncomeçar\npaliativo\nhynek\npaliativa\nhynes\nbraule\ninfesta\nprensado\nprensada\nsportage\nperanzzetta\nlimpopo\nloustau\nclicar\nexplanada\ninterligava\nfv99\ndiploma\nbegliomini\nesag\nmakaay\nvrangs\narsácida\nesaú\nestrume\nkosovo\ndoctors\ndesumanos\nreaves\nglogs\ncartoons\npac-9\natear\ncomutativa\ncontado\nesclera\ncomutativo\neleonor\nmaxilares\ncercear\nequina\ndescobrem\ndepondo\ndesconcentração\nminix\nretentor\nadquirissem\ncaraúbas\neqüino\nmaquiadora\nrhinopithecus\nequações\nandronicus\nmost\nfanhões\ninstalasse\nsiodmak\naterrissou\ngriot\nmalouda\nzuenir\nmoveis\nesôfago\ntemporárias\nwhig\nhabitabilidade\ncelia\ncelio\ninsaturadas\nenghien\ndistribuído\ndistribuída\nrítmico\nrítmica\nmits\nante-sala\nlegibilidade\nnaufrágio\nofaié\nquebravam\nbeqaa\nbiscuit\ncarnívoros\nratificadas\naltiva\naltivo\nwilander\nrevolto\nindustrialização\nescravismo\npractice\nsimplistas\ngalád\nportugual\nser-humano\nbentley\nobservável\nbrasil-japão\ntompkins\nendgame\ngurupá\nanafilaxia\npistilos\nafraid\ngurupi\npavlik\nvivíamos\nobscurecendo\ntendinite\nmicheletti\nsofrendo\ngleeson\nghetto\nagruparam\nmartinico\nbbn\nbbm\nbbi\nbbc\nbbb\nbba\nbbv\nbbt\nbbq\nnavegue\nbb9\nsebastien\nálamo\ntencionava\nrocker\naparecimentos\nrocket\ninundaram\nswarm\nolacaceae\nsufocar\nafetadas\nsub-família\ngerenciadas\nbrehme\nmarmorata\nescurecem\nherberger\nairsoft\naproximações\n99,999\nfeirões\nboyband\ncingaleses\nserralheiro\nsnitsky\nentrevistadas\nuísque\nbrainwashed\npromovemos\nantídotos\nbattisti\nbattista\nmexer\nmexeu\nmexem\nsecundariamente\ntemesse\nwang\nwand\nwudang\ncoriáceas\nwant\narminianismo\nsolidarizaram\npt-ce\nlápide\nnecessário\nnecessária\nbeterraba\ncálices\nvarukers\nchiari\nchiaro\nchiara\nnanopartículas\nanti-aéreas\nreferendados\ncitröen\ncinematic\nbrasilidade\ngaitista\nalusivas\nkurlat\npermanecerem\nrespetivos\nkastel\npastores\nspis\nspip\nspit\nspix\nspin\nlinguagem\ncromossômicas\nogni\nmirosław\nacertam\nfeiúra\narrefece\ndst-aids\nmuckers\nrespectivas\npraseodímio\nbrigão\nfilóstrato\nmarrom-claro\npolegar\nazymuth\nromandia\ncenteio\nbarrymore\nrelacionais\nhoras-aula\ncontroladas\nhawkes\nmaltese\npuppy\nöstergötland\npré-fabricadas\nchilds\nbelsazar\nchilde\nbúfalos\ncatelyn\nhegemonia\nuzès\njalapão\nengradado\ninflui\nindissolubilidade\nserpentes\nraspados\nscoobies\napostas\napostar\napostam\njocosamente\nprofessora\nprofessors\ncartilagem\noverlord\njohnscher\ngrethe\npaetês\nepífita\nespacialmente\nobedecendo\nexpandidos\nunilateralmente\ncarreguei\nbradies\nserkis\nestabelecidas\ncamionagem\npré-nupcial\nkartli\nronco\ntranse\ntechnology\nnormatizada\ntransa\nrupestre\ntsuyoshi\ncontemplam\nmaeda\nla-salette\ncontemplar\ncadeia\namebíase\nmandolin\naraçariguama\nexaltados\nbeor\nfarmacológicas\nridículo\nheidegger\nfrancois\nmaltratado\nmaltratada\nredefinindo\ndirty\ndonadoni\narteta\nandaluzes\nleda\nc-fv\nombo\npedacinho\nadusp\nfrançaise\npirate\nfipe\nrecheie\nrecheio\nfips\nmulti-player\ntrasladados\ndepara\nsuspeitava\nbonder\nbondes\nimperfeição\nministries\nadrielly\nnoguera\ntulane\ntrairia\nnoutros\ndurrani\nzeya\nindividualizada\nernie\nmultiplataforma\nmönchengladbach\nalternas\ntrevisani\nlivenza\ncanção\nintemporal\nestéticas\nfraterna\narrefeceu\nfraterno\ncarles\npleiteia\nporcentagem\ncalírroe\nqueijos\ncansei\nmodelismo\ncabeças\nrelaxados\ncaracterizando\nspotless\ntenedos\nremovidas\nrefletiam\npicarelli\nahern\ntisci\nmarmelada\nascensores\nperobas\ngentilezas\ngeffrard\ninta\ninto\ninti\nbion\ngoianense\nbios\nbiot\nbioy\ndetalhar\ndetalham\nequilátero\ngranada\ngranado\nsávio\ngerais\nf-type\nould\noulu\nhuancavelica\ntahoe\nreinmuth\nbíblias\ncamaleão-bot\ndesaprovou\nal-masudi\nestratégica\nesplenomegalia\nzeist\nzeiss\nwitness\ndepuradores\ndanoninho\namplas\nsenshi\nespessante\nvickers\ndeterminariam\nlúcifer\n#cccccc\nestereótipos\neqüestre\nautentico\nheterónimo\ngeuvânio\ncoçar\nphilosophy\nengrossando\nempenhadas\nfundamentalistas\nflintstone\nsiríacas\nabyssinica\nmina-s\ndiabetes\ndegradam\ndusan\ndegradar\ncabanos\nrodagem\ngambling\nzuber\nzuben\ncartonera\nlarix\ndesolation\ncaledónia\naith\naita\nemboscaram\nclaudina\nrocas\nronson\nakamatsu\nreavaliados\naranhas\nl'occitane\nּ\nvirgilio\nefervescente\npenetrado\n-bad\nmadsen\nvariarem\nneighbours\navinhão\nvillepin\ndeformidade\nhewlett\npetry\nlesse\ncomplacência\npetro\npetri\nindo-ariano\nindo-ariana\npetre\npetra\nenfileirados\nypiranga\ncapricorni\nbrno-venkov\nbiópsias\npulitzer\nmagee\nmages\ninaugurado\nflavorizantes\nindiscrição\nhtmlbuilder\ndaniel\narsinoe\nmaniac\npaulicianos\nmanias\nh9n9\nanahí\ndrancy\nanahy\ntifóide\nthunderbolts\nvístula\naparentando\nbiopsicossocial\ndeparamos\ncrniće\nródope\nemporium\ninteligência\nchelmsford\ntraumas\ndisperis\nmaterialidade\nhumble\nfunafuti\naparência\ndenton\nalgazarra\ncarnahan\nmeteorologia\nsiegfried\nargonauta\ndiaptomidae\nmazen\nimpulsionar\ntebigong\nadormecidas\nimpulsionam\nsadie\nsadio\nsadiq\ngartner\nmoab\nrequisição\ntrotta\ntrenchard\nphyllis\nadutora\nrourea\ntesi\ntese\ntest\ntecnopop\ndetox\ngobbi\nvarandins\ndespercebidos\nmicrantha\nexaustão\narte-educação\narameus\nmamertina\nadjuntas\nreger\nreges\nregeu\nregem\nregen\nyamashiro\ndesembaraçado\nanarco-comunista\nguterre\ndalmas\nperiódica\nnietzche\ndeconstruction\nanquialo\nnothobranchius\nzarzuelas\ntorcicolo\ntablets\nestavamos\nzenone\nmochileiro\nnorad\nnorah\nnoras\npanicoideae\ntecia\nporta-voz\nexcelsior\nrestauradora\ncolinas\ndispensá\nplantéis\nqueixaram\nwrigley\nburocracia\nsacudindo\nparla\nfascinou\nprecária\nprecário\nlapões\nmiraglia\ncriado-mudo\nsemideus\namina\ncondenações\nspungen\ngedimar\nfrazier\nurubu-rei\nafogam\nadra\ncristologia\nmetotrexato\nretirada\nretirado\nbelém\ncomentarios\nwurtzel\ntragedies\noltênia\nfuncionava\ncaciquismo\nmessines\ndivisionária\nleccionou\npoor\nherdaria\npooh\npool\nadaptável\naudácia\napta\nstrigoi\nbunraku\nexcedente\nost\nalena\nmalanje\nlully\noder-neisse\npolítico-administrativo\ntráfego\ntreron\npolemicamente\noceanográficos\ncolateral\nday-lewis\npetaluma\nvoor\nvoom\ntranscrevo\ntranscreve\naterrorizado\naterrorizada\nbeorhtric\ncanyons\ncommodore\nescravocrata\nilhas\ntakeru\npousava\nvivekananda\ndonelson\nmemorização\nd'agua\nautomáticas\nphobia\npilha\nbréa\nenglund\npessimistas\nprolina\naceleraram\nespalhasse\nagregando\nabjeto\nabjeta\nfogerty\nadmiradores\nvoyage\ndesmedida\nbürstadt\nanti-séptico\nmárvio\nleya\nleys\nenrole\nevidentes\nreinterpretar\nime-usp\noporto\nermo\nerma\nsalgueiros\nchanchadas\nflechas\nbr999\ntobey\nd'urso\nadwares\nsingeverga\nreverenciavam\nfears\napplication\nviscondessa\nbeneficio\naxelrod\nquerelas\nrenoir\nconfundida\ngargioni\ngastrônomo\ncuneo\nhirsutismo\nincapazes\nincremental\nriograndenser\nriograndenses\ngeopolíticos\nbocha\nscoop\nscoot\nbochs\nteísmo\nvocabulários\ncleômbroto\nkrakowski\npappus\nsarbanes-oxley\njumentos\nassento\nassenta\nassente\nbarrozo\nabóbadas\npanteísta\nlittlefield\nglaoui\npitiríase\nagordino\nsambão\ninquirido\nludgate\nreaproveitado\nincrustações\nversar\nversao\nversam\nafrouxar\nlástima\ntramonti\ntipificado\ntipificada\nmogilev\nquilometragem\ncearenses\nsofia\nsofie\nxilogravuras\nroth\nroto\nrota\nantipróton\nchrzanów\nandricus\ncarolyn\nnuxia\ncuevas\nelata\nmarketplace\nbacanas\nkatzenelnbogen\nbacanal\ngratchev\nghesquière\nmiraculosa\nmiraculoso\ncômodas\nzaza\ncavaliere\ncavalieri\nharpacticoida\ncaçadores-coletores\nsedum\nseduc\nseduz\nnarayan\nmovies\naproveitava\nrepostos\nfellay\nunhão\nideográfica\nglazer\nfreecell\nlangue\ngelder\nacostumadas\noliwa\ntest-driver\nu.s.\nagro\nagri\nagra\ncomunicación\ngandolfini\nufologia\norganofosforados\nesquadra\norganizadores\nesquadro\ndevito\npretê\npreta\nprete\npreti\nesverdeada\npreto\nsintático\ndepravados\nsintática\nescritas\nwolf-rayet\narrisca\nugly\ndeletadas\nisodon\nexcêntrica\ncori-sabbá\npusillus\nibict\ntiglate-pileser\nchoque\nmarvada\nnude\nnuda\nsaquarema\nliesel\nandando\narquieparquia\nseduzido\nseduzida\nnezumi\nhandicap\nclenbuterol\ncn99\nmomchil\nsustentável\ndegrassi\nparametros\nplatônicos\nmarzullo\ncarrión\nzte\nmealha\nmortis\ninglêsa\nkhachaturian\npirotécnico\ncondais\nbrescia\nfilologia\nevgeny\nfatalities\npolice\npolicy\nileana\npermeados\ntrombos\nsamadhi\nbruscos\npiroclastos\ndojô\najam\nnogais\nfirst\nsansa\nspeaking\nkirkpatrick\nrousey\ncomunista\nmerecedor\nsigma\notherwise\nnakata\ndedilhados\nа\nfrontin\nxiquexique\ncompartimentação\npantógrafo\nnestlé\njosivaldo\ntoul\ntour\ntous\ntout\ntbf\ninviabilizaria\nintercepção\nfundavam\nkages\nsalpicadas\nnoticiosos\nvives\nviver\nz99\ngurgaon\nviajante\nexaminá\n-hidroxi\nexamine\nexamina\nnovartis\nriscas\ndesapropriando\nganhadoras\nbolette\nrefinamentos\nsobrevalorização\ngp\npiabetá\nretton\ngy\ngf\nouttakes\ngb\nga\nfreeney\nomitindo\nsranan\nvasectomia\nvladislav\ngeorgino\ngeorgina\nintensivas\neramos\ncivile\nfirm\ncorresponderam\nobtiver\nindeterminados\ncortaria\npalha\nborge\nevaluation\nborgo\ncalder\ncaldeu\nregeram\ntow\ntom\nhotelaria\ncondicionada\ncondicionado\nvimentina\ngaiteiros\nchoca\nchoco\nreclassificadas\ngamla\nchocó\npyrame\nlimone\nemitem\ncastelbranco\nbs9\ngodric\nestresses\npsicopatologia\nsignor\nsignos\ntrancos\nhikaru\nhikari\nsemolina\nrecompensadas\nquéchua\npaíses\nbsh\nfagan\nengrossa\nmoços\nmanipuláveis\nswenson\nhabilidoso\nhabilidosa\nrossum\ncinzel\nliterary\nmetalofone\ncristalizada\nanões\ncarman\noperação\naedificatoria\nmassacradas\nwaikiki\ncolatrello\npesque-pague\nexcrescências\nchocaram\ncigano\naguaceiro\nnavegação\nárabes-palestinos\nrelâmpago\nmontavam\ncontávamos\ndesarranjo\nfurdunço\ndoentia\ndoentio\nbabcock\nplympton\nmetadados\nsaca\nsaco\nsaci\nsack\ndobrev\nexcitabilidade\nprogrammable\nstenogyne\nratcliff\nvenerava\ninapa\ntestado\nprisoner\ncomeçarão\ninstitucionalista\nroslin\ntime-base\nmovimentada\nmovimentado\nervilhas\nchamon\nchamou\nautópsias\nfantasia\nenforcamento\ndeparei\nstores\ncastelões\ninalcançável\nmonnaie\ndescredenciada\ndescredenciado\nfarmacêutica\ncendrars\nbumbódromo\npalpação\nfisiográfica\ncoors\nmarzipã\nxeique\nhexen\ncoreografou\ncolóides\neunápolis\nrastatt\nbénard\napoiem\nfettuccine\njogatina\nsuécia\ndressed\ndresses\ndresser\ntrenton\nfilmados\nprestigiosa\nencaram\ndesmobilizada\nbrigas\nbrigar\nbrigam\nbeck\nbeco\nbeca\ntaxímetro\npéssimos\ndesatento\nludovice\nbretagne\nbenevenuto\nayupe\nchiodos\noahu\nintentar\nsobrecarregados\npré-reservas\npasi\nlobo-guará\ncimbres\nestrogênios\nmother\nrancid\nlateral-esquerdo\napodidae\nsorbo\nangers\ncardeal-patriarca\ngavetas\ncaracteristicamente\nmatriarcado\nmassacre\ndescontados\nan-99\npictogramas\nanteceder\nantecedeu\nn\nrutgers\nantecedem\npeaks\nschiller\ncidadãos\nbautzen\npeake\nmormonismo\nluftflotte\nsnowman\nunisys\nedmilson\nvendagem\nrecuavam\ntelegráficas\nseparei\nseparem\nreanimou\ndisponha\nkherson\nlachapelle\ngranjearam\ndoom\ntestei\nmatchbox\ncaptores\ngalante\ndesabitado\nkama\nkami\nkamo\nkamp\nlavadores\nmakarova\njaguaré\nburaquinho\neaves\ncoruchéu\nfourth\njaguara\njaguari\nconvalescer\ndelega\npalatinos\nrollin\nascendem\ndescaracterizada\nhipotético\nhipotética\nlegge\nhanko\nhanke\nhanks\naproximem\nterças-feiras\nkanniyakumari\ndetonou\napanhava\ngênero\ngdansk\ntfsi\nvalais\nmen's\nja'far\nkazuhiko\ncinéma\naerodrome\nlevadas\ntko\nbraugher\nvegetativas\nwoolf\ngatíssimo\nsidrolândia\nmonarda\névariste\nailerons\nsq9\nturkey\ncefálica\ncefálico\nvínculos\njustify\nhumilhá\nfechaduras\npurdue\nindividualidade\nsql\nlindstrom\npersiste\nsilveiros\ninciso\ncoréias\nalmejada\nalmejado\nradioisótopo\nnaturalizar\nébalo\nedgeworth\ninspecionou\nbalizar\npastoriza\nfolhainvest\nblackstreet\nmarginalmente\nospedale\ncontexto\nfulminado\nmatanza\nclifford\niniciar\ninicias\ninicial\niniciam\nclécio\nleninistas\ndorme\ndormi\neverest\nokami\ncusteadas\nfiscalizador\nsoccer\nrn-999\npawnee\nnature's\natonal\napostaram\nigualaram\ntelltale\nbrúcteros\ndecatlo\npatinação\ndistributivo\ndistributiva\ncefet-mg\nstork\nstorm\nstora\nstore\ndfd\ndetinha\nmico-leões\nvertiginosamente\nencabeçadas\ndealers\nmosport\nbrendan\ntransexuais\ndeixava\nbodyboard\nleucotrieno\nalegria\ntahar\nbrubeck\ndoria\nanglo-luso\npater\npatel\ntécnica\npiegas\ntécnico\nacnes\nclemence\ngarcilaso\nabecassis\najuizar\ncampagne\ncampagna\nrotatórias\ndogue\nixc\nconacher\nsupersimetria\nfinchley\nefetivadas\nrochdale\nhistoriografia\nreportar\ndragnet\nreportam\ntrabalhada\nthelonious\nmumificados\ndisclaimer\nmalick\nhelenística\nreunion\nhelenístico\ncorrimões\nfornecerem\npelópidas\ncelabrado\nreaproveitados\nnaufragam\ncorredoras\npcch\npccs\nnicaraguenses\ntampouco\nwarhawk\nexistiam\nambition\nedit\nedir\nedis\nedil\nedin\nedie\nprozac\ninspirasse\nmanzano\njetta\nchupetas\nenroscou\nráquis\nselado\nselada\nputas\npensam\nmalicioso\npensas\npensar\nmaliciosa\nulugh\nartigas\ndelegando\nviotti\ndivindade\nregencial\nkarzai\njotta\ntrademark\nnaples\nqueroneia\nculminou\nflorestação\nacústicas\nmedicinal\nkonstantinos\nprontas\nex-aliado\ninterrogou\npseudocódigo\nmontcalm\nex-vocalista\namório\nanularia\ndehaene\nalternativos\nhipermoderna\nzayyan\nsaosin\nxyloto\nhuitzilopochtli\nunimontes\nfigg\nfigo\nmilles\nmiller\nvice-presidência\nmillet\nmillen\nestocadas\nsazonalmente\nvenenosos\nsexual\nsigilo\npolifônicas\nforrageiras\ncumeeiras\nmotociclístico\ntarcisio\nlucilene\nrumour\narqa\nbowls\npiedosa\npiedoso\nluso-espanholas\nexaustas\ngoldbach\nandinas\nenduro\nseparava\nnanociência\ntheme\ncornélio\nthema\ncornélia\nsuscita\nprahlada\npeltier\nrebelaram\nronronar\nalertar\nalertas\nalertam\nmistificação\ndeclamar\nmcafee\nal-abbas\nhelde\nthyago\nlinne\ntagliamento\ntafilalt\ngram-positiva\nlinné\ngeleia\nforsaken\ncontatados\njurubatiba\narquivistas\nmyung\nbizz\nsolms-laubach\nprolongou\nintendência\nrazoavelmente\nsiquém\nmuitíssimos\ntargit\npronunciavam\nmonotípica\nmonotípico\nperturbador\nrildo\nkumar\nnicaragüense\nentretidos\ndesgarradas\ncélestin\nsorrisão\nrecolheram\npentagrama\nufba\nallain\nallais\nsjögren\nnagumo\nlumberjack\nouvia\ncrateras\nversicolor\nmorrera\nshinsuke\nexercitava\nfilosofal\ndreamland\nhaute\nhellboy\nguariba\nfiltradas\nbovino\nbovina\nbovine\nmaksoud\npossibilite\npossibilita\nconvenientemente\ncaminhasse\nvoto\nvote\nvota\nwayra\nacionados\ndrenados\npadding\nnewberry\nconnections\ncompostos\ntransdução\nvotá\neste-oeste\nlezama\nperversões\nosella\nandorinhões\nartesiano\napodera\nmaggior\nescalações\nexpression\niniciava\nteddy\nconyers\nmassaranduba\nbroz\nbrot\nbros\nbrom\nbron\nbrod\nbroa\nmikail\ncapromyidae\nescóssia\ninexploradas\naias\njeanneret\njuárez\ncamaleoa\nprecarização\ncorrespondências\ncristino\ngilmore\ncristine\ncristina\nmáis\nalcalose\ncareqa\nregistrador\nmammals\nland\nwafer\nbrumário\nindiscretos\nproer\nproeb\nmayana\nilusórios\nfacultativas\nvunesp\nghana\nconvectivos\nbalmain\namaciar\nfotovoltaica\nfotovoltaico\nex-conselheiro\nsouberem\nciática\ntoretto\nciático\nesfriaram\nislamismo\nglutinoso\nstation\ntapestry\nindomada\npinter\npintei\nsobrinhos\ntransmitirão\ngt-one\nmallorca\nluts\nroubam\nbonham\nmegido\nimmediate\nyang\nelbląg\nschiavo\nelegera\ncrocodilianos\nnarcolepsia\nnoticiou\ngratis\ngratia\nvintismo\npitadas\ncrime\ndulli\nmurnau\nsambo\ncompulsões\ncarpio\nhuffington\nriker\ntucanaram\noxumaré\noxumarê\npalestinos\ninteragem\ncanoas\nlauriete\noxumare\nsimbolistas\nchamando\nairton\nplumagens\nemulados\nsavan\nprensa\njewish\nimitados\ncoxinha\nyaquis\ncapacitada\ncapacitado\ntravou\narmeekorps\ncoletou\ninsuficientes\nentregariam\nnesopupa\nnão-escrita\njinnah\nmegapodagrionidae\nostmark\nafegã\nepigráficos\nmalenchenko\ntableau\ncristal\n⇐\ncristas\nheifetz\nmantinham\ncartilha\nunamuno\nmachismo\nambroise\nvaqueiros\navé-lallemant\npersuadido\npersuadida\ntrio-elétrico\nfxs\nfxo\ncharrete\noposicionistas\nborde\nreveladora\nagudos\nmuti\nmuto\ndeivid\nbayliss\npartisan\ndragpa\nmeio-soprano\nsistar\nmaus\nlaser\nmaud\nmaul\nromance\nmauá\nluciferase\ngalliani\nrelicário\ncowper\nbetâmio\nintrodutória\nménage\nintrodutório\nlanning\nrosmer\nperseverou\ncorvidae\nfootprints\nadoradas\ndiss\nsólido\nsólida\nberwick-upon-tweed\nlajeados\ncontratará\nitaim-bibi\nfournier\nemeritus\nchavín\nsocorreu\nklotz\nobjeto\nsinérgica\nhi-9\naizoaceae\nprimogénitos\najustem\nkusarigama\najustes\nsmith's\nofendido\nlaminares\nspectreman\npulsações\nenfrento\nenfrente\nenfrenta\nivonete\nhonolulu\nsabato\nmorineau\nsabata\ntiquinho\ninstitucionalizadas\nd'evercy\nseljúcida\nherético\nherética\nradiações\nnaufragaram\nférias\njogados\njogador\nrocche\nal-maliki\nhakusensha\nproclamou\npiquerobi\nyaoi\nabasteciam\nreichstag\ngradação\nspread\nespecífica\nespecífico\nrondon\nrondou\nconversões\ncanonizados\nfortuna\nultra-secreta\nchu\nwwe\nácido\nácida\nnamoros\neumir\ncelebrava\nmorretes\ngunder\ncamaleão\náustria-este\nzona\nzong\nzone\nzond\nzoni\nportelense\nlóculos\nresultarão\npierre-louis\nwatford\ntest-drive\ntudo\ninstituição\ntirolês\ntrollope\ntecelagem\nflaminio\ngrimberg\nrecap\nestudados\ntime-life\npedaleiras\ngéricault\nsemyon\nsilene\nsileno\ngaruva\naustrini\nbope\nbopp\nbochco\nlondonderry\nhalych\nchiyo\nsynapse\nseldon\npeixe-espada\nים\ngeodésicas\ndaddy\nchristiansen\nalta-tecnologia\ncarmilla\nhesíodo\npotável\nsweetwater\ncafeicultura\ntemiam\nexímio\nincra\naterrorizaram\noptar\naterrissa\ndesdobrar\npsiquê\ndescrente\nmelhoria\nalegre-rs\ncafés\npsique\ncartógrafos\nlávico\ngilardino\nexcretados\nesquiava\nvers\nvert\nvery\nvera\nvere\nvero\ntricloreto\nbernense\nreimpressos\nverá\ntaxonómicas\nlitros\nproduza\nproduzi\nsuprarrenal\neconométrica\nproduzí\nokb-9\nembalando\ncosteleta\nabsorbância\ndesfere\npost-grunge\nespeculativa\nlawler\nhelênio\nrapazes\nmaruja\nadministre\nadministra\ndoutorou\nex-miss\nheterocíclico\nprogressos\nbeneficiado\nadministrá\nbeneficiada\nangelopoulos\nbonheur\nlocutores\navibras\ndetenções\nmarciana\nnúbios\nmccallister\nhoquei\ndançarinos\ntrapézios\nlikes\nintegrável\nmauregato\nunijuí\nchisum\nleira\nleiro\nredirecionada\nmcewan\npropomos\npropiciaram\ntheology\nchecado\nhavia\nvitorianos\ncúrcio\nnoordwijk\nsiqueiros\nfanfare\nacetil-coa\nintegraria\nhemorrágicas\nhaneke\nplancius\nchaminé\norientale\nshakira\nincompetente\nevas\nevan\ncouros\nsclafani\ncatarata\nebeling\nconfiado\nconfiada\nex-corinthians\nempregarem\ncarrington\nagonizantes\nraissa\nnebulosa\nnebuloso\neulina\nалександр\nclaire\nsandé\nfolhinhas\nsepultando\nsande\nsanda\nsandi\nnervuras\nsandy\nelizeu\ncándido\ncousin\nattack\ndyna\nkoellreutter\ncenozóico\ncenozóica\ndistinguished\ncabecinha\nscabra\neject\ntrombocitopenia\n-hidroxifenil\npoliamor\nstability\nplaces\nipni\nåmål\ncaducifólias\npredestinação\ncalhoun\nmarsha\nhorrible\nsmolensk\netnocêntrica\naracnoide\npdca\ntartaruga-de-pente\nentrelaçada\nentrelaçado\nvestibulinho\nbanpará\nnefastos\nforenses\nleiloados\npenapolense\ninaugurações\nhugos\nyuen\nsugeridos\npusan\npromissores\ncarlista\nnorte-americanos\nrampal\ncontrapostas\naparado\ncarnavalescos\na-team\nupn\nupi\nupf\nupg\nupe\nupa\nupu\nups\npandev\npandey\noviedistas\nelimia\nquartzito\nvitarella\nesdras\nrights\netnólogo\ntrogir\nfaccioli\nprefaciou\nji-paraná\npartisans\ndesprender\nsobremaneira\npaiaguás\nembarcariam\nmccarthy\nsnyders\npreferirem\nmajella\nmube\nlancie\nlancia\ncarbônica\ncarbônico\nmogami\nacne\nvermelhão\ndelgados\ncapitalistas\nagrigento\nsimbolizando\nacabem\negito\nentre-eixos\nmangais\nbosquímanos\nmineiras\ntocariam\npungentes\nháfsida\nluneta\ncriativas\nmime\n⁄\nd'amour\nnitreto\npavimentadas\nvirtuosismo\nincitação\ncênicas\nlocalizaria\nacrílicas\npublicas\npublicam\ndaquela\nmultimarca\npanaceia\nreader's\nrubicon\napagasse\nmesoderma\nmesoderme\nimbert\npantanal\nabaixou\ntransportation\nengole\nlibertárias\ncalais\nfeitiços\nuzyna\nscipione\nexilar\nenfermaria\nbakufu\nsundae\nsunday\nplasmatics\nmilfontes\nrecovery\nalquímicos\naghajari\ngypsy\narmavam\nvinyl\nlamparina\nfluxo\nrevolucionando\nafer\nniemöller\nmarrakech\nbirmânia\nrioja\nestória\nmd-99\nvenezuelano\nvenezuelana\nphrynobatrachus\notus\ncrefisul\nzootecnista\nvanderley\nvanderlei\nranqueada\nchecks\nhärjedalen\ntaquicardia\nisomorfismo\nprivando\nflanqueando\nw99\naguardadas\nazambuja\nmoxotó\nlípa\nacompanhei\nacompanhem\ntabriz\nneuronal\ncalábria\nmontaldo\ncliques\nintermediadas\nskagit\nistria\nmódena\ntratadas\nprodutividades\npascua\nanglófonos\ntranscontinental\ntravaram\neremita\ncardiorrespiratória\nffff\nexcia\nguaíba\nbeacon\nagathe\nagatha\nmadripoor\nmegye\ncarioteca\nkircher\nimpressão\npistões\ncrocco\napócrinas\nfloríferas\nhuasteca\njoffily\nbsgi\ngenéticamente\ndinamarques\nsalish\ntemendo\ndaxter\nkanpur\nborchert\nconheceu\nconhecer\nconhecem\ncepo\ncepa\ncepe\nlerna\nmortos-vivos\nhillside\ntempesta\ncentro-americanos\ncinearte\npiemontês\ncarapicuíba\nopensuse\nritualística\nritualístico\nmaratonas\ncmind\nguantanamo\nadimplentes\nranaldo\npresentearam\nranaldi\nrelutância\nmuaná\nhibisco\nsociétés\ntriciclos\nsambas-enredo\narcadas\nzodiacal\nbagdalis\nconsultava\nmadeiramento\nborneensis\ngaroupas\nhahahahaha\nmicronutrientes\nqueretaro\ncanthocamptidae\ninclua\ninclui\nincluo\ndrásticamente\niteradores\nexcreta\nincluí\nfrigoríficos\ncabrela\nelásticas\nlivejournal\ngabando\nbronzeadas\nadmitiram\nluoyang\ncanceladas\ntorné\nmascaramento\npreocupava\nanéis\nsinto\nsinta\nluciano\nreconsiderar\nzoar\npygmaeus\nsommerfeld\nolhar\nreceipts\naparelhagem\nmatrimônios\nmesquinhos\nwaltons\nexploraram\nshampoo\nfantastico\nbulha\nestilosas\nsexies\nsancerre\nacorrentados\norientou\nmd99\nrelaxou\narmênios\ntensorial\nregnault\napavorar\npõem\nrjtv\nmahatma\nmosqueiro\nsolvência\nflea\nbohemian\nilegalista\ntorgau\nultrapassava\nmaghreb\nhalifax\nblackstone\nperiguete\nlangham\nrelatem\nrepugna\nespreme\ntihany\nlupasco\ntaekwondo\ndesacoplamento\nimpermeabilidade\nmephisto\nschengen\npinatubo\nmoretzsohn\nwalvis\nי\nlegado\netileno\ncartilaginosos\nachilla\ndisney\ngenerals\ngenerale\ndesocupar\napresentações\nhauçás\nreding\ncôrte-real\ndengo\nrepreendê\ncitava\npowerbook\norfismo\nderrubando\ndeixadas\ncomaneci\nbridgit\nkoskov\nhipnos\nvisionary\nfigurava\ncostantino\nroque-roque\nalegrense\ncomprometessem\nbascas\nreagrupadas\nextensivas\naraya\nurânio-999\nfracassaram\nlessem\nlesser\ntavernas\nalimentos\ndecolagem\nfrentes\nicó\ntribus\nsimino\nmostradores\nprojetista\nich\nicl\nicc\nicb\nica\nicf\nice\nicd\nicy\nics\nicr\nicq\nicv\nicu\nict\nic9\nagressão\nmasayuki\nnão-vazios\ndeslizando\ndantes\nválvula\nlv99\ndesce\ndesci\nlicenciou\ncentúria\npascoaes\nskyfall\namro\namrj\nsaravá\narbítrio\nivete\ndedicadas\nguirlandas\npaxton\nmorals\nmorale\nautobot\nsocal\nlávicas\njantou\nsinólogo\nquoll\nbaías\npolinizadores\nempacotamento\nnima\nmeridian\npromovê\nvice-legado\nrecusaria\ndescalabro\nanticomunismo\nnaum\norodes\npromove\nconciliadora\napodrecem\nrodasse\nsupervisionava\nnonô\ncontribuiria\njakarta\nperco\nperca\npercy\nmímese\nincógnita\ngeovani\ngeovane\nilves\ndevidas\nareopagita\ncorda\nseguimentos\npashtuns\npétrea\nteledifusão\nnazi-fascista\nlimitou\nmillingtonia\ntranscurso\nmarriot\nogros\nensejou\nalbán\nconsideramos\nbeccaria\nconstate\nconstata\ncommunication\nescaleres\nstrictly\nmeia-pensão\nprecisamos\ngetica\nbispos\nsaidenberg\ndespachados\nzexion\nbandera\ngunn\ngunz\nhyūga\nguns\nculloden\nkoniecpolski\nbarbaros\nenquadradas\nlélex\ncoloração\nperiódico\nbitonto\nboutsen\nmudéjares\ndespedidos\nmussavi\ndogado\narde\nmontezemolo\nconsolidadas\ndavydenko\nspeechless\ndonatela\nschmall\nadicionavam\nchecheno\nchechena\nflip-flop\ncineclubes\nsustentou\ntropicalistas\natores\nespancou\nnobis\nsingela\nobjectivo\nherford\npronunciaram\nversor\nbuxton\ndenunciando\nmandrágora\ntogashi\ntruncados\nsubmandibular\nparticipando\npronunciava\nfigueres\nbatalha\npapio\npapin\npapis\npredileta\nreintegrada\nsolarengas\nmetrónomo\nimagética\nassociated\nimagético\nassociates\nprevalentes\nextra-terrestrial\nnovaes\nbaruch\nindustrializados\nvestiu\nvestir\nsaiba\ndrinking\naposentará\njesuita\ncoreografadas\ndeuterocanônicos\ncozy\ncozo\npré-islâmico\nbelmonte\nbelmonts\ndroopy\njuntei\ndegradantes\nsomething\nclassificativa\nsummers\nmóbiles\npomba\npombo\nfaroleiro\npadronizar\nconveniado\nconveniada\nnf9\npalestras\nnfc\nnfm\nnfl\nnfs\nrecriou\ntorradinhas\nbering\nviçoso\nviçosa\npropiciatório\nagility\ncarmarthen\nconcretas\ndesvirtuada\ndesvirtuado\nh9so9\nusulután\ntelespectadoras\npuxei\npressionadas\nhelios\nralston\nfocará\nbelos\naguçadoura\nassombração\nfujisawa\ntotonicapán\nquintella\npedregulhos\ncefaleias\nintercity\ndireccionados\natribulações\nfalda\nrias\nsaudosos\nriam\nechigo\ncanalizando\ntroup\ntrout\nmccarty\ndivergências\nfairport\nqf999\nheide\npapandreou\npostúmio\nminotauro\nlgbt\ndialetais\nkilda\nexilando\ndominós\ntormé\nsubjetivamente\nmuawiya\nmilhar\nskidmore\nacompanhassem\ntributadas\nelkhorn\nvernacular\nmormyridae\nesmeraldas\nkristensen\npomposamente\nbuffay\nincrições\ncompetiçao\nkataklysm\ncativando\nantioxidantes\npenafiel\nposidônio\nreduzissem\npokémons\nneerlandês\njéssika\nziraldo\ndesempenharem\nguang\nsalvou\ndemótico\nbadan\nhondo\nhonda\nlactarius\nletristas\nchulalongkorn\ndesfiliado\nsombrero\npeople's\nkeisha\nyogurt\ndebi\ndebt\ndebs\nplanner\nfrigidez\nplanned\nramadão\nlocalizadas\nantepassados\ncominges\ndescriminalizar\nshakhtar\ndesertando\nsubantárticas\nrepresentará\nconcorrencial\nenaltece\nmantell\ndetestou\nidentitária\nentretanto\nopióides\nfacility\njucutuquara\nfacilite\nfacilita\nthalberg\ndemonstre\ndebênture\nzapata\nvice-governador\ndemonstrá\nexcursionado\npermaneça\nsaint-louis\nsz99\necléticos\nesfregando\ns²\nsª\nonopko\ntorceram\nendemismos\nsó\nsô\nsê\nsì\nsã\nsá\nså\ns9\npoetinha\ndesenvolveriam\nsz\nsy\nss\nsr\nsq\nfraseologia\nsu\nst\nsk\nsj\nsi\nsh\nsn\nsm\nsl\nsc\nsb\nsa\nsg\nsd\nsylvan\ndoll\nasesinas\nnalbert\nsexologia\nsupôs\nwhittier\nfreyung-grafenau\ncasseta\ncassete\nfmv\nfmt\nfmu\nfms\nfmm\nfmj\nfmi\nfmf\nfmd\nfma\nwiesner\ndistintas\n99-9\nzuma\nfusões\ngentianaceae\nwinters\nlauper\ndisponibilidade\njuízos\ncurica\ninterpretará\nteleri\ntelerj\nmaná\nmané\nisabel\ncuricó\nwechsler\nmans\nmanu\nmanx\nmany\nmanz\nmane\nmang\nmani\nmano\nolfatório\ncoker\nsanguinária\ntuxtla\nencharcamento\nfriozinho\npunhal\npunham\nrecaptura\nconstituí\ntirou\ntiros\ntirol\njeany\nsubfaturamento\nplayas\nconstitui\ncendufe\nconstitua\nconstitue\ngonadotrofina\nsaatchi\nepidural\nviviana\nautuados\ncolisor\ncomestível\nrye\nrebatizadas\nhorário\na.t.\nhorária\nverissimo\npretenderam\nburge\nakiko\ngraficos\nanti-revolucionário\nquixotesca\nsaback\nterminei\nterminem\npecinha\ncontra\ncontro\nmontras\ngangues\nrd99\nderetti\nwriter\ncochise\nclaudel\npertencente\nfásico\njusnaturalismo\nparalelepípedo\naberdeen\nalcançaram\nrespondente\nmessias\ngneisenau\nregierungsbezirke\nmessiah\npackers\ncoroada\nduras\ndurar\nreportagem\nrecomendações\nduran\ndural\ndemonstrarem\ninsinuou\nbigodão\noccidentale\nagressões\norbs\nusina\norbe\nlimitarem\nlycos\nhexacampeão\nfilológicos\nassírio\nconcorridas\naparato\ncypripedium\ngeldof\nequipamento\nkathleen\ndietz\nculminando\nrostock\nmommsen\nborås\nholes\nculhwch\nrevoltada\nrevoltado\nsoftex\nsarek\ndoutra\ntremor\ndoutro\nwipe\neffe\nlicensed\nd'ivrea\ntomásia\njoystiq\nlegislaturas\nsushruta\ntravada\nenviou\nconterrâneos\noujda\nárbitra\nárbitro\nhesitando\ntrabzonspor\nfajãzinha\nflorência\npitot\ntracionar\nprescritos\naçoites\nilídio\nvartan\nintimando\nretiros\nchiba\nchibi\nfamiliares\nbring\nmandacaru\nmeant\nmeany\nmuylaert\nbabenco\nbasearam\nkwazulu-natal\nbilac\nnehalem\nneolítica\nsubsidiaria\nspacefox\nsangen\nsanger\ndresdner\nombro\nsublevar\ndomos\nincor\nconfessante\njuan\ncompetiu\nencaminharia\ncompetir\ncompetia\nombré\ntestemunhou\ntestemunhos\nevando\nhouvesse\nramificações\ncílios\nsemi-aquáticos\nintervem\nemplacados\nkru\ngamart\nclooney\nkra\nchacoalhar\ndemonstrado\nmikami\ncordiais\nincandescentes\nnovoeste\nkuniyoshi\ncomputa\ncompute\ncrescerem\ncomputo\ndenarc\nquocientes\neastern\ndeixaria\ntintoretto\nveia\nveil\nvein\nveio\ntransfobia\ntáticas\ndaoxin\nbarbaridade\nconvocaram\nagrupamento\nsaucerful\naward\namateuroberliga\nahmedabad\nvanguardistas\nziziphora\ntomentosa\nexaminavam\nçatalhüyük\nibitinga\neleva\nalexis\nalexia\nsprints\nelevá\nd.o.c.\ndesenganado\ndesenganada\nprévert\ncouve-flor\nobservations\nhipercalcemia\nnanômetros\nyancey\nladen\ndiferido\natonement\nresidam\naprimoramento\nremanesceu\nzilda\niskenderun\nteclados\nduchas\nvataça\nduchan\npré-romanos\nhohner\ndicotomia\ndesbravamento\nb-side\nmusk\nnão-humanas\ntrono\ndembos\ncesaro\nfragilização\ncesari\ncesare\nconstando\nrebocador\nbrasagem\ndisparava\nreptantes\nrelojoeiro\ndesenvolto\ncruijff\nalertada\nalertado\nbebedor\navila\namúlio\njardinagem\naznavour\nkeynesianas\nlibellus\nabubakar\nandréia\ncaminhado\nsunnyside\ncristãos-novos\njantaram\nelevado\nzanpakutou\nprontuários\nincompreendidos\nseríamos\nrecebidos\ncubra\nalavancar\ninventividade\ndividiam\nalfaro\npeipah\ndelito\ntomaszewski\nconvencionalmente\ninseguros\nclanton\nvoadeira\nburrhus\nparceiria\niguais\nrectângulos\nfukuyama\ninsanamente\nterratenentes\ncrabb\nvenables\npompons\naquáticas\natravessassem\nm's\nantraceno\nryūkyū\ndesligadas\nastúcia\nsatisfazendo\nfuqua\nsustentá\neufórica\nsubserviência\nparentais\nmarcados\nsustento\nsustenta\nconfiável\nbet-at-home\nfragelli\ndetrás\ndesafiam\nsalsicha\ndesafiar\nfogoso\nfogosa\nuchida\nrube\nrubi\nruby\nvespa\nmin99s\nmachados\nprosciutto\ncurtin\ne.n.\nrules\nruler\nlistening\nassustadoramente\ncongratulações\nmcgruder\ndevastada\nfalação\ndevastado\nsaxe-hildburghausen\ncuerpo\nmatarrese\nítalo-turca\nauckland\ndesventura\ncientista\nmegascops\ncolossal\nilm-kreis\nfranziu\nopolski\nstaphylococcus\ntumba\nlicença\nluciele\nsawaya\nevidenciava\ncrockerella\nagitavam\ncasacas\nterrinha\nmatassem\nqueira\nbalançada\nwalber\nbalançado\ntranferido\nhyams\nprofundas\npluridisciplinar\nentenderia\nradermachera\nmicrovestido\ncatarinense\ngleissolos\nogata\ncrabronidae\ntfg\nchebyshev\nflicker\nface-a-face\nascomycota\nstriptease\nfloreio\ndesinfecção\nboicote\nassediando\natrasava\nmakarios\nsemi-oficial\nvessel\npintam\nbioética\nflôr\nmontanheses\nmissais\nestipulada\nméro\nfiscalizadoras\nfrutíferos\nex-motociclista\naberrações\ntemperança\nharel\nvomitou\nmarreco\nmarreca\nemílio\nsuserano\nrebocos\nest\nesf\nmulherada\nsublinhadas\nesa\nesl\nquayle\neduíno\npunk-rock\ndecore\nerguidos\nsuperprotetora\nstepanek\nhydra\nhydri\nhydro\ncolecta\nnascar\nmetalurh\nevita\ngeossíncrona\nespaçosos\nliteira\nseng\njna\nvingado\ngoianas\nacomodarem\nmísticos\ncouchsurfing\npertencerem\nsudorese\nmedonte\nfelgueiras\naplaudiram\ncarinodrillia\nxxiii\npinheirão\nvendemos\nmakeover\ndetector\nsnapshot\nempreendem\nangiologia\ngolestan\nradiola\nrevisaram\njackpot\nempreita\ndebutar\ntrinta\ncomemos\nexpôr\nsócio-diretor\nformalistas\ndesfecho\nmarola\nmudra\nretratá\nsistotrema\npensante\nmunich\nnadotti\nauriculada\nexausto\nbeneméritos\nmatipó\niodeto\narminianos\nmolucas\nstories\ndisseminador\ndisseminados\nfingolfin\nsantos-jundiaí\ndescontraiu\ndescontrair\nexpulsam\nexpulsas\nd'areia\ngascão\naimarás\nadige\npigmeu\nsurda\nrepercussão\nrosenberg\nindecifrável\ninfinitesimais\nojibwe\nshepherds\npuno\nsurveyor\nmagnitudes\nosu\ngarfagnana\nmangeliidae\nupstream\nvitivinícola\nosh\npazzi\ng-unit\nheadon\ncelje\ncerruti\nfrunze\napaixonava\nwalkers\nwalkeri\nretornará\nminh\nmink\nmino\nmina\nminc\nmind\nacode\nretornara\nmushu\nmushi\nlunfardo\nsolitudine\nfidelis\nassaltarem\narchitectura\npatu\npeta\npeto\npeti\npets\npetr\nmalote\nhemolinfa\npath\nidos\nmarktgemeinde\nsabinas\nidol\nendossos\noccam\nretoque\nvavá\nalternar\npudim\nvideira\ntracoma\ncubero\nempíricos\nédison\naulão\nbamboozle\nwineland\nsérvias\nespanholas\nterroir\nagualusa\ncorumbá\ntadalafila\nricketts\narriscaram\ngeneralife\nroubaria\nhendrix\nfecais\nordenação\nrodovias\nmégara\nsustentaram\nmicro-organismo\nsótãos\netiquetagem\nscaranzi\nhotels\ndogmáticas\nacionará\ncintia\npeninsulares\ngladstone\ncantados\naymorés\nmarilândia\njablonski\nhinomaru\njohnson\nsatrapia\nfotográficas\narbutus\n#workout\ncomentando\nhonorum\ncomedian\nblogue\nclearwater\nbowell\npezinho\nsoubemos\nhatsumi\nmacieira\nhemitriccus\ntabelado\ntabelada\ntuitou\ncy\nathènes\nnaruto\nstrela\nneutralizados\noiã\noil\noie\noic\noia\noit\napoel\ncolina\nmonet\nmoneo\nchilavert\ncw\nentrerriense\njuche\nortomolecular\nglorioso\ngloriosa\nberrien\ncausais\nvictory\nemidio\nsvo\nmp99\nconqueror\ncentelha\ndropbox\nreservistas\nartillerie\n-butadieno\ngrubb\ngrube\ncombinações\nmasashi\nà\nrotacional\nnzambi\nrotacionar\ngolf\nlancamento\nradziwill\nblat\nalbarn\ncinturinha\nfelicity\nobscenas\nchegança\nfilch\nheiner\ncruzamento\nbonomi\nbonomo\nkarolina\ngranola\neletrólitos\nkrieger\ntóquio\nrevive\ninfiéis\nryuu\nsesimbra\ndeclaro\ndeclara\ndeclare\nrevivê\naleatório\naleatória\ntook\nhermeticum\nmeine\ndeclará\ninabilidade\nmessiânicas\njean-baptiste\ngdb\ngdc\nd'orsay\ncostumeiros\nnakano\nelectoral\nexcecional\ncanetas\npertenciam\ndemasiada\ndemasiado\nkiyo\ncupira\nethniki\nquaternária\ncanmore\npisos\npisou\ncomplicar\nhusbands\népiro\ntietado\nhabilitados\nabajur\nsaldaña\nadílson\njúnior\nbamboo\ntcas\ndenotava\nconsistiu\nconsistia\nokano\nfather\npriory\nse9en\npriori\npriora\npreferentemente\nsub-bairros\nvli\nvla\nvlc\nvlp\nvls\nvlt\nexplicativo\ntumoral\ntartarugas-marinhas\ndampier\nhollanda\nalaga\nnuvens\ncontatar\naterrissaram\nadmitido\nadmitida\niberoamericana\nskull\nlingua\nfiesta\nbaumgart\nmoscatel\nreconstruídos\ncabeceira\nmatchmaker\nhajji\nequivalência\nburocráticos\ncampeonato\nsimbiontes\nmilhão\nlouvam\nsasai\nwhere's\npendente\nmáximas\natenderia\nsino-americana\nsino-americano\nguilhem\ndesafiadas\nagiota\ndolichoderus\ncadastrados\ncatalpa\ncompetição\ngentios\nmarreta\nespremer\nrincon\nvaasa\ngiugiaro\nyanukovych\npré-cristãos\npolicía\nserenatas\nconrad\nvalmarana\nobregón\npapaterra\nnaresuan\nimperatriz-viúva\naplicadas\ncontra-parte\nalquimia\nmontes\nmontez\nmontem\nmontel\nmeigs\ndesvinculados\nxilogravura\ncusparada\nziuganov\nciganas\npopulaire\npp-mt\naproximaram\ncapotamento\naeshnidae\noldsmobile\nrothwell\npneumáticas\nlesa-majestade\nortodônticos\nrebelar\nporfirias\nrebelam\nmahogany\nmeso-atlântica\natordoar\nfolga\nappeals\nhoorn\nvilariça\nauber\nbexiga\napós\nreverberações\ndourar\nsujos\ntreblinka\ncontrovertidas\ncostões\npropício\npropícia\nasbestos\ndepositaram\ncoordenação-geral\nsazonal\nfabíola\nimpactadas\nbloqueadora\nsuperficie\nsubverte\nex-secretária\nbrutal\nálcalis\nbrutas\nmdb\ntermoelétricas\nnumerais\ngaláctica\nlembremos\ntécnicamente\nneneca\nsenhorinha\nencomendados\nroraimense\nágora\nvideotexto\nunabomber\nchanceleres\ndangerfield\nil-9\ndischarge\nbambu\nbambi\nbamba\nnecessidades\npyralidae\nhirokazu\npirlimpimpim\nbaphomet\ncoos\nencarando\ncoop\ncook\ncooh\njord\njorn\ncrypturellus\ndeitch\nbraço\ngroninga\nfossilizado\nulu\namaram\nministrando\ninvesti\nhasharon\nseiscentistas\nbagacinas\nunderneath\nremoções\ndredd\nsbpc\narran\nvênetos\narrau\narray\ninaudíveis\ndhamma\nnectarina\nguineenses\nmasai\nmasao\n9-9999-9999-9\nmonongahela\ndottie\nberro\nberri\nberra\nberry\nmagadan\nrequisitos\ntoamasina\ncomprobatórios\ngericinó\ntutsi\nrindermann\ncivilizacionais\nanschluss\ndisrupt\nhomossexuais\nlindoso\nperseguidor\nsequeira\nproveem\nrecepção\nparfum\nrayearth\ndurão\nmanequinho\nreclinada\nindepende\nroese\ncollaborative\nftp\nlargas\nlargar\nluizomar\nlargam\ncorrerá\ndevolvesse\néditions\njazzísticas\nasiatic\nezeiza\nverri\nesverdeados\nocelos\nocelot\nlaçar\nčeský\nčeské\nčeská\nmalévola\nesperanza\nsignoria\nfalências\nbandini\noboé\neletrónico\nesbarra\nestanco\ncagarro\npuberdade\nterriveis\nmereça\nfarman\nmereço\nfarmar\npiedmont\nmobiles\nayurveda\nedulis\nredirecionamento\nreformulou\nacolhedoras\ncdd\ncde\ncdg\ncda\ncdb\ncdc\ncdl\ncdm\ncdn\ncdo\ndelimitados\ncdi\ncdt\ncdu\ncdp\ncdr\ncdx\ncaridades\nauriculares\ncd9\nesmeraldo\nesmeralda\npossibilitará\npinaceae\nnazzaro\nmontados\nfundacional\nigaratinga\ntacômetro\nhifal\nwarum\njoanópolis\ngameloft\nascensor\natirador\nwhitney\nadoptiva\nchantilly\nadoptivo\ndiamant\noxana\nenviaria\ndedham\nirmandades\nschlick\ndéry\nmantenham\nprivou\nabaixando\ngalhadas\ngangue\nmicheletto\ntiete\nentraria\ngrendene\nman's\nextrasolar\ntietê\nensign\nrádios\nítens\nxhosa\nguardant\nautografou\nknightley\ntransferase\ncerâmicas\ndistingue\narraigadas\nperruche\n#quemacontece\nvaidade\nentediados\ningeriram\nmahdia\nladeados\nglauber\nwendell\nfivb\nisolation\nlitoměřice\ncalcitonina\neletrocutado\neletrocutada\nsaulles\nsn99\nqueirós\nfbovespa\nddr-liga\nevocando\nfases\nsessentista\ntrânsitos\neuropa\ncombatem\ncombateu\ncombates\ncombater\nsandice\nmattachine\nbachmann\ndesfiladas\nreveillon\nbytom\nmenderes\nescoadouro\ngérasa\ncanivetes\ntirza\nblount\nsub-rede\ntomatoes\ncollar\nserralho\nfecombustíveis\nrevezou\nrabobank\nkazekage\ntrifida\namnésico\nstad\nesfumar\nbodegas\nrelento\nnassr\nl'est\nmutual\nneuropatia\nlamentaram\nplantamos\nwhitman\ncoppola\nueda\npurificá\nboogie\nrosencrantz\nbokan\nexpiar\ncirio\nflechadas\ncirie\ncastelbo\ndesfaz\nchinelo\nresultasse\npatriarcados\nfürst\nbarclays\nloring\ncurável\ndashiell\nlevantamentos\nvelká\nnoticiaram\nresfriando\ninocentes\nmercato\nabsence\nacolhedora\ncrucialmente\nirreverentes\nkuhlmann\nesforçado\npickens\nrudeza\npetrogrado\nnegava\ncoles\ncolea\nexpressão\npotenza\ngerdau\ncatenária\nmakhmalbaf\npevsner\nmaxi-single\nlaranjinha\nmarujos\ndauphiné\npasseriforme\nsuperaquecido\npatrulhando\nvividamente\ndanças\ndançar\ndançam\ndauphine\ndemarcação\nauxiliado\nborken\nassustadores\npresidente-eleito\nalencar\nofuscado\nfumiya\npriorados\ncarecia\ncincoenta\npsíquico\nghazni\ntimo\ncorredoura\ntransmutado\nencalada\nzhuhai\nfernandão\ngravídica\nmaschera\nmilitam\nmilitar\ncoelheiro\nshaarawy\ncurioso\ninterlagos\ncuriosa\ndúzias\nemprestimo\nacenda\nacende\narcaico\npontificalis\ngeomorfológica\nrendiam\nhermès\nrael\nraem\nlimítrofes\npistóia\ncienciaemdia\náudio-visual\nandrewes\nbauer\nroyalties\nzankuro\ncapivari\ncuícas\nmoedinha\nmembranofones\nmetálicos\nescravizam\ninuit\nescravizar\nwhere\nnostri\ndesenrola\ntocarem\nvitalidade\nderradeiras\ndécimo-nono\nmeji\nboomers\njuti\ndesvantagens\nalpedriz\nmegapixels\ndesencarnado\ngk99\nequívocos\ncontrapor\ntrabucos\ntenzing\npabón\npower\nvaliriano\nadvém\nluzio\npsicanalíticos\nbarzani\nmotorizações\nenba\ntamir\ntamis\ndente-de-sabre\nagasalho\nestatuária\nneige\ncasemiro\nbreia\nawami\nanti-imperialistas\nciticorp\nesmaga\nsolavancos\nypiranga-pe\nrueff\netios\nfossano\nlowell\ntaison\ndomício\njutsu\nstédile\npalmaz\naraçari\nemancipado\nemancipada\nespancamentos\nmankiewicz\nistoé\ndefenda\ndefende\ndefendi\ndefendo\nky99\ncanaanitas\nroosendaal\nphilemon\ncortejava\ninigo\ngoianão\nming-na\ngagra\nfilípico\ncelebra\n9999-9999/9999\ninspiradora\nlegnano\nanarco-sindicalista\nxiong\ncelebrá\ncompatibilizar\ncataluña\nfuncionalismo\nlighthouse\nsignals\nsemidesérticas\neubiose\nenríquez\nonerosos\nonmyōdō\nactualizações\nhanseática\nex-treinador\nrafeiro\nexportamos\nabecedário\nlivre-docência\ndourado\ntinghua\nlabrador\nogival\nperguntados\nreajustada\negoista\nunificar\nreajustado\nunificam\nmarry\nmarra\ngoji\nrd9\nrasmus\nrdp\nrds\nrdx\nrdd\nrdf\nrda\nrdc\nrdi\nfigurativa\nfigurativo\ncosteira\npolarizadas\nmelilla\ntorino\ndesafiaria\nexpulsão\ndesapropriou\ndissimula\nfilmaria\nimbariê\ninvertebrados\nengrandecer\ninterinos\nratner\naristotélica\naristotélico\nmannix\naidéticos\nerradicados\nerradicador\nmannie\nscary\nscars\nextraterritorial\ndiminutivo\ncnossos\nalaranjados\nmecânica\nmecânico\nafrancesado\ncobriram\nfeira-livre\nascot\nascos\ncitoplasmáticos\npontificum\nsolitários\nidanha\nacesita\nludgero\nimaginaerum\nljungberg\ntrinita\ntrinity\ninexpugnáveis\nsabadão\njumanji\nintranet\naposan\ndemocráticos\ndilata\nabrantes\nupon\npoliocephalus\ninervam\nveszprém\neldorado\nrecrutada\nsindicação\njoliet\nparasito\nlampedusa\nferrata\naparelhadas\nusurários\npernambuco\narmisen\nkirara\nmelnyk\nbongôs\npincus\ntransportando\npiura\nderrotava\nautorizava\npantocrator\nlambaris\nengenharias\ntunisinos\n﻿\npgbl\nlacnic\nkennard\ncoriacea\ndespotado\nsrila\naquaviário\nfóruns\nelisete\nfrançois\ndelator\ndelatou\ntenma\ntermorregulação\ninumação\nrequalificação\ngregorio\nreformista\nsaltaria\nqueixavam\nfrink\nheidfeld\nalienada\ndesvios\ncbers\nhollander\nindignar\nindignas\ncomissionado\ncomissionada\nπ\ndurarem\ncordel\ngastronômicas\nelita\ndistinguida\ndistinguido\nrequisitados\nhebb\ncarisma\nmir-99\nncaa\nncap\nsilabários\nraorchestes\nleech\nfrepaso\nb'z\nundrafted\nantílope\ndris\nmicotoxinas\nmedianamente\ncesena\nrebentamento\nraggio\nwoodcock\nfenómeno\nshumen\nlois\ndespenhadeiro\npoliploidia\nvandelli\npersongem\nvampiras\nequivocadamente\nafoitos\nloison\nvárias\nequipava\njequitibá\nanti-horário\ntelejornal\nadequava\nsaberia\ndethklok\ncantonal\nfretou\ndeterminista\nalagando\nasininos\npitoresco\nenterprise-c\nenterprise-a\nenterprise-d\nenterprise-e\nindie-rock\ncyphomyrmex\nsignificam\ncastrense\npolitização\nbaldi\nbaldo\nnoriko\nlucrar\naguentaram\ncontribuidores\nsortimento\nwcs\nwct\nwcw\nwcf\nwc9\nagilidade\ntrinca\ntrinco\nsascha\nazoto\ninvejáveis\ncompensava\naposentar\ncelebrativo\naposentam\nmudou\nmudos\ngentlemen\nwaalwijk\nwojewoda\nsaverio\nsaverin\nbriscoe\nlembrarmos\nheylighen\ncommotions\ndanorum\nrepetidores\nbravatas\ncaminhei\nanalgésicos\nbusiness\ncoletada\nantibióticos\nassumem\nlotérico\npendiam\nsuplica\njardas\npinheiro-do-paraná\nrampur\ncostela\ndeadline\nzuckerman\nsurya\nvermeer\ncortesã\ncaaporã\nchoiseul\nzemin\ncortese\nethnikos\naclassismo\nminiaturista\n‌\ngandolfi\ngandolfo\nataíde\nadolescencia\nliger\nterrible\nmiso\nmisc\nmisa\nmist\nmoas\nmussa\nmusse\nmusso\ndecapitá\nseicheles\nerivelton\ninformatizar\ncooperou\nrepassá\ncebus\ndresde\nrepassa\nrepasse\nderrame\nchilton\nderrama\nreabsorvidos\ngaleto\ngrenfell\ntraduziam\ndenúncia\ninflando\nelevamos\nredescobre\ncosta-riquenho\nrepõe\nreformulação\nbarcelona-99\ntabagista\nbaseline\nboticário\ncegados\nnescau\ntracesiano\nvoô\nafricâner\nencobrindo\npeculiarmente\npuras\nsimulation\nallori\nprimitivos\nintroduction\nalongados\nregulamentou\nregulamentos\nhanover\npreferido\nburils\npreferida\nmsc.\nenvergar\ninjetores\ndesequilibra\ncarretas\ninspection\ngastrótricos\npenalti\ncandangolândia\ngstaad\nhomólogas\nautonômica\nsinging\nlarxene\nauditores\nlanark\ncomerá\nsacramentum\nmilcíades\nnúncio\nespécimens\nrenesmee\ntrafalgar\nsessão\ndamaia\ncervejas\ngwyneth\ndistintivas\nhamurábi\nconfederados\nsegredo\napetece\ncársticos\nsolteiros\npianoforte\nable\ndesenvolvido\ndesenvolvida\nbasófilo\noverall\npolisário\nordenado\nsupercarro\nex-combatentes\naceleradores\ntursiops\nsetubinha\nantevia\nanteviu\noutplacement\nsomáticas\ntreat\ncotações\noto\nota\notc\nott\nmultando\nberklee\ndeformados\nkosovar\nchiese\ndraconian\njunturas\nathelstane\nbackground-color\npicrodendraceae\nabeille\nstemodia\nshewa\nlinguiças\nshishunaga\nqk99\nrolha\nregravação\nbagrátida\ngsat-9\ncrava\ncravo\npátio\nluther\nnguyễn\nsling\nintravenoso\nintravenosa\nregalia\nchangsha\nreproduzida\nreproduzido\nmolnar\nbressan\npurchase\nvorazmente\npachinko\nmartin's\nvictorien\nladainhas\ngalileia\nturning\nlençóis\nrindt\nstarts\nrindo\nfalcadas\nendividar\nentjs\nconfeiteiro\nflorestada\nmutran\npelourinho\nrecitativos\nlibretistas\neylau\nsatanista\nconservativas\ncanetti\nspencer-churchill\nhoare\nbahrain\nminijogos\npenúria\nignorance\namotinados\nthree\nалекса\ntreinado\ntreinada\nniederrhein\nseram\nlourinhanense\ngiampaolo\ni9p\nsettsu\nmortuários\nmoramos\npseudópodes\nirradiar\ngalaicos\ncatalunya\npistis\ncryengine\ncommit\nmaharashtra\ncanha\nmegatons\npizzas\nrecep\npaquera\ngenitivo\ndim\ndin\ndio\ndii\ndik\ndid\ndig\ndia\ndib\ndix\ndiy\ndiu\ndiv\ndir\nníger\nchurrascaria\ncuangar\nbetuminoso\ndiá\nolyphant\nsubverter\nsubverteu\nśroda\nconstituídas\nenxaquecas\ndeduziram\ntabelionato\ncentrus\nlimusines\ncentrum\npiscatórios\nretrocessos\ntelegráfica\nplanitia\nricharlyson\nmeditando\ninfluênciados\nvezzano\nlac\nprovocadores\nloeffler\nlar\nsugihara\nnúmero\ncasals\npoxim\nempreenda\namfar\nchannel\nuranus\nwesker\nvalorizá\nyukari\nsimplificar\nborghese\nsimplificam\npartilhadas\nvalorizo\nvalorize\nvaloriza\ncaducidade\ntalaia\nsaccharomyces\nrazorblade\nprasad\nskyhawk\nrabisco\nenroscado\nenroscada\nakhdar\nbenevolente\npermitidos\nlemos\ndenegrindo\nedgware\nbijoux\nsimpatizante\nairways\nregressaram\nirbid\nirbil\nrenkse\ndulzaina\ngravis\nturuçu\nencarregaria\nmaeterlinck\npredispostos\nquilómetro\nacolheram\ncoloridas\nresiliente\nsimcity\nfranceschini\nbranquiais\ntuan\ntual\nprisoneiros\nak-99\nconciliação\nespecificos\nbernadotte\norquidáceas\npiraeus\nalcoutim\npiloto\npilota\npilote\npilots\npenicillata\nemendadas\ngolpeada\ngolpeado\nvoasse\nsubtramas\ncruciatus\nfading\nshelby\ncárstico\nhannelore\nfukui\nshiflett\nreigate\nfoam\ncentraram\ndesolador\ndesolados\nppb\nazedou\nneutros\nbaste\nbasta\nbasto\nneutron\ntagliaferro\nebuilds\nppd\nbarreirinhas\ncognitiva\ncognitive\ncognitivo\ntriceratops\nbertolini\ncéline\nexecrado\ndoodle\noctalles\ngorgoroth\nbalonista\ngottfried\natanagildo\ngainesville\npavuna\ncleônimo\nlevesque\nsentinelas\ncartacapital\njoel\nniven\njoey\ndesmembramentos\nmodernizante\nunivasf\ndeslocamento\nhumorístico\nescrivão\nfurnish\ngalveston\nunitel\ngaltieri\nanti-guerra\nregistrara\nbelinky\nregistrará\natropatene\ntreonina\nuraí\ntransação\nnegra\nnegri\nnegry\nvigoraria\nsaudades\nconsultivas\ncanyoning\nbohemia\nmadman\nberia\nfeio\npelayo\nquelíceras\nousado\nousada\ndestrutiva\nagain\nmetalinguagem\ndominará\nvigiado\nvigiada\ncantando\nsul-minas\npardalotidae\nsubsecretaria\ntrollhättan\nbrides\nbridei\nesclarece\npalência\ndentifrício\nfiança\nesclarecê\nmaturado\ninimá\nwölfflin\npantano\npantani\nveria\nteotihuacán\nenoch\nincluírem\ncambial\npia\ntrouxinhas\nencaminhamento\nludvig\nresgataram\nportucale\npresence\nal-aqsa\nabertos\norigen\norigem\ncacilhas\nh.a.t.e.u.\ndevol\nescreverá\nintuições\nmatar\nmatas\nmatam\ncombateria\npip\nmesentério\nsubstitui\nlogomarca\ndepositário\nrelapse\nconcani\ndepositária\nrelapso\ninicalmente\naudition\nhã\nescutar\ndescenso\nphd.\njakobs\nparnaiba\natirando\netnomusicologia\ncasca\nsodalício\ncasco\nunicef\nmüstair\nanárquicos\nmenarca\nautarquias\ninterrogação\nsuicidando\nbáthory\neliminá\nmundiais\npopmart\ntrivia\nrenunciara\ndesvalorizaram\ndoo-wop\nrenunciará\ntraidor\nignaz\ncondicionando\nenfrentarão\ncantwell\nrígidos\ncoreaú\nmandatários\nmakdessi\nlife's\nmanejadas\nguardo\nfleurus\nlhasa\nprocessador\nprocessados\nrevoltados\ndetalhismo\ncentavos\nstradivarius\noutputs\nquatrocentões\nplauen\nkiernan\npariquera-açu\nmidnight\nnudibrânquios\nbicudos\nvitesse\nhacker\nrahne\nfribourg\nflechada\nibero-americano\nibero-americana\nex-sister\nrevue\nbrasini\nnakahara\ndetonam\noverbooking\nluxos\nluxor\nss9\nshingo\nsst\ngrisea\nssp\nsss\nsso\nssi\nssh\nsse\nssd\nssg\nssa\nssc\nssb\ngeneral-de-divisão\nteatralmente\nskeletons\ntião\nclark's\nexo-m\nrenfrew\nempalado\nrhymes\nxiita\nelgin\nperotti\nbranko\nconsumidos\nconsumidor\ncontrariedade\nprofissionalismo\ndesejando\ntrofense\nkilt\nencruzilhadas\nkili\nkill\nkilo\ntalhão\ntranquilos\nhine\nhind\nhino\nholding\nfascículo\ncsupo\ntabla\nashbel\npressman\ninconcebível\nvisualizados\nvisualizador\nmarie-anne\ngravável\nbasquetebolista\nribeirinha\nribeirinho\nalmofada\nseparata\nseparate\nstocks\nlagunas\nlagunar\ngonsales\naminandro\nchique\nremates\nrotschild\ninspeções\nlannister\nx-99a\nconsigam\ncarícia\nostensiva\ndecrepitude\nbodenseekreis\nsolari\ncrônicas\ntutto\ntutte\nbonilla\ncoroaci\ndreads\npreocupamos\nconceituados\nerigiram\nveteranos\nbonés\ncapricórnio\netar\netah\nrikki\nverdun\nvice-secretário\nperseus\noutorgou\nderivadas\nencefálico\nserafino\nintelligence\nepistêmica\nepistêmico\ninscrevendo\nfokker\nbojador\nlodger\nbackbone\nfolhas\nesquerdo\nchicanas\nluso-britânica\nsalutaris\nmarkes\nbrookfield\nflavors\nflamejantes\npicanha\narrojo\narbovírus\nscroll\ninfalivelmente\nabstratas\ngalhofa\nwedgwood\nevolucionário\ncuidou\nrepaginação\nrapé\nemendar\ndiabólica\nbellegarde\ndiabólico\nraps\nrapa\nrape\npedetista\nmpaa\ncirculares\ncrivella\nlumberjill\nlobbies\ngostariam\niatismo\ngastro-intestinal\ncosmopterigidae\ndivinação\nthünen\nsupondo\nescalam\nperfurando\ncréssida\nbages\nmexicano-americana\ngermantown\nmaratas\ndebate\nbicos\ncomunicada\nobituários\nvostell\nassou-ekotto\nbasquetebol\nbananinha\neritropoietina\nbrâmanes\ndaito\ndaita\ndeletada\nsistêmico\nsistêmica\npetrone\npetroni\nbautista\ninjecção\ndiminuiu\ndiminuir\ndiminuia\nlansdowne\nrochedo\nunicid\nslut\nslug\nindevido\nsingleplayer\nindevida\npunição\nsinagogas\ninserido\npresença\nshero\nsherk\nkottayam\ncondessa\nkublai\nalugueis\nadversários\ncontínua\ntakla\ncontínuo\ncaratão\nimprimindo\nsimper\narchaeological\nmadrugar\nruess\nlutfalla\nwilhem\ncianureto\natribuiria\nretráctil\nlaurência\nvästra\nprefaciado\nprefaciada\nmelide\ncines\npermanencia\nprotestavam\ncolaborativos\nservice\nmalcher\nmpixel\ncebrian\neconomizam\nsturt\ncumbia\nrio-9999\ndebehogne\nrealinhamento\nmeiões\ncohan\ncohab\ngozzoli\ngustativa\nalternativa\ngiersbergen\nyongzheng\nmirabella\nmirabelli\nmirabello\nvivien\ncomoção\när\nemprestados\nemprestador\natualizadas\nfortim\nrecontam\nosmar\nfortis\npaulet\ncelebrizada\nbolacha\nader\nades\njabouille\nadel\naden\nginevra\nassinaláveis\ndessecante\nvélez\nmedaka\nkarajan\ntransportes\ntransporter\ngaleopsis\nempregou\nauxinas\nteutônicos\nmontoneros\ninclusos\nboost\nmafioso\nmafiosa\ndurbin\ninstar\ncrfb\nnamban\ngenki\nadmirei\nparachute\nfull-contact\nmontando\noculus\nsandbox\neufrates\nhexágono\ncinchona\naforismos\npsíquicos\nrelacionados\npromocional\npromocionar\nroraimenses\ngrã-duquesas\nbrokeback\nquadriculada\nquadriculado\nparando\ntransmissoras\ntresemmé\nfalecendo\nfud\namarantina\nseletiva\nhevajra\nlaurinda\nmaleita\npit-stop\nspyglass\ntufvesson\nhídricos\nsingapore\ntambons\nfinnmark\nsolução\ndesembolsa\ndesembolso\nsaxônia\nretransmissora\nmacgowan\ndesaparecidos\nautofagia\nfrançes\npull\npulo\npule\nrogério\npulp\nconsolado\nreprovação\nespecificou\npentacampeões\nsmall\nregionalizada\nsimônides\nfollowed\nneivamyrmex\nlaeken\nmultiplicações\nerj-999\nsayeret\nlanguedoc-roussillon\nmarzagão\nsofridos\ncabeçalhos\narchive\nbursaspor\ndeixas\ndeixar\nmaltesa\nresorts\ngfp\ngfk\nvotou\nvotos\ngf9\nacalmaram\nafundamentos\nosuna\ngrachi\npatchwork\n99-99-9999\neco-99\nmendy\nmende\nlescaut\nfatori\ndopado\ndopada\nantiterrorista\nindividualizar\ncoenzima\nbacelar\nadiamentos\nsaxicola\nsaxe-coburgo-gotha\nlst-9999\naristófanes\nex-the\nlavin\noristano\nimprovement\ntopônimo\nalcançável\nocasionados\nmotors\nmotori\nmotora\nkelowna\njurado\ngiorni\ngiorno\nsirício\nfotoelétrons\nfortaleceram\nturva\nturvo\nclarificar\nwildcats\nspins\nvillegaignon\nrochinha\nsoca\nsoco\nsock\nrequinte\nadiabática\nsalária\nfujii\nsocó\nsentiremos\ncaifás\nmunicipio\ndescentralização\naceguá\npunido\npunida\nregulando\nsoñar\nchegam\npontes\nreduzisse\nprocurei\nhúngaros\nsamoanos\nconformavam\ndimba\nmellitus\niconologia\nstrode\namargar\ncata\ns.p.a.\nbufões\nlinney\nlinnet\nscena\nscene\npularam\nchimaira\nlacan\nlacaz\nlacas\ninfelicidades\ntouareg\nmercante\nceballos\nhumano-computador\nananda\ntonel\nkeynote\ntones\nal-farabi\nifans\ntentei\ntentem\nmitológicos\nsufis\ngradiente\nfocalizadas\nfugal\nfugas\nepidêmicas\nguinan\nrefogada\naudit\naudie\ntuíte\nal-gharafa\ndeprimida\ndeprimido\nrouters\ncomodidade\ndumbarton\nargia\nlavrava\ngraciosidade\nreminiscências\ncélere\ncoincidido\nanti-heróis\necma-999\nvistoriaram\nr.e.\nwyss\nemocionais\nsc-999\ngallatin\nvolterra\ndebord\ndebora\nbandslam\nreimão\nstrangelove\ncompsodrillia\ntanden\nallied\npredatória\nformaldeído\npredatório\nolimpicos\nsibylla\nvalor\ncollide\nassociativo\nassociativa\nlatinista\nchargers\nrenea\nevocavam\ncassavetes\ndesgraçadamente\ncriaturas\ndestilar\nvislumbra\nvislumbre\nfurmanovich\ncinéticos\nviúvas\núrmia\nnitro\nganache\nrondando\ndfb-pokal\nparvana\ndescobriam\nmormente\nnoel\nbastia\nhank\nhani\nhano\nhana\nhang\nalavanca\nhans\ncara-de-pau\nressaltaram\neritropoetina\nsochi\nlcr\nlcs\npelicanos\nlcd\nlcc\nsaturação\nlca\nlcm\nlci\nternos\nalanos\nhelénico\nexantema\nlahore\nwookiees\nmatthau\nshogun\nbrincadeiras\nwasting\nhespanha\nconservation\nagronómica\nsecarem\nticonderoga\nrefundada\nlappeenranta\ncontendores\nprofessorado\natestados\nó.\nwcdma\npepino\nco-ed\ntravando\nharmoniosos\ninstaurado\ndescaracteriza\nfoxboro\ncasadei\ndecker\navassaladores\nnébias\nfoguetões\npower-ups\neneida\ncontestadas\nvalério\nvalérie\nrisério\nkakuzu\nsop\nestendam\nibidem\nsecreção\njönköping\npovinho\ngranbio\njaporã\npresidiria\ncampanulaceae\ncarbonatos\ntitano\ngreenwood\ncodão\nmarión\ndiarréia\nseguir\ntipificação\ndaad\namadurecendo\nesquilo-vermelho\ndepeche\nmilenio\nalbanesas\nadaptaram\nmouton\nsalubridade\nfinke\nlegados\ngástrula\ntaxi\ntaxa\nédito\nchillida\ngastrectomia\nkareem\nmbits\nkatana\nrebenta\nrebento\nvillistas\nreims\ntentará\nstara\nstark\nstart\nstars\nstarr\nuruçuca\nsveriges\ntentara\nstará\nachada\ncousy\ncousa\nincorporadora\ncirculação\nterapia\nmuppet\nbarrientos\npulsantes\ndayer\nutilizá\nsquid\nguerrilha\nutilizo\nutiliza\nutilize\nnacionalista\njewitt\noncidium\ngaseificadas\nvigorando\nphotoshop\nashanti\nbalear\nschutzstaffel\npavia\nplanta-mãe\nacarretará\nfavelados\npontius\nbenjy\nbenji\nalicerces\ngrew\ngrep\ngrey\nkilowog\ngreg\ngrec\ngren\ngrei\ncavo\ncave\ncavc\ncava\nmeridionalis\npilsner\nenchiam\ncavs\nsussuarana\ncaetiteense\nprolongaram\nstimson\ngomis\nsupunha\ndtm\nbrumado\ndtc\ndtd\nfilmworks\nenaltecer\nthrashers\nvandross\ngentleman's\nglúons\npacs\npace\npaca\npaco\nphilly\nrhames\nvaladas\nsvealand\nescutamos\nbrilhado\nanti-navio\nmandaqui\nekdal\ntocar\npassinho\nbrazos\nlança-perfume\nencostada\nencostado\nnaissance\npormenorizada\ndv9\nabsentia\nkosciusko\ndvi\ndvd\ndvb\ndvs\ndvr\nrefaça\npoéticos\nsupracitada\nsupracitado\neuropéias\nzizek\nperiodonto\nóculo\nrussellville\njoelma\nlbf\nmetáfase\ntaichung\nd'eau\nindexa\nescarola\nentertainment\nincompatibilidade\nmassacrando\nsulcos\nantoninho\náedán\nlists\ndirigira\nschicchi\nlista\nmatuto\npemberton\nrodger\nargóvia\ndirigirá\nperros\nprincipesca\ncristalizado\nal-malik\ntancos\ncorpórea\ncorpóreo\ntunel\ntunes\ntuner\nmulherengo\ncelebravam\nmatão\njamieson\ndescontroladas\noutlaws\nambientada\nisraelo-árabe\napoderam\napoderar\nwarlord\nfemme\ndensity\ndecepticon\ntica\nu-9999\nhindustan\nespantoso\nterres\nstruve\ntibouchina\ndaschle\nmedicamentoso\nrsssf\nintegrará\nreabertos\ntma-9\nmiócitos\nmayenne\nnecessitados\ngerasse\nsubstancialmente\netário\nganhassem\nviolinista\nåhlund\nmiséria\nedusp\ntrissino\nraffaele\nhussitas\nmarido\nenfrentarem\nunião\nencarcerou\ngeracionais\nvislumbram\nsalsichas\nmüntzer\nclassificatória\nclassificatório\nbotafogo-sp\ntropicos\nvenezuela\nmitigar\nicatu\ntombadas\nfabiola\nxxxix\nporangaba\nxxxii\namealhado\nsquaresoft\ntapete\ntapety\nrubem\nmarchesi\nmarchesa\nmarchese\niceberg\ndemonaz\ninfundada\ninfundado\nbasis\nbasic\nbasil\nbasin\nhoenn\nfolque\nseven\nsever\npandanda\nabrangidas\nelizângela\nnão-cristãs\nnão-cristão\nneutropenia\nmelânia\nc.e.s.a.\npermitiu\ngrafo\ngrafa\ngraff\nxexéu\nucranianas\ninitio\nsambô\ncirculará\nsüdwest\ntranspôs\ndaniel's\nsufocados\nressuscitados\nehrlich\ninternational\nenxugamento\nquercus\nsuportasse\nvisit\nvisio\napuradas\nshoes\nshoen\nmonitor\nlimerente\nbombardeamento\nobscenidade\ntransformamos\ndecisores\nreinvestido\nsacando\ncombatividade\nácio\nbalompié\npiroclásticos\nroseana\nbaleadas\namalgamação\nfrutados\narpão\nfairbairn\nuta\nhadji\ncomeram\nmalfeitores\ntangencia\nprezunic\nspartak\nauto-proclamado\npetrificados\nauto-proclamada\ntonelada\nconformar\nconformam\nhalfpipe\nwaltari\nelabore\nivanildo\niupac\nleonardos\nzephyr\npalmitos\nmovimentarem\nautoeuropa\npilosidades\npartizan\nornithologists\nluft\nvilnius\ninconclusivas\nescopo\nencapsulamento\ncondene\ncondena\ncondeno\ndétente\ndupas\nintrigados\nconsidine\ninheritance\ncrediário\niva\nvee\nfast\nonslaught\nivy\ndécimo-segundo\nsoda\ncambas\nyashiro\nmicroscopia\nmicroscopii\nasakura\nsoldadas\nlevasse\nhaile\nglossários\nmaidana\nvenezolana\nsuscitadas\ncacimba\nretroativo\nsupervisionaram\nsater\npirandello\nsated\nramzi\nloção\nlisossomo\nzaratustra\nthijs\nalterará\nhospitalidade\naquecê\nestratégicas\naquece\ncelice\ncelica\ncelico\nedíficio\ntilápia\naniônicos\nduzentas\nfalidas\nrhenus\nconvívio\nbrandon\nfustigada\nmidi\nvietnã\ncollectors\nsugarland\nflexas\nprivilegiando\nreciários\npossibilitasse\nlíquen\npolínico\nhipovolêmico\nappiah\nmelquita\njaguarão\nmuricy\nbenvinda\nbenvindo\nlyle\nlyla\nmacroscópicas\nbinah\ncanarinhos\nbinac\ncontracepção\npneumonias\nfamecos\namigas\nnamikaze\ncontribuísse\nrecapturados\nashland\nnegligenciados\nhieroglifos\ntvxq\ngfdl\nrandazzo\ngiravam\nrtl\nbartenders\nodiada\nodiado\nexalado\natendimento\nhomeless\nintrincada\ntrepador\nsncf\natlantis\nsemi-nômade\nlocação\nrealizados\nrealizador\niridaceae\nreally\nvarinhas\nnobody\nhw99\nsf9\ngravíssimo\ngravíssima\nsfo\nmacroprudenciais\nsfh\nsfi\nkg99\nsfc\nthunderbird\ndados99-estilo\ntomavam\nxuxinha\n9/9\nístmicos\ninterraciais\npapilar\npapilas\nsabugo\nsabugi\ncurvadas\ntorminosus\nbloomfield\nhemorrágicos\ninflamados\nlutasse\npré-definido\nswanson\nraquidianos\nmezzogiorno\nmorreria\npithoi\napreciou\nneorrealismo\nastíages\ndamascus\nsolidário\nnanicos\ndecolado\ncaddie\nbabando\nvevey\nfaye\nfaya\ncrossbow\nchocante\nzaluar\noffs\noffa\ntorcidos\npaparazzi\nsuspenses\nlumo\nlume\nlances\nluma\nnauruanos\ntotiente\nfeirão\nhumilhado\nbaseava\nhumilhada\nrtr\nreintegrar\nsingularmente\nnotários\narraias\nregistraria\nsherazade\ninterpretou\nriotur\nesporádico\nesporádica\ntemperamentos\npossibilitou\nopeth\ncravada\nmester\ncompareceram\nbatelada\nenolato\nfutebol-arte\nfontaínhas\npublicadoras\npersistirá\nhevea\nmilissegundos\njungfrau\nadornada\nchamaremos\ngarimpagem\narmandinho\nenfermarias\nandima\ntiezzi\npré-datados\nbrussels\ncomparamos\nhsa\nhsl\nhsp\nhsv\nhst\nhsu\natuador\nbate\nbata\nbati\nbath\nbatt\nbats\nbatê\nboiadas\ndestilarias\nmyrsinaceae\nprovidencial\nprovidenciam\nprovidenciar\nprovidencias\nencenava\namantino\ncolocados\nfunestas\nrecolheu\nsobradinho\neurotas\n-bit\n-bis\nkongsberg\ninjetada\njanick\nlacerdão\njanice\ninjetado\nchateaubriand\nrecolocação\nesperam\ncentígrados\nfacci\nbarulho\nditava\ndimensionada\ndimensionado\njaguelônica\nislamic\nimpiedosamente\nmezzanino\nsuportável\nbretões\nwigmore\ndesorientação\nshatranj\npermanceu\nmarafon\nfortalecê\ncomissionamento\nfuncionariam\nmargraves\nreriz\nmorelos\nreceptoras\ninconciliáveis\ngórecki\nliderança\ncontrolava\nfrehley\ncabocla\ncaboclo\nmirantes\nfatia\nwaldez\nwalder\ndionisíaco\ndionisíaca\ndarks\nmariposa\nametista\nnevando\nabruptas\ndarke\ndeprimidas\nauxílio-doença\narraso\najeitar\ncigarrilhas\ncompilações\npordata\ninglêses\nholandeses\nfatwa\nonor\nendossar\nlustres\ninstrumento\ncerâmico\nrodava\ngermanea\nnigerianas\naldeão\nmadrilenho\nentomologia\nshameless\nrepintado\nrepintada\nituaçu\ntentadoras\nladainha\nzaragoza\nlübeck\nparamaribo\nchernigov\nmeitetsu\ncléber\nnieves\ncasa-de-banho\nbasaglia\naragonita\ngabado\nmarlow\nmarlos\nnestoriana\nalachua\ncobrasse\nsufragâneo\nhunter\namordaçado\namordaçada\nalopatia\neletropaulo\naeroviárias\nchapados\netrigan\ndesvendar\ndesvendam\nponens\nmakassar\nsegue\nsegui\ndagobah\ncontra-baixo\ndescontraídas\nvalquírias\nantonoff\nbono\nmiyazawa\nexec\nexel\nseguí\nfabricava\ninfluente\ntunica\ntunico\nampliadas\nzotero\nprocel\nrappin\nnão-governamental\nsomava\nculkin\nunix-like\nautomatico\nal-nasir\nscène\ndireitas\nex-petista\n999.999,99\nsandrina\nstefy\npassaram\ndireto\ndom-juanismo\nfurando\naudubon\nelixir\nmargeiam\ntraduziram\ncompareça\nwinnie-the-pooh\nconfecção\nverde-esmeralda\nengravidado\npietrelcina\nlínea\nmutirão\nneilton\náras\nbulimia\nseaver\ncortiçô\nø\nmuuuito\nglicério\nacreditou\npoliestireno\ntrifásicos\npensativo\nmojito\npensativa\nre-lançamento\nbanner\nbandoneón\nboxeadores\ncursivo\nvielas\ncursiva\nacionário\nacionária\ninvestidas\nnamoro\nopções\nperpetuada\nsquare-enix\nparodiam\nparodiar\nresolvemos\navermelhado\nprestados\nprestador\nhasselt\ndigestiva\ndigestivo\n-cidade\ninocentado\neccleston\nspirito\nbaía\ncansativa\nhipparcos\nability\nexalam\nexalar\nasfixiar\nhospitaleiras\ntulipa\ncapelão\nannées\nweathers\n99/99/9999\ngülen\nperfeitas\nancede\nassistissem\nnomeclatura\nquarentena\nlimão-taiti\nislandesas\nstendhal\nvordereifel\nafetavam\nsubarbustos\nfranco-português\nwilderness\nfitoterápico\naraceae\ngouki\nindicação\nprazerosa\nariovaldo\ncaryl\ncaryn\ncharter\namastris\nlamentável\nargelina\nargelino\nlynne\ncírculos\nimpressores\nirará\ncharlton\nescudeira\nescudeiro\nvetadas\ncedreno\np.o.\nbanalizar\nhidden\nlamego\ngostavam\nbateu\nbates\nbater\nsanosuke\nlubumbashi\nbatem\nbatel\nosmose\nocinsoutput\nmodena\ncerceris\nerradicada\nsatō\nfresadora\nfontainha\nbertário\nsanctis\ncópulas\nexclusões\non-board\npassadinha\npaddington\nstuttgart\naracruz\nvermífugos\natalarico\ntamagotchi\nsuponho\nmoocs\ngastroesofágico\nangariando\nsota\nsoto\nfrauenfeld\ncitizens\nvilma\nabundancia\nwittmann\napontava\nlow\nvanguart\ntheobald\nvanguard\naltemar\nperiferias\nrecém-formadas\npmdb-ap\npmdb-al\npmdb-am\ndespida\ndespido\nhimalaya\nqu99\nacteon\nprocuradora-geral\ndemografia\nsintomas\napaes\ncp999\nvestirá\ncetamina\npositive\n³\nnaturalmente\nmunícipios\nnuclídeos\njaponês\ncompiz\ncaramelos\nrevelem\nrevelei\nlebron\npressupunha\ncessou\nquatuor\nusasse\nchubby\nphotographie\nphotographic\nbicampeã\ncrostas\nwinkle\nsocorridos\nleibniz\npagliacci\nserosa\nzezão\nintegráveis\nadiantados\nteens\nsvoboda\nrepete\nchorizo\nfagócito\npeuterey\ncianose\nissa\nexpedicionários\nmuğla\nmirabolantes\nmoinho\nparticipe\nparticipa\nparticipo\népoque\nvicenza\nextremo-sul\nmeloria\ndissection\ninfecções\ncluj-napoca\ncaminhada\nв\nkanryo\neslovénia\nex-povoado\nfibrinogênio\nmasséna\nnauruano\njáder\nabrigue\ndeclarações\nprogestina\ncomprometesse\ntomou\nprimeira-dama\nsensu\nsense\nsensi\nsenso\nmicorrizas\nbérrio\nmetido\nmetida\npercebera\narbustivo\ncafeeiras\ncarachi\nmontanha-russa\nmissed\ngarvey\nmisses\npegaria\nperceberá\nmonóicas\ngladwell\nkenway\ndiffusion\nfreud\nvandalismos\nrokycany\ncidade-fortaleza\nlastimável\nd'eça\nensinasse\ndetestavam\nestivemos\naparentada\nex-tv\ncespitoso\npressionada\ncoroação\npleurisia\nintel999\nlxx\ncanned\noxidados\ncannes\nmeios-pesados\nlibertadora\nb²\nkimba\ntranslação\ncottrell\nbô\nbó\nseattle\nindagou\nkimbo\nintencionalidade\nb.\ntokaji\nb9\nbd\nbe\nbf\nbg\nba\nbb\nbc\nbl\nbm\nbn\nbo\nbh\nbi\nbj\nbk\nbt\nbu\nbv\nbp\nbr\nbs\nbx\nby\nhorner\nhornet\ncotswolds\ngoleando\ninferências\nespinhais\nainur\nainus\ntissot\ntibetana\ntulsa\naniônico\nescassa\nmusgrove\nmariaca\nisotérmica\nisotérmico\ndepressor\ngaliza\nangusta\nmariners\nnegociada\nnegociado\ninstalassem\nrheims\nal-hasan\nmicrosiga\nestupor\nconnors\nhabitariam\nshoryuken\nallon\nallow\nссср\ndesigns\ndesigne\nuniformização\nlácio\nrejuvenescer\nchartreux\nmarizete\nrealçando\ncortella\nectoparasitas\nclaymore\nmaclean\ntrovejante\nchambéry\nkweli\ncaçadas\nsamarra\nd'asti\npré-colombianos\nondulatória\nverilog\nmoviola\nboise\nreparando\nlíber\ntaquaral\nocidental\ndesdenhosamente\nvislumbres\nderval\nutilizados\nutilizador\nhohenstaufen\nbf9\ngeneralizada\ngeneralizado\nprateleiras\nconservados\ncontinuemos\nperdoado\nperdoada\ngergen\nbaucau\npurulenta\nstage\nredimida\ntaikodom\netrúria\notimo\npretas\nhematopoiéticas\nincursão\ncount\nmushroom\nzheng\nhuck\neyre\nsocotra\nfb99\nmercantilista\nquantizados\npensarmos\ntevatron\ndescreviam\npostulam\nakp\naku\naka\npostular\ncapitão-de-fragata\nedilsinho\nholocausto\nzíbia\nsimlish\nlorelai\nmaculada\nmaculado\npatentear\npiscator\ndesesperados\ndesesperador\nestevez\nesteves\nresidiria\nnicolelis\ndizimados\nflutuantes\ncan-can\nsmolny\nmosshart\ngottfredson\nfisgada\nbaraka\nbaronia\npriscila\nguindastes\nsmallville\nadmiradas\ndobradores\nameaçavam\ncorifeu\nnilesat\nislandesa\nlybrand\nbellotto\nsifão\nco-escrito\nadoraria\nsubtraído\nexcluindo\nyáñez\nlindt\ntarawa\nconstituiriam\ncritique\ncianorte\ngingerbread\nfatores-chave\nfight\nfebvre\ncrixás\nconstituintes\nhiranyakashipu\nbolus\ncruces\neducar\naprimoramentos\neducam\np\nsuperfaturadas\nestruturaram\nconcordata\nreticentes\ncaipirinha\nviolencia\nconvencia\npretoria\nmetrossexual\nsândalo\nbarron\nbarros\nbarrou\nvibratória\nservant\nvibratório\nlimavady\ncastigar\nmaniqueus\nlisas\nhérault\ninspetora\nhéireann\nbayelsa\nporsches\nsiza\nsize\nextorsão\nsacramentais\nvivamente\nbere\nا\nsporus\nvisitaria\npolifilético\nintransigência\ndemodulação\npraga\noizumi\napresentadora\nlahars\ngerasime\nmetafórica\nmetafórico\nemocionaram\npolêsine\nlatões\ntrapt\ntrapp\ntrapa\ntrapo\nsahyoun\nexcel\nstruct\nincentivam\npetebistas\nsecretismo\nriba-côa\nhassídico\ndesdenha\nudall\ndândi\nrespeitada\nrespeitado\nrecomeçou\nfotograma\ndemolir\nluzia\nbressane\narmário\ncarebara\nqw999\ngimnodesportivo\ntimon\nstrathmore\npinscher\nnotabilizaram\nsubdividir\nsubdividia\ndocumentation\nsalimbene\nsalimbeni\nflor-de-lis\n。\nxotes\ncabeção\nrevelando\nempobrecido\nempobrecida\ngoiases\nromains\ncatapultas\ncatapultar\nabsorve\nbrazlândia\npadecem\npadecer\npadeceu\nimpetrar\natacando\nmúmias\nadmissibilidade\nprocede\nproceda\nterraplenos\ngentílico\npalmatum\nindecorosas\nfracamente\nbraúna\nobstinados\nreacção\napossar\nvassili\ndescobridores\nfornada\ngeiza\nconectar\nvassily\nshinden\nteruel\npersuadiu\ntratasse\nseidler\nmodelagens\ndobrava\nliquidadas\nmecanização\nkhamis\nchocos\nchocou\nfranch\nedvard\nfabius\nobotritas\nhimself\nextraterritorialidade\nvantagem\ndissídios\nnacional-mg\ncenotáfio\nhábitat\neckert\nremanejado\nremanejada\ncleisson\nrecheados\nbalneario\ncotingidae\nsuscetível\nedrel\ncragnotti\ncarroça\nreavivado\nwesterberg\nformado\nhalloween\nexsudatos\nroscommon\nmoretto\nroubaix\ntrustport\nrosemary's\nartesã\nimediatistas\notomis\nmamonas\nphotograph\nborden\ndifundiram\nbordel\nborder\nbordes\ncosplay\nserrilhadas\nwertheimer\nex-ator\nreparador\nalinhamentos\nguano\nmarvels\nperturbadoras\nspinoff\npeixinhos\ndignificação\nacentuar\nradiolários\nmarasmo\nfalchuk\ncontentando\ndécimo-quinto\nmolinaro\nmolinari\nsegregam\nsegregar\nicterus\nexecução\ncarioquinha\nrepactuação\ncognata\ncognato\natônitos\nartitas\nlixomania\nnotices\nborralheira\npericulum\nhoechst\nsuavização\nexames\ncunila\nprinze\nsolution\nhaydn\ndogmas\nrefinados\nrecessiva\nrecessivo\ncoloane\nselecionará\nsubstantivos\ntrotskistas\ninterbairros\ngarigliano\ntopógrafos\ncinque\nharmonica\nsubprocurador-geral\ntextura\natrás\nquixeramobim\nvice-primeiros-ministros\nreuven\noxiteno\nramos\nsansão\nescore\nsabellidae\nkhojaly\ngorki\ntetracampeã\nfora-da-lei\npaceman\nmilhoes\nindignada\ncapacitores\ntratar\nprejudicou\nalargaram\ncontorcer\ncírios\nefectuando\ntecelão\nachamento\nhediondos\nroms\nmongke\nrome\nroma\nromo\nlatinoamericanos\nromi\natlanta-9999\nreginato\ncontempladas\nzurique\nre-lançou\nrejeitar\ndisponivel\nchivas\nyoshimi\ntrabalhassem\nmarcucci\ncikel\nvisualidade\naisha\ncananita\nclassic\nbombardeado\nradaronline\nacumulasse\nmelungeon\ndesenforme\nadiá\nlaura\ntrojans\nlaure\nlauri\nlauro\nlérida\ncrescera\nsatisfeitas\ncavendish\ncrescerá\ntver\ngades\ngentileschi\nmisano\ndiscipulado\nsungas\nlenílson\nemboabas\norgia\nparchim\njair\njail\njain\namarrada\namarrado\nterrace\nibrahimović\nthus\nagil\nagia\nagir\nagip\nagiu\nleopoldino\nleopoldina\nempregamos\nadib\nbayreuth\nibrahimovic\nanúncio\nlevett\nenxames\npassando\nevoluem\nparet\nbarry\nbarra\nbarre\nindicassem\nbarro\nsellars\nbarrô\nbarrá\nbarré\nempalhado\ncolheita\ngerberga\nporanga\nipsec\nastenia\ndiscriminatórias\nwigan\novações\nreticuli\nbalísticos\nreferi\nternário\nternária\ncaranguejos\nsuaíli\ndaly\nizalene\nhammarskjöld\ntyga\ntabet\naconselhou\n.....\nvobis\nfalk\nfalo\nfall\nfala\nfale\naspergillus\ncontá\nturtles\nangus\nconté\ncontê\ntaviani\nbufantes\ninstrumentos\nchristo\nchristy\nconte\ntriagem\nconta\nconto\nconti\nasfaltadas\nd'escragnolle\nsul-mato-grossense\nsecá\nvoyagers\nrodavam\nindireta\nindireto\nbromato\nseca\nseco\nsect\nedwin\ntransitado\nafastar\nlibido\nbatmóvel\nafastam\nvladivostok\ntuy\ncidade-fantasma\nhoban\npaint\npains\nvenerável\nbocuse\ndestruido\ndestruida\njukka\nkoenig\nthomas\nthomaz\ndiner\ndesvendá\njalón\nsapir\nferdusi\nsubespaço\ndesvenda\narrebentaram\ndigby\nesférico\nskrull\nsecret\nschuller\npavani\nqc999\nimagawa\nausteridade\nsapiens\ncompensou\ngwinnett\nbraguinha\ntillemont\nbaca\nbaco\nback\nbach\nbacu\nbacs\ngastroenterologia\ngenerosidade\nleibovitz\ncolocavam\nfarragut\nalfabetizado\nalfabetizada\namabilidade\ncrips\ncapelas\nmovimentando\ninterceptaram\ntiranos\napunhala\nengineering\nequinodermes\nmogóis\nmarselhesa\ninvocadas\nritmo\nsalvação\nconferencias\nramatis\n#truquesdaadriana\nfoguetão\nex-machina\nfiltração\ntrabalharemos\nínfero\nkaiju\nefetuasse\nressonância\ntocara\nseladas\ninteressava\ndesencanto\nexercitou\nexercitos\nlingerie\nsacer\ntocará\nchifre\n⇒\nfalou\ncananeia\npife\ncomfortably\ngestora\nvistoso\nortiga\nw9\nvistosa\nrecarei\ncisticola\nesquerdistas\npossuíssem\nwe\nwb\ncarlsson\nwi\npolvilhadas\nfulfilled\nwt\nnáchod\ndefiant\nflagra\nhuelgas\nhospitaleiro\nencke\ncorrelações\nimprecações\nerivelto\napodis\ndementadores\nonri\nataque\ngrampear\nunhas\nsantas\ncabrais\ncarboxílico\ngliptoteca\nautobiográfica\nautobiográfico\nleciona\norgão\nthoreau\nshazan\nsozinhos\nposteriores\nsergey\nhennig\nnavegações\npolimorfos\nchamasse\nakiva\nestridão\njudaísmo\nerecteu\nadotarem\nmusculo\nindevidamente\ntololo\nb.a.\nconscientes\ngymnasium\n9999-9999-9999\naumentarem\nnördlingen\ncandidataram\nipead\ngloucester\nconcorreu\nconcorrer\nconcorrem\naglutinam\naglutinar\nexpo\nunorthodox\ntransat\ntransar\ntransas\ntreaty\ntransam\npancada\nlamentações\ntowner\nbr-99\nfloriana\nfloriano\nariobarzanes\ncorrigidos\nnapoleónico\nhanzo\nelfin\nmicroregião\nmaderno\nfuturologia\nmartinica\nprivatização\ndecanter\ncampânula\nloughran\nsongo'o\nbands\nbanda\nbande\nimprescindível\nrodrick\nhengist\ngraziani\ngraziano\npresidencia\nfacultativos\nmamelucos\ndomesticados\nterópodes\nextrativistas\nniphaea\ninterligará\nerlach\nmsx\nmsv\nmsu\nmst\nmss\nmsr\nželjezničar\nmsm\nmsi\nmsg\nmsf\nmse\nmsd\nmsc\nmediáticos\nretificadores\ngerará\nmojica\nbiesbosch\nsismologia\npiñera\nprimeiro\ngerara\ngerard\neset\nastérix\nastério\naperibé\ndivisional\natracadouro\nprofit\nprzeworski\nunruh\namerício\nkai\nspengler\nbiótopos\nhabsburgos\nazores\nmantidae\nfreshman\nconversa\nmalheiros\nkal\neletroencefalograma\nmorazán\ny-99\ndiscuti\ndiscuto\ndiscuta\ndiscute\nfiga\npontagrossense\nreceios\ndescobriu\ndescobrir\nkaz\ncredenciaram\nrechaçada\nvotivo\nbismark\npula-pula\nkuduro\nf-secure\nanêmona\n#brasil\nbrood\nânia\nânio\nkasparov\ngrice\ndeleuze\npatética\ncorrói\nreznor\nusbequistão\nmacmillan\ntomazinho\ngupta\nucayali\nmarquezelli\nlegitimou\nreexaminar\npreparador\npreparados\ndorset\nretransmitido\nenvido\nportuguez\npúlpitos\npupas\nindumentárias\nwaldstein\nbombástico\nteutónicos\nrelembrava\nacontecidas\nafortunados\nbambaataa\ninadimplência\ncommercio\nlinking\nbinot\ncontra-ataque\nobrigação\nenquadrem\nweffort\nappear\nolancho\nbfc\nbfb\nbfa\nbfg\nbff\nbfs\ncômio\ndesertificação\nappeal\nhorizontes\nfinanciadoras\nconrado\nfizeste\ndoceria\nextirpado\nzwinger\nguebwiller\ncz99\nimmitis\nerebus\nfornecedoras\ndestarte\nglobal\nimportunado\npandolfo\nacentuaram\ntybee\nachatinellidae\nescorregador\nastrolábio\nalmeidão\navancini\nenvolvência\narmênio\nguelfos\narmênia\ndubrovnik\nlibertem\ndi-hidrocodeína\nbrasileiro-9999\nmisfits\nratoeira\nexpandia\nexpandir\nexpandiu\nespectroscópio\nenraizou\natém\nintratáveis\ninduction\npurgas\nresisti\ndispersarem\nkoehler\ndeocleciano\ncombat\nquadrúpedes\nradicalidade\nex-grêmio\npastoral\nteese\npastoras\nobedecesse\nspur\nmarivaldo\nogre\nintimadas\nogro\nmolhar\npeludos\nkimbundu\nguaxinins\nkommando\nlegalizando\nmurano\nmahamudra\nwukong\ngazetinha\nscissor\npanzer\nmandada\nmandado\ntsiolkovsky\nnormalizando\npresume\nperóxido\nlawson\nmoldávia\nmoldávio\nclydesdale\nredundante\ncoluccio\ninfluenciada\ninfluenciado\nstratford\narbusculares\narrecadado\nabbot\nisolando\nbiografia\ntransformei\ncomprava\ncult\nuniriam\nadmiráveis\ndesapareça\npacífico\nlaringe\nrezada\nrezado\nlavelle\nroquefort\ntoulouse\nthreatened\nduas-caras\nalto-mar\ncomédias\nnº99\nczolgosz\ninterditava\ndiario\ncheirar\nmeowth\nanne-marie\npost-punk\nhisterectomia\npernalonga\n99-99-99-99-99-99\nreapareceram\neucanaã\nverificar\najuricaba\ncarste\nrelish\nateliê\ncruzasse\nguloseima\nentusiasmante\ndory\nmacedonia\ndorf\nretroescavadeiras\ntintin\nvicariância\nreconstituiu\nreconstituir\nsleeps\nsleepy\nluminárias\nadotará\nyerevan\ntrombone\nmoçárabe\namostrais\nseguradas\niguanas\nzx99\nestádios\nhelicopter\ndepurar\ncorruptelas\napropriam\nartisticamente\napropriar\nseine-saint-denis\ninteressasse\ncomodo\nsubgêneros\nacrescentaram\nressocialização\ntéo\nrecebesse\ndrama\noutorgava\nincertezas\nmonotelita\nalcinos\ncheetah\nzaft\nmihály\ncavaleiros\nacontecida\ncabimento\ngildenlöw\nissoudun\ndestilada\ndestilado\ndisputados\njéfferson\nagroturismo\nex-amor\nprimatologia\nelipsóide\nmapeadas\nloterj\nbandalheira\ntém\npl-9\neregida\ncansar\ncansam\nsecção\nquissamã\nconcedam\nrotundas\nténéré\nfisiopatologia\nanalito\njaguars\ntéa\nestame\nfinancia\nfinancie\nrubens\natraídos\nfonação\ninxs\nrebolado\nancestrais\nusman\nvizinhos\ncoladíssima\ncoladíssimo\nfinanciá\nllosa\nwaimiri\nciclamato\nhélcio\nhockenheim\nicoaraci\nvaletta\nvalette\nbarangays\nminguado\ngraziella\nfright\nkiyonaga\nafro-descendente\nsemi-profissionais\ncondephaat\ncournot\nrize\nsnuka\nfaetec\nº99\nprovider\nanti-histamínico\ninfiltraram\nsiryn\nbiden\nantagonista\nsuperficialmente\nying\nfrouxos\nsportgemeinschaft\ncharlatão\nhabituadas\ntravagem\ndesgualdo\npulsar\nmontecassino\nsebos\nasgard\nfracção\njezabel\nluxações\njuruti\nbisavô\nlistel\nbactéria\ngordurinhas\ncommotion\ninternar\ninternal\nfrail\nogiva\nludwigsburg\npoodles\ndesmatados\nembargo\ncondominial\ncoord\nsubrotina\nclarone\nefsj\nefsc\ndominância\nfosfolipase\nbónus\nexortações\nbargello\ntan-tan\ninestimável\nfornecerão\nproficiente\nincontornáveis\nnadeshiko\nantagonistas\nyellowcard\npredefinidos\nmelodicamente\nmáxima\ntrava-línguas\nipso\nnanuque\napropriações\nbetis\nbetio\nsocializante\nmtdna\ncrowell\nurease\nmagic\nmagia\ncatiões\nprocedendo\nrichmond\nabrira\nbarsotti\nconsultorias\nchocolates\nconurbada\nfebres\nvästergötland\ngambá\nresnais\ncounter\nmahabharata\nartesanais\nsecundaristas\nd.a.\ninflamadas\nsion\nsio9\ngigantescas\nintercambiável\nrarotonga\ninguinais\nressucitado\njohnathan\nlumine\nhunsrückisch\nvsevolod\nwilhelmshaven\nfofinho\nfofinha\nbridges\nstreams\npaginação\njaguaraçu\nagregada\nlouisiana\npetronila\nmazar\nminitel\ndesconectadas\ncatuípe\nmesnil\ninsultando\nengelhardt\nconsulado-geral\nbárbaro\nmaurus\nconfortáveis\nbárbara\nmander\nmandei\nmandem\nmandel\ncobham\nsemi-úmido\njessy\nsalsete\njessi\nrijksmuseum\noncologista\ninclinava\nengrenar\nriverplatense\nmastermind\ncontarão\nregap\nregas\nrechaça\nrio-pretense\ngorgulho\nregal\nregan\nbellerophon\nfretado\npombo-correio\nfalwell\ndesejoso\ndesejosa\nsoubera\nrecaem\nbultmann\nvoltado\nscheer\nescravidão\ngêmeos\nexplodindo\ncobriu\ngarimpo\npattison\nearlier\ncorgan\nitalianização\nconfigurado\nconfigurada\ncentro-leste\nviète\ncroce\nburlar\nprofetas\nacarretaria\nstandart\nmethuen\ncharterhouse\ncordillera\nzeeland\nclonados\ncoprodução\nzimbo\nnvi\ndemógrafo\navalizar\naeronautas\nvinicultura\nfuncionara\nrecessos\ngillibrand\napplied\nkanem-bornu\nfuncionará\nilya\nabater\npassageiros\nimediatas\nbergse\nfridman\nmantermos\nguisard\nfiscaliza\nposo\nposh\nquedo\npose\nposa\npost\nmeia-volta\ninflamatória\ninflamatório\nguarás\npickering\nalejo\nkinzo\natributo\ndifusas\nadquiriam\ncarroçável\nscheinkman\nathina\nsubliminares\ndelegado-titular\nparênquima\npaíses-membros\narsène\ndisúria\nflames\nconfrontando\nflamel\nflamen\nadocicadas\nglicerol\nmisturadas\ntranscende\nabraçado\nabraçada\nfracassarem\ncotten\nalopátrica\npetropolitano\nconfeccionada\npetropolitana\nd'arc\nuniformidade\nsolúvel\nciampi\nadmiradoras\npilla\ngardeners\nadulterado\ntorradas\ns.j.\ncilindro\nurinol\ncutículas\narnelas\nlatuff\nhunnam\nsárdis\nleur\njacarezinho\ndoutrina\nroure\nretratando\nmontachique\nigla\nכ\nb-sides\nbpms\neram\neras\nthrills\nriego\nexplorando\ndodson\nmonitorizar\npossibilitada\nmathomatic\nmattheus\nlisozima\npassions\npassione\nrepentinos\nnapster\ntelefónicos\ncuniã\nrenome\ncomerciais\nvendaval\nbrisingr\ndesenhando\nlothlórien\ntrajavam\ndiminuíssem\ntríade\ngasometria\ngovernados\ngovernador\nmassacrada\nluxemburguesa\ncaetani\nengravatados\nkolchak\nmiçangas\narrancada\nclaviger\nsoltura\nidlewild\ninfindável\nwolverine\ncemig\nvasas\niom\ncoevas\nblusa\nblush\nknocking\nzahara\npl-sp\niob\nlitigiosa\ncorumbiara\nincorrem\nconhecimentos\nexijo\nexija\natendia\nbraulio\napaziguador\ndamous\nassustadas\ntresloucada\nevitaria\njuradas\ncromátides\nescassos\nwundt\ncolaborações\nkatherine\nrope\nlaudos\nsulivan\nfantasiadas\nterceirizou\nméchain\nregulamentador\nregulamentados\nconjuração\nárvores\nhipnotiza\naritméticos\nafetuoso\ngravemente\ngovernasse\nhasan\nwithin\nquetzalcoatl\npegajosos\nmahfuz\nmalabaristas\naloés\ngelásio\ncereser\nquarto-zagueiro\nchamisso\nassíncronos\nmarcellin\nquerela\nparelhas\npaintings\nacoplamentos\nestardalhaço\nfolhinha\nétait\nfeller\nesmeraldino\nretrovírus\nsantão\nmeteorologistas\nmuar\nmuay\neluf\nhisroshi\nnanaka\nconstruíndo\norganizadoras\nprestigiar\nprestigiam\npesaroso\nligadas\nattanasio\ncarreteiros\nε.\njuego\náguila\ntrfs\nlayevska\nprofesional\ngomarus\nhesicasta\nliteiras\nbaris\npop-ups\nheterossexualidade\nenciclopedistas\ninvisible\npapamóvel\ncefalorraquidiano\ndesprendem\narqueologistas\ndesprendeu\naccenture\natribuía\nfaramir\ninexplicável\nsoletração\npós-impressionismo\nhonradas\nhinder\nintertidal\nsigilosas\nencadeamento\nrotaract\nxenônio\neam\nean\neac\nead\neax\ncourts\neap\neas\near\neau\neat\nconar\nconan\nconab\nconad\ntalkin\nyentl\nconciliado\nmalleus\nsalón\nancoramento\ncidadã\nweiler\nprioridade\npré-eleitorais\navellaneda\niçada\nfeeding\norbes\noscar\nmarista\ndescabida\nguise\nbatimentos\nexaminando\nbecky\nexcursionaram\ncitoplasma\nnutricionais\narritmia\nclicando\nsigam\nsantísima\naportados\náureos\nglechoma\ntortona\nperseguiram\ndespreocupados\nmaltrata\nbanguecoque\nimaculado\nimaculada\nlocarno\ndesencarnação\ncesca\ninterdisciplinaridade\nbaixa-mar\ntiraspol\ndelight\ntakaoka\nopportunity\nmaterials\nquipapá\nliviero\neliminasse\nquântica\noromë\nescandente\ncelebramos\nganhadores\noromo\nalegrando\nafundam\nafundar\nsetim\nasses\nconama\nreveladas\ncabrália\ntchecas\nenganação\nfluidos\nfianqueto\nbroek\noratórios\nbaldur's\nalhama\na_number\nunna\ntectônicos\ncanellas\nparral\nlayne\nconnector\ntoninha\ncorresponderem\nguardiões\nacrónimo\ninterrompido\ncamamu\npalla\nadvoga\nescaldante\nshiny\ncaldas\ncantabile\ncomputou\njeux\nbousquet\nepicurista\nboliqueime\ncirilo\nbrooks\nfaetonte\ntornozeleira\nsatisfeito\ngoesa\nleucopenia\nsatisfeita\ndiagnosticar\nadorou\ncharadriiformes\ncastor\ncastos\nsubcontinente\ndescontinuidade\nboiardo\nmama's\ncisalhamento\nestudassem\nziphiidae\ntelha\naudição\noraculares\nintrodutores\nimpregnadas\nguarani-mg\nalcoólicos\nfolhelho\nvestigiais\npregaram\nthorpe\ninstintivamente\nvistas\nilustrados\nilustrador\npiraquê\nvisigodos\nvitoriosa\nvitorioso\nmalucelli\nmontanhista\ncruciais\nmongkon\nogma\ngozado\ndudízio\nsushis\nremexendo\nroddenberry\neletromagnética\nberrar\nasesoría\npenúltima\npenúltimo\nexploravam\nvaillant\ncambará\nsilanos\nex-editora\nginer\nrosto\nresponsibility\nhemetério\ndesenvolverá\nfreund\navós\npankhurst\nflamejante\nestrangulando\ndesenvolvera\nghirlandaio\ntoxinas\nhalf-blood\naurispa\ncontracenou\nesgote\nesgota\nesgoto\nlamoral\njudoca\ninstituíram\nsearchers\ntsunenaga\nincinerar\nstoria\nstorie\nequacionamento\npaliçada\ncangrande\nlnls\nmaomé\noficialidade\nobtinha\npronatec\nchemnitz\nreformados\nreformador\nscofield\nnarayana\na-99\nfallin\nontario\nidomeneu\na-9a\na-9b\nvitimando\ntavora\ntransl\ntranso\nestatísticas\nmantova\nbarraxe\ntext-align\ntheodomiro\ntriunfado\nglyphipterigidae\nevaporando\nfukuoka\nsavelli\nimprovisando\neesc\ncocoricó\ninulina\nrevê\nsucumbe\nerwin\njataizinho\nrevi\nabaixadas\nreve\nklaw\nklas\nvancomicina\nklan\ndromaeosauridae\nereta\nereto\neretz\nvalentiniano\nturminha\nsobrames\naluísio\nmentindo\ngungan\natacavam\nentrevistado\nyujiro\npernambuquinho\nocorridas\ncaelum\ngomułka\nblériot\nsamphan\ncontra-argumento\npoluente\nlameiras\nacedendo\ndejima\ntakeuchi\nradiotelevisão\nlambendo\ncontinentais\nantecedia\nestádio\nanimalia\npitton\nmiopia\nnaviraí\nquarup\nsobrepostas\nexpoagro\nfaces\nclarinho\nlivre-mercado\nca-99\nrovaniemi\nestourava\nlápitas\n！\ndesenvoltura\nmonarquismo\natacante\nrestabelecesse\nguilhermo\njaguaribe\neisenman\ncarros-pipa\nkaio\nkain\nkaia\nbottino\nbottini\nmundurucus\nunder\npossuiu\npossuir\neprom\npossuia\nleonov\nleonor\nformica\nterem\natingiam\nbolatti\npunishment\ng's\nregicida\nhalogenação\nhanon\nhanoi\ncarpentária\nválega\ntrutas\nindubitável\nevaporativo\nkreisau\nwtcc\norbitava\ntrocadilhos\ntourist\ntourism\ngissoni\nmanmohan\nmaneio\ndurável\nclélia\ngayvn\narirang\npence\npenca\npenco\nencíclica\nipomoea\ntoy\ntor\ntos\ntop\ntov\ntot\ntou\ntok\ntoi\nton\ntoo\ntol\nmarquinhos\ntob\ntoc\ntoa\ntod\ntoe\nphantasy\nbsv\nbsp\nbsd\nbse\nbsa\nbsb\nbsc\nsection\nformalizaram\ntransformassem\nagostini\nagostino\nagostina\nfóssil\nsoutheast\ngravadas\ndir-se-ia\ncasamenteiro\ncasamenteira\nararaquara\ntrachylepis\nconvidativos\nludovici\nludovico\nludovica\ngaudério\nmezzo-soprano\nspecter\ndylan\nderivável\ncamaronesa\ngreenwich\nprocessamento\nsemi-lagartas\napedrejado\naan\ntutorial\ninfrações\nguaynabo\nsubsidia\naloízio\ninfiltram\ninfiltrar\ncocais\ngratificantes\nvermoim\nlunda-norte\nimpostura\nfetiche\nalçadas\nyael\niniciem\niniciei\nokazaki\npt-rs\npt-rj\ndoris\nerudito\nfrutuosa\ntchu\nfrutuoso\ntcha\ntche\nlouny\nchelonopsis\ncontinue\natuam\ntchô\ntchê\nmorfogênese\nlibra-peso\nspringfield\nmacroscópica\nmacroscópico\npredio\ncartões\nexecute\nexecuta\ndesmascara\ndarrow\ndeliberando\nexecutá\ndesmascará\naltaneiro\naltaneira\ndados99\ndutchman\nmantinha\ndeixará\nconturbadas\ndeixara\nworkshops\ngrimório\naperceberam\nouviu\nouvir\ngypsys\npugin\nsabotage\nxeon\nregimentos\nlexell\nsobrasse\ninquebrantável\nfigaro\nancestralidade\ndnit\nindecisa\nindeciso\nvitus\nareosa\nsonoramente\narchanjo\nsuperdotado\npré-instalados\nopcode\nlaurier\nimpressas\nabissal\nbóia-cross\noptima\ntupinólogo\noptimo\nimateriais\nabsolveram\nfitow\nmanivelas\niniqüidade\ndiretriz\nforneceram\ndeslocasse\nchinesa\nchinese\nsonolência\nradcliffe\ncorredores\nsainte-beuve\narrancados\ncostantini\nnamor\nnickelback\nnatchez\nbarreirense\nmyra\nvm99\nemancipadora\naparelhos\nschedel\nedel\neden\neder\noncinha\nespetro\noriá\nempadinhas\nmerecerá\ndhanbad\ntartaruga\nconstruíam\nyvan\nnumber\ntortillas\npré-estreia\ndiletantes\nisocianato\nbrannigan\neléctrico\nsvelto\ntuxtlas\ncopiosamente\nmacroalgas\nespeculativo\nolimpíadas\nhedlund\narchitect\nhigienização\njbouer\ncabedelo\nschteinberg\npercorra\nsurabaya\npercorre\npercorri\nmirnyi\nvisigótica\nmcdowall\nfognini\nrevolucionado\nromances\npercorrê\nhelênicas\ndirck\ndirce\nsículo\nelefantes\nrocking\njames's\nhag\nboicotada\nnavigation\nboicotado\npiquetes\nacabei\ncolunas\navatara\naderaldo\npurista\nyle\nmiletich\nex-assistente\ntrópico\nfick\nfico\nmillau\nmillar\nmillay\nmillan\nraszagal\narrojada\nvereadores\nafeição\ngânglio\nsolzhenitsyn\nínfimos\nbanquisa\ndennehy\nemblemáticos\nprometiam\nfranceschi\ncorvos\ntrump\néaco\npalheta\nambientado\ndedicar\nmorgoth\ndedicam\nbattambang\nimpactada\npassaportes\nigespar\nsouza\nchiquitos\nrelated\nferromagnetismo\ntominaga\ncedral\ncedraz\nquádruplas\nlaurana\nh9o\ntheia\ntheil\ntheir\nirrefutáveis\nestréia\nlusíadas\narquitetado\narquitetada\nhonraria\nbarón\nlinji\nlostprophets\nta99\nvacarias\ntwingo\nsémen\nvendedores\ninca\nincc\nince\ninch\ninco\nexteriormente\nstudent\ngimpo\nreason\ndispositivo\nvaletas\nenvasado\nreintegrado\nlúdica\ntargum\nhumilhados\ncicloturismo\npré-islâmica\ntranscorre\nhellacopters\nmarçal\nmutter\nriau\nriaa\nostentava\nriaj\nrial\nrian\nrecolherem\nhumba\nimaginavam\nkeno\nklaksvík\nsucede\nhague\nnagual\ncolchete\notite\nsucedê\ndeclarativas\nclassification\nhaupt\ncarioca\ngenival\nsupôr\nimprudência\nalbergando\nesquematicamente\naigle\nsiro-malancar\notero\ntumultuados\nquixotesco\nsakurai\ninhaúma\nverlaine\nagátocles\neffy\neffa\ngrellet\nboxeadora\ntorácicas\nbellinati\njaén\ntinga\ntinge\nliborio\npillars\nísis\naiea\nmáel\nbeneficiários\nratificada\ncontrastantes\nwoodstock\nplebeu\nesquema\ntri-lobulado\nstingray\nproas\nproar\nchemins\npalestiniano\npalestiniana\nsaint-maurice\ncbjd\ncbjj\nbrinquedos\niturama\ntripleto\nshipman\nameniza\nlucila\nlucile\nqin\ncometas\ncometam\nqiu\nmeynert\nviável\nvladek\nfrenzy\nconfrade\nabordava\nquique\npintar\nadivinhado\nevitá\nproulx\ncolibris\nevite\nevito\nex-delegado\nlimewire\nacabassem\nlentulus\nberlinetta\ntuninho\nresponderiam\nplies\nichihara\nbernardete\nsemaine\nreaquecer\nrivotril\nblindar\nlindup\npesaria\njacarecica\ncalvados\ncompositor\ncaminhamos\nairlines\nanunciasse\ngémeo\ngémea\nstenostephanus\ntitanfall\npagador\nscholarship\nbatalla\nréus\nfenerbahce\ncaminhantes\nbone\nbond\nitalianas\ncremado\nincumbência\ndrive-thru\nduffield\nconhecemos\nbilhões\nadana\nhidrolases\nestremecidas\niridomyrmex\nquebracho\nsujou\ntrigêmeo\nitaipava\nfreeland\nmoabita\nhippopotamus\nacrescia\ndyonélio\nsequoias\nrequisitou\nleonina\nbondinho\ndesregulamentação\ncourrèges\nglaucescens\nbihac\nfta\nftc\nsingularidades\nparnasianismo\nhiperligação\nzurg\nconferência\nascendências\npontapé\natirados\ndemocratas\nâ\nharbin\nsayid\nvaporizado\ncorneteiro\negipto\nleclerc\nbarely\nlz99\nirritado\nirritada\ndirect9d\ndissimulados\ninjustiças\nbarilla\nmariozinho\navallone\nincluso\nserrador\ninclusa\nquest\nchordata\nnewcomb\nbuscou\nconsolos\nconsolou\nnautilus\nkonstantin\ncontratava\npreconcebida\nmeier's\ncapivara\nimbé\nmicrólitos\ncapivary\ncaseros\nmarotta\ntarsos\nhepático\nhepática\nprocedem\nweatherman\ncarbonatação\najardinadas\nlegitimada\narbus\nlegitimado\nproceder\npreprocesssinglearg\nmasuda\ncomunicado\nribadavia\nlucrativos\nrecrutaram\njorra\njorro\nfaialense\nguelfo\nguelfa\npretexto\ndetermino\njel\nvallee\nlpi\nidealizava\nsustentando\nverifica\ntribunais\ntoyohashi\nipanema\nsuki\nembriagado\nembriagada\nverificá\ncaudilho\nsujidade\nacanto\nrouge\nsirenes\nrough\nprostaglandina\nbarère\ndramatique\nincongruente\nyasu\ndesconectada\neletronet\nfigado\nhadoque\nreflorestamento\ntelemar\ndesentendimento\naguirre\nandrogênios\ncelebrará\nemmeline\ncoronárias\nspoleto\nhemming\neritrócitos\npalamenta\nmaven\njantavam\nheptatlo\nselagem\ntelegraaf\nbornholm\ntwiggy\nniassa\ndissensões\nsofresse\nsearle\ncesp\nregalis\nl'origine\nintervencionismo\ntelegráfico\nabuda\npró-escolha\nrecem\nseidl\nnovia\nnovis\ninterliga\ndenunciavam\natuação\nsangamon\nramadan\nompi\nliras\ntando\nnecromante\ntrailblazer\npopularmente\ninterminável\nkit\npolíticos\npintasse\ntandy\ndioceses\nbirmanês\nterceirona\nformadas\nhemípteros\nminarete\ncici\ncica\ncicv\ncics\nglutamina\nitzehoe-land\nfrancione\nprotrusão\nglace\nindustrializou\nknubel\nstraits\nglacê\nhuckleberry\nmestre-geral\nhering\nponderações\nmostrador\nmostrados\ndespojou\ndespojos\nsanguinolenta\nadornavam\nvevo\nfernán\narrogante\ncardeal-bispo\nvevé\nfolheto\nnoire\ngimnasia\ntrazidos\nboombox\npesque\ncelestino\ncelestina\nalina\nteuto-brasileiro\naline\neximbank\nkanno\ntelesur\nseqüencia\nvicksburg\nfause\nmelastomataceae\nretransmitem\npercorrerá\ngrasso\ngrassi\ngrasse\ngrassa\nburocraticamente\narduini\nflorais\narduino\nempatados\nespoleta\nshowroom\nimpossível\nvotoraty\nimplacável\ndöblin\nleiva\nlavanderia\nvigílias\nsalvaguarda\ngrando\ncaprifoliaceae\nsaía\nsaír\nsaíu\ncandela\nafectar\njundiá\nwheels\noliver\nolivet\ndissolvidos\nfrontiers\naraquari\ninseria\ninseriu\nvestigial\ngermânicos\nneurológicos\nparoxística\ndespedaçar\nrequiário\nalfaguara\ntownsville\ncalcanhar\ncompraram\ngrabby\ncoxon\nseamo\nfamosos\nsquire\ncontaminou\nroedor\ncabeça-de-área\navícola\nverticais\nappliance\ntoner\ntoney\nhieroglíficos\nkatmandu\nempregaram\neshkol\nestévez\ncopcon\nchangeman\nknott\nfroissart\ncollingwood\nsagarmatha\ngielgud\nhipotermia\nsw999\nsurgisse\nharmonizado\nharmonizada\nbacchi\nmontanhoso\ndiscrepância\nmontanhosa\nmaternais\nhobbie\nrefratada\nhobbit\nmerriam\nesvaziadas\nsanfrecce\ntodd\ntodi\ntodo\nexpansiva\nexpansivo\nelectrónicos\nvistoriou\npittman\ndeletéria\ndeletério\ncapa-preta\nsecretamente\nandersson\nyoshihito\ntorques\nchipmunks\naproximando\nliberalmente\nadendo\nsoldos\nproduzam\nparameters\nmxpx\nrepublicação\nmaaiana\nveganos\ngujarat\nferrovia\nlannes\nchisato\ndopantes\necma\nespantosa\nfolklore\nsituou\nup99\nespecular\nenvenenadas\nyuan\nevapotranspiração\nindisciplinados\nmaçaranduba\nsortidas\nhemaglutinina\npuser\npermitia\npermitir\ncompensatória\nsofredora\ntenaturris\ncompensatório\nwielkie\nathrun\nfocava\nutc\nute\nuti\nuto\nutl\nutm\nutp\nutu\nmambembes\npandas\nescalos\nfigurativos\nortográficos\nolivais\ntrifels\ngrandiosas\nadotivos\ndentista\nauschwitz-birkenau\nauto-identificação\nbaanes\ncapitolinos\nmónaco\norganum\npicuí\ncrasso\ncrassa\ndeitaram\nbasehead\ndialectal\nlancei\nlancem\nlancer\nlancet\nprospectiva\nprospectivo\ntancredo\ntancredi\nсергей\nbasse-terre\ntextus\nfalha\nataúde\ndominical\naderiam\naquí\naloisio\ncobiça\norçamental\ndecídua\naqui\naqua\nserviram\nshaikh\nindiciados\nengavetados\nalsácia-lorena\neleitores\nkrigagem\nfiltradores\ntransbrasil\npleasantville\nhaldane\ntelstra\nrepudio\nahames\nshintō-ryū\ndeolindo\nsustentavam\nthelure\nbreviário\nmobilizaram\nsobrenomes\nsemeadas\npropriedades\nanotadas\nhermíone\narrumam\narrumar\nheterogêneos\nmasculinos\njejuar\nmultimídias\ncalama\nsondagem\nsamedi\nupdated\nupdates\nogasawarana\ncompetentes\nchapa-branca\ngherardo\nladão\nbarnacle\nsatã\ntornasse\nrh99\nseacrest\nsatu\nsata\nembriaguez\nsati\nsato\nregravaram\nentre-ijuís\nsobrecarrega\nafif\nafim\nrepeti\nrione\nponerinae\niluminante\npisoteadas\nplanejamos\ndançarinas\nvaltellina\nestereoisômeros\natravessados\nd'urville\nbeberibe\ndefinitely\nindisponível\nhospedaria\ndessen\ndessem\ndesses\nexporta\nexporte\ngravesend\nobviedade\nhonrou\nboiss\notima\nredimido\nfurquim\nhorrível\nrestante\ncpfl\ncpfs\nempréstimo\nhomem-bala\nhansa\nthoughts\nhilotas\nsemi-arianos\nistres\ntolomeo\nconcluir\narbustos\ndarkstalkers\norsay\nbert\nberd\nberg\nbera\nbern\nberk\nmucopolissacaridose\ncavou\nprovence-alpes-côte\nsalzkammergut\ntimor\nditaram\nferengi\nrepreendida\nrepreendido\nryszard\njabalpur\nmegalomaníacos\nfunhouse\noslo\nrevertidas\nreparados\nparnes\nroquete\nhiten\ncete\nceto\nceti\nhomme\nsomando\nmielóide\nhipoteca\ntetsuo\nconseqüentemente\ncondicionadas\npoliuretano\nseqüestrar\nimitá\nheptacampeonato\ndesencadeia\ndesconforto\njessye\nzangado\nzangada\npaquistão\nvanna\nimita\nimite\nrefletia\nwandenkolk\nrefletiu\ntraidora\narcades\nempréstimo-ponte\nmcmillin\njizya\netnogênese\ntininho\ndedicaria\ntininha\nschwerin\ndiscriminação\nhoratio\ncabot\ncabos\nesférica\nespada\nlotação\nesboços\npirâmides\neletrófilo\nconstituiram\nangelli\nangello\nreeditados\naproveitamos\nsacrificio\nmiocárdio\nflamboyant\nkinross\nksar\naylwin\nremissão\nparcel\nvarão\ntoril\ndestronando\nmultifacetada\nmultifacetado\ntesino\ntaigun\nhamburger\niremos\nsawai\nsawao\nsawan\nenurese\nlargadas\nespreitava\ntorneados\ngiraldes\nouvissem\ninvertidos\ninfernos\nexônimos\nalbufeira\nescrúpulo\nbully\nbulls\nprossoma\njhonny\ndireta\natocha\ncolditz\nacostumado\njulho-agosto\ndesencadeante\ndismember\n999-9\nmacchio\ninfinidade\naristotélicas\namritsar\nkabila\ncaconde\nxaropes\nbindi\ncleland\ncaído\nperiscinoto\nfandom\nrefinou\nbadoer\nmurdoc\ncausara\narquivamento\nmargeando\nalentado\nvincular\nvinculam\ntrótski\ncecato\ncausará\nanti-aids\nvacariça\ncassaco\ntraseiros\nkrautrock\nquaisquer\ncabo\nimponência\nchirico\nacompanhantes\nedomita\nautonomous\ncaco9\nanômalas\namarilidáceas\nlilla\nlille\nlilli\nlillo\nlilly\nclemens\nreconciliation\ndenki\ndunajská\ndell'umbria\nerigido\nerigida\nedney\nmarcante\nstock\nestacionárias\nabrirá\nbridger\nbridget\nemprestava\nspionidae\ntaxações\nearly\nfisiologismo\nwunderlich\nbatgirl\nefetividade\ncolaço\nkildall\nintransigentes\ncharlone\nmassacrado\nrevisited\nios\nior\niop\nlitigioso\nion\niof\nioc\npromontórios\narregaçar\nfotografava\nmartirizados\nestafilococos\nbasílicas\nvencido\nvencida\nirritabilidade\nfindos\nfindou\ninclusivos\nemile\ndecapitados\nirritações\nordnance\nressaltada\nressaltado\nredação\npulcro\ngorbachov\nmorino\ndependido\ndiametralmente\ntrocando\ncontadores\nperdedoras\nproliferaram\ndarmos\nlavezzi\nesqueças\nesqueçam\nora-pro-nóbis\nrichardiana\nantirretroviral\nslughorn\nrevival\numbaúba\ntuireann\nibero-americanas\ncontudo\nsimpatizam\nsimpatizar\neurasiana\nmeirinhos\nisraelo-palestino\nimplicadas\nlivremente\nfonteles\ndoutoramento\ninsinuava\ncapitaneou\ngruffudd\nausências\ncancro\nmedicamentos\ndegolados\ninspecção-geral\nsepararia\nsemenova\ncopinha\nkagawa\ncopinho\nfissurado\nfissurada\ngodim\ngodin\nexaminarem\nterceiro\ngrizzly\nestivais\ndinamismo\notacílio\ngalati\ndevastadas\nvanished\nchoi-wan\ngenentech\nprolifera\npython's\nidealista\nbracci\nsaguão\narrojado\nscorpius\nvarennes\ngoosebumps\nduplex\ndesoto\nadvent\nkosinski\nhallstatt\ncalvos\ncondiscípulos\ncâmpus\nbeeeem\ncorguinho\nbranković\nboehm\naethiopicus\ncontrolando\nconsumida\nconsumido\nboiling\ncircula\nscandia\nantigüidade\ndemandaria\nindexado\nvoava\nwilson's\nwinger\nför\nfabricavam\nsestiere\npronunciará\nalcunhado\nalcunhada\nmanitol\nallsvenskan\ncabelos\nlimícola\nlongino\nirredentista\neesti\ncontemplações\ndecidíveis\ntorrencial\ninteressei\ninteressem\ninteresses\nheterodoxas\nbrasoft\nústí\niberismo\ninquilina\ninquilino\nbrittany\nnovais\npioneiras\n☆\ndeposição\npigmentadas\nvallen\nvalles\nvalley\nvestem\nvestes\nlíticos\nfavoreçam\nchampionship\nvisada\ncovo\ncova\nvisado\ncove\nfuente\npolytechnic\nfecundação\ngade\nnbs\nnbr\nnbp\nnbl\nnbc\nnbb\nnba\nsaint-georges\nhauer\ngraysmith\ncaninas\nmin99s999\nrenomeia\ndisneyland\ndemir\ndemis\nabalou\nabalos\ntapioca\nfincher\nltte\ntostões\nexcitados\nnaouri\nwoolworth\nfragmentados\nneguei\ndobrotitsa\ntelespectadores\nneguev\nabelheira\nkatyn\ndiones\nkatya\nnathalia\nnathalie\nfloridos\nwayside\npré-requisito\nmunchausen\nconstatadas\nalminhas\nitinerante\nfroila\nangustiados\nmaskhadov\nfalhe\nfalho\nóleo\ncoloratura\nmacrófago\ndecolaram\ncríptica\nancine\norçada\nassediados\nescroque\nmetil\nmetia\ndivor\nhidraulicamente\nciencias\npros\nprop\npron\nprom\nprol\nprog\nprof\nproc\nproa\nestabeleçam\nyamasaki\nfepam\ncolorida\nirritator\nóticos\nsafávida\nalano\neufemismos\nholley\njanduís\nsobressair\nsobressaiu\nex-jogadora\nsobressaia\ncompassos\ntorii\ntumultuoso\ntumultuosa\nenvios\novada\nsabujo\nhammerfall\nmilhem\naprofundamento\ndetidas\niesu\niesp\niese\niesb\niesa\nspicer\nruiu\nvella\norgânicas\npoecilia\nbrieger\ntirolli\nlargados\ntitubeante\nocotea\njukebox\nfaciais\ncategory\nbactericidas\nnihonshoki\nfrequentou\npancas\nemotivos\ndefiniria\nlederer\nterceira\nnoggin\ndeny\nfiscalizada\nfiscalizado\ndent\ndenn\nurgals\ndena\ndeng\ndene\nalocado\nalocada\npositivos\nwinsor\ncostin\nsimms\nbrigadoon\ncanopo\nagite\nagita\ncanopy\nagito\nguerin\nviáfara\nparthenon\nbrisgóvia\nespinha\nespinho\nparthenos\nridgeway\naprendermos\ndarnton\nco-participação\ncondutividade\nlibretto\nleader\nhaywood\nwesley\nfiumicino\nfootwork\nroteamento\nholleben\nhesitou\nguadagni\npsone\n*left*\n*right*"
  },
  {
    "path": "src/data/embedding_analogies/portuguese/evaluator_results.txt",
    "content": ": | Word Analogy Task results\n\nEmbedding: glove_s300_analogy_POSTAG_vocab.vec\n\n[{'section': '| capital-common-countries', 'correct': [], 'incorrect': []}, {'section': '| capital-world', 'correct': [], 'incorrect': []}, {'section': '| currency', 'correct': [], 'incorrect': []}, {'section': '| city-in-state', 'correct': [], 'incorrect': []}, {'section': '| family', 'correct': [('rapaz', 'rapariga', 'irmã', 'irmão'), ('rapaz', 'rapariga', 'irmãs', 'irmãos'), ('rapaz', 'rapariga', 'mãe', 'pai'), ('rapaz', 'rapariga', 'mãe', 'pai'), ('rapaz', 'rapariga', 'avó', 'avô'), ('rapaz', 'rapariga', 'avó', 'avô'), ('rapaz', 'rapariga', 'neta', 'neto'), ('rapaz', 'rapariga', 'noiva', 'noivo'), ('rapaz', 'rapariga', 'ela', 'ele'), ('rapaz', 'rapariga', 'dela', 'dele'), ('rapaz', 'rapariga', 'mulher', 'marido'), ('rapaz', 'rapariga', 'rainha', 'rei'), ('rapaz', 'rapariga', 'mulher', 'homem'), ('rapaz', 'rapariga', 'sobrinha', 'sobrinho'), ('rapaz', 'rapariga', 'princesa', 'príncipe'), ('rapaz', 'rapariga', 'filha', 'filho'), ('rapaz', 'rapariga', 'meia-irmã', 'meio-irmão'), ('rapaz', 'rapariga', 'madrasta', 'padrasto'), ('rapaz', 'rapariga', 'tia', 'tio'), ('irmão', 'irmã', 'irmãs', 'irmãos'), ('irmão', 'irmã', 'mãe', 'pai'), ('irmão', 'irmã', 'mãe', 'pai'), ('irmão', 'irmã', 'avó', 'avô'), ('irmão', 'irmã', 'avó', 'avô'), ('irmão', 'irmã', 'neta', 'neto'), ('irmão', 'irmã', 'noiva', 'noivo'), ('irmão', 'irmã', 'ela', 'ele'), ('irmão', 'irmã', 'dela', 'dele'), ('irmão', 'irmã', 'mulher', 'marido'), ('irmão', 'irmã', 'rainha', 'rei'), ('irmão', 'irmã', 'mulher', 'homem'), ('irmão', 'irmã', 'sobrinha', 'sobrinho'), ('irmão', 'irmã', 'princesa', 'príncipe'), ('irmão', 'irmã', 'filha', 'filho'), ('irmão', 'irmã', 'meia-irmã', 'meio-irmão'), ('irmão', 'irmã', 'madrasta', 'padrasto'), ('irmão', 'irmã', 'enteada', 'enteado'), ('irmão', 'irmã', 'tia', 'tio'), ('irmão', 'irmã', 'rapariga', 'rapaz'), ('irmãos', 'irmãs', 'mãe', 'pai'), ('irmãos', 'irmãs', 'mãe', 'pai'), ('irmãos', 'irmãs', 'avó', 'avô'), ('irmãos', 'irmãs', 'avó', 'avô'), ('irmãos', 'irmãs', 'neta', 'neto'), ('irmãos', 'irmãs', 'noiva', 'noivo'), ('irmãos', 'irmãs', 'ela', 'ele'), ('irmãos', 'irmãs', 'dela', 'dele'), ('irmãos', 'irmãs', 'mulher', 'marido'), ('irmãos', 'irmãs', 'rainha', 'rei'), ('irmãos', 'irmãs', 'mulher', 'homem'), ('irmãos', 'irmãs', 'sobrinha', 'sobrinho'), ('irmãos', 'irmãs', 'princesa', 'príncipe'), ('irmãos', 'irmãs', 'filha', 'filho'), ('irmãos', 'irmãs', 'meia-irmã', 'meio-irmão'), ('irmãos', 'irmãs', 'madrasta', 'padrasto'), ('irmãos', 'irmãs', 'enteada', 'enteado'), ('irmãos', 'irmãs', 'tia', 'tio'), ('irmãos', 'irmãs', 'rapariga', 'rapaz'), ('irmãos', 'irmãs', 'irmã', 'irmão'), ('pai', 'mãe', 'mãe', 'pai'), ('pai', 'mãe', 'avó', 'avô'), ('pai', 'mãe', 'avó', 'avô'), ('pai', 'mãe', 'noiva', 'noivo'), ('pai', 'mãe', 'ela', 'ele'), ('pai', 'mãe', 'dela', 'dele'), ('pai', 'mãe', 'mulher', 'marido'), ('pai', 'mãe', 'rainha', 'rei'), ('pai', 'mãe', 'mulher', 'homem'), ('pai', 'mãe', 'sobrinha', 'sobrinho'), ('pai', 'mãe', 'princesa', 'príncipe'), ('pai', 'mãe', 'filha', 'filho'), ('pai', 'mãe', 'meia-irmã', 'meio-irmão'), ('pai', 'mãe', 'madrasta', 'padrasto'), ('pai', 'mãe', 'enteada', 'enteado'), ('pai', 'mãe', 'tia', 'tio'), ('pai', 'mãe', 'rapariga', 'rapaz'), ('pai', 'mãe', 'irmã', 'irmão'), ('pai', 'mãe', 'irmãs', 'irmãos'), ('pai', 'mãe', 'avó', 'avô'), ('pai', 'mãe', 'avó', 'avô'), ('pai', 'mãe', 'noiva', 'noivo'), ('pai', 'mãe', 'ela', 'ele'), ('pai', 'mãe', 'dela', 'dele'), ('pai', 'mãe', 'mulher', 'marido'), ('pai', 'mãe', 'rainha', 'rei'), ('pai', 'mãe', 'mulher', 'homem'), ('pai', 'mãe', 'sobrinha', 'sobrinho'), ('pai', 'mãe', 'princesa', 'príncipe'), ('pai', 'mãe', 'filha', 'filho'), ('pai', 'mãe', 'meia-irmã', 'meio-irmão'), ('pai', 'mãe', 'madrasta', 'padrasto'), ('pai', 'mãe', 'enteada', 'enteado'), ('pai', 'mãe', 'tia', 'tio'), ('pai', 'mãe', 'rapariga', 'rapaz'), ('pai', 'mãe', 'irmã', 'irmão'), ('pai', 'mãe', 'irmãs', 'irmãos'), ('pai', 'mãe', 'mãe', 'pai'), ('avô', 'avó', 'avó', 'avô'), ('avô', 'avó', 'noiva', 'noivo'), ('avô', 'avó', 'ela', 'ele'), ('avô', 'avó', 'dela', 'dele'), ('avô', 'avó', 'mulher', 'marido'), ('avô', 'avó', 'rainha', 'rei'), ('avô', 'avó', 'mulher', 'homem'), ('avô', 'avó', 'sobrinha', 'sobrinho'), ('avô', 'avó', 'princesa', 'príncipe'), ('avô', 'avó', 'filha', 'filho'), ('avô', 'avó', 'meia-irmã', 'meio-irmão'), ('avô', 'avó', 'madrasta', 'padrasto'), ('avô', 'avó', 'enteada', 'enteado'), ('avô', 'avó', 'tia', 'tio'), ('avô', 'avó', 'rapariga', 'rapaz'), ('avô', 'avó', 'irmã', 'irmão'), ('avô', 'avó', 'irmãs', 'irmãos'), ('avô', 'avó', 'mãe', 'pai'), ('avô', 'avó', 'mãe', 'pai'), ('avô', 'avó', 'noiva', 'noivo'), ('avô', 'avó', 'ela', 'ele'), ('avô', 'avó', 'dela', 'dele'), ('avô', 'avó', 'mulher', 'marido'), ('avô', 'avó', 'rainha', 'rei'), ('avô', 'avó', 'mulher', 'homem'), ('avô', 'avó', 'sobrinha', 'sobrinho'), ('avô', 'avó', 'princesa', 'príncipe'), ('avô', 'avó', 'filha', 'filho'), ('avô', 'avó', 'meia-irmã', 'meio-irmão'), ('avô', 'avó', 'madrasta', 'padrasto'), ('avô', 'avó', 'enteada', 'enteado'), ('avô', 'avó', 'tia', 'tio'), ('avô', 'avó', 'rapariga', 'rapaz'), ('avô', 'avó', 'irmã', 'irmão'), ('avô', 'avó', 'irmãs', 'irmãos'), ('avô', 'avó', 'mãe', 'pai'), ('avô', 'avó', 'mãe', 'pai'), ('avô', 'avó', 'avó', 'avô'), ('neto', 'neta', 'noiva', 'noivo'), ('neto', 'neta', 'ela', 'ele'), ('neto', 'neta', 'dela', 'dele'), ('neto', 'neta', 'rainha', 'rei'), ('neto', 'neta', 'mulher', 'homem'), ('neto', 'neta', 'sobrinha', 'sobrinho'), ('neto', 'neta', 'princesa', 'príncipe'), ('neto', 'neta', 'filha', 'filho'), ('neto', 'neta', 'meia-irmã', 'meio-irmão'), ('neto', 'neta', 'tia', 'tio'), ('neto', 'neta', 'rapariga', 'rapaz'), ('neto', 'neta', 'irmã', 'irmão'), ('neto', 'neta', 'irmãs', 'irmãos'), ('neto', 'neta', 'mãe', 'pai'), ('neto', 'neta', 'mãe', 'pai'), ('neto', 'neta', 'avó', 'avô'), ('neto', 'neta', 'avó', 'avô'), ('noivo', 'noiva', 'ela', 'ele'), ('noivo', 'noiva', 'dela', 'dele'), ('noivo', 'noiva', 'mulher', 'marido'), ('noivo', 'noiva', 'rainha', 'rei'), ('noivo', 'noiva', 'mulher', 'homem'), ('noivo', 'noiva', 'sobrinha', 'sobrinho'), ('noivo', 'noiva', 'princesa', 'príncipe'), ('noivo', 'noiva', 'filha', 'filho'), ('noivo', 'noiva', 'meia-irmã', 'meio-irmão'), ('noivo', 'noiva', 'madrasta', 'padrasto'), ('noivo', 'noiva', 'enteada', 'enteado'), ('noivo', 'noiva', 'tia', 'tio'), ('noivo', 'noiva', 'rapariga', 'rapaz'), ('noivo', 'noiva', 'irmã', 'irmão'), ('noivo', 'noiva', 'irmãs', 'irmãos'), ('noivo', 'noiva', 'mãe', 'pai'), ('noivo', 'noiva', 'mãe', 'pai'), ('noivo', 'noiva', 'avó', 'avô'), ('noivo', 'noiva', 'avó', 'avô'), ('ele', 'ela', 'dela', 'dele'), ('ele', 'ela', 'mulher', 'marido'), ('ele', 'ela', 'rainha', 'rei'), ('ele', 'ela', 'mulher', 'homem'), ('ele', 'ela', 'sobrinha', 'sobrinho'), ('ele', 'ela', 'princesa', 'príncipe'), ('ele', 'ela', 'filha', 'filho'), ('ele', 'ela', 'meia-irmã', 'meio-irmão'), ('ele', 'ela', 'madrasta', 'padrasto'), ('ele', 'ela', 'enteada', 'enteado'), ('ele', 'ela', 'tia', 'tio'), ('ele', 'ela', 'rapariga', 'rapaz'), ('ele', 'ela', 'irmã', 'irmão'), ('ele', 'ela', 'irmãs', 'irmãos'), ('ele', 'ela', 'mãe', 'pai'), ('ele', 'ela', 'mãe', 'pai'), ('ele', 'ela', 'avó', 'avô'), ('ele', 'ela', 'avó', 'avô'), ('ele', 'ela', 'neta', 'neto'), ('ele', 'ela', 'noiva', 'noivo'), ('dele', 'dela', 'mulher', 'marido'), ('dele', 'dela', 'rainha', 'rei'), ('dele', 'dela', 'mulher', 'homem'), ('dele', 'dela', 'sobrinha', 'sobrinho'), ('dele', 'dela', 'princesa', 'príncipe'), ('dele', 'dela', 'filha', 'filho'), ('dele', 'dela', 'meia-irmã', 'meio-irmão'), ('dele', 'dela', 'madrasta', 'padrasto'), ('dele', 'dela', 'enteada', 'enteado'), ('dele', 'dela', 'tia', 'tio'), ('dele', 'dela', 'rapariga', 'rapaz'), ('dele', 'dela', 'irmã', 'irmão'), ('dele', 'dela', 'irmãs', 'irmãos'), ('dele', 'dela', 'mãe', 'pai'), ('dele', 'dela', 'mãe', 'pai'), ('dele', 'dela', 'avó', 'avô'), ('dele', 'dela', 'avó', 'avô'), ('dele', 'dela', 'noiva', 'noivo'), ('dele', 'dela', 'ela', 'ele'), ('marido', 'mulher', 'rainha', 'rei'), ('marido', 'mulher', 'sobrinha', 'sobrinho'), ('marido', 'mulher', 'princesa', 'príncipe'), ('marido', 'mulher', 'filha', 'filho'), ('marido', 'mulher', 'meia-irmã', 'meio-irmão'), ('marido', 'mulher', 'madrasta', 'padrasto'), ('marido', 'mulher', 'enteada', 'enteado'), ('marido', 'mulher', 'tia', 'tio'), ('marido', 'mulher', 'rapariga', 'rapaz'), ('marido', 'mulher', 'irmã', 'irmão'), ('marido', 'mulher', 'irmãs', 'irmãos'), ('marido', 'mulher', 'mãe', 'pai'), ('marido', 'mulher', 'mãe', 'pai'), ('marido', 'mulher', 'avó', 'avô'), ('marido', 'mulher', 'avó', 'avô'), ('marido', 'mulher', 'noiva', 'noivo'), ('marido', 'mulher', 'ela', 'ele'), ('marido', 'mulher', 'dela', 'dele'), ('rei', 'rainha', 'mulher', 'homem'), ('rei', 'rainha', 'sobrinha', 'sobrinho'), ('rei', 'rainha', 'princesa', 'príncipe'), ('rei', 'rainha', 'filha', 'filho'), ('rei', 'rainha', 'meia-irmã', 'meio-irmão'), ('rei', 'rainha', 'madrasta', 'padrasto'), ('rei', 'rainha', 'enteada', 'enteado'), ('rei', 'rainha', 'tia', 'tio'), ('rei', 'rainha', 'rapariga', 'rapaz'), ('rei', 'rainha', 'irmã', 'irmão'), ('rei', 'rainha', 'irmãs', 'irmãos'), ('rei', 'rainha', 'mãe', 'pai'), ('rei', 'rainha', 'mãe', 'pai'), ('rei', 'rainha', 'avó', 'avô'), ('rei', 'rainha', 'avó', 'avô'), ('rei', 'rainha', 'neta', 'neto'), ('rei', 'rainha', 'noiva', 'noivo'), ('rei', 'rainha', 'ela', 'ele'), ('rei', 'rainha', 'dela', 'dele'), ('rei', 'rainha', 'mulher', 'marido'), ('homem', 'mulher', 'sobrinha', 'sobrinho'), ('homem', 'mulher', 'princesa', 'príncipe'), ('homem', 'mulher', 'filha', 'filho'), ('homem', 'mulher', 'meia-irmã', 'meio-irmão'), ('homem', 'mulher', 'madrasta', 'padrasto'), ('homem', 'mulher', 'enteada', 'enteado'), ('homem', 'mulher', 'tia', 'tio'), ('homem', 'mulher', 'rapariga', 'rapaz'), ('homem', 'mulher', 'irmã', 'irmão'), ('homem', 'mulher', 'irmãs', 'irmãos'), ('homem', 'mulher', 'mãe', 'pai'), ('homem', 'mulher', 'mãe', 'pai'), ('homem', 'mulher', 'avó', 'avô'), ('homem', 'mulher', 'avó', 'avô'), ('homem', 'mulher', 'noiva', 'noivo'), ('homem', 'mulher', 'ela', 'ele'), ('homem', 'mulher', 'dela', 'dele'), ('homem', 'mulher', 'rainha', 'rei'), ('sobrinho', 'sobrinha', 'princesa', 'príncipe'), ('sobrinho', 'sobrinha', 'filha', 'filho'), ('sobrinho', 'sobrinha', 'meia-irmã', 'meio-irmão'), ('sobrinho', 'sobrinha', 'madrasta', 'padrasto'), ('sobrinho', 'sobrinha', 'enteada', 'enteado'), ('sobrinho', 'sobrinha', 'tia', 'tio'), ('sobrinho', 'sobrinha', 'rapariga', 'rapaz'), ('sobrinho', 'sobrinha', 'irmã', 'irmão'), ('sobrinho', 'sobrinha', 'irmãs', 'irmãos'), ('sobrinho', 'sobrinha', 'mãe', 'pai'), ('sobrinho', 'sobrinha', 'mãe', 'pai'), ('sobrinho', 'sobrinha', 'avó', 'avô'), ('sobrinho', 'sobrinha', 'avó', 'avô'), ('sobrinho', 'sobrinha', 'neta', 'neto'), ('sobrinho', 'sobrinha', 'noiva', 'noivo'), ('sobrinho', 'sobrinha', 'ela', 'ele'), ('sobrinho', 'sobrinha', 'dela', 'dele'), ('sobrinho', 'sobrinha', 'mulher', 'marido'), ('sobrinho', 'sobrinha', 'rainha', 'rei'), ('sobrinho', 'sobrinha', 'mulher', 'homem'), ('príncipe', 'princesa', 'filha', 'filho'), ('príncipe', 'princesa', 'meia-irmã', 'meio-irmão'), ('príncipe', 'princesa', 'madrasta', 'padrasto'), ('príncipe', 'princesa', 'enteada', 'enteado'), ('príncipe', 'princesa', 'tia', 'tio'), ('príncipe', 'princesa', 'rapariga', 'rapaz'), ('príncipe', 'princesa', 'irmã', 'irmão'), ('príncipe', 'princesa', 'irmãs', 'irmãos'), ('príncipe', 'princesa', 'mãe', 'pai'), ('príncipe', 'princesa', 'mãe', 'pai'), ('príncipe', 'princesa', 'avó', 'avô'), ('príncipe', 'princesa', 'avó', 'avô'), ('príncipe', 'princesa', 'neta', 'neto'), ('príncipe', 'princesa', 'noiva', 'noivo'), ('príncipe', 'princesa', 'ela', 'ele'), ('príncipe', 'princesa', 'dela', 'dele'), ('príncipe', 'princesa', 'mulher', 'marido'), ('príncipe', 'princesa', 'rainha', 'rei'), ('príncipe', 'princesa', 'mulher', 'homem'), ('príncipe', 'princesa', 'sobrinha', 'sobrinho'), ('filho', 'filha', 'meia-irmã', 'meio-irmão'), ('filho', 'filha', 'madrasta', 'padrasto'), ('filho', 'filha', 'enteada', 'enteado'), ('filho', 'filha', 'tia', 'tio'), ('filho', 'filha', 'rapariga', 'rapaz'), ('filho', 'filha', 'irmã', 'irmão'), ('filho', 'filha', 'irmãs', 'irmãos'), ('filho', 'filha', 'mãe', 'pai'), ('filho', 'filha', 'mãe', 'pai'), ('filho', 'filha', 'avó', 'avô'), ('filho', 'filha', 'avó', 'avô'), ('filho', 'filha', 'neta', 'neto'), ('filho', 'filha', 'noiva', 'noivo'), ('filho', 'filha', 'ela', 'ele'), ('filho', 'filha', 'dela', 'dele'), ('filho', 'filha', 'mulher', 'marido'), ('filho', 'filha', 'rainha', 'rei'), ('filho', 'filha', 'mulher', 'homem'), ('filho', 'filha', 'sobrinha', 'sobrinho'), ('filho', 'filha', 'princesa', 'príncipe'), ('meio-irmão', 'meia-irmã', 'madrasta', 'padrasto'), ('meio-irmão', 'meia-irmã', 'enteada', 'enteado'), ('meio-irmão', 'meia-irmã', 'tia', 'tio'), ('meio-irmão', 'meia-irmã', 'rapariga', 'rapaz'), ('meio-irmão', 'meia-irmã', 'irmã', 'irmão'), ('meio-irmão', 'meia-irmã', 'irmãs', 'irmãos'), ('meio-irmão', 'meia-irmã', 'mãe', 'pai'), ('meio-irmão', 'meia-irmã', 'mãe', 'pai'), ('meio-irmão', 'meia-irmã', 'avó', 'avô'), ('meio-irmão', 'meia-irmã', 'avó', 'avô'), ('meio-irmão', 'meia-irmã', 'noiva', 'noivo'), ('meio-irmão', 'meia-irmã', 'ela', 'ele'), ('meio-irmão', 'meia-irmã', 'dela', 'dele'), ('meio-irmão', 'meia-irmã', 'mulher', 'marido'), ('meio-irmão', 'meia-irmã', 'rainha', 'rei'), ('meio-irmão', 'meia-irmã', 'mulher', 'homem'), ('meio-irmão', 'meia-irmã', 'sobrinha', 'sobrinho'), ('meio-irmão', 'meia-irmã', 'princesa', 'príncipe'), ('meio-irmão', 'meia-irmã', 'filha', 'filho'), ('padrasto', 'madrasta', 'enteada', 'enteado'), ('padrasto', 'madrasta', 'tia', 'tio'), ('padrasto', 'madrasta', 'rapariga', 'rapaz'), ('padrasto', 'madrasta', 'irmã', 'irmão'), ('padrasto', 'madrasta', 'irmãs', 'irmãos'), ('padrasto', 'madrasta', 'mãe', 'pai'), ('padrasto', 'madrasta', 'mãe', 'pai'), ('padrasto', 'madrasta', 'avó', 'avô'), ('padrasto', 'madrasta', 'avó', 'avô'), ('padrasto', 'madrasta', 'noiva', 'noivo'), ('padrasto', 'madrasta', 'ela', 'ele'), ('padrasto', 'madrasta', 'dela', 'dele'), ('padrasto', 'madrasta', 'mulher', 'marido'), ('padrasto', 'madrasta', 'rainha', 'rei'), ('padrasto', 'madrasta', 'mulher', 'homem'), ('padrasto', 'madrasta', 'sobrinha', 'sobrinho'), ('padrasto', 'madrasta', 'princesa', 'príncipe'), ('padrasto', 'madrasta', 'filha', 'filho'), ('padrasto', 'madrasta', 'meia-irmã', 'meio-irmão'), ('enteado', 'enteada', 'tia', 'tio'), ('enteado', 'enteada', 'rapariga', 'rapaz'), ('enteado', 'enteada', 'irmã', 'irmão'), ('enteado', 'enteada', 'irmãs', 'irmãos'), ('enteado', 'enteada', 'mãe', 'pai'), ('enteado', 'enteada', 'mãe', 'pai'), ('enteado', 'enteada', 'avó', 'avô'), ('enteado', 'enteada', 'avó', 'avô'), ('enteado', 'enteada', 'noiva', 'noivo'), ('enteado', 'enteada', 'ela', 'ele'), ('enteado', 'enteada', 'dela', 'dele'), ('enteado', 'enteada', 'mulher', 'marido'), ('enteado', 'enteada', 'rainha', 'rei'), ('enteado', 'enteada', 'mulher', 'homem'), ('enteado', 'enteada', 'sobrinha', 'sobrinho'), ('enteado', 'enteada', 'princesa', 'príncipe'), ('enteado', 'enteada', 'filha', 'filho'), ('enteado', 'enteada', 'meia-irmã', 'meio-irmão'), ('enteado', 'enteada', 'madrasta', 'padrasto'), ('tio', 'tia', 'rapariga', 'rapaz'), ('tio', 'tia', 'irmã', 'irmão'), ('tio', 'tia', 'irmãs', 'irmãos'), ('tio', 'tia', 'mãe', 'pai'), ('tio', 'tia', 'mãe', 'pai'), ('tio', 'tia', 'avó', 'avô'), ('tio', 'tia', 'avó', 'avô'), ('tio', 'tia', 'noiva', 'noivo'), ('tio', 'tia', 'ela', 'ele'), ('tio', 'tia', 'dela', 'dele'), ('tio', 'tia', 'mulher', 'marido'), ('tio', 'tia', 'rainha', 'rei'), ('tio', 'tia', 'mulher', 'homem'), ('tio', 'tia', 'sobrinha', 'sobrinho'), ('tio', 'tia', 'princesa', 'príncipe'), ('tio', 'tia', 'filha', 'filho'), ('tio', 'tia', 'meia-irmã', 'meio-irmão'), ('tio', 'tia', 'madrasta', 'padrasto'), ('tio', 'tia', 'enteada', 'enteado')], 'incorrect': []}, {'section': '| gram1-adjective-to-adverb', 'correct': [('fantástico', 'fantasticamente', 'imediatamente', 'imediato'), ('fantástico', 'fantasticamente', 'profissionalmente', 'profissional'), ('fantástico', 'fantasticamente', 'raramente', 'raro'), ('fantástico', 'fantasticamente', 'seriamente', 'sério'), ('fantástico', 'fantasticamente', 'tipicamente', 'típico'), ('aparente', 'aparentemente', 'imediatamente', 'imediato'), ('aparente', 'aparentemente', 'obviamente', 'óbvio'), ('aparente', 'aparentemente', 'tipicamente', 'típico'), ('calmo', 'calmamente', 'eficientemente', 'eficiente'), ('calmo', 'calmamente', 'livremente', 'livre'), ('calmo', 'calmamente', 'imediatamente', 'imediato'), ('calmo', 'calmamente', 'obviamente', 'óbvio'), ('calmo', 'calmamente', 'raramente', 'raro'), ('calmo', 'calmamente', 'relutantemente', 'relutante'), ('calmo', 'calmamente', 'seriamente', 'sério'), ('calmo', 'calmamente', 'lentamente', 'lento'), ('calmo', 'calmamente', 'tipicamente', 'típico'), ('alegre', 'alegremente', 'eficientemente', 'eficiente'), ('alegre', 'alegremente', 'alegremente', 'alegre'), ('alegre', 'alegremente', 'profissionalmente', 'profissional'), ('alegre', 'alegremente', 'tipicamente', 'típico'), ('completo', 'completamente', 'eficientemente', 'eficiente'), ('completo', 'completamente', 'imediatamente', 'imediato'), ('completo', 'completamente', 'obviamente', 'óbvio'), ('completo', 'completamente', 'profissionalmente', 'profissional'), ('completo', 'completamente', 'rapidamente', 'rápido'), ('completo', 'completamente', 'rapidamente', 'rápido'), ('completo', 'completamente', 'raramente', 'raro'), ('completo', 'completamente', 'tipicamente', 'típico'), ('eficiente', 'eficientemente', 'livremente', 'livre'), ('eficiente', 'eficientemente', 'imediatamente', 'imediato'), ('eficiente', 'eficientemente', 'obviamente', 'óbvio'), ('eficiente', 'eficientemente', 'profissionalmente', 'profissional'), ('eficiente', 'eficientemente', 'rapidamente', 'rápido'), ('eficiente', 'eficientemente', 'rapidamente', 'rápido'), ('eficiente', 'eficientemente', 'relutantemente', 'relutante'), ('eficiente', 'eficientemente', 'tipicamente', 'típico'), ('afortunado', 'afortunadamente', 'raramente', 'raro'), ('afortunado', 'afortunadamente', 'relutantemente', 'relutante'), ('afortunado', 'afortunadamente', 'tipicamente', 'típico'), ('livre', 'livremente', 'furiosamente', 'furioso'), ('livre', 'livremente', 'imediatamente', 'imediato'), ('livre', 'livremente', 'obviamente', 'óbvio'), ('livre', 'livremente', 'profissionalmente', 'profissional'), ('livre', 'livremente', 'rapidamente', 'rápido'), ('livre', 'livremente', 'rapidamente', 'rápido'), ('livre', 'livremente', 'relutantemente', 'relutante'), ('livre', 'livremente', 'seriamente', 'sério'), ('livre', 'livremente', 'tipicamente', 'típico'), ('livre', 'livremente', 'eficientemente', 'eficiente'), ('furioso', 'furiosamente', 'imediatamente', 'imediato'), ('furioso', 'furiosamente', 'obviamente', 'óbvio'), ('furioso', 'furiosamente', 'raramente', 'raro'), ('furioso', 'furiosamente', 'relutantemente', 'relutante'), ('furioso', 'furiosamente', 'tipicamente', 'típico'), ('furioso', 'furiosamente', 'eficientemente', 'eficiente'), ('furioso', 'furiosamente', 'livremente', 'livre'), ('alegre', 'alegremente', 'profissionalmente', 'profissional'), ('alegre', 'alegremente', 'tipicamente', 'típico'), ('alegre', 'alegremente', 'alegremente', 'alegre'), ('alegre', 'alegremente', 'eficientemente', 'eficiente'), ('imediato', 'imediatamente', 'obviamente', 'óbvio'), ('imediato', 'imediatamente', 'profissionalmente', 'profissional'), ('imediato', 'imediatamente', 'rapidamente', 'rápido'), ('imediato', 'imediatamente', 'rapidamente', 'rápido'), ('imediato', 'imediatamente', 'raramente', 'raro'), ('imediato', 'imediatamente', 'relutantemente', 'relutante'), ('imediato', 'imediatamente', 'tipicamente', 'típico'), ('imediato', 'imediatamente', 'eficientemente', 'eficiente'), ('sortudo', 'felizmente', 'tipicamente', 'típico'), ('óbvio', 'obviamente', 'possivelmente', 'possível'), ('óbvio', 'obviamente', 'rapidamente', 'rápido'), ('óbvio', 'obviamente', 'rapidamente', 'rápido'), ('óbvio', 'obviamente', 'raramente', 'raro'), ('óbvio', 'obviamente', 'relutantemente', 'relutante'), ('óbvio', 'obviamente', 'seriamente', 'sério'), ('óbvio', 'obviamente', 'tipicamente', 'típico'), ('óbvio', 'obviamente', 'usualmente', 'usual'), ('óbvio', 'obviamente', 'eficientemente', 'eficiente'), ('óbvio', 'obviamente', 'imediatamente', 'imediato'), ('ocasional', 'ocasionalmente', 'profissionalmente', 'profissional'), ('ocasional', 'ocasionalmente', 'tipicamente', 'típico'), ('ocasional', 'ocasionalmente', 'eficientemente', 'eficiente'), ('ocasional', 'ocasionalmente', 'imediatamente', 'imediato'), ('ocasional', 'ocasionalmente', 'obviamente', 'óbvio'), ('possível', 'possivelmente', 'profissionalmente', 'profissional'), ('possível', 'possivelmente', 'relutantemente', 'relutante'), ('possível', 'possivelmente', 'eficientemente', 'eficiente'), ('possível', 'possivelmente', 'imediatamente', 'imediato'), ('possível', 'possivelmente', 'obviamente', 'óbvio'), ('preciso', 'precisamente', 'rapidamente', 'rápido'), ('preciso', 'precisamente', 'rapidamente', 'rápido'), ('preciso', 'precisamente', 'relutantemente', 'relutante'), ('preciso', 'precisamente', 'seriamente', 'sério'), ('preciso', 'precisamente', 'eficientemente', 'eficiente'), ('profissional', 'profissionalmente', 'tipicamente', 'típico'), ('profissional', 'profissionalmente', 'eficientemente', 'eficiente'), ('profissional', 'profissionalmente', 'livremente', 'livre'), ('profissional', 'profissionalmente', 'imediatamente', 'imediato'), ('rápido', 'rapidamente', 'rapidamente', 'rápido'), ('rápido', 'rapidamente', 'raramente', 'raro'), ('rápido', 'rapidamente', 'relutantemente', 'relutante'), ('rápido', 'rapidamente', 'seriamente', 'sério'), ('rápido', 'rapidamente', 'lentamente', 'lento'), ('rápido', 'rapidamente', 'tipicamente', 'típico'), ('rápido', 'rapidamente', 'completamente', 'completo'), ('rápido', 'rapidamente', 'eficientemente', 'eficiente'), ('rápido', 'rapidamente', 'livremente', 'livre'), ('rápido', 'rapidamente', 'furiosamente', 'furioso'), ('rápido', 'rapidamente', 'imediatamente', 'imediato'), ('rápido', 'rapidamente', 'obviamente', 'óbvio'), ('silencioso', 'silenciosamente', 'raramente', 'raro'), ('silencioso', 'silenciosamente', 'relutantemente', 'relutante'), ('silencioso', 'silenciosamente', 'seriamente', 'sério'), ('silencioso', 'silenciosamente', 'lentamente', 'lento'), ('silencioso', 'silenciosamente', 'tipicamente', 'típico'), ('silencioso', 'silenciosamente', 'calmamente', 'calmo'), ('silencioso', 'silenciosamente', 'completamente', 'completo'), ('silencioso', 'silenciosamente', 'eficientemente', 'eficiente'), ('silencioso', 'silenciosamente', 'livremente', 'livre'), ('silencioso', 'silenciosamente', 'imediatamente', 'imediato'), ('silencioso', 'silenciosamente', 'obviamente', 'óbvio'), ('silencioso', 'silenciosamente', 'profissionalmente', 'profissional'), ('rápido', 'rapidamente', 'raramente', 'raro'), ('rápido', 'rapidamente', 'relutantemente', 'relutante'), ('rápido', 'rapidamente', 'seriamente', 'sério'), ('rápido', 'rapidamente', 'lentamente', 'lento'), ('rápido', 'rapidamente', 'tipicamente', 'típico'), ('rápido', 'rapidamente', 'completamente', 'completo'), ('rápido', 'rapidamente', 'eficientemente', 'eficiente'), ('rápido', 'rapidamente', 'livremente', 'livre'), ('rápido', 'rapidamente', 'furiosamente', 'furioso'), ('rápido', 'rapidamente', 'imediatamente', 'imediato'), ('rápido', 'rapidamente', 'obviamente', 'óbvio'), ('rápido', 'rapidamente', 'rapidamente', 'rápido'), ('raro', 'raramente', 'relutantemente', 'relutante'), ('raro', 'raramente', 'tipicamente', 'típico'), ('raro', 'raramente', 'eficientemente', 'eficiente'), ('raro', 'raramente', 'imediatamente', 'imediato'), ('raro', 'raramente', 'obviamente', 'óbvio'), ('relutante', 'relutantemente', 'tipicamente', 'típico'), ('relutante', 'relutantemente', 'eficientemente', 'eficiente'), ('relutante', 'relutantemente', 'imediatamente', 'imediato'), ('relutante', 'relutantemente', 'obviamente', 'óbvio'), ('relutante', 'relutantemente', 'raramente', 'raro'), ('seguro', 'seguramente', 'completamente', 'completo'), ('seguro', 'seguramente', 'eficientemente', 'eficiente'), ('seguro', 'seguramente', 'livremente', 'livre'), ('seguro', 'seguramente', 'imediatamente', 'imediato'), ('seguro', 'seguramente', 'profissionalmente', 'profissional'), ('seguro', 'seguramente', 'rapidamente', 'rápido'), ('seguro', 'seguramente', 'rapidamente', 'rápido'), ('seguro', 'seguramente', 'relutantemente', 'relutante'), ('sério', 'seriamente', 'tipicamente', 'típico'), ('sério', 'seriamente', 'eficientemente', 'eficiente'), ('sério', 'seriamente', 'imediatamente', 'imediato'), ('sério', 'seriamente', 'obviamente', 'óbvio'), ('sério', 'seriamente', 'profissionalmente', 'profissional'), ('sério', 'seriamente', 'rapidamente', 'rápido'), ('sério', 'seriamente', 'rapidamente', 'rápido'), ('sério', 'seriamente', 'raramente', 'raro'), ('lento', 'lentamente', 'tipicamente', 'típico'), ('lento', 'lentamente', 'calmamente', 'calmo'), ('lento', 'lentamente', 'completamente', 'completo'), ('lento', 'lentamente', 'eficientemente', 'eficiente'), ('lento', 'lentamente', 'livremente', 'livre'), ('lento', 'lentamente', 'imediatamente', 'imediato'), ('lento', 'lentamente', 'obviamente', 'óbvio'), ('lento', 'lentamente', 'profissionalmente', 'profissional'), ('lento', 'lentamente', 'rapidamente', 'rápido'), ('lento', 'lentamente', 'silenciosamente', 'silencioso'), ('lento', 'lentamente', 'rapidamente', 'rápido'), ('lento', 'lentamente', 'raramente', 'raro'), ('lento', 'lentamente', 'relutantemente', 'relutante'), ('lento', 'lentamente', 'seriamente', 'sério'), ('repentino', 'repentinamente', 'tipicamente', 'típico'), ('repentino', 'repentinamente', 'completamente', 'completo'), ('repentino', 'repentinamente', 'eficientemente', 'eficiente'), ('repentino', 'repentinamente', 'imediatamente', 'imediato'), ('repentino', 'repentinamente', 'obviamente', 'óbvio'), ('repentino', 'repentinamente', 'rapidamente', 'rápido'), ('repentino', 'repentinamente', 'rapidamente', 'rápido'), ('repentino', 'repentinamente', 'raramente', 'raro'), ('típico', 'tipicamente', 'completamente', 'completo'), ('típico', 'tipicamente', 'eficientemente', 'eficiente'), ('típico', 'tipicamente', 'furiosamente', 'furioso'), ('típico', 'tipicamente', 'imediatamente', 'imediato'), ('típico', 'tipicamente', 'obviamente', 'óbvio'), ('típico', 'tipicamente', 'rapidamente', 'rápido'), ('típico', 'tipicamente', 'rapidamente', 'rápido'), ('típico', 'tipicamente', 'raramente', 'raro'), ('típico', 'tipicamente', 'relutantemente', 'relutante'), ('típico', 'tipicamente', 'seriamente', 'sério'), ('infeliz', 'infelizmente', 'furiosamente', 'furioso'), ('infeliz', 'infelizmente', 'imediatamente', 'imediato'), ('infeliz', 'infelizmente', 'relutantemente', 'relutante'), ('infeliz', 'infelizmente', 'tipicamente', 'típico'), ('usual', 'usualmente', 'eficientemente', 'eficiente'), ('usual', 'usualmente', 'imediatamente', 'imediato'), ('usual', 'usualmente', 'obviamente', 'óbvio'), ('usual', 'usualmente', 'possivelmente', 'possível'), ('usual', 'usualmente', 'raramente', 'raro'), ('usual', 'usualmente', 'relutantemente', 'relutante'), ('usual', 'usualmente', 'tipicamente', 'típico')], 'incorrect': []}, {'section': '| gram2-opposite', 'correct': [('aceitável', 'inaceitável', 'inconsciente', 'consciente'), ('aceitável', 'inaceitável', 'desconfortável', 'confortável'), ('aceitável', 'inaceitável', 'inconsistente', 'consistente'), ('aceitável', 'inaceitável', 'ineficiente', 'eficiente'), ('aceitável', 'inaceitável', 'desonesto', 'honesto'), ('aceitável', 'inaceitável', 'improvável', 'provável'), ('aceitável', 'inaceitável', 'desagradável', 'agradável'), ('aceitável', 'inaceitável', 'impossível', 'possível'), ('aceitável', 'inaceitável', 'improdutivo', 'produtivo'), ('aceitável', 'inaceitável', 'irracional', 'racional'), ('aceitável', 'inaceitável', 'desagradável', 'agradável'), ('consciente', 'inconsciente', 'desconfortável', 'confortável'), ('consciente', 'inconsciente', 'inconsistente', 'consistente'), ('consciente', 'inconsciente', 'ineficiente', 'eficiente'), ('consciente', 'inconsciente', 'desonesto', 'honesto'), ('consciente', 'inconsciente', 'improvável', 'provável'), ('consciente', 'inconsciente', 'desagradável', 'agradável'), ('consciente', 'inconsciente', 'impossível', 'possível'), ('consciente', 'inconsciente', 'irracional', 'racional'), ('consciente', 'inconsciente', 'desagradável', 'agradável'), ('certo', 'incerto', 'ineficiente', 'eficiente'), ('certo', 'incerto', 'impossível', 'possível'), ('certo', 'incerto', 'incerto', 'certo'), ('claro', 'obscuro', 'inconsistente', 'consistente'), ('claro', 'obscuro', 'ineficiente', 'eficiente'), ('claro', 'obscuro', 'improvável', 'provável'), ('claro', 'obscuro', 'impossível', 'possível'), ('claro', 'obscuro', 'incerto', 'certo'), ('claro', 'obscuro', 'incerto', 'certo'), ('confortável', 'desconfortável', 'inconsistente', 'consistente'), ('confortável', 'desconfortável', 'ineficiente', 'eficiente'), ('confortável', 'desconfortável', 'desonesto', 'honesto'), ('confortável', 'desconfortável', 'improvável', 'provável'), ('confortável', 'desconfortável', 'desagradável', 'agradável'), ('confortável', 'desconfortável', 'impossível', 'possível'), ('confortável', 'desconfortável', 'irracional', 'racional'), ('confortável', 'desconfortável', 'desagradável', 'agradável'), ('confortável', 'desconfortável', 'inaceitável', 'aceitável'), ('confortável', 'desconfortável', 'inconsciente', 'consciente'), ('consistente', 'inconsistente', 'ineficiente', 'eficiente'), ('consistente', 'inconsistente', 'desonesto', 'honesto'), ('consistente', 'inconsistente', 'improvável', 'provável'), ('consistente', 'inconsistente', 'desagradável', 'agradável'), ('consistente', 'inconsistente', 'impossível', 'possível'), ('consistente', 'inconsistente', 'improdutivo', 'produtivo'), ('consistente', 'inconsistente', 'irracional', 'racional'), ('consistente', 'inconsistente', 'desagradável', 'agradável'), ('consistente', 'inconsistente', 'inaceitável', 'aceitável'), ('consistente', 'inconsistente', 'inconsciente', 'consciente'), ('consistente', 'inconsistente', 'desconfortável', 'confortável'), ('conveniente', 'inconveniente', 'ineficiente', 'eficiente'), ('conveniente', 'inconveniente', 'desonesto', 'honesto'), ('conveniente', 'inconveniente', 'improvável', 'provável'), ('conveniente', 'inconveniente', 'impossível', 'possível'), ('conveniente', 'inconveniente', 'irracional', 'racional'), ('conveniente', 'inconveniente', 'inconsciente', 'consciente'), ('conveniente', 'inconveniente', 'desconfortável', 'confortável'), ('conveniente', 'inconveniente', 'inconsistente', 'consistente'), ('decidido', 'indeciso', 'ineficiente', 'eficiente'), ('decidido', 'indeciso', 'improvável', 'provável'), ('decidido', 'indeciso', 'impossível', 'possível'), ('eficiente', 'ineficiente', 'desonesto', 'honesto'), ('eficiente', 'ineficiente', 'improvável', 'provável'), ('eficiente', 'ineficiente', 'desagradável', 'agradável'), ('eficiente', 'ineficiente', 'impossível', 'possível'), ('eficiente', 'ineficiente', 'irracional', 'racional'), ('eficiente', 'ineficiente', 'desagradável', 'agradável'), ('eficiente', 'ineficiente', 'inaceitável', 'aceitável'), ('eficiente', 'ineficiente', 'inconsciente', 'consciente'), ('eficiente', 'ineficiente', 'desconfortável', 'confortável'), ('eficiente', 'ineficiente', 'inconsistente', 'consistente'), ('ético', 'antiético', 'desonesto', 'honesto'), ('ético', 'antiético', 'impossível', 'possível'), ('ético', 'antiético', 'improdutivo', 'produtivo'), ('ético', 'antiético', 'irracional', 'racional'), ('ético', 'antiético', 'inconsciente', 'consciente'), ('ético', 'antiético', 'ineficiente', 'eficiente'), ('afortunado', 'infeliz', 'improvável', 'provável'), ('afortunado', 'infeliz', 'impossível', 'possível'), ('afortunado', 'infeliz', 'desconfortável', 'confortável'), ('honesto', 'desonesto', 'desinformado', 'informado'), ('honesto', 'desonesto', 'improvável', 'provável'), ('honesto', 'desonesto', 'desagradável', 'agradável'), ('honesto', 'desonesto', 'impossível', 'possível'), ('honesto', 'desonesto', 'irracional', 'racional'), ('honesto', 'desonesto', 'desagradável', 'agradável'), ('honesto', 'desonesto', 'inconsciente', 'consciente'), ('honesto', 'desonesto', 'desconfortável', 'confortável'), ('honesto', 'desonesto', 'inconsistente', 'consistente'), ('honesto', 'desonesto', 'ineficiente', 'eficiente'), ('informado', 'desinformado', 'improvável', 'provável'), ('informado', 'desinformado', 'impossível', 'possível'), ('informado', 'desinformado', 'irresponsável', 'responsável'), ('informado', 'desinformado', 'inconsciente', 'consciente'), ('informado', 'desinformado', 'ineficiente', 'eficiente'), ('informado', 'desinformado', 'desonesto', 'honesto'), ('conhecido', 'desconhecido', 'improvável', 'provável'), ('conhecido', 'desconhecido', 'desagradável', 'agradável'), ('conhecido', 'desconhecido', 'impossível', 'possível'), ('conhecido', 'desconhecido', 'irracional', 'racional'), ('conhecido', 'desconhecido', 'desagradável', 'agradável'), ('conhecido', 'desconhecido', 'inconsistente', 'consistente'), ('conhecido', 'desconhecido', 'ineficiente', 'eficiente'), ('provável', 'improvável', 'impossível', 'possível'), ('provável', 'improvável', 'irracional', 'racional'), ('provável', 'improvável', 'inconsciente', 'consciente'), ('provável', 'improvável', 'inconsistente', 'consistente'), ('provável', 'improvável', 'ineficiente', 'eficiente'), ('provável', 'improvável', 'desonesto', 'honesto'), ('provável', 'improvável', 'desinformado', 'informado'), ('lógico', 'ilógico', 'impossível', 'possível'), ('lógico', 'ilógico', 'improdutivo', 'produtivo'), ('lógico', 'ilógico', 'irracional', 'racional'), ('lógico', 'ilógico', 'incerto', 'certo'), ('lógico', 'ilógico', 'inconsciente', 'consciente'), ('lógico', 'ilógico', 'incerto', 'certo'), ('lógico', 'ilógico', 'inconsistente', 'consistente'), ('lógico', 'ilógico', 'ineficiente', 'eficiente'), ('lógico', 'ilógico', 'desonesto', 'honesto'), ('lógico', 'ilógico', 'improvável', 'provável'), ('agradável', 'desagradável', 'impossível', 'possível'), ('agradável', 'desagradável', 'irracional', 'racional'), ('agradável', 'desagradável', 'desagradável', 'agradável'), ('agradável', 'desagradável', 'inaceitável', 'aceitável'), ('agradável', 'desagradável', 'inconsciente', 'consciente'), ('agradável', 'desagradável', 'desconfortável', 'confortável'), ('agradável', 'desagradável', 'inconsistente', 'consistente'), ('agradável', 'desagradável', 'ineficiente', 'eficiente'), ('agradável', 'desagradável', 'desonesto', 'honesto'), ('agradável', 'desagradável', 'improvável', 'provável'), ('possível', 'impossível', 'improdutivo', 'produtivo'), ('possível', 'impossível', 'irracional', 'racional'), ('possível', 'impossível', 'desagradável', 'agradável'), ('possível', 'impossível', 'inaceitável', 'aceitável'), ('possível', 'impossível', 'inconsciente', 'consciente'), ('possível', 'impossível', 'desconfortável', 'confortável'), ('possível', 'impossível', 'inconsistente', 'consistente'), ('possível', 'impossível', 'ineficiente', 'eficiente'), ('possível', 'impossível', 'desonesto', 'honesto'), ('possível', 'impossível', 'desinformado', 'informado'), ('possível', 'impossível', 'improvável', 'provável'), ('possível', 'impossível', 'desagradável', 'agradável'), ('produtivo', 'improdutivo', 'irracional', 'racional'), ('produtivo', 'improdutivo', 'inconsciente', 'consciente'), ('produtivo', 'improdutivo', 'desconfortável', 'confortável'), ('produtivo', 'improdutivo', 'inconsistente', 'consistente'), ('produtivo', 'improdutivo', 'ineficiente', 'eficiente'), ('produtivo', 'improdutivo', 'improvável', 'provável'), ('produtivo', 'improdutivo', 'ilógico', 'lógico'), ('produtivo', 'improdutivo', 'impossível', 'possível'), ('racional', 'irracional', 'desagradável', 'agradável'), ('racional', 'irracional', 'inaceitável', 'aceitável'), ('racional', 'irracional', 'inconsciente', 'consciente'), ('racional', 'irracional', 'desconfortável', 'confortável'), ('racional', 'irracional', 'inconsistente', 'consistente'), ('racional', 'irracional', 'ineficiente', 'eficiente'), ('racional', 'irracional', 'desonesto', 'honesto'), ('racional', 'irracional', 'improvável', 'provável'), ('racional', 'irracional', 'ilógico', 'lógico'), ('racional', 'irracional', 'desagradável', 'agradável'), ('racional', 'irracional', 'impossível', 'possível'), ('racional', 'irracional', 'improdutivo', 'produtivo'), ('responsável', 'irresponsável', 'ineficiente', 'eficiente'), ('responsável', 'irresponsável', 'desinformado', 'informado'), ('responsável', 'irresponsável', 'desconhecido', 'conhecido'), ('responsável', 'irresponsável', 'improvável', 'provável'), ('responsável', 'irresponsável', 'impossível', 'possível'), ('certo', 'incerto', 'incerto', 'certo'), ('certo', 'incerto', 'ineficiente', 'eficiente'), ('certo', 'incerto', 'impossível', 'possível'), ('agradável', 'desagradável', 'inaceitável', 'aceitável'), ('agradável', 'desagradável', 'inconsciente', 'consciente'), ('agradável', 'desagradável', 'desconfortável', 'confortável'), ('agradável', 'desagradável', 'inconsistente', 'consistente'), ('agradável', 'desagradável', 'ineficiente', 'eficiente'), ('agradável', 'desagradável', 'desonesto', 'honesto'), ('agradável', 'desagradável', 'improvável', 'provável'), ('agradável', 'desagradável', 'desagradável', 'agradável'), ('agradável', 'desagradável', 'impossível', 'possível'), ('agradável', 'desagradável', 'irracional', 'racional')], 'incorrect': []}, {'section': '| gram3-comparative', 'correct': [('mau', 'pior', 'maior', 'grande'), ('mau', 'pior', 'melhor', 'bom'), ('mau', 'pior', 'maior', 'grande'), ('mau', 'pior', 'maior', 'grande'), ('mau', 'pior', 'menor', 'pequeno'), ('grande', 'maior', 'melhor', 'bom'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'menor', 'pequeno'), ('grande', 'maior', 'pior', 'mau'), ('bom', 'melhor', 'maior', 'grande'), ('bom', 'melhor', 'maior', 'grande'), ('bom', 'melhor', 'menor', 'pequeno'), ('bom', 'melhor', 'pior', 'mau'), ('bom', 'melhor', 'maior', 'grande'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'menor', 'pequeno'), ('grande', 'maior', 'pior', 'mau'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'melhor', 'bom'), ('grande', 'maior', 'menor', 'pequeno'), ('grande', 'maior', 'pior', 'mau'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'melhor', 'bom'), ('grande', 'maior', 'maior', 'grande'), ('pequeno', 'menor', 'pior', 'mau'), ('pequeno', 'menor', 'maior', 'grande'), ('pequeno', 'menor', 'melhor', 'bom'), ('pequeno', 'menor', 'maior', 'grande'), ('pequeno', 'menor', 'maior', 'grande')], 'incorrect': []}, {'section': '| gram4-superlative', 'correct': [('mau', 'pior', 'maior', 'grande'), ('mau', 'pior', 'melhor', 'bom'), ('mau', 'pior', 'curtíssimo', 'curto'), ('grande', 'maior', 'melhor', 'bom'), ('grande', 'maior', 'altíssimo', 'alto'), ('grande', 'maior', 'curtíssimo', 'curto'), ('grande', 'maior', 'fortíssimo', 'forte'), ('grande', 'maior', 'altíssimo', 'alto'), ('grande', 'maior', 'pior', 'mau'), ('fácil', 'facílimo', 'altíssimo', 'alto'), ('fácil', 'facílimo', 'curtíssimo', 'curto'), ('fácil', 'facílimo', 'fortíssimo', 'forte'), ('fácil', 'facílimo', 'altíssimo', 'alto'), ('fácil', 'facílimo', 'maior', 'grande'), ('bom', 'melhor', 'altíssimo', 'alto'), ('bom', 'melhor', 'curtíssimo', 'curto'), ('bom', 'melhor', 'fortíssimo', 'forte'), ('bom', 'melhor', 'altíssimo', 'alto'), ('bom', 'melhor', 'pior', 'mau'), ('bom', 'melhor', 'maior', 'grande'), ('alto', 'altíssimo', 'baixíssimo', 'baixo'), ('alto', 'altíssimo', 'curtíssimo', 'curto'), ('alto', 'altíssimo', 'fortíssimo', 'forte'), ('alto', 'altíssimo', 'altíssimo', 'alto'), ('alto', 'altíssimo', 'maior', 'grande'), ('alto', 'altíssimo', 'facílimo', 'fácil'), ('baixo', 'baixíssimo', 'curtíssimo', 'curto'), ('baixo', 'baixíssimo', 'fortíssimo', 'forte'), ('baixo', 'baixíssimo', 'altíssimo', 'alto'), ('baixo', 'baixíssimo', 'maior', 'grande'), ('baixo', 'baixíssimo', 'facílimo', 'fácil'), ('baixo', 'baixíssimo', 'altíssimo', 'alto'), ('curto', 'curtíssimo', 'fortíssimo', 'forte'), ('curto', 'curtíssimo', 'altíssimo', 'alto'), ('curto', 'curtíssimo', 'maior', 'grande'), ('curto', 'curtíssimo', 'facílimo', 'fácil'), ('curto', 'curtíssimo', 'melhor', 'bom'), ('curto', 'curtíssimo', 'altíssimo', 'alto'), ('curto', 'curtíssimo', 'baixíssimo', 'baixo'), ('forte', 'fortíssimo', 'altíssimo', 'alto'), ('forte', 'fortíssimo', 'maior', 'grande'), ('forte', 'fortíssimo', 'facílimo', 'fácil'), ('forte', 'fortíssimo', 'altíssimo', 'alto'), ('forte', 'fortíssimo', 'curtíssimo', 'curto'), ('alto', 'altíssimo', 'maior', 'grande'), ('alto', 'altíssimo', 'facílimo', 'fácil'), ('alto', 'altíssimo', 'altíssimo', 'alto'), ('alto', 'altíssimo', 'baixíssimo', 'baixo'), ('alto', 'altíssimo', 'curtíssimo', 'curto'), ('alto', 'altíssimo', 'fortíssimo', 'forte'), ('jovem', 'novíssimo', 'maior', 'grande'), ('jovem', 'novíssimo', 'facílimo', 'fácil'), ('jovem', 'novíssimo', 'altíssimo', 'alto'), ('jovem', 'novíssimo', 'curtíssimo', 'curto'), ('jovem', 'novíssimo', 'fortíssimo', 'forte'), ('jovem', 'novíssimo', 'altíssimo', 'alto')], 'incorrect': []}, {'section': '| gram5-present-participle', 'correct': [('programar', 'programando', 'dançando', 'dançar'), ('programar', 'programando', 'diminuindo', 'diminuir'), ('programar', 'programando', 'descrevendo', 'descrever'), ('programar', 'programando', 'descobrindo', 'descobrir'), ('programar', 'programando', 'melhorando', 'melhorar'), ('programar', 'programando', 'voando', 'voar'), ('programar', 'programando', 'gerando', 'gerar'), ('programar', 'programando', 'indo', 'ir'), ('programar', 'programando', 'implementando', 'implementar'), ('programar', 'programando', 'aumentando', 'aumentar'), ('programar', 'programando', 'inventando', 'inventar'), ('programar', 'programando', 'saltando', 'saltar'), ('programar', 'programando', 'ouvindo', 'ouvir'), ('programar', 'programando', 'vendo', 'ver'), ('programar', 'programando', 'movendo', 'mover'), ('programar', 'programando', 'jogando', 'jogar'), ('programar', 'programando', 'prevendo', 'prever'), ('programar', 'programando', 'lendo', 'ler'), ('programar', 'programando', 'correndo', 'correr'), ('programar', 'programando', 'dizendo', 'dizer'), ('programar', 'programando', 'gritando', 'gritar'), ('programar', 'programando', 'vendo', 'ver'), ('programar', 'programando', 'cantando', 'cantar'), ('programar', 'programando', 'sentando', 'sentar'), ('programar', 'programando', 'nadando', 'nadar'), ('programar', 'programando', 'pensando', 'pensar'), ('programar', 'programando', 'desaparecendo', 'desaparecer'), ('programar', 'programando', 'andando', 'andar'), ('programar', 'programando', 'escrevendo', 'escrever'), ('dançar', 'dançando', 'diminuindo', 'diminuir'), ('dançar', 'dançando', 'descrevendo', 'descrever'), ('dançar', 'dançando', 'descobrindo', 'descobrir'), ('dançar', 'dançando', 'melhorando', 'melhorar'), ('dançar', 'dançando', 'voando', 'voar'), ('dançar', 'dançando', 'gerando', 'gerar'), ('dançar', 'dançando', 'indo', 'ir'), ('dançar', 'dançando', 'implementando', 'implementar'), ('dançar', 'dançando', 'aumentando', 'aumentar'), ('dançar', 'dançando', 'inventando', 'inventar'), ('dançar', 'dançando', 'saltando', 'saltar'), ('dançar', 'dançando', 'ouvindo', 'ouvir'), ('dançar', 'dançando', 'movendo', 'mover'), ('dançar', 'dançando', 'jogando', 'jogar'), ('dançar', 'dançando', 'prevendo', 'prever'), ('dançar', 'dançando', 'lendo', 'ler'), ('dançar', 'dançando', 'correndo', 'correr'), ('dançar', 'dançando', 'dizendo', 'dizer'), ('dançar', 'dançando', 'gritando', 'gritar'), ('dançar', 'dançando', 'cantando', 'cantar'), ('dançar', 'dançando', 'sentando', 'sentar'), ('dançar', 'dançando', 'nadando', 'nadar'), ('dançar', 'dançando', 'pensando', 'pensar'), ('dançar', 'dançando', 'desaparecendo', 'desaparecer'), ('dançar', 'dançando', 'andando', 'andar'), ('dançar', 'dançando', 'escrevendo', 'escrever'), ('dançar', 'dançando', 'programando', 'programar'), ('depurar', 'depurando', 'diminuindo', 'diminuir'), ('depurar', 'depurando', 'descrevendo', 'descrever'), ('depurar', 'depurando', 'descobrindo', 'descobrir'), ('depurar', 'depurando', 'melhorando', 'melhorar'), ('depurar', 'depurando', 'voando', 'voar'), ('depurar', 'depurando', 'gerando', 'gerar'), ('depurar', 'depurando', 'indo', 'ir'), ('depurar', 'depurando', 'implementando', 'implementar'), ('depurar', 'depurando', 'aumentando', 'aumentar'), ('depurar', 'depurando', 'inventando', 'inventar'), ('depurar', 'depurando', 'saltando', 'saltar'), ('depurar', 'depurando', 'ouvindo', 'ouvir'), ('depurar', 'depurando', 'movendo', 'mover'), ('depurar', 'depurando', 'jogando', 'jogar'), ('depurar', 'depurando', 'prevendo', 'prever'), ('depurar', 'depurando', 'lendo', 'ler'), ('depurar', 'depurando', 'dizendo', 'dizer'), ('depurar', 'depurando', 'gritando', 'gritar'), ('depurar', 'depurando', 'cantando', 'cantar'), ('depurar', 'depurando', 'sentando', 'sentar'), ('depurar', 'depurando', 'pensando', 'pensar'), ('depurar', 'depurando', 'escrevendo', 'escrever'), ('depurar', 'depurando', 'programando', 'programar'), ('depurar', 'depurando', 'dançando', 'dançar'), ('diminuir', 'diminuindo', 'descrevendo', 'descrever'), ('diminuir', 'diminuindo', 'descobrindo', 'descobrir'), ('diminuir', 'diminuindo', 'melhorando', 'melhorar'), ('diminuir', 'diminuindo', 'voando', 'voar'), ('diminuir', 'diminuindo', 'gerando', 'gerar'), ('diminuir', 'diminuindo', 'indo', 'ir'), ('diminuir', 'diminuindo', 'implementando', 'implementar'), ('diminuir', 'diminuindo', 'aumentando', 'aumentar'), ('diminuir', 'diminuindo', 'inventando', 'inventar'), ('diminuir', 'diminuindo', 'saltando', 'saltar'), ('diminuir', 'diminuindo', 'ouvindo', 'ouvir'), ('diminuir', 'diminuindo', 'vendo', 'ver'), ('diminuir', 'diminuindo', 'movendo', 'mover'), ('diminuir', 'diminuindo', 'jogando', 'jogar'), ('diminuir', 'diminuindo', 'prevendo', 'prever'), ('diminuir', 'diminuindo', 'lendo', 'ler'), ('diminuir', 'diminuindo', 'correndo', 'correr'), ('diminuir', 'diminuindo', 'dizendo', 'dizer'), ('diminuir', 'diminuindo', 'gritando', 'gritar'), ('diminuir', 'diminuindo', 'vendo', 'ver'), ('diminuir', 'diminuindo', 'cantando', 'cantar'), ('diminuir', 'diminuindo', 'sentando', 'sentar'), ('diminuir', 'diminuindo', 'nadando', 'nadar'), ('diminuir', 'diminuindo', 'pensando', 'pensar'), ('diminuir', 'diminuindo', 'desaparecendo', 'desaparecer'), ('diminuir', 'diminuindo', 'andando', 'andar'), ('diminuir', 'diminuindo', 'escrevendo', 'escrever'), ('diminuir', 'diminuindo', 'programando', 'programar'), ('diminuir', 'diminuindo', 'dançando', 'dançar'), ('descrever', 'descrevendo', 'descobrindo', 'descobrir'), ('descrever', 'descrevendo', 'melhorando', 'melhorar'), ('descrever', 'descrevendo', 'voando', 'voar'), ('descrever', 'descrevendo', 'gerando', 'gerar'), ('descrever', 'descrevendo', 'indo', 'ir'), ('descrever', 'descrevendo', 'implementando', 'implementar'), ('descrever', 'descrevendo', 'aumentando', 'aumentar'), ('descrever', 'descrevendo', 'inventando', 'inventar'), ('descrever', 'descrevendo', 'saltando', 'saltar'), ('descrever', 'descrevendo', 'ouvindo', 'ouvir'), ('descrever', 'descrevendo', 'movendo', 'mover'), ('descrever', 'descrevendo', 'jogando', 'jogar'), ('descrever', 'descrevendo', 'prevendo', 'prever'), ('descrever', 'descrevendo', 'lendo', 'ler'), ('descrever', 'descrevendo', 'correndo', 'correr'), ('descrever', 'descrevendo', 'dizendo', 'dizer'), ('descrever', 'descrevendo', 'gritando', 'gritar'), ('descrever', 'descrevendo', 'cantando', 'cantar'), ('descrever', 'descrevendo', 'sentando', 'sentar'), ('descrever', 'descrevendo', 'nadando', 'nadar'), ('descrever', 'descrevendo', 'pensando', 'pensar'), ('descrever', 'descrevendo', 'desaparecendo', 'desaparecer'), ('descrever', 'descrevendo', 'andando', 'andar'), ('descrever', 'descrevendo', 'escrevendo', 'escrever'), ('descrever', 'descrevendo', 'programando', 'programar'), ('descrever', 'descrevendo', 'dançando', 'dançar'), ('descrever', 'descrevendo', 'diminuindo', 'diminuir'), ('descobrir', 'descobrindo', 'melhorando', 'melhorar'), ('descobrir', 'descobrindo', 'voando', 'voar'), ('descobrir', 'descobrindo', 'gerando', 'gerar'), ('descobrir', 'descobrindo', 'indo', 'ir'), ('descobrir', 'descobrindo', 'implementando', 'implementar'), ('descobrir', 'descobrindo', 'aumentando', 'aumentar'), ('descobrir', 'descobrindo', 'inventando', 'inventar'), ('descobrir', 'descobrindo', 'saltando', 'saltar'), ('descobrir', 'descobrindo', 'ouvindo', 'ouvir'), ('descobrir', 'descobrindo', 'vendo', 'ver'), ('descobrir', 'descobrindo', 'movendo', 'mover'), ('descobrir', 'descobrindo', 'jogando', 'jogar'), ('descobrir', 'descobrindo', 'prevendo', 'prever'), ('descobrir', 'descobrindo', 'lendo', 'ler'), ('descobrir', 'descobrindo', 'correndo', 'correr'), ('descobrir', 'descobrindo', 'dizendo', 'dizer'), ('descobrir', 'descobrindo', 'gritando', 'gritar'), ('descobrir', 'descobrindo', 'vendo', 'ver'), ('descobrir', 'descobrindo', 'cantando', 'cantar'), ('descobrir', 'descobrindo', 'sentando', 'sentar'), ('descobrir', 'descobrindo', 'nadando', 'nadar'), ('descobrir', 'descobrindo', 'pensando', 'pensar'), ('descobrir', 'descobrindo', 'desaparecendo', 'desaparecer'), ('descobrir', 'descobrindo', 'andando', 'andar'), ('descobrir', 'descobrindo', 'escrevendo', 'escrever'), ('descobrir', 'descobrindo', 'programando', 'programar'), ('descobrir', 'descobrindo', 'dançando', 'dançar'), ('descobrir', 'descobrindo', 'diminuindo', 'diminuir'), ('descobrir', 'descobrindo', 'descrevendo', 'descrever'), ('melhorar', 'melhorando', 'voando', 'voar'), ('melhorar', 'melhorando', 'gerando', 'gerar'), ('melhorar', 'melhorando', 'indo', 'ir'), ('melhorar', 'melhorando', 'implementando', 'implementar'), ('melhorar', 'melhorando', 'aumentando', 'aumentar'), ('melhorar', 'melhorando', 'inventando', 'inventar'), ('melhorar', 'melhorando', 'saltando', 'saltar'), ('melhorar', 'melhorando', 'ouvindo', 'ouvir'), ('melhorar', 'melhorando', 'vendo', 'ver'), ('melhorar', 'melhorando', 'movendo', 'mover'), ('melhorar', 'melhorando', 'jogando', 'jogar'), ('melhorar', 'melhorando', 'prevendo', 'prever'), ('melhorar', 'melhorando', 'lendo', 'ler'), ('melhorar', 'melhorando', 'correndo', 'correr'), ('melhorar', 'melhorando', 'dizendo', 'dizer'), ('melhorar', 'melhorando', 'gritando', 'gritar'), ('melhorar', 'melhorando', 'vendo', 'ver'), ('melhorar', 'melhorando', 'cantando', 'cantar'), ('melhorar', 'melhorando', 'sentando', 'sentar'), ('melhorar', 'melhorando', 'nadando', 'nadar'), ('melhorar', 'melhorando', 'pensando', 'pensar'), ('melhorar', 'melhorando', 'desaparecendo', 'desaparecer'), ('melhorar', 'melhorando', 'andando', 'andar'), ('melhorar', 'melhorando', 'escrevendo', 'escrever'), ('melhorar', 'melhorando', 'programando', 'programar'), ('melhorar', 'melhorando', 'dançando', 'dançar'), ('melhorar', 'melhorando', 'diminuindo', 'diminuir'), ('melhorar', 'melhorando', 'descrevendo', 'descrever'), ('melhorar', 'melhorando', 'descobrindo', 'descobrir'), ('voar', 'voando', 'gerando', 'gerar'), ('voar', 'voando', 'indo', 'ir'), ('voar', 'voando', 'implementando', 'implementar'), ('voar', 'voando', 'aumentando', 'aumentar'), ('voar', 'voando', 'inventando', 'inventar'), ('voar', 'voando', 'saltando', 'saltar'), ('voar', 'voando', 'ouvindo', 'ouvir'), ('voar', 'voando', 'vendo', 'ver'), ('voar', 'voando', 'movendo', 'mover'), ('voar', 'voando', 'jogando', 'jogar'), ('voar', 'voando', 'prevendo', 'prever'), ('voar', 'voando', 'lendo', 'ler'), ('voar', 'voando', 'correndo', 'correr'), ('voar', 'voando', 'dizendo', 'dizer'), ('voar', 'voando', 'gritando', 'gritar'), ('voar', 'voando', 'vendo', 'ver'), ('voar', 'voando', 'cantando', 'cantar'), ('voar', 'voando', 'sentando', 'sentar'), ('voar', 'voando', 'nadando', 'nadar'), ('voar', 'voando', 'pensando', 'pensar'), ('voar', 'voando', 'desaparecendo', 'desaparecer'), ('voar', 'voando', 'andando', 'andar'), ('voar', 'voando', 'escrevendo', 'escrever'), ('voar', 'voando', 'programando', 'programar'), ('voar', 'voando', 'dançando', 'dançar'), ('voar', 'voando', 'diminuindo', 'diminuir'), ('voar', 'voando', 'descrevendo', 'descrever'), ('voar', 'voando', 'descobrindo', 'descobrir'), ('voar', 'voando', 'melhorando', 'melhorar'), ('gerar', 'gerando', 'indo', 'ir'), ('gerar', 'gerando', 'implementando', 'implementar'), ('gerar', 'gerando', 'aumentando', 'aumentar'), ('gerar', 'gerando', 'inventando', 'inventar'), ('gerar', 'gerando', 'saltando', 'saltar'), ('gerar', 'gerando', 'ouvindo', 'ouvir'), ('gerar', 'gerando', 'vendo', 'ver'), ('gerar', 'gerando', 'movendo', 'mover'), ('gerar', 'gerando', 'jogando', 'jogar'), ('gerar', 'gerando', 'prevendo', 'prever'), ('gerar', 'gerando', 'lendo', 'ler'), ('gerar', 'gerando', 'correndo', 'correr'), ('gerar', 'gerando', 'dizendo', 'dizer'), ('gerar', 'gerando', 'gritando', 'gritar'), ('gerar', 'gerando', 'vendo', 'ver'), ('gerar', 'gerando', 'cantando', 'cantar'), ('gerar', 'gerando', 'sentando', 'sentar'), ('gerar', 'gerando', 'nadando', 'nadar'), ('gerar', 'gerando', 'pensando', 'pensar'), ('gerar', 'gerando', 'desaparecendo', 'desaparecer'), ('gerar', 'gerando', 'andando', 'andar'), ('gerar', 'gerando', 'escrevendo', 'escrever'), ('gerar', 'gerando', 'programando', 'programar'), ('gerar', 'gerando', 'dançando', 'dançar'), ('gerar', 'gerando', 'diminuindo', 'diminuir'), ('gerar', 'gerando', 'descrevendo', 'descrever'), ('gerar', 'gerando', 'descobrindo', 'descobrir'), ('gerar', 'gerando', 'melhorando', 'melhorar'), ('gerar', 'gerando', 'voando', 'voar'), ('ir', 'indo', 'implementando', 'implementar'), ('ir', 'indo', 'aumentando', 'aumentar'), ('ir', 'indo', 'inventando', 'inventar'), ('ir', 'indo', 'saltando', 'saltar'), ('ir', 'indo', 'ouvindo', 'ouvir'), ('ir', 'indo', 'vendo', 'ver'), ('ir', 'indo', 'movendo', 'mover'), ('ir', 'indo', 'jogando', 'jogar'), ('ir', 'indo', 'prevendo', 'prever'), ('ir', 'indo', 'lendo', 'ler'), ('ir', 'indo', 'correndo', 'correr'), ('ir', 'indo', 'dizendo', 'dizer'), ('ir', 'indo', 'gritando', 'gritar'), ('ir', 'indo', 'vendo', 'ver'), ('ir', 'indo', 'cantando', 'cantar'), ('ir', 'indo', 'sentando', 'sentar'), ('ir', 'indo', 'nadando', 'nadar'), ('ir', 'indo', 'pensando', 'pensar'), ('ir', 'indo', 'desaparecendo', 'desaparecer'), ('ir', 'indo', 'andando', 'andar'), ('ir', 'indo', 'escrevendo', 'escrever'), ('ir', 'indo', 'programando', 'programar'), ('ir', 'indo', 'dançando', 'dançar'), ('ir', 'indo', 'diminuindo', 'diminuir'), ('ir', 'indo', 'descrevendo', 'descrever'), ('ir', 'indo', 'descobrindo', 'descobrir'), ('ir', 'indo', 'melhorando', 'melhorar'), ('ir', 'indo', 'voando', 'voar'), ('ir', 'indo', 'gerando', 'gerar'), ('implementar', 'implementando', 'aumentando', 'aumentar'), ('implementar', 'implementando', 'inventando', 'inventar'), ('implementar', 'implementando', 'saltando', 'saltar'), ('implementar', 'implementando', 'ouvindo', 'ouvir'), ('implementar', 'implementando', 'vendo', 'ver'), ('implementar', 'implementando', 'movendo', 'mover'), ('implementar', 'implementando', 'jogando', 'jogar'), ('implementar', 'implementando', 'prevendo', 'prever'), ('implementar', 'implementando', 'lendo', 'ler'), ('implementar', 'implementando', 'correndo', 'correr'), ('implementar', 'implementando', 'dizendo', 'dizer'), ('implementar', 'implementando', 'gritando', 'gritar'), ('implementar', 'implementando', 'vendo', 'ver'), ('implementar', 'implementando', 'cantando', 'cantar'), ('implementar', 'implementando', 'sentando', 'sentar'), ('implementar', 'implementando', 'nadando', 'nadar'), ('implementar', 'implementando', 'pensando', 'pensar'), ('implementar', 'implementando', 'desaparecendo', 'desaparecer'), ('implementar', 'implementando', 'andando', 'andar'), ('implementar', 'implementando', 'escrevendo', 'escrever'), ('implementar', 'implementando', 'programando', 'programar'), ('implementar', 'implementando', 'dançando', 'dançar'), ('implementar', 'implementando', 'diminuindo', 'diminuir'), ('implementar', 'implementando', 'descrevendo', 'descrever'), ('implementar', 'implementando', 'descobrindo', 'descobrir'), ('implementar', 'implementando', 'melhorando', 'melhorar'), ('implementar', 'implementando', 'voando', 'voar'), ('implementar', 'implementando', 'gerando', 'gerar'), ('implementar', 'implementando', 'indo', 'ir'), ('aumentar', 'aumentando', 'inventando', 'inventar'), ('aumentar', 'aumentando', 'saltando', 'saltar'), ('aumentar', 'aumentando', 'ouvindo', 'ouvir'), ('aumentar', 'aumentando', 'vendo', 'ver'), ('aumentar', 'aumentando', 'movendo', 'mover'), ('aumentar', 'aumentando', 'jogando', 'jogar'), ('aumentar', 'aumentando', 'prevendo', 'prever'), ('aumentar', 'aumentando', 'lendo', 'ler'), ('aumentar', 'aumentando', 'correndo', 'correr'), ('aumentar', 'aumentando', 'dizendo', 'dizer'), ('aumentar', 'aumentando', 'gritando', 'gritar'), ('aumentar', 'aumentando', 'vendo', 'ver'), ('aumentar', 'aumentando', 'cantando', 'cantar'), ('aumentar', 'aumentando', 'sentando', 'sentar'), ('aumentar', 'aumentando', 'nadando', 'nadar'), ('aumentar', 'aumentando', 'pensando', 'pensar'), ('aumentar', 'aumentando', 'desaparecendo', 'desaparecer'), ('aumentar', 'aumentando', 'andando', 'andar'), ('aumentar', 'aumentando', 'escrevendo', 'escrever'), ('aumentar', 'aumentando', 'programando', 'programar'), ('aumentar', 'aumentando', 'dançando', 'dançar'), ('aumentar', 'aumentando', 'diminuindo', 'diminuir'), ('aumentar', 'aumentando', 'descrevendo', 'descrever'), ('aumentar', 'aumentando', 'descobrindo', 'descobrir'), ('aumentar', 'aumentando', 'melhorando', 'melhorar'), ('aumentar', 'aumentando', 'voando', 'voar'), ('aumentar', 'aumentando', 'gerando', 'gerar'), ('aumentar', 'aumentando', 'indo', 'ir'), ('aumentar', 'aumentando', 'implementando', 'implementar'), ('inventar', 'inventando', 'saltando', 'saltar'), ('inventar', 'inventando', 'ouvindo', 'ouvir'), ('inventar', 'inventando', 'vendo', 'ver'), ('inventar', 'inventando', 'movendo', 'mover'), ('inventar', 'inventando', 'jogando', 'jogar'), ('inventar', 'inventando', 'prevendo', 'prever'), ('inventar', 'inventando', 'lendo', 'ler'), ('inventar', 'inventando', 'correndo', 'correr'), ('inventar', 'inventando', 'dizendo', 'dizer'), ('inventar', 'inventando', 'gritando', 'gritar'), ('inventar', 'inventando', 'vendo', 'ver'), ('inventar', 'inventando', 'cantando', 'cantar'), ('inventar', 'inventando', 'sentando', 'sentar'), ('inventar', 'inventando', 'nadando', 'nadar'), ('inventar', 'inventando', 'pensando', 'pensar'), ('inventar', 'inventando', 'desaparecendo', 'desaparecer'), ('inventar', 'inventando', 'andando', 'andar'), ('inventar', 'inventando', 'escrevendo', 'escrever'), ('inventar', 'inventando', 'programando', 'programar'), ('inventar', 'inventando', 'dançando', 'dançar'), ('inventar', 'inventando', 'diminuindo', 'diminuir'), ('inventar', 'inventando', 'descrevendo', 'descrever'), ('inventar', 'inventando', 'descobrindo', 'descobrir'), ('inventar', 'inventando', 'melhorando', 'melhorar'), ('inventar', 'inventando', 'voando', 'voar'), ('inventar', 'inventando', 'gerando', 'gerar'), ('inventar', 'inventando', 'indo', 'ir'), ('inventar', 'inventando', 'implementando', 'implementar'), ('inventar', 'inventando', 'aumentando', 'aumentar'), ('saltar', 'saltando', 'ouvindo', 'ouvir'), ('saltar', 'saltando', 'vendo', 'ver'), ('saltar', 'saltando', 'movendo', 'mover'), ('saltar', 'saltando', 'jogando', 'jogar'), ('saltar', 'saltando', 'prevendo', 'prever'), ('saltar', 'saltando', 'lendo', 'ler'), ('saltar', 'saltando', 'correndo', 'correr'), ('saltar', 'saltando', 'dizendo', 'dizer'), ('saltar', 'saltando', 'gritando', 'gritar'), ('saltar', 'saltando', 'vendo', 'ver'), ('saltar', 'saltando', 'cantando', 'cantar'), ('saltar', 'saltando', 'sentando', 'sentar'), ('saltar', 'saltando', 'nadando', 'nadar'), ('saltar', 'saltando', 'pensando', 'pensar'), ('saltar', 'saltando', 'desaparecendo', 'desaparecer'), ('saltar', 'saltando', 'andando', 'andar'), ('saltar', 'saltando', 'escrevendo', 'escrever'), ('saltar', 'saltando', 'programando', 'programar'), ('saltar', 'saltando', 'dançando', 'dançar'), ('saltar', 'saltando', 'diminuindo', 'diminuir'), ('saltar', 'saltando', 'descrevendo', 'descrever'), ('saltar', 'saltando', 'descobrindo', 'descobrir'), ('saltar', 'saltando', 'melhorando', 'melhorar'), ('saltar', 'saltando', 'voando', 'voar'), ('saltar', 'saltando', 'gerando', 'gerar'), ('saltar', 'saltando', 'indo', 'ir'), ('saltar', 'saltando', 'implementando', 'implementar'), ('saltar', 'saltando', 'aumentando', 'aumentar'), ('saltar', 'saltando', 'inventando', 'inventar'), ('ouvir', 'ouvindo', 'vendo', 'ver'), ('ouvir', 'ouvindo', 'movendo', 'mover'), ('ouvir', 'ouvindo', 'jogando', 'jogar'), ('ouvir', 'ouvindo', 'prevendo', 'prever'), ('ouvir', 'ouvindo', 'lendo', 'ler'), ('ouvir', 'ouvindo', 'correndo', 'correr'), ('ouvir', 'ouvindo', 'dizendo', 'dizer'), ('ouvir', 'ouvindo', 'gritando', 'gritar'), ('ouvir', 'ouvindo', 'vendo', 'ver'), ('ouvir', 'ouvindo', 'cantando', 'cantar'), ('ouvir', 'ouvindo', 'sentando', 'sentar'), ('ouvir', 'ouvindo', 'nadando', 'nadar'), ('ouvir', 'ouvindo', 'pensando', 'pensar'), ('ouvir', 'ouvindo', 'desaparecendo', 'desaparecer'), ('ouvir', 'ouvindo', 'andando', 'andar'), ('ouvir', 'ouvindo', 'escrevendo', 'escrever'), ('ouvir', 'ouvindo', 'programando', 'programar'), ('ouvir', 'ouvindo', 'dançando', 'dançar'), ('ouvir', 'ouvindo', 'diminuindo', 'diminuir'), ('ouvir', 'ouvindo', 'descrevendo', 'descrever'), ('ouvir', 'ouvindo', 'descobrindo', 'descobrir'), ('ouvir', 'ouvindo', 'melhorando', 'melhorar'), ('ouvir', 'ouvindo', 'voando', 'voar'), ('ouvir', 'ouvindo', 'gerando', 'gerar'), ('ouvir', 'ouvindo', 'indo', 'ir'), ('ouvir', 'ouvindo', 'implementando', 'implementar'), ('ouvir', 'ouvindo', 'aumentando', 'aumentar'), ('ouvir', 'ouvindo', 'inventando', 'inventar'), ('ouvir', 'ouvindo', 'saltando', 'saltar'), ('ver', 'vendo', 'movendo', 'mover'), ('ver', 'vendo', 'jogando', 'jogar'), ('ver', 'vendo', 'prevendo', 'prever'), ('ver', 'vendo', 'lendo', 'ler'), ('ver', 'vendo', 'correndo', 'correr'), ('ver', 'vendo', 'dizendo', 'dizer'), ('ver', 'vendo', 'gritando', 'gritar'), ('ver', 'vendo', 'vendo', 'ver'), ('ver', 'vendo', 'cantando', 'cantar'), ('ver', 'vendo', 'sentando', 'sentar'), ('ver', 'vendo', 'nadando', 'nadar'), ('ver', 'vendo', 'pensando', 'pensar'), ('ver', 'vendo', 'desaparecendo', 'desaparecer'), ('ver', 'vendo', 'andando', 'andar'), ('ver', 'vendo', 'escrevendo', 'escrever'), ('ver', 'vendo', 'programando', 'programar'), ('ver', 'vendo', 'dançando', 'dançar'), ('ver', 'vendo', 'diminuindo', 'diminuir'), ('ver', 'vendo', 'descrevendo', 'descrever'), ('ver', 'vendo', 'descobrindo', 'descobrir'), ('ver', 'vendo', 'melhorando', 'melhorar'), ('ver', 'vendo', 'voando', 'voar'), ('ver', 'vendo', 'gerando', 'gerar'), ('ver', 'vendo', 'indo', 'ir'), ('ver', 'vendo', 'implementando', 'implementar'), ('ver', 'vendo', 'aumentando', 'aumentar'), ('ver', 'vendo', 'inventando', 'inventar'), ('ver', 'vendo', 'saltando', 'saltar'), ('ver', 'vendo', 'ouvindo', 'ouvir'), ('mover', 'movendo', 'jogando', 'jogar'), ('mover', 'movendo', 'prevendo', 'prever'), ('mover', 'movendo', 'lendo', 'ler'), ('mover', 'movendo', 'correndo', 'correr'), ('mover', 'movendo', 'dizendo', 'dizer'), ('mover', 'movendo', 'gritando', 'gritar'), ('mover', 'movendo', 'vendo', 'ver'), ('mover', 'movendo', 'cantando', 'cantar'), ('mover', 'movendo', 'sentando', 'sentar'), ('mover', 'movendo', 'nadando', 'nadar'), ('mover', 'movendo', 'pensando', 'pensar'), ('mover', 'movendo', 'desaparecendo', 'desaparecer'), ('mover', 'movendo', 'andando', 'andar'), ('mover', 'movendo', 'escrevendo', 'escrever'), ('mover', 'movendo', 'programando', 'programar'), ('mover', 'movendo', 'dançando', 'dançar'), ('mover', 'movendo', 'diminuindo', 'diminuir'), ('mover', 'movendo', 'descrevendo', 'descrever'), ('mover', 'movendo', 'descobrindo', 'descobrir'), ('mover', 'movendo', 'melhorando', 'melhorar'), ('mover', 'movendo', 'voando', 'voar'), ('mover', 'movendo', 'gerando', 'gerar'), ('mover', 'movendo', 'indo', 'ir'), ('mover', 'movendo', 'implementando', 'implementar'), ('mover', 'movendo', 'aumentando', 'aumentar'), ('mover', 'movendo', 'inventando', 'inventar'), ('mover', 'movendo', 'saltando', 'saltar'), ('mover', 'movendo', 'ouvindo', 'ouvir'), ('mover', 'movendo', 'vendo', 'ver'), ('jogar', 'jogando', 'prevendo', 'prever'), ('jogar', 'jogando', 'lendo', 'ler'), ('jogar', 'jogando', 'correndo', 'correr'), ('jogar', 'jogando', 'dizendo', 'dizer'), ('jogar', 'jogando', 'gritando', 'gritar'), ('jogar', 'jogando', 'vendo', 'ver'), ('jogar', 'jogando', 'cantando', 'cantar'), ('jogar', 'jogando', 'sentando', 'sentar'), ('jogar', 'jogando', 'nadando', 'nadar'), ('jogar', 'jogando', 'pensando', 'pensar'), ('jogar', 'jogando', 'desaparecendo', 'desaparecer'), ('jogar', 'jogando', 'andando', 'andar'), ('jogar', 'jogando', 'escrevendo', 'escrever'), ('jogar', 'jogando', 'programando', 'programar'), ('jogar', 'jogando', 'dançando', 'dançar'), ('jogar', 'jogando', 'diminuindo', 'diminuir'), ('jogar', 'jogando', 'descrevendo', 'descrever'), ('jogar', 'jogando', 'descobrindo', 'descobrir'), ('jogar', 'jogando', 'melhorando', 'melhorar'), ('jogar', 'jogando', 'voando', 'voar'), ('jogar', 'jogando', 'gerando', 'gerar'), ('jogar', 'jogando', 'indo', 'ir'), ('jogar', 'jogando', 'implementando', 'implementar'), ('jogar', 'jogando', 'aumentando', 'aumentar'), ('jogar', 'jogando', 'inventando', 'inventar'), ('jogar', 'jogando', 'saltando', 'saltar'), ('jogar', 'jogando', 'ouvindo', 'ouvir'), ('jogar', 'jogando', 'vendo', 'ver'), ('jogar', 'jogando', 'movendo', 'mover'), ('prever', 'prevendo', 'lendo', 'ler'), ('prever', 'prevendo', 'correndo', 'correr'), ('prever', 'prevendo', 'dizendo', 'dizer'), ('prever', 'prevendo', 'gritando', 'gritar'), ('prever', 'prevendo', 'vendo', 'ver'), ('prever', 'prevendo', 'cantando', 'cantar'), ('prever', 'prevendo', 'sentando', 'sentar'), ('prever', 'prevendo', 'nadando', 'nadar'), ('prever', 'prevendo', 'pensando', 'pensar'), ('prever', 'prevendo', 'desaparecendo', 'desaparecer'), ('prever', 'prevendo', 'andando', 'andar'), ('prever', 'prevendo', 'escrevendo', 'escrever'), ('prever', 'prevendo', 'programando', 'programar'), ('prever', 'prevendo', 'dançando', 'dançar'), ('prever', 'prevendo', 'diminuindo', 'diminuir'), ('prever', 'prevendo', 'descrevendo', 'descrever'), ('prever', 'prevendo', 'descobrindo', 'descobrir'), ('prever', 'prevendo', 'melhorando', 'melhorar'), ('prever', 'prevendo', 'voando', 'voar'), ('prever', 'prevendo', 'gerando', 'gerar'), ('prever', 'prevendo', 'indo', 'ir'), ('prever', 'prevendo', 'implementando', 'implementar'), ('prever', 'prevendo', 'aumentando', 'aumentar'), ('prever', 'prevendo', 'inventando', 'inventar'), ('prever', 'prevendo', 'saltando', 'saltar'), ('prever', 'prevendo', 'ouvindo', 'ouvir'), ('prever', 'prevendo', 'vendo', 'ver'), ('prever', 'prevendo', 'movendo', 'mover'), ('prever', 'prevendo', 'jogando', 'jogar'), ('ler', 'lendo', 'correndo', 'correr'), ('ler', 'lendo', 'dizendo', 'dizer'), ('ler', 'lendo', 'gritando', 'gritar'), ('ler', 'lendo', 'vendo', 'ver'), ('ler', 'lendo', 'cantando', 'cantar'), ('ler', 'lendo', 'sentando', 'sentar'), ('ler', 'lendo', 'nadando', 'nadar'), ('ler', 'lendo', 'pensando', 'pensar'), ('ler', 'lendo', 'desaparecendo', 'desaparecer'), ('ler', 'lendo', 'andando', 'andar'), ('ler', 'lendo', 'escrevendo', 'escrever'), ('ler', 'lendo', 'programando', 'programar'), ('ler', 'lendo', 'dançando', 'dançar'), ('ler', 'lendo', 'diminuindo', 'diminuir'), ('ler', 'lendo', 'descrevendo', 'descrever'), ('ler', 'lendo', 'descobrindo', 'descobrir'), ('ler', 'lendo', 'melhorando', 'melhorar'), ('ler', 'lendo', 'voando', 'voar'), ('ler', 'lendo', 'gerando', 'gerar'), ('ler', 'lendo', 'indo', 'ir'), ('ler', 'lendo', 'implementando', 'implementar'), ('ler', 'lendo', 'aumentando', 'aumentar'), ('ler', 'lendo', 'inventando', 'inventar'), ('ler', 'lendo', 'saltando', 'saltar'), ('ler', 'lendo', 'ouvindo', 'ouvir'), ('ler', 'lendo', 'vendo', 'ver'), ('ler', 'lendo', 'movendo', 'mover'), ('ler', 'lendo', 'jogando', 'jogar'), ('ler', 'lendo', 'prevendo', 'prever'), ('correr', 'correndo', 'dizendo', 'dizer'), ('correr', 'correndo', 'gritando', 'gritar'), ('correr', 'correndo', 'vendo', 'ver'), ('correr', 'correndo', 'cantando', 'cantar'), ('correr', 'correndo', 'sentando', 'sentar'), ('correr', 'correndo', 'nadando', 'nadar'), ('correr', 'correndo', 'pensando', 'pensar'), ('correr', 'correndo', 'desaparecendo', 'desaparecer'), ('correr', 'correndo', 'andando', 'andar'), ('correr', 'correndo', 'escrevendo', 'escrever'), ('correr', 'correndo', 'programando', 'programar'), ('correr', 'correndo', 'dançando', 'dançar'), ('correr', 'correndo', 'diminuindo', 'diminuir'), ('correr', 'correndo', 'descrevendo', 'descrever'), ('correr', 'correndo', 'descobrindo', 'descobrir'), ('correr', 'correndo', 'melhorando', 'melhorar'), ('correr', 'correndo', 'voando', 'voar'), ('correr', 'correndo', 'gerando', 'gerar'), ('correr', 'correndo', 'indo', 'ir'), ('correr', 'correndo', 'implementando', 'implementar'), ('correr', 'correndo', 'aumentando', 'aumentar'), ('correr', 'correndo', 'inventando', 'inventar'), ('correr', 'correndo', 'saltando', 'saltar'), ('correr', 'correndo', 'ouvindo', 'ouvir'), ('correr', 'correndo', 'vendo', 'ver'), ('correr', 'correndo', 'movendo', 'mover'), ('correr', 'correndo', 'jogando', 'jogar'), ('correr', 'correndo', 'prevendo', 'prever'), ('correr', 'correndo', 'lendo', 'ler'), ('dizer', 'dizendo', 'gritando', 'gritar'), ('dizer', 'dizendo', 'vendo', 'ver'), ('dizer', 'dizendo', 'cantando', 'cantar'), ('dizer', 'dizendo', 'sentando', 'sentar'), ('dizer', 'dizendo', 'nadando', 'nadar'), ('dizer', 'dizendo', 'pensando', 'pensar'), ('dizer', 'dizendo', 'desaparecendo', 'desaparecer'), ('dizer', 'dizendo', 'andando', 'andar'), ('dizer', 'dizendo', 'escrevendo', 'escrever'), ('dizer', 'dizendo', 'programando', 'programar'), ('dizer', 'dizendo', 'dançando', 'dançar'), ('dizer', 'dizendo', 'diminuindo', 'diminuir'), ('dizer', 'dizendo', 'descrevendo', 'descrever'), ('dizer', 'dizendo', 'descobrindo', 'descobrir'), ('dizer', 'dizendo', 'melhorando', 'melhorar'), ('dizer', 'dizendo', 'voando', 'voar'), ('dizer', 'dizendo', 'gerando', 'gerar'), ('dizer', 'dizendo', 'indo', 'ir'), ('dizer', 'dizendo', 'implementando', 'implementar'), ('dizer', 'dizendo', 'aumentando', 'aumentar'), ('dizer', 'dizendo', 'inventando', 'inventar'), ('dizer', 'dizendo', 'saltando', 'saltar'), ('dizer', 'dizendo', 'ouvindo', 'ouvir'), ('dizer', 'dizendo', 'vendo', 'ver'), ('dizer', 'dizendo', 'movendo', 'mover'), ('dizer', 'dizendo', 'jogando', 'jogar'), ('dizer', 'dizendo', 'prevendo', 'prever'), ('dizer', 'dizendo', 'lendo', 'ler'), ('dizer', 'dizendo', 'correndo', 'correr'), ('gritar', 'gritando', 'cantando', 'cantar'), ('gritar', 'gritando', 'sentando', 'sentar'), ('gritar', 'gritando', 'nadando', 'nadar'), ('gritar', 'gritando', 'pensando', 'pensar'), ('gritar', 'gritando', 'desaparecendo', 'desaparecer'), ('gritar', 'gritando', 'andando', 'andar'), ('gritar', 'gritando', 'escrevendo', 'escrever'), ('gritar', 'gritando', 'programando', 'programar'), ('gritar', 'gritando', 'dançando', 'dançar'), ('gritar', 'gritando', 'diminuindo', 'diminuir'), ('gritar', 'gritando', 'descrevendo', 'descrever'), ('gritar', 'gritando', 'descobrindo', 'descobrir'), ('gritar', 'gritando', 'melhorando', 'melhorar'), ('gritar', 'gritando', 'voando', 'voar'), ('gritar', 'gritando', 'gerando', 'gerar'), ('gritar', 'gritando', 'indo', 'ir'), ('gritar', 'gritando', 'implementando', 'implementar'), ('gritar', 'gritando', 'aumentando', 'aumentar'), ('gritar', 'gritando', 'inventando', 'inventar'), ('gritar', 'gritando', 'saltando', 'saltar'), ('gritar', 'gritando', 'ouvindo', 'ouvir'), ('gritar', 'gritando', 'movendo', 'mover'), ('gritar', 'gritando', 'jogando', 'jogar'), ('gritar', 'gritando', 'prevendo', 'prever'), ('gritar', 'gritando', 'lendo', 'ler'), ('gritar', 'gritando', 'correndo', 'correr'), ('gritar', 'gritando', 'dizendo', 'dizer'), ('ver', 'vendo', 'cantando', 'cantar'), ('ver', 'vendo', 'sentando', 'sentar'), ('ver', 'vendo', 'nadando', 'nadar'), ('ver', 'vendo', 'pensando', 'pensar'), ('ver', 'vendo', 'desaparecendo', 'desaparecer'), ('ver', 'vendo', 'andando', 'andar'), ('ver', 'vendo', 'escrevendo', 'escrever'), ('ver', 'vendo', 'programando', 'programar'), ('ver', 'vendo', 'dançando', 'dançar'), ('ver', 'vendo', 'diminuindo', 'diminuir'), ('ver', 'vendo', 'descrevendo', 'descrever'), ('ver', 'vendo', 'descobrindo', 'descobrir'), ('ver', 'vendo', 'melhorando', 'melhorar'), ('ver', 'vendo', 'voando', 'voar'), ('ver', 'vendo', 'gerando', 'gerar'), ('ver', 'vendo', 'indo', 'ir'), ('ver', 'vendo', 'implementando', 'implementar'), ('ver', 'vendo', 'aumentando', 'aumentar'), ('ver', 'vendo', 'inventando', 'inventar'), ('ver', 'vendo', 'saltando', 'saltar'), ('ver', 'vendo', 'ouvindo', 'ouvir'), ('ver', 'vendo', 'vendo', 'ver'), ('ver', 'vendo', 'movendo', 'mover'), ('ver', 'vendo', 'jogando', 'jogar'), ('ver', 'vendo', 'prevendo', 'prever'), ('ver', 'vendo', 'lendo', 'ler'), ('ver', 'vendo', 'correndo', 'correr'), ('ver', 'vendo', 'dizendo', 'dizer'), ('ver', 'vendo', 'gritando', 'gritar'), ('cantar', 'cantando', 'sentando', 'sentar'), ('cantar', 'cantando', 'nadando', 'nadar'), ('cantar', 'cantando', 'pensando', 'pensar'), ('cantar', 'cantando', 'desaparecendo', 'desaparecer'), ('cantar', 'cantando', 'andando', 'andar'), ('cantar', 'cantando', 'escrevendo', 'escrever'), ('cantar', 'cantando', 'programando', 'programar'), ('cantar', 'cantando', 'dançando', 'dançar'), ('cantar', 'cantando', 'diminuindo', 'diminuir'), ('cantar', 'cantando', 'descrevendo', 'descrever'), ('cantar', 'cantando', 'descobrindo', 'descobrir'), ('cantar', 'cantando', 'melhorando', 'melhorar'), ('cantar', 'cantando', 'voando', 'voar'), ('cantar', 'cantando', 'gerando', 'gerar'), ('cantar', 'cantando', 'indo', 'ir'), ('cantar', 'cantando', 'implementando', 'implementar'), ('cantar', 'cantando', 'aumentando', 'aumentar'), ('cantar', 'cantando', 'inventando', 'inventar'), ('cantar', 'cantando', 'saltando', 'saltar'), ('cantar', 'cantando', 'ouvindo', 'ouvir'), ('cantar', 'cantando', 'vendo', 'ver'), ('cantar', 'cantando', 'movendo', 'mover'), ('cantar', 'cantando', 'jogando', 'jogar'), ('cantar', 'cantando', 'prevendo', 'prever'), ('cantar', 'cantando', 'lendo', 'ler'), ('cantar', 'cantando', 'correndo', 'correr'), ('cantar', 'cantando', 'dizendo', 'dizer'), ('cantar', 'cantando', 'gritando', 'gritar'), ('cantar', 'cantando', 'vendo', 'ver'), ('sentar', 'sentando', 'nadando', 'nadar'), ('sentar', 'sentando', 'pensando', 'pensar'), ('sentar', 'sentando', 'desaparecendo', 'desaparecer'), ('sentar', 'sentando', 'andando', 'andar'), ('sentar', 'sentando', 'escrevendo', 'escrever'), ('sentar', 'sentando', 'programando', 'programar'), ('sentar', 'sentando', 'dançando', 'dançar'), ('sentar', 'sentando', 'diminuindo', 'diminuir'), ('sentar', 'sentando', 'descrevendo', 'descrever'), ('sentar', 'sentando', 'descobrindo', 'descobrir'), ('sentar', 'sentando', 'melhorando', 'melhorar'), ('sentar', 'sentando', 'voando', 'voar'), ('sentar', 'sentando', 'gerando', 'gerar'), ('sentar', 'sentando', 'indo', 'ir'), ('sentar', 'sentando', 'implementando', 'implementar'), ('sentar', 'sentando', 'aumentando', 'aumentar'), ('sentar', 'sentando', 'inventando', 'inventar'), ('sentar', 'sentando', 'saltando', 'saltar'), ('sentar', 'sentando', 'ouvindo', 'ouvir'), ('sentar', 'sentando', 'vendo', 'ver'), ('sentar', 'sentando', 'movendo', 'mover'), ('sentar', 'sentando', 'jogando', 'jogar'), ('sentar', 'sentando', 'prevendo', 'prever'), ('sentar', 'sentando', 'lendo', 'ler'), ('sentar', 'sentando', 'correndo', 'correr'), ('sentar', 'sentando', 'dizendo', 'dizer'), ('sentar', 'sentando', 'gritando', 'gritar'), ('sentar', 'sentando', 'vendo', 'ver'), ('sentar', 'sentando', 'cantando', 'cantar'), ('nadar', 'nadando', 'pensando', 'pensar'), ('nadar', 'nadando', 'desaparecendo', 'desaparecer'), ('nadar', 'nadando', 'andando', 'andar'), ('nadar', 'nadando', 'escrevendo', 'escrever'), ('nadar', 'nadando', 'programando', 'programar'), ('nadar', 'nadando', 'dançando', 'dançar'), ('nadar', 'nadando', 'diminuindo', 'diminuir'), ('nadar', 'nadando', 'descrevendo', 'descrever'), ('nadar', 'nadando', 'descobrindo', 'descobrir'), ('nadar', 'nadando', 'melhorando', 'melhorar'), ('nadar', 'nadando', 'voando', 'voar'), ('nadar', 'nadando', 'gerando', 'gerar'), ('nadar', 'nadando', 'indo', 'ir'), ('nadar', 'nadando', 'implementando', 'implementar'), ('nadar', 'nadando', 'aumentando', 'aumentar'), ('nadar', 'nadando', 'inventando', 'inventar'), ('nadar', 'nadando', 'saltando', 'saltar'), ('nadar', 'nadando', 'ouvindo', 'ouvir'), ('nadar', 'nadando', 'vendo', 'ver'), ('nadar', 'nadando', 'movendo', 'mover'), ('nadar', 'nadando', 'jogando', 'jogar'), ('nadar', 'nadando', 'prevendo', 'prever'), ('nadar', 'nadando', 'lendo', 'ler'), ('nadar', 'nadando', 'correndo', 'correr'), ('nadar', 'nadando', 'dizendo', 'dizer'), ('nadar', 'nadando', 'gritando', 'gritar'), ('nadar', 'nadando', 'vendo', 'ver'), ('nadar', 'nadando', 'cantando', 'cantar'), ('nadar', 'nadando', 'sentando', 'sentar'), ('pensar', 'pensando', 'desaparecendo', 'desaparecer'), ('pensar', 'pensando', 'andando', 'andar'), ('pensar', 'pensando', 'escrevendo', 'escrever'), ('pensar', 'pensando', 'programando', 'programar'), ('pensar', 'pensando', 'dançando', 'dançar'), ('pensar', 'pensando', 'diminuindo', 'diminuir'), ('pensar', 'pensando', 'descrevendo', 'descrever'), ('pensar', 'pensando', 'descobrindo', 'descobrir'), ('pensar', 'pensando', 'melhorando', 'melhorar'), ('pensar', 'pensando', 'voando', 'voar'), ('pensar', 'pensando', 'gerando', 'gerar'), ('pensar', 'pensando', 'indo', 'ir'), ('pensar', 'pensando', 'implementando', 'implementar'), ('pensar', 'pensando', 'aumentando', 'aumentar'), ('pensar', 'pensando', 'inventando', 'inventar'), ('pensar', 'pensando', 'saltando', 'saltar'), ('pensar', 'pensando', 'ouvindo', 'ouvir'), ('pensar', 'pensando', 'vendo', 'ver'), ('pensar', 'pensando', 'movendo', 'mover'), ('pensar', 'pensando', 'jogando', 'jogar'), ('pensar', 'pensando', 'prevendo', 'prever'), ('pensar', 'pensando', 'lendo', 'ler'), ('pensar', 'pensando', 'correndo', 'correr'), ('pensar', 'pensando', 'dizendo', 'dizer'), ('pensar', 'pensando', 'gritando', 'gritar'), ('pensar', 'pensando', 'vendo', 'ver'), ('pensar', 'pensando', 'cantando', 'cantar'), ('pensar', 'pensando', 'sentando', 'sentar'), ('pensar', 'pensando', 'nadando', 'nadar'), ('desaparecer', 'desaparecendo', 'andando', 'andar'), ('desaparecer', 'desaparecendo', 'escrevendo', 'escrever'), ('desaparecer', 'desaparecendo', 'programando', 'programar'), ('desaparecer', 'desaparecendo', 'dançando', 'dançar'), ('desaparecer', 'desaparecendo', 'diminuindo', 'diminuir'), ('desaparecer', 'desaparecendo', 'descobrindo', 'descobrir'), ('desaparecer', 'desaparecendo', 'melhorando', 'melhorar'), ('desaparecer', 'desaparecendo', 'voando', 'voar'), ('desaparecer', 'desaparecendo', 'gerando', 'gerar'), ('desaparecer', 'desaparecendo', 'indo', 'ir'), ('desaparecer', 'desaparecendo', 'implementando', 'implementar'), ('desaparecer', 'desaparecendo', 'aumentando', 'aumentar'), ('desaparecer', 'desaparecendo', 'inventando', 'inventar'), ('desaparecer', 'desaparecendo', 'saltando', 'saltar'), ('desaparecer', 'desaparecendo', 'ouvindo', 'ouvir'), ('desaparecer', 'desaparecendo', 'vendo', 'ver'), ('desaparecer', 'desaparecendo', 'movendo', 'mover'), ('desaparecer', 'desaparecendo', 'jogando', 'jogar'), ('desaparecer', 'desaparecendo', 'prevendo', 'prever'), ('desaparecer', 'desaparecendo', 'lendo', 'ler'), ('desaparecer', 'desaparecendo', 'correndo', 'correr'), ('desaparecer', 'desaparecendo', 'dizendo', 'dizer'), ('desaparecer', 'desaparecendo', 'gritando', 'gritar'), ('desaparecer', 'desaparecendo', 'vendo', 'ver'), ('desaparecer', 'desaparecendo', 'cantando', 'cantar'), ('desaparecer', 'desaparecendo', 'sentando', 'sentar'), ('desaparecer', 'desaparecendo', 'nadando', 'nadar'), ('desaparecer', 'desaparecendo', 'pensando', 'pensar'), ('andar', 'andando', 'escrevendo', 'escrever'), ('andar', 'andando', 'programando', 'programar'), ('andar', 'andando', 'dançando', 'dançar'), ('andar', 'andando', 'diminuindo', 'diminuir'), ('andar', 'andando', 'descrevendo', 'descrever'), ('andar', 'andando', 'descobrindo', 'descobrir'), ('andar', 'andando', 'melhorando', 'melhorar'), ('andar', 'andando', 'voando', 'voar'), ('andar', 'andando', 'gerando', 'gerar'), ('andar', 'andando', 'indo', 'ir'), ('andar', 'andando', 'implementando', 'implementar'), ('andar', 'andando', 'aumentando', 'aumentar'), ('andar', 'andando', 'inventando', 'inventar'), ('andar', 'andando', 'saltando', 'saltar'), ('andar', 'andando', 'ouvindo', 'ouvir'), ('andar', 'andando', 'vendo', 'ver'), ('andar', 'andando', 'movendo', 'mover'), ('andar', 'andando', 'jogando', 'jogar'), ('andar', 'andando', 'prevendo', 'prever'), ('andar', 'andando', 'lendo', 'ler'), ('andar', 'andando', 'correndo', 'correr'), ('andar', 'andando', 'dizendo', 'dizer'), ('andar', 'andando', 'gritando', 'gritar'), ('andar', 'andando', 'vendo', 'ver'), ('andar', 'andando', 'cantando', 'cantar'), ('andar', 'andando', 'sentando', 'sentar'), ('andar', 'andando', 'nadando', 'nadar'), ('andar', 'andando', 'pensando', 'pensar'), ('andar', 'andando', 'desaparecendo', 'desaparecer'), ('escrever', 'escrevendo', 'programando', 'programar'), ('escrever', 'escrevendo', 'dançando', 'dançar'), ('escrever', 'escrevendo', 'diminuindo', 'diminuir'), ('escrever', 'escrevendo', 'descrevendo', 'descrever'), ('escrever', 'escrevendo', 'descobrindo', 'descobrir'), ('escrever', 'escrevendo', 'melhorando', 'melhorar'), ('escrever', 'escrevendo', 'voando', 'voar'), ('escrever', 'escrevendo', 'gerando', 'gerar'), ('escrever', 'escrevendo', 'indo', 'ir'), ('escrever', 'escrevendo', 'implementando', 'implementar'), ('escrever', 'escrevendo', 'aumentando', 'aumentar'), ('escrever', 'escrevendo', 'inventando', 'inventar'), ('escrever', 'escrevendo', 'saltando', 'saltar'), ('escrever', 'escrevendo', 'ouvindo', 'ouvir'), ('escrever', 'escrevendo', 'vendo', 'ver'), ('escrever', 'escrevendo', 'movendo', 'mover'), ('escrever', 'escrevendo', 'jogando', 'jogar'), ('escrever', 'escrevendo', 'prevendo', 'prever'), ('escrever', 'escrevendo', 'lendo', 'ler'), ('escrever', 'escrevendo', 'correndo', 'correr'), ('escrever', 'escrevendo', 'dizendo', 'dizer'), ('escrever', 'escrevendo', 'gritando', 'gritar'), ('escrever', 'escrevendo', 'vendo', 'ver'), ('escrever', 'escrevendo', 'cantando', 'cantar'), ('escrever', 'escrevendo', 'sentando', 'sentar'), ('escrever', 'escrevendo', 'nadando', 'nadar'), ('escrever', 'escrevendo', 'pensando', 'pensar'), ('escrever', 'escrevendo', 'desaparecendo', 'desaparecer'), ('escrever', 'escrevendo', 'andando', 'andar')], 'incorrect': []}, {'section': '| gram6-nationality-adjective', 'correct': [], 'incorrect': []}, {'section': '| gram7-past-tense', 'correct': [('dançando', 'dançou', 'diminuiu', 'diminuindo'), ('dançando', 'dançou', 'descreveu', 'descrevendo'), ('dançando', 'dançou', 'melhorou', 'melhorando'), ('dançando', 'dançou', 'alimentou', 'alimentando'), ('dançando', 'dançou', 'voou', 'voando'), ('dançando', 'dançou', 'gerou', 'gerando'), ('dançando', 'dançou', 'escondeu', 'escondendo'), ('dançando', 'dançou', 'acertou', 'acertando'), ('dançando', 'dançou', 'implementou', 'implementando'), ('dançando', 'dançou', 'aumentou', 'aumentando'), ('dançando', 'dançou', 'saltou', 'saltando'), ('dançando', 'dançou', 'ouviu', 'ouvindo'), ('dançando', 'dançou', 'olhou', 'vendo'), ('dançando', 'dançou', 'moveu', 'movendo'), ('dançando', 'dançou', 'jogou', 'jogando'), ('dançando', 'dançou', 'previu', 'prevendo'), ('dançando', 'dançou', 'ler', 'lendo'), ('dançando', 'dançou', 'correu', 'correndo'), ('dançando', 'dançou', 'disse', 'dizendo'), ('dançando', 'dançou', 'gritou', 'gritando'), ('dançando', 'dançou', 'viu', 'vendo'), ('dançando', 'dançou', 'vendeu', 'vendendo'), ('dançando', 'dançou', 'cantou', 'cantando'), ('dançando', 'dançou', 'sentou', 'sentando'), ('dançando', 'dançou', 'dormiu', 'dormindo'), ('dançando', 'dançou', 'gastou', 'gastando'), ('dançando', 'dançou', 'nadou', 'nadando'), ('dançando', 'dançou', 'tirou', 'tirando'), ('dançando', 'dançou', 'pensou', 'pensando'), ('dançando', 'dançou', 'andou', 'andando'), ('dançando', 'dançou', 'escreveu', 'escrevendo'), ('diminuindo', 'diminuiu', 'descreveu', 'descrevendo'), ('diminuindo', 'diminuiu', 'melhorou', 'melhorando'), ('diminuindo', 'diminuiu', 'alimentou', 'alimentando'), ('diminuindo', 'diminuiu', 'voou', 'voando'), ('diminuindo', 'diminuiu', 'gerou', 'gerando'), ('diminuindo', 'diminuiu', 'escondeu', 'escondendo'), ('diminuindo', 'diminuiu', 'acertou', 'acertando'), ('diminuindo', 'diminuiu', 'implementou', 'implementando'), ('diminuindo', 'diminuiu', 'aumentou', 'aumentando'), ('diminuindo', 'diminuiu', 'saltou', 'saltando'), ('diminuindo', 'diminuiu', 'conheceu', 'conhecendo'), ('diminuindo', 'diminuiu', 'ouviu', 'ouvindo'), ('diminuindo', 'diminuiu', 'olhou', 'vendo'), ('diminuindo', 'diminuiu', 'moveu', 'movendo'), ('diminuindo', 'diminuiu', 'jogou', 'jogando'), ('diminuindo', 'diminuiu', 'previu', 'prevendo'), ('diminuindo', 'diminuiu', 'ler', 'lendo'), ('diminuindo', 'diminuiu', 'correu', 'correndo'), ('diminuindo', 'diminuiu', 'disse', 'dizendo'), ('diminuindo', 'diminuiu', 'gritou', 'gritando'), ('diminuindo', 'diminuiu', 'viu', 'vendo'), ('diminuindo', 'diminuiu', 'vendeu', 'vendendo'), ('diminuindo', 'diminuiu', 'encolheu', 'encolhendo'), ('diminuindo', 'diminuiu', 'cantou', 'cantando'), ('diminuindo', 'diminuiu', 'sentou', 'sentando'), ('diminuindo', 'diminuiu', 'dormiu', 'dormindo'), ('diminuindo', 'diminuiu', 'gastou', 'gastando'), ('diminuindo', 'diminuiu', 'nadou', 'nadando'), ('diminuindo', 'diminuiu', 'tirou', 'tirando'), ('diminuindo', 'diminuiu', 'pensou', 'pensando'), ('diminuindo', 'diminuiu', 'desapareceu', 'desaparecendo'), ('diminuindo', 'diminuiu', 'andou', 'andando'), ('diminuindo', 'diminuiu', 'escreveu', 'escrevendo'), ('diminuindo', 'diminuiu', 'dançou', 'dançando'), ('descrevendo', 'descreveu', 'melhorou', 'melhorando'), ('descrevendo', 'descreveu', 'alimentou', 'alimentando'), ('descrevendo', 'descreveu', 'voou', 'voando'), ('descrevendo', 'descreveu', 'gerou', 'gerando'), ('descrevendo', 'descreveu', 'escondeu', 'escondendo'), ('descrevendo', 'descreveu', 'acertou', 'acertando'), ('descrevendo', 'descreveu', 'implementou', 'implementando'), ('descrevendo', 'descreveu', 'aumentou', 'aumentando'), ('descrevendo', 'descreveu', 'saltou', 'saltando'), ('descrevendo', 'descreveu', 'conheceu', 'conhecendo'), ('descrevendo', 'descreveu', 'ouviu', 'ouvindo'), ('descrevendo', 'descreveu', 'moveu', 'movendo'), ('descrevendo', 'descreveu', 'jogou', 'jogando'), ('descrevendo', 'descreveu', 'previu', 'prevendo'), ('descrevendo', 'descreveu', 'ler', 'lendo'), ('descrevendo', 'descreveu', 'correu', 'correndo'), ('descrevendo', 'descreveu', 'disse', 'dizendo'), ('descrevendo', 'descreveu', 'gritou', 'gritando'), ('descrevendo', 'descreveu', 'viu', 'vendo'), ('descrevendo', 'descreveu', 'vendeu', 'vendendo'), ('descrevendo', 'descreveu', 'cantou', 'cantando'), ('descrevendo', 'descreveu', 'sentou', 'sentando'), ('descrevendo', 'descreveu', 'dormiu', 'dormindo'), ('descrevendo', 'descreveu', 'gastou', 'gastando'), ('descrevendo', 'descreveu', 'tirou', 'tirando'), ('descrevendo', 'descreveu', 'pensou', 'pensando'), ('descrevendo', 'descreveu', 'desapareceu', 'desaparecendo'), ('descrevendo', 'descreveu', 'andou', 'andando'), ('descrevendo', 'descreveu', 'escreveu', 'escrevendo'), ('descrevendo', 'descreveu', 'dançou', 'dançando'), ('descrevendo', 'descreveu', 'diminuiu', 'diminuindo'), ('melhorando', 'melhorou', 'alimentou', 'alimentando'), ('melhorando', 'melhorou', 'voou', 'voando'), ('melhorando', 'melhorou', 'gerou', 'gerando'), ('melhorando', 'melhorou', 'escondeu', 'escondendo'), ('melhorando', 'melhorou', 'acertou', 'acertando'), ('melhorando', 'melhorou', 'implementou', 'implementando'), ('melhorando', 'melhorou', 'aumentou', 'aumentando'), ('melhorando', 'melhorou', 'saltou', 'saltando'), ('melhorando', 'melhorou', 'conheceu', 'conhecendo'), ('melhorando', 'melhorou', 'ouviu', 'ouvindo'), ('melhorando', 'melhorou', 'moveu', 'movendo'), ('melhorando', 'melhorou', 'jogou', 'jogando'), ('melhorando', 'melhorou', 'previu', 'prevendo'), ('melhorando', 'melhorou', 'ler', 'lendo'), ('melhorando', 'melhorou', 'correu', 'correndo'), ('melhorando', 'melhorou', 'disse', 'dizendo'), ('melhorando', 'melhorou', 'gritou', 'gritando'), ('melhorando', 'melhorou', 'viu', 'vendo'), ('melhorando', 'melhorou', 'vendeu', 'vendendo'), ('melhorando', 'melhorou', 'encolheu', 'encolhendo'), ('melhorando', 'melhorou', 'cantou', 'cantando'), ('melhorando', 'melhorou', 'sentou', 'sentando'), ('melhorando', 'melhorou', 'dormiu', 'dormindo'), ('melhorando', 'melhorou', 'gastou', 'gastando'), ('melhorando', 'melhorou', 'nadou', 'nadando'), ('melhorando', 'melhorou', 'tirou', 'tirando'), ('melhorando', 'melhorou', 'pensou', 'pensando'), ('melhorando', 'melhorou', 'desapareceu', 'desaparecendo'), ('melhorando', 'melhorou', 'andou', 'andando'), ('melhorando', 'melhorou', 'escreveu', 'escrevendo'), ('melhorando', 'melhorou', 'dançou', 'dançando'), ('melhorando', 'melhorou', 'diminuiu', 'diminuindo'), ('melhorando', 'melhorou', 'descreveu', 'descrevendo'), ('caíndo', 'caiu', 'alimentou', 'alimentando'), ('caíndo', 'caiu', 'gerou', 'gerando'), ('caíndo', 'caiu', 'acertou', 'acertando'), ('caíndo', 'caiu', 'implementou', 'implementando'), ('caíndo', 'caiu', 'aumentou', 'aumentando'), ('caíndo', 'caiu', 'conheceu', 'conhecendo'), ('caíndo', 'caiu', 'ouviu', 'ouvindo'), ('caíndo', 'caiu', 'ler', 'lendo'), ('caíndo', 'caiu', 'viu', 'vendo'), ('caíndo', 'caiu', 'vendeu', 'vendendo'), ('caíndo', 'caiu', 'cantou', 'cantando'), ('caíndo', 'caiu', 'sentou', 'sentando'), ('caíndo', 'caiu', 'gastou', 'gastando'), ('caíndo', 'caiu', 'tirou', 'tirando'), ('caíndo', 'caiu', 'desapareceu', 'desaparecendo'), ('caíndo', 'caiu', 'escreveu', 'escrevendo'), ('caíndo', 'caiu', 'diminuiu', 'diminuindo'), ('caíndo', 'caiu', 'descreveu', 'descrevendo'), ('alimentando', 'alimentou', 'voou', 'voando'), ('alimentando', 'alimentou', 'gerou', 'gerando'), ('alimentando', 'alimentou', 'escondeu', 'escondendo'), ('alimentando', 'alimentou', 'acertou', 'acertando'), ('alimentando', 'alimentou', 'implementou', 'implementando'), ('alimentando', 'alimentou', 'aumentou', 'aumentando'), ('alimentando', 'alimentou', 'saltou', 'saltando'), ('alimentando', 'alimentou', 'ouviu', 'ouvindo'), ('alimentando', 'alimentou', 'olhou', 'vendo'), ('alimentando', 'alimentou', 'moveu', 'movendo'), ('alimentando', 'alimentou', 'jogou', 'jogando'), ('alimentando', 'alimentou', 'previu', 'prevendo'), ('alimentando', 'alimentou', 'ler', 'lendo'), ('alimentando', 'alimentou', 'correu', 'correndo'), ('alimentando', 'alimentou', 'disse', 'dizendo'), ('alimentando', 'alimentou', 'gritou', 'gritando'), ('alimentando', 'alimentou', 'viu', 'vendo'), ('alimentando', 'alimentou', 'vendeu', 'vendendo'), ('alimentando', 'alimentou', 'encolheu', 'encolhendo'), ('alimentando', 'alimentou', 'cantou', 'cantando'), ('alimentando', 'alimentou', 'sentou', 'sentando'), ('alimentando', 'alimentou', 'dormiu', 'dormindo'), ('alimentando', 'alimentou', 'gastou', 'gastando'), ('alimentando', 'alimentou', 'nadou', 'nadando'), ('alimentando', 'alimentou', 'tirou', 'tirando'), ('alimentando', 'alimentou', 'pensou', 'pensando'), ('alimentando', 'alimentou', 'desapareceu', 'desaparecendo'), ('alimentando', 'alimentou', 'andou', 'andando'), ('alimentando', 'alimentou', 'escreveu', 'escrevendo'), ('alimentando', 'alimentou', 'dançou', 'dançando'), ('alimentando', 'alimentou', 'diminuiu', 'diminuindo'), ('alimentando', 'alimentou', 'descreveu', 'descrevendo'), ('alimentando', 'alimentou', 'melhorou', 'melhorando'), ('voando', 'voou', 'gerou', 'gerando'), ('voando', 'voou', 'escondeu', 'escondendo'), ('voando', 'voou', 'acertou', 'acertando'), ('voando', 'voou', 'implementou', 'implementando'), ('voando', 'voou', 'aumentou', 'aumentando'), ('voando', 'voou', 'saltou', 'saltando'), ('voando', 'voou', 'ouviu', 'ouvindo'), ('voando', 'voou', 'olhou', 'vendo'), ('voando', 'voou', 'moveu', 'movendo'), ('voando', 'voou', 'jogou', 'jogando'), ('voando', 'voou', 'previu', 'prevendo'), ('voando', 'voou', 'ler', 'lendo'), ('voando', 'voou', 'correu', 'correndo'), ('voando', 'voou', 'disse', 'dizendo'), ('voando', 'voou', 'gritou', 'gritando'), ('voando', 'voou', 'viu', 'vendo'), ('voando', 'voou', 'vendeu', 'vendendo'), ('voando', 'voou', 'encolheu', 'encolhendo'), ('voando', 'voou', 'cantou', 'cantando'), ('voando', 'voou', 'sentou', 'sentando'), ('voando', 'voou', 'dormiu', 'dormindo'), ('voando', 'voou', 'gastou', 'gastando'), ('voando', 'voou', 'nadou', 'nadando'), ('voando', 'voou', 'tirou', 'tirando'), ('voando', 'voou', 'pensou', 'pensando'), ('voando', 'voou', 'andou', 'andando'), ('voando', 'voou', 'escreveu', 'escrevendo'), ('voando', 'voou', 'dançou', 'dançando'), ('voando', 'voou', 'diminuiu', 'diminuindo'), ('voando', 'voou', 'descreveu', 'descrevendo'), ('voando', 'voou', 'melhorou', 'melhorando'), ('voando', 'voou', 'alimentou', 'alimentando'), ('gerando', 'gerou', 'escondeu', 'escondendo'), ('gerando', 'gerou', 'acertou', 'acertando'), ('gerando', 'gerou', 'implementou', 'implementando'), ('gerando', 'gerou', 'aumentou', 'aumentando'), ('gerando', 'gerou', 'saltou', 'saltando'), ('gerando', 'gerou', 'conheceu', 'conhecendo'), ('gerando', 'gerou', 'ouviu', 'ouvindo'), ('gerando', 'gerou', 'moveu', 'movendo'), ('gerando', 'gerou', 'jogou', 'jogando'), ('gerando', 'gerou', 'previu', 'prevendo'), ('gerando', 'gerou', 'ler', 'lendo'), ('gerando', 'gerou', 'correu', 'correndo'), ('gerando', 'gerou', 'gritou', 'gritando'), ('gerando', 'gerou', 'viu', 'vendo'), ('gerando', 'gerou', 'vendeu', 'vendendo'), ('gerando', 'gerou', 'encolheu', 'encolhendo'), ('gerando', 'gerou', 'cantou', 'cantando'), ('gerando', 'gerou', 'sentou', 'sentando'), ('gerando', 'gerou', 'dormiu', 'dormindo'), ('gerando', 'gerou', 'gastou', 'gastando'), ('gerando', 'gerou', 'nadou', 'nadando'), ('gerando', 'gerou', 'tirou', 'tirando'), ('gerando', 'gerou', 'pensou', 'pensando'), ('gerando', 'gerou', 'desapareceu', 'desaparecendo'), ('gerando', 'gerou', 'andou', 'andando'), ('gerando', 'gerou', 'escreveu', 'escrevendo'), ('gerando', 'gerou', 'dançou', 'dançando'), ('gerando', 'gerou', 'diminuiu', 'diminuindo'), ('gerando', 'gerou', 'descreveu', 'descrevendo'), ('gerando', 'gerou', 'melhorou', 'melhorando'), ('gerando', 'gerou', 'alimentou', 'alimentando'), ('gerando', 'gerou', 'voou', 'voando'), ('indo', 'foi', 'escondeu', 'escondendo'), ('indo', 'foi', 'acertou', 'acertando'), ('indo', 'foi', 'implementou', 'implementando'), ('indo', 'foi', 'aumentou', 'aumentando'), ('indo', 'foi', 'saltou', 'saltando'), ('indo', 'foi', 'ouviu', 'ouvindo'), ('indo', 'foi', 'moveu', 'movendo'), ('indo', 'foi', 'jogou', 'jogando'), ('indo', 'foi', 'previu', 'prevendo'), ('indo', 'foi', 'ler', 'lendo'), ('indo', 'foi', 'correu', 'correndo'), ('indo', 'foi', 'disse', 'dizendo'), ('indo', 'foi', 'gritou', 'gritando'), ('indo', 'foi', 'viu', 'vendo'), ('indo', 'foi', 'vendeu', 'vendendo'), ('indo', 'foi', 'cantou', 'cantando'), ('indo', 'foi', 'sentou', 'sentando'), ('indo', 'foi', 'dormiu', 'dormindo'), ('indo', 'foi', 'gastou', 'gastando'), ('indo', 'foi', 'nadou', 'nadando'), ('indo', 'foi', 'tirou', 'tirando'), ('indo', 'foi', 'pensou', 'pensando'), ('indo', 'foi', 'andou', 'andando'), ('indo', 'foi', 'escreveu', 'escrevendo'), ('indo', 'foi', 'dançou', 'dançando'), ('indo', 'foi', 'diminuiu', 'diminuindo'), ('indo', 'foi', 'descreveu', 'descrevendo'), ('indo', 'foi', 'melhorou', 'melhorando'), ('indo', 'foi', 'alimentou', 'alimentando'), ('indo', 'foi', 'voou', 'voando'), ('indo', 'foi', 'gerou', 'gerando'), ('escondendo', 'escondeu', 'acertou', 'acertando'), ('escondendo', 'escondeu', 'implementou', 'implementando'), ('escondendo', 'escondeu', 'aumentou', 'aumentando'), ('escondendo', 'escondeu', 'saltou', 'saltando'), ('escondendo', 'escondeu', 'conheceu', 'conhecendo'), ('escondendo', 'escondeu', 'ouviu', 'ouvindo'), ('escondendo', 'escondeu', 'olhou', 'vendo'), ('escondendo', 'escondeu', 'moveu', 'movendo'), ('escondendo', 'escondeu', 'jogou', 'jogando'), ('escondendo', 'escondeu', 'previu', 'prevendo'), ('escondendo', 'escondeu', 'ler', 'lendo'), ('escondendo', 'escondeu', 'correu', 'correndo'), ('escondendo', 'escondeu', 'gritou', 'gritando'), ('escondendo', 'escondeu', 'viu', 'vendo'), ('escondendo', 'escondeu', 'vendeu', 'vendendo'), ('escondendo', 'escondeu', 'encolheu', 'encolhendo'), ('escondendo', 'escondeu', 'cantou', 'cantando'), ('escondendo', 'escondeu', 'sentou', 'sentando'), ('escondendo', 'escondeu', 'dormiu', 'dormindo'), ('escondendo', 'escondeu', 'gastou', 'gastando'), ('escondendo', 'escondeu', 'nadou', 'nadando'), ('escondendo', 'escondeu', 'tirou', 'tirando'), ('escondendo', 'escondeu', 'pensou', 'pensando'), ('escondendo', 'escondeu', 'desapareceu', 'desaparecendo'), ('escondendo', 'escondeu', 'andou', 'andando'), ('escondendo', 'escondeu', 'escreveu', 'escrevendo'), ('escondendo', 'escondeu', 'dançou', 'dançando'), ('escondendo', 'escondeu', 'diminuiu', 'diminuindo'), ('escondendo', 'escondeu', 'descreveu', 'descrevendo'), ('escondendo', 'escondeu', 'melhorou', 'melhorando'), ('escondendo', 'escondeu', 'alimentou', 'alimentando'), ('escondendo', 'escondeu', 'voou', 'voando'), ('escondendo', 'escondeu', 'gerou', 'gerando'), ('acertando', 'acertou', 'implementou', 'implementando'), ('acertando', 'acertou', 'aumentou', 'aumentando'), ('acertando', 'acertou', 'saltou', 'saltando'), ('acertando', 'acertou', 'conheceu', 'conhecendo'), ('acertando', 'acertou', 'ouviu', 'ouvindo'), ('acertando', 'acertou', 'moveu', 'movendo'), ('acertando', 'acertou', 'jogou', 'jogando'), ('acertando', 'acertou', 'previu', 'prevendo'), ('acertando', 'acertou', 'ler', 'lendo'), ('acertando', 'acertou', 'correu', 'correndo'), ('acertando', 'acertou', 'disse', 'dizendo'), ('acertando', 'acertou', 'gritou', 'gritando'), ('acertando', 'acertou', 'viu', 'vendo'), ('acertando', 'acertou', 'vendeu', 'vendendo'), ('acertando', 'acertou', 'encolheu', 'encolhendo'), ('acertando', 'acertou', 'cantou', 'cantando'), ('acertando', 'acertou', 'sentou', 'sentando'), ('acertando', 'acertou', 'dormiu', 'dormindo'), ('acertando', 'acertou', 'gastou', 'gastando'), ('acertando', 'acertou', 'nadou', 'nadando'), ('acertando', 'acertou', 'tirou', 'tirando'), ('acertando', 'acertou', 'pensou', 'pensando'), ('acertando', 'acertou', 'desapareceu', 'desaparecendo'), ('acertando', 'acertou', 'andou', 'andando'), ('acertando', 'acertou', 'escreveu', 'escrevendo'), ('acertando', 'acertou', 'dançou', 'dançando'), ('acertando', 'acertou', 'diminuiu', 'diminuindo'), ('acertando', 'acertou', 'descreveu', 'descrevendo'), ('acertando', 'acertou', 'melhorou', 'melhorando'), ('acertando', 'acertou', 'alimentou', 'alimentando'), ('acertando', 'acertou', 'voou', 'voando'), ('acertando', 'acertou', 'gerou', 'gerando'), ('acertando', 'acertou', 'escondeu', 'escondendo'), ('implementando', 'implementou', 'aumentou', 'aumentando'), ('implementando', 'implementou', 'saltou', 'saltando'), ('implementando', 'implementou', 'conheceu', 'conhecendo'), ('implementando', 'implementou', 'ouviu', 'ouvindo'), ('implementando', 'implementou', 'olhou', 'vendo'), ('implementando', 'implementou', 'moveu', 'movendo'), ('implementando', 'implementou', 'jogou', 'jogando'), ('implementando', 'implementou', 'previu', 'prevendo'), ('implementando', 'implementou', 'ler', 'lendo'), ('implementando', 'implementou', 'correu', 'correndo'), ('implementando', 'implementou', 'disse', 'dizendo'), ('implementando', 'implementou', 'gritou', 'gritando'), ('implementando', 'implementou', 'viu', 'vendo'), ('implementando', 'implementou', 'vendeu', 'vendendo'), ('implementando', 'implementou', 'encolheu', 'encolhendo'), ('implementando', 'implementou', 'cantou', 'cantando'), ('implementando', 'implementou', 'sentou', 'sentando'), ('implementando', 'implementou', 'dormiu', 'dormindo'), ('implementando', 'implementou', 'gastou', 'gastando'), ('implementando', 'implementou', 'nadou', 'nadando'), ('implementando', 'implementou', 'tirou', 'tirando'), ('implementando', 'implementou', 'pensou', 'pensando'), ('implementando', 'implementou', 'desapareceu', 'desaparecendo'), ('implementando', 'implementou', 'andou', 'andando'), ('implementando', 'implementou', 'escreveu', 'escrevendo'), ('implementando', 'implementou', 'dançou', 'dançando'), ('implementando', 'implementou', 'diminuiu', 'diminuindo'), ('implementando', 'implementou', 'descreveu', 'descrevendo'), ('implementando', 'implementou', 'melhorou', 'melhorando'), ('implementando', 'implementou', 'alimentou', 'alimentando'), ('implementando', 'implementou', 'voou', 'voando'), ('implementando', 'implementou', 'gerou', 'gerando'), ('implementando', 'implementou', 'escondeu', 'escondendo'), ('implementando', 'implementou', 'acertou', 'acertando'), ('aumentando', 'aumentou', 'saltou', 'saltando'), ('aumentando', 'aumentou', 'conheceu', 'conhecendo'), ('aumentando', 'aumentou', 'ouviu', 'ouvindo'), ('aumentando', 'aumentou', 'olhou', 'vendo'), ('aumentando', 'aumentou', 'moveu', 'movendo'), ('aumentando', 'aumentou', 'jogou', 'jogando'), ('aumentando', 'aumentou', 'previu', 'prevendo'), ('aumentando', 'aumentou', 'ler', 'lendo'), ('aumentando', 'aumentou', 'correu', 'correndo'), ('aumentando', 'aumentou', 'disse', 'dizendo'), ('aumentando', 'aumentou', 'gritou', 'gritando'), ('aumentando', 'aumentou', 'viu', 'vendo'), ('aumentando', 'aumentou', 'vendeu', 'vendendo'), ('aumentando', 'aumentou', 'encolheu', 'encolhendo'), ('aumentando', 'aumentou', 'cantou', 'cantando'), ('aumentando', 'aumentou', 'sentou', 'sentando'), ('aumentando', 'aumentou', 'dormiu', 'dormindo'), ('aumentando', 'aumentou', 'gastou', 'gastando'), ('aumentando', 'aumentou', 'nadou', 'nadando'), ('aumentando', 'aumentou', 'tirou', 'tirando'), ('aumentando', 'aumentou', 'pensou', 'pensando'), ('aumentando', 'aumentou', 'desapareceu', 'desaparecendo'), ('aumentando', 'aumentou', 'andou', 'andando'), ('aumentando', 'aumentou', 'escreveu', 'escrevendo'), ('aumentando', 'aumentou', 'dançou', 'dançando'), ('aumentando', 'aumentou', 'diminuiu', 'diminuindo'), ('aumentando', 'aumentou', 'descreveu', 'descrevendo'), ('aumentando', 'aumentou', 'melhorou', 'melhorando'), ('aumentando', 'aumentou', 'alimentou', 'alimentando'), ('aumentando', 'aumentou', 'voou', 'voando'), ('aumentando', 'aumentou', 'gerou', 'gerando'), ('aumentando', 'aumentou', 'escondeu', 'escondendo'), ('aumentando', 'aumentou', 'acertou', 'acertando'), ('aumentando', 'aumentou', 'implementou', 'implementando'), ('saltando', 'saltou', 'conheceu', 'conhecendo'), ('saltando', 'saltou', 'ouviu', 'ouvindo'), ('saltando', 'saltou', 'moveu', 'movendo'), ('saltando', 'saltou', 'jogou', 'jogando'), ('saltando', 'saltou', 'previu', 'prevendo'), ('saltando', 'saltou', 'ler', 'lendo'), ('saltando', 'saltou', 'correu', 'correndo'), ('saltando', 'saltou', 'disse', 'dizendo'), ('saltando', 'saltou', 'gritou', 'gritando'), ('saltando', 'saltou', 'viu', 'vendo'), ('saltando', 'saltou', 'vendeu', 'vendendo'), ('saltando', 'saltou', 'encolheu', 'encolhendo'), ('saltando', 'saltou', 'cantou', 'cantando'), ('saltando', 'saltou', 'sentou', 'sentando'), ('saltando', 'saltou', 'dormiu', 'dormindo'), ('saltando', 'saltou', 'gastou', 'gastando'), ('saltando', 'saltou', 'nadou', 'nadando'), ('saltando', 'saltou', 'tirou', 'tirando'), ('saltando', 'saltou', 'pensou', 'pensando'), ('saltando', 'saltou', 'desapareceu', 'desaparecendo'), ('saltando', 'saltou', 'andou', 'andando'), ('saltando', 'saltou', 'escreveu', 'escrevendo'), ('saltando', 'saltou', 'dançou', 'dançando'), ('saltando', 'saltou', 'diminuiu', 'diminuindo'), ('saltando', 'saltou', 'descreveu', 'descrevendo'), ('saltando', 'saltou', 'melhorou', 'melhorando'), ('saltando', 'saltou', 'alimentou', 'alimentando'), ('saltando', 'saltou', 'voou', 'voando'), ('saltando', 'saltou', 'gerou', 'gerando'), ('saltando', 'saltou', 'escondeu', 'escondendo'), ('saltando', 'saltou', 'acertou', 'acertando'), ('saltando', 'saltou', 'implementou', 'implementando'), ('saltando', 'saltou', 'aumentou', 'aumentando'), ('conhecendo', 'conheceu', 'ouviu', 'ouvindo'), ('conhecendo', 'conheceu', 'moveu', 'movendo'), ('conhecendo', 'conheceu', 'jogou', 'jogando'), ('conhecendo', 'conheceu', 'previu', 'prevendo'), ('conhecendo', 'conheceu', 'ler', 'lendo'), ('conhecendo', 'conheceu', 'correu', 'correndo'), ('conhecendo', 'conheceu', 'disse', 'dizendo'), ('conhecendo', 'conheceu', 'gritou', 'gritando'), ('conhecendo', 'conheceu', 'viu', 'vendo'), ('conhecendo', 'conheceu', 'vendeu', 'vendendo'), ('conhecendo', 'conheceu', 'encolheu', 'encolhendo'), ('conhecendo', 'conheceu', 'cantou', 'cantando'), ('conhecendo', 'conheceu', 'sentou', 'sentando'), ('conhecendo', 'conheceu', 'dormiu', 'dormindo'), ('conhecendo', 'conheceu', 'gastou', 'gastando'), ('conhecendo', 'conheceu', 'tirou', 'tirando'), ('conhecendo', 'conheceu', 'pensou', 'pensando'), ('conhecendo', 'conheceu', 'desapareceu', 'desaparecendo'), ('conhecendo', 'conheceu', 'andou', 'andando'), ('conhecendo', 'conheceu', 'escreveu', 'escrevendo'), ('conhecendo', 'conheceu', 'dançou', 'dançando'), ('conhecendo', 'conheceu', 'diminuiu', 'diminuindo'), ('conhecendo', 'conheceu', 'descreveu', 'descrevendo'), ('conhecendo', 'conheceu', 'melhorou', 'melhorando'), ('conhecendo', 'conheceu', 'alimentou', 'alimentando'), ('conhecendo', 'conheceu', 'voou', 'voando'), ('conhecendo', 'conheceu', 'gerou', 'gerando'), ('conhecendo', 'conheceu', 'escondeu', 'escondendo'), ('conhecendo', 'conheceu', 'acertou', 'acertando'), ('conhecendo', 'conheceu', 'implementou', 'implementando'), ('conhecendo', 'conheceu', 'aumentou', 'aumentando'), ('conhecendo', 'conheceu', 'saltou', 'saltando'), ('ouvindo', 'ouviu', 'olhou', 'vendo'), ('ouvindo', 'ouviu', 'moveu', 'movendo'), ('ouvindo', 'ouviu', 'jogou', 'jogando'), ('ouvindo', 'ouviu', 'previu', 'prevendo'), ('ouvindo', 'ouviu', 'ler', 'lendo'), ('ouvindo', 'ouviu', 'correu', 'correndo'), ('ouvindo', 'ouviu', 'disse', 'dizendo'), ('ouvindo', 'ouviu', 'gritou', 'gritando'), ('ouvindo', 'ouviu', 'viu', 'vendo'), ('ouvindo', 'ouviu', 'vendeu', 'vendendo'), ('ouvindo', 'ouviu', 'encolheu', 'encolhendo'), ('ouvindo', 'ouviu', 'cantou', 'cantando'), ('ouvindo', 'ouviu', 'sentou', 'sentando'), ('ouvindo', 'ouviu', 'dormiu', 'dormindo'), ('ouvindo', 'ouviu', 'gastou', 'gastando'), ('ouvindo', 'ouviu', 'nadou', 'nadando'), ('ouvindo', 'ouviu', 'tirou', 'tirando'), ('ouvindo', 'ouviu', 'pensou', 'pensando'), ('ouvindo', 'ouviu', 'desapareceu', 'desaparecendo'), ('ouvindo', 'ouviu', 'andou', 'andando'), ('ouvindo', 'ouviu', 'escreveu', 'escrevendo'), ('ouvindo', 'ouviu', 'dançou', 'dançando'), ('ouvindo', 'ouviu', 'diminuiu', 'diminuindo'), ('ouvindo', 'ouviu', 'descreveu', 'descrevendo'), ('ouvindo', 'ouviu', 'melhorou', 'melhorando'), ('ouvindo', 'ouviu', 'alimentou', 'alimentando'), ('ouvindo', 'ouviu', 'voou', 'voando'), ('ouvindo', 'ouviu', 'gerou', 'gerando'), ('ouvindo', 'ouviu', 'escondeu', 'escondendo'), ('ouvindo', 'ouviu', 'acertou', 'acertando'), ('ouvindo', 'ouviu', 'implementou', 'implementando'), ('ouvindo', 'ouviu', 'aumentou', 'aumentando'), ('ouvindo', 'ouviu', 'saltou', 'saltando'), ('ouvindo', 'ouviu', 'conheceu', 'conhecendo'), ('vendo', 'olhou', 'jogou', 'jogando'), ('vendo', 'olhou', 'previu', 'prevendo'), ('vendo', 'olhou', 'ler', 'lendo'), ('vendo', 'olhou', 'correu', 'correndo'), ('vendo', 'olhou', 'gritou', 'gritando'), ('vendo', 'olhou', 'viu', 'vendo'), ('vendo', 'olhou', 'vendeu', 'vendendo'), ('vendo', 'olhou', 'cantou', 'cantando'), ('vendo', 'olhou', 'sentou', 'sentando'), ('vendo', 'olhou', 'dormiu', 'dormindo'), ('vendo', 'olhou', 'gastou', 'gastando'), ('vendo', 'olhou', 'tirou', 'tirando'), ('vendo', 'olhou', 'pensou', 'pensando'), ('vendo', 'olhou', 'andou', 'andando'), ('vendo', 'olhou', 'escreveu', 'escrevendo'), ('vendo', 'olhou', 'dançou', 'dançando'), ('vendo', 'olhou', 'diminuiu', 'diminuindo'), ('vendo', 'olhou', 'descreveu', 'descrevendo'), ('vendo', 'olhou', 'melhorou', 'melhorando'), ('vendo', 'olhou', 'alimentou', 'alimentando'), ('vendo', 'olhou', 'voou', 'voando'), ('vendo', 'olhou', 'gerou', 'gerando'), ('vendo', 'olhou', 'acertou', 'acertando'), ('vendo', 'olhou', 'implementou', 'implementando'), ('vendo', 'olhou', 'aumentou', 'aumentando'), ('vendo', 'olhou', 'saltou', 'saltando'), ('vendo', 'olhou', 'conheceu', 'conhecendo'), ('vendo', 'olhou', 'ouviu', 'ouvindo'), ('movendo', 'moveu', 'jogou', 'jogando'), ('movendo', 'moveu', 'previu', 'prevendo'), ('movendo', 'moveu', 'ler', 'lendo'), ('movendo', 'moveu', 'correu', 'correndo'), ('movendo', 'moveu', 'disse', 'dizendo'), ('movendo', 'moveu', 'gritou', 'gritando'), ('movendo', 'moveu', 'viu', 'vendo'), ('movendo', 'moveu', 'vendeu', 'vendendo'), ('movendo', 'moveu', 'encolheu', 'encolhendo'), ('movendo', 'moveu', 'cantou', 'cantando'), ('movendo', 'moveu', 'sentou', 'sentando'), ('movendo', 'moveu', 'dormiu', 'dormindo'), ('movendo', 'moveu', 'gastou', 'gastando'), ('movendo', 'moveu', 'nadou', 'nadando'), ('movendo', 'moveu', 'tirou', 'tirando'), ('movendo', 'moveu', 'pensou', 'pensando'), ('movendo', 'moveu', 'desapareceu', 'desaparecendo'), ('movendo', 'moveu', 'andou', 'andando'), ('movendo', 'moveu', 'escreveu', 'escrevendo'), ('movendo', 'moveu', 'dançou', 'dançando'), ('movendo', 'moveu', 'diminuiu', 'diminuindo'), ('movendo', 'moveu', 'descreveu', 'descrevendo'), ('movendo', 'moveu', 'melhorou', 'melhorando'), ('movendo', 'moveu', 'alimentou', 'alimentando'), ('movendo', 'moveu', 'voou', 'voando'), ('movendo', 'moveu', 'gerou', 'gerando'), ('movendo', 'moveu', 'escondeu', 'escondendo'), ('movendo', 'moveu', 'acertou', 'acertando'), ('movendo', 'moveu', 'implementou', 'implementando'), ('movendo', 'moveu', 'aumentou', 'aumentando'), ('movendo', 'moveu', 'saltou', 'saltando'), ('movendo', 'moveu', 'ouviu', 'ouvindo'), ('jogando', 'pagou', 'jogou', 'jogando'), ('jogando', 'pagou', 'previu', 'prevendo'), ('jogando', 'pagou', 'ler', 'lendo'), ('jogando', 'pagou', 'correu', 'correndo'), ('jogando', 'pagou', 'gritou', 'gritando'), ('jogando', 'pagou', 'viu', 'vendo'), ('jogando', 'pagou', 'vendeu', 'vendendo'), ('jogando', 'pagou', 'cantou', 'cantando'), ('jogando', 'pagou', 'sentou', 'sentando'), ('jogando', 'pagou', 'dormiu', 'dormindo'), ('jogando', 'pagou', 'gastou', 'gastando'), ('jogando', 'pagou', 'nadou', 'nadando'), ('jogando', 'pagou', 'tirou', 'tirando'), ('jogando', 'pagou', 'pensou', 'pensando'), ('jogando', 'pagou', 'andou', 'andando'), ('jogando', 'pagou', 'escreveu', 'escrevendo'), ('jogando', 'pagou', 'dançou', 'dançando'), ('jogando', 'pagou', 'descreveu', 'descrevendo'), ('jogando', 'pagou', 'melhorou', 'melhorando'), ('jogando', 'pagou', 'alimentou', 'alimentando'), ('jogando', 'pagou', 'voou', 'voando'), ('jogando', 'pagou', 'gerou', 'gerando'), ('jogando', 'pagou', 'acertou', 'acertando'), ('jogando', 'pagou', 'implementou', 'implementando'), ('jogando', 'pagou', 'aumentou', 'aumentando'), ('jogando', 'pagou', 'saltou', 'saltando'), ('jogando', 'pagou', 'ouviu', 'ouvindo'), ('jogando', 'pagou', 'olhou', 'vendo'), ('jogando', 'pagou', 'moveu', 'movendo'), ('jogando', 'jogou', 'previu', 'prevendo'), ('jogando', 'jogou', 'ler', 'lendo'), ('jogando', 'jogou', 'correu', 'correndo'), ('jogando', 'jogou', 'disse', 'dizendo'), ('jogando', 'jogou', 'gritou', 'gritando'), ('jogando', 'jogou', 'viu', 'vendo'), ('jogando', 'jogou', 'vendeu', 'vendendo'), ('jogando', 'jogou', 'encolheu', 'encolhendo'), ('jogando', 'jogou', 'cantou', 'cantando'), ('jogando', 'jogou', 'sentou', 'sentando'), ('jogando', 'jogou', 'dormiu', 'dormindo'), ('jogando', 'jogou', 'gastou', 'gastando'), ('jogando', 'jogou', 'nadou', 'nadando'), ('jogando', 'jogou', 'tirou', 'tirando'), ('jogando', 'jogou', 'pensou', 'pensando'), ('jogando', 'jogou', 'andou', 'andando'), ('jogando', 'jogou', 'escreveu', 'escrevendo'), ('jogando', 'jogou', 'dançou', 'dançando'), ('jogando', 'jogou', 'diminuiu', 'diminuindo'), ('jogando', 'jogou', 'descreveu', 'descrevendo'), ('jogando', 'jogou', 'melhorou', 'melhorando'), ('jogando', 'jogou', 'alimentou', 'alimentando'), ('jogando', 'jogou', 'voou', 'voando'), ('jogando', 'jogou', 'gerou', 'gerando'), ('jogando', 'jogou', 'escondeu', 'escondendo'), ('jogando', 'jogou', 'acertou', 'acertando'), ('jogando', 'jogou', 'implementou', 'implementando'), ('jogando', 'jogou', 'aumentou', 'aumentando'), ('jogando', 'jogou', 'saltou', 'saltando'), ('jogando', 'jogou', 'conheceu', 'conhecendo'), ('jogando', 'jogou', 'ouviu', 'ouvindo'), ('jogando', 'jogou', 'olhou', 'vendo'), ('jogando', 'jogou', 'moveu', 'movendo'), ('prevendo', 'previu', 'ler', 'lendo'), ('prevendo', 'previu', 'correu', 'correndo'), ('prevendo', 'previu', 'gritou', 'gritando'), ('prevendo', 'previu', 'viu', 'vendo'), ('prevendo', 'previu', 'vendeu', 'vendendo'), ('prevendo', 'previu', 'cantou', 'cantando'), ('prevendo', 'previu', 'sentou', 'sentando'), ('prevendo', 'previu', 'dormiu', 'dormindo'), ('prevendo', 'previu', 'gastou', 'gastando'), ('prevendo', 'previu', 'nadou', 'nadando'), ('prevendo', 'previu', 'tirou', 'tirando'), ('prevendo', 'previu', 'pensou', 'pensando'), ('prevendo', 'previu', 'andou', 'andando'), ('prevendo', 'previu', 'escreveu', 'escrevendo'), ('prevendo', 'previu', 'dançou', 'dançando'), ('prevendo', 'previu', 'diminuiu', 'diminuindo'), ('prevendo', 'previu', 'descreveu', 'descrevendo'), ('prevendo', 'previu', 'melhorou', 'melhorando'), ('prevendo', 'previu', 'alimentou', 'alimentando'), ('prevendo', 'previu', 'voou', 'voando'), ('prevendo', 'previu', 'gerou', 'gerando'), ('prevendo', 'previu', 'acertou', 'acertando'), ('prevendo', 'previu', 'implementou', 'implementando'), ('prevendo', 'previu', 'aumentou', 'aumentando'), ('prevendo', 'previu', 'saltou', 'saltando'), ('prevendo', 'previu', 'ouviu', 'ouvindo'), ('prevendo', 'previu', 'moveu', 'movendo'), ('prevendo', 'previu', 'jogou', 'jogando'), ('lendo', 'ler', 'correu', 'correndo'), ('lendo', 'ler', 'disse', 'dizendo'), ('lendo', 'ler', 'gritou', 'gritando'), ('lendo', 'ler', 'viu', 'vendo'), ('lendo', 'ler', 'vendeu', 'vendendo'), ('lendo', 'ler', 'encolheu', 'encolhendo'), ('lendo', 'ler', 'cantou', 'cantando'), ('lendo', 'ler', 'sentou', 'sentando'), ('lendo', 'ler', 'dormiu', 'dormindo'), ('lendo', 'ler', 'gastou', 'gastando'), ('lendo', 'ler', 'nadou', 'nadando'), ('lendo', 'ler', 'tirou', 'tirando'), ('lendo', 'ler', 'pensou', 'pensando'), ('lendo', 'ler', 'desapareceu', 'desaparecendo'), ('lendo', 'ler', 'andou', 'andando'), ('lendo', 'ler', 'escreveu', 'escrevendo'), ('lendo', 'ler', 'dançou', 'dançando'), ('lendo', 'ler', 'diminuiu', 'diminuindo'), ('lendo', 'ler', 'descreveu', 'descrevendo'), ('lendo', 'ler', 'melhorou', 'melhorando'), ('lendo', 'ler', 'alimentou', 'alimentando'), ('lendo', 'ler', 'voou', 'voando'), ('lendo', 'ler', 'gerou', 'gerando'), ('lendo', 'ler', 'escondeu', 'escondendo'), ('lendo', 'ler', 'acertou', 'acertando'), ('lendo', 'ler', 'implementou', 'implementando'), ('lendo', 'ler', 'aumentou', 'aumentando'), ('lendo', 'ler', 'saltou', 'saltando'), ('lendo', 'ler', 'ouviu', 'ouvindo'), ('lendo', 'ler', 'moveu', 'movendo'), ('lendo', 'ler', 'jogou', 'jogando'), ('lendo', 'ler', 'previu', 'prevendo'), ('correndo', 'correu', 'disse', 'dizendo'), ('correndo', 'correu', 'gritou', 'gritando'), ('correndo', 'correu', 'viu', 'vendo'), ('correndo', 'correu', 'vendeu', 'vendendo'), ('correndo', 'correu', 'encolheu', 'encolhendo'), ('correndo', 'correu', 'cantou', 'cantando'), ('correndo', 'correu', 'sentou', 'sentando'), ('correndo', 'correu', 'dormiu', 'dormindo'), ('correndo', 'correu', 'gastou', 'gastando'), ('correndo', 'correu', 'nadou', 'nadando'), ('correndo', 'correu', 'tirou', 'tirando'), ('correndo', 'correu', 'pensou', 'pensando'), ('correndo', 'correu', 'andou', 'andando'), ('correndo', 'correu', 'escreveu', 'escrevendo'), ('correndo', 'correu', 'dançou', 'dançando'), ('correndo', 'correu', 'diminuiu', 'diminuindo'), ('correndo', 'correu', 'descreveu', 'descrevendo'), ('correndo', 'correu', 'melhorou', 'melhorando'), ('correndo', 'correu', 'alimentou', 'alimentando'), ('correndo', 'correu', 'voou', 'voando'), ('correndo', 'correu', 'gerou', 'gerando'), ('correndo', 'correu', 'escondeu', 'escondendo'), ('correndo', 'correu', 'acertou', 'acertando'), ('correndo', 'correu', 'implementou', 'implementando'), ('correndo', 'correu', 'aumentou', 'aumentando'), ('correndo', 'correu', 'saltou', 'saltando'), ('correndo', 'correu', 'ouviu', 'ouvindo'), ('correndo', 'correu', 'olhou', 'vendo'), ('correndo', 'correu', 'moveu', 'movendo'), ('correndo', 'correu', 'jogou', 'jogando'), ('correndo', 'correu', 'previu', 'prevendo'), ('correndo', 'correu', 'ler', 'lendo'), ('dizendo', 'disse', 'gritou', 'gritando'), ('dizendo', 'disse', 'viu', 'vendo'), ('dizendo', 'disse', 'vendeu', 'vendendo'), ('dizendo', 'disse', 'cantou', 'cantando'), ('dizendo', 'disse', 'sentou', 'sentando'), ('dizendo', 'disse', 'dormiu', 'dormindo'), ('dizendo', 'disse', 'gastou', 'gastando'), ('dizendo', 'disse', 'nadou', 'nadando'), ('dizendo', 'disse', 'tirou', 'tirando'), ('dizendo', 'disse', 'andou', 'andando'), ('dizendo', 'disse', 'escreveu', 'escrevendo'), ('dizendo', 'disse', 'dançou', 'dançando'), ('dizendo', 'disse', 'descreveu', 'descrevendo'), ('dizendo', 'disse', 'melhorou', 'melhorando'), ('dizendo', 'disse', 'alimentou', 'alimentando'), ('dizendo', 'disse', 'voou', 'voando'), ('dizendo', 'disse', 'gerou', 'gerando'), ('dizendo', 'disse', 'escondeu', 'escondendo'), ('dizendo', 'disse', 'acertou', 'acertando'), ('dizendo', 'disse', 'implementou', 'implementando'), ('dizendo', 'disse', 'aumentou', 'aumentando'), ('dizendo', 'disse', 'saltou', 'saltando'), ('dizendo', 'disse', 'ouviu', 'ouvindo'), ('dizendo', 'disse', 'moveu', 'movendo'), ('dizendo', 'disse', 'jogou', 'jogando'), ('dizendo', 'disse', 'previu', 'prevendo'), ('dizendo', 'disse', 'ler', 'lendo'), ('dizendo', 'disse', 'correu', 'correndo'), ('gritando', 'gritou', 'viu', 'vendo'), ('gritando', 'gritou', 'vendeu', 'vendendo'), ('gritando', 'gritou', 'cantou', 'cantando'), ('gritando', 'gritou', 'sentou', 'sentando'), ('gritando', 'gritou', 'dormiu', 'dormindo'), ('gritando', 'gritou', 'gastou', 'gastando'), ('gritando', 'gritou', 'nadou', 'nadando'), ('gritando', 'gritou', 'tirou', 'tirando'), ('gritando', 'gritou', 'pensou', 'pensando'), ('gritando', 'gritou', 'andou', 'andando'), ('gritando', 'gritou', 'escreveu', 'escrevendo'), ('gritando', 'gritou', 'dançou', 'dançando'), ('gritando', 'gritou', 'diminuiu', 'diminuindo'), ('gritando', 'gritou', 'descreveu', 'descrevendo'), ('gritando', 'gritou', 'melhorou', 'melhorando'), ('gritando', 'gritou', 'alimentou', 'alimentando'), ('gritando', 'gritou', 'voou', 'voando'), ('gritando', 'gritou', 'gerou', 'gerando'), ('gritando', 'gritou', 'acertou', 'acertando'), ('gritando', 'gritou', 'implementou', 'implementando'), ('gritando', 'gritou', 'aumentou', 'aumentando'), ('gritando', 'gritou', 'saltou', 'saltando'), ('gritando', 'gritou', 'ouviu', 'ouvindo'), ('gritando', 'gritou', 'olhou', 'vendo'), ('gritando', 'gritou', 'moveu', 'movendo'), ('gritando', 'gritou', 'jogou', 'jogando'), ('gritando', 'gritou', 'previu', 'prevendo'), ('gritando', 'gritou', 'ler', 'lendo'), ('gritando', 'gritou', 'correu', 'correndo'), ('gritando', 'gritou', 'disse', 'dizendo'), ('vendo', 'viu', 'vendeu', 'vendendo'), ('vendo', 'viu', 'encolheu', 'encolhendo'), ('vendo', 'viu', 'cantou', 'cantando'), ('vendo', 'viu', 'sentou', 'sentando'), ('vendo', 'viu', 'dormiu', 'dormindo'), ('vendo', 'viu', 'gastou', 'gastando'), ('vendo', 'viu', 'nadou', 'nadando'), ('vendo', 'viu', 'tirou', 'tirando'), ('vendo', 'viu', 'pensou', 'pensando'), ('vendo', 'viu', 'desapareceu', 'desaparecendo'), ('vendo', 'viu', 'andou', 'andando'), ('vendo', 'viu', 'escreveu', 'escrevendo'), ('vendo', 'viu', 'dançou', 'dançando'), ('vendo', 'viu', 'diminuiu', 'diminuindo'), ('vendo', 'viu', 'descreveu', 'descrevendo'), ('vendo', 'viu', 'melhorou', 'melhorando'), ('vendo', 'viu', 'alimentou', 'alimentando'), ('vendo', 'viu', 'voou', 'voando'), ('vendo', 'viu', 'gerou', 'gerando'), ('vendo', 'viu', 'escondeu', 'escondendo'), ('vendo', 'viu', 'acertou', 'acertando'), ('vendo', 'viu', 'implementou', 'implementando'), ('vendo', 'viu', 'aumentou', 'aumentando'), ('vendo', 'viu', 'saltou', 'saltando'), ('vendo', 'viu', 'conheceu', 'conhecendo'), ('vendo', 'viu', 'ouviu', 'ouvindo'), ('vendo', 'viu', 'olhou', 'vendo'), ('vendo', 'viu', 'moveu', 'movendo'), ('vendo', 'viu', 'jogou', 'jogando'), ('vendo', 'viu', 'previu', 'prevendo'), ('vendo', 'viu', 'ler', 'lendo'), ('vendo', 'viu', 'correu', 'correndo'), ('vendo', 'viu', 'disse', 'dizendo'), ('vendo', 'viu', 'gritou', 'gritando'), ('vendendo', 'vendeu', 'cantou', 'cantando'), ('vendendo', 'vendeu', 'sentou', 'sentando'), ('vendendo', 'vendeu', 'dormiu', 'dormindo'), ('vendendo', 'vendeu', 'gastou', 'gastando'), ('vendendo', 'vendeu', 'nadou', 'nadando'), ('vendendo', 'vendeu', 'tirou', 'tirando'), ('vendendo', 'vendeu', 'pensou', 'pensando'), ('vendendo', 'vendeu', 'desapareceu', 'desaparecendo'), ('vendendo', 'vendeu', 'andou', 'andando'), ('vendendo', 'vendeu', 'escreveu', 'escrevendo'), ('vendendo', 'vendeu', 'dançou', 'dançando'), ('vendendo', 'vendeu', 'diminuiu', 'diminuindo'), ('vendendo', 'vendeu', 'descreveu', 'descrevendo'), ('vendendo', 'vendeu', 'melhorou', 'melhorando'), ('vendendo', 'vendeu', 'alimentou', 'alimentando'), ('vendendo', 'vendeu', 'voou', 'voando'), ('vendendo', 'vendeu', 'gerou', 'gerando'), ('vendendo', 'vendeu', 'escondeu', 'escondendo'), ('vendendo', 'vendeu', 'acertou', 'acertando'), ('vendendo', 'vendeu', 'implementou', 'implementando'), ('vendendo', 'vendeu', 'aumentou', 'aumentando'), ('vendendo', 'vendeu', 'saltou', 'saltando'), ('vendendo', 'vendeu', 'conheceu', 'conhecendo'), ('vendendo', 'vendeu', 'ouviu', 'ouvindo'), ('vendendo', 'vendeu', 'olhou', 'vendo'), ('vendendo', 'vendeu', 'moveu', 'movendo'), ('vendendo', 'vendeu', 'jogou', 'jogando'), ('vendendo', 'vendeu', 'previu', 'prevendo'), ('vendendo', 'vendeu', 'ler', 'lendo'), ('vendendo', 'vendeu', 'correu', 'correndo'), ('vendendo', 'vendeu', 'gritou', 'gritando'), ('vendendo', 'vendeu', 'viu', 'vendo'), ('encolhendo', 'encolheu', 'cantou', 'cantando'), ('encolhendo', 'encolheu', 'sentou', 'sentando'), ('encolhendo', 'encolheu', 'dormiu', 'dormindo'), ('encolhendo', 'encolheu', 'gastou', 'gastando'), ('encolhendo', 'encolheu', 'tirou', 'tirando'), ('encolhendo', 'encolheu', 'desapareceu', 'desaparecendo'), ('encolhendo', 'encolheu', 'andou', 'andando'), ('encolhendo', 'encolheu', 'escreveu', 'escrevendo'), ('encolhendo', 'encolheu', 'dançou', 'dançando'), ('encolhendo', 'encolheu', 'diminuiu', 'diminuindo'), ('encolhendo', 'encolheu', 'descreveu', 'descrevendo'), ('encolhendo', 'encolheu', 'melhorou', 'melhorando'), ('encolhendo', 'encolheu', 'alimentou', 'alimentando'), ('encolhendo', 'encolheu', 'voou', 'voando'), ('encolhendo', 'encolheu', 'gerou', 'gerando'), ('encolhendo', 'encolheu', 'acertou', 'acertando'), ('encolhendo', 'encolheu', 'implementou', 'implementando'), ('encolhendo', 'encolheu', 'aumentou', 'aumentando'), ('encolhendo', 'encolheu', 'saltou', 'saltando'), ('encolhendo', 'encolheu', 'ouviu', 'ouvindo'), ('encolhendo', 'encolheu', 'moveu', 'movendo'), ('encolhendo', 'encolheu', 'jogou', 'jogando'), ('encolhendo', 'encolheu', 'previu', 'prevendo'), ('encolhendo', 'encolheu', 'ler', 'lendo'), ('encolhendo', 'encolheu', 'correu', 'correndo'), ('encolhendo', 'encolheu', 'disse', 'dizendo'), ('encolhendo', 'encolheu', 'gritou', 'gritando'), ('encolhendo', 'encolheu', 'viu', 'vendo'), ('encolhendo', 'encolheu', 'vendeu', 'vendendo'), ('cantando', 'cantou', 'sentou', 'sentando'), ('cantando', 'cantou', 'dormiu', 'dormindo'), ('cantando', 'cantou', 'gastou', 'gastando'), ('cantando', 'cantou', 'nadou', 'nadando'), ('cantando', 'cantou', 'tirou', 'tirando'), ('cantando', 'cantou', 'pensou', 'pensando'), ('cantando', 'cantou', 'andou', 'andando'), ('cantando', 'cantou', 'escreveu', 'escrevendo'), ('cantando', 'cantou', 'dançou', 'dançando'), ('cantando', 'cantou', 'diminuiu', 'diminuindo'), ('cantando', 'cantou', 'descreveu', 'descrevendo'), ('cantando', 'cantou', 'melhorou', 'melhorando'), ('cantando', 'cantou', 'alimentou', 'alimentando'), ('cantando', 'cantou', 'voou', 'voando'), ('cantando', 'cantou', 'gerou', 'gerando'), ('cantando', 'cantou', 'escondeu', 'escondendo'), ('cantando', 'cantou', 'acertou', 'acertando'), ('cantando', 'cantou', 'implementou', 'implementando'), ('cantando', 'cantou', 'aumentou', 'aumentando'), ('cantando', 'cantou', 'saltou', 'saltando'), ('cantando', 'cantou', 'ouviu', 'ouvindo'), ('cantando', 'cantou', 'olhou', 'vendo'), ('cantando', 'cantou', 'moveu', 'movendo'), ('cantando', 'cantou', 'jogou', 'jogando'), ('cantando', 'cantou', 'previu', 'prevendo'), ('cantando', 'cantou', 'ler', 'lendo'), ('cantando', 'cantou', 'correu', 'correndo'), ('cantando', 'cantou', 'disse', 'dizendo'), ('cantando', 'cantou', 'gritou', 'gritando'), ('cantando', 'cantou', 'viu', 'vendo'), ('cantando', 'cantou', 'vendeu', 'vendendo'), ('cantando', 'cantou', 'encolheu', 'encolhendo'), ('sentando', 'sentou', 'dormiu', 'dormindo'), ('sentando', 'sentou', 'gastou', 'gastando'), ('sentando', 'sentou', 'nadou', 'nadando'), ('sentando', 'sentou', 'tirou', 'tirando'), ('sentando', 'sentou', 'pensou', 'pensando'), ('sentando', 'sentou', 'desapareceu', 'desaparecendo'), ('sentando', 'sentou', 'andou', 'andando'), ('sentando', 'sentou', 'escreveu', 'escrevendo'), ('sentando', 'sentou', 'dançou', 'dançando'), ('sentando', 'sentou', 'diminuiu', 'diminuindo'), ('sentando', 'sentou', 'descreveu', 'descrevendo'), ('sentando', 'sentou', 'melhorou', 'melhorando'), ('sentando', 'sentou', 'alimentou', 'alimentando'), ('sentando', 'sentou', 'voou', 'voando'), ('sentando', 'sentou', 'gerou', 'gerando'), ('sentando', 'sentou', 'escondeu', 'escondendo'), ('sentando', 'sentou', 'acertou', 'acertando'), ('sentando', 'sentou', 'implementou', 'implementando'), ('sentando', 'sentou', 'aumentou', 'aumentando'), ('sentando', 'sentou', 'saltou', 'saltando'), ('sentando', 'sentou', 'conheceu', 'conhecendo'), ('sentando', 'sentou', 'ouviu', 'ouvindo'), ('sentando', 'sentou', 'olhou', 'vendo'), ('sentando', 'sentou', 'moveu', 'movendo'), ('sentando', 'sentou', 'jogou', 'jogando'), ('sentando', 'sentou', 'previu', 'prevendo'), ('sentando', 'sentou', 'ler', 'lendo'), ('sentando', 'sentou', 'correu', 'correndo'), ('sentando', 'sentou', 'disse', 'dizendo'), ('sentando', 'sentou', 'gritou', 'gritando'), ('sentando', 'sentou', 'viu', 'vendo'), ('sentando', 'sentou', 'vendeu', 'vendendo'), ('sentando', 'sentou', 'encolheu', 'encolhendo'), ('sentando', 'sentou', 'cantou', 'cantando'), ('dormindo', 'dormiu', 'gastou', 'gastando'), ('dormindo', 'dormiu', 'nadou', 'nadando'), ('dormindo', 'dormiu', 'tirou', 'tirando'), ('dormindo', 'dormiu', 'pensou', 'pensando'), ('dormindo', 'dormiu', 'andou', 'andando'), ('dormindo', 'dormiu', 'escreveu', 'escrevendo'), ('dormindo', 'dormiu', 'dançou', 'dançando'), ('dormindo', 'dormiu', 'diminuiu', 'diminuindo'), ('dormindo', 'dormiu', 'descreveu', 'descrevendo'), ('dormindo', 'dormiu', 'melhorou', 'melhorando'), ('dormindo', 'dormiu', 'alimentou', 'alimentando'), ('dormindo', 'dormiu', 'voou', 'voando'), ('dormindo', 'dormiu', 'gerou', 'gerando'), ('dormindo', 'dormiu', 'escondeu', 'escondendo'), ('dormindo', 'dormiu', 'acertou', 'acertando'), ('dormindo', 'dormiu', 'implementou', 'implementando'), ('dormindo', 'dormiu', 'aumentou', 'aumentando'), ('dormindo', 'dormiu', 'saltou', 'saltando'), ('dormindo', 'dormiu', 'ouviu', 'ouvindo'), ('dormindo', 'dormiu', 'olhou', 'vendo'), ('dormindo', 'dormiu', 'moveu', 'movendo'), ('dormindo', 'dormiu', 'jogou', 'jogando'), ('dormindo', 'dormiu', 'previu', 'prevendo'), ('dormindo', 'dormiu', 'ler', 'lendo'), ('dormindo', 'dormiu', 'correu', 'correndo'), ('dormindo', 'dormiu', 'disse', 'dizendo'), ('dormindo', 'dormiu', 'gritou', 'gritando'), ('dormindo', 'dormiu', 'viu', 'vendo'), ('dormindo', 'dormiu', 'vendeu', 'vendendo'), ('dormindo', 'dormiu', 'encolheu', 'encolhendo'), ('dormindo', 'dormiu', 'cantou', 'cantando'), ('dormindo', 'dormiu', 'sentou', 'sentando'), ('gastando', 'gastou', 'nadou', 'nadando'), ('gastando', 'gastou', 'tirou', 'tirando'), ('gastando', 'gastou', 'pensou', 'pensando'), ('gastando', 'gastou', 'desapareceu', 'desaparecendo'), ('gastando', 'gastou', 'andou', 'andando'), ('gastando', 'gastou', 'escreveu', 'escrevendo'), ('gastando', 'gastou', 'dançou', 'dançando'), ('gastando', 'gastou', 'diminuiu', 'diminuindo'), ('gastando', 'gastou', 'descreveu', 'descrevendo'), ('gastando', 'gastou', 'melhorou', 'melhorando'), ('gastando', 'gastou', 'alimentou', 'alimentando'), ('gastando', 'gastou', 'voou', 'voando'), ('gastando', 'gastou', 'gerou', 'gerando'), ('gastando', 'gastou', 'escondeu', 'escondendo'), ('gastando', 'gastou', 'acertou', 'acertando'), ('gastando', 'gastou', 'implementou', 'implementando'), ('gastando', 'gastou', 'aumentou', 'aumentando'), ('gastando', 'gastou', 'saltou', 'saltando'), ('gastando', 'gastou', 'conheceu', 'conhecendo'), ('gastando', 'gastou', 'ouviu', 'ouvindo'), ('gastando', 'gastou', 'moveu', 'movendo'), ('gastando', 'gastou', 'jogou', 'jogando'), ('gastando', 'gastou', 'previu', 'prevendo'), ('gastando', 'gastou', 'ler', 'lendo'), ('gastando', 'gastou', 'correu', 'correndo'), ('gastando', 'gastou', 'disse', 'dizendo'), ('gastando', 'gastou', 'gritou', 'gritando'), ('gastando', 'gastou', 'viu', 'vendo'), ('gastando', 'gastou', 'vendeu', 'vendendo'), ('gastando', 'gastou', 'cantou', 'cantando'), ('gastando', 'gastou', 'sentou', 'sentando'), ('gastando', 'gastou', 'dormiu', 'dormindo'), ('golpeando', 'golpeou', 'nadou', 'nadando'), ('golpeando', 'golpeou', 'tirou', 'tirando'), ('golpeando', 'golpeou', 'desapareceu', 'desaparecendo'), ('golpeando', 'golpeou', 'andou', 'andando'), ('golpeando', 'golpeou', 'escreveu', 'escrevendo'), ('golpeando', 'golpeou', 'dançou', 'dançando'), ('golpeando', 'golpeou', 'diminuiu', 'diminuindo'), ('golpeando', 'golpeou', 'descreveu', 'descrevendo'), ('golpeando', 'golpeou', 'melhorou', 'melhorando'), ('golpeando', 'golpeou', 'alimentou', 'alimentando'), ('golpeando', 'golpeou', 'voou', 'voando'), ('golpeando', 'golpeou', 'gerou', 'gerando'), ('golpeando', 'golpeou', 'acertou', 'acertando'), ('golpeando', 'golpeou', 'implementou', 'implementando'), ('golpeando', 'golpeou', 'aumentou', 'aumentando'), ('golpeando', 'golpeou', 'saltou', 'saltando'), ('golpeando', 'golpeou', 'conheceu', 'conhecendo'), ('golpeando', 'golpeou', 'ouviu', 'ouvindo'), ('golpeando', 'golpeou', 'moveu', 'movendo'), ('golpeando', 'golpeou', 'jogou', 'jogando'), ('golpeando', 'golpeou', 'previu', 'prevendo'), ('golpeando', 'golpeou', 'ler', 'lendo'), ('golpeando', 'golpeou', 'correu', 'correndo'), ('golpeando', 'golpeou', 'gritou', 'gritando'), ('golpeando', 'golpeou', 'viu', 'vendo'), ('golpeando', 'golpeou', 'vendeu', 'vendendo'), ('golpeando', 'golpeou', 'cantou', 'cantando'), ('golpeando', 'golpeou', 'sentou', 'sentando'), ('golpeando', 'golpeou', 'dormiu', 'dormindo'), ('golpeando', 'golpeou', 'gastou', 'gastando'), ('nadando', 'nadou', 'tirou', 'tirando'), ('nadando', 'nadou', 'pensou', 'pensando'), ('nadando', 'nadou', 'andou', 'andando'), ('nadando', 'nadou', 'escreveu', 'escrevendo'), ('nadando', 'nadou', 'dançou', 'dançando'), ('nadando', 'nadou', 'descreveu', 'descrevendo'), ('nadando', 'nadou', 'melhorou', 'melhorando'), ('nadando', 'nadou', 'alimentou', 'alimentando'), ('nadando', 'nadou', 'voou', 'voando'), ('nadando', 'nadou', 'gerou', 'gerando'), ('nadando', 'nadou', 'escondeu', 'escondendo'), ('nadando', 'nadou', 'acertou', 'acertando'), ('nadando', 'nadou', 'implementou', 'implementando'), ('nadando', 'nadou', 'aumentou', 'aumentando'), ('nadando', 'nadou', 'saltou', 'saltando'), ('nadando', 'nadou', 'ouviu', 'ouvindo'), ('nadando', 'nadou', 'olhou', 'vendo'), ('nadando', 'nadou', 'moveu', 'movendo'), ('nadando', 'nadou', 'jogou', 'jogando'), ('nadando', 'nadou', 'previu', 'prevendo'), ('nadando', 'nadou', 'ler', 'lendo'), ('nadando', 'nadou', 'correu', 'correndo'), ('nadando', 'nadou', 'gritou', 'gritando'), ('nadando', 'nadou', 'viu', 'vendo'), ('nadando', 'nadou', 'vendeu', 'vendendo'), ('nadando', 'nadou', 'cantou', 'cantando'), ('nadando', 'nadou', 'sentou', 'sentando'), ('nadando', 'nadou', 'dormiu', 'dormindo'), ('nadando', 'nadou', 'gastou', 'gastando'), ('tirando', 'tirou', 'pensou', 'pensando'), ('tirando', 'tirou', 'desapareceu', 'desaparecendo'), ('tirando', 'tirou', 'andou', 'andando'), ('tirando', 'tirou', 'escreveu', 'escrevendo'), ('tirando', 'tirou', 'dançou', 'dançando'), ('tirando', 'tirou', 'diminuiu', 'diminuindo'), ('tirando', 'tirou', 'descreveu', 'descrevendo'), ('tirando', 'tirou', 'melhorou', 'melhorando'), ('tirando', 'tirou', 'alimentou', 'alimentando'), ('tirando', 'tirou', 'voou', 'voando'), ('tirando', 'tirou', 'gerou', 'gerando'), ('tirando', 'tirou', 'escondeu', 'escondendo'), ('tirando', 'tirou', 'acertou', 'acertando'), ('tirando', 'tirou', 'implementou', 'implementando'), ('tirando', 'tirou', 'aumentou', 'aumentando'), ('tirando', 'tirou', 'saltou', 'saltando'), ('tirando', 'tirou', 'conheceu', 'conhecendo'), ('tirando', 'tirou', 'ouviu', 'ouvindo'), ('tirando', 'tirou', 'olhou', 'vendo'), ('tirando', 'tirou', 'moveu', 'movendo'), ('tirando', 'tirou', 'jogou', 'jogando'), ('tirando', 'tirou', 'previu', 'prevendo'), ('tirando', 'tirou', 'ler', 'lendo'), ('tirando', 'tirou', 'correu', 'correndo'), ('tirando', 'tirou', 'disse', 'dizendo'), ('tirando', 'tirou', 'gritou', 'gritando'), ('tirando', 'tirou', 'viu', 'vendo'), ('tirando', 'tirou', 'vendeu', 'vendendo'), ('tirando', 'tirou', 'encolheu', 'encolhendo'), ('tirando', 'tirou', 'cantou', 'cantando'), ('tirando', 'tirou', 'sentou', 'sentando'), ('tirando', 'tirou', 'dormiu', 'dormindo'), ('tirando', 'tirou', 'gastou', 'gastando'), ('tirando', 'tirou', 'nadou', 'nadando'), ('pensando', 'pensou', 'andou', 'andando'), ('pensando', 'pensou', 'escreveu', 'escrevendo'), ('pensando', 'pensou', 'dançou', 'dançando'), ('pensando', 'pensou', 'diminuiu', 'diminuindo'), ('pensando', 'pensou', 'descreveu', 'descrevendo'), ('pensando', 'pensou', 'melhorou', 'melhorando'), ('pensando', 'pensou', 'alimentou', 'alimentando'), ('pensando', 'pensou', 'voou', 'voando'), ('pensando', 'pensou', 'gerou', 'gerando'), ('pensando', 'pensou', 'escondeu', 'escondendo'), ('pensando', 'pensou', 'acertou', 'acertando'), ('pensando', 'pensou', 'implementou', 'implementando'), ('pensando', 'pensou', 'aumentou', 'aumentando'), ('pensando', 'pensou', 'saltou', 'saltando'), ('pensando', 'pensou', 'ouviu', 'ouvindo'), ('pensando', 'pensou', 'moveu', 'movendo'), ('pensando', 'pensou', 'jogou', 'jogando'), ('pensando', 'pensou', 'previu', 'prevendo'), ('pensando', 'pensou', 'ler', 'lendo'), ('pensando', 'pensou', 'correu', 'correndo'), ('pensando', 'pensou', 'gritou', 'gritando'), ('pensando', 'pensou', 'viu', 'vendo'), ('pensando', 'pensou', 'vendeu', 'vendendo'), ('pensando', 'pensou', 'cantou', 'cantando'), ('pensando', 'pensou', 'sentou', 'sentando'), ('pensando', 'pensou', 'dormiu', 'dormindo'), ('pensando', 'pensou', 'gastou', 'gastando'), ('pensando', 'pensou', 'nadou', 'nadando'), ('pensando', 'pensou', 'tirou', 'tirando'), ('desaparecendo', 'desapareceu', 'andou', 'andando'), ('desaparecendo', 'desapareceu', 'escreveu', 'escrevendo'), ('desaparecendo', 'desapareceu', 'dançou', 'dançando'), ('desaparecendo', 'desapareceu', 'diminuiu', 'diminuindo'), ('desaparecendo', 'desapareceu', 'descreveu', 'descrevendo'), ('desaparecendo', 'desapareceu', 'melhorou', 'melhorando'), ('desaparecendo', 'desapareceu', 'alimentou', 'alimentando'), ('desaparecendo', 'desapareceu', 'voou', 'voando'), ('desaparecendo', 'desapareceu', 'gerou', 'gerando'), ('desaparecendo', 'desapareceu', 'escondeu', 'escondendo'), ('desaparecendo', 'desapareceu', 'acertou', 'acertando'), ('desaparecendo', 'desapareceu', 'implementou', 'implementando'), ('desaparecendo', 'desapareceu', 'aumentou', 'aumentando'), ('desaparecendo', 'desapareceu', 'saltou', 'saltando'), ('desaparecendo', 'desapareceu', 'conheceu', 'conhecendo'), ('desaparecendo', 'desapareceu', 'ouviu', 'ouvindo'), ('desaparecendo', 'desapareceu', 'moveu', 'movendo'), ('desaparecendo', 'desapareceu', 'jogou', 'jogando'), ('desaparecendo', 'desapareceu', 'previu', 'prevendo'), ('desaparecendo', 'desapareceu', 'ler', 'lendo'), ('desaparecendo', 'desapareceu', 'correu', 'correndo'), ('desaparecendo', 'desapareceu', 'gritou', 'gritando'), ('desaparecendo', 'desapareceu', 'viu', 'vendo'), ('desaparecendo', 'desapareceu', 'vendeu', 'vendendo'), ('desaparecendo', 'desapareceu', 'encolheu', 'encolhendo'), ('desaparecendo', 'desapareceu', 'cantou', 'cantando'), ('desaparecendo', 'desapareceu', 'sentou', 'sentando'), ('desaparecendo', 'desapareceu', 'gastou', 'gastando'), ('desaparecendo', 'desapareceu', 'tirou', 'tirando'), ('desaparecendo', 'desapareceu', 'pensou', 'pensando'), ('andando', 'andou', 'escreveu', 'escrevendo'), ('andando', 'andou', 'dançou', 'dançando'), ('andando', 'andou', 'diminuiu', 'diminuindo'), ('andando', 'andou', 'descreveu', 'descrevendo'), ('andando', 'andou', 'melhorou', 'melhorando'), ('andando', 'andou', 'alimentou', 'alimentando'), ('andando', 'andou', 'voou', 'voando'), ('andando', 'andou', 'gerou', 'gerando'), ('andando', 'andou', 'acertou', 'acertando'), ('andando', 'andou', 'implementou', 'implementando'), ('andando', 'andou', 'aumentou', 'aumentando'), ('andando', 'andou', 'saltou', 'saltando'), ('andando', 'andou', 'ouviu', 'ouvindo'), ('andando', 'andou', 'moveu', 'movendo'), ('andando', 'andou', 'jogou', 'jogando'), ('andando', 'andou', 'previu', 'prevendo'), ('andando', 'andou', 'correu', 'correndo'), ('andando', 'andou', 'disse', 'dizendo'), ('andando', 'andou', 'gritou', 'gritando'), ('andando', 'andou', 'viu', 'vendo'), ('andando', 'andou', 'vendeu', 'vendendo'), ('andando', 'andou', 'encolheu', 'encolhendo'), ('andando', 'andou', 'cantou', 'cantando'), ('andando', 'andou', 'sentou', 'sentando'), ('andando', 'andou', 'dormiu', 'dormindo'), ('andando', 'andou', 'gastou', 'gastando'), ('andando', 'andou', 'nadou', 'nadando'), ('andando', 'andou', 'tirou', 'tirando'), ('escrevendo', 'escreveu', 'dançou', 'dançando'), ('escrevendo', 'escreveu', 'diminuiu', 'diminuindo'), ('escrevendo', 'escreveu', 'descreveu', 'descrevendo'), ('escrevendo', 'escreveu', 'melhorou', 'melhorando'), ('escrevendo', 'escreveu', 'alimentou', 'alimentando'), ('escrevendo', 'escreveu', 'voou', 'voando'), ('escrevendo', 'escreveu', 'gerou', 'gerando'), ('escrevendo', 'escreveu', 'escondeu', 'escondendo'), ('escrevendo', 'escreveu', 'acertou', 'acertando'), ('escrevendo', 'escreveu', 'implementou', 'implementando'), ('escrevendo', 'escreveu', 'aumentou', 'aumentando'), ('escrevendo', 'escreveu', 'saltou', 'saltando'), ('escrevendo', 'escreveu', 'ouviu', 'ouvindo'), ('escrevendo', 'escreveu', 'olhou', 'vendo'), ('escrevendo', 'escreveu', 'moveu', 'movendo'), ('escrevendo', 'escreveu', 'jogou', 'jogando'), ('escrevendo', 'escreveu', 'previu', 'prevendo'), ('escrevendo', 'escreveu', 'ler', 'lendo'), ('escrevendo', 'escreveu', 'correu', 'correndo'), ('escrevendo', 'escreveu', 'disse', 'dizendo'), ('escrevendo', 'escreveu', 'gritou', 'gritando'), ('escrevendo', 'escreveu', 'viu', 'vendo'), ('escrevendo', 'escreveu', 'vendeu', 'vendendo'), ('escrevendo', 'escreveu', 'encolheu', 'encolhendo'), ('escrevendo', 'escreveu', 'cantou', 'cantando'), ('escrevendo', 'escreveu', 'sentou', 'sentando'), ('escrevendo', 'escreveu', 'dormiu', 'dormindo'), ('escrevendo', 'escreveu', 'gastou', 'gastando'), ('escrevendo', 'escreveu', 'nadou', 'nadando'), ('escrevendo', 'escreveu', 'tirou', 'tirando'), ('escrevendo', 'escreveu', 'pensou', 'pensando'), ('escrevendo', 'escreveu', 'desapareceu', 'desaparecendo'), ('escrevendo', 'escreveu', 'andou', 'andando')], 'incorrect': []}, {'section': '| gram8-plural', 'correct': [('banana', 'bananas', 'pássaros', 'pássaro'), ('banana', 'bananas', 'garrafas', 'garrafa'), ('banana', 'bananas', 'edifícios', 'edifício'), ('banana', 'bananas', 'carros', 'carro'), ('banana', 'bananas', 'gatos', 'gato'), ('banana', 'bananas', 'crianças', 'criança'), ('banana', 'bananas', 'nuvens', 'nuvem'), ('banana', 'bananas', 'cores', 'cor'), ('banana', 'bananas', 'computadores', 'computador'), ('banana', 'bananas', 'vacas', 'vaca'), ('banana', 'bananas', 'cães', 'cão'), ('banana', 'bananas', 'burros', 'burro'), ('banana', 'bananas', 'sonhos', 'sonho'), ('banana', 'bananas', 'águias', 'águia'), ('banana', 'bananas', 'elefantes', 'elefante'), ('banana', 'bananas', 'dedos', 'dedo'), ('banana', 'bananas', 'cabras', 'cabra'), ('banana', 'bananas', 'mãos', 'mão'), ('banana', 'bananas', 'cavalos', 'cavalo'), ('banana', 'bananas', 'máquinas', 'máquina'), ('banana', 'bananas', 'mangas', 'manga'), ('banana', 'bananas', 'homens', 'homem'), ('banana', 'bananas', 'melões', 'melão'), ('banana', 'bananas', 'macacos', 'macaco'), ('banana', 'bananas', 'ratos', 'rato'), ('banana', 'bananas', 'cebolas', 'cebola'), ('banana', 'bananas', 'porcos', 'porco'), ('banana', 'bananas', 'estradas', 'estrada'), ('banana', 'bananas', 'mulheres', 'mulher'), ('pássaro', 'pássaros', 'garrafas', 'garrafa'), ('pássaro', 'pássaros', 'edifícios', 'edifício'), ('pássaro', 'pássaros', 'carros', 'carro'), ('pássaro', 'pássaros', 'gatos', 'gato'), ('pássaro', 'pássaros', 'crianças', 'criança'), ('pássaro', 'pássaros', 'nuvens', 'nuvem'), ('pássaro', 'pássaros', 'cores', 'cor'), ('pássaro', 'pássaros', 'computadores', 'computador'), ('pássaro', 'pássaros', 'vacas', 'vaca'), ('pássaro', 'pássaros', 'cães', 'cão'), ('pássaro', 'pássaros', 'burros', 'burro'), ('pássaro', 'pássaros', 'sonhos', 'sonho'), ('pássaro', 'pássaros', 'águias', 'águia'), ('pássaro', 'pássaros', 'elefantes', 'elefante'), ('pássaro', 'pássaros', 'olhos', 'olho'), ('pássaro', 'pássaros', 'dedos', 'dedo'), ('pássaro', 'pássaros', 'cabras', 'cabra'), ('pássaro', 'pássaros', 'mãos', 'mão'), ('pássaro', 'pássaros', 'cavalos', 'cavalo'), ('pássaro', 'pássaros', 'máquinas', 'máquina'), ('pássaro', 'pássaros', 'homens', 'homem'), ('pássaro', 'pássaros', 'macacos', 'macaco'), ('pássaro', 'pássaros', 'ratos', 'rato'), ('pássaro', 'pássaros', 'porcos', 'porco'), ('pássaro', 'pássaros', 'estradas', 'estrada'), ('pássaro', 'pássaros', 'mulheres', 'mulher'), ('pássaro', 'pássaros', 'bananas', 'banana'), ('garrafa', 'garrafas', 'edifícios', 'edifício'), ('garrafa', 'garrafas', 'carros', 'carro'), ('garrafa', 'garrafas', 'gatos', 'gato'), ('garrafa', 'garrafas', 'crianças', 'criança'), ('garrafa', 'garrafas', 'nuvens', 'nuvem'), ('garrafa', 'garrafas', 'cores', 'cor'), ('garrafa', 'garrafas', 'computadores', 'computador'), ('garrafa', 'garrafas', 'vacas', 'vaca'), ('garrafa', 'garrafas', 'cães', 'cão'), ('garrafa', 'garrafas', 'sonhos', 'sonho'), ('garrafa', 'garrafas', 'elefantes', 'elefante'), ('garrafa', 'garrafas', 'olhos', 'olho'), ('garrafa', 'garrafas', 'dedos', 'dedo'), ('garrafa', 'garrafas', 'cabras', 'cabra'), ('garrafa', 'garrafas', 'mãos', 'mão'), ('garrafa', 'garrafas', 'cavalos', 'cavalo'), ('garrafa', 'garrafas', 'máquinas', 'máquina'), ('garrafa', 'garrafas', 'homens', 'homem'), ('garrafa', 'garrafas', 'macacos', 'macaco'), ('garrafa', 'garrafas', 'ratos', 'rato'), ('garrafa', 'garrafas', 'cebolas', 'cebola'), ('garrafa', 'garrafas', 'porcos', 'porco'), ('garrafa', 'garrafas', 'estradas', 'estrada'), ('garrafa', 'garrafas', 'mulheres', 'mulher'), ('garrafa', 'garrafas', 'bananas', 'banana'), ('garrafa', 'garrafas', 'pássaros', 'pássaro'), ('edifício', 'edifícios', 'carros', 'carro'), ('edifício', 'edifícios', 'gatos', 'gato'), ('edifício', 'edifícios', 'crianças', 'criança'), ('edifício', 'edifícios', 'nuvens', 'nuvem'), ('edifício', 'edifícios', 'cores', 'cor'), ('edifício', 'edifícios', 'computadores', 'computador'), ('edifício', 'edifícios', 'vacas', 'vaca'), ('edifício', 'edifícios', 'cães', 'cão'), ('edifício', 'edifícios', 'burros', 'burro'), ('edifício', 'edifícios', 'sonhos', 'sonho'), ('edifício', 'edifícios', 'águias', 'águia'), ('edifício', 'edifícios', 'elefantes', 'elefante'), ('edifício', 'edifícios', 'olhos', 'olho'), ('edifício', 'edifícios', 'dedos', 'dedo'), ('edifício', 'edifícios', 'mãos', 'mão'), ('edifício', 'edifícios', 'cavalos', 'cavalo'), ('edifício', 'edifícios', 'máquinas', 'máquina'), ('edifício', 'edifícios', 'homens', 'homem'), ('edifício', 'edifícios', 'macacos', 'macaco'), ('edifício', 'edifícios', 'ratos', 'rato'), ('edifício', 'edifícios', 'porcos', 'porco'), ('edifício', 'edifícios', 'estradas', 'estrada'), ('edifício', 'edifícios', 'mulheres', 'mulher'), ('edifício', 'edifícios', 'bananas', 'banana'), ('edifício', 'edifícios', 'pássaros', 'pássaro'), ('edifício', 'edifícios', 'garrafas', 'garrafa'), ('carro', 'carros', 'gatos', 'gato'), ('carro', 'carros', 'crianças', 'criança'), ('carro', 'carros', 'nuvens', 'nuvem'), ('carro', 'carros', 'cores', 'cor'), ('carro', 'carros', 'computadores', 'computador'), ('carro', 'carros', 'vacas', 'vaca'), ('carro', 'carros', 'cães', 'cão'), ('carro', 'carros', 'burros', 'burro'), ('carro', 'carros', 'sonhos', 'sonho'), ('carro', 'carros', 'elefantes', 'elefante'), ('carro', 'carros', 'dedos', 'dedo'), ('carro', 'carros', 'cabras', 'cabra'), ('carro', 'carros', 'mãos', 'mão'), ('carro', 'carros', 'cavalos', 'cavalo'), ('carro', 'carros', 'máquinas', 'máquina'), ('carro', 'carros', 'homens', 'homem'), ('carro', 'carros', 'macacos', 'macaco'), ('carro', 'carros', 'ratos', 'rato'), ('carro', 'carros', 'porcos', 'porco'), ('carro', 'carros', 'estradas', 'estrada'), ('carro', 'carros', 'mulheres', 'mulher'), ('carro', 'carros', 'bananas', 'banana'), ('carro', 'carros', 'pássaros', 'pássaro'), ('carro', 'carros', 'garrafas', 'garrafa'), ('carro', 'carros', 'edifícios', 'edifício'), ('gato', 'gatos', 'crianças', 'criança'), ('gato', 'gatos', 'nuvens', 'nuvem'), ('gato', 'gatos', 'cores', 'cor'), ('gato', 'gatos', 'computadores', 'computador'), ('gato', 'gatos', 'vacas', 'vaca'), ('gato', 'gatos', 'cães', 'cão'), ('gato', 'gatos', 'dólares', 'dólar'), ('gato', 'gatos', 'burros', 'burro'), ('gato', 'gatos', 'sonhos', 'sonho'), ('gato', 'gatos', 'elefantes', 'elefante'), ('gato', 'gatos', 'olhos', 'olho'), ('gato', 'gatos', 'dedos', 'dedo'), ('gato', 'gatos', 'mãos', 'mão'), ('gato', 'gatos', 'cavalos', 'cavalo'), ('gato', 'gatos', 'máquinas', 'máquina'), ('gato', 'gatos', 'homens', 'homem'), ('gato', 'gatos', 'macacos', 'macaco'), ('gato', 'gatos', 'ratos', 'rato'), ('gato', 'gatos', 'porcos', 'porco'), ('gato', 'gatos', 'estradas', 'estrada'), ('gato', 'gatos', 'mulheres', 'mulher'), ('gato', 'gatos', 'bananas', 'banana'), ('gato', 'gatos', 'pássaros', 'pássaro'), ('gato', 'gatos', 'garrafas', 'garrafa'), ('gato', 'gatos', 'edifícios', 'edifício'), ('gato', 'gatos', 'carros', 'carro'), ('criança', 'crianças', 'nuvens', 'nuvem'), ('criança', 'crianças', 'cores', 'cor'), ('criança', 'crianças', 'computadores', 'computador'), ('criança', 'crianças', 'vacas', 'vaca'), ('criança', 'crianças', 'cães', 'cão'), ('criança', 'crianças', 'burros', 'burro'), ('criança', 'crianças', 'sonhos', 'sonho'), ('criança', 'crianças', 'elefantes', 'elefante'), ('criança', 'crianças', 'dedos', 'dedo'), ('criança', 'crianças', 'cabras', 'cabra'), ('criança', 'crianças', 'mãos', 'mão'), ('criança', 'crianças', 'cavalos', 'cavalo'), ('criança', 'crianças', 'máquinas', 'máquina'), ('criança', 'crianças', 'homens', 'homem'), ('criança', 'crianças', 'macacos', 'macaco'), ('criança', 'crianças', 'ratos', 'rato'), ('criança', 'crianças', 'cebolas', 'cebola'), ('criança', 'crianças', 'porcos', 'porco'), ('criança', 'crianças', 'ratazanas', 'ratazana'), ('criança', 'crianças', 'estradas', 'estrada'), ('criança', 'crianças', 'mulheres', 'mulher'), ('criança', 'crianças', 'bananas', 'banana'), ('criança', 'crianças', 'pássaros', 'pássaro'), ('criança', 'crianças', 'garrafas', 'garrafa'), ('criança', 'crianças', 'edifícios', 'edifício'), ('criança', 'crianças', 'carros', 'carro'), ('criança', 'crianças', 'gatos', 'gato'), ('nuvem', 'nuvens', 'cores', 'cor'), ('nuvem', 'nuvens', 'computadores', 'computador'), ('nuvem', 'nuvens', 'vacas', 'vaca'), ('nuvem', 'nuvens', 'cães', 'cão'), ('nuvem', 'nuvens', 'sonhos', 'sonho'), ('nuvem', 'nuvens', 'dedos', 'dedo'), ('nuvem', 'nuvens', 'cabras', 'cabra'), ('nuvem', 'nuvens', 'mãos', 'mão'), ('nuvem', 'nuvens', 'cavalos', 'cavalo'), ('nuvem', 'nuvens', 'máquinas', 'máquina'), ('nuvem', 'nuvens', 'homens', 'homem'), ('nuvem', 'nuvens', 'macacos', 'macaco'), ('nuvem', 'nuvens', 'ratos', 'rato'), ('nuvem', 'nuvens', 'porcos', 'porco'), ('nuvem', 'nuvens', 'ratazanas', 'ratazana'), ('nuvem', 'nuvens', 'estradas', 'estrada'), ('nuvem', 'nuvens', 'mulheres', 'mulher'), ('nuvem', 'nuvens', 'bananas', 'banana'), ('nuvem', 'nuvens', 'pássaros', 'pássaro'), ('nuvem', 'nuvens', 'garrafas', 'garrafa'), ('nuvem', 'nuvens', 'edifícios', 'edifício'), ('nuvem', 'nuvens', 'carros', 'carro'), ('nuvem', 'nuvens', 'crianças', 'criança'), ('cor', 'cores', 'computadores', 'computador'), ('cor', 'cores', 'vacas', 'vaca'), ('cor', 'cores', 'cães', 'cão'), ('cor', 'cores', 'sonhos', 'sonho'), ('cor', 'cores', 'dedos', 'dedo'), ('cor', 'cores', 'mãos', 'mão'), ('cor', 'cores', 'cavalos', 'cavalo'), ('cor', 'cores', 'máquinas', 'máquina'), ('cor', 'cores', 'homens', 'homem'), ('cor', 'cores', 'estradas', 'estrada'), ('cor', 'cores', 'mulheres', 'mulher'), ('cor', 'cores', 'bananas', 'banana'), ('cor', 'cores', 'pássaros', 'pássaro'), ('cor', 'cores', 'garrafas', 'garrafa'), ('cor', 'cores', 'edifícios', 'edifício'), ('cor', 'cores', 'carros', 'carro'), ('cor', 'cores', 'gatos', 'gato'), ('cor', 'cores', 'crianças', 'criança'), ('cor', 'cores', 'nuvens', 'nuvem'), ('computador', 'computadores', 'vacas', 'vaca'), ('computador', 'computadores', 'cães', 'cão'), ('computador', 'computadores', 'burros', 'burro'), ('computador', 'computadores', 'sonhos', 'sonho'), ('computador', 'computadores', 'elefantes', 'elefante'), ('computador', 'computadores', 'olhos', 'olho'), ('computador', 'computadores', 'dedos', 'dedo'), ('computador', 'computadores', 'cabras', 'cabra'), ('computador', 'computadores', 'mãos', 'mão'), ('computador', 'computadores', 'cavalos', 'cavalo'), ('computador', 'computadores', 'máquinas', 'máquina'), ('computador', 'computadores', 'homens', 'homem'), ('computador', 'computadores', 'macacos', 'macaco'), ('computador', 'computadores', 'ratos', 'rato'), ('computador', 'computadores', 'porcos', 'porco'), ('computador', 'computadores', 'estradas', 'estrada'), ('computador', 'computadores', 'mulheres', 'mulher'), ('computador', 'computadores', 'bananas', 'banana'), ('computador', 'computadores', 'pássaros', 'pássaro'), ('computador', 'computadores', 'garrafas', 'garrafa'), ('computador', 'computadores', 'edifícios', 'edifício'), ('computador', 'computadores', 'carros', 'carro'), ('computador', 'computadores', 'gatos', 'gato'), ('computador', 'computadores', 'crianças', 'criança'), ('computador', 'computadores', 'cores', 'cor'), ('vaca', 'vacas', 'cães', 'cão'), ('vaca', 'vacas', 'burros', 'burro'), ('vaca', 'vacas', 'sonhos', 'sonho'), ('vaca', 'vacas', 'águias', 'águia'), ('vaca', 'vacas', 'elefantes', 'elefante'), ('vaca', 'vacas', 'dedos', 'dedo'), ('vaca', 'vacas', 'cabras', 'cabra'), ('vaca', 'vacas', 'mãos', 'mão'), ('vaca', 'vacas', 'cavalos', 'cavalo'), ('vaca', 'vacas', 'máquinas', 'máquina'), ('vaca', 'vacas', 'homens', 'homem'), ('vaca', 'vacas', 'macacos', 'macaco'), ('vaca', 'vacas', 'ratos', 'rato'), ('vaca', 'vacas', 'cebolas', 'cebola'), ('vaca', 'vacas', 'porcos', 'porco'), ('vaca', 'vacas', 'estradas', 'estrada'), ('vaca', 'vacas', 'mulheres', 'mulher'), ('vaca', 'vacas', 'bananas', 'banana'), ('vaca', 'vacas', 'pássaros', 'pássaro'), ('vaca', 'vacas', 'garrafas', 'garrafa'), ('vaca', 'vacas', 'edifícios', 'edifício'), ('vaca', 'vacas', 'carros', 'carro'), ('vaca', 'vacas', 'gatos', 'gato'), ('vaca', 'vacas', 'crianças', 'criança'), ('vaca', 'vacas', 'nuvens', 'nuvem'), ('vaca', 'vacas', 'cores', 'cor'), ('vaca', 'vacas', 'computadores', 'computador'), ('cão', 'cães', 'burros', 'burro'), ('cão', 'cães', 'sonhos', 'sonho'), ('cão', 'cães', 'elefantes', 'elefante'), ('cão', 'cães', 'olhos', 'olho'), ('cão', 'cães', 'dedos', 'dedo'), ('cão', 'cães', 'cabras', 'cabra'), ('cão', 'cães', 'mãos', 'mão'), ('cão', 'cães', 'cavalos', 'cavalo'), ('cão', 'cães', 'máquinas', 'máquina'), ('cão', 'cães', 'homens', 'homem'), ('cão', 'cães', 'melões', 'melão'), ('cão', 'cães', 'macacos', 'macaco'), ('cão', 'cães', 'ratos', 'rato'), ('cão', 'cães', 'porcos', 'porco'), ('cão', 'cães', 'estradas', 'estrada'), ('cão', 'cães', 'mulheres', 'mulher'), ('cão', 'cães', 'bananas', 'banana'), ('cão', 'cães', 'pássaros', 'pássaro'), ('cão', 'cães', 'garrafas', 'garrafa'), ('cão', 'cães', 'edifícios', 'edifício'), ('cão', 'cães', 'carros', 'carro'), ('cão', 'cães', 'gatos', 'gato'), ('cão', 'cães', 'crianças', 'criança'), ('cão', 'cães', 'nuvens', 'nuvem'), ('cão', 'cães', 'cores', 'cor'), ('cão', 'cães', 'computadores', 'computador'), ('cão', 'cães', 'vacas', 'vaca'), ('dólar', 'dólares', 'sonhos', 'sonho'), ('dólar', 'dólares', 'olhos', 'olho'), ('dólar', 'dólares', 'dedos', 'dedo'), ('dólar', 'dólares', 'mãos', 'mão'), ('dólar', 'dólares', 'cavalos', 'cavalo'), ('dólar', 'dólares', 'estradas', 'estrada'), ('dólar', 'dólares', 'bananas', 'banana'), ('dólar', 'dólares', 'garrafas', 'garrafa'), ('dólar', 'dólares', 'edifícios', 'edifício'), ('dólar', 'dólares', 'carros', 'carro'), ('dólar', 'dólares', 'gatos', 'gato'), ('dólar', 'dólares', 'crianças', 'criança'), ('dólar', 'dólares', 'cores', 'cor'), ('dólar', 'dólares', 'computadores', 'computador'), ('dólar', 'dólares', 'cães', 'cão'), ('burro', 'burros', 'sonhos', 'sonho'), ('burro', 'burros', 'águias', 'águia'), ('burro', 'burros', 'elefantes', 'elefante'), ('burro', 'burros', 'olhos', 'olho'), ('burro', 'burros', 'dedos', 'dedo'), ('burro', 'burros', 'cabras', 'cabra'), ('burro', 'burros', 'mãos', 'mão'), ('burro', 'burros', 'cavalos', 'cavalo'), ('burro', 'burros', 'leões', 'leão'), ('burro', 'burros', 'máquinas', 'máquina'), ('burro', 'burros', 'homens', 'homem'), ('burro', 'burros', 'macacos', 'macaco'), ('burro', 'burros', 'ratos', 'rato'), ('burro', 'burros', 'porcos', 'porco'), ('burro', 'burros', 'estradas', 'estrada'), ('burro', 'burros', 'mulheres', 'mulher'), ('burro', 'burros', 'bananas', 'banana'), ('burro', 'burros', 'pássaros', 'pássaro'), ('burro', 'burros', 'garrafas', 'garrafa'), ('burro', 'burros', 'edifícios', 'edifício'), ('burro', 'burros', 'carros', 'carro'), ('burro', 'burros', 'gatos', 'gato'), ('burro', 'burros', 'crianças', 'criança'), ('burro', 'burros', 'cores', 'cor'), ('burro', 'burros', 'computadores', 'computador'), ('burro', 'burros', 'vacas', 'vaca'), ('burro', 'burros', 'cães', 'cão'), ('sonho', 'sonhos', 'elefantes', 'elefante'), ('sonho', 'sonhos', 'olhos', 'olho'), ('sonho', 'sonhos', 'dedos', 'dedo'), ('sonho', 'sonhos', 'cabras', 'cabra'), ('sonho', 'sonhos', 'mãos', 'mão'), ('sonho', 'sonhos', 'cavalos', 'cavalo'), ('sonho', 'sonhos', 'máquinas', 'máquina'), ('sonho', 'sonhos', 'homens', 'homem'), ('sonho', 'sonhos', 'macacos', 'macaco'), ('sonho', 'sonhos', 'ratos', 'rato'), ('sonho', 'sonhos', 'porcos', 'porco'), ('sonho', 'sonhos', 'estradas', 'estrada'), ('sonho', 'sonhos', 'mulheres', 'mulher'), ('sonho', 'sonhos', 'bananas', 'banana'), ('sonho', 'sonhos', 'pássaros', 'pássaro'), ('sonho', 'sonhos', 'garrafas', 'garrafa'), ('sonho', 'sonhos', 'edifícios', 'edifício'), ('sonho', 'sonhos', 'carros', 'carro'), ('sonho', 'sonhos', 'gatos', 'gato'), ('sonho', 'sonhos', 'crianças', 'criança'), ('sonho', 'sonhos', 'nuvens', 'nuvem'), ('sonho', 'sonhos', 'cores', 'cor'), ('sonho', 'sonhos', 'computadores', 'computador'), ('sonho', 'sonhos', 'vacas', 'vaca'), ('sonho', 'sonhos', 'cães', 'cão'), ('sonho', 'sonhos', 'burros', 'burro'), ('águia', 'águias', 'elefantes', 'elefante'), ('águia', 'águias', 'olhos', 'olho'), ('águia', 'águias', 'dedos', 'dedo'), ('águia', 'águias', 'cabras', 'cabra'), ('águia', 'águias', 'mãos', 'mão'), ('águia', 'águias', 'cavalos', 'cavalo'), ('águia', 'águias', 'leões', 'leão'), ('águia', 'águias', 'máquinas', 'máquina'), ('águia', 'águias', 'mangas', 'manga'), ('águia', 'águias', 'homens', 'homem'), ('águia', 'águias', 'macacos', 'macaco'), ('águia', 'águias', 'ratos', 'rato'), ('águia', 'águias', 'porcos', 'porco'), ('águia', 'águias', 'ratazanas', 'ratazana'), ('águia', 'águias', 'estradas', 'estrada'), ('águia', 'águias', 'mulheres', 'mulher'), ('águia', 'águias', 'bananas', 'banana'), ('águia', 'águias', 'pássaros', 'pássaro'), ('águia', 'águias', 'garrafas', 'garrafa'), ('águia', 'águias', 'edifícios', 'edifício'), ('águia', 'águias', 'carros', 'carro'), ('águia', 'águias', 'gatos', 'gato'), ('águia', 'águias', 'crianças', 'criança'), ('águia', 'águias', 'nuvens', 'nuvem'), ('águia', 'águias', 'cores', 'cor'), ('águia', 'águias', 'computadores', 'computador'), ('águia', 'águias', 'vacas', 'vaca'), ('águia', 'águias', 'cães', 'cão'), ('águia', 'águias', 'burros', 'burro'), ('águia', 'águias', 'sonhos', 'sonho'), ('elefante', 'elefantes', 'olhos', 'olho'), ('elefante', 'elefantes', 'dedos', 'dedo'), ('elefante', 'elefantes', 'cabras', 'cabra'), ('elefante', 'elefantes', 'mãos', 'mão'), ('elefante', 'elefantes', 'cavalos', 'cavalo'), ('elefante', 'elefantes', 'leões', 'leão'), ('elefante', 'elefantes', 'máquinas', 'máquina'), ('elefante', 'elefantes', 'homens', 'homem'), ('elefante', 'elefantes', 'melões', 'melão'), ('elefante', 'elefantes', 'macacos', 'macaco'), ('elefante', 'elefantes', 'ratos', 'rato'), ('elefante', 'elefantes', 'porcos', 'porco'), ('elefante', 'elefantes', 'estradas', 'estrada'), ('elefante', 'elefantes', 'mulheres', 'mulher'), ('elefante', 'elefantes', 'bananas', 'banana'), ('elefante', 'elefantes', 'pássaros', 'pássaro'), ('elefante', 'elefantes', 'garrafas', 'garrafa'), ('elefante', 'elefantes', 'edifícios', 'edifício'), ('elefante', 'elefantes', 'carros', 'carro'), ('elefante', 'elefantes', 'gatos', 'gato'), ('elefante', 'elefantes', 'crianças', 'criança'), ('elefante', 'elefantes', 'nuvens', 'nuvem'), ('elefante', 'elefantes', 'cores', 'cor'), ('elefante', 'elefantes', 'computadores', 'computador'), ('elefante', 'elefantes', 'vacas', 'vaca'), ('elefante', 'elefantes', 'cães', 'cão'), ('elefante', 'elefantes', 'burros', 'burro'), ('elefante', 'elefantes', 'sonhos', 'sonho'), ('elefante', 'elefantes', 'águias', 'águia'), ('olho', 'olhos', 'dedos', 'dedo'), ('olho', 'olhos', 'mãos', 'mão'), ('olho', 'olhos', 'cavalos', 'cavalo'), ('olho', 'olhos', 'máquinas', 'máquina'), ('olho', 'olhos', 'mangas', 'manga'), ('olho', 'olhos', 'homens', 'homem'), ('olho', 'olhos', 'macacos', 'macaco'), ('olho', 'olhos', 'porcos', 'porco'), ('olho', 'olhos', 'estradas', 'estrada'), ('olho', 'olhos', 'bananas', 'banana'), ('olho', 'olhos', 'pássaros', 'pássaro'), ('olho', 'olhos', 'garrafas', 'garrafa'), ('olho', 'olhos', 'edifícios', 'edifício'), ('olho', 'olhos', 'carros', 'carro'), ('olho', 'olhos', 'gatos', 'gato'), ('olho', 'olhos', 'crianças', 'criança'), ('olho', 'olhos', 'cores', 'cor'), ('olho', 'olhos', 'computadores', 'computador'), ('olho', 'olhos', 'cães', 'cão'), ('olho', 'olhos', 'burros', 'burro'), ('olho', 'olhos', 'sonhos', 'sonho'), ('olho', 'olhos', 'elefantes', 'elefante'), ('dedo', 'dedos', 'mãos', 'mão'), ('dedo', 'dedos', 'cavalos', 'cavalo'), ('dedo', 'dedos', 'máquinas', 'máquina'), ('dedo', 'dedos', 'homens', 'homem'), ('dedo', 'dedos', 'macacos', 'macaco'), ('dedo', 'dedos', 'ratos', 'rato'), ('dedo', 'dedos', 'porcos', 'porco'), ('dedo', 'dedos', 'estradas', 'estrada'), ('dedo', 'dedos', 'mulheres', 'mulher'), ('dedo', 'dedos', 'bananas', 'banana'), ('dedo', 'dedos', 'pássaros', 'pássaro'), ('dedo', 'dedos', 'garrafas', 'garrafa'), ('dedo', 'dedos', 'edifícios', 'edifício'), ('dedo', 'dedos', 'carros', 'carro'), ('dedo', 'dedos', 'gatos', 'gato'), ('dedo', 'dedos', 'crianças', 'criança'), ('dedo', 'dedos', 'nuvens', 'nuvem'), ('dedo', 'dedos', 'cores', 'cor'), ('dedo', 'dedos', 'computadores', 'computador'), ('dedo', 'dedos', 'vacas', 'vaca'), ('dedo', 'dedos', 'cães', 'cão'), ('dedo', 'dedos', 'burros', 'burro'), ('dedo', 'dedos', 'sonhos', 'sonho'), ('dedo', 'dedos', 'elefantes', 'elefante'), ('dedo', 'dedos', 'olhos', 'olho'), ('cabra', 'cabras', 'mãos', 'mão'), ('cabra', 'cabras', 'cavalos', 'cavalo'), ('cabra', 'cabras', 'máquinas', 'máquina'), ('cabra', 'cabras', 'homens', 'homem'), ('cabra', 'cabras', 'macacos', 'macaco'), ('cabra', 'cabras', 'ratos', 'rato'), ('cabra', 'cabras', 'porcos', 'porco'), ('cabra', 'cabras', 'estradas', 'estrada'), ('cabra', 'cabras', 'mulheres', 'mulher'), ('cabra', 'cabras', 'bananas', 'banana'), ('cabra', 'cabras', 'pássaros', 'pássaro'), ('cabra', 'cabras', 'garrafas', 'garrafa'), ('cabra', 'cabras', 'edifícios', 'edifício'), ('cabra', 'cabras', 'carros', 'carro'), ('cabra', 'cabras', 'gatos', 'gato'), ('cabra', 'cabras', 'crianças', 'criança'), ('cabra', 'cabras', 'nuvens', 'nuvem'), ('cabra', 'cabras', 'cores', 'cor'), ('cabra', 'cabras', 'computadores', 'computador'), ('cabra', 'cabras', 'vacas', 'vaca'), ('cabra', 'cabras', 'cães', 'cão'), ('cabra', 'cabras', 'burros', 'burro'), ('cabra', 'cabras', 'sonhos', 'sonho'), ('cabra', 'cabras', 'águias', 'águia'), ('cabra', 'cabras', 'elefantes', 'elefante'), ('cabra', 'cabras', 'dedos', 'dedo'), ('mão', 'mãos', 'cavalos', 'cavalo'), ('mão', 'mãos', 'máquinas', 'máquina'), ('mão', 'mãos', 'mangas', 'manga'), ('mão', 'mãos', 'homens', 'homem'), ('mão', 'mãos', 'porcos', 'porco'), ('mão', 'mãos', 'estradas', 'estrada'), ('mão', 'mãos', 'mulheres', 'mulher'), ('mão', 'mãos', 'bananas', 'banana'), ('mão', 'mãos', 'pássaros', 'pássaro'), ('mão', 'mãos', 'garrafas', 'garrafa'), ('mão', 'mãos', 'edifícios', 'edifício'), ('mão', 'mãos', 'carros', 'carro'), ('mão', 'mãos', 'crianças', 'criança'), ('mão', 'mãos', 'nuvens', 'nuvem'), ('mão', 'mãos', 'cores', 'cor'), ('mão', 'mãos', 'computadores', 'computador'), ('mão', 'mãos', 'vacas', 'vaca'), ('mão', 'mãos', 'cães', 'cão'), ('mão', 'mãos', 'burros', 'burro'), ('mão', 'mãos', 'sonhos', 'sonho'), ('mão', 'mãos', 'olhos', 'olho'), ('mão', 'mãos', 'dedos', 'dedo'), ('mão', 'mãos', 'cabras', 'cabra'), ('cavalo', 'cavalos', 'leões', 'leão'), ('cavalo', 'cavalos', 'máquinas', 'máquina'), ('cavalo', 'cavalos', 'homens', 'homem'), ('cavalo', 'cavalos', 'macacos', 'macaco'), ('cavalo', 'cavalos', 'ratos', 'rato'), ('cavalo', 'cavalos', 'porcos', 'porco'), ('cavalo', 'cavalos', 'estradas', 'estrada'), ('cavalo', 'cavalos', 'mulheres', 'mulher'), ('cavalo', 'cavalos', 'bananas', 'banana'), ('cavalo', 'cavalos', 'pássaros', 'pássaro'), ('cavalo', 'cavalos', 'garrafas', 'garrafa'), ('cavalo', 'cavalos', 'edifícios', 'edifício'), ('cavalo', 'cavalos', 'carros', 'carro'), ('cavalo', 'cavalos', 'gatos', 'gato'), ('cavalo', 'cavalos', 'crianças', 'criança'), ('cavalo', 'cavalos', 'nuvens', 'nuvem'), ('cavalo', 'cavalos', 'cores', 'cor'), ('cavalo', 'cavalos', 'computadores', 'computador'), ('cavalo', 'cavalos', 'vacas', 'vaca'), ('cavalo', 'cavalos', 'cães', 'cão'), ('cavalo', 'cavalos', 'burros', 'burro'), ('cavalo', 'cavalos', 'sonhos', 'sonho'), ('cavalo', 'cavalos', 'águias', 'águia'), ('cavalo', 'cavalos', 'elefantes', 'elefante'), ('cavalo', 'cavalos', 'olhos', 'olho'), ('cavalo', 'cavalos', 'dedos', 'dedo'), ('cavalo', 'cavalos', 'cabras', 'cabra'), ('cavalo', 'cavalos', 'mãos', 'mão'), ('leão', 'leões', 'máquinas', 'máquina'), ('leão', 'leões', 'mangas', 'manga'), ('leão', 'leões', 'homens', 'homem'), ('leão', 'leões', 'macacos', 'macaco'), ('leão', 'leões', 'ratos', 'rato'), ('leão', 'leões', 'porcos', 'porco'), ('leão', 'leões', 'mulheres', 'mulher'), ('leão', 'leões', 'bananas', 'banana'), ('leão', 'leões', 'pássaros', 'pássaro'), ('leão', 'leões', 'garrafas', 'garrafa'), ('leão', 'leões', 'edifícios', 'edifício'), ('leão', 'leões', 'carros', 'carro'), ('leão', 'leões', 'gatos', 'gato'), ('leão', 'leões', 'crianças', 'criança'), ('leão', 'leões', 'nuvens', 'nuvem'), ('leão', 'leões', 'cores', 'cor'), ('leão', 'leões', 'computadores', 'computador'), ('leão', 'leões', 'vacas', 'vaca'), ('leão', 'leões', 'cães', 'cão'), ('leão', 'leões', 'burros', 'burro'), ('leão', 'leões', 'sonhos', 'sonho'), ('leão', 'leões', 'águias', 'águia'), ('leão', 'leões', 'elefantes', 'elefante'), ('leão', 'leões', 'olhos', 'olho'), ('leão', 'leões', 'dedos', 'dedo'), ('leão', 'leões', 'cabras', 'cabra'), ('leão', 'leões', 'mãos', 'mão'), ('leão', 'leões', 'cavalos', 'cavalo'), ('máquina', 'máquinas', 'homens', 'homem'), ('máquina', 'máquinas', 'macacos', 'macaco'), ('máquina', 'máquinas', 'ratos', 'rato'), ('máquina', 'máquinas', 'porcos', 'porco'), ('máquina', 'máquinas', 'estradas', 'estrada'), ('máquina', 'máquinas', 'mulheres', 'mulher'), ('máquina', 'máquinas', 'bananas', 'banana'), ('máquina', 'máquinas', 'pássaros', 'pássaro'), ('máquina', 'máquinas', 'garrafas', 'garrafa'), ('máquina', 'máquinas', 'edifícios', 'edifício'), ('máquina', 'máquinas', 'carros', 'carro'), ('máquina', 'máquinas', 'gatos', 'gato'), ('máquina', 'máquinas', 'crianças', 'criança'), ('máquina', 'máquinas', 'nuvens', 'nuvem'), ('máquina', 'máquinas', 'cores', 'cor'), ('máquina', 'máquinas', 'computadores', 'computador'), ('máquina', 'máquinas', 'vacas', 'vaca'), ('máquina', 'máquinas', 'cães', 'cão'), ('máquina', 'máquinas', 'burros', 'burro'), ('máquina', 'máquinas', 'sonhos', 'sonho'), ('máquina', 'máquinas', 'elefantes', 'elefante'), ('máquina', 'máquinas', 'olhos', 'olho'), ('máquina', 'máquinas', 'dedos', 'dedo'), ('máquina', 'máquinas', 'cabras', 'cabra'), ('máquina', 'máquinas', 'mãos', 'mão'), ('máquina', 'máquinas', 'cavalos', 'cavalo'), ('manga', 'mangas', 'homens', 'homem'), ('manga', 'mangas', 'melões', 'melão'), ('manga', 'mangas', 'macacos', 'macaco'), ('manga', 'mangas', 'ratos', 'rato'), ('manga', 'mangas', 'cebolas', 'cebola'), ('manga', 'mangas', 'estradas', 'estrada'), ('manga', 'mangas', 'mulheres', 'mulher'), ('manga', 'mangas', 'bananas', 'banana'), ('manga', 'mangas', 'garrafas', 'garrafa'), ('manga', 'mangas', 'edifícios', 'edifício'), ('manga', 'mangas', 'carros', 'carro'), ('manga', 'mangas', 'gatos', 'gato'), ('manga', 'mangas', 'crianças', 'criança'), ('manga', 'mangas', 'nuvens', 'nuvem'), ('manga', 'mangas', 'cores', 'cor'), ('manga', 'mangas', 'computadores', 'computador'), ('manga', 'mangas', 'vacas', 'vaca'), ('manga', 'mangas', 'cães', 'cão'), ('manga', 'mangas', 'sonhos', 'sonho'), ('manga', 'mangas', 'elefantes', 'elefante'), ('manga', 'mangas', 'olhos', 'olho'), ('manga', 'mangas', 'dedos', 'dedo'), ('manga', 'mangas', 'mãos', 'mão'), ('manga', 'mangas', 'cavalos', 'cavalo'), ('manga', 'mangas', 'máquinas', 'máquina'), ('homem', 'homens', 'macacos', 'macaco'), ('homem', 'homens', 'ratos', 'rato'), ('homem', 'homens', 'porcos', 'porco'), ('homem', 'homens', 'estradas', 'estrada'), ('homem', 'homens', 'mulheres', 'mulher'), ('homem', 'homens', 'bananas', 'banana'), ('homem', 'homens', 'pássaros', 'pássaro'), ('homem', 'homens', 'garrafas', 'garrafa'), ('homem', 'homens', 'edifícios', 'edifício'), ('homem', 'homens', 'carros', 'carro'), ('homem', 'homens', 'gatos', 'gato'), ('homem', 'homens', 'crianças', 'criança'), ('homem', 'homens', 'nuvens', 'nuvem'), ('homem', 'homens', 'cores', 'cor'), ('homem', 'homens', 'computadores', 'computador'), ('homem', 'homens', 'vacas', 'vaca'), ('homem', 'homens', 'cães', 'cão'), ('homem', 'homens', 'burros', 'burro'), ('homem', 'homens', 'sonhos', 'sonho'), ('homem', 'homens', 'elefantes', 'elefante'), ('homem', 'homens', 'olhos', 'olho'), ('homem', 'homens', 'dedos', 'dedo'), ('homem', 'homens', 'cabras', 'cabra'), ('homem', 'homens', 'mãos', 'mão'), ('homem', 'homens', 'cavalos', 'cavalo'), ('homem', 'homens', 'máquinas', 'máquina'), ('melão', 'melões', 'macacos', 'macaco'), ('melão', 'melões', 'ratos', 'rato'), ('melão', 'melões', 'cebolas', 'cebola'), ('melão', 'melões', 'porcos', 'porco'), ('melão', 'melões', 'ratazanas', 'ratazana'), ('melão', 'melões', 'estradas', 'estrada'), ('melão', 'melões', 'mulheres', 'mulher'), ('melão', 'melões', 'bananas', 'banana'), ('melão', 'melões', 'pássaros', 'pássaro'), ('melão', 'melões', 'garrafas', 'garrafa'), ('melão', 'melões', 'edifícios', 'edifício'), ('melão', 'melões', 'carros', 'carro'), ('melão', 'melões', 'gatos', 'gato'), ('melão', 'melões', 'crianças', 'criança'), ('melão', 'melões', 'cores', 'cor'), ('melão', 'melões', 'computadores', 'computador'), ('melão', 'melões', 'vacas', 'vaca'), ('melão', 'melões', 'cães', 'cão'), ('melão', 'melões', 'burros', 'burro'), ('melão', 'melões', 'sonhos', 'sonho'), ('melão', 'melões', 'águias', 'águia'), ('melão', 'melões', 'elefantes', 'elefante'), ('melão', 'melões', 'dedos', 'dedo'), ('melão', 'melões', 'cabras', 'cabra'), ('melão', 'melões', 'mãos', 'mão'), ('melão', 'melões', 'cavalos', 'cavalo'), ('melão', 'melões', 'máquinas', 'máquina'), ('melão', 'melões', 'mangas', 'manga'), ('melão', 'melões', 'homens', 'homem'), ('macaco', 'macacos', 'ratos', 'rato'), ('macaco', 'macacos', 'porcos', 'porco'), ('macaco', 'macacos', 'estradas', 'estrada'), ('macaco', 'macacos', 'mulheres', 'mulher'), ('macaco', 'macacos', 'bananas', 'banana'), ('macaco', 'macacos', 'pássaros', 'pássaro'), ('macaco', 'macacos', 'garrafas', 'garrafa'), ('macaco', 'macacos', 'edifícios', 'edifício'), ('macaco', 'macacos', 'carros', 'carro'), ('macaco', 'macacos', 'gatos', 'gato'), ('macaco', 'macacos', 'crianças', 'criança'), ('macaco', 'macacos', 'nuvens', 'nuvem'), ('macaco', 'macacos', 'cores', 'cor'), ('macaco', 'macacos', 'computadores', 'computador'), ('macaco', 'macacos', 'vacas', 'vaca'), ('macaco', 'macacos', 'cães', 'cão'), ('macaco', 'macacos', 'burros', 'burro'), ('macaco', 'macacos', 'sonhos', 'sonho'), ('macaco', 'macacos', 'águias', 'águia'), ('macaco', 'macacos', 'elefantes', 'elefante'), ('macaco', 'macacos', 'olhos', 'olho'), ('macaco', 'macacos', 'dedos', 'dedo'), ('macaco', 'macacos', 'cabras', 'cabra'), ('macaco', 'macacos', 'mãos', 'mão'), ('macaco', 'macacos', 'cavalos', 'cavalo'), ('macaco', 'macacos', 'máquinas', 'máquina'), ('macaco', 'macacos', 'homens', 'homem'), ('macaco', 'macacos', 'melões', 'melão'), ('rato', 'ratos', 'porcos', 'porco'), ('rato', 'ratos', 'ratazanas', 'ratazana'), ('rato', 'ratos', 'estradas', 'estrada'), ('rato', 'ratos', 'mulheres', 'mulher'), ('rato', 'ratos', 'bananas', 'banana'), ('rato', 'ratos', 'pássaros', 'pássaro'), ('rato', 'ratos', 'garrafas', 'garrafa'), ('rato', 'ratos', 'edifícios', 'edifício'), ('rato', 'ratos', 'carros', 'carro'), ('rato', 'ratos', 'gatos', 'gato'), ('rato', 'ratos', 'crianças', 'criança'), ('rato', 'ratos', 'nuvens', 'nuvem'), ('rato', 'ratos', 'cores', 'cor'), ('rato', 'ratos', 'computadores', 'computador'), ('rato', 'ratos', 'vacas', 'vaca'), ('rato', 'ratos', 'cães', 'cão'), ('rato', 'ratos', 'burros', 'burro'), ('rato', 'ratos', 'sonhos', 'sonho'), ('rato', 'ratos', 'elefantes', 'elefante'), ('rato', 'ratos', 'dedos', 'dedo'), ('rato', 'ratos', 'cabras', 'cabra'), ('rato', 'ratos', 'mãos', 'mão'), ('rato', 'ratos', 'cavalos', 'cavalo'), ('rato', 'ratos', 'máquinas', 'máquina'), ('rato', 'ratos', 'homens', 'homem'), ('rato', 'ratos', 'macacos', 'macaco'), ('cebola', 'cebolas', 'porcos', 'porco'), ('cebola', 'cebolas', 'ratazanas', 'ratazana'), ('cebola', 'cebolas', 'estradas', 'estrada'), ('cebola', 'cebolas', 'mulheres', 'mulher'), ('cebola', 'cebolas', 'bananas', 'banana'), ('cebola', 'cebolas', 'pássaros', 'pássaro'), ('cebola', 'cebolas', 'garrafas', 'garrafa'), ('cebola', 'cebolas', 'edifícios', 'edifício'), ('cebola', 'cebolas', 'carros', 'carro'), ('cebola', 'cebolas', 'gatos', 'gato'), ('cebola', 'cebolas', 'crianças', 'criança'), ('cebola', 'cebolas', 'nuvens', 'nuvem'), ('cebola', 'cebolas', 'cores', 'cor'), ('cebola', 'cebolas', 'computadores', 'computador'), ('cebola', 'cebolas', 'vacas', 'vaca'), ('cebola', 'cebolas', 'cães', 'cão'), ('cebola', 'cebolas', 'sonhos', 'sonho'), ('cebola', 'cebolas', 'águias', 'águia'), ('cebola', 'cebolas', 'olhos', 'olho'), ('cebola', 'cebolas', 'dedos', 'dedo'), ('cebola', 'cebolas', 'cabras', 'cabra'), ('cebola', 'cebolas', 'mãos', 'mão'), ('cebola', 'cebolas', 'cavalos', 'cavalo'), ('cebola', 'cebolas', 'máquinas', 'máquina'), ('cebola', 'cebolas', 'mangas', 'manga'), ('cebola', 'cebolas', 'homens', 'homem'), ('cebola', 'cebolas', 'macacos', 'macaco'), ('pêra', 'pêras', 'porcos', 'porco'), ('pêra', 'pêras', 'estradas', 'estrada'), ('pêra', 'pêras', 'mulheres', 'mulher'), ('pêra', 'pêras', 'bananas', 'banana'), ('pêra', 'pêras', 'pássaros', 'pássaro'), ('pêra', 'pêras', 'garrafas', 'garrafa'), ('pêra', 'pêras', 'edifícios', 'edifício'), ('pêra', 'pêras', 'carros', 'carro'), ('pêra', 'pêras', 'gatos', 'gato'), ('pêra', 'pêras', 'crianças', 'criança'), ('pêra', 'pêras', 'nuvens', 'nuvem'), ('pêra', 'pêras', 'cores', 'cor'), ('pêra', 'pêras', 'computadores', 'computador'), ('pêra', 'pêras', 'cães', 'cão'), ('pêra', 'pêras', 'sonhos', 'sonho'), ('pêra', 'pêras', 'dedos', 'dedo'), ('pêra', 'pêras', 'cabras', 'cabra'), ('pêra', 'pêras', 'mãos', 'mão'), ('pêra', 'pêras', 'cavalos', 'cavalo'), ('pêra', 'pêras', 'máquinas', 'máquina'), ('pêra', 'pêras', 'ratos', 'rato'), ('pêra', 'pêras', 'cebolas', 'cebola'), ('porco', 'porcos', 'ratazanas', 'ratazana'), ('porco', 'porcos', 'estradas', 'estrada'), ('porco', 'porcos', 'mulheres', 'mulher'), ('porco', 'porcos', 'bananas', 'banana'), ('porco', 'porcos', 'pássaros', 'pássaro'), ('porco', 'porcos', 'garrafas', 'garrafa'), ('porco', 'porcos', 'edifícios', 'edifício'), ('porco', 'porcos', 'carros', 'carro'), ('porco', 'porcos', 'gatos', 'gato'), ('porco', 'porcos', 'crianças', 'criança'), ('porco', 'porcos', 'nuvens', 'nuvem'), ('porco', 'porcos', 'cores', 'cor'), ('porco', 'porcos', 'computadores', 'computador'), ('porco', 'porcos', 'vacas', 'vaca'), ('porco', 'porcos', 'cães', 'cão'), ('porco', 'porcos', 'burros', 'burro'), ('porco', 'porcos', 'sonhos', 'sonho'), ('porco', 'porcos', 'elefantes', 'elefante'), ('porco', 'porcos', 'olhos', 'olho'), ('porco', 'porcos', 'dedos', 'dedo'), ('porco', 'porcos', 'cabras', 'cabra'), ('porco', 'porcos', 'mãos', 'mão'), ('porco', 'porcos', 'cavalos', 'cavalo'), ('porco', 'porcos', 'máquinas', 'máquina'), ('porco', 'porcos', 'homens', 'homem'), ('porco', 'porcos', 'macacos', 'macaco'), ('porco', 'porcos', 'ratos', 'rato'), ('porco', 'porcos', 'cebolas', 'cebola'), ('ratazana', 'ratazanas', 'estradas', 'estrada'), ('ratazana', 'ratazanas', 'mulheres', 'mulher'), ('ratazana', 'ratazanas', 'bananas', 'banana'), ('ratazana', 'ratazanas', 'pássaros', 'pássaro'), ('ratazana', 'ratazanas', 'garrafas', 'garrafa'), ('ratazana', 'ratazanas', 'edifícios', 'edifício'), ('ratazana', 'ratazanas', 'carros', 'carro'), ('ratazana', 'ratazanas', 'gatos', 'gato'), ('ratazana', 'ratazanas', 'crianças', 'criança'), ('ratazana', 'ratazanas', 'nuvens', 'nuvem'), ('ratazana', 'ratazanas', 'cores', 'cor'), ('ratazana', 'ratazanas', 'computadores', 'computador'), ('ratazana', 'ratazanas', 'vacas', 'vaca'), ('ratazana', 'ratazanas', 'cães', 'cão'), ('ratazana', 'ratazanas', 'burros', 'burro'), ('ratazana', 'ratazanas', 'sonhos', 'sonho'), ('ratazana', 'ratazanas', 'elefantes', 'elefante'), ('ratazana', 'ratazanas', 'dedos', 'dedo'), ('ratazana', 'ratazanas', 'mãos', 'mão'), ('ratazana', 'ratazanas', 'cavalos', 'cavalo'), ('ratazana', 'ratazanas', 'máquinas', 'máquina'), ('ratazana', 'ratazanas', 'homens', 'homem'), ('ratazana', 'ratazanas', 'melões', 'melão'), ('ratazana', 'ratazanas', 'macacos', 'macaco'), ('ratazana', 'ratazanas', 'ratos', 'rato'), ('ratazana', 'ratazanas', 'cebolas', 'cebola'), ('ratazana', 'ratazanas', 'porcos', 'porco'), ('estrada', 'estradas', 'mulheres', 'mulher'), ('estrada', 'estradas', 'bananas', 'banana'), ('estrada', 'estradas', 'garrafas', 'garrafa'), ('estrada', 'estradas', 'edifícios', 'edifício'), ('estrada', 'estradas', 'carros', 'carro'), ('estrada', 'estradas', 'gatos', 'gato'), ('estrada', 'estradas', 'crianças', 'criança'), ('estrada', 'estradas', 'nuvens', 'nuvem'), ('estrada', 'estradas', 'cores', 'cor'), ('estrada', 'estradas', 'computadores', 'computador'), ('estrada', 'estradas', 'vacas', 'vaca'), ('estrada', 'estradas', 'cães', 'cão'), ('estrada', 'estradas', 'sonhos', 'sonho'), ('estrada', 'estradas', 'elefantes', 'elefante'), ('estrada', 'estradas', 'dedos', 'dedo'), ('estrada', 'estradas', 'mãos', 'mão'), ('estrada', 'estradas', 'cavalos', 'cavalo'), ('estrada', 'estradas', 'máquinas', 'máquina'), ('estrada', 'estradas', 'mangas', 'manga'), ('estrada', 'estradas', 'homens', 'homem'), ('estrada', 'estradas', 'macacos', 'macaco'), ('estrada', 'estradas', 'ratos', 'rato'), ('cobra', 'cobras', 'mulheres', 'mulher'), ('cobra', 'cobras', 'bananas', 'banana'), ('cobra', 'cobras', 'pássaros', 'pássaro'), ('cobra', 'cobras', 'garrafas', 'garrafa'), ('cobra', 'cobras', 'edifícios', 'edifício'), ('cobra', 'cobras', 'carros', 'carro'), ('cobra', 'cobras', 'gatos', 'gato'), ('cobra', 'cobras', 'crianças', 'criança'), ('cobra', 'cobras', 'nuvens', 'nuvem'), ('cobra', 'cobras', 'cores', 'cor'), ('cobra', 'cobras', 'computadores', 'computador'), ('cobra', 'cobras', 'vacas', 'vaca'), ('cobra', 'cobras', 'cães', 'cão'), ('cobra', 'cobras', 'burros', 'burro'), ('cobra', 'cobras', 'sonhos', 'sonho'), ('cobra', 'cobras', 'elefantes', 'elefante'), ('cobra', 'cobras', 'olhos', 'olho'), ('cobra', 'cobras', 'dedos', 'dedo'), ('cobra', 'cobras', 'mãos', 'mão'), ('cobra', 'cobras', 'cavalos', 'cavalo'), ('cobra', 'cobras', 'máquinas', 'máquina'), ('cobra', 'cobras', 'mangas', 'manga'), ('cobra', 'cobras', 'homens', 'homem'), ('cobra', 'cobras', 'macacos', 'macaco'), ('cobra', 'cobras', 'ratos', 'rato'), ('cobra', 'cobras', 'porcos', 'porco'), ('cobra', 'cobras', 'estradas', 'estrada'), ('mulher', 'mulheres', 'bananas', 'banana'), ('mulher', 'mulheres', 'pássaros', 'pássaro'), ('mulher', 'mulheres', 'garrafas', 'garrafa'), ('mulher', 'mulheres', 'edifícios', 'edifício'), ('mulher', 'mulheres', 'carros', 'carro'), ('mulher', 'mulheres', 'gatos', 'gato'), ('mulher', 'mulheres', 'crianças', 'criança'), ('mulher', 'mulheres', 'nuvens', 'nuvem'), ('mulher', 'mulheres', 'cores', 'cor'), ('mulher', 'mulheres', 'computadores', 'computador'), ('mulher', 'mulheres', 'vacas', 'vaca'), ('mulher', 'mulheres', 'cães', 'cão'), ('mulher', 'mulheres', 'burros', 'burro'), ('mulher', 'mulheres', 'sonhos', 'sonho'), ('mulher', 'mulheres', 'águias', 'águia'), ('mulher', 'mulheres', 'elefantes', 'elefante'), ('mulher', 'mulheres', 'dedos', 'dedo'), ('mulher', 'mulheres', 'cabras', 'cabra'), ('mulher', 'mulheres', 'mãos', 'mão'), ('mulher', 'mulheres', 'cavalos', 'cavalo'), ('mulher', 'mulheres', 'máquinas', 'máquina'), ('mulher', 'mulheres', 'homens', 'homem'), ('mulher', 'mulheres', 'melões', 'melão'), ('mulher', 'mulheres', 'macacos', 'macaco'), ('mulher', 'mulheres', 'ratos', 'rato'), ('mulher', 'mulheres', 'cebolas', 'cebola'), ('mulher', 'mulheres', 'porcos', 'porco'), ('mulher', 'mulheres', 'ratazanas', 'ratazana'), ('mulher', 'mulheres', 'estradas', 'estrada')], 'incorrect': []}, {'section': '| gram9-plural-verbs', 'correct': [('diminuir', 'diminuem', 'descrevem', 'descrever'), ('diminuir', 'diminuem', 'comem', 'comer'), ('diminuir', 'diminuem', 'melhoram', 'melhorar'), ('diminuir', 'diminuem', 'estimam', 'estima'), ('diminuir', 'diminuem', 'geram', 'gerar'), ('diminuir', 'diminuem', 'implementam', 'implementar'), ('diminuir', 'diminuem', 'aumentam', 'aumentar'), ('diminuir', 'diminuem', 'ouvem', 'ouvir'), ('diminuir', 'diminuem', 'jogam', 'jogar'), ('diminuir', 'diminuem', 'fornecem', 'fornece'), ('diminuir', 'diminuem', 'dizem', 'dizer'), ('diminuir', 'diminuem', 'gritam', 'gritar'), ('diminuir', 'diminuem', 'procuram', 'procura'), ('diminuir', 'diminuem', 'cantam', 'cantar'), ('diminuir', 'diminuem', 'sentam', 'sentar'), ('diminuir', 'diminuem', 'falam', 'fala'), ('diminuir', 'diminuem', 'pensam', 'pensar'), ('diminuir', 'diminuem', 'desaparecem', 'desaparecer'), ('descrever', 'descrevem', 'comem', 'comer'), ('descrever', 'descrevem', 'melhoram', 'melhorar'), ('descrever', 'descrevem', 'estimam', 'estima'), ('descrever', 'descrevem', 'encontram', 'encontra'), ('descrever', 'descrevem', 'geram', 'gerar'), ('descrever', 'descrevem', 'vão', 'ir'), ('descrever', 'descrevem', 'implementam', 'implementar'), ('descrever', 'descrevem', 'aumentam', 'aumentar'), ('descrever', 'descrevem', 'ouvem', 'ouvir'), ('descrever', 'descrevem', 'jogam', 'jogar'), ('descrever', 'descrevem', 'prevêem', 'prever'), ('descrever', 'descrevem', 'fornecem', 'fornece'), ('descrever', 'descrevem', 'dizem', 'dizer'), ('descrever', 'descrevem', 'gritam', 'gritar'), ('descrever', 'descrevem', 'procuram', 'procura'), ('descrever', 'descrevem', 'cantam', 'cantar'), ('descrever', 'descrevem', 'sentam', 'sentar'), ('descrever', 'descrevem', 'nadam', 'nadar'), ('descrever', 'descrevem', 'falam', 'fala'), ('descrever', 'descrevem', 'pensam', 'pensar'), ('descrever', 'descrevem', 'desaparecem', 'desaparecer'), ('descrever', 'descrevem', 'escrevem', 'escrever'), ('descrever', 'descrevem', 'diminuem', 'diminuir'), ('comer', 'comem', 'melhoram', 'melhorar'), ('comer', 'comem', 'estimam', 'estima'), ('comer', 'comem', 'encontram', 'encontra'), ('comer', 'comem', 'geram', 'gerar'), ('comer', 'comem', 'vão', 'ir'), ('comer', 'comem', 'implementam', 'implementar'), ('comer', 'comem', 'aumentam', 'aumentar'), ('comer', 'comem', 'ouvem', 'ouvir'), ('comer', 'comem', 'jogam', 'jogar'), ('comer', 'comem', 'prevêem', 'prever'), ('comer', 'comem', 'fornecem', 'fornece'), ('comer', 'comem', 'dizem', 'dizer'), ('comer', 'comem', 'gritam', 'gritar'), ('comer', 'comem', 'procuram', 'procura'), ('comer', 'comem', 'vêem', 'ver'), ('comer', 'comem', 'cantam', 'cantar'), ('comer', 'comem', 'sentam', 'sentar'), ('comer', 'comem', 'nadam', 'nadar'), ('comer', 'comem', 'falam', 'fala'), ('comer', 'comem', 'pensam', 'pensar'), ('comer', 'comem', 'desaparecem', 'desaparecer'), ('comer', 'comem', 'andam', 'andar'), ('comer', 'comem', 'escrevem', 'escrever'), ('comer', 'comem', 'diminuem', 'diminuir'), ('comer', 'comem', 'descrevem', 'descrever'), ('melhorar', 'melhoram', 'geram', 'gerar'), ('melhorar', 'melhoram', 'vão', 'ir'), ('melhorar', 'melhoram', 'implementam', 'implementar'), ('melhorar', 'melhoram', 'aumentam', 'aumentar'), ('melhorar', 'melhoram', 'ouvem', 'ouvir'), ('melhorar', 'melhoram', 'jogam', 'jogar'), ('melhorar', 'melhoram', 'prevêem', 'prever'), ('melhorar', 'melhoram', 'fornecem', 'fornece'), ('melhorar', 'melhoram', 'dizem', 'dizer'), ('melhorar', 'melhoram', 'gritam', 'gritar'), ('melhorar', 'melhoram', 'procuram', 'procura'), ('melhorar', 'melhoram', 'cantam', 'cantar'), ('melhorar', 'melhoram', 'sentam', 'sentar'), ('melhorar', 'melhoram', 'nadam', 'nadar'), ('melhorar', 'melhoram', 'falam', 'fala'), ('melhorar', 'melhoram', 'pensam', 'pensar'), ('melhorar', 'melhoram', 'desaparecem', 'desaparecer'), ('melhorar', 'melhoram', 'diminuem', 'diminuir'), ('melhorar', 'melhoram', 'descrevem', 'descrever'), ('melhorar', 'melhoram', 'comem', 'comer'), ('estima', 'estimam', 'encontram', 'encontra'), ('estima', 'estimam', 'geram', 'gerar'), ('estima', 'estimam', 'vão', 'ir'), ('estima', 'estimam', 'aumentam', 'aumentar'), ('estima', 'estimam', 'ouvem', 'ouvir'), ('estima', 'estimam', 'jogam', 'jogar'), ('estima', 'estimam', 'prevêem', 'prever'), ('estima', 'estimam', 'fornecem', 'fornece'), ('estima', 'estimam', 'dizem', 'dizer'), ('estima', 'estimam', 'gritam', 'gritar'), ('estima', 'estimam', 'procuram', 'procura'), ('estima', 'estimam', 'cantam', 'cantar'), ('estima', 'estimam', 'sentam', 'sentar'), ('estima', 'estimam', 'dizem', 'diz'), ('estima', 'estimam', 'falam', 'fala'), ('estima', 'estimam', 'desaparecem', 'desaparecer'), ('estima', 'estimam', 'descrevem', 'descrever'), ('estima', 'estimam', 'comem', 'comer'), ('estima', 'estimam', 'melhoram', 'melhorar'), ('encontra', 'encontram', 'geram', 'gerar'), ('encontra', 'encontram', 'vão', 'ir'), ('encontra', 'encontram', 'aumentam', 'aumentar'), ('encontra', 'encontram', 'jogam', 'jogar'), ('encontra', 'encontram', 'prevêem', 'prever'), ('encontra', 'encontram', 'fornecem', 'fornece'), ('encontra', 'encontram', 'dizem', 'dizer'), ('encontra', 'encontram', 'gritam', 'gritar'), ('encontra', 'encontram', 'procuram', 'procura'), ('encontra', 'encontram', 'cantam', 'cantar'), ('encontra', 'encontram', 'sentam', 'sentar'), ('encontra', 'encontram', 'dizem', 'diz'), ('encontra', 'encontram', 'nadam', 'nadar'), ('encontra', 'encontram', 'falam', 'fala'), ('encontra', 'encontram', 'desaparecem', 'desaparecer'), ('encontra', 'encontram', 'escrevem', 'escrever'), ('encontra', 'encontram', 'descrevem', 'descrever'), ('encontra', 'encontram', 'comem', 'comer'), ('encontra', 'encontram', 'estimam', 'estima'), ('gerar', 'geram', 'implementam', 'implementar'), ('gerar', 'geram', 'aumentam', 'aumentar'), ('gerar', 'geram', 'ouvem', 'ouvir'), ('gerar', 'geram', 'jogam', 'jogar'), ('gerar', 'geram', 'prevêem', 'prever'), ('gerar', 'geram', 'fornecem', 'fornece'), ('gerar', 'geram', 'dizem', 'dizer'), ('gerar', 'geram', 'gritam', 'gritar'), ('gerar', 'geram', 'procuram', 'procura'), ('gerar', 'geram', 'vêem', 'ver'), ('gerar', 'geram', 'cantam', 'cantar'), ('gerar', 'geram', 'sentam', 'sentar'), ('gerar', 'geram', 'nadam', 'nadar'), ('gerar', 'geram', 'falam', 'fala'), ('gerar', 'geram', 'pensam', 'pensar'), ('gerar', 'geram', 'desaparecem', 'desaparecer'), ('gerar', 'geram', 'escrevem', 'escrever'), ('gerar', 'geram', 'diminuem', 'diminuir'), ('gerar', 'geram', 'descrevem', 'descrever'), ('gerar', 'geram', 'comem', 'comer'), ('gerar', 'geram', 'melhoram', 'melhorar'), ('gerar', 'geram', 'encontram', 'encontra'), ('ir', 'vão', 'jogam', 'jogar'), ('ir', 'vão', 'prevêem', 'prever'), ('ir', 'vão', 'fornecem', 'fornece'), ('ir', 'vão', 'dizem', 'dizer'), ('ir', 'vão', 'gritam', 'gritar'), ('ir', 'vão', 'procuram', 'procura'), ('ir', 'vão', 'cantam', 'cantar'), ('ir', 'vão', 'sentam', 'sentar'), ('ir', 'vão', 'nadam', 'nadar'), ('ir', 'vão', 'falam', 'fala'), ('ir', 'vão', 'pensam', 'pensar'), ('ir', 'vão', 'andam', 'andar'), ('ir', 'vão', 'escrevem', 'escrever'), ('ir', 'vão', 'descrevem', 'descrever'), ('ir', 'vão', 'comem', 'comer'), ('ir', 'vão', 'estimam', 'estima'), ('ir', 'vão', 'encontram', 'encontra'), ('ir', 'vão', 'geram', 'gerar'), ('implementar', 'implementam', 'aumentam', 'aumentar'), ('implementar', 'implementam', 'ouvem', 'ouvir'), ('implementar', 'implementam', 'jogam', 'jogar'), ('implementar', 'implementam', 'prevêem', 'prever'), ('implementar', 'implementam', 'fornecem', 'fornece'), ('implementar', 'implementam', 'dizem', 'dizer'), ('implementar', 'implementam', 'gritam', 'gritar'), ('implementar', 'implementam', 'cantam', 'cantar'), ('implementar', 'implementam', 'sentam', 'sentar'), ('implementar', 'implementam', 'nadam', 'nadar'), ('implementar', 'implementam', 'falam', 'fala'), ('implementar', 'implementam', 'pensam', 'pensar'), ('implementar', 'implementam', 'desaparecem', 'desaparecer'), ('implementar', 'implementam', 'escrevem', 'escrever'), ('implementar', 'implementam', 'diminuem', 'diminuir'), ('implementar', 'implementam', 'descrevem', 'descrever'), ('implementar', 'implementam', 'comem', 'comer'), ('implementar', 'implementam', 'melhoram', 'melhorar'), ('implementar', 'implementam', 'estimam', 'estima'), ('implementar', 'implementam', 'geram', 'gerar'), ('aumentar', 'aumentam', 'ouvem', 'ouvir'), ('aumentar', 'aumentam', 'jogam', 'jogar'), ('aumentar', 'aumentam', 'prevêem', 'prever'), ('aumentar', 'aumentam', 'fornecem', 'fornece'), ('aumentar', 'aumentam', 'dizem', 'dizer'), ('aumentar', 'aumentam', 'gritam', 'gritar'), ('aumentar', 'aumentam', 'procuram', 'procura'), ('aumentar', 'aumentam', 'cantam', 'cantar'), ('aumentar', 'aumentam', 'sentam', 'sentar'), ('aumentar', 'aumentam', 'nadam', 'nadar'), ('aumentar', 'aumentam', 'falam', 'fala'), ('aumentar', 'aumentam', 'pensam', 'pensar'), ('aumentar', 'aumentam', 'desaparecem', 'desaparecer'), ('aumentar', 'aumentam', 'escrevem', 'escrever'), ('aumentar', 'aumentam', 'diminuem', 'diminuir'), ('aumentar', 'aumentam', 'descrevem', 'descrever'), ('aumentar', 'aumentam', 'comem', 'comer'), ('aumentar', 'aumentam', 'melhoram', 'melhorar'), ('aumentar', 'aumentam', 'estimam', 'estima'), ('aumentar', 'aumentam', 'encontram', 'encontra'), ('aumentar', 'aumentam', 'geram', 'gerar'), ('aumentar', 'aumentam', 'implementam', 'implementar'), ('ouvir', 'ouvem', 'jogam', 'jogar'), ('ouvir', 'ouvem', 'prevêem', 'prever'), ('ouvir', 'ouvem', 'fornecem', 'fornece'), ('ouvir', 'ouvem', 'dizem', 'dizer'), ('ouvir', 'ouvem', 'gritam', 'gritar'), ('ouvir', 'ouvem', 'procuram', 'procura'), ('ouvir', 'ouvem', 'vêem', 'ver'), ('ouvir', 'ouvem', 'cantam', 'cantar'), ('ouvir', 'ouvem', 'sentam', 'sentar'), ('ouvir', 'ouvem', 'nadam', 'nadar'), ('ouvir', 'ouvem', 'falam', 'fala'), ('ouvir', 'ouvem', 'pensam', 'pensar'), ('ouvir', 'ouvem', 'desaparecem', 'desaparecer'), ('ouvir', 'ouvem', 'escrevem', 'escrever'), ('ouvir', 'ouvem', 'diminuem', 'diminuir'), ('ouvir', 'ouvem', 'descrevem', 'descrever'), ('ouvir', 'ouvem', 'comem', 'comer'), ('ouvir', 'ouvem', 'melhoram', 'melhorar'), ('ouvir', 'ouvem', 'estimam', 'estima'), ('ouvir', 'ouvem', 'encontram', 'encontra'), ('ouvir', 'ouvem', 'geram', 'gerar'), ('ouvir', 'ouvem', 'vão', 'ir'), ('ouvir', 'ouvem', 'implementam', 'implementar'), ('ouvir', 'ouvem', 'aumentam', 'aumentar'), ('jogar', 'jogam', 'prevêem', 'prever'), ('jogar', 'jogam', 'fornecem', 'fornece'), ('jogar', 'jogam', 'dizem', 'dizer'), ('jogar', 'jogam', 'gritam', 'gritar'), ('jogar', 'jogam', 'procuram', 'procura'), ('jogar', 'jogam', 'vêem', 'ver'), ('jogar', 'jogam', 'cantam', 'cantar'), ('jogar', 'jogam', 'sentam', 'sentar'), ('jogar', 'jogam', 'nadam', 'nadar'), ('jogar', 'jogam', 'falam', 'fala'), ('jogar', 'jogam', 'pensam', 'pensar'), ('jogar', 'jogam', 'desaparecem', 'desaparecer'), ('jogar', 'jogam', 'andam', 'andar'), ('jogar', 'jogam', 'escrevem', 'escrever'), ('jogar', 'jogam', 'diminuem', 'diminuir'), ('jogar', 'jogam', 'descrevem', 'descrever'), ('jogar', 'jogam', 'comem', 'comer'), ('jogar', 'jogam', 'melhoram', 'melhorar'), ('jogar', 'jogam', 'estimam', 'estima'), ('jogar', 'jogam', 'encontram', 'encontra'), ('jogar', 'jogam', 'geram', 'gerar'), ('jogar', 'jogam', 'vão', 'ir'), ('jogar', 'jogam', 'implementam', 'implementar'), ('jogar', 'jogam', 'aumentam', 'aumentar'), ('jogar', 'jogam', 'ouvem', 'ouvir'), ('prever', 'prevêem', 'fornecem', 'fornece'), ('prever', 'prevêem', 'dizem', 'dizer'), ('prever', 'prevêem', 'gritam', 'gritar'), ('prever', 'prevêem', 'cantam', 'cantar'), ('prever', 'prevêem', 'sentam', 'sentar'), ('prever', 'prevêem', 'nadam', 'nadar'), ('prever', 'prevêem', 'falam', 'fala'), ('prever', 'prevêem', 'pensam', 'pensar'), ('prever', 'prevêem', 'desaparecem', 'desaparecer'), ('prever', 'prevêem', 'escrevem', 'escrever'), ('prever', 'prevêem', 'descrevem', 'descrever'), ('prever', 'prevêem', 'comem', 'comer'), ('prever', 'prevêem', 'melhoram', 'melhorar'), ('prever', 'prevêem', 'encontram', 'encontra'), ('prever', 'prevêem', 'geram', 'gerar'), ('prever', 'prevêem', 'vão', 'ir'), ('prever', 'prevêem', 'aumentam', 'aumentar'), ('prever', 'prevêem', 'ouvem', 'ouvir'), ('prever', 'prevêem', 'jogam', 'jogar'), ('fornece', 'fornecem', 'dizem', 'dizer'), ('fornece', 'fornecem', 'gritam', 'gritar'), ('fornece', 'fornecem', 'procuram', 'procura'), ('fornece', 'fornecem', 'vêem', 'ver'), ('fornece', 'fornecem', 'cantam', 'cantar'), ('fornece', 'fornecem', 'sentam', 'sentar'), ('fornece', 'fornecem', 'dizem', 'diz'), ('fornece', 'fornecem', 'nadam', 'nadar'), ('fornece', 'fornecem', 'falam', 'fala'), ('fornece', 'fornecem', 'desaparecem', 'desaparecer'), ('fornece', 'fornecem', 'escrevem', 'escrever'), ('fornece', 'fornecem', 'descrevem', 'descrever'), ('fornece', 'fornecem', 'comem', 'comer'), ('fornece', 'fornecem', 'estimam', 'estima'), ('fornece', 'fornecem', 'encontram', 'encontra'), ('fornece', 'fornecem', 'geram', 'gerar'), ('fornece', 'fornecem', 'aumentam', 'aumentar'), ('fornece', 'fornecem', 'ouvem', 'ouvir'), ('fornece', 'fornecem', 'jogam', 'jogar'), ('fornece', 'fornecem', 'prevêem', 'prever'), ('dizer', 'dizem', 'gritam', 'gritar'), ('dizer', 'dizem', 'procuram', 'procura'), ('dizer', 'dizem', 'vêem', 'ver'), ('dizer', 'dizem', 'cantam', 'cantar'), ('dizer', 'dizem', 'sentam', 'sentar'), ('dizer', 'dizem', 'nadam', 'nadar'), ('dizer', 'dizem', 'falam', 'fala'), ('dizer', 'dizem', 'pensam', 'pensar'), ('dizer', 'dizem', 'desaparecem', 'desaparecer'), ('dizer', 'dizem', 'escrevem', 'escrever'), ('dizer', 'dizem', 'descrevem', 'descrever'), ('dizer', 'dizem', 'comem', 'comer'), ('dizer', 'dizem', 'melhoram', 'melhorar'), ('dizer', 'dizem', 'estimam', 'estima'), ('dizer', 'dizem', 'encontram', 'encontra'), ('dizer', 'dizem', 'geram', 'gerar'), ('dizer', 'dizem', 'vão', 'ir'), ('dizer', 'dizem', 'aumentam', 'aumentar'), ('dizer', 'dizem', 'ouvem', 'ouvir'), ('dizer', 'dizem', 'jogam', 'jogar'), ('dizer', 'dizem', 'prevêem', 'prever'), ('dizer', 'dizem', 'fornecem', 'fornece'), ('gritar', 'gritam', 'procuram', 'procura'), ('gritar', 'gritam', 'vêem', 'ver'), ('gritar', 'gritam', 'cantam', 'cantar'), ('gritar', 'gritam', 'sentam', 'sentar'), ('gritar', 'gritam', 'nadam', 'nadar'), ('gritar', 'gritam', 'falam', 'fala'), ('gritar', 'gritam', 'pensam', 'pensar'), ('gritar', 'gritam', 'desaparecem', 'desaparecer'), ('gritar', 'gritam', 'andam', 'andar'), ('gritar', 'gritam', 'escrevem', 'escrever'), ('gritar', 'gritam', 'diminuem', 'diminuir'), ('gritar', 'gritam', 'descrevem', 'descrever'), ('gritar', 'gritam', 'comem', 'comer'), ('gritar', 'gritam', 'melhoram', 'melhorar'), ('gritar', 'gritam', 'estimam', 'estima'), ('gritar', 'gritam', 'encontram', 'encontra'), ('gritar', 'gritam', 'geram', 'gerar'), ('gritar', 'gritam', 'vão', 'ir'), ('gritar', 'gritam', 'implementam', 'implementar'), ('gritar', 'gritam', 'aumentam', 'aumentar'), ('gritar', 'gritam', 'ouvem', 'ouvir'), ('gritar', 'gritam', 'jogam', 'jogar'), ('gritar', 'gritam', 'prevêem', 'prever'), ('gritar', 'gritam', 'fornecem', 'fornece'), ('gritar', 'gritam', 'dizem', 'dizer'), ('procura', 'procuram', 'vêem', 'ver'), ('procura', 'procuram', 'cantam', 'cantar'), ('procura', 'procuram', 'sentam', 'sentar'), ('procura', 'procuram', 'dizem', 'diz'), ('procura', 'procuram', 'falam', 'fala'), ('procura', 'procuram', 'desaparecem', 'desaparecer'), ('procura', 'procuram', 'escrevem', 'escrever'), ('procura', 'procuram', 'descrevem', 'descrever'), ('procura', 'procuram', 'comem', 'comer'), ('procura', 'procuram', 'estimam', 'estima'), ('procura', 'procuram', 'encontram', 'encontra'), ('procura', 'procuram', 'geram', 'gerar'), ('procura', 'procuram', 'vão', 'ir'), ('procura', 'procuram', 'ouvem', 'ouvir'), ('procura', 'procuram', 'jogam', 'jogar'), ('procura', 'procuram', 'prevêem', 'prever'), ('procura', 'procuram', 'fornecem', 'fornece'), ('procura', 'procuram', 'gritam', 'gritar'), ('ver', 'vêem', 'cantam', 'cantar'), ('ver', 'vêem', 'sentam', 'sentar'), ('ver', 'vêem', 'dizem', 'diz'), ('ver', 'vêem', 'nadam', 'nadar'), ('ver', 'vêem', 'falam', 'fala'), ('ver', 'vêem', 'escrevem', 'escrever'), ('ver', 'vêem', 'descrevem', 'descrever'), ('ver', 'vêem', 'comem', 'comer'), ('ver', 'vêem', 'melhoram', 'melhorar'), ('ver', 'vêem', 'estimam', 'estima'), ('ver', 'vêem', 'encontram', 'encontra'), ('ver', 'vêem', 'geram', 'gerar'), ('ver', 'vêem', 'vão', 'ir'), ('ver', 'vêem', 'aumentam', 'aumentar'), ('ver', 'vêem', 'ouvem', 'ouvir'), ('ver', 'vêem', 'jogam', 'jogar'), ('ver', 'vêem', 'prevêem', 'prever'), ('ver', 'vêem', 'fornecem', 'fornece'), ('ver', 'vêem', 'dizem', 'dizer'), ('ver', 'vêem', 'gritam', 'gritar'), ('ver', 'vêem', 'procuram', 'procura'), ('cantar', 'cantam', 'sentam', 'sentar'), ('cantar', 'cantam', 'nadam', 'nadar'), ('cantar', 'cantam', 'falam', 'fala'), ('cantar', 'cantam', 'pensam', 'pensar'), ('cantar', 'cantam', 'desaparecem', 'desaparecer'), ('cantar', 'cantam', 'andam', 'andar'), ('cantar', 'cantam', 'escrevem', 'escrever'), ('cantar', 'cantam', 'diminuem', 'diminuir'), ('cantar', 'cantam', 'descrevem', 'descrever'), ('cantar', 'cantam', 'comem', 'comer'), ('cantar', 'cantam', 'melhoram', 'melhorar'), ('cantar', 'cantam', 'estimam', 'estima'), ('cantar', 'cantam', 'encontram', 'encontra'), ('cantar', 'cantam', 'geram', 'gerar'), ('cantar', 'cantam', 'vão', 'ir'), ('cantar', 'cantam', 'implementam', 'implementar'), ('cantar', 'cantam', 'aumentam', 'aumentar'), ('cantar', 'cantam', 'ouvem', 'ouvir'), ('cantar', 'cantam', 'jogam', 'jogar'), ('cantar', 'cantam', 'prevêem', 'prever'), ('cantar', 'cantam', 'fornecem', 'fornece'), ('cantar', 'cantam', 'dizem', 'dizer'), ('cantar', 'cantam', 'gritam', 'gritar'), ('cantar', 'cantam', 'procuram', 'procura'), ('cantar', 'cantam', 'vêem', 'ver'), ('sentar', 'sentam', 'nadam', 'nadar'), ('sentar', 'sentam', 'falam', 'fala'), ('sentar', 'sentam', 'pensam', 'pensar'), ('sentar', 'sentam', 'desaparecem', 'desaparecer'), ('sentar', 'sentam', 'escrevem', 'escrever'), ('sentar', 'sentam', 'diminuem', 'diminuir'), ('sentar', 'sentam', 'descrevem', 'descrever'), ('sentar', 'sentam', 'comem', 'comer'), ('sentar', 'sentam', 'melhoram', 'melhorar'), ('sentar', 'sentam', 'estimam', 'estima'), ('sentar', 'sentam', 'encontram', 'encontra'), ('sentar', 'sentam', 'geram', 'gerar'), ('sentar', 'sentam', 'vão', 'ir'), ('sentar', 'sentam', 'implementam', 'implementar'), ('sentar', 'sentam', 'aumentam', 'aumentar'), ('sentar', 'sentam', 'ouvem', 'ouvir'), ('sentar', 'sentam', 'jogam', 'jogar'), ('sentar', 'sentam', 'prevêem', 'prever'), ('sentar', 'sentam', 'fornecem', 'fornece'), ('sentar', 'sentam', 'dizem', 'dizer'), ('sentar', 'sentam', 'gritam', 'gritar'), ('sentar', 'sentam', 'vêem', 'ver'), ('sentar', 'sentam', 'cantam', 'cantar'), ('diz', 'dizem', 'nadam', 'nadar'), ('diz', 'dizem', 'falam', 'fala'), ('diz', 'dizem', 'desaparecem', 'desaparecer'), ('diz', 'dizem', 'trabalham', 'trabalhou'), ('diz', 'dizem', 'descrevem', 'descrever'), ('diz', 'dizem', 'comem', 'comer'), ('diz', 'dizem', 'estimam', 'estima'), ('diz', 'dizem', 'encontram', 'encontra'), ('diz', 'dizem', 'geram', 'gerar'), ('diz', 'dizem', 'aumentam', 'aumentar'), ('diz', 'dizem', 'jogam', 'jogar'), ('diz', 'dizem', 'fornecem', 'fornece'), ('diz', 'dizem', 'procuram', 'procura'), ('diz', 'dizem', 'vêem', 'ver'), ('diz', 'dizem', 'cantam', 'cantar'), ('diz', 'dizem', 'sentam', 'sentar'), ('nadar', 'nadam', 'falam', 'fala'), ('nadar', 'nadam', 'pensam', 'pensar'), ('nadar', 'nadam', 'desaparecem', 'desaparecer'), ('nadar', 'nadam', 'andam', 'andar'), ('nadar', 'nadam', 'escrevem', 'escrever'), ('nadar', 'nadam', 'diminuem', 'diminuir'), ('nadar', 'nadam', 'descrevem', 'descrever'), ('nadar', 'nadam', 'comem', 'comer'), ('nadar', 'nadam', 'melhoram', 'melhorar'), ('nadar', 'nadam', 'estimam', 'estima'), ('nadar', 'nadam', 'encontram', 'encontra'), ('nadar', 'nadam', 'geram', 'gerar'), ('nadar', 'nadam', 'vão', 'ir'), ('nadar', 'nadam', 'implementam', 'implementar'), ('nadar', 'nadam', 'aumentam', 'aumentar'), ('nadar', 'nadam', 'ouvem', 'ouvir'), ('nadar', 'nadam', 'jogam', 'jogar'), ('nadar', 'nadam', 'prevêem', 'prever'), ('nadar', 'nadam', 'fornecem', 'fornece'), ('nadar', 'nadam', 'dizem', 'dizer'), ('nadar', 'nadam', 'gritam', 'gritar'), ('nadar', 'nadam', 'vêem', 'ver'), ('nadar', 'nadam', 'cantam', 'cantar'), ('nadar', 'nadam', 'sentam', 'sentar'), ('fala', 'falam', 'pensam', 'pensar'), ('fala', 'falam', 'desaparecem', 'desaparecer'), ('fala', 'falam', 'trabalham', 'trabalhou'), ('fala', 'falam', 'escrevem', 'escrever'), ('fala', 'falam', 'descrevem', 'descrever'), ('fala', 'falam', 'comem', 'comer'), ('fala', 'falam', 'melhoram', 'melhorar'), ('fala', 'falam', 'estimam', 'estima'), ('fala', 'falam', 'encontram', 'encontra'), ('fala', 'falam', 'geram', 'gerar'), ('fala', 'falam', 'vão', 'ir'), ('fala', 'falam', 'aumentam', 'aumentar'), ('fala', 'falam', 'ouvem', 'ouvir'), ('fala', 'falam', 'jogam', 'jogar'), ('fala', 'falam', 'prevêem', 'prever'), ('fala', 'falam', 'fornecem', 'fornece'), ('fala', 'falam', 'dizem', 'dizer'), ('fala', 'falam', 'gritam', 'gritar'), ('fala', 'falam', 'procuram', 'procura'), ('fala', 'falam', 'vêem', 'ver'), ('fala', 'falam', 'cantam', 'cantar'), ('fala', 'falam', 'sentam', 'sentar'), ('fala', 'falam', 'dizem', 'diz'), ('fala', 'falam', 'nadam', 'nadar'), ('pensar', 'pensam', 'desaparecem', 'desaparecer'), ('pensar', 'pensam', 'andam', 'andar'), ('pensar', 'pensam', 'escrevem', 'escrever'), ('pensar', 'pensam', 'diminuem', 'diminuir'), ('pensar', 'pensam', 'descrevem', 'descrever'), ('pensar', 'pensam', 'comem', 'comer'), ('pensar', 'pensam', 'melhoram', 'melhorar'), ('pensar', 'pensam', 'estimam', 'estima'), ('pensar', 'pensam', 'encontram', 'encontra'), ('pensar', 'pensam', 'geram', 'gerar'), ('pensar', 'pensam', 'vão', 'ir'), ('pensar', 'pensam', 'implementam', 'implementar'), ('pensar', 'pensam', 'aumentam', 'aumentar'), ('pensar', 'pensam', 'ouvem', 'ouvir'), ('pensar', 'pensam', 'jogam', 'jogar'), ('pensar', 'pensam', 'prevêem', 'prever'), ('pensar', 'pensam', 'fornecem', 'fornece'), ('pensar', 'pensam', 'dizem', 'dizer'), ('pensar', 'pensam', 'gritam', 'gritar'), ('pensar', 'pensam', 'procuram', 'procura'), ('pensar', 'pensam', 'vêem', 'ver'), ('pensar', 'pensam', 'cantam', 'cantar'), ('pensar', 'pensam', 'sentam', 'sentar'), ('pensar', 'pensam', 'dizem', 'diz'), ('pensar', 'pensam', 'nadam', 'nadar'), ('pensar', 'pensam', 'falam', 'fala'), ('desaparecer', 'desaparecem', 'escrevem', 'escrever'), ('desaparecer', 'desaparecem', 'diminuem', 'diminuir'), ('desaparecer', 'desaparecem', 'descrevem', 'descrever'), ('desaparecer', 'desaparecem', 'comem', 'comer'), ('desaparecer', 'desaparecem', 'melhoram', 'melhorar'), ('desaparecer', 'desaparecem', 'estimam', 'estima'), ('desaparecer', 'desaparecem', 'encontram', 'encontra'), ('desaparecer', 'desaparecem', 'geram', 'gerar'), ('desaparecer', 'desaparecem', 'implementam', 'implementar'), ('desaparecer', 'desaparecem', 'aumentam', 'aumentar'), ('desaparecer', 'desaparecem', 'ouvem', 'ouvir'), ('desaparecer', 'desaparecem', 'jogam', 'jogar'), ('desaparecer', 'desaparecem', 'prevêem', 'prever'), ('desaparecer', 'desaparecem', 'fornecem', 'fornece'), ('desaparecer', 'desaparecem', 'dizem', 'dizer'), ('desaparecer', 'desaparecem', 'gritam', 'gritar'), ('desaparecer', 'desaparecem', 'vêem', 'ver'), ('desaparecer', 'desaparecem', 'cantam', 'cantar'), ('desaparecer', 'desaparecem', 'sentam', 'sentar'), ('desaparecer', 'desaparecem', 'nadam', 'nadar'), ('desaparecer', 'desaparecem', 'falam', 'fala'), ('desaparecer', 'desaparecem', 'pensam', 'pensar'), ('andar', 'andam', 'escrevem', 'escrever'), ('andar', 'andam', 'descrevem', 'descrever'), ('andar', 'andam', 'comem', 'comer'), ('andar', 'andam', 'estimam', 'estima'), ('andar', 'andam', 'encontram', 'encontra'), ('andar', 'andam', 'geram', 'gerar'), ('andar', 'andam', 'vão', 'ir'), ('andar', 'andam', 'aumentam', 'aumentar'), ('andar', 'andam', 'ouvem', 'ouvir'), ('andar', 'andam', 'jogam', 'jogar'), ('andar', 'andam', 'prevêem', 'prever'), ('andar', 'andam', 'fornecem', 'fornece'), ('andar', 'andam', 'dizem', 'dizer'), ('andar', 'andam', 'gritam', 'gritar'), ('andar', 'andam', 'procuram', 'procura'), ('andar', 'andam', 'vêem', 'ver'), ('andar', 'andam', 'cantam', 'cantar'), ('andar', 'andam', 'sentam', 'sentar'), ('andar', 'andam', 'nadam', 'nadar'), ('andar', 'andam', 'falam', 'fala'), ('andar', 'andam', 'pensam', 'pensar'), ('andar', 'andam', 'desaparecem', 'desaparecer'), ('trabalhou', 'trabalham', 'escrevem', 'escrever'), ('trabalhou', 'trabalham', 'comem', 'comer'), ('trabalhou', 'trabalham', 'encontram', 'encontra'), ('trabalhou', 'trabalham', 'geram', 'gerar'), ('trabalhou', 'trabalham', 'vão', 'ir'), ('trabalhou', 'trabalham', 'jogam', 'jogar'), ('trabalhou', 'trabalham', 'fornecem', 'fornece'), ('trabalhou', 'trabalham', 'gritam', 'gritar'), ('trabalhou', 'trabalham', 'procuram', 'procura'), ('trabalhou', 'trabalham', 'cantam', 'cantar'), ('trabalhou', 'trabalham', 'sentam', 'sentar'), ('trabalhou', 'trabalham', 'falam', 'fala'), ('escrever', 'escrevem', 'diminuem', 'diminuir'), ('escrever', 'escrevem', 'descrevem', 'descrever'), ('escrever', 'escrevem', 'comem', 'comer'), ('escrever', 'escrevem', 'melhoram', 'melhorar'), ('escrever', 'escrevem', 'encontram', 'encontra'), ('escrever', 'escrevem', 'geram', 'gerar'), ('escrever', 'escrevem', 'vão', 'ir'), ('escrever', 'escrevem', 'implementam', 'implementar'), ('escrever', 'escrevem', 'aumentam', 'aumentar'), ('escrever', 'escrevem', 'ouvem', 'ouvir'), ('escrever', 'escrevem', 'jogam', 'jogar'), ('escrever', 'escrevem', 'prevêem', 'prever'), ('escrever', 'escrevem', 'fornecem', 'fornece'), ('escrever', 'escrevem', 'dizem', 'dizer'), ('escrever', 'escrevem', 'gritam', 'gritar'), ('escrever', 'escrevem', 'procuram', 'procura'), ('escrever', 'escrevem', 'vêem', 'ver'), ('escrever', 'escrevem', 'cantam', 'cantar'), ('escrever', 'escrevem', 'sentam', 'sentar'), ('escrever', 'escrevem', 'nadam', 'nadar'), ('escrever', 'escrevem', 'falam', 'fala'), ('escrever', 'escrevem', 'pensam', 'pensar'), ('escrever', 'escrevem', 'desaparecem', 'desaparecer'), ('escrever', 'escrevem', 'andam', 'andar'), ('escrever', 'escrevem', 'trabalham', 'trabalhou')], 'incorrect': []}, {'Emb_Name: glove_s300_analogy_POSTAG_vocab.vec/OOV/Total/VN_Solveable_Cases/VN_Phrase_Target': [11199, 17558, 0, 0], 'MAP@10': 0.10417430652693929}]\nMAP_arr = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.420635, 0.5, 0.5, 0.166667, 0.166667, 0.111111, 0.5, 1.0, 0.45, 0.2, 0.5, 0.333333, 0.333333, 0.5, 0.5, 0.0, 0.5, 0.166667, 0.0, 0.25, 0.583333, 0.5, 0.5, 0.5, 0.5, 0.142857, 0.333333, 1.0, 1.0, 0.166667, 0.5, 0.5, 0.5, 0.5, 0.5, 0.0, 0.583333, 0.333333, 0.333333, 0.333333, 0.5, 1.0, 1.0, 0.5, 0.5, 0.1, 0.5, 0.5, 0.5, 0.333333, 0.5, 0.5, 0.5, 0.5, 1.0, 0.0, 0.5, 0.25, 0.5, 0.333333, 0.5, 0.833333, 1.0, 0.5, 0.5, 0.0, 0.5, 1.0, 0.5, 0.25, 0.5, 0.333333, 0.5, 0.5, 0.333333, 0.0, 0.45, 0.5, 0.25, 0.5, 0.5, 0.583333, 0.45, 0.5, 0.5, 0.0, 0.5, 1.0, 0.5, 0.25, 0.5, 0.333333, 0.5, 0.5, 0.333333, 0.0, 0.45, 0.5, 0.25, 0.5, 0.5, 0.583333, 0.45, 1.0, 1.0, 0.0, 0.5, 0.5, 0.5, 0.25, 0.5, 0.333333, 0.333333, 0.5, 0.5, 0.0, 0.5, 0.333333, 0.2, 0.333333, 0.166667, 0.583333, 0.45, 1.0, 1.0, 0.0, 0.5, 0.5, 0.5, 0.25, 0.5, 0.333333, 0.333333, 0.5, 0.5, 0.0, 0.5, 0.333333, 0.2, 0.333333, 0.166667, 0.583333, 0.45, 1.0, 1.0, 1.0, 0.333333, 1.0, 0.6, 0.0, 0.333333, 0.333333, 0.5, 0.333333, 0.5, 0.0, 0.366667, 0.0, 0.0, 0.111111, 0.333333, 0.583333, 0.333333, 0.5, 0.5, 0.25, 0.25, 0.5, 0.5, 0.5, 0.5, 0.333333, 0.166667, 0.333333, 0.5, 0.0, 0.5, 0.5, 0.25, 0.166667, 0.333333, 0.666667, 0.22619, 0.5, 0.5, 0.333333, 0.333333, 0.0, 0.75, 0.125, 0.5, 0.5, 0.5, 0.5, 0.5, 0.0, 0.5, 0.333333, 0.166667, 0.5, 0.5, 1.0, 0.333333, 0.5, 0.5, 0.5, 0.5, 0.2, 0.5, 0.25, 0.5, 0.5, 0.166667, 0.5, 0.5, 0.0, 0.5, 0.333333, 0.25, 0.142857, 0.333333, 0.7, 0.291667, 0.5, 0.5, 0.5, 0.5, 0.0, 0.5, 0.5, 0.5, 0.0, 0.2, 0.5, 0.25, 0.0, 0.35, 0.333333, 0.333333, 0.5, 0.1, 0.833333, 0.355556, 0.333333, 0.333333, 0.5, 0.5, 0.0, 0.5, 0.333333, 0.5, 0.5, 0.5, 0.333333, 1.0, 0.0, 0.35, 0.25, 0.333333, 0.5, 0.5, 0.833333, 0.416667, 1.0, 1.0, 0.5, 0.5, 0.125, 0.5, 1.0, 1.0, 0.25, 0.333333, 0.5, 1.0, 0.0, 0.5, 0.166667, 0.333333, 0.5, 0.333333, 1.0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.0, 0.5, 1.0, 0.666667, 0.0, 0.5, 0.5, 1.0, 0.0, 0.5, 0.125, 0.166667, 0.333333, 0.333333, 0.5, 0.45, 1.0, 1.0, 0.5, 0.5, 0.333333, 0.333333, 1.0, 0.5, 0.166667, 1.0, 0.5, 1.0, 0.0, 0.5, 0.333333, 0.2, 0.5, 0.5, 1.0, 0.375, 1.0, 1.0, 0.5, 0.5, 0.1, 0.333333, 0.5, 0.5, 0.333333, 0.333333, 0.5, 0.5, 0.0, 0.5, 0.2, 0.5, 0.5, 0.5, 0.583333, 0.361111, 0.333333, 0.333333, 0.5, 0.5, 0.25, 0.5, 1.0, 0.625, 0.2, 0.5, 0.5, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.166667, 0.5, 0.5, 1.0, 0.5, 1.0, 1.0, 0.5, 0.5, 0.0, 0.5, 1.0, 0.5, 0.333333, 0.5, 0.5, 0.5, 0.5, 1.0, 0.0, 0.25, 0.333333, 0.25, 0.75, 0.236111, 0.5, 0.5, 0.333333, 0.333333, 0.0, 0.5, 0.5, 0.5, 0.333333, 0.333333, 0.25, 0.25, 0.333333, 0.333333, 0.0, 0.333333, 0.333333, 0.25, 0.833333, 0.340741, 0.5, 0.5, 0.333333, 0.333333, 0.0, 0.333333, 0.5, 0.5, 0.5, 0.5, 0.2, 0.333333, 0.333333, 0.5, 0.0, 0.333333, 0.333333, 0.333333, 0.5, 0.416667, 1.0, 1.0, 0.5, 0.5, 0.0, 0.333333, 1.0, 0.5, 0.2, 0.5, 1.0, 0.333333, 1.0, 0.5, 0.0, 0.45, 0.2, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.125, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.333333, 0.0, 0.125, 0.142857, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.25, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.166667, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.142857, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.1, 0.0, 0.2, 0.0, 0.125, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.333333, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.166667, 0.0, 0.166667, 0.333333, 0.5, 0.0, 0.111111, 0.0, 0.0, 0.0, 0.25, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.25, 0.0, 0.25, 0.0, 0.5, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.25, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.111111, 0.2, 0.0, 0.25, 0.25, 0.0, 0.142857, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.333333, 0.0, 0.25, 0.166667, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.333333, 0.0, 0.2, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.125, 0.333333, 0.0, 0.2, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.2, 0.0, 0.25, 0.25, 0.0, 0.142857, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.333333, 0.0, 0.25, 0.166667, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.25, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.166667, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.125, 0.0, 0.111111, 0.333333, 0.0, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.5, 0.25, 0.5, 0.25, 0.333333, 0.0, 0.142857, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.25, 0.125, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.333333, 0.0, 0.0, 0.166667, 0.0, 0.25, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.1, 0.333333, 0.5, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.5, 0.333333, 0.0, 0.1, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.333333, 0.5, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.5, 0.0, 0.25, 0.333333, 0.0, 0.0, 0.5, 0.5, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.2, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.125, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.125, 0.0, 0.111111, 0.25, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.5, 0.0, 0.5, 0.25, 0.0, 0.0, 0.25, 0.0, 0.0, 0.5, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.2, 0.0, 0.0, 0.25, 0.0, 0.142857, 0.25, 0.0, 0.0, 0.1, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.0, 0.333333, 0.0, 0.142857, 0.333333, 0.0, 0.166667, 0.0, 0.0, 0.333333, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.0, 1.0, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.25, 0.25, 0.0, 0.0, 0.5, 0.166667, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.5, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.25, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.5, 0.5, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.5, 0.166667, 0.5, 0.5, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.125, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 1.0, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.5, 0.5, 0.5, 0.142857, 0.333333, 1.0, 1.0, 0.333333, 0.2, 0.5, 0.5, 0.166667, 0.333333, 0.5, 1.0, 0.333333, 0.2, 1.0, 0.333333, 0.333333, 0.2, 1.0, 0.333333, 1.0, 0.25, 0.5, 0.333333, 0.5, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.125, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.142857, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.25, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.25, 0.0, 0.333333, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.375, 0.0, 0.211111, 0.327778, 0.5, 0.5, 1.0, 0.5, 0.5, 0.0, 0.375, 0.333333, 0.5, 0.392857, 0.5, 0.5, 0.416667, 0.5, 0.5, 0.5, 0.5, 0.361111, 0.5, 0.0, 0.666667, 0.333333, 0.0, 0.5, 0.5, 0.0, 0.333333, 0.611111, 0.0, 0.309524, 0.588889, 0.5, 0.5, 1.0, 0.583333, 0.5, 0.0, 0.45, 0.392857, 0.5, 0.416667, 0.0, 0.375, 0.7, 0.5, 1.0, 0.5, 0.5, 0.642857, 0.0, 0.0, 0.75, 0.5, 0.0, 0.5, 0.5, 0.0, 0.142857, 0.7, 0.5, 0.194444, 0.416667, 0.333333, 0.416667, 0.261905, 0.416667, 0.333333, 0.0, 0.333333, 0.366667, 0.2, 0.225, 0.0, 0.333333, 0.366667, 0.2, 0.25, 0.0, 0.25, 0.416667, 0.0, 0.0, 0.45, 0.2, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.333333, 0.333333, 0.291667, 0.583333, 0.5, 1.0, 0.5, 0.7, 0.5, 0.0, 0.392857, 0.583333, 0.5, 0.45, 0.333333, 0.5, 0.583333, 0.25, 0.5, 0.5, 0.291667, 0.392857, 0.333333, 0.0, 0.583333, 0.5, 0.0, 0.25, 0.392857, 0.0, 0.166667, 0.5, 0.5, 0.45, 0.0, 0.5, 0.5, 0.5, 0.833333, 0.5, 0.0, 0.416667, 0.361111, 0.5, 0.5, 0.0, 0.416667, 0.583333, 0.5, 0.333333, 0.5, 1.0, 0.45, 0.0, 0.0, 0.5, 0.5, 0.0, 0.5, 0.5, 0.0, 0.166667, 0.333333, 0.333333, 0.5, 0.0, 0.392857, 0.555556, 0.5, 0.583333, 0.5, 0.0, 0.7, 0.5, 0.5, 0.35, 0.5, 0.5, 0.583333, 0.333333, 0.5, 0.5, 0.5, 0.375, 0.5, 0.0, 0.583333, 0.5, 0.0, 0.333333, 0.375, 0.0, 0.266667, 0.5, 0.5, 0.5, 0.0, 0.642857, 0.583333, 0.392857, 0.833333, 1.0, 0.0, 0.666667, 0.583333, 0.5, 0.392857, 0.333333, 0.5, 0.5, 0.333333, 0.5, 0.361111, 0.392857, 0.392857, 0.333333, 0.0, 0.583333, 0.5, 0.0, 0.25, 0.45, 0.0, 0.1, 0.5, 0.5, 0.583333, 0.0, 0.5, 0.583333, 0.5, 0.583333, 0.5, 0.0, 0.45, 0.416667, 0.5, 0.392857, 0.333333, 0.45, 0.583333, 0.333333, 0.5, 1.0, 0.333333, 0.583333, 0.333333, 0.0, 0.833333, 0.5, 0.0, 0.5, 0.45, 0.0, 0.25, 0.45, 0.5, 0.416667, 0.0, 0.309524, 0.555556, 0.5, 0.5, 0.5, 0.0, 0.666667, 0.583333, 0.5, 0.416667, 0.5, 0.416667, 0.583333, 0.333333, 0.5, 0.416667, 0.35, 0.583333, 0.5, 0.0, 0.583333, 0.361111, 0.0, 0.5, 0.583333, 0.1, 0.125, 0.5, 0.5, 0.375, 0.0, 0.291667, 0.583333, 0.5, 0.5, 0.583333, 0.0, 0.45, 0.583333, 0.5, 0.361111, 0.5, 0.361111, 0.583333, 0.25, 0.5, 0.5, 0.291667, 0.583333, 0.5, 0.0, 0.583333, 0.5, 0.0, 0.5, 0.392857, 0.25, 0.142857, 0.5, 0.5, 0.375, 0.0, 0.267857, 0.5, 0.416667, 0.5, 0.5, 0.583333, 1.0, 0.5, 0.5, 0.625, 0.166667, 0.5, 1.0, 0.5, 1.0, 1.0, 1.0, 0.5, 0.166667, 0.0, 0.7, 0.5, 0.0, 0.333333, 1.0, 0.0, 0.2, 1.0, 0.142857, 0.5, 0.0, 0.333333, 0.583333, 1.0, 1.0, 1.0, 0.611111, 1.0, 0.583333, 0.5, 0.45, 0.5, 0.5, 0.583333, 0.333333, 0.5, 0.5, 0.416667, 0.416667, 0.5, 0.0, 0.583333, 0.392857, 0.0, 0.5, 0.583333, 0.0, 0.183333, 0.5, 0.5, 0.5, 0.0, 0.5, 0.583333, 0.5, 1.0, 0.583333, 0.75, 0.5, 0.0, 0.5, 0.5, 0.333333, 0.5, 0.5, 0.333333, 1.0, 0.5, 0.5, 0.5, 0.333333, 0.0, 0.7, 0.5, 0.0, 0.5, 1.0, 0.0, 0.25, 0.611111, 0.333333, 0.392857, 0.0, 0.291667, 0.638889, 0.5, 0.5, 0.5, 0.45, 0.5, 0.0, 0.642857, 0.5, 0.5, 0.625, 0.833333, 0.5, 0.5, 1.0, 0.5, 0.5, 0.5, 0.0, 0.75, 0.5, 0.0, 0.333333, 0.5, 0.0, 0.2, 0.45, 0.5, 0.416667, 0.0, 0.416667, 0.513889, 0.5, 0.5, 0.5, 0.833333, 0.5, 0.0, 0.45, 0.392857, 1.0, 0.416667, 0.75, 0.25, 1.0, 0.5, 0.309524, 0.309524, 1.0, 0.0, 0.75, 0.5, 0.0, 0.5, 0.642857, 0.0, 0.166667, 0.416667, 0.2, 0.392857, 0.0, 0.291667, 0.5, 0.5, 0.5, 0.5, 0.583333, 0.5, 0.0, 0.75, 0.5, 0.5, 0.5, 0.45, 0.1, 0.333333, 0.333333, 0.325, 0.366667, 1.0, 0.0, 0.583333, 0.266667, 0.0, 0.5, 0.5, 0.0, 0.125, 0.361111, 0.5, 0.416667, 0.0, 0.2, 0.5, 0.5, 0.5, 0.392857, 0.583333, 0.5, 0.0, 0.583333, 0.583333, 0.5, 0.642857, 0.45, 0.333333, 0.5, 0.642857, 0.5, 0.5, 0.5, 0.0, 0.833333, 0.5, 0.0, 0.5, 0.5, 0.111111, 0.166667, 0.625, 0.5, 0.416667, 0.0, 0.309524, 0.555556, 0.5, 0.5, 0.35, 0.833333, 1.0, 0.0, 0.75, 0.392857, 0.5, 0.416667, 0.5, 0.125, 0.5, 0.375, 0.5, 0.583333, 0.5, 0.0, 0.833333, 0.35, 0.0, 0.5, 0.416667, 0.111111, 0.166667, 0.5, 0.5, 0.375, 0.0, 0.267857, 0.5, 0.5, 0.5, 0.583333, 0.583333, 0.5, 0.0, 0.5, 0.583333, 0.5, 0.392857, 0.5, 0.583333, 0.5, 0.45, 0.5, 0.583333, 0.2, 0.0, 0.583333, 0.333333, 0.0, 0.5, 0.5, 0.125, 0.166667, 0.45, 0.5, 0.45, 0.0, 0.366667, 0.583333, 0.5, 0.5, 0.5, 0.583333, 0.5, 0.0, 0.5, 0.35, 0.5, 0.375, 0.2, 0.583333, 0.583333, 1.0, 0.333333, 0.361111, 0.333333, 0.0, 0.7, 0.333333, 0.0, 0.5, 1.0, 0.0, 0.25, 0.7, 0.5, 0.7, 0.0, 0.25, 0.533333, 0.5, 0.5, 1.0, 0.583333, 0.5, 0.0, 0.833333, 0.5, 0.5, 0.6, 0.333333, 0.5, 0.642857, 0.25, 0.333333, 0.392857, 0.25, 0.0, 0.833333, 0.5, 0.0, 0.5, 0.5, 0.0, 0.25, 0.5, 0.5, 0.583333, 0.0, 0.333333, 0.588889, 0.5, 0.5, 0.642857, 0.583333, 0.5, 0.0, 0.5, 0.583333, 0.5, 0.5, 0.25, 0.583333, 0.75, 0.333333, 0.5, 0.416667, 0.2, 0.0, 0.583333, 0.5, 0.0, 0.5, 0.35, 0.0, 0.211111, 0.361111, 0.5, 0.45, 0.0, 0.291667, 0.583333, 0.5, 0.5, 0.45, 0.583333, 0.5, 0.0, 0.5, 0.416667, 0.5, 0.45, 0.2, 0.375, 0.583333, 0.333333, 0.5, 0.361111, 0.0, 0.0, 0.7, 0.5, 0.0, 0.5, 0.5, 0.0, 0.125, 0.45, 0.5, 0.642857, 0.0, 0.333333, 0.555556, 0.5, 0.5, 0.5, 0.583333, 0.5, 0.0, 0.45, 0.583333, 0.5, 0.236111, 0.0, 0.416667, 0.583333, 0.333333, 0.5, 0.5, 0.5, 0.0, 0.583333, 0.266667, 0.0, 0.5, 0.5, 0.0, 0.125, 0.361111, 0.5, 0.416667, 0.0, 0.2, 0.5, 0.5, 0.5, 0.392857, 0.583333, 0.5, 0.0, 0.583333, 0.583333, 0.5, 0.642857, 1.0, 0.5, 0.45, 0.1, 0.333333, 0.333333, 0.325, 0.366667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.5, 0.0, 0.25, 0.7, 0.5, 0.666667, 0.0, 0.309524, 0.638889, 0.5, 0.5, 0.392857, 0.583333, 0.5, 0.0, 0.5, 0.5, 0.5, 0.45, 0.333333, 0.416667, 0.75, 0.333333, 0.5, 0.5, 0.5, 0.45, 0.333333, 0.0, 0.0, 0.333333, 0.5, 0.0, 0.125, 0.611111, 0.25, 0.5, 0.0, 0.5, 0.5, 0.392857, 1.0, 0.5, 0.583333, 1.0, 0.0, 0.666667, 0.5, 0.5, 0.6, 0.333333, 0.361111, 1.0, 0.333333, 0.333333, 0.5, 0.5, 0.361111, 0.333333, 0.0, 0.75, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.25, 0.642857, 0.5, 0.416667, 0.0, 0.325, 0.513889, 0.5, 0.5, 0.642857, 0.583333, 0.5, 0.0, 0.45, 0.5, 0.333333, 0.416667, 0.25, 0.375, 0.45, 0.333333, 0.5, 0.35, 0.333333, 0.5, 0.25, 0.0, 0.666667, 0.333333, 0.0, 0.125, 0.25, 0.5, 0.5, 0.583333, 0.0, 0.267857, 0.583333, 0.5, 0.5, 0.45, 0.583333, 0.5, 0.0, 0.583333, 0.583333, 0.5, 0.416667, 0.333333, 0.5, 0.583333, 0.333333, 0.5, 0.583333, 0.333333, 0.5, 0.333333, 0.0, 0.583333, 0.5, 0.0, 0.5, 0.166667, 0.5, 0.5, 0.45, 0.0, 0.611111, 0.5, 0.5, 0.5, 0.5, 0.583333, 0.5, 0.0, 0.75, 0.5, 0.5, 0.45, 0.5, 0.392857, 0.45, 0.25, 0.5, 0.642857, 0.5, 0.5, 0.5, 0.0, 0.583333, 0.333333, 0.0, 0.333333, 0.642857, 0.5, 0.5, 0.416667, 0.0, 0.267857, 0.583333, 0.5, 0.5, 0.5, 0.583333, 0.333333, 0.0, 0.5, 0.5, 0.333333, 0.416667, 0.25, 0.366667, 0.45, 0.25, 1.0, 0.416667, 0.309524, 0.277778, 0.25, 0.0, 0.75, 0.333333, 0.0, 0.333333, 0.375, 0.0, 0.5, 0.642857, 0.0, 0.392857, 0.638889, 0.5, 0.5, 0.375, 0.583333, 1.0, 0.0, 0.45, 0.45, 0.5, 0.361111, 0.5, 0.416667, 0.75, 0.333333, 1.0, 1.0, 0.5, 0.5, 0.5, 0.0, 0.7, 0.5, 0.0, 0.5, 0.5, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.333333, 0.5, 0.0, 0.333333, 0.35, 0.5, 0.0, 0.392857, 0.45, 0.0, 0.416667, 0.5, 0.25, 0.45, 0.333333, 0.433333, 0.0, 0.75, 0.5, 0.333333, 1.0, 0.208333, 0.392857, 0.5, 0.5, 0.0, 0.75, 0.166667, 0.35, 0.0, 0.416667, 0.0, 0.333333, 0.5, 0.25, 0.166667, 0.5, 0.583333, 0.2, 0.7, 0.0, 0.111111, 0.35, 0.666667, 0.0, 0.366667, 0.5, 0.0, 0.5, 0.5, 0.45, 0.45, 0.142857, 0.416667, 0.0, 0.5, 0.5, 0.5, 0.5, 0.125, 0.45, 0.5, 0.5, 0.333333, 0.583333, 0.583333, 0.583333, 0.0, 0.5, 0.0, 0.111111, 0.5, 0.2, 0.333333, 0.583333, 0.583333, 0.5, 0.366667, 0.0, 0.0, 0.583333, 0.5, 0.0, 0.375, 0.45, 0.0, 0.25, 0.583333, 0.225, 0.392857, 0.0, 0.25, 0.0, 0.5, 0.5, 0.2, 0.416667, 0.416667, 0.45, 0.5, 0.361111, 0.25, 0.583333, 0.5, 0.583333, 0.0, 0.583333, 0.0, 0.0, 0.45, 0.2, 0.142857, 0.375, 0.333333, 0.5, 0.25, 0.0, 0.125, 0.416667, 1.0, 0.0, 0.45, 0.45, 0.0, 0.6, 0.5, 0.5, 0.45, 0.0, 0.5, 0.0, 0.5, 0.5, 0.5, 0.5, 0.142857, 0.333333, 0.5, 0.5, 0.333333, 0.583333, 0.392857, 0.5, 0.0, 0.5, 0.0, 0.111111, 0.7, 0.25, 0.2, 0.5, 0.5, 0.5, 0.5, 0.25, 0.0, 0.0, 0.25, 0.0, 0.0, 0.45, 0.0, 0.142857, 0.0, 0.166667, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.333333, 0.2, 0.0, 0.333333, 0.333333, 0.25, 0.0, 0.333333, 0.0, 0.0, 0.2, 0.0, 0.166667, 0.0, 0.333333, 0.0, 0.2, 0.0, 0.0, 0.583333, 0.35, 0.0, 0.45, 0.45, 0.0, 0.5, 0.5, 0.0, 0.35, 0.142857, 0.333333, 0.0, 0.583333, 0.5, 0.333333, 0.392857, 0.1625, 0.45, 0.5, 0.5, 0.142857, 0.583333, 0.366667, 0.45, 0.0, 0.583333, 0.0, 0.5, 0.6, 0.5, 0.125, 0.583333, 0.583333, 0.5, 0.25, 0.25, 0.583333, 0.0, 0.5, 0.0, 0.416667, 0.45, 0.0, 0.392857, 0.5, 0.333333, 0.5, 0.166667, 0.375, 0.0, 0.5, 0.5, 0.333333, 1.0, 0.333333, 0.45, 0.5, 0.5, 0.5, 0.833333, 0.333333, 0.361111, 0.0, 0.5, 0.0, 0.5, 0.45, 0.25, 0.166667, 0.583333, 0.583333, 0.5, 0.142857, 0.166667, 0.5, 0.0, 0.25, 0.0, 0.392857, 0.5, 0.0, 0.375, 0.375, 0.416667, 0.392857, 0.0, 0.35, 0.0, 0.5, 0.5, 0.25, 0.361111, 0.111111, 0.366667, 0.5, 0.375, 0.166667, 0.583333, 0.583333, 0.416667, 0.0, 0.583333, 0.0, 0.25, 0.5, 0.2, 0.333333, 0.5, 0.583333, 0.5, 0.5, 0.25, 0.583333, 0.0, 0.333333, 0.416667, 0.416667, 0.366667, 0.0, 0.333333, 0.333333, 0.25, 0.755556, 0.0, 0.333333, 0.0, 0.366667, 0.333333, 0.2, 0.5, 0.2, 0.291667, 0.25, 0.277778, 0.0, 0.45, 0.366667, 0.583333, 0.0, 0.236111, 0.0, 0.333333, 0.333333, 0.25, 0.0, 0.416667, 0.333333, 0.25, 0.583333, 0.0, 0.291667, 0.0, 0.2, 0.309524, 0.333333, 0.583333, 0.0, 0.5, 0.5, 0.325, 0.392857, 0.125, 0.333333, 0.0, 0.5, 0.5, 0.5, 0.5, 0.0, 0.333333, 0.333333, 0.611111, 0.1, 0.416667, 0.291667, 0.366667, 0.0, 0.5, 0.0, 0.166667, 0.75, 0.166667, 0.166667, 0.45, 0.75, 0.5, 0.5, 0.0, 0.5, 0.0, 0.0, 0.392857, 0.5, 0.0, 0.0, 0.361111, 0.5, 0.333333, 0.45, 0.0, 0.291667, 0.0, 0.392857, 0.5, 0.5, 0.5, 0.155556, 0.45, 0.5, 0.5, 0.25, 0.5, 0.5, 0.583333, 0.0, 0.583333, 0.0, 0.333333, 0.392857, 0.333333, 0.166667, 0.333333, 0.5, 0.5, 0.333333, 0.333333, 0.5, 0.0, 0.2, 0.45, 0.5, 0.0, 0.416667, 0.375, 0.45, 0.173611, 0.392857, 0.111111, 0.225, 0.0, 0.583333, 0.5, 0.5, 0.416667, 0.266667, 0.366667, 0.5, 0.5, 0.225, 0.583333, 0.583333, 0.583333, 0.0, 0.45, 0.0, 0.25, 0.361111, 0.5, 0.2, 0.5, 0.583333, 0.5, 0.333333, 0.333333, 0.361111, 0.0, 0.0, 0.5, 0.361111, 0.0, 0.583333, 0.45, 0.375, 0.5, 0.5, 0.142857, 0.392857, 0.0, 0.5, 0.5, 0.333333, 0.392857, 0.2, 0.45, 0.5, 0.5, 0.333333, 0.583333, 0.416667, 0.583333, 0.0, 0.5, 0.0, 0.5, 0.5, 0.166667, 0.333333, 0.583333, 0.583333, 0.5, 0.361111, 0.25, 0.7, 0.0, 0.111111, 0.45, 0.375, 0.0, 0.45, 0.5, 0.0, 0.366667, 0.583333, 0.0, 0.333333, 0.0, 0.45, 0.5, 0.5, 0.5, 0.183333, 0.416667, 0.5, 0.5, 0.166667, 0.583333, 0.2, 0.5, 0.0, 0.5, 0.0, 0.333333, 0.361111, 0.333333, 0.166667, 0.583333, 0.5, 0.5, 0.5, 0.2, 0.5, 0.0, 0.166667, 0.392857, 0.5, 0.0, 0.22619, 0.5, 0.0, 0.5, 0.75, 0.0, 0.25, 0.0, 0.666667, 0.333333, 0.2, 0.333333, 0.125, 0.375, 0.5, 0.5, 0.166667, 0.291667, 0.375, 0.416667, 0.0, 0.45, 0.0, 0.0, 0.625, 0.2, 0.0, 0.291667, 0.333333, 0.333333, 1.0, 0.0, 0.5, 0.0, 0.0, 0.45, 1.0, 0.0, 0.366667, 0.7, 0.0, 0.611111, 0.5, 0.142857, 0.309524, 0.0, 0.45, 0.5, 0.5, 0.5, 0.1, 0.416667, 1.0, 0.5, 0.25, 0.583333, 0.416667, 0.416667, 0.0, 0.5, 0.0, 0.5, 0.375, 0.5, 0.166667, 0.277778, 0.392857, 0.5, 0.333333, 0.2, 0.416667, 0.0, 0.142857, 0.583333, 0.361111, 0.0, 0.5, 0.45, 0.0, 0.333333, 0.5, 0.5, 0.5, 0.0, 0.7, 0.583333, 0.25, 0.333333, 0.0, 0.333333, 1.0, 0.5, 0.0, 0.7, 0.208333, 0.333333, 0.0, 0.416667, 0.0, 0.0, 0.5, 0.333333, 0.0, 0.291667, 0.531746, 0.5, 0.25, 0.0, 0.5, 0.0, 0.142857, 0.333333, 0.5, 0.0, 0.25, 0.5, 0.0, 0.45, 0.111111, 0.291667, 0.366667, 0.0, 0.833333, 0.5, 0.5, 0.5, 0.166667, 0.392857, 0.5, 0.5, 0.1, 0.5, 0.267857, 0.392857, 0.0, 0.5, 0.0, 0.333333, 0.6, 0.333333, 0.0, 0.5, 0.5, 0.5, 0.333333, 0.2, 0.583333, 0.0, 0.166667, 0.5, 0.416667, 0.0, 0.291667, 0.392857, 0.0, 0.375, 0.5, 0.142857, 0.375, 0.0, 0.75, 0.142857, 0.25, 0.333333, 0.0, 0.333333, 0.25, 0.25, 0.0, 0.277778, 0.125, 0.291667, 0.0, 0.125, 0.0, 0.125, 0.333333, 0.25, 0.0, 0.333333, 0.333333, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.25, 0.333333, 0.0, 0.2, 0.333333, 0.0, 0.309524, 0.2, 0.25, 0.5, 0.333333, 0.5, 0.166667, 0.45, 0.5, 0.5, 0.111111, 0.5, 0.333333, 0.5, 0.0, 0.416667, 0.0, 0.333333, 0.416667, 0.5, 0.0, 0.583333, 0.5, 0.5, 0.166667, 0.2, 0.5, 0.0, 0.142857, 0.392857, 0.361111, 0.0, 0.416667, 0.416667, 0.0, 0.361111, 0.5, 0.267857, 0.5, 0.25, 0.416667, 0.0, 0.2, 0.35, 0.2, 0.392857, 0.25, 0.5, 0.0, 0.45, 0.291667, 0.583333, 0.0, 0.291667, 0.0, 0.2, 0.5, 0.333333, 0.25, 0.361111, 0.392857, 0.5, 0.166667, 0.333333, 0.5, 0.0, 0.111111, 0.416667, 0.5, 0.0, 0.5, 0.375, 0.0, 0.25, 0.333333, 0.1, 0.266667, 0.0, 0.166667, 0.0, 0.5, 0.5, 0.111111, 0.45, 0.5, 0.5, 0.166667, 0.416667, 0.325, 0.583333, 0.0, 0.583333, 0.0, 0.2, 0.5, 0.333333, 0.142857, 0.242857, 0.666667, 0.5, 0.166667, 0.0, 0.333333, 0.0, 0.0, 0.583333, 0.5, 0.0, 0.45, 0.583333, 0.0, 0.2, 0.333333, 0.0, 0.35, 0.0, 0.25, 0.0, 0.5, 0.5, 0.325, 0.416667, 0.5, 0.5, 0.333333, 0.75, 0.45, 0.416667, 0.0, 0.5, 0.0, 0.333333, 0.5, 0.333333, 0.25, 0.5, 0.5, 0.5, 0.333333, 0.1, 0.45, 0.0, 0.25, 0.416667, 0.35, 0.0, 0.45, 0.5, 0.0, 0.392857, 0.5, 0.333333, 0.583333, 0.142857, 0.375, 0.0, 0.75, 0.5, 0.5, 0.5, 0.333333, 0.333333, 0.142857, 0.583333, 0.45, 0.583333, 0.0, 0.583333, 0.0, 0.142857, 0.45, 0.0, 0.333333, 0.416667, 0.416667, 0.333333, 0.0, 0.142857, 0.267857, 0.0, 0.1, 0.583333, 0.333333, 0.0, 0.361111, 0.583333, 0.166667, 0.25, 0.366667, 0.2, 0.366667, 0.0, 0.325, 0.0, 0.583333, 0.5, 0.25, 0.5, 0.5, 0.5, 0.0, 0.583333, 0.45, 0.583333, 0.0, 0.5, 0.0, 0.333333, 0.361111, 0.5, 0.111111, 0.45, 0.45, 0.5, 0.166667, 0.2, 0.416667, 0.0, 0.333333, 0.583333, 0.375, 0.0, 0.5, 0.45, 0.0, 0.25, 0.5, 0.166667, 0.583333, 0.142857, 0.277778, 0.0, 0.5, 0.5, 0.5, 0.375, 0.309524, 0.375, 0.333333, 0.583333, 0.416667, 0.583333, 0.0, 0.5, 0.0, 0.5, 0.392857, 0.333333, 0.2, 0.392857, 0.531746, 0.5, 0.333333, 0.111111, 0.583333, 0.0, 0.25, 0.583333, 0.392857, 0.0, 0.45, 0.5, 0.0, 0.392857, 0.5, 0.366667, 0.666667, 0.333333, 0.411111, 0.0, 0.75, 0.5, 0.5, 0.5, 0.142857, 0.5, 0.0, 0.416667, 0.366667, 0.583333, 0.0, 0.5, 0.0, 0.5, 0.375, 0.333333, 0.125, 0.416667, 0.416667, 0.5, 0.25, 0.142857, 0.583333, 0.0, 0.1, 0.45, 0.361111, 0.0, 0.416667, 0.45, 0.0, 0.392857, 0.5, 0.1, 0.5, 0.2, 0.5, 0.0, 0.5, 0.5, 0.5, 0.5, 0.0, 0.45, 0.5, 0.583333, 0.277778, 0.333333, 0.0, 0.366667, 0.0, 0.0, 0.375, 0.0, 0.2, 0.366667, 0.583333, 0.25, 0.333333, 0.111111, 0.333333, 0.0, 0.0, 0.416667, 0.5, 0.0, 0.333333, 0.583333, 0.0, 0.5, 0.309524, 0.5, 0.267857, 0.0, 0.25, 0.0, 0.416667, 0.333333, 0.2, 0.416667, 0.142857, 0.267857, 0.2, 0.333333, 0.242857, 0.375, 0.0, 0.416667, 0.0, 0.5, 0.375, 0.333333, 0.166667, 0.583333, 0.5, 0.5, 0.166667, 0.333333, 0.5, 0.0, 0.25, 0.5, 0.416667, 0.0, 0.392857, 0.45, 0.0, 0.266667, 0.5, 0.25, 0.45, 0.166667, 0.309524, 0.0, 0.5, 0.5, 0.333333, 0.361111, 0.325, 0.45, 0.5, 0.5, 0.125, 0.416667, 0.0, 0.5, 0.0, 0.142857, 0.45, 0.333333, 0.2, 0.309524, 0.5, 0.333333, 0.5, 0.0, 0.583333, 0.0, 0.111111, 0.45, 0.5, 0.0, 0.416667, 0.75, 0.0, 0.375, 0.333333, 0.5, 0.392857, 0.166667, 0.5, 0.0, 0.5, 0.5, 0.5, 0.5, 0.25, 0.392857, 1.0, 0.5, 0.333333, 0.45, 0.0, 0.416667, 0.0, 0.333333, 0.392857, 0.333333, 0.125, 0.325, 0.583333, 0.5, 0.166667, 0.0, 0.583333, 0.0, 0.2, 0.45, 0.5, 0.0, 0.392857, 0.416667, 0.0, 0.333333, 0.392857, 0.0, 0.309524, 0.125, 0.366667, 0.0, 0.5, 0.5, 0.333333, 0.5, 0.171429, 0.416667, 0.5, 0.5, 0.225, 0.583333, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.45, 0.2, 0.166667, 0.291667, 0.45, 0.5, 0.5, 0.0, 0.5, 0.0, 0.111111, 0.416667, 0.5, 0.0, 0.291667, 0.45, 0.0, 0.375, 0.5, 0.25, 0.45, 0.0, 0.375, 0.0, 0.45, 0.5, 0.5, 0.5, 0.125, 0.45, 0.5, 0.5, 0.0, 0.5, 0.392857, 0.583333, 0.0, 0.142857, 0.291667, 0.0, 0.125, 0.277778, 0.291667, 0.2, 0.142857, 0.0, 0.291667, 0.0, 0.142857, 0.366667, 0.5, 0.0, 0.333333, 0.333333, 0.0, 0.25, 0.25, 0.291667, 0.25, 0.0, 0.242857, 0.0, 0.366667, 0.333333, 0.2, 0.25, 0.0, 0.309524, 0.333333, 0.2, 0.0, 0.416667, 0.309524, 0.416667, 0.0, 0.333333, 0.416667, 0.5, 0.0, 0.416667, 0.583333, 0.333333, 0.0, 0.125, 0.291667, 0.0, 0.25, 0.416667, 0.45, 0.0, 0.266667, 0.366667, 0.0, 0.416667, 0.333333, 0.0, 0.416667, 0.142857, 0.325, 0.0, 0.45, 0.333333, 0.333333, 0.333333, 0.166667, 0.45, 0.5, 0.5, 0.0, 0.583333, 0.196429, 0.333333, 0.0, 0.325, 0.0, 0.25, 0.2, 0.583333, 0.5, 0.5, 0.5, 0.111111, 0.35, 0.0, 0.166667, 0.5, 0.361111, 0.0, 0.5, 0.7, 0.0, 0.5, 0.5, 0.5, 0.416667, 0.166667, 0.5, 0.0, 0.45, 0.5, 0.5, 0.5, 0.142857, 0.45, 0.5, 0.5, 0.25, 0.583333, 0.5, 0.583333, 0.0, 0.5, 0.0, 0.5, 0.142857, 0.35, 0.5, 0.5, 0.125, 0.0, 0.583333, 0.0, 0.25, 0.5, 0.375, 0.0, 0.35, 0.5, 0.0, 0.267857, 0.5, 0.25, 0.392857, 0.0, 0.375, 0.0, 0.583333, 0.5, 0.5, 0.35, 0.111111, 0.5, 0.333333, 0.5, 0.0, 0.583333, 0.366667, 0.583333, 0.0, 0.5, 0.0, 0.25, 0.416667, 0.196429, 0.375, 0.333333, 0.5, 0.166667, 0.392857, 0.0, 0.0, 0.25, 0.5, 0.0, 0.242857, 0.833333, 0.0, 1.0, 0.333333, 0.333333, 0.416667, 0.0, 0.25, 0.0, 0.361111, 0.5, 0.333333, 0.333333, 0.0, 0.277778, 0.333333, 0.5, 0.111111, 0.45, 0.392857, 0.333333, 0.0, 0.45, 0.0, 0.0, 0.45, 0.333333, 0.392857, 0.5, 0.5, 0.166667, 0.5, 0.0, 0.2, 0.416667, 0.5, 0.0, 0.5, 0.416667, 0.0, 0.45, 0.5, 0.1, 0.309524, 0.0, 0.375, 0.0, 0.5, 0.5, 0.0, 1.0, 0.125, 0.45, 0.25, 0.333333, 0.2, 0.583333, 0.196429, 0.366667, 0.0, 0.325, 0.0, 0.333333, 0.416667, 0.0, 0.25, 0.5, 0.2, 0.0, 0.45, 0.0, 0.0, 0.5, 0.5, 0.0, 0.416667, 0.583333, 0.0, 0.333333, 0.5, 0.0, 0.5, 0.111111, 0.5, 0.0, 0.5, 0.5, 0.5, 0.5, 0.125, 0.416667, 0.5, 0.5, 0.125, 0.416667, 0.45, 0.583333, 0.0, 0.583333, 0.0, 0.5, 0.375, 0.333333, 0.25, 0.291667, 0.5, 0.5, 0.333333, 0.5, 0.25, 0.333333, 0.5, 0.333333, 0.5, 0.333333, 0.333333, 0.0, 0.125, 0.5, 0.125, 0.166667, 0.0, 0.5, 0.1, 0.5, 0.5, 0.0, 0.333333, 0.5, 0.25, 0.333333, 0.333333, 0.1, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.5, 0.5, 0.5, 0.333333, 0.5, 0.333333, 0.333333, 0.5, 0.333333, 1.0, 0.0, 0.5, 0.5, 0.166667, 0.333333, 0.166667, 0.5, 0.2, 0.5, 0.5, 0.0, 0.5, 0.0, 0.5, 0.0, 0.333333, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.25, 0.0, 0.5, 0.5, 0.5, 0.5, 0.166667, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.0, 0.0, 0.5, 0.0, 0.1, 0.333333, 0.5, 0.2, 0.5, 0.5, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.5, 0.166667, 0.142857, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.5, 0.5, 0.5, 0.5, 0.142857, 0.5, 0.333333, 0.333333, 0.5, 0.2, 0.5, 0.0, 0.333333, 0.5, 0.1, 0.25, 0.25, 0.333333, 0.0, 0.5, 0.5, 0.0, 0.5, 0.0, 0.5, 0.0, 0.5, 0.25, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.5, 0.0, 0.5, 0.5, 0.5, 0.333333, 0.333333, 0.5, 0.333333, 0.5, 0.5, 0.25, 0.5, 0.0, 0.333333, 0.5, 0.0, 0.5, 0.0, 0.5, 0.166667, 0.5, 0.5, 0.0, 0.5, 0.0, 0.5, 0.0, 0.5, 0.5, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.111111, 0.5, 0.5, 0.333333, 0.5, 0.111111, 0.333333, 0.5, 0.0, 0.25, 0.142857, 0.5, 0.0, 0.5, 1.0, 0.0, 0.5, 0.0, 0.5, 0.0, 0.333333, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.5, 0.333333, 0.5, 0.5, 1.0, 0.333333, 0.5, 0.5, 0.5, 0.5, 0.0, 0.5, 0.5, 0.0, 0.25, 0.0, 0.25, 0.2, 0.5, 0.5, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.5, 0.5, 0.166667, 0.0, 0.5, 0.0, 0.5, 0.5, 0.0, 1.0, 0.5, 0.5, 0.5, 0.333333, 0.5, 0.25, 0.5, 0.5, 0.25, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.5, 0.142857, 0.5, 0.333333, 0.0, 0.333333, 0.0, 0.2, 0.0, 0.125, 0.111111, 0.0, 0.0, 0.125, 0.0, 0.166667, 0.142857, 0.0, 0.333333, 0.5, 0.142857, 0.333333, 0.333333, 0.25, 0.0, 0.333333, 0.5, 0.2, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.5, 0.0, 0.25, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.5, 0.2, 0.5, 0.2, 0.333333, 0.1, 0.333333, 0.333333, 0.25, 0.5, 0.0, 0.333333, 0.5, 0.0, 0.25, 0.25, 0.5, 0.1, 0.5, 0.5, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.5, 0.5, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.5, 0.5, 0.5, 0.5, 0.5, 1.0, 0.25, 0.5, 0.0, 0.5, 0.333333, 0.0, 0.333333, 0.5, 0.142857, 0.25, 0.0, 0.333333, 0.333333, 0.5, 0.333333, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.333333, 0.25, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.333333, 0.333333, 0.5, 0.333333, 0.5, 0.25, 0.5, 0.333333, 0.5, 0.5, 0.0, 0.5, 0.5, 0.0, 0.333333, 0.25, 0.5, 0.142857, 0.5, 0.333333, 0.0, 0.5, 0.0, 1.0, 0.333333, 0.5, 0.25, 0.0, 0.0, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.5, 0.5, 0.5, 0.5, 1.0, 0.5, 0.5, 0.333333, 0.333333, 0.5, 0.25, 0.0, 0.5, 0.0, 0.0, 0.125, 0.333333, 0.0, 0.25, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.2, 0.0, 0.166667, 0.25, 0.166667, 0.1, 0.111111, 0.0, 0.5, 0.333333, 0.0, 0.25, 0.5, 0.1, 0.333333, 0.2, 0.5, 0.111111, 0.5, 0.333333, 0.111111, 0.333333, 0.0, 1.0, 0.0, 0.5, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.166667, 0.0, 0.5, 0.333333, 0.5, 0.333333, 0.5, 0.5, 0.333333, 0.5, 0.0, 0.25, 0.5, 0.333333, 1.0, 0.0, 0.0, 0.2, 0.125, 0.5, 0.1, 0.5, 0.5, 0.0, 0.25, 0.0, 0.333333, 0.0, 0.5, 0.125, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.2, 0.0, 0.166667, 0.5, 0.5, 0.333333, 0.5, 0.5, 0.2, 0.333333, 0.125, 0.333333, 0.5, 0.166667, 0.333333, 0.0, 0.333333, 0.333333, 0.166667, 0.25, 0.111111, 0.333333, 0.333333, 0.5, 0.5, 0.125, 0.25, 0.0, 0.333333, 0.166667, 0.0, 0.0, 0.333333, 0.0, 0.2, 0.1, 0.0, 0.5, 0.5, 0.333333, 0.25, 0.333333, 0.5, 0.2, 0.5, 0.25, 0.25, 0.5, 0.5, 0.333333, 0.0, 0.25, 0.5, 0.25, 0.333333, 0.25, 0.5, 0.333333, 0.2, 0.5, 0.0, 1.0, 0.142857, 0.333333, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.333333, 0.333333, 0.5, 0.5, 0.5, 0.333333, 0.5, 0.333333, 0.25, 0.5, 0.333333, 0.5, 0.0, 0.333333, 0.5, 0.25, 0.333333, 0.0, 0.333333, 0.333333, 0.0, 0.333333, 0.125, 0.142857, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.125, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.5, 0.142857, 0.333333, 0.333333, 0.25, 0.125, 0.1, 0.0, 0.2, 0.5, 0.0, 0.333333, 0.0, 0.1, 0.333333, 0.0, 0.125, 0.0, 0.333333, 0.5, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.5, 0.2, 0.0, 0.0, 0.2, 0.0, 0.0, 0.5, 0.0, 0.25, 0.5, 0.333333, 0.333333, 0.5, 0.5, 0.2, 0.125, 0.2, 0.333333, 0.5, 0.142857, 0.5, 0.0, 0.333333, 0.5, 0.0, 0.2, 0.25, 0.5, 0.333333, 0.0, 0.5, 0.0, 0.5, 0.0, 0.333333, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.166667, 0.0, 0.5, 0.333333, 0.333333, 0.333333, 0.333333, 0.5, 0.25, 0.5, 0.5, 0.5, 0.5, 0.333333, 0.333333, 0.0, 0.25, 0.5, 0.125, 0.333333, 0.0, 0.2, 0.5, 0.0, 0.333333, 0.111111, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.5, 0.0, 0.5, 0.5, 0.2, 0.5, 0.25, 0.25, 0.0, 0.333333, 0.333333, 0.5, 0.5, 0.5, 0.2, 0.0, 0.1, 0.5, 0.0, 0.0, 0.25, 0.333333, 0.111111, 0.125, 0.5, 0.0, 0.5, 0.0, 0.5, 0.25, 0.0, 0.0, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.5, 0.5, 0.333333, 0.5, 0.5, 0.5, 0.5, 0.333333, 0.333333, 0.5, 0.333333, 0.333333, 0.0, 0.333333, 0.5, 0.142857, 0.333333, 0.166667, 0.5, 0.1, 0.5, 0.333333, 0.142857, 0.333333, 0.0, 0.333333, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.5, 0.333333, 0.25, 0.2, 0.5, 0.333333, 0.333333, 0.25, 0.333333, 0.5, 0.333333, 0.333333, 0.0, 0.25, 0.333333, 0.333333, 0.2, 0.25, 0.142857, 0.125, 0.333333, 0.333333, 0.0, 0.333333, 0.0, 0.5, 0.142857, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.166667, 0.5, 0.5, 0.5, 0.333333, 0.5, 0.5, 0.0, 0.1, 0.5, 0.0, 0.333333, 0.2, 0.5, 0.111111, 0.5, 0.5, 0.0, 0.125, 0.125, 0.1, 0.142857, 0.1, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.125, 0.5, 0.0, 0.333333, 0.333333, 0.333333, 0.1, 0.142857, 0.142857, 0.333333, 0.5, 0.142857, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.111111, 0.25, 0.333333, 0.0, 0.333333, 0.25, 0.0, 0.5, 0.0, 0.5, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.0, 0.166667, 0.0, 0.333333, 0.5, 0.5, 0.333333, 0.5, 0.5, 0.5, 0.5, 0.25, 0.5, 0.5, 0.5, 1.0, 0.0, 0.5, 0.5, 0.0, 0.5, 0.2, 0.5, 0.142857, 0.333333, 0.5, 0.0, 0.5, 0.0, 0.333333, 0.333333, 0.333333, 0.0, 0.333333, 0.0, 0.25, 0.142857, 0.0, 0.5, 0.333333, 0.333333, 0.25, 0.5, 0.5, 0.333333, 0.5, 0.0, 0.25, 0.5, 0.25, 0.5, 0.0, 0.333333, 0.333333, 0.125, 0.333333, 0.0, 0.333333, 0.111111, 0.333333, 0.5, 0.0, 0.25, 0.333333, 0.5, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.5, 0.333333, 0.5, 0.5, 0.5, 0.25, 0.5, 0.25, 0.5, 0.5, 0.25, 1.0, 0.0, 0.5, 0.5, 0.142857, 0.333333, 0.166667, 0.5, 0.166667, 0.5, 0.5, 0.0, 0.333333, 0.0, 0.5, 0.142857, 0.0, 0.0, 0.333333, 0.0, 0.25, 0.2, 0.0, 0.5, 0.333333, 0.333333, 0.333333, 0.5, 0.5, 0.333333, 0.5, 0.2, 0.2, 0.5, 0.333333, 0.5, 0.0, 0.333333, 0.5, 0.0, 0.333333, 0.0, 0.333333, 0.2, 0.5, 0.333333, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.142857, 0.25, 0.0, 0.5, 0.333333, 0.25, 0.5, 0.333333, 0.5, 0.25, 0.5, 0.5, 0.5, 0.5, 0.333333, 0.333333, 0.0, 0.0, 0.5, 0.1, 0.0, 0.111111, 0.333333, 0.1, 0.5, 0.5, 0.0, 0.25, 0.333333, 0.166667, 0.0, 0.25, 0.0, 0.2, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.333333, 0.25, 0.25, 0.333333, 0.5, 0.111111, 0.333333, 0.333333, 0.5, 0.5, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.25, 0.1, 0.5, 0.333333, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.1, 0.333333, 0.0, 0.1, 0.166667, 0.0, 0.333333, 0.25, 0.333333, 0.333333, 0.5, 0.5, 0.333333, 0.5, 0.125, 0.5, 0.5, 0.333333, 0.333333, 0.0, 0.25, 0.5, 0.0, 0.333333, 0.125, 0.333333, 0.166667, 0.5, 0.333333, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.333333, 0.333333, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.5, 0.333333, 0.333333, 0.333333, 0.5, 0.25, 0.333333, 0.5, 0.25, 0.5, 0.333333, 0.25, 0.333333, 0.0, 0.25, 0.5, 0.0, 0.142857, 0.0, 0.142857, 0.0, 0.5, 0.333333, 0.0, 0.333333, 0.0, 0.333333, 0.2, 0.333333, 0.333333, 0.333333, 0.0, 0.25, 0.0, 0.0, 0.5, 0.5, 0.0, 0.5, 0.5, 0.5, 0.1, 0.333333, 0.166667, 0.5, 0.5, 0.5, 0.25, 0.0, 0.0, 0.5, 0.0, 0.111111, 0.0, 0.25, 0.0, 0.5, 0.5, 0.0, 0.333333, 0.125, 0.25, 0.0, 0.5, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.333333, 0.2, 0.333333, 0.25, 0.25, 0.166667, 0.333333, 0.333333, 0.333333, 0.333333, 0.333333, 0.333333, 0.0, 0.2, 0.333333, 0.0, 0.142857, 0.125, 0.333333, 0.0, 0.333333, 0.333333, 0.0, 0.333333, 0.111111, 0.333333, 0.0, 0.25, 0.166667, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.166667, 0.5, 0.5, 0.5, 0.5, 0.5, 0.333333, 1.0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.0, 0.333333, 0.5, 0.1, 0.5, 0.0, 0.142857, 0.25, 0.5, 0.5, 0.0, 0.5, 0.0, 0.5, 0.111111, 0.5, 0.2, 0.2, 0.0, 0.166667, 0.0, 0.25, 0.5, 0.0, 0.5, 0.5, 1.0, 0.333333, 0.0, 0.7, 0.0, 0.0, 0.45, 0.5, 0.392857, 0.0, 0.333333, 0.25, 0.25, 0.142857, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.0, 0.125, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.5, 0.45, 0.25, 0.333333, 0.583333, 0.142857, 0.0, 0.5, 0.375, 0.583333, 1.0, 0.25, 1.0, 0.392857, 0.142857, 0.0, 0.0, 0.45, 0.375, 0.0, 0.0, 0.5, 0.333333, 0.416667, 0.166667, 0.25, 0.166667, 0.2, 0.45, 0.5, 0.125, 0.333333, 0.583333, 0.5, 0.0, 0.583333, 0.277778, 0.833333, 0.333333, 0.333333, 0.5, 0.5, 0.125, 0.333333, 0.0, 0.642857, 0.416667, 0.0, 0.0, 0.5, 0.333333, 0.416667, 0.333333, 0.392857, 0.166667, 0.5, 0.416667, 0.583333, 0.0, 0.0, 0.7, 0.1, 0.0, 1.0, 0.5, 0.5, 0.333333, 0.333333, 0.25, 0.333333, 0.166667, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.25, 0.333333, 0.45, 0.0, 0.125, 0.142857, 0.0, 0.5, 0.361111, 0.5, 0.5, 0.5, 0.142857, 0.2, 0.416667, 0.142857, 0.5, 0.142857, 0.5, 0.392857, 0.309524, 0.5, 0.0, 0.0, 0.5, 0.392857, 0.0, 0.5, 0.0, 0.5, 0.5, 0.166667, 0.5, 0.166667, 0.5, 0.25, 0.416667, 0.375, 0.45, 0.5, 0.142857, 0.2, 0.361111, 0.0, 0.583333, 0.125, 0.5, 0.45, 0.392857, 0.5, 0.0, 0.0, 0.45, 0.375, 0.0, 0.5, 0.125, 0.5, 0.5, 0.5, 1.0, 0.166667, 0.35, 0.5, 0.45, 0.5, 0.333333, 0.25, 0.0, 0.0, 0.75, 0.375, 0.45, 0.5, 0.333333, 0.166667, 0.5, 0.142857, 0.142857, 0.0, 0.45, 0.5, 0.0, 0.0, 0.5, 0.333333, 0.325, 0.2, 0.166667, 0.111111, 0.5, 0.291667, 0.45, 0.5, 0.5, 0.0, 0.333333, 0.333333, 0.25, 0.25, 0.583333, 0.2, 0.5, 0.333333, 0.266667, 0.142857, 0.0, 0.0, 0.325, 0.583333, 0.0, 0.0, 0.5, 0.333333, 0.309524, 0.5, 0.361111, 0.0, 0.173611, 0.5, 0.5, 0.416667, 0.333333, 0.2, 0.5, 0.45, 0.625, 1.0, 0.5, 0.1, 0.166667, 0.2, 0.142857, 0.0, 0.0, 0.0, 1.0, 0.333333, 0.0, 0.0, 0.166667, 0.125, 0.366667, 0.0, 0.0, 0.166667, 0.5, 0.333333, 0.2, 0.333333, 1.0, 0.1, 0.0, 0.611111, 0.0, 0.45, 0.416667, 0.333333, 0.333333, 0.5, 0.5, 0.25, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.5, 0.333333, 0.416667, 0.0, 0.111111, 0.125, 0.333333, 0.5, 0.583333, 0.5, 1.0, 0.5, 0.2, 0.75, 0.0, 0.0, 0.642857, 0.333333, 0.333333, 0.25, 0.333333, 0.142857, 1.0, 0.0, 0.666667, 1.0, 0.0, 0.0, 0.5, 0.166667, 0.22619, 0.0, 0.2, 0.333333, 0.333333, 0.45, 0.45, 1.0, 0.5, 0.166667, 0.333333, 0.833333, 0.25, 0.0, 0.5, 0.25, 0.333333, 0.5, 0.5, 0.166667, 0.333333, 0.0, 0.666667, 0.392857, 0.0, 0.0, 0.5, 0.333333, 0.583333, 0.333333, 0.375, 0.25, 0.5, 0.333333, 0.5, 0.625, 0.5, 0.2, 0.5, 0.583333, 0.25, 0.0, 0.5, 0.333333, 0.333333, 0.25, 0.35, 0.0, 0.0, 0.0, 0.45, 0.5, 0.0, 0.0, 0.5, 0.333333, 0.5, 0.25, 0.166667, 0.125, 0.333333, 0.5, 0.583333, 0.5, 0.333333, 0.0, 0.333333, 0.583333, 0.111111, 0.0, 0.333333, 0.416667, 0.5, 0.5, 0.208333, 0.5, 0.166667, 0.0, 0.45, 0.45, 0.0, 0.5, 0.2, 0.5, 0.5, 0.5, 0.5, 0.166667, 0.361111, 0.5, 0.416667, 0.583333, 0.333333, 0.166667, 0.5, 0.583333, 0.0, 0.5, 0.392857, 0.173611, 0.583333, 0.166667, 0.45, 0.142857, 0.1, 0.0, 0.583333, 0.5, 0.0, 0.0, 0.5, 0.25, 0.333333, 0.333333, 0.333333, 0.25, 0.267857, 0.5, 0.5, 0.392857, 0.236111, 0.125, 0.5, 0.583333, 0.2, 0.25, 0.392857, 0.375, 0.5, 0.5, 0.333333, 0.142857, 0.1, 0.0, 0.642857, 0.45, 0.0, 0.0, 0.5, 0.25, 0.583333, 0.25, 0.309524, 0.25, 0.5, 0.416667, 0.555556, 0.5, 0.5, 0.25, 0.333333, 0.583333, 0.25, 0.1, 0.416667, 0.225, 0.416667, 0.5, 0.333333, 0.5, 0.2, 0.0, 0.45, 0.392857, 0.0, 0.5, 0.0, 0.5, 0.5, 0.5, 0.5, 0.333333, 0.333333, 0.5, 0.35, 0.5, 0.5, 0.333333, 0.5, 0.5, 0.142857, 0.5, 0.5, 0.2, 0.5, 0.166667, 0.5, 0.5, 0.25, 0.0, 0.583333, 0.416667, 0.0, 0.25, 0.5, 0.25, 0.166667, 0.0, 0.333333, 0.333333, 0.458333, 0.2, 0.555556, 0.5, 0.392857, 0.5, 0.25, 0.583333, 0.25, 0.0, 0.416667, 0.7, 0.45, 0.25, 0.5, 0.325, 0.291667, 0.125, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.833333, 0.0, 0.0, 0.5, 0.333333, 0.583333, 0.333333, 0.366667, 0.333333, 1.0, 0.5, 0.555556, 1.0, 0.366667, 0.1, 0.5, 0.583333, 0.5, 0.0, 0.583333, 0.45, 0.625, 0.5, 0.333333, 0.5, 0.5, 0.125, 0.333333, 0.0, 0.0, 0.0, 0.5, 0.2, 0.35, 0.0, 0.0, 0.333333, 0.333333, 0.333333, 0.5, 0.5, 0.583333, 0.25, 0.142857, 0.583333, 0.2, 0.0, 0.5, 0.75, 1.0, 0.266667, 0.333333, 0.5, 0.5, 0.0, 0.5, 0.0, 0.75, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 1.0, 0.5, 0.5, 0.333333, 0.171429, 0.5, 0.333333, 0.35, 0.416667, 0.166667, 0.333333, 0.5, 0.583333, 0.0, 0.5, 0.35, 0.0, 0.583333, 0.0, 0.5, 1.0, 0.5, 0.5, 0.1, 0.0, 0.35, 0.416667, 0.0, 0.166667, 0.196429, 0.25, 0.236111, 0.333333, 0.25, 0.333333, 0.35, 0.375, 0.375, 0.2, 0.333333, 0.583333, 0.333333, 0.0, 0.583333, 0.375, 0.75, 0.5, 0.333333, 0.5, 0.5, 0.0, 0.5, 0.0, 0.416667, 0.5, 0.0, 0.0, 0.625, 0.5, 0.5, 0.291667, 0.611111, 0.5, 0.45, 0.583333, 0.35, 0.5, 0.5, 0.583333, 0.125, 0.166667, 0.392857, 0.25, 0.5, 0.333333, 0.5, 0.75, 0.392857, 0.333333, 0.142857, 0.0, 0.45, 0.45, 0.0, 1.0, 0.5, 0.5, 0.366667, 0.333333, 0.366667, 0.366667, 0.416667, 0.361111, 0.583333, 0.25, 0.5, 0.583333, 0.166667, 0.142857, 0.583333, 0.2, 0.45, 0.5, 0.333333, 0.392857, 0.375, 0.25, 0.2, 0.0, 0.583333, 0.5, 0.0, 0.142857, 0.25, 0.333333, 0.25, 0.142857, 0.25, 0.333333, 0.433333, 0.5, 0.5, 0.5, 0.2, 0.625, 0.0, 0.0, 0.45, 0.5, 0.5, 0.5, 0.333333, 0.5, 0.5, 0.0, 0.166667, 0.0, 0.45, 0.5, 0.0, 0.0, 0.333333, 0.25, 0.5, 0.142857, 0.25, 0.5, 0.2, 0.333333, 0.5, 0.1, 0.333333, 0.583333, 0.25, 0.0, 0.392857, 0.211111, 0.45, 0.2, 0.5, 0.25, 0.25, 0.1, 0.166667, 0.0, 0.5, 0.333333, 0.0, 0.0, 0.333333, 0.333333, 0.416667, 0.333333, 0.208333, 0.2, 0.2, 0.333333, 0.0, 0.0, 0.333333, 0.208333, 0.111111, 0.166667, 0.142857, 0.111111, 0.196429, 0.0, 0.25, 0.0, 0.25, 0.25, 0.0, 0.0, 0.266667, 0.236111, 0.0, 0.0, 0.0, 0.5, 0.5, 0.5, 0.25, 0.333333, 0.805556, 0.6, 0.333333, 0.0, 0.333333, 0.583333, 0.333333, 0.0, 0.583333, 0.291667, 1.0, 0.333333, 0.333333, 0.333333, 0.5, 0.166667, 0.166667, 0.0, 0.625, 1.0, 0.0, 0.0, 0.5, 0.333333, 0.361111, 0.166667, 0.225, 0.291667]\nEmbedding: wang2vec_cbow_s300_analogy_POSTAG_vocab.vec\n\n[{'section': '| capital-common-countries', 'correct': [], 'incorrect': []}, {'section': '| capital-world', 'correct': [], 'incorrect': []}, {'section': '| currency', 'correct': [], 'incorrect': []}, {'section': '| city-in-state', 'correct': [], 'incorrect': []}, {'section': '| family', 'correct': [('rapaz', 'rapariga', 'irmã', 'irmão'), ('rapaz', 'rapariga', 'irmãs', 'irmãos'), ('rapaz', 'rapariga', 'mãe', 'pai'), ('rapaz', 'rapariga', 'mãe', 'pai'), ('rapaz', 'rapariga', 'avó', 'avô'), ('rapaz', 'rapariga', 'avó', 'avô'), ('rapaz', 'rapariga', 'neta', 'neto'), ('rapaz', 'rapariga', 'noiva', 'noivo'), ('rapaz', 'rapariga', 'ela', 'ele'), ('rapaz', 'rapariga', 'dela', 'dele'), ('rapaz', 'rapariga', 'mulher', 'marido'), ('rapaz', 'rapariga', 'rainha', 'rei'), ('rapaz', 'rapariga', 'mulher', 'homem'), ('rapaz', 'rapariga', 'sobrinha', 'sobrinho'), ('rapaz', 'rapariga', 'princesa', 'príncipe'), ('rapaz', 'rapariga', 'filha', 'filho'), ('rapaz', 'rapariga', 'meia-irmã', 'meio-irmão'), ('rapaz', 'rapariga', 'madrasta', 'padrasto'), ('rapaz', 'rapariga', 'enteada', 'enteado'), ('rapaz', 'rapariga', 'tia', 'tio'), ('irmão', 'irmã', 'irmãs', 'irmãos'), ('irmão', 'irmã', 'mãe', 'pai'), ('irmão', 'irmã', 'mãe', 'pai'), ('irmão', 'irmã', 'avó', 'avô'), ('irmão', 'irmã', 'avó', 'avô'), ('irmão', 'irmã', 'neta', 'neto'), ('irmão', 'irmã', 'noiva', 'noivo'), ('irmão', 'irmã', 'ela', 'ele'), ('irmão', 'irmã', 'dela', 'dele'), ('irmão', 'irmã', 'mulher', 'marido'), ('irmão', 'irmã', 'rainha', 'rei'), ('irmão', 'irmã', 'mulher', 'homem'), ('irmão', 'irmã', 'sobrinha', 'sobrinho'), ('irmão', 'irmã', 'princesa', 'príncipe'), ('irmão', 'irmã', 'filha', 'filho'), ('irmão', 'irmã', 'meia-irmã', 'meio-irmão'), ('irmão', 'irmã', 'madrasta', 'padrasto'), ('irmão', 'irmã', 'enteada', 'enteado'), ('irmão', 'irmã', 'tia', 'tio'), ('irmão', 'irmã', 'rapariga', 'rapaz'), ('irmãos', 'irmãs', 'mãe', 'pai'), ('irmãos', 'irmãs', 'mãe', 'pai'), ('irmãos', 'irmãs', 'avó', 'avô'), ('irmãos', 'irmãs', 'avó', 'avô'), ('irmãos', 'irmãs', 'neta', 'neto'), ('irmãos', 'irmãs', 'noiva', 'noivo'), ('irmãos', 'irmãs', 'ela', 'ele'), ('irmãos', 'irmãs', 'dela', 'dele'), ('irmãos', 'irmãs', 'mulher', 'marido'), ('irmãos', 'irmãs', 'rainha', 'rei'), ('irmãos', 'irmãs', 'mulher', 'homem'), ('irmãos', 'irmãs', 'sobrinha', 'sobrinho'), ('irmãos', 'irmãs', 'princesa', 'príncipe'), ('irmãos', 'irmãs', 'filha', 'filho'), ('irmãos', 'irmãs', 'meia-irmã', 'meio-irmão'), ('irmãos', 'irmãs', 'madrasta', 'padrasto'), ('irmãos', 'irmãs', 'enteada', 'enteado'), ('irmãos', 'irmãs', 'tia', 'tio'), ('irmãos', 'irmãs', 'rapariga', 'rapaz'), ('irmãos', 'irmãs', 'irmã', 'irmão'), ('pai', 'mãe', 'mãe', 'pai'), ('pai', 'mãe', 'avó', 'avô'), ('pai', 'mãe', 'avó', 'avô'), ('pai', 'mãe', 'noiva', 'noivo'), ('pai', 'mãe', 'ela', 'ele'), ('pai', 'mãe', 'dela', 'dele'), ('pai', 'mãe', 'mulher', 'marido'), ('pai', 'mãe', 'rainha', 'rei'), ('pai', 'mãe', 'mulher', 'homem'), ('pai', 'mãe', 'sobrinha', 'sobrinho'), ('pai', 'mãe', 'princesa', 'príncipe'), ('pai', 'mãe', 'filha', 'filho'), ('pai', 'mãe', 'meia-irmã', 'meio-irmão'), ('pai', 'mãe', 'madrasta', 'padrasto'), ('pai', 'mãe', 'enteada', 'enteado'), ('pai', 'mãe', 'tia', 'tio'), ('pai', 'mãe', 'rapariga', 'rapaz'), ('pai', 'mãe', 'irmã', 'irmão'), ('pai', 'mãe', 'irmãs', 'irmãos'), ('pai', 'mãe', 'avó', 'avô'), ('pai', 'mãe', 'avó', 'avô'), ('pai', 'mãe', 'noiva', 'noivo'), ('pai', 'mãe', 'ela', 'ele'), ('pai', 'mãe', 'dela', 'dele'), ('pai', 'mãe', 'mulher', 'marido'), ('pai', 'mãe', 'rainha', 'rei'), ('pai', 'mãe', 'mulher', 'homem'), ('pai', 'mãe', 'sobrinha', 'sobrinho'), ('pai', 'mãe', 'princesa', 'príncipe'), ('pai', 'mãe', 'filha', 'filho'), ('pai', 'mãe', 'meia-irmã', 'meio-irmão'), ('pai', 'mãe', 'madrasta', 'padrasto'), ('pai', 'mãe', 'enteada', 'enteado'), ('pai', 'mãe', 'tia', 'tio'), ('pai', 'mãe', 'rapariga', 'rapaz'), ('pai', 'mãe', 'irmã', 'irmão'), ('pai', 'mãe', 'irmãs', 'irmãos'), ('pai', 'mãe', 'mãe', 'pai'), ('avô', 'avó', 'avó', 'avô'), ('avô', 'avó', 'neta', 'neto'), ('avô', 'avó', 'noiva', 'noivo'), ('avô', 'avó', 'ela', 'ele'), ('avô', 'avó', 'dela', 'dele'), ('avô', 'avó', 'mulher', 'marido'), ('avô', 'avó', 'rainha', 'rei'), ('avô', 'avó', 'mulher', 'homem'), ('avô', 'avó', 'sobrinha', 'sobrinho'), ('avô', 'avó', 'princesa', 'príncipe'), ('avô', 'avó', 'filha', 'filho'), ('avô', 'avó', 'meia-irmã', 'meio-irmão'), ('avô', 'avó', 'enteada', 'enteado'), ('avô', 'avó', 'tia', 'tio'), ('avô', 'avó', 'rapariga', 'rapaz'), ('avô', 'avó', 'irmã', 'irmão'), ('avô', 'avó', 'irmãs', 'irmãos'), ('avô', 'avó', 'mãe', 'pai'), ('avô', 'avó', 'mãe', 'pai'), ('avô', 'avó', 'neta', 'neto'), ('avô', 'avó', 'noiva', 'noivo'), ('avô', 'avó', 'ela', 'ele'), ('avô', 'avó', 'dela', 'dele'), ('avô', 'avó', 'mulher', 'marido'), ('avô', 'avó', 'rainha', 'rei'), ('avô', 'avó', 'mulher', 'homem'), ('avô', 'avó', 'sobrinha', 'sobrinho'), ('avô', 'avó', 'princesa', 'príncipe'), ('avô', 'avó', 'filha', 'filho'), ('avô', 'avó', 'meia-irmã', 'meio-irmão'), ('avô', 'avó', 'enteada', 'enteado'), ('avô', 'avó', 'tia', 'tio'), ('avô', 'avó', 'rapariga', 'rapaz'), ('avô', 'avó', 'irmã', 'irmão'), ('avô', 'avó', 'irmãs', 'irmãos'), ('avô', 'avó', 'mãe', 'pai'), ('avô', 'avó', 'mãe', 'pai'), ('avô', 'avó', 'avó', 'avô'), ('neto', 'neta', 'noiva', 'noivo'), ('neto', 'neta', 'ela', 'ele'), ('neto', 'neta', 'dela', 'dele'), ('neto', 'neta', 'rainha', 'rei'), ('neto', 'neta', 'mulher', 'homem'), ('neto', 'neta', 'sobrinha', 'sobrinho'), ('neto', 'neta', 'princesa', 'príncipe'), ('neto', 'neta', 'filha', 'filho'), ('neto', 'neta', 'meia-irmã', 'meio-irmão'), ('neto', 'neta', 'madrasta', 'padrasto'), ('neto', 'neta', 'enteada', 'enteado'), ('neto', 'neta', 'tia', 'tio'), ('neto', 'neta', 'rapariga', 'rapaz'), ('neto', 'neta', 'irmã', 'irmão'), ('neto', 'neta', 'irmãs', 'irmãos'), ('neto', 'neta', 'mãe', 'pai'), ('neto', 'neta', 'mãe', 'pai'), ('neto', 'neta', 'avó', 'avô'), ('neto', 'neta', 'avó', 'avô'), ('noivo', 'noiva', 'ela', 'ele'), ('noivo', 'noiva', 'dela', 'dele'), ('noivo', 'noiva', 'mulher', 'marido'), ('noivo', 'noiva', 'rainha', 'rei'), ('noivo', 'noiva', 'mulher', 'homem'), ('noivo', 'noiva', 'sobrinha', 'sobrinho'), ('noivo', 'noiva', 'princesa', 'príncipe'), ('noivo', 'noiva', 'filha', 'filho'), ('noivo', 'noiva', 'meia-irmã', 'meio-irmão'), ('noivo', 'noiva', 'madrasta', 'padrasto'), ('noivo', 'noiva', 'enteada', 'enteado'), ('noivo', 'noiva', 'tia', 'tio'), ('noivo', 'noiva', 'rapariga', 'rapaz'), ('noivo', 'noiva', 'irmã', 'irmão'), ('noivo', 'noiva', 'irmãs', 'irmãos'), ('noivo', 'noiva', 'mãe', 'pai'), ('noivo', 'noiva', 'mãe', 'pai'), ('noivo', 'noiva', 'avó', 'avô'), ('noivo', 'noiva', 'avó', 'avô'), ('ele', 'ela', 'dela', 'dele'), ('ele', 'ela', 'mulher', 'marido'), ('ele', 'ela', 'rainha', 'rei'), ('ele', 'ela', 'mulher', 'homem'), ('ele', 'ela', 'sobrinha', 'sobrinho'), ('ele', 'ela', 'princesa', 'príncipe'), ('ele', 'ela', 'filha', 'filho'), ('ele', 'ela', 'meia-irmã', 'meio-irmão'), ('ele', 'ela', 'enteada', 'enteado'), ('ele', 'ela', 'tia', 'tio'), ('ele', 'ela', 'rapariga', 'rapaz'), ('ele', 'ela', 'irmã', 'irmão'), ('ele', 'ela', 'irmãs', 'irmãos'), ('ele', 'ela', 'mãe', 'pai'), ('ele', 'ela', 'mãe', 'pai'), ('ele', 'ela', 'avó', 'avô'), ('ele', 'ela', 'avó', 'avô'), ('ele', 'ela', 'noiva', 'noivo'), ('dele', 'dela', 'mulher', 'marido'), ('dele', 'dela', 'rainha', 'rei'), ('dele', 'dela', 'mulher', 'homem'), ('dele', 'dela', 'sobrinha', 'sobrinho'), ('dele', 'dela', 'princesa', 'príncipe'), ('dele', 'dela', 'filha', 'filho'), ('dele', 'dela', 'meia-irmã', 'meio-irmão'), ('dele', 'dela', 'rapariga', 'rapaz'), ('dele', 'dela', 'irmã', 'irmão'), ('dele', 'dela', 'irmãs', 'irmãos'), ('dele', 'dela', 'mãe', 'pai'), ('dele', 'dela', 'mãe', 'pai'), ('dele', 'dela', 'avó', 'avô'), ('dele', 'dela', 'avó', 'avô'), ('dele', 'dela', 'noiva', 'noivo'), ('dele', 'dela', 'ela', 'ele'), ('marido', 'mulher', 'rainha', 'rei'), ('marido', 'mulher', 'sobrinha', 'sobrinho'), ('marido', 'mulher', 'princesa', 'príncipe'), ('marido', 'mulher', 'filha', 'filho'), ('marido', 'mulher', 'meia-irmã', 'meio-irmão'), ('marido', 'mulher', 'madrasta', 'padrasto'), ('marido', 'mulher', 'enteada', 'enteado'), ('marido', 'mulher', 'tia', 'tio'), ('marido', 'mulher', 'rapariga', 'rapaz'), ('marido', 'mulher', 'irmã', 'irmão'), ('marido', 'mulher', 'irmãs', 'irmãos'), ('marido', 'mulher', 'mãe', 'pai'), ('marido', 'mulher', 'mãe', 'pai'), ('marido', 'mulher', 'avó', 'avô'), ('marido', 'mulher', 'avó', 'avô'), ('marido', 'mulher', 'noiva', 'noivo'), ('marido', 'mulher', 'ela', 'ele'), ('marido', 'mulher', 'dela', 'dele'), ('rei', 'rainha', 'mulher', 'homem'), ('rei', 'rainha', 'sobrinha', 'sobrinho'), ('rei', 'rainha', 'princesa', 'príncipe'), ('rei', 'rainha', 'filha', 'filho'), ('rei', 'rainha', 'meia-irmã', 'meio-irmão'), ('rei', 'rainha', 'madrasta', 'padrasto'), ('rei', 'rainha', 'enteada', 'enteado'), ('rei', 'rainha', 'tia', 'tio'), ('rei', 'rainha', 'rapariga', 'rapaz'), ('rei', 'rainha', 'irmã', 'irmão'), ('rei', 'rainha', 'irmãs', 'irmãos'), ('rei', 'rainha', 'mãe', 'pai'), ('rei', 'rainha', 'mãe', 'pai'), ('rei', 'rainha', 'avó', 'avô'), ('rei', 'rainha', 'avó', 'avô'), ('rei', 'rainha', 'noiva', 'noivo'), ('rei', 'rainha', 'ela', 'ele'), ('rei', 'rainha', 'dela', 'dele'), ('rei', 'rainha', 'mulher', 'marido'), ('homem', 'mulher', 'sobrinha', 'sobrinho'), ('homem', 'mulher', 'princesa', 'príncipe'), ('homem', 'mulher', 'filha', 'filho'), ('homem', 'mulher', 'meia-irmã', 'meio-irmão'), ('homem', 'mulher', 'madrasta', 'padrasto'), ('homem', 'mulher', 'enteada', 'enteado'), ('homem', 'mulher', 'tia', 'tio'), ('homem', 'mulher', 'rapariga', 'rapaz'), ('homem', 'mulher', 'irmã', 'irmão'), ('homem', 'mulher', 'irmãs', 'irmãos'), ('homem', 'mulher', 'mãe', 'pai'), ('homem', 'mulher', 'mãe', 'pai'), ('homem', 'mulher', 'avó', 'avô'), ('homem', 'mulher', 'avó', 'avô'), ('homem', 'mulher', 'noiva', 'noivo'), ('homem', 'mulher', 'ela', 'ele'), ('homem', 'mulher', 'dela', 'dele'), ('homem', 'mulher', 'rainha', 'rei'), ('sobrinho', 'sobrinha', 'princesa', 'príncipe'), ('sobrinho', 'sobrinha', 'filha', 'filho'), ('sobrinho', 'sobrinha', 'meia-irmã', 'meio-irmão'), ('sobrinho', 'sobrinha', 'madrasta', 'padrasto'), ('sobrinho', 'sobrinha', 'enteada', 'enteado'), ('sobrinho', 'sobrinha', 'tia', 'tio'), ('sobrinho', 'sobrinha', 'rapariga', 'rapaz'), ('sobrinho', 'sobrinha', 'irmã', 'irmão'), ('sobrinho', 'sobrinha', 'irmãs', 'irmãos'), ('sobrinho', 'sobrinha', 'mãe', 'pai'), ('sobrinho', 'sobrinha', 'mãe', 'pai'), ('sobrinho', 'sobrinha', 'avó', 'avô'), ('sobrinho', 'sobrinha', 'avó', 'avô'), ('sobrinho', 'sobrinha', 'neta', 'neto'), ('sobrinho', 'sobrinha', 'noiva', 'noivo'), ('sobrinho', 'sobrinha', 'ela', 'ele'), ('sobrinho', 'sobrinha', 'dela', 'dele'), ('sobrinho', 'sobrinha', 'mulher', 'marido'), ('sobrinho', 'sobrinha', 'rainha', 'rei'), ('sobrinho', 'sobrinha', 'mulher', 'homem'), ('príncipe', 'princesa', 'filha', 'filho'), ('príncipe', 'princesa', 'meia-irmã', 'meio-irmão'), ('príncipe', 'princesa', 'madrasta', 'padrasto'), ('príncipe', 'princesa', 'enteada', 'enteado'), ('príncipe', 'princesa', 'tia', 'tio'), ('príncipe', 'princesa', 'rapariga', 'rapaz'), ('príncipe', 'princesa', 'irmã', 'irmão'), ('príncipe', 'princesa', 'irmãs', 'irmãos'), ('príncipe', 'princesa', 'mãe', 'pai'), ('príncipe', 'princesa', 'mãe', 'pai'), ('príncipe', 'princesa', 'avó', 'avô'), ('príncipe', 'princesa', 'avó', 'avô'), ('príncipe', 'princesa', 'neta', 'neto'), ('príncipe', 'princesa', 'noiva', 'noivo'), ('príncipe', 'princesa', 'ela', 'ele'), ('príncipe', 'princesa', 'dela', 'dele'), ('príncipe', 'princesa', 'mulher', 'marido'), ('príncipe', 'princesa', 'rainha', 'rei'), ('príncipe', 'princesa', 'mulher', 'homem'), ('príncipe', 'princesa', 'sobrinha', 'sobrinho'), ('filho', 'filha', 'meia-irmã', 'meio-irmão'), ('filho', 'filha', 'madrasta', 'padrasto'), ('filho', 'filha', 'enteada', 'enteado'), ('filho', 'filha', 'tia', 'tio'), ('filho', 'filha', 'rapariga', 'rapaz'), ('filho', 'filha', 'irmã', 'irmão'), ('filho', 'filha', 'irmãs', 'irmãos'), ('filho', 'filha', 'mãe', 'pai'), ('filho', 'filha', 'mãe', 'pai'), ('filho', 'filha', 'avó', 'avô'), ('filho', 'filha', 'avó', 'avô'), ('filho', 'filha', 'neta', 'neto'), ('filho', 'filha', 'noiva', 'noivo'), ('filho', 'filha', 'ela', 'ele'), ('filho', 'filha', 'dela', 'dele'), ('filho', 'filha', 'mulher', 'marido'), ('filho', 'filha', 'rainha', 'rei'), ('filho', 'filha', 'mulher', 'homem'), ('filho', 'filha', 'sobrinha', 'sobrinho'), ('filho', 'filha', 'princesa', 'príncipe'), ('meio-irmão', 'meia-irmã', 'madrasta', 'padrasto'), ('meio-irmão', 'meia-irmã', 'enteada', 'enteado'), ('meio-irmão', 'meia-irmã', 'tia', 'tio'), ('meio-irmão', 'meia-irmã', 'rapariga', 'rapaz'), ('meio-irmão', 'meia-irmã', 'irmã', 'irmão'), ('meio-irmão', 'meia-irmã', 'irmãs', 'irmãos'), ('meio-irmão', 'meia-irmã', 'mãe', 'pai'), ('meio-irmão', 'meia-irmã', 'mãe', 'pai'), ('meio-irmão', 'meia-irmã', 'avó', 'avô'), ('meio-irmão', 'meia-irmã', 'avó', 'avô'), ('meio-irmão', 'meia-irmã', 'noiva', 'noivo'), ('meio-irmão', 'meia-irmã', 'ela', 'ele'), ('meio-irmão', 'meia-irmã', 'dela', 'dele'), ('meio-irmão', 'meia-irmã', 'mulher', 'marido'), ('meio-irmão', 'meia-irmã', 'rainha', 'rei'), ('meio-irmão', 'meia-irmã', 'mulher', 'homem'), ('meio-irmão', 'meia-irmã', 'sobrinha', 'sobrinho'), ('meio-irmão', 'meia-irmã', 'princesa', 'príncipe'), ('meio-irmão', 'meia-irmã', 'filha', 'filho'), ('padrasto', 'madrasta', 'enteada', 'enteado'), ('padrasto', 'madrasta', 'tia', 'tio'), ('padrasto', 'madrasta', 'rapariga', 'rapaz'), ('padrasto', 'madrasta', 'irmã', 'irmão'), ('padrasto', 'madrasta', 'irmãs', 'irmãos'), ('padrasto', 'madrasta', 'mãe', 'pai'), ('padrasto', 'madrasta', 'mãe', 'pai'), ('padrasto', 'madrasta', 'avó', 'avô'), ('padrasto', 'madrasta', 'avó', 'avô'), ('padrasto', 'madrasta', 'noiva', 'noivo'), ('padrasto', 'madrasta', 'ela', 'ele'), ('padrasto', 'madrasta', 'dela', 'dele'), ('padrasto', 'madrasta', 'mulher', 'marido'), ('padrasto', 'madrasta', 'rainha', 'rei'), ('padrasto', 'madrasta', 'mulher', 'homem'), ('padrasto', 'madrasta', 'sobrinha', 'sobrinho'), ('padrasto', 'madrasta', 'princesa', 'príncipe'), ('padrasto', 'madrasta', 'filha', 'filho'), ('padrasto', 'madrasta', 'meia-irmã', 'meio-irmão'), ('enteado', 'enteada', 'tia', 'tio'), ('enteado', 'enteada', 'rapariga', 'rapaz'), ('enteado', 'enteada', 'irmã', 'irmão'), ('enteado', 'enteada', 'irmãs', 'irmãos'), ('enteado', 'enteada', 'mãe', 'pai'), ('enteado', 'enteada', 'mãe', 'pai'), ('enteado', 'enteada', 'avó', 'avô'), ('enteado', 'enteada', 'avó', 'avô'), ('enteado', 'enteada', 'noiva', 'noivo'), ('enteado', 'enteada', 'ela', 'ele'), ('enteado', 'enteada', 'dela', 'dele'), ('enteado', 'enteada', 'mulher', 'marido'), ('enteado', 'enteada', 'rainha', 'rei'), ('enteado', 'enteada', 'mulher', 'homem'), ('enteado', 'enteada', 'sobrinha', 'sobrinho'), ('enteado', 'enteada', 'princesa', 'príncipe'), ('enteado', 'enteada', 'filha', 'filho'), ('enteado', 'enteada', 'meia-irmã', 'meio-irmão'), ('enteado', 'enteada', 'madrasta', 'padrasto'), ('tio', 'tia', 'rapariga', 'rapaz'), ('tio', 'tia', 'irmã', 'irmão'), ('tio', 'tia', 'irmãs', 'irmãos'), ('tio', 'tia', 'mãe', 'pai'), ('tio', 'tia', 'mãe', 'pai'), ('tio', 'tia', 'avó', 'avô'), ('tio', 'tia', 'avó', 'avô'), ('tio', 'tia', 'noiva', 'noivo'), ('tio', 'tia', 'ela', 'ele'), ('tio', 'tia', 'dela', 'dele'), ('tio', 'tia', 'mulher', 'marido'), ('tio', 'tia', 'rainha', 'rei'), ('tio', 'tia', 'mulher', 'homem'), ('tio', 'tia', 'sobrinha', 'sobrinho'), ('tio', 'tia', 'princesa', 'príncipe'), ('tio', 'tia', 'filha', 'filho'), ('tio', 'tia', 'meia-irmã', 'meio-irmão'), ('tio', 'tia', 'madrasta', 'padrasto'), ('tio', 'tia', 'enteada', 'enteado')], 'incorrect': []}, {'section': '| gram1-adjective-to-adverb', 'correct': [('fantástico', 'fantasticamente', 'eficientemente', 'eficiente'), ('fantástico', 'fantasticamente', 'furiosamente', 'furioso'), ('fantástico', 'fantasticamente', 'imediatamente', 'imediato'), ('fantástico', 'fantasticamente', 'obviamente', 'óbvio'), ('fantástico', 'fantasticamente', 'ocasionalmente', 'ocasional'), ('fantástico', 'fantasticamente', 'profissionalmente', 'profissional'), ('fantástico', 'fantasticamente', 'raramente', 'raro'), ('fantástico', 'fantasticamente', 'relutantemente', 'relutante'), ('fantástico', 'fantasticamente', 'seriamente', 'sério'), ('fantástico', 'fantasticamente', 'tipicamente', 'típico'), ('aparente', 'aparentemente', 'obviamente', 'óbvio'), ('aparente', 'aparentemente', 'profissionalmente', 'profissional'), ('aparente', 'aparentemente', 'rapidamente', 'rápido'), ('aparente', 'aparentemente', 'rapidamente', 'rápido'), ('aparente', 'aparentemente', 'tipicamente', 'típico'), ('calmo', 'calmamente', 'eficientemente', 'eficiente'), ('calmo', 'calmamente', 'livremente', 'livre'), ('calmo', 'calmamente', 'imediatamente', 'imediato'), ('calmo', 'calmamente', 'obviamente', 'óbvio'), ('calmo', 'calmamente', 'rapidamente', 'rápido'), ('calmo', 'calmamente', 'silenciosamente', 'silencioso'), ('calmo', 'calmamente', 'rapidamente', 'rápido'), ('calmo', 'calmamente', 'raramente', 'raro'), ('calmo', 'calmamente', 'relutantemente', 'relutante'), ('calmo', 'calmamente', 'lentamente', 'lento'), ('calmo', 'calmamente', 'tipicamente', 'típico'), ('alegre', 'alegremente', 'eficientemente', 'eficiente'), ('alegre', 'alegremente', 'alegremente', 'alegre'), ('completo', 'completamente', 'eficientemente', 'eficiente'), ('completo', 'completamente', 'imediatamente', 'imediato'), ('completo', 'completamente', 'obviamente', 'óbvio'), ('completo', 'completamente', 'profissionalmente', 'profissional'), ('completo', 'completamente', 'rapidamente', 'rápido'), ('completo', 'completamente', 'silenciosamente', 'silencioso'), ('completo', 'completamente', 'rapidamente', 'rápido'), ('completo', 'completamente', 'raramente', 'raro'), ('completo', 'completamente', 'relutantemente', 'relutante'), ('completo', 'completamente', 'seriamente', 'sério'), ('completo', 'completamente', 'repentinamente', 'repentino'), ('completo', 'completamente', 'tipicamente', 'típico'), ('eficiente', 'eficientemente', 'livremente', 'livre'), ('eficiente', 'eficientemente', 'furiosamente', 'furioso'), ('eficiente', 'eficientemente', 'imediatamente', 'imediato'), ('eficiente', 'eficientemente', 'obviamente', 'óbvio'), ('eficiente', 'eficientemente', 'ocasionalmente', 'ocasional'), ('eficiente', 'eficientemente', 'profissionalmente', 'profissional'), ('eficiente', 'eficientemente', 'rapidamente', 'rápido'), ('eficiente', 'eficientemente', 'silenciosamente', 'silencioso'), ('eficiente', 'eficientemente', 'rapidamente', 'rápido'), ('eficiente', 'eficientemente', 'raramente', 'raro'), ('eficiente', 'eficientemente', 'relutantemente', 'relutante'), ('eficiente', 'eficientemente', 'seriamente', 'sério'), ('eficiente', 'eficientemente', 'lentamente', 'lento'), ('eficiente', 'eficientemente', 'tipicamente', 'típico'), ('eficiente', 'eficientemente', 'usualmente', 'usual'), ('afortunado', 'afortunadamente', 'furiosamente', 'furioso'), ('afortunado', 'afortunadamente', 'imediatamente', 'imediato'), ('afortunado', 'afortunadamente', 'obviamente', 'óbvio'), ('afortunado', 'afortunadamente', 'rapidamente', 'rápido'), ('afortunado', 'afortunadamente', 'rapidamente', 'rápido'), ('afortunado', 'afortunadamente', 'raramente', 'raro'), ('afortunado', 'afortunadamente', 'relutantemente', 'relutante'), ('afortunado', 'afortunadamente', 'seriamente', 'sério'), ('afortunado', 'afortunadamente', 'tipicamente', 'típico'), ('afortunado', 'afortunadamente', 'infelizmente', 'infeliz'), ('afortunado', 'afortunadamente', 'eficientemente', 'eficiente'), ('livre', 'livremente', 'furiosamente', 'furioso'), ('livre', 'livremente', 'imediatamente', 'imediato'), ('livre', 'livremente', 'obviamente', 'óbvio'), ('livre', 'livremente', 'profissionalmente', 'profissional'), ('livre', 'livremente', 'rapidamente', 'rápido'), ('livre', 'livremente', 'silenciosamente', 'silencioso'), ('livre', 'livremente', 'rapidamente', 'rápido'), ('livre', 'livremente', 'relutantemente', 'relutante'), ('livre', 'livremente', 'seriamente', 'sério'), ('livre', 'livremente', 'lentamente', 'lento'), ('livre', 'livremente', 'tipicamente', 'típico'), ('livre', 'livremente', 'eficientemente', 'eficiente'), ('furioso', 'furiosamente', 'imediatamente', 'imediato'), ('furioso', 'furiosamente', 'obviamente', 'óbvio'), ('furioso', 'furiosamente', 'rapidamente', 'rápido'), ('furioso', 'furiosamente', 'rapidamente', 'rápido'), ('furioso', 'furiosamente', 'raramente', 'raro'), ('furioso', 'furiosamente', 'relutantemente', 'relutante'), ('furioso', 'furiosamente', 'tipicamente', 'típico'), ('furioso', 'furiosamente', 'eficientemente', 'eficiente'), ('alegre', 'alegremente', 'alegremente', 'alegre'), ('alegre', 'alegremente', 'eficientemente', 'eficiente'), ('imediato', 'imediatamente', 'obviamente', 'óbvio'), ('imediato', 'imediatamente', 'ocasionalmente', 'ocasional'), ('imediato', 'imediatamente', 'profissionalmente', 'profissional'), ('imediato', 'imediatamente', 'rapidamente', 'rápido'), ('imediato', 'imediatamente', 'rapidamente', 'rápido'), ('imediato', 'imediatamente', 'raramente', 'raro'), ('imediato', 'imediatamente', 'relutantemente', 'relutante'), ('imediato', 'imediatamente', 'seriamente', 'sério'), ('imediato', 'imediatamente', 'repentinamente', 'repentino'), ('imediato', 'imediatamente', 'tipicamente', 'típico'), ('imediato', 'imediatamente', 'eficientemente', 'eficiente'), ('sortudo', 'felizmente', 'rapidamente', 'rápido'), ('sortudo', 'felizmente', 'rapidamente', 'rápido'), ('sortudo', 'felizmente', 'relutantemente', 'relutante'), ('sortudo', 'felizmente', 'tipicamente', 'típico'), ('sortudo', 'felizmente', 'eficientemente', 'eficiente'), ('sortudo', 'felizmente', 'afortunadamente', 'afortunado'), ('sortudo', 'felizmente', 'furiosamente', 'furioso'), ('óbvio', 'obviamente', 'profissionalmente', 'profissional'), ('óbvio', 'obviamente', 'rapidamente', 'rápido'), ('óbvio', 'obviamente', 'rapidamente', 'rápido'), ('óbvio', 'obviamente', 'raramente', 'raro'), ('óbvio', 'obviamente', 'relutantemente', 'relutante'), ('óbvio', 'obviamente', 'seriamente', 'sério'), ('óbvio', 'obviamente', 'tipicamente', 'típico'), ('óbvio', 'obviamente', 'usualmente', 'usual'), ('óbvio', 'obviamente', 'eficientemente', 'eficiente'), ('óbvio', 'obviamente', 'livremente', 'livre'), ('óbvio', 'obviamente', 'imediatamente', 'imediato'), ('ocasional', 'ocasionalmente', 'profissionalmente', 'profissional'), ('ocasional', 'ocasionalmente', 'rapidamente', 'rápido'), ('ocasional', 'ocasionalmente', 'silenciosamente', 'silencioso'), ('ocasional', 'ocasionalmente', 'rapidamente', 'rápido'), ('ocasional', 'ocasionalmente', 'raramente', 'raro'), ('ocasional', 'ocasionalmente', 'relutantemente', 'relutante'), ('ocasional', 'ocasionalmente', 'seriamente', 'sério'), ('ocasional', 'ocasionalmente', 'tipicamente', 'típico'), ('ocasional', 'ocasionalmente', 'eficientemente', 'eficiente'), ('ocasional', 'ocasionalmente', 'livremente', 'livre'), ('ocasional', 'ocasionalmente', 'furiosamente', 'furioso'), ('ocasional', 'ocasionalmente', 'imediatamente', 'imediato'), ('ocasional', 'ocasionalmente', 'obviamente', 'óbvio'), ('possível', 'possivelmente', 'precisamente', 'preciso'), ('possível', 'possivelmente', 'profissionalmente', 'profissional'), ('possível', 'possivelmente', 'rapidamente', 'rápido'), ('possível', 'possivelmente', 'rapidamente', 'rápido'), ('possível', 'possivelmente', 'relutantemente', 'relutante'), ('possível', 'possivelmente', 'eficientemente', 'eficiente'), ('possível', 'possivelmente', 'imediatamente', 'imediato'), ('possível', 'possivelmente', 'obviamente', 'óbvio'), ('preciso', 'precisamente', 'profissionalmente', 'profissional'), ('preciso', 'precisamente', 'rapidamente', 'rápido'), ('preciso', 'precisamente', 'rapidamente', 'rápido'), ('preciso', 'precisamente', 'raramente', 'raro'), ('preciso', 'precisamente', 'relutantemente', 'relutante'), ('preciso', 'precisamente', 'eficientemente', 'eficiente'), ('preciso', 'precisamente', 'obviamente', 'óbvio'), ('preciso', 'precisamente', 'possivelmente', 'possível'), ('profissional', 'profissionalmente', 'raramente', 'raro'), ('profissional', 'profissionalmente', 'relutantemente', 'relutante'), ('profissional', 'profissionalmente', 'seriamente', 'sério'), ('profissional', 'profissionalmente', 'tipicamente', 'típico'), ('profissional', 'profissionalmente', 'eficientemente', 'eficiente'), ('profissional', 'profissionalmente', 'livremente', 'livre'), ('profissional', 'profissionalmente', 'imediatamente', 'imediato'), ('profissional', 'profissionalmente', 'obviamente', 'óbvio'), ('rápido', 'rapidamente', 'silenciosamente', 'silencioso'), ('rápido', 'rapidamente', 'rapidamente', 'rápido'), ('rápido', 'rapidamente', 'raramente', 'raro'), ('rápido', 'rapidamente', 'relutantemente', 'relutante'), ('rápido', 'rapidamente', 'seriamente', 'sério'), ('rápido', 'rapidamente', 'lentamente', 'lento'), ('rápido', 'rapidamente', 'repentinamente', 'repentino'), ('rápido', 'rapidamente', 'tipicamente', 'típico'), ('rápido', 'rapidamente', 'calmamente', 'calmo'), ('rápido', 'rapidamente', 'eficientemente', 'eficiente'), ('rápido', 'rapidamente', 'livremente', 'livre'), ('rápido', 'rapidamente', 'imediatamente', 'imediato'), ('rápido', 'rapidamente', 'obviamente', 'óbvio'), ('rápido', 'rapidamente', 'profissionalmente', 'profissional'), ('silencioso', 'silenciosamente', 'rapidamente', 'rápido'), ('silencioso', 'silenciosamente', 'raramente', 'raro'), ('silencioso', 'silenciosamente', 'relutantemente', 'relutante'), ('silencioso', 'silenciosamente', 'seriamente', 'sério'), ('silencioso', 'silenciosamente', 'lentamente', 'lento'), ('silencioso', 'silenciosamente', 'tipicamente', 'típico'), ('silencioso', 'silenciosamente', 'calmamente', 'calmo'), ('silencioso', 'silenciosamente', 'eficientemente', 'eficiente'), ('silencioso', 'silenciosamente', 'livremente', 'livre'), ('silencioso', 'silenciosamente', 'imediatamente', 'imediato'), ('silencioso', 'silenciosamente', 'obviamente', 'óbvio'), ('silencioso', 'silenciosamente', 'ocasionalmente', 'ocasional'), ('silencioso', 'silenciosamente', 'profissionalmente', 'profissional'), ('silencioso', 'silenciosamente', 'rapidamente', 'rápido'), ('rápido', 'rapidamente', 'raramente', 'raro'), ('rápido', 'rapidamente', 'relutantemente', 'relutante'), ('rápido', 'rapidamente', 'seriamente', 'sério'), ('rápido', 'rapidamente', 'lentamente', 'lento'), ('rápido', 'rapidamente', 'repentinamente', 'repentino'), ('rápido', 'rapidamente', 'tipicamente', 'típico'), ('rápido', 'rapidamente', 'calmamente', 'calmo'), ('rápido', 'rapidamente', 'eficientemente', 'eficiente'), ('rápido', 'rapidamente', 'livremente', 'livre'), ('rápido', 'rapidamente', 'imediatamente', 'imediato'), ('rápido', 'rapidamente', 'obviamente', 'óbvio'), ('rápido', 'rapidamente', 'profissionalmente', 'profissional'), ('rápido', 'rapidamente', 'rapidamente', 'rápido'), ('rápido', 'rapidamente', 'silenciosamente', 'silencioso'), ('raro', 'raramente', 'relutantemente', 'relutante'), ('raro', 'raramente', 'seriamente', 'sério'), ('raro', 'raramente', 'tipicamente', 'típico'), ('raro', 'raramente', 'usualmente', 'usual'), ('raro', 'raramente', 'eficientemente', 'eficiente'), ('raro', 'raramente', 'imediatamente', 'imediato'), ('raro', 'raramente', 'obviamente', 'óbvio'), ('raro', 'raramente', 'ocasionalmente', 'ocasional'), ('raro', 'raramente', 'rapidamente', 'rápido'), ('raro', 'raramente', 'rapidamente', 'rápido'), ('relutante', 'relutantemente', 'lentamente', 'lento'), ('relutante', 'relutantemente', 'tipicamente', 'típico'), ('relutante', 'relutantemente', 'usualmente', 'usual'), ('relutante', 'relutantemente', 'eficientemente', 'eficiente'), ('relutante', 'relutantemente', 'imediatamente', 'imediato'), ('relutante', 'relutantemente', 'obviamente', 'óbvio'), ('relutante', 'relutantemente', 'rapidamente', 'rápido'), ('relutante', 'relutantemente', 'rapidamente', 'rápido'), ('relutante', 'relutantemente', 'raramente', 'raro'), ('seguro', 'seguramente', 'tipicamente', 'típico'), ('seguro', 'seguramente', 'eficientemente', 'eficiente'), ('seguro', 'seguramente', 'livremente', 'livre'), ('seguro', 'seguramente', 'furiosamente', 'furioso'), ('seguro', 'seguramente', 'profissionalmente', 'profissional'), ('seguro', 'seguramente', 'rapidamente', 'rápido'), ('seguro', 'seguramente', 'silenciosamente', 'silencioso'), ('seguro', 'seguramente', 'rapidamente', 'rápido'), ('seguro', 'seguramente', 'relutantemente', 'relutante'), ('sério', 'seriamente', 'tipicamente', 'típico'), ('sério', 'seriamente', 'eficientemente', 'eficiente'), ('sério', 'seriamente', 'imediatamente', 'imediato'), ('sério', 'seriamente', 'obviamente', 'óbvio'), ('sério', 'seriamente', 'ocasionalmente', 'ocasional'), ('sério', 'seriamente', 'profissionalmente', 'profissional'), ('sério', 'seriamente', 'rapidamente', 'rápido'), ('sério', 'seriamente', 'silenciosamente', 'silencioso'), ('sério', 'seriamente', 'rapidamente', 'rápido'), ('sério', 'seriamente', 'raramente', 'raro'), ('sério', 'seriamente', 'relutantemente', 'relutante'), ('lento', 'lentamente', 'repentinamente', 'repentino'), ('lento', 'lentamente', 'tipicamente', 'típico'), ('lento', 'lentamente', 'calmamente', 'calmo'), ('lento', 'lentamente', 'eficientemente', 'eficiente'), ('lento', 'lentamente', 'livremente', 'livre'), ('lento', 'lentamente', 'furiosamente', 'furioso'), ('lento', 'lentamente', 'imediatamente', 'imediato'), ('lento', 'lentamente', 'obviamente', 'óbvio'), ('lento', 'lentamente', 'profissionalmente', 'profissional'), ('lento', 'lentamente', 'rapidamente', 'rápido'), ('lento', 'lentamente', 'silenciosamente', 'silencioso'), ('lento', 'lentamente', 'rapidamente', 'rápido'), ('lento', 'lentamente', 'raramente', 'raro'), ('lento', 'lentamente', 'relutantemente', 'relutante'), ('lento', 'lentamente', 'seriamente', 'sério'), ('repentino', 'repentinamente', 'tipicamente', 'típico'), ('repentino', 'repentinamente', 'eficientemente', 'eficiente'), ('repentino', 'repentinamente', 'livremente', 'livre'), ('repentino', 'repentinamente', 'imediatamente', 'imediato'), ('repentino', 'repentinamente', 'obviamente', 'óbvio'), ('repentino', 'repentinamente', 'profissionalmente', 'profissional'), ('repentino', 'repentinamente', 'rapidamente', 'rápido'), ('repentino', 'repentinamente', 'silenciosamente', 'silencioso'), ('repentino', 'repentinamente', 'rapidamente', 'rápido'), ('repentino', 'repentinamente', 'raramente', 'raro'), ('repentino', 'repentinamente', 'relutantemente', 'relutante'), ('repentino', 'repentinamente', 'seriamente', 'sério'), ('repentino', 'repentinamente', 'lentamente', 'lento'), ('típico', 'tipicamente', 'usualmente', 'usual'), ('típico', 'tipicamente', 'eficientemente', 'eficiente'), ('típico', 'tipicamente', 'afortunadamente', 'afortunado'), ('típico', 'tipicamente', 'furiosamente', 'furioso'), ('típico', 'tipicamente', 'imediatamente', 'imediato'), ('típico', 'tipicamente', 'obviamente', 'óbvio'), ('típico', 'tipicamente', 'rapidamente', 'rápido'), ('típico', 'tipicamente', 'rapidamente', 'rápido'), ('típico', 'tipicamente', 'raramente', 'raro'), ('típico', 'tipicamente', 'relutantemente', 'relutante'), ('típico', 'tipicamente', 'seriamente', 'sério'), ('típico', 'tipicamente', 'repentinamente', 'repentino'), ('infeliz', 'infelizmente', 'eficientemente', 'eficiente'), ('infeliz', 'infelizmente', 'furiosamente', 'furioso'), ('infeliz', 'infelizmente', 'imediatamente', 'imediato'), ('infeliz', 'infelizmente', 'relutantemente', 'relutante'), ('infeliz', 'infelizmente', 'tipicamente', 'típico'), ('usual', 'usualmente', 'eficientemente', 'eficiente'), ('usual', 'usualmente', 'imediatamente', 'imediato'), ('usual', 'usualmente', 'obviamente', 'óbvio'), ('usual', 'usualmente', 'profissionalmente', 'profissional'), ('usual', 'usualmente', 'rapidamente', 'rápido'), ('usual', 'usualmente', 'rapidamente', 'rápido'), ('usual', 'usualmente', 'raramente', 'raro'), ('usual', 'usualmente', 'relutantemente', 'relutante'), ('usual', 'usualmente', 'tipicamente', 'típico')], 'incorrect': []}, {'section': '| gram2-opposite', 'correct': [('aceitável', 'inaceitável', 'desconfortável', 'confortável'), ('aceitável', 'inaceitável', 'inconsistente', 'consistente'), ('aceitável', 'inaceitável', 'ineficiente', 'eficiente'), ('aceitável', 'inaceitável', 'desonesto', 'honesto'), ('aceitável', 'inaceitável', 'improvável', 'provável'), ('aceitável', 'inaceitável', 'ilógico', 'lógico'), ('aceitável', 'inaceitável', 'desagradável', 'agradável'), ('aceitável', 'inaceitável', 'impossível', 'possível'), ('aceitável', 'inaceitável', 'irracional', 'racional'), ('aceitável', 'inaceitável', 'desagradável', 'agradável'), ('consciente', 'inconsciente', 'desconfortável', 'confortável'), ('consciente', 'inconsciente', 'inconsistente', 'consistente'), ('consciente', 'inconsciente', 'ineficiente', 'eficiente'), ('consciente', 'inconsciente', 'desonesto', 'honesto'), ('consciente', 'inconsciente', 'improvável', 'provável'), ('consciente', 'inconsciente', 'desagradável', 'agradável'), ('consciente', 'inconsciente', 'impossível', 'possível'), ('consciente', 'inconsciente', 'irracional', 'racional'), ('consciente', 'inconsciente', 'desagradável', 'agradável'), ('certo', 'incerto', 'desconfortável', 'confortável'), ('certo', 'incerto', 'inconsistente', 'consistente'), ('certo', 'incerto', 'ineficiente', 'eficiente'), ('certo', 'incerto', 'improvável', 'provável'), ('certo', 'incerto', 'desagradável', 'agradável'), ('certo', 'incerto', 'impossível', 'possível'), ('certo', 'incerto', 'irracional', 'racional'), ('certo', 'incerto', 'incerto', 'certo'), ('certo', 'incerto', 'desagradável', 'agradável'), ('certo', 'incerto', 'inaceitável', 'aceitável'), ('certo', 'incerto', 'inconsciente', 'consciente'), ('claro', 'obscuro', 'desconfortável', 'confortável'), ('claro', 'obscuro', 'inconsistente', 'consistente'), ('claro', 'obscuro', 'ineficiente', 'eficiente'), ('claro', 'obscuro', 'improvável', 'provável'), ('claro', 'obscuro', 'desagradável', 'agradável'), ('claro', 'obscuro', 'impossível', 'possível'), ('claro', 'obscuro', 'desagradável', 'agradável'), ('claro', 'obscuro', 'inaceitável', 'aceitável'), ('claro', 'obscuro', 'inconsciente', 'consciente'), ('confortável', 'desconfortável', 'inconsistente', 'consistente'), ('confortável', 'desconfortável', 'ineficiente', 'eficiente'), ('confortável', 'desconfortável', 'desonesto', 'honesto'), ('confortável', 'desconfortável', 'improvável', 'provável'), ('confortável', 'desconfortável', 'ilógico', 'lógico'), ('confortável', 'desconfortável', 'desagradável', 'agradável'), ('confortável', 'desconfortável', 'impossível', 'possível'), ('confortável', 'desconfortável', 'improdutivo', 'produtivo'), ('confortável', 'desconfortável', 'irracional', 'racional'), ('confortável', 'desconfortável', 'desagradável', 'agradável'), ('confortável', 'desconfortável', 'inaceitável', 'aceitável'), ('consistente', 'inconsistente', 'ineficiente', 'eficiente'), ('consistente', 'inconsistente', 'desonesto', 'honesto'), ('consistente', 'inconsistente', 'improvável', 'provável'), ('consistente', 'inconsistente', 'ilógico', 'lógico'), ('consistente', 'inconsistente', 'desagradável', 'agradável'), ('consistente', 'inconsistente', 'impossível', 'possível'), ('consistente', 'inconsistente', 'improdutivo', 'produtivo'), ('consistente', 'inconsistente', 'irracional', 'racional'), ('consistente', 'inconsistente', 'desagradável', 'agradável'), ('consistente', 'inconsistente', 'inaceitável', 'aceitável'), ('consistente', 'inconsistente', 'inconsciente', 'consciente'), ('consistente', 'inconsistente', 'desconfortável', 'confortável'), ('conveniente', 'inconveniente', 'indeciso', 'decidido'), ('conveniente', 'inconveniente', 'ineficiente', 'eficiente'), ('conveniente', 'inconveniente', 'improvável', 'provável'), ('conveniente', 'inconveniente', 'desagradável', 'agradável'), ('conveniente', 'inconveniente', 'impossível', 'possível'), ('conveniente', 'inconveniente', 'irracional', 'racional'), ('conveniente', 'inconveniente', 'desagradável', 'agradável'), ('conveniente', 'inconveniente', 'desconfortável', 'confortável'), ('conveniente', 'inconveniente', 'inconsistente', 'consistente'), ('decidido', 'indeciso', 'ineficiente', 'eficiente'), ('decidido', 'indeciso', 'improvável', 'provável'), ('decidido', 'indeciso', 'impossível', 'possível'), ('decidido', 'indeciso', 'irracional', 'racional'), ('eficiente', 'ineficiente', 'desonesto', 'honesto'), ('eficiente', 'ineficiente', 'improvável', 'provável'), ('eficiente', 'ineficiente', 'ilógico', 'lógico'), ('eficiente', 'ineficiente', 'desagradável', 'agradável'), ('eficiente', 'ineficiente', 'impossível', 'possível'), ('eficiente', 'ineficiente', 'irracional', 'racional'), ('eficiente', 'ineficiente', 'desagradável', 'agradável'), ('eficiente', 'ineficiente', 'inaceitável', 'aceitável'), ('eficiente', 'ineficiente', 'inconsciente', 'consciente'), ('eficiente', 'ineficiente', 'desconfortável', 'confortável'), ('eficiente', 'ineficiente', 'inconsistente', 'consistente'), ('ético', 'antiético', 'desonesto', 'honesto'), ('ético', 'antiético', 'improvável', 'provável'), ('ético', 'antiético', 'desagradável', 'agradável'), ('ético', 'antiético', 'desagradável', 'agradável'), ('afortunado', 'infeliz', 'desonesto', 'honesto'), ('afortunado', 'infeliz', 'improvável', 'provável'), ('afortunado', 'infeliz', 'ilógico', 'lógico'), ('afortunado', 'infeliz', 'desagradável', 'agradável'), ('afortunado', 'infeliz', 'impossível', 'possível'), ('afortunado', 'infeliz', 'improdutivo', 'produtivo'), ('afortunado', 'infeliz', 'desagradável', 'agradável'), ('afortunado', 'infeliz', 'inaceitável', 'aceitável'), ('afortunado', 'infeliz', 'desconfortável', 'confortável'), ('afortunado', 'infeliz', 'inconsistente', 'consistente'), ('afortunado', 'infeliz', 'ineficiente', 'eficiente'), ('honesto', 'desonesto', 'improvável', 'provável'), ('honesto', 'desonesto', 'desagradável', 'agradável'), ('honesto', 'desonesto', 'impossível', 'possível'), ('honesto', 'desonesto', 'irracional', 'racional'), ('honesto', 'desonesto', 'desagradável', 'agradável'), ('honesto', 'desonesto', 'inaceitável', 'aceitável'), ('honesto', 'desonesto', 'desconfortável', 'confortável'), ('honesto', 'desonesto', 'inconsistente', 'consistente'), ('honesto', 'desonesto', 'ineficiente', 'eficiente'), ('informado', 'desinformado', 'improvável', 'provável'), ('informado', 'desinformado', 'impossível', 'possível'), ('informado', 'desinformado', 'irracional', 'racional'), ('informado', 'desinformado', 'inconsciente', 'consciente'), ('informado', 'desinformado', 'indeciso', 'decidido'), ('informado', 'desinformado', 'ineficiente', 'eficiente'), ('conhecido', 'desconhecido', 'improvável', 'provável'), ('conhecido', 'desconhecido', 'desagradável', 'agradável'), ('conhecido', 'desconhecido', 'impossível', 'possível'), ('conhecido', 'desconhecido', 'desagradável', 'agradável'), ('conhecido', 'desconhecido', 'desconfortável', 'confortável'), ('conhecido', 'desconhecido', 'inconsistente', 'consistente'), ('conhecido', 'desconhecido', 'ineficiente', 'eficiente'), ('provável', 'improvável', 'desagradável', 'agradável'), ('provável', 'improvável', 'impossível', 'possível'), ('provável', 'improvável', 'improdutivo', 'produtivo'), ('provável', 'improvável', 'irracional', 'racional'), ('provável', 'improvável', 'desagradável', 'agradável'), ('provável', 'improvável', 'inconsciente', 'consciente'), ('provável', 'improvável', 'desconfortável', 'confortável'), ('provável', 'improvável', 'inconsistente', 'consistente'), ('provável', 'improvável', 'ineficiente', 'eficiente'), ('provável', 'improvável', 'desonesto', 'honesto'), ('lógico', 'ilógico', 'desagradável', 'agradável'), ('lógico', 'ilógico', 'impossível', 'possível'), ('lógico', 'ilógico', 'improdutivo', 'produtivo'), ('lógico', 'ilógico', 'irracional', 'racional'), ('lógico', 'ilógico', 'desagradável', 'agradável'), ('lógico', 'ilógico', 'inaceitável', 'aceitável'), ('lógico', 'ilógico', 'desconfortável', 'confortável'), ('lógico', 'ilógico', 'inconsistente', 'consistente'), ('lógico', 'ilógico', 'ineficiente', 'eficiente'), ('lógico', 'ilógico', 'antiético', 'ético'), ('lógico', 'ilógico', 'infeliz', 'afortunado'), ('lógico', 'ilógico', 'desonesto', 'honesto'), ('lógico', 'ilógico', 'improvável', 'provável'), ('agradável', 'desagradável', 'impossível', 'possível'), ('agradável', 'desagradável', 'improdutivo', 'produtivo'), ('agradável', 'desagradável', 'irracional', 'racional'), ('agradável', 'desagradável', 'desagradável', 'agradável'), ('agradável', 'desagradável', 'inaceitável', 'aceitável'), ('agradável', 'desagradável', 'desconfortável', 'confortável'), ('agradável', 'desagradável', 'inconsistente', 'consistente'), ('agradável', 'desagradável', 'ineficiente', 'eficiente'), ('agradável', 'desagradável', 'desonesto', 'honesto'), ('agradável', 'desagradável', 'improvável', 'provável'), ('possível', 'impossível', 'improdutivo', 'produtivo'), ('possível', 'impossível', 'irracional', 'racional'), ('possível', 'impossível', 'desagradável', 'agradável'), ('possível', 'impossível', 'inaceitável', 'aceitável'), ('possível', 'impossível', 'inconsciente', 'consciente'), ('possível', 'impossível', 'desconfortável', 'confortável'), ('possível', 'impossível', 'inconsistente', 'consistente'), ('possível', 'impossível', 'inconveniente', 'conveniente'), ('possível', 'impossível', 'ineficiente', 'eficiente'), ('possível', 'impossível', 'desonesto', 'honesto'), ('possível', 'impossível', 'desinformado', 'informado'), ('possível', 'impossível', 'improvável', 'provável'), ('possível', 'impossível', 'desagradável', 'agradável'), ('produtivo', 'improdutivo', 'irracional', 'racional'), ('produtivo', 'improdutivo', 'desagradável', 'agradável'), ('produtivo', 'improdutivo', 'desconfortável', 'confortável'), ('produtivo', 'improdutivo', 'inconsistente', 'consistente'), ('produtivo', 'improdutivo', 'ineficiente', 'eficiente'), ('produtivo', 'improdutivo', 'desonesto', 'honesto'), ('produtivo', 'improdutivo', 'improvável', 'provável'), ('produtivo', 'improdutivo', 'ilógico', 'lógico'), ('produtivo', 'improdutivo', 'desagradável', 'agradável'), ('produtivo', 'improdutivo', 'impossível', 'possível'), ('racional', 'irracional', 'desagradável', 'agradável'), ('racional', 'irracional', 'inaceitável', 'aceitável'), ('racional', 'irracional', 'inconsciente', 'consciente'), ('racional', 'irracional', 'desconfortável', 'confortável'), ('racional', 'irracional', 'inconsistente', 'consistente'), ('racional', 'irracional', 'ineficiente', 'eficiente'), ('racional', 'irracional', 'desonesto', 'honesto'), ('racional', 'irracional', 'improvável', 'provável'), ('racional', 'irracional', 'ilógico', 'lógico'), ('racional', 'irracional', 'desagradável', 'agradável'), ('racional', 'irracional', 'impossível', 'possível'), ('racional', 'irracional', 'improdutivo', 'produtivo'), ('responsável', 'irresponsável', 'improvável', 'provável'), ('responsável', 'irresponsável', 'impossível', 'possível'), ('certo', 'incerto', 'desagradável', 'agradável'), ('certo', 'incerto', 'inaceitável', 'aceitável'), ('certo', 'incerto', 'inconsciente', 'consciente'), ('certo', 'incerto', 'incerto', 'certo'), ('certo', 'incerto', 'desconfortável', 'confortável'), ('certo', 'incerto', 'inconsistente', 'consistente'), ('certo', 'incerto', 'ineficiente', 'eficiente'), ('certo', 'incerto', 'improvável', 'provável'), ('certo', 'incerto', 'desagradável', 'agradável'), ('certo', 'incerto', 'impossível', 'possível'), ('certo', 'incerto', 'irracional', 'racional'), ('agradável', 'desagradável', 'inaceitável', 'aceitável'), ('agradável', 'desagradável', 'desconfortável', 'confortável'), ('agradável', 'desagradável', 'inconsistente', 'consistente'), ('agradável', 'desagradável', 'ineficiente', 'eficiente'), ('agradável', 'desagradável', 'desonesto', 'honesto'), ('agradável', 'desagradável', 'improvável', 'provável'), ('agradável', 'desagradável', 'desagradável', 'agradável'), ('agradável', 'desagradável', 'impossível', 'possível'), ('agradável', 'desagradável', 'improdutivo', 'produtivo'), ('agradável', 'desagradável', 'irracional', 'racional')], 'incorrect': []}, {'section': '| gram3-comparative', 'correct': [('mau', 'pior', 'maior', 'grande'), ('mau', 'pior', 'melhor', 'bom'), ('mau', 'pior', 'maior', 'grande'), ('mau', 'pior', 'maior', 'grande'), ('mau', 'pior', 'menor', 'pequeno'), ('grande', 'maior', 'melhor', 'bom'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'menor', 'pequeno'), ('grande', 'maior', 'pior', 'mau'), ('bom', 'melhor', 'maior', 'grande'), ('bom', 'melhor', 'maior', 'grande'), ('bom', 'melhor', 'menor', 'pequeno'), ('bom', 'melhor', 'pior', 'mau'), ('bom', 'melhor', 'maior', 'grande'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'menor', 'pequeno'), ('grande', 'maior', 'pior', 'mau'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'melhor', 'bom'), ('grande', 'maior', 'menor', 'pequeno'), ('grande', 'maior', 'pior', 'mau'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'melhor', 'bom'), ('grande', 'maior', 'maior', 'grande'), ('pequeno', 'menor', 'maior', 'grande'), ('pequeno', 'menor', 'melhor', 'bom'), ('pequeno', 'menor', 'maior', 'grande'), ('pequeno', 'menor', 'maior', 'grande')], 'incorrect': []}, {'section': '| gram4-superlative', 'correct': [('mau', 'pior', 'maior', 'grande'), ('mau', 'pior', 'facílimo', 'fácil'), ('mau', 'pior', 'melhor', 'bom'), ('mau', 'pior', 'altíssimo', 'alto'), ('mau', 'pior', 'curtíssimo', 'curto'), ('mau', 'pior', 'fortíssimo', 'forte'), ('mau', 'pior', 'altíssimo', 'alto'), ('grande', 'maior', 'facílimo', 'fácil'), ('grande', 'maior', 'melhor', 'bom'), ('grande', 'maior', 'altíssimo', 'alto'), ('grande', 'maior', 'curtíssimo', 'curto'), ('grande', 'maior', 'fortíssimo', 'forte'), ('grande', 'maior', 'altíssimo', 'alto'), ('grande', 'maior', 'pior', 'mau'), ('fácil', 'facílimo', 'altíssimo', 'alto'), ('fácil', 'facílimo', 'baixíssimo', 'baixo'), ('fácil', 'facílimo', 'curtíssimo', 'curto'), ('fácil', 'facílimo', 'fortíssimo', 'forte'), ('fácil', 'facílimo', 'altíssimo', 'alto'), ('fácil', 'facílimo', 'maior', 'grande'), ('bom', 'melhor', 'altíssimo', 'alto'), ('bom', 'melhor', 'curtíssimo', 'curto'), ('bom', 'melhor', 'fortíssimo', 'forte'), ('bom', 'melhor', 'altíssimo', 'alto'), ('bom', 'melhor', 'pior', 'mau'), ('bom', 'melhor', 'maior', 'grande'), ('alto', 'altíssimo', 'baixíssimo', 'baixo'), ('alto', 'altíssimo', 'curtíssimo', 'curto'), ('alto', 'altíssimo', 'fortíssimo', 'forte'), ('alto', 'altíssimo', 'altíssimo', 'alto'), ('alto', 'altíssimo', 'maior', 'grande'), ('alto', 'altíssimo', 'facílimo', 'fácil'), ('baixo', 'baixíssimo', 'curtíssimo', 'curto'), ('baixo', 'baixíssimo', 'fortíssimo', 'forte'), ('baixo', 'baixíssimo', 'altíssimo', 'alto'), ('baixo', 'baixíssimo', 'maior', 'grande'), ('baixo', 'baixíssimo', 'facílimo', 'fácil'), ('baixo', 'baixíssimo', 'altíssimo', 'alto'), ('curto', 'curtíssimo', 'fortíssimo', 'forte'), ('curto', 'curtíssimo', 'altíssimo', 'alto'), ('curto', 'curtíssimo', 'pior', 'mau'), ('curto', 'curtíssimo', 'maior', 'grande'), ('curto', 'curtíssimo', 'facílimo', 'fácil'), ('curto', 'curtíssimo', 'altíssimo', 'alto'), ('curto', 'curtíssimo', 'baixíssimo', 'baixo'), ('forte', 'fortíssimo', 'altíssimo', 'alto'), ('forte', 'fortíssimo', 'maior', 'grande'), ('forte', 'fortíssimo', 'facílimo', 'fácil'), ('forte', 'fortíssimo', 'altíssimo', 'alto'), ('forte', 'fortíssimo', 'baixíssimo', 'baixo'), ('forte', 'fortíssimo', 'curtíssimo', 'curto'), ('alto', 'altíssimo', 'maior', 'grande'), ('alto', 'altíssimo', 'facílimo', 'fácil'), ('alto', 'altíssimo', 'altíssimo', 'alto'), ('alto', 'altíssimo', 'baixíssimo', 'baixo'), ('alto', 'altíssimo', 'curtíssimo', 'curto'), ('alto', 'altíssimo', 'fortíssimo', 'forte'), ('jovem', 'novíssimo', 'maior', 'grande'), ('jovem', 'novíssimo', 'facílimo', 'fácil'), ('jovem', 'novíssimo', 'altíssimo', 'alto'), ('jovem', 'novíssimo', 'curtíssimo', 'curto'), ('jovem', 'novíssimo', 'fortíssimo', 'forte'), ('jovem', 'novíssimo', 'altíssimo', 'alto')], 'incorrect': []}, {'section': '| gram5-present-participle', 'correct': [('programar', 'programando', 'dançando', 'dançar'), ('programar', 'programando', 'diminuindo', 'diminuir'), ('programar', 'programando', 'descrevendo', 'descrever'), ('programar', 'programando', 'descobrindo', 'descobrir'), ('programar', 'programando', 'melhorando', 'melhorar'), ('programar', 'programando', 'voando', 'voar'), ('programar', 'programando', 'gerando', 'gerar'), ('programar', 'programando', 'indo', 'ir'), ('programar', 'programando', 'implementando', 'implementar'), ('programar', 'programando', 'aumentando', 'aumentar'), ('programar', 'programando', 'inventando', 'inventar'), ('programar', 'programando', 'saltando', 'saltar'), ('programar', 'programando', 'ouvindo', 'ouvir'), ('programar', 'programando', 'movendo', 'mover'), ('programar', 'programando', 'jogando', 'jogar'), ('programar', 'programando', 'prevendo', 'prever'), ('programar', 'programando', 'lendo', 'ler'), ('programar', 'programando', 'correndo', 'correr'), ('programar', 'programando', 'dizendo', 'dizer'), ('programar', 'programando', 'gritando', 'gritar'), ('programar', 'programando', 'cantando', 'cantar'), ('programar', 'programando', 'sentando', 'sentar'), ('programar', 'programando', 'nadando', 'nadar'), ('programar', 'programando', 'pensando', 'pensar'), ('programar', 'programando', 'desaparecendo', 'desaparecer'), ('programar', 'programando', 'andando', 'andar'), ('programar', 'programando', 'escrevendo', 'escrever'), ('dançar', 'dançando', 'diminuindo', 'diminuir'), ('dançar', 'dançando', 'descrevendo', 'descrever'), ('dançar', 'dançando', 'descobrindo', 'descobrir'), ('dançar', 'dançando', 'melhorando', 'melhorar'), ('dançar', 'dançando', 'voando', 'voar'), ('dançar', 'dançando', 'gerando', 'gerar'), ('dançar', 'dançando', 'indo', 'ir'), ('dançar', 'dançando', 'implementando', 'implementar'), ('dançar', 'dançando', 'aumentando', 'aumentar'), ('dançar', 'dançando', 'inventando', 'inventar'), ('dançar', 'dançando', 'saltando', 'saltar'), ('dançar', 'dançando', 'ouvindo', 'ouvir'), ('dançar', 'dançando', 'movendo', 'mover'), ('dançar', 'dançando', 'jogando', 'jogar'), ('dançar', 'dançando', 'prevendo', 'prever'), ('dançar', 'dançando', 'lendo', 'ler'), ('dançar', 'dançando', 'correndo', 'correr'), ('dançar', 'dançando', 'dizendo', 'dizer'), ('dançar', 'dançando', 'gritando', 'gritar'), ('dançar', 'dançando', 'cantando', 'cantar'), ('dançar', 'dançando', 'sentando', 'sentar'), ('dançar', 'dançando', 'nadando', 'nadar'), ('dançar', 'dançando', 'pensando', 'pensar'), ('dançar', 'dançando', 'desaparecendo', 'desaparecer'), ('dançar', 'dançando', 'andando', 'andar'), ('dançar', 'dançando', 'escrevendo', 'escrever'), ('dançar', 'dançando', 'programando', 'programar'), ('depurar', 'depurando', 'diminuindo', 'diminuir'), ('depurar', 'depurando', 'descrevendo', 'descrever'), ('depurar', 'depurando', 'descobrindo', 'descobrir'), ('depurar', 'depurando', 'melhorando', 'melhorar'), ('depurar', 'depurando', 'voando', 'voar'), ('depurar', 'depurando', 'gerando', 'gerar'), ('depurar', 'depurando', 'indo', 'ir'), ('depurar', 'depurando', 'implementando', 'implementar'), ('depurar', 'depurando', 'aumentando', 'aumentar'), ('depurar', 'depurando', 'inventando', 'inventar'), ('depurar', 'depurando', 'saltando', 'saltar'), ('depurar', 'depurando', 'ouvindo', 'ouvir'), ('depurar', 'depurando', 'movendo', 'mover'), ('depurar', 'depurando', 'jogando', 'jogar'), ('depurar', 'depurando', 'prevendo', 'prever'), ('depurar', 'depurando', 'lendo', 'ler'), ('depurar', 'depurando', 'correndo', 'correr'), ('depurar', 'depurando', 'gritando', 'gritar'), ('depurar', 'depurando', 'cantando', 'cantar'), ('depurar', 'depurando', 'sentando', 'sentar'), ('depurar', 'depurando', 'nadando', 'nadar'), ('depurar', 'depurando', 'pensando', 'pensar'), ('depurar', 'depurando', 'escrevendo', 'escrever'), ('depurar', 'depurando', 'programando', 'programar'), ('depurar', 'depurando', 'dançando', 'dançar'), ('diminuir', 'diminuindo', 'descrevendo', 'descrever'), ('diminuir', 'diminuindo', 'descobrindo', 'descobrir'), ('diminuir', 'diminuindo', 'melhorando', 'melhorar'), ('diminuir', 'diminuindo', 'voando', 'voar'), ('diminuir', 'diminuindo', 'gerando', 'gerar'), ('diminuir', 'diminuindo', 'indo', 'ir'), ('diminuir', 'diminuindo', 'implementando', 'implementar'), ('diminuir', 'diminuindo', 'aumentando', 'aumentar'), ('diminuir', 'diminuindo', 'inventando', 'inventar'), ('diminuir', 'diminuindo', 'saltando', 'saltar'), ('diminuir', 'diminuindo', 'ouvindo', 'ouvir'), ('diminuir', 'diminuindo', 'movendo', 'mover'), ('diminuir', 'diminuindo', 'jogando', 'jogar'), ('diminuir', 'diminuindo', 'prevendo', 'prever'), ('diminuir', 'diminuindo', 'lendo', 'ler'), ('diminuir', 'diminuindo', 'correndo', 'correr'), ('diminuir', 'diminuindo', 'dizendo', 'dizer'), ('diminuir', 'diminuindo', 'gritando', 'gritar'), ('diminuir', 'diminuindo', 'cantando', 'cantar'), ('diminuir', 'diminuindo', 'sentando', 'sentar'), ('diminuir', 'diminuindo', 'nadando', 'nadar'), ('diminuir', 'diminuindo', 'pensando', 'pensar'), ('diminuir', 'diminuindo', 'desaparecendo', 'desaparecer'), ('diminuir', 'diminuindo', 'andando', 'andar'), ('diminuir', 'diminuindo', 'escrevendo', 'escrever'), ('diminuir', 'diminuindo', 'programando', 'programar'), ('diminuir', 'diminuindo', 'dançando', 'dançar'), ('descrever', 'descrevendo', 'descobrindo', 'descobrir'), ('descrever', 'descrevendo', 'melhorando', 'melhorar'), ('descrever', 'descrevendo', 'voando', 'voar'), ('descrever', 'descrevendo', 'gerando', 'gerar'), ('descrever', 'descrevendo', 'indo', 'ir'), ('descrever', 'descrevendo', 'implementando', 'implementar'), ('descrever', 'descrevendo', 'aumentando', 'aumentar'), ('descrever', 'descrevendo', 'inventando', 'inventar'), ('descrever', 'descrevendo', 'saltando', 'saltar'), ('descrever', 'descrevendo', 'ouvindo', 'ouvir'), ('descrever', 'descrevendo', 'movendo', 'mover'), ('descrever', 'descrevendo', 'jogando', 'jogar'), ('descrever', 'descrevendo', 'prevendo', 'prever'), ('descrever', 'descrevendo', 'lendo', 'ler'), ('descrever', 'descrevendo', 'correndo', 'correr'), ('descrever', 'descrevendo', 'dizendo', 'dizer'), ('descrever', 'descrevendo', 'gritando', 'gritar'), ('descrever', 'descrevendo', 'cantando', 'cantar'), ('descrever', 'descrevendo', 'sentando', 'sentar'), ('descrever', 'descrevendo', 'nadando', 'nadar'), ('descrever', 'descrevendo', 'pensando', 'pensar'), ('descrever', 'descrevendo', 'desaparecendo', 'desaparecer'), ('descrever', 'descrevendo', 'escrevendo', 'escrever'), ('descrever', 'descrevendo', 'programando', 'programar'), ('descrever', 'descrevendo', 'dançando', 'dançar'), ('descrever', 'descrevendo', 'diminuindo', 'diminuir'), ('descobrir', 'descobrindo', 'melhorando', 'melhorar'), ('descobrir', 'descobrindo', 'voando', 'voar'), ('descobrir', 'descobrindo', 'gerando', 'gerar'), ('descobrir', 'descobrindo', 'indo', 'ir'), ('descobrir', 'descobrindo', 'implementando', 'implementar'), ('descobrir', 'descobrindo', 'aumentando', 'aumentar'), ('descobrir', 'descobrindo', 'inventando', 'inventar'), ('descobrir', 'descobrindo', 'saltando', 'saltar'), ('descobrir', 'descobrindo', 'ouvindo', 'ouvir'), ('descobrir', 'descobrindo', 'movendo', 'mover'), ('descobrir', 'descobrindo', 'jogando', 'jogar'), ('descobrir', 'descobrindo', 'prevendo', 'prever'), ('descobrir', 'descobrindo', 'lendo', 'ler'), ('descobrir', 'descobrindo', 'correndo', 'correr'), ('descobrir', 'descobrindo', 'dizendo', 'dizer'), ('descobrir', 'descobrindo', 'gritando', 'gritar'), ('descobrir', 'descobrindo', 'cantando', 'cantar'), ('descobrir', 'descobrindo', 'sentando', 'sentar'), ('descobrir', 'descobrindo', 'nadando', 'nadar'), ('descobrir', 'descobrindo', 'pensando', 'pensar'), ('descobrir', 'descobrindo', 'desaparecendo', 'desaparecer'), ('descobrir', 'descobrindo', 'andando', 'andar'), ('descobrir', 'descobrindo', 'escrevendo', 'escrever'), ('descobrir', 'descobrindo', 'programando', 'programar'), ('descobrir', 'descobrindo', 'dançando', 'dançar'), ('descobrir', 'descobrindo', 'diminuindo', 'diminuir'), ('descobrir', 'descobrindo', 'descrevendo', 'descrever'), ('melhorar', 'melhorando', 'voando', 'voar'), ('melhorar', 'melhorando', 'gerando', 'gerar'), ('melhorar', 'melhorando', 'indo', 'ir'), ('melhorar', 'melhorando', 'implementando', 'implementar'), ('melhorar', 'melhorando', 'aumentando', 'aumentar'), ('melhorar', 'melhorando', 'inventando', 'inventar'), ('melhorar', 'melhorando', 'saltando', 'saltar'), ('melhorar', 'melhorando', 'ouvindo', 'ouvir'), ('melhorar', 'melhorando', 'movendo', 'mover'), ('melhorar', 'melhorando', 'jogando', 'jogar'), ('melhorar', 'melhorando', 'prevendo', 'prever'), ('melhorar', 'melhorando', 'lendo', 'ler'), ('melhorar', 'melhorando', 'correndo', 'correr'), ('melhorar', 'melhorando', 'dizendo', 'dizer'), ('melhorar', 'melhorando', 'gritando', 'gritar'), ('melhorar', 'melhorando', 'cantando', 'cantar'), ('melhorar', 'melhorando', 'sentando', 'sentar'), ('melhorar', 'melhorando', 'nadando', 'nadar'), ('melhorar', 'melhorando', 'pensando', 'pensar'), ('melhorar', 'melhorando', 'desaparecendo', 'desaparecer'), ('melhorar', 'melhorando', 'escrevendo', 'escrever'), ('melhorar', 'melhorando', 'programando', 'programar'), ('melhorar', 'melhorando', 'dançando', 'dançar'), ('melhorar', 'melhorando', 'diminuindo', 'diminuir'), ('melhorar', 'melhorando', 'descrevendo', 'descrever'), ('melhorar', 'melhorando', 'descobrindo', 'descobrir'), ('voar', 'voando', 'gerando', 'gerar'), ('voar', 'voando', 'indo', 'ir'), ('voar', 'voando', 'implementando', 'implementar'), ('voar', 'voando', 'aumentando', 'aumentar'), ('voar', 'voando', 'inventando', 'inventar'), ('voar', 'voando', 'saltando', 'saltar'), ('voar', 'voando', 'ouvindo', 'ouvir'), ('voar', 'voando', 'movendo', 'mover'), ('voar', 'voando', 'jogando', 'jogar'), ('voar', 'voando', 'prevendo', 'prever'), ('voar', 'voando', 'lendo', 'ler'), ('voar', 'voando', 'correndo', 'correr'), ('voar', 'voando', 'dizendo', 'dizer'), ('voar', 'voando', 'gritando', 'gritar'), ('voar', 'voando', 'cantando', 'cantar'), ('voar', 'voando', 'sentando', 'sentar'), ('voar', 'voando', 'nadando', 'nadar'), ('voar', 'voando', 'pensando', 'pensar'), ('voar', 'voando', 'desaparecendo', 'desaparecer'), ('voar', 'voando', 'andando', 'andar'), ('voar', 'voando', 'escrevendo', 'escrever'), ('voar', 'voando', 'programando', 'programar'), ('voar', 'voando', 'dançando', 'dançar'), ('voar', 'voando', 'diminuindo', 'diminuir'), ('voar', 'voando', 'descrevendo', 'descrever'), ('voar', 'voando', 'descobrindo', 'descobrir'), ('voar', 'voando', 'melhorando', 'melhorar'), ('gerar', 'gerando', 'indo', 'ir'), ('gerar', 'gerando', 'implementando', 'implementar'), ('gerar', 'gerando', 'aumentando', 'aumentar'), ('gerar', 'gerando', 'inventando', 'inventar'), ('gerar', 'gerando', 'saltando', 'saltar'), ('gerar', 'gerando', 'ouvindo', 'ouvir'), ('gerar', 'gerando', 'movendo', 'mover'), ('gerar', 'gerando', 'jogando', 'jogar'), ('gerar', 'gerando', 'prevendo', 'prever'), ('gerar', 'gerando', 'lendo', 'ler'), ('gerar', 'gerando', 'correndo', 'correr'), ('gerar', 'gerando', 'dizendo', 'dizer'), ('gerar', 'gerando', 'gritando', 'gritar'), ('gerar', 'gerando', 'cantando', 'cantar'), ('gerar', 'gerando', 'sentando', 'sentar'), ('gerar', 'gerando', 'nadando', 'nadar'), ('gerar', 'gerando', 'pensando', 'pensar'), ('gerar', 'gerando', 'desaparecendo', 'desaparecer'), ('gerar', 'gerando', 'escrevendo', 'escrever'), ('gerar', 'gerando', 'programando', 'programar'), ('gerar', 'gerando', 'dançando', 'dançar'), ('gerar', 'gerando', 'diminuindo', 'diminuir'), ('gerar', 'gerando', 'descrevendo', 'descrever'), ('gerar', 'gerando', 'descobrindo', 'descobrir'), ('gerar', 'gerando', 'melhorando', 'melhorar'), ('gerar', 'gerando', 'voando', 'voar'), ('ir', 'indo', 'implementando', 'implementar'), ('ir', 'indo', 'aumentando', 'aumentar'), ('ir', 'indo', 'inventando', 'inventar'), ('ir', 'indo', 'saltando', 'saltar'), ('ir', 'indo', 'ouvindo', 'ouvir'), ('ir', 'indo', 'movendo', 'mover'), ('ir', 'indo', 'jogando', 'jogar'), ('ir', 'indo', 'prevendo', 'prever'), ('ir', 'indo', 'lendo', 'ler'), ('ir', 'indo', 'correndo', 'correr'), ('ir', 'indo', 'dizendo', 'dizer'), ('ir', 'indo', 'gritando', 'gritar'), ('ir', 'indo', 'cantando', 'cantar'), ('ir', 'indo', 'sentando', 'sentar'), ('ir', 'indo', 'nadando', 'nadar'), ('ir', 'indo', 'pensando', 'pensar'), ('ir', 'indo', 'desaparecendo', 'desaparecer'), ('ir', 'indo', 'andando', 'andar'), ('ir', 'indo', 'escrevendo', 'escrever'), ('ir', 'indo', 'programando', 'programar'), ('ir', 'indo', 'dançando', 'dançar'), ('ir', 'indo', 'diminuindo', 'diminuir'), ('ir', 'indo', 'descrevendo', 'descrever'), ('ir', 'indo', 'descobrindo', 'descobrir'), ('ir', 'indo', 'melhorando', 'melhorar'), ('ir', 'indo', 'voando', 'voar'), ('ir', 'indo', 'gerando', 'gerar'), ('implementar', 'implementando', 'aumentando', 'aumentar'), ('implementar', 'implementando', 'inventando', 'inventar'), ('implementar', 'implementando', 'saltando', 'saltar'), ('implementar', 'implementando', 'ouvindo', 'ouvir'), ('implementar', 'implementando', 'movendo', 'mover'), ('implementar', 'implementando', 'jogando', 'jogar'), ('implementar', 'implementando', 'prevendo', 'prever'), ('implementar', 'implementando', 'lendo', 'ler'), ('implementar', 'implementando', 'correndo', 'correr'), ('implementar', 'implementando', 'dizendo', 'dizer'), ('implementar', 'implementando', 'gritando', 'gritar'), ('implementar', 'implementando', 'cantando', 'cantar'), ('implementar', 'implementando', 'sentando', 'sentar'), ('implementar', 'implementando', 'nadando', 'nadar'), ('implementar', 'implementando', 'pensando', 'pensar'), ('implementar', 'implementando', 'desaparecendo', 'desaparecer'), ('implementar', 'implementando', 'andando', 'andar'), ('implementar', 'implementando', 'escrevendo', 'escrever'), ('implementar', 'implementando', 'programando', 'programar'), ('implementar', 'implementando', 'dançando', 'dançar'), ('implementar', 'implementando', 'diminuindo', 'diminuir'), ('implementar', 'implementando', 'descrevendo', 'descrever'), ('implementar', 'implementando', 'descobrindo', 'descobrir'), ('implementar', 'implementando', 'melhorando', 'melhorar'), ('implementar', 'implementando', 'voando', 'voar'), ('implementar', 'implementando', 'gerando', 'gerar'), ('implementar', 'implementando', 'indo', 'ir'), ('aumentar', 'aumentando', 'inventando', 'inventar'), ('aumentar', 'aumentando', 'saltando', 'saltar'), ('aumentar', 'aumentando', 'ouvindo', 'ouvir'), ('aumentar', 'aumentando', 'movendo', 'mover'), ('aumentar', 'aumentando', 'jogando', 'jogar'), ('aumentar', 'aumentando', 'prevendo', 'prever'), ('aumentar', 'aumentando', 'lendo', 'ler'), ('aumentar', 'aumentando', 'correndo', 'correr'), ('aumentar', 'aumentando', 'dizendo', 'dizer'), ('aumentar', 'aumentando', 'gritando', 'gritar'), ('aumentar', 'aumentando', 'cantando', 'cantar'), ('aumentar', 'aumentando', 'sentando', 'sentar'), ('aumentar', 'aumentando', 'nadando', 'nadar'), ('aumentar', 'aumentando', 'pensando', 'pensar'), ('aumentar', 'aumentando', 'desaparecendo', 'desaparecer'), ('aumentar', 'aumentando', 'andando', 'andar'), ('aumentar', 'aumentando', 'escrevendo', 'escrever'), ('aumentar', 'aumentando', 'programando', 'programar'), ('aumentar', 'aumentando', 'dançando', 'dançar'), ('aumentar', 'aumentando', 'diminuindo', 'diminuir'), ('aumentar', 'aumentando', 'descrevendo', 'descrever'), ('aumentar', 'aumentando', 'descobrindo', 'descobrir'), ('aumentar', 'aumentando', 'melhorando', 'melhorar'), ('aumentar', 'aumentando', 'voando', 'voar'), ('aumentar', 'aumentando', 'gerando', 'gerar'), ('aumentar', 'aumentando', 'indo', 'ir'), ('aumentar', 'aumentando', 'implementando', 'implementar'), ('inventar', 'inventando', 'saltando', 'saltar'), ('inventar', 'inventando', 'ouvindo', 'ouvir'), ('inventar', 'inventando', 'movendo', 'mover'), ('inventar', 'inventando', 'jogando', 'jogar'), ('inventar', 'inventando', 'prevendo', 'prever'), ('inventar', 'inventando', 'lendo', 'ler'), ('inventar', 'inventando', 'correndo', 'correr'), ('inventar', 'inventando', 'dizendo', 'dizer'), ('inventar', 'inventando', 'gritando', 'gritar'), ('inventar', 'inventando', 'cantando', 'cantar'), ('inventar', 'inventando', 'sentando', 'sentar'), ('inventar', 'inventando', 'nadando', 'nadar'), ('inventar', 'inventando', 'pensando', 'pensar'), ('inventar', 'inventando', 'desaparecendo', 'desaparecer'), ('inventar', 'inventando', 'andando', 'andar'), ('inventar', 'inventando', 'escrevendo', 'escrever'), ('inventar', 'inventando', 'programando', 'programar'), ('inventar', 'inventando', 'dançando', 'dançar'), ('inventar', 'inventando', 'diminuindo', 'diminuir'), ('inventar', 'inventando', 'descrevendo', 'descrever'), ('inventar', 'inventando', 'descobrindo', 'descobrir'), ('inventar', 'inventando', 'melhorando', 'melhorar'), ('inventar', 'inventando', 'voando', 'voar'), ('inventar', 'inventando', 'gerando', 'gerar'), ('inventar', 'inventando', 'indo', 'ir'), ('inventar', 'inventando', 'implementando', 'implementar'), ('inventar', 'inventando', 'aumentando', 'aumentar'), ('saltar', 'saltando', 'ouvindo', 'ouvir'), ('saltar', 'saltando', 'movendo', 'mover'), ('saltar', 'saltando', 'jogando', 'jogar'), ('saltar', 'saltando', 'prevendo', 'prever'), ('saltar', 'saltando', 'lendo', 'ler'), ('saltar', 'saltando', 'correndo', 'correr'), ('saltar', 'saltando', 'dizendo', 'dizer'), ('saltar', 'saltando', 'gritando', 'gritar'), ('saltar', 'saltando', 'cantando', 'cantar'), ('saltar', 'saltando', 'sentando', 'sentar'), ('saltar', 'saltando', 'nadando', 'nadar'), ('saltar', 'saltando', 'pensando', 'pensar'), ('saltar', 'saltando', 'desaparecendo', 'desaparecer'), ('saltar', 'saltando', 'andando', 'andar'), ('saltar', 'saltando', 'escrevendo', 'escrever'), ('saltar', 'saltando', 'programando', 'programar'), ('saltar', 'saltando', 'dançando', 'dançar'), ('saltar', 'saltando', 'diminuindo', 'diminuir'), ('saltar', 'saltando', 'descrevendo', 'descrever'), ('saltar', 'saltando', 'descobrindo', 'descobrir'), ('saltar', 'saltando', 'melhorando', 'melhorar'), ('saltar', 'saltando', 'voando', 'voar'), ('saltar', 'saltando', 'gerando', 'gerar'), ('saltar', 'saltando', 'indo', 'ir'), ('saltar', 'saltando', 'implementando', 'implementar'), ('saltar', 'saltando', 'aumentando', 'aumentar'), ('saltar', 'saltando', 'inventando', 'inventar'), ('ouvir', 'ouvindo', 'vendo', 'ver'), ('ouvir', 'ouvindo', 'movendo', 'mover'), ('ouvir', 'ouvindo', 'jogando', 'jogar'), ('ouvir', 'ouvindo', 'prevendo', 'prever'), ('ouvir', 'ouvindo', 'lendo', 'ler'), ('ouvir', 'ouvindo', 'correndo', 'correr'), ('ouvir', 'ouvindo', 'dizendo', 'dizer'), ('ouvir', 'ouvindo', 'gritando', 'gritar'), ('ouvir', 'ouvindo', 'vendo', 'ver'), ('ouvir', 'ouvindo', 'cantando', 'cantar'), ('ouvir', 'ouvindo', 'sentando', 'sentar'), ('ouvir', 'ouvindo', 'nadando', 'nadar'), ('ouvir', 'ouvindo', 'pensando', 'pensar'), ('ouvir', 'ouvindo', 'desaparecendo', 'desaparecer'), ('ouvir', 'ouvindo', 'andando', 'andar'), ('ouvir', 'ouvindo', 'escrevendo', 'escrever'), ('ouvir', 'ouvindo', 'programando', 'programar'), ('ouvir', 'ouvindo', 'dançando', 'dançar'), ('ouvir', 'ouvindo', 'diminuindo', 'diminuir'), ('ouvir', 'ouvindo', 'descrevendo', 'descrever'), ('ouvir', 'ouvindo', 'descobrindo', 'descobrir'), ('ouvir', 'ouvindo', 'melhorando', 'melhorar'), ('ouvir', 'ouvindo', 'voando', 'voar'), ('ouvir', 'ouvindo', 'gerando', 'gerar'), ('ouvir', 'ouvindo', 'indo', 'ir'), ('ouvir', 'ouvindo', 'implementando', 'implementar'), ('ouvir', 'ouvindo', 'aumentando', 'aumentar'), ('ouvir', 'ouvindo', 'inventando', 'inventar'), ('ouvir', 'ouvindo', 'saltando', 'saltar'), ('ver', 'vendo', 'movendo', 'mover'), ('ver', 'vendo', 'jogando', 'jogar'), ('ver', 'vendo', 'prevendo', 'prever'), ('ver', 'vendo', 'lendo', 'ler'), ('ver', 'vendo', 'correndo', 'correr'), ('ver', 'vendo', 'dizendo', 'dizer'), ('ver', 'vendo', 'gritando', 'gritar'), ('ver', 'vendo', 'vendo', 'ver'), ('ver', 'vendo', 'cantando', 'cantar'), ('ver', 'vendo', 'sentando', 'sentar'), ('ver', 'vendo', 'nadando', 'nadar'), ('ver', 'vendo', 'pensando', 'pensar'), ('ver', 'vendo', 'desaparecendo', 'desaparecer'), ('ver', 'vendo', 'andando', 'andar'), ('ver', 'vendo', 'escrevendo', 'escrever'), ('ver', 'vendo', 'programando', 'programar'), ('ver', 'vendo', 'dançando', 'dançar'), ('ver', 'vendo', 'diminuindo', 'diminuir'), ('ver', 'vendo', 'descrevendo', 'descrever'), ('ver', 'vendo', 'descobrindo', 'descobrir'), ('ver', 'vendo', 'melhorando', 'melhorar'), ('ver', 'vendo', 'voando', 'voar'), ('ver', 'vendo', 'gerando', 'gerar'), ('ver', 'vendo', 'indo', 'ir'), ('ver', 'vendo', 'implementando', 'implementar'), ('ver', 'vendo', 'aumentando', 'aumentar'), ('ver', 'vendo', 'inventando', 'inventar'), ('ver', 'vendo', 'saltando', 'saltar'), ('ver', 'vendo', 'ouvindo', 'ouvir'), ('mover', 'movendo', 'jogando', 'jogar'), ('mover', 'movendo', 'prevendo', 'prever'), ('mover', 'movendo', 'lendo', 'ler'), ('mover', 'movendo', 'correndo', 'correr'), ('mover', 'movendo', 'dizendo', 'dizer'), ('mover', 'movendo', 'gritando', 'gritar'), ('mover', 'movendo', 'cantando', 'cantar'), ('mover', 'movendo', 'sentando', 'sentar'), ('mover', 'movendo', 'nadando', 'nadar'), ('mover', 'movendo', 'pensando', 'pensar'), ('mover', 'movendo', 'desaparecendo', 'desaparecer'), ('mover', 'movendo', 'andando', 'andar'), ('mover', 'movendo', 'escrevendo', 'escrever'), ('mover', 'movendo', 'programando', 'programar'), ('mover', 'movendo', 'dançando', 'dançar'), ('mover', 'movendo', 'diminuindo', 'diminuir'), ('mover', 'movendo', 'descrevendo', 'descrever'), ('mover', 'movendo', 'descobrindo', 'descobrir'), ('mover', 'movendo', 'melhorando', 'melhorar'), ('mover', 'movendo', 'voando', 'voar'), ('mover', 'movendo', 'gerando', 'gerar'), ('mover', 'movendo', 'indo', 'ir'), ('mover', 'movendo', 'implementando', 'implementar'), ('mover', 'movendo', 'aumentando', 'aumentar'), ('mover', 'movendo', 'inventando', 'inventar'), ('mover', 'movendo', 'saltando', 'saltar'), ('mover', 'movendo', 'ouvindo', 'ouvir'), ('jogar', 'jogando', 'prevendo', 'prever'), ('jogar', 'jogando', 'lendo', 'ler'), ('jogar', 'jogando', 'correndo', 'correr'), ('jogar', 'jogando', 'dizendo', 'dizer'), ('jogar', 'jogando', 'gritando', 'gritar'), ('jogar', 'jogando', 'cantando', 'cantar'), ('jogar', 'jogando', 'sentando', 'sentar'), ('jogar', 'jogando', 'nadando', 'nadar'), ('jogar', 'jogando', 'pensando', 'pensar'), ('jogar', 'jogando', 'desaparecendo', 'desaparecer'), ('jogar', 'jogando', 'escrevendo', 'escrever'), ('jogar', 'jogando', 'programando', 'programar'), ('jogar', 'jogando', 'dançando', 'dançar'), ('jogar', 'jogando', 'diminuindo', 'diminuir'), ('jogar', 'jogando', 'descrevendo', 'descrever'), ('jogar', 'jogando', 'descobrindo', 'descobrir'), ('jogar', 'jogando', 'melhorando', 'melhorar'), ('jogar', 'jogando', 'voando', 'voar'), ('jogar', 'jogando', 'gerando', 'gerar'), ('jogar', 'jogando', 'indo', 'ir'), ('jogar', 'jogando', 'implementando', 'implementar'), ('jogar', 'jogando', 'aumentando', 'aumentar'), ('jogar', 'jogando', 'inventando', 'inventar'), ('jogar', 'jogando', 'saltando', 'saltar'), ('jogar', 'jogando', 'ouvindo', 'ouvir'), ('jogar', 'jogando', 'movendo', 'mover'), ('prever', 'prevendo', 'lendo', 'ler'), ('prever', 'prevendo', 'correndo', 'correr'), ('prever', 'prevendo', 'dizendo', 'dizer'), ('prever', 'prevendo', 'gritando', 'gritar'), ('prever', 'prevendo', 'cantando', 'cantar'), ('prever', 'prevendo', 'sentando', 'sentar'), ('prever', 'prevendo', 'nadando', 'nadar'), ('prever', 'prevendo', 'pensando', 'pensar'), ('prever', 'prevendo', 'desaparecendo', 'desaparecer'), ('prever', 'prevendo', 'andando', 'andar'), ('prever', 'prevendo', 'escrevendo', 'escrever'), ('prever', 'prevendo', 'programando', 'programar'), ('prever', 'prevendo', 'dançando', 'dançar'), ('prever', 'prevendo', 'diminuindo', 'diminuir'), ('prever', 'prevendo', 'descrevendo', 'descrever'), ('prever', 'prevendo', 'descobrindo', 'descobrir'), ('prever', 'prevendo', 'melhorando', 'melhorar'), ('prever', 'prevendo', 'voando', 'voar'), ('prever', 'prevendo', 'gerando', 'gerar'), ('prever', 'prevendo', 'indo', 'ir'), ('prever', 'prevendo', 'implementando', 'implementar'), ('prever', 'prevendo', 'aumentando', 'aumentar'), ('prever', 'prevendo', 'inventando', 'inventar'), ('prever', 'prevendo', 'saltando', 'saltar'), ('prever', 'prevendo', 'ouvindo', 'ouvir'), ('prever', 'prevendo', 'movendo', 'mover'), ('prever', 'prevendo', 'jogando', 'jogar'), ('ler', 'lendo', 'correndo', 'correr'), ('ler', 'lendo', 'dizendo', 'dizer'), ('ler', 'lendo', 'gritando', 'gritar'), ('ler', 'lendo', 'cantando', 'cantar'), ('ler', 'lendo', 'sentando', 'sentar'), ('ler', 'lendo', 'nadando', 'nadar'), ('ler', 'lendo', 'pensando', 'pensar'), ('ler', 'lendo', 'desaparecendo', 'desaparecer'), ('ler', 'lendo', 'andando', 'andar'), ('ler', 'lendo', 'escrevendo', 'escrever'), ('ler', 'lendo', 'programando', 'programar'), ('ler', 'lendo', 'dançando', 'dançar'), ('ler', 'lendo', 'diminuindo', 'diminuir'), ('ler', 'lendo', 'descrevendo', 'descrever'), ('ler', 'lendo', 'descobrindo', 'descobrir'), ('ler', 'lendo', 'melhorando', 'melhorar'), ('ler', 'lendo', 'voando', 'voar'), ('ler', 'lendo', 'gerando', 'gerar'), ('ler', 'lendo', 'indo', 'ir'), ('ler', 'lendo', 'implementando', 'implementar'), ('ler', 'lendo', 'aumentando', 'aumentar'), ('ler', 'lendo', 'inventando', 'inventar'), ('ler', 'lendo', 'saltando', 'saltar'), ('ler', 'lendo', 'ouvindo', 'ouvir'), ('ler', 'lendo', 'movendo', 'mover'), ('ler', 'lendo', 'jogando', 'jogar'), ('ler', 'lendo', 'prevendo', 'prever'), ('correr', 'correndo', 'dizendo', 'dizer'), ('correr', 'correndo', 'gritando', 'gritar'), ('correr', 'correndo', 'cantando', 'cantar'), ('correr', 'correndo', 'sentando', 'sentar'), ('correr', 'correndo', 'nadando', 'nadar'), ('correr', 'correndo', 'pensando', 'pensar'), ('correr', 'correndo', 'desaparecendo', 'desaparecer'), ('correr', 'correndo', 'andando', 'andar'), ('correr', 'correndo', 'escrevendo', 'escrever'), ('correr', 'correndo', 'programando', 'programar'), ('correr', 'correndo', 'dançando', 'dançar'), ('correr', 'correndo', 'diminuindo', 'diminuir'), ('correr', 'correndo', 'descobrindo', 'descobrir'), ('correr', 'correndo', 'melhorando', 'melhorar'), ('correr', 'correndo', 'voando', 'voar'), ('correr', 'correndo', 'gerando', 'gerar'), ('correr', 'correndo', 'indo', 'ir'), ('correr', 'correndo', 'implementando', 'implementar'), ('correr', 'correndo', 'aumentando', 'aumentar'), ('correr', 'correndo', 'inventando', 'inventar'), ('correr', 'correndo', 'saltando', 'saltar'), ('correr', 'correndo', 'ouvindo', 'ouvir'), ('correr', 'correndo', 'movendo', 'mover'), ('correr', 'correndo', 'jogando', 'jogar'), ('correr', 'correndo', 'prevendo', 'prever'), ('correr', 'correndo', 'lendo', 'ler'), ('dizer', 'dizendo', 'gritando', 'gritar'), ('dizer', 'dizendo', 'cantando', 'cantar'), ('dizer', 'dizendo', 'sentando', 'sentar'), ('dizer', 'dizendo', 'nadando', 'nadar'), ('dizer', 'dizendo', 'pensando', 'pensar'), ('dizer', 'dizendo', 'desaparecendo', 'desaparecer'), ('dizer', 'dizendo', 'andando', 'andar'), ('dizer', 'dizendo', 'escrevendo', 'escrever'), ('dizer', 'dizendo', 'programando', 'programar'), ('dizer', 'dizendo', 'dançando', 'dançar'), ('dizer', 'dizendo', 'diminuindo', 'diminuir'), ('dizer', 'dizendo', 'descrevendo', 'descrever'), ('dizer', 'dizendo', 'descobrindo', 'descobrir'), ('dizer', 'dizendo', 'melhorando', 'melhorar'), ('dizer', 'dizendo', 'voando', 'voar'), ('dizer', 'dizendo', 'gerando', 'gerar'), ('dizer', 'dizendo', 'indo', 'ir'), ('dizer', 'dizendo', 'implementando', 'implementar'), ('dizer', 'dizendo', 'aumentando', 'aumentar'), ('dizer', 'dizendo', 'inventando', 'inventar'), ('dizer', 'dizendo', 'saltando', 'saltar'), ('dizer', 'dizendo', 'ouvindo', 'ouvir'), ('dizer', 'dizendo', 'movendo', 'mover'), ('dizer', 'dizendo', 'jogando', 'jogar'), ('dizer', 'dizendo', 'prevendo', 'prever'), ('dizer', 'dizendo', 'lendo', 'ler'), ('dizer', 'dizendo', 'correndo', 'correr'), ('gritar', 'gritando', 'cantando', 'cantar'), ('gritar', 'gritando', 'sentando', 'sentar'), ('gritar', 'gritando', 'nadando', 'nadar'), ('gritar', 'gritando', 'pensando', 'pensar'), ('gritar', 'gritando', 'desaparecendo', 'desaparecer'), ('gritar', 'gritando', 'escrevendo', 'escrever'), ('gritar', 'gritando', 'programando', 'programar'), ('gritar', 'gritando', 'dançando', 'dançar'), ('gritar', 'gritando', 'diminuindo', 'diminuir'), ('gritar', 'gritando', 'descrevendo', 'descrever'), ('gritar', 'gritando', 'descobrindo', 'descobrir'), ('gritar', 'gritando', 'melhorando', 'melhorar'), ('gritar', 'gritando', 'voando', 'voar'), ('gritar', 'gritando', 'gerando', 'gerar'), ('gritar', 'gritando', 'indo', 'ir'), ('gritar', 'gritando', 'implementando', 'implementar'), ('gritar', 'gritando', 'aumentando', 'aumentar'), ('gritar', 'gritando', 'inventando', 'inventar'), ('gritar', 'gritando', 'saltando', 'saltar'), ('gritar', 'gritando', 'ouvindo', 'ouvir'), ('gritar', 'gritando', 'movendo', 'mover'), ('gritar', 'gritando', 'jogando', 'jogar'), ('gritar', 'gritando', 'prevendo', 'prever'), ('gritar', 'gritando', 'lendo', 'ler'), ('gritar', 'gritando', 'correndo', 'correr'), ('gritar', 'gritando', 'dizendo', 'dizer'), ('ver', 'vendo', 'cantando', 'cantar'), ('ver', 'vendo', 'sentando', 'sentar'), ('ver', 'vendo', 'nadando', 'nadar'), ('ver', 'vendo', 'pensando', 'pensar'), ('ver', 'vendo', 'desaparecendo', 'desaparecer'), ('ver', 'vendo', 'andando', 'andar'), ('ver', 'vendo', 'escrevendo', 'escrever'), ('ver', 'vendo', 'programando', 'programar'), ('ver', 'vendo', 'dançando', 'dançar'), ('ver', 'vendo', 'diminuindo', 'diminuir'), ('ver', 'vendo', 'descrevendo', 'descrever'), ('ver', 'vendo', 'descobrindo', 'descobrir'), ('ver', 'vendo', 'melhorando', 'melhorar'), ('ver', 'vendo', 'voando', 'voar'), ('ver', 'vendo', 'gerando', 'gerar'), ('ver', 'vendo', 'indo', 'ir'), ('ver', 'vendo', 'implementando', 'implementar'), ('ver', 'vendo', 'aumentando', 'aumentar'), ('ver', 'vendo', 'inventando', 'inventar'), ('ver', 'vendo', 'saltando', 'saltar'), ('ver', 'vendo', 'ouvindo', 'ouvir'), ('ver', 'vendo', 'vendo', 'ver'), ('ver', 'vendo', 'movendo', 'mover'), ('ver', 'vendo', 'jogando', 'jogar'), ('ver', 'vendo', 'prevendo', 'prever'), ('ver', 'vendo', 'lendo', 'ler'), ('ver', 'vendo', 'correndo', 'correr'), ('ver', 'vendo', 'dizendo', 'dizer'), ('ver', 'vendo', 'gritando', 'gritar'), ('cantar', 'cantando', 'sentando', 'sentar'), ('cantar', 'cantando', 'nadando', 'nadar'), ('cantar', 'cantando', 'pensando', 'pensar'), ('cantar', 'cantando', 'desaparecendo', 'desaparecer'), ('cantar', 'cantando', 'escrevendo', 'escrever'), ('cantar', 'cantando', 'programando', 'programar'), ('cantar', 'cantando', 'dançando', 'dançar'), ('cantar', 'cantando', 'diminuindo', 'diminuir'), ('cantar', 'cantando', 'descrevendo', 'descrever'), ('cantar', 'cantando', 'descobrindo', 'descobrir'), ('cantar', 'cantando', 'melhorando', 'melhorar'), ('cantar', 'cantando', 'voando', 'voar'), ('cantar', 'cantando', 'gerando', 'gerar'), ('cantar', 'cantando', 'indo', 'ir'), ('cantar', 'cantando', 'implementando', 'implementar'), ('cantar', 'cantando', 'aumentando', 'aumentar'), ('cantar', 'cantando', 'inventando', 'inventar'), ('cantar', 'cantando', 'saltando', 'saltar'), ('cantar', 'cantando', 'ouvindo', 'ouvir'), ('cantar', 'cantando', 'movendo', 'mover'), ('cantar', 'cantando', 'jogando', 'jogar'), ('cantar', 'cantando', 'prevendo', 'prever'), ('cantar', 'cantando', 'lendo', 'ler'), ('cantar', 'cantando', 'correndo', 'correr'), ('cantar', 'cantando', 'dizendo', 'dizer'), ('cantar', 'cantando', 'gritando', 'gritar'), ('sentar', 'sentando', 'nadando', 'nadar'), ('sentar', 'sentando', 'pensando', 'pensar'), ('sentar', 'sentando', 'desaparecendo', 'desaparecer'), ('sentar', 'sentando', 'escrevendo', 'escrever'), ('sentar', 'sentando', 'programando', 'programar'), ('sentar', 'sentando', 'dançando', 'dançar'), ('sentar', 'sentando', 'diminuindo', 'diminuir'), ('sentar', 'sentando', 'descrevendo', 'descrever'), ('sentar', 'sentando', 'descobrindo', 'descobrir'), ('sentar', 'sentando', 'melhorando', 'melhorar'), ('sentar', 'sentando', 'voando', 'voar'), ('sentar', 'sentando', 'gerando', 'gerar'), ('sentar', 'sentando', 'indo', 'ir'), ('sentar', 'sentando', 'implementando', 'implementar'), ('sentar', 'sentando', 'aumentando', 'aumentar'), ('sentar', 'sentando', 'inventando', 'inventar'), ('sentar', 'sentando', 'saltando', 'saltar'), ('sentar', 'sentando', 'ouvindo', 'ouvir'), ('sentar', 'sentando', 'movendo', 'mover'), ('sentar', 'sentando', 'jogando', 'jogar'), ('sentar', 'sentando', 'prevendo', 'prever'), ('sentar', 'sentando', 'lendo', 'ler'), ('sentar', 'sentando', 'correndo', 'correr'), ('sentar', 'sentando', 'dizendo', 'dizer'), ('sentar', 'sentando', 'gritando', 'gritar'), ('sentar', 'sentando', 'cantando', 'cantar'), ('nadar', 'nadando', 'pensando', 'pensar'), ('nadar', 'nadando', 'desaparecendo', 'desaparecer'), ('nadar', 'nadando', 'andando', 'andar'), ('nadar', 'nadando', 'escrevendo', 'escrever'), ('nadar', 'nadando', 'programando', 'programar'), ('nadar', 'nadando', 'dançando', 'dançar'), ('nadar', 'nadando', 'diminuindo', 'diminuir'), ('nadar', 'nadando', 'descrevendo', 'descrever'), ('nadar', 'nadando', 'descobrindo', 'descobrir'), ('nadar', 'nadando', 'melhorando', 'melhorar'), ('nadar', 'nadando', 'voando', 'voar'), ('nadar', 'nadando', 'gerando', 'gerar'), ('nadar', 'nadando', 'indo', 'ir'), ('nadar', 'nadando', 'implementando', 'implementar'), ('nadar', 'nadando', 'aumentando', 'aumentar'), ('nadar', 'nadando', 'inventando', 'inventar'), ('nadar', 'nadando', 'saltando', 'saltar'), ('nadar', 'nadando', 'ouvindo', 'ouvir'), ('nadar', 'nadando', 'movendo', 'mover'), ('nadar', 'nadando', 'jogando', 'jogar'), ('nadar', 'nadando', 'prevendo', 'prever'), ('nadar', 'nadando', 'lendo', 'ler'), ('nadar', 'nadando', 'correndo', 'correr'), ('nadar', 'nadando', 'dizendo', 'dizer'), ('nadar', 'nadando', 'gritando', 'gritar'), ('nadar', 'nadando', 'cantando', 'cantar'), ('nadar', 'nadando', 'sentando', 'sentar'), ('pensar', 'pensando', 'desaparecendo', 'desaparecer'), ('pensar', 'pensando', 'andando', 'andar'), ('pensar', 'pensando', 'escrevendo', 'escrever'), ('pensar', 'pensando', 'programando', 'programar'), ('pensar', 'pensando', 'dançando', 'dançar'), ('pensar', 'pensando', 'diminuindo', 'diminuir'), ('pensar', 'pensando', 'descrevendo', 'descrever'), ('pensar', 'pensando', 'descobrindo', 'descobrir'), ('pensar', 'pensando', 'melhorando', 'melhorar'), ('pensar', 'pensando', 'voando', 'voar'), ('pensar', 'pensando', 'gerando', 'gerar'), ('pensar', 'pensando', 'indo', 'ir'), ('pensar', 'pensando', 'implementando', 'implementar'), ('pensar', 'pensando', 'aumentando', 'aumentar'), ('pensar', 'pensando', 'inventando', 'inventar'), ('pensar', 'pensando', 'saltando', 'saltar'), ('pensar', 'pensando', 'ouvindo', 'ouvir'), ('pensar', 'pensando', 'movendo', 'mover'), ('pensar', 'pensando', 'jogando', 'jogar'), ('pensar', 'pensando', 'prevendo', 'prever'), ('pensar', 'pensando', 'lendo', 'ler'), ('pensar', 'pensando', 'correndo', 'correr'), ('pensar', 'pensando', 'dizendo', 'dizer'), ('pensar', 'pensando', 'gritando', 'gritar'), ('pensar', 'pensando', 'cantando', 'cantar'), ('pensar', 'pensando', 'sentando', 'sentar'), ('pensar', 'pensando', 'nadando', 'nadar'), ('desaparecer', 'desaparecendo', 'escrevendo', 'escrever'), ('desaparecer', 'desaparecendo', 'programando', 'programar'), ('desaparecer', 'desaparecendo', 'dançando', 'dançar'), ('desaparecer', 'desaparecendo', 'diminuindo', 'diminuir'), ('desaparecer', 'desaparecendo', 'descrevendo', 'descrever'), ('desaparecer', 'desaparecendo', 'descobrindo', 'descobrir'), ('desaparecer', 'desaparecendo', 'melhorando', 'melhorar'), ('desaparecer', 'desaparecendo', 'voando', 'voar'), ('desaparecer', 'desaparecendo', 'gerando', 'gerar'), ('desaparecer', 'desaparecendo', 'indo', 'ir'), ('desaparecer', 'desaparecendo', 'implementando', 'implementar'), ('desaparecer', 'desaparecendo', 'aumentando', 'aumentar'), ('desaparecer', 'desaparecendo', 'inventando', 'inventar'), ('desaparecer', 'desaparecendo', 'saltando', 'saltar'), ('desaparecer', 'desaparecendo', 'ouvindo', 'ouvir'), ('desaparecer', 'desaparecendo', 'movendo', 'mover'), ('desaparecer', 'desaparecendo', 'jogando', 'jogar'), ('desaparecer', 'desaparecendo', 'prevendo', 'prever'), ('desaparecer', 'desaparecendo', 'lendo', 'ler'), ('desaparecer', 'desaparecendo', 'correndo', 'correr'), ('desaparecer', 'desaparecendo', 'dizendo', 'dizer'), ('desaparecer', 'desaparecendo', 'gritando', 'gritar'), ('desaparecer', 'desaparecendo', 'cantando', 'cantar'), ('desaparecer', 'desaparecendo', 'sentando', 'sentar'), ('desaparecer', 'desaparecendo', 'nadando', 'nadar'), ('desaparecer', 'desaparecendo', 'pensando', 'pensar'), ('andar', 'andando', 'escrevendo', 'escrever'), ('andar', 'andando', 'programando', 'programar'), ('andar', 'andando', 'dançando', 'dançar'), ('andar', 'andando', 'diminuindo', 'diminuir'), ('andar', 'andando', 'descobrindo', 'descobrir'), ('andar', 'andando', 'melhorando', 'melhorar'), ('andar', 'andando', 'voando', 'voar'), ('andar', 'andando', 'gerando', 'gerar'), ('andar', 'andando', 'indo', 'ir'), ('andar', 'andando', 'implementando', 'implementar'), ('andar', 'andando', 'aumentando', 'aumentar'), ('andar', 'andando', 'inventando', 'inventar'), ('andar', 'andando', 'saltando', 'saltar'), ('andar', 'andando', 'ouvindo', 'ouvir'), ('andar', 'andando', 'movendo', 'mover'), ('andar', 'andando', 'jogando', 'jogar'), ('andar', 'andando', 'prevendo', 'prever'), ('andar', 'andando', 'lendo', 'ler'), ('andar', 'andando', 'correndo', 'correr'), ('andar', 'andando', 'dizendo', 'dizer'), ('andar', 'andando', 'gritando', 'gritar'), ('andar', 'andando', 'cantando', 'cantar'), ('andar', 'andando', 'sentando', 'sentar'), ('andar', 'andando', 'nadando', 'nadar'), ('andar', 'andando', 'pensando', 'pensar'), ('andar', 'andando', 'desaparecendo', 'desaparecer'), ('escrever', 'escrevendo', 'programando', 'programar'), ('escrever', 'escrevendo', 'dançando', 'dançar'), ('escrever', 'escrevendo', 'diminuindo', 'diminuir'), ('escrever', 'escrevendo', 'descrevendo', 'descrever'), ('escrever', 'escrevendo', 'descobrindo', 'descobrir'), ('escrever', 'escrevendo', 'melhorando', 'melhorar'), ('escrever', 'escrevendo', 'voando', 'voar'), ('escrever', 'escrevendo', 'gerando', 'gerar'), ('escrever', 'escrevendo', 'indo', 'ir'), ('escrever', 'escrevendo', 'implementando', 'implementar'), ('escrever', 'escrevendo', 'aumentando', 'aumentar'), ('escrever', 'escrevendo', 'inventando', 'inventar'), ('escrever', 'escrevendo', 'saltando', 'saltar'), ('escrever', 'escrevendo', 'ouvindo', 'ouvir'), ('escrever', 'escrevendo', 'movendo', 'mover'), ('escrever', 'escrevendo', 'jogando', 'jogar'), ('escrever', 'escrevendo', 'prevendo', 'prever'), ('escrever', 'escrevendo', 'lendo', 'ler'), ('escrever', 'escrevendo', 'correndo', 'correr'), ('escrever', 'escrevendo', 'dizendo', 'dizer'), ('escrever', 'escrevendo', 'gritando', 'gritar'), ('escrever', 'escrevendo', 'cantando', 'cantar'), ('escrever', 'escrevendo', 'sentando', 'sentar'), ('escrever', 'escrevendo', 'nadando', 'nadar'), ('escrever', 'escrevendo', 'pensando', 'pensar'), ('escrever', 'escrevendo', 'desaparecendo', 'desaparecer'), ('escrever', 'escrevendo', 'andando', 'andar')], 'incorrect': []}, {'section': '| gram6-nationality-adjective', 'correct': [], 'incorrect': []}, {'section': '| gram7-past-tense', 'correct': [('dançando', 'dançou', 'diminuiu', 'diminuindo'), ('dançando', 'dançou', 'descreveu', 'descrevendo'), ('dançando', 'dançou', 'melhorou', 'melhorando'), ('dançando', 'dançou', 'alimentou', 'alimentando'), ('dançando', 'dançou', 'voou', 'voando'), ('dançando', 'dançou', 'gerou', 'gerando'), ('dançando', 'dançou', 'escondeu', 'escondendo'), ('dançando', 'dançou', 'acertou', 'acertando'), ('dançando', 'dançou', 'implementou', 'implementando'), ('dançando', 'dançou', 'aumentou', 'aumentando'), ('dançando', 'dançou', 'saltou', 'saltando'), ('dançando', 'dançou', 'conheceu', 'conhecendo'), ('dançando', 'dançou', 'ouviu', 'ouvindo'), ('dançando', 'dançou', 'moveu', 'movendo'), ('dançando', 'dançou', 'jogou', 'jogando'), ('dançando', 'dançou', 'previu', 'prevendo'), ('dançando', 'dançou', 'ler', 'lendo'), ('dançando', 'dançou', 'correu', 'correndo'), ('dançando', 'dançou', 'gritou', 'gritando'), ('dançando', 'dançou', 'viu', 'vendo'), ('dançando', 'dançou', 'vendeu', 'vendendo'), ('dançando', 'dançou', 'encolheu', 'encolhendo'), ('dançando', 'dançou', 'cantou', 'cantando'), ('dançando', 'dançou', 'sentou', 'sentando'), ('dançando', 'dançou', 'dormiu', 'dormindo'), ('dançando', 'dançou', 'gastou', 'gastando'), ('dançando', 'dançou', 'nadou', 'nadando'), ('dançando', 'dançou', 'tirou', 'tirando'), ('dançando', 'dançou', 'pensou', 'pensando'), ('dançando', 'dançou', 'desapareceu', 'desaparecendo'), ('dançando', 'dançou', 'andou', 'andando'), ('dançando', 'dançou', 'escreveu', 'escrevendo'), ('diminuindo', 'diminuiu', 'descreveu', 'descrevendo'), ('diminuindo', 'diminuiu', 'melhorou', 'melhorando'), ('diminuindo', 'diminuiu', 'alimentou', 'alimentando'), ('diminuindo', 'diminuiu', 'voou', 'voando'), ('diminuindo', 'diminuiu', 'gerou', 'gerando'), ('diminuindo', 'diminuiu', 'escondeu', 'escondendo'), ('diminuindo', 'diminuiu', 'acertou', 'acertando'), ('diminuindo', 'diminuiu', 'implementou', 'implementando'), ('diminuindo', 'diminuiu', 'aumentou', 'aumentando'), ('diminuindo', 'diminuiu', 'saltou', 'saltando'), ('diminuindo', 'diminuiu', 'conheceu', 'conhecendo'), ('diminuindo', 'diminuiu', 'ouviu', 'ouvindo'), ('diminuindo', 'diminuiu', 'moveu', 'movendo'), ('diminuindo', 'diminuiu', 'jogou', 'jogando'), ('diminuindo', 'diminuiu', 'previu', 'prevendo'), ('diminuindo', 'diminuiu', 'ler', 'lendo'), ('diminuindo', 'diminuiu', 'correu', 'correndo'), ('diminuindo', 'diminuiu', 'gritou', 'gritando'), ('diminuindo', 'diminuiu', 'viu', 'vendo'), ('diminuindo', 'diminuiu', 'vendeu', 'vendendo'), ('diminuindo', 'diminuiu', 'encolheu', 'encolhendo'), ('diminuindo', 'diminuiu', 'cantou', 'cantando'), ('diminuindo', 'diminuiu', 'sentou', 'sentando'), ('diminuindo', 'diminuiu', 'dormiu', 'dormindo'), ('diminuindo', 'diminuiu', 'gastou', 'gastando'), ('diminuindo', 'diminuiu', 'golpeou', 'golpeando'), ('diminuindo', 'diminuiu', 'nadou', 'nadando'), ('diminuindo', 'diminuiu', 'tirou', 'tirando'), ('diminuindo', 'diminuiu', 'pensou', 'pensando'), ('diminuindo', 'diminuiu', 'desapareceu', 'desaparecendo'), ('diminuindo', 'diminuiu', 'andou', 'andando'), ('diminuindo', 'diminuiu', 'escreveu', 'escrevendo'), ('diminuindo', 'diminuiu', 'dançou', 'dançando'), ('descrevendo', 'descreveu', 'melhorou', 'melhorando'), ('descrevendo', 'descreveu', 'alimentou', 'alimentando'), ('descrevendo', 'descreveu', 'voou', 'voando'), ('descrevendo', 'descreveu', 'gerou', 'gerando'), ('descrevendo', 'descreveu', 'escondeu', 'escondendo'), ('descrevendo', 'descreveu', 'acertou', 'acertando'), ('descrevendo', 'descreveu', 'implementou', 'implementando'), ('descrevendo', 'descreveu', 'aumentou', 'aumentando'), ('descrevendo', 'descreveu', 'saltou', 'saltando'), ('descrevendo', 'descreveu', 'conheceu', 'conhecendo'), ('descrevendo', 'descreveu', 'ouviu', 'ouvindo'), ('descrevendo', 'descreveu', 'moveu', 'movendo'), ('descrevendo', 'descreveu', 'jogou', 'jogando'), ('descrevendo', 'descreveu', 'previu', 'prevendo'), ('descrevendo', 'descreveu', 'ler', 'lendo'), ('descrevendo', 'descreveu', 'correu', 'correndo'), ('descrevendo', 'descreveu', 'disse', 'dizendo'), ('descrevendo', 'descreveu', 'gritou', 'gritando'), ('descrevendo', 'descreveu', 'viu', 'vendo'), ('descrevendo', 'descreveu', 'vendeu', 'vendendo'), ('descrevendo', 'descreveu', 'encolheu', 'encolhendo'), ('descrevendo', 'descreveu', 'cantou', 'cantando'), ('descrevendo', 'descreveu', 'sentou', 'sentando'), ('descrevendo', 'descreveu', 'dormiu', 'dormindo'), ('descrevendo', 'descreveu', 'gastou', 'gastando'), ('descrevendo', 'descreveu', 'golpeou', 'golpeando'), ('descrevendo', 'descreveu', 'nadou', 'nadando'), ('descrevendo', 'descreveu', 'tirou', 'tirando'), ('descrevendo', 'descreveu', 'pensou', 'pensando'), ('descrevendo', 'descreveu', 'desapareceu', 'desaparecendo'), ('descrevendo', 'descreveu', 'andou', 'andando'), ('descrevendo', 'descreveu', 'escreveu', 'escrevendo'), ('descrevendo', 'descreveu', 'dançou', 'dançando'), ('descrevendo', 'descreveu', 'diminuiu', 'diminuindo'), ('melhorando', 'melhorou', 'alimentou', 'alimentando'), ('melhorando', 'melhorou', 'voou', 'voando'), ('melhorando', 'melhorou', 'gerou', 'gerando'), ('melhorando', 'melhorou', 'escondeu', 'escondendo'), ('melhorando', 'melhorou', 'acertou', 'acertando'), ('melhorando', 'melhorou', 'implementou', 'implementando'), ('melhorando', 'melhorou', 'aumentou', 'aumentando'), ('melhorando', 'melhorou', 'saltou', 'saltando'), ('melhorando', 'melhorou', 'conheceu', 'conhecendo'), ('melhorando', 'melhorou', 'ouviu', 'ouvindo'), ('melhorando', 'melhorou', 'moveu', 'movendo'), ('melhorando', 'melhorou', 'jogou', 'jogando'), ('melhorando', 'melhorou', 'previu', 'prevendo'), ('melhorando', 'melhorou', 'ler', 'lendo'), ('melhorando', 'melhorou', 'correu', 'correndo'), ('melhorando', 'melhorou', 'gritou', 'gritando'), ('melhorando', 'melhorou', 'viu', 'vendo'), ('melhorando', 'melhorou', 'vendeu', 'vendendo'), ('melhorando', 'melhorou', 'encolheu', 'encolhendo'), ('melhorando', 'melhorou', 'cantou', 'cantando'), ('melhorando', 'melhorou', 'sentou', 'sentando'), ('melhorando', 'melhorou', 'dormiu', 'dormindo'), ('melhorando', 'melhorou', 'gastou', 'gastando'), ('melhorando', 'melhorou', 'golpeou', 'golpeando'), ('melhorando', 'melhorou', 'nadou', 'nadando'), ('melhorando', 'melhorou', 'tirou', 'tirando'), ('melhorando', 'melhorou', 'pensou', 'pensando'), ('melhorando', 'melhorou', 'desapareceu', 'desaparecendo'), ('melhorando', 'melhorou', 'andou', 'andando'), ('melhorando', 'melhorou', 'escreveu', 'escrevendo'), ('melhorando', 'melhorou', 'dançou', 'dançando'), ('melhorando', 'melhorou', 'diminuiu', 'diminuindo'), ('melhorando', 'melhorou', 'descreveu', 'descrevendo'), ('caíndo', 'caiu', 'alimentou', 'alimentando'), ('caíndo', 'caiu', 'voou', 'voando'), ('caíndo', 'caiu', 'gerou', 'gerando'), ('caíndo', 'caiu', 'escondeu', 'escondendo'), ('caíndo', 'caiu', 'acertou', 'acertando'), ('caíndo', 'caiu', 'implementou', 'implementando'), ('caíndo', 'caiu', 'aumentou', 'aumentando'), ('caíndo', 'caiu', 'saltou', 'saltando'), ('caíndo', 'caiu', 'conheceu', 'conhecendo'), ('caíndo', 'caiu', 'ouviu', 'ouvindo'), ('caíndo', 'caiu', 'moveu', 'movendo'), ('caíndo', 'caiu', 'jogou', 'jogando'), ('caíndo', 'caiu', 'previu', 'prevendo'), ('caíndo', 'caiu', 'ler', 'lendo'), ('caíndo', 'caiu', 'correu', 'correndo'), ('caíndo', 'caiu', 'gritou', 'gritando'), ('caíndo', 'caiu', 'viu', 'vendo'), ('caíndo', 'caiu', 'vendeu', 'vendendo'), ('caíndo', 'caiu', 'encolheu', 'encolhendo'), ('caíndo', 'caiu', 'cantou', 'cantando'), ('caíndo', 'caiu', 'sentou', 'sentando'), ('caíndo', 'caiu', 'dormiu', 'dormindo'), ('caíndo', 'caiu', 'gastou', 'gastando'), ('caíndo', 'caiu', 'nadou', 'nadando'), ('caíndo', 'caiu', 'tirou', 'tirando'), ('caíndo', 'caiu', 'pensou', 'pensando'), ('caíndo', 'caiu', 'desapareceu', 'desaparecendo'), ('caíndo', 'caiu', 'escreveu', 'escrevendo'), ('caíndo', 'caiu', 'dançou', 'dançando'), ('caíndo', 'caiu', 'diminuiu', 'diminuindo'), ('caíndo', 'caiu', 'descreveu', 'descrevendo'), ('caíndo', 'caiu', 'melhorou', 'melhorando'), ('alimentando', 'alimentou', 'voou', 'voando'), ('alimentando', 'alimentou', 'gerou', 'gerando'), ('alimentando', 'alimentou', 'escondeu', 'escondendo'), ('alimentando', 'alimentou', 'acertou', 'acertando'), ('alimentando', 'alimentou', 'implementou', 'implementando'), ('alimentando', 'alimentou', 'aumentou', 'aumentando'), ('alimentando', 'alimentou', 'saltou', 'saltando'), ('alimentando', 'alimentou', 'conheceu', 'conhecendo'), ('alimentando', 'alimentou', 'ouviu', 'ouvindo'), ('alimentando', 'alimentou', 'moveu', 'movendo'), ('alimentando', 'alimentou', 'jogou', 'jogando'), ('alimentando', 'alimentou', 'previu', 'prevendo'), ('alimentando', 'alimentou', 'ler', 'lendo'), ('alimentando', 'alimentou', 'correu', 'correndo'), ('alimentando', 'alimentou', 'gritou', 'gritando'), ('alimentando', 'alimentou', 'viu', 'vendo'), ('alimentando', 'alimentou', 'vendeu', 'vendendo'), ('alimentando', 'alimentou', 'encolheu', 'encolhendo'), ('alimentando', 'alimentou', 'cantou', 'cantando'), ('alimentando', 'alimentou', 'sentou', 'sentando'), ('alimentando', 'alimentou', 'dormiu', 'dormindo'), ('alimentando', 'alimentou', 'gastou', 'gastando'), ('alimentando', 'alimentou', 'golpeou', 'golpeando'), ('alimentando', 'alimentou', 'nadou', 'nadando'), ('alimentando', 'alimentou', 'tirou', 'tirando'), ('alimentando', 'alimentou', 'pensou', 'pensando'), ('alimentando', 'alimentou', 'desapareceu', 'desaparecendo'), ('alimentando', 'alimentou', 'andou', 'andando'), ('alimentando', 'alimentou', 'escreveu', 'escrevendo'), ('alimentando', 'alimentou', 'dançou', 'dançando'), ('alimentando', 'alimentou', 'diminuiu', 'diminuindo'), ('alimentando', 'alimentou', 'descreveu', 'descrevendo'), ('alimentando', 'alimentou', 'melhorou', 'melhorando'), ('voando', 'voou', 'gerou', 'gerando'), ('voando', 'voou', 'escondeu', 'escondendo'), ('voando', 'voou', 'acertou', 'acertando'), ('voando', 'voou', 'implementou', 'implementando'), ('voando', 'voou', 'aumentou', 'aumentando'), ('voando', 'voou', 'saltou', 'saltando'), ('voando', 'voou', 'conheceu', 'conhecendo'), ('voando', 'voou', 'ouviu', 'ouvindo'), ('voando', 'voou', 'moveu', 'movendo'), ('voando', 'voou', 'jogou', 'jogando'), ('voando', 'voou', 'previu', 'prevendo'), ('voando', 'voou', 'ler', 'lendo'), ('voando', 'voou', 'correu', 'correndo'), ('voando', 'voou', 'gritou', 'gritando'), ('voando', 'voou', 'viu', 'vendo'), ('voando', 'voou', 'vendeu', 'vendendo'), ('voando', 'voou', 'encolheu', 'encolhendo'), ('voando', 'voou', 'cantou', 'cantando'), ('voando', 'voou', 'sentou', 'sentando'), ('voando', 'voou', 'dormiu', 'dormindo'), ('voando', 'voou', 'gastou', 'gastando'), ('voando', 'voou', 'golpeou', 'golpeando'), ('voando', 'voou', 'nadou', 'nadando'), ('voando', 'voou', 'tirou', 'tirando'), ('voando', 'voou', 'pensou', 'pensando'), ('voando', 'voou', 'desapareceu', 'desaparecendo'), ('voando', 'voou', 'andou', 'andando'), ('voando', 'voou', 'escreveu', 'escrevendo'), ('voando', 'voou', 'dançou', 'dançando'), ('voando', 'voou', 'diminuiu', 'diminuindo'), ('voando', 'voou', 'descreveu', 'descrevendo'), ('voando', 'voou', 'melhorou', 'melhorando'), ('voando', 'voou', 'alimentou', 'alimentando'), ('gerando', 'gerou', 'escondeu', 'escondendo'), ('gerando', 'gerou', 'acertou', 'acertando'), ('gerando', 'gerou', 'implementou', 'implementando'), ('gerando', 'gerou', 'aumentou', 'aumentando'), ('gerando', 'gerou', 'saltou', 'saltando'), ('gerando', 'gerou', 'conheceu', 'conhecendo'), ('gerando', 'gerou', 'ouviu', 'ouvindo'), ('gerando', 'gerou', 'moveu', 'movendo'), ('gerando', 'gerou', 'jogou', 'jogando'), ('gerando', 'gerou', 'previu', 'prevendo'), ('gerando', 'gerou', 'ler', 'lendo'), ('gerando', 'gerou', 'correu', 'correndo'), ('gerando', 'gerou', 'gritou', 'gritando'), ('gerando', 'gerou', 'viu', 'vendo'), ('gerando', 'gerou', 'vendeu', 'vendendo'), ('gerando', 'gerou', 'encolheu', 'encolhendo'), ('gerando', 'gerou', 'cantou', 'cantando'), ('gerando', 'gerou', 'sentou', 'sentando'), ('gerando', 'gerou', 'dormiu', 'dormindo'), ('gerando', 'gerou', 'gastou', 'gastando'), ('gerando', 'gerou', 'golpeou', 'golpeando'), ('gerando', 'gerou', 'nadou', 'nadando'), ('gerando', 'gerou', 'tirou', 'tirando'), ('gerando', 'gerou', 'pensou', 'pensando'), ('gerando', 'gerou', 'desapareceu', 'desaparecendo'), ('gerando', 'gerou', 'andou', 'andando'), ('gerando', 'gerou', 'escreveu', 'escrevendo'), ('gerando', 'gerou', 'dançou', 'dançando'), ('gerando', 'gerou', 'diminuiu', 'diminuindo'), ('gerando', 'gerou', 'descreveu', 'descrevendo'), ('gerando', 'gerou', 'melhorou', 'melhorando'), ('gerando', 'gerou', 'caiu', 'caíndo'), ('gerando', 'gerou', 'alimentou', 'alimentando'), ('gerando', 'gerou', 'voou', 'voando'), ('indo', 'foi', 'escondeu', 'escondendo'), ('indo', 'foi', 'acertou', 'acertando'), ('indo', 'foi', 'implementou', 'implementando'), ('indo', 'foi', 'aumentou', 'aumentando'), ('indo', 'foi', 'saltou', 'saltando'), ('indo', 'foi', 'conheceu', 'conhecendo'), ('indo', 'foi', 'ouviu', 'ouvindo'), ('indo', 'foi', 'moveu', 'movendo'), ('indo', 'foi', 'jogou', 'jogando'), ('indo', 'foi', 'previu', 'prevendo'), ('indo', 'foi', 'ler', 'lendo'), ('indo', 'foi', 'correu', 'correndo'), ('indo', 'foi', 'disse', 'dizendo'), ('indo', 'foi', 'gritou', 'gritando'), ('indo', 'foi', 'viu', 'vendo'), ('indo', 'foi', 'vendeu', 'vendendo'), ('indo', 'foi', 'encolheu', 'encolhendo'), ('indo', 'foi', 'cantou', 'cantando'), ('indo', 'foi', 'sentou', 'sentando'), ('indo', 'foi', 'dormiu', 'dormindo'), ('indo', 'foi', 'gastou', 'gastando'), ('indo', 'foi', 'golpeou', 'golpeando'), ('indo', 'foi', 'nadou', 'nadando'), ('indo', 'foi', 'tirou', 'tirando'), ('indo', 'foi', 'pensou', 'pensando'), ('indo', 'foi', 'desapareceu', 'desaparecendo'), ('indo', 'foi', 'andou', 'andando'), ('indo', 'foi', 'escreveu', 'escrevendo'), ('indo', 'foi', 'dançou', 'dançando'), ('indo', 'foi', 'diminuiu', 'diminuindo'), ('indo', 'foi', 'descreveu', 'descrevendo'), ('indo', 'foi', 'melhorou', 'melhorando'), ('indo', 'foi', 'alimentou', 'alimentando'), ('indo', 'foi', 'voou', 'voando'), ('indo', 'foi', 'gerou', 'gerando'), ('escondendo', 'escondeu', 'acertou', 'acertando'), ('escondendo', 'escondeu', 'implementou', 'implementando'), ('escondendo', 'escondeu', 'aumentou', 'aumentando'), ('escondendo', 'escondeu', 'saltou', 'saltando'), ('escondendo', 'escondeu', 'conheceu', 'conhecendo'), ('escondendo', 'escondeu', 'ouviu', 'ouvindo'), ('escondendo', 'escondeu', 'moveu', 'movendo'), ('escondendo', 'escondeu', 'jogou', 'jogando'), ('escondendo', 'escondeu', 'previu', 'prevendo'), ('escondendo', 'escondeu', 'ler', 'lendo'), ('escondendo', 'escondeu', 'correu', 'correndo'), ('escondendo', 'escondeu', 'gritou', 'gritando'), ('escondendo', 'escondeu', 'viu', 'vendo'), ('escondendo', 'escondeu', 'vendeu', 'vendendo'), ('escondendo', 'escondeu', 'encolheu', 'encolhendo'), ('escondendo', 'escondeu', 'cantou', 'cantando'), ('escondendo', 'escondeu', 'sentou', 'sentando'), ('escondendo', 'escondeu', 'dormiu', 'dormindo'), ('escondendo', 'escondeu', 'gastou', 'gastando'), ('escondendo', 'escondeu', 'nadou', 'nadando'), ('escondendo', 'escondeu', 'tirou', 'tirando'), ('escondendo', 'escondeu', 'pensou', 'pensando'), ('escondendo', 'escondeu', 'desapareceu', 'desaparecendo'), ('escondendo', 'escondeu', 'andou', 'andando'), ('escondendo', 'escondeu', 'escreveu', 'escrevendo'), ('escondendo', 'escondeu', 'dançou', 'dançando'), ('escondendo', 'escondeu', 'diminuiu', 'diminuindo'), ('escondendo', 'escondeu', 'descreveu', 'descrevendo'), ('escondendo', 'escondeu', 'melhorou', 'melhorando'), ('escondendo', 'escondeu', 'alimentou', 'alimentando'), ('escondendo', 'escondeu', 'voou', 'voando'), ('escondendo', 'escondeu', 'gerou', 'gerando'), ('acertando', 'acertou', 'implementou', 'implementando'), ('acertando', 'acertou', 'aumentou', 'aumentando'), ('acertando', 'acertou', 'saltou', 'saltando'), ('acertando', 'acertou', 'conheceu', 'conhecendo'), ('acertando', 'acertou', 'ouviu', 'ouvindo'), ('acertando', 'acertou', 'moveu', 'movendo'), ('acertando', 'acertou', 'jogou', 'jogando'), ('acertando', 'acertou', 'previu', 'prevendo'), ('acertando', 'acertou', 'ler', 'lendo'), ('acertando', 'acertou', 'correu', 'correndo'), ('acertando', 'acertou', 'gritou', 'gritando'), ('acertando', 'acertou', 'viu', 'vendo'), ('acertando', 'acertou', 'vendeu', 'vendendo'), ('acertando', 'acertou', 'encolheu', 'encolhendo'), ('acertando', 'acertou', 'cantou', 'cantando'), ('acertando', 'acertou', 'sentou', 'sentando'), ('acertando', 'acertou', 'dormiu', 'dormindo'), ('acertando', 'acertou', 'gastou', 'gastando'), ('acertando', 'acertou', 'golpeou', 'golpeando'), ('acertando', 'acertou', 'nadou', 'nadando'), ('acertando', 'acertou', 'tirou', 'tirando'), ('acertando', 'acertou', 'pensou', 'pensando'), ('acertando', 'acertou', 'desapareceu', 'desaparecendo'), ('acertando', 'acertou', 'andou', 'andando'), ('acertando', 'acertou', 'escreveu', 'escrevendo'), ('acertando', 'acertou', 'dançou', 'dançando'), ('acertando', 'acertou', 'diminuiu', 'diminuindo'), ('acertando', 'acertou', 'descreveu', 'descrevendo'), ('acertando', 'acertou', 'melhorou', 'melhorando'), ('acertando', 'acertou', 'alimentou', 'alimentando'), ('acertando', 'acertou', 'voou', 'voando'), ('acertando', 'acertou', 'gerou', 'gerando'), ('acertando', 'acertou', 'escondeu', 'escondendo'), ('implementando', 'implementou', 'aumentou', 'aumentando'), ('implementando', 'implementou', 'saltou', 'saltando'), ('implementando', 'implementou', 'conheceu', 'conhecendo'), ('implementando', 'implementou', 'ouviu', 'ouvindo'), ('implementando', 'implementou', 'moveu', 'movendo'), ('implementando', 'implementou', 'jogou', 'jogando'), ('implementando', 'implementou', 'previu', 'prevendo'), ('implementando', 'implementou', 'ler', 'lendo'), ('implementando', 'implementou', 'correu', 'correndo'), ('implementando', 'implementou', 'gritou', 'gritando'), ('implementando', 'implementou', 'viu', 'vendo'), ('implementando', 'implementou', 'vendeu', 'vendendo'), ('implementando', 'implementou', 'encolheu', 'encolhendo'), ('implementando', 'implementou', 'cantou', 'cantando'), ('implementando', 'implementou', 'sentou', 'sentando'), ('implementando', 'implementou', 'dormiu', 'dormindo'), ('implementando', 'implementou', 'gastou', 'gastando'), ('implementando', 'implementou', 'golpeou', 'golpeando'), ('implementando', 'implementou', 'nadou', 'nadando'), ('implementando', 'implementou', 'tirou', 'tirando'), ('implementando', 'implementou', 'pensou', 'pensando'), ('implementando', 'implementou', 'desapareceu', 'desaparecendo'), ('implementando', 'implementou', 'andou', 'andando'), ('implementando', 'implementou', 'escreveu', 'escrevendo'), ('implementando', 'implementou', 'dançou', 'dançando'), ('implementando', 'implementou', 'diminuiu', 'diminuindo'), ('implementando', 'implementou', 'descreveu', 'descrevendo'), ('implementando', 'implementou', 'melhorou', 'melhorando'), ('implementando', 'implementou', 'alimentou', 'alimentando'), ('implementando', 'implementou', 'voou', 'voando'), ('implementando', 'implementou', 'gerou', 'gerando'), ('implementando', 'implementou', 'escondeu', 'escondendo'), ('implementando', 'implementou', 'acertou', 'acertando'), ('aumentando', 'aumentou', 'saltou', 'saltando'), ('aumentando', 'aumentou', 'conheceu', 'conhecendo'), ('aumentando', 'aumentou', 'ouviu', 'ouvindo'), ('aumentando', 'aumentou', 'moveu', 'movendo'), ('aumentando', 'aumentou', 'jogou', 'jogando'), ('aumentando', 'aumentou', 'previu', 'prevendo'), ('aumentando', 'aumentou', 'ler', 'lendo'), ('aumentando', 'aumentou', 'correu', 'correndo'), ('aumentando', 'aumentou', 'gritou', 'gritando'), ('aumentando', 'aumentou', 'viu', 'vendo'), ('aumentando', 'aumentou', 'vendeu', 'vendendo'), ('aumentando', 'aumentou', 'encolheu', 'encolhendo'), ('aumentando', 'aumentou', 'cantou', 'cantando'), ('aumentando', 'aumentou', 'sentou', 'sentando'), ('aumentando', 'aumentou', 'dormiu', 'dormindo'), ('aumentando', 'aumentou', 'gastou', 'gastando'), ('aumentando', 'aumentou', 'golpeou', 'golpeando'), ('aumentando', 'aumentou', 'nadou', 'nadando'), ('aumentando', 'aumentou', 'tirou', 'tirando'), ('aumentando', 'aumentou', 'pensou', 'pensando'), ('aumentando', 'aumentou', 'desapareceu', 'desaparecendo'), ('aumentando', 'aumentou', 'andou', 'andando'), ('aumentando', 'aumentou', 'escreveu', 'escrevendo'), ('aumentando', 'aumentou', 'dançou', 'dançando'), ('aumentando', 'aumentou', 'diminuiu', 'diminuindo'), ('aumentando', 'aumentou', 'descreveu', 'descrevendo'), ('aumentando', 'aumentou', 'melhorou', 'melhorando'), ('aumentando', 'aumentou', 'caiu', 'caíndo'), ('aumentando', 'aumentou', 'alimentou', 'alimentando'), ('aumentando', 'aumentou', 'voou', 'voando'), ('aumentando', 'aumentou', 'gerou', 'gerando'), ('aumentando', 'aumentou', 'escondeu', 'escondendo'), ('aumentando', 'aumentou', 'acertou', 'acertando'), ('aumentando', 'aumentou', 'implementou', 'implementando'), ('saltando', 'saltou', 'conheceu', 'conhecendo'), ('saltando', 'saltou', 'ouviu', 'ouvindo'), ('saltando', 'saltou', 'moveu', 'movendo'), ('saltando', 'saltou', 'jogou', 'jogando'), ('saltando', 'saltou', 'previu', 'prevendo'), ('saltando', 'saltou', 'ler', 'lendo'), ('saltando', 'saltou', 'correu', 'correndo'), ('saltando', 'saltou', 'gritou', 'gritando'), ('saltando', 'saltou', 'viu', 'vendo'), ('saltando', 'saltou', 'vendeu', 'vendendo'), ('saltando', 'saltou', 'encolheu', 'encolhendo'), ('saltando', 'saltou', 'cantou', 'cantando'), ('saltando', 'saltou', 'sentou', 'sentando'), ('saltando', 'saltou', 'dormiu', 'dormindo'), ('saltando', 'saltou', 'gastou', 'gastando'), ('saltando', 'saltou', 'nadou', 'nadando'), ('saltando', 'saltou', 'tirou', 'tirando'), ('saltando', 'saltou', 'pensou', 'pensando'), ('saltando', 'saltou', 'desapareceu', 'desaparecendo'), ('saltando', 'saltou', 'andou', 'andando'), ('saltando', 'saltou', 'escreveu', 'escrevendo'), ('saltando', 'saltou', 'dançou', 'dançando'), ('saltando', 'saltou', 'diminuiu', 'diminuindo'), ('saltando', 'saltou', 'descreveu', 'descrevendo'), ('saltando', 'saltou', 'melhorou', 'melhorando'), ('saltando', 'saltou', 'caiu', 'caíndo'), ('saltando', 'saltou', 'alimentou', 'alimentando'), ('saltando', 'saltou', 'voou', 'voando'), ('saltando', 'saltou', 'gerou', 'gerando'), ('saltando', 'saltou', 'escondeu', 'escondendo'), ('saltando', 'saltou', 'acertou', 'acertando'), ('saltando', 'saltou', 'implementou', 'implementando'), ('saltando', 'saltou', 'aumentou', 'aumentando'), ('conhecendo', 'conheceu', 'ouviu', 'ouvindo'), ('conhecendo', 'conheceu', 'moveu', 'movendo'), ('conhecendo', 'conheceu', 'jogou', 'jogando'), ('conhecendo', 'conheceu', 'previu', 'prevendo'), ('conhecendo', 'conheceu', 'ler', 'lendo'), ('conhecendo', 'conheceu', 'correu', 'correndo'), ('conhecendo', 'conheceu', 'gritou', 'gritando'), ('conhecendo', 'conheceu', 'viu', 'vendo'), ('conhecendo', 'conheceu', 'vendeu', 'vendendo'), ('conhecendo', 'conheceu', 'encolheu', 'encolhendo'), ('conhecendo', 'conheceu', 'cantou', 'cantando'), ('conhecendo', 'conheceu', 'sentou', 'sentando'), ('conhecendo', 'conheceu', 'dormiu', 'dormindo'), ('conhecendo', 'conheceu', 'gastou', 'gastando'), ('conhecendo', 'conheceu', 'golpeou', 'golpeando'), ('conhecendo', 'conheceu', 'nadou', 'nadando'), ('conhecendo', 'conheceu', 'tirou', 'tirando'), ('conhecendo', 'conheceu', 'pensou', 'pensando'), ('conhecendo', 'conheceu', 'desapareceu', 'desaparecendo'), ('conhecendo', 'conheceu', 'andou', 'andando'), ('conhecendo', 'conheceu', 'escreveu', 'escrevendo'), ('conhecendo', 'conheceu', 'dançou', 'dançando'), ('conhecendo', 'conheceu', 'diminuiu', 'diminuindo'), ('conhecendo', 'conheceu', 'descreveu', 'descrevendo'), ('conhecendo', 'conheceu', 'melhorou', 'melhorando'), ('conhecendo', 'conheceu', 'alimentou', 'alimentando'), ('conhecendo', 'conheceu', 'voou', 'voando'), ('conhecendo', 'conheceu', 'gerou', 'gerando'), ('conhecendo', 'conheceu', 'escondeu', 'escondendo'), ('conhecendo', 'conheceu', 'acertou', 'acertando'), ('conhecendo', 'conheceu', 'implementou', 'implementando'), ('conhecendo', 'conheceu', 'aumentou', 'aumentando'), ('conhecendo', 'conheceu', 'saltou', 'saltando'), ('ouvindo', 'ouviu', 'moveu', 'movendo'), ('ouvindo', 'ouviu', 'jogou', 'jogando'), ('ouvindo', 'ouviu', 'previu', 'prevendo'), ('ouvindo', 'ouviu', 'ler', 'lendo'), ('ouvindo', 'ouviu', 'correu', 'correndo'), ('ouvindo', 'ouviu', 'gritou', 'gritando'), ('ouvindo', 'ouviu', 'viu', 'vendo'), ('ouvindo', 'ouviu', 'vendeu', 'vendendo'), ('ouvindo', 'ouviu', 'encolheu', 'encolhendo'), ('ouvindo', 'ouviu', 'cantou', 'cantando'), ('ouvindo', 'ouviu', 'sentou', 'sentando'), ('ouvindo', 'ouviu', 'dormiu', 'dormindo'), ('ouvindo', 'ouviu', 'gastou', 'gastando'), ('ouvindo', 'ouviu', 'golpeou', 'golpeando'), ('ouvindo', 'ouviu', 'nadou', 'nadando'), ('ouvindo', 'ouviu', 'tirou', 'tirando'), ('ouvindo', 'ouviu', 'pensou', 'pensando'), ('ouvindo', 'ouviu', 'desapareceu', 'desaparecendo'), ('ouvindo', 'ouviu', 'andou', 'andando'), ('ouvindo', 'ouviu', 'escreveu', 'escrevendo'), ('ouvindo', 'ouviu', 'dançou', 'dançando'), ('ouvindo', 'ouviu', 'diminuiu', 'diminuindo'), ('ouvindo', 'ouviu', 'descreveu', 'descrevendo'), ('ouvindo', 'ouviu', 'melhorou', 'melhorando'), ('ouvindo', 'ouviu', 'alimentou', 'alimentando'), ('ouvindo', 'ouviu', 'voou', 'voando'), ('ouvindo', 'ouviu', 'gerou', 'gerando'), ('ouvindo', 'ouviu', 'escondeu', 'escondendo'), ('ouvindo', 'ouviu', 'acertou', 'acertando'), ('ouvindo', 'ouviu', 'implementou', 'implementando'), ('ouvindo', 'ouviu', 'aumentou', 'aumentando'), ('ouvindo', 'ouviu', 'saltou', 'saltando'), ('ouvindo', 'ouviu', 'conheceu', 'conhecendo'), ('vendo', 'olhou', 'jogou', 'jogando'), ('vendo', 'olhou', 'previu', 'prevendo'), ('vendo', 'olhou', 'ler', 'lendo'), ('vendo', 'olhou', 'correu', 'correndo'), ('vendo', 'olhou', 'gritou', 'gritando'), ('vendo', 'olhou', 'viu', 'vendo'), ('vendo', 'olhou', 'vendeu', 'vendendo'), ('vendo', 'olhou', 'encolheu', 'encolhendo'), ('vendo', 'olhou', 'cantou', 'cantando'), ('vendo', 'olhou', 'sentou', 'sentando'), ('vendo', 'olhou', 'dormiu', 'dormindo'), ('vendo', 'olhou', 'gastou', 'gastando'), ('vendo', 'olhou', 'nadou', 'nadando'), ('vendo', 'olhou', 'tirou', 'tirando'), ('vendo', 'olhou', 'pensou', 'pensando'), ('vendo', 'olhou', 'desapareceu', 'desaparecendo'), ('vendo', 'olhou', 'escreveu', 'escrevendo'), ('vendo', 'olhou', 'dançou', 'dançando'), ('vendo', 'olhou', 'diminuiu', 'diminuindo'), ('vendo', 'olhou', 'descreveu', 'descrevendo'), ('vendo', 'olhou', 'melhorou', 'melhorando'), ('vendo', 'olhou', 'alimentou', 'alimentando'), ('vendo', 'olhou', 'voou', 'voando'), ('vendo', 'olhou', 'gerou', 'gerando'), ('vendo', 'olhou', 'escondeu', 'escondendo'), ('vendo', 'olhou', 'acertou', 'acertando'), ('vendo', 'olhou', 'implementou', 'implementando'), ('vendo', 'olhou', 'aumentou', 'aumentando'), ('vendo', 'olhou', 'saltou', 'saltando'), ('vendo', 'olhou', 'conheceu', 'conhecendo'), ('vendo', 'olhou', 'ouviu', 'ouvindo'), ('movendo', 'moveu', 'jogou', 'jogando'), ('movendo', 'moveu', 'previu', 'prevendo'), ('movendo', 'moveu', 'ler', 'lendo'), ('movendo', 'moveu', 'correu', 'correndo'), ('movendo', 'moveu', 'gritou', 'gritando'), ('movendo', 'moveu', 'viu', 'vendo'), ('movendo', 'moveu', 'vendeu', 'vendendo'), ('movendo', 'moveu', 'encolheu', 'encolhendo'), ('movendo', 'moveu', 'cantou', 'cantando'), ('movendo', 'moveu', 'sentou', 'sentando'), ('movendo', 'moveu', 'dormiu', 'dormindo'), ('movendo', 'moveu', 'gastou', 'gastando'), ('movendo', 'moveu', 'golpeou', 'golpeando'), ('movendo', 'moveu', 'nadou', 'nadando'), ('movendo', 'moveu', 'tirou', 'tirando'), ('movendo', 'moveu', 'pensou', 'pensando'), ('movendo', 'moveu', 'desapareceu', 'desaparecendo'), ('movendo', 'moveu', 'andou', 'andando'), ('movendo', 'moveu', 'escreveu', 'escrevendo'), ('movendo', 'moveu', 'dançou', 'dançando'), ('movendo', 'moveu', 'diminuiu', 'diminuindo'), ('movendo', 'moveu', 'descreveu', 'descrevendo'), ('movendo', 'moveu', 'melhorou', 'melhorando'), ('movendo', 'moveu', 'alimentou', 'alimentando'), ('movendo', 'moveu', 'voou', 'voando'), ('movendo', 'moveu', 'gerou', 'gerando'), ('movendo', 'moveu', 'escondeu', 'escondendo'), ('movendo', 'moveu', 'acertou', 'acertando'), ('movendo', 'moveu', 'implementou', 'implementando'), ('movendo', 'moveu', 'aumentou', 'aumentando'), ('movendo', 'moveu', 'saltou', 'saltando'), ('movendo', 'moveu', 'conheceu', 'conhecendo'), ('movendo', 'moveu', 'ouviu', 'ouvindo'), ('jogando', 'pagou', 'jogou', 'jogando'), ('jogando', 'pagou', 'previu', 'prevendo'), ('jogando', 'pagou', 'ler', 'lendo'), ('jogando', 'pagou', 'correu', 'correndo'), ('jogando', 'pagou', 'gritou', 'gritando'), ('jogando', 'pagou', 'viu', 'vendo'), ('jogando', 'pagou', 'vendeu', 'vendendo'), ('jogando', 'pagou', 'encolheu', 'encolhendo'), ('jogando', 'pagou', 'cantou', 'cantando'), ('jogando', 'pagou', 'sentou', 'sentando'), ('jogando', 'pagou', 'dormiu', 'dormindo'), ('jogando', 'pagou', 'gastou', 'gastando'), ('jogando', 'pagou', 'nadou', 'nadando'), ('jogando', 'pagou', 'tirou', 'tirando'), ('jogando', 'pagou', 'pensou', 'pensando'), ('jogando', 'pagou', 'desapareceu', 'desaparecendo'), ('jogando', 'pagou', 'andou', 'andando'), ('jogando', 'pagou', 'escreveu', 'escrevendo'), ('jogando', 'pagou', 'dançou', 'dançando'), ('jogando', 'pagou', 'diminuiu', 'diminuindo'), ('jogando', 'pagou', 'descreveu', 'descrevendo'), ('jogando', 'pagou', 'melhorou', 'melhorando'), ('jogando', 'pagou', 'alimentou', 'alimentando'), ('jogando', 'pagou', 'voou', 'voando'), ('jogando', 'pagou', 'gerou', 'gerando'), ('jogando', 'pagou', 'escondeu', 'escondendo'), ('jogando', 'pagou', 'acertou', 'acertando'), ('jogando', 'pagou', 'implementou', 'implementando'), ('jogando', 'pagou', 'aumentou', 'aumentando'), ('jogando', 'pagou', 'saltou', 'saltando'), ('jogando', 'pagou', 'ouviu', 'ouvindo'), ('jogando', 'pagou', 'moveu', 'movendo'), ('jogando', 'jogou', 'previu', 'prevendo'), ('jogando', 'jogou', 'ler', 'lendo'), ('jogando', 'jogou', 'correu', 'correndo'), ('jogando', 'jogou', 'gritou', 'gritando'), ('jogando', 'jogou', 'viu', 'vendo'), ('jogando', 'jogou', 'vendeu', 'vendendo'), ('jogando', 'jogou', 'encolheu', 'encolhendo'), ('jogando', 'jogou', 'cantou', 'cantando'), ('jogando', 'jogou', 'sentou', 'sentando'), ('jogando', 'jogou', 'dormiu', 'dormindo'), ('jogando', 'jogou', 'gastou', 'gastando'), ('jogando', 'jogou', 'golpeou', 'golpeando'), ('jogando', 'jogou', 'nadou', 'nadando'), ('jogando', 'jogou', 'tirou', 'tirando'), ('jogando', 'jogou', 'pensou', 'pensando'), ('jogando', 'jogou', 'desapareceu', 'desaparecendo'), ('jogando', 'jogou', 'andou', 'andando'), ('jogando', 'jogou', 'escreveu', 'escrevendo'), ('jogando', 'jogou', 'dançou', 'dançando'), ('jogando', 'jogou', 'diminuiu', 'diminuindo'), ('jogando', 'jogou', 'descreveu', 'descrevendo'), ('jogando', 'jogou', 'melhorou', 'melhorando'), ('jogando', 'jogou', 'alimentou', 'alimentando'), ('jogando', 'jogou', 'voou', 'voando'), ('jogando', 'jogou', 'gerou', 'gerando'), ('jogando', 'jogou', 'escondeu', 'escondendo'), ('jogando', 'jogou', 'acertou', 'acertando'), ('jogando', 'jogou', 'implementou', 'implementando'), ('jogando', 'jogou', 'aumentou', 'aumentando'), ('jogando', 'jogou', 'saltou', 'saltando'), ('jogando', 'jogou', 'conheceu', 'conhecendo'), ('jogando', 'jogou', 'ouviu', 'ouvindo'), ('jogando', 'jogou', 'moveu', 'movendo'), ('prevendo', 'previu', 'ler', 'lendo'), ('prevendo', 'previu', 'correu', 'correndo'), ('prevendo', 'previu', 'gritou', 'gritando'), ('prevendo', 'previu', 'viu', 'vendo'), ('prevendo', 'previu', 'vendeu', 'vendendo'), ('prevendo', 'previu', 'encolheu', 'encolhendo'), ('prevendo', 'previu', 'cantou', 'cantando'), ('prevendo', 'previu', 'sentou', 'sentando'), ('prevendo', 'previu', 'dormiu', 'dormindo'), ('prevendo', 'previu', 'gastou', 'gastando'), ('prevendo', 'previu', 'golpeou', 'golpeando'), ('prevendo', 'previu', 'nadou', 'nadando'), ('prevendo', 'previu', 'tirou', 'tirando'), ('prevendo', 'previu', 'pensou', 'pensando'), ('prevendo', 'previu', 'desapareceu', 'desaparecendo'), ('prevendo', 'previu', 'escreveu', 'escrevendo'), ('prevendo', 'previu', 'dançou', 'dançando'), ('prevendo', 'previu', 'descreveu', 'descrevendo'), ('prevendo', 'previu', 'melhorou', 'melhorando'), ('prevendo', 'previu', 'alimentou', 'alimentando'), ('prevendo', 'previu', 'voou', 'voando'), ('prevendo', 'previu', 'gerou', 'gerando'), ('prevendo', 'previu', 'escondeu', 'escondendo'), ('prevendo', 'previu', 'acertou', 'acertando'), ('prevendo', 'previu', 'implementou', 'implementando'), ('prevendo', 'previu', 'aumentou', 'aumentando'), ('prevendo', 'previu', 'saltou', 'saltando'), ('prevendo', 'previu', 'ouviu', 'ouvindo'), ('prevendo', 'previu', 'moveu', 'movendo'), ('prevendo', 'previu', 'jogou', 'jogando'), ('lendo', 'ler', 'correu', 'correndo'), ('lendo', 'ler', 'gritou', 'gritando'), ('lendo', 'ler', 'viu', 'vendo'), ('lendo', 'ler', 'vendeu', 'vendendo'), ('lendo', 'ler', 'encolheu', 'encolhendo'), ('lendo', 'ler', 'cantou', 'cantando'), ('lendo', 'ler', 'sentou', 'sentando'), ('lendo', 'ler', 'dormiu', 'dormindo'), ('lendo', 'ler', 'gastou', 'gastando'), ('lendo', 'ler', 'golpeou', 'golpeando'), ('lendo', 'ler', 'nadou', 'nadando'), ('lendo', 'ler', 'tirou', 'tirando'), ('lendo', 'ler', 'pensou', 'pensando'), ('lendo', 'ler', 'desapareceu', 'desaparecendo'), ('lendo', 'ler', 'andou', 'andando'), ('lendo', 'ler', 'escreveu', 'escrevendo'), ('lendo', 'ler', 'dançou', 'dançando'), ('lendo', 'ler', 'diminuiu', 'diminuindo'), ('lendo', 'ler', 'descreveu', 'descrevendo'), ('lendo', 'ler', 'melhorou', 'melhorando'), ('lendo', 'ler', 'alimentou', 'alimentando'), ('lendo', 'ler', 'voou', 'voando'), ('lendo', 'ler', 'gerou', 'gerando'), ('lendo', 'ler', 'escondeu', 'escondendo'), ('lendo', 'ler', 'acertou', 'acertando'), ('lendo', 'ler', 'implementou', 'implementando'), ('lendo', 'ler', 'aumentou', 'aumentando'), ('lendo', 'ler', 'saltou', 'saltando'), ('lendo', 'ler', 'ouviu', 'ouvindo'), ('lendo', 'ler', 'moveu', 'movendo'), ('lendo', 'ler', 'jogou', 'jogando'), ('lendo', 'ler', 'previu', 'prevendo'), ('correndo', 'correu', 'gritou', 'gritando'), ('correndo', 'correu', 'viu', 'vendo'), ('correndo', 'correu', 'vendeu', 'vendendo'), ('correndo', 'correu', 'encolheu', 'encolhendo'), ('correndo', 'correu', 'cantou', 'cantando'), ('correndo', 'correu', 'sentou', 'sentando'), ('correndo', 'correu', 'dormiu', 'dormindo'), ('correndo', 'correu', 'gastou', 'gastando'), ('correndo', 'correu', 'golpeou', 'golpeando'), ('correndo', 'correu', 'nadou', 'nadando'), ('correndo', 'correu', 'tirou', 'tirando'), ('correndo', 'correu', 'pensou', 'pensando'), ('correndo', 'correu', 'desapareceu', 'desaparecendo'), ('correndo', 'correu', 'andou', 'andando'), ('correndo', 'correu', 'escreveu', 'escrevendo'), ('correndo', 'correu', 'dançou', 'dançando'), ('correndo', 'correu', 'diminuiu', 'diminuindo'), ('correndo', 'correu', 'descreveu', 'descrevendo'), ('correndo', 'correu', 'melhorou', 'melhorando'), ('correndo', 'correu', 'alimentou', 'alimentando'), ('correndo', 'correu', 'voou', 'voando'), ('correndo', 'correu', 'gerou', 'gerando'), ('correndo', 'correu', 'escondeu', 'escondendo'), ('correndo', 'correu', 'acertou', 'acertando'), ('correndo', 'correu', 'implementou', 'implementando'), ('correndo', 'correu', 'aumentou', 'aumentando'), ('correndo', 'correu', 'saltou', 'saltando'), ('correndo', 'correu', 'conheceu', 'conhecendo'), ('correndo', 'correu', 'ouviu', 'ouvindo'), ('correndo', 'correu', 'moveu', 'movendo'), ('correndo', 'correu', 'jogou', 'jogando'), ('correndo', 'correu', 'previu', 'prevendo'), ('correndo', 'correu', 'ler', 'lendo'), ('dizendo', 'disse', 'gritou', 'gritando'), ('dizendo', 'disse', 'viu', 'vendo'), ('dizendo', 'disse', 'vendeu', 'vendendo'), ('dizendo', 'disse', 'encolheu', 'encolhendo'), ('dizendo', 'disse', 'cantou', 'cantando'), ('dizendo', 'disse', 'dormiu', 'dormindo'), ('dizendo', 'disse', 'gastou', 'gastando'), ('dizendo', 'disse', 'nadou', 'nadando'), ('dizendo', 'disse', 'tirou', 'tirando'), ('dizendo', 'disse', 'pensou', 'pensando'), ('dizendo', 'disse', 'andou', 'andando'), ('dizendo', 'disse', 'escreveu', 'escrevendo'), ('dizendo', 'disse', 'dançou', 'dançando'), ('dizendo', 'disse', 'diminuiu', 'diminuindo'), ('dizendo', 'disse', 'descreveu', 'descrevendo'), ('dizendo', 'disse', 'melhorou', 'melhorando'), ('dizendo', 'disse', 'alimentou', 'alimentando'), ('dizendo', 'disse', 'voou', 'voando'), ('dizendo', 'disse', 'gerou', 'gerando'), ('dizendo', 'disse', 'escondeu', 'escondendo'), ('dizendo', 'disse', 'acertou', 'acertando'), ('dizendo', 'disse', 'implementou', 'implementando'), ('dizendo', 'disse', 'aumentou', 'aumentando'), ('dizendo', 'disse', 'saltou', 'saltando'), ('dizendo', 'disse', 'ouviu', 'ouvindo'), ('dizendo', 'disse', 'moveu', 'movendo'), ('dizendo', 'disse', 'jogou', 'jogando'), ('dizendo', 'disse', 'previu', 'prevendo'), ('dizendo', 'disse', 'ler', 'lendo'), ('dizendo', 'disse', 'correu', 'correndo'), ('gritando', 'gritou', 'viu', 'vendo'), ('gritando', 'gritou', 'vendeu', 'vendendo'), ('gritando', 'gritou', 'encolheu', 'encolhendo'), ('gritando', 'gritou', 'cantou', 'cantando'), ('gritando', 'gritou', 'sentou', 'sentando'), ('gritando', 'gritou', 'dormiu', 'dormindo'), ('gritando', 'gritou', 'gastou', 'gastando'), ('gritando', 'gritou', 'golpeou', 'golpeando'), ('gritando', 'gritou', 'nadou', 'nadando'), ('gritando', 'gritou', 'tirou', 'tirando'), ('gritando', 'gritou', 'pensou', 'pensando'), ('gritando', 'gritou', 'desapareceu', 'desaparecendo'), ('gritando', 'gritou', 'andou', 'andando'), ('gritando', 'gritou', 'escreveu', 'escrevendo'), ('gritando', 'gritou', 'dançou', 'dançando'), ('gritando', 'gritou', 'descreveu', 'descrevendo'), ('gritando', 'gritou', 'melhorou', 'melhorando'), ('gritando', 'gritou', 'alimentou', 'alimentando'), ('gritando', 'gritou', 'voou', 'voando'), ('gritando', 'gritou', 'gerou', 'gerando'), ('gritando', 'gritou', 'escondeu', 'escondendo'), ('gritando', 'gritou', 'acertou', 'acertando'), ('gritando', 'gritou', 'implementou', 'implementando'), ('gritando', 'gritou', 'saltou', 'saltando'), ('gritando', 'gritou', 'ouviu', 'ouvindo'), ('gritando', 'gritou', 'moveu', 'movendo'), ('gritando', 'gritou', 'jogou', 'jogando'), ('gritando', 'gritou', 'previu', 'prevendo'), ('gritando', 'gritou', 'ler', 'lendo'), ('gritando', 'gritou', 'correu', 'correndo'), ('vendo', 'viu', 'vendeu', 'vendendo'), ('vendo', 'viu', 'encolheu', 'encolhendo'), ('vendo', 'viu', 'cantou', 'cantando'), ('vendo', 'viu', 'sentou', 'sentando'), ('vendo', 'viu', 'dormiu', 'dormindo'), ('vendo', 'viu', 'gastou', 'gastando'), ('vendo', 'viu', 'golpeou', 'golpeando'), ('vendo', 'viu', 'nadou', 'nadando'), ('vendo', 'viu', 'tirou', 'tirando'), ('vendo', 'viu', 'pensou', 'pensando'), ('vendo', 'viu', 'desapareceu', 'desaparecendo'), ('vendo', 'viu', 'andou', 'andando'), ('vendo', 'viu', 'escreveu', 'escrevendo'), ('vendo', 'viu', 'dançou', 'dançando'), ('vendo', 'viu', 'diminuiu', 'diminuindo'), ('vendo', 'viu', 'descreveu', 'descrevendo'), ('vendo', 'viu', 'melhorou', 'melhorando'), ('vendo', 'viu', 'alimentou', 'alimentando'), ('vendo', 'viu', 'voou', 'voando'), ('vendo', 'viu', 'gerou', 'gerando'), ('vendo', 'viu', 'escondeu', 'escondendo'), ('vendo', 'viu', 'acertou', 'acertando'), ('vendo', 'viu', 'implementou', 'implementando'), ('vendo', 'viu', 'aumentou', 'aumentando'), ('vendo', 'viu', 'saltou', 'saltando'), ('vendo', 'viu', 'conheceu', 'conhecendo'), ('vendo', 'viu', 'ouviu', 'ouvindo'), ('vendo', 'viu', 'olhou', 'vendo'), ('vendo', 'viu', 'moveu', 'movendo'), ('vendo', 'viu', 'jogou', 'jogando'), ('vendo', 'viu', 'previu', 'prevendo'), ('vendo', 'viu', 'ler', 'lendo'), ('vendo', 'viu', 'correu', 'correndo'), ('vendo', 'viu', 'disse', 'dizendo'), ('vendo', 'viu', 'gritou', 'gritando'), ('vendendo', 'vendeu', 'encolheu', 'encolhendo'), ('vendendo', 'vendeu', 'cantou', 'cantando'), ('vendendo', 'vendeu', 'sentou', 'sentando'), ('vendendo', 'vendeu', 'dormiu', 'dormindo'), ('vendendo', 'vendeu', 'gastou', 'gastando'), ('vendendo', 'vendeu', 'golpeou', 'golpeando'), ('vendendo', 'vendeu', 'nadou', 'nadando'), ('vendendo', 'vendeu', 'tirou', 'tirando'), ('vendendo', 'vendeu', 'pensou', 'pensando'), ('vendendo', 'vendeu', 'desapareceu', 'desaparecendo'), ('vendendo', 'vendeu', 'andou', 'andando'), ('vendendo', 'vendeu', 'escreveu', 'escrevendo'), ('vendendo', 'vendeu', 'dançou', 'dançando'), ('vendendo', 'vendeu', 'diminuiu', 'diminuindo'), ('vendendo', 'vendeu', 'descreveu', 'descrevendo'), ('vendendo', 'vendeu', 'melhorou', 'melhorando'), ('vendendo', 'vendeu', 'alimentou', 'alimentando'), ('vendendo', 'vendeu', 'voou', 'voando'), ('vendendo', 'vendeu', 'gerou', 'gerando'), ('vendendo', 'vendeu', 'escondeu', 'escondendo'), ('vendendo', 'vendeu', 'acertou', 'acertando'), ('vendendo', 'vendeu', 'implementou', 'implementando'), ('vendendo', 'vendeu', 'aumentou', 'aumentando'), ('vendendo', 'vendeu', 'saltou', 'saltando'), ('vendendo', 'vendeu', 'conheceu', 'conhecendo'), ('vendendo', 'vendeu', 'ouviu', 'ouvindo'), ('vendendo', 'vendeu', 'moveu', 'movendo'), ('vendendo', 'vendeu', 'jogou', 'jogando'), ('vendendo', 'vendeu', 'previu', 'prevendo'), ('vendendo', 'vendeu', 'ler', 'lendo'), ('vendendo', 'vendeu', 'correu', 'correndo'), ('vendendo', 'vendeu', 'gritou', 'gritando'), ('vendendo', 'vendeu', 'viu', 'vendo'), ('encolhendo', 'encolheu', 'cantou', 'cantando'), ('encolhendo', 'encolheu', 'sentou', 'sentando'), ('encolhendo', 'encolheu', 'dormiu', 'dormindo'), ('encolhendo', 'encolheu', 'gastou', 'gastando'), ('encolhendo', 'encolheu', 'golpeou', 'golpeando'), ('encolhendo', 'encolheu', 'nadou', 'nadando'), ('encolhendo', 'encolheu', 'tirou', 'tirando'), ('encolhendo', 'encolheu', 'pensou', 'pensando'), ('encolhendo', 'encolheu', 'desapareceu', 'desaparecendo'), ('encolhendo', 'encolheu', 'andou', 'andando'), ('encolhendo', 'encolheu', 'escreveu', 'escrevendo'), ('encolhendo', 'encolheu', 'dançou', 'dançando'), ('encolhendo', 'encolheu', 'diminuiu', 'diminuindo'), ('encolhendo', 'encolheu', 'descreveu', 'descrevendo'), ('encolhendo', 'encolheu', 'melhorou', 'melhorando'), ('encolhendo', 'encolheu', 'alimentou', 'alimentando'), ('encolhendo', 'encolheu', 'voou', 'voando'), ('encolhendo', 'encolheu', 'gerou', 'gerando'), ('encolhendo', 'encolheu', 'escondeu', 'escondendo'), ('encolhendo', 'encolheu', 'acertou', 'acertando'), ('encolhendo', 'encolheu', 'implementou', 'implementando'), ('encolhendo', 'encolheu', 'aumentou', 'aumentando'), ('encolhendo', 'encolheu', 'saltou', 'saltando'), ('encolhendo', 'encolheu', 'conheceu', 'conhecendo'), ('encolhendo', 'encolheu', 'ouviu', 'ouvindo'), ('encolhendo', 'encolheu', 'moveu', 'movendo'), ('encolhendo', 'encolheu', 'jogou', 'jogando'), ('encolhendo', 'encolheu', 'previu', 'prevendo'), ('encolhendo', 'encolheu', 'ler', 'lendo'), ('encolhendo', 'encolheu', 'correu', 'correndo'), ('encolhendo', 'encolheu', 'gritou', 'gritando'), ('encolhendo', 'encolheu', 'viu', 'vendo'), ('encolhendo', 'encolheu', 'vendeu', 'vendendo'), ('cantando', 'cantou', 'sentou', 'sentando'), ('cantando', 'cantou', 'dormiu', 'dormindo'), ('cantando', 'cantou', 'gastou', 'gastando'), ('cantando', 'cantou', 'nadou', 'nadando'), ('cantando', 'cantou', 'tirou', 'tirando'), ('cantando', 'cantou', 'pensou', 'pensando'), ('cantando', 'cantou', 'desapareceu', 'desaparecendo'), ('cantando', 'cantou', 'andou', 'andando'), ('cantando', 'cantou', 'escreveu', 'escrevendo'), ('cantando', 'cantou', 'dançou', 'dançando'), ('cantando', 'cantou', 'diminuiu', 'diminuindo'), ('cantando', 'cantou', 'descreveu', 'descrevendo'), ('cantando', 'cantou', 'melhorou', 'melhorando'), ('cantando', 'cantou', 'alimentou', 'alimentando'), ('cantando', 'cantou', 'voou', 'voando'), ('cantando', 'cantou', 'gerou', 'gerando'), ('cantando', 'cantou', 'escondeu', 'escondendo'), ('cantando', 'cantou', 'acertou', 'acertando'), ('cantando', 'cantou', 'implementou', 'implementando'), ('cantando', 'cantou', 'aumentou', 'aumentando'), ('cantando', 'cantou', 'saltou', 'saltando'), ('cantando', 'cantou', 'conheceu', 'conhecendo'), ('cantando', 'cantou', 'ouviu', 'ouvindo'), ('cantando', 'cantou', 'moveu', 'movendo'), ('cantando', 'cantou', 'jogou', 'jogando'), ('cantando', 'cantou', 'previu', 'prevendo'), ('cantando', 'cantou', 'ler', 'lendo'), ('cantando', 'cantou', 'correu', 'correndo'), ('cantando', 'cantou', 'gritou', 'gritando'), ('cantando', 'cantou', 'viu', 'vendo'), ('cantando', 'cantou', 'vendeu', 'vendendo'), ('cantando', 'cantou', 'encolheu', 'encolhendo'), ('sentando', 'sentou', 'dormiu', 'dormindo'), ('sentando', 'sentou', 'gastou', 'gastando'), ('sentando', 'sentou', 'golpeou', 'golpeando'), ('sentando', 'sentou', 'nadou', 'nadando'), ('sentando', 'sentou', 'tirou', 'tirando'), ('sentando', 'sentou', 'pensou', 'pensando'), ('sentando', 'sentou', 'desapareceu', 'desaparecendo'), ('sentando', 'sentou', 'andou', 'andando'), ('sentando', 'sentou', 'escreveu', 'escrevendo'), ('sentando', 'sentou', 'dançou', 'dançando'), ('sentando', 'sentou', 'diminuiu', 'diminuindo'), ('sentando', 'sentou', 'descreveu', 'descrevendo'), ('sentando', 'sentou', 'melhorou', 'melhorando'), ('sentando', 'sentou', 'alimentou', 'alimentando'), ('sentando', 'sentou', 'voou', 'voando'), ('sentando', 'sentou', 'gerou', 'gerando'), ('sentando', 'sentou', 'escondeu', 'escondendo'), ('sentando', 'sentou', 'acertou', 'acertando'), ('sentando', 'sentou', 'implementou', 'implementando'), ('sentando', 'sentou', 'aumentou', 'aumentando'), ('sentando', 'sentou', 'saltou', 'saltando'), ('sentando', 'sentou', 'conheceu', 'conhecendo'), ('sentando', 'sentou', 'ouviu', 'ouvindo'), ('sentando', 'sentou', 'moveu', 'movendo'), ('sentando', 'sentou', 'jogou', 'jogando'), ('sentando', 'sentou', 'previu', 'prevendo'), ('sentando', 'sentou', 'ler', 'lendo'), ('sentando', 'sentou', 'correu', 'correndo'), ('sentando', 'sentou', 'gritou', 'gritando'), ('sentando', 'sentou', 'viu', 'vendo'), ('sentando', 'sentou', 'vendeu', 'vendendo'), ('sentando', 'sentou', 'encolheu', 'encolhendo'), ('sentando', 'sentou', 'cantou', 'cantando'), ('dormindo', 'dormiu', 'gastou', 'gastando'), ('dormindo', 'dormiu', 'golpeou', 'golpeando'), ('dormindo', 'dormiu', 'nadou', 'nadando'), ('dormindo', 'dormiu', 'tirou', 'tirando'), ('dormindo', 'dormiu', 'pensou', 'pensando'), ('dormindo', 'dormiu', 'desapareceu', 'desaparecendo'), ('dormindo', 'dormiu', 'andou', 'andando'), ('dormindo', 'dormiu', 'escreveu', 'escrevendo'), ('dormindo', 'dormiu', 'dançou', 'dançando'), ('dormindo', 'dormiu', 'diminuiu', 'diminuindo'), ('dormindo', 'dormiu', 'descreveu', 'descrevendo'), ('dormindo', 'dormiu', 'melhorou', 'melhorando'), ('dormindo', 'dormiu', 'alimentou', 'alimentando'), ('dormindo', 'dormiu', 'voou', 'voando'), ('dormindo', 'dormiu', 'gerou', 'gerando'), ('dormindo', 'dormiu', 'escondeu', 'escondendo'), ('dormindo', 'dormiu', 'acertou', 'acertando'), ('dormindo', 'dormiu', 'implementou', 'implementando'), ('dormindo', 'dormiu', 'aumentou', 'aumentando'), ('dormindo', 'dormiu', 'saltou', 'saltando'), ('dormindo', 'dormiu', 'conheceu', 'conhecendo'), ('dormindo', 'dormiu', 'ouviu', 'ouvindo'), ('dormindo', 'dormiu', 'moveu', 'movendo'), ('dormindo', 'dormiu', 'jogou', 'jogando'), ('dormindo', 'dormiu', 'previu', 'prevendo'), ('dormindo', 'dormiu', 'ler', 'lendo'), ('dormindo', 'dormiu', 'correu', 'correndo'), ('dormindo', 'dormiu', 'gritou', 'gritando'), ('dormindo', 'dormiu', 'viu', 'vendo'), ('dormindo', 'dormiu', 'vendeu', 'vendendo'), ('dormindo', 'dormiu', 'encolheu', 'encolhendo'), ('dormindo', 'dormiu', 'cantou', 'cantando'), ('dormindo', 'dormiu', 'sentou', 'sentando'), ('gastando', 'gastou', 'golpeou', 'golpeando'), ('gastando', 'gastou', 'nadou', 'nadando'), ('gastando', 'gastou', 'tirou', 'tirando'), ('gastando', 'gastou', 'pensou', 'pensando'), ('gastando', 'gastou', 'desapareceu', 'desaparecendo'), ('gastando', 'gastou', 'andou', 'andando'), ('gastando', 'gastou', 'escreveu', 'escrevendo'), ('gastando', 'gastou', 'dançou', 'dançando'), ('gastando', 'gastou', 'diminuiu', 'diminuindo'), ('gastando', 'gastou', 'descreveu', 'descrevendo'), ('gastando', 'gastou', 'melhorou', 'melhorando'), ('gastando', 'gastou', 'alimentou', 'alimentando'), ('gastando', 'gastou', 'voou', 'voando'), ('gastando', 'gastou', 'gerou', 'gerando'), ('gastando', 'gastou', 'escondeu', 'escondendo'), ('gastando', 'gastou', 'acertou', 'acertando'), ('gastando', 'gastou', 'implementou', 'implementando'), ('gastando', 'gastou', 'aumentou', 'aumentando'), ('gastando', 'gastou', 'saltou', 'saltando'), ('gastando', 'gastou', 'conheceu', 'conhecendo'), ('gastando', 'gastou', 'ouviu', 'ouvindo'), ('gastando', 'gastou', 'olhou', 'vendo'), ('gastando', 'gastou', 'moveu', 'movendo'), ('gastando', 'gastou', 'jogou', 'jogando'), ('gastando', 'gastou', 'previu', 'prevendo'), ('gastando', 'gastou', 'ler', 'lendo'), ('gastando', 'gastou', 'correu', 'correndo'), ('gastando', 'gastou', 'gritou', 'gritando'), ('gastando', 'gastou', 'viu', 'vendo'), ('gastando', 'gastou', 'vendeu', 'vendendo'), ('gastando', 'gastou', 'encolheu', 'encolhendo'), ('gastando', 'gastou', 'cantou', 'cantando'), ('gastando', 'gastou', 'sentou', 'sentando'), ('gastando', 'gastou', 'dormiu', 'dormindo'), ('golpeando', 'golpeou', 'nadou', 'nadando'), ('golpeando', 'golpeou', 'tirou', 'tirando'), ('golpeando', 'golpeou', 'pensou', 'pensando'), ('golpeando', 'golpeou', 'desapareceu', 'desaparecendo'), ('golpeando', 'golpeou', 'escreveu', 'escrevendo'), ('golpeando', 'golpeou', 'dançou', 'dançando'), ('golpeando', 'golpeou', 'diminuiu', 'diminuindo'), ('golpeando', 'golpeou', 'descreveu', 'descrevendo'), ('golpeando', 'golpeou', 'melhorou', 'melhorando'), ('golpeando', 'golpeou', 'alimentou', 'alimentando'), ('golpeando', 'golpeou', 'voou', 'voando'), ('golpeando', 'golpeou', 'gerou', 'gerando'), ('golpeando', 'golpeou', 'escondeu', 'escondendo'), ('golpeando', 'golpeou', 'acertou', 'acertando'), ('golpeando', 'golpeou', 'implementou', 'implementando'), ('golpeando', 'golpeou', 'aumentou', 'aumentando'), ('golpeando', 'golpeou', 'saltou', 'saltando'), ('golpeando', 'golpeou', 'conheceu', 'conhecendo'), ('golpeando', 'golpeou', 'ouviu', 'ouvindo'), ('golpeando', 'golpeou', 'moveu', 'movendo'), ('golpeando', 'golpeou', 'jogou', 'jogando'), ('golpeando', 'golpeou', 'previu', 'prevendo'), ('golpeando', 'golpeou', 'ler', 'lendo'), ('golpeando', 'golpeou', 'correu', 'correndo'), ('golpeando', 'golpeou', 'gritou', 'gritando'), ('golpeando', 'golpeou', 'viu', 'vendo'), ('golpeando', 'golpeou', 'vendeu', 'vendendo'), ('golpeando', 'golpeou', 'encolheu', 'encolhendo'), ('golpeando', 'golpeou', 'cantou', 'cantando'), ('golpeando', 'golpeou', 'sentou', 'sentando'), ('golpeando', 'golpeou', 'dormiu', 'dormindo'), ('golpeando', 'golpeou', 'gastou', 'gastando'), ('nadando', 'nadou', 'tirou', 'tirando'), ('nadando', 'nadou', 'pensou', 'pensando'), ('nadando', 'nadou', 'desapareceu', 'desaparecendo'), ('nadando', 'nadou', 'andou', 'andando'), ('nadando', 'nadou', 'escreveu', 'escrevendo'), ('nadando', 'nadou', 'dançou', 'dançando'), ('nadando', 'nadou', 'diminuiu', 'diminuindo'), ('nadando', 'nadou', 'descreveu', 'descrevendo'), ('nadando', 'nadou', 'melhorou', 'melhorando'), ('nadando', 'nadou', 'alimentou', 'alimentando'), ('nadando', 'nadou', 'voou', 'voando'), ('nadando', 'nadou', 'gerou', 'gerando'), ('nadando', 'nadou', 'escondeu', 'escondendo'), ('nadando', 'nadou', 'acertou', 'acertando'), ('nadando', 'nadou', 'implementou', 'implementando'), ('nadando', 'nadou', 'aumentou', 'aumentando'), ('nadando', 'nadou', 'saltou', 'saltando'), ('nadando', 'nadou', 'ouviu', 'ouvindo'), ('nadando', 'nadou', 'moveu', 'movendo'), ('nadando', 'nadou', 'jogou', 'jogando'), ('nadando', 'nadou', 'previu', 'prevendo'), ('nadando', 'nadou', 'ler', 'lendo'), ('nadando', 'nadou', 'correu', 'correndo'), ('nadando', 'nadou', 'gritou', 'gritando'), ('nadando', 'nadou', 'viu', 'vendo'), ('nadando', 'nadou', 'vendeu', 'vendendo'), ('nadando', 'nadou', 'encolheu', 'encolhendo'), ('nadando', 'nadou', 'cantou', 'cantando'), ('nadando', 'nadou', 'sentou', 'sentando'), ('nadando', 'nadou', 'dormiu', 'dormindo'), ('nadando', 'nadou', 'gastou', 'gastando'), ('tirando', 'tirou', 'pensou', 'pensando'), ('tirando', 'tirou', 'desapareceu', 'desaparecendo'), ('tirando', 'tirou', 'andou', 'andando'), ('tirando', 'tirou', 'escreveu', 'escrevendo'), ('tirando', 'tirou', 'dançou', 'dançando'), ('tirando', 'tirou', 'diminuiu', 'diminuindo'), ('tirando', 'tirou', 'descreveu', 'descrevendo'), ('tirando', 'tirou', 'melhorou', 'melhorando'), ('tirando', 'tirou', 'alimentou', 'alimentando'), ('tirando', 'tirou', 'voou', 'voando'), ('tirando', 'tirou', 'gerou', 'gerando'), ('tirando', 'tirou', 'escondeu', 'escondendo'), ('tirando', 'tirou', 'acertou', 'acertando'), ('tirando', 'tirou', 'implementou', 'implementando'), ('tirando', 'tirou', 'aumentou', 'aumentando'), ('tirando', 'tirou', 'saltou', 'saltando'), ('tirando', 'tirou', 'conheceu', 'conhecendo'), ('tirando', 'tirou', 'ouviu', 'ouvindo'), ('tirando', 'tirou', 'olhou', 'vendo'), ('tirando', 'tirou', 'moveu', 'movendo'), ('tirando', 'tirou', 'jogou', 'jogando'), ('tirando', 'tirou', 'previu', 'prevendo'), ('tirando', 'tirou', 'ler', 'lendo'), ('tirando', 'tirou', 'correu', 'correndo'), ('tirando', 'tirou', 'gritou', 'gritando'), ('tirando', 'tirou', 'viu', 'vendo'), ('tirando', 'tirou', 'vendeu', 'vendendo'), ('tirando', 'tirou', 'encolheu', 'encolhendo'), ('tirando', 'tirou', 'cantou', 'cantando'), ('tirando', 'tirou', 'sentou', 'sentando'), ('tirando', 'tirou', 'dormiu', 'dormindo'), ('tirando', 'tirou', 'gastou', 'gastando'), ('tirando', 'tirou', 'golpeou', 'golpeando'), ('tirando', 'tirou', 'nadou', 'nadando'), ('pensando', 'pensou', 'desapareceu', 'desaparecendo'), ('pensando', 'pensou', 'andou', 'andando'), ('pensando', 'pensou', 'escreveu', 'escrevendo'), ('pensando', 'pensou', 'dançou', 'dançando'), ('pensando', 'pensou', 'diminuiu', 'diminuindo'), ('pensando', 'pensou', 'descreveu', 'descrevendo'), ('pensando', 'pensou', 'melhorou', 'melhorando'), ('pensando', 'pensou', 'alimentou', 'alimentando'), ('pensando', 'pensou', 'voou', 'voando'), ('pensando', 'pensou', 'gerou', 'gerando'), ('pensando', 'pensou', 'escondeu', 'escondendo'), ('pensando', 'pensou', 'acertou', 'acertando'), ('pensando', 'pensou', 'implementou', 'implementando'), ('pensando', 'pensou', 'aumentou', 'aumentando'), ('pensando', 'pensou', 'saltou', 'saltando'), ('pensando', 'pensou', 'conheceu', 'conhecendo'), ('pensando', 'pensou', 'ouviu', 'ouvindo'), ('pensando', 'pensou', 'moveu', 'movendo'), ('pensando', 'pensou', 'jogou', 'jogando'), ('pensando', 'pensou', 'previu', 'prevendo'), ('pensando', 'pensou', 'ler', 'lendo'), ('pensando', 'pensou', 'correu', 'correndo'), ('pensando', 'pensou', 'gritou', 'gritando'), ('pensando', 'pensou', 'viu', 'vendo'), ('pensando', 'pensou', 'vendeu', 'vendendo'), ('pensando', 'pensou', 'encolheu', 'encolhendo'), ('pensando', 'pensou', 'cantou', 'cantando'), ('pensando', 'pensou', 'sentou', 'sentando'), ('pensando', 'pensou', 'dormiu', 'dormindo'), ('pensando', 'pensou', 'gastou', 'gastando'), ('pensando', 'pensou', 'golpeou', 'golpeando'), ('pensando', 'pensou', 'nadou', 'nadando'), ('pensando', 'pensou', 'tirou', 'tirando'), ('desaparecendo', 'desapareceu', 'andou', 'andando'), ('desaparecendo', 'desapareceu', 'escreveu', 'escrevendo'), ('desaparecendo', 'desapareceu', 'dançou', 'dançando'), ('desaparecendo', 'desapareceu', 'diminuiu', 'diminuindo'), ('desaparecendo', 'desapareceu', 'descreveu', 'descrevendo'), ('desaparecendo', 'desapareceu', 'melhorou', 'melhorando'), ('desaparecendo', 'desapareceu', 'alimentou', 'alimentando'), ('desaparecendo', 'desapareceu', 'voou', 'voando'), ('desaparecendo', 'desapareceu', 'gerou', 'gerando'), ('desaparecendo', 'desapareceu', 'escondeu', 'escondendo'), ('desaparecendo', 'desapareceu', 'acertou', 'acertando'), ('desaparecendo', 'desapareceu', 'implementou', 'implementando'), ('desaparecendo', 'desapareceu', 'aumentou', 'aumentando'), ('desaparecendo', 'desapareceu', 'saltou', 'saltando'), ('desaparecendo', 'desapareceu', 'conheceu', 'conhecendo'), ('desaparecendo', 'desapareceu', 'ouviu', 'ouvindo'), ('desaparecendo', 'desapareceu', 'moveu', 'movendo'), ('desaparecendo', 'desapareceu', 'jogou', 'jogando'), ('desaparecendo', 'desapareceu', 'previu', 'prevendo'), ('desaparecendo', 'desapareceu', 'ler', 'lendo'), ('desaparecendo', 'desapareceu', 'correu', 'correndo'), ('desaparecendo', 'desapareceu', 'gritou', 'gritando'), ('desaparecendo', 'desapareceu', 'viu', 'vendo'), ('desaparecendo', 'desapareceu', 'vendeu', 'vendendo'), ('desaparecendo', 'desapareceu', 'encolheu', 'encolhendo'), ('desaparecendo', 'desapareceu', 'cantou', 'cantando'), ('desaparecendo', 'desapareceu', 'sentou', 'sentando'), ('desaparecendo', 'desapareceu', 'dormiu', 'dormindo'), ('desaparecendo', 'desapareceu', 'gastou', 'gastando'), ('desaparecendo', 'desapareceu', 'golpeou', 'golpeando'), ('desaparecendo', 'desapareceu', 'nadou', 'nadando'), ('desaparecendo', 'desapareceu', 'tirou', 'tirando'), ('desaparecendo', 'desapareceu', 'pensou', 'pensando'), ('andando', 'andou', 'escreveu', 'escrevendo'), ('andando', 'andou', 'dançou', 'dançando'), ('andando', 'andou', 'diminuiu', 'diminuindo'), ('andando', 'andou', 'descreveu', 'descrevendo'), ('andando', 'andou', 'melhorou', 'melhorando'), ('andando', 'andou', 'alimentou', 'alimentando'), ('andando', 'andou', 'voou', 'voando'), ('andando', 'andou', 'gerou', 'gerando'), ('andando', 'andou', 'escondeu', 'escondendo'), ('andando', 'andou', 'acertou', 'acertando'), ('andando', 'andou', 'implementou', 'implementando'), ('andando', 'andou', 'aumentou', 'aumentando'), ('andando', 'andou', 'saltou', 'saltando'), ('andando', 'andou', 'conheceu', 'conhecendo'), ('andando', 'andou', 'ouviu', 'ouvindo'), ('andando', 'andou', 'moveu', 'movendo'), ('andando', 'andou', 'jogou', 'jogando'), ('andando', 'andou', 'previu', 'prevendo'), ('andando', 'andou', 'ler', 'lendo'), ('andando', 'andou', 'correu', 'correndo'), ('andando', 'andou', 'gritou', 'gritando'), ('andando', 'andou', 'viu', 'vendo'), ('andando', 'andou', 'vendeu', 'vendendo'), ('andando', 'andou', 'encolheu', 'encolhendo'), ('andando', 'andou', 'cantou', 'cantando'), ('andando', 'andou', 'sentou', 'sentando'), ('andando', 'andou', 'dormiu', 'dormindo'), ('andando', 'andou', 'gastou', 'gastando'), ('andando', 'andou', 'nadou', 'nadando'), ('andando', 'andou', 'tirou', 'tirando'), ('andando', 'andou', 'pensou', 'pensando'), ('andando', 'andou', 'desapareceu', 'desaparecendo'), ('escrevendo', 'escreveu', 'dançou', 'dançando'), ('escrevendo', 'escreveu', 'diminuiu', 'diminuindo'), ('escrevendo', 'escreveu', 'descreveu', 'descrevendo'), ('escrevendo', 'escreveu', 'melhorou', 'melhorando'), ('escrevendo', 'escreveu', 'alimentou', 'alimentando'), ('escrevendo', 'escreveu', 'voou', 'voando'), ('escrevendo', 'escreveu', 'gerou', 'gerando'), ('escrevendo', 'escreveu', 'escondeu', 'escondendo'), ('escrevendo', 'escreveu', 'acertou', 'acertando'), ('escrevendo', 'escreveu', 'implementou', 'implementando'), ('escrevendo', 'escreveu', 'aumentou', 'aumentando'), ('escrevendo', 'escreveu', 'saltou', 'saltando'), ('escrevendo', 'escreveu', 'conheceu', 'conhecendo'), ('escrevendo', 'escreveu', 'ouviu', 'ouvindo'), ('escrevendo', 'escreveu', 'moveu', 'movendo'), ('escrevendo', 'escreveu', 'jogou', 'jogando'), ('escrevendo', 'escreveu', 'previu', 'prevendo'), ('escrevendo', 'escreveu', 'ler', 'lendo'), ('escrevendo', 'escreveu', 'correu', 'correndo'), ('escrevendo', 'escreveu', 'disse', 'dizendo'), ('escrevendo', 'escreveu', 'gritou', 'gritando'), ('escrevendo', 'escreveu', 'viu', 'vendo'), ('escrevendo', 'escreveu', 'vendeu', 'vendendo'), ('escrevendo', 'escreveu', 'encolheu', 'encolhendo'), ('escrevendo', 'escreveu', 'cantou', 'cantando'), ('escrevendo', 'escreveu', 'sentou', 'sentando'), ('escrevendo', 'escreveu', 'dormiu', 'dormindo'), ('escrevendo', 'escreveu', 'gastou', 'gastando'), ('escrevendo', 'escreveu', 'golpeou', 'golpeando'), ('escrevendo', 'escreveu', 'nadou', 'nadando'), ('escrevendo', 'escreveu', 'tirou', 'tirando'), ('escrevendo', 'escreveu', 'pensou', 'pensando'), ('escrevendo', 'escreveu', 'desapareceu', 'desaparecendo'), ('escrevendo', 'escreveu', 'andou', 'andando')], 'incorrect': []}, {'section': '| gram8-plural', 'correct': [('banana', 'bananas', 'pássaros', 'pássaro'), ('banana', 'bananas', 'garrafas', 'garrafa'), ('banana', 'bananas', 'edifícios', 'edifício'), ('banana', 'bananas', 'carros', 'carro'), ('banana', 'bananas', 'crianças', 'criança'), ('banana', 'bananas', 'nuvens', 'nuvem'), ('banana', 'bananas', 'cores', 'cor'), ('banana', 'bananas', 'vacas', 'vaca'), ('banana', 'bananas', 'cães', 'cão'), ('banana', 'bananas', 'burros', 'burro'), ('banana', 'bananas', 'sonhos', 'sonho'), ('banana', 'bananas', 'águias', 'águia'), ('banana', 'bananas', 'elefantes', 'elefante'), ('banana', 'bananas', 'dedos', 'dedo'), ('banana', 'bananas', 'mãos', 'mão'), ('banana', 'bananas', 'cavalos', 'cavalo'), ('banana', 'bananas', 'máquinas', 'máquina'), ('banana', 'bananas', 'mangas', 'manga'), ('banana', 'bananas', 'melões', 'melão'), ('banana', 'bananas', 'macacos', 'macaco'), ('banana', 'bananas', 'cebolas', 'cebola'), ('banana', 'bananas', 'porcos', 'porco'), ('banana', 'bananas', 'estradas', 'estrada'), ('banana', 'bananas', 'mulheres', 'mulher'), ('pássaro', 'pássaros', 'garrafas', 'garrafa'), ('pássaro', 'pássaros', 'edifícios', 'edifício'), ('pássaro', 'pássaros', 'carros', 'carro'), ('pássaro', 'pássaros', 'gatos', 'gato'), ('pássaro', 'pássaros', 'crianças', 'criança'), ('pássaro', 'pássaros', 'nuvens', 'nuvem'), ('pássaro', 'pássaros', 'cores', 'cor'), ('pássaro', 'pássaros', 'computadores', 'computador'), ('pássaro', 'pássaros', 'vacas', 'vaca'), ('pássaro', 'pássaros', 'cães', 'cão'), ('pássaro', 'pássaros', 'burros', 'burro'), ('pássaro', 'pássaros', 'sonhos', 'sonho'), ('pássaro', 'pássaros', 'águias', 'águia'), ('pássaro', 'pássaros', 'elefantes', 'elefante'), ('pássaro', 'pássaros', 'dedos', 'dedo'), ('pássaro', 'pássaros', 'cabras', 'cabra'), ('pássaro', 'pássaros', 'mãos', 'mão'), ('pássaro', 'pássaros', 'cavalos', 'cavalo'), ('pássaro', 'pássaros', 'máquinas', 'máquina'), ('pássaro', 'pássaros', 'homens', 'homem'), ('pássaro', 'pássaros', 'melões', 'melão'), ('pássaro', 'pássaros', 'macacos', 'macaco'), ('pássaro', 'pássaros', 'porcos', 'porco'), ('pássaro', 'pássaros', 'estradas', 'estrada'), ('pássaro', 'pássaros', 'mulheres', 'mulher'), ('pássaro', 'pássaros', 'bananas', 'banana'), ('garrafa', 'garrafas', 'edifícios', 'edifício'), ('garrafa', 'garrafas', 'carros', 'carro'), ('garrafa', 'garrafas', 'gatos', 'gato'), ('garrafa', 'garrafas', 'crianças', 'criança'), ('garrafa', 'garrafas', 'nuvens', 'nuvem'), ('garrafa', 'garrafas', 'cores', 'cor'), ('garrafa', 'garrafas', 'computadores', 'computador'), ('garrafa', 'garrafas', 'vacas', 'vaca'), ('garrafa', 'garrafas', 'cães', 'cão'), ('garrafa', 'garrafas', 'burros', 'burro'), ('garrafa', 'garrafas', 'sonhos', 'sonho'), ('garrafa', 'garrafas', 'águias', 'águia'), ('garrafa', 'garrafas', 'elefantes', 'elefante'), ('garrafa', 'garrafas', 'dedos', 'dedo'), ('garrafa', 'garrafas', 'cabras', 'cabra'), ('garrafa', 'garrafas', 'mãos', 'mão'), ('garrafa', 'garrafas', 'cavalos', 'cavalo'), ('garrafa', 'garrafas', 'máquinas', 'máquina'), ('garrafa', 'garrafas', 'mangas', 'manga'), ('garrafa', 'garrafas', 'homens', 'homem'), ('garrafa', 'garrafas', 'macacos', 'macaco'), ('garrafa', 'garrafas', 'ratos', 'rato'), ('garrafa', 'garrafas', 'cebolas', 'cebola'), ('garrafa', 'garrafas', 'porcos', 'porco'), ('garrafa', 'garrafas', 'ratazanas', 'ratazana'), ('garrafa', 'garrafas', 'estradas', 'estrada'), ('garrafa', 'garrafas', 'mulheres', 'mulher'), ('garrafa', 'garrafas', 'bananas', 'banana'), ('garrafa', 'garrafas', 'pássaros', 'pássaro'), ('edifício', 'edifícios', 'carros', 'carro'), ('edifício', 'edifícios', 'gatos', 'gato'), ('edifício', 'edifícios', 'crianças', 'criança'), ('edifício', 'edifícios', 'nuvens', 'nuvem'), ('edifício', 'edifícios', 'cores', 'cor'), ('edifício', 'edifícios', 'computadores', 'computador'), ('edifício', 'edifícios', 'vacas', 'vaca'), ('edifício', 'edifícios', 'cães', 'cão'), ('edifício', 'edifícios', 'burros', 'burro'), ('edifício', 'edifícios', 'sonhos', 'sonho'), ('edifício', 'edifícios', 'elefantes', 'elefante'), ('edifício', 'edifícios', 'dedos', 'dedo'), ('edifício', 'edifícios', 'cabras', 'cabra'), ('edifício', 'edifícios', 'mãos', 'mão'), ('edifício', 'edifícios', 'cavalos', 'cavalo'), ('edifício', 'edifícios', 'máquinas', 'máquina'), ('edifício', 'edifícios', 'homens', 'homem'), ('edifício', 'edifícios', 'melões', 'melão'), ('edifício', 'edifícios', 'macacos', 'macaco'), ('edifício', 'edifícios', 'ratos', 'rato'), ('edifício', 'edifícios', 'porcos', 'porco'), ('edifício', 'edifícios', 'ratazanas', 'ratazana'), ('edifício', 'edifícios', 'estradas', 'estrada'), ('edifício', 'edifícios', 'mulheres', 'mulher'), ('edifício', 'edifícios', 'bananas', 'banana'), ('edifício', 'edifícios', 'pássaros', 'pássaro'), ('edifício', 'edifícios', 'garrafas', 'garrafa'), ('carro', 'carros', 'gatos', 'gato'), ('carro', 'carros', 'crianças', 'criança'), ('carro', 'carros', 'nuvens', 'nuvem'), ('carro', 'carros', 'cores', 'cor'), ('carro', 'carros', 'computadores', 'computador'), ('carro', 'carros', 'vacas', 'vaca'), ('carro', 'carros', 'cães', 'cão'), ('carro', 'carros', 'burros', 'burro'), ('carro', 'carros', 'sonhos', 'sonho'), ('carro', 'carros', 'elefantes', 'elefante'), ('carro', 'carros', 'dedos', 'dedo'), ('carro', 'carros', 'cabras', 'cabra'), ('carro', 'carros', 'mãos', 'mão'), ('carro', 'carros', 'cavalos', 'cavalo'), ('carro', 'carros', 'máquinas', 'máquina'), ('carro', 'carros', 'homens', 'homem'), ('carro', 'carros', 'melões', 'melão'), ('carro', 'carros', 'macacos', 'macaco'), ('carro', 'carros', 'ratos', 'rato'), ('carro', 'carros', 'porcos', 'porco'), ('carro', 'carros', 'ratazanas', 'ratazana'), ('carro', 'carros', 'estradas', 'estrada'), ('carro', 'carros', 'mulheres', 'mulher'), ('carro', 'carros', 'bananas', 'banana'), ('carro', 'carros', 'pássaros', 'pássaro'), ('carro', 'carros', 'garrafas', 'garrafa'), ('carro', 'carros', 'edifícios', 'edifício'), ('gato', 'gatos', 'crianças', 'criança'), ('gato', 'gatos', 'nuvens', 'nuvem'), ('gato', 'gatos', 'computadores', 'computador'), ('gato', 'gatos', 'vacas', 'vaca'), ('gato', 'gatos', 'cães', 'cão'), ('gato', 'gatos', 'burros', 'burro'), ('gato', 'gatos', 'sonhos', 'sonho'), ('gato', 'gatos', 'águias', 'águia'), ('gato', 'gatos', 'elefantes', 'elefante'), ('gato', 'gatos', 'dedos', 'dedo'), ('gato', 'gatos', 'cabras', 'cabra'), ('gato', 'gatos', 'mãos', 'mão'), ('gato', 'gatos', 'cavalos', 'cavalo'), ('gato', 'gatos', 'máquinas', 'máquina'), ('gato', 'gatos', 'homens', 'homem'), ('gato', 'gatos', 'melões', 'melão'), ('gato', 'gatos', 'macacos', 'macaco'), ('gato', 'gatos', 'ratos', 'rato'), ('gato', 'gatos', 'porcos', 'porco'), ('gato', 'gatos', 'mulheres', 'mulher'), ('gato', 'gatos', 'bananas', 'banana'), ('gato', 'gatos', 'pássaros', 'pássaro'), ('gato', 'gatos', 'garrafas', 'garrafa'), ('gato', 'gatos', 'edifícios', 'edifício'), ('gato', 'gatos', 'carros', 'carro'), ('criança', 'crianças', 'nuvens', 'nuvem'), ('criança', 'crianças', 'cores', 'cor'), ('criança', 'crianças', 'computadores', 'computador'), ('criança', 'crianças', 'vacas', 'vaca'), ('criança', 'crianças', 'cães', 'cão'), ('criança', 'crianças', 'burros', 'burro'), ('criança', 'crianças', 'sonhos', 'sonho'), ('criança', 'crianças', 'águias', 'águia'), ('criança', 'crianças', 'elefantes', 'elefante'), ('criança', 'crianças', 'dedos', 'dedo'), ('criança', 'crianças', 'cabras', 'cabra'), ('criança', 'crianças', 'mãos', 'mão'), ('criança', 'crianças', 'cavalos', 'cavalo'), ('criança', 'crianças', 'máquinas', 'máquina'), ('criança', 'crianças', 'homens', 'homem'), ('criança', 'crianças', 'macacos', 'macaco'), ('criança', 'crianças', 'ratos', 'rato'), ('criança', 'crianças', 'cebolas', 'cebola'), ('criança', 'crianças', 'porcos', 'porco'), ('criança', 'crianças', 'ratazanas', 'ratazana'), ('criança', 'crianças', 'estradas', 'estrada'), ('criança', 'crianças', 'mulheres', 'mulher'), ('criança', 'crianças', 'bananas', 'banana'), ('criança', 'crianças', 'pássaros', 'pássaro'), ('criança', 'crianças', 'garrafas', 'garrafa'), ('criança', 'crianças', 'edifícios', 'edifício'), ('criança', 'crianças', 'carros', 'carro'), ('criança', 'crianças', 'gatos', 'gato'), ('nuvem', 'nuvens', 'cores', 'cor'), ('nuvem', 'nuvens', 'vacas', 'vaca'), ('nuvem', 'nuvens', 'cães', 'cão'), ('nuvem', 'nuvens', 'burros', 'burro'), ('nuvem', 'nuvens', 'sonhos', 'sonho'), ('nuvem', 'nuvens', 'águias', 'águia'), ('nuvem', 'nuvens', 'elefantes', 'elefante'), ('nuvem', 'nuvens', 'dedos', 'dedo'), ('nuvem', 'nuvens', 'cabras', 'cabra'), ('nuvem', 'nuvens', 'mãos', 'mão'), ('nuvem', 'nuvens', 'cavalos', 'cavalo'), ('nuvem', 'nuvens', 'máquinas', 'máquina'), ('nuvem', 'nuvens', 'macacos', 'macaco'), ('nuvem', 'nuvens', 'cebolas', 'cebola'), ('nuvem', 'nuvens', 'porcos', 'porco'), ('nuvem', 'nuvens', 'ratazanas', 'ratazana'), ('nuvem', 'nuvens', 'estradas', 'estrada'), ('nuvem', 'nuvens', 'mulheres', 'mulher'), ('nuvem', 'nuvens', 'bananas', 'banana'), ('nuvem', 'nuvens', 'pássaros', 'pássaro'), ('nuvem', 'nuvens', 'garrafas', 'garrafa'), ('nuvem', 'nuvens', 'edifícios', 'edifício'), ('nuvem', 'nuvens', 'carros', 'carro'), ('nuvem', 'nuvens', 'crianças', 'criança'), ('cor', 'cores', 'computadores', 'computador'), ('cor', 'cores', 'vacas', 'vaca'), ('cor', 'cores', 'cães', 'cão'), ('cor', 'cores', 'burros', 'burro'), ('cor', 'cores', 'sonhos', 'sonho'), ('cor', 'cores', 'dedos', 'dedo'), ('cor', 'cores', 'cabras', 'cabra'), ('cor', 'cores', 'mãos', 'mão'), ('cor', 'cores', 'cavalos', 'cavalo'), ('cor', 'cores', 'máquinas', 'máquina'), ('cor', 'cores', 'macacos', 'macaco'), ('cor', 'cores', 'ratazanas', 'ratazana'), ('cor', 'cores', 'estradas', 'estrada'), ('cor', 'cores', 'mulheres', 'mulher'), ('cor', 'cores', 'bananas', 'banana'), ('cor', 'cores', 'garrafas', 'garrafa'), ('cor', 'cores', 'edifícios', 'edifício'), ('cor', 'cores', 'carros', 'carro'), ('cor', 'cores', 'crianças', 'criança'), ('cor', 'cores', 'nuvens', 'nuvem'), ('computador', 'computadores', 'vacas', 'vaca'), ('computador', 'computadores', 'cães', 'cão'), ('computador', 'computadores', 'burros', 'burro'), ('computador', 'computadores', 'sonhos', 'sonho'), ('computador', 'computadores', 'águias', 'águia'), ('computador', 'computadores', 'elefantes', 'elefante'), ('computador', 'computadores', 'dedos', 'dedo'), ('computador', 'computadores', 'cabras', 'cabra'), ('computador', 'computadores', 'mãos', 'mão'), ('computador', 'computadores', 'cavalos', 'cavalo'), ('computador', 'computadores', 'máquinas', 'máquina'), ('computador', 'computadores', 'homens', 'homem'), ('computador', 'computadores', 'macacos', 'macaco'), ('computador', 'computadores', 'ratos', 'rato'), ('computador', 'computadores', 'porcos', 'porco'), ('computador', 'computadores', 'estradas', 'estrada'), ('computador', 'computadores', 'mulheres', 'mulher'), ('computador', 'computadores', 'bananas', 'banana'), ('computador', 'computadores', 'pássaros', 'pássaro'), ('computador', 'computadores', 'garrafas', 'garrafa'), ('computador', 'computadores', 'edifícios', 'edifício'), ('computador', 'computadores', 'carros', 'carro'), ('computador', 'computadores', 'gatos', 'gato'), ('computador', 'computadores', 'crianças', 'criança'), ('computador', 'computadores', 'cores', 'cor'), ('vaca', 'vacas', 'cães', 'cão'), ('vaca', 'vacas', 'burros', 'burro'), ('vaca', 'vacas', 'sonhos', 'sonho'), ('vaca', 'vacas', 'águias', 'águia'), ('vaca', 'vacas', 'elefantes', 'elefante'), ('vaca', 'vacas', 'dedos', 'dedo'), ('vaca', 'vacas', 'cabras', 'cabra'), ('vaca', 'vacas', 'mãos', 'mão'), ('vaca', 'vacas', 'cavalos', 'cavalo'), ('vaca', 'vacas', 'leões', 'leão'), ('vaca', 'vacas', 'máquinas', 'máquina'), ('vaca', 'vacas', 'macacos', 'macaco'), ('vaca', 'vacas', 'cebolas', 'cebola'), ('vaca', 'vacas', 'porcos', 'porco'), ('vaca', 'vacas', 'ratazanas', 'ratazana'), ('vaca', 'vacas', 'estradas', 'estrada'), ('vaca', 'vacas', 'mulheres', 'mulher'), ('vaca', 'vacas', 'bananas', 'banana'), ('vaca', 'vacas', 'pássaros', 'pássaro'), ('vaca', 'vacas', 'garrafas', 'garrafa'), ('vaca', 'vacas', 'edifícios', 'edifício'), ('vaca', 'vacas', 'carros', 'carro'), ('vaca', 'vacas', 'gatos', 'gato'), ('vaca', 'vacas', 'crianças', 'criança'), ('vaca', 'vacas', 'nuvens', 'nuvem'), ('vaca', 'vacas', 'cores', 'cor'), ('vaca', 'vacas', 'computadores', 'computador'), ('cão', 'cães', 'burros', 'burro'), ('cão', 'cães', 'sonhos', 'sonho'), ('cão', 'cães', 'águias', 'águia'), ('cão', 'cães', 'elefantes', 'elefante'), ('cão', 'cães', 'dedos', 'dedo'), ('cão', 'cães', 'cabras', 'cabra'), ('cão', 'cães', 'mãos', 'mão'), ('cão', 'cães', 'cavalos', 'cavalo'), ('cão', 'cães', 'máquinas', 'máquina'), ('cão', 'cães', 'homens', 'homem'), ('cão', 'cães', 'melões', 'melão'), ('cão', 'cães', 'macacos', 'macaco'), ('cão', 'cães', 'ratos', 'rato'), ('cão', 'cães', 'porcos', 'porco'), ('cão', 'cães', 'ratazanas', 'ratazana'), ('cão', 'cães', 'estradas', 'estrada'), ('cão', 'cães', 'mulheres', 'mulher'), ('cão', 'cães', 'bananas', 'banana'), ('cão', 'cães', 'pássaros', 'pássaro'), ('cão', 'cães', 'garrafas', 'garrafa'), ('cão', 'cães', 'edifícios', 'edifício'), ('cão', 'cães', 'carros', 'carro'), ('cão', 'cães', 'gatos', 'gato'), ('cão', 'cães', 'crianças', 'criança'), ('cão', 'cães', 'nuvens', 'nuvem'), ('cão', 'cães', 'computadores', 'computador'), ('cão', 'cães', 'vacas', 'vaca'), ('dólar', 'dólares', 'burros', 'burro'), ('dólar', 'dólares', 'sonhos', 'sonho'), ('dólar', 'dólares', 'cavalos', 'cavalo'), ('dólar', 'dólares', 'bananas', 'banana'), ('dólar', 'dólares', 'garrafas', 'garrafa'), ('dólar', 'dólares', 'edifícios', 'edifício'), ('dólar', 'dólares', 'carros', 'carro'), ('dólar', 'dólares', 'cores', 'cor'), ('dólar', 'dólares', 'cães', 'cão'), ('burro', 'burros', 'sonhos', 'sonho'), ('burro', 'burros', 'águias', 'águia'), ('burro', 'burros', 'elefantes', 'elefante'), ('burro', 'burros', 'dedos', 'dedo'), ('burro', 'burros', 'cabras', 'cabra'), ('burro', 'burros', 'cavalos', 'cavalo'), ('burro', 'burros', 'leões', 'leão'), ('burro', 'burros', 'máquinas', 'máquina'), ('burro', 'burros', 'homens', 'homem'), ('burro', 'burros', 'macacos', 'macaco'), ('burro', 'burros', 'ratos', 'rato'), ('burro', 'burros', 'cebolas', 'cebola'), ('burro', 'burros', 'porcos', 'porco'), ('burro', 'burros', 'ratazanas', 'ratazana'), ('burro', 'burros', 'mulheres', 'mulher'), ('burro', 'burros', 'bananas', 'banana'), ('burro', 'burros', 'pássaros', 'pássaro'), ('burro', 'burros', 'garrafas', 'garrafa'), ('burro', 'burros', 'edifícios', 'edifício'), ('burro', 'burros', 'carros', 'carro'), ('burro', 'burros', 'gatos', 'gato'), ('burro', 'burros', 'crianças', 'criança'), ('burro', 'burros', 'nuvens', 'nuvem'), ('burro', 'burros', 'computadores', 'computador'), ('burro', 'burros', 'vacas', 'vaca'), ('burro', 'burros', 'cães', 'cão'), ('sonho', 'sonhos', 'águias', 'águia'), ('sonho', 'sonhos', 'elefantes', 'elefante'), ('sonho', 'sonhos', 'olhos', 'olho'), ('sonho', 'sonhos', 'dedos', 'dedo'), ('sonho', 'sonhos', 'mãos', 'mão'), ('sonho', 'sonhos', 'cavalos', 'cavalo'), ('sonho', 'sonhos', 'máquinas', 'máquina'), ('sonho', 'sonhos', 'macacos', 'macaco'), ('sonho', 'sonhos', 'ratos', 'rato'), ('sonho', 'sonhos', 'porcos', 'porco'), ('sonho', 'sonhos', 'estradas', 'estrada'), ('sonho', 'sonhos', 'bananas', 'banana'), ('sonho', 'sonhos', 'pássaros', 'pássaro'), ('sonho', 'sonhos', 'garrafas', 'garrafa'), ('sonho', 'sonhos', 'edifícios', 'edifício'), ('sonho', 'sonhos', 'carros', 'carro'), ('sonho', 'sonhos', 'gatos', 'gato'), ('sonho', 'sonhos', 'nuvens', 'nuvem'), ('sonho', 'sonhos', 'cores', 'cor'), ('sonho', 'sonhos', 'computadores', 'computador'), ('sonho', 'sonhos', 'vacas', 'vaca'), ('sonho', 'sonhos', 'cães', 'cão'), ('sonho', 'sonhos', 'burros', 'burro'), ('águia', 'águias', 'elefantes', 'elefante'), ('águia', 'águias', 'olhos', 'olho'), ('águia', 'águias', 'cabras', 'cabra'), ('águia', 'águias', 'mãos', 'mão'), ('águia', 'águias', 'cavalos', 'cavalo'), ('águia', 'águias', 'leões', 'leão'), ('águia', 'águias', 'máquinas', 'máquina'), ('águia', 'águias', 'homens', 'homem'), ('águia', 'águias', 'macacos', 'macaco'), ('águia', 'águias', 'porcos', 'porco'), ('águia', 'águias', 'ratazanas', 'ratazana'), ('águia', 'águias', 'estradas', 'estrada'), ('águia', 'águias', 'mulheres', 'mulher'), ('águia', 'águias', 'bananas', 'banana'), ('águia', 'águias', 'pássaros', 'pássaro'), ('águia', 'águias', 'garrafas', 'garrafa'), ('águia', 'águias', 'edifícios', 'edifício'), ('águia', 'águias', 'carros', 'carro'), ('águia', 'águias', 'gatos', 'gato'), ('águia', 'águias', 'crianças', 'criança'), ('águia', 'águias', 'nuvens', 'nuvem'), ('águia', 'águias', 'cores', 'cor'), ('águia', 'águias', 'computadores', 'computador'), ('águia', 'águias', 'vacas', 'vaca'), ('águia', 'águias', 'cães', 'cão'), ('águia', 'águias', 'burros', 'burro'), ('águia', 'águias', 'sonhos', 'sonho'), ('elefante', 'elefantes', 'dedos', 'dedo'), ('elefante', 'elefantes', 'cabras', 'cabra'), ('elefante', 'elefantes', 'mãos', 'mão'), ('elefante', 'elefantes', 'cavalos', 'cavalo'), ('elefante', 'elefantes', 'leões', 'leão'), ('elefante', 'elefantes', 'máquinas', 'máquina'), ('elefante', 'elefantes', 'homens', 'homem'), ('elefante', 'elefantes', 'melões', 'melão'), ('elefante', 'elefantes', 'macacos', 'macaco'), ('elefante', 'elefantes', 'ratos', 'rato'), ('elefante', 'elefantes', 'porcos', 'porco'), ('elefante', 'elefantes', 'ratazanas', 'ratazana'), ('elefante', 'elefantes', 'mulheres', 'mulher'), ('elefante', 'elefantes', 'bananas', 'banana'), ('elefante', 'elefantes', 'pássaros', 'pássaro'), ('elefante', 'elefantes', 'garrafas', 'garrafa'), ('elefante', 'elefantes', 'edifícios', 'edifício'), ('elefante', 'elefantes', 'carros', 'carro'), ('elefante', 'elefantes', 'gatos', 'gato'), ('elefante', 'elefantes', 'crianças', 'criança'), ('elefante', 'elefantes', 'nuvens', 'nuvem'), ('elefante', 'elefantes', 'cores', 'cor'), ('elefante', 'elefantes', 'computadores', 'computador'), ('elefante', 'elefantes', 'vacas', 'vaca'), ('elefante', 'elefantes', 'cães', 'cão'), ('elefante', 'elefantes', 'burros', 'burro'), ('elefante', 'elefantes', 'sonhos', 'sonho'), ('elefante', 'elefantes', 'águias', 'águia'), ('olho', 'olhos', 'mãos', 'mão'), ('olho', 'olhos', 'cavalos', 'cavalo'), ('olho', 'olhos', 'máquinas', 'máquina'), ('olho', 'olhos', 'mangas', 'manga'), ('olho', 'olhos', 'melões', 'melão'), ('olho', 'olhos', 'macacos', 'macaco'), ('olho', 'olhos', 'porcos', 'porco'), ('olho', 'olhos', 'estradas', 'estrada'), ('olho', 'olhos', 'bananas', 'banana'), ('olho', 'olhos', 'pássaros', 'pássaro'), ('olho', 'olhos', 'garrafas', 'garrafa'), ('olho', 'olhos', 'edifícios', 'edifício'), ('olho', 'olhos', 'carros', 'carro'), ('olho', 'olhos', 'gatos', 'gato'), ('olho', 'olhos', 'computadores', 'computador'), ('olho', 'olhos', 'vacas', 'vaca'), ('olho', 'olhos', 'cães', 'cão'), ('olho', 'olhos', 'sonhos', 'sonho'), ('olho', 'olhos', 'elefantes', 'elefante'), ('dedo', 'dedos', 'mãos', 'mão'), ('dedo', 'dedos', 'cavalos', 'cavalo'), ('dedo', 'dedos', 'máquinas', 'máquina'), ('dedo', 'dedos', 'homens', 'homem'), ('dedo', 'dedos', 'melões', 'melão'), ('dedo', 'dedos', 'macacos', 'macaco'), ('dedo', 'dedos', 'ratos', 'rato'), ('dedo', 'dedos', 'porcos', 'porco'), ('dedo', 'dedos', 'estradas', 'estrada'), ('dedo', 'dedos', 'bananas', 'banana'), ('dedo', 'dedos', 'pássaros', 'pássaro'), ('dedo', 'dedos', 'garrafas', 'garrafa'), ('dedo', 'dedos', 'edifícios', 'edifício'), ('dedo', 'dedos', 'carros', 'carro'), ('dedo', 'dedos', 'gatos', 'gato'), ('dedo', 'dedos', 'nuvens', 'nuvem'), ('dedo', 'dedos', 'cores', 'cor'), ('dedo', 'dedos', 'computadores', 'computador'), ('dedo', 'dedos', 'vacas', 'vaca'), ('dedo', 'dedos', 'cães', 'cão'), ('dedo', 'dedos', 'burros', 'burro'), ('dedo', 'dedos', 'sonhos', 'sonho'), ('dedo', 'dedos', 'elefantes', 'elefante'), ('dedo', 'dedos', 'olhos', 'olho'), ('cabra', 'cabras', 'mãos', 'mão'), ('cabra', 'cabras', 'cavalos', 'cavalo'), ('cabra', 'cabras', 'leões', 'leão'), ('cabra', 'cabras', 'máquinas', 'máquina'), ('cabra', 'cabras', 'homens', 'homem'), ('cabra', 'cabras', 'macacos', 'macaco'), ('cabra', 'cabras', 'ratos', 'rato'), ('cabra', 'cabras', 'cebolas', 'cebola'), ('cabra', 'cabras', 'porcos', 'porco'), ('cabra', 'cabras', 'ratazanas', 'ratazana'), ('cabra', 'cabras', 'mulheres', 'mulher'), ('cabra', 'cabras', 'bananas', 'banana'), ('cabra', 'cabras', 'pássaros', 'pássaro'), ('cabra', 'cabras', 'garrafas', 'garrafa'), ('cabra', 'cabras', 'edifícios', 'edifício'), ('cabra', 'cabras', 'carros', 'carro'), ('cabra', 'cabras', 'gatos', 'gato'), ('cabra', 'cabras', 'crianças', 'criança'), ('cabra', 'cabras', 'nuvens', 'nuvem'), ('cabra', 'cabras', 'cores', 'cor'), ('cabra', 'cabras', 'computadores', 'computador'), ('cabra', 'cabras', 'vacas', 'vaca'), ('cabra', 'cabras', 'cães', 'cão'), ('cabra', 'cabras', 'burros', 'burro'), ('cabra', 'cabras', 'sonhos', 'sonho'), ('cabra', 'cabras', 'águias', 'águia'), ('cabra', 'cabras', 'elefantes', 'elefante'), ('cabra', 'cabras', 'dedos', 'dedo'), ('mão', 'mãos', 'cavalos', 'cavalo'), ('mão', 'mãos', 'máquinas', 'máquina'), ('mão', 'mãos', 'mangas', 'manga'), ('mão', 'mãos', 'porcos', 'porco'), ('mão', 'mãos', 'ratazanas', 'ratazana'), ('mão', 'mãos', 'estradas', 'estrada'), ('mão', 'mãos', 'mulheres', 'mulher'), ('mão', 'mãos', 'bananas', 'banana'), ('mão', 'mãos', 'garrafas', 'garrafa'), ('mão', 'mãos', 'carros', 'carro'), ('mão', 'mãos', 'crianças', 'criança'), ('mão', 'mãos', 'nuvens', 'nuvem'), ('mão', 'mãos', 'cores', 'cor'), ('mão', 'mãos', 'computadores', 'computador'), ('mão', 'mãos', 'vacas', 'vaca'), ('mão', 'mãos', 'cães', 'cão'), ('mão', 'mãos', 'sonhos', 'sonho'), ('mão', 'mãos', 'elefantes', 'elefante'), ('mão', 'mãos', 'dedos', 'dedo'), ('mão', 'mãos', 'cabras', 'cabra'), ('cavalo', 'cavalos', 'máquinas', 'máquina'), ('cavalo', 'cavalos', 'homens', 'homem'), ('cavalo', 'cavalos', 'melões', 'melão'), ('cavalo', 'cavalos', 'macacos', 'macaco'), ('cavalo', 'cavalos', 'ratos', 'rato'), ('cavalo', 'cavalos', 'cebolas', 'cebola'), ('cavalo', 'cavalos', 'porcos', 'porco'), ('cavalo', 'cavalos', 'ratazanas', 'ratazana'), ('cavalo', 'cavalos', 'mulheres', 'mulher'), ('cavalo', 'cavalos', 'bananas', 'banana'), ('cavalo', 'cavalos', 'pássaros', 'pássaro'), ('cavalo', 'cavalos', 'garrafas', 'garrafa'), ('cavalo', 'cavalos', 'edifícios', 'edifício'), ('cavalo', 'cavalos', 'carros', 'carro'), ('cavalo', 'cavalos', 'gatos', 'gato'), ('cavalo', 'cavalos', 'crianças', 'criança'), ('cavalo', 'cavalos', 'nuvens', 'nuvem'), ('cavalo', 'cavalos', 'cores', 'cor'), ('cavalo', 'cavalos', 'computadores', 'computador'), ('cavalo', 'cavalos', 'vacas', 'vaca'), ('cavalo', 'cavalos', 'cães', 'cão'), ('cavalo', 'cavalos', 'burros', 'burro'), ('cavalo', 'cavalos', 'sonhos', 'sonho'), ('cavalo', 'cavalos', 'águias', 'águia'), ('cavalo', 'cavalos', 'elefantes', 'elefante'), ('cavalo', 'cavalos', 'dedos', 'dedo'), ('cavalo', 'cavalos', 'cabras', 'cabra'), ('cavalo', 'cavalos', 'mãos', 'mão'), ('leão', 'leões', 'máquinas', 'máquina'), ('leão', 'leões', 'mangas', 'manga'), ('leão', 'leões', 'homens', 'homem'), ('leão', 'leões', 'melões', 'melão'), ('leão', 'leões', 'macacos', 'macaco'), ('leão', 'leões', 'ratos', 'rato'), ('leão', 'leões', 'porcos', 'porco'), ('leão', 'leões', 'mulheres', 'mulher'), ('leão', 'leões', 'bananas', 'banana'), ('leão', 'leões', 'pássaros', 'pássaro'), ('leão', 'leões', 'garrafas', 'garrafa'), ('leão', 'leões', 'edifícios', 'edifício'), ('leão', 'leões', 'carros', 'carro'), ('leão', 'leões', 'gatos', 'gato'), ('leão', 'leões', 'crianças', 'criança'), ('leão', 'leões', 'nuvens', 'nuvem'), ('leão', 'leões', 'cores', 'cor'), ('leão', 'leões', 'computadores', 'computador'), ('leão', 'leões', 'vacas', 'vaca'), ('leão', 'leões', 'cães', 'cão'), ('leão', 'leões', 'burros', 'burro'), ('leão', 'leões', 'sonhos', 'sonho'), ('leão', 'leões', 'águias', 'águia'), ('leão', 'leões', 'elefantes', 'elefante'), ('leão', 'leões', 'olhos', 'olho'), ('leão', 'leões', 'cabras', 'cabra'), ('leão', 'leões', 'mãos', 'mão'), ('leão', 'leões', 'cavalos', 'cavalo'), ('máquina', 'máquinas', 'homens', 'homem'), ('máquina', 'máquinas', 'macacos', 'macaco'), ('máquina', 'máquinas', 'ratazanas', 'ratazana'), ('máquina', 'máquinas', 'estradas', 'estrada'), ('máquina', 'máquinas', 'mulheres', 'mulher'), ('máquina', 'máquinas', 'bananas', 'banana'), ('máquina', 'máquinas', 'pássaros', 'pássaro'), ('máquina', 'máquinas', 'garrafas', 'garrafa'), ('máquina', 'máquinas', 'edifícios', 'edifício'), ('máquina', 'máquinas', 'carros', 'carro'), ('máquina', 'máquinas', 'crianças', 'criança'), ('máquina', 'máquinas', 'nuvens', 'nuvem'), ('máquina', 'máquinas', 'cores', 'cor'), ('máquina', 'máquinas', 'computadores', 'computador'), ('máquina', 'máquinas', 'vacas', 'vaca'), ('máquina', 'máquinas', 'cães', 'cão'), ('máquina', 'máquinas', 'burros', 'burro'), ('máquina', 'máquinas', 'sonhos', 'sonho'), ('máquina', 'máquinas', 'águias', 'águia'), ('máquina', 'máquinas', 'elefantes', 'elefante'), ('máquina', 'máquinas', 'dedos', 'dedo'), ('máquina', 'máquinas', 'cabras', 'cabra'), ('máquina', 'máquinas', 'mãos', 'mão'), ('máquina', 'máquinas', 'cavalos', 'cavalo'), ('manga', 'mangas', 'macacos', 'macaco'), ('manga', 'mangas', 'ratos', 'rato'), ('manga', 'mangas', 'estradas', 'estrada'), ('manga', 'mangas', 'bananas', 'banana'), ('manga', 'mangas', 'garrafas', 'garrafa'), ('manga', 'mangas', 'edifícios', 'edifício'), ('manga', 'mangas', 'carros', 'carro'), ('manga', 'mangas', 'crianças', 'criança'), ('manga', 'mangas', 'nuvens', 'nuvem'), ('manga', 'mangas', 'cores', 'cor'), ('manga', 'mangas', 'computadores', 'computador'), ('manga', 'mangas', 'vacas', 'vaca'), ('manga', 'mangas', 'cães', 'cão'), ('manga', 'mangas', 'burros', 'burro'), ('manga', 'mangas', 'sonhos', 'sonho'), ('manga', 'mangas', 'elefantes', 'elefante'), ('manga', 'mangas', 'dedos', 'dedo'), ('manga', 'mangas', 'mãos', 'mão'), ('manga', 'mangas', 'cavalos', 'cavalo'), ('manga', 'mangas', 'máquinas', 'máquina'), ('homem', 'homens', 'macacos', 'macaco'), ('homem', 'homens', 'ratos', 'rato'), ('homem', 'homens', 'porcos', 'porco'), ('homem', 'homens', 'ratazanas', 'ratazana'), ('homem', 'homens', 'mulheres', 'mulher'), ('homem', 'homens', 'bananas', 'banana'), ('homem', 'homens', 'pássaros', 'pássaro'), ('homem', 'homens', 'garrafas', 'garrafa'), ('homem', 'homens', 'edifícios', 'edifício'), ('homem', 'homens', 'carros', 'carro'), ('homem', 'homens', 'gatos', 'gato'), ('homem', 'homens', 'crianças', 'criança'), ('homem', 'homens', 'cores', 'cor'), ('homem', 'homens', 'computadores', 'computador'), ('homem', 'homens', 'vacas', 'vaca'), ('homem', 'homens', 'cães', 'cão'), ('homem', 'homens', 'burros', 'burro'), ('homem', 'homens', 'sonhos', 'sonho'), ('homem', 'homens', 'águias', 'águia'), ('homem', 'homens', 'elefantes', 'elefante'), ('homem', 'homens', 'dedos', 'dedo'), ('homem', 'homens', 'cabras', 'cabra'), ('homem', 'homens', 'mãos', 'mão'), ('homem', 'homens', 'cavalos', 'cavalo'), ('homem', 'homens', 'máquinas', 'máquina'), ('melão', 'melões', 'macacos', 'macaco'), ('melão', 'melões', 'ratos', 'rato'), ('melão', 'melões', 'cebolas', 'cebola'), ('melão', 'melões', 'porcos', 'porco'), ('melão', 'melões', 'mulheres', 'mulher'), ('melão', 'melões', 'bananas', 'banana'), ('melão', 'melões', 'pássaros', 'pássaro'), ('melão', 'melões', 'garrafas', 'garrafa'), ('melão', 'melões', 'edifícios', 'edifício'), ('melão', 'melões', 'carros', 'carro'), ('melão', 'melões', 'gatos', 'gato'), ('melão', 'melões', 'nuvens', 'nuvem'), ('melão', 'melões', 'cores', 'cor'), ('melão', 'melões', 'computadores', 'computador'), ('melão', 'melões', 'vacas', 'vaca'), ('melão', 'melões', 'cães', 'cão'), ('melão', 'melões', 'burros', 'burro'), ('melão', 'melões', 'sonhos', 'sonho'), ('melão', 'melões', 'águias', 'águia'), ('melão', 'melões', 'elefantes', 'elefante'), ('melão', 'melões', 'olhos', 'olho'), ('melão', 'melões', 'dedos', 'dedo'), ('melão', 'melões', 'cabras', 'cabra'), ('melão', 'melões', 'mãos', 'mão'), ('melão', 'melões', 'cavalos', 'cavalo'), ('melão', 'melões', 'máquinas', 'máquina'), ('melão', 'melões', 'mangas', 'manga'), ('melão', 'melões', 'homens', 'homem'), ('macaco', 'macacos', 'ratos', 'rato'), ('macaco', 'macacos', 'cebolas', 'cebola'), ('macaco', 'macacos', 'porcos', 'porco'), ('macaco', 'macacos', 'ratazanas', 'ratazana'), ('macaco', 'macacos', 'mulheres', 'mulher'), ('macaco', 'macacos', 'bananas', 'banana'), ('macaco', 'macacos', 'pássaros', 'pássaro'), ('macaco', 'macacos', 'garrafas', 'garrafa'), ('macaco', 'macacos', 'edifícios', 'edifício'), ('macaco', 'macacos', 'carros', 'carro'), ('macaco', 'macacos', 'gatos', 'gato'), ('macaco', 'macacos', 'crianças', 'criança'), ('macaco', 'macacos', 'cores', 'cor'), ('macaco', 'macacos', 'computadores', 'computador'), ('macaco', 'macacos', 'vacas', 'vaca'), ('macaco', 'macacos', 'cães', 'cão'), ('macaco', 'macacos', 'burros', 'burro'), ('macaco', 'macacos', 'sonhos', 'sonho'), ('macaco', 'macacos', 'águias', 'águia'), ('macaco', 'macacos', 'elefantes', 'elefante'), ('macaco', 'macacos', 'dedos', 'dedo'), ('macaco', 'macacos', 'cabras', 'cabra'), ('macaco', 'macacos', 'cavalos', 'cavalo'), ('macaco', 'macacos', 'máquinas', 'máquina'), ('macaco', 'macacos', 'homens', 'homem'), ('macaco', 'macacos', 'melões', 'melão'), ('rato', 'ratos', 'cebolas', 'cebola'), ('rato', 'ratos', 'porcos', 'porco'), ('rato', 'ratos', 'ratazanas', 'ratazana'), ('rato', 'ratos', 'mulheres', 'mulher'), ('rato', 'ratos', 'bananas', 'banana'), ('rato', 'ratos', 'pássaros', 'pássaro'), ('rato', 'ratos', 'garrafas', 'garrafa'), ('rato', 'ratos', 'edifícios', 'edifício'), ('rato', 'ratos', 'carros', 'carro'), ('rato', 'ratos', 'gatos', 'gato'), ('rato', 'ratos', 'crianças', 'criança'), ('rato', 'ratos', 'nuvens', 'nuvem'), ('rato', 'ratos', 'cores', 'cor'), ('rato', 'ratos', 'computadores', 'computador'), ('rato', 'ratos', 'vacas', 'vaca'), ('rato', 'ratos', 'cães', 'cão'), ('rato', 'ratos', 'burros', 'burro'), ('rato', 'ratos', 'sonhos', 'sonho'), ('rato', 'ratos', 'elefantes', 'elefante'), ('rato', 'ratos', 'dedos', 'dedo'), ('rato', 'ratos', 'cabras', 'cabra'), ('rato', 'ratos', 'mãos', 'mão'), ('rato', 'ratos', 'cavalos', 'cavalo'), ('rato', 'ratos', 'máquinas', 'máquina'), ('rato', 'ratos', 'homens', 'homem'), ('rato', 'ratos', 'melões', 'melão'), ('rato', 'ratos', 'macacos', 'macaco'), ('cebola', 'cebolas', 'porcos', 'porco'), ('cebola', 'cebolas', 'mulheres', 'mulher'), ('cebola', 'cebolas', 'bananas', 'banana'), ('cebola', 'cebolas', 'garrafas', 'garrafa'), ('cebola', 'cebolas', 'carros', 'carro'), ('cebola', 'cebolas', 'gatos', 'gato'), ('cebola', 'cebolas', 'crianças', 'criança'), ('cebola', 'cebolas', 'nuvens', 'nuvem'), ('cebola', 'cebolas', 'cores', 'cor'), ('cebola', 'cebolas', 'computadores', 'computador'), ('cebola', 'cebolas', 'vacas', 'vaca'), ('cebola', 'cebolas', 'cães', 'cão'), ('cebola', 'cebolas', 'burros', 'burro'), ('cebola', 'cebolas', 'sonhos', 'sonho'), ('cebola', 'cebolas', 'águias', 'águia'), ('cebola', 'cebolas', 'elefantes', 'elefante'), ('cebola', 'cebolas', 'dedos', 'dedo'), ('cebola', 'cebolas', 'cabras', 'cabra'), ('cebola', 'cebolas', 'mãos', 'mão'), ('cebola', 'cebolas', 'cavalos', 'cavalo'), ('cebola', 'cebolas', 'máquinas', 'máquina'), ('cebola', 'cebolas', 'mangas', 'manga'), ('cebola', 'cebolas', 'macacos', 'macaco'), ('pêra', 'pêras', 'mulheres', 'mulher'), ('pêra', 'pêras', 'bananas', 'banana'), ('pêra', 'pêras', 'pássaros', 'pássaro'), ('pêra', 'pêras', 'garrafas', 'garrafa'), ('pêra', 'pêras', 'edifícios', 'edifício'), ('pêra', 'pêras', 'carros', 'carro'), ('pêra', 'pêras', 'gatos', 'gato'), ('pêra', 'pêras', 'crianças', 'criança'), ('pêra', 'pêras', 'nuvens', 'nuvem'), ('pêra', 'pêras', 'cores', 'cor'), ('pêra', 'pêras', 'computadores', 'computador'), ('pêra', 'pêras', 'cães', 'cão'), ('pêra', 'pêras', 'burros', 'burro'), ('pêra', 'pêras', 'sonhos', 'sonho'), ('pêra', 'pêras', 'elefantes', 'elefante'), ('pêra', 'pêras', 'mãos', 'mão'), ('pêra', 'pêras', 'cavalos', 'cavalo'), ('pêra', 'pêras', 'máquinas', 'máquina'), ('pêra', 'pêras', 'melões', 'melão'), ('pêra', 'pêras', 'macacos', 'macaco'), ('pêra', 'pêras', 'cebolas', 'cebola'), ('porco', 'porcos', 'mulheres', 'mulher'), ('porco', 'porcos', 'bananas', 'banana'), ('porco', 'porcos', 'pássaros', 'pássaro'), ('porco', 'porcos', 'garrafas', 'garrafa'), ('porco', 'porcos', 'edifícios', 'edifício'), ('porco', 'porcos', 'carros', 'carro'), ('porco', 'porcos', 'gatos', 'gato'), ('porco', 'porcos', 'crianças', 'criança'), ('porco', 'porcos', 'nuvens', 'nuvem'), ('porco', 'porcos', 'cores', 'cor'), ('porco', 'porcos', 'computadores', 'computador'), ('porco', 'porcos', 'vacas', 'vaca'), ('porco', 'porcos', 'cães', 'cão'), ('porco', 'porcos', 'burros', 'burro'), ('porco', 'porcos', 'sonhos', 'sonho'), ('porco', 'porcos', 'águias', 'águia'), ('porco', 'porcos', 'elefantes', 'elefante'), ('porco', 'porcos', 'dedos', 'dedo'), ('porco', 'porcos', 'cabras', 'cabra'), ('porco', 'porcos', 'mãos', 'mão'), ('porco', 'porcos', 'cavalos', 'cavalo'), ('porco', 'porcos', 'máquinas', 'máquina'), ('porco', 'porcos', 'homens', 'homem'), ('porco', 'porcos', 'macacos', 'macaco'), ('porco', 'porcos', 'ratos', 'rato'), ('ratazana', 'ratazanas', 'estradas', 'estrada'), ('ratazana', 'ratazanas', 'mulheres', 'mulher'), ('ratazana', 'ratazanas', 'bananas', 'banana'), ('ratazana', 'ratazanas', 'pássaros', 'pássaro'), ('ratazana', 'ratazanas', 'garrafas', 'garrafa'), ('ratazana', 'ratazanas', 'edifícios', 'edifício'), ('ratazana', 'ratazanas', 'carros', 'carro'), ('ratazana', 'ratazanas', 'gatos', 'gato'), ('ratazana', 'ratazanas', 'crianças', 'criança'), ('ratazana', 'ratazanas', 'nuvens', 'nuvem'), ('ratazana', 'ratazanas', 'cores', 'cor'), ('ratazana', 'ratazanas', 'computadores', 'computador'), ('ratazana', 'ratazanas', 'vacas', 'vaca'), ('ratazana', 'ratazanas', 'cães', 'cão'), ('ratazana', 'ratazanas', 'burros', 'burro'), ('ratazana', 'ratazanas', 'sonhos', 'sonho'), ('ratazana', 'ratazanas', 'águias', 'águia'), ('ratazana', 'ratazanas', 'elefantes', 'elefante'), ('ratazana', 'ratazanas', 'cabras', 'cabra'), ('ratazana', 'ratazanas', 'mãos', 'mão'), ('ratazana', 'ratazanas', 'cavalos', 'cavalo'), ('ratazana', 'ratazanas', 'máquinas', 'máquina'), ('ratazana', 'ratazanas', 'homens', 'homem'), ('ratazana', 'ratazanas', 'macacos', 'macaco'), ('ratazana', 'ratazanas', 'ratos', 'rato'), ('ratazana', 'ratazanas', 'porcos', 'porco'), ('estrada', 'estradas', 'mulheres', 'mulher'), ('estrada', 'estradas', 'bananas', 'banana'), ('estrada', 'estradas', 'pássaros', 'pássaro'), ('estrada', 'estradas', 'garrafas', 'garrafa'), ('estrada', 'estradas', 'edifícios', 'edifício'), ('estrada', 'estradas', 'carros', 'carro'), ('estrada', 'estradas', 'crianças', 'criança'), ('estrada', 'estradas', 'nuvens', 'nuvem'), ('estrada', 'estradas', 'cores', 'cor'), ('estrada', 'estradas', 'computadores', 'computador'), ('estrada', 'estradas', 'vacas', 'vaca'), ('estrada', 'estradas', 'cães', 'cão'), ('estrada', 'estradas', 'sonhos', 'sonho'), ('estrada', 'estradas', 'águias', 'águia'), ('estrada', 'estradas', 'mãos', 'mão'), ('estrada', 'estradas', 'cavalos', 'cavalo'), ('estrada', 'estradas', 'máquinas', 'máquina'), ('estrada', 'estradas', 'macacos', 'macaco'), ('estrada', 'estradas', 'ratazanas', 'ratazana'), ('cobra', 'cobras', 'mulheres', 'mulher'), ('cobra', 'cobras', 'bananas', 'banana'), ('cobra', 'cobras', 'pássaros', 'pássaro'), ('cobra', 'cobras', 'garrafas', 'garrafa'), ('cobra', 'cobras', 'edifícios', 'edifício'), ('cobra', 'cobras', 'carros', 'carro'), ('cobra', 'cobras', 'crianças', 'criança'), ('cobra', 'cobras', 'nuvens', 'nuvem'), ('cobra', 'cobras', 'vacas', 'vaca'), ('cobra', 'cobras', 'cães', 'cão'), ('cobra', 'cobras', 'burros', 'burro'), ('cobra', 'cobras', 'sonhos', 'sonho'), ('cobra', 'cobras', 'águias', 'águia'), ('cobra', 'cobras', 'elefantes', 'elefante'), ('cobra', 'cobras', 'dedos', 'dedo'), ('cobra', 'cobras', 'mãos', 'mão'), ('cobra', 'cobras', 'cavalos', 'cavalo'), ('cobra', 'cobras', 'máquinas', 'máquina'), ('cobra', 'cobras', 'macacos', 'macaco'), ('cobra', 'cobras', 'cebolas', 'cebola'), ('cobra', 'cobras', 'porcos', 'porco'), ('mulher', 'mulheres', 'bananas', 'banana'), ('mulher', 'mulheres', 'pássaros', 'pássaro'), ('mulher', 'mulheres', 'garrafas', 'garrafa'), ('mulher', 'mulheres', 'edifícios', 'edifício'), ('mulher', 'mulheres', 'carros', 'carro'), ('mulher', 'mulheres', 'gatos', 'gato'), ('mulher', 'mulheres', 'crianças', 'criança'), ('mulher', 'mulheres', 'nuvens', 'nuvem'), ('mulher', 'mulheres', 'cores', 'cor'), ('mulher', 'mulheres', 'computadores', 'computador'), ('mulher', 'mulheres', 'vacas', 'vaca'), ('mulher', 'mulheres', 'cães', 'cão'), ('mulher', 'mulheres', 'burros', 'burro'), ('mulher', 'mulheres', 'sonhos', 'sonho'), ('mulher', 'mulheres', 'águias', 'águia'), ('mulher', 'mulheres', 'elefantes', 'elefante'), ('mulher', 'mulheres', 'cabras', 'cabra'), ('mulher', 'mulheres', 'mãos', 'mão'), ('mulher', 'mulheres', 'cavalos', 'cavalo'), ('mulher', 'mulheres', 'máquinas', 'máquina'), ('mulher', 'mulheres', 'homens', 'homem'), ('mulher', 'mulheres', 'macacos', 'macaco'), ('mulher', 'mulheres', 'ratos', 'rato'), ('mulher', 'mulheres', 'cebolas', 'cebola'), ('mulher', 'mulheres', 'porcos', 'porco'), ('mulher', 'mulheres', 'ratazanas', 'ratazana'), ('mulher', 'mulheres', 'estradas', 'estrada')], 'incorrect': []}, {'section': '| gram9-plural-verbs', 'correct': [('diminuir', 'diminuem', 'descrevem', 'descrever'), ('diminuir', 'diminuem', 'comem', 'comer'), ('diminuir', 'diminuem', 'melhoram', 'melhorar'), ('diminuir', 'diminuem', 'estimam', 'estima'), ('diminuir', 'diminuem', 'encontram', 'encontra'), ('diminuir', 'diminuem', 'geram', 'gerar'), ('diminuir', 'diminuem', 'implementam', 'implementar'), ('diminuir', 'diminuem', 'aumentam', 'aumentar'), ('diminuir', 'diminuem', 'ouvem', 'ouvir'), ('diminuir', 'diminuem', 'jogam', 'jogar'), ('diminuir', 'diminuem', 'prevêem', 'prever'), ('diminuir', 'diminuem', 'fornecem', 'fornece'), ('diminuir', 'diminuem', 'dizem', 'dizer'), ('diminuir', 'diminuem', 'gritam', 'gritar'), ('diminuir', 'diminuem', 'cantam', 'cantar'), ('diminuir', 'diminuem', 'sentam', 'sentar'), ('diminuir', 'diminuem', 'nadam', 'nadar'), ('diminuir', 'diminuem', 'falam', 'fala'), ('diminuir', 'diminuem', 'pensam', 'pensar'), ('diminuir', 'diminuem', 'desaparecem', 'desaparecer'), ('diminuir', 'diminuem', 'escrevem', 'escrever'), ('descrever', 'descrevem', 'comem', 'comer'), ('descrever', 'descrevem', 'melhoram', 'melhorar'), ('descrever', 'descrevem', 'estimam', 'estima'), ('descrever', 'descrevem', 'encontram', 'encontra'), ('descrever', 'descrevem', 'geram', 'gerar'), ('descrever', 'descrevem', 'vão', 'ir'), ('descrever', 'descrevem', 'implementam', 'implementar'), ('descrever', 'descrevem', 'aumentam', 'aumentar'), ('descrever', 'descrevem', 'ouvem', 'ouvir'), ('descrever', 'descrevem', 'jogam', 'jogar'), ('descrever', 'descrevem', 'prevêem', 'prever'), ('descrever', 'descrevem', 'fornecem', 'fornece'), ('descrever', 'descrevem', 'dizem', 'dizer'), ('descrever', 'descrevem', 'gritam', 'gritar'), ('descrever', 'descrevem', 'cantam', 'cantar'), ('descrever', 'descrevem', 'sentam', 'sentar'), ('descrever', 'descrevem', 'nadam', 'nadar'), ('descrever', 'descrevem', 'falam', 'fala'), ('descrever', 'descrevem', 'pensam', 'pensar'), ('descrever', 'descrevem', 'desaparecem', 'desaparecer'), ('descrever', 'descrevem', 'escrevem', 'escrever'), ('descrever', 'descrevem', 'diminuem', 'diminuir'), ('comer', 'comem', 'melhoram', 'melhorar'), ('comer', 'comem', 'estimam', 'estima'), ('comer', 'comem', 'encontram', 'encontra'), ('comer', 'comem', 'geram', 'gerar'), ('comer', 'comem', 'vão', 'ir'), ('comer', 'comem', 'implementam', 'implementar'), ('comer', 'comem', 'aumentam', 'aumentar'), ('comer', 'comem', 'ouvem', 'ouvir'), ('comer', 'comem', 'jogam', 'jogar'), ('comer', 'comem', 'prevêem', 'prever'), ('comer', 'comem', 'fornecem', 'fornece'), ('comer', 'comem', 'dizem', 'dizer'), ('comer', 'comem', 'gritam', 'gritar'), ('comer', 'comem', 'cantam', 'cantar'), ('comer', 'comem', 'sentam', 'sentar'), ('comer', 'comem', 'dizem', 'diz'), ('comer', 'comem', 'nadam', 'nadar'), ('comer', 'comem', 'falam', 'fala'), ('comer', 'comem', 'pensam', 'pensar'), ('comer', 'comem', 'desaparecem', 'desaparecer'), ('comer', 'comem', 'escrevem', 'escrever'), ('comer', 'comem', 'diminuem', 'diminuir'), ('comer', 'comem', 'descrevem', 'descrever'), ('melhorar', 'melhoram', 'estimam', 'estima'), ('melhorar', 'melhoram', 'encontram', 'encontra'), ('melhorar', 'melhoram', 'geram', 'gerar'), ('melhorar', 'melhoram', 'implementam', 'implementar'), ('melhorar', 'melhoram', 'aumentam', 'aumentar'), ('melhorar', 'melhoram', 'ouvem', 'ouvir'), ('melhorar', 'melhoram', 'jogam', 'jogar'), ('melhorar', 'melhoram', 'prevêem', 'prever'), ('melhorar', 'melhoram', 'fornecem', 'fornece'), ('melhorar', 'melhoram', 'dizem', 'dizer'), ('melhorar', 'melhoram', 'gritam', 'gritar'), ('melhorar', 'melhoram', 'cantam', 'cantar'), ('melhorar', 'melhoram', 'sentam', 'sentar'), ('melhorar', 'melhoram', 'dizem', 'diz'), ('melhorar', 'melhoram', 'nadam', 'nadar'), ('melhorar', 'melhoram', 'falam', 'fala'), ('melhorar', 'melhoram', 'pensam', 'pensar'), ('melhorar', 'melhoram', 'desaparecem', 'desaparecer'), ('melhorar', 'melhoram', 'escrevem', 'escrever'), ('melhorar', 'melhoram', 'diminuem', 'diminuir'), ('melhorar', 'melhoram', 'descrevem', 'descrever'), ('melhorar', 'melhoram', 'comem', 'comer'), ('estima', 'estimam', 'encontram', 'encontra'), ('estima', 'estimam', 'geram', 'gerar'), ('estima', 'estimam', 'fornecem', 'fornece'), ('estima', 'estimam', 'gritam', 'gritar'), ('estima', 'estimam', 'cantam', 'cantar'), ('estima', 'estimam', 'sentam', 'sentar'), ('estima', 'estimam', 'dizem', 'diz'), ('estima', 'estimam', 'nadam', 'nadar'), ('estima', 'estimam', 'falam', 'fala'), ('estima', 'estimam', 'comem', 'comer'), ('estima', 'estimam', 'melhoram', 'melhorar'), ('encontra', 'encontram', 'geram', 'gerar'), ('encontra', 'encontram', 'jogam', 'jogar'), ('encontra', 'encontram', 'fornecem', 'fornece'), ('encontra', 'encontram', 'gritam', 'gritar'), ('encontra', 'encontram', 'cantam', 'cantar'), ('encontra', 'encontram', 'sentam', 'sentar'), ('encontra', 'encontram', 'dizem', 'diz'), ('encontra', 'encontram', 'nadam', 'nadar'), ('encontra', 'encontram', 'falam', 'fala'), ('encontra', 'encontram', 'comem', 'comer'), ('encontra', 'encontram', 'estimam', 'estima'), ('gerar', 'geram', 'implementam', 'implementar'), ('gerar', 'geram', 'aumentam', 'aumentar'), ('gerar', 'geram', 'ouvem', 'ouvir'), ('gerar', 'geram', 'jogam', 'jogar'), ('gerar', 'geram', 'prevêem', 'prever'), ('gerar', 'geram', 'fornecem', 'fornece'), ('gerar', 'geram', 'dizem', 'dizer'), ('gerar', 'geram', 'gritam', 'gritar'), ('gerar', 'geram', 'cantam', 'cantar'), ('gerar', 'geram', 'sentam', 'sentar'), ('gerar', 'geram', 'nadam', 'nadar'), ('gerar', 'geram', 'falam', 'fala'), ('gerar', 'geram', 'pensam', 'pensar'), ('gerar', 'geram', 'desaparecem', 'desaparecer'), ('gerar', 'geram', 'escrevem', 'escrever'), ('gerar', 'geram', 'diminuem', 'diminuir'), ('gerar', 'geram', 'descrevem', 'descrever'), ('gerar', 'geram', 'comem', 'comer'), ('gerar', 'geram', 'melhoram', 'melhorar'), ('gerar', 'geram', 'estimam', 'estima'), ('gerar', 'geram', 'encontram', 'encontra'), ('ir', 'vão', 'aumentam', 'aumentar'), ('ir', 'vão', 'ouvem', 'ouvir'), ('ir', 'vão', 'jogam', 'jogar'), ('ir', 'vão', 'prevêem', 'prever'), ('ir', 'vão', 'fornecem', 'fornece'), ('ir', 'vão', 'dizem', 'dizer'), ('ir', 'vão', 'gritam', 'gritar'), ('ir', 'vão', 'cantam', 'cantar'), ('ir', 'vão', 'sentam', 'sentar'), ('ir', 'vão', 'nadam', 'nadar'), ('ir', 'vão', 'falam', 'fala'), ('ir', 'vão', 'pensam', 'pensar'), ('ir', 'vão', 'escrevem', 'escrever'), ('ir', 'vão', 'diminuem', 'diminuir'), ('ir', 'vão', 'descrevem', 'descrever'), ('ir', 'vão', 'comem', 'comer'), ('ir', 'vão', 'melhoram', 'melhorar'), ('ir', 'vão', 'estimam', 'estima'), ('ir', 'vão', 'encontram', 'encontra'), ('ir', 'vão', 'geram', 'gerar'), ('implementar', 'implementam', 'aumentam', 'aumentar'), ('implementar', 'implementam', 'ouvem', 'ouvir'), ('implementar', 'implementam', 'jogam', 'jogar'), ('implementar', 'implementam', 'prevêem', 'prever'), ('implementar', 'implementam', 'fornecem', 'fornece'), ('implementar', 'implementam', 'gritam', 'gritar'), ('implementar', 'implementam', 'cantam', 'cantar'), ('implementar', 'implementam', 'sentam', 'sentar'), ('implementar', 'implementam', 'dizem', 'diz'), ('implementar', 'implementam', 'nadam', 'nadar'), ('implementar', 'implementam', 'falam', 'fala'), ('implementar', 'implementam', 'pensam', 'pensar'), ('implementar', 'implementam', 'desaparecem', 'desaparecer'), ('implementar', 'implementam', 'escrevem', 'escrever'), ('implementar', 'implementam', 'diminuem', 'diminuir'), ('implementar', 'implementam', 'descrevem', 'descrever'), ('implementar', 'implementam', 'comem', 'comer'), ('implementar', 'implementam', 'melhoram', 'melhorar'), ('implementar', 'implementam', 'estimam', 'estima'), ('implementar', 'implementam', 'encontram', 'encontra'), ('implementar', 'implementam', 'geram', 'gerar'), ('aumentar', 'aumentam', 'ouvem', 'ouvir'), ('aumentar', 'aumentam', 'jogam', 'jogar'), ('aumentar', 'aumentam', 'prevêem', 'prever'), ('aumentar', 'aumentam', 'fornecem', 'fornece'), ('aumentar', 'aumentam', 'dizem', 'dizer'), ('aumentar', 'aumentam', 'gritam', 'gritar'), ('aumentar', 'aumentam', 'cantam', 'cantar'), ('aumentar', 'aumentam', 'sentam', 'sentar'), ('aumentar', 'aumentam', 'dizem', 'diz'), ('aumentar', 'aumentam', 'nadam', 'nadar'), ('aumentar', 'aumentam', 'falam', 'fala'), ('aumentar', 'aumentam', 'pensam', 'pensar'), ('aumentar', 'aumentam', 'desaparecem', 'desaparecer'), ('aumentar', 'aumentam', 'escrevem', 'escrever'), ('aumentar', 'aumentam', 'diminuem', 'diminuir'), ('aumentar', 'aumentam', 'descrevem', 'descrever'), ('aumentar', 'aumentam', 'comem', 'comer'), ('aumentar', 'aumentam', 'melhoram', 'melhorar'), ('aumentar', 'aumentam', 'estimam', 'estima'), ('aumentar', 'aumentam', 'encontram', 'encontra'), ('aumentar', 'aumentam', 'geram', 'gerar'), ('aumentar', 'aumentam', 'implementam', 'implementar'), ('ouvir', 'ouvem', 'jogam', 'jogar'), ('ouvir', 'ouvem', 'prevêem', 'prever'), ('ouvir', 'ouvem', 'fornecem', 'fornece'), ('ouvir', 'ouvem', 'dizem', 'dizer'), ('ouvir', 'ouvem', 'gritam', 'gritar'), ('ouvir', 'ouvem', 'vêem', 'ver'), ('ouvir', 'ouvem', 'cantam', 'cantar'), ('ouvir', 'ouvem', 'sentam', 'sentar'), ('ouvir', 'ouvem', 'nadam', 'nadar'), ('ouvir', 'ouvem', 'falam', 'fala'), ('ouvir', 'ouvem', 'pensam', 'pensar'), ('ouvir', 'ouvem', 'desaparecem', 'desaparecer'), ('ouvir', 'ouvem', 'escrevem', 'escrever'), ('ouvir', 'ouvem', 'diminuem', 'diminuir'), ('ouvir', 'ouvem', 'descrevem', 'descrever'), ('ouvir', 'ouvem', 'comem', 'comer'), ('ouvir', 'ouvem', 'melhoram', 'melhorar'), ('ouvir', 'ouvem', 'estimam', 'estima'), ('ouvir', 'ouvem', 'encontram', 'encontra'), ('ouvir', 'ouvem', 'geram', 'gerar'), ('ouvir', 'ouvem', 'vão', 'ir'), ('ouvir', 'ouvem', 'implementam', 'implementar'), ('ouvir', 'ouvem', 'aumentam', 'aumentar'), ('jogar', 'jogam', 'prevêem', 'prever'), ('jogar', 'jogam', 'fornecem', 'fornece'), ('jogar', 'jogam', 'dizem', 'dizer'), ('jogar', 'jogam', 'gritam', 'gritar'), ('jogar', 'jogam', 'cantam', 'cantar'), ('jogar', 'jogam', 'sentam', 'sentar'), ('jogar', 'jogam', 'dizem', 'diz'), ('jogar', 'jogam', 'nadam', 'nadar'), ('jogar', 'jogam', 'falam', 'fala'), ('jogar', 'jogam', 'pensam', 'pensar'), ('jogar', 'jogam', 'desaparecem', 'desaparecer'), ('jogar', 'jogam', 'escrevem', 'escrever'), ('jogar', 'jogam', 'diminuem', 'diminuir'), ('jogar', 'jogam', 'descrevem', 'descrever'), ('jogar', 'jogam', 'comem', 'comer'), ('jogar', 'jogam', 'melhoram', 'melhorar'), ('jogar', 'jogam', 'estimam', 'estima'), ('jogar', 'jogam', 'encontram', 'encontra'), ('jogar', 'jogam', 'geram', 'gerar'), ('jogar', 'jogam', 'vão', 'ir'), ('jogar', 'jogam', 'implementam', 'implementar'), ('jogar', 'jogam', 'aumentam', 'aumentar'), ('jogar', 'jogam', 'ouvem', 'ouvir'), ('prever', 'prevêem', 'fornecem', 'fornece'), ('prever', 'prevêem', 'dizem', 'dizer'), ('prever', 'prevêem', 'gritam', 'gritar'), ('prever', 'prevêem', 'cantam', 'cantar'), ('prever', 'prevêem', 'sentam', 'sentar'), ('prever', 'prevêem', 'nadam', 'nadar'), ('prever', 'prevêem', 'falam', 'fala'), ('prever', 'prevêem', 'pensam', 'pensar'), ('prever', 'prevêem', 'desaparecem', 'desaparecer'), ('prever', 'prevêem', 'escrevem', 'escrever'), ('prever', 'prevêem', 'diminuem', 'diminuir'), ('prever', 'prevêem', 'descrevem', 'descrever'), ('prever', 'prevêem', 'comem', 'comer'), ('prever', 'prevêem', 'melhoram', 'melhorar'), ('prever', 'prevêem', 'encontram', 'encontra'), ('prever', 'prevêem', 'geram', 'gerar'), ('prever', 'prevêem', 'vão', 'ir'), ('prever', 'prevêem', 'implementam', 'implementar'), ('prever', 'prevêem', 'aumentam', 'aumentar'), ('prever', 'prevêem', 'ouvem', 'ouvir'), ('prever', 'prevêem', 'jogam', 'jogar'), ('fornece', 'fornecem', 'gritam', 'gritar'), ('fornece', 'fornecem', 'cantam', 'cantar'), ('fornece', 'fornecem', 'sentam', 'sentar'), ('fornece', 'fornecem', 'dizem', 'diz'), ('fornece', 'fornecem', 'nadam', 'nadar'), ('fornece', 'fornecem', 'falam', 'fala'), ('fornece', 'fornecem', 'comem', 'comer'), ('fornece', 'fornecem', 'melhoram', 'melhorar'), ('fornece', 'fornecem', 'estimam', 'estima'), ('fornece', 'fornecem', 'encontram', 'encontra'), ('fornece', 'fornecem', 'geram', 'gerar'), ('dizer', 'dizem', 'gritam', 'gritar'), ('dizer', 'dizem', 'cantam', 'cantar'), ('dizer', 'dizem', 'sentam', 'sentar'), ('dizer', 'dizem', 'nadam', 'nadar'), ('dizer', 'dizem', 'falam', 'fala'), ('dizer', 'dizem', 'pensam', 'pensar'), ('dizer', 'dizem', 'desaparecem', 'desaparecer'), ('dizer', 'dizem', 'escrevem', 'escrever'), ('dizer', 'dizem', 'diminuem', 'diminuir'), ('dizer', 'dizem', 'descrevem', 'descrever'), ('dizer', 'dizem', 'comem', 'comer'), ('dizer', 'dizem', 'melhoram', 'melhorar'), ('dizer', 'dizem', 'estimam', 'estima'), ('dizer', 'dizem', 'encontram', 'encontra'), ('dizer', 'dizem', 'geram', 'gerar'), ('dizer', 'dizem', 'vão', 'ir'), ('dizer', 'dizem', 'ouvem', 'ouvir'), ('dizer', 'dizem', 'jogam', 'jogar'), ('dizer', 'dizem', 'prevêem', 'prever'), ('dizer', 'dizem', 'fornecem', 'fornece'), ('gritar', 'gritam', 'cantam', 'cantar'), ('gritar', 'gritam', 'sentam', 'sentar'), ('gritar', 'gritam', 'nadam', 'nadar'), ('gritar', 'gritam', 'falam', 'fala'), ('gritar', 'gritam', 'pensam', 'pensar'), ('gritar', 'gritam', 'desaparecem', 'desaparecer'), ('gritar', 'gritam', 'escrevem', 'escrever'), ('gritar', 'gritam', 'diminuem', 'diminuir'), ('gritar', 'gritam', 'descrevem', 'descrever'), ('gritar', 'gritam', 'comem', 'comer'), ('gritar', 'gritam', 'melhoram', 'melhorar'), ('gritar', 'gritam', 'estimam', 'estima'), ('gritar', 'gritam', 'encontram', 'encontra'), ('gritar', 'gritam', 'geram', 'gerar'), ('gritar', 'gritam', 'implementam', 'implementar'), ('gritar', 'gritam', 'aumentam', 'aumentar'), ('gritar', 'gritam', 'ouvem', 'ouvir'), ('gritar', 'gritam', 'jogam', 'jogar'), ('gritar', 'gritam', 'prevêem', 'prever'), ('gritar', 'gritam', 'fornecem', 'fornece'), ('gritar', 'gritam', 'dizem', 'dizer'), ('procura', 'procuram', 'cantam', 'cantar'), ('procura', 'procuram', 'sentam', 'sentar'), ('procura', 'procuram', 'dizem', 'diz'), ('procura', 'procuram', 'nadam', 'nadar'), ('procura', 'procuram', 'falam', 'fala'), ('procura', 'procuram', 'desaparecem', 'desaparecer'), ('procura', 'procuram', 'escrevem', 'escrever'), ('procura', 'procuram', 'comem', 'comer'), ('procura', 'procuram', 'melhoram', 'melhorar'), ('procura', 'procuram', 'estimam', 'estima'), ('procura', 'procuram', 'encontram', 'encontra'), ('procura', 'procuram', 'geram', 'gerar'), ('procura', 'procuram', 'jogam', 'jogar'), ('procura', 'procuram', 'fornecem', 'fornece'), ('procura', 'procuram', 'gritam', 'gritar'), ('ver', 'vêem', 'cantam', 'cantar'), ('ver', 'vêem', 'sentam', 'sentar'), ('ver', 'vêem', 'dizem', 'diz'), ('ver', 'vêem', 'nadam', 'nadar'), ('ver', 'vêem', 'falam', 'fala'), ('ver', 'vêem', 'escrevem', 'escrever'), ('ver', 'vêem', 'diminuem', 'diminuir'), ('ver', 'vêem', 'descrevem', 'descrever'), ('ver', 'vêem', 'comem', 'comer'), ('ver', 'vêem', 'melhoram', 'melhorar'), ('ver', 'vêem', 'estimam', 'estima'), ('ver', 'vêem', 'encontram', 'encontra'), ('ver', 'vêem', 'geram', 'gerar'), ('ver', 'vêem', 'vão', 'ir'), ('ver', 'vêem', 'aumentam', 'aumentar'), ('ver', 'vêem', 'ouvem', 'ouvir'), ('ver', 'vêem', 'jogam', 'jogar'), ('ver', 'vêem', 'prevêem', 'prever'), ('ver', 'vêem', 'fornecem', 'fornece'), ('ver', 'vêem', 'dizem', 'dizer'), ('ver', 'vêem', 'gritam', 'gritar'), ('cantar', 'cantam', 'sentam', 'sentar'), ('cantar', 'cantam', 'dizem', 'diz'), ('cantar', 'cantam', 'nadam', 'nadar'), ('cantar', 'cantam', 'falam', 'fala'), ('cantar', 'cantam', 'pensam', 'pensar'), ('cantar', 'cantam', 'desaparecem', 'desaparecer'), ('cantar', 'cantam', 'escrevem', 'escrever'), ('cantar', 'cantam', 'diminuem', 'diminuir'), ('cantar', 'cantam', 'descrevem', 'descrever'), ('cantar', 'cantam', 'comem', 'comer'), ('cantar', 'cantam', 'melhoram', 'melhorar'), ('cantar', 'cantam', 'estimam', 'estima'), ('cantar', 'cantam', 'encontram', 'encontra'), ('cantar', 'cantam', 'geram', 'gerar'), ('cantar', 'cantam', 'vão', 'ir'), ('cantar', 'cantam', 'implementam', 'implementar'), ('cantar', 'cantam', 'aumentam', 'aumentar'), ('cantar', 'cantam', 'ouvem', 'ouvir'), ('cantar', 'cantam', 'jogam', 'jogar'), ('cantar', 'cantam', 'prevêem', 'prever'), ('cantar', 'cantam', 'fornecem', 'fornece'), ('cantar', 'cantam', 'dizem', 'dizer'), ('cantar', 'cantam', 'gritam', 'gritar'), ('sentar', 'sentam', 'dizem', 'diz'), ('sentar', 'sentam', 'nadam', 'nadar'), ('sentar', 'sentam', 'falam', 'fala'), ('sentar', 'sentam', 'pensam', 'pensar'), ('sentar', 'sentam', 'desaparecem', 'desaparecer'), ('sentar', 'sentam', 'escrevem', 'escrever'), ('sentar', 'sentam', 'diminuem', 'diminuir'), ('sentar', 'sentam', 'descrevem', 'descrever'), ('sentar', 'sentam', 'comem', 'comer'), ('sentar', 'sentam', 'melhoram', 'melhorar'), ('sentar', 'sentam', 'estimam', 'estima'), ('sentar', 'sentam', 'encontram', 'encontra'), ('sentar', 'sentam', 'geram', 'gerar'), ('sentar', 'sentam', 'vão', 'ir'), ('sentar', 'sentam', 'implementam', 'implementar'), ('sentar', 'sentam', 'aumentam', 'aumentar'), ('sentar', 'sentam', 'ouvem', 'ouvir'), ('sentar', 'sentam', 'jogam', 'jogar'), ('sentar', 'sentam', 'prevêem', 'prever'), ('sentar', 'sentam', 'fornecem', 'fornece'), ('sentar', 'sentam', 'dizem', 'dizer'), ('sentar', 'sentam', 'gritam', 'gritar'), ('sentar', 'sentam', 'cantam', 'cantar'), ('diz', 'dizem', 'nadam', 'nadar'), ('diz', 'dizem', 'falam', 'fala'), ('diz', 'dizem', 'trabalham', 'trabalhou'), ('diz', 'dizem', 'comem', 'comer'), ('diz', 'dizem', 'estimam', 'estima'), ('diz', 'dizem', 'encontram', 'encontra'), ('diz', 'dizem', 'jogam', 'jogar'), ('diz', 'dizem', 'fornecem', 'fornece'), ('diz', 'dizem', 'sentam', 'sentar'), ('nadar', 'nadam', 'falam', 'fala'), ('nadar', 'nadam', 'pensam', 'pensar'), ('nadar', 'nadam', 'desaparecem', 'desaparecer'), ('nadar', 'nadam', 'escrevem', 'escrever'), ('nadar', 'nadam', 'diminuem', 'diminuir'), ('nadar', 'nadam', 'descrevem', 'descrever'), ('nadar', 'nadam', 'comem', 'comer'), ('nadar', 'nadam', 'melhoram', 'melhorar'), ('nadar', 'nadam', 'estimam', 'estima'), ('nadar', 'nadam', 'encontram', 'encontra'), ('nadar', 'nadam', 'geram', 'gerar'), ('nadar', 'nadam', 'vão', 'ir'), ('nadar', 'nadam', 'implementam', 'implementar'), ('nadar', 'nadam', 'aumentam', 'aumentar'), ('nadar', 'nadam', 'ouvem', 'ouvir'), ('nadar', 'nadam', 'jogam', 'jogar'), ('nadar', 'nadam', 'prevêem', 'prever'), ('nadar', 'nadam', 'fornecem', 'fornece'), ('nadar', 'nadam', 'gritam', 'gritar'), ('nadar', 'nadam', 'cantam', 'cantar'), ('nadar', 'nadam', 'sentam', 'sentar'), ('nadar', 'nadam', 'dizem', 'diz'), ('fala', 'falam', 'trabalham', 'trabalhou'), ('fala', 'falam', 'comem', 'comer'), ('fala', 'falam', 'melhoram', 'melhorar'), ('fala', 'falam', 'estimam', 'estima'), ('fala', 'falam', 'encontram', 'encontra'), ('fala', 'falam', 'geram', 'gerar'), ('fala', 'falam', 'ouvem', 'ouvir'), ('fala', 'falam', 'jogam', 'jogar'), ('fala', 'falam', 'fornecem', 'fornece'), ('fala', 'falam', 'dizem', 'dizer'), ('fala', 'falam', 'gritam', 'gritar'), ('fala', 'falam', 'cantam', 'cantar'), ('fala', 'falam', 'sentam', 'sentar'), ('fala', 'falam', 'dizem', 'diz'), ('fala', 'falam', 'nadam', 'nadar'), ('pensar', 'pensam', 'desaparecem', 'desaparecer'), ('pensar', 'pensam', 'escrevem', 'escrever'), ('pensar', 'pensam', 'diminuem', 'diminuir'), ('pensar', 'pensam', 'descrevem', 'descrever'), ('pensar', 'pensam', 'comem', 'comer'), ('pensar', 'pensam', 'melhoram', 'melhorar'), ('pensar', 'pensam', 'estimam', 'estima'), ('pensar', 'pensam', 'encontram', 'encontra'), ('pensar', 'pensam', 'geram', 'gerar'), ('pensar', 'pensam', 'implementam', 'implementar'), ('pensar', 'pensam', 'aumentam', 'aumentar'), ('pensar', 'pensam', 'ouvem', 'ouvir'), ('pensar', 'pensam', 'jogam', 'jogar'), ('pensar', 'pensam', 'prevêem', 'prever'), ('pensar', 'pensam', 'fornecem', 'fornece'), ('pensar', 'pensam', 'dizem', 'dizer'), ('pensar', 'pensam', 'gritam', 'gritar'), ('pensar', 'pensam', 'cantam', 'cantar'), ('pensar', 'pensam', 'sentam', 'sentar'), ('pensar', 'pensam', 'dizem', 'diz'), ('pensar', 'pensam', 'nadam', 'nadar'), ('pensar', 'pensam', 'falam', 'fala'), ('desaparecer', 'desaparecem', 'escrevem', 'escrever'), ('desaparecer', 'desaparecem', 'diminuem', 'diminuir'), ('desaparecer', 'desaparecem', 'descrevem', 'descrever'), ('desaparecer', 'desaparecem', 'comem', 'comer'), ('desaparecer', 'desaparecem', 'melhoram', 'melhorar'), ('desaparecer', 'desaparecem', 'estimam', 'estima'), ('desaparecer', 'desaparecem', 'encontram', 'encontra'), ('desaparecer', 'desaparecem', 'geram', 'gerar'), ('desaparecer', 'desaparecem', 'implementam', 'implementar'), ('desaparecer', 'desaparecem', 'aumentam', 'aumentar'), ('desaparecer', 'desaparecem', 'ouvem', 'ouvir'), ('desaparecer', 'desaparecem', 'jogam', 'jogar'), ('desaparecer', 'desaparecem', 'prevêem', 'prever'), ('desaparecer', 'desaparecem', 'fornecem', 'fornece'), ('desaparecer', 'desaparecem', 'gritam', 'gritar'), ('desaparecer', 'desaparecem', 'cantam', 'cantar'), ('desaparecer', 'desaparecem', 'sentam', 'sentar'), ('desaparecer', 'desaparecem', 'nadam', 'nadar'), ('desaparecer', 'desaparecem', 'falam', 'fala'), ('andar', 'andam', 'escrevem', 'escrever'), ('andar', 'andam', 'diminuem', 'diminuir'), ('andar', 'andam', 'descrevem', 'descrever'), ('andar', 'andam', 'comem', 'comer'), ('andar', 'andam', 'melhoram', 'melhorar'), ('andar', 'andam', 'estimam', 'estima'), ('andar', 'andam', 'encontram', 'encontra'), ('andar', 'andam', 'geram', 'gerar'), ('andar', 'andam', 'aumentam', 'aumentar'), ('andar', 'andam', 'ouvem', 'ouvir'), ('andar', 'andam', 'jogam', 'jogar'), ('andar', 'andam', 'prevêem', 'prever'), ('andar', 'andam', 'fornecem', 'fornece'), ('andar', 'andam', 'gritam', 'gritar'), ('andar', 'andam', 'cantam', 'cantar'), ('andar', 'andam', 'sentam', 'sentar'), ('andar', 'andam', 'dizem', 'diz'), ('andar', 'andam', 'nadam', 'nadar'), ('andar', 'andam', 'falam', 'fala'), ('andar', 'andam', 'pensam', 'pensar'), ('andar', 'andam', 'desaparecem', 'desaparecer'), ('trabalhou', 'trabalham', 'comem', 'comer'), ('trabalhou', 'trabalham', 'estimam', 'estima'), ('trabalhou', 'trabalham', 'encontram', 'encontra'), ('trabalhou', 'trabalham', 'geram', 'gerar'), ('trabalhou', 'trabalham', 'fornecem', 'fornece'), ('trabalhou', 'trabalham', 'gritam', 'gritar'), ('trabalhou', 'trabalham', 'cantam', 'cantar'), ('trabalhou', 'trabalham', 'sentam', 'sentar'), ('trabalhou', 'trabalham', 'dizem', 'diz'), ('trabalhou', 'trabalham', 'falam', 'fala'), ('escrever', 'escrevem', 'diminuem', 'diminuir'), ('escrever', 'escrevem', 'descrevem', 'descrever'), ('escrever', 'escrevem', 'comem', 'comer'), ('escrever', 'escrevem', 'melhoram', 'melhorar'), ('escrever', 'escrevem', 'estimam', 'estima'), ('escrever', 'escrevem', 'encontram', 'encontra'), ('escrever', 'escrevem', 'geram', 'gerar'), ('escrever', 'escrevem', 'vão', 'ir'), ('escrever', 'escrevem', 'implementam', 'implementar'), ('escrever', 'escrevem', 'aumentam', 'aumentar'), ('escrever', 'escrevem', 'ouvem', 'ouvir'), ('escrever', 'escrevem', 'jogam', 'jogar'), ('escrever', 'escrevem', 'prevêem', 'prever'), ('escrever', 'escrevem', 'fornecem', 'fornece'), ('escrever', 'escrevem', 'dizem', 'dizer'), ('escrever', 'escrevem', 'gritam', 'gritar'), ('escrever', 'escrevem', 'cantam', 'cantar'), ('escrever', 'escrevem', 'sentam', 'sentar'), ('escrever', 'escrevem', 'nadam', 'nadar'), ('escrever', 'escrevem', 'falam', 'fala'), ('escrever', 'escrevem', 'pensam', 'pensar'), ('escrever', 'escrevem', 'desaparecem', 'desaparecer'), ('escrever', 'escrevem', 'trabalham', 'trabalhou')], 'incorrect': []}, {'Emb_Name: wang2vec_cbow_s300_analogy_POSTAG_vocab.vec/OOV/Total/VN_Solveable_Cases/VN_Phrase_Target': [11199, 17558, 0, 0], 'MAP@10': 0.10826311954664539}]\nMAP_arr = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.291667, 0.333333, 0.333333, 0.25, 0.25, 0.166667, 0.5, 0.5, 0.5, 0.25, 0.5, 0.333333, 0.5, 0.5, 0.5, 0.0, 0.638889, 0.5, 0.333333, 0.333333, 0.583333, 1.0, 1.0, 1.0, 1.0, 0.1, 1.0, 0.5, 0.5, 0.25, 0.5, 0.5, 1.0, 1.0, 1.0, 0.0, 1.0, 0.166667, 0.333333, 1.0, 0.333333, 0.5, 0.5, 0.5, 0.5, 0.111111, 0.5, 0.5, 0.5, 0.333333, 0.5, 0.5, 0.5, 0.5, 0.5, 0.0, 0.5, 0.25, 0.5, 0.5, 0.5, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.5, 0.5, 0.333333, 0.5, 0.25, 1.0, 0.5, 1.0, 0.0, 1.0, 0.142857, 0.5, 1.0, 0.333333, 0.642857, 0.583333, 1.0, 1.0, 0.0, 1.0, 0.5, 0.5, 0.333333, 0.5, 0.25, 1.0, 0.5, 1.0, 0.0, 1.0, 0.142857, 0.5, 1.0, 0.333333, 0.642857, 0.583333, 1.0, 1.0, 0.111111, 1.0, 0.5, 0.5, 0.25, 0.5, 0.333333, 0.5, 0.5, 1.0, 0.0, 0.833333, 0.0, 0.333333, 0.5, 0.25, 0.642857, 0.5, 1.0, 1.0, 0.111111, 1.0, 0.5, 0.5, 0.25, 0.5, 0.333333, 0.5, 0.5, 1.0, 0.0, 0.833333, 0.0, 0.333333, 0.5, 0.25, 0.642857, 0.5, 1.0, 1.0, 1.0, 0.333333, 0.5, 0.5, 0.0, 0.5, 0.333333, 0.5, 0.5, 0.5, 0.0, 0.583333, 0.166667, 0.333333, 0.333333, 0.5, 0.45, 0.5, 0.5, 0.5, 0.333333, 0.333333, 0.5, 0.5, 0.5, 0.5, 0.2, 0.125, 0.25, 0.5, 0.0, 0.638889, 0.5, 0.166667, 0.333333, 0.5, 1.0, 0.166667, 0.5, 0.5, 0.333333, 0.333333, 0.0, 0.833333, 0.1, 0.5, 0.5, 0.333333, 0.5, 0.5, 0.0, 0.588889, 0.0, 0.333333, 0.25, 0.333333, 1.0, 0.333333, 0.5, 0.5, 0.333333, 0.333333, 0.0, 0.5, 0.111111, 0.5, 0.5, 0.125, 0.166667, 0.166667, 0.0, 0.386905, 0.0, 0.0, 0.0, 0.2, 0.666667, 0.25, 0.333333, 0.333333, 0.1, 0.1, 0.0, 0.5, 0.5, 0.5, 0.0, 0.2, 0.5, 0.25, 0.0, 0.588889, 0.333333, 0.2, 0.5, 0.2, 1.0, 0.291667, 0.5, 0.5, 0.5, 0.5, 0.0, 1.0, 0.5, 0.5, 0.5, 0.5, 0.333333, 1.0, 0.0, 0.583333, 0.333333, 0.5, 0.5, 0.5, 1.0, 0.416667, 1.0, 1.0, 0.333333, 0.333333, 0.0, 0.5, 0.5, 0.5, 0.333333, 0.333333, 0.5, 1.0, 0.0, 0.583333, 0.2, 0.25, 0.333333, 0.5, 1.0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.0, 0.333333, 1.0, 0.392857, 0.0, 0.5, 0.5, 0.5, 0.0, 0.583333, 0.125, 0.333333, 1.0, 0.333333, 0.642857, 0.583333, 1.0, 1.0, 0.5, 0.5, 0.333333, 0.333333, 0.5, 0.5, 0.166667, 0.5, 0.333333, 1.0, 0.0, 0.583333, 0.333333, 0.5, 0.5, 0.5, 1.0, 0.416667, 1.0, 1.0, 0.5, 0.5, 0.2, 0.5, 0.5, 0.5, 0.333333, 0.333333, 0.5, 0.5, 0.0, 0.583333, 0.25, 0.333333, 0.5, 0.5, 0.7, 0.5, 1.0, 1.0, 0.333333, 0.333333, 0.2, 0.5, 0.5, 0.5, 0.25, 0.5, 0.5, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.333333, 1.0, 0.333333, 0.583333, 0.45, 1.0, 1.0, 0.5, 0.5, 0.0, 0.5, 0.5, 0.5, 0.333333, 0.5, 0.5, 0.5, 0.5, 0.5, 0.0, 0.2, 0.333333, 0.5, 0.583333, 0.25, 0.333333, 0.333333, 0.333333, 0.333333, 0.0, 1.0, 0.5, 0.5, 0.333333, 0.5, 0.25, 0.25, 0.333333, 0.333333, 0.0, 0.444444, 0.333333, 0.333333, 0.583333, 0.375, 1.0, 1.0, 0.333333, 0.333333, 0.0, 0.333333, 0.5, 0.5, 0.25, 0.5, 0.333333, 0.333333, 0.5, 0.5, 0.0, 0.416667, 0.25, 0.5, 0.611111, 0.583333, 1.0, 1.0, 0.5, 0.5, 0.0, 0.5, 0.5, 0.5, 0.333333, 1.0, 0.142857, 1.0, 1.0, 1.0, 0.0, 1.0, 0.111111, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.166667, 0.0, 0.25, 0.0, 0.0, 0.25, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.2, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.111111, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.111111, 0.0, 0.0, 0.2, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.5, 0.333333, 0.333333, 0.333333, 0.0, 0.0, 0.25, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.25, 0.333333, 0.25, 0.142857, 0.111111, 0.0, 0.333333, 0.0, 0.166667, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.5, 0.0, 0.333333, 0.0, 0.0, 0.111111, 0.142857, 0.0, 0.0, 0.0, 0.142857, 0.5, 0.142857, 0.5, 0.5, 0.0, 0.142857, 0.142857, 0.0, 0.0, 0.5, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.2, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.166667, 0.333333, 0.309524, 0.0, 0.2, 0.0, 0.0, 0.0, 0.5, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.25, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.25, 0.333333, 0.0, 0.333333, 0.0, 0.142857, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.142857, 0.25, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.125, 0.0, 0.0, 0.0, 0.2, 0.0, 0.2, 0.25, 0.45, 0.0, 0.25, 0.0, 0.125, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.2, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.25, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.25, 0.5, 0.0, 0.25, 0.0, 0.0, 0.0, 0.25, 0.0, 0.125, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.125, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.333333, 0.111111, 0.25, 0.125, 0.0, 0.2, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.166667, 0.0, 0.5, 0.0, 0.0, 0.25, 0.25, 0.0, 0.111111, 0.0, 0.111111, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.5, 0.0, 0.0, 0.142857, 0.0, 0.142857, 0.142857, 0.366667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.2, 0.0, 0.0, 0.0, 0.125, 0.111111, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.2, 0.0, 0.0, 0.5, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.0, 0.2, 1.0, 0.333333, 0.333333, 0.0, 0.2, 0.5, 0.166667, 0.333333, 0.5, 0.0, 0.0, 0.0, 0.0, 0.125, 0.0, 0.0, 0.333333, 0.0, 0.25, 0.0, 0.0, 0.2, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.333333, 0.333333, 0.0, 0.333333, 0.25, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.25, 0.125, 0.0, 0.0, 0.0, 0.333333, 0.333333, 0.333333, 0.0, 0.2, 0.5, 0.166667, 0.333333, 0.5, 0.0, 0.0, 0.0, 0.0, 0.125, 0.0, 0.0, 0.333333, 0.0, 0.25, 0.0, 0.0, 0.2, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 1.0, 0.2, 0.5, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.166667, 0.125, 0.0, 0.0, 0.0, 0.2, 0.0, 0.2, 0.0, 0.0, 0.2, 0.0, 0.0, 0.25, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.166667, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.125, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.25, 0.2, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.25, 0.1, 0.0, 0.0, 0.0, 0.25, 0.25, 0.25, 0.333333, 0.166667, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.25, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.5, 0.333333, 0.5, 0.333333, 0.45, 0.0, 0.125, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.1, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.25, 0.333333, 0.142857, 0.333333, 0.0, 0.25, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.111111, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.25, 0.333333, 0.333333, 0.0, 0.333333, 0.0, 0.125, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.125, 0.0, 0.125, 0.25, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.1, 0.5, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.366667, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.333333, 0.0, 0.0, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.2, 0.0, 0.0, 0.111111, 0.0, 1.0, 0.333333, 0.111111, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.166667, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.111111, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.5, 0.333333, 0.5, 0.333333, 0.0, 0.333333, 0.5, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.5, 0.25, 0.5, 0.5, 0.0, 0.25, 0.333333, 0.0, 0.0, 0.5, 0.5, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.5, 0.111111, 0.5, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.5, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.2, 0.333333, 0.333333, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.333333, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.125, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.142857, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.5, 0.0, 0.333333, 0.333333, 0.0, 0.0, 0.2, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.125, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.25, 0.333333, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.2, 0.2, 0.25, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.333333, 0.5, 0.0, 0.0, 1.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.333333, 0.5, 0.0, 0.0, 0.5, 0.2, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.5, 0.1, 0.333333, 0.333333, 0.0, 0.0, 0.0, 0.5, 0.5, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.5, 0.2, 0.5, 0.5, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.333333, 0.111111, 0.142857, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.2, 0.0, 0.0, 0.111111, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 1.0, 0.333333, 0.0, 0.333333, 0.5, 0.0, 0.0, 0.5, 0.5, 0.5, 0.5, 0.111111, 0.2, 1.0, 1.0, 0.2, 0.25, 0.333333, 0.333333, 0.166667, 0.5, 0.333333, 1.0, 0.2, 0.25, 1.0, 0.2, 0.2, 0.25, 1.0, 0.2, 1.0, 0.0, 0.5, 0.2, 0.5, 0.5, 0.5, 0.0, 0.0, 0.2, 0.0, 0.5, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.25, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.2, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.125, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.25, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.5, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.125, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.125, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.5, 0.0, 0.309524, 0.416667, 0.5, 0.5, 0.5, 0.833333, 0.5, 0.111111, 0.361111, 0.5, 0.5, 0.333333, 0.0, 0.5, 0.416667, 1.0, 0.5, 0.5, 0.333333, 0.611111, 0.0, 0.0, 0.642857, 0.375, 0.0, 0.5, 0.35, 0.25, 0.111111, 0.642857, 0.0, 0.333333, 0.488889, 0.5, 0.5, 0.75, 0.583333, 0.5, 0.25, 0.333333, 0.583333, 0.5, 0.333333, 0.0, 0.5, 0.7, 0.333333, 0.5, 0.45, 0.333333, 0.666667, 0.0, 0.0, 0.75, 0.5, 0.0, 1.0, 0.392857, 0.0, 0.125, 0.416667, 0.5, 0.2, 0.333333, 0.333333, 0.333333, 0.266667, 0.416667, 0.333333, 0.142857, 0.2, 0.333333, 0.333333, 0.2, 0.0, 0.333333, 0.366667, 0.1, 0.333333, 0.291667, 0.0, 0.236111, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.333333, 0.333333, 0.0, 0.0, 0.277778, 0.333333, 0.333333, 0.45, 1.0, 1.0, 0.5, 0.833333, 0.5, 0.0, 0.5, 0.45, 0.5, 0.5, 0.0, 0.5, 0.5, 0.333333, 0.5, 0.583333, 0.333333, 0.392857, 0.0, 0.0, 0.583333, 0.5, 0.0, 0.5, 0.416667, 0.0, 0.142857, 0.45, 0.333333, 0.5, 0.0, 0.5, 0.5, 0.583333, 0.833333, 0.5, 0.0, 0.309524, 0.416667, 0.5, 0.333333, 0.0, 0.5, 0.5, 0.5, 0.5, 0.5, 1.0, 0.416667, 0.0, 0.0, 0.7, 0.5, 0.0, 0.5, 0.416667, 0.0, 0.0, 0.333333, 0.5, 0.5, 0.0, 0.392857, 0.5, 0.45, 0.583333, 0.5, 0.0, 1.0, 0.45, 0.5, 0.5, 0.0, 0.416667, 0.5, 0.5, 0.5, 0.5, 0.333333, 0.392857, 0.0, 0.0, 0.5, 0.5, 0.0, 0.5, 0.416667, 0.0, 0.2, 0.392857, 0.5, 0.5, 0.0, 0.642857, 0.583333, 0.5, 0.75, 0.5, 0.0, 1.0, 0.583333, 0.5, 0.5, 0.0, 0.45, 0.5, 0.25, 0.5, 0.583333, 0.333333, 0.392857, 0.0, 0.0, 0.583333, 0.5, 0.0, 0.5, 0.5, 0.166667, 0.0, 0.45, 0.333333, 0.375, 0.0, 0.5, 0.583333, 1.0, 0.583333, 0.5, 0.125, 0.375, 0.583333, 0.5, 0.333333, 0.0, 0.5, 0.392857, 0.333333, 0.5, 0.583333, 0.333333, 0.375, 0.0, 0.0, 0.7, 0.5, 0.0, 0.5, 0.375, 0.0, 0.125, 0.416667, 0.5, 0.6, 0.0, 0.267857, 0.416667, 0.5, 0.5, 0.5, 0.0, 1.0, 0.583333, 0.5, 0.333333, 0.0, 0.375, 0.833333, 0.333333, 0.5, 0.583333, 0.333333, 0.416667, 0.0, 0.0, 0.833333, 0.392857, 0.0, 0.5, 0.583333, 0.0, 0.0, 0.416667, 0.5, 0.5, 0.0, 0.642857, 0.583333, 0.5, 0.5, 0.583333, 0.0, 0.7, 0.583333, 1.0, 0.333333, 0.0, 1.0, 0.6, 0.333333, 0.5, 0.5, 0.333333, 0.416667, 0.0, 0.0, 0.7, 0.5, 0.0, 0.5, 0.392857, 0.0, 0.1, 0.392857, 0.5, 0.5, 0.0, 0.392857, 0.35, 0.5, 0.5, 0.75, 0.833333, 1.0, 1.0, 1.0, 0.333333, 0.0, 0.5, 0.666667, 0.5, 0.5, 0.361111, 0.333333, 0.5, 0.0, 0.0, 0.625, 0.5, 0.0, 0.5, 0.625, 0.0, 0.1, 0.6, 0.333333, 0.5, 0.0, 1.0, 0.583333, 1.0, 1.0, 0.361111, 0.833333, 0.5, 0.583333, 0.5, 0.5, 0.0, 0.5, 0.5, 0.333333, 0.5, 0.583333, 0.333333, 0.392857, 0.0, 0.0, 0.583333, 0.361111, 0.0, 0.5, 0.45, 0.0, 0.142857, 0.45, 0.333333, 0.5, 0.0, 0.5, 0.416667, 0.5, 1.0, 0.5, 0.833333, 0.5, 0.0, 0.5, 0.277778, 0.0, 0.5, 0.625, 0.5, 0.5, 0.392857, 0.333333, 0.375, 0.0, 0.0, 0.625, 0.35, 0.0, 0.5, 0.361111, 0.0, 0.166667, 0.625, 0.5, 0.5, 0.0, 0.392857, 0.5, 0.5, 0.5, 0.5, 0.833333, 0.5, 0.0, 0.35, 0.333333, 0.0, 1.0, 0.5, 0.5, 0.5, 0.45, 0.333333, 0.45, 0.0, 0.0, 0.833333, 0.5, 0.0, 0.5, 0.375, 0.0, 0.1, 0.416667, 0.5, 0.5, 0.0, 0.416667, 0.5, 0.5, 0.5, 0.35, 0.583333, 0.5, 0.0, 0.392857, 0.583333, 0.125, 0.392857, 0.7, 0.333333, 1.0, 0.583333, 0.25, 0.392857, 0.125, 0.0, 0.666667, 0.375, 0.0, 0.5, 0.7, 0.0, 0.125, 0.416667, 0.5, 0.5, 0.0, 0.375, 0.5, 1.0, 0.5, 0.7, 0.583333, 0.5, 0.0, 0.375, 0.75, 1.0, 0.833333, 0.416667, 0.333333, 0.333333, 0.416667, 0.325, 0.25, 1.0, 0.0, 0.366667, 0.333333, 0.0, 0.333333, 0.5, 0.0, 0.142857, 0.666667, 0.25, 0.333333, 0.0, 0.142857, 0.531746, 0.5, 0.333333, 0.416667, 0.416667, 0.333333, 0.2, 0.291667, 0.309524, 0.333333, 0.5, 0.416667, 0.5, 0.5, 0.583333, 0.333333, 0.416667, 0.0, 0.0, 0.833333, 0.5, 0.0, 0.5, 0.416667, 0.0, 0.142857, 0.45, 0.5, 0.5, 0.0, 0.392857, 0.583333, 0.5, 0.5, 0.833333, 0.583333, 0.5, 0.111111, 0.375, 0.583333, 1.0, 0.5, 0.0, 0.2, 0.5, 0.5, 0.333333, 0.392857, 0.0, 0.0, 0.7, 0.361111, 0.0, 0.5, 0.35, 0.125, 0.0, 0.416667, 0.5, 0.5, 0.0, 0.333333, 0.416667, 0.361111, 0.5, 0.583333, 0.583333, 0.5, 0.125, 0.416667, 0.5, 0.5, 0.333333, 0.0, 0.392857, 0.5, 0.583333, 0.5, 0.583333, 0.0, 0.0, 0.583333, 0.375, 0.0, 0.5, 0.5, 0.111111, 0.1, 0.416667, 0.5, 0.5, 0.0, 0.5, 0.583333, 0.5, 0.5, 0.583333, 0.833333, 0.5, 0.0, 0.45, 0.583333, 1.0, 0.333333, 0.0, 0.375, 0.583333, 0.583333, 0.333333, 0.642857, 0.0, 0.0, 0.666667, 0.35, 0.0, 0.5, 0.5, 0.0, 0.142857, 0.7, 0.5, 1.0, 0.0, 0.366667, 0.583333, 0.5, 0.5, 0.666667, 0.583333, 0.5, 0.125, 0.416667, 0.45, 0.5, 1.0, 0.0, 0.392857, 0.642857, 0.25, 0.333333, 0.6, 0.0, 0.0, 0.75, 0.35, 0.0, 0.5, 0.416667, 0.0, 0.166667, 0.416667, 0.5, 0.5, 0.0, 0.392857, 0.5, 0.5, 0.5, 0.666667, 0.583333, 0.5, 0.142857, 0.361111, 0.583333, 1.0, 0.333333, 0.0, 0.392857, 0.7, 0.333333, 0.5, 0.611111, 0.0, 0.0, 0.5, 0.45, 0.0, 0.5, 0.75, 0.0, 0.1, 0.75, 0.5, 0.5, 0.0, 0.291667, 0.583333, 0.5, 0.5, 0.5, 0.583333, 0.5, 0.166667, 0.25, 0.45, 0.5, 0.333333, 0.0, 0.361111, 0.45, 0.25, 0.5, 0.583333, 0.0, 0.0, 0.75, 0.361111, 0.0, 0.5, 0.375, 0.0, 0.0, 0.45, 0.5, 0.5, 0.0, 0.366667, 0.392857, 0.5, 0.5, 0.392857, 0.583333, 0.5, 0.0, 0.333333, 0.583333, 0.5, 0.333333, 0.0, 0.5, 0.392857, 0.333333, 0.5, 0.392857, 0.333333, 0.0, 0.366667, 0.333333, 0.0, 0.333333, 0.5, 0.0, 0.142857, 0.666667, 0.25, 0.333333, 0.0, 0.142857, 0.531746, 0.5, 0.333333, 0.416667, 0.416667, 0.333333, 0.2, 0.291667, 0.309524, 0.333333, 0.5, 1.0, 0.833333, 0.416667, 0.333333, 0.333333, 0.416667, 0.325, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.392857, 0.0, 0.0, 0.392857, 0.5, 1.0, 0.0, 0.309524, 0.488889, 0.5, 0.5, 0.7, 0.583333, 0.5, 0.0, 0.392857, 0.583333, 0.5, 0.333333, 0.0, 0.5, 0.666667, 0.333333, 1.0, 0.416667, 0.333333, 0.666667, 0.0, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.666667, 0.5, 1.0, 0.0, 0.361111, 0.583333, 0.5, 0.5, 0.5, 0.75, 0.5, 0.0, 0.5, 0.7, 1.0, 0.5, 0.0, 0.416667, 0.7, 0.333333, 1.0, 0.361111, 0.333333, 0.666667, 0.0, 0.0, 0.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.416667, 0.0, 0.166667, 0.416667, 0.5, 1.0, 0.0, 0.325, 0.416667, 0.5, 0.5, 1.0, 0.583333, 0.5, 0.1, 0.291667, 0.45, 0.5, 0.333333, 0.0, 0.375, 0.6, 0.25, 0.5, 0.375, 0.25, 0.392857, 0.0, 0.0, 0.75, 0.5, 0.0, 0.0, 0.125, 0.416667, 0.5, 0.392857, 0.0, 0.333333, 0.5, 0.5, 0.5, 0.45, 0.583333, 0.5, 0.125, 0.392857, 0.5, 0.5, 0.5, 0.0, 0.45, 0.583333, 0.333333, 0.5, 0.583333, 0.333333, 0.416667, 0.0, 0.0, 0.666667, 0.5, 0.0, 0.5, 0.0, 0.5, 0.5, 0.5, 0.0, 1.0, 0.35, 0.5, 0.5, 0.5, 0.583333, 0.5, 0.0, 0.6, 0.375, 0.5, 0.5, 0.0, 0.5, 0.35, 0.333333, 0.5, 0.5, 0.333333, 0.361111, 0.0, 0.0, 0.5, 0.25, 0.0, 0.5, 0.416667, 0.416667, 0.333333, 0.392857, 0.0, 0.309524, 0.5, 0.5, 0.5, 0.392857, 0.583333, 0.333333, 0.25, 0.392857, 0.5, 0.333333, 0.291667, 0.0, 0.333333, 0.416667, 0.2, 0.5, 0.5, 0.333333, 0.277778, 0.0, 0.0, 0.5, 0.2, 0.0, 0.333333, 0.5, 0.0, 0.5, 1.0, 0.0, 0.392857, 0.638889, 0.5, 0.5, 0.6, 0.583333, 0.5, 0.142857, 0.375, 0.75, 0.5, 0.333333, 0.0, 0.5, 0.642857, 0.333333, 1.0, 0.75, 0.5, 1.0, 0.0, 0.0, 0.611111, 0.5, 0.0, 0.5, 0.392857, 0.125, 0.125, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1625, 0.25, 0.416667, 0.0, 0.111111, 1.0, 0.35, 0.0, 0.333333, 0.583333, 0.125, 0.22619, 0.5, 0.166667, 0.5, 0.0, 0.5, 0.0, 0.625, 0.5, 0.5, 0.5, 0.1, 0.833333, 0.5, 0.5, 0.333333, 0.75, 0.333333, 1.0, 0.0, 0.583333, 0.0, 0.5, 0.416667, 0.5, 0.25, 0.291667, 0.5, 0.333333, 1.0, 0.0, 0.0, 0.5, 1.0, 0.0, 0.583333, 0.583333, 0.0, 0.75, 1.0, 0.5, 0.375, 0.0, 0.333333, 0.0, 0.45, 0.5, 0.5, 0.5, 0.0, 0.583333, 0.5, 0.5, 0.5, 0.583333, 0.361111, 0.5, 0.0, 0.833333, 0.25, 0.5, 0.5, 0.5, 0.2, 0.5, 0.583333, 0.5, 0.416667, 0.0, 0.0, 0.5, 0.416667, 0.0, 0.416667, 0.583333, 0.333333, 0.2, 0.5, 0.225, 0.5, 0.0, 0.333333, 0.0, 0.392857, 0.5, 0.5, 0.5, 0.1625, 0.45, 0.333333, 0.333333, 0.5, 0.583333, 0.267857, 0.45, 0.0, 0.583333, 0.5, 0.5, 0.375, 0.5, 0.166667, 0.375, 0.375, 0.392857, 0.166667, 0.0, 0.0, 0.5, 1.0, 0.0, 0.5, 0.583333, 0.0, 0.611111, 0.5, 0.5, 0.375, 0.0, 0.333333, 0.0, 0.361111, 0.5, 0.5, 0.5, 0.0, 0.416667, 0.5, 0.5, 0.5, 0.45, 0.392857, 0.5, 0.0, 0.583333, 0.333333, 0.5, 1.0, 0.5, 0.111111, 0.309524, 0.5, 0.5, 0.5, 0.25, 0.0, 0.333333, 0.5, 0.0, 0.361111, 0.583333, 0.125, 0.267857, 0.333333, 0.166667, 0.25, 0.0, 0.25, 0.0, 0.5, 0.5, 0.166667, 0.333333, 0.0, 0.45, 0.2, 0.5, 0.333333, 0.583333, 0.171429, 0.366667, 0.0, 0.392857, 0.0, 0.25, 0.333333, 0.166667, 0.333333, 0.25, 0.583333, 0.5, 0.2, 0.25, 0.25, 0.375, 0.642857, 0.0, 0.5, 0.583333, 0.2, 0.392857, 0.35, 0.5, 0.5, 0.0, 0.35, 0.0, 0.7, 0.5, 0.5, 0.5, 0.0, 0.5, 0.333333, 0.361111, 0.5, 0.833333, 0.45, 1.0, 0.0, 0.583333, 0.5, 0.5, 0.35, 0.392857, 0.25, 0.583333, 0.583333, 0.5, 0.35, 0.333333, 0.666667, 0.0, 0.5, 0.0, 0.45, 0.833333, 0.142857, 0.325, 1.0, 0.309524, 0.5, 0.0, 0.361111, 0.0, 0.7, 0.5, 0.5, 1.0, 0.0, 0.833333, 0.5, 0.45, 0.5, 0.833333, 0.416667, 0.5, 0.0, 0.583333, 0.111111, 0.5, 0.5, 0.5, 0.142857, 0.583333, 0.583333, 1.0, 0.267857, 0.25, 0.416667, 0.0, 0.25, 0.0, 0.583333, 0.583333, 0.166667, 0.625, 0.5, 0.333333, 0.361111, 0.0, 0.333333, 0.0, 0.45, 0.5, 0.5, 0.5, 0.0, 0.416667, 0.5, 0.5, 0.5, 0.583333, 0.5, 0.416667, 0.0, 0.583333, 0.333333, 0.5, 0.361111, 0.5, 0.333333, 0.416667, 0.583333, 0.5, 0.35, 0.333333, 0.392857, 0.125, 0.0, 0.5, 0.416667, 0.5, 0.0, 0.5, 0.5, 0.333333, 0.833333, 0.0, 0.333333, 0.0, 0.5, 0.2, 0.333333, 0.333333, 0.333333, 0.333333, 0.5, 0.333333, 0.333333, 0.392857, 0.333333, 0.833333, 0.0, 0.366667, 0.166667, 0.333333, 0.25, 0.333333, 0.0, 0.266667, 0.75, 0.333333, 0.833333, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.5, 0.833333, 0.0, 0.333333, 0.5, 0.25, 0.5, 0.0, 0.333333, 0.0, 0.45, 0.35, 0.5, 0.5, 0.111111, 0.5, 0.333333, 0.392857, 0.5, 0.5, 0.5, 0.5, 0.0, 0.583333, 0.0, 0.5, 0.625, 0.5, 0.166667, 0.392857, 0.5, 0.5, 0.2, 0.142857, 0.45, 0.0, 0.0, 0.5, 1.0, 0.0, 0.0, 0.25, 0.5, 0.291667, 0.361111, 0.0, 0.333333, 0.0, 0.361111, 0.361111, 0.5, 0.5, 0.0, 0.416667, 0.5, 0.5, 0.5, 0.45, 0.375, 0.45, 0.0, 0.583333, 0.333333, 0.5, 0.5, 0.5, 0.166667, 0.416667, 0.5, 0.5, 0.166667, 0.25, 0.416667, 0.0, 0.111111, 0.5, 0.361111, 0.0, 0.5, 1.0, 0.5, 0.5, 0.361111, 0.0, 0.5, 0.0, 0.75, 0.5, 0.5, 0.5, 0.0, 0.583333, 0.5, 0.5, 0.5, 0.833333, 0.45, 0.35, 0.0, 0.583333, 0.25, 0.5, 0.5, 0.5, 0.166667, 0.45, 0.583333, 0.5, 0.5, 0.25, 0.611111, 0.0, 0.0, 0.5, 0.361111, 0.0, 0.583333, 0.833333, 1.0, 0.5, 0.392857, 0.0, 0.333333, 0.0, 0.666667, 0.5, 0.5, 0.5, 0.0, 0.5, 0.5, 0.5, 0.5, 0.583333, 0.361111, 0.392857, 0.0, 0.833333, 0.333333, 0.5, 0.5, 0.5, 0.2, 0.583333, 0.5, 0.5, 0.642857, 0.333333, 1.0, 0.111111, 0.0, 0.5, 1.0, 0.0, 0.583333, 0.833333, 0.0, 0.333333, 0.35, 0.0, 0.333333, 0.0, 0.5, 0.5, 0.5, 0.5, 0.0, 0.5, 0.5, 0.5, 0.5, 0.833333, 0.309524, 0.5, 0.0, 0.583333, 0.0, 0.5, 0.416667, 0.5, 0.25, 0.583333, 0.583333, 0.375, 0.277778, 0.25, 0.5, 0.1, 0.111111, 0.5, 0.5, 0.0, 0.416667, 0.583333, 0.2, 0.392857, 1.0, 0.0, 0.25, 0.0, 0.7, 0.333333, 0.333333, 0.5, 0.0, 0.392857, 0.5, 0.5, 0.5, 0.625, 0.333333, 0.266667, 0.0, 0.5, 0.25, 0.333333, 1.0, 0.333333, 0.142857, 0.291667, 0.5, 0.25, 0.625, 0.142857, 1.0, 0.0, 0.0, 0.5, 0.5, 0.0, 0.45, 0.833333, 0.0, 0.611111, 1.0, 0.0, 0.5, 0.0, 0.642857, 0.377778, 0.5, 0.5, 0.0, 0.392857, 1.0, 0.5, 0.5, 0.7, 0.333333, 0.583333, 0.0, 0.75, 0.25, 0.5, 0.5, 0.5, 0.2, 0.309524, 0.7, 0.5, 0.5, 0.2, 0.361111, 0.0, 0.0, 0.5, 0.5, 0.0, 0.583333, 0.75, 0.0, 0.5, 0.5, 0.5, 0.5, 0.0, 0.642857, 0.583333, 0.333333, 0.25, 0.0, 0.416667, 1.0, 0.5, 0.2, 0.75, 0.267857, 0.333333, 0.0, 0.583333, 0.0, 0.333333, 0.375, 0.5, 0.0, 0.333333, 0.638889, 0.333333, 0.375, 0.25, 0.45, 0.0, 0.0, 0.333333, 0.35, 0.0, 0.277778, 0.75, 0.0, 0.583333, 0.333333, 0.2, 0.333333, 0.0, 0.7, 0.5, 0.5, 0.5, 0.0, 0.416667, 0.5, 0.5, 0.25, 0.642857, 0.309524, 1.0, 0.0, 0.833333, 0.125, 0.5, 0.6, 0.5, 0.333333, 0.583333, 0.75, 1.0, 0.416667, 0.333333, 0.5, 0.0, 0.0, 1.0, 0.6, 0.0, 0.583333, 0.75, 0.25, 0.45, 1.0, 0.125, 0.5, 0.0, 0.7, 0.25, 0.25, 0.333333, 0.0, 0.309524, 0.25, 0.5, 0.2, 0.361111, 0.2, 0.333333, 0.0, 0.25, 0.0, 0.333333, 0.2, 0.333333, 0.0, 0.25, 0.416667, 0.333333, 0.25, 0.142857, 0.291667, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.225, 0.5, 0.0, 0.333333, 0.5, 0.0, 0.5, 0.0, 0.5, 0.5, 0.5, 0.5, 0.0, 0.416667, 0.5, 0.5, 0.333333, 0.666667, 0.309524, 1.0, 0.0, 0.5, 0.2, 0.5, 0.5, 0.5, 0.142857, 0.583333, 0.833333, 0.5, 0.225, 0.2, 0.5, 0.0, 0.0, 0.5, 0.35, 0.0, 0.5, 0.833333, 0.111111, 0.392857, 0.5, 0.333333, 0.375, 0.0, 0.5, 0.0, 0.166667, 0.333333, 0.0, 0.392857, 0.333333, 0.35, 0.2, 0.392857, 0.5, 0.5, 0.0, 0.5, 0.142857, 0.5, 0.35, 0.5, 0.166667, 0.5, 0.45, 0.5, 0.0, 0.25, 0.416667, 0.0, 0.0, 0.5, 0.5, 0.0, 0.392857, 0.583333, 0.1, 0.25, 0.5, 0.0, 0.236111, 0.0, 0.333333, 0.0, 0.392857, 0.5, 0.0, 0.375, 0.5, 0.35, 0.5, 0.5, 0.361111, 0.392857, 0.0, 0.583333, 0.25, 0.5, 0.5, 0.5, 0.2, 0.392857, 0.416667, 0.5, 0.166667, 0.25, 0.333333, 0.0, 0.0, 0.5, 0.5, 0.0, 0.416667, 0.583333, 0.111111, 0.166667, 0.333333, 0.0, 0.333333, 0.0, 0.25, 0.0, 0.5, 0.5, 0.1, 0.583333, 0.5, 0.375, 0.5, 0.833333, 0.5, 1.0, 0.0, 0.583333, 0.125, 0.5, 0.583333, 0.5, 0.25, 0.5, 0.583333, 0.5, 0.361111, 0.333333, 0.45, 0.0, 0.2, 0.611111, 0.416667, 0.0, 0.416667, 0.833333, 0.125, 0.416667, 1.0, 0.25, 0.416667, 0.0, 0.5, 0.0, 0.611111, 0.5, 0.5, 0.45, 0.5, 0.361111, 0.333333, 0.583333, 0.0, 0.5, 0.0, 0.583333, 0.0, 0.5, 0.583333, 0.333333, 0.25, 0.416667, 0.5, 0.5, 0.111111, 0.111111, 0.267857, 0.0, 0.0, 0.392857, 0.35, 0.0, 0.45, 0.583333, 0.333333, 0.211111, 0.333333, 0.111111, 0.333333, 0.0, 0.183333, 0.0, 0.5, 0.333333, 0.333333, 0.5, 0.25, 0.309524, 0.2, 0.5, 0.325, 0.5, 0.0, 0.583333, 0.125, 0.5, 0.416667, 0.5, 0.2, 0.35, 0.5, 0.5, 0.0, 0.25, 0.325, 0.0, 0.2, 0.375, 0.277778, 0.0, 0.375, 0.583333, 0.166667, 0.111111, 0.5, 0.166667, 0.2, 0.0, 0.25, 0.0, 0.583333, 0.5, 0.5, 0.266667, 0.1, 0.5, 0.5, 0.833333, 0.5, 0.583333, 0.0, 0.7, 0.333333, 0.5, 1.0, 1.0, 0.166667, 0.416667, 0.75, 0.5, 0.35, 0.166667, 0.45, 0.0, 0.0, 0.5, 0.416667, 0.0, 0.45, 0.833333, 0.142857, 0.392857, 0.5, 0.333333, 0.642857, 0.25, 0.583333, 0.0, 0.6, 0.416667, 0.5, 0.5, 0.125, 0.45, 0.333333, 0.611111, 0.5, 0.45, 0.0, 0.666667, 0.125, 0.5, 0.361111, 0.5, 0.111111, 0.45, 0.5, 0.5, 0.5, 0.2, 0.5, 0.0, 0.0, 0.5, 0.5, 0.0, 0.366667, 0.833333, 0.0, 0.5, 0.5, 0.166667, 0.392857, 0.0, 0.333333, 0.0, 0.6, 0.5, 0.5, 0.5, 0.0, 0.416667, 0.5, 0.583333, 0.236111, 0.416667, 0.0, 0.583333, 0.142857, 0.5, 0.5, 0.291667, 0.25, 0.375, 0.583333, 0.5, 0.35, 0.333333, 0.5, 0.0, 0.1, 0.45, 0.375, 0.0, 0.45, 0.583333, 0.142857, 0.7, 0.5, 0.416667, 0.309524, 0.0, 0.25, 0.0, 0.416667, 0.5, 0.333333, 0.266667, 0.0, 0.5, 0.333333, 0.375, 0.309524, 0.5, 0.0, 0.583333, 0.0, 0.5, 0.416667, 0.5, 0.2, 0.583333, 0.583333, 1.0, 0.166667, 0.25, 0.416667, 0.0, 0.0, 1.0, 0.5, 0.0, 0.416667, 0.583333, 0.111111, 0.236111, 0.5, 0.2, 0.5, 0.0, 0.333333, 0.0, 0.642857, 0.5, 0.5, 0.5, 0.0, 0.416667, 0.5, 0.361111, 0.5, 0.266667, 0.0, 0.833333, 0.2, 0.5, 0.5, 1.0, 0.2, 0.361111, 0.75, 0.5, 0.333333, 0.333333, 0.35, 0.0, 0.0, 0.5, 0.6, 0.0, 0.583333, 0.833333, 0.0, 0.35, 0.5, 0.333333, 1.0, 0.0, 0.5, 0.0, 0.642857, 0.416667, 0.5, 0.5, 0.0, 0.416667, 0.5, 0.5, 0.5, 0.833333, 0.0, 0.583333, 0.111111, 0.5, 0.361111, 0.5, 0.0, 0.416667, 0.583333, 1.0, 0.166667, 0.2, 0.366667, 0.0, 0.0, 0.5, 0.35, 0.0, 0.416667, 0.75, 0.142857, 0.309524, 0.5, 0.142857, 0.5, 0.0, 0.5, 0.0, 0.625, 0.5, 0.5, 0.5, 0.0, 0.45, 0.5, 0.375, 0.5, 0.75, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.5, 0.392857, 0.5, 0.2, 0.416667, 0.5, 0.5, 0.375, 0.142857, 0.5, 0.0, 0.0, 0.5, 0.5, 0.0, 0.583333, 0.833333, 0.0, 0.642857, 0.5, 0.5, 0.642857, 0.1, 0.5, 0.0, 0.6, 0.5, 0.5, 0.5, 0.0, 0.416667, 0.5, 1.0, 0.333333, 0.5, 0.35, 0.45, 0.0, 0.333333, 0.5, 0.5, 0.125, 0.5, 0.583333, 0.333333, 0.2, 0.166667, 0.416667, 0.0, 0.2, 0.392857, 0.375, 0.0, 0.277778, 0.5, 0.142857, 0.333333, 0.333333, 0.2, 0.5, 0.0, 0.211111, 0.0, 0.5, 0.5, 0.333333, 0.2, 0.0, 0.333333, 0.5, 0.392857, 0.25, 0.583333, 0.291667, 0.366667, 0.0, 0.583333, 0.5, 0.5, 0.166667, 0.5, 0.583333, 0.5, 0.155556, 0.25, 0.416667, 0.0, 0.2, 0.392857, 0.392857, 0.0, 0.375, 0.583333, 0.1, 0.242857, 0.5, 0.0, 0.361111, 0.0, 0.35, 0.0, 0.625, 0.5, 0.5, 0.5, 0.0, 0.416667, 0.5, 0.361111, 0.333333, 0.666667, 0.166667, 0.5, 0.0, 0.583333, 0.0, 0.5, 0.25, 0.416667, 0.583333, 0.5, 0.333333, 0.25, 0.35, 0.0, 0.0, 0.361111, 0.361111, 0.0, 0.583333, 0.833333, 0.111111, 0.5, 0.5, 0.5, 0.583333, 0.1, 0.333333, 0.0, 0.45, 0.5, 0.5, 0.5, 0.0, 0.5, 0.5, 0.35, 0.5, 0.833333, 0.45, 0.5, 0.0, 0.5, 0.333333, 0.5, 0.2, 0.361111, 0.583333, 0.5, 0.2, 0.333333, 0.5, 0.0, 0.142857, 0.375, 0.416667, 0.0, 0.416667, 0.583333, 0.2, 0.267857, 0.5, 0.2, 0.5, 0.0, 0.333333, 0.0, 0.583333, 0.5, 0.5, 0.35, 0.111111, 0.5, 0.5, 0.416667, 0.25, 0.583333, 0.5, 0.583333, 0.0, 0.583333, 0.25, 0.5, 0.45, 0.5, 0.45, 0.5, 1.0, 0.333333, 0.5, 0.0, 0.0, 0.361111, 1.0, 0.0, 0.416667, 0.833333, 0.0, 1.0, 0.5, 0.5, 0.5, 0.0, 0.333333, 0.0, 0.45, 0.5, 0.5, 0.5, 0.0, 0.375, 0.5, 0.5, 0.5, 0.5, 0.361111, 0.333333, 0.0, 0.583333, 0.5, 0.5, 0.5, 0.5, 0.5, 1.0, 0.277778, 0.25, 0.5, 0.0, 0.0, 1.0, 0.35, 0.0, 0.291667, 0.75, 0.142857, 0.392857, 1.0, 0.1, 0.5, 0.0, 0.5, 0.0, 1.0, 0.5, 0.5, 1.0, 0.0, 0.392857, 0.5, 0.5, 0.5, 0.666667, 0.142857, 1.0, 0.0, 0.375, 0.0, 0.5, 0.361111, 0.5, 0.166667, 0.361111, 0.166667, 0.166667, 0.366667, 0.0, 0.0, 0.5, 0.45, 0.0, 0.416667, 0.833333, 0.0, 0.25, 0.5, 0.2, 0.5, 0.0, 0.333333, 0.0, 0.416667, 0.5, 0.5, 0.5, 0.125, 0.392857, 0.5, 0.5, 0.333333, 0.75, 0.361111, 0.5, 0.0, 0.5, 0.333333, 0.5, 0.392857, 0.5, 0.166667, 0.416667, 0.111111, 0.333333, 0.1, 0.166667, 0.0, 0.111111, 0.125, 0.166667, 0.0, 0.5, 0.25, 0.0, 0.333333, 0.333333, 0.25, 0.333333, 0.0, 0.25, 0.0, 0.5, 0.5, 0.0, 0.333333, 0.5, 0.0, 0.333333, 0.5, 0.0, 0.5, 0.0, 0.2, 0.0, 0.0, 0.142857, 0.0, 0.1, 0.5, 0.5, 0.5, 0.333333, 0.5, 0.333333, 0.125, 0.5, 0.5, 1.0, 0.0, 0.5, 0.5, 0.333333, 0.333333, 0.0, 0.333333, 0.2, 0.5, 0.5, 0.0, 0.5, 0.0, 0.5, 0.333333, 0.5, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.2, 0.0, 0.5, 0.5, 0.333333, 0.5, 0.142857, 0.5, 0.333333, 0.5, 0.333333, 0.5, 0.5, 0.0, 0.25, 0.5, 0.166667, 0.25, 0.0, 0.166667, 0.333333, 0.5, 0.5, 0.0, 0.5, 0.2, 0.166667, 0.0, 0.5, 0.166667, 0.5, 0.0, 0.2, 0.0, 0.5, 0.5, 0.0, 0.5, 0.5, 0.5, 1.0, 0.333333, 0.142857, 0.166667, 0.142857, 0.5, 0.166667, 0.5, 0.0, 0.5, 0.5, 0.0, 0.5, 0.0, 0.2, 0.125, 0.142857, 0.5, 0.0, 0.5, 0.0, 0.333333, 0.1, 0.5, 0.333333, 0.0, 0.0, 0.142857, 0.0, 0.5, 0.5, 0.0, 0.125, 0.5, 0.5, 0.333333, 0.333333, 0.333333, 0.125, 0.25, 1.0, 0.333333, 1.0, 0.0, 0.5, 0.5, 0.0, 0.5, 0.0, 0.333333, 0.25, 0.2, 0.5, 0.0, 0.5, 0.0, 0.333333, 0.142857, 0.5, 0.25, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.5, 0.0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.166667, 0.2, 0.0, 0.5, 0.25, 0.5, 0.0, 0.333333, 0.5, 0.333333, 0.333333, 0.0, 0.2, 0.25, 0.2, 1.0, 0.0, 0.333333, 0.0, 0.5, 0.333333, 0.333333, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.5, 0.5, 0.5, 0.5, 0.5, 0.25, 0.5, 0.5, 0.5, 0.333333, 0.0, 0.25, 0.5, 0.5, 0.333333, 0.0, 0.2, 0.333333, 0.333333, 0.333333, 0.0, 0.5, 0.0, 0.25, 0.0, 0.5, 0.125, 0.333333, 0.0, 0.25, 0.0, 0.5, 0.5, 0.0, 1.0, 0.5, 0.5, 1.0, 0.333333, 0.5, 0.166667, 0.333333, 0.0, 0.5, 0.25, 0.0, 0.142857, 0.2, 0.166667, 0.333333, 0.0, 0.166667, 0.125, 0.5, 0.2, 0.0, 0.5, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.25, 0.0, 0.1, 0.0, 0.25, 0.5, 0.0, 0.25, 0.5, 0.1, 0.5, 0.25, 0.166667, 0.0, 0.142857, 0.25, 0.333333, 0.25, 0.0, 0.142857, 0.142857, 0.0, 0.0, 0.0, 0.25, 0.25, 0.5, 0.5, 0.0, 0.25, 0.0, 0.0, 0.0, 0.125, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.5, 0.0, 0.2, 0.5, 0.0, 0.5, 0.142857, 0.333333, 0.0, 0.142857, 0.333333, 0.142857, 0.5, 0.0, 0.5, 0.5, 0.125, 0.5, 0.0, 0.333333, 0.25, 0.333333, 0.5, 0.0, 0.333333, 0.0, 0.25, 0.0, 0.5, 0.25, 0.0, 0.0, 0.2, 0.0, 0.0, 0.333333, 0.0, 0.111111, 0.5, 0.5, 0.5, 0.5, 1.0, 0.2, 0.2, 0.0, 0.333333, 0.25, 0.0, 0.333333, 0.333333, 0.333333, 0.333333, 0.0, 0.142857, 0.333333, 0.5, 0.333333, 0.1, 0.333333, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.2, 0.2, 0.0, 0.5, 0.5, 0.5, 0.5, 0.2, 0.5, 0.142857, 0.5, 0.5, 0.25, 0.333333, 0.0, 0.333333, 0.5, 0.142857, 0.5, 0.0, 0.333333, 0.125, 0.25, 0.333333, 0.0, 0.5, 0.0, 0.5, 0.5, 0.5, 0.2, 0.0, 0.0, 0.333333, 0.0, 0.2, 0.166667, 0.0, 0.333333, 0.5, 1.0, 0.5, 0.5, 1.0, 0.5, 0.333333, 0.2, 0.0, 0.5, 0.25, 0.142857, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.142857, 0.2, 0.2, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.25, 0.5, 0.333333, 0.5, 0.0, 0.125, 0.333333, 0.0, 0.333333, 0.1, 0.5, 0.0, 0.5, 0.0, 0.5, 0.333333, 0.5, 0.0, 0.333333, 0.0, 0.2, 0.0, 0.0, 0.5, 0.5, 0.5, 0.333333, 0.5, 0.5, 0.333333, 0.333333, 0.166667, 0.0, 0.5, 0.333333, 0.333333, 0.0, 0.142857, 0.333333, 0.125, 0.2, 0.0, 0.25, 0.5, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.5, 0.142857, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.5, 0.5, 0.333333, 0.5, 0.5, 0.2, 0.0, 0.125, 0.166667, 0.333333, 0.25, 0.5, 0.0, 0.333333, 0.333333, 0.1, 0.0, 0.333333, 0.25, 0.5, 0.333333, 0.5, 0.0, 0.111111, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.166667, 0.1, 0.0, 0.5, 0.5, 0.333333, 0.333333, 0.25, 0.333333, 0.142857, 0.5, 0.333333, 0.2, 0.25, 0.5, 0.25, 0.0, 0.333333, 0.5, 0.0, 0.333333, 0.333333, 0.333333, 0.333333, 0.125, 0.5, 0.0, 0.5, 0.2, 0.333333, 0.5, 0.0, 0.0, 0.333333, 0.0, 0.25, 0.0, 0.0, 0.5, 0.5, 0.333333, 0.333333, 0.5, 0.5, 0.333333, 0.333333, 0.5, 0.142857, 0.5, 0.5, 1.0, 0.0, 0.5, 0.5, 0.333333, 0.0, 0.0, 0.25, 0.5, 0.0, 0.125, 0.333333, 0.0, 0.25, 0.5, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.5, 0.2, 0.333333, 0.2, 0.25, 0.111111, 0.0, 0.0, 0.0, 0.5, 0.333333, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.25, 0.0, 0.333333, 0.5, 0.0, 0.333333, 0.0, 0.166667, 0.166667, 0.5, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.5, 0.5, 0.333333, 0.333333, 0.5, 0.142857, 0.0, 0.2, 0.2, 0.5, 0.5, 0.5, 0.0, 0.5, 0.5, 0.0, 0.333333, 0.1, 0.5, 0.333333, 0.111111, 0.5, 0.0, 0.166667, 0.0, 0.333333, 0.166667, 0.166667, 0.0, 0.25, 0.0, 0.333333, 0.0, 0.0, 0.5, 0.5, 0.333333, 0.5, 0.333333, 0.5, 0.2, 0.5, 0.5, 0.333333, 0.333333, 0.5, 0.25, 0.0, 0.333333, 0.5, 0.25, 0.333333, 0.0, 0.142857, 0.166667, 0.0, 0.5, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.2, 0.5, 0.0, 0.2, 0.5, 0.0, 0.5, 0.0, 0.166667, 0.0, 0.111111, 0.5, 0.5, 0.333333, 0.5, 0.142857, 0.0, 0.0, 0.2, 0.0, 0.125, 0.0, 0.25, 0.1, 0.0, 0.25, 0.0, 0.5, 0.25, 0.5, 0.333333, 0.166667, 0.0, 0.333333, 0.0, 0.111111, 0.0, 0.0, 0.25, 0.5, 0.5, 0.333333, 0.5, 0.5, 0.5, 0.333333, 0.2, 0.1, 0.5, 0.333333, 0.333333, 0.0, 0.333333, 0.5, 0.5, 0.333333, 0.0, 0.2, 0.2, 0.166667, 0.142857, 0.166667, 0.111111, 0.125, 0.333333, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.5, 0.333333, 0.333333, 0.166667, 0.142857, 0.25, 0.25, 0.25, 0.166667, 0.333333, 0.333333, 0.333333, 0.0, 0.333333, 0.333333, 0.333333, 0.333333, 0.142857, 0.0, 0.2, 0.166667, 0.333333, 0.0, 0.2, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.5, 0.0, 0.5, 0.5, 0.5, 1.0, 0.333333, 0.5, 0.0, 0.5, 0.5, 0.5, 0.333333, 0.5, 0.25, 0.0, 0.333333, 0.25, 0.333333, 0.5, 0.0, 0.333333, 0.166667, 0.5, 0.5, 0.0, 0.0, 0.0, 0.2, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.166667, 0.166667, 0.0, 0.166667, 0.25, 0.25, 0.333333, 0.5, 0.166667, 0.0, 0.111111, 0.142857, 0.0, 0.25, 0.0, 0.25, 0.0, 0.333333, 0.333333, 0.0, 0.333333, 0.0, 0.5, 0.5, 0.0, 0.0, 0.5, 0.0, 0.2, 0.0, 0.0, 0.5, 0.5, 0.5, 0.333333, 0.5, 1.0, 0.5, 0.333333, 0.0, 0.111111, 0.5, 0.333333, 1.0, 0.0, 0.5, 0.5, 0.125, 1.0, 0.0, 0.25, 0.2, 0.25, 0.5, 0.0, 0.5, 0.0, 0.5, 0.166667, 0.2, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.333333, 0.333333, 0.333333, 0.333333, 0.333333, 0.333333, 0.0, 0.333333, 0.333333, 0.25, 0.333333, 0.5, 0.0, 0.333333, 0.5, 0.25, 0.5, 0.25, 0.333333, 0.2, 0.5, 0.5, 0.0, 0.25, 0.333333, 0.111111, 0.25, 0.125, 0.0, 0.333333, 0.0, 0.111111, 0.0, 0.0, 0.25, 0.5, 0.5, 0.333333, 0.333333, 0.5, 0.2, 0.25, 0.0, 0.111111, 0.5, 0.5, 0.5, 0.0, 0.5, 0.5, 0.25, 0.333333, 0.0, 0.333333, 0.25, 0.0, 0.5, 0.0, 0.5, 0.0, 0.25, 0.5, 0.2, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.5, 0.25, 0.333333, 0.5, 0.5, 0.333333, 0.25, 0.333333, 0.1, 0.5, 0.25, 0.5, 0.0, 0.333333, 0.5, 0.0, 0.5, 0.0, 0.333333, 0.25, 0.166667, 0.333333, 0.0, 0.5, 0.0, 0.5, 0.333333, 0.333333, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.2, 0.5, 0.0, 0.5, 0.0, 0.1, 0.142857, 0.2, 0.5, 0.111111, 0.142857, 0.5, 0.25, 0.0, 0.5, 0.5, 0.1, 0.125, 0.0, 0.166667, 0.142857, 0.5, 0.5, 0.0, 0.5, 0.1, 0.0, 0.0, 0.125, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.333333, 0.142857, 0.333333, 0.142857, 0.1, 0.166667, 0.125, 0.333333, 0.25, 0.333333, 0.0, 0.2, 0.0, 0.125, 0.5, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.25, 0.0, 0.0, 0.25, 0.25, 0.0, 0.125, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.125, 0.333333, 0.333333, 0.5, 0.5, 0.333333, 0.111111, 0.111111, 0.25, 0.25, 0.333333, 0.333333, 0.0, 0.25, 0.5, 0.333333, 0.25, 0.0, 0.333333, 0.333333, 0.1, 0.333333, 0.0, 0.125, 0.0, 0.25, 0.0, 0.333333, 0.111111, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.5, 0.5, 0.333333, 0.5, 0.25, 0.333333, 0.1, 0.5, 0.333333, 0.5, 0.333333, 0.333333, 0.333333, 0.0, 0.333333, 0.5, 0.2, 0.333333, 0.0, 0.0, 0.25, 0.5, 0.333333, 0.0, 0.5, 0.0, 0.166667, 0.0, 0.333333, 0.333333, 0.0, 0.0, 0.25, 0.0, 0.0, 0.2, 0.5, 0.125, 0.5, 0.333333, 0.5, 0.0, 0.142857, 0.5, 0.5, 0.333333, 0.333333, 0.25, 0.0, 0.0, 0.5, 0.1, 0.0, 0.0, 0.0, 0.0, 0.5, 0.333333, 0.0, 0.5, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.25, 0.333333, 0.333333, 0.333333, 0.333333, 0.166667, 0.0, 0.333333, 0.333333, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.333333, 0.333333, 0.125, 0.25, 0.0, 0.25, 0.0, 0.142857, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.166667, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.5, 0.5, 1.0, 0.333333, 0.5, 0.166667, 1.0, 0.5, 0.5, 0.333333, 0.5, 0.333333, 0.0, 0.25, 0.25, 0.333333, 0.5, 0.0, 0.0, 0.333333, 0.333333, 0.333333, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.5, 0.25, 0.5, 0.0, 0.125, 0.0, 0.5, 0.333333, 0.0, 0.583333, 0.5, 1.0, 0.142857, 0.25, 0.7, 0.0, 0.142857, 0.5, 0.5, 0.277778, 0.25, 0.333333, 0.2, 0.5, 0.0, 0.0, 0.0, 0.392857, 0.35, 0.0, 0.0, 0.333333, 0.142857, 0.194444, 0.111111, 0.25, 0.0, 0.333333, 0.5, 0.416667, 0.2, 0.333333, 0.583333, 0.1, 0.111111, 0.416667, 0.5, 0.45, 0.5, 0.333333, 0.5, 0.5, 0.0, 0.0, 0.0, 0.416667, 0.309524, 0.0, 0.0, 0.5, 0.25, 0.366667, 0.25, 0.2, 0.0, 0.333333, 0.583333, 0.5, 0.333333, 0.5, 0.833333, 0.333333, 0.25, 0.416667, 0.333333, 0.45, 0.25, 0.333333, 0.194444, 0.7, 0.0, 0.0, 0.0, 0.75, 0.75, 0.0, 0.111111, 0.5, 0.25, 0.583333, 0.5, 0.333333, 0.0, 0.5, 0.45, 0.583333, 0.142857, 0.25, 0.75, 0.0, 0.0, 1.0, 0.5, 0.211111, 0.166667, 0.2, 0.18254, 0.5, 0.0, 0.0, 0.0, 0.416667, 0.392857, 0.0, 0.142857, 0.2, 0.166667, 0.309524, 0.166667, 0.333333, 0.0, 0.18254, 0.5, 0.583333, 0.5, 0.5, 0.416667, 0.0, 0.5, 0.5, 0.1, 0.5, 0.0, 0.5, 0.5, 0.416667, 0.0, 0.0, 0.0, 0.392857, 0.45, 0.0, 0.5, 0.142857, 0.5, 0.5, 0.5, 0.5, 0.0, 0.5, 0.5, 0.5, 0.361111, 0.333333, 0.5, 0.0, 0.5, 0.5, 0.0, 0.416667, 0.0, 1.0, 0.333333, 0.392857, 0.0, 0.0, 0.0, 0.361111, 0.375, 0.0, 0.333333, 0.166667, 0.5, 0.5, 0.5, 1.0, 0.0, 0.5, 0.5, 0.5, 0.242857, 0.5, 0.166667, 0.0, 0.1, 0.7, 0.5, 0.375, 0.25, 0.25, 0.2, 0.392857, 0.0, 0.0, 0.0, 0.45, 0.642857, 0.0, 0.0, 0.333333, 0.333333, 0.392857, 0.333333, 0.333333, 0.0, 0.35, 0.45, 0.583333, 0.5, 0.416667, 0.111111, 0.5, 0.333333, 0.333333, 0.45, 0.45, 0.2, 1.0, 0.333333, 0.583333, 0.0, 0.0, 0.0, 0.7, 0.416667, 0.0, 0.0, 0.333333, 0.25, 0.1, 0.333333, 0.25, 0.0, 0.366667, 0.513889, 0.583333, 1.0, 0.416667, 0.166667, 0.5, 0.583333, 0.366667, 0.333333, 0.392857, 0.2, 0.2, 0.1, 0.35, 0.0, 0.0, 0.0, 0.583333, 0.625, 0.0, 0.1, 0.5, 0.333333, 0.583333, 0.0, 0.166667, 0.0, 0.416667, 0.45, 0.325, 0.5, 0.45, 0.25, 0.2, 0.642857, 0.0, 0.5, 0.5, 0.166667, 0.333333, 0.225, 0.35, 0.0, 0.0, 0.0, 0.35, 0.35, 0.0, 0.125, 0.333333, 0.166667, 0.208333, 0.2, 0.166667, 0.0, 0.5, 0.5, 0.583333, 0.5, 1.0, 0.2, 0.25, 1.0, 0.0, 0.142857, 1.0, 0.5, 0.333333, 0.333333, 0.333333, 0.0, 0.25, 0.0, 0.625, 1.0, 0.0, 0.0, 0.5, 0.125, 0.325, 0.0, 0.166667, 0.0, 0.25, 0.5, 0.5, 1.0, 0.416667, 0.25, 0.25, 0.833333, 0.142857, 0.25, 0.5, 0.333333, 0.333333, 0.416667, 0.642857, 0.0, 0.0, 0.0, 0.666667, 0.7, 0.0, 0.166667, 0.5, 0.333333, 0.583333, 0.25, 0.333333, 0.0, 0.5, 0.583333, 0.583333, 1.0, 0.583333, 0.142857, 0.5, 0.833333, 0.333333, 0.0, 0.583333, 1.0, 0.333333, 0.25, 0.583333, 0.0, 0.0, 0.0, 0.5, 0.375, 0.0, 0.0, 0.333333, 0.25, 0.25, 0.333333, 0.2, 0.0, 0.2, 0.45, 0.583333, 0.5, 0.583333, 0.0, 0.25, 0.583333, 0.125, 0.0, 0.416667, 0.5, 0.325, 0.333333, 0.392857, 0.0, 0.0, 0.0, 0.361111, 0.392857, 0.0, 0.333333, 0.166667, 0.5, 0.5, 0.5, 0.5, 0.0, 0.5, 0.5, 0.5, 0.5, 0.416667, 0.25, 0.5, 0.583333, 0.0, 0.5, 0.5, 0.0, 0.5, 0.0, 0.5, 0.0, 0.0, 0.0, 0.583333, 0.416667, 0.0, 0.0, 0.333333, 0.25, 0.416667, 0.5, 0.333333, 0.0, 0.366667, 0.361111, 0.583333, 0.5, 0.333333, 0.125, 0.5, 0.583333, 0.25, 0.5, 0.5, 0.291667, 0.5, 0.25, 0.5, 0.0, 0.0, 0.0, 0.7, 0.392857, 0.0, 0.0, 0.5, 0.2, 0.583333, 0.333333, 0.2, 0.0, 0.5, 0.583333, 0.583333, 1.0, 0.45, 0.2, 0.333333, 0.583333, 0.0, 0.166667, 0.5, 0.267857, 0.361111, 0.333333, 0.333333, 0.25, 0.0, 0.0, 0.45, 0.375, 0.0, 0.333333, 0.25, 1.0, 0.333333, 0.333333, 1.0, 0.0, 0.277778, 0.5, 0.5, 0.45, 0.361111, 0.5, 0.5, 0.5, 0.0, 0.25, 0.5, 0.0, 0.392857, 0.0, 0.333333, 0.333333, 0.291667, 0.0, 0.416667, 0.416667, 0.0, 0.333333, 0.333333, 0.2, 0.142857, 0.125, 0.333333, 0.0, 0.569444, 0.333333, 0.755556, 0.333333, 0.309524, 0.25, 0.333333, 0.416667, 0.166667, 0.0, 0.416667, 0.392857, 0.333333, 0.75, 0.5, 0.366667, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.6, 0.0, 0.142857, 0.5, 0.166667, 0.583333, 0.333333, 0.333333, 0.0, 0.5, 0.583333, 0.5, 1.0, 0.583333, 0.333333, 0.5, 0.833333, 0.333333, 0.142857, 0.583333, 0.625, 0.7, 0.166667, 0.333333, 0.267857, 1.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.5, 0.25, 0.583333, 0.25, 0.5, 0.0, 0.291667, 0.583333, 0.5, 1.0, 0.5, 0.5, 0.333333, 0.833333, 0.142857, 0.0, 0.5, 0.375, 1.0, 0.333333, 0.333333, 0.242857, 0.361111, 0.0, 0.0, 0.0, 0.75, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 1.0, 0.5, 0.5, 0.5, 0.1, 1.0, 0.5, 1.0, 0.25, 0.333333, 0.25, 0.5, 0.5, 0.0, 0.5, 0.5, 0.0, 0.375, 0.0, 0.5, 1.0, 0.5, 0.0, 0.0, 0.0, 0.5, 0.361111, 0.0, 0.333333, 0.35, 0.333333, 0.166667, 0.0, 0.45, 0.583333, 0.583333, 1.0, 0.583333, 0.5, 0.5, 0.583333, 0.1, 0.0, 0.416667, 0.5, 0.5, 0.333333, 0.333333, 0.142857, 0.416667, 0.0, 0.0, 0.0, 0.666667, 0.625, 0.0, 0.142857, 1.0, 0.5, 1.0, 0.1, 0.5, 0.5, 1.0, 0.583333, 0.35, 0.333333, 1.0, 0.583333, 0.0, 0.5, 0.5, 0.111111, 0.45, 0.0, 1.0, 0.375, 0.416667, 0.0, 0.0, 0.0, 0.361111, 0.416667, 0.0, 0.5, 0.142857, 0.333333, 0.2, 0.0, 0.366667, 0.416667, 0.5, 1.0, 0.5, 0.333333, 0.5, 0.583333, 0.0, 0.25, 0.416667, 0.2, 0.583333, 0.333333, 0.5, 0.266667, 0.416667, 0.0, 0.0, 0.0, 0.583333, 0.5, 0.0, 0.1, 0.2, 0.25, 0.333333, 0.0, 0.2, 0.666667, 0.416667, 0.333333, 0.5, 0.166667, 0.5, 0.75, 0.0, 0.0, 0.642857, 0.5, 0.5, 0.166667, 0.25, 0.0, 0.5, 0.0, 0.0, 0.0, 0.375, 0.5, 0.0, 0.0, 0.25, 0.166667, 0.1, 0.0, 0.267857, 0.291667, 0.392857, 0.333333, 0.333333, 0.2, 0.333333, 0.5, 0.0, 0.5, 0.291667, 0.25, 0.333333, 0.333333, 0.5, 0.142857, 0.291667, 0.0, 0.0, 0.0, 0.5, 0.45, 0.0, 0.142857, 0.333333, 0.25, 0.416667, 0.25, 0.5, 0.5, 0.333333, 0.236111, 0.142857, 0.1, 1.0, 0.5, 0.0, 0.5, 0.5, 0.111111, 0.25, 0.0, 0.5, 0.25, 0.309524, 0.0, 0.0, 0.0, 0.361111, 0.291667, 0.0, 0.25, 0.0, 1.0, 1.0, 0.5, 0.5, 0.5, 0.805556, 1.0, 0.277778, 0.25, 0.5, 0.833333, 0.2, 0.25, 0.5, 0.333333, 0.6, 0.166667, 0.333333, 0.333333, 1.0, 0.0, 0.0, 0.0, 0.666667, 0.666667, 0.0, 0.0, 0.5, 0.25, 0.5, 0.333333, 0.25, 0.1]\nEmbedding: fasttext_cbow_s300_analogy_POSTAG_vocab.vec\n\n[{'section': '| capital-common-countries', 'correct': [], 'incorrect': []}, {'section': '| capital-world', 'correct': [], 'incorrect': []}, {'section': '| currency', 'correct': [], 'incorrect': []}, {'section': '| city-in-state', 'correct': [], 'incorrect': []}, {'section': '| family', 'correct': [('rapaz', 'rapariga', 'irmã', 'irmão'), ('rapaz', 'rapariga', 'mãe', 'pai'), ('rapaz', 'rapariga', 'mãe', 'pai'), ('rapaz', 'rapariga', 'avó', 'avô'), ('rapaz', 'rapariga', 'avó', 'avô'), ('rapaz', 'rapariga', 'neta', 'neto'), ('rapaz', 'rapariga', 'noiva', 'noivo'), ('rapaz', 'rapariga', 'ela', 'ele'), ('rapaz', 'rapariga', 'dela', 'dele'), ('rapaz', 'rapariga', 'rainha', 'rei'), ('rapaz', 'rapariga', 'mulher', 'homem'), ('rapaz', 'rapariga', 'sobrinha', 'sobrinho'), ('rapaz', 'rapariga', 'princesa', 'príncipe'), ('rapaz', 'rapariga', 'filha', 'filho'), ('rapaz', 'rapariga', 'meia-irmã', 'meio-irmão'), ('rapaz', 'rapariga', 'madrasta', 'padrasto'), ('rapaz', 'rapariga', 'enteada', 'enteado'), ('rapaz', 'rapariga', 'tia', 'tio'), ('irmão', 'irmã', 'irmãs', 'irmãos'), ('irmão', 'irmã', 'mãe', 'pai'), ('irmão', 'irmã', 'mãe', 'pai'), ('irmão', 'irmã', 'avó', 'avô'), ('irmão', 'irmã', 'avó', 'avô'), ('irmão', 'irmã', 'neta', 'neto'), ('irmão', 'irmã', 'noiva', 'noivo'), ('irmão', 'irmã', 'ela', 'ele'), ('irmão', 'irmã', 'dela', 'dele'), ('irmão', 'irmã', 'mulher', 'marido'), ('irmão', 'irmã', 'rainha', 'rei'), ('irmão', 'irmã', 'mulher', 'homem'), ('irmão', 'irmã', 'sobrinha', 'sobrinho'), ('irmão', 'irmã', 'princesa', 'príncipe'), ('irmão', 'irmã', 'filha', 'filho'), ('irmão', 'irmã', 'meia-irmã', 'meio-irmão'), ('irmão', 'irmã', 'madrasta', 'padrasto'), ('irmão', 'irmã', 'enteada', 'enteado'), ('irmão', 'irmã', 'tia', 'tio'), ('irmão', 'irmã', 'rapariga', 'rapaz'), ('irmãos', 'irmãs', 'mãe', 'pai'), ('irmãos', 'irmãs', 'mãe', 'pai'), ('irmãos', 'irmãs', 'ela', 'ele'), ('irmãos', 'irmãs', 'dela', 'dele'), ('irmãos', 'irmãs', 'sobrinha', 'sobrinho'), ('irmãos', 'irmãs', 'filha', 'filho'), ('irmãos', 'irmãs', 'meia-irmã', 'meio-irmão'), ('irmãos', 'irmãs', 'enteada', 'enteado'), ('irmãos', 'irmãs', 'irmã', 'irmão'), ('pai', 'mãe', 'mãe', 'pai'), ('pai', 'mãe', 'avó', 'avô'), ('pai', 'mãe', 'avó', 'avô'), ('pai', 'mãe', 'neta', 'neto'), ('pai', 'mãe', 'noiva', 'noivo'), ('pai', 'mãe', 'ela', 'ele'), ('pai', 'mãe', 'dela', 'dele'), ('pai', 'mãe', 'mulher', 'marido'), ('pai', 'mãe', 'rainha', 'rei'), ('pai', 'mãe', 'mulher', 'homem'), ('pai', 'mãe', 'sobrinha', 'sobrinho'), ('pai', 'mãe', 'princesa', 'príncipe'), ('pai', 'mãe', 'filha', 'filho'), ('pai', 'mãe', 'meia-irmã', 'meio-irmão'), ('pai', 'mãe', 'madrasta', 'padrasto'), ('pai', 'mãe', 'enteada', 'enteado'), ('pai', 'mãe', 'tia', 'tio'), ('pai', 'mãe', 'rapariga', 'rapaz'), ('pai', 'mãe', 'irmã', 'irmão'), ('pai', 'mãe', 'irmãs', 'irmãos'), ('pai', 'mãe', 'avó', 'avô'), ('pai', 'mãe', 'avó', 'avô'), ('pai', 'mãe', 'neta', 'neto'), ('pai', 'mãe', 'noiva', 'noivo'), ('pai', 'mãe', 'ela', 'ele'), ('pai', 'mãe', 'dela', 'dele'), ('pai', 'mãe', 'mulher', 'marido'), ('pai', 'mãe', 'rainha', 'rei'), ('pai', 'mãe', 'mulher', 'homem'), ('pai', 'mãe', 'sobrinha', 'sobrinho'), ('pai', 'mãe', 'princesa', 'príncipe'), ('pai', 'mãe', 'filha', 'filho'), ('pai', 'mãe', 'meia-irmã', 'meio-irmão'), ('pai', 'mãe', 'madrasta', 'padrasto'), ('pai', 'mãe', 'enteada', 'enteado'), ('pai', 'mãe', 'tia', 'tio'), ('pai', 'mãe', 'rapariga', 'rapaz'), ('pai', 'mãe', 'irmã', 'irmão'), ('pai', 'mãe', 'irmãs', 'irmãos'), ('pai', 'mãe', 'mãe', 'pai'), ('avô', 'avó', 'avó', 'avô'), ('avô', 'avó', 'neta', 'neto'), ('avô', 'avó', 'noiva', 'noivo'), ('avô', 'avó', 'ela', 'ele'), ('avô', 'avó', 'dela', 'dele'), ('avô', 'avó', 'mulher', 'marido'), ('avô', 'avó', 'rainha', 'rei'), ('avô', 'avó', 'mulher', 'homem'), ('avô', 'avó', 'sobrinha', 'sobrinho'), ('avô', 'avó', 'princesa', 'príncipe'), ('avô', 'avó', 'filha', 'filho'), ('avô', 'avó', 'meia-irmã', 'meio-irmão'), ('avô', 'avó', 'madrasta', 'padrasto'), ('avô', 'avó', 'enteada', 'enteado'), ('avô', 'avó', 'tia', 'tio'), ('avô', 'avó', 'rapariga', 'rapaz'), ('avô', 'avó', 'irmã', 'irmão'), ('avô', 'avó', 'mãe', 'pai'), ('avô', 'avó', 'mãe', 'pai'), ('avô', 'avó', 'neta', 'neto'), ('avô', 'avó', 'noiva', 'noivo'), ('avô', 'avó', 'ela', 'ele'), ('avô', 'avó', 'dela', 'dele'), ('avô', 'avó', 'mulher', 'marido'), ('avô', 'avó', 'rainha', 'rei'), ('avô', 'avó', 'mulher', 'homem'), ('avô', 'avó', 'sobrinha', 'sobrinho'), ('avô', 'avó', 'princesa', 'príncipe'), ('avô', 'avó', 'filha', 'filho'), ('avô', 'avó', 'meia-irmã', 'meio-irmão'), ('avô', 'avó', 'madrasta', 'padrasto'), ('avô', 'avó', 'enteada', 'enteado'), ('avô', 'avó', 'tia', 'tio'), ('avô', 'avó', 'rapariga', 'rapaz'), ('avô', 'avó', 'irmã', 'irmão'), ('avô', 'avó', 'mãe', 'pai'), ('avô', 'avó', 'mãe', 'pai'), ('avô', 'avó', 'avó', 'avô'), ('neto', 'neta', 'noiva', 'noivo'), ('neto', 'neta', 'ela', 'ele'), ('neto', 'neta', 'dela', 'dele'), ('neto', 'neta', 'mulher', 'marido'), ('neto', 'neta', 'rainha', 'rei'), ('neto', 'neta', 'sobrinha', 'sobrinho'), ('neto', 'neta', 'princesa', 'príncipe'), ('neto', 'neta', 'filha', 'filho'), ('neto', 'neta', 'meia-irmã', 'meio-irmão'), ('neto', 'neta', 'enteada', 'enteado'), ('neto', 'neta', 'tia', 'tio'), ('neto', 'neta', 'rapariga', 'rapaz'), ('neto', 'neta', 'irmã', 'irmão'), ('neto', 'neta', 'irmãs', 'irmãos'), ('neto', 'neta', 'mãe', 'pai'), ('neto', 'neta', 'mãe', 'pai'), ('neto', 'neta', 'avó', 'avô'), ('neto', 'neta', 'avó', 'avô'), ('noivo', 'noiva', 'ela', 'ele'), ('noivo', 'noiva', 'dela', 'dele'), ('noivo', 'noiva', 'mulher', 'marido'), ('noivo', 'noiva', 'rainha', 'rei'), ('noivo', 'noiva', 'mulher', 'homem'), ('noivo', 'noiva', 'sobrinha', 'sobrinho'), ('noivo', 'noiva', 'princesa', 'príncipe'), ('noivo', 'noiva', 'filha', 'filho'), ('noivo', 'noiva', 'meia-irmã', 'meio-irmão'), ('noivo', 'noiva', 'madrasta', 'padrasto'), ('noivo', 'noiva', 'enteada', 'enteado'), ('noivo', 'noiva', 'tia', 'tio'), ('noivo', 'noiva', 'rapariga', 'rapaz'), ('noivo', 'noiva', 'irmã', 'irmão'), ('noivo', 'noiva', 'mãe', 'pai'), ('noivo', 'noiva', 'mãe', 'pai'), ('noivo', 'noiva', 'avó', 'avô'), ('noivo', 'noiva', 'avó', 'avô'), ('noivo', 'noiva', 'neta', 'neto'), ('ele', 'ela', 'dela', 'dele'), ('ele', 'ela', 'rainha', 'rei'), ('ele', 'ela', 'mulher', 'homem'), ('ele', 'ela', 'sobrinha', 'sobrinho'), ('ele', 'ela', 'princesa', 'príncipe'), ('ele', 'ela', 'filha', 'filho'), ('ele', 'ela', 'meia-irmã', 'meio-irmão'), ('ele', 'ela', 'madrasta', 'padrasto'), ('ele', 'ela', 'enteada', 'enteado'), ('ele', 'ela', 'tia', 'tio'), ('ele', 'ela', 'rapariga', 'rapaz'), ('ele', 'ela', 'irmã', 'irmão'), ('ele', 'ela', 'irmãs', 'irmãos'), ('ele', 'ela', 'mãe', 'pai'), ('ele', 'ela', 'mãe', 'pai'), ('ele', 'ela', 'avó', 'avô'), ('ele', 'ela', 'avó', 'avô'), ('ele', 'ela', 'neta', 'neto'), ('ele', 'ela', 'noiva', 'noivo'), ('dele', 'dela', 'rainha', 'rei'), ('dele', 'dela', 'mulher', 'homem'), ('dele', 'dela', 'sobrinha', 'sobrinho'), ('dele', 'dela', 'princesa', 'príncipe'), ('dele', 'dela', 'filha', 'filho'), ('dele', 'dela', 'meia-irmã', 'meio-irmão'), ('dele', 'dela', 'madrasta', 'padrasto'), ('dele', 'dela', 'enteada', 'enteado'), ('dele', 'dela', 'rapariga', 'rapaz'), ('dele', 'dela', 'irmã', 'irmão'), ('dele', 'dela', 'mãe', 'pai'), ('dele', 'dela', 'mãe', 'pai'), ('dele', 'dela', 'avó', 'avô'), ('dele', 'dela', 'avó', 'avô'), ('dele', 'dela', 'noiva', 'noivo'), ('dele', 'dela', 'ela', 'ele'), ('marido', 'mulher', 'rainha', 'rei'), ('marido', 'mulher', 'sobrinha', 'sobrinho'), ('marido', 'mulher', 'princesa', 'príncipe'), ('marido', 'mulher', 'filha', 'filho'), ('marido', 'mulher', 'meia-irmã', 'meio-irmão'), ('marido', 'mulher', 'madrasta', 'padrasto'), ('marido', 'mulher', 'enteada', 'enteado'), ('marido', 'mulher', 'tia', 'tio'), ('marido', 'mulher', 'irmã', 'irmão'), ('marido', 'mulher', 'irmãs', 'irmãos'), ('marido', 'mulher', 'mãe', 'pai'), ('marido', 'mulher', 'mãe', 'pai'), ('marido', 'mulher', 'avó', 'avô'), ('marido', 'mulher', 'avó', 'avô'), ('marido', 'mulher', 'noiva', 'noivo'), ('marido', 'mulher', 'ela', 'ele'), ('marido', 'mulher', 'dela', 'dele'), ('rei', 'rainha', 'mulher', 'homem'), ('rei', 'rainha', 'sobrinha', 'sobrinho'), ('rei', 'rainha', 'princesa', 'príncipe'), ('rei', 'rainha', 'filha', 'filho'), ('rei', 'rainha', 'meia-irmã', 'meio-irmão'), ('rei', 'rainha', 'madrasta', 'padrasto'), ('rei', 'rainha', 'enteada', 'enteado'), ('rei', 'rainha', 'tia', 'tio'), ('rei', 'rainha', 'rapariga', 'rapaz'), ('rei', 'rainha', 'irmã', 'irmão'), ('rei', 'rainha', 'irmãs', 'irmãos'), ('rei', 'rainha', 'mãe', 'pai'), ('rei', 'rainha', 'mãe', 'pai'), ('rei', 'rainha', 'avó', 'avô'), ('rei', 'rainha', 'avó', 'avô'), ('rei', 'rainha', 'noiva', 'noivo'), ('rei', 'rainha', 'ela', 'ele'), ('rei', 'rainha', 'dela', 'dele'), ('rei', 'rainha', 'mulher', 'marido'), ('homem', 'mulher', 'sobrinha', 'sobrinho'), ('homem', 'mulher', 'princesa', 'príncipe'), ('homem', 'mulher', 'filha', 'filho'), ('homem', 'mulher', 'meia-irmã', 'meio-irmão'), ('homem', 'mulher', 'madrasta', 'padrasto'), ('homem', 'mulher', 'enteada', 'enteado'), ('homem', 'mulher', 'tia', 'tio'), ('homem', 'mulher', 'rapariga', 'rapaz'), ('homem', 'mulher', 'irmã', 'irmão'), ('homem', 'mulher', 'irmãs', 'irmãos'), ('homem', 'mulher', 'mãe', 'pai'), ('homem', 'mulher', 'mãe', 'pai'), ('homem', 'mulher', 'avó', 'avô'), ('homem', 'mulher', 'avó', 'avô'), ('homem', 'mulher', 'noiva', 'noivo'), ('homem', 'mulher', 'ela', 'ele'), ('homem', 'mulher', 'dela', 'dele'), ('homem', 'mulher', 'rainha', 'rei'), ('sobrinho', 'sobrinha', 'princesa', 'príncipe'), ('sobrinho', 'sobrinha', 'filha', 'filho'), ('sobrinho', 'sobrinha', 'meia-irmã', 'meio-irmão'), ('sobrinho', 'sobrinha', 'madrasta', 'padrasto'), ('sobrinho', 'sobrinha', 'enteada', 'enteado'), ('sobrinho', 'sobrinha', 'tia', 'tio'), ('sobrinho', 'sobrinha', 'rapariga', 'rapaz'), ('sobrinho', 'sobrinha', 'irmã', 'irmão'), ('sobrinho', 'sobrinha', 'irmãs', 'irmãos'), ('sobrinho', 'sobrinha', 'mãe', 'pai'), ('sobrinho', 'sobrinha', 'mãe', 'pai'), ('sobrinho', 'sobrinha', 'avó', 'avô'), ('sobrinho', 'sobrinha', 'avó', 'avô'), ('sobrinho', 'sobrinha', 'neta', 'neto'), ('sobrinho', 'sobrinha', 'noiva', 'noivo'), ('sobrinho', 'sobrinha', 'ela', 'ele'), ('sobrinho', 'sobrinha', 'dela', 'dele'), ('sobrinho', 'sobrinha', 'mulher', 'marido'), ('sobrinho', 'sobrinha', 'rainha', 'rei'), ('sobrinho', 'sobrinha', 'mulher', 'homem'), ('príncipe', 'princesa', 'filha', 'filho'), ('príncipe', 'princesa', 'meia-irmã', 'meio-irmão'), ('príncipe', 'princesa', 'madrasta', 'padrasto'), ('príncipe', 'princesa', 'enteada', 'enteado'), ('príncipe', 'princesa', 'tia', 'tio'), ('príncipe', 'princesa', 'rapariga', 'rapaz'), ('príncipe', 'princesa', 'irmã', 'irmão'), ('príncipe', 'princesa', 'irmãs', 'irmãos'), ('príncipe', 'princesa', 'mãe', 'pai'), ('príncipe', 'princesa', 'mãe', 'pai'), ('príncipe', 'princesa', 'avó', 'avô'), ('príncipe', 'princesa', 'avó', 'avô'), ('príncipe', 'princesa', 'noiva', 'noivo'), ('príncipe', 'princesa', 'ela', 'ele'), ('príncipe', 'princesa', 'dela', 'dele'), ('príncipe', 'princesa', 'mulher', 'marido'), ('príncipe', 'princesa', 'rainha', 'rei'), ('príncipe', 'princesa', 'mulher', 'homem'), ('príncipe', 'princesa', 'sobrinha', 'sobrinho'), ('filho', 'filha', 'meia-irmã', 'meio-irmão'), ('filho', 'filha', 'madrasta', 'padrasto'), ('filho', 'filha', 'enteada', 'enteado'), ('filho', 'filha', 'tia', 'tio'), ('filho', 'filha', 'rapariga', 'rapaz'), ('filho', 'filha', 'irmã', 'irmão'), ('filho', 'filha', 'mãe', 'pai'), ('filho', 'filha', 'mãe', 'pai'), ('filho', 'filha', 'avó', 'avô'), ('filho', 'filha', 'avó', 'avô'), ('filho', 'filha', 'neta', 'neto'), ('filho', 'filha', 'noiva', 'noivo'), ('filho', 'filha', 'ela', 'ele'), ('filho', 'filha', 'dela', 'dele'), ('filho', 'filha', 'mulher', 'marido'), ('filho', 'filha', 'rainha', 'rei'), ('filho', 'filha', 'mulher', 'homem'), ('filho', 'filha', 'sobrinha', 'sobrinho'), ('filho', 'filha', 'princesa', 'príncipe'), ('meio-irmão', 'meia-irmã', 'madrasta', 'padrasto'), ('meio-irmão', 'meia-irmã', 'enteada', 'enteado'), ('meio-irmão', 'meia-irmã', 'tia', 'tio'), ('meio-irmão', 'meia-irmã', 'rapariga', 'rapaz'), ('meio-irmão', 'meia-irmã', 'irmã', 'irmão'), ('meio-irmão', 'meia-irmã', 'irmãs', 'irmãos'), ('meio-irmão', 'meia-irmã', 'mãe', 'pai'), ('meio-irmão', 'meia-irmã', 'mãe', 'pai'), ('meio-irmão', 'meia-irmã', 'avó', 'avô'), ('meio-irmão', 'meia-irmã', 'avó', 'avô'), ('meio-irmão', 'meia-irmã', 'neta', 'neto'), ('meio-irmão', 'meia-irmã', 'noiva', 'noivo'), ('meio-irmão', 'meia-irmã', 'ela', 'ele'), ('meio-irmão', 'meia-irmã', 'dela', 'dele'), ('meio-irmão', 'meia-irmã', 'mulher', 'marido'), ('meio-irmão', 'meia-irmã', 'rainha', 'rei'), ('meio-irmão', 'meia-irmã', 'mulher', 'homem'), ('meio-irmão', 'meia-irmã', 'sobrinha', 'sobrinho'), ('meio-irmão', 'meia-irmã', 'princesa', 'príncipe'), ('meio-irmão', 'meia-irmã', 'filha', 'filho'), ('padrasto', 'madrasta', 'enteada', 'enteado'), ('padrasto', 'madrasta', 'tia', 'tio'), ('padrasto', 'madrasta', 'rapariga', 'rapaz'), ('padrasto', 'madrasta', 'irmã', 'irmão'), ('padrasto', 'madrasta', 'mãe', 'pai'), ('padrasto', 'madrasta', 'mãe', 'pai'), ('padrasto', 'madrasta', 'avó', 'avô'), ('padrasto', 'madrasta', 'avó', 'avô'), ('padrasto', 'madrasta', 'noiva', 'noivo'), ('padrasto', 'madrasta', 'ela', 'ele'), ('padrasto', 'madrasta', 'dela', 'dele'), ('padrasto', 'madrasta', 'mulher', 'marido'), ('padrasto', 'madrasta', 'rainha', 'rei'), ('padrasto', 'madrasta', 'mulher', 'homem'), ('padrasto', 'madrasta', 'sobrinha', 'sobrinho'), ('padrasto', 'madrasta', 'princesa', 'príncipe'), ('padrasto', 'madrasta', 'filha', 'filho'), ('padrasto', 'madrasta', 'meia-irmã', 'meio-irmão'), ('enteado', 'enteada', 'tia', 'tio'), ('enteado', 'enteada', 'rapariga', 'rapaz'), ('enteado', 'enteada', 'irmã', 'irmão'), ('enteado', 'enteada', 'mãe', 'pai'), ('enteado', 'enteada', 'mãe', 'pai'), ('enteado', 'enteada', 'avó', 'avô'), ('enteado', 'enteada', 'avó', 'avô'), ('enteado', 'enteada', 'noiva', 'noivo'), ('enteado', 'enteada', 'ela', 'ele'), ('enteado', 'enteada', 'dela', 'dele'), ('enteado', 'enteada', 'mulher', 'marido'), ('enteado', 'enteada', 'rainha', 'rei'), ('enteado', 'enteada', 'mulher', 'homem'), ('enteado', 'enteada', 'sobrinha', 'sobrinho'), ('enteado', 'enteada', 'princesa', 'príncipe'), ('enteado', 'enteada', 'filha', 'filho'), ('enteado', 'enteada', 'meia-irmã', 'meio-irmão'), ('enteado', 'enteada', 'madrasta', 'padrasto'), ('tio', 'tia', 'rapariga', 'rapaz'), ('tio', 'tia', 'irmã', 'irmão'), ('tio', 'tia', 'mãe', 'pai'), ('tio', 'tia', 'mãe', 'pai'), ('tio', 'tia', 'avó', 'avô'), ('tio', 'tia', 'avó', 'avô'), ('tio', 'tia', 'noiva', 'noivo'), ('tio', 'tia', 'ela', 'ele'), ('tio', 'tia', 'dela', 'dele'), ('tio', 'tia', 'mulher', 'marido'), ('tio', 'tia', 'rainha', 'rei'), ('tio', 'tia', 'mulher', 'homem'), ('tio', 'tia', 'sobrinha', 'sobrinho'), ('tio', 'tia', 'princesa', 'príncipe'), ('tio', 'tia', 'filha', 'filho'), ('tio', 'tia', 'meia-irmã', 'meio-irmão'), ('tio', 'tia', 'madrasta', 'padrasto'), ('tio', 'tia', 'enteada', 'enteado')], 'incorrect': []}, {'section': '| gram1-adjective-to-adverb', 'correct': [('fantástico', 'fantasticamente', 'afortunadamente', 'afortunado'), ('fantástico', 'fantasticamente', 'furiosamente', 'furioso'), ('fantástico', 'fantasticamente', 'imediatamente', 'imediato'), ('fantástico', 'fantasticamente', 'profissionalmente', 'profissional'), ('fantástico', 'fantasticamente', 'rapidamente', 'rápido'), ('fantástico', 'fantasticamente', 'silenciosamente', 'silencioso'), ('fantástico', 'fantasticamente', 'rapidamente', 'rápido'), ('fantástico', 'fantasticamente', 'relutantemente', 'relutante'), ('fantástico', 'fantasticamente', 'repentinamente', 'repentino'), ('fantástico', 'fantasticamente', 'tipicamente', 'típico'), ('aparente', 'aparentemente', 'eficientemente', 'eficiente'), ('aparente', 'aparentemente', 'imediatamente', 'imediato'), ('aparente', 'aparentemente', 'ocasionalmente', 'ocasional'), ('aparente', 'aparentemente', 'profissionalmente', 'profissional'), ('aparente', 'aparentemente', 'relutantemente', 'relutante'), ('aparente', 'aparentemente', 'lentamente', 'lento'), ('calmo', 'calmamente', 'afortunadamente', 'afortunado'), ('calmo', 'calmamente', 'livremente', 'livre'), ('calmo', 'calmamente', 'furiosamente', 'furioso'), ('calmo', 'calmamente', 'rapidamente', 'rápido'), ('calmo', 'calmamente', 'silenciosamente', 'silencioso'), ('calmo', 'calmamente', 'rapidamente', 'rápido'), ('calmo', 'calmamente', 'raramente', 'raro'), ('calmo', 'calmamente', 'relutantemente', 'relutante'), ('calmo', 'calmamente', 'lentamente', 'lento'), ('calmo', 'calmamente', 'tipicamente', 'típico'), ('calmo', 'calmamente', 'infelizmente', 'infeliz'), ('calmo', 'calmamente', 'usualmente', 'usual'), ('alegre', 'alegremente', 'eficientemente', 'eficiente'), ('alegre', 'alegremente', 'afortunadamente', 'afortunado'), ('alegre', 'alegremente', 'livremente', 'livre'), ('alegre', 'alegremente', 'alegremente', 'alegre'), ('alegre', 'alegremente', 'imediatamente', 'imediato'), ('alegre', 'alegremente', 'relutantemente', 'relutante'), ('alegre', 'alegremente', 'repentinamente', 'repentino'), ('alegre', 'alegremente', 'tipicamente', 'típico'), ('alegre', 'alegremente', 'infelizmente', 'infeliz'), ('alegre', 'alegremente', 'calmamente', 'calmo'), ('completo', 'completamente', 'eficientemente', 'eficiente'), ('completo', 'completamente', 'imediatamente', 'imediato'), ('completo', 'completamente', 'ocasionalmente', 'ocasional'), ('completo', 'completamente', 'profissionalmente', 'profissional'), ('completo', 'completamente', 'rapidamente', 'rápido'), ('completo', 'completamente', 'silenciosamente', 'silencioso'), ('completo', 'completamente', 'rapidamente', 'rápido'), ('completo', 'completamente', 'relutantemente', 'relutante'), ('completo', 'completamente', 'lentamente', 'lento'), ('eficiente', 'eficientemente', 'imediatamente', 'imediato'), ('eficiente', 'eficientemente', 'ocasionalmente', 'ocasional'), ('eficiente', 'eficientemente', 'profissionalmente', 'profissional'), ('eficiente', 'eficientemente', 'relutantemente', 'relutante'), ('eficiente', 'eficientemente', 'lentamente', 'lento'), ('eficiente', 'eficientemente', 'aparentemente', 'aparente'), ('afortunado', 'afortunadamente', 'relutantemente', 'relutante'), ('livre', 'livremente', 'furiosamente', 'furioso'), ('livre', 'livremente', 'imediatamente', 'imediato'), ('livre', 'livremente', 'ocasionalmente', 'ocasional'), ('livre', 'livremente', 'profissionalmente', 'profissional'), ('livre', 'livremente', 'rapidamente', 'rápido'), ('livre', 'livremente', 'silenciosamente', 'silencioso'), ('livre', 'livremente', 'rapidamente', 'rápido'), ('livre', 'livremente', 'relutantemente', 'relutante'), ('livre', 'livremente', 'lentamente', 'lento'), ('livre', 'livremente', 'repentinamente', 'repentino'), ('livre', 'livremente', 'tipicamente', 'típico'), ('livre', 'livremente', 'infelizmente', 'infeliz'), ('livre', 'livremente', 'usualmente', 'usual'), ('livre', 'livremente', 'eficientemente', 'eficiente'), ('livre', 'livremente', 'afortunadamente', 'afortunado'), ('furioso', 'furiosamente', 'imediatamente', 'imediato'), ('furioso', 'furiosamente', 'obviamente', 'óbvio'), ('furioso', 'furiosamente', 'rapidamente', 'rápido'), ('furioso', 'furiosamente', 'silenciosamente', 'silencioso'), ('furioso', 'furiosamente', 'rapidamente', 'rápido'), ('furioso', 'furiosamente', 'raramente', 'raro'), ('furioso', 'furiosamente', 'relutantemente', 'relutante'), ('furioso', 'furiosamente', 'tipicamente', 'típico'), ('furioso', 'furiosamente', 'infelizmente', 'infeliz'), ('furioso', 'furiosamente', 'calmamente', 'calmo'), ('furioso', 'furiosamente', 'afortunadamente', 'afortunado'), ('furioso', 'furiosamente', 'livremente', 'livre'), ('alegre', 'alegremente', 'imediatamente', 'imediato'), ('alegre', 'alegremente', 'relutantemente', 'relutante'), ('alegre', 'alegremente', 'repentinamente', 'repentino'), ('alegre', 'alegremente', 'tipicamente', 'típico'), ('alegre', 'alegremente', 'infelizmente', 'infeliz'), ('alegre', 'alegremente', 'calmamente', 'calmo'), ('alegre', 'alegremente', 'alegremente', 'alegre'), ('alegre', 'alegremente', 'eficientemente', 'eficiente'), ('alegre', 'alegremente', 'afortunadamente', 'afortunado'), ('alegre', 'alegremente', 'livremente', 'livre'), ('imediato', 'imediatamente', 'ocasionalmente', 'ocasional'), ('imediato', 'imediatamente', 'profissionalmente', 'profissional'), ('imediato', 'imediatamente', 'rapidamente', 'rápido'), ('imediato', 'imediatamente', 'silenciosamente', 'silencioso'), ('imediato', 'imediatamente', 'rapidamente', 'rápido'), ('imediato', 'imediatamente', 'relutantemente', 'relutante'), ('imediato', 'imediatamente', 'lentamente', 'lento'), ('imediato', 'imediatamente', 'repentinamente', 'repentino'), ('imediato', 'imediatamente', 'completamente', 'completo'), ('imediato', 'imediatamente', 'eficientemente', 'eficiente'), ('sortudo', 'felizmente', 'profissionalmente', 'profissional'), ('sortudo', 'felizmente', 'relutantemente', 'relutante'), ('sortudo', 'felizmente', 'eficientemente', 'eficiente'), ('sortudo', 'felizmente', 'afortunadamente', 'afortunado'), ('óbvio', 'obviamente', 'profissionalmente', 'profissional'), ('óbvio', 'obviamente', 'rapidamente', 'rápido'), ('óbvio', 'obviamente', 'silenciosamente', 'silencioso'), ('óbvio', 'obviamente', 'rapidamente', 'rápido'), ('óbvio', 'obviamente', 'raramente', 'raro'), ('óbvio', 'obviamente', 'relutantemente', 'relutante'), ('óbvio', 'obviamente', 'repentinamente', 'repentino'), ('óbvio', 'obviamente', 'tipicamente', 'típico'), ('óbvio', 'obviamente', 'infelizmente', 'infeliz'), ('óbvio', 'obviamente', 'usualmente', 'usual'), ('óbvio', 'obviamente', 'furiosamente', 'furioso'), ('óbvio', 'obviamente', 'imediatamente', 'imediato'), ('ocasional', 'ocasionalmente', 'profissionalmente', 'profissional'), ('ocasional', 'ocasionalmente', 'relutantemente', 'relutante'), ('ocasional', 'ocasionalmente', 'aparentemente', 'aparente'), ('ocasional', 'ocasionalmente', 'eficientemente', 'eficiente'), ('ocasional', 'ocasionalmente', 'imediatamente', 'imediato'), ('possível', 'possivelmente', 'precisamente', 'preciso'), ('possível', 'possivelmente', 'profissionalmente', 'profissional'), ('possível', 'possivelmente', 'relutantemente', 'relutante'), ('possível', 'possivelmente', 'eficientemente', 'eficiente'), ('possível', 'possivelmente', 'imediatamente', 'imediato'), ('preciso', 'precisamente', 'possivelmente', 'possível'), ('profissional', 'profissionalmente', 'relutantemente', 'relutante'), ('profissional', 'profissionalmente', 'completamente', 'completo'), ('profissional', 'profissionalmente', 'eficientemente', 'eficiente'), ('profissional', 'profissionalmente', 'imediatamente', 'imediato'), ('profissional', 'profissionalmente', 'ocasionalmente', 'ocasional'), ('rápido', 'rapidamente', 'silenciosamente', 'silencioso'), ('rápido', 'rapidamente', 'rapidamente', 'rápido'), ('rápido', 'rapidamente', 'relutantemente', 'relutante'), ('rápido', 'rapidamente', 'lentamente', 'lento'), ('rápido', 'rapidamente', 'repentinamente', 'repentino'), ('rápido', 'rapidamente', 'tipicamente', 'típico'), ('rápido', 'rapidamente', 'completamente', 'completo'), ('rápido', 'rapidamente', 'eficientemente', 'eficiente'), ('rápido', 'rapidamente', 'afortunadamente', 'afortunado'), ('rápido', 'rapidamente', 'imediatamente', 'imediato'), ('rápido', 'rapidamente', 'profissionalmente', 'profissional'), ('silencioso', 'silenciosamente', 'rapidamente', 'rápido'), ('silencioso', 'silenciosamente', 'relutantemente', 'relutante'), ('silencioso', 'silenciosamente', 'lentamente', 'lento'), ('silencioso', 'silenciosamente', 'repentinamente', 'repentino'), ('silencioso', 'silenciosamente', 'tipicamente', 'típico'), ('silencioso', 'silenciosamente', 'calmamente', 'calmo'), ('silencioso', 'silenciosamente', 'eficientemente', 'eficiente'), ('silencioso', 'silenciosamente', 'afortunadamente', 'afortunado'), ('silencioso', 'silenciosamente', 'livremente', 'livre'), ('silencioso', 'silenciosamente', 'furiosamente', 'furioso'), ('silencioso', 'silenciosamente', 'imediatamente', 'imediato'), ('silencioso', 'silenciosamente', 'obviamente', 'óbvio'), ('silencioso', 'silenciosamente', 'profissionalmente', 'profissional'), ('silencioso', 'silenciosamente', 'rapidamente', 'rápido'), ('rápido', 'rapidamente', 'relutantemente', 'relutante'), ('rápido', 'rapidamente', 'lentamente', 'lento'), ('rápido', 'rapidamente', 'repentinamente', 'repentino'), ('rápido', 'rapidamente', 'tipicamente', 'típico'), ('rápido', 'rapidamente', 'completamente', 'completo'), ('rápido', 'rapidamente', 'eficientemente', 'eficiente'), ('rápido', 'rapidamente', 'afortunadamente', 'afortunado'), ('rápido', 'rapidamente', 'imediatamente', 'imediato'), ('rápido', 'rapidamente', 'profissionalmente', 'profissional'), ('rápido', 'rapidamente', 'rapidamente', 'rápido'), ('rápido', 'rapidamente', 'silenciosamente', 'silencioso'), ('raro', 'raramente', 'relutantemente', 'relutante'), ('raro', 'raramente', 'tipicamente', 'típico'), ('raro', 'raramente', 'infelizmente', 'infeliz'), ('raro', 'raramente', 'usualmente', 'usual'), ('raro', 'raramente', 'fantasticamente', 'fantástico'), ('raro', 'raramente', 'calmamente', 'calmo'), ('raro', 'raramente', 'afortunadamente', 'afortunado'), ('raro', 'raramente', 'furiosamente', 'furioso'), ('raro', 'raramente', 'obviamente', 'óbvio'), ('raro', 'raramente', 'rapidamente', 'rápido'), ('raro', 'raramente', 'silenciosamente', 'silencioso'), ('raro', 'raramente', 'rapidamente', 'rápido'), ('relutante', 'relutantemente', 'lentamente', 'lento'), ('relutante', 'relutantemente', 'aparentemente', 'aparente'), ('relutante', 'relutantemente', 'eficientemente', 'eficiente'), ('relutante', 'relutantemente', 'afortunadamente', 'afortunado'), ('relutante', 'relutantemente', 'imediatamente', 'imediato'), ('relutante', 'relutantemente', 'ocasionalmente', 'ocasional'), ('relutante', 'relutantemente', 'profissionalmente', 'profissional'), ('seguro', 'seguramente', 'eficientemente', 'eficiente'), ('seguro', 'seguramente', 'livremente', 'livre'), ('seguro', 'seguramente', 'imediatamente', 'imediato'), ('seguro', 'seguramente', 'profissionalmente', 'profissional'), ('seguro', 'seguramente', 'silenciosamente', 'silencioso'), ('seguro', 'seguramente', 'relutantemente', 'relutante'), ('sério', 'seriamente', 'lentamente', 'lento'), ('sério', 'seriamente', 'repentinamente', 'repentino'), ('sério', 'seriamente', 'tipicamente', 'típico'), ('sério', 'seriamente', 'infelizmente', 'infeliz'), ('sério', 'seriamente', 'fantasticamente', 'fantástico'), ('sério', 'seriamente', 'eficientemente', 'eficiente'), ('sério', 'seriamente', 'furiosamente', 'furioso'), ('sério', 'seriamente', 'imediatamente', 'imediato'), ('sério', 'seriamente', 'obviamente', 'óbvio'), ('sério', 'seriamente', 'profissionalmente', 'profissional'), ('sério', 'seriamente', 'rapidamente', 'rápido'), ('sério', 'seriamente', 'silenciosamente', 'silencioso'), ('sério', 'seriamente', 'rapidamente', 'rápido'), ('sério', 'seriamente', 'relutantemente', 'relutante'), ('lento', 'lentamente', 'repentinamente', 'repentino'), ('lento', 'lentamente', 'aparentemente', 'aparente'), ('lento', 'lentamente', 'completamente', 'completo'), ('lento', 'lentamente', 'eficientemente', 'eficiente'), ('lento', 'lentamente', 'afortunadamente', 'afortunado'), ('lento', 'lentamente', 'imediatamente', 'imediato'), ('lento', 'lentamente', 'ocasionalmente', 'ocasional'), ('lento', 'lentamente', 'profissionalmente', 'profissional'), ('lento', 'lentamente', 'rapidamente', 'rápido'), ('lento', 'lentamente', 'silenciosamente', 'silencioso'), ('lento', 'lentamente', 'rapidamente', 'rápido'), ('lento', 'lentamente', 'relutantemente', 'relutante'), ('repentino', 'repentinamente', 'aparentemente', 'aparente'), ('repentino', 'repentinamente', 'eficientemente', 'eficiente'), ('repentino', 'repentinamente', 'afortunadamente', 'afortunado'), ('repentino', 'repentinamente', 'imediatamente', 'imediato'), ('repentino', 'repentinamente', 'ocasionalmente', 'ocasional'), ('repentino', 'repentinamente', 'profissionalmente', 'profissional'), ('repentino', 'repentinamente', 'rapidamente', 'rápido'), ('repentino', 'repentinamente', 'silenciosamente', 'silencioso'), ('repentino', 'repentinamente', 'rapidamente', 'rápido'), ('repentino', 'repentinamente', 'relutantemente', 'relutante'), ('repentino', 'repentinamente', 'lentamente', 'lento'), ('típico', 'tipicamente', 'fantasticamente', 'fantástico'), ('típico', 'tipicamente', 'calmamente', 'calmo'), ('típico', 'tipicamente', 'afortunadamente', 'afortunado'), ('típico', 'tipicamente', 'furiosamente', 'furioso'), ('típico', 'tipicamente', 'imediatamente', 'imediato'), ('típico', 'tipicamente', 'ocasionalmente', 'ocasional'), ('típico', 'tipicamente', 'profissionalmente', 'profissional'), ('típico', 'tipicamente', 'rapidamente', 'rápido'), ('típico', 'tipicamente', 'silenciosamente', 'silencioso'), ('típico', 'tipicamente', 'rapidamente', 'rápido'), ('típico', 'tipicamente', 'raramente', 'raro'), ('típico', 'tipicamente', 'relutantemente', 'relutante'), ('infeliz', 'infelizmente', 'afortunadamente', 'afortunado'), ('infeliz', 'infelizmente', 'livremente', 'livre'), ('infeliz', 'infelizmente', 'furiosamente', 'furioso'), ('infeliz', 'infelizmente', 'silenciosamente', 'silencioso'), ('infeliz', 'infelizmente', 'relutantemente', 'relutante'), ('usual', 'usualmente', 'aparentemente', 'aparente'), ('usual', 'usualmente', 'eficientemente', 'eficiente'), ('usual', 'usualmente', 'livremente', 'livre'), ('usual', 'usualmente', 'imediatamente', 'imediato'), ('usual', 'usualmente', 'ocasionalmente', 'ocasional'), ('usual', 'usualmente', 'profissionalmente', 'profissional'), ('usual', 'usualmente', 'rapidamente', 'rápido'), ('usual', 'usualmente', 'silenciosamente', 'silencioso'), ('usual', 'usualmente', 'rapidamente', 'rápido'), ('usual', 'usualmente', 'relutantemente', 'relutante'), ('usual', 'usualmente', 'lentamente', 'lento'), ('usual', 'usualmente', 'repentinamente', 'repentino'), ('usual', 'usualmente', 'tipicamente', 'típico')], 'incorrect': []}, {'section': '| gram2-opposite', 'correct': [('aceitável', 'inaceitável', 'inconsciente', 'consciente'), ('aceitável', 'inaceitável', 'desconfortável', 'confortável'), ('aceitável', 'inaceitável', 'inconsistente', 'consistente'), ('aceitável', 'inaceitável', 'inconveniente', 'conveniente'), ('aceitável', 'inaceitável', 'ineficiente', 'eficiente'), ('aceitável', 'inaceitável', 'antiético', 'ético'), ('aceitável', 'inaceitável', 'desonesto', 'honesto'), ('aceitável', 'inaceitável', 'desinformado', 'informado'), ('aceitável', 'inaceitável', 'desconhecido', 'conhecido'), ('aceitável', 'inaceitável', 'improvável', 'provável'), ('aceitável', 'inaceitável', 'ilógico', 'lógico'), ('aceitável', 'inaceitável', 'desagradável', 'agradável'), ('aceitável', 'inaceitável', 'impossível', 'possível'), ('aceitável', 'inaceitável', 'improdutivo', 'produtivo'), ('aceitável', 'inaceitável', 'irracional', 'racional'), ('aceitável', 'inaceitável', 'irresponsável', 'responsável'), ('aceitável', 'inaceitável', 'desagradável', 'agradável'), ('consciente', 'inconsciente', 'desconfortável', 'confortável'), ('consciente', 'inconsciente', 'inconsistente', 'consistente'), ('consciente', 'inconsciente', 'inconveniente', 'conveniente'), ('consciente', 'inconsciente', 'ineficiente', 'eficiente'), ('consciente', 'inconsciente', 'desinformado', 'informado'), ('consciente', 'inconsciente', 'improvável', 'provável'), ('consciente', 'inconsciente', 'ilógico', 'lógico'), ('consciente', 'inconsciente', 'desagradável', 'agradável'), ('consciente', 'inconsciente', 'impossível', 'possível'), ('consciente', 'inconsciente', 'improdutivo', 'produtivo'), ('consciente', 'inconsciente', 'irracional', 'racional'), ('consciente', 'inconsciente', 'irresponsável', 'responsável'), ('consciente', 'inconsciente', 'desagradável', 'agradável'), ('consciente', 'inconsciente', 'inaceitável', 'aceitável'), ('certo', 'incerto', 'desconfortável', 'confortável'), ('certo', 'incerto', 'inconsistente', 'consistente'), ('certo', 'incerto', 'inconveniente', 'conveniente'), ('certo', 'incerto', 'ineficiente', 'eficiente'), ('certo', 'incerto', 'desonesto', 'honesto'), ('certo', 'incerto', 'desinformado', 'informado'), ('certo', 'incerto', 'improvável', 'provável'), ('certo', 'incerto', 'ilógico', 'lógico'), ('certo', 'incerto', 'desagradável', 'agradável'), ('certo', 'incerto', 'impossível', 'possível'), ('certo', 'incerto', 'improdutivo', 'produtivo'), ('certo', 'incerto', 'irracional', 'racional'), ('certo', 'incerto', 'incerto', 'certo'), ('certo', 'incerto', 'desagradável', 'agradável'), ('certo', 'incerto', 'inaceitável', 'aceitável'), ('certo', 'incerto', 'inconsciente', 'consciente'), ('claro', 'obscuro', 'desconfortável', 'confortável'), ('claro', 'obscuro', 'ineficiente', 'eficiente'), ('claro', 'obscuro', 'desinformado', 'informado'), ('claro', 'obscuro', 'improvável', 'provável'), ('claro', 'obscuro', 'ilógico', 'lógico'), ('claro', 'obscuro', 'desagradável', 'agradável'), ('claro', 'obscuro', 'impossível', 'possível'), ('claro', 'obscuro', 'improdutivo', 'produtivo'), ('claro', 'obscuro', 'irracional', 'racional'), ('claro', 'obscuro', 'irresponsável', 'responsável'), ('claro', 'obscuro', 'desagradável', 'agradável'), ('claro', 'obscuro', 'inaceitável', 'aceitável'), ('claro', 'obscuro', 'inconsciente', 'consciente'), ('confortável', 'desconfortável', 'inconsistente', 'consistente'), ('confortável', 'desconfortável', 'inconveniente', 'conveniente'), ('confortável', 'desconfortável', 'ineficiente', 'eficiente'), ('confortável', 'desconfortável', 'desonesto', 'honesto'), ('confortável', 'desconfortável', 'desinformado', 'informado'), ('confortável', 'desconfortável', 'desconhecido', 'conhecido'), ('confortável', 'desconfortável', 'improvável', 'provável'), ('confortável', 'desconfortável', 'ilógico', 'lógico'), ('confortável', 'desconfortável', 'desagradável', 'agradável'), ('confortável', 'desconfortável', 'impossível', 'possível'), ('confortável', 'desconfortável', 'improdutivo', 'produtivo'), ('confortável', 'desconfortável', 'irracional', 'racional'), ('confortável', 'desconfortável', 'irresponsável', 'responsável'), ('confortável', 'desconfortável', 'desagradável', 'agradável'), ('confortável', 'desconfortável', 'inaceitável', 'aceitável'), ('confortável', 'desconfortável', 'inconsciente', 'consciente'), ('consistente', 'inconsistente', 'inconveniente', 'conveniente'), ('consistente', 'inconsistente', 'ineficiente', 'eficiente'), ('consistente', 'inconsistente', 'desonesto', 'honesto'), ('consistente', 'inconsistente', 'desinformado', 'informado'), ('consistente', 'inconsistente', 'desconhecido', 'conhecido'), ('consistente', 'inconsistente', 'improvável', 'provável'), ('consistente', 'inconsistente', 'ilógico', 'lógico'), ('consistente', 'inconsistente', 'desagradável', 'agradável'), ('consistente', 'inconsistente', 'impossível', 'possível'), ('consistente', 'inconsistente', 'improdutivo', 'produtivo'), ('consistente', 'inconsistente', 'irracional', 'racional'), ('consistente', 'inconsistente', 'irresponsável', 'responsável'), ('consistente', 'inconsistente', 'desagradável', 'agradável'), ('consistente', 'inconsistente', 'inaceitável', 'aceitável'), ('consistente', 'inconsistente', 'inconsciente', 'consciente'), ('consistente', 'inconsistente', 'desconfortável', 'confortável'), ('conveniente', 'inconveniente', 'ineficiente', 'eficiente'), ('conveniente', 'inconveniente', 'desinformado', 'informado'), ('conveniente', 'inconveniente', 'desconhecido', 'conhecido'), ('conveniente', 'inconveniente', 'improvável', 'provável'), ('conveniente', 'inconveniente', 'ilógico', 'lógico'), ('conveniente', 'inconveniente', 'desagradável', 'agradável'), ('conveniente', 'inconveniente', 'impossível', 'possível'), ('conveniente', 'inconveniente', 'improdutivo', 'produtivo'), ('conveniente', 'inconveniente', 'irracional', 'racional'), ('conveniente', 'inconveniente', 'irresponsável', 'responsável'), ('conveniente', 'inconveniente', 'desagradável', 'agradável'), ('conveniente', 'inconveniente', 'inaceitável', 'aceitável'), ('conveniente', 'inconveniente', 'inconsciente', 'consciente'), ('conveniente', 'inconveniente', 'desconfortável', 'confortável'), ('conveniente', 'inconveniente', 'inconsistente', 'consistente'), ('decidido', 'indeciso', 'desinformado', 'informado'), ('decidido', 'indeciso', 'desconhecido', 'conhecido'), ('decidido', 'indeciso', 'improvável', 'provável'), ('decidido', 'indeciso', 'impossível', 'possível'), ('decidido', 'indeciso', 'improdutivo', 'produtivo'), ('decidido', 'indeciso', 'irresponsável', 'responsável'), ('decidido', 'indeciso', 'inconsistente', 'consistente'), ('eficiente', 'ineficiente', 'desonesto', 'honesto'), ('eficiente', 'ineficiente', 'desinformado', 'informado'), ('eficiente', 'ineficiente', 'desconhecido', 'conhecido'), ('eficiente', 'ineficiente', 'improvável', 'provável'), ('eficiente', 'ineficiente', 'ilógico', 'lógico'), ('eficiente', 'ineficiente', 'desagradável', 'agradável'), ('eficiente', 'ineficiente', 'impossível', 'possível'), ('eficiente', 'ineficiente', 'improdutivo', 'produtivo'), ('eficiente', 'ineficiente', 'irracional', 'racional'), ('eficiente', 'ineficiente', 'irresponsável', 'responsável'), ('eficiente', 'ineficiente', 'desagradável', 'agradável'), ('eficiente', 'ineficiente', 'inaceitável', 'aceitável'), ('eficiente', 'ineficiente', 'inconsciente', 'consciente'), ('eficiente', 'ineficiente', 'desconfortável', 'confortável'), ('eficiente', 'ineficiente', 'inconsistente', 'consistente'), ('eficiente', 'ineficiente', 'inconveniente', 'conveniente'), ('ético', 'antiético', 'desonesto', 'honesto'), ('ético', 'antiético', 'desinformado', 'informado'), ('ético', 'antiético', 'improvável', 'provável'), ('ético', 'antiético', 'ilógico', 'lógico'), ('ético', 'antiético', 'desagradável', 'agradável'), ('ético', 'antiético', 'impossível', 'possível'), ('ético', 'antiético', 'improdutivo', 'produtivo'), ('ético', 'antiético', 'irracional', 'racional'), ('ético', 'antiético', 'desagradável', 'agradável'), ('ético', 'antiético', 'inaceitável', 'aceitável'), ('ético', 'antiético', 'inconsciente', 'consciente'), ('ético', 'antiético', 'desconfortável', 'confortável'), ('afortunado', 'infeliz', 'desconhecido', 'conhecido'), ('afortunado', 'infeliz', 'improvável', 'provável'), ('afortunado', 'infeliz', 'impossível', 'possível'), ('afortunado', 'infeliz', 'improdutivo', 'produtivo'), ('afortunado', 'infeliz', 'irresponsável', 'responsável'), ('afortunado', 'infeliz', 'desconfortável', 'confortável'), ('afortunado', 'infeliz', 'inconsistente', 'consistente'), ('honesto', 'desonesto', 'desinformado', 'informado'), ('honesto', 'desonesto', 'desconhecido', 'conhecido'), ('honesto', 'desonesto', 'improvável', 'provável'), ('honesto', 'desonesto', 'ilógico', 'lógico'), ('honesto', 'desonesto', 'desagradável', 'agradável'), ('honesto', 'desonesto', 'impossível', 'possível'), ('honesto', 'desonesto', 'improdutivo', 'produtivo'), ('honesto', 'desonesto', 'irracional', 'racional'), ('honesto', 'desonesto', 'irresponsável', 'responsável'), ('honesto', 'desonesto', 'desagradável', 'agradável'), ('honesto', 'desonesto', 'inaceitável', 'aceitável'), ('honesto', 'desonesto', 'inconsciente', 'consciente'), ('honesto', 'desonesto', 'desconfortável', 'confortável'), ('honesto', 'desonesto', 'inconsistente', 'consistente'), ('honesto', 'desonesto', 'inconveniente', 'conveniente'), ('honesto', 'desonesto', 'ineficiente', 'eficiente'), ('honesto', 'desonesto', 'antiético', 'ético'), ('informado', 'desinformado', 'desconhecido', 'conhecido'), ('informado', 'desinformado', 'improvável', 'provável'), ('informado', 'desinformado', 'ilógico', 'lógico'), ('informado', 'desinformado', 'desagradável', 'agradável'), ('informado', 'desinformado', 'impossível', 'possível'), ('informado', 'desinformado', 'improdutivo', 'produtivo'), ('informado', 'desinformado', 'irracional', 'racional'), ('informado', 'desinformado', 'irresponsável', 'responsável'), ('informado', 'desinformado', 'desagradável', 'agradável'), ('informado', 'desinformado', 'inaceitável', 'aceitável'), ('informado', 'desinformado', 'inconsciente', 'consciente'), ('informado', 'desinformado', 'desconfortável', 'confortável'), ('informado', 'desinformado', 'inconsistente', 'consistente'), ('informado', 'desinformado', 'inconveniente', 'conveniente'), ('informado', 'desinformado', 'ineficiente', 'eficiente'), ('informado', 'desinformado', 'antiético', 'ético'), ('informado', 'desinformado', 'desonesto', 'honesto'), ('conhecido', 'desconhecido', 'improvável', 'provável'), ('conhecido', 'desconhecido', 'ilógico', 'lógico'), ('conhecido', 'desconhecido', 'desagradável', 'agradável'), ('conhecido', 'desconhecido', 'impossível', 'possível'), ('conhecido', 'desconhecido', 'improdutivo', 'produtivo'), ('conhecido', 'desconhecido', 'irracional', 'racional'), ('conhecido', 'desconhecido', 'irresponsável', 'responsável'), ('conhecido', 'desconhecido', 'desagradável', 'agradável'), ('conhecido', 'desconhecido', 'inaceitável', 'aceitável'), ('conhecido', 'desconhecido', 'inconsciente', 'consciente'), ('conhecido', 'desconhecido', 'desconfortável', 'confortável'), ('conhecido', 'desconhecido', 'inconsistente', 'consistente'), ('conhecido', 'desconhecido', 'inconveniente', 'conveniente'), ('conhecido', 'desconhecido', 'indeciso', 'decidido'), ('conhecido', 'desconhecido', 'ineficiente', 'eficiente'), ('conhecido', 'desconhecido', 'desinformado', 'informado'), ('provável', 'improvável', 'ilógico', 'lógico'), ('provável', 'improvável', 'impossível', 'possível'), ('provável', 'improvável', 'improdutivo', 'produtivo'), ('provável', 'improvável', 'irracional', 'racional'), ('provável', 'improvável', 'irresponsável', 'responsável'), ('provável', 'improvável', 'inaceitável', 'aceitável'), ('provável', 'improvável', 'inconsciente', 'consciente'), ('provável', 'improvável', 'desconfortável', 'confortável'), ('provável', 'improvável', 'inconsistente', 'consistente'), ('provável', 'improvável', 'inconveniente', 'conveniente'), ('provável', 'improvável', 'ineficiente', 'eficiente'), ('provável', 'improvável', 'desinformado', 'informado'), ('provável', 'improvável', 'desconhecido', 'conhecido'), ('lógico', 'ilógico', 'desagradável', 'agradável'), ('lógico', 'ilógico', 'impossível', 'possível'), ('lógico', 'ilógico', 'improdutivo', 'produtivo'), ('lógico', 'ilógico', 'irracional', 'racional'), ('lógico', 'ilógico', 'irresponsável', 'responsável'), ('lógico', 'ilógico', 'desagradável', 'agradável'), ('lógico', 'ilógico', 'inaceitável', 'aceitável'), ('lógico', 'ilógico', 'inconsciente', 'consciente'), ('lógico', 'ilógico', 'desconfortável', 'confortável'), ('lógico', 'ilógico', 'inconsistente', 'consistente'), ('lógico', 'ilógico', 'inconveniente', 'conveniente'), ('lógico', 'ilógico', 'ineficiente', 'eficiente'), ('lógico', 'ilógico', 'antiético', 'ético'), ('lógico', 'ilógico', 'desinformado', 'informado'), ('lógico', 'ilógico', 'desconhecido', 'conhecido'), ('lógico', 'ilógico', 'improvável', 'provável'), ('agradável', 'desagradável', 'impossível', 'possível'), ('agradável', 'desagradável', 'improdutivo', 'produtivo'), ('agradável', 'desagradável', 'irracional', 'racional'), ('agradável', 'desagradável', 'irresponsável', 'responsável'), ('agradável', 'desagradável', 'desagradável', 'agradável'), ('agradável', 'desagradável', 'inaceitável', 'aceitável'), ('agradável', 'desagradável', 'inconsciente', 'consciente'), ('agradável', 'desagradável', 'desconfortável', 'confortável'), ('agradável', 'desagradável', 'inconsistente', 'consistente'), ('agradável', 'desagradável', 'inconveniente', 'conveniente'), ('agradável', 'desagradável', 'ineficiente', 'eficiente'), ('agradável', 'desagradável', 'antiético', 'ético'), ('agradável', 'desagradável', 'desonesto', 'honesto'), ('agradável', 'desagradável', 'desinformado', 'informado'), ('agradável', 'desagradável', 'desconhecido', 'conhecido'), ('agradável', 'desagradável', 'improvável', 'provável'), ('agradável', 'desagradável', 'ilógico', 'lógico'), ('possível', 'impossível', 'improdutivo', 'produtivo'), ('possível', 'impossível', 'irracional', 'racional'), ('possível', 'impossível', 'irresponsável', 'responsável'), ('possível', 'impossível', 'desagradável', 'agradável'), ('possível', 'impossível', 'inaceitável', 'aceitável'), ('possível', 'impossível', 'inconsciente', 'consciente'), ('possível', 'impossível', 'desconfortável', 'confortável'), ('possível', 'impossível', 'inconsistente', 'consistente'), ('possível', 'impossível', 'inconveniente', 'conveniente'), ('possível', 'impossível', 'ineficiente', 'eficiente'), ('possível', 'impossível', 'desinformado', 'informado'), ('possível', 'impossível', 'desconhecido', 'conhecido'), ('possível', 'impossível', 'improvável', 'provável'), ('possível', 'impossível', 'ilógico', 'lógico'), ('possível', 'impossível', 'desagradável', 'agradável'), ('produtivo', 'improdutivo', 'irracional', 'racional'), ('produtivo', 'improdutivo', 'irresponsável', 'responsável'), ('produtivo', 'improdutivo', 'desagradável', 'agradável'), ('produtivo', 'improdutivo', 'inaceitável', 'aceitável'), ('produtivo', 'improdutivo', 'inconsciente', 'consciente'), ('produtivo', 'improdutivo', 'desconfortável', 'confortável'), ('produtivo', 'improdutivo', 'inconsistente', 'consistente'), ('produtivo', 'improdutivo', 'inconveniente', 'conveniente'), ('produtivo', 'improdutivo', 'ineficiente', 'eficiente'), ('produtivo', 'improdutivo', 'desinformado', 'informado'), ('produtivo', 'improdutivo', 'desconhecido', 'conhecido'), ('produtivo', 'improdutivo', 'improvável', 'provável'), ('produtivo', 'improdutivo', 'ilógico', 'lógico'), ('produtivo', 'improdutivo', 'desagradável', 'agradável'), ('produtivo', 'improdutivo', 'impossível', 'possível'), ('racional', 'irracional', 'irresponsável', 'responsável'), ('racional', 'irracional', 'desagradável', 'agradável'), ('racional', 'irracional', 'inaceitável', 'aceitável'), ('racional', 'irracional', 'inconsciente', 'consciente'), ('racional', 'irracional', 'desconfortável', 'confortável'), ('racional', 'irracional', 'inconsistente', 'consistente'), ('racional', 'irracional', 'inconveniente', 'conveniente'), ('racional', 'irracional', 'ineficiente', 'eficiente'), ('racional', 'irracional', 'desonesto', 'honesto'), ('racional', 'irracional', 'desinformado', 'informado'), ('racional', 'irracional', 'improvável', 'provável'), ('racional', 'irracional', 'ilógico', 'lógico'), ('racional', 'irracional', 'desagradável', 'agradável'), ('racional', 'irracional', 'impossível', 'possível'), ('racional', 'irracional', 'improdutivo', 'produtivo'), ('responsável', 'irresponsável', 'inaceitável', 'aceitável'), ('responsável', 'irresponsável', 'inconsciente', 'consciente'), ('responsável', 'irresponsável', 'desconfortável', 'confortável'), ('responsável', 'irresponsável', 'inconsistente', 'consistente'), ('responsável', 'irresponsável', 'inconveniente', 'conveniente'), ('responsável', 'irresponsável', 'indeciso', 'decidido'), ('responsável', 'irresponsável', 'ineficiente', 'eficiente'), ('responsável', 'irresponsável', 'desinformado', 'informado'), ('responsável', 'irresponsável', 'desconhecido', 'conhecido'), ('responsável', 'irresponsável', 'improvável', 'provável'), ('responsável', 'irresponsável', 'ilógico', 'lógico'), ('responsável', 'irresponsável', 'impossível', 'possível'), ('responsável', 'irresponsável', 'improdutivo', 'produtivo'), ('responsável', 'irresponsável', 'irracional', 'racional'), ('certo', 'incerto', 'desagradável', 'agradável'), ('certo', 'incerto', 'inaceitável', 'aceitável'), ('certo', 'incerto', 'inconsciente', 'consciente'), ('certo', 'incerto', 'incerto', 'certo'), ('certo', 'incerto', 'desconfortável', 'confortável'), ('certo', 'incerto', 'inconsistente', 'consistente'), ('certo', 'incerto', 'inconveniente', 'conveniente'), ('certo', 'incerto', 'ineficiente', 'eficiente'), ('certo', 'incerto', 'desonesto', 'honesto'), ('certo', 'incerto', 'desinformado', 'informado'), ('certo', 'incerto', 'improvável', 'provável'), ('certo', 'incerto', 'ilógico', 'lógico'), ('certo', 'incerto', 'desagradável', 'agradável'), ('certo', 'incerto', 'impossível', 'possível'), ('certo', 'incerto', 'improdutivo', 'produtivo'), ('certo', 'incerto', 'irracional', 'racional'), ('agradável', 'desagradável', 'inaceitável', 'aceitável'), ('agradável', 'desagradável', 'inconsciente', 'consciente'), ('agradável', 'desagradável', 'desconfortável', 'confortável'), ('agradável', 'desagradável', 'inconsistente', 'consistente'), ('agradável', 'desagradável', 'inconveniente', 'conveniente'), ('agradável', 'desagradável', 'ineficiente', 'eficiente'), ('agradável', 'desagradável', 'antiético', 'ético'), ('agradável', 'desagradável', 'desonesto', 'honesto'), ('agradável', 'desagradável', 'desinformado', 'informado'), ('agradável', 'desagradável', 'desconhecido', 'conhecido'), ('agradável', 'desagradável', 'improvável', 'provável'), ('agradável', 'desagradável', 'ilógico', 'lógico'), ('agradável', 'desagradável', 'desagradável', 'agradável'), ('agradável', 'desagradável', 'impossível', 'possível'), ('agradável', 'desagradável', 'improdutivo', 'produtivo'), ('agradável', 'desagradável', 'irracional', 'racional'), ('agradável', 'desagradável', 'irresponsável', 'responsável')], 'incorrect': []}, {'section': '| gram3-comparative', 'correct': [('mau', 'pior', 'maior', 'grande'), ('mau', 'pior', 'melhor', 'bom'), ('mau', 'pior', 'maior', 'grande'), ('mau', 'pior', 'maior', 'grande'), ('mau', 'pior', 'menor', 'pequeno'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'menor', 'pequeno'), ('bom', 'melhor', 'maior', 'grande'), ('bom', 'melhor', 'maior', 'grande'), ('bom', 'melhor', 'menor', 'pequeno'), ('bom', 'melhor', 'pior', 'mau'), ('bom', 'melhor', 'maior', 'grande'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'menor', 'pequeno'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'menor', 'pequeno'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'maior', 'grande'), ('pequeno', 'menor', 'maior', 'grande'), ('pequeno', 'menor', 'maior', 'grande'), ('pequeno', 'menor', 'maior', 'grande')], 'incorrect': []}, {'section': '| gram4-superlative', 'correct': [('mau', 'pior', 'maior', 'grande'), ('mau', 'pior', 'melhor', 'bom'), ('mau', 'pior', 'altíssimo', 'alto'), ('mau', 'pior', 'curtíssimo', 'curto'), ('mau', 'pior', 'fortíssimo', 'forte'), ('mau', 'pior', 'altíssimo', 'alto'), ('grande', 'maior', 'altíssimo', 'alto'), ('grande', 'maior', 'curtíssimo', 'curto'), ('grande', 'maior', 'fortíssimo', 'forte'), ('grande', 'maior', 'altíssimo', 'alto'), ('fácil', 'facílimo', 'baixíssimo', 'baixo'), ('fácil', 'facílimo', 'curtíssimo', 'curto'), ('fácil', 'facílimo', 'fortíssimo', 'forte'), ('fácil', 'facílimo', 'maior', 'grande'), ('bom', 'melhor', 'altíssimo', 'alto'), ('bom', 'melhor', 'baixíssimo', 'baixo'), ('bom', 'melhor', 'curtíssimo', 'curto'), ('bom', 'melhor', 'altíssimo', 'alto'), ('bom', 'melhor', 'pior', 'mau'), ('bom', 'melhor', 'maior', 'grande'), ('alto', 'altíssimo', 'baixíssimo', 'baixo'), ('alto', 'altíssimo', 'curtíssimo', 'curto'), ('alto', 'altíssimo', 'fortíssimo', 'forte'), ('alto', 'altíssimo', 'altíssimo', 'alto'), ('alto', 'altíssimo', 'maior', 'grande'), ('baixo', 'baixíssimo', 'curtíssimo', 'curto'), ('baixo', 'baixíssimo', 'fortíssimo', 'forte'), ('baixo', 'baixíssimo', 'altíssimo', 'alto'), ('baixo', 'baixíssimo', 'maior', 'grande'), ('baixo', 'baixíssimo', 'altíssimo', 'alto'), ('curto', 'curtíssimo', 'fortíssimo', 'forte'), ('curto', 'curtíssimo', 'altíssimo', 'alto'), ('curto', 'curtíssimo', 'maior', 'grande'), ('curto', 'curtíssimo', 'altíssimo', 'alto'), ('curto', 'curtíssimo', 'baixíssimo', 'baixo'), ('forte', 'fortíssimo', 'altíssimo', 'alto'), ('forte', 'fortíssimo', 'maior', 'grande'), ('forte', 'fortíssimo', 'altíssimo', 'alto'), ('forte', 'fortíssimo', 'curtíssimo', 'curto'), ('alto', 'altíssimo', 'maior', 'grande'), ('alto', 'altíssimo', 'altíssimo', 'alto'), ('alto', 'altíssimo', 'baixíssimo', 'baixo'), ('alto', 'altíssimo', 'curtíssimo', 'curto'), ('alto', 'altíssimo', 'fortíssimo', 'forte'), ('jovem', 'novíssimo', 'maior', 'grande'), ('jovem', 'novíssimo', 'fortíssimo', 'forte')], 'incorrect': []}, {'section': '| gram5-present-participle', 'correct': [('programar', 'programando', 'dançando', 'dançar'), ('programar', 'programando', 'depurando', 'depurar'), ('programar', 'programando', 'diminuindo', 'diminuir'), ('programar', 'programando', 'descrevendo', 'descrever'), ('programar', 'programando', 'descobrindo', 'descobrir'), ('programar', 'programando', 'melhorando', 'melhorar'), ('programar', 'programando', 'voando', 'voar'), ('programar', 'programando', 'gerando', 'gerar'), ('programar', 'programando', 'implementando', 'implementar'), ('programar', 'programando', 'aumentando', 'aumentar'), ('programar', 'programando', 'inventando', 'inventar'), ('programar', 'programando', 'saltando', 'saltar'), ('programar', 'programando', 'ouvindo', 'ouvir'), ('programar', 'programando', 'movendo', 'mover'), ('programar', 'programando', 'jogando', 'jogar'), ('programar', 'programando', 'prevendo', 'prever'), ('programar', 'programando', 'lendo', 'ler'), ('programar', 'programando', 'correndo', 'correr'), ('programar', 'programando', 'dizendo', 'dizer'), ('programar', 'programando', 'gritando', 'gritar'), ('programar', 'programando', 'cantando', 'cantar'), ('programar', 'programando', 'sentando', 'sentar'), ('programar', 'programando', 'nadando', 'nadar'), ('programar', 'programando', 'pensando', 'pensar'), ('programar', 'programando', 'desaparecendo', 'desaparecer'), ('programar', 'programando', 'andando', 'andar'), ('programar', 'programando', 'escrevendo', 'escrever'), ('dançar', 'dançando', 'depurando', 'depurar'), ('dançar', 'dançando', 'diminuindo', 'diminuir'), ('dançar', 'dançando', 'descrevendo', 'descrever'), ('dançar', 'dançando', 'descobrindo', 'descobrir'), ('dançar', 'dançando', 'melhorando', 'melhorar'), ('dançar', 'dançando', 'voando', 'voar'), ('dançar', 'dançando', 'gerando', 'gerar'), ('dançar', 'dançando', 'implementando', 'implementar'), ('dançar', 'dançando', 'aumentando', 'aumentar'), ('dançar', 'dançando', 'inventando', 'inventar'), ('dançar', 'dançando', 'saltando', 'saltar'), ('dançar', 'dançando', 'ouvindo', 'ouvir'), ('dançar', 'dançando', 'movendo', 'mover'), ('dançar', 'dançando', 'jogando', 'jogar'), ('dançar', 'dançando', 'prevendo', 'prever'), ('dançar', 'dançando', 'lendo', 'ler'), ('dançar', 'dançando', 'correndo', 'correr'), ('dançar', 'dançando', 'dizendo', 'dizer'), ('dançar', 'dançando', 'gritando', 'gritar'), ('dançar', 'dançando', 'cantando', 'cantar'), ('dançar', 'dançando', 'sentando', 'sentar'), ('dançar', 'dançando', 'nadando', 'nadar'), ('dançar', 'dançando', 'pensando', 'pensar'), ('dançar', 'dançando', 'desaparecendo', 'desaparecer'), ('dançar', 'dançando', 'andando', 'andar'), ('dançar', 'dançando', 'escrevendo', 'escrever'), ('dançar', 'dançando', 'programando', 'programar'), ('depurar', 'depurando', 'diminuindo', 'diminuir'), ('depurar', 'depurando', 'descrevendo', 'descrever'), ('depurar', 'depurando', 'descobrindo', 'descobrir'), ('depurar', 'depurando', 'melhorando', 'melhorar'), ('depurar', 'depurando', 'voando', 'voar'), ('depurar', 'depurando', 'gerando', 'gerar'), ('depurar', 'depurando', 'implementando', 'implementar'), ('depurar', 'depurando', 'aumentando', 'aumentar'), ('depurar', 'depurando', 'inventando', 'inventar'), ('depurar', 'depurando', 'saltando', 'saltar'), ('depurar', 'depurando', 'ouvindo', 'ouvir'), ('depurar', 'depurando', 'movendo', 'mover'), ('depurar', 'depurando', 'jogando', 'jogar'), ('depurar', 'depurando', 'prevendo', 'prever'), ('depurar', 'depurando', 'lendo', 'ler'), ('depurar', 'depurando', 'correndo', 'correr'), ('depurar', 'depurando', 'dizendo', 'dizer'), ('depurar', 'depurando', 'gritando', 'gritar'), ('depurar', 'depurando', 'cantando', 'cantar'), ('depurar', 'depurando', 'sentando', 'sentar'), ('depurar', 'depurando', 'nadando', 'nadar'), ('depurar', 'depurando', 'pensando', 'pensar'), ('depurar', 'depurando', 'desaparecendo', 'desaparecer'), ('depurar', 'depurando', 'andando', 'andar'), ('depurar', 'depurando', 'escrevendo', 'escrever'), ('depurar', 'depurando', 'programando', 'programar'), ('depurar', 'depurando', 'dançando', 'dançar'), ('diminuir', 'diminuindo', 'descrevendo', 'descrever'), ('diminuir', 'diminuindo', 'descobrindo', 'descobrir'), ('diminuir', 'diminuindo', 'melhorando', 'melhorar'), ('diminuir', 'diminuindo', 'voando', 'voar'), ('diminuir', 'diminuindo', 'gerando', 'gerar'), ('diminuir', 'diminuindo', 'implementando', 'implementar'), ('diminuir', 'diminuindo', 'aumentando', 'aumentar'), ('diminuir', 'diminuindo', 'inventando', 'inventar'), ('diminuir', 'diminuindo', 'saltando', 'saltar'), ('diminuir', 'diminuindo', 'ouvindo', 'ouvir'), ('diminuir', 'diminuindo', 'movendo', 'mover'), ('diminuir', 'diminuindo', 'jogando', 'jogar'), ('diminuir', 'diminuindo', 'prevendo', 'prever'), ('diminuir', 'diminuindo', 'lendo', 'ler'), ('diminuir', 'diminuindo', 'correndo', 'correr'), ('diminuir', 'diminuindo', 'dizendo', 'dizer'), ('diminuir', 'diminuindo', 'gritando', 'gritar'), ('diminuir', 'diminuindo', 'cantando', 'cantar'), ('diminuir', 'diminuindo', 'sentando', 'sentar'), ('diminuir', 'diminuindo', 'nadando', 'nadar'), ('diminuir', 'diminuindo', 'pensando', 'pensar'), ('diminuir', 'diminuindo', 'desaparecendo', 'desaparecer'), ('diminuir', 'diminuindo', 'andando', 'andar'), ('diminuir', 'diminuindo', 'escrevendo', 'escrever'), ('diminuir', 'diminuindo', 'programando', 'programar'), ('diminuir', 'diminuindo', 'dançando', 'dançar'), ('diminuir', 'diminuindo', 'depurando', 'depurar'), ('descrever', 'descrevendo', 'descobrindo', 'descobrir'), ('descrever', 'descrevendo', 'melhorando', 'melhorar'), ('descrever', 'descrevendo', 'voando', 'voar'), ('descrever', 'descrevendo', 'gerando', 'gerar'), ('descrever', 'descrevendo', 'implementando', 'implementar'), ('descrever', 'descrevendo', 'aumentando', 'aumentar'), ('descrever', 'descrevendo', 'inventando', 'inventar'), ('descrever', 'descrevendo', 'saltando', 'saltar'), ('descrever', 'descrevendo', 'ouvindo', 'ouvir'), ('descrever', 'descrevendo', 'movendo', 'mover'), ('descrever', 'descrevendo', 'jogando', 'jogar'), ('descrever', 'descrevendo', 'prevendo', 'prever'), ('descrever', 'descrevendo', 'lendo', 'ler'), ('descrever', 'descrevendo', 'correndo', 'correr'), ('descrever', 'descrevendo', 'dizendo', 'dizer'), ('descrever', 'descrevendo', 'gritando', 'gritar'), ('descrever', 'descrevendo', 'cantando', 'cantar'), ('descrever', 'descrevendo', 'sentando', 'sentar'), ('descrever', 'descrevendo', 'nadando', 'nadar'), ('descrever', 'descrevendo', 'pensando', 'pensar'), ('descrever', 'descrevendo', 'desaparecendo', 'desaparecer'), ('descrever', 'descrevendo', 'andando', 'andar'), ('descrever', 'descrevendo', 'escrevendo', 'escrever'), ('descrever', 'descrevendo', 'programando', 'programar'), ('descrever', 'descrevendo', 'dançando', 'dançar'), ('descrever', 'descrevendo', 'depurando', 'depurar'), ('descrever', 'descrevendo', 'diminuindo', 'diminuir'), ('descobrir', 'descobrindo', 'melhorando', 'melhorar'), ('descobrir', 'descobrindo', 'voando', 'voar'), ('descobrir', 'descobrindo', 'gerando', 'gerar'), ('descobrir', 'descobrindo', 'implementando', 'implementar'), ('descobrir', 'descobrindo', 'aumentando', 'aumentar'), ('descobrir', 'descobrindo', 'inventando', 'inventar'), ('descobrir', 'descobrindo', 'saltando', 'saltar'), ('descobrir', 'descobrindo', 'ouvindo', 'ouvir'), ('descobrir', 'descobrindo', 'movendo', 'mover'), ('descobrir', 'descobrindo', 'jogando', 'jogar'), ('descobrir', 'descobrindo', 'prevendo', 'prever'), ('descobrir', 'descobrindo', 'lendo', 'ler'), ('descobrir', 'descobrindo', 'correndo', 'correr'), ('descobrir', 'descobrindo', 'dizendo', 'dizer'), ('descobrir', 'descobrindo', 'gritando', 'gritar'), ('descobrir', 'descobrindo', 'cantando', 'cantar'), ('descobrir', 'descobrindo', 'sentando', 'sentar'), ('descobrir', 'descobrindo', 'nadando', 'nadar'), ('descobrir', 'descobrindo', 'pensando', 'pensar'), ('descobrir', 'descobrindo', 'desaparecendo', 'desaparecer'), ('descobrir', 'descobrindo', 'andando', 'andar'), ('descobrir', 'descobrindo', 'escrevendo', 'escrever'), ('descobrir', 'descobrindo', 'programando', 'programar'), ('descobrir', 'descobrindo', 'dançando', 'dançar'), ('descobrir', 'descobrindo', 'depurando', 'depurar'), ('descobrir', 'descobrindo', 'diminuindo', 'diminuir'), ('descobrir', 'descobrindo', 'descrevendo', 'descrever'), ('melhorar', 'melhorando', 'voando', 'voar'), ('melhorar', 'melhorando', 'gerando', 'gerar'), ('melhorar', 'melhorando', 'implementando', 'implementar'), ('melhorar', 'melhorando', 'aumentando', 'aumentar'), ('melhorar', 'melhorando', 'inventando', 'inventar'), ('melhorar', 'melhorando', 'saltando', 'saltar'), ('melhorar', 'melhorando', 'ouvindo', 'ouvir'), ('melhorar', 'melhorando', 'movendo', 'mover'), ('melhorar', 'melhorando', 'jogando', 'jogar'), ('melhorar', 'melhorando', 'prevendo', 'prever'), ('melhorar', 'melhorando', 'lendo', 'ler'), ('melhorar', 'melhorando', 'correndo', 'correr'), ('melhorar', 'melhorando', 'dizendo', 'dizer'), ('melhorar', 'melhorando', 'gritando', 'gritar'), ('melhorar', 'melhorando', 'cantando', 'cantar'), ('melhorar', 'melhorando', 'sentando', 'sentar'), ('melhorar', 'melhorando', 'nadando', 'nadar'), ('melhorar', 'melhorando', 'pensando', 'pensar'), ('melhorar', 'melhorando', 'desaparecendo', 'desaparecer'), ('melhorar', 'melhorando', 'andando', 'andar'), ('melhorar', 'melhorando', 'escrevendo', 'escrever'), ('melhorar', 'melhorando', 'programando', 'programar'), ('melhorar', 'melhorando', 'dançando', 'dançar'), ('melhorar', 'melhorando', 'depurando', 'depurar'), ('melhorar', 'melhorando', 'diminuindo', 'diminuir'), ('melhorar', 'melhorando', 'descrevendo', 'descrever'), ('melhorar', 'melhorando', 'descobrindo', 'descobrir'), ('voar', 'voando', 'gerando', 'gerar'), ('voar', 'voando', 'indo', 'ir'), ('voar', 'voando', 'implementando', 'implementar'), ('voar', 'voando', 'aumentando', 'aumentar'), ('voar', 'voando', 'inventando', 'inventar'), ('voar', 'voando', 'saltando', 'saltar'), ('voar', 'voando', 'ouvindo', 'ouvir'), ('voar', 'voando', 'movendo', 'mover'), ('voar', 'voando', 'jogando', 'jogar'), ('voar', 'voando', 'prevendo', 'prever'), ('voar', 'voando', 'lendo', 'ler'), ('voar', 'voando', 'correndo', 'correr'), ('voar', 'voando', 'dizendo', 'dizer'), ('voar', 'voando', 'gritando', 'gritar'), ('voar', 'voando', 'cantando', 'cantar'), ('voar', 'voando', 'sentando', 'sentar'), ('voar', 'voando', 'nadando', 'nadar'), ('voar', 'voando', 'pensando', 'pensar'), ('voar', 'voando', 'desaparecendo', 'desaparecer'), ('voar', 'voando', 'andando', 'andar'), ('voar', 'voando', 'escrevendo', 'escrever'), ('voar', 'voando', 'programando', 'programar'), ('voar', 'voando', 'dançando', 'dançar'), ('voar', 'voando', 'depurando', 'depurar'), ('voar', 'voando', 'diminuindo', 'diminuir'), ('voar', 'voando', 'descrevendo', 'descrever'), ('voar', 'voando', 'descobrindo', 'descobrir'), ('voar', 'voando', 'melhorando', 'melhorar'), ('gerar', 'gerando', 'implementando', 'implementar'), ('gerar', 'gerando', 'aumentando', 'aumentar'), ('gerar', 'gerando', 'inventando', 'inventar'), ('gerar', 'gerando', 'saltando', 'saltar'), ('gerar', 'gerando', 'ouvindo', 'ouvir'), ('gerar', 'gerando', 'movendo', 'mover'), ('gerar', 'gerando', 'jogando', 'jogar'), ('gerar', 'gerando', 'prevendo', 'prever'), ('gerar', 'gerando', 'lendo', 'ler'), ('gerar', 'gerando', 'correndo', 'correr'), ('gerar', 'gerando', 'dizendo', 'dizer'), ('gerar', 'gerando', 'gritando', 'gritar'), ('gerar', 'gerando', 'cantando', 'cantar'), ('gerar', 'gerando', 'sentando', 'sentar'), ('gerar', 'gerando', 'nadando', 'nadar'), ('gerar', 'gerando', 'pensando', 'pensar'), ('gerar', 'gerando', 'desaparecendo', 'desaparecer'), ('gerar', 'gerando', 'andando', 'andar'), ('gerar', 'gerando', 'escrevendo', 'escrever'), ('gerar', 'gerando', 'programando', 'programar'), ('gerar', 'gerando', 'dançando', 'dançar'), ('gerar', 'gerando', 'depurando', 'depurar'), ('gerar', 'gerando', 'diminuindo', 'diminuir'), ('gerar', 'gerando', 'descrevendo', 'descrever'), ('gerar', 'gerando', 'descobrindo', 'descobrir'), ('gerar', 'gerando', 'melhorando', 'melhorar'), ('gerar', 'gerando', 'voando', 'voar'), ('ir', 'indo', 'saltando', 'saltar'), ('ir', 'indo', 'ouvindo', 'ouvir'), ('ir', 'indo', 'vendo', 'ver'), ('ir', 'indo', 'movendo', 'mover'), ('ir', 'indo', 'jogando', 'jogar'), ('ir', 'indo', 'prevendo', 'prever'), ('ir', 'indo', 'lendo', 'ler'), ('ir', 'indo', 'correndo', 'correr'), ('ir', 'indo', 'dizendo', 'dizer'), ('ir', 'indo', 'gritando', 'gritar'), ('ir', 'indo', 'vendo', 'ver'), ('ir', 'indo', 'cantando', 'cantar'), ('ir', 'indo', 'sentando', 'sentar'), ('ir', 'indo', 'nadando', 'nadar'), ('ir', 'indo', 'pensando', 'pensar'), ('ir', 'indo', 'andando', 'andar'), ('ir', 'indo', 'escrevendo', 'escrever'), ('ir', 'indo', 'programando', 'programar'), ('ir', 'indo', 'dançando', 'dançar'), ('ir', 'indo', 'diminuindo', 'diminuir'), ('ir', 'indo', 'descobrindo', 'descobrir'), ('ir', 'indo', 'melhorando', 'melhorar'), ('ir', 'indo', 'voando', 'voar'), ('ir', 'indo', 'gerando', 'gerar'), ('implementar', 'implementando', 'aumentando', 'aumentar'), ('implementar', 'implementando', 'inventando', 'inventar'), ('implementar', 'implementando', 'saltando', 'saltar'), ('implementar', 'implementando', 'ouvindo', 'ouvir'), ('implementar', 'implementando', 'movendo', 'mover'), ('implementar', 'implementando', 'jogando', 'jogar'), ('implementar', 'implementando', 'prevendo', 'prever'), ('implementar', 'implementando', 'lendo', 'ler'), ('implementar', 'implementando', 'correndo', 'correr'), ('implementar', 'implementando', 'dizendo', 'dizer'), ('implementar', 'implementando', 'gritando', 'gritar'), ('implementar', 'implementando', 'cantando', 'cantar'), ('implementar', 'implementando', 'sentando', 'sentar'), ('implementar', 'implementando', 'nadando', 'nadar'), ('implementar', 'implementando', 'pensando', 'pensar'), ('implementar', 'implementando', 'desaparecendo', 'desaparecer'), ('implementar', 'implementando', 'andando', 'andar'), ('implementar', 'implementando', 'escrevendo', 'escrever'), ('implementar', 'implementando', 'programando', 'programar'), ('implementar', 'implementando', 'dançando', 'dançar'), ('implementar', 'implementando', 'depurando', 'depurar'), ('implementar', 'implementando', 'diminuindo', 'diminuir'), ('implementar', 'implementando', 'descrevendo', 'descrever'), ('implementar', 'implementando', 'descobrindo', 'descobrir'), ('implementar', 'implementando', 'melhorando', 'melhorar'), ('implementar', 'implementando', 'voando', 'voar'), ('implementar', 'implementando', 'gerando', 'gerar'), ('aumentar', 'aumentando', 'inventando', 'inventar'), ('aumentar', 'aumentando', 'saltando', 'saltar'), ('aumentar', 'aumentando', 'ouvindo', 'ouvir'), ('aumentar', 'aumentando', 'movendo', 'mover'), ('aumentar', 'aumentando', 'jogando', 'jogar'), ('aumentar', 'aumentando', 'prevendo', 'prever'), ('aumentar', 'aumentando', 'lendo', 'ler'), ('aumentar', 'aumentando', 'correndo', 'correr'), ('aumentar', 'aumentando', 'dizendo', 'dizer'), ('aumentar', 'aumentando', 'gritando', 'gritar'), ('aumentar', 'aumentando', 'cantando', 'cantar'), ('aumentar', 'aumentando', 'sentando', 'sentar'), ('aumentar', 'aumentando', 'nadando', 'nadar'), ('aumentar', 'aumentando', 'pensando', 'pensar'), ('aumentar', 'aumentando', 'desaparecendo', 'desaparecer'), ('aumentar', 'aumentando', 'andando', 'andar'), ('aumentar', 'aumentando', 'escrevendo', 'escrever'), ('aumentar', 'aumentando', 'programando', 'programar'), ('aumentar', 'aumentando', 'dançando', 'dançar'), ('aumentar', 'aumentando', 'depurando', 'depurar'), ('aumentar', 'aumentando', 'diminuindo', 'diminuir'), ('aumentar', 'aumentando', 'descrevendo', 'descrever'), ('aumentar', 'aumentando', 'descobrindo', 'descobrir'), ('aumentar', 'aumentando', 'melhorando', 'melhorar'), ('aumentar', 'aumentando', 'voando', 'voar'), ('aumentar', 'aumentando', 'gerando', 'gerar'), ('aumentar', 'aumentando', 'implementando', 'implementar'), ('inventar', 'inventando', 'saltando', 'saltar'), ('inventar', 'inventando', 'ouvindo', 'ouvir'), ('inventar', 'inventando', 'movendo', 'mover'), ('inventar', 'inventando', 'jogando', 'jogar'), ('inventar', 'inventando', 'prevendo', 'prever'), ('inventar', 'inventando', 'lendo', 'ler'), ('inventar', 'inventando', 'correndo', 'correr'), ('inventar', 'inventando', 'dizendo', 'dizer'), ('inventar', 'inventando', 'gritando', 'gritar'), ('inventar', 'inventando', 'cantando', 'cantar'), ('inventar', 'inventando', 'sentando', 'sentar'), ('inventar', 'inventando', 'nadando', 'nadar'), ('inventar', 'inventando', 'pensando', 'pensar'), ('inventar', 'inventando', 'desaparecendo', 'desaparecer'), ('inventar', 'inventando', 'andando', 'andar'), ('inventar', 'inventando', 'escrevendo', 'escrever'), ('inventar', 'inventando', 'programando', 'programar'), ('inventar', 'inventando', 'dançando', 'dançar'), ('inventar', 'inventando', 'depurando', 'depurar'), ('inventar', 'inventando', 'diminuindo', 'diminuir'), ('inventar', 'inventando', 'descrevendo', 'descrever'), ('inventar', 'inventando', 'descobrindo', 'descobrir'), ('inventar', 'inventando', 'melhorando', 'melhorar'), ('inventar', 'inventando', 'voando', 'voar'), ('inventar', 'inventando', 'gerando', 'gerar'), ('inventar', 'inventando', 'implementando', 'implementar'), ('inventar', 'inventando', 'aumentando', 'aumentar'), ('saltar', 'saltando', 'ouvindo', 'ouvir'), ('saltar', 'saltando', 'movendo', 'mover'), ('saltar', 'saltando', 'jogando', 'jogar'), ('saltar', 'saltando', 'prevendo', 'prever'), ('saltar', 'saltando', 'lendo', 'ler'), ('saltar', 'saltando', 'correndo', 'correr'), ('saltar', 'saltando', 'dizendo', 'dizer'), ('saltar', 'saltando', 'gritando', 'gritar'), ('saltar', 'saltando', 'cantando', 'cantar'), ('saltar', 'saltando', 'sentando', 'sentar'), ('saltar', 'saltando', 'nadando', 'nadar'), ('saltar', 'saltando', 'pensando', 'pensar'), ('saltar', 'saltando', 'desaparecendo', 'desaparecer'), ('saltar', 'saltando', 'andando', 'andar'), ('saltar', 'saltando', 'escrevendo', 'escrever'), ('saltar', 'saltando', 'programando', 'programar'), ('saltar', 'saltando', 'dançando', 'dançar'), ('saltar', 'saltando', 'depurando', 'depurar'), ('saltar', 'saltando', 'diminuindo', 'diminuir'), ('saltar', 'saltando', 'descrevendo', 'descrever'), ('saltar', 'saltando', 'descobrindo', 'descobrir'), ('saltar', 'saltando', 'melhorando', 'melhorar'), ('saltar', 'saltando', 'voando', 'voar'), ('saltar', 'saltando', 'gerando', 'gerar'), ('saltar', 'saltando', 'implementando', 'implementar'), ('saltar', 'saltando', 'aumentando', 'aumentar'), ('saltar', 'saltando', 'inventando', 'inventar'), ('ouvir', 'ouvindo', 'vendo', 'ver'), ('ouvir', 'ouvindo', 'movendo', 'mover'), ('ouvir', 'ouvindo', 'jogando', 'jogar'), ('ouvir', 'ouvindo', 'prevendo', 'prever'), ('ouvir', 'ouvindo', 'lendo', 'ler'), ('ouvir', 'ouvindo', 'correndo', 'correr'), ('ouvir', 'ouvindo', 'dizendo', 'dizer'), ('ouvir', 'ouvindo', 'gritando', 'gritar'), ('ouvir', 'ouvindo', 'vendo', 'ver'), ('ouvir', 'ouvindo', 'cantando', 'cantar'), ('ouvir', 'ouvindo', 'sentando', 'sentar'), ('ouvir', 'ouvindo', 'nadando', 'nadar'), ('ouvir', 'ouvindo', 'pensando', 'pensar'), ('ouvir', 'ouvindo', 'desaparecendo', 'desaparecer'), ('ouvir', 'ouvindo', 'andando', 'andar'), ('ouvir', 'ouvindo', 'escrevendo', 'escrever'), ('ouvir', 'ouvindo', 'programando', 'programar'), ('ouvir', 'ouvindo', 'dançando', 'dançar'), ('ouvir', 'ouvindo', 'depurando', 'depurar'), ('ouvir', 'ouvindo', 'diminuindo', 'diminuir'), ('ouvir', 'ouvindo', 'descrevendo', 'descrever'), ('ouvir', 'ouvindo', 'descobrindo', 'descobrir'), ('ouvir', 'ouvindo', 'melhorando', 'melhorar'), ('ouvir', 'ouvindo', 'voando', 'voar'), ('ouvir', 'ouvindo', 'gerando', 'gerar'), ('ouvir', 'ouvindo', 'indo', 'ir'), ('ouvir', 'ouvindo', 'implementando', 'implementar'), ('ouvir', 'ouvindo', 'aumentando', 'aumentar'), ('ouvir', 'ouvindo', 'inventando', 'inventar'), ('ouvir', 'ouvindo', 'saltando', 'saltar'), ('ver', 'vendo', 'movendo', 'mover'), ('ver', 'vendo', 'jogando', 'jogar'), ('ver', 'vendo', 'prevendo', 'prever'), ('ver', 'vendo', 'lendo', 'ler'), ('ver', 'vendo', 'correndo', 'correr'), ('ver', 'vendo', 'dizendo', 'dizer'), ('ver', 'vendo', 'gritando', 'gritar'), ('ver', 'vendo', 'vendo', 'ver'), ('ver', 'vendo', 'cantando', 'cantar'), ('ver', 'vendo', 'sentando', 'sentar'), ('ver', 'vendo', 'nadando', 'nadar'), ('ver', 'vendo', 'pensando', 'pensar'), ('ver', 'vendo', 'desaparecendo', 'desaparecer'), ('ver', 'vendo', 'andando', 'andar'), ('ver', 'vendo', 'escrevendo', 'escrever'), ('ver', 'vendo', 'programando', 'programar'), ('ver', 'vendo', 'dançando', 'dançar'), ('ver', 'vendo', 'depurando', 'depurar'), ('ver', 'vendo', 'diminuindo', 'diminuir'), ('ver', 'vendo', 'descrevendo', 'descrever'), ('ver', 'vendo', 'descobrindo', 'descobrir'), ('ver', 'vendo', 'melhorando', 'melhorar'), ('ver', 'vendo', 'voando', 'voar'), ('ver', 'vendo', 'gerando', 'gerar'), ('ver', 'vendo', 'indo', 'ir'), ('ver', 'vendo', 'implementando', 'implementar'), ('ver', 'vendo', 'aumentando', 'aumentar'), ('ver', 'vendo', 'inventando', 'inventar'), ('ver', 'vendo', 'saltando', 'saltar'), ('ver', 'vendo', 'ouvindo', 'ouvir'), ('mover', 'movendo', 'jogando', 'jogar'), ('mover', 'movendo', 'prevendo', 'prever'), ('mover', 'movendo', 'lendo', 'ler'), ('mover', 'movendo', 'correndo', 'correr'), ('mover', 'movendo', 'dizendo', 'dizer'), ('mover', 'movendo', 'gritando', 'gritar'), ('mover', 'movendo', 'cantando', 'cantar'), ('mover', 'movendo', 'sentando', 'sentar'), ('mover', 'movendo', 'nadando', 'nadar'), ('mover', 'movendo', 'pensando', 'pensar'), ('mover', 'movendo', 'desaparecendo', 'desaparecer'), ('mover', 'movendo', 'andando', 'andar'), ('mover', 'movendo', 'escrevendo', 'escrever'), ('mover', 'movendo', 'programando', 'programar'), ('mover', 'movendo', 'dançando', 'dançar'), ('mover', 'movendo', 'depurando', 'depurar'), ('mover', 'movendo', 'diminuindo', 'diminuir'), ('mover', 'movendo', 'descrevendo', 'descrever'), ('mover', 'movendo', 'descobrindo', 'descobrir'), ('mover', 'movendo', 'melhorando', 'melhorar'), ('mover', 'movendo', 'voando', 'voar'), ('mover', 'movendo', 'gerando', 'gerar'), ('mover', 'movendo', 'implementando', 'implementar'), ('mover', 'movendo', 'aumentando', 'aumentar'), ('mover', 'movendo', 'inventando', 'inventar'), ('mover', 'movendo', 'saltando', 'saltar'), ('mover', 'movendo', 'ouvindo', 'ouvir'), ('jogar', 'jogando', 'prevendo', 'prever'), ('jogar', 'jogando', 'lendo', 'ler'), ('jogar', 'jogando', 'correndo', 'correr'), ('jogar', 'jogando', 'dizendo', 'dizer'), ('jogar', 'jogando', 'gritando', 'gritar'), ('jogar', 'jogando', 'vendo', 'ver'), ('jogar', 'jogando', 'cantando', 'cantar'), ('jogar', 'jogando', 'sentando', 'sentar'), ('jogar', 'jogando', 'nadando', 'nadar'), ('jogar', 'jogando', 'pensando', 'pensar'), ('jogar', 'jogando', 'desaparecendo', 'desaparecer'), ('jogar', 'jogando', 'andando', 'andar'), ('jogar', 'jogando', 'escrevendo', 'escrever'), ('jogar', 'jogando', 'programando', 'programar'), ('jogar', 'jogando', 'dançando', 'dançar'), ('jogar', 'jogando', 'depurando', 'depurar'), ('jogar', 'jogando', 'diminuindo', 'diminuir'), ('jogar', 'jogando', 'descrevendo', 'descrever'), ('jogar', 'jogando', 'descobrindo', 'descobrir'), ('jogar', 'jogando', 'melhorando', 'melhorar'), ('jogar', 'jogando', 'voando', 'voar'), ('jogar', 'jogando', 'gerando', 'gerar'), ('jogar', 'jogando', 'implementando', 'implementar'), ('jogar', 'jogando', 'aumentando', 'aumentar'), ('jogar', 'jogando', 'inventando', 'inventar'), ('jogar', 'jogando', 'saltando', 'saltar'), ('jogar', 'jogando', 'ouvindo', 'ouvir'), ('jogar', 'jogando', 'vendo', 'ver'), ('jogar', 'jogando', 'movendo', 'mover'), ('prever', 'prevendo', 'lendo', 'ler'), ('prever', 'prevendo', 'correndo', 'correr'), ('prever', 'prevendo', 'dizendo', 'dizer'), ('prever', 'prevendo', 'gritando', 'gritar'), ('prever', 'prevendo', 'cantando', 'cantar'), ('prever', 'prevendo', 'sentando', 'sentar'), ('prever', 'prevendo', 'nadando', 'nadar'), ('prever', 'prevendo', 'pensando', 'pensar'), ('prever', 'prevendo', 'desaparecendo', 'desaparecer'), ('prever', 'prevendo', 'andando', 'andar'), ('prever', 'prevendo', 'escrevendo', 'escrever'), ('prever', 'prevendo', 'programando', 'programar'), ('prever', 'prevendo', 'dançando', 'dançar'), ('prever', 'prevendo', 'depurando', 'depurar'), ('prever', 'prevendo', 'diminuindo', 'diminuir'), ('prever', 'prevendo', 'descrevendo', 'descrever'), ('prever', 'prevendo', 'descobrindo', 'descobrir'), ('prever', 'prevendo', 'melhorando', 'melhorar'), ('prever', 'prevendo', 'voando', 'voar'), ('prever', 'prevendo', 'gerando', 'gerar'), ('prever', 'prevendo', 'implementando', 'implementar'), ('prever', 'prevendo', 'aumentando', 'aumentar'), ('prever', 'prevendo', 'inventando', 'inventar'), ('prever', 'prevendo', 'saltando', 'saltar'), ('prever', 'prevendo', 'ouvindo', 'ouvir'), ('prever', 'prevendo', 'movendo', 'mover'), ('prever', 'prevendo', 'jogando', 'jogar'), ('ler', 'lendo', 'correndo', 'correr'), ('ler', 'lendo', 'dizendo', 'dizer'), ('ler', 'lendo', 'gritando', 'gritar'), ('ler', 'lendo', 'vendo', 'ver'), ('ler', 'lendo', 'cantando', 'cantar'), ('ler', 'lendo', 'sentando', 'sentar'), ('ler', 'lendo', 'nadando', 'nadar'), ('ler', 'lendo', 'pensando', 'pensar'), ('ler', 'lendo', 'desaparecendo', 'desaparecer'), ('ler', 'lendo', 'andando', 'andar'), ('ler', 'lendo', 'escrevendo', 'escrever'), ('ler', 'lendo', 'programando', 'programar'), ('ler', 'lendo', 'dançando', 'dançar'), ('ler', 'lendo', 'depurando', 'depurar'), ('ler', 'lendo', 'diminuindo', 'diminuir'), ('ler', 'lendo', 'descrevendo', 'descrever'), ('ler', 'lendo', 'descobrindo', 'descobrir'), ('ler', 'lendo', 'melhorando', 'melhorar'), ('ler', 'lendo', 'voando', 'voar'), ('ler', 'lendo', 'gerando', 'gerar'), ('ler', 'lendo', 'indo', 'ir'), ('ler', 'lendo', 'implementando', 'implementar'), ('ler', 'lendo', 'aumentando', 'aumentar'), ('ler', 'lendo', 'inventando', 'inventar'), ('ler', 'lendo', 'saltando', 'saltar'), ('ler', 'lendo', 'ouvindo', 'ouvir'), ('ler', 'lendo', 'vendo', 'ver'), ('ler', 'lendo', 'movendo', 'mover'), ('ler', 'lendo', 'jogando', 'jogar'), ('ler', 'lendo', 'prevendo', 'prever'), ('correr', 'correndo', 'dizendo', 'dizer'), ('correr', 'correndo', 'gritando', 'gritar'), ('correr', 'correndo', 'vendo', 'ver'), ('correr', 'correndo', 'cantando', 'cantar'), ('correr', 'correndo', 'sentando', 'sentar'), ('correr', 'correndo', 'nadando', 'nadar'), ('correr', 'correndo', 'pensando', 'pensar'), ('correr', 'correndo', 'desaparecendo', 'desaparecer'), ('correr', 'correndo', 'andando', 'andar'), ('correr', 'correndo', 'escrevendo', 'escrever'), ('correr', 'correndo', 'programando', 'programar'), ('correr', 'correndo', 'dançando', 'dançar'), ('correr', 'correndo', 'depurando', 'depurar'), ('correr', 'correndo', 'diminuindo', 'diminuir'), ('correr', 'correndo', 'descrevendo', 'descrever'), ('correr', 'correndo', 'descobrindo', 'descobrir'), ('correr', 'correndo', 'melhorando', 'melhorar'), ('correr', 'correndo', 'voando', 'voar'), ('correr', 'correndo', 'gerando', 'gerar'), ('correr', 'correndo', 'indo', 'ir'), ('correr', 'correndo', 'implementando', 'implementar'), ('correr', 'correndo', 'aumentando', 'aumentar'), ('correr', 'correndo', 'inventando', 'inventar'), ('correr', 'correndo', 'saltando', 'saltar'), ('correr', 'correndo', 'ouvindo', 'ouvir'), ('correr', 'correndo', 'vendo', 'ver'), ('correr', 'correndo', 'movendo', 'mover'), ('correr', 'correndo', 'jogando', 'jogar'), ('correr', 'correndo', 'prevendo', 'prever'), ('correr', 'correndo', 'lendo', 'ler'), ('dizer', 'dizendo', 'gritando', 'gritar'), ('dizer', 'dizendo', 'vendo', 'ver'), ('dizer', 'dizendo', 'cantando', 'cantar'), ('dizer', 'dizendo', 'sentando', 'sentar'), ('dizer', 'dizendo', 'nadando', 'nadar'), ('dizer', 'dizendo', 'pensando', 'pensar'), ('dizer', 'dizendo', 'desaparecendo', 'desaparecer'), ('dizer', 'dizendo', 'andando', 'andar'), ('dizer', 'dizendo', 'escrevendo', 'escrever'), ('dizer', 'dizendo', 'programando', 'programar'), ('dizer', 'dizendo', 'dançando', 'dançar'), ('dizer', 'dizendo', 'depurando', 'depurar'), ('dizer', 'dizendo', 'diminuindo', 'diminuir'), ('dizer', 'dizendo', 'descrevendo', 'descrever'), ('dizer', 'dizendo', 'descobrindo', 'descobrir'), ('dizer', 'dizendo', 'melhorando', 'melhorar'), ('dizer', 'dizendo', 'voando', 'voar'), ('dizer', 'dizendo', 'gerando', 'gerar'), ('dizer', 'dizendo', 'implementando', 'implementar'), ('dizer', 'dizendo', 'aumentando', 'aumentar'), ('dizer', 'dizendo', 'inventando', 'inventar'), ('dizer', 'dizendo', 'saltando', 'saltar'), ('dizer', 'dizendo', 'ouvindo', 'ouvir'), ('dizer', 'dizendo', 'vendo', 'ver'), ('dizer', 'dizendo', 'movendo', 'mover'), ('dizer', 'dizendo', 'jogando', 'jogar'), ('dizer', 'dizendo', 'prevendo', 'prever'), ('dizer', 'dizendo', 'lendo', 'ler'), ('dizer', 'dizendo', 'correndo', 'correr'), ('gritar', 'gritando', 'cantando', 'cantar'), ('gritar', 'gritando', 'sentando', 'sentar'), ('gritar', 'gritando', 'nadando', 'nadar'), ('gritar', 'gritando', 'pensando', 'pensar'), ('gritar', 'gritando', 'desaparecendo', 'desaparecer'), ('gritar', 'gritando', 'andando', 'andar'), ('gritar', 'gritando', 'escrevendo', 'escrever'), ('gritar', 'gritando', 'programando', 'programar'), ('gritar', 'gritando', 'dançando', 'dançar'), ('gritar', 'gritando', 'depurando', 'depurar'), ('gritar', 'gritando', 'diminuindo', 'diminuir'), ('gritar', 'gritando', 'descrevendo', 'descrever'), ('gritar', 'gritando', 'descobrindo', 'descobrir'), ('gritar', 'gritando', 'melhorando', 'melhorar'), ('gritar', 'gritando', 'voando', 'voar'), ('gritar', 'gritando', 'gerando', 'gerar'), ('gritar', 'gritando', 'implementando', 'implementar'), ('gritar', 'gritando', 'aumentando', 'aumentar'), ('gritar', 'gritando', 'inventando', 'inventar'), ('gritar', 'gritando', 'saltando', 'saltar'), ('gritar', 'gritando', 'ouvindo', 'ouvir'), ('gritar', 'gritando', 'movendo', 'mover'), ('gritar', 'gritando', 'jogando', 'jogar'), ('gritar', 'gritando', 'prevendo', 'prever'), ('gritar', 'gritando', 'lendo', 'ler'), ('gritar', 'gritando', 'correndo', 'correr'), ('gritar', 'gritando', 'dizendo', 'dizer'), ('ver', 'vendo', 'cantando', 'cantar'), ('ver', 'vendo', 'sentando', 'sentar'), ('ver', 'vendo', 'nadando', 'nadar'), ('ver', 'vendo', 'pensando', 'pensar'), ('ver', 'vendo', 'desaparecendo', 'desaparecer'), ('ver', 'vendo', 'andando', 'andar'), ('ver', 'vendo', 'escrevendo', 'escrever'), ('ver', 'vendo', 'programando', 'programar'), ('ver', 'vendo', 'dançando', 'dançar'), ('ver', 'vendo', 'depurando', 'depurar'), ('ver', 'vendo', 'diminuindo', 'diminuir'), ('ver', 'vendo', 'descrevendo', 'descrever'), ('ver', 'vendo', 'descobrindo', 'descobrir'), ('ver', 'vendo', 'melhorando', 'melhorar'), ('ver', 'vendo', 'voando', 'voar'), ('ver', 'vendo', 'gerando', 'gerar'), ('ver', 'vendo', 'indo', 'ir'), ('ver', 'vendo', 'implementando', 'implementar'), ('ver', 'vendo', 'aumentando', 'aumentar'), ('ver', 'vendo', 'inventando', 'inventar'), ('ver', 'vendo', 'saltando', 'saltar'), ('ver', 'vendo', 'ouvindo', 'ouvir'), ('ver', 'vendo', 'vendo', 'ver'), ('ver', 'vendo', 'movendo', 'mover'), ('ver', 'vendo', 'jogando', 'jogar'), ('ver', 'vendo', 'prevendo', 'prever'), ('ver', 'vendo', 'lendo', 'ler'), ('ver', 'vendo', 'correndo', 'correr'), ('ver', 'vendo', 'dizendo', 'dizer'), ('ver', 'vendo', 'gritando', 'gritar'), ('cantar', 'cantando', 'sentando', 'sentar'), ('cantar', 'cantando', 'nadando', 'nadar'), ('cantar', 'cantando', 'pensando', 'pensar'), ('cantar', 'cantando', 'desaparecendo', 'desaparecer'), ('cantar', 'cantando', 'andando', 'andar'), ('cantar', 'cantando', 'escrevendo', 'escrever'), ('cantar', 'cantando', 'programando', 'programar'), ('cantar', 'cantando', 'dançando', 'dançar'), ('cantar', 'cantando', 'depurando', 'depurar'), ('cantar', 'cantando', 'diminuindo', 'diminuir'), ('cantar', 'cantando', 'descrevendo', 'descrever'), ('cantar', 'cantando', 'descobrindo', 'descobrir'), ('cantar', 'cantando', 'melhorando', 'melhorar'), ('cantar', 'cantando', 'voando', 'voar'), ('cantar', 'cantando', 'gerando', 'gerar'), ('cantar', 'cantando', 'implementando', 'implementar'), ('cantar', 'cantando', 'aumentando', 'aumentar'), ('cantar', 'cantando', 'inventando', 'inventar'), ('cantar', 'cantando', 'saltando', 'saltar'), ('cantar', 'cantando', 'ouvindo', 'ouvir'), ('cantar', 'cantando', 'movendo', 'mover'), ('cantar', 'cantando', 'jogando', 'jogar'), ('cantar', 'cantando', 'prevendo', 'prever'), ('cantar', 'cantando', 'lendo', 'ler'), ('cantar', 'cantando', 'correndo', 'correr'), ('cantar', 'cantando', 'dizendo', 'dizer'), ('cantar', 'cantando', 'gritando', 'gritar'), ('sentar', 'sentando', 'nadando', 'nadar'), ('sentar', 'sentando', 'pensando', 'pensar'), ('sentar', 'sentando', 'desaparecendo', 'desaparecer'), ('sentar', 'sentando', 'andando', 'andar'), ('sentar', 'sentando', 'escrevendo', 'escrever'), ('sentar', 'sentando', 'programando', 'programar'), ('sentar', 'sentando', 'dançando', 'dançar'), ('sentar', 'sentando', 'depurando', 'depurar'), ('sentar', 'sentando', 'diminuindo', 'diminuir'), ('sentar', 'sentando', 'descrevendo', 'descrever'), ('sentar', 'sentando', 'descobrindo', 'descobrir'), ('sentar', 'sentando', 'melhorando', 'melhorar'), ('sentar', 'sentando', 'voando', 'voar'), ('sentar', 'sentando', 'gerando', 'gerar'), ('sentar', 'sentando', 'implementando', 'implementar'), ('sentar', 'sentando', 'aumentando', 'aumentar'), ('sentar', 'sentando', 'inventando', 'inventar'), ('sentar', 'sentando', 'saltando', 'saltar'), ('sentar', 'sentando', 'ouvindo', 'ouvir'), ('sentar', 'sentando', 'movendo', 'mover'), ('sentar', 'sentando', 'jogando', 'jogar'), ('sentar', 'sentando', 'prevendo', 'prever'), ('sentar', 'sentando', 'lendo', 'ler'), ('sentar', 'sentando', 'correndo', 'correr'), ('sentar', 'sentando', 'dizendo', 'dizer'), ('sentar', 'sentando', 'gritando', 'gritar'), ('sentar', 'sentando', 'cantando', 'cantar'), ('nadar', 'nadando', 'pensando', 'pensar'), ('nadar', 'nadando', 'desaparecendo', 'desaparecer'), ('nadar', 'nadando', 'andando', 'andar'), ('nadar', 'nadando', 'escrevendo', 'escrever'), ('nadar', 'nadando', 'programando', 'programar'), ('nadar', 'nadando', 'dançando', 'dançar'), ('nadar', 'nadando', 'depurando', 'depurar'), ('nadar', 'nadando', 'diminuindo', 'diminuir'), ('nadar', 'nadando', 'descrevendo', 'descrever'), ('nadar', 'nadando', 'descobrindo', 'descobrir'), ('nadar', 'nadando', 'melhorando', 'melhorar'), ('nadar', 'nadando', 'voando', 'voar'), ('nadar', 'nadando', 'gerando', 'gerar'), ('nadar', 'nadando', 'implementando', 'implementar'), ('nadar', 'nadando', 'aumentando', 'aumentar'), ('nadar', 'nadando', 'inventando', 'inventar'), ('nadar', 'nadando', 'saltando', 'saltar'), ('nadar', 'nadando', 'ouvindo', 'ouvir'), ('nadar', 'nadando', 'movendo', 'mover'), ('nadar', 'nadando', 'jogando', 'jogar'), ('nadar', 'nadando', 'prevendo', 'prever'), ('nadar', 'nadando', 'lendo', 'ler'), ('nadar', 'nadando', 'correndo', 'correr'), ('nadar', 'nadando', 'dizendo', 'dizer'), ('nadar', 'nadando', 'gritando', 'gritar'), ('nadar', 'nadando', 'cantando', 'cantar'), ('nadar', 'nadando', 'sentando', 'sentar'), ('pensar', 'pensando', 'desaparecendo', 'desaparecer'), ('pensar', 'pensando', 'andando', 'andar'), ('pensar', 'pensando', 'escrevendo', 'escrever'), ('pensar', 'pensando', 'programando', 'programar'), ('pensar', 'pensando', 'dançando', 'dançar'), ('pensar', 'pensando', 'depurando', 'depurar'), ('pensar', 'pensando', 'diminuindo', 'diminuir'), ('pensar', 'pensando', 'descrevendo', 'descrever'), ('pensar', 'pensando', 'descobrindo', 'descobrir'), ('pensar', 'pensando', 'melhorando', 'melhorar'), ('pensar', 'pensando', 'voando', 'voar'), ('pensar', 'pensando', 'gerando', 'gerar'), ('pensar', 'pensando', 'implementando', 'implementar'), ('pensar', 'pensando', 'aumentando', 'aumentar'), ('pensar', 'pensando', 'inventando', 'inventar'), ('pensar', 'pensando', 'saltando', 'saltar'), ('pensar', 'pensando', 'ouvindo', 'ouvir'), ('pensar', 'pensando', 'vendo', 'ver'), ('pensar', 'pensando', 'movendo', 'mover'), ('pensar', 'pensando', 'jogando', 'jogar'), ('pensar', 'pensando', 'prevendo', 'prever'), ('pensar', 'pensando', 'lendo', 'ler'), ('pensar', 'pensando', 'correndo', 'correr'), ('pensar', 'pensando', 'dizendo', 'dizer'), ('pensar', 'pensando', 'gritando', 'gritar'), ('pensar', 'pensando', 'vendo', 'ver'), ('pensar', 'pensando', 'cantando', 'cantar'), ('pensar', 'pensando', 'sentando', 'sentar'), ('pensar', 'pensando', 'nadando', 'nadar'), ('desaparecer', 'desaparecendo', 'andando', 'andar'), ('desaparecer', 'desaparecendo', 'escrevendo', 'escrever'), ('desaparecer', 'desaparecendo', 'programando', 'programar'), ('desaparecer', 'desaparecendo', 'dançando', 'dançar'), ('desaparecer', 'desaparecendo', 'depurando', 'depurar'), ('desaparecer', 'desaparecendo', 'diminuindo', 'diminuir'), ('desaparecer', 'desaparecendo', 'descrevendo', 'descrever'), ('desaparecer', 'desaparecendo', 'descobrindo', 'descobrir'), ('desaparecer', 'desaparecendo', 'melhorando', 'melhorar'), ('desaparecer', 'desaparecendo', 'voando', 'voar'), ('desaparecer', 'desaparecendo', 'gerando', 'gerar'), ('desaparecer', 'desaparecendo', 'implementando', 'implementar'), ('desaparecer', 'desaparecendo', 'aumentando', 'aumentar'), ('desaparecer', 'desaparecendo', 'inventando', 'inventar'), ('desaparecer', 'desaparecendo', 'saltando', 'saltar'), ('desaparecer', 'desaparecendo', 'ouvindo', 'ouvir'), ('desaparecer', 'desaparecendo', 'movendo', 'mover'), ('desaparecer', 'desaparecendo', 'jogando', 'jogar'), ('desaparecer', 'desaparecendo', 'prevendo', 'prever'), ('desaparecer', 'desaparecendo', 'lendo', 'ler'), ('desaparecer', 'desaparecendo', 'correndo', 'correr'), ('desaparecer', 'desaparecendo', 'dizendo', 'dizer'), ('desaparecer', 'desaparecendo', 'gritando', 'gritar'), ('desaparecer', 'desaparecendo', 'cantando', 'cantar'), ('desaparecer', 'desaparecendo', 'sentando', 'sentar'), ('desaparecer', 'desaparecendo', 'nadando', 'nadar'), ('desaparecer', 'desaparecendo', 'pensando', 'pensar'), ('andar', 'andando', 'escrevendo', 'escrever'), ('andar', 'andando', 'programando', 'programar'), ('andar', 'andando', 'dançando', 'dançar'), ('andar', 'andando', 'depurando', 'depurar'), ('andar', 'andando', 'diminuindo', 'diminuir'), ('andar', 'andando', 'descrevendo', 'descrever'), ('andar', 'andando', 'descobrindo', 'descobrir'), ('andar', 'andando', 'melhorando', 'melhorar'), ('andar', 'andando', 'voando', 'voar'), ('andar', 'andando', 'gerando', 'gerar'), ('andar', 'andando', 'implementando', 'implementar'), ('andar', 'andando', 'aumentando', 'aumentar'), ('andar', 'andando', 'inventando', 'inventar'), ('andar', 'andando', 'saltando', 'saltar'), ('andar', 'andando', 'ouvindo', 'ouvir'), ('andar', 'andando', 'movendo', 'mover'), ('andar', 'andando', 'jogando', 'jogar'), ('andar', 'andando', 'prevendo', 'prever'), ('andar', 'andando', 'lendo', 'ler'), ('andar', 'andando', 'correndo', 'correr'), ('andar', 'andando', 'dizendo', 'dizer'), ('andar', 'andando', 'gritando', 'gritar'), ('andar', 'andando', 'cantando', 'cantar'), ('andar', 'andando', 'sentando', 'sentar'), ('andar', 'andando', 'nadando', 'nadar'), ('andar', 'andando', 'pensando', 'pensar'), ('andar', 'andando', 'desaparecendo', 'desaparecer'), ('escrever', 'escrevendo', 'programando', 'programar'), ('escrever', 'escrevendo', 'dançando', 'dançar'), ('escrever', 'escrevendo', 'depurando', 'depurar'), ('escrever', 'escrevendo', 'diminuindo', 'diminuir'), ('escrever', 'escrevendo', 'descrevendo', 'descrever'), ('escrever', 'escrevendo', 'descobrindo', 'descobrir'), ('escrever', 'escrevendo', 'melhorando', 'melhorar'), ('escrever', 'escrevendo', 'voando', 'voar'), ('escrever', 'escrevendo', 'gerando', 'gerar'), ('escrever', 'escrevendo', 'implementando', 'implementar'), ('escrever', 'escrevendo', 'aumentando', 'aumentar'), ('escrever', 'escrevendo', 'inventando', 'inventar'), ('escrever', 'escrevendo', 'saltando', 'saltar'), ('escrever', 'escrevendo', 'ouvindo', 'ouvir'), ('escrever', 'escrevendo', 'movendo', 'mover'), ('escrever', 'escrevendo', 'jogando', 'jogar'), ('escrever', 'escrevendo', 'prevendo', 'prever'), ('escrever', 'escrevendo', 'lendo', 'ler'), ('escrever', 'escrevendo', 'correndo', 'correr'), ('escrever', 'escrevendo', 'dizendo', 'dizer'), ('escrever', 'escrevendo', 'gritando', 'gritar'), ('escrever', 'escrevendo', 'cantando', 'cantar'), ('escrever', 'escrevendo', 'sentando', 'sentar'), ('escrever', 'escrevendo', 'nadando', 'nadar'), ('escrever', 'escrevendo', 'pensando', 'pensar'), ('escrever', 'escrevendo', 'desaparecendo', 'desaparecer'), ('escrever', 'escrevendo', 'andando', 'andar')], 'incorrect': []}, {'section': '| gram6-nationality-adjective', 'correct': [], 'incorrect': []}, {'section': '| gram7-past-tense', 'correct': [('dançando', 'dançou', 'diminuiu', 'diminuindo'), ('dançando', 'dançou', 'descreveu', 'descrevendo'), ('dançando', 'dançou', 'melhorou', 'melhorando'), ('dançando', 'dançou', 'caiu', 'caíndo'), ('dançando', 'dançou', 'alimentou', 'alimentando'), ('dançando', 'dançou', 'voou', 'voando'), ('dançando', 'dançou', 'gerou', 'gerando'), ('dançando', 'dançou', 'escondeu', 'escondendo'), ('dançando', 'dançou', 'acertou', 'acertando'), ('dançando', 'dançou', 'implementou', 'implementando'), ('dançando', 'dançou', 'aumentou', 'aumentando'), ('dançando', 'dançou', 'saltou', 'saltando'), ('dançando', 'dançou', 'conheceu', 'conhecendo'), ('dançando', 'dançou', 'ouviu', 'ouvindo'), ('dançando', 'dançou', 'moveu', 'movendo'), ('dançando', 'dançou', 'jogou', 'jogando'), ('dançando', 'dançou', 'previu', 'prevendo'), ('dançando', 'dançou', 'correu', 'correndo'), ('dançando', 'dançou', 'disse', 'dizendo'), ('dançando', 'dançou', 'gritou', 'gritando'), ('dançando', 'dançou', 'viu', 'vendo'), ('dançando', 'dançou', 'vendeu', 'vendendo'), ('dançando', 'dançou', 'encolheu', 'encolhendo'), ('dançando', 'dançou', 'cantou', 'cantando'), ('dançando', 'dançou', 'sentou', 'sentando'), ('dançando', 'dançou', 'dormiu', 'dormindo'), ('dançando', 'dançou', 'gastou', 'gastando'), ('dançando', 'dançou', 'golpeou', 'golpeando'), ('dançando', 'dançou', 'nadou', 'nadando'), ('dançando', 'dançou', 'tirou', 'tirando'), ('dançando', 'dançou', 'pensou', 'pensando'), ('dançando', 'dançou', 'desapareceu', 'desaparecendo'), ('dançando', 'dançou', 'andou', 'andando'), ('dançando', 'dançou', 'escreveu', 'escrevendo'), ('diminuindo', 'diminuiu', 'descreveu', 'descrevendo'), ('diminuindo', 'diminuiu', 'melhorou', 'melhorando'), ('diminuindo', 'diminuiu', 'caiu', 'caíndo'), ('diminuindo', 'diminuiu', 'alimentou', 'alimentando'), ('diminuindo', 'diminuiu', 'voou', 'voando'), ('diminuindo', 'diminuiu', 'gerou', 'gerando'), ('diminuindo', 'diminuiu', 'escondeu', 'escondendo'), ('diminuindo', 'diminuiu', 'acertou', 'acertando'), ('diminuindo', 'diminuiu', 'implementou', 'implementando'), ('diminuindo', 'diminuiu', 'aumentou', 'aumentando'), ('diminuindo', 'diminuiu', 'saltou', 'saltando'), ('diminuindo', 'diminuiu', 'conheceu', 'conhecendo'), ('diminuindo', 'diminuiu', 'ouviu', 'ouvindo'), ('diminuindo', 'diminuiu', 'moveu', 'movendo'), ('diminuindo', 'diminuiu', 'jogou', 'jogando'), ('diminuindo', 'diminuiu', 'previu', 'prevendo'), ('diminuindo', 'diminuiu', 'correu', 'correndo'), ('diminuindo', 'diminuiu', 'disse', 'dizendo'), ('diminuindo', 'diminuiu', 'gritou', 'gritando'), ('diminuindo', 'diminuiu', 'viu', 'vendo'), ('diminuindo', 'diminuiu', 'vendeu', 'vendendo'), ('diminuindo', 'diminuiu', 'encolheu', 'encolhendo'), ('diminuindo', 'diminuiu', 'cantou', 'cantando'), ('diminuindo', 'diminuiu', 'sentou', 'sentando'), ('diminuindo', 'diminuiu', 'dormiu', 'dormindo'), ('diminuindo', 'diminuiu', 'gastou', 'gastando'), ('diminuindo', 'diminuiu', 'golpeou', 'golpeando'), ('diminuindo', 'diminuiu', 'nadou', 'nadando'), ('diminuindo', 'diminuiu', 'tirou', 'tirando'), ('diminuindo', 'diminuiu', 'pensou', 'pensando'), ('diminuindo', 'diminuiu', 'desapareceu', 'desaparecendo'), ('diminuindo', 'diminuiu', 'andou', 'andando'), ('diminuindo', 'diminuiu', 'escreveu', 'escrevendo'), ('diminuindo', 'diminuiu', 'dançou', 'dançando'), ('descrevendo', 'descreveu', 'melhorou', 'melhorando'), ('descrevendo', 'descreveu', 'caiu', 'caíndo'), ('descrevendo', 'descreveu', 'alimentou', 'alimentando'), ('descrevendo', 'descreveu', 'voou', 'voando'), ('descrevendo', 'descreveu', 'gerou', 'gerando'), ('descrevendo', 'descreveu', 'escondeu', 'escondendo'), ('descrevendo', 'descreveu', 'acertou', 'acertando'), ('descrevendo', 'descreveu', 'implementou', 'implementando'), ('descrevendo', 'descreveu', 'aumentou', 'aumentando'), ('descrevendo', 'descreveu', 'saltou', 'saltando'), ('descrevendo', 'descreveu', 'conheceu', 'conhecendo'), ('descrevendo', 'descreveu', 'ouviu', 'ouvindo'), ('descrevendo', 'descreveu', 'moveu', 'movendo'), ('descrevendo', 'descreveu', 'jogou', 'jogando'), ('descrevendo', 'descreveu', 'previu', 'prevendo'), ('descrevendo', 'descreveu', 'correu', 'correndo'), ('descrevendo', 'descreveu', 'gritou', 'gritando'), ('descrevendo', 'descreveu', 'viu', 'vendo'), ('descrevendo', 'descreveu', 'vendeu', 'vendendo'), ('descrevendo', 'descreveu', 'encolheu', 'encolhendo'), ('descrevendo', 'descreveu', 'cantou', 'cantando'), ('descrevendo', 'descreveu', 'sentou', 'sentando'), ('descrevendo', 'descreveu', 'dormiu', 'dormindo'), ('descrevendo', 'descreveu', 'gastou', 'gastando'), ('descrevendo', 'descreveu', 'golpeou', 'golpeando'), ('descrevendo', 'descreveu', 'nadou', 'nadando'), ('descrevendo', 'descreveu', 'tirou', 'tirando'), ('descrevendo', 'descreveu', 'pensou', 'pensando'), ('descrevendo', 'descreveu', 'desapareceu', 'desaparecendo'), ('descrevendo', 'descreveu', 'andou', 'andando'), ('descrevendo', 'descreveu', 'escreveu', 'escrevendo'), ('descrevendo', 'descreveu', 'dançou', 'dançando'), ('descrevendo', 'descreveu', 'diminuiu', 'diminuindo'), ('melhorando', 'melhorou', 'caiu', 'caíndo'), ('melhorando', 'melhorou', 'alimentou', 'alimentando'), ('melhorando', 'melhorou', 'voou', 'voando'), ('melhorando', 'melhorou', 'gerou', 'gerando'), ('melhorando', 'melhorou', 'escondeu', 'escondendo'), ('melhorando', 'melhorou', 'acertou', 'acertando'), ('melhorando', 'melhorou', 'implementou', 'implementando'), ('melhorando', 'melhorou', 'aumentou', 'aumentando'), ('melhorando', 'melhorou', 'saltou', 'saltando'), ('melhorando', 'melhorou', 'conheceu', 'conhecendo'), ('melhorando', 'melhorou', 'ouviu', 'ouvindo'), ('melhorando', 'melhorou', 'moveu', 'movendo'), ('melhorando', 'melhorou', 'jogou', 'jogando'), ('melhorando', 'melhorou', 'previu', 'prevendo'), ('melhorando', 'melhorou', 'correu', 'correndo'), ('melhorando', 'melhorou', 'disse', 'dizendo'), ('melhorando', 'melhorou', 'gritou', 'gritando'), ('melhorando', 'melhorou', 'viu', 'vendo'), ('melhorando', 'melhorou', 'vendeu', 'vendendo'), ('melhorando', 'melhorou', 'encolheu', 'encolhendo'), ('melhorando', 'melhorou', 'cantou', 'cantando'), ('melhorando', 'melhorou', 'sentou', 'sentando'), ('melhorando', 'melhorou', 'dormiu', 'dormindo'), ('melhorando', 'melhorou', 'gastou', 'gastando'), ('melhorando', 'melhorou', 'golpeou', 'golpeando'), ('melhorando', 'melhorou', 'nadou', 'nadando'), ('melhorando', 'melhorou', 'tirou', 'tirando'), ('melhorando', 'melhorou', 'pensou', 'pensando'), ('melhorando', 'melhorou', 'desapareceu', 'desaparecendo'), ('melhorando', 'melhorou', 'andou', 'andando'), ('melhorando', 'melhorou', 'escreveu', 'escrevendo'), ('melhorando', 'melhorou', 'dançou', 'dançando'), ('melhorando', 'melhorou', 'diminuiu', 'diminuindo'), ('melhorando', 'melhorou', 'descreveu', 'descrevendo'), ('caíndo', 'caiu', 'alimentou', 'alimentando'), ('caíndo', 'caiu', 'voou', 'voando'), ('caíndo', 'caiu', 'gerou', 'gerando'), ('caíndo', 'caiu', 'escondeu', 'escondendo'), ('caíndo', 'caiu', 'acertou', 'acertando'), ('caíndo', 'caiu', 'implementou', 'implementando'), ('caíndo', 'caiu', 'aumentou', 'aumentando'), ('caíndo', 'caiu', 'saltou', 'saltando'), ('caíndo', 'caiu', 'conheceu', 'conhecendo'), ('caíndo', 'caiu', 'ouviu', 'ouvindo'), ('caíndo', 'caiu', 'moveu', 'movendo'), ('caíndo', 'caiu', 'jogou', 'jogando'), ('caíndo', 'caiu', 'previu', 'prevendo'), ('caíndo', 'caiu', 'correu', 'correndo'), ('caíndo', 'caiu', 'disse', 'dizendo'), ('caíndo', 'caiu', 'gritou', 'gritando'), ('caíndo', 'caiu', 'viu', 'vendo'), ('caíndo', 'caiu', 'vendeu', 'vendendo'), ('caíndo', 'caiu', 'encolheu', 'encolhendo'), ('caíndo', 'caiu', 'cantou', 'cantando'), ('caíndo', 'caiu', 'sentou', 'sentando'), ('caíndo', 'caiu', 'dormiu', 'dormindo'), ('caíndo', 'caiu', 'gastou', 'gastando'), ('caíndo', 'caiu', 'golpeou', 'golpeando'), ('caíndo', 'caiu', 'nadou', 'nadando'), ('caíndo', 'caiu', 'tirou', 'tirando'), ('caíndo', 'caiu', 'pensou', 'pensando'), ('caíndo', 'caiu', 'desapareceu', 'desaparecendo'), ('caíndo', 'caiu', 'andou', 'andando'), ('caíndo', 'caiu', 'escreveu', 'escrevendo'), ('caíndo', 'caiu', 'dançou', 'dançando'), ('caíndo', 'caiu', 'diminuiu', 'diminuindo'), ('caíndo', 'caiu', 'descreveu', 'descrevendo'), ('caíndo', 'caiu', 'melhorou', 'melhorando'), ('alimentando', 'alimentou', 'voou', 'voando'), ('alimentando', 'alimentou', 'gerou', 'gerando'), ('alimentando', 'alimentou', 'escondeu', 'escondendo'), ('alimentando', 'alimentou', 'acertou', 'acertando'), ('alimentando', 'alimentou', 'implementou', 'implementando'), ('alimentando', 'alimentou', 'aumentou', 'aumentando'), ('alimentando', 'alimentou', 'saltou', 'saltando'), ('alimentando', 'alimentou', 'conheceu', 'conhecendo'), ('alimentando', 'alimentou', 'ouviu', 'ouvindo'), ('alimentando', 'alimentou', 'moveu', 'movendo'), ('alimentando', 'alimentou', 'jogou', 'jogando'), ('alimentando', 'alimentou', 'previu', 'prevendo'), ('alimentando', 'alimentou', 'correu', 'correndo'), ('alimentando', 'alimentou', 'disse', 'dizendo'), ('alimentando', 'alimentou', 'gritou', 'gritando'), ('alimentando', 'alimentou', 'viu', 'vendo'), ('alimentando', 'alimentou', 'vendeu', 'vendendo'), ('alimentando', 'alimentou', 'encolheu', 'encolhendo'), ('alimentando', 'alimentou', 'cantou', 'cantando'), ('alimentando', 'alimentou', 'sentou', 'sentando'), ('alimentando', 'alimentou', 'dormiu', 'dormindo'), ('alimentando', 'alimentou', 'gastou', 'gastando'), ('alimentando', 'alimentou', 'golpeou', 'golpeando'), ('alimentando', 'alimentou', 'nadou', 'nadando'), ('alimentando', 'alimentou', 'tirou', 'tirando'), ('alimentando', 'alimentou', 'pensou', 'pensando'), ('alimentando', 'alimentou', 'desapareceu', 'desaparecendo'), ('alimentando', 'alimentou', 'andou', 'andando'), ('alimentando', 'alimentou', 'escreveu', 'escrevendo'), ('alimentando', 'alimentou', 'dançou', 'dançando'), ('alimentando', 'alimentou', 'diminuiu', 'diminuindo'), ('alimentando', 'alimentou', 'descreveu', 'descrevendo'), ('alimentando', 'alimentou', 'melhorou', 'melhorando'), ('alimentando', 'alimentou', 'caiu', 'caíndo'), ('voando', 'voou', 'gerou', 'gerando'), ('voando', 'voou', 'escondeu', 'escondendo'), ('voando', 'voou', 'acertou', 'acertando'), ('voando', 'voou', 'implementou', 'implementando'), ('voando', 'voou', 'aumentou', 'aumentando'), ('voando', 'voou', 'saltou', 'saltando'), ('voando', 'voou', 'conheceu', 'conhecendo'), ('voando', 'voou', 'ouviu', 'ouvindo'), ('voando', 'voou', 'moveu', 'movendo'), ('voando', 'voou', 'jogou', 'jogando'), ('voando', 'voou', 'previu', 'prevendo'), ('voando', 'voou', 'correu', 'correndo'), ('voando', 'voou', 'disse', 'dizendo'), ('voando', 'voou', 'gritou', 'gritando'), ('voando', 'voou', 'viu', 'vendo'), ('voando', 'voou', 'vendeu', 'vendendo'), ('voando', 'voou', 'encolheu', 'encolhendo'), ('voando', 'voou', 'cantou', 'cantando'), ('voando', 'voou', 'sentou', 'sentando'), ('voando', 'voou', 'dormiu', 'dormindo'), ('voando', 'voou', 'gastou', 'gastando'), ('voando', 'voou', 'golpeou', 'golpeando'), ('voando', 'voou', 'nadou', 'nadando'), ('voando', 'voou', 'tirou', 'tirando'), ('voando', 'voou', 'pensou', 'pensando'), ('voando', 'voou', 'desapareceu', 'desaparecendo'), ('voando', 'voou', 'andou', 'andando'), ('voando', 'voou', 'escreveu', 'escrevendo'), ('voando', 'voou', 'dançou', 'dançando'), ('voando', 'voou', 'diminuiu', 'diminuindo'), ('voando', 'voou', 'descreveu', 'descrevendo'), ('voando', 'voou', 'melhorou', 'melhorando'), ('voando', 'voou', 'caiu', 'caíndo'), ('voando', 'voou', 'alimentou', 'alimentando'), ('gerando', 'gerou', 'escondeu', 'escondendo'), ('gerando', 'gerou', 'acertou', 'acertando'), ('gerando', 'gerou', 'implementou', 'implementando'), ('gerando', 'gerou', 'aumentou', 'aumentando'), ('gerando', 'gerou', 'saltou', 'saltando'), ('gerando', 'gerou', 'conheceu', 'conhecendo'), ('gerando', 'gerou', 'ouviu', 'ouvindo'), ('gerando', 'gerou', 'moveu', 'movendo'), ('gerando', 'gerou', 'jogou', 'jogando'), ('gerando', 'gerou', 'previu', 'prevendo'), ('gerando', 'gerou', 'correu', 'correndo'), ('gerando', 'gerou', 'gritou', 'gritando'), ('gerando', 'gerou', 'viu', 'vendo'), ('gerando', 'gerou', 'vendeu', 'vendendo'), ('gerando', 'gerou', 'encolheu', 'encolhendo'), ('gerando', 'gerou', 'cantou', 'cantando'), ('gerando', 'gerou', 'sentou', 'sentando'), ('gerando', 'gerou', 'dormiu', 'dormindo'), ('gerando', 'gerou', 'gastou', 'gastando'), ('gerando', 'gerou', 'golpeou', 'golpeando'), ('gerando', 'gerou', 'nadou', 'nadando'), ('gerando', 'gerou', 'tirou', 'tirando'), ('gerando', 'gerou', 'pensou', 'pensando'), ('gerando', 'gerou', 'desapareceu', 'desaparecendo'), ('gerando', 'gerou', 'andou', 'andando'), ('gerando', 'gerou', 'escreveu', 'escrevendo'), ('gerando', 'gerou', 'dançou', 'dançando'), ('gerando', 'gerou', 'diminuiu', 'diminuindo'), ('gerando', 'gerou', 'descreveu', 'descrevendo'), ('gerando', 'gerou', 'melhorou', 'melhorando'), ('gerando', 'gerou', 'caiu', 'caíndo'), ('gerando', 'gerou', 'alimentou', 'alimentando'), ('gerando', 'gerou', 'voou', 'voando'), ('indo', 'foi', 'escondeu', 'escondendo'), ('indo', 'foi', 'acertou', 'acertando'), ('indo', 'foi', 'implementou', 'implementando'), ('indo', 'foi', 'aumentou', 'aumentando'), ('indo', 'foi', 'saltou', 'saltando'), ('indo', 'foi', 'conheceu', 'conhecendo'), ('indo', 'foi', 'ouviu', 'ouvindo'), ('indo', 'foi', 'moveu', 'movendo'), ('indo', 'foi', 'jogou', 'jogando'), ('indo', 'foi', 'previu', 'prevendo'), ('indo', 'foi', 'correu', 'correndo'), ('indo', 'foi', 'gritou', 'gritando'), ('indo', 'foi', 'vendeu', 'vendendo'), ('indo', 'foi', 'encolheu', 'encolhendo'), ('indo', 'foi', 'cantou', 'cantando'), ('indo', 'foi', 'sentou', 'sentando'), ('indo', 'foi', 'dormiu', 'dormindo'), ('indo', 'foi', 'gastou', 'gastando'), ('indo', 'foi', 'golpeou', 'golpeando'), ('indo', 'foi', 'nadou', 'nadando'), ('indo', 'foi', 'tirou', 'tirando'), ('indo', 'foi', 'pensou', 'pensando'), ('indo', 'foi', 'desapareceu', 'desaparecendo'), ('indo', 'foi', 'andou', 'andando'), ('indo', 'foi', 'escreveu', 'escrevendo'), ('indo', 'foi', 'dançou', 'dançando'), ('indo', 'foi', 'diminuiu', 'diminuindo'), ('indo', 'foi', 'descreveu', 'descrevendo'), ('indo', 'foi', 'melhorou', 'melhorando'), ('indo', 'foi', 'caiu', 'caíndo'), ('indo', 'foi', 'alimentou', 'alimentando'), ('indo', 'foi', 'voou', 'voando'), ('indo', 'foi', 'gerou', 'gerando'), ('escondendo', 'escondeu', 'acertou', 'acertando'), ('escondendo', 'escondeu', 'implementou', 'implementando'), ('escondendo', 'escondeu', 'aumentou', 'aumentando'), ('escondendo', 'escondeu', 'saltou', 'saltando'), ('escondendo', 'escondeu', 'conheceu', 'conhecendo'), ('escondendo', 'escondeu', 'ouviu', 'ouvindo'), ('escondendo', 'escondeu', 'moveu', 'movendo'), ('escondendo', 'escondeu', 'jogou', 'jogando'), ('escondendo', 'escondeu', 'previu', 'prevendo'), ('escondendo', 'escondeu', 'correu', 'correndo'), ('escondendo', 'escondeu', 'gritou', 'gritando'), ('escondendo', 'escondeu', 'viu', 'vendo'), ('escondendo', 'escondeu', 'vendeu', 'vendendo'), ('escondendo', 'escondeu', 'encolheu', 'encolhendo'), ('escondendo', 'escondeu', 'cantou', 'cantando'), ('escondendo', 'escondeu', 'sentou', 'sentando'), ('escondendo', 'escondeu', 'dormiu', 'dormindo'), ('escondendo', 'escondeu', 'gastou', 'gastando'), ('escondendo', 'escondeu', 'golpeou', 'golpeando'), ('escondendo', 'escondeu', 'nadou', 'nadando'), ('escondendo', 'escondeu', 'tirou', 'tirando'), ('escondendo', 'escondeu', 'pensou', 'pensando'), ('escondendo', 'escondeu', 'desapareceu', 'desaparecendo'), ('escondendo', 'escondeu', 'andou', 'andando'), ('escondendo', 'escondeu', 'escreveu', 'escrevendo'), ('escondendo', 'escondeu', 'dançou', 'dançando'), ('escondendo', 'escondeu', 'diminuiu', 'diminuindo'), ('escondendo', 'escondeu', 'descreveu', 'descrevendo'), ('escondendo', 'escondeu', 'melhorou', 'melhorando'), ('escondendo', 'escondeu', 'caiu', 'caíndo'), ('escondendo', 'escondeu', 'alimentou', 'alimentando'), ('escondendo', 'escondeu', 'voou', 'voando'), ('escondendo', 'escondeu', 'gerou', 'gerando'), ('acertando', 'acertou', 'implementou', 'implementando'), ('acertando', 'acertou', 'aumentou', 'aumentando'), ('acertando', 'acertou', 'saltou', 'saltando'), ('acertando', 'acertou', 'conheceu', 'conhecendo'), ('acertando', 'acertou', 'ouviu', 'ouvindo'), ('acertando', 'acertou', 'moveu', 'movendo'), ('acertando', 'acertou', 'jogou', 'jogando'), ('acertando', 'acertou', 'previu', 'prevendo'), ('acertando', 'acertou', 'correu', 'correndo'), ('acertando', 'acertou', 'disse', 'dizendo'), ('acertando', 'acertou', 'gritou', 'gritando'), ('acertando', 'acertou', 'viu', 'vendo'), ('acertando', 'acertou', 'vendeu', 'vendendo'), ('acertando', 'acertou', 'encolheu', 'encolhendo'), ('acertando', 'acertou', 'cantou', 'cantando'), ('acertando', 'acertou', 'sentou', 'sentando'), ('acertando', 'acertou', 'dormiu', 'dormindo'), ('acertando', 'acertou', 'gastou', 'gastando'), ('acertando', 'acertou', 'golpeou', 'golpeando'), ('acertando', 'acertou', 'nadou', 'nadando'), ('acertando', 'acertou', 'tirou', 'tirando'), ('acertando', 'acertou', 'pensou', 'pensando'), ('acertando', 'acertou', 'desapareceu', 'desaparecendo'), ('acertando', 'acertou', 'andou', 'andando'), ('acertando', 'acertou', 'escreveu', 'escrevendo'), ('acertando', 'acertou', 'dançou', 'dançando'), ('acertando', 'acertou', 'diminuiu', 'diminuindo'), ('acertando', 'acertou', 'descreveu', 'descrevendo'), ('acertando', 'acertou', 'melhorou', 'melhorando'), ('acertando', 'acertou', 'caiu', 'caíndo'), ('acertando', 'acertou', 'alimentou', 'alimentando'), ('acertando', 'acertou', 'voou', 'voando'), ('acertando', 'acertou', 'gerou', 'gerando'), ('acertando', 'acertou', 'escondeu', 'escondendo'), ('implementando', 'implementou', 'aumentou', 'aumentando'), ('implementando', 'implementou', 'saltou', 'saltando'), ('implementando', 'implementou', 'conheceu', 'conhecendo'), ('implementando', 'implementou', 'ouviu', 'ouvindo'), ('implementando', 'implementou', 'moveu', 'movendo'), ('implementando', 'implementou', 'jogou', 'jogando'), ('implementando', 'implementou', 'previu', 'prevendo'), ('implementando', 'implementou', 'correu', 'correndo'), ('implementando', 'implementou', 'disse', 'dizendo'), ('implementando', 'implementou', 'gritou', 'gritando'), ('implementando', 'implementou', 'vendeu', 'vendendo'), ('implementando', 'implementou', 'encolheu', 'encolhendo'), ('implementando', 'implementou', 'cantou', 'cantando'), ('implementando', 'implementou', 'sentou', 'sentando'), ('implementando', 'implementou', 'dormiu', 'dormindo'), ('implementando', 'implementou', 'gastou', 'gastando'), ('implementando', 'implementou', 'golpeou', 'golpeando'), ('implementando', 'implementou', 'nadou', 'nadando'), ('implementando', 'implementou', 'tirou', 'tirando'), ('implementando', 'implementou', 'pensou', 'pensando'), ('implementando', 'implementou', 'desapareceu', 'desaparecendo'), ('implementando', 'implementou', 'andou', 'andando'), ('implementando', 'implementou', 'escreveu', 'escrevendo'), ('implementando', 'implementou', 'dançou', 'dançando'), ('implementando', 'implementou', 'diminuiu', 'diminuindo'), ('implementando', 'implementou', 'descreveu', 'descrevendo'), ('implementando', 'implementou', 'melhorou', 'melhorando'), ('implementando', 'implementou', 'caiu', 'caíndo'), ('implementando', 'implementou', 'alimentou', 'alimentando'), ('implementando', 'implementou', 'voou', 'voando'), ('implementando', 'implementou', 'gerou', 'gerando'), ('implementando', 'implementou', 'escondeu', 'escondendo'), ('implementando', 'implementou', 'acertou', 'acertando'), ('aumentando', 'aumentou', 'saltou', 'saltando'), ('aumentando', 'aumentou', 'conheceu', 'conhecendo'), ('aumentando', 'aumentou', 'ouviu', 'ouvindo'), ('aumentando', 'aumentou', 'moveu', 'movendo'), ('aumentando', 'aumentou', 'jogou', 'jogando'), ('aumentando', 'aumentou', 'previu', 'prevendo'), ('aumentando', 'aumentou', 'correu', 'correndo'), ('aumentando', 'aumentou', 'disse', 'dizendo'), ('aumentando', 'aumentou', 'gritou', 'gritando'), ('aumentando', 'aumentou', 'vendeu', 'vendendo'), ('aumentando', 'aumentou', 'encolheu', 'encolhendo'), ('aumentando', 'aumentou', 'cantou', 'cantando'), ('aumentando', 'aumentou', 'sentou', 'sentando'), ('aumentando', 'aumentou', 'dormiu', 'dormindo'), ('aumentando', 'aumentou', 'gastou', 'gastando'), ('aumentando', 'aumentou', 'golpeou', 'golpeando'), ('aumentando', 'aumentou', 'nadou', 'nadando'), ('aumentando', 'aumentou', 'tirou', 'tirando'), ('aumentando', 'aumentou', 'pensou', 'pensando'), ('aumentando', 'aumentou', 'desapareceu', 'desaparecendo'), ('aumentando', 'aumentou', 'andou', 'andando'), ('aumentando', 'aumentou', 'escreveu', 'escrevendo'), ('aumentando', 'aumentou', 'dançou', 'dançando'), ('aumentando', 'aumentou', 'diminuiu', 'diminuindo'), ('aumentando', 'aumentou', 'descreveu', 'descrevendo'), ('aumentando', 'aumentou', 'melhorou', 'melhorando'), ('aumentando', 'aumentou', 'caiu', 'caíndo'), ('aumentando', 'aumentou', 'alimentou', 'alimentando'), ('aumentando', 'aumentou', 'voou', 'voando'), ('aumentando', 'aumentou', 'gerou', 'gerando'), ('aumentando', 'aumentou', 'escondeu', 'escondendo'), ('aumentando', 'aumentou', 'acertou', 'acertando'), ('aumentando', 'aumentou', 'implementou', 'implementando'), ('saltando', 'saltou', 'conheceu', 'conhecendo'), ('saltando', 'saltou', 'ouviu', 'ouvindo'), ('saltando', 'saltou', 'moveu', 'movendo'), ('saltando', 'saltou', 'jogou', 'jogando'), ('saltando', 'saltou', 'previu', 'prevendo'), ('saltando', 'saltou', 'correu', 'correndo'), ('saltando', 'saltou', 'disse', 'dizendo'), ('saltando', 'saltou', 'gritou', 'gritando'), ('saltando', 'saltou', 'viu', 'vendo'), ('saltando', 'saltou', 'vendeu', 'vendendo'), ('saltando', 'saltou', 'encolheu', 'encolhendo'), ('saltando', 'saltou', 'cantou', 'cantando'), ('saltando', 'saltou', 'sentou', 'sentando'), ('saltando', 'saltou', 'dormiu', 'dormindo'), ('saltando', 'saltou', 'gastou', 'gastando'), ('saltando', 'saltou', 'golpeou', 'golpeando'), ('saltando', 'saltou', 'nadou', 'nadando'), ('saltando', 'saltou', 'tirou', 'tirando'), ('saltando', 'saltou', 'pensou', 'pensando'), ('saltando', 'saltou', 'desapareceu', 'desaparecendo'), ('saltando', 'saltou', 'andou', 'andando'), ('saltando', 'saltou', 'escreveu', 'escrevendo'), ('saltando', 'saltou', 'dançou', 'dançando'), ('saltando', 'saltou', 'diminuiu', 'diminuindo'), ('saltando', 'saltou', 'descreveu', 'descrevendo'), ('saltando', 'saltou', 'melhorou', 'melhorando'), ('saltando', 'saltou', 'caiu', 'caíndo'), ('saltando', 'saltou', 'alimentou', 'alimentando'), ('saltando', 'saltou', 'voou', 'voando'), ('saltando', 'saltou', 'gerou', 'gerando'), ('saltando', 'saltou', 'escondeu', 'escondendo'), ('saltando', 'saltou', 'acertou', 'acertando'), ('saltando', 'saltou', 'implementou', 'implementando'), ('saltando', 'saltou', 'aumentou', 'aumentando'), ('conhecendo', 'conheceu', 'ouviu', 'ouvindo'), ('conhecendo', 'conheceu', 'moveu', 'movendo'), ('conhecendo', 'conheceu', 'jogou', 'jogando'), ('conhecendo', 'conheceu', 'previu', 'prevendo'), ('conhecendo', 'conheceu', 'correu', 'correndo'), ('conhecendo', 'conheceu', 'disse', 'dizendo'), ('conhecendo', 'conheceu', 'gritou', 'gritando'), ('conhecendo', 'conheceu', 'viu', 'vendo'), ('conhecendo', 'conheceu', 'vendeu', 'vendendo'), ('conhecendo', 'conheceu', 'encolheu', 'encolhendo'), ('conhecendo', 'conheceu', 'cantou', 'cantando'), ('conhecendo', 'conheceu', 'sentou', 'sentando'), ('conhecendo', 'conheceu', 'dormiu', 'dormindo'), ('conhecendo', 'conheceu', 'gastou', 'gastando'), ('conhecendo', 'conheceu', 'golpeou', 'golpeando'), ('conhecendo', 'conheceu', 'nadou', 'nadando'), ('conhecendo', 'conheceu', 'tirou', 'tirando'), ('conhecendo', 'conheceu', 'pensou', 'pensando'), ('conhecendo', 'conheceu', 'desapareceu', 'desaparecendo'), ('conhecendo', 'conheceu', 'andou', 'andando'), ('conhecendo', 'conheceu', 'escreveu', 'escrevendo'), ('conhecendo', 'conheceu', 'dançou', 'dançando'), ('conhecendo', 'conheceu', 'diminuiu', 'diminuindo'), ('conhecendo', 'conheceu', 'descreveu', 'descrevendo'), ('conhecendo', 'conheceu', 'melhorou', 'melhorando'), ('conhecendo', 'conheceu', 'caiu', 'caíndo'), ('conhecendo', 'conheceu', 'alimentou', 'alimentando'), ('conhecendo', 'conheceu', 'voou', 'voando'), ('conhecendo', 'conheceu', 'gerou', 'gerando'), ('conhecendo', 'conheceu', 'escondeu', 'escondendo'), ('conhecendo', 'conheceu', 'acertou', 'acertando'), ('conhecendo', 'conheceu', 'implementou', 'implementando'), ('conhecendo', 'conheceu', 'aumentou', 'aumentando'), ('conhecendo', 'conheceu', 'saltou', 'saltando'), ('ouvindo', 'ouviu', 'moveu', 'movendo'), ('ouvindo', 'ouviu', 'jogou', 'jogando'), ('ouvindo', 'ouviu', 'previu', 'prevendo'), ('ouvindo', 'ouviu', 'correu', 'correndo'), ('ouvindo', 'ouviu', 'disse', 'dizendo'), ('ouvindo', 'ouviu', 'gritou', 'gritando'), ('ouvindo', 'ouviu', 'viu', 'vendo'), ('ouvindo', 'ouviu', 'vendeu', 'vendendo'), ('ouvindo', 'ouviu', 'encolheu', 'encolhendo'), ('ouvindo', 'ouviu', 'cantou', 'cantando'), ('ouvindo', 'ouviu', 'sentou', 'sentando'), ('ouvindo', 'ouviu', 'dormiu', 'dormindo'), ('ouvindo', 'ouviu', 'gastou', 'gastando'), ('ouvindo', 'ouviu', 'golpeou', 'golpeando'), ('ouvindo', 'ouviu', 'nadou', 'nadando'), ('ouvindo', 'ouviu', 'tirou', 'tirando'), ('ouvindo', 'ouviu', 'pensou', 'pensando'), ('ouvindo', 'ouviu', 'desapareceu', 'desaparecendo'), ('ouvindo', 'ouviu', 'andou', 'andando'), ('ouvindo', 'ouviu', 'escreveu', 'escrevendo'), ('ouvindo', 'ouviu', 'dançou', 'dançando'), ('ouvindo', 'ouviu', 'diminuiu', 'diminuindo'), ('ouvindo', 'ouviu', 'descreveu', 'descrevendo'), ('ouvindo', 'ouviu', 'melhorou', 'melhorando'), ('ouvindo', 'ouviu', 'caiu', 'caíndo'), ('ouvindo', 'ouviu', 'alimentou', 'alimentando'), ('ouvindo', 'ouviu', 'voou', 'voando'), ('ouvindo', 'ouviu', 'gerou', 'gerando'), ('ouvindo', 'ouviu', 'escondeu', 'escondendo'), ('ouvindo', 'ouviu', 'acertou', 'acertando'), ('ouvindo', 'ouviu', 'implementou', 'implementando'), ('ouvindo', 'ouviu', 'aumentou', 'aumentando'), ('ouvindo', 'ouviu', 'saltou', 'saltando'), ('ouvindo', 'ouviu', 'conheceu', 'conhecendo'), ('vendo', 'olhou', 'moveu', 'movendo'), ('vendo', 'olhou', 'jogou', 'jogando'), ('vendo', 'olhou', 'previu', 'prevendo'), ('vendo', 'olhou', 'correu', 'correndo'), ('vendo', 'olhou', 'gritou', 'gritando'), ('vendo', 'olhou', 'viu', 'vendo'), ('vendo', 'olhou', 'vendeu', 'vendendo'), ('vendo', 'olhou', 'encolheu', 'encolhendo'), ('vendo', 'olhou', 'cantou', 'cantando'), ('vendo', 'olhou', 'sentou', 'sentando'), ('vendo', 'olhou', 'dormiu', 'dormindo'), ('vendo', 'olhou', 'gastou', 'gastando'), ('vendo', 'olhou', 'golpeou', 'golpeando'), ('vendo', 'olhou', 'nadou', 'nadando'), ('vendo', 'olhou', 'tirou', 'tirando'), ('vendo', 'olhou', 'pensou', 'pensando'), ('vendo', 'olhou', 'desapareceu', 'desaparecendo'), ('vendo', 'olhou', 'escreveu', 'escrevendo'), ('vendo', 'olhou', 'dançou', 'dançando'), ('vendo', 'olhou', 'diminuiu', 'diminuindo'), ('vendo', 'olhou', 'descreveu', 'descrevendo'), ('vendo', 'olhou', 'melhorou', 'melhorando'), ('vendo', 'olhou', 'caiu', 'caíndo'), ('vendo', 'olhou', 'alimentou', 'alimentando'), ('vendo', 'olhou', 'voou', 'voando'), ('vendo', 'olhou', 'gerou', 'gerando'), ('vendo', 'olhou', 'escondeu', 'escondendo'), ('vendo', 'olhou', 'acertou', 'acertando'), ('vendo', 'olhou', 'implementou', 'implementando'), ('vendo', 'olhou', 'aumentou', 'aumentando'), ('vendo', 'olhou', 'saltou', 'saltando'), ('vendo', 'olhou', 'conheceu', 'conhecendo'), ('vendo', 'olhou', 'ouviu', 'ouvindo'), ('movendo', 'moveu', 'jogou', 'jogando'), ('movendo', 'moveu', 'previu', 'prevendo'), ('movendo', 'moveu', 'correu', 'correndo'), ('movendo', 'moveu', 'gritou', 'gritando'), ('movendo', 'moveu', 'viu', 'vendo'), ('movendo', 'moveu', 'vendeu', 'vendendo'), ('movendo', 'moveu', 'encolheu', 'encolhendo'), ('movendo', 'moveu', 'cantou', 'cantando'), ('movendo', 'moveu', 'sentou', 'sentando'), ('movendo', 'moveu', 'dormiu', 'dormindo'), ('movendo', 'moveu', 'gastou', 'gastando'), ('movendo', 'moveu', 'golpeou', 'golpeando'), ('movendo', 'moveu', 'nadou', 'nadando'), ('movendo', 'moveu', 'tirou', 'tirando'), ('movendo', 'moveu', 'pensou', 'pensando'), ('movendo', 'moveu', 'desapareceu', 'desaparecendo'), ('movendo', 'moveu', 'andou', 'andando'), ('movendo', 'moveu', 'escreveu', 'escrevendo'), ('movendo', 'moveu', 'dançou', 'dançando'), ('movendo', 'moveu', 'diminuiu', 'diminuindo'), ('movendo', 'moveu', 'descreveu', 'descrevendo'), ('movendo', 'moveu', 'melhorou', 'melhorando'), ('movendo', 'moveu', 'caiu', 'caíndo'), ('movendo', 'moveu', 'alimentou', 'alimentando'), ('movendo', 'moveu', 'voou', 'voando'), ('movendo', 'moveu', 'gerou', 'gerando'), ('movendo', 'moveu', 'escondeu', 'escondendo'), ('movendo', 'moveu', 'acertou', 'acertando'), ('movendo', 'moveu', 'implementou', 'implementando'), ('movendo', 'moveu', 'aumentou', 'aumentando'), ('movendo', 'moveu', 'saltou', 'saltando'), ('movendo', 'moveu', 'conheceu', 'conhecendo'), ('movendo', 'moveu', 'ouviu', 'ouvindo'), ('movendo', 'moveu', 'olhou', 'vendo'), ('jogando', 'pagou', 'jogou', 'jogando'), ('jogando', 'pagou', 'correu', 'correndo'), ('jogando', 'pagou', 'disse', 'dizendo'), ('jogando', 'pagou', 'gritou', 'gritando'), ('jogando', 'pagou', 'encolheu', 'encolhendo'), ('jogando', 'pagou', 'cantou', 'cantando'), ('jogando', 'pagou', 'sentou', 'sentando'), ('jogando', 'pagou', 'dormiu', 'dormindo'), ('jogando', 'pagou', 'golpeou', 'golpeando'), ('jogando', 'pagou', 'nadou', 'nadando'), ('jogando', 'pagou', 'tirou', 'tirando'), ('jogando', 'pagou', 'pensou', 'pensando'), ('jogando', 'pagou', 'desapareceu', 'desaparecendo'), ('jogando', 'pagou', 'andou', 'andando'), ('jogando', 'pagou', 'escreveu', 'escrevendo'), ('jogando', 'pagou', 'dançou', 'dançando'), ('jogando', 'pagou', 'diminuiu', 'diminuindo'), ('jogando', 'pagou', 'descreveu', 'descrevendo'), ('jogando', 'pagou', 'melhorou', 'melhorando'), ('jogando', 'pagou', 'caiu', 'caíndo'), ('jogando', 'pagou', 'alimentou', 'alimentando'), ('jogando', 'pagou', 'voou', 'voando'), ('jogando', 'pagou', 'gerou', 'gerando'), ('jogando', 'pagou', 'acertou', 'acertando'), ('jogando', 'pagou', 'implementou', 'implementando'), ('jogando', 'pagou', 'aumentou', 'aumentando'), ('jogando', 'pagou', 'saltou', 'saltando'), ('jogando', 'pagou', 'conheceu', 'conhecendo'), ('jogando', 'pagou', 'ouviu', 'ouvindo'), ('jogando', 'pagou', 'moveu', 'movendo'), ('jogando', 'jogou', 'previu', 'prevendo'), ('jogando', 'jogou', 'correu', 'correndo'), ('jogando', 'jogou', 'disse', 'dizendo'), ('jogando', 'jogou', 'gritou', 'gritando'), ('jogando', 'jogou', 'viu', 'vendo'), ('jogando', 'jogou', 'vendeu', 'vendendo'), ('jogando', 'jogou', 'encolheu', 'encolhendo'), ('jogando', 'jogou', 'cantou', 'cantando'), ('jogando', 'jogou', 'sentou', 'sentando'), ('jogando', 'jogou', 'dormiu', 'dormindo'), ('jogando', 'jogou', 'gastou', 'gastando'), ('jogando', 'jogou', 'golpeou', 'golpeando'), ('jogando', 'jogou', 'nadou', 'nadando'), ('jogando', 'jogou', 'tirou', 'tirando'), ('jogando', 'jogou', 'pensou', 'pensando'), ('jogando', 'jogou', 'desapareceu', 'desaparecendo'), ('jogando', 'jogou', 'andou', 'andando'), ('jogando', 'jogou', 'escreveu', 'escrevendo'), ('jogando', 'jogou', 'dançou', 'dançando'), ('jogando', 'jogou', 'diminuiu', 'diminuindo'), ('jogando', 'jogou', 'descreveu', 'descrevendo'), ('jogando', 'jogou', 'melhorou', 'melhorando'), ('jogando', 'jogou', 'caiu', 'caíndo'), ('jogando', 'jogou', 'alimentou', 'alimentando'), ('jogando', 'jogou', 'voou', 'voando'), ('jogando', 'jogou', 'gerou', 'gerando'), ('jogando', 'jogou', 'escondeu', 'escondendo'), ('jogando', 'jogou', 'acertou', 'acertando'), ('jogando', 'jogou', 'implementou', 'implementando'), ('jogando', 'jogou', 'aumentou', 'aumentando'), ('jogando', 'jogou', 'saltou', 'saltando'), ('jogando', 'jogou', 'conheceu', 'conhecendo'), ('jogando', 'jogou', 'ouviu', 'ouvindo'), ('jogando', 'jogou', 'moveu', 'movendo'), ('prevendo', 'previu', 'correu', 'correndo'), ('prevendo', 'previu', 'disse', 'dizendo'), ('prevendo', 'previu', 'gritou', 'gritando'), ('prevendo', 'previu', 'viu', 'vendo'), ('prevendo', 'previu', 'vendeu', 'vendendo'), ('prevendo', 'previu', 'encolheu', 'encolhendo'), ('prevendo', 'previu', 'cantou', 'cantando'), ('prevendo', 'previu', 'sentou', 'sentando'), ('prevendo', 'previu', 'dormiu', 'dormindo'), ('prevendo', 'previu', 'gastou', 'gastando'), ('prevendo', 'previu', 'golpeou', 'golpeando'), ('prevendo', 'previu', 'nadou', 'nadando'), ('prevendo', 'previu', 'tirou', 'tirando'), ('prevendo', 'previu', 'pensou', 'pensando'), ('prevendo', 'previu', 'desapareceu', 'desaparecendo'), ('prevendo', 'previu', 'andou', 'andando'), ('prevendo', 'previu', 'escreveu', 'escrevendo'), ('prevendo', 'previu', 'dançou', 'dançando'), ('prevendo', 'previu', 'diminuiu', 'diminuindo'), ('prevendo', 'previu', 'descreveu', 'descrevendo'), ('prevendo', 'previu', 'melhorou', 'melhorando'), ('prevendo', 'previu', 'caiu', 'caíndo'), ('prevendo', 'previu', 'alimentou', 'alimentando'), ('prevendo', 'previu', 'voou', 'voando'), ('prevendo', 'previu', 'gerou', 'gerando'), ('prevendo', 'previu', 'escondeu', 'escondendo'), ('prevendo', 'previu', 'acertou', 'acertando'), ('prevendo', 'previu', 'implementou', 'implementando'), ('prevendo', 'previu', 'aumentou', 'aumentando'), ('prevendo', 'previu', 'saltou', 'saltando'), ('prevendo', 'previu', 'conheceu', 'conhecendo'), ('prevendo', 'previu', 'ouviu', 'ouvindo'), ('prevendo', 'previu', 'moveu', 'movendo'), ('prevendo', 'previu', 'jogou', 'jogando'), ('lendo', 'ler', 'correu', 'correndo'), ('lendo', 'ler', 'gritou', 'gritando'), ('lendo', 'ler', 'vendeu', 'vendendo'), ('lendo', 'ler', 'encolheu', 'encolhendo'), ('lendo', 'ler', 'cantou', 'cantando'), ('lendo', 'ler', 'sentou', 'sentando'), ('lendo', 'ler', 'dormiu', 'dormindo'), ('lendo', 'ler', 'gastou', 'gastando'), ('lendo', 'ler', 'golpeou', 'golpeando'), ('lendo', 'ler', 'tirou', 'tirando'), ('lendo', 'ler', 'pensou', 'pensando'), ('lendo', 'ler', 'desapareceu', 'desaparecendo'), ('lendo', 'ler', 'andou', 'andando'), ('lendo', 'ler', 'escreveu', 'escrevendo'), ('lendo', 'ler', 'dançou', 'dançando'), ('lendo', 'ler', 'diminuiu', 'diminuindo'), ('lendo', 'ler', 'descreveu', 'descrevendo'), ('lendo', 'ler', 'melhorou', 'melhorando'), ('lendo', 'ler', 'caiu', 'caíndo'), ('lendo', 'ler', 'alimentou', 'alimentando'), ('lendo', 'ler', 'voou', 'voando'), ('lendo', 'ler', 'gerou', 'gerando'), ('lendo', 'ler', 'escondeu', 'escondendo'), ('lendo', 'ler', 'acertou', 'acertando'), ('lendo', 'ler', 'implementou', 'implementando'), ('lendo', 'ler', 'aumentou', 'aumentando'), ('lendo', 'ler', 'saltou', 'saltando'), ('lendo', 'ler', 'conheceu', 'conhecendo'), ('lendo', 'ler', 'ouviu', 'ouvindo'), ('lendo', 'ler', 'jogou', 'jogando'), ('lendo', 'ler', 'previu', 'prevendo'), ('correndo', 'correu', 'disse', 'dizendo'), ('correndo', 'correu', 'gritou', 'gritando'), ('correndo', 'correu', 'viu', 'vendo'), ('correndo', 'correu', 'vendeu', 'vendendo'), ('correndo', 'correu', 'encolheu', 'encolhendo'), ('correndo', 'correu', 'cantou', 'cantando'), ('correndo', 'correu', 'sentou', 'sentando'), ('correndo', 'correu', 'dormiu', 'dormindo'), ('correndo', 'correu', 'gastou', 'gastando'), ('correndo', 'correu', 'golpeou', 'golpeando'), ('correndo', 'correu', 'nadou', 'nadando'), ('correndo', 'correu', 'tirou', 'tirando'), ('correndo', 'correu', 'pensou', 'pensando'), ('correndo', 'correu', 'desapareceu', 'desaparecendo'), ('correndo', 'correu', 'andou', 'andando'), ('correndo', 'correu', 'escreveu', 'escrevendo'), ('correndo', 'correu', 'dançou', 'dançando'), ('correndo', 'correu', 'diminuiu', 'diminuindo'), ('correndo', 'correu', 'descreveu', 'descrevendo'), ('correndo', 'correu', 'melhorou', 'melhorando'), ('correndo', 'correu', 'caiu', 'caíndo'), ('correndo', 'correu', 'alimentou', 'alimentando'), ('correndo', 'correu', 'voou', 'voando'), ('correndo', 'correu', 'gerou', 'gerando'), ('correndo', 'correu', 'escondeu', 'escondendo'), ('correndo', 'correu', 'acertou', 'acertando'), ('correndo', 'correu', 'implementou', 'implementando'), ('correndo', 'correu', 'aumentou', 'aumentando'), ('correndo', 'correu', 'saltou', 'saltando'), ('correndo', 'correu', 'conheceu', 'conhecendo'), ('correndo', 'correu', 'ouviu', 'ouvindo'), ('correndo', 'correu', 'olhou', 'vendo'), ('correndo', 'correu', 'moveu', 'movendo'), ('correndo', 'correu', 'jogou', 'jogando'), ('correndo', 'correu', 'previu', 'prevendo'), ('dizendo', 'disse', 'gritou', 'gritando'), ('dizendo', 'disse', 'vendeu', 'vendendo'), ('dizendo', 'disse', 'encolheu', 'encolhendo'), ('dizendo', 'disse', 'cantou', 'cantando'), ('dizendo', 'disse', 'sentou', 'sentando'), ('dizendo', 'disse', 'dormiu', 'dormindo'), ('dizendo', 'disse', 'gastou', 'gastando'), ('dizendo', 'disse', 'golpeou', 'golpeando'), ('dizendo', 'disse', 'nadou', 'nadando'), ('dizendo', 'disse', 'tirou', 'tirando'), ('dizendo', 'disse', 'pensou', 'pensando'), ('dizendo', 'disse', 'desapareceu', 'desaparecendo'), ('dizendo', 'disse', 'andou', 'andando'), ('dizendo', 'disse', 'escreveu', 'escrevendo'), ('dizendo', 'disse', 'dançou', 'dançando'), ('dizendo', 'disse', 'diminuiu', 'diminuindo'), ('dizendo', 'disse', 'descreveu', 'descrevendo'), ('dizendo', 'disse', 'melhorou', 'melhorando'), ('dizendo', 'disse', 'caiu', 'caíndo'), ('dizendo', 'disse', 'alimentou', 'alimentando'), ('dizendo', 'disse', 'voou', 'voando'), ('dizendo', 'disse', 'gerou', 'gerando'), ('dizendo', 'disse', 'escondeu', 'escondendo'), ('dizendo', 'disse', 'acertou', 'acertando'), ('dizendo', 'disse', 'implementou', 'implementando'), ('dizendo', 'disse', 'aumentou', 'aumentando'), ('dizendo', 'disse', 'saltou', 'saltando'), ('dizendo', 'disse', 'conheceu', 'conhecendo'), ('dizendo', 'disse', 'ouviu', 'ouvindo'), ('dizendo', 'disse', 'moveu', 'movendo'), ('dizendo', 'disse', 'jogou', 'jogando'), ('dizendo', 'disse', 'previu', 'prevendo'), ('dizendo', 'disse', 'correu', 'correndo'), ('gritando', 'gritou', 'viu', 'vendo'), ('gritando', 'gritou', 'vendeu', 'vendendo'), ('gritando', 'gritou', 'encolheu', 'encolhendo'), ('gritando', 'gritou', 'cantou', 'cantando'), ('gritando', 'gritou', 'sentou', 'sentando'), ('gritando', 'gritou', 'dormiu', 'dormindo'), ('gritando', 'gritou', 'gastou', 'gastando'), ('gritando', 'gritou', 'golpeou', 'golpeando'), ('gritando', 'gritou', 'nadou', 'nadando'), ('gritando', 'gritou', 'tirou', 'tirando'), ('gritando', 'gritou', 'pensou', 'pensando'), ('gritando', 'gritou', 'desapareceu', 'desaparecendo'), ('gritando', 'gritou', 'andou', 'andando'), ('gritando', 'gritou', 'escreveu', 'escrevendo'), ('gritando', 'gritou', 'dançou', 'dançando'), ('gritando', 'gritou', 'diminuiu', 'diminuindo'), ('gritando', 'gritou', 'descreveu', 'descrevendo'), ('gritando', 'gritou', 'melhorou', 'melhorando'), ('gritando', 'gritou', 'caiu', 'caíndo'), ('gritando', 'gritou', 'alimentou', 'alimentando'), ('gritando', 'gritou', 'voou', 'voando'), ('gritando', 'gritou', 'gerou', 'gerando'), ('gritando', 'gritou', 'escondeu', 'escondendo'), ('gritando', 'gritou', 'acertou', 'acertando'), ('gritando', 'gritou', 'implementou', 'implementando'), ('gritando', 'gritou', 'aumentou', 'aumentando'), ('gritando', 'gritou', 'saltou', 'saltando'), ('gritando', 'gritou', 'conheceu', 'conhecendo'), ('gritando', 'gritou', 'ouviu', 'ouvindo'), ('gritando', 'gritou', 'moveu', 'movendo'), ('gritando', 'gritou', 'jogou', 'jogando'), ('gritando', 'gritou', 'previu', 'prevendo'), ('gritando', 'gritou', 'correu', 'correndo'), ('gritando', 'gritou', 'disse', 'dizendo'), ('vendo', 'viu', 'vendeu', 'vendendo'), ('vendo', 'viu', 'encolheu', 'encolhendo'), ('vendo', 'viu', 'cantou', 'cantando'), ('vendo', 'viu', 'sentou', 'sentando'), ('vendo', 'viu', 'dormiu', 'dormindo'), ('vendo', 'viu', 'gastou', 'gastando'), ('vendo', 'viu', 'golpeou', 'golpeando'), ('vendo', 'viu', 'nadou', 'nadando'), ('vendo', 'viu', 'tirou', 'tirando'), ('vendo', 'viu', 'pensou', 'pensando'), ('vendo', 'viu', 'desapareceu', 'desaparecendo'), ('vendo', 'viu', 'andou', 'andando'), ('vendo', 'viu', 'escreveu', 'escrevendo'), ('vendo', 'viu', 'dançou', 'dançando'), ('vendo', 'viu', 'diminuiu', 'diminuindo'), ('vendo', 'viu', 'descreveu', 'descrevendo'), ('vendo', 'viu', 'melhorou', 'melhorando'), ('vendo', 'viu', 'caiu', 'caíndo'), ('vendo', 'viu', 'alimentou', 'alimentando'), ('vendo', 'viu', 'voou', 'voando'), ('vendo', 'viu', 'gerou', 'gerando'), ('vendo', 'viu', 'escondeu', 'escondendo'), ('vendo', 'viu', 'acertou', 'acertando'), ('vendo', 'viu', 'implementou', 'implementando'), ('vendo', 'viu', 'aumentou', 'aumentando'), ('vendo', 'viu', 'saltou', 'saltando'), ('vendo', 'viu', 'conheceu', 'conhecendo'), ('vendo', 'viu', 'ouviu', 'ouvindo'), ('vendo', 'viu', 'olhou', 'vendo'), ('vendo', 'viu', 'moveu', 'movendo'), ('vendo', 'viu', 'jogou', 'jogando'), ('vendo', 'viu', 'previu', 'prevendo'), ('vendo', 'viu', 'correu', 'correndo'), ('vendo', 'viu', 'gritou', 'gritando'), ('vendendo', 'vendeu', 'encolheu', 'encolhendo'), ('vendendo', 'vendeu', 'cantou', 'cantando'), ('vendendo', 'vendeu', 'sentou', 'sentando'), ('vendendo', 'vendeu', 'dormiu', 'dormindo'), ('vendendo', 'vendeu', 'gastou', 'gastando'), ('vendendo', 'vendeu', 'golpeou', 'golpeando'), ('vendendo', 'vendeu', 'nadou', 'nadando'), ('vendendo', 'vendeu', 'tirou', 'tirando'), ('vendendo', 'vendeu', 'pensou', 'pensando'), ('vendendo', 'vendeu', 'desapareceu', 'desaparecendo'), ('vendendo', 'vendeu', 'andou', 'andando'), ('vendendo', 'vendeu', 'escreveu', 'escrevendo'), ('vendendo', 'vendeu', 'dançou', 'dançando'), ('vendendo', 'vendeu', 'diminuiu', 'diminuindo'), ('vendendo', 'vendeu', 'descreveu', 'descrevendo'), ('vendendo', 'vendeu', 'melhorou', 'melhorando'), ('vendendo', 'vendeu', 'caiu', 'caíndo'), ('vendendo', 'vendeu', 'alimentou', 'alimentando'), ('vendendo', 'vendeu', 'voou', 'voando'), ('vendendo', 'vendeu', 'gerou', 'gerando'), ('vendendo', 'vendeu', 'escondeu', 'escondendo'), ('vendendo', 'vendeu', 'acertou', 'acertando'), ('vendendo', 'vendeu', 'implementou', 'implementando'), ('vendendo', 'vendeu', 'aumentou', 'aumentando'), ('vendendo', 'vendeu', 'saltou', 'saltando'), ('vendendo', 'vendeu', 'conheceu', 'conhecendo'), ('vendendo', 'vendeu', 'ouviu', 'ouvindo'), ('vendendo', 'vendeu', 'olhou', 'vendo'), ('vendendo', 'vendeu', 'moveu', 'movendo'), ('vendendo', 'vendeu', 'jogou', 'jogando'), ('vendendo', 'vendeu', 'previu', 'prevendo'), ('vendendo', 'vendeu', 'correu', 'correndo'), ('vendendo', 'vendeu', 'gritou', 'gritando'), ('vendendo', 'vendeu', 'viu', 'vendo'), ('encolhendo', 'encolheu', 'cantou', 'cantando'), ('encolhendo', 'encolheu', 'sentou', 'sentando'), ('encolhendo', 'encolheu', 'dormiu', 'dormindo'), ('encolhendo', 'encolheu', 'gastou', 'gastando'), ('encolhendo', 'encolheu', 'golpeou', 'golpeando'), ('encolhendo', 'encolheu', 'nadou', 'nadando'), ('encolhendo', 'encolheu', 'tirou', 'tirando'), ('encolhendo', 'encolheu', 'pensou', 'pensando'), ('encolhendo', 'encolheu', 'desapareceu', 'desaparecendo'), ('encolhendo', 'encolheu', 'andou', 'andando'), ('encolhendo', 'encolheu', 'escreveu', 'escrevendo'), ('encolhendo', 'encolheu', 'dançou', 'dançando'), ('encolhendo', 'encolheu', 'diminuiu', 'diminuindo'), ('encolhendo', 'encolheu', 'descreveu', 'descrevendo'), ('encolhendo', 'encolheu', 'melhorou', 'melhorando'), ('encolhendo', 'encolheu', 'caiu', 'caíndo'), ('encolhendo', 'encolheu', 'alimentou', 'alimentando'), ('encolhendo', 'encolheu', 'voou', 'voando'), ('encolhendo', 'encolheu', 'gerou', 'gerando'), ('encolhendo', 'encolheu', 'escondeu', 'escondendo'), ('encolhendo', 'encolheu', 'acertou', 'acertando'), ('encolhendo', 'encolheu', 'implementou', 'implementando'), ('encolhendo', 'encolheu', 'aumentou', 'aumentando'), ('encolhendo', 'encolheu', 'saltou', 'saltando'), ('encolhendo', 'encolheu', 'conheceu', 'conhecendo'), ('encolhendo', 'encolheu', 'ouviu', 'ouvindo'), ('encolhendo', 'encolheu', 'olhou', 'vendo'), ('encolhendo', 'encolheu', 'moveu', 'movendo'), ('encolhendo', 'encolheu', 'jogou', 'jogando'), ('encolhendo', 'encolheu', 'previu', 'prevendo'), ('encolhendo', 'encolheu', 'correu', 'correndo'), ('encolhendo', 'encolheu', 'disse', 'dizendo'), ('encolhendo', 'encolheu', 'gritou', 'gritando'), ('encolhendo', 'encolheu', 'viu', 'vendo'), ('encolhendo', 'encolheu', 'vendeu', 'vendendo'), ('cantando', 'cantou', 'sentou', 'sentando'), ('cantando', 'cantou', 'dormiu', 'dormindo'), ('cantando', 'cantou', 'gastou', 'gastando'), ('cantando', 'cantou', 'golpeou', 'golpeando'), ('cantando', 'cantou', 'nadou', 'nadando'), ('cantando', 'cantou', 'tirou', 'tirando'), ('cantando', 'cantou', 'pensou', 'pensando'), ('cantando', 'cantou', 'desapareceu', 'desaparecendo'), ('cantando', 'cantou', 'andou', 'andando'), ('cantando', 'cantou', 'escreveu', 'escrevendo'), ('cantando', 'cantou', 'dançou', 'dançando'), ('cantando', 'cantou', 'diminuiu', 'diminuindo'), ('cantando', 'cantou', 'descreveu', 'descrevendo'), ('cantando', 'cantou', 'melhorou', 'melhorando'), ('cantando', 'cantou', 'caiu', 'caíndo'), ('cantando', 'cantou', 'alimentou', 'alimentando'), ('cantando', 'cantou', 'voou', 'voando'), ('cantando', 'cantou', 'gerou', 'gerando'), ('cantando', 'cantou', 'escondeu', 'escondendo'), ('cantando', 'cantou', 'acertou', 'acertando'), ('cantando', 'cantou', 'implementou', 'implementando'), ('cantando', 'cantou', 'aumentou', 'aumentando'), ('cantando', 'cantou', 'saltou', 'saltando'), ('cantando', 'cantou', 'conheceu', 'conhecendo'), ('cantando', 'cantou', 'ouviu', 'ouvindo'), ('cantando', 'cantou', 'moveu', 'movendo'), ('cantando', 'cantou', 'jogou', 'jogando'), ('cantando', 'cantou', 'previu', 'prevendo'), ('cantando', 'cantou', 'correu', 'correndo'), ('cantando', 'cantou', 'disse', 'dizendo'), ('cantando', 'cantou', 'gritou', 'gritando'), ('cantando', 'cantou', 'viu', 'vendo'), ('cantando', 'cantou', 'vendeu', 'vendendo'), ('cantando', 'cantou', 'encolheu', 'encolhendo'), ('sentando', 'sentou', 'dormiu', 'dormindo'), ('sentando', 'sentou', 'gastou', 'gastando'), ('sentando', 'sentou', 'golpeou', 'golpeando'), ('sentando', 'sentou', 'nadou', 'nadando'), ('sentando', 'sentou', 'tirou', 'tirando'), ('sentando', 'sentou', 'pensou', 'pensando'), ('sentando', 'sentou', 'desapareceu', 'desaparecendo'), ('sentando', 'sentou', 'andou', 'andando'), ('sentando', 'sentou', 'escreveu', 'escrevendo'), ('sentando', 'sentou', 'dançou', 'dançando'), ('sentando', 'sentou', 'diminuiu', 'diminuindo'), ('sentando', 'sentou', 'descreveu', 'descrevendo'), ('sentando', 'sentou', 'melhorou', 'melhorando'), ('sentando', 'sentou', 'caiu', 'caíndo'), ('sentando', 'sentou', 'alimentou', 'alimentando'), ('sentando', 'sentou', 'voou', 'voando'), ('sentando', 'sentou', 'gerou', 'gerando'), ('sentando', 'sentou', 'escondeu', 'escondendo'), ('sentando', 'sentou', 'acertou', 'acertando'), ('sentando', 'sentou', 'implementou', 'implementando'), ('sentando', 'sentou', 'aumentou', 'aumentando'), ('sentando', 'sentou', 'saltou', 'saltando'), ('sentando', 'sentou', 'conheceu', 'conhecendo'), ('sentando', 'sentou', 'ouviu', 'ouvindo'), ('sentando', 'sentou', 'moveu', 'movendo'), ('sentando', 'sentou', 'jogou', 'jogando'), ('sentando', 'sentou', 'previu', 'prevendo'), ('sentando', 'sentou', 'correu', 'correndo'), ('sentando', 'sentou', 'disse', 'dizendo'), ('sentando', 'sentou', 'gritou', 'gritando'), ('sentando', 'sentou', 'viu', 'vendo'), ('sentando', 'sentou', 'vendeu', 'vendendo'), ('sentando', 'sentou', 'encolheu', 'encolhendo'), ('sentando', 'sentou', 'cantou', 'cantando'), ('dormindo', 'dormiu', 'gastou', 'gastando'), ('dormindo', 'dormiu', 'golpeou', 'golpeando'), ('dormindo', 'dormiu', 'nadou', 'nadando'), ('dormindo', 'dormiu', 'tirou', 'tirando'), ('dormindo', 'dormiu', 'pensou', 'pensando'), ('dormindo', 'dormiu', 'desapareceu', 'desaparecendo'), ('dormindo', 'dormiu', 'andou', 'andando'), ('dormindo', 'dormiu', 'escreveu', 'escrevendo'), ('dormindo', 'dormiu', 'dançou', 'dançando'), ('dormindo', 'dormiu', 'diminuiu', 'diminuindo'), ('dormindo', 'dormiu', 'descreveu', 'descrevendo'), ('dormindo', 'dormiu', 'melhorou', 'melhorando'), ('dormindo', 'dormiu', 'caiu', 'caíndo'), ('dormindo', 'dormiu', 'alimentou', 'alimentando'), ('dormindo', 'dormiu', 'voou', 'voando'), ('dormindo', 'dormiu', 'gerou', 'gerando'), ('dormindo', 'dormiu', 'escondeu', 'escondendo'), ('dormindo', 'dormiu', 'acertou', 'acertando'), ('dormindo', 'dormiu', 'implementou', 'implementando'), ('dormindo', 'dormiu', 'aumentou', 'aumentando'), ('dormindo', 'dormiu', 'saltou', 'saltando'), ('dormindo', 'dormiu', 'conheceu', 'conhecendo'), ('dormindo', 'dormiu', 'ouviu', 'ouvindo'), ('dormindo', 'dormiu', 'moveu', 'movendo'), ('dormindo', 'dormiu', 'jogou', 'jogando'), ('dormindo', 'dormiu', 'previu', 'prevendo'), ('dormindo', 'dormiu', 'correu', 'correndo'), ('dormindo', 'dormiu', 'disse', 'dizendo'), ('dormindo', 'dormiu', 'gritou', 'gritando'), ('dormindo', 'dormiu', 'viu', 'vendo'), ('dormindo', 'dormiu', 'vendeu', 'vendendo'), ('dormindo', 'dormiu', 'encolheu', 'encolhendo'), ('dormindo', 'dormiu', 'cantou', 'cantando'), ('dormindo', 'dormiu', 'sentou', 'sentando'), ('gastando', 'gastou', 'golpeou', 'golpeando'), ('gastando', 'gastou', 'nadou', 'nadando'), ('gastando', 'gastou', 'tirou', 'tirando'), ('gastando', 'gastou', 'pensou', 'pensando'), ('gastando', 'gastou', 'desapareceu', 'desaparecendo'), ('gastando', 'gastou', 'andou', 'andando'), ('gastando', 'gastou', 'escreveu', 'escrevendo'), ('gastando', 'gastou', 'dançou', 'dançando'), ('gastando', 'gastou', 'diminuiu', 'diminuindo'), ('gastando', 'gastou', 'descreveu', 'descrevendo'), ('gastando', 'gastou', 'melhorou', 'melhorando'), ('gastando', 'gastou', 'caiu', 'caíndo'), ('gastando', 'gastou', 'alimentou', 'alimentando'), ('gastando', 'gastou', 'voou', 'voando'), ('gastando', 'gastou', 'gerou', 'gerando'), ('gastando', 'gastou', 'escondeu', 'escondendo'), ('gastando', 'gastou', 'acertou', 'acertando'), ('gastando', 'gastou', 'implementou', 'implementando'), ('gastando', 'gastou', 'aumentou', 'aumentando'), ('gastando', 'gastou', 'saltou', 'saltando'), ('gastando', 'gastou', 'conheceu', 'conhecendo'), ('gastando', 'gastou', 'ouviu', 'ouvindo'), ('gastando', 'gastou', 'moveu', 'movendo'), ('gastando', 'gastou', 'jogou', 'jogando'), ('gastando', 'gastou', 'previu', 'prevendo'), ('gastando', 'gastou', 'correu', 'correndo'), ('gastando', 'gastou', 'gritou', 'gritando'), ('gastando', 'gastou', 'viu', 'vendo'), ('gastando', 'gastou', 'vendeu', 'vendendo'), ('gastando', 'gastou', 'encolheu', 'encolhendo'), ('gastando', 'gastou', 'cantou', 'cantando'), ('gastando', 'gastou', 'sentou', 'sentando'), ('gastando', 'gastou', 'dormiu', 'dormindo'), ('golpeando', 'golpeou', 'nadou', 'nadando'), ('golpeando', 'golpeou', 'tirou', 'tirando'), ('golpeando', 'golpeou', 'pensou', 'pensando'), ('golpeando', 'golpeou', 'desapareceu', 'desaparecendo'), ('golpeando', 'golpeou', 'andou', 'andando'), ('golpeando', 'golpeou', 'escreveu', 'escrevendo'), ('golpeando', 'golpeou', 'dançou', 'dançando'), ('golpeando', 'golpeou', 'diminuiu', 'diminuindo'), ('golpeando', 'golpeou', 'descreveu', 'descrevendo'), ('golpeando', 'golpeou', 'melhorou', 'melhorando'), ('golpeando', 'golpeou', 'caiu', 'caíndo'), ('golpeando', 'golpeou', 'alimentou', 'alimentando'), ('golpeando', 'golpeou', 'voou', 'voando'), ('golpeando', 'golpeou', 'gerou', 'gerando'), ('golpeando', 'golpeou', 'escondeu', 'escondendo'), ('golpeando', 'golpeou', 'acertou', 'acertando'), ('golpeando', 'golpeou', 'implementou', 'implementando'), ('golpeando', 'golpeou', 'aumentou', 'aumentando'), ('golpeando', 'golpeou', 'saltou', 'saltando'), ('golpeando', 'golpeou', 'conheceu', 'conhecendo'), ('golpeando', 'golpeou', 'ouviu', 'ouvindo'), ('golpeando', 'golpeou', 'moveu', 'movendo'), ('golpeando', 'golpeou', 'jogou', 'jogando'), ('golpeando', 'golpeou', 'previu', 'prevendo'), ('golpeando', 'golpeou', 'correu', 'correndo'), ('golpeando', 'golpeou', 'disse', 'dizendo'), ('golpeando', 'golpeou', 'gritou', 'gritando'), ('golpeando', 'golpeou', 'viu', 'vendo'), ('golpeando', 'golpeou', 'vendeu', 'vendendo'), ('golpeando', 'golpeou', 'encolheu', 'encolhendo'), ('golpeando', 'golpeou', 'cantou', 'cantando'), ('golpeando', 'golpeou', 'sentou', 'sentando'), ('golpeando', 'golpeou', 'dormiu', 'dormindo'), ('golpeando', 'golpeou', 'gastou', 'gastando'), ('nadando', 'nadou', 'tirou', 'tirando'), ('nadando', 'nadou', 'pensou', 'pensando'), ('nadando', 'nadou', 'desapareceu', 'desaparecendo'), ('nadando', 'nadou', 'andou', 'andando'), ('nadando', 'nadou', 'escreveu', 'escrevendo'), ('nadando', 'nadou', 'dançou', 'dançando'), ('nadando', 'nadou', 'diminuiu', 'diminuindo'), ('nadando', 'nadou', 'descreveu', 'descrevendo'), ('nadando', 'nadou', 'melhorou', 'melhorando'), ('nadando', 'nadou', 'caiu', 'caíndo'), ('nadando', 'nadou', 'alimentou', 'alimentando'), ('nadando', 'nadou', 'voou', 'voando'), ('nadando', 'nadou', 'gerou', 'gerando'), ('nadando', 'nadou', 'escondeu', 'escondendo'), ('nadando', 'nadou', 'acertou', 'acertando'), ('nadando', 'nadou', 'implementou', 'implementando'), ('nadando', 'nadou', 'aumentou', 'aumentando'), ('nadando', 'nadou', 'saltou', 'saltando'), ('nadando', 'nadou', 'conheceu', 'conhecendo'), ('nadando', 'nadou', 'ouviu', 'ouvindo'), ('nadando', 'nadou', 'moveu', 'movendo'), ('nadando', 'nadou', 'jogou', 'jogando'), ('nadando', 'nadou', 'previu', 'prevendo'), ('nadando', 'nadou', 'correu', 'correndo'), ('nadando', 'nadou', 'disse', 'dizendo'), ('nadando', 'nadou', 'gritou', 'gritando'), ('nadando', 'nadou', 'viu', 'vendo'), ('nadando', 'nadou', 'vendeu', 'vendendo'), ('nadando', 'nadou', 'encolheu', 'encolhendo'), ('nadando', 'nadou', 'cantou', 'cantando'), ('nadando', 'nadou', 'sentou', 'sentando'), ('nadando', 'nadou', 'dormiu', 'dormindo'), ('nadando', 'nadou', 'gastou', 'gastando'), ('nadando', 'nadou', 'golpeou', 'golpeando'), ('tirando', 'tirou', 'pensou', 'pensando'), ('tirando', 'tirou', 'desapareceu', 'desaparecendo'), ('tirando', 'tirou', 'andou', 'andando'), ('tirando', 'tirou', 'escreveu', 'escrevendo'), ('tirando', 'tirou', 'dançou', 'dançando'), ('tirando', 'tirou', 'diminuiu', 'diminuindo'), ('tirando', 'tirou', 'descreveu', 'descrevendo'), ('tirando', 'tirou', 'melhorou', 'melhorando'), ('tirando', 'tirou', 'caiu', 'caíndo'), ('tirando', 'tirou', 'alimentou', 'alimentando'), ('tirando', 'tirou', 'voou', 'voando'), ('tirando', 'tirou', 'gerou', 'gerando'), ('tirando', 'tirou', 'escondeu', 'escondendo'), ('tirando', 'tirou', 'acertou', 'acertando'), ('tirando', 'tirou', 'implementou', 'implementando'), ('tirando', 'tirou', 'aumentou', 'aumentando'), ('tirando', 'tirou', 'saltou', 'saltando'), ('tirando', 'tirou', 'conheceu', 'conhecendo'), ('tirando', 'tirou', 'ouviu', 'ouvindo'), ('tirando', 'tirou', 'moveu', 'movendo'), ('tirando', 'tirou', 'jogou', 'jogando'), ('tirando', 'tirou', 'previu', 'prevendo'), ('tirando', 'tirou', 'correu', 'correndo'), ('tirando', 'tirou', 'gritou', 'gritando'), ('tirando', 'tirou', 'viu', 'vendo'), ('tirando', 'tirou', 'vendeu', 'vendendo'), ('tirando', 'tirou', 'encolheu', 'encolhendo'), ('tirando', 'tirou', 'cantou', 'cantando'), ('tirando', 'tirou', 'sentou', 'sentando'), ('tirando', 'tirou', 'dormiu', 'dormindo'), ('tirando', 'tirou', 'gastou', 'gastando'), ('tirando', 'tirou', 'golpeou', 'golpeando'), ('tirando', 'tirou', 'nadou', 'nadando'), ('pensando', 'pensou', 'desapareceu', 'desaparecendo'), ('pensando', 'pensou', 'andou', 'andando'), ('pensando', 'pensou', 'escreveu', 'escrevendo'), ('pensando', 'pensou', 'dançou', 'dançando'), ('pensando', 'pensou', 'diminuiu', 'diminuindo'), ('pensando', 'pensou', 'descreveu', 'descrevendo'), ('pensando', 'pensou', 'melhorou', 'melhorando'), ('pensando', 'pensou', 'caiu', 'caíndo'), ('pensando', 'pensou', 'alimentou', 'alimentando'), ('pensando', 'pensou', 'voou', 'voando'), ('pensando', 'pensou', 'gerou', 'gerando'), ('pensando', 'pensou', 'escondeu', 'escondendo'), ('pensando', 'pensou', 'acertou', 'acertando'), ('pensando', 'pensou', 'implementou', 'implementando'), ('pensando', 'pensou', 'aumentou', 'aumentando'), ('pensando', 'pensou', 'saltou', 'saltando'), ('pensando', 'pensou', 'conheceu', 'conhecendo'), ('pensando', 'pensou', 'ouviu', 'ouvindo'), ('pensando', 'pensou', 'moveu', 'movendo'), ('pensando', 'pensou', 'jogou', 'jogando'), ('pensando', 'pensou', 'previu', 'prevendo'), ('pensando', 'pensou', 'correu', 'correndo'), ('pensando', 'pensou', 'disse', 'dizendo'), ('pensando', 'pensou', 'gritou', 'gritando'), ('pensando', 'pensou', 'viu', 'vendo'), ('pensando', 'pensou', 'vendeu', 'vendendo'), ('pensando', 'pensou', 'encolheu', 'encolhendo'), ('pensando', 'pensou', 'cantou', 'cantando'), ('pensando', 'pensou', 'sentou', 'sentando'), ('pensando', 'pensou', 'dormiu', 'dormindo'), ('pensando', 'pensou', 'gastou', 'gastando'), ('pensando', 'pensou', 'golpeou', 'golpeando'), ('pensando', 'pensou', 'nadou', 'nadando'), ('pensando', 'pensou', 'tirou', 'tirando'), ('desaparecendo', 'desapareceu', 'andou', 'andando'), ('desaparecendo', 'desapareceu', 'escreveu', 'escrevendo'), ('desaparecendo', 'desapareceu', 'dançou', 'dançando'), ('desaparecendo', 'desapareceu', 'diminuiu', 'diminuindo'), ('desaparecendo', 'desapareceu', 'descreveu', 'descrevendo'), ('desaparecendo', 'desapareceu', 'melhorou', 'melhorando'), ('desaparecendo', 'desapareceu', 'caiu', 'caíndo'), ('desaparecendo', 'desapareceu', 'alimentou', 'alimentando'), ('desaparecendo', 'desapareceu', 'voou', 'voando'), ('desaparecendo', 'desapareceu', 'gerou', 'gerando'), ('desaparecendo', 'desapareceu', 'escondeu', 'escondendo'), ('desaparecendo', 'desapareceu', 'acertou', 'acertando'), ('desaparecendo', 'desapareceu', 'implementou', 'implementando'), ('desaparecendo', 'desapareceu', 'aumentou', 'aumentando'), ('desaparecendo', 'desapareceu', 'saltou', 'saltando'), ('desaparecendo', 'desapareceu', 'conheceu', 'conhecendo'), ('desaparecendo', 'desapareceu', 'ouviu', 'ouvindo'), ('desaparecendo', 'desapareceu', 'moveu', 'movendo'), ('desaparecendo', 'desapareceu', 'jogou', 'jogando'), ('desaparecendo', 'desapareceu', 'previu', 'prevendo'), ('desaparecendo', 'desapareceu', 'correu', 'correndo'), ('desaparecendo', 'desapareceu', 'disse', 'dizendo'), ('desaparecendo', 'desapareceu', 'gritou', 'gritando'), ('desaparecendo', 'desapareceu', 'viu', 'vendo'), ('desaparecendo', 'desapareceu', 'vendeu', 'vendendo'), ('desaparecendo', 'desapareceu', 'encolheu', 'encolhendo'), ('desaparecendo', 'desapareceu', 'cantou', 'cantando'), ('desaparecendo', 'desapareceu', 'sentou', 'sentando'), ('desaparecendo', 'desapareceu', 'dormiu', 'dormindo'), ('desaparecendo', 'desapareceu', 'gastou', 'gastando'), ('desaparecendo', 'desapareceu', 'golpeou', 'golpeando'), ('desaparecendo', 'desapareceu', 'nadou', 'nadando'), ('desaparecendo', 'desapareceu', 'tirou', 'tirando'), ('desaparecendo', 'desapareceu', 'pensou', 'pensando'), ('andando', 'andou', 'escreveu', 'escrevendo'), ('andando', 'andou', 'dançou', 'dançando'), ('andando', 'andou', 'diminuiu', 'diminuindo'), ('andando', 'andou', 'descreveu', 'descrevendo'), ('andando', 'andou', 'melhorou', 'melhorando'), ('andando', 'andou', 'caiu', 'caíndo'), ('andando', 'andou', 'alimentou', 'alimentando'), ('andando', 'andou', 'voou', 'voando'), ('andando', 'andou', 'gerou', 'gerando'), ('andando', 'andou', 'escondeu', 'escondendo'), ('andando', 'andou', 'acertou', 'acertando'), ('andando', 'andou', 'implementou', 'implementando'), ('andando', 'andou', 'aumentou', 'aumentando'), ('andando', 'andou', 'saltou', 'saltando'), ('andando', 'andou', 'conheceu', 'conhecendo'), ('andando', 'andou', 'ouviu', 'ouvindo'), ('andando', 'andou', 'moveu', 'movendo'), ('andando', 'andou', 'jogou', 'jogando'), ('andando', 'andou', 'previu', 'prevendo'), ('andando', 'andou', 'correu', 'correndo'), ('andando', 'andou', 'disse', 'dizendo'), ('andando', 'andou', 'gritou', 'gritando'), ('andando', 'andou', 'viu', 'vendo'), ('andando', 'andou', 'vendeu', 'vendendo'), ('andando', 'andou', 'encolheu', 'encolhendo'), ('andando', 'andou', 'cantou', 'cantando'), ('andando', 'andou', 'sentou', 'sentando'), ('andando', 'andou', 'dormiu', 'dormindo'), ('andando', 'andou', 'gastou', 'gastando'), ('andando', 'andou', 'golpeou', 'golpeando'), ('andando', 'andou', 'nadou', 'nadando'), ('andando', 'andou', 'tirou', 'tirando'), ('andando', 'andou', 'pensou', 'pensando'), ('andando', 'andou', 'desapareceu', 'desaparecendo'), ('escrevendo', 'escreveu', 'dançou', 'dançando'), ('escrevendo', 'escreveu', 'diminuiu', 'diminuindo'), ('escrevendo', 'escreveu', 'descreveu', 'descrevendo'), ('escrevendo', 'escreveu', 'melhorou', 'melhorando'), ('escrevendo', 'escreveu', 'caiu', 'caíndo'), ('escrevendo', 'escreveu', 'alimentou', 'alimentando'), ('escrevendo', 'escreveu', 'voou', 'voando'), ('escrevendo', 'escreveu', 'gerou', 'gerando'), ('escrevendo', 'escreveu', 'escondeu', 'escondendo'), ('escrevendo', 'escreveu', 'acertou', 'acertando'), ('escrevendo', 'escreveu', 'implementou', 'implementando'), ('escrevendo', 'escreveu', 'aumentou', 'aumentando'), ('escrevendo', 'escreveu', 'saltou', 'saltando'), ('escrevendo', 'escreveu', 'conheceu', 'conhecendo'), ('escrevendo', 'escreveu', 'ouviu', 'ouvindo'), ('escrevendo', 'escreveu', 'olhou', 'vendo'), ('escrevendo', 'escreveu', 'moveu', 'movendo'), ('escrevendo', 'escreveu', 'jogou', 'jogando'), ('escrevendo', 'escreveu', 'previu', 'prevendo'), ('escrevendo', 'escreveu', 'correu', 'correndo'), ('escrevendo', 'escreveu', 'gritou', 'gritando'), ('escrevendo', 'escreveu', 'viu', 'vendo'), ('escrevendo', 'escreveu', 'vendeu', 'vendendo'), ('escrevendo', 'escreveu', 'encolheu', 'encolhendo'), ('escrevendo', 'escreveu', 'cantou', 'cantando'), ('escrevendo', 'escreveu', 'sentou', 'sentando'), ('escrevendo', 'escreveu', 'dormiu', 'dormindo'), ('escrevendo', 'escreveu', 'gastou', 'gastando'), ('escrevendo', 'escreveu', 'golpeou', 'golpeando'), ('escrevendo', 'escreveu', 'nadou', 'nadando'), ('escrevendo', 'escreveu', 'tirou', 'tirando'), ('escrevendo', 'escreveu', 'pensou', 'pensando'), ('escrevendo', 'escreveu', 'desapareceu', 'desaparecendo'), ('escrevendo', 'escreveu', 'andou', 'andando')], 'incorrect': []}, {'section': '| gram8-plural', 'correct': [('banana', 'bananas', 'pássaros', 'pássaro'), ('banana', 'bananas', 'garrafas', 'garrafa'), ('banana', 'bananas', 'edifícios', 'edifício'), ('banana', 'bananas', 'carros', 'carro'), ('banana', 'bananas', 'crianças', 'criança'), ('banana', 'bananas', 'nuvens', 'nuvem'), ('banana', 'bananas', 'cores', 'cor'), ('banana', 'bananas', 'computadores', 'computador'), ('banana', 'bananas', 'vacas', 'vaca'), ('banana', 'bananas', 'cães', 'cão'), ('banana', 'bananas', 'sonhos', 'sonho'), ('banana', 'bananas', 'águias', 'águia'), ('banana', 'bananas', 'elefantes', 'elefante'), ('banana', 'bananas', 'olhos', 'olho'), ('banana', 'bananas', 'cabras', 'cabra'), ('banana', 'bananas', 'mãos', 'mão'), ('banana', 'bananas', 'cavalos', 'cavalo'), ('banana', 'bananas', 'máquinas', 'máquina'), ('banana', 'bananas', 'mangas', 'manga'), ('banana', 'bananas', 'melões', 'melão'), ('banana', 'bananas', 'macacos', 'macaco'), ('banana', 'bananas', 'cebolas', 'cebola'), ('banana', 'bananas', 'pêras', 'pêra'), ('banana', 'bananas', 'ratazanas', 'ratazana'), ('banana', 'bananas', 'estradas', 'estrada'), ('banana', 'bananas', 'cobras', 'cobra'), ('banana', 'bananas', 'mulheres', 'mulher'), ('pássaro', 'pássaros', 'garrafas', 'garrafa'), ('pássaro', 'pássaros', 'edifícios', 'edifício'), ('pássaro', 'pássaros', 'carros', 'carro'), ('pássaro', 'pássaros', 'gatos', 'gato'), ('pássaro', 'pássaros', 'crianças', 'criança'), ('pássaro', 'pássaros', 'cores', 'cor'), ('pássaro', 'pássaros', 'computadores', 'computador'), ('pássaro', 'pássaros', 'vacas', 'vaca'), ('pássaro', 'pássaros', 'cães', 'cão'), ('pássaro', 'pássaros', 'dólares', 'dólar'), ('pássaro', 'pássaros', 'burros', 'burro'), ('pássaro', 'pássaros', 'sonhos', 'sonho'), ('pássaro', 'pássaros', 'águias', 'águia'), ('pássaro', 'pássaros', 'elefantes', 'elefante'), ('pássaro', 'pássaros', 'olhos', 'olho'), ('pássaro', 'pássaros', 'dedos', 'dedo'), ('pássaro', 'pássaros', 'cabras', 'cabra'), ('pássaro', 'pássaros', 'mãos', 'mão'), ('pássaro', 'pássaros', 'cavalos', 'cavalo'), ('pássaro', 'pássaros', 'máquinas', 'máquina'), ('pássaro', 'pássaros', 'mangas', 'manga'), ('pássaro', 'pássaros', 'homens', 'homem'), ('pássaro', 'pássaros', 'melões', 'melão'), ('pássaro', 'pássaros', 'macacos', 'macaco'), ('pássaro', 'pássaros', 'ratos', 'rato'), ('pássaro', 'pássaros', 'cebolas', 'cebola'), ('pássaro', 'pássaros', 'porcos', 'porco'), ('pássaro', 'pássaros', 'ratazanas', 'ratazana'), ('pássaro', 'pássaros', 'cobras', 'cobra'), ('pássaro', 'pássaros', 'mulheres', 'mulher'), ('pássaro', 'pássaros', 'bananas', 'banana'), ('garrafa', 'garrafas', 'edifícios', 'edifício'), ('garrafa', 'garrafas', 'carros', 'carro'), ('garrafa', 'garrafas', 'crianças', 'criança'), ('garrafa', 'garrafas', 'nuvens', 'nuvem'), ('garrafa', 'garrafas', 'cores', 'cor'), ('garrafa', 'garrafas', 'computadores', 'computador'), ('garrafa', 'garrafas', 'vacas', 'vaca'), ('garrafa', 'garrafas', 'cães', 'cão'), ('garrafa', 'garrafas', 'dólares', 'dólar'), ('garrafa', 'garrafas', 'sonhos', 'sonho'), ('garrafa', 'garrafas', 'águias', 'águia'), ('garrafa', 'garrafas', 'elefantes', 'elefante'), ('garrafa', 'garrafas', 'olhos', 'olho'), ('garrafa', 'garrafas', 'cabras', 'cabra'), ('garrafa', 'garrafas', 'mãos', 'mão'), ('garrafa', 'garrafas', 'cavalos', 'cavalo'), ('garrafa', 'garrafas', 'máquinas', 'máquina'), ('garrafa', 'garrafas', 'mangas', 'manga'), ('garrafa', 'garrafas', 'macacos', 'macaco'), ('garrafa', 'garrafas', 'cebolas', 'cebola'), ('garrafa', 'garrafas', 'pêras', 'pêra'), ('garrafa', 'garrafas', 'porcos', 'porco'), ('garrafa', 'garrafas', 'ratazanas', 'ratazana'), ('garrafa', 'garrafas', 'estradas', 'estrada'), ('garrafa', 'garrafas', 'cobras', 'cobra'), ('garrafa', 'garrafas', 'mulheres', 'mulher'), ('garrafa', 'garrafas', 'bananas', 'banana'), ('garrafa', 'garrafas', 'pássaros', 'pássaro'), ('edifício', 'edifícios', 'carros', 'carro'), ('edifício', 'edifícios', 'gatos', 'gato'), ('edifício', 'edifícios', 'crianças', 'criança'), ('edifício', 'edifícios', 'nuvens', 'nuvem'), ('edifício', 'edifícios', 'computadores', 'computador'), ('edifício', 'edifícios', 'cães', 'cão'), ('edifício', 'edifícios', 'dólares', 'dólar'), ('edifício', 'edifícios', 'burros', 'burro'), ('edifício', 'edifícios', 'sonhos', 'sonho'), ('edifício', 'edifícios', 'elefantes', 'elefante'), ('edifício', 'edifícios', 'olhos', 'olho'), ('edifício', 'edifícios', 'dedos', 'dedo'), ('edifício', 'edifícios', 'mãos', 'mão'), ('edifício', 'edifícios', 'cavalos', 'cavalo'), ('edifício', 'edifícios', 'máquinas', 'máquina'), ('edifício', 'edifícios', 'homens', 'homem'), ('edifício', 'edifícios', 'melões', 'melão'), ('edifício', 'edifícios', 'macacos', 'macaco'), ('edifício', 'edifícios', 'ratos', 'rato'), ('edifício', 'edifícios', 'porcos', 'porco'), ('edifício', 'edifícios', 'ratazanas', 'ratazana'), ('edifício', 'edifícios', 'estradas', 'estrada'), ('edifício', 'edifícios', 'bananas', 'banana'), ('edifício', 'edifícios', 'pássaros', 'pássaro'), ('edifício', 'edifícios', 'garrafas', 'garrafa'), ('carro', 'carros', 'gatos', 'gato'), ('carro', 'carros', 'crianças', 'criança'), ('carro', 'carros', 'cores', 'cor'), ('carro', 'carros', 'computadores', 'computador'), ('carro', 'carros', 'vacas', 'vaca'), ('carro', 'carros', 'cães', 'cão'), ('carro', 'carros', 'dólares', 'dólar'), ('carro', 'carros', 'burros', 'burro'), ('carro', 'carros', 'sonhos', 'sonho'), ('carro', 'carros', 'águias', 'águia'), ('carro', 'carros', 'elefantes', 'elefante'), ('carro', 'carros', 'olhos', 'olho'), ('carro', 'carros', 'dedos', 'dedo'), ('carro', 'carros', 'cabras', 'cabra'), ('carro', 'carros', 'mãos', 'mão'), ('carro', 'carros', 'cavalos', 'cavalo'), ('carro', 'carros', 'máquinas', 'máquina'), ('carro', 'carros', 'homens', 'homem'), ('carro', 'carros', 'melões', 'melão'), ('carro', 'carros', 'macacos', 'macaco'), ('carro', 'carros', 'ratos', 'rato'), ('carro', 'carros', 'cebolas', 'cebola'), ('carro', 'carros', 'porcos', 'porco'), ('carro', 'carros', 'ratazanas', 'ratazana'), ('carro', 'carros', 'estradas', 'estrada'), ('carro', 'carros', 'mulheres', 'mulher'), ('carro', 'carros', 'bananas', 'banana'), ('carro', 'carros', 'pássaros', 'pássaro'), ('carro', 'carros', 'garrafas', 'garrafa'), ('carro', 'carros', 'edifícios', 'edifício'), ('gato', 'gatos', 'cores', 'cor'), ('gato', 'gatos', 'computadores', 'computador'), ('gato', 'gatos', 'vacas', 'vaca'), ('gato', 'gatos', 'cães', 'cão'), ('gato', 'gatos', 'dólares', 'dólar'), ('gato', 'gatos', 'burros', 'burro'), ('gato', 'gatos', 'sonhos', 'sonho'), ('gato', 'gatos', 'elefantes', 'elefante'), ('gato', 'gatos', 'olhos', 'olho'), ('gato', 'gatos', 'dedos', 'dedo'), ('gato', 'gatos', 'cavalos', 'cavalo'), ('gato', 'gatos', 'máquinas', 'máquina'), ('gato', 'gatos', 'mangas', 'manga'), ('gato', 'gatos', 'homens', 'homem'), ('gato', 'gatos', 'melões', 'melão'), ('gato', 'gatos', 'macacos', 'macaco'), ('gato', 'gatos', 'ratos', 'rato'), ('gato', 'gatos', 'cebolas', 'cebola'), ('gato', 'gatos', 'pêras', 'pêra'), ('gato', 'gatos', 'porcos', 'porco'), ('gato', 'gatos', 'ratazanas', 'ratazana'), ('gato', 'gatos', 'mulheres', 'mulher'), ('gato', 'gatos', 'bananas', 'banana'), ('gato', 'gatos', 'pássaros', 'pássaro'), ('gato', 'gatos', 'garrafas', 'garrafa'), ('gato', 'gatos', 'edifícios', 'edifício'), ('gato', 'gatos', 'carros', 'carro'), ('criança', 'crianças', 'nuvens', 'nuvem'), ('criança', 'crianças', 'cores', 'cor'), ('criança', 'crianças', 'computadores', 'computador'), ('criança', 'crianças', 'vacas', 'vaca'), ('criança', 'crianças', 'cães', 'cão'), ('criança', 'crianças', 'dólares', 'dólar'), ('criança', 'crianças', 'sonhos', 'sonho'), ('criança', 'crianças', 'águias', 'águia'), ('criança', 'crianças', 'elefantes', 'elefante'), ('criança', 'crianças', 'olhos', 'olho'), ('criança', 'crianças', 'cabras', 'cabra'), ('criança', 'crianças', 'mãos', 'mão'), ('criança', 'crianças', 'cavalos', 'cavalo'), ('criança', 'crianças', 'máquinas', 'máquina'), ('criança', 'crianças', 'mangas', 'manga'), ('criança', 'crianças', 'homens', 'homem'), ('criança', 'crianças', 'macacos', 'macaco'), ('criança', 'crianças', 'cebolas', 'cebola'), ('criança', 'crianças', 'pêras', 'pêra'), ('criança', 'crianças', 'ratazanas', 'ratazana'), ('criança', 'crianças', 'estradas', 'estrada'), ('criança', 'crianças', 'cobras', 'cobra'), ('criança', 'crianças', 'mulheres', 'mulher'), ('criança', 'crianças', 'bananas', 'banana'), ('criança', 'crianças', 'pássaros', 'pássaro'), ('criança', 'crianças', 'garrafas', 'garrafa'), ('criança', 'crianças', 'edifícios', 'edifício'), ('nuvem', 'nuvens', 'vacas', 'vaca'), ('nuvem', 'nuvens', 'águias', 'águia'), ('nuvem', 'nuvens', 'cabras', 'cabra'), ('nuvem', 'nuvens', 'mãos', 'mão'), ('nuvem', 'nuvens', 'máquinas', 'máquina'), ('nuvem', 'nuvens', 'mangas', 'manga'), ('nuvem', 'nuvens', 'cebolas', 'cebola'), ('nuvem', 'nuvens', 'ratazanas', 'ratazana'), ('nuvem', 'nuvens', 'estradas', 'estrada'), ('nuvem', 'nuvens', 'cobras', 'cobra'), ('nuvem', 'nuvens', 'bananas', 'banana'), ('nuvem', 'nuvens', 'garrafas', 'garrafa'), ('nuvem', 'nuvens', 'crianças', 'criança'), ('cor', 'cores', 'computadores', 'computador'), ('cor', 'cores', 'vacas', 'vaca'), ('cor', 'cores', 'cães', 'cão'), ('cor', 'cores', 'dólares', 'dólar'), ('cor', 'cores', 'sonhos', 'sonho'), ('cor', 'cores', 'águias', 'águia'), ('cor', 'cores', 'elefantes', 'elefante'), ('cor', 'cores', 'olhos', 'olho'), ('cor', 'cores', 'dedos', 'dedo'), ('cor', 'cores', 'cabras', 'cabra'), ('cor', 'cores', 'mãos', 'mão'), ('cor', 'cores', 'cavalos', 'cavalo'), ('cor', 'cores', 'máquinas', 'máquina'), ('cor', 'cores', 'mangas', 'manga'), ('cor', 'cores', 'homens', 'homem'), ('cor', 'cores', 'cebolas', 'cebola'), ('cor', 'cores', 'porcos', 'porco'), ('cor', 'cores', 'ratazanas', 'ratazana'), ('cor', 'cores', 'estradas', 'estrada'), ('cor', 'cores', 'cobras', 'cobra'), ('cor', 'cores', 'mulheres', 'mulher'), ('cor', 'cores', 'bananas', 'banana'), ('cor', 'cores', 'pássaros', 'pássaro'), ('cor', 'cores', 'garrafas', 'garrafa'), ('cor', 'cores', 'edifícios', 'edifício'), ('cor', 'cores', 'carros', 'carro'), ('cor', 'cores', 'crianças', 'criança'), ('cor', 'cores', 'nuvens', 'nuvem'), ('computador', 'computadores', 'cães', 'cão'), ('computador', 'computadores', 'dólares', 'dólar'), ('computador', 'computadores', 'burros', 'burro'), ('computador', 'computadores', 'sonhos', 'sonho'), ('computador', 'computadores', 'elefantes', 'elefante'), ('computador', 'computadores', 'olhos', 'olho'), ('computador', 'computadores', 'dedos', 'dedo'), ('computador', 'computadores', 'mãos', 'mão'), ('computador', 'computadores', 'cavalos', 'cavalo'), ('computador', 'computadores', 'máquinas', 'máquina'), ('computador', 'computadores', 'mangas', 'manga'), ('computador', 'computadores', 'homens', 'homem'), ('computador', 'computadores', 'melões', 'melão'), ('computador', 'computadores', 'macacos', 'macaco'), ('computador', 'computadores', 'ratos', 'rato'), ('computador', 'computadores', 'porcos', 'porco'), ('computador', 'computadores', 'ratazanas', 'ratazana'), ('computador', 'computadores', 'estradas', 'estrada'), ('computador', 'computadores', 'mulheres', 'mulher'), ('computador', 'computadores', 'bananas', 'banana'), ('computador', 'computadores', 'pássaros', 'pássaro'), ('computador', 'computadores', 'garrafas', 'garrafa'), ('computador', 'computadores', 'edifícios', 'edifício'), ('computador', 'computadores', 'carros', 'carro'), ('computador', 'computadores', 'gatos', 'gato'), ('computador', 'computadores', 'crianças', 'criança'), ('computador', 'computadores', 'nuvens', 'nuvem'), ('vaca', 'vacas', 'cães', 'cão'), ('vaca', 'vacas', 'dólares', 'dólar'), ('vaca', 'vacas', 'burros', 'burro'), ('vaca', 'vacas', 'sonhos', 'sonho'), ('vaca', 'vacas', 'águias', 'águia'), ('vaca', 'vacas', 'elefantes', 'elefante'), ('vaca', 'vacas', 'olhos', 'olho'), ('vaca', 'vacas', 'cabras', 'cabra'), ('vaca', 'vacas', 'mãos', 'mão'), ('vaca', 'vacas', 'cavalos', 'cavalo'), ('vaca', 'vacas', 'máquinas', 'máquina'), ('vaca', 'vacas', 'mangas', 'manga'), ('vaca', 'vacas', 'melões', 'melão'), ('vaca', 'vacas', 'macacos', 'macaco'), ('vaca', 'vacas', 'cebolas', 'cebola'), ('vaca', 'vacas', 'pêras', 'pêra'), ('vaca', 'vacas', 'porcos', 'porco'), ('vaca', 'vacas', 'ratazanas', 'ratazana'), ('vaca', 'vacas', 'estradas', 'estrada'), ('vaca', 'vacas', 'cobras', 'cobra'), ('vaca', 'vacas', 'mulheres', 'mulher'), ('vaca', 'vacas', 'bananas', 'banana'), ('vaca', 'vacas', 'pássaros', 'pássaro'), ('vaca', 'vacas', 'garrafas', 'garrafa'), ('vaca', 'vacas', 'crianças', 'criança'), ('vaca', 'vacas', 'nuvens', 'nuvem'), ('vaca', 'vacas', 'cores', 'cor'), ('vaca', 'vacas', 'computadores', 'computador'), ('cão', 'cães', 'dólares', 'dólar'), ('cão', 'cães', 'burros', 'burro'), ('cão', 'cães', 'sonhos', 'sonho'), ('cão', 'cães', 'águias', 'águia'), ('cão', 'cães', 'elefantes', 'elefante'), ('cão', 'cães', 'olhos', 'olho'), ('cão', 'cães', 'dedos', 'dedo'), ('cão', 'cães', 'cabras', 'cabra'), ('cão', 'cães', 'mãos', 'mão'), ('cão', 'cães', 'cavalos', 'cavalo'), ('cão', 'cães', 'leões', 'leão'), ('cão', 'cães', 'máquinas', 'máquina'), ('cão', 'cães', 'mangas', 'manga'), ('cão', 'cães', 'homens', 'homem'), ('cão', 'cães', 'melões', 'melão'), ('cão', 'cães', 'macacos', 'macaco'), ('cão', 'cães', 'ratos', 'rato'), ('cão', 'cães', 'cebolas', 'cebola'), ('cão', 'cães', 'porcos', 'porco'), ('cão', 'cães', 'ratazanas', 'ratazana'), ('cão', 'cães', 'estradas', 'estrada'), ('cão', 'cães', 'cobras', 'cobra'), ('cão', 'cães', 'mulheres', 'mulher'), ('cão', 'cães', 'bananas', 'banana'), ('cão', 'cães', 'pássaros', 'pássaro'), ('cão', 'cães', 'garrafas', 'garrafa'), ('cão', 'cães', 'edifícios', 'edifício'), ('cão', 'cães', 'carros', 'carro'), ('cão', 'cães', 'gatos', 'gato'), ('cão', 'cães', 'crianças', 'criança'), ('cão', 'cães', 'nuvens', 'nuvem'), ('cão', 'cães', 'cores', 'cor'), ('cão', 'cães', 'computadores', 'computador'), ('cão', 'cães', 'vacas', 'vaca'), ('dólar', 'dólares', 'burros', 'burro'), ('dólar', 'dólares', 'sonhos', 'sonho'), ('dólar', 'dólares', 'águias', 'águia'), ('dólar', 'dólares', 'elefantes', 'elefante'), ('dólar', 'dólares', 'olhos', 'olho'), ('dólar', 'dólares', 'dedos', 'dedo'), ('dólar', 'dólares', 'mãos', 'mão'), ('dólar', 'dólares', 'cavalos', 'cavalo'), ('dólar', 'dólares', 'máquinas', 'máquina'), ('dólar', 'dólares', 'mangas', 'manga'), ('dólar', 'dólares', 'homens', 'homem'), ('dólar', 'dólares', 'macacos', 'macaco'), ('dólar', 'dólares', 'ratos', 'rato'), ('dólar', 'dólares', 'cebolas', 'cebola'), ('dólar', 'dólares', 'porcos', 'porco'), ('dólar', 'dólares', 'bananas', 'banana'), ('dólar', 'dólares', 'pássaros', 'pássaro'), ('dólar', 'dólares', 'garrafas', 'garrafa'), ('dólar', 'dólares', 'edifícios', 'edifício'), ('dólar', 'dólares', 'carros', 'carro'), ('dólar', 'dólares', 'gatos', 'gato'), ('dólar', 'dólares', 'crianças', 'criança'), ('dólar', 'dólares', 'nuvens', 'nuvem'), ('dólar', 'dólares', 'cores', 'cor'), ('dólar', 'dólares', 'computadores', 'computador'), ('dólar', 'dólares', 'vacas', 'vaca'), ('dólar', 'dólares', 'cães', 'cão'), ('burro', 'burros', 'sonhos', 'sonho'), ('burro', 'burros', 'águias', 'águia'), ('burro', 'burros', 'elefantes', 'elefante'), ('burro', 'burros', 'olhos', 'olho'), ('burro', 'burros', 'dedos', 'dedo'), ('burro', 'burros', 'cabras', 'cabra'), ('burro', 'burros', 'cavalos', 'cavalo'), ('burro', 'burros', 'máquinas', 'máquina'), ('burro', 'burros', 'homens', 'homem'), ('burro', 'burros', 'melões', 'melão'), ('burro', 'burros', 'macacos', 'macaco'), ('burro', 'burros', 'ratos', 'rato'), ('burro', 'burros', 'cebolas', 'cebola'), ('burro', 'burros', 'pêras', 'pêra'), ('burro', 'burros', 'porcos', 'porco'), ('burro', 'burros', 'ratazanas', 'ratazana'), ('burro', 'burros', 'mulheres', 'mulher'), ('burro', 'burros', 'bananas', 'banana'), ('burro', 'burros', 'pássaros', 'pássaro'), ('burro', 'burros', 'garrafas', 'garrafa'), ('burro', 'burros', 'edifícios', 'edifício'), ('burro', 'burros', 'carros', 'carro'), ('burro', 'burros', 'gatos', 'gato'), ('burro', 'burros', 'crianças', 'criança'), ('burro', 'burros', 'computadores', 'computador'), ('burro', 'burros', 'vacas', 'vaca'), ('burro', 'burros', 'cães', 'cão'), ('burro', 'burros', 'dólares', 'dólar'), ('sonho', 'sonhos', 'águias', 'águia'), ('sonho', 'sonhos', 'elefantes', 'elefante'), ('sonho', 'sonhos', 'olhos', 'olho'), ('sonho', 'sonhos', 'dedos', 'dedo'), ('sonho', 'sonhos', 'mãos', 'mão'), ('sonho', 'sonhos', 'cavalos', 'cavalo'), ('sonho', 'sonhos', 'máquinas', 'máquina'), ('sonho', 'sonhos', 'mangas', 'manga'), ('sonho', 'sonhos', 'homens', 'homem'), ('sonho', 'sonhos', 'melões', 'melão'), ('sonho', 'sonhos', 'macacos', 'macaco'), ('sonho', 'sonhos', 'ratos', 'rato'), ('sonho', 'sonhos', 'cebolas', 'cebola'), ('sonho', 'sonhos', 'porcos', 'porco'), ('sonho', 'sonhos', 'ratazanas', 'ratazana'), ('sonho', 'sonhos', 'cobras', 'cobra'), ('sonho', 'sonhos', 'mulheres', 'mulher'), ('sonho', 'sonhos', 'bananas', 'banana'), ('sonho', 'sonhos', 'pássaros', 'pássaro'), ('sonho', 'sonhos', 'garrafas', 'garrafa'), ('sonho', 'sonhos', 'edifícios', 'edifício'), ('sonho', 'sonhos', 'carros', 'carro'), ('sonho', 'sonhos', 'gatos', 'gato'), ('sonho', 'sonhos', 'crianças', 'criança'), ('sonho', 'sonhos', 'computadores', 'computador'), ('sonho', 'sonhos', 'vacas', 'vaca'), ('sonho', 'sonhos', 'cães', 'cão'), ('sonho', 'sonhos', 'dólares', 'dólar'), ('sonho', 'sonhos', 'burros', 'burro'), ('águia', 'águias', 'elefantes', 'elefante'), ('águia', 'águias', 'olhos', 'olho'), ('águia', 'águias', 'cabras', 'cabra'), ('águia', 'águias', 'mãos', 'mão'), ('águia', 'águias', 'cavalos', 'cavalo'), ('águia', 'águias', 'leões', 'leão'), ('águia', 'águias', 'máquinas', 'máquina'), ('águia', 'águias', 'mangas', 'manga'), ('águia', 'águias', 'homens', 'homem'), ('águia', 'águias', 'melões', 'melão'), ('águia', 'águias', 'macacos', 'macaco'), ('águia', 'águias', 'cebolas', 'cebola'), ('águia', 'águias', 'pêras', 'pêra'), ('águia', 'águias', 'ratazanas', 'ratazana'), ('águia', 'águias', 'estradas', 'estrada'), ('águia', 'águias', 'cobras', 'cobra'), ('águia', 'águias', 'mulheres', 'mulher'), ('águia', 'águias', 'bananas', 'banana'), ('águia', 'águias', 'pássaros', 'pássaro'), ('águia', 'águias', 'garrafas', 'garrafa'), ('águia', 'águias', 'edifícios', 'edifício'), ('águia', 'águias', 'crianças', 'criança'), ('águia', 'águias', 'nuvens', 'nuvem'), ('águia', 'águias', 'cores', 'cor'), ('águia', 'águias', 'computadores', 'computador'), ('águia', 'águias', 'vacas', 'vaca'), ('águia', 'águias', 'cães', 'cão'), ('águia', 'águias', 'dólares', 'dólar'), ('águia', 'águias', 'burros', 'burro'), ('águia', 'águias', 'sonhos', 'sonho'), ('elefante', 'elefantes', 'olhos', 'olho'), ('elefante', 'elefantes', 'dedos', 'dedo'), ('elefante', 'elefantes', 'cabras', 'cabra'), ('elefante', 'elefantes', 'mãos', 'mão'), ('elefante', 'elefantes', 'cavalos', 'cavalo'), ('elefante', 'elefantes', 'máquinas', 'máquina'), ('elefante', 'elefantes', 'mangas', 'manga'), ('elefante', 'elefantes', 'homens', 'homem'), ('elefante', 'elefantes', 'melões', 'melão'), ('elefante', 'elefantes', 'macacos', 'macaco'), ('elefante', 'elefantes', 'ratos', 'rato'), ('elefante', 'elefantes', 'cebolas', 'cebola'), ('elefante', 'elefantes', 'porcos', 'porco'), ('elefante', 'elefantes', 'ratazanas', 'ratazana'), ('elefante', 'elefantes', 'estradas', 'estrada'), ('elefante', 'elefantes', 'cobras', 'cobra'), ('elefante', 'elefantes', 'mulheres', 'mulher'), ('elefante', 'elefantes', 'bananas', 'banana'), ('elefante', 'elefantes', 'pássaros', 'pássaro'), ('elefante', 'elefantes', 'garrafas', 'garrafa'), ('elefante', 'elefantes', 'edifícios', 'edifício'), ('elefante', 'elefantes', 'carros', 'carro'), ('elefante', 'elefantes', 'gatos', 'gato'), ('elefante', 'elefantes', 'crianças', 'criança'), ('elefante', 'elefantes', 'nuvens', 'nuvem'), ('elefante', 'elefantes', 'cores', 'cor'), ('elefante', 'elefantes', 'computadores', 'computador'), ('elefante', 'elefantes', 'vacas', 'vaca'), ('elefante', 'elefantes', 'cães', 'cão'), ('elefante', 'elefantes', 'dólares', 'dólar'), ('elefante', 'elefantes', 'burros', 'burro'), ('elefante', 'elefantes', 'sonhos', 'sonho'), ('elefante', 'elefantes', 'águias', 'águia'), ('olho', 'olhos', 'dedos', 'dedo'), ('olho', 'olhos', 'mãos', 'mão'), ('olho', 'olhos', 'cavalos', 'cavalo'), ('olho', 'olhos', 'máquinas', 'máquina'), ('olho', 'olhos', 'mangas', 'manga'), ('olho', 'olhos', 'homens', 'homem'), ('olho', 'olhos', 'melões', 'melão'), ('olho', 'olhos', 'macacos', 'macaco'), ('olho', 'olhos', 'ratos', 'rato'), ('olho', 'olhos', 'cebolas', 'cebola'), ('olho', 'olhos', 'porcos', 'porco'), ('olho', 'olhos', 'ratazanas', 'ratazana'), ('olho', 'olhos', 'bananas', 'banana'), ('olho', 'olhos', 'pássaros', 'pássaro'), ('olho', 'olhos', 'garrafas', 'garrafa'), ('olho', 'olhos', 'edifícios', 'edifício'), ('olho', 'olhos', 'carros', 'carro'), ('olho', 'olhos', 'gatos', 'gato'), ('olho', 'olhos', 'nuvens', 'nuvem'), ('olho', 'olhos', 'computadores', 'computador'), ('olho', 'olhos', 'vacas', 'vaca'), ('olho', 'olhos', 'cães', 'cão'), ('olho', 'olhos', 'dólares', 'dólar'), ('olho', 'olhos', 'burros', 'burro'), ('olho', 'olhos', 'sonhos', 'sonho'), ('olho', 'olhos', 'elefantes', 'elefante'), ('dedo', 'dedos', 'mãos', 'mão'), ('dedo', 'dedos', 'cavalos', 'cavalo'), ('dedo', 'dedos', 'máquinas', 'máquina'), ('dedo', 'dedos', 'mangas', 'manga'), ('dedo', 'dedos', 'homens', 'homem'), ('dedo', 'dedos', 'melões', 'melão'), ('dedo', 'dedos', 'macacos', 'macaco'), ('dedo', 'dedos', 'ratos', 'rato'), ('dedo', 'dedos', 'cebolas', 'cebola'), ('dedo', 'dedos', 'porcos', 'porco'), ('dedo', 'dedos', 'ratazanas', 'ratazana'), ('dedo', 'dedos', 'estradas', 'estrada'), ('dedo', 'dedos', 'bananas', 'banana'), ('dedo', 'dedos', 'pássaros', 'pássaro'), ('dedo', 'dedos', 'garrafas', 'garrafa'), ('dedo', 'dedos', 'edifícios', 'edifício'), ('dedo', 'dedos', 'carros', 'carro'), ('dedo', 'dedos', 'gatos', 'gato'), ('dedo', 'dedos', 'crianças', 'criança'), ('dedo', 'dedos', 'computadores', 'computador'), ('dedo', 'dedos', 'cães', 'cão'), ('dedo', 'dedos', 'dólares', 'dólar'), ('dedo', 'dedos', 'burros', 'burro'), ('dedo', 'dedos', 'sonhos', 'sonho'), ('dedo', 'dedos', 'águias', 'águia'), ('dedo', 'dedos', 'elefantes', 'elefante'), ('dedo', 'dedos', 'olhos', 'olho'), ('cabra', 'cabras', 'mãos', 'mão'), ('cabra', 'cabras', 'cavalos', 'cavalo'), ('cabra', 'cabras', 'máquinas', 'máquina'), ('cabra', 'cabras', 'mangas', 'manga'), ('cabra', 'cabras', 'macacos', 'macaco'), ('cabra', 'cabras', 'cebolas', 'cebola'), ('cabra', 'cabras', 'pêras', 'pêra'), ('cabra', 'cabras', 'porcos', 'porco'), ('cabra', 'cabras', 'ratazanas', 'ratazana'), ('cabra', 'cabras', 'estradas', 'estrada'), ('cabra', 'cabras', 'cobras', 'cobra'), ('cabra', 'cabras', 'mulheres', 'mulher'), ('cabra', 'cabras', 'bananas', 'banana'), ('cabra', 'cabras', 'pássaros', 'pássaro'), ('cabra', 'cabras', 'garrafas', 'garrafa'), ('cabra', 'cabras', 'edifícios', 'edifício'), ('cabra', 'cabras', 'crianças', 'criança'), ('cabra', 'cabras', 'nuvens', 'nuvem'), ('cabra', 'cabras', 'cores', 'cor'), ('cabra', 'cabras', 'computadores', 'computador'), ('cabra', 'cabras', 'vacas', 'vaca'), ('cabra', 'cabras', 'cães', 'cão'), ('cabra', 'cabras', 'burros', 'burro'), ('cabra', 'cabras', 'sonhos', 'sonho'), ('cabra', 'cabras', 'águias', 'águia'), ('cabra', 'cabras', 'elefantes', 'elefante'), ('cabra', 'cabras', 'olhos', 'olho'), ('cabra', 'cabras', 'dedos', 'dedo'), ('mão', 'mãos', 'cavalos', 'cavalo'), ('mão', 'mãos', 'máquinas', 'máquina'), ('mão', 'mãos', 'mangas', 'manga'), ('mão', 'mãos', 'cebolas', 'cebola'), ('mão', 'mãos', 'ratazanas', 'ratazana'), ('mão', 'mãos', 'estradas', 'estrada'), ('mão', 'mãos', 'cobras', 'cobra'), ('mão', 'mãos', 'mulheres', 'mulher'), ('mão', 'mãos', 'bananas', 'banana'), ('mão', 'mãos', 'garrafas', 'garrafa'), ('mão', 'mãos', 'crianças', 'criança'), ('mão', 'mãos', 'nuvens', 'nuvem'), ('mão', 'mãos', 'cores', 'cor'), ('mão', 'mãos', 'computadores', 'computador'), ('mão', 'mãos', 'vacas', 'vaca'), ('mão', 'mãos', 'cães', 'cão'), ('mão', 'mãos', 'sonhos', 'sonho'), ('mão', 'mãos', 'águias', 'águia'), ('mão', 'mãos', 'elefantes', 'elefante'), ('mão', 'mãos', 'dedos', 'dedo'), ('mão', 'mãos', 'cabras', 'cabra'), ('cavalo', 'cavalos', 'máquinas', 'máquina'), ('cavalo', 'cavalos', 'mangas', 'manga'), ('cavalo', 'cavalos', 'homens', 'homem'), ('cavalo', 'cavalos', 'melões', 'melão'), ('cavalo', 'cavalos', 'macacos', 'macaco'), ('cavalo', 'cavalos', 'ratos', 'rato'), ('cavalo', 'cavalos', 'cebolas', 'cebola'), ('cavalo', 'cavalos', 'porcos', 'porco'), ('cavalo', 'cavalos', 'ratazanas', 'ratazana'), ('cavalo', 'cavalos', 'estradas', 'estrada'), ('cavalo', 'cavalos', 'cobras', 'cobra'), ('cavalo', 'cavalos', 'mulheres', 'mulher'), ('cavalo', 'cavalos', 'bananas', 'banana'), ('cavalo', 'cavalos', 'pássaros', 'pássaro'), ('cavalo', 'cavalos', 'garrafas', 'garrafa'), ('cavalo', 'cavalos', 'edifícios', 'edifício'), ('cavalo', 'cavalos', 'carros', 'carro'), ('cavalo', 'cavalos', 'gatos', 'gato'), ('cavalo', 'cavalos', 'crianças', 'criança'), ('cavalo', 'cavalos', 'nuvens', 'nuvem'), ('cavalo', 'cavalos', 'cores', 'cor'), ('cavalo', 'cavalos', 'computadores', 'computador'), ('cavalo', 'cavalos', 'vacas', 'vaca'), ('cavalo', 'cavalos', 'cães', 'cão'), ('cavalo', 'cavalos', 'dólares', 'dólar'), ('cavalo', 'cavalos', 'burros', 'burro'), ('cavalo', 'cavalos', 'sonhos', 'sonho'), ('cavalo', 'cavalos', 'águias', 'águia'), ('cavalo', 'cavalos', 'elefantes', 'elefante'), ('cavalo', 'cavalos', 'olhos', 'olho'), ('cavalo', 'cavalos', 'dedos', 'dedo'), ('cavalo', 'cavalos', 'cabras', 'cabra'), ('cavalo', 'cavalos', 'mãos', 'mão'), ('leão', 'leões', 'máquinas', 'máquina'), ('leão', 'leões', 'mangas', 'manga'), ('leão', 'leões', 'homens', 'homem'), ('leão', 'leões', 'melões', 'melão'), ('leão', 'leões', 'macacos', 'macaco'), ('leão', 'leões', 'ratos', 'rato'), ('leão', 'leões', 'cebolas', 'cebola'), ('leão', 'leões', 'porcos', 'porco'), ('leão', 'leões', 'ratazanas', 'ratazana'), ('leão', 'leões', 'estradas', 'estrada'), ('leão', 'leões', 'cobras', 'cobra'), ('leão', 'leões', 'mulheres', 'mulher'), ('leão', 'leões', 'bananas', 'banana'), ('leão', 'leões', 'pássaros', 'pássaro'), ('leão', 'leões', 'garrafas', 'garrafa'), ('leão', 'leões', 'edifícios', 'edifício'), ('leão', 'leões', 'carros', 'carro'), ('leão', 'leões', 'gatos', 'gato'), ('leão', 'leões', 'crianças', 'criança'), ('leão', 'leões', 'nuvens', 'nuvem'), ('leão', 'leões', 'cores', 'cor'), ('leão', 'leões', 'computadores', 'computador'), ('leão', 'leões', 'vacas', 'vaca'), ('leão', 'leões', 'cães', 'cão'), ('leão', 'leões', 'burros', 'burro'), ('leão', 'leões', 'sonhos', 'sonho'), ('leão', 'leões', 'águias', 'águia'), ('leão', 'leões', 'elefantes', 'elefante'), ('leão', 'leões', 'olhos', 'olho'), ('leão', 'leões', 'dedos', 'dedo'), ('leão', 'leões', 'cabras', 'cabra'), ('leão', 'leões', 'mãos', 'mão'), ('leão', 'leões', 'cavalos', 'cavalo'), ('máquina', 'máquinas', 'mangas', 'manga'), ('máquina', 'máquinas', 'homens', 'homem'), ('máquina', 'máquinas', 'macacos', 'macaco'), ('máquina', 'máquinas', 'cebolas', 'cebola'), ('máquina', 'máquinas', 'pêras', 'pêra'), ('máquina', 'máquinas', 'ratazanas', 'ratazana'), ('máquina', 'máquinas', 'estradas', 'estrada'), ('máquina', 'máquinas', 'cobras', 'cobra'), ('máquina', 'máquinas', 'mulheres', 'mulher'), ('máquina', 'máquinas', 'bananas', 'banana'), ('máquina', 'máquinas', 'pássaros', 'pássaro'), ('máquina', 'máquinas', 'garrafas', 'garrafa'), ('máquina', 'máquinas', 'edifícios', 'edifício'), ('máquina', 'máquinas', 'crianças', 'criança'), ('máquina', 'máquinas', 'nuvens', 'nuvem'), ('máquina', 'máquinas', 'cores', 'cor'), ('máquina', 'máquinas', 'computadores', 'computador'), ('máquina', 'máquinas', 'vacas', 'vaca'), ('máquina', 'máquinas', 'cães', 'cão'), ('máquina', 'máquinas', 'dólares', 'dólar'), ('máquina', 'máquinas', 'sonhos', 'sonho'), ('máquina', 'máquinas', 'águias', 'águia'), ('máquina', 'máquinas', 'elefantes', 'elefante'), ('máquina', 'máquinas', 'olhos', 'olho'), ('máquina', 'máquinas', 'cabras', 'cabra'), ('máquina', 'máquinas', 'mãos', 'mão'), ('máquina', 'máquinas', 'cavalos', 'cavalo'), ('manga', 'mangas', 'macacos', 'macaco'), ('manga', 'mangas', 'cebolas', 'cebola'), ('manga', 'mangas', 'pêras', 'pêra'), ('manga', 'mangas', 'ratazanas', 'ratazana'), ('manga', 'mangas', 'estradas', 'estrada'), ('manga', 'mangas', 'cobras', 'cobra'), ('manga', 'mangas', 'mulheres', 'mulher'), ('manga', 'mangas', 'bananas', 'banana'), ('manga', 'mangas', 'pássaros', 'pássaro'), ('manga', 'mangas', 'garrafas', 'garrafa'), ('manga', 'mangas', 'edifícios', 'edifício'), ('manga', 'mangas', 'carros', 'carro'), ('manga', 'mangas', 'crianças', 'criança'), ('manga', 'mangas', 'nuvens', 'nuvem'), ('manga', 'mangas', 'cores', 'cor'), ('manga', 'mangas', 'computadores', 'computador'), ('manga', 'mangas', 'vacas', 'vaca'), ('manga', 'mangas', 'cães', 'cão'), ('manga', 'mangas', 'dólares', 'dólar'), ('manga', 'mangas', 'sonhos', 'sonho'), ('manga', 'mangas', 'águias', 'águia'), ('manga', 'mangas', 'elefantes', 'elefante'), ('manga', 'mangas', 'olhos', 'olho'), ('manga', 'mangas', 'dedos', 'dedo'), ('manga', 'mangas', 'cabras', 'cabra'), ('manga', 'mangas', 'mãos', 'mão'), ('manga', 'mangas', 'cavalos', 'cavalo'), ('manga', 'mangas', 'máquinas', 'máquina'), ('homem', 'homens', 'melões', 'melão'), ('homem', 'homens', 'macacos', 'macaco'), ('homem', 'homens', 'ratos', 'rato'), ('homem', 'homens', 'cebolas', 'cebola'), ('homem', 'homens', 'porcos', 'porco'), ('homem', 'homens', 'ratazanas', 'ratazana'), ('homem', 'homens', 'cobras', 'cobra'), ('homem', 'homens', 'mulheres', 'mulher'), ('homem', 'homens', 'bananas', 'banana'), ('homem', 'homens', 'pássaros', 'pássaro'), ('homem', 'homens', 'garrafas', 'garrafa'), ('homem', 'homens', 'edifícios', 'edifício'), ('homem', 'homens', 'carros', 'carro'), ('homem', 'homens', 'gatos', 'gato'), ('homem', 'homens', 'crianças', 'criança'), ('homem', 'homens', 'computadores', 'computador'), ('homem', 'homens', 'vacas', 'vaca'), ('homem', 'homens', 'cães', 'cão'), ('homem', 'homens', 'dólares', 'dólar'), ('homem', 'homens', 'burros', 'burro'), ('homem', 'homens', 'sonhos', 'sonho'), ('homem', 'homens', 'águias', 'águia'), ('homem', 'homens', 'elefantes', 'elefante'), ('homem', 'homens', 'olhos', 'olho'), ('homem', 'homens', 'dedos', 'dedo'), ('homem', 'homens', 'cabras', 'cabra'), ('homem', 'homens', 'mãos', 'mão'), ('homem', 'homens', 'cavalos', 'cavalo'), ('homem', 'homens', 'máquinas', 'máquina'), ('homem', 'homens', 'mangas', 'manga'), ('melão', 'melões', 'macacos', 'macaco'), ('melão', 'melões', 'ratos', 'rato'), ('melão', 'melões', 'cebolas', 'cebola'), ('melão', 'melões', 'pêras', 'pêra'), ('melão', 'melões', 'porcos', 'porco'), ('melão', 'melões', 'ratazanas', 'ratazana'), ('melão', 'melões', 'estradas', 'estrada'), ('melão', 'melões', 'cobras', 'cobra'), ('melão', 'melões', 'mulheres', 'mulher'), ('melão', 'melões', 'bananas', 'banana'), ('melão', 'melões', 'pássaros', 'pássaro'), ('melão', 'melões', 'garrafas', 'garrafa'), ('melão', 'melões', 'edifícios', 'edifício'), ('melão', 'melões', 'carros', 'carro'), ('melão', 'melões', 'gatos', 'gato'), ('melão', 'melões', 'crianças', 'criança'), ('melão', 'melões', 'nuvens', 'nuvem'), ('melão', 'melões', 'cores', 'cor'), ('melão', 'melões', 'computadores', 'computador'), ('melão', 'melões', 'vacas', 'vaca'), ('melão', 'melões', 'cães', 'cão'), ('melão', 'melões', 'burros', 'burro'), ('melão', 'melões', 'sonhos', 'sonho'), ('melão', 'melões', 'águias', 'águia'), ('melão', 'melões', 'elefantes', 'elefante'), ('melão', 'melões', 'olhos', 'olho'), ('melão', 'melões', 'dedos', 'dedo'), ('melão', 'melões', 'cabras', 'cabra'), ('melão', 'melões', 'mãos', 'mão'), ('melão', 'melões', 'cavalos', 'cavalo'), ('melão', 'melões', 'leões', 'leão'), ('melão', 'melões', 'máquinas', 'máquina'), ('melão', 'melões', 'mangas', 'manga'), ('melão', 'melões', 'homens', 'homem'), ('macaco', 'macacos', 'ratos', 'rato'), ('macaco', 'macacos', 'cebolas', 'cebola'), ('macaco', 'macacos', 'porcos', 'porco'), ('macaco', 'macacos', 'ratazanas', 'ratazana'), ('macaco', 'macacos', 'cobras', 'cobra'), ('macaco', 'macacos', 'mulheres', 'mulher'), ('macaco', 'macacos', 'bananas', 'banana'), ('macaco', 'macacos', 'pássaros', 'pássaro'), ('macaco', 'macacos', 'garrafas', 'garrafa'), ('macaco', 'macacos', 'edifícios', 'edifício'), ('macaco', 'macacos', 'carros', 'carro'), ('macaco', 'macacos', 'gatos', 'gato'), ('macaco', 'macacos', 'crianças', 'criança'), ('macaco', 'macacos', 'computadores', 'computador'), ('macaco', 'macacos', 'vacas', 'vaca'), ('macaco', 'macacos', 'cães', 'cão'), ('macaco', 'macacos', 'dólares', 'dólar'), ('macaco', 'macacos', 'burros', 'burro'), ('macaco', 'macacos', 'sonhos', 'sonho'), ('macaco', 'macacos', 'águias', 'águia'), ('macaco', 'macacos', 'elefantes', 'elefante'), ('macaco', 'macacos', 'olhos', 'olho'), ('macaco', 'macacos', 'dedos', 'dedo'), ('macaco', 'macacos', 'cabras', 'cabra'), ('macaco', 'macacos', 'mãos', 'mão'), ('macaco', 'macacos', 'cavalos', 'cavalo'), ('macaco', 'macacos', 'máquinas', 'máquina'), ('macaco', 'macacos', 'mangas', 'manga'), ('macaco', 'macacos', 'homens', 'homem'), ('macaco', 'macacos', 'melões', 'melão'), ('rato', 'ratos', 'cebolas', 'cebola'), ('rato', 'ratos', 'porcos', 'porco'), ('rato', 'ratos', 'ratazanas', 'ratazana'), ('rato', 'ratos', 'mulheres', 'mulher'), ('rato', 'ratos', 'bananas', 'banana'), ('rato', 'ratos', 'pássaros', 'pássaro'), ('rato', 'ratos', 'garrafas', 'garrafa'), ('rato', 'ratos', 'edifícios', 'edifício'), ('rato', 'ratos', 'carros', 'carro'), ('rato', 'ratos', 'gatos', 'gato'), ('rato', 'ratos', 'crianças', 'criança'), ('rato', 'ratos', 'computadores', 'computador'), ('rato', 'ratos', 'cães', 'cão'), ('rato', 'ratos', 'dólares', 'dólar'), ('rato', 'ratos', 'burros', 'burro'), ('rato', 'ratos', 'sonhos', 'sonho'), ('rato', 'ratos', 'águias', 'águia'), ('rato', 'ratos', 'elefantes', 'elefante'), ('rato', 'ratos', 'olhos', 'olho'), ('rato', 'ratos', 'dedos', 'dedo'), ('rato', 'ratos', 'mãos', 'mão'), ('rato', 'ratos', 'cavalos', 'cavalo'), ('rato', 'ratos', 'máquinas', 'máquina'), ('rato', 'ratos', 'mangas', 'manga'), ('rato', 'ratos', 'homens', 'homem'), ('rato', 'ratos', 'melões', 'melão'), ('rato', 'ratos', 'macacos', 'macaco'), ('cebola', 'cebolas', 'pêras', 'pêra'), ('cebola', 'cebolas', 'porcos', 'porco'), ('cebola', 'cebolas', 'ratazanas', 'ratazana'), ('cebola', 'cebolas', 'estradas', 'estrada'), ('cebola', 'cebolas', 'cobras', 'cobra'), ('cebola', 'cebolas', 'mulheres', 'mulher'), ('cebola', 'cebolas', 'bananas', 'banana'), ('cebola', 'cebolas', 'pássaros', 'pássaro'), ('cebola', 'cebolas', 'garrafas', 'garrafa'), ('cebola', 'cebolas', 'edifícios', 'edifício'), ('cebola', 'cebolas', 'carros', 'carro'), ('cebola', 'cebolas', 'crianças', 'criança'), ('cebola', 'cebolas', 'nuvens', 'nuvem'), ('cebola', 'cebolas', 'cores', 'cor'), ('cebola', 'cebolas', 'computadores', 'computador'), ('cebola', 'cebolas', 'vacas', 'vaca'), ('cebola', 'cebolas', 'cães', 'cão'), ('cebola', 'cebolas', 'dólares', 'dólar'), ('cebola', 'cebolas', 'sonhos', 'sonho'), ('cebola', 'cebolas', 'águias', 'águia'), ('cebola', 'cebolas', 'elefantes', 'elefante'), ('cebola', 'cebolas', 'olhos', 'olho'), ('cebola', 'cebolas', 'dedos', 'dedo'), ('cebola', 'cebolas', 'cabras', 'cabra'), ('cebola', 'cebolas', 'mãos', 'mão'), ('cebola', 'cebolas', 'cavalos', 'cavalo'), ('cebola', 'cebolas', 'máquinas', 'máquina'), ('cebola', 'cebolas', 'mangas', 'manga'), ('cebola', 'cebolas', 'melões', 'melão'), ('cebola', 'cebolas', 'macacos', 'macaco'), ('pêra', 'pêras', 'ratazanas', 'ratazana'), ('pêra', 'pêras', 'estradas', 'estrada'), ('pêra', 'pêras', 'cobras', 'cobra'), ('pêra', 'pêras', 'mulheres', 'mulher'), ('pêra', 'pêras', 'bananas', 'banana'), ('pêra', 'pêras', 'pássaros', 'pássaro'), ('pêra', 'pêras', 'garrafas', 'garrafa'), ('pêra', 'pêras', 'edifícios', 'edifício'), ('pêra', 'pêras', 'carros', 'carro'), ('pêra', 'pêras', 'crianças', 'criança'), ('pêra', 'pêras', 'nuvens', 'nuvem'), ('pêra', 'pêras', 'cores', 'cor'), ('pêra', 'pêras', 'computadores', 'computador'), ('pêra', 'pêras', 'vacas', 'vaca'), ('pêra', 'pêras', 'cães', 'cão'), ('pêra', 'pêras', 'burros', 'burro'), ('pêra', 'pêras', 'sonhos', 'sonho'), ('pêra', 'pêras', 'águias', 'águia'), ('pêra', 'pêras', 'elefantes', 'elefante'), ('pêra', 'pêras', 'olhos', 'olho'), ('pêra', 'pêras', 'dedos', 'dedo'), ('pêra', 'pêras', 'cabras', 'cabra'), ('pêra', 'pêras', 'mãos', 'mão'), ('pêra', 'pêras', 'cavalos', 'cavalo'), ('pêra', 'pêras', 'máquinas', 'máquina'), ('pêra', 'pêras', 'mangas', 'manga'), ('pêra', 'pêras', 'melões', 'melão'), ('pêra', 'pêras', 'macacos', 'macaco'), ('pêra', 'pêras', 'cebolas', 'cebola'), ('porco', 'porcos', 'ratazanas', 'ratazana'), ('porco', 'porcos', 'mulheres', 'mulher'), ('porco', 'porcos', 'bananas', 'banana'), ('porco', 'porcos', 'pássaros', 'pássaro'), ('porco', 'porcos', 'garrafas', 'garrafa'), ('porco', 'porcos', 'edifícios', 'edifício'), ('porco', 'porcos', 'carros', 'carro'), ('porco', 'porcos', 'gatos', 'gato'), ('porco', 'porcos', 'cores', 'cor'), ('porco', 'porcos', 'computadores', 'computador'), ('porco', 'porcos', 'vacas', 'vaca'), ('porco', 'porcos', 'cães', 'cão'), ('porco', 'porcos', 'dólares', 'dólar'), ('porco', 'porcos', 'burros', 'burro'), ('porco', 'porcos', 'sonhos', 'sonho'), ('porco', 'porcos', 'elefantes', 'elefante'), ('porco', 'porcos', 'olhos', 'olho'), ('porco', 'porcos', 'dedos', 'dedo'), ('porco', 'porcos', 'cabras', 'cabra'), ('porco', 'porcos', 'cavalos', 'cavalo'), ('porco', 'porcos', 'máquinas', 'máquina'), ('porco', 'porcos', 'homens', 'homem'), ('porco', 'porcos', 'melões', 'melão'), ('porco', 'porcos', 'macacos', 'macaco'), ('porco', 'porcos', 'ratos', 'rato'), ('porco', 'porcos', 'cebolas', 'cebola'), ('ratazana', 'ratazanas', 'estradas', 'estrada'), ('ratazana', 'ratazanas', 'cobras', 'cobra'), ('ratazana', 'ratazanas', 'mulheres', 'mulher'), ('ratazana', 'ratazanas', 'bananas', 'banana'), ('ratazana', 'ratazanas', 'pássaros', 'pássaro'), ('ratazana', 'ratazanas', 'garrafas', 'garrafa'), ('ratazana', 'ratazanas', 'edifícios', 'edifício'), ('ratazana', 'ratazanas', 'carros', 'carro'), ('ratazana', 'ratazanas', 'crianças', 'criança'), ('ratazana', 'ratazanas', 'nuvens', 'nuvem'), ('ratazana', 'ratazanas', 'cores', 'cor'), ('ratazana', 'ratazanas', 'computadores', 'computador'), ('ratazana', 'ratazanas', 'vacas', 'vaca'), ('ratazana', 'ratazanas', 'cães', 'cão'), ('ratazana', 'ratazanas', 'sonhos', 'sonho'), ('ratazana', 'ratazanas', 'águias', 'águia'), ('ratazana', 'ratazanas', 'elefantes', 'elefante'), ('ratazana', 'ratazanas', 'olhos', 'olho'), ('ratazana', 'ratazanas', 'cabras', 'cabra'), ('ratazana', 'ratazanas', 'mãos', 'mão'), ('ratazana', 'ratazanas', 'cavalos', 'cavalo'), ('ratazana', 'ratazanas', 'máquinas', 'máquina'), ('ratazana', 'ratazanas', 'mangas', 'manga'), ('ratazana', 'ratazanas', 'macacos', 'macaco'), ('ratazana', 'ratazanas', 'cebolas', 'cebola'), ('ratazana', 'ratazanas', 'pêras', 'pêra'), ('estrada', 'estradas', 'cobras', 'cobra'), ('estrada', 'estradas', 'mulheres', 'mulher'), ('estrada', 'estradas', 'bananas', 'banana'), ('estrada', 'estradas', 'garrafas', 'garrafa'), ('estrada', 'estradas', 'edifícios', 'edifício'), ('estrada', 'estradas', 'crianças', 'criança'), ('estrada', 'estradas', 'nuvens', 'nuvem'), ('estrada', 'estradas', 'cores', 'cor'), ('estrada', 'estradas', 'vacas', 'vaca'), ('estrada', 'estradas', 'cães', 'cão'), ('estrada', 'estradas', 'sonhos', 'sonho'), ('estrada', 'estradas', 'águias', 'águia'), ('estrada', 'estradas', 'elefantes', 'elefante'), ('estrada', 'estradas', 'cabras', 'cabra'), ('estrada', 'estradas', 'mãos', 'mão'), ('estrada', 'estradas', 'máquinas', 'máquina'), ('estrada', 'estradas', 'mangas', 'manga'), ('estrada', 'estradas', 'cebolas', 'cebola'), ('estrada', 'estradas', 'pêras', 'pêra'), ('estrada', 'estradas', 'ratazanas', 'ratazana'), ('cobra', 'cobras', 'mulheres', 'mulher'), ('cobra', 'cobras', 'bananas', 'banana'), ('cobra', 'cobras', 'pássaros', 'pássaro'), ('cobra', 'cobras', 'garrafas', 'garrafa'), ('cobra', 'cobras', 'crianças', 'criança'), ('cobra', 'cobras', 'nuvens', 'nuvem'), ('cobra', 'cobras', 'cores', 'cor'), ('cobra', 'cobras', 'vacas', 'vaca'), ('cobra', 'cobras', 'cães', 'cão'), ('cobra', 'cobras', 'sonhos', 'sonho'), ('cobra', 'cobras', 'águias', 'águia'), ('cobra', 'cobras', 'elefantes', 'elefante'), ('cobra', 'cobras', 'cabras', 'cabra'), ('cobra', 'cobras', 'mãos', 'mão'), ('cobra', 'cobras', 'cavalos', 'cavalo'), ('cobra', 'cobras', 'máquinas', 'máquina'), ('cobra', 'cobras', 'mangas', 'manga'), ('cobra', 'cobras', 'cebolas', 'cebola'), ('cobra', 'cobras', 'pêras', 'pêra'), ('cobra', 'cobras', 'ratazanas', 'ratazana'), ('cobra', 'cobras', 'estradas', 'estrada'), ('mulher', 'mulheres', 'bananas', 'banana'), ('mulher', 'mulheres', 'pássaros', 'pássaro'), ('mulher', 'mulheres', 'garrafas', 'garrafa'), ('mulher', 'mulheres', 'edifícios', 'edifício'), ('mulher', 'mulheres', 'carros', 'carro'), ('mulher', 'mulheres', 'crianças', 'criança'), ('mulher', 'mulheres', 'nuvens', 'nuvem'), ('mulher', 'mulheres', 'cores', 'cor'), ('mulher', 'mulheres', 'computadores', 'computador'), ('mulher', 'mulheres', 'vacas', 'vaca'), ('mulher', 'mulheres', 'cães', 'cão'), ('mulher', 'mulheres', 'burros', 'burro'), ('mulher', 'mulheres', 'sonhos', 'sonho'), ('mulher', 'mulheres', 'águias', 'águia'), ('mulher', 'mulheres', 'elefantes', 'elefante'), ('mulher', 'mulheres', 'cabras', 'cabra'), ('mulher', 'mulheres', 'mãos', 'mão'), ('mulher', 'mulheres', 'cavalos', 'cavalo'), ('mulher', 'mulheres', 'máquinas', 'máquina'), ('mulher', 'mulheres', 'mangas', 'manga'), ('mulher', 'mulheres', 'homens', 'homem'), ('mulher', 'mulheres', 'macacos', 'macaco'), ('mulher', 'mulheres', 'cebolas', 'cebola'), ('mulher', 'mulheres', 'pêras', 'pêra'), ('mulher', 'mulheres', 'ratazanas', 'ratazana'), ('mulher', 'mulheres', 'estradas', 'estrada'), ('mulher', 'mulheres', 'cobras', 'cobra')], 'incorrect': []}, {'section': '| gram9-plural-verbs', 'correct': [('diminuir', 'diminuem', 'descrevem', 'descrever'), ('diminuir', 'diminuem', 'comem', 'comer'), ('diminuir', 'diminuem', 'melhoram', 'melhorar'), ('diminuir', 'diminuem', 'geram', 'gerar'), ('diminuir', 'diminuem', 'implementam', 'implementar'), ('diminuir', 'diminuem', 'aumentam', 'aumentar'), ('diminuir', 'diminuem', 'ouvem', 'ouvir'), ('diminuir', 'diminuem', 'jogam', 'jogar'), ('diminuir', 'diminuem', 'prevêem', 'prever'), ('diminuir', 'diminuem', 'dizem', 'dizer'), ('diminuir', 'diminuem', 'gritam', 'gritar'), ('diminuir', 'diminuem', 'cantam', 'cantar'), ('diminuir', 'diminuem', 'sentam', 'sentar'), ('diminuir', 'diminuem', 'nadam', 'nadar'), ('diminuir', 'diminuem', 'pensam', 'pensar'), ('diminuir', 'diminuem', 'desaparecem', 'desaparecer'), ('diminuir', 'diminuem', 'escrevem', 'escrever'), ('descrever', 'descrevem', 'comem', 'comer'), ('descrever', 'descrevem', 'melhoram', 'melhorar'), ('descrever', 'descrevem', 'geram', 'gerar'), ('descrever', 'descrevem', 'implementam', 'implementar'), ('descrever', 'descrevem', 'aumentam', 'aumentar'), ('descrever', 'descrevem', 'ouvem', 'ouvir'), ('descrever', 'descrevem', 'jogam', 'jogar'), ('descrever', 'descrevem', 'prevêem', 'prever'), ('descrever', 'descrevem', 'dizem', 'dizer'), ('descrever', 'descrevem', 'gritam', 'gritar'), ('descrever', 'descrevem', 'cantam', 'cantar'), ('descrever', 'descrevem', 'sentam', 'sentar'), ('descrever', 'descrevem', 'nadam', 'nadar'), ('descrever', 'descrevem', 'pensam', 'pensar'), ('descrever', 'descrevem', 'desaparecem', 'desaparecer'), ('descrever', 'descrevem', 'andam', 'andar'), ('descrever', 'descrevem', 'escrevem', 'escrever'), ('descrever', 'descrevem', 'diminuem', 'diminuir'), ('comer', 'comem', 'melhoram', 'melhorar'), ('comer', 'comem', 'geram', 'gerar'), ('comer', 'comem', 'implementam', 'implementar'), ('comer', 'comem', 'aumentam', 'aumentar'), ('comer', 'comem', 'ouvem', 'ouvir'), ('comer', 'comem', 'jogam', 'jogar'), ('comer', 'comem', 'prevêem', 'prever'), ('comer', 'comem', 'dizem', 'dizer'), ('comer', 'comem', 'gritam', 'gritar'), ('comer', 'comem', 'vêem', 'ver'), ('comer', 'comem', 'cantam', 'cantar'), ('comer', 'comem', 'sentam', 'sentar'), ('comer', 'comem', 'nadam', 'nadar'), ('comer', 'comem', 'pensam', 'pensar'), ('comer', 'comem', 'desaparecem', 'desaparecer'), ('comer', 'comem', 'andam', 'andar'), ('comer', 'comem', 'escrevem', 'escrever'), ('comer', 'comem', 'diminuem', 'diminuir'), ('comer', 'comem', 'descrevem', 'descrever'), ('melhorar', 'melhoram', 'geram', 'gerar'), ('melhorar', 'melhoram', 'implementam', 'implementar'), ('melhorar', 'melhoram', 'aumentam', 'aumentar'), ('melhorar', 'melhoram', 'ouvem', 'ouvir'), ('melhorar', 'melhoram', 'jogam', 'jogar'), ('melhorar', 'melhoram', 'prevêem', 'prever'), ('melhorar', 'melhoram', 'dizem', 'dizer'), ('melhorar', 'melhoram', 'gritam', 'gritar'), ('melhorar', 'melhoram', 'cantam', 'cantar'), ('melhorar', 'melhoram', 'sentam', 'sentar'), ('melhorar', 'melhoram', 'nadam', 'nadar'), ('melhorar', 'melhoram', 'pensam', 'pensar'), ('melhorar', 'melhoram', 'desaparecem', 'desaparecer'), ('melhorar', 'melhoram', 'andam', 'andar'), ('melhorar', 'melhoram', 'escrevem', 'escrever'), ('melhorar', 'melhoram', 'diminuem', 'diminuir'), ('melhorar', 'melhoram', 'descrevem', 'descrever'), ('melhorar', 'melhoram', 'comem', 'comer'), ('estima', 'estimam', 'encontram', 'encontra'), ('estima', 'estimam', 'implementam', 'implementar'), ('estima', 'estimam', 'fornecem', 'fornece'), ('estima', 'estimam', 'procuram', 'procura'), ('estima', 'estimam', 'dizem', 'diz'), ('estima', 'estimam', 'nadam', 'nadar'), ('estima', 'estimam', 'falam', 'fala'), ('encontra', 'encontram', 'fornecem', 'fornece'), ('encontra', 'encontram', 'procuram', 'procura'), ('encontra', 'encontram', 'dizem', 'diz'), ('encontra', 'encontram', 'falam', 'fala'), ('encontra', 'encontram', 'estimam', 'estima'), ('gerar', 'geram', 'implementam', 'implementar'), ('gerar', 'geram', 'aumentam', 'aumentar'), ('gerar', 'geram', 'ouvem', 'ouvir'), ('gerar', 'geram', 'jogam', 'jogar'), ('gerar', 'geram', 'prevêem', 'prever'), ('gerar', 'geram', 'dizem', 'dizer'), ('gerar', 'geram', 'gritam', 'gritar'), ('gerar', 'geram', 'cantam', 'cantar'), ('gerar', 'geram', 'sentam', 'sentar'), ('gerar', 'geram', 'nadam', 'nadar'), ('gerar', 'geram', 'pensam', 'pensar'), ('gerar', 'geram', 'desaparecem', 'desaparecer'), ('gerar', 'geram', 'escrevem', 'escrever'), ('gerar', 'geram', 'diminuem', 'diminuir'), ('gerar', 'geram', 'descrevem', 'descrever'), ('gerar', 'geram', 'comem', 'comer'), ('gerar', 'geram', 'melhoram', 'melhorar'), ('ir', 'vão', 'ouvem', 'ouvir'), ('ir', 'vão', 'jogam', 'jogar'), ('ir', 'vão', 'prevêem', 'prever'), ('ir', 'vão', 'dizem', 'dizer'), ('ir', 'vão', 'gritam', 'gritar'), ('ir', 'vão', 'vêem', 'ver'), ('ir', 'vão', 'cantam', 'cantar'), ('ir', 'vão', 'sentam', 'sentar'), ('ir', 'vão', 'nadam', 'nadar'), ('ir', 'vão', 'pensam', 'pensar'), ('ir', 'vão', 'desaparecem', 'desaparecer'), ('ir', 'vão', 'andam', 'andar'), ('ir', 'vão', 'escrevem', 'escrever'), ('ir', 'vão', 'diminuem', 'diminuir'), ('ir', 'vão', 'descrevem', 'descrever'), ('ir', 'vão', 'comem', 'comer'), ('ir', 'vão', 'geram', 'gerar'), ('implementar', 'implementam', 'aumentam', 'aumentar'), ('implementar', 'implementam', 'ouvem', 'ouvir'), ('implementar', 'implementam', 'jogam', 'jogar'), ('implementar', 'implementam', 'prevêem', 'prever'), ('implementar', 'implementam', 'dizem', 'dizer'), ('implementar', 'implementam', 'gritam', 'gritar'), ('implementar', 'implementam', 'cantam', 'cantar'), ('implementar', 'implementam', 'sentam', 'sentar'), ('implementar', 'implementam', 'nadam', 'nadar'), ('implementar', 'implementam', 'falam', 'fala'), ('implementar', 'implementam', 'pensam', 'pensar'), ('implementar', 'implementam', 'desaparecem', 'desaparecer'), ('implementar', 'implementam', 'escrevem', 'escrever'), ('implementar', 'implementam', 'diminuem', 'diminuir'), ('implementar', 'implementam', 'descrevem', 'descrever'), ('implementar', 'implementam', 'comem', 'comer'), ('implementar', 'implementam', 'melhoram', 'melhorar'), ('implementar', 'implementam', 'estimam', 'estima'), ('implementar', 'implementam', 'geram', 'gerar'), ('aumentar', 'aumentam', 'ouvem', 'ouvir'), ('aumentar', 'aumentam', 'jogam', 'jogar'), ('aumentar', 'aumentam', 'prevêem', 'prever'), ('aumentar', 'aumentam', 'dizem', 'dizer'), ('aumentar', 'aumentam', 'gritam', 'gritar'), ('aumentar', 'aumentam', 'cantam', 'cantar'), ('aumentar', 'aumentam', 'sentam', 'sentar'), ('aumentar', 'aumentam', 'nadam', 'nadar'), ('aumentar', 'aumentam', 'pensam', 'pensar'), ('aumentar', 'aumentam', 'desaparecem', 'desaparecer'), ('aumentar', 'aumentam', 'andam', 'andar'), ('aumentar', 'aumentam', 'escrevem', 'escrever'), ('aumentar', 'aumentam', 'diminuem', 'diminuir'), ('aumentar', 'aumentam', 'descrevem', 'descrever'), ('aumentar', 'aumentam', 'comem', 'comer'), ('aumentar', 'aumentam', 'melhoram', 'melhorar'), ('aumentar', 'aumentam', 'estimam', 'estima'), ('aumentar', 'aumentam', 'geram', 'gerar'), ('aumentar', 'aumentam', 'implementam', 'implementar'), ('ouvir', 'ouvem', 'jogam', 'jogar'), ('ouvir', 'ouvem', 'prevêem', 'prever'), ('ouvir', 'ouvem', 'dizem', 'dizer'), ('ouvir', 'ouvem', 'gritam', 'gritar'), ('ouvir', 'ouvem', 'vêem', 'ver'), ('ouvir', 'ouvem', 'cantam', 'cantar'), ('ouvir', 'ouvem', 'sentam', 'sentar'), ('ouvir', 'ouvem', 'nadam', 'nadar'), ('ouvir', 'ouvem', 'pensam', 'pensar'), ('ouvir', 'ouvem', 'desaparecem', 'desaparecer'), ('ouvir', 'ouvem', 'andam', 'andar'), ('ouvir', 'ouvem', 'escrevem', 'escrever'), ('ouvir', 'ouvem', 'diminuem', 'diminuir'), ('ouvir', 'ouvem', 'descrevem', 'descrever'), ('ouvir', 'ouvem', 'comem', 'comer'), ('ouvir', 'ouvem', 'melhoram', 'melhorar'), ('ouvir', 'ouvem', 'geram', 'gerar'), ('ouvir', 'ouvem', 'vão', 'ir'), ('ouvir', 'ouvem', 'implementam', 'implementar'), ('ouvir', 'ouvem', 'aumentam', 'aumentar'), ('jogar', 'jogam', 'prevêem', 'prever'), ('jogar', 'jogam', 'dizem', 'dizer'), ('jogar', 'jogam', 'gritam', 'gritar'), ('jogar', 'jogam', 'vêem', 'ver'), ('jogar', 'jogam', 'cantam', 'cantar'), ('jogar', 'jogam', 'sentam', 'sentar'), ('jogar', 'jogam', 'nadam', 'nadar'), ('jogar', 'jogam', 'pensam', 'pensar'), ('jogar', 'jogam', 'desaparecem', 'desaparecer'), ('jogar', 'jogam', 'andam', 'andar'), ('jogar', 'jogam', 'escrevem', 'escrever'), ('jogar', 'jogam', 'diminuem', 'diminuir'), ('jogar', 'jogam', 'descrevem', 'descrever'), ('jogar', 'jogam', 'comem', 'comer'), ('jogar', 'jogam', 'melhoram', 'melhorar'), ('jogar', 'jogam', 'geram', 'gerar'), ('jogar', 'jogam', 'implementam', 'implementar'), ('jogar', 'jogam', 'aumentam', 'aumentar'), ('jogar', 'jogam', 'ouvem', 'ouvir'), ('prever', 'prevêem', 'dizem', 'dizer'), ('prever', 'prevêem', 'gritam', 'gritar'), ('prever', 'prevêem', 'cantam', 'cantar'), ('prever', 'prevêem', 'sentam', 'sentar'), ('prever', 'prevêem', 'nadam', 'nadar'), ('prever', 'prevêem', 'pensam', 'pensar'), ('prever', 'prevêem', 'desaparecem', 'desaparecer'), ('prever', 'prevêem', 'andam', 'andar'), ('prever', 'prevêem', 'escrevem', 'escrever'), ('prever', 'prevêem', 'diminuem', 'diminuir'), ('prever', 'prevêem', 'descrevem', 'descrever'), ('prever', 'prevêem', 'comem', 'comer'), ('prever', 'prevêem', 'melhoram', 'melhorar'), ('prever', 'prevêem', 'geram', 'gerar'), ('prever', 'prevêem', 'implementam', 'implementar'), ('prever', 'prevêem', 'aumentam', 'aumentar'), ('prever', 'prevêem', 'ouvem', 'ouvir'), ('prever', 'prevêem', 'jogam', 'jogar'), ('fornece', 'fornecem', 'dizem', 'diz'), ('fornece', 'fornecem', 'falam', 'fala'), ('fornece', 'fornecem', 'estimam', 'estima'), ('fornece', 'fornecem', 'encontram', 'encontra'), ('dizer', 'dizem', 'gritam', 'gritar'), ('dizer', 'dizem', 'vêem', 'ver'), ('dizer', 'dizem', 'cantam', 'cantar'), ('dizer', 'dizem', 'sentam', 'sentar'), ('dizer', 'dizem', 'nadam', 'nadar'), ('dizer', 'dizem', 'pensam', 'pensar'), ('dizer', 'dizem', 'desaparecem', 'desaparecer'), ('dizer', 'dizem', 'andam', 'andar'), ('dizer', 'dizem', 'escrevem', 'escrever'), ('dizer', 'dizem', 'diminuem', 'diminuir'), ('dizer', 'dizem', 'descrevem', 'descrever'), ('dizer', 'dizem', 'comem', 'comer'), ('dizer', 'dizem', 'melhoram', 'melhorar'), ('dizer', 'dizem', 'geram', 'gerar'), ('dizer', 'dizem', 'vão', 'ir'), ('dizer', 'dizem', 'implementam', 'implementar'), ('dizer', 'dizem', 'aumentam', 'aumentar'), ('dizer', 'dizem', 'ouvem', 'ouvir'), ('dizer', 'dizem', 'jogam', 'jogar'), ('dizer', 'dizem', 'prevêem', 'prever'), ('gritar', 'gritam', 'cantam', 'cantar'), ('gritar', 'gritam', 'sentam', 'sentar'), ('gritar', 'gritam', 'nadam', 'nadar'), ('gritar', 'gritam', 'pensam', 'pensar'), ('gritar', 'gritam', 'desaparecem', 'desaparecer'), ('gritar', 'gritam', 'andam', 'andar'), ('gritar', 'gritam', 'escrevem', 'escrever'), ('gritar', 'gritam', 'diminuem', 'diminuir'), ('gritar', 'gritam', 'descrevem', 'descrever'), ('gritar', 'gritam', 'comem', 'comer'), ('gritar', 'gritam', 'melhoram', 'melhorar'), ('gritar', 'gritam', 'geram', 'gerar'), ('gritar', 'gritam', 'implementam', 'implementar'), ('gritar', 'gritam', 'aumentam', 'aumentar'), ('gritar', 'gritam', 'ouvem', 'ouvir'), ('gritar', 'gritam', 'jogam', 'jogar'), ('gritar', 'gritam', 'prevêem', 'prever'), ('gritar', 'gritam', 'dizem', 'dizer'), ('procura', 'procuram', 'dizem', 'diz'), ('procura', 'procuram', 'nadam', 'nadar'), ('procura', 'procuram', 'falam', 'fala'), ('procura', 'procuram', 'pensam', 'pensar'), ('procura', 'procuram', 'desaparecem', 'desaparecer'), ('procura', 'procuram', 'descrevem', 'descrever'), ('procura', 'procuram', 'estimam', 'estima'), ('procura', 'procuram', 'encontram', 'encontra'), ('procura', 'procuram', 'jogam', 'jogar'), ('procura', 'procuram', 'fornecem', 'fornece'), ('procura', 'procuram', 'gritam', 'gritar'), ('ver', 'vêem', 'cantam', 'cantar'), ('ver', 'vêem', 'sentam', 'sentar'), ('ver', 'vêem', 'nadam', 'nadar'), ('ver', 'vêem', 'pensam', 'pensar'), ('ver', 'vêem', 'desaparecem', 'desaparecer'), ('ver', 'vêem', 'andam', 'andar'), ('ver', 'vêem', 'escrevem', 'escrever'), ('ver', 'vêem', 'diminuem', 'diminuir'), ('ver', 'vêem', 'descrevem', 'descrever'), ('ver', 'vêem', 'comem', 'comer'), ('ver', 'vêem', 'melhoram', 'melhorar'), ('ver', 'vêem', 'geram', 'gerar'), ('ver', 'vêem', 'implementam', 'implementar'), ('ver', 'vêem', 'aumentam', 'aumentar'), ('ver', 'vêem', 'ouvem', 'ouvir'), ('ver', 'vêem', 'jogam', 'jogar'), ('ver', 'vêem', 'prevêem', 'prever'), ('ver', 'vêem', 'dizem', 'dizer'), ('ver', 'vêem', 'gritam', 'gritar'), ('cantar', 'cantam', 'sentam', 'sentar'), ('cantar', 'cantam', 'nadam', 'nadar'), ('cantar', 'cantam', 'pensam', 'pensar'), ('cantar', 'cantam', 'desaparecem', 'desaparecer'), ('cantar', 'cantam', 'andam', 'andar'), ('cantar', 'cantam', 'escrevem', 'escrever'), ('cantar', 'cantam', 'diminuem', 'diminuir'), ('cantar', 'cantam', 'descrevem', 'descrever'), ('cantar', 'cantam', 'comem', 'comer'), ('cantar', 'cantam', 'melhoram', 'melhorar'), ('cantar', 'cantam', 'geram', 'gerar'), ('cantar', 'cantam', 'implementam', 'implementar'), ('cantar', 'cantam', 'aumentam', 'aumentar'), ('cantar', 'cantam', 'ouvem', 'ouvir'), ('cantar', 'cantam', 'jogam', 'jogar'), ('cantar', 'cantam', 'prevêem', 'prever'), ('cantar', 'cantam', 'dizem', 'dizer'), ('cantar', 'cantam', 'gritam', 'gritar'), ('sentar', 'sentam', 'nadam', 'nadar'), ('sentar', 'sentam', 'pensam', 'pensar'), ('sentar', 'sentam', 'desaparecem', 'desaparecer'), ('sentar', 'sentam', 'escrevem', 'escrever'), ('sentar', 'sentam', 'diminuem', 'diminuir'), ('sentar', 'sentam', 'descrevem', 'descrever'), ('sentar', 'sentam', 'comem', 'comer'), ('sentar', 'sentam', 'melhoram', 'melhorar'), ('sentar', 'sentam', 'geram', 'gerar'), ('sentar', 'sentam', 'implementam', 'implementar'), ('sentar', 'sentam', 'aumentam', 'aumentar'), ('sentar', 'sentam', 'ouvem', 'ouvir'), ('sentar', 'sentam', 'jogam', 'jogar'), ('sentar', 'sentam', 'prevêem', 'prever'), ('sentar', 'sentam', 'dizem', 'dizer'), ('sentar', 'sentam', 'gritam', 'gritar'), ('sentar', 'sentam', 'cantam', 'cantar'), ('diz', 'dizem', 'falam', 'fala'), ('diz', 'dizem', 'trabalham', 'trabalhou'), ('diz', 'dizem', 'estimam', 'estima'), ('diz', 'dizem', 'encontram', 'encontra'), ('diz', 'dizem', 'fornecem', 'fornece'), ('nadar', 'nadam', 'pensam', 'pensar'), ('nadar', 'nadam', 'desaparecem', 'desaparecer'), ('nadar', 'nadam', 'andam', 'andar'), ('nadar', 'nadam', 'escrevem', 'escrever'), ('nadar', 'nadam', 'diminuem', 'diminuir'), ('nadar', 'nadam', 'descrevem', 'descrever'), ('nadar', 'nadam', 'comem', 'comer'), ('nadar', 'nadam', 'melhoram', 'melhorar'), ('nadar', 'nadam', 'geram', 'gerar'), ('nadar', 'nadam', 'implementam', 'implementar'), ('nadar', 'nadam', 'aumentam', 'aumentar'), ('nadar', 'nadam', 'ouvem', 'ouvir'), ('nadar', 'nadam', 'jogam', 'jogar'), ('nadar', 'nadam', 'prevêem', 'prever'), ('nadar', 'nadam', 'dizem', 'dizer'), ('nadar', 'nadam', 'gritam', 'gritar'), ('nadar', 'nadam', 'cantam', 'cantar'), ('nadar', 'nadam', 'sentam', 'sentar'), ('fala', 'falam', 'trabalham', 'trabalhou'), ('fala', 'falam', 'estimam', 'estima'), ('fala', 'falam', 'encontram', 'encontra'), ('fala', 'falam', 'implementam', 'implementar'), ('fala', 'falam', 'fornecem', 'fornece'), ('fala', 'falam', 'procuram', 'procura'), ('fala', 'falam', 'dizem', 'diz'), ('fala', 'falam', 'nadam', 'nadar'), ('pensar', 'pensam', 'desaparecem', 'desaparecer'), ('pensar', 'pensam', 'andam', 'andar'), ('pensar', 'pensam', 'escrevem', 'escrever'), ('pensar', 'pensam', 'diminuem', 'diminuir'), ('pensar', 'pensam', 'descrevem', 'descrever'), ('pensar', 'pensam', 'comem', 'comer'), ('pensar', 'pensam', 'melhoram', 'melhorar'), ('pensar', 'pensam', 'geram', 'gerar'), ('pensar', 'pensam', 'implementam', 'implementar'), ('pensar', 'pensam', 'aumentam', 'aumentar'), ('pensar', 'pensam', 'ouvem', 'ouvir'), ('pensar', 'pensam', 'jogam', 'jogar'), ('pensar', 'pensam', 'prevêem', 'prever'), ('pensar', 'pensam', 'dizem', 'dizer'), ('pensar', 'pensam', 'gritam', 'gritar'), ('pensar', 'pensam', 'vêem', 'ver'), ('pensar', 'pensam', 'cantam', 'cantar'), ('pensar', 'pensam', 'sentam', 'sentar'), ('pensar', 'pensam', 'nadam', 'nadar'), ('desaparecer', 'desaparecem', 'andam', 'andar'), ('desaparecer', 'desaparecem', 'escrevem', 'escrever'), ('desaparecer', 'desaparecem', 'diminuem', 'diminuir'), ('desaparecer', 'desaparecem', 'descrevem', 'descrever'), ('desaparecer', 'desaparecem', 'comem', 'comer'), ('desaparecer', 'desaparecem', 'melhoram', 'melhorar'), ('desaparecer', 'desaparecem', 'estimam', 'estima'), ('desaparecer', 'desaparecem', 'geram', 'gerar'), ('desaparecer', 'desaparecem', 'implementam', 'implementar'), ('desaparecer', 'desaparecem', 'aumentam', 'aumentar'), ('desaparecer', 'desaparecem', 'ouvem', 'ouvir'), ('desaparecer', 'desaparecem', 'jogam', 'jogar'), ('desaparecer', 'desaparecem', 'prevêem', 'prever'), ('desaparecer', 'desaparecem', 'dizem', 'dizer'), ('desaparecer', 'desaparecem', 'gritam', 'gritar'), ('desaparecer', 'desaparecem', 'cantam', 'cantar'), ('desaparecer', 'desaparecem', 'sentam', 'sentar'), ('desaparecer', 'desaparecem', 'nadam', 'nadar'), ('desaparecer', 'desaparecem', 'pensam', 'pensar'), ('andar', 'andam', 'escrevem', 'escrever'), ('andar', 'andam', 'diminuem', 'diminuir'), ('andar', 'andam', 'descrevem', 'descrever'), ('andar', 'andam', 'comem', 'comer'), ('andar', 'andam', 'melhoram', 'melhorar'), ('andar', 'andam', 'geram', 'gerar'), ('andar', 'andam', 'implementam', 'implementar'), ('andar', 'andam', 'aumentam', 'aumentar'), ('andar', 'andam', 'ouvem', 'ouvir'), ('andar', 'andam', 'jogam', 'jogar'), ('andar', 'andam', 'prevêem', 'prever'), ('andar', 'andam', 'dizem', 'dizer'), ('andar', 'andam', 'gritam', 'gritar'), ('andar', 'andam', 'cantam', 'cantar'), ('andar', 'andam', 'sentam', 'sentar'), ('andar', 'andam', 'nadam', 'nadar'), ('andar', 'andam', 'pensam', 'pensar'), ('andar', 'andam', 'desaparecem', 'desaparecer'), ('trabalhou', 'trabalham', 'fornecem', 'fornece'), ('trabalhou', 'trabalham', 'dizem', 'diz'), ('trabalhou', 'trabalham', 'falam', 'fala'), ('escrever', 'escrevem', 'diminuem', 'diminuir'), ('escrever', 'escrevem', 'descrevem', 'descrever'), ('escrever', 'escrevem', 'comem', 'comer'), ('escrever', 'escrevem', 'melhoram', 'melhorar'), ('escrever', 'escrevem', 'geram', 'gerar'), ('escrever', 'escrevem', 'implementam', 'implementar'), ('escrever', 'escrevem', 'aumentam', 'aumentar'), ('escrever', 'escrevem', 'ouvem', 'ouvir'), ('escrever', 'escrevem', 'jogam', 'jogar'), ('escrever', 'escrevem', 'prevêem', 'prever'), ('escrever', 'escrevem', 'dizem', 'dizer'), ('escrever', 'escrevem', 'gritam', 'gritar'), ('escrever', 'escrevem', 'vêem', 'ver'), ('escrever', 'escrevem', 'cantam', 'cantar'), ('escrever', 'escrevem', 'sentam', 'sentar'), ('escrever', 'escrevem', 'nadam', 'nadar'), ('escrever', 'escrevem', 'pensam', 'pensar'), ('escrever', 'escrevem', 'desaparecem', 'desaparecer'), ('escrever', 'escrevem', 'andam', 'andar')], 'incorrect': []}, {'Emb_Name: fasttext_cbow_s300_analogy_POSTAG_vocab.vec/OOV/Total/VN_Solveable_Cases/VN_Phrase_Target': [11199, 17558, 0, 0], 'MAP@10': 0.18185542453582412}]\nMAP_arr = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.45, 0.111111, 0.333333, 0.333333, 0.25, 0.25, 0.142857, 1.0, 1.0, 0.833333, 0.0, 0.333333, 0.5, 1.0, 1.0, 1.0, 0.0, 0.5, 0.5, 1.0, 0.5, 0.75, 1.0, 1.0, 1.0, 1.0, 0.25, 0.5, 1.0, 1.0, 1.0, 1.0, 0.5, 1.0, 0.5, 1.0, 0.0, 1.0, 0.25, 1.0, 0.5, 0.2, 0.25, 0.25, 0.0, 0.0, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.0, 0.25, 0.0, 0.142857, 0.0, 0.236111, 0.0, 0.333333, 0.0, 0.0, 0.277778, 1.0, 1.0, 1.0, 0.142857, 1.0, 1.0, 1.0, 1.0, 0.333333, 0.25, 1.0, 0.25, 1.0, 0.0, 0.809524, 0.333333, 1.0, 1.0, 0.142857, 1.0, 0.309524, 1.0, 1.0, 0.142857, 1.0, 1.0, 1.0, 1.0, 0.333333, 0.25, 1.0, 0.25, 1.0, 0.0, 0.809524, 0.333333, 1.0, 1.0, 0.142857, 1.0, 0.309524, 1.0, 1.0, 0.125, 1.0, 1.0, 1.0, 1.0, 0.5, 0.25, 1.0, 1.0, 1.0, 0.0, 1.0, 0.125, 1.0, 1.0, 0.25, 1.0, 0.333333, 1.0, 1.0, 0.125, 1.0, 1.0, 1.0, 1.0, 0.5, 0.25, 1.0, 1.0, 1.0, 0.0, 1.0, 0.125, 1.0, 1.0, 0.25, 1.0, 0.333333, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.333333, 0.142857, 0.0, 0.5, 1.0, 0.5, 0.0, 0.583333, 0.0, 1.0, 0.333333, 0.25, 0.611111, 0.1, 1.0, 1.0, 0.5, 0.5, 1.0, 1.0, 0.5, 0.142857, 0.25, 1.0, 0.333333, 1.0, 0.0, 0.588889, 0.392857, 1.0, 0.5, 0.5, 0.75, 0.111111, 0.5, 0.5, 0.5, 0.5, 0.111111, 0.833333, 0.0, 0.2, 0.5, 1.0, 0.5, 0.5, 0.0, 0.590278, 0.333333, 1.0, 0.5, 0.5, 0.833333, 0.1625, 0.5, 0.5, 0.333333, 0.333333, 0.125, 0.5, 0.0, 0.142857, 0.25, 0.5, 0.333333, 0.5, 0.0, 0.679167, 0.333333, 0.5, 0.0, 0.5, 0.625, 0.0, 0.25, 0.25, 0.142857, 0.142857, 0.0, 0.5, 1.0, 0.111111, 0.0, 1.0, 0.166667, 0.5, 0.0, 0.533333, 0.25, 1.0, 0.333333, 0.0, 1.0, 0.242857, 1.0, 1.0, 0.333333, 0.333333, 0.0, 1.0, 0.333333, 0.5, 0.5, 1.0, 0.5, 1.0, 0.0, 0.805556, 0.2, 1.0, 0.5, 0.5, 0.833333, 0.225, 1.0, 1.0, 0.5, 0.5, 0.0, 0.5, 1.0, 1.0, 0.166667, 1.0, 1.0, 1.0, 0.0, 0.805556, 0.291667, 0.642857, 0.5, 0.5, 0.7, 0.111111, 0.333333, 0.333333, 0.5, 0.5, 0.0, 1.0, 1.0, 1.0, 0.0, 0.333333, 0.5, 1.0, 0.0, 0.638889, 0.333333, 1.0, 0.333333, 0.5, 0.583333, 0.173611, 1.0, 1.0, 0.5, 0.5, 0.333333, 1.0, 1.0, 1.0, 0.166667, 0.333333, 0.5, 1.0, 0.0, 0.638889, 0.25, 1.0, 0.5, 0.5, 1.0, 0.194444, 0.5, 0.5, 0.5, 0.5, 0.0, 1.0, 1.0, 1.0, 0.142857, 0.5, 0.5, 1.0, 0.0, 0.531746, 0.5, 1.0, 1.0, 0.5, 0.642857, 0.2, 1.0, 1.0, 1.0, 1.0, 0.5, 1.0, 1.0, 1.0, 0.25, 0.333333, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 1.0, 0.2, 0.5, 0.666667, 0.211111, 1.0, 1.0, 1.0, 1.0, 0.1, 0.5, 1.0, 0.5, 0.333333, 0.5, 0.5, 1.0, 0.333333, 0.5, 0.0, 1.0, 0.333333, 0.5, 0.75, 0.0, 0.5, 0.5, 0.5, 0.5, 0.0, 1.0, 0.5, 0.5, 0.142857, 0.142857, 0.333333, 0.5, 0.166667, 1.0, 0.0, 0.477778, 0.166667, 0.5, 1.0, 0.111111, 0.5, 0.5, 0.25, 0.25, 0.0, 1.0, 1.0, 1.0, 0.166667, 0.142857, 0.2, 1.0, 0.25, 0.5, 0.0, 0.579167, 0.333333, 1.0, 1.0, 0.333333, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.111111, 1.0, 0.333333, 0.5, 1.0, 1.0, 0.0, 0.583333, 0.142857, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.25, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.5, 0.166667, 0.0, 0.5, 0.0, 0.0, 0.0, 0.125, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.625, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.142857, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.5, 0.2, 0.2, 0.25, 0.0, 0.0, 0.25, 0.0, 0.0, 0.5, 0.333333, 0.2, 0.0, 0.0, 0.0, 0.333333, 0.1, 0.111111, 0.0, 1.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.366667, 0.0, 0.0, 0.0, 0.1, 0.0, 0.111111, 0.25, 0.0, 0.0, 0.0, 0.111111, 0.5, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.2, 0.1, 0.2, 0.0, 1.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.2, 0.309524, 0.2, 0.0, 0.366667, 0.0, 0.0, 0.2, 0.2, 0.0, 0.1, 0.5, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.1, 0.0, 0.25, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.5, 0.333333, 0.166667, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.5, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.125, 0.166667, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.366667, 0.0, 0.0, 0.0, 0.1, 0.0, 0.111111, 0.25, 0.0, 0.0, 0.0, 0.111111, 1.0, 0.0, 0.333333, 0.1, 0.111111, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.2, 0.2, 0.2, 0.0, 0.375, 0.0, 0.0, 0.2, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.111111, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.5, 0.5, 0.333333, 0.5, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.2, 0.2, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 1.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.5, 1.0, 0.0, 0.333333, 0.0, 0.0, 0.5, 0.166667, 0.0, 0.125, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.125, 0.5, 0.25, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.0, 0.0, 0.5, 0.111111, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.333333, 0.25, 0.5, 0.0, 0.5, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.0, 0.5, 0.166667, 0.0, 0.125, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.125, 0.5, 0.25, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.5, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.333333, 0.166667, 0.166667, 0.0, 0.25, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.25, 0.5, 0.25, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.2, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.142857, 0.0, 0.0, 0.125, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.5, 0.2, 0.333333, 0.0, 0.166667, 0.1, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.25, 0.333333, 0.25, 0.0, 0.416667, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.166667, 1.0, 0.142857, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.5, 0.5, 0.5, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 0.333333, 0.0, 0.125, 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.25, 0.5, 0.25, 0.0, 0.416667, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.25, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.25, 0.0, 0.25, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.111111, 0.5, 0.111111, 0.142857, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.333333, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.583333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.5, 0.0, 0.142857, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.166667, 0.166667, 0.166667, 0.0, 0.45, 0.0, 0.0, 0.111111, 0.125, 0.0, 0.1, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.166667, 0.0, 0.5, 0.0, 0.0, 0.5, 0.25, 0.5, 0.5, 0.5, 0.5, 0.0, 0.5, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.5, 0.333333, 0.5, 0.0, 0.5, 0.5, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.125, 0.5, 0.333333, 0.333333, 0.0, 0.333333, 0.25, 0.0, 1.0, 0.333333, 0.333333, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.333333, 0.142857, 0.333333, 0.0, 0.25, 0.142857, 0.0, 0.0, 0.142857, 0.333333, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.5, 0.333333, 0.5, 0.5, 0.5, 0.5, 0.0, 0.5, 0.5, 0.0, 0.0, 0.5, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.5, 0.333333, 0.5, 0.5, 0.5, 0.5, 0.0, 1.0, 0.5, 0.0, 0.0, 0.5, 0.5, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.0, 0.5, 0.5, 0.0, 0.0, 0.5, 0.333333, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.111111, 0.5, 0.0, 0.0, 0.125, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.0, 0.5, 1.0, 0.0, 0.0, 0.5, 0.5, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.5, 0.333333, 0.5, 0.5, 0.0, 0.5, 0.333333, 0.0, 0.0, 0.5, 0.5, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.125, 1.0, 0.0, 0.0, 0.5, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.111111, 0.25, 0.5, 1.0, 0.333333, 0.0, 0.5, 0.5, 0.0, 0.0, 1.0, 1.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.5, 0.5, 0.5, 0.5, 0.0, 0.5, 0.5, 0.0, 0.0, 0.5, 0.5, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.25, 0.0, 0.2, 0.0, 0.0, 0.5, 0.5, 0.5, 0.5, 0.0, 0.5, 0.5, 0.0, 0.0, 0.5, 0.333333, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.125, 0.0, 0.0, 0.142857, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.5, 0.0, 0.5, 0.0, 1.0, 0.5, 0.0, 0.0, 0.0, 0.25, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.125, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.2, 0.25, 0.5, 0.0, 0.5, 0.5, 0.0, 0.0, 0.25, 0.5, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.5, 0.111111, 0.5, 0.5, 0.0, 0.5, 0.5, 0.0, 0.0, 1.0, 1.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.142857, 0.0, 1.0, 0.0, 0.0, 0.5, 0.5, 0.25, 0.5, 0.0, 0.5, 0.5, 0.0, 0.0, 0.5, 0.333333, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.333333, 0.5, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.2, 0.333333, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.142857, 1.0, 0.5, 0.2, 0.5, 0.0, 0.0, 0.0, 0.5, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.2, 0.0, 0.0, 1.0, 0.0, 0.5, 0.5, 0.5, 0.5, 0.0, 0.5, 0.0, 0.0, 0.25, 0.277778, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.5, 1.0, 0.2, 0.0, 0.5, 0.0, 1.0, 1.0, 0.333333, 0.333333, 0.2, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.125, 0.5, 0.333333, 0.333333, 0.0, 0.333333, 0.25, 0.0, 1.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.142857, 0.0, 1.0, 0.0, 0.0, 0.5, 0.5, 0.25, 0.5, 1.0, 0.5, 0.0, 0.5, 0.5, 0.0, 0.0, 1.0, 0.5, 1.0, 1.0, 0.125, 0.0, 0.666667, 0.666667, 0.2, 0.0, 0.333333, 0.333333, 0.125, 0.333333, 0.333333, 0.666667, 0.2, 0.0, 0.666667, 0.0, 0.2, 0.0, 0.666667, 0.0, 0.666667, 0.0, 0.5, 0.0, 0.5, 0.5, 1.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.125, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.125, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.291667, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.291667, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.392857, 1.0, 0.6, 0.6, 0.611111, 1.0, 0.5, 1.0, 0.0, 0.2, 0.625, 0.642857, 0.833333, 0.5, 0.0, 0.5, 1.0, 1.0, 0.333333, 0.5, 0.5, 1.0, 0.0, 0.0, 0.666667, 0.666667, 0.0, 0.5, 1.0, 0.166667, 0.2, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.333333, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.333333, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.5, 1.0, 0.5, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.333333, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.5, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.333333, 1.0, 1.0, 1.0, 0.0, 0.0, 0.6, 1.0, 0.0, 1.0, 1.0, 0.0, 0.25, 1.0, 1.0, 0.625, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.5, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.333333, 1.0, 0.5, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.25, 1.0, 1.0, 0.625, 1.0, 1.0, 1.0, 1.0, 1.0, 0.5, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.6, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.5, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.5, 1.0, 0.166667, 0.333333, 1.0, 0.1, 1.0, 0.333333, 0.5, 1.0, 0.166667, 0.0, 1.0, 0.333333, 0.0, 1.0, 0.5, 0.0, 0.25, 0.5, 0.125, 1.0, 0.0, 0.833333, 0.242857, 0.5, 0.125, 1.0, 1.0, 1.0, 0.625, 0.583333, 0.5, 0.0, 0.5, 1.0, 1.0, 0.2, 0.5, 0.5, 0.611111, 0.0, 0.0, 0.666667, 0.375, 0.0, 0.5, 0.5, 0.0, 0.166667, 1.0, 0.7, 0.392857, 1.0, 1.0, 0.7, 0.625, 1.0, 0.5, 1.0, 0.0, 1.0, 0.625, 0.5, 0.0, 1.0, 1.0, 1.0, 0.25, 0.5, 0.5, 1.0, 0.0, 0.0, 0.642857, 1.0, 0.0, 0.5, 1.0, 0.0, 0.2, 1.0, 0.7, 0.642857, 1.0, 1.0, 1.0, 1.0, 1.0, 0.5, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.5, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.333333, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.333333, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.333333, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.333333, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.516667, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.5, 0.833333, 1.0, 1.0, 1.0, 0.5, 1.0, 1.0, 1.0, 1.0, 0.5, 0.5, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.333333, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.333333, 1.0, 0.5, 1.0, 1.0, 1.0, 0.0, 0.0, 0.6, 1.0, 0.0, 1.0, 1.0, 0.0, 0.333333, 1.0, 1.0, 0.625, 1.0, 1.0, 1.0, 0.611111, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.25, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.2, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.75, 1.0, 1.0, 1.0, 1.0, 0.111111, 0.0, 1.0, 1.0, 1.0, 1.0, 0.2, 1.0, 1.0, 1.0, 1.0, 1.0, 0.5, 0.0, 0.642857, 1.0, 0.0, 1.0, 1.0, 0.0, 0.333333, 1.0, 1.0, 1.0, 1.0, 0.642857, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.666667, 1.0, 0.5, 1.0, 0.625, 1.0, 0.5, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.333333, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.5, 0.833333, 1.0, 1.0, 1.0, 0.5, 1.0, 1.0, 1.0, 1.0, 0.5, 0.5, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.516667, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.5, 1.0, 1.0, 1.0, 1.0, 1.0, 0.625, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.333333, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.5, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.611111, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.333333, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.2, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.2, 0.0, 1.0, 1.0, 0.0, 1.0, 0.25, 1.0, 0.625, 0.6, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.333333, 1.0, 0.5, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.75, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.333333, 1.0, 0.5, 0.25, 1.0, 1.0, 0.0, 0.7, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.611111, 0.0, 1.0, 0.333333, 1.0, 1.0, 1.0, 1.0, 1.0, 0.625, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.625, 0.5, 1.0, 0.333333, 0.5, 0.5, 0.625, 0.0, 0.833333, 0.833333, 0.5, 0.7, 1.0, 0.611111, 0.75, 0.0, 0.583333, 0.0, 0.666667, 1.0, 0.0, 0.625, 0.2, 1.0, 0.5, 0.6, 0.833333, 0.75, 0.611111, 0.833333, 0.0, 0.75, 1.0, 0.5, 0.75, 0.5, 0.333333, 0.833333, 0.833333, 1.0, 0.666667, 0.333333, 0.25, 0.5, 0.642857, 0.0, 0.7, 0.7, 0.5, 0.6, 1.0, 1.0, 0.416667, 0.0, 0.375, 0.0, 1.0, 0.625, 0.0, 0.5, 0.0, 1.0, 0.5, 0.6, 0.833333, 1.0, 0.6, 0.5, 0.0, 0.75, 1.0, 0.5, 1.0, 0.5, 0.166667, 0.5, 0.666667, 0.5, 1.0, 0.5, 0.25, 1.0, 0.625, 0.0, 0.833333, 0.7, 0.333333, 0.625, 1.0, 1.0, 0.7, 0.0, 0.611111, 0.0, 0.642857, 1.0, 0.0, 1.0, 0.2, 1.0, 0.5, 0.611111, 1.0, 0.642857, 0.75, 0.75, 0.0, 0.7, 1.0, 1.0, 0.625, 1.0, 0.2, 1.0, 0.833333, 1.0, 1.0, 0.5, 0.125, 1.0, 1.0, 0.0, 0.583333, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.125, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.6, 1.0, 1.0, 1.0, 1.0, 0.0, 0.833333, 0.7, 1.0, 0.5, 0.333333, 1.0, 0.5, 0.375, 0.0, 0.583333, 0.833333, 0.333333, 0.625, 1.0, 0.625, 0.583333, 0.0, 0.583333, 0.0, 0.7, 1.0, 0.0, 0.5, 0.5, 1.0, 0.166667, 0.5, 0.833333, 0.666667, 0.75, 0.583333, 0.0, 0.75, 1.0, 0.5, 0.392857, 0.333333, 0.2, 0.583333, 0.833333, 0.5, 1.0, 0.333333, 0.625, 0.25, 1.0, 0.0, 0.833333, 1.0, 0.0, 0.6, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.833333, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.666667, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.75, 1.0, 1.0, 0.2, 1.0, 0.5, 0.333333, 0.0, 0.833333, 1.0, 0.166667, 0.611111, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.611111, 1.0, 1.0, 0.75, 0.0, 1.0, 1.0, 1.0, 0.833333, 1.0, 0.166667, 1.0, 0.6, 1.0, 1.0, 0.333333, 0.625, 0.5, 0.125, 1.0, 0.5, 1.0, 0.0, 1.0, 0.5, 0.5, 0.833333, 0.0, 0.5, 0.0, 0.5, 0.5, 0.0, 0.5, 0.0, 0.5, 0.0, 1.0, 0.5, 0.5, 0.5, 1.0, 0.0, 1.0, 1.0, 0.5, 0.5, 1.0, 0.0, 0.45, 1.0, 0.5, 1.0, 0.0, 1.0, 0.2, 0.0, 0.5, 0.5, 1.0, 0.333333, 0.625, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.666667, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.642857, 1.0, 1.0, 1.0, 0.0, 0.625, 1.0, 1.0, 1.0, 1.0, 0.25, 1.0, 1.0, 1.0, 1.0, 0.5, 1.0, 0.333333, 0.2, 1.0, 1.0, 0.0, 0.142857, 0.611111, 1.0, 1.0, 0.642857, 0.0, 1.0, 0.0, 1.0, 0.7, 0.0, 1.0, 0.333333, 1.0, 0.5, 1.0, 0.833333, 1.0, 0.805556, 0.7, 0.0, 0.625, 1.0, 1.0, 1.0, 1.0, 0.166667, 1.0, 0.642857, 1.0, 1.0, 0.5, 1.0, 0.5, 0.333333, 1.0, 1.0, 0.0, 0.75, 0.642857, 0.583333, 0.45, 0.5, 0.0, 0.583333, 0.0, 0.416667, 0.5, 0.0, 0.291667, 0.25, 0.392857, 0.0, 0.416667, 0.583333, 0.75, 0.583333, 0.583333, 0.0, 0.45, 0.5, 0.5, 0.392857, 0.25, 0.2, 0.444444, 0.583333, 0.5, 0.6, 0.333333, 0.375, 0.166667, 0.333333, 0.5, 0.392857, 0.0, 0.416667, 0.583333, 0.5, 0.666667, 0.583333, 0.0, 0.583333, 0.0, 0.666667, 0.5, 0.0, 0.416667, 0.25, 0.392857, 0.0, 0.45, 0.833333, 0.75, 0.833333, 0.583333, 0.0, 0.45, 1.0, 0.5, 0.45, 0.333333, 0.25, 0.583333, 0.583333, 0.5, 0.642857, 0.333333, 0.625, 0.25, 0.333333, 0.5, 0.392857, 0.0, 0.5, 0.75, 0.5, 1.0, 0.625, 0.0, 1.0, 0.0, 1.0, 0.7, 0.0, 1.0, 0.333333, 1.0, 0.5, 1.0, 0.6, 1.0, 1.0, 0.666667, 0.0, 0.6, 1.0, 1.0, 1.0, 1.0, 0.125, 1.0, 0.6, 1.0, 1.0, 0.5, 1.0, 0.5, 0.25, 1.0, 1.0, 0.0, 0.833333, 1.0, 0.0, 1.0, 0.666667, 0.0, 1.0, 0.0, 1.0, 0.642857, 0.0, 1.0, 0.142857, 1.0, 0.5, 1.0, 1.0, 1.0, 1.0, 0.833333, 0.0, 0.611111, 1.0, 1.0, 1.0, 1.0, 0.166667, 1.0, 0.833333, 1.0, 1.0, 0.5, 1.0, 0.5, 0.5, 1.0, 1.0, 0.0, 0.833333, 0.833333, 0.333333, 0.7, 1.0, 0.0, 1.0, 0.0, 1.0, 0.75, 0.0, 1.0, 0.333333, 1.0, 1.0, 1.0, 1.0, 1.0, 0.75, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.666667, 1.0, 1.0, 0.25, 1.0, 0.5, 0.0, 1.0, 1.0, 0.0, 0.625, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 0.5, 1.0, 1.0, 1.0, 1.0, 0.309524, 1.0, 0.0, 1.0, 1.0, 0.111111, 1.0, 1.0, 0.0, 0.5, 0.666667, 0.25, 1.0, 0.0, 1.0, 0.125, 0.0, 0.25, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.2, 1.0, 1.0, 0.0, 1.0, 0.833333, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.527778, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.333333, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.2, 0.111111, 1.0, 1.0, 0.0, 1.0, 1.0, 0.125, 0.666667, 1.0, 1.0, 1.0, 0.142857, 0.642857, 0.0, 0.0, 0.5, 0.142857, 0.5, 0.0, 0.0, 0.5, 0.5, 0.5, 0.35, 0.0, 0.0, 0.5, 0.5, 0.25, 0.5, 0.0, 0.416667, 0.5, 0.5, 0.5, 0.0, 0.5, 0.1, 0.0, 0.5, 0.142857, 0.0, 0.166667, 0.333333, 0.0, 0.25, 0.5, 0.2, 0.5, 0.0, 0.166667, 0.7, 0.0, 1.0, 0.5, 1.0, 0.5, 1.0, 0.833333, 1.0, 1.0, 0.833333, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.833333, 1.0, 1.0, 0.5, 0.7, 0.5, 0.2, 1.0, 1.0, 0.0, 0.75, 0.642857, 0.125, 1.0, 1.0, 1.0, 0.642857, 0.0, 1.0, 0.0, 0.0, 1.0, 0.142857, 0.6, 0.5, 0.611111, 0.833333, 0.625, 0.75, 0.75, 0.0, 0.75, 1.0, 0.5, 1.0, 1.0, 0.2, 0.833333, 0.7, 0.625, 1.0, 0.5, 0.75, 0.333333, 0.2, 0.5, 1.0, 0.0, 0.583333, 0.75, 0.25, 0.6, 0.642857, 1.0, 0.642857, 0.0, 0.5, 0.0, 0.666667, 0.166667, 0.0, 0.5, 0.0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.0, 0.5, 1.0, 0.0, 0.5, 0.25, 0.2, 0.45, 0.5, 0.5, 0.333333, 0.125, 0.333333, 0.166667, 0.166667, 0.25, 0.5, 0.0, 1.0, 1.0, 0.0, 0.5, 0.5, 0.5, 0.333333, 0.0, 0.0, 0.0, 0.5, 0.291667, 1.0, 1.0, 1.0, 1.0, 0.642857, 1.0, 0.611111, 1.0, 0.0, 1.0, 1.0, 1.0, 0.7, 1.0, 0.111111, 1.0, 0.642857, 1.0, 1.0, 0.142857, 1.0, 0.333333, 0.166667, 1.0, 1.0, 0.0, 0.833333, 1.0, 0.142857, 0.666667, 1.0, 1.0, 1.0, 0.125, 1.0, 0.0, 1.0, 0.7, 0.0, 0.7, 0.0, 0.5, 0.583333, 0.75, 1.0, 0.583333, 0.0, 0.5, 0.392857, 0.5, 0.45, 0.25, 0.166667, 0.583333, 0.7, 0.5, 0.5, 0.333333, 0.5, 0.25, 0.5, 0.5, 0.5, 0.0, 0.5, 0.75, 0.25, 1.0, 1.0, 0.5, 0.583333, 0.0, 0.583333, 0.0, 0.45, 0.392857, 0.0, 0.5, 1.0, 1.0, 0.75, 1.0, 0.527778, 1.0, 0.0, 0.666667, 1.0, 1.0, 1.0, 1.0, 0.166667, 1.0, 0.642857, 1.0, 1.0, 0.5, 1.0, 0.5, 0.333333, 1.0, 1.0, 0.0, 0.833333, 1.0, 0.125, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.642857, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.833333, 1.0, 0.0, 1.0, 1.0, 1.0, 0.666667, 1.0, 0.0, 0.833333, 1.0, 1.0, 0.5, 0.0, 1.0, 0.333333, 0.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.611111, 1.0, 1.0, 0.5, 0.642857, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.7, 0.7, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.142857, 1.0, 1.0, 1.0, 1.0, 0.333333, 1.0, 0.5, 0.142857, 1.0, 1.0, 0.0, 0.642857, 1.0, 0.142857, 0.611111, 1.0, 1.0, 0.625, 0.142857, 1.0, 0.0, 1.0, 0.75, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.642857, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.166667, 1.0, 0.611111, 1.0, 1.0, 0.5, 1.0, 0.5, 0.125, 1.0, 1.0, 0.0, 0.7, 1.0, 0.25, 1.0, 1.0, 1.0, 0.625, 0.2, 1.0, 0.0, 1.0, 0.833333, 0.0, 1.0, 0.111111, 1.0, 1.0, 1.0, 0.666667, 0.75, 0.0, 0.75, 1.0, 1.0, 1.0, 1.0, 0.25, 1.0, 0.833333, 1.0, 1.0, 0.5, 0.666667, 0.333333, 0.25, 1.0, 1.0, 0.0, 0.75, 0.75, 0.166667, 1.0, 1.0, 1.0, 0.7, 0.0, 0.625, 0.0, 0.625, 0.666667, 0.0, 1.0, 0.333333, 1.0, 0.5, 0.611111, 0.833333, 0.75, 0.0, 0.7, 1.0, 1.0, 1.0, 1.0, 0.1, 1.0, 0.666667, 1.0, 1.0, 0.25, 0.6, 0.5, 0.2, 1.0, 1.0, 0.0, 0.833333, 1.0, 0.0, 1.0, 1.0, 1.0, 0.666667, 0.0, 1.0, 0.0, 1.0, 0.75, 0.0, 1.0, 0.5, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 0.7, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.25, 1.0, 0.5, 0.0, 1.0, 1.0, 0.0, 0.6, 1.0, 0.1, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.75, 0.0, 1.0, 0.333333, 1.0, 1.0, 1.0, 1.0, 1.0, 0.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.1, 1.0, 1.0, 1.0, 1.0, 0.125, 1.0, 0.25, 0.25, 1.0, 1.0, 0.0, 0.75, 1.0, 0.0, 0.6, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.833333, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.75, 1.0, 0.0, 1.0, 1.0, 1.0, 0.142857, 1.0, 0.75, 1.0, 1.0, 0.5, 1.0, 0.5, 0.5, 1.0, 1.0, 0.0, 0.833333, 1.0, 0.0, 1.0, 1.0, 1.0, 0.6, 0.0, 1.0, 0.0, 1.0, 0.642857, 0.0, 1.0, 0.166667, 1.0, 0.5, 1.0, 0.833333, 1.0, 1.0, 0.7, 0.0, 0.666667, 1.0, 1.0, 0.0, 1.0, 0.6, 1.0, 1.0, 0.0, 0.7, 0.5, 0.2, 1.0, 1.0, 0.0, 0.45, 1.0, 0.0, 1.0, 1.0, 1.0, 0.833333, 0.0, 1.0, 0.0, 1.0, 0.625, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.625, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.1, 1.0, 0.5, 0.166667, 1.0, 1.0, 0.0, 0.7, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.666667, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.611111, 1.0, 0.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.625, 1.0, 1.0, 0.333333, 0.666667, 0.5, 0.25, 1.0, 1.0, 0.0, 0.833333, 0.625, 0.166667, 0.6, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.666667, 0.0, 1.0, 0.25, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.7, 0.0, 0.6, 1.0, 1.0, 0.6, 0.833333, 0.833333, 1.0, 1.0, 0.5, 0.611111, 0.333333, 0.333333, 1.0, 0.666667, 0.0, 0.833333, 0.75, 0.333333, 0.666667, 1.0, 0.611111, 0.833333, 0.0, 0.583333, 0.0, 0.666667, 0.611111, 0.0, 1.0, 0.25, 1.0, 0.5, 0.625, 0.833333, 0.625, 0.75, 0.833333, 0.0, 0.833333, 1.0, 0.5, 0.642857, 0.642857, 0.625, 1.0, 1.0, 0.5, 0.625, 0.333333, 0.142857, 1.0, 1.0, 0.0, 0.833333, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.833333, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.833333, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.142857, 1.0, 0.333333, 0.142857, 1.0, 1.0, 0.0, 0.7, 0.625, 0.2, 1.0, 1.0, 1.0, 0.625, 0.166667, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.5, 1.0, 0.833333, 1.0, 1.0, 0.75, 0.0, 0.625, 1.0, 1.0, 1.0, 1.0, 0.142857, 0.833333, 0.5, 1.0, 0.166667, 0.125, 0.0, 1.0, 0.25, 0.25, 0.183333, 1.0, 0.2, 0.0, 0.0, 0.5, 1.0, 0.5, 0.166667, 0.0, 1.0, 0.333333, 0.333333, 0.0, 1.0, 1.0, 0.0, 0.125, 0.2, 0.0, 1.0, 0.5, 0.0, 0.0, 1.0, 0.642857, 0.5, 1.0, 1.0, 1.0, 1.0, 1.0, 0.333333, 0.0, 0.5, 0.5, 0.5, 1.0, 0.25, 1.0, 1.0, 0.333333, 1.0, 1.0, 1.0, 0.333333, 0.25, 1.0, 0.0, 0.5, 0.25, 1.0, 1.0, 1.0, 1.0, 0.25, 0.0, 0.625, 0.0, 0.333333, 0.0, 0.25, 0.333333, 0.5, 0.333333, 0.5, 0.0, 1.0, 0.333333, 1.0, 0.611111, 1.0, 0.333333, 0.166667, 0.0, 0.5, 1.0, 0.5, 0.333333, 0.0, 1.0, 0.5, 0.5, 0.0, 1.0, 1.0, 0.0, 0.0, 0.333333, 0.0, 1.0, 1.0, 0.142857, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.5, 1.0, 0.333333, 0.125, 0.1, 0.0, 0.392857, 0.0, 1.0, 0.333333, 0.5, 1.0, 0.0, 1.0, 0.5, 1.0, 0.0, 0.25, 1.0, 0.0, 0.2, 0.0, 0.333333, 0.5, 1.0, 0.5, 0.0, 0.0, 0.25, 0.0, 0.166667, 0.166667, 0.0, 0.0, 0.2, 1.0, 0.25, 0.5, 0.5, 0.0, 0.25, 1.0, 0.333333, 0.5, 0.333333, 1.0, 1.0, 0.166667, 1.0, 1.0, 0.5, 0.166667, 0.166667, 1.0, 0.0, 0.333333, 0.0, 1.0, 1.0, 1.0, 1.0, 0.333333, 0.0, 1.0, 0.0, 0.5, 0.142857, 0.0, 0.333333, 0.5, 1.0, 1.0, 1.0, 0.0, 0.0, 0.1, 0.5, 0.111111, 0.5, 0.5, 1.0, 1.0, 0.0, 0.5, 0.5, 0.5, 0.0, 0.0, 1.0, 0.0, 0.333333, 0.111111, 1.0, 0.333333, 1.0, 0.5, 0.2, 0.2, 0.5, 0.0, 0.166667, 0.0, 0.0, 0.2, 0.333333, 1.0, 0.5, 1.0, 1.0, 0.5, 1.0, 0.75, 1.0, 0.5, 0.111111, 0.0, 0.5, 1.0, 0.5, 0.1, 0.0, 1.0, 0.333333, 0.333333, 0.0, 1.0, 1.0, 0.166667, 0.0, 0.125, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.5, 1.0, 0.5, 1.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.25, 0.25, 0.5, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 0.5, 1.0, 0.333333, 0.2, 0.0, 0.5, 1.0, 1.0, 0.25, 0.111111, 1.0, 0.5, 0.5, 0.0, 1.0, 0.5, 0.166667, 0.0, 0.0, 0.0, 1.0, 0.0, 0.1, 0.0, 0.5, 1.0, 0.5, 1.0, 1.0, 0.5, 1.0, 0.333333, 0.25, 0.0, 1.0, 0.333333, 0.0, 1.0, 0.2, 0.5, 0.5, 0.0, 1.0, 0.5, 0.5, 0.0, 0.5, 1.0, 0.0, 0.5, 0.125, 0.5, 0.5, 0.5, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.25, 0.111111, 0.0, 0.111111, 0.25, 1.0, 0.333333, 1.0, 1.0, 0.333333, 0.333333, 0.333333, 0.0, 0.25, 0.1, 0.111111, 0.5, 1.0, 0.5, 0.125, 0.0, 1.0, 0.5, 0.5, 0.0, 1.0, 1.0, 0.0, 0.125, 0.142857, 0.0, 1.0, 0.5, 0.142857, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.5, 1.0, 0.0, 0.0, 0.0, 1.0, 0.5, 1.0, 0.666667, 0.5, 1.0, 1.0, 0.5, 1.0, 0.5, 1.0, 0.333333, 0.333333, 1.0, 0.2, 0.5, 0.5, 1.0, 1.0, 1.0, 0.5, 0.333333, 0.0, 1.0, 0.0, 0.25, 0.2, 0.333333, 0.25, 0.5, 1.0, 0.5, 1.0, 1.0, 0.5, 1.0, 0.142857, 0.25, 1.0, 0.142857, 0.333333, 0.5, 0.142857, 1.0, 0.5, 0.333333, 0.0, 0.1, 1.0, 0.0, 0.25, 0.2, 0.25, 0.0, 0.25, 0.111111, 0.333333, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.5, 0.333333, 1.0, 1.0, 0.166667, 0.25, 0.142857, 0.1, 1.0, 0.1, 0.5, 1.0, 0.25, 0.5, 1.0, 0.333333, 0.25, 0.0, 1.0, 0.0, 0.5, 0.0, 0.5, 0.5, 1.0, 1.0, 0.166667, 0.111111, 0.361111, 0.0, 0.142857, 0.0, 0.0, 0.25, 0.333333, 1.0, 1.0, 1.0, 1.0, 1.0, 0.111111, 0.0, 0.0, 0.25, 0.333333, 0.5, 0.5, 0.333333, 1.0, 1.0, 1.0, 0.0, 0.25, 1.0, 0.0, 0.333333, 0.25, 1.0, 1.0, 1.0, 1.0, 0.333333, 0.0, 1.0, 0.0, 0.5, 0.0, 0.142857, 0.125, 0.5, 1.0, 0.5, 1.0, 1.0, 1.0, 0.25, 0.0, 0.0, 0.5, 0.25, 1.0, 0.25, 1.0, 1.0, 0.2, 0.0, 1.0, 0.5, 0.5, 0.142857, 1.0, 1.0, 0.1, 0.5, 0.2, 0.0, 1.0, 0.5, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.333333, 1.0, 0.333333, 0.0, 0.0, 1.0, 0.5, 1.0, 1.0, 1.0, 0.333333, 0.1, 0.111111, 0.5, 0.5, 1.0, 0.5, 0.333333, 1.0, 0.0, 0.5, 0.333333, 1.0, 0.5, 0.5, 0.5, 0.333333, 0.0, 0.5, 0.0, 0.5, 0.333333, 0.333333, 0.333333, 0.5, 1.0, 0.5, 1.0, 1.0, 0.5, 1.0, 0.111111, 0.25, 1.0, 0.5, 1.0, 0.333333, 0.5, 1.0, 0.333333, 0.5, 0.0, 0.125, 1.0, 0.0, 0.142857, 0.5, 1.0, 1.0, 1.0, 0.5, 0.25, 0.0, 1.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.5, 1.0, 0.5, 0.5, 1.0, 0.333333, 0.0, 0.111111, 0.0, 1.0, 0.142857, 1.0, 0.2, 1.0, 1.0, 0.0, 1.0, 0.0, 0.333333, 1.0, 0.0, 0.166667, 0.25, 1.0, 0.5, 1.0, 0.5, 0.25, 0.0, 1.0, 0.0, 0.5, 0.125, 0.0, 0.0, 0.5, 1.0, 0.333333, 1.0, 1.0, 0.5, 0.166667, 0.0, 0.0, 0.75, 0.0, 1.0, 0.25, 1.0, 1.0, 0.166667, 1.0, 0.5, 0.333333, 0.333333, 0.0, 1.0, 1.0, 0.0, 0.0, 0.333333, 0.0, 1.0, 0.5, 0.25, 0.0, 1.0, 1.0, 0.5, 1.0, 1.0, 0.333333, 1.0, 0.25, 0.0, 0.0, 1.0, 0.5, 1.0, 1.0, 1.0, 0.5, 0.0, 0.142857, 0.5, 1.0, 0.5, 0.142857, 0.166667, 0.2, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 1.0, 1.0, 0.333333, 0.5, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.5, 0.333333, 0.2, 1.0, 0.25, 0.0, 0.0, 0.5, 1.0, 0.5, 0.0, 0.111111, 1.0, 0.0, 0.5, 0.125, 1.0, 1.0, 1.0, 1.0, 0.25, 0.0, 0.7, 0.0, 0.5, 0.1, 0.1, 0.333333, 0.5, 1.0, 0.5, 1.0, 1.0, 1.0, 0.2, 0.1, 0.2, 0.611111, 0.25, 1.0, 0.333333, 1.0, 1.0, 0.5, 1.0, 1.0, 1.0, 0.25, 0.25, 0.5, 0.333333, 0.25, 0.5, 0.5, 0.25, 0.25, 0.0, 0.5, 0.0, 0.333333, 0.25, 0.25, 0.2, 0.333333, 0.5, 0.5, 0.5, 0.333333, 0.5, 0.333333, 0.166667, 0.333333, 0.588889, 0.25, 0.5, 0.0, 0.5, 1.0, 0.5, 0.5, 0.333333, 0.5, 0.5, 0.2, 0.5, 1.0, 0.111111, 0.0, 0.25, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.5, 1.0, 0.333333, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.25, 0.111111, 0.0, 0.5, 1.0, 0.5, 0.125, 0.0, 1.0, 1.0, 0.333333, 0.0, 0.0, 0.0, 0.2, 0.0, 1.0, 1.0, 0.0, 0.0, 0.625, 1.0, 1.0, 0.5, 1.0, 0.5, 1.0, 0.125, 0.1, 0.0, 1.0, 0.333333, 0.25, 0.25, 1.0, 0.25, 0.2, 0.0, 0.5, 1.0, 0.5, 0.333333, 0.2, 1.0, 0.5, 0.333333, 0.0, 1.0, 1.0, 1.0, 0.5, 0.111111, 0.0, 1.0, 0.0, 0.166667, 0.0, 0.2, 0.333333, 0.5, 1.0, 0.5, 1.0, 1.0, 0.5, 0.5, 0.0, 0.0, 0.5, 0.166667, 1.0, 0.166667, 1.0, 1.0, 0.166667, 1.0, 1.0, 1.0, 0.25, 0.333333, 1.0, 0.0, 0.333333, 0.25, 1.0, 0.2, 0.333333, 0.2, 0.5, 0.0, 0.333333, 0.333333, 0.25, 0.25, 0.5, 1.0, 0.5, 1.0, 1.0, 0.25, 1.0, 0.125, 0.2, 0.5, 0.333333, 1.0, 0.0, 0.5, 1.0, 0.5, 0.5, 1.0, 0.5, 0.5, 0.333333, 1.0, 0.25, 0.333333, 0.5, 1.0, 0.5, 0.25, 0.0, 0.6, 0.0, 0.2, 0.0, 0.2, 0.333333, 0.5, 1.0, 0.5, 0.5, 1.0, 1.0, 0.111111, 0.0, 0.0, 0.5, 0.333333, 1.0, 0.2, 1.0, 1.0, 0.25, 0.5, 1.0, 1.0, 0.333333, 0.166667, 1.0, 0.0, 0.5, 0.5, 0.5, 1.0, 0.2, 0.0, 0.5, 0.0, 0.2, 0.0, 0.0, 0.333333, 0.25, 1.0, 1.0, 1.0, 1.0, 0.5, 0.25, 0.0, 0.0, 0.5, 0.0, 0.5, 1.0, 1.0, 1.0, 0.125, 0.5, 1.0, 0.5, 0.0, 0.142857, 1.0, 0.0, 0.333333, 0.166667, 0.5, 0.333333, 0.5, 0.5, 0.2, 0.0, 1.0, 1.0, 0.5, 1.0, 1.0, 0.5, 1.0, 0.5, 0.333333, 0.0, 1.0, 0.5, 1.0, 0.583333, 1.0, 0.333333, 0.166667, 0.0, 0.5, 1.0, 0.5, 0.25, 0.333333, 1.0, 0.333333, 0.5, 0.0, 1.0, 1.0, 0.0, 0.25, 0.25, 0.0, 0.0, 0.0, 1.0, 1.0, 0.5, 1.0, 0.5, 0.333333, 1.0, 0.333333, 0.25, 0.0, 1.0, 0.333333, 0.5, 0.833333, 0.5, 0.333333, 0.0, 0.142857, 0.5, 0.5, 0.5, 0.333333, 0.25, 0.5, 0.333333, 0.5, 0.0, 1.0, 1.0, 0.0, 0.142857, 0.2, 0.0, 0.5, 0.0, 0.2, 0.0, 0.0, 0.125, 0.25, 1.0, 0.333333, 1.0, 1.0, 0.5, 0.0, 0.0, 0.2, 0.5, 0.25, 1.0, 0.333333, 0.5, 1.0, 0.0, 0.5, 1.0, 1.0, 0.333333, 0.0, 1.0, 0.0, 0.142857, 0.0, 1.0, 0.5, 1.0, 0.5, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.6, 0.333333, 1.0, 0.611111, 0.333333, 1.0, 0.333333, 0.2, 0.0, 1.0, 0.333333, 0.333333, 0.196429, 1.0, 0.142857, 0.0, 0.0, 0.333333, 1.0, 0.333333, 0.1, 0.0, 1.0, 0.333333, 0.333333, 0.0, 1.0, 1.0, 0.0, 0.0, 0.2, 0.0, 1.0, 1.0, 0.0, 0.0, 0.333333, 0.333333, 1.0, 0.0, 1.0, 0.2, 0.0, 0.0, 1.0, 0.25, 0.25, 0.0, 0.5, 0.111111, 0.0, 0.0, 0.333333, 0.5, 0.5, 0.0, 0.0, 1.0, 0.5, 0.0, 0.0, 1.0, 0.5, 0.0, 0.0, 0.0, 0.0, 1.0, 0.125, 0.0, 0.0, 1.0, 1.0, 1.0, 0.125, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.5, 1.0, 1.0, 0.25, 0.0, 0.0, 0.333333, 1.0, 1.0, 0.0, 0.0, 0.5, 0.5, 0.25, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.5, 0.0, 0.0, 0.5, 1.0, 1.0, 1.0, 1.0, 1.0, 0.2, 0.0, 0.5, 0.25, 0.5, 0.309524, 1.0, 0.333333, 0.0, 0.1, 0.5, 1.0, 0.5, 0.0, 0.0, 1.0, 0.5, 1.0, 0.0, 1.0, 0.25, 0.25, 0.0, 0.2, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.5, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.5, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.2, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.625, 1.0, 0.0, 1.0, 1.0, 0.0, 0.333333, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.642857, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.2, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.5, 0.0, 1.0, 0.45, 1.0, 0.333333, 0.0, 0.0, 1.0, 1.0, 0.0, 0.5, 0.1, 1.0, 1.0, 0.5, 0.5, 0.0, 1.0, 0.5, 1.0, 0.125, 0.333333, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.45, 0.5, 0.125, 0.0, 0.0, 1.0, 1.0, 0.0, 0.5, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 0.5, 1.0, 0.333333, 0.142857, 1.0, 0.0, 0.0, 1.0, 0.5, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.5, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.166667, 0.0, 1.0, 1.0, 0.0, 0.125, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.142857, 0.0, 0.111111, 0.0, 1.0, 0.416667, 1.0, 0.5, 0.0, 0.0, 0.0, 0.333333, 0.6, 0.25, 0.625, 1.0, 0.0, 0.266667, 0.611111, 0.0, 0.0, 0.0, 0.625, 0.625, 0.0, 0.0, 0.5, 0.166667, 1.0, 0.0, 0.0, 0.0, 0.6, 1.0, 0.833333, 1.0, 1.0, 0.25, 0.0, 0.5, 0.0, 0.5, 1.0, 1.0, 0.0, 0.333333, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.1, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.2, 0.0, 1.0, 0.0, 0.0, 1.0, 0.833333, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.1, 0.0, 1.0, 1.0, 0.625, 1.0, 1.0, 0.0, 0.0, 1.0, 0.333333, 0.0, 0.5, 0.611111, 0.0, 1.0, 1.0, 0.0, 0.2, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.5, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.1, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.5, 1.0, 0.5, 0.5, 0.0, 0.0, 0.0, 0.5, 1.0, 0.0, 0.5, 0.0, 0.5, 0.5, 1.0, 0.5, 0.0, 1.0, 1.0, 1.0, 0.5, 0.0, 0.5, 1.0, 0.5, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.6, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.333333, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.333333, 0.0, 1.0, 1.0, 0.555556, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.5, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.5, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.166667, 0.25, 1.0, 0.666667, 0.5, 1.0, 0.0, 0.5, 0.25, 0.5, 0.0, 0.5, 1.0, 1.0, 0.5, 0.0, 0.5, 1.0, 0.0, 0.642857, 0.0, 0.5, 0.333333, 0.7, 0.0, 1.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.142857, 0.0, 0.833333, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.833333, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.666667, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.5, 1.0, 0.6, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.5, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.5, 1.0, 1.0, 0.0, 0.5, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.5, 1.0, 1.0, 0.25, 1.0, 1.0, 0.75, 0.2, 0.1, 0.5, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.642857, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.5, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.142857, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.75, 1.0, 0.25, 0.0, 0.0, 1.0, 1.0, 0.0, 1.0, 0.125, 0.0, 0.5, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.5, 1.0, 0.642857, 0.0, 1.0, 1.0, 0.0, 0.25, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.25, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.166667, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.333333, 1.0, 1.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.5, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 0.5, 0.142857, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.142857, 0.0, 0.25, 0.0, 0.5, 0.5, 0.25, 0.0, 0.0, 0.0, 0.5, 0.5, 0.0, 0.5, 0.0, 0.5, 0.2, 0.142857, 0.166667, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 1.0, 0.6, 0.0, 1.0, 1.0, 0.0, 0.166667, 0.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0]\nEmbedding: w2v_cbow_s300_analogy_POSTAG_vocab.vec\n\n[{'section': '| capital-common-countries', 'correct': [], 'incorrect': []}, {'section': '| capital-world', 'correct': [], 'incorrect': []}, {'section': '| currency', 'correct': [], 'incorrect': []}, {'section': '| city-in-state', 'correct': [], 'incorrect': []}, {'section': '| family', 'correct': [('rapaz', 'rapariga', 'ela', 'ele'), ('rapaz', 'rapariga', 'dela', 'dele'), ('rapaz', 'rapariga', 'rainha', 'rei'), ('rapaz', 'rapariga', 'mulher', 'homem'), ('rapaz', 'rapariga', 'princesa', 'príncipe'), ('rapaz', 'rapariga', 'filha', 'filho'), ('irmão', 'irmã', 'mãe', 'pai'), ('irmão', 'irmã', 'mãe', 'pai'), ('irmão', 'irmã', 'avó', 'avô'), ('irmão', 'irmã', 'avó', 'avô'), ('irmão', 'irmã', 'noiva', 'noivo'), ('irmão', 'irmã', 'ela', 'ele'), ('irmão', 'irmã', 'dela', 'dele'), ('irmão', 'irmã', 'mulher', 'marido'), ('irmão', 'irmã', 'sobrinha', 'sobrinho'), ('irmão', 'irmã', 'filha', 'filho'), ('irmão', 'irmã', 'meia-irmã', 'meio-irmão'), ('irmão', 'irmã', 'madrasta', 'padrasto'), ('irmão', 'irmã', 'enteada', 'enteado'), ('irmão', 'irmã', 'tia', 'tio'), ('irmãos', 'irmãs', 'ela', 'ele'), ('irmãos', 'irmãs', 'dela', 'dele'), ('pai', 'mãe', 'mãe', 'pai'), ('pai', 'mãe', 'avó', 'avô'), ('pai', 'mãe', 'avó', 'avô'), ('pai', 'mãe', 'noiva', 'noivo'), ('pai', 'mãe', 'ela', 'ele'), ('pai', 'mãe', 'dela', 'dele'), ('pai', 'mãe', 'mulher', 'marido'), ('pai', 'mãe', 'sobrinha', 'sobrinho'), ('pai', 'mãe', 'filha', 'filho'), ('pai', 'mãe', 'meia-irmã', 'meio-irmão'), ('pai', 'mãe', 'madrasta', 'padrasto'), ('pai', 'mãe', 'tia', 'tio'), ('pai', 'mãe', 'irmã', 'irmão'), ('pai', 'mãe', 'avó', 'avô'), ('pai', 'mãe', 'avó', 'avô'), ('pai', 'mãe', 'noiva', 'noivo'), ('pai', 'mãe', 'ela', 'ele'), ('pai', 'mãe', 'dela', 'dele'), ('pai', 'mãe', 'mulher', 'marido'), ('pai', 'mãe', 'sobrinha', 'sobrinho'), ('pai', 'mãe', 'filha', 'filho'), ('pai', 'mãe', 'meia-irmã', 'meio-irmão'), ('pai', 'mãe', 'madrasta', 'padrasto'), ('pai', 'mãe', 'tia', 'tio'), ('pai', 'mãe', 'irmã', 'irmão'), ('pai', 'mãe', 'mãe', 'pai'), ('avô', 'avó', 'avó', 'avô'), ('avô', 'avó', 'noiva', 'noivo'), ('avô', 'avó', 'ela', 'ele'), ('avô', 'avó', 'dela', 'dele'), ('avô', 'avó', 'mulher', 'marido'), ('avô', 'avó', 'sobrinha', 'sobrinho'), ('avô', 'avó', 'filha', 'filho'), ('avô', 'avó', 'meia-irmã', 'meio-irmão'), ('avô', 'avó', 'madrasta', 'padrasto'), ('avô', 'avó', 'tia', 'tio'), ('avô', 'avó', 'irmã', 'irmão'), ('avô', 'avó', 'mãe', 'pai'), ('avô', 'avó', 'mãe', 'pai'), ('avô', 'avó', 'noiva', 'noivo'), ('avô', 'avó', 'ela', 'ele'), ('avô', 'avó', 'dela', 'dele'), ('avô', 'avó', 'mulher', 'marido'), ('avô', 'avó', 'sobrinha', 'sobrinho'), ('avô', 'avó', 'filha', 'filho'), ('avô', 'avó', 'meia-irmã', 'meio-irmão'), ('avô', 'avó', 'madrasta', 'padrasto'), ('avô', 'avó', 'tia', 'tio'), ('avô', 'avó', 'irmã', 'irmão'), ('avô', 'avó', 'mãe', 'pai'), ('avô', 'avó', 'mãe', 'pai'), ('avô', 'avó', 'avó', 'avô'), ('neto', 'neta', 'noiva', 'noivo'), ('neto', 'neta', 'ela', 'ele'), ('neto', 'neta', 'dela', 'dele'), ('neto', 'neta', 'rainha', 'rei'), ('neto', 'neta', 'sobrinha', 'sobrinho'), ('neto', 'neta', 'princesa', 'príncipe'), ('neto', 'neta', 'filha', 'filho'), ('neto', 'neta', 'meia-irmã', 'meio-irmão'), ('neto', 'neta', 'irmã', 'irmão'), ('neto', 'neta', 'mãe', 'pai'), ('neto', 'neta', 'mãe', 'pai'), ('neto', 'neta', 'avó', 'avô'), ('neto', 'neta', 'avó', 'avô'), ('noivo', 'noiva', 'ela', 'ele'), ('noivo', 'noiva', 'dela', 'dele'), ('noivo', 'noiva', 'mulher', 'marido'), ('noivo', 'noiva', 'rainha', 'rei'), ('noivo', 'noiva', 'sobrinha', 'sobrinho'), ('noivo', 'noiva', 'princesa', 'príncipe'), ('noivo', 'noiva', 'filha', 'filho'), ('noivo', 'noiva', 'meia-irmã', 'meio-irmão'), ('noivo', 'noiva', 'madrasta', 'padrasto'), ('noivo', 'noiva', 'enteada', 'enteado'), ('noivo', 'noiva', 'irmã', 'irmão'), ('noivo', 'noiva', 'mãe', 'pai'), ('noivo', 'noiva', 'mãe', 'pai'), ('noivo', 'noiva', 'avó', 'avô'), ('noivo', 'noiva', 'avó', 'avô'), ('ele', 'ela', 'dela', 'dele'), ('dele', 'dela', 'ela', 'ele'), ('marido', 'mulher', 'sobrinha', 'sobrinho'), ('marido', 'mulher', 'filha', 'filho'), ('marido', 'mulher', 'meia-irmã', 'meio-irmão'), ('marido', 'mulher', 'madrasta', 'padrasto'), ('marido', 'mulher', 'enteada', 'enteado'), ('marido', 'mulher', 'tia', 'tio'), ('marido', 'mulher', 'irmã', 'irmão'), ('marido', 'mulher', 'mãe', 'pai'), ('marido', 'mulher', 'mãe', 'pai'), ('marido', 'mulher', 'avó', 'avô'), ('marido', 'mulher', 'avó', 'avô'), ('marido', 'mulher', 'noiva', 'noivo'), ('marido', 'mulher', 'ela', 'ele'), ('marido', 'mulher', 'dela', 'dele'), ('rei', 'rainha', 'mulher', 'homem'), ('rei', 'rainha', 'princesa', 'príncipe'), ('rei', 'rainha', 'filha', 'filho'), ('rei', 'rainha', 'rapariga', 'rapaz'), ('rei', 'rainha', 'ela', 'ele'), ('rei', 'rainha', 'dela', 'dele'), ('homem', 'mulher', 'princesa', 'príncipe'), ('homem', 'mulher', 'filha', 'filho'), ('homem', 'mulher', 'rapariga', 'rapaz'), ('homem', 'mulher', 'ela', 'ele'), ('homem', 'mulher', 'dela', 'dele'), ('homem', 'mulher', 'rainha', 'rei'), ('sobrinho', 'sobrinha', 'filha', 'filho'), ('sobrinho', 'sobrinha', 'meia-irmã', 'meio-irmão'), ('sobrinho', 'sobrinha', 'tia', 'tio'), ('sobrinho', 'sobrinha', 'irmã', 'irmão'), ('sobrinho', 'sobrinha', 'mãe', 'pai'), ('sobrinho', 'sobrinha', 'mãe', 'pai'), ('sobrinho', 'sobrinha', 'avó', 'avô'), ('sobrinho', 'sobrinha', 'avó', 'avô'), ('sobrinho', 'sobrinha', 'ela', 'ele'), ('sobrinho', 'sobrinha', 'dela', 'dele'), ('sobrinho', 'sobrinha', 'mulher', 'marido'), ('príncipe', 'princesa', 'filha', 'filho'), ('príncipe', 'princesa', 'enteada', 'enteado'), ('príncipe', 'princesa', 'rapariga', 'rapaz'), ('príncipe', 'princesa', 'irmã', 'irmão'), ('príncipe', 'princesa', 'ela', 'ele'), ('príncipe', 'princesa', 'dela', 'dele'), ('príncipe', 'princesa', 'rainha', 'rei'), ('filho', 'filha', 'meia-irmã', 'meio-irmão'), ('filho', 'filha', 'madrasta', 'padrasto'), ('filho', 'filha', 'tia', 'tio'), ('filho', 'filha', 'irmã', 'irmão'), ('filho', 'filha', 'mãe', 'pai'), ('filho', 'filha', 'mãe', 'pai'), ('filho', 'filha', 'avó', 'avô'), ('filho', 'filha', 'avó', 'avô'), ('filho', 'filha', 'noiva', 'noivo'), ('filho', 'filha', 'ela', 'ele'), ('filho', 'filha', 'dela', 'dele'), ('filho', 'filha', 'mulher', 'marido'), ('filho', 'filha', 'rainha', 'rei'), ('filho', 'filha', 'sobrinha', 'sobrinho'), ('meio-irmão', 'meia-irmã', 'enteada', 'enteado'), ('meio-irmão', 'meia-irmã', 'tia', 'tio'), ('meio-irmão', 'meia-irmã', 'irmã', 'irmão'), ('meio-irmão', 'meia-irmã', 'mãe', 'pai'), ('meio-irmão', 'meia-irmã', 'mãe', 'pai'), ('meio-irmão', 'meia-irmã', 'avó', 'avô'), ('meio-irmão', 'meia-irmã', 'avó', 'avô'), ('meio-irmão', 'meia-irmã', 'noiva', 'noivo'), ('meio-irmão', 'meia-irmã', 'ela', 'ele'), ('meio-irmão', 'meia-irmã', 'dela', 'dele'), ('meio-irmão', 'meia-irmã', 'mulher', 'marido'), ('meio-irmão', 'meia-irmã', 'sobrinha', 'sobrinho'), ('meio-irmão', 'meia-irmã', 'filha', 'filho'), ('padrasto', 'madrasta', 'enteada', 'enteado'), ('padrasto', 'madrasta', 'tia', 'tio'), ('padrasto', 'madrasta', 'irmã', 'irmão'), ('padrasto', 'madrasta', 'mãe', 'pai'), ('padrasto', 'madrasta', 'mãe', 'pai'), ('padrasto', 'madrasta', 'avó', 'avô'), ('padrasto', 'madrasta', 'avó', 'avô'), ('padrasto', 'madrasta', 'noiva', 'noivo'), ('padrasto', 'madrasta', 'ela', 'ele'), ('padrasto', 'madrasta', 'dela', 'dele'), ('padrasto', 'madrasta', 'mulher', 'marido'), ('padrasto', 'madrasta', 'filha', 'filho'), ('padrasto', 'madrasta', 'meia-irmã', 'meio-irmão'), ('enteado', 'enteada', 'tia', 'tio'), ('enteado', 'enteada', 'irmã', 'irmão'), ('enteado', 'enteada', 'mãe', 'pai'), ('enteado', 'enteada', 'mãe', 'pai'), ('enteado', 'enteada', 'avó', 'avô'), ('enteado', 'enteada', 'avó', 'avô'), ('enteado', 'enteada', 'noiva', 'noivo'), ('enteado', 'enteada', 'ela', 'ele'), ('enteado', 'enteada', 'dela', 'dele'), ('enteado', 'enteada', 'mulher', 'marido'), ('enteado', 'enteada', 'rainha', 'rei'), ('enteado', 'enteada', 'sobrinha', 'sobrinho'), ('enteado', 'enteada', 'princesa', 'príncipe'), ('enteado', 'enteada', 'filha', 'filho'), ('enteado', 'enteada', 'meia-irmã', 'meio-irmão'), ('enteado', 'enteada', 'madrasta', 'padrasto'), ('tio', 'tia', 'irmã', 'irmão'), ('tio', 'tia', 'mãe', 'pai'), ('tio', 'tia', 'mãe', 'pai'), ('tio', 'tia', 'avó', 'avô'), ('tio', 'tia', 'avó', 'avô'), ('tio', 'tia', 'noiva', 'noivo'), ('tio', 'tia', 'ela', 'ele'), ('tio', 'tia', 'dela', 'dele'), ('tio', 'tia', 'mulher', 'marido'), ('tio', 'tia', 'sobrinha', 'sobrinho'), ('tio', 'tia', 'filha', 'filho'), ('tio', 'tia', 'meia-irmã', 'meio-irmão'), ('tio', 'tia', 'madrasta', 'padrasto')], 'incorrect': []}, {'section': '| gram1-adjective-to-adverb', 'correct': [('fantástico', 'fantasticamente', 'rapidamente', 'rápido'), ('fantástico', 'fantasticamente', 'rapidamente', 'rápido'), ('fantástico', 'fantasticamente', 'tipicamente', 'típico'), ('aparente', 'aparentemente', 'eficientemente', 'eficiente'), ('aparente', 'aparentemente', 'obviamente', 'óbvio'), ('aparente', 'aparentemente', 'rapidamente', 'rápido'), ('aparente', 'aparentemente', 'rapidamente', 'rápido'), ('aparente', 'aparentemente', 'tipicamente', 'típico'), ('calmo', 'calmamente', 'eficientemente', 'eficiente'), ('calmo', 'calmamente', 'rapidamente', 'rápido'), ('calmo', 'calmamente', 'silenciosamente', 'silencioso'), ('calmo', 'calmamente', 'rapidamente', 'rápido'), ('calmo', 'calmamente', 'tipicamente', 'típico'), ('alegre', 'alegremente', 'alegremente', 'alegre'), ('completo', 'completamente', 'eficientemente', 'eficiente'), ('completo', 'completamente', 'rapidamente', 'rápido'), ('completo', 'completamente', 'rapidamente', 'rápido'), ('completo', 'completamente', 'tipicamente', 'típico'), ('eficiente', 'eficientemente', 'rapidamente', 'rápido'), ('eficiente', 'eficientemente', 'rapidamente', 'rápido'), ('afortunado', 'afortunadamente', 'rapidamente', 'rápido'), ('afortunado', 'afortunadamente', 'rapidamente', 'rápido'), ('afortunado', 'afortunadamente', 'tipicamente', 'típico'), ('afortunado', 'afortunadamente', 'eficientemente', 'eficiente'), ('livre', 'livremente', 'rapidamente', 'rápido'), ('livre', 'livremente', 'rapidamente', 'rápido'), ('livre', 'livremente', 'lentamente', 'lento'), ('livre', 'livremente', 'eficientemente', 'eficiente'), ('alegre', 'alegremente', 'alegremente', 'alegre'), ('imediato', 'imediatamente', 'rapidamente', 'rápido'), ('imediato', 'imediatamente', 'rapidamente', 'rápido'), ('imediato', 'imediatamente', 'eficientemente', 'eficiente'), ('sortudo', 'felizmente', 'rapidamente', 'rápido'), ('sortudo', 'felizmente', 'rapidamente', 'rápido'), ('sortudo', 'felizmente', 'tipicamente', 'típico'), ('óbvio', 'obviamente', 'rapidamente', 'rápido'), ('óbvio', 'obviamente', 'rapidamente', 'rápido'), ('óbvio', 'obviamente', 'eficientemente', 'eficiente'), ('ocasional', 'ocasionalmente', 'profissionalmente', 'profissional'), ('ocasional', 'ocasionalmente', 'rapidamente', 'rápido'), ('ocasional', 'ocasionalmente', 'rapidamente', 'rápido'), ('ocasional', 'ocasionalmente', 'eficientemente', 'eficiente'), ('ocasional', 'ocasionalmente', 'imediatamente', 'imediato'), ('possível', 'possivelmente', 'precisamente', 'preciso'), ('preciso', 'precisamente', 'possivelmente', 'possível'), ('profissional', 'profissionalmente', 'rapidamente', 'rápido'), ('profissional', 'profissionalmente', 'rapidamente', 'rápido'), ('profissional', 'profissionalmente', 'eficientemente', 'eficiente'), ('rápido', 'rapidamente', 'rapidamente', 'rápido'), ('rápido', 'rapidamente', 'lentamente', 'lento'), ('rápido', 'rapidamente', 'tipicamente', 'típico'), ('rápido', 'rapidamente', 'eficientemente', 'eficiente'), ('silencioso', 'silenciosamente', 'rapidamente', 'rápido'), ('silencioso', 'silenciosamente', 'tipicamente', 'típico'), ('silencioso', 'silenciosamente', 'calmamente', 'calmo'), ('silencioso', 'silenciosamente', 'eficientemente', 'eficiente'), ('silencioso', 'silenciosamente', 'rapidamente', 'rápido'), ('rápido', 'rapidamente', 'lentamente', 'lento'), ('rápido', 'rapidamente', 'tipicamente', 'típico'), ('rápido', 'rapidamente', 'eficientemente', 'eficiente'), ('rápido', 'rapidamente', 'rapidamente', 'rápido'), ('raro', 'raramente', 'tipicamente', 'típico'), ('raro', 'raramente', 'eficientemente', 'eficiente'), ('raro', 'raramente', 'rapidamente', 'rápido'), ('raro', 'raramente', 'rapidamente', 'rápido'), ('relutante', 'relutantemente', 'eficientemente', 'eficiente'), ('relutante', 'relutantemente', 'rapidamente', 'rápido'), ('relutante', 'relutantemente', 'rapidamente', 'rápido'), ('seguro', 'seguramente', 'tipicamente', 'típico'), ('seguro', 'seguramente', 'calmamente', 'calmo'), ('seguro', 'seguramente', 'eficientemente', 'eficiente'), ('seguro', 'seguramente', 'rapidamente', 'rápido'), ('seguro', 'seguramente', 'rapidamente', 'rápido'), ('sério', 'seriamente', 'eficientemente', 'eficiente'), ('sério', 'seriamente', 'rapidamente', 'rápido'), ('sério', 'seriamente', 'rapidamente', 'rápido'), ('lento', 'lentamente', 'tipicamente', 'típico'), ('lento', 'lentamente', 'calmamente', 'calmo'), ('lento', 'lentamente', 'eficientemente', 'eficiente'), ('lento', 'lentamente', 'rapidamente', 'rápido'), ('lento', 'lentamente', 'rapidamente', 'rápido'), ('repentino', 'repentinamente', 'tipicamente', 'típico'), ('repentino', 'repentinamente', 'imediatamente', 'imediato'), ('repentino', 'repentinamente', 'rapidamente', 'rápido'), ('repentino', 'repentinamente', 'rapidamente', 'rápido'), ('típico', 'tipicamente', 'eficientemente', 'eficiente'), ('típico', 'tipicamente', 'rapidamente', 'rápido'), ('típico', 'tipicamente', 'rapidamente', 'rápido'), ('infeliz', 'infelizmente', 'rapidamente', 'rápido'), ('infeliz', 'infelizmente', 'rapidamente', 'rápido'), ('infeliz', 'infelizmente', 'tipicamente', 'típico'), ('usual', 'usualmente', 'eficientemente', 'eficiente'), ('usual', 'usualmente', 'rapidamente', 'rápido'), ('usual', 'usualmente', 'rapidamente', 'rápido')], 'incorrect': []}, {'section': '| gram2-opposite', 'correct': [('aceitável', 'inaceitável', 'desconfortável', 'confortável'), ('aceitável', 'inaceitável', 'inconsistente', 'consistente'), ('aceitável', 'inaceitável', 'ineficiente', 'eficiente'), ('aceitável', 'inaceitável', 'desonesto', 'honesto'), ('aceitável', 'inaceitável', 'improvável', 'provável'), ('aceitável', 'inaceitável', 'desagradável', 'agradável'), ('aceitável', 'inaceitável', 'impossível', 'possível'), ('aceitável', 'inaceitável', 'irracional', 'racional'), ('aceitável', 'inaceitável', 'desagradável', 'agradável'), ('consciente', 'inconsciente', 'desconfortável', 'confortável'), ('consciente', 'inconsciente', 'inconsistente', 'consistente'), ('consciente', 'inconsciente', 'ineficiente', 'eficiente'), ('consciente', 'inconsciente', 'desonesto', 'honesto'), ('consciente', 'inconsciente', 'improvável', 'provável'), ('consciente', 'inconsciente', 'desagradável', 'agradável'), ('consciente', 'inconsciente', 'impossível', 'possível'), ('consciente', 'inconsciente', 'desagradável', 'agradável'), ('certo', 'incerto', 'ineficiente', 'eficiente'), ('certo', 'incerto', 'desagradável', 'agradável'), ('certo', 'incerto', 'impossível', 'possível'), ('certo', 'incerto', 'incerto', 'certo'), ('certo', 'incerto', 'desagradável', 'agradável'), ('claro', 'obscuro', 'improvável', 'provável'), ('claro', 'obscuro', 'desagradável', 'agradável'), ('claro', 'obscuro', 'impossível', 'possível'), ('claro', 'obscuro', 'desagradável', 'agradável'), ('confortável', 'desconfortável', 'inconsistente', 'consistente'), ('confortável', 'desconfortável', 'ineficiente', 'eficiente'), ('confortável', 'desconfortável', 'desonesto', 'honesto'), ('confortável', 'desconfortável', 'improvável', 'provável'), ('confortável', 'desconfortável', 'desagradável', 'agradável'), ('confortável', 'desconfortável', 'impossível', 'possível'), ('confortável', 'desconfortável', 'irracional', 'racional'), ('confortável', 'desconfortável', 'desagradável', 'agradável'), ('confortável', 'desconfortável', 'inaceitável', 'aceitável'), ('consistente', 'inconsistente', 'ineficiente', 'eficiente'), ('consistente', 'inconsistente', 'desonesto', 'honesto'), ('consistente', 'inconsistente', 'improvável', 'provável'), ('consistente', 'inconsistente', 'desagradável', 'agradável'), ('consistente', 'inconsistente', 'impossível', 'possível'), ('consistente', 'inconsistente', 'irracional', 'racional'), ('consistente', 'inconsistente', 'desagradável', 'agradável'), ('consistente', 'inconsistente', 'inaceitável', 'aceitável'), ('consistente', 'inconsistente', 'desconfortável', 'confortável'), ('conveniente', 'inconveniente', 'improvável', 'provável'), ('conveniente', 'inconveniente', 'impossível', 'possível'), ('conveniente', 'inconveniente', 'desconfortável', 'confortável'), ('decidido', 'indeciso', 'improvável', 'provável'), ('decidido', 'indeciso', 'impossível', 'possível'), ('eficiente', 'ineficiente', 'improvável', 'provável'), ('eficiente', 'ineficiente', 'desagradável', 'agradável'), ('eficiente', 'ineficiente', 'impossível', 'possível'), ('eficiente', 'ineficiente', 'irracional', 'racional'), ('eficiente', 'ineficiente', 'desagradável', 'agradável'), ('eficiente', 'ineficiente', 'inaceitável', 'aceitável'), ('eficiente', 'ineficiente', 'inconsciente', 'consciente'), ('eficiente', 'ineficiente', 'desconfortável', 'confortável'), ('eficiente', 'ineficiente', 'inconsistente', 'consistente'), ('ético', 'antiético', 'improvável', 'provável'), ('ético', 'antiético', 'desagradável', 'agradável'), ('ético', 'antiético', 'desagradável', 'agradável'), ('afortunado', 'infeliz', 'desonesto', 'honesto'), ('afortunado', 'infeliz', 'improvável', 'provável'), ('afortunado', 'infeliz', 'desagradável', 'agradável'), ('afortunado', 'infeliz', 'impossível', 'possível'), ('afortunado', 'infeliz', 'desagradável', 'agradável'), ('afortunado', 'infeliz', 'desconfortável', 'confortável'), ('afortunado', 'infeliz', 'inconsistente', 'consistente'), ('afortunado', 'infeliz', 'ineficiente', 'eficiente'), ('honesto', 'desonesto', 'improvável', 'provável'), ('honesto', 'desonesto', 'desagradável', 'agradável'), ('honesto', 'desonesto', 'impossível', 'possível'), ('honesto', 'desonesto', 'irracional', 'racional'), ('honesto', 'desonesto', 'desagradável', 'agradável'), ('honesto', 'desonesto', 'inaceitável', 'aceitável'), ('honesto', 'desonesto', 'desconfortável', 'confortável'), ('honesto', 'desonesto', 'inconsistente', 'consistente'), ('honesto', 'desonesto', 'ineficiente', 'eficiente'), ('informado', 'desinformado', 'improvável', 'provável'), ('informado', 'desinformado', 'impossível', 'possível'), ('conhecido', 'desconhecido', 'improvável', 'provável'), ('conhecido', 'desconhecido', 'desagradável', 'agradável'), ('conhecido', 'desconhecido', 'impossível', 'possível'), ('conhecido', 'desconhecido', 'desagradável', 'agradável'), ('conhecido', 'desconhecido', 'desconfortável', 'confortável'), ('conhecido', 'desconhecido', 'inconsistente', 'consistente'), ('conhecido', 'desconhecido', 'ineficiente', 'eficiente'), ('provável', 'improvável', 'ilógico', 'lógico'), ('provável', 'improvável', 'desagradável', 'agradável'), ('provável', 'improvável', 'impossível', 'possível'), ('provável', 'improvável', 'desagradável', 'agradável'), ('provável', 'improvável', 'inaceitável', 'aceitável'), ('provável', 'improvável', 'desconfortável', 'confortável'), ('provável', 'improvável', 'inconsistente', 'consistente'), ('provável', 'improvável', 'ineficiente', 'eficiente'), ('lógico', 'ilógico', 'desagradável', 'agradável'), ('lógico', 'ilógico', 'impossível', 'possível'), ('lógico', 'ilógico', 'irracional', 'racional'), ('lógico', 'ilógico', 'desagradável', 'agradável'), ('lógico', 'ilógico', 'inaceitável', 'aceitável'), ('lógico', 'ilógico', 'desconfortável', 'confortável'), ('lógico', 'ilógico', 'inconsistente', 'consistente'), ('lógico', 'ilógico', 'ineficiente', 'eficiente'), ('lógico', 'ilógico', 'improvável', 'provável'), ('agradável', 'desagradável', 'impossível', 'possível'), ('agradável', 'desagradável', 'irracional', 'racional'), ('agradável', 'desagradável', 'desagradável', 'agradável'), ('agradável', 'desagradável', 'inaceitável', 'aceitável'), ('agradável', 'desagradável', 'desconfortável', 'confortável'), ('agradável', 'desagradável', 'inconsistente', 'consistente'), ('agradável', 'desagradável', 'ineficiente', 'eficiente'), ('agradável', 'desagradável', 'desonesto', 'honesto'), ('agradável', 'desagradável', 'improvável', 'provável'), ('possível', 'impossível', 'desagradável', 'agradável'), ('possível', 'impossível', 'desconfortável', 'confortável'), ('possível', 'impossível', 'inconsistente', 'consistente'), ('possível', 'impossível', 'ineficiente', 'eficiente'), ('possível', 'impossível', 'improvável', 'provável'), ('possível', 'impossível', 'desagradável', 'agradável'), ('produtivo', 'improdutivo', 'desagradável', 'agradável'), ('produtivo', 'improdutivo', 'inaceitável', 'aceitável'), ('produtivo', 'improdutivo', 'desconfortável', 'confortável'), ('produtivo', 'improdutivo', 'inconsistente', 'consistente'), ('produtivo', 'improdutivo', 'ineficiente', 'eficiente'), ('produtivo', 'improdutivo', 'improvável', 'provável'), ('produtivo', 'improdutivo', 'desagradável', 'agradável'), ('produtivo', 'improdutivo', 'impossível', 'possível'), ('racional', 'irracional', 'desagradável', 'agradável'), ('racional', 'irracional', 'inaceitável', 'aceitável'), ('racional', 'irracional', 'desconfortável', 'confortável'), ('racional', 'irracional', 'inconsistente', 'consistente'), ('racional', 'irracional', 'ineficiente', 'eficiente'), ('racional', 'irracional', 'desonesto', 'honesto'), ('racional', 'irracional', 'desagradável', 'agradável'), ('racional', 'irracional', 'impossível', 'possível'), ('responsável', 'irresponsável', 'impossível', 'possível'), ('certo', 'incerto', 'desagradável', 'agradável'), ('certo', 'incerto', 'incerto', 'certo'), ('certo', 'incerto', 'ineficiente', 'eficiente'), ('certo', 'incerto', 'desagradável', 'agradável'), ('certo', 'incerto', 'impossível', 'possível'), ('agradável', 'desagradável', 'inaceitável', 'aceitável'), ('agradável', 'desagradável', 'desconfortável', 'confortável'), ('agradável', 'desagradável', 'inconsistente', 'consistente'), ('agradável', 'desagradável', 'ineficiente', 'eficiente'), ('agradável', 'desagradável', 'desonesto', 'honesto'), ('agradável', 'desagradável', 'improvável', 'provável'), ('agradável', 'desagradável', 'desagradável', 'agradável'), ('agradável', 'desagradável', 'impossível', 'possível'), ('agradável', 'desagradável', 'irracional', 'racional')], 'incorrect': []}, {'section': '| gram3-comparative', 'correct': [('mau', 'pior', 'maior', 'grande'), ('mau', 'pior', 'melhor', 'bom'), ('mau', 'pior', 'maior', 'grande'), ('mau', 'pior', 'maior', 'grande'), ('grande', 'maior', 'melhor', 'bom'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'menor', 'pequeno'), ('bom', 'melhor', 'maior', 'grande'), ('bom', 'melhor', 'maior', 'grande'), ('bom', 'melhor', 'menor', 'pequeno'), ('bom', 'melhor', 'pior', 'mau'), ('bom', 'melhor', 'maior', 'grande'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'menor', 'pequeno'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'melhor', 'bom'), ('grande', 'maior', 'menor', 'pequeno'), ('grande', 'maior', 'maior', 'grande'), ('grande', 'maior', 'melhor', 'bom'), ('grande', 'maior', 'maior', 'grande'), ('pequeno', 'menor', 'maior', 'grande'), ('pequeno', 'menor', 'maior', 'grande'), ('pequeno', 'menor', 'maior', 'grande')], 'incorrect': []}, {'section': '| gram4-superlative', 'correct': [('mau', 'pior', 'maior', 'grande'), ('mau', 'pior', 'melhor', 'bom'), ('mau', 'pior', 'altíssimo', 'alto'), ('mau', 'pior', 'curtíssimo', 'curto'), ('mau', 'pior', 'altíssimo', 'alto'), ('grande', 'maior', 'melhor', 'bom'), ('grande', 'maior', 'altíssimo', 'alto'), ('grande', 'maior', 'curtíssimo', 'curto'), ('grande', 'maior', 'altíssimo', 'alto'), ('fácil', 'facílimo', 'altíssimo', 'alto'), ('fácil', 'facílimo', 'baixíssimo', 'baixo'), ('fácil', 'facílimo', 'curtíssimo', 'curto'), ('fácil', 'facílimo', 'fortíssimo', 'forte'), ('fácil', 'facílimo', 'altíssimo', 'alto'), ('fácil', 'facílimo', 'maior', 'grande'), ('bom', 'melhor', 'altíssimo', 'alto'), ('bom', 'melhor', 'curtíssimo', 'curto'), ('bom', 'melhor', 'altíssimo', 'alto'), ('bom', 'melhor', 'pior', 'mau'), ('bom', 'melhor', 'maior', 'grande'), ('alto', 'altíssimo', 'baixíssimo', 'baixo'), ('alto', 'altíssimo', 'curtíssimo', 'curto'), ('alto', 'altíssimo', 'fortíssimo', 'forte'), ('alto', 'altíssimo', 'altíssimo', 'alto'), ('alto', 'altíssimo', 'maior', 'grande'), ('alto', 'altíssimo', 'facílimo', 'fácil'), ('baixo', 'baixíssimo', 'curtíssimo', 'curto'), ('baixo', 'baixíssimo', 'fortíssimo', 'forte'), ('baixo', 'baixíssimo', 'altíssimo', 'alto'), ('baixo', 'baixíssimo', 'maior', 'grande'), ('baixo', 'baixíssimo', 'facílimo', 'fácil'), ('baixo', 'baixíssimo', 'altíssimo', 'alto'), ('curto', 'curtíssimo', 'fortíssimo', 'forte'), ('curto', 'curtíssimo', 'altíssimo', 'alto'), ('curto', 'curtíssimo', 'maior', 'grande'), ('curto', 'curtíssimo', 'facílimo', 'fácil'), ('curto', 'curtíssimo', 'altíssimo', 'alto'), ('curto', 'curtíssimo', 'baixíssimo', 'baixo'), ('forte', 'fortíssimo', 'altíssimo', 'alto'), ('forte', 'fortíssimo', 'maior', 'grande'), ('forte', 'fortíssimo', 'facílimo', 'fácil'), ('forte', 'fortíssimo', 'altíssimo', 'alto'), ('forte', 'fortíssimo', 'baixíssimo', 'baixo'), ('forte', 'fortíssimo', 'curtíssimo', 'curto'), ('alto', 'altíssimo', 'maior', 'grande'), ('alto', 'altíssimo', 'facílimo', 'fácil'), ('alto', 'altíssimo', 'altíssimo', 'alto'), ('alto', 'altíssimo', 'baixíssimo', 'baixo'), ('alto', 'altíssimo', 'curtíssimo', 'curto'), ('alto', 'altíssimo', 'fortíssimo', 'forte'), ('jovem', 'novíssimo', 'maior', 'grande'), ('jovem', 'novíssimo', 'altíssimo', 'alto'), ('jovem', 'novíssimo', 'baixíssimo', 'baixo'), ('jovem', 'novíssimo', 'curtíssimo', 'curto'), ('jovem', 'novíssimo', 'fortíssimo', 'forte'), ('jovem', 'novíssimo', 'altíssimo', 'alto')], 'incorrect': []}, {'section': '| gram5-present-participle', 'correct': [('programar', 'programando', 'dançando', 'dançar'), ('programar', 'programando', 'diminuindo', 'diminuir'), ('programar', 'programando', 'descobrindo', 'descobrir'), ('programar', 'programando', 'melhorando', 'melhorar'), ('programar', 'programando', 'voando', 'voar'), ('programar', 'programando', 'gerando', 'gerar'), ('programar', 'programando', 'indo', 'ir'), ('programar', 'programando', 'implementando', 'implementar'), ('programar', 'programando', 'aumentando', 'aumentar'), ('programar', 'programando', 'inventando', 'inventar'), ('programar', 'programando', 'saltando', 'saltar'), ('programar', 'programando', 'ouvindo', 'ouvir'), ('programar', 'programando', 'movendo', 'mover'), ('programar', 'programando', 'jogando', 'jogar'), ('programar', 'programando', 'prevendo', 'prever'), ('programar', 'programando', 'lendo', 'ler'), ('programar', 'programando', 'correndo', 'correr'), ('programar', 'programando', 'dizendo', 'dizer'), ('programar', 'programando', 'gritando', 'gritar'), ('programar', 'programando', 'cantando', 'cantar'), ('programar', 'programando', 'sentando', 'sentar'), ('programar', 'programando', 'nadando', 'nadar'), ('programar', 'programando', 'pensando', 'pensar'), ('programar', 'programando', 'desaparecendo', 'desaparecer'), ('programar', 'programando', 'escrevendo', 'escrever'), ('dançar', 'dançando', 'diminuindo', 'diminuir'), ('dançar', 'dançando', 'descrevendo', 'descrever'), ('dançar', 'dançando', 'descobrindo', 'descobrir'), ('dançar', 'dançando', 'melhorando', 'melhorar'), ('dançar', 'dançando', 'voando', 'voar'), ('dançar', 'dançando', 'gerando', 'gerar'), ('dançar', 'dançando', 'indo', 'ir'), ('dançar', 'dançando', 'implementando', 'implementar'), ('dançar', 'dançando', 'aumentando', 'aumentar'), ('dançar', 'dançando', 'inventando', 'inventar'), ('dançar', 'dançando', 'saltando', 'saltar'), ('dançar', 'dançando', 'ouvindo', 'ouvir'), ('dançar', 'dançando', 'movendo', 'mover'), ('dançar', 'dançando', 'jogando', 'jogar'), ('dançar', 'dançando', 'lendo', 'ler'), ('dançar', 'dançando', 'correndo', 'correr'), ('dançar', 'dançando', 'dizendo', 'dizer'), ('dançar', 'dançando', 'gritando', 'gritar'), ('dançar', 'dançando', 'cantando', 'cantar'), ('dançar', 'dançando', 'sentando', 'sentar'), ('dançar', 'dançando', 'nadando', 'nadar'), ('dançar', 'dançando', 'pensando', 'pensar'), ('dançar', 'dançando', 'desaparecendo', 'desaparecer'), ('dançar', 'dançando', 'escrevendo', 'escrever'), ('depurar', 'depurando', 'diminuindo', 'diminuir'), ('depurar', 'depurando', 'descrevendo', 'descrever'), ('depurar', 'depurando', 'melhorando', 'melhorar'), ('depurar', 'depurando', 'voando', 'voar'), ('depurar', 'depurando', 'gerando', 'gerar'), ('depurar', 'depurando', 'indo', 'ir'), ('depurar', 'depurando', 'implementando', 'implementar'), ('depurar', 'depurando', 'aumentando', 'aumentar'), ('depurar', 'depurando', 'saltando', 'saltar'), ('depurar', 'depurando', 'movendo', 'mover'), ('depurar', 'depurando', 'jogando', 'jogar'), ('depurar', 'depurando', 'correndo', 'correr'), ('depurar', 'depurando', 'gritando', 'gritar'), ('depurar', 'depurando', 'cantando', 'cantar'), ('depurar', 'depurando', 'nadando', 'nadar'), ('depurar', 'depurando', 'pensando', 'pensar'), ('depurar', 'depurando', 'desaparecendo', 'desaparecer'), ('depurar', 'depurando', 'escrevendo', 'escrever'), ('diminuir', 'diminuindo', 'descobrindo', 'descobrir'), ('diminuir', 'diminuindo', 'melhorando', 'melhorar'), ('diminuir', 'diminuindo', 'voando', 'voar'), ('diminuir', 'diminuindo', 'gerando', 'gerar'), ('diminuir', 'diminuindo', 'indo', 'ir'), ('diminuir', 'diminuindo', 'implementando', 'implementar'), ('diminuir', 'diminuindo', 'aumentando', 'aumentar'), ('diminuir', 'diminuindo', 'inventando', 'inventar'), ('diminuir', 'diminuindo', 'saltando', 'saltar'), ('diminuir', 'diminuindo', 'ouvindo', 'ouvir'), ('diminuir', 'diminuindo', 'movendo', 'mover'), ('diminuir', 'diminuindo', 'jogando', 'jogar'), ('diminuir', 'diminuindo', 'lendo', 'ler'), ('diminuir', 'diminuindo', 'correndo', 'correr'), ('diminuir', 'diminuindo', 'dizendo', 'dizer'), ('diminuir', 'diminuindo', 'gritando', 'gritar'), ('diminuir', 'diminuindo', 'cantando', 'cantar'), ('diminuir', 'diminuindo', 'sentando', 'sentar'), ('diminuir', 'diminuindo', 'nadando', 'nadar'), ('diminuir', 'diminuindo', 'pensando', 'pensar'), ('diminuir', 'diminuindo', 'desaparecendo', 'desaparecer'), ('diminuir', 'diminuindo', 'escrevendo', 'escrever'), ('diminuir', 'diminuindo', 'dançando', 'dançar'), ('descrever', 'descrevendo', 'descobrindo', 'descobrir'), ('descrever', 'descrevendo', 'melhorando', 'melhorar'), ('descrever', 'descrevendo', 'voando', 'voar'), ('descrever', 'descrevendo', 'gerando', 'gerar'), ('descrever', 'descrevendo', 'indo', 'ir'), ('descrever', 'descrevendo', 'implementando', 'implementar'), ('descrever', 'descrevendo', 'aumentando', 'aumentar'), ('descrever', 'descrevendo', 'inventando', 'inventar'), ('descrever', 'descrevendo', 'saltando', 'saltar'), ('descrever', 'descrevendo', 'ouvindo', 'ouvir'), ('descrever', 'descrevendo', 'movendo', 'mover'), ('descrever', 'descrevendo', 'jogando', 'jogar'), ('descrever', 'descrevendo', 'lendo', 'ler'), ('descrever', 'descrevendo', 'correndo', 'correr'), ('descrever', 'descrevendo', 'dizendo', 'dizer'), ('descrever', 'descrevendo', 'gritando', 'gritar'), ('descrever', 'descrevendo', 'cantando', 'cantar'), ('descrever', 'descrevendo', 'sentando', 'sentar'), ('descrever', 'descrevendo', 'nadando', 'nadar'), ('descrever', 'descrevendo', 'pensando', 'pensar'), ('descrever', 'descrevendo', 'escrevendo', 'escrever'), ('descrever', 'descrevendo', 'dançando', 'dançar'), ('descrever', 'descrevendo', 'diminuindo', 'diminuir'), ('descobrir', 'descobrindo', 'melhorando', 'melhorar'), ('descobrir', 'descobrindo', 'voando', 'voar'), ('descobrir', 'descobrindo', 'gerando', 'gerar'), ('descobrir', 'descobrindo', 'indo', 'ir'), ('descobrir', 'descobrindo', 'implementando', 'implementar'), ('descobrir', 'descobrindo', 'aumentando', 'aumentar'), ('descobrir', 'descobrindo', 'inventando', 'inventar'), ('descobrir', 'descobrindo', 'saltando', 'saltar'), ('descobrir', 'descobrindo', 'ouvindo', 'ouvir'), ('descobrir', 'descobrindo', 'movendo', 'mover'), ('descobrir', 'descobrindo', 'jogando', 'jogar'), ('descobrir', 'descobrindo', 'lendo', 'ler'), ('descobrir', 'descobrindo', 'correndo', 'correr'), ('descobrir', 'descobrindo', 'dizendo', 'dizer'), ('descobrir', 'descobrindo', 'gritando', 'gritar'), ('descobrir', 'descobrindo', 'cantando', 'cantar'), ('descobrir', 'descobrindo', 'sentando', 'sentar'), ('descobrir', 'descobrindo', 'nadando', 'nadar'), ('descobrir', 'descobrindo', 'pensando', 'pensar'), ('descobrir', 'descobrindo', 'escrevendo', 'escrever'), ('descobrir', 'descobrindo', 'dançando', 'dançar'), ('descobrir', 'descobrindo', 'diminuindo', 'diminuir'), ('descobrir', 'descobrindo', 'descrevendo', 'descrever'), ('melhorar', 'melhorando', 'voando', 'voar'), ('melhorar', 'melhorando', 'gerando', 'gerar'), ('melhorar', 'melhorando', 'indo', 'ir'), ('melhorar', 'melhorando', 'implementando', 'implementar'), ('melhorar', 'melhorando', 'aumentando', 'aumentar'), ('melhorar', 'melhorando', 'inventando', 'inventar'), ('melhorar', 'melhorando', 'saltando', 'saltar'), ('melhorar', 'melhorando', 'ouvindo', 'ouvir'), ('melhorar', 'melhorando', 'movendo', 'mover'), ('melhorar', 'melhorando', 'jogando', 'jogar'), ('melhorar', 'melhorando', 'prevendo', 'prever'), ('melhorar', 'melhorando', 'lendo', 'ler'), ('melhorar', 'melhorando', 'correndo', 'correr'), ('melhorar', 'melhorando', 'gritando', 'gritar'), ('melhorar', 'melhorando', 'cantando', 'cantar'), ('melhorar', 'melhorando', 'sentando', 'sentar'), ('melhorar', 'melhorando', 'nadando', 'nadar'), ('melhorar', 'melhorando', 'pensando', 'pensar'), ('melhorar', 'melhorando', 'desaparecendo', 'desaparecer'), ('melhorar', 'melhorando', 'escrevendo', 'escrever'), ('melhorar', 'melhorando', 'dançando', 'dançar'), ('melhorar', 'melhorando', 'diminuindo', 'diminuir'), ('melhorar', 'melhorando', 'descrevendo', 'descrever'), ('melhorar', 'melhorando', 'descobrindo', 'descobrir'), ('voar', 'voando', 'gerando', 'gerar'), ('voar', 'voando', 'indo', 'ir'), ('voar', 'voando', 'implementando', 'implementar'), ('voar', 'voando', 'aumentando', 'aumentar'), ('voar', 'voando', 'inventando', 'inventar'), ('voar', 'voando', 'saltando', 'saltar'), ('voar', 'voando', 'ouvindo', 'ouvir'), ('voar', 'voando', 'movendo', 'mover'), ('voar', 'voando', 'jogando', 'jogar'), ('voar', 'voando', 'prevendo', 'prever'), ('voar', 'voando', 'lendo', 'ler'), ('voar', 'voando', 'correndo', 'correr'), ('voar', 'voando', 'dizendo', 'dizer'), ('voar', 'voando', 'gritando', 'gritar'), ('voar', 'voando', 'cantando', 'cantar'), ('voar', 'voando', 'sentando', 'sentar'), ('voar', 'voando', 'nadando', 'nadar'), ('voar', 'voando', 'pensando', 'pensar'), ('voar', 'voando', 'desaparecendo', 'desaparecer'), ('voar', 'voando', 'escrevendo', 'escrever'), ('voar', 'voando', 'programando', 'programar'), ('voar', 'voando', 'dançando', 'dançar'), ('voar', 'voando', 'diminuindo', 'diminuir'), ('voar', 'voando', 'descobrindo', 'descobrir'), ('voar', 'voando', 'melhorando', 'melhorar'), ('gerar', 'gerando', 'indo', 'ir'), ('gerar', 'gerando', 'implementando', 'implementar'), ('gerar', 'gerando', 'aumentando', 'aumentar'), ('gerar', 'gerando', 'inventando', 'inventar'), ('gerar', 'gerando', 'saltando', 'saltar'), ('gerar', 'gerando', 'ouvindo', 'ouvir'), ('gerar', 'gerando', 'movendo', 'mover'), ('gerar', 'gerando', 'jogando', 'jogar'), ('gerar', 'gerando', 'prevendo', 'prever'), ('gerar', 'gerando', 'lendo', 'ler'), ('gerar', 'gerando', 'correndo', 'correr'), ('gerar', 'gerando', 'dizendo', 'dizer'), ('gerar', 'gerando', 'gritando', 'gritar'), ('gerar', 'gerando', 'cantando', 'cantar'), ('gerar', 'gerando', 'sentando', 'sentar'), ('gerar', 'gerando', 'nadando', 'nadar'), ('gerar', 'gerando', 'pensando', 'pensar'), ('gerar', 'gerando', 'desaparecendo', 'desaparecer'), ('gerar', 'gerando', 'escrevendo', 'escrever'), ('gerar', 'gerando', 'dançando', 'dançar'), ('gerar', 'gerando', 'diminuindo', 'diminuir'), ('gerar', 'gerando', 'descobrindo', 'descobrir'), ('gerar', 'gerando', 'melhorando', 'melhorar'), ('gerar', 'gerando', 'voando', 'voar'), ('ir', 'indo', 'implementando', 'implementar'), ('ir', 'indo', 'aumentando', 'aumentar'), ('ir', 'indo', 'inventando', 'inventar'), ('ir', 'indo', 'saltando', 'saltar'), ('ir', 'indo', 'ouvindo', 'ouvir'), ('ir', 'indo', 'movendo', 'mover'), ('ir', 'indo', 'jogando', 'jogar'), ('ir', 'indo', 'prevendo', 'prever'), ('ir', 'indo', 'lendo', 'ler'), ('ir', 'indo', 'correndo', 'correr'), ('ir', 'indo', 'dizendo', 'dizer'), ('ir', 'indo', 'gritando', 'gritar'), ('ir', 'indo', 'cantando', 'cantar'), ('ir', 'indo', 'sentando', 'sentar'), ('ir', 'indo', 'nadando', 'nadar'), ('ir', 'indo', 'pensando', 'pensar'), ('ir', 'indo', 'desaparecendo', 'desaparecer'), ('ir', 'indo', 'escrevendo', 'escrever'), ('ir', 'indo', 'dançando', 'dançar'), ('ir', 'indo', 'diminuindo', 'diminuir'), ('ir', 'indo', 'descobrindo', 'descobrir'), ('ir', 'indo', 'melhorando', 'melhorar'), ('ir', 'indo', 'voando', 'voar'), ('ir', 'indo', 'gerando', 'gerar'), ('implementar', 'implementando', 'aumentando', 'aumentar'), ('implementar', 'implementando', 'inventando', 'inventar'), ('implementar', 'implementando', 'saltando', 'saltar'), ('implementar', 'implementando', 'ouvindo', 'ouvir'), ('implementar', 'implementando', 'movendo', 'mover'), ('implementar', 'implementando', 'jogando', 'jogar'), ('implementar', 'implementando', 'prevendo', 'prever'), ('implementar', 'implementando', 'lendo', 'ler'), ('implementar', 'implementando', 'correndo', 'correr'), ('implementar', 'implementando', 'gritando', 'gritar'), ('implementar', 'implementando', 'cantando', 'cantar'), ('implementar', 'implementando', 'sentando', 'sentar'), ('implementar', 'implementando', 'nadando', 'nadar'), ('implementar', 'implementando', 'pensando', 'pensar'), ('implementar', 'implementando', 'desaparecendo', 'desaparecer'), ('implementar', 'implementando', 'escrevendo', 'escrever'), ('implementar', 'implementando', 'dançando', 'dançar'), ('implementar', 'implementando', 'diminuindo', 'diminuir'), ('implementar', 'implementando', 'descobrindo', 'descobrir'), ('implementar', 'implementando', 'melhorando', 'melhorar'), ('implementar', 'implementando', 'voando', 'voar'), ('implementar', 'implementando', 'gerando', 'gerar'), ('implementar', 'implementando', 'indo', 'ir'), ('aumentar', 'aumentando', 'inventando', 'inventar'), ('aumentar', 'aumentando', 'saltando', 'saltar'), ('aumentar', 'aumentando', 'ouvindo', 'ouvir'), ('aumentar', 'aumentando', 'movendo', 'mover'), ('aumentar', 'aumentando', 'jogando', 'jogar'), ('aumentar', 'aumentando', 'prevendo', 'prever'), ('aumentar', 'aumentando', 'lendo', 'ler'), ('aumentar', 'aumentando', 'correndo', 'correr'), ('aumentar', 'aumentando', 'dizendo', 'dizer'), ('aumentar', 'aumentando', 'gritando', 'gritar'), ('aumentar', 'aumentando', 'cantando', 'cantar'), ('aumentar', 'aumentando', 'sentando', 'sentar'), ('aumentar', 'aumentando', 'nadando', 'nadar'), ('aumentar', 'aumentando', 'pensando', 'pensar'), ('aumentar', 'aumentando', 'desaparecendo', 'desaparecer'), ('aumentar', 'aumentando', 'escrevendo', 'escrever'), ('aumentar', 'aumentando', 'dançando', 'dançar'), ('aumentar', 'aumentando', 'diminuindo', 'diminuir'), ('aumentar', 'aumentando', 'descobrindo', 'descobrir'), ('aumentar', 'aumentando', 'melhorando', 'melhorar'), ('aumentar', 'aumentando', 'voando', 'voar'), ('aumentar', 'aumentando', 'gerando', 'gerar'), ('aumentar', 'aumentando', 'indo', 'ir'), ('aumentar', 'aumentando', 'implementando', 'implementar'), ('inventar', 'inventando', 'saltando', 'saltar'), ('inventar', 'inventando', 'ouvindo', 'ouvir'), ('inventar', 'inventando', 'movendo', 'mover'), ('inventar', 'inventando', 'jogando', 'jogar'), ('inventar', 'inventando', 'prevendo', 'prever'), ('inventar', 'inventando', 'lendo', 'ler'), ('inventar', 'inventando', 'correndo', 'correr'), ('inventar', 'inventando', 'dizendo', 'dizer'), ('inventar', 'inventando', 'gritando', 'gritar'), ('inventar', 'inventando', 'cantando', 'cantar'), ('inventar', 'inventando', 'sentando', 'sentar'), ('inventar', 'inventando', 'nadando', 'nadar'), ('inventar', 'inventando', 'pensando', 'pensar'), ('inventar', 'inventando', 'desaparecendo', 'desaparecer'), ('inventar', 'inventando', 'escrevendo', 'escrever'), ('inventar', 'inventando', 'dançando', 'dançar'), ('inventar', 'inventando', 'diminuindo', 'diminuir'), ('inventar', 'inventando', 'descobrindo', 'descobrir'), ('inventar', 'inventando', 'melhorando', 'melhorar'), ('inventar', 'inventando', 'voando', 'voar'), ('inventar', 'inventando', 'gerando', 'gerar'), ('inventar', 'inventando', 'indo', 'ir'), ('inventar', 'inventando', 'implementando', 'implementar'), ('inventar', 'inventando', 'aumentando', 'aumentar'), ('saltar', 'saltando', 'ouvindo', 'ouvir'), ('saltar', 'saltando', 'movendo', 'mover'), ('saltar', 'saltando', 'jogando', 'jogar'), ('saltar', 'saltando', 'prevendo', 'prever'), ('saltar', 'saltando', 'lendo', 'ler'), ('saltar', 'saltando', 'correndo', 'correr'), ('saltar', 'saltando', 'dizendo', 'dizer'), ('saltar', 'saltando', 'gritando', 'gritar'), ('saltar', 'saltando', 'cantando', 'cantar'), ('saltar', 'saltando', 'sentando', 'sentar'), ('saltar', 'saltando', 'nadando', 'nadar'), ('saltar', 'saltando', 'pensando', 'pensar'), ('saltar', 'saltando', 'desaparecendo', 'desaparecer'), ('saltar', 'saltando', 'escrevendo', 'escrever'), ('saltar', 'saltando', 'dançando', 'dançar'), ('saltar', 'saltando', 'diminuindo', 'diminuir'), ('saltar', 'saltando', 'descobrindo', 'descobrir'), ('saltar', 'saltando', 'melhorando', 'melhorar'), ('saltar', 'saltando', 'voando', 'voar'), ('saltar', 'saltando', 'gerando', 'gerar'), ('saltar', 'saltando', 'indo', 'ir'), ('saltar', 'saltando', 'implementando', 'implementar'), ('saltar', 'saltando', 'aumentando', 'aumentar'), ('saltar', 'saltando', 'inventando', 'inventar'), ('ouvir', 'ouvindo', 'movendo', 'mover'), ('ouvir', 'ouvindo', 'jogando', 'jogar'), ('ouvir', 'ouvindo', 'prevendo', 'prever'), ('ouvir', 'ouvindo', 'lendo', 'ler'), ('ouvir', 'ouvindo', 'correndo', 'correr'), ('ouvir', 'ouvindo', 'dizendo', 'dizer'), ('ouvir', 'ouvindo', 'gritando', 'gritar'), ('ouvir', 'ouvindo', 'cantando', 'cantar'), ('ouvir', 'ouvindo', 'sentando', 'sentar'), ('ouvir', 'ouvindo', 'nadando', 'nadar'), ('ouvir', 'ouvindo', 'pensando', 'pensar'), ('ouvir', 'ouvindo', 'desaparecendo', 'desaparecer'), ('ouvir', 'ouvindo', 'escrevendo', 'escrever'), ('ouvir', 'ouvindo', 'dançando', 'dançar'), ('ouvir', 'ouvindo', 'diminuindo', 'diminuir'), ('ouvir', 'ouvindo', 'descobrindo', 'descobrir'), ('ouvir', 'ouvindo', 'melhorando', 'melhorar'), ('ouvir', 'ouvindo', 'voando', 'voar'), ('ouvir', 'ouvindo', 'gerando', 'gerar'), ('ouvir', 'ouvindo', 'indo', 'ir'), ('ouvir', 'ouvindo', 'implementando', 'implementar'), ('ouvir', 'ouvindo', 'aumentando', 'aumentar'), ('ouvir', 'ouvindo', 'inventando', 'inventar'), ('ouvir', 'ouvindo', 'saltando', 'saltar'), ('ver', 'vendo', 'movendo', 'mover'), ('ver', 'vendo', 'jogando', 'jogar'), ('ver', 'vendo', 'lendo', 'ler'), ('ver', 'vendo', 'correndo', 'correr'), ('ver', 'vendo', 'dizendo', 'dizer'), ('ver', 'vendo', 'gritando', 'gritar'), ('ver', 'vendo', 'vendo', 'ver'), ('ver', 'vendo', 'cantando', 'cantar'), ('ver', 'vendo', 'sentando', 'sentar'), ('ver', 'vendo', 'nadando', 'nadar'), ('ver', 'vendo', 'pensando', 'pensar'), ('ver', 'vendo', 'desaparecendo', 'desaparecer'), ('ver', 'vendo', 'escrevendo', 'escrever'), ('ver', 'vendo', 'dançando', 'dançar'), ('ver', 'vendo', 'diminuindo', 'diminuir'), ('ver', 'vendo', 'descrevendo', 'descrever'), ('ver', 'vendo', 'descobrindo', 'descobrir'), ('ver', 'vendo', 'melhorando', 'melhorar'), ('ver', 'vendo', 'voando', 'voar'), ('ver', 'vendo', 'gerando', 'gerar'), ('ver', 'vendo', 'indo', 'ir'), ('ver', 'vendo', 'implementando', 'implementar'), ('ver', 'vendo', 'aumentando', 'aumentar'), ('ver', 'vendo', 'inventando', 'inventar'), ('ver', 'vendo', 'saltando', 'saltar'), ('ver', 'vendo', 'ouvindo', 'ouvir'), ('mover', 'movendo', 'jogando', 'jogar'), ('mover', 'movendo', 'prevendo', 'prever'), ('mover', 'movendo', 'lendo', 'ler'), ('mover', 'movendo', 'correndo', 'correr'), ('mover', 'movendo', 'dizendo', 'dizer'), ('mover', 'movendo', 'gritando', 'gritar'), ('mover', 'movendo', 'cantando', 'cantar'), ('mover', 'movendo', 'sentando', 'sentar'), ('mover', 'movendo', 'nadando', 'nadar'), ('mover', 'movendo', 'pensando', 'pensar'), ('mover', 'movendo', 'desaparecendo', 'desaparecer'), ('mover', 'movendo', 'escrevendo', 'escrever'), ('mover', 'movendo', 'dançando', 'dançar'), ('mover', 'movendo', 'diminuindo', 'diminuir'), ('mover', 'movendo', 'descobrindo', 'descobrir'), ('mover', 'movendo', 'melhorando', 'melhorar'), ('mover', 'movendo', 'voando', 'voar'), ('mover', 'movendo', 'gerando', 'gerar'), ('mover', 'movendo', 'indo', 'ir'), ('mover', 'movendo', 'implementando', 'implementar'), ('mover', 'movendo', 'aumentando', 'aumentar'), ('mover', 'movendo', 'inventando', 'inventar'), ('mover', 'movendo', 'saltando', 'saltar'), ('mover', 'movendo', 'ouvindo', 'ouvir'), ('jogar', 'jogando', 'prevendo', 'prever'), ('jogar', 'jogando', 'lendo', 'ler'), ('jogar', 'jogando', 'correndo', 'correr'), ('jogar', 'jogando', 'dizendo', 'dizer'), ('jogar', 'jogando', 'gritando', 'gritar'), ('jogar', 'jogando', 'vendo', 'ver'), ('jogar', 'jogando', 'cantando', 'cantar'), ('jogar', 'jogando', 'sentando', 'sentar'), ('jogar', 'jogando', 'nadando', 'nadar'), ('jogar', 'jogando', 'pensando', 'pensar'), ('jogar', 'jogando', 'desaparecendo', 'desaparecer'), ('jogar', 'jogando', 'escrevendo', 'escrever'), ('jogar', 'jogando', 'dançando', 'dançar'), ('jogar', 'jogando', 'diminuindo', 'diminuir'), ('jogar', 'jogando', 'descobrindo', 'descobrir'), ('jogar', 'jogando', 'melhorando', 'melhorar'), ('jogar', 'jogando', 'voando', 'voar'), ('jogar', 'jogando', 'gerando', 'gerar'), ('jogar', 'jogando', 'indo', 'ir'), ('jogar', 'jogando', 'implementando', 'implementar'), ('jogar', 'jogando', 'aumentando', 'aumentar'), ('jogar', 'jogando', 'inventando', 'inventar'), ('jogar', 'jogando', 'saltando', 'saltar'), ('jogar', 'jogando', 'ouvindo', 'ouvir'), ('jogar', 'jogando', 'vendo', 'ver'), ('jogar', 'jogando', 'movendo', 'mover'), ('prever', 'prevendo', 'lendo', 'ler'), ('prever', 'prevendo', 'correndo', 'correr'), ('prever', 'prevendo', 'dizendo', 'dizer'), ('prever', 'prevendo', 'gritando', 'gritar'), ('prever', 'prevendo', 'cantando', 'cantar'), ('prever', 'prevendo', 'sentando', 'sentar'), ('prever', 'prevendo', 'pensando', 'pensar'), ('prever', 'prevendo', 'desaparecendo', 'desaparecer'), ('prever', 'prevendo', 'escrevendo', 'escrever'), ('prever', 'prevendo', 'dançando', 'dançar'), ('prever', 'prevendo', 'diminuindo', 'diminuir'), ('prever', 'prevendo', 'descobrindo', 'descobrir'), ('prever', 'prevendo', 'melhorando', 'melhorar'), ('prever', 'prevendo', 'voando', 'voar'), ('prever', 'prevendo', 'gerando', 'gerar'), ('prever', 'prevendo', 'indo', 'ir'), ('prever', 'prevendo', 'implementando', 'implementar'), ('prever', 'prevendo', 'aumentando', 'aumentar'), ('prever', 'prevendo', 'inventando', 'inventar'), ('prever', 'prevendo', 'saltando', 'saltar'), ('prever', 'prevendo', 'ouvindo', 'ouvir'), ('prever', 'prevendo', 'movendo', 'mover'), ('prever', 'prevendo', 'jogando', 'jogar'), ('ler', 'lendo', 'correndo', 'correr'), ('ler', 'lendo', 'dizendo', 'dizer'), ('ler', 'lendo', 'gritando', 'gritar'), ('ler', 'lendo', 'vendo', 'ver'), ('ler', 'lendo', 'cantando', 'cantar'), ('ler', 'lendo', 'sentando', 'sentar'), ('ler', 'lendo', 'nadando', 'nadar'), ('ler', 'lendo', 'pensando', 'pensar'), ('ler', 'lendo', 'desaparecendo', 'desaparecer'), ('ler', 'lendo', 'escrevendo', 'escrever'), ('ler', 'lendo', 'programando', 'programar'), ('ler', 'lendo', 'dançando', 'dançar'), ('ler', 'lendo', 'diminuindo', 'diminuir'), ('ler', 'lendo', 'descobrindo', 'descobrir'), ('ler', 'lendo', 'melhorando', 'melhorar'), ('ler', 'lendo', 'voando', 'voar'), ('ler', 'lendo', 'gerando', 'gerar'), ('ler', 'lendo', 'indo', 'ir'), ('ler', 'lendo', 'implementando', 'implementar'), ('ler', 'lendo', 'aumentando', 'aumentar'), ('ler', 'lendo', 'inventando', 'inventar'), ('ler', 'lendo', 'saltando', 'saltar'), ('ler', 'lendo', 'ouvindo', 'ouvir'), ('ler', 'lendo', 'vendo', 'ver'), ('ler', 'lendo', 'movendo', 'mover'), ('ler', 'lendo', 'jogando', 'jogar'), ('ler', 'lendo', 'prevendo', 'prever'), ('correr', 'correndo', 'dizendo', 'dizer'), ('correr', 'correndo', 'gritando', 'gritar'), ('correr', 'correndo', 'cantando', 'cantar'), ('correr', 'correndo', 'sentando', 'sentar'), ('correr', 'correndo', 'nadando', 'nadar'), ('correr', 'correndo', 'pensando', 'pensar'), ('correr', 'correndo', 'desaparecendo', 'desaparecer'), ('correr', 'correndo', 'escrevendo', 'escrever'), ('correr', 'correndo', 'programando', 'programar'), ('correr', 'correndo', 'dançando', 'dançar'), ('correr', 'correndo', 'diminuindo', 'diminuir'), ('correr', 'correndo', 'descobrindo', 'descobrir'), ('correr', 'correndo', 'melhorando', 'melhorar'), ('correr', 'correndo', 'voando', 'voar'), ('correr', 'correndo', 'gerando', 'gerar'), ('correr', 'correndo', 'indo', 'ir'), ('correr', 'correndo', 'implementando', 'implementar'), ('correr', 'correndo', 'aumentando', 'aumentar'), ('correr', 'correndo', 'inventando', 'inventar'), ('correr', 'correndo', 'saltando', 'saltar'), ('correr', 'correndo', 'ouvindo', 'ouvir'), ('correr', 'correndo', 'movendo', 'mover'), ('correr', 'correndo', 'jogando', 'jogar'), ('correr', 'correndo', 'lendo', 'ler'), ('dizer', 'dizendo', 'gritando', 'gritar'), ('dizer', 'dizendo', 'cantando', 'cantar'), ('dizer', 'dizendo', 'sentando', 'sentar'), ('dizer', 'dizendo', 'nadando', 'nadar'), ('dizer', 'dizendo', 'pensando', 'pensar'), ('dizer', 'dizendo', 'desaparecendo', 'desaparecer'), ('dizer', 'dizendo', 'escrevendo', 'escrever'), ('dizer', 'dizendo', 'programando', 'programar'), ('dizer', 'dizendo', 'dançando', 'dançar'), ('dizer', 'dizendo', 'diminuindo', 'diminuir'), ('dizer', 'dizendo', 'descobrindo', 'descobrir'), ('dizer', 'dizendo', 'melhorando', 'melhorar'), ('dizer', 'dizendo', 'voando', 'voar'), ('dizer', 'dizendo', 'gerando', 'gerar'), ('dizer', 'dizendo', 'indo', 'ir'), ('dizer', 'dizendo', 'implementando', 'implementar'), ('dizer', 'dizendo', 'aumentando', 'aumentar'), ('dizer', 'dizendo', 'inventando', 'inventar'), ('dizer', 'dizendo', 'saltando', 'saltar'), ('dizer', 'dizendo', 'ouvindo', 'ouvir'), ('dizer', 'dizendo', 'movendo', 'mover'), ('dizer', 'dizendo', 'jogando', 'jogar'), ('dizer', 'dizendo', 'prevendo', 'prever'), ('dizer', 'dizendo', 'lendo', 'ler'), ('dizer', 'dizendo', 'correndo', 'correr'), ('gritar', 'gritando', 'cantando', 'cantar'), ('gritar', 'gritando', 'sentando', 'sentar'), ('gritar', 'gritando', 'nadando', 'nadar'), ('gritar', 'gritando', 'pensando', 'pensar'), ('gritar', 'gritando', 'desaparecendo', 'desaparecer'), ('gritar', 'gritando', 'escrevendo', 'escrever'), ('gritar', 'gritando', 'dançando', 'dançar'), ('gritar', 'gritando', 'diminuindo', 'diminuir'), ('gritar', 'gritando', 'descobrindo', 'descobrir'), ('gritar', 'gritando', 'melhorando', 'melhorar'), ('gritar', 'gritando', 'voando', 'voar'), ('gritar', 'gritando', 'gerando', 'gerar'), ('gritar', 'gritando', 'indo', 'ir'), ('gritar', 'gritando', 'implementando', 'implementar'), ('gritar', 'gritando', 'aumentando', 'aumentar'), ('gritar', 'gritando', 'inventando', 'inventar'), ('gritar', 'gritando', 'saltando', 'saltar'), ('gritar', 'gritando', 'ouvindo', 'ouvir'), ('gritar', 'gritando', 'movendo', 'mover'), ('gritar', 'gritando', 'jogando', 'jogar'), ('gritar', 'gritando', 'lendo', 'ler'), ('gritar', 'gritando', 'correndo', 'correr'), ('gritar', 'gritando', 'dizendo', 'dizer'), ('ver', 'vendo', 'cantando', 'cantar'), ('ver', 'vendo', 'sentando', 'sentar'), ('ver', 'vendo', 'nadando', 'nadar'), ('ver', 'vendo', 'pensando', 'pensar'), ('ver', 'vendo', 'desaparecendo', 'desaparecer'), ('ver', 'vendo', 'escrevendo', 'escrever'), ('ver', 'vendo', 'dançando', 'dançar'), ('ver', 'vendo', 'diminuindo', 'diminuir'), ('ver', 'vendo', 'descrevendo', 'descrever'), ('ver', 'vendo', 'descobrindo', 'descobrir'), ('ver', 'vendo', 'melhorando', 'melhorar'), ('ver', 'vendo', 'voando', 'voar'), ('ver', 'vendo', 'gerando', 'gerar'), ('ver', 'vendo', 'indo', 'ir'), ('ver', 'vendo', 'implementando', 'implementar'), ('ver', 'vendo', 'aumentando', 'aumentar'), ('ver', 'vendo', 'inventando', 'inventar'), ('ver', 'vendo', 'saltando', 'saltar'), ('ver', 'vendo', 'ouvindo', 'ouvir'), ('ver', 'vendo', 'vendo', 'ver'), ('ver', 'vendo', 'movendo', 'mover'), ('ver', 'vendo', 'jogando', 'jogar'), ('ver', 'vendo', 'lendo', 'ler'), ('ver', 'vendo', 'correndo', 'correr'), ('ver', 'vendo', 'dizendo', 'dizer'), ('ver', 'vendo', 'gritando', 'gritar'), ('cantar', 'cantando', 'sentando', 'sentar'), ('cantar', 'cantando', 'nadando', 'nadar'), ('cantar', 'cantando', 'pensando', 'pensar'), ('cantar', 'cantando', 'desaparecendo', 'desaparecer'), ('cantar', 'cantando', 'escrevendo', 'escrever'), ('cantar', 'cantando', 'programando', 'programar'), ('cantar', 'cantando', 'dançando', 'dançar'), ('cantar', 'cantando', 'diminuindo', 'diminuir'), ('cantar', 'cantando', 'descrevendo', 'descrever'), ('cantar', 'cantando', 'descobrindo', 'descobrir'), ('cantar', 'cantando', 'melhorando', 'melhorar'), ('cantar', 'cantando', 'voando', 'voar'), ('cantar', 'cantando', 'gerando', 'gerar'), ('cantar', 'cantando', 'indo', 'ir'), ('cantar', 'cantando', 'implementando', 'implementar'), ('cantar', 'cantando', 'aumentando', 'aumentar'), ('cantar', 'cantando', 'inventando', 'inventar'), ('cantar', 'cantando', 'saltando', 'saltar'), ('cantar', 'cantando', 'ouvindo', 'ouvir'), ('cantar', 'cantando', 'movendo', 'mover'), ('cantar', 'cantando', 'jogando', 'jogar'), ('cantar', 'cantando', 'lendo', 'ler'), ('cantar', 'cantando', 'correndo', 'correr'), ('cantar', 'cantando', 'dizendo', 'dizer'), ('cantar', 'cantando', 'gritando', 'gritar'), ('sentar', 'sentando', 'nadando', 'nadar'), ('sentar', 'sentando', 'pensando', 'pensar'), ('sentar', 'sentando', 'desaparecendo', 'desaparecer'), ('sentar', 'sentando', 'escrevendo', 'escrever'), ('sentar', 'sentando', 'dançando', 'dançar'), ('sentar', 'sentando', 'diminuindo', 'diminuir'), ('sentar', 'sentando', 'descobrindo', 'descobrir'), ('sentar', 'sentando', 'melhorando', 'melhorar'), ('sentar', 'sentando', 'voando', 'voar'), ('sentar', 'sentando', 'gerando', 'gerar'), ('sentar', 'sentando', 'indo', 'ir'), ('sentar', 'sentando', 'implementando', 'implementar'), ('sentar', 'sentando', 'aumentando', 'aumentar'), ('sentar', 'sentando', 'inventando', 'inventar'), ('sentar', 'sentando', 'saltando', 'saltar'), ('sentar', 'sentando', 'ouvindo', 'ouvir'), ('sentar', 'sentando', 'movendo', 'mover'), ('sentar', 'sentando', 'jogando', 'jogar'), ('sentar', 'sentando', 'lendo', 'ler'), ('sentar', 'sentando', 'correndo', 'correr'), ('sentar', 'sentando', 'dizendo', 'dizer'), ('sentar', 'sentando', 'gritando', 'gritar'), ('sentar', 'sentando', 'cantando', 'cantar'), ('nadar', 'nadando', 'pensando', 'pensar'), ('nadar', 'nadando', 'desaparecendo', 'desaparecer'), ('nadar', 'nadando', 'escrevendo', 'escrever'), ('nadar', 'nadando', 'programando', 'programar'), ('nadar', 'nadando', 'dançando', 'dançar'), ('nadar', 'nadando', 'diminuindo', 'diminuir'), ('nadar', 'nadando', 'descobrindo', 'descobrir'), ('nadar', 'nadando', 'melhorando', 'melhorar'), ('nadar', 'nadando', 'voando', 'voar'), ('nadar', 'nadando', 'gerando', 'gerar'), ('nadar', 'nadando', 'indo', 'ir'), ('nadar', 'nadando', 'implementando', 'implementar'), ('nadar', 'nadando', 'aumentando', 'aumentar'), ('nadar', 'nadando', 'inventando', 'inventar'), ('nadar', 'nadando', 'saltando', 'saltar'), ('nadar', 'nadando', 'ouvindo', 'ouvir'), ('nadar', 'nadando', 'movendo', 'mover'), ('nadar', 'nadando', 'jogando', 'jogar'), ('nadar', 'nadando', 'lendo', 'ler'), ('nadar', 'nadando', 'correndo', 'correr'), ('nadar', 'nadando', 'dizendo', 'dizer'), ('nadar', 'nadando', 'gritando', 'gritar'), ('nadar', 'nadando', 'cantando', 'cantar'), ('nadar', 'nadando', 'sentando', 'sentar'), ('pensar', 'pensando', 'desaparecendo', 'desaparecer'), ('pensar', 'pensando', 'escrevendo', 'escrever'), ('pensar', 'pensando', 'dançando', 'dançar'), ('pensar', 'pensando', 'diminuindo', 'diminuir'), ('pensar', 'pensando', 'descobrindo', 'descobrir'), ('pensar', 'pensando', 'melhorando', 'melhorar'), ('pensar', 'pensando', 'voando', 'voar'), ('pensar', 'pensando', 'gerando', 'gerar'), ('pensar', 'pensando', 'indo', 'ir'), ('pensar', 'pensando', 'implementando', 'implementar'), ('pensar', 'pensando', 'aumentando', 'aumentar'), ('pensar', 'pensando', 'inventando', 'inventar'), ('pensar', 'pensando', 'saltando', 'saltar'), ('pensar', 'pensando', 'ouvindo', 'ouvir'), ('pensar', 'pensando', 'vendo', 'ver'), ('pensar', 'pensando', 'movendo', 'mover'), ('pensar', 'pensando', 'jogando', 'jogar'), ('pensar', 'pensando', 'prevendo', 'prever'), ('pensar', 'pensando', 'lendo', 'ler'), ('pensar', 'pensando', 'correndo', 'correr'), ('pensar', 'pensando', 'dizendo', 'dizer'), ('pensar', 'pensando', 'gritando', 'gritar'), ('pensar', 'pensando', 'vendo', 'ver'), ('pensar', 'pensando', 'cantando', 'cantar'), ('pensar', 'pensando', 'sentando', 'sentar'), ('pensar', 'pensando', 'nadando', 'nadar'), ('desaparecer', 'desaparecendo', 'escrevendo', 'escrever'), ('desaparecer', 'desaparecendo', 'dançando', 'dançar'), ('desaparecer', 'desaparecendo', 'diminuindo', 'diminuir'), ('desaparecer', 'desaparecendo', 'descobrindo', 'descobrir'), ('desaparecer', 'desaparecendo', 'melhorando', 'melhorar'), ('desaparecer', 'desaparecendo', 'voando', 'voar'), ('desaparecer', 'desaparecendo', 'gerando', 'gerar'), ('desaparecer', 'desaparecendo', 'indo', 'ir'), ('desaparecer', 'desaparecendo', 'implementando', 'implementar'), ('desaparecer', 'desaparecendo', 'aumentando', 'aumentar'), ('desaparecer', 'desaparecendo', 'inventando', 'inventar'), ('desaparecer', 'desaparecendo', 'saltando', 'saltar'), ('desaparecer', 'desaparecendo', 'ouvindo', 'ouvir'), ('desaparecer', 'desaparecendo', 'movendo', 'mover'), ('desaparecer', 'desaparecendo', 'jogando', 'jogar'), ('desaparecer', 'desaparecendo', 'lendo', 'ler'), ('desaparecer', 'desaparecendo', 'correndo', 'correr'), ('desaparecer', 'desaparecendo', 'dizendo', 'dizer'), ('desaparecer', 'desaparecendo', 'gritando', 'gritar'), ('desaparecer', 'desaparecendo', 'cantando', 'cantar'), ('desaparecer', 'desaparecendo', 'sentando', 'sentar'), ('desaparecer', 'desaparecendo', 'nadando', 'nadar'), ('desaparecer', 'desaparecendo', 'pensando', 'pensar'), ('andar', 'andando', 'escrevendo', 'escrever'), ('andar', 'andando', 'programando', 'programar'), ('andar', 'andando', 'diminuindo', 'diminuir'), ('andar', 'andando', 'melhorando', 'melhorar'), ('andar', 'andando', 'voando', 'voar'), ('andar', 'andando', 'gerando', 'gerar'), ('andar', 'andando', 'indo', 'ir'), ('andar', 'andando', 'aumentando', 'aumentar'), ('andar', 'andando', 'inventando', 'inventar'), ('andar', 'andando', 'saltando', 'saltar'), ('andar', 'andando', 'movendo', 'mover'), ('andar', 'andando', 'jogando', 'jogar'), ('andar', 'andando', 'lendo', 'ler'), ('andar', 'andando', 'correndo', 'correr'), ('andar', 'andando', 'gritando', 'gritar'), ('andar', 'andando', 'cantando', 'cantar'), ('andar', 'andando', 'pensando', 'pensar'), ('escrever', 'escrevendo', 'programando', 'programar'), ('escrever', 'escrevendo', 'dançando', 'dançar'), ('escrever', 'escrevendo', 'diminuindo', 'diminuir'), ('escrever', 'escrevendo', 'descobrindo', 'descobrir'), ('escrever', 'escrevendo', 'melhorando', 'melhorar'), ('escrever', 'escrevendo', 'voando', 'voar'), ('escrever', 'escrevendo', 'gerando', 'gerar'), ('escrever', 'escrevendo', 'indo', 'ir'), ('escrever', 'escrevendo', 'implementando', 'implementar'), ('escrever', 'escrevendo', 'aumentando', 'aumentar'), ('escrever', 'escrevendo', 'inventando', 'inventar'), ('escrever', 'escrevendo', 'saltando', 'saltar'), ('escrever', 'escrevendo', 'ouvindo', 'ouvir'), ('escrever', 'escrevendo', 'movendo', 'mover'), ('escrever', 'escrevendo', 'jogando', 'jogar'), ('escrever', 'escrevendo', 'lendo', 'ler'), ('escrever', 'escrevendo', 'correndo', 'correr'), ('escrever', 'escrevendo', 'dizendo', 'dizer'), ('escrever', 'escrevendo', 'gritando', 'gritar'), ('escrever', 'escrevendo', 'cantando', 'cantar'), ('escrever', 'escrevendo', 'sentando', 'sentar'), ('escrever', 'escrevendo', 'nadando', 'nadar'), ('escrever', 'escrevendo', 'pensando', 'pensar'), ('escrever', 'escrevendo', 'desaparecendo', 'desaparecer')], 'incorrect': []}, {'section': '| gram6-nationality-adjective', 'correct': [], 'incorrect': []}, {'section': '| gram7-past-tense', 'correct': [('dançando', 'dançou', 'descreveu', 'descrevendo'), ('dançando', 'dançou', 'melhorou', 'melhorando'), ('dançando', 'dançou', 'alimentou', 'alimentando'), ('dançando', 'dançou', 'voou', 'voando'), ('dançando', 'dançou', 'gerou', 'gerando'), ('dançando', 'dançou', 'escondeu', 'escondendo'), ('dançando', 'dançou', 'acertou', 'acertando'), ('dançando', 'dançou', 'implementou', 'implementando'), ('dançando', 'dançou', 'aumentou', 'aumentando'), ('dançando', 'dançou', 'saltou', 'saltando'), ('dançando', 'dançou', 'ouviu', 'ouvindo'), ('dançando', 'dançou', 'moveu', 'movendo'), ('dançando', 'dançou', 'jogou', 'jogando'), ('dançando', 'dançou', 'ler', 'lendo'), ('dançando', 'dançou', 'correu', 'correndo'), ('dançando', 'dançou', 'gritou', 'gritando'), ('dançando', 'dançou', 'viu', 'vendo'), ('dançando', 'dançou', 'vendeu', 'vendendo'), ('dançando', 'dançou', 'encolheu', 'encolhendo'), ('dançando', 'dançou', 'cantou', 'cantando'), ('dançando', 'dançou', 'sentou', 'sentando'), ('dançando', 'dançou', 'dormiu', 'dormindo'), ('dançando', 'dançou', 'gastou', 'gastando'), ('dançando', 'dançou', 'nadou', 'nadando'), ('dançando', 'dançou', 'tirou', 'tirando'), ('dançando', 'dançou', 'pensou', 'pensando'), ('dançando', 'dançou', 'desapareceu', 'desaparecendo'), ('dançando', 'dançou', 'andou', 'andando'), ('dançando', 'dançou', 'escreveu', 'escrevendo'), ('diminuindo', 'diminuiu', 'descreveu', 'descrevendo'), ('diminuindo', 'diminuiu', 'melhorou', 'melhorando'), ('diminuindo', 'diminuiu', 'alimentou', 'alimentando'), ('diminuindo', 'diminuiu', 'voou', 'voando'), ('diminuindo', 'diminuiu', 'gerou', 'gerando'), ('diminuindo', 'diminuiu', 'escondeu', 'escondendo'), ('diminuindo', 'diminuiu', 'acertou', 'acertando'), ('diminuindo', 'diminuiu', 'implementou', 'implementando'), ('diminuindo', 'diminuiu', 'aumentou', 'aumentando'), ('diminuindo', 'diminuiu', 'saltou', 'saltando'), ('diminuindo', 'diminuiu', 'ouviu', 'ouvindo'), ('diminuindo', 'diminuiu', 'moveu', 'movendo'), ('diminuindo', 'diminuiu', 'jogou', 'jogando'), ('diminuindo', 'diminuiu', 'previu', 'prevendo'), ('diminuindo', 'diminuiu', 'ler', 'lendo'), ('diminuindo', 'diminuiu', 'correu', 'correndo'), ('diminuindo', 'diminuiu', 'gritou', 'gritando'), ('diminuindo', 'diminuiu', 'viu', 'vendo'), ('diminuindo', 'diminuiu', 'vendeu', 'vendendo'), ('diminuindo', 'diminuiu', 'encolheu', 'encolhendo'), ('diminuindo', 'diminuiu', 'cantou', 'cantando'), ('diminuindo', 'diminuiu', 'sentou', 'sentando'), ('diminuindo', 'diminuiu', 'dormiu', 'dormindo'), ('diminuindo', 'diminuiu', 'gastou', 'gastando'), ('diminuindo', 'diminuiu', 'nadou', 'nadando'), ('diminuindo', 'diminuiu', 'tirou', 'tirando'), ('diminuindo', 'diminuiu', 'pensou', 'pensando'), ('diminuindo', 'diminuiu', 'desapareceu', 'desaparecendo'), ('diminuindo', 'diminuiu', 'andou', 'andando'), ('diminuindo', 'diminuiu', 'escreveu', 'escrevendo'), ('diminuindo', 'diminuiu', 'dançou', 'dançando'), ('descrevendo', 'descreveu', 'melhorou', 'melhorando'), ('descrevendo', 'descreveu', 'alimentou', 'alimentando'), ('descrevendo', 'descreveu', 'voou', 'voando'), ('descrevendo', 'descreveu', 'gerou', 'gerando'), ('descrevendo', 'descreveu', 'acertou', 'acertando'), ('descrevendo', 'descreveu', 'implementou', 'implementando'), ('descrevendo', 'descreveu', 'aumentou', 'aumentando'), ('descrevendo', 'descreveu', 'saltou', 'saltando'), ('descrevendo', 'descreveu', 'ouviu', 'ouvindo'), ('descrevendo', 'descreveu', 'moveu', 'movendo'), ('descrevendo', 'descreveu', 'jogou', 'jogando'), ('descrevendo', 'descreveu', 'previu', 'prevendo'), ('descrevendo', 'descreveu', 'ler', 'lendo'), ('descrevendo', 'descreveu', 'correu', 'correndo'), ('descrevendo', 'descreveu', 'gritou', 'gritando'), ('descrevendo', 'descreveu', 'viu', 'vendo'), ('descrevendo', 'descreveu', 'vendeu', 'vendendo'), ('descrevendo', 'descreveu', 'encolheu', 'encolhendo'), ('descrevendo', 'descreveu', 'cantou', 'cantando'), ('descrevendo', 'descreveu', 'sentou', 'sentando'), ('descrevendo', 'descreveu', 'dormiu', 'dormindo'), ('descrevendo', 'descreveu', 'gastou', 'gastando'), ('descrevendo', 'descreveu', 'tirou', 'tirando'), ('descrevendo', 'descreveu', 'pensou', 'pensando'), ('descrevendo', 'descreveu', 'desapareceu', 'desaparecendo'), ('descrevendo', 'descreveu', 'escreveu', 'escrevendo'), ('descrevendo', 'descreveu', 'dançou', 'dançando'), ('descrevendo', 'descreveu', 'diminuiu', 'diminuindo'), ('melhorando', 'melhorou', 'alimentou', 'alimentando'), ('melhorando', 'melhorou', 'voou', 'voando'), ('melhorando', 'melhorou', 'gerou', 'gerando'), ('melhorando', 'melhorou', 'escondeu', 'escondendo'), ('melhorando', 'melhorou', 'acertou', 'acertando'), ('melhorando', 'melhorou', 'implementou', 'implementando'), ('melhorando', 'melhorou', 'aumentou', 'aumentando'), ('melhorando', 'melhorou', 'saltou', 'saltando'), ('melhorando', 'melhorou', 'ouviu', 'ouvindo'), ('melhorando', 'melhorou', 'moveu', 'movendo'), ('melhorando', 'melhorou', 'jogou', 'jogando'), ('melhorando', 'melhorou', 'previu', 'prevendo'), ('melhorando', 'melhorou', 'ler', 'lendo'), ('melhorando', 'melhorou', 'correu', 'correndo'), ('melhorando', 'melhorou', 'gritou', 'gritando'), ('melhorando', 'melhorou', 'viu', 'vendo'), ('melhorando', 'melhorou', 'vendeu', 'vendendo'), ('melhorando', 'melhorou', 'encolheu', 'encolhendo'), ('melhorando', 'melhorou', 'cantou', 'cantando'), ('melhorando', 'melhorou', 'sentou', 'sentando'), ('melhorando', 'melhorou', 'dormiu', 'dormindo'), ('melhorando', 'melhorou', 'gastou', 'gastando'), ('melhorando', 'melhorou', 'tirou', 'tirando'), ('melhorando', 'melhorou', 'pensou', 'pensando'), ('melhorando', 'melhorou', 'desapareceu', 'desaparecendo'), ('melhorando', 'melhorou', 'andou', 'andando'), ('melhorando', 'melhorou', 'escreveu', 'escrevendo'), ('melhorando', 'melhorou', 'dançou', 'dançando'), ('melhorando', 'melhorou', 'diminuiu', 'diminuindo'), ('melhorando', 'melhorou', 'descreveu', 'descrevendo'), ('caíndo', 'caiu', 'alimentou', 'alimentando'), ('caíndo', 'caiu', 'voou', 'voando'), ('caíndo', 'caiu', 'gerou', 'gerando'), ('caíndo', 'caiu', 'acertou', 'acertando'), ('caíndo', 'caiu', 'aumentou', 'aumentando'), ('caíndo', 'caiu', 'saltou', 'saltando'), ('caíndo', 'caiu', 'ouviu', 'ouvindo'), ('caíndo', 'caiu', 'jogou', 'jogando'), ('caíndo', 'caiu', 'previu', 'prevendo'), ('caíndo', 'caiu', 'ler', 'lendo'), ('caíndo', 'caiu', 'correu', 'correndo'), ('caíndo', 'caiu', 'gritou', 'gritando'), ('caíndo', 'caiu', 'vendeu', 'vendendo'), ('caíndo', 'caiu', 'encolheu', 'encolhendo'), ('caíndo', 'caiu', 'cantou', 'cantando'), ('caíndo', 'caiu', 'gastou', 'gastando'), ('caíndo', 'caiu', 'tirou', 'tirando'), ('caíndo', 'caiu', 'pensou', 'pensando'), ('caíndo', 'caiu', 'desapareceu', 'desaparecendo'), ('caíndo', 'caiu', 'escreveu', 'escrevendo'), ('caíndo', 'caiu', 'diminuiu', 'diminuindo'), ('caíndo', 'caiu', 'descreveu', 'descrevendo'), ('caíndo', 'caiu', 'melhorou', 'melhorando'), ('alimentando', 'alimentou', 'voou', 'voando'), ('alimentando', 'alimentou', 'gerou', 'gerando'), ('alimentando', 'alimentou', 'escondeu', 'escondendo'), ('alimentando', 'alimentou', 'acertou', 'acertando'), ('alimentando', 'alimentou', 'implementou', 'implementando'), ('alimentando', 'alimentou', 'aumentou', 'aumentando'), ('alimentando', 'alimentou', 'saltou', 'saltando'), ('alimentando', 'alimentou', 'ouviu', 'ouvindo'), ('alimentando', 'alimentou', 'moveu', 'movendo'), ('alimentando', 'alimentou', 'jogou', 'jogando'), ('alimentando', 'alimentou', 'previu', 'prevendo'), ('alimentando', 'alimentou', 'ler', 'lendo'), ('alimentando', 'alimentou', 'correu', 'correndo'), ('alimentando', 'alimentou', 'gritou', 'gritando'), ('alimentando', 'alimentou', 'vendeu', 'vendendo'), ('alimentando', 'alimentou', 'encolheu', 'encolhendo'), ('alimentando', 'alimentou', 'cantou', 'cantando'), ('alimentando', 'alimentou', 'sentou', 'sentando'), ('alimentando', 'alimentou', 'dormiu', 'dormindo'), ('alimentando', 'alimentou', 'gastou', 'gastando'), ('alimentando', 'alimentou', 'nadou', 'nadando'), ('alimentando', 'alimentou', 'tirou', 'tirando'), ('alimentando', 'alimentou', 'pensou', 'pensando'), ('alimentando', 'alimentou', 'desapareceu', 'desaparecendo'), ('alimentando', 'alimentou', 'andou', 'andando'), ('alimentando', 'alimentou', 'escreveu', 'escrevendo'), ('alimentando', 'alimentou', 'dançou', 'dançando'), ('alimentando', 'alimentou', 'diminuiu', 'diminuindo'), ('alimentando', 'alimentou', 'descreveu', 'descrevendo'), ('alimentando', 'alimentou', 'melhorou', 'melhorando'), ('voando', 'voou', 'gerou', 'gerando'), ('voando', 'voou', 'escondeu', 'escondendo'), ('voando', 'voou', 'acertou', 'acertando'), ('voando', 'voou', 'implementou', 'implementando'), ('voando', 'voou', 'aumentou', 'aumentando'), ('voando', 'voou', 'saltou', 'saltando'), ('voando', 'voou', 'ouviu', 'ouvindo'), ('voando', 'voou', 'moveu', 'movendo'), ('voando', 'voou', 'jogou', 'jogando'), ('voando', 'voou', 'previu', 'prevendo'), ('voando', 'voou', 'ler', 'lendo'), ('voando', 'voou', 'correu', 'correndo'), ('voando', 'voou', 'gritou', 'gritando'), ('voando', 'voou', 'viu', 'vendo'), ('voando', 'voou', 'vendeu', 'vendendo'), ('voando', 'voou', 'encolheu', 'encolhendo'), ('voando', 'voou', 'cantou', 'cantando'), ('voando', 'voou', 'sentou', 'sentando'), ('voando', 'voou', 'dormiu', 'dormindo'), ('voando', 'voou', 'gastou', 'gastando'), ('voando', 'voou', 'nadou', 'nadando'), ('voando', 'voou', 'tirou', 'tirando'), ('voando', 'voou', 'pensou', 'pensando'), ('voando', 'voou', 'desapareceu', 'desaparecendo'), ('voando', 'voou', 'andou', 'andando'), ('voando', 'voou', 'escreveu', 'escrevendo'), ('voando', 'voou', 'dançou', 'dançando'), ('voando', 'voou', 'diminuiu', 'diminuindo'), ('voando', 'voou', 'descreveu', 'descrevendo'), ('voando', 'voou', 'melhorou', 'melhorando'), ('voando', 'voou', 'alimentou', 'alimentando'), ('gerando', 'gerou', 'acertou', 'acertando'), ('gerando', 'gerou', 'aumentou', 'aumentando'), ('gerando', 'gerou', 'saltou', 'saltando'), ('gerando', 'gerou', 'conheceu', 'conhecendo'), ('gerando', 'gerou', 'ouviu', 'ouvindo'), ('gerando', 'gerou', 'moveu', 'movendo'), ('gerando', 'gerou', 'jogou', 'jogando'), ('gerando', 'gerou', 'previu', 'prevendo'), ('gerando', 'gerou', 'ler', 'lendo'), ('gerando', 'gerou', 'correu', 'correndo'), ('gerando', 'gerou', 'gritou', 'gritando'), ('gerando', 'gerou', 'vendeu', 'vendendo'), ('gerando', 'gerou', 'encolheu', 'encolhendo'), ('gerando', 'gerou', 'cantou', 'cantando'), ('gerando', 'gerou', 'sentou', 'sentando'), ('gerando', 'gerou', 'dormiu', 'dormindo'), ('gerando', 'gerou', 'gastou', 'gastando'), ('gerando', 'gerou', 'tirou', 'tirando'), ('gerando', 'gerou', 'pensou', 'pensando'), ('gerando', 'gerou', 'desapareceu', 'desaparecendo'), ('gerando', 'gerou', 'andou', 'andando'), ('gerando', 'gerou', 'escreveu', 'escrevendo'), ('gerando', 'gerou', 'diminuiu', 'diminuindo'), ('gerando', 'gerou', 'descreveu', 'descrevendo'), ('gerando', 'gerou', 'melhorou', 'melhorando'), ('gerando', 'gerou', 'alimentou', 'alimentando'), ('gerando', 'gerou', 'voou', 'voando'), ('indo', 'foi', 'escondeu', 'escondendo'), ('indo', 'foi', 'acertou', 'acertando'), ('indo', 'foi', 'aumentou', 'aumentando'), ('indo', 'foi', 'saltou', 'saltando'), ('indo', 'foi', 'ouviu', 'ouvindo'), ('indo', 'foi', 'moveu', 'movendo'), ('indo', 'foi', 'jogou', 'jogando'), ('indo', 'foi', 'ler', 'lendo'), ('indo', 'foi', 'correu', 'correndo'), ('indo', 'foi', 'gritou', 'gritando'), ('indo', 'foi', 'viu', 'vendo'), ('indo', 'foi', 'vendeu', 'vendendo'), ('indo', 'foi', 'encolheu', 'encolhendo'), ('indo', 'foi', 'cantou', 'cantando'), ('indo', 'foi', 'sentou', 'sentando'), ('indo', 'foi', 'dormiu', 'dormindo'), ('indo', 'foi', 'gastou', 'gastando'), ('indo', 'foi', 'nadou', 'nadando'), ('indo', 'foi', 'tirou', 'tirando'), ('indo', 'foi', 'pensou', 'pensando'), ('indo', 'foi', 'desapareceu', 'desaparecendo'), ('indo', 'foi', 'andou', 'andando'), ('indo', 'foi', 'escreveu', 'escrevendo'), ('indo', 'foi', 'diminuiu', 'diminuindo'), ('indo', 'foi', 'descreveu', 'descrevendo'), ('indo', 'foi', 'melhorou', 'melhorando'), ('indo', 'foi', 'alimentou', 'alimentando'), ('indo', 'foi', 'voou', 'voando'), ('indo', 'foi', 'gerou', 'gerando'), ('escondendo', 'escondeu', 'acertou', 'acertando'), ('escondendo', 'escondeu', 'implementou', 'implementando'), ('escondendo', 'escondeu', 'aumentou', 'aumentando'), ('escondendo', 'escondeu', 'saltou', 'saltando'), ('escondendo', 'escondeu', 'ouviu', 'ouvindo'), ('escondendo', 'escondeu', 'moveu', 'movendo'), ('escondendo', 'escondeu', 'jogou', 'jogando'), ('escondendo', 'escondeu', 'previu', 'prevendo'), ('escondendo', 'escondeu', 'ler', 'lendo'), ('escondendo', 'escondeu', 'correu', 'correndo'), ('escondendo', 'escondeu', 'gritou', 'gritando'), ('escondendo', 'escondeu', 'viu', 'vendo'), ('escondendo', 'escondeu', 'vendeu', 'vendendo'), ('escondendo', 'escondeu', 'encolheu', 'encolhendo'), ('escondendo', 'escondeu', 'cantou', 'cantando'), ('escondendo', 'escondeu', 'sentou', 'sentando'), ('escondendo', 'escondeu', 'dormiu', 'dormindo'), ('escondendo', 'escondeu', 'gastou', 'gastando'), ('escondendo', 'escondeu', 'tirou', 'tirando'), ('escondendo', 'escondeu', 'pensou', 'pensando'), ('escondendo', 'escondeu', 'escreveu', 'escrevendo'), ('escondendo', 'escondeu', 'diminuiu', 'diminuindo'), ('escondendo', 'escondeu', 'descreveu', 'descrevendo'), ('escondendo', 'escondeu', 'melhorou', 'melhorando'), ('escondendo', 'escondeu', 'alimentou', 'alimentando'), ('escondendo', 'escondeu', 'voou', 'voando'), ('escondendo', 'escondeu', 'gerou', 'gerando'), ('acertando', 'acertou', 'implementou', 'implementando'), ('acertando', 'acertou', 'aumentou', 'aumentando'), ('acertando', 'acertou', 'saltou', 'saltando'), ('acertando', 'acertou', 'conheceu', 'conhecendo'), ('acertando', 'acertou', 'ouviu', 'ouvindo'), ('acertando', 'acertou', 'moveu', 'movendo'), ('acertando', 'acertou', 'jogou', 'jogando'), ('acertando', 'acertou', 'previu', 'prevendo'), ('acertando', 'acertou', 'ler', 'lendo'), ('acertando', 'acertou', 'correu', 'correndo'), ('acertando', 'acertou', 'gritou', 'gritando'), ('acertando', 'acertou', 'viu', 'vendo'), ('acertando', 'acertou', 'vendeu', 'vendendo'), ('acertando', 'acertou', 'encolheu', 'encolhendo'), ('acertando', 'acertou', 'cantou', 'cantando'), ('acertando', 'acertou', 'sentou', 'sentando'), ('acertando', 'acertou', 'dormiu', 'dormindo'), ('acertando', 'acertou', 'gastou', 'gastando'), ('acertando', 'acertou', 'nadou', 'nadando'), ('acertando', 'acertou', 'tirou', 'tirando'), ('acertando', 'acertou', 'pensou', 'pensando'), ('acertando', 'acertou', 'desapareceu', 'desaparecendo'), ('acertando', 'acertou', 'andou', 'andando'), ('acertando', 'acertou', 'escreveu', 'escrevendo'), ('acertando', 'acertou', 'dançou', 'dançando'), ('acertando', 'acertou', 'diminuiu', 'diminuindo'), ('acertando', 'acertou', 'descreveu', 'descrevendo'), ('acertando', 'acertou', 'melhorou', 'melhorando'), ('acertando', 'acertou', 'alimentou', 'alimentando'), ('acertando', 'acertou', 'voou', 'voando'), ('acertando', 'acertou', 'gerou', 'gerando'), ('acertando', 'acertou', 'escondeu', 'escondendo'), ('implementando', 'implementou', 'aumentou', 'aumentando'), ('implementando', 'implementou', 'saltou', 'saltando'), ('implementando', 'implementou', 'ouviu', 'ouvindo'), ('implementando', 'implementou', 'moveu', 'movendo'), ('implementando', 'implementou', 'jogou', 'jogando'), ('implementando', 'implementou', 'previu', 'prevendo'), ('implementando', 'implementou', 'ler', 'lendo'), ('implementando', 'implementou', 'correu', 'correndo'), ('implementando', 'implementou', 'disse', 'dizendo'), ('implementando', 'implementou', 'gritou', 'gritando'), ('implementando', 'implementou', 'viu', 'vendo'), ('implementando', 'implementou', 'vendeu', 'vendendo'), ('implementando', 'implementou', 'encolheu', 'encolhendo'), ('implementando', 'implementou', 'cantou', 'cantando'), ('implementando', 'implementou', 'sentou', 'sentando'), ('implementando', 'implementou', 'dormiu', 'dormindo'), ('implementando', 'implementou', 'gastou', 'gastando'), ('implementando', 'implementou', 'nadou', 'nadando'), ('implementando', 'implementou', 'tirou', 'tirando'), ('implementando', 'implementou', 'pensou', 'pensando'), ('implementando', 'implementou', 'andou', 'andando'), ('implementando', 'implementou', 'escreveu', 'escrevendo'), ('implementando', 'implementou', 'dançou', 'dançando'), ('implementando', 'implementou', 'diminuiu', 'diminuindo'), ('implementando', 'implementou', 'descreveu', 'descrevendo'), ('implementando', 'implementou', 'melhorou', 'melhorando'), ('implementando', 'implementou', 'alimentou', 'alimentando'), ('implementando', 'implementou', 'voou', 'voando'), ('implementando', 'implementou', 'gerou', 'gerando'), ('implementando', 'implementou', 'escondeu', 'escondendo'), ('implementando', 'implementou', 'acertou', 'acertando'), ('aumentando', 'aumentou', 'saltou', 'saltando'), ('aumentando', 'aumentou', 'conheceu', 'conhecendo'), ('aumentando', 'aumentou', 'ouviu', 'ouvindo'), ('aumentando', 'aumentou', 'moveu', 'movendo'), ('aumentando', 'aumentou', 'jogou', 'jogando'), ('aumentando', 'aumentou', 'previu', 'prevendo'), ('aumentando', 'aumentou', 'ler', 'lendo'), ('aumentando', 'aumentou', 'correu', 'correndo'), ('aumentando', 'aumentou', 'gritou', 'gritando'), ('aumentando', 'aumentou', 'viu', 'vendo'), ('aumentando', 'aumentou', 'vendeu', 'vendendo'), ('aumentando', 'aumentou', 'encolheu', 'encolhendo'), ('aumentando', 'aumentou', 'cantou', 'cantando'), ('aumentando', 'aumentou', 'sentou', 'sentando'), ('aumentando', 'aumentou', 'dormiu', 'dormindo'), ('aumentando', 'aumentou', 'gastou', 'gastando'), ('aumentando', 'aumentou', 'tirou', 'tirando'), ('aumentando', 'aumentou', 'pensou', 'pensando'), ('aumentando', 'aumentou', 'desapareceu', 'desaparecendo'), ('aumentando', 'aumentou', 'andou', 'andando'), ('aumentando', 'aumentou', 'escreveu', 'escrevendo'), ('aumentando', 'aumentou', 'dançou', 'dançando'), ('aumentando', 'aumentou', 'diminuiu', 'diminuindo'), ('aumentando', 'aumentou', 'descreveu', 'descrevendo'), ('aumentando', 'aumentou', 'melhorou', 'melhorando'), ('aumentando', 'aumentou', 'alimentou', 'alimentando'), ('aumentando', 'aumentou', 'voou', 'voando'), ('aumentando', 'aumentou', 'gerou', 'gerando'), ('aumentando', 'aumentou', 'escondeu', 'escondendo'), ('aumentando', 'aumentou', 'acertou', 'acertando'), ('aumentando', 'aumentou', 'implementou', 'implementando'), ('saltando', 'saltou', 'ouviu', 'ouvindo'), ('saltando', 'saltou', 'moveu', 'movendo'), ('saltando', 'saltou', 'jogou', 'jogando'), ('saltando', 'saltou', 'previu', 'prevendo'), ('saltando', 'saltou', 'ler', 'lendo'), ('saltando', 'saltou', 'correu', 'correndo'), ('saltando', 'saltou', 'gritou', 'gritando'), ('saltando', 'saltou', 'viu', 'vendo'), ('saltando', 'saltou', 'vendeu', 'vendendo'), ('saltando', 'saltou', 'encolheu', 'encolhendo'), ('saltando', 'saltou', 'cantou', 'cantando'), ('saltando', 'saltou', 'sentou', 'sentando'), ('saltando', 'saltou', 'dormiu', 'dormindo'), ('saltando', 'saltou', 'gastou', 'gastando'), ('saltando', 'saltou', 'nadou', 'nadando'), ('saltando', 'saltou', 'tirou', 'tirando'), ('saltando', 'saltou', 'pensou', 'pensando'), ('saltando', 'saltou', 'desapareceu', 'desaparecendo'), ('saltando', 'saltou', 'andou', 'andando'), ('saltando', 'saltou', 'escreveu', 'escrevendo'), ('saltando', 'saltou', 'dançou', 'dançando'), ('saltando', 'saltou', 'diminuiu', 'diminuindo'), ('saltando', 'saltou', 'descreveu', 'descrevendo'), ('saltando', 'saltou', 'melhorou', 'melhorando'), ('saltando', 'saltou', 'alimentou', 'alimentando'), ('saltando', 'saltou', 'voou', 'voando'), ('saltando', 'saltou', 'gerou', 'gerando'), ('saltando', 'saltou', 'acertou', 'acertando'), ('saltando', 'saltou', 'implementou', 'implementando'), ('saltando', 'saltou', 'aumentou', 'aumentando'), ('conhecendo', 'conheceu', 'ouviu', 'ouvindo'), ('conhecendo', 'conheceu', 'moveu', 'movendo'), ('conhecendo', 'conheceu', 'jogou', 'jogando'), ('conhecendo', 'conheceu', 'previu', 'prevendo'), ('conhecendo', 'conheceu', 'ler', 'lendo'), ('conhecendo', 'conheceu', 'gritou', 'gritando'), ('conhecendo', 'conheceu', 'viu', 'vendo'), ('conhecendo', 'conheceu', 'vendeu', 'vendendo'), ('conhecendo', 'conheceu', 'encolheu', 'encolhendo'), ('conhecendo', 'conheceu', 'cantou', 'cantando'), ('conhecendo', 'conheceu', 'gastou', 'gastando'), ('conhecendo', 'conheceu', 'tirou', 'tirando'), ('conhecendo', 'conheceu', 'pensou', 'pensando'), ('conhecendo', 'conheceu', 'desapareceu', 'desaparecendo'), ('conhecendo', 'conheceu', 'escreveu', 'escrevendo'), ('conhecendo', 'conheceu', 'diminuiu', 'diminuindo'), ('conhecendo', 'conheceu', 'descreveu', 'descrevendo'), ('conhecendo', 'conheceu', 'melhorou', 'melhorando'), ('conhecendo', 'conheceu', 'alimentou', 'alimentando'), ('conhecendo', 'conheceu', 'voou', 'voando'), ('conhecendo', 'conheceu', 'gerou', 'gerando'), ('conhecendo', 'conheceu', 'acertou', 'acertando'), ('conhecendo', 'conheceu', 'implementou', 'implementando'), ('conhecendo', 'conheceu', 'aumentou', 'aumentando'), ('conhecendo', 'conheceu', 'saltou', 'saltando'), ('ouvindo', 'ouviu', 'moveu', 'movendo'), ('ouvindo', 'ouviu', 'jogou', 'jogando'), ('ouvindo', 'ouviu', 'previu', 'prevendo'), ('ouvindo', 'ouviu', 'ler', 'lendo'), ('ouvindo', 'ouviu', 'correu', 'correndo'), ('ouvindo', 'ouviu', 'gritou', 'gritando'), ('ouvindo', 'ouviu', 'viu', 'vendo'), ('ouvindo', 'ouviu', 'vendeu', 'vendendo'), ('ouvindo', 'ouviu', 'encolheu', 'encolhendo'), ('ouvindo', 'ouviu', 'cantou', 'cantando'), ('ouvindo', 'ouviu', 'sentou', 'sentando'), ('ouvindo', 'ouviu', 'dormiu', 'dormindo'), ('ouvindo', 'ouviu', 'gastou', 'gastando'), ('ouvindo', 'ouviu', 'nadou', 'nadando'), ('ouvindo', 'ouviu', 'tirou', 'tirando'), ('ouvindo', 'ouviu', 'pensou', 'pensando'), ('ouvindo', 'ouviu', 'escreveu', 'escrevendo'), ('ouvindo', 'ouviu', 'dançou', 'dançando'), ('ouvindo', 'ouviu', 'diminuiu', 'diminuindo'), ('ouvindo', 'ouviu', 'descreveu', 'descrevendo'), ('ouvindo', 'ouviu', 'melhorou', 'melhorando'), ('ouvindo', 'ouviu', 'voou', 'voando'), ('ouvindo', 'ouviu', 'gerou', 'gerando'), ('ouvindo', 'ouviu', 'escondeu', 'escondendo'), ('ouvindo', 'ouviu', 'acertou', 'acertando'), ('ouvindo', 'ouviu', 'implementou', 'implementando'), ('ouvindo', 'ouviu', 'aumentou', 'aumentando'), ('ouvindo', 'ouviu', 'saltou', 'saltando'), ('vendo', 'olhou', 'jogou', 'jogando'), ('vendo', 'olhou', 'ler', 'lendo'), ('vendo', 'olhou', 'gritou', 'gritando'), ('vendo', 'olhou', 'viu', 'vendo'), ('vendo', 'olhou', 'vendeu', 'vendendo'), ('vendo', 'olhou', 'encolheu', 'encolhendo'), ('vendo', 'olhou', 'cantou', 'cantando'), ('vendo', 'olhou', 'sentou', 'sentando'), ('vendo', 'olhou', 'gastou', 'gastando'), ('vendo', 'olhou', 'tirou', 'tirando'), ('vendo', 'olhou', 'pensou', 'pensando'), ('vendo', 'olhou', 'escreveu', 'escrevendo'), ('vendo', 'olhou', 'diminuiu', 'diminuindo'), ('vendo', 'olhou', 'descreveu', 'descrevendo'), ('vendo', 'olhou', 'melhorou', 'melhorando'), ('vendo', 'olhou', 'alimentou', 'alimentando'), ('vendo', 'olhou', 'acertou', 'acertando'), ('vendo', 'olhou', 'aumentou', 'aumentando'), ('vendo', 'olhou', 'ouviu', 'ouvindo'), ('movendo', 'moveu', 'jogou', 'jogando'), ('movendo', 'moveu', 'previu', 'prevendo'), ('movendo', 'moveu', 'ler', 'lendo'), ('movendo', 'moveu', 'correu', 'correndo'), ('movendo', 'moveu', 'gritou', 'gritando'), ('movendo', 'moveu', 'vendeu', 'vendendo'), ('movendo', 'moveu', 'encolheu', 'encolhendo'), ('movendo', 'moveu', 'cantou', 'cantando'), ('movendo', 'moveu', 'sentou', 'sentando'), ('movendo', 'moveu', 'dormiu', 'dormindo'), ('movendo', 'moveu', 'gastou', 'gastando'), ('movendo', 'moveu', 'tirou', 'tirando'), ('movendo', 'moveu', 'pensou', 'pensando'), ('movendo', 'moveu', 'desapareceu', 'desaparecendo'), ('movendo', 'moveu', 'andou', 'andando'), ('movendo', 'moveu', 'escreveu', 'escrevendo'), ('movendo', 'moveu', 'dançou', 'dançando'), ('movendo', 'moveu', 'diminuiu', 'diminuindo'), ('movendo', 'moveu', 'descreveu', 'descrevendo'), ('movendo', 'moveu', 'melhorou', 'melhorando'), ('movendo', 'moveu', 'alimentou', 'alimentando'), ('movendo', 'moveu', 'voou', 'voando'), ('movendo', 'moveu', 'gerou', 'gerando'), ('movendo', 'moveu', 'escondeu', 'escondendo'), ('movendo', 'moveu', 'acertou', 'acertando'), ('movendo', 'moveu', 'implementou', 'implementando'), ('movendo', 'moveu', 'aumentou', 'aumentando'), ('movendo', 'moveu', 'saltou', 'saltando'), ('movendo', 'moveu', 'ouviu', 'ouvindo'), ('jogando', 'pagou', 'jogou', 'jogando'), ('jogando', 'pagou', 'ler', 'lendo'), ('jogando', 'pagou', 'correu', 'correndo'), ('jogando', 'pagou', 'gritou', 'gritando'), ('jogando', 'pagou', 'viu', 'vendo'), ('jogando', 'pagou', 'vendeu', 'vendendo'), ('jogando', 'pagou', 'encolheu', 'encolhendo'), ('jogando', 'pagou', 'cantou', 'cantando'), ('jogando', 'pagou', 'sentou', 'sentando'), ('jogando', 'pagou', 'dormiu', 'dormindo'), ('jogando', 'pagou', 'gastou', 'gastando'), ('jogando', 'pagou', 'nadou', 'nadando'), ('jogando', 'pagou', 'tirou', 'tirando'), ('jogando', 'pagou', 'pensou', 'pensando'), ('jogando', 'pagou', 'andou', 'andando'), ('jogando', 'pagou', 'escreveu', 'escrevendo'), ('jogando', 'pagou', 'dançou', 'dançando'), ('jogando', 'pagou', 'diminuiu', 'diminuindo'), ('jogando', 'pagou', 'descreveu', 'descrevendo'), ('jogando', 'pagou', 'melhorou', 'melhorando'), ('jogando', 'pagou', 'alimentou', 'alimentando'), ('jogando', 'pagou', 'voou', 'voando'), ('jogando', 'pagou', 'gerou', 'gerando'), ('jogando', 'pagou', 'acertou', 'acertando'), ('jogando', 'pagou', 'implementou', 'implementando'), ('jogando', 'pagou', 'aumentou', 'aumentando'), ('jogando', 'pagou', 'saltou', 'saltando'), ('jogando', 'pagou', 'ouviu', 'ouvindo'), ('jogando', 'pagou', 'moveu', 'movendo'), ('jogando', 'jogou', 'previu', 'prevendo'), ('jogando', 'jogou', 'ler', 'lendo'), ('jogando', 'jogou', 'correu', 'correndo'), ('jogando', 'jogou', 'gritou', 'gritando'), ('jogando', 'jogou', 'viu', 'vendo'), ('jogando', 'jogou', 'vendeu', 'vendendo'), ('jogando', 'jogou', 'encolheu', 'encolhendo'), ('jogando', 'jogou', 'cantou', 'cantando'), ('jogando', 'jogou', 'sentou', 'sentando'), ('jogando', 'jogou', 'dormiu', 'dormindo'), ('jogando', 'jogou', 'gastou', 'gastando'), ('jogando', 'jogou', 'nadou', 'nadando'), ('jogando', 'jogou', 'tirou', 'tirando'), ('jogando', 'jogou', 'pensou', 'pensando'), ('jogando', 'jogou', 'desapareceu', 'desaparecendo'), ('jogando', 'jogou', 'andou', 'andando'), ('jogando', 'jogou', 'escreveu', 'escrevendo'), ('jogando', 'jogou', 'dançou', 'dançando'), ('jogando', 'jogou', 'diminuiu', 'diminuindo'), ('jogando', 'jogou', 'descreveu', 'descrevendo'), ('jogando', 'jogou', 'melhorou', 'melhorando'), ('jogando', 'jogou', 'alimentou', 'alimentando'), ('jogando', 'jogou', 'voou', 'voando'), ('jogando', 'jogou', 'gerou', 'gerando'), ('jogando', 'jogou', 'escondeu', 'escondendo'), ('jogando', 'jogou', 'acertou', 'acertando'), ('jogando', 'jogou', 'implementou', 'implementando'), ('jogando', 'jogou', 'aumentou', 'aumentando'), ('jogando', 'jogou', 'saltou', 'saltando'), ('jogando', 'jogou', 'ouviu', 'ouvindo'), ('jogando', 'jogou', 'moveu', 'movendo'), ('jogando', 'jogou', 'pagou', 'jogando'), ('prevendo', 'previu', 'ler', 'lendo'), ('prevendo', 'previu', 'correu', 'correndo'), ('prevendo', 'previu', 'gritou', 'gritando'), ('prevendo', 'previu', 'viu', 'vendo'), ('prevendo', 'previu', 'vendeu', 'vendendo'), ('prevendo', 'previu', 'encolheu', 'encolhendo'), ('prevendo', 'previu', 'cantou', 'cantando'), ('prevendo', 'previu', 'sentou', 'sentando'), ('prevendo', 'previu', 'dormiu', 'dormindo'), ('prevendo', 'previu', 'gastou', 'gastando'), ('prevendo', 'previu', 'tirou', 'tirando'), ('prevendo', 'previu', 'pensou', 'pensando'), ('prevendo', 'previu', 'escreveu', 'escrevendo'), ('prevendo', 'previu', 'dançou', 'dançando'), ('prevendo', 'previu', 'diminuiu', 'diminuindo'), ('prevendo', 'previu', 'descreveu', 'descrevendo'), ('prevendo', 'previu', 'melhorou', 'melhorando'), ('prevendo', 'previu', 'alimentou', 'alimentando'), ('prevendo', 'previu', 'voou', 'voando'), ('prevendo', 'previu', 'gerou', 'gerando'), ('prevendo', 'previu', 'acertou', 'acertando'), ('prevendo', 'previu', 'implementou', 'implementando'), ('prevendo', 'previu', 'aumentou', 'aumentando'), ('prevendo', 'previu', 'saltou', 'saltando'), ('prevendo', 'previu', 'ouviu', 'ouvindo'), ('prevendo', 'previu', 'moveu', 'movendo'), ('prevendo', 'previu', 'jogou', 'jogando'), ('lendo', 'ler', 'gritou', 'gritando'), ('lendo', 'ler', 'viu', 'vendo'), ('lendo', 'ler', 'vendeu', 'vendendo'), ('lendo', 'ler', 'encolheu', 'encolhendo'), ('lendo', 'ler', 'cantou', 'cantando'), ('lendo', 'ler', 'sentou', 'sentando'), ('lendo', 'ler', 'dormiu', 'dormindo'), ('lendo', 'ler', 'gastou', 'gastando'), ('lendo', 'ler', 'tirou', 'tirando'), ('lendo', 'ler', 'pensou', 'pensando'), ('lendo', 'ler', 'escreveu', 'escrevendo'), ('lendo', 'ler', 'dançou', 'dançando'), ('lendo', 'ler', 'descreveu', 'descrevendo'), ('lendo', 'ler', 'melhorou', 'melhorando'), ('lendo', 'ler', 'alimentou', 'alimentando'), ('lendo', 'ler', 'voou', 'voando'), ('lendo', 'ler', 'escondeu', 'escondendo'), ('lendo', 'ler', 'acertou', 'acertando'), ('lendo', 'ler', 'implementou', 'implementando'), ('lendo', 'ler', 'aumentou', 'aumentando'), ('lendo', 'ler', 'saltou', 'saltando'), ('lendo', 'ler', 'ouviu', 'ouvindo'), ('lendo', 'ler', 'moveu', 'movendo'), ('lendo', 'ler', 'jogou', 'jogando'), ('correndo', 'correu', 'gritou', 'gritando'), ('correndo', 'correu', 'viu', 'vendo'), ('correndo', 'correu', 'vendeu', 'vendendo'), ('correndo', 'correu', 'encolheu', 'encolhendo'), ('correndo', 'correu', 'cantou', 'cantando'), ('correndo', 'correu', 'sentou', 'sentando'), ('correndo', 'correu', 'dormiu', 'dormindo'), ('correndo', 'correu', 'gastou', 'gastando'), ('correndo', 'correu', 'nadou', 'nadando'), ('correndo', 'correu', 'tirou', 'tirando'), ('correndo', 'correu', 'pensou', 'pensando'), ('correndo', 'correu', 'desapareceu', 'desaparecendo'), ('correndo', 'correu', 'andou', 'andando'), ('correndo', 'correu', 'escreveu', 'escrevendo'), ('correndo', 'correu', 'dançou', 'dançando'), ('correndo', 'correu', 'diminuiu', 'diminuindo'), ('correndo', 'correu', 'descreveu', 'descrevendo'), ('correndo', 'correu', 'melhorou', 'melhorando'), ('correndo', 'correu', 'alimentou', 'alimentando'), ('correndo', 'correu', 'voou', 'voando'), ('correndo', 'correu', 'gerou', 'gerando'), ('correndo', 'correu', 'escondeu', 'escondendo'), ('correndo', 'correu', 'acertou', 'acertando'), ('correndo', 'correu', 'implementou', 'implementando'), ('correndo', 'correu', 'aumentou', 'aumentando'), ('correndo', 'correu', 'saltou', 'saltando'), ('correndo', 'correu', 'ouviu', 'ouvindo'), ('correndo', 'correu', 'moveu', 'movendo'), ('correndo', 'correu', 'jogou', 'jogando'), ('correndo', 'correu', 'previu', 'prevendo'), ('correndo', 'correu', 'ler', 'lendo'), ('dizendo', 'disse', 'gritou', 'gritando'), ('dizendo', 'disse', 'viu', 'vendo'), ('dizendo', 'disse', 'vendeu', 'vendendo'), ('dizendo', 'disse', 'encolheu', 'encolhendo'), ('dizendo', 'disse', 'cantou', 'cantando'), ('dizendo', 'disse', 'sentou', 'sentando'), ('dizendo', 'disse', 'gastou', 'gastando'), ('dizendo', 'disse', 'tirou', 'tirando'), ('dizendo', 'disse', 'pensou', 'pensando'), ('dizendo', 'disse', 'escreveu', 'escrevendo'), ('dizendo', 'disse', 'dançou', 'dançando'), ('dizendo', 'disse', 'descreveu', 'descrevendo'), ('dizendo', 'disse', 'melhorou', 'melhorando'), ('dizendo', 'disse', 'voou', 'voando'), ('dizendo', 'disse', 'acertou', 'acertando'), ('dizendo', 'disse', 'saltou', 'saltando'), ('dizendo', 'disse', 'ouviu', 'ouvindo'), ('dizendo', 'disse', 'jogou', 'jogando'), ('dizendo', 'disse', 'ler', 'lendo'), ('gritando', 'gritou', 'vendeu', 'vendendo'), ('gritando', 'gritou', 'encolheu', 'encolhendo'), ('gritando', 'gritou', 'cantou', 'cantando'), ('gritando', 'gritou', 'sentou', 'sentando'), ('gritando', 'gritou', 'dormiu', 'dormindo'), ('gritando', 'gritou', 'gastou', 'gastando'), ('gritando', 'gritou', 'nadou', 'nadando'), ('gritando', 'gritou', 'tirou', 'tirando'), ('gritando', 'gritou', 'pensou', 'pensando'), ('gritando', 'gritou', 'escreveu', 'escrevendo'), ('gritando', 'gritou', 'dançou', 'dançando'), ('gritando', 'gritou', 'descreveu', 'descrevendo'), ('gritando', 'gritou', 'melhorou', 'melhorando'), ('gritando', 'gritou', 'alimentou', 'alimentando'), ('gritando', 'gritou', 'voou', 'voando'), ('gritando', 'gritou', 'gerou', 'gerando'), ('gritando', 'gritou', 'escondeu', 'escondendo'), ('gritando', 'gritou', 'acertou', 'acertando'), ('gritando', 'gritou', 'implementou', 'implementando'), ('gritando', 'gritou', 'aumentou', 'aumentando'), ('gritando', 'gritou', 'saltou', 'saltando'), ('gritando', 'gritou', 'ouviu', 'ouvindo'), ('gritando', 'gritou', 'moveu', 'movendo'), ('gritando', 'gritou', 'jogou', 'jogando'), ('gritando', 'gritou', 'previu', 'prevendo'), ('gritando', 'gritou', 'ler', 'lendo'), ('gritando', 'gritou', 'correu', 'correndo'), ('vendo', 'viu', 'vendeu', 'vendendo'), ('vendo', 'viu', 'encolheu', 'encolhendo'), ('vendo', 'viu', 'cantou', 'cantando'), ('vendo', 'viu', 'sentou', 'sentando'), ('vendo', 'viu', 'dormiu', 'dormindo'), ('vendo', 'viu', 'gastou', 'gastando'), ('vendo', 'viu', 'tirou', 'tirando'), ('vendo', 'viu', 'pensou', 'pensando'), ('vendo', 'viu', 'escreveu', 'escrevendo'), ('vendo', 'viu', 'diminuiu', 'diminuindo'), ('vendo', 'viu', 'descreveu', 'descrevendo'), ('vendo', 'viu', 'melhorou', 'melhorando'), ('vendo', 'viu', 'voou', 'voando'), ('vendo', 'viu', 'gerou', 'gerando'), ('vendo', 'viu', 'escondeu', 'escondendo'), ('vendo', 'viu', 'acertou', 'acertando'), ('vendo', 'viu', 'implementou', 'implementando'), ('vendo', 'viu', 'aumentou', 'aumentando'), ('vendo', 'viu', 'saltou', 'saltando'), ('vendo', 'viu', 'ouviu', 'ouvindo'), ('vendo', 'viu', 'olhou', 'vendo'), ('vendo', 'viu', 'moveu', 'movendo'), ('vendo', 'viu', 'jogou', 'jogando'), ('vendo', 'viu', 'previu', 'prevendo'), ('vendo', 'viu', 'ler', 'lendo'), ('vendo', 'viu', 'disse', 'dizendo'), ('vendo', 'viu', 'gritou', 'gritando'), ('vendendo', 'vendeu', 'encolheu', 'encolhendo'), ('vendendo', 'vendeu', 'cantou', 'cantando'), ('vendendo', 'vendeu', 'sentou', 'sentando'), ('vendendo', 'vendeu', 'dormiu', 'dormindo'), ('vendendo', 'vendeu', 'gastou', 'gastando'), ('vendendo', 'vendeu', 'nadou', 'nadando'), ('vendendo', 'vendeu', 'tirou', 'tirando'), ('vendendo', 'vendeu', 'pensou', 'pensando'), ('vendendo', 'vendeu', 'desapareceu', 'desaparecendo'), ('vendendo', 'vendeu', 'andou', 'andando'), ('vendendo', 'vendeu', 'escreveu', 'escrevendo'), ('vendendo', 'vendeu', 'dançou', 'dançando'), ('vendendo', 'vendeu', 'diminuiu', 'diminuindo'), ('vendendo', 'vendeu', 'descreveu', 'descrevendo'), ('vendendo', 'vendeu', 'melhorou', 'melhorando'), ('vendendo', 'vendeu', 'alimentou', 'alimentando'), ('vendendo', 'vendeu', 'voou', 'voando'), ('vendendo', 'vendeu', 'gerou', 'gerando'), ('vendendo', 'vendeu', 'escondeu', 'escondendo'), ('vendendo', 'vendeu', 'acertou', 'acertando'), ('vendendo', 'vendeu', 'implementou', 'implementando'), ('vendendo', 'vendeu', 'aumentou', 'aumentando'), ('vendendo', 'vendeu', 'saltou', 'saltando'), ('vendendo', 'vendeu', 'ouviu', 'ouvindo'), ('vendendo', 'vendeu', 'moveu', 'movendo'), ('vendendo', 'vendeu', 'jogou', 'jogando'), ('vendendo', 'vendeu', 'previu', 'prevendo'), ('vendendo', 'vendeu', 'ler', 'lendo'), ('vendendo', 'vendeu', 'correu', 'correndo'), ('vendendo', 'vendeu', 'gritou', 'gritando'), ('vendendo', 'vendeu', 'viu', 'vendo'), ('encolhendo', 'encolheu', 'cantou', 'cantando'), ('encolhendo', 'encolheu', 'sentou', 'sentando'), ('encolhendo', 'encolheu', 'dormiu', 'dormindo'), ('encolhendo', 'encolheu', 'gastou', 'gastando'), ('encolhendo', 'encolheu', 'nadou', 'nadando'), ('encolhendo', 'encolheu', 'tirou', 'tirando'), ('encolhendo', 'encolheu', 'pensou', 'pensando'), ('encolhendo', 'encolheu', 'desapareceu', 'desaparecendo'), ('encolhendo', 'encolheu', 'andou', 'andando'), ('encolhendo', 'encolheu', 'escreveu', 'escrevendo'), ('encolhendo', 'encolheu', 'dançou', 'dançando'), ('encolhendo', 'encolheu', 'diminuiu', 'diminuindo'), ('encolhendo', 'encolheu', 'descreveu', 'descrevendo'), ('encolhendo', 'encolheu', 'melhorou', 'melhorando'), ('encolhendo', 'encolheu', 'alimentou', 'alimentando'), ('encolhendo', 'encolheu', 'voou', 'voando'), ('encolhendo', 'encolheu', 'gerou', 'gerando'), ('encolhendo', 'encolheu', 'escondeu', 'escondendo'), ('encolhendo', 'encolheu', 'acertou', 'acertando'), ('encolhendo', 'encolheu', 'implementou', 'implementando'), ('encolhendo', 'encolheu', 'aumentou', 'aumentando'), ('encolhendo', 'encolheu', 'saltou', 'saltando'), ('encolhendo', 'encolheu', 'ouviu', 'ouvindo'), ('encolhendo', 'encolheu', 'moveu', 'movendo'), ('encolhendo', 'encolheu', 'jogou', 'jogando'), ('encolhendo', 'encolheu', 'previu', 'prevendo'), ('encolhendo', 'encolheu', 'ler', 'lendo'), ('encolhendo', 'encolheu', 'correu', 'correndo'), ('encolhendo', 'encolheu', 'gritou', 'gritando'), ('encolhendo', 'encolheu', 'viu', 'vendo'), ('encolhendo', 'encolheu', 'vendeu', 'vendendo'), ('cantando', 'cantou', 'sentou', 'sentando'), ('cantando', 'cantou', 'dormiu', 'dormindo'), ('cantando', 'cantou', 'gastou', 'gastando'), ('cantando', 'cantou', 'nadou', 'nadando'), ('cantando', 'cantou', 'tirou', 'tirando'), ('cantando', 'cantou', 'pensou', 'pensando'), ('cantando', 'cantou', 'desapareceu', 'desaparecendo'), ('cantando', 'cantou', 'andou', 'andando'), ('cantando', 'cantou', 'escreveu', 'escrevendo'), ('cantando', 'cantou', 'dançou', 'dançando'), ('cantando', 'cantou', 'diminuiu', 'diminuindo'), ('cantando', 'cantou', 'descreveu', 'descrevendo'), ('cantando', 'cantou', 'melhorou', 'melhorando'), ('cantando', 'cantou', 'alimentou', 'alimentando'), ('cantando', 'cantou', 'voou', 'voando'), ('cantando', 'cantou', 'gerou', 'gerando'), ('cantando', 'cantou', 'acertou', 'acertando'), ('cantando', 'cantou', 'implementou', 'implementando'), ('cantando', 'cantou', 'aumentou', 'aumentando'), ('cantando', 'cantou', 'saltou', 'saltando'), ('cantando', 'cantou', 'ouviu', 'ouvindo'), ('cantando', 'cantou', 'moveu', 'movendo'), ('cantando', 'cantou', 'jogou', 'jogando'), ('cantando', 'cantou', 'previu', 'prevendo'), ('cantando', 'cantou', 'ler', 'lendo'), ('cantando', 'cantou', 'correu', 'correndo'), ('cantando', 'cantou', 'gritou', 'gritando'), ('cantando', 'cantou', 'viu', 'vendo'), ('cantando', 'cantou', 'vendeu', 'vendendo'), ('cantando', 'cantou', 'encolheu', 'encolhendo'), ('sentando', 'sentou', 'dormiu', 'dormindo'), ('sentando', 'sentou', 'gastou', 'gastando'), ('sentando', 'sentou', 'nadou', 'nadando'), ('sentando', 'sentou', 'tirou', 'tirando'), ('sentando', 'sentou', 'pensou', 'pensando'), ('sentando', 'sentou', 'desapareceu', 'desaparecendo'), ('sentando', 'sentou', 'andou', 'andando'), ('sentando', 'sentou', 'escreveu', 'escrevendo'), ('sentando', 'sentou', 'dançou', 'dançando'), ('sentando', 'sentou', 'diminuiu', 'diminuindo'), ('sentando', 'sentou', 'descreveu', 'descrevendo'), ('sentando', 'sentou', 'melhorou', 'melhorando'), ('sentando', 'sentou', 'alimentou', 'alimentando'), ('sentando', 'sentou', 'voou', 'voando'), ('sentando', 'sentou', 'gerou', 'gerando'), ('sentando', 'sentou', 'escondeu', 'escondendo'), ('sentando', 'sentou', 'acertou', 'acertando'), ('sentando', 'sentou', 'implementou', 'implementando'), ('sentando', 'sentou', 'aumentou', 'aumentando'), ('sentando', 'sentou', 'saltou', 'saltando'), ('sentando', 'sentou', 'ouviu', 'ouvindo'), ('sentando', 'sentou', 'moveu', 'movendo'), ('sentando', 'sentou', 'jogou', 'jogando'), ('sentando', 'sentou', 'previu', 'prevendo'), ('sentando', 'sentou', 'ler', 'lendo'), ('sentando', 'sentou', 'correu', 'correndo'), ('sentando', 'sentou', 'gritou', 'gritando'), ('sentando', 'sentou', 'viu', 'vendo'), ('sentando', 'sentou', 'vendeu', 'vendendo'), ('sentando', 'sentou', 'encolheu', 'encolhendo'), ('sentando', 'sentou', 'cantou', 'cantando'), ('dormindo', 'dormiu', 'gastou', 'gastando'), ('dormindo', 'dormiu', 'nadou', 'nadando'), ('dormindo', 'dormiu', 'tirou', 'tirando'), ('dormindo', 'dormiu', 'pensou', 'pensando'), ('dormindo', 'dormiu', 'desapareceu', 'desaparecendo'), ('dormindo', 'dormiu', 'andou', 'andando'), ('dormindo', 'dormiu', 'escreveu', 'escrevendo'), ('dormindo', 'dormiu', 'dançou', 'dançando'), ('dormindo', 'dormiu', 'diminuiu', 'diminuindo'), ('dormindo', 'dormiu', 'descreveu', 'descrevendo'), ('dormindo', 'dormiu', 'melhorou', 'melhorando'), ('dormindo', 'dormiu', 'alimentou', 'alimentando'), ('dormindo', 'dormiu', 'voou', 'voando'), ('dormindo', 'dormiu', 'gerou', 'gerando'), ('dormindo', 'dormiu', 'escondeu', 'escondendo'), ('dormindo', 'dormiu', 'acertou', 'acertando'), ('dormindo', 'dormiu', 'implementou', 'implementando'), ('dormindo', 'dormiu', 'aumentou', 'aumentando'), ('dormindo', 'dormiu', 'saltou', 'saltando'), ('dormindo', 'dormiu', 'ouviu', 'ouvindo'), ('dormindo', 'dormiu', 'moveu', 'movendo'), ('dormindo', 'dormiu', 'jogou', 'jogando'), ('dormindo', 'dormiu', 'previu', 'prevendo'), ('dormindo', 'dormiu', 'ler', 'lendo'), ('dormindo', 'dormiu', 'correu', 'correndo'), ('dormindo', 'dormiu', 'gritou', 'gritando'), ('dormindo', 'dormiu', 'viu', 'vendo'), ('dormindo', 'dormiu', 'vendeu', 'vendendo'), ('dormindo', 'dormiu', 'encolheu', 'encolhendo'), ('dormindo', 'dormiu', 'cantou', 'cantando'), ('dormindo', 'dormiu', 'sentou', 'sentando'), ('gastando', 'gastou', 'tirou', 'tirando'), ('gastando', 'gastou', 'pensou', 'pensando'), ('gastando', 'gastou', 'desapareceu', 'desaparecendo'), ('gastando', 'gastou', 'andou', 'andando'), ('gastando', 'gastou', 'escreveu', 'escrevendo'), ('gastando', 'gastou', 'dançou', 'dançando'), ('gastando', 'gastou', 'diminuiu', 'diminuindo'), ('gastando', 'gastou', 'descreveu', 'descrevendo'), ('gastando', 'gastou', 'melhorou', 'melhorando'), ('gastando', 'gastou', 'alimentou', 'alimentando'), ('gastando', 'gastou', 'voou', 'voando'), ('gastando', 'gastou', 'gerou', 'gerando'), ('gastando', 'gastou', 'escondeu', 'escondendo'), ('gastando', 'gastou', 'acertou', 'acertando'), ('gastando', 'gastou', 'implementou', 'implementando'), ('gastando', 'gastou', 'aumentou', 'aumentando'), ('gastando', 'gastou', 'saltou', 'saltando'), ('gastando', 'gastou', 'ouviu', 'ouvindo'), ('gastando', 'gastou', 'moveu', 'movendo'), ('gastando', 'gastou', 'jogou', 'jogando'), ('gastando', 'gastou', 'previu', 'prevendo'), ('gastando', 'gastou', 'ler', 'lendo'), ('gastando', 'gastou', 'correu', 'correndo'), ('gastando', 'gastou', 'gritou', 'gritando'), ('gastando', 'gastou', 'viu', 'vendo'), ('gastando', 'gastou', 'vendeu', 'vendendo'), ('gastando', 'gastou', 'encolheu', 'encolhendo'), ('gastando', 'gastou', 'cantou', 'cantando'), ('gastando', 'gastou', 'sentou', 'sentando'), ('gastando', 'gastou', 'dormiu', 'dormindo'), ('golpeando', 'golpeou', 'tirou', 'tirando'), ('golpeando', 'golpeou', 'pensou', 'pensando'), ('golpeando', 'golpeou', 'desapareceu', 'desaparecendo'), ('golpeando', 'golpeou', 'escreveu', 'escrevendo'), ('golpeando', 'golpeou', 'dançou', 'dançando'), ('golpeando', 'golpeou', 'diminuiu', 'diminuindo'), ('golpeando', 'golpeou', 'descreveu', 'descrevendo'), ('golpeando', 'golpeou', 'melhorou', 'melhorando'), ('golpeando', 'golpeou', 'alimentou', 'alimentando'), ('golpeando', 'golpeou', 'voou', 'voando'), ('golpeando', 'golpeou', 'gerou', 'gerando'), ('golpeando', 'golpeou', 'acertou', 'acertando'), ('golpeando', 'golpeou', 'implementou', 'implementando'), ('golpeando', 'golpeou', 'aumentou', 'aumentando'), ('golpeando', 'golpeou', 'saltou', 'saltando'), ('golpeando', 'golpeou', 'ouviu', 'ouvindo'), ('golpeando', 'golpeou', 'moveu', 'movendo'), ('golpeando', 'golpeou', 'jogou', 'jogando'), ('golpeando', 'golpeou', 'previu', 'prevendo'), ('golpeando', 'golpeou', 'ler', 'lendo'), ('golpeando', 'golpeou', 'correu', 'correndo'), ('golpeando', 'golpeou', 'gritou', 'gritando'), ('golpeando', 'golpeou', 'viu', 'vendo'), ('golpeando', 'golpeou', 'vendeu', 'vendendo'), ('golpeando', 'golpeou', 'encolheu', 'encolhendo'), ('golpeando', 'golpeou', 'cantou', 'cantando'), ('golpeando', 'golpeou', 'sentou', 'sentando'), ('golpeando', 'golpeou', 'dormiu', 'dormindo'), ('golpeando', 'golpeou', 'gastou', 'gastando'), ('nadando', 'nadou', 'tirou', 'tirando'), ('nadando', 'nadou', 'pensou', 'pensando'), ('nadando', 'nadou', 'desapareceu', 'desaparecendo'), ('nadando', 'nadou', 'andou', 'andando'), ('nadando', 'nadou', 'escreveu', 'escrevendo'), ('nadando', 'nadou', 'dançou', 'dançando'), ('nadando', 'nadou', 'diminuiu', 'diminuindo'), ('nadando', 'nadou', 'descreveu', 'descrevendo'), ('nadando', 'nadou', 'melhorou', 'melhorando'), ('nadando', 'nadou', 'alimentou', 'alimentando'), ('nadando', 'nadou', 'voou', 'voando'), ('nadando', 'nadou', 'gerou', 'gerando'), ('nadando', 'nadou', 'escondeu', 'escondendo'), ('nadando', 'nadou', 'acertou', 'acertando'), ('nadando', 'nadou', 'implementou', 'implementando'), ('nadando', 'nadou', 'aumentou', 'aumentando'), ('nadando', 'nadou', 'saltou', 'saltando'), ('nadando', 'nadou', 'ouviu', 'ouvindo'), ('nadando', 'nadou', 'moveu', 'movendo'), ('nadando', 'nadou', 'jogou', 'jogando'), ('nadando', 'nadou', 'previu', 'prevendo'), ('nadando', 'nadou', 'ler', 'lendo'), ('nadando', 'nadou', 'correu', 'correndo'), ('nadando', 'nadou', 'gritou', 'gritando'), ('nadando', 'nadou', 'viu', 'vendo'), ('nadando', 'nadou', 'vendeu', 'vendendo'), ('nadando', 'nadou', 'encolheu', 'encolhendo'), ('nadando', 'nadou', 'cantou', 'cantando'), ('nadando', 'nadou', 'sentou', 'sentando'), ('nadando', 'nadou', 'dormiu', 'dormindo'), ('nadando', 'nadou', 'gastou', 'gastando'), ('tirando', 'tirou', 'pensou', 'pensando'), ('tirando', 'tirou', 'desapareceu', 'desaparecendo'), ('tirando', 'tirou', 'andou', 'andando'), ('tirando', 'tirou', 'escreveu', 'escrevendo'), ('tirando', 'tirou', 'dançou', 'dançando'), ('tirando', 'tirou', 'diminuiu', 'diminuindo'), ('tirando', 'tirou', 'descreveu', 'descrevendo'), ('tirando', 'tirou', 'melhorou', 'melhorando'), ('tirando', 'tirou', 'alimentou', 'alimentando'), ('tirando', 'tirou', 'voou', 'voando'), ('tirando', 'tirou', 'gerou', 'gerando'), ('tirando', 'tirou', 'escondeu', 'escondendo'), ('tirando', 'tirou', 'acertou', 'acertando'), ('tirando', 'tirou', 'implementou', 'implementando'), ('tirando', 'tirou', 'aumentou', 'aumentando'), ('tirando', 'tirou', 'saltou', 'saltando'), ('tirando', 'tirou', 'ouviu', 'ouvindo'), ('tirando', 'tirou', 'moveu', 'movendo'), ('tirando', 'tirou', 'jogou', 'jogando'), ('tirando', 'tirou', 'previu', 'prevendo'), ('tirando', 'tirou', 'ler', 'lendo'), ('tirando', 'tirou', 'correu', 'correndo'), ('tirando', 'tirou', 'gritou', 'gritando'), ('tirando', 'tirou', 'viu', 'vendo'), ('tirando', 'tirou', 'vendeu', 'vendendo'), ('tirando', 'tirou', 'encolheu', 'encolhendo'), ('tirando', 'tirou', 'cantou', 'cantando'), ('tirando', 'tirou', 'sentou', 'sentando'), ('tirando', 'tirou', 'dormiu', 'dormindo'), ('tirando', 'tirou', 'gastou', 'gastando'), ('tirando', 'tirou', 'nadou', 'nadando'), ('pensando', 'pensou', 'andou', 'andando'), ('pensando', 'pensou', 'escreveu', 'escrevendo'), ('pensando', 'pensou', 'diminuiu', 'diminuindo'), ('pensando', 'pensou', 'descreveu', 'descrevendo'), ('pensando', 'pensou', 'melhorou', 'melhorando'), ('pensando', 'pensou', 'alimentou', 'alimentando'), ('pensando', 'pensou', 'voou', 'voando'), ('pensando', 'pensou', 'gerou', 'gerando'), ('pensando', 'pensou', 'escondeu', 'escondendo'), ('pensando', 'pensou', 'acertou', 'acertando'), ('pensando', 'pensou', 'implementou', 'implementando'), ('pensando', 'pensou', 'aumentou', 'aumentando'), ('pensando', 'pensou', 'saltou', 'saltando'), ('pensando', 'pensou', 'ouviu', 'ouvindo'), ('pensando', 'pensou', 'moveu', 'movendo'), ('pensando', 'pensou', 'jogou', 'jogando'), ('pensando', 'pensou', 'previu', 'prevendo'), ('pensando', 'pensou', 'ler', 'lendo'), ('pensando', 'pensou', 'correu', 'correndo'), ('pensando', 'pensou', 'gritou', 'gritando'), ('pensando', 'pensou', 'viu', 'vendo'), ('pensando', 'pensou', 'vendeu', 'vendendo'), ('pensando', 'pensou', 'encolheu', 'encolhendo'), ('pensando', 'pensou', 'cantou', 'cantando'), ('pensando', 'pensou', 'sentou', 'sentando'), ('pensando', 'pensou', 'dormiu', 'dormindo'), ('pensando', 'pensou', 'gastou', 'gastando'), ('pensando', 'pensou', 'nadou', 'nadando'), ('pensando', 'pensou', 'tirou', 'tirando'), ('desaparecendo', 'desapareceu', 'andou', 'andando'), ('desaparecendo', 'desapareceu', 'escreveu', 'escrevendo'), ('desaparecendo', 'desapareceu', 'dançou', 'dançando'), ('desaparecendo', 'desapareceu', 'diminuiu', 'diminuindo'), ('desaparecendo', 'desapareceu', 'descreveu', 'descrevendo'), ('desaparecendo', 'desapareceu', 'melhorou', 'melhorando'), ('desaparecendo', 'desapareceu', 'alimentou', 'alimentando'), ('desaparecendo', 'desapareceu', 'voou', 'voando'), ('desaparecendo', 'desapareceu', 'gerou', 'gerando'), ('desaparecendo', 'desapareceu', 'acertou', 'acertando'), ('desaparecendo', 'desapareceu', 'aumentou', 'aumentando'), ('desaparecendo', 'desapareceu', 'saltou', 'saltando'), ('desaparecendo', 'desapareceu', 'conheceu', 'conhecendo'), ('desaparecendo', 'desapareceu', 'ouviu', 'ouvindo'), ('desaparecendo', 'desapareceu', 'moveu', 'movendo'), ('desaparecendo', 'desapareceu', 'jogou', 'jogando'), ('desaparecendo', 'desapareceu', 'previu', 'prevendo'), ('desaparecendo', 'desapareceu', 'ler', 'lendo'), ('desaparecendo', 'desapareceu', 'correu', 'correndo'), ('desaparecendo', 'desapareceu', 'gritou', 'gritando'), ('desaparecendo', 'desapareceu', 'viu', 'vendo'), ('desaparecendo', 'desapareceu', 'vendeu', 'vendendo'), ('desaparecendo', 'desapareceu', 'encolheu', 'encolhendo'), ('desaparecendo', 'desapareceu', 'cantou', 'cantando'), ('desaparecendo', 'desapareceu', 'dormiu', 'dormindo'), ('desaparecendo', 'desapareceu', 'gastou', 'gastando'), ('desaparecendo', 'desapareceu', 'tirou', 'tirando'), ('desaparecendo', 'desapareceu', 'pensou', 'pensando'), ('andando', 'andou', 'escreveu', 'escrevendo'), ('andando', 'andou', 'dançou', 'dançando'), ('andando', 'andou', 'diminuiu', 'diminuindo'), ('andando', 'andou', 'descreveu', 'descrevendo'), ('andando', 'andou', 'melhorou', 'melhorando'), ('andando', 'andou', 'alimentou', 'alimentando'), ('andando', 'andou', 'voou', 'voando'), ('andando', 'andou', 'gerou', 'gerando'), ('andando', 'andou', 'escondeu', 'escondendo'), ('andando', 'andou', 'acertou', 'acertando'), ('andando', 'andou', 'implementou', 'implementando'), ('andando', 'andou', 'aumentou', 'aumentando'), ('andando', 'andou', 'saltou', 'saltando'), ('andando', 'andou', 'ouviu', 'ouvindo'), ('andando', 'andou', 'moveu', 'movendo'), ('andando', 'andou', 'jogou', 'jogando'), ('andando', 'andou', 'previu', 'prevendo'), ('andando', 'andou', 'ler', 'lendo'), ('andando', 'andou', 'correu', 'correndo'), ('andando', 'andou', 'gritou', 'gritando'), ('andando', 'andou', 'viu', 'vendo'), ('andando', 'andou', 'vendeu', 'vendendo'), ('andando', 'andou', 'encolheu', 'encolhendo'), ('andando', 'andou', 'cantou', 'cantando'), ('andando', 'andou', 'sentou', 'sentando'), ('andando', 'andou', 'dormiu', 'dormindo'), ('andando', 'andou', 'gastou', 'gastando'), ('andando', 'andou', 'nadou', 'nadando'), ('andando', 'andou', 'tirou', 'tirando'), ('andando', 'andou', 'pensou', 'pensando'), ('andando', 'andou', 'desapareceu', 'desaparecendo'), ('escrevendo', 'escreveu', 'dançou', 'dançando'), ('escrevendo', 'escreveu', 'diminuiu', 'diminuindo'), ('escrevendo', 'escreveu', 'descreveu', 'descrevendo'), ('escrevendo', 'escreveu', 'melhorou', 'melhorando'), ('escrevendo', 'escreveu', 'alimentou', 'alimentando'), ('escrevendo', 'escreveu', 'voou', 'voando'), ('escrevendo', 'escreveu', 'gerou', 'gerando'), ('escrevendo', 'escreveu', 'escondeu', 'escondendo'), ('escrevendo', 'escreveu', 'acertou', 'acertando'), ('escrevendo', 'escreveu', 'implementou', 'implementando'), ('escrevendo', 'escreveu', 'aumentou', 'aumentando'), ('escrevendo', 'escreveu', 'saltou', 'saltando'), ('escrevendo', 'escreveu', 'ouviu', 'ouvindo'), ('escrevendo', 'escreveu', 'moveu', 'movendo'), ('escrevendo', 'escreveu', 'jogou', 'jogando'), ('escrevendo', 'escreveu', 'previu', 'prevendo'), ('escrevendo', 'escreveu', 'ler', 'lendo'), ('escrevendo', 'escreveu', 'correu', 'correndo'), ('escrevendo', 'escreveu', 'disse', 'dizendo'), ('escrevendo', 'escreveu', 'gritou', 'gritando'), ('escrevendo', 'escreveu', 'viu', 'vendo'), ('escrevendo', 'escreveu', 'vendeu', 'vendendo'), ('escrevendo', 'escreveu', 'encolheu', 'encolhendo'), ('escrevendo', 'escreveu', 'cantou', 'cantando'), ('escrevendo', 'escreveu', 'sentou', 'sentando'), ('escrevendo', 'escreveu', 'dormiu', 'dormindo'), ('escrevendo', 'escreveu', 'gastou', 'gastando'), ('escrevendo', 'escreveu', 'tirou', 'tirando'), ('escrevendo', 'escreveu', 'pensou', 'pensando'), ('escrevendo', 'escreveu', 'desapareceu', 'desaparecendo'), ('escrevendo', 'escreveu', 'andou', 'andando')], 'incorrect': []}, {'section': '| gram8-plural', 'correct': [('banana', 'bananas', 'garrafas', 'garrafa'), ('banana', 'bananas', 'cores', 'cor'), ('banana', 'bananas', 'cebolas', 'cebola'), ('pássaro', 'pássaros', 'edifícios', 'edifício'), ('pássaro', 'pássaros', 'carros', 'carro'), ('pássaro', 'pássaros', 'gatos', 'gato'), ('pássaro', 'pássaros', 'computadores', 'computador'), ('pássaro', 'pássaros', 'cães', 'cão'), ('pássaro', 'pássaros', 'burros', 'burro'), ('pássaro', 'pássaros', 'sonhos', 'sonho'), ('pássaro', 'pássaros', 'elefantes', 'elefante'), ('pássaro', 'pássaros', 'cavalos', 'cavalo'), ('pássaro', 'pássaros', 'homens', 'homem'), ('pássaro', 'pássaros', 'macacos', 'macaco'), ('garrafa', 'garrafas', 'crianças', 'criança'), ('garrafa', 'garrafas', 'nuvens', 'nuvem'), ('garrafa', 'garrafas', 'cores', 'cor'), ('garrafa', 'garrafas', 'vacas', 'vaca'), ('garrafa', 'garrafas', 'máquinas', 'máquina'), ('garrafa', 'garrafas', 'mulheres', 'mulher'), ('garrafa', 'garrafas', 'bananas', 'banana'), ('edifício', 'edifícios', 'carros', 'carro'), ('edifício', 'edifícios', 'computadores', 'computador'), ('edifício', 'edifícios', 'cães', 'cão'), ('edifício', 'edifícios', 'cavalos', 'cavalo'), ('carro', 'carros', 'computadores', 'computador'), ('carro', 'carros', 'cães', 'cão'), ('carro', 'carros', 'burros', 'burro'), ('carro', 'carros', 'sonhos', 'sonho'), ('carro', 'carros', 'elefantes', 'elefante'), ('carro', 'carros', 'dedos', 'dedo'), ('carro', 'carros', 'cavalos', 'cavalo'), ('carro', 'carros', 'homens', 'homem'), ('carro', 'carros', 'macacos', 'macaco'), ('carro', 'carros', 'ratos', 'rato'), ('carro', 'carros', 'pássaros', 'pássaro'), ('carro', 'carros', 'edifícios', 'edifício'), ('gato', 'gatos', 'computadores', 'computador'), ('gato', 'gatos', 'cães', 'cão'), ('gato', 'gatos', 'burros', 'burro'), ('gato', 'gatos', 'sonhos', 'sonho'), ('gato', 'gatos', 'elefantes', 'elefante'), ('gato', 'gatos', 'dedos', 'dedo'), ('gato', 'gatos', 'cavalos', 'cavalo'), ('gato', 'gatos', 'homens', 'homem'), ('gato', 'gatos', 'macacos', 'macaco'), ('gato', 'gatos', 'ratos', 'rato'), ('gato', 'gatos', 'bananas', 'banana'), ('gato', 'gatos', 'pássaros', 'pássaro'), ('gato', 'gatos', 'carros', 'carro'), ('criança', 'crianças', 'cores', 'cor'), ('criança', 'crianças', 'máquinas', 'máquina'), ('criança', 'crianças', 'mulheres', 'mulher'), ('criança', 'crianças', 'garrafas', 'garrafa'), ('nuvem', 'nuvens', 'cores', 'cor'), ('nuvem', 'nuvens', 'vacas', 'vaca'), ('nuvem', 'nuvens', 'máquinas', 'máquina'), ('nuvem', 'nuvens', 'estradas', 'estrada'), ('nuvem', 'nuvens', 'bananas', 'banana'), ('nuvem', 'nuvens', 'garrafas', 'garrafa'), ('nuvem', 'nuvens', 'crianças', 'criança'), ('cor', 'cores', 'vacas', 'vaca'), ('cor', 'cores', 'mãos', 'mão'), ('cor', 'cores', 'máquinas', 'máquina'), ('cor', 'cores', 'estradas', 'estrada'), ('cor', 'cores', 'bananas', 'banana'), ('cor', 'cores', 'garrafas', 'garrafa'), ('cor', 'cores', 'nuvens', 'nuvem'), ('computador', 'computadores', 'cães', 'cão'), ('computador', 'computadores', 'burros', 'burro'), ('computador', 'computadores', 'olhos', 'olho'), ('computador', 'computadores', 'cavalos', 'cavalo'), ('computador', 'computadores', 'ratos', 'rato'), ('computador', 'computadores', 'pássaros', 'pássaro'), ('computador', 'computadores', 'edifícios', 'edifício'), ('computador', 'computadores', 'carros', 'carro'), ('vaca', 'vacas', 'cabras', 'cabra'), ('vaca', 'vacas', 'máquinas', 'máquina'), ('vaca', 'vacas', 'porcos', 'porco'), ('vaca', 'vacas', 'estradas', 'estrada'), ('vaca', 'vacas', 'mulheres', 'mulher'), ('vaca', 'vacas', 'bananas', 'banana'), ('vaca', 'vacas', 'garrafas', 'garrafa'), ('vaca', 'vacas', 'crianças', 'criança'), ('vaca', 'vacas', 'nuvens', 'nuvem'), ('vaca', 'vacas', 'cores', 'cor'), ('cão', 'cães', 'burros', 'burro'), ('cão', 'cães', 'sonhos', 'sonho'), ('cão', 'cães', 'elefantes', 'elefante'), ('cão', 'cães', 'cavalos', 'cavalo'), ('cão', 'cães', 'homens', 'homem'), ('cão', 'cães', 'melões', 'melão'), ('cão', 'cães', 'macacos', 'macaco'), ('cão', 'cães', 'ratos', 'rato'), ('cão', 'cães', 'pássaros', 'pássaro'), ('cão', 'cães', 'edifícios', 'edifício'), ('cão', 'cães', 'carros', 'carro'), ('cão', 'cães', 'gatos', 'gato'), ('cão', 'cães', 'computadores', 'computador'), ('dólar', 'dólares', 'cavalos', 'cavalo'), ('dólar', 'dólares', 'carros', 'carro'), ('dólar', 'dólares', 'cães', 'cão'), ('burro', 'burros', 'sonhos', 'sonho'), ('burro', 'burros', 'elefantes', 'elefante'), ('burro', 'burros', 'dedos', 'dedo'), ('burro', 'burros', 'cavalos', 'cavalo'), ('burro', 'burros', 'homens', 'homem'), ('burro', 'burros', 'macacos', 'macaco'), ('burro', 'burros', 'pássaros', 'pássaro'), ('burro', 'burros', 'edifícios', 'edifício'), ('burro', 'burros', 'carros', 'carro'), ('burro', 'burros', 'gatos', 'gato'), ('burro', 'burros', 'computadores', 'computador'), ('burro', 'burros', 'cães', 'cão'), ('sonho', 'sonhos', 'cavalos', 'cavalo'), ('sonho', 'sonhos', 'pássaros', 'pássaro'), ('sonho', 'sonhos', 'edifícios', 'edifício'), ('sonho', 'sonhos', 'carros', 'carro'), ('sonho', 'sonhos', 'computadores', 'computador'), ('sonho', 'sonhos', 'cães', 'cão'), ('sonho', 'sonhos', 'burros', 'burro'), ('águia', 'águias', 'cavalos', 'cavalo'), ('águia', 'águias', 'máquinas', 'máquina'), ('águia', 'águias', 'porcos', 'porco'), ('águia', 'águias', 'estradas', 'estrada'), ('águia', 'águias', 'bananas', 'banana'), ('águia', 'águias', 'garrafas', 'garrafa'), ('águia', 'águias', 'nuvens', 'nuvem'), ('águia', 'águias', 'cores', 'cor'), ('águia', 'águias', 'vacas', 'vaca'), ('elefante', 'elefantes', 'cavalos', 'cavalo'), ('elefante', 'elefantes', 'homens', 'homem'), ('elefante', 'elefantes', 'melões', 'melão'), ('elefante', 'elefantes', 'macacos', 'macaco'), ('elefante', 'elefantes', 'ratos', 'rato'), ('elefante', 'elefantes', 'pássaros', 'pássaro'), ('elefante', 'elefantes', 'edifícios', 'edifício'), ('elefante', 'elefantes', 'carros', 'carro'), ('elefante', 'elefantes', 'computadores', 'computador'), ('elefante', 'elefantes', 'cães', 'cão'), ('elefante', 'elefantes', 'burros', 'burro'), ('olho', 'olhos', 'cavalos', 'cavalo'), ('olho', 'olhos', 'porcos', 'porco'), ('olho', 'olhos', 'bananas', 'banana'), ('olho', 'olhos', 'edifícios', 'edifício'), ('olho', 'olhos', 'carros', 'carro'), ('olho', 'olhos', 'computadores', 'computador'), ('olho', 'olhos', 'cães', 'cão'), ('olho', 'olhos', 'burros', 'burro'), ('olho', 'olhos', 'sonhos', 'sonho'), ('dedo', 'dedos', 'cavalos', 'cavalo'), ('dedo', 'dedos', 'homens', 'homem'), ('dedo', 'dedos', 'macacos', 'macaco'), ('dedo', 'dedos', 'bananas', 'banana'), ('dedo', 'dedos', 'pássaros', 'pássaro'), ('dedo', 'dedos', 'edifícios', 'edifício'), ('dedo', 'dedos', 'carros', 'carro'), ('dedo', 'dedos', 'computadores', 'computador'), ('dedo', 'dedos', 'cães', 'cão'), ('dedo', 'dedos', 'burros', 'burro'), ('dedo', 'dedos', 'sonhos', 'sonho'), ('dedo', 'dedos', 'elefantes', 'elefante'), ('dedo', 'dedos', 'olhos', 'olho'), ('cabra', 'cabras', 'cavalos', 'cavalo'), ('cabra', 'cabras', 'máquinas', 'máquina'), ('cabra', 'cabras', 'porcos', 'porco'), ('cabra', 'cabras', 'estradas', 'estrada'), ('cabra', 'cabras', 'mulheres', 'mulher'), ('cabra', 'cabras', 'bananas', 'banana'), ('cabra', 'cabras', 'garrafas', 'garrafa'), ('cabra', 'cabras', 'crianças', 'criança'), ('cabra', 'cabras', 'nuvens', 'nuvem'), ('cabra', 'cabras', 'cores', 'cor'), ('cabra', 'cabras', 'computadores', 'computador'), ('cabra', 'cabras', 'vacas', 'vaca'), ('cabra', 'cabras', 'cães', 'cão'), ('cabra', 'cabras', 'burros', 'burro'), ('mão', 'mãos', 'mangas', 'manga'), ('mão', 'mãos', 'estradas', 'estrada'), ('mão', 'mãos', 'bananas', 'banana'), ('mão', 'mãos', 'garrafas', 'garrafa'), ('mão', 'mãos', 'cores', 'cor'), ('mão', 'mãos', 'computadores', 'computador'), ('cavalo', 'cavalos', 'homens', 'homem'), ('cavalo', 'cavalos', 'melões', 'melão'), ('cavalo', 'cavalos', 'macacos', 'macaco'), ('cavalo', 'cavalos', 'ratos', 'rato'), ('cavalo', 'cavalos', 'porcos', 'porco'), ('cavalo', 'cavalos', 'pássaros', 'pássaro'), ('cavalo', 'cavalos', 'edifícios', 'edifício'), ('cavalo', 'cavalos', 'carros', 'carro'), ('cavalo', 'cavalos', 'gatos', 'gato'), ('cavalo', 'cavalos', 'computadores', 'computador'), ('cavalo', 'cavalos', 'cães', 'cão'), ('cavalo', 'cavalos', 'burros', 'burro'), ('cavalo', 'cavalos', 'sonhos', 'sonho'), ('cavalo', 'cavalos', 'elefantes', 'elefante'), ('cavalo', 'cavalos', 'dedos', 'dedo'), ('leão', 'leões', 'macacos', 'macaco'), ('leão', 'leões', 'porcos', 'porco'), ('leão', 'leões', 'pássaros', 'pássaro'), ('leão', 'leões', 'carros', 'carro'), ('leão', 'leões', 'computadores', 'computador'), ('leão', 'leões', 'cães', 'cão'), ('leão', 'leões', 'burros', 'burro'), ('leão', 'leões', 'elefantes', 'elefante'), ('leão', 'leões', 'cavalos', 'cavalo'), ('máquina', 'máquinas', 'estradas', 'estrada'), ('máquina', 'máquinas', 'mulheres', 'mulher'), ('máquina', 'máquinas', 'garrafas', 'garrafa'), ('máquina', 'máquinas', 'crianças', 'criança'), ('máquina', 'máquinas', 'nuvens', 'nuvem'), ('máquina', 'máquinas', 'cores', 'cor'), ('máquina', 'máquinas', 'vacas', 'vaca'), ('manga', 'mangas', 'estradas', 'estrada'), ('manga', 'mangas', 'bananas', 'banana'), ('manga', 'mangas', 'garrafas', 'garrafa'), ('manga', 'mangas', 'cores', 'cor'), ('manga', 'mangas', 'computadores', 'computador'), ('manga', 'mangas', 'vacas', 'vaca'), ('manga', 'mangas', 'cães', 'cão'), ('manga', 'mangas', 'mãos', 'mão'), ('manga', 'mangas', 'máquinas', 'máquina'), ('homem', 'homens', 'pássaros', 'pássaro'), ('homem', 'homens', 'carros', 'carro'), ('homem', 'homens', 'computadores', 'computador'), ('homem', 'homens', 'cães', 'cão'), ('homem', 'homens', 'burros', 'burro'), ('homem', 'homens', 'sonhos', 'sonho'), ('homem', 'homens', 'elefantes', 'elefante'), ('homem', 'homens', 'cavalos', 'cavalo'), ('melão', 'melões', 'macacos', 'macaco'), ('melão', 'melões', 'ratos', 'rato'), ('melão', 'melões', 'porcos', 'porco'), ('melão', 'melões', 'bananas', 'banana'), ('melão', 'melões', 'pássaros', 'pássaro'), ('melão', 'melões', 'edifícios', 'edifício'), ('melão', 'melões', 'carros', 'carro'), ('melão', 'melões', 'computadores', 'computador'), ('melão', 'melões', 'cães', 'cão'), ('melão', 'melões', 'burros', 'burro'), ('melão', 'melões', 'sonhos', 'sonho'), ('melão', 'melões', 'elefantes', 'elefante'), ('melão', 'melões', 'cavalos', 'cavalo'), ('melão', 'melões', 'homens', 'homem'), ('macaco', 'macacos', 'pássaros', 'pássaro'), ('macaco', 'macacos', 'edifícios', 'edifício'), ('macaco', 'macacos', 'carros', 'carro'), ('macaco', 'macacos', 'gatos', 'gato'), ('macaco', 'macacos', 'computadores', 'computador'), ('macaco', 'macacos', 'cães', 'cão'), ('macaco', 'macacos', 'burros', 'burro'), ('macaco', 'macacos', 'sonhos', 'sonho'), ('macaco', 'macacos', 'cavalos', 'cavalo'), ('macaco', 'macacos', 'homens', 'homem'), ('rato', 'ratos', 'pássaros', 'pássaro'), ('rato', 'ratos', 'edifícios', 'edifício'), ('rato', 'ratos', 'carros', 'carro'), ('rato', 'ratos', 'gatos', 'gato'), ('rato', 'ratos', 'computadores', 'computador'), ('rato', 'ratos', 'cães', 'cão'), ('rato', 'ratos', 'burros', 'burro'), ('rato', 'ratos', 'elefantes', 'elefante'), ('rato', 'ratos', 'dedos', 'dedo'), ('rato', 'ratos', 'cavalos', 'cavalo'), ('rato', 'ratos', 'homens', 'homem'), ('rato', 'ratos', 'melões', 'melão'), ('rato', 'ratos', 'macacos', 'macaco'), ('cebola', 'cebolas', 'bananas', 'banana'), ('cebola', 'cebolas', 'garrafas', 'garrafa'), ('cebola', 'cebolas', 'nuvens', 'nuvem'), ('cebola', 'cebolas', 'cores', 'cor'), ('cebola', 'cebolas', 'vacas', 'vaca'), ('cebola', 'cebolas', 'máquinas', 'máquina'), ('pêra', 'pêras', 'garrafas', 'garrafa'), ('pêra', 'pêras', 'nuvens', 'nuvem'), ('pêra', 'pêras', 'cores', 'cor'), ('porco', 'porcos', 'pássaros', 'pássaro'), ('porco', 'porcos', 'carros', 'carro'), ('porco', 'porcos', 'computadores', 'computador'), ('porco', 'porcos', 'vacas', 'vaca'), ('porco', 'porcos', 'cães', 'cão'), ('porco', 'porcos', 'burros', 'burro'), ('porco', 'porcos', 'sonhos', 'sonho'), ('porco', 'porcos', 'cavalos', 'cavalo'), ('ratazana', 'ratazanas', 'mulheres', 'mulher'), ('ratazana', 'ratazanas', 'bananas', 'banana'), ('ratazana', 'ratazanas', 'garrafas', 'garrafa'), ('ratazana', 'ratazanas', 'crianças', 'criança'), ('ratazana', 'ratazanas', 'nuvens', 'nuvem'), ('ratazana', 'ratazanas', 'cores', 'cor'), ('ratazana', 'ratazanas', 'máquinas', 'máquina'), ('estrada', 'estradas', 'bananas', 'banana'), ('estrada', 'estradas', 'garrafas', 'garrafa'), ('estrada', 'estradas', 'nuvens', 'nuvem'), ('estrada', 'estradas', 'cores', 'cor'), ('estrada', 'estradas', 'vacas', 'vaca'), ('estrada', 'estradas', 'máquinas', 'máquina'), ('cobra', 'cobras', 'bananas', 'banana'), ('cobra', 'cobras', 'garrafas', 'garrafa'), ('cobra', 'cobras', 'nuvens', 'nuvem'), ('cobra', 'cobras', 'cores', 'cor'), ('cobra', 'cobras', 'vacas', 'vaca'), ('cobra', 'cobras', 'águias', 'águia'), ('cobra', 'cobras', 'máquinas', 'máquina'), ('cobra', 'cobras', 'cebolas', 'cebola'), ('mulher', 'mulheres', 'bananas', 'banana'), ('mulher', 'mulheres', 'garrafas', 'garrafa'), ('mulher', 'mulheres', 'máquinas', 'máquina')], 'incorrect': []}, {'section': '| gram9-plural-verbs', 'correct': [('diminuir', 'diminuem', 'descrevem', 'descrever'), ('diminuir', 'diminuem', 'comem', 'comer'), ('diminuir', 'diminuem', 'melhoram', 'melhorar'), ('diminuir', 'diminuem', 'geram', 'gerar'), ('diminuir', 'diminuem', 'implementam', 'implementar'), ('diminuir', 'diminuem', 'aumentam', 'aumentar'), ('diminuir', 'diminuem', 'ouvem', 'ouvir'), ('diminuir', 'diminuem', 'jogam', 'jogar'), ('diminuir', 'diminuem', 'gritam', 'gritar'), ('diminuir', 'diminuem', 'cantam', 'cantar'), ('diminuir', 'diminuem', 'sentam', 'sentar'), ('diminuir', 'diminuem', 'pensam', 'pensar'), ('diminuir', 'diminuem', 'desaparecem', 'desaparecer'), ('diminuir', 'diminuem', 'escrevem', 'escrever'), ('descrever', 'descrevem', 'comem', 'comer'), ('descrever', 'descrevem', 'melhoram', 'melhorar'), ('descrever', 'descrevem', 'geram', 'gerar'), ('descrever', 'descrevem', 'implementam', 'implementar'), ('descrever', 'descrevem', 'aumentam', 'aumentar'), ('descrever', 'descrevem', 'jogam', 'jogar'), ('descrever', 'descrevem', 'gritam', 'gritar'), ('descrever', 'descrevem', 'cantam', 'cantar'), ('descrever', 'descrevem', 'escrevem', 'escrever'), ('descrever', 'descrevem', 'diminuem', 'diminuir'), ('comer', 'comem', 'melhoram', 'melhorar'), ('comer', 'comem', 'geram', 'gerar'), ('comer', 'comem', 'implementam', 'implementar'), ('comer', 'comem', 'aumentam', 'aumentar'), ('comer', 'comem', 'ouvem', 'ouvir'), ('comer', 'comem', 'jogam', 'jogar'), ('comer', 'comem', 'prevêem', 'prever'), ('comer', 'comem', 'fornecem', 'fornece'), ('comer', 'comem', 'dizem', 'dizer'), ('comer', 'comem', 'gritam', 'gritar'), ('comer', 'comem', 'cantam', 'cantar'), ('comer', 'comem', 'sentam', 'sentar'), ('comer', 'comem', 'dizem', 'diz'), ('comer', 'comem', 'nadam', 'nadar'), ('comer', 'comem', 'falam', 'fala'), ('comer', 'comem', 'pensam', 'pensar'), ('comer', 'comem', 'escrevem', 'escrever'), ('comer', 'comem', 'diminuem', 'diminuir'), ('comer', 'comem', 'descrevem', 'descrever'), ('melhorar', 'melhoram', 'geram', 'gerar'), ('melhorar', 'melhoram', 'implementam', 'implementar'), ('melhorar', 'melhoram', 'aumentam', 'aumentar'), ('melhorar', 'melhoram', 'ouvem', 'ouvir'), ('melhorar', 'melhoram', 'jogam', 'jogar'), ('melhorar', 'melhoram', 'fornecem', 'fornece'), ('melhorar', 'melhoram', 'gritam', 'gritar'), ('melhorar', 'melhoram', 'cantam', 'cantar'), ('melhorar', 'melhoram', 'sentam', 'sentar'), ('melhorar', 'melhoram', 'pensam', 'pensar'), ('melhorar', 'melhoram', 'escrevem', 'escrever'), ('melhorar', 'melhoram', 'diminuem', 'diminuir'), ('melhorar', 'melhoram', 'descrevem', 'descrever'), ('melhorar', 'melhoram', 'comem', 'comer'), ('estima', 'estimam', 'encontram', 'encontra'), ('estima', 'estimam', 'fornecem', 'fornece'), ('estima', 'estimam', 'gritam', 'gritar'), ('estima', 'estimam', 'dizem', 'diz'), ('estima', 'estimam', 'falam', 'fala'), ('encontra', 'encontram', 'fornecem', 'fornece'), ('encontra', 'encontram', 'gritam', 'gritar'), ('encontra', 'encontram', 'dizem', 'diz'), ('encontra', 'encontram', 'falam', 'fala'), ('gerar', 'geram', 'vão', 'ir'), ('gerar', 'geram', 'implementam', 'implementar'), ('gerar', 'geram', 'aumentam', 'aumentar'), ('gerar', 'geram', 'ouvem', 'ouvir'), ('gerar', 'geram', 'jogam', 'jogar'), ('gerar', 'geram', 'prevêem', 'prever'), ('gerar', 'geram', 'gritam', 'gritar'), ('gerar', 'geram', 'cantam', 'cantar'), ('gerar', 'geram', 'sentam', 'sentar'), ('gerar', 'geram', 'pensam', 'pensar'), ('gerar', 'geram', 'desaparecem', 'desaparecer'), ('gerar', 'geram', 'escrevem', 'escrever'), ('gerar', 'geram', 'diminuem', 'diminuir'), ('gerar', 'geram', 'descrevem', 'descrever'), ('gerar', 'geram', 'comem', 'comer'), ('gerar', 'geram', 'melhoram', 'melhorar'), ('ir', 'vão', 'implementam', 'implementar'), ('ir', 'vão', 'aumentam', 'aumentar'), ('ir', 'vão', 'ouvem', 'ouvir'), ('ir', 'vão', 'jogam', 'jogar'), ('ir', 'vão', 'dizem', 'dizer'), ('ir', 'vão', 'gritam', 'gritar'), ('ir', 'vão', 'cantam', 'cantar'), ('ir', 'vão', 'sentam', 'sentar'), ('ir', 'vão', 'escrevem', 'escrever'), ('ir', 'vão', 'diminuem', 'diminuir'), ('ir', 'vão', 'descrevem', 'descrever'), ('ir', 'vão', 'comem', 'comer'), ('ir', 'vão', 'melhoram', 'melhorar'), ('ir', 'vão', 'geram', 'gerar'), ('implementar', 'implementam', 'aumentam', 'aumentar'), ('implementar', 'implementam', 'ouvem', 'ouvir'), ('implementar', 'implementam', 'jogam', 'jogar'), ('implementar', 'implementam', 'gritam', 'gritar'), ('implementar', 'implementam', 'cantam', 'cantar'), ('implementar', 'implementam', 'pensam', 'pensar'), ('implementar', 'implementam', 'escrevem', 'escrever'), ('implementar', 'implementam', 'diminuem', 'diminuir'), ('implementar', 'implementam', 'comem', 'comer'), ('implementar', 'implementam', 'melhoram', 'melhorar'), ('implementar', 'implementam', 'geram', 'gerar'), ('aumentar', 'aumentam', 'ouvem', 'ouvir'), ('aumentar', 'aumentam', 'jogam', 'jogar'), ('aumentar', 'aumentam', 'fornecem', 'fornece'), ('aumentar', 'aumentam', 'gritam', 'gritar'), ('aumentar', 'aumentam', 'cantam', 'cantar'), ('aumentar', 'aumentam', 'sentam', 'sentar'), ('aumentar', 'aumentam', 'pensam', 'pensar'), ('aumentar', 'aumentam', 'desaparecem', 'desaparecer'), ('aumentar', 'aumentam', 'escrevem', 'escrever'), ('aumentar', 'aumentam', 'diminuem', 'diminuir'), ('aumentar', 'aumentam', 'comem', 'comer'), ('aumentar', 'aumentam', 'melhoram', 'melhorar'), ('aumentar', 'aumentam', 'geram', 'gerar'), ('aumentar', 'aumentam', 'implementam', 'implementar'), ('ouvir', 'ouvem', 'jogam', 'jogar'), ('ouvir', 'ouvem', 'prevêem', 'prever'), ('ouvir', 'ouvem', 'fornecem', 'fornece'), ('ouvir', 'ouvem', 'dizem', 'dizer'), ('ouvir', 'ouvem', 'gritam', 'gritar'), ('ouvir', 'ouvem', 'vêem', 'ver'), ('ouvir', 'ouvem', 'cantam', 'cantar'), ('ouvir', 'ouvem', 'sentam', 'sentar'), ('ouvir', 'ouvem', 'pensam', 'pensar'), ('ouvir', 'ouvem', 'desaparecem', 'desaparecer'), ('ouvir', 'ouvem', 'escrevem', 'escrever'), ('ouvir', 'ouvem', 'diminuem', 'diminuir'), ('ouvir', 'ouvem', 'comem', 'comer'), ('ouvir', 'ouvem', 'melhoram', 'melhorar'), ('ouvir', 'ouvem', 'geram', 'gerar'), ('ouvir', 'ouvem', 'implementam', 'implementar'), ('ouvir', 'ouvem', 'aumentam', 'aumentar'), ('jogar', 'jogam', 'fornecem', 'fornece'), ('jogar', 'jogam', 'gritam', 'gritar'), ('jogar', 'jogam', 'cantam', 'cantar'), ('jogar', 'jogam', 'sentam', 'sentar'), ('jogar', 'jogam', 'nadam', 'nadar'), ('jogar', 'jogam', 'pensam', 'pensar'), ('jogar', 'jogam', 'escrevem', 'escrever'), ('jogar', 'jogam', 'diminuem', 'diminuir'), ('jogar', 'jogam', 'descrevem', 'descrever'), ('jogar', 'jogam', 'comem', 'comer'), ('jogar', 'jogam', 'melhoram', 'melhorar'), ('jogar', 'jogam', 'geram', 'gerar'), ('jogar', 'jogam', 'vão', 'ir'), ('jogar', 'jogam', 'implementam', 'implementar'), ('jogar', 'jogam', 'aumentam', 'aumentar'), ('jogar', 'jogam', 'ouvem', 'ouvir'), ('prever', 'prevêem', 'gritam', 'gritar'), ('prever', 'prevêem', 'cantam', 'cantar'), ('prever', 'prevêem', 'sentam', 'sentar'), ('prever', 'prevêem', 'pensam', 'pensar'), ('prever', 'prevêem', 'desaparecem', 'desaparecer'), ('prever', 'prevêem', 'diminuem', 'diminuir'), ('prever', 'prevêem', 'comem', 'comer'), ('prever', 'prevêem', 'melhoram', 'melhorar'), ('prever', 'prevêem', 'geram', 'gerar'), ('prever', 'prevêem', 'aumentam', 'aumentar'), ('prever', 'prevêem', 'ouvem', 'ouvir'), ('prever', 'prevêem', 'jogam', 'jogar'), ('fornece', 'fornecem', 'gritam', 'gritar'), ('fornece', 'fornecem', 'dizem', 'diz'), ('fornece', 'fornecem', 'falam', 'fala'), ('fornece', 'fornecem', 'estimam', 'estima'), ('fornece', 'fornecem', 'encontram', 'encontra'), ('dizer', 'dizem', 'gritam', 'gritar'), ('dizer', 'dizem', 'cantam', 'cantar'), ('dizer', 'dizem', 'sentam', 'sentar'), ('dizer', 'dizem', 'falam', 'fala'), ('dizer', 'dizem', 'pensam', 'pensar'), ('dizer', 'dizem', 'escrevem', 'escrever'), ('dizer', 'dizem', 'diminuem', 'diminuir'), ('dizer', 'dizem', 'comem', 'comer'), ('dizer', 'dizem', 'melhoram', 'melhorar'), ('dizer', 'dizem', 'geram', 'gerar'), ('dizer', 'dizem', 'vão', 'ir'), ('dizer', 'dizem', 'aumentam', 'aumentar'), ('dizer', 'dizem', 'ouvem', 'ouvir'), ('dizer', 'dizem', 'jogam', 'jogar'), ('dizer', 'dizem', 'prevêem', 'prever'), ('dizer', 'dizem', 'fornecem', 'fornece'), ('gritar', 'gritam', 'cantam', 'cantar'), ('gritar', 'gritam', 'sentam', 'sentar'), ('gritar', 'gritam', 'nadam', 'nadar'), ('gritar', 'gritam', 'falam', 'fala'), ('gritar', 'gritam', 'pensam', 'pensar'), ('gritar', 'gritam', 'escrevem', 'escrever'), ('gritar', 'gritam', 'diminuem', 'diminuir'), ('gritar', 'gritam', 'descrevem', 'descrever'), ('gritar', 'gritam', 'comem', 'comer'), ('gritar', 'gritam', 'melhoram', 'melhorar'), ('gritar', 'gritam', 'estimam', 'estima'), ('gritar', 'gritam', 'encontram', 'encontra'), ('gritar', 'gritam', 'geram', 'gerar'), ('gritar', 'gritam', 'implementam', 'implementar'), ('gritar', 'gritam', 'aumentam', 'aumentar'), ('gritar', 'gritam', 'ouvem', 'ouvir'), ('gritar', 'gritam', 'jogam', 'jogar'), ('gritar', 'gritam', 'fornecem', 'fornece'), ('gritar', 'gritam', 'dizem', 'dizer'), ('procura', 'procuram', 'cantam', 'cantar'), ('procura', 'procuram', 'dizem', 'diz'), ('procura', 'procuram', 'falam', 'fala'), ('procura', 'procuram', 'escrevem', 'escrever'), ('procura', 'procuram', 'diminuem', 'diminuir'), ('procura', 'procuram', 'comem', 'comer'), ('procura', 'procuram', 'melhoram', 'melhorar'), ('procura', 'procuram', 'estimam', 'estima'), ('procura', 'procuram', 'encontram', 'encontra'), ('procura', 'procuram', 'geram', 'gerar'), ('procura', 'procuram', 'implementam', 'implementar'), ('procura', 'procuram', 'aumentam', 'aumentar'), ('procura', 'procuram', 'fornecem', 'fornece'), ('procura', 'procuram', 'gritam', 'gritar'), ('ver', 'vêem', 'cantam', 'cantar'), ('ver', 'vêem', 'sentam', 'sentar'), ('ver', 'vêem', 'pensam', 'pensar'), ('ver', 'vêem', 'escrevem', 'escrever'), ('ver', 'vêem', 'diminuem', 'diminuir'), ('ver', 'vêem', 'descrevem', 'descrever'), ('ver', 'vêem', 'comem', 'comer'), ('ver', 'vêem', 'melhoram', 'melhorar'), ('ver', 'vêem', 'geram', 'gerar'), ('ver', 'vêem', 'vão', 'ir'), ('ver', 'vêem', 'implementam', 'implementar'), ('ver', 'vêem', 'aumentam', 'aumentar'), ('ver', 'vêem', 'ouvem', 'ouvir'), ('ver', 'vêem', 'jogam', 'jogar'), ('ver', 'vêem', 'prevêem', 'prever'), ('ver', 'vêem', 'fornecem', 'fornece'), ('ver', 'vêem', 'dizem', 'dizer'), ('ver', 'vêem', 'gritam', 'gritar'), ('cantar', 'cantam', 'sentam', 'sentar'), ('cantar', 'cantam', 'nadam', 'nadar'), ('cantar', 'cantam', 'pensam', 'pensar'), ('cantar', 'cantam', 'escrevem', 'escrever'), ('cantar', 'cantam', 'diminuem', 'diminuir'), ('cantar', 'cantam', 'descrevem', 'descrever'), ('cantar', 'cantam', 'comem', 'comer'), ('cantar', 'cantam', 'melhoram', 'melhorar'), ('cantar', 'cantam', 'estimam', 'estima'), ('cantar', 'cantam', 'geram', 'gerar'), ('cantar', 'cantam', 'implementam', 'implementar'), ('cantar', 'cantam', 'aumentam', 'aumentar'), ('cantar', 'cantam', 'ouvem', 'ouvir'), ('cantar', 'cantam', 'jogam', 'jogar'), ('cantar', 'cantam', 'fornecem', 'fornece'), ('cantar', 'cantam', 'dizem', 'dizer'), ('cantar', 'cantam', 'gritam', 'gritar'), ('sentar', 'sentam', 'dizem', 'diz'), ('sentar', 'sentam', 'falam', 'fala'), ('sentar', 'sentam', 'pensam', 'pensar'), ('sentar', 'sentam', 'escrevem', 'escrever'), ('sentar', 'sentam', 'diminuem', 'diminuir'), ('sentar', 'sentam', 'comem', 'comer'), ('sentar', 'sentam', 'melhoram', 'melhorar'), ('sentar', 'sentam', 'geram', 'gerar'), ('sentar', 'sentam', 'implementam', 'implementar'), ('sentar', 'sentam', 'aumentam', 'aumentar'), ('sentar', 'sentam', 'ouvem', 'ouvir'), ('sentar', 'sentam', 'jogam', 'jogar'), ('sentar', 'sentam', 'prevêem', 'prever'), ('sentar', 'sentam', 'fornecem', 'fornece'), ('sentar', 'sentam', 'dizem', 'dizer'), ('sentar', 'sentam', 'gritam', 'gritar'), ('sentar', 'sentam', 'cantam', 'cantar'), ('diz', 'dizem', 'falam', 'fala'), ('diz', 'dizem', 'encontram', 'encontra'), ('diz', 'dizem', 'fornecem', 'fornece'), ('nadar', 'nadam', 'pensam', 'pensar'), ('nadar', 'nadam', 'escrevem', 'escrever'), ('nadar', 'nadam', 'diminuem', 'diminuir'), ('nadar', 'nadam', 'comem', 'comer'), ('nadar', 'nadam', 'melhoram', 'melhorar'), ('nadar', 'nadam', 'geram', 'gerar'), ('nadar', 'nadam', 'implementam', 'implementar'), ('nadar', 'nadam', 'aumentam', 'aumentar'), ('nadar', 'nadam', 'ouvem', 'ouvir'), ('nadar', 'nadam', 'jogam', 'jogar'), ('nadar', 'nadam', 'fornecem', 'fornece'), ('nadar', 'nadam', 'gritam', 'gritar'), ('nadar', 'nadam', 'cantam', 'cantar'), ('nadar', 'nadam', 'sentam', 'sentar'), ('fala', 'falam', 'estimam', 'estima'), ('fala', 'falam', 'encontram', 'encontra'), ('fala', 'falam', 'fornecem', 'fornece'), ('fala', 'falam', 'gritam', 'gritar'), ('fala', 'falam', 'dizem', 'diz'), ('pensar', 'pensam', 'escrevem', 'escrever'), ('pensar', 'pensam', 'diminuem', 'diminuir'), ('pensar', 'pensam', 'comem', 'comer'), ('pensar', 'pensam', 'melhoram', 'melhorar'), ('pensar', 'pensam', 'geram', 'gerar'), ('pensar', 'pensam', 'implementam', 'implementar'), ('pensar', 'pensam', 'aumentam', 'aumentar'), ('pensar', 'pensam', 'ouvem', 'ouvir'), ('pensar', 'pensam', 'jogam', 'jogar'), ('pensar', 'pensam', 'prevêem', 'prever'), ('pensar', 'pensam', 'fornecem', 'fornece'), ('pensar', 'pensam', 'dizem', 'dizer'), ('pensar', 'pensam', 'gritam', 'gritar'), ('pensar', 'pensam', 'cantam', 'cantar'), ('pensar', 'pensam', 'sentam', 'sentar'), ('pensar', 'pensam', 'falam', 'fala'), ('desaparecer', 'desaparecem', 'diminuem', 'diminuir'), ('desaparecer', 'desaparecem', 'melhoram', 'melhorar'), ('desaparecer', 'desaparecem', 'geram', 'gerar'), ('desaparecer', 'desaparecem', 'implementam', 'implementar'), ('desaparecer', 'desaparecem', 'aumentam', 'aumentar'), ('desaparecer', 'desaparecem', 'ouvem', 'ouvir'), ('desaparecer', 'desaparecem', 'prevêem', 'prever'), ('desaparecer', 'desaparecem', 'fornecem', 'fornece'), ('desaparecer', 'desaparecem', 'gritam', 'gritar'), ('desaparecer', 'desaparecem', 'cantam', 'cantar'), ('desaparecer', 'desaparecem', 'dizem', 'diz'), ('desaparecer', 'desaparecem', 'pensam', 'pensar'), ('andar', 'andam', 'escrevem', 'escrever'), ('andar', 'andam', 'diminuem', 'diminuir'), ('andar', 'andam', 'comem', 'comer'), ('andar', 'andam', 'melhoram', 'melhorar'), ('andar', 'andam', 'geram', 'gerar'), ('andar', 'andam', 'implementam', 'implementar'), ('andar', 'andam', 'aumentam', 'aumentar'), ('andar', 'andam', 'fornecem', 'fornece'), ('andar', 'andam', 'gritam', 'gritar'), ('andar', 'andam', 'cantam', 'cantar'), ('andar', 'andam', 'sentam', 'sentar'), ('andar', 'andam', 'dizem', 'diz'), ('andar', 'andam', 'falam', 'fala'), ('trabalhou', 'trabalham', 'encontram', 'encontra'), ('trabalhou', 'trabalham', 'fornecem', 'fornece'), ('trabalhou', 'trabalham', 'gritam', 'gritar'), ('trabalhou', 'trabalham', 'dizem', 'diz'), ('trabalhou', 'trabalham', 'falam', 'fala'), ('escrever', 'escrevem', 'diminuem', 'diminuir'), ('escrever', 'escrevem', 'descrevem', 'descrever'), ('escrever', 'escrevem', 'comem', 'comer'), ('escrever', 'escrevem', 'melhoram', 'melhorar'), ('escrever', 'escrevem', 'geram', 'gerar'), ('escrever', 'escrevem', 'implementam', 'implementar'), ('escrever', 'escrevem', 'aumentam', 'aumentar'), ('escrever', 'escrevem', 'ouvem', 'ouvir'), ('escrever', 'escrevem', 'jogam', 'jogar'), ('escrever', 'escrevem', 'fornecem', 'fornece'), ('escrever', 'escrevem', 'gritam', 'gritar'), ('escrever', 'escrevem', 'cantam', 'cantar'), ('escrever', 'escrevem', 'sentam', 'sentar'), ('escrever', 'escrevem', 'pensam', 'pensar')], 'incorrect': []}, {'Emb_Name: w2v_cbow_s300_analogy_POSTAG_vocab.vec/OOV/Total/VN_Solveable_Cases/VN_Phrase_Target': [11199, 17558, 0, 0], 'MAP@10': 0.07161939110377036}]\nMAP_arr = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.5, 0.0, 0.25, 0.2, 0.0, 0.2, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.5, 0.5, 0.333333, 0.333333, 0.0, 0.25, 1.0, 0.5, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.5, 0.0, 1.0, 0.166667, 0.111111, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.5, 1.0, 0.166667, 0.166667, 0.0, 0.5, 0.333333, 0.5, 0.5, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.583333, 0.5, 0.0, 0.25, 0.0, 0.5, 0.1, 0.166667, 0.166667, 0.0, 0.5, 0.333333, 0.5, 0.5, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.583333, 0.5, 0.0, 0.25, 0.0, 0.5, 0.1, 1.0, 1.0, 0.0, 0.2, 0.333333, 0.333333, 0.166667, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.366667, 0.142857, 0.0, 0.333333, 0.0, 0.5, 0.1, 0.5, 0.5, 0.0, 0.2, 0.333333, 0.333333, 0.166667, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.366667, 0.142857, 0.0, 0.333333, 0.0, 0.5, 0.1, 0.5, 0.5, 1.0, 0.142857, 0.5, 0.5, 0.0, 0.25, 0.0, 0.5, 0.25, 0.5, 0.0, 0.266667, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.125, 0.125, 0.5, 0.5, 0.5, 0.5, 0.5, 0.111111, 0.0, 0.125, 0.111111, 0.25, 0.0, 0.325, 0.333333, 0.125, 0.0, 0.0, 0.2, 0.0, 0.25, 0.25, 0.111111, 0.111111, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.1, 0.0, 0.5, 0.0, 0.416667, 0.5, 0.111111, 0.125, 0.0, 0.5, 0.1, 0.5, 0.5, 0.111111, 0.111111, 0.0, 0.5, 0.333333, 0.5, 0.2, 0.0, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.2, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.5, 0.0, 0.5, 0.0, 0.583333, 0.0, 0.0, 0.5, 0.0, 0.5, 0.166667, 0.5, 0.5, 0.333333, 0.333333, 0.0, 0.0, 0.5, 0.5, 0.1, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.2, 0.361111, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.5, 0.0, 0.5, 0.0, 0.0, 0.0, 0.583333, 0.2, 0.0, 0.111111, 0.0, 0.5, 0.0, 0.5, 0.5, 0.166667, 0.166667, 0.0, 0.5, 0.5, 0.5, 0.333333, 0.333333, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.142857, 0.0, 0.5, 0.25, 0.5, 0.5, 0.1, 0.1, 0.0, 0.125, 0.5, 0.5, 0.125, 0.0, 0.0, 0.5, 0.0, 0.5, 0.0, 0.25, 0.1, 0.0, 0.25, 0.0, 0.5, 0.5, 0.1, 0.1, 0.0, 0.5, 0.333333, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.236111, 0.111111, 0.0, 0.5, 0.0, 0.5, 0.5, 0.111111, 0.111111, 0.0, 0.5, 0.5, 0.5, 0.333333, 0.333333, 0.0, 0.5, 0.125, 0.5, 0.0, 0.583333, 0.333333, 0.0, 0.5, 0.2, 0.333333, 0.333333, 0.5, 0.5, 0.0, 0.25, 0.333333, 0.333333, 0.166667, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.45, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.142857, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.25, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.142857, 0.0, 0.0, 0.0, 0.0, 1.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.1, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.333333, 0.0, 0.0, 0.25, 0.0, 0.0, 0.5, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.25, 0.0, 0.0, 0.25, 0.0, 0.0, 0.5, 0.5, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.5, 0.2, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.5, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.2, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.333333, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.111111, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.25, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.333333, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.5, 0.0, 0.0, 0.142857, 0.0, 0.0, 1.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.333333, 0.0, 0.0, 0.0, 0.333333, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 1.0, 0.5, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.333333, 0.5, 0.333333, 0.333333, 0.0, 0.111111, 1.0, 1.0, 0.166667, 0.0, 0.25, 0.25, 0.166667, 0.5, 0.25, 1.0, 0.166667, 0.0, 1.0, 0.111111, 0.166667, 0.0, 1.0, 0.111111, 1.0, 0.0, 0.5, 0.0, 0.5, 0.5, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.125, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.5, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.2, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.25, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.2, 0.0, 0.25, 0.2, 0.333333, 0.333333, 1.0, 0.416667, 0.5, 0.0, 0.5, 0.333333, 0.5, 0.333333, 0.0, 0.5, 0.666667, 0.25, 0.5, 0.333333, 0.2, 0.416667, 0.0, 0.0, 0.45, 0.366667, 0.0, 0.333333, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.2, 0.333333, 0.5, 0.5, 0.5, 0.5, 0.0, 0.333333, 0.5, 0.5, 0.333333, 0.0, 0.5, 0.7, 0.0, 0.5, 0.333333, 0.5, 0.35, 0.0, 0.0, 0.5, 0.25, 0.0, 0.333333, 0.5, 0.0, 0.0, 0.5, 0.0, 0.242857, 0.416667, 0.0, 0.333333, 0.25, 0.309524, 0.25, 0.0, 0.22619, 0.0, 0.25, 0.0, 0.0, 0.125, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.266667, 0.0, 0.0, 0.266667, 0.0, 0.0, 0.2, 0.2, 0.0, 0.0, 0.25, 0.0, 0.0, 0.25, 0.5, 1.0, 0.5, 0.45, 0.5, 0.0, 0.5, 0.5, 0.5, 0.25, 0.0, 0.333333, 0.45, 0.0, 0.2, 0.392857, 0.1, 0.5, 0.0, 0.0, 0.583333, 0.25, 0.0, 0.5, 0.5, 0.0, 0.0, 0.5, 0.0, 0.25, 0.0, 0.333333, 0.5, 0.333333, 0.333333, 0.5, 0.0, 0.5, 0.333333, 1.0, 0.166667, 0.0, 0.1, 1.0, 0.0, 0.125, 0.333333, 0.333333, 0.5, 0.0, 0.0, 1.0, 0.2, 0.0, 0.25, 0.5, 0.0, 0.0, 0.25, 0.0, 0.5, 0.0, 1.0, 1.0, 0.5, 0.642857, 0.5, 0.0, 1.0, 0.25, 0.5, 0.5, 0.0, 0.333333, 0.375, 0.0, 0.25, 0.5, 0.111111, 0.5, 0.0, 0.0, 0.5, 0.25, 0.0, 0.333333, 0.5, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.0, 1.0, 0.2, 0.5, 0.642857, 0.5, 0.0, 1.0, 0.5, 0.5, 0.5, 0.0, 0.2, 0.5, 0.1, 0.25, 0.5, 0.0, 0.45, 0.0, 0.0, 0.583333, 0.5, 0.0, 0.333333, 0.5, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.5, 0.277778, 0.5, 0.7, 1.0, 0.0, 0.361111, 0.5, 0.5, 0.333333, 0.0, 1.0, 0.611111, 0.333333, 0.5, 1.0, 0.25, 0.392857, 0.0, 0.0, 0.5, 0.5, 0.0, 0.333333, 1.0, 0.0, 0.0, 0.5, 0.25, 0.5, 0.0, 0.309524, 0.5, 0.5, 0.5, 0.5, 0.0, 1.0, 0.5, 0.5, 0.333333, 0.0, 1.0, 0.6, 0.25, 0.5, 0.5, 0.166667, 0.45, 0.0, 0.0, 0.45, 0.5, 0.0, 0.333333, 0.5, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.5, 1.0, 0.5, 0.0, 1.0, 1.0, 0.5, 0.5, 0.0, 1.0, 0.6, 0.25, 1.0, 0.333333, 0.25, 0.45, 0.0, 0.0, 0.583333, 0.5, 0.0, 0.25, 1.0, 0.0, 0.0, 1.0, 0.0, 0.5, 0.0, 0.266667, 0.5, 0.5, 1.0, 1.0, 0.625, 1.0, 0.333333, 0.5, 0.25, 0.0, 0.333333, 0.75, 0.1, 0.2, 0.5, 0.0, 0.45, 0.0, 0.0, 0.583333, 0.5, 0.0, 0.333333, 0.5, 0.0, 0.0, 0.5, 0.0, 0.25, 0.0, 0.5, 0.1, 0.5, 1.0, 0.5, 1.0, 1.0, 0.5, 0.5, 0.25, 0.0, 0.333333, 0.45, 0.5, 0.25, 0.361111, 0.125, 0.45, 0.0, 0.0, 0.583333, 0.5, 0.0, 0.5, 0.5, 0.0, 0.0, 0.5, 0.0, 0.25, 0.0, 0.5, 0.5, 0.5, 1.0, 0.5, 0.666667, 0.5, 0.0, 0.5, 0.333333, 0.0, 1.0, 0.666667, 0.1, 0.333333, 0.5, 0.25, 0.5, 0.0, 0.0, 0.5, 0.5, 0.0, 0.333333, 1.0, 0.0, 0.0, 1.0, 0.0, 0.333333, 0.0, 0.333333, 0.2, 0.333333, 1.0, 0.5, 0.5, 1.0, 0.0, 0.5, 0.333333, 0.0, 0.5, 0.666667, 0.333333, 0.5, 0.5, 0.2, 0.361111, 0.0, 0.0, 0.392857, 0.5, 0.0, 0.333333, 0.5, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.35, 0.5, 0.0, 1.0, 0.5, 0.0, 0.5, 1.0, 0.333333, 1.0, 0.5, 0.333333, 0.5, 0.0, 0.0, 0.5, 1.0, 0.0, 0.2, 1.0, 0.0, 0.0, 1.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.5, 1.0, 1.0, 0.611111, 1.0, 0.0, 1.0, 0.5, 1.0, 1.0, 1.0, 1.0, 0.5, 0.333333, 0.5, 0.333333, 1.0, 0.0, 0.333333, 0.333333, 0.0, 0.333333, 0.5, 0.0, 0.0, 1.0, 0.0, 0.333333, 0.0, 0.333333, 0.6, 0.333333, 0.5, 0.333333, 0.5, 1.0, 0.0, 0.5, 0.5, 1.0, 0.5, 1.0, 0.333333, 0.5, 0.5, 0.25, 0.35, 0.0, 0.0, 0.5, 0.333333, 0.0, 0.333333, 0.5, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.333333, 0.5, 0.5, 0.5, 1.0, 1.0, 1.0, 0.0, 0.5, 0.5, 0.5, 0.5, 0.0, 0.1, 0.5, 0.5, 0.5, 0.375, 0.166667, 0.0, 0.5, 0.5, 0.0, 0.25, 1.0, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.333333, 0.25, 0.5, 0.5, 0.5, 0.642857, 1.0, 0.0, 1.0, 0.5, 0.5, 0.333333, 0.166667, 1.0, 0.333333, 0.5, 0.166667, 0.366667, 0.0, 0.0, 0.392857, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.142857, 0.0, 0.25, 0.0, 0.333333, 1.0, 0.5, 0.5, 1.0, 0.0, 1.0, 0.333333, 1.0, 0.333333, 0.0, 0.5, 1.0, 0.5, 0.5, 0.642857, 0.166667, 0.0, 1.0, 0.5, 0.0, 0.333333, 1.0, 0.0, 0.0, 0.5, 0.333333, 0.333333, 0.0, 0.291667, 0.0, 0.333333, 0.5, 0.5, 0.583333, 1.0, 0.0, 0.361111, 0.333333, 0.5, 1.0, 0.166667, 1.0, 1.0, 0.125, 0.333333, 1.0, 0.0, 0.0, 0.583333, 0.333333, 0.0, 0.25, 0.5, 0.0, 0.0, 0.5, 0.166667, 0.25, 0.0, 0.309524, 0.5, 0.5, 0.5, 1.0, 0.416667, 0.333333, 0.0, 0.375, 0.5, 0.5, 0.333333, 0.0, 0.5, 0.625, 0.0, 0.25, 0.5, 0.0, 0.0, 0.5, 0.5, 0.0, 0.333333, 1.0, 0.0, 0.0, 1.0, 0.1, 0.5, 0.0, 0.266667, 0.0, 0.333333, 0.5, 0.5, 0.5, 0.5, 0.0, 0.5, 0.5, 0.5, 0.333333, 0.0, 0.5, 0.5, 0.142857, 0.5, 0.5, 0.0, 0.0, 0.642857, 0.333333, 0.0, 0.5, 1.0, 0.0, 0.0, 0.5, 0.0, 0.25, 0.0, 0.333333, 0.5, 0.5, 0.5, 0.5, 0.35, 0.5, 0.0, 0.5, 0.5, 0.5, 0.25, 0.0, 0.5, 0.35, 0.0, 0.333333, 1.0, 0.333333, 0.0, 0.333333, 0.333333, 0.0, 0.333333, 0.5, 0.0, 0.0, 1.0, 0.0, 0.333333, 0.0, 0.333333, 0.6, 0.333333, 0.5, 0.333333, 0.5, 1.0, 0.0, 0.5, 0.5, 1.0, 0.5, 1.0, 1.0, 1.0, 1.0, 0.5, 0.333333, 0.5, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.5, 0.0, 0.0, 1.0, 0.125, 0.5, 0.0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.35, 0.5, 0.0, 0.361111, 0.5, 0.5, 0.25, 0.0, 0.25, 0.5, 0.0, 0.5, 0.5, 0.5, 1.0, 0.0, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.0, 0.5, 0.0, 0.25, 0.0, 0.25, 0.25, 0.333333, 0.5, 0.5, 0.416667, 0.5, 0.0, 0.333333, 0.5, 0.5, 0.333333, 0.0, 0.25, 0.75, 0.0, 0.5, 0.333333, 0.333333, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 1.0, 0.2, 0.333333, 0.0, 0.35, 0.5, 0.333333, 0.5, 0.5, 0.392857, 0.333333, 0.0, 0.35, 0.5, 0.333333, 0.333333, 0.0, 0.5, 0.333333, 0.0, 0.5, 0.333333, 0.111111, 0.7, 0.0, 0.0, 0.666667, 0.142857, 0.0, 0.0, 0.0, 1.0, 0.0, 0.5, 0.0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.392857, 1.0, 0.0, 0.5, 1.0, 0.5, 1.0, 0.2, 1.0, 1.0, 0.1, 1.0, 0.5, 0.333333, 1.0, 0.2, 0.0, 0.5, 0.333333, 0.0, 0.2, 0.0, 0.416667, 0.0, 0.333333, 0.0, 0.333333, 0.5, 0.2, 0.333333, 0.333333, 0.361111, 0.5, 0.0, 0.416667, 0.333333, 0.5, 0.333333, 0.0, 0.333333, 0.5, 0.0, 0.333333, 0.5, 0.2, 0.392857, 0.0, 0.0, 0.583333, 0.142857, 0.0, 0.333333, 0.5, 0.266667, 0.111111, 0.0, 0.0, 0.142857, 0.333333, 0.0, 0.333333, 0.142857, 0.18254, 0.333333, 0.0, 0.25, 0.333333, 0.333333, 0.0, 0.0, 0.333333, 0.166667, 0.0, 0.125, 0.25, 0.0, 0.25, 0.0, 0.0, 0.22619, 0.0, 0.0, 0.0, 0.25, 0.0, 0.2, 0.333333, 0.0, 0.5, 0.583333, 0.5, 0.5, 0.5, 0.5, 0.5, 0.0, 0.5, 0.5, 0.5, 0.333333, 0.0, 0.333333, 0.5, 0.0, 0.5, 0.5, 0.333333, 0.5, 0.0, 0.0, 1.0, 0.5, 0.0, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.5, 0.0, 0.166667, 0.333333, 0.333333, 0.0, 0.236111, 0.5, 0.111111, 0.25, 0.333333, 0.0, 0.211111, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.333333, 0.166667, 0.125, 0.333333, 0.125, 0.5, 0.5, 0.392857, 0.333333, 0.333333, 0.0, 0.309524, 0.0, 0.2, 0.5, 0.309524, 0.5, 0.211111, 0.392857, 0.333333, 1.0, 0.0, 0.0, 0.5, 0.5, 0.0, 0.333333, 0.5, 0.0, 0.45, 0.5, 0.0, 0.366667, 0.0, 0.5, 0.0, 0.416667, 0.1, 0.166667, 0.25, 0.142857, 0.266667, 0.333333, 0.5, 0.416667, 0.5, 0.366667, 0.5, 0.0, 0.583333, 0.0, 0.1, 0.5, 0.45, 0.333333, 0.583333, 0.45, 0.1, 0.5, 0.0, 0.0, 0.5, 0.5, 0.0, 0.333333, 0.5, 0.0, 0.266667, 0.5, 0.0, 0.291667, 0.0, 0.25, 0.0, 0.375, 0.333333, 0.111111, 0.166667, 0.166667, 0.416667, 0.166667, 0.5, 0.5, 0.416667, 0.5, 0.277778, 0.0, 0.45, 0.0, 0.0, 0.45, 0.375, 0.5, 0.361111, 1.0, 0.2, 0.166667, 0.0, 0.0, 0.5, 0.5, 0.0, 0.166667, 0.416667, 0.0, 1.0, 0.5, 0.0, 0.416667, 0.0, 0.5, 0.0, 0.5, 0.25, 0.5, 0.2, 0.2, 0.236111, 0.5, 0.5, 0.416667, 0.583333, 0.5, 0.5, 0.0, 0.45, 0.0, 0.0, 0.392857, 0.5, 0.5, 0.416667, 0.45, 0.25, 0.5, 0.333333, 0.0, 0.111111, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.5, 0.0, 0.291667, 0.0, 0.0, 0.0, 0.333333, 0.166667, 0.125, 0.2, 0.125, 0.166667, 0.0, 0.333333, 0.45, 0.277778, 0.0, 0.0, 0.0, 0.277778, 0.0, 0.0, 0.5, 0.333333, 0.333333, 0.0, 0.416667, 0.0, 0.5, 0.25, 0.333333, 0.5, 0.309524, 0.0, 0.291667, 0.361111, 0.0, 0.5, 0.5, 0.0, 0.291667, 0.0, 0.5, 0.0, 0.375, 0.25, 0.111111, 0.25, 0.111111, 0.375, 0.0, 0.333333, 0.5, 0.361111, 0.125, 0.2, 0.0, 0.361111, 0.0, 0.111111, 0.5, 0.45, 0.5, 0.325, 0.666667, 0.125, 0.333333, 0.2, 0.5, 0.0, 0.291667, 0.0, 0.45, 0.45, 0.0, 0.416667, 0.5, 0.0, 0.45, 0.0, 0.5, 0.0, 0.75, 0.333333, 0.333333, 0.5, 0.2, 0.35, 0.333333, 0.5, 0.416667, 0.833333, 0.5, 0.333333, 0.0, 0.583333, 0.0, 0.333333, 0.833333, 0.416667, 0.2, 0.416667, 0.75, 0.25, 0.333333, 0.333333, 0.5, 0.0, 0.0, 0.0, 0.125, 0.5, 0.0, 1.0, 0.5, 0.142857, 0.309524, 0.0, 0.5, 0.0, 0.5, 0.125, 0.333333, 0.333333, 0.142857, 0.267857, 0.0, 0.5, 0.5, 0.45, 0.583333, 0.25, 0.0, 0.45, 0.0, 0.0, 0.625, 0.5, 0.5, 0.267857, 0.5, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.0, 0.5, 0.2, 0.5, 0.0, 0.333333, 0.333333, 0.0, 0.75, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.111111, 0.2, 0.142857, 0.25, 0.1, 0.333333, 0.333333, 0.333333, 0.25, 0.833333, 0.0, 0.333333, 0.0, 0.25, 0.5, 0.333333, 0.0, 0.111111, 0.35, 0.0, 0.75, 0.0, 0.125, 0.0, 0.0, 0.2, 0.5, 0.5, 0.0, 0.5, 0.2, 0.0, 1.0, 0.0, 0.333333, 0.0, 0.266667, 0.2, 0.5, 0.166667, 0.333333, 0.5, 0.142857, 0.333333, 0.5, 0.333333, 0.25, 0.5, 0.0, 0.45, 0.0, 0.0, 0.7, 1.0, 0.2, 0.0, 0.7, 0.0, 0.25, 0.166667, 0.25, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.125, 0.333333, 0.333333, 0.25, 0.366667, 0.0, 0.5, 0.0, 0.5, 0.2, 0.333333, 0.111111, 0.142857, 0.5, 0.5, 0.5, 0.45, 0.5, 0.5, 0.5, 0.0, 0.361111, 0.0, 0.1, 0.45, 0.361111, 0.5, 0.266667, 0.45, 0.333333, 0.2, 0.333333, 0.5, 0.0, 0.0, 0.333333, 0.375, 0.0, 0.267857, 1.0, 0.5, 0.0, 0.35, 0.0, 0.333333, 0.0, 1.0, 0.142857, 0.5, 0.25, 0.155556, 0.45, 0.333333, 0.333333, 0.5, 0.375, 0.833333, 0.5, 0.0, 1.0, 0.0, 0.1, 0.75, 0.5, 0.333333, 0.416667, 1.0, 0.125, 0.333333, 0.2, 1.0, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.2, 0.6, 0.5, 0.111111, 0.366667, 0.0, 0.333333, 0.0, 0.361111, 0.166667, 0.2, 0.333333, 0.166667, 0.325, 0.5, 0.5, 0.45, 0.583333, 0.583333, 0.5, 0.0, 0.35, 0.0, 0.0, 0.416667, 0.45, 0.5, 0.392857, 0.45, 0.333333, 0.5, 0.25, 1.0, 0.0, 0.0, 0.5, 1.0, 0.0, 0.25, 0.5, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.5, 0.5, 0.111111, 0.25, 0.142857, 0.416667, 0.2, 0.5, 0.5, 0.583333, 0.583333, 0.277778, 0.0, 0.5, 0.0, 0.25, 0.583333, 0.392857, 0.5, 0.375, 0.5, 0.25, 0.183333, 0.25, 0.5, 0.0, 0.111111, 0.333333, 0.392857, 0.0, 0.333333, 0.45, 0.0, 0.277778, 0.333333, 0.0, 0.333333, 0.0, 0.5, 0.5, 0.142857, 0.0, 0.0, 0.333333, 0.333333, 0.5, 0.333333, 0.5, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.5, 0.0, 0.2, 0.0, 0.5, 0.0, 0.0, 0.333333, 0.5, 0.0, 0.0, 1.0, 0.0, 1.0, 0.5, 0.0, 0.5, 0.0, 1.0, 0.267857, 0.5, 0.2, 0.25, 0.5, 1.0, 0.5, 0.5, 1.0, 1.0, 0.5, 0.0, 1.0, 0.0, 0.166667, 1.0, 1.0, 0.142857, 0.0, 0.7, 0.142857, 0.333333, 0.2, 0.5, 0.0, 0.0, 0.5, 0.392857, 0.0, 0.5, 0.5, 0.0, 0.416667, 0.333333, 0.0, 1.0, 0.0, 0.333333, 1.0, 0.333333, 0.0, 0.166667, 0.142857, 1.0, 0.333333, 0.25, 0.2, 0.18254, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.45, 0.0, 0.0, 0.7, 0.0, 0.2, 0.25, 0.333333, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.25, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.277778, 0.0, 0.361111, 0.333333, 0.5, 0.25, 0.125, 0.5, 0.0, 0.5, 0.45, 0.416667, 0.333333, 0.5, 0.0, 0.5, 0.0, 0.0, 0.6, 0.5, 0.333333, 0.361111, 0.7, 0.333333, 0.5, 0.25, 0.5, 0.0, 0.0, 0.5, 0.375, 0.0, 0.333333, 0.375, 0.0, 0.35, 0.5, 0.0, 0.333333, 0.0, 0.7, 0.0, 0.2, 0.333333, 0.0, 0.333333, 0.2, 0.5, 0.333333, 0.35, 0.277778, 0.333333, 0.0, 0.5, 0.0, 0.1, 0.5, 0.333333, 0.2, 0.111111, 0.361111, 0.333333, 0.2, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.25, 0.333333, 0.0, 0.325, 0.0, 0.5, 0.25, 0.333333, 0.333333, 0.25, 0.5, 0.5, 1.0, 0.5, 1.0, 0.361111, 0.25, 0.0, 0.625, 0.0, 0.333333, 1.0, 0.35, 0.2, 0.416667, 0.642857, 0.333333, 0.25, 0.0, 0.5, 0.0, 0.0, 0.5, 0.45, 0.0, 0.2, 0.5, 0.0, 0.5, 0.5, 0.0, 0.416667, 0.0, 0.5, 0.25, 0.25, 0.125, 0.125, 0.5, 0.333333, 0.5, 0.375, 0.416667, 0.416667, 0.392857, 0.0, 0.45, 0.0, 0.0, 0.375, 0.5, 0.333333, 0.333333, 0.625, 0.125, 0.125, 0.166667, 0.5, 0.0, 0.0, 0.333333, 0.236111, 0.0, 0.166667, 0.416667, 0.0, 0.266667, 0.5, 0.0, 0.277778, 0.0, 0.25, 0.0, 0.361111, 0.0, 0.166667, 0.266667, 0.5, 0.333333, 0.45, 0.5, 0.583333, 0.5, 0.0, 0.375, 0.0, 0.0, 0.5, 0.375, 0.5, 0.5, 0.333333, 0.2, 0.0, 0.5, 0.5, 0.0, 0.0, 0.333333, 0.142857, 0.0, 0.416667, 0.5, 0.0, 0.196429, 0.25, 0.0, 0.225, 0.0, 0.5, 0.0, 0.25, 0.0, 0.25, 0.309524, 0.1, 0.5, 0.35, 0.642857, 0.267857, 0.2, 0.0, 0.416667, 0.0, 0.25, 0.75, 0.416667, 0.333333, 0.366667, 0.666667, 0.333333, 0.333333, 0.25, 0.5, 0.0, 0.0, 0.5, 0.5, 0.0, 0.325, 0.45, 0.0, 0.35, 0.25, 0.0, 0.267857, 0.0, 0.333333, 0.0, 0.416667, 0.333333, 0.25, 0.416667, 0.142857, 0.5, 0.416667, 0.45, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.583333, 0.333333, 0.5, 0.5, 0.35, 0.142857, 0.0, 0.5, 0.166667, 0.0, 0.111111, 0.166667, 0.25, 0.0, 0.333333, 0.583333, 0.333333, 0.125, 0.375, 0.0, 0.18254, 0.0, 0.0, 0.0, 0.392857, 0.0, 0.166667, 0.125, 0.0, 0.5, 0.583333, 0.45, 0.583333, 0.25, 0.0, 0.5, 0.0, 0.333333, 0.333333, 0.5, 0.333333, 0.2, 0.361111, 0.333333, 0.0, 0.25, 0.2, 0.0, 0.2, 0.5, 0.236111, 0.0, 0.309524, 0.583333, 0.0, 0.173611, 0.5, 0.0, 0.266667, 0.0, 0.333333, 0.0, 0.5, 0.2, 0.2, 0.236111, 0.166667, 0.5, 0.5, 0.333333, 1.0, 1.0, 0.0, 1.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0, 0.75, 0.0, 0.333333, 0.0, 1.0, 0.0, 0.0, 0.5, 0.309524, 0.0, 0.125, 1.0, 0.0, 1.0, 0.5, 0.0, 1.0, 0.333333, 0.642857, 0.0, 1.0, 0.666667, 0.5, 0.0, 0.196429, 0.333333, 0.35, 0.5, 0.392857, 0.236111, 0.0, 1.0, 0.0, 0.25, 0.583333, 0.416667, 0.5, 0.375, 0.5, 0.25, 0.25, 0.2, 0.5, 0.0, 0.0, 0.5, 0.5, 0.0, 0.392857, 0.583333, 0.0, 0.375, 0.5, 0.0, 0.416667, 0.0, 0.5, 0.0, 0.392857, 0.333333, 0.333333, 0.333333, 0.142857, 0.5, 0.333333, 0.416667, 0.5, 0.2, 0.0, 0.583333, 0.0, 0.25, 0.583333, 0.45, 0.5, 0.375, 0.583333, 0.5, 0.5, 0.333333, 0.5, 0.0, 0.0, 0.5, 0.277778, 0.0, 0.416667, 0.5, 0.0, 0.5, 0.5, 0.0, 0.416667, 0.0, 0.5, 0.0, 0.5, 0.5, 0.166667, 0.25, 0.166667, 0.5, 0.25, 0.5, 0.583333, 0.333333, 0.0, 0.5, 0.0, 0.333333, 0.5, 0.45, 0.5, 0.45, 0.666667, 0.333333, 0.2, 0.333333, 0.5, 0.0, 0.0, 0.5, 0.333333, 0.0, 0.25, 0.583333, 0.0, 0.333333, 0.5, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.666667, 0.25, 0.333333, 0.333333, 0.142857, 0.375, 0.125, 0.5, 0.583333, 0.333333, 0.0, 0.392857, 0.0, 0.111111, 0.5, 0.5, 0.5, 0.366667, 0.45, 0.25, 0.2, 0.333333, 0.5, 0.0, 0.0, 0.5, 0.309524, 0.0, 0.196429, 0.375, 0.0, 0.333333, 0.5, 0.0, 0.361111, 0.0, 0.333333, 0.0, 0.5, 0.5, 0.333333, 0.142857, 0.142857, 0.5, 0.5, 0.5, 0.361111, 0.392857, 0.0, 1.0, 0.0, 0.125, 1.0, 1.0, 0.142857, 0.142857, 1.0, 0.333333, 0.333333, 0.0, 1.0, 0.0, 0.0, 0.333333, 0.35, 0.0, 1.0, 1.0, 0.0, 0.5, 0.5, 0.0, 1.0, 0.0, 1.0, 0.0, 0.5, 0.166667, 0.5, 0.1, 0.111111, 0.5, 1.0, 0.5, 0.5, 1.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.75, 0.5, 0.333333, 0.333333, 0.611111, 0.333333, 0.333333, 0.0, 0.5, 0.0, 0.0, 0.5, 0.5, 0.0, 0.416667, 0.392857, 0.0, 0.6, 0.5, 0.0, 0.45, 0.0, 0.5, 0.0, 1.0, 0.333333, 0.333333, 0.2, 0.166667, 0.5, 0.5, 1.0, 0.5, 0.625, 0.361111, 0.5, 0.0, 0.0, 0.333333, 0.266667, 0.2, 0.166667, 0.35, 0.125, 0.25, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.25, 0.333333, 0.0, 0.325, 0.0, 0.333333, 0.0, 0.35, 0.333333, 0.166667, 0.333333, 0.1, 0.333333, 0.333333, 0.333333, 0.333333, 0.333333, 0.366667, 0.25, 0.0, 0.333333, 1.0, 0.333333, 0.0, 0.333333, 0.392857, 0.333333, 0.125, 0.0, 0.333333, 0.0, 0.0, 0.5, 0.225, 0.0, 0.25, 0.291667, 0.0, 0.25, 0.333333, 0.0, 0.291667, 0.0, 0.2, 0.0, 0.5, 0.25, 0.2, 0.2, 0.2, 0.333333, 0.25, 0.333333, 0.333333, 0.392857, 0.291667, 0.333333, 0.0, 0.333333, 0.0, 0.392857, 0.5, 0.416667, 0.666667, 0.333333, 0.25, 0.333333, 0.5, 0.0, 0.0, 0.5, 0.416667, 0.0, 0.45, 0.392857, 0.0, 0.35, 0.5, 0.0, 0.416667, 0.0, 0.5, 0.0, 0.416667, 0.5, 0.333333, 0.2, 0.25, 0.375, 0.5, 0.5, 0.5, 0.5, 0.583333, 0.5, 0.0, 0.583333, 0.0, 0.166667, 0.0, 0.211111, 0.642857, 0.0, 0.25, 0.25, 0.5, 0.0, 0.0, 0.5, 0.225, 0.0, 0.416667, 0.45, 0.0, 0.25, 0.5, 0.0, 1.0, 0.0, 0.5, 0.0, 0.5, 0.5, 0.5, 0.142857, 0.2, 0.5, 1.0, 0.5, 0.5, 0.375, 0.45, 0.2, 0.0, 0.361111, 0.0, 0.333333, 0.416667, 0.25, 1.0, 0.111111, 1.0, 0.0, 1.0, 0.0, 0.0, 0.142857, 0.625, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.25, 0.25, 0.0, 0.5, 0.0, 0.5, 0.333333, 0.142857, 0.166667, 0.111111, 0.333333, 0.111111, 0.5, 0.5, 1.0, 0.0, 0.111111, 0.0, 0.666667, 0.0, 0.0, 1.0, 0.333333, 1.0, 0.1, 0.5, 0.0, 0.5, 0.0, 0.0, 0.5, 0.392857, 0.0, 0.166667, 0.5, 0.0, 0.5, 0.25, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.5, 0.142857, 0.25, 0.333333, 0.0, 0.333333, 0.125, 0.333333, 0.333333, 0.5, 0.333333, 0.5, 0.0, 0.5, 0.0, 0.166667, 1.0, 0.333333, 0.25, 0.333333, 0.25, 0.125, 0.5, 0.0, 0.0, 0.5, 0.416667, 0.0, 0.45, 0.45, 0.0, 0.333333, 0.5, 0.0, 0.45, 0.0, 0.5, 0.0, 0.75, 0.5, 0.25, 0.2, 0.416667, 0.5, 0.5, 0.5, 0.5, 1.0, 0.392857, 0.375, 0.0, 0.583333, 0.0, 0.0, 0.7, 0.5, 0.5, 0.583333, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.333333, 0.125, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.2, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.5, 0.5, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.5, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.333333, 0.0, 0.2, 0.166667, 0.0, 0.25, 0.0, 0.125, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.2, 0.0, 0.2, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.5, 0.2, 0.0, 0.25, 0.0, 0.142857, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.5, 0.0, 0.0, 0.333333, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.5, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.111111, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.125, 0.0, 0.333333, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.125, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.111111, 0.0, 0.25, 0.142857, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.166667, 0.333333, 0.333333, 0.0, 0.0, 0.5, 0.5, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.333333, 0.1, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.2, 0.333333, 0.2, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.125, 0.2, 0.0, 0.333333, 0.0, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.111111, 0.333333, 0.111111, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.25, 0.5, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 1.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.125, 0.0, 0.0, 0.2, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.333333, 0.25, 0.25, 0.111111, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.142857, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.166667, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.333333, 0.111111, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.333333, 0.0, 0.111111, 0.5, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.333333, 0.333333, 0.0, 0.25, 0.2, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.125, 0.0, 0.166667, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.333333, 0.166667, 0.333333, 0.1, 0.333333, 0.2, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.125, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.166667, 0.25, 0.166667, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.166667, 0.5, 0.166667, 0.0, 0.0, 0.0, 0.5, 0.0, 1.0, 0.0, 0.333333, 0.333333, 0.0, 0.5, 0.0, 0.125, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.2, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.166667, 0.5, 0.142857, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.125, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.111111, 0.111111, 0.111111, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.5, 0.111111, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.142857, 0.25, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.333333, 0.0, 0.125, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.333333, 0.0, 0.333333, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.125, 0.5, 0.5, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.5, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.25, 0.333333, 0.25, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.142857, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.142857, 0.25, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.25, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.1, 0.166667, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.142857, 0.142857, 0.0, 0.2, 0.125, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.25, 0.333333, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.2, 0.333333, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.333333, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.142857, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.25, 0.5, 0.0, 0.0, 0.666667, 0.0, 0.0, 0.5, 0.5, 0.2, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 0.1, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 0.333333, 0.333333, 0.0, 0.0, 0.6, 0.0, 0.0, 0.267857, 0.0, 0.2, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.111111, 0.5, 0.5, 0.0, 0.0, 0.833333, 0.0, 0.0, 0.366667, 1.0, 0.5, 0.125, 0.333333, 0.416667, 0.5, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.166667, 0.25, 0.166667, 1.0, 0.0, 0.0, 0.0, 0.416667, 0.45, 0.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.142857, 0.25, 0.0, 0.111111, 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 0.2, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.111111, 0.0, 0.2, 0.333333, 0.142857, 0.333333, 0.333333, 0.5, 0.0, 0.333333, 0.5, 0.0, 0.0, 0.0, 0.5, 0.25, 0.291667, 0.0, 0.0, 0.0, 0.2, 0.166667, 0.0, 0.25, 0.0, 0.5, 0.333333, 0.5, 0.2, 0.0, 0.5, 0.5, 1.0, 0.0, 0.0, 0.5, 0.0, 0.5, 0.5, 0.0, 0.111111, 0.0, 0.5, 0.25, 0.375, 0.0, 0.0, 0.0, 0.5, 0.333333, 0.0, 0.25, 0.0, 0.5, 0.2, 0.5, 0.5, 0.0, 0.5, 0.5, 0.5, 0.0, 0.0, 0.0, 0.111111, 0.0, 1.0, 0.5, 0.333333, 0.142857, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.5, 0.5, 0.2, 0.5, 0.5, 0.0, 0.0, 0.0, 1.0, 0.75, 0.5, 0.0, 0.0, 0.25, 0.5, 0.0, 0.0, 0.0, 0.5, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.125, 0.833333, 0.333333, 0.5, 0.333333, 0.0, 0.0, 1.0, 0.5, 0.2, 0.25, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.333333, 1.0, 0.125, 0.25, 1.0, 0.0, 0.0, 0.361111, 0.0, 0.5, 0.2, 0.0, 0.1, 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 0.2, 0.0, 0.0, 0.0, 0.0, 0.125, 0.0, 0.0, 0.0, 0.5, 0.5, 0.0, 0.25, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.25, 0.2, 0.333333, 0.333333, 0.333333, 0.0, 0.125, 0.0, 0.5, 0.5, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.5, 0.5, 0.1, 1.0, 0.5, 0.0, 0.0, 0.833333, 0.0, 0.0, 0.309524, 0.125, 0.166667, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.5, 0.0, 0.0, 0.125, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.333333, 0.392857, 0.125, 1.0, 0.5, 0.0, 0.0, 1.0, 0.125, 0.0, 0.45, 0.333333, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.5, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.291667, 0.0, 0.333333, 0.333333, 0.0, 0.0, 1.0, 0.0, 0.0, 0.392857, 0.333333, 0.125, 0.142857, 0.211111, 0.0, 0.0, 0.0, 0.2, 0.125, 0.0, 0.142857, 0.0, 0.333333, 0.0, 0.5, 0.25, 0.0, 0.5, 0.5, 0.5, 0.0, 0.0, 0.166667, 0.5, 0.5, 0.0, 0.5, 0.5, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 0.333333, 0.0, 0.0, 0.0, 0.166667, 0.25, 0.0, 0.125, 0.0, 0.142857, 0.5, 0.0, 1.0, 0.333333, 0.0, 0.0, 0.5, 0.333333, 0.0, 0.583333, 0.25, 0.2, 0.111111, 0.333333, 0.0, 0.0, 0.0, 1.0, 0.5, 0.0, 0.0, 0.1, 0.25, 0.333333, 0.2, 0.25, 0.0, 0.416667, 0.583333, 0.361111, 0.5, 0.5, 0.2, 0.25, 0.583333, 0.0, 0.25, 0.5, 0.333333, 0.5, 0.0, 0.5, 0.166667, 0.0, 0.0, 0.333333, 0.166667, 0.0, 0.333333, 0.0, 1.0, 0.0, 0.0, 0.333333, 0.0, 0.416667, 0.366667, 0.333333, 0.1, 0.416667, 0.125, 0.333333, 0.416667, 0.0, 0.0, 0.366667, 0.0, 0.0, 0.0, 0.25, 0.333333, 0.111111, 0.0, 0.5, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.0, 0.833333, 0.366667, 0.642857, 0.5, 0.333333, 0.0, 0.0, 0.5, 0.125, 0.0, 0.325, 0.5, 0.333333, 0.6, 0.2, 0.333333, 0.25, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.5, 0.0, 0.333333, 0.0, 0.1, 0.0, 1.0, 0.5, 0.583333, 1.0, 0.5, 0.111111, 0.0, 0.833333, 0.0, 0.0, 0.366667, 0.333333, 0.5, 0.0, 0.333333, 0.2, 1.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.2, 0.5, 0.0, 0.0, 0.0, 0.291667, 0.392857, 0.5, 1.0, 0.5, 0.0, 0.0, 0.583333, 0.0, 0.0, 0.366667, 0.333333, 0.25, 0.125, 0.333333, 0.211111, 0.5, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.5, 0.5, 0.0, 0.25, 0.5, 1.0, 0.0, 0.0, 0.0, 0.5, 0.5, 0.0, 0.5, 0.5, 0.0, 0.0, 0.0, 0.5, 1.0, 0.2, 0.0, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.125, 0.0, 0.0, 0.0, 0.333333, 0.333333, 0.25, 0.5, 0.333333, 0.0, 0.0, 0.75, 0.0, 0.0, 0.266667, 0.5, 0.333333, 0.0, 0.166667, 0.0, 0.333333, 0.0, 0.0, 0.0, 1.0, 0.5, 0.0, 0.0, 1.0, 0.5, 0.5, 0.0, 0.5, 0.5, 0.5, 0.111111, 0.0, 0.25, 0.5, 0.5, 0.0, 0.5, 0.5, 0.0, 0.0, 0.0, 0.5, 0.333333, 0.35, 0.0, 0.0, 0.0, 0.5, 0.333333, 0.0, 0.333333, 0.0, 0.0, 0.0, 0.0, 0.5, 0.45, 0.0, 1.0, 0.5, 0.0, 0.0, 0.361111, 0.0, 0.0, 0.333333, 0.5, 0.333333, 0.333333, 0.2, 0.25, 0.5, 0.0, 0.0, 0.0, 0.5, 1.0, 0.0, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.2, 0.0, 0.0, 1.0, 0.0, 0.0, 0.625, 0.333333, 0.0, 0.333333, 0.2, 0.166667, 0.1, 0.0, 0.0, 0.0, 0.333333, 0.0, 0.0, 0.166667, 0.0, 0.0, 0.111111, 0.0, 0.125, 0.236111, 0.0, 0.2, 0.125, 0.0, 0.0, 0.277778, 0.0, 0.0, 0.183333, 0.0, 0.0, 0.0, 0.2, 0.125, 0.1, 0.0, 0.0, 0.0, 0.1, 0.25, 0.0, 0.125, 0.0, 0.1, 0.0, 0.1, 0.25, 0.5, 0.333333, 0.0, 0.0, 0.0, 0.142857, 0.5, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0, 0.5, 0.25, 0.267857, 0.0, 0.0, 0.0, 0.25, 0.0, 0.0, 0.25, 0.0, 0.333333, 0.0, 0.333333, 0.125, 0.45, 0.75, 1.0, 0.5, 0.0, 0.0, 0.833333, 0.0, 0.111111, 0.291667, 0.333333, 0.333333, 0.0, 0.333333, 0.0, 0.5, 0.0, 0.0, 0.0, 1.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.5, 0.0, 0.0, 0.0]\n: | Paired t-tests results\nglove_s300_analogy_POSTAG_vocab.vec vs. wang2vec_cbow_s300_analogy_POSTAG_vocab.vec: Ttest_relResult(statistic=-5.469241555362885, pvalue=4.581387235361132e-08)\nglove_s300_analogy_POSTAG_vocab.vec vs. fasttext_cbow_s300_analogy_POSTAG_vocab.vec: Ttest_relResult(statistic=-44.7133091798905, pvalue=0.0)\nglove_s300_analogy_POSTAG_vocab.vec vs. w2v_cbow_s300_analogy_POSTAG_vocab.vec: Ttest_relResult(statistic=30.8890061685859, pvalue=4.67819741044155e-204)\nwang2vec_cbow_s300_analogy_POSTAG_vocab.vec vs. fasttext_cbow_s300_analogy_POSTAG_vocab.vec: Ttest_relResult(statistic=-44.34237039167912, pvalue=0.0)\nwang2vec_cbow_s300_analogy_POSTAG_vocab.vec vs. w2v_cbow_s300_analogy_POSTAG_vocab.vec: Ttest_relResult(statistic=36.29833066527664, pvalue=3.005274685351121e-278)\nfasttext_cbow_s300_analogy_POSTAG_vocab.vec vs. w2v_cbow_s300_analogy_POSTAG_vocab.vec: Ttest_relResult(statistic=56.78624358093046, pvalue=0.0)\n"
  },
  {
    "path": "src/data/embedding_analogies/portuguese/vocab.txt",
    "content": "Atenas\nGrécia\nBagdade\nIraque\nBanguecoque\nTailândia\nPequim\nChina\nBerlim\nAlemanha\nBerna\nSuíça\nCairo\nEgito\nCamberra\nAustrália\nHanói\nVietname\nHavana\nCuba\nHelsínquia\nFinlândia\nIslamabade\nPaquistão\nCábul\nAfeganistão\nLondres\nInglaterra\nMadrid\nEspanha\nMoscovo\nRússia\nOslo\nNoruega\nOttawa\nCanadá\nParis\nFrança\nRoma\nItália\nEstocolmo\nSuécia\nTeerão\nIrão\nTóquio\nJapão\ncapital-world\nAbuja\nNigéria\nAcra\nGana\nArgel\nArgélia\nAmã\nJordânia\nAncara\nTurquia\nAntananarivo\nMadagáscar\nApia\nSamoa\nAsgabate\nTurquemenistão\nAsmara\nEritreia\nAstana\nCazaquistão\nBaku\nAzerbaijão\nBamako\nMali\nBanjul\nGâmbia\nBeirute\nLíbano\nBelgrado\nSérvia\nBelmopã\nBelize\nBisqueque\nQuirguistão\nBratislava\nEslováquia\nBruxelas\nBélgica\nBucareste\nRoménia\nBudapeste\nHungria\nBujumbura\nBurundi\nCaracas\nVenezuela\nChisinau\nMoldávia\nConacri\nGuiné\nCopenhaga\nDinamarca\nDacar\nSenegal\nDamasco\nSíria\nDaca\nBangladeche\nDoa\nCatar\nDublim\nIrlanda\nDuchambé\nTajiquistão\nFunafuti\nTuvalu\nGaborone\nBotsuana\nGeorgetown\nGuiana\nHarare\nZimbabué\nJacarta\nIndonésia\nCampala\nUganda\nCatmandu\nNepal\nCartum\nSudão\nKiev\nUcrânia\nQuigali\nRuanda\nKingston\nJamaica\nLibreville\nGabão\nLilongwe\nMalaui\nLima\nPeru\nLisboa\nPortugal\nLiubliana\nEslovénia\nLuanda\nAngola\nLusaca\nZâmbia\nManágua\nNicarágua\nManama\nBareine\nManila\nFilipinas\nMaputo\nMoçambique\nMinsk\nBielorrússia\nMogadíscio\nSomália\nMonróvia\nLibéria\nMontevideu\nUruguai\nMascate\nOmã\nNairóbi\nQuénia\nNassau\nBaamas\nNiamei\nNíger\nNicósia\nChipre\nNuaquechote\nMauritânia\nNuque\nGronelândia\nParamaribo\nSuriname\nPodgorica\nMontenegro\nQuito\nEquador\nRabat\nMarrocos\nRiga\nLetónia\nRoseau\nDominica\nSantiago\nChile\nEscópia\nMacedónia\nSófia\nBulgária\nSuva\nFiji\nTaipé\nTaiwan\nTalim\nEstónia\nTashkent\nUzbequistão\nTbilisi\nGeórgia\nTegucigalpa\nHonduras\nTimbu\nButão\nTirana\nAlbânia\nTrípoli\nLíbia\nTunes\nTunísia\nVaduz\nLiechtenstein\nValletta\nMalta\nViena\nÁustria\nVienciana\nLaos\nVílnius\nLituânia\nVarsóvia\nPolónia\nWindhoek\nNamíbia\nErevan\nArménia\nZagreb\nCroácia\ncurrency\ndinar\nkwanza\nArgentina\npeso\ndram\nBrasil\nreal\nlev\nCambodja\nriel\ndólar\nkuna\ncoroa\nEuropa\neuro\nflorim\nÍndia\nrupia\nrial\nIene\nCoreia\nwon\nlats\nlitas\nMalásia\nringgit\nMéxico\nnaira\nzlóti\nleu\nrublo\nbaht\ngrívnia\nEUA\ndongue\ncity-in-state\nChicago\nIlinóis\nHouston\nTexas\nFiladélfia\nPensilvânia\nFênix\nArizona\nDallas\nJacksonville\nFlórida\nIndianápolis\nIndiana\nAustin\nDetroit\nMichigan\nMênfis\nTennessee\nBoston\nMassachusetts\nSeattle\nWashington\nDenver\nColorado\nBaltimore\nMarilândia\nNashville\nLouisville\nKentucky\nMilwaukee\nWisconsin\nPortland\nOregão\nTucson\nFresno\nCalifórnia\nSacramento\nMesa\nAtlanta\nOmaha\nNebraska\nMiami\nTulsa\nOklahoma\nOakland\nCleveland\nOhio\nMinneapolis\nMinesota\nWichita\nKansas\nArlington\nBakersfield\nTampa\nAnaheim\nHonolulu\nHavai\nPitsburgo\nLexington\nStockton\nCincinnati\nAnchorage\nAlasca\nToledo\nPlano\nHenderson\nNevada\nOrlando\nLaredo\nChandler\nMadison\nLubbock\nGarland\nGlendale\nHialeah\nReno\nScottsdale\nIrving\nFremont\nIrvine\nSpokane\nModesto\nShreveport\nLuisiana\nTacoma\nOxnard\nFontana\nAkron\nAmarillo\nTallahassee\nHuntsville\nAlabama\nWorcester\nfamily\nrapaz\nrapariga\nirmão\nirmã\nirmãos\nirmãs\npai\nmãe\navô\navó\nneto\nneta\nnoivo\nnoiva\nele\nela\ndele\ndela\nmarido\nmulher\nrei\nrainha\nhomem\nsobrinho\nsobrinha\npríncipe\nprincesa\nfilho\nfilha\nfihos\nfilhas\nmeio-irmão\nmeia-irmã\npadrasto\nmadrasta\nenteado\nenteada\ntio\ntia\ngram1-adjective-to-adverb\nfantástico\nfantasticamente\naparente\naparentemente\ncalmo\ncalmamente\nalegre\nalegremente\ncompleto\ncompletamente\neficiente\neficientemente\nafortunado\nafortunadamente\nlivre\nlivremente\nfurioso\nfuriosamente\nimediato\nimediatamente\ninfrequente\ninfrequentemente\nsortudo\nfelizmente\nóbvio\nobviamente\nocasional\nocasionalmente\npossível\npossivelmente\npreciso\nprecisamente\nprofissional\nprofissionalmente\nrápido\nrapidamente\nsilencioso\nsilenciosamente\nraro\nraramente\nrelutante\nrelutantemente\nseguro\nseguramente\nsério\nseriamente\nlento\nlentamente\nrepentino\nrepentinamente\nveloz/rápido\ntípico\ntipicamente\ninfeliz\ninfelizmente\nusual\nusualmente\ngram2-opposite\naceitável\ninaceitável\nconsciente\ninconsciente\ncerto\nincerto\nclaro\nobscuro\nconfortável\ndesconfortável\ncompetitivo\ndescompetitivo\nconsistente\ninconsistente\nconvincente\ninconvincente\nconveniente\ninconveniente\ndecidido\nindeciso\nineficiente\nético\nantiético\nhonesto\ndesonesto\nimpressivo\ninexpressivo\ninformativo\ndesinformativo\ninformado\ndesinformado\nconhecido\ndesconhecido\nprovável\nimprovável\nlógico\nilógico\nagradável\ndesagradável\nimpossível\nimpossivelmente\nprodutivo\nimprodutivo\nracional\nirracional\nresponsável\nirresponsável\ngram3-comparative\nmau\npior\ngrande\nmaior\nbom\nmelhor\npequeno\nmenor\ngram4-superlative\nbrilhante\nbrilhantíssimo\nescuro\nescuríssimo\nfácil\nfacílimo\nrapidíssimo\ngrandíssimo\nalto\naltíssimo\nlarguíssimo\nlongo\nlonguíssimo\nbaixo\nbaixíssimo\nvelho\nvelhíssimo\naguçado\naguçadíssimo\nsimples\nsimplicíssimo\ncurto\ncurtíssimo\nestranho\nestranhíssimo\nforte\nfortíssimo\ndoce\ndulcíssimo\nfraco\nfraquíssimo\nlargo\njovem\nnovíssimo\ngram5-present-participle\nprogramar\nprogramando\ndançar\ndançando\ndepurar\ndepurando\ndiminuir\ndiminuindo\ndescrever\ndescrevendo\ndescobrir\ndescobrindo\nmelhorar\nmelhorando\nvoar\nvoando\ngerar\ngerando\nir\nindo\nimplementar\nimplementando\naumentar\naumentando\ninventar\ninventando\nsaltar\nsaltando\nouvir\nouvindo\nver\nvendo\nmover\nmovendo\njogar\njogando\nprever\nprevendo\nler\nlendo\ncorrer\ncorrendo\ndizer\ndizendo\ngritar\ngritando\nbaralhar\nbaralhando\ncantar\ncantando\nsentar\nsentando\nabrandando\nnadar\nnadando\npensar\npensando\ndesaparecer\ndesaparecendo\nandar\nandando\nescrever\nescrevendo\ngram6-nationality-adjective\nAlbanês\nArgentino\nAustraliano\nAustríaco\nBielorusso\nBrasileiro\nBúlgaro\nCambojano\nChileno\nChinês\nColombia\nColombiano\nCroata\nDinamarquês\nEgípcio\nInglês\nFrânces\nAlemão\nGrego\nIslândia\nIslandês\nIndiano\nIrlândes\nIsrael\nIsraelita\nItaliano\nJaponês\nCoreano\nMacedónio\nMaltês\nMexicano\nMoldávio\nHolanda\nHolandês\nNorueguês\nPeruano\nPolaco\nPortuguês\nRusso\nEslovaco\nEspanhol\nSueco\nSuiço\nTailandês\nUcraniano\ngram7-past-tense\ndançou\ndiminuiu\ndescreveu\nmelhorou\ncaíndo\ncaiu\nalimentando\nalimentou\nvoou\ngerou\nfoi\nescondendo\nescondeu\nacertando\nacertou\nimplementou\naumentou\nsaltou\nconhecendo\nconheceu\nouviu\nolhou\nmoveu\npagou\njogou\npreviu\ncorreu\ndisse\ngritou\nviu\nvendendo\nvendeu\nencolhendo\nencolheu\ncantou\nsentou\ndormindo\ndormiu\nlentificou\ngastando\ngastou\ngolpeando\ngolpeou\nnadou\ntirando\ntirou\npensou\ndesapareceu\nandou\nescreveu\ngram8-plural\nbanana\nbananas\npássaro\npássaros\ngarrafa\ngarrafas\nedifício\nedifícios\ncarro\ncarros\ngato\ngatos\ncriança\ncrianças\nnuvem\nnuvens\ncor\ncores\ncomputador\ncomputadores\nvaca\nvacas\ncão\ncães\ndólares\nburro\nburros\nsonho\nsonhos\náguia\náguias\nelefante\nelefantes\nolho\nolhos\ndedo\ndedos\ncabra\ncabras\nmão\nmãos\ncavalo\ncavalos\nleão\nleões\nmáquina\nmáquinas\nmanga\nmangas\nhomens\nmelão\nmelões\nmacaco\nmacacos\nrato\nratos\ncebola\ncebolas\npêra\npêras\nporco\nporcos\nananás\nananases\nratazana\nratazanas\nestrada\nestradas\ncobra\ncobras\nmulheres\ngram9-plural-verbs\ndiminuem\ndescrevem\ncomer\ncomem\nmelhoram\nestima\nestimam\nencontra\nencontram\ngeram\nvão\nimplementam\naumentam\nouvem\njogam\nprevêem\nfornece\nfornecem\ndizem\ngritam\nprocura\nprocuram\nvêem\nbaralham\ncantam\nsentam\nlentificam\ndiz\nnadam\nfala\nfalam\npensam\ndesaparecem\nandam\ntrabalhou\ntrabalham\nescrevem\n"
  },
  {
    "path": "src/data/embedding_analogies/vi/Multi_evaluator_results.txt",
    "content": ": | Word Analogy Task results\n"
  },
  {
    "path": "src/data/embedding_analogies/vi/analogy_list_vi_ner.txt",
    "content": ": | countries\nViên | Áo | Berlin | Đức\ncậu bé | cô gái | anh_trai | em_gái\ncậu bé | cô gái | anh_em | chị_em gái\ncậu bé | cô gái | bố | mẹ\ncậu bé | cô gái | cha | mẹ\ncậu bé | cô gái | ông | bà\ncậu bé | cô gái | chú_rể | cô_dâu\ncậu bé | cô gái | vua | nữ_hoàng\ncậu bé | cô gái | đàn_ông | đàn_bà\ncậu bé | cô gái | hoàng_tử | công_chúa\ncậu bé | cô gái | con_riêng | chị kế\ncậu bé | cô gái | chú | cô\nanh_trai | chị | anh_em | chị_em gái\nanh_trai | chị | bố | mẹ\nanh_trai | chị | cha | mẹ\nanh_trai | chị | ông | bà\nanh_trai | chị | chú_rể | cô_dâu\nanh_trai | chị | vua | nữ_hoàng\nanh_trai | chị | đàn_ông | đàn_bà\nanh_trai | chị | hoàng_tử | công_chúa\nanh_trai | chị | con_riêng | chị kế\nanh_trai | chị | chú | cô\nanh_em | chị_em | bố | mẹ\nanh_em | chị_em | cha | mẹ\nanh_em | chị_em | ông | bà\nanh_em | chị_em | chú_rể | cô_dâu\nanh_em | chị_em | vua | nữ_hoàng\nanh_em | chị_em | đàn_ông | đàn_bà\nanh_em | chị_em | hoàng_tử | công_chúa\nanh_em | chị_em | con_riêng | chị kế\nanh_em | chị_em | chú | cô\nanh_em | chị_em | anh_trai | em_gái\nbố | mẹ | cha | mẹ\nbố | mẹ | ông | bà\nbố | mẹ | chú_rể | cô_dâu\nbố | mẹ | vua | nữ_hoàng\nbố | mẹ | đàn_ông | đàn_bà\nbố | mẹ | hoàng_tử | công_chúa\nbố | mẹ | con_riêng | chị kế\nbố | mẹ | chú | cô\nbố | mẹ | anh_trai | em_gái\nbố | mẹ | anh_em | chị_em gái\ncha | mẹ | ông | bà\ncha | mẹ | chú_rể | cô_dâu\ncha | mẹ | vua | nữ_hoàng\ncha | mẹ | đàn_ông | đàn_bà\ncha | mẹ | hoàng_tử | công_chúa\ncha | mẹ | con_riêng | chị kế\ncha | mẹ | chú | cô\ncha | mẹ | anh_trai | em_gái\ncha | mẹ | anh_em | chị_em gái\ncha | mẹ | bố | mẹ\nông nội | bà ngoại | ông | bà\nông nội | bà ngoại | chú_rể | cô_dâu\nông nội | bà ngoại | chồng | vợ\nông nội | bà ngoại | vua | nữ_hoàng\nông nội | bà ngoại | hoàng_tử | công_chúa\nông nội | bà ngoại | con_riêng | chị kế\nông nội | bà ngoại | chú | cô\nông nội | bà ngoại | anh_trai | em_gái\nông nội | bà ngoại | anh_em | chị_em gái\nông nội | bà ngoại | bố | mẹ\nông nội | bà ngoại | cha | mẹ\nông nội | bà | chú_rể | cô_dâu\nông nội | bà | vua | nữ_hoàng\nông nội | bà | hoàng_tử | công_chúa\nông nội | bà | con_riêng | chị kế\nông nội | bà | chú | cô\nông nội | bà | anh_trai | em_gái\nông nội | bà | anh_em | chị_em gái\nông nội | bà | bố | mẹ\nông nội | bà | cha | mẹ\ncháu trai | cháu gái | chú_rể | cô_dâu\ncháu trai | cháu gái | vua | nữ_hoàng\ncháu trai | cháu gái | đàn_ông | đàn_bà\ncháu trai | cháu gái | hoàng_tử | công_chúa\ncháu trai | cháu gái | con_riêng | chị kế\ncháu trai | cháu gái | chú | cô\ncháu trai | cháu gái | anh_trai | em_gái\ncháu trai | cháu gái | anh_em | chị_em gái\ncháu trai | cháu gái | bố | mẹ\ncháu trai | cháu gái | cha | mẹ\ncháu trai | cháu gái | ông | bà\nchú_rể | cô_dâu | vua | nữ_hoàng\nchú_rể | cô_dâu | đàn_ông | đàn_bà\nchú_rể | cô_dâu | hoàng_tử | công_chúa\nchú_rể | cô_dâu | con_riêng | chị kế\nchú_rể | cô_dâu | chú | cô\nchú_rể | cô_dâu | anh_trai | em_gái\nchú_rể | cô_dâu | anh_em | chị_em gái\nchú_rể | cô_dâu | bố | mẹ\nchú_rể | cô_dâu | cha | mẹ\nchú_rể | cô_dâu | ông | bà nội\nanh ấy | cô ấy | vua | nữ_hoàng\nanh ấy | cô ấy | đàn_ông | đàn_bà\nanh ấy | cô ấy | hoàng_tử | công_chúa\nanh ấy | cô ấy | con_riêng | chị kế\nanh ấy | cô ấy | chú | cô\nanh ấy | cô ấy | anh_trai | em_gái\nanh ấy | cô ấy | anh_em | chị_em gái\nanh ấy | cô ấy | bố | mẹ\nanh ấy | cô ấy | cha | mẹ\nanh ấy | cô ấy | ông | bà\nanh ấy | cô ấy | chú_rể | cô_dâu\ncủa anh ấy | của cô ấy | vua | nữ_hoàng\ncủa anh ấy | của cô ấy | đàn_ông | đàn_bà\ncủa anh ấy | của cô ấy | hoàng_tử | công_chúa\ncủa anh ấy | của cô ấy | con_riêng | chị kế\ncủa anh ấy | của cô ấy | chú | cô\ncủa anh ấy | của cô ấy | anh_trai | em_gái\ncủa anh ấy | của cô ấy | anh_em | chị_em gái\ncủa anh ấy | của cô ấy | bố | mẹ\ncủa anh ấy | của cô ấy | cha | mẹ\ncủa anh ấy | của cô ấy | ông | bà\ncủa anh ấy | của cô ấy | chú_rể | cô_dâu\nchồng | vợ | vua | nữ_hoàng\nchồng | vợ | đàn_ông | đàn_bà\nchồng | vợ | hoàng_tử | công_chúa\nchồng | vợ | con_riêng | chị kế\nchồng | vợ | chú | cô\nchồng | vợ | anh_trai | em_gái\nchồng | vợ | anh_em | chị_em gái\nchồng | vợ | bố | mẹ\nchồng | vợ | cha | mẹ\nchồng | vợ | ông | bà\nchồng | vợ | chú_rể | cô_dâu\nvua | nữ_hoàng | đàn_ông | đàn_bà\nvua | nữ_hoàng | hoàng_tử | công_chúa\nvua | nữ_hoàng | con_riêng | chị kế\nvua | nữ_hoàng | chú | cô\nvua | nữ_hoàng | anh_trai | em_gái\nvua | nữ_hoàng | anh_em | chị_em gái\nvua | nữ_hoàng | bố | mẹ\nvua | nữ_hoàng | cha | mẹ\nvua | nữ_hoàng | ông | bà\nvua | nữ_hoàng | chú_rể | cô_dâu\nngười đàn_ông | phụ_nữ | hoàng_tử | công_chúa\nngười đàn_ông | phụ_nữ | con_riêng | chị kế\nngười đàn_ông | phụ_nữ | chú | cô\nngười đàn_ông | phụ_nữ | anh_trai | em_gái\nngười đàn_ông | phụ_nữ | anh_em | chị_em gái\nngười đàn_ông | phụ_nữ | bố | mẹ\nngười đàn_ông | phụ_nữ | cha | mẹ\nngười đàn_ông | phụ_nữ | ông | bà\nngười đàn_ông | phụ_nữ | chú_rể | cô_dâu\nngười đàn_ông | phụ_nữ | vua | nữ_hoàng\ncháu trai | cháu gái | hoàng_tử | công_chúa\ncháu trai | cháu gái | con_riêng | chị kế\ncháu trai | cháu gái | chú | cô\ncháu trai | cháu gái | anh_trai | em_gái\ncháu trai | cháu gái | anh_em | chị_em gái\ncháu trai | cháu gái | bố | mẹ\ncháu trai | cháu gái | cha | mẹ\ncháu trai | cháu gái | ông | bà\ncháu trai | cháu gái | chú_rể | cô_dâu\ncháu trai | cháu gái | vua | nữ_hoàng\ncháu trai | cháu gái | đàn_ông | đàn_bà\ncảnh_sát | nữ cảnh_sát | hoàng_tử | công_chúa\ncảnh_sát | nữ cảnh_sát | con_riêng | chị kế\ncảnh_sát | nữ cảnh_sát | chú | cô\ncảnh_sát | nữ cảnh_sát | anh_trai | em_gái\ncảnh_sát | nữ cảnh_sát | anh_em | chị_em gái\ncảnh_sát | nữ cảnh_sát | bố | mẹ\ncảnh_sát | nữ cảnh_sát | cha | mẹ\ncảnh_sát | nữ cảnh_sát | ông | bà\ncảnh_sát | nữ cảnh_sát | chú_rể | cô_dâu\ncảnh_sát | nữ cảnh_sát | vua | nữ_hoàng\ncảnh_sát | nữ cảnh_sát | đàn_ông | đàn_bà\nhoàng_tử | công_chúa | con_riêng | chị kế\nhoàng_tử | công_chúa | chú | cô\nhoàng_tử | công_chúa | anh_trai | em_gái\nhoàng_tử | công_chúa | anh_em | chị_em gái\nhoàng_tử | công_chúa | bố | mẹ\nhoàng_tử | công_chúa | cha | mẹ\nhoàng_tử | công_chúa | ông | bà\nhoàng_tử | công_chúa | chú_rể | cô_dâu\nhoàng_tử | công_chúa | vua | nữ_hoàng\nhoàng_tử | công_chúa | đàn_ông | đàn_bà\ncon trai | con gái | con_riêng | chị kế\ncon trai | con gái | chú | cô\ncon trai | con gái | anh_trai | em_gái\ncon trai | con gái | anh_em | chị_em gái\ncon trai | con gái | bố | mẹ\ncon trai | con gái | cha | mẹ\ncon trai | con gái | ông | bà\ncon trai | con gái | chú_rể | cô_dâu\ncon trai | con gái | vua | nữ_hoàng\ncon trai | con gái | đàn_ông | đàn_bà\ncon trai | con gái | hoàng_tử | công_chúa\ncon trai | con gái | con_riêng | chị kế\ncon trai | con gái | chú | cô\ncon trai | con gái | anh_trai | em_gái\ncon trai | con gái | anh_em | chị_em gái\ncon trai | con gái | bố | mẹ\ncon trai | con gái | cha | mẹ\ncon trai | con gái | ông | bà\ncon trai | con gái | chú_rể | cô_dâu\ncon trai | con gái | vua | nữ_hoàng\ncon trai | con gái | đàn_ông | đàn_bà\ncon trai | con gái | hoàng_tử | công_chúa\ncha dượng | mẹ_kế | chú | cô\ncha dượng | mẹ_kế | anh_trai | em_gái\ncha dượng | mẹ_kế | anh_em | chị_em gái\ncha dượng | mẹ_kế | bố | mẹ\ncha dượng | mẹ_kế | cha | mẹ\ncha dượng | mẹ_kế | ông | bà\ncha dượng | mẹ_kế | chú_rể | cô_dâu\ncha dượng | mẹ_kế | vua | nữ_hoàng\ncha dượng | mẹ_kế | đàn_ông | đàn_bà\ncha dượng | mẹ_kế | hoàng_tử | công_chúa\ncha dượng | mẹ_kế | con_riêng | chị kế\ncon trai riêng | con gái riêng | chú | cô\ncon trai riêng | con gái riêng | anh_trai | em_gái\ncon trai riêng | con gái riêng | anh_em | chị_em gái\ncon trai riêng | con gái riêng | bố | mẹ\ncon trai riêng | con gái riêng | cha | mẹ\ncon trai riêng | con gái riêng | ông | bà\ncon trai riêng | con gái riêng | chú_rể | cô_dâu\ncon trai riêng | con gái riêng | vua | nữ_hoàng\ncon trai riêng | con gái riêng | đàn_ông | đàn_bà\ncon trai riêng | con gái riêng | hoàng_tử | công_chúa\ncon trai riêng | con gái riêng | con_riêng | chị kế\nchú | dì | anh_trai | em_gái\nchú | dì | anh_em | chị_em gái\nchú | dì | bố | mẹ\nchú | dì | cha | mẹ\nchú | dì | ông | bà\nchú | dì | chú_rể | cô_dâu\nchú | dì | vua | nữ_hoàng\nchú | dì | đàn_ông | đàn_bà\nchú | dì | hoàng_tử | công_chúa\nchú | dì | con_riêng | chị kế\nchấp_nhận được | không_thể chấp_nhận | nhận_thức | không biết\nchấp_nhận được | không_thể chấp_nhận | nhất_định | không chắc_chắn\nchấp_nhận được | không_thể chấp_nhận | rõ_ràng | không rõ\nchấp_nhận được | không_thể chấp_nhận | thoải_mái | khó_chịu\nchấp_nhận được | không_thể chấp_nhận | cạnh_tranh | không cạnh_tranh\nchấp_nhận được | không_thể chấp_nhận | nhất_quán | không nhất_quán\nchấp_nhận được | không_thể chấp_nhận | thuyết_phục | thiếu thuyết_phục\nchấp_nhận được | không_thể chấp_nhận | thuận_tiện | bất_tiện\nchấp_nhận được | không_thể chấp_nhận | quyết_định | chưa quyết_định\nchấp_nhận được | không_thể chấp_nhận | hiệu_quả | không hiệu_quả\nchấp_nhận được | không_thể chấp_nhận | đạo_đức | phi đạo_đức\nchấp_nhận được | không_thể chấp_nhận | may_mắn | không may\nchấp_nhận được | không_thể chấp_nhận | trung_thực | Không trung_thực\nchấp_nhận được | không_thể chấp_nhận | ấn_tượng | không ấn_tượng\nchấp_nhận được | không_thể chấp_nhận | thông_tin | không thông_tin\nchấp_nhận được | không_thể chấp_nhận | thông_báo | không hiểu\nchấp_nhận được | không_thể chấp_nhận | logic | phi logic\nchấp_nhận được | không_thể chấp_nhận | dễ_chịu | khó_chịu\nchấp_nhận được | không_thể chấp_nhận | có_thể | không_thể tưởng_tượng được\nchấp_nhận được | không_thể chấp_nhận | năng_suất | không hiệu_quả\nchấp_nhận được | không_thể chấp_nhận | hợp_lý | không hợp_lý\nchấp_nhận được | không_thể chấp_nhận | chắc_chắn | không chắc_chắn\nchấp_nhận được | không_thể chấp_nhận | trang_nhã | phiền_nhiễu\nnhận_thức | không biết | nhất_định | không chắc_chắn\nnhận_thức | không biết | rõ_ràng | không rõ\nnhận_thức | không biết | thoải_mái | khó_chịu\nnhận_thức | không biết | cạnh_tranh | không cạnh_tranh\nnhận_thức | không biết | nhất_quán | không nhất_quán\nnhận_thức | không biết | thuyết_phục | thiếu thuyết_phục\nnhận_thức | không biết | thuận_tiện | bất_tiện\nnhận_thức | không biết | quyết_định | chưa quyết_định\nnhận_thức | không biết | hiệu_quả | không hiệu_quả\nnhận_thức | không biết | đạo_đức | phi đạo_đức\nnhận_thức | không biết | may_mắn | không may\nnhận_thức | không biết | trung_thực | Không trung_thực\nnhận_thức | không biết | ấn_tượng | không ấn_tượng\nnhận_thức | không biết | thông_tin | không thông_tin\nnhận_thức | không biết | thông_báo | không hiểu\nnhận_thức | không biết | logic | phi logic\nnhận_thức | không biết | dễ_chịu | khó_chịu\nnhận_thức | không biết | có_thể | không_thể tưởng_tượng được\nnhận_thức | không biết | năng_suất | không hiệu_quả\nnhận_thức | không biết | hợp_lý | không hợp_lý\nnhận_thức | không biết | chắc_chắn | không chắc_chắn\nnhận_thức | không biết | trang_nhã | phiền_nhiễu\nnhất_định | không chắc_chắn | rõ_ràng | không rõ\nnhất_định | không chắc_chắn | thoải_mái | khó_chịu\nnhất_định | không chắc_chắn | cạnh_tranh | không cạnh_tranh\nnhất_định | không chắc_chắn | nhất_quán | không nhất_quán\nnhất_định | không chắc_chắn | thuyết_phục | thiếu thuyết_phục\nnhất_định | không chắc_chắn | thuận_tiện | bất_tiện\nnhất_định | không chắc_chắn | quyết_định | chưa quyết_định\nnhất_định | không chắc_chắn | hiệu_quả | không hiệu_quả\nnhất_định | không chắc_chắn | đạo_đức | phi đạo_đức\nnhất_định | không chắc_chắn | may_mắn | không may\nnhất_định | không chắc_chắn | trung_thực | Không trung_thực\nnhất_định | không chắc_chắn | ấn_tượng | không ấn_tượng\nnhất_định | không chắc_chắn | thông_tin | không thông_tin\nnhất_định | không chắc_chắn | thông_báo | không hiểu\nnhất_định | không chắc_chắn | logic | phi logic\nnhất_định | không chắc_chắn | dễ_chịu | khó_chịu\nnhất_định | không chắc_chắn | có_thể | không_thể tưởng_tượng được\nnhất_định | không chắc_chắn | năng_suất | không hiệu_quả\nnhất_định | không chắc_chắn | hợp_lý | không hợp_lý\nnhất_định | không chắc_chắn | chắc_chắn | không chắc_chắn\nnhất_định | không chắc_chắn | trang_nhã | phiền_nhiễu\nnhất_định | không chắc_chắn | nhận_thức | không biết |\nrõ_ràng | không rõ_ràng | thoải_mái | khó_chịu\nrõ_ràng | không rõ_ràng | cạnh_tranh | không cạnh_tranh\nrõ_ràng | không rõ_ràng | nhất_quán | không nhất_quán\nrõ_ràng | không rõ_ràng | thuyết_phục | thiếu thuyết_phục\nrõ_ràng | không rõ_ràng | thuận_tiện | bất_tiện\nrõ_ràng | không rõ_ràng | quyết_định | chưa quyết_định\nrõ_ràng | không rõ_ràng | hiệu_quả | không hiệu_quả\nrõ_ràng | không rõ_ràng | đạo_đức | phi đạo_đức\nrõ_ràng | không rõ_ràng | may_mắn | không may\nrõ_ràng | không rõ_ràng | trung_thực | Không trung_thực\nrõ_ràng | không rõ_ràng | ấn_tượng | không ấn_tượng\nrõ_ràng | không rõ_ràng | thông_tin | không thông_tin\nrõ_ràng | không rõ_ràng | thông_báo | không hiểu\nrõ_ràng | không rõ_ràng | logic | phi logic\nrõ_ràng | không rõ_ràng | dễ_chịu | khó_chịu\nrõ_ràng | không rõ_ràng | có_thể | không_thể tưởng_tượng được\nrõ_ràng | không rõ_ràng | năng_suất | không hiệu_quả\nrõ_ràng | không rõ_ràng | hợp_lý | không hợp_lý\nrõ_ràng | không rõ_ràng | chắc_chắn | không chắc_chắn\nrõ_ràng | không rõ_ràng | trang_nhã | phiền_nhiễu\nrõ_ràng | không rõ_ràng | nhận_thức | không biết |\nrõ_ràng | không rõ_ràng | nhất_định | không chắc_chắn\nthoải_mái | khó_chịu | cạnh_tranh | không cạnh_tranh\nthoải_mái | khó_chịu | nhất_quán | không nhất_quán\nthoải_mái | khó_chịu | thuyết_phục | thiếu thuyết_phục\nthoải_mái | khó_chịu | thuận_tiện | bất_tiện\nthoải_mái | khó_chịu | quyết_định | chưa quyết_định\nthoải_mái | khó_chịu | hiệu_quả | không hiệu_quả\nthoải_mái | khó_chịu | đạo_đức | phi đạo_đức\nthoải_mái | khó_chịu | may_mắn | không may\nthoải_mái | khó_chịu | trung_thực | Không trung_thực\nthoải_mái | khó_chịu | ấn_tượng | không ấn_tượng\nthoải_mái | khó_chịu | thông_tin | không thông_tin\nthoải_mái | khó_chịu | thông_báo | không hiểu\nthoải_mái | khó_chịu | logic | phi logic\nthoải_mái | khó_chịu | dễ_chịu | khó_chịu\nthoải_mái | khó_chịu | có_thể | không_thể tưởng_tượng được\nthoải_mái | khó_chịu | năng_suất | không hiệu_quả\nthoải_mái | khó_chịu | hợp_lý | không hợp_lý\nthoải_mái | khó_chịu | chắc_chắn | không chắc_chắn\nthoải_mái | khó_chịu | trang_nhã | phiền_nhiễu\nthoải_mái | khó_chịu | nhận_thức | không biết |\nthoải_mái | khó_chịu | nhất_định | không chắc_chắn\nthoải_mái | khó_chịu | rõ_ràng | không rõ\ncạnh_tranh | không cạnh_tranh | nhất_quán | không nhất_quán\ncạnh_tranh | không cạnh_tranh | thuyết_phục | thiếu thuyết_phục\ncạnh_tranh | không cạnh_tranh | thuận_tiện | bất_tiện\ncạnh_tranh | không cạnh_tranh | quyết_định | chưa quyết_định\ncạnh_tranh | không cạnh_tranh | hiệu_quả | không hiệu_quả\ncạnh_tranh | không cạnh_tranh | đạo_đức | phi đạo_đức\ncạnh_tranh | không cạnh_tranh | may_mắn | không may\ncạnh_tranh | không cạnh_tranh | trung_thực | Không trung_thực\ncạnh_tranh | không cạnh_tranh | ấn_tượng | không ấn_tượng\ncạnh_tranh | không cạnh_tranh | thông_tin | không thông_tin\ncạnh_tranh | không cạnh_tranh | thông_báo | không hiểu\ncạnh_tranh | không cạnh_tranh | logic | phi logic\ncạnh_tranh | không cạnh_tranh | dễ_chịu | khó_chịu\ncạnh_tranh | không cạnh_tranh | có_thể | không_thể tưởng_tượng được\ncạnh_tranh | không cạnh_tranh | năng_suất | không hiệu_quả\ncạnh_tranh | không cạnh_tranh | hợp_lý | không hợp_lý\ncạnh_tranh | không cạnh_tranh | chắc_chắn | không chắc_chắn\ncạnh_tranh | không cạnh_tranh | trang_nhã | phiền_nhiễu\ncạnh_tranh | không cạnh_tranh | nhận_thức | không biết\ncạnh_tranh | không cạnh_tranh | nhất_định | không chắc_chắn\ncạnh_tranh | không cạnh_tranh | rõ_ràng | không rõ\ncạnh_tranh | không cạnh_tranh | thoải_mái | khó_chịu\nthuyết_phục | thiếu thuyết_phục | thuận_tiện | bất_tiện\nthuyết_phục | thiếu thuyết_phục | quyết_định | chưa quyết_định\nthuyết_phục | thiếu thuyết_phục | hiệu_quả | không hiệu_quả\nthuyết_phục | thiếu thuyết_phục | đạo_đức | phi đạo_đức\nthuyết_phục | thiếu thuyết_phục | may_mắn | không may\nthuyết_phục | thiếu thuyết_phục | trung_thực | Không trung_thực\nthuyết_phục | thiếu thuyết_phục | ấn_tượng | không ấn_tượng\nthuyết_phục | thiếu thuyết_phục | thông_tin | không thông_tin\nthuyết_phục | thiếu thuyết_phục | thông_báo | không hiểu\nthuyết_phục | thiếu thuyết_phục | logic | phi logic\nthuyết_phục | thiếu thuyết_phục | dễ_chịu | khó_chịu\nthuyết_phục | thiếu thuyết_phục | có_thể | không_thể tưởng_tượng được\nthuyết_phục | thiếu thuyết_phục | năng_suất | không hiệu_quả\nthuyết_phục | thiếu thuyết_phục | hợp_lý | không hợp_lý\nthuyết_phục | thiếu thuyết_phục | chắc_chắn | không chắc_chắn\nthuyết_phục | thiếu thuyết_phục | trang_nhã | phiền_nhiễu\nthuyết_phục | thiếu thuyết_phục | nhận_thức | không biết\nthuyết_phục | thiếu thuyết_phục | nhất_định | không chắc_chắn\nthuyết_phục | thiếu thuyết_phục | rõ_ràng | không rõ\nthuyết_phục | thiếu thuyết_phục | thoải_mái | khó_chịu\nthuyết_phục | thiếu thuyết_phục | cạnh_tranh | không cạnh_tranh\nthuyết_phục | thiếu thuyết_phục | nhất_quán | không nhất_quán\nthuận_tiện | bất_tiện | quyết_định | chưa quyết_định\nthuận_tiện | bất_tiện | hiệu_quả | không hiệu_quả\nthuận_tiện | bất_tiện | đạo_đức | phi đạo_đức\nthuận_tiện | bất_tiện | may_mắn | không may\nthuận_tiện | bất_tiện | trung_thực | Không trung_thực\nthuận_tiện | bất_tiện | ấn_tượng | không ấn_tượng\nthuận_tiện | bất_tiện | thông_tin | không thông_tin\nthuận_tiện | bất_tiện | thông_báo | không hiểu\nthuận_tiện | bất_tiện | logic | phi logic\nthuận_tiện | bất_tiện | dễ_chịu | khó_chịu\nthuận_tiện | bất_tiện | có_thể | không_thể tưởng_tượng được\nthuận_tiện | bất_tiện | năng_suất | không hiệu_quả\nthuận_tiện | bất_tiện | hợp_lý | không hợp_lý\nthuận_tiện | bất_tiện | chắc_chắn | không chắc_chắn\nthuận_tiện | bất_tiện | trang_nhã | phiền_nhiễu\nthuận_tiện | bất_tiện | nhận_thức | không biết\nthuận_tiện | bất_tiện | nhất_định | không chắc_chắn\nthuận_tiện | bất_tiện | rõ_ràng | không rõ\nthuận_tiện | bất_tiện | thoải_mái | khó_chịu\nthuận_tiện | bất_tiện | cạnh_tranh | không cạnh_tranh\nthuận_tiện | bất_tiện | nhất_quán | không nhất_quán\nthuận_tiện | bất_tiện | thuyết_phục | thiếu thuyết_phục\nquyết_định | chưa quyết_định | hiệu_quả | không hiệu_quả\nquyết_định | chưa quyết_định | đạo_đức | phi đạo_đức\nquyết_định | chưa quyết_định | may_mắn | không may\nquyết_định | chưa quyết_định | trung_thực | Không trung_thực\nquyết_định | chưa quyết_định | ấn_tượng | không ấn_tượng\nquyết_định | chưa quyết_định | thông_tin | không thông_tin\nquyết_định | chưa quyết_định | thông_báo | không hiểu\nquyết_định | chưa quyết_định | logic | phi logic\nquyết_định | chưa quyết_định | dễ_chịu | khó_chịu\nquyết_định | chưa quyết_định | có_thể | không_thể tưởng_tượng được\nquyết_định | chưa quyết_định | năng_suất | không hiệu_quả\nquyết_định | chưa quyết_định | hợp_lý | không hợp_lý\nquyết_định | chưa quyết_định | chắc_chắn | không chắc_chắn\nquyết_định | chưa quyết_định | trang_nhã | phiền_nhiễu\nquyết_định | chưa quyết_định | nhận_thức | không biết\nquyết_định | chưa quyết_định | nhất_định | không chắc_chắn\nquyết_định | chưa quyết_định | rõ_ràng | không rõ\nquyết_định | chưa quyết_định | thoải_mái | khó_chịu\nquyết_định | chưa quyết_định | cạnh_tranh | không cạnh_tranh\nquyết_định | chưa quyết_định | nhất_quán | không nhất_quán\nquyết_định | chưa quyết_định | thuyết_phục | thiếu thuyết_phục\nquyết_định | chưa quyết_định | thuận_tiện | bất_tiện\nhiệu_quả | không hiệu_quả | đạo_đức | phi đạo_đức\nhiệu_quả | không hiệu_quả | may_mắn | không may\nhiệu_quả | không hiệu_quả | trung_thực | Không trung_thực\nhiệu_quả | không hiệu_quả | ấn_tượng | không ấn_tượng\nhiệu_quả | không hiệu_quả | thông_tin | không thông_tin\nhiệu_quả | không hiệu_quả | thông_báo | không hiểu\nhiệu_quả | không hiệu_quả | logic | phi logic\nhiệu_quả | không hiệu_quả | dễ_chịu | khó_chịu\nhiệu_quả | không hiệu_quả | có_thể | không_thể tưởng_tượng được\nhiệu_quả | không hiệu_quả | năng_suất | không hiệu_quả\nhiệu_quả | không hiệu_quả | hợp_lý | không hợp_lý\nhiệu_quả | không hiệu_quả | chắc_chắn | không chắc_chắn\nhiệu_quả | không hiệu_quả | trang_nhã | phiền_nhiễu\nhiệu_quả | không hiệu_quả | nhận_thức | không biết\nhiệu_quả | không hiệu_quả | nhất_định | không chắc_chắn\nhiệu_quả | không hiệu_quả | rõ_ràng | không rõ\nhiệu_quả | không hiệu_quả | thoải_mái | khó_chịu\nhiệu_quả | không hiệu_quả | cạnh_tranh | không cạnh_tranh\nhiệu_quả | không hiệu_quả | nhất_quán | không nhất_quán\nhiệu_quả | không hiệu_quả | thuyết_phục | thiếu thuyết_phục\nhiệu_quả | không hiệu_quả | thuận_tiện | bất_tiện\nhiệu_quả | không hiệu_quả | quyết_định | chưa quyết_định\nđạo_đức | phi đạo_đức | may_mắn | không may\nđạo_đức | phi đạo_đức | trung_thực | Không trung_thực\nđạo_đức | phi đạo_đức | ấn_tượng | không ấn_tượng\nđạo_đức | phi đạo_đức | thông_tin | không thông_tin\nđạo_đức | phi đạo_đức | thông_báo | không hiểu\nđạo_đức | phi đạo_đức | logic | phi logic\nđạo_đức | phi đạo_đức | dễ_chịu | khó_chịu\nđạo_đức | phi đạo_đức | có_thể | không_thể tưởng_tượng được\nđạo_đức | phi đạo_đức | năng_suất | không hiệu_quả\nđạo_đức | phi đạo_đức | hợp_lý | không hợp_lý\nđạo_đức | phi đạo_đức | chắc_chắn | không chắc_chắn\nđạo_đức | phi đạo_đức | trang_nhã | phiền_nhiễu\nđạo_đức | phi đạo_đức | nhận_thức | không biết\nđạo_đức | phi đạo_đức | nhất_định | không chắc_chắn\nđạo_đức | phi đạo_đức | rõ_ràng | không rõ\nđạo_đức | phi đạo_đức | thoải_mái | khó_chịu\nđạo_đức | phi đạo_đức | cạnh_tranh | không cạnh_tranh\nđạo_đức | phi đạo_đức | nhất_quán | không nhất_quán\nđạo_đức | phi đạo_đức | thuyết_phục | thiếu thuyết_phục\nđạo_đức | phi đạo_đức | thuận_tiện | bất_tiện\nđạo_đức | phi đạo_đức | quyết_định | chưa quyết_định\nđạo_đức | phi đạo_đức | hiệu_quả | không hiệu_quả\nmay_mắn | không may | trung_thực | Không trung_thực\nmay_mắn | không may | ấn_tượng | không ấn_tượng\nmay_mắn | không may | thông_tin | không thông_tin\nmay_mắn | không may | thông_báo | không hiểu\nmay_mắn | không may | logic | phi logic\nmay_mắn | không may | dễ_chịu | khó_chịu\nmay_mắn | không may | có_thể | không_thể tưởng_tượng được\nmay_mắn | không may | năng_suất | không hiệu_quả\nmay_mắn | không may | hợp_lý | không hợp_lý\nmay_mắn | không may | chắc_chắn | không chắc_chắn\nmay_mắn | không may | trang_nhã | phiền_nhiễu\nmay_mắn | không may | nhận_thức | không biết\nmay_mắn | không may | nhất_định | không chắc_chắn\nmay_mắn | không may | rõ_ràng | không rõ\nmay_mắn | không may | thoải_mái | khó_chịu\nmay_mắn | không may | cạnh_tranh | không cạnh_tranh\nmay_mắn | không may | nhất_quán | không nhất_quán\nmay_mắn | không may | thuyết_phục | thiếu thuyết_phục\nmay_mắn | không may | thuận_tiện | bất_tiện\nmay_mắn | không may | quyết_định | chưa quyết_định\nmay_mắn | không may | hiệu_quả | không hiệu_quả\nmay_mắn | không may | đạo_đức | phi đạo_đức\ntrung_thực | không trung_thực | ấn_tượng | không ấn_tượng\ntrung_thực | không trung_thực | thông_tin | không thông_tin\ntrung_thực | không trung_thực | thông_báo | không hiểu\ntrung_thực | không trung_thực | logic | phi logic\ntrung_thực | không trung_thực | dễ_chịu | khó_chịu\ntrung_thực | không trung_thực | có_thể | không_thể tưởng_tượng được\ntrung_thực | không trung_thực | năng_suất | không hiệu_quả\ntrung_thực | không trung_thực | hợp_lý | không hợp_lý\ntrung_thực | không trung_thực | chắc_chắn | không chắc_chắn\ntrung_thực | không trung_thực | trang_nhã | phiền_nhiễu\ntrung_thực | không trung_thực | nhận_thức | không biết\ntrung_thực | không trung_thực | nhất_định | không chắc_chắn\ntrung_thực | không trung_thực | rõ_ràng | không rõ\ntrung_thực | không trung_thực | thoải_mái | khó_chịu\ntrung_thực | không trung_thực | cạnh_tranh | không cạnh_tranh\ntrung_thực | không trung_thực | nhất_quán | không nhất_quán\ntrung_thực | không trung_thực | thuyết_phục | thiếu thuyết_phục\ntrung_thực | không trung_thực | thuận_tiện | bất_tiện\ntrung_thực | không trung_thực | quyết_định | chưa quyết_định\ntrung_thực | không trung_thực | hiệu_quả | không hiệu_quả\ntrung_thực | không trung_thực | đạo_đức | phi đạo_đức\ntrung_thực | không trung_thực | may_mắn | không may\nấn_tượng | không ấn_tượng | thông_tin | không thông_tin\nấn_tượng | không ấn_tượng | thông_báo | không hiểu\nấn_tượng | không ấn_tượng | logic | phi logic\nấn_tượng | không ấn_tượng | dễ_chịu | khó_chịu\nấn_tượng | không ấn_tượng | có_thể | không_thể tưởng_tượng được\nấn_tượng | không ấn_tượng | năng_suất | không hiệu_quả\nấn_tượng | không ấn_tượng | hợp_lý | không hợp_lý\nấn_tượng | không ấn_tượng | chắc_chắn | không chắc_chắn\nấn_tượng | không ấn_tượng | trang_nhã | phiền_nhiễu\nấn_tượng | không ấn_tượng | nhận_thức | không biết\nấn_tượng | không ấn_tượng | nhất_định | không chắc_chắn\nấn_tượng | không ấn_tượng | rõ_ràng | không rõ\nấn_tượng | không ấn_tượng | thoải_mái | khó_chịu\nấn_tượng | không ấn_tượng | cạnh_tranh | không cạnh_tranh\nấn_tượng | không ấn_tượng | nhất_quán | không nhất_quán\nấn_tượng | không ấn_tượng | thuyết_phục | thiếu thuyết_phục\nấn_tượng | không ấn_tượng | thuận_tiện | bất_tiện\nấn_tượng | không ấn_tượng | quyết_định | chưa quyết_định\nấn_tượng | không ấn_tượng | hiệu_quả | không hiệu_quả\nấn_tượng | không ấn_tượng | đạo_đức | phi đạo_đức\nấn_tượng | không ấn_tượng | may_mắn | không may\nấn_tượng | không ấn_tượng | trung_thực | Không trung_thực\nthông_tin | không thông_tin | thông_báo | không hiểu\nthông_tin | không thông_tin | logic | phi logic\nthông_tin | không thông_tin | dễ_chịu | khó_chịu\nthông_tin | không thông_tin | có_thể | không_thể tưởng_tượng được\nthông_tin | không thông_tin | năng_suất | không hiệu_quả\nthông_tin | không thông_tin | hợp_lý | không hợp_lý\nthông_tin | không thông_tin | chắc_chắn | không chắc_chắn\nthông_tin | không thông_tin | trang_nhã | phiền_nhiễu\nthông_tin | không thông_tin | nhận_thức | không biết\nthông_tin | không thông_tin | nhất_định | không chắc_chắn\nthông_tin | không thông_tin | rõ_ràng | không rõ\nthông_tin | không thông_tin | thoải_mái | khó_chịu\nthông_tin | không thông_tin | cạnh_tranh | không cạnh_tranh\nthông_tin | không thông_tin | nhất_quán | không nhất_quán\nthông_tin | không thông_tin | thuyết_phục | thiếu thuyết_phục\nthông_tin | không thông_tin | thuận_tiện | bất_tiện\nthông_tin | không thông_tin | quyết_định | chưa quyết_định\nthông_tin | không thông_tin | hiệu_quả | không hiệu_quả\nthông_tin | không thông_tin | đạo_đức | phi đạo_đức\nthông_tin | không thông_tin | may_mắn | không may\nthông_tin | không thông_tin | trung_thực | Không trung_thực\nthông_tin | không thông_tin | ấn_tượng | không ấn_tượng\nthông_báo | không hiểu | logic | phi logic\nthông_báo | không hiểu | dễ_chịu | khó_chịu\nthông_báo | không hiểu | có_thể | không_thể tưởng_tượng được\nthông_báo | không hiểu | năng_suất | không hiệu_quả\nthông_báo | không hiểu | hợp_lý | không hợp_lý\nthông_báo | không hiểu | chắc_chắn | không chắc_chắn\nthông_báo | không hiểu | trang_nhã | phiền_nhiễu\nthông_báo | không hiểu | nhận_thức | không biết\nthông_báo | không hiểu | nhất_định | không chắc_chắn\nthông_báo | không hiểu | rõ_ràng | không rõ\nthông_báo | không hiểu | thoải_mái | khó_chịu\nthông_báo | không hiểu | cạnh_tranh | không cạnh_tranh\nthông_báo | không hiểu | nhất_quán | không nhất_quán\nthông_báo | không hiểu | thuyết_phục | thiếu thuyết_phục\nthông_báo | không hiểu | thuận_tiện | bất_tiện\nthông_báo | không hiểu | quyết_định | chưa quyết_định\nthông_báo | không hiểu | hiệu_quả | không hiệu_quả\nthông_báo | không hiểu | đạo_đức | phi đạo_đức\nthông_báo | không hiểu | may_mắn | không may\nthông_báo | không hiểu | trung_thực | Không trung_thực\nthông_báo | không hiểu | ấn_tượng | không ấn_tượng\nthông_báo | không hiểu | thông_tin | không thông_tin\nđược biết đến | chưa biết | logic | phi logic\nđược biết đến | chưa biết | dễ_chịu | khó_chịu\nđược biết đến | chưa biết | có_thể | không_thể tưởng_tượng được\nđược biết đến | chưa biết | năng_suất | không hiệu_quả\nđược biết đến | chưa biết | hợp_lý | không hợp_lý\nđược biết đến | chưa biết | chắc_chắn | không chắc_chắn\nđược biết đến | chưa biết | trang_nhã | phiền_nhiễu\nđược biết đến | chưa biết | nhận_thức | không biết\nđược biết đến | chưa biết | nhất_định | không chắc_chắn\nđược biết đến | chưa biết | rõ_ràng | không rõ\nđược biết đến | chưa biết | thoải_mái | khó_chịu\nđược biết đến | chưa biết | cạnh_tranh | không cạnh_tranh\nđược biết đến | chưa biết | nhất_quán | không nhất_quán\nđược biết đến | chưa biết | thuyết_phục | thiếu thuyết_phục\nđược biết đến | chưa biết | thuận_tiện | bất_tiện\nđược biết đến | chưa biết | quyết_định | chưa quyết_định\nđược biết đến | chưa biết | hiệu_quả | không hiệu_quả\nđược biết đến | chưa biết | đạo_đức | phi đạo_đức\nđược biết đến | chưa biết | may_mắn | không may\nđược biết đến | chưa biết | trung_thực | Không trung_thực\nđược biết đến | chưa biết | ấn_tượng | không ấn_tượng\nđược biết đến | chưa biết | thông_tin | không thông_tin\nđược biết đến | chưa biết | thông_báo | không hiểu |\ncó khả_năng | không có khả_năng | logic | phi logic\ncó khả_năng | không có khả_năng | dễ_chịu | khó_chịu\ncó khả_năng | không có khả_năng | có_thể | không_thể tưởng_tượng được\ncó khả_năng | không có khả_năng | năng_suất | không hiệu_quả\ncó khả_năng | không có khả_năng | hợp_lý | không hợp_lý\ncó khả_năng | không có khả_năng | chắc_chắn | không chắc_chắn\ncó khả_năng | không có khả_năng | trang_nhã | phiền_nhiễu\ncó khả_năng | không có khả_năng | nhận_thức | không biết\ncó khả_năng | không có khả_năng | nhất_định | không chắc_chắn\ncó khả_năng | không có khả_năng | rõ_ràng | không rõ\ncó khả_năng | không có khả_năng | thoải_mái | khó_chịu\ncó khả_năng | không có khả_năng | cạnh_tranh | không cạnh_tranh\ncó khả_năng | không có khả_năng | nhất_quán | không nhất_quán\ncó khả_năng | không có khả_năng | thuyết_phục | thiếu thuyết_phục\ncó khả_năng | không có khả_năng | thuận_tiện | bất_tiện\ncó khả_năng | không có khả_năng | quyết_định | chưa quyết_định\ncó khả_năng | không có khả_năng | hiệu_quả | không hiệu_quả\ncó khả_năng | không có khả_năng | đạo_đức | phi đạo_đức\ncó khả_năng | không có khả_năng | may_mắn | không may\ncó khả_năng | không có khả_năng | trung_thực | Không trung_thực\ncó khả_năng | không có khả_năng | ấn_tượng | không ấn_tượng\ncó khả_năng | không có khả_năng | thông_tin | không thông_tin\ncó khả_năng | không có khả_năng | thông_báo | không hiểu |\nlogic | phi logic | dễ_chịu | khó_chịu\nlogic | phi logic | có_thể | không_thể tưởng_tượng được\nlogic | phi logic | năng_suất | không hiệu_quả\nlogic | phi logic | hợp_lý | không hợp_lý\nlogic | phi logic | chắc_chắn | không chắc_chắn\nlogic | phi logic | trang_nhã | phiền_nhiễu\nlogic | phi logic | nhận_thức | không biết\nlogic | phi logic | nhất_định | không chắc_chắn\nlogic | phi logic | rõ_ràng | không rõ\nlogic | phi logic | thoải_mái | khó_chịu\nlogic | phi logic | cạnh_tranh | không cạnh_tranh\nlogic | phi logic | nhất_quán | không nhất_quán\nlogic | phi logic | thuyết_phục | thiếu thuyết_phục\nlogic | phi logic | thuận_tiện | bất_tiện\nlogic | phi logic | quyết_định | chưa quyết_định\nlogic | phi logic | hiệu_quả | không hiệu_quả\nlogic | phi logic | đạo_đức | phi đạo_đức\nlogic | phi logic | may_mắn | không may\nlogic | phi logic | trung_thực | Không trung_thực\nlogic | phi logic | ấn_tượng | không ấn_tượng\nlogic | phi logic | thông_tin | không thông_tin\nlogic | phi logic | thông_báo | không hiểu\ndễ_chịu | khó_chịu | có_thể | không_thể tưởng_tượng được\ndễ_chịu | khó_chịu | năng_suất | không hiệu_quả\ndễ_chịu | khó_chịu | hợp_lý | không hợp_lý\ndễ_chịu | khó_chịu | chắc_chắn | không chắc_chắn\ndễ_chịu | khó_chịu | trang_nhã | phiền_nhiễu\ndễ_chịu | khó_chịu | nhận_thức | không biết\ndễ_chịu | khó_chịu | nhất_định | không chắc_chắn\ndễ_chịu | khó_chịu | rõ_ràng | không rõ\ndễ_chịu | khó_chịu | thoải_mái | khó_chịu\ndễ_chịu | khó_chịu | cạnh_tranh | không cạnh_tranh\ndễ_chịu | khó_chịu | nhất_quán | không nhất_quán\ndễ_chịu | khó_chịu | thuyết_phục | thiếu thuyết_phục\ndễ_chịu | khó_chịu | thuận_tiện | bất_tiện\ndễ_chịu | khó_chịu | quyết_định | chưa quyết_định\ndễ_chịu | khó_chịu | hiệu_quả | không hiệu_quả\ndễ_chịu | khó_chịu | đạo_đức | phi đạo_đức\ndễ_chịu | khó_chịu | may_mắn | không may\ndễ_chịu | khó_chịu | trung_thực | Không trung_thực\ndễ_chịu | khó_chịu | ấn_tượng | không ấn_tượng\ndễ_chịu | khó_chịu | thông_tin | không thông_tin\ndễ_chịu | khó_chịu | thông_báo | không hiểu\ndễ_chịu | khó_chịu | logic | phi logic\ncó_thể | không_thể | có_thể | không_thể tưởng_tượng được\ncó_thể | không_thể | năng_suất | không hiệu_quả\ncó_thể | không_thể | hợp_lý | không hợp_lý\ncó_thể | không_thể | chắc_chắn | không chắc_chắn\ncó_thể | không_thể | trang_nhã | phiền_nhiễu\ncó_thể | không_thể | nhận_thức | không biết\ncó_thể | không_thể | nhất_định | không chắc_chắn\ncó_thể | không_thể | rõ_ràng | không rõ\ncó_thể | không_thể | thoải_mái | khó_chịu\ncó_thể | không_thể | cạnh_tranh | không cạnh_tranh\ncó_thể | không_thể | nhất_quán | không nhất_quán\ncó_thể | không_thể | thuyết_phục | thiếu thuyết_phục\ncó_thể | không_thể | thuận_tiện | bất_tiện\ncó_thể | không_thể | quyết_định | chưa quyết_định\ncó_thể | không_thể | hiệu_quả | không hiệu_quả\ncó_thể | không_thể | đạo_đức | phi đạo_đức\ncó_thể | không_thể | may_mắn | không may\ncó_thể | không_thể | trung_thực | Không trung_thực\ncó_thể | không_thể | ấn_tượng | không ấn_tượng\ncó_thể | không_thể | thông_tin | không thông_tin\ncó_thể | không_thể | thông_báo | không hiểu\ncó_thể | không_thể | logic | phi logic\ncó_thể | không_thể | dễ_chịu | khó_chịu\ncó_thể | không_thể tưởng_tượng | năng_suất | không hiệu_quả\ncó_thể | không_thể tưởng_tượng | hợp_lý | không hợp_lý\ncó_thể | không_thể tưởng_tượng | chắc_chắn | không chắc_chắn\ncó_thể | không_thể tưởng_tượng | trang_nhã | phiền_nhiễu\ncó_thể | không_thể tưởng_tượng | nhận_thức | không biết\ncó_thể | không_thể tưởng_tượng | nhất_định | không chắc_chắn\ncó_thể | không_thể tưởng_tượng | rõ_ràng | không rõ\ncó_thể | không_thể tưởng_tượng | thoải_mái | khó_chịu\ncó_thể | không_thể tưởng_tượng | cạnh_tranh | không cạnh_tranh\ncó_thể | không_thể tưởng_tượng | nhất_quán | không nhất_quán\ncó_thể | không_thể tưởng_tượng | thuyết_phục | thiếu thuyết_phục\ncó_thể | không_thể tưởng_tượng | thuận_tiện | bất_tiện\ncó_thể | không_thể tưởng_tượng | quyết_định | chưa quyết_định\ncó_thể | không_thể tưởng_tượng | hiệu_quả | không hiệu_quả\ncó_thể | không_thể tưởng_tượng | đạo_đức | phi đạo_đức\ncó_thể | không_thể tưởng_tượng | may_mắn | không may\ncó_thể | không_thể tưởng_tượng | trung_thực | Không trung_thực\ncó_thể | không_thể tưởng_tượng | ấn_tượng | không ấn_tượng\ncó_thể | không_thể tưởng_tượng | thông_tin | không thông_tin\ncó_thể | không_thể tưởng_tượng | thông_báo | không hiểu\ncó_thể | không_thể tưởng_tượng | logic | phi logic\ncó_thể | không_thể tưởng_tượng | dễ_chịu | khó_chịu\nnăng_suất | không hiệu_quả | hợp_lý | không hợp_lý\nnăng_suất | không hiệu_quả | chắc_chắn | không chắc_chắn\nnăng_suất | không hiệu_quả | trang_nhã | phiền_nhiễu\nnăng_suất | không hiệu_quả | nhận_thức | không biết\nnăng_suất | không hiệu_quả | nhất_định | không chắc_chắn\nnăng_suất | không hiệu_quả | rõ_ràng | không rõ\nnăng_suất | không hiệu_quả | thoải_mái | khó_chịu\nnăng_suất | không hiệu_quả | cạnh_tranh | không cạnh_tranh\nnăng_suất | không hiệu_quả | nhất_quán | không nhất_quán\nnăng_suất | không hiệu_quả | thuyết_phục | thiếu thuyết_phục\nnăng_suất | không hiệu_quả | thuận_tiện | bất_tiện\nnăng_suất | không hiệu_quả | quyết_định | chưa quyết_định\nnăng_suất | không hiệu_quả | hiệu_quả | không hiệu_quả\nnăng_suất | không hiệu_quả | đạo_đức | phi đạo_đức\nnăng_suất | không hiệu_quả | may_mắn | không may\nnăng_suất | không hiệu_quả | trung_thực | Không trung_thực\nnăng_suất | không hiệu_quả | ấn_tượng | không ấn_tượng\nnăng_suất | không hiệu_quả | thông_tin | không thông_tin\nnăng_suất | không hiệu_quả | thông_báo | không hiểu\nnăng_suất | không hiệu_quả | logic | phi logic\nnăng_suất | không hiệu_quả | dễ_chịu | khó_chịu\nnăng_suất | không hiệu_quả | có_thể | không_thể tưởng_tượng được\nhợp_lý | không hợp_lý | chắc_chắn | không chắc_chắn\nhợp_lý | không hợp_lý | trang_nhã | phiền_nhiễu\nhợp_lý | không hợp_lý | nhận_thức | không biết\nhợp_lý | không hợp_lý | nhất_định | không chắc_chắn\nhợp_lý | không hợp_lý | rõ_ràng | không rõ\nhợp_lý | không hợp_lý | thoải_mái | khó_chịu\nhợp_lý | không hợp_lý | cạnh_tranh | không cạnh_tranh\nhợp_lý | không hợp_lý | nhất_quán | không nhất_quán\nhợp_lý | không hợp_lý | thuyết_phục | thiếu thuyết_phục\nhợp_lý | không hợp_lý | thuận_tiện | bất_tiện\nhợp_lý | không hợp_lý | quyết_định | chưa quyết_định\nhợp_lý | không hợp_lý | hiệu_quả | không hiệu_quả\nhợp_lý | không hợp_lý | đạo_đức | phi đạo_đức\nhợp_lý | không hợp_lý | may_mắn | không may\nhợp_lý | không hợp_lý | trung_thực | Không trung_thực\nhợp_lý | không hợp_lý | ấn_tượng | không ấn_tượng\nhợp_lý | không hợp_lý | thông_tin | không thông_tin\nhợp_lý | không hợp_lý | thông_báo | không hiểu\nhợp_lý | không hợp_lý | logic | phi logic\nhợp_lý | không hợp_lý | dễ_chịu | khó_chịu\nhợp_lý | không hợp_lý | có_thể | không_thể tưởng_tượng được\nhợp_lý | không hợp_lý | năng_suất | không hiệu_quả\nchắc_chắn | không chắc_chắn | trang_nhã | phiền_nhiễu\nchắc_chắn | không chắc_chắn | nhận_thức | không biết\nchắc_chắn | không chắc_chắn | nhất_định | không chắc_chắn\nchắc_chắn | không chắc_chắn | rõ_ràng | không rõ\nchắc_chắn | không chắc_chắn | thoải_mái | khó_chịu\nchắc_chắn | không chắc_chắn | cạnh_tranh | không cạnh_tranh\nchắc_chắn | không chắc_chắn | nhất_quán | không nhất_quán\nchắc_chắn | không chắc_chắn | thuyết_phục | thiếu thuyết_phục\nchắc_chắn | không chắc_chắn | thuận_tiện | bất_tiện\nchắc_chắn | không chắc_chắn | quyết_định | chưa quyết_định\nchắc_chắn | không chắc_chắn | hiệu_quả | không hiệu_quả\nchắc_chắn | không chắc_chắn | đạo_đức | phi đạo_đức\nchắc_chắn | không chắc_chắn | may_mắn | không may\nchắc_chắn | không chắc_chắn | trung_thực | Không trung_thực\nchắc_chắn | không chắc_chắn | ấn_tượng | không ấn_tượng\nchắc_chắn | không chắc_chắn | thông_tin | không thông_tin\nchắc_chắn | không chắc_chắn | thông_báo | không hiểu\nchắc_chắn | không chắc_chắn | logic | phi logic\nchắc_chắn | không chắc_chắn | dễ_chịu | khó_chịu\nchắc_chắn | không chắc_chắn | có_thể | không_thể tưởng_tượng được\nchắc_chắn | không chắc_chắn | năng_suất | không hiệu_quả\nchắc_chắn | không chắc_chắn | hợp_lý | không hợp_lý\nxấu | tệ hơn | lớn | lớn hơn\nxấu | tệ hơn | sáng | sáng hơn\nxấu | tệ hơn | lạnh | lạnh hơn\nxấu | tệ hơn | mát_mẻ | mát\nxấu | tệ hơn | sâu | sâu_sắc hơn\nxấu | tệ hơn | dễ_dàng | dễ_dàng hơn\nxấu | tệ hơn | nhanh_chóng | nhanh hơn\nxấu | tệ hơn | tốt | tốt hơn\nxấu | tệ hơn | tuyệt_vời | lớn hơn\nxấu | tệ hơn | khó_khăn | khó hơn\nxấu | tệ hơn | nặng | nặng hơn\nxấu | tệ hơn | cao | cao hơn\nxấu | tệ hơn | nóng | nóng hơn\nxấu | tệ hơn | lớn | lớn hơn\nxấu | tệ hơn | dài | lâu hơn\nxấu | tệ hơn | to | to hơn\nxấu | tệ hơn | thấp | thấp hơn\nxấu | tệ hơn | mới | mới hơn\nxấu | tệ hơn | cũ | lớn hơn\nxấu | tệ hơn | nhanh_chóng | nhanh hơn\nxấu | tệ hơn | an_toàn | an_toàn hơn\nxấu | tệ hơn | ngắn | ngắn hơn\nxấu | tệ hơn | đơn_giản | đơn_giản hơn\nxấu | tệ hơn | chậm | chậm hơn\nxấu | tệ hơn | nhỏ | nhỏ hơn\nxấu | tệ hơn | thông_minh | thông_minh hơn\nxấu | tệ hơn | mạnh_mẽ | mạnh_mẽ hơn\nxấu | tệ hơn | cao | cao hơn\nxấu | tệ hơn | chặt_chẽ | chặt_chẽ hơn\nxấu | tệ hơn | khó_khăn | khó_khăn hơn\nxấu | tệ hơn | ấm_áp | ấm hơn\nxấu | tệ hơn | yếu | yếu hơn\nxấu | tệ hơn | rộng | rộng hơn\nxấu | tệ hơn | trẻ | trẻ hơn\nlớn | lớn hơn | sáng | sáng hơn\nlớn | lớn hơn | lạnh | lạnh hơn\nlớn | lớn hơn | mát_mẻ | mát\nlớn | lớn hơn | sâu | sâu_sắc hơn\nlớn | lớn hơn | dễ_dàng | dễ_dàng hơn\nlớn | lớn hơn | nhanh_chóng | nhanh hơn\nlớn | lớn hơn | tốt | tốt hơn\nlớn | lớn hơn | tuyệt_vời | lớn hơn\nlớn | lớn hơn | khó_khăn | khó hơn\nlớn | lớn hơn | nặng | nặng hơn\nlớn | lớn hơn | cao | cao hơn\nlớn | lớn hơn | nóng | nóng hơn\nlớn | lớn hơn | lớn | lớn hơn\nlớn | lớn hơn | dài | lâu hơn\nlớn | lớn hơn | to | to hơn\nlớn | lớn hơn | thấp | thấp hơn\nlớn | lớn hơn | mới | mới hơn\nlớn | lớn hơn | cũ | lớn hơn\nlớn | lớn hơn | nhanh_chóng | nhanh hơn\nlớn | lớn hơn | an_toàn | an_toàn hơn\nlớn | lớn hơn | ngắn | ngắn hơn\nlớn | lớn hơn | đơn_giản | đơn_giản hơn\nlớn | lớn hơn | chậm | chậm hơn\nlớn | lớn hơn | nhỏ | nhỏ hơn\nlớn | lớn hơn | thông_minh | thông_minh hơn\nlớn | lớn hơn | mạnh_mẽ | mạnh_mẽ hơn\nlớn | lớn hơn | cao | cao hơn\nlớn | lớn hơn | chặt_chẽ | chặt_chẽ hơn\nlớn | lớn hơn | khó_khăn | khó_khăn hơn\nlớn | lớn hơn | ấm_áp | ấm hơn\nlớn | lớn hơn | yếu | yếu hơn\nlớn | lớn hơn | rộng | rộng hơn\nlớn | lớn hơn | trẻ | trẻ hơn\nlớn | lớn hơn | xấu | tệ hơn\nsáng | sáng hơn | lạnh | lạnh hơn\nsáng | sáng hơn | mát_mẻ | mát\nsáng | sáng hơn | sâu | sâu_sắc hơn\nsáng | sáng hơn | dễ_dàng | dễ_dàng hơn\nsáng | sáng hơn | nhanh_chóng | nhanh hơn\nsáng | sáng hơn | tốt | tốt hơn\nsáng | sáng hơn | tuyệt_vời | lớn hơn\nsáng | sáng hơn | khó_khăn | khó hơn\nsáng | sáng hơn | nặng | nặng hơn\nsáng | sáng hơn | cao | cao hơn\nsáng | sáng hơn | nóng | nóng hơn\nsáng | sáng hơn | lớn | lớn hơn\nsáng | sáng hơn | dài | lâu hơn\nsáng | sáng hơn | to | to hơn\nsáng | sáng hơn | thấp | thấp hơn\nsáng | sáng hơn | mới | mới hơn\nsáng | sáng hơn | cũ | lớn hơn\nsáng | sáng hơn | nhanh_chóng | nhanh hơn\nsáng | sáng hơn | an_toàn | an_toàn hơn\nsáng | sáng hơn | ngắn | ngắn hơn\nsáng | sáng hơn | đơn_giản | đơn_giản hơn\nsáng | sáng hơn | chậm | chậm hơn\nsáng | sáng hơn | nhỏ | nhỏ hơn\nsáng | sáng hơn | thông_minh | thông_minh hơn\nsáng | sáng hơn | mạnh_mẽ | mạnh_mẽ hơn\nsáng | sáng hơn | cao | cao hơn\nsáng | sáng hơn | chặt_chẽ | chặt_chẽ hơn\nsáng | sáng hơn | khó_khăn | khó_khăn hơn\nsáng | sáng hơn | ấm_áp | ấm hơn\nsáng | sáng hơn | yếu | yếu hơn\nsáng | sáng hơn | rộng | rộng hơn\nsáng | sáng hơn | trẻ | trẻ hơn\nsáng | sáng hơn | xấu | tệ hơn\nsáng | sáng hơn | lớn | lớn hơn\ngiá rẻ | rẻ hơn | lạnh | lạnh hơn\ngiá rẻ | rẻ hơn | mát_mẻ | mát\ngiá rẻ | rẻ hơn | sâu | sâu_sắc hơn\ngiá rẻ | rẻ hơn | dễ_dàng | dễ_dàng hơn\ngiá rẻ | rẻ hơn | nhanh_chóng | nhanh hơn\ngiá rẻ | rẻ hơn | tốt | tốt hơn\ngiá rẻ | rẻ hơn | tuyệt_vời | lớn hơn\ngiá rẻ | rẻ hơn | khó_khăn | khó hơn\ngiá rẻ | rẻ hơn | nặng | nặng hơn\ngiá rẻ | rẻ hơn | cao | cao hơn\ngiá rẻ | rẻ hơn | nóng | nóng hơn\ngiá rẻ | rẻ hơn | lớn | lớn hơn\ngiá rẻ | rẻ hơn | dài | lâu hơn\ngiá rẻ | rẻ hơn | to | to hơn\ngiá rẻ | rẻ hơn | thấp | thấp hơn\ngiá rẻ | rẻ hơn | mới | mới hơn\ngiá rẻ | rẻ hơn | cũ | lớn hơn\ngiá rẻ | rẻ hơn | nhanh_chóng | nhanh hơn\ngiá rẻ | rẻ hơn | an_toàn | an_toàn hơn\ngiá rẻ | rẻ hơn | ngắn | ngắn hơn\ngiá rẻ | rẻ hơn | đơn_giản | đơn_giản hơn\ngiá rẻ | rẻ hơn | chậm | chậm hơn\ngiá rẻ | rẻ hơn | nhỏ | nhỏ hơn\ngiá rẻ | rẻ hơn | thông_minh | thông_minh hơn\ngiá rẻ | rẻ hơn | mạnh_mẽ | mạnh_mẽ hơn\ngiá rẻ | rẻ hơn | cao | cao hơn\ngiá rẻ | rẻ hơn | chặt_chẽ | chặt_chẽ hơn\ngiá rẻ | rẻ hơn | khó_khăn | khó_khăn hơn\ngiá rẻ | rẻ hơn | ấm_áp | ấm hơn\ngiá rẻ | rẻ hơn | yếu | yếu hơn\ngiá rẻ | rẻ hơn | rộng | rộng hơn\ngiá rẻ | rẻ hơn | trẻ | trẻ hơn\ngiá rẻ | rẻ hơn | xấu | tệ hơn\ngiá rẻ | rẻ hơn | lớn | lớn hơn\ngiá rẻ | rẻ hơn | sáng | sáng hơn\nlạnh | lạnh hơn | mát_mẻ | mát\nlạnh | lạnh hơn | sâu | sâu_sắc hơn\nlạnh | lạnh hơn | dễ_dàng | dễ_dàng hơn\nlạnh | lạnh hơn | nhanh_chóng | nhanh hơn\nlạnh | lạnh hơn | tốt | tốt hơn\nlạnh | lạnh hơn | tuyệt_vời | lớn hơn\nlạnh | lạnh hơn | khó_khăn | khó hơn\nlạnh | lạnh hơn | nặng | nặng hơn\nlạnh | lạnh hơn | cao | cao hơn\nlạnh | lạnh hơn | nóng | nóng hơn\nlạnh | lạnh hơn | lớn | lớn hơn\nlạnh | lạnh hơn | dài | lâu hơn\nlạnh | lạnh hơn | to | to hơn\nlạnh | lạnh hơn | thấp | thấp hơn\nlạnh | lạnh hơn | mới | mới hơn\nlạnh | lạnh hơn | cũ | lớn hơn\nlạnh | lạnh hơn | nhanh_chóng | nhanh hơn\nlạnh | lạnh hơn | an_toàn | an_toàn hơn\nlạnh | lạnh hơn | ngắn | ngắn hơn\nlạnh | lạnh hơn | đơn_giản | đơn_giản hơn\nlạnh | lạnh hơn | chậm | chậm hơn\nlạnh | lạnh hơn | nhỏ | nhỏ hơn\nlạnh | lạnh hơn | thông_minh | thông_minh hơn\nlạnh | lạnh hơn | mạnh_mẽ | mạnh_mẽ hơn\nlạnh | lạnh hơn | cao | cao hơn\nlạnh | lạnh hơn | chặt_chẽ | chặt_chẽ hơn\nlạnh | lạnh hơn | khó_khăn | khó_khăn hơn\nlạnh | lạnh hơn | ấm_áp | ấm hơn\nlạnh | lạnh hơn | yếu | yếu hơn\nlạnh | lạnh hơn | rộng | rộng hơn\nlạnh | lạnh hơn | trẻ | trẻ hơn\nlạnh | lạnh hơn | xấu | tệ hơn\nlạnh | lạnh hơn | lớn | lớn hơn\nlạnh | lạnh hơn | sáng | sáng hơn\nmát_mẻ | mát hơn | sâu | sâu_sắc hơn\nmát_mẻ | mát hơn | dễ_dàng | dễ_dàng hơn\nmát_mẻ | mát hơn | nhanh_chóng | nhanh hơn\nmát_mẻ | mát hơn | tốt | tốt hơn\nmát_mẻ | mát hơn | tuyệt_vời | lớn hơn\nmát_mẻ | mát hơn | khó_khăn | khó hơn\nmát_mẻ | mát hơn | nặng | nặng hơn\nmát_mẻ | mát hơn | cao | cao hơn\nmát_mẻ | mát hơn | nóng | nóng hơn\nmát_mẻ | mát hơn | lớn | lớn hơn\nmát_mẻ | mát hơn | dài | lâu hơn\nmát_mẻ | mát hơn | to | to hơn\nmát_mẻ | mát hơn | thấp | thấp hơn\nmát_mẻ | mát hơn | mới | mới hơn\nmát_mẻ | mát hơn | cũ | lớn hơn\nmát_mẻ | mát hơn | nhanh_chóng | nhanh hơn\nmát_mẻ | mát hơn | an_toàn | an_toàn hơn\nmát_mẻ | mát hơn | ngắn | ngắn hơn\nmát_mẻ | mát hơn | đơn_giản | đơn_giản hơn\nmát_mẻ | mát hơn | chậm | chậm hơn\nmát_mẻ | mát hơn | nhỏ | nhỏ hơn\nmát_mẻ | mát hơn | thông_minh | thông_minh hơn\nmát_mẻ | mát hơn | mạnh_mẽ | mạnh_mẽ hơn\nmát_mẻ | mát hơn | cao | cao hơn\nmát_mẻ | mát hơn | chặt_chẽ | chặt_chẽ hơn\nmát_mẻ | mát hơn | khó_khăn | khó_khăn hơn\nmát_mẻ | mát hơn | ấm_áp | ấm hơn\nmát_mẻ | mát hơn | yếu | yếu hơn\nmát_mẻ | mát hơn | rộng | rộng hơn\nmát_mẻ | mát hơn | trẻ | trẻ hơn\nmát_mẻ | mát hơn | xấu | tệ hơn\nmát_mẻ | mát hơn | lớn | lớn hơn\nmát_mẻ | mát hơn | sáng | sáng hơn\nmát_mẻ | mát hơn | lạnh | lạnh hơn\nsâu | sâu hơn | dễ_dàng | dễ_dàng hơn\nsâu | sâu hơn | nhanh_chóng | nhanh hơn\nsâu | sâu hơn | tốt | tốt hơn\nsâu | sâu hơn | tuyệt_vời | lớn hơn\nsâu | sâu hơn | khó_khăn | khó hơn\nsâu | sâu hơn | nặng | nặng hơn\nsâu | sâu hơn | cao | cao hơn\nsâu | sâu hơn | nóng | nóng hơn\nsâu | sâu hơn | lớn | lớn hơn\nsâu | sâu hơn | dài | lâu hơn\nsâu | sâu hơn | to | to hơn\nsâu | sâu hơn | thấp | thấp hơn\nsâu | sâu hơn | mới | mới hơn\nsâu | sâu hơn | cũ | lớn hơn\nsâu | sâu hơn | nhanh_chóng | nhanh hơn\nsâu | sâu hơn | an_toàn | an_toàn hơn\nsâu | sâu hơn | ngắn | ngắn hơn\nsâu | sâu hơn | đơn_giản | đơn_giản hơn\nsâu | sâu hơn | chậm | chậm hơn\nsâu | sâu hơn | nhỏ | nhỏ hơn\nsâu | sâu hơn | thông_minh | thông_minh hơn\nsâu | sâu hơn | mạnh_mẽ | mạnh_mẽ hơn\nsâu | sâu hơn | cao | cao hơn\nsâu | sâu hơn | chặt_chẽ | chặt_chẽ hơn\nsâu | sâu hơn | khó_khăn | khó_khăn hơn\nsâu | sâu hơn | ấm_áp | ấm hơn\nsâu | sâu hơn | yếu | yếu hơn\nsâu | sâu hơn | rộng | rộng hơn\nsâu | sâu hơn | trẻ | trẻ hơn\nsâu | sâu hơn | xấu | tệ hơn\nsâu | sâu hơn | lớn | lớn hơn\nsâu | sâu hơn | sáng | sáng hơn\nsâu | sâu hơn | lạnh | lạnh hơn\nsâu | sâu hơn | mát_mẻ | mát\ndễ_dàng | dễ_dàng hơn | nhanh_chóng | nhanh hơn\ndễ_dàng | dễ_dàng hơn | tốt | tốt hơn\ndễ_dàng | dễ_dàng hơn | tuyệt_vời | lớn hơn\ndễ_dàng | dễ_dàng hơn | khó_khăn | khó hơn\ndễ_dàng | dễ_dàng hơn | nặng | nặng hơn\ndễ_dàng | dễ_dàng hơn | cao | cao hơn\ndễ_dàng | dễ_dàng hơn | nóng | nóng hơn\ndễ_dàng | dễ_dàng hơn | lớn | lớn hơn\ndễ_dàng | dễ_dàng hơn | dài | lâu hơn\ndễ_dàng | dễ_dàng hơn | to | to hơn\ndễ_dàng | dễ_dàng hơn | thấp | thấp hơn\ndễ_dàng | dễ_dàng hơn | mới | mới hơn\ndễ_dàng | dễ_dàng hơn | cũ | lớn hơn\ndễ_dàng | dễ_dàng hơn | nhanh_chóng | nhanh hơn\ndễ_dàng | dễ_dàng hơn | an_toàn | an_toàn hơn\ndễ_dàng | dễ_dàng hơn | ngắn | ngắn hơn\ndễ_dàng | dễ_dàng hơn | đơn_giản | đơn_giản hơn\ndễ_dàng | dễ_dàng hơn | chậm | chậm hơn\ndễ_dàng | dễ_dàng hơn | nhỏ | nhỏ hơn\ndễ_dàng | dễ_dàng hơn | thông_minh | thông_minh hơn\ndễ_dàng | dễ_dàng hơn | mạnh_mẽ | mạnh_mẽ hơn\ndễ_dàng | dễ_dàng hơn | cao | cao hơn\ndễ_dàng | dễ_dàng hơn | chặt_chẽ | chặt_chẽ hơn\ndễ_dàng | dễ_dàng hơn | khó_khăn | khó_khăn hơn\ndễ_dàng | dễ_dàng hơn | ấm_áp | ấm hơn\ndễ_dàng | dễ_dàng hơn | yếu | yếu hơn\ndễ_dàng | dễ_dàng hơn | rộng | rộng hơn\ndễ_dàng | dễ_dàng hơn | trẻ | trẻ hơn\ndễ_dàng | dễ_dàng hơn | xấu | tệ hơn\ndễ_dàng | dễ_dàng hơn | lớn | lớn hơn\ndễ_dàng | dễ_dàng hơn | sáng | sáng hơn\ndễ_dàng | dễ_dàng hơn | lạnh | lạnh hơn\ndễ_dàng | dễ_dàng hơn | mát_mẻ | mát\ndễ_dàng | dễ_dàng hơn | sâu | sâu_sắc hơn\nnhanh_chóng | nhanh hơn | tốt | tốt hơn\nnhanh_chóng | nhanh hơn | tuyệt_vời | lớn hơn\nnhanh_chóng | nhanh hơn | khó_khăn | khó hơn\nnhanh_chóng | nhanh hơn | nặng | nặng hơn\nnhanh_chóng | nhanh hơn | cao | cao hơn\nnhanh_chóng | nhanh hơn | nóng | nóng hơn\nnhanh_chóng | nhanh hơn | lớn | lớn hơn\nnhanh_chóng | nhanh hơn | dài | lâu hơn\nnhanh_chóng | nhanh hơn | to | to hơn\nnhanh_chóng | nhanh hơn | thấp | thấp hơn\nnhanh_chóng | nhanh hơn | mới | mới hơn\nnhanh_chóng | nhanh hơn | cũ | lớn hơn\nnhanh_chóng | nhanh hơn | nhanh_chóng | nhanh hơn\nnhanh_chóng | nhanh hơn | an_toàn | an_toàn hơn\nnhanh_chóng | nhanh hơn | ngắn | ngắn hơn\nnhanh_chóng | nhanh hơn | đơn_giản | đơn_giản hơn\nnhanh_chóng | nhanh hơn | chậm | chậm hơn\nnhanh_chóng | nhanh hơn | nhỏ | nhỏ hơn\nnhanh_chóng | nhanh hơn | thông_minh | thông_minh hơn\nnhanh_chóng | nhanh hơn | mạnh_mẽ | mạnh_mẽ hơn\nnhanh_chóng | nhanh hơn | cao | cao hơn\nnhanh_chóng | nhanh hơn | chặt_chẽ | chặt_chẽ hơn\nnhanh_chóng | nhanh hơn | khó_khăn | khó_khăn hơn\nnhanh_chóng | nhanh hơn | ấm_áp | ấm hơn\nnhanh_chóng | nhanh hơn | yếu | yếu hơn\nnhanh_chóng | nhanh hơn | rộng | rộng hơn\nnhanh_chóng | nhanh hơn | trẻ | trẻ hơn\nnhanh_chóng | nhanh hơn | xấu | tệ hơn\nnhanh_chóng | nhanh hơn | lớn | lớn hơn\nnhanh_chóng | nhanh hơn | sáng | sáng hơn\nnhanh_chóng | nhanh hơn | lạnh | lạnh hơn\nnhanh_chóng | nhanh hơn | mát_mẻ | mát\nnhanh_chóng | nhanh hơn | sâu | sâu_sắc hơn\nnhanh_chóng | nhanh hơn | dễ_dàng | dễ_dàng hơn\ntốt | tốt hơn | tuyệt_vời | lớn hơn\ntốt | tốt hơn | khó_khăn | khó hơn\ntốt | tốt hơn | nặng | nặng hơn\ntốt | tốt hơn | cao | cao hơn\ntốt | tốt hơn | nóng | nóng hơn\ntốt | tốt hơn | lớn | lớn hơn\ntốt | tốt hơn | dài | lâu hơn\ntốt | tốt hơn | to | to hơn\ntốt | tốt hơn | thấp | thấp hơn\ntốt | tốt hơn | mới | mới hơn\ntốt | tốt hơn | cũ | lớn hơn\ntốt | tốt hơn | nhanh_chóng | nhanh hơn\ntốt | tốt hơn | an_toàn | an_toàn hơn\ntốt | tốt hơn | ngắn | ngắn hơn\ntốt | tốt hơn | đơn_giản | đơn_giản hơn\ntốt | tốt hơn | chậm | chậm hơn\ntốt | tốt hơn | nhỏ | nhỏ hơn\ntốt | tốt hơn | thông_minh | thông_minh hơn\ntốt | tốt hơn | mạnh_mẽ | mạnh_mẽ hơn\ntốt | tốt hơn | cao | cao hơn\ntốt | tốt hơn | chặt_chẽ | chặt_chẽ hơn\ntốt | tốt hơn | khó_khăn | khó_khăn hơn\ntốt | tốt hơn | ấm_áp | ấm hơn\ntốt | tốt hơn | yếu | yếu hơn\ntốt | tốt hơn | rộng | rộng hơn\ntốt | tốt hơn | trẻ | trẻ hơn\ntốt | tốt hơn | xấu | tệ hơn\ntốt | tốt hơn | lớn | lớn hơn\ntốt | tốt hơn | sáng | sáng hơn\ntốt | tốt hơn | lạnh | lạnh hơn\ntốt | tốt hơn | mát_mẻ | mát\ntốt | tốt hơn | sâu | sâu_sắc hơn\ntốt | tốt hơn | dễ_dàng | dễ_dàng hơn\ntốt | tốt hơn | nhanh_chóng | nhanh hơn\ntuyệt_vời | lớn hơn | khó_khăn | khó hơn\ntuyệt_vời | lớn hơn | nặng | nặng hơn\ntuyệt_vời | lớn hơn | cao | cao hơn\ntuyệt_vời | lớn hơn | nóng | nóng hơn\ntuyệt_vời | lớn hơn | lớn | lớn hơn\ntuyệt_vời | lớn hơn | dài | lâu hơn\ntuyệt_vời | lớn hơn | to | to hơn\ntuyệt_vời | lớn hơn | thấp | thấp hơn\ntuyệt_vời | lớn hơn | mới | mới hơn\ntuyệt_vời | lớn hơn | cũ | lớn hơn\ntuyệt_vời | lớn hơn | nhanh_chóng | nhanh hơn\ntuyệt_vời | lớn hơn | an_toàn | an_toàn hơn\ntuyệt_vời | lớn hơn | ngắn | ngắn hơn\ntuyệt_vời | lớn hơn | đơn_giản | đơn_giản hơn\ntuyệt_vời | lớn hơn | chậm | chậm hơn\ntuyệt_vời | lớn hơn | nhỏ | nhỏ hơn\ntuyệt_vời | lớn hơn | thông_minh | thông_minh hơn\ntuyệt_vời | lớn hơn | mạnh_mẽ | mạnh_mẽ hơn\ntuyệt_vời | lớn hơn | cao | cao hơn\ntuyệt_vời | lớn hơn | chặt_chẽ | chặt_chẽ hơn\ntuyệt_vời | lớn hơn | khó_khăn | khó_khăn hơn\ntuyệt_vời | lớn hơn | ấm_áp | ấm hơn\ntuyệt_vời | lớn hơn | yếu | yếu hơn\ntuyệt_vời | lớn hơn | rộng | rộng hơn\ntuyệt_vời | lớn hơn | trẻ | trẻ hơn\ntuyệt_vời | lớn hơn | xấu | tệ hơn\ntuyệt_vời | lớn hơn | lớn | lớn hơn\ntuyệt_vời | lớn hơn | sáng | sáng hơn\ntuyệt_vời | lớn hơn | lạnh | lạnh hơn\ntuyệt_vời | lớn hơn | mát_mẻ | mát\ntuyệt_vời | lớn hơn | sâu | sâu_sắc hơn\ntuyệt_vời | lớn hơn | dễ_dàng | dễ_dàng hơn\ntuyệt_vời | lớn hơn | nhanh_chóng | nhanh hơn\ntuyệt_vời | lớn hơn | tốt | tốt hơn\nkhó_khăn | khó hơn | nặng | nặng hơn\nkhó_khăn | khó hơn | cao | cao hơn\nkhó_khăn | khó hơn | nóng | nóng hơn\nkhó_khăn | khó hơn | lớn | lớn hơn\nkhó_khăn | khó hơn | dài | lâu hơn\nkhó_khăn | khó hơn | to | to hơn\nkhó_khăn | khó hơn | thấp | thấp hơn\nkhó_khăn | khó hơn | mới | mới hơn\nkhó_khăn | khó hơn | cũ | lớn hơn\nkhó_khăn | khó hơn | nhanh_chóng | nhanh hơn\nkhó_khăn | khó hơn | an_toàn | an_toàn hơn\nkhó_khăn | khó hơn | ngắn | ngắn hơn\nkhó_khăn | khó hơn | đơn_giản | đơn_giản hơn\nkhó_khăn | khó hơn | chậm | chậm hơn\nkhó_khăn | khó hơn | nhỏ | nhỏ hơn\nkhó_khăn | khó hơn | thông_minh | thông_minh hơn\nkhó_khăn | khó hơn | mạnh_mẽ | mạnh_mẽ hơn\nkhó_khăn | khó hơn | cao | cao hơn\nkhó_khăn | khó hơn | chặt_chẽ | chặt_chẽ hơn\nkhó_khăn | khó hơn | khó_khăn | khó_khăn hơn\nkhó_khăn | khó hơn | ấm_áp | ấm hơn\nkhó_khăn | khó hơn | yếu | yếu hơn\nkhó_khăn | khó hơn | rộng | rộng hơn\nkhó_khăn | khó hơn | trẻ | trẻ hơn\nkhó_khăn | khó hơn | xấu | tệ hơn\nkhó_khăn | khó hơn | lớn | lớn hơn\nkhó_khăn | khó hơn | sáng | sáng hơn\nkhó_khăn | khó hơn | lạnh | lạnh hơn\nkhó_khăn | khó hơn | mát_mẻ | mát\nkhó_khăn | khó hơn | sâu | sâu_sắc hơn\nkhó_khăn | khó hơn | dễ_dàng | dễ_dàng hơn\nkhó_khăn | khó hơn | nhanh_chóng | nhanh hơn\nkhó_khăn | khó hơn | tốt | tốt hơn\nkhó_khăn | khó hơn | tuyệt_vời | lớn hơn\nnặng | nặng hơn | cao | cao hơn\nnặng | nặng hơn | nóng | nóng hơn\nnặng | nặng hơn | lớn | lớn hơn\nnặng | nặng hơn | dài | lâu hơn\nnặng | nặng hơn | to | to hơn\nnặng | nặng hơn | thấp | thấp hơn\nnặng | nặng hơn | mới | mới hơn\nnặng | nặng hơn | cũ | lớn hơn\nnặng | nặng hơn | nhanh_chóng | nhanh hơn\nnặng | nặng hơn | an_toàn | an_toàn hơn\nnặng | nặng hơn | ngắn | ngắn hơn\nnặng | nặng hơn | đơn_giản | đơn_giản hơn\nnặng | nặng hơn | chậm | chậm hơn\nnặng | nặng hơn | nhỏ | nhỏ hơn\nnặng | nặng hơn | thông_minh | thông_minh hơn\nnặng | nặng hơn | mạnh_mẽ | mạnh_mẽ hơn\nnặng | nặng hơn | cao | cao hơn\nnặng | nặng hơn | chặt_chẽ | chặt_chẽ hơn\nnặng | nặng hơn | khó_khăn | khó_khăn hơn\nnặng | nặng hơn | ấm_áp | ấm hơn\nnặng | nặng hơn | yếu | yếu hơn\nnặng | nặng hơn | rộng | rộng hơn\nnặng | nặng hơn | trẻ | trẻ hơn\nnặng | nặng hơn | xấu | tệ hơn\nnặng | nặng hơn | lớn | lớn hơn\nnặng | nặng hơn | sáng | sáng hơn\nnặng | nặng hơn | lạnh | lạnh hơn\nnặng | nặng hơn | mát_mẻ | mát\nnặng | nặng hơn | sâu | sâu_sắc hơn\nnặng | nặng hơn | dễ_dàng | dễ_dàng hơn\nnặng | nặng hơn | nhanh_chóng | nhanh hơn\nnặng | nặng hơn | tốt | tốt hơn\nnặng | nặng hơn | tuyệt_vời | lớn hơn\nnặng | nặng hơn | khó_khăn | khó hơn\ncao | cao hơn | nóng | nóng hơn\ncao | cao hơn | lớn | lớn hơn\ncao | cao hơn | dài | lâu hơn\ncao | cao hơn | to | to hơn\ncao | cao hơn | thấp | thấp hơn\ncao | cao hơn | mới | mới hơn\ncao | cao hơn | cũ | lớn hơn\ncao | cao hơn | nhanh_chóng | nhanh hơn\ncao | cao hơn | an_toàn | an_toàn hơn\ncao | cao hơn | ngắn | ngắn hơn\ncao | cao hơn | đơn_giản | đơn_giản hơn\ncao | cao hơn | chậm | chậm hơn\ncao | cao hơn | nhỏ | nhỏ hơn\ncao | cao hơn | thông_minh | thông_minh hơn\ncao | cao hơn | mạnh_mẽ | mạnh_mẽ hơn\ncao | cao hơn | cao | cao hơn\ncao | cao hơn | chặt_chẽ | chặt_chẽ hơn\ncao | cao hơn | khó_khăn | khó_khăn hơn\ncao | cao hơn | ấm_áp | ấm hơn\ncao | cao hơn | yếu | yếu hơn\ncao | cao hơn | rộng | rộng hơn\ncao | cao hơn | trẻ | trẻ hơn\ncao | cao hơn | xấu | tệ hơn\ncao | cao hơn | lớn | lớn hơn\ncao | cao hơn | sáng | sáng hơn\ncao | cao hơn | lạnh | lạnh hơn\ncao | cao hơn | mát_mẻ | mát\ncao | cao hơn | sâu | sâu_sắc hơn\ncao | cao hơn | dễ_dàng | dễ_dàng hơn\ncao | cao hơn | nhanh_chóng | nhanh hơn\ncao | cao hơn | tốt | tốt hơn\ncao | cao hơn | tuyệt_vời | lớn hơn\ncao | cao hơn | khó_khăn | khó hơn\ncao | cao hơn | nặng | nặng hơn\nnóng | nóng hơn | lớn | lớn hơn\nnóng | nóng hơn | dài | lâu hơn\nnóng | nóng hơn | to | to hơn\nnóng | nóng hơn | thấp | thấp hơn\nnóng | nóng hơn | mới | mới hơn\nnóng | nóng hơn | cũ | lớn hơn\nnóng | nóng hơn | nhanh_chóng | nhanh hơn\nnóng | nóng hơn | an_toàn | an_toàn hơn\nnóng | nóng hơn | ngắn | ngắn hơn\nnóng | nóng hơn | đơn_giản | đơn_giản hơn\nnóng | nóng hơn | chậm | chậm hơn\nnóng | nóng hơn | nhỏ | nhỏ hơn\nnóng | nóng hơn | thông_minh | thông_minh hơn\nnóng | nóng hơn | mạnh_mẽ | mạnh_mẽ hơn\nnóng | nóng hơn | cao | cao hơn\nnóng | nóng hơn | chặt_chẽ | chặt_chẽ hơn\nnóng | nóng hơn | khó_khăn | khó_khăn hơn\nnóng | nóng hơn | ấm_áp | ấm hơn\nnóng | nóng hơn | yếu | yếu hơn\nnóng | nóng hơn | rộng | rộng hơn\nnóng | nóng hơn | trẻ | trẻ hơn\nnóng | nóng hơn | xấu | tệ hơn\nnóng | nóng hơn | lớn | lớn hơn\nnóng | nóng hơn | sáng | sáng hơn\nnóng | nóng hơn | lạnh | lạnh hơn\nnóng | nóng hơn | mát_mẻ | mát\nnóng | nóng hơn | sâu | sâu_sắc hơn\nnóng | nóng hơn | dễ_dàng | dễ_dàng hơn\nnóng | nóng hơn | nhanh_chóng | nhanh hơn\nnóng | nóng hơn | tốt | tốt hơn\nnóng | nóng hơn | tuyệt_vời | lớn hơn\nnóng | nóng hơn | khó_khăn | khó hơn\nnóng | nóng hơn | nặng | nặng hơn\nnóng | nóng hơn | cao | cao hơn\nlớn | lớn hơn | dài | lâu hơn\nlớn | lớn hơn | to | to hơn\nlớn | lớn hơn | thấp | thấp hơn\nlớn | lớn hơn | mới | mới hơn\nlớn | lớn hơn | cũ | lớn hơn\nlớn | lớn hơn | nhanh_chóng | nhanh hơn\nlớn | lớn hơn | an_toàn | an_toàn hơn\nlớn | lớn hơn | ngắn | ngắn hơn\nlớn | lớn hơn | đơn_giản | đơn_giản hơn\nlớn | lớn hơn | chậm | chậm hơn\nlớn | lớn hơn | nhỏ | nhỏ hơn\nlớn | lớn hơn | thông_minh | thông_minh hơn\nlớn | lớn hơn | mạnh_mẽ | mạnh_mẽ hơn\nlớn | lớn hơn | cao | cao hơn\nlớn | lớn hơn | chặt_chẽ | chặt_chẽ hơn\nlớn | lớn hơn | khó_khăn | khó_khăn hơn\nlớn | lớn hơn | ấm_áp | ấm hơn\nlớn | lớn hơn | yếu | yếu hơn\nlớn | lớn hơn | rộng | rộng hơn\nlớn | lớn hơn | trẻ | trẻ hơn\nlớn | lớn hơn | xấu | tệ hơn\nlớn | lớn hơn | lớn | lớn hơn\nlớn | lớn hơn | sáng | sáng hơn\nlớn | lớn hơn | lạnh | lạnh hơn\nlớn | lớn hơn | mát_mẻ | mát\nlớn | lớn hơn | sâu | sâu_sắc hơn\nlớn | lớn hơn | dễ_dàng | dễ_dàng hơn\nlớn | lớn hơn | nhanh_chóng | nhanh hơn\nlớn | lớn hơn | tốt | tốt hơn\nlớn | lớn hơn | tuyệt_vời | lớn hơn\nlớn | lớn hơn | khó_khăn | khó hơn\nlớn | lớn hơn | nặng | nặng hơn\nlớn | lớn hơn | cao | cao hơn\nlớn | lớn hơn | nóng | nóng hơn\ndài | lâu hơn | to | to hơn\ndài | lâu hơn | thấp | thấp hơn\ndài | lâu hơn | mới | mới hơn\ndài | lâu hơn | cũ | lớn hơn\ndài | lâu hơn | nhanh_chóng | nhanh hơn\ndài | lâu hơn | an_toàn | an_toàn hơn\ndài | lâu hơn | ngắn | ngắn hơn\ndài | lâu hơn | đơn_giản | đơn_giản hơn\ndài | lâu hơn | chậm | chậm hơn\ndài | lâu hơn | nhỏ | nhỏ hơn\ndài | lâu hơn | thông_minh | thông_minh hơn\ndài | lâu hơn | mạnh_mẽ | mạnh_mẽ hơn\ndài | lâu hơn | cao | cao hơn\ndài | lâu hơn | chặt_chẽ | chặt_chẽ hơn\ndài | lâu hơn | khó_khăn | khó_khăn hơn\ndài | lâu hơn | ấm_áp | ấm hơn\ndài | lâu hơn | yếu | yếu hơn\ndài | lâu hơn | rộng | rộng hơn\ndài | lâu hơn | trẻ | trẻ hơn\ndài | lâu hơn | xấu | tệ hơn\ndài | lâu hơn | lớn | lớn hơn\ndài | lâu hơn | sáng | sáng hơn\ndài | lâu hơn | lạnh | lạnh hơn\ndài | lâu hơn | mát_mẻ | mát\ndài | lâu hơn | sâu | sâu_sắc hơn\ndài | lâu hơn | dễ_dàng | dễ_dàng hơn\ndài | lâu hơn | nhanh_chóng | nhanh hơn\ndài | lâu hơn | tốt | tốt hơn\ndài | lâu hơn | tuyệt_vời | lớn hơn\ndài | lâu hơn | khó_khăn | khó hơn\ndài | lâu hơn | nặng | nặng hơn\ndài | lâu hơn | cao | cao hơn\ndài | lâu hơn | nóng | nóng hơn\ndài | lâu hơn | lớn | lớn hơn\nto | to hơn | thấp | thấp hơn\nto | to hơn | mới | mới hơn\nto | to hơn | cũ | lớn hơn\nto | to hơn | nhanh_chóng | nhanh hơn\nto | to hơn | an_toàn | an_toàn hơn\nto | to hơn | ngắn | ngắn hơn\nto | to hơn | đơn_giản | đơn_giản hơn\nto | to hơn | chậm | chậm hơn\nto | to hơn | nhỏ | nhỏ hơn\nto | to hơn | thông_minh | thông_minh hơn\nto | to hơn | mạnh_mẽ | mạnh_mẽ hơn\nto | to hơn | cao | cao hơn\nto | to hơn | chặt_chẽ | chặt_chẽ hơn\nto | to hơn | khó_khăn | khó_khăn hơn\nto | to hơn | ấm_áp | ấm hơn\nto | to hơn | yếu | yếu hơn\nto | to hơn | rộng | rộng hơn\nto | to hơn | trẻ | trẻ hơn\nto | to hơn | xấu | tệ hơn\nto | to hơn | lớn | lớn hơn\nto | to hơn | sáng | sáng hơn\nto | to hơn | lạnh | lạnh hơn\nto | to hơn | mát_mẻ | mát\nto | to hơn | sâu | sâu_sắc hơn\nto | to hơn | dễ_dàng | dễ_dàng hơn\nto | to hơn | nhanh_chóng | nhanh hơn\nto | to hơn | tốt | tốt hơn\nto | to hơn | tuyệt_vời | lớn hơn\nto | to hơn | khó_khăn | khó hơn\nto | to hơn | nặng | nặng hơn\nto | to hơn | cao | cao hơn\nto | to hơn | nóng | nóng hơn\nto | to hơn | lớn | lớn hơn\nto | to hơn | dài | lâu hơn\nthấp | thấp hơn | mới | mới hơn\nthấp | thấp hơn | cũ | lớn hơn\nthấp | thấp hơn | nhanh_chóng | nhanh hơn\nthấp | thấp hơn | an_toàn | an_toàn hơn\nthấp | thấp hơn | ngắn | ngắn hơn\nthấp | thấp hơn | đơn_giản | đơn_giản hơn\nthấp | thấp hơn | chậm | chậm hơn\nthấp | thấp hơn | nhỏ | nhỏ hơn\nthấp | thấp hơn | thông_minh | thông_minh hơn\nthấp | thấp hơn | mạnh_mẽ | mạnh_mẽ hơn\nthấp | thấp hơn | cao | cao hơn\nthấp | thấp hơn | chặt_chẽ | chặt_chẽ hơn\nthấp | thấp hơn | khó_khăn | khó_khăn hơn\nthấp | thấp hơn | ấm_áp | ấm hơn\nthấp | thấp hơn | yếu | yếu hơn\nthấp | thấp hơn | rộng | rộng hơn\nthấp | thấp hơn | trẻ | trẻ hơn\nthấp | thấp hơn | xấu | tệ hơn\nthấp | thấp hơn | lớn | lớn hơn\nthấp | thấp hơn | sáng | sáng hơn\nthấp | thấp hơn | lạnh | lạnh hơn\nthấp | thấp hơn | mát_mẻ | mát\nthấp | thấp hơn | sâu | sâu_sắc hơn\nthấp | thấp hơn | dễ_dàng | dễ_dàng hơn\nthấp | thấp hơn | nhanh_chóng | nhanh hơn\nthấp | thấp hơn | tốt | tốt hơn\nthấp | thấp hơn | tuyệt_vời | lớn hơn\nthấp | thấp hơn | khó_khăn | khó hơn\nthấp | thấp hơn | nặng | nặng hơn\nthấp | thấp hơn | cao | cao hơn\nthấp | thấp hơn | nóng | nóng hơn\nthấp | thấp hơn | lớn | lớn hơn\nthấp | thấp hơn | dài | lâu hơn\nthấp | thấp hơn | to | to hơn\nmới | mới hơn | cũ | lớn hơn\nmới | mới hơn | nhanh_chóng | nhanh hơn\nmới | mới hơn | an_toàn | an_toàn hơn\nmới | mới hơn | ngắn | ngắn hơn\nmới | mới hơn | đơn_giản | đơn_giản hơn\nmới | mới hơn | chậm | chậm hơn\nmới | mới hơn | nhỏ | nhỏ hơn\nmới | mới hơn | thông_minh | thông_minh hơn\nmới | mới hơn | mạnh_mẽ | mạnh_mẽ hơn\nmới | mới hơn | cao | cao hơn\nmới | mới hơn | chặt_chẽ | chặt_chẽ hơn\nmới | mới hơn | khó_khăn | khó_khăn hơn\nmới | mới hơn | ấm_áp | ấm hơn\nmới | mới hơn | yếu | yếu hơn\nmới | mới hơn | rộng | rộng hơn\nmới | mới hơn | trẻ | trẻ hơn\nmới | mới hơn | xấu | tệ hơn\nmới | mới hơn | lớn | lớn hơn\nmới | mới hơn | sáng | sáng hơn\nmới | mới hơn | lạnh | lạnh hơn\nmới | mới hơn | mát_mẻ | mát\nmới | mới hơn | sâu | sâu_sắc hơn\nmới | mới hơn | dễ_dàng | dễ_dàng hơn\nmới | mới hơn | nhanh_chóng | nhanh hơn\nmới | mới hơn | tốt | tốt hơn\nmới | mới hơn | tuyệt_vời | lớn hơn\nmới | mới hơn | khó_khăn | khó hơn\nmới | mới hơn | nặng | nặng hơn\nmới | mới hơn | cao | cao hơn\nmới | mới hơn | nóng | nóng hơn\nmới | mới hơn | lớn | lớn hơn\nmới | mới hơn | dài | lâu hơn\nmới | mới hơn | to | to hơn\nmới | mới hơn | thấp | thấp hơn\ncũ | cũ hơn | nhanh_chóng | nhanh hơn\ncũ | cũ hơn | an_toàn | an_toàn hơn\ncũ | cũ hơn | ngắn | ngắn hơn\ncũ | cũ hơn | đơn_giản | đơn_giản hơn\ncũ | cũ hơn | chậm | chậm hơn\ncũ | cũ hơn | nhỏ | nhỏ hơn\ncũ | cũ hơn | thông_minh | thông_minh hơn\ncũ | cũ hơn | mạnh_mẽ | mạnh_mẽ hơn\ncũ | cũ hơn | cao | cao hơn\ncũ | cũ hơn | chặt_chẽ | chặt_chẽ hơn\ncũ | cũ hơn | khó_khăn | khó_khăn hơn\ncũ | cũ hơn | ấm_áp | ấm hơn\ncũ | cũ hơn | yếu | yếu hơn\ncũ | cũ hơn | rộng | rộng hơn\ncũ | cũ hơn | trẻ | trẻ hơn\ncũ | cũ hơn | xấu | tệ hơn\ncũ | cũ hơn | lớn | lớn hơn\ncũ | cũ hơn | sáng | sáng hơn\ncũ | cũ hơn | lạnh | lạnh hơn\ncũ | cũ hơn | mát_mẻ | mát\ncũ | cũ hơn | sâu | sâu_sắc hơn\ncũ | cũ hơn | dễ_dàng | dễ_dàng hơn\ncũ | cũ hơn | nhanh_chóng | nhanh hơn\ncũ | cũ hơn | tốt | tốt hơn\ncũ | cũ hơn | tuyệt_vời | lớn hơn\ncũ | cũ hơn | khó_khăn | khó hơn\ncũ | cũ hơn | nặng | nặng hơn\ncũ | cũ hơn | cao | cao hơn\ncũ | cũ hơn | nóng | nóng hơn\ncũ | cũ hơn | lớn | lớn hơn\ncũ | cũ hơn | dài | lâu hơn\ncũ | cũ hơn | to | to hơn\ncũ | cũ hơn | thấp | thấp hơn\ncũ | cũ hơn | mới | mới hơn\nnhanh_chóng | nhanh hơn | an_toàn | an_toàn hơn\nnhanh_chóng | nhanh hơn | ngắn | ngắn hơn\nnhanh_chóng | nhanh hơn | đơn_giản | đơn_giản hơn\nnhanh_chóng | nhanh hơn | chậm | chậm hơn\nnhanh_chóng | nhanh hơn | nhỏ | nhỏ hơn\nnhanh_chóng | nhanh hơn | thông_minh | thông_minh hơn\nnhanh_chóng | nhanh hơn | mạnh_mẽ | mạnh_mẽ hơn\nnhanh_chóng | nhanh hơn | cao | cao hơn\nnhanh_chóng | nhanh hơn | chặt_chẽ | chặt_chẽ hơn\nnhanh_chóng | nhanh hơn | khó_khăn | khó_khăn hơn\nnhanh_chóng | nhanh hơn | ấm_áp | ấm hơn\nnhanh_chóng | nhanh hơn | yếu | yếu hơn\nnhanh_chóng | nhanh hơn | rộng | rộng hơn\nnhanh_chóng | nhanh hơn | trẻ | trẻ hơn\nnhanh_chóng | nhanh hơn | xấu | tệ hơn\nnhanh_chóng | nhanh hơn | lớn | lớn hơn\nnhanh_chóng | nhanh hơn | sáng | sáng hơn\nnhanh_chóng | nhanh hơn | lạnh | lạnh hơn\nnhanh_chóng | nhanh hơn | mát_mẻ | mát\nnhanh_chóng | nhanh hơn | sâu | sâu_sắc hơn\nnhanh_chóng | nhanh hơn | dễ_dàng | dễ_dàng hơn\nnhanh_chóng | nhanh hơn | nhanh_chóng | nhanh hơn\nnhanh_chóng | nhanh hơn | tốt | tốt hơn\nnhanh_chóng | nhanh hơn | tuyệt_vời | lớn hơn\nnhanh_chóng | nhanh hơn | khó_khăn | khó hơn\nnhanh_chóng | nhanh hơn | nặng | nặng hơn\nnhanh_chóng | nhanh hơn | cao | cao hơn\nnhanh_chóng | nhanh hơn | nóng | nóng hơn\nnhanh_chóng | nhanh hơn | lớn | lớn hơn\nnhanh_chóng | nhanh hơn | dài | lâu hơn\nnhanh_chóng | nhanh hơn | to | to hơn\nnhanh_chóng | nhanh hơn | thấp | thấp hơn\nnhanh_chóng | nhanh hơn | mới | mới hơn\nnhanh_chóng | nhanh hơn | cũ | lớn hơn\nan_toàn | an_toàn hơn | ngắn | ngắn hơn\nan_toàn | an_toàn hơn | đơn_giản | đơn_giản hơn\nan_toàn | an_toàn hơn | chậm | chậm hơn\nan_toàn | an_toàn hơn | nhỏ | nhỏ hơn\nan_toàn | an_toàn hơn | thông_minh | thông_minh hơn\nan_toàn | an_toàn hơn | mạnh_mẽ | mạnh_mẽ hơn\nan_toàn | an_toàn hơn | cao | cao hơn\nan_toàn | an_toàn hơn | chặt_chẽ | chặt_chẽ hơn\nan_toàn | an_toàn hơn | khó_khăn | khó_khăn hơn\nan_toàn | an_toàn hơn | ấm_áp | ấm hơn\nan_toàn | an_toàn hơn | yếu | yếu hơn\nan_toàn | an_toàn hơn | rộng | rộng hơn\nan_toàn | an_toàn hơn | trẻ | trẻ hơn\nan_toàn | an_toàn hơn | xấu | tệ hơn\nan_toàn | an_toàn hơn | lớn | lớn hơn\nan_toàn | an_toàn hơn | sáng | sáng hơn\nan_toàn | an_toàn hơn | lạnh | lạnh hơn\nan_toàn | an_toàn hơn | mát_mẻ | mát\nan_toàn | an_toàn hơn | sâu | sâu_sắc hơn\nan_toàn | an_toàn hơn | dễ_dàng | dễ_dàng hơn\nan_toàn | an_toàn hơn | nhanh_chóng | nhanh hơn\nan_toàn | an_toàn hơn | tốt | tốt hơn\nan_toàn | an_toàn hơn | tuyệt_vời | lớn hơn\nan_toàn | an_toàn hơn | khó_khăn | khó hơn\nan_toàn | an_toàn hơn | nặng | nặng hơn\nan_toàn | an_toàn hơn | cao | cao hơn\nan_toàn | an_toàn hơn | nóng | nóng hơn\nan_toàn | an_toàn hơn | lớn | lớn hơn\nan_toàn | an_toàn hơn | dài | lâu hơn\nan_toàn | an_toàn hơn | to | to hơn\nan_toàn | an_toàn hơn | thấp | thấp hơn\nan_toàn | an_toàn hơn | mới | mới hơn\nan_toàn | an_toàn hơn | cũ | lớn hơn\nan_toàn | an_toàn hơn | nhanh_chóng | nhanh hơn\nsắc nét | sắc nét hơn | ngắn | ngắn hơn\nsắc nét | sắc nét hơn | đơn_giản | đơn_giản hơn\nsắc nét | sắc nét hơn | chậm | chậm hơn\nsắc nét | sắc nét hơn | nhỏ | nhỏ hơn\nsắc nét | sắc nét hơn | thông_minh | thông_minh hơn\nsắc nét | sắc nét hơn | mạnh_mẽ | mạnh_mẽ hơn\nsắc nét | sắc nét hơn | cao | cao hơn\nsắc nét | sắc nét hơn | chặt_chẽ | chặt_chẽ hơn\nsắc nét | sắc nét hơn | khó_khăn | khó_khăn hơn\nsắc nét | sắc nét hơn | ấm_áp | ấm hơn\nsắc nét | sắc nét hơn | yếu | yếu hơn\nsắc nét | sắc nét hơn | rộng | rộng hơn\nsắc nét | sắc nét hơn | trẻ | trẻ hơn\nsắc nét | sắc nét hơn | xấu | tệ hơn\nsắc nét | sắc nét hơn | lớn | lớn hơn\nsắc nét | sắc nét hơn | sáng | sáng hơn\nsắc nét | sắc nét hơn | lạnh | lạnh hơn\nsắc nét | sắc nét hơn | mát_mẻ | mát\nsắc nét | sắc nét hơn | sâu | sâu_sắc hơn\nsắc nét | sắc nét hơn | dễ_dàng | dễ_dàng hơn\nsắc nét | sắc nét hơn | nhanh_chóng | nhanh hơn\nsắc nét | sắc nét hơn | tốt | tốt hơn\nsắc nét | sắc nét hơn | tuyệt_vời | lớn hơn\nsắc nét | sắc nét hơn | khó_khăn | khó hơn\nsắc nét | sắc nét hơn | nặng | nặng hơn\nsắc nét | sắc nét hơn | cao | cao hơn\nsắc nét | sắc nét hơn | nóng | nóng hơn\nsắc nét | sắc nét hơn | lớn | lớn hơn\nsắc nét | sắc nét hơn | dài | lâu hơn\nsắc nét | sắc nét hơn | to | to hơn\nsắc nét | sắc nét hơn | thấp | thấp hơn\nsắc nét | sắc nét hơn | mới | mới hơn\nsắc nét | sắc nét hơn | cũ | lớn hơn\nsắc nét | sắc nét hơn | nhanh_chóng | nhanh hơn\nsắc nét | sắc nét hơn | an_toàn | an_toàn hơn\nngắn | ngắn hơn | đơn_giản | đơn_giản hơn\nngắn | ngắn hơn | chậm | chậm hơn\nngắn | ngắn hơn | nhỏ | nhỏ hơn\nngắn | ngắn hơn | thông_minh | thông_minh hơn\nngắn | ngắn hơn | mạnh_mẽ | mạnh_mẽ hơn\nngắn | ngắn hơn | cao | cao hơn\nngắn | ngắn hơn | chặt_chẽ | chặt_chẽ hơn\nngắn | ngắn hơn | khó_khăn | khó_khăn hơn\nngắn | ngắn hơn | ấm_áp | ấm hơn\nngắn | ngắn hơn | yếu | yếu hơn\nngắn | ngắn hơn | rộng | rộng hơn\nngắn | ngắn hơn | trẻ | trẻ hơn\nngắn | ngắn hơn | xấu | tệ hơn\nngắn | ngắn hơn | lớn | lớn hơn\nngắn | ngắn hơn | sáng | sáng hơn\nngắn | ngắn hơn | lạnh | lạnh hơn\nngắn | ngắn hơn | mát_mẻ | mát\nngắn | ngắn hơn | sâu | sâu_sắc hơn\nngắn | ngắn hơn | dễ_dàng | dễ_dàng hơn\nngắn | ngắn hơn | nhanh_chóng | nhanh hơn\nngắn | ngắn hơn | tốt | tốt hơn\nngắn | ngắn hơn | tuyệt_vời | lớn hơn\nngắn | ngắn hơn | khó_khăn | khó hơn\nngắn | ngắn hơn | nặng | nặng hơn\nngắn | ngắn hơn | cao | cao hơn\nngắn | ngắn hơn | nóng | nóng hơn\nngắn | ngắn hơn | lớn | lớn hơn\nngắn | ngắn hơn | dài | lâu hơn\nngắn | ngắn hơn | to | to hơn\nngắn | ngắn hơn | thấp | thấp hơn\nngắn | ngắn hơn | mới | mới hơn\nngắn | ngắn hơn | cũ | lớn hơn\nngắn | ngắn hơn | nhanh_chóng | nhanh hơn\nngắn | ngắn hơn | an_toàn | an_toàn hơn\nđơn_giản | đơn_giản hơn | chậm | chậm hơn\nđơn_giản | đơn_giản hơn | nhỏ | nhỏ hơn\nđơn_giản | đơn_giản hơn | thông_minh | thông_minh hơn\nđơn_giản | đơn_giản hơn | mạnh_mẽ | mạnh_mẽ hơn\nđơn_giản | đơn_giản hơn | cao | cao hơn\nđơn_giản | đơn_giản hơn | chặt_chẽ | chặt_chẽ hơn\nđơn_giản | đơn_giản hơn | khó_khăn | khó_khăn hơn\nđơn_giản | đơn_giản hơn | ấm_áp | ấm hơn\nđơn_giản | đơn_giản hơn | yếu | yếu hơn\nđơn_giản | đơn_giản hơn | rộng | rộng hơn\nđơn_giản | đơn_giản hơn | trẻ | trẻ hơn\nđơn_giản | đơn_giản hơn | xấu | tệ hơn\nđơn_giản | đơn_giản hơn | lớn | lớn hơn\nđơn_giản | đơn_giản hơn | sáng | sáng hơn\nđơn_giản | đơn_giản hơn | lạnh | lạnh hơn\nđơn_giản | đơn_giản hơn | mát_mẻ | mát\nđơn_giản | đơn_giản hơn | sâu | sâu_sắc hơn\nđơn_giản | đơn_giản hơn | dễ_dàng | dễ_dàng hơn\nđơn_giản | đơn_giản hơn | nhanh_chóng | nhanh hơn\nđơn_giản | đơn_giản hơn | tốt | tốt hơn\nđơn_giản | đơn_giản hơn | tuyệt_vời | lớn hơn\nđơn_giản | đơn_giản hơn | khó_khăn | khó hơn\nđơn_giản | đơn_giản hơn | nặng | nặng hơn\nđơn_giản | đơn_giản hơn | cao | cao hơn\nđơn_giản | đơn_giản hơn | nóng | nóng hơn\nđơn_giản | đơn_giản hơn | lớn | lớn hơn\nđơn_giản | đơn_giản hơn | dài | lâu hơn\nđơn_giản | đơn_giản hơn | to | to hơn\nđơn_giản | đơn_giản hơn | thấp | thấp hơn\nđơn_giản | đơn_giản hơn | mới | mới hơn\nđơn_giản | đơn_giản hơn | cũ | lớn hơn\nđơn_giản | đơn_giản hơn | nhanh_chóng | nhanh hơn\nđơn_giản | đơn_giản hơn | an_toàn | an_toàn hơn\nđơn_giản | đơn_giản hơn | ngắn | ngắn hơn\nchậm | chậm hơn | nhỏ | nhỏ hơn\nchậm | chậm hơn | thông_minh | thông_minh hơn\nchậm | chậm hơn | mạnh_mẽ | mạnh_mẽ hơn\nchậm | chậm hơn | cao | cao hơn\nchậm | chậm hơn | chặt_chẽ | chặt_chẽ hơn\nchậm | chậm hơn | khó_khăn | khó_khăn hơn\nchậm | chậm hơn | ấm_áp | ấm hơn\nchậm | chậm hơn | yếu | yếu hơn\nchậm | chậm hơn | rộng | rộng hơn\nchậm | chậm hơn | trẻ | trẻ hơn\nchậm | chậm hơn | xấu | tệ hơn\nchậm | chậm hơn | lớn | lớn hơn\nchậm | chậm hơn | sáng | sáng hơn\nchậm | chậm hơn | lạnh | lạnh hơn\nchậm | chậm hơn | mát_mẻ | mát\nchậm | chậm hơn | sâu | sâu_sắc hơn\nchậm | chậm hơn | dễ_dàng | dễ_dàng hơn\nchậm | chậm hơn | nhanh_chóng | nhanh hơn\nchậm | chậm hơn | tốt | tốt hơn\nchậm | chậm hơn | tuyệt_vời | lớn hơn\nchậm | chậm hơn | khó_khăn | khó hơn\nchậm | chậm hơn | nặng | nặng hơn\nchậm | chậm hơn | cao | cao hơn\nchậm | chậm hơn | nóng | nóng hơn\nchậm | chậm hơn | lớn | lớn hơn\nchậm | chậm hơn | dài | lâu hơn\nchậm | chậm hơn | to | to hơn\nchậm | chậm hơn | thấp | thấp hơn\nchậm | chậm hơn | mới | mới hơn\nchậm | chậm hơn | cũ | lớn hơn\nchậm | chậm hơn | nhanh_chóng | nhanh hơn\nchậm | chậm hơn | an_toàn | an_toàn hơn\nchậm | chậm hơn | ngắn | ngắn hơn\nchậm | chậm hơn | đơn_giản | đơn_giản hơn\nnhỏ | nhỏ hơn | thông_minh | thông_minh hơn\nnhỏ | nhỏ hơn | mạnh_mẽ | mạnh_mẽ hơn\nnhỏ | nhỏ hơn | cao | cao hơn\nnhỏ | nhỏ hơn | chặt_chẽ | chặt_chẽ hơn\nnhỏ | nhỏ hơn | khó_khăn | khó_khăn hơn\nnhỏ | nhỏ hơn | ấm_áp | ấm hơn\nnhỏ | nhỏ hơn | yếu | yếu hơn\nnhỏ | nhỏ hơn | rộng | rộng hơn\nnhỏ | nhỏ hơn | trẻ | trẻ hơn\nnhỏ | nhỏ hơn | xấu | tệ hơn\nnhỏ | nhỏ hơn | lớn | lớn hơn\nnhỏ | nhỏ hơn | sáng | sáng hơn\nnhỏ | nhỏ hơn | lạnh | lạnh hơn\nnhỏ | nhỏ hơn | mát_mẻ | mát\nnhỏ | nhỏ hơn | sâu | sâu_sắc hơn\nnhỏ | nhỏ hơn | dễ_dàng | dễ_dàng hơn\nnhỏ | nhỏ hơn | nhanh_chóng | nhanh hơn\nnhỏ | nhỏ hơn | tốt | tốt hơn\nnhỏ | nhỏ hơn | tuyệt_vời | lớn hơn\nnhỏ | nhỏ hơn | khó_khăn | khó hơn\nnhỏ | nhỏ hơn | nặng | nặng hơn\nnhỏ | nhỏ hơn | cao | cao hơn\nnhỏ | nhỏ hơn | nóng | nóng hơn\nnhỏ | nhỏ hơn | lớn | lớn hơn\nnhỏ | nhỏ hơn | dài | lâu hơn\nnhỏ | nhỏ hơn | to | to hơn\nnhỏ | nhỏ hơn | thấp | thấp hơn\nnhỏ | nhỏ hơn | mới | mới hơn\nnhỏ | nhỏ hơn | cũ | lớn hơn\nnhỏ | nhỏ hơn | nhanh_chóng | nhanh hơn\nnhỏ | nhỏ hơn | an_toàn | an_toàn hơn\nnhỏ | nhỏ hơn | ngắn | ngắn hơn\nnhỏ | nhỏ hơn | đơn_giản | đơn_giản hơn\nnhỏ | nhỏ hơn | chậm | chậm hơn\nthông_minh | thông_minh hơn | mạnh_mẽ | mạnh_mẽ hơn\nthông_minh | thông_minh hơn | cao | cao hơn\nthông_minh | thông_minh hơn | chặt_chẽ | chặt_chẽ hơn\nthông_minh | thông_minh hơn | khó_khăn | khó_khăn hơn\nthông_minh | thông_minh hơn | ấm_áp | ấm hơn\nthông_minh | thông_minh hơn | yếu | yếu hơn\nthông_minh | thông_minh hơn | rộng | rộng hơn\nthông_minh | thông_minh hơn | trẻ | trẻ hơn\nthông_minh | thông_minh hơn | xấu | tệ hơn\nthông_minh | thông_minh hơn | lớn | lớn hơn\nthông_minh | thông_minh hơn | sáng | sáng hơn\nthông_minh | thông_minh hơn | lạnh | lạnh hơn\nthông_minh | thông_minh hơn | mát_mẻ | mát\nthông_minh | thông_minh hơn | sâu | sâu_sắc hơn\nthông_minh | thông_minh hơn | dễ_dàng | dễ_dàng hơn\nthông_minh | thông_minh hơn | nhanh_chóng | nhanh hơn\nthông_minh | thông_minh hơn | tốt | tốt hơn\nthông_minh | thông_minh hơn | tuyệt_vời | lớn hơn\nthông_minh | thông_minh hơn | khó_khăn | khó hơn\nthông_minh | thông_minh hơn | nặng | nặng hơn\nthông_minh | thông_minh hơn | cao | cao hơn\nthông_minh | thông_minh hơn | nóng | nóng hơn\nthông_minh | thông_minh hơn | lớn | lớn hơn\nthông_minh | thông_minh hơn | dài | lâu hơn\nthông_minh | thông_minh hơn | to | to hơn\nthông_minh | thông_minh hơn | thấp | thấp hơn\nthông_minh | thông_minh hơn | mới | mới hơn\nthông_minh | thông_minh hơn | cũ | lớn hơn\nthông_minh | thông_minh hơn | nhanh_chóng | nhanh hơn\nthông_minh | thông_minh hơn | an_toàn | an_toàn hơn\nthông_minh | thông_minh hơn | ngắn | ngắn hơn\nthông_minh | thông_minh hơn | đơn_giản | đơn_giản hơn\nthông_minh | thông_minh hơn | chậm | chậm hơn\nthông_minh | thông_minh hơn | nhỏ | nhỏ hơn\nmạnh_mẽ | mạnh hơn | cao | cao hơn\nmạnh_mẽ | mạnh hơn | chặt_chẽ | chặt_chẽ hơn\nmạnh_mẽ | mạnh hơn | khó_khăn | khó_khăn hơn\nmạnh_mẽ | mạnh hơn | ấm_áp | ấm hơn\nmạnh_mẽ | mạnh hơn | yếu | yếu hơn\nmạnh_mẽ | mạnh hơn | rộng | rộng hơn\nmạnh_mẽ | mạnh hơn | trẻ | trẻ hơn\nmạnh_mẽ | mạnh hơn | xấu | tệ hơn\nmạnh_mẽ | mạnh hơn | lớn | lớn hơn\nmạnh_mẽ | mạnh hơn | sáng | sáng hơn\nmạnh_mẽ | mạnh hơn | lạnh | lạnh hơn\nmạnh_mẽ | mạnh hơn | mát_mẻ | mát\nmạnh_mẽ | mạnh hơn | sâu | sâu_sắc hơn\nmạnh_mẽ | mạnh hơn | dễ_dàng | dễ_dàng hơn\nmạnh_mẽ | mạnh hơn | nhanh_chóng | nhanh hơn\nmạnh_mẽ | mạnh hơn | tốt | tốt hơn\nmạnh_mẽ | mạnh hơn | tuyệt_vời | lớn hơn\nmạnh_mẽ | mạnh hơn | khó_khăn | khó hơn\nmạnh_mẽ | mạnh hơn | nặng | nặng hơn\nmạnh_mẽ | mạnh hơn | cao | cao hơn\nmạnh_mẽ | mạnh hơn | nóng | nóng hơn\nmạnh_mẽ | mạnh hơn | lớn | lớn hơn\nmạnh_mẽ | mạnh hơn | dài | lâu hơn\nmạnh_mẽ | mạnh hơn | to | to hơn\nmạnh_mẽ | mạnh hơn | thấp | thấp hơn\nmạnh_mẽ | mạnh hơn | mới | mới hơn\nmạnh_mẽ | mạnh hơn | cũ | lớn hơn\nmạnh_mẽ | mạnh hơn | nhanh_chóng | nhanh hơn\nmạnh_mẽ | mạnh hơn | an_toàn | an_toàn hơn\nmạnh_mẽ | mạnh hơn | ngắn | ngắn hơn\nmạnh_mẽ | mạnh hơn | đơn_giản | đơn_giản hơn\nmạnh_mẽ | mạnh hơn | chậm | chậm hơn\nmạnh_mẽ | mạnh hơn | nhỏ | nhỏ hơn\nmạnh_mẽ | mạnh hơn | thông_minh | thông_minh hơn\ncao | cao hơn | chặt_chẽ | chặt_chẽ hơn\ncao | cao hơn | khó_khăn | khó_khăn hơn\ncao | cao hơn | ấm_áp | ấm hơn\ncao | cao hơn | yếu | yếu hơn\ncao | cao hơn | rộng | rộng hơn\ncao | cao hơn | trẻ | trẻ hơn\ncao | cao hơn | xấu | tệ hơn\ncao | cao hơn | lớn | lớn hơn\ncao | cao hơn | sáng | sáng hơn\ncao | cao hơn | lạnh | lạnh hơn\ncao | cao hơn | mát_mẻ | mát\ncao | cao hơn | sâu | sâu_sắc hơn\ncao | cao hơn | dễ_dàng | dễ_dàng hơn\ncao | cao hơn | nhanh_chóng | nhanh hơn\ncao | cao hơn | tốt | tốt hơn\ncao | cao hơn | tuyệt_vời | lớn hơn\ncao | cao hơn | khó_khăn | khó hơn\ncao | cao hơn | nặng | nặng hơn\ncao | cao hơn | cao | cao hơn\ncao | cao hơn | nóng | nóng hơn\ncao | cao hơn | lớn | lớn hơn\ncao | cao hơn | dài | lâu hơn\ncao | cao hơn | to | to hơn\ncao | cao hơn | thấp | thấp hơn\ncao | cao hơn | mới | mới hơn\ncao | cao hơn | cũ | lớn hơn\ncao | cao hơn | nhanh_chóng | nhanh hơn\ncao | cao hơn | an_toàn | an_toàn hơn\ncao | cao hơn | ngắn | ngắn hơn\ncao | cao hơn | đơn_giản | đơn_giản hơn\ncao | cao hơn | chậm | chậm hơn\ncao | cao hơn | nhỏ | nhỏ hơn\ncao | cao hơn | thông_minh | thông_minh hơn\ncao | cao hơn | mạnh_mẽ | mạnh_mẽ hơn\nchặt_chẽ | chặt_chẽ hơn | khó_khăn | khó_khăn hơn\nchặt_chẽ | chặt_chẽ hơn | ấm_áp | ấm hơn\nchặt_chẽ | chặt_chẽ hơn | yếu | yếu hơn\nchặt_chẽ | chặt_chẽ hơn | rộng | rộng hơn\nchặt_chẽ | chặt_chẽ hơn | trẻ | trẻ hơn\nchặt_chẽ | chặt_chẽ hơn | xấu | tệ hơn\nchặt_chẽ | chặt_chẽ hơn | lớn | lớn hơn\nchặt_chẽ | chặt_chẽ hơn | sáng | sáng hơn\nchặt_chẽ | chặt_chẽ hơn | lạnh | lạnh hơn\nchặt_chẽ | chặt_chẽ hơn | mát_mẻ | mát\nchặt_chẽ | chặt_chẽ hơn | sâu | sâu_sắc hơn\nchặt_chẽ | chặt_chẽ hơn | dễ_dàng | dễ_dàng hơn\nchặt_chẽ | chặt_chẽ hơn | nhanh_chóng | nhanh hơn\nchặt_chẽ | chặt_chẽ hơn | tốt | tốt hơn\nchặt_chẽ | chặt_chẽ hơn | tuyệt_vời | lớn hơn\nchặt_chẽ | chặt_chẽ hơn | khó_khăn | khó hơn\nchặt_chẽ | chặt_chẽ hơn | nặng | nặng hơn\nchặt_chẽ | chặt_chẽ hơn | cao | cao hơn\nchặt_chẽ | chặt_chẽ hơn | nóng | nóng hơn\nchặt_chẽ | chặt_chẽ hơn | lớn | lớn hơn\nchặt_chẽ | chặt_chẽ hơn | dài | lâu hơn\nchặt_chẽ | chặt_chẽ hơn | to | to hơn\nchặt_chẽ | chặt_chẽ hơn | thấp | thấp hơn\nchặt_chẽ | chặt_chẽ hơn | mới | mới hơn\nchặt_chẽ | chặt_chẽ hơn | cũ | lớn hơn\nchặt_chẽ | chặt_chẽ hơn | nhanh_chóng | nhanh hơn\nchặt_chẽ | chặt_chẽ hơn | an_toàn | an_toàn hơn\nchặt_chẽ | chặt_chẽ hơn | ngắn | ngắn hơn\nchặt_chẽ | chặt_chẽ hơn | đơn_giản | đơn_giản hơn\nchặt_chẽ | chặt_chẽ hơn | chậm | chậm hơn\nchặt_chẽ | chặt_chẽ hơn | nhỏ | nhỏ hơn\nchặt_chẽ | chặt_chẽ hơn | thông_minh | thông_minh hơn\nchặt_chẽ | chặt_chẽ hơn | mạnh_mẽ | mạnh_mẽ hơn\nchặt_chẽ | chặt_chẽ hơn | cao | cao hơn\nkhó_khăn | khó_khăn hơn | ấm_áp | ấm hơn\nkhó_khăn | khó_khăn hơn | yếu | yếu hơn\nkhó_khăn | khó_khăn hơn | rộng | rộng hơn\nkhó_khăn | khó_khăn hơn | trẻ | trẻ hơn\nkhó_khăn | khó_khăn hơn | xấu | tệ hơn\nkhó_khăn | khó_khăn hơn | lớn | lớn hơn\nkhó_khăn | khó_khăn hơn | sáng | sáng hơn\nkhó_khăn | khó_khăn hơn | lạnh | lạnh hơn\nkhó_khăn | khó_khăn hơn | mát_mẻ | mát\nkhó_khăn | khó_khăn hơn | sâu | sâu_sắc hơn\nkhó_khăn | khó_khăn hơn | dễ_dàng | dễ_dàng hơn\nkhó_khăn | khó_khăn hơn | nhanh_chóng | nhanh hơn\nkhó_khăn | khó_khăn hơn | tốt | tốt hơn\nkhó_khăn | khó_khăn hơn | tuyệt_vời | lớn hơn\nkhó_khăn | khó_khăn hơn | khó_khăn | khó hơn\nkhó_khăn | khó_khăn hơn | nặng | nặng hơn\nkhó_khăn | khó_khăn hơn | cao | cao hơn\nkhó_khăn | khó_khăn hơn | nóng | nóng hơn\nkhó_khăn | khó_khăn hơn | lớn | lớn hơn\nkhó_khăn | khó_khăn hơn | dài | lâu hơn\nkhó_khăn | khó_khăn hơn | to | to hơn\nkhó_khăn | khó_khăn hơn | thấp | thấp hơn\nkhó_khăn | khó_khăn hơn | mới | mới hơn\nkhó_khăn | khó_khăn hơn | cũ | lớn hơn\nkhó_khăn | khó_khăn hơn | nhanh_chóng | nhanh hơn\nkhó_khăn | khó_khăn hơn | an_toàn | an_toàn hơn\nkhó_khăn | khó_khăn hơn | ngắn | ngắn hơn\nkhó_khăn | khó_khăn hơn | đơn_giản | đơn_giản hơn\nkhó_khăn | khó_khăn hơn | chậm | chậm hơn\nkhó_khăn | khó_khăn hơn | nhỏ | nhỏ hơn\nkhó_khăn | khó_khăn hơn | thông_minh | thông_minh hơn\nkhó_khăn | khó_khăn hơn | mạnh_mẽ | mạnh_mẽ hơn\nkhó_khăn | khó_khăn hơn | cao | cao hơn\nkhó_khăn | khó_khăn hơn | chặt_chẽ | chặt_chẽ hơn\nấm_áp | ấm hơn | yếu | yếu hơn\nấm_áp | ấm hơn | rộng | rộng hơn\nấm_áp | ấm hơn | trẻ | trẻ hơn\nấm_áp | ấm hơn | xấu | tệ hơn\nấm_áp | ấm hơn | lớn | lớn hơn\nấm_áp | ấm hơn | sáng | sáng hơn\nấm_áp | ấm hơn | lạnh | lạnh hơn\nấm_áp | ấm hơn | mát_mẻ | mát\nấm_áp | ấm hơn | sâu | sâu_sắc hơn\nấm_áp | ấm hơn | dễ_dàng | dễ_dàng hơn\nấm_áp | ấm hơn | nhanh_chóng | nhanh hơn\nấm_áp | ấm hơn | tốt | tốt hơn\nấm_áp | ấm hơn | tuyệt_vời | lớn hơn\nấm_áp | ấm hơn | khó_khăn | khó hơn\nấm_áp | ấm hơn | nặng | nặng hơn\nấm_áp | ấm hơn | cao | cao hơn\nấm_áp | ấm hơn | nóng | nóng hơn\nấm_áp | ấm hơn | lớn | lớn hơn\nấm_áp | ấm hơn | dài | lâu hơn\nấm_áp | ấm hơn | to | to hơn\nấm_áp | ấm hơn | thấp | thấp hơn\nấm_áp | ấm hơn | mới | mới hơn\nấm_áp | ấm hơn | cũ | lớn hơn\nấm_áp | ấm hơn | nhanh_chóng | nhanh hơn\nấm_áp | ấm hơn | an_toàn | an_toàn hơn\nấm_áp | ấm hơn | ngắn | ngắn hơn\nấm_áp | ấm hơn | đơn_giản | đơn_giản hơn\nấm_áp | ấm hơn | chậm | chậm hơn\nấm_áp | ấm hơn | nhỏ | nhỏ hơn\nấm_áp | ấm hơn | thông_minh | thông_minh hơn\nấm_áp | ấm hơn | mạnh_mẽ | mạnh_mẽ hơn\nấm_áp | ấm hơn | cao | cao hơn\nấm_áp | ấm hơn | chặt_chẽ | chặt_chẽ hơn\nấm_áp | ấm hơn | khó_khăn | khó_khăn hơn\nyếu | yếu hơn | rộng | rộng hơn\nyếu | yếu hơn | trẻ | trẻ hơn\nyếu | yếu hơn | xấu | tệ hơn\nyếu | yếu hơn | lớn | lớn hơn\nyếu | yếu hơn | sáng | sáng hơn\nyếu | yếu hơn | lạnh | lạnh hơn\nyếu | yếu hơn | mát_mẻ | mát\nyếu | yếu hơn | sâu | sâu_sắc hơn\nyếu | yếu hơn | dễ_dàng | dễ_dàng hơn\nyếu | yếu hơn | nhanh_chóng | nhanh hơn\nyếu | yếu hơn | tốt | tốt hơn\nyếu | yếu hơn | tuyệt_vời | lớn hơn\nyếu | yếu hơn | khó_khăn | khó hơn\nyếu | yếu hơn | nặng | nặng hơn\nyếu | yếu hơn | cao | cao hơn\nyếu | yếu hơn | nóng | nóng hơn\nyếu | yếu hơn | lớn | lớn hơn\nyếu | yếu hơn | dài | lâu hơn\nyếu | yếu hơn | to | to hơn\nyếu | yếu hơn | thấp | thấp hơn\nyếu | yếu hơn | mới | mới hơn\nyếu | yếu hơn | cũ | lớn hơn\nyếu | yếu hơn | nhanh_chóng | nhanh hơn\nyếu | yếu hơn | an_toàn | an_toàn hơn\nyếu | yếu hơn | ngắn | ngắn hơn\nyếu | yếu hơn | đơn_giản | đơn_giản hơn\nyếu | yếu hơn | chậm | chậm hơn\nyếu | yếu hơn | nhỏ | nhỏ hơn\nyếu | yếu hơn | thông_minh | thông_minh hơn\nyếu | yếu hơn | mạnh_mẽ | mạnh_mẽ hơn\nyếu | yếu hơn | cao | cao hơn\nyếu | yếu hơn | chặt_chẽ | chặt_chẽ hơn\nyếu | yếu hơn | khó_khăn | khó_khăn hơn\nyếu | yếu hơn | ấm_áp | ấm hơn\nrộng | rộng hơn | trẻ | trẻ hơn\nrộng | rộng hơn | xấu | tệ hơn\nrộng | rộng hơn | lớn | lớn hơn\nrộng | rộng hơn | sáng | sáng hơn\nrộng | rộng hơn | lạnh | lạnh hơn\nrộng | rộng hơn | mát_mẻ | mát\nrộng | rộng hơn | sâu | sâu_sắc hơn\nrộng | rộng hơn | dễ_dàng | dễ_dàng hơn\nrộng | rộng hơn | nhanh_chóng | nhanh hơn\nrộng | rộng hơn | tốt | tốt hơn\nrộng | rộng hơn | tuyệt_vời | lớn hơn\nrộng | rộng hơn | khó_khăn | khó hơn\nrộng | rộng hơn | nặng | nặng hơn\nrộng | rộng hơn | cao | cao hơn\nrộng | rộng hơn | nóng | nóng hơn\nrộng | rộng hơn | lớn | lớn hơn\nrộng | rộng hơn | dài | lâu hơn\nrộng | rộng hơn | to | to hơn\nrộng | rộng hơn | thấp | thấp hơn\nrộng | rộng hơn | mới | mới hơn\nrộng | rộng hơn | cũ | lớn hơn\nrộng | rộng hơn | nhanh_chóng | nhanh hơn\nrộng | rộng hơn | an_toàn | an_toàn hơn\nrộng | rộng hơn | ngắn | ngắn hơn\nrộng | rộng hơn | đơn_giản | đơn_giản hơn\nrộng | rộng hơn | chậm | chậm hơn\nrộng | rộng hơn | nhỏ | nhỏ hơn\nrộng | rộng hơn | thông_minh | thông_minh hơn\nrộng | rộng hơn | mạnh_mẽ | mạnh_mẽ hơn\nrộng | rộng hơn | cao | cao hơn\nrộng | rộng hơn | chặt_chẽ | chặt_chẽ hơn\nrộng | rộng hơn | khó_khăn | khó_khăn hơn\nrộng | rộng hơn | ấm_áp | ấm hơn\nrộng | rộng hơn | yếu | yếu hơn\ntrẻ | trẻ hơn | xấu | tệ hơn\ntrẻ | trẻ hơn | lớn | lớn hơn\ntrẻ | trẻ hơn | sáng | sáng hơn\ntrẻ | trẻ hơn | lạnh | lạnh hơn\ntrẻ | trẻ hơn | mát_mẻ | mát\ntrẻ | trẻ hơn | sâu | sâu_sắc hơn\ntrẻ | trẻ hơn | dễ_dàng | dễ_dàng hơn\ntrẻ | trẻ hơn | nhanh_chóng | nhanh hơn\ntrẻ | trẻ hơn | tốt | tốt hơn\ntrẻ | trẻ hơn | tuyệt_vời | lớn hơn\ntrẻ | trẻ hơn | khó_khăn | khó hơn\ntrẻ | trẻ hơn | nặng | nặng hơn\ntrẻ | trẻ hơn | cao | cao hơn\ntrẻ | trẻ hơn | nóng | nóng hơn\ntrẻ | trẻ hơn | lớn | lớn hơn\ntrẻ | trẻ hơn | dài | lâu hơn\ntrẻ | trẻ hơn | to | to hơn\ntrẻ | trẻ hơn | thấp | thấp hơn\ntrẻ | trẻ hơn | mới | mới hơn\ntrẻ | trẻ hơn | cũ | lớn hơn\ntrẻ | trẻ hơn | nhanh_chóng | nhanh hơn\ntrẻ | trẻ hơn | an_toàn | an_toàn hơn\ntrẻ | trẻ hơn | ngắn | ngắn hơn\ntrẻ | trẻ hơn | đơn_giản | đơn_giản hơn\ntrẻ | trẻ hơn | chậm | chậm hơn\ntrẻ | trẻ hơn | nhỏ | nhỏ hơn\ntrẻ | trẻ hơn | thông_minh | thông_minh hơn\ntrẻ | trẻ hơn | mạnh_mẽ | mạnh_mẽ hơn\ntrẻ | trẻ hơn | cao | cao hơn\ntrẻ | trẻ hơn | chặt_chẽ | chặt_chẽ hơn\ntrẻ | trẻ hơn | khó_khăn | khó_khăn hơn\ntrẻ | trẻ hơn | ấm_áp | ấm hơn\ntrẻ | trẻ hơn | yếu | yếu hơn\ntrẻ | trẻ hơn | rộng | rộng hơn\nxấu | tệ nhất | lớn | lớn nhất\nxấu | tệ nhất | sáng | sáng nhất\nxấu | tệ nhất | lạnh | lạnh nhất\nxấu | tệ nhất | mát_mẻ | lạnh nhất\nxấu | tệ nhất | tối | tối nhất\nxấu | tệ nhất | dễ_dàng | dễ nhất\nxấu | tệ nhất | nhanh_chóng | nhanh nhất\nxấu | tệ nhất | tốt | tốt\nxấu | tệ nhất | tuyệt_vời | vĩ_đại nhất\nxấu | tệ nhất | cao | cao nhất\nxấu | tệ nhất | nóng | nóng nhất\nxấu | tệ nhất | lớn | lớn nhất\nxấu | tệ nhất | dài | dài nhất\nxấu | tệ nhất | thấp | thấp nhất\nxấu | tệ nhất | may_mắn | may_mắn nhất\nxấu | tệ nhất | cũ | lâu_đời nhất\nxấu | tệ nhất | nhanh_chóng | nhanh nhất\nxấu | tệ nhất | đơn_giản | đơn_giản nhất\nxấu | tệ nhất | ngắn | ngắn nhất\nxấu | tệ nhất | chậm | chậm nhất\nxấu | tệ nhất | nhỏ | nhỏ nhất\nxấu | tệ nhất | thông_minh | thông_minh nhất\nxấu | tệ nhất | lạ | lạ_lùng nhất\nxấu | tệ nhất | mạnh_mẽ | mạnh nhất\nxấu | tệ nhất | ngọt_ngào | ngọt_ngào nhất\nxấu | tệ nhất | cao | cao nhất\nxấu | tệ nhất | ngon | ngon nhất\nxấu | tệ nhất | ấm_áp | ấm nhất\nxấu | tệ nhất | yếu | yếu nhất\nxấu | tệ nhất | kỳ_lạ | kỳ_lạ nhất\nxấu | tệ nhất | rộng | rộng nhất\nxấu | tệ nhất | trẻ | út\nlớn | lớn nhất | sáng | sáng nhất\nlớn | lớn nhất | lạnh | lạnh nhất\nlớn | lớn nhất | mát_mẻ | lạnh nhất\nlớn | lớn nhất | tối | tối nhất\nlớn | lớn nhất | dễ_dàng | dễ nhất\nlớn | lớn nhất | nhanh_chóng | nhanh nhất\nlớn | lớn nhất | tốt | tốt\nlớn | lớn nhất | tuyệt_vời | vĩ_đại nhất\nlớn | lớn nhất | cao | cao nhất\nlớn | lớn nhất | nóng | nóng nhất\nlớn | lớn nhất | lớn | lớn nhất\nlớn | lớn nhất | dài | dài nhất\nlớn | lớn nhất | thấp | thấp nhất\nlớn | lớn nhất | may_mắn | may_mắn nhất\nlớn | lớn nhất | cũ | lâu_đời nhất\nlớn | lớn nhất | nhanh_chóng | nhanh nhất\nlớn | lớn nhất | đơn_giản | đơn_giản nhất\nlớn | lớn nhất | ngắn | ngắn nhất\nlớn | lớn nhất | chậm | chậm nhất\nlớn | lớn nhất | nhỏ | nhỏ nhất\nlớn | lớn nhất | thông_minh | thông_minh nhất\nlớn | lớn nhất | lạ | lạ_lùng nhất\nlớn | lớn nhất | mạnh_mẽ | mạnh nhất\nlớn | lớn nhất | ngọt_ngào | ngọt_ngào nhất\nlớn | lớn nhất | cao | cao nhất\nlớn | lớn nhất | ngon | ngon nhất\nlớn | lớn nhất | ấm_áp | ấm nhất\nlớn | lớn nhất | yếu | yếu nhất\nlớn | lớn nhất | kỳ_lạ | kỳ_lạ nhất\nlớn | lớn nhất | rộng | rộng nhất\nlớn | lớn nhất | trẻ | út\nlớn | lớn nhất | xấu | tệ nhất\nsáng | sáng nhất | lạnh | lạnh nhất\nsáng | sáng nhất | mát_mẻ | lạnh nhất\nsáng | sáng nhất | tối | tối nhất\nsáng | sáng nhất | dễ_dàng | dễ nhất\nsáng | sáng nhất | nhanh_chóng | nhanh nhất\nsáng | sáng nhất | tốt | tốt\nsáng | sáng nhất | tuyệt_vời | vĩ_đại nhất\nsáng | sáng nhất | cao | cao nhất\nsáng | sáng nhất | nóng | nóng nhất\nsáng | sáng nhất | lớn | lớn nhất\nsáng | sáng nhất | dài | dài nhất\nsáng | sáng nhất | thấp | thấp nhất\nsáng | sáng nhất | may_mắn | may_mắn nhất\nsáng | sáng nhất | cũ | lâu_đời nhất\nsáng | sáng nhất | nhanh_chóng | nhanh nhất\nsáng | sáng nhất | đơn_giản | đơn_giản nhất\nsáng | sáng nhất | ngắn | ngắn nhất\nsáng | sáng nhất | chậm | chậm nhất\nsáng | sáng nhất | nhỏ | nhỏ nhất\nsáng | sáng nhất | thông_minh | thông_minh nhất\nsáng | sáng nhất | lạ | lạ_lùng nhất\nsáng | sáng nhất | mạnh_mẽ | mạnh nhất\nsáng | sáng nhất | ngọt_ngào | ngọt_ngào nhất\nsáng | sáng nhất | cao | cao nhất\nsáng | sáng nhất | ngon | ngon nhất\nsáng | sáng nhất | ấm_áp | ấm nhất\nsáng | sáng nhất | yếu | yếu nhất\nsáng | sáng nhất | kỳ_lạ | kỳ_lạ nhất\nsáng | sáng nhất | rộng | rộng nhất\nsáng | sáng nhất | trẻ | út\nsáng | sáng nhất | xấu | tệ nhất\nsáng | sáng nhất | lớn | lớn nhất\nlạnh | lạnh nhất | mát_mẻ | lạnh nhất\nlạnh | lạnh nhất | tối | tối nhất\nlạnh | lạnh nhất | dễ_dàng | dễ nhất\nlạnh | lạnh nhất | nhanh_chóng | nhanh nhất\nlạnh | lạnh nhất | tốt | tốt\nlạnh | lạnh nhất | tuyệt_vời | vĩ_đại nhất\nlạnh | lạnh nhất | cao | cao nhất\nlạnh | lạnh nhất | nóng | nóng nhất\nlạnh | lạnh nhất | lớn | lớn nhất\nlạnh | lạnh nhất | dài | dài nhất\nlạnh | lạnh nhất | thấp | thấp nhất\nlạnh | lạnh nhất | may_mắn | may_mắn nhất\nlạnh | lạnh nhất | cũ | lâu_đời nhất\nlạnh | lạnh nhất | nhanh_chóng | nhanh nhất\nlạnh | lạnh nhất | đơn_giản | đơn_giản nhất\nlạnh | lạnh nhất | ngắn | ngắn nhất\nlạnh | lạnh nhất | chậm | chậm nhất\nlạnh | lạnh nhất | nhỏ | nhỏ nhất\nlạnh | lạnh nhất | thông_minh | thông_minh nhất\nlạnh | lạnh nhất | lạ | lạ_lùng nhất\nlạnh | lạnh nhất | mạnh_mẽ | mạnh nhất\nlạnh | lạnh nhất | ngọt_ngào | ngọt_ngào nhất\nlạnh | lạnh nhất | cao | cao nhất\nlạnh | lạnh nhất | ngon | ngon nhất\nlạnh | lạnh nhất | ấm_áp | ấm nhất\nlạnh | lạnh nhất | yếu | yếu nhất\nlạnh | lạnh nhất | kỳ_lạ | kỳ_lạ nhất\nlạnh | lạnh nhất | rộng | rộng nhất\nlạnh | lạnh nhất | trẻ | út\nlạnh | lạnh nhất | xấu | tệ nhất\nlạnh | lạnh nhất | lớn | lớn nhất\nlạnh | lạnh nhất | sáng | sáng nhất\nmát_mẻ | tuyệt nhất | tối | tối nhất\nmát_mẻ | tuyệt nhất | dễ_dàng | dễ nhất\nmát_mẻ | tuyệt nhất | nhanh_chóng | nhanh nhất\nmát_mẻ | tuyệt nhất | tốt | tốt\nmát_mẻ | tuyệt nhất | tuyệt_vời | vĩ_đại nhất\nmát_mẻ | tuyệt nhất | cao | cao nhất\nmát_mẻ | tuyệt nhất | nóng | nóng nhất\nmát_mẻ | tuyệt nhất | lớn | lớn nhất\nmát_mẻ | tuyệt nhất | dài | dài nhất\nmát_mẻ | tuyệt nhất | thấp | thấp nhất\nmát_mẻ | tuyệt nhất | may_mắn | may_mắn nhất\nmát_mẻ | tuyệt nhất | cũ | lâu_đời nhất\nmát_mẻ | tuyệt nhất | nhanh_chóng | nhanh nhất\nmát_mẻ | tuyệt nhất | đơn_giản | đơn_giản nhất\nmát_mẻ | tuyệt nhất | ngắn | ngắn nhất\nmát_mẻ | tuyệt nhất | chậm | chậm nhất\nmát_mẻ | tuyệt nhất | nhỏ | nhỏ nhất\nmát_mẻ | tuyệt nhất | thông_minh | thông_minh nhất\nmát_mẻ | tuyệt nhất | lạ | lạ_lùng nhất\nmát_mẻ | tuyệt nhất | mạnh_mẽ | mạnh nhất\nmát_mẻ | tuyệt nhất | ngọt_ngào | ngọt_ngào nhất\nmát_mẻ | tuyệt nhất | cao | cao nhất\nmát_mẻ | tuyệt nhất | ngon | ngon nhất\nmát_mẻ | tuyệt nhất | ấm_áp | ấm nhất\nmát_mẻ | tuyệt nhất | yếu | yếu nhất\nmát_mẻ | tuyệt nhất | kỳ_lạ | kỳ_lạ nhất\nmát_mẻ | tuyệt nhất | rộng | rộng nhất\nmát_mẻ | tuyệt nhất | trẻ | út\nmát_mẻ | tuyệt nhất | xấu | tệ nhất\nmát_mẻ | tuyệt nhất | lớn | lớn nhất\nmát_mẻ | tuyệt nhất | sáng | sáng nhất\nmát_mẻ | tuyệt nhất | lạnh | lạnh nhất\ntối | tối nhất | dễ_dàng | dễ nhất\ntối | tối nhất | nhanh_chóng | nhanh nhất\ntối | tối nhất | tốt | tốt\ntối | tối nhất | tuyệt_vời | vĩ_đại nhất\ntối | tối nhất | cao | cao nhất\ntối | tối nhất | nóng | nóng nhất\ntối | tối nhất | lớn | lớn nhất\ntối | tối nhất | dài | dài nhất\ntối | tối nhất | thấp | thấp nhất\ntối | tối nhất | may_mắn | may_mắn nhất\ntối | tối nhất | cũ | lâu_đời nhất\ntối | tối nhất | nhanh_chóng | nhanh nhất\ntối | tối nhất | đơn_giản | đơn_giản nhất\ntối | tối nhất | ngắn | ngắn nhất\ntối | tối nhất | chậm | chậm nhất\ntối | tối nhất | nhỏ | nhỏ nhất\ntối | tối nhất | thông_minh | thông_minh nhất\ntối | tối nhất | lạ | lạ_lùng nhất\ntối | tối nhất | mạnh_mẽ | mạnh nhất\ntối | tối nhất | ngọt_ngào | ngọt_ngào nhất\ntối | tối nhất | cao | cao nhất\ntối | tối nhất | ngon | ngon nhất\ntối | tối nhất | ấm_áp | ấm nhất\ntối | tối nhất | yếu | yếu nhất\ntối | tối nhất | kỳ_lạ | kỳ_lạ nhất\ntối | tối nhất | rộng | rộng nhất\ntối | tối nhất | trẻ | út\ntối | tối nhất | xấu | tệ nhất\ntối | tối nhất | lớn | lớn nhất\ntối | tối nhất | sáng | sáng nhất\ntối | tối nhất | lạnh | lạnh nhất\ntối | tối nhất | mát_mẻ | lạnh nhất\ndễ_dàng | dễ nhất | nhanh_chóng | nhanh nhất\ndễ_dàng | dễ nhất | tốt | tốt\ndễ_dàng | dễ nhất | tuyệt_vời | vĩ_đại nhất\ndễ_dàng | dễ nhất | cao | cao nhất\ndễ_dàng | dễ nhất | nóng | nóng nhất\ndễ_dàng | dễ nhất | lớn | lớn nhất\ndễ_dàng | dễ nhất | dài | dài nhất\ndễ_dàng | dễ nhất | thấp | thấp nhất\ndễ_dàng | dễ nhất | may_mắn | may_mắn nhất\ndễ_dàng | dễ nhất | cũ | lâu_đời nhất\ndễ_dàng | dễ nhất | nhanh_chóng | nhanh nhất\ndễ_dàng | dễ nhất | đơn_giản | đơn_giản nhất\ndễ_dàng | dễ nhất | ngắn | ngắn nhất\ndễ_dàng | dễ nhất | chậm | chậm nhất\ndễ_dàng | dễ nhất | nhỏ | nhỏ nhất\ndễ_dàng | dễ nhất | thông_minh | thông_minh nhất\ndễ_dàng | dễ nhất | lạ | lạ_lùng nhất\ndễ_dàng | dễ nhất | mạnh_mẽ | mạnh nhất\ndễ_dàng | dễ nhất | ngọt_ngào | ngọt_ngào nhất\ndễ_dàng | dễ nhất | cao | cao nhất\ndễ_dàng | dễ nhất | ngon | ngon nhất\ndễ_dàng | dễ nhất | ấm_áp | ấm nhất\ndễ_dàng | dễ nhất | yếu | yếu nhất\ndễ_dàng | dễ nhất | kỳ_lạ | kỳ_lạ nhất\ndễ_dàng | dễ nhất | rộng | rộng nhất\ndễ_dàng | dễ nhất | trẻ | út\ndễ_dàng | dễ nhất | xấu | tệ nhất\ndễ_dàng | dễ nhất | lớn | lớn nhất\ndễ_dàng | dễ nhất | sáng | sáng nhất\ndễ_dàng | dễ nhất | lạnh | lạnh nhất\ndễ_dàng | dễ nhất | mát_mẻ | lạnh nhất\ndễ_dàng | dễ nhất | tối | tối nhất\nnhanh_chóng | nhanh nhất | tốt | tốt\nnhanh_chóng | nhanh nhất | tuyệt_vời | vĩ_đại nhất\nnhanh_chóng | nhanh nhất | cao | cao nhất\nnhanh_chóng | nhanh nhất | nóng | nóng nhất\nnhanh_chóng | nhanh nhất | lớn | lớn nhất\nnhanh_chóng | nhanh nhất | dài | dài nhất\nnhanh_chóng | nhanh nhất | thấp | thấp nhất\nnhanh_chóng | nhanh nhất | may_mắn | may_mắn nhất\nnhanh_chóng | nhanh nhất | cũ | lâu_đời nhất\nnhanh_chóng | nhanh nhất | nhanh_chóng | nhanh nhất\nnhanh_chóng | nhanh nhất | đơn_giản | đơn_giản nhất\nnhanh_chóng | nhanh nhất | ngắn | ngắn nhất\nnhanh_chóng | nhanh nhất | chậm | chậm nhất\nnhanh_chóng | nhanh nhất | nhỏ | nhỏ nhất\nnhanh_chóng | nhanh nhất | thông_minh | thông_minh nhất\nnhanh_chóng | nhanh nhất | lạ | lạ_lùng nhất\nnhanh_chóng | nhanh nhất | mạnh_mẽ | mạnh nhất\nnhanh_chóng | nhanh nhất | ngọt_ngào | ngọt_ngào nhất\nnhanh_chóng | nhanh nhất | cao | cao nhất\nnhanh_chóng | nhanh nhất | ngon | ngon nhất\nnhanh_chóng | nhanh nhất | ấm_áp | ấm nhất\nnhanh_chóng | nhanh nhất | yếu | yếu nhất\nnhanh_chóng | nhanh nhất | kỳ_lạ | kỳ_lạ nhất\nnhanh_chóng | nhanh nhất | rộng | rộng nhất\nnhanh_chóng | nhanh nhất | trẻ | út\nnhanh_chóng | nhanh nhất | xấu | tệ nhất\nnhanh_chóng | nhanh nhất | lớn | lớn nhất\nnhanh_chóng | nhanh nhất | sáng | sáng nhất\nnhanh_chóng | nhanh nhất | lạnh | lạnh nhất\nnhanh_chóng | nhanh nhất | mát_mẻ | lạnh nhất\nnhanh_chóng | nhanh nhất | tối | tối nhất\nnhanh_chóng | nhanh nhất | dễ_dàng | dễ nhất\ntốt | tốt nhất | tuyệt_vời | vĩ_đại nhất\ntốt | tốt nhất | cao | cao nhất\ntốt | tốt nhất | nóng | nóng nhất\ntốt | tốt nhất | lớn | lớn nhất\ntốt | tốt nhất | dài | dài nhất\ntốt | tốt nhất | thấp | thấp nhất\ntốt | tốt nhất | may_mắn | may_mắn nhất\ntốt | tốt nhất | cũ | lâu_đời nhất\ntốt | tốt nhất | nhanh_chóng | nhanh nhất\ntốt | tốt nhất | đơn_giản | đơn_giản nhất\ntốt | tốt nhất | ngắn | ngắn nhất\ntốt | tốt nhất | chậm | chậm nhất\ntốt | tốt nhất | nhỏ | nhỏ nhất\ntốt | tốt nhất | thông_minh | thông_minh nhất\ntốt | tốt nhất | lạ | lạ_lùng nhất\ntốt | tốt nhất | mạnh_mẽ | mạnh nhất\ntốt | tốt nhất | ngọt_ngào | ngọt_ngào nhất\ntốt | tốt nhất | cao | cao nhất\ntốt | tốt nhất | ngon | ngon nhất\ntốt | tốt nhất | ấm_áp | ấm nhất\ntốt | tốt nhất | yếu | yếu nhất\ntốt | tốt nhất | kỳ_lạ | kỳ_lạ nhất\ntốt | tốt nhất | rộng | rộng nhất\ntốt | tốt nhất | trẻ | út\ntốt | tốt nhất | xấu | tệ nhất\ntốt | tốt nhất | lớn | lớn nhất\ntốt | tốt nhất | sáng | sáng nhất\ntốt | tốt nhất | lạnh | lạnh nhất\ntốt | tốt nhất | mát_mẻ | lạnh nhất\ntốt | tốt nhất | tối | tối nhất\ntốt | tốt nhất | dễ_dàng | dễ nhất\ntốt | tốt nhất | nhanh_chóng | nhanh nhất\ntuyệt_vời | vĩ_đại nhất | cao | cao nhất\ntuyệt_vời | vĩ_đại nhất | nóng | nóng nhất\ntuyệt_vời | vĩ_đại nhất | lớn | lớn nhất\ntuyệt_vời | vĩ_đại nhất | dài | dài nhất\ntuyệt_vời | vĩ_đại nhất | thấp | thấp nhất\ntuyệt_vời | vĩ_đại nhất | may_mắn | may_mắn nhất\ntuyệt_vời | vĩ_đại nhất | cũ | lâu_đời nhất\ntuyệt_vời | vĩ_đại nhất | nhanh_chóng | nhanh nhất\ntuyệt_vời | vĩ_đại nhất | đơn_giản | đơn_giản nhất\ntuyệt_vời | vĩ_đại nhất | ngắn | ngắn nhất\ntuyệt_vời | vĩ_đại nhất | chậm | chậm nhất\ntuyệt_vời | vĩ_đại nhất | nhỏ | nhỏ nhất\ntuyệt_vời | vĩ_đại nhất | thông_minh | thông_minh nhất\ntuyệt_vời | vĩ_đại nhất | lạ | lạ_lùng nhất\ntuyệt_vời | vĩ_đại nhất | mạnh_mẽ | mạnh nhất\ntuyệt_vời | vĩ_đại nhất | ngọt_ngào | ngọt_ngào nhất\ntuyệt_vời | vĩ_đại nhất | cao | cao nhất\ntuyệt_vời | vĩ_đại nhất | ngon | ngon nhất\ntuyệt_vời | vĩ_đại nhất | ấm_áp | ấm nhất\ntuyệt_vời | vĩ_đại nhất | yếu | yếu nhất\ntuyệt_vời | vĩ_đại nhất | kỳ_lạ | kỳ_lạ nhất\ntuyệt_vời | vĩ_đại nhất | rộng | rộng nhất\ntuyệt_vời | vĩ_đại nhất | trẻ | út\ntuyệt_vời | vĩ_đại nhất | xấu | tệ nhất\ntuyệt_vời | vĩ_đại nhất | lớn | lớn nhất\ntuyệt_vời | vĩ_đại nhất | sáng | sáng nhất\ntuyệt_vời | vĩ_đại nhất | lạnh | lạnh nhất\ntuyệt_vời | vĩ_đại nhất | mát_mẻ | lạnh nhất\ntuyệt_vời | vĩ_đại nhất | tối | tối nhất\ntuyệt_vời | vĩ_đại nhất | dễ_dàng | dễ nhất\ntuyệt_vời | vĩ_đại nhất | nhanh_chóng | nhanh nhất\ntuyệt_vời | vĩ_đại nhất | tốt | tốt\ncao | cao nhất | nóng | nóng nhất\ncao | cao nhất | lớn | lớn nhất\ncao | cao nhất | dài | dài nhất\ncao | cao nhất | thấp | thấp nhất\ncao | cao nhất | may_mắn | may_mắn nhất\ncao | cao nhất | cũ | lâu_đời nhất\ncao | cao nhất | nhanh_chóng | nhanh nhất\ncao | cao nhất | đơn_giản | đơn_giản nhất\ncao | cao nhất | ngắn | ngắn nhất\ncao | cao nhất | chậm | chậm nhất\ncao | cao nhất | nhỏ | nhỏ nhất\ncao | cao nhất | thông_minh | thông_minh nhất\ncao | cao nhất | lạ | lạ_lùng nhất\ncao | cao nhất | mạnh_mẽ | mạnh nhất\ncao | cao nhất | ngọt_ngào | ngọt_ngào nhất\ncao | cao nhất | cao | cao nhất\ncao | cao nhất | ngon | ngon nhất\ncao | cao nhất | ấm_áp | ấm nhất\ncao | cao nhất | yếu | yếu nhất\ncao | cao nhất | kỳ_lạ | kỳ_lạ nhất\ncao | cao nhất | rộng | rộng nhất\ncao | cao nhất | trẻ | út\ncao | cao nhất | xấu | tệ nhất\ncao | cao nhất | lớn | lớn nhất\ncao | cao nhất | sáng | sáng nhất\ncao | cao nhất | lạnh | lạnh nhất\ncao | cao nhất | mát_mẻ | lạnh nhất\ncao | cao nhất | tối | tối nhất\ncao | cao nhất | dễ_dàng | dễ nhất\ncao | cao nhất | nhanh_chóng | nhanh nhất\ncao | cao nhất | tốt | tốt\ncao | cao nhất | tuyệt_vời | vĩ_đại nhất\nnóng | nóng nhất | lớn | lớn nhất\nnóng | nóng nhất | dài | dài nhất\nnóng | nóng nhất | thấp | thấp nhất\nnóng | nóng nhất | may_mắn | may_mắn nhất\nnóng | nóng nhất | cũ | lâu_đời nhất\nnóng | nóng nhất | nhanh_chóng | nhanh nhất\nnóng | nóng nhất | đơn_giản | đơn_giản nhất\nnóng | nóng nhất | ngắn | ngắn nhất\nnóng | nóng nhất | chậm | chậm nhất\nnóng | nóng nhất | nhỏ | nhỏ nhất\nnóng | nóng nhất | thông_minh | thông_minh nhất\nnóng | nóng nhất | lạ | lạ_lùng nhất\nnóng | nóng nhất | mạnh_mẽ | mạnh nhất\nnóng | nóng nhất | ngọt_ngào | ngọt_ngào nhất\nnóng | nóng nhất | cao | cao nhất\nnóng | nóng nhất | ngon | ngon nhất\nnóng | nóng nhất | ấm_áp | ấm nhất\nnóng | nóng nhất | yếu | yếu nhất\nnóng | nóng nhất | kỳ_lạ | kỳ_lạ nhất\nnóng | nóng nhất | rộng | rộng nhất\nnóng | nóng nhất | trẻ | út\nnóng | nóng nhất | xấu | tệ nhất\nnóng | nóng nhất | lớn | lớn nhất\nnóng | nóng nhất | sáng | sáng nhất\nnóng | nóng nhất | lạnh | lạnh nhất\nnóng | nóng nhất | mát_mẻ | lạnh nhất\nnóng | nóng nhất | tối | tối nhất\nnóng | nóng nhất | dễ_dàng | dễ nhất\nnóng | nóng nhất | nhanh_chóng | nhanh nhất\nnóng | nóng nhất | tốt | tốt\nnóng | nóng nhất | tuyệt_vời | vĩ_đại nhất\nnóng | nóng nhất | cao | cao nhất\nlớn | lớn nhất | dài | dài nhất\nlớn | lớn nhất | thấp | thấp nhất\nlớn | lớn nhất | may_mắn | may_mắn nhất\nlớn | lớn nhất | cũ | lâu_đời nhất\nlớn | lớn nhất | nhanh_chóng | nhanh nhất\nlớn | lớn nhất | đơn_giản | đơn_giản nhất\nlớn | lớn nhất | ngắn | ngắn nhất\nlớn | lớn nhất | chậm | chậm nhất\nlớn | lớn nhất | nhỏ | nhỏ nhất\nlớn | lớn nhất | thông_minh | thông_minh nhất\nlớn | lớn nhất | lạ | lạ_lùng nhất\nlớn | lớn nhất | mạnh_mẽ | mạnh nhất\nlớn | lớn nhất | ngọt_ngào | ngọt_ngào nhất\nlớn | lớn nhất | cao | cao nhất\nlớn | lớn nhất | ngon | ngon nhất\nlớn | lớn nhất | ấm_áp | ấm nhất\nlớn | lớn nhất | yếu | yếu nhất\nlớn | lớn nhất | kỳ_lạ | kỳ_lạ nhất\nlớn | lớn nhất | rộng | rộng nhất\nlớn | lớn nhất | trẻ | út\nlớn | lớn nhất | xấu | tệ nhất\nlớn | lớn nhất | lớn | lớn nhất\nlớn | lớn nhất | sáng | sáng nhất\nlớn | lớn nhất | lạnh | lạnh nhất\nlớn | lớn nhất | mát_mẻ | lạnh nhất\nlớn | lớn nhất | tối | tối nhất\nlớn | lớn nhất | dễ_dàng | dễ nhất\nlớn | lớn nhất | nhanh_chóng | nhanh nhất\nlớn | lớn nhất | tốt | tốt\nlớn | lớn nhất | tuyệt_vời | vĩ_đại nhất\nlớn | lớn nhất | cao | cao nhất\nlớn | lớn nhất | nóng | nóng nhất\ndài | dài nhất | thấp | thấp nhất\ndài | dài nhất | may_mắn | may_mắn nhất\ndài | dài nhất | cũ | lâu_đời nhất\ndài | dài nhất | nhanh_chóng | nhanh nhất\ndài | dài nhất | đơn_giản | đơn_giản nhất\ndài | dài nhất | ngắn | ngắn nhất\ndài | dài nhất | chậm | chậm nhất\ndài | dài nhất | nhỏ | nhỏ nhất\ndài | dài nhất | thông_minh | thông_minh nhất\ndài | dài nhất | lạ | lạ_lùng nhất\ndài | dài nhất | mạnh_mẽ | mạnh nhất\ndài | dài nhất | ngọt_ngào | ngọt_ngào nhất\ndài | dài nhất | cao | cao nhất\ndài | dài nhất | ngon | ngon nhất\ndài | dài nhất | ấm_áp | ấm nhất\ndài | dài nhất | yếu | yếu nhất\ndài | dài nhất | kỳ_lạ | kỳ_lạ nhất\ndài | dài nhất | rộng | rộng nhất\ndài | dài nhất | trẻ | út\ndài | dài nhất | xấu | tệ nhất\ndài | dài nhất | lớn | lớn nhất\ndài | dài nhất | sáng | sáng nhất\ndài | dài nhất | lạnh | lạnh nhất\ndài | dài nhất | mát_mẻ | lạnh nhất\ndài | dài nhất | tối | tối nhất\ndài | dài nhất | dễ_dàng | dễ nhất\ndài | dài nhất | nhanh_chóng | nhanh nhất\ndài | dài nhất | tốt | tốt\ndài | dài nhất | tuyệt_vời | vĩ_đại nhất\ndài | dài nhất | cao | cao nhất\ndài | dài nhất | nóng | nóng nhất\ndài | dài nhất | lớn | lớn nhất\nthấp | thấp nhất | may_mắn | may_mắn nhất\nthấp | thấp nhất | cũ | lâu_đời nhất\nthấp | thấp nhất | nhanh_chóng | nhanh nhất\nthấp | thấp nhất | đơn_giản | đơn_giản nhất\nthấp | thấp nhất | ngắn | ngắn nhất\nthấp | thấp nhất | chậm | chậm nhất\nthấp | thấp nhất | nhỏ | nhỏ nhất\nthấp | thấp nhất | thông_minh | thông_minh nhất\nthấp | thấp nhất | lạ | lạ_lùng nhất\nthấp | thấp nhất | mạnh_mẽ | mạnh nhất\nthấp | thấp nhất | ngọt_ngào | ngọt_ngào nhất\nthấp | thấp nhất | cao | cao nhất\nthấp | thấp nhất | ngon | ngon nhất\nthấp | thấp nhất | ấm_áp | ấm nhất\nthấp | thấp nhất | yếu | yếu nhất\nthấp | thấp nhất | kỳ_lạ | kỳ_lạ nhất\nthấp | thấp nhất | rộng | rộng nhất\nthấp | thấp nhất | trẻ | út\nthấp | thấp nhất | xấu | tệ nhất\nthấp | thấp nhất | lớn | lớn nhất\nthấp | thấp nhất | sáng | sáng nhất\nthấp | thấp nhất | lạnh | lạnh nhất\nthấp | thấp nhất | mát_mẻ | lạnh nhất\nthấp | thấp nhất | tối | tối nhất\nthấp | thấp nhất | dễ_dàng | dễ nhất\nthấp | thấp nhất | nhanh_chóng | nhanh nhất\nthấp | thấp nhất | tốt | tốt\nthấp | thấp nhất | tuyệt_vời | vĩ_đại nhất\nthấp | thấp nhất | cao | cao nhất\nthấp | thấp nhất | nóng | nóng nhất\nthấp | thấp nhất | lớn | lớn nhất\nthấp | thấp nhất | dài | dài nhất\nmay_mắn | may_mắn nhất | cũ | lâu_đời nhất\nmay_mắn | may_mắn nhất | nhanh_chóng | nhanh nhất\nmay_mắn | may_mắn nhất | đơn_giản | đơn_giản nhất\nmay_mắn | may_mắn nhất | ngắn | ngắn nhất\nmay_mắn | may_mắn nhất | chậm | chậm nhất\nmay_mắn | may_mắn nhất | nhỏ | nhỏ nhất\nmay_mắn | may_mắn nhất | thông_minh | thông_minh nhất\nmay_mắn | may_mắn nhất | lạ | lạ_lùng nhất\nmay_mắn | may_mắn nhất | mạnh_mẽ | mạnh nhất\nmay_mắn | may_mắn nhất | ngọt_ngào | ngọt_ngào nhất\nmay_mắn | may_mắn nhất | cao | cao nhất\nmay_mắn | may_mắn nhất | ngon | ngon nhất\nmay_mắn | may_mắn nhất | ấm_áp | ấm nhất\nmay_mắn | may_mắn nhất | yếu | yếu nhất\nmay_mắn | may_mắn nhất | kỳ_lạ | kỳ_lạ nhất\nmay_mắn | may_mắn nhất | rộng | rộng nhất\nmay_mắn | may_mắn nhất | trẻ | út\nmay_mắn | may_mắn nhất | xấu | tệ nhất\nmay_mắn | may_mắn nhất | lớn | lớn nhất\nmay_mắn | may_mắn nhất | sáng | sáng nhất\nmay_mắn | may_mắn nhất | lạnh | lạnh nhất\nmay_mắn | may_mắn nhất | mát_mẻ | lạnh nhất\nmay_mắn | may_mắn nhất | tối | tối nhất\nmay_mắn | may_mắn nhất | dễ_dàng | dễ nhất\nmay_mắn | may_mắn nhất | nhanh_chóng | nhanh nhất\nmay_mắn | may_mắn nhất | tốt | tốt\nmay_mắn | may_mắn nhất | tuyệt_vời | vĩ_đại nhất\nmay_mắn | may_mắn nhất | cao | cao nhất\nmay_mắn | may_mắn nhất | nóng | nóng nhất\nmay_mắn | may_mắn nhất | lớn | lớn nhất\nmay_mắn | may_mắn nhất | dài | dài nhất\nmay_mắn | may_mắn nhất | thấp | thấp nhất\ncũ | lâu_đời nhất | nhanh_chóng | nhanh nhất\ncũ | lâu_đời nhất | đơn_giản | đơn_giản nhất\ncũ | lâu_đời nhất | ngắn | ngắn nhất\ncũ | lâu_đời nhất | chậm | chậm nhất\ncũ | lâu_đời nhất | nhỏ | nhỏ nhất\ncũ | lâu_đời nhất | thông_minh | thông_minh nhất\ncũ | lâu_đời nhất | lạ | lạ_lùng nhất\ncũ | lâu_đời nhất | mạnh_mẽ | mạnh nhất\ncũ | lâu_đời nhất | ngọt_ngào | ngọt_ngào nhất\ncũ | lâu_đời nhất | cao | cao nhất\ncũ | lâu_đời nhất | ngon | ngon nhất\ncũ | lâu_đời nhất | ấm_áp | ấm nhất\ncũ | lâu_đời nhất | yếu | yếu nhất\ncũ | lâu_đời nhất | kỳ_lạ | kỳ_lạ nhất\ncũ | lâu_đời nhất | rộng | rộng nhất\ncũ | lâu_đời nhất | trẻ | út\ncũ | lâu_đời nhất | xấu | tệ nhất\ncũ | lâu_đời nhất | lớn | lớn nhất\ncũ | lâu_đời nhất | sáng | sáng nhất\ncũ | lâu_đời nhất | lạnh | lạnh nhất\ncũ | lâu_đời nhất | mát_mẻ | lạnh nhất\ncũ | lâu_đời nhất | tối | tối nhất\ncũ | lâu_đời nhất | dễ_dàng | dễ nhất\ncũ | lâu_đời nhất | nhanh_chóng | nhanh nhất\ncũ | lâu_đời nhất | tốt | tốt\ncũ | lâu_đời nhất | tuyệt_vời | vĩ_đại nhất\ncũ | lâu_đời nhất | cao | cao nhất\ncũ | lâu_đời nhất | nóng | nóng nhất\ncũ | lâu_đời nhất | lớn | lớn nhất\ncũ | lâu_đời nhất | dài | dài nhất\ncũ | lâu_đời nhất | thấp | thấp nhất\ncũ | lâu_đời nhất | may_mắn | may_mắn nhất\nnhanh_chóng | nhanh nhất | đơn_giản | đơn_giản nhất\nnhanh_chóng | nhanh nhất | ngắn | ngắn nhất\nnhanh_chóng | nhanh nhất | chậm | chậm nhất\nnhanh_chóng | nhanh nhất | nhỏ | nhỏ nhất\nnhanh_chóng | nhanh nhất | thông_minh | thông_minh nhất\nnhanh_chóng | nhanh nhất | lạ | lạ_lùng nhất\nnhanh_chóng | nhanh nhất | mạnh_mẽ | mạnh nhất\nnhanh_chóng | nhanh nhất | ngọt_ngào | ngọt_ngào nhất\nnhanh_chóng | nhanh nhất | cao | cao nhất\nnhanh_chóng | nhanh nhất | ngon | ngon nhất\nnhanh_chóng | nhanh nhất | ấm_áp | ấm nhất\nnhanh_chóng | nhanh nhất | yếu | yếu nhất\nnhanh_chóng | nhanh nhất | kỳ_lạ | kỳ_lạ nhất\nnhanh_chóng | nhanh nhất | rộng | rộng nhất\nnhanh_chóng | nhanh nhất | trẻ | út\nnhanh_chóng | nhanh nhất | xấu | tệ nhất\nnhanh_chóng | nhanh nhất | lớn | lớn nhất\nnhanh_chóng | nhanh nhất | sáng | sáng nhất\nnhanh_chóng | nhanh nhất | lạnh | lạnh nhất\nnhanh_chóng | nhanh nhất | mát_mẻ | lạnh nhất\nnhanh_chóng | nhanh nhất | tối | tối nhất\nnhanh_chóng | nhanh nhất | dễ_dàng | dễ nhất\nnhanh_chóng | nhanh nhất | nhanh_chóng | nhanh nhất\nnhanh_chóng | nhanh nhất | tốt | tốt\nnhanh_chóng | nhanh nhất | tuyệt_vời | vĩ_đại nhất\nnhanh_chóng | nhanh nhất | cao | cao nhất\nnhanh_chóng | nhanh nhất | nóng | nóng nhất\nnhanh_chóng | nhanh nhất | lớn | lớn nhất\nnhanh_chóng | nhanh nhất | dài | dài nhất\nnhanh_chóng | nhanh nhất | thấp | thấp nhất\nnhanh_chóng | nhanh nhất | may_mắn | may_mắn nhất\nnhanh_chóng | nhanh nhất | cũ | lâu_đời nhất\nsắc nét | sắc nét nhất | đơn_giản | đơn_giản nhất\nsắc nét | sắc nét nhất | ngắn | ngắn nhất\nsắc nét | sắc nét nhất | chậm | chậm nhất\nsắc nét | sắc nét nhất | nhỏ | nhỏ nhất\nsắc nét | sắc nét nhất | thông_minh | thông_minh nhất\nsắc nét | sắc nét nhất | lạ | lạ_lùng nhất\nsắc nét | sắc nét nhất | mạnh_mẽ | mạnh nhất\nsắc nét | sắc nét nhất | ngọt_ngào | ngọt_ngào nhất\nsắc nét | sắc nét nhất | cao | cao nhất\nsắc nét | sắc nét nhất | ngon | ngon nhất\nsắc nét | sắc nét nhất | ấm_áp | ấm nhất\nsắc nét | sắc nét nhất | yếu | yếu nhất\nsắc nét | sắc nét nhất | kỳ_lạ | kỳ_lạ nhất\nsắc nét | sắc nét nhất | rộng | rộng nhất\nsắc nét | sắc nét nhất | trẻ | út\nsắc nét | sắc nét nhất | xấu | tệ nhất\nsắc nét | sắc nét nhất | lớn | lớn nhất\nsắc nét | sắc nét nhất | sáng | sáng nhất\nsắc nét | sắc nét nhất | lạnh | lạnh nhất\nsắc nét | sắc nét nhất | mát_mẻ | lạnh nhất\nsắc nét | sắc nét nhất | tối | tối nhất\nsắc nét | sắc nét nhất | dễ_dàng | dễ nhất\nsắc nét | sắc nét nhất | nhanh_chóng | nhanh nhất\nsắc nét | sắc nét nhất | tốt | tốt\nsắc nét | sắc nét nhất | tuyệt_vời | vĩ_đại nhất\nsắc nét | sắc nét nhất | cao | cao nhất\nsắc nét | sắc nét nhất | nóng | nóng nhất\nsắc nét | sắc nét nhất | lớn | lớn nhất\nsắc nét | sắc nét nhất | dài | dài nhất\nsắc nét | sắc nét nhất | thấp | thấp nhất\nsắc nét | sắc nét nhất | may_mắn | may_mắn nhất\nsắc nét | sắc nét nhất | cũ | lâu_đời nhất\nsắc nét | sắc nét nhất | nhanh_chóng | nhanh nhất\nđơn_giản | đơn_giản nhất | ngắn | ngắn nhất\nđơn_giản | đơn_giản nhất | chậm | chậm nhất\nđơn_giản | đơn_giản nhất | nhỏ | nhỏ nhất\nđơn_giản | đơn_giản nhất | thông_minh | thông_minh nhất\nđơn_giản | đơn_giản nhất | lạ | lạ_lùng nhất\nđơn_giản | đơn_giản nhất | mạnh_mẽ | mạnh nhất\nđơn_giản | đơn_giản nhất | ngọt_ngào | ngọt_ngào nhất\nđơn_giản | đơn_giản nhất | cao | cao nhất\nđơn_giản | đơn_giản nhất | ngon | ngon nhất\nđơn_giản | đơn_giản nhất | ấm_áp | ấm nhất\nđơn_giản | đơn_giản nhất | yếu | yếu nhất\nđơn_giản | đơn_giản nhất | kỳ_lạ | kỳ_lạ nhất\nđơn_giản | đơn_giản nhất | rộng | rộng nhất\nđơn_giản | đơn_giản nhất | trẻ | út\nđơn_giản | đơn_giản nhất | xấu | tệ nhất\nđơn_giản | đơn_giản nhất | lớn | lớn nhất\nđơn_giản | đơn_giản nhất | sáng | sáng nhất\nđơn_giản | đơn_giản nhất | lạnh | lạnh nhất\nđơn_giản | đơn_giản nhất | mát_mẻ | lạnh nhất\nđơn_giản | đơn_giản nhất | tối | tối nhất\nđơn_giản | đơn_giản nhất | dễ_dàng | dễ nhất\nđơn_giản | đơn_giản nhất | nhanh_chóng | nhanh nhất\nđơn_giản | đơn_giản nhất | tốt | tốt\nđơn_giản | đơn_giản nhất | tuyệt_vời | vĩ_đại nhất\nđơn_giản | đơn_giản nhất | cao | cao nhất\nđơn_giản | đơn_giản nhất | nóng | nóng nhất\nđơn_giản | đơn_giản nhất | lớn | lớn nhất\nđơn_giản | đơn_giản nhất | dài | dài nhất\nđơn_giản | đơn_giản nhất | thấp | thấp nhất\nđơn_giản | đơn_giản nhất | may_mắn | may_mắn nhất\nđơn_giản | đơn_giản nhất | cũ | lâu_đời nhất\nđơn_giản | đơn_giản nhất | nhanh_chóng | nhanh nhất\nngắn | ngắn nhất | chậm | chậm nhất\nngắn | ngắn nhất | nhỏ | nhỏ nhất\nngắn | ngắn nhất | thông_minh | thông_minh nhất\nngắn | ngắn nhất | lạ | lạ_lùng nhất\nngắn | ngắn nhất | mạnh_mẽ | mạnh nhất\nngắn | ngắn nhất | ngọt_ngào | ngọt_ngào nhất\nngắn | ngắn nhất | cao | cao nhất\nngắn | ngắn nhất | ngon | ngon nhất\nngắn | ngắn nhất | ấm_áp | ấm nhất\nngắn | ngắn nhất | yếu | yếu nhất\nngắn | ngắn nhất | kỳ_lạ | kỳ_lạ nhất\nngắn | ngắn nhất | rộng | rộng nhất\nngắn | ngắn nhất | trẻ | út\nngắn | ngắn nhất | xấu | tệ nhất\nngắn | ngắn nhất | lớn | lớn nhất\nngắn | ngắn nhất | sáng | sáng nhất\nngắn | ngắn nhất | lạnh | lạnh nhất\nngắn | ngắn nhất | mát_mẻ | lạnh nhất\nngắn | ngắn nhất | tối | tối nhất\nngắn | ngắn nhất | dễ_dàng | dễ nhất\nngắn | ngắn nhất | nhanh_chóng | nhanh nhất\nngắn | ngắn nhất | tốt | tốt\nngắn | ngắn nhất | tuyệt_vời | vĩ_đại nhất\nngắn | ngắn nhất | cao | cao nhất\nngắn | ngắn nhất | nóng | nóng nhất\nngắn | ngắn nhất | lớn | lớn nhất\nngắn | ngắn nhất | dài | dài nhất\nngắn | ngắn nhất | thấp | thấp nhất\nngắn | ngắn nhất | may_mắn | may_mắn nhất\nngắn | ngắn nhất | cũ | lâu_đời nhất\nngắn | ngắn nhất | nhanh_chóng | nhanh nhất\nngắn | ngắn nhất | đơn_giản | đơn_giản nhất\nchậm | chậm nhất | nhỏ | nhỏ nhất\nchậm | chậm nhất | thông_minh | thông_minh nhất\nchậm | chậm nhất | lạ | lạ_lùng nhất\nchậm | chậm nhất | mạnh_mẽ | mạnh nhất\nchậm | chậm nhất | ngọt_ngào | ngọt_ngào nhất\nchậm | chậm nhất | cao | cao nhất\nchậm | chậm nhất | ngon | ngon nhất\nchậm | chậm nhất | ấm_áp | ấm nhất\nchậm | chậm nhất | yếu | yếu nhất\nchậm | chậm nhất | kỳ_lạ | kỳ_lạ nhất\nchậm | chậm nhất | rộng | rộng nhất\nchậm | chậm nhất | trẻ | út\nchậm | chậm nhất | xấu | tệ nhất\nchậm | chậm nhất | lớn | lớn nhất\nchậm | chậm nhất | sáng | sáng nhất\nchậm | chậm nhất | lạnh | lạnh nhất\nchậm | chậm nhất | mát_mẻ | lạnh nhất\nchậm | chậm nhất | tối | tối nhất\nchậm | chậm nhất | dễ_dàng | dễ nhất\nchậm | chậm nhất | nhanh_chóng | nhanh nhất\nchậm | chậm nhất | tốt | tốt\nchậm | chậm nhất | tuyệt_vời | vĩ_đại nhất\nchậm | chậm nhất | cao | cao nhất\nchậm | chậm nhất | nóng | nóng nhất\nchậm | chậm nhất | lớn | lớn nhất\nchậm | chậm nhất | dài | dài nhất\nchậm | chậm nhất | thấp | thấp nhất\nchậm | chậm nhất | may_mắn | may_mắn nhất\nchậm | chậm nhất | cũ | lâu_đời nhất\nchậm | chậm nhất | nhanh_chóng | nhanh nhất\nchậm | chậm nhất | đơn_giản | đơn_giản nhất\nchậm | chậm nhất | ngắn | ngắn nhất\nnhỏ | nhỏ nhất | thông_minh | thông_minh nhất\nnhỏ | nhỏ nhất | lạ | lạ_lùng nhất\nnhỏ | nhỏ nhất | mạnh_mẽ | mạnh nhất\nnhỏ | nhỏ nhất | ngọt_ngào | ngọt_ngào nhất\nnhỏ | nhỏ nhất | cao | cao nhất\nnhỏ | nhỏ nhất | ngon | ngon nhất\nnhỏ | nhỏ nhất | ấm_áp | ấm nhất\nnhỏ | nhỏ nhất | yếu | yếu nhất\nnhỏ | nhỏ nhất | kỳ_lạ | kỳ_lạ nhất\nnhỏ | nhỏ nhất | rộng | rộng nhất\nnhỏ | nhỏ nhất | trẻ | út\nnhỏ | nhỏ nhất | xấu | tệ nhất\nnhỏ | nhỏ nhất | lớn | lớn nhất\nnhỏ | nhỏ nhất | sáng | sáng nhất\nnhỏ | nhỏ nhất | lạnh | lạnh nhất\nnhỏ | nhỏ nhất | mát_mẻ | lạnh nhất\nnhỏ | nhỏ nhất | tối | tối nhất\nnhỏ | nhỏ nhất | dễ_dàng | dễ nhất\nnhỏ | nhỏ nhất | nhanh_chóng | nhanh nhất\nnhỏ | nhỏ nhất | tốt | tốt\nnhỏ | nhỏ nhất | tuyệt_vời | vĩ_đại nhất\nnhỏ | nhỏ nhất | cao | cao nhất\nnhỏ | nhỏ nhất | nóng | nóng nhất\nnhỏ | nhỏ nhất | lớn | lớn nhất\nnhỏ | nhỏ nhất | dài | dài nhất\nnhỏ | nhỏ nhất | thấp | thấp nhất\nnhỏ | nhỏ nhất | may_mắn | may_mắn nhất\nnhỏ | nhỏ nhất | cũ | lâu_đời nhất\nnhỏ | nhỏ nhất | nhanh_chóng | nhanh nhất\nnhỏ | nhỏ nhất | đơn_giản | đơn_giản nhất\nnhỏ | nhỏ nhất | ngắn | ngắn nhất\nnhỏ | nhỏ nhất | chậm | chậm nhất\nthông_minh | thông_minh nhất | lạ | lạ_lùng nhất\nthông_minh | thông_minh nhất | mạnh_mẽ | mạnh nhất\nthông_minh | thông_minh nhất | ngọt_ngào | ngọt_ngào nhất\nthông_minh | thông_minh nhất | cao | cao nhất\nthông_minh | thông_minh nhất | ngon | ngon nhất\nthông_minh | thông_minh nhất | ấm_áp | ấm nhất\nthông_minh | thông_minh nhất | yếu | yếu nhất\nthông_minh | thông_minh nhất | kỳ_lạ | kỳ_lạ nhất\nthông_minh | thông_minh nhất | rộng | rộng nhất\nthông_minh | thông_minh nhất | trẻ | út\nthông_minh | thông_minh nhất | xấu | tệ nhất\nthông_minh | thông_minh nhất | lớn | lớn nhất\nthông_minh | thông_minh nhất | sáng | sáng nhất\nthông_minh | thông_minh nhất | lạnh | lạnh nhất\nthông_minh | thông_minh nhất | mát_mẻ | lạnh nhất\nthông_minh | thông_minh nhất | tối | tối nhất\nthông_minh | thông_minh nhất | dễ_dàng | dễ nhất\nthông_minh | thông_minh nhất | nhanh_chóng | nhanh nhất\nthông_minh | thông_minh nhất | tốt | tốt\nthông_minh | thông_minh nhất | tuyệt_vời | vĩ_đại nhất\nthông_minh | thông_minh nhất | cao | cao nhất\nthông_minh | thông_minh nhất | nóng | nóng nhất\nthông_minh | thông_minh nhất | lớn | lớn nhất\nthông_minh | thông_minh nhất | dài | dài nhất\nthông_minh | thông_minh nhất | thấp | thấp nhất\nthông_minh | thông_minh nhất | may_mắn | may_mắn nhất\nthông_minh | thông_minh nhất | cũ | lâu_đời nhất\nthông_minh | thông_minh nhất | nhanh_chóng | nhanh nhất\nthông_minh | thông_minh nhất | đơn_giản | đơn_giản nhất\nthông_minh | thông_minh nhất | ngắn | ngắn nhất\nthông_minh | thông_minh nhất | chậm | chậm nhất\nthông_minh | thông_minh nhất | nhỏ | nhỏ nhất\nlạ | lạ nhất | mạnh_mẽ | mạnh nhất\nlạ | lạ nhất | ngọt_ngào | ngọt_ngào nhất\nlạ | lạ nhất | cao | cao nhất\nlạ | lạ nhất | ngon | ngon nhất\nlạ | lạ nhất | ấm_áp | ấm nhất\nlạ | lạ nhất | yếu | yếu nhất\nlạ | lạ nhất | kỳ_lạ | kỳ_lạ nhất\nlạ | lạ nhất | rộng | rộng nhất\nlạ | lạ nhất | trẻ | út\nlạ | lạ nhất | xấu | tệ nhất\nlạ | lạ nhất | lớn | lớn nhất\nlạ | lạ nhất | sáng | sáng nhất\nlạ | lạ nhất | lạnh | lạnh nhất\nlạ | lạ nhất | mát_mẻ | lạnh nhất\nlạ | lạ nhất | tối | tối nhất\nlạ | lạ nhất | dễ_dàng | dễ nhất\nlạ | lạ nhất | nhanh_chóng | nhanh nhất\nlạ | lạ nhất | tốt | tốt\nlạ | lạ nhất | tuyệt_vời | vĩ_đại nhất\nlạ | lạ nhất | cao | cao nhất\nlạ | lạ nhất | nóng | nóng nhất\nlạ | lạ nhất | lớn | lớn nhất\nlạ | lạ nhất | dài | dài nhất\nlạ | lạ nhất | thấp | thấp nhất\nlạ | lạ nhất | may_mắn | may_mắn nhất\nlạ | lạ nhất | cũ | lâu_đời nhất\nlạ | lạ nhất | nhanh_chóng | nhanh nhất\nlạ | lạ nhất | đơn_giản | đơn_giản nhất\nlạ | lạ nhất | ngắn | ngắn nhất\nlạ | lạ nhất | chậm | chậm nhất\nlạ | lạ nhất | nhỏ | nhỏ nhất\nlạ | lạ nhất | thông_minh | thông_minh nhất\nmạnh_mẽ | mạnh nhất | ngọt_ngào | ngọt_ngào nhất\nmạnh_mẽ | mạnh nhất | cao | cao nhất\nmạnh_mẽ | mạnh nhất | ngon | ngon nhất\nmạnh_mẽ | mạnh nhất | ấm_áp | ấm nhất\nmạnh_mẽ | mạnh nhất | yếu | yếu nhất\nmạnh_mẽ | mạnh nhất | kỳ_lạ | kỳ_lạ nhất\nmạnh_mẽ | mạnh nhất | rộng | rộng nhất\nmạnh_mẽ | mạnh nhất | trẻ | út\nmạnh_mẽ | mạnh nhất | xấu | tệ nhất\nmạnh_mẽ | mạnh nhất | lớn | lớn nhất\nmạnh_mẽ | mạnh nhất | sáng | sáng nhất\nmạnh_mẽ | mạnh nhất | lạnh | lạnh nhất\nmạnh_mẽ | mạnh nhất | mát_mẻ | lạnh nhất\nmạnh_mẽ | mạnh nhất | tối | tối nhất\nmạnh_mẽ | mạnh nhất | dễ_dàng | dễ nhất\nmạnh_mẽ | mạnh nhất | nhanh_chóng | nhanh nhất\nmạnh_mẽ | mạnh nhất | tốt | tốt\nmạnh_mẽ | mạnh nhất | tuyệt_vời | vĩ_đại nhất\nmạnh_mẽ | mạnh nhất | cao | cao nhất\nmạnh_mẽ | mạnh nhất | nóng | nóng nhất\nmạnh_mẽ | mạnh nhất | lớn | lớn nhất\nmạnh_mẽ | mạnh nhất | dài | dài nhất\nmạnh_mẽ | mạnh nhất | thấp | thấp nhất\nmạnh_mẽ | mạnh nhất | may_mắn | may_mắn nhất\nmạnh_mẽ | mạnh nhất | cũ | lâu_đời nhất\nmạnh_mẽ | mạnh nhất | nhanh_chóng | nhanh nhất\nmạnh_mẽ | mạnh nhất | đơn_giản | đơn_giản nhất\nmạnh_mẽ | mạnh nhất | ngắn | ngắn nhất\nmạnh_mẽ | mạnh nhất | chậm | chậm nhất\nmạnh_mẽ | mạnh nhất | nhỏ | nhỏ nhất\nmạnh_mẽ | mạnh nhất | thông_minh | thông_minh nhất\nmạnh_mẽ | mạnh nhất | lạ | lạ_lùng nhất\nngọt_ngào | ngọt_ngào nhất | cao | cao nhất\nngọt_ngào | ngọt_ngào nhất | ngon | ngon nhất\nngọt_ngào | ngọt_ngào nhất | ấm_áp | ấm nhất\nngọt_ngào | ngọt_ngào nhất | yếu | yếu nhất\nngọt_ngào | ngọt_ngào nhất | kỳ_lạ | kỳ_lạ nhất\nngọt_ngào | ngọt_ngào nhất | rộng | rộng nhất\nngọt_ngào | ngọt_ngào nhất | trẻ | út\nngọt_ngào | ngọt_ngào nhất | xấu | tệ nhất\nngọt_ngào | ngọt_ngào nhất | lớn | lớn nhất\nngọt_ngào | ngọt_ngào nhất | sáng | sáng nhất\nngọt_ngào | ngọt_ngào nhất | lạnh | lạnh nhất\nngọt_ngào | ngọt_ngào nhất | mát_mẻ | lạnh nhất\nngọt_ngào | ngọt_ngào nhất | tối | tối nhất\nngọt_ngào | ngọt_ngào nhất | dễ_dàng | dễ nhất\nngọt_ngào | ngọt_ngào nhất | nhanh_chóng | nhanh nhất\nngọt_ngào | ngọt_ngào nhất | tốt | tốt\nngọt_ngào | ngọt_ngào nhất | tuyệt_vời | vĩ_đại nhất\nngọt_ngào | ngọt_ngào nhất | cao | cao nhất\nngọt_ngào | ngọt_ngào nhất | nóng | nóng nhất\nngọt_ngào | ngọt_ngào nhất | lớn | lớn nhất\nngọt_ngào | ngọt_ngào nhất | dài | dài nhất\nngọt_ngào | ngọt_ngào nhất | thấp | thấp nhất\nngọt_ngào | ngọt_ngào nhất | may_mắn | may_mắn nhất\nngọt_ngào | ngọt_ngào nhất | cũ | lâu_đời nhất\nngọt_ngào | ngọt_ngào nhất | nhanh_chóng | nhanh nhất\nngọt_ngào | ngọt_ngào nhất | đơn_giản | đơn_giản nhất\nngọt_ngào | ngọt_ngào nhất | ngắn | ngắn nhất\nngọt_ngào | ngọt_ngào nhất | chậm | chậm nhất\nngọt_ngào | ngọt_ngào nhất | nhỏ | nhỏ nhất\nngọt_ngào | ngọt_ngào nhất | thông_minh | thông_minh nhất\nngọt_ngào | ngọt_ngào nhất | lạ | lạ_lùng nhất\nngọt_ngào | ngọt_ngào nhất | mạnh_mẽ | mạnh nhất\ncao | cao nhất | ngon | ngon nhất\ncao | cao nhất | ấm_áp | ấm nhất\ncao | cao nhất | yếu | yếu nhất\ncao | cao nhất | kỳ_lạ | kỳ_lạ nhất\ncao | cao nhất | rộng | rộng nhất\ncao | cao nhất | trẻ | út\ncao | cao nhất | xấu | tệ nhất\ncao | cao nhất | lớn | lớn nhất\ncao | cao nhất | sáng | sáng nhất\ncao | cao nhất | lạnh | lạnh nhất\ncao | cao nhất | mát_mẻ | lạnh nhất\ncao | cao nhất | tối | tối nhất\ncao | cao nhất | dễ_dàng | dễ nhất\ncao | cao nhất | nhanh_chóng | nhanh nhất\ncao | cao nhất | tốt | tốt\ncao | cao nhất | tuyệt_vời | vĩ_đại nhất\ncao | cao nhất | cao | cao nhất\ncao | cao nhất | nóng | nóng nhất\ncao | cao nhất | lớn | lớn nhất\ncao | cao nhất | dài | dài nhất\ncao | cao nhất | thấp | thấp nhất\ncao | cao nhất | may_mắn | may_mắn nhất\ncao | cao nhất | cũ | lâu_đời nhất\ncao | cao nhất | nhanh_chóng | nhanh nhất\ncao | cao nhất | đơn_giản | đơn_giản nhất\ncao | cao nhất | ngắn | ngắn nhất\ncao | cao nhất | chậm | chậm nhất\ncao | cao nhất | nhỏ | nhỏ nhất\ncao | cao nhất | thông_minh | thông_minh nhất\ncao | cao nhất | lạ | lạ_lùng nhất\ncao | cao nhất | mạnh_mẽ | mạnh nhất\ncao | cao nhất | ngọt_ngào | ngọt_ngào nhất\nngon | ngon nhất | ấm_áp | ấm nhất\nngon | ngon nhất | yếu | yếu nhất\nngon | ngon nhất | kỳ_lạ | kỳ_lạ nhất\nngon | ngon nhất | rộng | rộng nhất\nngon | ngon nhất | trẻ | út\nngon | ngon nhất | xấu | tệ nhất\nngon | ngon nhất | lớn | lớn nhất\nngon | ngon nhất | sáng | sáng nhất\nngon | ngon nhất | lạnh | lạnh nhất\nngon | ngon nhất | mát_mẻ | lạnh nhất\nngon | ngon nhất | tối | tối nhất\nngon | ngon nhất | dễ_dàng | dễ nhất\nngon | ngon nhất | nhanh_chóng | nhanh nhất\nngon | ngon nhất | tốt | tốt\nngon | ngon nhất | tuyệt_vời | vĩ_đại nhất\nngon | ngon nhất | cao | cao nhất\nngon | ngon nhất | nóng | nóng nhất\nngon | ngon nhất | lớn | lớn nhất\nngon | ngon nhất | dài | dài nhất\nngon | ngon nhất | thấp | thấp nhất\nngon | ngon nhất | may_mắn | may_mắn nhất\nngon | ngon nhất | cũ | lâu_đời nhất\nngon | ngon nhất | nhanh_chóng | nhanh nhất\nngon | ngon nhất | đơn_giản | đơn_giản nhất\nngon | ngon nhất | ngắn | ngắn nhất\nngon | ngon nhất | chậm | chậm nhất\nngon | ngon nhất | nhỏ | nhỏ nhất\nngon | ngon nhất | thông_minh | thông_minh nhất\nngon | ngon nhất | lạ | lạ_lùng nhất\nngon | ngon nhất | mạnh_mẽ | mạnh nhất\nngon | ngon nhất | ngọt_ngào | ngọt_ngào nhất\nngon | ngon nhất | cao | cao nhất\nấm_áp | ấm nhất | yếu | yếu nhất\nấm_áp | ấm nhất | kỳ_lạ | kỳ_lạ nhất\nấm_áp | ấm nhất | rộng | rộng nhất\nấm_áp | ấm nhất | trẻ | út\nấm_áp | ấm nhất | xấu | tệ nhất\nấm_áp | ấm nhất | lớn | lớn nhất\nấm_áp | ấm nhất | sáng | sáng nhất\nấm_áp | ấm nhất | lạnh | lạnh nhất\nấm_áp | ấm nhất | mát_mẻ | lạnh nhất\nấm_áp | ấm nhất | tối | tối nhất\nấm_áp | ấm nhất | dễ_dàng | dễ nhất\nấm_áp | ấm nhất | nhanh_chóng | nhanh nhất\nấm_áp | ấm nhất | tốt | tốt\nấm_áp | ấm nhất | tuyệt_vời | vĩ_đại nhất\nấm_áp | ấm nhất | cao | cao nhất\nấm_áp | ấm nhất | nóng | nóng nhất\nấm_áp | ấm nhất | lớn | lớn nhất\nấm_áp | ấm nhất | dài | dài nhất\nấm_áp | ấm nhất | thấp | thấp nhất\nấm_áp | ấm nhất | may_mắn | may_mắn nhất\nấm_áp | ấm nhất | cũ | lâu_đời nhất\nấm_áp | ấm nhất | nhanh_chóng | nhanh nhất\nấm_áp | ấm nhất | đơn_giản | đơn_giản nhất\nấm_áp | ấm nhất | ngắn | ngắn nhất\nấm_áp | ấm nhất | chậm | chậm nhất\nấm_áp | ấm nhất | nhỏ | nhỏ nhất\nấm_áp | ấm nhất | thông_minh | thông_minh nhất\nấm_áp | ấm nhất | lạ | lạ_lùng nhất\nấm_áp | ấm nhất | mạnh_mẽ | mạnh nhất\nấm_áp | ấm nhất | ngọt_ngào | ngọt_ngào nhất\nấm_áp | ấm nhất | cao | cao nhất\nấm_áp | ấm nhất | ngon | ngon nhất\nyếu | yếu nhất | kỳ_lạ | kỳ_lạ nhất\nyếu | yếu nhất | rộng | rộng nhất\nyếu | yếu nhất | trẻ | út\nyếu | yếu nhất | xấu | tệ nhất\nyếu | yếu nhất | lớn | lớn nhất\nyếu | yếu nhất | sáng | sáng nhất\nyếu | yếu nhất | lạnh | lạnh nhất\nyếu | yếu nhất | mát_mẻ | lạnh nhất\nyếu | yếu nhất | tối | tối nhất\nyếu | yếu nhất | dễ_dàng | dễ nhất\nyếu | yếu nhất | nhanh_chóng | nhanh nhất\nyếu | yếu nhất | tốt | tốt\nyếu | yếu nhất | tuyệt_vời | vĩ_đại nhất\nyếu | yếu nhất | cao | cao nhất\nyếu | yếu nhất | nóng | nóng nhất\nyếu | yếu nhất | lớn | lớn nhất\nyếu | yếu nhất | dài | dài nhất\nyếu | yếu nhất | thấp | thấp nhất\nyếu | yếu nhất | may_mắn | may_mắn nhất\nyếu | yếu nhất | cũ | lâu_đời nhất\nyếu | yếu nhất | nhanh_chóng | nhanh nhất\nyếu | yếu nhất | đơn_giản | đơn_giản nhất\nyếu | yếu nhất | ngắn | ngắn nhất\nyếu | yếu nhất | chậm | chậm nhất\nyếu | yếu nhất | nhỏ | nhỏ nhất\nyếu | yếu nhất | thông_minh | thông_minh nhất\nyếu | yếu nhất | lạ | lạ_lùng nhất\nyếu | yếu nhất | mạnh_mẽ | mạnh nhất\nyếu | yếu nhất | ngọt_ngào | ngọt_ngào nhất\nyếu | yếu nhất | cao | cao nhất\nyếu | yếu nhất | ngon | ngon nhất\nyếu | yếu nhất | ấm_áp | ấm nhất\nkỳ_lạ | kỳ_lạ nhất | rộng | rộng nhất\nkỳ_lạ | kỳ_lạ nhất | trẻ | út\nkỳ_lạ | kỳ_lạ nhất | xấu | tệ nhất\nkỳ_lạ | kỳ_lạ nhất | lớn | lớn nhất\nkỳ_lạ | kỳ_lạ nhất | sáng | sáng nhất\nkỳ_lạ | kỳ_lạ nhất | lạnh | lạnh nhất\nkỳ_lạ | kỳ_lạ nhất | mát_mẻ | lạnh nhất\nkỳ_lạ | kỳ_lạ nhất | tối | tối nhất\nkỳ_lạ | kỳ_lạ nhất | dễ_dàng | dễ nhất\nkỳ_lạ | kỳ_lạ nhất | nhanh_chóng | nhanh nhất\nkỳ_lạ | kỳ_lạ nhất | tốt | tốt\nkỳ_lạ | kỳ_lạ nhất | tuyệt_vời | vĩ_đại nhất\nkỳ_lạ | kỳ_lạ nhất | cao | cao nhất\nkỳ_lạ | kỳ_lạ nhất | nóng | nóng nhất\nkỳ_lạ | kỳ_lạ nhất | lớn | lớn nhất\nkỳ_lạ | kỳ_lạ nhất | dài | dài nhất\nkỳ_lạ | kỳ_lạ nhất | thấp | thấp nhất\nkỳ_lạ | kỳ_lạ nhất | may_mắn | may_mắn nhất\nkỳ_lạ | kỳ_lạ nhất | cũ | lâu_đời nhất\nkỳ_lạ | kỳ_lạ nhất | nhanh_chóng | nhanh nhất\nkỳ_lạ | kỳ_lạ nhất | đơn_giản | đơn_giản nhất\nkỳ_lạ | kỳ_lạ nhất | ngắn | ngắn nhất\nkỳ_lạ | kỳ_lạ nhất | chậm | chậm nhất\nkỳ_lạ | kỳ_lạ nhất | nhỏ | nhỏ nhất\nkỳ_lạ | kỳ_lạ nhất | thông_minh | thông_minh nhất\nkỳ_lạ | kỳ_lạ nhất | lạ | lạ_lùng nhất\nkỳ_lạ | kỳ_lạ nhất | mạnh_mẽ | mạnh nhất\nkỳ_lạ | kỳ_lạ nhất | ngọt_ngào | ngọt_ngào nhất\nkỳ_lạ | kỳ_lạ nhất | cao | cao nhất\nkỳ_lạ | kỳ_lạ nhất | ngon | ngon nhất\nkỳ_lạ | kỳ_lạ nhất | ấm_áp | ấm nhất\nkỳ_lạ | kỳ_lạ nhất | yếu | yếu nhất\nrộng | rộng nhất | trẻ | út\nrộng | rộng nhất | xấu | tệ nhất\nrộng | rộng nhất | lớn | lớn nhất\nrộng | rộng nhất | sáng | sáng nhất\nrộng | rộng nhất | lạnh | lạnh nhất\nrộng | rộng nhất | mát_mẻ | lạnh nhất\nrộng | rộng nhất | tối | tối nhất\nrộng | rộng nhất | dễ_dàng | dễ nhất\nrộng | rộng nhất | nhanh_chóng | nhanh nhất\nrộng | rộng nhất | tốt | tốt\nrộng | rộng nhất | tuyệt_vời | vĩ_đại nhất\nrộng | rộng nhất | cao | cao nhất\nrộng | rộng nhất | nóng | nóng nhất\nrộng | rộng nhất | lớn | lớn nhất\nrộng | rộng nhất | dài | dài nhất\nrộng | rộng nhất | thấp | thấp nhất\nrộng | rộng nhất | may_mắn | may_mắn nhất\nrộng | rộng nhất | cũ | lâu_đời nhất\nrộng | rộng nhất | nhanh_chóng | nhanh nhất\nrộng | rộng nhất | đơn_giản | đơn_giản nhất\nrộng | rộng nhất | ngắn | ngắn nhất\nrộng | rộng nhất | chậm | chậm nhất\nrộng | rộng nhất | nhỏ | nhỏ nhất\nrộng | rộng nhất | thông_minh | thông_minh nhất\nrộng | rộng nhất | lạ | lạ_lùng nhất\nrộng | rộng nhất | mạnh_mẽ | mạnh nhất\nrộng | rộng nhất | ngọt_ngào | ngọt_ngào nhất\nrộng | rộng nhất | cao | cao nhất\nrộng | rộng nhất | ngon | ngon nhất\nrộng | rộng nhất | ấm_áp | ấm nhất\nrộng | rộng nhất | yếu | yếu nhất\nrộng | rộng nhất | kỳ_lạ | kỳ_lạ nhất\ntrẻ | trẻ nhất | xấu | tệ nhất\ntrẻ | trẻ nhất | lớn | lớn nhất\ntrẻ | trẻ nhất | sáng | sáng nhất\ntrẻ | trẻ nhất | lạnh | lạnh nhất\ntrẻ | trẻ nhất | mát_mẻ | lạnh nhất\ntrẻ | trẻ nhất | tối | tối nhất\ntrẻ | trẻ nhất | dễ_dàng | dễ nhất\ntrẻ | trẻ nhất | nhanh_chóng | nhanh nhất\ntrẻ | trẻ nhất | tốt | tốt\ntrẻ | trẻ nhất | tuyệt_vời | vĩ_đại nhất\ntrẻ | trẻ nhất | cao | cao nhất\ntrẻ | trẻ nhất | nóng | nóng nhất\ntrẻ | trẻ nhất | lớn | lớn nhất\ntrẻ | trẻ nhất | dài | dài nhất\ntrẻ | trẻ nhất | thấp | thấp nhất\ntrẻ | trẻ nhất | may_mắn | may_mắn nhất\ntrẻ | trẻ nhất | cũ | lâu_đời nhất\ntrẻ | trẻ nhất | nhanh_chóng | nhanh nhất\ntrẻ | trẻ nhất | đơn_giản | đơn_giản nhất\ntrẻ | trẻ nhất | ngắn | ngắn nhất\ntrẻ | trẻ nhất | chậm | chậm nhất\ntrẻ | trẻ nhất | nhỏ | nhỏ nhất\ntrẻ | trẻ nhất | thông_minh | thông_minh nhất\ntrẻ | trẻ nhất | lạ | lạ_lùng nhất\ntrẻ | trẻ nhất | mạnh_mẽ | mạnh nhất\ntrẻ | trẻ nhất | ngọt_ngào | ngọt_ngào nhất\ntrẻ | trẻ nhất | cao | cao nhất\ntrẻ | trẻ nhất | ngon | ngon nhất\ntrẻ | trẻ nhất | ấm_áp | ấm nhất\ntrẻ | trẻ nhất | yếu | yếu nhất\ntrẻ | trẻ nhất | kỳ_lạ | kỳ_lạ nhất\ntrẻ | trẻ nhất | rộng | rộng nhất\n"
  },
  {
    "path": "src/data/embedding_analogies/vi/elmo_results_out_dict.txt",
    "content": ": | Word Analogy Task results\nEmbedding: fastText_wiki_lowercase_300_NER.vec\n[{'section': '| countries', 'correct': [('cậu bé', 'cô gái', 'em_gái', 'anh_trai'), ('cậu bé', 'cô gái', 'mẹ', 'cha'), ('cậu bé', 'cô gái', 'bà', 'ông'), ('cậu bé', 'cô gái', 'cô_dâu', 'chú_rể'), ('cậu bé', 'cô gái', 'đàn_bà', 'đàn_ông'), ('cậu bé', 'cô gái', 'công_chúa', 'hoàng_tử'), ('anh_trai', 'chị', 'chị_em gái', 'anh_em'), ('anh_trai', 'chị', 'mẹ', 'cha'), ('anh_trai', 'chị', 'bà', 'ông'), ('anh_trai', 'chị', 'cô_dâu', 'chú_rể'), ('anh_trai', 'chị', 'nữ_hoàng', 'vua'), ('anh_trai', 'chị', 'đàn_bà', 'đàn_ông'), ('anh_trai', 'chị', 'công_chúa', 'hoàng_tử'), ('anh_em', 'chị_em', 'mẹ', 'cha'), ('anh_em', 'chị_em', 'bà', 'ông'), ('anh_em', 'chị_em', 'cô_dâu', 'chú_rể'), ('anh_em', 'chị_em', 'nữ_hoàng', 'vua'), ('anh_em', 'chị_em', 'đàn_bà', 'đàn_ông'), ('anh_em', 'chị_em', 'công_chúa', 'hoàng_tử'), ('anh_em', 'chị_em', 'em_gái', 'anh_trai'), ('bố', 'mẹ', 'mẹ', 'cha'), ('bố', 'mẹ', 'bà', 'ông'), ('bố', 'mẹ', 'cô_dâu', 'chú_rể'), ('bố', 'mẹ', 'đàn_bà', 'đàn_ông'), ('bố', 'mẹ', 'công_chúa', 'hoàng_tử'), ('bố', 'mẹ', 'em_gái', 'anh_trai'), ('cha', 'mẹ', 'bà', 'ông'), ('cha', 'mẹ', 'cô_dâu', 'chú_rể'), ('cha', 'mẹ', 'nữ_hoàng', 'vua'), ('cha', 'mẹ', 'đàn_bà', 'đàn_ông'), ('cha', 'mẹ', 'công_chúa', 'hoàng_tử'), ('cha', 'mẹ', 'em_gái', 'anh_trai'), ('ông nội', 'bà ngoại', 'bà', 'ông'), ('ông nội', 'bà ngoại', 'cô_dâu', 'chú_rể'), ('ông nội', 'bà ngoại', 'vợ', 'chồng'), ('ông nội', 'bà ngoại', 'nữ_hoàng', 'vua'), ('ông nội', 'bà ngoại', 'công_chúa', 'hoàng_tử'), ('ông nội', 'bà ngoại', 'em_gái', 'anh_trai'), ('ông nội', 'bà ngoại', 'mẹ', 'cha'), ('ông nội', 'bà', 'cô_dâu', 'chú_rể'), ('ông nội', 'bà', 'nữ_hoàng', 'vua'), ('ông nội', 'bà', 'công_chúa', 'hoàng_tử'), ('ông nội', 'bà', 'em_gái', 'anh_trai'), ('ông nội', 'bà', 'mẹ', 'cha'), ('cháu trai', 'cháu gái', 'cô_dâu', 'chú_rể'), ('cháu trai', 'cháu gái', 'nữ_hoàng', 'vua'), ('cháu trai', 'cháu gái', 'đàn_bà', 'đàn_ông'), ('cháu trai', 'cháu gái', 'công_chúa', 'hoàng_tử'), ('cháu trai', 'cháu gái', 'em_gái', 'anh_trai'), ('cháu trai', 'cháu gái', 'mẹ', 'cha'), ('cháu trai', 'cháu gái', 'bà', 'ông'), ('chú_rể', 'cô_dâu', 'nữ_hoàng', 'vua'), ('chú_rể', 'cô_dâu', 'đàn_bà', 'đàn_ông'), ('chú_rể', 'cô_dâu', 'công_chúa', 'hoàng_tử'), ('chú_rể', 'cô_dâu', 'em_gái', 'anh_trai'), ('chú_rể', 'cô_dâu', 'mẹ', 'cha'), ('chú_rể', 'cô_dâu', 'bà nội', 'ông'), ('anh ấy', 'cô ấy', 'đàn_bà', 'đàn_ông'), ('anh ấy', 'cô ấy', 'công_chúa', 'hoàng_tử'), ('anh ấy', 'cô ấy', 'em_gái', 'anh_trai'), ('anh ấy', 'cô ấy', 'mẹ', 'cha'), ('anh ấy', 'cô ấy', 'bà', 'ông'), ('anh ấy', 'cô ấy', 'cô_dâu', 'chú_rể'), ('của anh ấy', 'của cô ấy', 'đàn_bà', 'đàn_ông'), ('của anh ấy', 'của cô ấy', 'công_chúa', 'hoàng_tử'), ('của anh ấy', 'của cô ấy', 'em_gái', 'anh_trai'), ('của anh ấy', 'của cô ấy', 'mẹ', 'cha'), ('của anh ấy', 'của cô ấy', 'bà', 'ông'), ('của anh ấy', 'của cô ấy', 'cô_dâu', 'chú_rể'), ('chồng', 'vợ', 'đàn_bà', 'đàn_ông'), ('chồng', 'vợ', 'công_chúa', 'hoàng_tử'), ('chồng', 'vợ', 'em_gái', 'anh_trai'), ('chồng', 'vợ', 'mẹ', 'cha'), ('chồng', 'vợ', 'cô_dâu', 'chú_rể'), ('vua', 'nữ_hoàng', 'đàn_bà', 'đàn_ông'), ('vua', 'nữ_hoàng', 'công_chúa', 'hoàng_tử'), ('vua', 'nữ_hoàng', 'em_gái', 'anh_trai'), ('vua', 'nữ_hoàng', 'mẹ', 'cha'), ('vua', 'nữ_hoàng', 'bà', 'ông'), ('vua', 'nữ_hoàng', 'cô_dâu', 'chú_rể'), ('người đàn_ông', 'phụ_nữ', 'công_chúa', 'hoàng_tử'), ('người đàn_ông', 'phụ_nữ', 'em_gái', 'anh_trai'), ('người đàn_ông', 'phụ_nữ', 'chị_em gái', 'anh_em'), ('người đàn_ông', 'phụ_nữ', 'mẹ', 'cha'), ('người đàn_ông', 'phụ_nữ', 'bà', 'ông'), ('người đàn_ông', 'phụ_nữ', 'cô_dâu', 'chú_rể'), ('người đàn_ông', 'phụ_nữ', 'nữ_hoàng', 'vua'), ('cháu trai', 'cháu gái', 'công_chúa', 'hoàng_tử'), ('cháu trai', 'cháu gái', 'em_gái', 'anh_trai'), ('cháu trai', 'cháu gái', 'mẹ', 'cha'), ('cháu trai', 'cháu gái', 'bà', 'ông'), ('cháu trai', 'cháu gái', 'cô_dâu', 'chú_rể'), ('cháu trai', 'cháu gái', 'nữ_hoàng', 'vua'), ('cháu trai', 'cháu gái', 'đàn_bà', 'đàn_ông'), ('cảnh_sát', 'nữ cảnh_sát', 'công_chúa', 'hoàng_tử'), ('cảnh_sát', 'nữ cảnh_sát', 'em_gái', 'anh_trai'), ('cảnh_sát', 'nữ cảnh_sát', 'mẹ', 'cha'), ('cảnh_sát', 'nữ cảnh_sát', 'bà', 'ông'), ('cảnh_sát', 'nữ cảnh_sát', 'cô_dâu', 'chú_rể'), ('cảnh_sát', 'nữ cảnh_sát', 'nữ_hoàng', 'vua'), ('cảnh_sát', 'nữ cảnh_sát', 'đàn_bà', 'đàn_ông'), ('hoàng_tử', 'công_chúa', 'em_gái', 'anh_trai'), ('hoàng_tử', 'công_chúa', 'mẹ', 'cha'), ('hoàng_tử', 'công_chúa', 'bà', 'ông'), ('hoàng_tử', 'công_chúa', 'cô_dâu', 'chú_rể'), ('hoàng_tử', 'công_chúa', 'nữ_hoàng', 'vua'), ('hoàng_tử', 'công_chúa', 'đàn_bà', 'đàn_ông'), ('con trai', 'con gái', 'em_gái', 'anh_trai'), ('con trai', 'con gái', 'mẹ', 'cha'), ('con trai', 'con gái', 'bà', 'ông'), ('con trai', 'con gái', 'cô_dâu', 'chú_rể'), ('con trai', 'con gái', 'nữ_hoàng', 'vua'), ('con trai', 'con gái', 'đàn_bà', 'đàn_ông'), ('con trai', 'con gái', 'công_chúa', 'hoàng_tử'), ('con trai', 'con gái', 'em_gái', 'anh_trai'), ('con trai', 'con gái', 'mẹ', 'cha'), ('con trai', 'con gái', 'bà', 'ông'), ('con trai', 'con gái', 'cô_dâu', 'chú_rể'), ('con trai', 'con gái', 'nữ_hoàng', 'vua'), ('con trai', 'con gái', 'đàn_bà', 'đàn_ông'), ('con trai', 'con gái', 'công_chúa', 'hoàng_tử'), ('cha dượng', 'mẹ_kế', 'em_gái', 'anh_trai'), ('cha dượng', 'mẹ_kế', 'mẹ', 'cha'), ('cha dượng', 'mẹ_kế', 'bà', 'ông'), ('cha dượng', 'mẹ_kế', 'cô_dâu', 'chú_rể'), ('cha dượng', 'mẹ_kế', 'nữ_hoàng', 'vua'), ('cha dượng', 'mẹ_kế', 'đàn_bà', 'đàn_ông'), ('cha dượng', 'mẹ_kế', 'công_chúa', 'hoàng_tử'), ('con trai riêng', 'con gái riêng', 'em_gái', 'anh_trai'), ('con trai riêng', 'con gái riêng', 'mẹ', 'cha'), ('con trai riêng', 'con gái riêng', 'bà', 'ông'), ('con trai riêng', 'con gái riêng', 'cô_dâu', 'chú_rể'), ('con trai riêng', 'con gái riêng', 'nữ_hoàng', 'vua'), ('con trai riêng', 'con gái riêng', 'đàn_bà', 'đàn_ông'), ('con trai riêng', 'con gái riêng', 'công_chúa', 'hoàng_tử'), ('chú', 'dì', 'em_gái', 'anh_trai'), ('chú', 'dì', 'mẹ', 'cha'), ('chú', 'dì', 'bà', 'ông'), ('chú', 'dì', 'cô_dâu', 'chú_rể'), ('chú', 'dì', 'nữ_hoàng', 'vua'), ('chú', 'dì', 'đàn_bà', 'đàn_ông'), ('chú', 'dì', 'công_chúa', 'hoàng_tử'), ('chấp_nhận được', 'không_thể chấp_nhận', 'không rõ', 'rõ_ràng'), ('chấp_nhận được', 'không_thể chấp_nhận', 'không cạnh_tranh', 'cạnh_tranh'), ('chấp_nhận được', 'không_thể chấp_nhận', 'thiếu thuyết_phục', 'thuyết_phục'), ('chấp_nhận được', 'không_thể chấp_nhận', 'bất_tiện', 'thuận_tiện'), ('chấp_nhận được', 'không_thể chấp_nhận', 'chưa quyết_định', 'quyết_định'), ('chấp_nhận được', 'không_thể chấp_nhận', 'không hiệu_quả', 'hiệu_quả'), ('chấp_nhận được', 'không_thể chấp_nhận', 'phi đạo_đức', 'đạo_đức'), ('chấp_nhận được', 'không_thể chấp_nhận', 'Không trung_thực', 'trung_thực'), ('chấp_nhận được', 'không_thể chấp_nhận', 'không ấn_tượng', 'ấn_tượng'), ('chấp_nhận được', 'không_thể chấp_nhận', 'không thông_tin', 'thông_tin'), ('chấp_nhận được', 'không_thể chấp_nhận', 'phi logic', 'logic'), ('chấp_nhận được', 'không_thể chấp_nhận', 'khó_chịu', 'dễ_chịu'), ('chấp_nhận được', 'không_thể chấp_nhận', 'không hợp_lý', 'hợp_lý'), ('chấp_nhận được', 'không_thể chấp_nhận', 'không chắc_chắn', 'chắc_chắn'), ('nhận_thức', 'không biết', 'không rõ', 'rõ_ràng'), ('nhận_thức', 'không biết', 'không cạnh_tranh', 'cạnh_tranh'), ('nhận_thức', 'không biết', 'thiếu thuyết_phục', 'thuyết_phục'), ('nhận_thức', 'không biết', 'chưa quyết_định', 'quyết_định'), ('nhận_thức', 'không biết', 'không hiệu_quả', 'hiệu_quả'), ('nhận_thức', 'không biết', 'phi đạo_đức', 'đạo_đức'), ('nhận_thức', 'không biết', 'Không trung_thực', 'trung_thực'), ('nhận_thức', 'không biết', 'không ấn_tượng', 'ấn_tượng'), ('nhận_thức', 'không biết', 'không thông_tin', 'thông_tin'), ('nhận_thức', 'không biết', 'phi logic', 'logic'), ('nhận_thức', 'không biết', 'không hợp_lý', 'hợp_lý'), ('nhận_thức', 'không biết', 'không chắc_chắn', 'chắc_chắn'), ('nhất_định', 'không chắc_chắn', 'không cạnh_tranh', 'cạnh_tranh'), ('nhất_định', 'không chắc_chắn', 'thiếu thuyết_phục', 'thuyết_phục'), ('nhất_định', 'không chắc_chắn', 'bất_tiện', 'thuận_tiện'), ('nhất_định', 'không chắc_chắn', 'chưa quyết_định', 'quyết_định'), ('nhất_định', 'không chắc_chắn', 'không hiệu_quả', 'hiệu_quả'), ('nhất_định', 'không chắc_chắn', 'phi đạo_đức', 'đạo_đức'), ('nhất_định', 'không chắc_chắn', 'Không trung_thực', 'trung_thực'), ('nhất_định', 'không chắc_chắn', 'không ấn_tượng', 'ấn_tượng'), ('nhất_định', 'không chắc_chắn', 'không thông_tin', 'thông_tin'), ('nhất_định', 'không chắc_chắn', 'phi logic', 'logic'), ('nhất_định', 'không chắc_chắn', 'không hợp_lý', 'hợp_lý'), ('rõ_ràng', 'không rõ_ràng', 'không cạnh_tranh', 'cạnh_tranh'), ('rõ_ràng', 'không rõ_ràng', 'thiếu thuyết_phục', 'thuyết_phục'), ('rõ_ràng', 'không rõ_ràng', 'bất_tiện', 'thuận_tiện'), ('rõ_ràng', 'không rõ_ràng', 'chưa quyết_định', 'quyết_định'), ('rõ_ràng', 'không rõ_ràng', 'không hiệu_quả', 'hiệu_quả'), ('rõ_ràng', 'không rõ_ràng', 'phi đạo_đức', 'đạo_đức'), ('rõ_ràng', 'không rõ_ràng', 'Không trung_thực', 'trung_thực'), ('rõ_ràng', 'không rõ_ràng', 'không ấn_tượng', 'ấn_tượng'), ('rõ_ràng', 'không rõ_ràng', 'không thông_tin', 'thông_tin'), ('rõ_ràng', 'không rõ_ràng', 'phi logic', 'logic'), ('rõ_ràng', 'không rõ_ràng', 'khó_chịu', 'dễ_chịu'), ('rõ_ràng', 'không rõ_ràng', 'không hợp_lý', 'hợp_lý'), ('rõ_ràng', 'không rõ_ràng', 'không chắc_chắn', 'chắc_chắn'), ('thoải_mái', 'khó_chịu', 'không cạnh_tranh', 'cạnh_tranh'), ('thoải_mái', 'khó_chịu', 'thiếu thuyết_phục', 'thuyết_phục'), ('thoải_mái', 'khó_chịu', 'bất_tiện', 'thuận_tiện'), ('thoải_mái', 'khó_chịu', 'chưa quyết_định', 'quyết_định'), ('thoải_mái', 'khó_chịu', 'không hiệu_quả', 'hiệu_quả'), ('thoải_mái', 'khó_chịu', 'phi đạo_đức', 'đạo_đức'), ('thoải_mái', 'khó_chịu', 'Không trung_thực', 'trung_thực'), ('thoải_mái', 'khó_chịu', 'không ấn_tượng', 'ấn_tượng'), ('thoải_mái', 'khó_chịu', 'không thông_tin', 'thông_tin'), ('thoải_mái', 'khó_chịu', 'phi logic', 'logic'), ('thoải_mái', 'khó_chịu', 'khó_chịu', 'dễ_chịu'), ('thoải_mái', 'khó_chịu', 'không hợp_lý', 'hợp_lý'), ('thoải_mái', 'khó_chịu', 'không chắc_chắn', 'chắc_chắn'), ('thoải_mái', 'khó_chịu', 'không rõ', 'rõ_ràng'), ('cạnh_tranh', 'không cạnh_tranh', 'thiếu thuyết_phục', 'thuyết_phục'), ('cạnh_tranh', 'không cạnh_tranh', 'bất_tiện', 'thuận_tiện'), ('cạnh_tranh', 'không cạnh_tranh', 'chưa quyết_định', 'quyết_định'), ('cạnh_tranh', 'không cạnh_tranh', 'không hiệu_quả', 'hiệu_quả'), ('cạnh_tranh', 'không cạnh_tranh', 'phi đạo_đức', 'đạo_đức'), ('cạnh_tranh', 'không cạnh_tranh', 'Không trung_thực', 'trung_thực'), ('cạnh_tranh', 'không cạnh_tranh', 'không ấn_tượng', 'ấn_tượng'), ('cạnh_tranh', 'không cạnh_tranh', 'không thông_tin', 'thông_tin'), ('cạnh_tranh', 'không cạnh_tranh', 'phi logic', 'logic'), ('cạnh_tranh', 'không cạnh_tranh', 'không hợp_lý', 'hợp_lý'), ('cạnh_tranh', 'không cạnh_tranh', 'không chắc_chắn', 'chắc_chắn'), ('cạnh_tranh', 'không cạnh_tranh', 'không rõ', 'rõ_ràng'), ('thuyết_phục', 'thiếu thuyết_phục', 'bất_tiện', 'thuận_tiện'), ('thuyết_phục', 'thiếu thuyết_phục', 'chưa quyết_định', 'quyết_định'), ('thuyết_phục', 'thiếu thuyết_phục', 'không hiệu_quả', 'hiệu_quả'), ('thuyết_phục', 'thiếu thuyết_phục', 'phi đạo_đức', 'đạo_đức'), ('thuyết_phục', 'thiếu thuyết_phục', 'Không trung_thực', 'trung_thực'), ('thuyết_phục', 'thiếu thuyết_phục', 'không ấn_tượng', 'ấn_tượng'), ('thuyết_phục', 'thiếu thuyết_phục', 'không thông_tin', 'thông_tin'), ('thuyết_phục', 'thiếu thuyết_phục', 'phi logic', 'logic'), ('thuyết_phục', 'thiếu thuyết_phục', 'không hợp_lý', 'hợp_lý'), ('thuyết_phục', 'thiếu thuyết_phục', 'không chắc_chắn', 'chắc_chắn'), ('thuyết_phục', 'thiếu thuyết_phục', 'không rõ', 'rõ_ràng'), ('thuyết_phục', 'thiếu thuyết_phục', 'không cạnh_tranh', 'cạnh_tranh'), ('thuận_tiện', 'bất_tiện', 'chưa quyết_định', 'quyết_định'), ('thuận_tiện', 'bất_tiện', 'không hiệu_quả', 'hiệu_quả'), ('thuận_tiện', 'bất_tiện', 'phi đạo_đức', 'đạo_đức'), ('thuận_tiện', 'bất_tiện', 'Không trung_thực', 'trung_thực'), ('thuận_tiện', 'bất_tiện', 'không ấn_tượng', 'ấn_tượng'), ('thuận_tiện', 'bất_tiện', 'không thông_tin', 'thông_tin'), ('thuận_tiện', 'bất_tiện', 'phi logic', 'logic'), ('thuận_tiện', 'bất_tiện', 'khó_chịu', 'dễ_chịu'), ('thuận_tiện', 'bất_tiện', 'không_thể tưởng_tượng được', 'có_thể'), ('thuận_tiện', 'bất_tiện', 'không hợp_lý', 'hợp_lý'), ('thuận_tiện', 'bất_tiện', 'không chắc_chắn', 'chắc_chắn'), ('thuận_tiện', 'bất_tiện', 'không rõ', 'rõ_ràng'), ('thuận_tiện', 'bất_tiện', 'không cạnh_tranh', 'cạnh_tranh'), ('thuận_tiện', 'bất_tiện', 'thiếu thuyết_phục', 'thuyết_phục'), ('quyết_định', 'chưa quyết_định', 'không hiệu_quả', 'hiệu_quả'), ('quyết_định', 'chưa quyết_định', 'phi đạo_đức', 'đạo_đức'), ('quyết_định', 'chưa quyết_định', 'Không trung_thực', 'trung_thực'), ('quyết_định', 'chưa quyết_định', 'không ấn_tượng', 'ấn_tượng'), ('quyết_định', 'chưa quyết_định', 'không thông_tin', 'thông_tin'), ('quyết_định', 'chưa quyết_định', 'phi logic', 'logic'), ('quyết_định', 'chưa quyết_định', 'không hợp_lý', 'hợp_lý'), ('quyết_định', 'chưa quyết_định', 'không chắc_chắn', 'chắc_chắn'), ('quyết_định', 'chưa quyết_định', 'không rõ', 'rõ_ràng'), ('quyết_định', 'chưa quyết_định', 'không cạnh_tranh', 'cạnh_tranh'), ('quyết_định', 'chưa quyết_định', 'thiếu thuyết_phục', 'thuyết_phục'), ('quyết_định', 'chưa quyết_định', 'bất_tiện', 'thuận_tiện'), ('hiệu_quả', 'không hiệu_quả', 'phi đạo_đức', 'đạo_đức'), ('hiệu_quả', 'không hiệu_quả', 'Không trung_thực', 'trung_thực'), ('hiệu_quả', 'không hiệu_quả', 'không ấn_tượng', 'ấn_tượng'), ('hiệu_quả', 'không hiệu_quả', 'không thông_tin', 'thông_tin'), ('hiệu_quả', 'không hiệu_quả', 'phi logic', 'logic'), ('hiệu_quả', 'không hiệu_quả', 'khó_chịu', 'dễ_chịu'), ('hiệu_quả', 'không hiệu_quả', 'không hợp_lý', 'hợp_lý'), ('hiệu_quả', 'không hiệu_quả', 'không chắc_chắn', 'chắc_chắn'), ('hiệu_quả', 'không hiệu_quả', 'không rõ', 'rõ_ràng'), ('hiệu_quả', 'không hiệu_quả', 'không cạnh_tranh', 'cạnh_tranh'), ('hiệu_quả', 'không hiệu_quả', 'thiếu thuyết_phục', 'thuyết_phục'), ('hiệu_quả', 'không hiệu_quả', 'bất_tiện', 'thuận_tiện'), ('hiệu_quả', 'không hiệu_quả', 'chưa quyết_định', 'quyết_định'), ('đạo_đức', 'phi đạo_đức', 'Không trung_thực', 'trung_thực'), ('đạo_đức', 'phi đạo_đức', 'không ấn_tượng', 'ấn_tượng'), ('đạo_đức', 'phi đạo_đức', 'không thông_tin', 'thông_tin'), ('đạo_đức', 'phi đạo_đức', 'phi logic', 'logic'), ('đạo_đức', 'phi đạo_đức', 'không hợp_lý', 'hợp_lý'), ('đạo_đức', 'phi đạo_đức', 'không chắc_chắn', 'chắc_chắn'), ('đạo_đức', 'phi đạo_đức', 'không rõ', 'rõ_ràng'), ('đạo_đức', 'phi đạo_đức', 'không cạnh_tranh', 'cạnh_tranh'), ('đạo_đức', 'phi đạo_đức', 'thiếu thuyết_phục', 'thuyết_phục'), ('đạo_đức', 'phi đạo_đức', 'bất_tiện', 'thuận_tiện'), ('đạo_đức', 'phi đạo_đức', 'chưa quyết_định', 'quyết_định'), ('đạo_đức', 'phi đạo_đức', 'không hiệu_quả', 'hiệu_quả'), ('may_mắn', 'không may', 'Không trung_thực', 'trung_thực'), ('may_mắn', 'không may', 'không ấn_tượng', 'ấn_tượng'), ('may_mắn', 'không may', 'không thông_tin', 'thông_tin'), ('may_mắn', 'không may', 'phi logic', 'logic'), ('may_mắn', 'không may', 'khó_chịu', 'dễ_chịu'), ('may_mắn', 'không may', 'không hợp_lý', 'hợp_lý'), ('may_mắn', 'không may', 'không chắc_chắn', 'chắc_chắn'), ('may_mắn', 'không may', 'không rõ', 'rõ_ràng'), ('may_mắn', 'không may', 'không cạnh_tranh', 'cạnh_tranh'), ('may_mắn', 'không may', 'thiếu thuyết_phục', 'thuyết_phục'), ('may_mắn', 'không may', 'bất_tiện', 'thuận_tiện'), ('may_mắn', 'không may', 'chưa quyết_định', 'quyết_định'), ('may_mắn', 'không may', 'không hiệu_quả', 'hiệu_quả'), ('may_mắn', 'không may', 'phi đạo_đức', 'đạo_đức'), ('trung_thực', 'không trung_thực', 'không ấn_tượng', 'ấn_tượng'), ('trung_thực', 'không trung_thực', 'không thông_tin', 'thông_tin'), ('trung_thực', 'không trung_thực', 'phi logic', 'logic'), ('trung_thực', 'không trung_thực', 'khó_chịu', 'dễ_chịu'), ('trung_thực', 'không trung_thực', 'không hợp_lý', 'hợp_lý'), ('trung_thực', 'không trung_thực', 'không chắc_chắn', 'chắc_chắn'), ('trung_thực', 'không trung_thực', 'không rõ', 'rõ_ràng'), ('trung_thực', 'không trung_thực', 'không cạnh_tranh', 'cạnh_tranh'), ('trung_thực', 'không trung_thực', 'thiếu thuyết_phục', 'thuyết_phục'), ('trung_thực', 'không trung_thực', 'bất_tiện', 'thuận_tiện'), ('trung_thực', 'không trung_thực', 'chưa quyết_định', 'quyết_định'), ('trung_thực', 'không trung_thực', 'không hiệu_quả', 'hiệu_quả'), ('trung_thực', 'không trung_thực', 'phi đạo_đức', 'đạo_đức'), ('ấn_tượng', 'không ấn_tượng', 'không thông_tin', 'thông_tin'), ('ấn_tượng', 'không ấn_tượng', 'phi logic', 'logic'), ('ấn_tượng', 'không ấn_tượng', 'khó_chịu', 'dễ_chịu'), ('ấn_tượng', 'không ấn_tượng', 'không hợp_lý', 'hợp_lý'), ('ấn_tượng', 'không ấn_tượng', 'không chắc_chắn', 'chắc_chắn'), ('ấn_tượng', 'không ấn_tượng', 'không rõ', 'rõ_ràng'), ('ấn_tượng', 'không ấn_tượng', 'không cạnh_tranh', 'cạnh_tranh'), ('ấn_tượng', 'không ấn_tượng', 'thiếu thuyết_phục', 'thuyết_phục'), ('ấn_tượng', 'không ấn_tượng', 'bất_tiện', 'thuận_tiện'), ('ấn_tượng', 'không ấn_tượng', 'chưa quyết_định', 'quyết_định'), ('ấn_tượng', 'không ấn_tượng', 'không hiệu_quả', 'hiệu_quả'), ('ấn_tượng', 'không ấn_tượng', 'phi đạo_đức', 'đạo_đức'), ('ấn_tượng', 'không ấn_tượng', 'không may', 'may_mắn'), ('ấn_tượng', 'không ấn_tượng', 'Không trung_thực', 'trung_thực'), ('thông_tin', 'không thông_tin', 'phi logic', 'logic'), ('thông_tin', 'không thông_tin', 'không hợp_lý', 'hợp_lý'), ('thông_tin', 'không thông_tin', 'không chắc_chắn', 'chắc_chắn'), ('thông_tin', 'không thông_tin', 'không rõ', 'rõ_ràng'), ('thông_tin', 'không thông_tin', 'không cạnh_tranh', 'cạnh_tranh'), ('thông_tin', 'không thông_tin', 'thiếu thuyết_phục', 'thuyết_phục'), ('thông_tin', 'không thông_tin', 'bất_tiện', 'thuận_tiện'), ('thông_tin', 'không thông_tin', 'chưa quyết_định', 'quyết_định'), ('thông_tin', 'không thông_tin', 'không hiệu_quả', 'hiệu_quả'), ('thông_tin', 'không thông_tin', 'phi đạo_đức', 'đạo_đức'), ('thông_tin', 'không thông_tin', 'Không trung_thực', 'trung_thực'), ('thông_tin', 'không thông_tin', 'không ấn_tượng', 'ấn_tượng'), ('thông_báo', 'không hiểu', 'phi logic', 'logic'), ('thông_báo', 'không hiểu', 'không hợp_lý', 'hợp_lý'), ('thông_báo', 'không hiểu', 'không chắc_chắn', 'chắc_chắn'), ('thông_báo', 'không hiểu', 'không cạnh_tranh', 'cạnh_tranh'), ('thông_báo', 'không hiểu', 'thiếu thuyết_phục', 'thuyết_phục'), ('thông_báo', 'không hiểu', 'bất_tiện', 'thuận_tiện'), ('thông_báo', 'không hiểu', 'chưa quyết_định', 'quyết_định'), ('thông_báo', 'không hiểu', 'không hiệu_quả', 'hiệu_quả'), ('thông_báo', 'không hiểu', 'phi đạo_đức', 'đạo_đức'), ('thông_báo', 'không hiểu', 'không ấn_tượng', 'ấn_tượng'), ('thông_báo', 'không hiểu', 'không thông_tin', 'thông_tin'), ('được biết đến', 'chưa biết', 'phi logic', 'logic'), ('được biết đến', 'chưa biết', 'khó_chịu', 'dễ_chịu'), ('được biết đến', 'chưa biết', 'không hợp_lý', 'hợp_lý'), ('được biết đến', 'chưa biết', 'không chắc_chắn', 'chắc_chắn'), ('được biết đến', 'chưa biết', 'không rõ', 'rõ_ràng'), ('được biết đến', 'chưa biết', 'không cạnh_tranh', 'cạnh_tranh'), ('được biết đến', 'chưa biết', 'thiếu thuyết_phục', 'thuyết_phục'), ('được biết đến', 'chưa biết', 'bất_tiện', 'thuận_tiện'), ('được biết đến', 'chưa biết', 'chưa quyết_định', 'quyết_định'), ('được biết đến', 'chưa biết', 'không hiệu_quả', 'hiệu_quả'), ('được biết đến', 'chưa biết', 'phi đạo_đức', 'đạo_đức'), ('được biết đến', 'chưa biết', 'Không trung_thực', 'trung_thực'), ('được biết đến', 'chưa biết', 'không ấn_tượng', 'ấn_tượng'), ('được biết đến', 'chưa biết', 'không thông_tin', 'thông_tin'), ('có khả_năng', 'không có khả_năng', 'phi logic', 'logic'), ('có khả_năng', 'không có khả_năng', 'khó_chịu', 'dễ_chịu'), ('có khả_năng', 'không có khả_năng', 'không_thể tưởng_tượng được', 'có_thể'), ('có khả_năng', 'không có khả_năng', 'không hợp_lý', 'hợp_lý'), ('có khả_năng', 'không có khả_năng', 'không chắc_chắn', 'chắc_chắn'), ('có khả_năng', 'không có khả_năng', 'không rõ', 'rõ_ràng'), ('có khả_năng', 'không có khả_năng', 'không cạnh_tranh', 'cạnh_tranh'), ('có khả_năng', 'không có khả_năng', 'thiếu thuyết_phục', 'thuyết_phục'), ('có khả_năng', 'không có khả_năng', 'bất_tiện', 'thuận_tiện'), ('có khả_năng', 'không có khả_năng', 'chưa quyết_định', 'quyết_định'), ('có khả_năng', 'không có khả_năng', 'không hiệu_quả', 'hiệu_quả'), ('có khả_năng', 'không có khả_năng', 'phi đạo_đức', 'đạo_đức'), ('có khả_năng', 'không có khả_năng', 'Không trung_thực', 'trung_thực'), ('có khả_năng', 'không có khả_năng', 'không ấn_tượng', 'ấn_tượng'), ('có khả_năng', 'không có khả_năng', 'không thông_tin', 'thông_tin'), ('logic', 'phi logic', 'không_thể tưởng_tượng được', 'có_thể'), ('logic', 'phi logic', 'không hợp_lý', 'hợp_lý'), ('logic', 'phi logic', 'không chắc_chắn', 'chắc_chắn'), ('logic', 'phi logic', 'không rõ', 'rõ_ràng'), ('logic', 'phi logic', 'không cạnh_tranh', 'cạnh_tranh'), ('logic', 'phi logic', 'thiếu thuyết_phục', 'thuyết_phục'), ('logic', 'phi logic', 'bất_tiện', 'thuận_tiện'), ('logic', 'phi logic', 'chưa quyết_định', 'quyết_định'), ('logic', 'phi logic', 'không hiệu_quả', 'hiệu_quả'), ('logic', 'phi logic', 'phi đạo_đức', 'đạo_đức'), ('logic', 'phi logic', 'Không trung_thực', 'trung_thực'), ('logic', 'phi logic', 'không ấn_tượng', 'ấn_tượng'), ('logic', 'phi logic', 'không thông_tin', 'thông_tin'), ('dễ_chịu', 'khó_chịu', 'không hợp_lý', 'hợp_lý'), ('dễ_chịu', 'khó_chịu', 'không chắc_chắn', 'chắc_chắn'), ('dễ_chịu', 'khó_chịu', 'không rõ', 'rõ_ràng'), ('dễ_chịu', 'khó_chịu', 'khó_chịu', 'thoải_mái'), ('dễ_chịu', 'khó_chịu', 'không cạnh_tranh', 'cạnh_tranh'), ('dễ_chịu', 'khó_chịu', 'thiếu thuyết_phục', 'thuyết_phục'), ('dễ_chịu', 'khó_chịu', 'bất_tiện', 'thuận_tiện'), ('dễ_chịu', 'khó_chịu', 'chưa quyết_định', 'quyết_định'), ('dễ_chịu', 'khó_chịu', 'không hiệu_quả', 'hiệu_quả'), ('dễ_chịu', 'khó_chịu', 'phi đạo_đức', 'đạo_đức'), ('dễ_chịu', 'khó_chịu', 'Không trung_thực', 'trung_thực'), ('dễ_chịu', 'khó_chịu', 'không ấn_tượng', 'ấn_tượng'), ('dễ_chịu', 'khó_chịu', 'không thông_tin', 'thông_tin'), ('dễ_chịu', 'khó_chịu', 'phi logic', 'logic'), ('có_thể', 'không_thể', 'không_thể tưởng_tượng được', 'có_thể'), ('có_thể', 'không_thể', 'không hợp_lý', 'hợp_lý'), ('có_thể', 'không_thể', 'không chắc_chắn', 'chắc_chắn'), ('có_thể', 'không_thể', 'không rõ', 'rõ_ràng'), ('có_thể', 'không_thể', 'không cạnh_tranh', 'cạnh_tranh'), ('có_thể', 'không_thể', 'thiếu thuyết_phục', 'thuyết_phục'), ('có_thể', 'không_thể', 'bất_tiện', 'thuận_tiện'), ('có_thể', 'không_thể', 'chưa quyết_định', 'quyết_định'), ('có_thể', 'không_thể', 'không hiệu_quả', 'hiệu_quả'), ('có_thể', 'không_thể', 'phi đạo_đức', 'đạo_đức'), ('có_thể', 'không_thể', 'Không trung_thực', 'trung_thực'), ('có_thể', 'không_thể', 'không ấn_tượng', 'ấn_tượng'), ('có_thể', 'không_thể', 'không thông_tin', 'thông_tin'), ('có_thể', 'không_thể', 'phi logic', 'logic'), ('có_thể', 'không_thể', 'khó_chịu', 'dễ_chịu'), ('có_thể', 'không_thể tưởng_tượng', 'không hợp_lý', 'hợp_lý'), ('có_thể', 'không_thể tưởng_tượng', 'không chắc_chắn', 'chắc_chắn'), ('có_thể', 'không_thể tưởng_tượng', 'không rõ', 'rõ_ràng'), ('có_thể', 'không_thể tưởng_tượng', 'không cạnh_tranh', 'cạnh_tranh'), ('có_thể', 'không_thể tưởng_tượng', 'thiếu thuyết_phục', 'thuyết_phục'), ('có_thể', 'không_thể tưởng_tượng', 'bất_tiện', 'thuận_tiện'), ('có_thể', 'không_thể tưởng_tượng', 'chưa quyết_định', 'quyết_định'), ('có_thể', 'không_thể tưởng_tượng', 'không hiệu_quả', 'hiệu_quả'), ('có_thể', 'không_thể tưởng_tượng', 'phi đạo_đức', 'đạo_đức'), ('có_thể', 'không_thể tưởng_tượng', 'Không trung_thực', 'trung_thực'), ('có_thể', 'không_thể tưởng_tượng', 'không thông_tin', 'thông_tin'), ('có_thể', 'không_thể tưởng_tượng', 'phi logic', 'logic'), ('có_thể', 'không_thể tưởng_tượng', 'khó_chịu', 'dễ_chịu'), ('năng_suất', 'không hiệu_quả', 'không hợp_lý', 'hợp_lý'), ('năng_suất', 'không hiệu_quả', 'không chắc_chắn', 'chắc_chắn'), ('năng_suất', 'không hiệu_quả', 'không cạnh_tranh', 'cạnh_tranh'), ('năng_suất', 'không hiệu_quả', 'chưa quyết_định', 'quyết_định'), ('năng_suất', 'không hiệu_quả', 'phi đạo_đức', 'đạo_đức'), ('năng_suất', 'không hiệu_quả', 'Không trung_thực', 'trung_thực'), ('năng_suất', 'không hiệu_quả', 'không ấn_tượng', 'ấn_tượng'), ('năng_suất', 'không hiệu_quả', 'không thông_tin', 'thông_tin'), ('năng_suất', 'không hiệu_quả', 'phi logic', 'logic'), ('hợp_lý', 'không hợp_lý', 'không chắc_chắn', 'chắc_chắn'), ('hợp_lý', 'không hợp_lý', 'không rõ', 'rõ_ràng'), ('hợp_lý', 'không hợp_lý', 'không cạnh_tranh', 'cạnh_tranh'), ('hợp_lý', 'không hợp_lý', 'thiếu thuyết_phục', 'thuyết_phục'), ('hợp_lý', 'không hợp_lý', 'bất_tiện', 'thuận_tiện'), ('hợp_lý', 'không hợp_lý', 'chưa quyết_định', 'quyết_định'), ('hợp_lý', 'không hợp_lý', 'không hiệu_quả', 'hiệu_quả'), ('hợp_lý', 'không hợp_lý', 'phi đạo_đức', 'đạo_đức'), ('hợp_lý', 'không hợp_lý', 'Không trung_thực', 'trung_thực'), ('hợp_lý', 'không hợp_lý', 'không ấn_tượng', 'ấn_tượng'), ('hợp_lý', 'không hợp_lý', 'không thông_tin', 'thông_tin'), ('hợp_lý', 'không hợp_lý', 'phi logic', 'logic'), ('hợp_lý', 'không hợp_lý', 'khó_chịu', 'dễ_chịu'), ('chắc_chắn', 'không chắc_chắn', 'không rõ', 'rõ_ràng'), ('chắc_chắn', 'không chắc_chắn', 'không cạnh_tranh', 'cạnh_tranh'), ('chắc_chắn', 'không chắc_chắn', 'thiếu thuyết_phục', 'thuyết_phục'), ('chắc_chắn', 'không chắc_chắn', 'bất_tiện', 'thuận_tiện'), ('chắc_chắn', 'không chắc_chắn', 'chưa quyết_định', 'quyết_định'), ('chắc_chắn', 'không chắc_chắn', 'không hiệu_quả', 'hiệu_quả'), ('chắc_chắn', 'không chắc_chắn', 'phi đạo_đức', 'đạo_đức'), ('chắc_chắn', 'không chắc_chắn', 'Không trung_thực', 'trung_thực'), ('chắc_chắn', 'không chắc_chắn', 'không ấn_tượng', 'ấn_tượng'), ('chắc_chắn', 'không chắc_chắn', 'không thông_tin', 'thông_tin'), ('chắc_chắn', 'không chắc_chắn', 'phi logic', 'logic'), ('chắc_chắn', 'không chắc_chắn', 'khó_chịu', 'dễ_chịu'), ('chắc_chắn', 'không chắc_chắn', 'không hợp_lý', 'hợp_lý'), ('xấu', 'tệ hơn', 'lớn hơn', 'lớn'), ('xấu', 'tệ hơn', 'sáng hơn', 'sáng'), ('xấu', 'tệ hơn', 'lạnh hơn', 'lạnh'), ('xấu', 'tệ hơn', 'mát', 'mát_mẻ'), ('xấu', 'tệ hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('xấu', 'tệ hơn', 'tốt hơn', 'tốt'), ('xấu', 'tệ hơn', 'nặng hơn', 'nặng'), ('xấu', 'tệ hơn', 'cao hơn', 'cao'), ('xấu', 'tệ hơn', 'nóng hơn', 'nóng'), ('xấu', 'tệ hơn', 'lớn hơn', 'lớn'), ('xấu', 'tệ hơn', 'to hơn', 'to'), ('xấu', 'tệ hơn', 'thấp hơn', 'thấp'), ('xấu', 'tệ hơn', 'mới hơn', 'mới'), ('xấu', 'tệ hơn', 'an_toàn hơn', 'an_toàn'), ('xấu', 'tệ hơn', 'ngắn hơn', 'ngắn'), ('xấu', 'tệ hơn', 'đơn_giản hơn', 'đơn_giản'), ('xấu', 'tệ hơn', 'chậm hơn', 'chậm'), ('xấu', 'tệ hơn', 'nhỏ hơn', 'nhỏ'), ('xấu', 'tệ hơn', 'thông_minh hơn', 'thông_minh'), ('xấu', 'tệ hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('xấu', 'tệ hơn', 'cao hơn', 'cao'), ('xấu', 'tệ hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('xấu', 'tệ hơn', 'khó_khăn hơn', 'khó_khăn'), ('xấu', 'tệ hơn', 'yếu hơn', 'yếu'), ('xấu', 'tệ hơn', 'rộng hơn', 'rộng'), ('xấu', 'tệ hơn', 'trẻ hơn', 'trẻ'), ('lớn', 'lớn hơn', 'sáng hơn', 'sáng'), ('lớn', 'lớn hơn', 'lạnh hơn', 'lạnh'), ('lớn', 'lớn hơn', 'mát', 'mát_mẻ'), ('lớn', 'lớn hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('lớn', 'lớn hơn', 'nhanh hơn', 'nhanh_chóng'), ('lớn', 'lớn hơn', 'tốt hơn', 'tốt'), ('lớn', 'lớn hơn', 'khó hơn', 'khó_khăn'), ('lớn', 'lớn hơn', 'nặng hơn', 'nặng'), ('lớn', 'lớn hơn', 'cao hơn', 'cao'), ('lớn', 'lớn hơn', 'nóng hơn', 'nóng'), ('lớn', 'lớn hơn', 'lớn hơn', 'lớn'), ('lớn', 'lớn hơn', 'to hơn', 'to'), ('lớn', 'lớn hơn', 'thấp hơn', 'thấp'), ('lớn', 'lớn hơn', 'mới hơn', 'mới'), ('lớn', 'lớn hơn', 'nhanh hơn', 'nhanh_chóng'), ('lớn', 'lớn hơn', 'an_toàn hơn', 'an_toàn'), ('lớn', 'lớn hơn', 'ngắn hơn', 'ngắn'), ('lớn', 'lớn hơn', 'đơn_giản hơn', 'đơn_giản'), ('lớn', 'lớn hơn', 'chậm hơn', 'chậm'), ('lớn', 'lớn hơn', 'nhỏ hơn', 'nhỏ'), ('lớn', 'lớn hơn', 'thông_minh hơn', 'thông_minh'), ('lớn', 'lớn hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('lớn', 'lớn hơn', 'cao hơn', 'cao'), ('lớn', 'lớn hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('lớn', 'lớn hơn', 'khó_khăn hơn', 'khó_khăn'), ('lớn', 'lớn hơn', 'ấm hơn', 'ấm_áp'), ('lớn', 'lớn hơn', 'yếu hơn', 'yếu'), ('lớn', 'lớn hơn', 'rộng hơn', 'rộng'), ('lớn', 'lớn hơn', 'trẻ hơn', 'trẻ'), ('sáng', 'sáng hơn', 'lạnh hơn', 'lạnh'), ('sáng', 'sáng hơn', 'mát', 'mát_mẻ'), ('sáng', 'sáng hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('sáng', 'sáng hơn', 'tốt hơn', 'tốt'), ('sáng', 'sáng hơn', 'nặng hơn', 'nặng'), ('sáng', 'sáng hơn', 'cao hơn', 'cao'), ('sáng', 'sáng hơn', 'nóng hơn', 'nóng'), ('sáng', 'sáng hơn', 'lớn hơn', 'lớn'), ('sáng', 'sáng hơn', 'to hơn', 'to'), ('sáng', 'sáng hơn', 'thấp hơn', 'thấp'), ('sáng', 'sáng hơn', 'mới hơn', 'mới'), ('sáng', 'sáng hơn', 'an_toàn hơn', 'an_toàn'), ('sáng', 'sáng hơn', 'ngắn hơn', 'ngắn'), ('sáng', 'sáng hơn', 'đơn_giản hơn', 'đơn_giản'), ('sáng', 'sáng hơn', 'chậm hơn', 'chậm'), ('sáng', 'sáng hơn', 'nhỏ hơn', 'nhỏ'), ('sáng', 'sáng hơn', 'thông_minh hơn', 'thông_minh'), ('sáng', 'sáng hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('sáng', 'sáng hơn', 'cao hơn', 'cao'), ('sáng', 'sáng hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('sáng', 'sáng hơn', 'khó_khăn hơn', 'khó_khăn'), ('sáng', 'sáng hơn', 'ấm hơn', 'ấm_áp'), ('sáng', 'sáng hơn', 'yếu hơn', 'yếu'), ('sáng', 'sáng hơn', 'rộng hơn', 'rộng'), ('sáng', 'sáng hơn', 'trẻ hơn', 'trẻ'), ('sáng', 'sáng hơn', 'lớn hơn', 'lớn'), ('giá rẻ', 'rẻ hơn', 'lạnh hơn', 'lạnh'), ('giá rẻ', 'rẻ hơn', 'mát', 'mát_mẻ'), ('giá rẻ', 'rẻ hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('giá rẻ', 'rẻ hơn', 'tốt hơn', 'tốt'), ('giá rẻ', 'rẻ hơn', 'nặng hơn', 'nặng'), ('giá rẻ', 'rẻ hơn', 'cao hơn', 'cao'), ('giá rẻ', 'rẻ hơn', 'nóng hơn', 'nóng'), ('giá rẻ', 'rẻ hơn', 'lớn hơn', 'lớn'), ('giá rẻ', 'rẻ hơn', 'to hơn', 'to'), ('giá rẻ', 'rẻ hơn', 'thấp hơn', 'thấp'), ('giá rẻ', 'rẻ hơn', 'mới hơn', 'mới'), ('giá rẻ', 'rẻ hơn', 'an_toàn hơn', 'an_toàn'), ('giá rẻ', 'rẻ hơn', 'ngắn hơn', 'ngắn'), ('giá rẻ', 'rẻ hơn', 'đơn_giản hơn', 'đơn_giản'), ('giá rẻ', 'rẻ hơn', 'chậm hơn', 'chậm'), ('giá rẻ', 'rẻ hơn', 'nhỏ hơn', 'nhỏ'), ('giá rẻ', 'rẻ hơn', 'thông_minh hơn', 'thông_minh'), ('giá rẻ', 'rẻ hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('giá rẻ', 'rẻ hơn', 'cao hơn', 'cao'), ('giá rẻ', 'rẻ hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('giá rẻ', 'rẻ hơn', 'khó_khăn hơn', 'khó_khăn'), ('giá rẻ', 'rẻ hơn', 'yếu hơn', 'yếu'), ('giá rẻ', 'rẻ hơn', 'rộng hơn', 'rộng'), ('giá rẻ', 'rẻ hơn', 'trẻ hơn', 'trẻ'), ('giá rẻ', 'rẻ hơn', 'lớn hơn', 'lớn'), ('giá rẻ', 'rẻ hơn', 'sáng hơn', 'sáng'), ('lạnh', 'lạnh hơn', 'mát', 'mát_mẻ'), ('lạnh', 'lạnh hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('lạnh', 'lạnh hơn', 'tốt hơn', 'tốt'), ('lạnh', 'lạnh hơn', 'nặng hơn', 'nặng'), ('lạnh', 'lạnh hơn', 'cao hơn', 'cao'), ('lạnh', 'lạnh hơn', 'nóng hơn', 'nóng'), ('lạnh', 'lạnh hơn', 'lớn hơn', 'lớn'), ('lạnh', 'lạnh hơn', 'to hơn', 'to'), ('lạnh', 'lạnh hơn', 'thấp hơn', 'thấp'), ('lạnh', 'lạnh hơn', 'mới hơn', 'mới'), ('lạnh', 'lạnh hơn', 'an_toàn hơn', 'an_toàn'), ('lạnh', 'lạnh hơn', 'ngắn hơn', 'ngắn'), ('lạnh', 'lạnh hơn', 'đơn_giản hơn', 'đơn_giản'), ('lạnh', 'lạnh hơn', 'chậm hơn', 'chậm'), ('lạnh', 'lạnh hơn', 'nhỏ hơn', 'nhỏ'), ('lạnh', 'lạnh hơn', 'thông_minh hơn', 'thông_minh'), ('lạnh', 'lạnh hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('lạnh', 'lạnh hơn', 'cao hơn', 'cao'), ('lạnh', 'lạnh hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('lạnh', 'lạnh hơn', 'khó_khăn hơn', 'khó_khăn'), ('lạnh', 'lạnh hơn', 'ấm hơn', 'ấm_áp'), ('lạnh', 'lạnh hơn', 'yếu hơn', 'yếu'), ('lạnh', 'lạnh hơn', 'rộng hơn', 'rộng'), ('lạnh', 'lạnh hơn', 'trẻ hơn', 'trẻ'), ('lạnh', 'lạnh hơn', 'lớn hơn', 'lớn'), ('lạnh', 'lạnh hơn', 'sáng hơn', 'sáng'), ('mát_mẻ', 'mát hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('mát_mẻ', 'mát hơn', 'tốt hơn', 'tốt'), ('mát_mẻ', 'mát hơn', 'nặng hơn', 'nặng'), ('mát_mẻ', 'mát hơn', 'cao hơn', 'cao'), ('mát_mẻ', 'mát hơn', 'nóng hơn', 'nóng'), ('mát_mẻ', 'mát hơn', 'lớn hơn', 'lớn'), ('mát_mẻ', 'mát hơn', 'to hơn', 'to'), ('mát_mẻ', 'mát hơn', 'thấp hơn', 'thấp'), ('mát_mẻ', 'mát hơn', 'mới hơn', 'mới'), ('mát_mẻ', 'mát hơn', 'an_toàn hơn', 'an_toàn'), ('mát_mẻ', 'mát hơn', 'ngắn hơn', 'ngắn'), ('mát_mẻ', 'mát hơn', 'đơn_giản hơn', 'đơn_giản'), ('mát_mẻ', 'mát hơn', 'chậm hơn', 'chậm'), ('mát_mẻ', 'mát hơn', 'nhỏ hơn', 'nhỏ'), ('mát_mẻ', 'mát hơn', 'thông_minh hơn', 'thông_minh'), ('mát_mẻ', 'mát hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('mát_mẻ', 'mát hơn', 'cao hơn', 'cao'), ('mát_mẻ', 'mát hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('mát_mẻ', 'mát hơn', 'khó_khăn hơn', 'khó_khăn'), ('mát_mẻ', 'mát hơn', 'ấm hơn', 'ấm_áp'), ('mát_mẻ', 'mát hơn', 'yếu hơn', 'yếu'), ('mát_mẻ', 'mát hơn', 'rộng hơn', 'rộng'), ('mát_mẻ', 'mát hơn', 'trẻ hơn', 'trẻ'), ('mát_mẻ', 'mát hơn', 'lớn hơn', 'lớn'), ('mát_mẻ', 'mát hơn', 'sáng hơn', 'sáng'), ('mát_mẻ', 'mát hơn', 'lạnh hơn', 'lạnh'), ('sâu', 'sâu hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('sâu', 'sâu hơn', 'nhanh hơn', 'nhanh_chóng'), ('sâu', 'sâu hơn', 'tốt hơn', 'tốt'), ('sâu', 'sâu hơn', 'nặng hơn', 'nặng'), ('sâu', 'sâu hơn', 'cao hơn', 'cao'), ('sâu', 'sâu hơn', 'nóng hơn', 'nóng'), ('sâu', 'sâu hơn', 'lớn hơn', 'lớn'), ('sâu', 'sâu hơn', 'to hơn', 'to'), ('sâu', 'sâu hơn', 'thấp hơn', 'thấp'), ('sâu', 'sâu hơn', 'mới hơn', 'mới'), ('sâu', 'sâu hơn', 'nhanh hơn', 'nhanh_chóng'), ('sâu', 'sâu hơn', 'an_toàn hơn', 'an_toàn'), ('sâu', 'sâu hơn', 'ngắn hơn', 'ngắn'), ('sâu', 'sâu hơn', 'đơn_giản hơn', 'đơn_giản'), ('sâu', 'sâu hơn', 'chậm hơn', 'chậm'), ('sâu', 'sâu hơn', 'nhỏ hơn', 'nhỏ'), ('sâu', 'sâu hơn', 'thông_minh hơn', 'thông_minh'), ('sâu', 'sâu hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('sâu', 'sâu hơn', 'cao hơn', 'cao'), ('sâu', 'sâu hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('sâu', 'sâu hơn', 'khó_khăn hơn', 'khó_khăn'), ('sâu', 'sâu hơn', 'ấm hơn', 'ấm_áp'), ('sâu', 'sâu hơn', 'yếu hơn', 'yếu'), ('sâu', 'sâu hơn', 'rộng hơn', 'rộng'), ('sâu', 'sâu hơn', 'trẻ hơn', 'trẻ'), ('sâu', 'sâu hơn', 'lớn hơn', 'lớn'), ('sâu', 'sâu hơn', 'sáng hơn', 'sáng'), ('sâu', 'sâu hơn', 'lạnh hơn', 'lạnh'), ('sâu', 'sâu hơn', 'mát', 'mát_mẻ'), ('dễ_dàng', 'dễ_dàng hơn', 'nhanh hơn', 'nhanh_chóng'), ('dễ_dàng', 'dễ_dàng hơn', 'tốt hơn', 'tốt'), ('dễ_dàng', 'dễ_dàng hơn', 'khó hơn', 'khó_khăn'), ('dễ_dàng', 'dễ_dàng hơn', 'nặng hơn', 'nặng'), ('dễ_dàng', 'dễ_dàng hơn', 'cao hơn', 'cao'), ('dễ_dàng', 'dễ_dàng hơn', 'nóng hơn', 'nóng'), ('dễ_dàng', 'dễ_dàng hơn', 'lớn hơn', 'lớn'), ('dễ_dàng', 'dễ_dàng hơn', 'to hơn', 'to'), ('dễ_dàng', 'dễ_dàng hơn', 'thấp hơn', 'thấp'), ('dễ_dàng', 'dễ_dàng hơn', 'mới hơn', 'mới'), ('dễ_dàng', 'dễ_dàng hơn', 'nhanh hơn', 'nhanh_chóng'), ('dễ_dàng', 'dễ_dàng hơn', 'an_toàn hơn', 'an_toàn'), ('dễ_dàng', 'dễ_dàng hơn', 'ngắn hơn', 'ngắn'), ('dễ_dàng', 'dễ_dàng hơn', 'đơn_giản hơn', 'đơn_giản'), ('dễ_dàng', 'dễ_dàng hơn', 'chậm hơn', 'chậm'), ('dễ_dàng', 'dễ_dàng hơn', 'nhỏ hơn', 'nhỏ'), ('dễ_dàng', 'dễ_dàng hơn', 'thông_minh hơn', 'thông_minh'), ('dễ_dàng', 'dễ_dàng hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('dễ_dàng', 'dễ_dàng hơn', 'cao hơn', 'cao'), ('dễ_dàng', 'dễ_dàng hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('dễ_dàng', 'dễ_dàng hơn', 'khó_khăn hơn', 'khó_khăn'), ('dễ_dàng', 'dễ_dàng hơn', 'ấm hơn', 'ấm_áp'), ('dễ_dàng', 'dễ_dàng hơn', 'yếu hơn', 'yếu'), ('dễ_dàng', 'dễ_dàng hơn', 'rộng hơn', 'rộng'), ('dễ_dàng', 'dễ_dàng hơn', 'trẻ hơn', 'trẻ'), ('dễ_dàng', 'dễ_dàng hơn', 'lớn hơn', 'lớn'), ('dễ_dàng', 'dễ_dàng hơn', 'sáng hơn', 'sáng'), ('dễ_dàng', 'dễ_dàng hơn', 'lạnh hơn', 'lạnh'), ('dễ_dàng', 'dễ_dàng hơn', 'mát', 'mát_mẻ'), ('nhanh_chóng', 'nhanh hơn', 'tốt hơn', 'tốt'), ('nhanh_chóng', 'nhanh hơn', 'nặng hơn', 'nặng'), ('nhanh_chóng', 'nhanh hơn', 'cao hơn', 'cao'), ('nhanh_chóng', 'nhanh hơn', 'nóng hơn', 'nóng'), ('nhanh_chóng', 'nhanh hơn', 'lớn hơn', 'lớn'), ('nhanh_chóng', 'nhanh hơn', 'to hơn', 'to'), ('nhanh_chóng', 'nhanh hơn', 'thấp hơn', 'thấp'), ('nhanh_chóng', 'nhanh hơn', 'mới hơn', 'mới'), ('nhanh_chóng', 'nhanh hơn', 'nhanh hơn', 'nhanh_chóng'), ('nhanh_chóng', 'nhanh hơn', 'an_toàn hơn', 'an_toàn'), ('nhanh_chóng', 'nhanh hơn', 'ngắn hơn', 'ngắn'), ('nhanh_chóng', 'nhanh hơn', 'đơn_giản hơn', 'đơn_giản'), ('nhanh_chóng', 'nhanh hơn', 'chậm hơn', 'chậm'), ('nhanh_chóng', 'nhanh hơn', 'nhỏ hơn', 'nhỏ'), ('nhanh_chóng', 'nhanh hơn', 'thông_minh hơn', 'thông_minh'), ('nhanh_chóng', 'nhanh hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('nhanh_chóng', 'nhanh hơn', 'cao hơn', 'cao'), ('nhanh_chóng', 'nhanh hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('nhanh_chóng', 'nhanh hơn', 'khó_khăn hơn', 'khó_khăn'), ('nhanh_chóng', 'nhanh hơn', 'yếu hơn', 'yếu'), ('nhanh_chóng', 'nhanh hơn', 'rộng hơn', 'rộng'), ('nhanh_chóng', 'nhanh hơn', 'trẻ hơn', 'trẻ'), ('nhanh_chóng', 'nhanh hơn', 'lớn hơn', 'lớn'), ('nhanh_chóng', 'nhanh hơn', 'sáng hơn', 'sáng'), ('nhanh_chóng', 'nhanh hơn', 'lạnh hơn', 'lạnh'), ('nhanh_chóng', 'nhanh hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('tốt', 'tốt hơn', 'khó hơn', 'khó_khăn'), ('tốt', 'tốt hơn', 'nặng hơn', 'nặng'), ('tốt', 'tốt hơn', 'cao hơn', 'cao'), ('tốt', 'tốt hơn', 'nóng hơn', 'nóng'), ('tốt', 'tốt hơn', 'lớn hơn', 'lớn'), ('tốt', 'tốt hơn', 'to hơn', 'to'), ('tốt', 'tốt hơn', 'thấp hơn', 'thấp'), ('tốt', 'tốt hơn', 'mới hơn', 'mới'), ('tốt', 'tốt hơn', 'an_toàn hơn', 'an_toàn'), ('tốt', 'tốt hơn', 'ngắn hơn', 'ngắn'), ('tốt', 'tốt hơn', 'đơn_giản hơn', 'đơn_giản'), ('tốt', 'tốt hơn', 'chậm hơn', 'chậm'), ('tốt', 'tốt hơn', 'nhỏ hơn', 'nhỏ'), ('tốt', 'tốt hơn', 'thông_minh hơn', 'thông_minh'), ('tốt', 'tốt hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('tốt', 'tốt hơn', 'cao hơn', 'cao'), ('tốt', 'tốt hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('tốt', 'tốt hơn', 'khó_khăn hơn', 'khó_khăn'), ('tốt', 'tốt hơn', 'ấm hơn', 'ấm_áp'), ('tốt', 'tốt hơn', 'yếu hơn', 'yếu'), ('tốt', 'tốt hơn', 'rộng hơn', 'rộng'), ('tốt', 'tốt hơn', 'trẻ hơn', 'trẻ'), ('tốt', 'tốt hơn', 'tệ hơn', 'xấu'), ('tốt', 'tốt hơn', 'lớn hơn', 'lớn'), ('tốt', 'tốt hơn', 'sáng hơn', 'sáng'), ('tốt', 'tốt hơn', 'lạnh hơn', 'lạnh'), ('tốt', 'tốt hơn', 'mát', 'mát_mẻ'), ('tốt', 'tốt hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('tuyệt_vời', 'lớn hơn', 'cao hơn', 'cao'), ('tuyệt_vời', 'lớn hơn', 'nóng hơn', 'nóng'), ('tuyệt_vời', 'lớn hơn', 'thấp hơn', 'thấp'), ('tuyệt_vời', 'lớn hơn', 'mới hơn', 'mới'), ('tuyệt_vời', 'lớn hơn', 'an_toàn hơn', 'an_toàn'), ('tuyệt_vời', 'lớn hơn', 'ngắn hơn', 'ngắn'), ('tuyệt_vời', 'lớn hơn', 'đơn_giản hơn', 'đơn_giản'), ('tuyệt_vời', 'lớn hơn', 'chậm hơn', 'chậm'), ('tuyệt_vời', 'lớn hơn', 'thông_minh hơn', 'thông_minh'), ('tuyệt_vời', 'lớn hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('tuyệt_vời', 'lớn hơn', 'cao hơn', 'cao'), ('tuyệt_vời', 'lớn hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('tuyệt_vời', 'lớn hơn', 'khó_khăn hơn', 'khó_khăn'), ('tuyệt_vời', 'lớn hơn', 'ấm hơn', 'ấm_áp'), ('tuyệt_vời', 'lớn hơn', 'yếu hơn', 'yếu'), ('tuyệt_vời', 'lớn hơn', 'trẻ hơn', 'trẻ'), ('tuyệt_vời', 'lớn hơn', 'sáng hơn', 'sáng'), ('tuyệt_vời', 'lớn hơn', 'lạnh hơn', 'lạnh'), ('tuyệt_vời', 'lớn hơn', 'mát', 'mát_mẻ'), ('tuyệt_vời', 'lớn hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('tuyệt_vời', 'lớn hơn', 'tốt hơn', 'tốt'), ('khó_khăn', 'khó hơn', 'nặng hơn', 'nặng'), ('khó_khăn', 'khó hơn', 'cao hơn', 'cao'), ('khó_khăn', 'khó hơn', 'nóng hơn', 'nóng'), ('khó_khăn', 'khó hơn', 'lớn hơn', 'lớn'), ('khó_khăn', 'khó hơn', 'to hơn', 'to'), ('khó_khăn', 'khó hơn', 'thấp hơn', 'thấp'), ('khó_khăn', 'khó hơn', 'mới hơn', 'mới'), ('khó_khăn', 'khó hơn', 'an_toàn hơn', 'an_toàn'), ('khó_khăn', 'khó hơn', 'ngắn hơn', 'ngắn'), ('khó_khăn', 'khó hơn', 'đơn_giản hơn', 'đơn_giản'), ('khó_khăn', 'khó hơn', 'chậm hơn', 'chậm'), ('khó_khăn', 'khó hơn', 'nhỏ hơn', 'nhỏ'), ('khó_khăn', 'khó hơn', 'thông_minh hơn', 'thông_minh'), ('khó_khăn', 'khó hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('khó_khăn', 'khó hơn', 'cao hơn', 'cao'), ('khó_khăn', 'khó hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('khó_khăn', 'khó hơn', 'khó_khăn hơn', 'khó_khăn'), ('khó_khăn', 'khó hơn', 'yếu hơn', 'yếu'), ('khó_khăn', 'khó hơn', 'rộng hơn', 'rộng'), ('khó_khăn', 'khó hơn', 'trẻ hơn', 'trẻ'), ('khó_khăn', 'khó hơn', 'lớn hơn', 'lớn'), ('khó_khăn', 'khó hơn', 'sáng hơn', 'sáng'), ('khó_khăn', 'khó hơn', 'lạnh hơn', 'lạnh'), ('khó_khăn', 'khó hơn', 'mát', 'mát_mẻ'), ('khó_khăn', 'khó hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('khó_khăn', 'khó hơn', 'tốt hơn', 'tốt'), ('nặng', 'nặng hơn', 'cao hơn', 'cao'), ('nặng', 'nặng hơn', 'nóng hơn', 'nóng'), ('nặng', 'nặng hơn', 'lớn hơn', 'lớn'), ('nặng', 'nặng hơn', 'to hơn', 'to'), ('nặng', 'nặng hơn', 'thấp hơn', 'thấp'), ('nặng', 'nặng hơn', 'mới hơn', 'mới'), ('nặng', 'nặng hơn', 'an_toàn hơn', 'an_toàn'), ('nặng', 'nặng hơn', 'ngắn hơn', 'ngắn'), ('nặng', 'nặng hơn', 'đơn_giản hơn', 'đơn_giản'), ('nặng', 'nặng hơn', 'chậm hơn', 'chậm'), ('nặng', 'nặng hơn', 'nhỏ hơn', 'nhỏ'), ('nặng', 'nặng hơn', 'thông_minh hơn', 'thông_minh'), ('nặng', 'nặng hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('nặng', 'nặng hơn', 'cao hơn', 'cao'), ('nặng', 'nặng hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('nặng', 'nặng hơn', 'khó_khăn hơn', 'khó_khăn'), ('nặng', 'nặng hơn', 'yếu hơn', 'yếu'), ('nặng', 'nặng hơn', 'rộng hơn', 'rộng'), ('nặng', 'nặng hơn', 'trẻ hơn', 'trẻ'), ('nặng', 'nặng hơn', 'lớn hơn', 'lớn'), ('nặng', 'nặng hơn', 'sáng hơn', 'sáng'), ('nặng', 'nặng hơn', 'lạnh hơn', 'lạnh'), ('nặng', 'nặng hơn', 'mát', 'mát_mẻ'), ('nặng', 'nặng hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('nặng', 'nặng hơn', 'tốt hơn', 'tốt'), ('nặng', 'nặng hơn', 'khó hơn', 'khó_khăn'), ('cao', 'cao hơn', 'nóng hơn', 'nóng'), ('cao', 'cao hơn', 'lớn hơn', 'lớn'), ('cao', 'cao hơn', 'to hơn', 'to'), ('cao', 'cao hơn', 'thấp hơn', 'thấp'), ('cao', 'cao hơn', 'mới hơn', 'mới'), ('cao', 'cao hơn', 'an_toàn hơn', 'an_toàn'), ('cao', 'cao hơn', 'ngắn hơn', 'ngắn'), ('cao', 'cao hơn', 'đơn_giản hơn', 'đơn_giản'), ('cao', 'cao hơn', 'chậm hơn', 'chậm'), ('cao', 'cao hơn', 'nhỏ hơn', 'nhỏ'), ('cao', 'cao hơn', 'thông_minh hơn', 'thông_minh'), ('cao', 'cao hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('cao', 'cao hơn', 'cao hơn', 'cao'), ('cao', 'cao hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('cao', 'cao hơn', 'khó_khăn hơn', 'khó_khăn'), ('cao', 'cao hơn', 'ấm hơn', 'ấm_áp'), ('cao', 'cao hơn', 'yếu hơn', 'yếu'), ('cao', 'cao hơn', 'rộng hơn', 'rộng'), ('cao', 'cao hơn', 'trẻ hơn', 'trẻ'), ('cao', 'cao hơn', 'lớn hơn', 'lớn'), ('cao', 'cao hơn', 'sáng hơn', 'sáng'), ('cao', 'cao hơn', 'lạnh hơn', 'lạnh'), ('cao', 'cao hơn', 'mát', 'mát_mẻ'), ('cao', 'cao hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('cao', 'cao hơn', 'tốt hơn', 'tốt'), ('cao', 'cao hơn', 'nặng hơn', 'nặng'), ('nóng', 'nóng hơn', 'lớn hơn', 'lớn'), ('nóng', 'nóng hơn', 'to hơn', 'to'), ('nóng', 'nóng hơn', 'thấp hơn', 'thấp'), ('nóng', 'nóng hơn', 'mới hơn', 'mới'), ('nóng', 'nóng hơn', 'an_toàn hơn', 'an_toàn'), ('nóng', 'nóng hơn', 'ngắn hơn', 'ngắn'), ('nóng', 'nóng hơn', 'đơn_giản hơn', 'đơn_giản'), ('nóng', 'nóng hơn', 'chậm hơn', 'chậm'), ('nóng', 'nóng hơn', 'nhỏ hơn', 'nhỏ'), ('nóng', 'nóng hơn', 'thông_minh hơn', 'thông_minh'), ('nóng', 'nóng hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('nóng', 'nóng hơn', 'cao hơn', 'cao'), ('nóng', 'nóng hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('nóng', 'nóng hơn', 'khó_khăn hơn', 'khó_khăn'), ('nóng', 'nóng hơn', 'ấm hơn', 'ấm_áp'), ('nóng', 'nóng hơn', 'yếu hơn', 'yếu'), ('nóng', 'nóng hơn', 'rộng hơn', 'rộng'), ('nóng', 'nóng hơn', 'trẻ hơn', 'trẻ'), ('nóng', 'nóng hơn', 'lớn hơn', 'lớn'), ('nóng', 'nóng hơn', 'sáng hơn', 'sáng'), ('nóng', 'nóng hơn', 'lạnh hơn', 'lạnh'), ('nóng', 'nóng hơn', 'mát', 'mát_mẻ'), ('nóng', 'nóng hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('nóng', 'nóng hơn', 'tốt hơn', 'tốt'), ('nóng', 'nóng hơn', 'nặng hơn', 'nặng'), ('nóng', 'nóng hơn', 'cao hơn', 'cao'), ('lớn', 'lớn hơn', 'to hơn', 'to'), ('lớn', 'lớn hơn', 'thấp hơn', 'thấp'), ('lớn', 'lớn hơn', 'mới hơn', 'mới'), ('lớn', 'lớn hơn', 'nhanh hơn', 'nhanh_chóng'), ('lớn', 'lớn hơn', 'an_toàn hơn', 'an_toàn'), ('lớn', 'lớn hơn', 'ngắn hơn', 'ngắn'), ('lớn', 'lớn hơn', 'đơn_giản hơn', 'đơn_giản'), ('lớn', 'lớn hơn', 'chậm hơn', 'chậm'), ('lớn', 'lớn hơn', 'nhỏ hơn', 'nhỏ'), ('lớn', 'lớn hơn', 'thông_minh hơn', 'thông_minh'), ('lớn', 'lớn hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('lớn', 'lớn hơn', 'cao hơn', 'cao'), ('lớn', 'lớn hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('lớn', 'lớn hơn', 'khó_khăn hơn', 'khó_khăn'), ('lớn', 'lớn hơn', 'ấm hơn', 'ấm_áp'), ('lớn', 'lớn hơn', 'yếu hơn', 'yếu'), ('lớn', 'lớn hơn', 'rộng hơn', 'rộng'), ('lớn', 'lớn hơn', 'trẻ hơn', 'trẻ'), ('lớn', 'lớn hơn', 'lớn hơn', 'lớn'), ('lớn', 'lớn hơn', 'sáng hơn', 'sáng'), ('lớn', 'lớn hơn', 'lạnh hơn', 'lạnh'), ('lớn', 'lớn hơn', 'mát', 'mát_mẻ'), ('lớn', 'lớn hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('lớn', 'lớn hơn', 'nhanh hơn', 'nhanh_chóng'), ('lớn', 'lớn hơn', 'tốt hơn', 'tốt'), ('lớn', 'lớn hơn', 'khó hơn', 'khó_khăn'), ('lớn', 'lớn hơn', 'nặng hơn', 'nặng'), ('lớn', 'lớn hơn', 'cao hơn', 'cao'), ('lớn', 'lớn hơn', 'nóng hơn', 'nóng'), ('dài', 'lâu hơn', 'to hơn', 'to'), ('dài', 'lâu hơn', 'thấp hơn', 'thấp'), ('dài', 'lâu hơn', 'mới hơn', 'mới'), ('dài', 'lâu hơn', 'an_toàn hơn', 'an_toàn'), ('dài', 'lâu hơn', 'ngắn hơn', 'ngắn'), ('dài', 'lâu hơn', 'đơn_giản hơn', 'đơn_giản'), ('dài', 'lâu hơn', 'chậm hơn', 'chậm'), ('dài', 'lâu hơn', 'nhỏ hơn', 'nhỏ'), ('dài', 'lâu hơn', 'thông_minh hơn', 'thông_minh'), ('dài', 'lâu hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('dài', 'lâu hơn', 'cao hơn', 'cao'), ('dài', 'lâu hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('dài', 'lâu hơn', 'khó_khăn hơn', 'khó_khăn'), ('dài', 'lâu hơn', 'yếu hơn', 'yếu'), ('dài', 'lâu hơn', 'rộng hơn', 'rộng'), ('dài', 'lâu hơn', 'trẻ hơn', 'trẻ'), ('dài', 'lâu hơn', 'lớn hơn', 'lớn'), ('dài', 'lâu hơn', 'sáng hơn', 'sáng'), ('dài', 'lâu hơn', 'lạnh hơn', 'lạnh'), ('dài', 'lâu hơn', 'mát', 'mát_mẻ'), ('dài', 'lâu hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('dài', 'lâu hơn', 'nặng hơn', 'nặng'), ('dài', 'lâu hơn', 'cao hơn', 'cao'), ('dài', 'lâu hơn', 'nóng hơn', 'nóng'), ('dài', 'lâu hơn', 'lớn hơn', 'lớn'), ('to', 'to hơn', 'thấp hơn', 'thấp'), ('to', 'to hơn', 'mới hơn', 'mới'), ('to', 'to hơn', 'an_toàn hơn', 'an_toàn'), ('to', 'to hơn', 'ngắn hơn', 'ngắn'), ('to', 'to hơn', 'đơn_giản hơn', 'đơn_giản'), ('to', 'to hơn', 'chậm hơn', 'chậm'), ('to', 'to hơn', 'nhỏ hơn', 'nhỏ'), ('to', 'to hơn', 'thông_minh hơn', 'thông_minh'), ('to', 'to hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('to', 'to hơn', 'cao hơn', 'cao'), ('to', 'to hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('to', 'to hơn', 'khó_khăn hơn', 'khó_khăn'), ('to', 'to hơn', 'ấm hơn', 'ấm_áp'), ('to', 'to hơn', 'yếu hơn', 'yếu'), ('to', 'to hơn', 'rộng hơn', 'rộng'), ('to', 'to hơn', 'trẻ hơn', 'trẻ'), ('to', 'to hơn', 'lớn hơn', 'lớn'), ('to', 'to hơn', 'sáng hơn', 'sáng'), ('to', 'to hơn', 'lạnh hơn', 'lạnh'), ('to', 'to hơn', 'mát', 'mát_mẻ'), ('to', 'to hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('to', 'to hơn', 'tốt hơn', 'tốt'), ('to', 'to hơn', 'nặng hơn', 'nặng'), ('to', 'to hơn', 'cao hơn', 'cao'), ('to', 'to hơn', 'nóng hơn', 'nóng'), ('to', 'to hơn', 'lớn hơn', 'lớn'), ('thấp', 'thấp hơn', 'mới hơn', 'mới'), ('thấp', 'thấp hơn', 'an_toàn hơn', 'an_toàn'), ('thấp', 'thấp hơn', 'ngắn hơn', 'ngắn'), ('thấp', 'thấp hơn', 'đơn_giản hơn', 'đơn_giản'), ('thấp', 'thấp hơn', 'chậm hơn', 'chậm'), ('thấp', 'thấp hơn', 'nhỏ hơn', 'nhỏ'), ('thấp', 'thấp hơn', 'thông_minh hơn', 'thông_minh'), ('thấp', 'thấp hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('thấp', 'thấp hơn', 'cao hơn', 'cao'), ('thấp', 'thấp hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('thấp', 'thấp hơn', 'khó_khăn hơn', 'khó_khăn'), ('thấp', 'thấp hơn', 'ấm hơn', 'ấm_áp'), ('thấp', 'thấp hơn', 'yếu hơn', 'yếu'), ('thấp', 'thấp hơn', 'rộng hơn', 'rộng'), ('thấp', 'thấp hơn', 'trẻ hơn', 'trẻ'), ('thấp', 'thấp hơn', 'lớn hơn', 'lớn'), ('thấp', 'thấp hơn', 'sáng hơn', 'sáng'), ('thấp', 'thấp hơn', 'lạnh hơn', 'lạnh'), ('thấp', 'thấp hơn', 'mát', 'mát_mẻ'), ('thấp', 'thấp hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('thấp', 'thấp hơn', 'tốt hơn', 'tốt'), ('thấp', 'thấp hơn', 'nặng hơn', 'nặng'), ('thấp', 'thấp hơn', 'cao hơn', 'cao'), ('thấp', 'thấp hơn', 'nóng hơn', 'nóng'), ('thấp', 'thấp hơn', 'lớn hơn', 'lớn'), ('thấp', 'thấp hơn', 'to hơn', 'to'), ('mới', 'mới hơn', 'nhanh hơn', 'nhanh_chóng'), ('mới', 'mới hơn', 'an_toàn hơn', 'an_toàn'), ('mới', 'mới hơn', 'ngắn hơn', 'ngắn'), ('mới', 'mới hơn', 'đơn_giản hơn', 'đơn_giản'), ('mới', 'mới hơn', 'chậm hơn', 'chậm'), ('mới', 'mới hơn', 'nhỏ hơn', 'nhỏ'), ('mới', 'mới hơn', 'thông_minh hơn', 'thông_minh'), ('mới', 'mới hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('mới', 'mới hơn', 'cao hơn', 'cao'), ('mới', 'mới hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('mới', 'mới hơn', 'khó_khăn hơn', 'khó_khăn'), ('mới', 'mới hơn', 'ấm hơn', 'ấm_áp'), ('mới', 'mới hơn', 'yếu hơn', 'yếu'), ('mới', 'mới hơn', 'rộng hơn', 'rộng'), ('mới', 'mới hơn', 'trẻ hơn', 'trẻ'), ('mới', 'mới hơn', 'lớn hơn', 'lớn'), ('mới', 'mới hơn', 'sáng hơn', 'sáng'), ('mới', 'mới hơn', 'lạnh hơn', 'lạnh'), ('mới', 'mới hơn', 'mát', 'mát_mẻ'), ('mới', 'mới hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('mới', 'mới hơn', 'nhanh hơn', 'nhanh_chóng'), ('mới', 'mới hơn', 'tốt hơn', 'tốt'), ('mới', 'mới hơn', 'nặng hơn', 'nặng'), ('mới', 'mới hơn', 'cao hơn', 'cao'), ('mới', 'mới hơn', 'nóng hơn', 'nóng'), ('mới', 'mới hơn', 'lớn hơn', 'lớn'), ('mới', 'mới hơn', 'to hơn', 'to'), ('mới', 'mới hơn', 'thấp hơn', 'thấp'), ('cũ', 'cũ hơn', 'nhanh hơn', 'nhanh_chóng'), ('cũ', 'cũ hơn', 'an_toàn hơn', 'an_toàn'), ('cũ', 'cũ hơn', 'ngắn hơn', 'ngắn'), ('cũ', 'cũ hơn', 'đơn_giản hơn', 'đơn_giản'), ('cũ', 'cũ hơn', 'chậm hơn', 'chậm'), ('cũ', 'cũ hơn', 'nhỏ hơn', 'nhỏ'), ('cũ', 'cũ hơn', 'thông_minh hơn', 'thông_minh'), ('cũ', 'cũ hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('cũ', 'cũ hơn', 'cao hơn', 'cao'), ('cũ', 'cũ hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('cũ', 'cũ hơn', 'khó_khăn hơn', 'khó_khăn'), ('cũ', 'cũ hơn', 'ấm hơn', 'ấm_áp'), ('cũ', 'cũ hơn', 'yếu hơn', 'yếu'), ('cũ', 'cũ hơn', 'rộng hơn', 'rộng'), ('cũ', 'cũ hơn', 'trẻ hơn', 'trẻ'), ('cũ', 'cũ hơn', 'lớn hơn', 'lớn'), ('cũ', 'cũ hơn', 'sáng hơn', 'sáng'), ('cũ', 'cũ hơn', 'lạnh hơn', 'lạnh'), ('cũ', 'cũ hơn', 'mát', 'mát_mẻ'), ('cũ', 'cũ hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('cũ', 'cũ hơn', 'nhanh hơn', 'nhanh_chóng'), ('cũ', 'cũ hơn', 'tốt hơn', 'tốt'), ('cũ', 'cũ hơn', 'khó hơn', 'khó_khăn'), ('cũ', 'cũ hơn', 'nặng hơn', 'nặng'), ('cũ', 'cũ hơn', 'cao hơn', 'cao'), ('cũ', 'cũ hơn', 'nóng hơn', 'nóng'), ('cũ', 'cũ hơn', 'lớn hơn', 'lớn'), ('cũ', 'cũ hơn', 'to hơn', 'to'), ('cũ', 'cũ hơn', 'thấp hơn', 'thấp'), ('cũ', 'cũ hơn', 'mới hơn', 'mới'), ('nhanh_chóng', 'nhanh hơn', 'an_toàn hơn', 'an_toàn'), ('nhanh_chóng', 'nhanh hơn', 'ngắn hơn', 'ngắn'), ('nhanh_chóng', 'nhanh hơn', 'đơn_giản hơn', 'đơn_giản'), ('nhanh_chóng', 'nhanh hơn', 'chậm hơn', 'chậm'), ('nhanh_chóng', 'nhanh hơn', 'nhỏ hơn', 'nhỏ'), ('nhanh_chóng', 'nhanh hơn', 'thông_minh hơn', 'thông_minh'), ('nhanh_chóng', 'nhanh hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('nhanh_chóng', 'nhanh hơn', 'cao hơn', 'cao'), ('nhanh_chóng', 'nhanh hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('nhanh_chóng', 'nhanh hơn', 'khó_khăn hơn', 'khó_khăn'), ('nhanh_chóng', 'nhanh hơn', 'yếu hơn', 'yếu'), ('nhanh_chóng', 'nhanh hơn', 'rộng hơn', 'rộng'), ('nhanh_chóng', 'nhanh hơn', 'trẻ hơn', 'trẻ'), ('nhanh_chóng', 'nhanh hơn', 'lớn hơn', 'lớn'), ('nhanh_chóng', 'nhanh hơn', 'sáng hơn', 'sáng'), ('nhanh_chóng', 'nhanh hơn', 'lạnh hơn', 'lạnh'), ('nhanh_chóng', 'nhanh hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('nhanh_chóng', 'nhanh hơn', 'nhanh hơn', 'nhanh_chóng'), ('nhanh_chóng', 'nhanh hơn', 'tốt hơn', 'tốt'), ('nhanh_chóng', 'nhanh hơn', 'nặng hơn', 'nặng'), ('nhanh_chóng', 'nhanh hơn', 'cao hơn', 'cao'), ('nhanh_chóng', 'nhanh hơn', 'nóng hơn', 'nóng'), ('nhanh_chóng', 'nhanh hơn', 'lớn hơn', 'lớn'), ('nhanh_chóng', 'nhanh hơn', 'to hơn', 'to'), ('nhanh_chóng', 'nhanh hơn', 'thấp hơn', 'thấp'), ('nhanh_chóng', 'nhanh hơn', 'mới hơn', 'mới'), ('an_toàn', 'an_toàn hơn', 'ngắn hơn', 'ngắn'), ('an_toàn', 'an_toàn hơn', 'đơn_giản hơn', 'đơn_giản'), ('an_toàn', 'an_toàn hơn', 'chậm hơn', 'chậm'), ('an_toàn', 'an_toàn hơn', 'nhỏ hơn', 'nhỏ'), ('an_toàn', 'an_toàn hơn', 'thông_minh hơn', 'thông_minh'), ('an_toàn', 'an_toàn hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('an_toàn', 'an_toàn hơn', 'cao hơn', 'cao'), ('an_toàn', 'an_toàn hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('an_toàn', 'an_toàn hơn', 'khó_khăn hơn', 'khó_khăn'), ('an_toàn', 'an_toàn hơn', 'ấm hơn', 'ấm_áp'), ('an_toàn', 'an_toàn hơn', 'yếu hơn', 'yếu'), ('an_toàn', 'an_toàn hơn', 'rộng hơn', 'rộng'), ('an_toàn', 'an_toàn hơn', 'trẻ hơn', 'trẻ'), ('an_toàn', 'an_toàn hơn', 'lớn hơn', 'lớn'), ('an_toàn', 'an_toàn hơn', 'sáng hơn', 'sáng'), ('an_toàn', 'an_toàn hơn', 'lạnh hơn', 'lạnh'), ('an_toàn', 'an_toàn hơn', 'mát', 'mát_mẻ'), ('an_toàn', 'an_toàn hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('an_toàn', 'an_toàn hơn', 'nhanh hơn', 'nhanh_chóng'), ('an_toàn', 'an_toàn hơn', 'tốt hơn', 'tốt'), ('an_toàn', 'an_toàn hơn', 'nặng hơn', 'nặng'), ('an_toàn', 'an_toàn hơn', 'cao hơn', 'cao'), ('an_toàn', 'an_toàn hơn', 'nóng hơn', 'nóng'), ('an_toàn', 'an_toàn hơn', 'lớn hơn', 'lớn'), ('an_toàn', 'an_toàn hơn', 'to hơn', 'to'), ('an_toàn', 'an_toàn hơn', 'thấp hơn', 'thấp'), ('an_toàn', 'an_toàn hơn', 'mới hơn', 'mới'), ('an_toàn', 'an_toàn hơn', 'nhanh hơn', 'nhanh_chóng'), ('sắc nét', 'sắc nét hơn', 'ngắn hơn', 'ngắn'), ('sắc nét', 'sắc nét hơn', 'đơn_giản hơn', 'đơn_giản'), ('sắc nét', 'sắc nét hơn', 'chậm hơn', 'chậm'), ('sắc nét', 'sắc nét hơn', 'nhỏ hơn', 'nhỏ'), ('sắc nét', 'sắc nét hơn', 'thông_minh hơn', 'thông_minh'), ('sắc nét', 'sắc nét hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('sắc nét', 'sắc nét hơn', 'cao hơn', 'cao'), ('sắc nét', 'sắc nét hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('sắc nét', 'sắc nét hơn', 'khó_khăn hơn', 'khó_khăn'), ('sắc nét', 'sắc nét hơn', 'ấm hơn', 'ấm_áp'), ('sắc nét', 'sắc nét hơn', 'yếu hơn', 'yếu'), ('sắc nét', 'sắc nét hơn', 'rộng hơn', 'rộng'), ('sắc nét', 'sắc nét hơn', 'trẻ hơn', 'trẻ'), ('sắc nét', 'sắc nét hơn', 'lớn hơn', 'lớn'), ('sắc nét', 'sắc nét hơn', 'sáng hơn', 'sáng'), ('sắc nét', 'sắc nét hơn', 'lạnh hơn', 'lạnh'), ('sắc nét', 'sắc nét hơn', 'mát', 'mát_mẻ'), ('sắc nét', 'sắc nét hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('sắc nét', 'sắc nét hơn', 'nhanh hơn', 'nhanh_chóng'), ('sắc nét', 'sắc nét hơn', 'tốt hơn', 'tốt'), ('sắc nét', 'sắc nét hơn', 'nặng hơn', 'nặng'), ('sắc nét', 'sắc nét hơn', 'cao hơn', 'cao'), ('sắc nét', 'sắc nét hơn', 'nóng hơn', 'nóng'), ('sắc nét', 'sắc nét hơn', 'lớn hơn', 'lớn'), ('sắc nét', 'sắc nét hơn', 'to hơn', 'to'), ('sắc nét', 'sắc nét hơn', 'thấp hơn', 'thấp'), ('sắc nét', 'sắc nét hơn', 'mới hơn', 'mới'), ('sắc nét', 'sắc nét hơn', 'nhanh hơn', 'nhanh_chóng'), ('sắc nét', 'sắc nét hơn', 'an_toàn hơn', 'an_toàn'), ('ngắn', 'ngắn hơn', 'đơn_giản hơn', 'đơn_giản'), ('ngắn', 'ngắn hơn', 'chậm hơn', 'chậm'), ('ngắn', 'ngắn hơn', 'nhỏ hơn', 'nhỏ'), ('ngắn', 'ngắn hơn', 'thông_minh hơn', 'thông_minh'), ('ngắn', 'ngắn hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('ngắn', 'ngắn hơn', 'cao hơn', 'cao'), ('ngắn', 'ngắn hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('ngắn', 'ngắn hơn', 'khó_khăn hơn', 'khó_khăn'), ('ngắn', 'ngắn hơn', 'ấm hơn', 'ấm_áp'), ('ngắn', 'ngắn hơn', 'yếu hơn', 'yếu'), ('ngắn', 'ngắn hơn', 'rộng hơn', 'rộng'), ('ngắn', 'ngắn hơn', 'trẻ hơn', 'trẻ'), ('ngắn', 'ngắn hơn', 'lớn hơn', 'lớn'), ('ngắn', 'ngắn hơn', 'sáng hơn', 'sáng'), ('ngắn', 'ngắn hơn', 'lạnh hơn', 'lạnh'), ('ngắn', 'ngắn hơn', 'mát', 'mát_mẻ'), ('ngắn', 'ngắn hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('ngắn', 'ngắn hơn', 'nhanh hơn', 'nhanh_chóng'), ('ngắn', 'ngắn hơn', 'tốt hơn', 'tốt'), ('ngắn', 'ngắn hơn', 'nặng hơn', 'nặng'), ('ngắn', 'ngắn hơn', 'cao hơn', 'cao'), ('ngắn', 'ngắn hơn', 'nóng hơn', 'nóng'), ('ngắn', 'ngắn hơn', 'lớn hơn', 'lớn'), ('ngắn', 'ngắn hơn', 'lâu hơn', 'dài'), ('ngắn', 'ngắn hơn', 'to hơn', 'to'), ('ngắn', 'ngắn hơn', 'thấp hơn', 'thấp'), ('ngắn', 'ngắn hơn', 'mới hơn', 'mới'), ('ngắn', 'ngắn hơn', 'nhanh hơn', 'nhanh_chóng'), ('ngắn', 'ngắn hơn', 'an_toàn hơn', 'an_toàn'), ('đơn_giản', 'đơn_giản hơn', 'chậm hơn', 'chậm'), ('đơn_giản', 'đơn_giản hơn', 'nhỏ hơn', 'nhỏ'), ('đơn_giản', 'đơn_giản hơn', 'thông_minh hơn', 'thông_minh'), ('đơn_giản', 'đơn_giản hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('đơn_giản', 'đơn_giản hơn', 'cao hơn', 'cao'), ('đơn_giản', 'đơn_giản hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('đơn_giản', 'đơn_giản hơn', 'khó_khăn hơn', 'khó_khăn'), ('đơn_giản', 'đơn_giản hơn', 'ấm hơn', 'ấm_áp'), ('đơn_giản', 'đơn_giản hơn', 'yếu hơn', 'yếu'), ('đơn_giản', 'đơn_giản hơn', 'rộng hơn', 'rộng'), ('đơn_giản', 'đơn_giản hơn', 'trẻ hơn', 'trẻ'), ('đơn_giản', 'đơn_giản hơn', 'lớn hơn', 'lớn'), ('đơn_giản', 'đơn_giản hơn', 'sáng hơn', 'sáng'), ('đơn_giản', 'đơn_giản hơn', 'lạnh hơn', 'lạnh'), ('đơn_giản', 'đơn_giản hơn', 'mát', 'mát_mẻ'), ('đơn_giản', 'đơn_giản hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('đơn_giản', 'đơn_giản hơn', 'tốt hơn', 'tốt'), ('đơn_giản', 'đơn_giản hơn', 'nặng hơn', 'nặng'), ('đơn_giản', 'đơn_giản hơn', 'cao hơn', 'cao'), ('đơn_giản', 'đơn_giản hơn', 'nóng hơn', 'nóng'), ('đơn_giản', 'đơn_giản hơn', 'lớn hơn', 'lớn'), ('đơn_giản', 'đơn_giản hơn', 'to hơn', 'to'), ('đơn_giản', 'đơn_giản hơn', 'thấp hơn', 'thấp'), ('đơn_giản', 'đơn_giản hơn', 'mới hơn', 'mới'), ('đơn_giản', 'đơn_giản hơn', 'an_toàn hơn', 'an_toàn'), ('đơn_giản', 'đơn_giản hơn', 'ngắn hơn', 'ngắn'), ('chậm', 'chậm hơn', 'nhỏ hơn', 'nhỏ'), ('chậm', 'chậm hơn', 'thông_minh hơn', 'thông_minh'), ('chậm', 'chậm hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('chậm', 'chậm hơn', 'cao hơn', 'cao'), ('chậm', 'chậm hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('chậm', 'chậm hơn', 'khó_khăn hơn', 'khó_khăn'), ('chậm', 'chậm hơn', 'ấm hơn', 'ấm_áp'), ('chậm', 'chậm hơn', 'yếu hơn', 'yếu'), ('chậm', 'chậm hơn', 'rộng hơn', 'rộng'), ('chậm', 'chậm hơn', 'trẻ hơn', 'trẻ'), ('chậm', 'chậm hơn', 'lớn hơn', 'lớn'), ('chậm', 'chậm hơn', 'sáng hơn', 'sáng'), ('chậm', 'chậm hơn', 'lạnh hơn', 'lạnh'), ('chậm', 'chậm hơn', 'mát', 'mát_mẻ'), ('chậm', 'chậm hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('chậm', 'chậm hơn', 'nhanh hơn', 'nhanh_chóng'), ('chậm', 'chậm hơn', 'tốt hơn', 'tốt'), ('chậm', 'chậm hơn', 'khó hơn', 'khó_khăn'), ('chậm', 'chậm hơn', 'nặng hơn', 'nặng'), ('chậm', 'chậm hơn', 'cao hơn', 'cao'), ('chậm', 'chậm hơn', 'nóng hơn', 'nóng'), ('chậm', 'chậm hơn', 'lớn hơn', 'lớn'), ('chậm', 'chậm hơn', 'to hơn', 'to'), ('chậm', 'chậm hơn', 'thấp hơn', 'thấp'), ('chậm', 'chậm hơn', 'mới hơn', 'mới'), ('chậm', 'chậm hơn', 'nhanh hơn', 'nhanh_chóng'), ('chậm', 'chậm hơn', 'an_toàn hơn', 'an_toàn'), ('chậm', 'chậm hơn', 'ngắn hơn', 'ngắn'), ('chậm', 'chậm hơn', 'đơn_giản hơn', 'đơn_giản'), ('nhỏ', 'nhỏ hơn', 'thông_minh hơn', 'thông_minh'), ('nhỏ', 'nhỏ hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('nhỏ', 'nhỏ hơn', 'cao hơn', 'cao'), ('nhỏ', 'nhỏ hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('nhỏ', 'nhỏ hơn', 'khó_khăn hơn', 'khó_khăn'), ('nhỏ', 'nhỏ hơn', 'ấm hơn', 'ấm_áp'), ('nhỏ', 'nhỏ hơn', 'yếu hơn', 'yếu'), ('nhỏ', 'nhỏ hơn', 'rộng hơn', 'rộng'), ('nhỏ', 'nhỏ hơn', 'trẻ hơn', 'trẻ'), ('nhỏ', 'nhỏ hơn', 'lớn hơn', 'lớn'), ('nhỏ', 'nhỏ hơn', 'sáng hơn', 'sáng'), ('nhỏ', 'nhỏ hơn', 'lạnh hơn', 'lạnh'), ('nhỏ', 'nhỏ hơn', 'mát', 'mát_mẻ'), ('nhỏ', 'nhỏ hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('nhỏ', 'nhỏ hơn', 'tốt hơn', 'tốt'), ('nhỏ', 'nhỏ hơn', 'nặng hơn', 'nặng'), ('nhỏ', 'nhỏ hơn', 'cao hơn', 'cao'), ('nhỏ', 'nhỏ hơn', 'nóng hơn', 'nóng'), ('nhỏ', 'nhỏ hơn', 'lớn hơn', 'lớn'), ('nhỏ', 'nhỏ hơn', 'to hơn', 'to'), ('nhỏ', 'nhỏ hơn', 'thấp hơn', 'thấp'), ('nhỏ', 'nhỏ hơn', 'mới hơn', 'mới'), ('nhỏ', 'nhỏ hơn', 'an_toàn hơn', 'an_toàn'), ('nhỏ', 'nhỏ hơn', 'ngắn hơn', 'ngắn'), ('nhỏ', 'nhỏ hơn', 'đơn_giản hơn', 'đơn_giản'), ('nhỏ', 'nhỏ hơn', 'chậm hơn', 'chậm'), ('thông_minh', 'thông_minh hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('thông_minh', 'thông_minh hơn', 'cao hơn', 'cao'), ('thông_minh', 'thông_minh hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('thông_minh', 'thông_minh hơn', 'khó_khăn hơn', 'khó_khăn'), ('thông_minh', 'thông_minh hơn', 'ấm hơn', 'ấm_áp'), ('thông_minh', 'thông_minh hơn', 'yếu hơn', 'yếu'), ('thông_minh', 'thông_minh hơn', 'rộng hơn', 'rộng'), ('thông_minh', 'thông_minh hơn', 'trẻ hơn', 'trẻ'), ('thông_minh', 'thông_minh hơn', 'lớn hơn', 'lớn'), ('thông_minh', 'thông_minh hơn', 'sáng hơn', 'sáng'), ('thông_minh', 'thông_minh hơn', 'lạnh hơn', 'lạnh'), ('thông_minh', 'thông_minh hơn', 'mát', 'mát_mẻ'), ('thông_minh', 'thông_minh hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('thông_minh', 'thông_minh hơn', 'tốt hơn', 'tốt'), ('thông_minh', 'thông_minh hơn', 'nặng hơn', 'nặng'), ('thông_minh', 'thông_minh hơn', 'cao hơn', 'cao'), ('thông_minh', 'thông_minh hơn', 'nóng hơn', 'nóng'), ('thông_minh', 'thông_minh hơn', 'lớn hơn', 'lớn'), ('thông_minh', 'thông_minh hơn', 'to hơn', 'to'), ('thông_minh', 'thông_minh hơn', 'thấp hơn', 'thấp'), ('thông_minh', 'thông_minh hơn', 'mới hơn', 'mới'), ('thông_minh', 'thông_minh hơn', 'an_toàn hơn', 'an_toàn'), ('thông_minh', 'thông_minh hơn', 'ngắn hơn', 'ngắn'), ('thông_minh', 'thông_minh hơn', 'đơn_giản hơn', 'đơn_giản'), ('thông_minh', 'thông_minh hơn', 'chậm hơn', 'chậm'), ('thông_minh', 'thông_minh hơn', 'nhỏ hơn', 'nhỏ'), ('mạnh_mẽ', 'mạnh hơn', 'cao hơn', 'cao'), ('mạnh_mẽ', 'mạnh hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('mạnh_mẽ', 'mạnh hơn', 'khó_khăn hơn', 'khó_khăn'), ('mạnh_mẽ', 'mạnh hơn', 'ấm hơn', 'ấm_áp'), ('mạnh_mẽ', 'mạnh hơn', 'yếu hơn', 'yếu'), ('mạnh_mẽ', 'mạnh hơn', 'rộng hơn', 'rộng'), ('mạnh_mẽ', 'mạnh hơn', 'trẻ hơn', 'trẻ'), ('mạnh_mẽ', 'mạnh hơn', 'lớn hơn', 'lớn'), ('mạnh_mẽ', 'mạnh hơn', 'sáng hơn', 'sáng'), ('mạnh_mẽ', 'mạnh hơn', 'lạnh hơn', 'lạnh'), ('mạnh_mẽ', 'mạnh hơn', 'mát', 'mát_mẻ'), ('mạnh_mẽ', 'mạnh hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('mạnh_mẽ', 'mạnh hơn', 'tốt hơn', 'tốt'), ('mạnh_mẽ', 'mạnh hơn', 'nặng hơn', 'nặng'), ('mạnh_mẽ', 'mạnh hơn', 'cao hơn', 'cao'), ('mạnh_mẽ', 'mạnh hơn', 'nóng hơn', 'nóng'), ('mạnh_mẽ', 'mạnh hơn', 'lớn hơn', 'lớn'), ('mạnh_mẽ', 'mạnh hơn', 'to hơn', 'to'), ('mạnh_mẽ', 'mạnh hơn', 'thấp hơn', 'thấp'), ('mạnh_mẽ', 'mạnh hơn', 'mới hơn', 'mới'), ('mạnh_mẽ', 'mạnh hơn', 'an_toàn hơn', 'an_toàn'), ('mạnh_mẽ', 'mạnh hơn', 'ngắn hơn', 'ngắn'), ('mạnh_mẽ', 'mạnh hơn', 'đơn_giản hơn', 'đơn_giản'), ('mạnh_mẽ', 'mạnh hơn', 'chậm hơn', 'chậm'), ('mạnh_mẽ', 'mạnh hơn', 'nhỏ hơn', 'nhỏ'), ('mạnh_mẽ', 'mạnh hơn', 'thông_minh hơn', 'thông_minh'), ('cao', 'cao hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('cao', 'cao hơn', 'khó_khăn hơn', 'khó_khăn'), ('cao', 'cao hơn', 'ấm hơn', 'ấm_áp'), ('cao', 'cao hơn', 'yếu hơn', 'yếu'), ('cao', 'cao hơn', 'rộng hơn', 'rộng'), ('cao', 'cao hơn', 'trẻ hơn', 'trẻ'), ('cao', 'cao hơn', 'lớn hơn', 'lớn'), ('cao', 'cao hơn', 'sáng hơn', 'sáng'), ('cao', 'cao hơn', 'lạnh hơn', 'lạnh'), ('cao', 'cao hơn', 'mát', 'mát_mẻ'), ('cao', 'cao hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('cao', 'cao hơn', 'tốt hơn', 'tốt'), ('cao', 'cao hơn', 'nặng hơn', 'nặng'), ('cao', 'cao hơn', 'cao hơn', 'cao'), ('cao', 'cao hơn', 'nóng hơn', 'nóng'), ('cao', 'cao hơn', 'lớn hơn', 'lớn'), ('cao', 'cao hơn', 'to hơn', 'to'), ('cao', 'cao hơn', 'thấp hơn', 'thấp'), ('cao', 'cao hơn', 'mới hơn', 'mới'), ('cao', 'cao hơn', 'an_toàn hơn', 'an_toàn'), ('cao', 'cao hơn', 'ngắn hơn', 'ngắn'), ('cao', 'cao hơn', 'đơn_giản hơn', 'đơn_giản'), ('cao', 'cao hơn', 'chậm hơn', 'chậm'), ('cao', 'cao hơn', 'nhỏ hơn', 'nhỏ'), ('cao', 'cao hơn', 'thông_minh hơn', 'thông_minh'), ('cao', 'cao hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('chặt_chẽ', 'chặt_chẽ hơn', 'khó_khăn hơn', 'khó_khăn'), ('chặt_chẽ', 'chặt_chẽ hơn', 'ấm hơn', 'ấm_áp'), ('chặt_chẽ', 'chặt_chẽ hơn', 'yếu hơn', 'yếu'), ('chặt_chẽ', 'chặt_chẽ hơn', 'rộng hơn', 'rộng'), ('chặt_chẽ', 'chặt_chẽ hơn', 'trẻ hơn', 'trẻ'), ('chặt_chẽ', 'chặt_chẽ hơn', 'lớn hơn', 'lớn'), ('chặt_chẽ', 'chặt_chẽ hơn', 'sáng hơn', 'sáng'), ('chặt_chẽ', 'chặt_chẽ hơn', 'lạnh hơn', 'lạnh'), ('chặt_chẽ', 'chặt_chẽ hơn', 'mát', 'mát_mẻ'), ('chặt_chẽ', 'chặt_chẽ hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('chặt_chẽ', 'chặt_chẽ hơn', 'nhanh hơn', 'nhanh_chóng'), ('chặt_chẽ', 'chặt_chẽ hơn', 'tốt hơn', 'tốt'), ('chặt_chẽ', 'chặt_chẽ hơn', 'khó hơn', 'khó_khăn'), ('chặt_chẽ', 'chặt_chẽ hơn', 'nặng hơn', 'nặng'), ('chặt_chẽ', 'chặt_chẽ hơn', 'cao hơn', 'cao'), ('chặt_chẽ', 'chặt_chẽ hơn', 'nóng hơn', 'nóng'), ('chặt_chẽ', 'chặt_chẽ hơn', 'lớn hơn', 'lớn'), ('chặt_chẽ', 'chặt_chẽ hơn', 'to hơn', 'to'), ('chặt_chẽ', 'chặt_chẽ hơn', 'thấp hơn', 'thấp'), ('chặt_chẽ', 'chặt_chẽ hơn', 'mới hơn', 'mới'), ('chặt_chẽ', 'chặt_chẽ hơn', 'nhanh hơn', 'nhanh_chóng'), ('chặt_chẽ', 'chặt_chẽ hơn', 'an_toàn hơn', 'an_toàn'), ('chặt_chẽ', 'chặt_chẽ hơn', 'ngắn hơn', 'ngắn'), ('chặt_chẽ', 'chặt_chẽ hơn', 'đơn_giản hơn', 'đơn_giản'), ('chặt_chẽ', 'chặt_chẽ hơn', 'chậm hơn', 'chậm'), ('chặt_chẽ', 'chặt_chẽ hơn', 'nhỏ hơn', 'nhỏ'), ('chặt_chẽ', 'chặt_chẽ hơn', 'thông_minh hơn', 'thông_minh'), ('chặt_chẽ', 'chặt_chẽ hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('chặt_chẽ', 'chặt_chẽ hơn', 'cao hơn', 'cao'), ('khó_khăn', 'khó_khăn hơn', 'ấm hơn', 'ấm_áp'), ('khó_khăn', 'khó_khăn hơn', 'yếu hơn', 'yếu'), ('khó_khăn', 'khó_khăn hơn', 'rộng hơn', 'rộng'), ('khó_khăn', 'khó_khăn hơn', 'trẻ hơn', 'trẻ'), ('khó_khăn', 'khó_khăn hơn', 'lớn hơn', 'lớn'), ('khó_khăn', 'khó_khăn hơn', 'sáng hơn', 'sáng'), ('khó_khăn', 'khó_khăn hơn', 'lạnh hơn', 'lạnh'), ('khó_khăn', 'khó_khăn hơn', 'mát', 'mát_mẻ'), ('khó_khăn', 'khó_khăn hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('khó_khăn', 'khó_khăn hơn', 'tốt hơn', 'tốt'), ('khó_khăn', 'khó_khăn hơn', 'khó hơn', 'khó_khăn'), ('khó_khăn', 'khó_khăn hơn', 'nặng hơn', 'nặng'), ('khó_khăn', 'khó_khăn hơn', 'cao hơn', 'cao'), ('khó_khăn', 'khó_khăn hơn', 'nóng hơn', 'nóng'), ('khó_khăn', 'khó_khăn hơn', 'lớn hơn', 'lớn'), ('khó_khăn', 'khó_khăn hơn', 'to hơn', 'to'), ('khó_khăn', 'khó_khăn hơn', 'thấp hơn', 'thấp'), ('khó_khăn', 'khó_khăn hơn', 'mới hơn', 'mới'), ('khó_khăn', 'khó_khăn hơn', 'an_toàn hơn', 'an_toàn'), ('khó_khăn', 'khó_khăn hơn', 'ngắn hơn', 'ngắn'), ('khó_khăn', 'khó_khăn hơn', 'đơn_giản hơn', 'đơn_giản'), ('khó_khăn', 'khó_khăn hơn', 'chậm hơn', 'chậm'), ('khó_khăn', 'khó_khăn hơn', 'nhỏ hơn', 'nhỏ'), ('khó_khăn', 'khó_khăn hơn', 'thông_minh hơn', 'thông_minh'), ('khó_khăn', 'khó_khăn hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('khó_khăn', 'khó_khăn hơn', 'cao hơn', 'cao'), ('khó_khăn', 'khó_khăn hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('ấm_áp', 'ấm hơn', 'yếu hơn', 'yếu'), ('ấm_áp', 'ấm hơn', 'rộng hơn', 'rộng'), ('ấm_áp', 'ấm hơn', 'trẻ hơn', 'trẻ'), ('ấm_áp', 'ấm hơn', 'lớn hơn', 'lớn'), ('ấm_áp', 'ấm hơn', 'sáng hơn', 'sáng'), ('ấm_áp', 'ấm hơn', 'lạnh hơn', 'lạnh'), ('ấm_áp', 'ấm hơn', 'mát', 'mát_mẻ'), ('ấm_áp', 'ấm hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('ấm_áp', 'ấm hơn', 'tốt hơn', 'tốt'), ('ấm_áp', 'ấm hơn', 'nặng hơn', 'nặng'), ('ấm_áp', 'ấm hơn', 'cao hơn', 'cao'), ('ấm_áp', 'ấm hơn', 'nóng hơn', 'nóng'), ('ấm_áp', 'ấm hơn', 'lớn hơn', 'lớn'), ('ấm_áp', 'ấm hơn', 'to hơn', 'to'), ('ấm_áp', 'ấm hơn', 'thấp hơn', 'thấp'), ('ấm_áp', 'ấm hơn', 'mới hơn', 'mới'), ('ấm_áp', 'ấm hơn', 'an_toàn hơn', 'an_toàn'), ('ấm_áp', 'ấm hơn', 'ngắn hơn', 'ngắn'), ('ấm_áp', 'ấm hơn', 'đơn_giản hơn', 'đơn_giản'), ('ấm_áp', 'ấm hơn', 'chậm hơn', 'chậm'), ('ấm_áp', 'ấm hơn', 'nhỏ hơn', 'nhỏ'), ('ấm_áp', 'ấm hơn', 'thông_minh hơn', 'thông_minh'), ('ấm_áp', 'ấm hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('ấm_áp', 'ấm hơn', 'cao hơn', 'cao'), ('ấm_áp', 'ấm hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('ấm_áp', 'ấm hơn', 'khó_khăn hơn', 'khó_khăn'), ('yếu', 'yếu hơn', 'rộng hơn', 'rộng'), ('yếu', 'yếu hơn', 'trẻ hơn', 'trẻ'), ('yếu', 'yếu hơn', 'lớn hơn', 'lớn'), ('yếu', 'yếu hơn', 'sáng hơn', 'sáng'), ('yếu', 'yếu hơn', 'lạnh hơn', 'lạnh'), ('yếu', 'yếu hơn', 'mát', 'mát_mẻ'), ('yếu', 'yếu hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('yếu', 'yếu hơn', 'tốt hơn', 'tốt'), ('yếu', 'yếu hơn', 'khó hơn', 'khó_khăn'), ('yếu', 'yếu hơn', 'nặng hơn', 'nặng'), ('yếu', 'yếu hơn', 'cao hơn', 'cao'), ('yếu', 'yếu hơn', 'nóng hơn', 'nóng'), ('yếu', 'yếu hơn', 'lớn hơn', 'lớn'), ('yếu', 'yếu hơn', 'to hơn', 'to'), ('yếu', 'yếu hơn', 'thấp hơn', 'thấp'), ('yếu', 'yếu hơn', 'mới hơn', 'mới'), ('yếu', 'yếu hơn', 'an_toàn hơn', 'an_toàn'), ('yếu', 'yếu hơn', 'ngắn hơn', 'ngắn'), ('yếu', 'yếu hơn', 'đơn_giản hơn', 'đơn_giản'), ('yếu', 'yếu hơn', 'chậm hơn', 'chậm'), ('yếu', 'yếu hơn', 'nhỏ hơn', 'nhỏ'), ('yếu', 'yếu hơn', 'thông_minh hơn', 'thông_minh'), ('yếu', 'yếu hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('yếu', 'yếu hơn', 'cao hơn', 'cao'), ('yếu', 'yếu hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('yếu', 'yếu hơn', 'khó_khăn hơn', 'khó_khăn'), ('yếu', 'yếu hơn', 'ấm hơn', 'ấm_áp'), ('rộng', 'rộng hơn', 'trẻ hơn', 'trẻ'), ('rộng', 'rộng hơn', 'lớn hơn', 'lớn'), ('rộng', 'rộng hơn', 'sáng hơn', 'sáng'), ('rộng', 'rộng hơn', 'lạnh hơn', 'lạnh'), ('rộng', 'rộng hơn', 'mát', 'mát_mẻ'), ('rộng', 'rộng hơn', 'sâu_sắc hơn', 'sâu'), ('rộng', 'rộng hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('rộng', 'rộng hơn', 'nhanh hơn', 'nhanh_chóng'), ('rộng', 'rộng hơn', 'tốt hơn', 'tốt'), ('rộng', 'rộng hơn', 'nặng hơn', 'nặng'), ('rộng', 'rộng hơn', 'cao hơn', 'cao'), ('rộng', 'rộng hơn', 'nóng hơn', 'nóng'), ('rộng', 'rộng hơn', 'lớn hơn', 'lớn'), ('rộng', 'rộng hơn', 'lâu hơn', 'dài'), ('rộng', 'rộng hơn', 'to hơn', 'to'), ('rộng', 'rộng hơn', 'thấp hơn', 'thấp'), ('rộng', 'rộng hơn', 'mới hơn', 'mới'), ('rộng', 'rộng hơn', 'nhanh hơn', 'nhanh_chóng'), ('rộng', 'rộng hơn', 'an_toàn hơn', 'an_toàn'), ('rộng', 'rộng hơn', 'ngắn hơn', 'ngắn'), ('rộng', 'rộng hơn', 'đơn_giản hơn', 'đơn_giản'), ('rộng', 'rộng hơn', 'chậm hơn', 'chậm'), ('rộng', 'rộng hơn', 'nhỏ hơn', 'nhỏ'), ('rộng', 'rộng hơn', 'thông_minh hơn', 'thông_minh'), ('rộng', 'rộng hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('rộng', 'rộng hơn', 'cao hơn', 'cao'), ('rộng', 'rộng hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('rộng', 'rộng hơn', 'khó_khăn hơn', 'khó_khăn'), ('rộng', 'rộng hơn', 'ấm hơn', 'ấm_áp'), ('rộng', 'rộng hơn', 'yếu hơn', 'yếu'), ('trẻ', 'trẻ hơn', 'lớn hơn', 'lớn'), ('trẻ', 'trẻ hơn', 'sáng hơn', 'sáng'), ('trẻ', 'trẻ hơn', 'lạnh hơn', 'lạnh'), ('trẻ', 'trẻ hơn', 'mát', 'mát_mẻ'), ('trẻ', 'trẻ hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('trẻ', 'trẻ hơn', 'nhanh hơn', 'nhanh_chóng'), ('trẻ', 'trẻ hơn', 'tốt hơn', 'tốt'), ('trẻ', 'trẻ hơn', 'khó hơn', 'khó_khăn'), ('trẻ', 'trẻ hơn', 'nặng hơn', 'nặng'), ('trẻ', 'trẻ hơn', 'cao hơn', 'cao'), ('trẻ', 'trẻ hơn', 'nóng hơn', 'nóng'), ('trẻ', 'trẻ hơn', 'lớn hơn', 'lớn'), ('trẻ', 'trẻ hơn', 'to hơn', 'to'), ('trẻ', 'trẻ hơn', 'thấp hơn', 'thấp'), ('trẻ', 'trẻ hơn', 'mới hơn', 'mới'), ('trẻ', 'trẻ hơn', 'nhanh hơn', 'nhanh_chóng'), ('trẻ', 'trẻ hơn', 'an_toàn hơn', 'an_toàn'), ('trẻ', 'trẻ hơn', 'ngắn hơn', 'ngắn'), ('trẻ', 'trẻ hơn', 'đơn_giản hơn', 'đơn_giản'), ('trẻ', 'trẻ hơn', 'chậm hơn', 'chậm'), ('trẻ', 'trẻ hơn', 'nhỏ hơn', 'nhỏ'), ('trẻ', 'trẻ hơn', 'thông_minh hơn', 'thông_minh'), ('trẻ', 'trẻ hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('trẻ', 'trẻ hơn', 'cao hơn', 'cao'), ('trẻ', 'trẻ hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('trẻ', 'trẻ hơn', 'khó_khăn hơn', 'khó_khăn'), ('trẻ', 'trẻ hơn', 'ấm hơn', 'ấm_áp'), ('trẻ', 'trẻ hơn', 'yếu hơn', 'yếu'), ('trẻ', 'trẻ hơn', 'rộng hơn', 'rộng'), ('xấu', 'tệ nhất', 'lớn nhất', 'lớn'), ('xấu', 'tệ nhất', 'sáng nhất', 'sáng'), ('xấu', 'tệ nhất', 'lạnh nhất', 'lạnh'), ('xấu', 'tệ nhất', 'tối nhất', 'tối'), ('xấu', 'tệ nhất', 'dễ nhất', 'dễ_dàng'), ('xấu', 'tệ nhất', 'tốt', 'tốt'), ('xấu', 'tệ nhất', 'cao nhất', 'cao'), ('xấu', 'tệ nhất', 'nóng nhất', 'nóng'), ('xấu', 'tệ nhất', 'lớn nhất', 'lớn'), ('xấu', 'tệ nhất', 'dài nhất', 'dài'), ('xấu', 'tệ nhất', 'thấp nhất', 'thấp'), ('xấu', 'tệ nhất', 'may_mắn nhất', 'may_mắn'), ('xấu', 'tệ nhất', 'đơn_giản nhất', 'đơn_giản'), ('xấu', 'tệ nhất', 'ngắn nhất', 'ngắn'), ('xấu', 'tệ nhất', 'chậm nhất', 'chậm'), ('xấu', 'tệ nhất', 'nhỏ nhất', 'nhỏ'), ('xấu', 'tệ nhất', 'thông_minh nhất', 'thông_minh'), ('xấu', 'tệ nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('xấu', 'tệ nhất', 'cao nhất', 'cao'), ('xấu', 'tệ nhất', 'ngon nhất', 'ngon'), ('xấu', 'tệ nhất', 'yếu nhất', 'yếu'), ('xấu', 'tệ nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('xấu', 'tệ nhất', 'rộng nhất', 'rộng'), ('lớn', 'lớn nhất', 'sáng nhất', 'sáng'), ('lớn', 'lớn nhất', 'lạnh nhất', 'lạnh'), ('lớn', 'lớn nhất', 'lạnh nhất', 'mát_mẻ'), ('lớn', 'lớn nhất', 'tối nhất', 'tối'), ('lớn', 'lớn nhất', 'dễ nhất', 'dễ_dàng'), ('lớn', 'lớn nhất', 'nhanh nhất', 'nhanh_chóng'), ('lớn', 'lớn nhất', 'tốt', 'tốt'), ('lớn', 'lớn nhất', 'cao nhất', 'cao'), ('lớn', 'lớn nhất', 'nóng nhất', 'nóng'), ('lớn', 'lớn nhất', 'lớn nhất', 'lớn'), ('lớn', 'lớn nhất', 'dài nhất', 'dài'), ('lớn', 'lớn nhất', 'thấp nhất', 'thấp'), ('lớn', 'lớn nhất', 'may_mắn nhất', 'may_mắn'), ('lớn', 'lớn nhất', 'nhanh nhất', 'nhanh_chóng'), ('lớn', 'lớn nhất', 'đơn_giản nhất', 'đơn_giản'), ('lớn', 'lớn nhất', 'ngắn nhất', 'ngắn'), ('lớn', 'lớn nhất', 'chậm nhất', 'chậm'), ('lớn', 'lớn nhất', 'nhỏ nhất', 'nhỏ'), ('lớn', 'lớn nhất', 'thông_minh nhất', 'thông_minh'), ('lớn', 'lớn nhất', 'mạnh nhất', 'mạnh_mẽ'), ('lớn', 'lớn nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('lớn', 'lớn nhất', 'cao nhất', 'cao'), ('lớn', 'lớn nhất', 'ngon nhất', 'ngon'), ('lớn', 'lớn nhất', 'ấm nhất', 'ấm_áp'), ('lớn', 'lớn nhất', 'yếu nhất', 'yếu'), ('lớn', 'lớn nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('lớn', 'lớn nhất', 'rộng nhất', 'rộng'), ('sáng', 'sáng nhất', 'lạnh nhất', 'lạnh'), ('sáng', 'sáng nhất', 'lạnh nhất', 'mát_mẻ'), ('sáng', 'sáng nhất', 'tối nhất', 'tối'), ('sáng', 'sáng nhất', 'dễ nhất', 'dễ_dàng'), ('sáng', 'sáng nhất', 'tốt', 'tốt'), ('sáng', 'sáng nhất', 'cao nhất', 'cao'), ('sáng', 'sáng nhất', 'nóng nhất', 'nóng'), ('sáng', 'sáng nhất', 'lớn nhất', 'lớn'), ('sáng', 'sáng nhất', 'dài nhất', 'dài'), ('sáng', 'sáng nhất', 'thấp nhất', 'thấp'), ('sáng', 'sáng nhất', 'may_mắn nhất', 'may_mắn'), ('sáng', 'sáng nhất', 'đơn_giản nhất', 'đơn_giản'), ('sáng', 'sáng nhất', 'ngắn nhất', 'ngắn'), ('sáng', 'sáng nhất', 'chậm nhất', 'chậm'), ('sáng', 'sáng nhất', 'nhỏ nhất', 'nhỏ'), ('sáng', 'sáng nhất', 'thông_minh nhất', 'thông_minh'), ('sáng', 'sáng nhất', 'mạnh nhất', 'mạnh_mẽ'), ('sáng', 'sáng nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('sáng', 'sáng nhất', 'cao nhất', 'cao'), ('sáng', 'sáng nhất', 'ngon nhất', 'ngon'), ('sáng', 'sáng nhất', 'ấm nhất', 'ấm_áp'), ('sáng', 'sáng nhất', 'yếu nhất', 'yếu'), ('sáng', 'sáng nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('sáng', 'sáng nhất', 'rộng nhất', 'rộng'), ('sáng', 'sáng nhất', 'lớn nhất', 'lớn'), ('lạnh', 'lạnh nhất', 'lạnh nhất', 'mát_mẻ'), ('lạnh', 'lạnh nhất', 'tối nhất', 'tối'), ('lạnh', 'lạnh nhất', 'dễ nhất', 'dễ_dàng'), ('lạnh', 'lạnh nhất', 'tốt', 'tốt'), ('lạnh', 'lạnh nhất', 'cao nhất', 'cao'), ('lạnh', 'lạnh nhất', 'nóng nhất', 'nóng'), ('lạnh', 'lạnh nhất', 'lớn nhất', 'lớn'), ('lạnh', 'lạnh nhất', 'dài nhất', 'dài'), ('lạnh', 'lạnh nhất', 'thấp nhất', 'thấp'), ('lạnh', 'lạnh nhất', 'may_mắn nhất', 'may_mắn'), ('lạnh', 'lạnh nhất', 'đơn_giản nhất', 'đơn_giản'), ('lạnh', 'lạnh nhất', 'ngắn nhất', 'ngắn'), ('lạnh', 'lạnh nhất', 'chậm nhất', 'chậm'), ('lạnh', 'lạnh nhất', 'nhỏ nhất', 'nhỏ'), ('lạnh', 'lạnh nhất', 'thông_minh nhất', 'thông_minh'), ('lạnh', 'lạnh nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('lạnh', 'lạnh nhất', 'cao nhất', 'cao'), ('lạnh', 'lạnh nhất', 'ngon nhất', 'ngon'), ('lạnh', 'lạnh nhất', 'ấm nhất', 'ấm_áp'), ('lạnh', 'lạnh nhất', 'yếu nhất', 'yếu'), ('lạnh', 'lạnh nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('lạnh', 'lạnh nhất', 'rộng nhất', 'rộng'), ('lạnh', 'lạnh nhất', 'lớn nhất', 'lớn'), ('lạnh', 'lạnh nhất', 'sáng nhất', 'sáng'), ('mát_mẻ', 'tuyệt nhất', 'tối nhất', 'tối'), ('mát_mẻ', 'tuyệt nhất', 'tốt', 'tốt'), ('mát_mẻ', 'tuyệt nhất', 'cao nhất', 'cao'), ('mát_mẻ', 'tuyệt nhất', 'nóng nhất', 'nóng'), ('mát_mẻ', 'tuyệt nhất', 'lớn nhất', 'lớn'), ('mát_mẻ', 'tuyệt nhất', 'dài nhất', 'dài'), ('mát_mẻ', 'tuyệt nhất', 'thấp nhất', 'thấp'), ('mát_mẻ', 'tuyệt nhất', 'ngắn nhất', 'ngắn'), ('mát_mẻ', 'tuyệt nhất', 'chậm nhất', 'chậm'), ('mát_mẻ', 'tuyệt nhất', 'nhỏ nhất', 'nhỏ'), ('mát_mẻ', 'tuyệt nhất', 'thông_minh nhất', 'thông_minh'), ('mát_mẻ', 'tuyệt nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('mát_mẻ', 'tuyệt nhất', 'cao nhất', 'cao'), ('mát_mẻ', 'tuyệt nhất', 'ngon nhất', 'ngon'), ('mát_mẻ', 'tuyệt nhất', 'ấm nhất', 'ấm_áp'), ('mát_mẻ', 'tuyệt nhất', 'yếu nhất', 'yếu'), ('mát_mẻ', 'tuyệt nhất', 'rộng nhất', 'rộng'), ('mát_mẻ', 'tuyệt nhất', 'lớn nhất', 'lớn'), ('mát_mẻ', 'tuyệt nhất', 'sáng nhất', 'sáng'), ('mát_mẻ', 'tuyệt nhất', 'lạnh nhất', 'lạnh'), ('tối', 'tối nhất', 'dễ nhất', 'dễ_dàng'), ('tối', 'tối nhất', 'tốt', 'tốt'), ('tối', 'tối nhất', 'cao nhất', 'cao'), ('tối', 'tối nhất', 'nóng nhất', 'nóng'), ('tối', 'tối nhất', 'lớn nhất', 'lớn'), ('tối', 'tối nhất', 'dài nhất', 'dài'), ('tối', 'tối nhất', 'thấp nhất', 'thấp'), ('tối', 'tối nhất', 'may_mắn nhất', 'may_mắn'), ('tối', 'tối nhất', 'đơn_giản nhất', 'đơn_giản'), ('tối', 'tối nhất', 'ngắn nhất', 'ngắn'), ('tối', 'tối nhất', 'chậm nhất', 'chậm'), ('tối', 'tối nhất', 'nhỏ nhất', 'nhỏ'), ('tối', 'tối nhất', 'thông_minh nhất', 'thông_minh'), ('tối', 'tối nhất', 'mạnh nhất', 'mạnh_mẽ'), ('tối', 'tối nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('tối', 'tối nhất', 'cao nhất', 'cao'), ('tối', 'tối nhất', 'ngon nhất', 'ngon'), ('tối', 'tối nhất', 'ấm nhất', 'ấm_áp'), ('tối', 'tối nhất', 'yếu nhất', 'yếu'), ('tối', 'tối nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('tối', 'tối nhất', 'rộng nhất', 'rộng'), ('tối', 'tối nhất', 'lớn nhất', 'lớn'), ('tối', 'tối nhất', 'sáng nhất', 'sáng'), ('tối', 'tối nhất', 'lạnh nhất', 'lạnh'), ('tối', 'tối nhất', 'lạnh nhất', 'mát_mẻ'), ('dễ_dàng', 'dễ nhất', 'nhanh nhất', 'nhanh_chóng'), ('dễ_dàng', 'dễ nhất', 'tốt', 'tốt'), ('dễ_dàng', 'dễ nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('dễ_dàng', 'dễ nhất', 'cao nhất', 'cao'), ('dễ_dàng', 'dễ nhất', 'nóng nhất', 'nóng'), ('dễ_dàng', 'dễ nhất', 'lớn nhất', 'lớn'), ('dễ_dàng', 'dễ nhất', 'dài nhất', 'dài'), ('dễ_dàng', 'dễ nhất', 'thấp nhất', 'thấp'), ('dễ_dàng', 'dễ nhất', 'may_mắn nhất', 'may_mắn'), ('dễ_dàng', 'dễ nhất', 'nhanh nhất', 'nhanh_chóng'), ('dễ_dàng', 'dễ nhất', 'đơn_giản nhất', 'đơn_giản'), ('dễ_dàng', 'dễ nhất', 'ngắn nhất', 'ngắn'), ('dễ_dàng', 'dễ nhất', 'chậm nhất', 'chậm'), ('dễ_dàng', 'dễ nhất', 'nhỏ nhất', 'nhỏ'), ('dễ_dàng', 'dễ nhất', 'thông_minh nhất', 'thông_minh'), ('dễ_dàng', 'dễ nhất', 'mạnh nhất', 'mạnh_mẽ'), ('dễ_dàng', 'dễ nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('dễ_dàng', 'dễ nhất', 'cao nhất', 'cao'), ('dễ_dàng', 'dễ nhất', 'ngon nhất', 'ngon'), ('dễ_dàng', 'dễ nhất', 'yếu nhất', 'yếu'), ('dễ_dàng', 'dễ nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('dễ_dàng', 'dễ nhất', 'rộng nhất', 'rộng'), ('dễ_dàng', 'dễ nhất', 'lớn nhất', 'lớn'), ('dễ_dàng', 'dễ nhất', 'sáng nhất', 'sáng'), ('dễ_dàng', 'dễ nhất', 'lạnh nhất', 'lạnh'), ('dễ_dàng', 'dễ nhất', 'tối nhất', 'tối'), ('nhanh_chóng', 'nhanh nhất', 'tốt', 'tốt'), ('nhanh_chóng', 'nhanh nhất', 'cao nhất', 'cao'), ('nhanh_chóng', 'nhanh nhất', 'nóng nhất', 'nóng'), ('nhanh_chóng', 'nhanh nhất', 'lớn nhất', 'lớn'), ('nhanh_chóng', 'nhanh nhất', 'dài nhất', 'dài'), ('nhanh_chóng', 'nhanh nhất', 'thấp nhất', 'thấp'), ('nhanh_chóng', 'nhanh nhất', 'may_mắn nhất', 'may_mắn'), ('nhanh_chóng', 'nhanh nhất', 'nhanh nhất', 'nhanh_chóng'), ('nhanh_chóng', 'nhanh nhất', 'đơn_giản nhất', 'đơn_giản'), ('nhanh_chóng', 'nhanh nhất', 'ngắn nhất', 'ngắn'), ('nhanh_chóng', 'nhanh nhất', 'chậm nhất', 'chậm'), ('nhanh_chóng', 'nhanh nhất', 'nhỏ nhất', 'nhỏ'), ('nhanh_chóng', 'nhanh nhất', 'thông_minh nhất', 'thông_minh'), ('nhanh_chóng', 'nhanh nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('nhanh_chóng', 'nhanh nhất', 'cao nhất', 'cao'), ('nhanh_chóng', 'nhanh nhất', 'ngon nhất', 'ngon'), ('nhanh_chóng', 'nhanh nhất', 'yếu nhất', 'yếu'), ('nhanh_chóng', 'nhanh nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('nhanh_chóng', 'nhanh nhất', 'rộng nhất', 'rộng'), ('nhanh_chóng', 'nhanh nhất', 'lớn nhất', 'lớn'), ('nhanh_chóng', 'nhanh nhất', 'sáng nhất', 'sáng'), ('nhanh_chóng', 'nhanh nhất', 'lạnh nhất', 'lạnh'), ('nhanh_chóng', 'nhanh nhất', 'tối nhất', 'tối'), ('nhanh_chóng', 'nhanh nhất', 'dễ nhất', 'dễ_dàng'), ('tốt', 'tốt nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('tốt', 'tốt nhất', 'cao nhất', 'cao'), ('tốt', 'tốt nhất', 'nóng nhất', 'nóng'), ('tốt', 'tốt nhất', 'lớn nhất', 'lớn'), ('tốt', 'tốt nhất', 'dài nhất', 'dài'), ('tốt', 'tốt nhất', 'thấp nhất', 'thấp'), ('tốt', 'tốt nhất', 'may_mắn nhất', 'may_mắn'), ('tốt', 'tốt nhất', 'đơn_giản nhất', 'đơn_giản'), ('tốt', 'tốt nhất', 'ngắn nhất', 'ngắn'), ('tốt', 'tốt nhất', 'chậm nhất', 'chậm'), ('tốt', 'tốt nhất', 'nhỏ nhất', 'nhỏ'), ('tốt', 'tốt nhất', 'thông_minh nhất', 'thông_minh'), ('tốt', 'tốt nhất', 'mạnh nhất', 'mạnh_mẽ'), ('tốt', 'tốt nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('tốt', 'tốt nhất', 'cao nhất', 'cao'), ('tốt', 'tốt nhất', 'ngon nhất', 'ngon'), ('tốt', 'tốt nhất', 'ấm nhất', 'ấm_áp'), ('tốt', 'tốt nhất', 'yếu nhất', 'yếu'), ('tốt', 'tốt nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('tốt', 'tốt nhất', 'rộng nhất', 'rộng'), ('tốt', 'tốt nhất', 'tệ nhất', 'xấu'), ('tốt', 'tốt nhất', 'lớn nhất', 'lớn'), ('tốt', 'tốt nhất', 'sáng nhất', 'sáng'), ('tốt', 'tốt nhất', 'lạnh nhất', 'lạnh'), ('tốt', 'tốt nhất', 'lạnh nhất', 'mát_mẻ'), ('tốt', 'tốt nhất', 'tối nhất', 'tối'), ('tốt', 'tốt nhất', 'dễ nhất', 'dễ_dàng'), ('tuyệt_vời', 'vĩ_đại nhất', 'cao nhất', 'cao'), ('tuyệt_vời', 'vĩ_đại nhất', 'nóng nhất', 'nóng'), ('tuyệt_vời', 'vĩ_đại nhất', 'lớn nhất', 'lớn'), ('tuyệt_vời', 'vĩ_đại nhất', 'dài nhất', 'dài'), ('tuyệt_vời', 'vĩ_đại nhất', 'thấp nhất', 'thấp'), ('tuyệt_vời', 'vĩ_đại nhất', 'may_mắn nhất', 'may_mắn'), ('tuyệt_vời', 'vĩ_đại nhất', 'đơn_giản nhất', 'đơn_giản'), ('tuyệt_vời', 'vĩ_đại nhất', 'ngắn nhất', 'ngắn'), ('tuyệt_vời', 'vĩ_đại nhất', 'chậm nhất', 'chậm'), ('tuyệt_vời', 'vĩ_đại nhất', 'nhỏ nhất', 'nhỏ'), ('tuyệt_vời', 'vĩ_đại nhất', 'thông_minh nhất', 'thông_minh'), ('tuyệt_vời', 'vĩ_đại nhất', 'mạnh nhất', 'mạnh_mẽ'), ('tuyệt_vời', 'vĩ_đại nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('tuyệt_vời', 'vĩ_đại nhất', 'cao nhất', 'cao'), ('tuyệt_vời', 'vĩ_đại nhất', 'ngon nhất', 'ngon'), ('tuyệt_vời', 'vĩ_đại nhất', 'ấm nhất', 'ấm_áp'), ('tuyệt_vời', 'vĩ_đại nhất', 'yếu nhất', 'yếu'), ('tuyệt_vời', 'vĩ_đại nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('tuyệt_vời', 'vĩ_đại nhất', 'rộng nhất', 'rộng'), ('tuyệt_vời', 'vĩ_đại nhất', 'lớn nhất', 'lớn'), ('tuyệt_vời', 'vĩ_đại nhất', 'sáng nhất', 'sáng'), ('tuyệt_vời', 'vĩ_đại nhất', 'lạnh nhất', 'lạnh'), ('tuyệt_vời', 'vĩ_đại nhất', 'lạnh nhất', 'mát_mẻ'), ('tuyệt_vời', 'vĩ_đại nhất', 'tối nhất', 'tối'), ('tuyệt_vời', 'vĩ_đại nhất', 'dễ nhất', 'dễ_dàng'), ('tuyệt_vời', 'vĩ_đại nhất', 'tốt', 'tốt'), ('cao', 'cao nhất', 'nóng nhất', 'nóng'), ('cao', 'cao nhất', 'lớn nhất', 'lớn'), ('cao', 'cao nhất', 'dài nhất', 'dài'), ('cao', 'cao nhất', 'thấp nhất', 'thấp'), ('cao', 'cao nhất', 'may_mắn nhất', 'may_mắn'), ('cao', 'cao nhất', 'đơn_giản nhất', 'đơn_giản'), ('cao', 'cao nhất', 'ngắn nhất', 'ngắn'), ('cao', 'cao nhất', 'chậm nhất', 'chậm'), ('cao', 'cao nhất', 'nhỏ nhất', 'nhỏ'), ('cao', 'cao nhất', 'thông_minh nhất', 'thông_minh'), ('cao', 'cao nhất', 'mạnh nhất', 'mạnh_mẽ'), ('cao', 'cao nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('cao', 'cao nhất', 'cao nhất', 'cao'), ('cao', 'cao nhất', 'ngon nhất', 'ngon'), ('cao', 'cao nhất', 'ấm nhất', 'ấm_áp'), ('cao', 'cao nhất', 'yếu nhất', 'yếu'), ('cao', 'cao nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('cao', 'cao nhất', 'rộng nhất', 'rộng'), ('cao', 'cao nhất', 'lớn nhất', 'lớn'), ('cao', 'cao nhất', 'sáng nhất', 'sáng'), ('cao', 'cao nhất', 'lạnh nhất', 'lạnh'), ('cao', 'cao nhất', 'lạnh nhất', 'mát_mẻ'), ('cao', 'cao nhất', 'tối nhất', 'tối'), ('cao', 'cao nhất', 'dễ nhất', 'dễ_dàng'), ('cao', 'cao nhất', 'tốt', 'tốt'), ('cao', 'cao nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('nóng', 'nóng nhất', 'lớn nhất', 'lớn'), ('nóng', 'nóng nhất', 'dài nhất', 'dài'), ('nóng', 'nóng nhất', 'thấp nhất', 'thấp'), ('nóng', 'nóng nhất', 'may_mắn nhất', 'may_mắn'), ('nóng', 'nóng nhất', 'đơn_giản nhất', 'đơn_giản'), ('nóng', 'nóng nhất', 'ngắn nhất', 'ngắn'), ('nóng', 'nóng nhất', 'chậm nhất', 'chậm'), ('nóng', 'nóng nhất', 'nhỏ nhất', 'nhỏ'), ('nóng', 'nóng nhất', 'thông_minh nhất', 'thông_minh'), ('nóng', 'nóng nhất', 'mạnh nhất', 'mạnh_mẽ'), ('nóng', 'nóng nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('nóng', 'nóng nhất', 'cao nhất', 'cao'), ('nóng', 'nóng nhất', 'ngon nhất', 'ngon'), ('nóng', 'nóng nhất', 'ấm nhất', 'ấm_áp'), ('nóng', 'nóng nhất', 'yếu nhất', 'yếu'), ('nóng', 'nóng nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('nóng', 'nóng nhất', 'rộng nhất', 'rộng'), ('nóng', 'nóng nhất', 'lớn nhất', 'lớn'), ('nóng', 'nóng nhất', 'sáng nhất', 'sáng'), ('nóng', 'nóng nhất', 'lạnh nhất', 'lạnh'), ('nóng', 'nóng nhất', 'lạnh nhất', 'mát_mẻ'), ('nóng', 'nóng nhất', 'tối nhất', 'tối'), ('nóng', 'nóng nhất', 'dễ nhất', 'dễ_dàng'), ('nóng', 'nóng nhất', 'tốt', 'tốt'), ('nóng', 'nóng nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('nóng', 'nóng nhất', 'cao nhất', 'cao'), ('lớn', 'lớn nhất', 'dài nhất', 'dài'), ('lớn', 'lớn nhất', 'thấp nhất', 'thấp'), ('lớn', 'lớn nhất', 'may_mắn nhất', 'may_mắn'), ('lớn', 'lớn nhất', 'nhanh nhất', 'nhanh_chóng'), ('lớn', 'lớn nhất', 'đơn_giản nhất', 'đơn_giản'), ('lớn', 'lớn nhất', 'ngắn nhất', 'ngắn'), ('lớn', 'lớn nhất', 'chậm nhất', 'chậm'), ('lớn', 'lớn nhất', 'nhỏ nhất', 'nhỏ'), ('lớn', 'lớn nhất', 'thông_minh nhất', 'thông_minh'), ('lớn', 'lớn nhất', 'mạnh nhất', 'mạnh_mẽ'), ('lớn', 'lớn nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('lớn', 'lớn nhất', 'cao nhất', 'cao'), ('lớn', 'lớn nhất', 'ngon nhất', 'ngon'), ('lớn', 'lớn nhất', 'ấm nhất', 'ấm_áp'), ('lớn', 'lớn nhất', 'yếu nhất', 'yếu'), ('lớn', 'lớn nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('lớn', 'lớn nhất', 'rộng nhất', 'rộng'), ('lớn', 'lớn nhất', 'lớn nhất', 'lớn'), ('lớn', 'lớn nhất', 'sáng nhất', 'sáng'), ('lớn', 'lớn nhất', 'lạnh nhất', 'lạnh'), ('lớn', 'lớn nhất', 'lạnh nhất', 'mát_mẻ'), ('lớn', 'lớn nhất', 'tối nhất', 'tối'), ('lớn', 'lớn nhất', 'dễ nhất', 'dễ_dàng'), ('lớn', 'lớn nhất', 'nhanh nhất', 'nhanh_chóng'), ('lớn', 'lớn nhất', 'tốt', 'tốt'), ('lớn', 'lớn nhất', 'cao nhất', 'cao'), ('lớn', 'lớn nhất', 'nóng nhất', 'nóng'), ('dài', 'dài nhất', 'thấp nhất', 'thấp'), ('dài', 'dài nhất', 'may_mắn nhất', 'may_mắn'), ('dài', 'dài nhất', 'đơn_giản nhất', 'đơn_giản'), ('dài', 'dài nhất', 'ngắn nhất', 'ngắn'), ('dài', 'dài nhất', 'chậm nhất', 'chậm'), ('dài', 'dài nhất', 'nhỏ nhất', 'nhỏ'), ('dài', 'dài nhất', 'thông_minh nhất', 'thông_minh'), ('dài', 'dài nhất', 'mạnh nhất', 'mạnh_mẽ'), ('dài', 'dài nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('dài', 'dài nhất', 'cao nhất', 'cao'), ('dài', 'dài nhất', 'ngon nhất', 'ngon'), ('dài', 'dài nhất', 'ấm nhất', 'ấm_áp'), ('dài', 'dài nhất', 'yếu nhất', 'yếu'), ('dài', 'dài nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('dài', 'dài nhất', 'rộng nhất', 'rộng'), ('dài', 'dài nhất', 'lớn nhất', 'lớn'), ('dài', 'dài nhất', 'sáng nhất', 'sáng'), ('dài', 'dài nhất', 'lạnh nhất', 'lạnh'), ('dài', 'dài nhất', 'lạnh nhất', 'mát_mẻ'), ('dài', 'dài nhất', 'tối nhất', 'tối'), ('dài', 'dài nhất', 'dễ nhất', 'dễ_dàng'), ('dài', 'dài nhất', 'tốt', 'tốt'), ('dài', 'dài nhất', 'cao nhất', 'cao'), ('dài', 'dài nhất', 'nóng nhất', 'nóng'), ('dài', 'dài nhất', 'lớn nhất', 'lớn'), ('thấp', 'thấp nhất', 'may_mắn nhất', 'may_mắn'), ('thấp', 'thấp nhất', 'đơn_giản nhất', 'đơn_giản'), ('thấp', 'thấp nhất', 'ngắn nhất', 'ngắn'), ('thấp', 'thấp nhất', 'chậm nhất', 'chậm'), ('thấp', 'thấp nhất', 'nhỏ nhất', 'nhỏ'), ('thấp', 'thấp nhất', 'thông_minh nhất', 'thông_minh'), ('thấp', 'thấp nhất', 'mạnh nhất', 'mạnh_mẽ'), ('thấp', 'thấp nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('thấp', 'thấp nhất', 'cao nhất', 'cao'), ('thấp', 'thấp nhất', 'ngon nhất', 'ngon'), ('thấp', 'thấp nhất', 'ấm nhất', 'ấm_áp'), ('thấp', 'thấp nhất', 'yếu nhất', 'yếu'), ('thấp', 'thấp nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('thấp', 'thấp nhất', 'rộng nhất', 'rộng'), ('thấp', 'thấp nhất', 'lớn nhất', 'lớn'), ('thấp', 'thấp nhất', 'sáng nhất', 'sáng'), ('thấp', 'thấp nhất', 'lạnh nhất', 'lạnh'), ('thấp', 'thấp nhất', 'lạnh nhất', 'mát_mẻ'), ('thấp', 'thấp nhất', 'tối nhất', 'tối'), ('thấp', 'thấp nhất', 'dễ nhất', 'dễ_dàng'), ('thấp', 'thấp nhất', 'tốt', 'tốt'), ('thấp', 'thấp nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('thấp', 'thấp nhất', 'cao nhất', 'cao'), ('thấp', 'thấp nhất', 'nóng nhất', 'nóng'), ('thấp', 'thấp nhất', 'lớn nhất', 'lớn'), ('thấp', 'thấp nhất', 'dài nhất', 'dài'), ('may_mắn', 'may_mắn nhất', 'nhanh nhất', 'nhanh_chóng'), ('may_mắn', 'may_mắn nhất', 'đơn_giản nhất', 'đơn_giản'), ('may_mắn', 'may_mắn nhất', 'ngắn nhất', 'ngắn'), ('may_mắn', 'may_mắn nhất', 'chậm nhất', 'chậm'), ('may_mắn', 'may_mắn nhất', 'nhỏ nhất', 'nhỏ'), ('may_mắn', 'may_mắn nhất', 'thông_minh nhất', 'thông_minh'), ('may_mắn', 'may_mắn nhất', 'mạnh nhất', 'mạnh_mẽ'), ('may_mắn', 'may_mắn nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('may_mắn', 'may_mắn nhất', 'cao nhất', 'cao'), ('may_mắn', 'may_mắn nhất', 'ngon nhất', 'ngon'), ('may_mắn', 'may_mắn nhất', 'ấm nhất', 'ấm_áp'), ('may_mắn', 'may_mắn nhất', 'yếu nhất', 'yếu'), ('may_mắn', 'may_mắn nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('may_mắn', 'may_mắn nhất', 'rộng nhất', 'rộng'), ('may_mắn', 'may_mắn nhất', 'lớn nhất', 'lớn'), ('may_mắn', 'may_mắn nhất', 'sáng nhất', 'sáng'), ('may_mắn', 'may_mắn nhất', 'lạnh nhất', 'lạnh'), ('may_mắn', 'may_mắn nhất', 'tối nhất', 'tối'), ('may_mắn', 'may_mắn nhất', 'dễ nhất', 'dễ_dàng'), ('may_mắn', 'may_mắn nhất', 'nhanh nhất', 'nhanh_chóng'), ('may_mắn', 'may_mắn nhất', 'tốt', 'tốt'), ('may_mắn', 'may_mắn nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('may_mắn', 'may_mắn nhất', 'cao nhất', 'cao'), ('may_mắn', 'may_mắn nhất', 'nóng nhất', 'nóng'), ('may_mắn', 'may_mắn nhất', 'lớn nhất', 'lớn'), ('may_mắn', 'may_mắn nhất', 'dài nhất', 'dài'), ('may_mắn', 'may_mắn nhất', 'thấp nhất', 'thấp'), ('cũ', 'lâu_đời nhất', 'nhanh nhất', 'nhanh_chóng'), ('cũ', 'lâu_đời nhất', 'đơn_giản nhất', 'đơn_giản'), ('cũ', 'lâu_đời nhất', 'ngắn nhất', 'ngắn'), ('cũ', 'lâu_đời nhất', 'chậm nhất', 'chậm'), ('cũ', 'lâu_đời nhất', 'nhỏ nhất', 'nhỏ'), ('cũ', 'lâu_đời nhất', 'thông_minh nhất', 'thông_minh'), ('cũ', 'lâu_đời nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('cũ', 'lâu_đời nhất', 'cao nhất', 'cao'), ('cũ', 'lâu_đời nhất', 'ngon nhất', 'ngon'), ('cũ', 'lâu_đời nhất', 'ấm nhất', 'ấm_áp'), ('cũ', 'lâu_đời nhất', 'yếu nhất', 'yếu'), ('cũ', 'lâu_đời nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('cũ', 'lâu_đời nhất', 'rộng nhất', 'rộng'), ('cũ', 'lâu_đời nhất', 'lớn nhất', 'lớn'), ('cũ', 'lâu_đời nhất', 'sáng nhất', 'sáng'), ('cũ', 'lâu_đời nhất', 'lạnh nhất', 'lạnh'), ('cũ', 'lâu_đời nhất', 'tối nhất', 'tối'), ('cũ', 'lâu_đời nhất', 'nhanh nhất', 'nhanh_chóng'), ('cũ', 'lâu_đời nhất', 'tốt', 'tốt'), ('cũ', 'lâu_đời nhất', 'cao nhất', 'cao'), ('cũ', 'lâu_đời nhất', 'nóng nhất', 'nóng'), ('cũ', 'lâu_đời nhất', 'lớn nhất', 'lớn'), ('cũ', 'lâu_đời nhất', 'dài nhất', 'dài'), ('cũ', 'lâu_đời nhất', 'thấp nhất', 'thấp'), ('cũ', 'lâu_đời nhất', 'may_mắn nhất', 'may_mắn'), ('nhanh_chóng', 'nhanh nhất', 'đơn_giản nhất', 'đơn_giản'), ('nhanh_chóng', 'nhanh nhất', 'ngắn nhất', 'ngắn'), ('nhanh_chóng', 'nhanh nhất', 'chậm nhất', 'chậm'), ('nhanh_chóng', 'nhanh nhất', 'nhỏ nhất', 'nhỏ'), ('nhanh_chóng', 'nhanh nhất', 'thông_minh nhất', 'thông_minh'), ('nhanh_chóng', 'nhanh nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('nhanh_chóng', 'nhanh nhất', 'cao nhất', 'cao'), ('nhanh_chóng', 'nhanh nhất', 'ngon nhất', 'ngon'), ('nhanh_chóng', 'nhanh nhất', 'yếu nhất', 'yếu'), ('nhanh_chóng', 'nhanh nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('nhanh_chóng', 'nhanh nhất', 'rộng nhất', 'rộng'), ('nhanh_chóng', 'nhanh nhất', 'lớn nhất', 'lớn'), ('nhanh_chóng', 'nhanh nhất', 'sáng nhất', 'sáng'), ('nhanh_chóng', 'nhanh nhất', 'lạnh nhất', 'lạnh'), ('nhanh_chóng', 'nhanh nhất', 'tối nhất', 'tối'), ('nhanh_chóng', 'nhanh nhất', 'dễ nhất', 'dễ_dàng'), ('nhanh_chóng', 'nhanh nhất', 'nhanh nhất', 'nhanh_chóng'), ('nhanh_chóng', 'nhanh nhất', 'tốt', 'tốt'), ('nhanh_chóng', 'nhanh nhất', 'cao nhất', 'cao'), ('nhanh_chóng', 'nhanh nhất', 'nóng nhất', 'nóng'), ('nhanh_chóng', 'nhanh nhất', 'lớn nhất', 'lớn'), ('nhanh_chóng', 'nhanh nhất', 'dài nhất', 'dài'), ('nhanh_chóng', 'nhanh nhất', 'thấp nhất', 'thấp'), ('nhanh_chóng', 'nhanh nhất', 'may_mắn nhất', 'may_mắn'), ('sắc nét', 'sắc nét nhất', 'đơn_giản nhất', 'đơn_giản'), ('sắc nét', 'sắc nét nhất', 'ngắn nhất', 'ngắn'), ('sắc nét', 'sắc nét nhất', 'chậm nhất', 'chậm'), ('sắc nét', 'sắc nét nhất', 'nhỏ nhất', 'nhỏ'), ('sắc nét', 'sắc nét nhất', 'thông_minh nhất', 'thông_minh'), ('sắc nét', 'sắc nét nhất', 'mạnh nhất', 'mạnh_mẽ'), ('sắc nét', 'sắc nét nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('sắc nét', 'sắc nét nhất', 'cao nhất', 'cao'), ('sắc nét', 'sắc nét nhất', 'ngon nhất', 'ngon'), ('sắc nét', 'sắc nét nhất', 'ấm nhất', 'ấm_áp'), ('sắc nét', 'sắc nét nhất', 'yếu nhất', 'yếu'), ('sắc nét', 'sắc nét nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('sắc nét', 'sắc nét nhất', 'rộng nhất', 'rộng'), ('sắc nét', 'sắc nét nhất', 'lớn nhất', 'lớn'), ('sắc nét', 'sắc nét nhất', 'sáng nhất', 'sáng'), ('sắc nét', 'sắc nét nhất', 'lạnh nhất', 'lạnh'), ('sắc nét', 'sắc nét nhất', 'lạnh nhất', 'mát_mẻ'), ('sắc nét', 'sắc nét nhất', 'tối nhất', 'tối'), ('sắc nét', 'sắc nét nhất', 'dễ nhất', 'dễ_dàng'), ('sắc nét', 'sắc nét nhất', 'nhanh nhất', 'nhanh_chóng'), ('sắc nét', 'sắc nét nhất', 'tốt', 'tốt'), ('sắc nét', 'sắc nét nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('sắc nét', 'sắc nét nhất', 'cao nhất', 'cao'), ('sắc nét', 'sắc nét nhất', 'nóng nhất', 'nóng'), ('sắc nét', 'sắc nét nhất', 'lớn nhất', 'lớn'), ('sắc nét', 'sắc nét nhất', 'dài nhất', 'dài'), ('sắc nét', 'sắc nét nhất', 'thấp nhất', 'thấp'), ('sắc nét', 'sắc nét nhất', 'may_mắn nhất', 'may_mắn'), ('sắc nét', 'sắc nét nhất', 'nhanh nhất', 'nhanh_chóng'), ('đơn_giản', 'đơn_giản nhất', 'ngắn nhất', 'ngắn'), ('đơn_giản', 'đơn_giản nhất', 'chậm nhất', 'chậm'), ('đơn_giản', 'đơn_giản nhất', 'nhỏ nhất', 'nhỏ'), ('đơn_giản', 'đơn_giản nhất', 'thông_minh nhất', 'thông_minh'), ('đơn_giản', 'đơn_giản nhất', 'mạnh nhất', 'mạnh_mẽ'), ('đơn_giản', 'đơn_giản nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('đơn_giản', 'đơn_giản nhất', 'cao nhất', 'cao'), ('đơn_giản', 'đơn_giản nhất', 'ngon nhất', 'ngon'), ('đơn_giản', 'đơn_giản nhất', 'ấm nhất', 'ấm_áp'), ('đơn_giản', 'đơn_giản nhất', 'yếu nhất', 'yếu'), ('đơn_giản', 'đơn_giản nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('đơn_giản', 'đơn_giản nhất', 'rộng nhất', 'rộng'), ('đơn_giản', 'đơn_giản nhất', 'lớn nhất', 'lớn'), ('đơn_giản', 'đơn_giản nhất', 'sáng nhất', 'sáng'), ('đơn_giản', 'đơn_giản nhất', 'lạnh nhất', 'lạnh'), ('đơn_giản', 'đơn_giản nhất', 'tối nhất', 'tối'), ('đơn_giản', 'đơn_giản nhất', 'dễ nhất', 'dễ_dàng'), ('đơn_giản', 'đơn_giản nhất', 'tốt', 'tốt'), ('đơn_giản', 'đơn_giản nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('đơn_giản', 'đơn_giản nhất', 'cao nhất', 'cao'), ('đơn_giản', 'đơn_giản nhất', 'nóng nhất', 'nóng'), ('đơn_giản', 'đơn_giản nhất', 'lớn nhất', 'lớn'), ('đơn_giản', 'đơn_giản nhất', 'dài nhất', 'dài'), ('đơn_giản', 'đơn_giản nhất', 'thấp nhất', 'thấp'), ('đơn_giản', 'đơn_giản nhất', 'may_mắn nhất', 'may_mắn'), ('ngắn', 'ngắn nhất', 'chậm nhất', 'chậm'), ('ngắn', 'ngắn nhất', 'nhỏ nhất', 'nhỏ'), ('ngắn', 'ngắn nhất', 'thông_minh nhất', 'thông_minh'), ('ngắn', 'ngắn nhất', 'mạnh nhất', 'mạnh_mẽ'), ('ngắn', 'ngắn nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('ngắn', 'ngắn nhất', 'cao nhất', 'cao'), ('ngắn', 'ngắn nhất', 'ngon nhất', 'ngon'), ('ngắn', 'ngắn nhất', 'ấm nhất', 'ấm_áp'), ('ngắn', 'ngắn nhất', 'yếu nhất', 'yếu'), ('ngắn', 'ngắn nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('ngắn', 'ngắn nhất', 'rộng nhất', 'rộng'), ('ngắn', 'ngắn nhất', 'lớn nhất', 'lớn'), ('ngắn', 'ngắn nhất', 'sáng nhất', 'sáng'), ('ngắn', 'ngắn nhất', 'lạnh nhất', 'lạnh'), ('ngắn', 'ngắn nhất', 'lạnh nhất', 'mát_mẻ'), ('ngắn', 'ngắn nhất', 'tối nhất', 'tối'), ('ngắn', 'ngắn nhất', 'dễ nhất', 'dễ_dàng'), ('ngắn', 'ngắn nhất', 'nhanh nhất', 'nhanh_chóng'), ('ngắn', 'ngắn nhất', 'tốt', 'tốt'), ('ngắn', 'ngắn nhất', 'cao nhất', 'cao'), ('ngắn', 'ngắn nhất', 'nóng nhất', 'nóng'), ('ngắn', 'ngắn nhất', 'lớn nhất', 'lớn'), ('ngắn', 'ngắn nhất', 'dài nhất', 'dài'), ('ngắn', 'ngắn nhất', 'thấp nhất', 'thấp'), ('ngắn', 'ngắn nhất', 'may_mắn nhất', 'may_mắn'), ('ngắn', 'ngắn nhất', 'nhanh nhất', 'nhanh_chóng'), ('ngắn', 'ngắn nhất', 'đơn_giản nhất', 'đơn_giản'), ('chậm', 'chậm nhất', 'nhỏ nhất', 'nhỏ'), ('chậm', 'chậm nhất', 'thông_minh nhất', 'thông_minh'), ('chậm', 'chậm nhất', 'mạnh nhất', 'mạnh_mẽ'), ('chậm', 'chậm nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('chậm', 'chậm nhất', 'cao nhất', 'cao'), ('chậm', 'chậm nhất', 'ngon nhất', 'ngon'), ('chậm', 'chậm nhất', 'ấm nhất', 'ấm_áp'), ('chậm', 'chậm nhất', 'yếu nhất', 'yếu'), ('chậm', 'chậm nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('chậm', 'chậm nhất', 'rộng nhất', 'rộng'), ('chậm', 'chậm nhất', 'lớn nhất', 'lớn'), ('chậm', 'chậm nhất', 'sáng nhất', 'sáng'), ('chậm', 'chậm nhất', 'lạnh nhất', 'lạnh'), ('chậm', 'chậm nhất', 'tối nhất', 'tối'), ('chậm', 'chậm nhất', 'dễ nhất', 'dễ_dàng'), ('chậm', 'chậm nhất', 'nhanh nhất', 'nhanh_chóng'), ('chậm', 'chậm nhất', 'tốt', 'tốt'), ('chậm', 'chậm nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('chậm', 'chậm nhất', 'cao nhất', 'cao'), ('chậm', 'chậm nhất', 'nóng nhất', 'nóng'), ('chậm', 'chậm nhất', 'lớn nhất', 'lớn'), ('chậm', 'chậm nhất', 'dài nhất', 'dài'), ('chậm', 'chậm nhất', 'thấp nhất', 'thấp'), ('chậm', 'chậm nhất', 'may_mắn nhất', 'may_mắn'), ('chậm', 'chậm nhất', 'nhanh nhất', 'nhanh_chóng'), ('chậm', 'chậm nhất', 'đơn_giản nhất', 'đơn_giản'), ('chậm', 'chậm nhất', 'ngắn nhất', 'ngắn'), ('nhỏ', 'nhỏ nhất', 'thông_minh nhất', 'thông_minh'), ('nhỏ', 'nhỏ nhất', 'mạnh nhất', 'mạnh_mẽ'), ('nhỏ', 'nhỏ nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('nhỏ', 'nhỏ nhất', 'cao nhất', 'cao'), ('nhỏ', 'nhỏ nhất', 'ngon nhất', 'ngon'), ('nhỏ', 'nhỏ nhất', 'ấm nhất', 'ấm_áp'), ('nhỏ', 'nhỏ nhất', 'yếu nhất', 'yếu'), ('nhỏ', 'nhỏ nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('nhỏ', 'nhỏ nhất', 'rộng nhất', 'rộng'), ('nhỏ', 'nhỏ nhất', 'lớn nhất', 'lớn'), ('nhỏ', 'nhỏ nhất', 'sáng nhất', 'sáng'), ('nhỏ', 'nhỏ nhất', 'lạnh nhất', 'lạnh'), ('nhỏ', 'nhỏ nhất', 'lạnh nhất', 'mát_mẻ'), ('nhỏ', 'nhỏ nhất', 'tối nhất', 'tối'), ('nhỏ', 'nhỏ nhất', 'dễ nhất', 'dễ_dàng'), ('nhỏ', 'nhỏ nhất', 'tốt', 'tốt'), ('nhỏ', 'nhỏ nhất', 'cao nhất', 'cao'), ('nhỏ', 'nhỏ nhất', 'nóng nhất', 'nóng'), ('nhỏ', 'nhỏ nhất', 'lớn nhất', 'lớn'), ('nhỏ', 'nhỏ nhất', 'dài nhất', 'dài'), ('nhỏ', 'nhỏ nhất', 'thấp nhất', 'thấp'), ('nhỏ', 'nhỏ nhất', 'may_mắn nhất', 'may_mắn'), ('nhỏ', 'nhỏ nhất', 'đơn_giản nhất', 'đơn_giản'), ('nhỏ', 'nhỏ nhất', 'ngắn nhất', 'ngắn'), ('nhỏ', 'nhỏ nhất', 'chậm nhất', 'chậm'), ('thông_minh', 'thông_minh nhất', 'mạnh nhất', 'mạnh_mẽ'), ('thông_minh', 'thông_minh nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('thông_minh', 'thông_minh nhất', 'cao nhất', 'cao'), ('thông_minh', 'thông_minh nhất', 'ngon nhất', 'ngon'), ('thông_minh', 'thông_minh nhất', 'ấm nhất', 'ấm_áp'), ('thông_minh', 'thông_minh nhất', 'yếu nhất', 'yếu'), ('thông_minh', 'thông_minh nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('thông_minh', 'thông_minh nhất', 'rộng nhất', 'rộng'), ('thông_minh', 'thông_minh nhất', 'lớn nhất', 'lớn'), ('thông_minh', 'thông_minh nhất', 'sáng nhất', 'sáng'), ('thông_minh', 'thông_minh nhất', 'lạnh nhất', 'lạnh'), ('thông_minh', 'thông_minh nhất', 'tối nhất', 'tối'), ('thông_minh', 'thông_minh nhất', 'dễ nhất', 'dễ_dàng'), ('thông_minh', 'thông_minh nhất', 'tốt', 'tốt'), ('thông_minh', 'thông_minh nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('thông_minh', 'thông_minh nhất', 'cao nhất', 'cao'), ('thông_minh', 'thông_minh nhất', 'nóng nhất', 'nóng'), ('thông_minh', 'thông_minh nhất', 'lớn nhất', 'lớn'), ('thông_minh', 'thông_minh nhất', 'dài nhất', 'dài'), ('thông_minh', 'thông_minh nhất', 'thấp nhất', 'thấp'), ('thông_minh', 'thông_minh nhất', 'may_mắn nhất', 'may_mắn'), ('thông_minh', 'thông_minh nhất', 'đơn_giản nhất', 'đơn_giản'), ('thông_minh', 'thông_minh nhất', 'ngắn nhất', 'ngắn'), ('thông_minh', 'thông_minh nhất', 'chậm nhất', 'chậm'), ('thông_minh', 'thông_minh nhất', 'nhỏ nhất', 'nhỏ'), ('lạ', 'lạ nhất', 'mạnh nhất', 'mạnh_mẽ'), ('lạ', 'lạ nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('lạ', 'lạ nhất', 'cao nhất', 'cao'), ('lạ', 'lạ nhất', 'ngon nhất', 'ngon'), ('lạ', 'lạ nhất', 'ấm nhất', 'ấm_áp'), ('lạ', 'lạ nhất', 'yếu nhất', 'yếu'), ('lạ', 'lạ nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('lạ', 'lạ nhất', 'rộng nhất', 'rộng'), ('lạ', 'lạ nhất', 'lớn nhất', 'lớn'), ('lạ', 'lạ nhất', 'sáng nhất', 'sáng'), ('lạ', 'lạ nhất', 'lạnh nhất', 'lạnh'), ('lạ', 'lạ nhất', 'tối nhất', 'tối'), ('lạ', 'lạ nhất', 'dễ nhất', 'dễ_dàng'), ('lạ', 'lạ nhất', 'nhanh nhất', 'nhanh_chóng'), ('lạ', 'lạ nhất', 'tốt', 'tốt'), ('lạ', 'lạ nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('lạ', 'lạ nhất', 'cao nhất', 'cao'), ('lạ', 'lạ nhất', 'nóng nhất', 'nóng'), ('lạ', 'lạ nhất', 'lớn nhất', 'lớn'), ('lạ', 'lạ nhất', 'dài nhất', 'dài'), ('lạ', 'lạ nhất', 'thấp nhất', 'thấp'), ('lạ', 'lạ nhất', 'may_mắn nhất', 'may_mắn'), ('lạ', 'lạ nhất', 'nhanh nhất', 'nhanh_chóng'), ('lạ', 'lạ nhất', 'đơn_giản nhất', 'đơn_giản'), ('lạ', 'lạ nhất', 'ngắn nhất', 'ngắn'), ('lạ', 'lạ nhất', 'chậm nhất', 'chậm'), ('lạ', 'lạ nhất', 'nhỏ nhất', 'nhỏ'), ('lạ', 'lạ nhất', 'thông_minh nhất', 'thông_minh'), ('mạnh_mẽ', 'mạnh nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('mạnh_mẽ', 'mạnh nhất', 'cao nhất', 'cao'), ('mạnh_mẽ', 'mạnh nhất', 'ngon nhất', 'ngon'), ('mạnh_mẽ', 'mạnh nhất', 'ấm nhất', 'ấm_áp'), ('mạnh_mẽ', 'mạnh nhất', 'yếu nhất', 'yếu'), ('mạnh_mẽ', 'mạnh nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('mạnh_mẽ', 'mạnh nhất', 'rộng nhất', 'rộng'), ('mạnh_mẽ', 'mạnh nhất', 'lớn nhất', 'lớn'), ('mạnh_mẽ', 'mạnh nhất', 'sáng nhất', 'sáng'), ('mạnh_mẽ', 'mạnh nhất', 'lạnh nhất', 'lạnh'), ('mạnh_mẽ', 'mạnh nhất', 'tối nhất', 'tối'), ('mạnh_mẽ', 'mạnh nhất', 'tốt', 'tốt'), ('mạnh_mẽ', 'mạnh nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('mạnh_mẽ', 'mạnh nhất', 'cao nhất', 'cao'), ('mạnh_mẽ', 'mạnh nhất', 'nóng nhất', 'nóng'), ('mạnh_mẽ', 'mạnh nhất', 'lớn nhất', 'lớn'), ('mạnh_mẽ', 'mạnh nhất', 'dài nhất', 'dài'), ('mạnh_mẽ', 'mạnh nhất', 'thấp nhất', 'thấp'), ('mạnh_mẽ', 'mạnh nhất', 'may_mắn nhất', 'may_mắn'), ('mạnh_mẽ', 'mạnh nhất', 'đơn_giản nhất', 'đơn_giản'), ('mạnh_mẽ', 'mạnh nhất', 'ngắn nhất', 'ngắn'), ('mạnh_mẽ', 'mạnh nhất', 'chậm nhất', 'chậm'), ('mạnh_mẽ', 'mạnh nhất', 'nhỏ nhất', 'nhỏ'), ('mạnh_mẽ', 'mạnh nhất', 'thông_minh nhất', 'thông_minh'), ('ngọt_ngào', 'ngọt_ngào nhất', 'cao nhất', 'cao'), ('ngọt_ngào', 'ngọt_ngào nhất', 'ngon nhất', 'ngon'), ('ngọt_ngào', 'ngọt_ngào nhất', 'ấm nhất', 'ấm_áp'), ('ngọt_ngào', 'ngọt_ngào nhất', 'yếu nhất', 'yếu'), ('ngọt_ngào', 'ngọt_ngào nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('ngọt_ngào', 'ngọt_ngào nhất', 'rộng nhất', 'rộng'), ('ngọt_ngào', 'ngọt_ngào nhất', 'lớn nhất', 'lớn'), ('ngọt_ngào', 'ngọt_ngào nhất', 'sáng nhất', 'sáng'), ('ngọt_ngào', 'ngọt_ngào nhất', 'lạnh nhất', 'lạnh'), ('ngọt_ngào', 'ngọt_ngào nhất', 'lạnh nhất', 'mát_mẻ'), ('ngọt_ngào', 'ngọt_ngào nhất', 'tối nhất', 'tối'), ('ngọt_ngào', 'ngọt_ngào nhất', 'dễ nhất', 'dễ_dàng'), ('ngọt_ngào', 'ngọt_ngào nhất', 'tốt', 'tốt'), ('ngọt_ngào', 'ngọt_ngào nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('ngọt_ngào', 'ngọt_ngào nhất', 'cao nhất', 'cao'), ('ngọt_ngào', 'ngọt_ngào nhất', 'nóng nhất', 'nóng'), ('ngọt_ngào', 'ngọt_ngào nhất', 'lớn nhất', 'lớn'), ('ngọt_ngào', 'ngọt_ngào nhất', 'dài nhất', 'dài'), ('ngọt_ngào', 'ngọt_ngào nhất', 'thấp nhất', 'thấp'), ('ngọt_ngào', 'ngọt_ngào nhất', 'may_mắn nhất', 'may_mắn'), ('ngọt_ngào', 'ngọt_ngào nhất', 'đơn_giản nhất', 'đơn_giản'), ('ngọt_ngào', 'ngọt_ngào nhất', 'ngắn nhất', 'ngắn'), ('ngọt_ngào', 'ngọt_ngào nhất', 'chậm nhất', 'chậm'), ('ngọt_ngào', 'ngọt_ngào nhất', 'nhỏ nhất', 'nhỏ'), ('ngọt_ngào', 'ngọt_ngào nhất', 'thông_minh nhất', 'thông_minh'), ('ngọt_ngào', 'ngọt_ngào nhất', 'mạnh nhất', 'mạnh_mẽ'), ('cao', 'cao nhất', 'ngon nhất', 'ngon'), ('cao', 'cao nhất', 'ấm nhất', 'ấm_áp'), ('cao', 'cao nhất', 'yếu nhất', 'yếu'), ('cao', 'cao nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('cao', 'cao nhất', 'rộng nhất', 'rộng'), ('cao', 'cao nhất', 'lớn nhất', 'lớn'), ('cao', 'cao nhất', 'sáng nhất', 'sáng'), ('cao', 'cao nhất', 'lạnh nhất', 'lạnh'), ('cao', 'cao nhất', 'lạnh nhất', 'mát_mẻ'), ('cao', 'cao nhất', 'tối nhất', 'tối'), ('cao', 'cao nhất', 'dễ nhất', 'dễ_dàng'), ('cao', 'cao nhất', 'tốt', 'tốt'), ('cao', 'cao nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('cao', 'cao nhất', 'cao nhất', 'cao'), ('cao', 'cao nhất', 'nóng nhất', 'nóng'), ('cao', 'cao nhất', 'lớn nhất', 'lớn'), ('cao', 'cao nhất', 'dài nhất', 'dài'), ('cao', 'cao nhất', 'thấp nhất', 'thấp'), ('cao', 'cao nhất', 'may_mắn nhất', 'may_mắn'), ('cao', 'cao nhất', 'đơn_giản nhất', 'đơn_giản'), ('cao', 'cao nhất', 'ngắn nhất', 'ngắn'), ('cao', 'cao nhất', 'chậm nhất', 'chậm'), ('cao', 'cao nhất', 'nhỏ nhất', 'nhỏ'), ('cao', 'cao nhất', 'thông_minh nhất', 'thông_minh'), ('cao', 'cao nhất', 'mạnh nhất', 'mạnh_mẽ'), ('cao', 'cao nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('ngon', 'ngon nhất', 'yếu nhất', 'yếu'), ('ngon', 'ngon nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('ngon', 'ngon nhất', 'rộng nhất', 'rộng'), ('ngon', 'ngon nhất', 'lớn nhất', 'lớn'), ('ngon', 'ngon nhất', 'sáng nhất', 'sáng'), ('ngon', 'ngon nhất', 'lạnh nhất', 'lạnh'), ('ngon', 'ngon nhất', 'tối nhất', 'tối'), ('ngon', 'ngon nhất', 'tốt', 'tốt'), ('ngon', 'ngon nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('ngon', 'ngon nhất', 'cao nhất', 'cao'), ('ngon', 'ngon nhất', 'nóng nhất', 'nóng'), ('ngon', 'ngon nhất', 'lớn nhất', 'lớn'), ('ngon', 'ngon nhất', 'dài nhất', 'dài'), ('ngon', 'ngon nhất', 'thấp nhất', 'thấp'), ('ngon', 'ngon nhất', 'may_mắn nhất', 'may_mắn'), ('ngon', 'ngon nhất', 'đơn_giản nhất', 'đơn_giản'), ('ngon', 'ngon nhất', 'ngắn nhất', 'ngắn'), ('ngon', 'ngon nhất', 'chậm nhất', 'chậm'), ('ngon', 'ngon nhất', 'nhỏ nhất', 'nhỏ'), ('ngon', 'ngon nhất', 'thông_minh nhất', 'thông_minh'), ('ngon', 'ngon nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('ngon', 'ngon nhất', 'cao nhất', 'cao'), ('ấm_áp', 'ấm nhất', 'yếu nhất', 'yếu'), ('ấm_áp', 'ấm nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('ấm_áp', 'ấm nhất', 'rộng nhất', 'rộng'), ('ấm_áp', 'ấm nhất', 'lớn nhất', 'lớn'), ('ấm_áp', 'ấm nhất', 'sáng nhất', 'sáng'), ('ấm_áp', 'ấm nhất', 'lạnh nhất', 'lạnh'), ('ấm_áp', 'ấm nhất', 'lạnh nhất', 'mát_mẻ'), ('ấm_áp', 'ấm nhất', 'tối nhất', 'tối'), ('ấm_áp', 'ấm nhất', 'dễ nhất', 'dễ_dàng'), ('ấm_áp', 'ấm nhất', 'tốt', 'tốt'), ('ấm_áp', 'ấm nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('ấm_áp', 'ấm nhất', 'cao nhất', 'cao'), ('ấm_áp', 'ấm nhất', 'nóng nhất', 'nóng'), ('ấm_áp', 'ấm nhất', 'lớn nhất', 'lớn'), ('ấm_áp', 'ấm nhất', 'dài nhất', 'dài'), ('ấm_áp', 'ấm nhất', 'thấp nhất', 'thấp'), ('ấm_áp', 'ấm nhất', 'may_mắn nhất', 'may_mắn'), ('ấm_áp', 'ấm nhất', 'đơn_giản nhất', 'đơn_giản'), ('ấm_áp', 'ấm nhất', 'ngắn nhất', 'ngắn'), ('ấm_áp', 'ấm nhất', 'chậm nhất', 'chậm'), ('ấm_áp', 'ấm nhất', 'nhỏ nhất', 'nhỏ'), ('ấm_áp', 'ấm nhất', 'thông_minh nhất', 'thông_minh'), ('ấm_áp', 'ấm nhất', 'mạnh nhất', 'mạnh_mẽ'), ('ấm_áp', 'ấm nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('ấm_áp', 'ấm nhất', 'cao nhất', 'cao'), ('ấm_áp', 'ấm nhất', 'ngon nhất', 'ngon'), ('yếu', 'yếu nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('yếu', 'yếu nhất', 'rộng nhất', 'rộng'), ('yếu', 'yếu nhất', 'lớn nhất', 'lớn'), ('yếu', 'yếu nhất', 'sáng nhất', 'sáng'), ('yếu', 'yếu nhất', 'lạnh nhất', 'lạnh'), ('yếu', 'yếu nhất', 'tối nhất', 'tối'), ('yếu', 'yếu nhất', 'dễ nhất', 'dễ_dàng'), ('yếu', 'yếu nhất', 'tốt', 'tốt'), ('yếu', 'yếu nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('yếu', 'yếu nhất', 'cao nhất', 'cao'), ('yếu', 'yếu nhất', 'nóng nhất', 'nóng'), ('yếu', 'yếu nhất', 'lớn nhất', 'lớn'), ('yếu', 'yếu nhất', 'dài nhất', 'dài'), ('yếu', 'yếu nhất', 'thấp nhất', 'thấp'), ('yếu', 'yếu nhất', 'may_mắn nhất', 'may_mắn'), ('yếu', 'yếu nhất', 'đơn_giản nhất', 'đơn_giản'), ('yếu', 'yếu nhất', 'ngắn nhất', 'ngắn'), ('yếu', 'yếu nhất', 'chậm nhất', 'chậm'), ('yếu', 'yếu nhất', 'nhỏ nhất', 'nhỏ'), ('yếu', 'yếu nhất', 'thông_minh nhất', 'thông_minh'), ('yếu', 'yếu nhất', 'mạnh nhất', 'mạnh_mẽ'), ('yếu', 'yếu nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('yếu', 'yếu nhất', 'cao nhất', 'cao'), ('yếu', 'yếu nhất', 'ngon nhất', 'ngon'), ('yếu', 'yếu nhất', 'ấm nhất', 'ấm_áp'), ('kỳ_lạ', 'kỳ_lạ nhất', 'rộng nhất', 'rộng'), ('kỳ_lạ', 'kỳ_lạ nhất', 'lớn nhất', 'lớn'), ('kỳ_lạ', 'kỳ_lạ nhất', 'sáng nhất', 'sáng'), ('kỳ_lạ', 'kỳ_lạ nhất', 'lạnh nhất', 'lạnh'), ('kỳ_lạ', 'kỳ_lạ nhất', 'tối nhất', 'tối'), ('kỳ_lạ', 'kỳ_lạ nhất', 'dễ nhất', 'dễ_dàng'), ('kỳ_lạ', 'kỳ_lạ nhất', 'nhanh nhất', 'nhanh_chóng'), ('kỳ_lạ', 'kỳ_lạ nhất', 'tốt', 'tốt'), ('kỳ_lạ', 'kỳ_lạ nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('kỳ_lạ', 'kỳ_lạ nhất', 'cao nhất', 'cao'), ('kỳ_lạ', 'kỳ_lạ nhất', 'nóng nhất', 'nóng'), ('kỳ_lạ', 'kỳ_lạ nhất', 'lớn nhất', 'lớn'), ('kỳ_lạ', 'kỳ_lạ nhất', 'dài nhất', 'dài'), ('kỳ_lạ', 'kỳ_lạ nhất', 'thấp nhất', 'thấp'), ('kỳ_lạ', 'kỳ_lạ nhất', 'may_mắn nhất', 'may_mắn'), ('kỳ_lạ', 'kỳ_lạ nhất', 'nhanh nhất', 'nhanh_chóng'), ('kỳ_lạ', 'kỳ_lạ nhất', 'đơn_giản nhất', 'đơn_giản'), ('kỳ_lạ', 'kỳ_lạ nhất', 'ngắn nhất', 'ngắn'), ('kỳ_lạ', 'kỳ_lạ nhất', 'chậm nhất', 'chậm'), ('kỳ_lạ', 'kỳ_lạ nhất', 'nhỏ nhất', 'nhỏ'), ('kỳ_lạ', 'kỳ_lạ nhất', 'thông_minh nhất', 'thông_minh'), ('kỳ_lạ', 'kỳ_lạ nhất', 'lạ_lùng nhất', 'lạ'), ('kỳ_lạ', 'kỳ_lạ nhất', 'mạnh nhất', 'mạnh_mẽ'), ('kỳ_lạ', 'kỳ_lạ nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('kỳ_lạ', 'kỳ_lạ nhất', 'cao nhất', 'cao'), ('kỳ_lạ', 'kỳ_lạ nhất', 'ngon nhất', 'ngon'), ('kỳ_lạ', 'kỳ_lạ nhất', 'ấm nhất', 'ấm_áp'), ('kỳ_lạ', 'kỳ_lạ nhất', 'yếu nhất', 'yếu'), ('rộng', 'rộng nhất', 'lớn nhất', 'lớn'), ('rộng', 'rộng nhất', 'sáng nhất', 'sáng'), ('rộng', 'rộng nhất', 'lạnh nhất', 'lạnh'), ('rộng', 'rộng nhất', 'lạnh nhất', 'mát_mẻ'), ('rộng', 'rộng nhất', 'tối nhất', 'tối'), ('rộng', 'rộng nhất', 'dễ nhất', 'dễ_dàng'), ('rộng', 'rộng nhất', 'nhanh nhất', 'nhanh_chóng'), ('rộng', 'rộng nhất', 'tốt', 'tốt'), ('rộng', 'rộng nhất', 'cao nhất', 'cao'), ('rộng', 'rộng nhất', 'nóng nhất', 'nóng'), ('rộng', 'rộng nhất', 'lớn nhất', 'lớn'), ('rộng', 'rộng nhất', 'dài nhất', 'dài'), ('rộng', 'rộng nhất', 'thấp nhất', 'thấp'), ('rộng', 'rộng nhất', 'may_mắn nhất', 'may_mắn'), ('rộng', 'rộng nhất', 'nhanh nhất', 'nhanh_chóng'), ('rộng', 'rộng nhất', 'đơn_giản nhất', 'đơn_giản'), ('rộng', 'rộng nhất', 'ngắn nhất', 'ngắn'), ('rộng', 'rộng nhất', 'chậm nhất', 'chậm'), ('rộng', 'rộng nhất', 'nhỏ nhất', 'nhỏ'), ('rộng', 'rộng nhất', 'thông_minh nhất', 'thông_minh'), ('rộng', 'rộng nhất', 'mạnh nhất', 'mạnh_mẽ'), ('rộng', 'rộng nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('rộng', 'rộng nhất', 'cao nhất', 'cao'), ('rộng', 'rộng nhất', 'ngon nhất', 'ngon'), ('rộng', 'rộng nhất', 'ấm nhất', 'ấm_áp'), ('rộng', 'rộng nhất', 'yếu nhất', 'yếu'), ('rộng', 'rộng nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('trẻ', 'trẻ nhất', 'lớn nhất', 'lớn'), ('trẻ', 'trẻ nhất', 'sáng nhất', 'sáng'), ('trẻ', 'trẻ nhất', 'lạnh nhất', 'lạnh'), ('trẻ', 'trẻ nhất', 'tối nhất', 'tối'), ('trẻ', 'trẻ nhất', 'dễ nhất', 'dễ_dàng'), ('trẻ', 'trẻ nhất', 'nhanh nhất', 'nhanh_chóng'), ('trẻ', 'trẻ nhất', 'tốt', 'tốt'), ('trẻ', 'trẻ nhất', 'cao nhất', 'cao'), ('trẻ', 'trẻ nhất', 'nóng nhất', 'nóng'), ('trẻ', 'trẻ nhất', 'lớn nhất', 'lớn'), ('trẻ', 'trẻ nhất', 'dài nhất', 'dài'), ('trẻ', 'trẻ nhất', 'thấp nhất', 'thấp'), ('trẻ', 'trẻ nhất', 'may_mắn nhất', 'may_mắn'), ('trẻ', 'trẻ nhất', 'nhanh nhất', 'nhanh_chóng'), ('trẻ', 'trẻ nhất', 'đơn_giản nhất', 'đơn_giản'), ('trẻ', 'trẻ nhất', 'ngắn nhất', 'ngắn'), ('trẻ', 'trẻ nhất', 'chậm nhất', 'chậm'), ('trẻ', 'trẻ nhất', 'nhỏ nhất', 'nhỏ'), ('trẻ', 'trẻ nhất', 'thông_minh nhất', 'thông_minh'), ('trẻ', 'trẻ nhất', 'mạnh nhất', 'mạnh_mẽ'), ('trẻ', 'trẻ nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('trẻ', 'trẻ nhất', 'cao nhất', 'cao'), ('trẻ', 'trẻ nhất', 'ngon nhất', 'ngon'), ('trẻ', 'trẻ nhất', 'ấm nhất', 'ấm_áp'), ('trẻ', 'trẻ nhất', 'yếu nhất', 'yếu'), ('trẻ', 'trẻ nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('trẻ', 'trẻ nhất', 'rộng nhất', 'rộng')], 'incorrect': []}, {'OOV/Total/VN_Solveable_Cases/VN_Phrase_Target': [1, 3135, 3048, 0], 'MAP@10': 0.49719778466587655}]\nEmbedding: Dec07_multi_fastText_W2V_with_c2v4oov_lowercase_Wiki_elmo_300_300_1024_rm0.vec\n[{'section': '| countries', 'correct': [('cậu bé', 'cô gái', 'em_gái', 'anh_trai'), ('cậu bé', 'cô gái', 'chị_em gái', 'anh_em'), ('cậu bé', 'cô gái', 'mẹ', 'cha'), ('cậu bé', 'cô gái', 'bà', 'ông'), ('cậu bé', 'cô gái', 'cô_dâu', 'chú_rể'), ('cậu bé', 'cô gái', 'đàn_bà', 'đàn_ông'), ('cậu bé', 'cô gái', 'công_chúa', 'hoàng_tử'), ('anh_trai', 'chị', 'mẹ', 'cha'), ('anh_trai', 'chị', 'bà', 'ông'), ('anh_trai', 'chị', 'đàn_bà', 'đàn_ông'), ('anh_trai', 'chị', 'công_chúa', 'hoàng_tử'), ('anh_em', 'chị_em', 'mẹ', 'cha'), ('anh_em', 'chị_em', 'bà', 'ông'), ('anh_em', 'chị_em', 'cô_dâu', 'chú_rể'), ('anh_em', 'chị_em', 'nữ_hoàng', 'vua'), ('anh_em', 'chị_em', 'đàn_bà', 'đàn_ông'), ('anh_em', 'chị_em', 'công_chúa', 'hoàng_tử'), ('anh_em', 'chị_em', 'em_gái', 'anh_trai'), ('bố', 'mẹ', 'mẹ', 'cha'), ('bố', 'mẹ', 'bà', 'ông'), ('bố', 'mẹ', 'cô_dâu', 'chú_rể'), ('bố', 'mẹ', 'đàn_bà', 'đàn_ông'), ('bố', 'mẹ', 'công_chúa', 'hoàng_tử'), ('bố', 'mẹ', 'em_gái', 'anh_trai'), ('bố', 'mẹ', 'chị_em gái', 'anh_em'), ('cha', 'mẹ', 'bà', 'ông'), ('cha', 'mẹ', 'cô_dâu', 'chú_rể'), ('cha', 'mẹ', 'nữ_hoàng', 'vua'), ('cha', 'mẹ', 'đàn_bà', 'đàn_ông'), ('cha', 'mẹ', 'công_chúa', 'hoàng_tử'), ('cha', 'mẹ', 'em_gái', 'anh_trai'), ('cha', 'mẹ', 'chị_em gái', 'anh_em'), ('ông nội', 'bà ngoại', 'bà', 'ông'), ('ông nội', 'bà ngoại', 'cô_dâu', 'chú_rể'), ('ông nội', 'bà ngoại', 'vợ', 'chồng'), ('ông nội', 'bà ngoại', 'nữ_hoàng', 'vua'), ('ông nội', 'bà ngoại', 'công_chúa', 'hoàng_tử'), ('ông nội', 'bà ngoại', 'em_gái', 'anh_trai'), ('ông nội', 'bà ngoại', 'chị_em gái', 'anh_em'), ('ông nội', 'bà ngoại', 'mẹ', 'cha'), ('ông nội', 'bà', 'cô_dâu', 'chú_rể'), ('ông nội', 'bà', 'nữ_hoàng', 'vua'), ('ông nội', 'bà', 'công_chúa', 'hoàng_tử'), ('ông nội', 'bà', 'em_gái', 'anh_trai'), ('ông nội', 'bà', 'chị_em gái', 'anh_em'), ('ông nội', 'bà', 'mẹ', 'cha'), ('cháu trai', 'cháu gái', 'cô_dâu', 'chú_rể'), ('cháu trai', 'cháu gái', 'nữ_hoàng', 'vua'), ('cháu trai', 'cháu gái', 'đàn_bà', 'đàn_ông'), ('cháu trai', 'cháu gái', 'công_chúa', 'hoàng_tử'), ('cháu trai', 'cháu gái', 'em_gái', 'anh_trai'), ('cháu trai', 'cháu gái', 'chị_em gái', 'anh_em'), ('cháu trai', 'cháu gái', 'mẹ', 'cha'), ('cháu trai', 'cháu gái', 'bà', 'ông'), ('chú_rể', 'cô_dâu', 'đàn_bà', 'đàn_ông'), ('chú_rể', 'cô_dâu', 'công_chúa', 'hoàng_tử'), ('chú_rể', 'cô_dâu', 'em_gái', 'anh_trai'), ('chú_rể', 'cô_dâu', 'chị_em gái', 'anh_em'), ('chú_rể', 'cô_dâu', 'mẹ', 'cha'), ('chú_rể', 'cô_dâu', 'bà nội', 'ông'), ('anh ấy', 'cô ấy', 'nữ_hoàng', 'vua'), ('anh ấy', 'cô ấy', 'đàn_bà', 'đàn_ông'), ('anh ấy', 'cô ấy', 'công_chúa', 'hoàng_tử'), ('anh ấy', 'cô ấy', 'em_gái', 'anh_trai'), ('anh ấy', 'cô ấy', 'chị_em gái', 'anh_em'), ('anh ấy', 'cô ấy', 'mẹ', 'cha'), ('anh ấy', 'cô ấy', 'bà', 'ông'), ('anh ấy', 'cô ấy', 'cô_dâu', 'chú_rể'), ('của anh ấy', 'của cô ấy', 'nữ_hoàng', 'vua'), ('của anh ấy', 'của cô ấy', 'đàn_bà', 'đàn_ông'), ('của anh ấy', 'của cô ấy', 'công_chúa', 'hoàng_tử'), ('của anh ấy', 'của cô ấy', 'em_gái', 'anh_trai'), ('của anh ấy', 'của cô ấy', 'chị_em gái', 'anh_em'), ('của anh ấy', 'của cô ấy', 'mẹ', 'cha'), ('của anh ấy', 'của cô ấy', 'bà', 'ông'), ('của anh ấy', 'của cô ấy', 'cô_dâu', 'chú_rể'), ('chồng', 'vợ', 'đàn_bà', 'đàn_ông'), ('chồng', 'vợ', 'công_chúa', 'hoàng_tử'), ('chồng', 'vợ', 'em_gái', 'anh_trai'), ('chồng', 'vợ', 'mẹ', 'cha'), ('chồng', 'vợ', 'bà', 'ông'), ('chồng', 'vợ', 'cô_dâu', 'chú_rể'), ('vua', 'nữ_hoàng', 'đàn_bà', 'đàn_ông'), ('vua', 'nữ_hoàng', 'công_chúa', 'hoàng_tử'), ('vua', 'nữ_hoàng', 'em_gái', 'anh_trai'), ('vua', 'nữ_hoàng', 'chị_em gái', 'anh_em'), ('vua', 'nữ_hoàng', 'mẹ', 'cha'), ('vua', 'nữ_hoàng', 'bà', 'ông'), ('vua', 'nữ_hoàng', 'cô_dâu', 'chú_rể'), ('người đàn_ông', 'phụ_nữ', 'công_chúa', 'hoàng_tử'), ('người đàn_ông', 'phụ_nữ', 'em_gái', 'anh_trai'), ('người đàn_ông', 'phụ_nữ', 'chị_em gái', 'anh_em'), ('người đàn_ông', 'phụ_nữ', 'mẹ', 'bố'), ('người đàn_ông', 'phụ_nữ', 'mẹ', 'cha'), ('người đàn_ông', 'phụ_nữ', 'bà', 'ông'), ('người đàn_ông', 'phụ_nữ', 'cô_dâu', 'chú_rể'), ('người đàn_ông', 'phụ_nữ', 'nữ_hoàng', 'vua'), ('cháu trai', 'cháu gái', 'công_chúa', 'hoàng_tử'), ('cháu trai', 'cháu gái', 'em_gái', 'anh_trai'), ('cháu trai', 'cháu gái', 'chị_em gái', 'anh_em'), ('cháu trai', 'cháu gái', 'mẹ', 'cha'), ('cháu trai', 'cháu gái', 'bà', 'ông'), ('cháu trai', 'cháu gái', 'cô_dâu', 'chú_rể'), ('cháu trai', 'cháu gái', 'nữ_hoàng', 'vua'), ('cháu trai', 'cháu gái', 'đàn_bà', 'đàn_ông'), ('cảnh_sát', 'nữ cảnh_sát', 'công_chúa', 'hoàng_tử'), ('cảnh_sát', 'nữ cảnh_sát', 'em_gái', 'anh_trai'), ('cảnh_sát', 'nữ cảnh_sát', 'chị_em gái', 'anh_em'), ('cảnh_sát', 'nữ cảnh_sát', 'mẹ', 'cha'), ('cảnh_sát', 'nữ cảnh_sát', 'bà', 'ông'), ('cảnh_sát', 'nữ cảnh_sát', 'cô_dâu', 'chú_rể'), ('cảnh_sát', 'nữ cảnh_sát', 'nữ_hoàng', 'vua'), ('cảnh_sát', 'nữ cảnh_sát', 'đàn_bà', 'đàn_ông'), ('hoàng_tử', 'công_chúa', 'em_gái', 'anh_trai'), ('hoàng_tử', 'công_chúa', 'chị_em gái', 'anh_em'), ('hoàng_tử', 'công_chúa', 'mẹ', 'cha'), ('hoàng_tử', 'công_chúa', 'bà', 'ông'), ('hoàng_tử', 'công_chúa', 'cô_dâu', 'chú_rể'), ('hoàng_tử', 'công_chúa', 'nữ_hoàng', 'vua'), ('hoàng_tử', 'công_chúa', 'đàn_bà', 'đàn_ông'), ('con trai', 'con gái', 'em_gái', 'anh_trai'), ('con trai', 'con gái', 'chị_em gái', 'anh_em'), ('con trai', 'con gái', 'mẹ', 'cha'), ('con trai', 'con gái', 'bà', 'ông'), ('con trai', 'con gái', 'cô_dâu', 'chú_rể'), ('con trai', 'con gái', 'nữ_hoàng', 'vua'), ('con trai', 'con gái', 'đàn_bà', 'đàn_ông'), ('con trai', 'con gái', 'công_chúa', 'hoàng_tử'), ('con trai', 'con gái', 'em_gái', 'anh_trai'), ('con trai', 'con gái', 'chị_em gái', 'anh_em'), ('con trai', 'con gái', 'mẹ', 'cha'), ('con trai', 'con gái', 'bà', 'ông'), ('con trai', 'con gái', 'cô_dâu', 'chú_rể'), ('con trai', 'con gái', 'nữ_hoàng', 'vua'), ('con trai', 'con gái', 'đàn_bà', 'đàn_ông'), ('con trai', 'con gái', 'công_chúa', 'hoàng_tử'), ('cha dượng', 'mẹ_kế', 'em_gái', 'anh_trai'), ('cha dượng', 'mẹ_kế', 'chị_em gái', 'anh_em'), ('cha dượng', 'mẹ_kế', 'mẹ', 'cha'), ('cha dượng', 'mẹ_kế', 'bà', 'ông'), ('cha dượng', 'mẹ_kế', 'cô_dâu', 'chú_rể'), ('cha dượng', 'mẹ_kế', 'nữ_hoàng', 'vua'), ('cha dượng', 'mẹ_kế', 'đàn_bà', 'đàn_ông'), ('cha dượng', 'mẹ_kế', 'công_chúa', 'hoàng_tử'), ('con trai riêng', 'con gái riêng', 'em_gái', 'anh_trai'), ('con trai riêng', 'con gái riêng', 'chị_em gái', 'anh_em'), ('con trai riêng', 'con gái riêng', 'mẹ', 'cha'), ('con trai riêng', 'con gái riêng', 'bà', 'ông'), ('con trai riêng', 'con gái riêng', 'cô_dâu', 'chú_rể'), ('con trai riêng', 'con gái riêng', 'nữ_hoàng', 'vua'), ('con trai riêng', 'con gái riêng', 'đàn_bà', 'đàn_ông'), ('con trai riêng', 'con gái riêng', 'công_chúa', 'hoàng_tử'), ('chú', 'dì', 'em_gái', 'anh_trai'), ('chú', 'dì', 'chị_em gái', 'anh_em'), ('chú', 'dì', 'mẹ', 'cha'), ('chú', 'dì', 'bà', 'ông'), ('chú', 'dì', 'cô_dâu', 'chú_rể'), ('chú', 'dì', 'nữ_hoàng', 'vua'), ('chú', 'dì', 'đàn_bà', 'đàn_ông'), ('chú', 'dì', 'công_chúa', 'hoàng_tử'), ('chấp_nhận được', 'không_thể chấp_nhận', 'không cạnh_tranh', 'cạnh_tranh'), ('chấp_nhận được', 'không_thể chấp_nhận', 'thiếu thuyết_phục', 'thuyết_phục'), ('chấp_nhận được', 'không_thể chấp_nhận', 'bất_tiện', 'thuận_tiện'), ('chấp_nhận được', 'không_thể chấp_nhận', 'chưa quyết_định', 'quyết_định'), ('chấp_nhận được', 'không_thể chấp_nhận', 'không hiệu_quả', 'hiệu_quả'), ('chấp_nhận được', 'không_thể chấp_nhận', 'phi đạo_đức', 'đạo_đức'), ('chấp_nhận được', 'không_thể chấp_nhận', 'Không trung_thực', 'trung_thực'), ('chấp_nhận được', 'không_thể chấp_nhận', 'không ấn_tượng', 'ấn_tượng'), ('chấp_nhận được', 'không_thể chấp_nhận', 'không thông_tin', 'thông_tin'), ('chấp_nhận được', 'không_thể chấp_nhận', 'phi logic', 'logic'), ('chấp_nhận được', 'không_thể chấp_nhận', 'không hợp_lý', 'hợp_lý'), ('chấp_nhận được', 'không_thể chấp_nhận', 'không chắc_chắn', 'chắc_chắn'), ('nhận_thức', 'không biết', 'không cạnh_tranh', 'cạnh_tranh'), ('nhận_thức', 'không biết', 'thiếu thuyết_phục', 'thuyết_phục'), ('nhận_thức', 'không biết', 'chưa quyết_định', 'quyết_định'), ('nhận_thức', 'không biết', 'không hiệu_quả', 'hiệu_quả'), ('nhận_thức', 'không biết', 'phi đạo_đức', 'đạo_đức'), ('nhận_thức', 'không biết', 'Không trung_thực', 'trung_thực'), ('nhận_thức', 'không biết', 'không ấn_tượng', 'ấn_tượng'), ('nhận_thức', 'không biết', 'không thông_tin', 'thông_tin'), ('nhận_thức', 'không biết', 'phi logic', 'logic'), ('nhận_thức', 'không biết', 'không hợp_lý', 'hợp_lý'), ('nhận_thức', 'không biết', 'không chắc_chắn', 'chắc_chắn'), ('nhất_định', 'không chắc_chắn', 'khó_chịu', 'thoải_mái'), ('nhất_định', 'không chắc_chắn', 'không cạnh_tranh', 'cạnh_tranh'), ('nhất_định', 'không chắc_chắn', 'thiếu thuyết_phục', 'thuyết_phục'), ('nhất_định', 'không chắc_chắn', 'bất_tiện', 'thuận_tiện'), ('nhất_định', 'không chắc_chắn', 'chưa quyết_định', 'quyết_định'), ('nhất_định', 'không chắc_chắn', 'không hiệu_quả', 'hiệu_quả'), ('nhất_định', 'không chắc_chắn', 'phi đạo_đức', 'đạo_đức'), ('nhất_định', 'không chắc_chắn', 'Không trung_thực', 'trung_thực'), ('nhất_định', 'không chắc_chắn', 'không ấn_tượng', 'ấn_tượng'), ('nhất_định', 'không chắc_chắn', 'không thông_tin', 'thông_tin'), ('nhất_định', 'không chắc_chắn', 'phi logic', 'logic'), ('nhất_định', 'không chắc_chắn', 'khó_chịu', 'dễ_chịu'), ('nhất_định', 'không chắc_chắn', 'không hợp_lý', 'hợp_lý'), ('rõ_ràng', 'không rõ_ràng', 'không cạnh_tranh', 'cạnh_tranh'), ('rõ_ràng', 'không rõ_ràng', 'thiếu thuyết_phục', 'thuyết_phục'), ('rõ_ràng', 'không rõ_ràng', 'bất_tiện', 'thuận_tiện'), ('rõ_ràng', 'không rõ_ràng', 'chưa quyết_định', 'quyết_định'), ('rõ_ràng', 'không rõ_ràng', 'không hiệu_quả', 'hiệu_quả'), ('rõ_ràng', 'không rõ_ràng', 'phi đạo_đức', 'đạo_đức'), ('rõ_ràng', 'không rõ_ràng', 'không may', 'may_mắn'), ('rõ_ràng', 'không rõ_ràng', 'Không trung_thực', 'trung_thực'), ('rõ_ràng', 'không rõ_ràng', 'không ấn_tượng', 'ấn_tượng'), ('rõ_ràng', 'không rõ_ràng', 'không thông_tin', 'thông_tin'), ('rõ_ràng', 'không rõ_ràng', 'phi logic', 'logic'), ('rõ_ràng', 'không rõ_ràng', 'khó_chịu', 'dễ_chịu'), ('rõ_ràng', 'không rõ_ràng', 'không hợp_lý', 'hợp_lý'), ('rõ_ràng', 'không rõ_ràng', 'không chắc_chắn', 'chắc_chắn'), ('thoải_mái', 'khó_chịu', 'không cạnh_tranh', 'cạnh_tranh'), ('thoải_mái', 'khó_chịu', 'thiếu thuyết_phục', 'thuyết_phục'), ('thoải_mái', 'khó_chịu', 'bất_tiện', 'thuận_tiện'), ('thoải_mái', 'khó_chịu', 'chưa quyết_định', 'quyết_định'), ('thoải_mái', 'khó_chịu', 'không hiệu_quả', 'hiệu_quả'), ('thoải_mái', 'khó_chịu', 'phi đạo_đức', 'đạo_đức'), ('thoải_mái', 'khó_chịu', 'Không trung_thực', 'trung_thực'), ('thoải_mái', 'khó_chịu', 'không ấn_tượng', 'ấn_tượng'), ('thoải_mái', 'khó_chịu', 'không thông_tin', 'thông_tin'), ('thoải_mái', 'khó_chịu', 'phi logic', 'logic'), ('thoải_mái', 'khó_chịu', 'khó_chịu', 'dễ_chịu'), ('thoải_mái', 'khó_chịu', 'không_thể tưởng_tượng được', 'có_thể'), ('thoải_mái', 'khó_chịu', 'không hợp_lý', 'hợp_lý'), ('thoải_mái', 'khó_chịu', 'không chắc_chắn', 'chắc_chắn'), ('cạnh_tranh', 'không cạnh_tranh', 'thiếu thuyết_phục', 'thuyết_phục'), ('cạnh_tranh', 'không cạnh_tranh', 'bất_tiện', 'thuận_tiện'), ('cạnh_tranh', 'không cạnh_tranh', 'chưa quyết_định', 'quyết_định'), ('cạnh_tranh', 'không cạnh_tranh', 'không hiệu_quả', 'hiệu_quả'), ('cạnh_tranh', 'không cạnh_tranh', 'phi đạo_đức', 'đạo_đức'), ('cạnh_tranh', 'không cạnh_tranh', 'không may', 'may_mắn'), ('cạnh_tranh', 'không cạnh_tranh', 'Không trung_thực', 'trung_thực'), ('cạnh_tranh', 'không cạnh_tranh', 'không ấn_tượng', 'ấn_tượng'), ('cạnh_tranh', 'không cạnh_tranh', 'không thông_tin', 'thông_tin'), ('cạnh_tranh', 'không cạnh_tranh', 'phi logic', 'logic'), ('cạnh_tranh', 'không cạnh_tranh', 'không hợp_lý', 'hợp_lý'), ('cạnh_tranh', 'không cạnh_tranh', 'không chắc_chắn', 'chắc_chắn'), ('cạnh_tranh', 'không cạnh_tranh', 'không rõ', 'rõ_ràng'), ('thuyết_phục', 'thiếu thuyết_phục', 'chưa quyết_định', 'quyết_định'), ('thuyết_phục', 'thiếu thuyết_phục', 'không hiệu_quả', 'hiệu_quả'), ('thuyết_phục', 'thiếu thuyết_phục', 'phi đạo_đức', 'đạo_đức'), ('thuyết_phục', 'thiếu thuyết_phục', 'không may', 'may_mắn'), ('thuyết_phục', 'thiếu thuyết_phục', 'Không trung_thực', 'trung_thực'), ('thuyết_phục', 'thiếu thuyết_phục', 'không ấn_tượng', 'ấn_tượng'), ('thuyết_phục', 'thiếu thuyết_phục', 'không thông_tin', 'thông_tin'), ('thuyết_phục', 'thiếu thuyết_phục', 'phi logic', 'logic'), ('thuyết_phục', 'thiếu thuyết_phục', 'không hợp_lý', 'hợp_lý'), ('thuyết_phục', 'thiếu thuyết_phục', 'không chắc_chắn', 'chắc_chắn'), ('thuyết_phục', 'thiếu thuyết_phục', 'không rõ', 'rõ_ràng'), ('thuyết_phục', 'thiếu thuyết_phục', 'không cạnh_tranh', 'cạnh_tranh'), ('thuận_tiện', 'bất_tiện', 'chưa quyết_định', 'quyết_định'), ('thuận_tiện', 'bất_tiện', 'không hiệu_quả', 'hiệu_quả'), ('thuận_tiện', 'bất_tiện', 'phi đạo_đức', 'đạo_đức'), ('thuận_tiện', 'bất_tiện', 'Không trung_thực', 'trung_thực'), ('thuận_tiện', 'bất_tiện', 'không ấn_tượng', 'ấn_tượng'), ('thuận_tiện', 'bất_tiện', 'không thông_tin', 'thông_tin'), ('thuận_tiện', 'bất_tiện', 'phi logic', 'logic'), ('thuận_tiện', 'bất_tiện', 'khó_chịu', 'dễ_chịu'), ('thuận_tiện', 'bất_tiện', 'không_thể tưởng_tượng được', 'có_thể'), ('thuận_tiện', 'bất_tiện', 'không hợp_lý', 'hợp_lý'), ('thuận_tiện', 'bất_tiện', 'không chắc_chắn', 'chắc_chắn'), ('thuận_tiện', 'bất_tiện', 'khó_chịu', 'thoải_mái'), ('thuận_tiện', 'bất_tiện', 'không cạnh_tranh', 'cạnh_tranh'), ('thuận_tiện', 'bất_tiện', 'thiếu thuyết_phục', 'thuyết_phục'), ('quyết_định', 'chưa quyết_định', 'không hiệu_quả', 'hiệu_quả'), ('quyết_định', 'chưa quyết_định', 'phi đạo_đức', 'đạo_đức'), ('quyết_định', 'chưa quyết_định', 'Không trung_thực', 'trung_thực'), ('quyết_định', 'chưa quyết_định', 'không ấn_tượng', 'ấn_tượng'), ('quyết_định', 'chưa quyết_định', 'không thông_tin', 'thông_tin'), ('quyết_định', 'chưa quyết_định', 'phi logic', 'logic'), ('quyết_định', 'chưa quyết_định', 'không hợp_lý', 'hợp_lý'), ('quyết_định', 'chưa quyết_định', 'không chắc_chắn', 'chắc_chắn'), ('quyết_định', 'chưa quyết_định', 'không rõ', 'rõ_ràng'), ('quyết_định', 'chưa quyết_định', 'không cạnh_tranh', 'cạnh_tranh'), ('quyết_định', 'chưa quyết_định', 'thiếu thuyết_phục', 'thuyết_phục'), ('quyết_định', 'chưa quyết_định', 'bất_tiện', 'thuận_tiện'), ('hiệu_quả', 'không hiệu_quả', 'phi đạo_đức', 'đạo_đức'), ('hiệu_quả', 'không hiệu_quả', 'không may', 'may_mắn'), ('hiệu_quả', 'không hiệu_quả', 'Không trung_thực', 'trung_thực'), ('hiệu_quả', 'không hiệu_quả', 'không ấn_tượng', 'ấn_tượng'), ('hiệu_quả', 'không hiệu_quả', 'không thông_tin', 'thông_tin'), ('hiệu_quả', 'không hiệu_quả', 'phi logic', 'logic'), ('hiệu_quả', 'không hiệu_quả', 'khó_chịu', 'dễ_chịu'), ('hiệu_quả', 'không hiệu_quả', 'không hợp_lý', 'hợp_lý'), ('hiệu_quả', 'không hiệu_quả', 'không chắc_chắn', 'chắc_chắn'), ('hiệu_quả', 'không hiệu_quả', 'không rõ', 'rõ_ràng'), ('hiệu_quả', 'không hiệu_quả', 'khó_chịu', 'thoải_mái'), ('hiệu_quả', 'không hiệu_quả', 'không cạnh_tranh', 'cạnh_tranh'), ('hiệu_quả', 'không hiệu_quả', 'thiếu thuyết_phục', 'thuyết_phục'), ('hiệu_quả', 'không hiệu_quả', 'bất_tiện', 'thuận_tiện'), ('hiệu_quả', 'không hiệu_quả', 'chưa quyết_định', 'quyết_định'), ('đạo_đức', 'phi đạo_đức', 'Không trung_thực', 'trung_thực'), ('đạo_đức', 'phi đạo_đức', 'không ấn_tượng', 'ấn_tượng'), ('đạo_đức', 'phi đạo_đức', 'không thông_tin', 'thông_tin'), ('đạo_đức', 'phi đạo_đức', 'phi logic', 'logic'), ('đạo_đức', 'phi đạo_đức', 'không_thể tưởng_tượng được', 'có_thể'), ('đạo_đức', 'phi đạo_đức', 'không hợp_lý', 'hợp_lý'), ('đạo_đức', 'phi đạo_đức', 'không chắc_chắn', 'chắc_chắn'), ('đạo_đức', 'phi đạo_đức', 'không rõ', 'rõ_ràng'), ('đạo_đức', 'phi đạo_đức', 'không cạnh_tranh', 'cạnh_tranh'), ('đạo_đức', 'phi đạo_đức', 'thiếu thuyết_phục', 'thuyết_phục'), ('đạo_đức', 'phi đạo_đức', 'chưa quyết_định', 'quyết_định'), ('đạo_đức', 'phi đạo_đức', 'không hiệu_quả', 'hiệu_quả'), ('may_mắn', 'không may', 'Không trung_thực', 'trung_thực'), ('may_mắn', 'không may', 'không ấn_tượng', 'ấn_tượng'), ('may_mắn', 'không may', 'không thông_tin', 'thông_tin'), ('may_mắn', 'không may', 'phi logic', 'logic'), ('may_mắn', 'không may', 'khó_chịu', 'dễ_chịu'), ('may_mắn', 'không may', 'không hợp_lý', 'hợp_lý'), ('may_mắn', 'không may', 'không chắc_chắn', 'chắc_chắn'), ('may_mắn', 'không may', 'không rõ', 'rõ_ràng'), ('may_mắn', 'không may', 'không cạnh_tranh', 'cạnh_tranh'), ('may_mắn', 'không may', 'thiếu thuyết_phục', 'thuyết_phục'), ('may_mắn', 'không may', 'chưa quyết_định', 'quyết_định'), ('may_mắn', 'không may', 'không hiệu_quả', 'hiệu_quả'), ('may_mắn', 'không may', 'phi đạo_đức', 'đạo_đức'), ('trung_thực', 'không trung_thực', 'không ấn_tượng', 'ấn_tượng'), ('trung_thực', 'không trung_thực', 'không thông_tin', 'thông_tin'), ('trung_thực', 'không trung_thực', 'phi logic', 'logic'), ('trung_thực', 'không trung_thực', 'khó_chịu', 'dễ_chịu'), ('trung_thực', 'không trung_thực', 'không hợp_lý', 'hợp_lý'), ('trung_thực', 'không trung_thực', 'không chắc_chắn', 'chắc_chắn'), ('trung_thực', 'không trung_thực', 'không rõ', 'rõ_ràng'), ('trung_thực', 'không trung_thực', 'không cạnh_tranh', 'cạnh_tranh'), ('trung_thực', 'không trung_thực', 'thiếu thuyết_phục', 'thuyết_phục'), ('trung_thực', 'không trung_thực', 'chưa quyết_định', 'quyết_định'), ('trung_thực', 'không trung_thực', 'không hiệu_quả', 'hiệu_quả'), ('trung_thực', 'không trung_thực', 'phi đạo_đức', 'đạo_đức'), ('trung_thực', 'không trung_thực', 'không may', 'may_mắn'), ('ấn_tượng', 'không ấn_tượng', 'không thông_tin', 'thông_tin'), ('ấn_tượng', 'không ấn_tượng', 'phi logic', 'logic'), ('ấn_tượng', 'không ấn_tượng', 'không hợp_lý', 'hợp_lý'), ('ấn_tượng', 'không ấn_tượng', 'không chắc_chắn', 'chắc_chắn'), ('ấn_tượng', 'không ấn_tượng', 'không rõ', 'rõ_ràng'), ('ấn_tượng', 'không ấn_tượng', 'không cạnh_tranh', 'cạnh_tranh'), ('ấn_tượng', 'không ấn_tượng', 'thiếu thuyết_phục', 'thuyết_phục'), ('ấn_tượng', 'không ấn_tượng', 'chưa quyết_định', 'quyết_định'), ('ấn_tượng', 'không ấn_tượng', 'không hiệu_quả', 'hiệu_quả'), ('ấn_tượng', 'không ấn_tượng', 'phi đạo_đức', 'đạo_đức'), ('ấn_tượng', 'không ấn_tượng', 'không may', 'may_mắn'), ('ấn_tượng', 'không ấn_tượng', 'Không trung_thực', 'trung_thực'), ('thông_tin', 'không thông_tin', 'phi logic', 'logic'), ('thông_tin', 'không thông_tin', 'không hợp_lý', 'hợp_lý'), ('thông_tin', 'không thông_tin', 'không chắc_chắn', 'chắc_chắn'), ('thông_tin', 'không thông_tin', 'không rõ', 'rõ_ràng'), ('thông_tin', 'không thông_tin', 'không cạnh_tranh', 'cạnh_tranh'), ('thông_tin', 'không thông_tin', 'thiếu thuyết_phục', 'thuyết_phục'), ('thông_tin', 'không thông_tin', 'bất_tiện', 'thuận_tiện'), ('thông_tin', 'không thông_tin', 'chưa quyết_định', 'quyết_định'), ('thông_tin', 'không thông_tin', 'không hiệu_quả', 'hiệu_quả'), ('thông_tin', 'không thông_tin', 'phi đạo_đức', 'đạo_đức'), ('thông_tin', 'không thông_tin', 'không may', 'may_mắn'), ('thông_tin', 'không thông_tin', 'Không trung_thực', 'trung_thực'), ('thông_tin', 'không thông_tin', 'không ấn_tượng', 'ấn_tượng'), ('thông_báo', 'không hiểu', 'phi logic', 'logic'), ('thông_báo', 'không hiểu', 'không hợp_lý', 'hợp_lý'), ('thông_báo', 'không hiểu', 'không chắc_chắn', 'chắc_chắn'), ('thông_báo', 'không hiểu', 'không cạnh_tranh', 'cạnh_tranh'), ('thông_báo', 'không hiểu', 'thiếu thuyết_phục', 'thuyết_phục'), ('thông_báo', 'không hiểu', 'chưa quyết_định', 'quyết_định'), ('thông_báo', 'không hiểu', 'không hiệu_quả', 'hiệu_quả'), ('thông_báo', 'không hiểu', 'Không trung_thực', 'trung_thực'), ('thông_báo', 'không hiểu', 'không ấn_tượng', 'ấn_tượng'), ('thông_báo', 'không hiểu', 'không thông_tin', 'thông_tin'), ('được biết đến', 'chưa biết', 'phi logic', 'logic'), ('được biết đến', 'chưa biết', 'không hợp_lý', 'hợp_lý'), ('được biết đến', 'chưa biết', 'không chắc_chắn', 'chắc_chắn'), ('được biết đến', 'chưa biết', 'không cạnh_tranh', 'cạnh_tranh'), ('được biết đến', 'chưa biết', 'thiếu thuyết_phục', 'thuyết_phục'), ('được biết đến', 'chưa biết', 'bất_tiện', 'thuận_tiện'), ('được biết đến', 'chưa biết', 'chưa quyết_định', 'quyết_định'), ('được biết đến', 'chưa biết', 'không hiệu_quả', 'hiệu_quả'), ('được biết đến', 'chưa biết', 'phi đạo_đức', 'đạo_đức'), ('được biết đến', 'chưa biết', 'Không trung_thực', 'trung_thực'), ('được biết đến', 'chưa biết', 'không ấn_tượng', 'ấn_tượng'), ('được biết đến', 'chưa biết', 'không thông_tin', 'thông_tin'), ('có khả_năng', 'không có khả_năng', 'phi logic', 'logic'), ('có khả_năng', 'không có khả_năng', 'khó_chịu', 'dễ_chịu'), ('có khả_năng', 'không có khả_năng', 'không_thể tưởng_tượng được', 'có_thể'), ('có khả_năng', 'không có khả_năng', 'không hợp_lý', 'hợp_lý'), ('có khả_năng', 'không có khả_năng', 'không chắc_chắn', 'chắc_chắn'), ('có khả_năng', 'không có khả_năng', 'không rõ', 'rõ_ràng'), ('có khả_năng', 'không có khả_năng', 'không cạnh_tranh', 'cạnh_tranh'), ('có khả_năng', 'không có khả_năng', 'thiếu thuyết_phục', 'thuyết_phục'), ('có khả_năng', 'không có khả_năng', 'bất_tiện', 'thuận_tiện'), ('có khả_năng', 'không có khả_năng', 'chưa quyết_định', 'quyết_định'), ('có khả_năng', 'không có khả_năng', 'không hiệu_quả', 'hiệu_quả'), ('có khả_năng', 'không có khả_năng', 'phi đạo_đức', 'đạo_đức'), ('có khả_năng', 'không có khả_năng', 'không may', 'may_mắn'), ('có khả_năng', 'không có khả_năng', 'Không trung_thực', 'trung_thực'), ('có khả_năng', 'không có khả_năng', 'không ấn_tượng', 'ấn_tượng'), ('có khả_năng', 'không có khả_năng', 'không thông_tin', 'thông_tin'), ('logic', 'phi logic', 'không_thể tưởng_tượng được', 'có_thể'), ('logic', 'phi logic', 'không hợp_lý', 'hợp_lý'), ('logic', 'phi logic', 'không chắc_chắn', 'chắc_chắn'), ('logic', 'phi logic', 'không rõ', 'rõ_ràng'), ('logic', 'phi logic', 'không cạnh_tranh', 'cạnh_tranh'), ('logic', 'phi logic', 'thiếu thuyết_phục', 'thuyết_phục'), ('logic', 'phi logic', 'bất_tiện', 'thuận_tiện'), ('logic', 'phi logic', 'chưa quyết_định', 'quyết_định'), ('logic', 'phi logic', 'không hiệu_quả', 'hiệu_quả'), ('logic', 'phi logic', 'phi đạo_đức', 'đạo_đức'), ('logic', 'phi logic', 'Không trung_thực', 'trung_thực'), ('logic', 'phi logic', 'không ấn_tượng', 'ấn_tượng'), ('logic', 'phi logic', 'không thông_tin', 'thông_tin'), ('dễ_chịu', 'khó_chịu', 'không hợp_lý', 'hợp_lý'), ('dễ_chịu', 'khó_chịu', 'không chắc_chắn', 'chắc_chắn'), ('dễ_chịu', 'khó_chịu', 'không rõ', 'rõ_ràng'), ('dễ_chịu', 'khó_chịu', 'khó_chịu', 'thoải_mái'), ('dễ_chịu', 'khó_chịu', 'không cạnh_tranh', 'cạnh_tranh'), ('dễ_chịu', 'khó_chịu', 'thiếu thuyết_phục', 'thuyết_phục'), ('dễ_chịu', 'khó_chịu', 'bất_tiện', 'thuận_tiện'), ('dễ_chịu', 'khó_chịu', 'chưa quyết_định', 'quyết_định'), ('dễ_chịu', 'khó_chịu', 'không hiệu_quả', 'hiệu_quả'), ('dễ_chịu', 'khó_chịu', 'phi đạo_đức', 'đạo_đức'), ('dễ_chịu', 'khó_chịu', 'không may', 'may_mắn'), ('dễ_chịu', 'khó_chịu', 'Không trung_thực', 'trung_thực'), ('dễ_chịu', 'khó_chịu', 'không ấn_tượng', 'ấn_tượng'), ('dễ_chịu', 'khó_chịu', 'không thông_tin', 'thông_tin'), ('dễ_chịu', 'khó_chịu', 'phi logic', 'logic'), ('có_thể', 'không_thể', 'không_thể tưởng_tượng được', 'có_thể'), ('có_thể', 'không_thể', 'không hợp_lý', 'hợp_lý'), ('có_thể', 'không_thể', 'không chắc_chắn', 'chắc_chắn'), ('có_thể', 'không_thể', 'khó_chịu', 'thoải_mái'), ('có_thể', 'không_thể', 'không cạnh_tranh', 'cạnh_tranh'), ('có_thể', 'không_thể', 'thiếu thuyết_phục', 'thuyết_phục'), ('có_thể', 'không_thể', 'bất_tiện', 'thuận_tiện'), ('có_thể', 'không_thể', 'chưa quyết_định', 'quyết_định'), ('có_thể', 'không_thể', 'không hiệu_quả', 'hiệu_quả'), ('có_thể', 'không_thể', 'phi đạo_đức', 'đạo_đức'), ('có_thể', 'không_thể', 'Không trung_thực', 'trung_thực'), ('có_thể', 'không_thể', 'không ấn_tượng', 'ấn_tượng'), ('có_thể', 'không_thể', 'không thông_tin', 'thông_tin'), ('có_thể', 'không_thể', 'phi logic', 'logic'), ('có_thể', 'không_thể tưởng_tượng', 'không hợp_lý', 'hợp_lý'), ('có_thể', 'không_thể tưởng_tượng', 'không chắc_chắn', 'chắc_chắn'), ('có_thể', 'không_thể tưởng_tượng', 'khó_chịu', 'thoải_mái'), ('có_thể', 'không_thể tưởng_tượng', 'không cạnh_tranh', 'cạnh_tranh'), ('có_thể', 'không_thể tưởng_tượng', 'thiếu thuyết_phục', 'thuyết_phục'), ('có_thể', 'không_thể tưởng_tượng', 'bất_tiện', 'thuận_tiện'), ('có_thể', 'không_thể tưởng_tượng', 'chưa quyết_định', 'quyết_định'), ('có_thể', 'không_thể tưởng_tượng', 'không hiệu_quả', 'hiệu_quả'), ('có_thể', 'không_thể tưởng_tượng', 'phi đạo_đức', 'đạo_đức'), ('có_thể', 'không_thể tưởng_tượng', 'không thông_tin', 'thông_tin'), ('có_thể', 'không_thể tưởng_tượng', 'phi logic', 'logic'), ('năng_suất', 'không hiệu_quả', 'không hợp_lý', 'hợp_lý'), ('năng_suất', 'không hiệu_quả', 'không chắc_chắn', 'chắc_chắn'), ('năng_suất', 'không hiệu_quả', 'không cạnh_tranh', 'cạnh_tranh'), ('năng_suất', 'không hiệu_quả', 'thiếu thuyết_phục', 'thuyết_phục'), ('năng_suất', 'không hiệu_quả', 'chưa quyết_định', 'quyết_định'), ('năng_suất', 'không hiệu_quả', 'phi đạo_đức', 'đạo_đức'), ('năng_suất', 'không hiệu_quả', 'Không trung_thực', 'trung_thực'), ('năng_suất', 'không hiệu_quả', 'không ấn_tượng', 'ấn_tượng'), ('năng_suất', 'không hiệu_quả', 'không thông_tin', 'thông_tin'), ('năng_suất', 'không hiệu_quả', 'phi logic', 'logic'), ('năng_suất', 'không hiệu_quả', 'khó_chịu', 'dễ_chịu'), ('hợp_lý', 'không hợp_lý', 'không chắc_chắn', 'chắc_chắn'), ('hợp_lý', 'không hợp_lý', 'không rõ', 'rõ_ràng'), ('hợp_lý', 'không hợp_lý', 'khó_chịu', 'thoải_mái'), ('hợp_lý', 'không hợp_lý', 'không cạnh_tranh', 'cạnh_tranh'), ('hợp_lý', 'không hợp_lý', 'thiếu thuyết_phục', 'thuyết_phục'), ('hợp_lý', 'không hợp_lý', 'bất_tiện', 'thuận_tiện'), ('hợp_lý', 'không hợp_lý', 'chưa quyết_định', 'quyết_định'), ('hợp_lý', 'không hợp_lý', 'không hiệu_quả', 'hiệu_quả'), ('hợp_lý', 'không hợp_lý', 'phi đạo_đức', 'đạo_đức'), ('hợp_lý', 'không hợp_lý', 'không may', 'may_mắn'), ('hợp_lý', 'không hợp_lý', 'Không trung_thực', 'trung_thực'), ('hợp_lý', 'không hợp_lý', 'không ấn_tượng', 'ấn_tượng'), ('hợp_lý', 'không hợp_lý', 'không thông_tin', 'thông_tin'), ('hợp_lý', 'không hợp_lý', 'phi logic', 'logic'), ('hợp_lý', 'không hợp_lý', 'khó_chịu', 'dễ_chịu'), ('chắc_chắn', 'không chắc_chắn', 'không rõ', 'rõ_ràng'), ('chắc_chắn', 'không chắc_chắn', 'không cạnh_tranh', 'cạnh_tranh'), ('chắc_chắn', 'không chắc_chắn', 'thiếu thuyết_phục', 'thuyết_phục'), ('chắc_chắn', 'không chắc_chắn', 'bất_tiện', 'thuận_tiện'), ('chắc_chắn', 'không chắc_chắn', 'chưa quyết_định', 'quyết_định'), ('chắc_chắn', 'không chắc_chắn', 'không hiệu_quả', 'hiệu_quả'), ('chắc_chắn', 'không chắc_chắn', 'phi đạo_đức', 'đạo_đức'), ('chắc_chắn', 'không chắc_chắn', 'không may', 'may_mắn'), ('chắc_chắn', 'không chắc_chắn', 'Không trung_thực', 'trung_thực'), ('chắc_chắn', 'không chắc_chắn', 'không ấn_tượng', 'ấn_tượng'), ('chắc_chắn', 'không chắc_chắn', 'không thông_tin', 'thông_tin'), ('chắc_chắn', 'không chắc_chắn', 'phi logic', 'logic'), ('chắc_chắn', 'không chắc_chắn', 'khó_chịu', 'dễ_chịu'), ('chắc_chắn', 'không chắc_chắn', 'không hợp_lý', 'hợp_lý'), ('xấu', 'tệ hơn', 'lớn hơn', 'lớn'), ('xấu', 'tệ hơn', 'sáng hơn', 'sáng'), ('xấu', 'tệ hơn', 'lạnh hơn', 'lạnh'), ('xấu', 'tệ hơn', 'mát', 'mát_mẻ'), ('xấu', 'tệ hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('xấu', 'tệ hơn', 'tốt hơn', 'tốt'), ('xấu', 'tệ hơn', 'nặng hơn', 'nặng'), ('xấu', 'tệ hơn', 'cao hơn', 'cao'), ('xấu', 'tệ hơn', 'nóng hơn', 'nóng'), ('xấu', 'tệ hơn', 'lớn hơn', 'lớn'), ('xấu', 'tệ hơn', 'to hơn', 'to'), ('xấu', 'tệ hơn', 'thấp hơn', 'thấp'), ('xấu', 'tệ hơn', 'mới hơn', 'mới'), ('xấu', 'tệ hơn', 'an_toàn hơn', 'an_toàn'), ('xấu', 'tệ hơn', 'ngắn hơn', 'ngắn'), ('xấu', 'tệ hơn', 'đơn_giản hơn', 'đơn_giản'), ('xấu', 'tệ hơn', 'chậm hơn', 'chậm'), ('xấu', 'tệ hơn', 'nhỏ hơn', 'nhỏ'), ('xấu', 'tệ hơn', 'thông_minh hơn', 'thông_minh'), ('xấu', 'tệ hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('xấu', 'tệ hơn', 'cao hơn', 'cao'), ('xấu', 'tệ hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('xấu', 'tệ hơn', 'khó_khăn hơn', 'khó_khăn'), ('xấu', 'tệ hơn', 'ấm hơn', 'ấm_áp'), ('xấu', 'tệ hơn', 'yếu hơn', 'yếu'), ('xấu', 'tệ hơn', 'rộng hơn', 'rộng'), ('xấu', 'tệ hơn', 'trẻ hơn', 'trẻ'), ('lớn', 'lớn hơn', 'sáng hơn', 'sáng'), ('lớn', 'lớn hơn', 'lạnh hơn', 'lạnh'), ('lớn', 'lớn hơn', 'mát', 'mát_mẻ'), ('lớn', 'lớn hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('lớn', 'lớn hơn', 'tốt hơn', 'tốt'), ('lớn', 'lớn hơn', 'nặng hơn', 'nặng'), ('lớn', 'lớn hơn', 'cao hơn', 'cao'), ('lớn', 'lớn hơn', 'nóng hơn', 'nóng'), ('lớn', 'lớn hơn', 'lớn hơn', 'lớn'), ('lớn', 'lớn hơn', 'to hơn', 'to'), ('lớn', 'lớn hơn', 'thấp hơn', 'thấp'), ('lớn', 'lớn hơn', 'mới hơn', 'mới'), ('lớn', 'lớn hơn', 'an_toàn hơn', 'an_toàn'), ('lớn', 'lớn hơn', 'ngắn hơn', 'ngắn'), ('lớn', 'lớn hơn', 'đơn_giản hơn', 'đơn_giản'), ('lớn', 'lớn hơn', 'chậm hơn', 'chậm'), ('lớn', 'lớn hơn', 'nhỏ hơn', 'nhỏ'), ('lớn', 'lớn hơn', 'thông_minh hơn', 'thông_minh'), ('lớn', 'lớn hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('lớn', 'lớn hơn', 'cao hơn', 'cao'), ('lớn', 'lớn hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('lớn', 'lớn hơn', 'khó_khăn hơn', 'khó_khăn'), ('lớn', 'lớn hơn', 'yếu hơn', 'yếu'), ('lớn', 'lớn hơn', 'rộng hơn', 'rộng'), ('lớn', 'lớn hơn', 'trẻ hơn', 'trẻ'), ('sáng', 'sáng hơn', 'lạnh hơn', 'lạnh'), ('sáng', 'sáng hơn', 'mát', 'mát_mẻ'), ('sáng', 'sáng hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('sáng', 'sáng hơn', 'tốt hơn', 'tốt'), ('sáng', 'sáng hơn', 'nặng hơn', 'nặng'), ('sáng', 'sáng hơn', 'cao hơn', 'cao'), ('sáng', 'sáng hơn', 'nóng hơn', 'nóng'), ('sáng', 'sáng hơn', 'lớn hơn', 'lớn'), ('sáng', 'sáng hơn', 'to hơn', 'to'), ('sáng', 'sáng hơn', 'thấp hơn', 'thấp'), ('sáng', 'sáng hơn', 'mới hơn', 'mới'), ('sáng', 'sáng hơn', 'an_toàn hơn', 'an_toàn'), ('sáng', 'sáng hơn', 'ngắn hơn', 'ngắn'), ('sáng', 'sáng hơn', 'đơn_giản hơn', 'đơn_giản'), ('sáng', 'sáng hơn', 'chậm hơn', 'chậm'), ('sáng', 'sáng hơn', 'nhỏ hơn', 'nhỏ'), ('sáng', 'sáng hơn', 'thông_minh hơn', 'thông_minh'), ('sáng', 'sáng hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('sáng', 'sáng hơn', 'cao hơn', 'cao'), ('sáng', 'sáng hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('sáng', 'sáng hơn', 'khó_khăn hơn', 'khó_khăn'), ('sáng', 'sáng hơn', 'ấm hơn', 'ấm_áp'), ('sáng', 'sáng hơn', 'yếu hơn', 'yếu'), ('sáng', 'sáng hơn', 'rộng hơn', 'rộng'), ('sáng', 'sáng hơn', 'trẻ hơn', 'trẻ'), ('sáng', 'sáng hơn', 'lớn hơn', 'lớn'), ('giá rẻ', 'rẻ hơn', 'lạnh hơn', 'lạnh'), ('giá rẻ', 'rẻ hơn', 'mát', 'mát_mẻ'), ('giá rẻ', 'rẻ hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('giá rẻ', 'rẻ hơn', 'tốt hơn', 'tốt'), ('giá rẻ', 'rẻ hơn', 'nặng hơn', 'nặng'), ('giá rẻ', 'rẻ hơn', 'cao hơn', 'cao'), ('giá rẻ', 'rẻ hơn', 'nóng hơn', 'nóng'), ('giá rẻ', 'rẻ hơn', 'lớn hơn', 'lớn'), ('giá rẻ', 'rẻ hơn', 'to hơn', 'to'), ('giá rẻ', 'rẻ hơn', 'thấp hơn', 'thấp'), ('giá rẻ', 'rẻ hơn', 'mới hơn', 'mới'), ('giá rẻ', 'rẻ hơn', 'an_toàn hơn', 'an_toàn'), ('giá rẻ', 'rẻ hơn', 'ngắn hơn', 'ngắn'), ('giá rẻ', 'rẻ hơn', 'đơn_giản hơn', 'đơn_giản'), ('giá rẻ', 'rẻ hơn', 'chậm hơn', 'chậm'), ('giá rẻ', 'rẻ hơn', 'nhỏ hơn', 'nhỏ'), ('giá rẻ', 'rẻ hơn', 'thông_minh hơn', 'thông_minh'), ('giá rẻ', 'rẻ hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('giá rẻ', 'rẻ hơn', 'cao hơn', 'cao'), ('giá rẻ', 'rẻ hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('giá rẻ', 'rẻ hơn', 'khó_khăn hơn', 'khó_khăn'), ('giá rẻ', 'rẻ hơn', 'yếu hơn', 'yếu'), ('giá rẻ', 'rẻ hơn', 'rộng hơn', 'rộng'), ('giá rẻ', 'rẻ hơn', 'trẻ hơn', 'trẻ'), ('giá rẻ', 'rẻ hơn', 'lớn hơn', 'lớn'), ('giá rẻ', 'rẻ hơn', 'sáng hơn', 'sáng'), ('lạnh', 'lạnh hơn', 'mát', 'mát_mẻ'), ('lạnh', 'lạnh hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('lạnh', 'lạnh hơn', 'tốt hơn', 'tốt'), ('lạnh', 'lạnh hơn', 'nặng hơn', 'nặng'), ('lạnh', 'lạnh hơn', 'cao hơn', 'cao'), ('lạnh', 'lạnh hơn', 'nóng hơn', 'nóng'), ('lạnh', 'lạnh hơn', 'lớn hơn', 'lớn'), ('lạnh', 'lạnh hơn', 'to hơn', 'to'), ('lạnh', 'lạnh hơn', 'thấp hơn', 'thấp'), ('lạnh', 'lạnh hơn', 'mới hơn', 'mới'), ('lạnh', 'lạnh hơn', 'an_toàn hơn', 'an_toàn'), ('lạnh', 'lạnh hơn', 'ngắn hơn', 'ngắn'), ('lạnh', 'lạnh hơn', 'đơn_giản hơn', 'đơn_giản'), ('lạnh', 'lạnh hơn', 'chậm hơn', 'chậm'), ('lạnh', 'lạnh hơn', 'nhỏ hơn', 'nhỏ'), ('lạnh', 'lạnh hơn', 'thông_minh hơn', 'thông_minh'), ('lạnh', 'lạnh hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('lạnh', 'lạnh hơn', 'cao hơn', 'cao'), ('lạnh', 'lạnh hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('lạnh', 'lạnh hơn', 'khó_khăn hơn', 'khó_khăn'), ('lạnh', 'lạnh hơn', 'ấm hơn', 'ấm_áp'), ('lạnh', 'lạnh hơn', 'yếu hơn', 'yếu'), ('lạnh', 'lạnh hơn', 'rộng hơn', 'rộng'), ('lạnh', 'lạnh hơn', 'trẻ hơn', 'trẻ'), ('lạnh', 'lạnh hơn', 'tệ hơn', 'xấu'), ('lạnh', 'lạnh hơn', 'lớn hơn', 'lớn'), ('lạnh', 'lạnh hơn', 'sáng hơn', 'sáng'), ('mát_mẻ', 'mát hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('mát_mẻ', 'mát hơn', 'tốt hơn', 'tốt'), ('mát_mẻ', 'mát hơn', 'nặng hơn', 'nặng'), ('mát_mẻ', 'mát hơn', 'cao hơn', 'cao'), ('mát_mẻ', 'mát hơn', 'nóng hơn', 'nóng'), ('mát_mẻ', 'mát hơn', 'lớn hơn', 'lớn'), ('mát_mẻ', 'mát hơn', 'to hơn', 'to'), ('mát_mẻ', 'mát hơn', 'thấp hơn', 'thấp'), ('mát_mẻ', 'mát hơn', 'mới hơn', 'mới'), ('mát_mẻ', 'mát hơn', 'an_toàn hơn', 'an_toàn'), ('mát_mẻ', 'mát hơn', 'ngắn hơn', 'ngắn'), ('mát_mẻ', 'mát hơn', 'đơn_giản hơn', 'đơn_giản'), ('mát_mẻ', 'mát hơn', 'chậm hơn', 'chậm'), ('mát_mẻ', 'mát hơn', 'nhỏ hơn', 'nhỏ'), ('mát_mẻ', 'mát hơn', 'thông_minh hơn', 'thông_minh'), ('mát_mẻ', 'mát hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('mát_mẻ', 'mát hơn', 'cao hơn', 'cao'), ('mát_mẻ', 'mát hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('mát_mẻ', 'mát hơn', 'khó_khăn hơn', 'khó_khăn'), ('mát_mẻ', 'mát hơn', 'ấm hơn', 'ấm_áp'), ('mát_mẻ', 'mát hơn', 'yếu hơn', 'yếu'), ('mát_mẻ', 'mát hơn', 'rộng hơn', 'rộng'), ('mát_mẻ', 'mát hơn', 'trẻ hơn', 'trẻ'), ('mát_mẻ', 'mát hơn', 'lớn hơn', 'lớn'), ('mát_mẻ', 'mát hơn', 'sáng hơn', 'sáng'), ('mát_mẻ', 'mát hơn', 'lạnh hơn', 'lạnh'), ('sâu', 'sâu hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('sâu', 'sâu hơn', 'tốt hơn', 'tốt'), ('sâu', 'sâu hơn', 'nặng hơn', 'nặng'), ('sâu', 'sâu hơn', 'cao hơn', 'cao'), ('sâu', 'sâu hơn', 'nóng hơn', 'nóng'), ('sâu', 'sâu hơn', 'lớn hơn', 'lớn'), ('sâu', 'sâu hơn', 'lâu hơn', 'dài'), ('sâu', 'sâu hơn', 'to hơn', 'to'), ('sâu', 'sâu hơn', 'thấp hơn', 'thấp'), ('sâu', 'sâu hơn', 'mới hơn', 'mới'), ('sâu', 'sâu hơn', 'an_toàn hơn', 'an_toàn'), ('sâu', 'sâu hơn', 'ngắn hơn', 'ngắn'), ('sâu', 'sâu hơn', 'đơn_giản hơn', 'đơn_giản'), ('sâu', 'sâu hơn', 'chậm hơn', 'chậm'), ('sâu', 'sâu hơn', 'nhỏ hơn', 'nhỏ'), ('sâu', 'sâu hơn', 'thông_minh hơn', 'thông_minh'), ('sâu', 'sâu hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('sâu', 'sâu hơn', 'cao hơn', 'cao'), ('sâu', 'sâu hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('sâu', 'sâu hơn', 'khó_khăn hơn', 'khó_khăn'), ('sâu', 'sâu hơn', 'ấm hơn', 'ấm_áp'), ('sâu', 'sâu hơn', 'yếu hơn', 'yếu'), ('sâu', 'sâu hơn', 'rộng hơn', 'rộng'), ('sâu', 'sâu hơn', 'trẻ hơn', 'trẻ'), ('sâu', 'sâu hơn', 'lớn hơn', 'lớn'), ('sâu', 'sâu hơn', 'sáng hơn', 'sáng'), ('sâu', 'sâu hơn', 'lạnh hơn', 'lạnh'), ('sâu', 'sâu hơn', 'mát', 'mát_mẻ'), ('dễ_dàng', 'dễ_dàng hơn', 'nhanh hơn', 'nhanh_chóng'), ('dễ_dàng', 'dễ_dàng hơn', 'tốt hơn', 'tốt'), ('dễ_dàng', 'dễ_dàng hơn', 'nặng hơn', 'nặng'), ('dễ_dàng', 'dễ_dàng hơn', 'cao hơn', 'cao'), ('dễ_dàng', 'dễ_dàng hơn', 'nóng hơn', 'nóng'), ('dễ_dàng', 'dễ_dàng hơn', 'lớn hơn', 'lớn'), ('dễ_dàng', 'dễ_dàng hơn', 'to hơn', 'to'), ('dễ_dàng', 'dễ_dàng hơn', 'thấp hơn', 'thấp'), ('dễ_dàng', 'dễ_dàng hơn', 'mới hơn', 'mới'), ('dễ_dàng', 'dễ_dàng hơn', 'nhanh hơn', 'nhanh_chóng'), ('dễ_dàng', 'dễ_dàng hơn', 'an_toàn hơn', 'an_toàn'), ('dễ_dàng', 'dễ_dàng hơn', 'ngắn hơn', 'ngắn'), ('dễ_dàng', 'dễ_dàng hơn', 'đơn_giản hơn', 'đơn_giản'), ('dễ_dàng', 'dễ_dàng hơn', 'chậm hơn', 'chậm'), ('dễ_dàng', 'dễ_dàng hơn', 'nhỏ hơn', 'nhỏ'), ('dễ_dàng', 'dễ_dàng hơn', 'thông_minh hơn', 'thông_minh'), ('dễ_dàng', 'dễ_dàng hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('dễ_dàng', 'dễ_dàng hơn', 'cao hơn', 'cao'), ('dễ_dàng', 'dễ_dàng hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('dễ_dàng', 'dễ_dàng hơn', 'khó_khăn hơn', 'khó_khăn'), ('dễ_dàng', 'dễ_dàng hơn', 'ấm hơn', 'ấm_áp'), ('dễ_dàng', 'dễ_dàng hơn', 'yếu hơn', 'yếu'), ('dễ_dàng', 'dễ_dàng hơn', 'rộng hơn', 'rộng'), ('dễ_dàng', 'dễ_dàng hơn', 'trẻ hơn', 'trẻ'), ('dễ_dàng', 'dễ_dàng hơn', 'lớn hơn', 'lớn'), ('dễ_dàng', 'dễ_dàng hơn', 'sáng hơn', 'sáng'), ('dễ_dàng', 'dễ_dàng hơn', 'lạnh hơn', 'lạnh'), ('dễ_dàng', 'dễ_dàng hơn', 'mát', 'mát_mẻ'), ('nhanh_chóng', 'nhanh hơn', 'tốt hơn', 'tốt'), ('nhanh_chóng', 'nhanh hơn', 'nặng hơn', 'nặng'), ('nhanh_chóng', 'nhanh hơn', 'cao hơn', 'cao'), ('nhanh_chóng', 'nhanh hơn', 'nóng hơn', 'nóng'), ('nhanh_chóng', 'nhanh hơn', 'lớn hơn', 'lớn'), ('nhanh_chóng', 'nhanh hơn', 'to hơn', 'to'), ('nhanh_chóng', 'nhanh hơn', 'thấp hơn', 'thấp'), ('nhanh_chóng', 'nhanh hơn', 'mới hơn', 'mới'), ('nhanh_chóng', 'nhanh hơn', 'nhanh hơn', 'nhanh_chóng'), ('nhanh_chóng', 'nhanh hơn', 'an_toàn hơn', 'an_toàn'), ('nhanh_chóng', 'nhanh hơn', 'ngắn hơn', 'ngắn'), ('nhanh_chóng', 'nhanh hơn', 'đơn_giản hơn', 'đơn_giản'), ('nhanh_chóng', 'nhanh hơn', 'chậm hơn', 'chậm'), ('nhanh_chóng', 'nhanh hơn', 'nhỏ hơn', 'nhỏ'), ('nhanh_chóng', 'nhanh hơn', 'thông_minh hơn', 'thông_minh'), ('nhanh_chóng', 'nhanh hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('nhanh_chóng', 'nhanh hơn', 'cao hơn', 'cao'), ('nhanh_chóng', 'nhanh hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('nhanh_chóng', 'nhanh hơn', 'khó_khăn hơn', 'khó_khăn'), ('nhanh_chóng', 'nhanh hơn', 'ấm hơn', 'ấm_áp'), ('nhanh_chóng', 'nhanh hơn', 'yếu hơn', 'yếu'), ('nhanh_chóng', 'nhanh hơn', 'rộng hơn', 'rộng'), ('nhanh_chóng', 'nhanh hơn', 'trẻ hơn', 'trẻ'), ('nhanh_chóng', 'nhanh hơn', 'lớn hơn', 'lớn'), ('nhanh_chóng', 'nhanh hơn', 'sáng hơn', 'sáng'), ('nhanh_chóng', 'nhanh hơn', 'lạnh hơn', 'lạnh'), ('nhanh_chóng', 'nhanh hơn', 'mát', 'mát_mẻ'), ('nhanh_chóng', 'nhanh hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('tốt', 'tốt hơn', 'nặng hơn', 'nặng'), ('tốt', 'tốt hơn', 'cao hơn', 'cao'), ('tốt', 'tốt hơn', 'nóng hơn', 'nóng'), ('tốt', 'tốt hơn', 'lớn hơn', 'lớn'), ('tốt', 'tốt hơn', 'to hơn', 'to'), ('tốt', 'tốt hơn', 'thấp hơn', 'thấp'), ('tốt', 'tốt hơn', 'mới hơn', 'mới'), ('tốt', 'tốt hơn', 'an_toàn hơn', 'an_toàn'), ('tốt', 'tốt hơn', 'ngắn hơn', 'ngắn'), ('tốt', 'tốt hơn', 'đơn_giản hơn', 'đơn_giản'), ('tốt', 'tốt hơn', 'chậm hơn', 'chậm'), ('tốt', 'tốt hơn', 'nhỏ hơn', 'nhỏ'), ('tốt', 'tốt hơn', 'thông_minh hơn', 'thông_minh'), ('tốt', 'tốt hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('tốt', 'tốt hơn', 'cao hơn', 'cao'), ('tốt', 'tốt hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('tốt', 'tốt hơn', 'khó_khăn hơn', 'khó_khăn'), ('tốt', 'tốt hơn', 'ấm hơn', 'ấm_áp'), ('tốt', 'tốt hơn', 'yếu hơn', 'yếu'), ('tốt', 'tốt hơn', 'rộng hơn', 'rộng'), ('tốt', 'tốt hơn', 'trẻ hơn', 'trẻ'), ('tốt', 'tốt hơn', 'tệ hơn', 'xấu'), ('tốt', 'tốt hơn', 'lớn hơn', 'lớn'), ('tốt', 'tốt hơn', 'sáng hơn', 'sáng'), ('tốt', 'tốt hơn', 'lạnh hơn', 'lạnh'), ('tốt', 'tốt hơn', 'mát', 'mát_mẻ'), ('tốt', 'tốt hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('tuyệt_vời', 'lớn hơn', 'nặng hơn', 'nặng'), ('tuyệt_vời', 'lớn hơn', 'cao hơn', 'cao'), ('tuyệt_vời', 'lớn hơn', 'nóng hơn', 'nóng'), ('tuyệt_vời', 'lớn hơn', 'to hơn', 'to'), ('tuyệt_vời', 'lớn hơn', 'thấp hơn', 'thấp'), ('tuyệt_vời', 'lớn hơn', 'mới hơn', 'mới'), ('tuyệt_vời', 'lớn hơn', 'an_toàn hơn', 'an_toàn'), ('tuyệt_vời', 'lớn hơn', 'ngắn hơn', 'ngắn'), ('tuyệt_vời', 'lớn hơn', 'đơn_giản hơn', 'đơn_giản'), ('tuyệt_vời', 'lớn hơn', 'chậm hơn', 'chậm'), ('tuyệt_vời', 'lớn hơn', 'thông_minh hơn', 'thông_minh'), ('tuyệt_vời', 'lớn hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('tuyệt_vời', 'lớn hơn', 'cao hơn', 'cao'), ('tuyệt_vời', 'lớn hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('tuyệt_vời', 'lớn hơn', 'khó_khăn hơn', 'khó_khăn'), ('tuyệt_vời', 'lớn hơn', 'ấm hơn', 'ấm_áp'), ('tuyệt_vời', 'lớn hơn', 'yếu hơn', 'yếu'), ('tuyệt_vời', 'lớn hơn', 'trẻ hơn', 'trẻ'), ('tuyệt_vời', 'lớn hơn', 'sáng hơn', 'sáng'), ('tuyệt_vời', 'lớn hơn', 'lạnh hơn', 'lạnh'), ('tuyệt_vời', 'lớn hơn', 'mát', 'mát_mẻ'), ('tuyệt_vời', 'lớn hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('tuyệt_vời', 'lớn hơn', 'tốt hơn', 'tốt'), ('khó_khăn', 'khó hơn', 'nặng hơn', 'nặng'), ('khó_khăn', 'khó hơn', 'cao hơn', 'cao'), ('khó_khăn', 'khó hơn', 'nóng hơn', 'nóng'), ('khó_khăn', 'khó hơn', 'lớn hơn', 'lớn'), ('khó_khăn', 'khó hơn', 'to hơn', 'to'), ('khó_khăn', 'khó hơn', 'thấp hơn', 'thấp'), ('khó_khăn', 'khó hơn', 'mới hơn', 'mới'), ('khó_khăn', 'khó hơn', 'an_toàn hơn', 'an_toàn'), ('khó_khăn', 'khó hơn', 'ngắn hơn', 'ngắn'), ('khó_khăn', 'khó hơn', 'đơn_giản hơn', 'đơn_giản'), ('khó_khăn', 'khó hơn', 'chậm hơn', 'chậm'), ('khó_khăn', 'khó hơn', 'nhỏ hơn', 'nhỏ'), ('khó_khăn', 'khó hơn', 'thông_minh hơn', 'thông_minh'), ('khó_khăn', 'khó hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('khó_khăn', 'khó hơn', 'cao hơn', 'cao'), ('khó_khăn', 'khó hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('khó_khăn', 'khó hơn', 'khó_khăn hơn', 'khó_khăn'), ('khó_khăn', 'khó hơn', 'yếu hơn', 'yếu'), ('khó_khăn', 'khó hơn', 'rộng hơn', 'rộng'), ('khó_khăn', 'khó hơn', 'trẻ hơn', 'trẻ'), ('khó_khăn', 'khó hơn', 'lớn hơn', 'lớn'), ('khó_khăn', 'khó hơn', 'sáng hơn', 'sáng'), ('khó_khăn', 'khó hơn', 'lạnh hơn', 'lạnh'), ('khó_khăn', 'khó hơn', 'mát', 'mát_mẻ'), ('khó_khăn', 'khó hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('khó_khăn', 'khó hơn', 'tốt hơn', 'tốt'), ('nặng', 'nặng hơn', 'cao hơn', 'cao'), ('nặng', 'nặng hơn', 'nóng hơn', 'nóng'), ('nặng', 'nặng hơn', 'lớn hơn', 'lớn'), ('nặng', 'nặng hơn', 'to hơn', 'to'), ('nặng', 'nặng hơn', 'thấp hơn', 'thấp'), ('nặng', 'nặng hơn', 'mới hơn', 'mới'), ('nặng', 'nặng hơn', 'an_toàn hơn', 'an_toàn'), ('nặng', 'nặng hơn', 'ngắn hơn', 'ngắn'), ('nặng', 'nặng hơn', 'đơn_giản hơn', 'đơn_giản'), ('nặng', 'nặng hơn', 'chậm hơn', 'chậm'), ('nặng', 'nặng hơn', 'nhỏ hơn', 'nhỏ'), ('nặng', 'nặng hơn', 'thông_minh hơn', 'thông_minh'), ('nặng', 'nặng hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('nặng', 'nặng hơn', 'cao hơn', 'cao'), ('nặng', 'nặng hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('nặng', 'nặng hơn', 'khó_khăn hơn', 'khó_khăn'), ('nặng', 'nặng hơn', 'ấm hơn', 'ấm_áp'), ('nặng', 'nặng hơn', 'yếu hơn', 'yếu'), ('nặng', 'nặng hơn', 'rộng hơn', 'rộng'), ('nặng', 'nặng hơn', 'trẻ hơn', 'trẻ'), ('nặng', 'nặng hơn', 'lớn hơn', 'lớn'), ('nặng', 'nặng hơn', 'sáng hơn', 'sáng'), ('nặng', 'nặng hơn', 'lạnh hơn', 'lạnh'), ('nặng', 'nặng hơn', 'mát', 'mát_mẻ'), ('nặng', 'nặng hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('nặng', 'nặng hơn', 'tốt hơn', 'tốt'), ('cao', 'cao hơn', 'nóng hơn', 'nóng'), ('cao', 'cao hơn', 'lớn hơn', 'lớn'), ('cao', 'cao hơn', 'to hơn', 'to'), ('cao', 'cao hơn', 'thấp hơn', 'thấp'), ('cao', 'cao hơn', 'mới hơn', 'mới'), ('cao', 'cao hơn', 'an_toàn hơn', 'an_toàn'), ('cao', 'cao hơn', 'ngắn hơn', 'ngắn'), ('cao', 'cao hơn', 'đơn_giản hơn', 'đơn_giản'), ('cao', 'cao hơn', 'chậm hơn', 'chậm'), ('cao', 'cao hơn', 'nhỏ hơn', 'nhỏ'), ('cao', 'cao hơn', 'thông_minh hơn', 'thông_minh'), ('cao', 'cao hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('cao', 'cao hơn', 'cao hơn', 'cao'), ('cao', 'cao hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('cao', 'cao hơn', 'khó_khăn hơn', 'khó_khăn'), ('cao', 'cao hơn', 'yếu hơn', 'yếu'), ('cao', 'cao hơn', 'rộng hơn', 'rộng'), ('cao', 'cao hơn', 'trẻ hơn', 'trẻ'), ('cao', 'cao hơn', 'lớn hơn', 'lớn'), ('cao', 'cao hơn', 'sáng hơn', 'sáng'), ('cao', 'cao hơn', 'lạnh hơn', 'lạnh'), ('cao', 'cao hơn', 'mát', 'mát_mẻ'), ('cao', 'cao hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('cao', 'cao hơn', 'tốt hơn', 'tốt'), ('cao', 'cao hơn', 'nặng hơn', 'nặng'), ('nóng', 'nóng hơn', 'lớn hơn', 'lớn'), ('nóng', 'nóng hơn', 'to hơn', 'to'), ('nóng', 'nóng hơn', 'thấp hơn', 'thấp'), ('nóng', 'nóng hơn', 'mới hơn', 'mới'), ('nóng', 'nóng hơn', 'an_toàn hơn', 'an_toàn'), ('nóng', 'nóng hơn', 'ngắn hơn', 'ngắn'), ('nóng', 'nóng hơn', 'đơn_giản hơn', 'đơn_giản'), ('nóng', 'nóng hơn', 'chậm hơn', 'chậm'), ('nóng', 'nóng hơn', 'nhỏ hơn', 'nhỏ'), ('nóng', 'nóng hơn', 'thông_minh hơn', 'thông_minh'), ('nóng', 'nóng hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('nóng', 'nóng hơn', 'cao hơn', 'cao'), ('nóng', 'nóng hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('nóng', 'nóng hơn', 'khó_khăn hơn', 'khó_khăn'), ('nóng', 'nóng hơn', 'ấm hơn', 'ấm_áp'), ('nóng', 'nóng hơn', 'yếu hơn', 'yếu'), ('nóng', 'nóng hơn', 'rộng hơn', 'rộng'), ('nóng', 'nóng hơn', 'trẻ hơn', 'trẻ'), ('nóng', 'nóng hơn', 'lớn hơn', 'lớn'), ('nóng', 'nóng hơn', 'sáng hơn', 'sáng'), ('nóng', 'nóng hơn', 'lạnh hơn', 'lạnh'), ('nóng', 'nóng hơn', 'mát', 'mát_mẻ'), ('nóng', 'nóng hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('nóng', 'nóng hơn', 'tốt hơn', 'tốt'), ('nóng', 'nóng hơn', 'nặng hơn', 'nặng'), ('nóng', 'nóng hơn', 'cao hơn', 'cao'), ('lớn', 'lớn hơn', 'to hơn', 'to'), ('lớn', 'lớn hơn', 'thấp hơn', 'thấp'), ('lớn', 'lớn hơn', 'mới hơn', 'mới'), ('lớn', 'lớn hơn', 'an_toàn hơn', 'an_toàn'), ('lớn', 'lớn hơn', 'ngắn hơn', 'ngắn'), ('lớn', 'lớn hơn', 'đơn_giản hơn', 'đơn_giản'), ('lớn', 'lớn hơn', 'chậm hơn', 'chậm'), ('lớn', 'lớn hơn', 'nhỏ hơn', 'nhỏ'), ('lớn', 'lớn hơn', 'thông_minh hơn', 'thông_minh'), ('lớn', 'lớn hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('lớn', 'lớn hơn', 'cao hơn', 'cao'), ('lớn', 'lớn hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('lớn', 'lớn hơn', 'khó_khăn hơn', 'khó_khăn'), ('lớn', 'lớn hơn', 'yếu hơn', 'yếu'), ('lớn', 'lớn hơn', 'rộng hơn', 'rộng'), ('lớn', 'lớn hơn', 'trẻ hơn', 'trẻ'), ('lớn', 'lớn hơn', 'lớn hơn', 'lớn'), ('lớn', 'lớn hơn', 'sáng hơn', 'sáng'), ('lớn', 'lớn hơn', 'lạnh hơn', 'lạnh'), ('lớn', 'lớn hơn', 'mát', 'mát_mẻ'), ('lớn', 'lớn hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('lớn', 'lớn hơn', 'tốt hơn', 'tốt'), ('lớn', 'lớn hơn', 'nặng hơn', 'nặng'), ('lớn', 'lớn hơn', 'cao hơn', 'cao'), ('lớn', 'lớn hơn', 'nóng hơn', 'nóng'), ('dài', 'lâu hơn', 'to hơn', 'to'), ('dài', 'lâu hơn', 'thấp hơn', 'thấp'), ('dài', 'lâu hơn', 'mới hơn', 'mới'), ('dài', 'lâu hơn', 'an_toàn hơn', 'an_toàn'), ('dài', 'lâu hơn', 'ngắn hơn', 'ngắn'), ('dài', 'lâu hơn', 'đơn_giản hơn', 'đơn_giản'), ('dài', 'lâu hơn', 'chậm hơn', 'chậm'), ('dài', 'lâu hơn', 'nhỏ hơn', 'nhỏ'), ('dài', 'lâu hơn', 'thông_minh hơn', 'thông_minh'), ('dài', 'lâu hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('dài', 'lâu hơn', 'cao hơn', 'cao'), ('dài', 'lâu hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('dài', 'lâu hơn', 'khó_khăn hơn', 'khó_khăn'), ('dài', 'lâu hơn', 'yếu hơn', 'yếu'), ('dài', 'lâu hơn', 'rộng hơn', 'rộng'), ('dài', 'lâu hơn', 'trẻ hơn', 'trẻ'), ('dài', 'lâu hơn', 'lớn hơn', 'lớn'), ('dài', 'lâu hơn', 'sáng hơn', 'sáng'), ('dài', 'lâu hơn', 'lạnh hơn', 'lạnh'), ('dài', 'lâu hơn', 'sâu_sắc hơn', 'sâu'), ('dài', 'lâu hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('dài', 'lâu hơn', 'tốt hơn', 'tốt'), ('dài', 'lâu hơn', 'nặng hơn', 'nặng'), ('dài', 'lâu hơn', 'cao hơn', 'cao'), ('dài', 'lâu hơn', 'nóng hơn', 'nóng'), ('dài', 'lâu hơn', 'lớn hơn', 'lớn'), ('to', 'to hơn', 'thấp hơn', 'thấp'), ('to', 'to hơn', 'mới hơn', 'mới'), ('to', 'to hơn', 'an_toàn hơn', 'an_toàn'), ('to', 'to hơn', 'ngắn hơn', 'ngắn'), ('to', 'to hơn', 'đơn_giản hơn', 'đơn_giản'), ('to', 'to hơn', 'chậm hơn', 'chậm'), ('to', 'to hơn', 'nhỏ hơn', 'nhỏ'), ('to', 'to hơn', 'thông_minh hơn', 'thông_minh'), ('to', 'to hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('to', 'to hơn', 'cao hơn', 'cao'), ('to', 'to hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('to', 'to hơn', 'khó_khăn hơn', 'khó_khăn'), ('to', 'to hơn', 'ấm hơn', 'ấm_áp'), ('to', 'to hơn', 'yếu hơn', 'yếu'), ('to', 'to hơn', 'rộng hơn', 'rộng'), ('to', 'to hơn', 'trẻ hơn', 'trẻ'), ('to', 'to hơn', 'lớn hơn', 'lớn'), ('to', 'to hơn', 'sáng hơn', 'sáng'), ('to', 'to hơn', 'lạnh hơn', 'lạnh'), ('to', 'to hơn', 'mát', 'mát_mẻ'), ('to', 'to hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('to', 'to hơn', 'tốt hơn', 'tốt'), ('to', 'to hơn', 'nặng hơn', 'nặng'), ('to', 'to hơn', 'cao hơn', 'cao'), ('to', 'to hơn', 'nóng hơn', 'nóng'), ('to', 'to hơn', 'lớn hơn', 'lớn'), ('thấp', 'thấp hơn', 'mới hơn', 'mới'), ('thấp', 'thấp hơn', 'an_toàn hơn', 'an_toàn'), ('thấp', 'thấp hơn', 'ngắn hơn', 'ngắn'), ('thấp', 'thấp hơn', 'đơn_giản hơn', 'đơn_giản'), ('thấp', 'thấp hơn', 'chậm hơn', 'chậm'), ('thấp', 'thấp hơn', 'nhỏ hơn', 'nhỏ'), ('thấp', 'thấp hơn', 'thông_minh hơn', 'thông_minh'), ('thấp', 'thấp hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('thấp', 'thấp hơn', 'cao hơn', 'cao'), ('thấp', 'thấp hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('thấp', 'thấp hơn', 'khó_khăn hơn', 'khó_khăn'), ('thấp', 'thấp hơn', 'ấm hơn', 'ấm_áp'), ('thấp', 'thấp hơn', 'yếu hơn', 'yếu'), ('thấp', 'thấp hơn', 'rộng hơn', 'rộng'), ('thấp', 'thấp hơn', 'trẻ hơn', 'trẻ'), ('thấp', 'thấp hơn', 'lớn hơn', 'lớn'), ('thấp', 'thấp hơn', 'sáng hơn', 'sáng'), ('thấp', 'thấp hơn', 'lạnh hơn', 'lạnh'), ('thấp', 'thấp hơn', 'mát', 'mát_mẻ'), ('thấp', 'thấp hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('thấp', 'thấp hơn', 'tốt hơn', 'tốt'), ('thấp', 'thấp hơn', 'nặng hơn', 'nặng'), ('thấp', 'thấp hơn', 'cao hơn', 'cao'), ('thấp', 'thấp hơn', 'nóng hơn', 'nóng'), ('thấp', 'thấp hơn', 'lớn hơn', 'lớn'), ('thấp', 'thấp hơn', 'to hơn', 'to'), ('mới', 'mới hơn', 'an_toàn hơn', 'an_toàn'), ('mới', 'mới hơn', 'ngắn hơn', 'ngắn'), ('mới', 'mới hơn', 'đơn_giản hơn', 'đơn_giản'), ('mới', 'mới hơn', 'chậm hơn', 'chậm'), ('mới', 'mới hơn', 'nhỏ hơn', 'nhỏ'), ('mới', 'mới hơn', 'thông_minh hơn', 'thông_minh'), ('mới', 'mới hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('mới', 'mới hơn', 'cao hơn', 'cao'), ('mới', 'mới hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('mới', 'mới hơn', 'khó_khăn hơn', 'khó_khăn'), ('mới', 'mới hơn', 'yếu hơn', 'yếu'), ('mới', 'mới hơn', 'rộng hơn', 'rộng'), ('mới', 'mới hơn', 'trẻ hơn', 'trẻ'), ('mới', 'mới hơn', 'lớn hơn', 'lớn'), ('mới', 'mới hơn', 'sáng hơn', 'sáng'), ('mới', 'mới hơn', 'lạnh hơn', 'lạnh'), ('mới', 'mới hơn', 'mát', 'mát_mẻ'), ('mới', 'mới hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('mới', 'mới hơn', 'tốt hơn', 'tốt'), ('mới', 'mới hơn', 'nặng hơn', 'nặng'), ('mới', 'mới hơn', 'cao hơn', 'cao'), ('mới', 'mới hơn', 'nóng hơn', 'nóng'), ('mới', 'mới hơn', 'lớn hơn', 'lớn'), ('mới', 'mới hơn', 'to hơn', 'to'), ('mới', 'mới hơn', 'thấp hơn', 'thấp'), ('cũ', 'cũ hơn', 'an_toàn hơn', 'an_toàn'), ('cũ', 'cũ hơn', 'ngắn hơn', 'ngắn'), ('cũ', 'cũ hơn', 'đơn_giản hơn', 'đơn_giản'), ('cũ', 'cũ hơn', 'chậm hơn', 'chậm'), ('cũ', 'cũ hơn', 'nhỏ hơn', 'nhỏ'), ('cũ', 'cũ hơn', 'thông_minh hơn', 'thông_minh'), ('cũ', 'cũ hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('cũ', 'cũ hơn', 'cao hơn', 'cao'), ('cũ', 'cũ hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('cũ', 'cũ hơn', 'khó_khăn hơn', 'khó_khăn'), ('cũ', 'cũ hơn', 'ấm hơn', 'ấm_áp'), ('cũ', 'cũ hơn', 'yếu hơn', 'yếu'), ('cũ', 'cũ hơn', 'rộng hơn', 'rộng'), ('cũ', 'cũ hơn', 'trẻ hơn', 'trẻ'), ('cũ', 'cũ hơn', 'lớn hơn', 'lớn'), ('cũ', 'cũ hơn', 'sáng hơn', 'sáng'), ('cũ', 'cũ hơn', 'lạnh hơn', 'lạnh'), ('cũ', 'cũ hơn', 'mát', 'mát_mẻ'), ('cũ', 'cũ hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('cũ', 'cũ hơn', 'tốt hơn', 'tốt'), ('cũ', 'cũ hơn', 'nặng hơn', 'nặng'), ('cũ', 'cũ hơn', 'cao hơn', 'cao'), ('cũ', 'cũ hơn', 'nóng hơn', 'nóng'), ('cũ', 'cũ hơn', 'lớn hơn', 'lớn'), ('cũ', 'cũ hơn', 'to hơn', 'to'), ('cũ', 'cũ hơn', 'thấp hơn', 'thấp'), ('cũ', 'cũ hơn', 'mới hơn', 'mới'), ('nhanh_chóng', 'nhanh hơn', 'an_toàn hơn', 'an_toàn'), ('nhanh_chóng', 'nhanh hơn', 'ngắn hơn', 'ngắn'), ('nhanh_chóng', 'nhanh hơn', 'đơn_giản hơn', 'đơn_giản'), ('nhanh_chóng', 'nhanh hơn', 'chậm hơn', 'chậm'), ('nhanh_chóng', 'nhanh hơn', 'nhỏ hơn', 'nhỏ'), ('nhanh_chóng', 'nhanh hơn', 'thông_minh hơn', 'thông_minh'), ('nhanh_chóng', 'nhanh hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('nhanh_chóng', 'nhanh hơn', 'cao hơn', 'cao'), ('nhanh_chóng', 'nhanh hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('nhanh_chóng', 'nhanh hơn', 'khó_khăn hơn', 'khó_khăn'), ('nhanh_chóng', 'nhanh hơn', 'ấm hơn', 'ấm_áp'), ('nhanh_chóng', 'nhanh hơn', 'yếu hơn', 'yếu'), ('nhanh_chóng', 'nhanh hơn', 'rộng hơn', 'rộng'), ('nhanh_chóng', 'nhanh hơn', 'trẻ hơn', 'trẻ'), ('nhanh_chóng', 'nhanh hơn', 'lớn hơn', 'lớn'), ('nhanh_chóng', 'nhanh hơn', 'sáng hơn', 'sáng'), ('nhanh_chóng', 'nhanh hơn', 'lạnh hơn', 'lạnh'), ('nhanh_chóng', 'nhanh hơn', 'mát', 'mát_mẻ'), ('nhanh_chóng', 'nhanh hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('nhanh_chóng', 'nhanh hơn', 'nhanh hơn', 'nhanh_chóng'), ('nhanh_chóng', 'nhanh hơn', 'tốt hơn', 'tốt'), ('nhanh_chóng', 'nhanh hơn', 'nặng hơn', 'nặng'), ('nhanh_chóng', 'nhanh hơn', 'cao hơn', 'cao'), ('nhanh_chóng', 'nhanh hơn', 'nóng hơn', 'nóng'), ('nhanh_chóng', 'nhanh hơn', 'lớn hơn', 'lớn'), ('nhanh_chóng', 'nhanh hơn', 'to hơn', 'to'), ('nhanh_chóng', 'nhanh hơn', 'thấp hơn', 'thấp'), ('nhanh_chóng', 'nhanh hơn', 'mới hơn', 'mới'), ('an_toàn', 'an_toàn hơn', 'ngắn hơn', 'ngắn'), ('an_toàn', 'an_toàn hơn', 'đơn_giản hơn', 'đơn_giản'), ('an_toàn', 'an_toàn hơn', 'chậm hơn', 'chậm'), ('an_toàn', 'an_toàn hơn', 'nhỏ hơn', 'nhỏ'), ('an_toàn', 'an_toàn hơn', 'thông_minh hơn', 'thông_minh'), ('an_toàn', 'an_toàn hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('an_toàn', 'an_toàn hơn', 'cao hơn', 'cao'), ('an_toàn', 'an_toàn hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('an_toàn', 'an_toàn hơn', 'khó_khăn hơn', 'khó_khăn'), ('an_toàn', 'an_toàn hơn', 'ấm hơn', 'ấm_áp'), ('an_toàn', 'an_toàn hơn', 'yếu hơn', 'yếu'), ('an_toàn', 'an_toàn hơn', 'rộng hơn', 'rộng'), ('an_toàn', 'an_toàn hơn', 'trẻ hơn', 'trẻ'), ('an_toàn', 'an_toàn hơn', 'lớn hơn', 'lớn'), ('an_toàn', 'an_toàn hơn', 'sáng hơn', 'sáng'), ('an_toàn', 'an_toàn hơn', 'lạnh hơn', 'lạnh'), ('an_toàn', 'an_toàn hơn', 'mát', 'mát_mẻ'), ('an_toàn', 'an_toàn hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('an_toàn', 'an_toàn hơn', 'tốt hơn', 'tốt'), ('an_toàn', 'an_toàn hơn', 'nặng hơn', 'nặng'), ('an_toàn', 'an_toàn hơn', 'cao hơn', 'cao'), ('an_toàn', 'an_toàn hơn', 'nóng hơn', 'nóng'), ('an_toàn', 'an_toàn hơn', 'lớn hơn', 'lớn'), ('an_toàn', 'an_toàn hơn', 'to hơn', 'to'), ('an_toàn', 'an_toàn hơn', 'thấp hơn', 'thấp'), ('an_toàn', 'an_toàn hơn', 'mới hơn', 'mới'), ('sắc nét', 'sắc nét hơn', 'ngắn hơn', 'ngắn'), ('sắc nét', 'sắc nét hơn', 'đơn_giản hơn', 'đơn_giản'), ('sắc nét', 'sắc nét hơn', 'chậm hơn', 'chậm'), ('sắc nét', 'sắc nét hơn', 'nhỏ hơn', 'nhỏ'), ('sắc nét', 'sắc nét hơn', 'thông_minh hơn', 'thông_minh'), ('sắc nét', 'sắc nét hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('sắc nét', 'sắc nét hơn', 'cao hơn', 'cao'), ('sắc nét', 'sắc nét hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('sắc nét', 'sắc nét hơn', 'khó_khăn hơn', 'khó_khăn'), ('sắc nét', 'sắc nét hơn', 'ấm hơn', 'ấm_áp'), ('sắc nét', 'sắc nét hơn', 'yếu hơn', 'yếu'), ('sắc nét', 'sắc nét hơn', 'rộng hơn', 'rộng'), ('sắc nét', 'sắc nét hơn', 'trẻ hơn', 'trẻ'), ('sắc nét', 'sắc nét hơn', 'lớn hơn', 'lớn'), ('sắc nét', 'sắc nét hơn', 'sáng hơn', 'sáng'), ('sắc nét', 'sắc nét hơn', 'lạnh hơn', 'lạnh'), ('sắc nét', 'sắc nét hơn', 'mát', 'mát_mẻ'), ('sắc nét', 'sắc nét hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('sắc nét', 'sắc nét hơn', 'tốt hơn', 'tốt'), ('sắc nét', 'sắc nét hơn', 'nặng hơn', 'nặng'), ('sắc nét', 'sắc nét hơn', 'cao hơn', 'cao'), ('sắc nét', 'sắc nét hơn', 'nóng hơn', 'nóng'), ('sắc nét', 'sắc nét hơn', 'lớn hơn', 'lớn'), ('sắc nét', 'sắc nét hơn', 'to hơn', 'to'), ('sắc nét', 'sắc nét hơn', 'thấp hơn', 'thấp'), ('sắc nét', 'sắc nét hơn', 'mới hơn', 'mới'), ('sắc nét', 'sắc nét hơn', 'an_toàn hơn', 'an_toàn'), ('ngắn', 'ngắn hơn', 'đơn_giản hơn', 'đơn_giản'), ('ngắn', 'ngắn hơn', 'chậm hơn', 'chậm'), ('ngắn', 'ngắn hơn', 'nhỏ hơn', 'nhỏ'), ('ngắn', 'ngắn hơn', 'thông_minh hơn', 'thông_minh'), ('ngắn', 'ngắn hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('ngắn', 'ngắn hơn', 'cao hơn', 'cao'), ('ngắn', 'ngắn hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('ngắn', 'ngắn hơn', 'khó_khăn hơn', 'khó_khăn'), ('ngắn', 'ngắn hơn', 'ấm hơn', 'ấm_áp'), ('ngắn', 'ngắn hơn', 'yếu hơn', 'yếu'), ('ngắn', 'ngắn hơn', 'rộng hơn', 'rộng'), ('ngắn', 'ngắn hơn', 'trẻ hơn', 'trẻ'), ('ngắn', 'ngắn hơn', 'lớn hơn', 'lớn'), ('ngắn', 'ngắn hơn', 'sáng hơn', 'sáng'), ('ngắn', 'ngắn hơn', 'lạnh hơn', 'lạnh'), ('ngắn', 'ngắn hơn', 'mát', 'mát_mẻ'), ('ngắn', 'ngắn hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('ngắn', 'ngắn hơn', 'tốt hơn', 'tốt'), ('ngắn', 'ngắn hơn', 'nặng hơn', 'nặng'), ('ngắn', 'ngắn hơn', 'cao hơn', 'cao'), ('ngắn', 'ngắn hơn', 'nóng hơn', 'nóng'), ('ngắn', 'ngắn hơn', 'lớn hơn', 'lớn'), ('ngắn', 'ngắn hơn', 'lâu hơn', 'dài'), ('ngắn', 'ngắn hơn', 'to hơn', 'to'), ('ngắn', 'ngắn hơn', 'thấp hơn', 'thấp'), ('ngắn', 'ngắn hơn', 'mới hơn', 'mới'), ('ngắn', 'ngắn hơn', 'an_toàn hơn', 'an_toàn'), ('đơn_giản', 'đơn_giản hơn', 'chậm hơn', 'chậm'), ('đơn_giản', 'đơn_giản hơn', 'nhỏ hơn', 'nhỏ'), ('đơn_giản', 'đơn_giản hơn', 'thông_minh hơn', 'thông_minh'), ('đơn_giản', 'đơn_giản hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('đơn_giản', 'đơn_giản hơn', 'cao hơn', 'cao'), ('đơn_giản', 'đơn_giản hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('đơn_giản', 'đơn_giản hơn', 'khó_khăn hơn', 'khó_khăn'), ('đơn_giản', 'đơn_giản hơn', 'ấm hơn', 'ấm_áp'), ('đơn_giản', 'đơn_giản hơn', 'yếu hơn', 'yếu'), ('đơn_giản', 'đơn_giản hơn', 'rộng hơn', 'rộng'), ('đơn_giản', 'đơn_giản hơn', 'trẻ hơn', 'trẻ'), ('đơn_giản', 'đơn_giản hơn', 'lớn hơn', 'lớn'), ('đơn_giản', 'đơn_giản hơn', 'sáng hơn', 'sáng'), ('đơn_giản', 'đơn_giản hơn', 'lạnh hơn', 'lạnh'), ('đơn_giản', 'đơn_giản hơn', 'mát', 'mát_mẻ'), ('đơn_giản', 'đơn_giản hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('đơn_giản', 'đơn_giản hơn', 'tốt hơn', 'tốt'), ('đơn_giản', 'đơn_giản hơn', 'nặng hơn', 'nặng'), ('đơn_giản', 'đơn_giản hơn', 'cao hơn', 'cao'), ('đơn_giản', 'đơn_giản hơn', 'nóng hơn', 'nóng'), ('đơn_giản', 'đơn_giản hơn', 'lớn hơn', 'lớn'), ('đơn_giản', 'đơn_giản hơn', 'to hơn', 'to'), ('đơn_giản', 'đơn_giản hơn', 'thấp hơn', 'thấp'), ('đơn_giản', 'đơn_giản hơn', 'mới hơn', 'mới'), ('đơn_giản', 'đơn_giản hơn', 'an_toàn hơn', 'an_toàn'), ('đơn_giản', 'đơn_giản hơn', 'ngắn hơn', 'ngắn'), ('chậm', 'chậm hơn', 'nhỏ hơn', 'nhỏ'), ('chậm', 'chậm hơn', 'thông_minh hơn', 'thông_minh'), ('chậm', 'chậm hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('chậm', 'chậm hơn', 'cao hơn', 'cao'), ('chậm', 'chậm hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('chậm', 'chậm hơn', 'khó_khăn hơn', 'khó_khăn'), ('chậm', 'chậm hơn', 'ấm hơn', 'ấm_áp'), ('chậm', 'chậm hơn', 'yếu hơn', 'yếu'), ('chậm', 'chậm hơn', 'rộng hơn', 'rộng'), ('chậm', 'chậm hơn', 'trẻ hơn', 'trẻ'), ('chậm', 'chậm hơn', 'lớn hơn', 'lớn'), ('chậm', 'chậm hơn', 'sáng hơn', 'sáng'), ('chậm', 'chậm hơn', 'lạnh hơn', 'lạnh'), ('chậm', 'chậm hơn', 'mát', 'mát_mẻ'), ('chậm', 'chậm hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('chậm', 'chậm hơn', 'tốt hơn', 'tốt'), ('chậm', 'chậm hơn', 'nặng hơn', 'nặng'), ('chậm', 'chậm hơn', 'cao hơn', 'cao'), ('chậm', 'chậm hơn', 'nóng hơn', 'nóng'), ('chậm', 'chậm hơn', 'lớn hơn', 'lớn'), ('chậm', 'chậm hơn', 'to hơn', 'to'), ('chậm', 'chậm hơn', 'thấp hơn', 'thấp'), ('chậm', 'chậm hơn', 'mới hơn', 'mới'), ('chậm', 'chậm hơn', 'an_toàn hơn', 'an_toàn'), ('chậm', 'chậm hơn', 'ngắn hơn', 'ngắn'), ('chậm', 'chậm hơn', 'đơn_giản hơn', 'đơn_giản'), ('nhỏ', 'nhỏ hơn', 'thông_minh hơn', 'thông_minh'), ('nhỏ', 'nhỏ hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('nhỏ', 'nhỏ hơn', 'cao hơn', 'cao'), ('nhỏ', 'nhỏ hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('nhỏ', 'nhỏ hơn', 'khó_khăn hơn', 'khó_khăn'), ('nhỏ', 'nhỏ hơn', 'yếu hơn', 'yếu'), ('nhỏ', 'nhỏ hơn', 'rộng hơn', 'rộng'), ('nhỏ', 'nhỏ hơn', 'trẻ hơn', 'trẻ'), ('nhỏ', 'nhỏ hơn', 'lớn hơn', 'lớn'), ('nhỏ', 'nhỏ hơn', 'sáng hơn', 'sáng'), ('nhỏ', 'nhỏ hơn', 'lạnh hơn', 'lạnh'), ('nhỏ', 'nhỏ hơn', 'mát', 'mát_mẻ'), ('nhỏ', 'nhỏ hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('nhỏ', 'nhỏ hơn', 'tốt hơn', 'tốt'), ('nhỏ', 'nhỏ hơn', 'nặng hơn', 'nặng'), ('nhỏ', 'nhỏ hơn', 'cao hơn', 'cao'), ('nhỏ', 'nhỏ hơn', 'nóng hơn', 'nóng'), ('nhỏ', 'nhỏ hơn', 'lớn hơn', 'lớn'), ('nhỏ', 'nhỏ hơn', 'to hơn', 'to'), ('nhỏ', 'nhỏ hơn', 'thấp hơn', 'thấp'), ('nhỏ', 'nhỏ hơn', 'mới hơn', 'mới'), ('nhỏ', 'nhỏ hơn', 'an_toàn hơn', 'an_toàn'), ('nhỏ', 'nhỏ hơn', 'ngắn hơn', 'ngắn'), ('nhỏ', 'nhỏ hơn', 'đơn_giản hơn', 'đơn_giản'), ('nhỏ', 'nhỏ hơn', 'chậm hơn', 'chậm'), ('thông_minh', 'thông_minh hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('thông_minh', 'thông_minh hơn', 'cao hơn', 'cao'), ('thông_minh', 'thông_minh hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('thông_minh', 'thông_minh hơn', 'khó_khăn hơn', 'khó_khăn'), ('thông_minh', 'thông_minh hơn', 'ấm hơn', 'ấm_áp'), ('thông_minh', 'thông_minh hơn', 'yếu hơn', 'yếu'), ('thông_minh', 'thông_minh hơn', 'rộng hơn', 'rộng'), ('thông_minh', 'thông_minh hơn', 'trẻ hơn', 'trẻ'), ('thông_minh', 'thông_minh hơn', 'lớn hơn', 'lớn'), ('thông_minh', 'thông_minh hơn', 'sáng hơn', 'sáng'), ('thông_minh', 'thông_minh hơn', 'lạnh hơn', 'lạnh'), ('thông_minh', 'thông_minh hơn', 'mát', 'mát_mẻ'), ('thông_minh', 'thông_minh hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('thông_minh', 'thông_minh hơn', 'tốt hơn', 'tốt'), ('thông_minh', 'thông_minh hơn', 'nặng hơn', 'nặng'), ('thông_minh', 'thông_minh hơn', 'cao hơn', 'cao'), ('thông_minh', 'thông_minh hơn', 'nóng hơn', 'nóng'), ('thông_minh', 'thông_minh hơn', 'lớn hơn', 'lớn'), ('thông_minh', 'thông_minh hơn', 'to hơn', 'to'), ('thông_minh', 'thông_minh hơn', 'thấp hơn', 'thấp'), ('thông_minh', 'thông_minh hơn', 'mới hơn', 'mới'), ('thông_minh', 'thông_minh hơn', 'an_toàn hơn', 'an_toàn'), ('thông_minh', 'thông_minh hơn', 'ngắn hơn', 'ngắn'), ('thông_minh', 'thông_minh hơn', 'đơn_giản hơn', 'đơn_giản'), ('thông_minh', 'thông_minh hơn', 'chậm hơn', 'chậm'), ('thông_minh', 'thông_minh hơn', 'nhỏ hơn', 'nhỏ'), ('mạnh_mẽ', 'mạnh hơn', 'cao hơn', 'cao'), ('mạnh_mẽ', 'mạnh hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('mạnh_mẽ', 'mạnh hơn', 'khó_khăn hơn', 'khó_khăn'), ('mạnh_mẽ', 'mạnh hơn', 'ấm hơn', 'ấm_áp'), ('mạnh_mẽ', 'mạnh hơn', 'yếu hơn', 'yếu'), ('mạnh_mẽ', 'mạnh hơn', 'rộng hơn', 'rộng'), ('mạnh_mẽ', 'mạnh hơn', 'trẻ hơn', 'trẻ'), ('mạnh_mẽ', 'mạnh hơn', 'lớn hơn', 'lớn'), ('mạnh_mẽ', 'mạnh hơn', 'sáng hơn', 'sáng'), ('mạnh_mẽ', 'mạnh hơn', 'lạnh hơn', 'lạnh'), ('mạnh_mẽ', 'mạnh hơn', 'mát', 'mát_mẻ'), ('mạnh_mẽ', 'mạnh hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('mạnh_mẽ', 'mạnh hơn', 'tốt hơn', 'tốt'), ('mạnh_mẽ', 'mạnh hơn', 'nặng hơn', 'nặng'), ('mạnh_mẽ', 'mạnh hơn', 'cao hơn', 'cao'), ('mạnh_mẽ', 'mạnh hơn', 'nóng hơn', 'nóng'), ('mạnh_mẽ', 'mạnh hơn', 'lớn hơn', 'lớn'), ('mạnh_mẽ', 'mạnh hơn', 'to hơn', 'to'), ('mạnh_mẽ', 'mạnh hơn', 'thấp hơn', 'thấp'), ('mạnh_mẽ', 'mạnh hơn', 'mới hơn', 'mới'), ('mạnh_mẽ', 'mạnh hơn', 'an_toàn hơn', 'an_toàn'), ('mạnh_mẽ', 'mạnh hơn', 'ngắn hơn', 'ngắn'), ('mạnh_mẽ', 'mạnh hơn', 'đơn_giản hơn', 'đơn_giản'), ('mạnh_mẽ', 'mạnh hơn', 'chậm hơn', 'chậm'), ('mạnh_mẽ', 'mạnh hơn', 'nhỏ hơn', 'nhỏ'), ('mạnh_mẽ', 'mạnh hơn', 'thông_minh hơn', 'thông_minh'), ('cao', 'cao hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('cao', 'cao hơn', 'khó_khăn hơn', 'khó_khăn'), ('cao', 'cao hơn', 'yếu hơn', 'yếu'), ('cao', 'cao hơn', 'rộng hơn', 'rộng'), ('cao', 'cao hơn', 'trẻ hơn', 'trẻ'), ('cao', 'cao hơn', 'lớn hơn', 'lớn'), ('cao', 'cao hơn', 'sáng hơn', 'sáng'), ('cao', 'cao hơn', 'lạnh hơn', 'lạnh'), ('cao', 'cao hơn', 'mát', 'mát_mẻ'), ('cao', 'cao hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('cao', 'cao hơn', 'tốt hơn', 'tốt'), ('cao', 'cao hơn', 'nặng hơn', 'nặng'), ('cao', 'cao hơn', 'cao hơn', 'cao'), ('cao', 'cao hơn', 'nóng hơn', 'nóng'), ('cao', 'cao hơn', 'lớn hơn', 'lớn'), ('cao', 'cao hơn', 'to hơn', 'to'), ('cao', 'cao hơn', 'thấp hơn', 'thấp'), ('cao', 'cao hơn', 'mới hơn', 'mới'), ('cao', 'cao hơn', 'an_toàn hơn', 'an_toàn'), ('cao', 'cao hơn', 'ngắn hơn', 'ngắn'), ('cao', 'cao hơn', 'đơn_giản hơn', 'đơn_giản'), ('cao', 'cao hơn', 'chậm hơn', 'chậm'), ('cao', 'cao hơn', 'nhỏ hơn', 'nhỏ'), ('cao', 'cao hơn', 'thông_minh hơn', 'thông_minh'), ('cao', 'cao hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('chặt_chẽ', 'chặt_chẽ hơn', 'khó_khăn hơn', 'khó_khăn'), ('chặt_chẽ', 'chặt_chẽ hơn', 'ấm hơn', 'ấm_áp'), ('chặt_chẽ', 'chặt_chẽ hơn', 'yếu hơn', 'yếu'), ('chặt_chẽ', 'chặt_chẽ hơn', 'rộng hơn', 'rộng'), ('chặt_chẽ', 'chặt_chẽ hơn', 'trẻ hơn', 'trẻ'), ('chặt_chẽ', 'chặt_chẽ hơn', 'lớn hơn', 'lớn'), ('chặt_chẽ', 'chặt_chẽ hơn', 'sáng hơn', 'sáng'), ('chặt_chẽ', 'chặt_chẽ hơn', 'lạnh hơn', 'lạnh'), ('chặt_chẽ', 'chặt_chẽ hơn', 'mát', 'mát_mẻ'), ('chặt_chẽ', 'chặt_chẽ hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('chặt_chẽ', 'chặt_chẽ hơn', 'tốt hơn', 'tốt'), ('chặt_chẽ', 'chặt_chẽ hơn', 'nặng hơn', 'nặng'), ('chặt_chẽ', 'chặt_chẽ hơn', 'cao hơn', 'cao'), ('chặt_chẽ', 'chặt_chẽ hơn', 'nóng hơn', 'nóng'), ('chặt_chẽ', 'chặt_chẽ hơn', 'lớn hơn', 'lớn'), ('chặt_chẽ', 'chặt_chẽ hơn', 'to hơn', 'to'), ('chặt_chẽ', 'chặt_chẽ hơn', 'thấp hơn', 'thấp'), ('chặt_chẽ', 'chặt_chẽ hơn', 'mới hơn', 'mới'), ('chặt_chẽ', 'chặt_chẽ hơn', 'an_toàn hơn', 'an_toàn'), ('chặt_chẽ', 'chặt_chẽ hơn', 'ngắn hơn', 'ngắn'), ('chặt_chẽ', 'chặt_chẽ hơn', 'đơn_giản hơn', 'đơn_giản'), ('chặt_chẽ', 'chặt_chẽ hơn', 'chậm hơn', 'chậm'), ('chặt_chẽ', 'chặt_chẽ hơn', 'nhỏ hơn', 'nhỏ'), ('chặt_chẽ', 'chặt_chẽ hơn', 'thông_minh hơn', 'thông_minh'), ('chặt_chẽ', 'chặt_chẽ hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('chặt_chẽ', 'chặt_chẽ hơn', 'cao hơn', 'cao'), ('khó_khăn', 'khó_khăn hơn', 'ấm hơn', 'ấm_áp'), ('khó_khăn', 'khó_khăn hơn', 'yếu hơn', 'yếu'), ('khó_khăn', 'khó_khăn hơn', 'rộng hơn', 'rộng'), ('khó_khăn', 'khó_khăn hơn', 'trẻ hơn', 'trẻ'), ('khó_khăn', 'khó_khăn hơn', 'lớn hơn', 'lớn'), ('khó_khăn', 'khó_khăn hơn', 'sáng hơn', 'sáng'), ('khó_khăn', 'khó_khăn hơn', 'lạnh hơn', 'lạnh'), ('khó_khăn', 'khó_khăn hơn', 'mát', 'mát_mẻ'), ('khó_khăn', 'khó_khăn hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('khó_khăn', 'khó_khăn hơn', 'tốt hơn', 'tốt'), ('khó_khăn', 'khó_khăn hơn', 'khó hơn', 'khó_khăn'), ('khó_khăn', 'khó_khăn hơn', 'nặng hơn', 'nặng'), ('khó_khăn', 'khó_khăn hơn', 'cao hơn', 'cao'), ('khó_khăn', 'khó_khăn hơn', 'nóng hơn', 'nóng'), ('khó_khăn', 'khó_khăn hơn', 'lớn hơn', 'lớn'), ('khó_khăn', 'khó_khăn hơn', 'to hơn', 'to'), ('khó_khăn', 'khó_khăn hơn', 'thấp hơn', 'thấp'), ('khó_khăn', 'khó_khăn hơn', 'mới hơn', 'mới'), ('khó_khăn', 'khó_khăn hơn', 'an_toàn hơn', 'an_toàn'), ('khó_khăn', 'khó_khăn hơn', 'ngắn hơn', 'ngắn'), ('khó_khăn', 'khó_khăn hơn', 'đơn_giản hơn', 'đơn_giản'), ('khó_khăn', 'khó_khăn hơn', 'chậm hơn', 'chậm'), ('khó_khăn', 'khó_khăn hơn', 'nhỏ hơn', 'nhỏ'), ('khó_khăn', 'khó_khăn hơn', 'thông_minh hơn', 'thông_minh'), ('khó_khăn', 'khó_khăn hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('khó_khăn', 'khó_khăn hơn', 'cao hơn', 'cao'), ('khó_khăn', 'khó_khăn hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('ấm_áp', 'ấm hơn', 'yếu hơn', 'yếu'), ('ấm_áp', 'ấm hơn', 'rộng hơn', 'rộng'), ('ấm_áp', 'ấm hơn', 'trẻ hơn', 'trẻ'), ('ấm_áp', 'ấm hơn', 'lớn hơn', 'lớn'), ('ấm_áp', 'ấm hơn', 'sáng hơn', 'sáng'), ('ấm_áp', 'ấm hơn', 'lạnh hơn', 'lạnh'), ('ấm_áp', 'ấm hơn', 'mát', 'mát_mẻ'), ('ấm_áp', 'ấm hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('ấm_áp', 'ấm hơn', 'tốt hơn', 'tốt'), ('ấm_áp', 'ấm hơn', 'nặng hơn', 'nặng'), ('ấm_áp', 'ấm hơn', 'cao hơn', 'cao'), ('ấm_áp', 'ấm hơn', 'nóng hơn', 'nóng'), ('ấm_áp', 'ấm hơn', 'lớn hơn', 'lớn'), ('ấm_áp', 'ấm hơn', 'to hơn', 'to'), ('ấm_áp', 'ấm hơn', 'thấp hơn', 'thấp'), ('ấm_áp', 'ấm hơn', 'mới hơn', 'mới'), ('ấm_áp', 'ấm hơn', 'an_toàn hơn', 'an_toàn'), ('ấm_áp', 'ấm hơn', 'ngắn hơn', 'ngắn'), ('ấm_áp', 'ấm hơn', 'đơn_giản hơn', 'đơn_giản'), ('ấm_áp', 'ấm hơn', 'chậm hơn', 'chậm'), ('ấm_áp', 'ấm hơn', 'nhỏ hơn', 'nhỏ'), ('ấm_áp', 'ấm hơn', 'thông_minh hơn', 'thông_minh'), ('ấm_áp', 'ấm hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('ấm_áp', 'ấm hơn', 'cao hơn', 'cao'), ('ấm_áp', 'ấm hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('ấm_áp', 'ấm hơn', 'khó_khăn hơn', 'khó_khăn'), ('yếu', 'yếu hơn', 'rộng hơn', 'rộng'), ('yếu', 'yếu hơn', 'trẻ hơn', 'trẻ'), ('yếu', 'yếu hơn', 'tệ hơn', 'xấu'), ('yếu', 'yếu hơn', 'lớn hơn', 'lớn'), ('yếu', 'yếu hơn', 'sáng hơn', 'sáng'), ('yếu', 'yếu hơn', 'lạnh hơn', 'lạnh'), ('yếu', 'yếu hơn', 'mát', 'mát_mẻ'), ('yếu', 'yếu hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('yếu', 'yếu hơn', 'tốt hơn', 'tốt'), ('yếu', 'yếu hơn', 'nặng hơn', 'nặng'), ('yếu', 'yếu hơn', 'cao hơn', 'cao'), ('yếu', 'yếu hơn', 'nóng hơn', 'nóng'), ('yếu', 'yếu hơn', 'lớn hơn', 'lớn'), ('yếu', 'yếu hơn', 'to hơn', 'to'), ('yếu', 'yếu hơn', 'thấp hơn', 'thấp'), ('yếu', 'yếu hơn', 'mới hơn', 'mới'), ('yếu', 'yếu hơn', 'an_toàn hơn', 'an_toàn'), ('yếu', 'yếu hơn', 'ngắn hơn', 'ngắn'), ('yếu', 'yếu hơn', 'đơn_giản hơn', 'đơn_giản'), ('yếu', 'yếu hơn', 'chậm hơn', 'chậm'), ('yếu', 'yếu hơn', 'nhỏ hơn', 'nhỏ'), ('yếu', 'yếu hơn', 'thông_minh hơn', 'thông_minh'), ('yếu', 'yếu hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('yếu', 'yếu hơn', 'cao hơn', 'cao'), ('yếu', 'yếu hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('yếu', 'yếu hơn', 'khó_khăn hơn', 'khó_khăn'), ('rộng', 'rộng hơn', 'trẻ hơn', 'trẻ'), ('rộng', 'rộng hơn', 'lớn hơn', 'lớn'), ('rộng', 'rộng hơn', 'sáng hơn', 'sáng'), ('rộng', 'rộng hơn', 'lạnh hơn', 'lạnh'), ('rộng', 'rộng hơn', 'mát', 'mát_mẻ'), ('rộng', 'rộng hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('rộng', 'rộng hơn', 'tốt hơn', 'tốt'), ('rộng', 'rộng hơn', 'nặng hơn', 'nặng'), ('rộng', 'rộng hơn', 'cao hơn', 'cao'), ('rộng', 'rộng hơn', 'nóng hơn', 'nóng'), ('rộng', 'rộng hơn', 'lớn hơn', 'lớn'), ('rộng', 'rộng hơn', 'lâu hơn', 'dài'), ('rộng', 'rộng hơn', 'to hơn', 'to'), ('rộng', 'rộng hơn', 'thấp hơn', 'thấp'), ('rộng', 'rộng hơn', 'mới hơn', 'mới'), ('rộng', 'rộng hơn', 'an_toàn hơn', 'an_toàn'), ('rộng', 'rộng hơn', 'ngắn hơn', 'ngắn'), ('rộng', 'rộng hơn', 'đơn_giản hơn', 'đơn_giản'), ('rộng', 'rộng hơn', 'chậm hơn', 'chậm'), ('rộng', 'rộng hơn', 'nhỏ hơn', 'nhỏ'), ('rộng', 'rộng hơn', 'thông_minh hơn', 'thông_minh'), ('rộng', 'rộng hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('rộng', 'rộng hơn', 'cao hơn', 'cao'), ('rộng', 'rộng hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('rộng', 'rộng hơn', 'khó_khăn hơn', 'khó_khăn'), ('rộng', 'rộng hơn', 'ấm hơn', 'ấm_áp'), ('rộng', 'rộng hơn', 'yếu hơn', 'yếu'), ('trẻ', 'trẻ hơn', 'lớn hơn', 'lớn'), ('trẻ', 'trẻ hơn', 'sáng hơn', 'sáng'), ('trẻ', 'trẻ hơn', 'lạnh hơn', 'lạnh'), ('trẻ', 'trẻ hơn', 'mát', 'mát_mẻ'), ('trẻ', 'trẻ hơn', 'dễ_dàng hơn', 'dễ_dàng'), ('trẻ', 'trẻ hơn', 'tốt hơn', 'tốt'), ('trẻ', 'trẻ hơn', 'nặng hơn', 'nặng'), ('trẻ', 'trẻ hơn', 'cao hơn', 'cao'), ('trẻ', 'trẻ hơn', 'nóng hơn', 'nóng'), ('trẻ', 'trẻ hơn', 'lớn hơn', 'lớn'), ('trẻ', 'trẻ hơn', 'to hơn', 'to'), ('trẻ', 'trẻ hơn', 'thấp hơn', 'thấp'), ('trẻ', 'trẻ hơn', 'mới hơn', 'mới'), ('trẻ', 'trẻ hơn', 'an_toàn hơn', 'an_toàn'), ('trẻ', 'trẻ hơn', 'ngắn hơn', 'ngắn'), ('trẻ', 'trẻ hơn', 'đơn_giản hơn', 'đơn_giản'), ('trẻ', 'trẻ hơn', 'chậm hơn', 'chậm'), ('trẻ', 'trẻ hơn', 'nhỏ hơn', 'nhỏ'), ('trẻ', 'trẻ hơn', 'thông_minh hơn', 'thông_minh'), ('trẻ', 'trẻ hơn', 'mạnh_mẽ hơn', 'mạnh_mẽ'), ('trẻ', 'trẻ hơn', 'cao hơn', 'cao'), ('trẻ', 'trẻ hơn', 'chặt_chẽ hơn', 'chặt_chẽ'), ('trẻ', 'trẻ hơn', 'khó_khăn hơn', 'khó_khăn'), ('trẻ', 'trẻ hơn', 'ấm hơn', 'ấm_áp'), ('trẻ', 'trẻ hơn', 'yếu hơn', 'yếu'), ('trẻ', 'trẻ hơn', 'rộng hơn', 'rộng'), ('xấu', 'tệ nhất', 'lớn nhất', 'lớn'), ('xấu', 'tệ nhất', 'sáng nhất', 'sáng'), ('xấu', 'tệ nhất', 'lạnh nhất', 'lạnh'), ('xấu', 'tệ nhất', 'tối nhất', 'tối'), ('xấu', 'tệ nhất', 'tốt', 'tốt'), ('xấu', 'tệ nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('xấu', 'tệ nhất', 'cao nhất', 'cao'), ('xấu', 'tệ nhất', 'nóng nhất', 'nóng'), ('xấu', 'tệ nhất', 'lớn nhất', 'lớn'), ('xấu', 'tệ nhất', 'dài nhất', 'dài'), ('xấu', 'tệ nhất', 'thấp nhất', 'thấp'), ('xấu', 'tệ nhất', 'may_mắn nhất', 'may_mắn'), ('xấu', 'tệ nhất', 'đơn_giản nhất', 'đơn_giản'), ('xấu', 'tệ nhất', 'ngắn nhất', 'ngắn'), ('xấu', 'tệ nhất', 'chậm nhất', 'chậm'), ('xấu', 'tệ nhất', 'nhỏ nhất', 'nhỏ'), ('xấu', 'tệ nhất', 'thông_minh nhất', 'thông_minh'), ('xấu', 'tệ nhất', 'lạ_lùng nhất', 'lạ'), ('xấu', 'tệ nhất', 'mạnh nhất', 'mạnh_mẽ'), ('xấu', 'tệ nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('xấu', 'tệ nhất', 'cao nhất', 'cao'), ('xấu', 'tệ nhất', 'ngon nhất', 'ngon'), ('xấu', 'tệ nhất', 'ấm nhất', 'ấm_áp'), ('xấu', 'tệ nhất', 'yếu nhất', 'yếu'), ('xấu', 'tệ nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('xấu', 'tệ nhất', 'rộng nhất', 'rộng'), ('lớn', 'lớn nhất', 'sáng nhất', 'sáng'), ('lớn', 'lớn nhất', 'lạnh nhất', 'lạnh'), ('lớn', 'lớn nhất', 'tối nhất', 'tối'), ('lớn', 'lớn nhất', 'tốt', 'tốt'), ('lớn', 'lớn nhất', 'cao nhất', 'cao'), ('lớn', 'lớn nhất', 'nóng nhất', 'nóng'), ('lớn', 'lớn nhất', 'lớn nhất', 'lớn'), ('lớn', 'lớn nhất', 'dài nhất', 'dài'), ('lớn', 'lớn nhất', 'thấp nhất', 'thấp'), ('lớn', 'lớn nhất', 'may_mắn nhất', 'may_mắn'), ('lớn', 'lớn nhất', 'đơn_giản nhất', 'đơn_giản'), ('lớn', 'lớn nhất', 'ngắn nhất', 'ngắn'), ('lớn', 'lớn nhất', 'chậm nhất', 'chậm'), ('lớn', 'lớn nhất', 'nhỏ nhất', 'nhỏ'), ('lớn', 'lớn nhất', 'thông_minh nhất', 'thông_minh'), ('lớn', 'lớn nhất', 'mạnh nhất', 'mạnh_mẽ'), ('lớn', 'lớn nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('lớn', 'lớn nhất', 'cao nhất', 'cao'), ('lớn', 'lớn nhất', 'ngon nhất', 'ngon'), ('lớn', 'lớn nhất', 'yếu nhất', 'yếu'), ('lớn', 'lớn nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('lớn', 'lớn nhất', 'rộng nhất', 'rộng'), ('sáng', 'sáng nhất', 'lạnh nhất', 'lạnh'), ('sáng', 'sáng nhất', 'tối nhất', 'tối'), ('sáng', 'sáng nhất', 'tốt', 'tốt'), ('sáng', 'sáng nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('sáng', 'sáng nhất', 'cao nhất', 'cao'), ('sáng', 'sáng nhất', 'nóng nhất', 'nóng'), ('sáng', 'sáng nhất', 'lớn nhất', 'lớn'), ('sáng', 'sáng nhất', 'dài nhất', 'dài'), ('sáng', 'sáng nhất', 'thấp nhất', 'thấp'), ('sáng', 'sáng nhất', 'may_mắn nhất', 'may_mắn'), ('sáng', 'sáng nhất', 'đơn_giản nhất', 'đơn_giản'), ('sáng', 'sáng nhất', 'ngắn nhất', 'ngắn'), ('sáng', 'sáng nhất', 'chậm nhất', 'chậm'), ('sáng', 'sáng nhất', 'nhỏ nhất', 'nhỏ'), ('sáng', 'sáng nhất', 'thông_minh nhất', 'thông_minh'), ('sáng', 'sáng nhất', 'mạnh nhất', 'mạnh_mẽ'), ('sáng', 'sáng nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('sáng', 'sáng nhất', 'cao nhất', 'cao'), ('sáng', 'sáng nhất', 'ngon nhất', 'ngon'), ('sáng', 'sáng nhất', 'ấm nhất', 'ấm_áp'), ('sáng', 'sáng nhất', 'yếu nhất', 'yếu'), ('sáng', 'sáng nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('sáng', 'sáng nhất', 'rộng nhất', 'rộng'), ('sáng', 'sáng nhất', 'lớn nhất', 'lớn'), ('lạnh', 'lạnh nhất', 'tối nhất', 'tối'), ('lạnh', 'lạnh nhất', 'tốt', 'tốt'), ('lạnh', 'lạnh nhất', 'cao nhất', 'cao'), ('lạnh', 'lạnh nhất', 'nóng nhất', 'nóng'), ('lạnh', 'lạnh nhất', 'lớn nhất', 'lớn'), ('lạnh', 'lạnh nhất', 'dài nhất', 'dài'), ('lạnh', 'lạnh nhất', 'thấp nhất', 'thấp'), ('lạnh', 'lạnh nhất', 'may_mắn nhất', 'may_mắn'), ('lạnh', 'lạnh nhất', 'đơn_giản nhất', 'đơn_giản'), ('lạnh', 'lạnh nhất', 'ngắn nhất', 'ngắn'), ('lạnh', 'lạnh nhất', 'chậm nhất', 'chậm'), ('lạnh', 'lạnh nhất', 'nhỏ nhất', 'nhỏ'), ('lạnh', 'lạnh nhất', 'thông_minh nhất', 'thông_minh'), ('lạnh', 'lạnh nhất', 'mạnh nhất', 'mạnh_mẽ'), ('lạnh', 'lạnh nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('lạnh', 'lạnh nhất', 'cao nhất', 'cao'), ('lạnh', 'lạnh nhất', 'ngon nhất', 'ngon'), ('lạnh', 'lạnh nhất', 'ấm nhất', 'ấm_áp'), ('lạnh', 'lạnh nhất', 'yếu nhất', 'yếu'), ('lạnh', 'lạnh nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('lạnh', 'lạnh nhất', 'rộng nhất', 'rộng'), ('lạnh', 'lạnh nhất', 'tệ nhất', 'xấu'), ('lạnh', 'lạnh nhất', 'lớn nhất', 'lớn'), ('lạnh', 'lạnh nhất', 'sáng nhất', 'sáng'), ('mát_mẻ', 'tuyệt nhất', 'tối nhất', 'tối'), ('mát_mẻ', 'tuyệt nhất', 'tốt', 'tốt'), ('mát_mẻ', 'tuyệt nhất', 'cao nhất', 'cao'), ('mát_mẻ', 'tuyệt nhất', 'nóng nhất', 'nóng'), ('mát_mẻ', 'tuyệt nhất', 'lớn nhất', 'lớn'), ('mát_mẻ', 'tuyệt nhất', 'dài nhất', 'dài'), ('mát_mẻ', 'tuyệt nhất', 'thấp nhất', 'thấp'), ('mát_mẻ', 'tuyệt nhất', 'may_mắn nhất', 'may_mắn'), ('mát_mẻ', 'tuyệt nhất', 'đơn_giản nhất', 'đơn_giản'), ('mát_mẻ', 'tuyệt nhất', 'ngắn nhất', 'ngắn'), ('mát_mẻ', 'tuyệt nhất', 'chậm nhất', 'chậm'), ('mát_mẻ', 'tuyệt nhất', 'nhỏ nhất', 'nhỏ'), ('mát_mẻ', 'tuyệt nhất', 'thông_minh nhất', 'thông_minh'), ('mát_mẻ', 'tuyệt nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('mát_mẻ', 'tuyệt nhất', 'cao nhất', 'cao'), ('mát_mẻ', 'tuyệt nhất', 'ngon nhất', 'ngon'), ('mát_mẻ', 'tuyệt nhất', 'ấm nhất', 'ấm_áp'), ('mát_mẻ', 'tuyệt nhất', 'yếu nhất', 'yếu'), ('mát_mẻ', 'tuyệt nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('mát_mẻ', 'tuyệt nhất', 'rộng nhất', 'rộng'), ('mát_mẻ', 'tuyệt nhất', 'lớn nhất', 'lớn'), ('mát_mẻ', 'tuyệt nhất', 'sáng nhất', 'sáng'), ('mát_mẻ', 'tuyệt nhất', 'lạnh nhất', 'lạnh'), ('tối', 'tối nhất', 'tốt', 'tốt'), ('tối', 'tối nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('tối', 'tối nhất', 'cao nhất', 'cao'), ('tối', 'tối nhất', 'nóng nhất', 'nóng'), ('tối', 'tối nhất', 'lớn nhất', 'lớn'), ('tối', 'tối nhất', 'dài nhất', 'dài'), ('tối', 'tối nhất', 'thấp nhất', 'thấp'), ('tối', 'tối nhất', 'may_mắn nhất', 'may_mắn'), ('tối', 'tối nhất', 'đơn_giản nhất', 'đơn_giản'), ('tối', 'tối nhất', 'ngắn nhất', 'ngắn'), ('tối', 'tối nhất', 'chậm nhất', 'chậm'), ('tối', 'tối nhất', 'nhỏ nhất', 'nhỏ'), ('tối', 'tối nhất', 'thông_minh nhất', 'thông_minh'), ('tối', 'tối nhất', 'mạnh nhất', 'mạnh_mẽ'), ('tối', 'tối nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('tối', 'tối nhất', 'cao nhất', 'cao'), ('tối', 'tối nhất', 'ngon nhất', 'ngon'), ('tối', 'tối nhất', 'yếu nhất', 'yếu'), ('tối', 'tối nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('tối', 'tối nhất', 'rộng nhất', 'rộng'), ('tối', 'tối nhất', 'lớn nhất', 'lớn'), ('tối', 'tối nhất', 'sáng nhất', 'sáng'), ('tối', 'tối nhất', 'lạnh nhất', 'lạnh'), ('dễ_dàng', 'dễ nhất', 'nhanh nhất', 'nhanh_chóng'), ('dễ_dàng', 'dễ nhất', 'tốt', 'tốt'), ('dễ_dàng', 'dễ nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('dễ_dàng', 'dễ nhất', 'cao nhất', 'cao'), ('dễ_dàng', 'dễ nhất', 'nóng nhất', 'nóng'), ('dễ_dàng', 'dễ nhất', 'lớn nhất', 'lớn'), ('dễ_dàng', 'dễ nhất', 'dài nhất', 'dài'), ('dễ_dàng', 'dễ nhất', 'thấp nhất', 'thấp'), ('dễ_dàng', 'dễ nhất', 'may_mắn nhất', 'may_mắn'), ('dễ_dàng', 'dễ nhất', 'nhanh nhất', 'nhanh_chóng'), ('dễ_dàng', 'dễ nhất', 'đơn_giản nhất', 'đơn_giản'), ('dễ_dàng', 'dễ nhất', 'ngắn nhất', 'ngắn'), ('dễ_dàng', 'dễ nhất', 'chậm nhất', 'chậm'), ('dễ_dàng', 'dễ nhất', 'nhỏ nhất', 'nhỏ'), ('dễ_dàng', 'dễ nhất', 'thông_minh nhất', 'thông_minh'), ('dễ_dàng', 'dễ nhất', 'mạnh nhất', 'mạnh_mẽ'), ('dễ_dàng', 'dễ nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('dễ_dàng', 'dễ nhất', 'cao nhất', 'cao'), ('dễ_dàng', 'dễ nhất', 'ngon nhất', 'ngon'), ('dễ_dàng', 'dễ nhất', 'ấm nhất', 'ấm_áp'), ('dễ_dàng', 'dễ nhất', 'yếu nhất', 'yếu'), ('dễ_dàng', 'dễ nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('dễ_dàng', 'dễ nhất', 'rộng nhất', 'rộng'), ('dễ_dàng', 'dễ nhất', 'lớn nhất', 'lớn'), ('dễ_dàng', 'dễ nhất', 'sáng nhất', 'sáng'), ('dễ_dàng', 'dễ nhất', 'lạnh nhất', 'lạnh'), ('dễ_dàng', 'dễ nhất', 'tối nhất', 'tối'), ('nhanh_chóng', 'nhanh nhất', 'tốt', 'tốt'), ('nhanh_chóng', 'nhanh nhất', 'cao nhất', 'cao'), ('nhanh_chóng', 'nhanh nhất', 'nóng nhất', 'nóng'), ('nhanh_chóng', 'nhanh nhất', 'lớn nhất', 'lớn'), ('nhanh_chóng', 'nhanh nhất', 'dài nhất', 'dài'), ('nhanh_chóng', 'nhanh nhất', 'thấp nhất', 'thấp'), ('nhanh_chóng', 'nhanh nhất', 'may_mắn nhất', 'may_mắn'), ('nhanh_chóng', 'nhanh nhất', 'nhanh nhất', 'nhanh_chóng'), ('nhanh_chóng', 'nhanh nhất', 'đơn_giản nhất', 'đơn_giản'), ('nhanh_chóng', 'nhanh nhất', 'ngắn nhất', 'ngắn'), ('nhanh_chóng', 'nhanh nhất', 'chậm nhất', 'chậm'), ('nhanh_chóng', 'nhanh nhất', 'nhỏ nhất', 'nhỏ'), ('nhanh_chóng', 'nhanh nhất', 'thông_minh nhất', 'thông_minh'), ('nhanh_chóng', 'nhanh nhất', 'mạnh nhất', 'mạnh_mẽ'), ('nhanh_chóng', 'nhanh nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('nhanh_chóng', 'nhanh nhất', 'cao nhất', 'cao'), ('nhanh_chóng', 'nhanh nhất', 'ngon nhất', 'ngon'), ('nhanh_chóng', 'nhanh nhất', 'ấm nhất', 'ấm_áp'), ('nhanh_chóng', 'nhanh nhất', 'yếu nhất', 'yếu'), ('nhanh_chóng', 'nhanh nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('nhanh_chóng', 'nhanh nhất', 'rộng nhất', 'rộng'), ('nhanh_chóng', 'nhanh nhất', 'lớn nhất', 'lớn'), ('nhanh_chóng', 'nhanh nhất', 'sáng nhất', 'sáng'), ('nhanh_chóng', 'nhanh nhất', 'lạnh nhất', 'lạnh'), ('nhanh_chóng', 'nhanh nhất', 'tối nhất', 'tối'), ('nhanh_chóng', 'nhanh nhất', 'dễ nhất', 'dễ_dàng'), ('tốt', 'tốt nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('tốt', 'tốt nhất', 'cao nhất', 'cao'), ('tốt', 'tốt nhất', 'nóng nhất', 'nóng'), ('tốt', 'tốt nhất', 'lớn nhất', 'lớn'), ('tốt', 'tốt nhất', 'dài nhất', 'dài'), ('tốt', 'tốt nhất', 'thấp nhất', 'thấp'), ('tốt', 'tốt nhất', 'may_mắn nhất', 'may_mắn'), ('tốt', 'tốt nhất', 'đơn_giản nhất', 'đơn_giản'), ('tốt', 'tốt nhất', 'ngắn nhất', 'ngắn'), ('tốt', 'tốt nhất', 'chậm nhất', 'chậm'), ('tốt', 'tốt nhất', 'nhỏ nhất', 'nhỏ'), ('tốt', 'tốt nhất', 'thông_minh nhất', 'thông_minh'), ('tốt', 'tốt nhất', 'mạnh nhất', 'mạnh_mẽ'), ('tốt', 'tốt nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('tốt', 'tốt nhất', 'cao nhất', 'cao'), ('tốt', 'tốt nhất', 'ngon nhất', 'ngon'), ('tốt', 'tốt nhất', 'ấm nhất', 'ấm_áp'), ('tốt', 'tốt nhất', 'yếu nhất', 'yếu'), ('tốt', 'tốt nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('tốt', 'tốt nhất', 'rộng nhất', 'rộng'), ('tốt', 'tốt nhất', 'tệ nhất', 'xấu'), ('tốt', 'tốt nhất', 'lớn nhất', 'lớn'), ('tốt', 'tốt nhất', 'sáng nhất', 'sáng'), ('tốt', 'tốt nhất', 'lạnh nhất', 'lạnh'), ('tốt', 'tốt nhất', 'tối nhất', 'tối'), ('tốt', 'tốt nhất', 'dễ nhất', 'dễ_dàng'), ('tuyệt_vời', 'vĩ_đại nhất', 'cao nhất', 'cao'), ('tuyệt_vời', 'vĩ_đại nhất', 'nóng nhất', 'nóng'), ('tuyệt_vời', 'vĩ_đại nhất', 'lớn nhất', 'lớn'), ('tuyệt_vời', 'vĩ_đại nhất', 'dài nhất', 'dài'), ('tuyệt_vời', 'vĩ_đại nhất', 'thấp nhất', 'thấp'), ('tuyệt_vời', 'vĩ_đại nhất', 'may_mắn nhất', 'may_mắn'), ('tuyệt_vời', 'vĩ_đại nhất', 'đơn_giản nhất', 'đơn_giản'), ('tuyệt_vời', 'vĩ_đại nhất', 'ngắn nhất', 'ngắn'), ('tuyệt_vời', 'vĩ_đại nhất', 'chậm nhất', 'chậm'), ('tuyệt_vời', 'vĩ_đại nhất', 'nhỏ nhất', 'nhỏ'), ('tuyệt_vời', 'vĩ_đại nhất', 'thông_minh nhất', 'thông_minh'), ('tuyệt_vời', 'vĩ_đại nhất', 'mạnh nhất', 'mạnh_mẽ'), ('tuyệt_vời', 'vĩ_đại nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('tuyệt_vời', 'vĩ_đại nhất', 'cao nhất', 'cao'), ('tuyệt_vời', 'vĩ_đại nhất', 'ngon nhất', 'ngon'), ('tuyệt_vời', 'vĩ_đại nhất', 'ấm nhất', 'ấm_áp'), ('tuyệt_vời', 'vĩ_đại nhất', 'yếu nhất', 'yếu'), ('tuyệt_vời', 'vĩ_đại nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('tuyệt_vời', 'vĩ_đại nhất', 'rộng nhất', 'rộng'), ('tuyệt_vời', 'vĩ_đại nhất', 'lớn nhất', 'lớn'), ('tuyệt_vời', 'vĩ_đại nhất', 'sáng nhất', 'sáng'), ('tuyệt_vời', 'vĩ_đại nhất', 'lạnh nhất', 'lạnh'), ('tuyệt_vời', 'vĩ_đại nhất', 'tối nhất', 'tối'), ('tuyệt_vời', 'vĩ_đại nhất', 'dễ nhất', 'dễ_dàng'), ('tuyệt_vời', 'vĩ_đại nhất', 'tốt', 'tốt'), ('cao', 'cao nhất', 'nóng nhất', 'nóng'), ('cao', 'cao nhất', 'lớn nhất', 'lớn'), ('cao', 'cao nhất', 'dài nhất', 'dài'), ('cao', 'cao nhất', 'thấp nhất', 'thấp'), ('cao', 'cao nhất', 'may_mắn nhất', 'may_mắn'), ('cao', 'cao nhất', 'đơn_giản nhất', 'đơn_giản'), ('cao', 'cao nhất', 'ngắn nhất', 'ngắn'), ('cao', 'cao nhất', 'chậm nhất', 'chậm'), ('cao', 'cao nhất', 'nhỏ nhất', 'nhỏ'), ('cao', 'cao nhất', 'thông_minh nhất', 'thông_minh'), ('cao', 'cao nhất', 'mạnh nhất', 'mạnh_mẽ'), ('cao', 'cao nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('cao', 'cao nhất', 'cao nhất', 'cao'), ('cao', 'cao nhất', 'ngon nhất', 'ngon'), ('cao', 'cao nhất', 'yếu nhất', 'yếu'), ('cao', 'cao nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('cao', 'cao nhất', 'rộng nhất', 'rộng'), ('cao', 'cao nhất', 'lớn nhất', 'lớn'), ('cao', 'cao nhất', 'sáng nhất', 'sáng'), ('cao', 'cao nhất', 'lạnh nhất', 'lạnh'), ('cao', 'cao nhất', 'tối nhất', 'tối'), ('cao', 'cao nhất', 'tốt', 'tốt'), ('nóng', 'nóng nhất', 'lớn nhất', 'lớn'), ('nóng', 'nóng nhất', 'dài nhất', 'dài'), ('nóng', 'nóng nhất', 'thấp nhất', 'thấp'), ('nóng', 'nóng nhất', 'may_mắn nhất', 'may_mắn'), ('nóng', 'nóng nhất', 'đơn_giản nhất', 'đơn_giản'), ('nóng', 'nóng nhất', 'ngắn nhất', 'ngắn'), ('nóng', 'nóng nhất', 'chậm nhất', 'chậm'), ('nóng', 'nóng nhất', 'nhỏ nhất', 'nhỏ'), ('nóng', 'nóng nhất', 'thông_minh nhất', 'thông_minh'), ('nóng', 'nóng nhất', 'mạnh nhất', 'mạnh_mẽ'), ('nóng', 'nóng nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('nóng', 'nóng nhất', 'cao nhất', 'cao'), ('nóng', 'nóng nhất', 'ngon nhất', 'ngon'), ('nóng', 'nóng nhất', 'ấm nhất', 'ấm_áp'), ('nóng', 'nóng nhất', 'yếu nhất', 'yếu'), ('nóng', 'nóng nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('nóng', 'nóng nhất', 'rộng nhất', 'rộng'), ('nóng', 'nóng nhất', 'lớn nhất', 'lớn'), ('nóng', 'nóng nhất', 'sáng nhất', 'sáng'), ('nóng', 'nóng nhất', 'lạnh nhất', 'lạnh'), ('nóng', 'nóng nhất', 'tối nhất', 'tối'), ('nóng', 'nóng nhất', 'tốt', 'tốt'), ('nóng', 'nóng nhất', 'cao nhất', 'cao'), ('lớn', 'lớn nhất', 'dài nhất', 'dài'), ('lớn', 'lớn nhất', 'thấp nhất', 'thấp'), ('lớn', 'lớn nhất', 'may_mắn nhất', 'may_mắn'), ('lớn', 'lớn nhất', 'đơn_giản nhất', 'đơn_giản'), ('lớn', 'lớn nhất', 'ngắn nhất', 'ngắn'), ('lớn', 'lớn nhất', 'chậm nhất', 'chậm'), ('lớn', 'lớn nhất', 'nhỏ nhất', 'nhỏ'), ('lớn', 'lớn nhất', 'thông_minh nhất', 'thông_minh'), ('lớn', 'lớn nhất', 'mạnh nhất', 'mạnh_mẽ'), ('lớn', 'lớn nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('lớn', 'lớn nhất', 'cao nhất', 'cao'), ('lớn', 'lớn nhất', 'ngon nhất', 'ngon'), ('lớn', 'lớn nhất', 'yếu nhất', 'yếu'), ('lớn', 'lớn nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('lớn', 'lớn nhất', 'rộng nhất', 'rộng'), ('lớn', 'lớn nhất', 'lớn nhất', 'lớn'), ('lớn', 'lớn nhất', 'sáng nhất', 'sáng'), ('lớn', 'lớn nhất', 'lạnh nhất', 'lạnh'), ('lớn', 'lớn nhất', 'tối nhất', 'tối'), ('lớn', 'lớn nhất', 'tốt', 'tốt'), ('lớn', 'lớn nhất', 'cao nhất', 'cao'), ('lớn', 'lớn nhất', 'nóng nhất', 'nóng'), ('dài', 'dài nhất', 'thấp nhất', 'thấp'), ('dài', 'dài nhất', 'may_mắn nhất', 'may_mắn'), ('dài', 'dài nhất', 'đơn_giản nhất', 'đơn_giản'), ('dài', 'dài nhất', 'ngắn nhất', 'ngắn'), ('dài', 'dài nhất', 'chậm nhất', 'chậm'), ('dài', 'dài nhất', 'nhỏ nhất', 'nhỏ'), ('dài', 'dài nhất', 'thông_minh nhất', 'thông_minh'), ('dài', 'dài nhất', 'mạnh nhất', 'mạnh_mẽ'), ('dài', 'dài nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('dài', 'dài nhất', 'cao nhất', 'cao'), ('dài', 'dài nhất', 'ngon nhất', 'ngon'), ('dài', 'dài nhất', 'yếu nhất', 'yếu'), ('dài', 'dài nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('dài', 'dài nhất', 'rộng nhất', 'rộng'), ('dài', 'dài nhất', 'lớn nhất', 'lớn'), ('dài', 'dài nhất', 'sáng nhất', 'sáng'), ('dài', 'dài nhất', 'lạnh nhất', 'lạnh'), ('dài', 'dài nhất', 'tối nhất', 'tối'), ('dài', 'dài nhất', 'dễ nhất', 'dễ_dàng'), ('dài', 'dài nhất', 'tốt', 'tốt'), ('dài', 'dài nhất', 'cao nhất', 'cao'), ('dài', 'dài nhất', 'nóng nhất', 'nóng'), ('dài', 'dài nhất', 'lớn nhất', 'lớn'), ('thấp', 'thấp nhất', 'may_mắn nhất', 'may_mắn'), ('thấp', 'thấp nhất', 'đơn_giản nhất', 'đơn_giản'), ('thấp', 'thấp nhất', 'ngắn nhất', 'ngắn'), ('thấp', 'thấp nhất', 'chậm nhất', 'chậm'), ('thấp', 'thấp nhất', 'nhỏ nhất', 'nhỏ'), ('thấp', 'thấp nhất', 'thông_minh nhất', 'thông_minh'), ('thấp', 'thấp nhất', 'mạnh nhất', 'mạnh_mẽ'), ('thấp', 'thấp nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('thấp', 'thấp nhất', 'cao nhất', 'cao'), ('thấp', 'thấp nhất', 'ngon nhất', 'ngon'), ('thấp', 'thấp nhất', 'ấm nhất', 'ấm_áp'), ('thấp', 'thấp nhất', 'yếu nhất', 'yếu'), ('thấp', 'thấp nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('thấp', 'thấp nhất', 'rộng nhất', 'rộng'), ('thấp', 'thấp nhất', 'lớn nhất', 'lớn'), ('thấp', 'thấp nhất', 'sáng nhất', 'sáng'), ('thấp', 'thấp nhất', 'lạnh nhất', 'lạnh'), ('thấp', 'thấp nhất', 'tối nhất', 'tối'), ('thấp', 'thấp nhất', 'tốt', 'tốt'), ('thấp', 'thấp nhất', 'cao nhất', 'cao'), ('thấp', 'thấp nhất', 'nóng nhất', 'nóng'), ('thấp', 'thấp nhất', 'lớn nhất', 'lớn'), ('thấp', 'thấp nhất', 'dài nhất', 'dài'), ('may_mắn', 'may_mắn nhất', 'đơn_giản nhất', 'đơn_giản'), ('may_mắn', 'may_mắn nhất', 'ngắn nhất', 'ngắn'), ('may_mắn', 'may_mắn nhất', 'chậm nhất', 'chậm'), ('may_mắn', 'may_mắn nhất', 'nhỏ nhất', 'nhỏ'), ('may_mắn', 'may_mắn nhất', 'thông_minh nhất', 'thông_minh'), ('may_mắn', 'may_mắn nhất', 'mạnh nhất', 'mạnh_mẽ'), ('may_mắn', 'may_mắn nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('may_mắn', 'may_mắn nhất', 'cao nhất', 'cao'), ('may_mắn', 'may_mắn nhất', 'ngon nhất', 'ngon'), ('may_mắn', 'may_mắn nhất', 'ấm nhất', 'ấm_áp'), ('may_mắn', 'may_mắn nhất', 'yếu nhất', 'yếu'), ('may_mắn', 'may_mắn nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('may_mắn', 'may_mắn nhất', 'rộng nhất', 'rộng'), ('may_mắn', 'may_mắn nhất', 'lớn nhất', 'lớn'), ('may_mắn', 'may_mắn nhất', 'sáng nhất', 'sáng'), ('may_mắn', 'may_mắn nhất', 'lạnh nhất', 'lạnh'), ('may_mắn', 'may_mắn nhất', 'tối nhất', 'tối'), ('may_mắn', 'may_mắn nhất', 'dễ nhất', 'dễ_dàng'), ('may_mắn', 'may_mắn nhất', 'tốt', 'tốt'), ('may_mắn', 'may_mắn nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('may_mắn', 'may_mắn nhất', 'cao nhất', 'cao'), ('may_mắn', 'may_mắn nhất', 'nóng nhất', 'nóng'), ('may_mắn', 'may_mắn nhất', 'lớn nhất', 'lớn'), ('may_mắn', 'may_mắn nhất', 'dài nhất', 'dài'), ('may_mắn', 'may_mắn nhất', 'thấp nhất', 'thấp'), ('cũ', 'lâu_đời nhất', 'đơn_giản nhất', 'đơn_giản'), ('cũ', 'lâu_đời nhất', 'ngắn nhất', 'ngắn'), ('cũ', 'lâu_đời nhất', 'chậm nhất', 'chậm'), ('cũ', 'lâu_đời nhất', 'nhỏ nhất', 'nhỏ'), ('cũ', 'lâu_đời nhất', 'thông_minh nhất', 'thông_minh'), ('cũ', 'lâu_đời nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('cũ', 'lâu_đời nhất', 'cao nhất', 'cao'), ('cũ', 'lâu_đời nhất', 'ngon nhất', 'ngon'), ('cũ', 'lâu_đời nhất', 'yếu nhất', 'yếu'), ('cũ', 'lâu_đời nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('cũ', 'lâu_đời nhất', 'rộng nhất', 'rộng'), ('cũ', 'lâu_đời nhất', 'lớn nhất', 'lớn'), ('cũ', 'lâu_đời nhất', 'sáng nhất', 'sáng'), ('cũ', 'lâu_đời nhất', 'lạnh nhất', 'lạnh'), ('cũ', 'lâu_đời nhất', 'tối nhất', 'tối'), ('cũ', 'lâu_đời nhất', 'tốt', 'tốt'), ('cũ', 'lâu_đời nhất', 'cao nhất', 'cao'), ('cũ', 'lâu_đời nhất', 'nóng nhất', 'nóng'), ('cũ', 'lâu_đời nhất', 'lớn nhất', 'lớn'), ('cũ', 'lâu_đời nhất', 'dài nhất', 'dài'), ('cũ', 'lâu_đời nhất', 'thấp nhất', 'thấp'), ('cũ', 'lâu_đời nhất', 'may_mắn nhất', 'may_mắn'), ('nhanh_chóng', 'nhanh nhất', 'đơn_giản nhất', 'đơn_giản'), ('nhanh_chóng', 'nhanh nhất', 'ngắn nhất', 'ngắn'), ('nhanh_chóng', 'nhanh nhất', 'chậm nhất', 'chậm'), ('nhanh_chóng', 'nhanh nhất', 'nhỏ nhất', 'nhỏ'), ('nhanh_chóng', 'nhanh nhất', 'thông_minh nhất', 'thông_minh'), ('nhanh_chóng', 'nhanh nhất', 'mạnh nhất', 'mạnh_mẽ'), ('nhanh_chóng', 'nhanh nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('nhanh_chóng', 'nhanh nhất', 'cao nhất', 'cao'), ('nhanh_chóng', 'nhanh nhất', 'ngon nhất', 'ngon'), ('nhanh_chóng', 'nhanh nhất', 'ấm nhất', 'ấm_áp'), ('nhanh_chóng', 'nhanh nhất', 'yếu nhất', 'yếu'), ('nhanh_chóng', 'nhanh nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('nhanh_chóng', 'nhanh nhất', 'rộng nhất', 'rộng'), ('nhanh_chóng', 'nhanh nhất', 'lớn nhất', 'lớn'), ('nhanh_chóng', 'nhanh nhất', 'sáng nhất', 'sáng'), ('nhanh_chóng', 'nhanh nhất', 'lạnh nhất', 'lạnh'), ('nhanh_chóng', 'nhanh nhất', 'tối nhất', 'tối'), ('nhanh_chóng', 'nhanh nhất', 'dễ nhất', 'dễ_dàng'), ('nhanh_chóng', 'nhanh nhất', 'nhanh nhất', 'nhanh_chóng'), ('nhanh_chóng', 'nhanh nhất', 'tốt', 'tốt'), ('nhanh_chóng', 'nhanh nhất', 'cao nhất', 'cao'), ('nhanh_chóng', 'nhanh nhất', 'nóng nhất', 'nóng'), ('nhanh_chóng', 'nhanh nhất', 'lớn nhất', 'lớn'), ('nhanh_chóng', 'nhanh nhất', 'dài nhất', 'dài'), ('nhanh_chóng', 'nhanh nhất', 'thấp nhất', 'thấp'), ('nhanh_chóng', 'nhanh nhất', 'may_mắn nhất', 'may_mắn'), ('sắc nét', 'sắc nét nhất', 'đơn_giản nhất', 'đơn_giản'), ('sắc nét', 'sắc nét nhất', 'ngắn nhất', 'ngắn'), ('sắc nét', 'sắc nét nhất', 'chậm nhất', 'chậm'), ('sắc nét', 'sắc nét nhất', 'nhỏ nhất', 'nhỏ'), ('sắc nét', 'sắc nét nhất', 'thông_minh nhất', 'thông_minh'), ('sắc nét', 'sắc nét nhất', 'mạnh nhất', 'mạnh_mẽ'), ('sắc nét', 'sắc nét nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('sắc nét', 'sắc nét nhất', 'cao nhất', 'cao'), ('sắc nét', 'sắc nét nhất', 'ngon nhất', 'ngon'), ('sắc nét', 'sắc nét nhất', 'ấm nhất', 'ấm_áp'), ('sắc nét', 'sắc nét nhất', 'yếu nhất', 'yếu'), ('sắc nét', 'sắc nét nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('sắc nét', 'sắc nét nhất', 'rộng nhất', 'rộng'), ('sắc nét', 'sắc nét nhất', 'tệ nhất', 'xấu'), ('sắc nét', 'sắc nét nhất', 'lớn nhất', 'lớn'), ('sắc nét', 'sắc nét nhất', 'sáng nhất', 'sáng'), ('sắc nét', 'sắc nét nhất', 'lạnh nhất', 'lạnh'), ('sắc nét', 'sắc nét nhất', 'tối nhất', 'tối'), ('sắc nét', 'sắc nét nhất', 'dễ nhất', 'dễ_dàng'), ('sắc nét', 'sắc nét nhất', 'tốt', 'tốt'), ('sắc nét', 'sắc nét nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('sắc nét', 'sắc nét nhất', 'cao nhất', 'cao'), ('sắc nét', 'sắc nét nhất', 'nóng nhất', 'nóng'), ('sắc nét', 'sắc nét nhất', 'lớn nhất', 'lớn'), ('sắc nét', 'sắc nét nhất', 'dài nhất', 'dài'), ('sắc nét', 'sắc nét nhất', 'thấp nhất', 'thấp'), ('sắc nét', 'sắc nét nhất', 'may_mắn nhất', 'may_mắn'), ('đơn_giản', 'đơn_giản nhất', 'ngắn nhất', 'ngắn'), ('đơn_giản', 'đơn_giản nhất', 'chậm nhất', 'chậm'), ('đơn_giản', 'đơn_giản nhất', 'nhỏ nhất', 'nhỏ'), ('đơn_giản', 'đơn_giản nhất', 'thông_minh nhất', 'thông_minh'), ('đơn_giản', 'đơn_giản nhất', 'mạnh nhất', 'mạnh_mẽ'), ('đơn_giản', 'đơn_giản nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('đơn_giản', 'đơn_giản nhất', 'cao nhất', 'cao'), ('đơn_giản', 'đơn_giản nhất', 'ngon nhất', 'ngon'), ('đơn_giản', 'đơn_giản nhất', 'ấm nhất', 'ấm_áp'), ('đơn_giản', 'đơn_giản nhất', 'yếu nhất', 'yếu'), ('đơn_giản', 'đơn_giản nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('đơn_giản', 'đơn_giản nhất', 'rộng nhất', 'rộng'), ('đơn_giản', 'đơn_giản nhất', 'lớn nhất', 'lớn'), ('đơn_giản', 'đơn_giản nhất', 'sáng nhất', 'sáng'), ('đơn_giản', 'đơn_giản nhất', 'lạnh nhất', 'lạnh'), ('đơn_giản', 'đơn_giản nhất', 'tối nhất', 'tối'), ('đơn_giản', 'đơn_giản nhất', 'dễ nhất', 'dễ_dàng'), ('đơn_giản', 'đơn_giản nhất', 'tốt', 'tốt'), ('đơn_giản', 'đơn_giản nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('đơn_giản', 'đơn_giản nhất', 'cao nhất', 'cao'), ('đơn_giản', 'đơn_giản nhất', 'nóng nhất', 'nóng'), ('đơn_giản', 'đơn_giản nhất', 'lớn nhất', 'lớn'), ('đơn_giản', 'đơn_giản nhất', 'dài nhất', 'dài'), ('đơn_giản', 'đơn_giản nhất', 'thấp nhất', 'thấp'), ('đơn_giản', 'đơn_giản nhất', 'may_mắn nhất', 'may_mắn'), ('ngắn', 'ngắn nhất', 'chậm nhất', 'chậm'), ('ngắn', 'ngắn nhất', 'nhỏ nhất', 'nhỏ'), ('ngắn', 'ngắn nhất', 'thông_minh nhất', 'thông_minh'), ('ngắn', 'ngắn nhất', 'mạnh nhất', 'mạnh_mẽ'), ('ngắn', 'ngắn nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('ngắn', 'ngắn nhất', 'cao nhất', 'cao'), ('ngắn', 'ngắn nhất', 'ngon nhất', 'ngon'), ('ngắn', 'ngắn nhất', 'ấm nhất', 'ấm_áp'), ('ngắn', 'ngắn nhất', 'yếu nhất', 'yếu'), ('ngắn', 'ngắn nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('ngắn', 'ngắn nhất', 'rộng nhất', 'rộng'), ('ngắn', 'ngắn nhất', 'lớn nhất', 'lớn'), ('ngắn', 'ngắn nhất', 'sáng nhất', 'sáng'), ('ngắn', 'ngắn nhất', 'lạnh nhất', 'lạnh'), ('ngắn', 'ngắn nhất', 'tối nhất', 'tối'), ('ngắn', 'ngắn nhất', 'dễ nhất', 'dễ_dàng'), ('ngắn', 'ngắn nhất', 'tốt', 'tốt'), ('ngắn', 'ngắn nhất', 'cao nhất', 'cao'), ('ngắn', 'ngắn nhất', 'nóng nhất', 'nóng'), ('ngắn', 'ngắn nhất', 'lớn nhất', 'lớn'), ('ngắn', 'ngắn nhất', 'dài nhất', 'dài'), ('ngắn', 'ngắn nhất', 'thấp nhất', 'thấp'), ('ngắn', 'ngắn nhất', 'may_mắn nhất', 'may_mắn'), ('ngắn', 'ngắn nhất', 'đơn_giản nhất', 'đơn_giản'), ('chậm', 'chậm nhất', 'nhỏ nhất', 'nhỏ'), ('chậm', 'chậm nhất', 'thông_minh nhất', 'thông_minh'), ('chậm', 'chậm nhất', 'mạnh nhất', 'mạnh_mẽ'), ('chậm', 'chậm nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('chậm', 'chậm nhất', 'cao nhất', 'cao'), ('chậm', 'chậm nhất', 'ngon nhất', 'ngon'), ('chậm', 'chậm nhất', 'ấm nhất', 'ấm_áp'), ('chậm', 'chậm nhất', 'yếu nhất', 'yếu'), ('chậm', 'chậm nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('chậm', 'chậm nhất', 'rộng nhất', 'rộng'), ('chậm', 'chậm nhất', 'lớn nhất', 'lớn'), ('chậm', 'chậm nhất', 'sáng nhất', 'sáng'), ('chậm', 'chậm nhất', 'lạnh nhất', 'lạnh'), ('chậm', 'chậm nhất', 'tối nhất', 'tối'), ('chậm', 'chậm nhất', 'dễ nhất', 'dễ_dàng'), ('chậm', 'chậm nhất', 'tốt', 'tốt'), ('chậm', 'chậm nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('chậm', 'chậm nhất', 'cao nhất', 'cao'), ('chậm', 'chậm nhất', 'nóng nhất', 'nóng'), ('chậm', 'chậm nhất', 'lớn nhất', 'lớn'), ('chậm', 'chậm nhất', 'dài nhất', 'dài'), ('chậm', 'chậm nhất', 'thấp nhất', 'thấp'), ('chậm', 'chậm nhất', 'may_mắn nhất', 'may_mắn'), ('chậm', 'chậm nhất', 'đơn_giản nhất', 'đơn_giản'), ('chậm', 'chậm nhất', 'ngắn nhất', 'ngắn'), ('nhỏ', 'nhỏ nhất', 'thông_minh nhất', 'thông_minh'), ('nhỏ', 'nhỏ nhất', 'mạnh nhất', 'mạnh_mẽ'), ('nhỏ', 'nhỏ nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('nhỏ', 'nhỏ nhất', 'cao nhất', 'cao'), ('nhỏ', 'nhỏ nhất', 'ngon nhất', 'ngon'), ('nhỏ', 'nhỏ nhất', 'yếu nhất', 'yếu'), ('nhỏ', 'nhỏ nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('nhỏ', 'nhỏ nhất', 'rộng nhất', 'rộng'), ('nhỏ', 'nhỏ nhất', 'lớn nhất', 'lớn'), ('nhỏ', 'nhỏ nhất', 'sáng nhất', 'sáng'), ('nhỏ', 'nhỏ nhất', 'lạnh nhất', 'lạnh'), ('nhỏ', 'nhỏ nhất', 'tối nhất', 'tối'), ('nhỏ', 'nhỏ nhất', 'dễ nhất', 'dễ_dàng'), ('nhỏ', 'nhỏ nhất', 'tốt', 'tốt'), ('nhỏ', 'nhỏ nhất', 'cao nhất', 'cao'), ('nhỏ', 'nhỏ nhất', 'nóng nhất', 'nóng'), ('nhỏ', 'nhỏ nhất', 'lớn nhất', 'lớn'), ('nhỏ', 'nhỏ nhất', 'dài nhất', 'dài'), ('nhỏ', 'nhỏ nhất', 'thấp nhất', 'thấp'), ('nhỏ', 'nhỏ nhất', 'may_mắn nhất', 'may_mắn'), ('nhỏ', 'nhỏ nhất', 'đơn_giản nhất', 'đơn_giản'), ('nhỏ', 'nhỏ nhất', 'ngắn nhất', 'ngắn'), ('nhỏ', 'nhỏ nhất', 'chậm nhất', 'chậm'), ('thông_minh', 'thông_minh nhất', 'mạnh nhất', 'mạnh_mẽ'), ('thông_minh', 'thông_minh nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('thông_minh', 'thông_minh nhất', 'cao nhất', 'cao'), ('thông_minh', 'thông_minh nhất', 'ngon nhất', 'ngon'), ('thông_minh', 'thông_minh nhất', 'ấm nhất', 'ấm_áp'), ('thông_minh', 'thông_minh nhất', 'yếu nhất', 'yếu'), ('thông_minh', 'thông_minh nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('thông_minh', 'thông_minh nhất', 'rộng nhất', 'rộng'), ('thông_minh', 'thông_minh nhất', 'lớn nhất', 'lớn'), ('thông_minh', 'thông_minh nhất', 'sáng nhất', 'sáng'), ('thông_minh', 'thông_minh nhất', 'lạnh nhất', 'lạnh'), ('thông_minh', 'thông_minh nhất', 'tối nhất', 'tối'), ('thông_minh', 'thông_minh nhất', 'dễ nhất', 'dễ_dàng'), ('thông_minh', 'thông_minh nhất', 'tốt', 'tốt'), ('thông_minh', 'thông_minh nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('thông_minh', 'thông_minh nhất', 'cao nhất', 'cao'), ('thông_minh', 'thông_minh nhất', 'nóng nhất', 'nóng'), ('thông_minh', 'thông_minh nhất', 'lớn nhất', 'lớn'), ('thông_minh', 'thông_minh nhất', 'dài nhất', 'dài'), ('thông_minh', 'thông_minh nhất', 'thấp nhất', 'thấp'), ('thông_minh', 'thông_minh nhất', 'may_mắn nhất', 'may_mắn'), ('thông_minh', 'thông_minh nhất', 'đơn_giản nhất', 'đơn_giản'), ('thông_minh', 'thông_minh nhất', 'ngắn nhất', 'ngắn'), ('thông_minh', 'thông_minh nhất', 'chậm nhất', 'chậm'), ('thông_minh', 'thông_minh nhất', 'nhỏ nhất', 'nhỏ'), ('lạ', 'lạ nhất', 'mạnh nhất', 'mạnh_mẽ'), ('lạ', 'lạ nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('lạ', 'lạ nhất', 'cao nhất', 'cao'), ('lạ', 'lạ nhất', 'ngon nhất', 'ngon'), ('lạ', 'lạ nhất', 'ấm nhất', 'ấm_áp'), ('lạ', 'lạ nhất', 'yếu nhất', 'yếu'), ('lạ', 'lạ nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('lạ', 'lạ nhất', 'rộng nhất', 'rộng'), ('lạ', 'lạ nhất', 'lớn nhất', 'lớn'), ('lạ', 'lạ nhất', 'sáng nhất', 'sáng'), ('lạ', 'lạ nhất', 'lạnh nhất', 'lạnh'), ('lạ', 'lạ nhất', 'tối nhất', 'tối'), ('lạ', 'lạ nhất', 'dễ nhất', 'dễ_dàng'), ('lạ', 'lạ nhất', 'tốt', 'tốt'), ('lạ', 'lạ nhất', 'cao nhất', 'cao'), ('lạ', 'lạ nhất', 'nóng nhất', 'nóng'), ('lạ', 'lạ nhất', 'lớn nhất', 'lớn'), ('lạ', 'lạ nhất', 'dài nhất', 'dài'), ('lạ', 'lạ nhất', 'thấp nhất', 'thấp'), ('lạ', 'lạ nhất', 'may_mắn nhất', 'may_mắn'), ('lạ', 'lạ nhất', 'đơn_giản nhất', 'đơn_giản'), ('lạ', 'lạ nhất', 'ngắn nhất', 'ngắn'), ('lạ', 'lạ nhất', 'chậm nhất', 'chậm'), ('lạ', 'lạ nhất', 'nhỏ nhất', 'nhỏ'), ('lạ', 'lạ nhất', 'thông_minh nhất', 'thông_minh'), ('mạnh_mẽ', 'mạnh nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('mạnh_mẽ', 'mạnh nhất', 'cao nhất', 'cao'), ('mạnh_mẽ', 'mạnh nhất', 'ngon nhất', 'ngon'), ('mạnh_mẽ', 'mạnh nhất', 'ấm nhất', 'ấm_áp'), ('mạnh_mẽ', 'mạnh nhất', 'yếu nhất', 'yếu'), ('mạnh_mẽ', 'mạnh nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('mạnh_mẽ', 'mạnh nhất', 'rộng nhất', 'rộng'), ('mạnh_mẽ', 'mạnh nhất', 'lớn nhất', 'lớn'), ('mạnh_mẽ', 'mạnh nhất', 'sáng nhất', 'sáng'), ('mạnh_mẽ', 'mạnh nhất', 'lạnh nhất', 'lạnh'), ('mạnh_mẽ', 'mạnh nhất', 'tối nhất', 'tối'), ('mạnh_mẽ', 'mạnh nhất', 'tốt', 'tốt'), ('mạnh_mẽ', 'mạnh nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('mạnh_mẽ', 'mạnh nhất', 'cao nhất', 'cao'), ('mạnh_mẽ', 'mạnh nhất', 'nóng nhất', 'nóng'), ('mạnh_mẽ', 'mạnh nhất', 'lớn nhất', 'lớn'), ('mạnh_mẽ', 'mạnh nhất', 'dài nhất', 'dài'), ('mạnh_mẽ', 'mạnh nhất', 'thấp nhất', 'thấp'), ('mạnh_mẽ', 'mạnh nhất', 'may_mắn nhất', 'may_mắn'), ('mạnh_mẽ', 'mạnh nhất', 'đơn_giản nhất', 'đơn_giản'), ('mạnh_mẽ', 'mạnh nhất', 'ngắn nhất', 'ngắn'), ('mạnh_mẽ', 'mạnh nhất', 'chậm nhất', 'chậm'), ('mạnh_mẽ', 'mạnh nhất', 'nhỏ nhất', 'nhỏ'), ('mạnh_mẽ', 'mạnh nhất', 'thông_minh nhất', 'thông_minh'), ('ngọt_ngào', 'ngọt_ngào nhất', 'cao nhất', 'cao'), ('ngọt_ngào', 'ngọt_ngào nhất', 'ngon nhất', 'ngon'), ('ngọt_ngào', 'ngọt_ngào nhất', 'ấm nhất', 'ấm_áp'), ('ngọt_ngào', 'ngọt_ngào nhất', 'yếu nhất', 'yếu'), ('ngọt_ngào', 'ngọt_ngào nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('ngọt_ngào', 'ngọt_ngào nhất', 'rộng nhất', 'rộng'), ('ngọt_ngào', 'ngọt_ngào nhất', 'lớn nhất', 'lớn'), ('ngọt_ngào', 'ngọt_ngào nhất', 'sáng nhất', 'sáng'), ('ngọt_ngào', 'ngọt_ngào nhất', 'lạnh nhất', 'lạnh'), ('ngọt_ngào', 'ngọt_ngào nhất', 'lạnh nhất', 'mát_mẻ'), ('ngọt_ngào', 'ngọt_ngào nhất', 'tối nhất', 'tối'), ('ngọt_ngào', 'ngọt_ngào nhất', 'tốt', 'tốt'), ('ngọt_ngào', 'ngọt_ngào nhất', 'cao nhất', 'cao'), ('ngọt_ngào', 'ngọt_ngào nhất', 'nóng nhất', 'nóng'), ('ngọt_ngào', 'ngọt_ngào nhất', 'lớn nhất', 'lớn'), ('ngọt_ngào', 'ngọt_ngào nhất', 'dài nhất', 'dài'), ('ngọt_ngào', 'ngọt_ngào nhất', 'thấp nhất', 'thấp'), ('ngọt_ngào', 'ngọt_ngào nhất', 'may_mắn nhất', 'may_mắn'), ('ngọt_ngào', 'ngọt_ngào nhất', 'đơn_giản nhất', 'đơn_giản'), ('ngọt_ngào', 'ngọt_ngào nhất', 'ngắn nhất', 'ngắn'), ('ngọt_ngào', 'ngọt_ngào nhất', 'chậm nhất', 'chậm'), ('ngọt_ngào', 'ngọt_ngào nhất', 'nhỏ nhất', 'nhỏ'), ('ngọt_ngào', 'ngọt_ngào nhất', 'thông_minh nhất', 'thông_minh'), ('ngọt_ngào', 'ngọt_ngào nhất', 'mạnh nhất', 'mạnh_mẽ'), ('cao', 'cao nhất', 'ngon nhất', 'ngon'), ('cao', 'cao nhất', 'yếu nhất', 'yếu'), ('cao', 'cao nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('cao', 'cao nhất', 'rộng nhất', 'rộng'), ('cao', 'cao nhất', 'lớn nhất', 'lớn'), ('cao', 'cao nhất', 'sáng nhất', 'sáng'), ('cao', 'cao nhất', 'lạnh nhất', 'lạnh'), ('cao', 'cao nhất', 'tối nhất', 'tối'), ('cao', 'cao nhất', 'tốt', 'tốt'), ('cao', 'cao nhất', 'cao nhất', 'cao'), ('cao', 'cao nhất', 'nóng nhất', 'nóng'), ('cao', 'cao nhất', 'lớn nhất', 'lớn'), ('cao', 'cao nhất', 'dài nhất', 'dài'), ('cao', 'cao nhất', 'thấp nhất', 'thấp'), ('cao', 'cao nhất', 'may_mắn nhất', 'may_mắn'), ('cao', 'cao nhất', 'đơn_giản nhất', 'đơn_giản'), ('cao', 'cao nhất', 'ngắn nhất', 'ngắn'), ('cao', 'cao nhất', 'chậm nhất', 'chậm'), ('cao', 'cao nhất', 'nhỏ nhất', 'nhỏ'), ('cao', 'cao nhất', 'thông_minh nhất', 'thông_minh'), ('cao', 'cao nhất', 'mạnh nhất', 'mạnh_mẽ'), ('cao', 'cao nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('ngon', 'ngon nhất', 'ấm nhất', 'ấm_áp'), ('ngon', 'ngon nhất', 'yếu nhất', 'yếu'), ('ngon', 'ngon nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('ngon', 'ngon nhất', 'rộng nhất', 'rộng'), ('ngon', 'ngon nhất', 'lớn nhất', 'lớn'), ('ngon', 'ngon nhất', 'sáng nhất', 'sáng'), ('ngon', 'ngon nhất', 'lạnh nhất', 'lạnh'), ('ngon', 'ngon nhất', 'tối nhất', 'tối'), ('ngon', 'ngon nhất', 'tốt', 'tốt'), ('ngon', 'ngon nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('ngon', 'ngon nhất', 'cao nhất', 'cao'), ('ngon', 'ngon nhất', 'nóng nhất', 'nóng'), ('ngon', 'ngon nhất', 'lớn nhất', 'lớn'), ('ngon', 'ngon nhất', 'dài nhất', 'dài'), ('ngon', 'ngon nhất', 'thấp nhất', 'thấp'), ('ngon', 'ngon nhất', 'may_mắn nhất', 'may_mắn'), ('ngon', 'ngon nhất', 'đơn_giản nhất', 'đơn_giản'), ('ngon', 'ngon nhất', 'ngắn nhất', 'ngắn'), ('ngon', 'ngon nhất', 'chậm nhất', 'chậm'), ('ngon', 'ngon nhất', 'nhỏ nhất', 'nhỏ'), ('ngon', 'ngon nhất', 'thông_minh nhất', 'thông_minh'), ('ngon', 'ngon nhất', 'mạnh nhất', 'mạnh_mẽ'), ('ngon', 'ngon nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('ngon', 'ngon nhất', 'cao nhất', 'cao'), ('ấm_áp', 'ấm nhất', 'yếu nhất', 'yếu'), ('ấm_áp', 'ấm nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('ấm_áp', 'ấm nhất', 'rộng nhất', 'rộng'), ('ấm_áp', 'ấm nhất', 'lớn nhất', 'lớn'), ('ấm_áp', 'ấm nhất', 'sáng nhất', 'sáng'), ('ấm_áp', 'ấm nhất', 'lạnh nhất', 'lạnh'), ('ấm_áp', 'ấm nhất', 'lạnh nhất', 'mát_mẻ'), ('ấm_áp', 'ấm nhất', 'tối nhất', 'tối'), ('ấm_áp', 'ấm nhất', 'tốt', 'tốt'), ('ấm_áp', 'ấm nhất', 'cao nhất', 'cao'), ('ấm_áp', 'ấm nhất', 'nóng nhất', 'nóng'), ('ấm_áp', 'ấm nhất', 'lớn nhất', 'lớn'), ('ấm_áp', 'ấm nhất', 'dài nhất', 'dài'), ('ấm_áp', 'ấm nhất', 'thấp nhất', 'thấp'), ('ấm_áp', 'ấm nhất', 'may_mắn nhất', 'may_mắn'), ('ấm_áp', 'ấm nhất', 'đơn_giản nhất', 'đơn_giản'), ('ấm_áp', 'ấm nhất', 'ngắn nhất', 'ngắn'), ('ấm_áp', 'ấm nhất', 'chậm nhất', 'chậm'), ('ấm_áp', 'ấm nhất', 'nhỏ nhất', 'nhỏ'), ('ấm_áp', 'ấm nhất', 'thông_minh nhất', 'thông_minh'), ('ấm_áp', 'ấm nhất', 'mạnh nhất', 'mạnh_mẽ'), ('ấm_áp', 'ấm nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('ấm_áp', 'ấm nhất', 'cao nhất', 'cao'), ('ấm_áp', 'ấm nhất', 'ngon nhất', 'ngon'), ('yếu', 'yếu nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('yếu', 'yếu nhất', 'rộng nhất', 'rộng'), ('yếu', 'yếu nhất', 'tệ nhất', 'xấu'), ('yếu', 'yếu nhất', 'lớn nhất', 'lớn'), ('yếu', 'yếu nhất', 'sáng nhất', 'sáng'), ('yếu', 'yếu nhất', 'lạnh nhất', 'lạnh'), ('yếu', 'yếu nhất', 'tối nhất', 'tối'), ('yếu', 'yếu nhất', 'dễ nhất', 'dễ_dàng'), ('yếu', 'yếu nhất', 'tốt', 'tốt'), ('yếu', 'yếu nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('yếu', 'yếu nhất', 'cao nhất', 'cao'), ('yếu', 'yếu nhất', 'nóng nhất', 'nóng'), ('yếu', 'yếu nhất', 'lớn nhất', 'lớn'), ('yếu', 'yếu nhất', 'dài nhất', 'dài'), ('yếu', 'yếu nhất', 'thấp nhất', 'thấp'), ('yếu', 'yếu nhất', 'may_mắn nhất', 'may_mắn'), ('yếu', 'yếu nhất', 'đơn_giản nhất', 'đơn_giản'), ('yếu', 'yếu nhất', 'ngắn nhất', 'ngắn'), ('yếu', 'yếu nhất', 'chậm nhất', 'chậm'), ('yếu', 'yếu nhất', 'nhỏ nhất', 'nhỏ'), ('yếu', 'yếu nhất', 'thông_minh nhất', 'thông_minh'), ('yếu', 'yếu nhất', 'mạnh nhất', 'mạnh_mẽ'), ('yếu', 'yếu nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('yếu', 'yếu nhất', 'cao nhất', 'cao'), ('yếu', 'yếu nhất', 'ngon nhất', 'ngon'), ('kỳ_lạ', 'kỳ_lạ nhất', 'rộng nhất', 'rộng'), ('kỳ_lạ', 'kỳ_lạ nhất', 'lớn nhất', 'lớn'), ('kỳ_lạ', 'kỳ_lạ nhất', 'sáng nhất', 'sáng'), ('kỳ_lạ', 'kỳ_lạ nhất', 'lạnh nhất', 'lạnh'), ('kỳ_lạ', 'kỳ_lạ nhất', 'tối nhất', 'tối'), ('kỳ_lạ', 'kỳ_lạ nhất', 'tốt', 'tốt'), ('kỳ_lạ', 'kỳ_lạ nhất', 'vĩ_đại nhất', 'tuyệt_vời'), ('kỳ_lạ', 'kỳ_lạ nhất', 'cao nhất', 'cao'), ('kỳ_lạ', 'kỳ_lạ nhất', 'nóng nhất', 'nóng'), ('kỳ_lạ', 'kỳ_lạ nhất', 'lớn nhất', 'lớn'), ('kỳ_lạ', 'kỳ_lạ nhất', 'dài nhất', 'dài'), ('kỳ_lạ', 'kỳ_lạ nhất', 'thấp nhất', 'thấp'), ('kỳ_lạ', 'kỳ_lạ nhất', 'may_mắn nhất', 'may_mắn'), ('kỳ_lạ', 'kỳ_lạ nhất', 'đơn_giản nhất', 'đơn_giản'), ('kỳ_lạ', 'kỳ_lạ nhất', 'ngắn nhất', 'ngắn'), ('kỳ_lạ', 'kỳ_lạ nhất', 'chậm nhất', 'chậm'), ('kỳ_lạ', 'kỳ_lạ nhất', 'nhỏ nhất', 'nhỏ'), ('kỳ_lạ', 'kỳ_lạ nhất', 'thông_minh nhất', 'thông_minh'), ('kỳ_lạ', 'kỳ_lạ nhất', 'lạ_lùng nhất', 'lạ'), ('kỳ_lạ', 'kỳ_lạ nhất', 'mạnh nhất', 'mạnh_mẽ'), ('kỳ_lạ', 'kỳ_lạ nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('kỳ_lạ', 'kỳ_lạ nhất', 'cao nhất', 'cao'), ('kỳ_lạ', 'kỳ_lạ nhất', 'ngon nhất', 'ngon'), ('kỳ_lạ', 'kỳ_lạ nhất', 'ấm nhất', 'ấm_áp'), ('kỳ_lạ', 'kỳ_lạ nhất', 'yếu nhất', 'yếu'), ('rộng', 'rộng nhất', 'lớn nhất', 'lớn'), ('rộng', 'rộng nhất', 'sáng nhất', 'sáng'), ('rộng', 'rộng nhất', 'lạnh nhất', 'lạnh'), ('rộng', 'rộng nhất', 'tối nhất', 'tối'), ('rộng', 'rộng nhất', 'dễ nhất', 'dễ_dàng'), ('rộng', 'rộng nhất', 'tốt', 'tốt'), ('rộng', 'rộng nhất', 'cao nhất', 'cao'), ('rộng', 'rộng nhất', 'nóng nhất', 'nóng'), ('rộng', 'rộng nhất', 'lớn nhất', 'lớn'), ('rộng', 'rộng nhất', 'dài nhất', 'dài'), ('rộng', 'rộng nhất', 'thấp nhất', 'thấp'), ('rộng', 'rộng nhất', 'may_mắn nhất', 'may_mắn'), ('rộng', 'rộng nhất', 'đơn_giản nhất', 'đơn_giản'), ('rộng', 'rộng nhất', 'ngắn nhất', 'ngắn'), ('rộng', 'rộng nhất', 'chậm nhất', 'chậm'), ('rộng', 'rộng nhất', 'nhỏ nhất', 'nhỏ'), ('rộng', 'rộng nhất', 'thông_minh nhất', 'thông_minh'), ('rộng', 'rộng nhất', 'mạnh nhất', 'mạnh_mẽ'), ('rộng', 'rộng nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('rộng', 'rộng nhất', 'cao nhất', 'cao'), ('rộng', 'rộng nhất', 'ngon nhất', 'ngon'), ('rộng', 'rộng nhất', 'ấm nhất', 'ấm_áp'), ('rộng', 'rộng nhất', 'yếu nhất', 'yếu'), ('rộng', 'rộng nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('trẻ', 'trẻ nhất', 'lớn nhất', 'lớn'), ('trẻ', 'trẻ nhất', 'sáng nhất', 'sáng'), ('trẻ', 'trẻ nhất', 'lạnh nhất', 'lạnh'), ('trẻ', 'trẻ nhất', 'tối nhất', 'tối'), ('trẻ', 'trẻ nhất', 'dễ nhất', 'dễ_dàng'), ('trẻ', 'trẻ nhất', 'tốt', 'tốt'), ('trẻ', 'trẻ nhất', 'cao nhất', 'cao'), ('trẻ', 'trẻ nhất', 'nóng nhất', 'nóng'), ('trẻ', 'trẻ nhất', 'lớn nhất', 'lớn'), ('trẻ', 'trẻ nhất', 'dài nhất', 'dài'), ('trẻ', 'trẻ nhất', 'thấp nhất', 'thấp'), ('trẻ', 'trẻ nhất', 'may_mắn nhất', 'may_mắn'), ('trẻ', 'trẻ nhất', 'đơn_giản nhất', 'đơn_giản'), ('trẻ', 'trẻ nhất', 'ngắn nhất', 'ngắn'), ('trẻ', 'trẻ nhất', 'chậm nhất', 'chậm'), ('trẻ', 'trẻ nhất', 'nhỏ nhất', 'nhỏ'), ('trẻ', 'trẻ nhất', 'thông_minh nhất', 'thông_minh'), ('trẻ', 'trẻ nhất', 'mạnh nhất', 'mạnh_mẽ'), ('trẻ', 'trẻ nhất', 'ngọt_ngào nhất', 'ngọt_ngào'), ('trẻ', 'trẻ nhất', 'cao nhất', 'cao'), ('trẻ', 'trẻ nhất', 'ngon nhất', 'ngon'), ('trẻ', 'trẻ nhất', 'ấm nhất', 'ấm_áp'), ('trẻ', 'trẻ nhất', 'yếu nhất', 'yếu'), ('trẻ', 'trẻ nhất', 'kỳ_lạ nhất', 'kỳ_lạ'), ('trẻ', 'trẻ nhất', 'rộng nhất', 'rộng')], 'incorrect': []}, {'OOV/Total/VN_Solveable_Cases/VN_Phrase_Target': [0, 3135, 3048, 0], 'MAP@10': 0.4908447254499886}]\n\n: | Paired t-tests results\n"
  },
  {
    "path": "src/data/embedding_dicts/C2V.vec",
    "content": "1743 300\n̂ 0.010822 -0.026347 -0.015967 -0.015494 0.005062 0.028075 -0.007074 -0.007489 -0.009271 -0.031056 0.012506 0.004284 0.008141 -0.009598 0.02358 -0.008301 -0.008066 0.013416 -0.023221 -0.02709 0.003213 0.002646 -0.016273 -0.002385 -0.009498 -0.001962 -0.009172 -0.019323 -0.011564 -0.017524 0.008473 -0.003546 -0.039661 -0.026876 0.001697 0.005615 -0.014478 0.013272 -0.014291 0.005203 -0.014525 0.002695 0.004278 -0.020933 -0.036659 0.006825 0.015103 0.009072 -0.019704 -0.000397 0.008309 0.017917 0.013734 -0.022897 0.020133 0.00345 -0.031208 -0.003298 0.0022 -0.01209 -0.026746 -0.010515 -0.010334 -0.008661 -0.005077 -0.004895 0.025392 -0.005746 0.024958 0.020044 -0.019841 0.010595 0.016748 0.02607 -0.020956 -0.001631 -0.009515 0.006826 -0.055958 0.017642 -0.012526 -0.002558 -0.009734 0.013157 -0.018166 -0.015235 -0.001014 0.007263 -0.018071 -0.004798 -0.0071 0.012227 0.008103 -0.012049 0.019275 -0.01301 -0.009955 -0.006181 -0.035348 0.015095 -0.024964 0.00758 0.01282 -0.012839 0.00801 0.002986 -0.013472 0.007676 0.030861 -0.014831 0.026811 0.039905 0.006357 0.00295 0.015772 0.017081 0.007591 0.026257 -0.007721 -0.008736 0.002646 0.002252 -0.001175 0.035936 0.030469 -0.020468 0.010221 -0.001362 -0.017879 -0.034746 -0.005471 0.010422 -0.01082 0.020699 0.006579 0.00184 0.025027 0.016406 -0.00882 0.025463 0.00103 -0.006963 0.023328 0.002199 -0.033754 -0.054294 0.044211 0.021933 0.002787 -0.003461 0.011388 0.005255 0.02908 0.01543 -0.020443 -0.010635 0.011333 -0.013384 0.020353 -0.014379 -0.032699 -0.000335 0.020754 0.002087 0.003138 0.001598 0.031666 -0.013446 0.002051 0.003883 0.013104 -0.007524 -0.010389 0.01462 0.011206 -0.005426 0.009095 -0.014149 -0.017401 0.018524 0.009612 -0.047639 0.023272 0.00433 0.002215 -0.012402 0.003943 0.011734 -0.004159 -0.002365 0.012402 0.016282 -0.033791 -0.01539 0.00048 0.024306 -0.01369 0.025557 0.000932 -0.011451 -0.027805 -0.025189 0.010921 0.037457 -0.011818 0.004466 0.008088 0.003782 0.032782 0.009958 -0.019931 0.01581 -0.005477 -0.007721 0.017062 0.029306 -0.012076 -0.014698 0.019567 0.007299 -0.008195 -0.000198 0.01087 -0.005677 0.010774 -0.011142 0.005456 0.003199 0.008517 -0.013907 -0.020249 0.012139 0.011965 -0.008094 -0.040651 0.010552 -0.016597 -0.029604 0.007901 -0.002822 -0.002643 0.01388 -0.015811 0.007569 0.001272 0.017139 0.017182 0.009071 -0.012283 0.01258 0.025016 0.004659 -0.021881 0.000968 -0.009301 -0.008623 -0.013194 0.006472 -0.035653 0.003364 3.7e-05 -0.003589 0.002758 -0.011515 -0.017534 -0.006537 -0.020374 -0.008725 0.006509 -0.007397 -0.001468 -0.011373 0.014799 0.009386 0.005237 0.023487 0.019543 0.011355 0.055976 -0.043861 -0.00648 -0.020659 0.012437 0.009169 0.009736 -0.01273 0.004303 -0.019615 -0.020273 -0.005771 0.004626 -0.034895 -0.004411 -0.061268 0.005394 0.015757 -0.009573 0.036929 -0.006583 -0.007961\nआ 0.016146 -0.005606 -0.05277 0.013626 0.010017 0.030634 0.009065 0.002229 -0.010806 -0.023895 0.032788 0.006156 -0.012163 -0.020758 0.024774 -0.003734 0.007644 -0.021575 -0.013408 -0.039123 -0.019643 -0.000106 0.002277 0.017555 0.000243 0.005875 -0.015173 -0.018159 -0.014529 -0.028396 0.02508 -0.034116 -0.013307 -0.045424 0.017881 0.007124 -0.029355 0.031693 0.012123 0.018964 -0.034229 0.018106 -0.002845 -0.001485 -0.025548 -0.021258 0.034545 0.004969 0.003811 0.009715 0.010866 0.058056 0.035789 -0.03584 0.03679 0.016317 -0.007531 0.012468 -0.008559 0.028496 -0.035542 -0.025893 -0.006459 -0.02479 0.012292 0.02727 0.031122 -0.00725 0.025756 0.027624 -0.042653 0.00468 0.028808 0.019324 -0.045028 -0.000216 -0.034934 0.020633 -0.038838 -0.009125 0.004297 0.002039 0.000168 0.020156 -0.020167 -0.044529 0.006061 -0.008096 -0.026306 -0.004256 -0.009171 0.019501 0.009335 -0.034003 0.016324 -0.009093 0.001424 -0.026471 0.002587 -0.004706 -0.02973 -0.000149 -0.008273 -0.030243 0.006773 -0.005949 -0.008103 0.015521 0.031239 -0.003772 0.047895 0.019477 0.037326 -0.014107 0.014716 0.008016 -0.002776 0.00155 -0.015243 -0.038988 0.025182 -0.012179 0.042765 0.018057 0.034375 0.012537 -0.011623 -0.013567 -0.012644 -0.019094 -0.021088 0.008782 -0.021318 0.029205 -0.015807 0.016927 -0.030716 -0.001795 -0.000931 0.041503 0.001 -0.018261 0.021203 0.020312 -0.027905 -0.047176 0.049215 0.006348 0.005033 -0.041314 0.003298 0.01232 0.023796 0.021668 -0.00304 -0.001894 -0.002116 -0.028939 0.017533 -0.022629 -0.027198 0.021724 0.022195 0.00727 -0.013355 -0.003072 0.024685 -0.019312 0.013894 0.015985 -0.021947 -0.021565 -0.017966 0.036262 -0.024443 -0.032316 -0.001572 -0.015591 -0.034344 -0.004076 0.027844 -0.009946 0.008617 -0.000465 -0.004848 -0.009697 -0.008178 0.024283 -0.056062 -0.001039 0.014921 0.027095 -0.033813 -0.033449 0.019106 0.040774 -0.014647 0.018662 -0.00074 0.005119 -0.036193 -0.02706 0.015312 0.023994 0.014587 0.010355 0.005024 -0.009118 0.002182 0.035046 -0.015193 -0.004216 -0.001224 0.011405 0.007471 0.063947 0.00525 -0.026399 0.005404 -0.001546 -0.018216 0.007992 -0.017416 0.009935 -0.019374 -0.007547 0.008419 0.015552 -0.013372 -0.022769 -0.005924 -0.002338 -0.005534 -0.028364 -0.04212 -0.00237 -0.016196 -0.040353 0.024287 0.025276 0.010893 0.030192 -0.030072 0.006177 0.006248 -0.011484 0.027331 -0.005351 0.0305 0.051217 0.028563 0.000114 0.001625 -0.040025 -0.035459 -0.016316 -0.004115 0.017052 -0.026677 -0.013434 0.006291 -0.008645 0.033119 -0.024256 -0.029375 -0.018238 -0.028931 -0.014481 0.004368 -0.003827 0.003857 -0.002638 0.005604 -0.003174 0.002166 -0.001182 -0.003509 0.024384 0.050961 -0.049372 0.001038 -0.025594 0.007106 0.012302 -0.004262 -0.000985 0.021874 -0.012128 -0.014607 -0.019506 0.002831 -0.027838 0.010829 -0.060751 -0.006088 0.010188 0.01974 0.020937 0.017097 0.000135\nඉ -0.007624 0.026518 -0.077067 0.039729 0.007764 0.021827 -0.022414 0.024804 -0.014015 0.020952 0.045091 0.028691 -0.026361 -0.037805 0.006895 -0.03146 0.033241 -0.029893 0.030726 -0.019989 -0.024937 -0.017908 0.004034 -0.011051 -0.014468 0.008346 0.037352 -0.005728 -0.019326 0.013364 0.041838 -0.069926 0.005302 -0.010024 0.034976 0.003376 -0.056316 0.019581 0.00631 0.019971 -0.001686 -0.001672 0.0036 0.002239 -0.027137 0.052032 0.032772 -0.006273 0.039703 0.008619 0.048031 0.035023 -0.010712 0.002398 0.020444 0.003211 0.036391 0.048148 -0.005117 -0.002159 -0.015472 -0.054676 0.021824 -0.037208 -0.014334 0.017582 0.032877 -0.026792 0.040228 -0.033904 -0.034021 -0.023426 -0.024574 0.00101 -0.054092 -0.003818 -0.011408 0.016095 -0.00044 -0.019391 0.016337 -0.011038 -0.011329 0.018725 -0.049663 -0.046109 -0.000751 -0.02637 -0.025542 -0.020409 -0.015063 0.052833 0.017792 -0.016515 0.013152 0.00313 0.001916 0.01207 -0.008186 0.009558 -0.011647 0.002801 0.023481 -0.030668 0.005776 0.01752 -0.006701 -0.003396 0.044916 -0.010302 -0.037667 -0.003704 0.027953 0.010258 0.014105 0.028973 -0.016611 0.059326 -0.044806 -0.048992 0.028877 -0.011346 -0.011976 -0.026797 -0.017263 0.017147 -0.040125 -0.030983 0.031237 0.020236 -0.023584 -0.012975 0.007604 0.037788 -0.003321 0.0269 -0.002871 0.026287 0.010164 0.005875 0.001695 -0.014227 0.030939 0.01605 -0.02864 -0.008745 0.04237 0.050302 0.007904 -0.022759 0.008407 0.029166 0.012894 0.026706 -0.028438 9.3e-05 0.040379 -0.02718 0.007006 0.009649 -0.049599 -0.024611 0.037768 -0.006781 0.023062 0.006563 -0.006814 0.009567 0.044236 0.028164 -0.021208 0.000992 0.002021 0.001366 0.002839 -0.016413 -0.021503 -0.029682 -0.001285 -0.049516 0.019886 -0.002726 0.006505 -0.001044 -0.02323 0.039057 0.021679 -0.02088 -0.013566 -0.018622 0.0033 -0.001474 -0.03777 -0.019242 -0.030094 0.048708 -0.010381 -0.010823 0.030697 0.017088 -0.015734 -0.014196 0.017718 0.022287 0.030842 0.018691 0.003442 -0.005798 -0.019195 0.00844 4.7e-05 -0.022705 4e-06 0.011297 0.003148 0.019406 0.034053 0.011481 -0.005688 0.003457 0.015571 -0.002798 0.004475 -0.004065 -0.031872 -0.001697 0.014782 0.0493 0.018042 -0.026451 0.027339 0.004202 0.022436 -0.013982 -0.031177 -0.020023 -0.022575 -0.019332 0.010114 0.003141 -0.011454 0.028875 -0.009484 0.007442 -0.014215 -0.048471 0.004851 -0.01857 0.027967 0.035577 0.022427 -0.017991 0.004635 -0.023334 -0.039311 -0.056966 0.026976 -0.02599 -0.033354 -0.0513 -0.01216 -0.030559 0.005529 -0.030564 0.010901 -0.007779 0.024626 0.021841 -0.020049 0.014362 0.012534 -0.019855 0.060417 0.046801 -0.018927 0.008381 -0.004812 0.004634 -0.018226 -0.008226 -0.029846 0.015237 0.009629 0.010066 -0.022587 -0.008397 -0.003232 0.002261 -0.041263 0.05458 0.0085 -0.043787 -0.000753 -0.013804 0.006397 -0.003075 -0.029437 0.0108 0.018948 0.007865\nሌ 0.052712 0.016785 -0.073164 0.007397 0.021413 0.066961 -0.005838 -0.010073 -0.018935 -0.06313 0.04003 0.036133 0.008868 -0.033432 0.030975 -0.01924 0.009623 -0.01913 -0.005843 -0.05195 -0.005719 0.017432 0.021153 0.024372 0.010818 0.02467 -0.000503 -0.007139 0.005699 -0.030711 0.01747 -0.049881 -0.005522 -0.057968 0.000848 0.00718 -0.062572 0.052564 0.008556 0.010067 -0.034382 -0.010087 0.046579 0.031771 -0.042567 -0.028098 0.057642 -0.030192 -0.033619 0.018009 -0.006703 0.070558 0.041682 -0.021261 0.042961 0.023382 -0.003097 0.037688 -0.013265 0.036153 -0.034353 -0.04262 -0.0356 -0.030365 0.037602 0.019304 0.024303 0.009454 0.05329 0.036744 -0.048404 0.001361 0.038456 0.027511 -0.044408 0.036303 -0.035788 -0.003194 -0.042613 -0.006372 -0.001121 -0.02706 -0.004825 0.013533 -0.019327 -0.057961 0.021655 0.007743 -0.008351 0.002729 -0.000474 0.013419 0.015119 -0.021931 0.025184 -0.014346 -0.000123 -0.058104 -0.019807 0.000628 -0.043974 0.019463 0.007948 -0.034804 0.011777 -0.028812 -0.002011 0.03364 0.042237 -0.020835 0.031482 0.021099 0.013516 -0.034617 0.006199 -0.008126 -0.003305 0.006306 -0.023895 -0.059803 0.030219 -0.004084 0.048883 0.040506 0.063662 0.010563 -0.013393 0.020996 -0.009606 -0.011068 -0.038958 0.012613 0.012461 0.029311 -0.045279 3e-05 -0.028566 0.021958 0.011454 0.074204 -0.019562 0.007852 0.006737 0.024907 -0.018127 -0.070202 0.061646 -0.01223 -0.006528 -0.047259 -0.002831 0.028993 0.046459 0.062516 0.002818 0.005964 0.017075 -0.03519 0.025549 -0.035377 -0.019977 0.027357 -0.004617 0.006849 -0.044444 -0.01214 0.032099 -0.018671 0.025211 0.042785 -0.010797 -0.004755 -0.005837 0.065928 0.008235 -0.024126 -0.018531 -0.007644 -0.074153 -0.021066 0.045226 -0.004428 -0.001704 -0.040419 -0.015666 -0.056043 0.029491 0.025934 -0.047356 0.008697 0.026166 0.048428 -0.050902 -0.063328 0.007358 0.050605 -0.03635 0.023287 -0.002906 0.011993 -0.004107 -0.044611 0.013524 0.068773 0.011257 0.01415 0.010226 0.003163 -0.001922 0.072821 -0.026196 -0.036018 0.007221 0.05457 -0.012811 0.082396 -0.005479 -0.022717 0.01726 0.006356 -0.001074 -0.007574 0.005576 -0.005499 -0.048029 -0.003843 -0.003741 0.012434 -0.045006 -0.02325 0.005446 0.009864 -0.004429 -0.026172 -0.044308 -0.003767 -0.027664 -0.035887 0.030122 0.032289 -0.012501 0.029859 -0.030168 0.027304 0.026128 -0.0358 0.044696 -0.009966 0.018112 0.053852 0.02445 0.024748 -0.009301 -0.034099 -0.021995 -0.04524 -0.019944 0.043366 -0.054349 -0.004203 -0.004042 -0.005454 0.038659 -0.037808 -0.060058 -0.002694 -0.061792 -0.034867 0.015548 -0.001748 0.031153 -0.014474 0.019751 -0.03403 0.02456 -0.000293 0.02089 0.04364 0.057757 -0.064319 -0.023434 -0.036595 0.025695 0.000948 -0.023963 -0.012671 0.055561 -0.002682 -0.024786 -0.011927 -0.003545 -0.040983 0.018918 -0.107782 -0.036712 0.012354 0.006193 0.025994 0.034611 0.017483\nܚ 0.060413 0.009702 -0.0847 0.034302 0.020952 0.067158 0.01931 -0.003856 -0.034667 -0.064995 0.057478 0.017949 -0.00939 -0.044063 0.050871 -0.00873 0.012677 -0.040264 -0.025259 -0.075379 -0.032082 -0.00253 0.004763 0.018 -0.001426 0.037396 -0.016883 -0.006171 -0.025328 -0.048125 0.028634 -0.057561 -0.030673 -0.061773 0.025742 0.016114 -0.058653 0.069723 0.005011 0.032974 -0.050029 0.023736 -9.8e-05 -0.004888 -0.053998 -0.053694 0.060959 -0.011112 -0.009663 0.041698 -0.002416 0.101691 0.066056 -0.058348 0.079007 0.009454 -0.011385 0.033646 -0.015923 0.052672 -0.036629 -0.045723 -0.016574 -0.02374 0.032178 0.041806 0.062183 -0.014621 0.073893 0.026081 -0.067303 -0.006027 0.033452 0.027571 -0.078647 0.01537 -0.050433 0.031788 -0.058778 -0.022843 0.017315 -0.007242 0.006668 0.04057 -0.030978 -0.095619 0.010014 -0.002618 -0.036111 -0.012528 -0.018897 0.033424 0.015414 -0.025219 0.029027 -0.022194 -0.001242 -0.069797 0.001661 -0.011474 -0.028473 0.001904 -0.002009 -0.048131 0.022324 -0.006218 -0.027225 0.0136 0.058458 -0.012867 0.063722 0.040522 0.031469 -0.02362 0.015736 0.004179 -0.019156 -0.000675 -0.033597 -0.069708 0.031436 0.005753 0.071221 0.034952 0.054505 0.028919 -0.026608 -0.022779 -0.028449 -0.027296 -0.029999 0.004152 -0.035937 0.05016 -0.040563 0.031039 -0.054828 0.0092 0.009085 0.083756 -0.008382 -0.01093 0.014113 0.036892 -0.061923 -0.088332 0.08577 0.008652 -0.010783 -0.066163 0.013103 0.020098 0.052526 0.049767 0.002375 0.005307 0.009302 -0.029229 0.022256 -0.037032 -0.019447 0.026533 0.041237 0.016781 -0.019774 -0.024339 0.03315 -0.034669 0.036829 0.034895 -0.044178 -0.025866 -0.02952 0.058401 -0.032986 -0.043315 -0.018441 -0.019274 -0.075785 -0.030186 0.06205 -0.015881 0.008318 -0.012944 -0.000508 -0.021411 0.003359 0.034252 -0.093679 0.005628 -0.00053 0.049507 -0.051057 -0.06379 0.005715 0.071875 -0.035414 0.018899 0.001609 0.003082 -0.060537 -0.057574 0.031117 0.042667 0.029962 0.016814 0.030197 -0.001065 -0.013304 0.064299 -0.050119 -0.005802 -0.016904 0.012184 -0.012036 0.120126 0.001174 -0.037298 0.00321 0.002075 -0.001614 0.011271 -0.003827 0.010199 -0.042551 0.009268 0.003445 0.022022 -0.032778 -0.041807 -0.011184 -0.000555 -0.003082 -0.024683 -0.069094 -0.011497 -0.026241 -0.055102 0.043741 0.043196 0.021614 0.034927 -0.034843 0.019441 0.01814 -0.01828 0.077488 -0.017647 0.080824 0.088745 0.05416 0.023766 0.008436 -0.074616 -0.060467 -0.036859 -0.000782 0.035031 -0.041005 -0.022457 0.006206 -0.022753 0.061072 -0.048021 -0.063727 -0.019451 -0.051997 -0.028888 0.006403 -0.007799 0.035741 0.010083 0.01878 -0.024878 0.022736 0.01061 0.007908 0.029791 0.07314 -0.091374 -0.008112 -0.044854 0.023937 0.027052 -0.043934 0.000718 0.035471 -0.013332 -0.025748 -0.032122 0.010574 -0.073021 0.021408 -0.121702 -0.014609 0.016199 0.032393 0.028168 0.039833 0.001884\nਜ 0.033239 -0.00421 -0.05397 -0.007227 0.016728 0.039821 -0.005425 -0.013823 -0.01222 -0.040538 0.051852 0.021608 -0.001434 -0.023315 0.040875 -0.024114 0.018858 -0.021163 -0.010185 -0.057891 -0.008696 -0.000151 0.00091 0.004613 -0.001326 0.010992 -0.026512 -0.013313 0.005687 -0.044313 0.014954 -0.033674 -0.0138 -0.036526 -0.002327 0.014151 -0.034886 0.05872 0.014625 0.011768 -0.04043 0.002385 0.007105 -0.001042 -0.017625 -0.027442 0.047399 -0.009273 -0.017056 0.008633 -0.005975 0.042726 0.038606 -0.027205 0.057307 0.005042 -0.019294 0.02047 0.001218 0.023263 -0.039911 -0.036687 0.005919 -0.01603 0.014748 0.032463 0.056469 0.00101 0.034221 0.016779 -0.055645 0.002295 0.016365 0.027519 -0.059539 -0.005458 -0.059099 0.009837 -0.048775 -0.008635 0.008428 -0.011474 0.008349 0.015819 -0.018473 -0.044859 0.009519 -0.004907 -0.022566 -0.015946 -0.002696 0.013838 0.024799 -0.01253 0.026133 0.002392 -0.012771 -0.036436 -0.009804 -0.005115 -0.029812 0.004093 -0.002867 -0.03036 0.022877 -0.020141 -0.022343 0.012401 0.043224 -0.006333 0.046308 0.027479 0.03006 -0.034551 0.000124 0.003746 0.008693 -0.005591 -0.013402 -0.028781 0.025476 0.005652 0.028922 0.024526 0.04846 0.031556 -0.006711 -0.002792 -0.01184 -0.007719 -0.015121 -0.008535 -0.014816 0.041352 -0.034474 0.010546 -0.041534 0.005874 0.016408 0.057485 0.003464 -0.013545 -0.008252 0.024142 -0.049261 -0.056521 0.059982 0.012543 0.012746 -0.037623 0.009847 0.02416 0.027533 0.028372 8.6e-05 0.013194 0.010176 -0.017941 0.024957 -0.031227 -0.033507 0.021391 0.026715 -0.002347 -0.004894 -0.017523 0.02336 -0.027587 0.030353 0.011667 -0.032295 -0.019355 -0.00343 0.03761 -0.026244 -0.027269 -0.018138 -0.003562 -0.06452 -0.030181 0.029851 -0.008105 0.018996 -0.023984 -0.023618 -0.026782 0.018378 0.025486 -0.055503 -0.0031 0.035328 0.023644 -0.036132 -0.033696 -0.002037 0.043324 -0.02878 0.013317 0.002666 -0.014554 -0.034189 -0.034782 0.005252 0.032036 0.022868 0.000458 0.027549 -0.010511 -0.004062 0.043567 -0.015841 -0.015473 0.004454 0.004849 0.000149 0.065912 0.023542 -0.015602 0.020066 -0.005668 -0.009384 -0.013201 0.008245 -0.004703 -0.023386 -0.001257 -0.006052 0.022009 -0.023495 -0.020997 0.010931 -0.008229 -0.006442 -0.028972 -0.038742 -0.027178 -0.022563 -0.039457 0.018724 0.031162 0.002966 0.026132 -0.025025 0.036371 -0.015129 -0.005361 0.029332 -0.013169 0.05535 0.064474 0.030392 0.013972 -0.014029 -0.041487 -0.028967 -0.023869 -0.002292 0.046426 -0.020671 -0.027149 0.008501 -0.021929 0.032534 -0.017584 -0.040334 -0.01105 -0.043616 -0.021808 0.010754 0.001127 0.031084 0.008814 0.021575 -0.008706 0.018884 -0.009004 0.023617 0.029378 0.062521 -0.069332 -0.004891 -0.021973 0.031181 0.018742 -0.009511 -0.020401 0.037022 -0.013123 -0.032294 -0.012631 -0.012168 -0.035725 0.036672 -0.092718 -0.005673 0.005545 0.020117 0.01192 0.004296 0.01612\nຟ 0.012138 -0.003147 -0.054447 0.014226 -0.004342 0.042655 0.010723 0.005856 -0.016306 -0.0319 0.023575 0.029772 0.004553 -0.0025 0.012633 -0.006256 0.021059 -0.022309 0.007117 -0.03038 -0.035405 0.009832 0.009622 0.003291 -0.008863 0.02207 -0.000343 -0.019299 -0.008172 -0.005451 0.023713 -0.035404 0.001247 -0.02847 0.011463 0.01919 -0.026749 0.040663 -0.010734 0.012513 0.000386 -0.007067 -0.014582 0.001891 -0.005962 -0.023296 0.016978 0.008225 -0.004378 0.0034 0.024138 0.051344 0.03043 -0.025685 0.024147 0.028228 -0.000394 -0.006084 -0.007645 0.014433 -0.036014 -0.026766 0.004291 -0.004777 0.014023 0.017057 0.026434 -0.023886 0.029102 0.003856 -0.034034 0.000179 0.024614 0.023691 -0.032164 -0.004973 -0.025525 0.008326 -0.043341 -0.010535 0.011642 0.009166 -0.003476 0.007315 -0.015478 -0.040697 0.001576 0.003465 -0.005517 0.005809 -0.001997 0.016498 -0.012835 0.010017 0.008807 -9.9e-05 0.019504 -0.008906 0.000565 0.008715 -0.010394 -0.006689 0.001564 -0.031394 0.012978 0.012365 0.003436 -7.6e-05 0.013084 0.000838 0.021916 0.003985 0.02745 -0.018243 0.011898 0.008248 0.003068 -0.013892 -0.005665 -0.025707 0.017091 -0.004562 0.020453 0.021582 0.02078 0.012859 -0.01552 -0.009113 -0.017882 -0.004605 -0.017595 -0.009557 -0.005412 0.036598 -0.032659 0.040344 -0.030908 0.005239 0.026013 0.028505 -0.002326 0.016243 0.029637 0.023507 -0.027742 -0.014488 0.038939 -0.003226 -0.005166 -0.029697 -0.009892 0.029296 0.031395 0.009026 -0.002357 0.017652 0.015659 -0.012844 -0.002894 -0.016834 -0.011837 0.009643 0.018393 0.021607 -0.025929 -0.019534 0.000874 -0.030282 0.002037 -7e-05 -0.006077 -0.020498 0.000451 0.020648 -0.001695 -0.018045 -0.013247 0.009147 -0.033079 -0.017548 0.032456 -0.016193 -0.015719 -0.00117 -0.017873 0.008119 0.002064 0.0213 -0.036672 0.008127 0.013694 0.028461 -0.030145 -0.023603 0.005065 0.035347 -0.042793 -0.004511 0.000362 0.00247 -0.044669 -0.015506 -0.018485 0.001275 0.008841 -0.010849 -0.01451 2.9e-05 0.007456 0.015469 -0.031324 0.004029 -0.01262 0.006703 -0.001447 0.076617 0.016034 -0.023318 0.001329 0.014504 0.000147 0.028978 0.011792 -0.018046 0.003128 -0.011548 0.003472 0.024042 -0.0051 -0.015022 -0.005352 -0.019464 -0.008905 -0.005877 -0.011266 -0.017608 -0.013626 -0.01682 0.029693 0.021879 0.016264 -0.002959 -0.019546 0.007868 -0.005109 -0.044778 0.044139 -0.037353 0.025495 0.055071 0.019283 -0.007855 0.001557 -0.03921 -0.002574 -0.013834 -0.013733 0.0094 -0.009167 -0.026612 0.013494 -0.004156 0.038052 -0.014237 -0.028385 -0.011237 -0.01809 -0.017347 0.003529 0.00367 0.005406 0.011789 0.00145 -0.001777 5.8e-05 0.011001 0.013691 0.002434 0.036123 -0.034533 -0.014326 0.00626 0.011039 -0.004146 -0.014135 -0.000452 0.013693 -0.029323 -0.020022 -0.019137 0.014035 -0.012069 0.00498 -0.049528 -0.017903 0.002254 0.021276 0.019927 0.016566 -0.002747\nឥ 0.01591 0.014118 0.001612 0.009928 0.009267 0.044281 -0.002436 -0.011321 -0.009415 -0.002836 0.021959 0.006348 0.00588 0.000788 -0.003391 0.003468 0.01095 0.000285 -0.00969 -0.021697 -0.00524 0.029975 0.020017 0.015745 -0.001308 0.019216 -0.022725 -0.02627 -0.003694 -0.014198 0.013381 -0.018019 -0.020812 -0.024139 0.019723 0.010871 -0.000533 0.045348 0.009314 0.024536 -0.035235 0.006281 -0.010254 0.011502 -0.008033 -0.006194 0.035044 -0.007772 -0.000149 0.012813 0.00677 0.028734 0.01852 -0.007345 0.044609 0.016712 0.01598 0.003887 -0.004522 0.002599 -0.014016 -0.020875 -0.006635 -0.009755 0.016803 0.016103 0.013674 -0.025695 0.024195 0.024267 -0.054662 -0.02326 0.031679 0.028601 -0.00993 0.023591 -0.005765 0.010917 -0.014658 -0.000234 0.020076 0.008375 0.005102 0.026511 -0.01728 -0.018775 0.019174 0.015485 0.008251 -0.030379 -0.010763 0.0237 0.011427 0.014498 0.002064 0.016177 0.010991 -0.029458 0.023801 -0.012284 -0.006606 -0.006107 0.004356 -0.044718 0.01368 0.014801 -0.025726 0.02053 0.042038 0.00445 0.021417 0.008391 0.023433 -0.018654 -0.023939 -0.000781 0.013627 -0.003786 -0.013963 -0.037609 0.038797 -0.016118 0.033178 0.011212 0.015193 -0.008598 0.015021 -0.002081 -0.009476 -0.017013 -0.001047 0.017837 0.00029 0.033595 -0.024539 0.004214 0.008044 -0.003368 0.015047 0.028919 -0.004492 -0.013152 -0.008641 0.01065 -0.073735 -0.035546 0.037948 0.008624 0.018426 -0.015331 0.002881 0.015946 0.023648 0.008055 0.001733 -0.021185 -0.003481 -0.002004 0.021866 -0.020443 -0.000499 0.021269 0.012412 0.015522 -0.017365 -0.016238 0.033417 0.000118 0.010778 0.016709 -0.025524 -0.029803 -0.01789 0.043099 -0.005892 -0.002797 -0.005915 -0.009757 -0.036094 -0.02636 0.03595 0.002112 0.020957 0.001699 -0.018852 -0.012768 0.01556 -0.000362 -0.056557 -0.006983 0.005714 0.035399 -0.022002 -0.025971 -0.004126 0.025683 -0.031632 0.001067 0.014503 -0.001406 -0.016337 -0.026151 0.012921 0.007143 0.009618 0.017335 0.031853 -0.00718 -0.008331 0.02487 -0.013105 -0.019629 0.014937 0.007053 -0.002564 0.020014 0.021399 0.00415 0.005681 0.018835 -0.011277 0.014936 0.002525 -0.00116 -0.02231 0.00103 0.005211 0.019365 0.005688 -0.002307 -0.016121 -0.00355 0.003281 -0.019914 -0.024909 0.009158 -0.012683 -0.033608 0.026062 0.011615 0.007838 0.01022 -0.012644 0.011067 0.008382 0.01092 0.037768 -0.01272 0.021568 0.055431 -0.009538 0.012473 0.007025 -0.016949 -0.023925 -0.006352 -6.8e-05 0.020749 -0.013449 0.0001 -0.017943 0.005261 0.021246 -0.018643 -0.026339 -0.026879 -0.011088 -0.029146 0.002934 -0.013865 0.034572 -0.008025 0.017874 0.007246 -0.004373 0.011919 0.033524 0.01363 0.03803 -0.045482 -0.0045 0.010442 0.021977 0.027857 -0.013633 0.002244 0.010901 0.009778 -0.030933 0.004497 -0.003564 -0.030535 0.006136 -0.048588 0.007837 0.000569 7.5e-05 0.013553 0.015463 -0.018985\n« 0.020348 0.010291 -0.035297 0.006727 0.014932 0.024933 0.004196 -0.009361 -0.008229 -0.017075 0.021182 0.011511 -0.01653 -0.012841 0.027123 -0.011033 0.005683 -0.018819 -0.005514 -0.030697 -0.002218 0.005006 0.007304 0.003995 -0.001847 0.014657 -0.006745 -0.008649 -0.003826 -0.016144 0.002031 -0.023925 -0.002337 -0.026859 -0.000453 0.015596 -0.030552 0.027726 0.002598 0.022021 -0.018076 -0.003397 0.008195 0.001436 -0.012557 -0.019269 0.019247 0.004571 -0.002361 0.012173 0.005481 0.029275 0.0194 -0.019452 0.028792 0.015968 -0.003689 0.005966 -0.005593 0.017464 -0.021104 -0.024839 -0.007062 -0.004991 0.012982 0.012635 0.027666 -0.009157 0.022064 0.010004 -0.032901 0.000214 0.019037 0.01257 -0.027058 -0.004092 -0.015417 0.02127 -0.012038 -0.012625 0.010651 -0.00801 -0.00538 0.011317 -0.008466 -0.017683 0.003534 0.004211 -0.012347 -0.004913 -0.013442 0.013153 0.007888 -0.009293 0.006353 -0.00773 0.006672 -0.026179 0.001239 -0.012369 -0.018466 0.001115 -0.003655 -0.017225 0.00496 0.003092 -0.01473 0.01188 0.025731 0.000786 0.020301 0.007004 0.013309 -0.008612 0.018959 0.004787 -0.004728 -0.001147 -0.00754 -0.016692 0.016509 -0.000756 0.028004 0.021257 0.01355 0.008753 -0.004884 -0.005695 -0.014473 -0.010664 -0.012263 -0.002849 -0.008574 0.014454 -0.014571 0.001955 -0.014777 0.011411 0.00432 0.019182 -0.005173 -1.7e-05 0.005207 0.015754 -0.013773 -0.016977 0.032399 -0.003769 0.001469 -0.023232 -0.003638 0.005008 0.02781 0.018217 -0.000586 -0.002272 -0.007399 -0.001338 0.009488 -0.008373 -0.024606 0.01198 0.015304 0.00022 -0.016482 0.002978 0.019924 -0.012221 0.002971 0.014679 -0.01984 -0.02175 -0.001955 0.018444 0.000871 -0.009905 -0.006144 -0.000431 -0.026641 -0.018051 0.021984 -0.002251 0.003598 -0.010109 -0.003231 -0.012865 -0.000102 0.009925 -0.027305 0.003094 0.014032 0.021115 -0.022446 -0.019029 0.008698 0.024692 -0.006613 0.009141 0.003965 0.003848 -0.029806 -0.019452 0.00852 0.015793 0.005358 0.00633 0.010471 -0.013824 -0.008358 0.018483 -0.017263 -0.007618 0.007864 0.015551 -0.006277 0.041945 -0.003747 -0.018489 0.00668 -0.010651 -0.008789 0.005155 0.001625 -0.001175 -0.003719 0.000713 0.002599 0.013727 -0.007179 -0.015802 -0.002324 -0.00131 -0.007297 -0.013299 -0.018562 -0.002664 0.005306 -0.022974 0.012558 0.013945 -0.003105 0.015469 -0.014232 0.008016 0.010345 -0.004548 0.031563 0.004488 0.027679 0.031791 0.009632 0.013835 0.001912 -0.017594 -0.021475 -0.015966 -0.004924 0.020695 -0.008724 -0.005487 0.004591 -0.014909 0.017998 -0.022091 -0.017219 -0.009562 -0.027021 -0.012722 0.002341 -0.002573 -0.004057 0.001908 0.007861 -0.005455 0.000625 0.008805 0.006294 0.006398 0.024794 -0.028825 -0.001427 -0.008824 0.011351 0.002066 -0.016858 0.006021 0.017182 -0.007532 -0.004233 -0.010034 0.002625 -0.030137 0.002782 -0.034059 -0.009327 0.002134 0.012465 0.001124 0.014486 0.000667\nέ 0.024399 0.00058 -0.039959 0.023251 0.008456 0.032151 0.007728 -0.004187 -0.013022 -0.029699 0.032165 0.010389 -0.013943 -0.02128 0.02987 -0.010712 0.008862 -0.019264 -0.013229 -0.031612 -0.010642 0.007343 0.007735 0.012413 0.006464 0.016191 -0.006997 -0.013008 -0.010157 -0.017848 0.021072 -0.030473 -0.017159 -0.036155 0.010754 0.015097 -0.031488 0.036345 0.005187 0.018277 -0.029116 0.006658 -0.000634 0.00724 -0.02485 -0.023635 0.028979 -0.000458 0.002225 0.011836 0.009436 0.039613 0.031469 -0.024592 0.038757 0.009442 -0.003739 0.018729 -0.013459 0.024818 -0.031538 -0.026371 -0.007849 -0.016123 0.014038 0.023784 0.035584 -0.015401 0.026719 0.017046 -0.047207 -0.005412 0.020457 0.01211 -0.044644 0.001215 -0.031596 0.020673 -0.024241 -0.012876 0.012144 0.001896 -0.001511 0.016943 -0.017424 -0.045319 0.002875 -0.003066 -0.015052 0.003168 -0.00399 0.021112 0.000568 -0.006974 0.009836 -0.009349 -0.002902 -0.031044 -0.009304 -0.007485 -0.012236 0.004852 -0.00363 -0.030083 0.014707 -0.00868 -0.010692 0.009755 0.028684 -0.009765 0.041657 0.017687 0.022339 -0.013571 0.006206 0.003583 -0.001461 0.004316 -0.012914 -0.037945 0.022087 -0.00144 0.032984 0.018089 0.027829 0.004202 -0.004492 -0.011013 -0.00809 -0.012417 -0.008404 -0.000601 -0.015439 0.027626 -0.020089 0.012398 -0.02746 0.003576 0.001443 0.043906 -0.008142 -0.01138 0.008185 0.023315 -0.032058 -0.044566 0.039782 0.007837 0.00313 -0.040399 -0.002617 0.004648 0.032719 0.022557 0.000279 0.000209 -0.003304 -0.019288 0.01356 -0.023027 -0.012962 0.014217 0.020712 0.016869 -0.014637 -0.014506 0.019493 -0.020421 0.018595 0.015226 -0.027914 -0.022185 -0.011042 0.035962 -0.014517 -0.022468 -0.004843 -0.010091 -0.035394 -0.01478 0.028159 -0.015175 0.005254 -0.005529 -0.006132 -0.013444 0.001862 0.015664 -0.050734 0.00165 0.017892 0.028223 -0.032437 -0.032998 0.001681 0.030882 -0.018777 0.012648 0.005622 0.00182 -0.031302 -0.030388 0.014678 0.021573 0.016871 0.011162 0.011558 -0.012604 -0.00275 0.026732 -0.013192 -0.003876 -0.011536 0.01156 -0.001042 0.059506 0.00457 -0.018712 0.001679 -0.002629 -0.006911 0.010828 -0.009039 0.003889 -0.019646 -0.007499 0.005416 0.011463 -0.003077 -0.028175 -0.002379 0.003983 -0.00414 -0.019987 -0.026317 -0.002684 -0.012858 -0.030383 0.023732 0.027115 0.007632 0.024339 -0.020048 0.007095 0.009628 -0.003468 0.035652 -0.001409 0.031056 0.047409 0.023906 0.003871 -0.001024 -0.032274 -0.029446 -0.021198 -0.003054 0.013958 -0.023376 -0.010988 0.007624 -0.003448 0.025107 -0.023678 -0.028258 -0.015049 -0.025702 -0.01931 0.002896 -0.001746 0.017299 -0.00609 0.00627 -0.002268 0.003601 -0.002356 -0.002222 0.016395 0.039056 -0.037675 -0.005669 -0.01762 0.010358 0.011238 -0.018421 -0.003042 0.013817 -0.007243 -0.015301 -0.014726 0.004789 -0.033171 0.004501 -0.057836 -0.008941 0.002319 0.007184 0.009081 0.013484 0.000752\nگ 0.028013 0.004159 -0.038809 0.018374 0.007336 0.025412 -0.001844 -0.008128 -0.019744 -0.030085 0.032223 0.011014 -0.008033 -0.011298 0.027735 -0.009463 0.007512 -0.012744 -0.00537 -0.039432 -0.018311 0.00639 0.004866 0.010485 -0.000843 0.013548 -0.012131 -0.0112 -0.010609 -0.028403 0.018164 -0.024569 -0.015468 -0.033925 0.011253 0.006437 -0.031989 0.036257 0.000357 0.016708 -0.025668 0.010734 0.00229 0.002283 -0.02359 -0.015958 0.030251 -0.00352 0.004951 0.004674 0.004248 0.038311 0.021457 -0.027346 0.04073 0.006666 -0.006106 0.017983 -0.012107 0.016359 -0.026639 -0.020994 -0.009695 -0.01021 0.021417 0.016414 0.036149 -0.011436 0.031443 0.017866 -0.046668 -0.007906 0.023847 0.023167 -0.03763 -0.004558 -0.024705 0.026963 -0.027561 -0.017406 0.006025 -0.004193 0.001237 0.004689 -0.018753 -0.039117 0.000834 -0.006959 -0.014171 -0.006611 -0.009005 0.020546 0.009363 -0.007053 0.01332 -0.007897 -0.005458 -0.035217 -0.000714 -0.001265 -0.01647 0.005661 -0.001547 -0.030341 0.022345 -0.007819 -0.014829 0.008486 0.030882 -0.0037 0.041416 0.022603 0.021763 -0.014642 0.006461 0.000785 -0.002472 0.002992 -0.013739 -0.028749 0.016212 0.003959 0.031939 0.018729 0.029631 0.00357 -0.002556 -0.006217 -0.009034 -0.01518 -0.008117 -0.000107 -0.009657 0.025721 -0.015327 0.005338 -0.025243 0.008866 0.008944 0.038069 -0.002925 -0.009991 0.002669 0.016244 -0.027677 -0.046453 0.046024 0.015721 -0.003649 -0.036948 0.014332 0.008787 0.029345 0.021569 -0.004654 0.00487 0.005929 -0.015726 0.014318 -0.022549 -0.017819 0.013667 0.016119 0.01065 -0.011666 -0.011472 0.015388 -0.019535 0.018228 0.020741 -0.018405 -0.025041 -0.004595 0.033055 -0.011478 -0.022281 -0.006783 -0.010794 -0.030653 -0.009558 0.030346 -0.017687 0.000896 -0.013861 -0.00623 -0.019678 0.003854 0.018844 -0.045156 0.00178 0.01187 0.02007 -0.027801 -0.024169 0.00243 0.031226 -0.01683 0.016161 -0.001973 0.003398 -0.027898 -0.020436 0.01063 0.025558 0.01287 0.014522 0.010163 -0.01194 -0.003692 0.031701 -0.007674 0.001122 -0.011234 0.011307 -0.003453 0.053257 0.008042 -0.01779 0.003295 -0.005539 -0.001735 0.007149 -0.006838 0.002954 -0.020799 -0.001404 -0.002316 0.018641 -0.00156 -0.023777 0.002461 0.000672 0.003801 -0.019931 -0.034955 -0.007094 -0.013855 -0.031616 0.021057 0.014079 0.009186 0.01826 -0.020865 0.005311 0.006982 -0.0004 0.029861 -0.0043 0.035188 0.039926 0.019084 0.002861 -0.006109 -0.031526 -0.017986 -0.018575 -0.000186 0.026162 -0.025339 -0.0059 0.000789 -0.013478 0.021522 -0.03077 -0.025093 -0.019077 -0.030184 -0.016678 0.003681 -0.002242 0.016012 0.003417 0.0159 -0.003746 0.014009 -0.007387 0.000478 0.007973 0.040568 -0.046149 3e-05 -0.018077 0.014693 0.008229 -0.012571 -0.006426 0.020641 -0.006418 -0.018244 -0.013089 0.00278 -0.02811 0.005825 -0.057867 -0.003769 0.005145 0.008148 0.014009 0.016592 0.003977\nิ 0.030185 0.002284 -0.049557 0.025478 0.014247 0.039018 0.008993 0.001267 -0.0253 -0.031589 0.025661 0.007454 -0.005001 -0.0225 0.032221 -0.001924 0.007392 -0.02205 -0.013459 -0.04389 -0.017423 0.005736 0.004803 0.014077 0.005635 0.017663 -0.014818 -0.006389 -0.013997 -0.028736 0.017502 -0.029915 -0.01865 -0.041782 -7e-06 0.019315 -0.038195 0.04027 0.009276 0.020316 -0.033614 0.009686 0.00027 -0.006167 -0.029998 -0.029929 0.038233 0.003853 -0.001793 0.013846 0.003915 0.051054 0.033737 -0.033276 0.039482 0.002871 -0.005704 0.02726 -0.015948 0.027812 -0.027196 -0.031628 -0.002624 -0.015806 0.015566 0.019135 0.036091 -0.013215 0.046035 0.016751 -0.04965 -0.009027 0.022395 0.013096 -0.05586 0.008051 -0.030935 0.024507 -0.033454 -0.015123 0.016063 -0.00548 0.004995 0.013987 -0.019535 -0.050023 -0.001333 -0.002457 -0.021623 -0.001427 -0.00751 0.025108 0.012109 -0.016228 0.016902 -0.005966 0.004016 -0.038284 0.002466 -0.0029 -0.020353 0.005731 -0.00166 -0.028305 0.016974 -0.003013 -0.011318 0.007861 0.032854 -0.004903 0.049801 0.019908 0.025444 -0.014061 0.010137 0.001402 -0.007005 0.001096 -0.009631 -0.044201 0.020707 0.001838 0.039287 0.02289 0.039121 0.012765 -0.015249 -0.015768 -0.00985 -0.016717 -0.013107 -0.006766 -0.017822 0.029043 -0.021362 0.015676 -0.035823 -0.00529 0.009877 0.046564 0.003374 -0.00847 0.006605 0.028889 -0.035642 -0.044597 0.048202 0.007588 0.001531 -0.042587 0.002895 0.004574 0.037964 0.028826 -0.000346 0.009116 0.005149 -0.027056 0.012196 -0.024108 -0.014686 0.014268 0.026672 0.011637 -0.010096 -0.014941 0.021388 -0.020249 0.024331 0.020466 -0.026392 -0.021237 -0.009233 0.030927 -0.022281 -0.026403 -0.005123 -0.005506 -0.041001 -0.018757 0.037939 -0.013292 0.009224 -0.008821 -0.007868 -0.012493 0.004189 0.021868 -0.057443 0.000285 0.011037 0.031008 -0.036003 -0.035229 0.008775 0.039627 -0.020537 0.007445 0.000246 -0.000494 -0.035015 -0.035122 0.014489 0.028101 0.023378 0.020049 0.009692 -0.005466 -0.005523 0.038695 -0.024137 -0.000144 -0.007373 0.019787 0.001145 0.064657 0.003202 -0.022542 0.007782 -0.003717 -0.005021 0.012995 0.000481 0.006244 -0.02513 -0.003127 -0.000762 0.016542 -0.00845 -0.03024 -0.006443 0.001549 -0.003726 -0.024001 -0.033998 -0.005081 -0.013461 -0.036749 0.029254 0.028793 0.008058 0.030412 -0.026704 0.012202 0.003633 -0.005811 0.034751 -0.004583 0.038931 0.057365 0.022828 0.007562 -0.005581 -0.045724 -0.031744 -0.020812 0.001619 0.024657 -0.026779 -0.017097 0.009721 -0.013378 0.031648 -0.024658 -0.026907 -0.025252 -0.034513 -0.010791 0.007411 -0.000247 0.02208 -0.001656 0.009451 0.0006 0.01258 0.002321 -4e-06 0.016684 0.045575 -0.050537 -0.001678 -0.010372 0.013844 0.015589 -0.023673 -0.004692 0.02255 -0.008191 -0.023047 -0.018183 0.011345 -0.044898 0.012152 -0.066742 -0.009319 0.0084 0.009059 0.01678 0.023048 0.000331\nᐸ 0.045752 -0.00631 -0.056917 0.022596 -0.009282 0.040191 0.007915 0.002063 -0.047236 -0.051736 0.045485 0.013036 -0.004569 -0.013716 0.02799 -0.020485 -0.011603 -0.015685 -0.013369 -0.023287 -0.025842 0.010129 0.010915 0.0258 -0.023441 -0.000188 -0.004258 -0.006194 -0.031421 -0.064916 0.014302 -0.058941 -0.027044 -0.04788 -0.005378 0.01652 -0.030244 0.041318 -0.015566 0.007182 -0.068472 0.0149 0.006786 -0.019649 -0.044456 -0.015259 0.047924 0.001354 0.006865 -0.006704 -0.014382 0.063594 0.023714 -0.018123 0.043141 -0.004625 -0.003762 0.030516 -0.037299 0.029332 -0.017126 -0.025265 -0.03014 0.005976 0.020771 0.01217 0.05331 -0.002863 0.041625 0.018176 -0.074778 0.002649 0.073969 0.036102 -0.013725 0.005704 -0.030682 0.021081 -0.026121 0.001288 -0.008142 -0.020243 -0.002327 0.00048 -0.010427 -0.038829 -0.008649 -0.045849 -0.000967 0.013941 -0.005333 0.0135 0.030076 -0.008599 -0.001935 -0.011201 -0.0005 -0.067624 0.015857 0.012918 -0.042957 -0.006605 0.010879 -0.047534 0.016465 0.000885 -0.022924 -0.000488 0.04198 -0.031027 0.04517 0.030499 0.035505 -0.02456 0.023682 -0.011066 -0.009583 0.036612 -0.003334 -0.035613 0.055645 -0.023045 0.065758 0.023822 0.010225 0.005726 -0.019922 -0.004656 -0.002038 -0.016945 -0.018539 -0.012897 -0.012741 0.030863 -0.009041 -0.007272 -0.037338 0.005376 -0.004968 0.058594 -0.019796 0.001868 0.032228 0.036423 -0.025813 -0.063628 0.081819 0.021641 -0.005006 -0.0456 0.032291 0.008684 0.051647 0.029221 0.013207 0.020438 0.031711 -0.008082 0.008196 -0.048969 -0.01972 0.007732 0.05173 0.029521 -0.013693 -0.020733 0.00325 -0.024023 0.012792 -0.019453 -0.026887 -0.038238 -0.027857 0.009772 -0.001127 -0.000693 -0.01857 -0.033804 -0.045393 -0.016242 0.032342 -0.040547 0.016447 -0.017908 -0.002734 -0.021457 -0.001318 -0.003787 -0.041978 0.017046 0.035289 0.025707 -0.01041 -0.027607 0.020441 0.033076 -0.03891 0.01173 0.005982 -0.009661 -0.030914 -0.006902 0.022517 0.011799 0.002361 0.012539 -0.020028 -0.034954 -0.006219 0.020161 0.00035 -0.006413 -0.016017 -0.000684 -0.006548 0.053816 0.038556 -0.011318 0.013527 -0.003204 0.00158 0.008697 0.003575 -0.001136 -0.04177 0.003623 -0.017225 -0.002534 -0.022938 -0.033487 -0.00724 0.018154 0.004686 0.018386 -0.067518 0.015109 -0.032745 -0.046564 0.038356 0.018569 -0.019948 0.014503 -0.026922 0.010764 -0.001477 0.021289 0.059518 -0.003354 0.028977 0.059902 0.031355 0.027008 -0.020058 -0.044159 -0.039353 -0.016309 -0.011892 0.037363 -0.03569 -0.029239 -0.002662 -0.024776 0.03173 -0.043625 -0.016855 -0.019238 -0.054829 -0.028328 0.02136 -0.001419 -0.000487 0.007042 0.015649 -0.01102 0.011142 -0.013316 -0.014665 0.024482 0.040843 -0.074249 -0.00533 -0.020285 0.00645 -0.003515 -0.033113 -0.0269 0.04855 -0.01685 -0.024089 -0.008689 -0.008555 -0.046872 0.014462 -0.065289 -0.007919 -0.005911 0.018769 0.025819 0.028123 -0.006819\nế 0.045859 0.002498 -0.054071 0.027828 0.021514 0.011523 0.024506 -0.040557 -0.033091 -0.035854 0.049383 -0.045066 -0.023442 0.022694 -0.006362 -0.016045 0.034319 -0.02077 0.002282 -0.020929 -0.035329 0.015922 -0.009309 0.023472 -0.019046 0.016958 0.005997 0.008542 0.023173 -0.010863 0.024204 -0.033473 0.019352 -0.003049 0.038715 -0.012865 -0.042881 0.012382 -0.018953 0.031132 0.000162 0.016289 -0.046646 0.005348 -0.027862 -0.051327 0.038991 -0.009312 0.00509 0.040891 0.020476 0.051436 0.038496 -0.038754 0.062266 0.008731 -0.016442 0.033931 -0.010351 0.000394 -0.011748 -0.038438 -0.015613 0.014511 0.006713 0.011799 0.062122 -0.012994 0.021236 0.003103 -0.026905 -0.016275 0.046807 0.011962 -0.029116 0.03876 0.007857 0.035073 -0.002767 0.002489 0.021486 -0.004379 -0.00595 0.036369 -0.023134 -0.042715 -0.024837 -0.02381 0.009349 -0.028443 -0.005988 0.033459 -0.030134 -0.016931 -0.029464 -0.004938 -0.018627 -0.005266 -0.013233 -0.021037 -0.010341 0.030765 -0.014066 -0.01563 0.029359 -0.016434 -0.005107 -0.02225 0.068258 0.01585 0.005911 0.018921 0.000229 -0.006782 0.008248 0.00603 -0.028204 -0.008161 -0.00745 -0.03517 -0.015079 -0.019159 0.048175 0.016411 0.02438 0.021624 -0.019229 -0.003585 -0.008595 0.002629 0.001034 0.002327 -0.016081 0.018188 -0.004909 0.032989 -0.03128 0.044295 0.013967 0.025103 -0.01015 0.006978 0.04001 0.0302 -0.044265 -0.006843 0.037199 -0.0006 -0.01601 -0.029398 -0.006242 -0.013315 0.027546 0.027501 -0.00194 0.013819 0.03529 -0.003103 -0.015257 -0.046372 0.012323 0.001035 0.000966 0.002927 -0.023361 -0.000285 0.008268 -0.021709 0.026478 0.031222 -0.029512 -0.02689 -0.010796 0.005925 -0.037242 0.003917 0.017538 0.018807 0.001041 -0.02621 0.039567 0.023136 -0.001538 -0.000206 -0.014544 0.022687 0.005107 -0.004148 -0.067892 -0.048649 0.01479 0.020062 -0.028156 -0.005548 -0.042014 0.032215 0.013801 -0.005158 0.004199 -0.001961 -0.050475 -0.036877 0.003536 0.01128 0.043794 -0.016986 0.011567 -0.014939 -0.004124 0.022731 -0.05025 0.007326 0.016245 0.004509 0.028852 0.024256 0.031786 -0.007798 0.001682 0.027798 0.044989 0.0208 0.007303 -0.035668 -0.006828 -0.019494 0.038416 -0.010255 -0.002035 -0.006435 0.008053 -0.021442 -0.024618 -0.040938 -0.025223 0.017993 -0.013667 -0.065306 0.01146 0.009623 -0.018938 0.049329 -0.021105 -0.012943 -0.00046 -0.015745 0.023779 0.012011 0.034633 0.066618 0.000362 0.008123 0.021773 -0.040041 -0.01581 -0.008506 -0.010918 0.031135 -0.023064 -0.036305 0.009677 0.024412 -0.0036 -0.050786 -0.022466 -0.038531 -0.024289 0.002957 -0.013198 0.013033 0.009805 -0.026248 0.008806 -0.002036 0.020855 -0.005391 0.016037 0.031715 0.031033 -0.037191 0.000237 0.002533 -0.008026 0.023155 -0.042377 0.007769 -0.005979 0.002154 -0.042439 0.000657 0.019051 -0.034545 0.020561 -0.04551 0.015238 0.025827 0.017494 -0.006022 0.0438 -0.017352\nǁ 0.001423 -0.011955 -0.025695 -0.001184 0.008372 0.018915 -0.006389 -0.015936 -0.009883 -0.004383 0.038764 -0.004303 -0.007592 -0.045043 0.008105 -0.007484 0.001572 -0.002558 0.006247 -0.042015 -0.026566 0.007176 0.01186 0.000463 -0.005293 0.005889 -0.012429 -0.014623 -0.014989 -0.030221 0.024901 -0.022949 -0.030469 -0.021347 0.032709 0.014722 -0.007937 0.031592 0.000501 0.025404 -0.027162 0.016535 0.007873 -0.016082 -0.047599 -0.013613 0.02475 0.022831 0.008971 -0.011787 0.02391 0.013998 0.028033 -0.028619 0.014165 0.003253 -0.012042 -0.016826 0.001698 0.000735 -0.024803 -0.011687 -0.022454 -0.007318 -0.012508 -0.000614 0.020394 0.000338 0.051952 0.027965 -0.045298 0.001483 0.024816 0.020053 -0.048787 -0.016489 -0.007615 0.022865 -0.035426 0.004269 -0.006254 0.017062 -0.002121 -0.005087 -0.006419 -0.050229 -0.006806 -0.01682 -0.013308 -0.024525 -0.009542 0.041594 0.021988 -0.024087 0.023005 -0.027258 -0.01188 -0.003946 -0.017326 0.009649 -0.00271 -0.001531 -0.00756 -0.026214 0.008111 0.006745 0.008505 0.00617 0.05416 0.011246 0.033879 0.046645 0.015958 -0.02233 0.011192 -0.001541 0.009733 0.003125 0.008086 -0.01711 0.014001 -0.004128 0.011756 0.028466 0.015316 0.029056 0.001435 -0.017679 -0.002884 -0.03902 0.010547 0.022817 -0.035836 0.044369 0.007658 -0.004998 -0.004833 -0.012785 -0.003019 0.043802 0.001086 -0.018679 0.03527 0.010132 -0.030859 -0.030078 0.057325 0.025608 -0.023372 -0.034869 -0.002383 0.000682 0.023146 0.010559 -0.006395 -0.005413 0.038639 -0.017513 0.027245 -0.003776 -0.026319 -0.000907 -0.005547 -0.005104 -0.025168 0.031742 0.034284 -0.016042 0.014626 0.006611 -0.0025 -0.013231 0.002783 0.006517 -0.019887 -0.024094 0.005243 -0.011305 -0.033239 -0.026272 0.011885 -0.005806 -0.003994 -0.006705 0.005355 -0.008088 0.019065 0.015556 -0.021046 -0.004779 0.003755 0.016539 -0.034488 -0.019271 0.029812 0.00803 0.006613 0.012156 -0.011711 0.002239 -0.036535 -0.007503 0.029224 0.04643 0.014483 0.005131 -0.0159 -0.026105 0.003349 0.039985 0.00651 -0.019103 -0.032843 -0.00059 0.000658 0.071427 0.003486 -0.026087 0.006129 0.018402 -0.007954 0.011785 -0.011663 0.009748 0.019025 -0.003958 0.003575 0.002589 0.022199 -0.036798 0.01297 0.011622 -0.000652 -0.01561 -0.057892 -0.011571 -0.014545 -0.03721 0.008036 0.009648 0.01185 0.019054 -0.012857 -0.006057 0.01314 -0.004916 -0.001008 -0.008388 -0.006563 0.027927 0.030883 0.005345 0.002348 -0.022995 -0.024759 -0.017669 -0.015591 0.013688 -0.038411 0.010419 -0.005055 -0.009755 0.017818 -0.013035 -0.016674 -0.013553 -0.016413 0.01083 0.001305 0.008744 0.019592 0.006646 -0.004981 0.003973 0.005461 0.017662 0.000134 0.00726 0.037965 -0.032711 0.008506 -0.019285 -0.001457 0.000237 0.017728 -0.025726 0.000748 -0.004882 -0.005077 -0.005787 0.004158 -0.041998 -0.008958 -0.096009 0.001833 0.033527 -0.006371 0.039162 0.015866 0.000349\n@ 0.0101 0.015276 -0.033874 0.017344 0.013852 0.019761 -0.008304 0.000524 -0.021456 -0.027475 0.014753 0.011102 -0.017915 -0.023414 0.024798 -0.013392 0.005576 -0.016895 -0.016047 -0.043676 -0.008471 -0.001847 -0.01206 0.007607 0.010749 0.015223 0.004831 -0.015174 -0.014467 -0.010605 -0.00312 -0.012784 -0.013412 -0.033231 -0.006048 0.01402 -0.030296 0.027772 0.006233 0.017642 -0.028349 -0.004848 0.020672 -0.009908 0.002051 -0.004689 0.015953 -0.00126 -0.010308 0.01655 -0.013634 0.030805 0.020441 -0.027615 0.030138 0.011528 0.003709 0.026885 -0.019961 0.010366 -0.018109 -0.011574 -0.006639 -0.022952 0.005392 0.000237 0.019165 0.00985 0.023055 0.017202 -0.038482 -0.003422 0.021391 0.008243 -0.022813 -0.00204 -0.013047 0.010845 -0.00136 0.000391 0.000979 -0.00079 -0.003282 0.007424 -0.01669 -0.026806 0.00396 -0.014173 -0.006062 0.002514 -0.005993 0.021374 0.006081 -0.010358 0.004282 -0.013092 0.015586 -0.034208 -0.004922 0.001111 -0.012696 -0.008795 0.007582 -0.01581 0.008966 0.003352 -0.013693 0.019124 0.00766 0.004752 0.026419 0.001161 0.023694 -0.012198 0.005166 0.0147 -0.00986 0.015728 -0.010012 -0.014806 0.021122 -0.00042 0.024967 0.019192 0.004446 -0.009572 0.000983 0.004735 -0.007191 -0.018698 9.7e-05 -0.013711 -0.010428 0.012884 -0.011682 -0.011954 -0.016998 0.000865 -0.013764 0.023526 -0.003512 -0.008736 0.011773 0.012396 -0.01413 -0.032429 0.022796 0.005354 0.007757 -0.022645 0.00401 0.014954 0.018538 0.021051 -0.006868 0.009248 -0.010854 -0.01137 -0.001532 0.001157 -0.028963 0.020373 0.013756 -0.010773 0.004933 -0.010067 0.002709 -0.009285 0.022697 0.003547 -0.01606 -0.019833 -0.007392 0.01273 0.007212 -0.011546 -0.005635 0.016135 -0.03495 -0.010995 0.024214 -0.01804 0.002323 -0.028089 -0.000352 -0.009318 -0.003483 0.027595 -0.043722 0.005305 0.007522 0.015148 -0.029 -0.026136 -0.005381 0.036086 -0.00712 0.010428 0.000932 0.001945 -0.022286 -0.007651 0.010459 0.0214 0.016194 0.001685 0.010683 -0.001567 -0.005688 0.022871 -0.023881 0.016319 0.000398 0.008525 -0.004529 0.042088 -0.001227 -0.024215 0.003388 -0.013977 -0.013022 0.00743 -0.010504 0.012961 -0.030389 -0.004641 -0.011405 0.014207 -0.021403 -0.024356 -0.007193 -0.00336 0.010299 -0.006583 -0.023444 0.001782 -0.018859 -0.018997 0.01425 0.019393 -0.001598 0.009845 -0.004214 0.012013 0.021904 -0.015009 0.021479 -0.008134 0.033184 0.037257 0.00544 0.014758 0.006204 -0.022823 -0.019071 -0.021959 0.003272 0.013069 -0.019821 -0.010553 0.0084 -0.01932 0.024747 -0.017222 -0.01611 -0.008635 -0.009293 -0.032044 0.012877 -0.001312 -0.000521 0.001958 0.008149 0.000976 -0.005567 0.001923 0.006284 0.019339 0.026189 -0.035146 -0.006225 0.002864 0.005371 0.018743 0.001018 -0.017352 0.012232 -0.013946 -0.004852 -0.022936 0.00768 -0.025972 -3.9e-05 -0.044829 -0.018818 0.001327 0.007558 0.005816 0.015118 -0.007197\n͂ 0.020976 0.010383 -0.028431 0.043527 -1.2e-05 0.0403 -0.010786 0.034388 -0.016321 -0.015604 0.051729 0.012853 0.006768 -0.015751 0.033315 -0.007896 -0.02027 -0.016752 0.013255 -0.022685 -0.026743 0.012276 -0.019704 0.040749 0.034042 0.031597 -0.028594 0.001518 -0.027949 -0.038675 0.02702 -0.015373 -0.013611 -0.039496 -0.031088 0.037973 -0.042874 0.032043 -0.031701 0.023587 -0.025448 0.007337 -0.010403 0.026975 -0.007206 -0.002964 0.05456 -0.011721 -0.004583 -0.033797 -0.005383 -0.001901 -0.016175 -0.00234 0.019986 0.039322 -0.015987 0.060207 -0.020428 0.053675 -0.037192 -0.04082 0.019103 -0.004818 0.009291 -0.005352 0.012859 -0.059374 0.034686 0.027728 -0.01588 -0.039443 0.010282 0.013932 -0.042182 -0.028284 0.010328 0.001276 -0.001133 0.037228 -0.02718 0.011508 0.033138 -0.009753 -0.011707 -0.050455 -0.026067 -0.014726 0.015546 -0.014873 0.004232 0.038373 0.024717 -0.016237 0.033295 -0.009568 -0.013554 -0.005261 -0.006123 0.020096 -0.011012 -0.010342 -0.014184 -0.045176 -0.000237 0.007624 0.002039 0.02732 -0.013133 -0.014427 0.06326 0.022631 0.039075 -0.050604 0.002776 0.025855 -0.009303 0.021157 0.020365 -0.045246 -0.008703 -0.012597 0.000763 0.021856 0.038772 0.029881 -0.059014 -0.038672 -0.021238 0.002919 0.029844 -0.018175 0.005625 0.034953 -0.03138 0.00422 -0.045398 -0.044277 0.021758 0.044037 -0.007679 -0.035991 -0.015209 0.059869 -0.022526 -0.070269 0.04623 -0.005552 0.01413 -0.075702 -0.005905 -0.003244 0.015582 0.013876 -0.018031 0.001519 -0.015552 -0.020829 -0.004426 0.026783 -0.019919 0.033801 0.057642 -0.012703 -0.005596 -0.02559 0.029176 -0.034858 0.019336 0.025028 0.002104 0.009474 -0.029504 0.054351 0.014158 -0.011099 -0.036439 0.023566 -0.038553 0.015491 0.034231 -0.011979 0.019934 0.011096 -0.00255 -0.048707 -0.015489 0.01906 -0.048695 -0.062295 -0.007061 0.049886 -0.010062 -0.05038 -0.006452 0.023786 -0.016181 0.011473 0.011878 -0.002738 -0.007086 0.023144 -0.020982 -0.028074 0.023677 0.047461 0.021667 0.00666 -0.00458 0.020233 -0.00141 0.013702 -0.067371 0.020588 -0.00684 0.037447 -0.03179 -0.040784 -0.008298 -0.013135 -0.000339 0.020813 -0.01077 0.020582 -0.010162 0.006124 -0.01831 0.01638 -0.027509 0.004515 -0.013994 -0.024738 -0.006533 -0.022417 -0.001337 -0.000527 0.011267 -0.014917 0.040342 0.016747 0.033766 0.029561 0.011177 -0.021429 0.027381 0.029535 0.008444 -0.03223 0.037439 0.032385 0.043231 0.001897 -0.003931 -0.012117 -0.045743 -0.009582 0.028318 0.010861 -0.025626 -0.002116 0.009229 -0.029071 0.011596 -0.040617 -0.010958 -0.027733 -0.020056 -0.010948 -0.021784 0.035269 0.013142 -0.001571 -0.016617 -0.026869 -0.024717 0.021659 0.009736 0.032296 0.039472 -0.052189 0.018632 -0.001388 0.023214 -0.002537 -0.020565 0.018948 0.00484 0.003679 -0.013136 -0.001044 0.015887 -0.056309 0.002841 -0.063102 -0.028862 -0.009847 -0.005422 -0.001139 0.013862 -0.027528\nل 0.026324 0.004017 -0.038813 0.017497 0.005821 0.028118 0.002639 -0.007199 -0.018288 -0.026973 0.027364 0.010419 -0.007518 -0.015975 0.023284 -0.003547 0.008595 -0.016558 -0.009238 -0.036907 -0.01418 0.003294 0.005622 0.008983 0.002744 0.015454 -0.006011 -0.011967 -0.012129 -0.027211 0.019019 -0.026308 -0.013673 -0.034558 0.009032 0.012542 -0.030554 0.033387 0.00648 0.015834 -0.024579 0.007748 0.003103 0.000758 -0.022156 -0.017364 0.029703 -0.002444 -0.001727 0.009165 0.003403 0.039169 0.027288 -0.025115 0.033662 0.004321 -0.003155 0.017093 -0.010378 0.020089 -0.026514 -0.022162 -0.007787 -0.012714 0.012537 0.020974 0.032483 -0.009503 0.029222 0.015795 -0.04539 -0.006466 0.018997 0.01566 -0.036715 0.000818 -0.026813 0.019798 -0.030118 -0.014239 0.01012 -0.00079 0.003069 0.010085 -0.018445 -0.040244 0.003416 -0.000344 -0.014125 -0.001894 -0.005038 0.01899 0.005499 -0.005826 0.015032 -0.002358 -0.001111 -0.029854 -0.000726 -0.002989 -0.017345 0.004456 0.000212 -0.026418 0.01141 -0.007107 -0.012338 0.009536 0.028498 -0.00712 0.038188 0.014601 0.018125 -0.015016 0.005805 -0.00109 -0.005964 0.000473 -0.013108 -0.035009 0.019238 -0.000436 0.029567 0.017801 0.027444 0.012681 -0.009032 -0.009644 -0.0097 -0.015365 -0.010456 -0.000552 -0.009231 0.023313 -0.015361 0.011134 -0.026922 0.005444 0.009957 0.037292 0.000317 -0.008859 0.008347 0.020664 -0.024689 -0.039762 0.039822 0.0112 0.00194 -0.037463 0.00712 0.005255 0.028056 0.022689 -0.001072 0.005762 0.002369 -0.022189 0.012833 -0.018343 -0.020249 0.011449 0.018246 0.013955 -0.013555 -0.015769 0.015495 -0.019131 0.015567 0.012458 -0.020289 -0.018076 -0.007577 0.032457 -0.014473 -0.020837 -0.007955 -0.011242 -0.03254 -0.014393 0.02764 -0.01186 0.007038 -0.013025 -0.001869 -0.017843 0.003016 0.019702 -0.041896 0.001272 0.010991 0.020647 -0.031202 -0.027899 0.002191 0.033443 -0.019519 0.0124 0.001604 0.000242 -0.02412 -0.02595 0.016293 0.019765 0.014259 0.013111 0.008954 -0.009048 -0.005794 0.032164 -0.01655 -0.004065 -0.010693 0.016192 -0.001007 0.055964 0.006936 -0.018198 0.008472 -0.003198 -0.004338 0.006458 -0.003359 0.003618 -0.020608 -0.001714 0.000249 0.014859 -0.004224 -0.019466 -0.001656 -0.001792 -0.005555 -0.019019 -0.027273 -0.00335 -0.011744 -0.026377 0.018042 0.016696 0.006086 0.015366 -0.020815 0.007871 0.004169 -0.002698 0.028819 -0.00358 0.032892 0.043241 0.018127 0.002585 -0.001879 -0.030806 -0.025052 -0.018991 -0.002807 0.018462 -0.022961 -0.005563 0.003167 -0.011786 0.025992 -0.025287 -0.02298 -0.018166 -0.029943 -0.01319 0.006695 -0.000198 0.01553 -0.000834 0.009903 -0.00242 0.009895 -0.002719 -0.003727 0.014165 0.038643 -0.040468 -0.00185 -0.016501 0.014294 0.011206 -0.015317 -0.003684 0.01865 -0.009441 -0.015988 -0.014853 0.006123 -0.032795 0.006324 -0.054186 -0.006819 0.005078 0.011789 0.011592 0.014902 0.001626\nે 0.034584 0.004337 -0.064374 0.027053 0.000187 0.049787 0.007816 0.000818 -0.025136 -0.054022 0.034152 0.025131 -0.00761 -0.032502 0.045794 0.009915 0.007845 -0.025094 -0.011126 -0.061055 -0.032762 -0.007689 0.016854 0.008312 0.010339 0.02318 0.000443 -0.021624 -0.027586 -0.043835 0.033746 -0.043394 -0.032044 -0.04445 0.029375 0.011797 -0.033452 0.058134 0.008526 0.038347 -0.057106 0.019426 0.004972 -0.003324 -0.04513 -0.037295 0.049144 -0.008761 -0.0044 0.014361 -0.001144 0.080607 0.052918 -0.039683 0.050273 0.005477 -0.012544 0.018917 -0.023857 0.044289 -0.051466 -0.031131 -0.010147 -0.009132 0.021879 0.036764 0.066205 -0.002655 0.063402 0.018333 -0.067906 -0.002855 0.02536 0.023362 -0.054984 0.003093 -0.038033 0.030518 -0.045924 -0.008014 0.01975 0.003903 -0.009982 0.004156 -0.038245 -0.081687 0.019305 -0.023882 -0.036688 -0.0051 -0.024452 0.026285 0.024007 -0.028508 0.01481 -0.0043 -0.018978 -0.055201 -0.009926 0.002022 -0.031367 -0.015835 0.009118 -0.059727 0.011194 0.000548 -0.028735 0.000342 0.034289 -0.012027 0.061933 0.025007 0.025657 -0.037988 0.027351 -0.009863 -0.013878 -0.00208 -0.019309 -0.047944 0.014615 0.006689 0.058215 0.012769 0.05199 0.025404 -0.022754 -0.03431 -0.017368 -0.01691 -0.013652 0.006888 -0.017049 0.048479 -0.02593 0.01726 -0.052803 0.010342 0.012724 0.073222 0.009609 -0.015306 0.024186 0.013541 -0.0452 -0.071215 0.083113 0.018434 0.013867 -0.059562 0.018618 0.011125 0.050513 0.023672 0.005925 0.003231 -0.000117 -0.025169 0.027167 -0.037641 -0.027189 0.015423 0.036202 0.024179 -0.017998 -0.030557 0.022931 -0.019957 0.031155 0.033597 -0.035344 -0.025337 -0.00507 0.033202 -0.022222 -0.047957 -0.027031 -0.020898 -0.049557 -0.027354 0.051261 -0.016464 0.00228 -0.010962 -0.002417 -0.023178 0.012002 0.024471 -0.043933 0.008574 0.009714 0.017564 -0.05434 -0.048028 0.001314 0.060501 -0.033785 0.02141 -0.017877 -0.011097 -0.035164 -0.054372 0.005001 0.04 0.013013 0.033178 0.009687 -0.01257 -0.025782 0.062932 -0.028091 -0.003121 -0.008823 0.023312 -0.014201 0.095652 0.012134 -0.026141 0.005657 -0.001936 -0.015442 0.011467 -0.012181 0.016961 -0.029254 0.001713 0.011655 0.032432 -0.00377 -0.020692 -0.004295 0.00723 0.013107 -0.024481 -0.054902 -0.017436 -0.027464 -0.044008 0.035646 0.014691 0.019172 0.032685 -0.036336 0.017815 0.009131 -0.014804 0.045905 -0.008108 0.04832 0.064668 0.032327 0.01171 -0.010697 -0.046781 -0.030072 -0.032354 -0.021314 0.029638 -0.024418 0.000718 0.004353 -0.028713 0.050479 -0.040713 -0.041671 -0.011529 -0.046811 -0.015465 0.018661 -0.008497 0.025145 0.032326 0.02058 -0.012667 0.027253 0.008998 -0.013491 0.027996 0.049691 -0.072966 0.004861 -0.027493 0.031018 0.018257 -0.008917 -0.014137 0.031769 -0.006941 -0.011408 -0.022462 0.01512 -0.051018 0.015572 -0.082061 -0.015647 0.016059 0.030743 0.014729 0.009105 0.004506\nॆ 0.033156 -0.004549 -0.052895 0.02647 0.006244 0.028824 -0.006014 0.001467 -0.030784 -0.024837 -0.003454 0.009127 -0.010925 -0.01286 0.027936 0.005969 0.013541 -0.02169 -0.009598 -0.026365 -0.031688 -0.006604 -0.011819 -0.00482 0.009295 0.01423 0.001253 -0.010485 -0.027125 -0.030633 0.018351 -0.033389 -0.024429 -0.034352 0.007959 0.01052 -0.020709 0.028836 -0.007489 0.008006 -0.036909 0.019552 0.013246 -0.013068 -0.029314 -0.018523 0.028108 -0.003194 -0.004082 0.015763 -0.003018 0.039262 0.033239 -0.035989 0.039163 0.001189 -0.004507 0.023907 -0.009299 0.02828 -0.022 -0.027993 -0.027354 -0.006835 0.006055 0.029279 0.030744 -0.016362 0.031028 0.020902 -0.04082 0.010508 0.03519 0.01217 -0.01951 0.008283 -0.006673 0.032027 -0.014516 -0.017528 -0.002176 0.003827 -0.001016 0.014221 -0.000972 -0.038982 0.006942 -0.015681 -0.018304 -0.006507 -0.010271 0.022407 0.007195 -0.015845 0.017839 -0.013129 -0.001197 -0.049296 0.012594 0.008609 -0.032819 -0.001911 0.013773 -0.028669 -0.009753 0.007247 -0.016103 -0.000638 0.023594 -0.007677 0.023685 0.001786 -0.005143 -0.015897 0.015207 0.000854 -0.011479 -0.006347 -0.013123 -0.039479 0.015454 -0.009066 0.034529 0.01003 0.023314 0.017899 -0.014843 -0.031366 -0.020761 0.002894 -0.008755 -0.011855 -0.015059 0.028166 -0.008406 0.015342 -0.034939 -0.019093 -0.007048 0.018278 -0.00389 -0.011393 0.008684 0.015875 -0.023859 -0.02406 0.045489 -0.004863 -0.007806 -0.016681 0.008503 0.013862 0.029795 0.007315 -0.002583 0.009682 -0.008801 -0.014122 0.009555 -0.024302 -0.027534 0.014128 0.022524 0.018122 -0.003475 -0.01456 -0.000286 -0.009922 0.020185 0.020061 -0.021697 -0.014302 0.005077 0.008537 -0.018321 -0.023961 -0.016342 -0.005001 -0.037181 -0.014775 0.024235 -0.001697 0.007034 -0.028081 0.011527 -0.014154 -0.002192 0.021203 -0.046113 0.004096 0.007656 0.015761 -0.025159 -0.015022 -0.008919 0.035759 -0.02588 0.012067 -0.001956 -0.007402 -0.025765 -0.018383 0.01733 0.026879 0.012904 0.016016 0.020841 -0.010782 -0.001852 0.042167 -0.017238 -0.002041 -0.00957 0.010919 -0.00305 0.050686 0.006995 -0.027657 0.024563 -0.002482 0.000377 0.01481 -0.006494 -0.000361 -0.004881 -0.003414 0.00219 0.006357 -0.007892 -0.024491 0.009798 0.009353 0.000303 -0.002736 -0.039578 -0.001038 -0.003654 -0.016267 0.02635 0.018594 0.021803 0.013905 -0.032768 0.005438 -0.009027 -0.021948 0.034619 -0.013047 0.024639 0.044801 0.02525 0.018705 -0.004982 -0.029439 -0.041132 -0.029124 -0.008974 0.027078 -0.024264 -0.01252 0.005795 -0.014014 0.014308 -0.018347 -0.042508 0.001976 -0.044832 -0.005347 0.018038 -0.003479 0.013386 0.015695 0.009075 -0.015566 0.024989 -0.011685 -0.000331 0.010489 0.034968 -0.043622 -0.002575 -0.008135 0.004232 0.00273 -0.021868 -0.016186 0.019974 -0.01354 -0.016406 -0.016172 0.000784 -0.031654 0.012682 -0.055225 -0.008806 0.008313 0.005989 0.018719 0.007838 0.01347\nי 0.034202 0.006511 -0.050872 0.024275 0.009424 0.035999 0.007881 -0.005227 -0.021928 -0.034142 0.035204 0.014913 -0.007957 -0.029533 0.03131 -0.00486 0.009712 -0.02402 -0.013023 -0.047753 -0.019016 0.004132 0.005478 0.016138 0.004112 0.021782 -0.005106 -0.010646 -0.016047 -0.028075 0.020018 -0.029807 -0.0217 -0.045093 0.008483 0.015506 -0.038938 0.041616 0.009667 0.023425 -0.030956 0.010332 0.0036 0.003039 -0.028707 -0.026752 0.038054 -0.001264 0.00011 0.015654 0.006882 0.055296 0.035801 -0.032197 0.04279 0.007224 -0.004949 0.027773 -0.015476 0.027267 -0.030364 -0.029465 -0.008976 -0.016173 0.016022 0.021355 0.042534 -0.013259 0.036824 0.018935 -0.048574 -0.007401 0.025191 0.016984 -0.049221 0.003722 -0.028697 0.024444 -0.028179 -0.016969 0.012921 -0.002217 -0.003353 0.016462 -0.022685 -0.05517 0.002581 -0.006011 -0.019211 -0.005244 -0.009118 0.027497 0.004916 -0.013872 0.012681 -0.008535 0.001062 -0.038963 -0.00161 -0.003642 -0.01922 -0.001223 0.001147 -0.032718 0.01489 -0.006287 -0.014838 0.009355 0.035158 -0.002362 0.044792 0.019483 0.022167 -0.017368 0.010278 0.00358 -0.011914 0.00235 -0.014833 -0.045551 0.022837 -0.000385 0.04212 0.019765 0.035697 0.010394 -0.014734 -0.018145 -0.015542 -0.017934 -0.01654 -0.000375 -0.017288 0.03091 -0.021158 0.016906 -0.028785 0.002885 0.008081 0.046943 -0.000647 -0.008006 0.014427 0.028495 -0.035943 -0.049777 0.046365 0.008388 -0.000902 -0.041767 0.006982 0.010209 0.038066 0.028654 -0.003116 0.00612 -0.001519 -0.024278 0.016394 -0.024453 -0.021707 0.015911 0.024385 0.013382 -0.012509 -0.013786 0.021862 -0.02545 0.021612 0.023726 -0.029503 -0.024049 -0.009414 0.036888 -0.017684 -0.029681 -0.013119 -0.007856 -0.037596 -0.018459 0.03697 -0.008499 0.00893 -0.008985 -0.005757 -0.018093 0.00236 0.01972 -0.060385 0.003438 0.012846 0.02739 -0.037439 -0.038684 0.000482 0.043189 -0.023238 0.013602 0.002837 0.001189 -0.037155 -0.033852 0.01812 0.02681 0.023044 0.016792 0.012833 -0.00939 -0.010868 0.040359 -0.024138 -0.002345 -0.011039 0.017198 -0.000583 0.069505 0.003731 -0.022303 0.005831 -0.002578 -0.007717 0.010362 -0.008391 0.008824 -0.02625 -0.000472 0.002604 0.016405 -0.010692 -0.022698 -0.002503 4.5e-05 -0.004676 -0.028409 -0.037405 -0.003833 -0.018651 -0.033764 0.03094 0.022983 0.009411 0.028235 -0.022353 0.009978 0.007761 -0.009481 0.039599 -0.006739 0.042499 0.054765 0.027767 0.008335 0.003052 -0.044654 -0.033836 -0.023224 -0.003743 0.022647 -0.027214 -0.013165 0.007052 -0.012903 0.032041 -0.028357 -0.033044 -0.021108 -0.033942 -0.013418 0.007547 -0.001309 0.019458 0.000427 0.012436 -0.002048 0.011885 0.000555 -0.00241 0.020835 0.047537 -0.049371 -0.005621 -0.018853 0.014388 0.013608 -0.021102 -0.001421 0.020381 -0.008876 -0.020492 -0.019579 0.011078 -0.042686 0.008557 -0.066979 -0.007025 0.007967 0.01453 0.013853 0.026091 0.002195\nј 0.034794 0.004201 -0.045136 0.019853 0.009371 0.034312 0.007771 -0.003166 -0.017873 -0.033093 0.041086 0.010849 -0.008825 -0.027205 0.036668 -0.008979 0.005675 -0.024438 -0.007482 -0.045432 -0.012951 -0.005086 0.004721 0.013641 0.000634 0.022773 -0.010414 -0.008929 -0.016367 -0.026318 0.027317 -0.034283 -0.017858 -0.038293 0.012956 0.014019 -0.037038 0.040604 0.007758 0.014257 -0.03327 0.012087 -0.001114 -0.00051 -0.031241 -0.020445 0.032018 -0.001214 -0.005596 0.01711 0.004071 0.050532 0.039362 -0.032545 0.040794 0.008504 -0.000115 0.02421 -0.014936 0.027991 -0.026256 -0.023539 -0.010251 -0.01622 0.014807 0.021484 0.037606 -0.0154 0.032626 0.016418 -0.05348 -0.00398 0.019019 0.017298 -0.049749 -0.001366 -0.031926 0.025725 -0.033076 -0.015279 0.011021 -0.001328 -0.002234 0.015981 -0.019767 -0.051346 0.006685 0.001586 -0.025093 -0.000451 -0.013088 0.026062 0.010761 -0.011426 0.010962 -0.006676 0.001782 -0.037821 -0.003361 -0.006991 -0.016838 -0.001917 -0.000715 -0.032455 0.01785 -0.000207 -0.015037 0.009504 0.034349 -0.006076 0.041736 0.021141 0.021654 -0.01003 0.010001 0.001873 -0.00986 0.00327 -0.016015 -0.038684 0.0288 0.005254 0.039206 0.026335 0.032086 0.009891 -0.003797 -0.015931 -0.011587 -0.016837 -0.013814 -0.005292 -0.010186 0.02979 -0.02054 0.014645 -0.025868 0.006914 0.007324 0.044263 -0.007712 -0.009981 0.013225 0.027141 -0.037416 -0.049654 0.049699 0.010936 -0.00293 -0.047413 0.005452 0.010071 0.030556 0.020239 -0.00446 0.003862 -0.000307 -0.025402 0.014691 -0.016877 -0.021987 0.013339 0.023213 0.020753 -0.018797 -0.010718 0.020676 -0.017663 0.014758 0.018631 -0.026739 -0.026671 -0.012401 0.035752 -0.016934 -0.024239 -0.008929 -0.013429 -0.038372 -0.018052 0.031975 -0.01081 0.004106 -0.010535 -0.008636 -0.020113 0.00188 0.019135 -0.048822 0.004228 0.025255 0.024906 -0.032226 -0.035415 0.008886 0.038969 -0.014378 0.017926 -0.001667 0.000632 -0.035913 -0.032196 0.016795 0.026867 0.011385 0.01365 0.009567 -0.014906 -0.000776 0.038397 -0.020531 -0.006004 -0.012013 0.01673 -0.00033 0.064303 0.008822 -0.027604 0.011141 -0.005034 -0.010155 0.011334 -0.012251 0.011327 -0.01782 -0.0082 -0.000484 0.020531 -0.001095 -0.019969 -0.00671 0.003691 -0.000981 -0.021681 -0.037562 -0.00448 -0.008995 -0.032555 0.027297 0.019278 0.010739 0.019536 -0.022585 0.012719 0.009781 -0.010379 0.03968 0.001799 0.041968 0.048402 0.023594 0.007985 0.001096 -0.035592 -0.036949 -0.025649 -0.005602 0.017811 -0.025725 -0.008132 0.007343 -0.006636 0.02585 -0.026143 -0.026912 -0.016294 -0.034136 -0.018692 0.004749 0.003953 0.017091 -0.007298 0.006389 -0.00498 0.009945 0.005943 0.00292 0.014022 0.046501 -0.045411 -0.000872 -0.016949 0.017192 0.0116 -0.019503 -0.003866 0.017066 -0.010798 -0.019144 -0.019214 0.004311 -0.042095 0.010572 -0.063327 -0.006173 0.007362 0.015369 0.016882 0.017426 0.002755\nੜ 0.037427 0.006642 -0.03772 -0.011806 0.00759 0.030984 -0.006276 -0.019583 0.002935 -0.045468 0.032937 0.015559 -0.007971 -0.03294 0.070691 -0.052888 0.008619 -0.001449 -0.014211 -0.055489 -0.039359 -0.001793 0.029891 -0.006998 -0.018577 -0.002895 -0.021393 -0.016619 0.004734 -0.066833 0.006091 -0.023234 -0.035329 -0.038213 0.005742 0.01444 -0.034249 0.039145 -0.024942 0.030635 -0.024802 0.023111 0.022224 -0.005847 -0.046627 0.020313 0.049554 0.00287 0.006845 -0.003945 -0.00889 0.031934 0.015035 -0.034533 0.024269 -0.012869 -0.030516 0.000567 -0.015777 -0.008566 -0.047781 -0.002209 -0.001314 -0.002825 0.011635 0.032383 0.052368 0.013582 0.046357 0.039367 -0.060041 0.018223 0.040847 0.018079 -0.035674 0.002858 -0.015206 0.008597 -0.076292 0.002475 -0.008495 -0.026068 -0.015654 -0.031943 -0.037314 -0.040813 -0.001483 -0.01702 -0.026786 -0.003885 -0.016371 0.015589 0.032319 -0.017673 0.031475 -0.023768 -0.01504 -0.047246 -0.023996 -0.004933 -0.043215 -0.002483 0.010004 -0.04371 0.015137 -0.002341 -0.035576 0.022511 0.060152 -0.012218 0.043125 0.034573 0.018688 -0.020352 0.025385 -0.002902 -0.005994 0.023028 -0.018508 -0.034553 0.018683 0.02355 0.043681 0.038122 0.046176 0.002295 -0.012941 -0.011251 -0.029634 -0.039215 0.001549 -0.001914 -0.018588 0.032881 -0.011043 0.00412 -0.000253 0.030252 0.032143 0.040653 0.019574 -0.030004 0.036189 0.009192 -0.048497 -0.07409 0.085925 0.0431 -0.011969 -0.041864 0.001841 0.006573 0.057792 0.012311 -0.008357 0.001505 0.043526 -0.017757 0.031484 -0.033231 -0.041842 0.001679 0.026532 0.007968 -0.029047 0.002726 0.042567 -0.007461 0.020647 0.01725 -0.010278 -0.045354 -0.018121 0.032054 -0.009035 -0.029352 -0.013435 -0.01753 -0.046312 -0.010961 0.007044 -0.037343 -0.002881 -0.015054 0.002829 -0.039105 0.002451 0.031042 -0.024362 0.030344 0.041808 0.019093 -0.03852 -0.019117 0.008712 0.044948 -0.015501 0.033697 0.008998 0.009999 -0.029314 -0.024117 0.005397 0.03164 0.017354 0.015359 -0.008897 -0.010604 0.000682 0.030887 -0.006654 -0.000156 0.003786 -0.00217 -0.001921 0.031947 0.007178 -0.037604 0.018745 0.014957 0.011294 0.015765 -0.010666 0.008933 -0.001758 -0.014043 0.00943 0.020202 -0.0143 -0.039554 -0.018595 0.005304 -0.005441 -0.015021 -0.065889 -0.001873 -0.011289 -0.049991 0.008794 -0.016746 -0.010468 0.013699 -0.015881 -0.016216 0.014765 0.014966 0.032811 -0.012794 0.018465 0.030067 0.034501 0.012607 -0.010717 -0.024605 0.002847 -0.030311 -0.033825 0.026552 -0.04379 -0.008176 0.00106 -0.013179 0.03277 -0.033998 -0.034666 -0.006555 -0.059882 -0.010957 0.026414 0.006644 0.019056 -0.005914 0.017988 -0.005771 0.032315 0.005372 0.004241 0.005108 0.083507 -0.047488 0.008517 -0.0296 0.003986 0.018812 0.013685 -0.034888 0.033146 -0.014975 -0.020067 -0.024236 -0.004121 -0.022975 0.010668 -0.072094 0.000539 0.031096 -0.00808 0.046426 0.004993 0.013192\në 0.025358 -0.000454 -0.03914 0.025901 0.019592 0.031958 0.010354 0.009565 -0.019971 -0.027078 0.041217 0.005081 0.010914 -0.041338 0.029766 -0.004479 -0.002809 -0.042872 -0.014496 -0.033106 -0.017492 -0.014585 0.005439 0.015996 -0.008923 0.03323 0.000356 -0.006312 -0.009055 -0.036639 0.028361 -0.034265 -0.020743 -0.042332 0.002511 0.019045 -0.042348 0.033301 0.021268 0.021254 -0.017778 0.006996 -0.002225 -0.003461 -0.025449 -0.027326 0.028674 0.003451 -0.007121 0.000854 -0.009615 0.055711 0.035044 -0.020124 0.03225 0.008 -0.000496 0.027384 -0.014431 0.02918 -0.015661 -0.022856 -0.011344 -0.016699 0.018441 0.013102 0.03572 -0.01775 0.024385 0.003952 -0.02509 -0.014593 0.030486 0.008395 -0.062868 0.005822 -0.031982 0.018638 -0.016303 -0.013317 0.00783 -0.003793 -0.002241 0.028965 -0.023006 -0.049723 0.002351 0.005212 -0.022784 0.004711 -0.015077 0.032464 -0.001651 -0.004607 0.008334 -0.015489 0.007421 -0.038128 -0.007594 -0.007919 -0.017108 -0.003089 0.00609 -0.021155 0.014471 -0.001531 -0.006568 0.01217 0.030187 -0.000297 0.034207 0.019266 0.016952 -0.018135 0.01347 0.006749 -0.002715 0.00537 -0.000744 -0.035186 0.016382 -0.003738 0.040713 0.008483 0.035942 0.006227 -0.010279 -0.02119 -0.014785 -0.004557 -0.019958 -0.015363 -0.010925 0.028366 -0.028988 0.015437 -0.015492 -0.018491 0.007195 0.045326 -0.010271 -0.009603 0.021597 0.01813 -0.03234 -0.037519 0.046229 -0.01268 0.002411 -0.045971 0.003026 0.018215 0.018845 0.026061 -0.001471 0.010188 -0.013905 -0.024883 0.016669 -0.022555 -0.01673 0.013492 0.023188 0.018578 -0.004022 -0.006976 0.027628 -0.031497 0.008072 0.021784 -0.028797 -0.014136 -0.003403 0.039422 -0.019445 -0.026742 -0.010727 -0.000681 -0.04258 -0.021384 0.033826 -0.015999 -0.006031 -0.001152 -0.013139 -0.022973 0.008419 0.013084 -0.055747 -0.006383 0.005029 0.029464 -0.02846 -0.052036 -0.002221 0.04659 -0.010871 0.022392 -0.00534 0.005199 -0.03457 -0.02625 0.00648 0.040175 0.006213 0.010974 0.015322 0.001605 -0.015076 0.030907 -0.02506 0.008667 -0.016939 0.010513 0.0002 0.0563 -0.003795 -0.029203 0.005217 0.013869 -0.006637 0.000937 -0.020927 0.012283 -0.024344 0.001016 -0.001946 0.01786 -0.01061 -0.016535 -0.005492 0.002106 -0.007637 -0.028862 -0.040083 -0.000684 -0.01347 -0.031292 0.024026 0.024463 0.00247 0.022392 -0.007755 0.012259 0.009213 -0.002981 0.042446 0.007349 0.031153 0.044482 0.017851 0.004584 -0.000667 -0.034685 -0.036415 -0.032498 -0.004058 0.011663 -0.02054 -0.021731 0.010998 -0.01265 0.030495 -0.017792 -0.024568 -0.004153 -0.017813 -0.012478 0.00256 -0.001884 0.009248 -0.000645 0.009408 -0.007561 0.011091 0.000171 0.006872 0.022357 0.03318 -0.043393 0.00089 -0.026644 0.003899 0.014875 -0.021394 -0.004399 0.014383 0.002675 -0.024391 -0.013457 -0.000923 -0.04518 0.016379 -0.055103 -0.018791 0.003859 0.025819 0.006801 0.039442 0.004863\nϭ 0.023836 -0.008307 -0.103374 -0.005211 0.01763 0.071359 0.020478 -0.031909 -0.045201 -0.018724 0.063526 -0.023253 -0.082442 -0.029185 -0.004187 -0.081184 0.009096 -0.050475 -0.036078 -0.087784 -0.040159 0.042251 -0.052667 0.027606 -0.012131 -0.023976 -0.008701 -0.010975 0.013654 -0.045204 0.054935 -0.010816 -0.035378 -0.043342 -0.051026 -0.019235 -0.019268 0.034682 -0.01408 0.026209 -0.03626 -0.014749 -0.005954 0.035614 -0.000774 -0.046043 0.029434 -0.034144 -0.014721 -0.035002 -0.024452 -0.054228 0.036218 0.014059 0.107614 -0.013331 0.006874 0.012635 0.022163 0.05634 -0.0519 -0.034965 0.059138 -0.038745 -0.009553 0.072769 0.064429 0.030341 0.059094 0.010144 -0.106011 0.022125 0.046711 0.019986 -0.017834 -0.029212 -0.057131 -0.019009 -0.049181 0.014134 -0.002216 -0.008868 0.000369 0.002252 0.055949 -0.005342 0.006322 -0.015145 0.063446 0.04433 -0.041127 0.006411 0.025971 -0.006365 0.04143 0.002616 -7e-06 -0.090848 -0.011247 -0.053736 -0.052901 -0.023796 -0.005999 -0.025041 0.006733 -0.03307 -0.06372 -0.004545 0.030039 -0.013199 0.039285 0.024748 -0.025809 0.024623 -0.022625 0.029257 -0.028759 0.011676 0.059821 0.002558 0.01288 -0.02566 0.005189 -0.000764 0.050418 -0.010795 -0.011161 -0.019758 -0.03143 -0.008045 -0.009743 -0.000636 0.032056 0.067162 -0.012375 0.019446 -0.106947 -0.010129 -0.045276 0.008757 0.001513 -0.011828 0.007805 0.049177 0.000204 -0.050549 0.074704 -0.010282 0.037902 -0.012503 -0.034762 0.044855 0.031491 0.035165 0.050532 -0.003621 0.045041 0.008528 -0.011579 -0.030365 0.003614 -0.031459 0.018562 -0.007302 -0.024983 0.009554 0.046888 -0.029303 0.07485 0.02516 -0.001046 -0.011073 -0.012546 0.078777 0.016436 -0.013312 0.016465 0.00342 -0.035898 -0.021113 0.018656 0.011732 0.024308 -0.007249 -0.009258 -0.02508 0.027984 -0.023946 -0.06669 -0.016669 0.059455 0.104332 -0.057983 -0.029376 -0.033615 -0.026496 -0.028152 0.054703 0.018575 -0.015655 -0.00736 -0.022456 0.06842 0.016652 -0.005284 0.014323 0.043767 0.013131 -0.023672 -0.00124 5.6e-05 -0.036715 -0.015468 0.079448 0.002716 0.085368 0.039576 -0.032125 -0.046717 0.004491 -0.002602 0.060986 -0.015629 0.030837 -0.084177 0.036164 0.034881 0.032414 -0.035568 -0.00418 -0.003379 0.038551 0.01703 -0.055182 -0.077384 -0.002112 0.068323 -0.093353 0.00781 0.069516 -0.02292 0.016218 -0.025564 0.038007 -0.034913 0.047731 0.037774 -0.011713 0.022897 0.07223 0.01091 -0.031946 -0.006473 -0.045004 -0.059969 -0.05391 -0.0534 0.002262 -0.026863 -0.044992 0.029329 0.012386 -0.013809 0.006878 0.027 -0.01305 -0.1125 -0.00133 0.026505 0.00489 0.048485 0.009169 -0.000306 -0.012029 -0.013668 -0.070253 0.055191 -0.00566 0.037193 -0.027815 -0.028257 -0.008121 0.053896 -0.018089 -0.021748 -0.049178 0.064382 0.008463 -0.065799 -0.053425 0.00544 -0.044336 -0.022897 -0.093981 0.047161 0.033136 0.011745 0.009736 0.020013 0.047996\nɬ 0.018739 -0.000102 -0.036103 0.014543 0.015821 0.040977 0.027223 -0.012393 -0.023529 -0.026747 0.047363 0.02811 -0.025793 -0.013273 0.032993 -0.011956 0.015967 -0.016556 -0.003183 -0.028629 -0.005805 -0.010695 -0.022298 0.019142 0.010939 -0.010135 -0.012489 -0.004534 -0.010637 -0.029617 0.047983 -0.037951 -0.031411 -0.043034 0.004651 0.010789 -0.020301 0.052832 0.03237 0.013567 -0.029891 0.04258 0.012118 0.026451 -0.009058 -0.021303 0.020601 0.009273 0.000831 -0.011059 0.010679 0.07851 0.028044 -0.034818 0.035109 0.016023 0.007284 0.041527 -0.009902 0.038226 -0.031679 -0.025692 -0.025446 -0.014724 -0.004705 0.03062 0.057257 -0.050076 0.029067 0.034606 -0.035465 -0.019951 0.018091 0.016894 -0.027357 -0.007799 -0.015219 -0.003165 -0.020757 -0.010709 0.025816 -0.00952 -0.025011 0.015832 -0.036602 -0.06982 -0.001109 0.006195 0.017748 0.023055 -0.002514 0.031274 -0.006217 0.007131 0.004054 -0.034343 0.004815 -0.024475 -0.043153 -0.001191 -0.042889 -0.001599 -0.008475 -0.043384 0.003835 -0.023498 -0.014995 0.015988 0.00694 -0.002286 0.065777 -0.004919 0.031958 -0.000619 0.006485 -0.006254 -0.023729 -0.015062 -0.015618 -0.037212 0.051635 -0.010093 0.022585 0.002115 0.019505 0.001304 -0.006577 0.020402 -0.020534 -0.024186 0.03013 0.026746 -0.017675 0.023653 0.002807 -0.004265 -0.022733 0.032794 -0.002198 0.049137 -0.0115 0.013098 0.019197 0.023315 -0.014129 -0.061146 0.035457 -0.016231 0.011366 -0.057892 0.028446 0.009113 0.041067 0.026254 -0.013397 -0.015347 0.000142 -0.03131 0.039547 -0.002686 -0.020015 0.018513 0.036755 -0.01189 -0.021723 -0.02328 0.017513 -0.032272 0.022376 0.064435 -0.033981 -0.029573 0.002431 0.027957 0.006642 -0.009263 -0.005589 -0.019372 -0.046829 0.014578 0.049129 -0.008894 0.010415 0.009904 -0.061098 -0.031547 0.014229 0.020556 -0.039194 0.000453 0.019474 0.039699 -0.051486 -0.044355 -0.004774 0.03326 -0.024647 0.007684 0.015542 -0.007207 -0.037911 -0.012385 0.037256 0.042544 0.027947 -0.014666 0.00145 -0.036897 -0.004567 0.026127 -0.021562 0.000146 -0.005684 0.041217 -0.002582 0.033024 0.004819 0.008357 0.01217 0.007422 -0.006439 -0.005432 0.00453 0.009799 -0.042493 0.019861 -0.008419 0.013404 0.019893 -0.019368 -0.015451 0.001836 0.017916 -0.041885 -0.018371 0.010458 -0.029479 -0.023462 0.00488 0.003103 0.011332 0.037012 -0.001499 0.030051 -0.013596 -0.017202 0.045665 0.032031 0.032054 0.047349 0.005167 0.011285 -0.037323 -0.02701 -0.018899 -0.014951 -0.016423 0.007267 -0.047555 0.015738 0.005092 -0.004821 0.011165 -0.035538 -0.023462 -0.010651 -0.035629 -0.002772 -0.0004 0.000922 0.009798 -0.013349 0.019282 -0.001505 0.013837 -0.00669 0.007626 0.032519 0.046322 -0.03462 -0.022566 0.011663 0.034405 0.007088 0.021146 0.006611 0.027894 -0.007243 -0.024474 -0.028543 0.001131 -0.020562 0.016761 -0.070207 -0.018257 -0.001381 0.009328 0.00279 0.012705 -0.034848\nծ 0.019009 -0.002667 -0.024276 0.010246 0.0066 0.011269 -0.011148 -0.00654 -0.009516 -0.029743 0.039416 0.018671 -0.002822 -0.018941 0.01164 -0.015718 0.007179 -0.00583 -0.015983 -0.034418 -0.004034 -0.015755 0.001581 0.016815 0.000929 0.021829 -0.009606 -0.003239 -0.036852 -0.01738 0.024406 -0.012723 0.004278 -0.021019 0.014195 0.003791 -0.043408 0.017634 0.021364 0.005773 -0.002095 -0.008404 0.003973 0.016271 -0.02716 -0.018628 0.026718 -0.015974 -0.005308 0.018798 -0.00675 0.025619 0.015791 -0.021357 0.034658 0.014361 0.013951 0.015351 -0.032616 0.008836 -0.030655 -0.014476 -0.001289 0.002007 0.005322 0.016658 0.017563 -0.010591 0.030926 0.013637 -0.015078 -0.007909 0.011035 0.022798 -0.045888 0.01349 -0.025819 0.004211 -0.03714 -0.003194 0.021334 -0.010434 -0.01328 0.013836 -0.003811 -0.025323 0.019156 0.015883 -0.005809 -0.006196 -0.012601 0.000753 -0.002803 -0.001109 0.012297 -0.004916 0.008273 -0.019837 0.010726 -0.007724 -0.016415 0.018635 0.000507 -0.01648 0.020881 -0.0045 -0.003106 0.021129 0.042115 -0.004397 0.014642 0.022526 0.015834 -0.002196 0.003823 -0.012795 0.007932 -0.022542 -0.024596 -0.027983 0.017003 0.005654 0.0057 0.020423 0.035621 0.006628 0.011489 0.000142 0.004669 -0.013014 -0.017662 0.007721 -0.007429 0.01577 -0.018593 -0.009232 -0.016147 -0.010881 0.022652 0.041589 -0.002312 -0.015514 -0.019577 0.017841 -0.011721 -0.040454 0.040849 0.001815 0.008242 -0.022067 0.007874 0.004666 0.019576 0.012921 0.011432 0.007605 0.003496 -0.017538 0.001514 -0.019732 -0.007767 0.020914 0.007013 0.019527 -0.014468 -0.001002 -0.004406 -0.032996 -0.004148 0.004529 -0.0187 -0.016424 0.005527 0.029004 0.001495 -0.022604 -0.003902 -0.019916 -0.043378 -0.013308 0.016162 -0.004481 0.001321 0.000155 -0.008057 -0.01809 0.009873 0.02352 -0.045098 -0.002185 0.02778 0.011571 -0.019179 -0.01065 -0.005416 0.020302 -0.009455 0.01438 0.008375 0.004242 -0.02296 -0.031233 0.005275 0.028112 -0.002852 0.004855 0.005158 -0.002499 0.003262 0.011197 -0.026557 -0.003228 -0.010515 0.00682 -0.000836 0.040042 0.003292 -0.020545 0.00995 -0.005269 0.006859 0.009202 -0.003332 -0.005771 -0.007925 -0.021613 0.004818 0.007879 0.003671 -0.003706 -0.017958 -0.007152 0.003611 -0.009572 -0.024646 -0.011041 -0.011809 -0.009794 0.014795 0.023451 0.003625 0.007937 -0.007053 -0.001036 -0.004155 -0.014723 0.03566 0.004896 0.055315 0.025546 0.0182 0.006787 0.018441 0.002283 -0.019865 -0.027027 -0.011877 0.019025 -0.01363 -0.006539 -0.001088 -0.012418 0.025886 -0.038005 -0.019711 0.008694 -0.024538 -0.038278 -0.000187 0.001168 0.027007 -0.009705 0.019842 -0.02753 0.011531 0.007054 -0.005254 0.005758 0.025199 -0.039242 -0.000922 -0.008836 0.015791 0.021393 -0.010444 -0.012497 -0.00252 -0.007612 -0.011673 0.009608 0.003191 -0.030242 -0.006606 -0.029965 -0.00724 0.010378 0.035975 0.009439 -0.006674 -0.01006\nৱ -0.010977 -0.000651 0.005983 -0.038879 0.01279 0.005936 -0.021651 0.002919 0.013629 -0.0079 -0.003711 0.032471 -0.049799 0.012809 0.033942 0.021051 -0.02634 0.02827 -0.006572 -0.043227 -0.011829 -0.02967 0.057918 0.035689 -0.007197 0.017657 -0.026684 0.003383 -0.040216 -0.010784 0.012008 0.020579 -0.008675 0.039957 -0.000984 0.031493 0.045635 -0.033064 0.026331 -0.027151 0.008471 -0.015423 0.049903 0.003388 0.044209 0.033866 -0.002381 -0.020693 0.041737 -0.035496 -0.035241 -0.005357 -0.031408 0.012524 0.010301 -0.028625 0.049831 -0.007515 0.058812 0.027236 -0.011435 -0.018205 0.076915 0.044428 0.025803 0.000213 -0.032786 0.018412 0.02069 0.011985 -0.003775 -0.054225 0.034411 0.003247 -0.001741 0.013099 -0.008426 -0.021583 -0.059202 -0.007598 -0.002121 -0.042514 0.021009 -0.043513 0.030808 0.01195 0.009231 0.003631 0.022604 0.002435 0.006256 0.001534 -0.022351 0.011794 -0.007009 0.01211 0.021705 0.011119 0.006646 -0.004909 -0.021863 0.047531 0.011576 0.026933 0.01307 -0.006054 0.021333 0.016075 -0.034726 0.016602 0.002085 0.005594 -0.009211 -0.007892 -0.03412 0.000153 0.046659 -0.032168 -0.030226 0.007418 0.003943 0.05245 0.005817 0.015571 0.016015 -0.030682 -0.00424 0.02062 -0.005091 -0.023559 0.009079 0.02094 0.016738 0.017129 0.026795 -0.011612 0.01947 0.01467 -0.014327 0.036586 0.012815 -0.014325 -0.033238 -0.002898 -0.009045 -0.031564 0.028977 0.047102 0.025128 0.027804 -0.02797 0.076518 -0.015159 -0.015244 -0.000749 0.010696 0.044771 0.0098 -0.010706 -0.009631 -0.019123 0.028108 -0.035858 -0.04031 0.017886 0.003693 0.000407 0.006122 0.002095 0.0058 0.008218 0.019628 0.033495 0.012779 0.025775 0.035361 0.049626 0.084939 0.023056 0.014314 -0.000823 0.060452 -0.043903 0.000684 0.043745 -0.004158 0.041088 0.004478 0.067664 0.010066 -0.002378 0.012055 -0.025357 0.047303 0.014556 -0.019812 -0.009072 -0.037282 0.032014 -0.018235 0.020385 -0.00971 -0.027949 0.027292 0.025816 -0.050859 0.020104 0.053998 -0.009962 0.020768 0.016723 0.004013 0.02924 -0.046538 -0.031328 -0.009551 0.000312 -0.00012 0.038757 0.010165 0.001205 -0.015788 -0.016174 -0.018825 -0.004953 0.024545 -0.023087 -0.020069 -0.021396 0.008712 -0.013268 -0.02116 0.032695 0.001883 -0.009424 -0.045737 -0.030093 0.027013 -0.0168 0.028352 -0.002795 -0.019754 -0.006831 0.038797 -0.035466 0.080816 -0.057919 -0.058356 0.004658 -0.026143 -0.067727 -0.026071 -0.015033 0.034868 0.041549 -0.018239 -0.048514 0.105673 -0.013477 -0.020264 -0.016862 -0.006241 -0.008245 -0.007377 -0.032188 0.056369 0.053209 -0.002762 -0.002507 -0.01112 0.007223 0.015967 0.013765 0.038724 -0.014072 -0.044198 0.024965 -0.00805 -0.009165 -0.045926 0.004222 0.014504 0.032215 0.060736 -0.040003 -0.006309 0.013144 0.044672 -0.001201 0.090326 -0.036315 -0.024463 0.007324 -0.011915 0.012217 0.031053 -0.017124 -0.005657 -0.007245 -0.015586\nā 0.027314 0.001788 -0.046051 0.026494 0.010968 0.033727 0.007922 -0.003546 -0.014839 -0.024285 0.034289 0.010879 -0.010343 -0.01906 0.024624 -0.005795 0.006036 -0.019141 -0.008295 -0.03304 -0.010059 0.006635 7.6e-05 0.015737 0.007406 0.015711 -0.010526 -0.011587 -0.01202 -0.018027 0.022592 -0.029173 -0.018675 -0.039959 0.014453 0.016539 -0.042175 0.033694 0.004988 0.017095 -0.024559 0.009238 -0.003848 -0.000541 -0.025391 -0.023639 0.033609 0.001486 0.003936 0.016324 0.015217 0.044118 0.028572 -0.02983 0.037993 0.009223 -7.5e-05 0.022655 -0.011114 0.021368 -0.025735 -0.028428 -0.010433 -0.017842 0.010541 0.022078 0.03607 -0.018546 0.027763 0.018221 -0.045119 -0.007802 0.025137 0.017991 -0.044608 0.005333 -0.032226 0.023809 -0.022499 -0.01863 0.012002 -0.002718 -3.6e-05 0.021126 -0.018987 -0.046727 0.001371 -0.00186 -0.015848 -0.004403 -0.003898 0.025938 0.001189 -0.007806 0.010387 -0.006095 -0.001138 -0.036194 -0.00436 -0.002692 -0.018919 0.001548 -0.007216 -0.026174 0.013756 -0.005356 -0.014756 0.009898 0.03139 -0.008299 0.042944 0.019422 0.025257 -0.017352 0.009154 0.006051 -0.00689 0.001066 -0.010192 -0.040788 0.021377 -0.003849 0.039445 0.021597 0.029048 0.010576 -0.009037 -0.014423 -0.009212 -0.016261 -0.012129 -0.004067 -0.015959 0.025458 -0.016154 0.01543 -0.02226 0.007617 0.004506 0.04451 -0.007723 -0.011125 0.011088 0.029811 -0.032695 -0.044747 0.041416 0.003609 0.000192 -0.039867 0.000945 0.009852 0.02941 0.026238 -0.004399 0.005818 0.000433 -0.02518 0.013869 -0.019211 -0.014225 0.016789 0.018606 0.018959 -0.015253 -0.01457 0.019737 -0.019987 0.018749 0.019524 -0.030597 -0.021902 -0.006198 0.033115 -0.020276 -0.024769 -0.006176 -0.007813 -0.030951 -0.01775 0.03391 -0.012522 0.00038 -0.00531 -0.007268 -0.012151 0.000811 0.019092 -0.059961 -0.002494 0.011316 0.029418 -0.036613 -0.03742 0.002562 0.036959 -0.018676 0.011324 0.00825 0.001928 -0.035282 -0.027684 0.013854 0.026434 0.017356 0.013774 0.007968 -0.010278 -0.004261 0.034239 -0.020486 -0.005168 -0.004015 0.018092 -0.00023 0.06113 0.001977 -0.021713 0.002708 -0.000704 -0.008192 0.009717 -0.009226 0.003812 -0.019297 -0.004616 0.002353 0.013951 -0.006154 -0.026503 -0.004856 0.000849 -0.007211 -0.026391 -0.027921 -0.000565 -0.017652 -0.032251 0.022411 0.025924 0.010124 0.027595 -0.018585 0.008729 0.00642 -0.005068 0.038903 -0.002297 0.031599 0.045592 0.023816 0.002974 -0.001827 -0.034592 -0.031798 -0.016813 -0.005101 0.018142 -0.024832 -0.016132 0.003768 -0.008058 0.024189 -0.024304 -0.024725 -0.018914 -0.028753 -0.017072 0.002551 -0.002764 0.014957 -0.005035 0.007522 0.001622 0.005624 -0.000111 -0.002528 0.018266 0.035799 -0.044663 -0.004594 -0.018456 0.010053 0.013346 -0.022589 -0.001196 0.009654 -0.004084 -0.022539 -0.018295 0.00258 -0.034341 0.008482 -0.06007 -0.010659 0.005792 0.009986 0.017072 0.019547 0.002187\nআ 0.029555 -0.001404 -0.047878 0.009437 -0.009634 0.019015 -0.004458 0.006097 -0.02274 -0.033667 0.037435 0.003981 0.010957 -0.018398 0.040203 0.007078 0.005621 -0.025561 0.003456 -0.029446 -0.009226 0.005721 0.010731 0.000595 0.002185 0.009327 -0.027667 -0.007515 -0.030876 -0.058491 0.01694 -0.023942 -0.01895 -0.053367 0.022117 0.024684 -0.037338 0.032351 -0.006808 0.018676 -0.021245 0.019878 -0.012195 -0.008071 -0.058047 -0.020979 0.004462 -0.000566 0.008432 0.004502 0.020658 0.046209 0.030983 -0.036272 0.022762 0.005739 0.001881 0.011417 0.011521 0.020024 -0.042903 -0.004616 0.009095 -0.003299 0.001437 0.014256 0.035432 -0.009888 0.037275 0.019051 -0.03574 0.015561 0.008444 0.042507 -0.01743 0.00942 -0.019493 0.033407 -0.035235 -0.026983 -0.002791 0.008167 0.008284 -0.005387 -0.024322 -0.037784 0.004712 -0.004623 -0.021804 -0.006087 -0.023158 0.011812 0.017475 0.000451 0.032269 0.004638 -0.001548 -0.033354 0.001749 0.012362 -0.024521 0.00119 -0.001119 -0.024115 -0.003607 0.019769 -0.013081 -0.009126 0.038998 0.002593 0.047685 0.024764 0.019664 -0.03716 0.014308 -0.017314 -0.006408 -0.018585 -0.041664 -0.023737 0.051259 0.003508 0.020295 0.01171 0.020284 0.018302 -0.001956 -0.01141 -0.014552 -0.019359 -0.012996 0.028914 -0.028487 0.030995 -0.022107 0.016348 -0.014808 -0.002956 0.009103 0.042931 -0.00208 -0.006595 -0.001056 0.017807 -0.055846 -0.050091 0.051608 0.045805 -0.000713 -0.044711 0.008849 0.001917 0.044322 0.000641 0.002354 -0.011684 0.020144 -0.027586 0.026944 -0.017884 -0.028075 0.029565 0.037586 0.015946 -0.020379 -0.017144 0.018741 0.000111 0.019692 0.003522 -0.036786 0.00239 -0.011266 0.029254 -0.024717 -0.025661 -0.018125 -0.014696 -0.036192 -0.01258 0.0298 -0.026326 0.025629 -0.003118 -0.011529 -0.011973 0.014366 0.03161 -0.026845 0.010412 0.004682 0.036396 -0.035194 -0.034621 0.013922 0.040316 0.007014 0.008551 -0.006463 -0.00988 -0.041965 -0.050016 0.007839 0.018188 0.011612 0.019756 -0.00195 0.007302 0.00359 0.033408 -0.006363 -0.000472 -0.016989 -0.009661 -0.007418 0.045521 -0.00204 -0.029012 0.018895 0.011522 -0.010484 0.011099 0.01066 0.023353 -0.009456 -0.012129 0.011051 0.040261 -0.00997 -0.00893 0.00154 -0.005848 0.000115 -0.042448 -0.050008 -0.009593 -0.022199 -0.031533 0.001145 -0.004169 0.015591 0.03431 -0.039113 0.007552 0.008957 -0.002854 0.019627 0.002888 0.029194 0.056767 0.00177 -0.013373 0.004768 -0.014428 -0.026237 -0.029392 -0.033286 0.010001 -0.019475 0.010199 -0.001534 -0.023675 0.012196 -0.032033 -0.011135 0.003625 -0.024523 -0.020344 -0.005425 0.001175 0.017124 0.009048 0.019633 0.008045 -0.017646 0.004816 -0.021338 0.013113 0.055044 -0.034634 0.002494 -0.007092 0.009297 -0.013834 -0.021067 0.000271 0.019748 -0.009991 -0.00543 -0.011591 0.001594 -0.023789 0.010379 -0.052684 -0.00239 0.007451 0.007601 0.033855 -0.001014 -0.003479\nဋ 0.052597 0.020174 -0.073203 0.063889 0.059912 0.074925 0.03722 0.011794 -0.03591 -0.025379 0.078544 0.031064 0.000253 -0.031287 0.074745 0.004539 0.003429 -0.055606 0.007103 -0.080634 -0.034533 -0.00321 -0.001026 0.010054 -0.002074 0.039241 0.009685 -0.014921 -0.043588 -0.054923 0.037234 -0.071066 -0.017668 -0.059244 -0.008252 0.05344 -0.062799 0.075644 0.028006 0.037526 -0.033312 -0.001581 -0.028803 -0.010747 -0.035914 -0.0272 0.065951 -0.032943 -0.023018 0.039325 -0.005972 0.067183 0.049916 -0.070755 0.069509 -0.003476 0.007456 0.025206 0.01577 0.046326 -0.060031 -0.027433 0.051172 -0.014826 0.016758 0.046234 0.054927 0.009003 0.061676 0.028374 -0.038931 -0.005203 0.017624 0.016425 -0.080806 0.013939 -0.030746 0.047034 -0.0447 -0.043174 0.025729 -0.008707 0.021519 0.037817 -0.023418 -0.095918 0.018422 0.012145 -0.054914 0.05303 0.031215 0.01865 -0.03959 -0.03565 0.053518 0.038427 -0.014299 -0.046002 0.046894 -0.007029 -0.000355 0.008801 0.017946 -0.032859 0.036464 0.008941 0.020183 0.041402 0.057523 -0.001499 0.076273 0.011751 0.035363 -0.014491 0.026528 -0.012003 -0.032007 -0.001971 -0.005658 -0.083173 0.047914 0.00734 0.068315 0.035371 0.066188 -0.004489 -0.011322 -0.028677 -0.053097 -0.014364 -0.02629 0.007628 -0.038773 0.062692 -0.045278 0.05065 -0.077274 -0.000414 -0.006025 0.090809 -0.003712 -0.050781 0.004184 0.067875 -0.047116 -0.072934 0.078062 -0.023994 0.002809 -0.057872 -0.014449 0.034139 0.062708 0.075214 -0.019772 0.000955 -0.02251 -0.038006 0.024082 -0.040114 -0.02568 0.055546 0.04208 0.019902 0.020014 -0.029191 0.053637 -0.024508 0.053381 0.030515 -0.055418 0.009117 0.000621 0.066758 -0.06415 -0.039082 -0.034734 0.004158 -0.105155 -0.041955 0.056796 -0.038465 -0.014884 0.01793 -0.003076 -0.037197 0.019686 0.078155 -0.101396 0.023491 -0.023305 0.048672 -0.050907 -0.094405 0.021193 0.085798 -0.003748 0.044317 0.01519 -0.011683 -0.034741 -0.071219 0.009295 0.031222 0.026284 0.027103 0.011421 -0.022267 -0.023642 0.047099 -0.064345 0.016617 -0.015636 0.031213 -0.004789 0.12986 -0.030471 -0.033718 -0.034624 -0.010877 -0.038241 0.02147 -0.022042 0.014579 -0.050884 0.007056 -0.018727 0.040639 -0.00882 -0.031341 -0.013187 -0.00045 -0.012772 -0.06609 -0.051141 -0.000858 -0.021186 -0.055848 0.023125 0.045596 0.014381 0.043592 0.012982 0.005634 0.00242 -0.03117 0.091322 -0.004062 0.067879 0.120463 0.025581 0.012175 -0.004337 -0.119583 -0.05633 -0.02743 0.037224 0.00835 -0.002166 -0.024878 0.001701 -0.024759 0.034897 -0.012164 -0.056386 -0.010306 -0.056891 -0.030833 -0.015106 0.012061 0.04682 -0.032745 -0.005981 -0.002049 0.023578 0.000864 -0.002622 0.031225 0.055215 -0.037869 -0.004893 -0.039058 0.028574 0.00573 -0.004607 -0.018937 -0.001793 -0.008325 -0.013457 -0.021824 0.012807 -0.062044 0.019449 -0.121462 0.00656 -0.019276 0.035066 0.024327 0.017587 0.006675\nግ 0.026374 -0.012644 -0.033985 -0.005742 -0.001256 0.011503 0.003216 -0.008092 -0.039544 -0.028165 0.016037 0.000337 -0.003203 -0.011892 0.02378 0.001449 0.005815 -0.005069 -0.013162 -0.030365 -0.010101 0.003802 -0.000824 0.006918 0.016332 0.014346 0.002343 -0.018123 0.005137 -0.029098 0.0245 -0.009981 -0.015579 -0.02098 0.005138 0.013459 -0.005617 0.013129 0.006105 0.001479 -0.033876 0.014195 0.008958 -0.0002 -0.035837 -0.008561 0.011005 0.007534 -0.008377 0.016868 0.012735 0.023622 0.002293 -0.037691 0.032713 0.004401 0.0061 0.019456 -0.015305 0.009159 -0.02525 -0.018776 -0.008299 -0.004782 0.012424 0.025453 0.018081 -0.018573 0.028026 0.022704 -0.024245 0.004498 0.013475 0.008322 -0.002789 0.00368 -0.006713 0.013446 -0.020344 -0.013019 0.005344 0.002375 -0.005071 0.009461 -0.010403 -0.013434 0.018477 -0.024628 -0.011531 0.00193 -0.002995 0.018206 0.00028 -0.000867 0.034627 -0.010551 0.002613 -0.049468 -0.002537 0.006414 -0.019386 0.013742 -0.00075 -0.026769 -0.000792 0.007841 -0.011446 0.007643 0.020122 -0.017394 0.034414 0.009249 0.024183 -0.012778 -0.011937 0.002922 -0.014899 0.009049 -0.006074 -0.035588 0.022755 0.010571 0.026805 0.00549 0.014778 0.020139 0.012521 0.013238 0.005835 -0.000116 0.005058 -0.006364 0.015352 0.013588 0.005609 0.000886 -0.010958 -0.001445 0.011103 0.045205 -0.01074 -0.001649 0.022868 0.00168 -0.006738 -0.037271 0.021091 0.011135 0.007317 -0.029524 0.008613 0.003113 0.026693 0.012877 -6.6e-05 0.00823 0.007167 -0.017924 -0.005124 -0.013171 -0.008125 0.013764 0.010293 0.015825 0.00172 -0.002235 0.001702 -0.024815 0.027913 0.001927 -0.018191 -0.036309 0.009728 0.029005 -0.024549 -0.007092 -0.007326 -0.005066 -0.031146 -0.003065 0.018209 -0.035738 0.018258 -0.024619 -0.031486 -0.020406 -0.001859 0.004616 -0.037394 0.004021 0.019212 0.01333 -0.01814 -0.005562 -0.017986 0.035343 -0.022759 0.013497 0.001864 -0.014196 -0.016145 -0.026377 0.007461 0.030547 0.000585 0.012784 0.004951 -0.010315 -0.002522 0.025295 -0.028843 -0.015615 0.004858 0.014923 0.000629 0.052915 0.01111 -0.020989 -0.007786 -0.006194 0.00473 -0.003257 -0.005899 0.014437 -0.006347 0.005269 0.031866 -0.004277 0.012252 -0.029284 0.007556 -0.012025 -0.004691 -0.014568 -0.043279 0.007837 -0.006046 -0.048433 0.017308 0.007389 0.001898 0.008765 -0.029282 0.010793 0.009202 0.025051 0.001189 -0.006072 0.014462 0.029513 -0.005819 -0.005358 -0.006299 -0.007467 -0.024872 -0.022261 -0.016793 0.004651 -0.024984 -0.024153 -0.006975 -0.021934 0.01819 -0.030449 -0.01538 -0.019266 -0.01668 -0.012035 0.013564 0.006245 0.010988 0.00507 0.01669 -0.004666 0.001299 -0.011324 -0.005296 0.018028 0.048579 -0.041958 0.01414 0.003199 0.00281 0.01095 -0.025871 -0.014693 0.018117 0.013386 -0.000563 0.001474 -0.001906 -0.035335 -0.001214 -0.027095 -0.019087 -0.000958 -0.000571 0.016642 0.017465 -0.003387\nޚ 0.088564 -0.026864 -0.177474 0.020724 0.007984 0.117639 0.024737 -0.045337 -0.028654 -0.128552 0.105007 0.01572 -0.035277 -0.079131 0.11571 -0.055646 0.042825 -0.024696 -0.018169 -0.157615 -0.056238 0.028166 0.039582 0.016012 -0.00897 0.014693 -0.036705 -0.04632 -0.072537 -0.094371 0.045364 -0.102492 -0.046243 -0.129758 0.032764 0.047909 -0.06797 0.144615 0.014454 0.085288 -0.114679 0.044714 0.013126 0.003344 -0.132926 -0.053633 0.050497 0.020595 -0.013711 -0.003328 0.021093 0.152742 0.070108 -0.103297 0.118829 0.026944 -0.043108 0.040622 -0.05518 0.077675 -0.127431 -0.041344 -0.014672 -0.034957 0.061125 0.050806 0.136943 -0.032973 0.125068 0.066167 -0.146002 -0.022799 0.082975 0.056333 -0.068974 -0.00879 -0.111543 0.032158 -0.117767 -0.050019 0.004098 -0.004116 -0.023093 0.025495 -0.04972 -0.110823 -0.008742 -0.021405 -0.094832 0.021049 -0.05088 0.09628 0.013564 -0.065394 0.053473 -0.025095 -0.004879 -0.07874 -0.038204 -0.025084 -0.091544 0.023265 -0.014428 -0.118237 0.029672 0.017782 -0.054632 0.028469 0.117354 0.015952 0.115207 0.067027 0.072618 -0.035212 0.02226 0.007826 -0.039979 -0.003345 -0.037533 -0.118674 0.038377 -0.01252 0.09028 0.107061 0.10779 0.015329 0.004505 -0.050669 -0.03188 -0.097867 -0.074259 0.017931 -0.043441 0.083595 -0.018685 0.041848 -0.040358 0.024331 0.038979 0.157501 0.009054 -0.056068 0.01551 0.089374 -0.136599 -0.13711 0.18102 0.071217 -6.2e-05 -0.092293 0.012646 0.004505 0.12728 0.056703 0.008455 -0.067055 0.010236 -0.055461 0.063615 -0.045299 -0.068342 0.034822 0.067532 0.027816 -0.080151 -0.043139 0.121012 -0.086916 0.037946 0.069035 -0.03327 -0.089777 -0.043225 0.07385 -0.036488 -0.08254 -0.039786 -0.043559 -0.110406 -0.047825 0.080437 -0.060587 0.034604 -0.030469 -0.003188 -0.032946 0.004275 0.065519 -0.172083 0.050467 0.042013 0.09262 -0.117616 -0.088452 0.021227 0.119157 -0.052918 0.081361 -0.012175 -0.012417 -0.085452 -0.071594 0.052233 0.088518 0.015022 0.071794 0.094575 -0.011355 -0.021596 0.112773 -0.034162 0.002387 -0.057132 0.015584 -0.045029 0.223858 0.029759 -0.043542 0.010837 0.039199 -0.043271 0.033063 0.011405 0.055312 -0.036886 -0.049449 0.017019 0.058175 -0.036194 -0.091532 -0.03246 -0.010853 0.022252 -0.048015 -0.127119 -0.044672 -0.053561 -0.081173 0.076838 0.099491 0.055626 0.100654 -0.068671 0.048037 0.027296 0.007968 0.068954 0.036955 0.098014 0.145957 0.117535 -0.000137 -0.005284 -0.106809 -0.090507 -0.083339 -0.038883 0.03998 -0.098805 -0.002505 0.008481 -0.050193 0.053213 -0.077818 -0.082109 -0.036109 -0.108753 -0.054747 0.039454 0.018391 0.098899 0.006022 0.067436 -0.016842 0.041659 0.031081 -0.025174 0.059841 0.158894 -0.179278 0.047882 -0.064487 0.04855 0.04072 -0.014945 -0.03917 0.030141 -0.037986 -0.031306 -0.062195 0.020015 -0.097522 0.027524 -0.190782 0.001778 0.039481 0.015395 0.062585 0.036801 0.002245\nજ 0.054845 -0.003816 -0.066148 0.025631 0.00811 0.046464 0.009014 0.015168 -0.033311 -0.043263 0.034379 0.026955 -0.02189 -0.019925 0.037433 -0.009583 0.0153 -0.020381 -0.012458 -0.041846 -0.004519 0.00196 0.013818 0.015964 0.006194 0.01946 -0.009283 -0.00875 -0.021186 -0.033455 0.017405 -0.037669 -0.037219 -0.045661 0.015121 0.008563 -0.03159 0.054133 -0.005123 0.033782 -0.045101 0.028606 -0.005745 -0.00179 -0.040957 -0.031977 0.043897 -0.014629 0.003629 0.026766 -0.0035 0.058035 0.055749 -0.033842 0.056166 -0.003705 -0.005348 0.031604 -0.018538 0.035266 -0.042274 -0.03951 -0.012876 -0.011276 0.0049 0.019879 0.064291 -0.020947 0.042528 0.018317 -0.060859 -0.004827 0.02953 0.010904 -0.050731 0.018391 -0.031349 0.018295 -0.035981 -0.013647 0.013226 -0.008462 0.012139 0.014124 -0.01197 -0.070997 0.002966 -0.005436 -0.01281 0.001593 -0.010417 0.01721 0.023027 -0.005328 0.014526 -0.019073 -0.020997 -0.060391 0.007806 0.006373 -0.021242 0.006935 0.005603 -0.05857 0.010618 0.004633 -0.015479 -0.00399 0.027149 -0.013133 0.052929 0.026619 0.029526 -0.030802 0.015588 -0.005502 -0.020242 0.002201 -0.012642 -0.039474 0.024967 -0.004622 0.048293 0.012285 0.027485 0.011235 -0.015917 -0.011217 -0.022863 -0.024668 -0.013369 0.009443 -0.008955 0.031448 -0.021565 0.018206 -0.032242 0.007457 0.011971 0.065331 -0.003868 -0.010908 0.034761 0.02582 -0.057541 -0.067898 0.073297 0.024359 0.006604 -0.049753 0.010995 0.006082 0.05104 0.042047 -0.018024 0.031622 -0.006888 -0.025542 0.034715 -0.033988 -0.01824 0.01271 0.03944 0.034907 -0.010588 -0.026059 0.00712 -0.016583 0.029767 0.022136 -0.030647 -0.026741 -0.017714 0.051011 -0.043752 -0.03667 -0.018544 -0.015496 -0.046553 -0.013051 0.042049 -0.027364 0.004106 -0.003205 -0.009808 -0.010739 0.012086 0.02832 -0.04938 0.012395 0.003137 0.030026 -0.041953 -0.035856 0.002537 0.058415 -0.030975 0.020794 -0.010834 -0.003733 -0.033818 -0.027173 0.019306 0.035722 0.022821 0.032951 0.00063 -0.019239 -0.011608 0.051751 -0.024257 0.009017 0.003936 0.010099 -0.008006 0.076023 0.012886 -0.020292 0.020079 -0.005946 -0.018252 0.001197 -0.002304 0.009549 -0.023383 -0.004802 -0.00386 0.024893 -0.010459 -0.025615 -0.003762 0.012274 0.004792 -0.01295 -0.046418 0.000697 -0.016572 -0.042019 0.034574 0.032351 0.015731 0.027011 -0.028832 0.020461 0.001555 -0.012326 0.041402 -0.005769 0.046539 0.078162 0.022096 0.019239 -0.025421 -0.041449 -0.048021 -0.030686 0.00114 0.027317 -0.028387 -0.011202 0.011612 -0.044174 0.050425 -0.032696 -0.025821 -0.019875 -0.059695 -0.02825 0.014156 -0.011769 0.013938 0.020863 -0.003678 -0.000256 0.02274 0.009723 -0.019465 0.041784 0.044223 -0.065634 -0.000303 -0.046547 0.013595 0.019283 -0.039163 -0.00837 0.026793 -0.004038 -0.018531 -0.023069 -0.000501 -0.039466 0.020625 -0.077841 -0.005823 0.01666 -0.00202 0.020511 0.025654 -0.002292\nฟ 0.033063 0.001912 -0.04641 0.027662 0.01072 0.041257 0.01301 -0.003334 -0.02703 -0.032881 0.030388 0.006868 -0.003374 -0.020374 0.026373 0.001141 0.010852 -0.025401 -0.009574 -0.040233 -0.014695 0.007992 0.004642 0.011003 0.000207 0.016437 -0.012371 -0.006818 -0.013729 -0.029949 0.0226 -0.036161 -0.020196 -0.037087 0.005576 0.025303 -0.030975 0.039621 0.011977 0.017224 -0.030982 0.013031 -0.00401 -0.010426 -0.02526 -0.026978 0.034268 0.004901 0.00654 0.008552 0.00208 0.041351 0.031443 -0.030785 0.043965 0.006874 -0.005112 0.027722 -0.017051 0.025607 -0.039268 -0.042346 -0.001227 -0.020613 0.010804 0.017266 0.03708 -0.015409 0.037552 0.015457 -0.048409 -0.007719 0.025658 0.01772 -0.053623 0.005606 -0.036016 0.024495 -0.033893 -0.016191 0.014906 -0.002379 0.004999 0.018653 -0.024386 -0.047573 0.00541 -0.000397 -0.022461 -0.0029 -0.005633 0.028697 0.003637 -0.015842 0.019253 -0.003619 0.006653 -0.036363 0.003848 -0.000245 -0.020443 0.006496 -0.000795 -0.030289 0.016031 -0.005439 -0.01414 0.006633 0.026139 -0.001857 0.04909 0.014351 0.032149 -0.015107 0.008784 0.002814 -0.007854 -0.002792 -0.005792 -0.039416 0.017889 0.004749 0.042353 0.029004 0.036391 0.011592 -0.01552 -0.014884 -0.008188 -0.018998 -0.007644 -0.004713 -0.014859 0.028585 -0.015764 0.015095 -0.032734 -0.001739 0.006043 0.04521 0.00209 -0.011608 0.009858 0.031441 -0.036914 -0.05006 0.043221 0.013011 0.007487 -0.047427 -0.001233 0.010308 0.039453 0.030687 -0.000974 0.006831 0.00276 -0.023953 0.013425 -0.02276 -0.01569 0.011779 0.028753 0.021349 -0.008613 -0.013127 0.017069 -0.022653 0.025138 0.016924 -0.030634 -0.02623 -0.009068 0.029634 -0.018399 -0.02488 -0.009024 -0.000263 -0.041285 -0.028794 0.03665 -0.018084 0.00668 -0.017138 -0.008917 -0.016524 0.002918 0.02274 -0.055705 -0.00221 0.009612 0.029532 -0.037613 -0.03731 0.012625 0.036646 -0.022073 0.006247 0.001395 -0.001611 -0.037579 -0.0312 0.015801 0.020604 0.024403 0.015281 0.011681 -0.008716 0.001328 0.033863 -0.025946 0.003838 -0.011103 0.01631 0.000895 0.062234 0.006003 -0.024561 0.008206 -0.003995 -0.003592 0.008191 -0.003628 0.007009 -0.02428 0.001923 -0.003626 0.018233 0.001944 -0.034462 -0.006415 -0.001642 -0.002866 -0.025376 -0.034103 0.002915 -0.010441 -0.030946 0.028607 0.02734 0.002276 0.026517 -0.025034 0.010125 0.001661 -0.008221 0.038641 -0.002976 0.033908 0.054765 0.020248 0.008097 -0.007653 -0.045895 -0.032534 -0.021519 -0.003433 0.024794 -0.024054 -0.020711 0.005229 -0.007787 0.031808 -0.019889 -0.024377 -0.031019 -0.029813 -0.011633 0.004988 0.005429 0.02098 0.00081 0.011655 -0.000983 0.015107 0.000277 -0.004754 0.018808 0.042202 -0.053134 -0.00066 -0.015971 0.013713 0.016145 -0.014922 -0.007985 0.017611 -0.013298 -0.022173 -0.015933 0.01034 -0.046534 0.003236 -0.070713 -0.013945 0.000623 0.016081 0.018427 0.029155 -0.003889\n+ 0.030233 -0.014995 -0.023774 0.010048 -0.007797 0.043269 0.01284 -0.014193 -0.01908 0.009894 0.010407 0.016804 -0.032718 -0.025085 0.019581 0.001285 0.014888 -0.030094 -0.018579 -0.055918 0.016066 0.006546 0.019638 0.01464 0.002236 0.015633 0.001255 0.008976 0.010984 0.009584 0.024658 -0.03441 -0.014437 -0.02878 -0.011436 0.03218 -0.027096 -0.006001 0.020413 5e-05 -0.041893 -0.009823 0.015984 0.01115 0.02324 -0.00857 0.020638 0.009015 -0.001991 -0.010925 -0.001947 0.046056 0.03318 -0.014141 0.027282 0.000248 0.01052 0.007324 0.016432 0.004313 -0.018776 -0.005854 -0.006961 -0.009459 -0.000421 0.008143 0.037305 -0.02249 0.004902 0.005524 -0.062773 0.007331 0.012064 0.001384 -0.031473 -0.016067 -0.026609 0.011406 0.005121 -0.001849 -0.000706 0.010748 0.007974 -0.000612 -0.000158 -0.0345 -0.00989 0.020834 0.00352 0.00791 0.008351 0.008529 -0.010518 0.003219 0.015591 -0.020275 0.000528 -0.032576 0.001291 -0.01182 -0.022033 -0.006307 -0.000173 -0.005403 0.008239 0.001949 0.000402 0.004773 -0.006352 -0.007497 0.041507 0.004369 0.029489 -0.00727 0.013266 -0.003669 -0.006572 0.004633 0.005563 -0.001692 0.027415 0.004396 0.014965 0.026016 0.001299 -0.013969 0.011952 0.022795 -0.017221 0.003668 0.012486 -0.003841 0.013105 0.033286 0.001177 -0.001359 0.013718 -0.004549 -0.021837 0.028042 -0.008237 -0.012063 0.024908 -6.2e-05 -0.018326 -0.00603 0.017395 -0.009629 0.012208 -0.038847 0.01963 -0.001333 0.009962 0.001942 0.001085 0.012482 -0.025226 -0.002672 0.016273 -0.002027 -0.030704 0.008539 0.039967 0.017624 -1.5e-05 0.004079 0.028913 -0.023508 0.02198 0.012871 -0.006142 -0.022 -0.023136 0.034018 0.016068 -0.01859 -0.023843 -0.02021 -0.004765 -0.003427 0.032707 0.011231 0.004474 0.006031 -0.029621 -0.003573 -0.008135 0.073673 -0.047986 -0.006678 0.033868 0.032461 -0.023057 -0.028841 0.006287 -0.002898 0.001764 0.016296 0.003487 0.004326 -0.037885 -0.021741 0.009537 0.007786 0.024611 0.001659 0.006761 -0.026162 0.011118 0.008865 -0.009284 -0.020518 -0.004978 0.017995 -0.001156 0.013414 -0.009356 -0.02856 -0.000643 -0.008705 -0.007098 0.026723 -0.02908 -0.011953 -0.028371 -0.006894 0.000957 -0.0021 0.003058 -0.002935 -0.001075 0.018059 0.00252 -0.01853 -0.012206 0.003652 0.00499 -0.025242 0.017182 0.026345 0.017459 0.002628 -0.018155 0.018356 0.005226 -0.012462 0.026571 -0.012474 0.018852 0.041946 0.002473 0.005585 -0.012697 -0.025219 -0.001698 -0.014082 -0.002427 -0.014109 -0.045116 -0.009007 0.032712 -0.003639 0.025526 0.010585 -0.002794 -0.013106 -0.021569 -0.016084 0.007532 -0.000766 0.01632 -0.030196 -0.01034 -0.002639 -0.009918 -0.020491 0.029055 0.015954 0.036186 -0.006058 0.001205 0.004593 -0.005785 0.01672 0.001512 -0.003018 0.007013 -0.036276 -0.011953 -0.028659 0.008338 -0.019127 -4.3e-05 -0.057749 -0.021105 0.01724 0.002415 -0.006194 0.013801 0.001696\nد 0.026571 0.003716 -0.041779 0.017114 0.005514 0.02745 0.002705 -0.005806 -0.019419 -0.027863 0.027357 0.009131 -0.007898 -0.017471 0.024424 -0.002289 0.006374 -0.01625 -0.01103 -0.03782 -0.015731 0.003448 0.006765 0.010092 0.002181 0.015131 -0.005226 -0.010469 -0.011706 -0.027574 0.018796 -0.027089 -0.013399 -0.032833 0.008469 0.011763 -0.030608 0.033361 0.005681 0.018906 -0.026498 0.007947 0.004086 0.000374 -0.024101 -0.019108 0.029355 -0.004234 -0.001915 0.010291 0.002298 0.039645 0.028203 -0.024816 0.034819 0.004744 -0.004144 0.017371 -0.010695 0.019985 -0.026296 -0.022941 -0.007086 -0.012423 0.014122 0.019827 0.035497 -0.009009 0.030453 0.015784 -0.045086 -0.006347 0.019235 0.015238 -0.037773 0.002369 -0.025226 0.020424 -0.029392 -0.014431 0.009203 -0.001298 0.002081 0.009959 -0.018703 -0.040157 0.003926 -0.004461 -0.014902 -0.003205 -0.005578 0.020102 0.007447 -0.006467 0.014493 -0.004234 -0.002476 -0.031877 -0.000968 -0.002943 -0.017775 0.003401 -0.000694 -0.026927 0.012269 -0.006592 -0.013109 0.009938 0.027707 -0.006475 0.037086 0.016245 0.019853 -0.014865 0.004268 -0.00064 -0.007602 0.000652 -0.012346 -0.034939 0.018454 0.000771 0.030348 0.018448 0.027123 0.011593 -0.009531 -0.008819 -0.010349 -0.013282 -0.0109 -0.002536 -0.00884 0.023751 -0.01675 0.009852 -0.029816 0.004082 0.009686 0.036621 0.001804 -0.00829 0.009505 0.019109 -0.025072 -0.040438 0.041234 0.013057 0.000487 -0.037189 0.007448 0.005907 0.027838 0.024886 -0.001827 0.005204 0.002124 -0.020542 0.011863 -0.018942 -0.019843 0.011222 0.019136 0.011676 -0.011946 -0.014162 0.017045 -0.01858 0.017427 0.014043 -0.023151 -0.018386 -0.00707 0.031477 -0.015546 -0.021861 -0.008202 -0.010495 -0.032369 -0.014807 0.029617 -0.011623 0.006643 -0.012995 -0.001557 -0.017855 0.001843 0.019511 -0.042208 0.001516 0.012007 0.02026 -0.030197 -0.028064 0.001486 0.034472 -0.018129 0.012239 0.000422 -0.000354 -0.026125 -0.025694 0.015927 0.020686 0.01405 0.014466 0.011002 -0.008619 -0.00714 0.033281 -0.017192 -0.002963 -0.010334 0.016248 -0.002246 0.055304 0.007776 -0.018503 0.009281 -0.003966 -0.005451 0.006737 -0.004847 0.004809 -0.019683 -0.002307 0.001628 0.016827 -0.003894 -0.020212 -0.00091 -0.000673 -0.004835 -0.018655 -0.029133 -0.002725 -0.013271 -0.027299 0.01991 0.016406 0.005648 0.015743 -0.021614 0.008553 0.004087 -0.002551 0.02877 -0.003141 0.034335 0.043955 0.019407 0.003832 -0.00139 -0.031546 -0.02565 -0.018608 -0.001398 0.019776 -0.024206 -0.006354 0.003002 -0.013682 0.02605 -0.025139 -0.023545 -0.018659 -0.031399 -0.010426 0.00645 0.00054 0.016357 -0.001096 0.010399 -0.00188 0.011948 -0.00245 -0.002485 0.015305 0.038789 -0.042637 -0.000625 -0.017483 0.013495 0.011259 -0.015388 -0.004735 0.018795 -0.00958 -0.015987 -0.014037 0.007402 -0.03362 0.006073 -0.055016 -0.006853 0.006243 0.011042 0.011302 0.015667 0.001454\nళ 0.008908 0.011548 -0.053969 -0.011567 -0.010967 0.038884 -0.022873 -0.004875 -0.028393 -0.005146 0.050532 0.004124 0.019999 0.004526 0.042259 -0.007256 0.027692 -0.031379 0.003099 -0.063976 0.007825 0.012747 0.002714 0.02878 0.030556 0.032537 -0.000789 0.014842 -0.005528 0.024406 0.031567 -0.003549 -0.016873 -0.004659 -0.014888 -0.003995 -0.029925 0.014666 -0.001955 -0.006075 -0.029587 -0.000412 0.048841 -0.008919 -0.005206 -0.01669 -0.002843 0.038448 0.026984 -0.002173 -0.028178 0.002488 -0.0101 -0.029796 0.011038 -0.013018 0.009225 -0.020623 -0.013754 0.006745 -0.0165 -0.027475 0.044549 -0.016982 0.030771 0.004801 0.02851 -0.015249 0.052896 0.032106 0.029942 -0.000709 -0.003051 0.038391 -0.021744 -0.036155 -0.013447 0.008564 0.011735 0.028614 0.024433 0.005012 0.025645 -0.012704 -0.018329 -0.01016 -0.005121 -0.008596 0.003941 0.030179 0.00766 -0.008152 -0.008827 -0.000994 -0.006765 0.048001 0.012236 -0.050021 0.013437 -0.004847 0.007202 -0.01931 0.00744 0.010299 -0.012418 -0.008501 -0.039932 0.000592 -0.013076 -0.008344 0.022117 0.011907 0.063367 0.001999 0.017515 -0.010073 -0.01465 0.001651 -0.034827 0.009412 0.042173 -0.040738 0.009699 0.038849 -0.002662 0.004167 0.025826 -0.015521 0.019679 -0.017891 0.001039 0.00569 -0.010886 0.051536 0.00144 0.008664 -0.011098 0.021314 0.007214 -0.039348 -0.004866 -0.005785 0.006465 0.016068 -0.023173 -0.070607 0.063678 0.016361 0.029485 -0.042733 -0.010338 -0.002622 0.002424 0.021823 0.008699 -0.022911 0.013138 -0.004357 -0.010771 0.007845 -0.041923 0.029477 0.023935 -0.035553 -0.024435 0.036239 0.01807 -0.020841 0.034961 0.01492 -0.031312 -0.038724 -0.021617 0.05534 0.009929 0.007038 -0.017546 -0.007807 0.021788 0.022836 0.01678 0.023008 0.005794 -0.006234 -0.011157 -0.004861 -0.012952 0.012243 -0.016765 -0.011338 0.056684 0.062346 -0.018962 -0.041238 0.022914 0.016815 -0.02107 0.038287 -0.034398 -0.005975 -0.026623 -0.018172 -0.015375 -0.02181 0.036809 0.019734 -0.001704 -0.053419 -0.007261 0.008615 -0.027602 -0.016508 0.013043 0.033473 0.02983 0.0329 0.025854 0.000144 0.022192 0.014937 -0.005865 0.024589 -0.007921 0.025761 -0.028028 0.037055 -0.024929 0.033513 0.022759 -0.007597 -0.011463 0.007753 -0.020181 0.005049 -0.026293 -0.012456 -0.004728 0.007186 -0.016615 0.023681 -0.0021 0.000998 0.000624 0.023983 0.016723 0.019014 -0.016946 -0.012246 0.013715 0.041296 -0.029084 -0.009739 -0.002551 0.00111 -0.011553 -0.021815 -0.03772 -0.021818 -0.075886 0.029163 -0.007876 -0.013128 0.026224 0.020593 -0.012213 0.016587 -0.024071 -0.050562 0.013644 -0.000324 0.037914 -0.007633 -0.000507 -0.028866 0.0227 -0.004451 0.019323 0.016949 0.028799 -0.028797 0.005296 -0.002276 0.016931 0.009667 0.027518 -0.007209 -0.00163 -0.044253 -0.005302 0.014814 0.011625 -0.011877 -0.029315 -0.026464 -0.030101 -0.018874 0.012749 -0.015381 -0.012715 -0.008835\nல 0.042869 0.008429 -0.074932 0.033434 0.021318 0.051314 0.012451 -0.002874 -0.025682 -0.046744 0.054811 0.019094 -0.008172 -0.045357 0.046741 -0.001771 0.007443 -0.034266 -0.016885 -0.063109 -0.020799 -0.002758 0.01272 0.024419 0.004336 0.031424 -0.006903 -0.002833 -0.024942 -0.041345 0.029153 -0.048173 -0.028985 -0.063298 0.019384 0.019016 -0.057614 0.057422 0.007234 0.038289 -0.044523 0.017066 -0.002155 -0.001326 -0.040023 -0.039191 0.054165 -0.009116 0.001884 0.029236 0.003556 0.089181 0.051703 -0.044567 0.0586 0.006678 -0.017734 0.032253 -0.021408 0.044839 -0.035579 -0.046213 -0.012947 -0.018254 0.025035 0.026541 0.054027 -0.015239 0.050804 0.022545 -0.063829 -0.007531 0.029114 0.025471 -0.068306 0.008058 -0.045134 0.039242 -0.042179 -0.020645 0.01354 -0.001584 -0.000494 0.025392 -0.027598 -0.082718 0.003572 -0.010662 -0.028059 -0.00933 -0.014311 0.039347 0.001002 -0.025126 0.016614 -0.014555 -0.007186 -0.046398 -0.000934 -0.010182 -0.021735 -0.002791 -0.004237 -0.042328 0.013688 -0.003143 -0.018529 0.014917 0.04202 -0.011746 0.054912 0.020487 0.035652 -0.012816 0.011441 0.005738 -0.024361 -0.006371 -0.016713 -0.061725 0.026736 0.005177 0.055706 0.024553 0.047886 0.022343 -0.020027 -0.025495 -0.017859 -0.024473 -0.023235 -0.000695 -0.025222 0.041004 -0.028946 0.023972 -0.031539 -0.004402 0.003408 0.070185 -0.006272 -0.007186 0.023288 0.037137 -0.044277 -0.065305 0.061923 0.013021 0.00104 -0.050241 0.008065 0.022803 0.046138 0.039536 -4.5e-05 0.008872 0.00309 -0.028731 0.026187 -0.039421 -0.026087 0.021772 0.033264 0.017391 -0.016256 -0.02083 0.031364 -0.030295 0.025258 0.029395 -0.033277 -0.032135 -0.016541 0.045498 -0.031567 -0.040463 -0.014625 -0.011281 -0.046173 -0.031272 0.048995 -0.010105 0.006895 -0.008019 -0.007828 -0.015688 0.007866 0.031345 -0.079883 0.005965 0.016565 0.028642 -0.046107 -0.056699 0.005076 0.05759 -0.022356 0.014898 0.002766 0.003124 -0.044115 -0.047159 0.023711 0.029449 0.020737 0.023356 0.024999 -0.013594 -0.011501 0.057436 -0.039221 0.000833 -0.01891 0.017198 -0.005435 0.092829 0.00283 -0.034091 0.013192 -0.004817 -0.009471 0.007418 -0.002348 0.010314 -0.02711 -0.002793 -0.00143 0.029112 -0.010045 -0.03188 -0.008014 5e-06 -0.00347 -0.032722 -0.051233 -0.006181 -0.018016 -0.044349 0.047057 0.034186 0.013815 0.03308 -0.028908 0.017141 0.005926 -0.019316 0.052076 -0.000873 0.057214 0.075381 0.040008 0.010326 0.002265 -0.066135 -0.050519 -0.024545 -0.001644 0.031028 -0.030883 -0.023742 -0.000529 -0.022591 0.040847 -0.031151 -0.047831 -0.029447 -0.047579 -0.018007 0.009618 -0.000455 0.031711 0.003401 0.009993 -0.00286 0.017763 0.010187 0.0009 0.029649 0.056941 -0.069885 -0.007693 -0.031812 0.01483 0.017518 -0.027964 -0.004151 0.028199 -0.011889 -0.032963 -0.024761 0.00591 -0.05687 0.011452 -0.090586 -0.006405 -0.001854 0.019494 0.019765 0.032233 0.001318\nິ 0.035117 0.002165 -0.042992 0.033293 0.014908 0.039473 0.012852 0.001418 -0.021852 -0.032203 0.036003 0.00999 -0.013617 -0.029641 0.035204 -0.005156 0.004496 -0.028113 -0.009819 -0.037999 -0.020522 0.003393 0.005211 0.013224 0.005028 0.02012 -0.011843 -0.011006 -0.017622 -0.02892 0.028222 -0.03329 -0.021185 -0.040999 0.004679 0.011995 -0.037193 0.043459 0.008829 0.020967 -0.023865 0.013504 -0.000899 -0.000658 -0.027686 -0.028039 0.036356 -0.002159 -0.00117 0.02046 0.011117 0.051489 0.034597 -0.034497 0.041728 0.009137 -0.004228 0.023428 -0.011803 0.031816 -0.035973 -0.02778 -0.009191 -0.01717 0.00677 0.025905 0.041705 -0.010386 0.039832 0.014442 -0.055066 -0.008862 0.017089 0.019289 -0.057683 0.001615 -0.030383 0.026636 -0.034449 -0.015974 0.019735 0.000964 0.010502 0.017172 -0.02135 -0.064607 0.008663 -0.004445 -0.023785 -0.009824 0.000359 0.024828 0.007144 -0.021003 0.011752 -0.005371 0.001785 -0.043813 0.005005 -0.007683 -0.015813 -0.003391 -0.003235 -0.031661 0.017176 -0.002848 -0.014931 0.004147 0.039721 -0.00447 0.050771 0.018579 0.031026 -0.014714 0.01007 0.003585 -0.006818 -0.003367 -0.012839 -0.044916 0.029117 0.001402 0.048247 0.023138 0.03405 0.015048 -0.013005 -0.019686 -0.015343 -0.020658 -0.018807 -0.000592 -0.020114 0.028753 -0.020462 0.019098 -0.034926 -0.000113 -0.001724 0.050838 -3.4e-05 -0.009209 0.012443 0.026948 -0.04258 -0.047317 0.047477 0.011223 0.003385 -0.053035 0.006465 0.01063 0.041662 0.023189 -0.001047 0.011026 -0.001717 -0.028018 0.009239 -0.032041 -0.012304 0.01923 0.029232 0.019067 -0.013116 -0.020875 0.017999 -0.020175 0.028683 0.025426 -0.029739 -0.030667 -0.011107 0.039287 -0.029955 -0.033478 -0.006872 -0.007204 -0.039296 -0.022932 0.038069 -0.003481 0.009824 -0.007573 -0.006395 -0.011191 -0.000827 0.017068 -0.060633 -0.002048 0.013237 0.030872 -0.039335 -0.038096 0.006556 0.044869 -0.029812 0.014554 0.007945 0.003194 -0.035096 -0.02887 0.017343 0.019169 0.013059 0.022971 0.006857 -0.006272 -0.005671 0.047521 -0.028656 0.002053 -0.004939 0.01766 0.001939 0.070857 0.00884 -0.033146 0.007114 0.002153 -0.010015 0.00756 -0.012472 0.008751 -0.019775 -0.003686 -0.00033 0.015745 -0.00707 -0.035404 -0.003147 0.004903 -0.009665 -0.028962 -0.035303 -0.00011 -0.014743 -0.037519 0.032598 0.026913 0.008113 0.032929 -0.026087 0.011293 -0.004587 -0.01247 0.041612 -0.013632 0.04398 0.06514 0.028381 0.010506 0.00146 -0.042308 -0.035821 -0.020039 0.006174 0.025141 -0.028706 -0.022233 0.00731 -0.010351 0.030406 -0.025518 -0.036097 -0.021512 -0.040061 -0.016679 0.011763 0.008896 0.018707 -0.004143 0.007791 0.002931 0.013465 0.003629 -0.002802 0.014577 0.043555 -0.055296 0.000914 -0.018861 0.008645 0.01489 -0.026807 -0.007583 0.011118 -0.012391 -0.019087 -0.02131 0.004948 -0.054323 0.013482 -0.066843 -0.014624 0.005802 0.016484 0.018468 0.019332 -0.002709\nឺ -0.003803 0.003978 -0.009575 -0.012752 0.000321 0.00278 0.008277 -0.001776 -0.016573 -0.025288 0.001183 -0.007146 0.009752 -0.005273 0.007292 0.018283 0.001076 -0.007176 0.001985 -0.008205 -0.025245 0.000649 0.014512 0.006339 -0.02457 -0.016663 -0.01074 0.001033 -0.006255 -0.001714 0.012789 -0.013371 -0.011615 -0.010688 -0.015548 0.024541 0.009486 0.024417 -0.036753 0.012524 -0.029253 0.019833 0.018282 -0.015499 0.00718 0.007289 -0.005504 -0.028414 -0.008758 0.003914 -0.03102 -0.011958 0.020351 0.006556 0.022941 0.012475 0.034703 -0.045167 0.02269 0.015342 -0.028932 0.010608 0.029951 0.006719 0.017464 0.018829 0.018756 -0.008042 0.036736 0.035637 -0.019488 -0.003447 0.003101 0.015625 -0.010134 0.031501 0.003015 -0.007902 -0.02165 0.014608 0.024225 0.007089 0.021734 0.003904 0.017777 -0.012944 0.015507 0.022013 0.003524 0.00857 0.000132 0.003642 0.016769 -0.005061 -0.009794 0.019256 0.027851 -0.012832 0.021352 -0.011854 -0.017393 0.028141 -0.000225 -0.023986 0.009202 0.048153 -0.037042 0.012564 0.009894 -0.001454 0.046784 0.005837 -0.007585 -0.023749 0.004859 -0.00916 0.024471 -0.016119 0.004721 -0.006789 0.024117 0.021232 0.023624 0.01318 0.00632 0.015437 -0.037406 -0.004098 -0.002431 -0.003866 -0.017608 -0.019784 -0.026375 0.014375 -0.020843 0.017933 0.001076 -0.008407 0.012331 0.0017 -0.030544 0.013297 -7.7e-05 0.008267 -0.031049 -0.027916 0.048798 -0.001541 0.019635 -0.002041 0.011258 0.00199 0.034311 -0.003936 0.03553 -0.002687 -0.005509 0.006375 -0.004705 -0.004386 -0.010653 0.015704 0.039179 -0.021355 -0.009203 -0.031539 0.010608 0.011435 -0.002974 0.008173 -0.045218 0.017636 -0.008173 0.037459 -0.00583 -0.016455 -0.005343 0.005257 -0.036411 -0.019163 0.007888 -0.016251 0.016072 -0.001056 -0.001873 -0.020404 0.002651 0.003337 -0.000989 0.008993 0.00414 0.002824 -0.022656 -0.005839 0.004853 -0.007032 -0.041278 -0.015206 0.004856 0.012137 0.026969 -0.013849 0.000825 0.011636 -0.020917 0.012333 0.000646 -0.020191 -0.032567 0.049187 0.003121 -0.012352 -0.001948 -0.012366 0.007279 0.024247 0.02432 0.020093 -0.007684 -0.00879 -0.007928 -0.000139 -0.001796 -0.013347 0.002969 -0.0086 -0.01415 0.006877 -0.008852 -0.025331 -0.03755 -0.005616 0.014231 0.00854 -0.007331 -0.008723 0.016792 -0.001168 -0.003139 -0.014746 0.006316 0.016986 -0.001503 -0.005025 0.016393 -0.005159 0.013898 0.013432 0.01629 0.033351 0.024516 0.027436 0.016678 -0.017968 0.009648 0.01061 -0.011796 0.015042 0.013939 0.043184 -0.02207 -0.001923 0.025635 -0.046437 -0.031998 -0.026439 -0.011318 -0.0108 0.030878 -0.011048 -0.010511 0.018264 0.051277 -0.035597 0.022316 0.004824 0.022193 0.004831 0.023954 -0.03486 -0.020622 -0.004448 -0.01066 0.03865 0.003333 0.000958 0.014891 -0.013938 0.009988 -0.002108 0.003253 -0.002118 0.008973 -0.005602 -0.021422 -0.011114 -0.003059 -0.00699 0.010528 0.008236\nḿ 0.040661 0.00322 -0.006252 0.029755 0.004872 0.029846 -0.00083 0.014992 -0.001287 -0.034574 0.013678 0.009409 -0.020784 -0.015889 0.003732 -0.00568 -6.8e-05 -0.020591 0.019891 -0.005622 -0.005257 0.006723 -0.000475 0.041388 -0.015859 0.015046 -0.03309 0.017457 -0.010295 -0.018451 0.027468 0.00734 0.015508 -0.056018 0.006254 0.015652 -0.018487 0.048046 0.006417 0.020474 -0.014857 0.013756 -0.008338 -0.026094 -0.019082 -0.049325 0.02581 0.010129 0.003908 0.014055 0.008429 0.062545 0.028229 0.002034 0.033846 -0.026305 0.000631 -0.005209 -0.017385 0.044747 -0.044443 0.020021 0.005041 -0.009666 0.004005 0.019404 0.033919 -0.012366 0.026512 0.03047 -0.028762 0.010878 0.025214 0.012337 -0.049052 0.040326 -0.014262 0.017309 -0.045308 -0.032254 0.001109 0.021056 -0.013907 0.013623 -0.033658 -0.094374 -0.004061 -0.004968 -0.029056 0.029474 -0.035428 0.017514 0.022337 -0.024425 0.05767 -0.022888 -0.018755 -0.021212 0.017389 -0.004515 -0.01479 0.016054 -0.00532 -0.048719 0.033434 0.037785 -0.001454 0.001495 -0.005715 -0.016815 0.024696 0.035462 -0.006765 0.000408 0.022619 0.019646 -0.012858 -0.018271 -0.009675 -0.006353 0.012137 -0.012893 0.01622 -0.012797 0.033545 0.009454 0.008897 -0.013934 -0.031477 0.01113 -0.040133 -0.010821 0.002664 0.029838 -0.025126 -0.005669 -0.005124 -0.012288 0.011945 0.072118 0.01589 -0.041693 -0.005593 -0.012638 -0.032424 -0.062194 0.0417 -0.029494 -0.035642 -0.031524 0.009368 -0.012975 0.031927 0.0342 -0.007823 0.0573 0.000224 -0.046097 0.035682 -0.018356 -0.011313 0.022773 0.009726 0.026456 0.001624 -0.021797 0.008556 -0.02199 -0.006152 -0.003427 -0.035264 -0.032107 -0.004329 0.031839 -0.010261 -0.042006 0.002777 -0.002892 -0.032307 -0.021132 0.031521 0.022084 0.01085 0.027882 0.005496 -0.00396 0.007206 0.031899 -0.028523 -0.008862 0.013166 0.029776 -0.007011 -0.030193 0.031749 0.05299 -0.018239 0.0073 -0.00764 0.005628 -0.038028 0.018708 0.005261 0.010852 0.010042 0.016892 0.011298 -0.033393 -0.000303 0.02105 0.002409 -0.020679 -0.024633 0.000345 -0.030533 0.035647 -0.013822 0.011435 0.000212 -0.009435 -0.041541 -0.010076 0.018044 -0.010743 -0.045374 0.007743 0.013751 -0.005323 0.00256 -0.000999 0.003558 -0.013574 -0.004142 0.004448 -0.018177 0.003254 -0.00366 -0.008349 0.012907 0.032713 0.048874 0.022616 -0.045886 0.02836 0.022795 -0.017129 0.039277 -0.017944 0.053812 0.031277 0.03919 0.022643 -0.012739 -0.048451 -0.053964 -0.000174 -0.008079 0.017416 -0.023133 0.00639 0.002297 0.015856 0.042845 0.004228 -0.023644 -0.031061 -0.003954 0.009763 0.031954 0.003149 0.031981 0.023881 -0.007993 -0.019925 0.025994 -0.002981 0.008966 0.038174 0.042974 -0.041974 0.009739 -0.031027 -0.007755 0.018548 -0.006568 0.018498 0.050343 -0.005704 -0.020767 -0.005758 0.016678 -0.027184 0.031462 -0.049177 -0.026928 -0.008502 -0.00875 0.001951 0.008975 0.011841\nу 0.037687 0.006709 -0.050626 0.022871 0.015947 0.03535 0.005262 -0.001954 -0.017153 -0.031409 0.041777 0.012682 -0.011244 -0.029861 0.038146 -0.012026 0.006727 -0.024582 -0.013872 -0.04862 -0.013964 -0.000398 0.007508 0.014373 0.00664 0.02351 -0.007827 -0.01199 -0.01792 -0.026637 0.020431 -0.037745 -0.017026 -0.042078 0.012684 0.017428 -0.044799 0.043094 0.007166 0.019449 -0.034486 0.012754 0.002453 0.001956 -0.029087 -0.025191 0.038366 -0.001524 -0.004402 0.020408 0.013644 0.05659 0.033725 -0.036671 0.042802 0.012967 -0.001115 0.021093 -0.008367 0.027185 -0.031761 -0.028013 -0.009283 -0.018748 0.016184 0.021588 0.035709 -0.014795 0.029317 0.016195 -0.052637 -0.007525 0.021581 0.017071 -0.053909 0.002031 -0.035348 0.031901 -0.029295 -0.013394 0.016178 -0.002073 -0.001418 0.024785 -0.024709 -0.055053 0.003449 0.003202 -0.026421 -0.005172 -0.009942 0.024642 0.00586 -0.019308 0.015853 -0.007053 0.002383 -0.038798 -0.00375 -0.00601 -0.019099 -0.002421 -0.002188 -0.031102 0.019159 0.000842 -0.0153 0.010805 0.039304 -0.002668 0.049247 0.023928 0.023108 -0.01108 0.01453 0.006631 -0.014558 0.001133 -0.015313 -0.042456 0.022789 0.005204 0.043044 0.029013 0.032868 0.008118 -0.008913 -0.024786 -0.013048 -0.019395 -0.019777 -0.004349 -0.013861 0.02974 -0.023496 0.013232 -0.026494 0.008907 0.00985 0.04453 -0.005827 -0.014362 0.012698 0.031489 -0.036065 -0.053191 0.045069 0.00729 0.005983 -0.04232 0.004932 0.005172 0.032352 0.028185 -0.007756 0.001731 -0.001817 -0.024353 0.017886 -0.02044 -0.021431 0.019297 0.017101 0.017241 -0.019997 -0.008122 0.023313 -0.025404 0.016585 0.024166 -0.027455 -0.026349 -0.010994 0.037027 -0.017743 -0.029049 -0.009127 -0.00672 -0.038816 -0.027703 0.035799 -0.00942 0.003651 -0.009894 -0.009982 -0.018536 0.003491 0.020403 -0.062179 0.006792 0.024555 0.029654 -0.030095 -0.040076 0.009245 0.040653 -0.01502 0.018799 0.004828 0.005636 -0.043161 -0.038073 0.014484 0.029269 0.018068 0.017747 0.011535 -0.014089 0.000533 0.0387 -0.027941 -0.005109 -0.006972 0.019691 -0.003158 0.072155 0.00331 -0.02594 0.006239 -0.006758 -0.009032 0.010352 -0.010058 0.00569 -0.01852 -0.00664 -0.000445 0.021237 -0.012035 -0.025201 -0.009127 -0.000315 -0.005312 -0.031911 -0.041892 -0.003477 -0.005914 -0.040387 0.031612 0.025847 0.00603 0.023565 -0.024692 0.015244 0.006797 -0.011476 0.050757 -0.005537 0.043913 0.054641 0.030944 0.004872 0.006622 -0.047116 -0.043752 -0.021685 -0.00379 0.026095 -0.028997 -0.011761 0.003814 -0.009001 0.028665 -0.028765 -0.028626 -0.020848 -0.032637 -0.021644 0.007345 -0.000962 0.01472 -0.003806 0.008787 -0.006239 0.014793 0.008394 0.004379 0.010875 0.041162 -0.053294 -0.002692 -0.022565 0.015879 0.015603 -0.021868 0.000147 0.018576 -0.014314 -0.020383 -0.017641 0.007623 -0.043533 0.00928 -0.065337 -0.012407 0.0123 0.015278 0.019248 0.019536 0.003838\nς 0.028697 0.000155 -0.044555 0.025679 0.009468 0.038944 0.007796 -0.002458 -0.012895 -0.031845 0.0382 0.013172 -0.012543 -0.025371 0.032239 -0.00993 0.009015 -0.020521 -0.013892 -0.035405 -0.013455 0.007993 0.009857 0.014958 0.00845 0.0187 -0.008744 -0.012984 -0.012368 -0.020153 0.024739 -0.033953 -0.017631 -0.036912 0.011296 0.017116 -0.032575 0.038599 0.008711 0.019137 -0.033216 0.010142 -0.002463 0.009124 -0.024922 -0.025659 0.032137 0.001709 0.003621 0.011087 0.010018 0.046892 0.03559 -0.029296 0.04099 0.008716 -0.000607 0.021775 -0.016732 0.023761 -0.031342 -0.027569 -0.008146 -0.02008 0.013023 0.021421 0.037528 -0.018844 0.029136 0.01751 -0.047606 -0.004155 0.024819 0.011032 -0.047486 0.002852 -0.033608 0.020976 -0.027556 -0.015132 0.010945 0.000577 -0.001396 0.018201 -0.019784 -0.049133 0.00229 -0.003855 -0.017026 0.003598 -0.00509 0.02457 -0.001192 -0.006546 0.011052 -0.009348 -0.002765 -0.031568 -0.008826 -0.00932 -0.013276 0.002944 -0.003324 -0.031774 0.015821 -0.008806 -0.014236 0.012114 0.030781 -0.008752 0.045182 0.019504 0.021691 -0.011038 0.005669 0.005914 -0.002532 0.005136 -0.01315 -0.041941 0.024864 -0.001408 0.037961 0.022481 0.030268 0.004254 -0.005271 -0.012367 -0.010046 -0.016174 -0.0109 0.001018 -0.017216 0.029331 -0.01608 0.011705 -0.027051 0.006334 0.003198 0.047639 -0.009233 -0.011696 0.010101 0.026062 -0.036541 -0.04707 0.042667 0.00828 0.002572 -0.045801 -0.00103 0.006975 0.03428 0.023958 -0.000762 -0.001711 0.001745 -0.02351 0.01402 -0.023605 -0.014381 0.015103 0.023016 0.016665 -0.016163 -0.013341 0.024074 -0.020435 0.019717 0.019587 -0.031847 -0.025203 -0.012379 0.036329 -0.014938 -0.022417 -0.005515 -0.012768 -0.035764 -0.013709 0.032403 -0.016348 0.004955 -0.005381 -0.006561 -0.0122 0.000818 0.016641 -0.05895 0.000667 0.017006 0.030279 -0.033531 -0.036816 0.003616 0.035369 -0.018145 0.014767 0.005057 0.003712 -0.032975 -0.032565 0.0209 0.024456 0.013874 0.01099 0.010819 -0.013629 -0.00406 0.030846 -0.015081 -0.006063 -0.012659 0.013941 -0.001906 0.066013 0.006446 -0.018899 0.004448 -0.000799 -0.006372 0.010422 -0.011315 0.005407 -0.02392 -0.005995 0.004452 0.011229 -0.00471 -0.028481 -0.003378 0.001876 -0.003148 -0.022281 -0.029469 0.00033 -0.016193 -0.034423 0.02637 0.029926 0.008496 0.025205 -0.022769 0.00835 0.010183 -0.004379 0.037001 -4.3e-05 0.03357 0.051535 0.02401 0.006371 -0.001965 -0.035261 -0.033103 -0.023648 -0.006473 0.01526 -0.024212 -0.012224 0.008434 -0.004087 0.027761 -0.021389 -0.029861 -0.013221 -0.026617 -0.021691 0.004502 -0.000644 0.018398 -0.005119 0.009149 -0.003858 0.001739 -0.001504 -0.004031 0.018896 0.042121 -0.042034 -0.006604 -0.018086 0.011939 0.013858 -0.023913 -0.002178 0.014204 -0.006653 -0.016251 -0.016234 0.003558 -0.034922 0.006279 -0.06411 -0.011775 0.004157 0.008506 0.010354 0.015178 0.00058\nೈ 0.043466 0.00627 -0.082484 0.03109 0.015947 0.057065 0.020376 -0.007091 -0.049614 -0.062502 0.022694 0.016016 0.011255 -0.027474 0.055274 -0.007312 -0.004518 -0.037685 0.002004 -0.057096 -0.027162 0.001964 0.024335 0.013209 0.004924 0.035618 -0.02237 -0.003831 -0.025669 -0.061174 0.024694 -0.039788 -0.039203 -0.061028 0.025738 0.025858 -0.061131 0.059333 -0.003259 0.036381 -0.04743 0.033963 0.012907 -0.020355 -0.051434 -0.042299 0.040905 -0.030488 0.001328 0.038275 0.000378 0.079065 0.041357 -0.06222 0.058883 0.01284 -0.008051 0.001 -0.012958 0.039347 -0.04687 -0.030594 -0.001224 -0.009802 0.040738 0.015366 0.064113 -0.02882 0.06004 0.022946 -0.066403 0.007631 0.027452 0.022773 -0.040518 0.002285 -0.028328 0.041469 -0.077697 0.011316 0.005399 -0.018657 -0.012648 0.008324 -0.01153 -0.075343 0.014972 -0.023833 -0.034677 -0.020238 -0.012429 0.036005 0.003802 -0.009973 0.030125 0.001951 0.002199 -0.060117 -0.005333 -0.026334 -0.019598 0.016443 0.011814 -0.055958 0.027179 -0.004302 -0.030903 -0.01295 0.045336 0.002713 0.046038 0.019461 0.000554 -0.03541 0.026279 -0.009669 -0.007331 0.004685 -0.028399 -0.056352 0.020187 -0.003672 0.050814 0.016723 0.047409 0.02767 -0.047817 -0.026632 -0.036752 -0.032355 -0.037665 -0.004196 -0.011246 0.031268 -0.024836 0.040714 -0.037297 -0.004494 0.005964 0.060399 0.000783 -0.028657 0.043783 0.021476 -0.057712 -0.055893 0.076555 0.015007 -0.019699 -0.034024 0.042414 0.028862 0.039107 0.040263 -0.000257 0.006552 -0.008796 -0.034187 0.046852 -0.035196 -0.021901 0.030517 0.043917 0.023384 -0.005034 -0.024596 0.045553 -0.025248 0.022105 0.026665 -0.021815 -0.041831 -0.022757 0.044187 -0.024039 -0.045239 -0.031267 -0.011593 -0.038112 -0.014912 0.042659 -0.02188 0.012085 0.020404 -0.008059 -0.030415 0.009931 0.041366 -0.097334 0.011227 -0.010581 0.052906 -0.031496 -0.042685 0.016646 0.058336 -0.038212 0.024025 -0.011523 -0.008999 -0.034209 -0.034199 0.021424 0.046961 0.009948 0.024366 0.011811 -0.015836 -0.011717 0.044193 -0.033176 0.002503 -0.031932 0.029765 0.003306 0.081668 0.015172 -0.0204 0.017159 0.00665 -0.023148 -0.007839 0.023448 0.009764 -0.037001 -0.00637 0.001483 0.033515 0.004695 -0.0321 0.001726 -0.000668 -0.008152 -0.020183 -0.055691 -0.012889 0.002348 -0.015514 0.060235 0.034985 0.017888 0.025339 -0.039424 0.024454 0.01074 -0.01291 0.050524 -0.024479 0.061609 0.060486 0.055193 0.009381 -0.007535 -0.073167 -0.033699 -0.03478 -0.003914 0.007681 -0.038687 -0.004523 0.001512 -0.018704 0.032028 -0.024415 -0.039137 -0.030505 -0.035591 -0.003929 0.022208 -0.012206 0.031383 -0.00445 -0.002708 -0.009216 0.033994 0.017466 -0.022791 0.044135 0.067533 -0.072691 0.015257 -0.037457 0.026939 0.002707 -0.02424 -0.009986 0.041139 -0.022597 -0.009438 -0.049722 0.02971 -0.052283 0.015851 -0.080178 0.011362 0.004304 0.013941 0.021668 0.025256 0.002048\nፍ 0.07593 -0.00313 -0.082974 0.036579 0.040135 0.092184 0.021315 0.016992 -0.041168 -0.072072 0.064725 0.036202 0.006811 -0.042509 0.06672 -0.03007 0.016083 -0.068956 -0.004402 -0.073362 -0.020328 -0.004636 -0.014223 -0.007121 -0.010875 0.080524 -0.034836 -0.001633 -0.01929 -0.057569 0.024517 -0.060906 -0.049098 -0.11254 0.023287 0.019364 -0.099981 0.070963 0.031976 0.050976 -0.031468 -0.032558 -0.002683 -0.006891 -0.068223 -0.063499 0.093524 -0.018104 -0.034847 0.076255 0.002774 0.139826 0.074476 -0.081155 0.117046 0.01154 -0.019938 0.076766 -0.027645 0.057582 -0.057188 -0.061953 -0.037599 -0.032445 0.053615 0.028703 0.056879 -0.025882 0.068349 0.015585 -0.076725 0.015051 0.026624 0.016866 -0.08499 0.033067 -0.067172 0.045027 -0.066971 -0.020661 0.014467 -0.004806 -0.02064 0.057037 -0.039681 -0.121031 0.014598 0.020884 -0.0384 -0.018709 -0.037188 0.024413 0.011184 -0.036087 0.019286 -0.020213 -0.012918 -0.068824 0.010839 -0.040958 -0.028275 0.002812 0.019743 -0.055533 0.027284 0.001843 -0.007593 0.038591 0.074832 -0.016342 0.066278 0.03978 0.054571 -0.040298 0.051318 0.029389 -0.034869 -0.008859 -0.039495 -0.062165 0.029567 0.017562 0.074132 0.034138 0.066107 0.002295 -0.045287 -0.028586 -0.025145 -0.03494 -0.07057 -0.021246 -0.040248 0.050515 -0.05411 0.033541 -0.035736 0.013986 0.009077 0.104608 -0.014947 -0.035621 -0.014987 0.053448 -0.074024 -0.09849 0.074869 -0.036328 -0.012229 -0.077549 -0.010688 0.03025 0.069454 0.108085 -0.0072 0.023344 0.001734 -0.026419 0.051989 -0.048693 -0.027185 0.044019 0.023795 0.013679 -0.025769 -0.037227 0.040057 -0.025433 0.050802 0.042239 -0.048109 -0.049024 -0.006588 0.09975 -0.026478 -0.049611 -0.021452 0.004592 -0.066165 -0.0455 0.06746 -0.021691 0.008288 -0.031353 -0.0031 -0.038856 0.036024 0.046951 -0.136642 0.001112 0.005852 0.04868 -0.046034 -0.094328 0.029964 0.098447 -0.067882 0.012749 0.004025 -0.011016 -0.083705 -0.066014 0.042609 0.094322 0.02585 0.037535 0.059665 0.003839 -0.019005 0.076479 -0.078069 -0.027729 -0.014479 0.034031 -0.006282 0.160848 -0.00328 -0.05398 -0.007714 0.001438 -0.036201 0.008188 -0.014869 -0.018698 -0.080378 -0.011344 -0.02469 0.036502 -0.064291 -0.049626 -0.010053 -0.010031 -0.015951 -0.048117 -0.079423 -0.027935 -0.032272 -0.033699 0.08425 0.060714 0.003827 0.073528 -0.027221 0.033925 -0.008007 -0.055148 0.093067 -0.009561 0.089231 0.095791 0.083784 0.013621 -0.00462 -0.098838 -0.060782 -0.026912 -0.009213 0.069622 -0.04232 -0.02683 0.010315 -0.018112 0.06735 -0.038846 -0.064843 -0.030947 -0.076136 -0.0633 0.011758 -0.033517 0.054761 -0.021336 0.011442 -0.016118 0.018523 0.034449 -0.004497 0.040701 0.093508 -0.129982 -0.047895 -0.045411 0.033134 0.041749 -0.071254 0.014819 0.038979 -0.02839 -0.042632 -0.015788 0.020787 -0.088441 0.049746 -0.144395 -0.026454 0.004926 0.05971 0.046863 0.054885 0.017735\nɗ 0.025879 0.011034 -0.022896 0.034958 0.01589 0.056284 0.029466 0.005476 -0.004645 -0.006684 0.036034 0.00582 -0.008553 -0.0191 0.020812 -0.002858 0.007647 -0.032768 0.01208 -0.023856 -0.013059 0.021869 0.005182 0.016847 0.006805 0.024988 -0.021916 0.011088 -0.022645 -0.024625 0.035337 -0.039164 -0.027751 -0.012665 0.008019 0.009785 -0.045362 0.062163 0.034542 0.025081 -0.035142 0.036914 -0.00668 0.007521 -0.019174 -0.020579 0.043269 0.011429 -0.01524 -0.001016 -0.013581 0.053961 0.044669 -0.031519 0.062325 0.007537 7.9e-05 0.014751 -0.025118 0.030905 -0.026801 -0.009892 -0.008177 -0.003454 -0.002354 0.04088 0.040166 -0.051057 0.022979 0.034533 -0.027592 -0.01192 0.015078 0.013724 -0.058359 0.001708 -0.008061 0.014036 -0.025857 0.01764 0.005277 -0.00132 0.002621 0.041501 -0.028188 -0.055515 -0.009905 0.008069 -0.000931 0.034569 -0.016854 -0.006291 0.026892 -0.017831 0.006603 -0.013985 4.6e-05 -0.031116 -0.009484 -0.008884 -0.020107 0.003423 0.004139 -0.033757 0.025485 0.0172 -0.033125 -0.010331 0.031362 0.003091 0.062145 -3e-06 0.033052 -0.013616 0.006374 -0.021149 -0.015258 -0.000925 -0.012156 -0.052865 0.034584 0.01391 0.050168 0.020005 0.034385 0.010623 -0.009851 -0.009227 -0.042023 -0.025053 0.001272 -0.008779 -0.023481 0.023668 -0.010766 0.037661 -0.033836 0.003827 0.009291 0.03927 -0.016319 0.004789 0.024871 0.027125 -0.037557 -0.053888 0.068224 0.010578 0.009269 -0.084163 -0.002436 0.001268 0.054529 0.01066 -0.013175 -0.007971 -0.014823 -0.032428 0.025621 -0.001114 -0.011865 0.012535 0.040071 0.005852 -0.031471 -0.005587 0.035071 -0.02853 0.013031 0.009476 -0.058642 -0.020693 0.012559 0.008917 0.006095 -0.022369 -0.011148 -0.025878 -0.024794 -0.003252 0.03346 -0.006091 0.011516 0.006457 -0.018097 -0.01776 0.017136 0.025827 -0.046733 0.009833 0.014151 0.023602 -0.04943 -0.027838 0.020519 0.041744 -0.03645 -0.016395 0.01579 0.004421 -0.022398 -0.032732 0.023455 0.041555 0.017765 0.026082 -0.024264 -0.041084 -0.010155 0.031227 -0.042529 -0.000827 -0.009641 0.016253 0.004455 0.075339 0.020787 -0.008142 0.021117 0.001763 -0.005734 -0.014693 -0.010697 0.014442 -0.049077 0.0162 -0.015549 0.004192 0.009889 -0.036437 -0.008566 -0.006245 0.017932 -0.023105 -0.010641 0.015885 0.009535 -0.039657 0.035634 0.003408 0.00594 0.058286 -0.02266 0.058758 0.020091 -0.016669 0.025252 0.039159 0.014097 0.053067 0.011933 0.016802 -0.026751 -0.048258 -0.026197 -0.016716 -0.012944 0.006614 -0.035268 0.006138 0.014682 0.000842 0.028642 -0.023831 -0.011812 -0.006607 -0.050486 -0.022161 -0.011445 -0.009048 0.003006 -0.006183 0.016829 -0.001449 0.005768 0.024905 0.009908 0.028759 0.034208 -0.039208 -4.4e-05 0.004976 0.002812 0.031083 -0.020981 0.015401 0.031652 -0.010332 -0.00035 -0.018652 0.029084 -0.027678 0.007113 -0.074992 -0.017803 0.028192 0.019484 0.015398 0.023592 -0.008015\nრ 0.029896 -0.008067 -0.028445 0.004326 0.004535 0.021023 -0.000436 -0.008231 -0.014097 -0.024921 0.031246 0.003116 -0.009482 -0.016609 0.015997 -0.00739 0.012849 -0.015371 -0.002791 -0.022924 -0.006652 0.001937 0.004236 0.006663 -0.002978 0.013407 -0.007455 -0.010613 -0.015104 -0.020225 0.014575 -0.026021 -0.019709 -0.025602 0.01138 0.008181 -0.021631 0.027799 0.005081 0.004743 -0.0151 0.012544 0.001348 -0.001836 -0.022927 -0.004717 0.019755 0.002169 -0.000911 -0.000167 0.00584 0.029255 0.01667 -0.017881 0.025671 0.008734 0.001988 0.016181 -0.014471 0.014948 -0.023021 -0.012983 -0.002483 -0.01187 0.014717 0.014713 0.021814 -0.000553 0.018997 0.007233 -0.0345 -0.002792 0.014152 0.009288 -0.035412 -0.00086 -0.016849 0.017891 -0.026798 -0.010453 -4.8e-05 -0.002141 -0.012658 0.003215 -0.016289 -0.026379 0.000611 0.005862 -0.010721 -0.00382 -0.005178 0.014945 0.00045 -0.004008 0.017034 -0.005634 -0.00168 -0.019957 -0.000905 0.001351 -0.015025 0.001103 -0.004035 -0.020882 0.002972 -0.005228 -0.012825 0.013154 0.035163 -0.003991 0.026489 0.017095 0.014115 -0.01599 0.006997 -0.00254 -0.000348 0.001403 -0.01601 -0.032039 0.020774 0.003025 0.022138 0.017235 0.026297 0.00385 0.001392 -0.013882 0.000679 -0.00908 -0.003244 0.002773 -0.003659 0.022866 -0.007661 0.006603 -0.008469 0.002216 0.018897 0.029392 0.001466 -0.003844 0.00153 0.021179 -0.027605 -0.035535 0.027911 0.010576 0.001573 -0.033843 7.9e-05 0.000211 0.019904 0.003304 -0.002088 0.000269 0.002033 -0.014662 0.01397 -0.019274 -0.014023 0.008157 0.007892 0.014616 -0.008577 -0.00689 0.004212 -0.021061 0.011695 0.011851 -0.014814 -0.018046 -0.002137 0.022646 -0.009289 -0.01494 -0.007084 -0.012746 -0.027922 0.000477 0.018108 -0.009946 -0.001501 -0.007145 -0.008002 -0.018225 0.006129 0.016241 -0.036407 -0.002406 0.014329 0.018926 -0.026711 -0.023787 0.006712 0.030932 -0.00663 0.013827 0.001006 -0.001037 -0.020207 -0.014732 0.012283 0.01134 0.011689 0.007365 0.00947 -0.002115 0.004858 0.026382 -0.013564 -0.000916 -0.006192 0.008349 0.001831 0.042799 0.003871 -0.01829 0.007936 0.002114 0.001232 0.006872 -0.004555 0.012738 -0.011923 -0.010233 -0.000247 0.015652 0.000296 -0.0131 -0.003253 0.000422 0.0017 -0.015117 -0.030997 -0.00247 -0.002551 -0.030242 0.017561 0.006969 0.006764 0.011287 -0.019676 0.003729 0.001791 0.005866 0.017543 -0.003297 0.027395 0.032327 0.015431 0.009813 0.000204 -0.021751 -0.01711 -0.017405 -0.008463 0.015111 -0.022958 -0.004295 0.00584 -0.005597 0.013176 -0.022355 -0.016941 -0.012343 -0.024767 -0.017333 -1.7e-05 -0.006073 0.010463 0.002922 0.00897 -0.006541 0.005097 -0.003464 -0.001902 0.008481 0.034841 -0.033668 -8.5e-05 -0.018714 0.018037 0.003176 -0.010498 -0.005609 0.012403 0.00256 -0.008522 -0.000188 0.001602 -0.030244 0.000331 -0.043597 -0.010847 0.009095 0.010611 0.013343 0.010161 -0.000404\nk 0.02939 0.002791 -0.053866 0.029028 0.018417 0.031376 0.009132 0.00342 -0.026123 -0.025286 0.037852 0.00696 -0.003389 -0.029237 0.024117 -0.008045 0.006405 -0.026818 -0.011989 -0.037789 -0.017782 -0.003087 -0.000198 0.015965 0.004928 0.0267 -0.000545 -0.002278 -0.009369 -0.023902 0.018799 -0.031586 -0.012549 -0.037185 0.014105 0.015297 -0.045445 0.03507 0.010522 0.021075 -0.023881 0.01124 -0.002638 0.000222 -0.025565 -0.025614 0.039571 -0.002224 0.00181 0.025011 0.007784 0.056554 0.029898 -0.034936 0.044424 0.006763 -0.005274 0.029723 -0.019193 0.024504 -0.025071 -0.032928 -0.012076 -0.014144 0.011314 0.014896 0.033878 -0.016212 0.033458 0.012434 -0.041871 -0.01106 0.022365 0.015147 -0.05456 0.009163 -0.026059 0.028468 -0.018578 -0.015709 0.014191 -0.001767 -0.000763 0.026824 -0.027796 -0.055403 -0.003748 -0.003555 -0.022252 -0.006828 -0.006409 0.032813 -0.004449 -0.018453 0.008516 -0.010513 0.002324 -0.034501 -0.001956 -0.00309 -0.012369 -0.002409 2.2e-05 -0.016512 0.01155 -0.00623 -0.014167 0.009444 0.032384 -0.000145 0.038519 0.020879 0.024587 -0.007914 0.010371 0.005008 -0.013818 0.000179 -0.010112 -0.041413 0.012812 -0.001177 0.041816 0.021261 0.035519 0.011597 -0.011799 -0.014912 -0.007427 -0.016263 -0.017498 -0.006608 -0.022712 0.02413 -0.02284 0.016528 -0.021866 0.004147 0.001388 0.049906 -0.004608 -0.007151 0.01977 0.02458 -0.03453 -0.042767 0.042257 0.001235 0.00233 -0.040884 0.005168 0.011666 0.024174 0.029755 -0.003438 0.008765 -0.0029 -0.019421 0.011996 -0.02262 -0.015925 0.018857 0.022002 0.010648 -0.010736 -0.009448 0.020989 -0.025299 0.018708 0.02716 -0.031677 -0.024053 -0.011135 0.033317 -0.019752 -0.027661 -0.009585 0.00047 -0.033176 -0.024793 0.033312 -0.010224 -0.001624 -0.009626 -0.006462 -0.016599 -0.000982 0.015776 -0.063229 -0.002389 0.009164 0.024256 -0.032209 -0.037456 -0.001286 0.038416 -0.012859 0.009138 0.00274 -0.000267 -0.042918 -0.033287 0.01456 0.024905 0.015458 0.01005 0.013724 -0.009447 -0.007357 0.032785 -0.032362 0.002355 -0.005488 0.023287 -0.001048 0.062248 0.006108 -0.027833 0.003851 0.002603 0.000409 0.007384 -0.008692 0.004666 -0.020023 -0.001189 0.00224 0.01649 -0.011894 -0.022691 -0.004432 0.001675 -0.008091 -0.030395 -0.038638 0.0048 -0.013014 -0.036491 0.027773 0.026373 0.004552 0.026909 -0.016932 0.013374 0.008891 -0.014397 0.043159 -0.004079 0.034428 0.052043 0.023446 0.007231 0.004914 -0.045503 -0.034997 -0.021783 -0.007365 0.017516 -0.022441 -0.027215 0.009645 -0.007308 0.0302 -0.021009 -0.028794 -0.017819 -0.020738 -0.01321 0.005296 -0.002854 0.018088 -0.004532 0.008808 0.002478 0.014792 0.002591 0.003681 0.022798 0.035061 -0.04751 -0.00303 -0.017768 0.010913 0.020208 -0.024689 -0.005631 0.007697 -0.007063 -0.025045 -0.015989 0.007766 -0.038988 0.012193 -0.061024 -0.015691 0.008266 0.015091 0.013449 0.033586 0.000663\nṿ -0.031805 -0.009479 -0.013879 0.029144 0.094441 0.014826 0.003244 0.013381 -0.009552 0.039512 0.005402 0.00557 0.011374 -0.041341 -0.035497 -0.002435 0.001487 0.004984 0.024077 -0.012844 0.023489 0.059128 0.044768 -0.045068 0.02396 -0.005433 0.002147 -0.009579 0.010358 -0.020032 0.046691 0.03397 0.009459 -0.000277 0.028526 0.009707 -0.009645 -0.017583 0.016714 -0.049093 -0.012346 0.022071 -0.010315 -0.009398 -0.053937 0.015078 -0.00458 0.02207 -0.004202 0.02088 -0.000649 -0.002692 0.013871 -0.032088 -0.009817 0.004833 -0.048398 -0.003168 0.010481 -0.070597 -0.016487 -0.032276 -0.025991 -0.034903 -0.029939 0.022009 0.078293 0.033731 0.01524 0.003622 -0.028291 -0.033682 -0.012228 -0.053983 -0.035317 0.004617 0.0087 -0.036981 -0.065092 0.001915 0.021328 -0.078388 -0.001975 -0.020336 0.001477 0.022811 0.038231 -0.025761 -0.011247 -0.018595 -0.005355 -0.071276 0.019585 -0.045041 -0.07053 0.013049 -0.005366 -0.011489 -0.01812 -0.036694 -0.010328 0.047051 -0.003986 -0.06238 -0.041933 -0.026983 -0.011001 -0.01091 -0.009772 -0.024872 -0.013021 -0.025561 0.005445 0.029809 0.023683 -0.092906 0.010652 -0.028416 0.048146 -0.017414 0.033638 0.071662 0.071289 -0.024245 -0.075468 0.061628 -0.023937 0.049567 -0.007807 0.026117 0.014404 -0.061892 -0.0138 -0.000986 0.03042 0.028337 0.00436 -0.036223 -0.002119 -0.035339 0.042107 -0.013852 0.002242 0.003985 0.056656 -0.000977 -0.054803 -0.007025 -0.017578 -0.008988 0.005708 0.044477 0.011844 0.002707 -0.001156 0.041791 0.026391 -0.02542 0.040224 -0.018491 -0.016186 -0.040577 -0.029784 -0.040036 -0.087836 0.008784 0.050387 -0.027141 0.027891 -0.036671 0.009191 -0.002822 0.022038 -0.096539 0.032467 0.019551 -0.021516 0.008805 0.022524 -0.003779 0.082219 0.005334 0.078305 -0.029757 -0.032284 -0.022143 -0.017684 0.004388 0.018916 0.023772 -0.004432 0.008883 -0.024607 -0.041461 0.037504 -0.005517 -0.052417 0.030228 -0.043169 -0.015554 0.009596 0.006616 -0.047454 -0.007685 0.046812 0.046715 -0.030764 0.049323 -0.008024 -0.03692 0.046075 0.037995 -0.050465 -0.013999 0.025658 0.03128 -0.012123 -0.034364 0.070733 -0.02932 -0.032908 0.000196 -0.052918 0.004447 0.013326 -0.033592 -0.003307 -0.014891 0.041264 0.006008 0.044427 0.038258 0.018022 -0.019056 -0.021609 -0.059531 0.024161 0.0073 -0.004814 0.028104 0.086362 -0.007325 -0.012752 0.057284 -0.025739 -0.05243 0.002633 -0.068139 -0.011834 -0.014231 -0.040548 0.00445 0.024412 -0.016649 -0.040338 0.016606 0.017774 0.01132 -0.042583 0.021268 0.005043 -0.011325 0.020117 0.01556 -0.027874 0.014408 0.042139 0.003538 0.00901 -0.017236 0.027771 0.003263 -0.035442 -0.033822 -0.05264 0.025007 -0.036707 0.041112 -0.004046 0.034603 -0.053401 0.017156 -0.045314 0.042616 0.082103 0.043746 0.075319 -0.004191 0.053964 -0.002184 -0.041996 -0.06131 -0.010504 -0.034039 0.002419 -0.042666 0.045352 -0.00254 -0.053595 0.034396\n 0.002776 -0.001009 -0.00925 -0.013475 -0.010194 -0.015829 -0.016225 0.021803 -0.011517 0.000619 -0.02658 0.007382 -0.013966 -0.000342 0.008801 0.025878 0.008717 -0.021202 -0.00379 -0.001345 -0.002292 0.022364 0.013062 -0.012486 0.001257 -0.022972 -0.011871 -0.002611 -0.002624 -0.035387 -0.014376 -0.004901 0.003598 0.005585 -0.020368 0.017352 0.013119 0.002287 -0.006605 0.020199 -0.003429 0.015236 0.02097 0.000845 0.014269 0.008277 -0.032042 -0.016291 -0.022008 0.012507 0.004846 -0.00012 -0.003317 0.005983 -0.015415 -0.006133 0.016647 -0.00113 0.005966 0.010995 -0.027496 0.010302 0.011988 -0.003597 -0.006716 0.009299 0.00324 -0.007974 -0.012515 0.00739 0.003293 0.013032 0.01535 0.007863 0.010535 -0.00133 0.007537 0.008123 -0.002607 0.012099 -0.005806 -0.009311 0.01858 -0.008864 0.004203 0.004966 0.002955 0.015765 0.009004 -0.003486 0.011958 0.005993 0.02628 -0.018172 -0.01008 -0.014199 0.003637 0.004186 -0.004017 0.015042 0.014078 0.008971 -0.008015 -0.001655 -0.001332 0.004712 0.019496 -0.007165 0.017425 -0.019664 0.036226 -0.016144 0.014896 -0.009612 0.010005 0.007433 -0.008616 -0.030078 0.019339 0.008168 0.003419 -0.006332 -0.006895 0.005031 -0.003976 0.017492 -0.010549 -0.03234 -0.003763 -0.003299 0.007906 -0.007545 -0.008412 -0.009679 -0.024672 0.009739 0.006405 -0.013044 -0.022593 -0.00238 0.006263 0.009416 0.019984 0.008535 0.007676 0.005565 -0.007838 -0.000797 0.016344 0.023709 0.017972 0.008512 0.026618 0.001346 0.018935 0.000405 0.02039 0.002013 0.014954 -0.000492 -0.018352 0.015973 0.00045 -0.005952 -0.021226 0.002858 0.01707 0.004729 -0.018335 0.00612 -0.027736 -0.033679 -0.03087 0.020026 0.004232 -0.016798 -0.007318 -0.007517 0.002842 9.5e-05 0.006033 -0.009773 0.015589 -0.003909 -0.01903 -0.010067 0.002644 0.008479 -0.019982 -0.002583 -0.000657 -0.006297 0.004537 -0.029221 0.010251 0.022221 -0.013292 -0.002172 0.006329 0.007378 -0.009463 0.02101 -0.020925 0.008661 -0.001934 -0.014086 -0.004748 -0.025699 0.004084 0.018664 0.009806 0.012484 -0.000511 -0.010822 -0.016784 0.015808 -0.020893 0.001026 -0.011926 -0.010329 -0.016864 -0.005662 -0.015624 0.003324 0.00998 -0.034883 0.010556 -0.003479 -0.041295 -0.00893 -0.006019 -0.001635 -0.009028 0.010226 0.01004 -0.021329 -0.007683 -0.003777 0.01314 0.003713 -0.017903 -0.000843 0.000142 0.001505 0.002069 0.005117 0.005151 -0.000718 -0.000767 0.015036 -0.007906 0.016359 0.0276 -0.011096 0.02168 -0.014111 -0.018096 -0.005988 0.006303 0.029366 -0.00869 0.016593 0.001586 0.001185 0.012567 0.003064 -0.042484 0.012563 0.023818 0.010597 -0.006026 -0.008365 0.009069 0.005612 0.001266 0.021912 0.005791 -0.006618 -0.001093 -0.02241 -0.005213 0.003336 -0.015262 0.00327 -0.007563 -0.027152 -0.001118 -0.00874 0.008827 -0.008566 0.021778 -0.020091 0.033053 0.001732 -0.015676 0.011962 0.006648 0.002376 0.002929 0.012906\nփ 0.036129 0.003398 -0.018932 0.00123 0.002268 0.024383 -0.002489 -0.006567 -0.005451 -0.025741 0.019517 0.01636 -0.012097 -0.018207 0.011407 0.000147 0.034371 -0.014188 -0.002799 -0.035881 -0.012723 0.002619 0.005604 0.008354 -0.021909 0.013855 -0.011062 -0.019142 -0.016175 -0.019646 0.015136 -0.03887 -0.006381 -0.031704 0.003134 0.022973 -0.041307 0.016209 0.007073 0.008415 -0.006048 0.004169 0.007861 0.006441 -0.017696 -0.017254 0.008652 -0.015347 -0.008486 0.00379 -0.008891 0.023502 0.028074 -0.014791 0.031719 0.020062 0.007585 0.024602 -0.024788 0.019681 -0.02356 -0.024911 -0.006222 -0.005764 0.01069 0.030036 0.025969 -0.012967 0.026482 0.022737 -0.043781 -0.00487 0.012244 0.016745 -0.03306 0.010868 -0.023058 -0.010552 -0.04064 -0.020404 0.01343 -0.003366 -0.012967 0.002223 -0.010471 -0.03822 -0.009953 0.014421 -0.006966 -0.00235 -0.007261 0.018907 0.012408 0.00297 0.005586 0.000673 -0.008968 -0.012937 0.011374 -0.003629 -0.016822 0.00828 0.008618 -0.024726 0.022953 -0.004281 -0.012759 0.015836 0.031871 -0.020418 0.033665 0.004979 0.007068 -0.015013 0.012264 -0.015622 0.018038 -0.003577 -0.011998 -0.025441 0.027738 0.001484 0.020278 0.018066 0.025173 0.009364 -0.009424 -0.006167 0.004928 -0.024479 -0.003185 -0.0047 0.003845 0.022359 -0.022396 -0.003838 -0.001519 -0.002358 0.00639 0.045956 0.007183 -0.006183 -0.011532 0.019591 -0.013479 -0.045839 0.030441 0.007258 0.0085 -0.02917 0.002496 0.003028 0.018239 0.004913 -0.000438 0.011169 0.001053 -0.018451 0.010406 -0.018942 -0.006973 0.020205 0.006795 0.014966 -0.018958 -0.008654 0.000816 -0.012269 0.013434 0.003722 -0.024866 -0.012756 0.002055 0.023004 -0.003649 -0.026358 0.001653 -0.021731 -0.03291 0.003257 0.018739 -0.017097 0.020182 -0.0246 -0.026089 -0.010893 0.018452 0.018292 -0.036688 -0.008599 0.020901 0.014509 -0.035187 -0.02319 0.002551 0.03699 -0.00876 0.008431 0.005186 0.004106 -0.010518 -0.016983 0.011257 0.01213 0.012759 0.003749 -0.01704 0.00231 -0.003814 0.024829 -0.00556 0.008307 -0.022781 0.016507 -0.006845 0.041412 0.00962 -0.021348 0.016278 -0.010365 -0.007197 0.013077 -0.008015 0.000391 -0.012149 -0.017314 -0.000959 0.016049 0.000715 -0.014071 -0.002498 -0.003456 -0.002274 0.007935 -0.013608 0.001783 -0.0103 -0.022868 0.012566 0.005875 -0.001883 0.003054 -0.002763 -0.00246 0.006347 -0.010948 0.018934 0.004924 0.054841 0.042577 0.017601 0.008706 -0.002883 -0.025645 -0.014039 -0.017808 -0.014419 0.01268 -0.024914 -0.005222 -0.004658 -0.002535 0.010609 -0.035156 -0.032444 -0.001857 -0.014884 -0.03165 0.014986 -0.007813 0.007703 -0.002718 0.006365 -0.012365 0.018667 -0.012218 -0.001767 0.021932 0.034056 -0.037453 -0.004872 -0.006861 0.01956 0.010898 -0.004207 -0.009281 0.014854 0.005648 -0.009084 -0.003342 0.00101 -0.021424 0.001898 -0.029744 -0.013153 0.009858 0.023906 0.009953 0.009641 -0.009695\nஇ 0.027212 0.014643 -0.06355 0.029025 0.024157 0.042987 0.001652 0.000137 -0.023604 -0.046324 0.051618 0.018031 -0.00386 -0.038642 0.041039 0.001125 0.005332 -0.01356 -0.014867 -0.054762 -0.002948 -0.005178 0.013347 0.015246 -0.000272 0.018945 -0.007912 0.000322 -0.014958 -0.036804 0.023664 -0.046348 -0.032414 -0.068247 0.029326 0.011755 -0.046372 0.048285 0.011063 0.033777 -0.036957 0.024509 0.002314 -0.006875 -0.048663 -0.029177 0.041471 -0.007224 0.001016 0.034499 0.001299 0.062879 0.043635 -0.041789 0.055833 0.011563 -0.022588 0.023886 -0.027972 0.035757 -0.040445 -0.036265 -0.00184 -0.009859 0.01172 0.014192 0.050255 -0.007435 0.045521 0.026276 -0.053337 -0.00887 0.031354 0.025929 -0.067225 0.013505 -0.035263 0.03259 -0.040939 -0.017848 0.016924 0.008185 0.004741 0.018653 -0.023121 -0.076027 0.005269 -0.018 -0.028562 0.001961 -0.011899 0.030666 0.004587 -0.027138 0.015949 -0.006034 -0.004634 -0.044575 -0.004136 -0.005986 -0.021025 0.00522 0.005587 -0.03382 0.020972 -0.00922 -0.017412 0.01402 0.041021 -0.017279 0.050926 0.032907 0.037846 -0.016161 0.019785 0.012602 -0.016957 -0.008224 -0.025176 -0.052477 0.030143 -0.008591 0.051351 0.022812 0.037825 0.019506 -0.008925 -0.019623 -0.018009 -0.023831 -0.019955 0.000427 -0.025062 0.031787 -0.0173 0.018253 -0.025302 -0.003306 0.004066 0.04565 0.008576 -0.018095 0.018888 0.036889 -0.044275 -0.056199 0.063937 0.023116 0.003958 -0.052037 0.002421 0.014991 0.040425 0.037188 0.003836 0.010276 -0.0018 -0.033568 0.023921 -0.025721 -0.032067 0.023321 0.031158 0.028321 -0.019988 -0.023486 0.027018 -0.031486 0.01995 0.030817 -0.025944 -0.026699 -0.013187 0.030424 -0.028323 -0.029319 -0.022454 -0.010198 -0.051587 -0.027776 0.036941 -0.009486 -0.000229 -0.010744 -0.007684 -0.020292 -0.00189 0.02529 -0.075148 0.012464 0.006456 0.021927 -0.032433 -0.044516 0.017613 0.057681 -0.020088 0.016213 0.007786 0.005847 -0.036856 -0.029681 0.024257 0.039422 0.022061 0.027711 0.026321 -0.012118 -0.007753 0.047616 -0.041362 0.00284 -0.022177 0.015458 0.001616 0.083733 0.00864 -0.036205 0.012181 -0.002483 -0.020703 0.017415 -0.005474 0.020146 -0.034836 -0.013342 -0.000757 0.037376 -0.004582 -0.026719 -0.005905 -0.009436 -0.015364 -0.03593 -0.041324 -0.009495 -0.018593 -0.039854 0.031754 0.023442 0.00706 0.038721 -0.025679 0.01538 0.005463 -0.00872 0.044172 -0.002962 0.051594 0.063433 0.033255 0.003709 0.008658 -0.053996 -0.037372 -0.018194 0.002761 0.030216 -0.024751 -0.009252 -1.3e-05 -0.033136 0.036318 -0.031646 -0.044529 -0.017935 -0.041917 -0.010277 0.009129 -0.009632 0.035928 0.012231 0.006867 0.004386 0.011369 0.013204 -0.004001 0.03136 0.057393 -0.070834 -0.002762 -0.02588 0.018265 0.016092 -0.008564 -0.002241 0.008291 -0.008196 -0.024588 -0.019698 0.013528 -0.051609 0.016974 -0.08676 -0.003488 0.004637 0.012291 0.028393 0.024833 0.008047\nช 0.027492 0.000405 -0.042239 0.022919 0.010419 0.03369 0.008433 -0.000558 -0.022887 -0.025992 0.023982 0.003642 -0.006465 -0.017103 0.028283 -9.9e-05 0.00677 -0.020887 -0.010399 -0.040017 -0.014754 0.007099 0.008195 0.009706 0.001854 0.012932 -0.013665 -0.007699 -0.01353 -0.024958 0.017288 -0.026141 -0.017727 -0.034729 -6.8e-05 0.016227 -0.032433 0.036268 0.008819 0.015716 -0.02987 0.009592 0.002081 -0.005527 -0.025933 -0.021877 0.031276 0.004755 0.001111 0.008275 0.001814 0.042361 0.030404 -0.030683 0.03259 0.002646 -0.001905 0.026002 -0.01413 0.019892 -0.026525 -0.027013 -0.000194 -0.012876 0.009403 0.015677 0.029179 -0.013099 0.039001 0.014848 -0.043638 -0.007337 0.019936 0.009351 -0.051841 0.002869 -0.028988 0.021346 -0.030209 -0.013599 0.013897 -0.006856 0.003251 0.013036 -0.018649 -0.044737 -0.003024 -0.000748 -0.020172 -0.001153 -0.005476 0.024785 0.009032 -0.013598 0.012507 -0.002644 0.00399 -0.034001 0.004082 -0.000431 -0.017707 0.005341 0.001102 -0.021761 0.017349 -0.003921 -0.010151 0.007346 0.028471 -0.004605 0.048238 0.018459 0.024347 -0.01119 0.008222 0.002357 -0.001046 0.002891 -0.002878 -0.038118 0.019319 0.005244 0.034525 0.022978 0.034576 0.010678 -0.014744 -0.01411 -0.005566 -0.015753 -0.009493 -0.006209 -0.016289 0.028421 -0.018202 0.01365 -0.031585 -0.003932 0.008861 0.039577 0.003083 -0.006173 0.001706 0.025437 -0.033089 -0.041538 0.040574 0.007218 0.002669 -0.0402 0.000844 0.002973 0.032103 0.026715 0.000603 0.007196 0.005608 -0.027755 0.011423 -0.022686 -0.014492 0.013728 0.022161 0.011271 -0.010527 -0.011739 0.020758 -0.018342 0.021946 0.016086 -0.025375 -0.018045 -0.006757 0.026176 -0.019774 -0.022296 -0.000116 -0.003798 -0.034296 -0.017641 0.036484 -0.011111 0.009266 -0.009522 -0.010533 -0.012035 0.003414 0.018905 -0.049454 -0.000754 0.01221 0.027238 -0.032112 -0.030648 0.00907 0.034557 -0.016985 0.006621 0.001123 0.001901 -0.031786 -0.028174 0.013344 0.025077 0.0218 0.018566 0.002195 -0.005516 -0.002131 0.028452 -0.020833 0.003109 -0.007092 0.015942 0.003742 0.058215 0.004156 -0.023005 0.00776 -0.002805 0.000885 0.012559 8.8e-05 0.00452 -0.025151 -0.00173 -0.002274 0.016143 -0.003521 -0.027473 -0.006636 -0.000411 -0.004388 -0.025293 -0.028884 -0.005115 -0.010827 -0.033117 0.022965 0.024686 0.00656 0.029945 -0.027358 0.011119 0.005651 -0.003502 0.030246 -0.004084 0.03301 0.05119 0.017487 0.005629 -0.006243 -0.04017 -0.026079 -0.017129 -0.00168 0.025622 -0.023886 -0.016091 0.010153 -0.009245 0.025224 -0.022739 -0.021977 -0.026572 -0.025788 -0.012613 0.007458 0.001717 0.018165 -0.004445 0.008766 0.003195 0.012376 0.000176 -6.3e-05 0.011808 0.038936 -0.043333 3.7e-05 -0.007834 0.011558 0.015258 -0.018637 -0.00607 0.01817 -0.005823 -0.021505 -0.012705 0.009217 -0.040562 0.008809 -0.060223 -0.010704 0.01079 0.007213 0.015222 0.020702 -0.001026\nጌ -0.032935 -0.039158 0.020214 -0.001186 -0.000906 0.038646 0.016617 -0.023577 0.034567 -0.030182 0.008597 -0.028557 -0.014035 0.005509 0.002052 -0.034141 -0.020811 -0.012705 -0.006309 -0.007451 0.02172 -0.021779 0.029888 0.008129 0.032825 0.024615 0.018843 -0.053792 0.010685 0.013941 -0.010284 -0.038725 -0.002947 0.056008 0.027265 0.008701 -0.042877 -0.008067 0.007075 0.017374 -0.028287 -0.006711 0.028423 0.010755 -0.035088 0.056034 0.026039 -0.016008 0.016692 -0.025261 0.014014 -0.006986 -0.003933 -0.037469 0.03332 -0.016406 -0.030027 0.037812 -0.009133 0.01454 -0.02239 0.001633 0.020546 -0.036489 -0.017148 -0.000575 0.028744 -0.003583 0.054731 -0.00177 -0.017188 -0.025042 0.026911 -0.008331 -0.018687 0.000946 -0.027138 0.019307 -0.036711 0.011402 -0.036855 -0.015857 0.051682 -0.021463 0.029077 0.025229 -0.022415 0.028549 0.005103 -0.047224 0.032313 -0.001058 0.018513 0.013227 0.036947 -0.016243 -0.009327 0.015604 0.018472 -0.010823 -0.014021 0.018158 -0.001073 0.013941 0.038105 -0.011926 -0.000458 0.030548 -0.023624 -0.000539 0.053895 0.036411 0.007681 0.012869 0.049778 0.007744 0.03984 -0.007096 0.020747 -0.026479 -0.059888 0.026757 0.023638 -0.013815 0.044313 0.005068 0.005929 -0.029303 -0.003753 -0.02207 0.017273 -0.00863 -0.041949 0.003914 -0.011238 -0.00724 0.006017 0.019131 0.024548 -0.002135 0.017349 0.013435 -0.008707 -0.005719 -0.039782 -0.05282 0.017977 0.036096 -0.008297 -0.050779 0.008136 0.007285 0.028198 0.049495 0.006891 -0.06626 0.00611 -0.027923 0.018534 -0.005275 -0.057183 0.025476 -0.002227 -0.002775 -0.035952 0.037828 0.052711 -0.032414 0.018732 -0.055524 0.017862 0.022471 0.022358 0.033188 -0.026433 -0.038039 0.00773 -0.007724 -0.025979 -0.038301 0.009149 0.005174 9.6e-05 0.000236 -0.018083 -0.029885 0.010221 0.005256 0.012835 -0.0007 0.023788 0.006963 -0.004358 0.01356 -0.012558 0.029827 0.010406 -0.008061 -0.013037 0.005371 -0.02323 -0.015174 0.015086 0.028016 0.002082 0.033889 0.015512 0.022732 0.032058 -0.008693 -0.019219 0.019401 -0.039582 -0.032634 0.01887 -0.005628 -0.022013 0.004612 0.040504 0.006441 0.006569 -0.010611 0.001936 -0.004696 0.000712 -0.001403 -0.001028 0.054292 0.033751 0.003557 0.015596 -0.013215 -0.032398 -0.046481 -0.020133 -0.007001 -0.045288 -0.036983 0.010659 -0.008649 0.022272 0.003572 -0.007719 -0.040531 -0.004498 0.058647 0.001066 -0.018444 -0.002498 -0.005942 0.034422 0.01533 0.011315 -0.039447 -0.008587 -0.009141 0.026661 0.028579 -0.035312 0.004282 -0.037963 -0.043114 0.024997 -0.023277 -0.030615 0.00589 -0.006699 -0.065976 -0.02054 0.012281 0.031132 -0.017112 0.001258 -0.006489 0.02799 -0.019395 -0.003763 0.022795 0.039482 -0.01271 -0.021885 -0.056803 0.009713 -0.018513 0.000861 -0.041264 0.0569 -0.004949 0.025851 0.004069 0.005885 -0.019995 -0.006277 -0.073786 0.001362 0.002783 -0.07794 0.045322 -0.010099 -0.013166\nត 0.029905 0.006673 -0.034813 0.025456 0.01248 0.043021 0.007684 -0.004662 -0.023598 -0.023737 0.036921 0.006704 -0.005608 -0.018117 0.033341 -0.003483 0.001025 -0.022601 -0.007451 -0.038651 -0.017258 0.004871 0.008181 0.008954 -0.001111 0.01176 -0.019209 -0.011047 -0.010607 -0.016921 0.026871 -0.033081 -0.011358 -0.038211 0.012798 0.014615 -0.033834 0.041622 0.002239 0.023688 -0.035744 0.014177 0.00295 -0.005921 -0.022928 -0.015657 0.028962 -0.004536 -0.002302 0.010389 -0.003887 0.052325 0.030974 -0.029353 0.036014 0.007988 -0.001747 0.022218 -0.011589 0.019762 -0.028456 -0.020988 -0.010949 -0.016339 0.012038 0.023311 0.045642 -0.026535 0.035488 0.020558 -0.053683 -0.014687 0.014682 0.017656 -0.046298 -0.000233 -0.023598 0.016463 -0.028487 -0.006041 0.020227 0.000291 0.003086 0.020246 -0.016566 -0.052472 0.007933 -0.001809 -0.010511 -0.013503 -0.005428 0.024865 0.008552 -0.014707 0.025551 -0.010743 0.008105 -0.044379 0.009447 -0.008803 -0.017237 -0.006404 -0.004107 -0.03303 0.015477 -0.002543 -0.020474 0.003118 0.038675 -0.005934 0.048381 0.026654 0.019217 -0.014479 0.001149 -0.002846 -0.00445 -0.003385 -0.012893 -0.040982 0.035272 -0.004645 0.036432 0.018963 0.033203 0.006793 -0.007386 -0.007859 -0.013292 -0.013976 -0.006694 -0.007668 -0.010394 0.037632 -0.029702 0.016369 -0.021701 0.002315 0.007429 0.044658 -0.007803 -0.009334 0.006236 0.019124 -0.043911 -0.052993 0.051224 0.012259 0.009179 -0.042929 0.00724 0.008376 0.026114 0.02343 0.00331 0.009139 -0.002657 -0.032719 0.017433 -0.022592 -0.016158 0.02313 0.025394 0.01624 -0.013166 -0.015061 0.024897 -0.012157 0.029446 0.020644 -0.035642 -0.024545 -0.010976 0.040658 -0.018988 -0.018161 -0.004298 -0.009867 -0.048666 -0.02771 0.039428 -0.006995 0.00217 -0.016646 -0.008773 -0.013098 0.012838 0.019542 -0.054261 0.001803 0.019121 0.014076 -0.034225 -0.037538 0.00462 0.03821 -0.020447 0.020905 0.005681 0.004479 -0.022632 -0.017731 0.017831 0.024229 0.023538 0.016257 0.004423 -0.00066 -0.016954 0.030891 -0.016354 -0.00911 -0.008289 0.017942 0.000917 0.051943 0.009603 -0.024569 0.006583 0.0047 0.000853 0.013459 -0.004286 -0.00316 -0.026811 0.000696 -0.001525 0.020929 -0.000189 -0.021704 -0.01244 0.000663 -0.006019 -0.031727 -0.034323 -0.003628 -0.016853 -0.025974 0.027293 0.01694 0.014333 0.030742 -0.033227 0.021772 -0.004244 -0.003135 0.030091 -0.004445 0.032524 0.058136 0.028263 0.011461 0.00176 -0.03961 -0.030134 -0.01145 0.004663 0.019467 -0.021028 -0.00819 0.004271 -0.011451 0.023762 -0.025947 -0.032724 -0.026263 -0.02948 -0.020854 0.004089 -0.004916 0.01546 -0.004061 0.003089 -0.001132 0.01335 -0.003703 0.002883 0.0208 0.042772 -0.049997 -0.003054 -0.011189 0.018944 0.016327 -0.018723 -0.011665 0.01479 -0.008883 -0.016052 -0.003326 0.008922 -0.033591 0.013998 -0.062708 -0.012976 0.0117 0.003566 0.014318 0.018306 0.001107\nҙ 0.042254 0.015406 -0.065506 0.020127 0.030465 0.049737 -0.011904 0.01456 -0.032378 -0.058015 0.071586 0.035532 -0.016542 -0.067925 0.029924 -0.034618 0.025033 -0.020429 -0.024441 -0.071216 -0.037398 -0.001964 0.031654 0.028773 -0.000725 0.046794 -0.004623 -0.012216 -0.030418 -0.037307 0.028628 -0.057495 -0.056672 -0.045826 0.016341 0.019412 -0.057825 0.047984 0.012911 0.04944 -0.053632 0.025133 -0.008217 -0.008067 -0.070449 -0.020934 0.040526 -0.003089 -0.005168 0.008279 0.000504 0.085735 0.042884 -0.03924 0.051144 0.01204 -0.013292 0.021799 -0.012802 0.037655 -0.047444 -0.019821 -0.021315 -0.011983 0.024672 0.011039 0.044539 0.027028 0.052503 0.017188 -0.068298 -0.009033 0.033291 0.016221 -0.056208 0.002585 -0.035851 0.045854 -0.066308 -0.003795 0.009393 8.4e-05 -0.02506 0.016705 -0.030771 -0.088941 -0.033233 -0.002061 -0.046255 0.004002 -0.016072 0.026445 0.016188 -0.04397 0.001356 -0.026644 -0.028071 -0.046929 -0.019073 0.015497 -0.035044 0.016847 0.01928 -0.029354 0.020514 0.003698 -0.020461 0.029584 0.06852 -0.023495 0.050485 0.060778 0.002676 -0.012226 0.00795 -0.000825 -0.01532 -0.003707 -0.020048 -0.050995 0.005568 -0.014632 0.062644 0.050624 0.057035 0.021068 -0.024761 -0.042742 -0.022939 -0.036911 -0.04444 0.014929 -0.025713 0.034697 -0.019123 0.013595 -0.021218 0.005685 2.9e-05 0.070037 0.022439 -0.023453 0.019878 0.027069 -0.068729 -0.092687 0.087655 0.0469 -0.022951 -0.05761 0.017804 0.017643 0.04166 0.028135 0.018541 -0.005323 0.018421 -0.022982 0.039777 -0.03923 -0.042238 0.020333 0.026016 0.02353 -0.032101 -0.013353 0.039961 -0.049386 0.019136 0.043098 -0.002491 -0.041233 -0.018691 0.061111 -0.035709 -0.025141 -0.005907 -0.013775 -0.045775 -0.039724 0.02437 -0.024131 -0.01663 -0.01177 0.007178 -0.02941 0.021301 0.026089 -0.085469 -0.011645 -0.000869 0.034445 -0.068917 -0.051637 0.006547 0.048794 -0.018153 0.009421 0.005869 0.009557 -0.052593 -0.056379 0.025486 0.051542 0.003998 0.037211 0.040988 -0.000381 -0.014075 0.062406 -0.029798 0.008223 -0.01297 -0.010159 -0.000539 0.107739 -0.003173 -0.049046 0.013312 0.05059 -0.018354 0.012103 -0.019785 0.030793 -0.00597 -0.024428 0.005641 0.052139 -0.0256 -0.020953 -0.006074 0.005227 -0.004809 -0.048138 -0.084573 -0.014713 0.005812 -0.056337 0.046444 0.016867 0.011786 0.021943 -0.038264 -0.000975 0.020927 -0.026004 0.04505 -0.023905 0.051407 0.043523 0.045718 0.021452 0.005486 -0.063346 -0.036961 -0.036426 -0.009313 0.018957 -0.042888 -0.009922 0.00595 -0.010914 0.034589 -0.028162 -0.036829 -0.018689 -0.050094 -0.037875 0.011221 0.005377 0.02069 0.034069 0.016874 -0.025537 0.015426 0.012794 -0.015197 0.021346 0.090558 -0.072273 -0.001111 -0.047358 0.017916 0.02799 -0.016642 -0.003045 0.016394 -0.006483 -0.025899 -0.017779 0.002739 -0.054826 0.023306 -0.114051 -0.010511 0.03036 0.041014 0.047905 0.03639 0.008643\nছ 0.034898 -0.017706 -0.044452 0.017667 0.000474 0.016615 -0.001728 0.017767 -0.019132 -0.028107 0.02199 -0.014354 0.009287 -0.037657 0.035368 0.002861 -0.012069 -0.031907 -0.004196 -0.037268 -0.020661 -0.015065 -0.002529 0.028068 -0.003495 0.007681 -0.012834 -0.013428 -0.025573 -0.033939 0.044532 -0.042768 -0.019667 -0.031233 0.013473 0.035129 -0.013988 0.022871 -0.017202 0.020967 -0.02827 0.01427 0.005574 -0.016235 -0.027839 -0.022897 0.043948 -0.009889 0.009973 0.020249 0.02157 0.064305 0.030392 -0.064015 0.047102 -0.033789 -0.016389 0.020911 0.011921 0.015424 -0.038216 -0.010615 0.016742 -0.021533 0.033646 0.021442 0.057789 -0.019914 0.05435 0.027948 -0.055093 -0.006417 0.007455 0.02554 -0.028329 -0.001473 -0.01913 0.020146 -0.037061 -0.030885 0.010706 -0.026112 0.028534 -0.006859 -0.027249 -0.055557 0.009305 -0.016423 -0.028985 -0.003674 -0.029505 0.012598 0.015637 0.007241 0.026121 -0.000373 -0.003415 -0.054097 0.000867 -0.003294 0.009462 -0.000923 -0.011095 -0.013098 0.016205 0.001331 -0.010134 -0.009733 0.030932 -0.016983 0.050347 0.043979 0.015445 -0.037687 -0.006553 0.00125 0.004042 -0.006586 -0.031225 -0.050806 0.034379 0.026203 0.037171 -0.020291 0.026544 0.039664 -0.021846 -0.017184 -0.023623 -0.02094 -0.005006 0.015838 -0.026247 0.019861 -0.00606 0.027018 -0.054369 0.008503 0.004522 0.043221 0.015427 0.012276 0.01452 0.033315 -0.030775 -0.068535 0.065054 0.016302 -0.002935 -0.048026 -0.006022 0.025259 0.020133 0.043295 -0.000654 -0.011786 -0.009404 -0.022509 0.026813 -0.022678 -0.006198 0.007411 0.023334 0.020783 -0.002418 -0.006639 0.016691 -0.005409 0.044947 0.012546 -0.04576 -0.015613 -0.014953 0.038603 -0.033374 -0.052267 -0.005346 -0.018073 -0.035104 -0.008417 0.04021 0.007195 0.011869 0.017289 0.012103 -0.012151 0.024011 0.016787 -0.048674 0.007785 0.023823 0.037874 -0.036109 -0.023593 0.013969 0.044085 -0.035714 0.036751 -0.008488 -0.007569 -0.008799 -0.026883 0.003096 0.031681 0.022816 0.012847 0.007443 -0.007844 -0.005721 0.05797 -0.023961 -0.014024 -0.009286 0.015607 -0.015537 0.044445 0.010214 -0.023173 0.006992 0.008588 0.002899 0.017818 0.008747 0.014717 -0.031364 -0.000126 -0.022855 0.032816 -0.017576 -0.052644 -0.026596 -0.003486 -0.011522 -0.023739 -0.045041 -0.000988 -0.023397 -0.03014 0.021336 -0.003832 0.031707 0.053834 -0.043064 0.043908 -0.009718 0.013936 0.031218 -0.009478 0.057657 0.058965 0.038194 -0.013165 -0.007261 -0.061144 -0.022708 -0.02362 -0.020469 0.033793 -0.018595 -0.020177 -0.001441 -0.026123 0.047125 -0.01133 -0.042711 -0.024441 -0.037399 -0.038369 0.002638 -0.000105 0.042563 -0.007931 -0.004487 0.01851 0.015121 -0.007308 0.007446 0.015996 0.041647 -0.049268 0.01216 -0.019528 0.019021 0.032971 -0.022248 -0.018363 -0.008913 -0.009592 -0.035535 -0.020627 0.020006 -0.038532 0.010409 -0.067319 -0.020501 -0.005801 0.010717 0.024194 0.021356 0.01407\nྟ 0.033637 0.003957 -0.055423 0.029454 0.018225 0.033488 0.011119 0.000848 -0.015043 -0.030716 0.041179 0.004339 -0.006558 -0.028575 0.030894 -0.00901 0.002569 -0.025407 -0.01743 -0.042893 -0.006065 0.001444 0.008296 0.015057 0.005977 0.033895 -0.011056 0.002538 -0.010948 -0.021356 0.027192 -0.039476 -0.024437 -0.040297 0.01612 0.015963 -0.051633 0.047904 0.011303 0.016576 -0.026324 -0.00166 -0.013891 0.003949 -0.030717 -0.028785 0.032966 0.001386 0.0016 0.03159 0.001019 0.054362 0.028408 -0.031036 0.049027 0.009833 -0.013577 0.017789 -0.016893 0.030311 -0.024339 -0.038356 -0.017305 -0.017278 0.029311 0.019321 0.037092 -0.023459 0.03077 0.018643 -0.0514 -0.01177 0.017675 0.015685 -0.05304 0.011673 -0.037358 0.030769 -0.025595 -0.016768 0.009103 -0.003133 -0.005265 0.022218 -0.024543 -0.070879 0.001445 0.0017 -0.015237 -0.007466 0.001597 0.034713 0.006219 -0.014463 0.009909 -0.012478 -0.001186 -0.045027 0.001591 -0.011021 -0.009866 0.003187 -0.010611 -0.030854 0.024274 -0.013394 -0.017966 0.013635 0.039352 -0.00951 0.046215 0.019473 0.031303 -0.02267 0.01371 0.005226 -0.018488 0.000667 -0.018902 -0.040837 0.019535 -0.009997 0.04926 0.029346 0.033573 0.013717 -0.013998 -0.012099 -0.004389 -0.013197 -0.025227 -0.00915 -0.008791 0.023223 -0.018404 0.016268 -0.027499 -0.003471 0.00239 0.047214 -0.004686 -0.015784 0.008642 0.029705 -0.034218 -0.049192 0.040784 0.003744 -0.000776 -0.034297 0.000699 0.020413 0.020881 0.037917 -0.010689 0.008603 -0.008577 -0.023505 0.02128 -0.025727 -0.010372 0.016883 0.022352 0.022101 -0.013462 -0.024284 0.022093 -0.027108 0.018797 0.022579 -0.036834 -0.028622 -0.012796 0.034038 -0.010976 -0.032683 -0.022704 0.000282 -0.033015 -0.018465 0.034515 -0.006835 -0.003484 -0.0104 -0.011001 -0.01716 0.001747 0.017925 -0.067545 -0.000289 0.010576 0.033877 -0.028778 -0.042213 -0.00088 0.042616 -0.026112 0.010407 0.003418 0.001631 -0.037812 -0.044531 0.014086 0.04193 0.015357 0.022051 0.018488 -0.000989 -0.014867 0.04638 -0.023774 -0.007776 -0.008333 0.021355 -0.000179 0.071522 0.007351 -0.02904 0.00272 -0.003649 -0.016314 0.017458 -0.002076 0.000349 -0.029003 -0.002497 0.000748 0.021963 -0.009666 -0.02883 -0.004187 0.001102 -0.006706 -0.029848 -0.036009 -0.003285 -0.01284 -0.034331 0.03398 0.023108 0.002187 0.031703 -0.016152 0.012676 0.011297 -0.0144 0.044347 -0.006293 0.035566 0.050011 0.021598 0.008196 -0.001666 -0.048698 -0.041911 -0.013168 0.000416 0.028888 -0.02824 -0.014822 0.005529 -0.016967 0.026035 -0.026406 -0.03046 -0.025183 -0.03316 -0.017633 0.003932 -0.003613 0.024006 -0.000804 0.003209 0.000417 0.017446 -0.000485 0.003722 0.022566 0.041488 -0.052024 0.002023 -0.026553 0.011012 0.017538 -0.029201 -0.004248 0.014186 -0.013867 -0.026155 -0.021039 0.021592 -0.043908 0.010976 -0.071441 -0.023887 0.0126 0.015074 0.026491 0.023819 -0.000244\nᮧ 0.039757 0.021084 -0.047107 0.001605 0.001507 0.02623 0.009954 -0.004707 -0.007375 -0.025738 0.024587 0.010935 -0.018667 -0.016764 0.025554 -0.001863 0.009001 -0.024743 0.00227 -0.040142 -0.026229 0.013936 0.005164 0.022914 -0.009643 0.016739 -0.00386 -0.022731 -0.012825 -0.03792 0.030878 -0.052008 -0.010079 -0.031568 0.004971 -0.007176 -0.0123 0.040108 0.000509 0.022775 -0.0355 0.014593 0.008049 -0.009201 -0.015893 -0.009729 0.027196 -0.009738 -0.001387 -0.001484 -0.012141 0.061071 0.02646 -0.024187 0.034901 -0.006223 -0.00555 0.021154 -0.016112 0.048089 -0.020131 -0.015342 -0.012227 -0.015187 0.02021 0.021961 0.04219 -0.02633 0.050466 0.022937 -0.027382 -0.00016 0.035812 0.020606 -0.020681 0.007707 -0.018062 0.043647 -0.023276 -0.008962 -0.001181 0.013612 0.006656 0.014578 -0.003886 -0.044714 -0.011977 -0.018574 -0.018383 0.000506 -0.020521 0.0257 0.028112 -0.013929 0.007295 -0.020407 -0.010516 -0.046404 0.002145 -0.016166 -0.021735 0.001662 0.009547 -0.026557 0.012243 -0.002713 -0.0115 0.003534 0.020572 -0.005578 0.018681 0.00805 0.021404 -0.037891 0.015699 0.003319 -0.004578 -0.000903 -0.00539 -0.021307 0.014664 0.006428 0.037997 -0.007416 -0.001586 0.017931 -0.017061 -0.015314 -0.005993 0.009111 -0.000384 -0.01024 -0.004795 0.028194 -0.028738 0.029614 -0.039371 -0.011695 0.013832 0.02759 -0.015991 -0.010502 -0.008305 0.027383 -0.010014 -0.036459 0.059175 0.000172 0.003268 -0.023021 0.024393 -0.004152 0.040235 0.029181 0.040653 0.024352 0.003748 -0.001956 0.027533 -0.029755 -0.013176 0.009136 0.034977 0.008988 0.009245 -0.0105 0.0192 -0.006872 0.030268 0.021548 -0.011818 -0.010132 -0.015246 0.027403 -0.009179 -0.032395 -0.006616 -0.018658 -0.04202 -0.008134 0.016302 -0.004127 -0.008517 -0.029232 0.02268 -0.024348 0.009458 0.013607 -0.03791 -0.0038 0.014151 0.005836 -0.045718 -0.042417 0.006341 0.025147 -0.01459 0.002561 0.003217 0.003963 -0.034093 -0.013611 0.010959 0.026012 0.028942 0.035566 0.001713 -0.010867 -0.015052 0.038139 -0.010891 0.017658 -0.034199 0.026263 -0.027663 0.048059 -0.008221 -0.018642 0.026468 -0.012871 -0.003954 0.016184 -0.00756 -0.001088 -0.022712 0.011076 -0.001411 0.041411 -0.031263 -0.015163 0.004542 -0.019638 0.007285 -0.004586 -0.025873 -0.008313 0.003596 -0.004719 0.017079 0.017748 -0.000306 -0.004903 -0.030322 -0.00223 -0.021485 -0.00366 0.026923 -0.010612 0.063842 0.031094 0.033034 0.007025 -0.003362 -0.03654 -0.046211 -0.019651 -0.001283 0.046339 9e-05 -0.015732 0.014665 3.5e-05 0.024271 -0.023011 -0.015263 -0.022957 -0.0384 -0.008435 0.022124 0.019681 0.001252 0.014179 0.022267 -0.026502 0.013546 -0.008807 -0.033763 -0.000325 0.029373 -0.040959 -0.009004 -0.037938 0.002233 -0.00993 -0.013597 -0.022579 0.035316 -0.014532 -0.010758 -0.021019 -0.019266 -0.051354 0.002341 -0.049724 -0.011113 0.007235 0.010978 0.024234 -0.003758 0.026687\nᠦ 0.031968 -0.001367 -0.028724 0.002578 0.006907 0.027216 -0.010773 -0.01207 -0.014615 -0.019139 0.027714 0.004141 -5.3e-05 -0.002137 0.021476 -0.012417 -0.001939 -0.008368 -0.00656 -0.039469 -0.027814 0.00355 0.006796 0.001551 -0.009722 0.011013 -0.006194 -0.006015 -0.01171 -0.024551 0.020464 -0.030093 -0.002344 -0.022538 0.010715 -0.009093 -0.01667 0.036386 0.002755 0.007589 -0.023875 0.000554 0.001801 -0.003603 -0.013032 -0.006636 0.021819 -0.001064 -0.000377 0.013526 0.010901 0.035963 0.028152 -0.007736 0.029349 0.008257 -0.002828 0.021307 -0.015562 0.017948 -0.025514 -0.020584 -0.019129 0.000675 0.013457 0.016199 0.028895 -0.006072 0.035668 0.003632 -0.0436 -0.00734 0.027094 0.02701 -0.024438 -0.004286 -0.018451 0.011239 -0.035431 0.003233 0.009027 -0.004328 0.013593 -0.001509 -0.012598 -0.038755 0.006545 0.007931 -0.006393 -0.006777 -0.025461 0.014864 0.017127 -0.020966 0.010444 -0.000791 -0.004779 -0.038901 -0.006779 0.000381 -0.017965 0.008355 -0.007648 -0.028572 0.001421 -0.014039 -0.012199 0.002571 0.030312 -0.007011 0.025331 0.023033 0.010576 -0.022823 0.007224 -0.018274 -0.004078 0.00773 -0.016113 -0.018482 0.027605 0.005518 0.029963 0.008964 0.03605 0.019343 -0.009303 0.000521 -0.004645 -0.02273 -0.021226 0.003655 -0.003069 0.02633 -0.007354 0.011682 -0.030039 0.019293 0.024853 0.038491 -0.003632 -0.012586 -0.002211 0.016644 -0.022083 -0.033519 0.057266 0.017238 -0.004186 -0.021829 -0.001351 0.013712 0.024703 -0.001346 -0.011553 0.004711 0.012577 -0.006081 0.002274 -0.01925 -0.017752 0.011137 0.007425 0.011338 -0.028851 -0.0085 -0.00305 -0.027432 0.017531 0.024082 -0.007837 -0.011639 -0.009983 0.030404 -0.003901 -0.019756 -0.015411 -0.017894 -0.036148 -0.005628 0.019717 -0.010682 0.001878 -0.013612 -0.009192 -0.014053 0.001493 0.008663 -0.041826 0.003944 0.02554 0.026362 -0.023292 -0.025385 0.006629 0.039755 -0.018606 0.003273 0.003587 -0.007734 -0.021544 -0.017712 0.012165 0.024536 0.006252 0.015904 0.005033 -0.017004 0.003965 0.034303 -0.023597 -0.006458 0.0006 0.010601 0.003963 0.048817 0.007564 -0.002759 -0.002118 -0.001892 0.0092 0.00217 -0.012904 0.011811 -0.013219 0.000521 -0.002103 -0.000196 -0.00256 -0.017542 -0.004692 -0.008443 0.008743 -0.009551 -0.027053 -0.003411 -0.011079 -0.038194 0.01497 0.010005 -0.007105 0.017786 -0.014537 0.01108 0.013679 -0.007138 0.017598 -0.005731 0.038925 0.030442 0.015521 0.008765 -0.001288 -0.012557 -0.011443 -0.017319 -0.008638 0.030418 -0.0262 0.00693 0.001657 -0.012181 0.020858 -0.028689 -0.01709 -0.012309 -0.023003 -0.013759 -0.003887 0.00356 0.010297 -0.001639 0.008546 -0.006392 0.013334 0.020872 0.001118 0.004599 0.038058 -0.040633 -0.006467 -0.020723 0.011024 0.020867 -0.015899 -0.006624 0.032089 -0.007722 -0.008253 -0.011256 -0.010203 -0.027203 0.015414 -0.051169 -0.002065 -0.001895 0.010392 0.020596 0.014583 -0.002422\nर 0.025298 0.000436 -0.049112 0.021402 0.009895 0.03334 0.002734 -0.005716 -0.021588 -0.029662 0.038527 0.012964 -0.007351 -0.022629 0.027224 -0.003805 0.004735 -0.018311 -0.007963 -0.041994 -0.015135 0.002167 0.007214 0.012677 0.005265 0.01862 -0.010999 -0.01146 -0.016341 -0.025472 0.02473 -0.031498 -0.017824 -0.03611 0.008795 0.011348 -0.035072 0.037408 0.009448 0.019348 -0.030511 0.01041 0.002606 -0.000673 -0.022224 -0.017565 0.032293 -0.004789 -0.002084 0.011431 0.005656 0.050439 0.034899 -0.037219 0.039308 0.005837 -0.003335 0.016652 -0.004886 0.025471 -0.031306 -0.028141 -0.003957 -0.018583 0.012328 0.016784 0.034709 -0.008937 0.028633 0.018168 -0.048843 -0.008225 0.020768 0.014778 -0.045678 0.001886 -0.029244 0.020618 -0.034194 -0.016852 0.009201 -0.003081 0.004053 0.011777 -0.019631 -0.04158 0.004755 -0.006342 -0.017449 -0.001815 -0.010106 0.020637 0.004911 -0.013602 0.015385 -0.004635 -0.00499 -0.038388 -0.001608 -0.003278 -0.023168 0.001192 -0.003755 -0.022245 0.012559 -0.009763 -0.014349 0.006121 0.036631 -0.003455 0.042483 0.0219 0.023635 -0.019216 0.005171 0.001284 -0.003008 0.001344 -0.018164 -0.037024 0.022995 -0.001652 0.035369 0.025574 0.033186 0.010904 -0.00832 -0.012919 -0.01345 -0.018372 -0.013751 0.001309 -0.020029 0.033246 -0.018655 0.01026 -0.030911 0.004746 0.005078 0.038343 -0.010984 -0.008471 0.007538 0.026944 -0.037151 -0.04772 0.046494 0.012592 0.001259 -0.040328 0.000557 0.011866 0.029129 0.020133 0.001227 0.005362 0.003281 -0.025677 0.013917 -0.018756 -0.021885 0.012065 0.022273 0.013001 -0.015643 -0.012468 0.023662 -0.017456 0.018804 0.017264 -0.025129 -0.018064 -0.011967 0.032914 -0.014899 -0.026421 -0.008144 -0.008921 -0.035736 -0.014036 0.029127 -0.010871 0.007535 -0.011956 -0.00449 -0.014117 0.002911 0.025549 -0.05452 0.002884 0.018729 0.022476 -0.033987 -0.038259 0.003081 0.037656 -0.019734 0.015718 0.002196 -0.00484 -0.037 -0.029181 0.011521 0.025506 0.018053 0.014629 0.00841 -0.00926 -0.004661 0.04096 -0.017334 -0.007139 -0.008646 0.016559 -0.003125 0.064645 0.010062 -0.023516 0.011116 0.000984 -0.005584 0.005041 -0.005137 0.006675 -0.028206 -0.004893 0.001598 0.018791 -0.003998 -0.023463 -0.007302 -0.004709 -0.003279 -0.026418 -0.033272 -0.005601 -0.00947 -0.030809 0.027514 0.024192 0.012032 0.020308 -0.023498 0.017489 -0.001513 -0.003501 0.033111 -0.003132 0.032516 0.049743 0.022691 0.00708 -0.004283 -0.035245 -0.028704 -0.017735 -0.009032 0.020377 -0.031198 -0.01406 0.002176 -0.011806 0.027408 -0.018833 -0.026192 -0.016951 -0.025915 -0.018111 0.005177 -0.003933 0.017014 0.00316 0.009572 -0.005656 0.00745 0.001053 -0.002472 0.015979 0.046217 -0.046037 9.6e-05 -0.020871 0.0156 0.016202 -0.021304 -0.008661 0.01748 -0.011921 -0.022347 -0.013119 0.004321 -0.037904 0.008156 -0.059896 -0.01026 0.009642 0.012313 0.017826 0.011843 0.007465\nਲ 0.026837 -0.001689 -0.057015 -0.014686 0.013454 0.031218 -0.000164 -0.021723 -0.025668 -0.043102 0.049844 0.020653 -0.010944 -0.009318 0.042092 -0.023925 0.018655 -0.019074 -0.012744 -0.060298 -0.010938 0.005114 0.001772 0.008052 -0.004232 0.002844 -0.022699 -0.016787 0.00191 -0.050083 0.015438 -0.04136 -0.013158 -0.039769 0.000396 0.01422 -0.028197 0.053399 0.006482 0.024408 -0.050402 0.003805 0.004852 -0.008432 -0.024775 -0.020981 0.047841 -0.001807 -0.006741 0.004551 0.001921 0.047238 0.035295 -0.020348 0.047682 0.000352 -0.01874 0.012123 -0.002015 0.019619 -0.04978 -0.037053 0.000886 -0.013241 0.025262 0.041131 0.056998 0.003279 0.039574 0.017584 -0.062548 -0.00257 0.020262 0.032437 -0.051802 0.00419 -0.054417 0.016385 -0.05057 -0.004786 0.000484 -0.016687 0.007041 0.006942 -0.023548 -0.031979 0.006844 -0.015339 -0.018768 -0.017677 -0.009025 0.0147 0.030483 -0.007111 0.022607 -0.000671 -0.017443 -0.042584 -0.008109 -0.001424 -0.041874 0.008572 -0.005183 -0.032056 0.02103 -0.021013 -0.02494 0.012545 0.052103 -0.008766 0.042825 0.029438 0.028626 -0.044719 0.007253 -0.005146 0.009405 -0.005979 -0.015997 -0.022942 0.02766 0.006723 0.038386 0.026077 0.040489 0.030249 -0.011119 -0.002142 -0.011859 -0.017103 -0.01044 -0.007038 -0.011605 0.04555 -0.031129 0.013917 -0.042736 0.009563 0.014927 0.050611 0.006084 -0.015955 0.003145 0.016956 -0.054998 -0.057845 0.068986 0.021461 0.007838 -0.035391 0.011051 0.019121 0.037482 0.030175 0.000657 0.006031 0.008175 -0.022521 0.027788 -0.035639 -0.031952 0.011831 0.03271 0.008969 -0.013136 -0.014006 0.028677 -0.024486 0.022945 0.014648 -0.030427 -0.026387 -0.001545 0.026759 -0.025164 -0.031935 -0.021017 -0.015555 -0.058591 -0.02481 0.01795 -0.014884 0.006045 -0.029686 -0.013797 -0.024775 0.022384 0.0225 -0.047564 -0.000411 0.031427 0.028398 -0.030706 -0.02881 0.002554 0.049831 -0.032373 0.018847 0.001303 -0.004219 -0.031434 -0.027972 0.01026 0.042412 0.025549 0.010826 0.022817 -0.011585 -0.001806 0.054528 -0.013689 -0.005792 0.007086 -0.003358 -0.002139 0.058653 0.024332 -0.024376 0.03063 -0.016685 -0.015949 -0.004866 0.001492 -0.00202 -0.01225 -0.001546 -0.004178 0.033643 -0.017452 -0.031443 0.001983 -0.011701 -0.001445 -0.024133 -0.047229 -0.033904 -0.014796 -0.047789 0.014598 0.026151 0.000329 0.016992 -0.033657 0.028197 -0.014683 -0.002262 0.025792 -0.00682 0.058104 0.065973 0.031443 0.010562 -0.015054 -0.033968 -0.021781 -0.024553 -0.003106 0.049857 -0.033268 -0.019143 0.011536 -0.027522 0.028662 -0.028731 -0.044747 -0.015163 -0.051322 -0.027683 0.015123 0.003424 0.017034 0.017397 0.028116 -0.00671 0.010913 -0.010355 0.007908 0.019723 0.058476 -0.069083 -0.004548 -0.028944 0.017045 0.022297 0.001291 -0.020213 0.037248 -0.015118 -0.03233 -0.003416 -0.006543 -0.035849 0.023229 -0.097451 -0.003181 0.008924 0.018762 0.020659 -0.002216 0.007558\nີ 0.020909 0.000258 -0.033076 0.024347 0.005972 0.034581 0.004881 0.003587 -0.010956 -0.031243 0.024121 0.015339 -0.006443 -0.011512 0.019801 -0.005785 0.005292 -0.016672 -0.001372 -0.03016 -0.016973 0.004831 0.006821 0.013243 0.005008 0.011967 -0.012934 -0.008235 -0.008882 -0.01136 0.018708 -0.026426 -0.012624 -0.032393 0.014577 0.014625 -0.022034 0.032162 -0.004482 0.017527 -0.014856 0.005689 -0.001685 0.000329 -0.018487 -0.018115 0.022873 -0.000999 0.000489 0.013098 0.003944 0.041069 0.027301 -0.025731 0.032851 0.014532 0.003586 0.008146 -0.00414 0.015064 -0.023709 -0.022026 -0.007833 -0.013325 0.012304 0.016179 0.032355 -0.01363 0.023772 0.012317 -0.037593 -0.004282 0.015761 0.013985 -0.032703 -0.000451 -0.028172 0.013636 -0.026114 -0.008014 0.013116 0.003338 0.002977 0.009095 -0.016074 -0.043375 0.007793 -0.00763 -0.010249 -0.010934 -0.001896 0.012466 0.001932 -0.007302 0.009265 -0.003131 0.00249 -0.031869 0.000879 0.001986 -0.023095 0.000906 6.5e-05 -0.030011 0.016899 -0.004042 -0.006694 -0.000255 0.027649 0.002247 0.031671 0.016983 0.027357 -0.016357 0.007846 0.004091 0.000434 0.002264 -0.011527 -0.03139 0.019156 -0.001902 0.030179 0.014194 0.027429 0.013064 -0.012905 -0.007896 -0.006477 -0.010989 -0.013451 -0.009063 -0.009535 0.0299 -0.015607 0.015156 -0.027443 0.002209 0.002905 0.032473 -0.004812 -0.002238 0.010709 0.012938 -0.024874 -0.029034 0.036315 0.005286 -0.002655 -0.029534 0.008341 0.008495 0.029527 0.01515 0.003316 0.011078 0.0073 -0.018744 0.012688 -0.024889 -0.010498 0.014337 0.00996 0.013221 -0.011339 -0.017079 0.012258 -0.016075 0.012944 0.010122 -0.013836 -0.026783 -0.002732 0.023365 -0.014999 -0.016465 -0.003345 -0.00512 -0.027774 -0.016225 0.024872 -0.013003 0.00276 -0.002716 -0.007213 -0.006373 0.00723 0.017019 -0.042174 0.001341 0.011354 0.024102 -0.030165 -0.028116 0.002766 0.029844 -0.020348 0.012355 0.004876 0.00879 -0.023036 -0.016783 0.008899 0.017738 0.012927 0.014187 -0.005995 -7.8e-05 -0.000271 0.033285 -0.017062 -0.001779 -0.001308 0.009053 0.00298 0.049253 0.012662 -0.020523 0.007689 -0.002454 -0.003486 0.010629 -0.005192 -0.003734 -0.015354 -0.008467 -0.000689 0.016103 -0.007913 -0.021564 -0.002962 -0.003089 -0.006899 -0.018276 -0.022596 -0.00219 -0.006516 -0.028236 0.026157 0.021309 0.011392 0.023093 -0.020582 0.011292 -0.002787 -0.011001 0.031577 -0.014425 0.03242 0.04668 0.012292 0.003669 -0.003662 -0.02773 -0.016435 -0.010576 0.004751 0.014261 -0.023056 -0.010367 0.008873 -0.00691 0.0227 -0.025614 -0.019558 -0.020686 -0.028456 -0.013903 0.00744 -0.004662 0.011389 0.004686 -0.000141 -0.00217 0.006521 -0.001531 0.00517 0.006027 0.023865 -0.036812 0.000172 -0.006822 0.006509 0.009583 -0.019378 -0.003689 0.005568 -0.013925 -0.022254 -0.00718 0.012613 -0.026525 0.005944 -0.046919 -0.017563 0.004389 0.011121 0.021084 0.014554 0.002409\nံ 0.035823 -0.005296 -0.024571 0.011569 0.006763 0.063331 -0.008474 -0.008292 -0.019425 -0.034122 0.042314 0.018296 -0.014127 -0.027385 0.042838 -0.004289 -0.006673 -0.020399 0.011962 -0.070162 -0.017019 -0.00281 0.009121 -0.00079 -0.000686 -0.002192 -0.041836 -0.030468 -0.024358 -0.031342 0.036788 -0.02465 -0.028974 -0.045121 0.020006 0.009928 -0.008093 0.035756 -0.008711 0.012133 -0.035093 0.007473 0.012045 0.002796 -0.033233 -0.011547 0.026869 -0.003026 -0.008645 0.015661 -0.005257 0.037317 0.031765 -0.034487 0.040578 0.016017 -0.022736 0.003259 -0.012443 0.012832 -0.060067 -0.02827 -0.003062 -0.000364 0.021451 0.010391 0.037279 0.00093 0.060527 0.035512 -0.068032 -0.014604 0.021236 0.02626 -0.039858 -0.015831 -0.026972 0.026918 -0.061882 -0.000711 -0.006903 -0.001925 -0.018151 0.005055 -0.029425 -0.061043 -0.001396 0.001397 -0.016434 -0.011915 -0.015805 0.033127 0.019884 -0.033529 0.018493 -0.007226 -0.017271 -0.039864 -0.015895 0.000272 -0.03925 0.011699 0.003901 -0.030451 0.020408 -0.009316 -0.007801 -0.004188 0.045734 -0.010715 0.048615 0.050329 0.033476 -0.02658 0.014574 -0.007176 0.010829 -0.010589 -0.031351 -0.016942 0.020528 0.00088 0.038859 0.032501 0.041913 0.014626 -0.015285 -0.004209 -0.01412 -0.037421 -0.014458 0.014315 0.008359 0.043457 -0.015404 0.01256 -0.02581 0.038746 -0.005967 0.044563 0.001978 -0.003425 -0.010119 0.031753 -0.049771 -0.054139 0.081182 0.01489 0.007029 -0.034351 0.012791 0.022793 0.042353 0.001847 -0.009448 0.002814 0.013921 -0.01628 0.032612 -0.014888 -0.035975 0.00896 0.021367 0.01302 -0.027408 -0.028166 0.02916 -0.019803 0.020202 0.025471 -0.017345 -0.016883 -0.013479 0.028798 -0.016488 -0.018617 0.011393 -0.023081 -0.051848 -0.00363 0.033335 0.007904 0.022981 -0.017114 -0.008177 -0.025899 0.011939 0.028498 -0.031051 0.001123 0.003486 0.030144 -0.048432 -0.032397 -0.000437 0.036024 -0.015814 0.017373 -0.007073 -0.002688 -0.041014 -0.030868 0.007307 0.043021 0.016366 0.027518 0.012129 -0.010357 -0.002832 0.051411 -0.029922 -0.01377 -0.010451 0.011002 -0.011175 0.052683 0.023795 -0.038178 0.003538 0.022346 0.010273 -0.000617 -0.021551 0.003822 -0.037855 0.009534 -0.00877 0.028592 0.015368 -0.006455 -0.027933 -0.015493 0.002407 -0.047682 -0.045343 -0.021732 -0.026666 -0.044196 0.016292 -0.00118 0.019172 0.037775 -0.036271 0.009007 -0.012853 9.2e-05 0.025166 -0.022251 0.04609 0.036123 0.028063 0.005741 -0.001886 -0.028653 -0.023855 0.003684 -0.023306 0.019897 -0.030955 0.012362 0.000752 -0.015405 0.028824 -0.026801 -0.046353 -0.032068 -0.043431 -0.014652 0.005748 -0.002451 0.024026 0.020208 0.021175 -0.012823 0.029617 0.016748 0.007994 -0.002248 0.077385 -0.05913 0.015808 -0.013781 0.015862 0.028091 -0.006572 -0.017172 0.017912 -0.016477 -0.025021 -0.01704 -0.002876 -0.046549 0.025706 -0.074353 -0.02696 0.024297 0.011702 0.040362 0.001625 0.003625\nŀ 0.028302 -0.013192 -0.026081 -0.020005 0.006844 0.037748 -0.005167 -0.027658 0.009151 -0.024412 0.001057 0.020764 0.004048 -0.049548 0.020353 0.009237 -0.032116 0.020886 -0.014857 -0.002552 -0.00584 -0.010614 -0.019072 -0.012754 -0.029752 0.064233 -0.003733 0.016996 -0.001006 -0.035404 -0.013502 -0.002728 -0.025094 0.00621 -0.006761 -0.009004 -0.006884 -0.008255 -0.010808 -0.003138 -0.03226 0.024605 0.035586 -0.014149 -0.035927 -0.015854 0.031265 -0.008243 0.015765 0.032764 -0.005114 -0.00907 -0.009329 0.015809 0.074468 -0.025978 -0.034161 0.036217 -0.036231 0.053148 -0.019108 0.014168 0.009939 0.030525 0.03028 0.011187 0.035104 0.009955 0.042381 0.013411 -0.039707 -0.003483 0.006021 0.008922 -0.014944 0.001877 -0.038393 -0.020857 -0.018486 -0.004397 -0.003784 -0.017523 -0.009238 -0.012286 -0.050285 -0.005885 -0.019597 0.012147 0.011158 -0.020342 0.025796 0.014837 0.016619 0.005429 0.006608 -0.011482 -0.001646 -0.032418 0.008963 -0.024841 0.031311 -0.019326 -0.006226 0.017894 0.010821 -0.032879 -0.019557 0.045174 -0.005671 -0.025311 0.043045 -0.012642 0.008075 -0.03026 -0.004973 -0.02041 -0.004258 0.014116 -0.006324 -0.02069 0.007787 -0.003112 0.016558 0.048931 0.040371 -0.000655 -0.047809 0.030414 0.003384 0.023419 -0.025661 -0.010194 0.048563 0.002567 0.009757 -0.005125 0.001155 0.019473 0.035591 0.003273 0.013997 0.016723 0.051527 0.001293 -0.057972 -0.046129 0.029928 -0.006125 0.044325 -0.007896 0.011477 0.042572 0.008494 -0.024952 -0.034439 -0.000537 0.027016 -0.036218 0.02269 -0.018028 -0.029586 0.012829 0.014178 0.036543 0.012355 -0.006206 0.006616 -0.000759 -0.013467 0.016127 -0.02976 -0.007146 -0.010808 0.007129 -0.006405 -0.016968 0.006947 0.034241 -0.016138 0.043902 0.00345 -0.052135 0.015917 -0.002206 -0.014412 -0.001168 0.009477 0.001378 -0.031265 0.035595 0.013693 0.018853 -0.025478 -0.025023 -0.003947 0.055901 -0.03035 0.012446 0.003946 0.0007 -0.007253 -0.049006 0.009307 0.029045 -0.009219 -0.024418 -0.008368 0.042608 -0.013201 -0.018791 0.007521 -0.026515 0.012243 0.053114 0.007293 0.022168 0.040276 -0.024247 0.016826 0.013065 0.039735 0.016675 0.031224 -0.003946 -0.036636 0.008908 -0.017729 -0.003217 -0.008209 0.015267 0.027959 -0.001585 -0.021656 0.015106 -0.015791 -0.02899 -0.001119 -0.009451 -0.016793 -0.020353 -0.023891 0.00258 0.014824 0.003112 0.013648 0.002265 0.041657 0.005121 0.012265 -0.007084 0.024558 0.030361 -0.058232 -0.010549 -0.022007 0.007948 -0.00055 -0.037367 0.00319 0.027733 0.013561 0.003353 0.008144 -0.024866 0.010886 0.004322 -0.016032 0.0328 0.005219 -0.013833 0.015768 -0.009735 0.019673 -0.010637 0.024446 -0.044956 0.019039 0.036864 0.032412 -0.003633 0.012674 -0.030966 0.026711 0.019639 -0.010058 -0.026914 0.04373 0.002463 -0.035135 0.02607 0.00822 0.009514 0.022653 0.005191 -0.026275 0.030983 0.014064 0.006725 0.009172 0.009903\nே 0.038268 0.016696 -0.053918 0.0299 0.021032 0.043601 0.003999 0.004393 -0.02312 -0.038273 0.048403 0.017477 -0.001643 -0.031676 0.039168 -0.000202 0.008259 -0.026858 -0.001223 -0.051292 -0.003364 0.002328 0.017657 0.01863 0.00526 0.021557 -0.007836 -0.0021 -0.0187 -0.035125 0.018292 -0.041011 -0.024215 -0.059742 0.021055 0.01617 -0.055074 0.042697 0.005082 0.03305 -0.026854 0.013957 0.002726 0.002943 -0.04088 -0.023934 0.038903 -0.007642 0.002411 0.025021 0.001611 0.059656 0.042829 -0.044558 0.052193 0.011128 -0.017664 0.033647 -0.018357 0.034231 -0.031913 -0.031282 0.000661 -0.016733 0.012886 0.020284 0.042048 -0.015775 0.045331 0.019389 -0.045985 -0.001473 0.031476 0.028297 -0.06244 0.013371 -0.037622 0.031503 -0.038014 -0.006868 0.013138 -0.003881 -0.010019 0.012432 -0.02287 -0.070675 0.013975 -0.015616 -0.019338 0.004344 -0.007528 0.033036 -0.000462 -0.025928 0.013921 -0.008972 -0.005437 -0.051258 0.004026 -0.00786 -0.014329 0.005884 0.002625 -0.034282 0.014239 -0.000804 -0.012849 0.015715 0.031073 -0.006966 0.048869 0.026784 0.036904 -0.013261 0.013407 0.008883 -0.015951 -0.003652 -0.019275 -0.042678 0.021699 -0.003065 0.049355 0.018085 0.050066 0.014652 -0.01469 -0.01501 -0.005084 -0.021706 -0.023187 0.007054 -0.019563 0.034009 -0.025793 0.011913 -0.026649 0.003201 0.007402 0.054634 -0.009003 -0.008669 0.018497 0.037574 -0.037925 -0.059817 0.056599 0.011342 0.004642 -0.049275 0.001816 0.015761 0.0318 0.030428 -0.005555 0.002136 0.002308 -0.032932 0.021941 -0.032864 -0.025062 0.023539 0.025043 0.016327 -0.015058 -0.022064 0.029227 -0.034545 0.017876 0.027548 -0.027799 -0.01927 -0.014144 0.042261 -0.02725 -0.030838 -0.012415 -0.001845 -0.037432 -0.029463 0.04205 -0.008735 0.004335 -0.009604 -0.006724 -0.018511 0.006463 0.016246 -0.067673 0.017225 0.011041 0.028078 -0.031251 -0.057552 0.004347 0.04949 -0.026758 0.023204 0.008681 0.01036 -0.036822 -0.049191 0.017447 0.036676 0.016995 0.024728 0.017623 -0.009487 -0.014053 0.048152 -0.033401 -0.002228 -0.017674 0.019329 0.007227 0.073902 0.002294 -0.025675 0.005015 0.001058 -0.010826 0.006662 -0.002025 0.01784 -0.019704 -0.001672 0.007965 0.031882 -0.0114 -0.019145 -0.008445 0.006332 -0.001984 -0.032777 -0.041454 -0.004208 -0.013758 -0.028173 0.032994 0.023132 0.010535 0.028676 -0.021192 0.016821 0.012833 -0.018842 0.046088 -0.011051 0.038919 0.056235 0.038003 0.013271 0.00848 -0.059354 -0.043187 -0.020498 -0.00703 0.019975 -0.029834 -0.01217 0.002512 -0.024543 0.042916 -0.0281 -0.045069 -0.023993 -0.046214 -0.010517 0.013477 -0.01245 0.036645 0.001375 0.004133 0.005268 0.00809 0.01133 -0.010498 0.029014 0.051399 -0.060001 -0.003919 -0.023347 0.01887 0.024148 -0.028001 0.001818 0.011574 -0.01105 -0.022457 -0.016798 0.014123 -0.047289 0.013333 -0.07638 -0.005939 -0.001061 0.011357 0.022483 0.026814 0.008051\n๊ 0.023262 -0.006905 -0.025168 0.019695 0.013357 0.029784 0.009314 0.010325 -0.023617 -0.018211 0.009897 0.0039 0.001428 -0.016729 0.028729 -0.000102 0.006389 -0.018351 0.005672 -0.028992 -0.02192 0.000459 0.010459 -0.00077 0.000515 0.012826 -0.013294 -0.005985 -0.012276 -0.020141 0.009674 -0.024556 -0.015884 -0.027342 0.006606 0.006225 -0.019559 0.034513 0.010391 0.006969 -0.025332 0.006502 -0.004679 -0.011397 -0.017679 -0.026253 0.026196 0.007205 0.00111 0.012031 0.01393 0.047983 0.028474 -0.03056 0.029439 0.004775 0.004581 0.018902 -0.008928 0.013863 -0.027844 -0.028275 -0.001106 -0.011577 0.001896 0.011448 0.023 -0.02081 0.031154 0.014462 -0.042433 -0.004644 0.017496 0.009801 -0.051253 0.006782 -0.026248 0.022831 -0.026192 -0.008419 0.013214 -0.001555 0.004904 0.024829 -0.017301 -0.031292 0.006703 -0.002314 -0.017873 0.000496 -0.007918 0.0163 0.009197 -0.009987 0.015476 -0.006645 0.000206 -0.026187 -0.002216 0.00171 -0.017888 0.008689 0.000596 -0.019367 0.01164 -0.001356 -0.005199 0.005589 0.02744 -0.00672 0.032205 0.016447 0.027501 -0.021485 0.013988 0.005616 0.000891 -0.002953 -0.007874 -0.031673 0.013019 -0.000215 0.034492 0.02139 0.027077 -0.001848 -0.002329 -0.013096 -0.005224 -0.018592 -0.003575 -0.003479 -0.012422 0.025271 -0.020467 0.007491 -0.014695 -0.001486 0.00411 0.033089 -0.004589 -0.005228 0.00274 0.024287 -0.03526 -0.036907 0.039652 -0.003497 0.000982 -0.032544 0.003842 0.01343 0.026367 0.018898 -0.004222 0.002782 -0.00553 -0.028189 0.024312 -0.013544 -0.007703 0.016317 0.017211 0.009745 -0.016308 -0.006359 0.013913 -0.008587 0.022765 0.011224 -0.018668 -0.015941 -0.009855 0.015836 -0.017332 -0.023602 -0.001341 -0.002477 -0.030614 -0.018966 0.023871 -0.014137 0.004289 -0.010443 -0.005811 -0.01745 0.011908 0.006663 -0.033772 0.004287 0.011239 0.018761 -0.029895 -0.029949 0.01378 0.028694 -0.0181 0.013053 -0.004619 7.6e-05 -0.021677 -0.019398 0.009975 0.025625 0.020998 0.015655 0.011421 -0.003349 -0.003237 0.023495 -0.016852 -0.000861 -0.001116 0.009032 0.006134 0.047282 -0.005661 -0.021508 0.012606 0.000652 -0.000557 0.004267 0.003253 0.007976 -0.017551 -0.004038 -0.004618 0.01505 0.002871 -0.018903 -0.011629 -0.001168 0.003718 -0.017497 -0.027028 -0.006554 -0.019026 -0.020291 0.02733 0.028791 0.012332 0.026877 -0.023617 0.015307 0.002893 -0.001746 0.031371 -0.004629 0.020728 0.040576 0.022576 0.005646 -0.004761 -0.028971 -0.022623 -0.024457 -0.006211 0.022288 -0.022974 -0.010648 0.014499 -0.007881 0.021079 -0.016995 -0.023826 -0.018242 -0.020672 -0.015716 0.000308 -0.002894 0.018618 -0.004696 0.009785 -0.005083 0.013661 0.001792 0.002163 0.0136 0.035334 -0.048874 0.002524 -0.014101 0.010743 0.016578 -0.004443 -0.007964 0.016904 -0.007537 -0.019444 -0.00988 0.007097 -0.033879 0.007805 -0.052216 -0.008108 0.018406 0.010046 0.018767 0.017159 -0.003171\nው 0.030679 -0.010988 -0.044017 0.012918 -0.003958 0.016785 0.002063 0.00329 -0.030523 -0.024753 0.035356 0.005886 -0.01772 -0.012851 0.022693 0.013232 -0.000273 -0.018855 -0.0132 -0.035527 -0.023063 0.001568 0.009267 0.005305 -0.001347 -0.001734 -0.015309 -0.007811 -0.029157 -0.022396 0.024579 -0.024852 -0.011258 -0.029457 0.012438 0.006984 -0.020245 0.041337 -0.001508 0.027169 -0.019491 0.016102 0.011339 0.005474 -0.020754 -0.021645 0.018323 0.003633 -0.006572 0.013848 0.008185 0.046274 0.009574 -0.026245 0.019585 0.013229 -0.002321 0.023763 -0.002113 0.026224 -0.034435 -0.012137 -0.007675 -0.005976 0.013943 0.027686 0.032552 -0.00612 0.048405 0.023784 -0.035962 0.000701 0.031885 0.032269 -0.028663 0.009664 -0.01471 0.025812 -0.032455 -0.01551 -0.000204 -0.004051 0.005425 0.0058 -0.012319 -0.043486 -0.001022 -0.010252 -0.018811 -0.006887 -0.006278 0.017657 0.021537 -0.009703 0.014715 -0.016547 -0.010694 -0.023189 -0.008071 0.013405 -0.027957 -0.00346 -0.002238 -0.040714 0.007443 -0.000731 -0.01508 -0.00211 0.025401 -0.00228 0.034164 0.026613 -0.006559 -0.009108 0.006629 -0.004673 -0.018375 0.006903 -0.014508 -0.024428 0.02276 0.004963 0.035629 0.02371 0.021323 0.030744 -0.022786 -0.025841 -0.022187 -0.022781 -0.017193 -0.006421 -0.017883 0.021894 -0.017345 0.005786 -0.021321 -0.012561 0.010285 0.032367 -0.001721 0.003696 0.009844 0.034685 -0.023646 -0.039684 0.055471 0.004061 0.003921 -0.032007 0.007457 0.003749 0.028231 0.021249 -0.000624 -0.0021 0.000846 -0.013487 0.02506 -0.000821 -0.019693 0.009897 0.042729 0.00877 -0.003654 -0.015787 0.009391 -0.017927 0.012309 0.017982 -0.022935 -0.022237 -0.002436 0.035939 -0.028328 -0.028305 -0.000971 -0.011609 -0.021849 -0.008886 0.036564 0.002337 -0.00624 -0.003512 0.001529 -0.032056 0.01032 0.008417 -0.030286 -0.011454 0.005034 0.012376 -0.033202 -0.034561 0.002774 0.027058 -0.016112 0.008578 -0.007612 -0.013407 -0.02872 -0.031498 0.014621 0.024488 0.019339 0.022516 0.012158 0.000449 -0.009951 0.034075 -0.027902 0.010676 -0.009507 0.013565 -0.010454 0.062902 0.010515 -0.016336 -0.009654 0.001365 -0.010294 -0.008377 -0.014464 0.01972 -0.004149 0.000862 -0.004336 0.024459 0.0061 -0.039991 -0.006953 -0.001682 -0.001028 -0.019585 -0.035834 -0.009723 -0.01457 -0.021425 0.030394 0.009224 -0.0007 0.019652 -0.030915 0.007996 0.018814 -0.000126 0.033361 0.013702 0.025905 0.040104 0.023067 0.00426 0.000125 -0.015516 -0.015177 -0.017443 0.005532 0.012505 -0.021281 -0.014609 0.011205 -0.023274 0.013661 -0.033181 -0.022823 -0.025652 -0.036003 -0.007216 0.018016 -0.0008 0.011554 0.010464 0.009223 -0.013634 0.02035 0.014995 -0.020037 0.017679 0.041523 -0.036283 0.007833 -0.016281 0.016459 -0.001927 0.004407 0.008002 0.009287 -0.006 -0.005413 -0.015961 0.003482 -0.035319 -0.000854 -0.060815 -0.004988 0.007672 -0.000816 0.032887 0.009128 -0.004642\nổ 0.053067 0.002256 -0.051142 0.029719 0.013478 0.017565 0.022388 -0.044672 -0.025784 -0.027918 0.039587 -0.02407 -0.017903 0.014107 0.003363 -0.012105 0.02513 -0.027799 -0.003891 -0.030574 -0.024346 0.010659 -0.002115 0.015486 -0.027909 0.021327 0.003482 0.004542 0.020098 -0.006014 0.018349 -0.023917 0.018185 -0.00932 0.038146 -0.004177 -0.035045 0.017235 -0.01184 0.035164 -0.003269 0.020628 -0.023338 0.001366 -0.030561 -0.040527 0.031389 -0.005243 0.00846 0.035288 0.012191 0.045096 0.041897 -0.040914 0.059117 0.007136 -0.011243 0.036766 -0.009508 0.0063 -0.016876 -0.025124 -0.009503 0.016006 0.014353 0.007956 0.044967 -0.013317 0.026813 0.005165 -0.028706 -0.014513 0.033881 0.008028 -0.038879 0.021584 0.003709 0.033626 -0.014635 -0.008182 0.011473 -0.010733 0.0051 0.044327 -0.028216 -0.044604 -0.026469 -0.011236 -0.005109 -0.026671 -0.001165 0.022813 -0.017048 -0.011421 -0.004213 -0.002995 -0.016272 -0.007163 -0.003211 -0.010269 -0.011378 0.017167 -0.011237 -0.016004 0.021598 -0.010095 -0.014992 -0.020467 0.057091 0.014159 0.005226 0.008554 0.001947 -0.006116 0.01436 -0.00258 -0.011973 -0.009329 -0.006912 -0.035418 0.002317 -0.010859 0.037821 0.018825 0.019346 0.015927 -0.010899 -0.01767 -0.014287 -0.002465 -0.010601 0.011865 -0.023614 0.019771 0.00104 0.025105 -0.020393 0.026595 0.010674 0.029057 -0.019796 0.005808 0.025477 0.037447 -0.03965 -0.022442 0.045506 0.001885 -0.018593 -0.035431 -0.006341 -0.004447 0.024455 0.02123 -0.006799 0.008828 0.021049 -0.020155 -0.012249 -0.041736 -0.000178 0.005092 0.005824 0.003461 -0.021933 -0.003601 0.012436 -0.021599 0.024563 0.021613 -0.030554 -0.024144 -0.012919 0.010579 -0.038094 -0.00454 0.015245 0.005013 -0.008468 -0.034151 0.034369 0.007531 0.007856 -0.00402 -0.019169 0.006017 -0.005637 -5.2e-05 -0.051888 -0.027422 0.015193 0.016562 -0.033512 -0.003684 -0.03072 0.027535 0.009121 -0.002917 0.010104 0.000499 -0.051473 -0.025563 0.008576 0.024491 0.028324 -0.01225 0.004281 -0.013492 0.000666 0.028438 -0.043178 0.013097 0.01339 -0.003339 0.007196 0.028806 0.029813 -0.025543 0.006635 0.019453 0.038941 0.014688 0.006744 -0.033057 -0.017756 -0.014812 0.025824 -0.004856 0.004313 -0.015156 0.001189 -0.024878 -0.018469 -0.0389 -0.034955 0.010243 -0.012347 -0.050693 0.013563 0.011531 0.0031 0.037914 -0.011166 0.014329 -0.003628 -0.007743 0.026562 0.00968 0.034366 0.060174 -0.003162 0.017902 0.015071 -0.032275 -0.024545 0.001604 -0.011026 0.01965 -0.015334 -0.025704 0.003393 0.010471 -0.002116 -0.050303 -0.038916 -0.036771 -0.013651 -0.002561 -0.005111 -0.002522 0.017991 -0.01093 0.007896 -0.00022 0.022821 0.00123 0.004535 0.02508 0.037361 -0.042653 -0.002515 0.003527 -0.006462 0.00773 -0.030879 0.007604 -0.002968 0.0058 -0.043651 0.002562 0.012613 -0.029883 0.020471 -0.046412 0.003935 0.016467 0.009396 -0.009919 0.043974 -0.015351\nә 0.035394 0.001741 -0.061086 0.034194 0.011743 0.047515 0.005071 -0.009209 -0.023239 -0.03296 0.050439 0.012687 -0.016619 -0.033353 0.038112 -0.013737 0.007725 -0.023442 -0.010974 -0.045681 -0.021489 -0.001018 -0.000647 0.017724 0.000668 0.025322 -0.011194 -0.002621 -0.0208 -0.036929 0.030514 -0.036657 -0.030396 -0.045639 0.01402 0.020071 -0.050707 0.053754 0.007614 0.023626 -0.037652 0.020319 0.003637 0.004899 -0.038293 -0.025413 0.043417 -0.006953 0.000698 0.022844 0.015768 0.058544 0.03964 -0.046874 0.050114 0.011412 -0.004704 0.029976 -0.008941 0.032837 -0.03641 -0.036131 -0.014827 -0.018681 0.021802 0.02451 0.043471 -0.014484 0.038381 0.018993 -0.054805 -0.013174 0.023292 0.018089 -0.059336 0.007248 -0.029618 0.024567 -0.033789 -0.011795 0.011498 -0.002888 0.000872 0.026288 -0.025288 -0.07015 -0.000254 -0.007933 -0.022275 -0.003075 -0.005917 0.025788 0.009824 -0.019825 0.018142 -0.009036 -0.002683 -0.05436 0.003789 -0.002309 -0.021582 -0.001352 -0.008471 -0.036881 0.022244 -0.010454 -0.018443 0.015997 0.041351 -0.014577 0.057536 0.031105 0.031934 -0.013254 0.011736 -0.001734 -0.021832 0.000262 -0.014144 -0.052494 0.02332 0.004948 0.0457 0.026615 0.040827 0.009804 -0.010345 -0.01917 -0.015293 -0.02178 -0.01388 0.006481 -0.01682 0.036863 -0.025787 0.020938 -0.028114 0.005934 0.008004 0.064139 3.6e-05 -0.014339 0.021127 0.026089 -0.046013 -0.060743 0.055423 0.011726 0.004159 -0.051249 0.00728 0.013458 0.040504 0.040342 -0.010459 0.001846 0.005281 -0.025361 0.016138 -0.030445 -0.019642 0.022532 0.019542 0.027654 -0.020268 -0.016756 0.029764 -0.029723 0.019835 0.031109 -0.033157 -0.033621 -0.014384 0.040079 -0.023567 -0.036592 -0.007542 -0.021513 -0.039267 -0.02043 0.039939 -0.019194 0.002864 -0.016364 -0.015193 -0.023125 0.006002 0.020555 -0.0702 -0.000808 0.013643 0.041626 -0.03922 -0.046368 0.005391 0.054415 -0.014943 0.019908 -0.000298 -0.002544 -0.045464 -0.034672 0.019317 0.029208 0.019562 0.020705 0.019865 -0.018173 -0.000715 0.048773 -0.030417 0.002903 -0.004078 0.020676 -0.008966 0.071743 0.002936 -0.021744 0.004697 0.009228 -0.007153 0.012054 0.003028 0.00832 -0.022965 -0.006713 0.005588 0.01836 -0.009032 -0.032774 -0.008931 -2.1e-05 0.003358 -0.037524 -0.0444 0.001245 -0.015825 -0.035032 0.037727 0.027324 0.012113 0.036188 -0.025238 0.012057 0.015511 -0.018048 0.054312 -0.005354 0.046783 0.057969 0.038373 0.013043 0.00138 -0.055438 -0.040346 -0.022631 -0.009996 0.018676 -0.033322 -0.009791 0.007278 -0.009063 0.036334 -0.032588 -0.032488 -0.021897 -0.034667 -0.021616 0.013362 -0.007036 0.023548 -0.009462 0.008915 0.00013 0.014846 0.003548 0.004446 0.018808 0.051624 -0.056395 -0.005129 -0.031674 0.006912 0.009413 -0.025736 -0.006058 0.01393 -0.014229 -0.024553 -0.016808 0.004349 -0.051542 0.011107 -0.080273 -0.005397 0.011404 0.017415 0.025001 0.031398 -0.002935\nს 0.031863 -0.003783 -0.026763 0.004495 0.005131 0.025876 0.001076 -0.007872 -0.013553 -0.025881 0.030261 0.007423 -0.011619 -0.016226 0.01929 -0.007031 0.008744 -0.013564 -0.003621 -0.026303 -0.006487 0.002267 0.005006 0.008453 -0.002738 0.010705 -0.007483 -0.012748 -0.01401 -0.018037 0.012576 -0.025158 -0.017459 -0.026984 0.010436 0.008644 -0.026249 0.029187 0.000768 0.007157 -0.01645 0.007004 0.004043 -0.000822 -0.024266 -0.005618 0.019996 -0.001165 -0.002372 0.004266 0.004896 0.034414 0.019546 -0.017275 0.024224 0.004347 0.000955 0.014429 -0.013812 0.018971 -0.023157 -0.01685 -0.002262 -0.009078 0.014487 0.012033 0.024424 -5.9e-05 0.019592 0.005794 -0.037858 -0.004315 0.012263 0.015352 -0.036421 -0.000259 -0.017804 0.018669 -0.028128 -0.010341 0.003443 -0.003057 -0.011573 0.003683 -0.015822 -0.029005 0.003093 0.00303 -0.011163 -0.003392 -0.00749 0.015803 0.005708 -0.006544 0.014855 -0.006301 -0.004749 -0.022683 -0.00269 -0.000273 -0.021923 0.004586 -0.003433 -0.021885 0.004493 -0.0064 -0.014298 0.012741 0.032646 -0.004376 0.029095 0.020111 0.013978 -0.012173 0.007236 -0.001009 -0.004698 0.000269 -0.015662 -0.027757 0.022643 0.005219 0.02297 0.017921 0.027121 0.003555 -0.004943 -0.011951 -0.001774 -0.007633 -0.006199 0.003047 -0.002973 0.023056 -0.010665 0.005539 -0.012777 0.003031 0.018361 0.031942 0.00191 -0.00708 -0.001369 0.022167 -0.027988 -0.036065 0.033178 0.010273 1.8e-05 -0.034978 0.000479 -8.6e-05 0.024937 0.009172 0.000298 -0.000336 0.003951 -0.015484 0.015843 -0.018262 -0.018625 0.007558 0.008894 0.012356 -0.007373 -0.007622 0.004216 -0.024349 0.012249 0.014769 -0.016412 -0.016203 0.0001 0.024853 -0.009106 -0.016889 -0.008106 -0.011012 -0.030276 -0.003537 0.018531 -0.00682 -0.001356 -0.012104 -0.006222 -0.020176 0.006877 0.018125 -0.036028 -0.005272 0.015525 0.017598 -0.021006 -0.023402 0.002793 0.030603 -0.007781 0.012126 0.000546 -0.001384 -0.021753 -0.017345 0.012829 0.016849 0.01073 0.00958 0.010239 -0.004323 0.001489 0.029275 -0.01663 -0.000443 -0.008108 0.009315 0.003388 0.040401 0.006436 -0.017689 0.009096 0.002029 3.3e-05 0.006343 -0.004969 0.012102 -0.012182 -0.010617 0.001909 0.0154 -0.002367 -0.016332 -0.00416 -0.002238 -0.001923 -0.016046 -0.029357 -0.003217 -0.00251 -0.025379 0.018272 0.005668 0.005096 0.011512 -0.020584 0.003122 0.00604 0.001524 0.01752 -0.001129 0.030282 0.031559 0.019891 0.012663 7.6e-05 -0.022409 -0.015045 -0.016719 -0.009521 0.017775 -0.021017 -0.005299 0.006893 -0.005145 0.016987 -0.025009 -0.021547 -0.012594 -0.024712 -0.016868 -0.000257 -0.002551 0.010048 0.006814 0.008509 -0.00625 0.008939 -0.00333 -0.000665 0.00842 0.0356 -0.039775 -0.002417 -0.019823 0.015717 0.007274 -0.012716 -0.00652 0.01415 -0.00051 -0.008493 -0.002921 -0.001073 -0.033383 0.002757 -0.047514 -0.009458 0.008191 0.012111 0.011459 0.008593 0.000704\nቢ -0.028193 0.002076 0.018838 -0.000366 0.002727 0.039042 0.003376 0.024037 -6e-06 -0.024361 0.044278 0.02735 -0.023732 -0.027474 0.034358 -0.038308 0.005328 -0.003295 0.009878 -0.035541 0.00428 -0.004087 -0.03186 0.005759 -0.012342 -0.004419 -0.04282 -0.022976 -0.017654 -0.014418 0.013101 -0.0038 -0.032854 -0.014166 0.017459 0.024631 -0.017475 0.032275 0.002745 -0.012053 -0.022036 0.05463 0.003511 0.007979 -0.013173 0.014284 0.0129 0.012105 4.9e-05 -0.010642 0.007179 0.046122 -0.001758 -0.055522 0.035382 -0.006806 -0.028224 0.027268 -0.024098 0.009283 -0.053696 -0.020943 -0.027551 0.02343 -0.017045 0.0 0.022627 -0.037796 0.0374 0.028476 -0.020574 -0.004803 -0.007385 0.006734 -0.032071 -0.01082 0.013577 -0.003458 -0.060559 0.021561 0.017372 -0.019506 -0.036901 0.029398 -0.043496 -0.052345 0.014927 0.034524 -0.02926 0.021533 -0.011894 0.013758 -0.004109 -0.000207 0.005472 -0.035935 0.013351 -0.0057 -0.057826 0.008467 -0.028673 0.00246 0.007856 -0.001877 0.019159 0.006496 0.003014 0.018177 0.02414 0.011392 0.067272 0.054322 -0.006325 0.019651 0.021391 -0.000886 -0.015307 -0.013675 -0.033945 -0.002235 0.028876 0.00105 0.003152 0.02631 0.032558 -0.006743 0.025451 0.013318 -0.015713 -0.017152 0.018033 0.032317 -0.002238 0.019576 0.032852 0.003041 0.024059 0.057042 -0.006418 0.042498 0.016564 0.008455 -0.017127 0.006162 -0.04384 -0.064971 0.040761 0.006353 0.022467 -0.053842 0.033589 0.000297 0.016951 0.020435 0.016627 -0.00941 0.002146 -0.049758 0.0498 0.005579 -0.044631 0.015137 0.001514 -0.009864 -0.028438 -0.000726 0.045011 -0.040317 0.013247 0.048124 0.021829 -0.012541 -0.003679 -0.018565 0.003866 -0.008373 0.001677 -0.023669 -0.041341 0.022463 0.036911 -0.00048 0.002245 0.009669 -0.016386 -0.046405 -0.001483 0.016791 -0.000783 -0.010959 -0.011303 0.023884 -0.034479 -0.0341 -0.014303 0.038769 -0.015521 0.015586 0.00804 -0.00317 -0.047779 -0.019955 0.00295 0.057519 0.011162 -0.00438 -0.005727 -0.017987 0.012067 0.022481 -0.02933 -0.000273 -0.011858 0.00242 0.032463 0.009598 -0.017942 -0.018849 0.002176 0.031118 -0.006923 -0.007508 0.002786 0.036145 -0.023807 -0.003082 -0.007446 0.016335 0.026275 0.02365 -0.017548 0.018159 -0.001292 -0.059651 -0.047429 0.016449 -0.005887 -0.019042 0.011859 -0.028396 0.011257 0.015116 0.004943 0.002002 -0.011022 -0.028889 0.002778 0.027235 0.001881 -0.009511 0.004812 0.014354 -0.024282 -0.018024 -0.005567 -0.014286 -0.034597 -0.009959 -0.021384 0.024426 -0.006446 0.001597 0.002362 -0.007026 -9e-05 0.00365 -0.003925 0.02071 -0.016999 0.002068 -0.002404 0.003772 0.027992 -0.006234 0.03769 0.020674 0.027323 -0.003464 0.046596 -0.038638 0.007101 0.00424 0.01409 0.052573 0.040568 0.001759 -0.002158 0.002524 -0.026871 -0.008644 0.010074 -0.018768 0.01833 -0.045279 -0.017654 0.041925 -0.00027 0.000617 -0.036622 -0.043513\nǫ 0.023155 0.004657 -0.047263 0.026716 0.002628 0.023714 0.00707 -0.003947 -0.009452 -0.02094 0.032474 0.019755 0.003602 -0.023691 0.011733 -0.00285 0.004211 -0.013634 -0.00644 -0.032149 8e-05 0.009017 -0.001447 0.01453 0.010009 0.01335 -0.005976 0.01396 0.002623 -0.016677 0.008595 -0.024862 -0.023067 -0.022111 0.004849 0.001848 -0.027748 0.029141 0.005187 0.010359 -0.027965 0.008232 0.006388 0.003513 -0.020392 -0.010543 0.018946 0.017874 0.007041 0.005444 0.015033 0.041889 0.035271 -0.029763 0.031874 -0.001294 0.000242 0.018161 -0.01157 0.025347 -0.03022 -0.019317 -0.015031 -0.010468 0.012499 0.014702 0.036482 -0.012018 0.02325 0.007779 -0.03211 -0.006643 0.029911 0.008543 -0.036944 -0.003281 -0.016514 0.009183 -0.014311 -0.00218 0.011944 -0.003938 -0.006806 0.014358 -0.023332 -0.04922 0.00349 -0.000829 0.002368 0.002554 0.003253 0.02402 0.00537 -0.003799 -0.003413 -0.009952 -0.00804 -0.032627 0.001109 -0.000952 -0.011769 -0.009304 -0.002574 -0.024435 -0.000505 -0.001591 -0.019222 0.010654 0.015204 -0.010408 0.026968 0.007461 0.034889 -0.013878 0.003323 0.013269 -0.017173 -0.001115 -0.007179 -0.023071 0.022285 -0.005955 0.032615 0.023453 0.02529 -0.000784 0.001393 -0.021757 -0.009801 -0.008232 -0.021345 -0.008522 -0.014912 0.026481 -0.012421 0.017797 -0.015114 -0.000487 -0.005049 0.037354 -0.009953 -0.007064 0.017414 0.021434 -0.036865 -0.030737 0.028357 0.002536 -0.003595 -0.034972 0.000964 0.008821 0.015436 0.008284 -0.009801 0.001461 0.006247 -0.020613 -0.001433 -0.009507 -0.018579 0.008326 0.017287 0.002342 -0.018432 -0.007084 0.021039 -0.017892 0.014417 0.017721 -0.012969 -0.017666 -0.009957 0.034164 -0.001283 -0.006189 -0.021635 -0.005039 -0.003838 -0.005072 0.01725 -0.017367 0.004473 -0.007809 -0.016504 -0.010261 -0.001986 0.006556 -0.039268 0.002003 0.011959 0.026648 -0.024308 -0.019403 -0.002282 0.021589 -0.012554 0.019756 0.001757 0.003636 -0.031404 -0.025254 0.017471 0.015919 0.015643 0.015924 -0.005558 -0.014729 -0.002194 0.021477 -0.013639 -0.005221 -0.008249 0.01331 -0.00166 0.05544 0.002717 -0.019445 -0.004187 0.006098 0.000819 0.001829 -0.006891 0.003558 -0.021871 -0.004506 0.005018 0.001864 -0.00113 -0.013325 -0.003372 -0.000241 0.004552 -0.019674 -0.023205 -0.006147 -0.023142 -0.031984 0.01117 0.027667 0.007576 0.022255 -0.015653 0.007654 0.003622 -0.004023 0.025792 0.004028 0.005586 0.033995 0.015304 0.011931 0.012239 -0.0212 -0.025476 -0.016139 -0.014956 0.015244 -0.014755 -0.013503 0.012269 0.000863 0.027491 -0.012591 -0.010228 -0.014871 -0.003601 -0.005234 0.018618 -0.010508 0.022459 -0.004317 0.019586 0.001309 -0.007927 0.011334 -0.003282 0.027536 0.035261 -0.029279 0.002697 -0.004258 0.011773 0.003526 -0.020052 0.00075 0.010238 -0.009784 -0.016311 -0.016674 -0.002175 -0.022048 -0.000495 -0.057758 -0.003584 0.001009 -0.003066 0.008644 0.007079 -0.005671\nུ 0.03174 0.004354 -0.051301 0.024942 0.013767 0.035216 0.006463 -0.008443 -0.016282 -0.029438 0.036371 0.019071 -0.005447 -0.026646 0.023958 -0.001914 0.001226 -0.019726 -0.007619 -0.035401 -0.006327 0.004404 0.007973 0.010484 0.006267 0.021037 -0.011996 -0.012111 -0.01222 -0.019578 0.018788 -0.037894 -0.023485 -0.045376 0.014966 0.01529 -0.046384 0.036134 0.01108 0.020387 -0.026279 -0.000944 -0.007739 0.004511 -0.024165 -0.023695 0.027165 0.00594 -0.000289 0.027779 0.007935 0.047615 0.02748 -0.031329 0.038559 0.013769 -0.004749 0.01009 -0.006329 0.025073 -0.038891 -0.026569 -0.016294 -0.017441 0.008357 0.022437 0.037048 -0.019294 0.033832 0.014472 -0.057284 -0.008192 0.024277 0.022622 -0.045254 0.002124 -0.039176 0.019929 -0.028535 -0.019675 0.019598 -0.00221 0.000461 0.018583 -0.020512 -0.048256 -0.000567 0.009674 -0.020655 -0.003068 -0.004099 0.020733 0.007366 -0.012627 0.014282 0.002188 -0.002038 -0.035727 -0.004608 -0.006785 -0.024627 0.004765 -0.004783 -0.033196 0.014954 -0.007254 -0.013787 0.006149 0.042366 -0.00761 0.043966 0.018679 0.026697 -0.019813 0.014824 -0.006162 -0.009218 -0.002616 -0.019255 -0.033426 0.021565 -0.002228 0.040484 0.024252 0.032701 0.010592 -0.009362 -0.009849 -0.014111 -0.025108 -0.012024 -0.007017 -0.011286 0.023529 -0.026039 0.0202 -0.025841 0.009048 0.011489 0.047995 -0.009139 -0.012107 0.007024 0.034432 -0.035546 -0.04176 0.046722 -0.00052 0.003138 -0.035069 -0.004585 0.019329 0.032375 0.023036 -0.010867 0.005782 -0.007081 -0.022806 0.017497 -0.017397 -0.015303 0.01777 0.02395 0.018945 -0.010866 -0.023022 0.022656 -0.024888 0.018825 0.016618 -0.03011 -0.024771 0.001316 0.027499 -0.019477 -0.037582 -0.013284 -0.004716 -0.036851 -0.011958 0.031623 -0.014036 0.003991 -0.007531 -0.000746 -0.0223 -0.001607 0.023883 -0.062864 0.0008 0.006464 0.03262 -0.026919 -0.038153 0.005222 0.038681 -0.023303 0.013511 0.006978 -0.004064 -0.037739 -0.02933 0.010653 0.030181 0.020708 0.01372 0.006749 -0.002449 -0.009097 0.042547 -0.018997 -0.012907 -0.004468 0.020627 -0.005723 0.062411 0.002645 -0.023185 0.003879 0.004417 -0.017799 0.009798 -0.000522 0.00183 -0.029028 -0.006822 -0.003177 0.013846 -0.007394 -0.025776 -0.007882 -0.004975 -0.010535 -0.029065 -0.024462 -0.005658 -0.014039 -0.023216 0.026268 0.022775 0.006909 0.035333 -0.01851 0.01688 0.007264 -0.00662 0.039257 0.004973 0.036397 0.044883 0.023037 0.009125 -0.000545 -0.040087 -0.024895 -0.020858 -0.000233 0.027538 -0.027594 -0.00322 0.002998 -0.015243 0.02535 -0.026896 -0.028932 -0.02058 -0.037214 -0.024469 0.003293 -0.003172 0.019556 0.003952 0.006721 -0.00016 0.007422 0.00362 -0.006676 0.01707 0.039608 -0.050931 0.000126 -0.022125 0.014435 0.016742 -0.029466 -0.005038 0.00867 -0.010591 -0.027411 -0.021107 0.006047 -0.038443 0.010937 -0.066099 -0.018546 0.006254 0.021341 0.028097 0.026192 0.000718\nƀ 0.039106 -0.030682 -0.013476 0.03034 0.01992 0.020799 0.000511 0.004902 -0.017007 -0.009804 0.017239 0.00378 -0.002125 -0.035701 0.040253 -0.015115 0.001539 -0.004387 -0.014999 -0.040718 0.014341 0.00758 -0.003649 0.003983 0.012376 0.004517 -0.003653 0.007352 -0.020177 -0.003593 0.021437 -0.012173 -0.021141 -0.040895 0.016484 0.006965 -0.048723 0.049081 0.008645 0.027299 -0.012898 0.00053 0.006725 0.002254 -0.032092 -0.021212 0.027828 -0.003261 -0.016276 0.015258 0.01119 0.048403 0.007884 -0.056472 0.024779 0.029779 -0.021823 0.044537 0.002465 0.008577 -0.034885 -0.03399 -0.012843 -0.01516 0.014018 0.003167 0.005347 -0.007465 0.03389 -0.008171 -0.024921 0.008233 0.02997 0.028462 -0.069163 0.013947 -0.02724 0.0111 -0.01422 -0.005452 -0.004635 -0.001647 -0.013539 0.01644 -0.007728 -0.04633 0.008756 0.009673 -0.023238 -0.018929 -0.010432 0.036177 0.013607 -0.026073 0.020127 -0.0396 -0.006801 -0.012839 -0.017972 -0.002027 -0.030095 0.020471 0.000497 -0.012767 0.013147 -0.001027 -0.030153 0.012684 0.024352 0.009606 0.031681 0.031803 0.006554 -0.002308 0.021031 0.024455 -0.01662 -0.018155 -0.000488 -0.00068 0.003052 0.003848 0.040614 0.055506 0.044942 0.004887 0.003761 -0.000747 -0.01949 -0.039897 -0.017369 0.029213 -0.042621 0.026937 0.010762 -0.003197 -0.017419 -0.002591 0.018838 0.038842 -0.006444 0.015363 -0.00767 0.008727 -0.039846 -0.021931 0.07485 0.003381 0.014446 -0.044383 0.008004 0.009329 0.041118 0.024945 -0.031598 0.022673 0.033294 -0.02155 0.034283 0.00034 -0.022004 -0.004171 0.01306 0.013751 -0.042943 0.00047 0.033286 -0.022779 0.0023 -0.004191 -0.001299 -0.015387 -0.015587 -0.003374 -0.025078 -0.002112 0.020861 -0.014935 -0.034894 -0.026473 0.014868 -0.013339 0.023357 -0.016054 0.004454 -0.021981 0.024789 0.015158 -0.026143 -0.000656 0.021024 0.029272 -0.041949 -0.00528 0.012129 0.042754 -0.014894 0.005092 0.008644 -0.00975 -0.050126 -0.038617 0.003489 0.056776 0.005214 0.037775 0.027836 0.007092 -0.015922 0.025362 -0.024507 -0.028661 -0.001839 -0.003869 0.004554 0.054724 -0.01105 -0.023607 -0.013703 0.044154 0.00118 -0.005346 -0.011576 0.010066 -0.002603 -0.014222 -0.002752 0.023007 -0.009505 -0.018515 -0.0021 0.024559 0.012251 -0.021456 -0.023144 -0.009387 -0.008455 -0.013195 0.016173 0.01334 0.00918 0.012989 -0.024893 0.005989 0.013902 -0.009998 0.031676 0.0019 0.014472 0.009677 0.031284 0.011856 -0.020141 -0.019948 -0.018711 -0.007274 -0.01015 -0.003854 -0.012748 0.008813 0.00602 -0.010172 0.031801 0.004276 -0.046884 0.007732 0.008017 -0.011906 0.003398 -0.001238 0.030499 -0.007353 0.01989 -0.007337 0.019608 0.018245 0.031205 0.009751 0.045947 -0.018593 0.011573 -0.024826 0.012016 0.007713 -0.007703 -0.003098 0.006707 0.008286 -0.009062 -0.017453 0.002704 -0.043518 -0.002312 -0.061368 -0.016071 0.007131 -0.011768 0.030236 0.009181 -0.006157\nʂ -0.010734 0.007985 -0.001746 -0.0031 0.020523 0.029986 0.028467 -0.00356 -0.015118 -0.008544 0.039221 0.012027 -0.017972 -0.006114 0.040782 -0.010262 0.001951 -0.014578 0.01388 -0.019689 -0.00588 -0.010558 -0.04279 0.00779 0.000126 -0.017487 -0.018745 -0.008778 -0.006706 -0.039744 0.027555 -0.024336 -0.019068 -0.007451 -0.018978 0.01799 -0.016551 0.040141 0.014688 -0.00163 -0.039705 0.031751 0.015377 0.02446 0.007232 -0.00942 0.010825 0.01703 -0.008809 -0.002496 0.001424 0.047658 0.013812 -0.027812 0.036335 0.006679 0.008807 0.027158 -0.00884 0.025273 -0.041126 -0.022713 -0.021772 0.008079 0.000609 0.027902 0.058977 -0.038203 0.011178 0.037704 -0.037079 -0.013194 -0.002873 0.025209 -0.0247 -0.014866 0.00012 0.009124 -0.013582 0.000143 0.028531 -0.009661 -0.019489 0.015481 -0.012115 -0.060529 0.020634 -0.007876 0.010966 0.019465 0.005432 0.011767 0.018229 0.006048 0.009754 -0.030895 0.011837 -0.038322 -0.030191 -0.015915 -0.041089 0.000514 -0.008533 -0.025545 0.00381 0.001914 0.001659 0.001227 -0.004781 -0.006454 0.055432 -0.002916 0.022887 0.010803 0.024539 -0.011173 -0.031406 -0.013465 -0.027064 -0.012458 0.037618 -0.005528 0.016717 0.004506 0.006778 -0.020423 0.012519 0.021131 -0.012594 -0.000505 0.025003 0.028278 0.00103 0.030244 -0.002513 0.000371 -0.02844 0.03042 0.003833 0.033189 0.006352 0.002399 0.010275 0.003574 -0.006761 -0.047457 0.035698 -0.014546 0.01504 -0.045952 0.036442 0.011154 0.032296 0.036392 0.011372 0.00511 -0.011563 -0.033784 0.023368 0.006722 -0.020842 0.028279 0.033504 -0.012838 -0.004096 -0.021785 0.02605 -0.012304 0.009521 0.056641 -0.021233 -0.014355 -0.002639 0.004834 0.00955 -0.019582 -0.005068 -0.014074 -0.044148 0.006033 0.038057 -0.008197 0.010458 0.007794 -0.034974 -0.038007 0.000757 0.015783 -0.004009 0.008269 0.013314 0.021026 -0.022438 -0.035182 -0.010983 0.02767 -0.027693 0.013598 0.002058 -0.014655 -0.023655 -0.013767 0.028606 0.031059 0.02602 -0.008726 -0.003685 -0.040561 -0.013377 0.013019 -0.019279 -0.001657 -0.00809 0.036085 -0.006959 0.006689 -0.008511 -0.001101 0.013283 0.003191 -0.022044 -0.018028 0.017887 0.020137 -0.033162 0.013063 -0.007919 0.001654 0.015056 -0.00299 -0.009105 0.005345 0.000374 -0.043441 -0.013854 0.011613 -0.018608 0.002872 -0.007651 0.004014 0.011336 0.026053 -0.013116 0.01519 -0.015265 -0.026874 0.020442 0.02634 0.032058 0.037102 0.005515 -0.001117 -0.03096 -0.016959 -0.018208 -0.00585 -0.01098 0.007787 -0.026826 0.010612 0.004102 -0.022276 0.004462 -0.019233 -0.011371 -0.006447 -0.031971 0.01541 -0.003058 0.003639 0.004468 -0.002051 0.021604 0.010512 0.025549 -0.002559 0.01531 0.013553 0.016832 -0.032159 0.000477 0.004568 0.022493 0.0177 0.025161 -0.011818 0.011626 -0.000926 -0.004894 -0.024446 -0.001223 -0.018554 -0.003183 -0.038133 -0.02713 0.007913 -0.002296 -0.008593 -0.017268 -0.039703\nބ 0.058783 -0.017543 -0.107437 0.050471 0.037368 0.064708 0.046911 -0.005868 -0.020972 -0.04001 0.08106 0.013147 -0.006049 -0.013333 0.079072 -0.022469 -0.009167 -0.025116 -0.001938 -0.067821 -0.051498 0.000548 0.049325 -0.015251 0.010495 0.01442 -0.007773 0.003942 -0.0206 -0.061048 0.055943 -0.046927 -0.016954 -0.059485 0.031708 0.051462 -0.092442 0.048415 0.033836 0.048298 -0.073776 0.066515 -0.019092 -0.011228 -0.077776 -0.069438 0.075875 -0.01227 0.006781 0.039698 0.000332 0.045865 0.055335 -0.075314 0.059261 -0.007504 -0.080675 -0.002231 0.028887 0.064736 -0.056437 -0.030567 -0.02633 -0.026873 -0.0046 0.020484 0.081164 -0.033256 0.011931 -0.010528 -0.070689 -0.01223 0.000956 0.03439 -0.073539 0.017351 -0.001048 -0.003743 -0.063288 -0.05169 0.01792 0.001786 -0.023335 0.050594 -0.014773 -0.106259 0.005629 0.012717 -0.060591 0.034506 -0.008421 0.024937 -0.03221 -0.034564 0.003945 0.02146 -0.038333 -0.086594 0.001995 -0.036192 0.013255 -0.055607 -0.020371 -0.07584 0.026805 -0.053147 0.004044 -0.011538 0.040238 -0.038672 0.059208 0.022185 0.057123 0.006369 0.011107 0.049799 -0.046813 -0.004817 -0.00534 -0.124907 0.049529 -0.010671 0.052302 0.062526 0.062248 -0.009999 0.022478 -0.025099 -0.007711 -0.045885 -0.038612 -0.008247 0.00067 -0.004565 -0.039305 0.059618 -0.026067 -0.042358 0.008541 0.054236 -0.011965 0.010719 0.034243 0.023444 -0.029814 -0.055445 0.061624 -0.005346 -0.005384 -0.057895 0.031436 0.012991 0.082518 0.080823 0.011282 0.032683 0.02664 -0.033134 -0.01151 -0.059627 -0.051201 0.013398 0.054426 0.025746 -0.055032 -0.042171 0.040544 -0.056554 0.057383 0.04097 -0.062192 -0.086424 -0.069377 0.090488 -0.020099 -0.038536 -0.041847 -0.0468 -0.068053 -0.022784 0.105994 -0.039186 0.050943 0.007397 -0.025143 -0.025584 -0.001645 0.012716 -0.084081 0.012802 0.014683 0.005591 -0.035457 -0.082632 0.003977 0.101176 -0.075867 0.056607 -0.018856 0.021333 -0.053635 -0.073796 -0.002154 0.04817 0.011683 0.060298 0.015723 -0.002438 0.027269 0.022988 -0.048146 0.023817 -0.031765 -0.001391 0.009488 0.097762 0.006395 -0.036661 0.022766 0.021752 -0.009143 0.04659 -0.003468 -0.002224 -0.026648 -0.041228 0.01409 -0.017418 -0.013652 -0.04714 0.000556 0.007745 -0.009682 -0.03214 -0.068242 0.003324 -0.023043 -0.091843 0.059167 0.069341 0.039461 0.044066 -0.077884 0.039523 0.011228 -0.048472 0.026581 -0.015052 0.037786 0.079011 0.072432 0.021872 0.002098 -0.057236 -0.08222 0.015303 0.030208 0.047947 -0.024173 -0.019723 0.008994 -0.019576 0.058211 -0.052017 -0.051349 -0.009477 -0.064016 -0.030507 0.012497 0.042356 0.042476 -0.02937 0.037037 -0.028893 -0.005018 -0.000249 0.018507 0.039126 0.069284 -0.109629 -0.009224 -0.058156 0.01115 0.009339 -0.023266 -0.003985 0.038892 -0.047721 -0.000267 -0.054099 0.063947 -0.063637 0.055831 -0.107973 -0.059125 0.027304 0.025291 0.011527 0.057152 0.013136\nఉ 0.038832 0.004358 -0.044657 0.041123 0.011344 0.063011 0.022683 -0.006825 -0.009804 -0.047021 0.04741 0.016182 -0.010289 -0.02367 0.037414 -0.002382 0.018573 -0.033594 0.005385 -0.034371 -0.00988 -0.008781 0.01158 0.021756 0.004556 0.026355 -0.042088 -0.006305 -0.049257 -0.015226 0.043089 -0.054949 -0.02946 -0.052655 0.017976 0.02767 -0.06784 0.031886 0.01625 0.025776 -0.056357 -0.001425 0.023904 0.008016 -0.037061 -0.013171 0.051109 -0.009946 0.013281 -0.005966 0.027943 0.051311 0.055384 -0.04287 0.052484 0.013077 0.000884 0.013713 -0.004084 0.03188 -0.061962 -0.077523 -0.004416 -0.007288 0.023658 0.017372 0.049777 -0.012402 0.031413 0.021137 -0.063635 0.015054 0.037493 0.026851 -0.064685 -0.001034 -0.0374 0.024966 -0.065285 -0.030853 0.015164 -0.000452 0.00162 0.045463 -0.067624 -0.063794 0.011458 0.025229 -0.030952 0.003189 -0.022086 0.047999 0.002606 -0.038978 -0.001815 0.005591 -0.014267 -0.043004 0.012412 0.018946 -0.035726 0.026271 -0.017044 -0.022422 -0.007915 -0.009911 -0.02645 0.01243 0.053356 0.014773 0.061493 0.034326 0.02942 -0.034725 0.020809 0.001499 0.01799 -0.021335 -0.011544 -0.050614 0.023275 0.016285 0.080972 0.035159 0.038182 0.006056 -0.013794 -0.034157 -0.001412 -0.025443 -0.006327 -0.012298 -0.015026 0.04891 0.005714 0.018602 -0.013409 -0.004248 -0.00057 0.066971 -0.01091 -0.000468 0.008575 0.041488 -0.057049 -0.096543 0.049802 0.020987 0.003175 -0.050931 -0.016673 0.014588 0.03557 0.024953 -0.01976 0.02374 -0.002673 -0.031954 0.030931 -0.028923 -0.006959 -0.012049 0.026075 0.020319 -0.01313 -0.007666 0.023962 -0.022702 0.00689 0.028056 -0.041437 -0.057417 -0.023874 0.047926 -0.005788 -0.042438 -0.009769 -0.017815 -0.058363 -0.028679 0.026108 -0.022995 -0.005632 -0.004932 -0.005746 -0.003702 0.008062 0.037061 -0.087688 0.002904 0.002569 0.032061 -0.066547 -0.040299 0.012553 0.056701 -0.016645 0.004472 -0.009975 0.007514 -0.044678 -0.055862 0.038356 0.018892 0.027882 -0.013637 0.02163 0.004513 0.013262 0.065237 -0.031905 -0.011377 -0.000554 0.016983 0.007114 0.064907 -0.019314 -0.018977 0.016199 0.002695 -0.020172 -0.000631 -0.026669 -0.001378 -0.027875 0.009512 -0.012276 0.027942 0.026738 -0.049171 -0.027727 0.007148 -0.011431 -0.040744 -0.049635 -0.005714 -0.012539 -0.059434 0.04643 0.027728 0.02008 0.029979 -0.028685 0.01072 -0.012109 0.008377 0.03258 -0.006773 0.044589 0.053002 0.035028 0.015438 -0.002493 -0.071038 -0.050897 -0.026596 -0.012573 0.020176 -0.03123 -0.037579 -0.000167 -0.017153 0.044231 -0.016824 -0.039745 -0.033664 -0.037321 -0.013689 -0.005542 -0.003462 -0.001969 -0.014076 -0.005677 0.012145 0.009997 0.011646 0.001614 0.032363 0.064236 -0.06332 -0.001116 -0.041078 0.027297 0.037222 -0.023014 -0.010285 0.029006 -0.015815 -0.030509 0.007472 0.042808 -0.084163 -0.036837 -0.106898 0.000411 0.032888 0.012187 -0.002379 0.001779 -0.002965\nຊ 0.032527 0.000755 -0.041509 0.029672 0.013132 0.034282 0.011971 0.001057 -0.019083 -0.029433 0.027421 0.009221 -0.008276 -0.026072 0.029493 -0.002788 0.004969 -0.026873 -0.004815 -0.037649 -0.019011 6.6e-05 0.007681 0.0121 0.005124 0.019889 -0.013661 -0.00938 -0.012557 -0.025378 0.024708 -0.0273 -0.020352 -0.043936 0.011272 0.011422 -0.031304 0.042216 0.007947 0.0233 -0.024388 0.009271 -0.002598 -0.002548 -0.0243 -0.02753 0.033392 0.000397 -0.002776 0.022439 0.00283 0.048644 0.032425 -0.035262 0.039002 0.005476 -0.001635 0.020286 -0.007409 0.026604 -0.031206 -0.025018 -0.010749 -0.01258 0.010575 0.018267 0.036032 -0.012144 0.035018 0.015756 -0.0505 -0.007964 0.017928 0.01897 -0.04886 0.004337 -0.029 0.024283 -0.028209 -0.009159 0.019023 0.002557 0.002963 0.017873 -0.020468 -0.057627 0.009621 -0.000959 -0.01928 -0.011027 -0.003558 0.025235 0.005056 -0.019728 0.015144 -0.011218 0.003429 -0.038775 0.005728 -0.00354 -0.020436 0.00044 0.000222 -0.028065 0.017212 -0.004252 -0.010718 0.005546 0.03853 -0.003395 0.039149 0.018118 0.027168 -0.014026 0.008752 0.005207 -0.008882 0.003586 -0.014987 -0.040896 0.021349 0.001104 0.044528 0.023506 0.03092 0.013331 -0.011106 -0.013322 -0.01675 -0.016766 -0.013899 -0.002933 -0.015924 0.031996 -0.024316 0.017414 -0.030155 0.001295 -0.000495 0.042499 -0.003755 -0.010489 0.010795 0.022025 -0.038286 -0.044156 0.044649 0.007852 0.002998 -0.042773 0.008366 0.01087 0.030496 0.022974 0.000645 0.006558 -0.002451 -0.019915 0.011555 -0.024289 -0.016115 0.015792 0.024465 0.015845 -0.00969 -0.018793 0.020563 -0.022504 0.022285 0.017612 -0.022315 -0.027147 -0.016871 0.036269 -0.023262 -0.030219 -0.009095 -0.006894 -0.037541 -0.025595 0.032512 -0.006589 0.005391 -0.006802 -0.003237 -0.014489 0.00332 0.017777 -0.052927 0.002756 0.011153 0.029178 -0.032851 -0.03549 0.004064 0.04003 -0.021393 0.011629 0.003481 -0.000201 -0.034097 -0.028534 0.014746 0.021056 0.011305 0.021891 0.007497 -0.006852 -0.006183 0.037171 -0.022079 -0.002736 -0.005875 0.016024 -6.8e-05 0.063394 0.004264 -0.024635 0.004977 -3.1e-05 -0.004953 0.007677 -0.009965 0.005111 -0.020988 -0.002434 -0.003735 0.015729 -0.010118 -0.026614 -0.008186 2.6e-05 -0.008209 -0.026878 -0.033555 -0.002263 -0.012075 -0.029481 0.028483 0.023123 0.011179 0.027807 -0.025148 0.01445 -2.2e-05 -0.013519 0.039148 -0.007414 0.039388 0.054391 0.024713 0.01558 0.004208 -0.040408 -0.036088 -0.019374 -3.1e-05 0.018667 -0.023809 -0.014552 0.004805 -0.007467 0.031928 -0.027418 -0.03079 -0.024376 -0.037566 -0.014487 0.011385 -0.003094 0.022033 0.001626 0.006084 -0.004491 0.013025 0.007374 -0.00367 0.016167 0.04042 -0.046966 -0.001198 -0.01894 0.012493 0.016211 -0.024933 -0.003905 0.008988 -0.011461 -0.022211 -0.018567 0.009132 -0.044817 0.009616 -0.062794 -0.01309 0.006693 0.015222 0.021037 0.020499 0.004269\nል 0.058471 -0.020237 -0.060292 0.018469 0.001398 0.028828 0.000165 -0.01318 -0.047835 -0.037679 0.049883 0.007359 -0.004408 -0.015823 0.031102 0.002548 0.000416 -0.036066 -0.00768 -0.032526 -0.010227 0.004757 0.009682 0.010454 0.013544 0.022228 -0.003604 0.007078 -0.007416 -0.0459 0.038207 -0.046213 -0.029736 -0.041575 -0.012952 0.015022 -0.047884 0.036735 0.03298 0.030082 -0.03749 0.017739 0.023173 0.016979 -0.037498 -0.027235 0.049771 -0.00336 -0.003958 0.031795 0.019601 0.071414 0.023562 -0.052112 0.048087 -0.003981 -0.016728 0.031295 -0.010621 0.036992 -0.023266 -0.033274 -0.031293 -0.013836 0.021475 0.031782 0.043097 -0.012861 0.034036 0.022947 -0.03296 0.009344 0.022033 0.025034 -0.022576 0.011638 -0.023799 0.020863 -0.051039 -0.033452 0.032 -0.00698 -0.025989 0.032882 -0.011856 -0.04075 0.007553 -0.009826 -0.024782 -0.005285 -0.014167 0.024911 0.000772 -0.018989 0.02431 -0.002957 -0.00954 -0.049983 0.007467 0.003732 -0.025023 0.008531 -0.000976 -0.044204 -0.027833 -0.021826 -0.015051 0.003706 0.037834 0.006768 0.067036 0.020433 0.019856 -0.038485 0.019746 0.002548 -0.025639 0.000274 -0.015752 -0.050781 0.027135 0.009543 0.049973 0.019176 0.01763 0.024627 -0.008625 -0.021984 0.010537 -0.020964 -0.015981 0.001026 0.008212 0.037987 -0.022683 0.014717 -0.038107 -0.010353 0.024728 0.072084 -0.003472 -0.004409 -0.002132 0.043218 -0.03228 -0.060141 0.051681 0.006042 -0.008391 -0.049159 0.003501 -0.00893 0.011439 0.028802 0.007298 0.042152 -0.00368 -0.028098 0.018093 -0.015984 -0.010128 0.012743 0.022843 0.023492 0.000476 -0.011921 0.010378 -0.05622 0.029405 0.02449 -0.019033 -0.02926 -0.001177 0.048863 -0.035324 -0.031016 -0.00672 -0.023431 -0.045738 -0.025053 0.038238 -0.02112 0.008247 -0.020551 -0.011201 -0.026076 -0.002157 0.028151 -0.07723 -0.012571 0.027656 0.031182 -0.04181 -0.048417 -0.004715 0.057219 -0.024344 0.007672 0.00054 4.3e-05 -0.035546 -0.01589 0.028682 0.029123 0.024536 0.016001 0.022052 -0.018231 -0.014333 0.03819 -0.037743 -0.002645 0.001965 0.01975 -0.004924 0.097282 0.011868 -0.028175 -0.010528 0.008384 -0.004762 -0.015693 -0.007577 0.002641 -0.006797 0.011241 0.01408 0.033795 -0.017265 -0.050328 0.001024 -0.017609 0.007051 -0.04065 -0.061619 0.009532 -0.009961 -0.057612 0.042486 0.020544 0.015735 0.031505 -0.035705 0.024831 0.009301 0.000537 0.020436 0.002085 0.058802 0.042282 0.019253 0.024278 0.014888 -0.050713 -0.042788 -0.034699 -0.020911 0.017146 -0.025429 -0.030613 0.000329 -0.024594 0.024832 -0.033937 -0.033261 -0.029149 -0.04201 -0.029159 0.014529 0.004493 0.009437 0.008201 0.023138 -0.00513 0.029475 -0.010057 -0.005743 0.024768 0.081116 -0.055442 4.6e-05 -0.025624 0.014453 0.020185 -0.037842 -0.031467 0.026186 0.010648 -0.027516 -0.022449 0.006764 -0.075476 0.006156 -0.073974 -0.007472 -0.007122 0.011602 0.045979 0.028102 0.004561\nḕ -0.00519 0.001058 -0.017241 -0.017146 0.008289 -0.016926 -0.017925 0.028666 -0.041325 -5.8e-05 -0.01796 0.012101 0.021304 -0.057423 0.053562 0.018536 0.010887 -0.028038 -0.01866 0.003588 -0.021692 -0.001779 -0.016907 -0.028624 0.013043 0.032205 -0.058019 -0.029602 0.011206 -0.020034 0.016277 -0.018958 0.033855 -0.017149 0.004357 0.010593 -0.000509 0.034792 0.082629 -0.004416 -0.039653 -0.021704 -0.0319 0.048094 0.006006 -0.011379 0.037797 0.034644 -0.004062 -0.014493 0.029337 0.036884 0.0616 -0.00524 0.023983 -0.009375 0.033224 -0.002495 0.008816 -0.042731 -0.010753 0.039228 -0.047844 -0.024122 0.006313 0.006841 0.042247 -0.030487 0.011811 -0.022054 -0.03526 0.057386 0.033586 0.002893 -0.004993 -0.037274 -0.076567 0.01147 0.009215 0.017524 0.023531 0.006098 -0.004136 0.023774 -0.055882 -0.05634 0.013496 0.063013 0.018534 -0.020491 0.001518 -0.030294 0.009128 -0.008253 0.053954 -0.031935 0.001288 -0.008748 -0.006109 0.019754 0.013912 0.019297 0.03173 -0.021538 -0.013517 0.035608 0.010915 0.02194 -0.018106 -0.057985 0.003303 0.027604 0.010737 0.041567 0.012274 0.025998 0.034036 0.006196 -0.039804 0.038343 -0.002837 0.02463 0.006705 0.015493 0.017877 0.008811 0.002731 0.037819 -0.014009 -0.031601 0.020383 0.028115 -0.027648 -0.022463 -0.067157 0.035007 0.051337 0.024954 0.035633 0.057444 0.002775 0.009558 0.027023 0.056846 0.008487 0.015524 -0.008526 -0.034898 0.011084 0.00382 0.012222 -0.016384 0.048521 0.015274 -0.020579 0.001572 -0.02176 -0.018099 0.029508 -0.00109 -0.00044 0.008034 0.006695 0.010232 -0.002312 0.013177 0.052761 -0.075547 0.056587 -0.012329 0.020298 -0.071716 0.025228 0.028414 0.033023 0.02901 -0.047079 0.061641 -0.054767 0.029312 -0.003191 0.025962 0.028477 -0.013915 -0.028299 0.014186 0.027966 0.071177 0.010875 -0.01706 0.021679 0.035366 0.042395 -0.014354 0.00699 0.016953 -0.050436 -0.021437 0.013083 -0.028721 -0.027144 0.025266 0.014251 0.03725 0.010292 -0.031109 0.012152 0.007624 -0.025332 -0.046347 0.000125 -0.041017 -0.01022 0.007776 -0.004598 -0.010284 -0.003423 -0.035461 0.049636 0.014047 -0.020182 0.039071 -0.010475 0.001107 -0.049418 -0.02348 0.034143 -0.044829 -0.037565 0.040798 -0.02269 -0.003659 -0.011535 0.000728 -0.0476 -0.013393 -0.018206 0.002577 0.012107 0.008989 0.029228 -0.001256 0.022277 0.024566 -0.012009 0.001158 0.029294 0.069485 0.023028 0.001617 -0.002519 0.002907 -0.011072 0.00508 0.001091 -0.064929 0.016521 0.003993 -0.003517 0.051357 0.041887 -0.002419 0.034548 -0.029287 0.007318 0.034989 0.028161 -0.015335 -0.008775 -0.024416 0.042138 -0.028267 -0.014788 -0.024813 -0.018767 -0.017421 -0.008048 -0.018684 0.037022 -0.032906 -0.030387 -0.019775 0.00568 0.024538 -0.006176 0.008673 0.038708 -0.045301 -0.009239 -0.007996 0.057898 -0.017244 0.057081 -0.005816 -0.059261 0.052583 -0.01496 0.020143 0.032191 -0.006306\n 0.033699 -0.024437 0.002259 -0.014659 0.012812 -0.01664 -0.042824 -0.001509 0.006559 -0.018416 0.004873 0.000654 0.034363 0.021089 0.00334 -0.051383 0.022004 0.018775 0.02065 0.014953 0.01577 0.008834 0.005634 -0.006961 0.02212 -0.029969 -0.010057 -0.002951 0.007301 0.010287 0.002496 0.016904 0.008148 0.003724 0.014723 0.007177 0.032641 0.016331 -0.017833 -0.022661 0.005664 0.020974 0.030552 0.003292 0.015613 -0.048708 -0.004961 -0.016326 -0.027287 0.029626 -0.004626 -0.052431 -0.018814 -0.002015 -0.023354 -0.006879 0.007886 -0.006473 0.005367 -0.003188 0.016797 -0.015774 -0.001434 -0.00027 -0.028247 -0.003226 0.032685 0.000244 -0.000116 -0.003183 -0.004178 0.036673 -0.003822 0.009287 -0.000585 -0.010867 -0.011621 -0.009722 -0.010832 0.006836 -0.002747 -0.013938 -0.000708 -0.013497 0.005163 -0.031686 0.023321 -0.016515 -0.011881 -0.025213 0.014228 0.005897 -0.014816 0.003771 0.015558 0.010657 0.000482 0.007997 0.003632 -0.034339 0.03264 -0.005247 0.012526 -0.031481 0.002749 0.011836 0.00823 -0.008314 -0.026012 -0.01886 -0.028218 -0.025813 -0.046422 -0.017719 -0.010437 -0.007659 0.017724 0.00936 -0.004017 0.023015 -0.016813 0.007866 -0.019235 0.017696 -0.009889 0.004198 0.023368 0.007284 0.010275 0.005367 0.002585 0.004807 -0.005454 0.005744 0.006441 -0.000282 0.046569 0.002244 0.000818 -0.011849 0.011785 0.024759 0.00698 0.01981 0.047896 -0.004745 -0.013999 -0.009674 0.002145 0.002607 -0.030798 0.025226 -0.027203 -0.033536 7.9e-05 -0.010819 -0.017479 0.059884 0.012456 -0.007909 0.034094 0.005112 -0.001241 -0.034519 -0.012369 0.008065 0.025157 -0.017635 -0.064786 0.002172 0.02096 -0.008412 0.013799 -0.012666 0.012942 -0.000857 0.016461 0.02878 0.031217 -0.014193 0.030849 0.009803 0.021717 0.004341 0.013704 -0.000222 -0.005273 -0.002282 0.034892 0.020141 -0.008455 -0.014602 0.005575 0.003498 0.010208 -0.037036 -0.026484 -0.023086 0.056337 0.001089 0.048646 0.053065 -0.025673 0.001406 0.001737 -0.00403 -0.052107 0.037993 0.02839 0.00648 0.0191 -0.011533 -0.019299 0.002122 -0.020835 -0.046227 -0.028083 -0.02273 0.003359 0.006034 0.004454 -0.026192 0.008642 -0.003214 0.003307 0.025808 -0.036867 -0.01631 -0.002752 0.02482 0.008386 0.012505 0.016848 -0.013928 0.025994 -0.025714 -0.014387 0.015742 -0.029519 -0.032502 -0.01177 -0.062342 0.021897 -0.00222 0.010147 0.002428 -0.057974 -0.042614 0.022001 -0.012838 -0.001697 0.028526 -0.006891 -0.005191 0.025142 0.014702 -0.024201 -0.012774 0.017396 0.044556 -0.005002 0.011434 0.013289 -0.015533 -0.013155 0.008416 0.027793 -0.020833 -0.033446 -0.003911 -0.016493 0.042522 0.021366 -0.006748 -0.012058 -0.014145 0.026976 0.007179 0.002622 -0.008211 -0.007021 -0.009077 -0.003366 0.01248 0.01367 0.054998 -0.03023 -0.028281 0.036384 -0.011368 -0.006499 0.043406 -0.010541 0.0127 0.026255 -0.00356 0.003945 -0.025153 -0.013053 -0.014016\nछ 0.007767 0.004522 -0.035276 0.018697 0.011006 0.017538 0.002241 -0.010212 -0.018522 -0.017914 0.041708 0.016069 -0.009609 -0.005419 0.003675 0.000291 0.001482 -0.004537 -0.006052 -0.032476 -0.005652 0.003561 0.000843 0.021672 0.012528 0.01499 -0.012237 -0.022044 -0.001295 -0.013953 0.019088 -0.011001 0.003274 -0.022567 0.018536 0.015048 -0.032022 0.028461 0.016653 0.018474 -0.018211 -0.003599 -0.000526 -0.001298 -0.004132 -0.003008 0.034904 -0.001133 0.003963 -0.006134 0.006431 0.03323 0.021362 -0.039596 0.030118 -0.001699 -0.003541 0.018353 0.004033 0.013933 -0.029306 -0.026263 -0.004363 -0.019929 -0.004 0.013903 0.023807 -0.000748 0.018945 0.016565 -0.046588 -0.007677 0.01812 0.006306 -0.052311 -0.000556 -0.027006 0.007508 -0.035371 -0.021328 0.01171 -0.012767 0.010393 0.012915 -0.021891 -0.012089 -0.003641 -0.010485 -0.005044 -0.004933 -0.007603 0.012269 0.007789 -0.003718 0.013515 -0.005873 -0.008527 -0.032934 0.002103 -0.00937 -0.0139 -0.005995 -0.001889 -0.005415 0.021281 -0.024186 -0.015916 -0.002945 0.032547 0.002052 0.041379 0.026599 0.013055 -0.013631 -0.00235 -0.001955 0.01231 0.000515 -0.017053 -0.026817 0.017607 -0.006594 0.026528 0.032157 0.028848 0.011046 0.003857 -0.006184 -0.013194 -0.017904 -0.003965 0.003309 -0.023311 0.031452 -0.020428 0.001957 -0.025521 0.01257 0.012793 0.029568 -0.02525 -0.006871 0.0117 0.017082 -0.026151 -0.047656 0.025808 0.01748 0.007341 -0.046295 -0.012419 0.005655 0.012696 0.016965 0.001301 0.000188 0.00308 -0.03647 -0.000689 -0.016838 -0.019766 0.002498 0.015092 0.018247 -0.012174 -0.005915 0.02736 -0.011377 0.024906 0.017022 -0.019263 -0.016794 -0.011841 0.029007 -0.021388 -0.019687 0.001646 0.001086 -0.014573 -0.014818 0.027147 -0.005522 0.00079 -0.010344 -0.011032 -0.001698 -0.010703 0.025446 -0.041512 0.006366 0.024402 0.029321 -0.032495 -0.025441 -0.008646 0.021314 -0.010496 0.00117 0.006706 -0.005429 -0.035612 -0.022308 0.003947 0.004295 0.039608 -0.004719 -0.005619 0.002799 0.002565 0.036925 -0.010536 -0.000139 -0.006065 0.02412 0.003637 0.050625 0.014628 -0.023291 0.019703 -0.000575 0.001212 0.006407 -0.010319 0.004375 -0.015821 -0.00928 0.013424 -0.001388 0.008042 -0.024105 -0.006622 0.000159 -0.002256 -0.036931 -0.021447 -0.001792 0.002301 -0.018575 0.018666 0.009702 0.004411 0.017873 -0.019829 0.018908 -0.011623 0.017306 0.016796 -0.009433 0.014321 0.039802 -0.008194 -0.001199 -0.006279 -0.028554 -0.02147 -0.004072 -0.014091 0.018544 -0.025187 -0.027531 0.005802 -0.005936 0.026101 -0.016949 -0.005592 -0.023096 -0.007972 -0.005026 -0.011019 0.008603 0.025981 -0.006413 0.00022 0.001581 0.001351 -0.010322 0.000467 0.020592 0.036132 -0.02286 0.01967 -0.006964 0.011418 0.008668 -0.003289 -0.013423 0.007066 -0.021096 -0.026987 0.014183 0.009616 -0.026562 0.00843 -0.05058 -0.015176 0.011026 0.007999 0.00491 0.005441 0.01589\nਝ 0.04738 -0.027365 -0.076175 0.025692 0.022259 0.055242 0.016568 0.01199 -0.002071 -0.032631 0.075157 0.011199 -0.008375 -0.02517 0.037237 -0.003414 -0.000216 -0.059829 -0.022735 -0.062831 -0.020703 0.006226 -0.012448 0.000423 0.029752 0.019411 -0.022831 -0.003901 -0.001643 -0.049373 0.020531 -0.047806 -0.037895 -0.040527 0.000475 0.030584 -0.061248 0.079836 0.047571 0.031591 -0.044081 0.024508 0.021943 -0.012798 -0.045426 -0.056088 0.056189 -0.002897 -0.002478 0.037783 0.01501 0.073581 0.048125 -0.0507 0.076421 -0.007376 0.016686 0.059804 -0.00622 0.048302 -0.034271 -0.034035 -0.004307 -0.036035 0.014891 0.066686 0.082407 -0.038596 0.039833 0.011856 -0.061216 -0.016937 0.008103 0.013778 -0.098036 -0.001481 -0.05982 0.030085 -0.033165 -0.019008 0.032668 0.013529 0.024109 0.051934 -0.03036 -0.089269 0.03008 0.015344 -0.042978 -0.003663 -0.002255 0.042607 -0.003505 -0.015671 0.030894 0.026586 0.017311 -0.047444 0.002502 -0.010707 -0.029818 0.004087 0.006182 -0.052239 0.01407 -0.008022 -0.014064 0.032769 0.026657 -0.006751 0.064003 0.012422 0.062553 -0.028627 0.010144 -0.006341 -0.017606 -0.005382 -0.018352 -0.084556 0.020294 -0.01268 0.032354 0.017843 0.046012 0.042811 -0.005163 -0.018246 -0.007948 -0.011851 -0.026814 -0.017492 -0.014669 0.039405 -0.034818 0.018948 -0.063114 0.018389 0.000464 0.0862 0.020388 -0.00712 0.00052 0.035801 -0.049703 -0.052687 0.069273 -0.003295 0.011814 -0.076131 -0.005432 0.015039 0.060462 0.073003 -0.013914 0.025441 -0.013841 -0.041174 0.008237 -0.018518 -0.039333 0.030484 0.052618 0.012963 -0.004447 -0.030516 0.036853 -0.045505 0.041189 0.004271 -0.049487 -0.045318 0.002262 0.046095 -0.055463 -0.06157 -0.001746 -0.004228 -0.058044 -0.042661 0.056078 0.002181 0.030135 -0.032448 -0.007024 -0.033325 0.004995 0.034455 -0.106331 -0.008699 0.031884 0.036407 -0.051265 -0.072522 -0.008096 0.044281 -0.034719 1e-06 0.009842 -0.028331 -0.063044 -0.044976 0.01348 0.009089 0.032512 0.008348 0.028101 -0.00299 -0.004543 0.039343 -0.034331 -0.001074 -0.030218 0.044969 -0.000175 0.074625 0.04494 -0.00415 0.028431 -0.014078 -0.017716 0.016507 -0.012123 -0.006091 -0.025283 0.000326 0.002885 0.02236 -0.018187 -0.039546 0.022859 0.002043 -0.026416 -0.042055 -0.040999 -0.011577 -0.01685 -0.04066 0.045718 0.068731 0.012829 0.048259 -0.015944 0.045001 -0.014368 -0.009129 0.066777 -0.013312 0.078198 0.08884 0.026705 -0.014076 0.014225 -0.073657 -0.065665 -0.01894 0.024814 0.033674 -0.02985 -0.042029 0.01756 -0.015999 0.057105 -0.029167 -0.026354 -0.029888 -0.049076 -0.018494 0.014573 0.015752 0.043195 -0.010883 0.000572 -0.025657 0.009103 -0.001133 -0.003795 0.033426 0.046977 -0.080122 -0.002741 -0.024967 0.044627 0.024282 -0.032153 -0.000122 0.029725 -0.010855 -0.059767 -0.027693 0.011947 -0.064883 0.021134 -0.107637 -0.041577 -0.003224 0.047256 0.012205 0.039457 0.007916\nஜ 0.053265 0.008495 -0.082779 0.045822 0.03092 0.049695 0.027156 0.006783 -0.029705 -0.04462 0.053571 0.021886 -0.005434 -0.046525 0.046467 0.001913 0.019893 -0.029971 -0.01105 -0.057898 -0.033635 -0.015693 0.003743 0.029837 0.003935 0.030067 -0.008358 -0.001057 -0.009938 -0.043998 0.037287 -0.041285 -0.030363 -0.073557 0.010667 0.009653 -0.06124 0.062444 0.01256 0.036177 -0.041507 0.028967 0.011578 -0.013128 -0.067342 -0.046058 0.05421 -0.00637 -0.011641 0.027185 0.024765 0.100393 0.048531 -0.040619 0.065381 -0.005581 -0.028391 0.035472 -0.018679 0.036891 -0.062088 -0.032596 -0.021483 -0.001186 0.026817 0.029779 0.092749 -0.032778 0.049567 0.027089 -0.068254 -0.00689 0.021501 0.022634 -0.05077 0.015849 -0.042273 0.047305 -0.041907 -0.038229 0.030216 -0.01533 0.011095 0.028529 -0.031174 -0.089139 0.003051 -0.029176 -0.035067 0.013757 -0.00895 0.031345 0.012527 -0.019675 0.030047 -0.00293 0.004999 -0.072393 0.010259 -0.021776 -0.005879 -0.001651 0.005496 -0.066477 0.014249 -0.011187 -0.024867 0.009565 0.052298 -0.0139 0.059854 0.033803 0.027515 -0.021554 -0.010228 0.00529 -0.030744 -0.012999 -0.031803 -0.078619 0.042465 0.008716 0.070333 0.015301 0.053128 0.025592 -0.035868 -0.026869 -0.021418 -0.010815 -0.028916 -0.005912 -0.025389 0.039378 -0.034756 0.033668 -0.037155 -0.007027 0.012802 0.078645 0.010968 -0.00358 0.041783 0.043586 -0.042509 -0.062482 0.082976 -2.2e-05 0.001903 -0.051035 0.012261 0.015385 0.048317 0.053908 -0.000568 0.020662 -0.001219 -0.032747 0.021829 -0.054275 -0.034206 0.026542 0.047687 0.019603 -0.021316 -0.027175 0.04392 -0.026689 0.026156 0.040189 -0.058299 -0.035068 -0.024027 0.055605 -0.045885 -0.059853 -0.03417 -0.00957 -0.056778 -0.01873 0.055606 -0.01066 0.013325 -0.013364 -0.017974 -0.025966 -0.008067 0.012921 -0.085846 0.022903 0.027345 0.03267 -0.035845 -0.047344 -0.006618 0.079859 -0.040943 0.026695 0.002182 -0.0022 -0.047082 -0.039603 0.006979 0.039671 -0.003235 0.030865 0.016829 -0.014454 -0.016954 0.056884 -0.051759 -0.001875 -0.026165 0.024743 -0.001709 0.104585 0.015772 -0.0412 0.016226 -0.008216 -0.017348 0.011587 -0.020842 0.013782 -0.015124 -0.023552 0.011243 0.037301 -0.007179 -0.035445 0.004412 -0.007941 -0.030675 -0.020681 -0.057574 0.00833 -0.037808 -0.046873 0.045551 0.046238 0.008386 0.047275 -0.031782 0.024873 0.012394 -0.015611 0.059016 -0.013069 0.067053 0.080132 0.061673 0.023281 -0.008494 -0.059141 -0.06751 -0.03782 0.008133 0.014579 -0.026748 -0.037331 0.019007 -0.030536 0.052893 -0.052489 -0.044718 -0.016729 -0.055365 -0.01023 0.017637 -0.007002 0.040106 -0.008965 -0.001108 0.001537 0.026762 0.009967 -0.014287 0.030596 0.069672 -0.0799 -0.006694 -0.05119 0.027668 0.021638 -0.029826 -0.009136 0.013529 -0.012216 -0.032077 -0.036083 0.014415 -0.051327 0.030441 -0.071745 -0.014903 0.007438 0.020495 0.008526 0.026488 0.004494\nအ 0.02399 0.003458 -0.027211 0.010625 0.00943 0.031691 -0.003047 0.005001 -0.01468 -0.033037 0.040339 0.004528 -0.015088 -0.021622 0.033354 -0.006461 -0.002298 -0.021996 0.003933 -0.037066 -0.020887 0.005643 -0.004254 -0.000739 -0.014033 0.016393 -0.019128 -0.013408 -0.014243 -0.029284 0.017237 -0.028458 -0.018024 -0.028118 0.007907 0.015947 -0.026125 0.023778 -0.005011 0.007644 -0.029979 0.007148 0.001498 0.002681 -0.027925 -0.022314 0.030867 -0.002421 -0.006274 0.012708 -0.005 0.042163 0.018696 -0.02733 0.030241 0.011152 -0.012903 0.010003 -0.010134 0.016794 -0.026648 -0.019209 -0.00844 -0.005621 0.010807 0.010926 0.041093 -0.006372 0.03321 0.020518 -0.051139 -0.006263 0.023841 0.01479 -0.04055 0.001985 -0.02768 0.013617 -0.038159 -0.006678 0.00908 0.000696 -0.006874 0.01303 -0.021876 -0.041552 -0.002514 0.001582 -0.002052 -0.002158 -0.006167 0.023361 0.004179 -0.006919 0.004846 0.000188 0.002256 -0.034687 0.008423 -0.007582 -0.023226 0.005976 0.001022 -0.020084 0.013383 -0.00753 -0.013519 0.006565 0.024749 0.000954 0.039258 0.019757 0.014089 0.001133 0.021333 -0.007279 -0.011258 0.002685 -0.016235 -0.024065 0.01494 0.007891 0.037124 0.02529 0.033289 -0.001468 -0.004798 -0.005398 -0.016621 -0.017433 -0.015745 -0.003696 0.001878 0.02465 -0.010808 0.004277 -0.021845 0.017813 -0.004961 0.036455 -0.004999 0.001882 0.01512 0.009936 -0.027544 -0.054035 0.041875 0.007721 0.010977 -0.033379 0.017133 0.014868 0.036459 0.006016 -0.004857 0.005903 -0.006964 -0.025537 0.011435 -0.012136 -0.02119 0.010012 0.025502 0.0003 -0.004273 -0.009079 0.007935 -0.019026 0.019631 0.019392 -0.015268 -0.012067 -0.006206 0.021569 -0.017641 -0.028444 0.00672 -0.013548 -0.042637 -0.016831 0.018957 -0.005022 0.012348 -0.008604 -0.006943 -0.023639 -0.012205 0.025808 -0.033586 -0.004299 0.006432 0.025985 -0.031525 -0.037067 -0.00151 0.033692 -0.017299 0.010031 -0.000931 -2.9e-05 -0.036273 -0.02351 0.010708 0.019777 0.015015 0.003558 0.015147 -0.008231 -0.009344 0.03106 -0.014054 -0.003808 0.0011 0.021651 0.003846 0.038667 0.016068 -0.025064 0.009605 0.004046 0.001567 0.004457 0.000508 -0.009196 -0.023192 0.007027 -0.013705 0.018125 -0.007815 -0.010166 -0.00213 0.000404 -0.008242 -0.026243 -0.031851 0.004901 -0.007844 -0.028047 0.025321 0.011064 -0.003307 0.019812 -0.01618 0.005945 -0.002395 -0.013119 0.025333 -0.01359 0.030743 0.043528 0.019125 0.006243 0.002381 -0.03864 -0.025142 -0.016114 -0.007252 0.016963 -0.026078 -0.016039 0.002395 -0.013271 0.022785 -0.018527 -0.022946 -0.028133 -0.037112 -0.011117 -0.002221 0.008972 0.018718 -0.004163 0.014294 0.002889 0.025048 0.0075 0.004948 0.018727 0.042917 -0.047942 -0.0013 -0.013605 0.009795 0.021597 -0.020452 -0.025201 0.017865 -0.005335 -0.015073 -0.009932 0.010838 -0.034811 0.02125 -0.050927 -0.016999 0.004746 0.007745 0.007825 0.020549 0.003278\nኢ -0.049458 0.024049 0.017259 -0.054779 -0.019343 -0.021531 -0.029511 -0.012979 0.008571 -0.017108 -0.002685 0.013675 -0.003081 -0.018104 0.01329 0.015898 -0.012065 0.048108 0.020879 -0.018545 -0.017778 -0.011434 -0.012755 -0.00622 0.002855 0.025979 -0.016947 -0.045642 -0.007512 -0.011989 0.030514 0.040781 -0.018843 0.016953 0.00059 -0.002923 0.009692 -0.023007 -0.015764 -0.005873 0.013188 0.009672 0.012159 -0.017571 -0.004607 0.058507 -0.024154 0.014676 -0.013073 -0.04522 0.008139 -0.015514 -0.029703 -0.014062 -0.008226 0.004775 0.006758 -0.019793 0.000532 -0.034922 -0.002533 0.02636 0.017428 0.015534 -0.016748 -0.01007 -0.000662 0.00106 0.02742 0.008552 -0.011414 -0.007382 0.002521 0.01534 0.009083 -0.015467 0.031396 0.000108 -0.047413 0.028185 -0.015661 -0.012183 -0.020005 -0.019644 -0.013514 0.021002 0.004952 0.010124 0.004426 -0.040183 0.01339 0.000392 -0.011456 0.004099 0.026613 0.0131 0.003441 0.006556 -0.044938 0.017858 -0.011082 -0.022196 0.015753 0.012822 0.016612 -0.009981 -0.007401 -0.018518 0.030215 -0.016821 0.024753 0.058647 -0.00983 -0.006507 0.022207 -0.01392 0.043472 0.004079 -0.000392 -0.017677 -0.00444 0.022799 -0.022797 0.001645 0.02275 -0.013455 0.033485 0.007423 -0.007871 0.012186 0.028779 0.014852 -0.002469 -0.002869 0.026124 -0.015515 0.023702 0.030946 0.026725 0.012021 -0.013021 -0.008783 -0.013206 -0.024111 -0.009717 -0.025585 0.016678 0.021108 0.03423 -0.016605 -0.017015 -0.012542 0.016484 -0.02682 8.8e-05 -0.027248 0.039779 -0.028119 0.002644 0.002893 -0.049118 -0.012599 -0.013157 0.019351 -0.051989 0.013419 0.036413 -0.023214 -0.013527 0.003741 0.050238 -0.020832 0.018217 -0.009493 0.007279 0.028918 0.019792 -0.019376 -0.020424 0.036355 -0.013551 -0.011682 -0.010563 -0.003212 0.007362 -0.049261 -0.007717 0.002141 0.060294 0.001499 -0.014213 0.001836 -0.030057 -0.007363 0.019281 0.008982 0.007191 0.012454 0.023488 -0.014696 -0.033715 -0.015434 0.001566 0.04032 -0.011123 0.022554 -0.008096 0.029289 0.016599 0.022848 0.017349 -0.017222 0.011016 0.022931 0.018664 0.000464 0.018104 -0.004415 0.00722 0.016151 0.005506 0.020016 -0.011046 0.032733 0.01654 -0.007714 -0.005002 -0.004925 -0.009058 -0.008898 -0.008965 -0.033403 0.010988 -0.040141 -0.017833 -0.014378 0.009531 -0.012756 -0.022137 -0.030139 0.0079 -0.016458 0.002918 -0.023625 0.001532 0.02404 -0.072718 0.020778 -0.009557 -0.014947 -0.021419 -0.065393 -0.04157 0.020716 0.051338 0.019384 -0.02666 0.006903 -0.01549 0.012378 -0.020528 -0.008362 0.019468 -0.011834 0.025843 -0.007946 0.011129 0.009083 -0.018054 0.005047 -0.001684 0.025726 0.031212 -0.020475 -0.021078 -0.017674 0.002342 -0.030399 0.041369 0.027751 0.053036 0.00673 0.001739 0.014853 0.060923 0.00696 0.022811 -0.011924 0.003695 0.039325 -0.011606 0.010528 -0.007017 -0.038596 -0.003962 0.048408 -0.007077 0.018214 -0.041593 0.002596\nᰩ 0.071237 -0.026135 -0.046795 0.02193 0.015596 0.04291 0.007901 -0.01733 -0.014851 -0.036637 0.026562 -0.014856 -0.00706 -0.061595 0.032485 -0.032173 -0.012321 -0.035449 -0.00655 -0.05762 0.000438 -0.000344 -0.000988 -0.002797 0.009394 0.041054 -0.016205 -0.000197 0.000589 -0.034347 0.042632 -0.025767 -0.03369 -0.055767 -0.00188 -0.008376 -0.038434 0.056171 0.009352 0.035049 -0.048994 -0.012811 0.009236 -0.005397 -0.026799 -0.020902 0.0451 -0.00103 -0.035096 0.042463 0.025981 0.045289 0.039852 -0.057436 0.085972 0.028569 -0.019176 0.013972 -0.009171 0.042495 -0.033568 -0.041668 -0.014633 -0.009588 0.010847 0.013299 0.079533 -0.028273 0.043193 0.015633 -0.062977 0.001868 0.020464 0.046332 -0.082912 0.0063 -0.025597 -0.002628 -0.04248 -0.005657 0.020856 -0.019653 0.0292 0.000933 -0.017034 -0.045116 0.015 0.007177 -0.007619 -0.012274 0.008498 0.026168 -0.002326 -0.008113 0.001257 -0.006068 -0.007382 -0.056082 -0.015448 -0.019482 0.002615 0.020312 0.003271 -0.016524 0.011109 -0.013649 -0.023917 0.026429 0.040635 -0.011401 0.057833 0.062422 0.031852 -0.009796 0.021806 -0.000764 -0.007013 0.034519 -0.025363 -0.041664 0.011417 -0.016525 0.059049 0.063182 0.060818 -0.008035 0.011566 0.011966 -0.013441 -0.040047 -0.026988 -0.004573 -0.044047 0.019845 -0.024885 0.023069 -0.019255 0.02683 0.017833 0.024361 -0.001945 0.020338 0.020457 0.015795 -0.064789 -0.054026 0.096436 0.01516 0.009137 -0.057713 0.022354 0.038844 0.066211 0.019355 -0.008217 0.044301 0.029206 -0.044413 0.027993 -0.016722 -0.031244 0.008611 0.02689 0.007951 -0.036404 -0.046166 0.028063 -0.019375 0.009412 0.022084 -0.041437 -0.006822 -0.030754 0.047641 0.001833 -0.03572 0.018124 -0.002713 -0.019314 -0.028493 0.032436 -0.031593 0.030914 0.002844 -0.009057 -0.038518 0.013436 0.000148 -0.038206 -0.002739 0.056255 0.048745 -0.041803 -0.041952 0.005498 0.079583 -0.046787 0.012537 -0.030285 -0.004053 -0.063843 -0.021722 0.005028 0.025034 0.011449 0.008567 0.035912 -0.017895 -0.006505 0.000617 -0.010662 -0.014735 0.005505 0.022106 0.031372 0.058023 -0.008344 -0.017079 -0.009978 0.027103 0.013854 0.018921 0.007691 0.000395 -0.030914 -0.020638 -0.001421 -0.011177 -0.031688 -0.033666 0.008734 -0.011249 -0.00126 -0.007471 -0.0483 0.008267 -0.027645 -0.026237 -0.005827 -0.026191 -0.002408 -0.015263 -0.04811 0.043794 0.023307 -0.012735 0.051523 0.000138 0.036139 0.059885 0.018069 0.023806 -0.019514 -0.032837 -0.047131 -0.043094 -0.026685 0.028872 -0.051061 -0.002799 0.0047 -0.039551 0.030038 -0.028669 -0.049252 -0.036964 -0.024955 -0.02667 -0.000726 0.005748 0.014646 -0.018808 0.032944 -0.017733 0.019233 0.014182 0.04416 0.032748 0.085376 -0.054449 -0.016299 -0.053117 0.027674 0.029844 -0.048699 -0.032461 0.021116 0.003476 -0.015099 -0.038047 -0.013387 -0.04953 0.060022 -0.084692 0.02042 0.020478 -0.022222 0.043633 0.018973 0.020841\nī 0.029253 0.002767 -0.045806 0.026182 0.012749 0.034133 0.00847 -0.003678 -0.01672 -0.024019 0.032153 0.00914 -0.010001 -0.019994 0.02593 -0.004924 0.007444 -0.019216 -0.008149 -0.032954 -0.010299 0.006167 0.001609 0.012906 0.006843 0.017273 -0.007542 -0.011573 -0.011395 -0.021246 0.021712 -0.029574 -0.018877 -0.039725 0.011619 0.016295 -0.039093 0.035549 0.005916 0.01746 -0.027192 0.010236 -0.001075 -0.000434 -0.022829 -0.022912 0.035059 -0.000263 0.00247 0.015305 0.012535 0.04577 0.02972 -0.029821 0.038545 0.009259 -0.000834 0.022122 -0.010198 0.022361 -0.027409 -0.027496 -0.010717 -0.016802 0.00971 0.021741 0.037316 -0.017813 0.029377 0.018747 -0.046887 -0.005938 0.023782 0.019161 -0.045828 0.003915 -0.031485 0.022107 -0.024169 -0.017806 0.01228 -0.001885 0.001909 0.018868 -0.020259 -0.048983 0.003168 0.000321 -0.016296 -0.002701 -0.004721 0.022807 0.001432 -0.009706 0.011054 -0.005084 -0.000972 -0.034741 -0.004292 -0.003915 -0.018152 0.000431 -0.003001 -0.02719 0.012754 -0.005347 -0.015713 0.009007 0.029876 -0.009675 0.042865 0.01608 0.024537 -0.016024 0.009356 0.002203 -0.006842 0.00264 -0.011413 -0.040505 0.022599 -0.003167 0.039642 0.019496 0.028792 0.008727 -0.00917 -0.011829 -0.008839 -0.016291 -0.012245 -0.003774 -0.015888 0.025978 -0.017948 0.015222 -0.024224 0.007518 0.006458 0.044076 -0.006634 -0.011064 0.012094 0.028385 -0.029612 -0.044464 0.042535 0.003518 0.002153 -0.038512 0.002185 0.010494 0.029388 0.026472 -0.004601 0.006864 0.000239 -0.022629 0.014116 -0.018599 -0.016577 0.015805 0.020823 0.016631 -0.014194 -0.016132 0.018244 -0.01993 0.018547 0.018555 -0.03008 -0.021574 -0.00762 0.03523 -0.016765 -0.024818 -0.005905 -0.01016 -0.03346 -0.016367 0.033127 -0.012698 0.002438 -0.006196 -0.009286 -0.012364 0.003106 0.017108 -0.055346 0.000599 0.013528 0.027932 -0.033968 -0.037884 0.004761 0.03975 -0.019907 0.011783 0.00482 0.002659 -0.032676 -0.028587 0.014239 0.024421 0.016603 0.012012 0.0093 -0.010085 -0.005913 0.033564 -0.021997 -0.003827 -0.004155 0.018333 -0.001251 0.061554 0.002423 -0.020131 0.003469 -0.000677 -0.006942 0.010949 -0.0078 0.004921 -0.021098 -0.002061 0.002075 0.013497 -0.007266 -0.025281 -0.002517 -0.00049 -0.00719 -0.025756 -0.027299 0.000276 -0.016466 -0.033013 0.024073 0.023844 0.00795 0.026245 -0.020713 0.010027 0.007581 -0.007323 0.039948 -0.004295 0.03404 0.047495 0.024642 0.005125 -0.001832 -0.037432 -0.032513 -0.01977 -0.004557 0.016641 -0.025411 -0.013225 0.005449 -0.008479 0.025606 -0.025001 -0.026489 -0.020351 -0.030198 -0.015468 0.004595 -0.002856 0.013863 -0.004701 0.008088 -0.001712 0.00669 0.000606 -0.00246 0.019587 0.038279 -0.044001 -0.005674 -0.020078 0.011914 0.013265 -0.021766 -0.003319 0.014154 -0.007367 -0.020713 -0.018201 0.004886 -0.035201 0.009007 -0.061664 -0.011058 0.0056 0.012819 0.017031 0.019499 0.003097\nά 0.027844 0.000952 -0.045538 0.025334 0.008717 0.035358 0.007851 -0.00159 -0.014779 -0.030897 0.036909 0.011681 -0.013553 -0.023881 0.031821 -0.009334 0.008406 -0.021462 -0.013908 -0.034198 -0.014796 0.006701 0.00705 0.014888 0.007494 0.017494 -0.007522 -0.011949 -0.011462 -0.022861 0.021934 -0.031515 -0.016473 -0.03798 0.010417 0.017451 -0.033922 0.037945 0.006332 0.017271 -0.031579 0.010516 -0.001315 0.005193 -0.024316 -0.023635 0.032333 0.001885 0.00156 0.013598 0.009627 0.048806 0.034732 -0.03002 0.042157 0.005639 -0.001263 0.020263 -0.015666 0.026641 -0.031273 -0.028678 -0.007589 -0.018867 0.016448 0.023584 0.037503 -0.017259 0.027349 0.017408 -0.047053 -0.0053 0.022799 0.011295 -0.048096 0.00435 -0.03211 0.023337 -0.026805 -0.016258 0.010359 -0.001125 -0.000428 0.019351 -0.018055 -0.048033 0.005239 -0.004819 -0.016664 0.001288 -0.003411 0.02285 0.001893 -0.006409 0.012664 -0.007456 -0.001633 -0.03299 -0.005108 -0.01038 -0.012869 0.001316 -0.00357 -0.030011 0.016548 -0.008962 -0.014286 0.010699 0.02824 -0.005769 0.044271 0.01952 0.022213 -0.011265 0.004168 0.004722 -0.003468 0.005224 -0.014861 -0.039651 0.021005 -0.002099 0.03631 0.021795 0.030759 0.00487 -0.006103 -0.013474 -0.011461 -0.014796 -0.013146 0.000311 -0.020059 0.030092 -0.019635 0.010984 -0.030818 0.002873 0.006089 0.044462 -0.008083 -0.01019 0.011162 0.02684 -0.034279 -0.043563 0.042545 0.00886 0.003196 -0.043769 0.001182 0.005987 0.033454 0.027526 0.000577 0.000635 -0.000484 -0.021984 0.011189 -0.023925 -0.013983 0.015888 0.020802 0.014365 -0.014471 -0.014603 0.02194 -0.020196 0.020144 0.019214 -0.029869 -0.023281 -0.011916 0.035207 -0.01496 -0.023769 -0.006776 -0.012068 -0.034915 -0.016044 0.031131 -0.016973 0.005658 -0.00509 -0.003551 -0.012729 0.000973 0.016982 -0.058455 0.001859 0.014298 0.029542 -0.03238 -0.035483 0.001462 0.033965 -0.019268 0.01446 0.005598 0.001238 -0.033153 -0.030178 0.018888 0.022321 0.012914 0.011536 0.013328 -0.01225 -0.004257 0.032385 -0.015663 -0.00453 -0.013937 0.012928 -0.002656 0.062508 0.008238 -0.019104 0.002531 -0.004103 -0.005763 0.012788 -0.010216 0.005021 -0.023681 -0.004546 0.003441 0.013595 -0.006587 -0.027845 -0.003768 0.001031 -0.004143 -0.02128 -0.031646 0.000597 -0.01573 -0.033507 0.025611 0.028306 0.009304 0.023718 -0.021751 0.00658 0.008242 -0.004334 0.035926 -0.002554 0.034099 0.053242 0.022626 0.0054 -0.001019 -0.036077 -0.03339 -0.022018 -0.002804 0.017391 -0.023591 -0.012869 0.009078 -0.007007 0.028409 -0.022789 -0.028215 -0.014994 -0.027632 -0.018669 0.004973 -0.001123 0.019259 -0.004356 0.009663 -0.002857 0.003556 4.1e-05 -0.004368 0.01835 0.039991 -0.044186 -0.004127 -0.019753 0.010081 0.012739 -0.022431 -0.003084 0.014278 -0.007553 -0.017173 -0.016367 0.00392 -0.035744 0.005997 -0.062492 -0.010589 0.003021 0.010114 0.010115 0.017163 0.001583\nর 0.024413 0.001289 -0.055596 0.018874 0.012054 0.03559 0.001406 -0.006682 -0.01922 -0.031228 0.041617 0.012901 -0.011621 -0.021325 0.039213 -0.011435 0.005246 -0.019871 -0.01346 -0.051605 -0.017829 0.000689 0.007648 0.013614 0.008002 0.021346 -0.011085 -0.017232 -0.018579 -0.035431 0.024148 -0.031593 -0.024667 -0.042366 0.006762 0.01183 -0.037016 0.047576 0.010313 0.024022 -0.035383 0.010997 0.000558 0.001571 -0.034886 -0.02115 0.036135 -0.00206 -0.007498 0.017568 -0.00406 0.051674 0.032935 -0.03667 0.03879 0.008284 -0.006543 0.025123 -0.012054 0.032293 -0.034327 -0.03373 0.000379 -0.017708 0.017877 0.031376 0.040198 -0.003364 0.040499 0.013931 -0.05222 0.002294 0.015893 0.021912 -0.04833 0.005322 -0.033794 0.029932 -0.044719 -0.019188 0.016584 -0.000963 -0.005452 0.013647 -0.025446 -0.043508 0.003469 -0.003996 -0.020643 -0.00319 -0.011826 0.025218 0.010136 -0.01302 0.019617 0.00133 -0.006956 -0.035327 0.001941 -0.006352 -0.021452 0.005811 1e-06 -0.03727 0.01286 0.00021 -0.015602 0.015867 0.03824 -0.007014 0.048721 0.026191 0.027419 -0.023532 0.004995 -0.004382 -0.005584 -0.005518 -0.021086 -0.039839 0.036876 0.004978 0.03874 0.024918 0.035846 0.017811 -0.009844 -0.015662 -0.009755 -0.022572 -0.017293 -0.003986 -0.012577 0.036824 -0.015376 0.013195 -0.036134 0.007467 0.007034 0.0539 0.001026 -0.015138 0.009467 0.024254 -0.044017 -0.056271 0.057327 0.020353 0.008446 -0.044762 -0.000793 0.020073 0.025499 0.023089 0.005846 0.002975 0.010271 -0.0245 0.015968 -0.020703 -0.022004 0.018385 0.021754 0.019843 -0.01146 -0.021931 0.017231 -0.020254 0.024785 0.018028 -0.029925 -0.015111 -0.013333 0.042395 -0.025709 -0.03163 -0.005996 -0.005107 -0.042435 -0.024511 0.029744 -0.015129 0.010327 -0.01649 -0.005226 -0.015308 0.005489 0.029804 -0.055154 7.1e-05 0.019762 0.02616 -0.037602 -0.040577 0.000345 0.039858 -0.019167 0.01242 -0.001025 -0.002557 -0.043251 -0.046398 0.013951 0.031396 0.014412 0.012805 0.025734 -0.013454 -0.003448 0.043462 -0.027852 -0.009341 -0.008071 0.013601 -0.00291 0.075312 0.011163 -0.028898 0.013227 0.006699 -0.005288 9e-06 -0.002931 0.011113 -0.029356 -0.006421 -0.000916 0.026021 -0.010675 -0.025766 -0.007421 0.00401 -0.004056 -0.031388 -0.040303 -0.013299 -0.014855 -0.038173 0.028818 0.022471 0.011634 0.031276 -0.022838 0.015067 -0.002165 -0.004605 0.03712 -0.012473 0.039987 0.053656 0.018175 0.004238 0.008368 -0.042429 -0.035388 -0.026368 -0.01368 0.029367 -0.030282 -0.012276 0.003586 -0.013693 0.036438 -0.02747 -0.035693 -0.0208 -0.025593 -0.025582 0.0122 0.006175 0.019521 0.007702 0.013714 -0.004177 0.015751 0.002663 0.001273 0.015324 0.056629 -0.057819 -0.003075 -0.014279 0.020793 0.024198 -0.01831 -0.006735 0.018469 -0.008387 -0.0278 -0.010742 0.010836 -0.043374 0.017963 -0.074385 -0.010262 0.002819 0.022226 0.020777 0.018092 0.004827\nള 0.00892 0.021029 -0.078 0.032069 0.012131 0.045932 0.019736 0.023851 -0.025143 -0.028769 0.046146 0.02331 -0.039438 -0.028396 0.038447 0.000645 0.00159 -0.013282 -0.011288 -0.059853 -0.030691 0.01568 0.008996 0.031791 0.028847 0.028456 -0.003064 -0.0337 -0.001174 -0.009326 0.04267 -0.037338 -0.005521 -0.046236 0.005033 0.020912 -0.033218 0.052687 -0.007358 0.011599 -0.028392 0.029667 0.014503 0.021454 -0.016421 -0.009966 0.047654 -0.003263 0.011932 0.022546 0.0161 0.04735 0.053665 -0.039805 0.02089 0.005281 -0.023553 0.045137 -0.010536 0.014052 -0.037553 -0.022087 -0.019279 -0.036296 0.034288 0.00091 0.07307 -0.027219 0.004164 0.032991 -0.037297 -0.023312 0.023109 0.01941 -0.075177 -0.015228 -0.02185 0.041306 -0.022511 -0.043653 -0.026029 -0.016595 -0.003983 0.010911 0.001324 -0.04384 0.026408 -0.010993 -0.036681 -0.017498 0.014186 0.028712 -0.008114 -0.009638 0.019536 -0.005898 -0.018655 -0.042796 0.003541 -0.004253 0.013051 -0.009023 -0.010148 -0.035348 0.034616 -0.001237 -0.012976 -0.003621 0.037987 0.021609 0.09943 0.019056 0.039745 -0.004892 0.007917 0.032457 -0.026113 0.003394 0.003068 -0.048837 0.031107 0.000958 0.03327 0.00421 0.038284 -0.008682 -0.019888 -0.029841 -0.002753 0.007667 -0.02707 -0.009071 -0.010805 0.048685 -0.013159 0.028656 -0.035797 0.001966 -0.012105 0.054482 -0.006369 -0.023606 0.022493 0.050199 -0.005678 -0.035671 0.044779 0.013666 0.00207 -0.046102 0.004335 -0.024705 0.067626 0.005856 0.018971 0.015182 -0.020033 -0.045475 -0.006259 -0.032291 -0.043882 0.015673 0.038736 0.017704 -0.029922 0.005373 0.029401 -0.02629 0.031528 0.024745 -0.052645 -0.046154 -0.011851 0.039766 -0.014857 -0.027603 -0.013707 -0.009944 -0.017075 -0.019692 0.066994 -0.000251 -0.001602 0.004775 -0.01315 -0.012618 -0.018696 0.029334 -0.076604 0.028473 0.044247 -0.003727 -0.0407 -0.054983 7e-06 0.06323 -0.004429 0.013614 0.00094 0.028997 -0.05801 -0.026785 0.02117 0.0327 0.050704 0.008799 -0.018688 -0.008425 -0.012723 0.04066 -0.013356 -0.017845 -0.005909 0.023981 -0.003031 0.110127 0.022491 -0.04288 0.019992 -0.000371 0.000113 0.009938 -0.011625 0.026718 -0.034163 0.011689 0.021099 0.014424 0.004842 -0.026321 -0.009161 -0.000286 0.002313 -0.058776 -0.036176 0.005017 0.000705 -0.065929 0.043926 0.028879 0.028154 0.046635 -0.04556 0.016635 -0.002222 0.013931 0.014203 -0.024765 0.037202 0.075797 0.023386 -0.004387 0.01809 -0.06325 -0.041957 -0.001444 0.016056 0.026197 -0.047646 -0.042693 0.022111 -0.033891 0.036927 -0.030674 -0.018707 -0.057445 -0.042207 -0.02472 0.008242 0.014428 0.01664 -0.007243 -0.023859 0.002278 0.017725 -0.004619 -0.00931 -0.005541 0.041911 -0.035676 -0.002002 -0.001717 0.028773 0.020133 -0.018948 0.017737 0.01593 -0.036437 -0.036714 0.011863 0.037176 -0.048336 -0.015911 -0.061818 -0.010217 0.026874 0.034446 0.027612 0.015578 0.020823\nલ 0.035917 -0.000924 -0.060943 0.021294 0.009738 0.047857 0.013154 -0.005808 -0.026479 -0.046921 0.035203 0.022741 -0.001243 -0.02279 0.040352 0.002497 0.013975 -0.027729 -0.01347 -0.058909 -0.026944 -0.006203 0.006728 0.013268 0.000257 0.021167 0.003753 -0.018092 -0.026058 -0.041961 0.032107 -0.032576 -0.019749 -0.04718 0.013036 0.015287 -0.043191 0.045707 0.009212 0.020445 -0.052033 0.017553 0.014142 -0.020946 -0.036003 -0.039057 0.037712 -0.008987 -0.005453 0.016745 -0.004835 0.072428 0.04283 -0.041567 0.052288 0.000283 -0.009382 0.026477 -0.015668 0.042134 -0.039621 -0.027438 -0.016346 -0.02069 0.027407 0.032867 0.064399 -0.007778 0.046684 0.018706 -0.069815 -0.014168 0.024182 0.018657 -0.053613 0.002504 -0.034765 0.034173 -0.040236 -0.01091 0.008512 0.001949 0.000806 0.009342 -0.023069 -0.066517 0.006152 -0.016296 -0.023752 -0.014678 -0.017039 0.03281 0.025216 -0.015356 0.014399 -0.008485 -0.00995 -0.051813 -0.004385 -0.00374 -0.026047 -0.007267 0.004581 -0.038547 0.009311 -0.014961 -0.021578 0.003017 0.033654 -0.009393 0.053118 0.019419 0.025694 -0.021815 0.01361 -0.002217 -0.01044 -3.1e-05 -0.014322 -0.050372 0.01716 0.002062 0.051955 0.015243 0.034647 0.026187 -0.029383 -0.025122 -0.022207 -0.014565 -0.015539 0.000181 -0.01986 0.04984 -0.026333 0.010644 -0.051503 -0.000676 0.005343 0.059776 0.010403 -0.001316 0.019925 0.022812 -0.028093 -0.062896 0.067395 0.016911 0.004528 -0.054697 0.01677 0.006702 0.039884 0.02647 -0.001167 0.011724 -0.004069 -0.035108 0.017884 -0.030211 -0.020469 0.015939 0.030846 0.019135 -0.013307 -0.012969 0.020463 -0.019768 0.026107 0.036767 -0.033687 -0.026334 -0.011776 0.031208 -0.025686 -0.034654 -0.015102 -0.015043 -0.050823 -0.028766 0.046009 -0.019864 0.00887 -0.015208 0.000966 -0.016101 0.0107 0.021872 -0.055428 0.012394 0.018449 0.027298 -0.047476 -0.034685 0.012971 0.051604 -0.021826 0.023745 -0.001435 -0.003028 -0.034906 -0.044896 0.005334 0.032954 0.013787 0.020176 0.008718 -0.012703 -0.020675 0.053751 -0.029224 -0.012363 -0.010893 0.022226 -0.003802 0.073077 0.015358 -0.026378 0.010288 0.002057 -0.004796 0.013055 -0.01389 0.007816 -0.028272 0.002335 0.006702 0.026835 -0.002382 -0.028721 -0.007686 -0.000355 -0.000812 -0.031213 -0.050247 -0.010099 -0.01964 -0.03714 0.032351 0.018144 0.014808 0.02141 -0.037976 0.002935 0.005097 -0.005536 0.042037 -0.00862 0.050077 0.069424 0.034597 0.004203 -0.002818 -0.046657 -0.032789 -0.028267 -0.013564 0.024662 -0.023867 -0.014117 0.002199 -0.01466 0.037916 -0.036036 -0.039057 -0.019496 -0.047751 -0.017922 0.006086 -0.001604 0.016475 0.009132 0.016375 -0.008852 0.023692 -0.006858 -0.005592 0.018573 0.045556 -0.05559 8.4e-05 -0.030107 0.021756 0.015547 -0.006107 -0.017404 0.029723 -0.007626 -0.013726 -0.010003 0.015329 -0.044839 0.010138 -0.071933 -0.020903 0.007216 0.020034 0.017194 0.018591 0.00224\nี 0.026335 0.001102 -0.03938 0.023312 0.011272 0.035844 0.008502 -0.001836 -0.019608 -0.02596 0.019239 0.003494 -0.003809 -0.014015 0.029751 -0.003502 0.007755 -0.018023 -0.005146 -0.040143 -0.014411 0.009069 0.006569 0.012506 0.002961 0.010063 -0.015062 -0.003 -0.015115 -0.023958 0.016749 -0.026974 -0.015774 -0.034654 -3.3e-05 0.016537 -0.031079 0.036752 0.008487 0.014232 -0.029817 0.010061 0.00027 -0.003996 -0.023633 -0.021875 0.030382 0.005727 0.000788 0.006255 0.001458 0.041227 0.029781 -0.028986 0.032293 0.002753 -2.9e-05 0.021244 -0.014708 0.021488 -0.027738 -0.025263 0.000102 -0.013759 0.012569 0.016978 0.027081 -0.017521 0.039229 0.014696 -0.041989 -0.007085 0.020433 0.008854 -0.050549 0.003047 -0.02712 0.021986 -0.031432 -0.011125 0.014974 -0.006963 0.001338 0.00937 -0.018544 -0.046163 -0.001051 -0.001593 -0.015707 -0.000548 -0.008145 0.018816 0.01161 -0.013275 0.014794 -0.005157 0.006146 -0.035691 0.006201 0.000939 -0.020078 0.005986 -0.00031 -0.021895 0.015777 -0.003705 -0.009789 0.006284 0.025238 -0.004803 0.046636 0.021071 0.027187 -0.015193 0.008822 0.001215 1.1e-05 -0.000175 -0.002312 -0.037182 0.019242 0.002726 0.036342 0.022021 0.036848 0.010896 -0.013053 -0.013112 -0.002473 -0.01464 -0.008714 -0.005071 -0.015407 0.029162 -0.018221 0.014082 -0.031803 -0.000184 0.009307 0.036178 0.000278 -0.007293 0.003787 0.023185 -0.037537 -0.042303 0.042963 0.006274 -0.000942 -0.040114 0.004662 0.004923 0.032973 0.022118 0.002789 0.008038 0.009155 -0.027125 0.011643 -0.021731 -0.01165 0.010995 0.020645 0.014095 -0.013522 -0.010384 0.017537 -0.015623 0.023232 0.016124 -0.021287 -0.017507 -0.008206 0.02345 -0.02044 -0.020326 2.1e-05 -0.006804 -0.038985 -0.01718 0.034283 -0.010534 0.005433 -0.010636 -0.007449 -0.010104 0.004278 0.018572 -0.046622 -0.002951 0.010767 0.02513 -0.033329 -0.030019 0.008859 0.033194 -0.015415 0.009294 0.002606 0.002433 -0.030042 -0.026723 0.014739 0.024588 0.023959 0.016137 0.001106 -0.00499 -0.000158 0.031142 -0.017055 0.002274 -0.005068 0.013919 0.001653 0.056341 0.002451 -0.020588 0.008835 -0.001571 -0.001075 0.013798 0.001756 0.005528 -0.024495 -0.000284 -0.003715 0.017053 -0.005624 -0.026445 -0.010144 -0.000462 -0.002942 -0.021166 -0.026897 -0.004311 -0.009963 -0.034154 0.020565 0.026184 0.010125 0.029415 -0.030792 0.011943 0.004269 -0.005164 0.030168 -0.002379 0.031693 0.049164 0.017347 0.003161 -0.007126 -0.038755 -0.024049 -0.016995 -0.000322 0.027325 -0.023507 -0.013811 0.009688 -0.010186 0.025831 -0.019367 -0.023161 -0.027735 -0.026601 -0.012851 0.005048 0.000631 0.019015 0.000577 0.009423 0.00156 0.011216 -0.002999 0.001732 0.008218 0.038363 -0.042968 -0.00221 -0.004221 0.010511 0.014638 -0.016139 -0.005336 0.019101 -0.006118 -0.021345 -0.012119 0.00783 -0.03686 0.009995 -0.061515 -0.009606 0.009675 0.008292 0.01421 0.018098 -0.000571\nᐹ -0.023758 0.056053 -0.020579 0.008941 0.0171 0.014912 -0.033479 0.021528 -0.010755 0.023183 0.021725 -0.021466 -0.013213 -0.028685 -0.019094 -0.01509 -0.036737 0.041437 -0.009286 0.02223 0.005163 -0.046986 -0.046762 -0.017836 0.017175 -0.025511 -0.01994 -0.031425 -0.013769 -0.015186 0.013814 -0.0308 -0.00244 -0.009854 0.024167 0.041533 -0.015332 -0.030428 -0.002346 0.010628 -0.009579 -0.04038 0.010374 -0.013659 -0.008107 0.026569 -0.020142 0.013703 0.02761 0.001148 0.024386 -0.028538 0.020623 -0.002787 -0.023831 0.019417 0.008912 0.001006 0.009331 -0.057206 0.042641 -0.000263 -0.011999 0.000907 -0.02149 -0.008939 0.040246 0.02091 -0.013906 -0.031984 -0.035924 0.007805 -0.02448 0.003232 -0.024214 -0.004363 0.00568 0.002894 -0.032745 0.022133 0.037736 0.041449 0.035171 0.005419 -0.033527 -0.007357 0.022189 0.018233 0.001237 0.02088 -0.031047 0.011997 0.008991 0.01594 0.036645 0.006338 -0.007041 0.025272 0.006 0.054536 -0.011179 0.000626 0.014706 -0.021626 0.022074 0.040564 -0.016419 0.01539 -0.007528 0.007015 -0.002741 0.057424 0.029742 0.019374 0.021696 0.011985 0.035884 -0.002532 -0.002742 0.007619 0.005372 0.009761 0.011617 0.017176 -0.026023 0.000933 0.01641 -0.018812 -0.010478 -0.013425 -0.036898 0.032115 0.014061 0.031461 0.034973 -0.020356 0.0076 -0.01786 -0.012629 0.029742 -0.013259 -0.01736 0.037712 -0.010144 -0.061908 -0.006226 0.020226 0.047962 0.046717 -0.071569 0.027877 -0.017353 0.019698 -0.030015 -0.009608 0.008535 0.016055 -0.03397 -0.050642 0.011958 -0.041901 0.007711 -0.014799 -0.021216 -0.02583 0.008348 0.001505 0.006078 -0.020963 0.018478 -0.011285 -0.025205 0.016301 -0.005628 0.006452 -0.035762 0.020915 -0.042989 0.01681 -0.000916 -0.002413 -0.016977 -0.040329 0.009978 0.006541 0.017543 -0.008532 0.000449 0.040278 -0.020434 -0.010927 0.014903 -0.012063 -0.046257 0.001731 0.030233 -0.000499 -0.005792 0.033404 0.000839 -0.03694 0.010893 0.012891 0.038049 -0.01424 -0.020653 0.006087 0.001991 -0.027424 1.8e-05 0.024629 -0.039017 0.025822 -0.022031 0.005438 0.009023 0.018221 -0.028877 0.023673 0.030379 -0.004879 -0.009286 -0.016166 0.004641 0.032982 0.003021 -0.0194 0.01294 -0.016044 -0.011023 0.037554 0.013039 -0.007859 0.008402 -0.055439 -0.000235 -0.029215 -0.011237 0.008823 0.017991 0.000833 0.002846 0.019385 0.002902 -0.005233 -0.029557 0.017684 -0.015703 0.006407 0.028793 0.002452 -0.039093 0.00166 -0.03757 -0.00804 -0.087186 -0.003452 -0.014141 -0.028853 -0.022779 -0.003365 -0.005098 -0.005277 -0.027922 0.003775 0.036289 0.007282 0.001295 -0.010775 -0.000638 0.038107 -0.00975 0.063657 0.026133 -0.024076 0.022264 0.027462 -0.013964 -0.016207 0.006142 0.026229 -0.01516 -0.006355 -0.010207 0.004115 -0.004572 0.006282 0.034893 -0.04576 0.05652 0.014026 -0.045493 -0.004046 -0.039925 0.00098 0.020852 -0.054534 -0.006591 0.027181 0.010089\nǀ -0.026435 -0.019047 -0.057685 -0.017148 0.003578 -0.007006 0.01726 -0.061538 -0.006908 -0.002744 0.031893 -0.023092 -0.01813 -0.033322 -0.015647 -0.010374 0.02429 0.029074 0.015153 -0.072397 0.035489 -0.018996 0.01409 0.00232 -0.001089 -0.029268 0.011694 -0.032649 -0.033078 -0.051033 0.023013 0.004741 -0.05127 0.01936 0.008673 0.037938 0.02197 0.025665 -0.038403 0.04575 0.00196 -0.013313 0.012066 -0.007527 -0.044906 0.023991 0.014874 0.029659 0.044014 -0.072391 0.010177 -0.008447 0.007709 -0.036318 0.030783 -0.018925 -0.035805 -0.020542 0.000146 -0.007901 -0.029415 -0.010725 0.014465 -0.016198 -0.030175 -0.009082 0.060044 0.015559 0.071415 0.014001 -0.032871 -0.035579 0.050538 0.023051 -0.082588 -0.02105 0.006377 0.005143 -0.049692 0.045698 -0.053057 -0.024424 -0.001485 -0.01996 -0.054853 -0.061994 -0.025381 -0.016051 -0.014129 -0.031526 -0.044956 0.003232 0.009704 -0.002023 0.050528 -0.052044 -0.007367 -0.022829 -0.068156 0.027101 -0.065143 -0.026176 -0.029405 0.028714 0.010907 -0.020064 -0.037184 -0.017192 0.051511 0.015942 0.013754 0.063581 -0.03018 -0.033994 -0.00028 -0.005695 0.014214 -0.002958 -0.038453 0.00679 0.00509 -0.003218 0.010575 0.076121 0.012567 0.047651 0.068501 0.004418 -0.015381 -0.039334 0.022866 0.094294 -0.059694 0.037652 0.007002 0.006479 0.007331 0.011014 0.004697 0.004351 0.029538 0.023336 0.056715 0.044827 -0.063397 -0.067187 0.082837 0.045894 0.008746 -0.090745 -0.034631 0.003767 0.021129 -0.010735 -0.049537 -0.084406 0.068061 -0.011973 0.049993 0.03474 -0.0807 -0.030314 0.011983 0.012281 -0.033803 0.062888 0.039598 -0.023504 -0.033273 0.009723 -0.019999 -0.014021 -0.025612 -0.050705 -0.028708 -0.046289 -0.010191 -0.029386 -0.015958 0.022374 -0.004365 -0.031835 -0.026067 0.005389 -0.021784 0.016015 -0.016656 0.020898 0.037158 -0.031969 -0.000527 0.012891 -0.060882 -0.029274 0.029836 0.023982 0.029356 0.02296 -0.014846 -0.027593 -0.064718 -0.00262 0.047777 0.061021 -0.006203 0.024152 -0.001217 -0.048353 0.002322 0.035704 0.006142 -0.016285 0.032873 -0.022795 0.001496 0.046868 0.022532 -0.013608 0.014509 0.0845 0.002226 0.006136 -0.094779 0.052737 0.07924 0.013417 0.041446 -0.000302 0.036272 -0.034159 0.005382 -0.01131 -0.024223 -0.005913 -0.072084 -0.014139 -0.036301 -0.075544 -0.033159 -0.049877 0.029583 0.014898 0.002471 -0.019525 0.002634 0.055446 0.000891 -0.009025 -0.081603 0.002368 0.01892 -0.052004 -0.040905 0.04673 -0.029469 -0.016707 -0.049878 0.005326 -0.057734 -0.00528 -0.034681 0.024255 -0.010504 -0.022225 -0.023826 -0.029034 -0.010116 -0.027377 -0.023423 -0.0214 0.022363 0.015538 0.063652 0.022875 -0.023252 0.013278 -0.005929 -0.009187 0.071683 -0.011752 0.035539 -0.031394 0.006741 -0.002884 0.028375 -0.027262 -0.031529 -0.032429 -0.00041 -0.030678 -0.004487 -0.032544 -0.028839 -0.111783 0.033332 0.057935 -0.042129 0.014251 -0.022697 -0.010211\nم 0.02745 0.00373 -0.042309 0.017362 0.005295 0.028724 0.003616 -0.005583 -0.019204 -0.02813 0.02872 0.009568 -0.007427 -0.017436 0.024291 -0.002644 0.007888 -0.016633 -0.010893 -0.03785 -0.015667 0.0031 0.006169 0.00937 0.002635 0.015264 -0.005182 -0.010465 -0.012402 -0.028152 0.019703 -0.026391 -0.013334 -0.034823 0.008839 0.011594 -0.030705 0.033938 0.006729 0.017923 -0.027104 0.008581 0.003419 -0.000143 -0.024104 -0.019362 0.029948 -0.002909 -0.003018 0.009574 0.002831 0.040473 0.02828 -0.024663 0.03434 0.003611 -0.003239 0.018302 -0.010898 0.020748 -0.026881 -0.022159 -0.008032 -0.012071 0.013734 0.019571 0.034871 -0.010209 0.030623 0.016437 -0.044896 -0.006501 0.019004 0.015589 -0.038211 0.002363 -0.025188 0.021776 -0.030665 -0.015045 0.009881 -0.001461 0.002487 0.011049 -0.018263 -0.041278 0.003718 -0.00396 -0.014769 -0.002813 -0.005099 0.019697 0.006975 -0.006411 0.016217 -0.002788 -0.002376 -0.032353 -0.000222 -0.002823 -0.017106 0.002974 0.000329 -0.027529 0.01208 -0.007303 -0.012194 0.009278 0.027867 -0.007654 0.037869 0.016352 0.019321 -0.016096 0.005464 -0.000265 -0.007723 0.00065 -0.012348 -0.036572 0.018917 0.000424 0.031198 0.017658 0.027642 0.012639 -0.00967 -0.008994 -0.01072 -0.013699 -0.010269 -0.001318 -0.010359 0.023673 -0.016103 0.011155 -0.029083 0.004417 0.009222 0.037921 0.000862 -0.008523 0.009923 0.020694 -0.025413 -0.042211 0.041743 0.011956 0.000859 -0.038211 0.007754 0.005683 0.027953 0.024834 -0.002634 0.004791 0.002128 -0.021471 0.012578 -0.019188 -0.020067 0.011018 0.019535 0.013611 -0.011367 -0.014766 0.016114 -0.018957 0.017812 0.014598 -0.022636 -0.018541 -0.007894 0.03254 -0.017173 -0.022176 -0.008085 -0.00997 -0.033828 -0.014954 0.029779 -0.011361 0.006736 -0.012435 -0.002065 -0.018237 0.002088 0.019919 -0.043227 0.001039 0.011747 0.020628 -0.031 -0.028515 0.001634 0.034937 -0.018041 0.012238 0.001102 -3.3e-05 -0.025603 -0.025525 0.016496 0.02035 0.014978 0.014233 0.009873 -0.009225 -0.006736 0.033358 -0.016477 -0.00352 -0.010821 0.016299 -0.001737 0.056573 0.007852 -0.018747 0.008688 -0.003254 -0.005329 0.006715 -0.004865 0.004314 -0.019496 -0.001731 0.001242 0.01629 -0.004721 -0.021286 -0.001499 -0.000709 -0.005408 -0.018869 -0.028995 -0.003876 -0.013421 -0.027885 0.019225 0.016721 0.00652 0.016074 -0.021588 0.008196 0.003658 -0.003029 0.028678 -0.003907 0.034343 0.044163 0.019593 0.003471 -0.001824 -0.031992 -0.025823 -0.019829 -0.001359 0.019622 -0.023994 -0.006245 0.003201 -0.01302 0.02644 -0.025251 -0.024221 -0.018893 -0.032082 -0.01121 0.006064 0.000557 0.016055 -0.000684 0.008799 -0.002639 0.011032 -0.002689 -0.003174 0.01543 0.039082 -0.042062 -0.001978 -0.017897 0.014573 0.01096 -0.015977 -0.004624 0.018587 -0.00985 -0.015853 -0.015294 0.0074 -0.034447 0.006309 -0.055778 -0.006758 0.005813 0.010909 0.011113 0.015486 0.002356\nᏌ 0.029738 0.005985 -0.041638 0.020543 0.014838 0.019582 0.01369 0.001625 -0.013306 -0.020208 0.049416 -0.007759 -0.018669 -0.025904 0.027192 -0.008412 0.026979 -0.035212 -0.037985 -0.034976 -0.0248 0.030395 0.00656 0.038549 0.008407 0.02728 -0.008382 -0.005045 -0.014225 -0.040897 0.034124 -0.043182 -0.028103 -0.024655 0.018963 0.038174 -0.063689 0.07218 -0.000631 0.013542 -0.034667 0.03586 -0.029076 0.001589 -0.035668 -0.029456 0.047918 -0.002189 0.006885 0.017433 0.002578 0.056497 0.040385 -0.048142 0.06646 0.030368 0.006605 0.046424 -0.020096 0.023319 -0.037546 -0.04857 -0.015538 -0.035822 0.015343 0.059434 0.057976 -0.042544 0.021139 0.050668 -0.056631 -0.014371 0.034759 0.015171 -0.063412 0.018684 -0.04716 0.047359 -0.024302 -0.049272 0.011035 0.022819 0.008734 0.060945 -0.035803 -0.079333 -0.029394 -0.009099 -0.005196 -0.01687 0.014195 0.036732 0.005731 0.000439 0.020936 -0.003528 0.014017 -0.060333 -0.006838 -0.024119 -0.008905 -0.005331 -0.022108 -0.052591 0.024365 -0.00629 -0.012704 0.006337 0.039532 0.003454 0.076585 0.026831 0.041825 -0.006331 -0.012678 0.001711 -0.036191 -1.6e-05 0.005686 -0.069373 0.033612 0.013319 0.050029 0.022579 0.039974 0.019846 -0.008084 -0.010058 0.004806 -0.020404 -0.007645 0.006598 -0.037105 0.025494 -0.007358 0.033046 -0.035505 0.004759 -0.002263 0.063602 -0.013081 -0.020092 0.023789 0.018477 -0.037631 -0.076526 0.060009 0.034967 0.016443 -0.05689 0.037596 0.003656 0.030079 0.047678 -0.008446 0.012364 0.016649 -0.035322 0.00361 -0.01264 -0.00807 0.017214 0.015004 0.021915 -0.013186 -0.010936 0.03363 -0.015256 0.032061 0.033012 -0.041371 -0.019108 -0.012162 0.061481 -0.052019 -0.035621 -0.023688 -0.004853 -0.049671 -0.027675 0.063784 -0.016425 0.012923 -0.009162 -0.028876 -0.006838 0.010821 0.014593 -0.076449 -0.016897 0.016662 0.050959 -0.042571 -0.037607 -0.012474 0.027443 -0.015024 0.027824 0.027881 1e-05 -0.03802 -0.048045 0.026382 0.03373 0.027717 0.00808 0.028936 -0.02066 -0.001382 0.041713 -0.031515 0.001678 -0.025416 0.023656 -0.000489 0.085956 0.016745 -0.047082 -0.0063 -0.003072 0.003658 0.024355 -0.012159 -0.003493 -0.012458 -0.012358 0.006805 0.031431 -0.000689 -0.016384 0.01003 -0.002423 -0.010405 -0.026659 -0.048209 0.003664 -0.00841 -0.091813 0.053983 0.041058 -0.012872 0.034616 -0.019191 5.6e-05 -0.003919 -0.001892 0.066041 -0.012149 0.036033 0.076134 0.005194 0.011596 0.009213 -0.063445 -0.061058 -0.041654 -0.002011 0.024211 -0.023638 -0.039892 -0.005732 -0.014538 0.033829 -0.038011 -0.017787 -0.020479 -0.028771 -0.015013 0.004867 0.001904 0.013496 0.003089 0.003441 0.006596 0.033017 -0.021097 0.011833 0.012221 0.05611 -0.035963 -0.024033 -0.015447 0.00711 0.000189 -0.02506 0.007137 0.006549 0.000906 -0.04908 -0.0278 -0.028746 -0.060333 0.032704 -0.086242 0.001013 0.011791 0.011887 0.007896 0.025531 -0.005675\n͗ 0.042666 -0.003734 -0.030922 0.032532 0.023056 0.031352 0.003241 -0.002248 -0.048065 -0.045524 -0.006901 -0.010533 -0.019111 0.009675 0.016476 0.024078 0.010698 -0.042809 0.035218 -0.01761 -0.022559 0.030115 0.022126 0.026303 0.016616 -0.004692 -0.024397 -0.010339 -0.012988 -0.016025 0.022674 -0.040902 -0.037628 -0.032663 0.024863 -0.001366 -0.030466 0.022365 -6.4e-05 0.015579 0.010083 0.027459 -0.008541 -0.02777 -0.060278 -0.014166 0.022364 0.004847 0.002867 0.019873 0.004515 0.043785 0.044298 -0.023522 0.040673 -0.006809 0.002485 -0.0097 -0.010579 0.03457 -0.044255 -0.000691 -0.012509 -0.01869 0.00245 0.053096 0.028816 -0.031045 0.033713 0.003184 -0.0241 -0.019982 0.027144 0.019865 -0.044498 0.006679 -0.050955 0.026521 -0.010634 -0.010242 0.002817 -0.015068 0.008955 0.009419 -0.021257 -0.051803 0.028123 -0.033851 -0.01905 -0.021667 0.007708 0.011234 0.007416 0.022514 0.009112 0.001467 -0.018311 -0.029113 -0.010223 -0.000407 -0.029827 -0.033145 0.014412 -0.062889 0.018792 0.009481 0.013128 -0.002698 0.008292 -0.001518 0.029859 0.022921 0.045078 0.000757 0.002207 0.013182 -0.004482 0.007649 -0.010165 -0.04338 0.014125 -0.011763 0.01974 -0.014395 0.009863 0.025284 -0.006836 -0.058387 0.006918 -0.002161 -0.001153 0.01762 -0.003182 0.007024 -0.019176 0.008876 -0.032568 -0.024205 0.031442 0.033049 -0.020342 -0.034048 0.004523 0.021204 -0.047425 -0.044956 0.038364 0.009133 -0.002651 -0.014459 0.009999 -0.016158 0.017854 0.035188 -0.003653 -0.010671 0.005489 0.001541 0.006863 -0.002618 0.00159 0.021164 0.022888 0.019852 0.004255 -0.02352 0.018971 0.001253 -0.005648 0.030764 -0.02078 -0.008927 -0.025505 0.032658 -0.022281 -0.024103 -0.032575 -0.027723 -0.032869 -0.018864 0.02947 -0.013795 0.009326 0.013224 0.010285 -0.013642 0.008571 0.030546 -0.057433 0.034084 -0.005237 0.012536 -0.020014 -0.048206 -0.00927 0.050129 -0.023591 0.03594 -0.009573 -0.000919 -0.006276 -0.003572 0.000761 0.024376 0.012465 0.016857 0.004127 0.002907 0.000649 0.026153 -0.013972 0.013384 -0.03178 -0.008178 -0.011281 0.068791 -0.007069 -0.020995 0.005351 -0.047744 -0.022694 0.003438 -0.012681 0.022028 0.000585 -0.012936 -0.010091 0.017224 -0.021908 -0.050454 0.011376 -0.003704 0.015122 0.00198 -0.030063 -0.016844 -0.0254 -0.0147 0.021278 0.026882 0.018467 0.018917 0.015839 -0.006802 0.007206 -0.006784 0.016975 -0.002062 0.013108 0.059421 0.046199 -0.014368 0.000668 -0.037363 -0.029295 -0.042498 0.003727 0.017271 -0.011455 0.015533 -0.004805 -0.027461 0.010972 -0.044316 -0.040469 -0.016192 -0.034699 0.003284 0.014562 -0.014218 0.011205 0.045868 -0.001319 -0.012572 -0.005075 0.015138 -0.029947 0.026097 -0.00442 -0.047332 0.015107 -0.02084 0.034415 -0.020999 -0.001689 0.001579 -0.002137 -0.023012 0.012397 -0.023089 -0.012903 -0.05985 -0.014976 -0.047468 -0.014091 -0.003748 -0.018888 0.033395 0.002049 0.003677\nљ 0.027704 0.003005 -0.037762 0.013427 0.007622 0.031893 0.007936 -0.006651 -0.014016 -0.030447 0.038826 0.011374 -0.005368 -0.01997 0.033186 -0.00907 0.004596 -0.016882 -0.005771 -0.03757 -0.003133 -0.00288 0.005764 0.011559 0.001718 0.021766 -0.009485 0.000149 -0.018172 -0.015794 0.026763 -0.028272 -0.023941 -0.025173 0.005588 0.00977 -0.030834 0.034162 0.005302 0.015271 -0.034487 0.010376 0.007097 0.00233 -0.022222 -0.014906 0.022538 -0.001436 -0.005387 0.010542 0.000167 0.042591 0.032853 -0.027909 0.033227 0.016796 0.004845 0.019588 -0.014952 0.026488 -0.019054 -0.017368 -0.004441 -0.011657 0.016135 0.011092 0.029738 -0.013367 0.025353 0.014306 -0.046171 -0.007302 0.018557 0.009014 -0.042723 -0.002521 -0.023317 0.015072 -0.024869 -0.009074 0.006905 0.000666 -0.003564 0.010206 -0.017134 -0.041438 0.002167 -0.001154 -0.016753 -0.004371 -0.014805 0.021765 0.008467 -0.010069 0.004704 -0.005271 -0.007981 -0.034383 -0.003097 -0.008872 -0.016826 0.001634 -0.002322 -0.022095 0.012505 -0.001501 -0.01489 0.006524 0.032094 -0.007669 0.037644 0.019643 0.021496 -0.015104 0.010097 -0.000198 -0.009468 0.004876 -0.019236 -0.033447 0.021886 0.011399 0.037459 0.02819 0.023663 0.009515 -0.000874 -0.013709 -0.013039 -0.012041 -0.019447 -0.005932 -0.004712 0.030407 -0.016003 0.004601 -0.020382 0.007842 0.006234 0.03368 -0.004518 -0.009621 0.015979 0.02276 -0.033334 -0.0406 0.037354 0.012808 -0.001005 -0.045635 0.006721 0.018435 0.026671 0.014287 -0.01221 0.002287 0.00308 -0.022991 0.00944 -0.013029 -0.023255 0.008059 0.017977 0.011041 -0.019571 -0.011721 0.013417 -0.012106 0.015624 0.017452 -0.025394 -0.016502 -0.004921 0.026478 -0.008204 -0.016424 -0.007347 -0.011825 -0.023199 -0.012794 0.026937 -0.008922 0.00259 -0.0136 -0.007059 -0.020374 0.001479 0.013018 -0.040433 -0.001045 0.023044 0.025194 -0.023599 -0.025888 -0.000199 0.032616 -0.007338 0.014161 0.003773 3e-06 -0.028869 -0.02823 0.018788 0.024472 0.009723 0.011694 0.008476 -0.01208 0.001716 0.031222 -0.02443 -0.002048 -0.00947 0.00903 0.00224 0.055329 0.006825 -0.022133 0.011665 -0.00032 0.000319 0.005755 -0.008362 0.00719 -0.020521 -0.006386 0.002346 0.011343 0.003241 -0.008276 -0.009492 0.000984 -0.0004 -0.013877 -0.027091 -0.003234 -0.001718 -0.031865 0.025634 0.016002 -0.001775 0.016631 -0.021783 0.013897 0.00913 -0.007123 0.028792 0.006401 0.030675 0.03782 0.012852 0.011915 -0.005245 -0.02813 -0.02725 -0.022579 -0.010788 0.011819 -0.021296 -0.006689 0.005809 -0.007215 0.016547 -0.010255 -0.022526 -0.013214 -0.023995 -0.013007 0.000677 0.01174 0.00986 -0.005875 0.004936 -0.002445 0.007514 0.005872 0.007963 0.013319 0.044386 -0.035052 0.00127 -0.014241 0.012947 0.015496 -0.016397 -0.000462 0.024694 -0.010294 -0.017037 -0.01408 0.002074 -0.030489 0.014119 -0.050708 -0.004038 0.007779 0.010509 0.009078 0.019893 0.004073\nט 0.036024 0.006828 -0.054791 0.026826 0.012777 0.042289 0.006336 -0.005253 -0.021163 -0.035686 0.03491 0.01277 -0.010324 -0.030544 0.033876 -0.006125 0.011555 -0.025745 -0.011369 -0.054302 -0.018902 0.003729 0.003195 0.013267 0.008369 0.022491 -0.003985 -0.00983 -0.017441 -0.027381 0.020533 -0.037582 -0.022663 -0.046898 0.010236 0.010283 -0.041388 0.044204 0.01134 0.026846 -0.032444 0.011926 -0.000281 -0.001247 -0.030734 -0.028327 0.038785 -0.00085 0.001787 0.017321 0.008265 0.056741 0.036994 -0.032483 0.045527 0.010163 -0.00467 0.02808 -0.012927 0.031995 -0.032009 -0.030192 -0.011967 -0.016688 0.013662 0.020246 0.046491 -0.017504 0.03625 0.018272 -0.05195 -0.002781 0.026337 0.01649 -0.053698 0.004418 -0.034766 0.026511 -0.031586 -0.018014 0.013333 -0.000898 -0.000815 0.016098 -0.027267 -0.06254 0.002171 -0.005528 -0.015224 -0.005462 -0.01158 0.02564 0.009529 -0.016369 0.016578 -0.006562 0.000607 -0.039596 -0.002167 -0.003592 -0.019942 -0.003374 -0.00297 -0.034079 0.016978 -0.003245 -0.01536 0.012343 0.038109 -0.003001 0.04048 0.02048 0.025901 -0.019782 0.0104 0.00153 -0.013274 0.002514 -0.013933 -0.046023 0.02725 -0.004156 0.047904 0.019954 0.035412 0.010898 -0.015973 -0.017586 -0.017715 -0.019721 -0.017569 -9.3e-05 -0.019541 0.037809 -0.018396 0.015503 -0.031239 0.002219 0.011889 0.046216 -0.000606 -0.011716 0.015401 0.030925 -0.034449 -0.049196 0.052341 0.008208 -0.003021 -0.044055 0.010273 0.010469 0.037115 0.034747 -0.005562 0.005625 -0.000167 -0.023877 0.015387 -0.021571 -0.022724 0.015382 0.022269 0.011505 -0.012452 -0.016114 0.021829 -0.028093 0.023077 0.022176 -0.031158 -0.022706 -0.008875 0.038204 -0.021545 -0.03251 -0.013764 -0.009645 -0.040855 -0.018364 0.038391 -0.008906 0.008814 -0.007894 -0.007483 -0.018171 0.005934 0.021916 -0.06382 6.9e-05 0.011453 0.02886 -0.04168 -0.041048 0.003553 0.044216 -0.020246 0.013672 0.004194 0.000928 -0.037048 -0.033241 0.022076 0.029592 0.023922 0.020147 0.011714 -0.011391 -0.011751 0.044073 -0.028884 -0.003926 -0.010122 0.023383 -0.004953 0.077954 0.00838 -0.019726 0.005638 -0.000424 -0.010717 0.013706 -0.00911 0.007559 -0.026049 -0.003333 0.001667 0.017826 -0.011532 -0.021974 0.001789 -0.003009 -0.004968 -0.028548 -0.036534 -0.005327 -0.017298 -0.034547 0.030335 0.026893 0.003729 0.031216 -0.018874 0.013383 0.008529 -0.01658 0.044616 -0.005468 0.044112 0.056006 0.027139 0.007265 0.00584 -0.049057 -0.035512 -0.027088 -0.004534 0.022207 -0.024175 -0.010696 0.008323 -0.013355 0.032018 -0.028877 -0.034973 -0.017309 -0.038211 -0.013681 0.011948 -0.00157 0.024608 -8e-06 0.014575 -0.003881 0.013429 0.003521 -0.004804 0.021765 0.050341 -0.052178 -0.006312 -0.018322 0.019085 0.014799 -0.024503 0.00269 0.021209 -0.009794 -0.018176 -0.021155 0.012615 -0.044331 0.012995 -0.074009 -0.006447 0.00293 0.0143 0.010646 0.027917 0.004867\nཟ 0.035033 0.004909 -0.044694 0.017777 -3e-06 0.032816 0.004662 -0.011244 -0.018885 -0.025843 0.02651 0.013125 -0.004967 -0.02418 0.026128 -0.005186 -0.000284 -0.014154 -0.013502 -0.02811 0.005268 0.0028 0.002927 0.01256 0.000333 0.019388 -0.007941 -0.006406 -0.017207 -0.017827 0.016167 -0.04042 -0.02515 -0.034042 0.019373 0.008343 -0.043145 0.033108 0.007302 0.013447 -0.023617 -0.002102 -0.00056 0.010946 -0.025456 -0.019501 0.019502 0.001182 -0.007567 0.02517 0.004786 0.039942 0.022949 -0.027962 0.030435 0.013347 -0.002551 0.006867 0.009211 0.026447 -0.031495 -0.015937 -0.003642 -0.014841 0.004769 0.018803 0.026921 -0.017633 0.028418 0.009867 -0.04448 -0.010262 0.017264 0.009025 -0.037096 -0.005866 -0.04303 0.014277 -0.028692 -0.016905 0.020159 -0.009402 -0.005618 0.021166 -0.018527 -0.034667 -0.005556 0.01443 -0.023455 0.011563 -0.011861 0.01144 0.002843 -0.00886 0.007844 0.001123 -0.006311 -0.023123 0.000381 -0.017635 -0.029838 0.006033 0.003723 -0.034085 0.008406 0.00384 -0.012955 0.000968 0.036135 -0.010887 0.042443 0.017447 0.020534 -0.014591 0.007264 -0.006754 -0.007316 -0.004018 -0.011187 -0.022969 0.02325 0.000505 0.029589 0.018948 0.024827 0.008232 -0.014817 -0.005227 -0.01107 -0.017002 -0.012565 -0.006819 0.003239 0.023266 -0.016251 0.025314 -0.018962 0.013058 0.020368 0.030923 -0.007317 -0.017792 0.003709 0.023934 -0.029215 -0.036129 0.030291 0.00201 -0.00377 -0.023407 -0.007377 0.01893 0.033448 0.024346 -0.011278 -0.002469 -0.00582 -0.026702 0.016993 -0.01683 -0.020672 0.021727 0.028263 0.013788 -0.00273 -0.027656 0.013842 -0.030331 0.018056 0.0098 -0.02366 -0.029279 0.001062 0.024619 -0.018875 -0.028312 -0.013214 -0.004921 -0.031011 -0.012153 0.03031 -0.017323 0.005588 -0.011422 0.000902 -0.017459 -0.006743 0.026586 -0.049873 0.001715 0.003827 0.026097 -0.019052 -0.030268 0.010488 0.02363 -0.022237 0.015846 0.003428 -0.003858 -0.027071 -0.026703 0.015578 0.024866 0.017021 0.005313 0.005197 -0.00229 -0.010231 0.032927 -0.016592 -0.012841 -0.001854 0.029157 -0.000976 0.054963 -0.001244 -0.014133 -0.002077 0.014225 -0.018506 0.013441 0.001283 0.000521 -0.027488 -0.010017 -0.003593 0.003998 -0.006361 -0.011964 -0.00771 -0.004801 -0.013011 -0.025644 -0.019992 9.4e-05 -0.001001 -0.01751 0.016984 0.018693 0.013613 0.039877 -0.01198 0.022722 0.006934 -0.004906 0.032762 0.005273 0.026809 0.034979 0.021395 0.002557 -0.004871 -0.032787 -0.014409 -0.015578 -0.004267 0.018469 -0.033814 -0.002481 0.003356 -0.001253 0.019839 -0.018429 -0.023826 -0.026064 -0.027265 -0.024531 0.011147 -0.000747 0.020044 0.001941 0.005362 -0.003506 0.00957 -0.004831 -0.006324 0.016021 0.030176 -0.043937 0.004393 -0.018836 0.015615 0.011675 -0.037999 0.000583 0.006288 -0.00759 -0.027414 -0.028692 0.005609 -0.025182 0.011902 -0.050787 -0.018088 0.009925 0.024095 0.030367 0.021671 0.004827\nū 0.022491 0.002158 -0.052044 0.028008 0.016315 0.026911 0.008425 -0.005331 -0.027359 -0.019266 0.035686 0.007109 -0.004828 -0.01859 0.024093 -0.012465 0.004516 -0.016749 -0.016235 -0.030057 -0.006762 0.007602 0.000243 0.012405 0.009394 0.017149 -0.007254 -0.005784 -0.010201 -0.018676 0.019919 -0.031777 -0.020122 -0.040886 0.014321 0.020007 -0.041662 0.033638 0.001209 0.015544 -0.027881 0.01528 0.000834 0.000295 -0.027913 -0.022866 0.039674 -0.000324 0.000717 0.023647 0.022683 0.046238 0.03118 -0.032213 0.043374 0.009272 -0.003364 0.02389 -0.007295 0.018673 -0.025728 -0.032938 -0.017234 -0.015261 0.011286 0.020098 0.033829 -0.021976 0.033039 0.013475 -0.043887 -0.008766 0.018317 0.018258 -0.051014 0.013819 -0.03188 0.028743 -0.016663 -0.018843 0.007961 -0.007049 0.001703 0.030113 -0.016287 -0.045404 0.001741 -0.004279 -0.021881 -0.006689 -0.000789 0.029601 -0.001497 -0.01886 0.010147 -0.007931 -0.002482 -0.032598 -0.003856 -0.006225 -0.019955 -0.001594 -0.0044 -0.024745 0.008898 -0.007005 -0.008828 0.007837 0.027108 -0.008298 0.047447 0.020762 0.028421 -0.014703 0.008904 0.006752 -0.006981 0.001336 -0.010568 -0.042277 0.019409 0.001636 0.043647 0.024111 0.036637 0.00604 -0.011133 -0.016114 -0.003626 -0.017847 -0.013174 -0.005481 -0.025239 0.026693 -0.023802 0.021108 -0.023882 0.007964 0.002125 0.041725 -0.006137 -0.006067 0.008682 0.029579 -0.035674 -0.045961 0.041819 0.004209 -0.001328 -0.037044 0.003573 0.010554 0.022609 0.027775 -0.00731 0.012175 -0.003999 -0.021573 0.014834 -0.021633 -0.010441 0.016011 0.023367 0.01943 -0.014478 -0.022156 0.019683 -0.017965 0.021464 0.026318 -0.027767 -0.020571 -0.004524 0.042675 -0.018479 -0.027489 -0.001391 -0.007541 -0.031668 -0.025598 0.036866 -0.017745 -0.001959 -0.011392 -0.012124 -0.015793 -0.002593 0.015683 -0.066336 -0.004893 0.016325 0.032414 -0.0379 -0.041295 0.001563 0.043603 -0.01917 0.00245 0.006659 0.005314 -0.037861 -0.03013 0.013773 0.025398 0.018169 0.005682 0.006579 -0.012929 -0.005235 0.028731 -0.022168 -0.004396 -0.001056 0.019148 -0.003062 0.06465 0.00531 -0.023796 5.4e-05 -0.00141 -0.008251 0.008559 -0.009792 0.006477 -0.01642 -0.000887 -0.001408 0.016556 -0.012668 -0.027474 -0.004812 0.002803 -0.004867 -0.031333 -0.030199 0.004131 -0.019252 -0.035526 0.021265 0.026034 0.00743 0.027624 -0.021783 0.009276 0.006707 -0.009976 0.049733 -0.005092 0.029852 0.051143 0.034597 0.005714 0.002653 -0.034649 -0.038382 -0.01351 -0.003666 0.018811 -0.019013 -0.032789 0.006587 -0.010429 0.030288 -0.020578 -0.021933 -0.024973 -0.024773 -0.012072 0.00929 0.003259 0.017967 -0.008223 0.007889 0.00515 0.008477 -0.000455 6.6e-05 0.014319 0.036183 -0.051599 -0.008175 -0.016585 0.010528 0.018763 -0.025976 -0.001588 0.011077 -0.002659 -0.026713 -0.021577 -0.000569 -0.040179 0.00706 -0.064261 -0.014802 0.007073 0.015821 0.01933 0.018764 0.001466\nɭ -0.013375 0.005147 0.005351 0.014397 0.007448 0.009372 0.012494 -0.029133 -0.023274 -0.013957 0.048169 0.020395 -0.034724 0.020756 0.041303 -0.022271 0.007676 -0.017223 0.011451 -0.03713 0.014994 -0.000949 -0.058908 0.007681 0.00615 -0.035345 -0.005451 -0.004561 -0.015142 -0.017894 0.010007 -0.009098 0.008744 -0.006707 0.003106 0.024426 -0.024683 0.036724 0.008688 -0.006095 -0.017814 0.047559 -0.00159 0.036462 0.012722 0.001897 0.02081 0.021985 0.009395 -0.015455 0.000186 0.020177 -0.001402 -0.013799 0.037605 0.017537 0.020433 0.040775 0.008221 0.018143 -0.025125 -0.036244 -0.008343 0.000958 -0.020382 0.015546 0.048208 -0.033245 -0.012331 0.052282 -0.018325 -0.046706 -0.021227 0.017468 -0.001773 -0.018294 0.02383 0.012069 -0.009783 -0.010668 -0.007004 -0.014943 -0.016308 0.006949 -0.024859 -0.058449 0.003944 -0.004637 0.018878 0.019053 0.006478 0.019225 -0.020348 0.025641 -0.006385 -0.024659 0.011542 -0.019216 -0.033322 -0.002193 -0.032627 -0.015614 -0.016485 -0.011039 0.013463 -0.005346 0.003837 -0.000775 0.014988 -0.000807 0.063297 -0.017766 0.026607 0.029772 0.011507 0.011168 -0.03025 -0.015484 -0.014933 -0.009558 0.037101 -0.018285 0.018949 -0.016834 0.000717 -0.034338 0.034635 0.030261 -0.004587 0.012167 0.025422 0.004766 -0.002119 0.027507 -0.007425 0.016428 -0.004339 0.0394 0.019495 -0.00545 0.003138 -0.006025 0.015756 0.021699 -0.005049 -0.044175 0.005865 -0.003366 0.015067 -0.013907 0.027861 0.003357 0.004156 0.019106 0.01121 -0.000814 -0.006075 -0.044891 0.01958 -0.003441 -0.022758 0.023601 0.024418 -0.003061 -0.018276 -0.026658 0.0412 -0.007554 0.025111 0.03945 0.002291 0.000273 0.018144 -0.004754 0.021504 0.017848 -0.001462 0.002981 -0.032116 -0.001486 0.024979 0.023237 0.006852 0.018161 -0.034647 -0.039868 -0.004358 -0.009094 -0.009238 -0.007531 0.006673 -0.005716 -0.016074 -0.023922 -0.003621 0.003685 -0.023221 -0.011896 0.022183 -0.003799 -0.015341 0.006007 0.012636 0.018869 0.0279 -0.017484 -0.013093 -0.044674 0.012885 0.000776 0.007106 0.001791 -0.007275 0.037242 0.005557 -0.013186 -0.016313 0.01672 -0.000849 -0.012377 -0.017724 -0.024622 0.028271 0.023811 -0.011339 0.00067 -0.00438 0.005343 0.007787 0.001889 -0.025814 0.002037 -0.028967 -0.030893 0.009914 0.017355 -0.021139 0.002814 0.001426 0.009979 0.029848 0.03284 0.012113 -0.005986 -0.015421 -0.01577 0.000352 0.025999 0.006255 0.029147 -0.002199 -0.004653 -0.023279 -0.000117 -0.02082 0.014265 -0.016595 0.003815 -0.010304 0.006074 -0.000193 -0.016752 0.017234 -0.016849 -0.003532 -0.012167 -0.034516 0.014129 -0.010372 0.022247 -0.015588 -0.000871 0.007533 0.0066 0.023264 -0.010346 0.007775 0.009479 0.013525 -0.015978 0.009858 0.019329 0.020558 0.014207 0.025058 0.006756 0.005006 0.01956 -0.000466 -0.003689 0.004341 -0.001253 -0.015928 -0.021829 -0.007788 0.004962 -0.008415 0.008603 -0.009121 -0.034722\nৰ 0.046401 0.015237 -0.074343 -0.014284 0.002187 0.049263 -0.005172 -0.025331 -0.028896 -0.030825 0.05892 0.024911 -0.01136 -0.034824 0.05187 -0.002922 0.033695 -0.001549 0.014005 -0.094654 -0.027874 0.009201 0.023806 0.014768 -0.014428 0.038488 0.002968 -0.043428 -0.004004 -0.034843 0.019039 -0.061428 -0.033004 -0.053095 -0.004592 0.032166 -0.040414 0.038379 0.023638 -0.007013 -0.033894 -0.006543 0.037263 0.014707 -0.025635 -0.022285 0.047421 -0.019105 0.009946 0.005932 0.005415 0.039404 0.026514 -0.032201 0.031939 0.015703 -0.003518 0.041542 -0.00181 0.05892 -0.028116 -0.03066 -0.004544 -0.046002 -0.00523 0.008332 0.039874 0.023141 0.044412 0.018948 -0.082271 -0.007123 0.055599 0.0317 -0.052915 -0.020312 -0.068259 0.020156 -0.068523 -0.020546 0.025327 -0.020727 -0.005382 -0.026106 -0.033025 -0.061653 -0.02091 0.021957 0.004752 -0.004311 -0.020243 0.039442 0.029013 0.001976 0.023507 -0.004924 -0.030123 -0.043775 -0.015253 0.010416 -0.039946 0.013624 -0.006133 -0.02894 0.021429 -0.021585 -0.01827 0.031868 0.060258 -0.022742 0.065226 0.024975 0.016891 -0.037483 0.014632 0.016548 0.01088 -0.013399 -0.012106 -0.052154 0.073217 0.028491 0.063592 0.021197 0.035762 0.013607 -0.028609 0.013499 0.011704 -0.037305 -0.029328 -0.020301 -0.014476 0.04881 -0.027818 -0.014998 -0.036869 0.034158 0.011436 0.056898 0.003605 -0.018958 -0.019476 0.024821 -0.023746 -0.071266 0.064481 0.015311 0.019208 -0.061249 0.00018 0.004863 0.052971 0.034685 0.027121 0.003736 0.017915 -0.023426 0.019649 -0.031174 -0.045567 0.013657 0.001597 -0.000186 -0.011816 -0.016043 0.019863 -0.035825 0.012802 0.018823 -0.056404 0.005038 -0.002641 0.033058 -0.019498 -0.014582 0.019867 -0.006884 -0.046629 -0.006721 0.043392 -0.038356 0.002273 -0.065574 -0.034043 -0.025124 0.080794 0.046262 -0.068922 0.002266 0.045517 0.044436 -0.05473 -0.042601 0.000214 0.050975 -0.014979 0.020676 0.013255 -0.016663 -0.041637 -0.033043 0.01353 0.042232 0.039351 -0.026332 0.047741 -0.009543 -0.013587 0.06117 -0.017449 -0.028049 0.028279 0.041589 0.000206 0.092427 0.039635 -0.009265 0.022308 0.004088 0.010763 -0.01466 -0.018856 -0.021849 -0.056295 -0.006362 -0.045809 -0.003135 -0.028196 -0.036615 -0.034016 -0.006105 0.024102 -0.049321 -0.047931 -0.04005 -0.044776 -0.060624 0.001622 0.031017 0.005097 0.039554 -0.027486 0.024358 0.011457 0.013404 0.074194 -0.013932 0.073309 0.047089 0.010474 -0.008006 -0.03455 -0.07319 0.008405 -0.018022 -0.023056 0.057031 -0.054831 0.012532 0.002292 0.004875 0.012819 -0.028271 -0.030166 -0.03106 -0.01324 -0.017388 0.023335 -0.005573 0.067494 -0.005252 0.000379 0.001191 0.002201 -0.015614 0.020622 0.041066 0.066955 -0.05247 -0.033926 -0.010514 0.062167 0.060977 -0.019669 -0.021386 0.043246 -0.005683 -0.000769 0.01477 -0.011261 -0.029993 0.01708 -0.123912 -0.016675 0.01757 0.000224 0.026141 0.056563 0.022587\nଆ 0.016807 -0.013021 -0.024535 0.041934 0.001498 0.034639 0.002443 0.011471 0.011466 -0.026822 0.011496 0.034952 0.000959 -0.008045 0.024362 0.009194 0.022291 -0.024918 0.010899 -0.031107 -0.001985 0.008329 -0.016725 0.045247 -0.003032 0.019022 -0.071387 -0.036263 -0.025151 -0.022092 0.022926 -0.019 -0.026525 -0.025711 0.01068 -0.011997 -0.045345 0.038336 -0.007429 0.013519 0.004195 0.021394 -0.00909 -0.001692 -0.042967 0.000307 0.026576 0.004137 -0.003367 0.009569 0.000195 0.055909 0.038064 -0.039962 0.030187 0.003385 -0.006177 0.024258 0.015372 0.002337 -0.019834 -0.051879 0.034886 -0.015543 -0.005949 -0.012662 0.011929 -0.010201 0.036304 0.035818 -0.020199 -0.006835 0.012297 0.000641 -0.02979 -0.013854 -0.023967 0.038123 -0.055345 0.007195 0.000695 0.005395 -0.022717 -0.009659 -0.050451 -0.06761 0.02555 -0.005313 -0.015738 -0.000736 -0.044648 0.028297 -0.000111 -0.005426 0.015376 0.00268 0.012585 -0.039359 0.029481 -0.001135 -0.022405 0.034991 -0.010265 -0.009279 0.003037 -0.029394 0.001773 0.001315 0.04441 0.006973 0.022045 0.019859 0.042485 -0.0164 0.00706 0.029457 0.009728 -0.000783 -0.001365 -0.03727 0.020097 0.007233 0.039109 0.003761 0.034309 0.025587 -0.015059 -0.024895 0.005053 -0.034935 0.021936 0.023018 -0.0133 0.029162 -0.027192 0.018505 -0.046776 0.038083 -0.01564 0.039908 -0.010123 0.016281 0.006778 0.034276 -0.036406 -0.084162 0.047698 0.015551 0.008264 -0.068072 -0.006864 -0.003608 0.053391 0.016078 0.020005 -0.013732 0.023124 -0.033022 0.031989 -0.000626 -0.036077 0.011097 0.017979 0.032294 -0.024715 -0.008181 0.013189 -0.010542 0.023295 0.019423 -0.018943 -0.013627 -0.034202 0.014869 -0.020348 -0.072438 0.005019 -0.035099 -0.037891 0.002585 0.007229 -0.0096 -0.011684 0.021693 0.015343 -0.017143 0.010495 0.008437 -0.026046 0.002017 0.028387 0.000315 -0.046994 -0.050973 -0.008844 0.024186 -0.009582 0.002535 0.001289 -0.014143 -0.036422 -0.049195 0.017609 0.049204 0.023454 0.047909 0.017558 -0.00584 0.013512 0.058301 -0.036346 0.001659 -0.033802 -0.023201 -0.030574 0.088903 0.034024 -0.014558 0.02008 0.006522 -0.018595 -0.024557 -0.015423 0.005599 -0.038159 -0.008499 0.003753 -0.005604 0.022018 -0.045516 -0.007253 0.03077 -0.00453 -0.026221 -0.01456 -0.02196 -0.016151 -0.021447 0.028857 0.006394 0.025119 0.026151 0.002378 0.017505 0.010432 0.008872 0.040417 -0.023385 0.033475 0.060944 -0.002971 -0.029342 -0.01575 -0.046579 -0.042195 0.001616 -0.016093 0.017002 -0.048861 -0.018443 0.000433 -0.008285 0.032263 -0.022212 -0.022907 -0.00364 -0.012479 -0.02729 0.035065 -0.008318 0.016271 0.026386 0.00298 0.010149 0.005896 0.031145 -0.042283 0.007843 0.044867 -0.022825 0.021898 -0.007248 0.01306 0.020407 -0.04415 0.007132 -0.013096 -0.0077 -0.022028 -7e-05 0.015246 -0.026469 0.022919 -0.086305 -0.006868 0.016021 0.011737 0.022793 -0.020606 -0.002639\nจ 0.028426 0.001608 -0.0433 0.025739 0.011753 0.035681 0.009381 -0.000172 -0.023076 -0.028187 0.023231 0.001401 -0.006195 -0.018441 0.031287 -0.004367 0.00765 -0.022581 -0.010479 -0.040532 -0.016159 0.004836 0.003424 0.013645 0.00405 0.012715 -0.016518 -0.006632 -0.010243 -0.027166 0.016682 -0.027004 -0.016261 -0.037094 -0.000298 0.018904 -0.03623 0.039534 0.009337 0.014946 -0.02983 0.010665 -0.001198 -0.005565 -0.027748 -0.024121 0.034664 0.001591 -0.001213 0.01009 0.002498 0.044235 0.031303 -0.032504 0.035857 0.00403 -0.003011 0.026109 -0.015615 0.021406 -0.029194 -0.031948 -0.002149 -0.01438 0.010588 0.018381 0.033325 -0.014689 0.040705 0.014882 -0.04686 -0.007643 0.023181 0.010112 -0.055667 0.004176 -0.031833 0.022785 -0.031083 -0.013871 0.013739 -0.007014 0.00372 0.015461 -0.020832 -0.047562 0.000325 0.001991 -0.018632 0.000353 -0.002231 0.026563 0.01093 -0.013221 0.017425 -0.003209 0.007201 -0.035408 0.003488 -0.001973 -0.0185 0.008808 -0.001575 -0.024389 0.016332 -0.00232 -0.010796 0.008693 0.028237 -0.004367 0.04871 0.019103 0.026497 -0.016788 0.004435 0.002787 -0.002848 -0.001417 -0.003674 -0.040086 0.017794 0.003241 0.040142 0.023344 0.037812 0.012966 -0.013712 -0.012018 -0.004334 -0.014327 -0.011607 -0.005361 -0.016743 0.027678 -0.017024 0.014349 -0.031746 -0.000531 0.006412 0.044582 0.001212 -0.009694 0.002806 0.024862 -0.035829 -0.045637 0.044076 0.009886 0.00099 -0.042815 0.001306 0.004811 0.034712 0.025539 -0.001674 0.007197 0.00839 -0.02818 0.009268 -0.024299 -0.015262 0.015018 0.021152 0.013543 -0.012552 -0.012225 0.020977 -0.017661 0.02275 0.016336 -0.028648 -0.017466 -0.011157 0.029823 -0.02509 -0.024697 -0.002977 -0.003276 -0.039189 -0.01922 0.037516 -0.011842 0.007987 -0.008332 -0.007654 -0.007836 0.004294 0.022686 -0.055455 -0.003939 0.012675 0.030522 -0.035199 -0.034009 0.007249 0.034748 -0.017827 0.006139 0.001862 0.000525 -0.031206 -0.032223 0.014283 0.026737 0.023688 0.015267 0.008016 -0.004966 -0.001396 0.032044 -0.01987 -0.000411 -0.007408 0.018023 0.001441 0.060564 0.004038 -0.022468 0.00818 -0.002241 -0.00024 0.012724 -0.001575 0.005022 -0.022872 -0.002969 -0.002329 0.013311 -0.001746 -0.025969 -0.008164 -0.000488 -0.001957 -0.023642 -0.031585 -0.005127 -0.012521 -0.034607 0.023358 0.031284 0.007278 0.029082 -0.028126 0.013248 0.001912 -0.004416 0.033383 -0.006446 0.033938 0.054079 0.01964 0.005414 -0.004684 -0.042977 -0.030597 -0.018591 0.002146 0.023209 -0.024207 -0.019714 0.010101 -0.01145 0.026176 -0.023015 -0.025783 -0.025685 -0.030586 -0.010603 0.007261 -1.1e-05 0.021301 -0.002425 0.007151 0.000507 0.013342 -0.001232 0.002982 0.012605 0.041839 -0.045702 0.001205 -0.009356 0.012455 0.013283 -0.019064 -0.005031 0.020292 -0.006004 -0.02326 -0.014617 0.007095 -0.043365 0.008786 -0.063483 -0.010839 0.008429 0.009668 0.014533 0.021414 0.00016\nẓ 0.016747 -0.003586 -0.023021 0.010255 -0.001606 0.026184 0.000616 -0.030152 -0.00733 -0.014859 0.032679 0.001253 0.000728 -0.005882 0.023246 -0.00623 0.002659 0.008615 -0.014522 -0.022782 -0.010665 0.001294 -0.012263 0.010851 0.002688 0.003612 -0.015795 0.003468 0.000978 -0.008523 0.018486 -0.008197 -0.016601 -0.026772 0.022637 0.003068 -0.033229 0.0193 0.012349 0.006817 -0.017811 -0.008678 0.021409 0.024225 -0.014368 -0.013855 0.022235 0.000374 0.001123 0.002454 0.011343 0.0067 0.01119 -0.012392 0.016 0.017948 0.00202 0.011756 -0.009348 0.005996 -0.008268 -0.006165 -0.008319 -0.018089 0.004882 0.023036 0.011481 -0.009576 0.010323 0.013943 -0.026503 -0.005284 0.024314 0.001267 -0.017821 0.001683 -0.032422 -0.008763 -0.002074 -0.009499 0.020307 -0.022122 -0.001244 -0.003879 -0.018605 -0.016092 -0.012358 0.005132 0.016305 -0.00019 0.001796 0.012789 0.001903 -0.001295 0.003551 0.005487 -0.005746 -0.032432 0.003298 0.008436 -0.030445 0.000713 -0.011659 -0.01875 0.012765 -0.029536 -0.021305 0.014703 0.025076 -0.029873 0.038671 0.015454 0.026657 -0.003173 0.001437 -0.005415 -0.009192 0.017703 -0.000423 -0.024277 0.028402 0.002515 0.025987 0.027483 0.014973 -0.000507 0.008312 0.005117 0.001355 -0.026504 0.003711 -0.004317 -0.004972 0.026151 -0.01078 -0.006734 0.002471 0.002679 0.015901 0.014635 -0.006296 -0.002666 0.003696 0.017916 -0.012797 -0.036447 0.023939 0.022128 0.020914 -0.024899 -0.005404 0.005545 0.012325 0.014372 -0.008355 -0.000778 0.009874 -0.021292 0.010846 0.00212 -0.01316 0.002665 0.005871 0.020418 -0.018023 -0.003003 0.014005 -0.020457 0.011388 0.011082 -0.033913 -0.017151 -0.008686 0.041593 -0.000838 -0.003423 0.017196 -0.011452 -0.020412 -0.020068 0.00372 -0.019798 -0.008299 -0.014338 -0.010422 -0.012604 0.002198 0.007822 -0.026332 -0.015139 0.02199 0.013361 -0.015397 -0.038362 -0.011169 0.01499 -0.011166 0.016828 0.01348 0.007432 -0.010234 -0.008105 0.020089 0.03296 -0.001478 -0.008313 -0.010655 -0.01133 -0.010232 0.015079 0.000915 0.000804 0.018318 0.026171 0.001038 0.030122 -0.00598 -0.006861 0.00276 0.010495 0.018168 0.005994 -0.00522 -0.013617 -0.01914 -0.000873 0.002888 0.008662 -0.006747 -0.028504 -0.014414 -0.002783 -0.003714 -0.024218 0.008992 -0.005149 -0.0074 -0.028999 0.002229 0.013375 0.004583 0.012263 -0.020542 0.018181 0.016588 0.008444 0.026816 0.009663 0.006773 0.014766 0.011389 -0.001714 -0.004419 -0.016701 -0.013464 -0.002681 -0.011712 0.012067 -0.021848 -0.004041 -0.013614 0.004651 -0.004599 -0.029816 -0.008562 -0.019427 -0.004345 -0.029641 0.005495 -0.002953 0.00737 -0.020191 0.000206 0.014471 -0.005698 -0.014577 0.010985 0.003504 0.032573 -0.012714 -0.009166 -0.013747 0.022267 0.018675 -0.015579 -0.007819 0.014231 -0.00267 -0.013299 0.00156 -0.00254 6.8e-05 0.002692 -0.043407 -0.018851 -0.010541 0.012649 0.00617 -0.010963 0.01619\n 0.033975 0.021842 -0.070782 -0.01169 -0.018586 0.007429 0.018392 0.008372 -0.022392 -0.027739 0.003134 0.008092 -0.0003 -0.023715 0.026196 -0.003693 0.011414 -0.037621 -0.031702 -0.038283 -0.010425 -0.003487 -0.018254 0.008416 0.038185 0.012844 -0.00198 -0.027976 -0.02959 -0.037234 0.01656 -0.03237 0.002758 -0.024911 0.000465 0.048635 -0.021809 0.04113 -0.003069 -0.004068 -0.045887 0.013442 -0.023761 -0.022603 -0.013561 -0.022311 0.045493 0.034348 -0.007793 -0.000348 -0.005258 0.042596 0.026641 -0.035886 0.047798 0.013866 0.010035 0.032111 -0.014289 0.033142 -0.013053 -0.04613 -0.022446 -0.019514 5.1e-05 0.036797 0.023719 0.004934 0.042408 0.009067 -0.038108 0.000137 0.056273 0.042857 -0.033966 -0.021526 -0.010198 0.054832 0.001886 -0.019321 0.019339 0.02608 -0.018847 0.042175 0.011814 -0.064088 -0.005628 -0.034627 -0.025712 -0.016684 -0.01364 0.016483 0.020537 -0.014535 -0.011463 -0.028523 0.021278 -0.030035 -0.008525 0.008816 -0.021411 -0.007828 -0.01772 -0.071795 -0.009435 0.006959 0.004409 0.021954 0.020673 0.00691 0.039403 -0.001936 0.017258 -0.024336 0.025596 0.017026 -0.007124 -0.0056 -0.001122 -0.010578 0.013295 -0.008035 0.054453 0.008022 0.014457 0.01187 -0.011758 -0.011561 -0.016487 -0.012923 0.00547 0.008786 -0.006297 -0.00428 -0.036534 0.013655 -0.04144 -0.007715 0.029488 0.06088 -0.005304 -0.009602 0.002127 -0.011693 -0.006817 -0.024116 0.041288 -0.013667 0.023556 -0.014324 0.041899 -0.010093 0.039805 0.055991 0.026227 0.000196 -0.004539 0.006725 0.001366 -0.040527 0.002155 -0.008983 0.008852 0.025078 0.000319 0.002887 0.02496 -0.027292 0.034775 0.021152 -0.009065 -0.05703 -0.010075 0.027851 -0.030137 -0.04088 -0.029053 -0.017623 -0.055416 -0.032608 0.008548 -0.003124 0.009738 -0.017417 -0.028254 -0.017517 -0.001274 0.020594 -0.052074 0.007771 0.011217 0.021557 -0.023168 -0.057627 0.027485 0.031274 -0.017784 0.000431 -0.004308 0.008949 -0.030263 -0.002963 -0.002755 -0.006561 0.046176 0.020529 0.00517 -0.05078 -0.034742 0.048666 0.004759 0.018161 -0.020815 -0.002757 -0.016804 0.06712 0.024419 -0.013049 0.003599 -0.009501 -0.043658 0.016973 0.006189 0.029913 -0.029507 0.002625 0.001256 0.017349 -0.03106 -0.039687 0.021903 -0.011817 0.013904 0.005063 -0.053949 -0.023922 0.02007 -0.047077 0.052663 0.01915 -0.008659 0.017266 -0.028054 -0.036388 -0.003643 -0.017389 0.028436 0.026881 0.057765 0.045664 0.020177 0.011494 0.0167 -0.056846 -0.05469 -0.044423 0.023457 0.058774 -0.033206 0.006732 0.004477 0.00062 0.040881 -0.036129 -0.02388 -0.011605 -0.039623 -0.028875 0.008922 0.022691 -0.00041 0.009512 -0.004426 0.001442 -0.021728 -0.016063 -0.037401 0.010433 0.019998 -0.052377 -0.02838 0.00441 0.009291 -0.005169 -0.022064 0.013159 0.033591 -0.008325 -0.031778 -0.03588 0.021273 -0.072865 -0.002106 -0.068458 -0.046251 0.01488 0.01309 0.029539 0.026523 0.004514\nޙ 0.050948 0.006853 -0.077617 0.031969 -0.001088 0.032576 0.002192 0.005277 -0.026774 -0.049509 0.049877 0.011845 0.007836 -0.016596 0.04181 -0.002918 -0.012516 -0.037075 0.007308 -0.029872 -0.020632 0.002462 0.007574 0.006381 0.017287 0.041544 -0.013268 0.005737 -0.018568 -0.042517 0.025134 -0.043401 -0.023909 -0.043063 0.007618 0.011874 -0.05876 0.057167 -0.006762 0.018531 -0.034564 0.033102 -0.009312 0.010532 -0.039967 -0.036678 0.041928 -0.015703 -0.01193 0.01843 0.016771 0.079656 0.047312 -0.016775 0.051342 -0.007134 -0.014266 0.034325 -0.029135 0.042332 -0.047639 -0.013008 -0.006936 -0.003367 0.029853 0.031302 0.051864 -0.03019 0.040059 0.029804 -0.070058 0.006846 0.021368 0.012059 -0.054148 0.035431 -0.042987 0.025349 -0.027453 -0.005892 0.003987 -0.004993 0.005401 0.020217 -0.017058 -0.047062 0.012098 -0.014386 -0.032585 -0.012675 -0.01075 0.015622 0.022971 -0.013314 0.0266 -0.010995 0.012215 -0.058801 -0.002729 -0.000901 -0.015145 0.007434 -0.011533 -0.05257 0.023882 0.00867 -0.016128 -0.003893 0.040096 -0.019677 0.054794 0.015646 0.029767 -0.016032 0.013619 -0.012255 -0.013803 0.018187 -0.020622 -0.084701 0.023096 -0.00908 0.048993 0.032767 0.023051 0.012837 -0.027985 -0.035476 -0.024497 -0.0252 -0.018459 -0.005181 -0.012417 0.044512 -0.029921 0.039356 -0.046723 -0.006977 -0.003738 0.05891 -0.00048 -0.012381 0.024123 0.038967 -0.049142 -0.049492 0.086445 0.01382 -0.001679 -0.050601 0.031713 -0.000595 0.044821 0.037778 -0.023283 0.019706 0.01034 -0.032917 0.003732 -0.037242 0.014544 0.011834 0.066093 0.033668 -0.029442 -0.025712 0.018841 -0.021848 0.047417 0.020522 -0.031628 -0.048469 -0.007873 0.05648 -0.030342 -0.047436 -0.012706 -0.022789 -0.052931 -0.01098 0.053583 -0.029551 0.004638 -0.007138 0.00072 -0.021216 0.003519 0.026316 -0.089662 0.020645 0.038692 0.043101 -0.01054 -0.021345 0.010203 0.076236 -0.036093 0.005985 0.004961 -0.009354 -0.048583 -0.025509 0.026029 0.010805 0.01214 0.023595 0.00547 -0.01285 -0.013477 0.040972 -0.020923 0.004684 0.007119 0.008281 -0.016578 0.078211 0.023255 -0.011646 0.002309 -0.016061 -0.029751 0.003597 0.004389 0.013253 -0.036059 -0.015442 0.000731 0.023698 -0.00603 -0.037413 -0.009047 0.006339 -0.02336 -0.016125 -0.044702 0.009182 -0.020889 -0.036973 0.046578 0.029454 0.00585 0.034999 -0.049909 0.014818 0.015213 -0.001759 0.042232 -0.01943 0.052667 0.072601 0.034124 0.032443 -0.014166 -0.063044 -0.053667 -0.03535 -0.010091 0.022458 -0.047352 -0.001088 0.009838 -0.017975 0.038762 -0.019134 -0.027291 -0.023482 -0.040483 -0.002168 0.013704 -0.013152 0.019145 -0.013369 0.014007 -0.013414 0.010455 0.014219 -0.000862 0.032659 0.052345 -0.056823 -0.007005 -0.047405 -0.001202 0.004109 -0.031485 -0.008704 0.028418 -0.015898 -0.028016 -0.02744 0.026295 -0.054532 -0.001545 -0.075852 -0.015481 0.014057 0.000959 0.007601 0.039118 0.007454\nಟ 0.011808 0.009619 -0.052735 0.001019 -0.000306 0.023388 -0.010562 -0.01681 -0.030273 -0.039548 0.055965 0.004425 0.001364 -0.015279 0.041163 -0.00487 0.000884 -0.009231 -0.031205 -0.05942 -0.016295 0.006954 -0.000301 0.011728 0.001146 0.014667 -0.014305 -0.012888 0.005845 -0.030337 0.019621 -0.048594 -0.010879 -0.026227 -0.012918 0.015605 -0.046857 0.041851 0.010716 0.011867 -0.036419 -0.000394 0.021454 -0.010285 -0.042699 -0.04336 0.050618 -0.013821 -0.023166 0.00678 -0.011633 0.029294 0.041112 -0.027214 0.033552 0.019392 -0.026662 0.01187 -0.011136 0.026339 -0.041809 -0.026398 0.00041 -0.012702 0.030429 0.026029 0.017614 0.029807 0.025156 0.016081 -0.057437 -0.012487 0.020419 0.029754 -0.049517 0.012273 -0.046012 0.027922 -0.050031 -0.005788 0.016366 -0.00689 -0.007223 0.004595 -0.024048 -0.031205 -0.021607 0.005006 0.000205 -0.00489 0.014275 0.014376 0.015487 -0.01608 0.017051 -0.00388 -0.018259 -0.037738 -0.01675 -0.0228 -0.019401 0.007114 0.00912 -0.010271 0.019577 -0.028009 -0.002428 0.020876 0.041037 0.008732 0.042286 0.022774 0.026897 -0.010646 -0.007288 -0.00388 0.001897 0.002924 -0.010053 -0.018234 0.01222 0.023198 0.021087 0.02742 0.038851 0.021047 -0.003225 0.010942 0.005368 -0.005841 -0.026562 -0.013259 -0.010764 0.032434 -0.035123 -0.003371 -0.039865 0.032596 0.008708 0.055851 0.019342 -0.017886 -0.009547 0.020062 -0.019506 -0.051692 0.04024 0.011639 0.001137 -0.041562 -0.000911 0.011769 0.036893 0.034872 -0.000853 0.013388 -0.012686 -0.026252 0.007117 -0.026256 -0.054754 0.015932 0.017079 0.009892 -0.003009 0.002225 0.028919 -0.026181 0.037586 0.038478 -0.044124 -0.032488 -0.01741 0.053371 -0.02618 -0.017584 0.004208 0.011816 -0.045656 -0.008073 0.034787 0.000161 0.01069 -0.028168 -0.007213 -0.028141 -0.003792 0.014544 -0.050791 -0.008268 0.038463 0.027572 -0.052537 -0.061794 0.00035 0.027832 -0.022063 0.030952 -0.007689 0.02325 -0.050295 -0.047304 0.011783 0.034225 0.040705 0.006556 0.023143 0.002124 -0.007251 0.033639 -0.014256 -0.002122 -0.018642 0.002573 0.019339 0.04823 0.0313 -0.020301 0.001959 0.012543 0.018405 0.01656 0.017912 -0.017096 -0.027688 -0.010556 0.001793 0.009266 -0.026181 -0.008344 -0.008156 0.006266 -0.000472 -0.015892 -0.048116 -0.023838 0.000853 -0.024443 0.035656 0.027994 -0.021653 0.010899 -0.018464 0.037647 0.001713 0.001757 0.027347 -0.007905 0.047323 0.041303 0.002481 -0.001572 -0.008096 -0.029639 -0.019756 -0.003509 0.004467 0.034172 -0.034799 -0.015544 0.003224 -0.00457 0.025384 -0.02304 -0.009913 -0.010345 -0.035639 -0.038459 0.01353 0.015314 0.018023 0.001712 0.007002 0.004218 0.032332 -0.014621 0.029593 0.019047 0.037639 -0.046035 0.005501 -0.022314 0.024218 0.014779 -0.014575 -0.017635 0.032986 -0.011755 -0.030682 0.000146 0.00087 -0.045429 0.022888 -0.085177 -0.007814 0.019531 0.023881 0.007424 0.01652 0.003884\nƭ 0.003889 0.00343 -0.040672 -0.006039 -0.003946 0.003335 0.017751 -0.025776 -0.009104 0.007265 0.002379 0.035991 -0.013154 -0.041218 0.055595 -0.038721 -0.044961 -0.02002 0.001475 0.014051 -0.000872 0.017374 -0.023423 0.024825 0.011079 0.026951 0.007375 -0.030295 0.01889 0.014676 -0.000146 -0.007592 0.034022 -0.027522 0.027271 -0.01466 0.006343 -0.009969 -0.025937 -0.013276 -0.008031 0.006457 0.008714 0.014602 0.009331 -0.013965 0.010771 -0.015268 0.048412 -0.009883 -0.003681 0.050878 0.013005 -0.021134 0.010983 -0.033213 -0.064282 -0.013961 0.01054 0.023426 -0.026404 -0.020024 -0.006583 -0.005436 0.004161 -0.018754 -0.001839 0.002084 0.047024 -0.016222 -0.022333 0.024245 0.013185 -0.025747 0.005012 0.021464 -0.009808 0.026788 0.01014 -0.02324 0.035811 0.002155 -0.008633 0.006164 -0.03637 -0.046168 -0.015137 0.004399 0.009502 -0.03644 0.005558 0.014941 0.034792 0.003319 0.039022 -0.029886 -0.00696 0.006707 -0.0127 0.008293 0.014638 0.007876 0.014056 0.020995 -0.037246 -0.010963 0.010747 -0.01092 0.01112 0.030394 0.009221 0.006795 0.01233 0.008998 -0.004611 0.023939 0.00476 0.000439 -0.027537 -0.024593 0.030062 -0.015817 -0.007141 0.01329 0.032461 -0.009247 0.040476 -0.035926 -0.002937 -0.008151 -0.021373 0.024008 0.01153 0.005733 -0.01481 -0.013326 0.014155 -0.00014 0.003812 0.055222 0.016841 -0.067823 -0.033033 -0.004547 -0.006633 -0.016138 -0.011741 -0.054617 0.009131 0.025473 0.001933 -0.009991 0.03041 -0.007319 0.007888 -0.029117 -0.014326 0.016295 0.007946 0.019603 -0.000254 0.044125 0.025425 -0.009226 0.032204 0.011587 -0.014979 -0.004491 0.025286 0.02894 0.007152 0.022423 -0.004241 0.018609 0.016644 -0.015319 0.046288 0.010986 -0.003406 -0.03721 0.042606 0.016762 -0.035156 0.018733 0.000684 -0.021054 0.009381 0.04721 -0.040083 -0.00755 0.008243 0.038501 -0.02515 -0.017987 0.003552 -0.002345 -0.000325 -0.034531 0.022438 -0.004721 0.008306 -0.048993 -0.012994 0.02178 0.003851 0.021873 0.00086 0.027394 0.003762 0.019496 -0.034835 0.011229 0.014102 0.000334 0.007149 -0.006178 -0.027094 0.016768 -0.006705 -0.013661 0.026889 -0.003153 -0.000266 -0.006524 -0.019451 0.021313 -0.019581 0.022422 -0.041744 -0.026038 -0.011013 0.002433 -0.007099 -0.042574 -0.049783 0.015274 0.032086 -0.013912 0.001747 0.039613 -0.008104 0.010863 -0.038082 0.035517 0.048206 0.017833 0.001 0.002538 -0.009162 0.002039 0.005658 0.038972 0.002208 -0.00487 -0.026365 -0.022977 0.040788 0.009622 0.00905 -0.002727 0.026423 -0.0307 -0.005936 -0.019972 -0.019839 0.015016 -0.061045 0.006214 0.009845 0.038324 0.012913 -0.030119 -0.009823 -0.034745 0.00831 0.034123 -0.002162 0.023519 0.03343 -0.018815 -0.000671 -0.016809 0.043566 0.000969 -0.064934 0.001793 -0.007427 0.022158 0.027416 0.000279 -0.018754 -0.004245 0.004659 -0.015014 0.007749 -0.005147 -0.009726 0.025033 0.008906 0.033459\n, 0.025081 0.002355 -0.043258 0.006721 -0.000302 0.043749 0.002697 0.001314 -0.011972 -0.009615 0.025249 0.01068 -0.018668 -0.025596 0.006368 0.019143 0.003081 -0.027218 -0.018098 -0.032029 0.004508 0.00537 0.018992 0.018857 0.010228 0.022663 0.002716 0.000349 -0.000557 -0.029539 0.015866 -0.019775 -0.013084 -0.042621 0.005806 0.034918 -0.026269 0.044192 0.020869 0.014654 -0.031494 0.002335 0.003212 -0.005485 -0.009795 -0.030113 0.039428 -0.010614 -0.000523 0.014139 0.001524 0.055261 0.033348 -0.019636 0.027274 -0.007482 0.003096 0.013643 -0.012295 0.021293 -0.032743 -0.020264 -0.015097 -0.021284 0.012041 0.021215 0.029161 -0.01324 0.027 0.01304 -0.04687 -0.004801 0.016758 0.007705 -0.040728 -0.002699 -0.030136 0.012132 -0.044137 -0.004605 0.009365 0.014785 -0.000182 0.014178 -0.01375 -0.055248 0.00567 0.010112 -0.030173 -0.006056 0.006697 0.016057 0.003845 -0.024628 0.00997 -0.020808 -0.001959 -0.035469 0.005142 -0.019492 -0.013073 0.002565 0.002633 -0.011079 0.013097 0.00993 -0.010987 -0.001902 0.018217 0.012846 0.037023 0.012092 0.023509 -0.02313 0.009493 -0.000455 -0.00812 -0.002397 -0.007832 -0.041216 0.021788 -0.0119 0.030923 0.000551 0.027886 0.001921 -0.002598 -0.007176 -0.021764 0.007097 -0.021193 -0.001717 -0.020365 0.024874 -0.009505 0.012817 -0.01919 -0.003056 -0.007562 0.044074 -0.000431 -0.017868 0.009466 0.014584 -0.022542 -0.028901 0.038826 -0.006929 -0.003935 -0.039857 0.023639 0.012351 0.030989 0.004433 0.001872 0.002771 -0.010523 -0.028511 0.010825 -0.009021 -0.029423 0.01251 0.034183 0.007385 0.001854 -0.006869 0.032871 -0.015824 0.011092 0.01395 -0.015378 -0.012745 -0.02064 0.030578 -0.024047 -0.030098 -0.029297 -0.017481 -0.02822 -0.007187 0.040332 -0.001101 0.014387 0.00497 -0.007439 -0.002562 -0.004886 0.041077 -0.041968 0.01265 0.015685 0.021343 -0.034521 -0.034363 0.004931 0.036061 -0.008871 0.003607 0.005198 0.012493 -0.038967 -0.017983 0.012749 0.020489 0.020467 0.019649 0.009144 -0.009352 0.014151 0.025149 -0.020415 -0.000478 -0.03116 0.012546 -0.011198 0.059111 0.000698 -0.02531 0.006398 0.00532 -0.0112 0.011973 -0.014725 0.004927 -0.025763 -0.002077 0.010975 0.009667 -0.00577 -0.016712 -0.000347 0.007395 0.004935 -0.029057 -0.039921 -0.000706 -0.005721 -0.035408 0.021369 0.026731 0.016362 0.010682 -0.03319 0.035883 0.00102 -0.01842 0.035557 -0.011264 0.036523 0.045553 0.015944 0.000471 -0.007152 -0.046654 -0.037635 -0.010071 0.002781 0.007563 -0.022564 -0.014103 0.011549 -0.010296 0.02021 -0.016475 -0.018308 -0.00808 -0.033775 -0.004703 0.010224 0.012827 0.005203 -0.001089 -0.008751 -0.015077 0.016294 0.013085 -0.014969 0.023856 0.031925 -0.042058 -0.004947 -0.024572 0.007769 0.016942 -0.010619 -0.012042 0.013626 -0.014713 -0.001511 -0.029842 -0.003379 -0.032407 0.008451 -0.05254 -0.010132 0.008519 0.014687 -0.000603 0.027118 0.013911\nү 0.040608 0.003845 -0.052321 0.018595 0.009398 0.04414 -0.002745 -0.009509 -0.025953 -0.028706 0.041288 0.009067 -0.003454 -0.022928 0.031474 -0.015586 0.006853 -0.019967 -0.008168 -0.047717 -0.022846 0.001202 0.003008 0.012702 0.003091 0.025645 -0.011991 -0.008881 -0.013417 -0.028232 0.030204 -0.038395 -0.022307 -0.037288 0.014486 0.016313 -0.041255 0.04585 0.01206 0.01422 -0.033037 0.003963 -0.001541 0.000296 -0.033193 -0.015691 0.032489 -0.007085 -0.0086 0.019977 0.006811 0.049593 0.038176 -0.033514 0.045045 0.007711 0.002015 0.028607 -0.017569 0.032603 -0.040194 -0.03338 -0.014184 -0.015886 0.012428 0.029453 0.034153 -0.018145 0.034511 0.006258 -0.059806 -0.01644 0.019892 0.026382 -0.045804 0.00899 -0.031334 0.02737 -0.035245 -0.005524 0.010674 -0.001702 0.008639 0.018779 -0.016044 -0.053054 0.01232 0.002631 -0.013027 -0.003309 -0.00787 0.014832 0.011823 -0.014416 0.021414 -0.003306 -0.001681 -0.043792 -0.005693 -0.005528 -0.028857 -0.001956 -0.005029 -0.025618 0.006584 -0.009395 -0.018446 0.010266 0.040219 -0.010822 0.049412 0.02914 0.029147 -0.01627 0.009466 -0.007635 -0.002808 0.0044 -0.020955 -0.03836 0.029487 0.004406 0.038128 0.028351 0.038727 0.013066 -0.012641 -0.010884 -0.006004 -0.016395 -0.013931 -0.002854 -0.013915 0.035401 -0.014436 0.020278 -0.032711 0.010136 0.017993 0.056555 -0.007147 -0.011424 0.003079 0.029381 -0.040886 -0.057072 0.056229 0.01314 0.002462 -0.041647 0.000941 0.012959 0.033838 0.018434 -0.007874 0.001371 0.00127 -0.019928 0.008668 -0.021085 -0.017283 0.018489 0.024638 0.018959 -0.016718 -0.017925 0.01898 -0.02983 0.022441 0.016775 -0.028333 -0.022938 -0.015248 0.042894 -0.015687 -0.033215 -0.007404 -0.015788 -0.043616 -0.018139 0.033735 -0.008911 0.004895 -0.011737 -0.010188 -0.021967 0.003451 0.014625 -0.059001 -0.002314 0.030608 0.034762 -0.030928 -0.032804 -0.001621 0.044647 -0.029985 0.016291 0.005097 -0.00163 -0.030733 -0.031416 0.01716 0.024417 0.014726 0.019615 0.011196 -0.016962 0.003646 0.036835 -0.02605 -0.002303 -0.007706 0.014939 -0.004404 0.067103 0.009795 -0.025742 0.001485 -0.005989 0.002348 -0.003393 -0.013507 -0.004691 -0.015907 -0.009916 0.002331 0.017922 -0.01116 -0.02558 -0.011393 -0.004308 0.005525 -0.031233 -0.037996 -0.008607 -0.01951 -0.046944 0.025827 0.029072 0.012601 0.020688 -0.02698 0.009643 0.00628 0.003482 0.04433 -0.004944 0.049638 0.057813 0.027252 0.005956 -0.001263 -0.036587 -0.040425 -0.025583 -0.004881 0.035322 -0.03068 -0.012822 -0.003315 -0.017002 0.028753 -0.035171 -0.025265 -0.020217 -0.028811 -0.026238 0.003258 -0.004356 0.01678 0.002937 0.007331 0.002438 0.013014 0.002461 0.003549 0.006352 0.049616 -0.052412 -0.001611 -0.022736 0.014128 0.018346 -0.02271 -0.008212 0.021121 -0.009417 -0.02365 -0.009737 -0.001326 -0.054238 0.0107 -0.070668 -0.011803 0.004913 0.011095 0.024076 0.018612 0.002688\nற 0.029012 0.009539 -0.067813 0.03521 0.009043 0.047601 0.016075 -0.007462 -0.016981 -0.02963 0.037945 0.004958 -0.013217 -0.038526 0.031902 -0.001345 0.015136 -0.028145 -0.011237 -0.049716 0.001185 -0.002484 0.017663 0.012741 0.023695 0.0217 0.002797 0.003025 -0.027638 -0.026642 0.034667 -0.033419 -0.033299 -0.056006 0.025554 0.012651 -0.038923 0.038806 0.0156 0.035919 -0.038774 0.01336 0.005388 -0.005375 -0.027913 -0.018852 0.025208 0.009361 0.005728 0.015376 0.004575 0.060845 0.047132 -0.031779 0.05287 0.0156 5.6e-05 0.025679 -0.016384 0.032609 -0.040364 -0.024621 -0.010814 -0.021978 0.011731 0.02064 0.056849 -0.015818 0.041877 0.01943 -0.041705 -0.001595 0.017256 0.029597 -0.042035 -0.003646 -0.015516 0.031072 -0.017315 -0.015939 0.021094 7e-05 0.003576 0.013378 -0.030906 -0.065809 0.010159 -0.014278 -0.019867 0.008851 -0.010193 0.024232 -0.007416 -0.005576 0.007716 -0.002875 0.003466 -0.046758 -0.003592 -0.00626 -0.017202 0.00671 0.006112 -0.037416 0.016274 -0.003286 -0.014857 0.017385 0.028691 -0.012331 0.053061 0.023835 0.02894 -0.01779 0.000892 -0.013192 -0.026272 0.002321 -0.018015 -0.046393 0.048398 0.00561 0.040733 0.026968 0.035592 0.015733 -0.000658 -0.005785 -0.018413 -0.04103 -0.01297 0.011423 -0.032146 0.028926 -0.017882 0.030419 -0.037 -0.008381 0.010394 0.059698 -0.007019 -0.019172 0.021861 0.03829 -0.04594 -0.057321 0.058416 0.02466 0.009227 -0.0395 0.003618 0.020136 0.040942 0.011268 -0.014489 0.001416 -0.002281 -0.030557 0.006383 -0.007522 -0.029434 0.000126 0.035063 0.026823 -0.022583 -0.018984 0.023786 -0.022871 0.028925 0.023256 -0.03964 -0.017562 -0.014138 0.04138 -0.017074 -0.034662 -0.01608 -0.007703 -0.03584 -0.020414 0.04153 -0.016553 0.00307 -0.002504 -0.014345 -0.015113 -0.010056 0.005991 -0.05625 0.003143 0.025103 0.038526 -0.044487 -0.049209 0.007657 0.053576 -0.026416 0.013438 0.007043 -0.013832 -0.029435 -0.03421 0.013856 0.044169 0.012356 0.016147 0.002937 -0.028555 -0.004978 0.041339 -0.038235 -0.004518 -0.009802 0.015045 -0.01013 0.083266 0.00456 -0.043691 0.018335 -0.010792 -0.009404 0.017056 -0.009794 0.013978 -0.027619 -0.007769 -0.00555 0.041265 0.006498 -0.037768 -0.008099 -0.002296 0.004466 -0.025678 -0.031899 0.000175 -0.021435 -0.033804 0.038311 0.03609 0.01352 0.027235 -0.028036 0.027767 0.008865 -0.003008 0.033307 -0.006581 0.048251 0.059219 0.026257 0.010113 -0.005246 -0.049505 -0.044115 -0.022333 -0.003697 0.028456 -0.030035 -0.01283 0.003725 -0.023371 0.026797 -0.027323 -0.045327 -0.025451 -0.03004 -0.021784 0.006411 0.000572 0.021223 -0.006725 0.00893 0.00586 0.001105 0.001258 -0.014074 0.016307 0.060674 -0.051454 -0.007194 -0.020998 0.013335 0.01304 -0.024994 0.003585 0.008583 -0.01554 -0.028342 -0.036777 0.004894 -0.042084 0.012443 -0.07301 0.008745 -0.011405 0.004825 0.021082 0.019759 0.00474\nਰ 0.028013 0.015384 -0.062624 0.016996 0.016479 0.036656 0.017612 -0.027161 -0.029136 -0.03349 0.037413 0.005228 -0.006915 -0.016014 0.037191 -0.00197 0.005974 -0.00707 -0.010619 -0.045866 -0.021587 0.006787 0.004664 0.016228 0.001203 0.013589 -0.011954 -0.00714 -0.003208 -0.023849 0.017287 -0.037198 -0.026322 -0.037378 0.018513 0.02016 -0.03734 0.056349 0.002487 0.016518 -0.037173 0.025576 0.002444 -0.007694 -0.016006 -0.014962 0.044378 -0.008286 -0.008621 0.013026 -0.001356 0.050039 0.039786 -0.023754 0.040134 0.007595 -0.008843 0.011237 0.001599 0.02461 -0.043406 -0.050708 0.005903 -0.008555 0.014631 0.027119 0.035236 0.000689 0.035759 0.019586 -0.056022 -0.00299 0.031873 0.022224 -0.056046 0.009933 -0.035516 0.035431 -0.03592 -0.017113 0.01397 -0.008193 -0.000551 0.006429 -0.023222 -0.049172 0.020732 -0.011423 -0.00383 -0.00463 -0.014029 0.018607 0.025209 0.001193 0.029542 -0.000243 0.000622 -0.043862 -0.000243 -0.016574 -0.032356 0.003927 0.013489 -0.020337 0.01942 0.005573 -0.024001 0.018252 0.038741 0.020657 0.048963 0.021898 0.036613 -0.023888 -0.005984 -0.000543 -0.005628 0.005556 -0.028129 -0.034602 0.022939 0.008527 0.048699 0.023945 0.024456 0.015209 -0.01345 -0.008359 -0.029141 -0.018199 -0.008533 -0.000127 -0.007408 0.044072 -0.031359 0.019775 -0.022265 0.007368 0.018106 0.028354 -0.00174 -0.005065 0.019974 0.016766 -0.044906 -0.043649 0.041401 0.006632 -0.002698 -0.031075 0.006196 0.014696 0.033941 0.02435 0.009272 0.003659 -0.002226 -0.014963 0.022363 -0.028411 -0.024306 0.001542 0.033941 0.020306 -0.017684 -0.00967 0.024354 -0.009613 0.023868 0.02164 -0.028057 -0.020057 -0.006391 0.036371 -0.018663 -0.02647 -0.022358 0.002031 -0.042663 -0.018937 0.032856 -0.022283 0.015587 -0.015286 -0.002145 -0.01257 0.004849 0.010609 -0.051344 0.005528 0.010324 0.027282 -0.018449 -0.012753 -0.00726 0.052153 -0.027322 0.018137 0.01179 0.007266 -0.032768 -0.031322 0.01421 0.018066 0.035255 0.017465 0.018154 -0.017992 -0.008621 0.050721 -0.01476 -0.003229 0.001618 0.006026 0.002324 0.069583 0.012433 -0.005154 0.02304 -0.010429 -0.017966 4.2e-05 0.00223 -0.002988 -0.033079 0.003283 5.7e-05 0.014376 -0.01287 -0.025941 0.003973 -0.004604 -0.013552 -0.016584 -0.036573 0.000677 -0.019441 -0.035747 0.030328 0.021957 0.006128 0.008936 -0.024275 0.017987 0.005351 -0.001608 0.044148 -0.008875 0.049439 0.052586 0.018047 0.02466 -0.00644 -0.044175 -0.036541 -0.023939 -0.007433 0.040416 -0.034179 -0.031592 0.003306 -0.017661 0.033753 -0.014885 -0.044636 -0.026166 -0.044202 -0.001129 0.002396 0.00661 0.020618 0.019711 0.01214 -0.010996 0.009174 0.002716 -0.00554 0.028419 0.042538 -0.065518 -0.003258 -0.01755 0.014694 0.021535 -0.01344 0.001596 0.030505 0.000551 -0.028521 -0.026164 0.001994 -0.042084 0.007746 -0.075407 -0.009007 0.004853 0.034992 0.000345 0.023571 0.004445\nຳ 0.029006 -0.009426 -0.03169 0.011519 0.006585 0.039747 0.009326 0.003512 -0.010205 -0.028173 0.029646 0.012925 -0.00671 -0.017784 0.023475 -0.000996 0.007404 -0.014491 0.004029 -0.037059 -0.029114 0.014266 0.015218 0.004706 -0.003312 0.014333 -0.015201 -0.008907 -0.011207 -0.019894 0.030458 -0.030689 -0.022976 -0.032655 0.004362 0.009641 -0.021476 0.045462 0.002307 0.022094 -0.013305 0.009014 0.00291 -0.003324 -0.026728 -0.016704 0.023618 -0.000135 2.5e-05 0.014083 0.004525 0.046688 0.027365 -0.028819 0.036516 0.004578 0.007982 0.018917 -0.004061 0.023597 -0.032185 -0.023132 -0.011852 -0.008596 0.014391 0.02678 0.039765 -0.013138 0.035631 0.020291 -0.050494 -0.013496 0.014473 0.016261 -0.039259 -0.000745 -0.023101 0.016842 -0.037254 -0.003696 0.017203 -0.004652 0.006961 0.002644 -0.015535 -0.056517 0.000276 0.003511 -0.013562 -0.00663 -0.005076 0.019919 0.019134 -0.019313 0.023905 -0.00239 0.005114 -0.033248 0.004664 0.002073 -0.031266 0.003502 0.005202 -0.032216 0.008689 0.002566 -0.014329 0.007236 0.034248 -0.008845 0.035588 0.02629 0.029688 -0.019924 -0.003876 0.0008 0.00476 0.002485 -0.016648 -0.036081 0.023748 -0.000261 0.042719 0.027275 0.030425 0.01913 -0.012317 -0.009428 -0.013532 -0.019037 -0.013 -0.007497 -0.003815 0.033806 -0.02451 0.01267 -0.032754 0.002351 0.002829 0.035396 0.003184 -0.002459 0.003601 0.025033 -0.02759 -0.041603 0.048329 0.011513 0.00268 -0.041082 0.002709 0.010266 0.034356 0.006276 -0.003136 0.012294 0.016108 -0.032543 0.015495 -0.024156 -0.019989 0.010311 0.020333 0.0222 -0.024686 -0.024632 0.023567 -0.02059 0.02299 0.012151 -0.0162 -0.019341 -0.01794 0.032176 -0.022284 -0.023832 0.002175 -0.003544 -0.043883 -0.017973 0.025792 -0.008851 0.008197 -0.011886 -0.010334 -0.011338 0.004638 0.015666 -0.046516 0.00059 0.019163 0.02492 -0.03996 -0.027807 0.011658 0.037839 -0.031688 0.013228 0.011356 -0.001887 -0.028398 -0.01979 0.011736 0.021525 0.011159 0.030917 -0.00568 -0.005171 -0.002845 0.032129 -0.011132 0.003316 -0.006386 0.014519 0.010605 0.05813 0.01732 -0.021184 0.014076 -0.002739 -0.009316 0.004503 -0.014005 0.007414 -0.019952 -0.003116 0.00253 0.018832 0.002695 -0.030468 -0.015556 -0.007434 -0.003309 -0.012594 -0.029583 -0.004515 -0.017612 -0.0366 0.026241 0.018105 0.007738 0.02564 -0.023122 0.016232 -0.014012 -0.018886 0.030182 -0.016707 0.030507 0.040793 0.012175 0.008534 -0.00616 -0.023045 -0.02025 -0.01718 -0.001704 0.021576 -0.032732 -0.009247 0.00911 -0.001075 0.0257 -0.024291 -0.023627 -0.03153 -0.030649 -0.024677 0.005866 0.002411 0.019068 0.006223 0.006903 -0.000273 0.01316 -0.005872 0.001626 0.008578 0.03819 -0.036612 -9.5e-05 -0.004997 0.02209 0.013244 -0.017185 -0.004941 0.006705 -0.012739 -0.016509 -0.005628 0.006173 -0.034855 0.008544 -0.056999 -0.017149 0.004695 0.009919 0.022028 0.014858 -0.002636\nल 0.020681 -0.001532 -0.035384 0.014163 0.005693 0.025175 -0.000138 -0.006759 -0.019807 -0.0282 0.038295 0.011947 -0.005437 -0.014493 0.021559 -0.003838 0.002481 -0.012512 -0.004103 -0.039102 -0.009557 0.001257 0.003764 0.00448 0.002313 0.015337 -0.011119 -0.013902 -0.013117 -0.018833 0.019186 -0.023426 -0.010241 -0.023163 0.006678 0.009251 -0.026267 0.027394 0.007987 0.016289 -0.024674 0.002148 0.007345 -0.000673 -0.016108 -0.011433 0.0246 -0.007103 0.00176 0.007969 0.00805 0.041728 0.0272 -0.031078 0.034647 0.000909 -0.003687 0.007162 -0.001591 0.019565 -0.022506 -0.025263 -0.000319 -0.015816 0.007458 0.012527 0.029099 -0.00417 0.022011 0.014652 -0.047712 -0.006904 0.019504 0.011655 -0.038441 0.004772 -0.022043 0.015702 -0.029565 -0.018162 0.007522 -0.006084 0.003368 0.008279 -0.012796 -0.025232 -0.00225 -0.008148 -0.014001 -0.002177 -0.00777 0.013711 0.009374 -0.007414 0.012103 -0.003245 -0.00968 -0.032427 -0.002331 -0.00216 -0.020251 0.002859 -0.001941 -0.014166 0.012878 -0.008997 -0.01429 0.003199 0.031952 0.000512 0.036707 0.021987 0.019174 -0.016274 0.001729 -0.003388 0.005433 0.002294 -0.018372 -0.03044 0.021646 -0.002783 0.026073 0.027182 0.022994 0.005678 -0.007391 -0.009522 -0.011526 -0.01386 -0.011396 0.0014 -0.015348 0.029534 -0.014521 0.000656 -0.021442 0.005885 0.007305 0.027058 -0.014459 -0.002293 0.002885 0.020731 -0.031929 -0.040374 0.035793 0.0151 0.000227 -0.031931 0.001882 0.012542 0.019337 0.018206 0.00798 0.009039 0.008019 -0.023983 0.010186 -0.018689 -0.018909 0.009979 0.016651 0.010641 -0.01066 -0.009554 0.022714 -0.011657 0.016625 0.011729 -0.014273 -0.010041 -0.009694 0.023935 -0.013623 -0.019778 -0.004825 -0.003607 -0.02889 -0.011972 0.025887 -0.007558 0.011023 -0.012011 -0.007488 -0.010444 0.002739 0.023129 -0.041429 0.009467 0.019527 0.021594 -0.025922 -0.028204 -0.002218 0.02827 -0.018536 0.019056 0.002063 -0.005585 -0.030209 -0.020892 0.00884 0.020958 0.016384 0.011721 0.002275 -0.000891 -0.00639 0.033066 -0.007929 -0.008769 -0.007216 0.015379 -0.002959 0.051002 0.007206 -0.020827 0.016252 0.005768 -0.001567 0.00159 -0.00036 0.005212 -0.027541 -0.009138 0.004199 0.013202 -0.001094 -0.017957 -0.007603 -0.013732 0.000719 -0.025611 -0.026519 -0.00611 -0.007725 -0.021236 0.022938 0.022741 0.008709 0.011218 -0.020509 0.021422 -0.004581 0.003733 0.022375 -0.000785 0.024029 0.034172 0.014786 0.004983 -0.011579 -0.026454 -0.020567 -0.010731 -0.012629 0.015821 -0.025721 -0.010558 -0.001987 -0.012662 0.021127 -0.014775 -0.021711 -0.015925 -0.018423 -0.01607 0.000321 -0.010308 0.013868 0.007045 0.008988 -0.005892 0.006484 -0.005672 -0.001031 0.015859 0.04093 -0.036493 0.003132 -0.01869 0.01282 0.012191 -0.016015 -0.013479 0.017004 -0.014942 -0.019912 -0.001374 0.004696 -0.026618 0.005931 -0.047276 -0.014242 0.011707 0.012471 0.017234 0.007614 0.007362\nឹ 0.019754 0.02205 -0.022142 0.01516 0.008764 0.056933 0.009129 1e-06 0.008256 -0.016127 0.05268 0.003171 -0.011565 -0.003684 0.001787 0.005717 0.00775 -0.053032 -0.005104 -0.04576 0.0015 0.015203 0.016765 0.00843 0.019158 0.01797 -0.037819 -0.02638 -0.013358 0.013741 0.040011 -0.050633 -0.023923 -0.026862 0.027514 0.027177 -0.026253 0.058526 0.009474 0.02863 -0.04196 0.015757 -0.011742 0.009493 -0.018195 -0.008532 0.0325 -0.000268 0.0008 0.019751 -0.02416 0.038274 0.044201 -0.033196 0.038458 0.022771 0.026259 0.015838 0.015004 0.026665 -0.013016 -0.003676 -0.0027 -0.02397 0.014142 0.024412 0.046756 -0.041131 0.033713 0.021655 -0.047216 -0.01338 0.015243 0.018753 -0.048082 0.01369 0.000371 7.7e-05 -0.026622 0.003887 0.059926 0.016735 0.007051 0.013891 -0.00838 -0.052396 0.008217 0.004589 0.011476 -0.022146 0.000872 0.025293 0.009526 -0.002942 0.020789 0.002181 0.01597 -0.044728 0.012092 -0.006449 -0.002078 -0.008354 -0.002763 -0.033829 0.006689 -0.014277 -0.033075 -0.005764 0.057079 -0.00649 0.048193 0.01439 0.024269 -0.022856 -0.02375 -0.001045 0.008516 -0.025599 -0.00572 -0.055931 0.065302 0.006823 0.013317 0.02709 0.025749 0.009599 0.016472 0.007188 -0.001608 -0.041362 -0.009572 -0.003714 -0.020297 0.03626 -0.029005 0.037262 0.00318 -0.015587 0.004602 0.028441 -0.012374 -0.016141 -0.0212 0.028865 -0.0652 -0.059678 0.050224 0.014812 0.0225 -0.03605 -0.014463 0.001387 0.006688 -0.019463 0.013126 -0.012622 -0.003647 -0.056881 0.010534 0.000961 -0.01324 0.036943 0.023661 0.054416 -0.044618 -0.036668 0.023421 0.004778 0.020755 0.033737 -0.060208 -0.031301 -0.000733 0.049806 -0.01218 -0.010249 0.024372 0.001062 -0.059206 -0.033975 0.033524 -0.005057 -0.019953 -0.040111 -0.004746 0.00941 0.007474 -0.007562 -0.044285 -0.023985 0.030243 0.011178 -0.046621 -0.046594 0.004164 0.028441 -0.029414 0.02815 0.03457 0.023144 -0.016631 -0.014523 0.01163 0.029745 0.035522 0.022857 -0.005583 -0.008547 -0.018804 0.007972 -0.032349 -0.032705 -0.003169 0.021281 0.016282 0.026275 0.02305 -0.005109 0.004148 0.005999 0.008952 0.020855 -0.022972 -0.01184 -0.027176 -0.00334 0.011062 0.02389 0.023752 -0.028483 -0.027012 -0.007647 -0.004289 -0.020627 -0.014729 -0.001846 -0.01829 -0.036315 0.027665 -0.002455 0.017842 0.029401 -0.041855 0.028492 -0.035668 0.03029 0.028689 0.023754 0.017342 0.053681 -0.014408 0.007038 0.034422 -0.017102 -0.035826 -0.010694 -0.007441 0.007391 -0.001552 0.000353 -0.004936 0.004602 0.005235 -0.01157 -0.017168 -0.018538 -0.019713 -0.032931 -0.004504 0.007272 0.009431 -0.036937 0.015631 0.018267 -0.010645 -0.017713 0.018433 -0.003753 0.053317 -0.04426 -0.027034 0.018229 0.00753 0.027148 -0.020379 0.019719 0.018514 -0.006051 -0.011508 0.016837 -0.009799 -0.049743 0.018422 -0.054693 -0.008025 0.005193 -0.010521 0.004941 0.017853 -0.00478\nᠼ 0.031103 0.001801 -0.019688 -0.013387 0.007059 0.00646 -0.014 0.006539 0.000128 -0.029456 -0.00393 -0.014611 -0.00996 -0.019112 0.03395 -0.016093 0.012565 -0.008678 -0.018504 -0.023272 4.9e-05 -0.001681 0.005838 -0.006045 -0.003485 -0.012833 -0.011736 -0.023735 -0.010101 -0.024149 0.00372 -0.022445 -0.001277 -0.014753 0.01673 -0.000371 -0.000291 0.037276 -0.002992 0.008619 -0.01957 -0.019489 -0.006222 0.007164 -0.015283 0.004949 0.001116 0.008131 -0.013432 0.01681 -0.007435 0.009325 0.010763 -0.014005 0.016386 -0.00332 -0.011636 0.014816 -0.001061 0.022779 -0.010383 -0.011557 -0.011298 -0.005788 -0.009692 0.01451 0.027225 -0.007641 0.021214 0.011828 -0.02536 0.004807 0.010492 0.032783 -0.022412 -0.001411 -0.013097 0.012591 -0.026474 0.009022 0.00306 0.003154 0.01506 -0.013725 -0.003144 -0.019656 0.014087 -0.01277 -0.012976 -0.014392 -0.007214 0.003947 0.020031 -0.011732 0.009019 0.003682 0.003763 -0.019743 -0.015499 0.006866 -0.020499 0.016956 -0.000299 -0.030882 0.005003 0.00379 -0.012554 -0.000532 0.005955 0.006558 0.031482 0.021073 0.001643 -0.010189 0.002606 -0.005326 -0.013303 0.015376 -0.002368 0.002027 0.013935 -0.002456 0.011945 0.00711 0.038676 0.018955 0.00179 0.008466 0.009237 -0.02707 -0.003373 0.005577 -0.008128 0.002341 -0.004179 -0.008103 -0.034887 0.01091 0.031776 0.021733 0.002159 -0.021716 0.000581 0.006676 -0.012378 -0.025969 0.049153 0.02356 0.003818 -0.01844 -0.005809 0.027096 0.012366 -0.006296 -0.001719 -0.008469 0.007082 0.010347 0.00897 0.003261 -0.018676 0.008638 0.004013 -0.005398 -0.011267 -0.006212 -0.02195 -0.023062 0.013498 0.002895 -0.013967 0.004588 0.009924 0.030347 0.00584 -0.009855 -0.003944 0.003523 -0.03252 -0.008915 0.001114 -0.010617 0.007891 0.000543 -0.006439 -0.015966 0.011097 -0.015013 -0.008742 -0.011414 0.025096 0.019046 -0.003541 -0.012296 0.006617 0.033416 -0.022163 0.000994 -0.005684 0.003876 -0.028614 -0.016414 -0.00073 0.006889 0.000762 0.022533 0.009903 -0.020325 0.007398 0.014992 0.002076 -0.010755 0.014319 -0.003667 -0.000579 0.018573 0.015418 0.005904 -0.002155 -0.010139 -0.016442 0.009374 -0.01666 0.011389 0.008549 0.00518 -0.007041 -0.000577 -0.029481 -0.004469 -0.002647 -0.004013 0.011039 0.000495 -0.030864 -0.01489 -0.008985 -0.016576 -0.003527 -0.003839 -0.031146 0.001033 -0.006924 0.004239 0.001618 0.000819 0.024998 -0.000196 0.02442 0.022679 0.014232 0.010479 0.012161 0.002457 -0.009567 -0.011399 -0.001316 0.026496 -0.000111 0.016061 -0.008215 0.00311 0.012345 -0.043592 -0.010515 -0.019453 -0.033914 2.5e-05 -0.007573 0.007074 0.020771 0.000776 0.016014 -0.006116 0.007635 0.002566 0.015386 -0.008742 0.025084 -0.043831 0.000127 -0.011061 -0.002927 0.006419 -0.004285 -0.002183 0.016555 0.003866 -0.006052 -0.005907 -0.013286 -0.017763 0.027602 -0.030679 0.018071 0.007005 -0.01758 0.014421 0.000106 0.007952\nρ 0.02544 -0.000439 -0.042164 0.022439 0.006455 0.034471 0.006411 -0.0037 -0.01286 -0.0301 0.034623 0.01086 -0.013215 -0.02236 0.02927 -0.008105 0.010608 -0.019344 -0.012721 -0.031212 -0.011396 0.007964 0.009737 0.01482 0.00755 0.015846 -0.008193 -0.011131 -0.010718 -0.019714 0.022481 -0.030807 -0.017366 -0.034713 0.010326 0.016658 -0.030599 0.036069 0.007845 0.01561 -0.030711 0.010139 -0.000861 0.008249 -0.022747 -0.022802 0.029378 0.002621 0.004084 0.01042 0.008943 0.043186 0.032374 -0.025358 0.037617 0.007358 0.000561 0.020096 -0.014877 0.021847 -0.029497 -0.024992 -0.008144 -0.018574 0.014444 0.020923 0.034882 -0.017229 0.02656 0.016168 -0.043018 -0.006105 0.022562 0.009356 -0.04393 0.001475 -0.031045 0.018921 -0.024239 -0.013602 0.009003 -0.000291 -0.000845 0.016822 -0.017754 -0.044525 0.003659 -0.004623 -0.015132 0.004091 -0.004067 0.022907 0.000175 -0.00519 0.010671 -0.008533 -0.002763 -0.029708 -0.007971 -0.009175 -0.015029 0.002043 -0.00308 -0.029351 0.015936 -0.008458 -0.01369 0.010435 0.027965 -0.006556 0.041814 0.017589 0.021669 -0.010714 0.004451 0.005357 -0.001669 0.006018 -0.011724 -0.037142 0.021679 -0.001363 0.033704 0.02008 0.028252 0.003749 -0.003838 -0.010348 -0.01056 -0.013725 -0.010186 0.000511 -0.016593 0.027489 -0.016309 0.010596 -0.025236 0.004312 0.003146 0.043304 -0.009681 -0.010533 0.008538 0.023778 -0.031784 -0.043055 0.039816 0.008041 0.003147 -0.041681 -0.001125 0.00629 0.031618 0.022019 0.000564 -0.002997 -0.000933 -0.020919 0.012708 -0.019554 -0.012683 0.013888 0.020489 0.015383 -0.015057 -0.011416 0.022636 -0.018659 0.018991 0.017121 -0.029317 -0.022867 -0.01096 0.03461 -0.013027 -0.021096 -0.005205 -0.010754 -0.032728 -0.014038 0.028456 -0.015164 0.004502 -0.005143 -0.005622 -0.011403 0.000271 0.016921 -0.051901 0.000543 0.016532 0.027933 -0.030822 -0.032705 0.00215 0.03123 -0.017269 0.014117 0.006111 0.002184 -0.031182 -0.030069 0.017674 0.023012 0.013044 0.010038 0.011228 -0.014003 -0.002413 0.029168 -0.01274 -0.006643 -0.012782 0.011936 -0.000797 0.059856 0.006471 -0.018082 0.002959 -0.001745 -0.006163 0.009374 -0.010537 0.004684 -0.021605 -0.005111 0.003726 0.010123 -0.004767 -0.027767 -0.004192 0.001653 -0.003607 -0.018257 -0.028009 -2.2e-05 -0.01578 -0.031401 0.023203 0.027282 0.007688 0.021629 -0.020534 0.008536 0.006977 -0.001419 0.03374 -0.000458 0.030198 0.04858 0.021283 0.006187 -0.001621 -0.032529 -0.031902 -0.022424 -0.004949 0.015413 -0.02252 -0.010976 0.007519 -0.005158 0.025843 -0.02054 -0.026436 -0.011682 -0.024339 -0.018501 0.004317 -0.000198 0.016126 -0.004976 0.009053 -0.002804 0.0027 -0.002002 -0.003014 0.018211 0.038325 -0.039675 -0.005192 -0.016798 0.011293 0.011853 -0.021294 -0.003357 0.013338 -0.006335 -0.015265 -0.014526 0.002538 -0.03341 0.005733 -0.058799 -0.009265 0.003375 0.007 0.009847 0.01343 -0.000279\nł 0.031018 0.003459 -0.04421 0.01919 0.010424 0.032106 -0.000406 0.006858 -0.017476 -0.026105 0.041112 0.007226 0.004564 -0.026935 0.031621 -0.004536 -0.000487 -0.028905 -0.007953 -0.031789 -0.033834 -0.010334 -5.1e-05 0.016776 -0.008576 0.02675 -0.010987 0.000432 -0.005716 -0.030916 0.025652 -0.030511 -0.015281 -0.025134 0.011897 0.013807 -0.050879 0.033022 0.008741 -0.0017 -0.028488 0.02 0.004536 -0.003234 -0.02913 -0.012833 0.02919 -0.006714 0.002525 0.023237 0.003671 0.058826 0.022023 -0.031304 0.029346 -0.000979 0.003583 0.026249 -0.029115 0.021232 -0.018955 -0.023862 -0.017568 -0.016632 0.009359 0.015012 0.019657 -0.019203 0.0279 0.00868 -0.02744 -0.007762 0.018248 0.003851 -0.058366 0.006523 -0.026709 0.018872 -0.014868 -0.006135 0.023497 -0.005602 -0.002112 0.020785 -0.022867 -0.049337 -0.005375 -0.002091 -0.028144 0.003695 -0.002148 0.035741 0.010619 -0.007825 0.010237 -0.005954 0.005667 -0.042376 -0.002033 -0.001484 0.001553 -0.007471 -0.002339 -0.009473 0.013418 -0.002292 -0.016644 0.000915 0.031153 0.005223 0.03142 0.023553 0.015088 -0.007933 0.009036 0.002974 -0.008696 -0.00276 -0.00664 -0.03067 0.013367 -0.011439 0.038856 0.013704 0.032262 0.012384 -0.012052 -0.022318 -0.006978 -0.01737 -0.020775 -0.009242 -0.004134 0.02096 -0.027 0.011722 -0.012859 -0.002504 0.009614 0.047952 -0.012434 -0.015961 0.011732 0.021164 -0.032476 -0.047742 0.047494 0.003333 -0.003939 -0.041221 0.008018 0.004078 0.024562 0.02636 0.005103 0.001589 0.000134 -0.023116 0.004171 -0.018565 -0.011691 0.019922 0.017045 0.012398 -0.012883 -1.3e-05 0.027253 -0.020917 0.010864 0.021517 -0.019559 -0.028415 -0.015755 0.032102 -0.02233 -0.028867 -0.009495 0.000707 -0.036188 -0.031833 0.023604 -0.003716 0.00731 -0.003986 -0.003221 -0.025674 0.000235 0.01194 -0.052473 0.004747 0.009409 0.024726 -0.015586 -0.03807 -0.004082 0.033689 -0.00941 0.019516 0.010418 0.004367 -0.032002 -0.029676 0.011404 0.014514 0.00317 0.022538 0.004106 -0.013273 -0.000632 0.025189 -0.028197 -0.002599 -0.011909 0.02835 0.00386 0.060618 0.00608 -0.033268 -0.001397 0.007122 0.001349 0.012632 -0.010509 0.009286 -0.017547 -0.009653 0.002572 0.010572 -0.003423 -0.013645 -0.001802 0.008017 -0.005848 -0.025648 -0.041923 -0.006993 -0.010602 -0.025901 0.019763 0.021416 0.000203 0.015266 -0.014533 0.009049 0.003007 -0.003862 0.032636 -0.001647 0.034722 0.043539 0.027436 0.006773 0.00575 -0.036781 -0.028752 -0.019185 -0.010914 0.008415 -0.027563 -0.02176 -0.000847 0.006742 0.024486 -0.023094 -0.018302 -0.014296 -0.015501 -0.018658 0.005361 0.004597 0.016207 -0.009778 0.001445 0.009504 0.026521 0.005764 0.00368 0.018116 0.025862 -0.041874 0.005948 -0.017363 0.007007 0.002612 -0.01751 -0.014074 0.010818 -0.000264 -0.016976 -0.005099 -0.006 -0.030163 0.009553 -0.041692 -0.014749 0.01553 0.013625 0.013573 0.01492 0.006117\nф 0.041657 0.008544 -0.051775 0.021909 0.012752 0.037928 0.003838 0.000142 -0.01954 -0.035755 0.044258 0.012011 -0.0118 -0.032022 0.039476 -0.012095 0.006781 -0.02471 -0.011849 -0.048017 -0.015617 0.006957 0.008743 0.013384 0.004552 0.02659 -0.009945 -0.013482 -0.021769 -0.02505 0.020555 -0.036556 -0.015067 -0.040164 0.011378 0.014434 -0.04682 0.044816 0.002883 0.019606 -0.036433 0.012699 0.005052 0.006097 -0.027578 -0.025082 0.040961 -0.000323 -0.003967 0.016963 0.013367 0.058446 0.035784 -0.03638 0.04558 0.013299 -0.00308 0.023761 -0.008755 0.027354 -0.03299 -0.026602 -0.007557 -0.019379 0.018045 0.024062 0.035433 -0.016022 0.032117 0.021447 -0.054568 -0.007268 0.023509 0.015488 -0.054856 0.003333 -0.031954 0.030849 -0.029537 -0.015579 0.011196 -0.001888 -0.001089 0.021148 -0.021818 -0.054478 0.004773 -0.000493 -0.024091 -0.002856 -0.012551 0.023143 0.004787 -0.020555 0.015031 -0.01098 -0.001296 -0.039606 -0.000198 -0.006523 -0.019074 -8e-06 -0.000338 -0.033682 0.019904 0.000801 -0.015251 0.009514 0.037692 -0.004152 0.051298 0.027032 0.021068 -0.014512 0.012492 0.008768 -0.011642 0.004163 -0.013919 -0.045792 0.025745 0.006404 0.041424 0.031516 0.034654 0.003039 -0.010885 -0.022436 -0.014148 -0.020521 -0.020128 -0.004713 -0.01406 0.030449 -0.022836 0.014543 -0.02665 0.00899 0.009728 0.045792 -0.001678 -0.014179 0.013229 0.030963 -0.03782 -0.057648 0.047441 0.010742 0.00432 -0.043588 0.003451 0.004066 0.037809 0.029958 -0.01106 0.00216 -0.000934 -0.026153 0.022536 -0.021484 -0.020211 0.017531 0.021566 0.019225 -0.021883 -0.01033 0.027704 -0.025775 0.020656 0.022978 -0.026918 -0.028237 -0.013149 0.040312 -0.015688 -0.025908 -0.005546 -0.004209 -0.040395 -0.027758 0.038111 -0.014879 0.006892 -0.013618 -0.008424 -0.025375 0.004088 0.024138 -0.067838 0.006087 0.024708 0.031949 -0.031276 -0.042591 0.008163 0.040613 -0.015469 0.016029 0.004936 0.006203 -0.047305 -0.038743 0.019333 0.027776 0.019218 0.014469 0.009827 -0.012304 0.000454 0.036836 -0.026107 -0.007892 -0.008041 0.018854 -0.000986 0.075548 0.00452 -0.026651 0.003373 -0.008818 -0.009155 0.012886 -0.00804 0.003062 -0.021329 -0.007418 -0.002489 0.022858 -0.013359 -0.030052 -0.008315 0.000606 -0.006767 -0.031088 -0.044155 -0.004764 -0.007572 -0.042862 0.03354 0.026095 0.00494 0.023601 -0.024821 0.021778 0.011569 -0.008548 0.050688 -0.010507 0.04251 0.055235 0.034129 0.006181 0.00405 -0.047921 -0.044278 -0.02265 -0.004698 0.025205 -0.032582 -0.012971 0.006202 -0.010309 0.030201 -0.026245 -0.026837 -0.026264 -0.034543 -0.019406 0.009892 -0.001895 0.017921 -0.006832 0.010481 -0.003844 0.01305 0.005016 0.00385 0.014919 0.044754 -0.053133 -0.004385 -0.024674 0.016225 0.015537 -0.024736 0.001183 0.019419 -0.016904 -0.025298 -0.019516 0.013114 -0.041149 0.006259 -0.06977 -0.012968 0.015211 0.013614 0.018669 0.020056 0.003412\n่ 0.024048 0.002298 -0.034917 0.018434 0.011894 0.024603 0.007891 -0.001031 -0.018987 -0.021581 0.020488 0.003549 -0.00715 -0.011957 0.024619 -0.001695 0.006459 -0.019525 -0.005723 -0.035674 -0.012816 0.006828 0.005229 0.009014 0.001449 0.008435 -0.012698 -0.005977 -0.010337 -0.019815 0.013025 -0.023918 -0.01384 -0.029178 -0.000709 0.017187 -0.026261 0.033601 0.006665 0.012103 -0.025683 0.008642 -0.001098 -0.00664 -0.021143 -0.016675 0.026036 0.006012 0.003845 0.006392 0.003372 0.034869 0.025836 -0.026735 0.028714 0.003987 -0.000593 0.021287 -0.011749 0.01757 -0.02403 -0.021451 -0.001039 -0.013056 0.005953 0.012629 0.0242 -0.013164 0.029531 0.013922 -0.037325 -0.008559 0.01809 0.011163 -0.043797 0.004512 -0.023728 0.016394 -0.025168 -0.01321 0.010722 -0.002634 0.002713 0.009568 -0.016598 -0.036976 -0.002907 -0.001235 -0.016866 0.000429 -0.00389 0.019266 0.009011 -0.010929 0.011532 -0.002594 0.00422 -0.027473 0.004294 0.000598 -0.013717 0.005045 0.000276 -0.017663 0.012417 -0.000316 -0.007258 0.007799 0.023069 -0.003057 0.041261 0.015152 0.02372 -0.009761 0.006282 0.00082 -0.000236 0.00094 -0.002385 -0.032668 0.01314 0.003831 0.031218 0.019155 0.032341 0.007486 -0.013013 -0.013802 -0.002471 -0.013998 -0.006677 -0.005214 -0.013555 0.025664 -0.015521 0.012213 -0.025714 -1.7e-05 0.006628 0.035139 -0.001614 -0.009881 0.006507 0.02007 -0.02675 -0.036225 0.036912 0.004398 0.001442 -0.033233 0.001809 0.002505 0.030518 0.01968 0.00101 0.006905 0.001416 -0.023738 0.007408 -0.020063 -0.012119 0.010521 0.020637 0.010976 -0.010971 -0.010698 0.018419 -0.014428 0.019745 0.012545 -0.020173 -0.018181 -0.006704 0.021525 -0.017768 -0.02013 -0.000924 -0.003611 -0.029129 -0.014029 0.031856 -0.009648 0.005263 -0.007742 -0.006655 -0.008732 0.00384 0.016717 -0.042538 0.003018 0.013425 0.023182 -0.028807 -0.026217 0.008415 0.027652 -0.011062 0.009643 0.003983 0.000857 -0.024984 -0.021857 0.011638 0.018617 0.02199 0.01373 0.001638 -0.006745 0.001502 0.024184 -0.014686 0.002255 -0.00682 0.013334 0.000227 0.047401 0.00295 -0.017422 0.004279 -0.002878 -0.001372 0.0075 0.000762 0.004215 -0.021366 -1.6e-05 -0.005237 0.013879 -0.000574 -0.025409 -0.006947 0.000348 -0.004477 -0.019241 -0.023552 -0.003087 -0.00897 -0.028967 0.018623 0.022384 0.008909 0.024927 -0.023914 0.008249 0.002306 -0.001703 0.026003 -0.004326 0.025223 0.043862 0.013853 -0.000176 -0.005474 -0.034625 -0.022727 -0.013504 -0.000643 0.023063 -0.018422 -0.014154 0.007725 -0.009131 0.022948 -0.015424 -0.01978 -0.021667 -0.023945 -0.013878 0.002546 -0.000767 0.013364 -0.001223 0.007729 0.002079 0.008968 -0.002912 -0.000319 0.009114 0.034324 -0.037912 -0.001006 -0.00569 0.009934 0.011933 -0.01421 -0.005725 0.017828 -0.007167 -0.018648 -0.010654 0.008609 -0.032036 0.006744 -0.05275 -0.006919 0.007321 0.005118 0.011993 0.015787 -0.000408\nൊ 0.000964 0.015197 -0.049397 0.016668 0.006821 0.026845 0.014631 0.002222 -0.023549 -0.007567 0.019752 -0.005336 0.010363 -0.002489 0.010907 0.008257 -0.011177 -0.014338 -0.016737 -0.030201 -0.008913 0.005956 0.01218 0.015425 0.016416 -0.002875 -0.016223 -0.004632 -0.004298 -0.023658 0.017898 -0.011424 0.005253 -0.032831 0.011156 0.022678 -0.045139 0.023659 0.005623 0.006928 -0.000443 0.004785 -0.002777 0.001781 0.002833 -0.015961 0.036873 -0.004026 -0.000454 0.010278 0.00751 0.029764 0.015222 -0.024767 0.021813 -0.008841 0.010226 0.009631 -0.006291 0.016607 -0.019212 -0.020548 0.006013 -0.035267 0.004415 0.026769 0.030755 -0.019902 0.014206 0.019948 -0.053592 -0.02779 0.008029 0.012212 -0.038017 0.012279 -0.022428 0.006162 -0.017676 -0.029825 -0.002672 0.005622 0.019331 0.021727 0.000531 -0.02728 0.017833 -0.000971 -0.007625 0.018763 0.017902 0.012159 0.005805 0.001275 0.03535 -0.000608 0.010637 -0.017391 0.010414 0.019302 -0.001317 -0.000613 -0.004626 -0.02136 0.022271 -0.009491 0.003616 -0.006726 0.029036 -0.002313 0.030033 0.014246 0.012937 -0.001521 0.005351 0.001099 -0.004886 0.00416 -0.01669 -0.020757 0.012187 -0.002096 0.030084 0.020904 0.018726 0.015591 -0.019442 -0.015463 0.005728 -0.008016 -0.010444 -0.00042 -0.019087 0.024435 -0.010725 0.014985 -0.030486 -0.013485 -0.000415 0.027913 -0.023283 -0.016977 0.014662 0.032759 -0.003765 -0.027112 0.025869 0.008614 0.02026 -0.042315 0.006599 -0.005002 0.018222 0.026368 -0.01181 0.011401 0.000697 -0.034011 0.008352 0.003358 0.004426 0.002226 0.015111 0.033215 -0.012755 -0.007825 0.009401 -5.7e-05 0.014505 -0.000491 -0.03648 -0.02177 -0.01302 0.028095 -0.010274 -0.018754 -0.006397 0.005263 -0.029444 -0.008667 0.025253 -0.009453 -0.00066 -0.013893 0.004363 -0.001231 -0.008315 0.021288 -0.029709 0.002469 0.017523 0.014711 -0.037078 -0.019854 -0.000826 0.022168 0.002299 0.027518 0.023652 0.002727 -0.023012 -0.015153 0.016166 0.008543 0.040064 0.018346 -0.000642 -0.016859 0.004213 0.023475 -0.004962 -0.001637 -0.022998 0.027271 -0.003963 0.041753 0.003841 -0.024703 0.020158 -0.03308 -0.01088 0.027632 0.003117 -0.002617 -0.023682 0.007975 -0.007036 0.016824 -0.001872 -0.01452 -0.004966 -0.006352 -0.015813 -0.026722 -0.010551 0.017783 -0.024955 -0.029419 0.015466 0.04203 0.006187 0.015236 -0.007519 -0.002621 0.006964 0.007578 0.00933 -0.00254 0.020416 0.030083 -0.000867 -0.007532 -0.008502 -0.036885 -0.021862 -0.01129 0.015231 0.004789 -0.013717 -0.017167 0.003008 -0.001597 0.012382 -0.018265 -0.010104 -0.007899 -0.016377 -0.009047 -0.008987 0.000977 0.01426 -0.002164 0.002169 0.008263 -0.004099 -0.017048 -0.003236 0.014285 0.025811 -0.031534 -0.00979 -0.001625 0.008774 0.001357 -0.011929 -0.003484 -0.00358 -0.002987 -0.011485 -0.014293 0.011443 -0.011769 0.000737 -0.049619 -0.000553 -0.012313 0.012954 -0.007372 0.015732 0.012665\nồ 0.047099 0.000819 -0.040345 0.040879 0.02225 0.023331 0.030442 -0.022589 -0.029722 -0.014461 0.04082 -0.018961 -0.018346 -0.002995 0.01028 -0.013769 0.018905 -0.032255 -0.003565 -0.044155 -0.017441 0.012137 0.000845 0.020223 -0.016249 0.024746 0.014015 0.005146 0.027137 -0.004212 0.020774 -0.032255 0.010596 -0.004263 0.02879 0.00089 -0.026476 0.024133 0.000617 0.056079 -0.013656 0.010425 -0.024894 0.006779 -0.036717 -0.042427 0.0318 -0.005804 0.025793 0.024532 0.011184 0.037686 0.0433 -0.031012 0.063703 0.008105 -0.020911 0.031097 -0.007448 0.028341 -0.024596 -0.035675 -0.010159 -0.008775 0.014232 0.010135 0.041841 -0.020739 0.030356 0.003031 -0.043586 -0.020189 0.037608 0.018946 -0.036291 0.019217 0.003043 0.035566 -0.022508 -0.015279 0.02046 0.003001 0.010941 0.041532 -0.03168 -0.049351 -0.024261 -0.020569 0.008127 -0.028016 0.003487 0.047672 0.003723 -0.021313 -0.002866 -0.028737 -0.01343 -0.015408 -0.01004 -0.017697 -0.022903 0.032543 -0.003278 -0.006429 0.036984 -0.011525 -0.020745 -0.001574 0.064509 0.012276 0.023641 0.01867 0.000935 -0.006705 0.013428 0.003505 -0.015309 -0.001349 -0.004421 -0.043122 8e-05 -0.013188 0.058468 0.036577 0.022969 0.020808 -0.015372 -0.010128 -0.012988 0.005694 -0.012426 -0.000689 -0.032894 0.023916 -0.008309 0.010324 -0.023131 0.030519 0.004855 0.036603 -0.019626 0.016484 0.039092 0.031406 -0.042635 -0.018614 0.046099 -0.006182 -0.020301 -0.031258 -0.007113 -0.003631 0.027367 0.019399 -0.009521 0.013196 0.001405 -0.026766 -0.022497 -0.037939 -0.003194 0.001634 0.018471 -0.006095 -0.025326 -0.005908 0.030817 -0.036035 0.038943 0.00849 -0.045577 -0.040224 -0.01068 0.000856 -0.033929 -0.011393 0.013083 0.011762 0.006828 -0.027994 0.049125 0.010362 -0.004446 -0.010335 -0.000634 -0.003277 0.006372 -0.001885 -0.052583 -0.011077 0.012014 0.023416 -0.032617 0.00155 -0.03188 0.027543 0.012913 -0.004823 0.018337 0.005305 -0.041693 -0.030132 0.009723 0.038946 0.039936 -0.01819 0.006939 1.2e-05 -0.015474 0.020767 -0.035121 0.003596 0.015672 -0.011854 0.014179 0.022611 0.015307 -0.010368 0.019117 0.036217 0.031504 0.001232 0.009512 -0.023734 -0.015151 -0.014469 0.030145 0.007272 0.006895 -0.013765 -0.010494 -0.028733 -0.024556 -0.039045 -0.041272 0.014843 -0.003175 -0.051474 0.036096 0.013754 0.005443 0.044694 -0.026558 0.003615 -0.007259 -0.008289 0.034301 0.006599 0.027845 0.059899 -0.003493 0.01372 0.004865 -0.058002 -0.034561 -0.009676 -0.006047 0.034712 -0.005959 -0.039816 0.001073 -0.002304 0.004915 -0.029398 -0.046235 -0.034904 -0.01224 -0.010032 -0.01352 -0.007153 0.015712 -0.006983 0.008549 -0.006686 0.021721 -0.008874 0.019735 0.023676 0.037123 -0.046691 -0.00436 0.005861 -0.006114 0.014618 -0.045069 0.011637 -0.009776 0.003549 -0.041487 0.001471 0.027522 -0.04565 0.013984 -0.061144 -0.013463 0.019358 -0.007093 -0.003964 0.04599 -0.014089\n× 0.039009 -0.006539 -0.026582 0.029681 0.019202 0.043956 0.031374 -0.007263 -0.006813 -0.0317 0.011642 0.023852 -0.026408 -0.033746 0.053355 -0.037365 0.001354 -0.030726 -0.007583 -0.071674 0.000316 0.0115 -0.00859 0.01387 0.025914 0.002997 -0.003516 0.006191 -0.02173 0.004765 0.010151 -0.036752 -0.003195 -0.064634 0.030219 0.010322 -0.053339 0.029642 0.014636 0.037065 -0.041431 -0.009579 0.006029 0.019034 -0.01183 -0.022024 0.04503 0.000288 -0.015288 0.000302 -0.000307 0.071218 0.037183 -0.02933 0.052178 0.010079 0.01 0.047508 -0.024595 0.009103 -0.014054 -0.029623 -0.018104 -0.007623 0.013716 0.009678 0.04312 -0.025385 0.034427 -0.012392 -0.085334 -0.001096 0.024595 0.018175 -0.026484 -0.012903 -0.036996 0.017937 -0.020618 -0.038423 -0.003901 0.009819 0.004668 0.005312 -0.016298 -0.05257 0.002171 -0.025862 -0.004945 0.010918 -0.002619 0.022218 0.011442 0.022113 0.021929 -0.015581 0.020376 -0.057186 0.016943 0.004376 -0.023 -0.017089 -0.024317 -0.045684 0.012425 -0.002407 0.008385 0.007698 -0.009561 -0.008995 0.054096 0.020344 0.038857 -0.018636 0.015073 0.017328 -0.031304 0.022769 -0.00264 -0.048151 0.018279 0.016145 0.021476 0.043997 0.020932 -0.007192 0.004094 0.000387 -0.009641 -0.020275 -0.016494 -0.020363 -0.016654 0.027349 -0.013564 -0.006004 -0.031608 -0.010344 0.001483 0.038134 -0.022322 -0.034375 0.047008 0.010598 -0.02279 -0.028137 0.049686 0.004152 -0.017193 -0.045371 0.017648 0.031047 0.021752 0.043831 -0.027497 0.000791 -0.007109 -0.0116 0.002498 -0.006471 -0.004708 0.011425 0.023575 0.031329 0.004725 0.014063 0.025552 -0.041939 0.025702 0.018362 -0.034208 -0.017001 -0.034016 0.029514 -0.0014 -0.024791 -0.031299 -0.029357 -0.008261 -0.004976 0.046564 0.008207 -0.010622 0.010644 -0.020092 -0.005188 0.009387 0.046199 -0.062614 0.013144 0.033847 0.024192 -0.011342 -0.04583 -0.023621 0.015046 -0.000979 0.024569 0.000586 -0.010023 -0.053071 -0.030022 0.017612 0.042392 0.042682 0.005449 0.024292 -0.000705 0.006882 0.028363 -0.044907 -0.02878 -0.008927 0.008374 0.001696 0.061069 -0.001479 -0.035643 -0.012964 -0.004089 -0.015393 0.031588 -0.011747 0.004807 -0.033988 -0.018317 -0.005218 0.00969 -0.011095 -0.043953 -0.010024 -0.012197 -0.005559 -0.021528 -0.024328 0.006256 -0.018054 -0.044053 0.012513 0.051584 0.002929 -0.002617 -0.027711 0.012318 0.02759 -0.042647 0.041636 -0.050632 0.054149 0.054819 0.036133 0.013756 -0.003691 -0.073409 -0.045673 -0.009866 0.007954 0.00404 -0.04915 -0.021234 0.022449 -0.005582 0.021074 -0.014808 -0.027683 -0.032136 -0.048656 -0.001722 0.013862 -0.00339 0.026612 -0.015735 0.002179 -0.009768 0.01732 0.006476 0.009583 0.021957 0.034233 -0.031942 -0.02049 0.004846 0.01327 0.024321 -0.000206 -0.010949 0.006276 -0.011947 -0.018406 -0.033315 0.031015 -0.04962 0.018656 -0.0786 0.007488 0.008869 -0.021274 0.006296 0.022008 -0.0089\nཞ 0.040687 0.005281 -0.054347 0.028013 0.012859 0.03522 0.01271 -0.003495 -0.020083 -0.01966 0.024326 0.000458 -0.008606 -0.023412 0.034763 -0.001197 0.006843 -0.022922 -0.007756 -0.047906 -0.015947 0.011649 0.00377 0.01086 0.004138 0.031121 -0.018277 -0.012002 -0.009602 -0.021176 0.02405 -0.032913 -0.030857 -0.057841 0.008917 0.018213 -0.044998 0.054294 0.009522 0.025833 -0.022492 0.001869 -0.001949 0.001619 -0.031875 -0.014765 0.034695 0.006165 -0.0035 0.029338 0.000704 0.058808 0.016935 -0.030347 0.043506 0.019204 -0.007237 0.015773 -0.021779 0.02426 -0.03099 -0.022648 -0.013941 -0.015119 0.017626 0.026181 0.042088 -0.021206 0.034384 0.01563 -0.052263 -0.005307 0.032126 0.02332 -0.047917 0.00334 -0.032433 0.030686 -0.028735 -0.024131 0.007773 -0.000132 0.00366 0.011948 -0.033272 -0.060477 0.00942 -0.004657 -0.024256 -0.009878 -0.003595 0.027588 0.001385 -0.020673 0.005165 -0.001776 -0.000623 -0.040615 0.005776 -0.005733 -0.013385 0.008267 -0.007579 -0.039753 0.018265 0.002039 -0.022067 0.009479 0.03579 -0.002864 0.050645 0.004623 0.040817 -0.023651 0.000151 0.003472 -0.014332 -0.003335 -0.026445 -0.038813 0.028176 -0.007539 0.043033 0.027216 0.034019 0.005398 -0.015378 -0.017374 -0.006414 -0.016905 -0.01406 -0.009761 -0.020979 0.029265 -0.024689 0.020962 -0.028886 -0.01209 -0.002456 0.044093 0.002779 -0.018492 0.015617 0.032997 -0.041118 -0.042202 0.041943 0.00374 0.003658 -0.032536 0.004929 0.019861 0.027256 0.032881 -0.008131 -0.000826 -0.016658 -0.023725 0.024102 -0.022412 -0.012064 0.021386 0.013872 0.028084 -0.010123 -0.01962 0.009613 -0.01942 0.0242 0.016993 -0.02616 -0.033118 -0.009932 0.023712 -0.01394 -0.035185 -0.02493 -0.016289 -0.032125 -0.014894 0.033033 -0.020229 0.004878 -0.007971 -0.000161 -0.021236 -0.001418 0.020462 -0.065946 0.008795 0.005023 0.029601 -0.027706 -0.034327 0.000106 0.038162 -0.022793 0.010024 -0.004188 0.002727 -0.040386 -0.028504 0.003432 0.037157 0.028406 0.024755 0.014237 -0.005663 -0.006498 0.039645 -0.022363 -0.00421 -0.014242 0.019915 -0.011362 0.062925 0.003613 -0.026678 0.000325 -0.009437 -0.007954 0.010669 -0.007376 0.004982 -0.032974 0.00367 -0.002299 0.017859 -0.009331 -0.033082 -0.011134 -0.005068 -0.012058 -0.020406 -0.042135 -0.003091 -0.014427 -0.029069 0.034062 0.024153 -0.001468 0.027741 -0.013651 0.013064 0.014754 -0.005495 0.038893 0.004414 0.043033 0.051262 0.019709 0.001936 -0.003519 -0.049224 -0.029794 -0.027909 0.002608 0.015361 -0.020369 -0.004284 0.00663 -0.018145 0.033438 -0.023807 -0.029769 -0.024756 -0.036154 -0.012576 0.008899 -0.008021 0.012819 0.002855 0.008763 0.000535 0.004885 0.006688 -0.012564 0.013356 0.039424 -0.050568 -0.007741 -0.015263 0.011154 0.013762 -0.020789 -0.014933 0.016861 -0.015308 -0.033186 -0.015108 0.018288 -0.044432 0.009837 -0.067735 -0.018846 0.013145 0.008559 0.02303 0.027724 0.001136\nበ 0.047905 -0.012853 0.019111 0.002825 -0.027635 0.01061 -0.019693 0.000586 0.030849 -0.020604 -0.007116 0.041462 -0.037066 -0.020237 0.038614 0.010364 -0.014957 0.018261 -0.011755 -0.054156 -0.011611 -0.018351 0.025838 0.005749 -0.002003 0.045308 -0.033123 -0.071535 0.028063 -0.035288 0.044568 0.024753 -0.060986 -0.039092 -0.009519 0.00222 0.025056 0.020044 -0.016002 0.037718 0.027154 0.018876 -0.008497 -0.038299 -0.065718 0.053851 -0.010061 -0.003991 0.034097 -0.017603 -0.014816 0.05396 0.018757 -0.050992 0.001351 0.005824 0.000562 -0.003053 -0.002805 0.052468 -0.025716 0.009113 -0.026177 0.021663 0.044833 -0.003918 0.020858 0.016516 0.05771 0.027923 -0.039345 0.008502 -0.010565 0.000142 0.019113 0.006423 0.020099 -0.00139 -0.043975 0.022609 0.011791 0.029448 -0.030282 0.010056 0.01299 -0.009263 -0.006759 0.011198 -0.005183 -0.057727 -0.009038 -0.001513 0.015958 -0.000989 -0.003109 -0.021093 0.024912 -0.002451 -0.01306 0.030475 -0.022672 0.035144 0.013386 -0.027796 0.024041 0.0002 -0.009435 -0.007791 0.012048 0.018014 0.009749 0.038833 -0.019055 0.00204 -0.035427 6.5e-05 0.023677 0.038503 -0.00091 -0.00632 0.013808 0.004153 -0.002447 0.038168 0.040134 0.019372 -0.025211 -0.01023 -0.048029 0.002622 0.031959 0.005253 0.02644 -0.003599 -0.01677 -0.00518 0.003185 0.008874 0.010174 0.019213 -0.012358 0.028765 0.014672 0.025164 -0.038955 -0.091171 0.068007 0.017734 -0.038403 -0.048327 0.003987 0.024083 0.021679 -0.040857 -0.015405 0.001375 0.049662 -0.018045 -0.011008 -0.008834 -0.007878 -0.017965 -0.021248 0.042106 -0.0032 0.016776 0.006891 0.018942 0.027287 -0.001789 -0.005267 -0.025394 -0.009197 -0.005044 -0.009289 0.015101 0.012728 -0.019779 0.027632 0.06957 -0.006495 0.002639 -0.014626 0.006498 -0.024391 -0.040338 0.03149 0.007221 -0.026738 0.036715 0.016932 0.00901 -0.064637 0.027921 -0.036088 0.036664 -0.002015 0.011147 0.03214 -0.018248 -0.032421 0.007211 -0.027248 0.017794 -0.022274 0.01982 -0.019669 0.010656 0.021116 -0.004128 0.007872 0.009247 -0.030901 0.009736 -0.019353 -0.009327 0.035018 -0.018849 0.003443 0.025182 0.026155 -0.022174 0.002462 0.023889 0.023654 -0.047144 0.045282 0.063144 0.024875 -0.039482 -0.010464 -0.001639 -0.012549 -0.014395 -0.03271 -0.011274 -0.020846 -0.02459 -0.008611 -0.027039 -0.003282 0.000371 0.002963 -0.031939 0.010487 0.041811 -0.021058 -0.011391 0.016524 0.055571 0.017596 -0.005885 -0.038049 -8.8e-05 0.016133 -0.028287 -0.019728 -0.02182 -0.033208 0.0078 -0.007193 -0.000785 0.002186 -0.03785 0.02399 -0.040587 -0.005112 -0.035924 -0.020228 -0.052887 -0.039929 -0.006364 0.038159 -0.011343 -0.007856 0.025415 -0.03239 -0.038002 0.023032 -0.015538 0.035686 -0.004572 -0.003694 -0.000451 -0.02986 -0.027528 -0.010988 -0.010297 0.005732 -0.043796 -0.006494 -0.011478 0.005467 -0.030065 0.022281 0.030001 0.004283 0.01812 0.004462 -0.003721\nl 0.029187 0.004814 -0.057708 0.031621 0.023801 0.037045 0.009039 0.0065 -0.026122 -0.030194 0.040152 0.012666 -0.005015 -0.038579 0.027354 -0.00542 0.005402 -0.032996 -0.010845 -0.043655 -0.01961 -0.001235 -0.000435 0.017629 0.011741 0.029893 -0.002097 -0.004112 -0.013213 -0.027292 0.020853 -0.03298 -0.018619 -0.044116 0.014758 0.020111 -0.048807 0.043069 0.012776 0.022714 -0.025715 0.008401 -0.004338 0.001487 -0.026045 -0.029129 0.044355 -0.003341 0.001013 0.026632 0.00779 0.065426 0.030128 -0.035889 0.047342 0.004808 -0.005982 0.032691 -0.020733 0.026339 -0.025737 -0.035006 -0.015206 -0.016711 0.011372 0.01769 0.036395 -0.013496 0.033148 0.01427 -0.045721 -0.010984 0.026518 0.012644 -0.05819 0.005686 -0.032766 0.027175 -0.023499 -0.020959 0.011723 0.000821 -0.005496 0.030049 -0.030252 -0.066352 -0.000881 -0.003026 -0.024423 -0.006295 -0.008071 0.036869 -0.006092 -0.018972 0.007099 -0.013974 0.00554 -0.036331 0.000434 -0.007631 -0.014841 -0.001012 -0.001939 -0.020938 0.01401 0.000335 -0.020165 0.017912 0.035521 0.001416 0.042269 0.024447 0.027146 -0.011635 0.009766 0.005757 -0.019369 0.001127 -0.011756 -0.046064 0.014865 -0.002082 0.043561 0.025717 0.037325 0.010205 -0.011559 -0.015183 -0.014118 -0.016361 -0.022832 -0.010473 -0.024866 0.024589 -0.023564 0.015312 -0.021427 0.004163 0.000471 0.058645 -0.004826 -0.008784 0.023527 0.02311 -0.038742 -0.046469 0.046053 0.001361 0.000495 -0.046885 0.003894 0.01788 0.027958 0.036564 -0.003934 0.006013 -0.004646 -0.022922 0.016023 -0.023099 -0.017633 0.019953 0.025303 0.007731 -0.009022 -0.009558 0.026117 -0.03315 0.021919 0.032753 -0.035862 -0.024535 -0.012354 0.037857 -0.021839 -0.034568 -0.013937 0.003321 -0.03746 -0.028084 0.038159 -0.014442 -0.004407 -0.007568 -0.007964 -0.016224 0.000639 0.01554 -0.071439 -0.000758 0.006423 0.032782 -0.037371 -0.048183 -0.004398 0.037954 -0.01677 0.006145 0.008043 -6.5e-05 -0.046166 -0.036221 0.015871 0.028153 0.015639 0.012983 0.019324 -0.010222 -0.007371 0.041358 -0.034535 -0.001519 -0.010354 0.028144 0.001947 0.071038 0.005163 -0.030077 0.00308 0.001773 -0.004738 0.013353 -0.006164 0.005689 -0.021806 -0.00283 0.003074 0.015443 -0.012243 -0.022261 -0.00055 0.003424 -0.011761 -0.031455 -0.042896 0.00471 -0.016532 -0.037031 0.032412 0.034432 0.003709 0.028801 -0.012973 0.016031 0.010713 -0.019735 0.047574 -0.00605 0.039506 0.055324 0.022881 0.014537 0.006901 -0.052943 -0.042733 -0.027255 -0.006375 0.016259 -0.020701 -0.02982 0.008619 -0.006664 0.036328 -0.018684 -0.029973 -0.014955 -0.027916 -0.010522 0.005928 -0.002553 0.025811 -0.005575 0.010364 0.004628 0.016182 0.006559 0.004444 0.029094 0.041448 -0.054436 -0.001008 -0.02098 0.011814 0.023477 -0.026607 -0.004035 0.007228 -0.010429 -0.02592 -0.019286 0.009636 -0.045746 0.015878 -0.071609 -0.011596 0.006493 0.017679 0.012203 0.039036 0.002118\nੰ 0.043122 -0.009136 -0.062881 0.018538 0.009888 0.054089 0.013704 -0.008565 -0.011475 -0.05039 0.056757 0.029452 -0.002316 -0.040476 0.05839 -0.019124 0.016676 -0.002336 -0.012135 -0.081186 -0.035158 -0.002397 0.025719 0.003886 -0.010125 0.022169 -0.031671 -0.026922 -0.013375 -0.057908 0.029661 -0.043082 -0.047186 -0.053416 0.01179 0.010607 -0.045525 0.086002 0.024431 0.034992 -0.037456 0.028884 0.010624 -0.002489 -0.044013 -0.01766 0.039852 0.000377 -0.005151 0.003395 -0.014565 0.073446 0.040167 -0.063688 0.04848 0.007531 -0.024468 0.03156 -0.002125 0.027143 -0.070967 -0.039421 0.000289 -0.009452 0.008133 0.026992 0.074263 -0.002304 0.07084 0.017485 -0.055925 0.010843 0.027434 0.021899 -0.08176 -0.005917 -0.059387 0.027286 -0.073929 -0.005142 0.021161 -0.012783 -0.007591 0.004081 -0.054498 -0.086832 0.027945 -0.003913 -0.034236 0.001911 -0.015743 0.028329 0.035278 -0.017345 0.051291 -0.007537 -0.017232 -0.048026 -0.009471 -0.016515 -0.044751 0.002632 0.020797 -0.031662 0.020642 -0.00011 -0.026198 0.013761 0.059715 0.00941 0.068316 0.038398 0.029476 -0.038225 0.005715 0.006674 0.005376 -0.011008 -0.044512 -0.049568 0.02905 0.0079 0.058298 0.040572 0.052251 0.041835 -0.009727 -0.022265 -0.028742 -0.037229 -0.018944 0.005017 -0.029084 0.063875 -0.022112 0.015616 -0.037249 0.009269 0.026541 0.061116 0.011739 -0.012765 0.01123 0.034651 -0.070863 -0.078496 0.091487 0.01908 -0.003213 -0.056967 0.01578 0.024113 0.051699 0.030852 0.001608 -0.002399 0.0206 -0.02798 0.042436 -0.037866 -0.050122 0.025213 0.034525 6.5e-05 -0.029876 -0.004321 0.038723 -0.037046 0.033219 0.015728 -0.038212 -0.022873 -0.018552 0.039756 -0.038785 -0.040891 -0.022568 -0.008144 -0.069186 -0.030023 0.034566 -0.032784 0.024092 -0.0088 -0.009276 -0.034181 0.018235 0.036552 -0.068178 -0.004419 0.035884 0.025798 -0.05494 -0.026442 -0.002725 0.063461 -0.043084 0.028418 0.003443 -0.017021 -0.051727 -0.062508 0.013588 0.027079 0.031978 0.032663 0.019304 -0.011272 -0.014226 0.060571 -0.033417 -0.01506 -0.015248 -0.007821 -0.010829 0.091284 0.015032 -0.016196 0.024039 0.018465 -0.010243 -0.003553 0.004434 0.025094 -0.021156 0.006967 -0.01515 0.031219 -0.002397 -0.031165 0.004029 0.001013 -0.017761 -0.033823 -0.062006 0.000613 -0.021223 -0.054857 0.028481 0.013855 0.029971 0.034157 -0.01711 0.013628 0.004098 0.002285 0.049387 -0.017263 0.07032 0.069454 0.053965 0.00561 -0.004591 -0.054106 -0.037589 -0.030209 -0.017247 0.048488 -0.036506 -0.008782 0.004327 -0.036536 0.048085 -0.020007 -0.052663 -0.021431 -0.048513 -0.010447 0.014738 -0.00534 0.048721 0.019831 0.018407 -0.017029 0.032078 0.006727 0.000731 0.035782 0.094104 -0.092821 0.000547 -0.037296 0.033094 0.022524 -0.008966 -0.01313 0.028609 -0.002104 -0.036841 -0.054224 -0.004554 -0.061595 0.01973 -0.116898 -0.010039 0.017824 0.030458 0.023767 0.006063 0.00954\ń 0.045167 0.002472 -0.063276 0.026658 0.020056 0.04609 0.005684 -0.001173 -0.024297 -0.041247 0.04745 0.012251 -0.013376 -0.037196 0.043935 -0.008548 0.00836 -0.031689 -0.015241 -0.054806 -0.021725 -0.001616 0.006834 0.015133 0.00173 0.026012 -0.007667 -0.010683 -0.023565 -0.039437 0.022457 -0.046724 -0.022672 -0.048292 0.012129 0.014718 -0.049945 0.052887 0.009455 0.026365 -0.044669 0.014832 0.000337 0.001095 -0.037707 -0.036499 0.046327 -0.006849 -0.009043 0.024815 0.01071 0.070048 0.041337 -0.046589 0.056318 0.011521 -0.005917 0.032535 -0.012256 0.038376 -0.039641 -0.032065 -0.00928 -0.019358 0.025845 0.027635 0.047006 -0.016338 0.040673 0.018116 -0.065856 -0.009058 0.026357 0.017383 -0.063678 0.006098 -0.039992 0.034565 -0.045213 -0.017392 0.017819 0.000852 0.002553 0.02069 -0.029546 -0.069666 0.005041 0.00062 -0.031448 -0.006691 -0.012668 0.028939 0.00918 -0.022329 0.022276 -0.008927 -0.000953 -0.049382 -0.000494 -0.010129 -0.024227 -0.001101 0.000232 -0.040636 0.021099 -0.000815 -0.017962 0.013512 0.045558 -0.0062 0.055972 0.027309 0.022412 -0.018051 0.014755 0.005222 -0.020886 0.004628 -0.01733 -0.056798 0.029515 0.001451 0.046424 0.034272 0.039549 0.011432 -0.019441 -0.024139 -0.019567 -0.019887 -0.023132 -0.003399 -0.017965 0.035311 -0.028589 0.020485 -0.039743 0.006272 0.012252 0.056932 -0.001165 -0.016994 0.020227 0.03355 -0.041694 -0.061297 0.058849 0.008009 0.004426 -0.052171 0.010021 0.00521 0.040036 0.037506 -0.010781 0.004135 -0.001801 -0.026741 0.021557 -0.028572 -0.021167 0.021246 0.02682 0.018646 -0.015334 -0.016244 0.024436 -0.028667 0.024666 0.029436 -0.034764 -0.02984 -0.01932 0.044485 -0.025656 -0.043132 -0.010651 -0.00727 -0.047673 -0.030156 0.044409 -0.012973 0.007415 -0.012629 -0.00839 -0.022413 0.005762 0.026223 -0.078303 0.004693 0.025658 0.032122 -0.031272 -0.050748 0.005797 0.049974 -0.021285 0.021806 -0.001459 0.001077 -0.049798 -0.043309 0.018122 0.028737 0.024493 0.019187 0.015037 -0.010553 -0.006271 0.0485 -0.036111 -0.006027 -0.015603 0.02332 -0.005594 0.089573 0.006777 -0.028141 0.009262 -0.006229 -0.011617 0.008138 -0.005212 0.01039 -0.024969 -0.009217 -0.001918 0.024728 -0.013057 -0.032235 -0.003636 0.001567 -0.008265 -0.032834 -0.051527 -0.006337 -0.012837 -0.046116 0.041942 0.033157 0.00687 0.028137 -0.031256 0.020517 0.007514 -0.014556 0.055276 -0.012022 0.057319 0.071174 0.04452 0.013415 0.005218 -0.059609 -0.050578 -0.030411 -0.001284 0.029199 -0.03447 -0.01383 0.007744 -0.016337 0.038982 -0.03218 -0.033681 -0.027887 -0.047919 -0.016791 0.007921 -0.001836 0.026217 -0.000495 0.011334 -0.009747 0.020749 0.013627 0.001194 0.019034 0.051265 -0.067906 -0.001625 -0.030469 0.016539 0.020837 -0.027952 -0.003931 0.024591 -0.017668 -0.026957 -0.019899 0.013491 -0.052588 0.013404 -0.080161 -0.014168 0.013956 0.017199 0.018577 0.025324 0.005412\nʀ 0.020947 0.001581 -0.013798 0.010366 0.018307 0.029588 0.012937 -0.007639 -0.017498 -0.026318 0.031961 0.008618 -0.013146 -0.018357 0.035065 -0.015795 -0.002675 -0.022918 0.004874 -0.031401 -0.007381 -0.011751 -0.024132 0.006277 -0.010092 0.013661 -0.011497 -0.007976 -0.009926 -0.027603 0.0159 -0.027974 -0.018231 -0.019887 0.001135 0.00777 -0.032089 0.025133 0.015978 0.009299 -0.029421 0.025915 0.009612 0.017545 -0.013239 -0.015457 0.032419 -0.003955 -0.00294 0.009105 0.004501 0.048097 0.015543 -0.027655 0.036684 0.012252 -0.002981 0.021259 -0.018348 0.032116 -0.027943 -0.01675 -0.017082 -0.00254 0.011288 0.020207 0.038747 -0.030704 0.016061 0.030334 -0.047301 -0.006993 0.011502 0.011217 -0.02618 0.007564 -0.00806 0.011218 -0.013911 -0.004487 0.010554 0.006161 -0.010502 0.022088 -0.017741 -0.053634 0.00314 0.010095 0.001692 0.010943 -0.00254 0.015988 0.013436 0.002074 0.005523 -0.020113 0.007653 -0.033365 -0.02097 0.001115 -0.020631 -0.010835 -0.00148 -0.024307 0.013573 -0.004476 -0.018326 0.013494 0.014853 -0.013546 0.046184 0.005054 0.014833 0.00137 0.014076 0.001933 -0.009723 0.002578 -0.025863 -0.033507 0.022675 -0.006718 0.03152 0.015188 0.019019 -0.01406 0.001686 0.010216 -0.014454 -0.009401 -0.001162 0.006516 -0.007415 0.030077 -0.010223 0.021467 -0.008567 0.031132 0.005246 0.044958 0.002534 -0.004872 0.020917 0.004217 -0.016911 -0.043621 0.035408 -0.003977 0.010745 -0.041443 0.025654 0.003168 0.032713 0.026267 0.003916 0.009567 -0.002194 -0.030366 0.016633 -0.020193 -0.015226 0.00934 0.031336 0.006327 -0.021816 -0.026069 0.009117 -0.007438 0.010803 0.039045 -0.0228 -0.02282 -0.002575 0.024362 -0.002535 -0.01775 0.001788 -0.012297 -0.027268 0.004028 0.039812 -0.012704 -0.004705 0.009788 -0.024397 -0.032951 -0.002887 0.00792 -0.033265 0.012117 0.007332 0.022072 -0.023796 -0.032895 0.005719 0.042054 -0.025424 0.011576 0.00902 -0.003965 -0.03073 -0.014278 0.021083 0.029083 0.019738 -0.004866 0.006497 -0.027806 -0.012641 0.01405 -0.020141 -0.002326 -0.003405 0.02214 0.006401 0.026836 -0.001299 -0.01054 -1.6e-05 0.007726 -0.015198 -0.004288 0.01586 0.011025 -0.035393 -0.002832 0.008798 0.000338 0.00743 -0.002666 -0.014377 0.006576 -0.005987 -0.024041 -0.013814 0.009362 -0.018499 -0.014211 0.020068 0.003717 0.002876 0.018254 -0.012283 0.017348 -0.001825 -0.019058 0.027983 0.008859 0.030564 0.036096 0.010165 0.016705 -0.023758 -0.023266 -0.021697 -0.010273 -0.014327 0.004316 -0.02509 -0.001132 0.011332 -0.003964 0.013646 -0.015985 -0.003389 -0.012066 -0.020669 0.010233 -0.002557 -0.000272 0.00061 -0.018287 0.011549 -0.001719 0.018989 0.004489 0.011354 0.015753 0.029272 -0.028841 -0.005116 -0.013846 0.005533 0.0078 -0.001013 -0.007108 0.017169 0.000236 -0.023768 -0.014026 0.013524 -0.026677 0.008441 -0.038583 -0.018062 0.011643 0.000798 0.004114 0.014992 -0.021285\nຈ 0.033156 -0.001593 -0.046552 0.037432 0.019315 0.040599 0.017483 -0.003305 -0.016539 -0.034021 0.039335 0.006035 -0.013139 -0.023926 0.032048 -0.003725 0.008891 -0.021891 -0.010413 -0.042745 -0.021787 0.007636 0.003233 0.022132 0.005005 0.013578 -0.01508 -0.009755 -0.014363 -0.031838 0.032343 -0.035672 -0.027002 -0.043591 0.003797 0.01679 -0.038687 0.050438 0.004411 0.026266 -0.028214 0.013241 0.001537 -0.003802 -0.028918 -0.02708 0.03745 -0.00213 0.000894 0.01575 0.003645 0.051453 0.039319 -0.043146 0.043357 0.00894 -0.006823 0.027592 -0.011414 0.032067 -0.03717 -0.034448 -0.007269 -0.017628 0.010658 0.023102 0.045886 -0.014141 0.038292 0.018788 -0.059513 -0.012037 0.020839 0.015069 -0.057627 -0.001007 -0.035594 0.027706 -0.039233 -0.017672 0.020701 -0.002963 0.005407 0.020803 -0.025431 -0.064641 -0.000383 0.00317 -0.022022 -0.007788 -0.000133 0.029906 0.008841 -0.024114 0.018153 -0.01034 0.000976 -0.04858 0.001324 -0.002404 -0.024169 0.000923 -0.005291 -0.035191 0.015103 -0.009731 -0.01138 0.004912 0.038164 -0.009242 0.053475 0.025576 0.031442 -0.01613 0.000597 0.006019 -0.00982 -1.5e-05 -0.012571 -0.049332 0.029435 0.001943 0.049568 0.030706 0.034984 0.016494 -0.013565 -0.014769 -0.007642 -0.020647 -0.010781 0.000766 -0.022649 0.036905 -0.025518 0.021445 -0.041607 0.000985 -0.000154 0.05685 -0.004727 -0.009312 0.009978 0.034794 -0.041389 -0.053445 0.055354 0.018529 0.005245 -0.052363 0.002959 0.006824 0.040665 0.02241 -0.002178 0.004965 0.010617 -0.031956 0.013767 -0.026351 -0.01834 0.014613 0.028431 0.021111 -0.016363 -0.017094 0.027632 -0.022176 0.037487 0.019895 -0.026465 -0.023286 -0.018655 0.040771 -0.032136 -0.03438 -0.010384 -0.007136 -0.042829 -0.023623 0.038846 -0.009459 0.004841 -0.015368 -0.007287 -0.012475 0.000698 0.020383 -0.066635 -0.004212 0.015729 0.031317 -0.051417 -0.040237 0.009988 0.041482 -0.024739 0.008815 0.010247 0.004885 -0.031941 -0.032074 0.017625 0.017416 0.017473 0.025224 0.00688 -0.008495 -0.003379 0.050533 -0.026771 -0.001274 -0.00667 0.019883 0.003402 0.07093 0.00802 -0.028078 0.009537 0.002732 -0.002071 0.008103 -0.016011 0.004745 -0.023366 -0.009096 -0.000264 0.017718 0.00041 -0.030499 -0.007387 0.000938 -0.005426 -0.036967 -0.03801 0.00287 -0.013098 -0.042446 0.03056 0.029017 0.01129 0.038065 -0.030246 0.015945 -0.000784 -0.014612 0.038656 -0.002828 0.044396 0.065391 0.026124 0.010556 0.007521 -0.046654 -0.04145 -0.016077 0.005198 0.022237 -0.034338 -0.020684 0.009792 -0.008699 0.033956 -0.02726 -0.032162 -0.029929 -0.038505 -0.019689 0.011093 0.002355 0.019177 -0.003334 0.006817 0.001338 0.017739 -0.004448 -0.001435 0.012944 0.047258 -0.047102 -0.005756 -0.01646 0.014235 0.019688 -0.023498 -0.010812 0.01449 -0.010447 -0.026972 -0.018426 0.000319 -0.045319 0.011809 -0.073521 -0.014703 0.006507 0.017873 0.021081 0.018161 -0.001253\nላ 0.031605 0.006547 -0.067926 0.015877 0.01847 0.056773 0.002999 -0.000518 -0.033825 -0.033829 0.038365 0.020185 0.005929 -0.02164 0.045269 -0.017405 0.009168 -0.017318 -0.010951 -0.051989 -0.006727 0.025241 0.013834 0.008552 0.009439 0.040341 -0.010794 -0.006276 -0.009928 -0.033465 0.022683 -0.048627 -0.031404 -0.04175 0.0163 0.003331 -0.059806 0.060424 0.017626 0.02161 -0.027298 0.010591 0.022425 0.02781 -0.028392 -0.026409 0.041145 -0.012791 -0.026698 0.019694 -0.010945 0.064984 0.030278 -0.031591 0.039917 0.012897 -0.011808 0.024444 -0.01794 0.040088 -0.042304 -0.044711 -0.017112 -0.024214 0.025378 0.030974 0.034742 0.002037 0.055248 0.024475 -0.043755 0.001894 0.030669 0.004539 -0.05181 0.011063 -0.044344 0.00406 -0.041381 -0.006246 0.004852 -0.016394 0.004831 0.022526 -0.027668 -0.048159 0.016246 -0.004256 -0.024898 0.011216 -0.010289 0.025393 0.002529 -0.019643 0.025301 -0.013179 0.001686 -0.065956 0.006521 -0.004177 -0.022292 0.029726 0.004259 -0.035211 0.007248 -0.016776 -0.007001 0.020688 0.038954 -0.008813 0.037027 0.021378 0.018337 -0.024242 1.6e-05 0.007083 -0.009555 -0.006417 -0.008425 -0.070803 0.022463 0.000688 0.048153 0.026214 0.04737 0.017253 -0.009274 0.003996 -0.012123 -0.01377 -0.025732 -0.001393 -0.015917 0.031581 -0.040894 0.012062 -0.037251 0.003574 0.016982 0.055225 -0.012278 0.003394 0.003707 0.034807 -0.033831 -0.048663 0.060344 -0.010088 0.001439 -0.030752 0.002459 0.034632 0.038511 0.031289 -0.0061 -0.00227 0.005178 -0.027184 0.019353 -0.03934 -0.014049 0.025858 0.001172 -0.001121 -0.02119 -0.012508 -0.000573 -0.027805 0.029128 0.030554 -0.026174 -0.00041 -0.002433 0.06422 -0.017346 -0.018807 -0.016688 -0.012191 -0.063104 -0.01558 0.044454 -0.005965 0.006876 -0.029306 -0.000731 -0.036672 0.024111 0.015212 -0.068672 -0.000544 0.002639 0.036768 -0.032616 -0.046934 -0.007747 0.042142 -0.041178 0.010064 -0.003016 0.007792 -0.01602 -0.049386 0.014048 0.033818 0.007249 0.015971 0.030832 -0.013254 -0.026228 0.068506 -0.032041 -0.015017 0.01105 0.02296 -0.000645 0.075195 -0.004681 -0.023182 0.00626 -0.001033 -0.018453 -0.001271 0.007674 -0.007456 -0.035436 -0.018996 -0.009624 0.019056 -0.031597 -0.026559 0.012069 0.011053 -0.014567 -0.02784 -0.053189 -0.011372 -0.015072 -0.04258 0.024122 0.032557 0.003127 0.02912 -0.029609 0.028349 0.022816 -0.010093 0.048227 -0.013848 0.027434 0.063587 0.02785 0.026595 0.010066 -0.040194 -0.037883 -0.023378 0.000264 0.051128 -0.037138 -0.014045 0.005594 -0.013329 0.029284 -0.040257 -0.056577 -0.019349 -0.033561 -0.019982 0.013275 -0.001068 0.022692 -0.010483 0.010723 -0.016082 0.025903 0.007769 0.016607 0.035956 0.046175 -0.066337 -0.005251 -0.029055 0.023898 0.013266 -0.021787 -0.006401 0.023496 -0.020401 -0.014237 -0.008969 0.006391 -0.042866 0.018255 -0.082127 -0.016563 0.011 0.020191 0.031234 0.028644 0.003875\nណ 0.028091 0.000653 -0.033134 0.016411 0.009885 0.038752 0.010535 -0.011798 -0.019828 -0.035719 0.042493 0.008337 -0.010408 -0.014526 0.031976 -0.000981 0.002535 -0.019141 -0.005104 -0.052816 -0.013687 0.007841 0.012039 0.013956 -0.010494 0.026554 -0.020942 -0.009413 -0.01196 -0.021656 0.02833 -0.030119 -0.023589 -0.029774 0.013595 0.009578 -0.028053 0.041605 0.008472 0.021942 -0.029006 0.010953 0.008645 0.003464 -0.01958 -0.017246 0.037259 -0.002036 0.000112 0.011899 -0.005443 0.029207 0.02847 -0.022534 0.040849 0.017857 -0.004121 0.016461 -0.005171 0.023259 -0.036066 -0.019334 -0.001637 -0.003795 0.023389 0.016852 0.044447 -0.021584 0.029741 0.021134 -0.05869 -0.009411 0.017983 0.013299 -0.045684 -0.00757 -0.014427 0.022543 -0.036111 -0.011837 0.01326 0.004885 0.011636 0.015309 -0.025626 -0.050739 0.001852 0.00636 -0.010859 -0.008766 -0.006124 0.0232 0.001236 -0.018476 0.016595 -0.002801 -0.005383 -0.036995 -0.00102 -0.005066 -0.024629 -0.00219 -0.003633 -0.01946 0.018899 0.001622 -0.022317 0.010825 0.037736 -0.014116 0.045685 0.022986 0.020121 -0.005821 -0.000634 -0.012566 -0.001981 -0.003489 -0.018087 -0.043159 0.032511 0.000438 0.035792 0.025875 0.031037 0.005966 -0.008253 -0.007121 -0.010506 -0.009635 -0.012324 0.004977 -0.009319 0.036237 -0.018209 0.00493 -0.025972 0.008996 0.000168 0.044019 -0.002078 -0.015619 0.003729 0.021966 -0.038642 -0.047198 0.051541 0.008703 0.01151 -0.044678 0.010676 0.009685 0.045274 0.002203 -0.000997 0.002082 -0.001618 -0.028208 0.015234 -0.020462 -0.019443 0.006926 0.021982 0.012213 -0.014887 -0.019435 0.017293 -0.013852 0.019451 0.014901 -0.030639 -0.022835 -0.013269 0.035107 -0.020458 -0.017115 0.004582 -0.013203 -0.036642 -0.016796 0.034264 0.005866 0.017259 -0.008845 -0.011764 -0.020122 0.003666 0.014221 -0.058674 -0.007274 0.017186 0.023574 -0.036895 -0.032009 0.009592 0.043488 -0.015176 0.027148 0.01261 0.001724 -0.031205 -0.021338 0.01481 0.021006 0.021644 0.011784 0.013813 -0.003974 -0.005292 0.035927 -0.016272 -0.010439 0.010898 0.021078 -0.006871 0.048549 0.014892 -0.017638 0.01488 0.009832 -0.001199 0.016577 0.002043 0.006219 -0.021815 -0.003025 -0.003391 0.008593 0.009337 -0.012948 -0.012665 0.001367 -0.008418 -0.028284 -0.02422 -0.000925 -0.022061 -0.033541 0.030226 0.01072 0.014113 0.018025 -0.026339 0.023086 -0.003544 0.005341 0.038845 -0.009698 0.033472 0.047096 0.021735 0.009838 -0.001659 -0.043105 -0.024444 -0.005623 -0.000171 0.01891 -0.01807 -0.004689 0.007299 -0.001103 0.021965 -0.023962 -0.024776 -0.032377 -0.025722 -0.017033 0.000394 0.008037 0.024946 -0.009184 0.00824 0.009205 0.003769 -0.007823 0.013674 0.023856 0.05138 -0.043506 -0.002788 -0.019733 0.018601 0.017743 -0.022807 -0.02459 0.01817 -0.021717 -0.021132 -0.006877 0.012372 -0.034232 0.007685 -0.063132 -0.00681 0.014412 0.00267 0.017203 0.019021 0.000887\nḓ 0.001099 -0.017799 -0.035911 0.013304 0.008469 0.02015 -0.000712 -0.008539 -0.003106 0.011845 0.047919 0.027628 -0.014436 -0.022463 0.061952 -0.045323 0.02264 -0.008159 -0.001392 -0.057228 -0.036516 0.004535 0.021267 0.019304 0.005149 -0.018558 -0.012827 -0.020164 -0.021949 -0.017691 0.030713 -0.025739 -0.038225 -0.017048 0.034403 0.03582 -0.045524 0.045326 -0.012778 0.043017 -0.008471 0.014947 -0.016588 -0.019054 -0.076105 -0.015402 0.030802 0.010939 0.009886 0.008442 0.015306 0.061426 0.024529 -0.051602 0.020497 0.028576 -0.043791 0.011087 -0.0127 0.014129 -0.021549 -0.011362 -0.034421 -0.01377 0.001609 -0.01252 0.022587 -0.012376 0.054045 0.002473 -0.032371 -0.011361 0.00672 0.016679 -0.071844 -0.018923 0.001193 0.019654 -0.025167 -0.008662 -0.032708 -0.00097 0.006537 0.036035 -0.049364 -0.070923 -0.029348 -0.000841 -0.050092 -0.030474 -0.009575 0.018202 0.01652 -0.022117 0.032162 -0.039074 -0.017012 -0.007254 -0.02131 -0.007878 -0.040895 0.000116 0.012774 -0.0203 0.032626 0.00471 -0.005717 0.016032 0.054077 -0.021143 0.04568 0.058781 0.004105 -0.020691 0.031252 0.010307 0.014331 -0.022005 -0.009648 -0.041487 -0.006032 0.009886 0.020232 0.043234 0.06386 -0.003663 0.001505 -0.016541 -0.025529 -0.029873 -0.009558 0.010471 -0.045017 0.011181 0.008492 0.021799 0.024376 0.007591 -0.00464 0.066538 0.012006 -0.014954 0.044484 0.020607 -0.053762 -0.076489 0.073343 0.034776 -0.011743 -0.061415 0.048298 -0.006782 0.016896 0.007925 -0.040535 -0.003164 0.026984 -0.021917 0.038574 -0.017964 -0.048137 -0.007698 0.012871 0.009275 -0.034089 0.007747 0.048866 -0.046552 0.014548 0.029132 -0.004788 -0.037519 0.009463 0.015429 -0.017428 -0.02679 0.004307 -0.025011 -0.012431 -0.007125 0.003536 -0.018259 -0.010879 -0.008522 0.009889 -0.024786 0.008932 0.035025 -0.055347 -0.002641 0.003485 0.021087 -0.08086 -0.02739 0.000532 0.038179 -0.003806 0.031635 -0.006339 -0.019775 -0.044414 -0.02539 0.032938 0.071951 0.012448 0.020134 -0.008888 -0.006273 -0.003792 0.065543 -0.003899 0.028489 -0.016079 0.007687 -0.012964 0.043027 -0.039039 -0.050263 0.002138 0.030454 -0.005384 0.020927 -0.005671 0.013685 0.008931 -0.027567 0.025088 0.014785 0.036044 -0.007633 -0.031798 -0.000548 0.003806 -0.030092 -0.082796 -0.004535 -0.023177 -0.042736 -0.010132 0.000999 0.046887 0.020168 -0.005663 -0.002645 0.006805 -0.007016 0.038214 -0.013547 0.00221 0.053645 0.037225 -0.020841 -0.004837 -0.043217 -0.029829 -0.007018 -0.028089 -0.002718 -0.05533 0.000618 -0.008197 -0.010645 0.020922 -0.040969 -0.031916 -0.00444 -0.02204 -0.020378 0.003197 0.004664 0.028914 0.008162 0.004556 0.021428 0.017673 0.014738 -0.008772 0.010233 0.0825 -0.056852 0.018176 -0.041522 -0.009622 -0.015735 0.000266 -0.021073 -0.000311 -0.027931 -0.02119 -0.023073 0.019413 -0.037327 0.000417 -0.106131 0.024604 0.037119 0.008947 0.051327 -0.003758 -0.007789\nܙ 0.030638 -0.009071 -0.067142 0.041444 0.019637 0.06556 -0.02609 0.010047 -0.010616 -0.049241 0.045804 0.033151 -0.027102 -0.053181 0.06081 -0.015029 0.002571 -0.020998 0.013397 -0.063535 -0.036079 -0.004383 0.023187 0.018287 0.015509 0.008904 -0.04717 -0.027394 -0.022541 -0.035968 0.029583 -0.024725 -0.043448 -0.071849 0.056965 0.013645 -0.057583 0.065193 -0.006933 0.038088 -0.023843 0.029203 -0.004903 -0.002133 -0.080415 -0.010193 0.031718 0.018339 0.002224 0.026388 0.035998 0.079214 0.056289 -0.061909 0.057696 0.00338 -0.051604 0.046451 -0.021032 0.018496 -0.041283 -0.031317 -0.026261 0.002086 0.00922 0.021827 0.037133 -0.009685 0.085722 0.036222 -0.054641 0.011847 0.028998 0.032488 -0.076227 0.018919 -0.037459 0.050513 -0.073844 -0.006714 -0.004185 -0.005555 -0.02473 0.023664 -0.027489 -0.087939 -0.005391 0.000314 -0.057208 -0.02722 -0.004211 0.027909 0.024006 -0.031375 0.039721 -0.019611 -0.015863 -0.043829 -0.026854 -0.005437 -0.030216 0.010278 -0.000554 -0.034794 0.023705 -0.004612 -0.035216 0.00645 0.069888 -0.012611 0.056061 0.066473 0.022039 -0.028648 0.033 0.020885 -0.00391 -0.000752 -0.036224 -0.03068 0.020598 -0.001887 0.041685 0.053403 0.083401 0.012387 -0.012111 -0.019926 -0.046621 -0.029638 -0.026712 0.019152 -0.0629 0.022249 -0.015006 0.016237 -0.021273 0.024162 0.003086 0.068745 0.012371 -0.028691 0.025894 0.04143 -0.082506 -0.083906 0.075756 0.029023 -0.029796 -0.078201 0.003785 0.01041 0.052209 0.036826 -0.01752 -0.010018 0.019608 -0.025953 0.033578 -0.032067 -0.030662 -0.000983 0.033302 0.043921 -0.038585 0.013769 0.055924 -0.027963 0.037194 0.035639 -0.001088 -0.043379 -0.018641 0.02371 -0.017502 -0.021714 0.000983 -0.028565 -0.066392 0.004234 0.035406 -0.01677 -0.013936 -0.008147 0.019931 -0.039231 0.015958 0.024468 -0.084668 0.004922 -0.008586 0.036382 -0.070463 -0.029845 0.033103 0.058204 -0.034317 0.029685 -0.013749 0.009992 -0.076 -0.056293 0.020549 0.057727 0.018044 0.040589 0.004236 -0.010811 0.005941 0.060171 -0.059137 -0.007393 -0.018146 -0.009458 -0.027377 0.095443 -0.03805 -0.017265 0.01173 0.020615 -0.006655 -0.005956 -0.016521 0.035978 -0.006471 0.008619 0.019279 0.047627 0.017687 -0.05525 -9.5e-05 -0.002957 0.007697 -0.043143 -0.076064 -0.004069 -0.012381 -0.054825 0.052993 0.011402 0.03975 0.032963 -0.01271 -0.011379 0.02157 -0.018925 0.050544 -0.004895 0.032593 0.034464 0.058315 0.01437 -0.013101 -0.054848 -0.035325 -0.0238 -0.000834 -0.005115 -0.052139 -0.00798 -0.006945 -0.032642 0.030461 -0.024382 -0.053705 -0.013838 -0.03401 -0.003443 -0.003145 0.010273 0.037535 0.01272 0.010978 -0.008934 0.007632 0.032305 -0.01226 0.013709 0.088167 -0.064688 0.004443 -0.06208 -0.004226 0.008777 -0.003958 -0.011089 0.016917 0.002684 -0.017071 -0.046655 -0.003156 -0.040173 0.011834 -0.104302 0.013026 0.030916 -0.002373 0.058275 0.006586 -0.015554\nژ 0.063605 0.027765 -0.068492 0.054119 0.032084 0.041358 -0.004621 0.013631 -0.054616 -0.042713 0.054753 0.028697 -0.010511 -0.046723 0.061795 -0.002869 0.030309 -0.032032 -0.014504 -0.047799 -0.031003 0.00487 0.004126 0.018285 -0.00604 0.042635 0.020873 -0.009859 -0.008939 -0.026907 0.047554 -0.062214 -0.033063 -0.04487 0.015424 0.023717 -0.039379 0.061367 -0.00531 0.037484 -0.065956 0.02507 -0.008015 0.011336 -0.04915 -0.039981 0.051357 -0.004808 0.001553 0.041876 0.025719 0.076607 0.053881 -0.039071 0.083015 0.000477 -0.012144 0.038083 -0.09018 0.041397 -0.039456 -0.031482 -0.024529 -0.007911 0.036122 0.031905 0.072231 -0.038238 0.043663 0.035044 -0.057033 0.005327 0.064549 0.025981 -0.056639 0.010983 -0.032835 0.040354 -0.028548 -0.031544 0.023937 0.008282 0.000503 0.024459 -0.02079 -0.077772 -0.015567 -0.027993 -0.036955 -0.018867 -0.010563 0.033212 0.025021 -0.006631 -0.011919 -0.023852 -0.038877 -0.089519 -0.010493 -0.000495 -0.023752 0.000815 -0.00862 -0.060505 0.013721 -0.010033 -0.047335 0.026863 0.056758 -0.008177 0.086036 0.039554 0.025468 -0.000992 0.003735 -0.011382 -0.021606 0.002051 0.00133 -0.058054 0.014453 0.013501 0.072973 0.031632 0.039207 0.002798 -0.031717 -0.024891 -0.024146 -0.004708 -0.025046 0.00621 -0.019972 0.015565 -0.02471 0.043592 -0.054114 0.000264 -0.00578 0.076849 -0.004373 -0.000572 0.046446 0.02162 -0.035597 -0.046861 0.099616 0.025737 -0.005953 -0.058622 0.026819 0.032771 0.025317 0.023141 -0.020332 0.026758 -0.017421 -0.046485 0.005357 -0.04994 -0.015642 0.012522 0.02861 0.009159 -0.01531 -0.017878 0.033638 -0.032283 0.041267 0.045719 -0.030181 -0.050062 -0.014787 0.050526 -0.048181 -0.049508 -0.033152 -0.012311 -0.046922 -0.060232 0.071145 -0.019679 -0.01481 -0.016561 -0.010492 -0.012479 -0.01526 0.032433 -0.08505 0.013315 0.012534 0.042421 -0.042188 -0.039544 0.013097 0.089079 -0.024018 0.009821 0.010947 0.00518 -0.055001 -0.043636 0.012882 0.0601 0.016779 0.026459 0.016 -0.041675 -0.021205 0.063766 -0.01999 0.00624 0.014126 0.022749 -0.001983 0.065054 0.018529 -0.028523 0.039884 0.019208 -0.015726 -0.002973 0.005074 0.013605 -0.013535 -0.017285 0.014733 0.035423 -0.026568 -0.008502 0.014524 0.002289 -0.007578 -0.024947 -0.061954 0.002316 -0.049064 -0.065238 0.050158 0.033752 0.008596 0.024339 -0.03359 0.012101 0.011247 0.003976 0.066668 -0.001424 0.054454 0.087841 0.057473 0.043722 0.020583 -0.059379 -0.043932 -0.041835 -0.016649 0.064462 -0.033774 -0.042424 0.010777 -0.024284 0.025758 -0.038607 -0.024308 -0.00713 -0.022283 0.000243 0.004531 -0.018686 0.016021 -0.003242 0.012237 -0.014762 0.032956 -0.005534 0.001387 0.027768 0.064819 -0.099549 -0.00644 -0.029739 -4.5e-05 0.027953 -0.035455 -0.008623 0.019208 -0.000893 -0.034336 -0.051251 0.007493 -0.058765 0.03216 -0.086696 -0.006913 0.008248 0.017819 0.031666 0.041691 0.012151\nझ 0.024014 -8.3e-05 -0.030012 0.02284 -0.004886 -0.002903 -0.005623 0.002661 -0.02661 -0.023498 0.028661 0.024845 -0.000798 -0.010657 0.027997 -0.011781 -0.002323 -0.008939 0.015911 -0.034871 -0.026716 0.015723 0.009573 -0.017862 -0.006548 0.021963 -0.027961 -0.015811 0.014932 -0.009054 0.023521 -0.00729 -0.001886 -0.006163 -0.004796 -0.007432 0.002849 0.012365 -0.003703 0.023104 -0.003858 0.006364 0.016457 -0.003699 0.009025 0.005971 0.015426 -0.011797 0.013636 0.024015 0.019928 0.023871 0.014379 -0.039441 0.00308 -0.013386 0.008661 -0.01328 0.019642 0.000916 -0.025897 -0.012413 0.00787 0.000711 -0.011592 -0.01196 0.019407 0.009593 0.006979 0.022847 -0.03506 0.002846 0.017406 -0.004037 -0.02008 -0.002086 -0.006421 0.011553 -0.006746 -0.006452 0.007135 -0.006608 0.00407 -0.001394 -0.012016 -0.007345 -0.007957 -0.012694 -0.009692 -0.002291 -0.00977 0.011432 0.000235 -0.002317 -0.009738 0.00778 -0.01978 -0.030137 0.005397 0.000807 0.009807 0.000495 0.014983 6.8e-05 0.007689 -0.008079 -0.002474 -0.017365 0.04154 -0.000242 0.022994 0.00969 0.005613 -0.004988 0.003811 0.000616 0.009432 0.009289 -0.012586 -0.022996 0.026028 -0.011506 0.013743 0.028141 0.004349 -0.014193 -0.00913 -0.026721 -0.013451 -0.019614 -0.01735 0.009086 -0.025023 0.03917 -0.016105 -0.004721 0.004667 0.016274 0.010788 0.005563 -0.022528 0.005313 0.00966 0.00464 -0.042882 -0.023267 0.006316 0.004282 -0.00496 -0.022129 0.001258 0.013066 0.007008 0.006522 0.030403 0.018004 0.020288 -0.025446 0.005474 -0.02549 -0.003007 0.019736 0.011482 -0.002381 -0.023272 0.005328 0.030478 -0.008737 0.004352 0.00761 -0.012276 -0.000311 -0.00527 0.013376 0.00418 -0.005349 -0.017651 0.005916 -0.002687 -0.01167 0.018032 0.009334 0.026485 0.012387 -0.006476 -0.00152 0.010015 0.013465 -0.030911 0.02697 0.025977 0.010729 -0.010899 -0.020047 -0.002978 0.037863 -0.017295 0.020146 -0.000655 0.004887 -0.027449 -0.003841 -0.002863 -0.002811 0.003544 0.008136 -0.021051 -0.003753 -0.022184 0.008668 -0.003817 -0.005826 -0.008897 0.015206 -0.011013 0.033225 0.015466 -0.025558 0.017001 0.0134 0.013748 -0.00426 -0.000449 -0.006372 -0.034745 0.000408 -0.003393 0.010623 0.007752 -0.005125 -0.004726 -0.008747 0.012824 -0.034041 -0.01836 -0.003199 0.000774 -0.000598 0.024484 0.030119 0.010382 0.022654 -0.017365 0.021646 0.00036 -0.002471 0.024493 -0.007965 0.011739 0.021561 -0.008251 0.019558 -0.006988 -0.028628 -0.008375 0.002979 -0.02392 0.004632 -0.024133 -0.002046 0.001844 -0.015272 0.013428 0.00303 -0.023919 -0.006781 -0.002422 -0.012671 0.003509 -0.029367 -0.000267 -0.004851 -0.004128 -0.02386 0.00976 0.00872 0.010061 0.010789 0.032309 -0.028236 0.013384 -0.009619 0.005687 -0.002707 -0.028334 -0.008584 0.007401 -0.008172 -0.017118 -0.002003 6.6e-05 -0.013725 -0.009681 0.004106 -0.024245 0.019199 0.005929 0.016175 0.011024 0.022208\nట 0.022598 0.001485 -0.004101 0.021681 0.00207 0.048048 0.028723 0.024545 0.017193 0.001922 0.037844 0.02585 0.011292 -0.040547 0.005571 0.011159 0.026959 0.004327 0.020852 -0.010326 3.4e-05 -0.018239 0.010499 0.021634 0.020751 0.032233 -0.030441 -0.033296 -0.016985 0.038285 0.046345 -0.025392 -0.006195 -0.011582 0.000926 0.027379 -0.034395 0.016203 -0.00011 -0.021461 -0.014738 0.004069 0.044299 0.016692 -0.01047 0.022861 0.055645 0.003752 0.022107 0.004107 0.010046 0.007087 0.007982 -0.00824 0.018394 0.003432 -0.024087 0.008017 -0.0274 0.002712 -0.020373 -0.01688 0.001089 -0.004411 -0.03202 -0.005377 0.071648 -0.023384 -0.003562 0.018118 0.009355 0.011817 0.020474 0.006351 -0.053641 0.000938 -0.019242 0.023971 0.017872 -0.045557 0.015959 0.003478 0.006509 0.02941 -0.007237 -0.010995 0.01604 0.022773 -0.031103 -0.031313 -0.022001 0.052973 -0.028414 -0.042049 -0.018109 0.017268 -0.032476 -0.020668 0.022339 0.014293 0.042849 0.005699 0.020965 0.013493 0.032168 -0.015871 -0.011553 -0.010889 0.010857 0.049328 0.052967 0.015159 0.027351 -0.016129 -0.009688 0.013828 0.021212 -0.020974 -0.017279 -0.022842 -0.012321 -0.000533 0.018139 -0.00414 0.023929 -0.038753 -0.014721 0.01621 -0.027154 -0.002572 -0.020854 0.026933 0.012266 0.020429 0.009631 0.019268 0.006171 0.026768 -0.017537 0.050974 0.005622 0.00656 -0.002079 0.030908 -0.031737 -0.034145 -0.002014 -0.007546 -0.017744 -0.044056 0.006458 -0.003522 -0.006012 0.005575 0.014041 0.008338 0.007208 -0.066888 0.021225 -0.018627 -0.032503 -0.005734 0.049449 0.013435 -0.020137 -0.004489 0.021283 -0.013898 0.031371 -0.008235 -0.027242 -0.069987 -0.011135 0.045537 -0.016304 -0.018628 -0.01345 -0.008441 -0.016318 0.009122 0.035462 0.043189 0.001593 -0.014208 -0.036118 -0.04614 0.003098 0.013798 -0.054982 0.025947 0.018882 0.018055 -0.022839 -0.048101 -0.041863 0.035575 0.013223 -0.001111 -0.009121 0.002839 -0.025358 -0.041957 0.047877 -0.012517 0.042636 0.002365 0.012604 0.011168 0.006331 -0.017532 0.002087 -0.02759 -0.00477 0.025901 0.002368 0.038542 0.023258 0.000521 0.008351 -0.019472 -0.005468 0.015182 -0.003704 -0.014622 -0.015573 -0.027326 -0.006758 -0.003635 0.04725 -0.018606 -0.009181 0.014013 -0.028462 -0.040915 -0.029615 -1.4e-05 -0.010402 -0.057118 0.031661 0.014889 -0.012115 0.020031 -0.03535 -0.000631 -0.023661 -0.019457 0.026551 -0.023907 0.014107 -0.008488 0.022536 -0.018354 0.019971 -0.045817 -0.021574 0.012325 0.020257 0.048508 -0.017448 -0.026289 0.017549 -0.01507 0.027038 -0.003594 -0.030611 -0.045924 -0.031422 0.028782 -0.010862 -0.001288 0.003945 -0.021843 -0.018589 0.02387 -0.008336 -0.018128 0.006332 0.022272 0.000592 -0.020694 0.019213 0.008049 0.0354 0.035694 0.008272 0.014831 -0.004554 -0.001277 -0.033766 0.033841 0.023442 -0.025276 -0.021802 -0.03961 -0.044533 0.06358 0.019225 -0.046184 0.009015 0.009443\nአ 0.054356 0.002204 -0.044857 0.010496 -0.000701 0.047713 -0.006472 -0.012829 -0.012587 -0.048142 0.03765 0.029352 -0.009816 -0.039323 0.043365 -0.003104 0.003909 -0.015921 -0.014789 -0.062963 -0.016939 -0.011191 0.021032 -0.001052 -0.004224 0.036716 -0.015927 -0.026708 -0.006002 -0.047215 0.020193 -0.023242 -0.043366 -0.055557 0.002551 0.008173 -0.031092 0.047872 -0.002627 0.03982 -0.024813 0.001978 0.004503 -0.013123 -0.048502 -0.010715 0.042697 -0.014166 -0.003877 0.01433 -0.002371 0.080974 0.037973 -0.042969 0.048872 0.009749 -0.009928 0.024131 -0.019483 0.036152 -0.037857 -0.023594 -0.027115 -0.006775 0.039844 0.008888 0.044131 0.001257 0.054876 0.026759 -0.057754 -0.007671 0.017242 0.019256 -0.036436 0.014019 -0.019823 0.012427 -0.059315 0.000407 0.004809 0.012179 -0.023152 0.015618 -0.014888 -0.05317 0.003027 0.002389 -0.022126 -0.031728 -0.018211 0.022604 0.021392 -0.017882 0.014628 -0.013165 -0.005102 -0.036474 -0.007202 0.000889 -0.035725 0.017221 0.004468 -0.034734 0.012371 -0.007118 -0.024784 0.016767 0.045532 -0.003223 0.038974 0.040487 0.007442 -0.019368 0.002097 0.010023 -0.007667 0.013766 -0.01791 -0.033971 0.017108 0.002039 0.042342 0.035506 0.049077 0.011942 -0.024351 -0.01299 -0.032137 -0.016897 -0.023063 -0.00497 -0.002104 0.025049 -0.030141 0.007384 -0.019298 0.016934 0.014121 0.057079 -0.000359 -0.003551 0.014087 0.032331 -0.04734 -0.07743 0.074499 0.015256 -0.015503 -0.050825 0.010171 0.021374 0.042032 0.027885 0.000222 0.005513 0.024802 -0.022761 0.029909 -0.026015 -0.033787 0.009189 0.014676 0.010258 -0.014433 -0.020829 0.020729 -0.021842 0.025936 0.025277 -0.020403 -0.026296 -0.011452 0.045148 -0.01514 -0.017827 -0.009633 -0.016894 -0.029684 -0.008556 0.026024 -0.011665 0.001836 -0.022635 -0.013108 -0.041297 0.025331 0.026921 -0.060946 0.002725 0.011004 0.028901 -0.04753 -0.027817 -0.007318 0.055218 -0.030947 0.015346 0.008603 -0.011418 -0.049398 -0.032528 0.016748 0.045998 0.009009 0.028424 0.027885 -0.008572 -0.006551 0.048222 -0.023968 -0.009394 -0.009375 0.011706 -0.010737 0.074521 0.02386 -0.030068 0.003484 0.017616 -0.001434 -0.003468 -0.001226 -0.001854 -0.014433 -0.008708 0.008606 0.039505 -0.009495 -0.024911 -0.012899 -0.004345 -0.007224 -0.023319 -0.061681 -0.008432 -0.027679 -0.029904 0.022836 0.01163 -0.002855 0.027124 -0.024801 0.009795 0.007209 -0.003462 0.038022 -0.005167 0.042619 0.056467 0.037177 0.011635 -0.010819 -0.034878 -0.016047 -0.024468 -0.009068 0.031957 -0.03692 -0.008105 -0.000666 -0.016633 0.030566 -0.036448 -0.036778 -0.026892 -0.038243 -0.027685 0.007941 -0.012526 0.020138 0.006769 0.030469 -0.015257 0.015609 0.011299 -0.005609 0.015706 0.073999 -0.065621 1.8e-05 -0.03174 0.020662 0.013759 -0.026266 -0.007774 0.029207 -0.012849 -0.008129 -0.018308 0.005918 -0.042927 0.016145 -0.090103 -0.002344 0.020336 0.019556 0.027664 0.026944 0.012332\nĭ 0.035419 0.003539 -0.047316 0.028263 0.011892 0.032156 0.005048 -0.005953 -0.019879 -0.024142 0.03255 0.008163 -0.010895 -0.018848 0.033678 -0.010216 0.00221 -0.023369 -0.009834 -0.033701 -0.01558 -0.001627 0.003433 0.017125 -0.000204 0.02102 -0.004608 -0.01024 -0.016097 -0.024066 0.023832 -0.038453 -0.018069 -0.041237 0.009517 0.019506 -0.041298 0.035146 0.007408 0.019276 -0.028035 0.014923 0.003585 0.000253 -0.023311 -0.023117 0.035687 -0.001114 0.000438 0.01639 0.014677 0.050806 0.029961 -0.030413 0.035766 0.007504 -0.001754 0.021456 -0.015985 0.026235 -0.026565 -0.027124 -0.01105 -0.016566 0.016421 0.017723 0.041902 -0.017327 0.030375 0.022646 -0.045061 -0.004915 0.020632 0.018646 -0.041027 0.000819 -0.024581 0.030002 -0.023879 -0.016284 0.003341 -0.006787 -0.003328 0.018935 -0.010957 -0.043007 0.000493 -0.00829 -0.016278 -0.006822 -0.003462 0.024909 0.001575 -0.006218 0.008661 -0.000938 -0.003611 -0.037996 -0.002525 -0.004747 -0.010047 -0.003867 -0.005629 -0.034567 0.014606 -0.007856 -0.016067 0.008611 0.033327 -0.004933 0.044329 0.014755 0.023797 -0.009659 0.011342 0.002823 -0.008505 -0.000136 -0.010422 -0.036287 0.022262 -0.001723 0.042023 0.019254 0.026799 0.006364 -0.016863 -0.012337 -0.006436 -0.01208 -0.013397 -0.004688 -0.014308 0.029939 -0.02069 0.020047 -0.026095 0.004878 -0.000943 0.041396 -0.00714 -0.01088 0.012697 0.027675 -0.027554 -0.044721 0.044707 0.009084 -0.000366 -0.038492 0.011678 0.007528 0.035847 0.02467 -0.003361 0.010174 -0.001622 -0.019355 0.010907 -0.025863 -0.016212 0.016854 0.026111 0.013092 -0.015116 -0.019352 0.0186 -0.019488 0.018329 0.017102 -0.025344 -0.016296 -0.006683 0.039207 -0.014329 -0.028452 -0.010049 -0.012457 -0.038386 -0.019204 0.033595 -0.004813 0.005453 -0.012655 -0.010456 -0.016586 -0.00568 0.016498 -0.059546 0.004999 0.013683 0.023924 -0.0317 -0.038261 0.002841 0.044869 -0.019151 0.011242 0.001262 -0.00064 -0.026051 -0.02403 0.019605 0.026028 0.020398 0.013887 0.007891 -0.012475 -0.004457 0.03629 -0.024112 0.000517 -0.009954 0.016423 -0.006338 0.060948 0.004513 -0.022799 0.009777 -0.007045 -0.005063 0.007796 -0.006725 0.004359 -0.022974 -0.002482 0.005702 0.021651 -0.005963 -0.030629 -0.002144 -0.008181 -0.0001 -0.027999 -0.024079 0.003837 -0.021108 -0.036614 0.02436 0.019588 0.00929 0.027837 -0.021902 0.00712 0.007712 -0.005141 0.042643 -0.005353 0.038775 0.04944 0.031304 0.006673 -0.000599 -0.039187 -0.030124 -0.02005 -0.001158 0.019433 -0.024409 -0.012501 0.005288 -0.013438 0.024308 -0.027441 -0.035065 -0.016269 -0.03146 -0.015268 0.00632 0.000612 0.006917 -0.004226 0.006373 -0.005167 0.009688 0.004846 -0.00828 0.018083 0.042422 -0.041778 -0.007223 -0.026717 0.015028 0.004776 -0.024497 -0.003415 0.018238 -0.009236 -0.017082 -0.022136 0.004421 -0.038916 0.011174 -0.059282 -0.011162 0.006786 0.007996 0.014811 0.025587 0.002071\n¬ 0.029896 0.004598 -0.036766 0.008291 -0.01048 0.02652 0.024059 -0.017617 -0.011234 -0.02687 0.021593 0.006594 -0.025643 -0.018397 0.035054 0.001359 0.003378 -0.010703 -0.017749 -0.037068 -0.003545 -0.00112 0.019148 0.007996 -0.006178 0.012636 0.005507 0.012442 -0.01666 -0.004563 0.010338 -0.032503 0.00094 -0.01974 -0.009655 0.012551 -0.032055 0.030397 0.001897 0.013959 -0.037562 -0.002222 0.001332 0.008736 -1.7e-05 -0.023459 0.019063 0.007219 -0.004732 0.003114 -0.012466 0.035038 0.023988 -0.00772 0.022825 -0.001524 0.000546 0.00311 0.004446 0.006139 -0.016195 -0.003754 -0.00856 -0.017983 0.014609 -0.01003 0.03693 -0.018736 0.02253 0.00989 -0.027773 -0.000421 0.008722 0.009916 -0.015032 -0.003012 -0.01588 0.013539 -0.007611 0.00519 -0.002285 -0.007927 -0.001474 0.008748 -0.006506 -0.031473 -0.012967 -0.00862 0.001358 -0.006799 -0.007765 0.021899 -1.1e-05 -0.007001 0.018031 -0.004776 -0.00685 -0.023603 -0.005893 0.003514 -0.006612 -0.001596 -1.1e-05 -0.022926 0.024986 -0.016085 0.003017 0.00405 0.005732 -0.014625 0.029475 -0.005928 0.007007 -0.001065 0.014901 -0.01008 0.004977 0.008348 -0.014183 -0.026531 0.030269 0.00148 0.022643 0.014825 0.016168 -0.003156 0.003098 0.003 -0.002416 -0.017708 0.00177 0.005687 0.00597 0.018863 -0.023229 0.004503 -0.027472 0.004331 -0.000978 0.019384 -0.008692 -0.012288 0.003511 0.018816 -0.012792 -0.013508 0.031029 -0.000223 -0.005969 -0.025932 0.002349 0.00116 0.024518 0.013854 -0.003417 -0.000403 -0.00166 -0.012416 -0.000619 -0.018458 -0.001458 0.01949 0.012309 0.019895 0.000773 0.001895 -0.000734 0.00178 0.022164 0.004527 -0.016422 -0.004769 -0.013151 0.019658 0.00975 -0.005513 -0.021751 -0.007655 -0.00977 -0.008726 0.026083 -0.003114 -0.00371 -0.00594 -0.015974 -0.003559 -0.004276 0.03383 -0.028797 -0.006336 0.017545 0.017753 -0.015843 -0.032872 0.015636 -0.007255 -0.002214 0.006044 -0.012725 -0.008077 -0.014626 -0.024395 0.009625 0.014826 0.014559 0.012119 0.002865 -0.019682 -0.011403 0.017654 -0.012746 -0.017489 -0.008546 -0.014057 -0.016912 0.039562 0.000955 -0.00932 0.008159 0.014196 5.4e-05 0.016252 0.005903 0.011428 -0.029113 -0.016922 -0.00882 0.01033 -0.008402 -0.012629 -0.004307 -0.001776 -0.004402 0.002251 -0.009411 0.013803 -0.008376 -0.020894 0.011462 0.023582 0.007773 0.013032 -0.022879 0.008634 0.001419 -8.8e-05 0.009296 -0.00712 0.021696 0.035705 0.024291 0.007986 0.010047 -0.041204 -0.005247 -0.001807 0.000224 0.002003 -0.032143 -0.009975 0.023783 0.007416 0.003767 -0.012068 -0.018952 -0.007449 -0.0084 -0.005911 0.00996 0.008011 0.006671 -0.006488 0.003676 -0.014961 0.0062 -0.023376 0.003336 0.023491 0.019689 -0.037022 -0.018567 -0.013379 0.016019 0.008784 -0.010573 -0.016627 0.018671 -0.014907 -0.030013 -0.028296 0.016171 -0.027914 0.003125 -0.043272 -0.010991 0.003323 0.003567 0.014377 0.014258 -0.014476\nર 0.032882 0.004757 -0.054135 0.008342 0.007174 0.039926 -0.001037 -0.010124 -0.026645 -0.037647 0.041723 0.023084 -0.008119 -0.023975 0.028113 0.002223 0.007614 -0.022067 -0.029226 -0.047955 -0.015139 -0.005325 0.007701 0.016133 0.001624 0.029841 -0.010757 -0.022404 -0.016233 -0.03215 0.019912 -0.024954 -0.017504 -0.03666 -0.000154 0.012956 -0.045808 0.036773 0.008787 0.008412 -0.038892 0.001283 0.016508 -0.002941 -0.024707 -0.024761 0.051587 -0.005403 0.00294 0.020183 -0.005731 0.053129 0.025073 -0.02195 0.055029 0.002846 -0.0097 0.020469 -0.009501 0.031205 -0.035907 -0.031044 -0.012772 -0.014653 0.021188 0.022214 0.054217 -0.001843 0.032166 0.016888 -0.066815 -0.008572 0.0181 0.022109 -0.043632 -0.001469 -0.030115 0.027155 -0.042942 -0.020164 0.010881 -0.003317 -0.004206 0.01697 -0.015738 -0.043115 -0.000572 -0.011465 -0.005997 -0.010457 -0.012754 0.020184 0.014954 -0.015097 0.00922 0.000481 -0.014681 -0.042984 -0.002142 -0.008418 -0.027141 -0.003234 -0.002812 -0.020352 0.006632 -0.022269 -0.020581 0.013506 0.038048 -0.007505 0.051225 0.021342 0.025533 -0.0244 0.002585 -0.010082 -0.004497 -0.003066 -0.023423 -0.041721 0.015821 0.008015 0.044604 0.025862 0.034383 0.015162 -0.017892 -0.016517 -0.0027 -0.020774 -0.014439 -0.008843 -0.013417 0.037009 -0.020009 0.007992 -0.0454 -0.00266 0.006522 0.053592 0.008126 -0.009982 0.006724 0.02272 -0.036925 -0.063857 0.052857 0.021141 0.006584 -0.041881 0.006098 0.018162 0.025127 0.030877 0.002522 0.013358 -0.005033 -0.029532 0.031565 -0.02863 -0.024753 0.013702 0.01555 0.016501 -0.007886 -0.011924 0.007752 -0.027274 0.025621 0.022774 -0.026739 -0.023665 -0.003502 0.037766 -0.020477 -0.029686 -0.014068 -0.005822 -0.05129 -0.02469 0.02309 -0.015609 0.005601 -0.020898 0.00182 -0.025942 0.007574 0.02337 -0.049838 0.008001 0.023351 0.027933 -0.034422 -0.036894 -0.001793 0.027417 -0.029258 0.014248 0.002537 -0.011152 -0.042141 -0.031322 0.013689 0.036371 0.014106 0.012146 0.026281 0.001936 -0.012016 0.045937 -0.024785 -0.010787 0.002486 0.018522 0.002397 0.056705 0.023441 -0.017099 0.014641 0.007937 0.000767 0.000443 -0.002775 -0.008506 -0.034389 -0.004243 0.00647 0.013305 -0.015149 -0.02277 -0.011189 -0.000849 -0.010709 -0.025541 -0.040622 0.000982 -0.012442 -0.036468 0.028085 0.011273 0.00776 0.018747 -0.02877 0.00938 -0.001608 -0.000436 0.035623 -0.011774 0.043255 0.060084 0.017029 0.007633 -0.007571 -0.033911 -0.018621 -0.018843 -0.01322 0.035545 -0.028022 -0.013485 0.001978 -0.018802 0.039425 -0.035337 -0.034614 -0.026166 -0.033954 -0.025383 0.002282 0.006195 0.019542 0.014149 0.018466 0.003194 0.018719 -0.005341 0.013286 0.019587 0.040546 -0.064154 0.007575 -0.030477 0.02171 0.022824 -0.006499 -0.013494 0.024692 -0.013012 -0.014908 -0.001027 0.005062 -0.04305 0.013486 -0.082687 -0.01693 -0.000329 0.02494 0.013113 0.016568 -0.000866\nำ 0.016406 -0.000285 -0.024035 0.013053 0.005084 0.023273 0.004603 -0.00013 -0.018813 -0.017114 0.011429 0.000245 -0.001635 -0.008256 0.014575 -0.001343 0.001311 -0.015765 0.002933 -0.025055 -0.012708 0.005178 0.007346 0.003506 -0.000255 0.005023 -0.012896 -0.003859 -0.013821 -0.01959 0.012696 -0.015411 -0.011754 -0.016453 0.000259 0.014365 -0.02077 0.023483 0.004696 0.007944 -0.021036 0.004846 -0.001295 -0.008065 -0.01294 -0.00888 0.015725 0.004859 0.001947 0.002167 -0.000713 0.026752 0.014352 -0.021299 0.020242 0.003115 -0.001295 0.0127 -0.010451 0.005472 -0.025732 -0.0155 0.003873 -0.012059 -0.000721 0.009307 0.011975 -0.018559 0.029642 0.009858 -0.023147 -0.009394 0.017765 0.006974 -0.043802 0.005727 -0.018986 0.009857 -0.020478 -0.009062 0.014851 -0.003637 -0.003141 0.00232 -0.013838 -0.026593 -0.005047 0.007119 -0.013131 -0.002252 -0.000146 0.012746 0.008253 -0.010121 0.009104 -0.000752 0.00454 -0.023665 0.006256 0.00773 -0.01212 0.00892 0.002144 -0.013199 0.009877 -0.000421 -0.007347 0.003675 0.022586 -6e-06 0.030672 0.015015 0.024117 -0.011193 0.003649 -0.003119 0.007516 -0.003429 -6.6e-05 -0.018491 0.012224 -0.0026 0.024503 0.016991 0.024818 0.009177 -0.010434 -0.011473 -0.00218 -0.01051 -0.006455 -0.008399 -0.012554 0.020329 -0.012334 0.009071 -0.021628 -0.003214 0.008438 0.024204 -0.000402 0.001899 0.0031 0.015189 -0.025549 -0.027633 0.036585 0.003723 -0.001401 -0.028647 -0.007986 -0.000779 0.02424 0.017103 0.007919 0.0035 0.002592 -0.026136 0.00337 -0.017341 -0.008477 0.005421 0.012926 0.00958 -0.013565 -0.004998 0.015088 -0.012127 0.011391 0.004323 -0.014449 -0.012421 -0.006517 0.016403 -0.015304 -0.013004 0.006751 0.00248 -0.029516 -0.015046 0.027692 -0.010618 0.003542 -0.003644 0.000171 -0.012934 0.002543 0.013928 -0.026494 0.002534 0.008121 0.019247 -0.024125 -0.018979 0.007169 0.022499 -0.009148 0.006745 0.005017 -0.000181 -0.023668 -0.016322 0.000799 0.024182 0.019324 0.009662 -0.000419 -0.000876 0.002515 0.015879 -0.008409 0.006161 -0.004732 0.011488 0.000215 0.034436 -0.002402 -0.01361 0.006245 0.003735 0.005128 0.00578 0.003792 0.003814 -0.018417 0.000229 -0.003115 0.009399 0.001714 -0.020894 -0.015084 -0.002198 0.000714 -0.015783 -0.017919 -0.001129 -0.003863 -0.025653 0.01084 0.020417 0.007641 0.020699 -0.021611 0.008495 0.00012 -0.000691 0.018875 -2.9e-05 0.016779 0.033664 0.00385 -0.001111 -0.005924 -0.027297 -0.007414 -0.011945 -0.001799 0.022503 -0.018562 -0.008319 0.008235 -0.006988 0.021379 -0.013836 -0.013776 -0.018911 -0.014877 -0.011299 -0.00031 -0.005488 0.011074 -0.002448 0.010479 0.006357 0.008045 -0.00181 0.001501 0.004692 0.026613 -0.025811 0.001843 -0.003661 0.00783 0.010733 -0.007041 -0.010547 0.014467 -0.004497 -0.017998 -0.007939 0.010542 -0.023527 0.007696 -0.045908 -0.008258 0.007247 0.007657 0.009629 0.015978 -0.003288\nল 0.025395 0.007536 -0.050525 0.018516 0.006126 0.031514 -0.003924 -0.005718 -0.0208 -0.032482 0.037899 0.01093 -0.00536 -0.01816 0.038208 -0.005921 0.005858 -0.015667 -0.007826 -0.050777 -0.009139 -0.009029 0.000814 0.010653 0.002382 0.017064 -0.015767 -0.016915 -0.016223 -0.041165 0.024623 -0.033754 -0.021872 -0.0412 0.006759 0.01009 -0.03757 0.039103 0.00322 0.024909 -0.029475 0.006828 0.005371 -0.002505 -0.040759 -0.015293 0.029663 -0.003155 0.002664 0.01537 0.000152 0.044378 0.033518 -0.036606 0.037154 0.003919 -0.006278 0.018302 -0.002219 0.029272 -0.034991 -0.024477 0.008595 -0.017761 0.01505 0.019356 0.041119 -8.6e-05 0.045012 0.015446 -0.056024 -0.001191 0.006553 0.025402 -0.046048 0.000661 -0.030186 0.02188 -0.049114 -0.01822 0.013325 -0.00221 0.0072 0.003415 -0.02705 -0.033719 -0.000687 0.005096 -0.017268 0.000302 -0.012161 0.020343 0.007604 -0.008138 0.025241 0.00569 -0.013527 -0.027723 -0.006337 0.000742 -0.024858 0.004105 -0.000427 -0.025471 0.016033 -0.001364 -0.017758 0.010509 0.035203 -0.002897 0.054114 0.022487 0.022062 -0.029331 0.007604 -0.01054 -0.005996 -0.010046 -0.025267 -0.035413 0.043926 0.008656 0.035703 0.024194 0.037512 0.014426 -0.0066 -0.00645 -0.003628 -0.023399 -0.019669 0.009503 -0.012018 0.034699 -0.011544 0.011079 -0.031302 0.007873 0.0117 0.051597 0.003127 -0.013325 0.007924 0.023797 -0.044209 -0.060731 0.053121 0.029397 0.007008 -0.051941 -0.004636 0.016985 0.028422 0.014907 0.004693 -0.002269 0.012338 -0.028862 0.016895 -0.022076 -0.0348 0.013251 0.019307 0.018094 -0.011085 -0.017117 0.015791 -0.017943 0.02727 0.010906 -0.031866 -0.012723 -0.006158 0.031802 -0.023463 -0.029413 -0.000908 -0.006618 -0.040235 -0.019205 0.030617 -0.010484 0.009693 -0.019115 -0.003804 -0.019435 0.012674 0.031856 -0.045122 -0.001348 0.019805 0.023672 -0.040647 -0.038267 -0.000261 0.034527 -0.014017 0.021544 -0.005512 -0.006067 -0.039006 -0.037109 0.008304 0.034694 0.022958 0.012427 0.018903 -0.005179 -0.003338 0.037461 -0.019416 -0.005546 -0.004081 0.015226 0.000725 0.064858 0.017438 -0.029942 0.017571 0.015757 0.002898 -0.001055 0.002815 0.003024 -0.027687 -0.00661 -0.004341 0.027885 -0.011814 -0.021375 -0.004184 0.00071 -0.004913 -0.034588 -0.048883 -0.010768 -0.016414 -0.036612 0.023632 0.011781 0.014088 0.030368 -0.024334 0.020386 -0.00585 -0.001829 0.031233 -0.011176 0.0349 0.051203 0.010966 0.001722 0.005252 -0.036254 -0.024083 -0.026457 -0.017545 0.020999 -0.023447 -0.003122 0.002262 -0.014245 0.033615 -0.031673 -0.031538 -0.020574 -0.025886 -0.02191 0.006502 0.00301 0.025722 0.006857 0.022969 -0.000516 0.011305 -0.003485 -0.003018 0.012103 0.057787 -0.048503 0.002699 -0.008852 0.022657 0.01593 -0.017559 -0.009717 0.026582 -0.005661 -0.020885 -0.003994 0.007909 -0.039124 0.016455 -0.074302 -0.013546 0.005045 0.017772 0.022779 0.015242 0.00509\nവ 0.036737 0.005165 -0.05938 0.01716 0.017167 0.039143 0.001154 -0.014907 -0.025362 -0.033475 0.042498 0.016832 -0.012666 -0.031867 0.027574 -0.002411 0.008366 -0.024236 -0.02658 -0.05502 -0.027485 0.005346 0.009165 0.021123 -0.000506 0.013837 -0.014266 -0.022398 -0.019845 -0.038404 0.01516 -0.035119 -0.022354 -0.046764 0.013887 0.015792 -0.047328 0.051321 0.010343 0.032346 -0.039804 0.013995 0.012137 -0.012748 -0.04012 -0.024615 0.050853 0.000902 0.003554 0.026401 0.002232 0.060439 0.040233 -0.038949 0.05048 0.000163 -0.018432 0.022389 -0.015735 0.034115 -0.050707 -0.034955 -0.012123 -0.017379 0.008738 0.023835 0.04601 -0.012201 0.053375 0.031465 -0.057548 -0.012333 0.021349 0.026852 -0.060569 0.002201 -0.027573 0.026402 -0.048134 -0.020089 0.011609 0.001131 0.002166 0.017897 -0.033845 -0.071086 0.002576 -0.007906 -0.017187 -0.016129 -0.008926 0.024428 0.006262 -0.026154 0.020402 -0.003481 -0.001405 -0.034615 -0.014428 -0.003129 -0.024313 0.002796 0.001135 -0.031605 0.012267 -0.01053 -0.010074 0.017814 0.05157 0.005215 0.053604 0.0343 0.024693 -0.023814 0.010871 -0.003792 -0.008047 -0.000551 -0.026108 -0.048011 0.016392 -0.002508 0.051631 0.020905 0.05173 0.026963 -0.019319 -0.018829 -0.014299 -0.019446 -0.013843 0.004718 -0.019133 0.033104 -0.02503 0.016508 -0.048065 0.000778 0.018897 0.049666 0.000651 -0.016942 0.015068 0.025515 -0.044968 -0.067868 0.054969 0.016344 0.004367 -0.053695 0.008685 0.009193 0.036706 0.031407 -0.001636 0.003478 0.005277 -0.035682 0.020292 -0.030275 -0.029033 0.014037 0.018411 0.014239 -0.019734 -0.016079 0.03309 -0.03912 0.025294 0.026926 -0.027903 -0.023253 -0.002695 0.044822 -0.02884 -0.035315 -0.013213 -0.011744 -0.046473 -0.02137 0.042159 -0.01412 0.003709 -0.006855 -0.011999 -0.034365 0.005565 0.03426 -0.066199 0.000126 0.025184 0.030114 -0.041529 -0.056369 0.000872 0.049553 -0.022773 0.01867 -0.00689 0.001571 -0.051966 -0.037893 0.018643 0.030326 0.020668 0.02712 0.018403 -0.015348 -0.003144 0.050988 -0.030604 -0.012357 -0.013556 0.026392 -0.005841 0.085892 0.012032 -0.028489 0.014283 0.002811 -0.004425 0.002707 -0.000174 0.005446 -0.027412 -0.002294 0.000984 0.030636 -0.014086 -0.021194 -0.011847 -0.003484 -0.007235 -0.038436 -0.054068 -0.001878 -0.005375 -0.04887 0.03144 0.022918 0.000966 0.029676 -0.027801 0.004191 0.000139 -0.004978 0.042001 -0.012846 0.037082 0.06292 0.028846 0.005714 0.001636 -0.053282 -0.033312 -0.019746 -0.011702 0.023311 -0.041168 -0.008708 -0.000195 -0.020516 0.040004 -0.02941 -0.038116 -0.020682 -0.040692 -0.008084 0.012826 0.006636 0.019966 0.013233 0.028448 -0.000242 0.0289 0.003349 -0.008259 0.024812 0.05847 -0.066922 -0.003901 -0.034227 0.013137 0.018964 -0.007999 -0.00171 0.019907 -0.011799 -0.020414 -0.020377 0.01261 -0.05281 0.012489 -0.090708 -0.004907 0.012385 0.018518 0.036183 0.031321 0.002566\n့ 0.031662 0.004305 -0.039859 0.010583 0.003798 0.050746 -0.001352 -0.006746 -0.00991 -0.039711 0.034833 0.006264 -0.002318 -0.020267 0.038835 -0.004058 0.006208 -0.021961 -0.010747 -0.049621 -0.022589 -0.003149 -0.000501 0.007495 0.005746 0.015333 -0.022545 -0.012065 -0.022147 -0.017485 0.012407 -0.031726 -0.00777 -0.021312 0.013017 0.013658 -0.02133 0.01502 0.000221 0.011752 -0.034808 0.011697 0.001061 -0.003296 -0.023889 -0.038209 0.035394 -0.006057 -0.011297 0.019117 -0.005529 0.027869 0.034758 -0.021936 0.036299 0.004322 -0.004871 0.011288 -0.000418 0.01965 -0.03736 -0.02934 0.005862 -0.004696 0.012626 0.013625 0.034494 -0.006816 0.036471 0.020486 -0.06463 -0.013236 0.015157 0.01538 -0.039487 -0.002084 -0.030997 0.026655 -0.03121 -0.007657 0.007748 -0.005291 -0.004105 0.013152 -0.028114 -0.05109 -0.004802 0.014414 7.3e-05 0.000421 -0.001764 0.018661 0.015486 -0.015145 0.003571 0.000166 -0.014473 -0.042883 -0.003674 0.002013 -0.011856 0.005741 0.002796 -0.022274 0.023367 -0.012858 -0.016381 0.010826 0.054551 -0.014893 0.048259 0.025362 0.023871 0.001353 0.006593 -0.005042 -0.004214 -0.000714 -0.015885 -0.036024 0.024551 0.012441 0.033686 0.030632 0.043752 -0.008036 0.006866 0.0038 -0.009389 -0.023368 -0.02583 0.001687 -0.009514 0.02719 -0.021997 0.006743 -0.027682 0.024259 0.010331 0.034054 -0.002786 -0.011275 0.002924 0.017171 -0.045763 -0.047563 0.052173 0.016419 0.005557 -0.035772 0.005039 0.018907 0.026084 0.012578 -0.01681 0.006334 0.003964 -0.018629 0.016759 -0.029609 -0.015166 0.001374 0.019341 0.004213 -0.013609 -0.017126 0.011345 -0.007306 0.022055 0.012237 -0.025391 -0.016938 -0.010743 0.041533 -0.018007 -0.021975 0.003154 4e-05 -0.042716 -0.013094 0.011685 -0.001376 0.005416 -0.028481 -0.012566 -0.026894 -0.006856 0.035017 -0.045447 -0.000136 0.010333 0.045625 -0.031423 -0.041323 -0.005489 0.043054 -0.026732 0.008303 0.002052 -0.003399 -0.032742 -0.039901 -0.001024 0.026317 0.015936 0.007557 0.033669 0.00434 0.000815 0.039902 -0.014685 -0.013614 0.004267 0.029941 -0.007867 0.033584 0.015654 -0.021767 0.009113 0.011685 0.007415 0.013986 0.003574 -0.012389 -0.026275 -0.007312 -0.004433 0.017843 -0.009982 -0.006154 -0.010938 -0.017341 0.005522 -0.021475 -0.023382 0.002822 -0.019363 -0.036979 0.022399 0.015151 0.006325 0.018825 -0.028932 0.012573 0.001217 0.004603 0.043651 -0.032158 0.044196 0.043088 0.016053 0.013794 0.017462 -0.028828 -0.025297 -0.008579 -0.013902 0.032549 -0.026207 -0.005152 -0.004315 -0.009139 0.03696 -0.017942 -0.018053 -0.035873 -0.036635 -0.029062 0.00617 0.002177 0.028117 -0.00782 0.018254 0.007656 0.023547 0.014913 0.01231 0.017977 0.043745 -0.037756 -0.00645 -0.013812 0.014802 0.028218 -0.024269 -0.004247 0.013195 -0.013691 -0.025966 -0.012696 0.014812 -0.043677 0.012061 -0.066493 -0.014133 0.022182 0.007915 0.011219 0.009809 0.007392\nˀ 0.033594 0.010139 -0.044143 0.012634 0.011045 0.041551 0.013885 -0.004809 -0.023009 -0.047219 0.047388 0.023094 -0.020284 -0.023355 0.053953 -0.020246 0.000213 -0.028686 0.000271 -0.03639 -0.023963 -0.000873 -0.014277 0.012554 0.005146 0.015042 -0.010362 -0.003451 -0.008012 -0.052486 0.029954 -0.036248 -0.030994 -0.047094 0.000717 0.017449 -0.045818 0.053701 -0.002099 0.014821 -0.046728 0.031218 0.000536 0.013172 -0.021452 -0.023277 0.047039 -0.004421 -0.003243 0.02058 0.009907 0.064543 0.033806 -0.031736 0.062598 0.010949 0.001336 0.037472 -0.025984 0.030931 -0.028302 -0.039952 -0.01898 -0.002501 0.019247 0.031774 0.060067 -0.020389 0.030618 0.040344 -0.055085 -0.011541 0.019047 0.029078 -0.043036 0.01044 -0.018292 0.026528 -0.026009 -0.007474 0.011114 -0.003755 -0.017384 0.035511 -0.013721 -0.065388 0.00424 -0.009087 -0.003438 -0.002032 0.006835 0.025655 0.020754 0.007977 0.003827 -0.027503 -0.000919 -0.056785 -0.024788 -0.012575 -0.030199 -0.004923 -0.013512 -0.036917 0.024532 -0.004739 -0.025439 0.005685 0.031898 -0.005454 0.061894 0.010928 0.016285 0.001756 0.016157 -0.000712 -0.023928 0.001926 -0.021842 -0.037434 0.040407 -0.000109 0.05173 0.022197 0.035156 -0.013883 -0.003467 7.8e-05 -0.003294 0.000305 -0.000868 0.003748 -0.008196 0.039309 -0.017533 0.017339 -0.025713 0.024403 -0.001534 0.055027 -0.002514 -0.001364 0.0247 0.019312 -0.030417 -0.068081 0.062425 0.001206 0.003579 -0.052681 0.030999 0.016379 0.045945 0.036499 0.004355 0.008105 0.005766 -0.037836 0.027628 -0.017326 -0.022424 0.022179 0.037217 0.010055 -0.01304 -0.023402 0.025178 -0.007286 0.025994 0.051586 -0.030668 -0.024218 -0.003626 0.035745 -0.011215 -0.026598 -0.005185 0.000172 -0.051034 -0.010961 0.052872 -0.012499 0.011329 -0.009353 -0.020341 -0.040972 -0.003698 0.024867 -0.045909 0.008654 0.023712 0.04165 -0.039724 -0.0439 -0.012682 0.056435 -0.035676 0.02319 0.009907 -0.00102 -0.037062 -0.029302 0.024585 0.039208 0.017571 0.008336 0.006327 -0.02654 -0.005653 0.042631 -0.029 0.000878 0.001339 0.022722 -0.000902 0.054889 0.007651 -0.018152 0.012253 -0.0025 -0.003774 0.001576 0.008667 -0.003984 -0.034626 0.003647 0.00132 0.00937 -0.011499 -0.018957 -0.01312 -0.002747 -0.009694 -0.044044 -0.034526 0.004852 -0.019243 -0.034433 0.024103 0.021933 0.010632 0.018645 -0.019548 0.019471 -0.002782 -0.018568 0.03732 0.001903 0.054796 0.05406 0.016448 0.018129 -0.013577 -0.039302 -0.041335 -0.008879 -0.004089 0.011311 -0.030133 -0.012478 0.003343 -0.016918 0.023047 -0.025432 -0.011689 -0.022937 -0.033889 -0.012582 0.009487 -0.001921 0.01545 -0.009074 0.027782 -0.000814 0.027792 -6e-06 0.010186 0.010261 0.039501 -0.061641 0.005846 -0.012252 0.019641 0.014762 -0.01102 0.003643 0.020783 -0.001006 -0.012886 -0.020429 0.004045 -0.046769 0.010827 -0.078484 -0.01949 0.017165 0.011191 0.010697 0.018999 -0.013637\nك 0.030302 0.00281 -0.0436 0.021964 0.006534 0.03191 0.007114 -0.007646 -0.017178 -0.028154 0.028622 0.011293 -0.00682 -0.018801 0.025268 -0.007778 0.010299 -0.020584 -0.007141 -0.036463 -0.013667 0.006125 0.004804 0.013191 0.002802 0.016453 -0.005343 -0.011637 -0.014687 -0.028046 0.020695 -0.026994 -0.016584 -0.036785 0.013279 0.014027 -0.034454 0.036622 0.007293 0.017886 -0.026272 0.008852 -0.001125 -0.001206 -0.023986 -0.020401 0.032758 -0.002343 -0.001405 0.01324 0.005028 0.044659 0.029851 -0.028375 0.042567 0.003851 -0.00109 0.018699 -0.014787 0.022824 -0.028954 -0.024579 -0.007195 -0.016133 0.013223 0.023093 0.033747 -0.01141 0.028865 0.017141 -0.049038 -0.010614 0.022722 0.015802 -0.041426 0.003044 -0.028643 0.02465 -0.029061 -0.018159 0.011621 -0.000571 0.001963 0.014697 -0.020266 -0.046379 0.001787 -0.003434 -0.013067 -0.002274 -0.004382 0.024081 0.003758 -0.006938 0.01765 -0.005124 0.000388 -0.031738 0.001847 -0.00221 -0.018451 0.00091 0.000159 -0.02941 0.014177 -0.007137 -0.012834 0.010189 0.0304 -0.007241 0.040691 0.016016 0.020962 -0.013748 0.006951 -0.001036 -0.007327 0.002288 -0.017243 -0.039859 0.018787 -0.001161 0.036029 0.014122 0.030139 0.013508 -0.011753 -0.011553 -0.009335 -0.016574 -0.008676 -0.001685 -0.013118 0.026837 -0.017956 0.013984 -0.027937 0.006838 0.010448 0.041392 -0.001041 -0.00782 0.010083 0.023142 -0.030068 -0.044955 0.044548 0.010475 0.001116 -0.044732 0.00947 0.005232 0.031468 0.024244 -0.000616 0.005114 0.001616 -0.02401 0.010729 -0.022258 -0.021327 0.013846 0.019404 0.014984 -0.014878 -0.020038 0.017653 -0.018297 0.018764 0.01408 -0.023022 -0.023292 -0.007942 0.038647 -0.019041 -0.022583 -0.005173 -0.010488 -0.033342 -0.016631 0.03008 -0.011889 0.008906 -0.010233 -0.003976 -0.019078 0.001365 0.017803 -0.047081 -0.001134 0.013731 0.023474 -0.031723 -0.031544 0.000799 0.038209 -0.02054 0.017086 0.003287 0.000666 -0.027112 -0.027262 0.019118 0.019505 0.013148 0.012867 0.007461 -0.01036 -0.005641 0.034871 -0.021497 0.000374 -0.013871 0.01483 -0.002516 0.059012 0.007432 -0.021292 0.007272 -0.003225 -0.004948 0.003061 -0.005203 0.004478 -0.025232 -0.001044 0.000799 0.01647 -0.006428 -0.02563 -0.003453 -0.003316 -0.005569 -0.020758 -0.028938 -0.002445 -0.013351 -0.029954 0.019344 0.022379 0.006635 0.015664 -0.023013 0.006674 0.004306 -0.003686 0.032255 -0.002623 0.035789 0.04898 0.021 0.003822 -0.000603 -0.036022 -0.031191 -0.022159 -0.001487 0.019276 -0.027136 -0.008243 0.002975 -0.008993 0.027596 -0.024341 -0.027518 -0.020777 -0.031228 -0.013805 0.004484 -0.000322 0.014122 -0.00295 0.010782 -0.000553 0.012842 -0.005055 -0.003245 0.015031 0.039191 -0.043633 -0.002723 -0.017578 0.011935 0.007877 -0.01932 -0.005178 0.019343 -0.007076 -0.013184 -0.019241 0.004966 -0.03716 0.01021 -0.060027 -0.007131 0.006593 0.01159 0.011215 0.020879 -0.001911\nǂ 0.022271 0.00257 -0.037452 -0.006762 -0.01028 0.029325 -0.004693 0.000881 -0.013164 -0.016843 0.020987 -0.007409 -0.016274 -0.014732 0.003424 -0.001865 0.018953 -0.009087 -0.00978 -0.035729 -0.001198 0.008855 -0.0007 -0.006277 -0.002098 0.011654 0.000303 0.009708 -0.00224 -0.013095 0.006349 -0.021149 -0.021146 -0.023053 0.008123 0.008523 -0.017965 0.042058 0.00879 0.017384 -0.024537 0.012436 0.01042 -0.021378 -0.021031 -0.018 0.013675 0.00761 0.023816 -0.003173 0.014446 0.029246 0.030559 -0.025001 0.020662 -0.007488 -0.0013 0.00857 0.005568 0.010375 -0.018594 -0.007173 0.001374 -0.0093 -0.0129 -0.000217 0.02904 -0.004576 0.002089 0.017006 -0.025928 -0.009202 0.015779 0.005134 -0.028652 -0.015585 -0.025329 0.015263 -0.007678 -0.009849 0.010561 0.00734 -0.004286 0.004352 0.003692 -0.037278 0.006955 0.002885 0.000188 -0.010801 -0.002935 0.023016 0.001654 -0.00867 0.012509 -0.018061 0.001384 -0.01411 0.002536 0.003692 -0.001214 0.004494 0.00334 -0.008634 0.012808 -0.00622 0.005687 0.009468 0.02467 -0.006483 0.0131 0.00516 0.022148 -0.011871 -0.00879 -0.008524 0.007989 -0.004891 -0.018616 -0.008742 0.012937 -0.003173 0.00779 0.009695 0.006535 0.01625 0.006831 0.000911 0.009481 -0.005319 -0.010091 -0.003883 -0.023407 0.011655 0.013527 0.013264 -0.00182 -0.006455 0.00052 0.043465 -0.005091 -0.007283 0.013201 0.019684 -0.013016 -0.003829 0.042339 0.010109 -0.007581 -0.025956 0.012949 0.017481 0.027724 0.019371 0.003843 0.006378 0.010596 -0.015447 -0.009293 -0.007267 -0.01777 0.006467 0.016174 -0.009768 -0.009463 -0.002637 0.008376 -0.00976 0.007563 0.006047 -0.012726 -0.006331 -0.011865 0.011308 -0.005737 -0.01001 -0.009951 -0.009485 -0.00707 -0.003875 0.019311 0.013823 -0.009652 -0.005509 -0.008997 -0.006712 -0.006127 0.011163 -0.017844 0.001431 0.012819 0.004584 -0.0191 -0.012577 0.011769 0.008974 -0.010523 0.011308 -0.010652 0.00565 -0.03224 -0.010388 0.018774 0.018643 0.010171 0.017176 -0.000131 -0.029979 0.010736 0.032687 -0.012209 -0.010128 -0.017498 -0.001562 0.005516 0.042484 -0.003411 -0.004488 -0.014032 -0.003687 0.003254 0.008762 0.006933 0.008891 -0.005474 -0.010275 0.012037 -5.3e-05 -0.001326 -0.020616 0.01324 0.005592 -0.001299 -4.9e-05 -0.027184 -0.013218 -0.00382 -0.028102 0.005492 0.000358 0.001522 0.010376 -0.021158 0.016617 0.002451 -0.007355 0.003575 -0.003923 0.017675 0.016337 0.006055 0.005214 0.013223 -0.003797 -0.002252 -0.005096 -0.013852 0.009324 -0.018649 -0.002355 -0.000144 -0.006299 0.012615 -0.012338 -0.017994 -0.01937 -0.010317 0.004682 -0.009116 -0.005726 0.011092 0.018286 -0.004665 0.000245 -0.003433 -0.004619 -0.004806 0.010563 0.013696 -0.016282 0.008213 0.004877 0.001276 -0.000909 -0.000984 -0.013327 -0.014948 -0.004491 -0.008994 -0.02025 -0.014545 -0.019561 0.005497 -0.055585 0.010732 0.006 0.011697 0.003539 0.011855 0.004292\nӄ 0.019578 -0.014967 -0.03148 0.033888 0.013157 0.064302 0.011047 0.019806 -0.035648 -0.014614 -0.006145 0.024005 -0.013516 -0.042092 0.01778 -0.032801 -0.015606 -0.002671 0.022883 -0.003503 -0.042043 -0.022705 0.007508 0.014482 -0.002804 0.021909 -0.020161 -0.004145 0.017173 -0.022473 0.026993 -0.018089 -0.027922 -0.056007 0.0026 0.001667 -0.055678 0.020124 0.027073 0.042762 -0.046937 0.016428 -0.008734 0.002 -0.033432 -0.027864 -0.01514 0.002843 -0.006729 0.077286 0.035927 0.059049 0.037236 -0.0463 0.021202 -0.033122 -0.050424 -0.02347 -0.017385 0.027515 -0.058039 -0.042764 -0.027562 0.009181 -0.032894 0.014666 0.021093 0.011868 0.06427 -0.007937 -0.026733 -0.00952 -0.003721 -0.010587 -0.045826 0.014196 -0.035348 0.027302 -0.006163 -0.002704 0.011143 -0.023487 -0.000656 0.021534 -0.003329 -0.048867 0.023268 -0.01185 -0.041731 0.011044 0.023306 -0.01334 -0.009655 -0.013283 0.00873 0.003441 0.021917 -0.014036 -0.01729 -0.003075 -0.005456 -0.022424 0.001975 -0.043556 0.014478 -0.018153 0.000369 0.020732 0.01195 0.003293 0.037403 0.031744 0.00129 -0.016626 0.048941 8e-06 -0.022729 -0.039577 -0.041371 -0.014688 0.02681 -0.005654 0.013572 0.011571 0.003886 0.009235 0.001672 -0.032435 -0.030531 0.005219 -0.028257 -0.001429 -0.015458 0.010102 -0.044849 0.03204 -0.035475 0.009381 -0.011541 0.055968 0.005651 0.03423 -0.012492 0.017247 -0.023802 -0.052049 0.070185 0.014322 -0.029208 -0.062942 -0.012208 0.017825 0.033285 0.058439 -0.026764 -0.00992 -0.037506 -0.040318 0.019593 0.021455 -0.01147 0.027193 -0.004802 -0.004035 -0.008549 -0.010876 0.022468 -0.053302 0.028446 0.03012 -0.003856 -0.048136 -0.016343 0.007049 -0.05129 -0.053985 -0.010938 -0.02136 -0.075729 -0.028905 0.009577 0.004681 -0.022883 0.010246 -0.020397 -0.015142 0.05298 0.014916 -0.047837 0.010314 0.012591 0.003522 -0.04027 -0.038005 0.02615 0.028502 -0.008815 -0.00184 0.000584 -0.019906 -0.08193 -0.032895 0.043227 0.038507 -0.002427 -0.000358 0.014304 0.003526 -0.004434 0.066025 -0.036738 -0.03109 0.045073 -0.013791 -0.011385 0.072823 -0.018632 -0.010063 0.019982 0.014371 -0.050341 0.008446 0.027287 -0.027817 -0.024857 0.023151 -0.008552 0.00481 -0.06577 -0.013994 -0.00724 -0.027798 0.010837 -0.041388 -0.05534 -0.022446 0.000656 -0.000748 0.05635 0.045238 0.009791 0.038177 -0.004227 0.041217 0.03911 -0.067599 0.055201 0.001137 0.031155 0.037891 0.032466 0.052954 0.029385 -0.064814 -0.037322 -0.013068 0.025458 -0.005055 0.00023 0.001444 0.020734 -0.017921 0.020237 0.003988 -0.015986 0.011455 -0.063837 -0.010813 0.001338 -0.007666 0.019272 -0.030117 -0.001339 -0.018289 0.009462 0.000436 0.020604 0.032457 0.054256 -0.084885 -0.030024 -0.047455 -0.00357 0.003074 -0.023307 0.012374 0.011378 -0.031367 -0.033502 0.003761 0.00472 -0.053157 0.023863 -0.076375 0.003658 -0.01659 0.015556 0.003618 0.03539 0.007711\nெ 0.039072 0.000714 -0.051735 0.030152 0.024772 0.048291 0.014928 -0.004461 -0.014109 -0.028907 0.043568 0.018935 -0.007127 -0.023786 0.040203 -0.01366 0.004572 -0.019374 -0.001933 -0.056358 -0.020009 -0.001555 0.003392 0.019075 -0.001644 0.032844 -0.009021 -0.003745 -0.023984 -0.020466 0.024252 -0.042598 -0.025974 -0.03624 0.008642 -0.006924 -0.044105 0.046398 0.015069 0.023141 -0.03314 0.012638 -0.014474 -0.00062 -0.031113 -0.034703 0.040627 -0.008636 -0.003375 0.01851 0.013874 0.06459 0.038511 -0.036946 0.053107 0.025011 -0.002586 0.031558 -0.013516 0.03181 -0.027322 -0.037617 -0.022871 -0.013095 0.016508 0.013154 0.037218 -0.009752 0.041302 0.01458 -0.035271 0.009354 0.024274 0.012723 -0.064464 0.007677 -0.028107 0.030318 -0.040789 -0.021342 0.003623 -0.007877 -0.012883 0.01693 -0.02685 -0.060926 0.001539 -0.010184 -0.007464 0.001155 0.002491 0.041747 -0.003018 -0.030561 0.000814 -0.020002 -0.012809 -0.03718 0.003147 -0.001316 -0.030419 0.002244 -0.004505 -0.033022 0.00648 -0.008392 -0.020497 0.023898 0.027236 -0.008796 0.036163 0.017426 0.022968 -0.003729 0.01386 0.010107 -0.015688 0.006992 -0.005032 -0.065478 0.019314 0.007393 0.057757 0.02065 0.042686 0.003365 -0.000839 -0.0249 -0.001106 -0.012332 -0.018305 0.003486 -0.021241 0.044665 -0.028417 0.019616 -0.012504 0.009103 2.5e-05 0.048618 0.006361 -0.006166 0.018177 0.02891 -0.045246 -0.056043 0.058685 0.007138 -0.003227 -0.035722 -0.002716 0.01537 0.043283 0.002739 -0.007226 0.001014 0.007426 -0.023602 0.014566 -0.031909 -0.013058 0.009941 0.028395 0.015357 -0.020834 -0.010561 0.026298 -0.02147 0.028586 0.037819 -0.020232 -0.022648 -0.021746 0.037911 -0.028613 -0.031842 -0.00536 -0.012395 -0.028713 -0.024879 0.029147 -0.006711 0.002093 -0.015049 -0.013044 -0.008757 0.007193 0.020291 -0.071104 -0.005329 0.027342 0.021923 -0.043932 -0.040777 -0.001595 0.049974 -0.012575 -0.004323 0.001147 0.009519 -0.052663 -0.050926 0.024392 0.024841 0.019642 0.008682 0.011109 -0.015485 -0.006752 0.041985 -0.034601 -0.008082 -0.00126 0.016324 0.001991 0.081121 0.000208 -0.030974 0.01285 0.019018 0.00377 0.002943 -0.002945 0.019539 -0.021787 -0.0027 -0.004855 0.016937 0.000232 -0.025541 -0.011559 0.009101 0.001364 -0.025656 -0.035285 -0.002541 -0.007392 -0.054329 0.038543 0.009138 0.007157 0.028988 -0.005563 0.021453 0.012748 -0.016575 0.05433 -0.006894 0.033666 0.053639 0.026816 0.01096 0.000787 -0.050938 -0.041206 -0.023185 -0.013091 0.026409 -0.047162 -0.028574 0.01278 -0.007894 0.020542 -0.010349 -0.041531 -0.010933 -0.033888 -0.016415 0.024265 0.002882 0.017314 -0.008369 0.011801 -0.007739 0.015254 0.007831 0.014322 0.016248 0.04352 -0.042246 -0.008886 -0.015475 0.017937 0.016046 -0.035395 0.004353 0.025121 -0.013212 -0.030576 -0.02531 -0.004981 -0.036642 0.012597 -0.067366 -0.003655 0.006342 0.012305 0.026157 0.017966 0.015111\nཉ 0.030073 -0.007711 -0.049417 0.031161 0.020007 0.032467 -0.002257 0.015602 -0.015421 -0.013356 0.033354 0.006928 -0.007346 -0.01958 0.032288 -0.000519 0.003236 -0.037817 -0.012984 -0.039687 -0.009694 0.009249 0.013608 0.009127 0.002287 0.026371 -0.007526 0.002456 -0.01575 -0.011882 0.012345 -0.030501 -0.028807 -0.032368 -0.001381 0.029961 -0.036811 0.035635 0.007645 0.015913 -0.019223 0.002983 -0.019663 0.005389 -0.007752 -0.01782 0.034537 0.007435 0.006271 0.027693 0.003379 0.049477 0.031087 -0.036373 0.043327 0.012832 -0.00483 0.012471 -0.005002 0.013062 -0.018318 -0.024097 -0.011179 -0.014089 0.006982 0.015479 0.044812 -0.009987 0.032994 0.014006 -0.053318 -0.011976 0.026816 0.011705 -0.053078 0.005782 -0.032798 0.024215 -0.013184 -0.021888 0.01539 0.002308 -0.006863 0.031232 -0.025661 -0.040415 -0.010437 0.014361 -0.030092 -0.018836 -0.000108 0.015526 -0.002874 -0.018822 0.003489 0.003591 -0.000823 -0.042564 -0.012863 -0.00526 0.005402 -0.00511 -0.008497 -0.012992 0.016987 -0.001698 -0.017059 0.007752 0.040919 0.001868 0.037116 0.012932 0.0241 -0.024887 0.01023 0.002719 -0.015777 0.005454 -0.020596 -0.040298 0.014945 -0.003065 0.054246 0.032853 0.032113 0.00611 -0.013813 -0.015487 -0.011002 -0.024045 -0.015128 -0.010734 -0.012105 0.019732 -0.022527 0.011879 -0.018393 0.005316 0.002393 0.042205 -0.005781 -0.018358 0.020489 0.018211 -0.030965 -0.032209 0.030218 0.014268 0.013188 -0.033128 0.002609 0.015903 0.01926 0.016062 -0.015983 0.011839 -0.012876 -0.023543 0.03152 -0.016332 -0.016236 0.026792 0.017839 0.010816 -0.012541 -0.014129 0.022506 -0.025167 0.006512 0.016339 -0.02326 -0.026586 0.00635 0.035653 -0.014774 -0.019643 -0.012491 0.001793 -0.035429 -0.013761 0.021311 -0.005677 0.004788 -0.004793 -0.004242 -0.014025 0.004206 0.034047 -0.053272 -0.004533 0.00702 0.027246 -0.015995 -0.054413 -0.002784 0.043784 -0.019866 0.014354 0.007717 0.004053 -0.034943 -0.035957 0.017386 0.028545 0.020134 0.010966 0.018206 -0.01098 -0.005574 0.028243 -0.011933 -0.009761 -0.007411 0.030574 -0.007145 0.055635 0.007159 -0.017997 -0.001411 -0.00071 -0.020153 0.006006 -0.010109 -0.005619 -0.024382 0.003795 0.008481 0.009134 -0.002572 -0.021192 -0.004221 -0.001371 0.004892 -0.037097 -0.039153 0.006929 -0.017854 -0.034785 0.023745 0.023907 -0.001141 0.033522 -0.013861 0.01637 0.008428 -0.006281 0.036746 -0.000187 0.033414 0.045249 0.016351 0.000887 -0.00129 -0.043497 -0.027121 -0.013776 -0.005199 0.015507 -0.021916 -0.007146 0.016289 -0.010825 0.035318 -0.032584 -0.016109 -0.021566 -0.014727 -0.018941 0.005577 0.012929 0.011061 -0.013072 0.001586 0.011159 0.009746 0.00309 -0.001147 0.023654 0.046751 -0.040137 -0.010127 -0.019814 0.002685 0.021348 -0.01309 -0.014364 0.014564 -0.021286 -0.02936 -0.021268 0.006476 -0.030595 0.017687 -0.083842 -0.023842 0.014125 0.004025 0.018011 0.016356 0.008764\n່ 0.03345 0.007213 -0.047789 0.027172 0.008894 0.037655 0.010722 0.001911 -0.021283 -0.0329 0.022059 0.009613 -0.009066 -0.021325 0.027971 0.001284 0.008439 -0.027724 -0.004624 -0.042988 -0.024608 0.003949 0.008468 0.014965 0.004322 0.017834 -0.012771 -0.004893 -0.016047 -0.022021 0.017259 -0.032696 -0.023294 -0.04668 0.008361 0.009713 -0.0297 0.042218 0.005038 0.023177 -0.02766 0.014395 0.000669 -0.00439 -0.027188 -0.030519 0.034022 0.000158 -0.002683 0.021187 0.002654 0.053 0.037105 -0.032857 0.037248 0.005772 -0.003188 0.022808 -0.008922 0.029397 -0.030141 -0.026226 -0.010754 -0.014299 0.012445 0.023273 0.039731 -0.016318 0.035576 0.015935 -0.053569 -0.005293 0.020517 0.01804 -0.043755 0.003394 -0.027831 0.030522 -0.027704 -0.008112 0.014561 0.002367 -0.001414 0.015801 -0.017531 -0.058116 0.010853 -0.011296 -0.016736 -0.010694 -0.007387 0.022088 0.011864 -0.015455 0.015389 -0.005337 0.000706 -0.04408 0.002202 -0.002257 -0.021406 -0.002807 -0.00221 -0.032758 0.011567 -0.000828 -0.009284 0.002184 0.034406 -0.004517 0.039417 0.019459 0.028854 -0.015261 0.008725 0.002304 -0.013364 0.004945 -0.012993 -0.036914 0.020679 0.00088 0.043246 0.01575 0.027574 0.012948 -0.013411 -0.019495 -0.008168 -0.016813 -0.011552 -0.002175 -0.014763 0.031815 -0.023217 0.020673 -0.034786 0.000526 0.000905 0.043866 -0.005231 -0.012415 0.007552 0.022575 -0.031961 -0.043068 0.045897 0.005198 0.000492 -0.037942 0.012443 0.006365 0.035144 0.022398 0.006498 0.008154 -0.000713 -0.020364 0.013717 -0.024998 -0.012245 0.017225 0.024676 0.019849 -0.008221 -0.022036 0.021582 -0.014136 0.022696 0.021363 -0.023308 -0.025312 -0.015146 0.032728 -0.023767 -0.029312 -0.012563 -0.00971 -0.039608 -0.02184 0.033773 -0.008665 0.003882 -0.010846 -0.004665 -0.013573 0.00418 0.017975 -0.053771 0.005236 0.009839 0.024759 -0.031105 -0.034101 0.00403 0.040326 -0.018641 0.011826 -0.000139 0.001012 -0.031958 -0.022246 0.014084 0.020564 0.017969 0.023402 0.004559 -0.010326 -0.008886 0.039733 -0.025069 0.002916 -0.009538 0.013921 -0.003277 0.064162 0.011018 -0.023133 0.008319 -0.00643 -0.006993 0.00607 -0.00854 0.008241 -0.019422 -0.002867 -0.001864 0.019267 -0.011306 -0.029638 -0.006348 0.000818 -0.008785 -0.021817 -0.034577 9.5e-05 -0.012056 -0.030941 0.02794 0.021647 0.010803 0.02829 -0.028084 0.00986 0.005144 -0.014562 0.035292 -0.004733 0.043346 0.053903 0.028075 0.011245 0.001326 -0.041292 -0.031068 -0.019687 0.005729 0.021045 -0.024006 -0.009538 0.010746 -0.009119 0.028589 -0.028339 -0.03031 -0.022396 -0.040036 -0.015985 0.009803 -0.000546 0.018347 0.011523 0.009182 -0.010277 0.01365 0.004884 -0.007251 0.016753 0.03438 -0.048821 -0.003831 -0.016134 0.011747 0.013996 -0.022945 -0.001748 0.012706 -0.010902 -0.014413 -0.021753 0.006332 -0.042453 0.007292 -0.05792 -0.01554 0.004038 0.011037 0.02296 0.023117 0.000211\n් 0.027549 0.005266 -0.051697 0.016499 0.012583 0.032134 -0.002049 -0.003291 -0.023305 -0.028746 0.03749 0.014328 -0.012767 -0.03173 0.039151 -0.009611 0.006343 -0.019084 -0.003382 -0.043855 -0.018324 -0.006526 0.015574 0.003095 -0.000464 0.012606 -0.003331 -0.019782 -0.013095 -0.023579 0.023111 -0.030987 -0.015789 -0.038026 0.015066 0.011974 -0.033191 0.037172 -0.001145 0.024952 -0.025525 0.01403 -0.000822 -0.005431 -0.035833 -0.0099 0.029415 -0.000277 0.004863 0.013872 0.002338 0.049475 0.028963 -0.026528 0.04326 0.007955 -0.009654 0.020733 -0.016262 0.019836 -0.032881 -0.028454 -0.007309 -0.018352 0.01413 0.014709 0.038182 -0.014246 0.03919 0.007638 -0.053898 -0.005786 0.020269 0.01744 -0.044857 -0.001897 -0.027196 0.023435 -0.032058 -0.009141 0.00709 -0.006648 -0.001296 0.011061 -0.01784 -0.046672 0.003401 -0.005283 -0.020396 -0.017566 -0.014096 0.022726 0.009733 -0.010436 0.011994 -0.001406 -0.004244 -0.035719 -0.005543 -0.000978 -0.022903 -0.001885 0.004892 -0.027499 0.016204 -0.000775 -0.018743 0.008433 0.034893 -0.009833 0.034902 0.022487 0.0221 -0.016026 0.007831 0.002425 -0.002115 0.002981 -0.017262 -0.03722 0.026418 -0.004929 0.029828 0.023756 0.031366 0.021804 -0.01149 -0.009686 -0.011293 -0.016389 -0.010155 -0.0011 -0.012763 0.028446 -0.023644 0.014971 -0.019724 0.008063 0.002166 0.043914 -0.001903 -0.003746 0.010045 0.023655 -0.03496 -0.049953 0.066449 0.018208 0.001776 -0.039635 0.011621 0.009117 0.032289 0.013359 -0.002183 0.007747 0.006786 -0.022069 0.018383 -0.024572 -0.025139 0.007594 0.019678 0.01005 -0.014754 -0.013658 0.022917 -0.014602 0.023047 0.019108 -0.019768 -0.021068 -0.008218 0.027584 -0.015767 -0.025809 -0.009867 -0.00999 -0.038573 -0.02214 0.028429 -0.011069 0.002018 -0.014959 -0.006886 -0.01829 0.002779 0.018266 -0.040898 0.000975 0.009726 0.015171 -0.04288 -0.031016 0.005578 0.048197 -0.017959 0.011 0.00023 -0.00128 -0.033228 -0.025009 0.005923 0.030696 0.01923 0.014052 0.007852 -0.007968 -0.005714 0.034186 -0.016754 -0.005919 -0.01696 0.009444 -0.006367 0.057883 0.017167 -0.026684 0.009705 -0.00093 -0.002717 -0.00164 0.001174 0.010187 -0.019762 -0.003639 -0.0011 0.025056 -0.003799 -0.021691 -0.004734 0.000608 -0.003713 -0.022534 -0.039784 -0.010244 -0.014219 -0.038537 0.022678 0.01203 0.007448 0.025967 -0.026953 0.00519 -0.000426 -0.004405 0.027102 -0.004942 0.042338 0.05502 0.031069 0.00403 -0.001515 -0.033927 -0.027549 -0.022527 -0.005351 0.018978 -0.033309 -0.005142 -0.003543 -0.019543 0.031981 -0.027375 -0.028049 -0.018985 -0.028906 -0.012518 0.009566 0.003062 0.014721 0.006544 0.019139 -0.001471 0.012797 0.012073 -0.002132 0.011171 0.04643 -0.048076 0.00139 -0.014023 0.019356 0.011389 -0.014914 -0.002585 0.01977 -0.00842 -0.018864 -0.011283 0.001179 -0.047018 0.007604 -0.067114 -0.004821 0.009729 0.010877 0.018088 0.016031 0.011086\nṓ 0.020525 0.00299 -0.009029 0.011825 0.001543 0.019876 0.006013 0.004718 -0.012752 -0.011097 0.033015 0.015871 0.002733 -0.017254 0.03077 -0.000155 0.003373 -0.023733 0.007658 -0.019511 -0.009806 -0.000245 0.005308 0.003179 0.01303 0.019791 -0.021879 -0.014576 -0.017754 0.004553 0.021755 -0.026703 -0.007875 -0.01126 0.009672 0.019451 -0.018622 0.026639 -0.001706 -0.006304 -0.020217 0.018661 0.005839 0.021033 -0.008343 -0.012372 0.003716 0.011581 0.013101 0.000972 0.004589 0.015109 0.027814 -0.017874 0.009479 0.014429 0.008682 0.001803 -0.010796 -0.00191 -0.008922 -0.010791 -0.002642 -0.020231 0.001834 0.010566 0.013831 -0.017515 0.024082 0.011483 -0.016759 0.021049 0.017198 0.024456 -0.020076 -0.017253 -0.011727 0.007013 0.009721 0.00839 0.008977 0.004305 -0.008027 0.008385 0.002641 -0.02221 0.002625 -0.010236 -0.005556 -0.002328 -0.004689 -0.0 -0.004774 0.010901 0.01345 0.000361 0.000353 -0.021899 0.005919 0.002368 0.003065 -0.007525 0.004217 -0.017741 0.003607 0.002197 -0.014484 0.00349 0.007737 -0.017273 0.025088 0.017006 0.013867 0.007918 0.021362 0.013154 -0.001605 0.006706 -0.025496 -0.01565 0.021754 -0.016414 0.017553 0.011949 0.005169 -0.001998 -0.005898 -0.009735 0.006916 -0.022416 -0.013857 -0.002911 -0.005373 0.018779 -0.027705 0.022368 0.002587 0.010739 0.012991 0.018213 -0.007147 -0.01487 -0.00336 0.020616 -0.01978 -0.034945 0.020652 0.011107 -0.002848 -0.020475 -0.000448 0.002995 0.013693 0.008633 0.003811 -0.000121 0.006089 -0.017942 -0.002057 -0.023969 0.002604 0.009267 0.029991 0.014113 -0.013134 0.008178 0.009899 -0.023027 0.016245 0.001365 -0.007843 -0.039328 0.003338 0.038643 -0.010897 -0.00464 -0.003909 -0.002978 -0.020408 0.003287 0.020789 0.004477 0.007264 1.1e-05 -0.008577 0.001803 0.012938 0.00011 -0.03393 0.009789 0.022536 0.01462 -0.008186 -0.024223 0.005974 0.023998 -0.018407 0.025707 0.015069 0.007215 -0.013689 -0.007096 0.001104 0.015629 0.007554 0.005846 0.010683 -0.01848 -0.007004 0.003458 0.00457 -0.029046 -0.014962 0.003326 0.001974 0.025544 -0.009572 -0.012411 -0.011975 0.000557 -0.001139 0.010862 -0.022779 0.005014 -0.018713 0.001559 0.002261 0.013934 0.002666 -0.004827 -0.013818 -0.007323 0.004477 -0.002372 -0.014586 -0.000213 -0.010126 -0.011693 0.011893 0.017387 0.002451 0.016882 -0.013214 -0.009495 0.010867 0.004488 0.022288 0.008624 0.01277 0.020791 0.016316 0.016193 -0.004655 -0.012927 -0.023456 -0.022723 -0.007877 0.003558 -0.013872 0.013785 -0.004416 0.007435 0.014376 -0.012738 -0.022682 0.008212 -0.010005 -0.015996 -0.001647 0.010109 0.000426 -0.009177 0.006731 -0.016564 0.000147 -0.016462 -0.011177 0.019778 0.015546 -0.014451 -0.010559 -0.019939 0.0041 0.001143 -0.017129 0.014689 0.007422 -0.018317 0.008603 0.00492 0.013493 -0.033923 -0.005574 -0.013603 -0.018686 0.008867 -0.009596 0.007747 0.009985 -0.010304\nך 0.059167 0.026083 -0.09004 0.052603 0.017119 0.07775 0.020281 -0.018771 -0.039536 -0.060368 0.063777 0.033448 -0.011776 -0.065343 0.077798 -0.013314 0.023406 -0.043052 -0.027324 -0.10079 -0.024346 -0.003931 0.012363 0.022527 0.004128 0.04826 -0.014291 -0.016907 -0.018255 -0.034866 0.034362 -0.058397 -0.026836 -0.070695 0.000482 0.033404 -0.086896 0.086072 0.010083 0.035451 -0.050609 0.014285 0.015272 0.022794 -0.052235 -0.056281 0.070945 -0.00367 0.003195 0.034634 0.007308 0.104778 0.078027 -0.065869 0.083703 0.004593 -0.018397 0.030867 -0.027409 0.049206 -0.040775 -0.069313 -0.015219 -0.014977 0.031667 0.023441 0.088939 -0.014577 0.055617 0.027963 -0.08949 -0.015229 0.04627 0.023567 -0.089367 -0.00493 -0.047611 0.050928 -0.041433 -0.029887 0.027071 -0.005505 -0.000982 0.029599 -0.052137 -0.10182 0.000166 -0.002976 -0.020872 -0.023992 -0.021201 0.050565 0.004641 -0.031501 0.006789 -0.040652 -0.004979 -0.071142 0.010578 -0.021986 -0.036826 -0.012242 0.012188 -0.052333 0.03544 -0.013651 -0.031192 0.023919 0.060739 -0.009565 0.077343 0.040359 0.041827 -0.020739 0.022558 0.012874 -0.035008 -0.001431 -0.021682 -0.074601 0.030062 0.0038 0.080639 0.052067 0.061638 0.011928 -0.014788 -0.024162 -0.026773 -0.022608 -0.042667 0.000185 -0.020711 0.051509 -0.0393 0.028704 -0.038502 0.021719 0.010036 0.089713 -0.006628 -0.024685 0.035693 0.056512 -0.068584 -0.086615 0.070725 0.007109 0.006253 -0.068693 0.013461 0.020754 0.061605 0.057746 -0.019332 0.030303 -0.006926 -0.038582 0.03376 -0.039163 -0.032093 0.026352 0.044713 0.004378 -0.03254 -0.022589 0.042362 -0.049746 0.054246 0.055167 -0.057315 -0.052236 -0.018855 0.066139 -0.028965 -0.052973 -0.020254 -0.013276 -0.057272 -0.038918 0.076479 -0.003251 0.008382 -0.017021 -0.023832 -0.038073 0.01166 0.037499 -0.124219 0.002971 0.027865 0.041702 -0.059335 -0.082493 -0.01868 0.061252 -0.036449 0.013059 0.00145 0.010031 -0.076432 -0.060511 0.037725 0.061528 0.035445 0.02444 0.0278 -0.012787 -0.033325 0.066976 -0.04644 -0.02036 -0.006775 0.039137 0.013919 0.125714 0.014444 -0.039982 0.001153 0.016509 0.004605 0.025318 -0.003286 -0.007555 -0.055862 -0.00109 -0.006334 0.017978 -0.023981 -0.024806 -0.002384 -0.007039 -0.02029 -0.061271 -0.066742 0.006583 -0.027675 -0.073566 0.068396 0.050153 0.005318 0.061996 -0.029535 0.034937 0.022645 -0.035957 0.088427 -0.020281 0.06887 0.105627 0.047763 0.019295 0.017857 -0.105436 -0.050088 -0.040228 -0.009107 0.053238 -0.04548 -0.0299 0.016026 -7.5e-05 0.04868 -0.03949 -0.067724 -0.049009 -0.055257 -0.032318 0.015272 0.001607 0.049919 -0.016335 0.019715 -0.001844 0.051875 0.006739 0.021341 0.043515 0.090166 -0.091547 -0.01265 -0.029487 0.031927 0.042019 -0.049589 0.0045 0.033571 -0.027656 -0.039547 -0.037455 0.033361 -0.078224 0.037173 -0.128889 -0.01347 0.022968 0.034198 0.011753 0.057717 0.004325\n፡ 0.031805 0.003983 -0.051545 0.02013 0.009274 0.029309 0.005551 0.007278 -0.025311 -0.038477 0.030882 0.00851 -0.023948 -0.015489 0.006905 0.012586 0.005865 -0.024055 -0.021103 -0.033744 -0.015963 0.009362 -0.006174 0.009921 0.003477 0.004159 -0.01073 -0.006113 -0.018074 -0.014922 0.042696 -0.018033 -0.02325 -0.02413 0.009051 0.020699 -0.028205 0.043921 0.001254 0.022071 -0.025679 0.025039 -0.007856 -7.2e-05 -0.021429 -0.031935 0.028431 -0.002551 -0.017749 0.019388 0.02199 0.045308 0.018957 -0.035102 0.03574 0.023531 0.007008 0.011995 -0.004672 0.037102 -0.04056 -0.045914 -0.016137 -0.011205 0.010602 0.025686 0.046278 0.007612 0.039776 0.007581 -0.042766 -0.011636 0.007259 0.031612 -0.034235 0.024389 -0.042162 0.005579 -0.035011 -0.009007 0.01944 0.008897 0.000794 0.016076 -0.021184 -0.068258 -0.005409 0.025629 -0.030523 -7.1e-05 0.009389 0.026395 0.005138 -0.026635 0.005488 -0.022829 0.001677 -0.018388 0.016914 -0.012706 -0.024468 -0.001314 0.009493 -0.033161 -0.000312 0.019696 -0.033048 0.007985 0.034215 -0.005863 0.053847 0.007748 -0.011301 -0.013679 0.003592 0.014958 -0.016827 -0.014435 -0.0247 -0.044684 0.013578 -0.008711 0.047121 0.023675 0.016535 0.036644 -0.011749 -0.031502 -0.03043 -0.004389 -0.034657 0.011869 -0.018738 0.039909 -0.019416 0.009516 -0.027069 0.003669 0.008202 0.051796 -0.008602 0.016208 0.007477 0.028619 -0.041186 -0.052395 0.051909 0.020594 -0.001727 -0.031157 0.006373 0.01568 0.057259 0.007853 0.007771 0.018145 0.015063 -0.021053 0.01876 -0.042208 -0.040006 0.019409 0.016221 -0.00757 -0.015404 -0.015338 0.026979 -0.02582 0.01479 0.005247 -0.025984 -0.00386 0.004978 0.049606 -0.024032 -0.047958 -0.00504 0.002592 -0.036386 -0.031786 0.045857 -0.008393 0.011599 0.003724 -0.014525 -0.012454 -0.003945 0.012251 -0.041663 0.000169 0.004763 0.019679 -0.0475 -0.019651 -0.010818 0.037032 -0.019292 -0.025768 -0.004144 0.013791 -0.030324 -0.058538 0.013842 0.012936 0.013701 0.026126 0.025217 -0.009936 -0.00015 0.024108 -0.038531 0.011636 -0.024955 0.023255 0.000548 0.070573 0.006035 -0.014415 -0.003625 -0.008145 0.005569 -0.017515 -0.019778 0.004731 -0.020091 -0.009263 0.005416 0.023065 -0.022258 -0.03299 -0.001149 0.009172 0.000116 -0.038672 -0.036075 -0.005793 0.000877 -0.042092 0.053194 0.022204 0.019598 0.035836 -0.030754 0.005423 0.009645 -0.000457 0.052292 -0.006355 0.035826 0.054866 0.009762 0.000695 -0.003443 -0.030355 -0.036263 -0.037503 0.007353 0.029426 -0.027961 -0.01678 0.02253 -0.013469 0.022505 -0.023673 -0.019351 -0.000201 -0.042098 0.0207 0.009988 -0.005213 0.006207 -0.00012 0.016228 -0.022546 0.021282 0.028814 -0.023202 0.021164 0.035804 -0.057136 0.000924 -0.032539 0.01639 0.014484 -0.027061 0.016591 0.024045 -0.00449 -0.006299 -0.026388 -0.005565 -0.041946 -0.014072 -0.067532 -0.008259 -0.005666 0.021947 0.031884 0.021502 -0.002847\nᇢ 0.0585 0.01749 -0.018876 -0.025768 0.023343 0.024766 -0.00876 -0.01367 -0.00902 -0.018847 0.004171 0.031217 -0.028875 0.000638 0.018757 0.012121 0.030487 -0.006528 0.029184 -0.00112 0.005714 0.047802 0.035581 0.010912 0.033862 -0.001534 -0.015132 0.022627 -0.004649 0.003868 0.035803 -0.025515 -0.028641 -0.029069 -0.000323 0.023092 -0.033524 0.03358 -0.013771 0.016126 -0.020398 0.023013 -0.020845 -0.003182 0.014932 -0.010627 0.035001 0.038982 -0.006311 0.000649 0.004087 0.037814 -0.009704 -0.007157 0.052996 0.013708 -0.018252 -0.006332 -0.026799 0.019542 -0.013017 -0.018996 -0.033943 -0.019996 -0.011747 -0.014488 0.037078 -0.002665 0.0255 0.008105 -0.07734 -0.029653 0.026705 0.038435 -0.036133 -0.017698 -0.046748 0.021129 -0.012855 -0.036194 -0.002537 0.032108 0.000296 -0.024149 -0.032065 -0.06953 0.002103 -0.01019 0.04415 -0.008869 -0.014271 0.027277 0.012504 0.011252 0.012092 -0.010652 0.009628 -0.069378 -0.028084 0.01141 0.014348 -0.013337 0.024805 -0.033884 -0.050815 -0.025653 0.005027 -0.014099 0.040773 0.001594 0.060409 -0.003053 0.013318 0.011561 -0.018039 -0.014386 0.002243 -0.037638 -0.032277 0.016979 0.013909 -0.017037 -0.002744 0.024 -0.007325 0.037563 0.009453 0.005142 -0.034247 0.00926 -0.017869 0.019678 -0.019633 0.004736 -0.035778 0.024598 0.016665 -0.018644 0.014462 -0.004387 -0.007191 0.001104 0.042335 -0.025993 -0.019408 -0.026759 0.043259 0.009856 0.017301 0.028536 0.026769 0.046488 0.001134 -0.003143 -0.002101 0.013355 -0.032463 -0.032432 0.02474 0.001527 0.012295 0.021199 0.016002 0.030081 -0.007447 -0.003259 -0.007907 -0.031593 0.021831 -0.012345 -0.020832 -0.022685 -0.016058 0.01243 0.034477 -0.027989 -0.04898 0.009159 0.003218 0.015211 0.018503 -0.039087 -0.013781 -0.034857 -0.029426 -0.034088 0.03645 0.020792 -0.064214 -0.011749 0.042864 0.064259 -0.006694 -0.007627 0.011887 0.01806 -0.030387 0.014334 0.003412 0.023834 0.021369 0.001267 0.024135 0.035485 0.010065 0.00397 -0.001254 -0.033592 0.005445 0.023858 -0.032863 -0.026911 0.031259 0.011283 0.00283 0.054438 -0.003133 0.001079 -0.019624 -0.007169 -0.032295 0.034847 0.001125 0.027293 -0.011488 0.01576 -0.00819 -0.026809 0.013674 0.010876 0.001728 -0.055557 0.004121 0.010672 -0.028217 -0.013118 -0.056576 0.003199 0.01355 0.013348 0.005446 0.023895 -0.009317 -0.027608 0.01088 0.005055 0.065499 -0.011756 0.021131 0.051097 0.001687 0.014775 0.034665 -0.040219 0.00265 -0.043335 -0.021075 0.024265 -0.024183 -0.006663 -0.006227 -0.000191 0.031134 -0.025798 -0.049985 -0.017742 -0.035913 -0.002202 -0.002143 -0.013464 0.051543 -0.002101 0.012577 0.010396 0.015816 -0.005771 0.018827 0.039501 0.061902 0.009872 -0.0058 -0.001821 0.006996 0.001381 -0.025198 0.021635 0.026512 -0.008328 -0.001623 -0.053873 -0.002032 -0.018579 0.020874 -0.017247 0.013635 0.003733 -0.013915 -0.000167 0.001515 -0.005429\nɫ 0.004779 0.0039 -0.02313 -0.000363 0.014791 0.026381 0.029204 -0.007536 -0.012875 -0.033383 0.0529 0.021952 -0.019798 -0.01421 0.051782 -0.01811 0.007299 -0.018719 0.018472 -0.036198 0.001653 -0.002687 -0.036303 0.013176 0.003386 0.007159 -0.023122 -0.013652 -0.006646 -0.041958 0.026876 -0.034879 -0.014351 -0.019923 -0.011042 0.01533 -0.034006 0.038415 0.011269 0.000595 -0.039266 0.032321 0.025089 0.035356 -0.002006 -0.014222 0.042016 0.010525 -0.007658 -0.008103 0.006643 0.0582 0.028118 -0.028965 0.049736 0.007371 -0.000798 0.034407 -0.010073 0.02193 -0.037358 -0.024806 -0.028309 0.001735 0.002538 0.026736 0.06231 -0.025045 0.019154 0.028413 -0.045259 -0.01869 0.011064 0.030373 -0.02555 -0.007911 -0.001545 0.012383 -0.028068 -0.00611 0.027239 -0.002585 -0.025798 0.021616 -0.015865 -0.074594 0.020319 -0.005198 0.008297 0.019675 -0.000851 0.007508 0.011948 0.001824 0.017759 -0.032904 0.010518 -0.044947 -0.036078 -0.014261 -0.040389 -0.007641 -0.001112 -0.017181 0.017048 -0.005423 -0.011003 0.012382 0.009967 -0.003377 0.073939 0.00438 0.020434 0.018617 0.016007 -0.001706 -0.015821 -0.008732 -0.039524 -0.013476 0.031614 -0.004208 0.010979 0.015676 0.014883 -0.017476 0.024777 0.026962 -0.009888 -0.003105 0.011531 0.021211 -0.000914 0.034122 -0.01338 0.001883 -0.021808 0.026395 0.002603 0.048121 0.006052 -0.007304 0.005773 0.00984 -0.016812 -0.051968 0.030939 -0.017468 0.015384 -0.047018 0.036302 0.002028 0.033989 0.032667 0.013483 0.010051 -0.020227 -0.028044 0.024981 -0.010517 -0.026906 0.020524 0.025321 -0.005581 -0.007336 -0.020476 0.019185 -0.018843 0.015782 0.063198 -0.015936 -0.017397 0.001677 0.010796 0.014541 -0.009515 -0.007906 -0.01551 -0.055789 0.009485 0.044925 0.006839 0.008014 0.000836 -0.031552 -0.037968 -0.000836 0.026052 -0.022248 0.009895 0.017184 0.02783 -0.026046 -0.041389 -0.005302 0.038085 -0.032639 0.017364 -0.000362 -0.018219 -0.039968 -0.017625 0.028348 0.033293 0.023739 -0.004222 -0.012127 -0.030114 -0.003148 0.023344 -0.017852 -0.006037 -0.006476 0.040237 0.011429 0.025138 -0.004267 -0.004268 0.009657 -0.001916 -0.022617 -0.012352 0.017191 0.001553 -0.041725 0.010541 -0.007047 0.00794 0.009106 0.003646 -0.016465 0.008842 -0.000979 -0.044323 -0.022671 0.014842 -0.014059 -0.004849 -0.002324 0.006311 0.005941 0.020847 -0.019617 0.017118 -0.016517 -0.026441 0.022823 0.022423 0.036068 0.030773 0.007037 0.010011 -0.03061 -0.027736 -0.022371 -0.006243 -0.015242 0.009633 -0.033218 0.007322 0.000968 -0.013552 0.011477 -0.023401 -0.008325 -0.014381 -0.036536 0.010743 0.003647 0.004461 0.005928 -0.005342 0.019117 -0.00851 0.032761 -0.008712 0.02895 0.020264 0.019624 -0.043108 0.000952 0.001783 0.02542 0.030808 0.020482 -0.006561 0.021876 -0.006704 -0.005008 -0.020704 0.011058 -0.028267 0.009997 -0.055881 -0.033924 0.019524 0.003069 -0.004296 0.006124 -0.035383\nŭ 0.044214 -0.001152 -0.049246 0.022666 0.016596 0.036884 0.009392 -0.006301 -0.018931 -0.024298 0.034108 0.006194 -0.012209 -0.020278 0.015174 -0.014834 0.014467 -0.020243 -0.009804 -0.036207 -0.005429 0.012209 0.000453 0.01893 0.0 0.024493 -0.002287 -0.024008 -0.012081 -0.023285 0.028611 -0.027414 -0.018571 -0.046934 0.011998 0.014145 -0.048364 0.027796 0.013841 0.014131 -0.019774 -0.000837 0.00565 0.001936 -0.024631 -0.017337 0.030343 -0.003664 0.000926 0.002766 0.017094 0.040346 0.036829 -0.027849 0.046311 0.01864 0.005573 0.028067 -0.005899 0.027089 -0.033996 -0.03332 -0.017769 -0.011505 0.005479 0.020418 0.040238 -0.014054 0.033687 0.022698 -0.06695 -0.001931 0.028173 0.020935 -0.047766 -0.001123 -0.043662 0.022195 -0.02213 -0.02492 0.019707 0.009049 0.005528 0.019736 -0.026319 -0.047606 -0.009869 0.019794 0.003713 -0.003915 -0.003949 0.031551 0.003804 -0.011762 0.017841 -0.004415 0.004886 -0.032381 -0.021554 0.00701 -0.019498 0.005801 0.00455 -0.024989 0.014479 -0.027989 -0.014976 0.011729 0.041878 -0.019756 0.048158 0.014291 0.024721 -0.015257 0.012785 0.001436 -0.002342 0.001044 -0.004556 -0.052435 0.037534 0.005458 0.04209 0.023059 0.034325 0.006812 -0.013301 -0.004966 -0.007622 -0.021189 -0.007445 -0.001881 -0.022562 0.031564 -0.012085 0.004011 -0.005454 0.01374 0.010792 0.041352 -0.01077 -0.003157 0.022332 0.031075 -0.026637 -0.054175 0.038466 0.005772 0.0071 -0.044023 0.003917 0.009567 0.024889 0.016695 -0.016429 0.008939 -0.000685 -0.026885 0.014909 -0.017432 -0.012987 0.02189 0.013893 0.025943 -0.018623 -0.023866 0.001554 -0.016429 0.02508 0.016719 -0.033925 -0.019306 0.004531 0.046522 -0.003602 -0.019198 -0.001184 -0.01653 -0.027943 -0.008815 0.026939 -0.01158 0.003658 -0.025978 -0.03205 -0.015349 0.017629 0.019278 -0.064509 -0.005022 0.017106 0.038262 -0.043496 -0.040494 0.005145 0.048828 -0.020614 0.017151 0.004813 0.000691 -0.031629 -0.032021 0.012927 0.02541 0.028605 -0.008142 -0.001019 0.006475 -0.008004 0.033012 -0.025557 -0.003143 0.006057 0.034979 0.009109 0.058068 0.005133 -0.020207 0.000234 0.016971 0.00662 0.012218 -0.001011 -0.002377 -0.024548 0.004365 -0.00234 0.016983 -0.010146 -0.023694 -0.001861 -0.008761 0.001691 -0.040606 -0.021278 -0.007789 -0.024925 -0.043171 0.019513 0.028894 0.004404 0.039794 -0.016555 0.012508 0.009074 -0.000259 0.054273 0.003221 0.03187 0.05444 0.02208 0.006162 -0.010368 -0.034303 -0.016761 -0.025477 -0.021291 0.018031 -0.024769 -0.004981 0.000538 0.001033 0.022782 -0.031362 -0.034371 -0.025762 -0.029159 -0.017901 0.010159 -0.014778 0.00862 -0.015848 0.003941 -0.00193 0.002705 -0.011021 0.009303 0.027447 0.053879 -0.035542 -0.015437 -0.023404 0.018206 0.001968 -0.023058 -0.005191 0.019621 0.002618 -0.026911 -0.016238 -0.003396 -0.028018 0.011085 -0.072769 -0.011978 0.010054 0.006756 0.021441 0.031135 0.005272\nì 0.04177 0.005638 -0.051434 0.040372 0.028652 0.025948 0.032846 -0.023985 -0.031314 -0.020912 0.036427 -0.019591 -0.010937 -0.002043 0.019937 -0.009081 0.018347 -0.032741 -0.006663 -0.039083 -0.018036 0.009699 0.00158 0.010468 -0.010158 0.027197 0.01355 0.002729 0.015583 -0.00787 0.019335 -0.02735 0.008971 -0.013571 0.022702 -0.00176 -0.036908 0.017872 -0.004808 0.048306 -0.012201 0.007431 -0.021218 -0.00041 -0.022452 -0.044873 0.043 -0.013679 0.011855 0.028591 0.007847 0.044563 0.049202 -0.025486 0.063568 0.017945 -0.021143 0.034757 -0.000591 0.021631 -0.016709 -0.036001 0.004167 -0.005126 0.026337 -0.001577 0.042291 -0.018523 0.029573 0.008224 -0.041603 -0.013931 0.034383 0.025894 -0.038131 0.02395 0.003807 0.038098 -0.005662 -0.007711 0.012688 -0.004403 0.006877 0.037476 -0.021266 -0.0508 -0.023271 -0.016812 0.00358 -0.034461 0.002669 0.03225 -0.009238 -0.017503 -0.009652 -0.019861 0.00107 -0.015402 -0.007288 -0.015601 -0.011614 0.026129 -0.011915 -0.005895 0.029474 -0.011469 -0.014759 -0.001785 0.058123 0.014249 0.017454 0.020351 0.002893 -0.010554 0.016417 -0.000844 -0.016456 0.000469 -0.010315 -0.043557 0.002285 -0.017128 0.050273 0.026603 0.023266 0.021593 -0.011211 -0.008647 -0.017604 0.002148 -0.009801 -0.004886 -0.030493 0.012566 -0.017796 0.018489 -0.025166 0.019684 0.004242 0.02223 -0.020659 0.012222 0.046637 0.025525 -0.037208 -0.019096 0.041772 -0.00834 -0.008389 -0.039901 0.011467 -0.007504 0.032664 0.01725 -0.002265 0.017777 0.010084 -0.018544 -0.002681 -0.029745 -0.000288 0.009333 0.016642 -0.008611 -0.018165 0.0052 0.016596 -0.021115 0.034897 0.013307 -0.037607 -0.029232 -0.010055 0.00914 -0.021155 -0.007292 0.015889 0.010345 -0.010406 -0.02713 0.052187 0.014386 -0.003279 -0.01754 0.000436 0.000912 0.000796 -0.000646 -0.056759 -0.023086 0.013301 0.018293 -0.025433 -0.001882 -0.032776 0.030205 0.026561 0.01044 0.006353 0.004089 -0.051054 -0.02418 0.004895 0.031584 0.032942 -0.00681 0.008764 -0.001145 -0.021038 0.019249 -0.033099 0.012572 0.01053 -0.001031 0.012027 0.027183 0.012496 -0.021458 0.012708 0.028268 0.020651 0.003726 0.013727 -0.025251 -0.01322 -0.014102 0.023145 0.016195 -0.009393 -0.007967 0.003678 -0.022876 -0.027184 -0.045323 -0.033829 0.011338 -0.000404 -0.056724 0.025972 0.027443 -0.010141 0.044529 -0.019707 0.010597 0.004193 -0.004919 0.032261 0.011249 0.025786 0.065856 0.002951 0.012327 0.006685 -0.053866 -0.022005 -0.01562 -0.000514 0.038286 -0.013572 -0.036169 0.019057 0.002848 0.004209 -0.023919 -0.041107 -0.033277 -0.012163 -0.002845 -0.002676 -0.005811 0.000482 -0.005703 0.005323 -0.006114 0.011287 -0.009188 0.023348 0.034813 0.030299 -0.042069 -0.008693 0.002115 0.000395 0.01912 -0.035615 0.005658 -0.009499 0.000329 -0.038675 -0.001234 0.026592 -0.040348 0.015232 -0.063131 -0.011926 0.019074 0.002924 -0.002684 0.041925 -0.017872\nʁ 0.009007 0.004977 -0.036118 0.016982 0.017057 0.035658 0.020321 -0.006463 -0.007932 -0.019946 0.041851 0.0097 -0.014811 -0.021258 0.027826 -0.005702 0.00273 -0.020145 0.002097 -0.032141 -0.008033 0.000775 -0.019641 0.01629 0.010768 0.002079 -0.018249 -0.004964 -0.013669 -0.030341 0.033939 -0.025177 -0.022485 -0.020258 -0.007141 0.009483 -0.022886 0.033828 0.00733 0.014158 -0.035309 0.022813 0.007624 0.01749 -0.010084 -0.019594 0.024052 0.008946 -0.000185 0.012691 0.00405 0.048774 0.023883 -0.036265 0.034464 0.009775 0.009376 0.023307 -0.003229 0.021834 -0.022512 -0.02224 -0.015151 -0.013385 0.004017 0.020678 0.033849 -0.024131 0.021079 0.027088 -0.029785 -0.010817 0.013371 0.016549 -0.036858 -0.006361 -0.008987 0.011692 -0.017729 -0.015252 0.021493 -0.004601 -0.000137 0.015835 -0.015353 -0.055674 0.01488 -0.008704 -0.003141 0.015946 -0.00552 0.01579 0.007067 -0.009343 0.005412 -0.023676 0.005625 -0.038557 -0.019164 -0.004865 -0.027783 -0.007812 -0.013366 -0.02412 0.01015 -0.006868 -0.020574 0.011611 0.014582 -0.003899 0.050982 0.012737 0.020946 -0.000968 0.008265 -0.001669 -0.018444 -0.010615 -0.020237 -0.024902 0.038045 0.001843 0.026582 0.013335 0.012467 -0.004519 0.009226 0.007084 -0.01553 -0.011583 0.003889 0.012085 -0.014603 0.032024 -0.01073 0.009335 -0.025483 0.011355 0.006525 0.042604 -0.010303 -0.003434 0.018139 0.012635 -0.026369 -0.04733 0.035762 -0.004073 0.014373 -0.054255 0.016305 0.008398 0.029806 0.021601 -0.002104 -0.006431 -0.002165 -0.029233 0.011578 0.00217 -0.021249 0.004907 0.025376 0.008886 -0.016748 -0.009788 0.021939 -0.009109 0.015273 0.039646 -0.03207 -0.02461 -0.004955 0.021029 -0.001122 -0.015652 -0.000774 -0.013814 -0.03148 -0.005952 0.031787 -0.00729 0.001774 -0.000921 -0.014681 -0.022912 -0.008348 0.0109 -0.030919 0.001122 0.017544 0.023935 -0.029307 -0.03997 -0.001608 0.033624 -0.01801 0.013478 0.008372 0.000599 -0.030635 -0.020323 0.022594 0.021192 0.019871 -0.005017 -0.00106 -0.036712 -0.002658 0.028359 -0.02567 -0.002712 -0.002419 0.025824 0.005384 0.035801 0.001385 -0.010174 0.012321 -0.002191 -0.013792 -0.005514 -0.001076 0.009058 -0.029691 0.011382 -0.005368 0.003986 0.017417 -0.02302 -0.012238 0.003057 0.011171 -0.025949 -0.016419 0.009887 -0.014249 -0.025756 0.011223 0.014044 0.002897 0.019294 -0.012068 0.016537 0.00344 -0.015751 0.029049 0.016015 0.029725 0.039638 0.002865 0.00477 -0.010216 -0.032702 -0.031071 -0.014739 -0.007576 0.005778 -0.020355 -0.011601 0.009367 -0.005602 0.010013 -0.011423 -0.001721 -0.011904 -0.02247 -0.002712 -0.002939 0.010287 -0.000915 -0.014546 0.01606 0.003434 0.016383 -0.002784 0.011488 0.015021 0.03562 -0.036389 -0.007936 -0.001737 0.00944 0.022803 -0.00631 -0.008239 0.025469 -0.00758 -0.01914 -0.020206 0.002426 -0.029888 0.010227 -0.049988 -0.009463 0.011372 0.005689 0.003666 0.003988 -0.015468\ǹ 0.010948 0.00437 -0.02884 0.014537 0.007133 0.016924 0.007931 0.000777 -0.005705 -0.011673 0.019131 0.007685 -0.01412 -0.004591 0.020955 0.001477 0.004357 -0.010606 -0.008123 -0.016266 -0.017369 0.001947 0.004671 0.014193 0.002999 0.005574 -0.00563 -0.001586 -0.01236 -0.017834 0.017659 -0.017457 -0.017366 -0.019633 0.001348 0.00475 -0.017969 0.015664 0.004306 0.014582 -0.016383 0.017553 0.000821 0.002591 -0.014952 -0.015307 0.009728 0.003385 -0.001725 0.010093 0.001504 0.027791 0.02596 -0.015056 0.024324 0.001794 -0.000385 0.014204 -0.00882 0.019239 -0.026784 -0.015342 -0.002619 -0.004154 0.004834 0.010568 0.026015 -0.019131 0.019253 0.013132 -0.032845 0.000514 0.014095 0.015701 -0.021305 0.00178 -0.017059 0.014748 -0.017508 -0.006147 0.011008 -0.00297 -0.002552 0.004438 -0.00064 -0.038127 0.00699 -0.012433 -0.006872 0.004017 -0.011209 0.009013 0.007599 -0.003946 0.00801 -0.011801 -0.00144 -0.026176 0.00044 -0.001307 -0.012401 -0.007407 -0.004627 -0.018717 0.00707 0.002356 -0.005552 0.003401 0.010876 -0.002288 0.025223 0.010994 0.019595 -0.000852 0.009804 0.007706 -0.008159 -0.000317 -0.007154 -0.027971 0.017388 -0.00505 0.02281 0.000628 0.005446 0.005564 -0.014149 -0.007904 -0.002883 -0.004208 -0.004522 0.005235 -0.013364 0.020596 -0.013136 0.009974 -0.013336 0.003376 -0.000672 0.026178 0.000119 -0.005099 0.011672 0.014211 -0.016505 -0.022298 0.031528 0.003251 -0.003076 -0.020543 0.00934 0.005141 0.019297 0.016637 -0.006798 0.001373 0.003091 -0.014466 0.011154 -0.015329 -0.004863 0.010023 0.019738 0.012262 -0.005194 -0.016713 0.007923 -0.005809 0.01938 0.015931 -0.01242 -0.006662 -0.006369 0.015338 -0.009764 -0.01188 -0.009105 -0.008318 -0.019754 -0.007175 0.027462 -0.007156 0.004824 -0.000544 -0.00401 -0.013134 0.003297 0.013061 -0.028827 0.01718 0.004382 0.012095 -0.012735 -0.017312 0.004625 0.024329 -0.010959 0.001239 0.005308 0.003363 -0.019414 -0.014651 0.014272 0.015371 0.023573 0.002378 0.006414 -0.01378 -0.007115 0.022063 -0.012593 -0.003879 -0.007146 0.003832 -0.000978 0.037954 0.004765 -0.016057 0.007855 -0.006466 -0.007544 0.002434 -0.003647 0.007185 -0.005689 0.004848 -0.003 0.012983 -0.002846 -0.018329 -0.002858 0.009107 0.001041 -0.014623 -0.023885 0.002254 -0.008393 -0.017205 0.015255 0.011967 0.005128 0.014953 -0.014897 0.008307 0.001905 -0.005655 0.019677 -0.000573 0.02197 0.028021 0.013144 0.005429 0.001461 -0.024141 -0.028834 -0.014795 0.001839 0.011241 -0.016285 -0.009488 0.005277 -0.017302 0.015152 -0.010515 -0.013455 -0.006076 -0.022425 0.0022 0.000679 -0.006474 0.004197 0.00212 0.012129 -0.003107 0.001563 0.000795 -0.008148 0.01099 0.023578 -0.024639 -0.003409 -0.010577 0.002493 0.003036 -0.00501 0.000789 0.009714 -0.002432 -0.008319 -0.021719 0.00454 -0.027959 0.004098 -0.033447 -0.010509 -0.000289 0.000619 0.015766 0.002228 -0.013525\nރ 0.046087 -0.014285 -0.088112 0.029419 0.028954 0.054772 0.031464 -0.014233 -0.022394 -0.042844 0.061041 0.00826 -0.013378 -0.019492 0.067941 -0.027371 0.004031 -0.018521 -0.00718 -0.064451 -0.039277 0.00466 0.033614 -0.002511 -0.00145 0.007044 -0.000379 -0.004452 -0.020708 -0.047321 0.039768 -0.036774 -0.020528 -0.050825 0.029622 0.041531 -0.067969 0.046189 0.02196 0.037514 -0.058612 0.042024 -0.017614 -0.015857 -0.058821 -0.045821 0.051248 -0.004021 0.008647 0.028557 -0.003431 0.042975 0.042839 -0.061331 0.051998 0.00187 -0.0501 0.006305 0.008023 0.043672 -0.043759 -0.030228 -0.019553 -0.027328 0.010892 0.021101 0.073711 -0.02124 0.024457 -0.002983 -0.060794 -0.012211 0.015467 0.019042 -0.059629 0.008489 -0.019503 0.007541 -0.062701 -0.036184 0.008688 0.005221 -0.019941 0.028156 -0.020069 -0.081462 0.003528 0.005803 -0.054039 0.017676 -0.016456 0.0354 -0.014005 -0.029234 0.008095 0.002995 -0.028154 -0.059031 -0.008787 -0.027788 -0.005267 -0.023914 -0.010484 -0.05416 0.023092 -0.030886 -0.010088 -4.3e-05 0.039316 -0.015018 0.059789 0.028464 0.035621 0.005694 0.00321 0.030122 -0.030894 -0.007528 -0.011111 -0.092122 0.030858 -0.006938 0.050858 0.06097 0.054095 1.5e-05 0.016379 -0.016784 -0.011594 -0.037325 -0.03279 0.000694 -0.008202 0.009751 -0.027344 0.032876 -0.017878 -0.012545 0.003919 0.05738 -0.006886 0.002461 0.019258 0.020319 -0.034867 -0.054494 0.060436 0.009446 -0.002979 -0.055537 0.026328 0.003948 0.066018 0.056087 0.006295 0.012408 0.01703 -0.026807 -0.003576 -0.047758 -0.04958 0.000385 0.040175 0.021208 -0.045468 -0.020909 0.045598 -0.046092 0.04104 0.038689 -0.028029 -0.059587 -0.05044 0.065761 -0.028987 -0.027367 -0.037398 -0.034654 -0.050306 -0.024295 0.076058 -0.030662 0.032051 -0.007365 -0.023775 -0.015038 0.007914 0.018327 -0.071203 0.007528 0.0129 0.015953 -0.049203 -0.05818 0.003497 0.079085 -0.056771 0.043502 -0.006566 0.008118 -0.04567 -0.065171 0.006187 0.043174 0.011125 0.042256 0.018802 -0.002873 0.011069 0.036229 -0.036592 0.023537 -0.029753 -0.004042 0.006657 0.082647 0.013103 -0.032569 0.018719 0.026313 -0.007202 0.034692 -0.004942 0.007386 -0.021371 -0.028358 0.012814 -0.001447 -0.001944 -0.034791 0.005714 0.00082 -0.000782 -0.031278 -0.060817 0.002823 -0.023071 -0.068389 0.04745 0.049431 0.025612 0.037684 -0.058565 0.028881 0.000823 -0.026797 0.022185 -0.008918 0.031543 0.071255 0.048647 0.013628 0.003696 -0.046526 -0.062023 -0.006424 0.010542 0.043647 -0.033245 -0.020438 0.012202 -0.025845 0.035833 -0.038192 -0.042678 -0.013655 -0.04834 -0.023706 0.011928 0.031411 0.043918 -0.01693 0.036312 -0.019332 0.008793 0.001978 0.009219 0.02788 0.059491 -0.090914 0.004428 -0.039519 0.012754 0.011138 -0.018904 -0.015799 0.030763 -0.035087 -0.009065 -0.028355 0.038599 -0.055833 0.041165 -0.109822 -0.035226 0.020638 0.019032 0.011654 0.038415 0.007829\nই 0.026327 -0.005391 -0.050047 0.00821 0.004256 0.024852 -0.013256 0.003572 -0.013668 -0.037227 0.034077 0.004454 -0.010595 -0.031867 0.03697 -0.00462 0.004569 -0.013988 -0.01217 -0.056721 -0.008817 -0.010368 0.003183 0.008295 -0.007174 0.017738 -0.018685 -0.021932 -0.02645 -0.051718 0.032802 -0.026132 -0.03688 -0.041791 0.005524 0.014799 -0.013532 0.031925 0.002694 0.016115 -0.034463 0.019557 0.020746 -0.012832 -0.044609 -0.009799 0.015541 0.001158 -0.004986 0.009004 0.016722 0.059454 0.016467 -0.045476 0.037702 -0.015496 -0.028753 0.007305 0.002179 0.016362 -0.029842 -0.006409 -0.004924 0.006622 0.017632 0.019661 0.060257 -0.01094 0.064987 0.018512 -0.046671 0.0 0.020604 0.02622 -0.044614 -0.001033 -0.017555 0.029506 -0.057811 -0.015502 0.009697 -0.005654 0.011599 6.5e-05 -0.029299 -0.050331 0.007909 -0.015029 -0.045909 0.003598 -0.042932 0.010547 0.024244 -0.018355 0.032349 0.016386 -0.015912 -0.043031 -0.005694 -0.009076 -0.022398 0.017151 0.000273 -0.047221 0.003819 0.006641 -0.007253 -0.00146 0.047955 -0.009009 0.039652 0.045136 0.001986 -0.040223 0.009158 0.000107 0.00933 -0.003577 -0.016541 -0.034381 0.030764 0.009432 0.029908 0.022715 0.039878 0.025841 -0.016856 -0.011884 -0.020711 -0.044861 -0.012212 0.015704 -0.00485 0.033094 -0.002092 0.018458 -0.03452 0.010485 -0.002287 0.046212 0.017403 -0.002994 0.015848 0.035208 -0.045865 -0.060379 0.0867 0.031098 -0.0102 -0.04694 -0.012271 0.017599 0.023343 0.027568 -0.000973 0.005539 0.015932 -0.023025 0.03219 -0.028956 -0.037039 0.011877 0.028879 0.023637 -0.012152 -0.017729 0.029428 -0.025113 0.027273 0.016727 -0.017676 -0.013635 -0.009914 0.040138 -0.044018 -0.035346 0.00192 0.001014 -0.042115 -0.01478 0.029324 -0.006754 0.008281 -0.000915 -0.006484 -0.027358 0.015959 0.031845 -0.032797 0.009495 0.020366 0.032091 -0.048155 -0.027358 0.003401 0.053277 -0.01576 0.01121 -0.002513 -0.01895 -0.043018 -0.031691 0.021416 0.053095 0.010154 0.027595 0.010966 -0.007713 -0.010568 0.060757 -0.01341 -0.017597 -0.022557 -0.003256 -0.014459 0.059531 0.008154 -0.034101 0.016422 0.018085 -0.013313 0.001267 -0.008388 0.03857 -0.018571 -0.005233 -0.004808 0.029014 0.000241 -0.032965 -0.008367 0.003865 0.007486 -0.025538 -0.051619 -0.017381 -0.035697 -0.047106 0.012643 0.010489 0.017352 0.025106 -0.041355 0.020207 -0.003724 -0.003395 0.047313 -0.011673 0.03277 0.034566 0.031857 0.004434 -0.008134 -0.025789 -0.014671 -0.023426 -0.022119 0.014279 -0.032667 -0.010569 -0.008821 -0.018535 0.036952 -0.018085 -0.038754 -0.007823 -0.046855 -0.013001 0.01171 0.003409 0.024806 0.011066 0.014507 0.007913 0.008539 -0.001391 -0.015859 0.019817 0.062179 -0.069132 0.009601 -0.025322 0.025054 0.023543 -0.019711 -0.015263 0.015647 -0.008573 -0.026473 -0.02146 0.006519 -0.051992 0.010297 -0.074746 -0.004866 0.01755 0.010886 0.035964 0.005685 -0.00019\nਆ 0.017832 0.004452 -0.046154 -0.018648 0.009104 0.027506 -0.0059 -0.032923 -0.012943 -0.034658 0.038876 0.015564 -0.005355 -0.009242 0.023872 -0.008568 0.017934 -0.012579 -0.010667 -0.038556 -0.000316 0.012921 -0.01172 0.010229 0.016571 -0.011038 -0.012453 -0.015686 0.000137 -0.033438 0.007836 -0.035679 0.008627 -0.021057 0.001834 0.023702 -0.020536 0.033963 -0.001829 0.014939 -0.057678 -0.017197 0.00534 -0.009024 -0.007672 -0.00091 0.039915 -0.005861 -0.009437 -0.000699 -0.004239 0.028014 0.031009 0.006136 0.019993 -0.005783 -0.0187 0.011721 -0.009614 0.010015 -0.036212 -0.033804 0.007566 -0.022837 0.018802 0.0309 0.0367 0.018797 0.030394 0.011211 -0.056101 0.005622 0.019004 0.033747 -0.023286 0.008931 -0.047747 0.012401 -0.045719 -0.012559 -0.01528 -0.036729 0.013208 -0.011498 -0.009905 -0.02114 0.002207 -0.027445 -0.005884 -0.016079 -0.006819 0.001376 0.0226 0.009668 0.014669 0.002746 -0.003689 -0.036988 -0.001473 0.00654 -0.035982 0.003045 -0.008848 -0.032407 0.023396 -0.015359 -0.017484 0.013447 0.046655 -0.006649 0.030254 0.018609 0.030655 -0.043036 0.006895 -0.02285 0.025457 -0.002929 -0.00933 -0.007037 0.047444 0.003222 0.012348 0.023833 0.028658 0.026783 -0.014014 0.005892 -0.0076 -0.004101 -0.003412 -0.015157 -0.003334 0.049657 -0.027597 0.010917 -0.041883 -0.000385 0.036381 0.035061 -0.008817 -0.014308 0.0069 0.021153 -0.032533 -0.039123 0.032607 0.020572 0.022161 -0.018515 0.011889 0.009181 0.028297 0.02579 0.016188 0.01317 0.010824 -0.012351 0.032618 -0.016379 -0.029895 -0.000607 0.01458 0.016921 -0.013013 -0.008815 0.022775 -0.002784 0.015796 0.008772 -0.030996 -0.026057 0.005584 0.022969 -0.019434 -0.023042 -0.021493 0.000873 -0.055143 -0.014349 0.021242 -0.013536 0.009784 -0.029041 -0.008239 -0.022926 0.015555 0.012405 -0.02722 -0.005053 0.042566 0.024295 -0.01281 -0.021764 -0.012873 0.026731 -0.033832 0.016776 0.011369 0.000855 -0.012142 -0.015418 0.005171 0.04004 0.019062 0.017831 0.020113 -0.000323 0.003804 0.043641 0.014405 -0.007393 0.007985 0.001355 0.001648 0.049222 0.017648 -0.0197 0.033452 -0.039874 -0.022686 -0.01669 0.009437 -0.01314 -0.023763 0.00153 -0.002806 0.013196 -0.019525 -0.029501 0.003972 -0.017828 0.002318 -0.015017 -0.017497 -0.050044 -0.017648 -0.041435 0.004917 0.016871 -0.010091 -0.004621 -0.029669 0.023944 -0.013214 0.005939 0.011465 -0.000373 0.045464 0.052568 0.017024 0.014058 -0.018349 -0.023213 -0.005629 -0.031999 -0.000377 0.052368 -0.023764 -0.011832 0.000487 -0.021936 0.015827 -0.023536 -0.029822 -0.015616 -0.04688 -0.030181 0.017672 0.005607 0.004817 0.021886 0.021514 0.005569 0.003259 -0.01212 0.00783 0.011715 0.04335 -0.0433 -0.014907 -0.012976 0.021537 0.018691 -0.005002 -0.005435 0.03939 -0.010236 -0.028675 0.006361 -0.011631 -0.019792 0.027539 -0.057735 0.002881 -0.000983 0.008894 0.017117 -0.018008 -0.003644\nᖏ -0.023758 0.056053 -0.020579 0.008941 0.0171 0.014912 -0.033479 0.021528 -0.010755 0.023183 0.021725 -0.021466 -0.013213 -0.028685 -0.019094 -0.01509 -0.036737 0.041437 -0.009286 0.02223 0.005163 -0.046986 -0.046762 -0.017836 0.017175 -0.025511 -0.01994 -0.031425 -0.013769 -0.015186 0.013814 -0.0308 -0.00244 -0.009854 0.024167 0.041533 -0.015332 -0.030428 -0.002346 0.010628 -0.009579 -0.04038 0.010374 -0.013659 -0.008107 0.026569 -0.020142 0.013703 0.02761 0.001148 0.024386 -0.028538 0.020623 -0.002787 -0.023831 0.019417 0.008912 0.001006 0.009331 -0.057206 0.042641 -0.000263 -0.011999 0.000907 -0.02149 -0.008939 0.040246 0.02091 -0.013906 -0.031984 -0.035924 0.007805 -0.02448 0.003232 -0.024214 -0.004363 0.00568 0.002894 -0.032745 0.022133 0.037736 0.041449 0.035171 0.005419 -0.033527 -0.007357 0.022189 0.018233 0.001237 0.02088 -0.031047 0.011997 0.008991 0.01594 0.036645 0.006338 -0.007041 0.025272 0.006 0.054536 -0.011179 0.000626 0.014706 -0.021626 0.022074 0.040564 -0.016419 0.01539 -0.007528 0.007015 -0.002741 0.057424 0.029742 0.019374 0.021696 0.011985 0.035884 -0.002532 -0.002742 0.007619 0.005372 0.009761 0.011617 0.017176 -0.026023 0.000933 0.01641 -0.018812 -0.010478 -0.013425 -0.036898 0.032115 0.014061 0.031461 0.034973 -0.020356 0.0076 -0.01786 -0.012629 0.029742 -0.013259 -0.01736 0.037712 -0.010144 -0.061908 -0.006226 0.020226 0.047962 0.046717 -0.071569 0.027877 -0.017353 0.019698 -0.030015 -0.009608 0.008535 0.016055 -0.03397 -0.050642 0.011958 -0.041901 0.007711 -0.014799 -0.021216 -0.02583 0.008348 0.001505 0.006078 -0.020963 0.018478 -0.011285 -0.025205 0.016301 -0.005628 0.006452 -0.035762 0.020915 -0.042989 0.01681 -0.000916 -0.002413 -0.016977 -0.040329 0.009978 0.006541 0.017543 -0.008532 0.000449 0.040278 -0.020434 -0.010927 0.014903 -0.012063 -0.046257 0.001731 0.030233 -0.000499 -0.005792 0.033404 0.000839 -0.03694 0.010893 0.012891 0.038049 -0.01424 -0.020653 0.006087 0.001991 -0.027424 1.8e-05 0.024629 -0.039017 0.025822 -0.022031 0.005438 0.009023 0.018221 -0.028877 0.023673 0.030379 -0.004879 -0.009286 -0.016166 0.004641 0.032982 0.003021 -0.0194 0.01294 -0.016044 -0.011023 0.037554 0.013039 -0.007859 0.008402 -0.055439 -0.000235 -0.029215 -0.011237 0.008823 0.017991 0.000833 0.002846 0.019385 0.002902 -0.005233 -0.029557 0.017684 -0.015703 0.006407 0.028793 0.002452 -0.039093 0.00166 -0.03757 -0.00804 -0.087186 -0.003452 -0.014141 -0.028853 -0.022779 -0.003365 -0.005098 -0.005277 -0.027922 0.003775 0.036289 0.007282 0.001295 -0.010775 -0.000638 0.038107 -0.00975 0.063657 0.026133 -0.024076 0.022264 0.027462 -0.013964 -0.016207 0.006142 0.026229 -0.01516 -0.006355 -0.010207 0.004115 -0.004572 0.006282 0.034893 -0.04576 0.05652 0.014026 -0.045493 -0.004046 -0.039925 0.00098 0.020852 -0.054534 -0.006591 0.027181 0.010089\nܘ 0.054984 0.007975 -0.089088 0.036961 0.0309 0.063213 0.015495 -0.005173 -0.026336 -0.058905 0.053483 0.018599 -0.008838 -0.044823 0.051039 -0.009552 0.016341 -0.038163 -0.023876 -0.072554 -0.031705 -0.006347 0.00187 0.017338 -0.004518 0.03448 -0.018686 -0.011286 -0.030967 -0.043102 0.033512 -0.061058 -0.02278 -0.062657 0.025455 0.015525 -0.052925 0.073593 0.005713 0.033734 -0.049888 0.020013 -0.005232 -0.004768 -0.047641 -0.052302 0.067319 -0.013437 -0.007576 0.041558 -0.002662 0.095067 0.060836 -0.060473 0.075379 0.005317 -0.011317 0.034953 -0.014551 0.060761 -0.038174 -0.050251 -0.015954 -0.031989 0.028874 0.03871 0.06269 -0.012037 0.073593 0.02251 -0.065583 -0.001104 0.024075 0.026536 -0.080746 0.013981 -0.050241 0.036684 -0.05921 -0.023561 0.020269 -0.000504 0.005306 0.042796 -0.034966 -0.094507 0.011332 0.000948 -0.035084 -0.012156 -0.018113 0.025281 0.011643 -0.022078 0.030843 -0.022367 -0.003404 -0.065061 0.007651 -0.004267 -0.029014 -0.009116 -0.005785 -0.043621 0.020348 -0.009119 -0.027666 0.009641 0.056026 -0.01262 0.061204 0.03918 0.042981 -0.02428 0.015569 0.002587 -0.011762 -0.003009 -0.034821 -0.072684 0.032299 0.00156 0.071983 0.027431 0.058848 0.026033 -0.025829 -0.020988 -0.031243 -0.023922 -0.027686 0.000827 -0.035432 0.048561 -0.042886 0.028864 -0.051845 0.001576 -0.00043 0.082168 -0.007433 -0.008483 0.011536 0.03833 -0.06146 -0.087898 0.077911 0.00779 -0.008059 -0.065189 0.004581 0.017009 0.05268 0.047923 0.002705 0.005378 0.007672 -0.028852 0.02757 -0.033996 -0.01905 0.022626 0.0404 0.018857 -0.015633 -0.025633 0.02904 -0.035058 0.040728 0.036762 -0.044454 -0.026057 -0.025452 0.059475 -0.027943 -0.048228 -0.019854 -0.020989 -0.077544 -0.033739 0.059262 -0.019381 0.005804 -0.016853 0.000877 -0.022582 0.002895 0.030451 -0.09565 0.000366 0.002766 0.04986 -0.05169 -0.067683 0.010732 0.070716 -0.033989 0.012903 -0.001625 0.00761 -0.063429 -0.063425 0.032536 0.036883 0.02767 0.014963 0.039229 -0.002182 -0.010382 0.067061 -0.052773 -0.012413 -0.020356 0.019976 -0.004983 0.117273 0.007098 -0.033672 0.003107 -0.000135 -0.003408 0.008686 -0.00732 0.009503 -0.039864 0.011594 -0.004405 0.026472 -0.032982 -0.033357 -0.009344 0.001386 -0.007319 -0.023 -0.070855 -0.012296 -0.026756 -0.046255 0.044459 0.044183 0.026347 0.033017 -0.036759 0.017122 0.012534 -0.020622 0.068929 -0.015886 0.081326 0.089561 0.062647 0.019229 0.007745 -0.083019 -0.059217 -0.036946 0.006545 0.033452 -0.043542 -0.023206 0.002677 -0.025709 0.061484 -0.041331 -0.065016 -0.025106 -0.052959 -0.029459 0.005138 -0.004524 0.034385 0.007471 0.019663 -0.020102 0.015133 0.013522 0.005543 0.030774 0.068053 -0.087528 -0.012929 -0.04373 0.027575 0.034073 -0.038071 -0.00752 0.034561 -0.018285 -0.027177 -0.028055 0.016797 -0.072231 0.022176 -0.120365 -0.013197 0.012523 0.028859 0.031123 0.038748 0.006422\nज 0.026083 0.000553 -0.03978 0.014155 0.005812 0.023694 0.000941 -0.011256 -0.02315 -0.027144 0.033057 0.010658 -0.00451 -0.015812 0.020846 -0.007401 0.006341 -0.017062 -0.006519 -0.039279 -0.011669 0.006872 0.005883 0.009446 0.001874 0.014335 -0.013138 -0.014231 -0.010243 -0.022152 0.020425 -0.027994 -0.013955 -0.029897 0.009286 0.004098 -0.026246 0.03131 0.003158 0.017548 -0.024566 0.002191 0.002943 -0.001507 -0.016799 -0.011695 0.029185 -0.004441 0.001516 0.010534 0.003464 0.037357 0.029738 -0.02868 0.036159 0.005174 -0.004372 0.008008 -0.004038 0.019563 -0.024765 -0.023146 -0.007232 -0.013613 0.012082 0.017536 0.031522 -0.002034 0.022781 0.013656 -0.045313 -0.008884 0.022404 0.012603 -0.039583 0.005105 -0.026027 0.012951 -0.026402 -0.014476 0.005103 -0.002889 0.006703 0.011037 -0.006138 -0.024628 0.002993 -0.011029 -0.01192 -0.002068 -0.008518 0.013821 0.010038 -0.004463 0.013871 -0.004204 -0.009952 -0.033137 -0.000439 -0.007684 -0.023275 0.001908 -0.001566 -0.018486 0.016083 -0.00898 -0.014537 0.006901 0.034566 -0.003569 0.033255 0.019595 0.016592 -0.016724 0.005146 0.000402 0.000318 0.002442 -0.013567 -0.026986 0.019986 -0.00324 0.02934 0.024847 0.02842 0.006498 -0.012076 -0.008092 -0.010891 -0.012547 -0.011163 -0.003021 -0.013477 0.02685 -0.020864 0.003998 -0.025367 0.007919 0.010397 0.026841 -0.012149 -0.002184 0.003971 0.020222 -0.032351 -0.03859 0.040987 0.015739 -0.003713 -0.032439 0.000176 0.008049 0.026036 0.019913 0.003254 0.007386 0.005042 -0.018866 0.015024 -0.018472 -0.020568 0.008143 0.016744 0.012744 -0.015276 -0.009071 0.02655 -0.01348 0.017636 0.011131 -0.023134 -0.012313 -0.009945 0.02933 -0.010304 -0.021881 -0.001281 -0.003818 -0.032351 -0.011091 0.025492 -0.010275 0.016 -0.0193 -0.006213 -0.00884 0.005048 0.021147 -0.038506 0.001845 0.021069 0.022901 -0.024127 -0.031947 -0.001119 0.028389 -0.019674 0.018757 0.002168 -0.005627 -0.02659 -0.020261 0.007391 0.021513 0.012981 0.012092 0.005226 -0.005592 -0.003329 0.034051 -0.006757 -0.00744 -0.006656 0.016042 0.000427 0.047926 0.012911 -0.019675 0.01668 -0.003587 -0.001147 0.007221 -0.003382 0.001329 -0.025148 -0.006691 0.002341 0.014069 -0.003769 -0.01787 -0.007405 -0.009119 -0.000519 -0.024658 -0.026236 -0.009736 -0.003652 -0.023576 0.020993 0.021146 0.004979 0.014532 -0.02478 0.016161 -0.002841 -0.000188 0.02491 0.000203 0.026151 0.039672 0.017756 0.009173 -0.01263 -0.024422 -0.020697 -0.014219 -0.006241 0.020636 -0.025435 -0.006913 0.000681 -0.016373 0.02427 -0.019414 -0.027526 -0.019098 -0.022922 -0.016312 0.004692 -0.010844 0.016035 0.00522 0.01104 -0.004064 0.004509 -0.0072 0.001269 0.015666 0.040837 -0.040015 0.001294 -0.015955 0.010376 0.00988 -0.02277 -0.014315 0.01582 -0.011536 -0.02072 -0.005247 0.00095 -0.027171 0.010504 -0.049951 -0.006247 0.010407 0.013237 0.014549 0.008611 0.00868\nพ 0.029015 0.001277 -0.046037 0.026727 0.012379 0.034926 0.008476 0.001218 -0.023074 -0.027955 0.026796 0.003287 -0.006502 -0.019977 0.029828 -0.003907 0.006343 -0.024358 -0.008273 -0.041644 -0.014737 0.005298 0.006764 0.012489 0.002545 0.01468 -0.014015 -0.004719 -0.014451 -0.027414 0.018989 -0.027439 -0.0164 -0.035381 0.002059 0.01874 -0.037104 0.03895 0.011957 0.018162 -0.032592 0.010066 -0.001388 -0.004526 -0.026887 -0.02413 0.032901 0.001406 -0.000403 0.011212 0.00392 0.045245 0.032326 -0.032096 0.038362 0.004872 -0.00509 0.02641 -0.014965 0.023458 -0.030129 -0.032639 -0.002799 -0.015876 0.011552 0.020483 0.031936 -0.016111 0.03995 0.014462 -0.045417 -0.008012 0.021974 0.009295 -0.054719 0.005663 -0.029721 0.023881 -0.031528 -0.014132 0.013045 -0.005426 0.00215 0.016702 -0.018767 -0.049288 -0.001859 -0.000547 -0.018477 -0.000874 -0.003791 0.023676 0.008079 -0.011944 0.016402 -0.005971 0.005694 -0.03538 0.005459 -0.000392 -0.018299 0.006273 -0.002592 -0.024438 0.015005 -0.002988 -0.012448 0.006177 0.029525 -0.003322 0.049732 0.018908 0.026508 -0.012845 0.00721 0.001837 -0.004077 0.00089 -0.003772 -0.040511 0.019901 0.002664 0.038933 0.025916 0.037961 0.013342 -0.013649 -0.01565 -0.005878 -0.016123 -0.012207 -0.00678 -0.01804 0.029601 -0.018974 0.01499 -0.033948 -0.001015 0.007274 0.043276 -0.00113 -0.009205 0.006713 0.026068 -0.037012 -0.046593 0.043859 0.008176 -0.000746 -0.043044 0.002763 0.005287 0.034876 0.027189 -0.001798 0.006322 0.005808 -0.028227 0.012198 -0.02472 -0.01476 0.011371 0.02586 0.013739 -0.013543 -0.010419 0.021846 -0.019301 0.021622 0.016835 -0.027103 -0.020201 -0.010806 0.03039 -0.02296 -0.027175 -0.000959 -0.002619 -0.037647 -0.021614 0.037812 -0.009343 0.006851 -0.010513 -0.007325 -0.011672 0.003352 0.019714 -0.054608 -0.001737 0.012752 0.029473 -0.035998 -0.035258 0.009236 0.037707 -0.019029 0.007486 0.003329 0.002369 -0.033639 -0.03149 0.014912 0.025154 0.023085 0.018333 0.004828 -0.005666 -0.003163 0.031792 -0.022995 0.002283 -0.008818 0.01703 0.001196 0.060646 0.004356 -0.023751 0.008875 -0.003151 -0.001577 0.012126 0.000509 0.005537 -0.023385 -0.00135 -0.000829 0.01629 -0.006261 -0.028673 -0.007361 0.000726 -0.004026 -0.023284 -0.031303 -0.001971 -0.008692 -0.034441 0.023715 0.027287 0.007347 0.031261 -0.02514 0.011387 0.003189 -0.005517 0.035123 -0.006628 0.035149 0.055762 0.0205 0.005153 -0.007771 -0.042776 -0.030426 -0.018518 -0.000845 0.025311 -0.026242 -0.018858 0.00872 -0.010222 0.027075 -0.023017 -0.025977 -0.028079 -0.029732 -0.012126 0.007012 0.002217 0.019916 -0.004048 0.010163 0.00277 0.013421 -0.001999 0.001215 0.012985 0.040628 -0.045858 5e-05 -0.010076 0.0107 0.01295 -0.020811 -0.007648 0.019861 -0.004788 -0.023797 -0.015439 0.009673 -0.041757 0.011154 -0.065913 -0.009785 0.007567 0.009912 0.015043 0.021318 -0.001713\nᒥ -0.020272 0.050289 -0.032798 0.009142 0.018783 0.035738 -0.015715 0.003313 -0.007757 0.010856 0.03019 -0.02144 -0.014278 -0.038426 -0.004741 -0.013158 -0.019564 0.020007 -0.010605 -0.003927 0.002962 -0.022436 -0.045122 -0.009833 0.010465 -0.006882 -0.01573 -0.005928 -0.028617 -0.010451 0.031507 -0.028952 0.001079 -0.016102 0.020746 0.03201 -0.036507 -0.013757 0.016557 0.011983 -0.023288 -0.034791 0.025701 -0.002011 0.002865 0.013276 0.005452 0.026237 0.030198 -0.006342 0.02253 0.00065 0.027682 0.001599 -0.001001 0.01124 0.008027 0.00429 0.00955 -0.025409 0.03612 -0.01759 -0.012552 -0.01607 -0.02272 -0.011045 0.052545 0.017451 -0.004838 -0.014135 -0.026384 -0.005238 -0.013867 0.004241 -0.051851 -0.018559 -0.003157 0.004531 -0.033414 0.013758 0.030451 0.04685 0.032738 -0.000584 -0.031936 -0.027082 0.01651 -0.007471 0.011361 0.010976 -0.021929 0.020395 -0.005634 -0.001176 0.024837 -0.009051 0.000672 0.009538 0.022028 0.044066 -0.011354 0.006697 0.012607 -0.013092 0.030937 0.024534 -0.028518 0.016449 -0.001574 0.01516 -0.000202 0.04856 0.027653 0.012264 0.032987 0.009743 0.016227 -0.009501 -0.001117 0.00175 0.00169 0.001782 0.031486 0.005583 -0.010783 0.012345 0.004795 0.007701 -0.021128 -0.021773 -0.033385 0.007571 -0.008276 0.040456 0.031502 -0.014384 0.011162 -0.00946 -0.009401 0.030585 -0.010248 -0.017181 0.043813 0.002126 -0.03881 -0.018366 0.020333 0.052947 0.048804 -0.083584 0.024776 -0.006708 0.02923 -0.025822 -0.017808 0.001158 0.005544 -0.039168 -0.033407 0.031097 -0.052203 -0.025789 0.012636 -0.016386 -0.039264 0.001627 0.001156 0.004764 -0.013326 0.002625 -0.034948 -0.00903 -0.010274 -0.00969 0.003081 -0.030979 0.014683 -0.029029 0.00774 -0.015425 0.001666 -0.021953 -0.023373 0.010926 -0.009953 -0.00599 -0.012528 -0.007505 0.022873 -0.027793 -0.004138 0.021996 -0.008931 -0.037008 0.009527 0.036058 0.001061 0.002266 0.024432 0.027312 -0.042785 -0.010525 0.023601 0.029279 -0.02853 -0.026772 0.021463 -0.011303 -0.013452 0.003901 -0.000946 -0.038157 0.025204 -0.004931 0.012176 0.017036 0.015844 -0.030865 0.018405 0.026368 -0.006038 -0.003095 -0.014818 0.014532 0.006723 0.013971 -0.010807 0.024503 0.003012 -0.024013 0.031817 0.02015 -0.00152 0.020569 -0.036828 0.004118 -0.021689 -0.029419 0.004724 0.035419 -0.010053 0.011567 0.01231 0.021171 -0.003124 -0.031181 0.031618 -0.013415 -0.000889 0.030833 0.010576 -0.023552 -0.001043 -0.031078 -0.010366 -0.07842 -0.006472 -0.004201 -0.035035 -0.020145 0.021215 0.00721 -0.033066 -0.011569 -0.008035 0.020805 -0.003506 -0.006667 -0.01635 0.001703 0.02335 -0.028715 0.032647 0.024458 -0.003301 0.00782 0.033094 0.00374 0.005901 -0.006608 -0.013563 -2.8e-05 -0.011578 -0.002649 -0.002208 -0.029656 0.011067 0.014756 -0.031797 0.034911 0.005932 -0.033597 0.003213 -0.038338 0.010051 0.013589 -0.027655 -0.008897 0.025463 0.005163\nᨦ 0.063428 -0.01093 -0.051355 0.022017 0.004095 0.034071 0.014565 0.008469 -0.038104 -0.051616 0.023996 0.010733 -0.020241 -0.011843 0.034108 0.002897 0.019576 -0.041624 0.006241 -0.042469 -0.010563 0.010757 0.022778 0.022808 0.014516 0.020463 0.001484 -0.006162 -0.018804 -0.025053 0.025464 -0.019273 -0.024802 -0.066075 0.006507 0.012646 -0.033625 0.041473 -0.00524 0.036466 -0.035726 0.019574 0.009636 -0.013278 -0.019175 -0.042714 0.031469 0.000308 -0.008502 0.022322 0.000875 0.050633 0.02094 -0.017487 0.036465 0.013005 0.006842 0.033871 -0.028956 0.029797 -0.032085 -0.01276 -0.013802 -0.018691 0.016463 0.038896 0.046226 0.007884 0.04954 0.01733 -0.06073 -0.025714 0.026952 0.035899 -0.032442 0.010241 -0.013802 0.033899 -0.03286 -0.005851 0.017488 0.020311 -0.010901 0.007696 -0.018498 -0.068457 0.007394 -0.05425 -0.000274 -0.027697 0.009595 0.034425 0.026955 -0.03089 0.022917 -0.016495 -0.007873 -0.05183 0.001191 -0.001668 -0.02829 -0.003537 0.009817 -0.035438 0.007942 0.002667 -0.021088 -0.005804 0.057727 -0.012965 0.041584 0.019359 0.033639 -0.016167 0.015323 0.003782 -0.013427 -0.009469 -0.000568 -0.036522 0.036969 -0.003783 0.061273 0.005842 0.022191 0.015993 -0.037623 -0.021358 -0.013578 -0.031931 0.002632 -0.005205 -0.007873 0.036112 -0.034885 0.013863 -0.034275 -0.008316 -0.012305 0.038615 -0.007243 0.001587 0.013824 0.023362 -0.013357 -0.046171 0.035517 0.003817 0.006488 -0.043477 0.028875 0.012776 0.032998 0.002928 0.014092 0.029539 -0.007045 -0.023262 0.029284 -0.014383 -0.025623 0.0008 0.033393 0.023309 -0.016528 -0.02784 0.016402 -0.02246 0.031019 0.029911 -0.01782 -0.024122 -0.039777 0.038855 -0.038983 -0.02133 0.004394 0.003064 -0.052161 -0.031087 0.030664 -0.006208 0.020708 -0.037654 -0.007285 -0.001501 0.010716 0.029856 -0.070379 0.008821 0.014077 0.01629 -0.045783 -0.036832 -0.000626 0.05192 -0.023707 0.029535 0.004077 0.004724 -0.022131 -0.010835 0.03029 0.025896 0.01258 0.043262 -0.001079 -0.015121 -0.020436 0.053633 -0.012602 0.027984 -0.00279 0.022405 0.00473 0.073759 0.026835 -0.024174 0.022842 -0.018738 -0.010132 0.006971 -0.023936 0.01064 -0.018326 -0.006543 -0.002569 0.022461 -0.014662 -0.033357 -0.015869 0.001391 -0.017154 -0.020908 -0.047417 -0.016214 -0.004073 -0.041721 0.02555 0.022664 0.008509 0.033766 -0.028731 0.0318 -0.002029 -0.01589 0.02487 -0.001966 0.041472 0.050495 0.016332 0.014538 0.00482 -0.035422 -0.028093 -0.013483 -0.004654 0.021687 -0.021 -0.000309 0.020846 -0.011685 0.013784 -0.031822 -0.041072 -0.041091 -0.05002 -0.013376 0.033313 0.009978 0.022114 0.017339 0.009065 -0.004417 0.020469 -0.010511 -0.001944 0.013426 0.020332 -0.059607 -0.013177 -0.008242 0.019651 0.005308 -0.029625 -0.005628 0.000651 -0.008681 -0.019659 -0.015827 0.009486 -0.047346 0.001348 -0.061982 -0.009267 0.023719 0.017035 0.02887 0.021898 0.011001\nẩ 0.063784 -0.007366 -0.076881 0.037631 0.030862 0.023095 0.025277 -0.016027 -0.023368 -0.041567 0.045658 -0.035312 -0.032967 -0.002126 0.006022 -0.024267 0.036293 -0.049895 0.002381 -0.038725 -0.012348 0.016572 -0.01353 0.022939 0.003445 0.026282 0.005581 -0.002397 0.032094 -0.007917 0.017736 -0.039046 0.019124 -0.007628 0.033392 0.005684 -0.040195 0.021504 -0.000285 0.045763 -0.009613 0.006509 -0.045088 0.006654 -0.032681 -0.049195 0.02889 0.003645 0.013417 0.036454 0.010401 0.040936 0.042029 -0.038359 0.080142 -0.000619 -0.010325 0.035398 0.001551 0.01778 -0.012184 -0.033214 -0.007914 -0.000524 0.028615 0.015457 0.066364 -0.019458 0.034483 0.000771 -0.045768 -0.005896 0.065285 0.01121 -0.019495 0.037588 -0.007476 0.051717 -0.015076 -0.017975 0.001935 0.009156 0.006109 0.045708 -0.044479 -0.060048 -0.018665 -0.02028 0.010365 -0.020825 0.0022 0.032265 -0.016792 -0.022877 -0.018862 -0.008062 -0.004089 -0.010382 -0.008464 -0.016 -0.015218 0.029355 -0.002428 -0.022407 0.029951 -0.005588 -0.021755 -0.006758 0.06432 0.016173 0.014686 0.017295 -0.007521 -0.007044 -0.000611 0.010404 -0.02941 0.006405 -0.004817 -0.038166 -0.010699 -0.024068 0.046769 0.021577 0.019225 0.002762 0.000375 -0.022746 -0.034736 0.022486 -0.001018 0.00487 -0.042389 0.028028 0.010699 0.019278 -0.03244 0.039718 0.007454 0.029707 -0.022873 0.006641 0.050884 0.022708 -0.046369 -0.024835 0.039095 -0.007178 -0.016793 -0.029255 -0.003577 -0.011651 0.031893 0.018016 -0.018875 0.012192 0.01481 -0.015655 -0.030454 -0.04732 0.009726 -0.012712 -0.011604 -0.017193 -0.016943 -0.011773 0.027143 -0.024116 0.043477 0.011901 -0.044028 -0.043865 -0.011485 -0.00373 -0.056262 -0.023742 0.013502 0.022329 0.012739 -0.019707 0.053648 0.021 -0.015062 -0.012124 -0.001767 0.015176 -0.005232 -0.001525 -0.064135 -0.032632 0.029423 0.039385 -0.023997 -0.011696 -0.033984 0.039091 -0.000318 -0.000197 0.014295 -0.010849 -0.049396 -0.029509 0.009354 0.040593 0.050212 -0.013272 -0.00563 0.008972 -0.003503 0.040889 -0.039707 0.01529 0.027952 -0.003705 0.022669 0.015725 0.021248 -0.004105 0.027834 0.028552 0.039824 0.013753 0.030535 -0.043322 -0.029748 -0.015357 0.01664 0.008057 0.005403 -0.005304 0.002365 -0.023555 -0.016179 -0.03626 -0.024414 -0.001666 -0.002683 -0.058151 0.031993 0.020602 -0.001194 0.043063 -0.001705 0.006787 -0.014018 -0.008033 0.025832 0.011168 0.044191 0.051046 -0.012725 0.015833 0.023932 -0.061576 -0.028307 -0.011079 -0.015134 0.03913 -0.020251 -0.03904 0.008067 -0.002412 0.008887 -0.033577 -0.035518 -0.050266 -0.016878 0.00675 -0.016656 -0.011232 0.027975 -0.007509 0.00942 -0.003008 0.036395 -0.015276 0.018924 0.039735 0.030681 -0.052191 0.000372 0.002662 -0.015037 0.030382 -0.04785 0.014039 0.006814 -0.00044 -0.054995 -0.001573 0.029686 -0.055314 0.039651 -0.071092 0.007885 0.022617 0.013903 -0.009426 0.067571 -0.002023\n­ 0.029253 -0.011544 -0.016265 0.018638 -0.005443 0.011476 0.016295 -0.003181 0.001018 -0.014949 0.015045 -0.0031 -0.00868 0.001756 0.007678 0.014486 0.002943 -0.017989 -0.01061 -0.030836 -0.01388 0.012378 0.009829 0.006985 -0.008289 0.00887 -0.016157 0.001785 -0.00402 -0.010697 0.007863 -0.014506 0.003659 -0.005788 0.008394 0.004379 -0.011269 0.017173 -0.00541 0.025983 -0.010054 -0.004132 -0.002006 0.003756 -0.010181 -0.022718 0.011202 -0.001226 0.004711 0.01198 -0.008715 0.02967 0.042189 -0.013658 0.018001 -0.000284 -0.009055 -0.000724 0.005339 0.007705 -0.020484 -0.012224 -0.003672 -0.000902 0.004869 0.004149 0.016228 -0.008651 0.012857 0.021233 -0.015434 -0.006862 0.015502 0.019342 -0.010502 0.010284 -0.009398 0.024699 0.001427 -0.015275 0.011802 -0.00997 0.009725 0.015992 0.002834 -0.025354 0.004462 -0.014662 -0.015875 -0.00792 -0.008347 -0.010516 0.00671 -0.008648 0.003399 -0.007047 -0.006065 -0.010471 -0.005646 -0.009576 -0.008415 0.006983 -0.002489 -0.017923 0.008761 0.008853 -0.011698 -0.006501 0.019684 0.00633 0.014817 -0.001188 0.004916 -0.00835 0.027039 -0.003591 -0.001137 -0.000549 -0.003279 -0.021068 0.02718 -0.011781 0.011702 0.009961 0.005631 0.011508 -0.016042 -0.015383 -0.011188 -0.001339 -0.010599 0.005386 -0.022237 0.00528 -0.00452 0.010311 -0.021852 0.002902 0.008871 0.015681 -0.011699 -0.006235 0.006209 0.016833 -0.005538 -0.012807 0.024755 -0.002853 -0.007984 -0.024337 0.006366 -0.008882 0.031147 0.006032 -0.005985 -0.005999 -0.014191 -0.012602 0.00811 -0.01616 0.001107 0.009353 0.013514 0.003537 -0.018833 -0.005727 0.01375 -0.003469 0.007421 0.000579 -0.012256 -0.011743 -0.006652 0.007969 -0.013221 -0.007935 0.003318 -0.003492 0.001257 -0.016229 0.023341 -0.00432 -0.002261 -0.01038 -0.004544 -0.005288 0.009017 0.016361 -0.025369 0.014985 0.005876 0.004235 -0.022702 -0.011457 0.00244 0.016951 -0.004684 0.008371 0.002019 0.007523 -0.025089 -0.016628 0.000809 0.018642 0.016191 0.008063 -0.011852 -0.001341 -0.007579 0.01848 -0.007632 0.004105 0.005824 0.00137 -0.014848 0.035343 -0.003087 -0.014583 0.017722 0.001778 -0.002948 -0.000342 0.001434 -0.000241 -0.014521 -0.005471 0.001461 -0.000314 -0.007044 -0.013788 0.004302 -0.012035 -0.005884 -0.016042 -0.017552 -0.011358 -0.004381 -0.01234 0.029975 0.002705 0.010026 0.016403 -0.006621 0.011341 -0.000852 -0.005057 0.0145 0.006761 0.01105 0.036552 0.016244 0.009833 -0.008778 -0.023269 -0.012237 -0.002229 0.013278 0.003961 -0.005197 -0.003029 0.012405 -0.010656 -0.009027 -0.010452 -0.02002 -0.025655 -0.020454 -0.009849 0.003335 -0.010882 0.009493 0.004476 0.003588 -0.001822 0.015026 -0.008087 -0.003807 0.013636 0.012345 -0.016175 0.001223 0.000491 -0.005077 -0.009556 -0.018146 0.008679 0.005543 -0.007535 -0.014055 -0.021618 0.0063 -0.02696 0.002355 -0.018067 -0.00517 -0.002439 0.000598 0.004276 0.015206 -0.007025\nخ 0.027581 0.002942 -0.042612 0.016955 0.004389 0.028969 0.004839 -0.006335 -0.018752 -0.028601 0.028259 0.007417 -0.007936 -0.015141 0.023715 -0.002398 0.006254 -0.018902 -0.010425 -0.037823 -0.015559 0.004566 0.006331 0.012982 0.002669 0.015105 -0.005611 -0.007733 -0.011963 -0.027301 0.019276 -0.028566 -0.013176 -0.035095 0.01018 0.011586 -0.031851 0.033679 0.006336 0.018717 -0.026199 0.007698 0.001639 0.002197 -0.023858 -0.019507 0.030746 -0.00282 -0.002542 0.01027 0.003898 0.039361 0.029261 -0.024942 0.035959 0.003935 -0.004811 0.018585 -0.012763 0.021094 -0.026692 -0.022285 -0.008899 -0.01445 0.015723 0.020486 0.03573 -0.011063 0.032072 0.01626 -0.047867 -0.008608 0.018901 0.017448 -0.038107 -0.000533 -0.027063 0.023076 -0.028954 -0.017142 0.011129 -0.000452 0.005003 0.008367 -0.018631 -0.041333 0.004682 -0.00439 -0.014552 -0.0032 -0.002309 0.019518 0.007792 -0.006473 0.015657 -0.003108 -0.001753 -0.032084 0.000544 -0.003024 -0.01615 0.005699 -0.002773 -0.029203 0.013371 -0.011678 -0.013164 0.009866 0.02903 -0.007697 0.039327 0.017049 0.020756 -0.016236 0.005292 -0.000779 -0.006035 0.002551 -0.010821 -0.035503 0.01954 0.001403 0.032041 0.01808 0.025461 0.013352 -0.011465 -0.009594 -0.010986 -0.012593 -0.009166 -0.001717 -0.010984 0.023133 -0.017769 0.010681 -0.029948 0.001289 0.010262 0.03706 0.000754 -0.007148 0.00864 0.018632 -0.023545 -0.042036 0.040498 0.012951 0.001704 -0.037362 0.008489 0.004571 0.026909 0.026409 -0.002382 0.004478 0.002978 -0.020645 0.013223 -0.018119 -0.018782 0.011568 0.019229 0.016082 -0.012761 -0.013297 0.015362 -0.019228 0.016494 0.01344 -0.023105 -0.020787 -0.008451 0.033657 -0.01495 -0.023334 -0.008394 -0.012914 -0.032898 -0.015786 0.030528 -0.01167 0.003428 -0.012702 -0.001179 -0.017578 0.001818 0.016641 -0.043861 0.002054 0.014218 0.020593 -0.031872 -0.02997 0.001921 0.032942 -0.016521 0.013548 -0.001134 0.001075 -0.024028 -0.025743 0.016264 0.022113 0.015041 0.014847 0.007069 -0.010737 -0.007502 0.033008 -0.018163 -0.002413 -0.009943 0.016565 -0.003196 0.054751 0.00531 -0.018297 0.007332 -0.002313 -0.003462 0.005187 -0.005658 0.003225 -0.019469 -0.003235 -0.000986 0.017836 -0.006659 -0.023308 -0.003454 -0.001678 -0.003643 -0.020949 -0.029704 -0.003641 -0.015746 -0.027607 0.020763 0.01743 0.008292 0.017162 -0.023269 0.005466 0.005596 -0.001752 0.029702 -0.003134 0.032877 0.042743 0.021822 0.005661 -0.00445 -0.033078 -0.025444 -0.019865 -0.001985 0.019693 -0.022448 -0.007353 0.003109 -0.012624 0.025819 -0.025387 -0.025269 -0.017727 -0.033307 -0.011981 0.006047 0.000663 0.014346 -0.000879 0.010463 -0.002227 0.011748 -0.003228 -0.005434 0.013804 0.036872 -0.042877 -0.003617 -0.018222 0.013635 0.00971 -0.017016 -0.004169 0.021052 -0.007368 -0.01485 -0.016307 0.007162 -0.03501 0.007032 -0.057108 -0.006341 0.006023 0.010448 0.011811 0.014678 0.001872\nର 0.031926 0.020951 -0.091165 0.04705 -0.000942 0.007208 0.0102 0.012814 -0.04255 -0.041864 0.059521 0.026647 -0.034032 -0.023666 0.042658 0.013018 0.009025 -0.033619 -0.024948 -0.067725 -0.057451 -0.000135 -0.006135 0.053905 0.018641 0.015158 -0.001325 -0.040197 -0.018481 -0.01065 0.02525 -0.032816 -0.032497 -0.042401 0.008993 0.030286 -0.015673 0.058482 0.001523 0.036716 -0.047478 0.032416 0.007515 0.017608 -0.011489 -0.001493 0.039147 0.009462 0.042811 0.025252 0.030531 0.0511 0.054192 -0.054227 0.020135 -0.008178 -0.009744 0.044384 -0.025898 0.010539 -0.050833 -0.005781 -0.035653 -0.0159 0.008398 0.013878 0.081076 -0.038887 0.049726 0.025822 -0.034184 -0.013375 0.035853 0.027087 -0.085841 -0.011964 -0.010212 0.035655 0.016234 -0.010627 0.026822 -0.009875 0.012011 0.008389 -0.011336 -0.035915 0.018558 -0.029814 -0.043617 -0.020681 -0.030451 0.03408 0.005951 -0.032874 -0.017909 -0.00278 0.008164 -0.068177 0.001048 0.011717 -0.004635 -0.003813 -6.4e-05 -0.039812 0.04579 0.001203 -0.045051 -0.010341 0.054412 0.006454 0.075455 0.018266 0.019037 -0.00883 0.034546 0.010514 -0.004804 0.014196 -0.014386 -0.036597 0.045083 -0.008391 0.034189 0.013756 0.013295 0.030886 -0.01738 -0.033194 -0.026198 -0.023768 -0.036164 0.028732 -0.013859 0.060402 -0.009205 0.031062 -0.040483 0.005096 -0.009244 0.063786 -0.006838 -0.020739 0.018743 0.030752 -0.008871 -0.057141 0.042953 0.031671 -0.006788 -0.048961 -0.021428 -0.006599 0.060606 -0.005588 0.016032 0.014574 -0.016555 -0.039667 0.015907 -0.030222 -0.03339 0.036514 0.049088 0.014328 -0.024106 0.018036 0.037503 -0.036192 0.044534 0.020284 -0.05699 -0.059401 0.013 0.026786 -0.012169 -0.023231 -0.040233 -0.000908 -0.04507 0.002141 0.056762 -0.004154 -0.009703 -0.012153 0.000966 -0.009561 -0.028122 0.027507 -0.084462 0.03449 0.02417 0.008482 -0.05853 -0.031969 -0.007997 0.051793 -0.015884 -0.008718 0.016906 0.021125 -0.046389 -0.025896 0.010857 0.009977 0.060886 -0.011126 -0.03303 -0.03682 0.000139 0.03693 -0.010792 0.037106 -0.02521 0.031022 -0.03358 0.083591 0.015652 -0.027102 0.013307 -0.005162 0.001206 0.038286 -0.050189 0.032436 -0.043824 0.016487 -0.006603 -0.007816 0.002032 -0.048543 -0.011917 0.025857 0.006334 -0.050609 -0.040537 -0.004795 -0.031539 -0.036619 0.026341 0.037553 0.022468 0.03975 -0.035375 0.015 -0.005881 -0.00384 0.03263 0.001827 0.056962 0.069765 0.005454 -0.018947 0.030736 -0.052797 -0.019501 -0.013847 -0.009665 0.025237 -0.054315 -0.029351 0.01291 -0.006632 0.021137 -0.046734 -0.022833 -0.023209 -0.036411 -0.009418 0.008672 0.008042 -0.010385 0.00205 -0.002378 -0.014713 0.002876 -0.016636 -0.015253 0.050517 0.0411 -0.044474 -0.000771 -0.020387 0.025743 0.011006 -0.017178 0.00429 0.003188 -0.026374 -0.015088 -0.004637 0.04136 -0.059142 -0.021056 -0.065679 -0.014947 0.020387 0.014193 0.008983 0.040465 0.02846\nླ 0.031055 0.008814 -0.049745 0.039606 0.020598 0.051154 0.011842 -0.013111 -0.01231 -0.014984 0.03258 0.014126 -0.002744 -0.01866 0.029407 -0.005052 0.008179 -0.014374 -0.007853 -0.043899 0.004859 0.007611 0.006337 0.012356 0.005327 0.022091 -0.012367 -0.02325 -0.019387 -0.021952 0.019683 -0.038595 -0.03715 -0.062416 0.026944 0.029852 -0.037121 0.041463 0.004311 0.010725 -0.032139 0.000656 -0.015403 -0.005211 -0.026037 -0.02299 0.019069 0.017829 0.000579 0.029105 0.003972 0.047392 0.019446 -0.02725 0.038101 0.028403 0.007825 8.6e-05 0.001617 0.025781 -0.042487 -0.020401 -0.014929 -0.021382 0.004328 0.031931 0.046715 -0.029943 0.026562 0.020172 -0.065129 -0.01222 0.020615 0.022761 -0.044413 0.013391 -0.033399 0.032409 -0.024994 -0.016103 0.016557 0.002559 0.000856 0.028229 -0.03045 -0.056087 0.000586 0.019765 -0.028844 0.006626 -0.010997 0.021843 0.005075 -0.005565 0.018046 -0.009824 0.00046 -0.039263 0.000643 -0.017083 -0.027407 0.00273 0.006028 -0.044874 0.02537 0.006493 -0.005798 -0.002543 0.045347 -0.013058 0.045382 0.027224 0.034121 -0.021783 0.01399 -0.014271 -0.009531 -0.006385 -0.013999 -0.029544 0.032995 -0.014743 0.046941 0.022475 0.032617 0.013328 -0.011817 -0.00638 -0.012807 -0.026413 -0.025403 -0.01442 -0.019738 0.041173 -0.026484 0.034388 -0.02795 0.000791 0.016385 0.04495 -0.009626 -0.013898 0.00569 0.044087 -0.033264 -0.027412 0.045927 -0.008988 0.004978 -0.027647 -0.012673 0.016121 0.027514 0.025278 -0.012075 0.002121 -0.002155 -0.013898 0.03039 -0.019561 -0.014032 0.002145 0.02298 0.026311 -0.007906 -0.0379 0.032708 -0.019642 0.015118 0.019248 -0.024007 -0.011644 -0.006879 0.031403 -0.009203 -0.04342 -0.015647 -0.018982 -0.043711 -0.013966 0.047756 -0.005198 -0.000171 -0.005854 -0.005759 -0.010069 0.00901 0.018306 -0.070956 0.006244 -0.004664 0.031227 -0.027672 -0.03603 0.017952 0.042255 -0.015239 0.00719 0.005156 -0.002756 -0.034912 -0.031395 0.016363 0.03401 0.02126 0.022753 -0.002796 -0.006679 -0.012263 0.055197 -0.030303 -0.015268 -0.00752 0.025645 -0.018215 0.066693 -0.018512 -0.021548 0.01079 0.007163 -0.024957 0.018046 -0.002947 0.002287 -0.028168 -0.00384 -0.004366 0.021581 -0.002514 -0.023147 -0.013324 -0.011852 -0.006541 -0.027076 -0.02372 -0.016652 -0.015245 -0.029542 0.012365 0.025837 0.006111 0.041017 -0.016965 0.02013 -0.002511 -0.012306 0.042378 0.005949 0.038302 0.059576 0.01881 0.001726 -0.002201 -0.04626 -0.033796 -0.019998 0.006268 0.02564 -0.029344 -0.001278 0.013312 -0.016198 0.032365 -0.035792 -0.036416 -0.020695 -0.039239 -0.020777 0.004647 -0.015012 0.009823 0.008003 0.003295 0.005661 -0.001504 0.008078 0.002222 0.004984 0.033625 -0.048285 0.001058 -0.019866 0.023079 0.021527 -0.032086 -0.009054 0.013026 -0.009635 -0.035704 -0.041169 0.015619 -0.045184 0.002072 -0.068838 -0.035818 0.009732 0.022576 0.017543 0.030468 0.014389\nವ 0.03889 -0.007654 -0.043766 -0.001114 -0.001235 0.033511 -0.020282 -0.022363 -0.022697 -0.041692 0.04405 0.011582 -0.004342 -0.042226 0.025849 -0.015468 0.002578 -0.012456 -0.005481 -0.061983 -0.010278 0.007538 0.016499 0.00134 0.001795 0.018076 -0.018022 -0.014963 -0.011775 -0.044815 0.026015 -0.025267 -0.026236 -0.027704 0.008866 -0.002465 -0.03124 0.047421 0.011091 0.010796 -0.043509 0.007247 0.018637 -0.000214 -0.034962 -0.009967 0.049235 -0.008203 -0.016118 0.006389 -0.000325 0.034784 0.038393 -0.023108 0.036364 0.007117 -0.020655 0.015207 -0.010251 0.030384 -0.035685 -0.027259 -0.003328 -0.015268 0.030149 0.014583 0.04599 0.006882 0.041988 0.020667 -0.063487 -0.000219 0.024528 0.028574 -0.038458 -0.003026 -0.02742 0.005096 -0.052883 0.008767 0.005628 -0.0113 0.001023 -0.003071 -0.017908 -0.033778 0.001049 -0.004114 0.000445 -0.006412 -0.012799 0.01652 0.025521 -0.015577 0.018185 -0.002062 -0.011933 -0.039705 -0.007743 -0.015903 -0.024278 0.01882 0.004074 -0.031138 0.022081 -0.02035 -0.032578 0.01376 0.046959 -0.009957 0.041917 0.037689 0.010613 -0.02567 0.011354 -0.00771 0.002926 0.002476 -0.018203 -0.023066 0.030509 0.011948 0.040766 0.03246 0.043232 0.007499 -0.002504 0.01176 -0.016581 -0.027518 -0.019989 0.005463 -0.012175 0.033715 -0.008114 0.00338 -0.029103 0.008502 0.017218 0.034785 -0.002243 -0.002856 0.01336 0.015119 -0.047459 -0.044364 0.076958 0.032513 0.013999 -0.047897 0.002203 0.023876 0.048773 0.003078 0.005438 0.009206 0.018784 -0.02652 0.028605 -0.016356 -0.047689 0.005431 0.028699 0.006291 -0.021697 0.000254 0.021973 -0.023785 0.01211 0.01737 -0.025306 -0.019343 -0.013282 0.038163 -0.003237 -0.020938 -0.003277 0.002025 -0.052041 -0.012761 0.017565 -0.013782 0.031058 -0.022872 -0.001469 -0.030862 0.008671 0.012938 -0.036205 -0.008263 0.032616 0.031103 -0.042252 -0.029534 -0.003782 0.040618 -0.022785 0.007929 0.003522 0.011326 -0.040561 -0.037493 0.0229 0.041396 0.01103 -0.002108 0.023986 -0.016881 -0.006793 0.044303 -0.006302 -0.008003 -0.000848 0.019963 0.01366 0.059475 0.02834 -0.022234 0.024675 0.01167 0.004418 0.007915 -0.003557 -0.002004 -0.033 -0.002257 -0.00706 0.00475 -0.013962 -0.012769 -0.005563 -0.001822 -0.011712 -0.008165 -0.037336 -0.015776 -0.000331 -0.026139 0.029851 0.023788 -0.010728 0.007644 -0.02633 0.024625 -0.004129 0.008593 0.029077 -0.006989 0.04169 0.053357 0.016916 0.009425 0.002133 -0.015526 -0.025489 -0.019704 -0.019139 0.035586 -0.034575 -0.008622 -0.005923 -0.020599 0.030093 -0.019379 -0.030688 -0.02386 -0.026248 -0.026952 0.010114 0.00911 0.021881 -0.00652 0.018082 0.004361 0.012334 -0.001106 0.018797 0.014333 0.069158 -0.057088 0.002108 -0.014927 0.0261 0.012879 -0.014878 -0.009661 0.049587 -0.005014 -0.009995 -0.00984 9e-06 -0.033617 0.015664 -0.077098 0.003767 0.004 0.005964 0.015313 0.017778 0.011665\nˁ 0.036511 0.00928 -0.055304 0.031544 -0.001533 0.042977 0.011041 -0.00208 -0.019086 -0.033388 0.028901 0.020792 -0.021977 -0.020277 0.04467 -0.009774 0.012651 -0.034935 -0.006728 -0.031916 -0.022791 0.011144 0.002913 0.018883 -0.003929 0.013097 -0.010546 -0.015947 -0.021049 -0.022627 0.027985 -0.047091 -0.023375 -0.054257 0.003917 0.018556 -0.045261 0.042471 0.006185 0.012262 -0.022588 0.025013 -0.00508 0.017804 -0.02824 -0.027448 0.038529 -0.002188 0.00365 0.010743 0.019808 0.056616 0.034844 -0.026516 0.047594 0.007743 0.004213 0.032546 -0.024338 0.035801 -0.03849 -0.032305 -0.013144 -0.010691 0.014156 0.028684 0.053342 -0.025677 0.038098 0.024661 -0.065639 -0.009171 0.032491 0.024761 -0.05193 0.006112 -0.03984 0.028601 -0.01815 -0.01039 0.009524 0.006195 -0.005284 0.021352 -0.020943 -0.064006 0.006169 -0.007108 -0.017118 0.012974 0.002175 0.039782 0.001811 -0.007297 0.012274 -0.011736 0.002266 -0.051182 -0.001177 -0.000636 -0.023842 0.003286 -0.005512 -0.051975 0.021605 -0.00474 -0.008389 -0.001203 0.043894 -0.007393 0.052859 0.019708 0.027724 -0.010558 0.013887 0.005902 -0.004674 0.00838 0.00147 -0.06293 0.022809 0.003443 0.047828 0.014936 0.025887 0.000466 -0.007106 -0.007802 0.006773 -0.013854 -0.009841 0.008331 -0.007412 0.03579 -0.018623 0.017134 -0.027568 0.008476 0.000846 0.055636 -0.006086 -0.011667 0.007076 0.028762 -0.033053 -0.058354 0.045178 -0.002954 0.010391 -0.037972 0.014175 0.006878 0.033335 0.032639 -0.004493 0.007165 -0.005344 -0.01981 0.01962 -0.031512 -0.008427 0.020701 0.03441 0.024814 -0.013781 -0.028481 0.016749 -0.018586 0.018997 0.030751 -0.032672 -0.030647 -0.009863 0.036943 -0.021737 -0.018823 -0.020867 -0.013674 -0.045557 -0.015408 0.044088 -0.022733 0.01364 -0.005842 -0.022184 -0.008259 0.009136 0.021723 -0.080127 0.011239 0.018623 0.041858 -0.041894 -0.047726 -0.00043 0.050748 -0.028986 0.017619 0.000819 -0.000839 -0.027015 -0.030636 0.023707 0.024008 0.017423 0.010229 0.007752 -0.010572 -0.006532 0.036631 -0.025524 0.006669 -0.008128 0.021874 -0.015539 0.067259 0.002767 -0.019921 0.000101 0.004385 -0.018642 0.031558 -0.004603 0.012039 -0.032834 -0.002537 0.000193 0.015322 -0.007389 -0.031206 -0.001052 0.000105 0.005835 -0.035034 -0.026294 -8.9e-05 -0.025793 -0.03945 0.0256 0.027782 0.01123 0.040727 -0.024067 0.007137 0.01548 -0.013429 0.037353 0.004216 0.040716 0.060155 0.043932 0.005541 -0.018122 -0.038785 -0.032514 -0.027774 0.00323 0.01105 -0.0425 -0.015327 0.012279 -0.009325 0.027261 -0.027863 -0.049143 -0.013769 -0.03394 -0.022289 0.010499 -0.01178 0.013385 -0.00841 0.01179 -0.005575 0.001226 -0.002231 -0.00829 0.034212 0.031259 -0.057454 -0.008024 -0.024794 0.008668 -0.002349 -0.019217 -0.008784 0.012439 0.005071 -0.008199 -0.022228 0.004253 -0.039264 -0.007123 -0.067867 -0.009051 0.000764 0.005991 0.019767 0.019235 0.001611\nে 0.024141 0.012895 -0.055713 0.011361 0.01163 0.039339 1.7e-05 -0.006694 -0.017648 -0.032142 0.047702 0.007741 -0.005453 -0.038257 0.045172 -0.01347 0.007709 -0.026596 -0.018817 -0.074264 -0.010775 -0.005371 0.002507 0.00834 0.004004 0.029396 -0.016912 -0.022934 -0.008574 -0.045873 0.027196 -0.033409 -0.017083 -0.048471 0.005695 0.008252 -0.043773 0.05215 0.009241 0.024589 -0.039073 0.005043 0.00611 -5.3e-05 -0.046244 -0.017011 0.045777 -0.007225 -0.00218 0.029362 -0.005815 0.054065 0.035117 -0.038495 0.044056 -0.000975 -0.010436 0.027484 -0.008392 0.036009 -0.037746 -0.030387 -0.000734 -0.022434 0.019318 0.021238 0.051355 -0.004803 0.054993 0.013628 -0.060318 -0.00469 0.014897 0.027039 -0.053542 0.007295 -0.037352 0.029954 -0.066345 -0.020552 0.014122 -0.002358 -0.000491 0.013517 -0.023822 -0.047577 0.001479 -0.0067 -0.026542 -0.006658 -0.016761 0.029821 0.00831 -0.018937 0.026693 0.008579 -0.014727 -0.04612 -0.007818 -0.000361 -0.032026 0.008002 -0.00047 -0.028193 0.016848 -0.001836 -0.017118 0.0213 0.047045 -0.003221 0.055693 0.040106 0.025373 -0.032778 0.008447 -0.009783 -0.002152 -0.012741 -0.019641 -0.043123 0.044377 0.020397 0.047366 0.033725 0.043543 0.01539 -0.007514 -0.010647 -0.003609 -0.030709 -0.024059 -0.006979 -0.011415 0.042604 -0.012888 0.00776 -0.045609 0.006629 0.014374 0.058703 0.001129 -0.012836 0.005089 0.029409 -0.047748 -0.070392 0.069715 0.024187 0.003867 -0.058887 -0.005708 0.022707 0.028287 0.028752 0.008367 0.009719 0.015741 -0.028718 0.016863 -0.02743 -0.039064 0.008994 0.022515 0.021017 -0.017451 -0.018755 0.021709 -0.033697 0.029229 0.015545 -0.03582 -0.014469 -0.003859 0.042029 -0.035735 -0.035638 0.006118 0.000923 -0.053825 -0.026759 0.038387 -0.011717 0.010935 -0.017171 -0.004154 -0.026561 0.013479 0.03384 -0.06013 -0.002757 0.032669 0.029742 -0.052541 -0.041033 -0.007578 0.042931 -0.014542 0.023853 0.00588 -0.007576 -0.055624 -0.042442 0.018337 0.048078 0.019493 0.02409 0.03266 -0.002944 -0.006507 0.047056 -0.034232 -0.022604 -0.008788 0.025373 -0.00701 0.080749 0.018892 -0.041214 0.017208 0.012318 -0.004105 0.002728 -0.006911 -0.001348 -0.03877 -0.011234 -0.003514 0.022263 -0.007729 -0.022705 -0.006036 5.6e-05 -0.005743 -0.039556 -0.055981 -0.020675 -0.024949 -0.051796 0.018755 0.020157 0.011702 0.026601 -0.031092 0.019109 -0.008359 0.001913 0.037587 -0.02309 0.04028 0.055758 0.017262 0.001211 0.00152 -0.036626 -0.023145 -0.025177 -0.011194 0.038167 -0.027834 -0.01068 -0.000921 -0.018454 0.045307 -0.030787 -0.042855 -0.031093 -0.0393 -0.028494 0.01592 0.005146 0.033968 0.011692 0.025571 -0.001862 0.020442 -0.001295 0.009436 0.015729 0.076508 -0.06769 0.00486 -0.016069 0.03357 0.028685 -0.018406 -0.018872 0.01876 -0.012811 -0.031393 -0.013002 0.007872 -0.052637 0.013945 -0.082794 -0.016882 -0.001659 0.02316 0.02203 0.023335 0.009107\n້ 0.031802 0.001483 -0.040646 0.03386 0.011173 0.036098 0.013934 0.001645 -0.02107 -0.030734 0.026087 0.011722 -0.009517 -0.018757 0.026317 -0.00018 0.007664 -0.021463 -0.001392 -0.03857 -0.022894 -1.9e-05 0.004605 0.015241 0.002818 0.017907 -0.013206 -0.011466 -0.015179 -0.021784 0.026922 -0.029001 -0.021804 -0.043155 0.006509 0.012547 -0.030505 0.041452 0.00599 0.02233 -0.025205 0.013762 -0.000434 -0.006412 -0.023994 -0.024907 0.033856 -0.001477 0.003035 0.01852 0.007363 0.051253 0.038267 -0.033449 0.036499 0.008301 7e-05 0.019833 -0.007948 0.025323 -0.033188 -0.026917 -0.008397 -0.01118 0.010455 0.019314 0.036153 -0.016957 0.033908 0.014352 -0.048909 -0.008384 0.019084 0.016225 -0.047336 0.0007 -0.02627 0.025313 -0.031315 -0.01226 0.015271 0.003042 0.004296 0.016548 -0.020148 -0.055205 0.010398 -0.003968 -0.021144 -0.007422 -0.003344 0.025196 0.004293 -0.019905 0.017605 -0.00662 0.003331 -0.04033 0.004297 0.000594 -0.019009 -0.000395 0.002532 -0.033045 0.014223 -0.002476 -0.009479 0.002703 0.0341 -0.004966 0.03922 0.017978 0.027127 -0.014257 0.004916 0.007329 -0.007831 0.00264 -0.011873 -0.040812 0.022879 -0.001501 0.038743 0.017498 0.030935 0.015085 -0.012445 -0.01759 -0.011088 -0.012986 -0.015664 -0.001816 -0.016085 0.032766 -0.0245 0.024175 -0.032145 -0.001471 0.003047 0.045485 -0.006378 -0.011148 0.008494 0.026269 -0.035757 -0.044906 0.044188 0.008119 0.000955 -0.039326 0.010131 0.010177 0.03143 0.020521 0.004963 0.007944 -0.000568 -0.023436 0.00876 -0.027294 -0.012253 0.016534 0.027361 0.017148 -0.010994 -0.0174 0.024572 -0.020329 0.025067 0.018645 -0.023768 -0.022544 -0.016086 0.035153 -0.025416 -0.027127 -0.010987 -0.006425 -0.03751 -0.020745 0.032933 -0.003548 0.00274 -0.011539 -0.003333 -0.012325 0.003231 0.02084 -0.056334 0.003248 0.00799 0.0243 -0.037152 -0.0344 0.008267 0.040473 -0.022541 0.01183 0.004771 0.002398 -0.029426 -0.02567 0.011585 0.015812 0.015852 0.024109 0.001766 -0.006283 -0.002453 0.03973 -0.023967 0.001796 -0.010794 0.016373 -0.002556 0.066123 0.006245 -0.020911 0.006817 -0.000283 0.000288 0.007197 -0.011792 0.003742 -0.018364 -0.003466 0.001025 0.014629 -0.003989 -0.025189 -0.01021 0.001887 -0.007189 -0.029331 -0.035509 -0.002704 -0.012371 -0.03099 0.02926 0.024895 0.014525 0.031364 -0.027214 0.013107 4.7e-05 -0.017077 0.034908 -0.008252 0.043305 0.056437 0.027167 0.008696 0.003198 -0.043426 -0.034882 -0.015429 0.002445 0.020092 -0.022416 -0.015485 0.008973 -0.010536 0.031345 -0.023795 -0.031879 -0.022169 -0.03695 -0.015598 0.010805 -0.001712 0.016123 0.006909 0.004892 -0.008791 0.016808 0.003255 -0.003539 0.014381 0.03953 -0.046758 -0.000909 -0.011801 0.013095 0.01225 -0.02659 -0.002694 0.013457 -0.012417 -0.021376 -0.015868 0.006762 -0.043048 0.007124 -0.058305 -0.01265 0.007003 0.015664 0.019487 0.024236 0.001217\nɖ 0.011171 0.005822 -0.02724 0.031004 -0.001043 0.023361 0.00476 -0.006392 -0.021465 -0.01906 0.041515 0.006546 -0.004714 -0.020702 0.030806 -0.00202 0.002647 -0.02294 -0.0016 -0.038287 -0.023868 -0.005532 -0.017213 0.017345 -0.002666 0.001348 -0.014379 -0.007549 -0.009273 -0.031414 0.017511 -0.023356 -0.015178 -0.020498 0.001573 0.014233 -0.032915 0.036602 0.002845 0.00917 -0.042845 0.028 0.004294 0.002783 -0.015763 -0.009362 0.037145 -0.002133 0.004815 0.011813 0.023891 0.053261 0.019878 -0.039204 0.057716 0.007661 -3.1e-05 0.031111 -0.00881 0.017813 -0.037352 -0.027976 -0.008968 -0.01478 0.000885 0.012536 0.037858 -0.032406 0.028141 0.03469 -0.043932 -0.01369 0.012703 0.01994 -0.054081 0.011497 -0.007899 0.021686 -0.029076 -0.007604 0.009972 0.005153 0.000246 0.008257 -0.023457 -0.063572 0.001855 -0.011736 -0.017275 0.001336 0.007851 0.018304 0.00261 -0.005551 0.011946 8.3e-05 0.005438 -0.03816 -0.010375 0.002163 -0.032734 0.007142 -0.010113 -0.011053 0.026271 -0.00449 -0.006957 0.007193 0.022473 -0.013256 0.062735 0.028664 0.023117 -0.004456 0.013706 -0.001312 -0.018345 0.001893 -0.035764 -0.02972 0.032278 0.001493 0.032306 0.002767 0.036064 -0.001266 -0.014443 -0.006107 -0.015898 -0.01166 -0.000521 0.00838 -0.01248 0.031858 -0.006752 0.024087 -0.037099 0.003275 0.023755 0.038407 0.001952 -0.01297 0.010712 0.020954 -0.030061 -0.057495 0.030701 0.008003 -0.011293 -0.050208 0.006238 0.002532 0.039809 0.035111 0.001291 0.005506 0.000637 -0.039174 0.012575 -0.021961 -0.015674 0.028416 0.027981 0.005506 -0.018994 -0.023317 0.024365 -0.016068 0.01609 0.029515 -0.017399 -0.02243 -0.010843 0.020258 -0.014103 -0.031536 -0.002887 -0.002145 -0.031591 -0.020172 0.029851 -0.003116 0.010604 -0.004304 -0.003583 -0.032701 -0.000566 0.014352 -0.038747 0.000625 0.010594 0.017043 -0.018032 -0.043975 -0.016606 0.038927 0.004124 -0.001754 -0.001527 -0.004433 -0.014644 -0.016451 0.025491 0.024333 0.019709 0.026397 -0.003385 -0.031659 0.007611 0.025948 -0.014459 0.008453 -0.013071 0.022403 -0.00679 0.038367 0.001485 -0.01527 0.008022 0.005277 -0.022779 -0.021143 0.010685 0.003273 -0.017586 0.008006 0.0042 0.01935 -0.009194 -0.006845 -0.012579 0.000683 -0.006846 -0.034025 -0.035104 0.003199 -0.027681 -0.027129 0.011868 0.027066 0.018964 0.015104 -0.011728 -0.01186 0.00315 0.001141 0.016974 0.005194 0.037101 0.059739 0.027752 0.00151 -0.000571 -0.043204 -0.042223 -0.010414 0.002176 0.012934 -0.013376 -0.002199 -0.012611 -0.016324 0.012903 -0.027113 -0.028836 -0.025753 -0.036605 0.001496 0.000134 0.008983 0.000933 -0.00292 0.007307 0.008127 0.027083 -0.004327 -0.014699 0.0024 0.025177 -0.050586 0.00681 -0.002922 0.007931 0.009895 -0.014148 -0.00354 0.021542 -0.007151 -0.010208 -0.012312 0.015449 -0.037037 0.000255 -0.052407 -0.018047 0.004848 -0.001272 -0.002561 0.009683 -0.015471\nњ 0.022885 4e-06 -0.049905 0.02527 0.017835 0.039605 0.006255 -0.006386 -0.02194 -0.031055 0.03853 0.005143 -0.014097 -0.025861 0.037378 -0.003639 0.008195 -0.025564 -0.014212 -0.048815 -0.015072 -0.00163 0.001296 0.011752 0.000248 0.023536 -0.007071 -0.010622 -0.019214 -0.022359 0.022798 -0.028625 -0.014439 -0.03337 0.009705 0.008274 -0.043567 0.032816 0.008235 0.01567 -0.035156 0.015216 -0.00476 0.00255 -0.030261 -0.029494 0.037059 0.005023 0.000382 0.019685 0.004401 0.04553 0.037381 -0.034657 0.038253 0.011826 -0.003352 0.031796 -0.01216 0.024066 -0.026102 -0.028595 -0.004683 -0.019461 0.016033 0.024807 0.037507 -0.016684 0.038302 0.008426 -0.049144 -0.009264 0.023144 0.01083 -0.058548 0.00448 -0.030078 0.022659 -0.026106 -0.019767 0.008728 -0.003602 -0.003591 0.01784 -0.028569 -0.049092 0.001255 0.005186 -0.016603 0.001412 -0.012454 0.025444 0.009602 -0.017202 0.007774 -0.005644 -0.005723 -0.041926 -0.001019 -0.00915 -0.015815 0.000944 -0.001212 -0.033026 0.017842 -0.005847 -0.017995 0.009884 0.030518 -0.008938 0.043713 0.013729 0.026305 -0.013677 0.006897 0.004306 -0.02129 0.006537 -0.010186 -0.044657 0.03157 0.003156 0.045196 0.027891 0.026932 0.013615 -0.008079 -0.013897 -0.009717 -0.00627 -0.008202 -0.007254 -0.00784 0.028734 -0.021243 0.010671 -0.033798 0.01121 0.009966 0.04971 -0.004561 -0.012881 0.017527 0.034622 -0.030752 -0.0518 0.044036 0.002143 -0.00371 -0.046248 0.007519 0.015894 0.033731 0.024911 -0.010433 0.011973 -0.002998 -0.024087 0.019273 -0.023076 -0.017722 0.012078 0.027629 0.010772 -0.014863 -0.01093 0.019176 -0.02057 0.021583 0.020599 -0.030385 -0.018457 -0.014739 0.036127 -0.021535 -0.022618 -0.014401 -0.002075 -0.031969 -0.021477 0.031343 -0.010048 0.005495 -0.01265 -0.007386 -0.020198 0.003804 0.020848 -0.055811 0.003513 0.017029 0.027962 -0.033406 -0.032694 -0.009307 0.039012 -0.019072 0.01513 -0.004795 0.004644 -0.04176 -0.041694 0.017724 0.016923 0.014286 0.015915 0.012814 -0.011317 -0.003605 0.034893 -0.020425 -0.002672 -0.0154 0.01798 0.003691 0.068382 0.00336 -0.02525 0.012691 -0.004558 -0.006244 0.008662 -0.005769 0.011291 -0.015816 -0.007093 0.005387 0.01686 0.002908 -0.020806 -0.013211 0.005194 -0.010546 -0.02126 -0.033343 -0.00549 -0.013484 -0.033936 0.030008 0.030917 0.016008 0.022283 -0.023818 0.015795 0.007451 -0.008683 0.039063 -0.003179 0.041989 0.055184 0.018822 0.008847 0.001344 -0.036749 -0.038266 -0.02148 0.002886 0.023403 -0.024291 -0.01528 0.006523 -0.008636 0.031133 -0.026833 -0.027422 -0.020779 -0.028983 -0.016156 0.009779 0.006646 0.022236 -0.002559 0.005925 0.001644 0.006854 0.003786 0.004146 0.01874 0.042413 -0.04803 -0.005845 -0.018507 0.020884 0.021073 -0.015682 -0.001331 0.022691 -0.016119 -0.020532 -0.021418 0.004047 -0.048679 0.006219 -0.066896 -0.003406 0.005146 0.015289 0.012793 0.023954 0.008999\n៣ 0.012774 0.000967 -0.031307 0.031861 0.016565 0.030719 0.016461 0.01428 -0.00601 -0.009422 0.019451 0.002781 0.018052 0.002373 0.009418 -0.003725 0.005614 -0.026189 -0.000779 -0.04099 -0.014373 0.013417 0.011726 0.01288 -0.005455 0.011701 -0.008951 -0.006121 -0.019415 -0.00845 0.012108 -0.032093 -0.002552 -0.016095 0.01201 -0.011635 -0.012978 0.01717 -0.005228 -0.004762 -0.012701 0.015429 0.007023 -0.007313 -0.002253 0.007261 0.034487 -0.007124 -0.007625 0.000568 0.010903 0.034042 0.006895 -0.032854 0.044617 -0.001734 0.010319 0.000966 0.005092 0.017408 -0.003347 -0.023481 -0.001811 -0.015048 0.002891 0.017233 0.042802 -0.01833 0.026083 0.015654 -0.03287 -0.003789 -0.003026 -0.00471 -0.040723 0.002139 -0.026159 0.014708 -0.024157 0.002281 0.010583 0.000816 0.006807 0.019078 -0.022269 -0.033316 0.00979 -0.01203 -0.00424 -0.015174 -0.020938 0.016407 -0.007291 -0.022152 -0.006693 0.008856 -0.001324 -0.022691 0.005186 0.00852 -0.005384 -0.014738 0.002177 -0.022921 0.025459 0.0168 -0.016501 0.003138 0.031408 0.007608 0.020447 0.005225 0.011313 -0.01307 -0.004705 -0.004595 0.000669 1.4e-05 -0.017597 -0.0352 -0.002367 0.004712 0.026853 -0.002462 0.034635 0.011116 -0.012102 -0.019358 -0.009805 0.00284 -0.020261 0.008409 0.001819 0.025866 -0.00574 0.005223 -0.040355 0.003905 -0.000475 0.030258 -0.012342 0.00041 0.002166 0.032029 -0.020633 -0.020129 0.019766 0.002841 0.004344 -0.019338 -0.001315 0.005314 0.034699 0.019989 0.010311 0.007431 0.023356 -0.0247 -0.007769 -0.011809 -0.001391 0.011773 0.030097 0.020664 0.005929 -0.013733 0.002164 -0.016321 0.014436 0.01374 -0.020892 -0.01863 -0.021857 0.01281 -0.011459 -0.018463 -0.009758 0.006088 -0.034441 -0.005376 0.025037 -0.002517 0.004421 -0.008746 0.009255 0.016919 0.005171 0.020733 -0.049695 0.009278 0.016877 0.024134 -0.005077 -0.024947 -0.001873 0.015899 -0.015345 0.015464 -0.009851 0.015889 -0.013147 -0.013636 0.010148 0.004651 0.011965 0.014204 0.000572 -0.011516 0.004868 0.03571 -0.024586 0.000637 -0.012858 0.023439 0.008733 0.035911 0.026224 -0.021138 0.006291 -0.004816 -0.005458 -0.012959 -0.018266 -0.002838 -0.009947 -0.008064 -5.2e-05 -0.013872 -0.008773 -0.01589 -0.007313 0.003131 -0.01594 -0.036857 -0.024817 0.008999 -0.004841 -0.014602 0.021906 0.007765 -0.002272 0.008619 -0.015374 0.000231 0.014513 -0.016039 0.018756 0.00203 0.026443 0.03441 0.03323 0.002716 0.017334 -0.014805 -0.009052 0.000173 -0.006882 0.006171 -0.01816 -0.021514 0.002033 -0.023491 0.011702 -0.011825 -0.021341 -0.007076 -0.027276 -0.008056 0.025589 0.015286 0.006917 0.005126 0.015304 -0.015392 -0.001163 0.007673 -0.00604 0.027334 0.013882 -0.018718 -0.005964 0.001026 0.00059 0.015543 -0.011264 -0.004936 0.003989 -0.005211 -0.006854 -0.006213 0.007879 -0.028275 0.000623 -0.020387 0.021464 0.000919 -0.006433 0.019567 0.008903 0.015722\nứ 0.04534 -0.002821 -0.061504 0.033907 0.014228 0.026696 0.020821 -0.038235 -0.030957 -0.041271 0.047692 -0.037472 -0.017112 0.010757 0.011138 -0.008844 0.037582 -0.032431 0.00472 -0.024436 -0.028392 0.012954 -0.002923 0.019073 -0.009838 0.020218 0.00053 0.001141 0.030374 -0.005688 0.013891 -0.037854 0.024052 -0.005493 0.040901 -0.004755 -0.034782 0.015486 -0.016329 0.031969 -0.009776 0.012437 -0.034022 0.012541 -0.032134 -0.050365 0.026705 -0.002403 0.012795 0.029924 0.014827 0.031503 0.033124 -0.04128 0.058031 0.006298 -0.015932 0.042454 -0.017394 0.012864 -0.005768 -0.034009 -0.014055 0.002995 0.011494 0.010298 0.055804 -0.009233 0.017245 -0.003602 -0.022208 -0.012893 0.037418 0.00711 -0.02606 0.02372 0.00997 0.03804 -0.00511 -0.003875 0.005912 0.005732 -0.009276 0.031089 -0.03982 -0.047234 -0.03959 -0.024842 0.014336 -0.025564 0.00241 0.022123 -0.020755 -0.018617 -0.025073 -0.00561 -0.012681 -0.007053 -0.013234 -0.02388 -0.008884 0.013154 -0.01765 -0.010369 0.024255 -0.006181 -0.006681 -0.019157 0.074594 0.012643 0.009197 0.011428 -0.003365 -0.006871 0.015045 -0.008615 -0.022978 0.003865 -0.017035 -0.040036 -0.000237 -0.032085 0.045819 0.017772 0.011557 0.02811 -0.012518 -0.012865 -0.019665 0.010604 0.006062 -0.000229 -0.021846 0.013221 0.00095 0.02489 -0.0169 0.039222 0.02195 0.026955 -0.016784 0.002749 0.047565 0.027922 -0.051726 -0.010451 0.035219 0.005439 -0.006122 -0.01796 0.008327 -0.004223 0.029382 0.017433 -0.009765 0.006957 0.028707 -0.002254 -0.009489 -0.049905 0.011097 -0.000991 -0.009409 -0.005984 -0.010488 0.005016 0.009284 -0.023213 0.034894 0.028465 -0.037929 -0.031966 -0.013531 -0.001089 -0.051108 -8.2e-05 0.010761 0.021357 -0.001971 -0.017344 0.036423 0.018564 -0.003403 -0.00745 -0.009674 0.009952 -0.006267 0.004557 -0.069967 -0.050468 0.017882 0.015322 -0.023599 -0.011678 -0.038381 0.028762 0.019197 0.000963 0.005002 -0.003624 -0.048571 -0.034586 0.007362 0.009195 0.03603 -0.014696 0.008086 -0.003718 0.004003 0.029242 -0.026214 0.002996 0.011459 0.008784 0.038138 0.021633 0.020079 -0.012327 0.008312 0.025669 0.034653 0.020142 0.026764 -0.028805 -0.016141 -0.022222 0.030022 0.004516 -0.001844 -0.001996 0.0143 -0.013904 -0.030072 -0.032248 -0.019855 0.012888 -0.003505 -0.055133 0.016723 0.002511 -0.01217 0.053691 -5.9e-05 -0.006353 -0.008509 -0.006009 0.013449 0.012371 0.027324 0.04671 0.001275 0.001552 0.028671 -0.048443 -0.012232 -0.006351 0.001472 0.036149 -0.018027 -0.025217 0.012049 0.007218 0.003005 -0.043198 -0.024063 -0.03534 -0.009914 0.004214 -0.013131 0.00864 0.023467 -0.011841 -0.002475 -0.005191 0.021208 -0.021469 0.015728 0.044039 0.022557 -0.031759 0.006831 0.013065 0.000332 0.013841 -0.042372 0.004506 0.00047 0.007263 -0.051624 0.003607 0.029358 -0.025991 0.027513 -0.049759 0.006283 0.019855 0.015223 -0.006777 0.04712 -0.013144\nϫ 0.010207 -0.010918 -0.06918 0.046335 -0.00296 0.055412 0.033935 -0.014429 0.003446 0.000349 0.073723 -0.010531 0.012007 -0.010962 0.006086 0.011877 -0.016894 -0.028902 -0.046975 -0.057112 -0.012768 -0.021743 0.004179 0.025143 0.022374 0.021249 0.000491 0.015274 -0.029279 -0.033248 0.056959 -0.026349 -0.036254 -0.012327 0.010412 0.018706 -0.040965 0.028525 0.023847 -0.000494 -0.061177 -0.016931 0.011341 0.024147 0.00099 -0.002331 0.056098 -0.004876 -0.011851 0.023619 -0.009408 0.048889 0.048573 -0.050037 0.058193 -0.003809 0.017238 0.036631 0.007081 0.025592 -0.008442 -0.010714 0.019385 -0.035586 0.035813 0.000101 0.006197 -0.033548 0.033959 0.027734 -0.006158 -0.013217 0.023542 -0.004183 -0.054771 -0.024355 -0.030381 0.001352 -0.037317 -0.02173 0.040887 -0.036296 -0.001933 0.002329 -0.041678 -0.048612 -0.021292 0.023441 0.014574 0.022049 -0.008124 0.025677 -0.021078 -0.013918 0.027953 -0.010271 0.001468 -0.052749 0.006832 -0.01681 -0.024689 -0.007219 -0.023642 -0.002362 -0.008407 -0.036496 -0.034274 0.019302 0.028424 -0.021411 0.094159 0.029881 0.040283 -0.026958 -0.000289 -0.022956 -0.003323 0.006497 -0.013711 -0.062278 0.040796 0.022891 0.032983 0.04168 0.027785 0.014085 0.029095 -0.026134 -0.032743 -0.043209 -0.016746 0.019703 -0.007889 0.064414 -0.002018 0.016321 -0.006432 -0.043728 0.012217 0.050047 -0.038828 -0.020141 0.013519 0.014351 -0.064152 -0.039109 0.050709 -0.019673 0.045749 -0.092666 -0.01461 0.022244 0.045968 0.00382 -0.03149 -0.016633 -0.007402 -0.029552 -0.013419 0.009933 -0.027848 0.007489 0.02883 0.029704 -0.05469 -0.013306 0.036668 -0.027209 0.015692 -0.00017 -0.048092 -0.019741 -0.021323 0.033604 -0.004156 -0.025959 -0.00517 -0.011599 0.001178 -0.009896 0.048957 -0.021639 0.003655 -0.021382 -0.012768 0.002193 -0.022954 -0.003076 -0.072348 -0.017305 0.02991 0.015543 -0.043815 -0.059429 0.000904 0.052104 0.002254 0.008271 0.013681 0.031539 -0.029325 -0.036913 0.036339 0.032232 -0.010317 -0.026276 -0.001271 -0.01654 0.02278 0.038873 -0.032825 -0.001322 0.009871 0.016861 0.00627 0.071148 -0.013346 -0.005247 0.032902 0.033785 0.019286 0.015273 -0.035872 0.021578 -0.03427 0.010246 -0.026467 -0.0068 0.031609 -0.02367 -0.003018 0.004932 0.014837 -0.027567 -0.012102 0.013732 0.00454 -0.027143 0.04714 0.019323 -0.001748 -0.00054 -0.025434 0.005114 -0.007301 -0.007999 0.044405 0.033399 0.03588 0.038448 0.054708 0.017377 0.003298 -0.055069 -0.046072 -0.022951 -0.022727 0.014796 -0.027277 -0.022234 0.000906 0.000294 0.024715 -0.006472 -0.019082 -0.001216 0.012361 -0.039895 -0.028416 0.025357 0.006619 -0.053092 0.01121 0.020529 0.011045 -0.00611 0.006353 0.000965 0.039269 -0.004119 -0.022178 0.004429 0.062143 0.020435 -0.037746 -0.000664 0.040363 -0.025606 -0.051238 -0.034888 -0.000833 -0.044543 0.012286 -0.064145 0.004954 -0.0146 0.020727 0.006352 0.009999 -0.006557\ní 0.036856 -0.002823 -0.052638 0.028154 0.016219 0.02682 0.014391 -0.017143 -0.027003 -0.032671 0.039216 -0.015506 -0.01709 -0.008765 0.009548 -0.007858 0.020859 -0.028286 -0.002038 -0.034853 -0.017613 0.009225 -0.004684 0.009691 -0.000461 0.019454 0.003438 0.001324 0.011024 -0.008309 0.016331 -0.032432 0.010441 -0.017018 0.034097 0.004182 -0.026284 0.031323 -0.00629 0.031131 -0.015467 0.00584 -0.020705 0.010629 -0.024239 -0.038009 0.034198 0.002295 0.002998 0.025694 0.012938 0.03955 0.028771 -0.032396 0.052258 0.01536 -0.012493 0.035304 -0.013358 0.012499 -0.014186 -0.035417 -0.014966 -0.006907 0.011351 0.009477 0.048555 -0.014428 0.0228 0.003424 -0.037811 -0.013746 0.039274 0.003889 -0.03187 0.016332 -0.004052 0.03112 -0.010474 -0.012259 0.008552 0.00407 -0.001832 0.022078 -0.027649 -0.056936 -0.016183 -0.013067 0.001529 -0.022511 -0.000177 0.030858 -0.015071 -0.018986 -0.014534 -0.007897 -0.009465 -0.016422 0.000144 -0.008907 -0.017416 0.007426 -0.006072 -0.014421 0.022543 -0.008816 -0.015977 -0.000768 0.053461 0.001382 0.018236 0.010809 0.0097 -0.010633 0.006226 0.001464 -0.020773 0.000868 -0.010661 -0.032128 0.007433 -0.016028 0.043514 0.017923 0.021877 0.016932 -0.003058 -0.006492 -0.016675 0.003171 -0.005627 -0.00458 -0.021767 0.023131 -0.009827 0.023974 -0.023142 0.024068 0.002393 0.033753 -0.016001 2.8e-05 0.034962 0.022396 -0.039334 -0.014435 0.032267 -0.000926 -0.01263 -0.03439 0.004125 -8.2e-05 0.025958 0.024577 -0.00649 9.3e-05 0.0166 -0.010716 -0.002073 -0.035929 0.000713 0.006988 -0.0004 0.003505 -0.017703 -0.002876 0.018647 -0.029452 0.026844 0.012512 -0.032465 -0.024531 -0.011346 0.010135 -0.028347 -0.014352 -0.002151 0.01214 -0.009898 -0.016708 0.037673 0.006853 -0.006731 -0.00523 -0.011401 -0.003401 -0.008934 0.000346 -0.055533 -0.028833 0.010814 0.019658 -0.025619 -0.020388 -0.020609 0.03 0.005132 0.005338 0.006966 -7e-05 -0.04647 -0.022467 0.007914 0.022992 0.034551 -0.00305 0.011926 -0.0068 -0.009086 0.02375 -0.031561 -0.003952 0.004453 0.009042 0.012603 0.037652 0.015476 -0.012341 0.008193 0.009111 0.015494 0.012412 0.009561 -0.01511 -0.016036 -0.019561 0.022346 0.009172 -0.008435 -0.010717 0.008002 -0.016154 -0.019787 -0.032768 -0.02442 0.000872 -0.003413 -0.053275 0.025397 0.013693 -0.004213 0.031753 -0.007406 0.011316 -0.006895 -0.009924 0.027811 0.003799 0.031958 0.051601 0.007916 0.001648 0.011246 -0.044612 -0.033109 -0.012667 -0.002241 0.024914 -0.019007 -0.02557 0.011137 -0.000834 0.013882 -0.022274 -0.022895 -0.026113 -0.020662 0.007695 0.001148 0.000603 0.016456 -0.007709 0.009754 0.001579 0.018558 -0.006235 0.01202 0.027667 0.026211 -0.040708 -0.001499 0.001634 -0.003267 0.024036 -0.031585 0.006607 0.000788 -0.002232 -0.040286 -0.00952 0.014758 -0.039125 0.015246 -0.054217 -0.000298 0.020321 0.010076 -0.002413 0.039192 -0.007855\nȁ 0.041759 0.013212 -0.023355 0.023524 0.020072 0.031889 0.008191 -0.007343 -0.012225 -0.028621 0.023205 0.016134 -0.020059 0.002152 0.026115 -0.025102 0.015625 -0.02141 0.010928 -0.038505 0.015026 0.007676 -0.004778 0.015853 0.007043 0.023837 -0.009468 0.00413 0.033577 -0.009638 0.028937 -0.02432 -0.015404 -0.023801 -0.00428 0.004417 -0.02637 0.018337 -0.00911 0.014862 -0.026121 0.018515 0.000491 0.009791 -0.011532 -0.004445 0.030242 0.012883 0.011298 0.018922 0.004643 0.053509 0.019259 -0.018529 0.030343 0.019073 -0.00279 0.027148 -0.015705 0.010862 -0.019916 -0.020235 -0.024135 -0.011562 0.01117 0.016353 0.036252 -0.031754 0.018685 0.023879 -0.027269 -0.01207 -0.007872 0.021086 -0.037584 -0.015769 -0.014564 0.021118 -0.03024 -0.008748 0.016155 0.010377 -0.032557 0.024794 -0.017596 -0.0524 -0.006728 0.004816 0.022529 0.003909 -0.001499 0.031768 -0.005676 -0.00807 -0.007589 -0.010056 -0.018656 -0.032027 -0.027134 -0.012952 -0.02771 0.008107 -0.002375 -0.032695 0.0218 0.007008 -0.03067 0.005363 0.018632 -0.013769 0.049211 0.004123 0.024898 0.013765 0.031649 0.015615 -0.015481 -0.010585 -0.010216 -0.009947 0.035814 -0.024584 0.021896 0.02267 0.012607 -0.019645 -0.007455 0.00914 0.001392 0.007553 0.005491 0.013788 -0.006411 0.02899 0.01312 0.011509 -0.003938 0.04034 0.007565 0.03824 -0.006947 -0.004252 0.018528 0.020572 -0.026063 -0.03675 0.015523 -0.022908 -0.006188 -0.037602 -0.014685 0.014698 0.02734 0.020244 0.008111 0.000362 -0.017026 -0.019089 0.015085 -0.011078 -0.021532 0.001616 0.009142 0.017074 -0.013616 -0.023603 0.003936 -0.033343 0.018996 0.041976 -0.021939 -0.030426 -0.021575 0.024952 -0.00827 0.00252 0.002631 -0.00799 -0.016054 -0.009126 0.0447 -0.000609 0.011163 -0.011227 -0.039828 0.003607 0.007671 0.043858 -0.041373 0.011011 -0.001463 0.035345 -0.014717 -0.029786 0.005846 0.035517 -0.037378 0.008667 0.013522 -0.009872 -0.028825 -0.007222 0.034975 0.03504 0.01956 -0.00443 0.005716 -0.03336 -0.007897 0.014417 -0.023586 -0.009519 0.013329 0.037252 -0.00835 0.016577 0.00208 0.01662 0.015291 0.006934 -0.008627 -5.4e-05 -0.005337 0.014289 -0.033783 -0.005755 -0.012415 -0.005455 0.003314 0.013315 -0.007357 -0.010406 -0.001829 -0.048802 0.004042 -0.009101 -0.001221 -0.015464 0.017324 0.010822 0.026871 0.027531 -0.002778 0.029716 0.009514 -0.022579 0.033404 0.028326 0.024397 0.024661 -0.014602 0.017564 -0.022975 -0.035659 -0.013384 -0.026474 -0.026639 0.006114 -0.003829 0.008541 0.003051 -0.002804 0.016843 -0.015624 -0.009796 -0.012125 -0.021211 -0.00843 0.018744 -0.013256 0.010093 -0.007569 -0.003923 -0.00198 0.024556 -0.004872 0.003323 0.00871 0.017097 -0.027388 -0.015299 0.000972 0.015903 0.024668 0.005619 0.001736 0.003732 -0.01338 -0.013153 -0.006346 0.016446 -0.024699 0.015448 -0.032802 -0.021999 0.019079 -0.023508 0.007973 0.01856 0.00571\nք 0.040465 0.000918 -0.047968 0.018738 0.01186 0.033493 -0.002999 -0.006382 -0.021114 -0.035633 0.031337 0.012592 -0.010331 -0.025949 0.02452 -0.013025 0.011884 -0.020344 -0.009364 -0.048205 -0.011442 0.002476 0.00115 0.016551 -0.006229 0.026328 -0.013149 -0.010138 -0.022966 -0.023055 0.022449 -0.039832 -0.00913 -0.043406 0.012881 0.00812 -0.04465 0.035545 0.014347 0.014125 -0.024569 0.00533 -0.008346 0.011624 -0.025073 -0.025817 0.032136 -0.007056 -0.008754 0.014686 0.003156 0.045674 0.028015 -0.03016 0.043449 0.007181 0.009593 0.026042 -0.026908 0.023671 -0.036702 -0.025213 -0.015114 -0.017191 0.014776 0.029294 0.03573 -0.014993 0.041661 0.023514 -0.038579 -0.009523 0.02847 0.019264 -0.050539 0.009339 -0.034135 0.02345 -0.040767 -0.019606 0.015748 7.2e-05 -0.013793 0.011227 -0.022465 -0.041862 0.00175 0.013488 -0.022072 -0.000177 -0.007866 0.015707 0.00415 -0.013822 0.006194 -0.005015 0.00177 -0.038214 0.003876 -0.009198 -0.03064 0.000564 -0.002149 -0.026403 0.018442 -0.004266 -0.022591 0.013661 0.044821 -0.01517 0.044376 0.020204 0.01997 -0.021105 0.016009 -0.007676 -0.002844 -0.003896 -0.017376 -0.04206 0.023934 -0.007116 0.037787 0.023786 0.038374 0.012499 -0.007057 -0.011544 -0.012487 -0.025671 -0.007566 -0.005986 -0.011818 0.028412 -0.025369 0.009649 -0.021477 -0.001772 0.009412 0.047198 0.003874 -0.010873 -0.0007 0.024092 -0.021171 -0.051432 0.046595 0.001449 0.003171 -0.034551 -0.003541 0.003233 0.033465 0.024442 -0.003481 0.008074 0.002123 -0.015477 0.016129 -0.030387 -0.010852 0.022344 0.014574 0.013879 -0.019785 -0.016082 0.012545 -0.026362 0.012901 0.010438 -0.021236 -0.017451 -0.006829 0.041087 -0.012483 -0.02968 -0.00439 -0.014254 -0.051156 -0.018927 0.032518 -0.012601 -0.002584 -0.010764 -0.006964 -0.023123 0.01165 0.017005 -0.060287 -0.010443 0.01188 0.020637 -0.032207 -0.030655 0.007104 0.045718 -0.022591 0.023084 0.009966 -0.005142 -0.03794 -0.033334 0.015727 0.025788 0.01491 0.011688 0.009854 -0.00954 0.003198 0.032419 -0.028468 -0.006701 -0.01765 0.024886 0.00516 0.065249 0.003044 -0.016243 0.011802 0.003086 0.004242 0.007461 -0.005136 0.001068 -0.02428 -0.015964 0.004631 0.015158 -0.009086 -0.018905 -0.013586 -0.006453 -0.003157 -0.01646 -0.03434 -0.007205 -0.006893 -0.0335 0.020409 0.014108 0.007485 0.01444 -0.023759 0.006389 0.00493 -0.00931 0.035141 -0.003943 0.055886 0.051994 0.029241 0.01059 0.001283 -0.041433 -0.036176 -0.013579 -0.003942 0.026908 -0.03037 -0.011993 0.018322 -0.009656 0.02834 -0.027775 -0.032842 -0.015164 -0.031264 -0.02308 0.006529 -0.00506 0.020649 -0.00817 0.008951 -0.009117 0.009448 0.001399 0.007755 0.015271 0.047256 -0.05275 -0.01001 -0.019524 0.019048 0.018573 -0.023004 -0.003894 0.017821 -0.006465 -0.020826 -0.00458 0.004574 -0.03793 0.006953 -0.068941 -0.011429 0.01071 0.023751 0.015546 0.030021 -0.001138\nइ 0.025684 0.003045 -0.053946 0.022151 0.021107 0.031316 0.009595 -0.01265 -0.023825 -0.023932 0.047954 0.010191 -0.00444 -0.034044 0.032775 0.001317 0.002361 -0.014381 -0.011987 -0.043293 -0.017198 -0.003505 0.009737 0.02 0.013039 0.011709 -0.015637 -0.005464 -0.015108 -0.02681 0.038351 -0.035244 -0.026076 -0.0362 0.010518 0.015328 -0.04119 0.036022 0.003355 0.019368 -0.035225 0.016806 0.001834 0.000394 -0.020661 -0.018281 0.037996 -0.001286 0.001429 0.011814 0.008858 0.055014 0.042741 -0.039357 0.036902 0.004682 0.000687 0.021892 -0.011053 0.026098 -0.028877 -0.0274 0.00526 -0.018628 0.013749 0.017547 0.034925 -0.009733 0.027822 0.018696 -0.047592 -0.010184 0.024153 0.020968 -0.051336 0.001353 -0.024812 0.011085 -0.030612 -0.018692 0.010327 -0.013508 0.008948 0.006327 -0.023467 -0.039483 -0.001146 -0.010003 -0.006824 -0.006915 -0.004147 0.015858 -0.0023 -0.023751 0.014692 -0.006866 -0.00113 -0.044254 -0.003154 0.005699 -0.021161 9.2e-05 -0.007296 -0.022823 0.015285 -0.011982 -0.024857 0.003481 0.033689 -0.003657 0.04458 0.017538 0.031444 -0.020956 0.005126 -0.001972 0.002357 -0.012886 -0.016417 -0.041598 0.025744 0.005949 0.0361 0.020263 0.029715 0.014425 -0.012868 -0.016627 -0.017091 -0.019371 -0.01888 0.001074 -0.028073 0.029382 -0.019106 0.008658 -0.036051 0.005466 0.003616 0.045763 -0.016916 -0.008982 0.008911 0.028939 -0.040883 -0.044103 0.046392 0.013049 0.010638 -0.045338 0.012239 0.011903 0.027824 0.021987 -0.007441 0.001975 0.007908 -0.027251 0.018268 -0.015226 -0.025767 0.008599 0.027586 0.010043 -0.022801 -0.01072 0.02697 -0.018261 0.021208 0.022105 -0.027199 -0.021712 -0.013434 0.028951 -0.01234 -0.026374 -0.002115 0.001332 -0.033434 -0.01786 0.023935 -0.008407 0.016036 -0.009439 -0.011064 -0.021887 0.004367 0.028121 -0.060073 -0.00344 0.023759 0.030946 -0.037985 -0.049021 -0.005253 0.035861 -0.022462 0.007893 0.003618 -0.004262 -0.046359 -0.032997 0.014893 0.029109 0.022311 0.016857 0.009137 -0.018494 -0.006669 0.048356 -0.018669 0.000371 -0.004946 0.016333 -0.005046 0.064652 0.010279 -0.01521 0.010142 -0.005239 -0.004648 -0.003582 0.00221 -0.001681 -0.039124 -0.001049 8e-06 0.024348 -0.005682 -0.017777 -0.010954 -0.012637 0.000181 -0.021471 -0.040546 -0.00691 -0.017683 -0.03942 0.030359 0.027305 0.021863 0.023913 -0.026135 0.02158 -0.004107 -0.002742 0.032141 0.004969 0.030596 0.043223 0.02261 0.011524 0.003624 -0.044522 -0.030996 -0.027622 -0.006011 0.014839 -0.035458 -0.017989 -0.001494 -0.013367 0.02806 -0.025243 -0.01991 -0.019414 -0.019248 -0.024632 0.002171 0.003613 0.011895 0.003036 0.017811 -0.013276 0.014059 -0.001032 -0.001645 0.017907 0.050866 -0.042322 -0.000421 -0.020528 0.012564 0.016917 -0.014576 -0.000785 0.025452 -0.00716 -0.017544 -0.015688 0.002395 -0.040578 0.017866 -0.067282 -0.007589 0.01532 0.010926 0.018442 0.019451 -0.003377\nઆ 0.04273 -0.017749 -0.038433 0.007427 0.000931 0.03585 -0.002268 -0.041106 -0.001533 -0.052891 0.052307 0.011771 -0.015232 -0.036334 0.036561 -0.01208 0.017951 -0.007406 0.016629 -0.05063 -0.010442 -0.004076 0.007631 0.039009 0.012111 0.00557 -0.015887 -0.025715 -0.0154 -0.048445 0.031996 -0.048624 -0.048712 -0.064202 0.019297 0.009077 -0.060413 0.048651 0.004387 0.037878 -0.028415 0.023869 0.001935 -0.012881 -0.066131 -0.008572 0.045785 0.025535 0.002664 0.003801 0.043851 0.0806 0.048342 -0.061637 0.043399 0.010659 -0.043057 0.027958 -0.010009 0.030334 -0.047606 -0.035052 -0.023832 0.001728 0.009721 0.001985 0.041152 0.0181 0.036839 0.016154 -0.035099 -0.007128 0.008724 0.029796 -0.054365 0.002586 -0.040703 0.019769 -0.061943 -0.008506 -0.002506 -0.009227 0.005065 0.015553 -0.062379 -0.055873 0.009716 -0.005273 -0.039882 -0.012735 0.023216 0.042385 -0.00857 -0.031181 0.020257 -0.012214 -0.032913 -0.01342 -0.026561 0.007487 -0.045929 -0.00507 -0.019895 -0.032696 0.040259 -0.018473 -0.014621 -0.0143 0.060005 -0.001519 0.059499 0.049718 0.009077 -0.023586 0.007259 0.034744 -0.000361 -0.003531 -0.005193 -0.053547 -0.000111 0.032826 0.037159 0.033654 0.063432 0.009326 -0.015863 -0.007933 -0.006565 -0.033417 -0.011987 0.035236 -0.018327 0.069672 -0.018103 0.016791 -0.041227 0.007194 0.023358 0.028814 -8.1e-05 -0.029668 0.018779 0.028713 -0.057671 -0.087599 0.057141 0.03649 0.000708 -0.05356 0.030189 0.00087 0.038626 0.021996 -0.015858 -0.004169 0.016328 -0.05163 -0.00592 -0.022584 -0.039828 0.002638 0.007833 0.023687 -0.028152 0.011261 0.047838 -0.063601 0.017351 0.031786 0.019593 -0.039742 -0.012191 0.059048 -0.037836 -0.03361 0.010365 -0.017062 -0.040697 -0.004956 0.000305 -0.020408 0.000916 0.016071 -0.003962 -0.032941 -0.010751 0.03537 -0.066472 -0.033321 0.021541 0.01584 -0.075791 -0.074957 0.023135 0.047075 0.002444 0.034811 -0.019607 -0.021395 -0.082699 -0.016928 0.0012 0.064845 0.019199 -0.00559 0.003539 0.028909 0.023633 0.026237 -0.029894 -0.008096 -0.029965 -0.015167 0.012378 0.077244 -0.012506 -0.043351 0.010259 0.001316 0.023881 0.00147 -0.00566 0.014196 -0.015513 -0.019826 0.012917 0.061406 0.010249 -0.003359 -0.012784 -0.014242 0.003126 -0.059715 -0.048479 -0.01195 -0.008284 -0.057309 0.005719 0.005822 0.039316 0.016561 -0.028077 -0.015688 -0.000689 -0.006254 0.021654 -0.013089 0.020639 0.037978 0.034245 -0.038528 -0.020143 -0.051117 -0.022546 0.002659 -0.010017 0.009571 -0.045293 -0.020816 0.006636 -0.020381 0.016439 -0.027598 -0.027695 -0.025419 -0.055754 -0.004643 0.018549 0.008541 0.01188 -0.012602 0.021029 0.006172 -0.012479 -0.007415 -0.01369 -0.009982 0.100506 -0.043907 0.001829 -0.057534 0.017879 0.016462 0.011 -0.021364 0.030425 -0.034406 -0.055765 -0.010489 0.022727 -0.0616 -0.024329 -0.098458 0.007901 0.031357 -0.009009 0.039584 -0.008307 0.000734\nฉ 0.027317 -0.006157 -0.036358 0.023373 0.011162 0.023815 0.013521 0.002418 -0.011698 -0.0205 0.023518 0.000812 -0.008116 -0.012058 0.032764 -0.003425 0.007764 -0.015474 -0.011953 -0.045527 -0.020264 0.001376 -0.001604 0.01565 0.004154 0.020116 -0.00989 -0.003254 -0.011594 -0.015776 0.019406 -0.022474 -0.014526 -0.03217 -0.000494 0.012821 -0.039628 0.037656 0.01057 0.022047 -0.015098 0.019294 0.001229 -0.013153 -0.02856 -0.025312 0.03773 0.005648 0.008652 0.000569 0.006793 0.044504 0.032485 -0.033591 0.044708 0.004885 -0.003385 0.023932 -0.01558 0.029746 -0.026795 -0.030077 -0.003461 -0.008133 0.011225 0.018619 0.045535 -0.013017 0.039651 0.005698 -0.049481 -0.005883 0.018502 0.017544 -0.047341 0.002369 -0.026832 0.020126 -0.031447 -0.015108 0.010934 -0.000673 0.014362 0.011525 -0.022792 -0.040117 -0.004599 -0.000578 -0.015904 0.000317 -0.008372 0.017296 0.009831 -0.02468 0.016182 -0.011216 0.00529 -0.025766 -0.003663 0.003685 -0.016925 0.009987 -0.003221 -0.023237 0.015404 -0.007346 -0.011601 0.004811 0.030928 -0.008872 0.040511 0.023898 0.023947 -0.010855 0.007701 0.012755 -0.004933 0.001617 -0.009161 -0.041082 0.004887 0.006836 0.033375 0.022483 0.037443 0.014644 -0.012022 -0.012665 -0.012635 -0.014018 -0.002514 0.000176 -0.018903 0.02584 -0.017304 0.008812 -0.026763 -0.00179 0.002938 0.041578 0.002592 -0.013029 0.020949 0.025791 -0.030182 -0.040947 0.047097 0.010774 -0.000306 -0.038463 0.005215 -7e-06 0.032792 0.019787 -0.008308 0.01382 0.001351 -0.029931 0.010011 -0.019238 -0.01852 0.01201 0.024712 0.020373 -0.005095 -0.006125 0.021477 -0.014737 0.021821 0.020449 -0.017988 -0.022483 -0.011065 0.023453 -0.021704 -0.020126 -0.011006 -0.012209 -0.027092 -0.016819 0.036187 -0.012512 0.003209 -0.008532 -0.009545 -0.009179 0.006483 0.015223 -0.050587 -0.005309 0.013213 0.021876 -0.041788 -0.031311 0.002691 0.025998 -0.016907 0.012096 -0.000809 -0.004769 -0.028966 -0.029042 0.018968 0.018892 0.018159 0.01685 0.005221 -0.007812 -0.004779 0.032231 -0.019227 -0.001685 -0.003848 0.013135 0.000941 0.051058 0.002255 -0.023719 -0.003514 0.008059 -0.00335 0.007626 0.004057 0.016188 -0.014817 -0.002506 -6.2e-05 0.020391 -0.005157 -0.026425 -0.003127 0.001008 -0.00449 -0.017904 -0.032002 -0.007555 -0.012545 -0.031072 0.019681 0.025205 0.009821 0.030836 -0.022233 0.00295 0.009449 -0.001899 0.032681 -0.00453 0.029078 0.053666 0.01623 -0.001522 -0.008262 -0.037718 -0.03024 -0.022232 -0.003157 0.017086 -0.037924 -0.009416 0.004924 -0.014357 0.027658 -0.028731 -0.021649 -0.021559 -0.024766 -0.01626 0.002924 -0.002175 0.014521 -0.001793 0.000771 0.009485 0.0111 0.001924 0.004191 0.004814 0.044605 -0.037932 -0.000205 -0.012091 0.015279 0.009877 -0.022857 -0.005144 0.015392 -0.009446 -0.018934 -0.013784 0.009754 -0.038097 0.008257 -0.058793 0.000233 0.018428 0.005162 0.022825 0.012682 -0.006586\nጋ 0.061898 -0.015036 -0.071742 0.036913 -0.006065 0.032804 0.009068 0.005329 -0.05874 -0.049244 0.041386 0.014058 -0.027321 -0.008118 0.024451 0.025765 -0.00494 -0.060179 0.001386 -0.032633 -0.027808 0.004725 0.017667 0.027062 -0.000912 0.006388 -0.013379 -0.000865 -0.027213 -0.03904 0.039432 -0.034116 -0.024183 -0.063217 0.023102 0.012952 -0.043801 0.070198 0.000215 0.036224 -0.03174 0.03151 0.01208 -0.00347 -0.027279 -0.047735 0.026702 0.002618 -0.008684 0.02835 0.024795 0.077275 0.038635 -0.037676 0.041194 0.018948 0.022338 0.044018 -0.025452 0.048229 -0.041752 -0.039857 -0.00856 -0.024438 0.023148 0.041702 0.06086 -0.022766 0.059539 0.027287 -0.059306 -0.014294 0.041115 0.048236 -0.043682 0.028241 -0.02149 0.047638 -0.037051 -0.025805 0.009775 0.009395 0.010818 0.023894 -0.013905 -0.079367 0.010944 -0.016123 -0.032552 0.001004 0.007142 0.024254 0.022033 -0.001497 0.01668 -0.003703 -0.006226 -0.039117 -0.010212 0.00978 -0.044297 -0.001051 -0.018182 -0.054669 0.001912 -0.002434 -0.020573 -0.002182 0.028678 -0.011887 0.066752 0.025572 -0.011164 -0.023129 0.007994 -0.006934 -0.029789 0.009046 -0.020182 -0.046144 0.040553 -0.000609 0.070913 0.014302 0.038449 0.048767 -0.034366 -0.028055 -0.028516 -0.015492 -0.038635 -0.008723 -0.018076 0.031644 -0.043397 0.029412 -0.061269 -0.021236 0.011031 0.05739 -0.014184 0.000293 0.020539 0.053778 -0.027693 -0.058657 0.084243 0.008688 -0.006075 -0.044987 0.007511 0.004464 0.044775 0.030649 0.00829 0.006267 0.00664 -0.023623 0.033571 -0.019127 -0.015532 0.02112 0.067826 0.012013 0.000961 -0.033923 0.021628 -0.028332 0.023642 0.014622 -0.042864 -0.027459 -0.005888 0.060297 -0.049749 -0.04499 -0.007409 -0.009153 -0.052174 -0.025923 0.058316 -0.00074 -0.008789 -0.008276 0.003857 -0.026275 0.008062 0.009899 -0.065666 -0.003409 0.003606 0.035201 -0.049821 -0.051279 0.005539 0.056429 -0.032382 -0.000238 0.007375 -0.002371 -0.039502 -0.047933 0.018945 0.023469 0.041862 0.043163 0.024185 -0.014364 -0.015782 0.057669 -0.039838 0.003123 -0.00784 0.030665 -0.028928 0.109464 0.010439 -0.019253 -0.016691 -0.000271 -0.016072 -0.009191 -0.029584 0.012658 -0.021345 0.006219 -0.01038 0.057081 -0.007735 -0.061199 -0.003186 -0.006794 0.013885 -0.024278 -0.040993 -0.008528 -0.015752 -0.034321 0.050494 0.034015 0.00712 0.043451 -0.059117 0.01595 0.019948 -0.004493 0.052845 0.017069 0.052336 0.077431 0.031932 0.001112 -0.001509 -0.046926 -0.04814 -0.040055 0.025034 0.028043 -0.025877 -0.027639 0.012564 -0.020511 0.019029 -0.046341 -0.042363 -0.034843 -0.055931 0.000498 0.017781 -1.3e-05 0.00503 0.026343 0.010562 -0.022725 0.023167 0.031156 -0.043188 0.021885 0.059445 -0.054938 5.8e-05 -0.011698 0.025941 0.013256 -0.019202 0.007732 0.030212 -0.001222 -0.008024 -0.033849 -0.004426 -0.060495 -0.023823 -0.095618 -0.00513 -0.014291 0.010125 0.0454 0.026871 -0.004826\nė 0.019994 -0.00541 -0.027876 0.026164 0.00755 0.024927 0.013168 -0.001711 -0.020039 -0.020778 0.04117 0.007559 -0.006435 -0.024407 0.027336 -0.002981 -0.002471 -0.026086 -0.001632 -0.031435 -0.015175 -0.002141 -0.001508 0.019645 -0.008151 0.029902 -0.004041 0.000341 -0.009773 -0.020976 0.020684 -0.020086 -0.017923 -0.024868 0.012705 0.027205 -0.04289 0.024869 0.007948 0.006604 -0.021229 0.00852 0.007874 -0.00416 -0.024203 -0.014608 0.02497 0.001868 0.009536 0.014041 0.006991 0.048187 0.027214 -0.036768 0.021214 0.003298 -0.007447 0.016925 -0.022158 0.01903 -0.016066 -0.016473 -0.009766 -0.009136 0.011447 0.01022 0.013667 -0.014391 0.024753 0.014886 -0.026559 -0.00509 0.015994 0.01351 -0.044551 0.003471 -0.021207 0.016983 -0.026323 -0.008909 0.013442 0.002047 0.001257 0.018774 -0.00998 -0.029872 -0.003454 0.007172 -0.015386 -0.002123 -0.006331 0.031235 0.015051 0.005096 0.008475 -0.011859 0.006573 -0.027423 -0.004028 0.0029 -0.004651 -0.009607 -0.008135 -0.005718 0.013786 -0.013279 -0.017584 0.004224 0.026459 -0.000975 0.038872 0.020188 0.021896 -0.010277 0.011562 0.006946 -0.006865 0.000902 -0.005415 -0.028449 0.021177 0.005869 0.027122 0.001864 0.033837 0.002796 -0.007461 -0.022911 -0.008032 -0.000603 -0.013998 -0.015321 -0.013623 0.021638 -0.014705 0.008939 -0.016158 -0.004827 0.005991 0.034491 -0.001193 -0.013968 0.011117 0.022261 -0.025266 -0.044892 0.038303 -0.000429 0.00388 -0.037249 0.007364 0.000919 0.023611 0.015631 0.008251 0.007634 -0.012441 -0.021613 0.003663 -0.013631 -0.015989 0.017936 0.020126 0.016863 -0.012462 -0.007269 0.025564 -0.019363 0.014604 0.008568 -0.01194 -0.018381 -0.019715 0.033898 -0.019573 -0.024815 -0.009872 -0.009505 -0.021197 -0.012853 0.023445 -0.007301 0.015199 -0.009849 -0.005232 -0.017842 0.01012 0.011892 -0.03826 -0.003471 0.00532 0.026964 -0.025757 -0.024563 -0.003932 0.027577 -0.00444 0.020926 0.011597 0.012152 -0.031709 -0.023776 0.007159 0.023711 0.004877 0.011264 0.004272 -0.008666 -0.000416 0.017924 -0.016401 0.000651 -0.0183 0.015551 -0.005894 0.052591 -0.000283 -0.028324 0.007584 0.002002 0.002639 0.011533 -0.017091 0.001756 -0.007075 -0.003488 0.002905 0.018124 -0.006462 -0.00935 -0.002712 0.001779 0.00219 -0.016694 -0.035033 -0.006512 -0.008361 -0.030125 0.025005 0.01805 0.006395 0.014971 -0.017674 0.003791 0.000776 0.002689 0.036818 0.003756 0.034878 0.033744 0.038145 0.004452 0.011677 -0.03586 -0.025929 -0.015623 0.00332 0.013032 -0.022067 -0.018892 -0.001302 -0.004875 0.023549 -0.010203 -0.022494 -0.02542 -0.012437 -0.015414 0.006675 -0.000616 0.00658 0.002157 0.006282 0.007288 0.017845 0.005874 0.007297 0.010462 0.019775 -0.041257 -0.002437 -0.014289 0.008557 0.003379 -0.01461 -0.003475 0.019012 -0.003832 -0.01303 -0.008077 0.011322 -0.043719 0.00086 -0.034734 -0.00419 0.002282 0.016852 0.010568 0.011499 0.005271\nজ 0.018249 0.005703 -0.040203 0.0139 0.005778 0.026718 0.004656 -0.007779 -0.015612 -0.026488 0.034434 0.010604 -0.006594 -0.007925 0.026234 -0.006709 0.003439 -0.014832 -0.015986 -0.041119 -0.007577 -0.008239 0.007197 0.013066 0.008855 0.016001 -0.003109 -0.013642 -0.013922 -0.027454 0.022987 -0.029128 -0.01367 -0.036404 -0.004049 0.012505 -0.034209 0.034037 0.01172 0.023667 -0.02467 0.011758 0.003396 0.002013 -0.029991 -0.013721 0.027387 -0.001631 -0.007441 0.015431 -0.006548 0.036099 0.024493 -0.023439 0.028412 -0.000945 -0.008621 0.026542 -0.006964 0.030935 -0.028251 -0.027537 0.013515 -0.014656 0.011804 0.020826 0.034556 -0.006954 0.037573 0.017759 -0.052095 -0.003645 0.00367 0.023546 -0.047394 -0.000313 -0.024494 0.026365 -0.034447 -0.01815 0.018637 -0.002679 0.001194 0.006299 -0.023823 -0.027963 -0.000514 -0.001371 -0.013516 0.001194 -0.003165 0.02202 0.010781 -0.012407 0.026018 0.01036 -0.009505 -0.027427 0.000975 -0.00016 -0.013354 0.001995 -0.00046 -0.02859 0.019255 0.007851 -0.007476 0.010846 0.035441 0.001884 0.045742 0.017533 0.025136 -0.01811 0.002939 -0.010545 -0.000704 -0.007074 -0.018195 -0.033467 0.036975 0.008867 0.031556 0.017238 0.026144 0.014192 -0.011932 -0.011787 0.004127 -0.022799 -0.015928 0.000316 -0.0074 0.033886 -0.009886 0.009115 -0.035157 0.007954 0.007763 0.041058 0.000221 -0.01177 0.006836 0.016559 -0.034346 -0.044019 0.046973 0.018857 0.001068 -0.047047 -0.00106 0.010608 0.018533 0.021878 0.001647 0.004144 0.015226 -0.028178 0.009205 -0.015916 -0.021999 0.013003 0.020163 0.024331 -0.003064 -0.024696 0.013687 -0.014012 0.020619 0.00872 -0.023574 -0.009149 -0.001931 0.036728 -0.020568 -0.025776 -0.002436 -0.003744 -0.036586 -0.018449 0.033521 0.003222 0.008935 -0.011297 -0.003535 -0.017734 0.000315 0.032322 -0.04493 -0.008405 0.020399 0.020478 -0.031036 -0.029421 -0.004446 0.022425 -0.009758 0.015259 -0.000465 -0.001328 -0.032472 -0.040343 0.008731 0.02334 0.026699 0.021088 0.016091 -0.010329 -0.00178 0.028234 -0.017512 -0.008807 -0.008123 0.014067 -0.007113 0.061749 0.017202 -0.032393 0.009756 0.004215 0.00487 0.00359 0.000191 0.008359 -0.030241 -0.011243 -0.002131 0.024919 -0.0051 -0.018252 -0.001449 0.004174 -0.007329 -0.033993 -0.027971 -0.015436 -0.005674 -0.027605 0.017249 0.018334 0.004819 0.025942 -0.017497 0.015779 -0.009056 -0.000146 0.027118 -0.010505 0.029821 0.050464 0.00397 -0.004724 0.00661 -0.030066 -0.02209 -0.017831 -0.00598 0.019785 -0.022786 -0.003458 -0.005752 -0.009291 0.02975 -0.02873 -0.02916 -0.020361 -0.022605 -0.019637 0.006325 0.010405 0.017904 0.01088 0.015554 0.001893 0.010202 -0.006631 -0.003757 0.013658 0.047184 -0.042652 -0.006313 -0.00575 0.027435 0.013698 -0.020931 -0.005427 0.018592 -0.000795 -0.022611 -0.005161 0.019443 -0.030594 0.01566 -0.056855 -0.012585 0.00081 0.014555 0.013087 0.015234 0.005303\nട 0.035472 -0.000103 -0.050867 0.022013 0.002679 0.022647 0.00997 -0.027099 -0.006589 -0.038576 0.026545 -0.003424 -0.020723 -0.020145 0.012407 -0.007743 0.022439 -0.034642 -0.017664 -0.017288 -0.035351 0.011598 -0.01185 0.02645 -0.001178 0.007037 -0.01784 0.002054 -0.015446 -0.019307 0.014719 -0.02213 -0.006639 -0.038829 0.022247 0.017225 -0.044143 0.046469 0.008866 0.001661 -0.047943 0.010999 0.015076 -0.015133 -0.02416 -0.03441 0.03516 0.008799 -0.000887 0.020145 0.020013 0.044229 0.036625 -0.034137 0.038114 -0.010124 0.01323 0.039231 -0.020497 0.011666 -0.049282 -0.010326 -0.007549 -0.02373 -0.003429 0.04058 0.027878 -0.026157 0.039504 0.030172 -0.034324 0.004622 0.007529 0.021591 -0.051154 0.007685 -0.024459 0.020615 -0.026727 -0.010021 0.018666 0.000153 0.0063 0.011992 -0.037977 -0.068814 -0.006681 0.009429 -0.017612 -0.001336 -0.008971 0.016298 -0.006655 -0.010179 0.040157 -0.00715 -0.001617 -0.013333 -0.001241 0.009481 -0.025179 0.00081 -0.003056 -0.020542 0.01002 -0.006126 0.005238 -0.010422 0.024235 -0.000207 0.056061 0.000602 0.030918 -0.024441 0.023185 -0.030988 -0.003859 -0.010716 -0.009557 -0.066951 0.01679 -0.00267 0.025724 -0.012358 0.041632 0.020306 0.009395 -0.0099 -0.008786 0.004058 -0.011342 -0.015438 -0.029353 0.016775 -0.017917 0.006168 -0.050551 0.00823 0.029813 0.064401 0.006295 -0.009975 0.00455 0.018295 -0.02166 -0.058315 0.032774 0.002903 0.014442 -0.031658 -0.005158 -0.001545 0.030889 0.029105 -0.011716 0.008234 -0.007034 -0.032753 -0.005357 -0.004666 -0.014817 0.004362 0.015557 0.00876 -0.007232 -0.008976 0.00929 -0.04351 0.032271 0.035136 -0.031776 0.001652 -0.022131 0.038118 -0.007028 -0.017866 0.003087 -0.016578 -0.041779 -0.027449 0.039162 -0.023625 -0.00276 0.001387 -0.020142 -0.019995 -0.001729 0.044945 -0.071805 0.013258 0.021387 0.015159 -0.046279 -0.062716 -0.004482 0.025989 0.001145 0.009973 -0.009735 -0.00235 -0.031744 -0.029267 0.003257 0.008706 0.017867 0.036273 0.012804 -0.016778 0.0158 0.030968 -0.022121 -0.026719 -0.021775 0.026967 -0.010909 0.076491 0.011013 -0.028846 0.00697 -0.006506 -0.000259 0.004776 0.002707 -0.003311 -0.039395 -0.015081 -0.016507 0.004368 0.001408 -0.015391 -0.015193 0.001231 0.009665 -0.03646 -0.028474 -0.011996 0.004067 -0.057031 0.012639 0.042788 0.01966 0.028731 -0.034005 0.025256 -0.005498 0.0027 0.043189 0.000371 0.022863 0.061141 0.021702 -0.001873 0.007501 -0.048059 -0.024834 0.008162 0.021018 0.015155 -0.039321 -0.002738 0.008373 -0.020461 0.022145 -0.011567 -0.015795 -0.011178 -0.016101 -0.001908 0.01951 0.016991 0.021941 -0.004122 0.023771 -0.009878 -0.001556 0.015241 -0.010336 0.031924 0.020849 -0.02632 -0.015254 -0.025718 0.017833 -0.004461 -0.019816 0.003927 -0.003201 0.000541 -0.008179 -0.025923 0.032681 -0.046295 0.017508 -0.065964 0.00763 -0.006455 0.017758 0.033124 0.030747 0.011704\nພ 0.028529 -0.000596 -0.032655 0.029332 0.011298 0.029367 0.009445 -0.001181 -0.016665 -0.026617 0.028685 0.005224 -0.00703 -0.016612 0.027637 -0.002483 0.004939 -0.021119 -0.006935 -0.031369 -0.013489 0.001307 0.005809 0.009396 -0.000413 0.016402 -0.0161 -0.009279 -0.009961 -0.025983 0.022965 -0.02831 -0.018832 -0.035522 0.008199 0.012148 -0.031659 0.032959 0.006319 0.025402 -0.019972 0.008908 0.001065 -0.008359 -0.021811 -0.025463 0.03055 -0.002232 -0.002521 0.015305 0.006404 0.037277 0.0332 -0.032576 0.042386 0.008242 -0.001439 0.022986 -0.00476 0.026328 -0.0327 -0.022445 -0.010712 -0.01475 0.011064 0.02468 0.032989 -0.01049 0.032714 0.015808 -0.051815 -0.011299 0.013589 0.019162 -0.048043 0.002337 -0.025073 0.020407 -0.027544 -0.014168 0.016604 -0.00131 0.013583 0.015591 -0.018264 -0.053688 0.001801 0.002949 -0.014983 -0.008786 -0.000714 0.025069 0.009759 -0.013924 0.022791 -0.005731 -0.000727 -0.03852 0.002691 -0.007215 -0.020166 -0.004171 -0.005835 -0.023213 0.015852 -0.009302 -0.012405 0.004633 0.036498 -0.004477 0.046367 0.017163 0.027241 -0.011789 0.007019 -0.000397 -0.002648 -0.001194 -0.013884 -0.038397 0.021183 0.002021 0.042208 0.026795 0.029986 0.009556 -0.00861 -0.010464 -0.009563 -0.017237 -0.014487 -0.002016 -0.018345 0.029314 -0.02595 0.016019 -0.02728 0.001374 -0.00176 0.040762 -0.003617 -0.016249 0.00725 0.02596 -0.037883 -0.046842 0.043703 0.008609 0.005211 -0.043174 0.008365 0.007616 0.034165 0.016291 -0.000475 0.010819 -0.002514 -0.023898 0.012049 -0.027931 -0.015236 0.010642 0.024853 0.017952 -0.011024 -0.017675 0.018565 -0.013344 0.026856 0.012436 -0.02603 -0.020646 -0.016598 0.036027 -0.024229 -0.031329 -0.001326 -0.005656 -0.032176 -0.018253 0.030983 -0.007246 0.010557 -0.013469 -0.008531 -0.011041 0.001712 0.020934 -0.049591 -0.000429 0.01439 0.027187 -0.04043 -0.032175 0.001582 0.038575 -0.021224 0.011186 0.006537 0.002247 -0.03046 -0.026372 0.01691 0.017353 0.018491 0.016614 0.005605 -0.000461 -0.00429 0.04303 -0.017784 -0.004882 -0.002061 0.015605 0.002024 0.05868 0.011706 -0.026089 0.010233 0.000221 -0.003685 0.009868 -0.012227 0.003447 -0.01636 -0.006557 -0.004376 0.009869 -0.003297 -0.028938 -0.00657 -0.004786 -0.010566 -0.028185 -0.024909 0.002491 -0.012664 -0.03071 0.018218 0.025823 0.006968 0.034129 -0.020381 0.015697 -0.009256 -0.006227 0.032085 -0.010904 0.038753 0.054448 0.016242 0.003965 0.000194 -0.034264 -0.030641 -0.012938 0.003159 0.021839 -0.025694 -0.018387 0.008713 -0.009908 0.027634 -0.029337 -0.030266 -0.025686 -0.03464 -0.017994 0.01138 -0.003303 0.019943 0.002103 0.010569 0.001392 0.00957 -0.002106 -0.003979 0.011313 0.038757 -0.04099 0.002167 -0.015668 0.014446 0.009927 -0.021898 -0.010563 0.003456 -0.011096 -0.021338 -0.012096 0.002808 -0.042373 0.006598 -0.063004 -0.014624 0.011285 0.013326 0.017884 0.01484 -0.000938\nᐥ 0.031751 0.002127 -0.003905 0.005398 0.006416 0.00771 0.022786 0.015786 -0.019085 -0.01682 0.006702 0.032921 -0.003257 -0.012793 0.042353 -0.026128 0.004901 -0.00947 0.032194 -0.012207 -0.004001 -0.008765 0.001821 -0.012016 -0.010585 -0.007198 0.003695 -0.016896 -0.002139 -0.020339 0.018486 -0.009513 -0.016191 -0.017401 0.015319 -0.014247 -0.042935 0.022304 0.004732 0.028001 -0.017228 -0.013497 -0.016977 -0.016076 -0.01621 -0.021422 0.028365 0.008025 -0.004904 0.024656 0.01145 0.026436 0.011842 -0.028618 0.034145 0.011784 -0.010323 0.018157 -0.014295 0.046809 -0.025072 -0.016688 0.011651 -0.013423 0.0147 0.001172 0.016975 -0.021249 0.027181 0.005238 0.012581 -0.014871 -0.00777 0.00217 -0.012514 0.037886 -0.020859 0.012069 -0.008053 -0.013341 0.009233 0.007241 0.004815 0.012858 0.000918 -0.019397 0.00941 -0.014691 0.008975 -0.004791 -0.011962 0.031839 0.005594 -0.015583 0.012905 -0.005711 -0.007396 -0.024045 -0.000952 0.010463 0.002973 -0.001012 0.007723 -0.024813 -0.005627 -0.004179 -0.001814 -0.002844 0.009298 0.013392 0.024964 0.019215 0.020358 -0.022868 0.007067 -0.005721 -0.022185 -0.007474 -0.009284 0.003677 -0.004502 0.020366 0.050951 0.015351 0.004097 0.02874 -0.007762 -0.009792 0.000649 -0.028631 -0.021103 0.005187 0.004107 0.019085 -0.011494 0.009022 -0.039869 0.008406 0.032233 0.027129 0.002444 -0.025112 0.009267 0.017831 -0.006993 -0.041977 0.007612 -0.027469 0.020373 -0.027318 0.008361 0.007631 -0.014754 0.041501 -0.010949 0.006395 0.006221 -0.01822 0.000759 -0.020561 0.008586 0.013872 0.020888 0.014565 0.00046 -0.026626 -0.002551 -0.012393 -0.007303 0.029486 0.004808 -0.021913 0.005866 0.012555 -0.017427 -0.028986 -0.013843 0.007823 -0.024936 0.005881 0.005774 -0.006613 -0.008785 -0.019234 0.005245 0.017582 -0.005312 0.012832 -0.016622 -0.002893 -0.005777 -9.4e-05 -0.011035 -0.01977 0.0224 0.028231 -0.017204 0.035105 0.009456 -0.020689 -0.014343 -0.020698 0.021665 0.028231 -0.022684 0.004265 -0.005182 0.02257 -0.027086 -0.001168 0.000983 -0.007683 -0.032725 -0.002924 -0.003246 0.053583 -0.000823 0.031664 -0.007872 0.00286 0.002506 -0.018345 -0.0117 0.00229 -0.017429 -0.014306 -0.008638 -0.000363 0.01211 -0.022253 0.002814 0.010711 -0.009203 0.008449 -0.03556 0.006206 0.016275 -0.017988 0.024645 0.000158 0.007122 0.021806 -0.007935 -0.007549 -0.023918 -0.025653 0.02966 -0.011483 0.029046 0.034151 0.048684 0.009465 0.000803 -0.017072 -0.013388 -0.010433 0.016775 0.025641 -0.005747 0.002421 -0.014544 -0.002299 0.04602 -3.5e-05 -0.020619 -0.007765 -0.010656 -0.013467 0.00247 0.013768 -0.001036 0.017326 0.017828 0.010274 0.017223 0.005422 -0.009155 0.015738 0.031455 -0.030321 0.003837 0.00742 0.014027 0.001154 -0.032912 0.00581 0.01927 0.01422 -0.00044 0.021587 0.026373 -0.007818 0.011674 -0.038616 0.004927 0.000381 0.025894 -0.000357 0.01294 -0.024906\nḩ 0.007111 0.003261 0.003645 0.028416 -0.004243 0.018205 -0.014277 -0.000371 -0.000269 -0.013273 0.009286 0.015577 -0.014391 -0.015649 -0.009249 0.019779 -0.028923 -0.003656 -0.013474 0.01388 0.012175 -0.006826 0.004233 -0.027035 0.028088 0.010288 -0.001694 -0.000184 -0.01705 0.024469 0.022774 -0.031496 0.009544 -0.016696 -0.033422 0.018088 -0.007855 0.02723 -0.010209 0.01572 -0.003334 0.012226 0.000391 0.011715 -0.0075 0.002169 0.010685 -0.003989 0.008009 -0.018417 0.03382 0.014764 -0.00886 -0.020666 0.011797 0.006316 0.026238 -0.012913 0.016935 0.0309 -0.016423 0.001891 -0.023428 -0.009471 0.003334 -0.001265 -0.011451 -0.014708 -0.00751 -0.004431 0.027961 -0.005435 0.006369 0.007505 0.008349 0.017331 0.001215 -0.010132 -0.031734 0.002014 0.010966 -0.008608 0.004313 -0.017151 0.007937 0.010526 0.02591 0.007786 -0.008558 -0.001041 0.01341 0.040577 -0.004283 0.012923 0.022069 -0.004758 0.004709 0.007933 -0.008266 -0.017948 -0.017514 0.042127 0.011321 -0.026192 -0.017325 -0.018066 0.001537 0.032946 -0.003306 -0.00083 0.039549 0.00374 -0.000227 0.015338 0.008484 0.006358 -0.026566 -0.006027 -0.024006 -0.028525 0.036635 -0.006536 0.007354 0.011158 0.027239 -0.005526 -0.013366 -0.012807 0.023273 0.023717 0.012697 0.02938 0.034981 0.028642 0.000465 -0.003233 0.022335 0.031173 -0.009834 0.016076 -0.024055 -0.005245 -0.00881 0.023622 -0.011055 -0.01215 0.001984 0.007987 0.012651 0.000321 -0.003929 -0.005762 -0.003805 0.021929 0.009829 0.012911 -0.023368 -0.034802 -0.00081 -0.007123 0.010707 -0.00087 -0.009185 0.015176 0.0075 -0.01758 0.007015 -0.027721 -0.011909 -0.009808 -0.013794 -0.016312 0.016029 0.014559 -0.008707 -0.000134 0.006386 -0.012721 -0.000114 0.016697 0.017489 -0.040131 -0.017386 -0.001778 -0.026652 -0.00282 0.033053 -0.002915 -0.007639 -0.00215 -0.00643 0.012798 -0.018579 0.016157 -0.004661 0.012705 0.020367 -0.023849 0.00621 -0.006563 0.00998 -0.013514 0.001948 -0.008879 -0.024568 0.02322 -0.004211 0.015368 -0.012973 -0.026776 0.00793 -0.027435 0.023438 0.000544 -0.015372 0.033946 -0.012698 -0.013684 0.025042 0.005827 -0.039754 0.011188 -0.002238 -0.007943 0.009805 -0.01513 0.026996 0.026829 -0.027 0.013757 -0.004076 -0.01483 0.006102 -0.024037 -0.012997 0.011265 0.006325 0.006838 0.02494 -0.002649 0.004447 0.017986 -0.004554 -0.009085 0.00591 0.01558 0.00702 -0.009918 0.01284 -0.007493 -0.006027 0.010248 -0.009297 0.012728 -0.02544 -0.021961 -0.011521 -0.010275 0.013242 -0.005893 -0.012185 0.018441 0.003507 -0.008908 -0.017337 0.024096 -0.023893 -0.010428 -0.002016 -0.015282 -0.001592 -0.009387 0.003314 -0.022861 0.015584 -0.005875 0.010217 -0.002562 0.01268 -0.014793 -0.024155 0.003962 -0.005826 -0.017624 -0.011963 -0.009482 0.02921 -0.016174 -0.021745 -0.002615 -0.001022 -0.031246 0.011562 -0.002779 -0.019333 -0.020507 0.008021 0.008633 -0.009078 -0.007808\n- 0.021922 0.002471 -0.037606 0.015959 0.008692 0.023755 0.007242 0.001077 -0.014971 -0.020835 0.021202 0.010292 -0.007092 -0.021833 0.016565 -0.002821 0.002569 -0.017679 -0.009644 -0.026891 -0.006349 3.9e-05 0.00127 0.010089 0.002979 0.016633 0.000217 -0.00255 -0.009003 -0.018344 0.016793 -0.021105 -0.012808 -0.031525 0.005432 0.013498 -0.028693 0.024687 0.01027 0.014387 -0.018661 0.006868 0.000514 -0.000507 -0.013028 -0.017679 0.027769 0.001139 -0.001454 0.010943 0.001912 0.039354 0.024944 -0.021152 0.028751 0.004189 -0.004599 0.018815 -0.006907 0.019815 -0.022743 -0.020452 -0.009711 -0.011632 0.007604 0.012268 0.024043 -0.015485 0.021638 0.010554 -0.033418 -0.007478 0.015293 0.008485 -0.036941 -0.000215 -0.024362 0.017075 -0.01222 -0.009604 0.007977 0.000932 -0.001993 0.016367 -0.015134 -0.039484 0.005174 0.001994 -0.014185 -0.001282 -0.005505 0.018179 0.001499 -0.011516 0.008893 -0.005586 0.005084 -0.026772 0.00333 -0.002067 -0.01029 -0.003036 0.000418 -0.019687 0.006309 -0.005435 -0.008701 0.003366 0.018413 -0.001529 0.030198 0.010937 0.017869 -0.011195 0.009373 0.003978 -0.007865 -0.000818 -0.005984 -0.027756 0.012533 0.003174 0.026495 0.013713 0.022639 0.005596 -0.006405 -0.008209 -0.00855 -0.008363 -0.012806 -0.001603 -0.008807 0.022743 -0.017217 0.014067 -0.019057 -0.00226 0.000285 0.034713 -0.002184 -0.005128 0.011251 0.018272 -0.021326 -0.02843 0.030296 -0.001576 0.006026 -0.029798 0.006427 0.00635 0.020333 0.021256 -0.004308 0.008717 -0.003883 -0.017063 0.008764 -0.012653 -0.014482 0.006484 0.019786 0.013198 -0.007185 -0.009577 0.018946 -0.017027 0.013295 0.016066 -0.019689 -0.017116 -0.009825 0.025727 -0.009794 -0.020265 -0.012084 -0.004584 -0.027829 -0.01545 0.024644 -0.007462 0.003326 -0.006472 -0.009482 -0.009991 -0.001412 0.014967 -0.045048 0.00246 0.0069 0.021065 -0.02551 -0.027229 0.004521 0.027247 -0.011764 0.006095 0.002045 0.003138 -0.029678 -0.019108 0.011441 0.01594 0.011959 0.005894 0.006383 -0.008383 -0.005874 0.02336 -0.020662 -0.001091 -0.007331 0.016795 -0.002093 0.047947 0.000472 -0.020297 -0.001321 -0.003904 -0.007052 0.011028 -0.012806 0.002983 -0.016229 -0.000898 0.000521 0.013234 -0.008374 -0.02144 -0.000936 0.001522 -0.004696 -0.019722 -0.025658 -0.002057 -0.00712 -0.025761 0.020557 0.016039 0.008307 0.018426 -0.011173 0.011483 0.005505 -0.006531 0.028646 -0.006294 0.02893 0.036438 0.015478 0.006222 -0.002039 -0.032284 -0.027941 -0.015064 -0.001955 0.009429 -0.019566 -0.011991 0.010252 -0.004566 0.023054 -0.015582 -0.017041 -0.012017 -0.019736 -0.006223 0.006997 -0.001758 0.011724 -0.007056 0.004485 -0.001685 0.005941 -3.5e-05 -0.000882 0.01385 0.030843 -0.033213 -0.004033 -0.014601 0.008995 0.012478 -0.015671 -0.002751 0.012205 -0.010751 -0.016786 -0.016701 0.005622 -0.032869 0.005348 -0.045912 -0.009988 0.004619 0.011718 0.008832 0.023551 0.002914\nர 0.032779 0.004704 -0.060321 0.023199 0.015005 0.046978 0.000544 -0.006673 -0.025046 -0.043753 0.039278 0.022016 -0.004263 -0.031766 0.034738 -0.007946 0.008483 -0.019813 -0.010352 -0.054487 -0.00812 0.001788 0.010792 0.011908 0.004407 0.012844 -0.012759 -0.011765 -0.020526 -0.037965 0.022435 -0.035998 -0.028147 -0.053896 0.022266 0.007332 -0.045591 0.047714 0.005893 0.0312 -0.039254 0.009379 0.006278 -0.00035 -0.044409 -0.018138 0.034542 -0.00562 0.001295 0.027995 0.002559 0.064585 0.042087 -0.039256 0.048443 0.010035 -0.014556 0.021765 -0.015678 0.029431 -0.043817 -0.03598 -0.006024 -0.01519 0.016244 0.023041 0.052617 -0.005251 0.053722 0.02538 -0.056836 0.000636 0.025594 0.024383 -0.055573 0.007143 -0.033341 0.031036 -0.046159 -0.013663 0.015179 0.001218 0.007731 0.014974 -0.021136 -0.068667 0.014365 -0.010196 -0.024613 -0.001383 -0.009617 0.023943 0.000669 -0.020595 0.010441 -0.004901 -0.001832 -0.042719 -0.001874 -0.003938 -0.027027 0.007151 0.003625 -0.03477 0.01724 -0.010646 -0.015235 0.011837 0.03985 -0.006374 0.050177 0.023518 0.033672 -0.022885 0.005624 -0.001251 -0.015395 -0.004656 -0.026428 -0.038122 0.030761 -0.003019 0.052362 0.026529 0.047318 0.017239 -0.004498 -0.011462 -0.015857 -0.027784 -0.022978 0.001148 -0.019259 0.031792 -0.022193 0.011944 -0.030256 0.000717 0.012107 0.05114 -0.000224 -0.014054 0.012439 0.032249 -0.050445 -0.063623 0.067426 0.017253 0.004233 -0.048974 0.001337 0.020581 0.0431 0.026183 0.004391 0.005891 0.002746 -0.029382 0.022119 -0.029333 -0.027905 0.016598 0.025563 0.016857 -0.015602 -0.016383 0.030481 -0.025978 0.02644 0.019437 -0.029508 -0.019886 -0.009363 0.035403 -0.029623 -0.02953 -0.015586 -0.007072 -0.050427 -0.026155 0.029951 -0.010112 0.00625 -0.007379 -0.004353 -0.021899 0.001246 0.019263 -0.062582 0.010742 0.014805 0.023543 -0.035853 -0.051382 0.005151 0.05349 -0.024584 0.013779 0.002486 0.005528 -0.039533 -0.035248 0.018191 0.037669 0.019231 0.024777 0.024528 -0.011799 -0.005847 0.051788 -0.039845 -0.004257 -0.011278 0.017824 -0.001294 0.080161 0.00863 -0.028287 0.012625 0.00075 -0.00956 0.009244 -0.005484 0.013155 -0.027459 -0.006648 -0.003169 0.030475 -0.010547 -0.02783 -0.012671 0.003865 -0.00823 -0.033245 -0.047734 -0.010781 -0.019706 -0.038703 0.026887 0.0251 0.007662 0.03143 -0.019095 0.0141 0.003425 -0.009251 0.03785 -0.010408 0.047935 0.067337 0.03671 0.007789 0.000554 -0.047263 -0.035403 -0.022923 -0.005172 0.032212 -0.035159 -0.009225 0.000796 -0.02982 0.045696 -0.030032 -0.048657 -0.025329 -0.044316 -0.019257 0.011542 0.000944 0.030743 0.005931 0.011772 0.002226 0.013891 0.013366 -0.00394 0.025661 0.060486 -0.070172 -0.002445 -0.02572 0.019905 0.019929 -0.008997 -0.010764 0.019105 -0.008562 -0.020707 -0.023281 0.009642 -0.044624 0.011428 -0.083711 -0.001624 0.001581 0.015049 0.030553 0.015217 0.008731\nవ 0.025564 -0.002623 -0.044634 0.04073 0.008153 0.042087 -0.003179 -0.00548 -0.028814 -0.016164 0.04165 0.018254 -0.018944 -0.037289 0.032775 -0.002166 0.018244 -0.031198 -0.034893 -0.032809 -0.012776 0.002693 -0.015184 -0.000841 -0.001762 0.021749 -0.032187 -0.000462 -0.016787 -0.027735 0.002776 -0.041833 -0.020111 -0.03314 0.010974 -0.001353 -0.045792 0.028443 -0.00848 0.033153 -0.032906 -0.010407 0.008969 -0.001864 -0.031388 -0.027747 0.04513 -0.00184 -0.016107 0.028438 -0.005468 0.027088 0.039974 -0.023926 0.046742 0.006904 0.003972 0.032191 -0.021751 0.03713 -0.024012 -0.026568 -0.017303 -0.009523 0.026731 0.029189 0.030645 -0.020269 0.037702 0.021657 -0.040192 -0.024147 0.024188 0.016202 -0.052626 0.003641 -0.012957 0.02933 -0.037974 -0.024379 0.004001 -0.016513 -0.009276 0.022623 -0.008153 -0.038188 0.00954 -0.01647 -0.006576 -0.004325 0.007569 0.018849 0.014979 -0.009402 0.010316 -0.014802 -0.022271 -0.030515 0.007169 0.006706 -0.02219 0.009068 -0.016719 -0.026726 0.014917 -0.006943 -0.004386 0.006447 0.03869 -0.023901 0.045794 0.022284 0.012952 -0.014812 0.012215 0.013353 -0.008509 0.013511 -0.01086 -0.047253 0.024365 0.00699 0.042937 0.022297 0.040912 0.01057 -0.011389 -0.014073 -0.003201 0.002118 -0.01196 -0.011601 -0.031425 0.030312 -0.017104 0.007285 -0.027523 0.012682 0.001285 0.053258 -1.7e-05 -0.016613 -0.002933 0.007263 -0.02891 -0.035544 0.031973 0.01526 0.000791 -0.036066 -0.008188 0.015329 0.036118 0.027512 -0.009211 0.020375 0.009237 -0.009342 -0.007628 -0.033777 -0.025349 0.015172 0.023706 0.004388 0.012437 -0.025633 -0.00367 -0.024168 0.040112 0.004628 -0.035028 -0.025055 -0.016248 0.057228 -0.017425 -0.031788 0.006665 -0.008998 -0.021975 -0.022847 0.033553 -0.008834 -0.005697 -0.018934 -0.010198 -0.009885 -0.011195 0.019159 -0.06676 -0.004425 0.020116 0.024232 -0.025692 -0.01147 -0.010114 0.035535 -0.018841 0.021457 -0.019256 0.00863 -0.037328 -0.031147 0.019038 0.012685 0.017983 0.01246 0.035043 -0.018877 -0.013482 0.026477 -0.023764 -0.006019 0.015177 0.025462 0.002963 0.058878 0.013953 -0.017541 0.00757 -0.001968 0.013618 0.008891 0.00015 0.009355 -0.021406 -0.005271 0.001323 -0.002099 -0.01162 -0.024049 0.003305 0.00515 -0.002716 -0.026887 -0.034433 -0.012478 -0.021409 -0.036996 0.032661 0.025858 -0.006393 0.019756 0.004573 0.018265 0.011035 0.007757 0.05551 -0.020079 0.031588 0.062706 0.017871 0.003796 0.000474 -0.03913 -0.022867 -0.006771 0.001371 0.014817 -0.020752 -0.045067 -0.013886 -0.014474 0.023322 -0.013266 -0.040469 -0.028911 -0.023508 0.006749 0.023566 0.015264 0.050345 -0.00076 -0.005892 -0.012804 0.011614 0.002307 0.01276 0.020718 0.034531 -0.048869 -0.00549 -0.016476 0.017951 0.023095 -0.018701 0.004101 0.015308 -0.004723 -0.011091 -0.004895 0.024452 -0.048175 0.009572 -0.061121 -0.007636 0.001836 0.0228 0.017157 0.025215 0.018053\nප 0.049667 0.007728 -0.080151 0.027824 0.02271 0.061405 0.002552 -0.005881 -0.029653 -0.061976 0.062115 0.038901 -0.000371 -0.045096 0.066793 -0.024007 0.009405 -0.020119 -0.012678 -0.07228 -0.015198 -0.01498 0.020571 0.001488 -0.002477 0.026918 -0.010429 -0.033875 -0.011515 -0.052788 0.028884 -0.039834 -0.038482 -0.058367 0.019121 0.015095 -0.050699 0.066139 -0.003065 0.033227 -0.049612 0.018178 0.007663 0.003533 -0.057686 -0.040589 0.053751 -0.006868 -0.016271 0.027438 -0.008208 0.072451 0.055575 -0.038825 0.084565 0.01083 -0.0123 0.028581 -0.01727 0.038102 -0.055741 -0.053446 -0.009369 -0.020669 0.036918 0.030427 0.066231 -0.020228 0.056972 0.020591 -0.085107 -0.012056 0.040317 0.017688 -0.071043 0.006907 -0.047594 0.031936 -0.057558 -0.024329 0.027021 -0.005838 0.002003 0.019944 -0.026736 -0.061654 0.010311 -0.001566 -0.022331 -0.028224 -0.004111 0.027754 0.029374 -0.021448 0.011727 0.01215 -0.0031 -0.060633 -0.012868 -0.001748 -0.040834 0.000233 -0.00391 -0.061573 0.029802 -0.011819 -0.033552 0.014012 0.060809 -0.021692 0.062075 0.037227 0.029558 -0.029173 0.008383 -0.008428 -0.006526 0.000296 -0.026676 -0.060774 0.051023 0.005197 0.068085 0.038727 0.043689 0.020748 -0.021587 -0.00825 -0.026889 -0.037563 -0.033583 -0.008548 -9.2e-05 0.059166 -0.035709 0.020862 -0.040617 0.022315 0.011171 0.072941 -0.009889 -0.006981 0.026384 0.02846 -0.060638 -0.083671 0.105286 0.016659 0.006799 -0.062127 0.013994 0.034279 0.04654 0.022313 0.004693 0.012576 0.012481 -0.021782 0.022454 -0.049756 -0.034313 0.027594 0.026176 0.030371 -0.024505 -0.026323 0.05368 -0.016987 0.045589 0.035536 -0.036089 -0.03019 -0.006635 0.05416 -0.027095 -0.045679 -0.008939 -0.015876 -0.056441 -0.034998 0.042301 -0.016335 0.006381 -0.024605 -0.018913 -0.01685 0.002426 0.02638 -0.068775 0.007679 0.026214 0.038473 -0.053321 -0.062535 0.007551 0.073619 -0.034034 0.01439 0.011317 0.01023 -0.040942 -0.041598 0.013001 0.050024 0.039423 0.018066 0.029191 -0.010231 -0.021488 0.068351 -0.02548 -0.018248 -0.012702 0.021269 0.004953 0.095372 0.029556 -0.042724 0.021164 0.006491 -0.007457 0.009029 0.006399 0.012065 -0.034508 -0.019402 0.006186 0.032021 -0.019719 -0.022502 -0.013162 -0.011048 -0.019275 -0.034608 -0.060794 -0.024782 -0.031625 -0.048183 0.048085 0.035605 -0.003384 0.034915 -0.025752 0.014403 -0.009487 -0.007468 0.04029 -0.009671 0.066209 0.093818 0.040414 0.01754 -0.002143 -0.057931 -0.062322 -0.029415 -0.008253 0.043576 -0.042906 -0.014317 -0.006844 -0.022447 0.05336 -0.049005 -0.046228 -0.028004 -0.060148 -0.022759 0.022068 0.008324 0.032842 0.008111 0.02886 0.005262 0.027416 0.021474 -0.001999 0.024166 0.081773 -0.088714 0.00392 -0.023182 0.034398 0.021634 -0.023422 5.4e-05 0.052622 -0.014073 -0.03637 -0.023319 0.000597 -0.058034 0.022444 -0.107913 -0.017539 0.014602 0.013696 0.02017 0.01411 0.029361\nី 0.015938 0.010151 -0.034802 0.022918 0.01033 0.037713 0.011298 0.00227 -0.016261 -0.02166 0.033108 0.008599 -0.007011 -0.014921 0.025389 -0.004221 0.000133 -0.02256 -0.004379 -0.042356 -0.013917 0.003863 -0.000389 0.005853 -0.000572 0.015248 -0.016539 -0.008117 -0.019156 -0.025073 0.024089 -0.036087 -0.016145 -0.038862 0.008598 0.014917 -0.028593 0.035921 0.003781 0.023145 -0.033109 0.011873 0.00302 0.005288 -0.021144 -0.020835 0.035901 -0.00911 -0.000431 0.011128 0.001401 0.044808 0.029982 -0.031274 0.039668 0.005668 -0.000267 0.024243 -0.005967 0.020725 -0.026229 -0.027652 -0.014455 -0.006356 0.00885 0.019495 0.041807 -0.026989 0.036372 0.018613 -0.052236 -0.003361 0.013826 0.01969 -0.043565 0.005607 -0.019817 0.012405 -0.03816 -0.007416 0.025617 -0.000242 -0.000363 0.017055 -0.022174 -0.058691 0.011491 -0.002638 -0.008752 -0.003135 -0.011292 0.020468 0.008541 -0.007796 0.017064 -0.010872 0.006547 -0.043568 0.001844 -0.011732 -0.016846 -0.007596 -0.009469 -0.030678 0.016973 0.004017 -0.024584 0.004765 0.036616 -0.004491 0.04207 0.02366 0.02142 -0.006156 -0.0023 -0.000207 -0.01572 -0.010163 -0.019215 -0.040977 0.034156 -0.004915 0.029743 0.007683 0.027465 0.012342 -0.000364 -0.006943 -0.013364 -0.021986 -0.020285 0.00195 -0.01496 0.031147 -0.027131 0.012571 -0.033312 0.002285 0.009322 0.0387 -0.001181 -0.000161 0.004461 0.019061 -0.039919 -0.044574 0.040647 0.006159 0.01021 -0.045657 0.005906 0.00739 0.025229 0.022357 0.001437 -0.00053 -0.005942 -0.029617 0.012596 -0.018475 -0.022 0.014868 0.029093 0.013854 -0.01271 -0.020668 0.027407 -0.020519 0.012931 0.025904 -0.032073 -0.019248 -0.010968 0.030678 -0.016487 -0.018279 -0.00799 -0.012584 -0.046857 -0.01802 0.035621 -0.009596 0.003685 -0.012732 -0.009172 -0.017301 0.009122 0.012785 -0.046019 0.006166 0.008689 0.023798 -0.032192 -0.033873 0.008432 0.035486 -0.030162 0.011678 0.000531 0.000973 -0.024899 -0.029391 0.017921 0.020476 0.019159 0.015275 0.009962 -0.005696 -0.017643 0.034024 -0.022885 -0.009674 -0.001173 0.02008 0.003453 0.053103 0.011646 -0.017321 0.010276 0.000748 -0.010953 0.010079 -0.002452 0.005094 -0.015539 0.007335 -0.001544 0.012233 -0.004801 -0.019429 -0.011449 0.002621 -0.007172 -0.027688 -0.032117 -0.001291 -0.019549 -0.024257 0.021594 0.017572 0.012523 0.026379 -0.021431 0.021607 0.000349 -0.010134 0.030811 -0.002722 0.037701 0.050669 0.020743 0.008137 0.003031 -0.031987 -0.02985 -0.013241 0.004646 0.017922 -0.016699 -0.000116 0.007528 -0.014832 0.030043 -0.023432 -0.024982 -0.023377 -0.031224 -0.014961 0.007581 0.001856 0.024133 -0.006871 0.01256 -0.00251 0.009779 0.005609 0.001494 0.020346 0.040589 -0.050765 -0.006033 -0.008244 0.02124 0.019097 -0.012189 -0.00429 0.013203 -0.005859 -0.018425 -0.01783 0.009905 -0.033904 0.012497 -0.054923 -0.012325 0.010284 0.004579 0.018274 0.014041 -0.007815\nπ 0.026669 -0.000399 -0.044383 0.02446 0.005509 0.039722 0.008335 -0.005062 -0.014714 -0.027861 0.035007 0.01262 -0.014887 -0.024935 0.032257 -0.009825 0.011768 -0.023922 -0.01496 -0.039654 -0.011677 0.010308 0.007749 0.016476 0.007683 0.017008 -0.005141 -0.009873 -0.011514 -0.017591 0.022576 -0.032529 -0.019061 -0.038334 0.00848 0.017641 -0.032937 0.039174 0.007703 0.014312 -0.033322 0.011315 -0.000331 0.009109 -0.021162 -0.02422 0.032016 -0.000202 0.003874 0.010722 0.008654 0.047652 0.034425 -0.028335 0.04264 0.007231 -0.000275 0.022561 -0.014511 0.023781 -0.030973 -0.027418 -0.010557 -0.018257 0.014156 0.020235 0.037376 -0.022058 0.026237 0.016348 -0.046714 -0.005557 0.023974 0.011412 -0.043986 7e-06 -0.032803 0.022263 -0.024551 -0.014843 0.011334 -0.000331 0.000654 0.016537 -0.017705 -0.047682 0.004054 -0.002356 -0.014337 0.002177 -0.002719 0.022898 -0.00269 -0.002392 0.010382 -0.012274 -0.001283 -0.032261 -0.008598 -0.010326 -0.015489 0.002318 -0.004503 -0.031225 0.017684 -0.010847 -0.011351 0.012072 0.0304 -0.007918 0.045425 0.016651 0.024363 -0.012761 0.005975 0.004735 -0.003847 0.005096 -0.011947 -0.042763 0.024729 -0.001175 0.033348 0.01831 0.02784 0.002972 -0.002004 -0.008288 -0.010056 -0.014813 -0.010311 0.001232 -0.017168 0.027753 -0.018122 0.010684 -0.027514 0.006109 -0.000986 0.044543 -0.010235 -0.012974 0.013339 0.024276 -0.032731 -0.045772 0.040298 0.008002 0.002978 -0.0467 -0.00015 0.00872 0.034694 0.025618 -0.001522 -0.001464 -0.002552 -0.019794 0.014946 -0.021039 -0.013213 0.016268 0.022974 0.015949 -0.011124 -0.013124 0.024774 -0.02303 0.019698 0.018508 -0.029934 -0.026755 -0.009856 0.035814 -0.011538 -0.023514 -0.008112 -0.011709 -0.033385 -0.014448 0.03256 -0.013345 0.003458 -0.002607 -0.009357 -0.01215 -0.000387 0.021027 -0.058933 0.00033 0.017838 0.028929 -0.035456 -0.039615 -0.000238 0.032399 -0.016927 0.014843 0.006028 0.003198 -0.035389 -0.031346 0.017978 0.022789 0.016321 0.010483 0.010859 -0.014536 -0.001571 0.029397 -0.015895 -0.008498 -0.01364 0.013478 -0.000842 0.060908 0.005317 -0.017267 0.002192 -0.003257 -0.005629 0.014054 -0.009452 0.005044 -0.022383 -0.003373 0.00035 0.012511 -0.003711 -0.02836 -0.003389 0.003564 -0.005997 -0.02065 -0.029573 -0.000457 -0.015528 -0.033948 0.023005 0.029887 0.008821 0.025216 -0.021589 0.010248 0.011038 -0.001523 0.038286 -0.002761 0.034926 0.052562 0.024591 0.008234 -0.000784 -0.036352 -0.031871 -0.023448 -0.005049 0.011338 -0.027005 -0.011613 0.009593 -0.005382 0.029359 -0.02135 -0.027233 -0.013044 -0.026543 -0.017682 0.0045 -0.003127 0.020137 -0.006163 0.004781 -0.002929 0.003108 -0.003072 -0.002313 0.021836 0.041091 -0.041295 -0.00645 -0.015393 0.012738 0.013601 -0.02329 -0.002379 0.012905 -0.007248 -0.018403 -0.018259 0.004841 -0.036589 0.008116 -0.061839 -0.010929 0.004287 0.007191 0.010306 0.013767 -0.002616\nх 0.038342 0.007009 -0.049826 0.019954 0.015183 0.034277 0.004824 -0.001336 -0.016425 -0.032229 0.04102 0.011759 -0.011232 -0.02838 0.036929 -0.013753 0.006899 -0.02472 -0.014439 -0.047785 -0.014376 -0.001331 0.007276 0.013979 0.005715 0.022617 -0.007351 -0.01305 -0.01766 -0.028187 0.019521 -0.037153 -0.014575 -0.040228 0.011916 0.01742 -0.043447 0.04272 0.004664 0.01954 -0.033669 0.013024 0.003894 0.001143 -0.029721 -0.024141 0.03578 -0.001259 -0.006056 0.01983 0.012033 0.053126 0.033364 -0.035485 0.040955 0.011367 -0.000478 0.020438 -0.008254 0.027239 -0.030658 -0.028923 -0.008205 -0.017946 0.016277 0.021474 0.035337 -0.012807 0.030064 0.015511 -0.05312 -0.007717 0.022061 0.016102 -0.053064 0.001891 -0.035042 0.032492 -0.027882 -0.011731 0.016155 -0.002299 8e-06 0.023962 -0.023199 -0.053339 0.004125 0.002063 -0.025834 -0.004053 -0.01054 0.024496 0.009148 -0.017717 0.01713 -0.00589 0.00181 -0.03921 -0.003585 -0.00686 -0.01931 -0.00163 -0.002402 -0.030525 0.017728 0.000679 -0.015672 0.010235 0.03894 -0.00305 0.048104 0.024606 0.021282 -0.011002 0.013579 0.005192 -0.014896 0.000741 -0.014507 -0.042139 0.022512 0.005758 0.041636 0.029656 0.030341 0.007051 -0.009254 -0.023028 -0.011081 -0.019971 -0.01808 -0.004935 -0.013673 0.029493 -0.023554 0.011859 -0.028398 0.008684 0.010108 0.041471 -0.005912 -0.013587 0.013392 0.029287 -0.036151 -0.052108 0.046167 0.009365 0.004088 -0.040853 0.003381 0.003447 0.032331 0.028124 -0.008464 0.002003 -0.000117 -0.02347 0.016281 -0.019704 -0.023495 0.019352 0.018311 0.016955 -0.021679 -0.006511 0.023082 -0.024788 0.015405 0.023449 -0.026257 -0.025426 -0.010612 0.037201 -0.017324 -0.029278 -0.009181 -0.004573 -0.040108 -0.026598 0.035123 -0.009549 0.003505 -0.010839 -0.009011 -0.017147 0.002142 0.018597 -0.060089 0.006499 0.026252 0.027873 -0.029677 -0.039267 0.009689 0.041532 -0.014493 0.017742 0.006021 0.005842 -0.04326 -0.037306 0.01432 0.029152 0.017446 0.018068 0.01059 -0.015748 -0.00023 0.04004 -0.026784 -0.004823 -0.005712 0.018418 -0.003064 0.069475 0.004101 -0.026331 0.00777 -0.007396 -0.009118 0.010325 -0.009408 0.005431 -0.017411 -0.006848 0.000111 0.021255 -0.012806 -0.025698 -0.008138 -0.000429 -0.005547 -0.030945 -0.041034 -0.003112 -0.004082 -0.039368 0.029933 0.024934 0.004586 0.022101 -0.02313 0.016002 0.007416 -0.009768 0.049472 -0.005645 0.044685 0.053257 0.030854 0.004591 0.005993 -0.043587 -0.042904 -0.020144 -0.003541 0.027237 -0.029394 -0.010622 0.003149 -0.008963 0.027533 -0.030287 -0.027202 -0.020357 -0.033662 -0.022341 0.008157 -0.000672 0.014241 -0.003312 0.009491 -0.007909 0.015376 0.008294 0.004567 0.008324 0.040424 -0.052156 -0.001954 -0.022873 0.015555 0.015493 -0.021698 0.000868 0.018884 -0.014084 -0.01859 -0.017471 0.006047 -0.042043 0.008378 -0.065205 -0.012926 0.013832 0.014384 0.017857 0.019277 0.003558\nे 0.031281 2.2e-05 -0.0498 0.021887 0.010087 0.032694 -0.001336 -0.007722 -0.024031 -0.032553 0.040042 0.010052 -0.00837 -0.027248 0.030297 -0.00683 0.004837 -0.020521 -0.008499 -0.047105 -0.011547 0.002673 0.003131 0.006756 0.005787 0.017697 -0.012996 -0.014717 -0.016361 -0.028318 0.023115 -0.032892 -0.016287 -0.038948 0.008654 0.012766 -0.036805 0.043533 0.004501 0.01919 -0.032815 0.006364 0.001342 -0.001696 -0.025012 -0.016879 0.033074 -0.003685 -0.001382 0.01842 0.004927 0.051873 0.034525 -0.040703 0.045111 0.005105 -0.006175 0.015183 -0.004252 0.025078 -0.027857 -0.029613 -0.005274 -0.018403 0.01135 0.017944 0.037231 -0.010024 0.031615 0.020287 -0.053495 -0.007519 0.024833 0.017388 -0.051855 0.0073 -0.029212 0.023148 -0.038567 -0.01784 0.009994 -9.5e-05 0.003181 0.012618 -0.017468 -0.043258 0.004211 -0.007897 -0.019616 -0.005349 -0.00885 0.01936 0.007486 -0.009545 0.019896 -0.00653 -0.006849 -0.038099 0.000137 -0.003064 -0.026057 0.000996 -0.005725 -0.023467 0.014978 -0.00795 -0.014524 0.007002 0.03684 -0.002334 0.049029 0.025742 0.024883 -0.018692 0.010158 -0.003114 -0.005635 0.000433 -0.020523 -0.038409 0.022519 -0.004034 0.041728 0.029304 0.031903 0.009921 -0.010676 -0.011796 -0.01214 -0.019322 -0.013821 0.000537 -0.019076 0.032696 -0.021901 0.012485 -0.034395 0.002392 0.009715 0.038076 -0.009407 -0.007157 0.010464 0.025104 -0.038117 -0.049591 0.047313 0.015993 0.001565 -0.043134 0.001866 0.01115 0.033139 0.024373 0.003874 0.008659 0.007089 -0.026437 0.01296 -0.020072 -0.022832 0.009883 0.020003 0.013731 -0.015751 -0.013954 0.025246 -0.02232 0.01957 0.018743 -0.023784 -0.01673 -0.010269 0.036035 -0.01924 -0.029743 -0.010476 -0.010215 -0.036884 -0.020158 0.033801 -0.011398 0.007989 -0.017138 -0.007425 -0.016202 0.003904 0.025545 -0.057722 0.006836 0.01775 0.027232 -0.037385 -0.039568 0.00215 0.040612 -0.020771 0.017807 0.001033 -0.004536 -0.037323 -0.027737 0.013624 0.024389 0.017576 0.014709 0.010015 -0.008234 -0.007744 0.046361 -0.017421 -0.008469 -0.006284 0.017048 -0.001847 0.069036 0.011377 -0.026953 0.012296 0.000727 -0.006634 0.00639 -0.004777 0.007885 -0.024857 -0.005829 0.00358 0.016779 -0.008732 -0.022033 -0.005547 -0.006286 -0.004875 -0.029863 -0.033821 -0.0077 -0.008198 -0.028921 0.02732 0.022652 0.013047 0.023114 -0.024332 0.017881 0.002621 -0.00605 0.034345 -0.004328 0.032106 0.052086 0.025404 0.008698 -0.003923 -0.037263 -0.028783 -0.018664 -0.006723 0.020926 -0.02959 -0.008615 -0.000526 -0.01391 0.027918 -0.023717 -0.028549 -0.022368 -0.029088 -0.020941 0.005566 -0.007663 0.018475 0.004262 0.008828 -0.00397 0.013088 -0.000316 -0.002001 0.015952 0.048965 -0.051194 -0.004463 -0.021103 0.016748 0.013734 -0.026646 -0.013986 0.01941 -0.010474 -0.024716 -0.015128 0.007079 -0.038586 0.012199 -0.062598 -0.012563 0.011014 0.010272 0.0246 0.014124 0.009595\n้ 0.023077 9.3e-05 -0.037944 0.02081 0.009146 0.027135 0.009068 -0.003071 -0.019682 -0.020588 0.025085 0.001742 -0.008768 -0.013015 0.024025 -0.002962 0.006621 -0.019988 -0.002586 -0.033625 -0.014364 0.006377 0.005246 0.010499 0.001498 0.009077 -0.01239 -0.006553 -0.013268 -0.01826 0.015845 -0.023504 -0.011355 -0.028201 0.000618 0.016346 -0.028021 0.034035 0.007204 0.015866 -0.026443 0.008325 -0.000944 -0.006702 -0.019747 -0.016945 0.027376 0.003805 0.002597 0.006651 0.0037 0.035747 0.02448 -0.030227 0.031563 0.006808 0.000322 0.020372 -0.011149 0.014113 -0.027262 -0.026614 -0.000648 -0.011988 0.006003 0.014152 0.026587 -0.014187 0.029333 0.015598 -0.040039 -0.0062 0.021789 0.013068 -0.047125 0.002996 -0.024838 0.019131 -0.025448 -0.01332 0.010889 -0.002322 0.001521 0.013652 -0.019349 -0.038556 -0.000697 -0.002183 -0.013171 0.000201 -0.001936 0.021256 0.006368 -0.009383 0.012532 -0.002022 0.006536 -0.030415 0.00256 -3.6e-05 -0.013303 0.004214 -0.00254 -0.019999 0.012309 -0.000595 -0.010487 0.006108 0.025776 -0.003457 0.039236 0.014544 0.025385 -0.012871 0.004041 0.000987 -0.00181 -0.000999 -0.001612 -0.030904 0.015932 0.002414 0.032845 0.020338 0.028225 0.010028 -0.010049 -0.013108 -0.002049 -0.013428 -0.00768 -0.005078 -0.015402 0.027162 -0.01144 0.014727 -0.027406 -0.001912 0.005254 0.035784 -0.001888 -0.007881 0.006903 0.022329 -0.03116 -0.037648 0.037145 0.007398 0.002208 -0.035018 0.000532 0.00471 0.029639 0.018374 0.000259 0.00704 -0.000273 -0.026281 0.005816 -0.01985 -0.010254 0.007108 0.01944 0.014925 -0.012701 -0.009926 0.017768 -0.014125 0.019463 0.010535 -0.024365 -0.017361 -0.009962 0.024868 -0.019004 -0.019846 -0.00309 -0.000863 -0.030792 -0.019474 0.031451 -0.010482 0.006194 -0.010756 -0.005816 -0.006701 0.004184 0.016852 -0.04609 -0.0006 0.01268 0.024615 -0.03116 -0.027678 0.007623 0.027512 -0.01599 0.009017 0.003477 0.000939 -0.026508 -0.024793 0.01154 0.017932 0.023629 0.010856 0.002682 -0.004848 0.001918 0.026269 -0.016152 0.003297 -0.004402 0.016344 -1.9e-05 0.04894 0.004832 -0.019985 0.00729 -0.002164 -0.001037 0.010179 -0.000912 0.003576 -0.022086 -0.004174 -0.002896 0.011835 0.003098 -0.025956 -0.006923 -0.00232 -0.003617 -0.020314 -0.021974 -0.000279 -0.00766 -0.029706 0.018226 0.024114 0.008517 0.025114 -0.021972 0.010074 0.001472 -0.001793 0.02756 -0.004329 0.027634 0.045963 0.013753 -0.000208 -0.00504 -0.034317 -0.023759 -0.014087 -0.002443 0.021768 -0.020708 -0.013995 0.006538 -0.006556 0.02007 -0.016232 -0.019936 -0.024407 -0.020282 -0.014243 0.002994 0.000759 0.012269 -0.005246 0.006426 0.002753 0.005531 -0.002643 -0.001527 0.0112 0.034795 -0.036094 0.00072 -0.008123 0.009237 0.0112 -0.011308 -0.005769 0.012436 -0.005843 -0.020324 -0.012437 0.00736 -0.034923 0.005011 -0.051912 -0.008825 0.005434 0.010334 0.013789 0.015842 -0.001277\nೊ 0.024935 -0.009673 0.018307 0.00166 0.008021 -0.011957 0.007737 -0.019172 -0.013169 -0.001014 0.01548 -0.027896 -0.00052 -0.046427 0.009643 -0.04929 -0.00176 -0.009055 -0.012976 -0.013033 0.018796 -0.000594 0.004352 -0.028085 0.030054 0.004524 0.01462 0.00528 0.002091 -0.010104 0.038694 0.004075 -0.013535 -0.010609 0.004976 0.013754 -0.031949 0.019308 0.004378 -0.011445 -0.017971 -0.001834 0.000602 -0.006567 -0.01043 -0.002252 0.02827 0.017499 -0.008641 0.026867 -0.006068 0.018003 0.006582 -0.034042 0.026454 0.020862 -0.02953 -0.000638 -0.004756 0.021377 0.003893 -0.007696 -0.006449 0.030162 -0.013386 0.015553 0.030281 -0.019124 0.012118 0.001844 -0.026012 -0.012567 0.01548 0.046101 -0.074426 -0.003555 -0.022956 0.009607 -0.028736 0.022135 0.004278 -0.003759 0.010805 0.012485 -0.007244 -0.007929 -0.00147 0.040296 -0.014918 -0.023393 0.007443 -0.000456 0.022255 -0.007629 -0.012581 -0.003042 0.001024 -0.012887 -0.008527 -0.014943 0.006729 0.011786 0.016203 -0.010301 0.006325 -0.011754 0.002982 -0.000297 0.022443 -0.006575 0.044963 0.025985 -0.004121 -0.012005 0.015515 -0.01101 -0.002289 0.016623 -0.005082 0.014406 0.022669 0.014751 0.051869 0.030028 0.029375 0.019605 -0.013225 0.008443 0.001603 -0.039229 -0.019493 0.014882 -0.052021 0.01612 0.022467 -0.013881 -0.024248 -0.012905 0.024446 0.005351 -0.025575 0.001798 -0.016875 0.000586 -0.024759 -0.02961 0.072608 0.011601 0.004298 -0.050181 0.013634 0.037296 -0.001324 0.012394 -0.007265 0.029667 0.022517 -0.001185 -0.001341 0.011407 -0.028837 0.007923 0.025446 -0.002662 -0.022054 -0.004391 -0.010286 -0.021398 0.015865 -0.024834 -0.046334 -0.006026 0.013978 0.017542 0.015484 -0.003715 0.013755 -0.00329 0.011334 -0.010521 0.028224 0.005834 0.013434 0.004114 0.010467 -0.010938 0.01392 -0.005242 -0.001507 0.009199 0.055186 0.037483 -0.00942 -0.005563 0.015757 0.027079 -0.034094 -0.012552 0.005486 -0.00811 -0.043566 -0.029176 -0.019733 0.016808 -0.010359 -0.016405 0.002333 -0.006319 0.004787 0.002489 0.006142 -0.017031 0.020856 0.031132 0.018945 -0.001876 -0.013313 -0.028742 0.007948 0.041175 0.009052 0.023867 -0.028047 -0.01591 -0.002967 0.000379 -0.003177 -0.01694 -0.009272 0.004775 0.01944 0.020749 0.029112 -0.005381 -0.004295 0.007402 -0.016572 0.014326 -3.4e-05 0.011966 -0.034267 -0.029435 -0.006479 0.014473 0.013771 0.007656 0.018758 -0.004774 0.007275 0.00239 -0.002646 0.007624 0.001064 0.004664 0.010125 -0.00902 0.00709 0.016205 0.003929 -0.027409 1.3e-05 -0.001196 0.011074 0.003975 -0.028901 -0.021228 -0.006237 -0.010696 0.005541 0.018118 0.006691 -0.016915 0.012637 0.010966 0.000613 -0.006037 0.010149 0.00815 0.039035 -0.015802 -0.000403 0.001591 -0.005517 -0.002065 -0.046042 -0.049801 0.022808 0.017061 -0.003096 0.009901 -0.004918 -0.031707 0.021819 -0.032539 -0.006324 0.008968 -0.001071 0.027923 0.002459 0.029591\nŗ 0.015403 0.000321 -0.019447 -0.015682 -8e-05 -0.01106 -0.010014 -0.007738 -0.005145 -0.01888 0.018489 0.015657 -0.010954 -0.001107 0.027865 -0.022322 -0.003552 0.013346 0.002422 0.010363 0.040335 -0.00612 0.023284 0.010632 0.013194 -0.030302 -0.011529 -0.013133 -0.007736 0.003283 -0.005822 0.003502 -0.0066 -0.01947 0.012753 0.002652 -0.011432 -0.032241 -0.004332 -0.005245 0.018684 0.029752 -0.004483 -0.00234 -0.026039 0.010008 -0.007141 0.035364 0.033096 -0.008069 0.006225 0.014448 0.000723 -0.009582 0.013023 0.004524 -0.01356 0.001415 -0.005983 0.043151 -0.025628 -0.037836 0.038814 0.014165 -0.006579 0.028533 0.022535 -0.016262 0.001631 0.015394 -0.028983 0.013816 0.009226 0.004331 0.011851 -0.00377 -0.031215 0.019029 0.012863 -0.014901 -0.01401 0.009299 -0.0008 0.006699 -0.018786 0.004645 0.014245 0.013164 -0.019856 -0.01273 -0.017828 0.017278 0.011586 0.003769 0.023826 0.01221 0.000569 -0.034138 -0.005888 -0.004867 0.005784 0.005417 -0.010846 -0.01813 -0.003675 0.014853 -0.008034 0.00897 0.027484 0.007257 0.014154 -0.009874 -0.009364 -0.032786 0.01129 0.029023 0.006174 0.019444 -0.00145 0.006643 -0.006263 0.004013 0.026535 -0.004665 0.005238 -0.021505 0.003194 -0.003456 0.01979 0.0048 -0.018241 0.014299 -0.017413 0.036033 -0.001303 0.023394 -0.000947 0.011365 -0.001147 0.043971 -0.023189 -0.004039 -0.015566 0.023177 -0.029112 -0.035866 0.016028 0.017757 -0.000774 0.000641 -0.028824 0.001131 -0.001193 -0.010776 0.004129 0.004326 -0.002572 -0.006707 -0.022038 -0.005426 -0.002799 -0.000163 0.006 0.040579 -0.00811 0.005104 0.015977 0.036969 0.026139 0.012352 -0.013109 -0.023597 -0.014204 -0.008795 0.017901 -0.006269 -0.005878 0.002141 -0.011803 -0.027622 0.008867 -0.000559 0.016423 -0.004276 -0.013543 0.016381 0.000454 -0.003758 -0.027185 0.009359 0.015912 0.022635 -0.012957 0.002399 0.023224 -0.010758 -0.022096 -0.000739 0.000163 -0.014464 -0.013528 -0.012953 0.013371 0.003464 0.001539 -0.010055 0.031194 0.019931 -0.004526 0.00657 0.006792 -0.003294 0.019058 -0.008018 -0.013536 -0.002842 -0.005795 -0.013486 -0.003299 -0.007936 0.007754 -0.01501 -0.017171 0.014626 -0.024084 -0.005572 -0.011279 0.009295 0.022113 -0.062259 0.004461 0.006077 0.016115 0.01515 0.000747 0.004296 -0.015349 -0.027151 0.017974 0.025793 -0.015503 0.002468 0.005817 -0.01008 -0.020447 0.023734 0.009548 -0.023609 0.007123 -0.02102 -0.022415 -0.02299 -0.002325 -0.013678 -0.018716 -0.014795 -0.027041 0.022078 -0.000935 -0.024893 -0.026532 -0.022294 -0.004674 -0.00434 0.017693 -0.003977 -0.003457 0.039909 0.004363 0.003822 -0.035633 -0.032047 0.003119 0.012951 0.004134 -0.018465 -0.012545 0.012394 0.023231 -0.024972 -0.010398 0.002604 0.009385 0.029821 0.004365 0.01796 -0.001075 0.01553 -0.001686 -0.017761 -0.004028 -0.038637 -0.054949 -0.006989 -0.008836 -0.015295 0.004298 -0.008929 -0.022897 -0.021106\nტ 0.032751 -0.004472 -0.03206 0.005663 0.013587 0.02695 0.002956 -0.011321 -0.009843 -0.027058 0.032671 -0.001197 -0.009895 -0.016143 0.01412 -0.009278 0.009168 -0.01473 -0.003241 -0.020925 -0.005547 0.005772 -0.000533 0.002362 0.001569 0.014718 -0.00022 -0.009901 -0.01694 -0.024012 0.014377 -0.031678 -0.019641 -0.027357 0.00447 0.009826 -0.032903 0.026704 0.002091 0.000393 -0.015993 0.014674 -0.002642 -0.001106 -0.021949 -0.007617 0.025164 -0.002226 -0.003179 0.00628 0.006396 0.027789 0.018243 -0.007577 0.030069 0.01165 0.004056 0.020032 -0.013002 0.019685 -0.023558 -0.02231 0.005407 -0.004827 0.022032 0.009946 0.029283 -0.005485 0.013518 0.01003 -0.037184 -0.007323 0.0146 0.019873 -0.041845 -0.002501 -0.025551 0.014936 -0.032215 -0.018562 0.005515 0.001366 -0.01348 0.005684 -0.017518 -0.029344 0.004115 0.002668 0.00024 0.004237 -0.006187 0.018972 0.002481 -0.004501 0.013093 0.001762 0.003751 -0.021102 0.004516 -0.004937 -0.018765 0.010999 -0.004777 -0.021418 0.005565 -0.007179 -0.020582 0.021415 0.030587 -0.009938 0.032875 0.010106 0.019848 -0.012662 0.00355 -0.001798 -0.000422 0.001852 -0.0112 -0.038125 0.019621 0.002587 0.024425 0.00986 0.029525 -0.000339 -0.00158 -0.010298 -5e-05 0.001951 -0.006699 -0.000573 -0.002577 0.021782 -0.008759 0.011468 -0.012948 0.003915 0.015752 0.031062 0.001308 -0.003883 0.006212 0.020308 -0.031095 -0.03342 0.01973 0.006165 0.001833 -0.034763 -0.002071 -0.005109 0.023343 0.008749 0.00012 -0.003447 -0.000812 -0.020223 0.012865 -0.024242 -0.011842 0.007497 0.006844 0.021263 -0.008656 -0.012478 -0.004059 -0.023232 0.019887 0.011443 -0.02536 -0.028402 0.000919 0.031479 -0.011772 -0.016807 -0.014994 -0.007194 -0.033263 0.001179 0.018666 -0.007526 -6.7e-05 -0.0082 -0.008276 -0.02368 0.011806 0.014071 -0.048384 -0.007439 0.014687 0.031431 -0.023654 -0.024707 -0.000861 0.037575 -0.011648 0.00619 0.00081 -0.002169 -0.021322 -0.024346 0.0168 0.009832 0.012389 0.001671 0.024871 -0.004824 -0.002217 0.030036 -0.013611 -0.003316 -0.005666 0.012268 0.013279 0.039533 0.010208 -0.014432 0.005465 -0.000806 0.003533 0.010905 0.001186 0.010179 -0.019239 -0.009424 0.003863 0.011502 0.000368 -0.017053 -0.009744 -0.001622 -0.00354 -0.016691 -0.023736 0.003952 -0.011951 -0.02899 0.027333 0.008226 -0.002607 0.008351 -0.02407 0.004757 0.014152 0.003805 0.022832 -0.008447 0.039473 0.033674 0.011094 0.009771 -0.002149 -0.017705 -0.0208 -0.022613 -0.009549 0.021868 -0.030351 -0.001101 0.008724 -0.006592 0.018104 -0.025005 -0.018979 -0.014331 -0.030648 -0.012025 -0.00106 -0.004065 0.010947 -0.00495 0.014538 0.001346 0.004286 -0.007341 -0.000299 0.015098 0.031167 -0.042173 -0.006881 -0.01469 0.025796 0.008127 -0.011041 0.002719 0.019708 -0.000358 -0.01306 0.000672 0.002927 -0.029003 0.009124 -0.052927 -0.008669 0.010256 0.016231 0.010852 0.018732 0.000411\nm 0.030021 0.005147 -0.05687 0.032232 0.024623 0.036103 0.01056 0.005238 -0.025825 -0.028752 0.040042 0.011479 -0.006176 -0.034762 0.027805 -0.007899 0.007078 -0.03119 -0.009899 -0.043267 -0.017709 0.000625 -0.001786 0.016239 0.011584 0.027624 -0.001411 -0.004065 -0.011796 -0.023733 0.020886 -0.031226 -0.016361 -0.041835 0.017001 0.01864 -0.048085 0.042078 0.011415 0.023689 -0.025229 0.009316 -0.004324 0.001595 -0.02593 -0.029842 0.04381 -0.001209 0.002178 0.026647 0.008174 0.062582 0.030529 -0.036435 0.048632 0.006384 -0.005807 0.033137 -0.019756 0.025663 -0.026337 -0.035114 -0.015895 -0.016383 0.011468 0.017352 0.037955 -0.013988 0.033581 0.013626 -0.046666 -0.012409 0.026819 0.013011 -0.057323 0.006598 -0.029239 0.026971 -0.023623 -0.021908 0.011679 0.001512 -0.004646 0.030897 -0.028466 -0.06426 -0.002416 -0.00392 -0.022373 -0.008593 -0.006675 0.035712 -0.006331 -0.019323 0.006585 -0.014674 0.003659 -0.035283 0.000549 -0.007733 -0.015227 0.00095 -0.002425 -0.020361 0.012943 -0.000596 -0.019294 0.016496 0.036231 0.001387 0.041672 0.024827 0.026784 -0.011415 0.009958 0.006432 -0.019787 0.001225 -0.010427 -0.045449 0.014093 -0.002078 0.044283 0.027558 0.036629 0.011132 -0.011982 -0.013673 -0.013774 -0.014692 -0.02215 -0.010192 -0.024341 0.026036 -0.022139 0.015138 -0.02174 0.006535 0.000469 0.056528 -0.005699 -0.007623 0.023796 0.023253 -0.039098 -0.043753 0.046066 0.001198 -0.001488 -0.045648 0.004141 0.016202 0.028223 0.034642 -0.005672 0.007143 -0.003715 -0.02266 0.01421 -0.02378 -0.017385 0.017107 0.024467 0.007498 -0.010101 -0.008769 0.026772 -0.032845 0.023763 0.031947 -0.035786 -0.025425 -0.011868 0.034262 -0.022411 -0.03206 -0.011732 0.003537 -0.034488 -0.027607 0.038389 -0.011758 -0.004185 -0.009264 -0.007706 -0.015329 -0.000672 0.015247 -0.070572 -0.001736 0.00844 0.031925 -0.037377 -0.044524 -0.005725 0.038267 -0.013816 0.004743 0.007982 0.000482 -0.045542 -0.034957 0.015595 0.029832 0.018145 0.009664 0.018415 -0.008235 -0.007754 0.039722 -0.034593 -0.001782 -0.007395 0.0269 0.001661 0.067984 0.006356 -0.028853 0.004302 0.002445 -0.002365 0.012993 -0.005033 0.003681 -0.021716 -0.003032 0.004224 0.014359 -0.011243 -0.022939 -0.000876 0.001574 -0.010329 -0.033467 -0.04107 0.005649 -0.015753 -0.038915 0.031102 0.03404 0.00455 0.028525 -0.014145 0.015239 0.010787 -0.018082 0.044554 -0.005986 0.038754 0.056248 0.022296 0.015166 0.006484 -0.052173 -0.042746 -0.024962 -0.00644 0.018125 -0.020682 -0.031285 0.008514 -0.006284 0.035398 -0.018996 -0.030178 -0.016988 -0.026629 -0.010999 0.005718 -0.002858 0.025188 -0.006206 0.010393 0.004879 0.015034 0.005694 0.005777 0.027736 0.040671 -0.053671 -0.002857 -0.018359 0.011372 0.024155 -0.026809 -0.004278 0.006919 -0.010417 -0.026655 -0.019862 0.011683 -0.045192 0.014669 -0.071671 -0.011573 0.008496 0.015033 0.011259 0.037856 0.002914\nկ 0.037029 0.001112 -0.039672 0.015203 0.010837 0.038248 -0.004817 -0.002355 -0.012655 -0.031457 0.042187 0.006064 -0.006206 -0.023058 0.024631 -0.005167 0.020368 -0.021021 -0.006682 -0.042751 -0.030812 -0.003167 0.008384 0.015075 -0.010154 0.021919 -0.013803 -0.007263 -0.020255 -0.024462 0.017497 -0.029132 -0.012492 -0.038561 0.013107 0.022151 -0.040242 0.035249 0.008281 0.018629 -0.030315 0.009991 0.000318 0.008652 -0.031332 -0.026345 0.026487 -0.008307 -0.001776 0.014932 0.00134 0.048372 0.03235 -0.030596 0.045649 0.008293 -0.001859 0.02933 -0.022131 0.024714 -0.029407 -0.023065 -0.011791 -0.016599 0.013787 0.02473 0.034576 -0.015912 0.038803 0.01479 -0.043037 -0.012375 0.010896 0.016003 -0.047505 0.004907 -0.024558 0.013077 -0.042297 -0.020611 0.005441 0.000764 -0.010985 0.008045 -0.023856 -0.044364 0.004884 0.001043 -0.016038 -0.00565 -0.003335 0.019935 0.008847 -0.009 0.011446 -0.005971 -0.004956 -0.028698 0.003848 -0.008977 -0.022896 0.005454 -0.002028 -0.02537 0.02334 -0.002966 -0.01423 0.015111 0.033314 -0.009849 0.044456 0.017515 0.017317 -0.017228 0.006414 -0.006046 -0.005379 -0.003489 -0.020422 -0.039715 0.022749 -0.004195 0.034942 0.027408 0.035802 0.015544 -0.0103 -0.012848 -0.00629 -0.019294 -0.015961 -0.00233 -0.009414 0.028568 -0.028331 0.008867 -0.02685 -0.002251 0.020898 0.044044 -0.000624 -0.007638 -0.006312 0.018402 -0.031505 -0.047476 0.045814 0.006383 0.001584 -0.03503 0.003673 0.007451 0.027341 0.021714 -0.000691 0.005148 0.00492 -0.017984 0.010782 -0.020011 -0.01815 0.018788 0.018236 0.024157 -0.019507 -0.007953 0.019305 -0.030001 0.015802 0.017115 -0.021992 -0.021368 -0.009513 0.030478 -0.012505 -0.032915 -0.007647 -0.015784 -0.04037 -0.017513 0.030067 -0.017299 0.009424 -0.011534 -0.000356 -0.019495 0.00585 0.027036 -0.056011 -0.001998 0.014491 0.017264 -0.029604 -0.029347 0.004485 0.039354 -0.008474 0.01119 0.007213 -0.004227 -0.024318 -0.023422 0.014213 0.021515 0.016558 0.016919 0.010612 -0.008399 0.000675 0.038641 -0.016537 0.000997 -0.019463 0.014615 0.000881 0.060089 0.004331 -0.021625 0.014887 -0.00404 -0.003262 0.016625 -0.006006 0.008437 -0.01656 -0.014979 0.005921 0.018347 -0.00214 -0.018141 -0.005106 -0.004013 -0.002175 -0.007328 -0.033999 -0.008961 -0.010224 -0.026449 0.025858 0.017878 0.011654 0.011061 -0.021432 0.006883 0.004273 -0.00654 0.026619 -0.000425 0.044034 0.046043 0.024645 0.008052 0.000811 -0.036387 -0.032648 -0.020678 -0.005051 0.0215 -0.024161 -0.012677 0.007137 -0.004378 0.030698 -0.026491 -0.033017 -0.005254 -0.029826 -0.022406 0.008512 -0.003058 0.023401 0.001001 0.009131 -0.008454 0.01633 0.005436 -0.006713 0.013141 0.039889 -0.052896 -0.001245 -0.017064 0.013251 0.026449 -0.017744 -0.003382 0.011316 -0.007266 -0.016885 -0.012175 0.001493 -0.036959 0.007569 -0.053037 -0.00438 0.011436 0.027723 0.014317 0.018075 0.005232\nੱ 0.050141 0.000104 -0.077714 0.009491 0.024372 0.043136 -0.003985 -0.007264 -0.012208 -0.048638 0.068185 0.007262 0.000116 -0.023072 0.058023 -0.035386 0.001357 -0.034794 -0.027704 -0.056037 -0.03547 0.001141 0.001059 -0.002351 0.005969 0.010401 -0.0206 -0.007858 0.005605 -0.060822 0.0106 -0.049703 -0.03844 -0.040407 -0.00076 0.034628 -0.054173 0.058607 0.000157 0.023382 -0.047095 0.033152 0.026633 -0.004195 -0.0497 -0.028405 0.083778 -0.012566 -0.003894 0.029486 0.00729 0.052296 0.042487 -0.036195 0.067576 -0.012276 -3.5e-05 0.037152 -0.015342 0.030241 -0.04188 -0.017305 -0.00521 -0.023732 0.020561 0.062692 0.074657 -0.017716 0.035502 0.034488 -0.082079 -0.001334 0.027837 0.027138 -0.070785 0.009933 -0.036437 0.030304 -0.049301 -0.017828 0.017868 -0.00822 0.002078 0.003818 -0.021167 -0.065884 0.0128 -0.016518 -0.013343 -0.00561 -0.012462 0.023549 0.01737 -0.011533 0.031024 0.011442 0.009076 -0.063995 -0.006591 -0.010808 -0.035927 0.008644 0.006937 -0.060692 0.024921 -0.005318 -0.033907 0.03528 0.05223 -0.016636 0.060099 0.018283 0.056684 -0.021859 0.016958 -0.019283 -0.026254 0.022732 -0.014299 -0.074938 0.026122 0.009129 0.052568 0.033321 0.045096 0.01593 -0.019692 0.001168 -0.021638 -0.019691 -0.015956 -0.014664 -0.018091 0.040741 -0.029104 0.010442 -0.044965 0.031297 0.024875 0.066034 0.014661 -0.009797 0.025794 0.024537 -0.03999 -0.065582 0.083532 0.025999 0.001927 -0.064059 0.000711 0.009983 0.067492 0.043067 -0.010398 0.020837 0.009581 -0.038835 0.006837 -0.033611 -0.039174 0.017688 0.056721 0.020598 -0.016386 -0.025353 0.031569 -0.020142 0.045258 0.011895 -0.038774 -0.051184 -0.005754 0.05172 -0.029182 -0.054155 -0.006919 -0.009687 -0.063546 -0.027124 0.043154 -0.014679 0.020414 -0.037152 0.004446 -0.034921 -0.002458 0.035039 -0.075488 0.019112 0.051711 0.037949 -0.0436 -0.047749 -0.00466 0.05628 -0.028108 0.016714 0.013722 -0.00123 -0.046148 -0.037285 0.014511 0.016832 0.034644 -0.000664 0.013639 -0.019857 0.000887 0.035823 -0.013162 -0.004059 0.002004 0.039568 0.005515 0.062531 0.042331 -0.022701 0.029694 -0.009972 0.0028 0.013041 -0.010546 -0.00136 -0.027499 -0.012598 0.009173 0.015441 -0.031946 -0.047169 0.000943 0.001425 -0.012981 -0.017473 -0.051634 -0.010979 -0.017631 -0.045737 0.037718 0.035781 -0.018197 0.03583 -0.032319 0.023587 0.003057 0.009503 0.055921 -0.013424 0.061481 0.073963 0.020824 0.006524 -0.000359 -0.050688 -0.03973 -0.031523 -0.006053 0.04057 -0.04309 -0.04662 0.010933 -0.018386 0.052894 -0.046218 -0.029801 -0.02174 -0.061001 -0.013966 0.012911 0.025095 0.030619 -0.013446 0.014727 -0.009642 0.015166 -0.008341 0.006537 0.032148 0.06313 -0.071674 -0.0007 -0.033744 0.026755 0.030341 -0.02355 -0.021507 0.047418 -0.017425 -0.040738 -0.016054 0.004823 -0.043144 0.019534 -0.099923 -0.028162 0.006774 0.025381 0.020922 0.03579 0.025021\nց 0.03734 0.006646 -0.006288 -0.003486 -0.002831 0.024869 -0.009766 -0.010439 0.000891 -0.021085 0.017165 0.002583 -0.012406 -0.014553 0.011792 0.002949 0.027882 -0.017466 0.013554 -0.019009 -0.012655 -0.013511 0.017607 0.02248 -0.03009 0.007509 -0.026485 -0.01339 -0.022215 -0.029277 0.027781 -0.027434 -0.020769 -0.022966 0.017299 0.030219 -0.037699 0.022196 0.000555 0.020605 -0.011879 -0.004616 0.007952 -0.002781 -0.035104 -0.015384 0.013604 -0.003951 0.008973 0.021017 -0.004402 0.026584 0.026302 -0.024887 0.039803 0.021554 0.00197 0.020714 -0.033723 0.029991 -0.029091 -0.038935 -0.019799 -0.018192 0.008063 0.023985 0.017754 -0.027389 0.033045 0.027619 -0.028822 -0.015789 0.002406 0.025111 -0.040147 0.012872 -0.020182 -0.0045 -0.039711 -0.027752 0.003895 -0.025584 -0.013661 0.010732 -0.010091 -0.030081 -0.000414 0.010042 -0.022087 -0.011635 -0.005864 0.027141 0.019246 0.013715 0.010031 -0.002845 -0.004685 -0.024867 0.018698 -0.011621 -0.011482 0.000533 -0.000258 -0.016388 0.025238 0.000182 -0.029726 0.017003 0.034175 -0.005223 0.029128 0.017372 0.007656 -0.012146 0.011544 -0.00194 0.02086 0.000359 -0.018113 -0.018457 0.016251 -0.012052 0.01587 0.038077 0.022304 0.02096 -0.002264 -0.008014 0.000873 -0.027371 -0.007634 -0.008714 0.01447 0.029184 -0.028201 -0.015188 0.010969 -0.027663 0.008529 0.053139 -0.000484 -0.006873 -0.022285 0.027399 -0.027157 -0.038292 0.048479 0.026872 0.006844 -0.020132 -0.010548 0.014835 0.016411 0.013185 0.003924 0.008693 0.007517 -0.016851 0.008529 -0.016939 -0.020173 0.022121 0.009095 0.032339 -0.019599 0.013745 0.015817 -0.028231 0.008288 0.005451 -0.032371 -0.019717 0.009262 0.037685 -0.008881 -0.039686 0.005414 -0.025612 -0.026186 -0.005084 0.012163 -0.025061 0.012133 -0.020244 -0.001334 -0.028136 0.005588 0.024026 -0.029175 0.002119 0.020953 0.007061 -0.040725 -0.019096 0.003013 0.021261 -0.010451 -0.000325 0.01146 0.004021 -0.010165 -0.00655 0.009529 0.029366 0.007499 0.015289 -0.002926 0.017079 0.011599 0.021716 -0.008448 0.010358 -0.018835 0.01092 0.002737 0.016924 0.001761 -0.044235 0.013259 -0.009625 -0.004308 0.011492 -0.014188 0.005762 -0.004491 -0.028163 0.000467 0.032933 0.013374 -0.019595 0.023165 -0.005005 0.006375 0.012096 -0.029683 0.011837 -0.013084 -0.027481 0.007634 -0.008507 0.005828 -0.001309 -0.014496 -0.003292 -0.009611 -0.006747 0.017571 0.006908 0.034772 0.042996 0.015302 -0.003955 -0.013217 -0.029438 -0.015456 -0.011672 -0.012437 0.019489 -0.027042 -0.016536 -0.019408 -0.004588 0.018843 -0.037619 -0.020217 -0.009068 -0.019968 -0.046621 0.020445 -0.008413 0.016367 0.011703 0.007661 -0.013858 0.016309 -0.009926 -0.014377 0.014616 0.0443 -0.057774 0.006759 -0.025749 0.021534 0.019212 -0.001216 -0.008977 0.021727 0.010505 -0.009499 -0.001661 0.006191 -0.020701 -0.008031 -0.032741 -0.008803 0.02029 0.037147 0.02146 -0.002173 -0.01201\n 0.023646 0.027739 -0.027876 -0.008372 3e-06 -0.024152 -0.043097 -0.001397 -0.021463 0.00858 -0.015048 0.002695 -0.01318 0.010924 0.013046 0.013842 -0.022471 0.006611 0.001345 -0.007389 0.038287 -0.007171 -0.020114 0.022937 0.02361 0.005263 0.00609 0.00013 -0.015202 -0.001593 -0.000928 -0.006729 -0.002257 0.008008 -0.020843 0.006005 0.003179 0.000752 0.007492 -0.024062 -0.011964 -0.018596 0.008173 -0.013567 0.003134 0.00811 -0.021328 0.008397 -0.015319 -0.008347 -0.012547 -0.00603 0.014565 0.019665 -0.019888 -0.004471 0.018696 0.017289 -0.007422 0.001543 0.007018 -0.020328 -0.006661 -0.007512 -0.014624 -0.010984 -0.013482 0.000615 -0.013748 -0.008457 0.003956 0.029129 -0.032772 0.03559 -0.000504 -0.001425 0.027267 -0.00777 0.016568 0.016977 -0.005881 -0.005138 -0.009147 -0.046038 0.01029 0.026302 0.006796 0.011056 0.040502 0.001988 -0.027287 -0.028971 0.015812 -0.001836 -0.008845 -0.00246 -0.025662 0.007704 0.015284 -0.024804 0.012129 -0.019429 -0.011387 -0.009923 0.00106 -0.018773 0.004958 -0.001009 0.040775 -0.020334 0.019349 -0.01237 -0.016516 -0.005397 -0.024094 0.016794 0.011612 -0.020522 0.03917 0.011284 -0.02057 -0.011236 0.006288 0.007478 -0.008405 0.008792 -0.008285 -0.016508 -0.005658 -0.006495 0.022227 0.011231 -0.015852 0.015034 0.043867 0.009469 -0.027095 0.034966 -0.030434 -0.044402 -0.022357 0.020717 0.031422 0.011194 0.009356 0.014453 0.02098 -0.02318 -0.005002 0.032336 0.000566 -0.018035 -0.031594 0.024314 -0.009932 -0.011472 -0.017905 -0.00641 -0.003948 0.017048 0.001281 -0.016871 0.000313 -0.012566 0.002925 -0.006686 -0.008077 -0.027918 0.042227 0.003422 0.025364 -0.005896 0.00181 0.010715 -0.032592 0.015865 -0.027263 0.0178 -0.002724 0.032032 -0.000138 0.023951 0.007064 0.003247 -0.012616 0.022561 0.026595 -0.000698 -0.000358 -0.008424 0.014032 -0.000212 -0.014283 0.008009 0.006122 -0.001609 0.017304 -0.001044 0.007762 0.012455 -0.022073 0.014959 -0.021383 0.000742 -0.001716 0.026799 -0.020641 -0.001394 -0.016403 0.01769 0.003516 -0.010455 0.006875 0.008685 0.013119 0.01221 0.006547 -0.005686 0.002457 0.000393 0.037074 0.019206 0.01341 -0.009155 -0.001587 -0.033946 -0.023538 -0.016644 0.000803 -0.036186 0.038863 0.013646 -0.006757 -0.004926 0.004159 0.001246 0.017606 -0.01714 0.004196 -0.009841 0.01906 -0.011836 0.019863 -0.00256 -0.00124 -0.007888 0.015666 0.02812 -0.006958 -0.023195 0.023654 0.011011 0.006778 0.005169 0.009352 -0.020939 0.031181 -0.010964 -0.036684 -0.004067 -0.01926 -0.007657 -0.01522 0.006442 0.008628 0.003236 0.016822 0.004325 0.036245 0.015548 0.02355 -0.004817 0.034654 0.005912 -0.016329 -0.004724 -0.01039 0.019985 0.004628 0.013047 0.001683 0.005951 0.035841 0.02987 0.003243 -0.00103 -0.025059 0.016388 -0.029022 -0.02284 0.002028 -0.005574 -0.004706 0.022156 -0.024592 0.016409 0.00611 -0.001434 -0.004224 -0.004953\nງ 0.030757 -0.000907 -0.034648 0.029479 0.007928 0.032333 0.006194 -0.002417 -0.015354 -0.028838 0.02707 0.005429 -0.006411 -0.018404 0.024963 -0.003641 0.00395 -0.017514 -0.004962 -0.03902 -0.016296 0.005235 0.005858 0.009929 0.004844 0.015308 -0.014279 -0.006351 -0.013723 -0.020131 0.023677 -0.02866 -0.023365 -0.038263 0.007965 0.00757 -0.025249 0.032916 0.005707 0.019544 -0.020386 0.008666 0.001062 -0.003106 -0.020733 -0.022317 0.030136 -0.004975 0.000484 0.018679 0.002916 0.041929 0.029557 -0.032912 0.035169 0.007568 0.002075 0.016142 -0.003217 0.023785 -0.032054 -0.019402 -0.003394 -0.008903 0.010846 0.020273 0.033772 -0.01566 0.030757 0.01339 -0.043799 -0.014811 0.011251 0.01226 -0.04276 0.00197 -0.023884 0.021875 -0.033246 -0.012652 0.018308 0.002523 0.005696 0.010752 -0.021877 -0.055017 0.005339 -0.000435 -0.015995 -0.010458 -0.001945 0.019214 0.007557 -0.020899 0.020252 -0.008636 0.000515 -0.038714 0.001938 0.000167 -0.021394 -0.001402 0.004247 -0.027246 0.014577 -0.002531 -0.007272 0.005572 0.036699 -0.001553 0.036322 0.022374 0.026103 -0.016189 0.003175 0.003287 -0.006878 0.00139 -0.013999 -0.036784 0.021639 -0.000883 0.037161 0.021993 0.032027 0.010249 -0.010629 -0.008095 -0.009935 -0.012062 -0.013815 -0.003577 -0.011886 0.030247 -0.022004 0.012497 -0.030221 0.003722 0.002995 0.036132 -0.005098 -0.00963 0.006438 0.022114 -0.034025 -0.044294 0.040718 0.009832 0.003239 -0.036575 0.008482 0.007309 0.029484 0.018712 0.004384 0.008975 0.001909 -0.025099 0.012932 -0.02513 -0.016286 0.015757 0.019815 0.01864 -0.013547 -0.018462 0.018397 -0.018784 0.025505 0.012042 -0.020023 -0.01992 -0.010773 0.034845 -0.022571 -0.023502 0.00069 -0.003344 -0.037234 -0.020905 0.026643 -0.003976 0.008556 -0.011749 -0.003203 -0.013984 0.004604 0.017548 -0.043758 1.1e-05 0.006368 0.024724 -0.035521 -0.026883 0.003269 0.031415 -0.022751 0.015351 0.01038 0.001124 -0.024518 -0.023994 0.013777 0.016723 0.013135 0.026297 0.002685 -0.001958 -0.002835 0.035959 -0.016491 -0.004257 -0.003338 0.015707 0.009222 0.055764 0.004891 -0.022912 0.0092 -0.004852 -0.00395 0.00502 -0.013012 0.001172 -0.018995 -0.002342 -0.000474 0.013409 -0.006463 -0.02249 -0.009947 -0.002068 -0.010209 -0.028074 -0.030925 -0.003839 -0.011643 -0.030641 0.020805 0.020124 0.009153 0.028963 -0.026239 0.022238 -0.003839 -0.007504 0.029213 -0.008582 0.03386 0.044806 0.019098 0.007663 0.006697 -0.032267 -0.030143 -0.014622 0.004942 0.020486 -0.02475 -0.012185 0.00504 -0.009085 0.025057 -0.024096 -0.025319 -0.023168 -0.030808 -0.016884 0.009754 0.002539 0.0236 0.002615 0.006451 -0.001029 0.009974 -0.002856 -0.004513 0.010878 0.03182 -0.042841 0.000102 -0.013566 0.011465 0.014212 -0.016788 -0.005786 0.008467 -0.008318 -0.020435 -0.008736 0.006024 -0.036123 0.005829 -0.054091 -0.013926 0.012124 0.010905 0.018268 0.019664 0.000343\nউ 0.034565 0.010565 -0.057816 0.031854 0.002204 0.038686 0.018353 -0.023361 -0.019042 -0.025241 0.03721 0.026275 -0.025209 -0.020921 0.058579 0.002791 0.005872 -0.034715 -0.008483 -0.050037 -0.011799 -0.005898 0.017263 0.012781 0.011539 -0.006036 -0.010301 -0.027742 -0.034098 -0.061793 0.01331 -0.034781 -0.017096 -0.057848 -0.011861 0.012003 -0.021021 0.049442 0.00233 0.037161 -0.04276 0.023163 -0.006363 -0.000883 -0.051929 -0.031577 0.010752 0.011623 0.005105 0.005827 -0.001377 0.057851 0.03637 -0.049787 0.033412 0.000689 -0.019194 0.0157 -0.018549 0.014809 -0.056632 -0.014136 0.017366 -0.014675 0.021725 0.030783 0.046008 -0.022906 0.052842 0.018695 -0.079109 0.015056 0.036822 0.044833 -0.065274 0.002174 -0.033354 0.051893 -0.045657 -0.018743 0.011121 -0.004803 0.017905 0.001032 -0.024775 -0.05373 0.026155 -0.030051 -0.038709 -0.004186 -0.010726 0.01581 0.022618 0.00312 0.047778 0.003126 -0.000246 -0.052316 0.006895 0.008278 -0.019229 0.011159 0.014135 -0.051848 0.01838 0.001804 -0.004628 -0.007486 0.03271 -0.011279 0.049835 0.003249 0.023202 -0.033431 0.012264 -0.006532 -0.02536 -0.01073 -0.041888 -0.043484 0.057386 0.032209 0.037477 -0.006 0.01626 0.017995 -0.020848 -0.015413 -0.013118 -0.037615 -0.008062 0.015892 -0.019411 0.042112 -0.015905 0.023122 -0.061869 -9e-05 0.000184 0.046975 -6.8e-05 -0.006853 0.00671 0.035914 -0.035911 -0.061199 0.059996 0.022011 0.007 -0.043714 -0.002326 0.00679 0.062576 0.009114 0.014948 0.011337 -0.006386 -0.024387 0.006713 -0.034591 -0.024665 0.014884 0.047827 0.025504 0.006901 -0.037081 0.007232 -0.000592 0.027012 0.010084 -0.002885 -0.015302 -0.015913 0.042585 -0.028443 -0.015613 -0.023396 0.003366 -0.055259 -0.031194 0.041819 -0.013678 0.0093 -0.010445 0.004591 -0.010096 0.004014 0.054045 -0.061784 0.030291 0.024079 0.009744 -0.018897 -0.053618 0.025557 0.049804 -0.025186 0.001573 0.008135 -0.014797 -0.012276 -0.034392 0.017049 0.034416 0.038385 0.03931 0.010074 -0.01202 -0.013186 0.055855 -0.019522 -0.005124 -0.03199 0.001508 -0.022577 0.061687 0.028126 -0.031164 0.006032 -0.016321 -0.015009 -0.022713 -0.009517 0.033114 -0.029203 0.006221 9.5e-05 0.051147 0.001175 -0.045107 -0.024396 0.000735 -0.007491 -0.026548 -0.038143 -0.018749 0.000263 -0.030271 0.022358 0.024296 0.003844 0.034447 -0.040935 0.031415 -0.011035 -0.013527 0.057416 0.012036 0.054676 0.088919 0.029974 0.003691 0.016621 -0.010734 -0.037255 -0.033781 0.008016 0.04144 -0.018949 -0.009755 -0.009807 -0.019102 0.035299 -0.0465 -0.043998 -0.027169 -0.040822 -0.007751 0.002399 0.015515 -0.002751 0.031222 -0.007898 -0.013753 -0.003391 0.005276 -0.020592 0.012362 0.036881 -0.049618 -0.003161 0.000205 0.030016 0.015067 -0.028749 0.010329 0.028338 -0.006917 0.002818 -0.01348 0.003666 -0.058993 -0.002614 -0.065096 -0.01111 -0.015481 0.010889 0.033621 0.013804 0.010036\nᒋ 0.009582 -0.00077 -0.021183 0.007518 0.000414 0.022673 -0.003485 -0.014158 0.005012 -0.013656 0.026752 0.008797 0.007899 -0.007708 -0.01303 -0.017728 0.012975 -0.009071 -0.007918 -0.047239 8.1e-05 0.025474 -0.032285 -0.021835 -0.015566 -0.015186 0.007822 -0.021045 0.012919 -0.023386 0.037464 0.006825 -0.02768 -0.005757 0.000161 0.0143 -0.040485 0.055329 0.027206 0.004291 -0.012044 0.003245 -0.02607 0.008919 -0.020985 0.008943 0.023371 -0.034987 -0.000344 0.02049 0.026205 -0.015978 0.043172 -0.030152 -0.006394 -0.031658 -0.025154 -0.01163 -0.010162 -0.009424 -0.028983 0.00434 -0.011073 -0.009542 -0.003563 -0.02013 0.036423 -0.02555 0.012165 -0.004534 -0.013692 -0.031132 0.045782 0.013035 -0.013962 -0.018374 -0.000345 0.031246 -0.018443 -0.012514 0.041366 -0.047039 0.010117 0.035072 -0.027144 -0.063422 -0.004802 0.011907 -0.000442 0.028526 2.8e-05 0.025309 -0.013096 0.011687 0.043275 -0.015977 -0.002416 -0.019222 0.049685 0.038602 -0.005065 -0.005827 -0.012385 -0.024041 -0.027206 -0.033245 -0.000374 0.010907 0.04655 -0.000158 0.054132 -0.003441 -0.006539 -0.028468 0.021003 0.026569 0.04122 -0.011932 0.019001 -0.029936 -0.009314 0.00263 0.013621 0.028017 0.032728 0.014896 -0.005787 0.001876 -0.005715 -0.012599 -0.036051 0.016746 -0.026247 0.046753 -0.001355 0.021171 -0.029204 -0.0326 0.001403 0.030113 -0.011872 0.00443 0.033796 0.050802 -0.009213 -0.039015 0.00918 0.013057 0.006985 -0.023887 -0.003034 0.009968 0.009075 0.027969 0.006561 0.003279 -0.019694 -0.02039 -0.022663 -0.015327 -0.026327 0.0052 0.014894 0.005281 0.010762 -0.007139 0.017814 -0.016397 0.003177 -0.013827 -0.020041 -0.007804 0.025985 0.035139 -0.006487 -0.045135 0.010635 0.003327 -0.030409 -0.01812 0.037819 -0.017222 0.003694 -0.002901 -0.004771 0.005477 -0.015146 -0.015174 -0.011157 0.011966 0.01694 0.025184 -0.0091 -0.019277 -0.012844 0.031315 0.006285 0.007354 0.020636 -0.00684 0.000499 -0.013599 0.013871 -0.000344 0.024919 -0.007174 0.000654 0.016246 0.034062 0.002515 -0.022127 0.008224 -0.01242 7.3e-05 0.022156 0.04549 -0.017535 -0.028543 0.03454 -0.034557 0.003363 0.014299 0.00394 -0.015404 -0.002363 -0.021814 -0.003408 0.000625 -0.00746 -0.000972 -0.004458 0.00193 0.021678 -0.032597 -0.037795 -0.003151 0.013784 -0.040107 0.002628 0.015366 0.029064 0.004598 -0.014131 0.039281 0.005255 0.020558 0.023893 0.024291 0.011762 0.006796 -0.03688 -0.033163 0.01823 0.006667 -0.051022 -0.000782 -0.005241 0.023126 -0.028991 -0.00947 -0.008089 0.002309 0.028523 -0.034062 -0.046459 -0.009043 -0.008723 0.001238 -0.039042 0.020829 -0.002299 -0.004898 0.028748 0.018342 0.006592 0.017107 -0.022011 -0.008396 0.01553 -0.002336 -0.018798 -0.01264 0.008926 0.017201 0.030656 -0.01124 0.016374 0.010274 -0.030718 0.023256 -0.019057 -0.022474 -0.003703 -0.04425 0.005832 -0.004344 0.020886 0.036099 -0.0108 -0.017013\nผ 0.027518 0.001687 -0.04088 0.022796 0.008489 0.031534 0.003642 -0.007596 -0.022047 -0.028355 0.031599 0.011472 -0.007864 -0.012787 0.022724 -0.000223 0.006931 -0.021682 -0.002193 -0.034832 -0.015341 0.012104 0.004642 0.012559 -1e-06 0.01136 -0.005153 -0.008387 -0.011359 -0.02288 0.020616 -0.026945 -0.007587 -0.028957 0.00854 0.016179 -0.026709 0.038432 0.004402 0.015329 -0.019673 0.008779 -0.00384 -0.001581 -0.020523 -0.017671 0.030256 0.004107 0.003427 0.007827 0.010877 0.040049 0.028471 -0.025088 0.035905 0.012054 0.005459 0.020015 -0.014187 0.020411 -0.023768 -0.025277 -0.002163 -0.018387 0.014628 0.010557 0.032501 -0.01456 0.030275 0.013494 -0.037844 -0.006088 0.018848 0.014394 -0.044509 0.001438 -0.026802 0.014951 -0.021877 -0.015967 0.006679 0.002435 0.0076 0.013568 -0.015042 -0.037406 0.002092 -0.003236 -0.010422 -0.0028 -0.001617 0.01674 0.002924 -0.009379 0.005392 0.003944 0.000237 -0.031281 0.001756 0.000605 -0.014846 0.006281 -0.005624 -0.020287 0.01371 0.000391 -0.007921 0.007886 0.024848 0.000338 0.038344 0.014151 0.026672 -0.008733 0.010641 0.003942 0.000706 0.003354 -0.006002 -0.03738 0.014906 -0.002723 0.034767 0.019055 0.029502 0.012086 -0.01146 -0.013304 -0.004812 -0.008406 -0.007641 -0.009255 -0.015891 0.028896 -0.018295 0.02231 -0.027325 -0.000294 0.008641 0.038848 -0.009344 -0.003747 0.016302 0.023545 -0.024978 -0.032771 0.039112 0.006183 -0.00132 -0.029368 0.001997 0.006665 0.031954 0.017246 -0.000756 0.009496 0.002909 -0.021783 0.009047 -0.022359 -0.012295 0.014257 0.020286 0.01279 -0.01103 -0.010349 0.012086 -0.015109 0.017625 0.012879 -0.022324 -0.022627 -0.005249 0.02143 -0.020433 -0.019248 -0.002393 -0.004835 -0.025676 -0.014095 0.032264 -0.018675 -0.001708 -0.007688 -0.006166 -0.010152 0.004824 0.012775 -0.049022 0.00106 0.014217 0.027429 -0.029932 -0.030755 0.004037 0.026399 -0.016796 0.006123 0.004612 0.002436 -0.022959 -0.027322 0.008697 0.015735 0.020473 0.014448 0.003629 -0.003233 -0.002955 0.030489 -0.016013 0.000477 -0.007884 0.009966 -0.004592 0.049843 0.01028 -0.015136 0.005988 0.000512 -0.002513 0.006557 0.004026 0.001575 -0.022524 -0.005517 0.00154 0.018859 -0.006032 -0.022522 -0.002892 -0.000421 -0.00321 -0.0167 -0.026661 0.001768 -0.010471 -0.030015 0.024301 0.027209 0.009508 0.021262 -0.026135 0.001925 0.000934 -0.001608 0.032318 -0.006781 0.029189 0.047932 0.017764 -0.001321 -0.006001 -0.040513 -0.023569 -0.014298 0.003544 0.019614 -0.02278 -0.015661 0.007909 -0.015692 0.022609 -0.012144 -0.019793 -0.016129 -0.023794 -0.018153 0.009035 -0.001234 0.010614 0.000959 0.006923 0.002277 0.004009 -0.003639 0.00586 0.011498 0.032288 -0.035433 0.003031 -0.009211 0.006632 0.000917 -0.020725 -0.001502 0.014581 -0.01201 -0.024046 -0.012614 0.005806 -0.034512 0.00624 -0.056983 -0.007277 0.009175 0.01129 0.018248 0.017431 -0.00322\nટ 0.03977 -0.011312 -0.049298 0.028863 -0.008148 0.032807 0.028396 -0.002038 -0.019045 -0.05007 0.025108 0.016811 -0.00562 -0.003994 0.037038 0.010958 0.012671 -0.022932 0.002385 -0.033693 -0.024008 -0.009331 0.014232 0.016643 0.011759 -0.001489 -0.000739 -0.022115 -0.02661 -0.042332 0.026333 -0.025232 -0.019131 -0.037979 0.018945 0.015292 -0.018333 0.031899 0.001505 0.050102 -0.042635 0.029901 0.010319 -0.004848 -0.046876 -0.041287 0.025838 0.001814 -0.003963 0.003855 0.006594 0.054445 0.041888 -0.023953 0.033091 0.001646 -0.010723 0.019235 -0.019782 0.031342 -0.042412 -0.012466 -0.000244 -0.008114 0.029839 0.034142 0.067388 -0.010503 0.049788 0.019057 -0.048858 0.001768 0.029272 0.019005 -0.041983 0.004489 -0.022373 0.027745 -0.019939 0.000156 0.019983 -0.004457 0.000439 -0.007668 -0.027322 -0.053679 0.01883 -0.035653 -0.025683 0.00242 -0.012769 0.033194 0.0283 -0.006981 0.02905 0.004142 -0.011629 -0.049974 -0.009865 0.012736 -0.01916 -0.005693 -0.001852 -0.060035 0.003774 -0.004629 -0.018987 -0.009498 0.010425 -0.009074 0.054723 0.013851 0.022746 -0.03952 0.020344 -0.00604 -0.004231 -0.006359 -0.00246 -0.036158 0.017823 -0.008457 0.044779 -0.009238 0.012808 0.020725 -0.022356 -0.022475 -0.013184 -0.015491 5.2e-05 0.013475 -0.020826 0.048922 -0.02883 0.010607 -0.055832 -0.003571 0.005124 0.042071 0.011381 0.000304 0.022809 0.011913 -0.025538 -0.060227 0.06161 0.018929 0.015365 -0.062014 0.013732 -0.004797 0.049729 0.006811 0.003057 0.008662 -0.006845 -0.023942 0.012843 -0.029664 -0.00923 0.012865 0.044462 0.035412 -0.012016 -0.02221 0.01076 0.012498 0.028856 0.028841 -0.034203 -0.02105 -0.007659 0.001054 -0.020543 -0.040798 -0.017418 -0.014982 -0.03803 -0.01267 0.034532 -0.027877 0.01167 -0.002333 -0.001987 -0.017398 0.012332 0.021015 -0.025058 0.025292 0.014068 0.009262 -0.051102 -0.016264 0.011394 0.053635 -0.01486 0.01735 -0.012918 -0.014197 -0.026055 -0.020708 0.005291 0.030754 0.023942 0.02212 -0.007369 -0.011205 -0.030951 0.054868 -0.013494 0.006535 -0.013369 0.014486 -0.028007 0.05874 0.018954 -0.020408 0.009432 -0.004755 -0.016931 -0.004554 -0.020796 0.019271 -0.018339 0.004122 0.013831 0.032817 0.014306 -0.035516 -0.011534 -0.009173 0.026829 -0.014603 -0.045541 -0.017789 -0.030208 -0.03729 0.034311 0.009778 0.02904 0.01187 -0.03198 0.00116 0.00952 0.006328 0.019136 -0.005108 0.041748 0.045825 0.030552 -0.000345 -0.020738 -0.013764 -0.025293 -0.024626 -0.017159 0.005697 -0.006394 0.002111 -0.005197 -0.040451 0.020618 -0.034597 -0.033995 -0.003231 -0.037793 -0.003141 0.018084 -0.018384 -0.006897 0.014974 0.017811 -0.031161 0.013155 -0.008126 -0.027539 0.015122 0.019426 -0.032902 0.00125 -0.036708 0.019593 0.002326 -0.000593 -0.005865 0.02066 0.007011 0.001723 -0.012363 0.015034 -0.045356 -0.003951 -0.052457 -0.025271 0.008252 0.012328 0.00658 0.001081 0.008061\nञ 0.032169 -0.000127 -0.041678 0.021442 0.012098 0.039292 -0.012937 -0.002661 -0.019205 -0.032193 0.0364 0.003995 -0.006144 -0.019725 0.02783 0.000652 0.008332 -0.010465 -0.003077 -0.03826 -0.002967 -0.000903 0.005867 0.00386 0.011733 0.01206 -0.007176 0.000651 -0.024312 -0.027123 0.017584 -0.029518 -0.014363 -0.048649 0.010618 -0.003215 -0.033473 0.045074 0.015953 0.016973 -0.021948 0.005279 0.002208 0.001713 -0.041916 -0.013886 0.020894 -0.002592 -0.00267 0.024633 0.009572 0.040677 0.032689 -0.026403 0.032323 -0.006449 -0.010127 0.012961 0.005805 0.019689 -0.02911 -0.02891 -0.004053 -0.009969 0.010879 0.023002 0.027873 -0.0033 0.035956 0.008225 -0.043366 -0.002491 0.01345 0.013804 -0.030848 0.007215 -0.031574 0.031679 -0.044352 -0.015473 0.008694 0.00133 0.00104 0.010677 -0.0139 -0.042687 0.016037 -0.00214 -0.023828 -0.008451 -0.011072 0.013581 0.006258 -0.016368 0.009398 -0.011253 -0.004783 -0.020755 -0.010514 -0.000126 -0.036241 0.00963 -0.009518 -0.017445 0.010274 0.000394 -0.000865 -0.009159 0.040165 0.002041 0.051986 0.03397 0.023335 -0.018407 0.005082 -0.001188 0.001962 1.2e-05 -0.017774 -0.032351 0.023413 -0.004607 0.029092 0.02976 0.036611 0.014256 -0.00483 -0.007921 -0.012694 -0.012107 -0.008732 0.012273 -0.012878 0.029015 -0.021047 0.021166 -0.0397 0.006296 0.00665 0.035572 0.002559 0.005479 -0.000466 0.031381 -0.043903 -0.045646 0.038371 0.014281 -0.003488 -0.034769 0.006672 0.008236 0.023962 0.014995 0.000989 0.000844 -0.001662 -0.012085 0.014667 -0.019313 -0.013033 0.008431 0.019422 0.013463 -0.006975 -0.012946 0.030578 -0.03542 0.021047 0.012017 -0.011899 -0.005562 -0.013542 0.025716 -0.014767 -0.036173 -0.008979 -0.011079 -0.032749 -0.013633 0.023991 -0.006635 0.007666 -0.005261 -0.007822 -0.010074 0.021287 0.016989 -0.046335 -0.003852 0.012861 0.02205 -0.033657 -0.03223 -0.003554 0.032902 -0.030775 0.016548 -0.005659 -0.011547 -0.032423 -0.010814 0.018018 0.016879 0.001694 0.015685 0.019102 -0.003767 -0.003134 0.03498 -0.022842 -0.008496 -0.004294 0.005931 0.004401 0.064594 0.020682 -0.022759 0.004023 -0.001726 -0.010906 0.003311 -0.009461 0.014707 -0.013923 -0.005143 -0.003381 0.010299 -0.011028 -0.010564 0.00098 0.000949 -0.011404 -0.02916 -0.031446 -0.020308 0.000905 -0.033976 0.030311 0.010251 0.016109 0.024927 -0.015815 0.020226 0.008578 -0.001527 0.032685 -0.002002 0.037829 0.046263 0.017382 0.015469 0.004787 -0.032081 -0.021613 -0.01014 0.002011 0.01299 -0.01887 0.002103 0.000834 -0.014952 0.02534 -0.018694 -0.015091 -0.016731 -0.023478 -0.016828 0.008098 -0.003912 0.025401 0.009695 0.007944 -0.00237 0.008904 0.007638 0.00383 0.003957 0.046965 -0.048071 -0.005073 -0.016644 0.01424 0.015715 -0.030091 -0.00173 0.005533 -0.008879 -0.016917 -0.0312 0.010332 -0.041698 0.024878 -0.059087 -0.007248 -0.004245 0.012944 0.031145 0.00376 0.007095\nầ 0.038593 -0.002057 -0.053548 0.03945 0.028866 0.028407 0.035743 -0.032044 -0.030351 -0.027412 0.049303 -0.037672 -0.016277 0.005853 0.012463 -0.004775 0.026897 -0.037074 -0.010367 -0.030593 -0.028493 0.007668 -0.007706 0.021979 -0.019255 0.024054 0.005769 0.00605 0.028835 -0.008869 0.018309 -0.033402 0.019872 -0.005954 0.036848 0.008111 -0.03641 0.018471 -0.00884 0.037184 -0.012333 0.013108 -0.027413 -0.000457 -0.035356 -0.054032 0.044721 -0.005189 0.018472 0.030522 0.016233 0.038735 0.037646 -0.040987 0.061962 0.002553 -0.024434 0.033349 -0.020845 0.008547 -0.025674 -0.038636 -0.012325 -0.000335 0.008896 0.006577 0.046664 -0.02095 0.036533 0.012821 -0.037889 -0.012588 0.042863 0.013604 -0.046591 0.034202 0.000245 0.035158 -0.019213 -0.014897 0.011387 0.000599 0.011492 0.036546 -0.033232 -0.056308 -0.014946 -0.020432 -0.007603 -0.028501 0.009195 0.042502 -0.014267 -0.025462 -0.002212 -0.015876 -0.009504 -0.012669 -0.003961 -0.023912 -0.021664 0.027432 -0.003559 -0.02043 0.032763 -0.00566 -0.016641 -0.009997 0.057854 0.000211 0.020415 0.027939 -0.003246 -0.011617 0.020599 0.005802 -0.020525 -0.000336 -0.006175 -0.045943 -0.005837 -0.006886 0.060754 0.025868 0.031373 0.020542 -0.016832 -0.013364 -0.015511 -0.000499 -0.01177 -0.004139 -0.029225 0.01367 -0.012204 0.019707 -0.032456 0.031618 0.015022 0.041499 -0.017557 0.003763 0.038379 0.028111 -0.038291 -0.028707 0.042535 -0.00653 -0.020313 -0.037624 -0.0097 -0.001818 0.025303 0.034519 -0.006736 0.011379 0.010039 -0.021776 -0.003353 -0.038663 -0.004519 -0.005386 0.018693 0.005173 -0.025456 -0.013782 0.027505 -0.033524 0.023271 0.019501 -0.046348 -0.03575 -0.021525 0.015663 -0.037966 -0.01005 0.017659 0.013422 -0.009638 -0.042558 0.046449 0.006398 -0.008404 -0.010156 -0.007398 0.004054 0.002015 0.005441 -0.058273 -0.026044 0.012495 0.030063 -0.040925 -0.012968 -0.02962 0.035127 0.006854 -0.00178 0.013484 0.002 -0.054701 -0.041792 0.009039 0.036517 0.042787 -0.00637 0.017768 -0.009298 -0.014083 0.016914 -0.039627 0.011522 0.012671 -0.003387 0.018334 0.048231 0.018967 -0.014099 0.015546 0.020958 0.030071 0.02089 -0.001381 -0.022533 -0.014169 -0.015554 0.024796 0.001961 0.006484 -0.008516 0.003426 -0.019456 -0.025926 -0.04607 -0.038755 0.016916 -0.00817 -0.048186 0.034573 0.020439 -0.012996 0.054351 -0.016641 0.008549 0.001999 -0.021042 0.034515 0.003983 0.03157 0.063586 0.006319 0.013783 0.010582 -0.054996 -0.025645 -0.002614 -0.009826 0.035696 -0.013453 -0.040653 0.005576 0.01263 -0.00249 -0.035532 -0.041775 -0.041375 -0.030917 -0.004577 -0.010878 0.010289 0.010879 -0.015515 0.005861 -0.001596 0.032977 -0.017477 0.008591 0.03922 0.036393 -0.05362 -0.003152 -0.002296 0.00281 0.023471 -0.043058 0.007788 -0.009843 -0.002973 -0.040046 -0.00025 0.026003 -0.038629 0.011527 -0.05255 -0.011699 0.019477 0.003433 -0.000607 0.044706 -0.012982\nᠨ 0.031868 -0.000332 -0.02835 0.007685 0.010063 0.023804 -0.013487 0.003246 -0.014084 -0.026127 0.010962 0.004474 -0.003086 -0.019015 0.021245 -0.007754 0.007448 -0.011754 -0.00966 -0.026926 -0.015168 -0.006162 0.00346 -0.002444 -0.007273 0.012682 -0.010425 -0.008068 -0.012569 -0.02731 0.013499 -0.032521 -0.013124 -0.026502 -0.000416 0.001255 -0.016189 0.030166 0.003066 0.01132 -0.022641 -0.002721 -0.000116 -0.010195 -0.013885 -0.016273 0.021059 -0.00434 -0.007629 0.022371 0.007209 0.033507 0.021848 -0.019333 0.032061 0.004256 0.001525 0.013962 -0.005532 0.02541 -0.028582 -0.021794 -0.021125 -0.00299 0.017391 0.019832 0.025748 -0.012327 0.026176 0.009884 -0.042021 -0.00434 0.018606 0.021576 -0.039267 0.009557 -0.026656 0.01657 -0.030256 -0.005482 0.00792 0.00891 0.007617 0.00699 -0.010621 -0.029962 0.007413 0.001595 -0.008267 -0.00923 -0.008118 0.008442 0.01838 -0.01336 0.010351 -0.004362 0.001339 -0.0317 -0.005614 -0.004069 -0.015638 0.006697 0.005107 -0.023734 0.007773 -0.005471 -0.010641 0.00174 0.023251 -0.003272 0.025376 0.016864 0.011664 -0.013731 0.010982 -0.008016 -0.005452 0.006082 -0.010599 -0.017715 0.018063 -0.012627 0.026786 0.014401 0.039955 0.008285 -0.003398 -0.008773 -0.005842 -0.012601 -0.017542 0.003261 -0.007319 0.019909 -0.009935 0.020358 -0.025741 0.008796 0.019474 0.032703 -0.002287 -0.004763 0.001295 0.020465 -0.022352 -0.035763 0.053628 0.01119 -0.002039 -0.023894 0.006202 0.013484 0.024548 0.020882 -0.008024 0.006732 0.00153 -0.001915 0.014322 -0.014957 -0.01945 0.009786 0.013362 0.006644 -0.015009 -0.01823 0.008591 -0.015567 0.016399 0.017931 -0.01412 -0.009389 -0.007969 0.02949 -0.002549 -0.018139 -0.003866 -0.005023 -0.032109 -0.014134 0.014188 -0.009076 0.009867 -0.006029 -0.003138 -0.013801 0.007489 0.011667 -0.033043 -0.002862 0.019278 0.026479 -0.020028 -0.021627 0.009401 0.040317 -0.017522 0.01322 0.002615 -0.005885 -0.027671 -0.018282 0.011475 0.025031 0.006159 0.021799 0.009161 -0.014158 -0.001441 0.027342 -0.014477 -0.011403 0.000897 0.012707 0.001102 0.041943 0.003123 -0.015323 -0.00491 0.003828 -0.003036 0.00986 -0.005074 0.008448 -0.010473 -0.001081 0.003185 0.007082 -0.017892 -0.010729 -0.000514 -0.005482 -0.001216 -0.01529 -0.034076 -0.012076 -0.015196 -0.021585 0.014057 0.010067 -0.007428 0.013735 -0.013281 0.015773 0.009354 -0.011333 0.030236 -0.006812 0.037071 0.036149 0.02166 0.016041 -0.003758 -0.016611 -0.017943 -0.017845 -4.4e-05 0.022147 -0.014666 0.002323 0.002168 -0.004686 0.019898 -0.021876 -0.024399 -0.020585 -0.027065 -0.016528 0.002325 0.002037 0.009325 -0.006412 0.014867 -0.008054 0.010762 0.008331 0.006393 0.008499 0.033953 -0.032481 -0.006392 -0.016103 0.002018 0.008571 -0.012435 -0.007875 0.026941 -0.001519 -0.015266 -0.016835 -0.007309 -0.02799 0.019719 -0.050845 -0.002627 0.00091 -0.002922 0.022898 0.009651 0.001905\nҫ 0.032846 0.000336 -0.073447 0.061615 0.022884 0.060479 0.031764 0.014677 -0.069597 -0.051771 0.075374 0.01403 0.008259 -0.070295 0.109618 -0.005484 -0.000259 -0.064995 -0.019752 -0.06048 -0.023138 0.023886 0.006994 0.050193 0.008925 0.020512 -0.025129 -0.021872 -0.03047 -0.05251 0.065823 -0.0478 -0.027234 -0.078908 0.04207 0.024268 -0.107763 0.042086 0.013285 0.004526 -0.043438 0.041365 -0.013558 -0.016005 -0.055059 -0.072595 0.020624 -0.011001 -0.02276 0.037522 -0.006704 0.096332 0.072738 -0.059456 0.065333 0.018278 0.01992 0.059269 -0.068146 0.040567 -0.055479 -0.042535 -0.03834 -0.052085 0.029881 0.02091 0.056742 -0.001697 0.065965 0.013336 -0.074982 -0.019866 0.066866 0.055967 -0.080974 -0.000394 -0.064727 0.037996 -0.006601 -0.039175 -0.002196 -0.007596 -0.033254 0.017449 -0.00179 -0.122662 0.019321 0.01276 -0.046846 -0.013644 0.001799 0.055677 -0.015313 -0.011106 0.000854 -0.010324 0.019865 -0.077004 0.01055 -0.041581 -0.011558 -0.005651 0.048654 -0.067965 0.037865 -0.022962 -0.038509 0.011745 0.057213 0.011014 0.106145 0.038453 0.051053 -0.005158 0.011973 -0.010325 -0.059187 0.022439 -0.014016 -0.078589 0.051534 0.059776 0.111231 0.032923 0.022364 0.026621 -0.01961 -0.019502 -0.018386 -0.073029 -0.00591 -0.022156 -0.062554 0.021834 -0.032932 0.029482 -0.032767 0.01553 0.008323 0.071548 -0.015678 0.00949 0.020681 0.076099 -0.065628 -0.091595 0.116759 0.022063 -0.027715 -0.088563 -0.029145 0.041823 0.047798 0.063517 -0.026916 0.06719 0.014391 -0.038602 0.001378 -0.028457 0.010324 0.027035 0.022366 -0.017408 0.004007 -0.013949 -0.00504 -0.0557 0.043162 0.048902 -0.056901 -0.012553 -0.01081 0.02612 -0.026418 -0.020549 -0.049685 0.015811 -0.043836 -0.035108 0.110796 -0.027733 0.004778 0.003188 0.00157 -0.013879 0.013037 -0.02178 -0.145615 0.005082 0.009632 0.066173 -0.072482 -0.097609 -0.003964 0.068348 -0.045049 -0.0157 0.005438 6.3e-05 -0.066795 -0.084424 0.012993 0.062046 -0.004113 -0.012044 0.053554 -0.051663 -0.030061 0.060794 -0.033565 0.003824 -0.007828 0.034484 -0.0015 0.093216 -0.054091 -0.075595 0.023889 0.030661 0.018318 0.012783 -0.031806 -0.005334 -0.056646 -0.022589 -0.033529 0.053924 -0.033393 -0.05326 0.017327 0.016405 0.022242 -0.044993 -0.099403 0.02581 -0.039336 -0.041703 0.073558 0.067082 0.024321 0.017402 -0.013242 0.031484 0.016952 -0.026132 0.084715 -0.017446 0.030121 0.089028 0.012088 -0.006357 0.005901 -0.058725 -0.039882 -0.027205 0.016848 0.001039 -0.03163 -0.056508 0.028394 -0.002903 0.063851 -0.050719 -0.066617 0.00565 -0.019164 -0.031534 0.014374 0.013549 0.048232 0.025373 0.007911 0.016742 0.011608 -0.027193 -0.004155 0.038255 0.08332 -0.100707 -0.0084 -0.04558 0.031359 0.035978 -0.100425 0.009776 -0.022188 -0.01558 -0.048524 -0.055417 0.002636 -0.08061 0.027393 -0.112833 -0.012494 0.005113 0.040158 0.052776 0.071971 0.022703\nج 0.029052 0.003586 -0.04389 0.019215 0.006592 0.030006 0.004302 -0.007638 -0.019446 -0.027863 0.029754 0.012316 -0.010714 -0.016154 0.025282 -0.003168 0.008959 -0.018251 -0.010373 -0.038637 -0.01532 0.003029 0.004248 0.008598 0.001776 0.017755 -0.006159 -0.009514 -0.012054 -0.027373 0.020116 -0.029179 -0.012977 -0.036844 0.008703 0.010259 -0.033207 0.034143 0.007459 0.018764 -0.027862 0.007612 0.002087 0.001351 -0.022078 -0.019192 0.033267 -0.002326 -0.001459 0.012441 0.003601 0.043522 0.029736 -0.025363 0.036933 0.00524 -0.002918 0.019025 -0.01196 0.023218 -0.027789 -0.02303 -0.006618 -0.013906 0.015066 0.020641 0.035172 -0.009213 0.031984 0.017396 -0.048708 -0.006485 0.021807 0.018197 -0.038521 0.001141 -0.028636 0.022032 -0.032387 -0.016718 0.0098 -0.00158 0.004331 0.009984 -0.016527 -0.043282 0.004532 -0.001696 -0.013314 -0.004228 -0.004551 0.019619 0.007618 -0.005514 0.01496 -0.004652 -0.000335 -0.030815 -0.000141 -0.005002 -0.018372 0.005103 8.3e-05 -0.026741 0.012774 -0.010849 -0.013862 0.012368 0.029219 -0.007267 0.041426 0.017479 0.020094 -0.014853 0.007155 -0.000299 -0.008117 0.00231 -0.015862 -0.037664 0.020438 -0.000345 0.033585 0.019908 0.028978 0.01273 -0.012131 -0.010256 -0.009895 -0.015532 -0.011286 0.000244 -0.011961 0.025486 -0.017185 0.012388 -0.028758 0.003074 0.011508 0.038709 -0.000462 -0.006441 0.010992 0.022452 -0.027122 -0.042924 0.043162 0.009883 0.000855 -0.039833 0.006957 0.005239 0.028724 0.025443 -0.001138 0.004773 0.001598 -0.022425 0.015744 -0.019952 -0.02062 0.011017 0.019241 0.015739 -0.012835 -0.017452 0.016501 -0.020961 0.017596 0.014571 -0.021544 -0.016706 -0.009411 0.033977 -0.014646 -0.022974 -0.008435 -0.012691 -0.033425 -0.01862 0.029569 -0.011627 0.006955 -0.012497 -0.001963 -0.017065 0.002742 0.019963 -0.045815 0.003965 0.012139 0.023853 -0.031773 -0.029609 0.003124 0.035396 -0.020517 0.013309 0.000507 0.001499 -0.026868 -0.027362 0.018719 0.020862 0.014672 0.014396 0.010549 -0.012797 -0.006564 0.035724 -0.018378 -0.005034 -0.010617 0.015557 -0.001698 0.059504 0.007177 -0.019459 0.00949 -0.00396 -0.004966 0.007482 -0.001162 0.00313 -0.021987 -0.001056 -0.001534 0.016506 -0.004393 -0.022211 -0.003922 -0.000773 -0.005505 -0.021631 -0.026011 -0.004221 -0.012862 -0.028121 0.020632 0.01974 0.006557 0.014931 -0.020411 0.007958 0.00647 -0.004892 0.031986 -0.003351 0.035844 0.043763 0.021532 0.006534 -0.004081 -0.033476 -0.025301 -0.020141 -0.002768 0.019236 -0.024276 -0.006375 0.003983 -0.012599 0.029129 -0.025765 -0.02657 -0.018801 -0.031636 -0.013279 0.006234 -0.000878 0.014479 0.00074 0.011954 -0.00415 0.010275 -0.001298 -0.002768 0.014556 0.041615 -0.044918 -0.004423 -0.018211 0.014462 0.011319 -0.018864 -0.003107 0.020143 -0.008211 -0.018707 -0.016329 0.006588 -0.034614 0.009112 -0.059471 -0.005875 0.005245 0.011497 0.011957 0.017192 0.001201\nන 0.027801 0.008395 -0.055069 0.019956 0.011034 0.038791 -0.003022 -0.005858 -0.020249 -0.027614 0.043638 0.021725 -0.011482 -0.034228 0.037156 -0.012714 0.010586 -0.016753 -0.003346 -0.047682 -0.020964 -0.010986 0.015668 0.000739 -0.000623 0.010027 0.001158 -0.021976 -0.011882 -0.021466 0.019911 -0.032002 -0.020041 -0.03763 0.012973 0.009883 -0.033203 0.037918 -0.00143 0.029999 -0.030993 0.013747 0.004263 -4.2e-05 -0.034742 -0.014308 0.039092 0.000279 0.00188 0.015663 0.00189 0.052428 0.03068 -0.027042 0.045642 0.003518 -0.002447 0.019239 -0.011386 0.021491 -0.036703 -0.029066 -0.00089 -0.017704 0.01553 0.016694 0.045581 -0.012038 0.044497 0.012318 -0.05845 -0.007244 0.022188 0.013692 -0.048452 -0.000718 -0.02368 0.022641 -0.036331 -0.01208 0.008999 -0.005523 -0.004371 0.007907 -0.021679 -0.047239 0.005352 -0.007758 -0.020084 -0.017767 -0.011569 0.020872 0.009034 -0.011803 0.013448 -0.005139 -0.007432 -0.029889 -0.011759 0.002197 -0.026234 0.000317 0.005842 -0.031075 0.018244 -0.000161 -0.017744 0.008814 0.040834 -0.013369 0.03338 0.023722 0.022518 -0.014768 0.009201 0.001969 -0.007238 0.008328 -0.016551 -0.042886 0.026474 -0.002879 0.02863 0.025802 0.026909 0.020325 -0.017614 -0.015527 -0.009416 -0.018256 -0.018691 -0.000648 -0.010894 0.037739 -0.019804 0.014365 -0.024027 0.010054 0.007779 0.042067 -0.000507 -0.008403 0.015609 0.025729 -0.038439 -0.046884 0.066528 0.019 0.000336 -0.046823 0.011408 0.016017 0.035348 0.015017 -0.006443 0.005898 0.009754 -0.025564 0.019351 -0.021985 -0.031884 0.003168 0.019827 0.013896 -0.018628 -0.012747 0.024113 -0.016562 0.027153 0.020428 -0.017897 -0.022706 -0.0078 0.028168 -0.013369 -0.031642 -0.013446 -0.010827 -0.03537 -0.018079 0.033659 -0.011642 0.0081 -0.014915 -0.009774 -0.019787 0.003035 0.017327 -0.043243 -0.003694 0.015642 0.020589 -0.042507 -0.032906 0.006607 0.048958 -0.019606 0.010459 0.002813 0.002039 -0.038021 -0.028812 0.004962 0.03192 0.020798 0.019222 0.012715 -0.010759 -0.008275 0.035016 -0.016673 -0.006481 -0.012554 0.004036 -0.00324 0.059724 0.015964 -0.017575 0.009008 0.003598 -0.00254 -0.002586 0.003607 0.011362 -0.024448 -0.0044 0.004146 0.02642 -0.002093 -0.018792 -0.003542 -0.00064 -0.008187 -0.024171 -0.042658 -0.01476 -0.013065 -0.03987 0.027815 0.011998 0.003092 0.026473 -0.024151 0.00552 -0.002517 -0.0078 0.022992 -0.00252 0.043786 0.055694 0.035891 0.005363 -0.00326 -0.038498 -0.031025 -0.023244 -0.003608 0.019776 -0.03489 -0.005202 -0.005661 -0.022007 0.035707 -0.030239 -0.02654 -0.018187 -0.031134 -0.012884 0.007421 0.002764 0.021102 0.001329 0.027154 -0.000609 0.016153 0.005883 -0.002132 0.0101 0.048797 -0.052052 0.004119 -0.019504 0.018848 0.015749 -0.009189 -0.002755 0.020012 -0.009108 -0.028077 -0.00516 0.005882 -0.049577 0.008979 -0.071574 -0.00366 0.012582 0.008729 0.020673 0.019464 0.013152\nర 0.043151 -0.000106 -0.06317 0.032034 0.020099 0.050676 0.005626 -0.005435 -0.018259 -0.029559 0.048295 0.006216 -0.02005 -0.022829 0.038982 -0.002353 0.018144 -0.038607 -0.003761 -0.051777 -0.018064 0.003727 -0.007932 0.019486 -0.006546 0.033664 -0.019929 -0.017487 -0.009659 -0.020985 0.030809 -0.030572 -0.019151 -0.0482 0.017635 0.011064 -0.066773 0.054241 0.004711 0.030923 -0.037439 0.020867 -0.004305 0.007189 -0.029799 -0.020062 0.058126 0.003455 0.000633 0.009214 0.013044 0.060929 0.049732 -0.055062 0.058424 0.012438 -0.014462 0.037076 -0.023336 0.037162 -0.04407 -0.030576 -0.021742 -0.02699 0.005791 0.031983 0.036978 -0.027341 0.038184 0.027297 -0.05873 -0.01413 0.027655 0.003592 -0.068872 -0.00044 -0.036148 0.033916 -0.030918 -0.007837 0.004563 0.011716 -0.007199 0.027183 -0.032451 -0.070315 0.007286 9.1e-05 -0.031982 -0.004794 -0.008708 0.036317 0.011794 -0.015324 0.020106 -0.00861 -0.003911 -0.046234 0.011311 -0.009326 -0.017753 -0.012104 0.003905 -0.033029 0.015828 -0.010988 -0.023366 0.011574 0.043242 -0.005757 0.056723 0.035213 0.033881 -0.019806 0.017357 0.008347 -0.010174 -0.014185 -0.007947 -0.057058 0.026555 0.004772 0.044744 0.01566 0.043533 0.012498 -0.020922 -0.024574 -0.005039 -0.014653 -0.016543 -0.003705 -0.024441 0.03948 -0.012777 0.035611 -0.042964 0.01598 0.00188 0.057415 -0.005207 -0.006119 0.013697 0.034796 -0.045014 -0.068461 0.05185 -0.003575 -0.001387 -0.039828 -0.000465 0.009211 0.037225 0.044817 -0.00071 0.000254 -0.000592 -0.025493 0.017071 -0.030788 -0.018256 0.011977 0.034341 0.005576 -0.008783 -0.016368 0.028553 -0.03247 0.02115 0.015339 -0.049481 -0.035407 -0.01307 0.05643 -0.042767 -0.037581 0.005641 -0.022957 -0.037888 -0.014398 0.04567 -0.015095 0.007049 -0.016889 -0.00803 -0.009852 -0.006858 0.021904 -0.080413 -0.000678 0.014633 0.036078 -0.053386 -0.042078 -0.002373 0.053548 -0.02222 0.014992 -0.001835 0.007027 -0.035548 -0.048469 0.02057 0.024719 0.024655 0.00975 0.019459 -0.014054 -0.003615 0.041448 -0.024436 -0.000445 -0.012173 0.026829 -0.000984 0.098448 0.010486 -0.022011 0.006705 -0.000487 0.004863 0.015622 -0.018142 0.004337 -0.020305 -0.001477 0.0059 0.009271 -0.000597 -0.032351 -0.014367 0.005965 -0.016226 -0.040425 -0.048075 -0.000541 -0.003032 -0.048744 0.036297 0.023378 0.013664 0.033228 -0.02431 0.016081 0.001913 -0.016744 0.053809 -0.007275 0.057389 0.07435 0.042101 0.004244 -0.000651 -0.05338 -0.050182 -0.015552 -0.006712 0.016691 -0.043993 -0.028364 0.013744 -0.016289 0.039061 -0.028717 -0.038766 -0.039561 -0.037542 -0.015533 0.011048 -0.005679 0.030175 -0.002176 0.00703 0.000241 0.02325 -0.005374 -0.003073 0.01346 0.050563 -0.06655 -0.01636 -0.021154 0.022462 0.015697 -0.032079 -0.004042 0.017455 -0.014205 -0.031974 -0.019616 0.021747 -0.057787 0.010086 -0.078152 -0.021716 0.011617 0.024636 -0.003816 0.039644 -0.005484\nவ 0.035468 0.003183 -0.064698 0.024941 0.022691 0.042492 0.009354 -0.01102 -0.03381 -0.041776 0.047595 0.020752 -0.006951 -0.038377 0.041039 -0.007569 0.006937 -0.024835 -0.008104 -0.060208 -0.01147 0.000409 0.011436 0.009402 -0.004708 0.021754 -0.003051 -0.009913 -0.018802 -0.044208 0.026551 -0.039912 -0.023241 -0.058932 0.016854 0.011594 -0.049611 0.05786 0.006175 0.027191 -0.045082 0.000578 -0.00036 0.000136 -0.045597 -0.031056 0.046009 -0.007044 -0.002692 0.025619 -0.00045 0.072392 0.051344 -0.035923 0.058008 0.004515 -0.019334 0.024482 -0.02077 0.02911 -0.046084 -0.04635 -0.003449 -0.017699 0.028062 0.027744 0.053661 -0.009727 0.048201 0.022724 -0.064129 -0.005047 0.022001 0.027268 -0.056314 0.008417 -0.0401 0.023992 -0.039636 -0.017406 0.016828 -0.005926 0.007855 0.016564 -0.02397 -0.062954 0.003129 -0.001979 -0.015183 -0.008382 -0.009796 0.029968 0.002204 -0.013156 0.016255 -0.001495 -0.004114 -0.040225 -9.9e-05 -0.005893 -0.02228 0.002646 0.001737 -0.036957 0.02677 -0.012175 -0.013029 0.007354 0.04059 -0.011998 0.056976 0.019616 0.034528 -0.023255 0.000172 -0.00761 -0.011939 -0.014864 -0.019334 -0.053752 0.035183 0.007451 0.043434 0.025634 0.043162 0.023322 -0.004904 -0.007162 -0.014557 -0.019505 -0.023763 -0.010957 -0.015796 0.036959 -0.031532 0.011354 -0.034033 0.000989 0.012964 0.064613 0.003206 -0.011486 0.01939 0.02666 -0.049299 -0.064414 0.070081 0.012756 0.010993 -0.051174 0.000844 0.016173 0.037281 0.031206 0.001365 0.009869 0.007288 -0.036146 0.022101 -0.032288 -0.026587 0.019606 0.027787 0.016807 -0.017888 -0.025091 0.038509 -0.0283 0.030895 0.020514 -0.03259 -0.027302 -0.011764 0.050626 -0.033398 -0.036764 -0.011463 -0.007068 -0.051074 -0.030036 0.047759 -0.006533 0.005827 -0.015065 -0.009267 -0.017009 0.007001 0.017247 -0.067328 0.010411 0.021679 0.028286 -0.04175 -0.058144 0.01125 0.05174 -0.031645 0.014681 0.000887 0.001972 -0.035878 -0.03421 0.016225 0.033963 0.014167 0.028028 0.020794 -0.012986 -0.006848 0.052516 -0.037542 -0.012883 -0.014095 0.018101 -0.002224 0.08184 0.014063 -0.02737 0.01653 -0.007836 -0.006937 0.006631 0.000111 0.006462 -0.023695 -0.013039 -0.011395 0.029806 -0.018575 -0.029955 -0.009939 -0.003409 -0.014373 -0.03474 -0.048037 -0.008191 -0.016862 -0.04581 0.033729 0.030466 0.009661 0.035436 -0.026998 0.021711 -0.000911 -0.001949 0.038625 -0.007987 0.060305 0.077266 0.029852 0.002499 0.003419 -0.046756 -0.03926 -0.021163 0.002752 0.033791 -0.030906 -0.020581 -0.004734 -0.030818 0.05178 -0.02736 -0.043443 -0.028865 -0.047166 -0.026223 0.019135 -0.001966 0.03293 0.004137 0.007386 0.002738 0.019506 0.007607 -0.000952 0.024939 0.06505 -0.073257 0.005283 -0.021108 0.024357 0.016353 -0.008264 -0.004502 0.023007 -0.003283 -0.029848 -0.021733 0.008287 -0.047319 0.013655 -0.092751 -0.007453 -0.004857 0.021772 0.019774 0.024426 0.009808\nး 0.029208 -0.004432 -0.031819 0.014571 0.00851 0.039364 0.006434 -5.7e-05 -0.01573 -0.028874 0.034416 0.009051 -0.011508 -0.015509 0.038477 -0.006452 -0.000738 -0.016228 -0.000928 -0.041708 -0.019976 -0.002352 -0.001858 0.004599 -0.003129 0.008034 -0.019292 -0.012624 -0.008596 -0.027683 0.021827 -0.022589 -0.016354 -0.028485 0.009695 0.013418 -0.024857 0.033922 -0.002377 0.014428 -0.031903 0.012212 0.003775 -0.005506 -0.025077 -0.016889 0.022538 -0.004274 -0.004608 0.012638 -0.001235 0.034858 0.026819 -0.035046 0.036781 0.008155 -0.005296 0.019203 -0.013941 0.013921 -0.040175 -0.023276 -0.005172 -0.00606 0.006392 0.016377 0.043727 -0.012693 0.033699 0.022668 -0.05014 -0.012287 0.013478 0.022717 -0.042116 -0.000127 -0.026434 0.01736 -0.041722 -0.007269 0.012566 -0.002601 -0.004382 0.011591 -0.021627 -0.04649 0.007466 0.000159 -0.009504 -0.001247 -0.000323 0.02587 0.008446 -0.016082 0.02093 -0.01082 0.002715 -0.037161 -0.003033 -0.004278 -0.031692 0.003575 0.001623 -0.025148 0.012411 -0.005087 -0.009928 0.005715 0.031468 -0.005604 0.038571 0.019897 0.019893 -0.01328 0.010899 -0.006364 -0.009807 -0.006962 -0.016754 -0.034122 0.016833 0.006556 0.031221 0.027112 0.035662 0.000468 -0.000804 -0.003157 -0.011131 -0.018921 -0.012034 0.000498 -0.015805 0.027151 -0.012435 0.009752 -0.027126 0.019194 0.003796 0.04091 -0.004626 -0.007066 0.008159 0.019924 -0.036796 -0.054389 0.052381 0.002984 0.005668 -0.041984 0.009151 0.010818 0.036581 0.016297 -0.000917 0.002471 -0.002694 -0.024231 0.01273 -0.023451 -0.02229 0.014328 0.025451 0.010703 -0.014223 -0.016134 0.019628 -0.017543 0.022997 0.020482 -0.013444 -0.02162 -0.011512 0.025879 -0.02467 -0.026342 0.009723 -0.011841 -0.04979 -0.015786 0.026409 -0.006874 0.009395 -0.009511 -0.008783 -0.017157 -0.00062 0.023855 -0.038805 -0.001276 0.008895 0.028297 -0.03981 -0.029373 -0.003083 0.04271 -0.023536 0.016958 -7.7e-05 -0.005165 -0.037149 -0.031618 0.007604 0.023766 0.020929 0.00916 0.012277 -0.008087 -0.006935 0.03672 -0.02265 -0.001367 -0.006692 0.020342 -0.001447 0.050959 0.012206 -0.027135 0.00298 0.002103 0.00066 0.005336 -0.000619 0.001223 -0.025314 0.000333 -0.010446 0.018182 -0.002329 -0.016004 -0.014062 -0.000774 -0.008816 -0.037815 -0.035704 -0.002803 -0.007851 -0.032839 0.024499 0.009895 0.002075 0.032343 -0.014654 0.006873 -0.005991 -0.005897 0.018305 -0.004384 0.03618 0.050047 0.01721 0.007455 0.000324 -0.035722 -0.024358 -0.010963 -0.0068 0.021538 -0.024835 -0.005857 0.004196 -0.010145 0.028205 -0.02455 -0.029213 -0.031888 -0.040435 -0.009472 0.002914 0.005137 0.019847 0.00464 0.014664 -0.002895 0.020894 0.004186 0.005751 0.016398 0.04885 -0.050456 0.001488 -0.005669 0.010881 0.025035 -0.011198 -0.017857 0.013511 -0.008334 -0.02166 -0.012751 0.006175 -0.035822 0.007094 -0.060982 -0.019033 0.010773 0.005796 0.018184 0.014233 -0.003142\nׁ 0.044703 0.005354 -0.081984 0.040753 0.031573 0.06491 0.014424 0.007763 -0.027498 -0.048464 0.046137 0.02176 -0.003732 -0.053546 0.052793 -0.004373 0.006867 -0.043961 -0.023343 -0.076243 -0.026534 -0.003228 0.001046 0.023296 0.012208 0.041239 -0.015126 -0.011488 -0.021611 -0.039612 0.03515 -0.049791 -0.027517 -0.07925 0.015295 0.015423 -0.067769 0.066034 0.020817 0.050683 -0.054785 0.013464 -0.003177 0.009311 -0.042267 -0.048963 0.069871 -0.008914 -0.009005 0.045252 0.011081 0.101924 0.060864 -0.054377 0.076157 0.017107 -0.008631 0.041983 -0.015183 0.05284 -0.035445 -0.05353 -0.010925 -0.028369 0.030681 0.028983 0.048561 -0.017684 0.05617 0.026209 -0.07365 -0.010654 0.027282 0.029542 -0.086087 0.020111 -0.048388 0.037701 -0.045662 -0.034902 0.035519 0.005286 -0.007541 0.038848 -0.042297 -0.092794 0.009907 -0.000492 -0.037597 -0.011323 -0.012936 0.050106 -0.002669 -0.044898 0.022312 -0.023627 0.004407 -0.063331 -0.003037 -0.017946 -0.017038 -0.003743 -0.002846 -0.04663 0.029741 -0.013474 -0.014607 0.014837 0.060667 -0.003579 0.063594 0.026899 0.032297 -0.017776 0.012093 0.009864 -0.028626 0.008555 -0.024834 -0.083208 0.026974 0.003212 0.07444 0.036416 0.06007 0.01745 -0.020952 -0.030258 -0.032539 -0.021258 -0.039889 0.004051 -0.031412 0.047625 -0.043145 0.02929 -0.044223 0.008986 0.012267 0.079223 -0.011126 -0.005528 0.028069 0.052379 -0.056797 -0.08021 0.065159 -0.005216 0.005418 -0.066129 0.003255 0.025035 0.048477 0.048085 -0.006225 0.009432 -0.002888 -0.030448 0.025454 -0.036891 -0.028695 0.026367 0.024845 0.021586 -0.023209 -0.02907 0.034895 -0.042876 0.030194 0.048471 -0.048549 -0.035936 -0.022347 0.064633 -0.030029 -0.045668 -0.018012 -0.006949 -0.057861 -0.03799 0.057031 -0.001902 0.003414 -0.003804 -0.015083 -0.024885 -0.000539 0.031023 -0.113664 -0.004781 0.012938 0.04584 -0.05121 -0.058264 -0.005211 0.072999 -0.02636 0.017654 0.00666 0.002344 -0.06938 -0.063842 0.019105 0.035303 0.036138 0.010428 0.035188 -0.013512 -0.006485 0.064431 -0.055902 -0.004932 -0.013741 0.029659 0.004879 0.112762 0.00093 -0.034733 -0.004666 0.000147 -0.005891 0.020757 -0.013938 0.004595 -0.041921 -0.001631 0.004127 0.017619 -0.024164 -0.021027 -0.00409 0.004699 -0.014371 -0.056524 -0.054094 -0.003911 -0.027838 -0.056908 0.060842 0.053192 0.011783 0.044575 -0.027322 0.029871 0.01572 -0.029094 0.079022 -0.017386 0.058244 0.089986 0.045151 0.018575 0.008153 -0.084273 -0.055544 -0.02783 0.003434 0.029282 -0.036341 -0.039365 0.020425 -0.008489 0.048676 -0.034477 -0.063391 -0.031743 -0.056368 -0.019428 0.011672 -0.000983 0.046133 -0.011493 0.010676 -0.007741 0.025473 0.016364 0.009773 0.031965 0.075344 -0.085927 -0.013342 -0.030711 0.023264 0.029612 -0.041894 0.006038 0.031702 -0.02973 -0.032741 -0.027393 0.025863 -0.070765 0.020548 -0.105967 -0.02164 0.014141 0.027102 0.018145 0.046114 0.002646\nр 0.037491 0.005564 -0.050615 0.022236 0.014505 0.034923 0.005161 -0.001756 -0.01692 -0.031154 0.041773 0.011811 -0.011447 -0.029186 0.036892 -0.012312 0.007019 -0.024279 -0.013257 -0.046171 -0.014276 0.001883 0.006254 0.014457 0.005241 0.022949 -0.008373 -0.011843 -0.01833 -0.026804 0.02081 -0.037271 -0.016038 -0.04079 0.011544 0.016834 -0.045713 0.042537 0.006174 0.018948 -0.033937 0.012903 0.003473 0.002482 -0.029908 -0.025029 0.038491 -0.002004 -0.003654 0.01903 0.013048 0.055132 0.032921 -0.035932 0.043264 0.012342 -0.001523 0.022789 -0.009105 0.028165 -0.031983 -0.028145 -0.008514 -0.018797 0.017051 0.023056 0.035398 -0.015204 0.029698 0.018059 -0.052111 -0.007795 0.02102 0.016079 -0.054416 0.001247 -0.034852 0.031719 -0.030237 -0.013566 0.014727 -0.001296 6.7e-05 0.023825 -0.023429 -0.054951 0.003489 0.002488 -0.02494 -0.003895 -0.009012 0.024908 0.0062 -0.017637 0.016713 -0.007241 0.00204 -0.038733 -0.002533 -0.006029 -0.017963 -0.001951 -0.003223 -0.030838 0.018736 0.000158 -0.015251 0.010465 0.037933 -0.003523 0.049779 0.02502 0.022473 -0.012276 0.013496 0.006487 -0.013391 0.001021 -0.013995 -0.042696 0.023288 0.005062 0.040968 0.028682 0.032758 0.007868 -0.009486 -0.024926 -0.01203 -0.018675 -0.018613 -0.004113 -0.01449 0.028681 -0.023388 0.013419 -0.027071 0.008186 0.010297 0.043661 -0.004483 -0.014582 0.012589 0.029613 -0.035838 -0.053101 0.045049 0.008108 0.004855 -0.043004 0.003948 0.003239 0.034089 0.029021 -0.008862 0.001608 -0.001604 -0.024658 0.01811 -0.020149 -0.020396 0.018738 0.017848 0.017194 -0.019974 -0.008541 0.024828 -0.024313 0.016936 0.02273 -0.026917 -0.026136 -0.01211 0.037265 -0.018592 -0.0292 -0.008453 -0.006306 -0.039783 -0.027626 0.035482 -0.010785 0.004903 -0.010861 -0.008899 -0.020272 0.003204 0.020144 -0.062371 0.006015 0.024317 0.029382 -0.030513 -0.040269 0.008415 0.040332 -0.014311 0.017706 0.004897 0.005062 -0.042841 -0.038099 0.01482 0.027765 0.017501 0.017205 0.009514 -0.013764 0.000789 0.03954 -0.02678 -0.005373 -0.007519 0.019432 -0.00308 0.071978 0.003623 -0.025748 0.007269 -0.007972 -0.00933 0.01067 -0.009419 0.006231 -0.0186 -0.007493 -0.00057 0.021949 -0.011309 -0.026839 -0.008293 0.000536 -0.005548 -0.031039 -0.040455 -0.003956 -0.006755 -0.040924 0.030473 0.026208 0.006458 0.023908 -0.023625 0.016197 0.007244 -0.009698 0.049048 -0.006884 0.044 0.054545 0.031333 0.004455 0.006229 -0.0464 -0.042994 -0.021153 -0.003092 0.024906 -0.029797 -0.011197 0.004247 -0.009897 0.029394 -0.027439 -0.027971 -0.021996 -0.032404 -0.021845 0.007445 -0.001265 0.014216 -0.004356 0.008272 -0.005041 0.014346 0.00731 0.003536 0.010933 0.040395 -0.052364 -0.003103 -0.023193 0.015154 0.014457 -0.021174 4.9e-05 0.018949 -0.013952 -0.021357 -0.016677 0.007672 -0.041753 0.008836 -0.065945 -0.011846 0.012662 0.014689 0.018466 0.01896 0.003135\n݂ 0.069649 0.032703 -0.10772 0.065466 0.006292 0.068975 -0.012645 0.013941 -0.052438 -0.065007 0.014423 0.00743 0.004527 -0.057698 0.064927 0.026244 0.010503 -0.043578 -0.027262 -0.047301 -0.028507 0.012989 0.023955 0.001469 -0.035077 0.015651 -0.038462 -0.035552 -0.065972 -0.039492 0.021479 -0.088199 -0.030129 -0.059835 0.030675 0.0331 -0.06614 0.06268 0.016933 0.039035 -0.057469 0.037029 -0.003246 0.018461 -0.032605 -0.045752 0.059644 -0.00981 0.009588 0.045039 0.002466 0.098149 0.08093 -0.045188 0.072234 0.004174 -0.002416 0.032735 -0.003095 0.052208 -0.035161 -0.056213 -0.038545 -0.007226 0.026933 0.020861 0.089968 -0.03892 0.076658 0.042421 -0.084704 -0.012625 0.056499 0.028513 -0.07991 0.024463 -0.073172 0.057102 -0.027052 -0.019429 -0.008486 0.005563 -0.025785 0.028145 -0.040918 -0.111574 0.003538 -0.059023 -0.054826 -0.023754 -0.037019 0.028823 0.035779 -0.021402 0.049172 -0.001152 0.011683 -0.06644 -0.019806 -0.0039 -0.018988 -0.005012 -0.035966 -0.066259 -0.001927 0.001273 -0.04255 0.016843 0.076198 -0.00624 0.08604 0.029399 0.030503 -0.049525 0.013309 -0.010878 -0.032586 0.009091 -0.020304 -0.078298 0.033361 -4.2e-05 0.081248 0.010232 0.054376 0.024665 -0.034359 -0.020651 -0.044908 -0.000717 -0.014555 0.001773 -0.038581 0.040403 -0.05802 0.0169 -0.04536 0.002382 0.008574 0.061964 -0.01423 -0.016107 0.037681 0.039843 -0.015346 -0.04781 0.075135 0.01033 0.017761 -0.059877 0.012551 0.017985 0.040472 0.048132 0.006279 0.010034 0.004009 -0.01191 0.025758 -0.032512 -0.045649 0.047761 0.045766 0.030227 -0.003984 -0.03386 0.023108 -0.019535 0.039067 0.049845 -0.074467 -0.038263 -0.034485 0.011906 -0.026018 -0.055733 -0.052866 -0.021837 -0.060344 -0.057186 0.057497 -0.014982 -0.002417 -0.010335 0.000433 -0.03841 0.002196 0.036695 -0.09911 0.020376 0.004267 0.036068 -0.067216 -0.078861 0.010077 0.069665 -0.023344 0.020635 -0.006553 0.01438 -0.069389 -0.05597 0.033756 0.04917 0.020664 0.038011 0.009364 -0.021333 -0.010526 0.098369 -0.072956 -0.009035 -0.034538 0.022068 -0.001086 0.141158 -0.008616 -0.057825 0.016427 0.008843 -0.03997 0.028688 -0.023284 0.01045 -0.039626 -0.003789 0.007821 0.054484 -0.05105 -0.056991 0.033716 0.016644 0.011245 -0.012961 -0.058931 0.012885 -0.041955 -0.048882 0.065599 0.042703 -0.016629 0.036987 -0.046214 0.01465 0.014904 -0.031274 0.050959 -0.005934 0.078573 0.078924 0.060134 0.038721 0.009581 -0.077216 -0.070138 -0.041419 0.000809 0.020599 -0.044005 -0.01268 0.020769 -0.04488 0.020668 -0.047271 -0.074901 -0.055467 -0.077929 0.007084 -0.003517 -0.006465 0.037857 0.028869 0.032493 -0.018269 0.038988 0.037666 0.00745 0.058197 0.060357 -0.110087 0.022904 -0.044384 0.013253 0.010534 -0.022686 0.014816 0.02746 -0.019137 -0.028856 -0.064593 0.013 -0.063263 0.055478 -0.090609 -0.000871 -0.013127 0.026915 0.03762 0.068752 0.019351\nυ 0.027879 -0.000704 -0.041137 0.024676 0.008393 0.036969 0.007035 -0.002154 -0.012397 -0.029989 0.035202 0.012016 -0.012772 -0.027687 0.032194 -0.010977 0.011747 -0.021808 -0.013793 -0.033308 -0.010947 0.00526 0.009194 0.01418 0.010957 0.018859 -0.008308 -0.011565 -0.012379 -0.019447 0.024731 -0.0332 -0.017809 -0.034573 0.012868 0.016499 -0.028517 0.037914 0.007573 0.017583 -0.030723 0.008767 -0.003186 0.008273 -0.022079 -0.022436 0.030157 0.00296 0.004025 0.008286 0.012491 0.044239 0.033858 -0.028592 0.040262 0.007117 0.002693 0.019562 -0.014115 0.023201 -0.027717 -0.026741 -0.00783 -0.017124 0.011649 0.020331 0.036158 -0.019021 0.027841 0.017576 -0.044062 -0.004363 0.023233 0.012099 -0.0453 0.002091 -0.034829 0.019554 -0.025558 -0.0143 0.01187 0.000218 -0.001763 0.018862 -0.017831 -0.047606 0.003871 -0.00182 -0.015809 0.004938 -0.003412 0.022977 0.000165 -0.005042 0.009677 -0.009737 -8.8e-05 -0.030196 -0.006302 -0.007886 -0.014428 0.002109 -0.003833 -0.030556 0.015161 -0.006147 -0.015565 0.011424 0.028352 -0.008622 0.042251 0.018328 0.0235 -0.013882 0.006911 0.005402 -0.002349 0.005468 -0.013581 -0.039598 0.024002 0.000479 0.03486 0.019238 0.030868 0.005218 -0.001423 -0.010254 -0.010194 -0.01391 -0.010897 0.001998 -0.018778 0.028079 -0.017016 0.011713 -0.025152 0.005437 0.003958 0.043115 -0.011273 -0.011663 0.009323 0.027166 -0.035965 -0.044552 0.040235 0.007295 0.002539 -0.043682 -0.002786 0.007391 0.033648 0.022361 0.001394 -0.002569 -0.001523 -0.021135 0.01363 -0.021741 -0.013117 0.013613 0.020342 0.016968 -0.01538 -0.013136 0.024069 -0.018828 0.019537 0.016365 -0.030086 -0.023334 -0.012935 0.036037 -0.011732 -0.024878 -0.006101 -0.009942 -0.035752 -0.014956 0.028521 -0.015691 0.003895 -0.005662 -0.004574 -0.011313 0.002301 0.017357 -0.055278 0.000825 0.016231 0.029588 -0.032317 -0.036079 0.00154 0.035776 -0.020602 0.014249 0.006773 0.001521 -0.030771 -0.030216 0.017405 0.024319 0.010986 0.009749 0.010283 -0.014075 -0.003439 0.031374 -0.012606 -0.008843 -0.011573 0.011879 -0.00208 0.06286 0.008 -0.01897 0.002016 -0.000984 -0.006312 0.010807 -0.012388 0.004671 -0.022671 -0.004046 0.002229 0.01355 -0.00813 -0.028137 -0.002945 0.001175 -0.002766 -0.017517 -0.028925 -0.002139 -0.016111 -0.030899 0.024448 0.030829 0.007561 0.021303 -0.021704 0.007895 0.008924 -0.00384 0.036358 -0.002268 0.03447 0.05124 0.023002 0.006356 -0.000285 -0.031049 -0.034607 -0.025564 -0.005514 0.015393 -0.025044 -0.010465 0.007536 -0.004415 0.025995 -0.022841 -0.028952 -0.014515 -0.025428 -0.020796 0.004647 -0.000871 0.018919 -0.006854 0.011659 -0.003846 0.00128 0.000828 -0.004918 0.018144 0.041424 -0.040521 -0.005949 -0.015909 0.013655 0.015379 -0.025089 -0.002332 0.014468 -0.004501 -0.017065 -0.017331 -4e-06 -0.036075 0.00858 -0.063731 -0.009014 0.005615 0.00859 0.008675 0.012862 0.000437\nെ 0.035135 -0.003812 -0.05944 0.032711 0.012524 0.038058 0.02207 -0.003732 -0.030942 -0.030545 0.044591 0.014702 -0.012829 -0.032605 0.033102 -0.010042 0.015868 -0.027527 -0.007788 -0.050745 -0.01732 0.005558 -0.000336 0.023999 0.012101 0.015786 -0.00027 -0.012231 -0.014432 -0.027514 0.017634 -0.033439 -0.033032 -0.053098 0.010891 0.021623 -0.043677 0.052629 0.007257 0.035211 -0.023072 0.022834 0.005715 -0.005666 -0.045149 -0.022294 0.039145 0.002055 0.001135 0.020711 0.009342 0.060535 0.047153 -0.04366 0.040333 0.00979 -0.008869 0.019609 -0.019498 0.039533 -0.041486 -0.03666 -0.008745 -0.026672 0.018047 0.038684 0.041984 -0.027179 0.041662 0.016977 -0.050074 -0.003355 0.018521 0.022284 -0.059012 -0.000489 -0.036508 0.039782 -0.045526 -0.018246 0.000614 0.000859 0.000372 0.012378 -0.025373 -0.071429 0.006228 -0.022548 -0.015618 -0.00365 -0.001691 0.028533 0.00961 -0.030729 0.015851 0.00053 0.005916 -0.049245 -0.004528 -0.00639 -0.027478 0.008773 0.004292 -0.041381 0.006594 -0.000971 -0.001346 0.001693 0.048612 -0.000341 0.056575 0.029848 0.041592 -0.026413 0.012072 0.00952 0.001311 -0.00964 -0.019786 -0.04133 0.028856 0.007031 0.053278 0.011201 0.040423 0.019458 -0.016802 -0.028667 -0.004336 -0.025757 -0.016802 0.011282 -0.018349 0.049093 -0.030312 0.030798 -0.045708 -0.008756 0.010263 0.047501 -0.002415 -0.016552 0.003763 0.03911 -0.04424 -0.048158 0.053292 0.014965 0.009396 -0.054224 0.005035 0.009342 0.052463 0.040248 0.001211 0.001341 -0.003997 -0.037415 0.02549 -0.029777 -0.018546 0.007947 0.031079 0.030199 -0.011494 -0.025638 0.038194 -0.030813 0.02749 0.025106 -0.030402 -0.030723 -0.026363 0.025226 -0.033823 -0.037757 -0.025201 -0.02023 -0.041148 -0.024037 0.033435 -0.008365 0.000285 -0.008095 -0.012649 -0.027515 0.004636 0.033295 -0.073626 -0.001374 0.015557 0.035245 -0.049507 -0.035261 0.003453 0.054786 -0.020229 0.01396 0.001985 -0.001557 -0.032419 -0.031194 0.026348 0.032893 0.021471 0.032327 0.008121 -0.026333 -0.00559 0.047495 -0.028874 0.006276 -0.011487 0.011024 -0.010345 0.095609 0.011471 -0.030483 0.007238 -0.02216 -0.0093 0.005269 -0.015071 0.007865 -0.021959 -0.006956 -0.01923 0.042808 -0.00152 -0.0308 -0.011466 0.00484 0.007315 -0.048897 -0.043459 -0.014044 -0.012881 -0.038798 0.030917 0.037569 0.018499 0.03911 -0.030529 0.000366 -0.006283 -0.010696 0.047134 -0.006391 0.038455 0.072077 0.021834 -0.003664 0.007121 -0.054314 -0.037717 -0.012436 0.008731 0.021453 -0.030514 -0.008748 0.003672 -0.015874 0.026654 -0.042873 -0.039239 -0.019452 -0.04837 -0.018938 0.013778 -0.002637 0.010372 0.00229 0.006232 -0.004699 0.008789 0.003812 -0.020914 0.005347 0.048918 -0.064881 -0.002832 -0.026611 0.022498 0.012409 -0.018146 0.009506 0.00473 -0.024053 -0.028202 -0.016165 0.003443 -0.052193 -0.004151 -0.077695 -0.01075 -6.2e-05 0.023642 0.0438 0.013566 0.008208\n៍ 0.009651 0.00518 -0.023446 -0.007198 0.031515 0.049716 0.018967 0.008722 -0.026551 -0.034488 0.101986 -0.016944 -0.012045 -0.016241 0.073391 -0.008706 0.001982 -0.015806 0.014576 -0.04122 -0.026407 -0.01128 -0.028909 -0.032382 -0.001734 0.039183 -0.049096 -0.029999 0.001164 -0.056635 0.023319 -0.041863 -0.023343 -0.043971 -0.006861 0.011186 -0.012571 0.046653 0.022939 0.00235 -0.026914 0.028827 0.009538 0.014884 -0.023766 -0.006394 0.056794 -0.010457 -0.020085 -0.001747 -0.010362 0.045388 0.039019 -0.02385 0.07127 -0.008473 -0.040078 0.074276 -0.006753 0.027292 -0.0436 -0.033814 -0.02603 0.021136 0.005607 0.030298 0.071822 -0.02095 0.030959 0.036914 -0.07391 -0.022548 0.03921 0.021616 -0.038396 0.009225 -0.043976 -0.003804 -0.048806 0.000236 0.020111 -0.012194 -0.040019 0.021684 -0.045585 -0.092358 -0.029682 0.009117 0.01001 0.021334 0.02355 0.045958 -0.022241 -0.00469 0.012947 0.024927 0.002749 -0.072281 -0.028773 -0.003311 -0.028933 -0.002206 -0.027841 -0.050525 0.007801 0.012429 -0.036819 0.060616 0.015844 -0.010054 0.07235 0.027195 0.010325 0.056656 0.003134 0.00037 -0.027406 -0.004788 -0.039734 -0.024246 0.064339 0.000658 0.044893 0.025305 0.040424 -0.02991 -0.021898 0.00784 -0.019429 0.010503 0.011633 0.026709 -0.004522 0.031145 -0.040854 0.014028 -0.025108 0.026144 -0.005918 0.044119 -0.007708 -0.026795 0.010821 0.013648 -0.025947 -0.057927 0.04517 0.016551 0.039643 -0.075897 0.02532 0.011297 0.071201 0.04681 -0.012896 0.007574 -0.003083 -0.051459 0.041557 0.005867 -0.018196 0.02637 0.030356 -0.029487 0.005774 -0.02511 0.035367 -0.024704 0.001109 0.069221 -0.049437 -0.012106 -0.032376 0.032893 -0.013636 0.023844 0.029911 -0.022394 -0.04955 -0.001982 0.073963 -0.012864 0.025824 -0.001839 -0.036643 -0.046409 -0.05176 0.026346 -0.029049 -0.012436 -0.019367 0.031037 -0.030914 -0.052531 0.002153 0.070948 -0.033842 0.027128 0.006362 0.003892 -0.039675 -0.018317 0.046232 0.026356 -0.014637 -0.019182 0.025045 -0.002399 -0.016839 0.016651 0.028388 -0.026855 0.015658 0.069022 -0.001195 0.028717 0.019931 0.00187 -0.0131 0.00318 -0.018632 0.022004 0.044595 0.003478 -0.060968 -0.036916 0.005212 0.020397 0.002786 0.003978 -0.02655 -0.020314 0.01265 -0.067363 -0.021135 0.009236 -0.045869 -0.016352 0.027607 0.000448 0.043636 0.023967 0.009794 0.022883 -0.004133 -0.010094 0.048862 0.015161 0.031864 0.040996 3.2e-05 -0.013262 -0.026014 -0.048486 -0.03299 0.006732 -0.036979 0.018148 -0.011657 -0.004834 0.01229 -0.019195 -0.000455 -0.049004 0.009926 -0.032092 -0.037546 0.012876 0.0024 -0.00991 0.018747 -0.032903 0.026775 0.029004 0.002464 0.016648 0.027312 0.013466 0.053246 -0.040438 -0.010819 -0.052347 0.033646 0.055004 0.00844 -0.021315 0.019754 -0.020414 -0.012648 0.019255 -0.01259 -0.020097 -0.016445 -0.066925 -0.015878 0.01177 0.024645 0.019285 0.019402 -0.013976\nუ 0.035454 -0.005787 -0.030854 0.012125 0.006795 0.030641 0.001889 -0.008276 -0.015587 -0.022142 0.033413 0.011945 -0.010102 -0.013224 0.015727 -0.002009 0.014986 -0.016709 -0.005326 -0.025005 -0.007245 0.006039 0.001905 0.009991 -0.003028 0.01546 -0.011021 -0.009835 -0.016802 -0.018097 0.019186 -0.02601 -0.018929 -0.02579 0.011804 0.011239 -0.029177 0.02532 0.003534 0.007384 -0.018606 0.010803 0.002672 -0.0011 -0.022951 -0.00851 0.018539 -0.000999 0.006232 0.004176 0.008768 0.037639 0.023811 -0.020128 0.028505 0.007128 0.001769 0.017617 -0.018353 0.019118 -0.027175 -0.019079 -0.003507 -0.017174 0.01372 0.01248 0.028405 -0.00828 0.021993 0.013704 -0.040806 0.000541 0.014907 0.011841 -0.03831 -0.002644 -0.026973 0.015456 -0.026893 -0.01245 0.000447 0.000413 -0.004644 0.011108 -0.016079 -0.031065 0.000468 0.006799 -0.011261 0.002114 -0.010621 0.014942 0.004345 -0.006722 0.010316 -0.004537 -0.002219 -0.02474 -0.003289 0.003796 -0.017116 0.003429 -0.006175 -0.020265 0.005736 -0.006377 -0.021707 0.014119 0.033297 -0.007945 0.026674 0.011247 0.016733 -0.012676 0.004756 -0.000698 -0.006959 0.001038 -0.010955 -0.038189 0.021212 0.000323 0.020991 0.015466 0.028257 0.006254 -0.006234 -0.016522 -0.006972 -0.00751 -0.00637 -0.001184 -0.010062 0.026162 -0.006444 0.0127 -0.006662 0.001158 0.01619 0.030756 -0.005274 -0.008544 0.001552 0.020073 -0.035803 -0.043012 0.028398 0.009589 -0.000419 -0.035932 -0.003124 0.004956 0.026026 0.006133 -0.003357 -0.002758 -0.000956 -0.018121 0.025326 -0.017706 -0.013908 0.010955 0.010046 0.018987 -0.012108 -0.01392 0.00531 -0.019177 0.019371 0.012001 -0.020489 -0.017113 -0.004967 0.028509 -0.005151 -0.017067 -0.0049 -0.011167 -0.031142 3e-05 0.018145 -0.010474 0.000899 -0.011259 -0.009473 -0.012421 0.009465 0.017122 -0.042476 -0.003865 0.016254 0.019905 -0.022335 -0.027583 0.011711 0.033781 -0.011764 0.010666 0.007046 -0.00013 -0.025536 -0.020595 0.014096 0.014713 0.008153 0.009838 0.013469 -0.000178 0.006089 0.028448 -0.018859 -0.003922 -0.004587 0.010696 0.000871 0.048948 0.002453 -0.013204 0.006884 0.003861 0.001397 0.00441 -0.006593 0.011818 -0.014423 -0.008884 -0.006036 0.01488 0.003621 -0.019916 -0.006033 0.001221 0.001551 -0.014395 -0.026278 -0.001171 -0.012155 -0.030205 0.02531 0.015057 0.00551 0.01815 -0.017792 0.005112 0.008638 0.001821 0.024823 -0.004692 0.031654 0.035206 0.020858 0.013012 -0.002175 -0.022849 -0.021197 -0.018703 -0.013776 0.018941 -0.019587 -0.009639 0.007109 -0.00289 0.022934 -0.017949 -0.022268 -0.01131 -0.0239 -0.024822 0.000578 -0.004397 0.009958 0.000333 0.001533 -0.00224 0.003018 -0.002072 0.000499 0.008391 0.038544 -0.034369 -0.006717 -0.014923 0.020107 0.00136 -0.016742 -0.004781 0.014529 0.000392 -0.008874 -0.001286 -0.001615 -0.032179 0.001517 -0.056005 -0.009362 0.004078 0.012678 0.010875 0.014216 0.000828\nቤ 0.039501 -0.025523 -0.025766 0.020247 -0.019772 0.036781 -0.007093 -0.048208 -0.018065 -0.025014 0.065157 0.026712 0.042064 -0.01665 -0.025748 0.037067 -0.017682 0.009781 -0.018142 -0.051702 -0.034876 -0.007762 0.018351 0.017533 -0.027029 0.036023 -0.058762 0.011892 -0.014828 -0.026166 0.021153 -0.018991 -0.02205 -0.024892 -0.038625 0.014216 -0.072756 -0.011424 0.032407 0.052798 -0.014866 -0.03534 0.04169 0.048744 -0.05359 -0.011051 0.058335 -0.011426 -0.016832 0.043392 -0.027385 0.05328 0.039241 0.014965 0.032776 -0.019504 -0.051982 -0.011507 -0.065833 0.031375 -0.02943 -0.022422 -0.030213 -0.003432 0.024166 -0.031307 0.060823 -0.011553 0.021921 -0.002488 -0.042061 0.019179 0.026776 0.039197 -0.022016 -0.040895 -0.040674 0.026478 -0.075035 -0.052958 0.048868 -0.024233 -0.037975 -0.005143 -0.01257 -0.04675 0.002037 -0.021873 -0.016348 0.012149 -0.030838 -0.004199 -0.021912 -0.070408 -0.027244 0.018427 -0.029257 0.002112 0.013051 -0.011329 -0.053343 0.0056 0.003158 -0.026741 -0.011699 -0.061591 -0.061181 0.020635 0.044765 0.002932 0.031196 0.010498 -0.000278 -0.045739 -0.00787 -0.020867 -0.050619 -0.019108 -0.060189 -0.01288 0.014923 -0.014822 0.033971 0.032907 0.019502 0.020033 -0.037461 -0.027608 0.013361 -0.023747 -0.024874 -0.015452 0.009847 0.031947 -0.032725 -0.000857 -0.01124 -0.045407 0.013698 0.045783 0.037614 -0.023384 0.002725 0.066725 -0.049857 -0.056899 0.070332 0.023913 -0.029716 -0.017017 -0.000678 0.03397 0.016403 0.015297 0.008615 0.01853 0.005183 -0.025487 0.055166 -0.030961 -0.021204 0.003634 -0.008 0.009031 0.003097 -0.004811 -0.03288 -0.053969 -0.011825 0.010577 -0.039128 -0.042268 -0.014602 -0.005696 0.012519 -0.033094 0.000539 -0.046801 -0.038281 -0.056511 -0.004956 -0.025959 0.030683 0.008023 0.018092 -0.019929 -0.03527 0.023682 -0.074258 -0.031384 -0.007028 -0.014795 -0.012479 -0.053408 -0.01331 0.047413 -0.025033 0.003869 -0.018305 0.017669 -0.058211 -0.005675 0.047825 0.060384 0.018866 -0.01837 0.069429 -0.00687 -0.012494 0.04027 -0.036798 -0.011456 0.0132 -0.002624 0.028621 0.07516 0.046945 0.016098 0.011931 0.038768 0.007841 -0.013405 -0.021514 0.015053 -0.003929 -0.004753 0.017736 0.044926 -0.000152 -0.03841 -0.049244 -0.02599 -0.003638 -0.028256 -0.030874 0.05824 -0.024501 -0.028619 0.035136 -0.023534 -0.041193 -0.0222 -0.046499 -0.000138 -0.001971 -0.003323 0.023915 0.044702 0.057442 0.002562 0.013273 0.043899 -0.00603 -0.064477 -0.023317 -0.023507 -0.061285 0.050724 -0.015155 0.003255 0.003862 -0.027316 0.043891 -0.012184 -0.042955 -0.037925 0.002337 -0.041816 -0.003051 0.033408 0.034722 0.026419 0.028197 0.045323 0.016796 0.011278 0.013838 0.02842 0.074011 -0.067715 0.010096 -0.032967 0.015139 0.061787 -0.014919 -0.027016 0.037954 -0.026424 -0.03482 0.000522 0.048595 -0.081547 -0.006937 -0.088212 0.009062 -0.045624 0.070398 0.024362 0.054313 -0.012077\nủ 0.063365 0.00379 -0.050379 0.032083 0.00836 0.023343 -0.008866 -0.055173 -0.042522 -0.025232 0.054732 -0.051403 -0.009184 0.012501 0.009198 -0.014284 0.037457 -0.031368 0.004718 -0.028257 -0.031365 0.018155 -0.01572 0.00523 -0.029121 0.035812 -0.005501 0.012657 0.050463 0.015212 0.027184 -0.021952 0.008071 -0.014618 0.05358 -0.005753 -0.026713 0.028651 -0.028005 0.026071 0.00056 0.022383 -0.045402 0.002631 -0.034863 -0.035139 0.042706 -0.007175 0.011475 0.048173 0.036384 0.048791 0.0235 -0.032071 0.064768 0.020051 -0.003544 0.053091 -0.031689 0.013586 0.004767 -0.020058 -0.010679 0.014197 0.003338 0.004541 0.064118 -0.018905 0.011938 0.009655 -0.010061 -0.01309 0.054873 0.000356 -0.034569 0.030759 -0.002759 0.045502 0.004906 -0.016033 0.015596 -0.005891 -0.017593 0.035108 -0.067116 -0.061459 -0.040453 -0.023135 0.015829 -0.036679 -0.002576 0.038953 -0.038906 -0.009536 -0.030859 0.010181 -0.02842 -0.016252 -0.003289 -0.01886 -0.019829 0.021378 -0.017122 -0.016261 0.026525 0.006274 -0.040219 -0.017431 0.071744 0.010904 0.011833 0.0228 0.016365 -0.00698 0.01079 -0.008699 -0.020839 -0.004073 -0.008174 -0.038014 0.014399 -0.025829 0.036023 0.028591 0.03586 0.024256 -0.018397 -0.010399 -0.013431 0.019796 -0.002058 -0.007493 -0.022715 0.021819 0.000592 0.03892 -0.043387 0.047943 0.031162 0.023808 -0.02915 -0.000134 0.047541 0.047058 -0.055323 -0.0073 0.035874 0.008611 -0.010519 -0.030267 -0.011605 -0.013281 0.030447 0.021149 -0.002422 0.013899 0.037442 -0.015703 -0.026059 -0.04165 0.022147 -7.5e-05 -0.01809 -0.011688 -0.021449 -0.01158 -0.00281 -0.031422 0.030269 0.028307 -0.034551 -0.026076 -0.020353 0.002114 -0.054444 -0.000193 0.03507 0.015025 0.015502 -0.044671 0.037671 0.010068 0.001985 -0.013477 -0.029499 0.011891 0.004917 -0.004972 -0.07438 -0.053148 -0.002329 0.003942 -0.02511 -0.010899 -0.046734 0.029454 0.026305 0.000763 0.015242 -0.003991 -0.043055 -0.032862 0.012885 0.013719 0.023357 -0.025341 0.028247 -0.011723 0.010686 0.018669 -0.042205 0.00464 0.004315 0.008833 0.02901 0.030078 0.035068 -0.009882 0.008 0.015304 0.041744 0.015123 0.016564 -0.025873 0.000692 -0.039138 0.047598 -0.013275 0.002702 0.003843 0.015916 -0.035585 -0.011461 -0.045408 -0.024334 0.01353 -0.024388 -0.07283 0.020845 -0.003327 -0.017232 0.045524 -0.002151 0.0086 -0.02091 0.008004 0.034329 0.030195 0.048682 0.063599 -2.9e-05 0.003146 0.028981 -0.041419 -0.010578 0.008395 -0.023223 0.046856 -0.00884 -0.018681 -0.014168 0.011699 -0.020608 -0.054252 -0.011324 -0.059874 0.000991 0.012646 -0.009149 0.008656 0.01477 -0.01271 0.013586 0.006403 0.023179 0.004567 0.008374 0.040448 0.030984 -0.03856 -0.004865 0.031603 0.016605 0.017159 -0.036268 0.023646 -0.002528 -0.012226 -0.066061 0.017629 0.007876 -0.022803 0.009103 -0.029131 0.01016 0.040852 0.02582 -0.006255 0.062292 -0.013632\nᡨ 0.025365 -0.003345 -0.070398 0.038337 0.003398 0.049265 0.000821 0.007479 -0.016468 -0.025783 0.018455 0.02284 0.003132 -0.019386 0.029785 0.010338 -0.011802 -0.034348 -0.011062 -0.042196 -0.01326 -0.00153 0.004536 0.008232 0.001121 0.032487 -0.006407 0.002715 -0.008781 -0.033305 0.012587 -0.048288 -0.012503 -0.040258 -0.000176 0.007457 -0.044806 0.038465 0.004403 0.01641 -0.024525 -0.004112 -0.002392 0.039704 6.2e-05 -0.038514 0.049009 -0.027175 -0.014258 0.042679 0.005615 0.065762 0.033251 -0.030901 0.043376 -0.000807 0.001798 0.034807 -0.028688 0.044425 -0.021063 -0.032328 -0.005659 -0.027715 0.032851 0.008104 0.035211 -0.01447 0.03564 0.006624 -0.034155 0.004831 0.019354 0.016794 -0.043467 0.005893 -0.023188 0.025773 -0.02947 -0.035198 0.012447 0.00019 -0.01213 0.028523 0.003463 -0.054122 0.015648 -0.021173 -0.008587 -0.001001 -0.013627 0.003192 -0.018541 -0.012696 0.012918 0.02084 0.025435 -0.049555 0.018122 -0.000126 -0.016931 -0.007401 -0.007058 -0.029086 0.006378 -0.013022 -0.018683 0.007932 0.021523 -0.010799 0.019873 0.014735 0.020218 -0.015989 0.022001 -0.007623 -0.011273 -0.005443 -0.023574 -0.042264 0.031612 -0.005625 0.038099 0.006051 0.043106 -0.003573 -0.033514 -0.016886 -0.019161 -0.016954 -0.04145 -0.018708 -0.019175 0.026967 -0.042092 0.027385 -0.03888 -0.014046 0.010142 0.050362 -0.00357 -0.001479 0.000726 0.028708 -0.02444 -0.038524 0.019074 -0.030685 -0.009398 -0.037079 0.024228 0.01455 0.029446 0.03697 -0.003394 0.030246 -0.016808 -0.013859 0.031757 -0.032611 -0.003778 0.04389 0.024145 0.025394 0.018589 -0.02014 -0.001492 -0.011048 0.021666 0.033097 -0.039891 -0.007945 -0.017404 0.054804 -0.011979 -0.025145 -0.011563 0.002331 -0.033785 -0.032402 0.040074 -0.002902 0.004887 -0.009345 0.004178 -0.022203 -0.013536 0.017159 -0.070463 0.009604 0.019755 0.031829 -0.010801 -0.042543 -0.009633 0.058108 -0.03153 -0.00357 -0.010132 -0.014226 -0.026743 -0.039214 0.019609 0.002108 0.025512 0.017834 0.018137 0.000915 -0.023695 0.030368 -0.04704 -0.005804 -0.010857 0.031316 -0.012348 0.083391 0.00079 -0.018086 0.008919 -0.015934 0.012898 -0.005313 -0.019557 0.005881 -0.039049 0.013696 -0.006143 0.013106 -0.017768 -0.017651 -0.003022 0.00479 -0.008273 -0.019754 -0.029488 -0.003827 -0.002853 -0.018506 0.048383 0.032707 0.012638 0.021515 -0.025197 0.011529 0.003231 -0.0181 0.057008 -0.009806 0.062195 0.057556 0.034936 0.007577 -0.004081 -0.0537 -0.03916 -0.023878 0.015132 0.017852 -0.007116 -0.01993 0.003667 -0.025911 0.036033 -0.006096 -0.032174 -0.003876 -0.031318 -0.008743 0.002726 0.016952 0.031125 0.000129 0.011534 -0.000152 0.020817 0.010272 -0.013832 0.024755 0.026176 -0.043026 -0.018901 -0.019858 0.022075 0.00295 -0.027902 0.003147 0.013383 -0.003801 -0.004695 -0.024495 -0.000976 -0.048011 0.010544 -0.041378 -0.021772 -0.007627 0.031513 0.009746 0.029092 0.005742\nི 0.036925 0.003485 -0.047116 0.023215 0.012587 0.035655 0.009283 -0.008401 -0.017637 -0.026239 0.034614 0.009963 -0.008727 -0.023286 0.028353 -0.003285 0.004727 -0.018346 -0.010115 -0.040191 -0.008448 0.007824 0.00332 0.011999 0.008044 0.021099 -0.013269 -0.012345 -0.010905 -0.024574 0.022545 -0.033161 -0.02562 -0.048132 0.016369 0.023101 -0.044916 0.039415 0.006338 0.018042 -0.02367 0.003972 -0.007412 0.001553 -0.02783 -0.023165 0.032591 0.00607 0.00092 0.024091 0.008755 0.048721 0.02521 -0.030593 0.03923 0.012091 -0.001761 0.014038 -0.009047 0.024918 -0.036819 -0.025272 -0.008499 -0.01848 0.01325 0.026106 0.041826 -0.019065 0.029339 0.022068 -0.057079 -0.012187 0.023794 0.020919 -0.048479 0.003811 -0.033771 0.022591 -0.028173 -0.020886 0.015617 -0.003642 -0.000279 0.017342 -0.029937 -0.052484 -0.000733 0.0048 -0.019671 -0.006793 -0.007543 0.018555 0.003962 -0.016747 0.014219 -0.000263 -0.001711 -0.030055 -0.003745 -0.007335 -0.016225 0.0057 -0.003713 -0.034914 0.01671 -0.003359 -0.019694 0.004741 0.038852 -0.002656 0.046162 0.012282 0.025327 -0.019267 0.006938 0.001711 -0.013215 -0.002924 -0.016403 -0.036631 0.024402 -0.005572 0.039465 0.025621 0.030924 0.013308 -0.007469 -0.015232 -0.013164 -0.020572 -0.010412 -0.007274 -0.013508 0.023841 -0.023217 0.016198 -0.028443 0.000261 0.005406 0.048218 -0.006152 -0.015983 0.008698 0.035137 -0.036323 -0.039768 0.045622 0.003173 0.006746 -0.034288 0.000378 0.018009 0.031737 0.029613 -0.009916 -0.001027 -0.00776 -0.024467 0.022575 -0.016766 -0.013614 0.017666 0.022277 0.019876 -0.0091 -0.020687 0.018503 -0.022242 0.017292 0.017866 -0.027233 -0.025165 -0.002555 0.030136 -0.019889 -0.034532 -0.017274 -0.006549 -0.035377 -0.013098 0.035959 -0.016103 0.005626 -0.005119 -0.003743 -0.019493 0.001601 0.023054 -0.064804 0.005245 0.005299 0.031678 -0.029482 -0.039453 0.002697 0.0352 -0.026822 0.011133 0.001222 -0.002163 -0.034087 -0.029002 0.00936 0.028875 0.020239 0.017205 0.008831 -0.004457 -0.010168 0.041392 -0.019619 -0.010693 -0.00783 0.024548 -0.002875 0.059592 0.002229 -0.020846 0.000431 -0.002968 -0.01487 0.010344 0.000136 0.00511 -0.029986 0.001017 -0.001411 0.014636 -0.005752 -0.027687 -0.006507 -0.003597 -0.00798 -0.028495 -0.034525 -0.000603 -0.015609 -0.024638 0.026161 0.022338 0.00813 0.03131 -0.018658 0.011323 0.008593 -0.004951 0.037521 0.001336 0.037344 0.044471 0.020456 0.005122 -0.001358 -0.040086 -0.028821 -0.023438 0.001371 0.024648 -0.022573 -0.007187 0.00499 -0.013768 0.027528 -0.028263 -0.02652 -0.019336 -0.033449 -0.018421 0.001459 -0.001559 0.014769 0.001714 0.005586 0.001434 0.005631 0.001587 -0.00634 0.021315 0.039379 -0.046901 0.001654 -0.020999 0.009065 0.014697 -0.02479 -0.008253 0.008208 -0.008688 -0.02638 -0.023682 0.010474 -0.036756 0.009918 -0.064443 -0.019536 0.009546 0.016806 0.021044 0.025653 0.001482\nނ 0.041442 -0.004821 -0.08172 0.02483 0.020024 0.055005 0.02253 -0.011277 -0.020113 -0.050982 0.060119 0.008624 -0.007588 -0.018058 0.057707 -0.019996 -0.00027 -0.017805 -0.004734 -0.066208 -0.028251 0.006316 0.026471 -0.003307 0.004196 0.01775 -0.004958 -0.006296 -0.021167 -0.043889 0.040009 -0.044381 -0.023115 -0.048977 0.019331 0.028283 -0.065878 0.051502 0.019607 0.033002 -0.052034 0.035603 -0.006247 -0.005374 -0.061215 -0.049515 0.046754 -0.003726 0.000275 0.016705 0.005468 0.059982 0.046189 -0.052546 0.050788 -0.002237 -0.044539 0.022023 0.000736 0.03847 -0.052458 -0.028716 -0.011998 -0.015484 0.020267 0.025795 0.067366 -0.02139 0.042471 0.014352 -0.06775 -0.002039 0.020407 0.015811 -0.06004 0.013272 -0.033971 0.010433 -0.058675 -0.02438 0.005343 -0.001859 -0.005155 0.027482 -0.024558 -0.072702 -0.000634 0.004701 -0.04583 0.010227 -0.017255 0.0321 -0.000974 -0.028211 0.023428 -0.002527 -0.013701 -0.056068 -0.005625 -0.015012 -0.015938 -0.004663 -0.004634 -0.056057 0.024661 -0.015271 -0.011981 0.000857 0.043012 -0.014672 0.06033 0.034657 0.03167 -0.008388 0.004549 0.017446 -0.017202 0.001273 -0.015269 -0.089032 0.030433 -0.008775 0.042881 0.058216 0.046629 0.004404 0.002574 -0.0203 -0.020296 -0.035627 -0.026854 0.001297 -0.007812 0.028163 -0.021132 0.02923 -0.028214 -0.004681 0.006167 0.064851 0.002154 -0.005947 0.014626 0.032814 -0.047644 -0.060441 0.0749 0.016257 -0.008548 -0.058519 0.016323 0.004085 0.056521 0.054812 -0.014369 0.007111 0.014274 -0.030381 0.01082 -0.040758 -0.025767 0.006107 0.051048 0.020935 -0.038793 -0.022325 0.043665 -0.044538 0.039611 0.026534 -0.027628 -0.049757 -0.036714 0.060486 -0.02591 -0.032744 -0.022978 -0.027098 -0.056414 -0.019056 0.067455 -0.032182 0.025576 -0.010643 -0.012047 -0.023872 0.006266 0.023084 -0.074857 0.010324 0.024912 0.032619 -0.048966 -0.045016 -0.001111 0.076012 -0.048972 0.028191 -0.000846 -0.003962 -0.049691 -0.0582 0.014541 0.036059 0.015653 0.034878 0.020608 -0.001039 0.003248 0.041558 -0.032906 0.005813 -0.022295 0.002798 0.00285 0.079068 0.01526 -0.029355 0.014522 0.01245 -0.014232 0.02425 -0.003227 0.015984 -0.021025 -0.031538 0.009296 0.011925 0.000843 -0.035451 -0.003918 -0.000729 -0.012586 -0.023819 -0.059423 0.004948 -0.022143 -0.058249 0.043134 0.040916 0.022089 0.037053 -0.057099 0.026069 0.007191 -0.014184 0.028918 -0.015211 0.040481 0.068641 0.047422 0.01219 -0.00637 -0.048729 -0.056152 -0.022701 0.003912 0.031018 -0.040735 -0.012286 0.008357 -0.019389 0.039622 -0.029075 -0.034782 -0.01543 -0.04675 -0.016555 0.012081 0.013525 0.041315 -0.0144 0.022308 -0.016886 0.007233 0.004291 0.006444 0.033217 0.071606 -0.074976 0.002012 -0.043654 0.014349 0.014161 -0.018382 -0.017487 0.025016 -0.028891 -0.025153 -0.030832 0.029169 -0.055597 0.017245 -0.099786 -0.024984 0.026354 0.012543 0.011267 0.028318 0.001736\nง 0.02594 0.000518 -0.036744 0.021571 0.010583 0.028016 0.008622 -0.001001 -0.019783 -0.022055 0.022303 0.00244 -0.004951 -0.015844 0.025481 -0.003517 0.004324 -0.019553 -0.0067 -0.036984 -0.014171 0.005889 0.005181 0.009765 0.002847 0.00938 -0.01145 -0.006422 -0.0134 -0.022134 0.015076 -0.02458 -0.013995 -0.03032 6e-05 0.016924 -0.030534 0.033793 0.011297 0.015011 -0.026807 0.009012 -0.000336 -0.006893 -0.019801 -0.019761 0.028495 0.003082 -7.9e-05 0.007604 0.00375 0.038478 0.028093 -0.028311 0.032243 0.005442 0.000253 0.022673 -0.010822 0.018008 -0.024645 -0.02571 0.000754 -0.015874 0.006804 0.015083 0.02784 -0.014887 0.032635 0.013697 -0.040297 -0.008943 0.019313 0.01122 -0.049332 0.003447 -0.027012 0.019453 -0.02641 -0.013487 0.014545 -0.003443 0.003817 0.011573 -0.018961 -0.039295 -0.003791 0.000844 -0.015308 -0.000734 -0.003211 0.020561 0.009382 -0.011118 0.013357 -0.003807 0.003916 -0.031298 0.004535 0.00058 -0.015274 0.004495 -0.001745 -0.019668 0.014127 -0.002406 -0.007838 0.006163 0.025809 -0.002582 0.042055 0.014484 0.025968 -0.013347 0.003939 -0.000165 -0.002412 -0.000169 -0.001705 -0.033652 0.015386 0.005876 0.034064 0.021132 0.032845 0.010278 -0.012504 -0.013879 -0.004519 -0.013077 -0.007807 -0.00491 -0.015294 0.028423 -0.015746 0.012343 -0.029795 -0.003053 0.008216 0.03574 -0.000782 -0.008683 0.006186 0.022435 -0.030895 -0.040674 0.03852 0.005457 0.003133 -0.036525 0.000536 0.003634 0.030613 0.024165 0.001065 0.00731 0.005344 -0.026846 0.008462 -0.020978 -0.011011 0.009926 0.019796 0.011839 -0.010286 -0.011378 0.016465 -0.015809 0.018496 0.012714 -0.024555 -0.017049 -0.007883 0.024983 -0.018499 -0.021339 -0.000719 -0.004146 -0.032523 -0.017746 0.033364 -0.009276 0.006198 -0.007968 -0.006664 -0.009447 0.002928 0.017464 -0.044931 0.0012 0.012002 0.025641 -0.030907 -0.027553 0.007104 0.029459 -0.014718 0.008527 0.003007 0.001082 -0.028471 -0.023892 0.01018 0.021359 0.023123 0.013287 0.005266 -0.00432 -0.000566 0.02811 -0.015788 0.002912 -0.005648 0.0159 6.5e-05 0.050522 0.003154 -0.019274 0.00679 -0.001852 0.000929 0.007561 -0.001017 0.003191 -0.024007 -0.000152 -0.001268 0.01492 -0.002459 -0.0258 -0.008705 -0.000647 -0.003666 -0.021617 -0.025518 -0.002185 -0.009003 -0.030339 0.019939 0.02564 0.008574 0.026573 -0.024558 0.010956 0.002291 -0.002716 0.027313 -0.003681 0.029427 0.045899 0.014306 0.000613 -0.004634 -0.037096 -0.0258 -0.015419 -0.000564 0.023616 -0.021646 -0.015318 0.007544 -0.012253 0.024365 -0.017378 -0.020531 -0.024497 -0.02419 -0.012449 0.003354 -0.000265 0.014765 -0.002875 0.008811 0.003167 0.009164 -0.003856 -0.001164 0.010994 0.035363 -0.037678 -0.0004 -0.006747 0.009205 0.013065 -0.015565 -0.006444 0.018248 -0.006775 -0.021129 -0.012449 0.00949 -0.035198 0.008374 -0.056457 -0.010034 0.00754 0.007658 0.013327 0.018187 -0.000413\nउ 0.021906 -0.002278 -0.046136 0.011329 -0.002411 0.036585 0.004876 0.003044 -0.012914 -0.028222 0.037663 0.018825 -0.016569 -0.020218 0.024828 0.013208 0.011872 -0.024323 -0.00808 -0.04309 -0.017544 0.00389 0.008804 0.017977 -0.004436 0.0223 -0.010569 -0.010724 -0.005946 -0.026477 0.019346 -0.028454 -0.009431 -0.037368 -0.001681 0.002963 -0.028728 0.038128 0.014609 0.020568 -0.039623 -0.002083 -0.002551 -0.011023 -0.016519 -0.023802 0.028911 -0.017996 -0.006013 0.003613 0.001844 0.05519 0.034626 -0.040713 0.037586 0.006128 -0.005804 0.013372 -0.003721 0.021932 -0.03884 -0.032284 -0.002421 -0.013825 0.019186 0.003735 0.0413 -0.020555 0.032612 0.014987 -0.049865 -0.003504 0.012427 0.019982 -0.03017 0.000462 -0.030982 0.018818 -0.030307 -0.009134 0.011462 -0.003769 0.001773 0.002844 -0.016929 -0.026418 0.007766 0.002875 -0.008352 0.002026 -0.012678 0.013462 0.008106 -0.019927 0.015456 -0.003674 0.005764 -0.030099 -0.001013 -0.004934 -0.013516 0.004816 -0.006299 -0.032028 0.011205 -0.018673 -0.003234 0.005012 0.043619 0.003516 0.039154 0.018529 0.01348 -0.023279 -0.006393 -0.000758 0.000461 -0.001987 -0.011922 -0.028284 0.015254 0.0029 0.033662 0.009397 0.038362 0.007233 -0.014091 -0.005046 -0.012437 -0.013795 -0.007094 -0.011143 -0.015848 0.021252 -0.01018 0.010048 -0.034147 0.005665 -0.005035 0.037805 -0.001325 -0.008526 0.007605 0.015476 -0.027942 -0.042843 0.034824 -0.005578 -0.003577 -0.03391 -0.005809 0.01479 0.024401 0.017214 0.005892 0.003366 -0.002721 -0.027419 0.009959 -0.011936 -0.028741 0.009724 0.02653 0.003665 -0.014928 -0.012015 0.01967 -0.010859 0.024011 0.008879 -0.027373 -0.013856 -0.011787 0.026793 -0.020056 -0.024895 -0.014101 -0.002371 -0.04121 -0.013 0.030685 -0.009638 0.014346 -0.015907 -0.00147 -0.022848 0.012687 0.030862 -0.058362 0.004426 0.009925 0.02057 -0.034642 -0.041073 0.003889 0.037732 -0.019746 0.014602 0.013732 -0.013866 -0.038204 -0.020454 0.011103 0.025954 0.013553 0.005258 0.016015 0.001121 -0.010614 0.037865 -0.007726 -0.010908 -0.009774 0.027399 -0.012011 0.059112 0.006757 -0.017189 0.020031 0.005134 0.001064 0.001382 -0.00561 0.005428 -0.02919 -0.004807 -0.002922 0.028632 -0.01224 -0.030334 -0.008002 0.002643 -0.008697 -0.017632 -0.025792 -0.00332 -0.011477 -0.021906 0.030325 0.024739 0.017863 0.017924 -0.031978 0.018703 -0.016783 -0.010682 0.033635 -0.004942 0.025524 0.056529 0.017219 0.006631 -0.003154 -0.023184 -0.035291 -0.021004 -0.012987 0.027683 -0.02856 -0.012391 0.001003 -0.015166 0.030413 -0.020697 -0.031868 -0.014718 -0.024252 -0.024893 0.016991 -0.01325 0.021945 -0.001447 -0.00275 -0.003605 0.006081 -0.000258 -0.009155 0.011039 0.028486 -0.051683 -0.000266 -0.015762 0.030475 0.022069 -0.028708 -0.003769 0.023423 -0.00397 -0.02127 -0.012408 0.005409 -0.034463 0.016055 -0.050366 -0.024501 0.014378 0.016601 0.017142 0.011877 0.018589\nę 0.029665 -0.000985 -0.040626 0.018951 0.011842 0.030702 0.006319 0.002783 -0.021044 -0.027917 0.03316 0.012106 0.004333 -0.029527 0.032113 -0.003032 0.00016 -0.024882 -0.010988 -0.032279 -0.021275 -0.008479 0.000657 0.01557 -0.009753 0.026456 -0.003399 -0.001835 -0.012397 -0.027573 0.022623 -0.022247 -0.015664 -0.027693 0.013479 0.006856 -0.040278 0.031605 0.006713 0.002712 -0.02488 0.010308 0.003869 -0.003534 -0.016503 -0.014254 0.026081 -0.003144 -0.000148 0.019514 0.007122 0.056615 0.019442 -0.031895 0.035618 0.003953 0.001396 0.025635 -0.024074 0.021578 -0.017108 -0.026811 -0.015024 -0.019643 0.012893 0.009662 0.013539 -0.024082 0.023732 0.005508 -0.029559 -0.008675 0.01702 -0.0002 -0.052729 0.002018 -0.021237 0.022742 -0.013788 -0.007853 0.023941 -0.000768 -0.00035 0.02139 -0.020673 -0.040153 -0.004941 -0.004033 -0.018851 -0.001739 -0.007299 0.02585 0.007367 -0.009063 0.012692 -0.010906 0.005294 -0.03959 0.005448 0.000215 -0.004655 -0.0055 -0.001741 -0.008048 0.004358 -0.001121 -0.013391 0.007445 0.028148 0.00175 0.026889 0.023604 0.021734 -0.007231 0.008639 0.004101 -0.006956 -0.002128 -0.015353 -0.025847 0.011016 -0.003894 0.040405 0.012388 0.030201 0.014424 -0.006491 -0.019451 -0.010302 -0.011366 -0.016954 -0.006119 -0.006302 0.025031 -0.02342 0.006012 -0.012566 -0.005506 0.00769 0.043448 -0.009568 -0.009074 0.01043 0.019779 -0.027029 -0.042402 0.046524 -0.000558 0.002489 -0.039215 0.012506 0.008051 0.025679 0.026356 0.002098 0.004108 0.002847 -0.024648 0.002468 -0.013501 -0.010143 0.01918 0.012597 0.009133 -0.006276 0.00156 0.024466 -0.017342 0.007532 0.0189 -0.015431 -0.023258 -0.014159 0.029625 -0.017991 -0.02773 -0.010627 -0.004742 -0.038053 -0.026138 0.026223 -0.004671 0.002759 -0.008363 -0.006615 -0.02632 0.001675 0.016642 -0.046391 0.004087 0.01663 0.020242 -0.02034 -0.034831 0.003287 0.031829 -0.010356 0.018205 0.002934 0.000483 -0.029858 -0.024028 0.009029 0.018512 0.007814 0.01829 0.001078 -0.00926 -0.00476 0.027 -0.024827 0.002168 -0.01299 0.023866 0.000438 0.052086 0.000191 -0.031758 -0.000187 0.001136 0.003465 0.007201 -0.011668 0.009437 -0.019162 -0.004516 0.000308 0.009833 -0.012458 -0.011032 -0.004892 0.005269 -0.000374 -0.022017 -0.036427 -0.012166 -0.002137 -0.023065 0.017895 0.019263 0.007107 0.016205 -0.016446 0.002957 0.001595 -0.005257 0.033043 0.004073 0.029493 0.045889 0.026435 0.010585 0.003171 -0.036242 -0.025396 -0.018476 -0.010631 0.012936 -0.023797 -0.010975 0.002817 -0.004269 0.019841 -0.02018 -0.020604 -0.013581 -0.020056 -0.016857 0.008233 -0.003857 0.012124 0.00076 0.004062 0.000271 0.017348 0.011899 0.00233 0.016141 0.024669 -0.036619 0.00045 -0.019157 0.011014 0.000569 -0.023345 -0.007514 0.013062 -0.005218 -0.010289 -0.010306 0.003055 -0.026742 0.007738 -0.043661 -0.013816 0.010471 0.019907 0.018497 0.013304 0.007574\nຜ 0.018898 0.003559 -0.049177 0.030452 0.01046 0.03939 0.004555 -0.003922 -0.010694 -0.039967 0.033799 0.023763 -0.013575 -0.006516 0.017878 -0.004135 0.005246 -0.014702 0.000321 -0.02334 -0.017169 0.009452 -0.003666 0.019552 0.006246 0.015181 -0.007138 -0.00245 -0.004491 -0.006448 0.011785 -0.030799 -0.007258 -0.030925 0.022573 0.023221 -0.023756 0.03615 -0.006042 0.014976 -0.009952 0.003973 -0.010636 0.00258 -0.019932 -0.019183 0.024006 0.002523 0.00534 0.012853 0.019427 0.043773 0.035839 -0.024561 0.041334 0.024624 0.008333 0.006615 -0.011589 0.01991 -0.02516 -0.034614 7e-05 -0.021471 0.02246 0.020279 0.034313 -0.023001 0.025783 0.010484 -0.032944 -0.000784 0.022009 0.016137 -0.043687 0.001556 -0.038287 0.008056 -0.023456 -0.01586 0.008433 0.007845 0.003746 0.010555 -0.021077 -0.040458 0.003029 -0.011734 -0.003064 -0.006167 8.2e-05 0.012083 -0.015289 -0.004802 -0.005055 5.2e-05 0.010182 -0.028305 0.002507 0.002638 -0.014359 0.00544 -0.011243 -0.032786 0.024444 -0.006536 -0.007005 0.009802 0.024292 0.004223 0.031881 0.016571 0.035883 -0.021103 0.01066 0.006093 0.001208 -0.004156 -0.008598 -0.034956 0.021474 -0.007387 0.027935 0.015581 0.031234 0.023046 -0.017117 -0.007888 -0.004323 -0.005699 -0.009408 -0.021893 -0.013408 0.037235 -0.019512 0.031332 -0.031149 -0.000753 0.011867 0.037654 -0.004431 0.007529 0.028236 0.01005 -0.031033 -0.030352 0.039489 0.003297 -0.005208 -0.030473 0.00327 0.009388 0.035264 0.023707 -0.005267 0.01497 0.015891 -0.020002 0.009211 -0.03746 -0.003925 0.015541 0.019256 0.013789 -0.013092 -0.016218 0.007238 -0.02032 0.011092 0.012819 -0.016846 -0.036985 -0.002113 0.019248 -0.016714 -0.0188 -0.007297 0.002491 -0.018544 -0.022666 0.028287 -0.025066 -0.010782 0.007659 -0.012997 -0.001644 0.004594 0.019684 -0.058433 0.001255 0.016603 0.035127 -0.025518 -0.031494 -0.002036 0.02519 -0.025239 0.009666 0.007978 0.018589 -0.035141 -0.024749 0.007201 0.015517 0.025773 0.006745 -0.008478 2.8e-05 0.004437 0.031939 -0.02626 0.000163 0.002688 0.005066 -0.000714 0.05767 0.008694 -0.019843 0.010484 -0.003775 0.003143 0.023109 0.010495 -0.004896 -0.01332 -0.018437 0.007159 0.025695 -0.012897 -0.021036 0.013976 -0.004978 -0.001945 -0.01564 -0.013552 0.001783 -0.001696 -0.03135 0.038993 0.033337 0.014588 0.013605 -0.022275 0.008878 0.000882 -0.020978 0.041037 -0.021122 0.026348 0.058369 0.012542 0.000782 -0.009799 -0.037502 -0.016261 -0.013164 0.002913 0.012025 -0.026278 -0.029311 0.010347 -0.006692 0.033651 -0.023135 -0.017581 -0.018556 -0.026185 -0.014138 -0.001168 -0.003863 0.007896 0.00784 -0.005031 0.00653 0.006376 -0.000852 0.0178 0.000617 0.01862 -0.037589 -0.001176 -0.006168 0.002902 0.002964 -0.017419 0.000259 -0.000235 -0.026038 -0.033238 -0.011137 0.018982 -0.02323 0.00463 -0.056844 -0.021965 0.001352 0.02205 0.017387 0.015539 -0.001701\nਟ 0.04738 -0.027365 -0.076175 0.025692 0.022259 0.055242 0.016568 0.01199 -0.002071 -0.032631 0.075157 0.011199 -0.008375 -0.02517 0.037237 -0.003414 -0.000216 -0.059829 -0.022735 -0.062831 -0.020703 0.006226 -0.012448 0.000423 0.029752 0.019411 -0.022831 -0.003901 -0.001643 -0.049373 0.020531 -0.047806 -0.037895 -0.040527 0.000475 0.030584 -0.061248 0.079836 0.047571 0.031591 -0.044081 0.024508 0.021943 -0.012798 -0.045426 -0.056088 0.056189 -0.002897 -0.002478 0.037783 0.01501 0.073581 0.048125 -0.0507 0.076421 -0.007376 0.016686 0.059804 -0.00622 0.048302 -0.034271 -0.034035 -0.004307 -0.036035 0.014891 0.066686 0.082407 -0.038596 0.039833 0.011856 -0.061216 -0.016937 0.008103 0.013778 -0.098036 -0.001481 -0.05982 0.030085 -0.033165 -0.019008 0.032668 0.013529 0.024109 0.051934 -0.03036 -0.089269 0.03008 0.015344 -0.042978 -0.003663 -0.002255 0.042607 -0.003505 -0.015671 0.030894 0.026586 0.017311 -0.047444 0.002502 -0.010707 -0.029818 0.004087 0.006182 -0.052239 0.01407 -0.008022 -0.014064 0.032769 0.026657 -0.006751 0.064003 0.012422 0.062553 -0.028627 0.010144 -0.006341 -0.017606 -0.005382 -0.018352 -0.084556 0.020294 -0.01268 0.032354 0.017843 0.046012 0.042811 -0.005163 -0.018246 -0.007948 -0.011851 -0.026814 -0.017492 -0.014669 0.039405 -0.034818 0.018948 -0.063114 0.018389 0.000464 0.0862 0.020388 -0.00712 0.00052 0.035801 -0.049703 -0.052687 0.069273 -0.003295 0.011814 -0.076131 -0.005432 0.015039 0.060462 0.073003 -0.013914 0.025441 -0.013841 -0.041174 0.008237 -0.018518 -0.039333 0.030484 0.052618 0.012963 -0.004447 -0.030516 0.036853 -0.045505 0.041189 0.004271 -0.049487 -0.045318 0.002262 0.046095 -0.055463 -0.06157 -0.001746 -0.004228 -0.058044 -0.042661 0.056078 0.002181 0.030135 -0.032448 -0.007024 -0.033325 0.004995 0.034455 -0.106331 -0.008699 0.031884 0.036407 -0.051265 -0.072522 -0.008096 0.044281 -0.034719 1e-06 0.009842 -0.028331 -0.063044 -0.044976 0.01348 0.009089 0.032512 0.008348 0.028101 -0.00299 -0.004543 0.039343 -0.034331 -0.001074 -0.030218 0.044969 -0.000175 0.074625 0.04494 -0.00415 0.028431 -0.014078 -0.017716 0.016507 -0.012123 -0.006091 -0.025283 0.000326 0.002885 0.02236 -0.018187 -0.039546 0.022859 0.002043 -0.026416 -0.042055 -0.040999 -0.011577 -0.01685 -0.04066 0.045718 0.068731 0.012829 0.048259 -0.015944 0.045001 -0.014368 -0.009129 0.066777 -0.013312 0.078198 0.08884 0.026705 -0.014076 0.014225 -0.073657 -0.065665 -0.01894 0.024814 0.033674 -0.02985 -0.042029 0.01756 -0.015999 0.057105 -0.029167 -0.026354 -0.029888 -0.049076 -0.018494 0.014573 0.015752 0.043195 -0.010883 0.000572 -0.025657 0.009103 -0.001133 -0.003795 0.033426 0.046977 -0.080122 -0.002741 -0.024967 0.044627 0.024282 -0.032153 -0.000122 0.029725 -0.010855 -0.059767 -0.027693 0.011947 -0.064883 0.021134 -0.107637 -0.041577 -0.003224 0.047256 0.012205 0.039457 0.007916\nঞ 0.046128 -0.007857 -0.043266 0.006231 0.000636 0.025268 -0.005064 -0.014634 -0.026183 -0.026685 0.008225 0.017175 -0.011709 -0.002355 0.014701 0.008858 0.017117 -0.012922 -0.013978 -0.025285 -0.017367 0.000697 0.005005 0.007707 0.000892 -0.006033 -0.000109 -0.010166 -0.017393 -0.026 0.015005 -0.017421 -0.007162 -0.018823 -0.001511 0.009783 -0.000964 0.004541 0.007717 0.02979 -0.018427 0.011925 0.006078 -0.009235 -0.017399 -0.013479 0.006493 -0.000252 0.00449 0.011663 0.007577 0.025211 0.021584 -0.002201 0.029219 -0.0005 0.006552 0.028232 -0.028935 0.024977 -0.010944 -0.014724 -0.011452 -0.005111 0.007947 0.017417 0.031926 -0.020721 0.021447 0.013775 -0.045005 -0.000661 0.020787 0.015236 -0.035909 -0.006941 -0.003671 0.028507 -0.010749 -0.008557 -0.003954 0.011666 0.015756 -0.003455 -0.003938 -0.025556 0.008196 -0.01054 -0.015091 0.011457 0.009541 0.012882 0.006902 -0.020619 0.015519 4.2e-05 0.007752 -0.027203 -0.014863 0.00177 -0.006801 -0.001089 -0.00209 -0.037913 0.006601 -0.000907 -0.001063 -0.017751 0.024561 -0.003638 0.038431 0.014629 0.008023 -0.00815 0.012827 -0.013454 -0.021392 -0.001184 0.001621 -0.0228 0.020289 0.005432 0.045241 0.004683 0.017762 0.012594 -0.018847 0.005197 0.002787 -0.012333 0.005368 0.004868 -0.002862 0.012041 -0.006468 0.014566 -0.033452 -0.003931 0.010489 0.031618 -0.00893 -0.004306 0.006375 0.007798 -0.019735 -0.022239 0.02149 0.018536 3.3e-05 -0.02453 0.012141 -0.009741 0.025501 0.017613 -0.009553 0.004471 0.020828 -0.00979 0.006169 -0.015932 -0.018638 -0.005414 0.029579 0.009446 0.001406 -0.023462 0.006605 -0.006153 0.00749 0.020035 -0.019 -0.023533 3.5e-05 0.008408 -0.014249 -0.022938 -0.019457 -0.012216 -0.028832 0.000585 0.028602 0.017006 0.009072 -0.013838 -0.008083 -0.017777 0.004547 0.018286 -0.034067 0.008986 0.022141 0.027634 -0.019785 0.001537 -0.005501 0.02144 0.00374 0.012879 -0.006003 -0.000922 -0.013645 -0.00531 0.024909 0.008439 0.023405 0.024687 -0.021631 -0.013545 -0.023725 0.023842 -0.000676 0.01845 -0.008667 0.016058 -0.015633 0.041502 0.016273 -0.020411 0.009869 -0.01536 0.016167 -0.008531 -0.013025 0.004798 -0.001278 0.003979 0.017104 0.021304 -0.007412 -0.004797 0.012913 0.009303 0.005856 -0.023346 -0.023912 -0.003236 -0.021724 -0.023924 0.02155 0.02864 0.010083 0.014958 -0.009462 -0.003586 0.000546 0.014794 0.039255 0.018608 0.027283 0.044893 0.017103 0.00878 0.006636 -0.01663 -0.023232 -0.013087 0.004395 -6e-05 -0.017334 -0.005751 -0.007083 -0.029409 0.015715 -0.019668 -0.028182 -0.005796 -0.031007 -0.000402 0.011962 -0.001728 0.011047 0.017247 0.021069 -0.004574 0.020299 -0.020699 -0.028211 0.004663 0.002695 -0.037184 -0.008076 -0.011459 0.004622 -0.011595 -0.024186 -0.012089 0.021801 -0.001374 0.008039 -0.022309 0.006031 -0.026213 0.01088 -0.040662 -0.011654 0.020425 0.004214 0.015066 0.017906 -0.007451\nဣ 0.044704 -0.015018 -0.072712 0.02979 0.032548 0.053463 0.022916 -0.001037 -0.045729 -0.039991 0.041472 0.016407 -0.001164 -0.044758 0.038941 -0.00258 0.009292 -0.053453 -0.012258 -0.052082 -0.045917 0.027622 -0.000936 0.035643 0.005098 0.034991 0.000418 -0.006933 -0.009461 -0.041157 0.024191 -0.049524 -0.022179 -0.050032 0.018228 0.038501 -0.069615 0.083107 0.021875 0.044158 -0.060627 0.029415 -0.017749 -0.00946 -0.033416 -0.04238 0.070229 0.010866 -0.006562 0.024062 -0.00039 0.103964 0.052878 -0.045358 0.054397 -0.000393 0.003562 0.044995 -0.011533 0.038479 -0.060585 -0.025582 -0.002362 -0.00668 -0.006409 0.03205 0.065975 -0.020876 0.066633 0.035317 -0.046727 -0.00797 0.010789 0.011691 -0.071742 -0.004116 -0.05058 0.031347 -0.031276 -0.036342 0.024239 0.019482 0.00163 0.009565 -0.05418 -0.089794 -0.003135 0.003845 -0.03862 -0.011316 -0.005158 0.033295 0.006341 -0.051264 0.034481 -0.020428 0.012914 -0.059174 -0.009217 -0.007697 -0.039073 0.001368 -0.00203 -0.050486 0.033666 -0.000799 -0.023916 -0.005024 0.044569 -0.012094 0.0599 0.022875 0.038967 0.003428 0.002336 6.7e-05 -0.021815 0.004593 -0.008684 -0.074753 0.01897 0.021345 0.069319 0.022515 0.040654 0.025334 -0.001381 -0.034543 -0.014891 -0.0112 -0.016179 -0.005322 -0.0298 0.044932 -0.028462 0.049718 -0.028582 0.027349 0.001594 0.066239 -0.026046 -0.01101 0.008704 0.046124 -0.051361 -0.052469 0.054577 0.029106 0.024476 -0.065254 0.014464 0.017568 0.03918 0.030319 0.003343 0.016802 -0.009442 -0.051602 0.004486 -0.012162 -0.019815 0.027213 0.0494 0.029814 0.006677 -0.009714 0.02711 -0.046423 0.046664 0.04711 -0.050039 -0.020958 -0.009342 0.047333 -0.020268 -0.043825 -0.014473 0.007064 -0.05828 -0.050879 0.056576 -0.023024 -0.004556 -0.021513 -0.017088 -0.029448 0.000387 0.033772 -0.07155 0.007688 -0.00934 0.039352 -0.047113 -0.070892 -0.001046 0.046786 -0.026206 2.4e-05 -0.005502 0.003224 -0.06037 -0.083654 0.011127 0.012553 0.016504 0.012549 0.015447 -0.029248 -0.004951 0.092188 -0.042326 0.005645 -0.034695 0.04514 0.022484 0.082548 0.004035 -0.042764 0.001319 0.004447 -0.001411 0.014973 -0.000956 0.016112 -0.029166 -0.013454 -0.02388 -0.008527 -0.037193 -0.028875 -0.006996 -0.011331 0.016745 -0.036052 -0.036658 -0.03138 -0.020701 -0.064767 0.051726 0.030015 0.00224 0.033171 -0.006032 0.029332 -0.006055 0.013301 0.062193 -0.011546 0.038753 0.067576 0.016797 0.013578 0.034439 -0.067914 -0.051271 -0.03305 0.023835 0.040556 -0.048148 -0.032993 0.025771 -0.021997 0.052834 -0.017278 -0.048363 -0.014552 -0.056709 -0.013484 0.005959 0.017394 0.022555 -0.005733 0.017384 -0.006726 0.028149 0.010323 0.003434 0.031292 0.047017 -0.063743 -0.016731 -0.022238 0.01249 0.011643 -0.014168 0.005749 0.028205 -0.025462 -0.036849 -0.030172 0.01055 -0.069449 0.0272 -0.081697 -0.01311 0.002589 0.022424 0.017823 0.033468 -0.009389\nអ 0.02478 0.006912 -0.025443 0.020262 0.007549 0.04634 0.017217 0.003987 -0.017485 -0.03069 0.038187 0.010433 -0.007727 -0.013904 0.03702 -0.008955 0.011414 -0.031471 -0.003016 -0.041584 -0.016485 0.000897 0.005437 0.015391 -0.00372 0.015952 -0.012293 -0.014647 -0.019068 -0.028172 0.027741 -0.043581 -0.014137 -0.038172 0.012008 0.014567 -0.029225 0.04549 0.005028 0.016262 -0.027628 0.022521 0.006015 -0.000458 -0.024672 -0.018282 0.027858 -0.001596 0.001158 0.011554 -0.00513 0.04667 0.033878 -0.032875 0.041948 0.010009 0.012217 0.029906 -0.009856 0.014794 -0.035062 -0.027411 -0.013769 -0.00417 0.016654 0.022324 0.047995 -0.02009 0.034169 0.021233 -0.055616 -0.012413 0.015054 0.021476 -0.041383 0.012291 -0.021196 0.016263 -0.032488 -0.013032 0.024738 0.011906 -0.001356 0.019875 -0.006799 -0.060413 0.012598 -0.001681 -6.6e-05 -0.007634 -0.011838 0.029407 0.017607 -0.006951 0.013531 -0.008021 0.001256 -0.040349 -0.005097 -0.011948 -0.025904 0.003045 -0.004158 -0.029699 0.01067 0.004601 -0.021481 0.002233 0.032769 -0.0034 0.049369 0.022096 0.019358 -0.005226 0.004232 -0.004836 -0.008572 -0.012231 -0.02289 -0.037209 0.030767 -0.001978 0.042757 0.002107 0.028561 0.009276 -0.010028 -0.004852 -0.012577 -0.012271 -0.004522 0.003344 -0.014865 0.03605 -0.020309 0.013757 -0.030463 0.004754 0.007822 0.044129 -0.002837 -0.011929 0.000278 0.018531 -0.037719 -0.051427 0.043821 0.007256 0.00201 -0.041712 0.017732 0.012212 0.036954 0.028902 0.008118 0.011777 -0.000386 -0.034047 0.014306 -0.017686 -0.017231 0.025252 0.026488 0.011852 -0.002385 -0.022227 0.025304 -0.018218 0.024847 0.028863 -0.025377 -0.024501 -0.010545 0.032171 -0.012794 -0.022413 -0.009635 -0.001835 -0.050586 -0.013369 0.044306 -0.000935 0.009014 -0.011358 -0.008023 -0.01841 0.011311 0.018332 -0.04694 0.007378 0.004427 0.022027 -0.025494 -0.034496 0.011252 0.047154 -0.026672 0.019525 0.00958 0.0006 -0.022133 -0.028059 0.023999 0.025053 0.026897 0.016602 0.010149 -0.013814 -0.012262 0.037225 -0.023059 -0.009638 -0.00874 0.012304 -0.001025 0.042463 0.010275 -0.015125 0.016306 8.9e-05 -0.014041 0.006602 0.000672 0.005236 -0.023354 0.004033 -1e-06 0.019403 0.004726 -0.01383 -0.016628 0.003621 -0.001012 -0.027237 -0.031451 -0.000337 -0.017571 -0.024718 0.022084 0.016208 0.015631 0.027412 -0.024267 0.006662 -0.010746 -0.000676 0.02292 -0.000622 0.042262 0.053332 0.018917 0.013786 0.001111 -0.03368 -0.026734 -0.010727 0.000777 0.018424 -0.022792 -0.007562 0.0079 -0.013151 0.027999 -0.026367 -0.028152 -0.015108 -0.03218 -0.015165 -0.000992 0.006607 0.018399 0.003271 0.016834 -0.004557 0.016637 -0.001982 0.010612 0.024964 0.034662 -0.052639 -0.003125 -0.013758 0.013896 0.014593 -0.010341 -0.014886 0.013089 -0.004963 -0.017611 -0.012138 0.007507 -0.041508 0.009145 -0.067104 -0.011426 0.005675 0.003176 0.019555 0.012346 -0.009027\nڬ 0.017204 0.00163 -0.041199 0.025976 -0.002994 0.011668 0.012926 -0.006916 0.005936 -0.017112 0.015938 0.006574 -0.013013 -0.020443 0.020806 -0.003589 0.014214 -0.00174 0.003004 -0.040079 -0.018557 0.01079 0.009852 7.6e-05 0.009112 -0.006695 -0.01126 -0.018082 -0.007286 -0.003732 -0.005301 -0.005757 0.000308 -0.029972 0.012191 0.017039 -0.013085 0.022866 -0.008715 0.018104 -0.017369 0.008476 -0.003821 -0.00424 -0.012268 -0.006004 0.025282 -0.006085 0.014244 0.007299 -0.00067 0.019765 0.016578 -0.011552 0.03122 -0.003053 0.006739 0.010517 -0.006283 0.007995 -0.025368 -0.008069 -0.005348 -0.006305 0.00904 0.009863 0.026434 -0.015821 0.022601 0.011853 -0.043362 -0.008832 -0.005909 0.029508 -0.027035 0.010428 -0.032426 0.006076 -0.014201 -0.023778 -0.008672 0.00139 0.010437 -0.004873 -0.004615 -0.028609 0.009771 -0.007907 -0.004768 -0.012842 0.001242 0.002972 0.011182 -0.013548 0.012631 0.0051 -0.010096 -0.023724 -0.011078 0.014588 -0.002792 0.010595 0.009704 -0.021229 0.007715 -0.00204 -0.004902 0.01492 0.017736 -0.015292 0.045492 0.032517 0.03587 -0.018986 7.2e-05 -0.011216 0.01845 0.001805 -0.003061 -0.004989 0.026643 0.00282 0.025189 0.013979 0.025206 0.004157 -0.022742 -0.00025 0.006799 -0.017714 0.005711 0.004787 -0.002438 0.037597 -0.007707 0.003392 -0.023166 0.021808 0.009421 0.010333 -0.002016 -0.024222 0.002616 0.024104 -0.020332 -0.039184 0.028952 0.003952 0.001537 -0.025503 0.007075 -0.008532 0.024008 0.014484 0.003509 0.000914 0.000938 -0.010697 0.018877 -0.014389 0.002541 0.013148 0.009383 0.036671 -0.010388 -0.022378 0.018932 -0.000445 0.014356 0.011771 -0.006891 -0.009793 0.006638 0.013385 -0.008746 -0.029718 0.001711 -0.006347 -0.024504 -0.001766 0.01193 0.002573 0.002496 -0.011027 0.001929 -0.008813 -0.015333 0.019868 -0.018459 0.012105 0.013983 0.015568 -0.042695 -0.006812 0.000647 0.032453 -0.011012 0.015104 0.004129 0.002185 -0.011076 -0.006797 0.004742 0.014447 0.007567 0.01727 0.007216 -0.010868 0.019119 0.025776 -0.002969 -0.002376 -0.015264 -0.013534 -0.010344 0.034709 0.021569 -0.023549 0.000517 -0.006355 -0.005446 -0.000833 0.000799 -0.017626 -0.030705 -0.011206 -0.007434 0.030548 -0.006862 -0.024163 -0.008136 -0.01316 -0.002255 -0.033727 -0.018072 -0.001708 -0.017008 -0.023856 0.005392 0.015409 0.017015 0.00966 -0.019898 0.004188 0.001755 0.019923 0.017315 -0.016719 0.011722 0.033113 0.00522 -0.005706 -0.000973 -0.017518 -0.017333 -0.006307 -0.012088 0.006623 -0.02065 0.021544 -0.003763 -0.008792 0.016339 -0.035794 -0.013295 -0.020231 -0.021645 -0.01253 -0.005506 -0.002518 0.002867 0.01009 0.004638 0.004261 0.003626 -0.000441 -0.004843 -0.011881 0.018625 -0.023331 0.010754 -0.007441 0.000563 0.002994 -0.014905 -0.003229 0.011455 0.013358 -0.00668 -0.020904 -0.01097 -0.019433 0.007023 -0.045876 -0.003905 0.010944 -1.4e-05 0.02334 -0.007497 0.004418\nȯ -0.02002 0.017015 0.029147 0.014492 -0.026303 -0.005076 0.000226 -0.006012 0.021263 0.008505 -0.053674 -0.029658 0.008328 0.007198 -0.040432 -0.044024 0.006939 0.028844 0.031826 0.017461 0.031604 -0.023112 -0.025551 -0.034003 -0.008184 -0.050994 -0.028875 -0.007492 0.000925 0.042378 0.013915 0.006346 0.000645 0.038802 0.003523 0.00998 0.018113 -0.042844 0.028063 -0.025095 0.022693 -0.024611 -0.006902 0.014041 0.035314 0.066351 -0.005752 0.003566 -0.016434 -0.006836 0.0024 -0.064713 0.010855 0.035733 -0.0055 -0.002831 0.012693 -0.033473 0.034472 -0.011377 0.028033 0.026914 0.011021 0.049774 -0.023588 -0.004876 -0.02286 0.013064 -0.016496 -0.011618 0.022029 -0.022417 -0.037828 0.023732 -0.014194 0.013479 0.015946 -0.02619 0.043957 0.005459 -0.03446 -0.026465 0.02616 -0.021321 -0.035851 0.026251 -0.001399 0.018151 0.025563 -0.02494 0.026796 -0.00019 -0.039462 -0.042995 0.012956 0.003566 -0.019129 0.041588 0.009939 0.027292 -0.032374 0.009777 0.002327 0.008534 0.002354 -0.004649 -0.011798 0.038125 -0.013807 0.030663 0.013116 -0.017278 0.011991 -0.022581 -0.01496 0.003332 0.033449 0.004214 0.028343 0.015544 -0.024019 0.02831 -0.035051 0.016836 -0.017174 -0.05692 -0.010847 0.044816 0.005432 -0.001956 0.002733 0.054329 -0.018222 -0.05309 -0.00302 -0.054311 0.015188 -0.017714 -0.028821 -0.007886 0.001369 0.015342 -0.029793 -0.00074 0.045101 -0.003057 0.01332 -0.001814 -0.023587 0.012934 -0.031233 -0.004818 -0.034343 -0.007829 0.024712 -0.008675 -0.002576 0.015064 -0.04421 0.016917 -0.059743 -0.035667 -0.013368 -0.048433 -0.035634 0.030853 -0.014089 0.026626 -0.018983 -0.006718 0.026815 0.032599 0.028697 -0.000932 -0.007794 0.020383 0.027602 -0.004765 0.01663 -0.000789 -0.011648 0.001879 -0.01835 0.024604 0.000574 -0.010759 -0.041668 -0.024966 0.028068 -0.017018 0.018346 0.006906 -0.022132 0.013757 0.01608 -0.03851 0.02277 0.000725 0.024274 0.025374 0.020858 0.05125 -0.02525 0.042393 -0.002934 -0.019201 -0.027189 0.012439 -0.019392 -0.010221 0.009213 -0.017971 0.021674 -0.006241 0.02597 -0.044816 -0.011782 0.022797 0.000596 0.020023 -0.003492 0.015855 0.043954 -0.011594 -0.015161 0.00935 0.021548 -0.009308 0.037995 0.02653 0.029202 0.008985 0.006531 -0.011277 0.02104 -0.015953 -0.001327 -0.015135 -0.013197 0.01263 -0.002739 -0.005187 0.015406 -0.012957 -0.010844 0.037376 -0.025389 -0.035926 -0.030874 -0.057163 -0.036813 -0.020805 -0.001913 0.051529 -0.006235 0.016916 -0.012768 -0.010833 0.006006 -0.00183 -0.005491 0.029129 -0.008362 0.046917 -0.000674 0.043959 0.001922 -0.000928 -0.00134 -0.010034 -0.002476 0.018093 -0.00273 -0.008306 0.001965 -0.050427 0.016234 -0.010666 0.00078 -0.000688 -0.016218 0.00692 -0.015108 0.01447 0.052829 0.037168 0.032522 -0.001263 0.000225 -0.028633 0.01261 -0.00731 0.016062 -0.000352 -0.02637 0.003829 0.004652 -0.03402 -0.040044 -0.042377\nರ 0.031369 0.002676 -0.034859 -0.006326 0.004585 0.028549 -0.025988 -0.020284 -0.03433 -0.033245 0.036837 0.01985 0.004047 -0.031752 0.014387 -0.014241 0.008179 -0.005894 0.002571 -0.055304 -0.006734 0.011919 0.019544 -0.017243 -0.003691 0.013398 -0.004056 -0.022427 -0.012332 -0.032485 0.01631 -0.00821 -0.020566 -0.013196 0.008181 -0.009898 -0.006174 0.033055 -0.004793 0.010522 -0.027403 -0.006907 0.025583 0.005349 -0.024045 -0.000224 0.023828 -0.008341 -0.009217 0.000893 -0.00167 0.025205 0.020068 -0.026238 0.038788 0.009628 -0.019466 0.005843 -0.001636 0.003671 -0.033634 -0.007109 0.001449 -0.006522 0.03053 0.004429 0.031531 0.009607 0.030306 0.012921 -0.052546 -0.007501 0.01749 0.0225 -0.028287 -0.001303 -0.018278 -0.001251 -0.047334 0.008562 -0.002335 -0.009865 -0.001853 -0.013889 -0.003235 -0.014829 0.000571 -0.014614 0.003134 -0.008124 -0.009927 0.005775 0.020705 -0.004832 0.013042 0.003539 -0.01786 -0.039137 -0.007907 -0.01362 -0.023036 0.020657 0.006578 -0.015245 0.017898 -0.011601 -0.023761 0.009254 0.042347 -0.006733 0.032682 0.030384 0.014784 -0.027875 0.007911 -0.010832 0.005423 -0.001712 -0.01533 -0.008517 0.023498 -0.00152 0.030498 0.030801 0.026641 0.005162 -0.010038 0.012257 -0.001766 -0.021476 -0.014293 -0.006282 0.000577 0.019058 -0.0136 -0.00495 -0.019249 0.015557 0.023426 0.021376 -0.000504 -0.008374 0.010359 -0.010713 -0.040489 -0.021752 0.062223 0.023098 0.004707 -0.021934 0.006137 0.021322 0.03375 -0.002518 0.000579 0.004713 0.01893 -0.027694 0.013847 -0.005721 -0.041902 -0.004938 0.018734 0.001574 -0.026791 -0.000855 0.02177 -0.016547 0.018604 0.001996 -0.017569 -0.013685 -0.016581 0.035519 0.009559 -0.0217 -0.002167 0.000402 -0.029616 -0.005215 0.002634 -0.015837 0.02635 -0.015313 -0.017602 -0.031615 0.018486 0.010547 -0.016668 0.004794 0.039359 0.030289 -0.015099 -0.018484 0.006763 0.024923 -0.011577 0.008963 0.003862 -0.00016 -0.024285 -0.0207 0.011478 0.037592 0.011003 0.00364 0.01959 -0.024549 -0.003494 0.030398 0.00155 -0.022317 0.010595 0.013971 0.017635 0.043596 0.027126 -0.00678 0.026958 0.011141 0.001628 -0.005221 0.01801 -0.009047 -0.017863 -0.008567 -0.003164 0.001412 -0.005112 -0.01177 0.000521 -0.01231 0.001892 -0.009418 -0.028275 -0.005634 -0.002994 -0.020118 0.014936 0.014367 -0.008297 0.005933 -0.021513 0.018897 -0.009788 0.014527 0.012143 -0.002856 0.017167 0.02619 0.011281 0.012535 -0.006852 -0.015745 -0.000659 -0.006437 -0.003754 0.027108 -0.027477 -0.004983 -0.012699 -0.018658 0.020227 -0.015916 -0.0259 -0.022365 -0.017742 -0.015638 0.011613 0.010969 0.016954 0.004212 0.014235 0.014102 0.005058 -0.005869 0.006328 0.022542 0.053735 -0.039666 0.014736 -0.005976 0.014679 1.3e-05 -0.003959 -0.016981 0.047514 -0.004545 0.001497 0.000806 0.001051 -0.006925 0.010481 -0.060368 0.009063 -0.003264 -0.003533 0.006543 0.012066 0.017244\nྲ 0.038459 0.001501 -0.059372 0.024847 0.012771 0.046241 0.015339 -0.003918 -0.012287 -0.033259 0.038425 0.014322 -0.006518 -0.027901 0.030459 -0.001983 0.003925 -0.023079 -0.011326 -0.040449 -0.00984 0.00738 0.008268 0.013473 0.007173 0.027573 -0.019877 -0.012431 -0.018739 -0.025156 0.021747 -0.043314 -0.027332 -0.054856 0.017172 0.017542 -0.049767 0.04769 0.012818 0.02443 -0.029603 -0.000191 -0.008331 0.001604 -0.029491 -0.02839 0.033022 0.0008 0.000263 0.029452 0.004488 0.060682 0.029845 -0.033168 0.040729 0.011361 -0.006828 0.014246 -0.010896 0.036852 -0.036128 -0.033451 -0.015392 -0.021924 0.016412 0.028912 0.046703 -0.02831 0.04325 0.026198 -0.062684 -0.010492 0.026609 0.018253 -0.047226 0.004154 -0.039641 0.025422 -0.033872 -0.0163 0.011362 -0.004475 0.008943 0.019358 -0.021104 -0.064458 0.005931 0.001962 -0.023185 -0.005503 -0.00823 0.02261 0.006886 -0.013938 0.013419 -0.000502 0.00014 -0.040616 -0.006612 -0.009142 -0.020329 0.005391 -0.004626 -0.040515 0.013832 -0.008018 -0.020725 0.005014 0.041512 -0.008734 0.051394 0.01816 0.028209 -0.025795 0.01407 -0.001236 -0.015883 -0.000743 -0.01889 -0.041621 0.029559 -0.003373 0.047906 0.023568 0.038382 0.01234 -0.014001 -0.022256 -0.01173 -0.019074 -0.017188 -0.007903 -0.014295 0.030944 -0.028632 0.022527 -0.033466 0.002805 0.006426 0.055881 -0.006969 -0.019473 0.008855 0.042899 -0.043077 -0.048067 0.050959 0.003244 0.00199 -0.037696 0.004134 0.017458 0.031829 0.025597 -0.009565 0.003967 -0.003686 -0.024879 0.027897 -0.024725 -0.01298 0.015646 0.029813 0.021496 -0.014837 -0.029005 0.021514 -0.022519 0.02585 0.028453 -0.031051 -0.026741 -0.004955 0.03355 -0.018554 -0.042268 -0.021084 -0.008579 -0.048642 -0.018865 0.038228 -0.005705 0.004338 -0.008657 -0.008824 -0.020112 0.004722 0.027488 -0.075451 0.005512 0.01045 0.036846 -0.032591 -0.047455 0.002886 0.050788 -0.030166 0.012118 0.0016 -0.000293 -0.043456 -0.034043 0.018225 0.03839 0.021871 0.019398 0.0157 -0.008534 -0.012954 0.050859 -0.029337 -0.010551 -0.007641 0.028446 -0.006801 0.074309 0.004114 -0.024913 0.000836 4e-06 -0.018111 0.013722 -0.004749 0.00562 -0.032048 -0.001322 -0.003038 0.020403 -0.005615 -0.03556 -0.013142 -0.001099 -0.003893 -0.031 -0.034043 -0.001991 -0.016381 -0.03058 0.031565 0.021111 0.006574 0.037023 -0.024146 0.007725 0.007115 -0.014805 0.042442 0.001419 0.047294 0.055808 0.028226 0.00629 -0.000359 -0.048759 -0.035236 -0.024093 0.000399 0.030544 -0.028972 -0.008552 0.004288 -0.019498 0.031929 -0.033898 -0.027413 -0.018229 -0.040152 -0.023187 0.001478 -0.00382 0.017767 0.004157 0.005421 0.001378 0.008681 0.00995 -0.005306 0.019675 0.046187 -0.056585 -0.004268 -0.020951 0.013501 0.020018 -0.037555 -0.009033 0.00893 -0.012226 -0.025385 -0.026169 0.012728 -0.050031 0.015448 -0.076558 -0.023419 0.002332 0.018676 0.026031 0.030001 0.001391\n็ 0.029123 0.004594 -0.036185 0.025855 0.012854 0.032937 0.005687 0.000484 -0.015962 -0.028478 0.024849 0.001181 -0.008907 -0.021159 0.031398 -0.005994 0.009855 -0.024629 -0.004505 -0.03655 -0.009173 0.00489 0.00549 0.007901 0.002369 0.011855 -0.016864 -0.007469 -0.012906 -0.02499 0.013418 -0.026486 -0.012692 -0.035075 0.001639 0.019947 -0.03264 0.033875 0.011377 0.012015 -0.028344 0.006683 -0.004378 -0.004627 -0.022517 -0.019004 0.030217 0.004034 0.002022 0.005238 0.004142 0.03934 0.02873 -0.031299 0.034872 0.000383 -0.001442 0.02348 -0.01474 0.024919 -0.031235 -0.033492 -0.002405 -0.017926 0.014355 0.018018 0.029412 -0.013973 0.033518 0.013961 -0.04665 -0.010155 0.024681 0.011952 -0.048549 0.00419 -0.035028 0.021507 -0.032567 -0.014056 0.014548 -0.007958 0.004313 0.012121 -0.018681 -0.047517 0.00025 6e-06 -0.014626 -0.002957 -0.006822 0.021444 0.012666 -0.013811 0.014151 -0.004443 0.007031 -0.03081 0.005306 0.001699 -0.015892 0.007663 0.000174 -0.022579 0.012165 -0.001396 -0.009183 0.009517 0.026007 -0.002541 0.047385 0.016831 0.029057 -0.015407 0.006182 0.003547 -0.003413 0.002554 -0.000149 -0.037705 0.017104 0.001393 0.041685 0.022599 0.037857 0.01055 -0.008849 -0.017205 -0.004354 -0.014057 -0.005133 -0.005763 -0.016966 0.026679 -0.017971 0.01083 -0.025438 -0.000753 0.005096 0.039896 -0.001068 -0.008367 0.004621 0.027677 -0.035437 -0.049222 0.038967 0.001807 -0.001471 -0.040993 0.004833 0.009704 0.034422 0.024679 -0.002657 0.007819 0.002832 -0.025609 0.015478 -0.020147 -0.012908 0.007348 0.021019 0.015785 -0.010334 -0.010121 0.021718 -0.018872 0.022574 0.016541 -0.024057 -0.019775 -0.010328 0.030024 -0.02313 -0.028867 -0.000333 -0.006378 -0.036655 -0.012873 0.030458 -0.010946 0.004832 -0.008627 -0.00376 -0.008584 0.006231 0.017827 -0.051238 -0.001603 0.011993 0.02887 -0.033012 -0.037084 0.011819 0.032471 -0.016034 0.008261 0.00361 0.003638 -0.031761 -0.024443 0.012771 0.026803 0.024204 0.016105 0.009938 -0.007078 0.000478 0.030122 -0.018374 -0.002066 -0.004687 0.018907 -0.00243 0.057383 0.001275 -0.019681 0.007792 -0.00958 -0.004031 0.01174 -0.002468 0.007282 -0.023237 -0.000695 -0.006337 0.019238 -0.00564 -0.026868 -0.007234 0.003341 -0.00374 -0.021857 -0.030662 7.4e-05 -0.00811 -0.036336 0.019373 0.027457 0.011328 0.030189 -0.024558 0.012926 0.005946 -0.003674 0.03327 -0.003774 0.031046 0.049611 0.019937 0.005907 -0.005249 -0.037638 -0.027653 -0.01789 -0.004101 0.025352 -0.025243 -0.014948 0.011444 -0.007386 0.022863 -0.021409 -0.024828 -0.026207 -0.031009 -0.014682 0.007078 -0.000672 0.015797 9.2e-05 0.011737 -0.003289 0.010778 0.000111 0.00037 0.00701 0.03859 -0.047208 0.005322 -0.012286 0.007669 0.013397 -0.012365 -0.004917 0.022229 -0.010729 -0.026634 -0.016413 0.005051 -0.038899 0.010616 -0.064637 -0.00631 0.007073 0.00855 0.017624 0.01524 0.00033\nொ 0.023668 0.005928 -0.054585 0.025304 0.010083 0.040834 0.012828 -0.002443 -0.022186 -0.035284 0.028245 0.01377 -0.014054 -0.029573 0.03422 -0.002043 0.008966 -0.026054 -0.0064 -0.050865 -0.013121 -0.014397 -0.004517 0.007924 0.010769 0.020624 -0.003406 -0.014187 -0.010747 -0.030695 0.010841 -0.031261 -0.032735 -0.038425 0.021026 0.02266 -0.040733 0.041723 0.013141 0.023078 -0.041583 0.023191 0.009691 -0.003432 -0.025281 -0.019182 0.025993 -0.009487 -0.000208 0.011146 -0.003869 0.065592 0.036329 -0.033195 0.043761 -0.002513 -0.008944 0.02317 -0.007216 0.025995 -0.032351 -0.023261 -0.017834 -0.011346 0.003515 0.014585 0.058343 -0.008225 0.037132 0.030681 -0.050465 -0.005291 0.016341 0.022477 -0.036803 0.012152 -0.017527 0.03505 -0.033667 -0.016409 0.006808 0.002331 -0.00637 0.020455 -0.015173 -0.068586 0.003058 -0.011148 -0.028 -0.011541 -0.016332 0.022225 0.006718 -0.011436 0.016376 -0.013043 -0.001904 -0.031874 -0.013647 -0.004278 -0.01668 0.001579 0.00208 -0.046161 0.015252 -0.005931 -0.011983 0.013121 0.032212 0.00325 0.038911 0.013656 0.025668 -0.002589 0.003281 -0.001987 -0.018003 -0.003629 -0.012043 -0.038249 0.021946 0.002422 0.044112 0.015386 0.03028 0.012967 -0.00785 -0.00445 -0.01837 -0.020384 -0.0125 0.004544 -0.022233 0.031715 -0.023249 0.018104 -0.03262 -0.00488 0.004679 0.047025 0.001502 -0.006936 0.016744 0.026471 -0.031727 -0.056895 0.059011 0.007856 0.002652 -0.041621 0.01871 0.016482 0.037629 0.034448 0.002937 0.002567 -0.010149 -0.024965 0.021555 -0.020157 -0.026625 0.023119 0.024237 -0.000782 -0.014114 -0.022615 0.038996 -0.021786 0.025851 0.025935 -0.014085 -0.014099 -0.000792 0.03275 -0.020829 -0.03166 -0.014076 -0.016896 -0.035989 -0.026769 0.038982 -0.012175 0.002819 0.002469 -0.001088 -0.023296 -0.003919 0.024481 -0.050852 0.012485 -0.00931 0.021899 -0.040642 -0.043091 0.002641 0.058139 -0.016575 0.003471 0.00317 0.001005 -0.029536 -0.021256 0.017485 0.031166 0.012826 0.018911 0.003159 -0.011547 -0.00897 0.045967 -0.0241 0.004705 -0.006927 0.010395 -0.012682 0.053308 0.001184 -0.031747 0.013199 0.000327 -0.015617 0.007045 0.002617 0.020154 -0.023697 0.0053 -0.006319 0.035701 -0.003521 -0.015002 -0.004889 -0.00358 -0.00154 -0.019598 -0.034143 0.008558 -0.016333 -0.028372 0.029795 0.025909 0.006694 0.032086 -0.015631 0.010555 -0.001732 -0.006713 0.02884 0.008289 0.043708 0.060271 0.024724 0.015391 -0.003504 -0.035773 -0.040589 -0.019075 0.001245 0.026195 -0.024992 -0.010329 0.001491 -0.021162 0.03824 -0.023873 -0.028992 -0.010287 -0.04551 -0.001666 0.008099 -0.005118 0.018408 0.011008 0.016351 0.00107 0.017902 0.01115 -0.004897 0.018629 0.046152 -0.061839 0.003466 -0.018555 0.020005 0.012758 -0.003184 -0.003726 0.021137 -0.005909 -0.023863 -0.020987 0.009938 -0.037362 0.011243 -0.063874 0.001153 -0.000854 0.00997 0.022662 0.016804 -0.003113\nٗ 0.05356 0.027137 -0.026159 0.015192 -0.014322 0.030813 0.010379 -0.034882 -0.029708 -0.031287 0.031615 0.030249 -0.003352 -0.016993 -0.015399 0.013971 0.051931 -0.037394 -0.02126 -0.043287 -0.016415 0.041071 0.023388 0.044172 0.019195 0.018126 0.005522 -0.004127 -0.035629 -0.010517 -0.024936 -0.077946 -0.008334 -0.037268 -0.015012 -0.027713 -0.041715 0.05854 -0.001207 0.027472 -0.044627 0.004342 0.030972 0.005484 -0.013716 -0.033534 -0.018452 -0.025539 0.002727 -0.036585 -0.004881 0.016121 0.038817 -0.001149 -0.006158 0.045262 0.024475 0.013719 -0.019348 0.014092 -0.027769 -0.03101 -0.048611 0.002542 0.018191 0.00513 0.07314 0.00179 0.061849 0.032237 -0.06983 0.006637 0.026381 0.038742 -0.013142 -0.02492 -0.031014 -0.021678 -0.087267 0.021803 -0.004232 0.020976 -0.058635 -0.0439 -0.010242 -0.043644 -0.024307 -0.062846 0.012908 -0.038519 -0.010864 0.061911 0.05072 0.024874 0.004601 -0.014621 -0.061164 -0.017522 -0.045537 0.026471 -0.047389 -0.002417 -0.017777 -0.049726 0.033983 -0.038993 -0.034197 -0.011753 0.032014 0.003293 0.00455 0.046181 0.040149 -0.024748 0.028963 -0.019993 -0.024049 -0.000276 0.021763 -0.030927 0.039756 0.010096 0.003955 0.001675 0.016278 0.000204 -0.052951 0.013541 0.026347 -0.015513 0.017593 -0.055108 -0.014994 0.05179 -0.018759 0.017919 -0.030999 -0.006531 0.038499 0.053757 -0.001423 0.006292 -0.002685 0.017732 0.007215 -0.069867 0.047397 -0.009043 0.03148 -0.012633 0.006348 -0.013554 0.033642 0.008733 0.026787 0.018183 -0.000605 -0.015179 0.032683 -0.019029 -0.019468 0.002709 -0.00383 0.02411 -0.027793 -0.064684 -0.039836 -0.01197 0.037253 -0.010928 -0.003966 -0.038039 0.00024 0.034777 0.012357 -0.008313 0.001026 0.000488 -0.038699 0.030939 0.02129 -0.009629 0.049918 -0.042902 -0.040894 -0.017937 0.013254 0.015821 0.036371 0.004902 -0.004754 0.04521 -0.031857 0.011146 -0.014101 0.035872 -0.028847 0.025743 0.019276 0.001469 0.003681 -0.028018 0.016728 0.038744 0.032269 0.009121 0.024126 -0.007024 0.009962 0.031828 0.007504 0.00333 -0.031062 0.016886 -0.02909 0.049758 0.045318 -0.004462 0.021762 -0.012579 -0.008796 -5.1e-05 -0.039168 0.00688 -0.012493 -0.038167 0.019171 0.014643 -0.00274 -0.011785 -0.003024 -0.019044 0.008006 -0.027826 -0.01298 -0.043713 -0.017821 -0.024931 0.04115 -0.018213 0.01627 0.034643 -0.041418 -0.003267 -0.004384 0.017321 0.029424 0.033224 0.021397 0.014027 0.014219 0.024925 -0.012663 -0.023512 -0.001996 -0.046023 -0.015308 0.02613 -0.029451 0.042493 -0.033882 -0.002368 -0.006533 -0.029601 -0.051301 0.006741 -0.070432 -0.01268 0.010595 0.043793 -0.004138 0.028816 0.013246 -0.038128 0.015698 -0.045978 -0.043621 0.008482 0.055899 -0.042358 -0.030237 -0.037028 0.044606 0.014466 -0.023133 0.015135 0.097758 -0.022032 0.039057 0.021313 0.008756 -0.019329 0.037286 -0.036453 0.019586 0.004391 -0.024957 0.01441 0.055219 0.01065\nז 0.03605 0.004979 -0.049104 0.021813 0.016037 0.042844 0.00549 -0.004317 -0.021399 -0.030003 0.03956 0.018053 -0.004649 -0.030881 0.033275 -0.007469 0.009525 -0.025833 -0.011114 -0.046279 -0.015298 0.003216 0.006223 0.012073 0.007632 0.022859 -0.00677 -0.016593 -0.02026 -0.028146 0.024443 -0.029807 -0.02867 -0.046086 0.009599 0.012397 -0.046562 0.044796 0.0104 0.020661 -0.034303 0.009201 0.001568 0.00383 -0.03169 -0.028341 0.042968 0.001266 0.006041 0.013331 0.01015 0.058418 0.034968 -0.038979 0.050833 0.008087 -0.004826 0.030947 -0.015687 0.03223 -0.03346 -0.02799 -0.01239 -0.02187 0.01116 0.030172 0.04611 -0.011809 0.039003 0.022341 -0.055886 0.000518 0.025645 0.017239 -0.055545 0.001232 -0.035541 0.026678 -0.029926 -0.022554 0.017469 -0.003597 -0.001577 0.020347 -0.023537 -0.066781 -0.001146 0.000757 -0.023899 -0.003258 -0.008725 0.025101 0.003274 -0.017292 0.009209 -0.008002 0.001264 -0.041166 -0.00343 -0.001104 -0.018439 0.002163 0.001528 -0.035545 0.014871 -0.008291 -0.020279 0.012411 0.039402 -0.004757 0.052322 0.015305 0.026672 -0.013765 0.010848 0.003195 -0.015046 0.002717 -0.01564 -0.046878 0.030516 -0.000701 0.047071 0.025207 0.034984 0.011906 -0.010093 -0.016072 -0.021114 -0.023244 -0.020195 0.000423 -0.022324 0.03638 -0.016656 0.015135 -0.022755 0.011844 0.005679 0.053982 -0.004735 -0.012781 0.011318 0.031904 -0.040921 -0.056797 0.05624 0.010281 -0.00139 -0.051395 0.00285 0.013494 0.038096 0.026665 -0.004126 0.001426 -0.001609 -0.027735 0.014993 -0.024884 -0.023003 0.017966 0.02361 0.011308 -0.018784 -0.013572 0.020233 -0.026566 0.019497 0.027249 -0.036329 -0.028902 -0.010308 0.040672 -0.019642 -0.028744 -0.006215 -0.014892 -0.044599 -0.016775 0.040967 -0.010848 0.005495 -0.009566 -0.004396 -0.014319 0.008636 0.020884 -0.066934 0.004258 0.016563 0.030776 -0.04196 -0.046035 0.001512 0.04972 -0.02623 0.016712 0.0078 0.002372 -0.042546 -0.039354 0.018282 0.028938 0.022613 0.015428 0.009927 -0.009577 -0.012498 0.042968 -0.03001 -0.005504 -0.006456 0.022118 -0.001846 0.08002 0.001648 -0.023074 0.010192 -0.000222 -0.004297 0.009174 -0.008293 0.013374 -0.028331 0.002351 -0.000177 0.013501 -0.010709 -0.02462 -0.004999 -8.7e-05 -0.002764 -0.03257 -0.039941 -0.003798 -0.020331 -0.03538 0.03232 0.030502 0.009265 0.032137 -0.019108 0.010802 0.006389 -0.01351 0.044182 -0.006086 0.044432 0.062376 0.028595 0.009304 -0.001021 -0.047649 -0.041531 -0.022586 -0.004743 0.018103 -0.035203 -0.014329 0.009025 -0.013853 0.036003 -0.02757 -0.03754 -0.01959 -0.035578 -0.017305 0.003381 -0.008278 0.020401 -0.003721 0.013274 -0.001976 0.010547 -0.000222 0.000825 0.022165 0.051314 -0.050728 -0.004221 -0.01509 0.013889 0.018011 -0.024053 -0.001153 0.023342 -0.012367 -0.0239 -0.022561 0.009105 -0.042 0.011121 -0.07352 -0.005555 0.010012 0.016476 0.012107 0.025979 -0.003318\nř 0.026228 0.001103 -0.032981 0.022962 0.005025 0.035059 0.004694 -0.003747 -0.02221 -0.031988 0.033347 0.016362 -9.1e-05 -0.022706 0.013032 0.003157 0.006453 -0.029962 0.00016 -0.037718 -0.016247 -0.007999 3.4e-05 0.007069 0.002549 0.030631 0.008417 0.000497 -0.015424 -0.015109 0.017489 -0.029219 -0.015097 -0.024243 0.009398 0.010107 -0.027523 0.030403 0.011923 0.014356 -0.021037 0.009053 -0.000365 -0.002736 -0.017807 -0.014829 0.029013 0.005589 0.002946 0.015952 0.002028 0.041535 0.029532 -0.033629 0.028527 0.005772 0.00502 0.014346 -0.002362 0.018967 -0.010894 -0.026514 -0.00564 -0.014184 0.0169 0.007531 0.023543 -0.010515 0.027134 0.011623 -0.034636 -0.00789 0.016556 0.009918 -0.042483 0.001983 -0.028933 0.01868 -0.016477 -0.014954 0.014446 -0.006707 0.002162 0.020659 -0.023393 -0.045339 -0.003277 -0.003803 -0.017579 0.000658 -0.007321 0.02037 0.000126 -0.016951 0.003116 -0.006516 -0.004135 -0.031948 0.002436 -0.000277 -0.005638 -0.005472 0.006005 -0.014535 0.008263 -0.001339 -0.001278 -0.000615 0.020925 0.005465 0.028561 0.009599 0.015124 -0.003334 0.012795 -0.001353 0.001049 -0.003731 -0.016205 -0.023046 0.020855 -0.003644 0.0238 0.015899 0.029062 0.002192 -0.003965 -0.017892 -0.001279 -0.010084 -0.0213 0.000691 -0.008347 0.026137 -0.019703 0.013194 -0.014112 -0.001166 0.002046 0.04252 -0.008164 -0.000646 0.013074 0.017621 -0.024928 -0.03673 0.033284 0.004839 -0.0017 -0.028421 0.004291 0.006203 0.016001 0.019537 0.009713 0.004528 -0.011764 -0.021445 0.010695 -0.017728 -0.010389 0.017086 0.018752 0.006579 -0.008787 0.00075 0.017445 -0.019448 0.015928 0.013663 -0.02243 -0.022201 -0.004453 0.022407 -0.018111 -0.02487 -0.011752 0.001191 -0.018452 -0.01367 0.030327 -0.001028 0.005648 -0.001523 -0.004808 -0.016102 0.014187 0.018569 -0.043902 0.003799 0.007455 0.019108 -0.016434 -0.031488 -0.006143 0.020895 -0.01493 0.015269 0.00264 -0.001002 -0.027438 -0.019441 0.009695 0.016024 0.013625 0.017671 0.010435 -0.009972 -0.00974 0.018456 -0.021631 0.002122 -0.003409 0.011546 -0.009542 0.055526 0.002617 -0.023435 0.002234 0.006744 -0.006739 0.006032 -0.007363 0.00616 -0.016601 -0.003665 0.003763 0.013299 -0.004197 -0.010064 0.003235 0.001288 -0.000576 -0.021404 -0.030918 -0.001571 -0.000464 -0.022277 0.026978 0.02176 0.00833 0.019789 -0.012566 0.014618 0.005537 -0.012344 0.042473 0.001001 0.022271 0.036399 0.009605 0.007614 0.005539 -0.030679 -0.022446 -0.02042 -0.00789 0.009509 -0.02357 -0.018966 0.011753 -0.009116 0.019907 -0.012309 -0.022822 -0.01252 -0.013325 -0.012191 0.005228 -0.00577 0.013727 0.00505 0.008069 -0.006943 0.013421 0.002103 0.000688 0.017949 0.02584 -0.037423 -0.004043 -0.018283 0.009198 0.0118 -0.028778 -0.002764 0.002898 -0.005816 -0.01891 -0.015357 0.013488 -0.027284 0.010242 -0.039878 -0.015228 0.007014 0.006866 0.01593 0.020084 0.003377\nཝ 0.032086 -0.001063 -0.035704 0.028238 0.049707 0.053719 0.017888 -0.011757 -0.037076 -0.037237 0.070119 -0.011303 0.013506 -0.031442 0.037081 0.010546 0.007549 -0.037677 0.022021 -0.064392 -0.02123 -0.020854 -0.014137 -0.003956 0.021095 0.030162 -0.018683 -0.010777 -0.015267 -0.035715 0.040825 -0.045575 -0.048609 -0.09659 0.023231 0.04312 -0.046527 0.05305 0.03827 -0.001097 -0.042753 0.00429 -0.026189 -0.009115 -0.040623 -0.020017 0.004902 0.025994 -0.007208 0.020824 -0.007785 0.047976 0.010043 -0.031996 0.059093 0.043851 -0.002101 0.020758 -0.022858 0.058759 -0.034368 -0.012684 -0.018813 -0.062688 0.037647 0.026766 0.060103 -0.022333 0.012029 0.008551 -0.0652 -0.007639 0.031156 -0.007644 -0.012048 -0.000636 -0.059604 0.060877 -0.01341 -0.000138 0.012207 0.033212 0.008741 0.023131 -0.004229 -0.058659 -0.022756 -0.00023 -0.007015 -0.031379 -0.028666 0.038389 0.002774 -0.019491 0.021767 0.003296 0.005888 -0.036361 -0.007073 -0.045021 -0.004167 0.007965 0.018962 -0.037511 0.02548 0.049151 -0.00259 -0.00284 0.040309 -0.02176 0.058973 0.013935 0.036351 -0.014194 0.044205 -0.000522 -0.017016 -0.008605 -0.017507 -0.037512 -0.001873 0.020898 0.040736 0.040434 0.045864 0.051357 -0.019216 0.013447 -0.040287 0.014493 -0.030286 0.00218 -0.016149 0.025974 -0.032537 0.023894 -0.02508 0.017405 0.025299 0.038516 -0.023412 -0.015778 -0.01656 0.051075 -0.035103 -0.020264 0.023847 -0.040483 -3.9e-05 -0.006028 -0.00289 -0.028777 0.039886 0.005092 -0.033142 0.011903 -0.026973 0.018254 0.031815 -0.033561 -0.008461 0.005123 0.024249 0.025633 0.010884 -0.023559 0.035342 -0.033257 -0.000102 0.031848 -0.036274 -0.025932 0.020808 0.039361 -0.017105 -0.043812 -0.002738 -0.020106 -0.039152 -0.029977 0.037573 -0.016773 -0.001425 -0.023524 -0.013513 -0.003907 0.026019 -0.001253 -0.079797 0.020731 -0.022315 0.06727 -0.032058 -0.051146 0.030718 0.013848 -0.008871 0.009067 0.007971 -0.000381 -0.005157 -0.024398 0.036174 0.046949 0.00635 0.018899 -0.006881 -0.007062 -0.007507 0.055577 -0.049949 0.026418 -0.019281 0.018257 -0.023717 0.079092 0.001597 -0.008871 -0.017356 -0.000675 -0.03051 -0.008671 -0.027136 -0.009671 -0.047251 0.007071 -0.008282 0.038443 0.003045 -0.055759 0.008547 -0.013802 0.020829 -0.02588 -0.077735 -0.012706 -0.037727 -0.032678 0.030848 0.046298 0.021636 0.043829 -0.023729 0.02402 0.002318 -0.062579 0.073397 0.000299 0.052403 0.075047 0.027904 0.058363 0.012577 -0.068839 -0.047093 -0.013219 0.007929 0.025214 0.00613 0.026825 -0.030263 -0.029689 0.013413 -0.036385 -0.030431 -0.012412 -0.0237 -0.034324 -0.012605 -0.003219 0.003102 -0.013687 -0.003728 0.033385 0.024548 0.016412 0.016211 -0.01294 0.042868 -0.028992 0.000831 -0.018504 0.006577 0.019669 -0.050054 -0.006782 0.027538 -0.001606 -0.027598 -0.073718 0.003036 -0.043392 0.037584 -0.05437 -0.039013 -0.009334 0.048359 0.016944 0.041681 0.02078\nໜ 0.033864 0.016163 -0.020502 -0.004571 0.008906 0.012678 0.009821 0.006152 -0.023788 -0.014994 -0.00448 0.00406 -0.015264 0.000594 -0.004218 -0.017236 -0.000295 -0.008523 -0.000695 -0.013928 -0.006141 -0.001495 -0.000557 0.025948 -0.004364 0.008601 -0.017691 -0.011105 -0.004599 -0.005703 0.036845 -0.018748 -0.013612 -0.024632 0.007951 0.012906 -0.001468 -0.002374 0.003806 0.008675 -0.002123 0.023083 -0.017325 -0.027014 -0.011417 0.024287 0.009639 0.005493 0.009364 0.006146 -0.013781 0.020758 0.006117 -0.008167 0.017991 -0.014378 0.022848 0.009903 -0.015536 0.019987 -0.027937 -0.004234 -0.006152 0.01326 -0.003688 0.005622 0.016489 -0.016011 0.033619 0.012435 -0.019642 0.004136 0.005728 0.012278 -0.021312 0.005054 -0.003301 0.022748 -0.011028 -0.004574 0.008695 0.003614 0.008716 0.004597 -0.009968 -0.027984 -0.001097 -0.002542 -0.019311 0.000277 -0.017996 0.028611 0.025267 -0.033924 0.029182 0.009699 -0.008496 -0.007177 -0.004283 0.005161 -0.019291 0.026078 0.030278 -0.026447 -0.003734 0.024688 -0.025474 0.001996 0.031096 -0.0096 0.01522 0.003006 0.029707 -0.00077 -0.012741 0.002738 0.032702 -0.000176 -0.003154 -0.027795 -0.005635 -0.014196 0.027555 0.000587 0.038241 0.011685 -0.004 -0.008817 -0.001412 -0.025803 -0.015697 0.017895 -0.024481 0.009353 0.005035 0.006848 -0.028916 -0.001954 -0.016713 0.021562 -0.004992 -0.002354 -0.000803 0.016614 -0.032284 -0.028745 0.046712 0.009511 -0.019869 -0.02097 0.004385 -0.002435 0.013181 0.008152 0.020395 0.01032 0.012263 -0.017059 -0.009941 -0.039599 -0.019719 0.008559 -0.010372 0.010903 -0.020943 -0.004768 0.01695 -0.001063 0.030281 0.013024 -0.017762 -0.022305 -0.022326 0.020351 -0.02555 -0.021364 -0.001691 0.00022 -0.030307 -0.001799 0.017566 0.008985 -0.001856 -0.00457 0.00419 -0.009184 -0.007099 0.019893 -0.032733 -0.003124 -0.00028 0.031058 -0.015542 0.002038 0.040285 0.036477 -0.020485 0.015285 0.01038 0.004511 0.00026 -0.013057 0.001532 0.032825 -0.012499 -0.010294 -0.016194 -0.007371 0.004828 0.033234 -0.007478 -0.00287 -0.019071 0.002068 0.000121 0.005751 -0.009021 -0.005532 0.010705 0.010401 0.002338 0.002775 -0.018347 0.016117 -0.018688 -0.004118 -0.007065 0.00931 0.028058 -0.017053 -0.034056 0.015182 -0.001144 -0.029604 -0.04856 0.003046 -0.012031 0.006603 0.027055 0.001441 0.024099 0.030936 -0.038866 -0.005736 -0.02432 0.012327 -0.005667 -0.00994 0.017012 0.008662 -0.008303 0.009555 -0.003572 -0.000596 -0.03805 -0.005709 -0.005304 0.018299 -0.011837 -0.010309 -0.008299 -0.011417 0.029617 0.021105 -0.01363 -0.009215 -0.028158 -0.027771 0.013199 0.00809 0.00042 0.019641 0.007697 -0.028794 -0.00522 -0.000664 -0.002548 0.005284 0.033907 -0.033255 0.016508 -0.016644 0.000691 0.028109 -0.016201 -0.003697 0.024438 -0.012115 -0.02545 0.005966 0.012758 -0.03173 0.001012 -0.05166 -0.011911 0.009358 0.007206 0.019283 0.026677 -0.000142\n២ 0.034633 0.003723 -0.023512 0.014592 0.001052 0.028421 -0.005041 -0.00496 -0.013818 -0.023011 0.002883 -0.008081 -0.009721 -0.007393 0.016704 0.000876 0.002418 -0.023094 0.011068 -0.024656 -0.013868 -0.001344 0.020504 0.009475 -0.014197 0.015143 -0.015727 -0.009375 -0.02591 -0.015999 0.010973 -0.013775 -0.012118 -0.038057 0.012468 -0.002503 -0.010228 0.011859 0.00144 0.035057 -0.02534 0.019518 0.001943 -0.013261 -0.022492 -0.020269 0.020906 -0.014314 -0.001519 0.015457 0.004495 0.047151 0.017444 -0.019039 0.017443 -0.005588 0.002073 0.023809 -0.013928 0.012285 -0.013932 -0.022575 -0.007222 -0.00681 0.024548 -0.006399 0.019565 -0.027879 0.024212 0.017173 -0.048582 0.010385 0.008915 0.011702 -0.011948 0.015286 -0.005194 0.018989 -0.032326 -0.002357 0.012067 -0.01149 -0.009625 -0.010054 0.003364 -0.029989 0.025133 -0.015722 -0.014448 0.007271 -0.020946 0.010326 0.017024 -0.004209 0.008177 -0.001718 -0.010631 -0.044824 -0.010941 -0.001878 -0.006505 0.003267 -0.00706 -0.027269 -0.010091 0.015496 -0.023232 0.001929 0.010037 -0.006228 0.029286 0.009431 -0.003404 -0.002085 0.017247 0.007399 -0.02108 -0.00747 0.000878 -0.032209 0.016151 0.00207 0.030969 -0.008596 0.027458 0.020839 -0.007162 -0.005586 -0.015409 -0.021478 -0.013323 -0.001134 -0.007582 0.034031 -0.015417 0.010656 -0.006878 0.000712 0.009875 0.022517 0.005231 -0.018775 0.007248 0.017865 -0.024233 -0.015058 0.051698 -0.000448 -0.007493 -0.018473 0.011805 0.018568 0.016833 -0.003484 -0.000709 -0.000508 0.013665 -0.01061 0.005899 -0.012305 -0.018331 0.014483 0.024823 0.028078 -0.011197 0.003565 0.009275 -0.007575 0.002856 0.022414 -0.020103 -0.003274 0.003956 0.002514 -0.014356 -0.003448 -0.021886 -0.00953 -0.031367 -0.00744 0.003033 -0.006282 0.019059 -0.006944 -0.001797 -0.001887 0.003296 0.018475 -0.023933 0.008508 0.001779 0.009435 -0.038047 -0.017171 0.001273 0.046914 -0.013618 0.005249 -0.003316 0.002243 -0.019801 -0.017115 0.022173 0.016872 0.00984 0.019722 -0.001287 0.012527 -0.018177 0.029226 -0.033584 -0.014208 -0.021877 0.004095 0.011916 0.05062 0.001965 -0.025001 0.013978 0.016351 -0.010413 0.005561 -0.012327 0.006904 -0.012824 -0.001427 -0.001238 -0.000762 -0.014247 -0.011143 -0.002754 0.001345 0.008459 -0.007124 -0.023622 0.010057 -0.010589 -0.018345 0.004279 0.008891 0.001641 0.011477 -0.008317 0.007286 0.023818 -0.002361 0.020039 0.003372 0.009124 0.047281 0.027205 0.001512 0.006257 -0.016472 -0.027047 -0.014152 -0.004892 0.00901 -0.029123 -0.002906 0.012384 -0.015595 0.019691 -0.030745 -0.01555 -0.019836 -0.011675 -0.007356 0.00183 0.005497 0.004041 0.006525 0.023022 -0.027622 0.022634 0.005469 -0.000396 0.028643 0.017797 -0.045395 -0.007458 -0.015903 0.008982 -0.005912 -0.019966 -0.011234 0.014633 0.016952 -0.001383 -0.015498 0.011237 -0.027469 -0.005828 -0.029798 -0.012745 0.015412 0.000751 0.018652 -0.005651 0.012032\nɯ 0.049697 0.004198 -0.04067 0.027855 0.020935 0.050606 0.011544 0.0008 -0.015324 -0.02844 0.043214 0.013527 -0.006269 -0.023834 0.045901 -0.008741 0.009313 -0.032072 0.007742 -0.051495 -0.019523 -0.008504 -0.001235 0.010376 0.004352 0.011047 -0.021356 -0.000895 -0.013246 -0.02876 0.036832 -0.036197 -0.029973 -0.045812 -0.00226 0.006199 -0.031586 0.063716 0.014134 0.007588 -0.046184 0.018976 0.005207 0.005281 -0.018506 -0.024845 0.029048 0.013599 -0.007223 0.014649 -0.001533 0.056106 0.040458 -0.040744 0.045103 0.002663 0.005181 0.032628 -0.012101 0.033494 -0.052118 -0.027355 -0.013346 -0.00937 0.017276 0.012904 0.046937 -0.027074 0.038142 0.014803 -0.051436 -0.00912 0.022569 0.030052 -0.050511 -0.008081 -0.027137 0.035064 -0.035589 -0.01455 0.022881 -0.001948 -0.004489 0.021562 -0.022729 -0.072984 0.002219 -0.005697 -0.015066 -0.005875 -0.014159 0.02204 0.02235 -0.020882 0.012116 -0.017043 0.003013 -0.053847 -0.013222 -0.014085 -0.028084 -0.001351 -0.002004 -0.032159 0.016557 -0.003536 -0.01901 0.011852 0.020333 -0.010205 0.056635 0.022505 0.026152 -0.003771 0.007116 -0.009318 -0.00497 -0.00352 -0.028094 -0.032112 0.031275 -0.000549 0.048365 0.027985 0.037971 0.001311 -0.000184 -0.006207 -0.000644 -0.027518 -0.007074 0.013307 -0.005605 0.036505 -0.026921 0.022335 -0.043412 0.008983 -0.002188 0.054728 -0.004388 -0.008019 0.014097 0.027535 -0.046693 -0.060099 0.063241 0.009014 -0.003554 -0.051504 0.024611 0.020916 0.036053 0.020173 0.008229 0.003936 -0.001243 -0.028332 0.021609 -0.014773 -0.019769 0.018833 0.039949 0.018564 -0.017032 -0.017138 0.027636 -0.019858 0.020639 0.035355 -0.024951 -0.029204 -0.013405 0.026014 -0.015403 -0.03039 -0.008856 -0.008306 -0.051086 -0.004136 0.045073 -0.001893 0.013991 -0.011655 -0.01364 -0.02055 -0.002335 0.029137 -0.054397 0.001432 0.013579 0.032616 -0.038027 -0.040106 0.005596 0.046647 -0.028374 0.019477 -0.008927 0.001525 -0.039488 -0.023015 0.024892 0.038122 0.023117 0.027235 0.005589 -0.02546 -0.005901 0.052559 -0.024359 -0.007459 -0.01127 0.035328 -0.0025 0.048112 0.008589 -0.019613 0.020005 0.004533 -0.013425 -0.016288 0.000693 0.011233 -0.034057 0.002677 -0.00845 0.014271 0.00248 -0.017973 -0.017401 -0.002049 -0.006728 -0.033207 -0.038754 0.009395 -0.026373 -0.026613 0.019763 0.023056 0.015935 0.032785 -0.027906 0.025089 -0.002633 -0.021356 0.052286 0.005077 0.048122 0.046045 0.022472 0.012761 -0.005499 -0.036436 -0.04169 -0.015079 -0.009778 0.028332 -0.025212 -0.013883 0.003533 -0.005341 0.022599 -0.019076 -0.030978 -0.028413 -0.039177 -0.016473 0.008506 0.003707 0.02147 0.002618 0.008313 -0.002298 0.017146 0.00876 0.012912 0.010256 0.043407 -0.060016 0.001117 0.00172 0.024014 0.030297 -0.015676 -0.001479 0.024787 -0.015452 -0.010139 -0.019402 0.005498 -0.051323 0.013084 -0.069207 -0.023821 0.010205 0.010668 0.008695 0.012395 -0.006368\nҁ 0.018273 0.005766 -0.06426 0.045078 0.010012 0.039595 0.033959 -0.009654 -0.028388 -0.017281 0.033519 -0.023757 -0.017024 -0.026231 0.037744 0.002167 0.006817 0.004898 0.008771 -0.053634 -0.038389 0.010525 -0.023278 0.033633 0.013551 0.033055 0.011438 -0.037565 -0.017218 -0.005118 0.045514 0.001178 -0.018878 -0.009703 0.034723 0.032425 -0.038198 0.063493 -0.009153 0.028079 -0.025398 0.023803 0.029314 -0.001844 -0.010196 0.002114 0.071676 0.009561 0.045794 0.00553 0.037491 0.03963 0.038349 -0.053669 0.028925 0.02764 -0.009917 0.025561 -0.058286 -0.010507 -0.009206 -0.030732 0.010701 -0.013904 0.040705 0.007395 0.087727 -0.057937 0.006938 0.05136 -0.000174 -0.016636 0.02824 -0.022697 -0.07029 -0.045797 -0.008895 0.047385 0.008803 -0.019031 0.027435 0.010015 -0.003675 0.01727 -0.021895 -0.031997 -0.007202 0.008236 0.013474 -0.006837 -0.016151 0.037414 -0.004731 -0.029183 0.015354 -0.011566 0.037368 -0.057007 0.043679 0.004093 0.024242 0.008745 0.024902 -0.009892 0.020774 -0.002213 -0.05332 0.01054 0.042815 0.016981 0.048931 0.062163 0.03974 0.000432 0.012119 0.02621 -0.019461 0.032289 -0.007016 -0.086426 0.017213 -0.042377 0.055454 0.05386 0.045789 0.002446 0.014024 -0.002137 -0.023848 0.024952 -0.018905 -0.007576 0.000124 0.050035 0.004724 0.029433 0.008212 -0.004039 0.020928 0.027556 0.00346 0.00378 0.036654 0.032912 -0.055464 -0.049264 0.028674 -0.014042 0.003232 -0.049053 0.011347 -0.017793 0.016183 -0.004045 0.010607 -0.024022 0.006706 -0.049231 -0.027113 -0.027968 0.003194 0.019357 0.036368 0.00598 -0.029169 0.002916 0.016856 -0.018334 0.05117 -0.003578 -0.025368 -0.048036 -0.00683 0.057492 -0.027535 -0.04505 0.029862 -0.016871 -0.02797 -0.035292 0.044044 0.001591 -0.024852 0.013443 -0.002 -0.011972 -0.009187 0.01475 -0.072047 0.004775 -0.005857 0.032409 -0.057993 -0.003087 0.002916 0.058478 -0.039483 0.031607 0.010545 -0.020787 -0.016747 0.000299 0.017436 -0.016984 0.023831 -0.006221 -0.019383 -0.013375 0.00371 0.01006 0.014737 0.010375 0.002688 0.031868 -0.021992 0.092855 -0.037698 0.001977 0.011302 0.013506 0.031702 0.041527 -0.05741 -0.035217 -0.03853 -0.012128 0.0021 0.014714 0.011882 -0.079865 -0.00131 0.011228 -0.029299 -0.06309 -0.029421 0.00424 -0.003257 -0.055466 0.055299 -0.00116 0.022655 0.002929 -0.063336 0.02883 -0.054251 0.028266 0.0507 -0.021939 0.028763 0.075079 0.053336 0.007384 -0.004886 -0.047857 -0.052686 -0.025436 -0.025332 0.02883 -0.045858 -0.040657 0.017836 0.011611 0.058472 -0.028114 -0.018146 -0.046452 0.000398 -0.020442 0.019954 -0.030899 0.02684 -0.032919 0.013528 0.000667 -0.001809 -0.032151 -0.002991 0.01608 0.041251 -0.035659 0.008489 0.017336 0.019638 0.010862 -0.028234 -0.017097 0.004204 0.013811 -0.033922 0.031827 0.009008 -0.022182 -0.016611 -0.077871 -0.007932 0.03803 -0.004279 0.011863 0.034702 -0.001307\nƃ 0.008093 0.047572 -0.046088 0.005881 -0.007626 -0.017093 -0.009259 -0.014481 0.00285 0.001657 0.004068 -0.000883 -0.000314 0.031968 -0.00346 -0.016387 -0.016457 -0.031941 0.001844 -0.032753 0.01295 0.005749 0.003746 0.051151 -0.015856 0.002732 0.016961 0.005767 -0.002159 0.00273 0.030794 -0.035265 0.007387 -0.006269 -0.0066 -0.007565 -0.00326 0.007481 0.03004 0.006653 0.005458 -0.017047 0.030674 0.010577 -0.02583 0.00725 0.022403 9.8e-05 0.018912 -0.006177 0.010608 -0.007184 0.01947 -0.026548 0.009911 -0.006014 0.019561 0.023305 0.003924 0.035523 -0.048822 0.018836 0.036251 -0.008817 0.016215 0.023773 0.018859 -0.028813 -0.004974 -0.010426 -0.063046 -0.046803 0.058669 -0.004753 0.030103 -0.008538 -0.021063 0.010629 0.000821 -0.022974 0.023685 -0.018075 0.004892 -0.01243 -0.002359 -0.039432 -0.024493 -0.018752 0.00214 0.024857 0.001764 0.027377 -0.009257 -0.012346 -0.009742 0.031914 0.008061 0.010536 0.017342 0.046612 -0.037173 0.006426 -0.02197 -0.047508 -0.013492 0.031352 -0.009525 -0.008017 0.012381 -0.011834 0.022596 -0.013442 0.012511 -0.022639 0.003359 0.007327 -0.002225 -0.017717 -0.026445 -0.012512 -0.003238 0.03477 0.026252 0.016113 0.015503 0.005243 0.007454 -0.024609 0.015514 0.003427 0.025803 0.012776 0.019418 0.024915 0.003813 0.016485 -0.029592 -0.046536 0.005722 0.000212 0.013354 -0.007535 0.002105 0.017517 0.000174 -0.044839 -0.022736 0.021203 0.001997 -0.022423 -0.033982 -0.013542 -0.001513 0.017033 0.001782 0.004471 -0.009455 -0.005753 -0.007717 0.005689 0.016537 -0.003238 0.001875 0.035721 -0.000753 -0.032322 0.007431 -0.02322 -0.042834 0.00384 -0.021209 -0.016873 -0.01046 0.044366 0.004379 -0.017848 -0.005602 -0.003503 -0.018281 -0.020607 0.002154 0.023864 0.026148 0.001569 0.013082 0.02278 0.005061 -0.007286 -0.016274 -0.008014 0.006722 0.03515 -0.010158 -0.067943 0.029878 0.014405 -0.004753 0.002243 -0.00393 -0.007328 0.018597 -0.030231 0.019502 0.028434 0.019142 0.018696 0.01095 -0.06734 0.000713 0.019297 0.008395 0.016121 0.01656 0.013138 -0.038474 0.019203 -0.014292 9.7e-05 0.003942 -0.05926 -0.023218 -0.009525 -0.016585 0.00655 0.024364 0.013848 0.009531 -0.002912 0.009463 -0.027756 -0.010585 0.028322 0.012215 -0.011522 0.045673 -0.027955 -0.010654 -0.009053 -0.009384 0.02431 -0.000597 0.003693 -0.019549 0.034469 0.023582 0.004598 -0.017795 0.008952 -0.010781 0.032935 0.05025 -0.057164 -0.009953 -0.008196 0.00426 -0.012187 -0.003026 0.057732 -0.00121 0.00989 0.002883 0.018891 -0.007852 -0.028277 -0.02098 0.009474 -0.022551 0.024158 -0.005657 -0.023913 0.01046 0.020785 0.004324 0.008684 -0.007292 0.008653 -0.046862 0.018966 0.01288 -0.036434 -0.023677 -0.038232 0.015816 0.00349 0.010543 0.011634 -0.006645 0.030317 -0.00182 0.002245 0.005045 -0.02337 -0.008391 -0.0 0.00029 0.010938 -0.028446 0.034294 -0.003891 0.015904\n̄ 0.024869 -0.002087 -0.040613 0.008428 0.00752 0.027183 0.010406 -0.002932 -0.016291 -0.025141 0.026912 0.010272 -0.012104 -0.014278 0.018491 -0.000428 0.014449 -0.022449 0.001712 -0.037566 -0.011991 0.000985 -0.005817 0.009765 0.005238 -0.003128 -0.01393 -0.005412 -0.00847 -0.034262 0.027686 -0.03171 -0.025457 -0.038644 -0.001039 0.027061 -0.019992 0.035469 0.009502 0.019812 -0.039188 0.012827 0.004146 0.000175 -0.013999 -0.007549 0.029875 0.017998 0.005278 0.003365 0.008689 0.0453 0.035435 -0.035124 0.038915 0.010086 -0.004563 0.020417 -0.000796 0.014175 -0.0309 -0.03351 -0.008774 -0.009111 0.007001 0.025633 0.046039 -0.022692 0.026365 0.018133 -0.04234 -0.013983 0.02317 0.014815 -0.040807 -0.000145 -0.030752 0.017529 -0.025716 0.000256 0.01655 0.000695 -0.007478 0.012758 -0.024476 -0.052298 0.010676 -2.7e-05 -0.012013 0.00477 -0.014391 0.015809 0.008644 -0.013571 0.012558 -0.012025 0.009413 -0.037849 -0.004738 -0.006158 -0.027278 0.003241 0.00074 -0.030248 0.006958 0.005728 -0.011576 0.00579 0.029628 0.002774 0.044665 0.024561 0.027768 -0.016407 0.011932 0.005254 -0.000937 0.002188 -0.027438 -0.026294 0.025467 0.000832 0.030492 0.015453 0.024664 0.000928 -0.001898 -0.00476 -0.014755 -0.005152 -0.001578 0.013948 -0.016603 0.037066 -0.010143 0.011706 -0.024391 0.012308 0.004285 0.047269 -0.005787 -0.007574 0.016322 0.021796 -0.033005 -0.048157 0.042929 -0.00404 0.005327 -0.039589 0.015501 0.003595 0.027496 0.031834 0.001873 -0.001915 -0.003699 -0.017945 0.020263 -0.007278 -0.024189 0.005144 0.031622 0.0115 -0.00973 -0.003409 0.031347 -0.021706 0.013704 0.021464 -0.016884 -0.020036 -0.01088 0.018418 -0.009381 -0.024827 -0.011132 -0.004786 -0.036098 0.001583 0.033982 -0.008108 0.007888 0.007482 -0.015882 -0.015525 -0.000204 0.023549 -0.03827 -0.000646 0.002996 0.026011 -0.031045 -0.027813 0.010038 0.02735 -0.023307 0.013433 0.00427 -0.00295 -0.027267 -0.018278 0.01598 0.019339 0.020574 0.013863 0.007801 -0.012944 -0.00382 0.031918 -0.018527 0.002687 -0.009627 0.01455 0.002046 0.051961 -0.001463 -0.01915 0.00608 -0.007708 -0.011728 -0.000799 -0.009031 0.009006 -0.026849 0.002673 0.001586 0.012928 -0.000635 -0.024322 -0.002898 0.001684 -0.004749 -0.03397 -0.037507 0.002938 -0.019289 -0.026386 0.017762 0.013869 0.01435 0.036238 -0.020558 0.015808 -0.003903 -0.002165 0.045074 -0.003732 0.032026 0.049281 0.013029 0.00925 -0.00835 -0.040428 -0.032734 -0.020237 -0.010066 0.013523 -0.034884 -0.007859 0.006266 -0.008815 0.024049 -0.023056 -0.024663 -0.018849 -0.029859 -0.002563 0.009536 -0.007915 0.018606 -0.004184 0.010694 -0.000499 0.00739 0.009171 -0.000756 0.011854 0.042799 -0.047584 0.011049 -0.00952 0.02313 0.026981 -0.000645 -0.003384 0.013253 -0.009835 -0.013327 -0.013999 0.000839 -0.038381 0.001317 -0.066685 -0.014436 0.021021 0.006482 0.014182 0.010601 -0.013404\nఆ 0.028302 0.017325 0.006595 -0.011727 -0.029654 0.060166 0.004588 -0.014337 0.014067 0.022502 0.042315 0.022918 -0.07007 -0.013261 0.040445 0.022036 0.022871 -0.05257 0.034623 -0.054974 0.015983 0.015538 0.021032 0.006939 -0.069723 0.052745 -0.029682 -0.018365 0.028634 0.015676 0.035453 -0.008159 0.004663 -0.025338 0.041113 0.001803 -0.081712 0.044746 -0.025745 0.026014 -0.02062 0.007363 -0.022896 0.044674 -0.001222 0.010395 0.089939 0.034655 0.015808 -0.032997 0.019868 -0.005576 0.045807 -0.043673 0.071084 0.023215 -0.037919 0.072962 -0.039758 0.035036 -0.032994 0.021087 -0.024911 -0.028045 -0.047704 0.032476 0.01268 -0.042766 0.031896 0.017959 0.000536 -0.039348 0.051296 -0.030717 -0.082168 -0.022808 -0.031331 0.00538 0.040361 0.033931 -0.032028 0.047863 -0.033605 0.002713 -0.082971 -0.071459 0.037114 -0.028289 -0.067653 -0.00159 -0.001023 0.030714 0.013819 -0.012163 0.026286 -0.019463 0.003958 -0.040957 0.04349 -0.012431 0.030538 -0.0362 0.028904 -0.018764 0.004298 -0.029823 -0.036031 0.016697 0.037411 -0.020571 0.01421 0.076926 0.010653 -0.052037 0.019999 0.005995 0.005417 -0.057112 0.01516 -0.032253 0.000578 0.024995 -0.021527 -0.033723 0.025078 -0.005723 0.004333 -0.052725 0.013699 -0.018705 0.012329 0.039571 -0.021384 0.048632 0.000121 0.070568 -0.08545 0.081859 -0.002023 0.041104 -0.0309 0.025472 -0.001996 0.024854 -0.035519 -0.063698 0.012978 -0.043143 0.004684 0.021469 -0.03273 0.038143 0.010293 0.06592 0.036168 -0.038325 0.013024 -0.020308 0.020591 -0.014983 0.002281 -0.036639 0.044101 -0.030045 0.008086 0.007331 -0.003877 -0.016471 0.004845 -0.016051 -0.06134 -0.035374 -0.025724 0.071217 -0.082808 -0.042115 0.018835 -0.027165 0.024453 0.013314 0.078169 -0.00075 0.03277 -0.039151 -0.004576 0.015233 -0.014381 0.012434 -0.064739 -0.011895 0.027084 0.064374 -0.043201 -0.039853 -0.017494 0.031343 -0.005287 0.00502 -0.01778 0.003358 0.024178 -0.05962 -0.00256 0.010722 -0.002926 -7.6e-05 -0.006495 -0.004713 0.000208 0.018481 0.027199 -0.005212 -0.033333 0.030839 0.00076 0.100583 0.053331 -0.023442 -0.009349 0.00133 0.037872 0.040858 -0.033943 -0.014146 0.008404 -0.029782 0.00611 -0.03805 0.028702 0.005025 -0.000971 0.003586 -0.048753 -0.051732 -0.030767 -0.011776 0.028075 -0.050857 0.024178 0.015323 0.015841 0.0171 -0.017597 0.027621 -0.016735 -0.022385 0.062702 0.000178 0.027315 0.036536 0.089538 -0.010371 0.033485 -0.017151 -0.059284 0.020479 -0.027261 -0.000322 -0.070291 -0.009596 0.01605 -0.014285 0.019061 -0.039324 -0.044697 -0.051454 -0.037064 0.023578 0.034424 -0.026007 0.043186 0.018083 0.039552 0.022309 0.033798 0.014159 0.014309 -0.010298 0.010933 -0.038655 -0.0146 0.025684 0.022459 -0.003158 -0.04045 0.028588 0.021827 -0.03516 -0.050139 -0.008008 0.04886 -0.048021 0.012908 -0.046787 -0.040304 0.019337 0.051503 -0.071385 0.068567 -0.055343\nई 0.040503 0.009777 -0.073531 0.027496 0.032639 0.045958 0.016997 -0.001673 -0.025807 -0.051064 0.05906 0.022337 -0.009253 -0.053076 0.044211 -0.009916 0.004325 -0.039356 -0.033539 -0.07533 -0.022656 0.001675 -0.000318 0.026464 0.013885 0.024604 -0.022594 -0.004619 -0.024189 -0.038818 0.035499 -0.040929 -0.029324 -0.06311 0.015188 0.027636 -0.045022 0.058913 0.010159 0.044381 -0.040325 0.004898 -0.007579 -0.014682 -0.035265 -0.042906 0.058212 -0.000688 -0.011641 0.02388 -0.016631 0.07515 0.051579 -0.038103 0.06512 0.009735 -0.01171 0.030897 -0.002696 0.032522 -0.051728 -0.051566 -0.008362 -0.020103 0.030697 0.018176 0.061889 -0.012653 0.058582 0.024795 -0.081486 -0.010099 0.029375 0.034383 -0.069875 -0.000536 -0.041066 0.041502 -0.044127 -0.021566 0.005701 -0.021801 -0.008646 0.018917 -0.035027 -0.075045 0.005542 -0.007974 -0.02444 -0.012817 -0.011509 0.034649 0.013246 -0.046533 0.008442 -0.016679 0.002711 -0.066792 0.005509 -0.002025 -0.027829 -0.000609 -0.000786 -0.042866 0.026401 -0.005025 -0.029249 0.022332 0.044073 -0.01138 0.055157 0.024298 0.035957 -0.028518 0.011506 0.010851 -0.016359 0.001869 -0.035385 -0.047236 0.034242 0.004264 0.057362 0.041436 0.056915 0.01986 -0.005423 -0.014479 -0.025634 -0.032563 -0.029973 -0.005273 -0.024083 0.040199 -0.025371 0.010361 -0.050654 0.014149 0.021949 0.073965 -0.001952 -0.025952 0.019184 0.029853 -0.057982 -0.064968 0.072654 0.012115 0.003626 -0.051833 0.017094 0.034316 0.051172 0.046261 -0.001773 0.013833 -0.009221 -0.037624 0.035422 -0.0342 -0.047138 0.024539 0.031345 0.025509 -0.01402 -0.012295 0.024524 -0.044818 0.033445 0.026663 -0.027189 -0.037518 -0.017379 0.047765 -0.026428 -0.042708 -0.014949 -0.002791 -0.073613 -0.02715 0.037697 -0.008757 0.005423 -0.040611 -0.008934 -0.03865 -0.00057 0.038615 -0.084308 0.001748 0.020395 0.042351 -0.060389 -0.057416 -0.00105 0.0564 -0.02979 0.008007 -0.004094 -0.00374 -0.07002 -0.064474 0.027843 0.041834 0.015721 0.029354 0.033518 -0.022861 -0.003778 0.068658 -0.045192 -0.002499 -0.007296 0.017549 -0.00352 0.096652 0.002999 -0.040661 0.011658 -0.010987 -0.00664 0.009956 -0.000187 0.008002 -0.039656 -0.006113 0.002315 0.03015 -0.024482 -0.025925 -0.010107 -0.003913 -0.018294 -0.043959 -0.055159 -0.018985 -0.016467 -0.046658 0.042939 0.032034 0.010397 0.019972 -0.032762 0.032697 0.013806 -0.013024 0.042099 -0.011459 0.063811 0.073722 0.028594 0.009696 0.013385 -0.057654 -0.04549 -0.030708 -0.012069 0.037692 -0.030055 -0.011113 0.001106 -0.012995 0.044583 -0.028325 -0.036443 -0.030031 -0.059913 -0.04414 0.002534 -0.001937 0.046069 0.01065 0.021959 -0.005377 0.026539 0.011452 0.002663 0.023784 0.065091 -0.080953 0.001148 -0.030085 0.018797 0.036023 -0.013022 -0.007939 0.03414 -0.030782 -0.038556 -0.027728 0.019762 -0.069224 0.021003 -0.10357 -0.003385 0.007421 0.024652 0.013755 0.034896 0.013026\nຝ 0.0276 0.009222 -0.051186 0.053861 0.012801 0.03972 0.031046 -0.008936 -0.027134 -0.045979 0.051472 -6.7e-05 -0.027065 -0.0191 0.038328 -0.00327 0.001092 -0.035706 -0.018865 -0.049219 -0.020475 -0.001639 0.004274 0.027798 0.010218 0.018069 -0.028469 -0.024751 -0.021362 -0.025032 0.029051 -0.044099 -0.018817 -0.043152 -7.5e-05 0.026678 -0.056805 0.062087 0.014304 0.02903 -0.049399 0.013388 0.005063 -0.00604 -0.054817 -0.028064 0.06634 -0.004859 -0.001802 0.020744 0.006146 0.063946 0.066136 -0.047304 0.065384 0.00647 -0.012059 0.043055 -0.024986 0.045124 -0.037877 -0.048397 -0.018427 -0.027465 0.006443 0.022553 0.055644 -0.021478 0.038639 0.007649 -0.059665 -0.004792 0.026124 0.014409 -0.079221 -0.000772 -0.032421 0.03315 -0.039591 -0.028198 0.012359 0.010879 0.0057 0.018304 -0.031223 -0.058431 0.004262 0.002529 -0.021692 0.003966 0.00301 0.026339 0.005697 -0.012923 0.017418 0.002113 0.010014 -0.06504 -0.010636 0.010681 -0.020618 -0.007177 -0.028529 -0.04 0.018376 -0.030448 -0.008276 0.007088 0.030327 -0.00719 0.063348 0.01764 0.047015 -0.016796 0.002198 -0.003752 -0.024232 0.004185 -0.010822 -0.054282 0.029785 0.00428 0.038625 0.012988 0.018179 0.024952 -0.002568 -0.017193 0.009477 -0.012956 -0.019617 -0.002156 -0.032339 0.038182 -0.024097 0.036264 -0.054126 -0.01951 -0.009241 0.072059 -0.008965 -0.018971 0.009464 0.038411 -0.030455 -0.07073 0.057325 0.018518 -0.003081 -0.056241 0.010137 -0.001239 0.028967 0.0415 0.0033 -0.010917 0.00889 -0.022533 0.002325 -0.037962 -0.006577 0.008432 0.031755 0.035488 -0.008824 -0.016567 0.016614 -0.028899 0.042856 0.014505 -0.030042 -0.01695 -0.024762 0.040319 -0.039036 -0.029437 -0.004551 -0.005226 -0.041727 -0.021459 0.048203 0.005959 -0.019228 -0.029201 -0.006915 -0.006966 -0.002865 0.015692 -0.073545 -0.016972 0.017616 0.028516 -0.056965 -0.05327 -0.005239 0.044749 -0.014797 0.008484 0.002401 0.009873 -0.048941 -0.042469 0.026502 0.014308 0.055151 0.012454 0.017261 0.002023 0.004912 0.050865 -0.039583 -0.001402 -0.015088 0.026475 -0.009537 0.091256 0.032618 -0.021628 0.006236 0.002148 0.00484 0.008785 -0.022935 -0.010384 -0.025934 -0.004714 0.008286 0.025311 -0.003091 -0.028794 0.001683 0.004626 -0.00901 -0.036627 -0.030568 0.01099 -0.02232 -0.046723 0.032595 0.040093 0.004564 0.04136 -0.025283 -0.001365 0.012023 -0.024716 0.032346 -0.009782 0.045868 0.08252 0.034299 0.005498 0.000688 -0.066957 -0.051677 -0.012374 0.010057 0.019071 -0.038571 -0.04444 0.008352 -0.018643 0.03221 -0.030645 -0.028053 -0.034287 -0.04098 -0.018937 0.019711 0.000332 0.018518 -0.001833 -0.002329 -0.005599 0.017037 -0.017992 -0.004743 0.014217 0.048825 -0.048074 0.004478 -0.024622 0.015407 0.011671 -0.027013 0.001047 0.031354 -0.012292 -0.03993 -0.018842 0.014748 -0.056843 0.006101 -0.072254 -0.014392 -0.001917 0.035186 0.01711 0.019544 0.003504\nட 0.026627 -0.000935 -0.045181 0.02338 0.014089 0.029073 0.004253 -0.011403 -0.015678 -0.031211 0.026275 0.009126 -0.002806 -0.025528 0.029283 -0.007619 0.006767 -0.016547 -0.006922 -0.037543 -0.007699 -0.002189 0.002445 0.009473 -0.000574 0.013026 -0.00806 -0.007011 -0.019382 -0.028735 0.015818 -0.024536 -0.019396 -0.040896 0.016132 0.008707 -0.035381 0.03622 0.005769 0.018237 -0.034956 0.005252 0.005432 -0.000795 -0.030939 -0.011278 0.031063 -0.002688 0.002521 0.025596 0.002493 0.05109 0.027666 -0.026521 0.037416 -0.006805 -0.015479 0.015749 -0.015797 0.021854 -0.036344 -0.027601 -0.000853 -0.012906 0.011988 0.01794 0.046054 -0.013855 0.038458 0.022104 -0.03974 -0.00791 0.017651 0.017083 -0.044326 0.002734 -0.032925 0.02461 -0.036049 -0.020069 0.01099 -0.005118 0.009195 0.007517 -0.01616 -0.045892 0.010458 -0.000874 -0.01549 -0.007161 -0.007405 0.022178 0.0024 -0.010839 0.012039 0.001867 -0.007369 -0.02525 -0.000847 0.002431 -0.018305 0.002438 0.004705 -0.026619 0.017629 -0.011945 -0.009233 0.00895 0.025359 -0.008428 0.037992 0.019943 0.027673 -0.021649 -0.000726 -0.009064 -0.011653 -0.006832 -0.01596 -0.031536 0.023125 0.001178 0.0311 0.017513 0.032397 0.015294 -0.007864 -0.004722 -0.010626 -0.024737 -0.012027 -0.000882 -0.009334 0.034651 -0.026997 0.009884 -0.028639 -0.00587 0.017374 0.040989 -0.002126 -0.013638 0.006675 0.024786 -0.035505 -0.052763 0.053209 0.009809 0.005702 -0.049417 0.010909 0.013091 0.02919 0.020532 0.00111 0.003851 0.003209 -0.031502 0.011255 -0.021961 -0.022351 0.008119 0.021105 0.018857 -0.015554 -0.017754 0.030263 -0.022238 0.018117 0.002033 -0.017446 -0.022172 -0.002711 0.036542 -0.021858 -0.027121 -0.006308 -0.01001 -0.036599 -0.025336 0.023407 -0.003754 0.005628 -0.004318 0.000387 -0.016424 -0.000744 0.017573 -0.045806 0.0049 0.007684 0.018976 -0.031495 -0.037715 0.003593 0.037737 -0.021187 0.011939 -0.004257 0.000919 -0.022359 -0.018899 0.010996 0.021878 0.01198 0.016201 0.015077 -0.006087 -0.004798 0.042444 -0.024446 0.000888 -0.009036 0.014997 -0.004878 0.058622 0.011636 -0.018111 0.004917 -0.005122 -0.005687 0.007849 -0.002083 0.007844 -0.017545 -0.0066 -0.009196 0.019512 -0.010791 -0.024656 -0.005401 -0.00129 -0.009842 -0.018893 -0.037387 -0.014711 -0.014041 -0.02988 0.025384 0.020298 0.00673 0.018551 -0.018106 0.006907 -0.005533 8.6e-05 0.027623 -0.007627 0.036684 0.052864 0.030019 0.003814 -0.002243 -0.035575 -0.026446 -0.019257 -0.003961 0.025872 -0.025103 -0.002977 -0.004555 -0.017185 0.039277 -0.024379 -0.037689 -0.019185 -0.035289 -0.018689 0.013552 0.001853 0.02108 -0.001731 0.012235 0.004253 0.012926 0.009329 -0.009633 0.013906 0.048307 -0.056155 0.000846 -0.016865 0.016257 0.011612 -0.00549 -0.010507 0.023059 -0.002798 -0.021316 -0.010412 0.005125 -0.037609 0.003013 -0.065749 -0.001874 0.003362 0.012428 0.023673 0.013108 0.002959\nᒡ 0.040096 -0.022948 -0.082919 0.015792 -0.003532 0.050123 0.021667 0.003818 -0.051806 -0.026196 0.00986 -0.007609 -0.01525 -0.002134 0.019999 -0.006594 0.021635 -0.023712 -0.017119 -0.044014 -0.00375 0.010329 0.003688 0.052407 0.000635 -0.001343 0.002965 0.021005 -0.045766 -0.010146 0.002058 -0.044954 -0.042771 -0.032337 0.01516 -0.007507 0.000606 0.032784 -0.003152 0.055184 -0.013749 0.008628 0.005982 -0.020796 0.018316 -0.000455 0.0309 0.005463 0.002931 0.017955 0.032856 0.062002 0.033622 0.002339 0.055145 0.012978 0.033286 0.038549 -0.038671 0.053988 -0.047591 -0.023579 0.022823 -0.019693 0.038438 0.024317 0.029208 -0.032114 0.007525 0.032456 -0.042852 -0.056278 0.018355 0.051631 -0.019803 -0.016441 -0.052481 0.016521 -0.002729 -0.040617 0.001566 -0.007787 0.0278 -0.001379 -0.013927 -0.053847 0.037812 -0.036603 -0.033922 -0.015613 -0.008773 0.010739 -0.024399 -0.029892 -0.034569 -0.022073 -0.026627 -0.053148 -0.026601 -0.015459 -0.032405 -0.014319 0.035357 -0.031101 0.015715 -0.034136 -0.00819 0.04012 0.037063 -0.010472 0.039637 -0.005613 0.052694 0.01543 0.015191 0.002447 -0.025976 0.035375 -0.012818 -0.022265 0.013869 0.003159 0.009357 0.017423 -0.002221 -0.009984 0.000974 -0.017471 -0.033665 -0.023691 -0.057364 0.010111 -0.006474 0.017494 -0.017566 0.021028 -0.057573 -0.026919 0.049145 0.068806 -0.013934 -0.016465 0.016226 0.049943 -0.055952 -0.049672 0.044085 0.006787 0.003496 -0.046087 -0.003969 -0.007591 0.025251 0.029933 0.029309 0.009589 0.013155 -0.03552 0.004591 -0.012306 -0.004777 0.017981 0.026216 0.023955 -0.025734 0.006286 -0.019522 -0.016828 0.027164 0.037766 -0.01135 -0.033682 -0.033837 0.005217 -0.033456 -0.040749 0.020199 0.007028 -0.037193 -0.067512 0.037057 -0.045828 -0.011434 -0.016913 -0.02171 0.02291 0.006942 0.028601 -0.074839 -0.011085 -0.004528 0.033392 -0.024884 -0.033781 0.003414 0.000368 -0.003765 0.025371 0.013094 0.004649 -0.017319 -0.04926 0.025015 0.037488 -0.005656 0.028116 -0.016997 -0.020244 -0.008257 0.015962 0.008845 0.002174 -0.004517 0.023753 -0.022935 0.064437 0.006012 -0.045283 0.025903 0.004782 0.000323 0.028048 -0.019104 -0.016386 -0.012938 -0.025102 0.021779 -0.001012 -0.002154 -0.079996 0.015883 -0.013329 -0.029519 -0.032272 -0.04552 -0.02358 -0.02072 -0.039502 0.009782 0.026823 -0.027626 0.003035 -0.046534 -0.0122 0.040872 -0.03351 0.042094 -0.015556 0.033104 0.039847 0.067583 0.012527 -0.005904 -0.038261 -0.059347 -0.03685 -0.039684 0.033309 -0.022968 -0.028441 -0.012883 -0.025157 0.013442 0.01663 0.004492 -0.026852 -0.054475 -0.019333 0.0155 -0.010793 0.007238 -0.035198 0.032549 -0.00363 0.028188 0.029002 -0.059433 0.016632 0.033675 -0.058514 -0.013181 -0.035125 0.038962 0.006582 -0.045159 -0.001096 0.027553 0.008194 0.006332 -0.042793 -0.010649 -0.011038 0.019992 -0.03679 -0.039975 0.01038 0.001916 0.021678 0.026457 -0.025504\nጤ 0.070066 0.010718 -0.085805 0.034965 0.038007 0.090044 0.006884 0.038453 -0.043244 -0.062774 0.053207 0.033678 0.007591 -0.050302 0.062549 0.007496 0.00313 -0.072154 0.009211 -0.060088 -0.010499 -0.013329 0.011545 -0.017645 -0.00818 0.061401 -0.018988 -0.019122 -0.02442 -0.059637 0.018649 -0.062234 -0.029382 -0.108241 0.004701 0.005696 -0.080926 0.066676 0.010956 0.04857 -0.052095 -0.017092 0.00842 0.000961 -0.048063 -0.060644 0.081504 -0.019715 -0.033506 0.063849 0.006668 0.12086 0.065556 -0.060695 0.104669 0.011034 -0.009161 0.07169 -0.014215 0.063545 -0.064763 -0.047336 -0.020042 -0.037432 0.047913 0.026822 0.055845 -0.00685 0.052702 0.032891 -0.077798 -0.007507 0.018943 0.01914 -0.078101 0.042717 -0.058084 0.033434 -0.073186 -0.009924 0.02013 0.003545 -0.017491 0.06359 -0.030126 -0.102698 0.025701 0.02152 -0.025568 -0.004709 -0.031684 0.007769 0.003478 -0.035853 0.0218 -0.006726 -0.006788 -0.063542 0.017385 -0.037892 -0.025656 0.016741 0.005688 -0.041249 -0.008416 -0.002679 -0.013891 0.038894 0.056138 -0.010575 0.072665 0.037029 0.037428 -0.043917 0.044648 0.015017 -0.02173 -0.007452 -0.038368 -0.052284 0.041384 -0.024619 0.066664 0.040147 0.066071 0.014443 -0.026325 -0.025723 -0.023277 -0.027948 -0.05597 -0.006187 -0.015401 0.040784 -0.0469 0.013651 -0.050405 0.013149 0.007206 0.093621 -0.000899 -0.035017 -0.01388 0.060469 -0.068926 -0.081093 0.07544 -0.026851 -0.016538 -0.064284 -0.010479 0.028988 0.062409 0.086452 0.005698 0.022445 -0.008118 -0.014884 0.063484 -0.040207 -0.047193 0.057494 0.025996 0.003707 -0.001127 -0.036131 0.035132 -0.037334 0.04833 0.052937 -0.041122 -0.023855 0.0051 0.086483 -0.029913 -0.047848 -0.031827 -0.011823 -0.082378 -0.026054 0.073836 -0.032872 0.018418 -0.029388 -0.013716 -0.055113 0.020195 0.043822 -0.114595 0.012271 0.021067 0.040081 -0.052214 -0.082868 0.020919 0.078708 -0.045987 0.000445 -0.006279 -0.013686 -0.071003 -0.048147 0.03934 0.049678 0.026495 0.04123 0.045217 -0.005378 -0.022947 0.082506 -0.058814 -0.020212 -0.008068 0.030937 -0.005955 0.140317 0.006047 -0.046304 -0.013252 -0.003109 -0.023567 0.002618 -0.009495 -0.014355 -0.062399 0.001105 -0.026679 0.03402 -0.055862 -0.048942 -0.012213 -0.008074 -0.018496 -0.037357 -0.082954 -0.032112 -0.054056 -0.041554 0.067339 0.050971 0.005526 0.062046 -0.027758 0.035887 -0.005191 -0.060672 0.077501 -0.013863 0.078422 0.089757 0.089502 0.008449 -0.022731 -0.07818 -0.058995 -0.03625 -0.000133 0.069929 -0.032438 -0.015255 0.024159 -0.0326 0.055795 -0.040965 -0.086011 -0.027098 -0.071472 -0.047754 0.016984 -0.031617 0.044522 -0.021482 0.019749 -0.022574 0.017613 0.018705 -0.003122 0.035999 0.094155 -0.10965 -0.038225 -0.046105 0.039958 0.019173 -0.068798 0.008118 0.034836 -0.015565 -0.025935 -0.022054 0.017891 -0.089105 0.045699 -0.137083 -0.023638 0.006008 0.040871 0.054201 0.061606 0.0145\n֫ 0.00605 -0.000842 -0.001386 -0.005998 0.029761 0.015375 -0.005347 0.011819 -0.004276 -0.01723 0.03789 0.001106 -0.032966 0.008728 0.013584 -0.012777 0.024867 -0.016501 -0.001343 0.018549 -0.002116 0.009634 0.013731 -0.009512 0.022294 -0.013513 0.019077 0.022866 0.008805 0.01784 -0.004396 0.029048 0.003707 0.014955 -0.003938 0.037089 -0.042675 0.014721 0.035005 0.001859 0.006053 0.0106 -0.00689 -0.010734 0.022325 0.018424 -0.009234 0.01901 0.003169 -0.007771 0.006592 0.033379 -0.008283 -0.019954 0.014083 -0.001542 -0.02792 -0.01821 0.011607 0.000201 -0.049408 0.005425 0.02516 0.019089 0.015693 -0.015993 -0.003857 -0.031807 -0.008328 0.025672 -0.022343 0.007902 -0.00761 -0.009182 -0.010175 0.003542 0.005197 -0.005572 -0.000874 -0.021381 0.018976 0.002566 0.011623 0.01998 -0.012597 -0.003578 -0.033683 0.003497 -0.00402 -0.020196 -0.011769 0.011352 -0.009575 -0.016774 -0.010231 0.012651 -0.005223 -0.000717 -0.031854 -0.026968 -0.024261 0.001553 0.030015 -0.01392 -0.019937 0.025074 -0.001478 -0.011274 -0.005128 0.027454 0.000108 -0.035793 0.01887 -0.001416 -0.023513 0.005386 0.028321 0.021607 0.029037 0.000573 0.000352 -0.006874 -0.007982 0.024725 0.001966 -0.00038 0.029186 -0.013933 -0.001686 -0.012216 0.006834 -0.010008 -0.005906 0.014001 0.012312 -0.020878 -0.007122 0.015719 -0.018507 -0.003339 0.018005 -0.028319 -0.022712 0.022013 -0.012217 0.026264 -0.003496 0.000457 0.044195 0.017584 -0.003436 0.02164 -0.006939 -0.002364 -0.043708 -0.009167 -0.002704 -0.006551 0.008508 0.029274 -0.019704 0.025211 -0.04634 -0.01058 -0.0296 -0.012617 0.049178 0.009678 -0.008489 0.005182 0.000676 -0.005214 -0.001945 0.000544 -0.004279 -0.005317 0.009569 -0.01123 0.004829 0.004784 -0.014888 -0.013503 -0.02056 -0.005096 -0.038164 -0.000473 -0.024805 0.027309 -0.017679 0.014366 0.009746 0.028134 -0.025825 -0.017371 0.018945 -0.027794 -0.00832 0.020495 -0.000577 -0.010507 0.012582 0.011775 0.004563 0.011526 0.002463 -0.055976 -0.006312 0.025118 -0.008274 -0.025824 0.012431 -0.021829 0.008743 0.030815 -0.000686 -0.004401 0.0051 0.007272 -0.025065 0.016968 -0.040844 0.021608 -0.000727 0.00178 0.012319 0.001949 0.022143 -0.016328 0.013777 -0.002582 0.003885 -0.002056 -0.021115 -0.000557 0.004361 0.024972 -0.031564 0.017733 0.01739 0.002714 0.007945 0.029456 0.011685 0.016306 0.020257 0.021416 -0.022965 -0.017253 -0.006904 0.003991 -0.000749 0.007822 0.01214 0.011516 -0.008967 -0.020204 -0.011844 -0.013655 0.022024 -0.013148 0.010662 -0.003306 0.038726 -0.033494 0.028429 0.014542 0.027778 -0.008819 0.01078 -0.006244 0.005471 -0.026581 0.038475 0.0123 -0.007105 0.002281 -0.029403 0.029233 0.029051 0.005937 0.041049 0.023318 0.034106 -0.006103 0.0147 -0.021399 -0.019643 -0.016971 -0.014539 0.001031 0.004712 -0.003879 0.011198 0.025232 -0.021976 -0.029305 0.023529 0.004517 0.016655 0.002026\nڭ 0.030033 0.003226 -0.0593 0.03593 0.017751 0.038925 0.004432 -0.010405 -0.02047 -0.024717 0.044147 0.008232 -0.010562 -0.029437 0.040277 -0.0094 0.007372 -0.024136 -0.006259 -0.051218 -0.022775 -0.00762 0.005861 0.000181 0.007957 0.012211 -0.008395 -0.011124 -0.012476 -0.0241 0.021935 -0.037492 -0.01783 -0.041262 0.018354 0.017102 -0.04935 0.053118 0.00283 0.029739 -0.034781 0.008324 -0.003965 -0.008572 -0.035112 -0.022664 0.036712 -0.00155 0.005366 0.016532 0.012163 0.051034 0.03625 -0.047879 0.047941 0.001259 -0.012221 0.024449 -0.009483 0.02675 -0.044582 -0.029853 -0.012889 -0.014911 0.009663 0.023475 0.047016 -0.018685 0.035266 0.024688 -0.066215 -0.013303 0.020482 0.022363 -0.059416 0.010284 -0.02536 0.023744 -0.046277 -0.015905 0.007204 -0.001136 0.005354 0.027244 -0.03332 -0.059508 -0.00194 0.006441 -0.024341 -0.013254 -0.015183 0.022761 0.00926 -0.017731 0.016443 -0.003777 -0.006377 -0.043488 0.002624 -0.012828 -0.019235 -0.003292 -0.003789 -0.031085 0.017605 -0.001225 -0.012788 0.010504 0.041968 -0.009876 0.053588 0.026544 0.031772 -0.00931 0.010003 -0.001662 -0.007619 0.000141 -0.020801 -0.048464 0.01894 0.000911 0.045419 0.031655 0.043277 0.004719 -0.01744 -0.015905 -0.016677 -0.026769 -0.016301 -0.003942 -0.020214 0.042132 -0.015357 0.021109 -0.024187 0.009549 0.009176 0.053709 0.005409 -0.020574 0.027501 0.038317 -0.040142 -0.066007 0.063192 0.011003 -0.000743 -0.053504 0.012255 0.010564 0.04306 0.031082 -0.011363 0.008178 0.008549 -0.030954 0.015487 -0.032627 -0.028116 0.018254 0.032248 0.017597 -0.022888 -0.024164 0.028474 -0.019016 0.013613 0.027246 -0.023016 -0.030913 -0.015209 0.041536 -0.026432 -0.032626 -0.006727 -0.01289 -0.037151 -0.014306 0.038338 -0.011229 -0.006684 -0.002956 -0.007382 -0.022707 -0.011157 0.026231 -0.05681 0.008099 0.014363 0.035609 -0.037741 -0.02614 0.018267 0.051645 -0.014478 0.01122 0.006622 -0.009623 -0.047539 -0.02941 0.016778 0.024923 0.01556 0.020295 0.017251 -0.021266 -0.000789 0.041673 -0.016143 -0.009 -0.014665 0.015244 0.001663 0.072008 0.005879 -0.022968 0.008126 0.001002 -0.005404 0.007074 -0.001473 0.011141 -0.02762 -0.009524 0.008889 0.017011 0.006332 -0.02102 -0.006398 -0.004389 -0.006799 -0.030738 -0.046503 0.004919 -0.015879 -0.042492 0.036528 0.021656 0.013382 0.027413 -0.024205 0.015667 0.002711 -0.008607 0.049352 -0.015754 0.044603 0.062052 0.030077 0.007154 -0.000662 -0.049725 -0.03918 -0.027279 -0.012465 0.017864 -0.029694 -0.016034 0.003678 -0.006 0.039004 -0.035751 -0.026775 -0.020574 -0.035663 -0.022652 0.01031 -0.007381 0.033652 -0.002836 0.005908 0.005261 0.017279 0.010586 0.000169 0.014091 0.053039 -0.054532 0.005657 -0.034432 0.013812 0.024925 -0.026231 -0.005924 0.019938 -0.019808 -0.023967 -0.019502 0.019208 -0.041601 0.0101 -0.080019 -0.01115 0.016054 0.016111 0.021071 0.028315 -0.005939\nܬ 0.038263 0.007087 -0.054083 0.027073 0.003376 0.047782 0.001624 -0.012438 -0.011281 -0.045271 0.041061 0.031718 0.005136 -0.018981 0.019313 -0.000933 0.016575 -0.01832 -0.020198 -0.055941 -0.018255 -0.005077 0.010118 0.009338 -0.016428 0.020252 -0.02139 -0.012341 -0.030742 -0.039773 0.024268 -0.04601 -0.024757 -0.039299 0.009309 0.002363 -0.025575 0.05888 0.012169 0.019753 -0.035674 -0.003071 0.005225 0.006284 -0.039589 -0.02695 0.047471 -0.01493 -0.013052 0.012802 -0.012069 0.052578 0.039679 -0.037177 0.056395 0.00185 -0.006754 0.022834 -0.003638 0.036675 -0.031115 -0.029232 -0.008156 -0.020622 0.024452 0.03596 0.046378 0.004437 0.056722 0.014834 -0.053461 -0.011559 0.019012 0.028816 -0.049668 0.006192 -0.034249 0.012633 -0.046161 -0.011973 0.012091 -0.006247 -0.003422 0.025306 -0.018195 -0.054657 0.007705 0.014631 -0.018106 -0.009042 -0.00676 0.019324 0.021643 0.005458 0.027159 -0.010848 -0.001434 -0.049056 0.019168 0.007434 -0.035029 -0.015064 -0.003866 -0.027191 0.01347 -0.015516 -0.020458 0.009876 0.032707 -0.00751 0.048179 0.029025 0.027166 -0.012104 -0.010918 -0.010593 0.003624 -0.007327 -0.030832 -0.046224 0.02727 0.011453 0.045662 0.023136 0.045726 0.024836 -0.01257 -0.002775 -0.004991 -0.032469 -0.011353 0.005845 -0.018891 0.035165 -0.041675 0.009556 -0.040725 -0.000116 0.004282 0.059001 -0.00222 -0.008517 -0.005071 0.019167 -0.054188 -0.064532 0.060282 0.002986 0.005995 -0.047732 0.000928 0.020053 0.039254 0.018992 0.007747 0.001218 0.002714 -0.014671 0.012662 -0.033872 -0.023875 0.010028 0.023723 0.023181 -0.002605 -0.015875 0.024827 -0.035166 0.031718 0.01732 -0.029511 -0.006748 -0.019698 0.045092 -0.019872 -0.036252 -0.011253 -0.012616 -0.059418 -0.025331 0.042664 -0.02004 0.009024 -0.026015 0.008393 -0.017578 0.000711 0.017916 -0.054691 -0.009847 0.008804 0.021709 -0.029222 -0.034954 0.006486 0.048968 -0.02589 0.012612 -0.006065 0.006174 -0.039031 -0.052238 0.025752 0.027344 0.016517 0.011339 0.029085 0.002948 -0.010175 0.046582 -0.031792 -0.014088 -0.024986 0.009525 -0.000262 0.08612 0.015779 -0.016948 0.008391 0.010234 0.003128 -0.003793 -0.005701 0.014137 -0.036662 0.012407 -0.006626 0.011412 -0.03096 -0.016607 -0.002425 -0.006896 -0.001281 -0.015613 -0.049529 -0.008331 -0.024692 -0.035318 0.025416 0.020222 0.017091 0.016256 -0.030376 0.005863 0.016287 -0.001727 0.03249 -0.007213 0.063608 0.065547 0.034267 0.005872 0.001913 -0.053241 -0.036422 -0.026529 -0.004095 0.035918 -0.040503 -0.007666 8.7e-05 -0.018641 0.044338 -0.037775 -0.047023 -0.017406 -0.036733 -0.033977 -0.003457 -0.000194 0.026146 0.012575 0.0242 -0.009434 0.001428 -0.000175 0.002496 0.013938 0.046305 -0.069407 -0.002588 -0.031946 0.031631 0.026165 -0.014506 -0.01105 0.028061 -0.013241 -0.016282 -0.008462 0.003594 -0.044655 0.007783 -0.088824 -0.02156 0.001267 0.024473 0.022218 0.03686 0.009886\nί 0.025516 0.001001 -0.040499 0.025028 0.006435 0.035365 0.005957 -0.000594 -0.013595 -0.031593 0.03506 0.013305 -0.011729 -0.023869 0.031691 -0.010122 0.009889 -0.019412 -0.01244 -0.033472 -0.014339 0.007138 0.008354 0.013494 0.007545 0.015524 -0.006509 -0.013591 -0.012445 -0.022029 0.021366 -0.031174 -0.017613 -0.035735 0.009315 0.015859 -0.031966 0.037801 0.005777 0.01724 -0.029464 0.010848 -0.000365 0.007749 -0.022522 -0.022213 0.031146 0.001773 0.002296 0.011253 0.00992 0.044387 0.034454 -0.027401 0.037681 0.009138 -0.001112 0.020248 -0.015461 0.022939 -0.030144 -0.025837 -0.006482 -0.017041 0.012214 0.021759 0.034601 -0.015507 0.027559 0.015645 -0.042812 -0.005082 0.023958 0.009136 -0.045103 0.003421 -0.031943 0.021826 -0.025208 -0.013717 0.009379 -0.000487 -0.002786 0.018033 -0.016898 -0.043901 0.005919 -0.004942 -0.016809 0.001532 -0.006359 0.023967 -0.001424 -0.00456 0.010161 -0.009132 -0.001822 -0.031869 -0.007075 -0.008073 -0.01282 -6.2e-05 -0.002691 -0.029715 0.015551 -0.006813 -0.013396 0.0105 0.029951 -0.00578 0.043171 0.019043 0.02218 -0.010427 0.004034 0.006695 -0.002509 0.006246 -0.013468 -0.039458 0.022723 -0.00308 0.036134 0.021496 0.027538 0.004407 -0.004849 -0.013254 -0.009278 -0.013331 -0.013873 0.000754 -0.015262 0.028976 -0.016537 0.010869 -0.029002 0.002453 0.004756 0.043617 -0.008643 -0.01057 0.00975 0.025624 -0.033305 -0.044706 0.040325 0.008046 0.002813 -0.042318 -0.00212 0.006872 0.031792 0.023857 0.001067 -0.001396 0.000341 -0.019536 0.011356 -0.023557 -0.01456 0.015592 0.022679 0.014528 -0.013441 -0.011724 0.022907 -0.018856 0.018756 0.015204 -0.031425 -0.022074 -0.010078 0.035654 -0.014268 -0.022303 -0.006813 -0.008995 -0.032974 -0.014657 0.030656 -0.016181 0.002802 -0.005193 -0.005486 -0.012116 -0.000262 0.014853 -0.054798 0.000632 0.016055 0.027695 -0.031369 -0.034454 0.002027 0.032635 -0.0193 0.013425 0.005472 0.001339 -0.03232 -0.029813 0.017305 0.020431 0.014727 0.011082 0.010809 -0.012806 -0.003386 0.029277 -0.014697 -0.006881 -0.013008 0.010971 -0.00098 0.062397 0.006012 -0.017379 0.003508 -0.001746 -0.006208 0.010317 -0.010254 0.005914 -0.020343 -0.004133 0.003596 0.011733 -0.005252 -0.027222 -0.002845 0.001744 -0.002435 -0.019484 -0.031498 -0.00165 -0.016467 -0.033563 0.025027 0.027304 0.009208 0.022795 -0.021194 0.007112 0.007498 -0.001829 0.034114 -0.002517 0.032294 0.050346 0.023503 0.005626 -0.001203 -0.034383 -0.033867 -0.022829 -0.00452 0.016077 -0.02146 -0.012605 0.007199 -0.006556 0.027941 -0.023038 -0.026689 -0.014964 -0.027366 -0.017685 0.006362 -0.002081 0.018207 -0.003231 0.0089 -0.003079 0.002765 -0.001075 -0.005442 0.018872 0.038728 -0.043824 -0.00458 -0.017758 0.010431 0.012476 -0.020966 -0.003283 0.013951 -0.005652 -0.015162 -0.014595 0.004353 -0.035619 0.00652 -0.060234 -0.009854 0.006445 0.00744 0.010783 0.013863 0.000497\n. 0.016422 0.004237 -0.041219 0.01284 0.009653 0.030052 0.005712 0.006931 -0.012114 -0.01267 0.019248 0.003799 -0.010086 -0.019575 0.017305 -0.004853 6.2e-05 -0.015559 -0.016931 -0.025361 -0.001222 -0.000417 0.003721 0.007911 0.009138 0.018332 -0.001297 0.002516 -0.001858 -0.018744 0.014752 -0.015145 -0.005993 -0.031723 0.00428 0.022588 -0.022894 0.025466 0.014369 0.013506 -0.021745 0.00698 0.002115 -0.0035 -0.01418 -0.019381 0.021342 0.001025 -0.002057 0.011731 -0.003857 0.036543 0.023399 -0.020165 0.025486 -0.008015 0.004247 0.00953 -0.008272 0.014809 -0.02643 -0.016125 -0.003465 -0.015468 0.000473 0.014579 0.024913 -0.006817 0.024316 0.009526 -0.033807 -0.011062 0.012 0.008083 -0.028573 -0.004832 -0.021746 0.010438 -0.018636 -0.001321 0.010545 0.001987 0.000937 0.01574 -0.013213 -0.038576 0.001053 0.005959 -0.025734 -0.007586 -0.002524 0.010148 0.002455 -0.010355 0.009119 -0.009592 0.001054 -0.022947 -0.003323 -0.006684 -0.00276 -0.007574 0.004432 -0.004613 0.00695 -0.000618 -0.010715 0.002664 0.014817 0.001742 0.031042 0.004786 0.020366 -0.012878 0.007106 -0.004176 -0.003247 -0.000904 -0.004287 -0.025792 0.013777 -0.000974 0.02206 0.010293 0.02102 0.012755 -0.004194 -0.003569 -0.00542 -0.010078 -0.005213 0.003557 -0.016224 0.013132 -0.010416 0.015379 -0.012694 -0.000473 -0.008109 0.041586 -0.002458 -0.013441 0.013127 0.017494 -0.014258 -0.029212 0.023568 0.002334 0.005291 -0.033743 0.007197 0.010756 0.022911 0.014852 -0.002628 0.004693 -0.004894 -0.015137 0.011923 -0.003583 -0.014731 0.008653 0.023299 0.007004 -0.000402 -0.007766 0.022499 -0.009599 0.007166 0.012021 -0.019581 -0.012328 -0.008787 0.022875 -0.009658 -0.01838 -0.018355 -0.006476 -0.026213 -0.014016 0.027897 -0.004824 0.000979 -0.002157 -0.003276 -0.006095 -0.001575 0.020592 -0.034515 0.007789 0.005964 0.012499 -0.022673 -0.02382 0.005403 0.021158 -0.007816 0.010757 0.001964 0.000125 -0.029184 -0.017797 0.013801 0.012518 0.011718 0.012483 0.008994 -0.010523 0.003426 0.021158 -0.022838 0.001087 -0.016141 0.018645 -0.005757 0.035788 -0.002335 -0.024475 0.007624 0.000374 -0.009866 0.009148 -0.008293 0.00115 -0.020855 0.003327 8e-06 0.012768 -0.004222 -0.019327 0.000536 0.00481 0.000845 -0.022404 -0.025404 0.000213 -0.005847 -0.029017 0.020671 0.015258 0.008091 0.011032 -0.017518 0.017943 -0.000705 -0.010921 0.0212 -0.007418 0.027924 0.036681 0.013572 0.00229 -0.003845 -0.032829 -0.019178 -0.014874 -0.002417 0.00848 -0.01349 -0.009357 0.012329 -0.004465 0.023122 -0.014534 -0.016606 -0.006162 -0.019694 -0.006572 0.000204 0.000887 0.00253 -0.001795 -0.002268 -0.005712 0.006412 0.00516 -0.005876 0.018433 0.02801 -0.02462 -0.00174 -0.011721 0.00483 0.015008 -0.007608 -0.01063 -0.001189 -0.013281 -0.012252 -0.016648 -0.000851 -0.022921 0.003349 -0.040924 -0.016868 -0.000387 0.01809 0.005002 0.026461 -0.001306\nര 0.028635 0.005208 -0.060004 0.014076 0.012333 0.033384 0.002023 -0.011543 -0.023702 -0.028597 0.036327 0.014977 -0.011033 -0.022577 0.027082 0.002378 0.00118 -0.021597 -0.0261 -0.052185 -0.026384 0.006288 0.012248 0.020383 0.001505 0.016501 -0.014065 -0.023601 -0.010333 -0.039215 0.013624 -0.025846 -0.020016 -0.039892 0.007352 0.017538 -0.037954 0.044648 0.007138 0.024962 -0.035597 0.009688 0.010962 -0.01062 -0.035289 -0.020223 0.044567 0.000612 0.008815 0.021819 -0.001476 0.050902 0.036284 -0.035862 0.042062 0.001942 -0.017584 0.026159 -0.008268 0.025827 -0.04854 -0.022608 -0.01254 -0.018885 0.017139 0.018784 0.041986 -0.016392 0.044541 0.026238 -0.054715 -0.010604 0.019674 0.025019 -0.057212 -0.001991 -0.024129 0.028515 -0.040349 -0.02022 0.00939 -0.00516 0.004967 0.014403 -0.026184 -0.056786 0.007294 -0.009647 -0.017343 -0.010634 -0.002744 0.019833 0.009878 -0.019226 0.017402 0.001773 -0.000132 -0.038787 -0.012195 -0.000325 -0.018884 -0.001561 -0.0006 -0.033808 0.016545 -0.012987 -0.009011 0.01584 0.044236 0.001463 0.053912 0.025812 0.023518 -0.023209 0.007676 -0.005048 -0.003632 -2.3e-05 -0.023613 -0.040711 0.021384 -0.003062 0.039996 0.016464 0.041466 0.023559 -0.021447 -0.013785 -0.01163 -0.019956 -0.013499 -0.002452 -0.013698 0.027076 -0.019725 0.015376 -0.044597 0.001121 0.017081 0.048902 0.001733 -0.014891 0.013137 0.01727 -0.035203 -0.060433 0.049295 0.014908 0.002303 -0.048802 0.007316 -0.000757 0.037567 0.02245 0.006964 0.004695 0.003931 -0.029901 0.018274 -0.031889 -0.026571 0.017544 0.018574 0.01629 -0.018728 -0.011706 0.027862 -0.030291 0.024859 0.023452 -0.030418 -0.02937 -0.002883 0.035602 -0.025562 -0.032787 -0.010136 -0.010514 -0.046018 -0.012111 0.033967 -0.013433 0.006252 -0.009388 -0.008636 -0.03005 -0.000377 0.030231 -0.058345 0.004697 0.028131 0.024949 -0.040372 -0.051956 0.003709 0.04613 -0.021618 0.017261 -0.006989 0.007124 -0.047434 -0.031887 0.021059 0.024223 0.023411 0.021761 0.016276 -0.013812 -0.003403 0.044272 -0.021459 -0.013026 -0.009327 0.025235 -0.012933 0.081724 0.01763 -0.020499 0.009705 -0.007343 -0.001145 0.001219 -0.00124 0.00663 -0.026235 -0.003813 0.003584 0.024836 -0.010103 -0.021972 -0.014304 -0.003528 -0.007426 -0.03352 -0.051201 -0.005886 -0.009749 -0.040928 0.025698 0.019202 0.004146 0.027915 -0.033484 -6.6e-05 -0.003768 -0.002064 0.034274 -0.015018 0.035346 0.06201 0.030608 0.001366 -0.001665 -0.050316 -0.032643 -0.01897 -0.006786 0.0252 -0.034744 -0.014796 -0.000952 -0.019179 0.037105 -0.032904 -0.0321 -0.023036 -0.041036 -0.015364 0.009476 0.006684 0.016058 0.013626 0.019769 0.00134 0.022734 -0.000921 -0.012744 0.017988 0.051337 -0.059066 0.001418 -0.023266 0.011702 0.014386 -0.007576 0.000805 0.021551 -0.010768 -0.020985 -0.015826 0.011615 -0.05008 0.005004 -0.077299 -0.004746 0.006129 0.013911 0.029653 0.020325 0.001731\nา 0.02539 0.000167 -0.039776 0.021772 0.012 0.0313 0.007703 -0.000721 -0.021125 -0.025337 0.022836 0.003343 -0.004779 -0.016095 0.026229 -0.002125 0.006151 -0.020694 -0.00842 -0.036908 -0.015139 0.005987 0.005745 0.010943 0.002679 0.009423 -0.013719 -0.006611 -0.012096 -0.023288 0.015474 -0.026113 -0.014249 -0.031927 0.000458 0.017477 -0.031742 0.033842 0.008661 0.015481 -0.028171 0.009438 -1.4e-05 -0.006688 -0.022776 -0.021603 0.030402 0.003314 0.000678 0.009006 0.003117 0.039935 0.028044 -0.031052 0.033605 0.003978 -0.000971 0.022542 -0.013067 0.019145 -0.025974 -0.026779 -0.001083 -0.013639 0.008407 0.01563 0.027725 -0.013585 0.03654 0.014694 -0.043717 -0.008779 0.019875 0.010806 -0.0494 0.005401 -0.027244 0.019529 -0.029209 -0.013221 0.012025 -0.004445 0.002852 0.01349 -0.018116 -0.042033 -0.002021 -0.000411 -0.016665 -0.000536 -0.003663 0.02309 0.00933 -0.011441 0.013626 -0.003784 0.004812 -0.032193 0.003785 -0.001066 -0.016692 0.005035 -0.001387 -0.021733 0.014553 -0.000958 -0.010101 0.005851 0.027459 -0.003608 0.043662 0.016018 0.024263 -0.013357 0.006508 0.000739 -0.002258 0.00023 -0.004743 -0.035348 0.016299 0.003627 0.034662 0.022002 0.03375 0.009749 -0.012704 -0.013463 -0.004062 -0.014574 -0.009386 -0.006105 -0.015411 0.027493 -0.017153 0.012945 -0.030224 -0.002321 0.007312 0.038394 0.000309 -0.008181 0.004826 0.023125 -0.032959 -0.040299 0.040667 0.007178 0.002278 -0.038562 0.001339 0.004142 0.032317 0.022991 0.000494 0.006853 0.0049 -0.026184 0.008956 -0.021809 -0.01344 0.010746 0.021506 0.01238 -0.010205 -0.011263 0.018759 -0.016037 0.019575 0.014018 -0.023315 -0.017997 -0.00843 0.025886 -0.02034 -0.021308 -0.002167 -0.003685 -0.034647 -0.018356 0.033264 -0.011173 0.007826 -0.008982 -0.007821 -0.010268 0.003611 0.018814 -0.048023 0.000334 0.011527 0.025973 -0.03154 -0.029749 0.007883 0.032146 -0.016339 0.009167 0.001669 0.001657 -0.029127 -0.027127 0.012728 0.021833 0.021977 0.01671 0.005615 -0.003385 -0.001454 0.030461 -0.017614 0.00125 -0.007264 0.016515 0.001318 0.054249 0.005144 -0.020647 0.006687 -0.003489 -0.000153 0.009974 -0.000774 0.004063 -0.023839 -0.002178 -0.001215 0.013426 -0.001928 -0.025257 -0.007367 -0.000254 -0.002418 -0.022467 -0.02745 -0.003608 -0.009932 -0.031355 0.022261 0.025335 0.007058 0.026372 -0.025843 0.010591 0.001046 -0.003346 0.029782 -0.004977 0.031529 0.048882 0.017362 0.002755 -0.006984 -0.037352 -0.025966 -0.015929 0.000334 0.023341 -0.022938 -0.016495 0.007866 -0.010568 0.025284 -0.020491 -0.022072 -0.024529 -0.026331 -0.010915 0.0053 -0.000353 0.017885 -0.003177 0.009517 0.002335 0.010643 -0.001853 0.000751 0.012215 0.038312 -0.041845 0.000574 -0.008287 0.011392 0.012526 -0.017106 -0.006782 0.017506 -0.005695 -0.021413 -0.013005 0.008923 -0.037839 0.007986 -0.058013 -0.009935 0.008601 0.007858 0.014581 0.018676 -0.000684\nવ 0.044521 0.004917 -0.053091 0.013303 -0.00479 0.034195 -0.000661 -0.011 -0.02686 -0.043892 0.033654 0.021313 -0.010944 -0.02852 0.030766 0.012354 0.003768 -0.02262 -0.021294 -0.046546 -0.019864 -0.002054 0.016575 0.012639 0.001346 0.02283 -0.007904 -0.015654 -0.015361 -0.035248 0.029903 -0.035044 -0.022284 -0.031073 0.003692 0.009605 -0.031962 0.037467 0.011466 0.015902 -0.035674 0.00739 0.018118 -0.001277 -0.027483 -0.019389 0.049523 -0.003167 -0.005859 0.016069 -0.010305 0.054711 0.031245 -0.018512 0.04838 -0.001253 -0.007451 0.011394 -0.021197 0.0367 -0.044006 -0.027575 -0.015557 -0.00459 0.015879 0.022839 0.06311 0.002932 0.042749 0.020586 -0.057702 -0.006782 0.023068 0.018829 -0.042113 -0.00052 -0.028079 0.032258 -0.037708 -0.014934 0.013323 0.002528 -0.004931 0.004845 -0.020168 -0.054519 0.006472 -0.019112 -0.014546 -0.004653 -0.011476 0.020091 0.017872 -0.023389 -0.001754 -0.001591 -0.019555 -0.041695 -0.011324 -0.009361 -0.034492 -0.01599 -0.005151 -0.040985 0.004512 -0.00593 -0.026053 0.003421 0.038086 -0.009166 0.056649 0.023523 0.019812 -0.033583 0.003845 -0.01665 -0.005766 0.001336 -0.011309 -0.042836 0.016316 0.001048 0.049452 0.030116 0.040637 0.025305 -0.016678 -0.017683 -0.009852 -0.016194 -0.004969 -0.006223 -0.007965 0.039119 -0.018559 0.010559 -0.044413 0.001105 0.010497 0.056232 0.014676 -0.009595 0.014756 0.010691 -0.042498 -0.066149 0.063507 0.022237 0.010843 -0.045428 0.010736 0.010122 0.032533 0.022529 0.006621 0.007958 0.005516 -0.022649 0.031136 -0.033231 -0.026276 0.009856 0.013791 0.018357 -0.009683 -0.027469 0.006729 -0.027392 0.029529 0.024783 -0.029221 -0.029809 -0.004663 0.033192 -0.01757 -0.042544 -0.020765 -0.009952 -0.050312 -0.018204 0.030989 -0.011055 0.004124 -0.027656 -0.004035 -0.027807 0.000778 0.026911 -0.043622 0.008319 0.018551 0.024142 -0.034478 -0.036808 -0.003506 0.032395 -0.036285 0.017293 -0.013649 -0.007698 -0.033807 -0.025134 0.015758 0.033323 0.011404 0.008961 0.030014 -0.003318 -0.012421 0.041793 -0.024627 -0.008518 -0.005994 0.017945 0.001346 0.060117 0.029563 -0.021977 0.000796 0.004136 -0.008996 0.012818 -0.005065 0.003334 -0.029464 -0.006758 0.019372 0.026289 -0.004153 -0.018362 -0.003188 0.000989 -0.001544 -0.011243 -0.04662 -0.009072 -0.017601 -0.033598 0.02561 0.000627 -0.002922 0.024017 -0.024633 0.010351 0.006056 0.004137 0.029159 -0.004362 0.04406 0.052824 0.010556 0.016258 -0.007662 -0.036073 -0.017899 -0.025209 -0.014646 0.038576 -0.026655 0.003035 0.00702 -0.02949 0.044907 -0.035271 -0.036528 -0.021876 -0.041058 -0.02267 0.01022 0.002823 0.024594 0.019623 0.024582 0.001898 0.019511 -0.002506 0.000401 0.019904 0.04746 -0.066126 0.015361 -0.028801 0.016058 0.019883 -0.002584 -0.016272 0.031458 -0.010404 -0.010554 -0.008033 0.014683 -0.051089 0.011401 -0.08244 -0.014334 0.005293 0.029857 0.010391 0.011588 -0.000413\nិ 0.026606 0.003528 -0.034398 0.023548 0.008112 0.041311 0.010687 -0.006403 -0.021197 -0.026401 0.038572 0.018168 0.000536 -0.01373 0.028828 -0.001037 0.005137 -0.024352 -0.004445 -0.039116 -0.013626 0.010527 0.007892 0.00194 -0.007125 0.012999 -0.016913 -0.006206 -0.013265 -0.025562 0.023438 -0.030844 -0.019153 -0.033862 0.007126 0.009251 -0.024527 0.034087 0.00094 0.03009 -0.034132 0.016403 0.001901 -0.008054 -0.020887 -0.014802 0.028579 -0.00303 0.011375 0.008488 0.001008 0.045878 0.035696 -0.023926 0.044827 0.014979 0.001059 0.021732 -0.009817 0.0238 -0.034314 -0.0232 -0.0153 -0.007597 0.014194 0.021058 0.034261 -0.026971 0.033348 0.022806 -0.053538 -0.010017 0.023894 0.020257 -0.040822 -0.001916 -0.021237 0.020614 -0.027707 -0.000834 0.022661 0.005618 0.005317 0.018052 -0.015783 -0.064443 0.003788 -0.001811 -0.007824 -0.014628 -0.001712 0.025001 0.008151 -0.008813 0.013255 -0.010171 0.008842 -0.046864 0.001216 -0.00946 -0.017776 -0.006162 -0.005083 -0.030506 0.019714 0.007335 -0.023564 0.006865 0.036416 -0.00634 0.047253 0.020563 0.015506 -0.009235 0.000145 -0.007345 -0.010717 -0.002639 -0.015653 -0.027559 0.036292 -0.002116 0.041552 0.016591 0.028841 0.00058 -0.003308 -0.007495 -0.008795 -0.003989 -0.014473 0.002099 -0.013517 0.036854 -0.028837 0.010727 -0.025502 0.001422 0.007031 0.047152 -0.001304 -0.008921 0.001003 0.016752 -0.043686 -0.049639 0.047045 0.010503 0.004737 -0.036149 0.012778 0.002729 0.035144 0.015148 0.000433 0.005954 -0.007973 -0.025074 0.020339 -0.01696 -0.019516 0.022919 0.032193 0.011715 -0.025011 -0.018556 0.025224 -0.012765 0.023901 0.020182 -0.025556 -0.026513 -0.013404 0.036085 -0.018221 -0.008767 -0.001871 -0.008528 -0.045047 -0.018094 0.040074 -0.003101 0.015359 -0.005495 -0.012684 -0.022258 0.016726 0.014535 -0.055029 0.006716 0.014689 0.022361 -0.028358 -0.034531 0.014069 0.032518 -0.021063 0.018743 0.009227 0.0087 -0.027727 -0.01585 0.015973 0.018187 0.017627 0.020297 0.008784 -0.001753 -0.007039 0.035051 -0.01544 -0.015433 0.003523 0.013478 -0.001182 0.045433 0.004509 -0.014875 0.015953 0.002452 -0.003447 0.013182 0.001434 0.012174 -0.030368 -0.00116 -0.000622 0.011779 -0.000327 -0.014084 -0.01521 0.003599 -0.001556 -0.03358 -0.031326 -0.000754 -0.014535 -0.025204 0.024133 0.017933 0.01399 0.028911 -0.026171 0.022469 -0.005189 -0.005657 0.036366 -0.005364 0.038705 0.049569 0.023685 0.008331 -0.00158 -0.034329 -0.027812 -0.004874 0.008285 0.022921 -0.018959 0.000712 0.009013 -0.011077 0.027956 -0.029161 -0.021549 -0.027851 -0.026882 -0.019359 9.9e-05 -0.00657 0.018926 -0.007954 0.004128 0.002966 0.002746 -0.001543 0.003542 0.019139 0.044583 -0.049742 -0.006145 -0.006033 0.02109 0.013497 -0.013616 -0.006275 0.015665 -0.010269 -0.020014 -0.01468 0.010063 -0.036529 0.010757 -0.055067 -0.009579 0.01347 -0.000264 0.013399 0.019067 -0.006443\nẽ 0.066331 0.050428 -0.012544 0.068566 0.030007 0.037507 0.038284 -0.064401 -0.002948 -0.010717 0.038884 -0.023936 -0.014653 -0.017686 0.044903 -0.033837 0.055952 -0.040726 0.0711 -0.023308 -0.022364 0.001502 0.006163 0.013098 0.052753 -0.000698 0.059882 -0.028089 0.04637 0.036111 0.015491 -0.059225 -0.006787 0.036268 0.061392 -0.024289 -0.011751 0.022876 -0.040953 0.060755 0.01794 0.055525 -0.077424 0.026362 -0.058533 -0.033305 0.024006 -0.012736 0.019273 0.010492 0.024402 0.039811 0.040774 -0.056345 0.054024 0.020198 -0.041114 0.037655 -0.029192 0.033353 0.014887 -0.036629 0.041716 -0.008222 0.027536 -0.000352 0.043548 0.010429 -0.010045 -0.008871 -0.081129 -0.029952 0.111103 0.025129 -0.008015 0.03335 0.002168 0.013498 0.031166 0.017497 0.014717 0.018083 -0.030894 0.022491 -0.043847 -0.066646 -0.063244 0.017738 0.018876 -0.037339 0.021255 0.058884 0.012428 -0.009148 -0.027557 -0.067948 -0.035317 0.04485 -0.022342 -0.011689 -0.02593 0.048518 -0.043174 -0.024846 0.039927 0.006742 -0.057321 0.022934 0.092016 0.049675 -0.045798 0.000261 0.005824 0.0185 -0.005139 0.004003 -0.076499 0.024896 -0.003612 -0.015363 -0.027822 -0.095755 0.057872 -0.003766 0.008336 0.058747 -0.026427 0.015981 -0.022403 0.015155 0.038034 0.032829 -0.066851 0.009522 -0.015108 0.036474 -0.017347 0.066175 -0.014053 -0.02014 -0.024172 0.032478 0.079336 0.006054 -0.059835 0.041439 0.008429 -0.005478 -0.065866 -0.012225 0.007746 -0.028611 0.021531 -0.002209 -0.001953 -0.019773 0.07618 -0.008452 0.013139 -0.042992 0.046868 0.001057 -0.051877 0.002203 -0.009508 0.053704 0.003554 -0.069736 0.109016 0.00339 -0.083167 -0.021874 0.02681 -0.047383 0.019812 -0.002724 -0.016097 0.059642 0.03141 -0.012505 0.022113 0.03027 -0.019564 0.03041 0.030684 0.020645 -0.006515 -0.046386 -0.046038 0.003523 0.033629 -0.002922 0.006148 0.073008 -0.063602 0.043294 0.038408 -0.041314 0.006803 0.010281 -0.010981 -0.019731 -0.023845 -0.0231 0.036236 -0.016858 0.050712 0.04614 0.026084 -0.006815 -0.031846 -0.012148 0.011866 -0.05293 0.053524 -0.040078 0.014791 0.027949 0.016154 0.054402 0.040965 -0.052568 0.001715 -0.032153 0.017782 -0.017202 0.052989 -0.019547 0.013863 0.000502 0.034711 -0.022159 -0.032384 -0.02592 0.030331 0.001576 -0.027255 -0.102295 0.002964 0.0221 -0.008895 0.009622 -0.023903 -0.045221 -0.006632 -0.005269 -0.006428 0.019847 0.005409 0.028481 -0.033735 0.002491 0.005337 0.00258 -0.04395 -0.051199 -0.000258 0.03113 -0.005304 -0.015045 -0.001067 -0.014894 -0.002314 0.026321 -0.038194 -0.014839 -0.031111 0.02263 -0.018838 0.00067 0.020043 -0.027438 0.048834 -0.024316 -0.003163 0.006609 0.0602 0.033363 -0.010235 -0.015232 -0.046407 0.050957 -0.040783 0.029282 -0.068456 0.025517 -0.008006 0.037001 -0.009151 0.010809 0.017453 -0.021872 -0.03783 -0.080197 0.021003 0.037866 -0.007409 -0.014278 0.028189 0.010105\nǃ 0.02355 -0.008739 -0.020287 -0.012615 0.069221 0.032719 0.007175 -0.038464 -0.031809 -0.006379 0.045305 0.007431 -0.053881 0.02559 0.011154 -0.000738 0.020814 -0.016616 -0.003805 -0.039621 0.006023 0.002423 -0.025247 0.009767 0.014688 0.011037 -0.019633 0.007236 -0.086968 -0.007439 0.002438 -0.058206 -0.000599 -0.030002 0.023559 0.00613 -0.038313 0.032799 0.029275 0.025651 -0.040289 -0.012601 0.036672 -0.011814 0.006021 -0.026319 -0.008131 -0.012079 0.001346 -0.003786 -0.008478 0.034868 0.04673 -0.017953 -0.001134 0.027709 0.016004 -0.015775 -0.038656 -0.011973 0.007744 -0.020385 0.005477 0.015806 0.025377 0.025374 -0.047337 -0.004088 -0.005749 0.006475 -0.047938 -0.012886 -0.005377 0.067405 -0.052919 0.027449 -0.028508 0.02089 -0.016528 -0.015224 0.006526 0.003463 -0.006139 0.02305 0.022112 -0.042573 0.005923 -0.00362 -0.026112 -0.035188 -0.031896 -0.004458 0.009435 -0.002105 0.003595 0.014617 0.054601 -0.006039 -0.011418 0.050138 -0.061766 -0.015021 -0.051796 -0.027893 0.014633 0.024066 -0.031525 0.002784 0.023484 -0.010434 0.051471 0.021752 0.023716 -0.00794 -0.00366 0.010194 -0.022319 0.036075 -0.054648 -0.028752 -0.008931 -0.008547 0.052487 0.010714 -0.026072 0.058677 -0.022556 0.010591 -0.040761 -0.026355 -0.026381 -0.016925 -0.023272 0.030248 0.008783 0.016042 -0.019391 -0.03578 0.025609 0.001343 -0.04463 0.056485 -0.015854 0.027526 0.005938 -0.006555 0.066969 0.034129 0.007522 -0.030239 -0.020211 -0.0329 0.054035 0.024315 0.010812 -0.005392 0.021586 -0.017347 0.022311 -0.019307 0.001219 0.037869 0.02046 0.021789 -0.020524 0.000129 -0.006981 0.004499 0.046979 0.015616 -0.00512 -0.003224 -0.003649 0.020875 -0.016821 -0.014442 -0.005442 0.009556 -0.018223 -0.042103 0.028529 -0.027328 -0.001854 0.027406 0.01201 -0.002749 -0.018222 0.002157 -0.07329 -0.009943 0.02125 0.040452 -0.003544 -0.028601 -0.023406 0.038749 -0.040669 0.019538 0.018166 -0.042794 -0.041355 -0.004555 0.014606 0.055695 0.018872 -0.034865 0.015182 -0.044895 -0.028463 0.057422 -0.025524 -0.028375 0.005339 -0.005243 -0.042056 0.099511 -0.018673 -0.034811 -0.02339 0.006602 -0.045913 0.002292 0.013755 -0.000656 -0.001585 0.010978 -0.007301 0.019775 -0.017318 -0.038793 -0.008021 0.013228 0.006481 -0.014832 -0.028657 0.030211 0.003685 -0.042745 -0.01364 0.012015 -7.2e-05 0.01791 -0.005211 0.00557 0.023166 0.004355 -0.001436 0.016758 -0.049098 0.052139 0.005913 0.001027 -0.007294 0.010799 -0.055001 -0.030412 -0.02215 0.020001 -0.023492 -0.003827 0.029703 -0.049153 0.074277 0.000746 -0.040417 -0.004757 -0.002449 0.024442 0.000108 -0.027798 -0.030678 0.008705 0.019767 0.042636 -0.012951 0.027393 0.007746 -0.000322 0.008382 -0.021019 -0.025269 0.035063 -0.026711 0.015837 -0.007071 -0.019242 -0.007879 0.037884 0.014106 -0.026552 0.028237 -0.032655 -0.00404 -0.06753 -0.012961 0.008248 0.028929 0.008846 -0.01078 0.021827\nق 0.024877 0.002988 -0.039139 0.016337 0.00701 0.027233 0.004601 -0.008798 -0.015081 -0.024182 0.027807 0.008325 -0.007982 -0.016436 0.023824 -0.004771 0.008718 -0.015186 -0.008639 -0.036223 -0.014729 0.000903 0.00384 0.008434 0.002701 0.014547 -0.006381 -0.011819 -0.011613 -0.026815 0.01953 -0.02442 -0.01249 -0.032545 0.008725 0.012077 -0.030254 0.034383 0.005745 0.015859 -0.025535 0.009962 0.000414 0.000223 -0.023834 -0.016027 0.028957 -0.002664 -0.001606 0.008809 0.003899 0.038609 0.02745 -0.027509 0.033534 0.005031 -0.003547 0.017354 -0.009604 0.020816 -0.028587 -0.020446 -0.006891 -0.011782 0.011562 0.021374 0.032062 -0.011156 0.028622 0.015861 -0.042531 -0.00636 0.019665 0.0176 -0.036574 0.000711 -0.025974 0.019644 -0.031671 -0.014652 0.009386 -0.002506 0.001036 0.008908 -0.017597 -0.039349 0.002979 0.000603 -0.015257 -0.003585 -0.003991 0.01801 0.007987 -0.007693 0.016035 -0.002152 -0.003215 -0.033106 0.000253 -0.00377 -0.01671 0.002245 -0.000192 -0.025898 0.013839 -0.007079 -0.01285 0.008797 0.027576 -0.008356 0.038009 0.017367 0.01828 -0.014108 0.00564 -0.001122 -0.004919 0.001849 -0.014226 -0.033033 0.020908 0.001177 0.029907 0.018115 0.029356 0.010441 -0.007405 -0.009869 -0.008524 -0.015357 -0.008693 -0.000357 -0.010748 0.024394 -0.015189 0.011377 -0.027389 0.006942 0.010256 0.036709 -0.001071 -0.010848 0.009358 0.020526 -0.026795 -0.041778 0.040679 0.011105 0.001661 -0.037177 0.006342 0.005479 0.027571 0.021572 -0.000611 0.00431 0.002326 -0.022004 0.010288 -0.018082 -0.019859 0.012118 0.017084 0.013898 -0.015012 -0.014625 0.018516 -0.016976 0.014229 0.014034 -0.020968 -0.020185 -0.010017 0.031463 -0.01374 -0.021319 -0.003919 -0.010807 -0.032508 -0.01495 0.027637 -0.012485 0.004442 -0.011533 -0.000347 -0.019749 0.00176 0.017976 -0.040143 -8e-05 0.012388 0.020744 -0.028822 -0.028557 0.002449 0.032394 -0.016871 0.012684 0.002748 0.001125 -0.02453 -0.024413 0.013312 0.021442 0.010969 0.013261 0.009419 -0.010758 -0.005322 0.030268 -0.01618 -0.002035 -0.012008 0.012248 -0.003139 0.054293 0.006228 -0.019299 0.00737 -0.002399 -0.003993 0.005747 -0.001967 0.004013 -0.021076 -0.000915 0.000608 0.01543 -0.004254 -0.020142 -0.002266 -0.001319 -0.005755 -0.021444 -0.025937 -0.00336 -0.012873 -0.026649 0.019679 0.016785 0.007401 0.013903 -0.021652 0.007352 0.004377 -0.002183 0.028033 -0.003905 0.032481 0.041758 0.019163 0.002294 -0.001921 -0.030738 -0.025137 -0.01838 -0.002576 0.019837 -0.024391 -0.00619 0.001358 -0.010414 0.023636 -0.024852 -0.024584 -0.018323 -0.028306 -0.013618 0.004833 0.002093 0.014984 -0.000117 0.010489 -0.001291 0.008413 -0.004234 -0.002273 0.011985 0.037587 -0.040064 -0.00128 -0.017434 0.013281 0.011494 -0.013587 -0.00447 0.016927 -0.009044 -0.016381 -0.013928 0.006759 -0.033255 0.007398 -0.055082 -0.008266 0.006932 0.009757 0.011678 0.015318 0.000422\nె 0.016761 0.004041 -0.046194 -0.001152 -0.008976 0.023895 -0.013163 -0.002044 -0.01905 -0.009452 0.032416 0.003102 0.007348 -0.009356 0.022744 -0.00328 0.018567 -0.02109 7.6e-05 -0.048223 -0.005433 0.002751 0.001848 0.031347 0.022225 0.022467 -0.005593 0.011849 -0.003307 0.009961 0.017801 -0.005422 -0.010661 -0.007073 -0.008253 0.008918 -0.023562 0.024143 -0.001236 0.003462 -0.025596 0.004179 0.021135 -0.004833 -0.014789 -0.015315 0.007269 0.020028 0.02622 0.01227 -0.018461 0.023772 0.006015 -0.027686 0.017971 -0.01446 -0.000258 -7.3e-05 -0.019435 0.022221 -0.011805 -0.030223 0.026234 -0.019668 0.02133 0.002413 0.030832 -0.017803 0.04191 0.015481 0.000379 0.005017 0.016738 0.030703 -0.017305 -0.018157 -0.017722 0.028403 0.007296 0.014504 0.012717 -0.002559 0.020123 -0.007193 -0.007171 -0.023116 0.000315 -0.020952 -0.008654 0.010614 -0.000751 -0.001185 0.000939 -0.01069 -0.00079 0.03515 0.011093 -0.044068 0.006582 0.00882 -0.008061 -0.014233 0.001525 0.000405 0.003349 -7.1e-05 -0.025734 -0.002308 0.004631 -0.003905 0.025553 0.012925 0.043427 -0.014118 0.018577 -0.004401 -0.004258 0.000206 -0.026749 -0.014141 0.030457 -0.019839 0.020302 0.014885 0.010187 0.006538 -0.001791 -0.01017 0.004821 -0.010943 -0.006501 0.002467 -0.009091 0.035477 0.000186 0.019607 -0.02763 0.012047 0.001105 0.003249 -0.000733 -0.003424 0.007019 0.014938 -0.010939 -0.057616 0.05288 -0.000458 0.01768 -0.024762 0.003779 -0.005727 0.01551 0.023752 0.013743 -0.012869 0.011244 -0.009076 8.4e-05 -0.008802 -0.020209 0.015921 0.024636 0.000317 -0.011236 0.014175 0.011582 -0.009634 0.031755 0.017663 -0.021912 -0.033641 -0.020821 0.042227 -0.002798 -0.016604 -0.013915 -0.009799 -0.006629 0.010036 0.010532 0.01094 0.013575 -0.008484 -0.004249 -0.001599 -0.014133 0.021093 -0.028927 -0.009929 0.026282 0.032607 -0.015688 -0.033842 0.012433 0.019646 -0.019993 0.032877 -0.014567 -0.008767 -0.026357 -0.019885 -0.005485 -0.005308 0.020164 0.015186 -0.006973 -0.035903 -0.007269 0.018329 -0.011311 -0.000955 0.008526 0.016578 0.00034 0.045465 0.009652 -0.006137 0.015961 0.007162 -0.004995 0.004662 -0.01288 0.014252 -0.022608 0.020244 -0.007924 0.029804 0.013761 -0.016801 0.001141 0.000623 -0.008208 5.7e-05 -0.020251 -0.018525 -0.013173 -0.004152 -0.008498 0.019003 0.002324 0.011144 -0.016079 0.01424 0.006867 0.010337 0.016322 -0.004565 0.023677 0.039462 -0.004021 -0.007807 0.000404 -0.024131 -0.011964 -0.019637 -0.019912 -0.009821 -0.06168 0.010311 -0.011075 -0.013637 0.018242 0.002821 -0.022757 0.011931 -0.02041 -0.029738 0.01355 0.00238 0.013198 0.001178 0.006889 -0.016593 0.025086 0.002014 -0.000493 0.012392 0.023276 -0.024605 -0.000472 -0.004054 0.006958 0.000329 0.003336 -0.00742 0.015362 -0.013918 -0.000658 0.003104 0.010797 -0.021117 -0.007218 -0.027234 -0.02828 -0.018899 0.004618 -0.005096 -0.006454 -0.009239\nै 0.027198 -0.013033 -0.035466 0.020986 0.012808 0.032902 0.005165 0.003945 -0.024284 -0.032249 0.035866 0.022678 0.000366 -0.018016 0.021987 0.005043 0.003103 -0.015968 -0.004282 -0.039376 -0.012058 -0.002333 0.004041 0.005047 -0.008697 0.020387 -0.016746 -0.0191 -0.017896 -0.019932 0.013657 -0.026436 -0.015273 -0.030755 0.005492 0.001265 -0.02287 0.029249 0.008813 0.023204 -0.025689 0.006082 0.013056 -0.004534 -0.022398 -0.011454 0.026866 -0.010767 -0.010216 0.005531 0.007067 0.056617 0.035817 -0.043268 0.033872 0.005637 0.001943 0.008101 -0.002085 0.012099 -0.026228 -0.029523 -0.003881 -0.013614 0.007047 0.014254 0.032956 -0.000263 0.030094 0.012864 -0.036731 -0.009558 0.025697 0.013009 -0.034829 0.004339 -0.021448 0.02077 -0.029707 -0.019316 0.00856 -0.005425 0.001258 0.010917 -0.026838 -0.032814 0.00141 -0.003368 -0.024552 0.002341 -0.016679 0.019782 0.006551 -0.016527 0.020194 -0.004894 -0.000755 -0.032324 0.002927 -0.006034 -0.023321 0.005348 -0.000364 -0.014206 0.008537 -0.011447 -0.010274 0.003234 0.034932 -0.000616 0.034478 0.0214 0.016512 -0.018356 -0.001804 0.004755 0.001366 -0.001521 -0.018866 -0.034051 0.01711 -0.005427 0.028025 0.02526 0.028815 0.007867 -0.010878 -0.011406 -0.017894 -0.020479 -0.007211 0.002153 -0.016955 0.026196 -0.01613 0.005192 -0.022158 0.007875 0.003431 0.030981 -0.011459 -0.0021 0.003099 0.016409 -0.034935 -0.044398 0.039214 0.01128 -0.005653 -0.036818 -0.00432 0.011904 0.020417 0.019121 0.005438 0.011121 0.005848 -0.023923 0.016738 -0.016111 -0.026296 0.013179 0.016301 0.008822 -0.014429 -0.012561 0.034532 -0.009894 0.016823 0.017745 -0.014108 -0.010821 -0.011978 0.016477 -0.013952 -0.02581 -0.004377 -0.008386 -0.033872 -0.011994 0.024796 -0.019538 0.01011 -0.014091 -0.003704 -0.010938 0.010475 0.026697 -0.043921 0.0099 0.019353 0.018613 -0.024745 -0.034069 0.000741 0.035117 -0.016886 0.017639 -0.002897 -0.01234 -0.030761 -0.021088 0.011932 0.027861 0.014998 0.019502 0.008555 0.002465 -0.011618 0.037466 -0.01854 -0.003643 -0.014073 0.017158 -0.00528 0.06052 0.007075 -0.020759 0.01308 0.008602 -0.00114 0.003384 0.000343 0.010611 -0.02783 -0.013268 0.002533 0.023196 -0.000655 -0.023794 -0.002373 -0.012617 -0.000658 -0.026846 -0.033186 -0.00084 -0.014416 -0.017856 0.02477 0.020276 0.008414 0.021637 -0.024877 0.023943 0.003543 -0.009043 0.033075 -0.001587 0.020962 0.045303 0.014351 0.001089 -0.013939 -0.031521 -0.025627 -0.022429 -0.010454 0.017845 -0.022596 -0.014822 0.00406 -0.00551 0.025401 -0.014295 -0.032523 -0.010163 -0.021951 -0.016039 0.007848 -0.01621 0.021753 0.008891 0.009785 -0.004672 0.010338 0.006278 -0.004541 0.017401 0.043632 -0.049688 0.007112 -0.02381 0.013872 0.013319 -0.017684 -0.006389 0.013791 -0.012357 -0.025882 -0.001333 0.007845 -0.02733 -0.001977 -0.052104 -0.016031 0.023755 0.014282 0.028235 0.018059 0.006399\nі 0.037488 0.003123 -0.047889 0.017276 0.008069 0.034492 0.002041 5.9e-05 -0.018817 -0.027279 0.037516 0.015986 -0.008898 -0.0239 0.031977 -0.006678 0.010325 -0.023466 -0.008293 -0.040135 -0.014208 0.002125 0.006953 0.016971 0.003223 0.019965 -0.006683 -0.009546 -0.017944 -0.028871 0.019977 -0.035903 -0.015941 -0.040808 0.011839 0.011359 -0.039903 0.03641 0.004263 0.015772 -0.029692 0.011 0.001957 0.000705 -0.03009 -0.02579 0.033127 -0.00743 -0.002486 0.018058 0.011211 0.048385 0.03 -0.028737 0.040814 0.007146 -0.003558 0.021867 -0.015462 0.028186 -0.029603 -0.024376 -0.008405 -0.012611 0.015974 0.019385 0.031069 -0.014051 0.031603 0.014292 -0.045587 -0.004746 0.023136 0.013633 -0.047595 0.00673 -0.028935 0.026104 -0.030553 -0.013122 0.008783 0.001925 -0.00645 0.016055 -0.02076 -0.050418 0.003533 -0.006124 -0.016007 -0.007296 -0.009963 0.023078 0.006396 -0.016857 0.013848 -0.010406 0.000196 -0.032688 -0.006543 -0.003065 -0.016981 -0.00014 -0.003197 -0.03212 0.012903 0.001525 -0.015176 0.010075 0.037302 -0.002433 0.045407 0.023349 0.016948 -0.015357 0.016018 -0.002262 -0.008673 -0.001177 -0.013549 -0.035443 0.022169 -0.001409 0.037694 0.017337 0.029358 0.012064 -0.013612 -0.01915 -0.00701 -0.015831 -0.017092 -0.004304 -0.009868 0.024682 -0.023753 0.013811 -0.024712 0.004986 0.012259 0.041556 -0.002527 -0.010797 0.008808 0.028869 -0.031974 -0.047094 0.042454 0.004772 -0.000182 -0.039194 0.007154 0.003836 0.036498 0.0252 -0.007429 0.002484 -0.000637 -0.021944 0.015415 -0.0227 -0.012629 0.019931 0.013569 0.015149 -0.013412 -0.013229 0.022061 -0.022269 0.021034 0.01971 -0.021907 -0.025876 -0.011423 0.032177 -0.01707 -0.030153 -0.011131 -0.00959 -0.036768 -0.022047 0.028162 -0.013474 0.007888 -0.012456 -0.008471 -0.022016 0.00281 0.019684 -0.055039 0.003762 0.019143 0.02564 -0.031477 -0.033808 0.002322 0.038453 -0.012807 0.014413 0.002704 0.001209 -0.030139 -0.03038 0.01383 0.029143 0.008047 0.019355 0.006416 -0.011311 0.001963 0.039374 -0.024099 -0.000279 -0.01344 0.014165 -0.005165 0.063424 0.000456 -0.020219 0.00719 -0.00644 -0.008659 0.009778 -0.006483 0.009101 -0.013115 -0.007025 0.003846 0.023389 -0.011158 -0.021916 -0.004202 0.003438 -0.002125 -0.019694 -0.036122 -0.00984 -0.009395 -0.03807 0.026951 0.022627 0.003427 0.018339 -0.025039 0.012471 0.011454 -0.007268 0.038047 -0.00452 0.040497 0.046015 0.033185 0.009364 0.003177 -0.042092 -0.035488 -0.024357 -0.005713 0.022149 -0.02883 -0.003876 0.001933 -0.013126 0.027764 -0.023412 -0.028429 -0.017257 -0.029427 -0.02135 0.005462 -0.003215 0.012111 0.003065 0.008199 -0.004999 0.007222 0.008243 -0.001653 0.018807 0.038511 -0.046483 -0.001148 -0.021734 0.013439 0.012502 -0.016128 -0.000371 0.017326 -0.012542 -0.014149 -0.017125 0.009198 -0.040635 0.010631 -0.060663 -0.00655 0.007166 0.0119 0.017518 0.012798 0.003992\nɚ -0.013742 0.004372 0.010977 -0.060693 0.022801 0.039226 0.028166 -0.002821 0.003375 -0.002026 0.047179 0.022983 -0.004546 -0.011164 0.030505 -0.00505 -0.021634 0.020314 0.024047 -0.003828 0.016856 -0.006211 -0.044194 0.007401 0.0019 -0.003616 -0.038636 -0.009231 0.000806 -0.034353 0.042556 -0.003345 -0.024055 -0.002284 -0.016579 0.003956 -0.003865 0.01013 0.010919 -0.005953 -0.034699 0.02279 0.000258 0.026754 0.020373 0.022758 0.016809 0.015092 0.004609 -0.019575 0.011207 0.019894 0.003327 -0.022161 0.005221 0.014362 0.018427 -0.007858 0.026405 -0.004062 -0.046286 -0.018813 -0.002032 0.034668 -0.006031 0.028291 0.02829 -0.018627 0.01359 0.036724 -0.023652 -0.006847 -0.011695 0.00391 -0.006208 -0.021776 0.008536 -0.017382 -0.00794 0.00498 0.023311 -0.014415 -0.007492 0.017013 0.005387 -0.014994 0.024972 0.006341 0.004946 0.033856 0.010955 -0.03403 0.016795 0.017887 0.001598 -0.062295 0.016697 -0.011517 -0.038995 -0.001888 -0.056421 0.011483 0.009764 -0.019169 0.010418 -0.015126 -0.015287 0.012662 -0.045724 0.003678 0.045931 0.019265 0.004556 0.006107 0.008695 -0.023264 0.000207 0.004581 -0.036928 0.025419 0.036922 0.015096 0.004664 0.02207 0.020131 -0.024981 0.025703 0.06629 -0.018902 0.0168 0.021867 0.034662 0.017644 0.010492 0.008921 -0.010863 0.005249 0.043153 -0.004113 0.024822 0.00063 0.017805 0.003585 0.005922 0.001129 -0.031487 0.016105 -0.025013 -0.000923 -0.02851 0.009672 0.018215 0.013245 -0.014808 0.022669 0.01252 -0.023514 -0.022908 0.010781 0.034482 -0.031797 0.012715 0.017323 -0.020927 -0.002341 0.00257 0.003429 0.001007 -0.011965 0.037429 -0.019335 -0.022208 0.013454 -0.014976 0.056475 -0.006981 0.012417 -0.003159 -0.028868 0.033538 0.023039 -0.008217 0.030425 -0.008864 -0.018257 -0.058811 0.017403 -0.004095 0.016814 0.010525 0.019339 0.033783 -0.024819 -0.031065 -0.016869 0.023811 -0.019352 0.013726 0.038592 -0.017157 -0.037109 0.004635 0.010126 0.033166 -0.004078 -0.033182 -0.010329 -0.02555 -0.012328 0.002358 0.008827 -0.018002 0.008644 0.033618 0.016211 -0.022995 -0.003844 0.001498 0.027821 0.015163 0.002291 -0.021081 0.023476 -0.001384 -0.028069 0.007899 0.010266 -0.008546 0.00824 0.008669 -0.019471 -0.003182 0.000969 -0.026673 -0.000235 -0.006906 -0.019681 0.018536 -0.020108 -0.017348 -0.003092 0.008646 -0.003967 0.038004 0.006879 -0.011562 0.017241 0.045905 -0.005658 0.006186 -0.019929 0.002894 -0.044922 0.028528 -0.039518 0.005906 -0.040658 -0.016895 -0.016832 -0.008586 0.010974 -0.012159 -0.008881 0.005057 0.015081 -0.009334 -0.010971 0.009695 -0.014333 0.003854 -0.031187 -0.032927 0.020618 0.021712 0.027894 -0.007259 0.0335 0.001017 0.003402 -0.011325 0.008896 0.029306 0.004303 0.025398 0.022666 0.001872 0.024671 -0.025369 -0.001514 -0.023101 -0.029846 -0.001284 0.018236 -0.026984 -0.026839 0.029507 -0.016611 -0.026559 -0.009073 -0.0252\nໝ 0.022097 -0.002692 -0.051089 0.021047 0.001788 0.037702 0.006498 -0.008989 -0.028157 -0.030326 0.023838 0.014228 -0.005794 -0.017767 0.016365 0.008797 0.003838 -0.02581 0.002793 -0.037389 -0.018007 0.009128 -0.005624 0.011713 0.002274 0.021053 -0.016799 -0.019569 -0.014216 -0.027795 0.009674 -0.032117 -0.025181 -0.03653 0.020973 0.017705 -0.029441 0.027661 0.001373 0.020637 -0.024081 0.009857 0.005775 0.008243 -0.026201 -0.023645 0.027077 -0.014691 0.000949 0.007564 0.011662 0.041191 0.027045 -0.0298 0.034604 0.01096 -0.000228 0.015276 -0.005521 0.017414 -0.035389 -0.028472 -0.004072 -0.029089 0.00982 0.028085 0.034733 -0.017713 0.036144 0.020042 -0.044462 -0.000903 0.02371 0.019487 -0.038205 -0.000316 -0.029422 0.034022 -0.022537 -0.008376 0.01216 -0.01071 0.004823 0.021119 -0.023915 -0.049343 0.013219 -0.010756 -0.009937 -0.010102 -0.004993 0.009475 -0.004572 -0.005542 0.015752 -0.000971 0.00036 -0.037843 0.012512 -0.000501 -0.035299 0.000899 -0.010853 -0.041967 0.013303 -0.003757 -0.011787 0.012407 0.036974 -0.001985 0.03654 0.005366 0.015349 -0.016741 0.011407 -0.008953 -0.013749 0.005697 -0.012641 -0.028524 0.028409 -0.013412 0.030953 0.008364 0.023602 0.01786 -0.02579 -0.008177 -0.002966 -0.010642 -0.01129 -0.018438 -0.020368 0.034617 -0.023777 0.013247 -0.029575 -0.006044 0.004809 0.046869 0.00042 0.006031 -0.001056 0.026923 -0.028713 -0.03832 0.026085 -0.004758 -0.008986 -0.027259 -4.6e-05 0.007714 0.025116 0.018811 0.004402 0.014864 -0.006924 -0.007041 0.010898 -0.034475 -0.020822 0.017858 0.027271 0.012666 -0.001749 -0.018966 0.023076 -0.018357 0.022796 0.009582 -0.022616 -0.025332 -0.010251 0.023721 -0.0233 -0.020846 -0.013372 -0.004041 -0.033823 -0.014715 0.030551 -0.017135 0.00335 -0.017931 0.005944 -0.008625 0.013617 0.020384 -0.048099 0.000468 0.007994 0.025461 -0.023394 -0.030074 0.007936 0.040749 -0.02234 0.007567 -0.000529 0.006627 -0.024298 -0.024274 0.020797 0.005389 0.021681 0.030533 -0.004308 -0.014217 -0.016032 0.048259 -0.009208 0.008331 -0.007548 0.014274 -0.00516 0.064992 0.006542 -0.020902 0.00656 -0.003358 -0.021498 -0.000403 0.000522 0.010634 -0.017506 0.007654 -0.007042 0.019057 -0.003531 -0.023936 0.006586 -0.001298 -0.004799 -0.026097 -0.024675 -0.014805 -0.008277 -0.02595 0.037607 0.028579 0.004661 0.044753 -0.025105 0.01296 -0.000449 -0.006865 0.037046 -0.005554 0.040023 0.051962 0.028513 0.000206 -0.003693 -0.050992 -0.023877 -0.019385 -0.000168 0.018518 -0.014131 -0.014263 0.00322 -0.018004 0.020269 -0.022464 -0.029303 -0.021356 -0.034739 -0.005997 0.000939 -0.005668 0.016873 0.016232 0.00513 -3.9e-05 0.004681 -0.002701 -0.008805 0.017907 0.020341 -0.04869 -0.000136 -0.02437 0.00412 0.003545 -0.024295 0.002586 0.00488 -0.012445 -0.021641 -0.008754 0.006652 -0.045291 -0.001921 -0.060104 -0.018165 0.000617 0.013778 0.009503 0.015328 -0.008328\nϯ 0.039635 0.003964 -0.057046 0.029707 0.002685 0.02777 0.004366 -0.003422 -0.01145 -0.060511 0.035501 0.020334 -0.001482 -0.041999 0.037074 -0.007738 -0.005245 -0.038422 -0.015093 -0.042358 -0.01431 -0.012365 0.007666 0.020092 -0.003039 0.021686 -0.012905 -6.2e-05 -0.029695 -0.0374 0.014378 -0.03124 -0.024351 -0.052045 0.007693 0.012328 -0.032229 0.042546 -0.006262 0.031247 -0.03544 0.009382 0.000414 -0.001742 -0.044244 -0.024463 0.040366 -0.009409 -0.010259 0.024826 0.004698 0.057986 0.051602 -0.031684 0.04672 -0.007769 0.020952 0.015785 -0.020946 0.036252 -0.029109 -0.041116 -0.014449 -0.024488 0.032148 0.033671 0.056572 -0.02041 0.026771 0.003042 -0.06248 -0.009845 0.034239 0.016933 -0.048517 0.005555 -0.029564 0.016673 -0.020026 -0.009989 -0.004615 -0.016447 -0.010002 0.011421 -0.006358 -0.058838 0.023375 -0.008508 -0.027938 -0.014222 0.006747 0.028592 0.030394 -0.01295 0.013745 0.003866 0.001587 -0.046656 0.002905 -0.006417 -0.02937 -0.00472 -0.003145 -0.061761 0.028667 -0.010058 -0.02742 0.012053 0.036167 -0.024878 0.059121 0.025801 0.032551 -0.025681 0.015058 -0.00289 -0.019913 0.007868 -0.03467 -0.055626 0.036862 -0.0053 0.045185 0.021635 0.027526 -0.009748 -0.017559 -0.013821 -0.01138 -0.016327 -0.026086 -0.002454 0.014754 0.044449 -0.021182 0.017427 -0.031484 0.003248 0.009192 0.057012 0.002894 -0.011483 0.035239 0.006666 -0.045706 -0.039823 0.053814 0.003036 0.01428 -0.036191 0.017542 0.020357 0.050916 0.052575 -0.002416 0.018757 -0.002489 -0.021803 0.026221 -0.047835 -0.01794 0.014903 0.047299 0.034418 -0.026849 -0.023701 0.02585 -0.023211 0.020624 0.036938 -0.031307 -0.035036 -0.016489 0.049292 -0.023599 -0.024652 -0.024975 -0.025486 -0.047346 -0.021584 0.041952 -0.011835 0.008247 -0.017348 -0.006989 -0.022145 0.005512 0.037372 -0.069715 0.015485 0.02245 0.040434 -0.030386 -0.04496 -0.005115 0.057919 -0.022835 0.022178 -0.007598 -0.006106 -0.049795 -0.021724 0.014102 0.052711 0.020455 0.013614 0.018156 -0.030378 -0.018513 0.052429 -0.018534 -0.013286 -0.002796 0.014776 -0.00469 0.066267 0.017788 -0.026862 -0.002753 -0.007536 -0.009047 0.001559 0.00437 0.015568 -0.036712 -0.000753 -0.002863 0.020308 -0.011923 -0.027479 -0.004255 -0.006526 0.004062 -0.011918 -0.035631 -0.004467 -0.003854 -0.028469 0.032607 0.014351 -0.003451 0.029841 -0.043899 0.005656 0.018248 -0.012379 0.04109 0.013482 0.045543 0.073147 0.048181 0.020716 -0.0059 -0.036742 -0.043186 -0.000932 -0.003797 0.02066 -0.033103 -0.008227 0.004354 -0.022353 0.033325 -0.046338 -0.037881 -0.040415 -0.057026 -0.02269 0.012582 -0.00587 0.028093 0.015596 0.012684 -0.00397 0.026147 0.00409 -0.009545 0.015275 0.055978 -0.080372 -0.001949 -0.033688 0.017148 0.004322 -0.026007 -0.004132 0.027002 -0.006256 -0.014047 -0.028237 0.005042 -0.045974 0.018004 -0.064318 -0.022907 -0.004297 0.014015 0.023605 0.015619 0.003433\nn 0.032531 0.002985 -0.056025 0.0316 0.023054 0.033686 0.012904 -0.001319 -0.028368 -0.028931 0.040245 0.003413 -0.006807 -0.027347 0.023351 -0.005653 0.007323 -0.032062 -0.008867 -0.03989 -0.020748 0.00141 0.000133 0.016977 0.00393 0.028477 -0.000576 -0.002038 -0.005516 -0.02422 0.019373 -0.030757 -0.010263 -0.036525 0.01709 0.015073 -0.046032 0.036786 0.008281 0.026028 -0.022301 0.009654 -0.007554 3.4e-05 -0.026195 -0.032797 0.042618 -0.00361 0.00264 0.02715 0.009375 0.059403 0.032392 -0.035021 0.049963 0.006174 -0.008534 0.032668 -0.017646 0.022054 -0.025353 -0.034203 -0.013152 -0.012578 0.012079 0.014365 0.037478 -0.015281 0.032597 0.013067 -0.043386 -0.012209 0.027841 0.014464 -0.054014 0.011039 -0.023957 0.028564 -0.02041 -0.017432 0.012988 -0.001207 -0.001581 0.031875 -0.028567 -0.059587 -0.005654 -0.006291 -0.018744 -0.011397 -0.004456 0.035355 -0.007672 -0.018582 0.005103 -0.012997 0.001431 -0.03172 -0.00131 -0.008154 -0.014183 0.004452 -0.002174 -0.017414 0.016052 -0.003126 -0.018024 0.010372 0.040429 0.002212 0.037074 0.023136 0.020571 -0.010673 0.011745 0.004125 -0.017415 -0.000165 -0.010974 -0.044681 0.012301 -0.003994 0.044549 0.025785 0.033868 0.011508 -0.012037 -0.014952 -0.012164 -0.01281 -0.019401 -0.00927 -0.024395 0.022777 -0.021444 0.016295 -0.022767 0.00956 0.002911 0.05168 -0.007379 -0.005622 0.025697 0.024885 -0.037704 -0.041519 0.04549 -0.000479 -0.001528 -0.043946 0.002227 0.012934 0.027526 0.032456 -0.004501 0.00861 -0.001136 -0.021002 0.009833 -0.025865 -0.014688 0.017347 0.022911 0.005746 -0.012673 -0.008306 0.024129 -0.029487 0.021013 0.029885 -0.035066 -0.024927 -0.012026 0.031664 -0.023927 -0.027738 -0.006187 0.004745 -0.030815 -0.028148 0.038209 -0.009156 -0.002818 -0.009422 -0.00782 -0.012719 0.000682 0.013794 -0.067354 -0.007025 0.008774 0.029041 -0.0357 -0.040183 -0.009459 0.036805 -0.010597 0.006204 0.007658 -0.000463 -0.04714 -0.034879 0.014176 0.028852 0.019443 0.00832 0.015375 -0.009422 -0.008549 0.036708 -0.035026 0.001357 -0.005154 0.023909 0.004303 0.062 0.00795 -0.028414 0.005394 0.007466 0.00442 0.013996 -0.00312 -0.000974 -0.019809 -0.005421 0.00747 0.013915 -0.010068 -0.020084 0.00042 -0.002904 -0.014756 -0.03504 -0.040817 0.008053 -0.013965 -0.041099 0.030023 0.02761 0.002208 0.032858 -0.013448 0.015093 0.008046 -0.016505 0.042861 -0.003304 0.036275 0.056406 0.018905 0.012813 0.007252 -0.050465 -0.036435 -0.021685 -0.005648 0.019511 -0.019022 -0.031365 0.00969 -0.004115 0.027354 -0.0236 -0.030634 -0.019698 -0.024038 -0.010683 0.003575 -0.00201 0.0201 -0.006817 0.009112 0.002366 0.017899 0.000767 0.005675 0.028975 0.039495 -0.051272 -0.000598 -0.016716 0.009396 0.020761 -0.029156 -0.003283 0.004182 -0.008257 -0.030055 -0.01473 0.011886 -0.042705 0.016176 -0.066141 -0.013122 0.009535 0.015416 0.009028 0.039789 -0.002047\nր 0.025832 0.000421 -0.029143 0.011397 0.005584 0.030371 -0.006623 -0.004939 -0.008472 -0.027513 0.030754 0.00482 -0.009062 -0.018712 0.017296 -0.007652 0.01909 -0.00963 -0.003953 -0.039947 -0.018392 0.000617 0.004281 0.011736 -0.005982 0.020637 -0.015951 -0.012095 -0.01837 -0.018742 0.0234 -0.030817 -0.011303 -0.029647 0.010624 0.020757 -0.038684 0.028596 0.008842 0.009044 -0.01942 0.006856 0.006521 0.006464 -0.025061 -0.016836 0.021796 -0.008352 -0.001254 0.004749 0.002326 0.03273 0.027962 -0.032036 0.035403 0.010632 0.004949 0.016162 -0.021918 0.013717 -0.02691 -0.017302 -0.007918 -0.012872 0.014048 0.020225 0.028135 -0.008304 0.030657 0.013465 -0.036932 -0.010906 0.01385 0.012415 -0.041319 0.002824 -0.022099 0.005579 -0.042426 -0.012867 0.000239 -0.010805 -0.009612 0.005955 -0.012014 -0.036938 0.001932 0.00587 -0.015081 -0.00332 -0.00705 0.017577 0.003255 -0.004854 0.007759 -0.003459 -0.000181 -0.025138 0.008343 -0.010643 -0.01884 0.006582 -0.00046 -0.019038 0.021754 -0.001928 -0.01716 0.013266 0.030299 -0.006721 0.039885 0.02274 0.015698 -0.015343 0.004569 -0.007222 0.006313 -0.006338 -0.016095 -0.032984 0.016002 -0.005461 0.017908 0.024158 0.027103 0.013845 0.00042 -0.007548 -0.008176 -0.015259 -0.009726 -0.000901 -0.000124 0.023569 -0.01529 0.000423 -0.008299 -0.001914 0.017892 0.037641 0.005306 -0.007991 -0.011928 0.017199 -0.024767 -0.045747 0.039337 0.008003 -0.0002 -0.033041 0.005664 0.005894 0.02133 0.013411 0.001359 0.002014 0.004291 -0.013334 0.010591 -0.015375 -0.019356 0.018445 0.012363 0.013909 -0.01872 -0.003285 0.012461 -0.02337 0.013474 0.006083 -0.022438 -0.018851 -0.002819 0.03029 -0.006571 -0.024028 -0.001121 -0.016227 -0.035221 -0.006406 0.025397 -0.011862 0.006553 -0.012288 -0.002391 -0.016866 0.003239 0.021407 -0.04218 -0.001333 0.018323 0.015462 -0.03508 -0.019778 0.000311 0.032254 -0.006886 0.011513 0.00876 -0.003459 -0.022833 -0.021924 0.013642 0.02036 0.007794 0.014177 0.004978 -0.004376 0.003278 0.029383 -0.009699 -0.000677 -0.014442 0.013261 0.001262 0.050802 0.000747 -0.021983 0.014413 -0.003274 -0.00186 0.012403 -0.000955 0.004928 -0.013472 -0.019798 0.007788 0.012058 -8.4e-05 -0.013244 -0.005271 -0.003988 -5e-05 -0.005726 -0.029327 -0.008708 -0.009842 -0.025999 0.009524 0.011495 0.007595 0.006122 -0.025741 0.011123 0.002222 -0.000792 0.024971 -0.001664 0.037554 0.035472 0.018648 0.008835 -0.002573 -0.02782 -0.02448 -0.017724 -0.010401 0.016458 -0.025007 -0.00935 0.003762 -0.004099 0.026794 -0.028166 -0.027959 -0.010152 -0.017173 -0.027775 0.005812 -0.003323 0.023282 -0.001107 0.006331 -0.010967 0.011376 -0.002407 0.002429 0.014044 0.035755 -0.041732 0.001843 -0.017688 0.016911 0.017297 -0.007764 -0.010952 0.007608 -0.006499 -0.014694 -0.009178 0.003863 -0.026242 -7.1e-05 -0.043995 -0.01054 0.012563 0.025328 0.013668 0.00621 0.001794\nă 0.0431 -0.002282 -0.054759 0.03425 0.026374 0.029275 0.031286 -0.016015 -0.026516 -0.030637 0.036801 -0.029019 -0.008349 -0.000277 0.012526 -0.004254 0.020709 -0.03655 -0.010647 -0.031579 -0.031835 0.011734 -0.00502 0.014327 -0.00932 0.02416 -0.002636 -0.002839 0.012336 -0.01758 0.018112 -0.027715 0.016769 -0.018643 0.027731 0.008664 -0.031808 0.020627 2.1e-05 0.041715 -0.01245 0.017651 -0.015655 -0.003663 -0.030926 -0.047598 0.032093 -0.00539 0.007324 0.024286 0.003984 0.037357 0.042121 -0.033957 0.061426 0.008057 -0.015647 0.03185 -0.006364 0.012205 -0.029356 -0.032844 -0.010251 -0.002826 0.008332 0.015611 0.041066 -0.020523 0.03919 0.011445 -0.039312 -0.008964 0.027943 0.021983 -0.043177 0.031434 -0.000474 0.038078 -0.020233 -0.011736 0.016807 0.000148 0.01451 0.039639 -0.026704 -0.065263 -0.01136 -0.012232 -0.006471 -0.021394 0.009145 0.034182 -0.010881 -0.027 0.001829 -0.006834 0.001774 -0.017779 -0.004769 -0.013089 -0.01753 0.020514 0.003808 -0.014855 0.028244 -0.006333 -0.013238 -0.005208 0.05414 0.002663 0.024357 0.01715 -0.000161 -0.005454 0.016519 0.006155 -0.019223 -0.006035 -0.014854 -0.046497 0.004886 -0.009996 0.058194 0.02135 0.021664 0.015053 -0.01344 -0.015884 -0.012738 -0.001621 -0.011649 -0.003193 -0.028337 0.013783 -0.013856 0.007283 -0.024849 0.019173 0.010276 0.039986 -0.012547 -0.003635 0.03401 0.031423 -0.038827 -0.032605 0.043687 2.8e-05 -0.006658 -0.046267 -0.002621 -0.000701 0.030741 0.03234 -0.002511 0.012789 0.007469 -0.019803 -0.001115 -0.036873 -0.011179 0.01239 0.020028 0.000448 -0.026514 -0.005402 0.022457 -0.016668 0.019931 0.022551 -0.041201 -0.026845 -0.020978 0.00818 -0.037543 -0.0116 0.013133 0.005444 -0.021191 -0.034383 0.040588 0.006864 -0.000666 -0.005459 -0.004532 -0.006946 0.001583 0.006305 -0.056649 -0.016994 0.019456 0.018729 -0.025755 -0.019499 -0.016404 0.04163 0.003692 0.005688 0.013544 0.002701 -0.051546 -0.035946 0.005864 0.031493 0.030955 0.00314 0.007793 -0.001392 -0.016286 0.030254 -0.040161 0.005002 0.010393 0.008767 0.007088 0.042659 0.011591 -0.020782 0.015246 0.019604 0.023899 0.01657 0.008271 -0.026496 -0.016997 -0.011523 0.022558 0.013172 -0.002481 -0.012577 0.000822 -0.015907 -0.025086 -0.04222 -0.039207 0.013274 -0.000347 -0.043027 0.025088 0.013139 -0.004799 0.049982 -0.007471 0.020017 -0.000297 -0.019951 0.034715 0.000403 0.034573 0.064897 0.007303 0.010566 0.019013 -0.059021 -0.030818 -0.009066 -0.004107 0.03173 -0.014273 -0.030819 0.015067 0.003104 0.007626 -0.029997 -0.04918 -0.029438 -0.022752 -0.003501 0.000487 0.002504 0.00947 -0.004946 0.002528 -0.013474 0.028136 -0.018324 0.007294 0.040356 0.040499 -0.046918 -0.003601 -0.0056 -0.000157 0.021119 -0.037964 -0.000359 -0.003007 -0.001983 -0.038914 -0.005593 0.026807 -0.038115 0.01667 -0.05195 -0.016046 0.017726 0.011087 -0.004262 0.049692 -0.009531\n΄ 0.054642 -0.004222 -0.060652 0.027104 0.013875 0.061025 -0.009092 -0.009 -0.019084 -0.071862 0.0613 0.024676 -0.005649 -0.042713 0.064175 -0.027971 0.014396 -0.037904 -0.027134 -0.052989 -0.016853 -0.010164 0.007634 0.010028 -0.008613 0.041291 -0.020856 -0.027681 -0.010005 -0.046929 0.035651 -0.051462 -0.02147 -0.058872 0.031972 0.039575 -0.045366 0.067675 0.023275 0.01411 -0.051556 -0.011722 0.002131 0.033562 -0.043011 -0.053502 0.052309 -0.005715 -0.01668 0.037615 0.001692 0.054763 0.052985 -0.041404 0.085694 0.004452 0.010094 0.02951 -0.020752 0.028943 -0.050005 -0.036498 -0.007466 -0.028071 0.03124 0.038028 0.04729 -0.023567 0.031181 0.02947 -0.083316 0.000763 0.025003 0.005999 -0.067034 0.008552 -0.061036 0.017731 -0.034959 -0.016226 0.031358 0.002446 -0.014677 0.03876 -0.039303 -0.070917 0.015232 0.007328 -0.032151 0.00484 -0.022004 0.028195 0.00506 -0.004053 0.02293 -0.006375 -0.000911 -0.060162 -0.001192 -0.006581 -0.01973 0.012441 -0.005066 -0.048674 0.042497 -0.011411 -0.023321 0.041003 0.061456 -0.015458 0.065491 0.034963 0.041822 -0.004834 0.00578 0.001435 0.017904 0.010713 -0.053239 -0.059163 0.04373 0.039461 0.049979 0.038854 0.042515 0.010899 0.008368 0.011497 -0.005035 -0.033302 -0.020515 0.007663 -0.016053 0.044428 -0.034607 0.000154 -0.03513 0.018379 0.008314 0.107013 -0.010809 -0.02668 0.001252 0.033656 -0.055976 -0.072885 0.070841 0.004232 0.001878 -0.070247 -0.014328 0.010398 0.056888 0.047403 0.008569 -0.009017 -0.001531 -0.030028 0.015194 -0.045503 -0.019599 0.031043 0.013202 0.031808 -0.017288 -0.028307 0.02771 -0.05286 0.025896 0.017042 -0.038674 -0.043051 -0.014356 0.058039 -0.016296 -0.042925 -0.001385 -0.017141 -0.077859 -0.01189 0.045802 -0.034202 0.014659 -0.021085 -0.019342 -0.018917 -0.003749 0.033144 -0.082021 -0.00191 0.040082 0.044889 -0.037895 -0.077645 -0.002026 0.059408 -0.047 0.029847 0.001414 -0.003497 -0.053638 -0.051624 0.032716 0.043622 0.010514 0.025752 0.035501 -0.013815 -0.008366 0.044869 -0.030581 -0.025993 -0.007446 0.011578 0.004373 0.112377 0.021724 -0.024953 0.011389 -0.006654 -0.011362 0.023335 -0.002912 0.006182 -0.059073 -0.01885 0.000601 0.000394 -0.013574 -0.031385 -0.012729 0.002684 -0.011247 -0.019552 -0.065896 -0.012571 -0.01245 -0.042951 0.047061 0.040295 0.002445 0.040561 -0.02946 0.000842 0.01649 -0.001805 0.065651 -0.001431 0.073959 0.090466 0.03356 0.012844 -0.00341 -0.031041 -0.041859 -0.053432 -0.007248 0.032342 -0.046482 -0.01002 0.028166 -0.000708 0.043926 -0.052554 -0.045578 -0.011015 -0.035022 -0.045263 -0.009241 -0.006031 0.032249 -0.010212 0.020784 -0.02774 0.005359 0.001652 0.016047 0.000608 0.056853 -0.069522 -0.015592 -0.030117 0.030484 0.024531 -0.039151 -0.010802 0.035032 -0.00717 -0.0271 -0.003969 -0.010562 -0.054939 0.025362 -0.088376 -0.021446 0.009666 0.01516 0.012428 0.023837 -0.003277\nឌ 0.022243 -0.004843 -0.023048 0.014038 0.002725 0.04836 0.001263 -0.005143 -0.015575 -0.034267 0.043241 0.020873 -0.014612 -0.003182 0.027596 -0.001277 0.015589 -0.003041 0.008794 -0.048047 0.000195 0.019779 0.029424 0.025906 -0.005665 0.014634 -0.011202 -0.01047 -0.016827 -0.02408 0.042768 -0.027907 -0.031723 -0.000909 0.005706 0.010029 -0.009055 0.044403 0.018306 0.028071 -0.031135 0.006966 0.005667 0.002946 -0.011905 0.000534 0.023063 0.014436 0.018573 -0.002362 0.012087 0.01764 0.027015 -0.014552 0.034999 0.036133 0.002915 -0.003554 -0.007759 0.004627 -0.023529 -0.019726 -0.005322 -0.015527 0.014118 0.016692 0.035641 -0.013729 0.016001 0.016255 -0.057255 -0.025625 0.011369 0.019077 -0.053025 -0.022246 -0.005154 0.02944 -0.017775 -0.000441 0.010852 0.015173 0.027281 0.033602 -0.034516 -0.04359 0.009787 0.005759 -0.01513 -0.024521 -0.012252 0.037941 -0.00674 -0.026036 0.006002 -0.010215 -0.010701 -0.033569 -0.002897 -0.002759 -0.014967 0.00616 0.012769 -0.007141 0.025842 0.003428 -0.026935 0.007777 0.034715 -0.00532 0.048002 0.032373 0.025485 -0.007504 0.008056 -0.003145 0.015833 -0.003391 -0.005943 -0.031941 0.034314 0.004772 0.036976 0.020802 0.030165 -0.008794 0.000961 -0.003651 -0.015465 -0.015011 -0.010814 0.018393 -0.005603 0.033313 -0.010713 -0.003969 -0.007437 0.029283 0.002428 0.044297 -0.007363 -0.014153 0.001101 0.017611 -0.040189 -0.050146 0.044983 0.005027 0.010891 -0.048785 -0.003764 0.014106 0.037023 -0.029828 0.008865 -0.01168 0.000208 -0.026991 0.008967 -0.014047 -0.02156 -0.007451 0.017587 0.021618 -0.031794 -0.005107 0.022023 -0.009549 0.021335 -0.001054 -0.034863 -0.023905 -0.013196 0.019063 -0.017095 -0.021116 0.008889 -0.000755 -0.023701 -0.018866 0.028053 0.028708 0.030737 -0.016133 -0.015305 -0.024767 0.014168 0.001359 -0.054928 -0.015758 0.023954 0.026862 -0.039347 -0.038568 0.010497 0.035913 0.000943 0.025077 0.019524 0.003445 -0.041324 -0.012794 0.017486 0.027248 0.009151 0.003437 -0.000336 -0.015624 0.000326 0.026108 -0.008348 -0.010414 0.016746 0.027375 0.001072 0.021917 0.012488 -0.025554 0.035201 0.039879 0.011079 0.004299 0.00168 0.014093 -0.040603 -0.000407 -0.013115 0.007087 0.025495 -0.018849 -0.013366 0.010992 -0.003794 -0.035727 -0.012585 -0.008614 -0.025584 -0.020561 0.01172 0.016418 0.020061 0.021557 -0.029254 0.03692 -0.007822 0.012922 0.043297 0.010437 0.016719 0.018041 0.005417 0.007507 0.002985 -0.032588 -0.008704 0.001506 -0.002906 0.01558 -0.021632 -0.012504 0.007937 0.017506 0.017416 -0.029463 -0.021148 -0.03996 -0.002143 -0.037348 -0.002533 0.005564 0.02266 -0.016942 0.004796 0.030315 -0.001224 -0.011427 0.025036 0.017388 0.043836 -0.039611 0.005063 -0.000987 0.016205 0.029835 -0.027669 -0.014132 0.017361 -0.024745 -0.021457 -0.006519 0.005046 -0.026214 -0.001285 -0.063389 -0.003661 0.022503 -0.003193 0.018034 0.011191 -0.009749\nܗ 0.057011 0.023786 -0.120804 0.045064 0.064594 0.104367 0.017169 0.012567 -0.018269 -0.083194 0.071036 0.058265 0.012674 -0.063653 0.077128 -0.007345 7.1e-05 -0.068924 -0.013657 -0.108789 -0.055903 -0.01213 0.018248 0.038416 0.00329 0.057666 -0.012309 -0.003623 -0.046061 -0.050522 0.044239 -0.066395 -0.035765 -0.10938 0.044678 0.039927 -0.08573 0.103889 0.016591 0.068529 -0.068898 0.035262 -0.01077 0.017933 -0.056974 -0.094675 0.07685 -0.00573 -0.038771 0.057622 -0.006747 0.155889 0.088456 -0.098713 0.115917 -0.014376 -0.029715 0.076169 -0.01149 0.068716 -0.061106 -0.054976 -0.014953 -0.022456 0.048196 0.019252 0.041063 -0.031137 0.08284 0.013253 -0.087079 0.00581 0.033693 0.01527 -0.109685 0.000365 -0.052097 0.041048 -0.085478 -0.047051 0.040328 0.020767 0.012039 0.052892 -0.05701 -0.148632 0.004506 0.031277 -0.063492 -0.014157 -0.022774 0.04928 -0.034503 -0.054543 0.026449 -0.010217 0.006213 -0.082602 0.019199 -0.02845 -0.003942 -0.00216 0.007117 -0.037036 0.043077 0.019893 -0.023258 0.010505 0.068548 -0.012204 0.066818 0.039179 0.025393 -0.014929 0.034303 -0.007999 -0.031638 -0.02248 -0.048281 -0.082848 0.041793 -0.026518 0.069293 0.038624 0.078375 0.025555 -0.044081 -0.019986 -0.050436 -0.036758 -0.066425 -0.007134 -0.053087 0.041211 -0.06579 0.053244 -0.091405 -0.007799 0.005157 0.093465 -0.002555 -0.036807 0.027077 0.057269 -0.084871 -0.111646 0.073073 -0.016883 -0.024626 -0.095111 -0.004016 0.030788 0.048256 0.08378 0.004732 0.013174 -0.01525 -0.040434 0.037878 -0.052104 -0.033012 0.043028 0.068413 0.020825 -0.007401 -0.045295 0.042384 -0.044143 0.046736 0.059524 -0.038231 -0.042002 -0.016556 0.073417 -0.018676 -0.056318 -0.025161 -0.006676 -0.088981 -0.036421 0.078469 -0.002927 0.014845 -0.007593 0.015653 -0.035269 0.019466 0.049787 -0.131331 0.003946 -0.014922 0.049123 -0.056902 -0.086937 0.007707 0.069543 -0.038789 0.021565 -0.024969 -0.027457 -0.089609 -0.084662 0.010656 0.038577 0.036217 0.027694 0.057675 -0.001825 -0.007504 0.061772 -0.07686 -0.001372 -0.031789 0.02705 -0.013232 0.155952 -0.022183 -0.029002 0.018798 0.002821 -0.003651 0.023356 -0.001435 0.019447 -0.050737 0.023798 -0.02926 0.026367 -0.020617 -0.044461 0.015482 0.004137 -0.020563 -0.063541 -0.083142 -0.006628 -0.017549 -0.040472 0.112435 0.069803 0.021452 0.062049 -0.02707 0.054149 0.001186 -0.053679 0.118844 -0.034306 0.103731 0.101826 0.064269 0.020146 0.003232 -0.095149 -0.051158 -0.049177 0.031686 0.032447 -0.043335 -0.037837 0.000197 -0.033032 0.068707 -0.018825 -0.082394 -0.013314 -0.081373 -0.02212 0.01018 -0.004408 0.068349 -0.022933 0.016118 -0.025392 0.04287 0.017048 0.015413 0.043651 0.089493 -0.12341 -0.026878 -0.070636 0.014635 0.051488 -0.071818 0.006626 0.019272 -0.018797 -0.046274 -0.056023 0.024519 -0.09408 0.053143 -0.154568 -0.003331 0.02839 0.026313 0.010797 0.075355 0.006397\nฝ 0.033767 -0.008716 -0.022197 0.029535 0.038418 0.024104 0.032905 0.010898 -0.030348 -0.01529 0.01554 0.007745 -0.024483 -0.017997 0.038769 -0.009778 -0.004684 -0.029447 -0.004959 -0.034978 -0.033658 -0.001465 -0.010413 0.022999 0.004771 0.008661 -0.009626 -0.020301 -0.006683 -0.022759 0.032806 -0.03282 -0.013708 -0.029782 -0.005374 0.023909 -0.047481 0.045719 0.018817 0.019431 -0.02708 0.019083 0.002382 -0.026438 -0.004815 -0.034188 0.060482 0.009695 0.009071 0.014824 0.008712 0.034491 0.037251 -0.030889 0.042555 0.012006 -0.003815 0.039349 -0.016721 0.046328 -0.034096 -0.048053 0.00044 -0.014241 0.005858 0.026874 0.048055 -0.021197 0.034283 0.010361 -0.051083 -0.004413 0.007112 0.017885 -0.070914 0.006215 -0.036246 0.020144 -0.025726 -0.042208 0.010977 0.013988 0.003215 0.016364 -0.037263 -0.035791 0.009461 0.008261 -0.010037 0.002309 -0.003875 0.039345 0.005951 -0.01251 0.017902 -0.004256 0.006793 -0.030117 0.003258 0.007774 -0.013368 0.00336 -0.007858 -0.015469 0.00806 -0.017937 -0.003913 0.00317 0.025601 -0.0002 0.046473 0.021911 0.033058 0.000442 0.011028 0.009184 0.009218 0.002915 -0.009235 -0.037341 0.00489 0.0235 0.020796 0.032374 0.033256 0.008641 -0.002855 -0.013623 0.001043 -0.013746 -0.012576 -0.014843 -0.021871 0.028847 -0.025039 0.021245 -0.020106 -0.003148 -0.007265 0.055223 -0.00497 -0.018685 0.024849 0.024325 -0.031734 -0.042891 0.054881 0.007553 0.00789 -0.046564 -0.004767 0.010111 0.025833 0.029751 -0.022347 0.022883 -0.013033 -0.041421 0.00813 -0.02209 -0.011919 0.014797 0.032045 0.033406 -0.00687 -0.002079 0.015887 -0.023759 0.042227 0.024667 -0.037399 -0.019702 -0.02695 0.022357 -0.015153 -0.032757 -0.01991 0.001594 -0.02496 -0.01958 0.040971 -0.023319 0.005252 -0.022 -0.01411 -0.015844 -0.01393 0.006403 -0.043901 -0.021516 0.031242 0.031726 -0.042084 -0.045986 0.014183 0.030623 -0.01434 -0.002111 0.005543 -0.002452 -0.019959 -0.044081 0.023576 0.009251 0.034457 0.002503 0.017641 0.000931 0.010787 0.019066 -0.005306 -0.009706 -0.002875 0.028025 0.011643 0.05389 0.017402 -0.020065 -0.00128 0.015936 0.004412 0.012094 -0.00537 0.023967 -0.012079 -0.000646 -0.000694 0.021295 0.004809 -0.023652 -0.000507 0.004558 -0.013805 -0.019776 -0.008289 -0.001727 -0.01765 -0.037981 0.024761 0.041882 -0.002833 0.042852 -0.020915 0.00915 0.005587 -0.009653 0.026137 -0.008928 0.018988 0.062851 0.024663 -0.009693 0.000947 -0.043827 -0.037112 -0.028761 0.003885 0.024868 -0.047318 -0.020031 0.01081 -0.004582 0.014705 -0.011872 -0.017632 -0.013966 -0.035589 -0.009819 0.01964 0.013064 0.02654 -0.01696 0.011634 0.006854 0.010419 -0.022595 0.007701 0.009288 0.048647 -0.029083 -0.011928 -0.016561 0.012961 0.007794 -0.00876 -0.00977 0.01807 -0.008363 -0.026651 -0.004614 0.008177 -0.043815 0.009681 -0.062962 -0.00943 0.01978 -0.007058 0.029657 0.016396 0.002678\nሥ 0.035895 0.000942 -0.076101 0.037426 0.032923 0.06269 0.004669 0.007769 -0.026577 -0.038405 0.038829 0.030087 -0.005591 -0.032278 0.052335 -0.023409 0.00045 -0.045311 -0.021261 -0.050997 -0.01289 0.021078 0.018764 0.012943 0.014071 0.036633 -0.022569 -0.010347 -0.010716 -0.034483 0.029406 -0.058791 -0.033613 -0.062162 0.02038 0.011925 -0.077295 0.072066 0.023931 0.027458 -0.034413 0.02508 0.015999 0.035331 -0.032622 -0.038026 0.052577 -0.015311 -0.022944 0.028993 -0.004856 0.088261 0.046169 -0.042764 0.057406 0.009188 -0.009737 0.035161 -0.020826 0.051471 -0.045093 -0.055823 -0.036767 -0.038321 0.016226 0.031977 0.041653 -0.000815 0.068924 0.03251 -0.062929 -0.00678 0.036176 0.017501 -0.069781 0.022267 -0.051098 -0.001285 -0.037466 -0.01024 0.010833 -0.017153 -0.007039 0.032832 -0.023045 -0.059275 0.010159 0.00463 -0.031537 0.006319 -0.002598 0.029665 0.002907 -0.026627 0.017869 -0.007694 -0.001213 -0.073098 0.004339 0.006858 -0.026447 0.030375 -0.005508 -0.047337 0.020209 -0.018181 0.007898 0.025886 0.03856 -0.013112 0.039694 0.024922 0.011776 -0.02947 0.007142 0.005643 0.000564 0.002834 -0.012189 -0.075383 0.023079 -0.001658 0.05871 0.03977 0.068132 0.023563 -0.009823 -0.005957 -0.005762 -0.02332 -0.032545 0.014943 -0.01691 0.035922 -0.051159 0.023148 -0.042171 0.015822 0.019758 0.078012 -0.018159 -0.003496 0.003305 0.045643 -0.038263 -0.070506 0.074534 -0.01986 -0.001571 -0.047455 -0.005451 0.037966 0.037671 0.037834 -0.007784 0.004743 0.0117 -0.027675 0.03443 -0.044397 -0.007885 0.038608 -0.000762 0.012267 -0.016979 -0.019607 0.004093 -0.039694 0.032841 0.047951 -0.019429 -0.005143 -0.00605 0.084207 -0.019404 -0.034518 -0.016643 -0.0052 -0.075091 -0.024555 0.05542 -0.002184 0.005332 -0.021962 -0.00018 -0.043397 0.027405 0.02028 -0.096183 -0.000993 0.008305 0.046901 -0.036254 -0.070308 -0.006413 0.046371 -0.040793 0.019455 -0.000911 0.011456 -0.022451 -0.053472 0.017078 0.033841 0.021795 0.013476 0.027709 -0.008491 -0.026059 0.073875 -0.035828 -0.007369 8e-06 0.03998 -0.009275 0.097046 -0.012516 -0.028299 0.00426 -0.00348 -0.022156 -0.011421 0.018193 0.004071 -0.035694 -0.01385 -0.005275 0.027269 -0.046619 -0.03075 0.015736 0.024763 -0.008174 -0.022029 -0.056468 -0.015168 -0.027302 -0.043405 0.031141 0.046044 -0.005702 0.03795 -0.030377 0.035119 0.033393 -0.020744 0.04893 -0.021739 0.037477 0.068794 0.032722 0.023669 0.015731 -0.051913 -0.046267 -0.033648 -0.000146 0.044273 -0.04511 -0.017164 -0.00594 -0.018241 0.020131 -0.043556 -0.070783 -0.014312 -0.036643 -0.030653 0.006719 -0.008955 0.025805 -0.011112 0.007115 -0.01577 0.027464 0.01802 0.010993 0.040742 0.059075 -0.078554 -0.015675 -0.030927 0.020091 0.016101 -0.031159 -0.007108 0.041595 -0.022389 -0.021206 -0.014444 0.00498 -0.04847 0.019832 -0.11277 -0.025377 0.014047 0.013919 0.03835 0.028398 0.009391\nᠩ 0.022087 0.011487 -0.043298 0.007505 0.005817 0.029286 -0.004592 -0.008537 -0.017342 -0.01862 0.025941 0.007559 -0.0058 -0.023318 0.02553 -0.003703 0.007617 -0.013495 -0.008338 -0.031863 -0.000413 0.006513 0.002564 -0.004775 -0.003071 0.003766 -0.001575 -0.004272 -0.000647 -0.027144 0.003403 -0.029013 1.8e-05 -0.025074 -0.002256 0.009421 -0.026 0.029207 -0.003747 0.003245 -0.031644 -0.013108 0.007692 0.010934 -0.010857 -0.021457 0.041869 -0.023371 -0.015217 0.030292 0.004126 0.037023 0.030222 -0.021557 0.051122 0.000597 0.005481 0.023664 0.010265 0.031726 -0.035762 -0.019316 -0.007198 -0.006864 0.032493 0.023107 0.046848 -0.01906 0.02572 0.011775 -0.055049 -0.007986 0.022699 0.026588 -0.035358 0.013009 -0.033821 0.013322 -0.032535 -0.015375 0.004948 -0.001282 -0.004815 0.010412 -0.006112 -0.024354 0.005605 -0.001282 0.00188 -0.006063 -0.004111 -0.003603 0.011604 -0.011164 0.002882 -0.002654 0.000309 -0.041607 0.006658 -0.019056 -0.004098 0.011933 0.007679 -0.029004 0.020513 -0.009418 -0.012635 -0.009072 0.02575 0.003929 0.031295 0.015938 0.015934 -0.00562 0.007313 -0.016704 -0.016829 0.009334 -0.011232 -0.022317 0.021102 -0.011985 0.040367 0.024515 0.027953 0.000564 0.002545 0.004351 0.001582 -0.01123 -0.002517 -0.002035 -0.018843 0.027705 -0.009321 0.016778 -0.02818 0.005698 0.020171 0.013911 -0.010391 0.0119 -0.00371 0.018735 -0.004568 -0.036146 0.045456 -0.003148 0.016851 -0.013828 0.002939 0.017358 0.029715 0.029577 -0.008459 0.01676 0.001904 -0.014245 0.008148 -0.029052 -0.01382 0.020206 0.011017 0.004942 -0.011657 -0.029646 0.016696 -0.006358 0.015211 0.019792 -0.020295 -0.015829 -0.00186 0.037358 0.001629 -0.032679 -0.010008 0.000438 -0.027476 -0.010942 0.027617 -0.002402 0.014491 -0.009769 -0.01175 -0.00469 0.001396 0.016136 -0.027667 0.007735 0.031495 0.01823 -0.010232 -0.024254 -0.000883 0.028468 -0.024818 0.015949 0.005931 -0.003364 -0.024308 -0.017167 0.003606 0.030243 0.00815 0.010251 0.012319 -0.014222 -0.006286 0.021962 -0.024363 -0.018553 0.022247 0.021865 0.00946 0.051238 0.011657 -0.013485 0.005349 0.012415 0.001417 0.007579 0.005022 0.003273 -0.028737 -0.005646 -0.003928 0.002374 -0.020014 -0.009239 0.001908 -0.008236 -0.017156 0.007856 -0.024281 0.007642 -0.009577 -0.025952 0.014652 0.027009 0.000188 0.002814 -0.02694 0.021129 0.004168 -0.005517 0.032554 -0.015304 0.037595 0.040392 0.015227 0.018914 -0.000748 -0.012797 -0.029994 -0.020982 -0.006987 0.030639 -0.022179 -0.0092 -0.001671 -0.014749 0.019152 -0.010131 -0.01658 -0.016657 -0.021997 -0.022678 0.005134 -0.006331 0.023012 0.013939 0.005128 -0.013868 0.008345 0.013711 0.007865 0.025151 0.032632 -0.040728 -0.011536 -0.024609 0.011923 0.01559 -0.017261 0.003579 0.024066 -0.017204 -0.017847 -0.014464 -0.011214 -0.029841 0.027062 -0.045753 -0.008597 -0.002179 0.01087 -0.001671 0.005095 0.010191\nح 0.027456 0.002675 -0.04182 0.016476 0.005668 0.028505 0.003243 -0.005707 -0.020188 -0.028659 0.029967 0.008892 -0.008195 -0.017345 0.024702 -0.002679 0.007767 -0.017653 -0.011236 -0.036614 -0.01408 0.003087 0.004705 0.009908 0.003355 0.015569 -0.004008 -0.009583 -0.011242 -0.027305 0.019617 -0.027008 -0.012604 -0.032242 0.008384 0.012857 -0.031918 0.034139 0.006639 0.01769 -0.027492 0.00808 0.003493 0.000525 -0.024069 -0.020722 0.0304 -0.003846 -0.003174 0.009515 0.002525 0.040641 0.03024 -0.025487 0.034199 0.004396 -0.001634 0.020101 -0.010015 0.021268 -0.027373 -0.022373 -0.008391 -0.011118 0.013874 0.020888 0.037469 -0.009727 0.029778 0.015742 -0.046812 -0.007516 0.019048 0.014534 -0.038581 0.002935 -0.025532 0.021241 -0.029716 -0.014124 0.011401 -0.001406 0.003106 0.010462 -0.017623 -0.04058 0.004391 -0.003133 -0.013703 -0.002353 -0.004498 0.020905 0.008425 -0.007534 0.015847 -0.002276 -0.00284 -0.031993 -0.00199 -0.003869 -0.017866 0.00274 0.000705 -0.028357 0.013689 -0.006254 -0.012454 0.008976 0.028179 -0.006007 0.039391 0.013772 0.019516 -0.015692 0.002848 -0.000198 -0.00924 -0.00036 -0.011074 -0.038322 0.019197 0.000218 0.031544 0.018281 0.025561 0.01239 -0.009012 -0.009948 -0.011019 -0.01268 -0.010422 -0.002293 -0.009222 0.022971 -0.016531 0.011379 -0.031094 0.004215 0.008996 0.036959 0.000901 -0.00895 0.012187 0.019437 -0.024225 -0.041497 0.043238 0.011828 0.000664 -0.038064 0.006195 0.006176 0.028329 0.024215 -0.002855 0.004917 0.001667 -0.02151 0.011766 -0.018637 -0.01889 0.010449 0.021845 0.01342 -0.012873 -0.015334 0.014637 -0.018337 0.018602 0.013825 -0.023746 -0.018031 -0.008407 0.031759 -0.016395 -0.022837 -0.007194 -0.009952 -0.033018 -0.014719 0.030286 -0.011933 0.008081 -0.013078 -0.00307 -0.01537 0.002506 0.019625 -0.043381 0.00171 0.013323 0.019667 -0.031548 -0.028189 0.00031 0.034514 -0.020172 0.012571 0.001259 0.000455 -0.026313 -0.026253 0.01742 0.018924 0.016732 0.012319 0.010861 -0.009571 -0.007921 0.032998 -0.016497 -0.003684 -0.008977 0.016864 -0.001231 0.055663 0.009788 -0.018195 0.00876 -0.003946 -0.004364 0.007023 -0.003524 0.003518 -0.017795 -0.004084 0.001904 0.015506 -0.004614 -0.020436 -0.000948 -0.001019 -0.00443 -0.0174 -0.028033 -0.002451 -0.013437 -0.028637 0.020757 0.017281 0.005217 0.015537 -0.02243 0.008718 0.003133 -0.002375 0.029341 -0.003555 0.034647 0.045438 0.020416 0.005198 -0.002255 -0.031043 -0.028168 -0.020204 -0.003315 0.019944 -0.024311 -0.00717 0.005093 -0.013945 0.026374 -0.024758 -0.023092 -0.018208 -0.032051 -0.009903 0.006894 0.00145 0.016869 -0.001763 0.00942 -0.002139 0.01213 -0.003553 -0.003759 0.016653 0.040708 -0.041987 -0.002009 -0.017408 0.01471 0.01269 -0.017117 -0.005274 0.01916 -0.009798 -0.016879 -0.013265 0.00829 -0.035692 0.00459 -0.054865 -0.006611 0.007343 0.011721 0.011117 0.015277 0.00291\nެ 0.031495 -0.011524 -0.085981 0.001758 0.033754 0.042098 0.020922 -0.037979 -0.013618 -0.044559 0.065197 -0.004597 -0.018967 0.002244 0.068702 -0.038052 0.001732 0.010581 -0.006366 -0.069211 -0.026109 0.021186 0.029352 -0.007167 -0.00413 -0.004637 0.007192 -0.004475 -0.007342 -0.02931 0.033448 -0.021889 -0.013043 -0.040956 0.032452 0.04389 -0.06488 0.031664 0.019198 0.024292 -0.059754 0.037992 -0.016595 -0.022844 -0.055555 -0.042858 0.048878 0.006275 0.015231 0.016977 -0.008083 0.013402 0.027534 -0.065538 0.040817 0.009768 -0.048187 0.002128 0.005789 0.029183 -0.053345 -0.033148 -0.0047 -0.021262 0.013264 0.014223 0.075307 -0.011097 0.025525 -0.001279 -0.057589 -0.014008 0.016487 0.009068 -0.03311 -0.002429 -0.026135 -0.007193 -0.066748 -0.036624 -0.004154 -0.002925 -0.026656 0.022004 -0.025414 -0.052865 -0.00575 0.018091 -0.067931 0.033028 -0.010057 0.050131 -0.023912 -0.020754 0.002517 0.009535 -0.022445 -0.048341 -0.015312 -0.020843 0.002638 -0.017099 -0.01482 -0.057425 0.023906 -0.032359 -0.020176 0.008208 0.033533 -0.000759 0.057102 0.031527 0.028332 0.016132 -0.01352 0.029625 -0.027015 0.000329 -0.010284 -0.085323 0.016649 -0.004953 0.039236 0.077714 0.045419 -0.012018 0.037439 -0.007601 -0.015512 -0.055556 -0.021941 0.008075 0.011391 0.005555 -0.011634 0.019445 -0.006811 0.000297 0.004292 0.04729 -0.018153 0.006654 0.008702 0.010501 -0.039554 -0.044817 0.044762 0.026361 0.009102 -0.046426 0.013319 0.000499 0.063585 0.047295 0.012937 1e-05 0.014542 -0.019045 0.000384 -0.048371 -0.039276 -0.012596 0.034897 0.014793 -0.05999 -0.016628 0.057255 -0.041245 0.031318 0.03109 -0.010771 -0.058153 -0.058759 0.071678 -0.026188 -0.011184 -0.03197 -0.03812 -0.047677 -0.015756 0.071533 -0.035652 0.033294 -0.01058 -0.029632 -0.005656 0.008938 0.00132 -0.049552 0.007355 0.007277 0.023368 -0.050034 -0.033969 0.000453 0.070881 -0.063521 0.041191 -0.004103 0.008087 -0.032692 -0.06696 -0.000818 0.047975 -0.001211 0.033943 0.026232 0.001909 0.023424 0.026443 -0.020856 0.024239 -0.035112 -0.011375 0.012832 0.055994 0.021296 -0.029692 0.011847 0.048635 0.006664 0.050979 -0.011147 0.00979 -0.014179 -0.041554 0.014804 -0.003096 0.010777 -0.03456 0.005247 -0.010709 -0.00619 -0.032212 -0.051597 0.017238 -0.01525 -0.065636 0.028171 0.04262 0.02215 0.034305 -0.0511 0.029009 -0.010807 -0.009359 -0.003125 -0.01167 0.013163 0.053564 0.028653 -0.002408 0.011931 -0.018002 -0.045394 -0.012374 -0.003272 0.050677 -0.037558 -0.021278 0.018981 -0.004608 0.016643 -0.034408 -0.025803 0.000213 -0.035842 -0.019613 0.011506 0.022791 0.046771 -0.019253 0.03982 -0.013707 0.00137 -0.008383 0.020418 0.0286 0.061261 -0.086054 0.013123 -0.030366 0.01148 0.013162 0.000585 -0.036129 0.017816 -0.035988 -0.018555 -0.011263 0.029991 -0.043254 0.027569 -0.091752 -0.029854 0.032527 0.01556 0.000642 0.022006 0.002847\n̯ 0.004654 0.004559 -0.01342 0.009143 0.0044 0.028258 0.020353 0.001107 -0.018826 -0.022505 0.040297 0.012441 -0.018092 -0.003329 0.038322 -0.008656 0.000493 -0.017104 0.010919 -0.021076 -0.007457 -0.008624 -0.040708 0.01279 0.006685 0.00058 -0.02095 -0.00673 -0.013114 -0.02909 0.028039 -0.027691 -0.015219 -0.018832 0.003691 0.014824 -0.019398 0.035453 0.008859 -0.005876 -0.031565 0.031219 0.006632 0.024551 -0.000752 -0.008205 0.023855 0.010936 -0.002563 0.007723 0.008442 0.050187 0.015828 -0.02774 0.028074 0.008716 0.014409 0.028159 -0.010634 0.025335 -0.031861 -0.036081 -0.016344 0.003063 -0.000812 0.031321 0.05351 -0.031218 0.017033 0.032473 -0.038193 -0.018306 -0.003361 0.024051 -0.024792 -0.003018 -0.008415 0.013525 -0.011241 -0.002021 0.022155 -0.00767 -0.016256 0.02396 -0.012545 -0.055506 0.019975 -0.014567 -0.000117 0.022122 -0.001245 0.01067 0.009656 0.012235 0.008731 -0.024327 0.00888 -0.038262 -0.029134 -0.008355 -0.036039 -0.011221 -0.014524 -0.025971 0.012221 -0.006892 -0.008352 -0.00074 0.002124 6.5e-05 0.051688 -0.001283 0.023414 0.008365 0.013053 -0.0028 -0.024903 -0.009069 -0.024606 -0.01464 0.033595 -0.007019 0.018917 0.010328 0.014318 -0.011113 0.013235 0.015702 -0.010312 -0.001628 0.013544 0.018956 -0.000357 0.029452 -0.007633 0.005939 -0.026458 0.026049 0.00484 0.03845 -0.002931 -0.005304 0.007474 0.016629 -0.005958 -0.040321 0.033892 -0.005265 0.009409 -0.045227 0.031938 0.004048 0.032439 0.03029 0.006444 0.001054 -0.016947 -0.030874 0.015603 -0.003436 -0.018837 0.011531 0.032019 -6.5e-05 -0.009707 -0.015037 0.017491 -0.015449 0.011711 0.040319 -0.01897 -0.024137 -0.005659 0.004713 0.009464 -0.01658 -0.001381 -0.01288 -0.043806 0.006955 0.033528 -0.003515 0.010243 0.006665 -0.022463 -0.028631 0.000863 0.014328 -0.014738 0.007859 0.011684 0.027313 -0.025674 -0.027193 -0.004264 0.032591 -0.031069 0.01518 0.004728 -0.006428 -0.029939 -0.012298 0.021842 0.022492 0.029037 -0.0079 -0.004236 -0.037663 -0.012233 0.017007 -0.005257 -0.000147 -0.003858 0.034654 0.004351 0.021513 -0.001966 -0.012117 0.006595 -0.007153 -0.014737 -0.016729 0.011912 0.00984 -0.030707 0.010114 -0.009241 0.007015 0.010792 -0.005408 -0.009082 0.008319 -0.001167 -0.044922 -0.018814 0.004804 -0.014273 -0.009572 0.00172 0.006358 0.012882 0.019858 -0.01231 0.011608 -0.015225 -0.016541 0.024305 0.028219 0.029441 0.035158 4e-06 0.003306 -0.02462 -0.014244 -0.019385 -0.011093 -0.010272 0.00591 -0.025497 -0.004767 0.007527 -0.014061 0.011657 -0.013003 -0.010174 -0.006891 -0.031522 0.012884 -0.00701 0.002817 0.004587 -0.003097 0.019903 0.004804 0.023812 -0.005061 0.015087 0.011814 0.009614 -0.028542 0.006382 0.001341 0.009933 0.012723 0.016797 -0.006493 0.01116 -0.00212 -0.01761 -0.02131 -0.005128 -0.016451 -0.001586 -0.028584 -0.023725 0.011587 0.000458 -0.000525 -0.005407 -0.037267\n® 0.027333 -0.002653 -0.04075 0.016137 0.030452 0.018063 -0.004906 0.012205 -0.010233 -0.030112 0.00606 0.007722 -0.023199 -0.03278 0.032859 -0.006134 0.004084 -0.026739 -0.008867 -0.045058 -0.001073 0.003942 0.003153 -0.005195 0.017479 0.018485 0.005489 0.003723 -0.015841 -0.012417 0.012437 -0.007225 -0.022864 -0.028186 -0.016736 0.017146 -0.021289 0.036608 0.021043 0.00193 -0.016875 -0.00683 0.017025 -0.000361 -0.010033 -0.010494 0.02834 0.018652 -0.009759 0.009015 0.003251 0.02748 0.013899 -0.019525 0.047623 -0.011397 0.009459 0.019698 -0.017486 0.029127 -0.012901 -0.016598 -0.001892 -0.011409 0.020577 0.012992 0.03452 -0.005186 0.031171 0.019509 -0.01909 -0.007389 0.006471 0.013282 -0.021206 -0.005007 -0.010309 0.024306 -0.004565 -0.014839 -0.000887 0.000498 0.003958 0.012287 -0.017179 -0.0348 0.008251 -0.015266 -0.003933 0.018161 -0.017948 0.020515 -0.015169 -0.017103 0.001356 -0.008326 -0.005321 -0.029824 0.00311 0.006883 -0.016687 -0.006946 -0.004381 -0.008599 -0.010405 0.009245 -0.00383 0.005778 0.02095 -0.007339 0.018776 0.004579 0.026344 -0.003692 0.019925 0.016609 -0.011093 0.009228 0.001622 -0.009936 0.007472 0.013903 0.020789 0.012213 0.013704 -0.00045 0.008303 -0.004754 -0.004034 -0.014487 -0.015351 -0.01568 -0.021597 0.008965 -0.023663 -0.00206 -0.020273 0.003164 -0.009365 0.036607 0.000968 -0.023094 0.014753 0.023576 -0.020261 -0.030959 0.01777 -0.006941 0.009791 -0.022785 -0.004503 0.005045 0.021385 0.014389 -0.011986 0.007528 -0.009212 -0.021309 0.002678 -0.015221 -0.014077 0.007154 0.008655 -0.007706 0.000756 -0.008477 0.006068 -0.010522 0.001592 0.028094 -0.010553 -0.01439 -0.002835 0.015951 -0.015043 -0.024944 -0.015117 0.008085 -0.016502 -0.002053 0.022266 -0.000864 -0.002837 0.001007 0.010547 -0.013614 -0.010278 0.030538 -0.052028 0.010025 0.012033 0.018857 -0.030716 -0.045282 0.01146 0.028958 -0.017907 0.007159 -0.001642 -0.003699 -0.021857 -0.010401 0.003798 0.02305 0.022485 0.017577 0.009747 0.004059 -0.001535 0.02546 -0.03656 0.019927 0.000594 0.009923 -0.010968 0.041705 -0.006889 -0.015075 0.002769 -0.008412 -0.009636 0.006689 -0.010524 0.009349 -0.035074 0.006857 -0.01297 0.023364 -0.009481 -0.029657 -0.009087 0.005936 0.005739 -0.024469 -0.026324 0.008532 -0.004661 -0.019399 0.019293 0.025778 0.004186 0.006447 -0.000623 0.011891 0.01828 -0.020737 0.014386 0.000824 0.024746 0.033733 0.008556 0.003717 -0.013082 -0.038142 -0.011509 -0.022356 0.000645 0.006439 -0.03017 -0.000922 0.023181 -0.002353 0.019022 -0.012804 -0.019869 -0.007531 -0.007928 -0.011573 0.02554 -0.006877 0.001872 0.003926 5.7e-05 -0.006369 0.00942 0.006915 0.001321 0.013666 0.029482 -0.030199 0.009626 -0.008444 0.018224 0.024862 -0.012608 -0.002939 0.010304 -0.022304 -0.014301 -0.021784 0.009864 -0.036472 0.006023 -0.031565 -0.011152 -0.000551 0.012149 0.017037 0.028867 0.011221\nධ 0.017892 0.006535 -0.048411 0.014085 -0.004888 0.042744 -0.008487 -0.023315 -0.036063 -0.035899 0.033487 0.004046 -0.004015 -0.034679 0.048606 -0.000906 -0.022619 -0.014123 -0.005214 -0.057697 -0.010788 -0.005717 0.010772 0.004735 -0.012047 0.00891 -0.002047 -0.039918 -0.008631 -0.053486 0.025676 -0.009331 -0.026261 -0.022814 0.01743 0.014835 -0.021336 0.033049 -0.007102 0.023566 -0.016916 -0.001646 0.016475 -4.1e-05 -0.022622 -0.00286 0.024521 -0.010552 -0.017182 -0.004298 -0.009583 0.023699 0.023822 -0.027608 0.040666 0.015286 -0.019495 0.004085 -0.011529 0.00397 -0.036531 -0.024693 -0.013183 -0.019742 0.033357 0.034683 0.042969 -0.029345 0.05351 0.016361 -0.032526 -0.022865 0.034765 0.006249 -0.033689 0.005744 -0.018345 0.01541 -0.016873 -0.000404 0.03338 -0.027041 0.023797 0.023076 -0.000127 -0.017213 0.008772 0.000122 -0.016907 -0.030289 -0.01406 0.004653 0.031806 -0.014403 0.013426 0.028408 -0.005136 -0.047474 0.003159 0.015935 -0.043362 0.019155 -0.006323 -0.043512 0.02222 -0.005171 -0.023207 -0.011355 0.027534 -0.014263 0.037133 0.024552 0.013273 -0.017387 -0.019337 -0.021516 -0.001936 0.00791 -0.001637 -0.023341 0.028069 0.003706 0.035876 0.047087 0.038009 0.033241 -0.001561 0.019902 -0.032824 -0.032553 -0.004883 0.00139 0.007208 0.047274 -0.018886 -0.012444 -0.006492 0.024171 0.01489 0.048667 0.008716 0.024162 -0.004363 0.010817 -0.049377 -0.045514 0.081814 0.019264 0.007735 -0.042974 0.010514 0.018117 0.017225 0.01917 0.028445 0.019064 0.022207 -0.00829 0.00624 -0.030589 -0.018414 0.025684 0.005205 0.009873 0.011765 0.007629 0.038542 0.008796 0.029889 0.002065 -0.019238 -0.010285 -0.008895 0.039262 -0.020753 -0.028362 -0.003279 -0.012556 -0.048254 -0.031918 0.028264 -0.001611 -0.014537 -0.025851 0.004328 -0.011842 0.005111 0.009465 -0.013403 -0.015998 0.028552 0.019631 -0.030574 -0.042923 -0.017272 0.051805 -0.028989 0.013911 0.001337 0.007631 -0.031612 0.000187 0.009152 0.054703 0.02792 0.002662 -0.014554 -0.012277 -0.026919 0.024761 0.002169 -0.006283 -0.004231 0.004616 -0.00664 0.037078 0.015939 -0.020896 0.021533 0.031343 0.016737 0.005232 0.004124 -0.000649 -0.007029 -0.014996 0.002063 0.024133 -0.032135 -0.025371 -0.001795 -0.006658 -0.012816 -0.013063 -0.058749 -0.018112 -0.004264 -0.035884 0.014873 -0.006593 -0.008455 0.001072 -0.019411 0.000124 -0.024522 0.013056 0.006672 -0.014968 0.031238 0.053448 0.033671 0.013698 0.004547 -0.017589 -0.012577 -0.014942 -0.012556 0.034598 -0.024955 -0.007472 -0.017265 -0.032317 0.024932 -0.044262 -0.023824 -0.010822 -0.039827 -0.028408 0.024146 0.015665 0.022358 0.031943 0.018715 0.000375 0.014567 -0.003154 0.006406 -0.01571 0.042644 -0.052303 0.009663 -0.009025 0.019603 0.003877 -0.01564 -0.014014 0.041898 -0.001019 -0.012604 0.005186 -0.02043 -0.014317 0.025917 -0.08342 -0.015835 -0.008381 0.001367 0.005227 -0.000115 0.03478\nळ 0.022913 -0.00113 -0.053 0.030541 0.020655 0.034143 0.013803 0.007531 -0.021969 -0.023986 0.045345 0.002057 -0.0134 -0.025429 0.034096 -0.00363 0.002193 -0.03705 -0.002697 -0.043605 -0.021491 -0.003647 -0.01368 0.033874 0.002258 0.016665 0.011603 -0.009559 -0.015614 -0.028588 0.033269 -0.045496 -0.029547 -0.043955 0.009674 0.016136 -0.063861 0.052101 0.009521 0.019879 -0.046478 0.017712 -0.014382 -0.01991 -0.03182 -0.04019 0.044038 -0.003916 0.001509 0.013054 0.006809 0.066009 0.032805 -0.04857 0.053625 0.019427 -0.024839 0.025414 -0.019636 0.042449 -0.055457 -0.033124 -0.017297 -0.032211 0.01703 0.033309 0.050247 -0.029123 0.032576 0.019976 -0.053468 -0.007182 0.022042 0.029615 -0.058873 -0.003148 -0.033466 0.027792 -0.037983 -0.024499 0.006817 0.010561 0.013657 0.021168 -0.026918 -0.052417 -0.000125 0.009299 -0.018461 -0.000779 -0.000764 0.039135 0.003579 -0.017397 0.028173 -0.012711 0.006406 -0.03069 -0.001693 -0.0031 -0.025587 -0.020583 -0.019299 -0.028599 0.015525 -0.00754 -0.022928 0.005647 0.058411 -0.004338 0.067267 0.020996 0.03237 -0.018886 0.017034 -0.004642 0.002704 -0.021704 -0.011097 -0.050315 0.013512 0.000789 0.05547 0.017876 0.041076 0.033516 -0.020631 -0.023567 -0.014661 -0.016705 -0.024582 -0.003973 -0.027982 0.041242 -0.016384 0.021664 -0.044095 -0.008924 -0.004832 0.063369 -0.012844 -0.00541 0.027895 0.022945 -0.042634 -0.058437 0.065462 0.001906 0.014402 -0.054814 0.00356 0.008928 0.038402 0.032413 -0.004502 0.007032 -0.019654 -0.036025 0.018772 -0.023743 -0.017853 0.020834 0.018771 0.013786 -0.021368 -0.003997 0.037852 -0.037694 0.036563 0.010115 -0.037851 -0.021388 -0.009655 0.052861 -0.027238 -0.045505 -0.02022 -0.005014 -0.050307 -0.019007 0.043206 -0.012372 0.006525 -0.014949 0.001456 -0.018262 0.005415 0.019213 -0.078716 -0.006055 0.008206 0.040951 -0.057283 -0.043226 0.005043 0.041479 -0.021712 0.019906 0.015445 -0.010602 -0.04951 -0.035846 -0.000196 0.032766 0.030507 0.005948 0.021136 -0.009965 -0.001291 0.054756 -0.023961 0.000734 -6.9e-05 0.030066 -0.007314 0.089584 -0.00887 -0.032565 0.016325 0.002619 -0.001734 0.010479 -0.024303 0.006681 -0.004135 -0.001981 -0.008426 0.028822 -0.019339 -0.043151 -0.004714 0.00747 -0.017653 -0.043005 -0.027386 -0.006665 -0.009168 -0.04838 0.04096 0.046742 0.027775 0.032974 -0.034638 0.00131 -0.008171 -0.015752 0.046657 -0.011055 0.04373 0.077125 0.03035 0.001484 -0.001037 -0.053131 -0.04462 -0.025437 -0.001716 0.015934 -0.04004 -0.029142 0.005829 -0.015208 0.042661 -0.018041 -0.034392 -0.021068 -0.032759 -0.030177 0.005375 -0.01713 0.017411 -0.013249 0.0155 -0.010146 0.004595 0.006826 -0.014083 0.009465 0.05802 -0.056647 -0.001293 -0.015524 0.014143 0.020036 -0.022166 -0.008643 0.009029 -0.008558 -0.035019 -0.030091 0.015873 -0.053594 0.005049 -0.067872 -0.008331 0.000929 0.025457 0.021496 0.029566 -0.001899\nາ 0.03099 0.000254 -0.041808 0.029311 0.010272 0.035855 0.011835 -0.000393 -0.019836 -0.02647 0.026299 0.008693 -0.00905 -0.02006 0.02948 -0.001602 0.006676 -0.023865 -0.006915 -0.035927 -0.019094 0.003257 0.00532 0.013947 0.003438 0.017052 -0.012988 -0.011646 -0.015545 -0.025676 0.023744 -0.029712 -0.019499 -0.040062 0.007839 0.012809 -0.032513 0.039633 0.006814 0.022581 -0.0249 0.011356 -0.002175 -0.00489 -0.024385 -0.025105 0.034138 -0.001761 0.000526 0.016556 0.006624 0.046192 0.034578 -0.0322 0.039396 0.008222 -0.000189 0.023865 -0.008534 0.026325 -0.032162 -0.024857 -0.009514 -0.01298 0.010016 0.023675 0.035494 -0.012828 0.034049 0.016987 -0.050524 -0.008625 0.01789 0.017728 -0.050211 0.002493 -0.028185 0.025064 -0.029859 -0.015209 0.015438 0.000621 0.004912 0.017478 -0.018087 -0.056602 0.008756 -0.004806 -0.019673 -0.007651 -0.003149 0.026258 0.007791 -0.016235 0.015977 -0.007668 0.001472 -0.039681 0.002436 -0.004215 -0.018473 0.001013 -0.003508 -0.028696 0.015406 -0.004487 -0.011885 0.005717 0.036118 -0.00452 0.044859 0.017671 0.026678 -0.014444 0.007513 0.005036 -0.007719 0.001223 -0.011307 -0.041098 0.022679 0.00035 0.043305 0.022171 0.030594 0.013529 -0.01075 -0.015637 -0.011044 -0.013146 -0.014441 -0.00345 -0.018665 0.031792 -0.02469 0.018098 -0.033068 -0.000928 0.001386 0.045862 -0.00378 -0.012164 0.008916 0.027272 -0.035141 -0.046986 0.044796 0.007847 0.000591 -0.040689 0.006898 0.009479 0.034281 0.020214 3.2e-05 0.007573 -0.000237 -0.022481 0.011215 -0.025997 -0.014263 0.016224 0.026868 0.016147 -0.009962 -0.016877 0.019821 -0.019568 0.025627 0.018428 -0.025502 -0.024454 -0.015045 0.035919 -0.024032 -0.028534 -0.00965 -0.006158 -0.037259 -0.021992 0.034297 -0.006697 0.006092 -0.010309 -0.003986 -0.01332 0.003441 0.020268 -0.055826 0.00132 0.012433 0.027161 -0.037567 -0.035674 0.004602 0.038723 -0.021363 0.012908 0.00498 0.001427 -0.031983 -0.029017 0.015697 0.0191 0.014969 0.019674 0.003969 -0.007214 -0.00302 0.042909 -0.024183 -0.000308 -0.007369 0.015593 -0.000109 0.065193 0.005814 -0.025129 0.008802 -0.000449 -0.00467 0.008057 -0.009792 0.005052 -0.018859 -0.003548 -0.000492 0.015253 -0.005967 -0.028285 -0.006425 7e-05 -0.00639 -0.026922 -0.031742 -0.001625 -0.012255 -0.032779 0.027027 0.027051 0.009853 0.029999 -0.024722 0.0112 -0.000476 -0.011019 0.038029 -0.00787 0.039127 0.056619 0.022437 0.008575 0.002933 -0.040338 -0.035108 -0.017543 0.002913 0.020186 -0.024645 -0.017159 0.006428 -0.009283 0.030096 -0.026678 -0.029965 -0.021969 -0.035694 -0.016096 0.011532 0.000147 0.015938 0.00189 0.008869 -0.002179 0.01311 0.002494 -0.003032 0.014652 0.039728 -0.045626 -0.00142 -0.017106 0.01319 0.011411 -0.025119 -0.004656 0.012238 -0.010303 -0.02033 -0.017336 0.004287 -0.045842 0.009005 -0.0631 -0.013928 0.006506 0.014167 0.018088 0.01737 0.000392\nਵ 0.035768 0.000805 -0.07234 -0.037895 0.023236 0.050168 -0.003757 -0.041139 -0.032561 -0.065254 0.071607 0.040761 -0.002854 -0.017453 0.060961 -0.036021 0.036994 -0.022255 -0.025631 -0.078343 -0.003313 0.012753 -0.005072 0.011499 -0.008771 0.000914 -0.031802 -0.026305 0.012659 -0.075831 0.017734 -0.059191 0.003335 -0.030379 0.003153 0.015586 -0.024525 0.064397 0.003078 0.015475 -0.089719 -0.025086 0.004943 -0.004471 -0.013278 -0.016626 0.064156 -0.006196 -0.028258 -0.002107 -0.012415 0.051791 0.043215 0.006251 0.054905 0.005526 -0.027583 0.003033 -0.006034 0.017762 -0.0699 -0.057561 0.010441 -0.018677 0.042337 0.059847 0.071059 0.021596 0.045138 0.007158 -0.083586 0.002971 0.031421 0.052991 -0.047105 0.007241 -0.076889 0.008345 -0.06994 -0.006866 -0.002764 -0.042693 0.018301 -0.002941 -0.011503 -0.014878 0.007532 -0.021573 -0.004145 -0.033756 -0.011539 0.010023 0.048108 0.012216 0.025596 -0.01201 -0.025981 -0.057649 -0.003705 -0.002391 -0.055841 0.018577 -0.00688 -0.040427 0.025651 -0.035273 -0.047192 0.028374 0.078504 -0.01471 0.049767 0.04045 0.036361 -0.059992 0.012899 -0.030056 0.02329 -0.003863 -0.025294 -0.012244 0.067317 0.015651 0.03828 0.042014 0.06251 0.034539 -0.015064 0.032233 -0.00544 -0.008105 -0.009374 -0.030763 0.000418 0.066038 -0.047586 0.0115 -0.055918 0.020265 0.039055 0.073725 0.003558 -0.020347 0.003771 0.017256 -0.066365 -0.068342 0.083847 0.035784 0.02263 -0.036375 0.031058 0.025985 0.037144 0.035823 0.013485 0.023437 0.01374 -0.020724 0.044204 -0.053185 -0.038127 0.010328 0.03237 0.000867 -0.010865 -0.028351 0.036881 -0.018995 0.036877 0.020021 -0.048792 -0.033744 0.007701 0.037821 -0.028701 -0.035861 -0.039614 -0.015438 -0.090383 -0.03562 0.019753 -0.022752 0.000992 -0.06511 -0.021587 -0.033861 0.043448 0.020625 -0.038676 -0.003246 0.068958 0.038158 -0.020871 -0.042753 -0.017603 0.051528 -0.055587 0.027965 0.004707 -0.004314 -0.033307 -0.031924 0.011505 0.066638 0.034583 0.022131 0.042623 -0.018241 -0.005493 0.074107 0.002303 -0.028094 0.030409 -0.015147 0.017672 0.064989 0.04271 -0.029491 0.053094 -0.047252 -0.012944 -0.019943 0.020948 -0.035088 -0.02173 -0.002355 -0.00245 0.018382 -0.050022 -0.027903 -0.013935 -0.031073 -0.002917 -0.033822 -0.049968 -0.070072 -0.018283 -0.062281 0.01032 0.030992 -0.028592 -0.005012 -0.052798 0.049036 -0.032331 0.005679 0.027735 -0.012362 0.078108 0.090258 0.033271 0.039046 -0.025784 -0.027464 -0.017789 -0.044611 -0.005695 0.092018 -0.040925 -0.025057 0.015996 -0.042634 0.026496 -0.032272 -0.060875 -0.028234 -0.081425 -0.056348 0.032645 0.007674 0.016884 0.022636 0.057135 0.002503 0.007198 -0.021359 0.040251 0.013517 0.070019 -0.080524 -0.020738 -0.024608 0.028697 0.032072 0.00529 -0.026338 0.067536 -0.024384 -0.050268 0.018913 -0.030567 -0.027199 0.060459 -0.12329 -0.002603 0.015262 0.023408 0.017923 -0.022316 0.011691\nழ 0.024249 0.010005 -0.054502 0.018208 0.015478 0.038277 0.005162 -0.006896 -0.017153 -0.032253 0.038271 0.019333 -0.013421 -0.02953 0.043409 -0.008845 0.009062 -0.022466 -0.011536 -0.043523 -0.009902 -0.006683 0.008215 0.00501 0.000313 0.012995 -0.003958 -0.013616 -0.01728 -0.036232 0.014854 -0.035273 -0.018796 -0.043412 0.012025 0.017112 -0.038017 0.043194 0.004623 0.027243 -0.037509 0.013856 0.002474 0.006054 -0.040088 -0.02077 0.025498 -0.008517 -0.000606 0.018876 -0.003173 0.047015 0.03442 -0.036789 0.05128 -0.000548 -0.006932 0.02848 -0.01413 0.025761 -0.047339 -0.032922 -0.005872 -0.010086 0.011398 0.016056 0.050307 -0.007455 0.039505 0.031513 -0.053534 -0.010788 0.027885 0.01573 -0.051203 0.005645 -0.031318 0.027898 -0.034962 -0.015654 0.014585 0.00131 -0.007346 0.010754 -0.019119 -0.06245 0.00923 -0.005524 -0.023376 -0.001244 -0.012357 0.028153 0.011492 -0.019106 0.012646 -0.002496 -0.001982 -0.037269 -0.003615 -0.006885 -0.018301 0.002633 0.004643 -0.038134 0.014905 -0.004229 -0.011073 0.014205 0.031227 -0.005915 0.047343 0.016335 0.033586 -0.013574 0.005223 -0.002104 -0.008464 0.001843 -0.011105 -0.043565 0.026127 0.008507 0.042389 0.022367 0.034756 0.017279 -0.006707 -0.0053 -0.009379 -0.024407 -0.01012 -0.00123 -0.014485 0.03616 -0.024693 0.010058 -0.027178 0.004543 0.007236 0.039384 -0.007628 -0.012987 0.016528 0.024549 -0.025861 -0.054118 0.060293 0.014642 0.012849 -0.045026 0.003857 0.011697 0.032835 0.0298 0.00294 0.007581 0.008017 -0.025407 0.018463 -0.033464 -0.025562 0.021036 0.020401 0.013612 -0.015155 -0.021967 0.029001 -0.027091 0.02466 0.015454 -0.022879 -0.018839 0.000703 0.026762 -0.023274 -0.029699 -0.016078 -0.006389 -0.037906 -0.027574 0.037089 -0.009511 0.002273 -0.010535 -0.009824 -0.020366 -0.002053 0.019904 -0.048936 0.010951 0.010691 0.025584 -0.032994 -0.047917 0.005435 0.03867 -0.021947 0.01339 0.006546 0.0067 -0.030646 -0.037403 0.011136 0.027117 0.015079 0.018208 0.021699 -0.011316 -0.009461 0.042684 -0.034037 -0.002947 -0.013704 0.013707 -0.001249 0.063604 0.015042 -0.029681 0.010845 -0.004439 -0.0141 0.005546 0.002602 0.009316 -0.027658 -0.005347 -0.004575 0.021021 -0.001723 -0.016348 -0.004217 -0.001714 -0.004345 -0.031782 -0.035266 0.004577 -0.021086 -0.031699 0.029933 0.024821 0.004911 0.025385 -0.017944 0.008365 -0.0004 -0.010854 0.03047 -0.006211 0.046143 0.059691 0.025005 0.009675 0.004459 -0.038333 -0.037881 -0.026743 0.000508 0.029874 -0.025626 -0.012203 -0.003133 -0.022333 0.041495 -0.028413 -0.03317 -0.024963 -0.036077 -0.009937 0.003166 0.001505 0.019443 0.002147 0.014221 0.010855 0.016255 0.005364 -0.002351 0.022934 0.053581 -0.057597 0.005903 -0.020879 0.019285 0.012736 -0.009981 -0.001878 0.016563 -0.009858 -0.017911 -0.012445 0.006649 -0.048497 0.007274 -0.075306 -0.003331 0.002703 0.012702 0.014818 0.022774 0.005155\n္ 0.02147 0.003366 -0.018122 0.004432 0.011996 0.046282 -0.005104 -0.017397 -0.009442 -0.024075 0.034901 -0.000935 -0.005791 -0.022423 0.034006 -0.000695 -0.004997 -0.002205 0.007728 -0.036005 -0.011959 0.0005 0.012696 -0.008517 -0.005228 -0.000796 -0.031869 -0.027509 -0.01436 -0.029762 0.026295 -0.012211 -0.025121 -0.029768 0.02261 0.024573 5.3e-05 0.01844 -0.016051 0.002386 -0.022137 -0.00352 0.00776 -0.004738 -0.02012 0.009449 0.002314 0.006517 -0.002798 0.001258 -0.008844 0.019425 0.007076 -0.016547 0.029726 0.016176 -0.02055 -0.012618 -0.007418 0.004677 -0.04183 -0.010032 0.008273 -0.00989 0.013122 0.008802 0.029459 -0.000365 0.028657 0.029143 -0.051972 -0.001633 0.019795 0.022376 -0.018971 -0.006447 -0.010974 0.014846 -0.044495 0.006113 -0.015229 0.001872 -0.004042 -0.001918 -0.02242 -0.030137 -0.01632 0.016749 -0.008476 -0.0028 0.005839 0.031777 0.0143 -0.024988 0.023904 -0.009071 -0.009626 -0.028986 -0.008289 -0.005006 -0.036621 0.012146 0.008606 -0.023046 0.027017 -0.00146 -0.009751 -0.011306 0.039414 -0.014123 0.029538 0.040724 0.020196 -0.012327 0.025962 -0.00299 0.010028 -0.006012 -0.018996 0.002012 0.002063 0.00416 0.028319 0.024934 0.028779 0.015108 -0.016761 0.00487 -0.013895 -0.030335 -0.019105 0.003316 0.000942 0.028979 -0.004629 -0.001658 -0.023025 0.031003 -0.003663 0.019842 0.006642 -0.009941 -0.00782 0.012976 -0.021125 -0.030457 0.054551 0.013872 0.016155 -0.020327 0.004025 0.014027 0.027883 0.000176 -0.015786 0.009124 0.010696 -0.003634 0.021565 -0.00781 -0.034572 0.005197 0.014025 0.0191 -0.017064 -0.016964 0.025474 -0.007677 0.00798 -0.002866 -0.004233 -0.003697 -0.006708 0.007987 -0.011889 -0.013099 0.019186 -0.018358 -0.031147 -0.004079 0.021922 -0.002678 0.013825 -0.008112 -0.000968 -0.023884 0.005997 0.022059 -0.014128 0.004464 -0.003691 0.019859 -0.03078 -0.015124 0.009053 0.018665 0.000306 0.011761 -0.006686 -0.000867 -0.024625 -0.023988 -1.9e-05 0.021404 0.008052 0.011372 -0.006405 -0.000693 -0.003159 0.031208 -0.00457 -0.006844 0.002148 0.006592 -0.005123 0.024314 0.023387 -0.028333 0.003205 0.010717 0.009053 -0.007892 -0.012144 0.004297 -0.023437 0.005446 0.000846 0.029443 0.008482 -0.012331 -0.010738 -0.014655 -0.007445 -0.01492 -0.038046 -0.016372 -0.023783 -0.015443 0.006281 -0.005391 0.00801 0.014266 -0.007193 0.00595 -0.018399 0.005519 0.010783 -0.018889 0.018234 0.022165 0.021172 0.002179 -0.004154 -0.005804 -0.013775 -0.002442 -0.02082 0.016983 -0.007944 0.00517 -0.001057 -0.005856 0.019436 -0.018287 -0.02261 -0.018384 -0.013211 -0.010302 -0.004313 -0.005352 0.00772 0.001722 0.010866 -0.003905 0.02015 -0.002494 -0.00506 -0.00598 0.057435 -0.040831 0.02305 -0.023879 0.015025 0.018311 -0.003381 -0.021264 0.016555 -0.012239 -0.010367 -0.017816 -0.005347 -0.033616 0.013586 -0.05303 -0.02891 0.027585 -0.000376 0.02106 0.004159 0.007811\nḽ 0.028189 -0.004772 -0.066185 0.036911 0.034908 0.031122 0.014618 0.003689 -0.0238 -0.008255 0.045117 0.017866 -0.004137 -0.037343 0.05228 -0.013033 -0.003847 -0.040682 -0.005799 -0.047777 -0.023218 -0.003004 0.003717 0.016102 0.01421 0.024075 -0.006223 0.007544 -0.019327 -0.027373 0.038402 -0.051893 -0.028547 -0.044107 0.020695 0.013301 -0.069116 0.057727 0.022788 0.038338 -0.030785 0.009225 -0.028562 0.00045 -0.045443 -0.038533 0.057921 -0.017368 0.003498 0.041679 0.01633 0.090288 0.05041 -0.05669 0.055237 0.015063 -0.013106 0.035998 -0.017471 0.047853 -0.02751 -0.048388 -0.021679 -0.030296 0.029927 0.029731 0.044966 -0.039392 0.060839 0.022633 -0.046502 -0.012276 0.002936 0.018642 -0.093889 0.007405 -0.040813 0.032124 -0.032472 -0.026497 0.016904 -0.005266 0.012241 0.042864 -0.037522 -0.089648 -0.000526 -0.003817 -0.026447 -0.01327 -0.005845 0.02234 0.007431 -0.023943 0.030119 -0.020266 0.016886 -0.046709 0.012817 -0.017958 -0.02258 -0.018213 -0.010053 -0.040128 0.01008 0.003139 -0.006499 0.021653 0.040144 -0.012938 0.054183 0.012278 0.031602 -0.039568 0.013783 0.005591 -0.012464 0.00504 -0.018456 -0.068825 0.01994 0.011574 0.048126 0.025851 0.070811 0.017983 -0.013253 -0.027413 -0.019283 -0.014707 -0.039655 -0.006252 -0.033111 0.031172 -0.027804 0.029445 -0.023019 -0.005558 0.009418 0.071794 -0.015908 -0.007197 0.018742 0.038781 -0.045988 -0.066375 0.060628 0.000577 0.004086 -0.064499 0.014119 0.012714 0.032829 0.047891 -0.021703 0.016674 -0.005977 -0.032483 0.03438 -0.037726 -0.016445 0.021951 0.031627 0.021846 -0.002489 -0.018614 0.02597 -0.034988 0.025858 0.040035 -0.044756 -0.030086 -0.000214 0.054131 -0.025519 -0.045682 -0.008397 -0.009515 -0.037698 -0.030777 0.028286 -0.013029 -0.000502 -0.001782 -0.002562 -0.016571 0.000439 0.033497 -0.096603 0.006455 0.006155 0.040504 -0.052987 -0.058789 -0.007109 0.071071 -0.019868 0.016615 0.0042 -0.001114 -0.055176 -0.056467 0.044704 0.039499 0.014854 0.022721 0.03224 -0.011259 -0.01344 0.053496 -0.039616 0.008031 -0.008081 0.01222 -0.000631 0.097146 -0.01786 -0.037309 0.010835 -0.00491 -0.021894 0.014297 -0.01208 -0.008792 -0.034963 -0.01014 -0.006641 0.024528 -0.006283 -0.022861 -0.019705 -0.000838 -0.004232 -0.029496 -0.045167 0.003807 -0.022671 -0.030937 0.026056 0.027929 0.017073 0.042333 -0.032661 0.016181 0.012153 -0.021701 0.086033 -0.020328 0.042702 0.081971 0.050164 -0.000233 0.003654 -0.073676 -0.062449 -0.019086 0.002928 0.030295 -0.044037 -0.034076 0.001884 -0.019996 0.034057 -0.034122 -0.047952 -0.02317 -0.034725 -0.012985 0.01535 0.009661 0.030496 0.002682 -0.001764 0.001618 0.019583 0.013189 -0.003245 0.024009 0.057307 -0.080042 -0.014392 -0.030386 0.005205 0.018788 -0.032353 -0.008891 0.016341 -0.021077 -0.02289 -0.034426 0.025601 -0.053773 0.022839 -0.094441 -0.011519 -0.001407 0.036359 0.023054 0.022156 0.005098\nс 0.03938 0.006263 -0.05295 0.024005 0.016862 0.037226 0.006046 -0.0017 -0.017416 -0.032524 0.04439 0.013075 -0.012232 -0.031465 0.039902 -0.014028 0.005947 -0.026665 -0.014677 -0.049407 -0.014783 0.000741 0.007212 0.015302 0.006138 0.024614 -0.008517 -0.012079 -0.019392 -0.027986 0.021258 -0.039007 -0.016771 -0.043937 0.012316 0.01847 -0.048045 0.045995 0.006875 0.020209 -0.036031 0.013778 0.003133 0.002409 -0.0313 -0.026362 0.039981 -0.001618 -0.004715 0.020927 0.014237 0.059238 0.034557 -0.038559 0.044973 0.013257 -0.00087 0.023312 -0.008954 0.029302 -0.033327 -0.02909 -0.008789 -0.019946 0.01832 0.023456 0.036849 -0.015565 0.029762 0.018427 -0.054756 -0.008595 0.021977 0.017078 -0.056713 0.001113 -0.036916 0.033283 -0.031125 -0.0143 0.016508 -0.001768 -0.000488 0.025686 -0.025403 -0.057195 0.003332 0.003944 -0.026968 -0.004998 -0.009833 0.025705 0.006435 -0.019329 0.01784 -0.007744 0.003465 -0.041164 -0.002627 -0.006337 -0.018864 -0.003069 -0.003017 -0.032064 0.019697 0.001061 -0.016188 0.011038 0.040088 -0.002874 0.052003 0.02516 0.022971 -0.01237 0.014685 0.006755 -0.015676 0.001614 -0.015758 -0.044896 0.024552 0.005467 0.043512 0.030949 0.033536 0.007396 -0.009108 -0.026385 -0.012903 -0.019995 -0.020214 -0.004012 -0.014515 0.030586 -0.024998 0.013924 -0.027429 0.009392 0.010806 0.045984 -0.00526 -0.015787 0.014079 0.031245 -0.038147 -0.055393 0.046791 0.008 0.006039 -0.044596 0.004775 0.004239 0.034653 0.030669 -0.009125 0.001398 -0.002021 -0.024952 0.018498 -0.020924 -0.021383 0.02006 0.017797 0.017459 -0.021133 -0.008377 0.025556 -0.025671 0.017855 0.025008 -0.02771 -0.027224 -0.012749 0.039052 -0.019154 -0.03131 -0.009366 -0.005846 -0.041466 -0.029483 0.037203 -0.010263 0.004683 -0.010646 -0.009409 -0.019848 0.003374 0.021726 -0.065633 0.007321 0.026076 0.030345 -0.031631 -0.04278 0.009971 0.043098 -0.015134 0.018945 0.005317 0.006164 -0.045858 -0.040424 0.014505 0.028989 0.018584 0.018819 0.010763 -0.01411 0.000996 0.040918 -0.028981 -0.005374 -0.006954 0.020363 -0.003386 0.076325 0.002267 -0.027389 0.007141 -0.00772 -0.009436 0.011307 -0.009903 0.006618 -0.019365 -0.008112 -0.000941 0.023115 -0.012893 -0.026943 -0.008978 0.000369 -0.005992 -0.033573 -0.042547 -0.003373 -0.005723 -0.042338 0.032156 0.027909 0.006242 0.024611 -0.02536 0.017149 0.007286 -0.011611 0.052089 -0.007102 0.046463 0.057531 0.032757 0.004829 0.007582 -0.049183 -0.046046 -0.02155 -0.003343 0.02589 -0.030742 -0.011923 0.004359 -0.009198 0.030051 -0.030399 -0.029431 -0.022592 -0.034047 -0.023314 0.007937 -0.000835 0.015045 -0.004332 0.00888 -0.005893 0.015213 0.009169 0.004321 0.010749 0.041767 -0.055418 -0.003217 -0.023894 0.016861 0.015414 -0.02183 -5.3e-05 0.020235 -0.014864 -0.022213 -0.01789 0.007467 -0.043904 0.009701 -0.06843 -0.01265 0.013379 0.016076 0.01901 0.020424 0.003573\nۂ 0.042068 0.007479 -0.046909 0.035484 0.006467 0.027527 0.011107 -9.3e-05 -0.039421 -0.036206 0.027643 0.020463 0.009543 -0.043697 0.036092 0.004591 0.000447 -0.03371 0.002754 -0.038942 -0.029448 -0.009544 0.012063 0.016238 0.007625 0.008288 -0.001035 -0.018113 -0.015957 -0.03659 0.015516 -0.03548 -0.029487 -0.057781 0.021586 -0.023689 -0.027356 0.047533 -0.005589 0.031638 -0.026738 0.01721 -0.02406 0.00178 -0.031675 -0.034404 0.040888 -0.022395 -0.005587 0.01585 0.019212 0.072529 0.046908 -0.028319 0.025857 0.00499 -0.008431 0.021926 -0.017507 0.015577 -0.023917 -0.032998 -0.007429 -0.013608 0.033323 0.0206 0.046363 -0.018049 0.045686 0.022347 -0.03018 -0.003031 0.03196 0.023229 -0.037925 0.007061 -0.028664 0.041221 -0.027523 -0.011821 0.019186 -0.004725 -0.010458 0.015891 -0.015331 -0.058975 0.007501 -0.013735 -0.031669 -0.002565 -0.01624 0.029185 0.001795 -0.027942 0.036897 -0.010224 0.012811 -0.040647 0.001389 -0.003424 -0.022479 0.002881 -0.006122 -0.037386 0.007582 0.009224 0.008922 -0.001442 0.039985 -0.001794 0.0281 0.011407 0.039108 -0.025212 0.032061 0.014258 -0.009825 -0.004597 -0.00996 -0.030419 0.029507 0.005906 0.035111 0.009569 0.038015 0.025211 -0.00659 -0.030721 -0.009557 -0.029579 0.000152 -0.005887 -0.010705 0.019859 -0.030829 0.029143 -0.038132 -0.010951 0.010801 0.066718 -0.007541 0.003576 0.023935 0.041805 -0.031924 -0.045082 0.037063 -0.004981 -0.003863 -0.038343 0.005796 0.01658 0.032453 0.040847 0.009879 0.007819 -0.024132 -0.007318 0.027331 -0.016626 -0.014285 0.024146 0.043172 0.022594 -0.002814 -0.025802 0.033792 -0.02716 0.036922 0.015869 -0.027738 -0.02471 -0.00667 0.033558 -0.013923 -0.048436 -0.029266 -0.009664 -0.051077 -0.023208 0.035996 -0.006817 0.023912 -0.021875 -0.002625 -0.003104 -0.001965 0.02399 -0.047849 0.012052 0.002328 0.018442 -0.036488 -0.035807 0.004413 0.053075 -0.024146 0.011023 0.005186 0.000609 -0.029063 -0.031276 0.028005 0.024707 0.007407 0.025718 0.00752 -0.016967 -0.017104 0.04025 -0.045031 -0.002234 -0.015589 0.007231 0.000319 0.067304 0.004174 -0.014522 0.002512 -0.010339 -0.018809 -0.001247 -0.008392 -0.00159 -0.024784 0.004624 -0.004727 0.025943 -0.032244 -0.023296 -0.008511 -0.002952 0.005973 -0.019456 -0.040982 -0.016098 -0.039745 -0.034289 0.037091 0.023922 3.2e-05 0.026195 -0.033419 0.007036 0.019211 -0.006283 0.052996 0.010471 0.043679 0.053512 0.044637 0.00882 -0.009519 -0.052495 -0.039889 -0.035091 0.014041 0.018805 -0.026993 -0.005167 -0.00739 -0.016384 0.027872 -0.02822 -0.038978 -0.011166 -0.053627 -0.016071 0.009925 -0.005381 0.018975 0.002295 0.007369 -0.024568 0.007709 0.020621 -0.004958 0.022136 0.040439 -0.059762 -0.008406 -0.022884 0.013762 0.026116 -0.024924 0.003624 0.004189 -0.016873 0.002094 -0.029922 0.000605 -0.033988 0.018791 -0.054676 -0.011218 -0.009401 0.002657 0.029385 0.032045 -0.0044\nτ 0.028073 0.002417 -0.044395 0.023931 0.00773 0.035665 0.006265 -0.002819 -0.015654 -0.031738 0.03588 0.013155 -0.013514 -0.025118 0.031799 -0.009603 0.009486 -0.020534 -0.014061 -0.036181 -0.012059 0.007491 0.009475 0.013872 0.006941 0.01605 -0.007632 -0.011884 -0.012508 -0.021472 0.021711 -0.033007 -0.016213 -0.037266 0.009951 0.017901 -0.033162 0.039754 0.00647 0.018177 -0.031556 0.010306 -0.001138 0.007159 -0.024455 -0.022934 0.031914 0.002478 0.001849 0.010817 0.01047 0.04709 0.034936 -0.027728 0.039832 0.006564 -0.001556 0.019648 -0.014465 0.022291 -0.031518 -0.028437 -0.007739 -0.017335 0.011674 0.021074 0.03838 -0.017206 0.027816 0.018147 -0.046722 -0.005761 0.022618 0.011057 -0.047259 0.00177 -0.034659 0.021513 -0.026129 -0.014428 0.01001 0.000249 -0.001435 0.017757 -0.018995 -0.047402 0.004169 -0.00407 -0.016064 0.002336 -0.004502 0.024105 0.000888 -0.005208 0.011342 -0.008969 -0.00323 -0.032193 -0.008158 -0.009106 -0.015663 0.001458 -0.002902 -0.031355 0.016401 -0.007048 -0.01396 0.010474 0.032262 -0.007425 0.043897 0.018305 0.022741 -0.012373 0.005043 0.004812 -0.001949 0.004773 -0.013026 -0.039627 0.022433 -0.001982 0.035742 0.022071 0.029482 0.005327 -0.004586 -0.013578 -0.01121 -0.015032 -0.011597 0.002182 -0.017284 0.028396 -0.019206 0.011983 -0.027975 0.004394 0.004904 0.045758 -0.010199 -0.011721 0.010533 0.026055 -0.033292 -0.044865 0.040417 0.008804 0.002872 -0.042862 -0.001282 0.007108 0.034965 0.025157 0.001221 -0.000268 -0.002341 -0.02121 0.013639 -0.022729 -0.014744 0.014974 0.02192 0.015712 -0.014017 -0.013208 0.025285 -0.021591 0.018476 0.016497 -0.030571 -0.023478 -0.01162 0.035484 -0.014988 -0.024344 -0.008293 -0.010591 -0.036592 -0.015641 0.030578 -0.016131 0.004645 -0.005977 -0.006423 -0.013288 -0.000528 0.018489 -0.056955 0.000428 0.015614 0.029757 -0.033625 -0.036516 0.001888 0.033072 -0.0187 0.014235 0.005355 0.002447 -0.033395 -0.030874 0.016846 0.023697 0.01381 0.013218 0.013051 -0.01268 -0.003979 0.032228 -0.014591 -0.005712 -0.012304 0.012578 0.000178 0.063594 0.00749 -0.02013 0.003171 -0.003378 -0.007052 0.012176 -0.009957 0.005869 -0.023723 -0.005255 0.003147 0.012602 -0.006166 -0.028996 -0.002695 0.001708 -0.004442 -0.021433 -0.030982 -0.001223 -0.015167 -0.032519 0.025437 0.029404 0.008807 0.024636 -0.021102 0.006962 0.01059 -0.003443 0.036662 -0.000387 0.034045 0.051969 0.023974 0.00626 0.000268 -0.03563 -0.032561 -0.023282 -0.002394 0.016618 -0.024707 -0.012958 0.008213 -0.006378 0.027836 -0.024249 -0.027899 -0.016253 -0.028885 -0.019493 0.005691 -0.001271 0.01995 -0.005164 0.009187 -0.002648 0.003307 -0.001544 -0.004887 0.019122 0.040831 -0.0443 -0.005411 -0.019465 0.011618 0.013096 -0.021147 -0.003499 0.013692 -0.009154 -0.018431 -0.016196 0.004891 -0.03666 0.006237 -0.06268 -0.010388 0.004452 0.009339 0.010826 0.016414 -0.000495\nཇ 0.043417 0.031681 -0.015153 0.021335 0.005991 0.029617 -0.001984 -0.023125 -0.017298 -0.018002 0.022155 0.017063 -0.003842 -0.02896 0.027814 -0.013596 -0.001403 -0.002079 -0.002143 -0.02085 0.000503 -0.008361 0.003025 -0.003401 0.002189 0.017557 -0.003284 -0.014068 -0.004781 -0.016339 0.012886 -0.047539 -0.019352 -0.046932 0.02587 0.006875 -0.025669 0.032171 0.010783 0.014476 -0.026473 0.006054 -0.001485 -0.002104 -0.014997 -0.031317 0.015496 0.020227 -0.009326 0.01877 0.010159 0.032195 0.029062 -0.021761 0.034054 0.01596 0.018223 0.006497 0.000489 0.017854 -0.047547 -0.023421 -0.012546 -0.00628 0.027395 0.033599 0.046224 -0.011091 0.018322 0.00335 -0.066471 -0.012541 0.01219 0.013224 -0.035033 0.012022 -0.017857 0.039087 -0.015673 -0.003752 0.004377 0.010919 0.001788 0.016662 -0.030349 -0.051142 0.006515 0.023536 -0.005123 -0.001804 -0.01165 0.008459 0.023721 -0.019283 -0.018055 -0.005003 -0.008318 -0.042016 0.007961 -0.016609 -0.032058 0.008083 0.013646 -0.033083 0.019024 -0.004645 0.003454 -0.003925 0.026007 -0.010235 0.030878 0.005738 0.034943 -0.016609 0.009643 -0.014908 -0.007278 0.002002 -0.019193 -0.027644 0.027636 -0.009405 0.052276 0.011955 0.031351 0.022937 -0.016542 0.005539 -0.007723 -0.023439 -0.006161 0.003748 0.016572 0.021185 -0.021121 0.009472 -0.011321 0.011405 0.013194 0.036523 -0.000524 -0.010305 0.007011 0.024373 -0.024444 -0.011653 0.051024 -0.010652 0.006117 -0.009212 -0.008688 0.023937 0.032738 -9e-06 -0.002762 0.008739 0.00385 -0.000583 0.012106 -0.025568 -0.025119 0.001579 0.017262 0.01127 0.01285 -0.02581 0.025942 -0.01158 0.006633 0.008012 -0.014859 -0.015301 -0.005063 0.029185 0.002764 -0.01891 -0.023354 -0.013112 -0.031375 -0.006917 0.025276 0.004225 0.003282 -0.018887 -0.010294 -0.009018 0.001141 0.019529 -0.055915 -0.003486 0.021721 0.026479 -0.026449 -0.020885 -0.002095 0.028565 -0.028831 0.008265 -0.007187 -0.005843 -0.016289 -0.014183 0.012742 0.012456 0.01702 0.006641 0.01219 -0.010443 -0.010364 0.028566 -0.031929 -0.01384 -0.010524 -0.008102 -0.013782 0.030902 0.014748 -0.034273 -0.008082 -0.001671 -0.008971 0.021258 -0.009988 -0.008785 -0.025554 -0.014795 -1.3e-05 0.007443 -0.027951 -0.012854 -0.012753 -0.004835 -0.002842 -0.001881 -0.017016 -0.015429 0.007105 -0.019868 0.005239 0.017386 0.002306 0.027192 -0.010795 0.026754 0.020357 -0.025768 0.035346 -0.001977 0.033391 0.025223 0.013222 0.00686 -0.010515 -0.025911 -0.01561 -0.03526 0.002598 0.023992 -0.026957 0.005789 7.4e-05 -0.003204 0.025454 -0.025639 -0.047485 -0.014469 -0.038454 -0.010169 0.000748 -0.017108 0.003077 0.006212 0.007572 0.002844 0.001775 0.001779 0.019762 0.019078 0.035708 -0.034977 0.021625 -0.017903 0.004929 0.00791 -0.012662 -0.013268 0.006831 -0.005688 -0.009859 -0.015161 -9.1e-05 -0.046722 0.00015 -0.064517 -0.022303 -0.008159 0.016741 0.023036 0.029938 0.016751\nೆ 0.013059 -0.000869 -0.092762 0.065048 0.045302 0.083195 0.024364 -0.029894 -0.000197 -0.018352 0.078449 0.04919 0.01209 -0.038755 0.029044 0.007687 0.001097 -0.059349 -0.03047 -0.090158 -0.035326 0.013728 -0.030078 0.023531 0.02307 0.020547 -0.021377 0.030982 -0.044505 -0.032822 0.065505 -0.058713 -0.031115 -0.055352 0.016658 0.024313 -0.082453 0.076206 0.03029 0.051521 -0.075463 0.007339 -0.013632 -0.005195 -0.034039 -0.049704 0.079091 -0.004676 -0.012687 0.040739 -0.003762 0.095366 0.073026 -0.071697 0.048305 0.027785 -0.000426 0.040271 0.000439 0.036321 -0.068442 -0.040199 -0.007531 -0.041915 0.040782 0.0267 0.023028 0.003665 0.086134 0.028223 -0.066842 -0.005896 0.011989 0.052207 -0.096735 0.018737 -0.087734 0.018203 -0.072041 -0.049736 0.02913 -0.040833 0.009735 0.02515 -0.036345 -0.131666 0.001092 -0.003846 -0.003864 0.028031 -0.008342 0.03043 -0.02599 -0.043181 0.020347 -0.038356 -0.006323 -0.027212 0.00584 -0.031731 -0.042214 0.002297 -0.01726 -0.019984 0.041709 -0.008006 -0.015055 0.006548 0.051358 0.010755 0.063715 0.015802 0.062605 -0.009662 0.019692 -0.017559 -0.002188 -0.023873 -0.036092 -0.07772 0.046922 0.014732 0.039982 0.041489 0.047864 0.012976 -0.013263 -0.045124 -0.014561 -0.038713 -0.056227 0.000972 -0.056231 0.07931 -0.048027 0.045316 -0.020765 -0.02269 0.014514 0.070212 -0.007793 0.007555 0.007509 0.029109 -0.078716 -0.078526 0.0779 0.002977 0.021602 -0.09244 -0.011825 0.030506 0.044368 0.010117 -0.027057 0.003181 -0.004191 -0.051553 0.006393 -0.002938 -0.046737 0.000259 0.03635 0.021634 -0.029278 -0.028363 0.040602 -0.028265 0.017418 0.030205 -0.057012 -0.035275 -0.002441 0.04921 -0.015551 -0.048653 0.008584 -0.003227 -0.06289 -0.033381 0.080494 -0.002978 0.005975 0.00334 0.017696 -0.013662 -0.002192 0.028533 -0.10643 -0.001841 0.032635 0.04973 -0.076463 -0.083158 0.016266 0.050287 -0.005059 0.032465 0.003975 0.028535 -0.086413 -0.069366 0.034976 0.011486 0.017635 0.024595 0.020778 -0.03033 0.021341 0.06429 -0.067432 -0.010765 -0.014766 0.015835 0.001512 0.122584 0.002344 -0.028918 0.025879 -0.002509 -0.034646 -0.009012 -0.009237 0.015961 -0.056537 0.015599 -0.026447 0.022337 0.003318 -0.030383 -0.028543 -0.026024 0.010334 -0.064849 -0.047025 -0.002748 0.000814 -0.064922 0.067919 0.067375 0.017811 0.049004 -0.016555 0.050076 0.017072 -0.034519 0.084402 0.029864 0.067898 0.067258 0.03238 -0.00464 0.01745 -0.092488 -0.073076 -0.030115 -0.027782 0.014251 -0.0118 -0.054514 0.007682 0.00099 0.060318 0.012491 -0.030939 -0.027604 -0.044174 -0.03876 0.007921 -0.010655 0.024965 -0.031924 -0.018175 0.01489 0.016322 -0.010616 0.005182 0.057084 0.073407 -0.049793 -0.021185 -0.019634 0.017501 0.038401 -0.04627 -0.012739 0.017937 -0.00964 -0.05305 -0.028044 0.034162 -0.066572 0.024753 -0.108476 0.006407 -0.022315 0.012519 0.029533 0.014995 0.009723\nৈ 0.051336 -0.003396 -0.024789 0.034444 0.013874 0.028155 -0.011353 0.02124 -0.015793 -0.029313 0.032066 0.01042 -0.006552 -0.018992 0.011037 0.026284 -0.008411 -0.018186 0.007163 -0.039046 -0.008369 -0.016835 0.014391 0.020314 -0.003612 -0.007366 -0.054862 -0.015044 -0.022267 -0.048699 0.026423 -0.054569 -0.046747 -0.043972 0.037222 0.012291 -0.038602 0.049464 -0.00183 0.038668 -0.028604 0.027402 0.030818 -0.035022 -0.055063 0.016707 0.000256 0.018199 0.013915 -0.005935 0.016041 0.042508 0.037903 -0.050224 0.014592 0.02516 -0.029412 -0.007345 -0.019866 -0.006685 -0.049282 0.007999 -0.026613 -0.009425 -0.003831 0.032913 0.068962 -0.011042 0.050189 0.036074 -0.063423 0.019902 0.035003 0.043854 -0.029319 -0.00086 -0.035012 0.029024 -0.081103 -0.001617 -0.019669 0.000334 -0.001074 -0.012911 -0.065739 -0.032605 0.012207 0.00314 -0.039126 0.005833 -0.017449 0.006358 0.002846 -0.010045 0.055473 -0.02162 0.002042 -0.042216 -0.004136 0.02431 -0.024953 0.000156 -0.003498 -0.027405 0.00309 0.028369 -0.0258 -0.031445 0.040421 0.007392 0.04996 0.04563 0.025826 -0.046941 0.045299 0.017454 0.008758 -0.022737 -0.008094 -0.033079 0.032849 -0.011214 0.043696 0.026647 0.049136 0.042916 -0.015363 -0.051993 -0.016809 -0.040734 -0.015597 0.006339 -0.035178 0.030485 -0.021126 0.018619 -0.025477 0.010443 -0.000899 0.067086 0.008809 -0.031023 0.002076 0.034012 -0.05556 -0.076613 0.066875 0.034503 -0.035625 -0.077651 -0.017369 0.00172 0.052987 0.019027 0.012411 0.01594 -0.001151 0.008463 0.017233 0.011824 -0.056921 0.02018 0.024732 0.007883 -0.012175 -0.016381 0.027653 -0.007711 0.007472 0.044273 -0.00685 -0.026875 0.019138 0.019694 -0.025258 -0.019213 -0.011969 -0.027935 -0.061182 0.007259 0.01472 -0.060874 -0.004569 -0.015517 -0.003864 -0.031322 0.028451 0.033279 -0.01966 0.037942 -0.000915 0.011941 -0.045891 -0.054536 0.00359 0.056244 -0.011817 0.008738 0.025049 -0.015265 -0.025021 -0.004726 0.029766 0.069053 0.003664 0.039796 0.007235 0.002872 -0.003912 0.065027 -0.018448 0.025293 -0.053647 0.005919 0.008991 0.104158 0.004712 -0.027787 0.046573 -0.00208 -0.023152 0.019392 -0.009915 0.041082 -0.000228 0.011041 -0.021015 0.008737 0.002315 -0.012061 0.017532 -0.020845 -0.002697 -0.02485 -0.087455 0.001792 -0.035793 -0.038009 0.031432 -0.011832 0.019993 0.023143 -0.02488 -0.000856 0.016048 -0.000867 0.017979 -0.013356 0.005034 0.074155 0.014299 -0.006661 -0.007773 -0.042401 -0.049057 -0.045454 -0.014604 -0.002993 -0.017672 0.012647 0.009274 -0.01042 0.008078 -0.059498 -0.024916 -0.00155 -0.038069 -0.009723 0.002757 -0.006033 0.041071 0.020172 0.02382 0.012107 0.024014 0.023456 -0.022488 0.01418 0.067111 -0.063593 0.00087 -0.021209 0.011756 0.01771 0.006461 0.014263 0.032222 -0.017161 -0.039336 -0.014719 0.028629 -0.042823 0.008655 -0.078997 0.002986 0.030189 -0.016021 0.043853 0.024661 -0.00532\nǘ 0.011576 -0.017137 -0.072055 0.011494 0.001153 0.027064 0.040134 -0.007445 0.010817 0.005675 0.053078 0.00579 -0.011841 0.014268 0.003003 0.013043 0.007563 -0.024696 -0.015772 -0.033334 -0.032172 0.0184 -0.002793 0.032315 0.039424 0.015689 -0.00881 0.020331 -0.023068 -0.011984 0.056086 -0.016907 -0.018144 -0.00856 0.011502 -0.000256 -0.037161 0.045915 0.026164 0.015406 -0.035407 0.033824 0.013858 0.026799 0.008048 0.001032 0.035565 0.023007 0.006511 0.011942 0.001701 0.034604 0.057955 -0.021886 0.007052 0.015925 0.027314 0.000983 -0.00173 0.033297 0.022244 -0.025544 -6.8e-05 -0.047277 0.00582 -0.000984 0.02418 -0.004466 0.042744 0.017184 -0.04184 0.021887 0.029994 -0.003719 -0.027752 -0.026168 -0.002625 0.004028 -0.010779 -0.009595 0.010664 -0.019087 0.035201 0.001071 -0.00656 -0.033885 -0.007561 -0.037776 -0.002612 0.027066 0.014803 -0.003619 -0.005436 -0.02276 0.005973 -0.00326 -0.01276 -0.041111 0.002809 0.013823 -0.001575 -0.014026 -0.040187 -0.027308 0.011614 -0.024345 -0.027009 0.018699 0.033865 -0.012422 0.045731 0.007827 0.028337 0.006291 0.003146 0.014886 -0.015035 -0.004475 0.020331 -0.055864 0.044993 0.007005 0.047586 0.003946 -0.010811 0.005399 0.009449 -0.02109 0.006142 -0.025247 -0.000588 0.000916 -0.039612 0.046861 0.010586 0.024391 -0.041089 -0.026221 -0.007759 0.038233 -0.018524 0.012143 0.008322 0.005296 -0.02025 -0.04025 0.037514 0.017098 0.010315 -0.071548 -0.012726 0.005068 0.040411 -0.026933 -0.023466 -0.003538 0.011746 -0.027214 -0.016189 0.016847 -0.001966 -0.029826 0.0366 0.022627 -0.036093 0.002328 -0.01236 0.013215 -0.001364 0.009501 -0.033492 -0.036062 -0.004913 -0.009492 0.017994 -0.007873 0.010221 -0.028106 0.005229 -0.002685 0.026837 -0.013149 0.010356 -0.0127 0.005941 0.007573 -0.030582 0.000479 -0.036779 -0.030867 0.019833 0.00374 -0.051971 -0.036346 0.018199 0.030506 3.9e-05 0.032811 0.012096 0.032615 -0.00571 -0.019051 0.033629 0.013444 0.008708 -0.004054 -0.028907 -0.040827 0.019046 0.068631 -0.039798 0.023577 0.005748 0.020445 0.001288 0.051546 -0.019461 -0.021656 0.017313 0.012683 -0.000465 0.001223 -0.012037 0.010439 -0.035666 0.023189 -0.007607 0.018224 0.035855 -0.07399 -0.025036 0.00579 0.048088 -0.011669 0.004566 0.019794 0.001498 -0.055561 0.040328 0.002744 0.002464 0.036649 -0.012442 -0.009806 0.011612 0.004078 0.017989 0.034657 0.011975 0.013077 -0.00471 -0.007662 -0.005592 -0.037282 -0.053149 -0.034216 -0.029573 0.00096 -0.006758 -0.03044 0.005186 -0.003757 -0.003016 -0.012703 -0.015767 0.006894 0.03537 -0.023394 -0.023421 0.032447 -0.05246 -0.024347 0.004583 0.026601 -0.022191 -0.03242 0.02085 0.010319 0.057103 -0.009526 -0.025027 0.023495 -0.02269 0.023115 -0.04651 -0.002306 0.029206 -0.009507 -0.011313 -0.017453 0.007539 -0.034172 0.013541 -0.050782 0.003336 -0.017613 0.007095 -0.002067 0.011311 -0.00354\n˚ 0.271074 -0.048178 -0.083546 0.118073 0.016713 0.207779 0.261587 -0.031874 0.004344 -0.075071 0.013496 0.129535 -0.111822 0.02927 0.159795 -0.124858 0.057443 0.098459 -0.114033 -0.005005 -0.00058 -0.12125 0.069108 -0.002372 -0.027099 -0.089731 -0.010385 0.016207 -0.066213 0.157362 -0.022023 -0.02723 0.10162 -0.233828 0.086083 -0.082178 -0.048664 -0.061756 0.042474 0.132855 -0.115168 -0.068586 0.121899 0.098468 0.059913 0.017653 -0.119505 -0.037899 -0.179151 -0.068353 0.109328 0.097283 0.094802 -0.068624 -0.02488 0.044913 0.060808 0.305507 0.103756 0.037839 -0.066568 0.000564 -0.125998 0.159478 0.08648 -0.013173 0.117001 -0.070398 0.022038 -0.125916 -0.140797 0.027365 0.079101 0.027822 0.005773 -0.003744 -0.013664 0.082506 0.147021 -0.076549 0.008506 -0.010419 0.160604 -0.073988 -0.071441 0.056153 0.045203 0.132426 0.099072 0.016738 -0.041144 0.052414 0.114576 0.160171 0.054897 0.009686 -0.062473 -0.192351 0.064858 0.152427 -0.039201 -0.31265 -0.022612 -0.124473 0.102471 -0.124587 0.077919 -0.02114 -0.113779 -0.2048 0.073607 -0.070223 -0.104565 -0.02293 -0.02653 0.031569 0.043967 -0.061661 0.191968 0.011269 -0.013738 0.153832 0.094471 0.075408 -0.079184 -0.070536 0.01869 -0.063838 0.12819 -0.141461 0.042797 -0.041818 -0.019308 0.149847 0.01526 -0.028827 0.067849 -0.078981 -0.018764 -0.011967 -0.025752 -0.041348 0.18591 0.007457 -0.043753 -0.073656 -0.02497 -0.106585 0.237141 -0.130364 -0.022932 0.065268 0.006907 0.121438 -0.019881 0.068201 -0.079111 -0.003018 0.007521 0.030817 -0.002632 -0.108146 0.146182 0.21053 0.020175 -0.057546 -0.071229 0.033797 0.074694 0.056127 -0.02536 -0.07368 -0.012048 0.097834 -0.01716 -0.012783 -0.052094 -0.225808 0.030929 0.127697 0.029789 -0.009133 -0.107042 0.099256 -0.074055 0.036361 0.083196 0.130671 -0.128293 -0.012908 0.065904 -0.07957 0.088429 0.053331 0.152679 0.052278 -0.059238 0.256606 -0.12019 -0.060488 -0.062035 -0.039575 0.078285 0.230597 0.200897 -0.115738 0.079649 0.034963 0.019418 -0.186192 0.006989 0.007104 0.012917 0.037452 -0.097308 0.130939 -0.104606 0.039753 -0.020338 0.110863 0.025249 -0.051777 -0.041881 -0.024797 -0.155246 -0.05098 -0.039277 0.018065 0.176041 -0.151261 -0.084137 0.132674 0.042791 0.022352 0.034491 0.018257 0.031619 0.067786 -0.102875 0.129746 0.025115 0.034311 -0.127692 0.121926 -0.003232 0.005951 0.003996 0.042051 0.07528 0.08524 0.115985 0.016812 -0.093823 -0.071435 0.036658 0.08547 -0.023839 -0.043969 -0.137475 0.045262 -0.007096 -0.038561 -0.013274 -0.052665 0.115539 -0.229125 -0.013763 -0.002279 -0.031359 -0.015431 0.266755 -0.101681 -0.074881 0.046338 0.115955 -0.113613 0.106761 0.037879 0.270262 0.038949 0.03703 0.01015 0.137516 -0.089173 0.056491 -0.019947 0.022321 -0.082769 -0.048883 -0.042156 0.084793 0.111753 0.109991 -0.212199 0.045154 0.05026 -0.020819 0.084589 0.025492 0.055644\nብ 0.035975 0.011418 -0.049406 0.00866 0.010572 0.042098 -0.005196 -0.011716 -0.017089 -0.035994 0.038302 0.022073 0.007366 -0.035875 0.036542 -0.013872 0.003547 -0.011806 -0.000818 -0.041113 -0.016326 0.015684 0.019899 0.026054 0.021008 0.01181 -0.016788 -0.023204 -0.004434 -0.031944 0.027845 -0.030167 -0.01666 -0.037425 0.01429 0.02699 -0.027389 0.034969 -0.001172 0.011563 -0.029598 0.002814 0.006614 0.007863 -0.030917 -0.018308 0.037954 -0.001297 -0.0048 0.003342 0.011841 0.041432 0.024265 -0.018352 0.034351 0.006687 -0.012097 0.009748 -0.007687 0.010636 -0.028458 -0.024234 -0.027384 -0.026115 0.020094 0.018889 0.02587 -0.004823 0.043881 0.024919 -0.053235 -0.006349 0.028632 0.029532 -0.036977 0.006735 -0.027226 0.010283 -0.025515 -0.000281 -0.011467 -0.002658 -0.001713 0.00244 -0.020061 -0.041915 0.004624 -0.000365 -0.017003 -0.012523 -0.003099 0.035372 0.006237 -0.011745 0.019844 -0.009239 -0.005189 -0.032259 -0.016758 0.009522 -0.02673 0.005982 0.003189 -0.014971 0.016435 -0.000674 -0.014319 0.023597 0.049593 -0.016757 0.030864 0.032774 0.016322 -0.02283 0.005278 -0.001522 0.007666 0.01078 -0.020751 -0.039124 0.016061 -0.000312 0.030957 0.022112 0.044179 0.00801 -0.019683 -0.005445 -0.00215 -0.026088 -0.004342 -0.003226 -0.005494 0.020197 -0.027846 0.002639 -0.011354 0.022925 0.015867 0.045238 -0.002953 0.009951 0.016419 0.027172 -0.028332 -0.051401 0.050004 0.032769 -0.002046 -0.03742 0.001157 0.017775 0.030671 0.027273 -8.1e-05 0.005123 0.021383 -0.031541 0.026764 -0.011498 -0.024401 0.021995 0.00877 0.013884 -0.024547 -0.010519 0.028022 -0.023097 0.013556 0.016641 -0.001114 -0.012671 0.002125 0.045091 -0.000281 -0.014838 -0.010579 -0.015238 -0.041043 -0.008922 0.027362 -0.016727 0.006006 -0.026645 -0.004738 -0.039541 0.010248 0.019474 -0.033952 -0.001189 0.008773 0.038337 -0.04434 -0.037914 0.012829 0.041649 -0.021893 0.029377 0.011196 -0.00021 -0.035304 -0.031959 0.004971 0.048472 0.014658 0.009417 0.002002 -0.021919 0.012882 0.049957 -0.01627 -0.018864 -0.001098 0.021348 -0.007305 0.055548 0.002531 -0.023796 0.006971 0.004743 -0.012824 -0.004761 -0.009856 -0.002378 -0.011325 -0.002571 -0.003704 0.02244 -0.021908 -0.028503 -0.015977 0.012338 0.00923 -0.02396 -0.037173 -0.008834 -0.022588 -0.038732 0.020174 0.009769 0.001667 0.02226 -0.031145 0.012604 0.010786 -0.005933 0.031094 -0.009658 0.018485 0.020098 0.017154 0.003757 -0.001506 -0.028221 -0.013977 -0.020218 -0.013533 0.027905 -0.040488 -0.000491 -0.006325 -0.003114 0.023563 -0.025825 -0.037724 -0.004099 -0.030069 -0.021175 0.007754 -0.000987 0.011394 0.002457 0.020819 -0.005485 0.002748 -0.016126 0.012181 0.020397 0.055147 -0.047773 -0.012643 -0.034655 0.002904 0.005386 -0.00457 -0.004067 0.017528 -0.010393 -0.014745 -0.009035 0.004746 -0.038373 0.009446 -0.080277 -0.010767 0.013456 0.004429 0.02526 0.013662 0.002966\nᡩ 0.027766 0.005697 -0.057266 0.006497 -0.001128 0.035906 -0.001313 0.003328 -0.024246 -0.033169 0.035361 0.013522 -0.013987 -0.018483 0.016705 0.003196 0.007779 -0.01816 -0.016294 -0.045834 -0.023297 -0.011082 0.007184 0.003025 -0.008203 0.016818 0.020774 -0.002696 -0.012031 -0.036874 0.004042 -0.01836 -0.009221 -0.036965 -0.002358 0.011279 -0.016779 0.034629 0.005289 0.018317 -0.02692 0.001036 0.000672 -0.016411 -0.016495 -0.009669 0.0327 -0.009016 -0.012205 0.009782 -0.009136 0.048596 0.016319 -0.008145 0.031893 -0.001829 0.012936 0.021507 -0.011945 0.032151 -0.032068 -0.020214 -0.013134 0.002364 0.019155 0.00924 0.042536 -0.018035 0.027334 0.014452 -0.042583 -0.018422 0.015997 0.007611 -0.039026 0.004766 -0.027586 0.027517 -0.030151 -0.021418 0.016002 0.007142 -0.004079 0.006111 -0.021172 -0.050274 0.005385 -0.014179 -0.019163 -0.014806 -0.005162 0.024839 0.022334 -0.011455 0.026691 0.005289 0.005503 -0.030071 -0.002891 -0.008911 -0.0141 -0.016677 0.012681 -0.032008 0.010045 -0.012428 -0.016687 0.002924 0.026431 0.006898 0.028434 0.004882 0.018424 -0.01064 -0.003276 -0.012165 -0.021795 0.011746 -0.021215 -0.042793 0.018201 -0.000177 0.050223 0.012658 0.036147 0.01302 -0.020211 -0.003114 -0.01767 -0.006814 0.003657 0.004764 -0.005753 0.029887 -0.008252 0.018613 -0.029299 -0.01878 0.003628 0.03705 0.00209 -0.00108 0.013721 0.013041 -0.014959 -0.023953 0.0542 0.003746 0.01166 -0.031279 0.014232 0.003088 0.02899 0.019348 0.004667 0.010268 0.002224 -0.010815 0.011215 -0.017532 -0.022047 0.014157 0.021435 0.012497 -0.001819 -0.008634 0.006919 -0.012205 0.019198 0.025876 -0.018225 -0.022848 -0.00936 0.031101 -0.010182 -0.026079 -0.02834 -0.01303 -0.03423 -0.019341 0.029495 -0.005712 0.009328 -0.009587 -0.011591 -0.009953 -0.011112 0.022353 -0.051095 0.003929 0.016445 0.015314 -0.007066 -0.028265 0.00858 0.040024 -0.012504 0.016989 -0.011911 -0.013587 -0.021978 -0.020006 0.019742 0.024844 0.018259 0.011222 0.004166 -0.015405 -0.018368 0.029535 -0.011036 0.001684 -0.004949 0.018362 -0.008137 0.059171 0.020725 -0.023605 0.018154 -0.013542 -0.007754 0.000501 0.006566 0.02542 -0.018117 -0.013079 0.009757 -0.002765 -0.011924 -0.012357 0.002146 0.001337 -0.014579 -0.007098 -0.028652 0.01165 -0.012738 -0.014954 0.03077 0.011441 0.0016 0.014672 -0.015515 0.007581 -0.001471 -0.006486 0.021622 -0.005586 0.040389 0.044564 0.021417 0.025619 0.013434 -0.029909 -0.037984 -0.010126 0.003684 0.035519 -0.030088 -0.010307 0.016211 -0.017283 0.035369 -0.017677 -0.014966 -0.021621 -0.036262 -0.002918 0.00711 0.004792 0.017175 0.012411 0.005321 -0.012157 0.02176 0.008582 -0.006204 0.023878 0.027589 -0.045115 0.003247 -0.021919 0.009694 0.012214 -0.014579 -0.015759 0.02907 -0.022501 -0.007669 -0.027761 0.00215 -0.032348 0.022053 -0.055936 0.003593 0.007427 0.012733 0.009815 0.022379 0.012119\nի 0.033876 -0.00473 -0.038884 0.018055 0.014563 0.031422 -0.004952 -0.006534 -0.007194 -0.029534 0.035672 0.00599 -0.011664 -0.0224 0.013947 -0.008136 0.020739 -0.016912 -0.002201 -0.043227 -0.019677 0.002166 0.003794 0.015472 -0.008117 0.024824 -0.014144 -0.006088 -0.022072 -0.019945 0.019486 -0.036007 -0.011026 -0.036171 0.015534 0.014309 -0.045182 0.033296 0.011128 0.010898 -0.02669 0.009806 0.004036 0.009566 -0.028779 -0.022187 0.029602 -0.013242 0.000175 0.008974 0.005567 0.036424 0.033919 -0.038248 0.041186 0.010665 0.010235 0.026431 -0.026079 0.017009 -0.026381 -0.021694 -0.009157 -0.015509 0.01926 0.021433 0.031441 -0.018292 0.034605 0.015334 -0.040012 -0.011577 0.017218 0.014959 -0.050084 0.006308 -0.024583 0.015452 -0.040965 -0.014121 0.001878 -0.008416 -0.0143 0.006102 -0.012626 -0.039383 0.006707 0.002491 -0.012934 -0.004196 -0.008922 0.020495 0.003796 -0.002494 0.010231 -0.006776 0.006398 -0.034043 0.01133 -0.012852 -0.017496 0.003435 0.001684 -0.020634 0.024152 -0.002373 -0.018538 0.0138 0.031744 -0.00844 0.041289 0.024974 0.022428 -0.019959 0.006758 -0.004334 0.003354 -0.008494 -0.020629 -0.037634 0.02181 -0.004897 0.02382 0.022022 0.031023 0.01636 0.002167 -0.01141 -0.004348 -0.014598 -0.010709 -0.001176 -0.002405 0.028502 -0.019587 0.001726 -0.013298 -0.006262 0.018275 0.04092 0.003543 -0.007351 -0.012457 0.014919 -0.025303 -0.049989 0.042278 0.002038 -0.001259 -0.030835 0.004135 0.003286 0.025793 0.016503 -0.0001 0.002843 0.001856 -0.015008 0.009212 -0.016918 -0.019133 0.019162 0.017343 0.020923 -0.01933 -0.008634 0.014127 -0.024403 0.018691 0.00682 -0.021631 -0.021824 -0.003981 0.032187 -0.007641 -0.029027 -0.004064 -0.01713 -0.040297 -0.011351 0.032352 -0.014245 0.003627 -0.012933 -0.004898 -0.019587 0.00774 0.021281 -0.054512 8.2e-05 0.022768 0.016703 -0.033045 -0.020518 0.001385 0.041791 -0.009409 0.013442 0.008836 -0.001649 -0.024759 -0.025373 0.014188 0.01844 0.008541 0.017578 0.004921 -0.006624 0.009754 0.029708 -0.018734 -0.00147 -0.016399 0.015108 -0.001506 0.059564 0.00117 -0.02026 0.017427 -0.005553 -0.002806 0.012069 -0.004518 0.00474 -0.018748 -0.022499 0.009182 0.01258 -0.001118 -0.016165 -0.007104 -0.003138 0.000376 -0.002495 -0.02784 -0.006388 -0.014159 -0.031556 0.014263 0.016039 0.010077 0.008215 -0.028833 0.007538 0.007388 -0.003058 0.029301 0.001353 0.047387 0.043175 0.023688 0.007488 0.000557 -0.029439 -0.031599 -0.025706 -0.009878 0.023757 -0.027573 -0.011303 0.009949 -0.002494 0.02837 -0.030506 -0.033344 -0.009668 -0.023715 -0.027752 0.007471 -0.003498 0.024275 -0.001175 0.011543 -0.017297 0.010455 -0.000167 -0.004357 0.017404 0.0372 -0.047662 -0.000155 -0.013987 0.017288 0.021293 -0.016351 -0.005345 0.007948 -0.008255 -0.014716 -0.011533 0.005119 -0.03411 0.002139 -0.046965 -0.008489 0.012289 0.027078 0.012585 0.015152 0.001829\nî 0.027389 0.000534 -0.045285 0.022256 0.010492 0.039228 0.004735 -0.014746 -0.01378 -0.024581 0.025593 0.011842 -0.000552 -0.033656 0.032422 0.003096 -0.007902 -0.024496 -0.027278 -0.031536 -0.007748 -0.005204 0.000563 0.018031 -0.004058 0.024779 0.003645 -0.009347 -0.004784 -0.032804 0.015691 -0.029736 -0.029508 -0.050412 0.006738 0.026958 -0.030775 0.039025 0.016839 0.026674 -0.023116 0.005575 0.016437 0.013085 -0.029139 -0.020363 0.030829 0.0004 -0.005574 0.005602 -0.00468 0.05774 0.017994 -0.036318 0.034027 0.008965 -0.007232 0.016862 0.009111 0.02324 -0.008933 -0.020417 -0.025038 -0.016426 0.009563 0.011004 0.029051 -0.021814 0.020265 0.014447 -0.031718 -0.00842 0.023948 0.002727 -0.03349 -0.014468 -0.035083 0.015806 -0.018617 -0.019923 0.017949 -0.012961 -0.009861 0.017705 -0.023905 -0.053273 0.00619 0.009284 -0.019715 -0.013513 -0.014279 0.044657 0.013034 -0.006388 0.012414 -0.014195 0.001039 -0.027936 -0.00402 0.0067 -0.026954 -0.009971 0.002519 -0.035805 0.002997 -0.013715 -0.021736 0.004514 0.034788 0.00052 0.022019 -0.000131 0.017627 -0.017947 0.005031 0.006478 -0.01765 0.012825 -0.003213 -0.04238 0.0203 -0.005998 0.043892 0.016143 0.010595 0.008851 -0.009513 -0.026457 -0.012996 -0.014351 -0.019023 -0.007141 -0.002882 0.023435 -0.019924 0.022678 -0.009525 -0.006424 0.0049 0.055644 -0.024114 -0.014672 0.026531 0.01631 -0.032859 -0.045601 0.034788 -0.008921 0.010079 -0.036641 0.014874 0.005462 0.011511 0.0244 0.001305 0.004293 -0.005723 -0.03767 0.010721 -0.017206 -0.006735 0.007727 0.026934 0.018017 -0.000442 -0.007187 0.024103 -0.040042 0.008322 0.026695 -0.035371 -0.021227 0.00691 0.040373 -0.015157 -0.030598 -0.014614 -0.011545 -0.036336 -0.004432 0.033645 -0.023253 -0.011024 -0.010462 -0.014494 -0.012904 0.006365 0.006603 -0.049389 -0.001543 0.001642 0.037687 -0.038475 -0.040522 0.001938 0.032522 -0.007343 0.017516 0.003938 0.011127 -0.026075 -0.017459 0.008744 0.021655 0.002149 0.004495 -0.000118 -0.010569 -0.025292 0.016065 -0.032556 -0.001964 -0.010289 0.013859 0.006897 0.064271 -0.011893 -0.026306 0.000396 0.015196 -0.016325 0.012196 -0.011405 -0.007324 -0.008454 -0.003011 -0.012052 0.025222 -0.020585 -0.026262 -0.001781 -3.5e-05 -0.007678 -0.038658 -0.036637 0.003336 -0.010669 -0.042544 0.015177 0.015428 0.004933 0.026837 0.000477 0.016732 0.00476 0.004804 0.034951 0.00139 0.03022 0.028638 0.010106 0.012229 0.00192 -0.04493 -0.025958 -0.015696 -0.000431 -0.002012 -0.003736 -0.020553 0.008493 -0.016347 0.017672 -0.020914 -0.017857 -0.010219 -0.028165 -0.005894 0.018507 -0.014471 0.016344 0.000973 0.025842 -0.006226 0.007975 -0.012735 0.01234 0.025563 0.05297 -0.052925 -0.013037 -0.031249 0.007009 0.007868 -0.029114 -0.017313 0.02085 -0.000733 -0.023277 -0.016115 -0.004866 -0.049134 0.02219 -0.063129 -0.008559 0.003325 0.016551 0.013401 0.037963 -0.001437\nᵻ 0.030676 -0.017496 -0.078624 0.034416 0.011551 0.043709 0.033196 0.005836 0.000812 -0.018529 0.065869 2e-05 -0.000947 -0.025168 0.025277 0.000397 0.013641 -0.038253 0.009698 -0.053632 -0.035691 0.014342 -0.003278 0.028908 0.015677 0.016169 0.005261 0.012538 -0.027382 -0.018177 0.052938 -0.038684 -0.022293 -0.001359 0.013311 0.002689 -0.031522 0.054965 0.0294 0.026562 -0.049417 0.023156 0.006513 0.022508 -0.022825 -0.038152 0.035569 0.013713 0.005088 0.014065 -0.006299 0.05177 0.052671 -0.031395 0.047106 0.007479 -0.00847 0.043696 -0.019607 0.025312 -0.016457 -0.028132 -0.007795 -0.020121 0.017011 0.016939 0.045641 -0.029597 0.041919 0.037755 -0.030083 0.002909 0.023612 0.009888 -0.060295 -0.018584 -0.02808 0.030516 -0.039928 -0.030691 0.015863 -0.012735 0.021001 0.013132 -0.041307 -0.075178 -0.00553 -0.012015 -0.01073 0.018927 -0.020517 0.021137 -0.010189 -0.019295 0.006994 -0.002381 -0.021869 -0.049254 0.001241 -0.017206 -0.018185 0.006384 -0.012288 -0.03399 0.006246 -0.03707 -0.040711 0.002968 0.022469 -0.025247 0.05618 0.018147 0.022233 -0.001185 0.017969 -0.004492 -0.031026 0.003006 0.002903 -0.060782 0.046883 -0.002096 0.031824 0.025457 0.020262 0.017794 -0.002806 -0.015289 -0.016702 -0.023126 -0.015338 0.005491 -0.02718 0.043824 -0.002184 0.024877 -0.04536 0.00294 0.00789 0.05872 -0.003327 0.005824 0.021845 0.035146 -0.04757 -0.037987 0.056552 0.019085 -0.000906 -0.074604 -0.00258 0.019108 0.041102 0.002664 -0.020844 -0.021625 0.015474 -0.022801 0.001905 -0.001544 -0.016938 -0.009241 0.0418 0.013431 -0.022651 0.004393 0.016001 -0.033346 0.025689 0.039095 -0.054949 -0.02935 -0.025274 0.043141 -0.019296 -0.029017 -0.0071 -0.042365 -0.012749 -0.023197 0.042106 -0.015268 -0.003156 -0.019746 -0.025101 -0.004197 -0.013357 0.011609 -0.053553 -0.005581 0.037197 0.036389 -0.041355 -0.038541 0.01633 0.05046 -0.000258 -0.002364 0.005631 0.007673 -0.014032 -0.054446 0.030676 0.01266 0.000381 0.004108 0.000531 -0.034932 0.00838 0.043758 -0.033914 0.000501 0.000696 0.018036 -0.011292 0.071828 0.028581 -0.011415 0.034975 0.002837 -0.002024 0.005593 -0.026547 0.008901 -0.032038 0.007112 -0.003665 0.001835 0.029467 -0.050217 -4e-05 0.001399 -0.000578 -0.021832 -0.015147 0.00159 -0.021516 -0.060257 0.044827 0.01403 -0.018843 0.045324 -0.030258 0.016189 0.013562 -0.01081 0.039358 0.00632 0.035732 0.060379 0.030484 0.019255 0.00209 -0.036427 -0.044738 -0.035231 -0.015818 0.006826 -0.026488 -0.018679 0.012204 -0.006364 0.027217 -0.007118 -0.01372 -0.031942 -0.019016 -0.001159 -0.005641 0.015476 0.004098 -0.035896 0.00633 -0.004119 0.015147 -0.014541 0.019266 0.015106 0.051494 -0.012512 -0.02435 -0.020058 0.017942 0.026223 -0.039146 -0.008883 0.030756 -0.026563 -0.026858 -0.033356 -0.001099 -0.033952 0.010319 -0.064056 -0.014587 -0.015463 0.02701 0.010152 0.008804 -0.013795\nށ 0.010951 0.008637 -0.057964 0.010117 -0.001859 0.055076 0.021899 -0.016074 -0.005314 -0.033727 0.02207 -4.4e-05 -0.030647 -0.01869 0.014979 -0.001318 0.000241 0.007941 -0.010911 -0.078261 -0.0162 0.012955 0.024168 0.022648 0.013761 -0.008063 0.014969 0.005792 -0.029985 -0.01591 -0.004575 -0.030914 -0.011399 -0.064442 0.01121 0.007825 -0.024341 0.038985 -0.004202 0.040767 -0.038828 0.016886 0.004061 0.006254 -0.042858 -0.037148 0.02741 -0.00239 0.022769 0.023484 0.001822 0.023061 0.035374 -0.031949 0.023209 0.004628 0.010746 0.016891 0.011132 0.021449 -0.020466 -0.032782 0.007394 -0.021963 0.011324 0.006835 0.045642 0.005607 0.052327 0.018385 -0.059772 -0.029944 0.021691 0.030715 -0.034013 0.008063 -0.013266 -0.005758 -0.040789 -0.011233 -0.014938 0.006004 0.018411 -0.023839 -0.037866 -0.057256 0.004137 -0.041965 0.011724 -0.015279 -0.031956 0.022528 0.037547 -0.024741 0.021485 0.000192 -0.003714 -0.010607 -0.00079 0.005349 -0.031567 0.008007 0.001631 -0.024733 0.020312 -0.011639 0.00135 0.013223 0.049146 -0.012131 0.007676 0.032471 0.014596 -0.030637 -0.000752 -0.022055 -0.006824 0.024745 -0.026833 -0.03615 0.040245 -0.017311 0.039973 0.037632 0.02512 0.021082 -0.037025 -0.002522 -0.017619 -0.024373 -0.011393 0.015096 -0.012687 0.036563 -0.052254 0.018585 -0.03221 0.024001 0.001821 0.032728 0.011209 -0.026777 0.026733 0.013792 -0.017633 -0.036965 0.03776 0.028894 -0.007027 -0.063513 0.029733 -0.021828 0.0539 0.032167 0.005361 0.000883 0.043196 -0.037149 0.002714 -0.030532 -0.022724 0.003757 0.009292 0.019149 0.002355 0.00562 0.030801 -0.019848 0.010155 -0.001102 -0.030805 -0.021028 -0.01152 0.024692 0.005118 -0.010467 -0.01399 -0.01043 -0.039707 0.005707 0.055099 -0.010616 -0.001638 -0.021227 0.005718 -0.017837 -0.022755 0.027235 -0.05102 0.003548 0.012846 0.016312 -0.029895 -0.0272 0.014144 0.014449 0.016467 0.012979 -0.012308 -0.003237 -0.017161 -0.021435 0.019942 0.044635 0.01753 0.004106 -0.007429 -0.021645 -0.021914 0.056821 -0.010489 0.002102 -0.017669 0.02853 0.016744 0.05692 0.013414 -0.006759 0.027929 -0.005536 -0.009734 0.04059 -0.014756 -0.013274 -0.035011 0.004271 0.007583 0.030084 -0.019437 -0.021532 -0.007252 -0.014152 -0.008797 -0.006484 -0.04659 -0.025605 -0.008964 -0.0324 0.016578 0.020697 0.020849 0.027086 -0.026204 0.000511 -0.006582 0.00923 0.014227 -0.005063 0.034861 0.016316 0.024973 -0.004402 -0.019977 -0.025727 -0.007904 -0.018862 0.010457 0.016518 -0.026049 0.003156 -0.011928 -0.011449 0.014387 -0.040173 -0.042218 -0.020634 -0.050226 -0.013833 -0.00543 0.021153 0.061339 0.017654 0.031336 -0.00136 0.010328 -0.000191 -0.021447 0.004798 0.038025 -0.058589 0.002797 -0.010306 0.003126 0.052504 -0.018774 -0.026399 0.009686 -0.001691 -0.005765 -0.032515 0.023839 -0.042681 0.015764 -0.052089 0.01585 0.017789 0.026056 0.02559 0.000417 0.028877\nʃ 0.006341 0.003471 -0.028748 0.01132 0.012264 0.036208 0.024126 -0.006189 -0.013336 -0.026036 0.045295 0.01158 -0.011918 -0.014068 0.034109 -0.009051 0.006564 -0.018063 0.007098 -0.032132 -0.010295 -0.004806 -0.025572 0.012776 0.003569 0.003757 -0.015453 -0.004414 -0.008671 -0.033613 0.029991 -0.028293 -0.021169 -0.018509 -0.004277 0.012609 -0.023871 0.037106 0.015215 0.0067 -0.035671 0.028727 0.009037 0.017056 -0.005574 -0.013049 0.024063 0.006227 -0.00457 0.001947 0.004097 0.050338 0.023558 -0.031793 0.036454 0.013019 0.002492 0.027907 -0.011454 0.024154 -0.034717 -0.025348 -0.017195 0.001557 0.00387 0.021822 0.048553 -0.029101 0.021746 0.031107 -0.034974 -0.009497 0.008964 0.020615 -0.030218 -0.008199 -0.01097 0.009482 -0.021834 -0.009141 0.02059 -0.010516 -0.010359 0.015023 -0.020686 -0.059821 0.014127 -0.006303 -0.001549 0.013316 -0.007041 0.014969 0.005286 -0.002113 0.006157 -0.026061 0.005307 -0.038183 -0.024612 -0.009995 -0.032817 -0.007696 -0.007808 -0.025215 0.011266 -0.006589 -0.01532 0.006516 0.011124 -0.008759 0.053534 0.005879 0.019363 0.003017 0.01138 -0.007154 -0.020968 -0.009904 -0.023408 -0.023896 0.03133 -0.004393 0.023503 0.011632 0.019999 -0.00449 0.009145 0.010707 -0.014114 -0.009648 0.010763 0.016648 -0.007942 0.031534 -0.008579 0.008269 -0.027963 0.017237 0.008108 0.039919 0.000541 -0.001872 0.010738 0.018151 -0.018344 -0.047129 0.037664 -0.005082 0.012286 -0.048585 0.021235 0.011112 0.034256 0.025281 0.000473 0.002584 -0.006955 -0.030859 0.016438 -0.007783 -0.026634 0.012416 0.030873 0.002049 -0.013419 -0.016118 0.019086 -0.01182 0.012696 0.046703 -0.026916 -0.023163 -0.005079 0.016523 0.004913 -0.019413 -0.000221 -0.013378 -0.038378 0.00228 0.035338 -0.004184 0.009361 -0.000436 -0.024459 -0.025719 -0.004251 0.014167 -0.026102 0.000669 0.016867 0.026463 -0.030547 -0.03619 -0.00257 0.035861 -0.024377 0.013185 0.007325 -0.005004 -0.03013 -0.020643 0.022624 0.024028 0.021799 -0.005521 -0.003206 -0.034246 -0.005662 0.025617 -0.019215 0.002347 -0.00417 0.027717 0.005012 0.028969 0.000198 -0.009978 0.015745 0.002001 -0.013225 -0.010868 0.003928 0.013622 -0.026705 0.007339 -0.003367 0.004948 0.016948 -0.013004 -0.010421 0.006409 -0.002369 -0.03617 -0.016948 0.008859 -0.015828 -0.016921 0.013899 0.008486 0.004547 0.024457 -0.016893 0.017131 -0.002339 -0.015535 0.025163 0.018782 0.031466 0.037543 0.00898 0.009426 -0.019759 -0.025858 -0.025228 -0.011677 -0.017604 0.008372 -0.022906 -0.003444 0.00831 -0.010428 0.013161 -0.016691 -0.012118 -0.012336 -0.027616 0.009185 -0.004696 0.006317 0.002811 -0.008906 0.015538 -0.001079 0.01789 -0.003044 0.011314 0.016758 0.029073 -0.032788 -0.003413 0.001664 0.017147 0.020511 0.011118 -0.008255 0.017581 -0.005713 -0.018976 -0.0221 0.000704 -0.024551 0.00458 -0.044227 -0.017589 0.004992 0.007452 -0.003954 0.00078 -0.027243\nƅ 0.032583 0.006216 -0.043248 0.032649 0.015842 0.042758 0.002195 -0.002537 -0.018372 -0.01875 0.047823 -0.011516 -0.002094 -0.038305 0.027367 -0.022217 0.004631 -0.021332 -0.011943 -0.046811 -0.00431 0.005115 0.00501 0.0025 0.021374 0.027921 0.00584 -0.004333 -0.020206 -0.025543 0.043879 -0.010852 -0.045104 -0.026377 0.009783 -0.007514 -0.043604 0.038178 0.028237 0.022712 -0.040975 0.032553 0.003247 -0.002113 -0.004581 -0.012445 0.029978 -0.001878 -0.018908 0.019713 -0.001372 0.032458 0.013008 -0.018942 0.041799 0.009917 0.012773 0.017697 0.00518 0.047388 -0.020819 -0.01626 -0.014035 -0.019065 0.01134 0.009332 0.040328 -0.02613 0.040847 0.031996 -0.06997 0.00109 0.015657 0.009988 -0.027719 -0.007557 -0.029986 0.014548 -0.028117 -0.006423 0.000139 -0.014733 0.008518 0.032075 -0.016685 -0.066309 0.010727 0.003993 0.006929 -0.006383 -0.012248 0.018713 -0.007984 -0.028096 0.014162 -0.006493 0.002747 -0.035166 -0.014548 -0.019525 -0.005005 -0.012503 -0.017149 -0.023541 0.013456 -0.033263 -0.016246 -0.000694 0.023505 -0.010625 0.061634 0.009363 0.022145 0.003661 0.004749 0.001068 -0.018775 0.015049 -0.01241 -0.031789 0.037996 -0.001183 0.0543 0.035113 0.033828 -0.000954 -0.004431 -0.007137 -0.020341 -0.034874 -0.039296 0.00942 -0.029154 0.030404 0.002572 0.019746 -0.027394 -0.010556 0.001105 0.036412 -0.008021 -0.024175 0.029181 0.020412 -0.048491 -0.04666 0.063303 0.029776 0.013088 -0.053599 0.012909 0.029406 0.046579 0.003069 -0.00946 0.010015 0.031187 -0.04208 0.022317 -0.003382 -0.021664 0.009008 0.045178 0.006683 -0.010945 -0.005176 0.010793 -0.018398 0.02697 0.01974 -0.06063 -0.027228 -0.010453 0.032013 0.021856 -0.030184 0.007475 -0.016608 -0.025765 -0.011171 0.028749 -0.019997 0.003503 -0.015799 -0.018135 -0.001744 0.019404 0.009304 -0.04872 0.002764 0.044776 0.034774 -0.030005 -0.023795 0.023978 0.041529 -0.014962 0.019479 0.005884 0.026228 -0.03962 -0.015046 0.01507 0.01609 -0.005968 0.014722 0.010837 -0.02618 0.000525 0.044486 -0.011713 0.001682 0.024397 0.020851 0.012524 0.060174 0.005319 -0.015803 0.016616 0.004542 0.000894 -0.000585 -0.025349 0.006219 -0.034799 0.006051 -0.004868 0.015408 0.012868 -0.031026 -0.011471 -0.008854 0.000619 0.00584 -0.034923 0.013572 -0.015709 -0.030529 0.037823 0.01874 -0.001395 0.002594 -0.042538 0.032621 -0.002454 -0.016883 0.037216 -0.014551 0.028083 0.051942 0.024251 0.021717 -0.007672 -0.036881 -0.035485 -0.028294 -0.021774 -0.000941 -0.032601 -0.017303 0.009003 -0.010898 0.023234 0.000205 -0.03387 -0.011506 -0.015495 -0.029428 0.010017 -0.01318 0.017175 -0.021746 0.020874 -0.008296 0.003968 -0.013908 0.014248 0.033895 0.051641 -0.042341 -0.009047 -0.009454 0.02064 0.02128 -0.028088 -0.012851 0.041126 -0.017505 -0.017487 -0.018809 0.016501 -0.03726 0.014663 -0.063216 0.004112 0.011754 0.0145 0.014074 0.019274 -0.005456\nҗ 0.055769 0.034911 -0.051275 0.039017 0.016453 0.049398 -0.032691 -0.038076 -0.025943 -0.04255 0.071583 0.00566 -0.021361 -0.042549 0.028543 -0.047799 -0.018582 -0.017901 -0.010258 -0.07617 -0.004749 -0.024155 0.011874 -0.011297 -0.017845 0.062957 -0.004143 -0.016163 -0.020031 -0.041537 0.035672 -0.058068 -0.041435 -0.045162 0.011171 -0.005511 -0.064403 0.066582 0.013212 0.017908 -0.037244 -0.014642 -0.028322 0.008919 -0.032677 -0.007557 0.045096 -0.034814 0.001731 0.008905 0.0126 0.027525 0.073638 -0.04782 0.065066 0.002423 -0.006841 0.050076 -0.025003 0.037721 -0.032544 -0.073029 -0.017985 -0.020972 0.046428 0.030483 0.014548 -0.029619 0.040078 0.027818 -0.090728 -0.003266 0.029556 0.016787 -0.034652 0.034641 -0.037306 0.01769 -0.074131 0.009379 0.001868 -0.003729 0.014202 0.041331 -0.019403 -0.058636 0.028675 0.043917 0.017352 -0.017856 -0.021918 0.025369 0.025247 -0.015156 0.015472 0.016475 0.000408 -0.049819 -0.007062 -0.004695 -0.048953 0.026518 -0.004032 -0.04429 0.033098 -0.002032 -0.059475 0.015114 0.055646 -0.015143 0.078047 0.055757 0.030113 -0.017116 0.016048 -0.001223 -0.021564 0.048387 -0.014837 -0.078121 0.026431 0.0095 0.023869 0.043145 0.042695 -0.004818 0.013792 -0.038747 -0.014222 -0.005858 -0.027961 0.003941 0.017664 0.026781 -0.025459 0.00624 -0.028651 0.034652 -0.00611 0.094266 0.003258 -0.005516 0.014053 0.018992 -0.045887 -0.062248 0.051581 0.019131 -0.013271 -0.020568 0.009329 0.043379 0.054311 0.035565 -0.02773 0.00575 0.028147 -0.025106 -0.01165 -0.039316 -0.009326 0.05059 0.015341 0.019291 -0.034394 -0.012045 0.016819 -0.058804 0.038505 0.047906 -0.055531 -0.015682 -0.002491 0.053641 -0.017267 -0.015878 -0.01133 -0.025146 -0.036661 -0.020613 0.031935 -0.039732 -0.001922 -0.002414 -0.020575 -0.042401 0.028268 0.000918 -0.07812 0.010192 0.032333 0.028254 -0.023123 -0.02425 -0.001949 0.045493 -0.064064 0.027155 -0.000782 -0.003032 -0.055367 -0.074683 0.002928 0.037915 0.007343 0.028132 0.059181 -0.040976 0.000691 0.02264 -0.032962 -0.037479 0.00245 -0.011233 0.041418 0.095683 0.024557 -0.018101 0.035327 0.029374 -0.00317 -0.0053 -0.009397 -0.025238 -0.024487 -0.02605 -0.001886 0.001068 -0.033583 -0.005941 -0.054597 -0.004567 0.026638 -0.039041 -0.019754 0.007249 -0.029682 -0.069227 0.071635 0.012789 -0.027585 0.019662 -0.051185 0.014526 0.010796 -0.011879 0.099768 -0.016151 0.080426 0.063381 0.033959 0.016658 -0.001885 -0.053604 -0.066383 -0.013106 -0.00471 0.036375 -0.0541 -0.017546 -0.009825 -0.024039 0.046102 -0.006144 0.0249 -0.034239 -0.043761 -0.028316 -0.007012 0.00176 0.043473 -0.017931 0.011922 -0.024189 0.027569 0.037905 0.074405 0.005622 0.056835 -0.045747 -0.013143 -0.012204 0.019541 0.018949 -0.031142 -0.021879 0.046849 -0.003334 -0.039449 0.030603 -0.012429 -0.029237 0.018061 -0.080157 -0.020869 0.028328 0.005842 0.020976 0.021321 0.006294\nປ 0.034498 0.000189 -0.04664 0.032999 0.014481 0.039608 0.014291 0.003536 -0.018275 -0.034059 0.029991 0.007882 -0.01094 -0.028664 0.037227 0.001126 0.005216 -0.03398 -0.007549 -0.041161 -0.020139 0.003602 0.008505 0.009212 0.004859 0.021989 -0.020726 -0.009168 -0.015782 -0.030036 0.025547 -0.028684 -0.025074 -0.052643 0.011787 0.018434 -0.03967 0.047535 0.006652 0.027191 -0.027096 0.013629 -0.005994 0.002731 -0.029532 -0.031757 0.041538 -0.000949 0.001917 0.017996 0.009508 0.060503 0.032912 -0.040337 0.045166 0.011493 -0.001884 0.023086 -0.011987 0.03059 -0.033122 -0.032344 -0.014089 -0.019321 0.014507 0.024262 0.04354 -0.015392 0.040442 0.019688 -0.065896 -0.009502 0.027329 0.02333 -0.055247 0.003054 -0.039944 0.024802 -0.035614 -0.014579 0.022016 -0.001406 0.001832 0.022427 -0.022844 -0.070615 0.008222 -0.003008 -0.024062 -0.011851 -0.004081 0.02556 0.011892 -0.023894 0.014527 -0.007918 0.001417 -0.044353 0.003916 -0.005138 -0.018942 0.004672 -0.007783 -0.035561 0.015947 -0.00063 -0.01398 0.008722 0.036806 -0.008248 0.047836 0.024888 0.034892 -0.011972 0.009796 0.001457 -0.008319 -0.000322 -0.010426 -0.050067 0.031087 -0.001331 0.05483 0.026272 0.036941 0.023981 -0.012004 -0.009571 -0.019131 -0.0243 -0.01427 -0.006666 -0.01842 0.037108 -0.031736 0.015673 -0.034728 0.002151 -0.003528 0.055987 -0.001373 -0.006938 0.010261 0.02836 -0.040776 -0.052495 0.056217 0.007623 0.001119 -0.049907 0.007633 0.016026 0.040304 0.025167 -0.004741 0.012638 -0.001651 -0.022239 0.018107 -0.026374 -0.012191 0.018276 0.033129 0.016255 -0.011038 -0.019067 0.023155 -0.021855 0.027485 0.017264 -0.024398 -0.032248 -0.013643 0.042821 -0.027236 -0.034003 -0.010434 -0.011377 -0.044514 -0.02817 0.038018 -0.013758 0.006933 -0.007677 -0.000925 -0.012587 0.004042 0.020117 -0.063016 0.005795 0.008085 0.037167 -0.037879 -0.043775 0.005773 0.048026 -0.027613 0.01655 0.004981 0.009753 -0.040112 -0.03048 0.022851 0.026905 0.012597 0.024297 0.019598 -0.005184 -0.007281 0.052121 -0.027596 -0.002179 -0.006059 0.012997 -0.000439 0.077642 0.007102 -0.033004 0.007203 -0.00278 -0.010005 0.009223 -0.009177 0.008045 -0.020822 -0.006926 -0.003532 0.020521 -0.012934 -0.036578 -0.002401 0.002656 -0.006 -0.026907 -0.041878 -0.000407 -0.016586 -0.036531 0.037474 0.030653 0.010825 0.033748 -0.03251 0.015378 -0.004566 -0.015786 0.05434 -0.011644 0.045696 0.067357 0.031313 0.008923 -5.6e-05 -0.044241 -0.042288 -0.025819 -0.000778 0.021375 -0.029859 -0.019468 0.009326 -0.006363 0.037573 -0.028024 -0.037584 -0.024976 -0.043907 -0.015455 0.011214 0.004543 0.023736 0.002588 0.008452 -0.005394 0.013635 0.005922 -0.001159 0.015757 0.043801 -0.053973 0.003459 -0.019759 0.01624 0.018763 -0.026619 -0.008545 0.011424 -0.014675 -0.019394 -0.024892 0.004442 -0.053049 0.016107 -0.075506 -0.016713 0.004331 0.020067 0.027895 0.022991 -0.005014\nజ 0.009859 -0.015566 -0.071582 0.011755 0.054089 0.050529 -0.0208 0.005601 -0.038945 0.000216 0.030461 -0.039438 -0.006448 -0.019545 0.014874 0.016912 -0.003162 -0.04931 -0.032439 -0.046428 -0.035791 0.016807 -0.037061 0.029553 -0.001771 0.060709 -0.026107 -0.027921 -0.035456 -0.016323 0.005002 -0.025177 0.017158 -0.018891 0.006012 0.021427 -0.074343 0.028878 0.043806 0.024221 -0.032415 0.016342 0.00252 0.012555 0.018611 0.007698 0.001218 0.009637 -0.002016 -0.00043 0.004413 0.035192 0.001358 -0.036433 0.04383 0.001132 -0.024012 0.039301 -0.006325 0.040457 -0.038956 -0.050001 -0.035087 0.008115 -0.033746 0.003049 -0.021952 -0.037978 0.020685 0.013495 -0.08293 -0.004674 -0.002948 -0.000597 -0.018779 -0.007359 -0.009317 0.030862 -0.065957 -0.015446 0.009549 0.027776 -0.013447 0.051088 -0.006685 -0.057087 -0.019861 0.037717 -0.026313 -0.000225 0.007311 0.033963 0.028372 -0.005508 0.004164 0.028236 -0.021463 -0.003683 0.017197 -0.023788 -0.034707 -0.00355 -0.008828 -0.051575 0.01617 -0.007182 -0.012782 -0.007982 0.023777 -0.039894 0.049464 -0.01819 0.039425 0.00192 0.011855 0.014138 0.009801 -0.019593 0.02318 -0.04957 0.034993 0.03648 0.045855 0.047845 0.027271 0.037534 -0.008851 -0.011681 -0.016453 -0.001792 -0.009608 -0.004275 -0.024643 0.023979 -0.00055 0.01705 -0.047877 0.029347 -0.002486 0.026773 0.025697 -0.002135 0.030928 0.021586 -0.031407 -0.056034 0.060445 -0.0181 -0.011956 -0.044038 0.012466 0.019635 0.017911 0.070362 0.006324 -0.00048 -0.010051 -0.032961 0.027176 -0.045147 -0.002754 0.02843 0.034542 -0.01567 -0.047704 -0.032494 0.02631 -0.043975 0.001438 0.02733 -0.023111 -0.032433 -0.002525 0.044873 -0.032282 -0.005167 0.048215 -0.002218 -0.028619 -0.005136 0.00193 -0.036502 0.027007 0.001474 0.002908 -0.006632 0.008472 0.036077 -0.061995 -0.002192 0.00798 0.006888 -0.069803 -0.063906 0.009982 0.018286 -0.035719 0.011451 0.006454 0.039257 -0.05318 -0.041895 0.00794 0.022618 0.022331 -0.004137 0.05031 -0.0084 -0.011195 0.050538 -0.040075 -0.013564 -0.021464 0.032171 -5e-05 0.115358 -0.018511 -0.031801 0.002731 0.020761 0.024716 0.018166 -0.013436 0.033382 -0.004357 0.006696 0.036708 0.012429 0.00482 -0.052939 -0.045885 0.010027 -0.007848 -0.054801 -0.00547 0.00284 -0.014124 -0.000668 0.000424 -0.007145 -0.000317 0.047263 -0.041075 0.016501 0.020977 0.018497 0.054477 -0.014865 0.063866 0.052063 -0.031801 -0.011011 0.000578 -0.021023 -0.037518 0.000334 0.010828 -0.006645 -0.04674 -0.060874 0.018026 -0.036091 0.045285 -0.024464 0.006931 -0.02866 -0.014419 -0.0192 -0.003339 0.002295 0.004303 -0.033664 0.001967 0.010257 0.026608 -0.037067 -0.001901 0.008993 0.024406 -0.077966 -0.012488 -0.029002 0.044502 0.016452 -0.073258 -0.032968 -0.005621 0.00209 -0.059269 -0.011616 0.046976 -0.036631 0.017033 -0.032214 -0.048918 0.02968 0.001736 -0.018901 0.032006 0.014666\nឡ 0.033414 -0.010851 -0.02977 0.021752 0.011645 0.042839 0.02509 0.017092 -0.014987 -0.023093 0.016621 -0.013656 -0.009757 -0.017176 0.009886 0.011385 0.024374 -0.034871 -0.001921 -0.03523 -0.036722 0.012624 0.010509 0.021029 -0.005577 0.004473 -0.0033 -0.013583 -0.020376 -0.028452 0.037651 -0.025807 -0.005089 -0.026464 0.011696 0.005368 -0.009343 0.057081 0.001539 0.031757 -0.020811 0.033007 -0.022547 -0.007056 -0.031388 -0.036751 0.006894 0.001667 -0.001767 0.008204 0.002779 0.0476 0.036471 -0.02913 0.029213 0.006255 0.021639 0.026444 -0.004037 0.030754 -0.036851 -0.018173 0.001435 -0.011786 -0.006796 0.022023 0.039769 -0.034161 0.037182 0.003 -0.05412 -0.001904 0.022264 0.015884 -0.040979 0.004477 -0.027199 0.025545 -0.02951 -0.018142 0.032421 0.020815 0.013747 0.017448 -0.018935 -0.057753 0.031828 -0.007111 -0.010575 0.01796 0.002751 0.016584 0.038366 -0.001983 0.01274 0.008305 0.002948 -0.038607 0.015371 -0.020711 -0.015317 -0.000144 -0.003391 -0.033802 0.003157 0.005201 -0.019502 -0.021906 0.038081 -0.01054 0.024496 -0.004682 0.005209 -0.025035 -0.004144 -0.005628 0.004703 -0.015015 -0.029392 -0.043979 0.040091 -0.000497 0.060191 -0.006133 0.01251 0.022307 -0.005088 -0.03878 -0.021451 -0.019775 -0.007916 -0.009161 -0.025112 0.024093 -0.036852 0.024092 -0.037877 -0.012392 0.015308 0.038388 -0.023362 -0.00591 -0.008023 0.030114 -0.052939 -0.019047 0.046067 -0.005234 -0.006975 -0.021679 0.005224 0.008878 0.004727 -0.016782 0.01672 0.003045 -0.013173 -0.015965 -0.003387 -0.033677 -0.008368 0.023986 0.030379 0.034734 -0.025658 -0.008813 0.035216 -0.014203 0.027621 0.018994 -0.035094 -0.030182 -0.015716 0.030315 -0.008713 -0.02836 -0.018071 -0.004251 -0.047932 -0.001936 0.033508 -0.003018 -0.00501 -0.023309 0.006266 0.01653 0.023067 0.017101 -0.047855 0.011268 0.009107 0.036642 -0.02007 -0.024139 0.024613 0.049159 -0.033304 0.01791 0.010199 0.003171 0.005006 -0.02462 0.013592 -0.00073 0.028968 0.026753 0.001354 -0.022703 -0.021999 0.047023 -0.030719 -0.006164 -0.002043 -0.003758 0.000823 0.064311 0.021356 -3.1e-05 0.001491 0.006314 -0.020348 0.020472 -0.01526 0.002924 -0.020529 0.012075 -0.010522 0.021474 0.005257 -0.029103 -0.017966 -0.012288 0.00755 -0.020822 -0.025282 -0.005195 -0.021653 -0.031253 0.026476 0.014513 0.025439 0.031503 -0.031107 0.002386 -0.004273 -0.017584 0.028833 0.012861 0.034842 0.071437 0.020707 0.011573 0.009845 -0.03302 -0.03112 -0.034575 0.012218 0.017864 -0.015744 -6.3e-05 0.014598 -0.002747 0.017671 -0.028602 -0.054051 -0.009067 -0.029294 -0.039054 0.013955 0.002019 0.010829 -0.004425 0.013359 -0.017767 0.006158 0.009071 -0.014496 0.012524 0.035426 -0.050485 -0.021523 0.009259 -0.000212 0.016756 -0.024607 -0.004251 0.016942 0.013968 -0.010462 -0.026338 0.002141 -0.054102 0.006218 -0.044897 0.002448 -0.011818 0.013621 0.001239 -0.007538 0.003028\nኣ -0.022762 0.020106 -0.007419 -0.020467 0.011911 -0.005013 -0.02318 -0.006235 -0.012454 -0.01637 0.01955 0.00028 -0.002737 -0.025296 0.024199 -0.001706 -0.012545 0.019737 0.011266 -0.023725 -0.036028 0.01658 -0.002939 0.021532 0.018748 -0.005406 -0.022424 -0.044943 -0.000875 -0.015133 0.039498 0.011118 -0.005197 0.015383 0.013976 0.017059 -0.001745 -7.6e-05 -0.013477 -0.009061 -0.00707 0.019004 -0.000297 -0.015315 -0.020076 0.022172 -0.012296 0.022495 0.009385 -0.018214 0.019289 -0.008096 -0.012184 -0.015714 0.007389 -0.006132 -0.00786 -0.019351 0.019419 -0.021779 -0.011863 0.00734 0.000488 -0.009059 -0.007648 0.012482 0.013514 -0.016862 0.032148 0.001918 -0.038257 -0.012715 0.012049 0.022942 -0.005265 -0.025125 0.012648 0.010245 -0.031387 0.008116 -0.012517 -0.01569 -0.006003 -0.019839 -0.021846 0.003256 0.00038 0.002548 -0.006867 -0.029661 0.016242 0.030137 -0.023026 0.014144 0.010891 0.009544 -0.003525 -0.005124 -0.026784 0.019017 -0.009602 -0.020679 0.01616 0.009028 0.03166 0.011113 -0.012106 -0.00694 0.049191 -0.025328 0.030179 0.045209 0.009075 -0.012938 0.011884 -0.025787 0.038721 0.005074 -0.010371 -0.029118 0.004516 0.018727 -0.01424 0.007546 0.024914 0.003596 0.000338 -0.006966 0.012581 -0.017786 0.036818 0.009795 -0.014804 0.00975 -0.001482 -0.00043 0.008137 0.033601 0.02995 0.01538 -0.004775 0.005658 0.013984 -0.005648 -0.020937 -0.023701 0.023003 0.042792 0.016381 -0.02685 -0.011944 -9.6e-05 0.018286 -0.010185 -0.001979 -0.023269 0.030367 -0.039979 0.007962 0.006373 -0.043004 0.01451 0.001798 0.02431 -0.02668 0.016379 0.031447 -0.019669 -0.004518 -0.005912 0.02474 -0.018323 0.015697 0.013263 -0.003636 0.012943 0.012652 -0.022608 -0.016908 0.022618 0.003628 -0.025554 -0.00454 -0.009918 0.016939 -0.03507 -0.016478 0.013658 0.024332 -0.000104 -0.008069 0.022265 -0.037465 -0.015959 0.016683 0.015806 0.001543 0.030447 0.035003 -0.016047 -0.036552 -0.023436 -0.006533 0.023072 0.012281 0.010803 -0.016747 -0.003995 0.026422 0.039869 0.00517 -0.011369 0.008097 0.009076 0.023188 0.009226 0.019314 -0.008371 0.004502 -0.000479 -0.012272 0.001738 -0.027128 0.021344 0.015913 -0.012085 -0.010145 0.006312 -0.010395 -0.025786 -0.016116 -0.002629 0.01739 -0.039002 -0.013036 -0.020095 -0.005238 -0.040921 0.010416 -0.025204 0.005576 0.002877 -0.012034 -0.003016 -0.01219 0.019828 -0.045202 0.005202 -0.008138 -0.015419 -0.012605 -0.040218 -0.017093 -0.008262 0.030305 0.000595 -0.013476 0.015964 -0.029643 0.005298 -0.020117 0.012125 0.018859 -0.008553 -0.005129 0.005062 -0.002831 0.009555 -0.01678 0.004444 -0.003643 0.010117 0.03495 0.009122 -0.016172 -0.020957 0.003827 -0.025133 0.031744 0.003134 0.023864 -0.007967 -0.008848 0.001197 0.048387 0.000867 -0.007813 -0.019619 -0.016042 0.022648 -0.000604 -0.015724 -0.008646 -0.050432 -0.006136 0.014434 -0.015358 0.020857 -0.019908 -0.021013\n¯ 0.01353 0.014552 0.030242 0.03477 0.073853 0.035022 0.001954 -0.013954 -0.017384 0.041327 0.078533 0.010893 -0.028612 -0.07069 0.033717 -0.101247 0.020246 -0.002847 -0.018756 -0.018648 0.027159 -0.01701 -0.013903 0.002426 0.029143 0.009399 0.007454 -0.003129 0.04335 0.006779 0.030691 -0.010144 0.004177 -0.000127 0.046613 0.054367 -0.048197 0.010493 0.013981 0.023629 -0.02248 -0.034684 -0.030711 0.005904 0.027567 0.023299 0.046407 0.001648 -0.037009 0.01293 0.049944 0.019801 0.020541 -0.075772 0.062503 0.024213 0.043111 0.078324 -0.029909 -0.022998 0.004925 -0.030858 -0.022285 -0.01392 -0.02192 -0.00629 0.033237 -0.010185 -0.006916 0.023061 -0.045377 -0.001149 -0.04892 -0.037435 -0.079239 -0.016329 -0.008876 0.007703 -0.014429 -0.003296 -0.004887 0.044794 0.039721 0.035519 -0.051013 -0.069145 0.003928 0.05168 0.010187 -0.020646 0.047127 0.008264 -0.019859 0.009203 -0.000422 0.022108 -0.036207 -0.007122 -0.012994 -0.040139 -0.013201 0.016639 0.004688 -0.018545 -0.006548 -0.009193 -0.062783 0.046957 0.008276 -0.033743 0.036019 -0.000239 0.016807 -0.010387 0.03775 -0.016178 0.034009 0.035526 -0.009769 -0.013152 0.018153 -0.006935 0.020166 0.06373 -0.014256 0.031137 0.017064 0.021356 -0.016429 -0.030784 0.020925 -0.001832 -0.055881 0.006576 0.023639 0.019109 -0.021432 0.031247 0.004311 0.001246 0.05597 -0.014199 -0.016207 -0.034362 -0.015274 0.00475 0.021498 -0.001689 0.01089 -0.086718 -0.006946 0.045523 -0.006946 0.022187 -0.065941 0.004019 0.031905 -0.07753 0.020083 0.023427 -0.072729 -0.035652 0.01668 -0.008643 -0.02759 -0.010329 0.01245 -0.031156 0.035343 0.016276 -0.028757 -0.006425 -0.003233 0.027356 -0.001572 -0.008805 -0.019984 -0.015693 0.006532 0.007844 0.013804 0.002364 -0.017825 -0.028074 -0.023309 -0.020674 0.003108 0.025389 -0.032909 0.012878 0.022949 0.113346 -0.039045 -0.01945 0.012132 -0.012873 -0.011911 -0.056672 0.063966 0.006684 -0.04682 -0.031217 0.024706 0.043232 -0.008472 -0.010339 -0.026863 -0.01908 -0.017386 0.058206 0.010424 -0.046132 0.036694 0.023429 0.019322 -0.022115 0.020612 -0.058768 0.002876 0.040023 0.014019 0.021759 -0.031609 -0.026054 -0.005228 -0.021708 -0.024881 0.007702 0.009855 -0.003348 0.045236 0.001533 -0.007108 -0.046109 0.010068 -0.012776 -0.024064 -9.6e-05 0.001191 -0.014099 -0.007975 0.019594 0.057181 0.055627 -0.034162 0.02285 0.017338 -0.04141 0.044967 0.056297 0.019789 -0.021425 0.008891 -0.033323 -0.030428 -0.050104 0.024674 -0.017703 -0.02761 0.010343 0.014505 -0.016845 0.052375 0.008238 -0.016158 0.015587 0.038517 -0.012961 -0.025245 -0.009943 0.071602 -0.050769 -0.027562 0.000915 0.041253 -0.02699 0.051483 0.006457 0.034167 -0.015729 0.076145 -0.006497 -0.007721 0.055996 -0.022685 -0.004045 -0.021709 0.009903 -0.03703 0.001021 0.017865 -0.023507 0.044673 -0.084388 -0.007445 0.011281 -0.030782 -0.006458 0.028831 -0.007869\n̮ 0.058959 0.005261 -0.041429 0.013522 0.039259 0.060732 -0.032095 -0.007544 -0.01889 -0.038859 0.056464 0.058342 -0.007089 -0.077016 0.061258 -0.010714 -0.009937 0.001641 0.004201 -0.062019 -0.002774 -0.008221 0.012858 -0.031284 -0.023687 0.057562 0.012562 -0.021049 -0.015451 -0.031588 0.020827 -0.033526 -0.032301 -0.025003 0.000464 0.013633 -0.042836 0.043975 -0.008913 0.009055 -0.038989 -0.003339 0.003391 0.01159 -0.060541 -0.025674 0.03506 -0.018351 -0.014638 0.025465 -0.003366 0.068483 0.029144 -0.028067 0.082562 0.006377 -0.037855 0.026935 -0.017602 0.033305 -0.026712 -0.039398 0.004156 -0.026648 0.028187 0.019712 0.02355 0.01697 0.047391 0.058537 -0.068668 0.004875 0.025857 -0.011327 -0.064909 0.010709 -0.043012 0.022517 -0.082287 -0.000315 0.032786 0.004787 -0.002461 0.012065 -0.037027 -0.030634 0.008481 0.027101 -0.00373 -0.035236 -0.015203 0.025864 0.015295 -0.035654 0.001611 0.030106 -0.018658 -0.072762 0.002021 -0.001397 -0.017736 0.034524 0.020076 -0.043128 0.022068 0.012904 -0.02235 0.035621 0.058739 -0.034224 0.031263 0.01275 0.037232 -0.018097 -0.015705 -0.026384 0.013921 0.001918 -0.017427 -0.067843 0.029133 0.032793 0.045468 0.05138 0.069542 0.014514 0.002367 0.006462 -0.032752 -0.019424 -0.044276 -0.012825 0.01465 0.035148 -0.025666 0.002534 -0.012028 0.046554 0.016501 0.06289 -0.003725 -0.002249 0.013792 0.031484 -0.058405 -0.081342 0.087597 0.003101 0.025739 -0.047657 -0.013981 0.023884 0.027467 -0.008881 -0.009719 0.006834 0.023341 -0.041723 0.002439 -0.051207 -0.044356 0.01648 0.021345 -0.005635 -0.047891 -0.015524 0.021952 -0.025498 0.04056 0.003961 -0.025605 -0.031182 0.019282 0.044515 -0.029822 -0.043087 0.017525 0.004672 -0.057198 -0.06379 0.034032 0.010063 0.004339 -0.011031 -0.014307 -0.020332 0.01662 0.025332 -0.045953 -0.016187 0.033033 0.051743 -0.036588 -0.051671 0.000916 0.071717 -0.046067 -0.008955 0.023399 0.024257 -0.048881 -0.066796 -0.016249 0.031496 -0.0001 -0.004465 0.054948 -0.004701 -0.016767 0.048587 -0.048359 -0.054301 0.004755 0.014087 0.029114 0.1075 0.045136 -0.020558 0.000286 0.026682 0.005565 0.01521 0.029741 -0.001381 -0.039399 -0.008366 0.00052 0.020315 -0.025626 0.010782 -0.003872 -0.006302 -0.026871 -0.032797 -0.026123 0.000504 0.000383 -0.03909 0.054318 0.0244 -0.044012 0.036657 -0.008245 0.022603 0.00903 -0.03328 0.049466 -0.024339 0.059935 0.079911 0.030393 0.022647 0.004024 -0.02637 -0.049456 -0.04367 -0.025836 0.038342 -0.046568 -0.012079 -0.010957 -0.029625 0.056215 -0.018901 -0.016945 -0.027497 -0.033188 -0.018937 0.03958 0.02155 0.047715 -0.025822 0.028048 -0.001222 0.031718 0.053379 0.030833 0.008996 0.068298 -0.101723 0.012366 -0.024679 0.041545 0.031454 -0.028188 -0.001243 0.049631 -0.025886 -0.038915 -0.016965 0.0158 -0.040236 0.020243 -0.09371 0.000297 0.011799 0.014209 0.018408 0.029809 0.058113\nྱ 0.031846 0.0057 -0.056756 0.02522 0.014333 0.039754 0.008456 -0.006884 -0.018091 -0.024479 0.036158 0.008025 -0.010004 -0.02224 0.022942 -0.002622 0.004436 -0.019004 -0.007035 -0.045895 -0.008848 0.004552 0.007649 0.011178 0.007849 0.023418 -0.014047 -0.007027 -0.010636 -0.018787 0.020797 -0.035914 -0.024411 -0.04401 0.015229 0.018463 -0.048575 0.039727 0.00608 0.015591 -0.021667 0.000136 -0.005771 0.002173 -0.029792 -0.020717 0.028509 0.003959 0.005682 0.028305 0.004064 0.048538 0.022207 -0.033523 0.036375 0.010913 -0.003503 0.013492 -0.009801 0.021232 -0.03431 -0.028225 -0.012945 -0.017988 0.010698 0.023367 0.040442 -0.019917 0.032409 0.01935 -0.058047 -0.013455 0.021562 0.023363 -0.050396 0.000989 -0.034092 0.022515 -0.027903 -0.018835 0.017843 -0.006542 0.000142 0.018311 -0.021635 -0.052836 -0.006979 0.009272 -0.02496 -0.005694 -0.003556 0.022621 0.005374 -0.017228 0.015243 0.002175 -0.005984 -0.03725 -0.00202 -0.011024 -0.021351 0.00436 0.001417 -0.032698 0.013605 -0.001524 -0.017277 0.009166 0.041652 -0.009629 0.045496 0.017473 0.02725 -0.0179 0.009815 0.000918 -0.015135 0.002069 -0.015303 -0.040056 0.021652 -0.005914 0.039832 0.027185 0.033117 0.011939 -0.012297 -0.011023 -0.016028 -0.020944 -0.016399 -0.01348 -0.012921 0.023645 -0.025453 0.016902 -0.025681 0.007876 0.012206 0.049944 -0.003735 -0.014701 0.009329 0.032594 -0.039747 -0.044756 0.046135 0.005113 0.003324 -0.033684 -0.00662 0.018742 0.028163 0.023933 -0.010028 0.001866 -0.005767 -0.022187 0.02259 -0.018997 -0.016243 0.0172 0.026431 0.020189 -0.009637 -0.024953 0.0235 -0.02726 0.01917 0.020603 -0.031274 -0.025347 -0.005332 0.030828 -0.023136 -0.033611 -0.011205 -0.006505 -0.036817 -0.016034 0.03513 -0.008344 -0.002174 -0.00462 -0.003446 -0.019493 -0.002111 0.020409 -0.060118 -0.000472 0.009045 0.029598 -0.027874 -0.039218 -0.000237 0.039348 -0.023295 0.009799 0.008369 -0.003827 -0.035938 -0.034985 0.009993 0.029968 0.022851 0.019082 0.00763 -0.001657 -0.009259 0.04097 -0.022919 -0.011781 -0.003979 0.02818 -0.004005 0.064947 0.002304 -0.02489 0.005603 0.004721 -0.014924 0.013556 -0.001468 -0.001414 -0.028192 -0.003492 -0.002566 0.011332 -0.008862 -0.024284 -0.007528 -0.002114 -0.011735 -0.032141 -0.031426 -0.00458 -0.014272 -0.026806 0.026916 0.023305 0.005102 0.034645 -0.018799 0.017897 0.007788 -0.003918 0.036814 0.002354 0.040672 0.045958 0.023859 0.003965 -0.002698 -0.040273 -0.03139 -0.023985 -0.001037 0.023356 -0.027505 -0.009803 0.005519 -0.007376 0.029345 -0.028352 -0.028708 -0.020743 -0.03652 -0.021458 0.001799 -0.003603 0.021708 0.001696 0.003826 0.00186 0.007619 0.001185 -0.002677 0.022808 0.040326 -0.054759 -0.001332 -0.021663 0.011593 0.020613 -0.033343 -0.007023 0.008597 -0.00982 -0.028044 -0.027298 0.008491 -0.033046 0.010841 -0.065377 -0.024627 0.014412 0.012583 0.024295 0.024084 0.004374\nะ 0.023503 0.002037 -0.040151 0.024999 0.011123 0.030113 0.007622 -0.001445 -0.020869 -0.024385 0.026136 0.002344 -0.007169 -0.017799 0.025878 -0.002852 0.007022 -0.022327 -0.00639 -0.03721 -0.014328 0.005949 0.004524 0.012905 0.001981 0.009763 -0.013635 -0.006957 -0.011411 -0.023006 0.015108 -0.026265 -0.013891 -0.033213 0.004553 0.018701 -0.033494 0.037352 0.007747 0.016186 -0.028123 0.009928 -0.000221 -0.004823 -0.023081 -0.021077 0.031805 4.2e-05 0.000195 0.009653 0.00465 0.040272 0.030711 -0.030707 0.034722 0.003635 -0.001574 0.022548 -0.012825 0.02043 -0.028335 -0.027703 -0.003001 -0.01688 0.008226 0.017409 0.029606 -0.014035 0.034331 0.013776 -0.043014 -0.007229 0.017862 0.010923 -0.050104 0.004053 -0.030619 0.020738 -0.028801 -0.013961 0.011865 -0.0056 0.002041 0.016741 -0.020224 -0.043752 0.000662 0.001491 -0.017372 -0.000982 -0.001203 0.026005 0.006864 -0.011835 0.014441 -0.004031 0.004174 -0.031278 0.004109 -0.00103 -0.016086 0.003639 -0.001527 -0.021423 0.015587 -0.003856 -0.009335 0.006912 0.027324 -0.004861 0.044763 0.018113 0.02683 -0.013583 0.006625 0.001755 -0.001775 0.001589 -0.001395 -0.037212 0.01808 0.002153 0.036201 0.024137 0.034339 0.010815 -0.0128 -0.015181 -0.004284 -0.013819 -0.009417 -0.006618 -0.016454 0.028329 -0.020417 0.012994 -0.030185 -0.000856 0.007457 0.0388 -0.002603 -0.010212 0.006998 0.024336 -0.03331 -0.043802 0.038806 0.007083 0.000724 -0.041148 0.001052 0.00491 0.032054 0.025034 -0.001197 0.005495 0.003923 -0.02665 0.00972 -0.022588 -0.013127 0.011542 0.021254 0.013792 -0.012473 -0.011013 0.021975 -0.017237 0.018919 0.013815 -0.025381 -0.018201 -0.009739 0.028816 -0.021513 -0.02238 -0.001025 -0.004548 -0.033106 -0.019755 0.035009 -0.011162 0.004652 -0.007969 -0.007165 -0.010182 0.005099 0.016971 -0.048898 -0.000395 0.014549 0.026656 -0.03522 -0.031748 0.008371 0.032722 -0.016254 0.007805 0.002277 0.00126 -0.030536 -0.028428 0.013655 0.021798 0.022634 0.015437 0.005903 -0.004846 -0.001522 0.026929 -0.019927 -0.000356 -0.010274 0.014705 -0.001055 0.054913 0.00551 -0.023363 0.008138 -0.004524 0.000566 0.01014 -0.001515 0.002248 -0.021706 -0.002768 -0.003261 0.017245 -0.004257 -0.026372 -0.006713 0.000401 -0.002739 -0.023559 -0.027675 -0.003039 -0.009676 -0.03188 0.021409 0.025262 0.010605 0.027522 -0.024967 0.010754 0.002789 -0.002926 0.032133 -0.004496 0.031228 0.052335 0.01736 0.00365 -0.005993 -0.041404 -0.027713 -0.014425 0.000939 0.022887 -0.022664 -0.019084 0.007518 -0.011381 0.023879 -0.021704 -0.024124 -0.02526 -0.028172 -0.01348 0.007083 0.002317 0.018723 -0.001965 0.008551 0.001146 0.010924 -0.003209 0.000697 0.012838 0.036582 -0.043035 -0.000582 -0.007267 0.012247 0.011291 -0.016767 -0.008314 0.016135 -0.005457 -0.021034 -0.012041 0.007261 -0.036434 0.007068 -0.059864 -0.009945 0.006921 0.008057 0.01478 0.018498 -0.000353\nળ 0.04273 -0.017749 -0.038433 0.007427 0.000931 0.03585 -0.002268 -0.041106 -0.001533 -0.052891 0.052307 0.011771 -0.015232 -0.036334 0.036561 -0.01208 0.017951 -0.007406 0.016629 -0.05063 -0.010442 -0.004076 0.007631 0.039009 0.012111 0.00557 -0.015887 -0.025715 -0.0154 -0.048445 0.031996 -0.048624 -0.048712 -0.064202 0.019297 0.009077 -0.060413 0.048651 0.004387 0.037878 -0.028415 0.023869 0.001935 -0.012881 -0.066131 -0.008572 0.045785 0.025535 0.002664 0.003801 0.043851 0.0806 0.048342 -0.061637 0.043399 0.010659 -0.043057 0.027958 -0.010009 0.030334 -0.047606 -0.035052 -0.023832 0.001728 0.009721 0.001985 0.041152 0.0181 0.036839 0.016154 -0.035099 -0.007128 0.008724 0.029796 -0.054365 0.002586 -0.040703 0.019769 -0.061943 -0.008506 -0.002506 -0.009227 0.005065 0.015553 -0.062379 -0.055873 0.009716 -0.005273 -0.039882 -0.012735 0.023216 0.042385 -0.00857 -0.031181 0.020257 -0.012214 -0.032913 -0.01342 -0.026561 0.007487 -0.045929 -0.00507 -0.019895 -0.032696 0.040259 -0.018473 -0.014621 -0.0143 0.060005 -0.001519 0.059499 0.049718 0.009077 -0.023586 0.007259 0.034744 -0.000361 -0.003531 -0.005193 -0.053547 -0.000111 0.032826 0.037159 0.033654 0.063432 0.009326 -0.015863 -0.007933 -0.006565 -0.033417 -0.011987 0.035236 -0.018327 0.069672 -0.018103 0.016791 -0.041227 0.007194 0.023358 0.028814 -8.1e-05 -0.029668 0.018779 0.028713 -0.057671 -0.087599 0.057141 0.03649 0.000708 -0.05356 0.030189 0.00087 0.038626 0.021996 -0.015858 -0.004169 0.016328 -0.05163 -0.00592 -0.022584 -0.039828 0.002638 0.007833 0.023687 -0.028152 0.011261 0.047838 -0.063601 0.017351 0.031786 0.019593 -0.039742 -0.012191 0.059048 -0.037836 -0.03361 0.010365 -0.017062 -0.040697 -0.004956 0.000305 -0.020408 0.000916 0.016071 -0.003962 -0.032941 -0.010751 0.03537 -0.066472 -0.033321 0.021541 0.01584 -0.075791 -0.074957 0.023135 0.047075 0.002444 0.034811 -0.019607 -0.021395 -0.082699 -0.016928 0.0012 0.064845 0.019199 -0.00559 0.003539 0.028909 0.023633 0.026237 -0.029894 -0.008096 -0.029965 -0.015167 0.012378 0.077244 -0.012506 -0.043351 0.010259 0.001316 0.023881 0.00147 -0.00566 0.014196 -0.015513 -0.019826 0.012917 0.061406 0.010249 -0.003359 -0.012784 -0.014242 0.003126 -0.059715 -0.048479 -0.01195 -0.008284 -0.057309 0.005719 0.005822 0.039316 0.016561 -0.028077 -0.015688 -0.000689 -0.006254 0.021654 -0.013089 0.020639 0.037978 0.034245 -0.038528 -0.020143 -0.051117 -0.022546 0.002659 -0.010017 0.009571 -0.045293 -0.020816 0.006636 -0.020381 0.016439 -0.027598 -0.027695 -0.025419 -0.055754 -0.004643 0.018549 0.008541 0.01188 -0.012602 0.021029 0.006172 -0.012479 -0.007415 -0.01369 -0.009982 0.100506 -0.043907 0.001829 -0.057534 0.017879 0.016462 0.011 -0.021364 0.030425 -0.034406 -0.055765 -0.010489 0.022727 -0.0616 -0.024329 -0.098458 0.007901 0.031357 -0.009009 0.039584 -0.008307 0.000734\nല 0.039414 -0.016896 -0.062383 0.015031 0.019802 0.039751 0.04615 -0.011815 -0.027713 -0.044077 0.047076 0.024597 -0.00431 -0.030272 0.038242 -0.027957 0.029804 -0.026315 -0.010711 -0.047077 -0.031125 -0.008236 -0.008557 0.016168 0.002938 0.034272 0.011788 -0.020897 -0.026879 -0.04428 0.029126 -0.041413 -0.039513 -0.066689 0.019374 0.028525 -0.049018 0.048248 0.003053 0.062166 -0.039878 0.043819 0.009133 -0.01806 -0.069614 -0.025742 0.042975 0.002411 -0.000597 0.006061 0.005098 0.076184 0.060495 -0.055143 0.050697 0.017022 -0.022881 0.020574 -0.029747 0.051359 -0.076237 -0.023824 -0.033431 -0.029071 0.024997 0.046298 0.074104 -0.017731 0.056889 0.009835 -0.06439 0.009363 0.01314 0.014288 -0.098644 0.010843 -0.05651 0.025981 -0.071523 0.009151 0.006724 0.010352 -0.002356 0.023936 -0.028482 -0.092352 -0.000331 -0.012144 -0.031565 0.020797 0.000522 0.028524 0.005819 -0.031572 0.034822 -0.021556 0.012044 -0.052417 -0.02506 -0.003466 -0.054101 0.020513 0.001016 -0.051485 0.027393 0.009798 -0.009347 0.004955 0.068962 0.003944 0.064471 0.02121 0.037669 -0.031834 0.017135 -0.002565 0.00352 -0.016352 -0.026462 -0.032877 0.022499 0.004905 0.072966 0.0263 0.054767 0.038083 -0.016859 -0.047478 -0.00878 -0.0524 -0.032478 0.001946 -0.027858 0.059679 -0.028581 0.043649 -0.027212 -0.024259 -0.003266 0.062905 -0.015021 -0.034249 0.002994 0.050068 -0.070157 -0.06795 0.079343 0.024017 0.003883 -0.069251 0.004658 -0.00524 0.075565 0.059306 0.002147 -0.004653 -0.020026 -0.036462 0.034698 -0.050346 -0.03428 0.003468 0.035227 0.03302 -0.016316 -0.035356 0.061032 -0.049452 0.029732 0.033104 -0.031793 -0.050463 -0.05454 0.03225 -0.050583 -0.036276 -0.016646 -0.045488 -0.056946 -0.042052 0.030998 -0.008311 0.000741 -0.009675 -0.023908 -0.04095 0.004009 0.047583 -0.085469 -0.003033 -0.004401 0.039652 -0.069686 -0.033814 0.024253 0.058139 -0.018059 0.012117 0.006452 0.001791 -0.024575 -0.029269 0.023192 0.042485 0.0223 0.034096 0.019198 -0.015224 -0.020291 0.056036 -0.044381 0.017911 -0.018902 0.014109 0.001429 0.092112 0.009963 -0.049479 0.0064 -0.023284 -0.009743 0.023674 -0.025754 0.012651 0.009983 -0.008221 -0.011966 0.05347 0.027397 -0.018516 -0.024268 0.013226 -0.01575 -0.066852 -0.042614 -0.027789 -0.019385 -0.040728 0.030599 0.048063 0.037277 0.044963 -0.036795 -0.013006 -0.021407 -0.036142 0.04649 -0.001622 0.049144 0.090114 0.038906 0.001834 0.002746 -0.074294 -0.040013 -0.003084 -0.001973 0.026568 -0.029868 -0.018571 0.008856 -0.005229 0.028302 -0.044978 -0.046557 -0.010463 -0.080756 -0.020169 0.015973 -0.008861 0.015214 -0.002417 0.014097 -0.011411 -0.006871 -0.01503 -0.003815 -0.00342 0.082173 -0.067251 0.006499 -0.03765 0.026538 0.01113 -0.004471 0.020289 -0.0034 -0.041927 -0.047542 -0.00748 0.016786 -0.083198 -0.026851 -0.104944 0.003696 0.006934 0.026672 0.057873 -0.004986 0.025794\nẻ 0.063903 0.025785 -0.029875 0.054 0.040599 0.01025 0.02055 -0.039074 -0.040174 -0.019705 0.037491 0.001224 -0.013329 -0.027172 0.024648 -0.018972 0.037486 -0.030196 0.01404 -0.03744 0.013929 0.033477 -0.018993 0.046975 0.023811 0.018389 0.027468 -0.007166 0.03424 0.019379 0.012716 -0.032603 -0.001278 0.022518 0.045974 -0.018892 -0.004588 0.033448 -0.002001 0.048531 0.015737 0.026804 -0.053383 0.000222 -0.085568 -0.024161 0.024298 0.004952 0.065776 0.010685 0.015044 0.016251 0.040796 -0.027621 0.030745 0.01765 -0.023595 0.06146 -0.043906 0.025698 -0.022712 -0.034246 0.012863 -0.025575 0.012176 0.002961 0.063313 -0.004288 0.008968 -0.014216 -0.064143 -0.026972 0.076519 -0.012674 -0.007093 0.030746 0.022778 0.054779 -0.006022 -0.033671 0.010598 0.004103 0.011676 0.05081 -0.034132 -0.064862 -0.046981 -0.014593 0.027058 -0.057932 -0.014118 0.069595 -0.007815 -0.05377 -0.043491 -0.04074 -0.001275 0.009276 -0.011054 -0.011802 -0.03957 0.051036 -0.001489 -0.026186 0.033377 0.018421 -0.03181 0.059921 0.068866 0.023985 0.010157 0.017855 0.000305 0.011228 0.000787 0.014213 -0.047491 -0.004622 -0.014077 -0.026828 0.002288 -0.046526 0.04072 0.000764 0.00086 0.060581 -0.004906 -0.002169 0.013294 0.030109 0.008581 -0.000186 -0.041668 0.028201 0.03899 0.000694 -0.023666 0.046105 -0.026561 0.008932 -0.017488 0.012243 0.067398 0.012059 -0.057303 0.015313 -0.006209 0.012755 -0.050816 -0.005678 0.003791 -0.008787 0.004757 0.010513 -0.0053 -0.010445 0.011222 -0.013993 -0.032374 -0.028411 0.018082 -0.014781 0.002973 -0.003551 -0.027844 0.020669 0.030739 -0.039029 0.064119 0.015431 -0.066567 -0.056415 0.010366 -0.016769 -0.045894 0.006685 0.009646 0.024393 0.004739 -0.010132 0.03957 0.003099 -0.027078 -0.01264 0.009305 0.01604 0.021175 -0.0502 -0.036031 -0.035728 0.042555 0.019068 0.016088 0.069174 -0.054029 0.019787 0.012844 -0.02392 0.012219 0.001531 -0.012017 -0.021389 -0.004999 0.013511 0.043345 -0.012437 0.026858 0.022791 -0.012675 -0.01086 -0.010852 -0.019684 0.027209 -0.060825 0.012513 -0.008339 0.009055 0.022001 0.01797 0.043797 0.063385 -0.02642 -0.002732 -0.035819 -0.012461 -0.02094 0.025099 0.014441 0.044029 0.011189 0.013407 -0.005787 -0.007832 -0.027423 -0.024448 0.010266 -0.007558 -0.099673 0.024093 0.061292 -0.002324 0.002573 -0.026265 -0.002061 -0.020016 -0.028253 0.020375 -0.00252 0.010914 0.01989 -0.026459 0.016955 0.00021 -0.033731 -0.033635 -0.036223 -0.023418 0.037978 0.005239 -0.021915 -0.032181 -0.001519 0.020953 0.047635 -0.036879 -0.030134 -0.012419 0.016148 -0.014252 -0.004158 0.01749 0.003194 0.005818 0.003406 0.020607 0.011642 0.04098 0.042185 0.054349 -0.012777 -0.041561 0.03138 0.014984 0.033898 -0.041799 0.002137 -0.025595 0.028993 -0.028638 0.003211 0.050292 -0.013588 -0.029125 -0.075186 0.011521 0.037611 -0.043194 -0.021575 0.047879 0.012681\nـ 0.01477 -0.004279 -0.030248 0.032635 0.018444 -0.002508 -0.005658 -0.013254 -0.026377 -0.020177 0.006706 0.002079 -0.023599 0.0068 0.012141 0.000439 0.018948 -0.016177 -0.013807 -0.02393 0.006477 0.012807 -0.00967 0.023004 0.018146 0.004167 0.012115 -0.015947 -0.008148 -0.03012 0.008568 0.006339 -0.001993 -0.040169 0.025492 0.006739 -0.024445 0.018308 -0.003644 -0.004658 -0.028027 0.011895 -0.01406 -0.020253 -0.014975 0.003339 0.003654 0.000182 -0.005917 0.00305 -0.000807 0.036357 0.025145 -0.030541 0.024068 -0.005589 -0.000899 0.010909 -0.019567 0.041834 -0.019051 -0.010461 0.004196 -0.015849 -0.008297 0.024757 0.033532 -0.014833 0.010714 0.014098 -0.046224 0.001927 0.022907 0.020059 -0.028398 -0.019143 -0.01167 0.016512 -0.003745 -0.017876 0.017251 0.002621 0.008532 0.002263 -0.027078 -0.01751 0.017446 -0.006072 -0.003834 0.019086 0.016123 0.020157 0.001021 0.002003 0.017692 -0.008957 -0.005778 -0.016757 -0.002295 -0.012112 -0.024108 -0.01659 -0.028262 -0.032864 0.010596 -0.00407 -0.008901 0.006614 0.037666 0.005757 0.040476 0.017798 0.006623 -0.008431 0.023439 -0.004577 -0.014733 0.012331 0.009163 -0.019863 0.005163 0.003646 0.025085 0.02112 0.010979 0.019979 -0.008028 -0.006911 0.005725 0.001771 -0.005005 -0.027497 -0.017454 0.01654 0.019375 0.036479 0.011107 0.014326 0.003476 0.01517 -0.012985 -0.011685 0.023676 0.024654 -0.008205 -0.024592 0.046203 0.013554 -0.024786 -0.034024 0.030363 -0.016216 0.041481 0.002655 -0.00051 -0.00388 0.006461 -0.016959 0.0052 -0.035749 -0.021441 0.028941 0.013971 0.006635 0.006374 -0.006418 0.009404 0.000227 0.025389 0.005104 -0.02592 -0.030263 -0.007662 0.016521 -0.000759 -0.031663 0.004615 -0.018363 -0.013621 -0.014878 0.034463 -0.011907 -0.001122 -0.008048 -0.001989 -0.005041 0.001427 0.020609 -0.047242 -0.021724 0.026731 0.022983 -0.047741 0.006174 0.00267 0.009712 0.010747 0.000123 0.010955 0.022055 -0.016409 -0.007804 -0.017712 0.009424 0.045816 0.007655 -0.002954 0.00367 -0.012471 0.019317 -0.009849 -0.006628 -0.022532 0.005681 0.004374 0.054745 0.00837 -0.020385 0.003612 0.007366 -0.012792 -0.001562 -0.004344 -0.007936 -0.015476 -0.001436 -0.004926 -0.0003 -0.021479 -0.02706 0.008756 -0.000413 -0.005824 0.002684 -0.001487 -0.00455 -0.005625 -0.02842 0.010829 0.007875 -0.015478 0.032333 -0.029494 -0.002545 -0.012348 0.006557 0.016505 0.003093 0.038986 0.033501 0.006465 -0.005096 -0.005741 -0.023288 -0.025109 -0.010601 0.002072 -0.008456 -0.027329 -0.013004 0.016289 -0.00647 0.030517 -0.008254 0.004865 -0.023721 -0.023072 0.008941 -0.009463 0.011284 0.013891 -0.002208 0.00379 0.020277 0.000174 -0.004886 0.026418 0.003338 0.014934 -0.030751 0.024447 -0.016867 -0.000993 0.004766 -0.014279 0.004441 0.015656 -0.016263 -0.014899 -0.00839 0.002451 -0.018641 -0.013088 -0.057503 -0.003104 -0.002531 0.011173 0.026894 0.005709 -0.01152\nೇ 0.011818 -0.012134 -0.036407 -0.04361 -0.018473 0.021245 -0.032622 -0.046224 -0.001233 -0.048528 0.068482 0.028282 0.002135 -0.032962 0.006319 0.013236 -0.010615 0.005139 -0.04271 -0.092085 -0.040565 -0.005469 0.018826 -0.009734 0.000433 0.02429 -0.046032 -0.002678 -0.009206 -0.049486 0.050883 -0.016007 -0.00216 0.028445 -0.021371 -0.018249 -0.011089 0.048624 0.030956 -0.014815 -0.065687 -0.016997 0.066232 0.033234 -0.023416 0.017082 0.077127 -0.010904 -0.009618 -0.030938 -0.018526 0.022114 0.068744 0.00763 0.015475 0.017036 -0.008738 0.001435 0.017666 0.036831 -0.003244 -0.04829 0.016204 -0.054492 0.056103 0.008939 0.020798 0.046407 0.045516 0.025666 -0.0681 0.013858 0.022701 0.016067 -0.033788 -0.025604 -0.021511 -0.041332 -0.063899 0.014687 0.02185 -0.025887 0.015601 -0.01324 -0.035518 0.018455 -0.002756 0.003594 0.034314 0.035286 -0.036269 0.01612 0.042944 -0.018195 0.019823 -0.009869 -0.018657 -0.034593 -0.012341 0.00332 -0.030414 0.020036 -0.014107 -0.020212 0.02084 -0.063337 -0.062896 0.038368 0.034832 -0.013099 0.048327 0.035493 0.009977 -0.028033 0.005347 -0.010345 0.037936 -0.005729 -0.026283 -0.023085 0.038461 0.050047 0.040625 0.059659 0.029118 -0.003306 0.030176 0.030382 -0.019808 -0.021459 -0.025724 -0.004736 -0.010614 0.051865 0.017943 -0.027301 -0.041717 -0.007632 0.001424 0.005497 -0.00331 -0.020462 0.000422 -0.028909 -0.036985 -0.034493 0.071001 0.04691 0.044241 -0.052212 -0.03109 0.028797 0.06419 -0.034216 0.019076 -0.008607 0.015794 -0.016784 0.023491 0.010367 -0.067256 -0.019104 0.038941 0.002646 -0.030302 0.002705 0.000639 -0.001281 -0.014634 0.018622 -0.044619 -0.02246 -0.010081 0.033381 0.009001 0.019005 0.026848 0.003313 -0.037842 0.001284 -0.014656 -0.023639 0.028652 -0.081359 0.016622 -0.003592 0.018749 0.006417 -0.00082 -0.034039 0.068856 0.009467 -0.026332 -0.035277 0.004444 -0.00181 -0.02136 0.003395 0.000284 0.041016 -0.018105 -0.053572 0.04938 0.037616 -0.00483 -0.029685 0.028111 -0.012201 -0.003076 0.074557 0.017445 -0.013313 0.015734 0.03237 0.041804 0.077222 0.061594 -0.006653 0.023012 0.018354 0.004614 -0.032281 -0.003274 -0.011277 -0.061356 0.011127 -0.000561 -0.02213 -0.00323 -0.023461 -0.019435 -0.026197 -0.00131 0.022924 -0.016916 -0.024023 0.037235 -0.033724 0.049423 0.012583 -0.03755 0.000718 -0.032876 0.025037 -0.030508 -0.000678 0.016179 0.019079 0.021671 0.050498 -0.000335 0.008553 0.019706 0.018554 -0.019755 -0.027665 -0.036522 0.062461 -0.041029 -0.045269 0.000277 -0.0056 0.01746 0.010274 -0.002272 -0.008301 -0.004854 -0.051843 0.012079 0.039968 -0.009873 -0.018914 0.0346 0.00583 0.028946 -0.047908 0.062559 -0.022716 0.070239 -0.015877 -0.00488 -0.005428 0.029612 0.042965 -0.01894 -0.006685 0.105362 -0.010071 0.00279 0.012945 -0.018031 -0.030478 0.012283 -0.078008 -0.00071 -0.013784 0.000624 0.001025 0.001118 0.005806\nཆ 0.034127 0.005671 -0.060126 0.026365 0.016665 0.044183 0.010875 -0.005348 -0.014816 -0.016348 0.033766 0.014787 -0.006044 -0.026078 0.037954 -0.007152 -0.001586 -0.029927 -0.009867 -0.041862 -0.004519 0.008844 -0.00047 0.012246 0.002777 0.017996 -0.013534 -0.008851 -0.010656 -0.017219 0.020838 -0.038764 -0.032259 -0.0522 0.019921 0.019271 -0.050703 0.057961 -0.001302 0.014632 -0.030273 0.007304 -0.020658 0.004836 -0.030946 -0.023397 0.027641 0.014654 -0.002188 0.034267 0.006192 0.055865 0.028454 -0.029704 0.045975 0.00865 0.002529 0.018493 -0.011648 0.030567 -0.043195 -0.026503 -0.01779 -0.015778 0.006678 0.035417 0.041913 -0.026928 0.033485 0.015994 -0.066292 -0.019995 0.022266 0.021721 -0.054117 0.017008 -0.035746 0.027779 -0.035648 -0.004842 0.026041 0.005911 0.003041 0.022154 -0.041638 -0.05622 0.004878 0.010033 -0.030661 -0.015945 -0.002892 0.029314 0.006257 -0.005834 0.015797 0.001751 0.005344 -0.041 -0.006583 -0.009612 -0.014309 0.011311 -0.002081 -0.045246 0.012364 0.004973 -0.012421 0.002595 0.044937 -0.011393 0.054721 0.02938 0.035283 -0.023501 0.01327 -0.006587 -0.014581 -0.005819 -0.021962 -0.029153 0.025367 -0.016264 0.047952 0.026819 0.033826 0.009822 -0.018322 -0.013982 -0.014491 -0.022775 -0.012456 -0.013105 -0.017356 0.029975 -0.030414 0.025208 -0.028635 0.00342 0.005994 0.051668 -0.005302 -0.012055 0.015672 0.044516 -0.048541 -0.042563 0.044915 0.002029 0.000285 -0.038427 -0.007924 0.014355 0.030537 0.037651 -0.008161 0.005558 -0.004253 -0.025249 0.029236 -0.019328 -0.013222 0.017561 0.022606 0.025706 -0.013461 -0.035941 0.014741 -0.028161 0.021903 0.023602 -0.031158 -0.021373 -0.010523 0.035525 -0.014065 -0.049384 -0.01109 -0.010456 -0.034523 -0.015857 0.04374 -0.018306 0.007239 -0.005438 -0.010815 -0.013864 0.004877 0.020428 -0.072587 0.009684 -0.001893 0.033935 -0.020788 -0.040111 0.010882 0.04691 -0.029698 0.011497 0.003492 -0.000468 -0.044136 -0.040762 0.004181 0.031526 0.025102 0.028893 0.002533 -0.002303 -0.018908 0.059275 -0.032159 -0.017337 -0.008787 0.025768 -0.0076 0.072948 -0.009045 -0.028875 0.005357 -0.013315 -0.015732 0.023843 0.000756 0.007396 -0.032255 0.007242 -0.013882 0.021675 -0.006144 -0.031659 -0.009942 -0.007888 -0.015608 -0.027161 -0.032371 -0.003172 -0.023101 -0.035501 0.024985 0.027939 0.003254 0.03994 -0.017203 0.017428 0.003982 -0.0113 0.044152 0.000593 0.04643 0.055643 0.027954 -0.00632 -0.006243 -0.045752 -0.036176 -0.026675 0.01082 0.028743 -0.033242 0.000877 0.012352 -0.026647 0.031533 -0.027443 -0.033956 -0.028323 -0.047174 -0.037302 0.014118 -0.006346 0.023082 0.010345 -0.001216 -0.001114 -0.003338 0.007895 -0.013264 0.014686 0.044575 -0.057332 -0.000923 -0.022455 0.020813 0.01644 -0.033361 -0.004174 0.003925 -0.009192 -0.030185 -0.026776 0.012243 -0.043164 0.01863 -0.071535 -0.022484 0.011265 0.013953 0.022824 0.02393 0.007308\nॊ 0.042233 -0.019414 -0.097034 0.041005 0.022521 0.022385 0.002618 -0.01451 -0.037939 -0.064585 0.037175 -0.026026 -0.032879 -0.020491 0.056669 0.045225 0.017839 -0.060451 -0.008219 -0.024993 -0.056281 0.031874 -0.047584 0.02693 -0.016957 0.021952 0.000462 -0.023236 -0.038407 -0.049443 0.04946 -0.041631 -0.031859 -0.093498 0.01908 -0.003756 -0.066273 0.041544 0.004065 0.009787 -0.067443 0.065953 -0.021156 -0.039542 -0.075129 -0.03232 0.066721 -0.003761 -0.011911 0.013992 0.019333 0.085201 0.051405 -0.04184 0.059321 0.017328 0.004842 0.011348 -0.025703 0.10053 -0.037484 -0.051761 -0.029127 -0.052521 0.01741 0.036986 0.03857 -0.000168 0.060905 0.038625 -0.052156 0.008821 0.020967 0.05817 -0.063782 -0.025457 -0.067749 0.024164 -0.006563 -0.001811 0.020945 0.002245 -0.009915 0.040884 -0.010882 -0.100844 0.021941 -0.013388 -0.046515 0.015069 -0.002011 0.056588 -0.009448 -0.056256 0.026647 0.003604 0.037769 -0.051096 0.008095 -0.016568 -0.021322 0.015724 -0.020497 -0.066655 0.017481 -0.004593 -0.009348 0.040229 0.033278 -0.019314 0.070444 -0.000453 0.078543 -0.016811 0.03545 0.044746 -0.035209 0.002933 -0.018392 -0.05478 0.05603 -0.002866 0.063274 -0.01185 0.051481 0.053111 -0.030436 -0.026763 -0.016601 -0.001843 -0.047769 0.006431 -0.024114 0.02336 -0.049519 -0.004193 -0.068533 -0.026808 -0.011071 0.034152 0.000951 -0.049008 0.038188 0.060636 -0.015065 -0.079121 0.078393 0.029077 0.005537 -0.037864 0.006381 0.018033 0.051844 0.07187 0.00992 0.020408 0.006423 -0.063653 0.002508 -0.071351 -0.006577 0.059737 0.07194 0.0149 -0.011218 -0.013168 -0.004422 -0.013954 0.003256 0.024978 -0.049121 -0.061403 -0.021487 0.0613 -0.074876 -0.038877 0.008422 0.017571 -0.055425 -0.026422 0.029294 -0.01422 0.017801 -0.039169 0.010562 -0.001061 -0.045548 0.016233 -0.07152 -0.011162 0.039575 0.040222 -0.070039 -0.070369 0.030003 0.064663 -0.045468 0.052659 -0.012391 -0.008017 -0.036724 -0.042693 0.013354 0.037796 0.015601 0.012079 -0.007992 -0.00366 -0.013952 0.024803 -0.036632 0.008967 -0.025993 0.030499 -0.00578 0.108733 0.036775 -0.039604 0.04013 -0.018809 -0.04698 -0.006345 -0.031942 0.008389 -0.039676 0.009576 0.005598 0.056463 -0.004048 -0.072958 0.002073 -0.002414 -0.016834 -0.041759 -0.048622 -0.02478 -0.009528 -0.031469 0.031984 0.031131 0.003236 0.095732 -0.053245 0.004146 0.052693 -0.025368 0.051728 -0.000364 0.082762 0.084015 0.065453 0.017726 0.012525 -0.068505 -0.062472 -0.067538 0.026642 0.02514 -0.014816 -0.021485 0.044595 -0.010133 0.068832 -0.019731 -0.062205 0.006454 -0.007659 -0.003007 0.013433 -0.015105 0.03884 -0.021523 -0.007875 0.00928 0.022892 0.008 0.009125 0.036423 0.060078 -0.05536 0.013048 -0.028217 0.012811 -0.002709 -0.037855 -0.022631 0.046349 -0.01592 -0.036576 -0.034122 0.023652 -0.04103 0.030418 -0.081596 -0.03945 -0.010816 0.044733 0.056391 0.028184 0.011673\nӗ 0.032983 -0.027895 -0.048003 0.025885 0.00666 0.041863 0.034761 -0.000684 -0.02843 -0.026155 0.009269 0.003489 -0.004369 -0.030259 0.081661 -0.038607 -0.022248 -0.058958 -0.022702 -0.043252 -0.004572 0.006263 -0.001874 0.008532 0.022377 -0.00568 -0.002972 0.008576 -0.022229 -0.026455 0.050137 -0.00823 -0.020937 -0.049257 0.042005 0.016412 -0.055393 0.055018 0.008026 0.034149 -0.043391 0.018375 -0.004608 -0.008944 -0.02334 -0.020641 0.011139 -0.008568 -0.009286 0.036744 -0.007009 0.043566 0.035661 -0.042264 0.059714 0.02961 -0.024777 0.041575 -0.030942 0.042291 -0.046582 -0.041163 -0.041831 -0.031625 0.014073 0.023054 0.060924 0.003457 0.054575 0.02466 -0.042374 -0.021001 0.022459 0.059882 -0.064827 -0.007075 -0.035317 0.028514 -0.053247 -0.023524 0.003376 -0.003434 -0.005801 0.006821 0.00738 -0.09165 0.033499 -0.009912 -0.02606 -0.019117 -0.012295 0.022568 0.008184 0.00114 -0.009608 -0.008346 0.019984 -0.026123 0.022862 -0.032299 0.000467 0.025939 0.032886 -0.026959 0.023313 3.5e-05 -0.026602 -0.002761 0.058141 0.005265 0.050737 0.014264 0.024577 -0.010855 0.019627 -0.016809 -0.029674 0.033948 -0.016024 -0.020526 0.023521 0.027902 0.077312 0.016561 0.043592 0.039012 0.009776 -0.021072 -0.004768 -0.052447 -0.018922 0.023725 -0.046633 0.029486 -0.015096 0.016433 -0.046336 -0.04526 0.040405 0.046711 -0.016959 0.014785 0.001731 0.029793 -0.050213 -0.047959 0.104368 0.036737 -0.019514 -0.042834 -0.005284 0.018504 0.049289 0.046292 -0.047741 0.036708 0.012283 -0.024902 -0.003029 -0.011486 0.005888 0.017956 0.036289 0.004836 -0.027552 -0.014372 -0.002662 -0.046435 0.03666 0.013616 -0.043517 0.007463 -0.012583 0.038178 -0.002519 -0.008547 -0.038064 -0.000784 -0.048794 -0.036102 0.061049 -0.004215 0.032363 0.004661 0.004113 -0.030955 0.015957 -0.00708 -0.086646 -0.008468 0.01444 0.05408 -0.023308 -0.03347 0.00953 0.046192 -0.03847 -0.00163 0.006027 -0.02977 -0.036671 -0.049346 -0.019669 0.028764 -0.005492 0.002397 0.044456 -0.012339 -0.020251 0.050055 -0.037357 -0.033918 0.009921 0.015056 0.00359 0.04772 -0.022645 -0.043528 0.006603 0.013532 0.010946 0.008905 0.001243 -0.008829 -0.039114 -0.011857 -0.024923 0.037076 -0.019619 -0.038437 -0.004842 0.021002 0.007724 -0.031845 -0.038941 0.015538 -0.022611 -0.000257 0.050287 0.038086 0.037154 -0.002826 -0.033221 0.016938 0.005155 0.001742 0.036874 0.000484 0.035729 0.065775 0.044155 0.007426 0.00328 -0.046189 -0.022337 -0.0283 -0.002515 0.027094 -0.026777 -0.015734 0.010788 -0.033131 0.051781 -0.044692 -0.077839 -0.013133 -0.039773 -0.013413 0.006811 0.006038 0.031118 0.005403 0.015162 0.013767 0.008855 -0.028556 -0.002049 0.020836 0.067485 -0.055468 -0.012376 -0.041798 0.023916 0.031582 -0.063517 -0.004295 0.005331 -0.012003 -0.022956 -0.030681 0.013929 -0.049477 0.031018 -0.078635 0.011231 0.007349 0.016509 0.030271 0.020367 0.009932\nෝ 0.032561 -0.004836 -0.055352 -0.02786 0.000627 0.038385 0.031156 0.003016 0.012793 -0.036861 0.026853 0.041169 -0.017005 -0.00346 0.04188 -0.034041 -0.001652 -0.006668 -0.031376 -0.053994 0.02756 -0.000955 0.042302 0.010293 0.003521 0.018204 -0.008902 -0.019313 -0.019798 -0.023624 0.028436 -0.007393 -0.021306 -0.049675 0.0009 0.025673 -0.078671 0.022513 -0.010481 0.008141 -6.4e-05 -0.013257 0.030177 -0.006808 -0.050183 -0.058295 0.025269 0.00053 -0.005517 -0.010853 -0.029146 0.055979 0.046898 -0.019321 0.010388 0.037627 0.014383 0.046458 -0.041725 0.036792 -0.077169 -0.041957 0.001358 0.006354 0.009325 0.002081 0.033057 -0.048791 0.044707 0.025956 -0.059786 -0.035591 0.038626 0.003033 -0.0554 -0.023746 -0.038273 -0.004591 -0.042645 -0.002599 0.023615 -0.014704 -0.026414 -0.007284 0.017806 -0.038479 0.015318 0.027825 0.000169 -0.049672 0.016681 0.013756 0.015306 0.009077 -0.015062 0.012332 0.013755 -0.049125 -0.004871 0.020501 -0.043787 -0.02666 -0.037425 -0.024189 0.025028 -0.041019 -0.03492 -0.025929 0.053158 0.005035 0.045826 0.013561 -0.003638 -0.046456 0.024144 -0.012208 0.020867 -0.027317 -0.03075 -0.026856 0.05843 -0.009655 0.071736 -0.001322 -0.002192 0.037285 -0.04294 -0.010275 -0.017553 -0.013326 0.006883 -0.053768 -0.002418 0.022407 -0.008927 0.014343 -0.038023 0.008136 -0.000664 0.028173 -0.039943 -0.008268 -0.000825 0.039159 -0.007032 -0.058737 0.073278 0.005581 0.005413 -0.023235 -0.006206 0.016442 0.037385 0.0363 0.01334 0.015124 0.004526 0.026901 -0.020944 -0.062779 -0.037765 0.016239 0.012359 0.023885 -0.029165 0.012728 0.08244 -0.002537 0.02768 0.047845 0.028045 -0.00451 -0.000543 0.030528 0.031592 0.001054 0.03172 -0.027873 -0.050844 -0.002535 0.043538 -0.049968 0.039207 -0.017994 -0.009488 0.000507 -0.005501 0.040941 -0.04485 0.011723 0.002921 -0.001146 -0.055108 -0.016009 0.036657 0.049468 -0.001237 0.016636 0.003886 0.046146 -0.015185 -0.036576 0.042019 0.019436 0.04175 0.036992 0.004287 0.004137 -0.023078 0.086562 -0.022084 -0.030365 -0.039434 0.05208 -0.009027 0.0059 0.010087 -0.050598 0.037548 -0.007552 -0.018614 0.015139 -0.030518 -0.004332 -0.072046 0.024818 0.031836 -0.003382 0.008484 0.007179 -0.021808 -0.002309 -0.009293 -0.055693 -0.013243 -0.039341 -0.025237 -0.014553 0.02738 0.038329 0.008699 0.030147 -0.030479 0.003586 -0.008489 0.023462 -0.01029 0.002112 0.057192 0.071674 0.009652 -0.004252 -0.027157 -0.049369 -0.050843 0.001876 0.01994 0.042995 -0.01494 -0.01738 0.030897 -0.036367 0.024349 -0.026954 -0.009801 0.012995 -0.043214 0.028608 -0.008714 0.021354 -0.007471 0.037021 0.016197 0.0125 -0.013867 0.007914 -0.001475 0.032922 0.080761 -0.017175 0.006379 -0.02895 0.018924 0.030559 -0.028889 0.003962 0.060928 -0.021818 -0.007308 -0.031768 -0.000114 -0.074669 -0.049859 -0.06009 -0.006207 -0.010238 0.021272 0.004672 -0.02076 0.017086\n១ 0.020523 0.006226 -0.009492 -0.009832 -0.000375 0.014796 -0.019711 -0.070689 0.002352 -0.027601 0.05256 -0.006791 -0.005883 0.011908 0.013883 -0.001352 0.007838 -0.000313 0.011501 -0.039386 0.022424 0.01283 -0.006143 0.011736 -0.010442 0.029014 -0.02614 -0.0128 -0.019326 -0.023936 0.011594 -0.015022 0.005319 -0.012202 -0.014453 -0.039219 0.033522 0.01445 0.02111 -0.006856 -0.019802 -0.009162 0.015256 0.003757 0.000188 -0.009174 0.072447 -0.005907 0.007272 -0.006855 0.020396 -0.02089 0.006412 0.015563 0.02292 0.028843 -0.009217 -0.008726 0.025193 0.011906 -0.029084 0.018167 0.00978 -0.006075 -0.011711 -0.011312 0.004897 0.002872 -0.000226 -0.003856 -0.018252 -0.010267 0.00238 0.026577 -0.015541 -0.016452 0.000633 -0.040965 0.017289 0.003902 0.021866 -0.032347 -0.046364 -0.016181 -0.002413 0.018662 0.018434 0.002105 0.018353 -0.003693 0.00439 -0.032156 -0.018025 0.008637 0.009552 0.00749 -0.031736 -0.020195 0.027079 -0.003652 -0.019799 0.022833 -0.019175 -0.000362 -0.003223 -0.040178 0.007566 0.000612 0.035496 -0.003027 0.030392 -0.02596 0.050678 -0.023046 0.008606 -0.010867 0.039257 -0.003341 -0.014431 -0.010485 0.023563 -0.007462 0.006044 -0.007349 0.029672 -0.00679 0.02852 0.017654 0.0056 -0.042773 0.006705 -0.033372 0.009599 0.014769 -0.016594 0.019653 -0.027814 0.02006 0.01016 0.007981 0.007287 0.023337 -0.02782 0.025568 -0.022581 -0.002863 0.009894 0.031209 0.014472 -0.005897 -0.015575 -0.00923 0.027765 -0.002939 -0.01657 0.02309 0.027796 -0.00776 0.001944 -0.022226 -0.030775 0.026946 0.001719 -0.014031 0.010021 0.013781 -0.022804 -0.015254 0.008151 -0.017193 0.004256 -0.005121 -0.001947 0.004977 0.007395 0.001357 -0.004615 -0.026742 -0.027257 -0.015187 0.008207 -0.002451 0.014869 -0.012042 0.014531 -0.009697 -0.010634 0.01279 0.003978 0.000924 0.019338 0.021215 -0.030034 0.007085 0.005579 -0.005092 0.006504 0.025601 0.030976 -0.019071 -0.005006 -0.015439 0.049846 -0.038277 0.002985 -0.015743 0.013392 0.029211 0.020886 0.005388 -0.018017 -0.024855 0.011553 0.035909 0.013272 0.005165 0.019493 0.013683 0.034447 -0.026956 0.01321 -0.004302 0.012604 -0.02765 0.016828 -0.005462 -0.015568 -0.021772 0.004532 0.006005 -0.019578 0.032755 -0.028422 -0.005865 0.026499 -0.015718 0.008801 -0.044846 0.000262 0.030541 -0.00422 -0.005927 -0.028021 0.006521 -0.027726 0.043018 0.021067 0.011377 0.027299 0.006414 -0.004625 -0.025961 0.023019 0.005828 -0.000144 -0.004047 0.031766 0.042859 -0.038492 0.002359 0.011553 0.005962 0.019555 -0.031473 0.008942 -0.023016 0.027504 -0.014153 0.012468 -0.013063 0.010835 0.004007 0.025182 0.020877 -0.018813 0.009743 0.01108 0.005893 0.049128 -0.016917 0.002649 -0.020436 0.028462 -0.016729 0.000595 -0.037683 0.024821 -0.001874 -0.048561 -0.024964 -0.031387 -0.003713 -0.016395 -0.0254 -0.027337 -0.011623 0.025069 0.021341 -0.028835 0.011496\nï 0.025427 0.002374 -0.035102 0.022807 0.010573 0.027869 0.006306 0.003663 -0.014122 -0.022256 0.020551 0.007934 0.000352 -0.027696 0.0277 -0.002271 -0.001843 -0.021712 -0.006789 -0.031817 -0.015415 -0.004197 -0.006133 0.011755 -0.001778 0.0223 -0.00983 -0.006301 -0.008356 -0.021024 0.019582 -0.0251 -0.016654 -0.038281 0.011047 0.016137 -0.030862 0.034796 0.008241 0.016399 -0.018895 0.003159 0.003659 0.000366 -0.022413 -0.02085 0.028254 -0.001396 -0.004213 0.016434 0.004097 0.045501 0.021239 -0.027922 0.028238 0.013195 -0.005816 0.016836 -0.016126 0.024258 -0.02072 -0.019212 -0.016749 -0.006802 0.011526 0.016435 0.027308 -0.019225 0.023045 0.012354 -0.03443 -0.003658 0.02146 0.008617 -0.04399 0.001538 -0.027263 0.022336 -0.015546 -0.009168 0.011112 -0.002564 -0.002327 0.023644 -0.021683 -0.044856 0.005138 0.000629 -0.012983 -0.004637 -0.005911 0.027313 -0.000544 -0.014782 0.005302 -0.009382 0.006753 -0.029041 0.004357 -0.000689 -0.016166 -0.002675 0.0008 -0.023179 0.010503 -0.002727 -0.018742 0.007145 0.025699 -0.005222 0.030077 0.013814 0.021423 -0.006088 0.005671 0.002726 -0.006174 0.00307 -0.008929 -0.033634 0.012123 0.00038 0.037601 0.014751 0.025165 0.013201 -0.007613 -0.012048 -0.011105 -0.009786 -0.016086 -0.01032 -0.010688 0.016533 -0.020386 0.009593 -0.015851 -0.00234 0.001054 0.04328 -0.008597 -0.009753 0.010405 0.018542 -0.027371 -0.039957 0.040699 -0.003379 0.006339 -0.032961 0.007069 0.011142 0.023372 0.023773 -0.000725 0.007992 -0.001017 -0.017999 0.009777 -0.019794 -0.015188 0.016069 0.019389 0.009999 -0.005133 -0.008362 0.017941 -0.024737 0.017368 0.018245 -0.025421 -0.017808 -0.004134 0.029335 -0.016698 -0.021378 -0.011826 -0.008656 -0.032037 -0.021774 0.025496 -0.012914 -0.004332 -0.003923 -0.004355 -0.019745 0.000825 0.012484 -0.0495 -0.001504 0.003376 0.021095 -0.028623 -0.035586 0.00225 0.030357 -0.013462 0.005347 0.001737 0.000794 -0.027103 -0.026592 0.012014 0.025054 0.009372 0.012165 0.004189 -0.004644 -0.010044 0.021138 -0.023004 -0.00376 -0.007961 0.020471 0.000486 0.058148 -0.000108 -0.022328 0.000637 0.0022 -0.005549 0.008547 -0.00818 0.008126 -0.014188 2.7e-05 -0.00164 0.017906 -0.00978 -0.017196 0.000637 0.005055 -0.004068 -0.022775 -0.028162 0.00075 -0.010358 -0.024423 0.025308 0.019456 0.008001 0.016931 -0.011869 0.007499 0.006932 -0.009972 0.032581 -0.000649 0.03254 0.038908 0.021242 0.00611 -0.000739 -0.032697 -0.027216 -0.017664 -0.000264 0.007043 -0.016248 -0.017963 0.004977 -0.005367 0.026807 -0.022695 -0.022643 -0.01128 -0.016952 -0.010292 0.006957 -0.0023 0.013892 -0.003326 0.006425 -0.002686 0.009846 0.005064 0.000336 0.015891 0.030162 -0.041032 -0.001979 -0.016334 0.010997 0.016532 -0.021825 -0.004707 0.012171 -0.006949 -0.016433 -0.013776 0.007135 -0.033056 0.010754 -0.048692 -0.014157 0.004501 0.017239 0.014919 0.027961 0.004174\nቸ 0.061898 -0.015036 -0.071742 0.036913 -0.006065 0.032804 0.009068 0.005329 -0.05874 -0.049244 0.041386 0.014058 -0.027321 -0.008118 0.024451 0.025765 -0.00494 -0.060179 0.001386 -0.032633 -0.027808 0.004725 0.017667 0.027062 -0.000912 0.006388 -0.013379 -0.000865 -0.027213 -0.03904 0.039432 -0.034116 -0.024183 -0.063217 0.023102 0.012952 -0.043801 0.070198 0.000215 0.036224 -0.03174 0.03151 0.01208 -0.00347 -0.027279 -0.047735 0.026702 0.002618 -0.008684 0.02835 0.024795 0.077275 0.038635 -0.037676 0.041194 0.018948 0.022338 0.044018 -0.025452 0.048229 -0.041752 -0.039857 -0.00856 -0.024438 0.023148 0.041702 0.06086 -0.022766 0.059539 0.027287 -0.059306 -0.014294 0.041115 0.048236 -0.043682 0.028241 -0.02149 0.047638 -0.037051 -0.025805 0.009775 0.009395 0.010818 0.023894 -0.013905 -0.079367 0.010944 -0.016123 -0.032552 0.001004 0.007142 0.024254 0.022033 -0.001497 0.01668 -0.003703 -0.006226 -0.039117 -0.010212 0.00978 -0.044297 -0.001051 -0.018182 -0.054669 0.001912 -0.002434 -0.020573 -0.002182 0.028678 -0.011887 0.066752 0.025572 -0.011164 -0.023129 0.007994 -0.006934 -0.029789 0.009046 -0.020182 -0.046144 0.040553 -0.000609 0.070913 0.014302 0.038449 0.048767 -0.034366 -0.028055 -0.028516 -0.015492 -0.038635 -0.008723 -0.018076 0.031644 -0.043397 0.029412 -0.061269 -0.021236 0.011031 0.05739 -0.014184 0.000293 0.020539 0.053778 -0.027693 -0.058657 0.084243 0.008688 -0.006075 -0.044987 0.007511 0.004464 0.044775 0.030649 0.00829 0.006267 0.00664 -0.023623 0.033571 -0.019127 -0.015532 0.02112 0.067826 0.012013 0.000961 -0.033923 0.021628 -0.028332 0.023642 0.014622 -0.042864 -0.027459 -0.005888 0.060297 -0.049749 -0.04499 -0.007409 -0.009153 -0.052174 -0.025923 0.058316 -0.00074 -0.008789 -0.008276 0.003857 -0.026275 0.008062 0.009899 -0.065666 -0.003409 0.003606 0.035201 -0.049821 -0.051279 0.005539 0.056429 -0.032382 -0.000238 0.007375 -0.002371 -0.039502 -0.047933 0.018945 0.023469 0.041862 0.043163 0.024185 -0.014364 -0.015782 0.057669 -0.039838 0.003123 -0.00784 0.030665 -0.028928 0.109464 0.010439 -0.019253 -0.016691 -0.000271 -0.016072 -0.009191 -0.029584 0.012658 -0.021345 0.006219 -0.01038 0.057081 -0.007735 -0.061199 -0.003186 -0.006794 0.013885 -0.024278 -0.040993 -0.008528 -0.015752 -0.034321 0.050494 0.034015 0.00712 0.043451 -0.059117 0.01595 0.019948 -0.004493 0.052845 0.017069 0.052336 0.077431 0.031932 0.001112 -0.001509 -0.046926 -0.04814 -0.040055 0.025034 0.028043 -0.025877 -0.027639 0.012564 -0.020511 0.019029 -0.046341 -0.042363 -0.034843 -0.055931 0.000498 0.017781 -1.3e-05 0.00503 0.026343 0.010562 -0.022725 0.023167 0.031156 -0.043188 0.021885 0.059445 -0.054938 5.8e-05 -0.011698 0.025941 0.013256 -0.019202 0.007732 0.030212 -0.001222 -0.008024 -0.033849 -0.004426 -0.060495 -0.023823 -0.095618 -0.00513 -0.014291 0.010125 0.0454 0.026871 -0.004826\nڀ 0.040814 0.010109 -0.077855 0.015914 -0.024241 0.043516 0.003197 -0.029458 -0.020215 -0.043871 0.039655 0.012325 -0.031563 -0.027264 0.03152 -0.005331 0.017316 -0.025477 -0.034192 -0.063709 -0.009746 0.029706 0.011195 0.027584 -0.008009 0.004398 -0.008333 0.000407 -0.013902 -0.037867 0.015648 -0.043695 -0.007205 -0.035443 0.012164 0.035717 -0.038554 0.041732 -0.008208 0.02322 -0.039893 0.019569 0.009334 -0.00824 -0.032286 -0.016167 0.043343 -0.003464 0.012141 0.0067 0.001521 0.036873 0.046363 -0.016355 0.053258 -0.010292 0.011233 0.024675 -0.028098 0.016651 -0.030961 -0.026227 -0.007766 -0.008423 0.021779 0.021364 0.051623 -0.016853 0.03375 0.026997 -0.084045 -0.016285 0.044624 0.028067 -0.043194 0.011218 -0.023835 0.032195 -0.024184 -0.023945 -0.013038 -0.014438 0.019042 -0.002844 -0.024446 -0.051864 -0.000294 -0.036394 -0.000548 -0.022644 -0.003034 0.029143 0.016046 0.005319 0.021142 -0.013182 -0.000313 -0.060401 -0.005144 -0.013147 -0.030047 0.006122 -0.004669 -0.043901 0.015351 -0.007246 -0.023735 -0.006912 0.017967 -0.006955 0.048764 0.032934 0.02593 -0.036907 0.004907 -0.01075 -0.008854 0.008495 -0.014708 -0.03277 0.038277 -0.000888 0.030187 0.013209 0.030747 0.030583 -0.026319 0.002362 0.000746 -0.012328 0.005923 -0.00461 -0.00933 0.040872 -0.023456 0.022533 -0.061537 0.006 0.016924 0.034588 0.000245 -0.035411 0.011283 0.01531 -0.005278 -0.064528 0.062821 0.040941 0.01905 -0.036613 0.012707 0.009921 0.028114 0.034241 0.011917 0.010775 0.000638 -0.030006 0.006537 -0.013126 -0.021648 0.010256 0.030761 0.011536 0.008407 -0.015555 -0.002138 -0.022567 0.023066 0.022226 -0.056884 -0.030732 -0.012135 0.031203 -0.023882 -0.022863 -0.027995 -0.007536 -0.049283 -0.006086 0.049118 -0.014217 0.00974 -0.031901 0.001365 -0.016842 -0.008208 0.025722 -0.058398 0.003202 0.010952 0.019885 -0.030955 -0.037335 -0.007596 0.023052 -0.02644 0.022474 0.00468 0.000525 -0.049298 -0.018654 0.025854 0.022319 0.043604 0.026552 -0.006961 -0.017549 -0.007858 0.042602 -0.010655 -0.00246 -0.015436 0.01118 -0.024232 0.073461 0.029198 -0.032028 0.011086 -0.01339 0.009642 0.020722 -0.021307 -0.016777 -0.028295 -0.010688 -0.009165 0.020874 -0.015318 -0.032453 -0.012824 0.010557 -0.001534 -0.007922 -0.042561 -0.009151 -0.011597 -0.056345 0.032008 0.012778 -0.007955 0.020718 -0.03587 0.013126 0.005226 0.011949 0.020325 -0.009145 0.044354 0.067802 0.015308 0.012179 0.001235 -0.046261 -0.02222 -0.02977 0.003749 0.040106 -0.044291 -0.009852 -0.00322 -0.028997 0.029662 -0.036206 -0.035519 -0.037581 -0.041308 -0.026183 0.003813 0.019121 0.007225 0.018812 0.005865 0.016813 0.00815 -0.03951 -0.007781 0.021659 0.047333 -0.04632 0.008007 -0.022003 0.005277 0.008603 0.003543 -0.018148 0.034432 0.002224 -0.00632 -0.024179 0.003643 -0.043178 0.012531 -0.071305 -0.01053 0.010125 0.000368 0.012756 0.020063 0.0127\nȃ 0.020461 0.014878 0.031541 0.002937 -0.009342 0.003071 0.01808 0.026462 -0.01921 0.031896 0.000867 -0.036138 0.025013 0.03896 -0.001275 0.00756 0.01482 0.003562 0.035331 -0.036343 -0.038258 -0.006571 -0.021973 -0.003965 0.013399 -0.012721 -0.003123 0.004833 -0.000998 0.0158 0.01512 -0.021242 -0.003735 -0.005327 0.005894 -0.00289 0.003382 -0.000561 0.0083 -0.021868 -0.032364 0.017427 0.01065 -0.003754 0.038687 -0.011596 -0.002395 0.005008 -0.009538 -0.032139 0.018387 -0.033249 0.044754 0.0007 0.016634 -0.017119 -0.004393 -0.017246 -0.006292 -0.025442 0.001159 -0.017947 0.020108 0.012086 -0.010545 -0.013116 0.016908 -0.018354 0.006443 0.01263 0.00346 0.004804 0.00285 0.011212 0.024491 -0.007491 0.004532 -0.006582 0.017693 -0.014172 0.015679 0.01531 -0.006756 0.001407 -0.019057 0.015266 -0.001212 0.035006 -0.016018 0.012191 0.016154 -0.015361 -0.006972 -0.002456 0.005811 0.013467 -0.003782 -0.040666 0.004181 -0.018047 0.017306 -0.002793 -0.011069 0.009884 -0.002516 -0.022486 0.024988 -0.009211 -0.007103 0.007755 0.002072 0.026417 -0.01776 -0.019611 0.052771 0.004434 -0.002949 0.000148 -0.008226 0.019835 -0.008169 0.005068 0.032728 0.034844 -0.013049 -0.028906 -0.001927 -0.019148 0.003292 -0.022771 0.01491 0.029599 0.014195 0.000527 -0.002843 -0.034033 -0.02048 0.036581 0.008882 -0.026621 -0.016531 0.013901 -0.010787 0.017067 -0.019987 -0.030383 0.011825 -0.001616 0.033259 0.008067 -0.041057 -0.008757 -0.001897 -0.007191 -0.001013 0.010946 0.015701 -0.002376 -0.022675 -0.008902 0.020102 -0.004464 0.002549 -0.010671 -0.01184 0.054064 0.001242 0.02711 -0.006359 0.013228 0.011514 -0.023085 0.018301 0.010465 -0.008687 0.03101 0.000882 -0.013878 0.047173 0.019237 0.033992 0.047776 -0.012369 -0.000195 -1.4e-05 0.051994 0.014237 0.031603 0.005804 -0.015048 0.035611 0.040042 0.025625 -0.01779 -0.037347 -0.014035 -0.025247 0.015355 0.000485 0.023388 0.007904 0.012361 0.043448 -0.011662 0.008051 0.002649 -0.002968 -0.057725 -0.006923 -0.001219 -0.000881 0.018819 -0.003985 0.027785 -0.001715 0.01781 0.014027 0.01281 -0.033052 0.001196 -0.013257 0.016846 -0.006635 0.003857 0.021145 -0.007404 0.024158 -0.008051 -0.013208 0.047517 0.022041 -0.001049 0.00157 -0.011735 0.007945 0.045416 -0.012212 -0.023384 -0.027499 0.011103 -0.032847 -0.00805 0.009029 -0.023648 0.007629 -0.000561 0.014001 -0.011958 0.016259 0.005992 -0.017807 0.001948 0.000974 -0.018348 0.013846 -0.00403 -0.016374 -0.003303 -0.031462 0.036829 0.01538 -0.00511 -0.004721 -0.029605 0.010545 0.000381 0.017652 -0.00484 -0.003872 0.005456 -0.029619 -0.03498 -0.002085 0.00943 -0.001328 -0.009185 -0.032426 -0.009717 0.014449 0.000284 0.017051 -0.019079 -0.027443 0.023464 -0.001394 -0.003115 -0.000253 0.000594 0.012166 0.002283 -0.038143 -0.010835 -0.009613 -0.011571 -0.0059 -0.018434 0.002816 -0.022445 -0.047779 0.003397\nւ 0.029442 -0.001897 -0.025436 0.012605 0.012962 0.030226 -0.001422 -0.004555 -0.007552 -0.023766 0.036219 0.005568 -0.011446 -0.019102 0.017253 -0.006936 0.018522 -0.017128 -0.0079 -0.043967 -0.020609 -0.000967 0.004696 0.014341 -0.01225 0.018024 -0.018765 -0.007305 -0.023419 -0.02151 0.022452 -0.035757 -0.009092 -0.027928 0.01316 0.022615 -0.044238 0.03303 0.016119 0.010896 -0.02419 0.007016 0.008049 0.011574 -0.030896 -0.019099 0.021653 -0.014269 -0.007292 0.007996 -0.003504 0.036207 0.027723 -0.036591 0.039628 0.009586 0.00419 0.021678 -0.026638 0.018459 -0.026409 -0.024396 -0.007111 -0.011366 0.01628 0.02363 0.020124 -0.013571 0.038722 0.012342 -0.042548 -0.011455 0.012304 0.012629 -0.050142 0.006905 -0.025258 0.006981 -0.043313 -0.01892 0.005509 -0.005216 -0.014022 0.009574 -0.016552 -0.040108 -0.004264 0.008896 -0.019424 -0.007248 -0.005621 0.023587 0.005181 0.001785 0.007706 -0.010646 -0.000928 -0.017974 0.005202 -0.012687 -0.01727 0.009215 -0.002814 -0.011707 0.026106 -0.006535 -0.018139 0.019779 0.036798 -0.009358 0.045669 0.02765 0.01 -0.015437 0.004493 -0.01228 0.001678 -0.005914 -0.020269 -0.031921 0.019677 0.001814 0.021806 0.027434 0.033505 0.016952 -0.00263 -0.01324 -0.005157 -0.015058 -0.011724 -0.000971 -0.004213 0.024695 -0.017543 -0.000626 -0.014427 0.000854 0.017715 0.036863 0.007545 -0.008992 -0.007638 0.015983 -0.02258 -0.049585 0.043119 0.010821 0.000143 -0.038516 0.001976 0.006649 0.023378 0.011967 -0.000851 -0.000502 0.009512 -0.015909 0.006016 -0.011859 -0.024061 0.017826 0.011227 0.016136 -0.017457 -0.006934 0.01464 -0.029085 0.022604 0.011152 -0.021541 -0.02405 -0.009862 0.026309 -0.011705 -0.030264 0.001181 -0.016871 -0.038204 -0.009274 0.026664 -0.014953 0.011209 -0.012027 -0.002898 -0.019248 0.007056 0.022241 -0.047969 -0.004972 0.023059 0.0183 -0.036501 -0.015813 0.004538 0.03385 -0.006089 0.010284 0.008693 0.004324 -0.024379 -0.026182 0.005892 0.017463 0.008114 0.015285 0.002232 -0.005207 0.008172 0.031089 -0.015335 0.003298 -0.014663 0.016154 -0.000306 0.05979 -0.000234 -0.025566 0.014685 -0.001081 -0.002056 0.014304 -0.005569 0.006132 -0.016636 -0.02774 0.009574 0.019197 0.000668 -0.011414 -0.005272 -0.006325 -0.003793 -0.003629 -0.02593 -0.005343 -0.010912 -0.025149 0.01835 0.012141 0.003034 0.008623 -0.015025 0.002094 0.000727 -0.012531 0.020693 5.4e-05 0.042817 0.035432 0.026385 0.004296 0.003892 -0.026067 -0.030665 -0.021212 -0.012497 0.016789 -0.029483 -0.01266 0.000948 -0.004167 0.020449 -0.025163 -0.036176 -0.006448 -0.020085 -0.034332 0.003319 -0.001788 0.022938 -0.002621 0.010113 -0.010543 0.02037 0.003502 -0.003101 0.015557 0.037769 -0.041748 -0.000161 -0.014829 0.016405 0.018922 -0.009593 -0.011855 0.008189 -0.002673 -0.019503 -0.008447 0.006893 -0.033115 0.005219 -0.04634 -0.008177 0.013889 0.029191 0.01254 0.006956 -0.002937\ną 0.037411 0.00107 -0.035715 0.01841 0.009748 0.030223 0.004537 0.011885 -0.024621 -0.028437 0.035806 0.013219 -0.000419 -0.02609 0.033134 -0.007856 -0.004332 -0.026026 -0.004396 -0.030573 -0.022187 -0.009152 0.000427 0.01051 -0.01324 0.019923 -0.008912 0.000466 -0.004901 -0.026437 0.028585 -0.020983 -0.017266 -0.022817 0.00687 0.010559 -0.045543 0.036922 0.00748 0.003005 -0.028516 0.01158 0.009761 -0.001372 -0.026785 -0.014878 0.026436 -0.010138 -0.007255 0.019239 0.004947 0.057413 0.014637 -0.034324 0.03025 0.005731 0.005222 0.023732 -0.025083 0.023335 -0.018371 -0.016795 -0.021006 -0.023397 0.017912 0.015869 0.015789 -0.031498 0.026805 0.003962 -0.027118 -0.007472 0.019281 0.003264 -0.057145 0.002923 -0.026276 0.021572 -0.009132 -0.008247 0.030043 -0.012824 -0.001996 0.021914 -0.021528 -0.037403 -0.004621 -0.005477 -0.015686 -0.00309 -0.00664 0.03311 0.008107 -0.009509 0.013049 -0.01047 0.009579 -0.04405 0.000501 0.003118 -0.002548 -0.002801 -0.001045 -0.00865 0.008478 0.003137 -0.013267 -0.000873 0.029943 0.005477 0.031699 0.025339 0.012291 -0.017912 0.007128 0.004729 0.007242 -0.003235 -0.01397 -0.019939 0.015601 -0.004312 0.039892 0.012528 0.032388 0.006732 -0.006709 -0.021483 -0.010151 -0.009824 -0.01834 -0.011531 -0.0021 0.025759 -0.036432 0.011113 -0.009255 0.000707 0.00641 0.039424 -0.01257 -0.010339 0.012173 0.011854 -0.024015 -0.048446 0.052185 0.002927 0.001857 -0.043847 0.01271 -0.000834 0.028745 0.027896 0.007417 0.004038 0.000458 -0.030886 0.000708 -0.018633 -0.020752 0.021773 0.011607 0.015274 -0.003302 -0.001317 0.024727 -0.011924 0.012577 0.017157 -0.017649 -0.026024 -0.014766 0.029169 -0.023248 -0.041663 -0.010298 -0.006052 -0.038403 -0.037081 0.024977 -0.005069 0.004774 -0.005841 -0.0054 -0.024633 0.006546 0.015853 -0.043594 0.0051 0.017957 0.021805 -0.017566 -0.031209 -0.001519 0.021633 -0.010495 0.02224 0.00674 -0.003318 -0.026753 -0.013421 0.011485 0.019185 0.006276 0.02488 -0.011266 -0.016842 -0.006547 0.019177 -0.012942 9e-06 -0.007079 0.021781 0.005347 0.060249 -0.002376 -0.027303 -0.006642 0.007037 0.005288 0.002583 -0.008917 0.012233 -0.028586 -0.011195 0.001529 0.016685 -0.008891 -0.012915 0.000789 0.002172 -0.003024 -0.024531 -0.037369 -0.00948 -0.001901 -0.024613 0.027607 0.013385 0.012075 0.016078 -0.020524 0.014964 -0.015403 -0.001968 0.035281 -0.001327 0.020967 0.036805 0.023633 0.008388 0.000411 -0.033955 -0.028148 -0.023874 -0.008254 0.014196 -0.026823 -0.019263 0.001239 -0.009323 0.019377 -0.017593 -0.015794 -0.011213 -0.011183 -0.020655 0.014852 -0.002981 0.013544 -0.005541 -0.006615 0.010212 0.021846 0.008406 -0.004059 0.014504 0.020971 -0.038023 0.004391 -0.014672 0.005833 -0.003022 -0.015869 -0.009232 0.018508 -0.001513 -0.016185 -0.005046 -0.000198 -0.026062 0.012836 -0.04352 -0.016886 0.01143 0.021579 0.014613 0.007679 0.008277\nဏ 0.014037 -0.000648 -0.014942 0.004319 0.056614 0.104062 -0.002401 -0.047627 -0.009281 -0.022951 0.067432 -0.003993 0.025602 -0.024443 0.032283 0.002328 0.009328 0.022457 0.028363 -0.069263 -0.000733 -0.025313 0.026873 -0.022762 0.005308 -0.000608 -0.074906 -0.056386 -0.041708 -0.066169 0.080021 -0.004376 -0.083864 -0.0823 0.03214 0.046727 0.020181 0.040793 0.00378 -0.003381 -0.034565 -0.026423 0.038395 0.0028 -0.037004 0.012765 -0.008716 0.037151 -0.00714 -2.2e-05 -0.020311 0.03038 -0.04328 -0.008173 0.06757 0.068168 -0.035272 -0.043459 0.000456 0.029641 -0.111952 -0.002666 -0.009778 -0.065049 0.054797 0.021882 0.012117 0.008489 0.034974 0.044891 -0.076858 0.024316 0.027688 0.007289 0.017231 -0.010973 0.004335 0.042217 -0.080355 0.021744 -0.050147 0.017577 -0.005425 0.018174 -0.03816 -0.065252 -0.05109 0.042447 -0.011722 0.008236 0.001532 0.060433 0.016857 -0.084652 0.023971 -0.03629 -0.040513 -0.030052 -0.028288 -0.047046 -0.077949 0.018072 0.00897 -0.040784 0.03475 0.026754 0.021359 -0.05681 0.087223 -0.032298 0.020964 0.03712 0.066434 -0.065285 0.04708 0.006085 0.017512 -0.033158 -0.03772 0.020684 -0.023759 -0.020123 0.019431 0.011198 0.039629 0.069166 -0.069921 0.036769 -0.018778 -0.053507 -0.052898 0.000468 0.021171 0.071216 -0.011331 0.010593 -0.051706 0.044217 -0.023213 0.038899 0.010829 -0.025356 -0.062612 0.049162 0.001028 -0.008753 0.078897 -0.034306 0.004135 -0.008937 -0.004573 -0.000465 0.05176 -0.010668 -0.046705 0.010997 0.030156 0.053412 0.056039 -0.043331 -0.034363 -0.012065 0.014798 0.021799 -0.028709 -0.037671 0.049297 -0.022869 0.003756 0.028445 -0.010565 0.020173 0.00216 0.015197 0.02559 -0.012843 0.061563 -0.039473 -0.053755 -0.001617 0.056106 0.048556 0.0485 -0.023698 -0.006903 -0.023246 0.054829 0.037807 -0.005819 0.025324 -0.019059 0.034578 -0.03245 -0.027212 0.027992 -0.014398 0.033099 -0.00032 -0.017821 -0.004862 -0.029565 -0.044985 0.026475 0.038003 0.021531 0.030805 -0.016724 0.005069 -0.006961 0.076564 -0.018511 -0.006089 0.016802 -0.011993 -0.05384 0.070868 0.008675 -0.018133 -0.020798 0.043335 0.022125 -0.014945 -0.048109 0.018451 -0.048016 0.012654 -0.011882 0.041682 0.035166 -0.022117 -0.043674 -0.018653 0.019769 -0.051752 -0.091453 -0.071264 -0.067917 -0.026921 0.001811 -0.015265 0.034352 0.043331 0.009939 0.022985 -0.052661 -0.019142 0.023416 -0.010963 0.019918 0.015573 0.048054 0.023819 -0.012479 0.005409 -0.03465 0.017215 -0.047978 0.004619 0.009624 0.017457 0.00272 -0.037488 0.044138 -0.054925 -0.061851 -0.019233 -0.001339 -0.013036 -0.049977 -0.008896 -0.00541 0.00617 0.022269 0.002821 0.015091 0.016226 0.040061 -0.060442 0.108167 -0.074306 0.07041 -0.041356 0.017997 0.030088 -0.014719 -0.044859 0.037508 -0.02315 0.007818 -0.076898 -0.026433 -0.065375 0.048003 -0.067617 -0.0762 0.007561 0.037302 0.040666 -0.001992 0.03678\nޖ 0.088564 -0.026864 -0.177474 0.020724 0.007984 0.117639 0.024737 -0.045337 -0.028654 -0.128552 0.105007 0.01572 -0.035277 -0.079131 0.11571 -0.055646 0.042825 -0.024696 -0.018169 -0.157615 -0.056238 0.028166 0.039582 0.016012 -0.00897 0.014693 -0.036705 -0.04632 -0.072537 -0.094371 0.045364 -0.102492 -0.046243 -0.129758 0.032764 0.047909 -0.06797 0.144615 0.014454 0.085288 -0.114679 0.044714 0.013126 0.003344 -0.132926 -0.053633 0.050497 0.020595 -0.013711 -0.003328 0.021093 0.152742 0.070108 -0.103297 0.118829 0.026944 -0.043108 0.040622 -0.05518 0.077675 -0.127431 -0.041344 -0.014672 -0.034957 0.061125 0.050806 0.136943 -0.032973 0.125068 0.066167 -0.146002 -0.022799 0.082975 0.056333 -0.068974 -0.00879 -0.111543 0.032158 -0.117767 -0.050019 0.004098 -0.004116 -0.023093 0.025495 -0.04972 -0.110823 -0.008742 -0.021405 -0.094832 0.021049 -0.05088 0.09628 0.013564 -0.065394 0.053473 -0.025095 -0.004879 -0.07874 -0.038204 -0.025084 -0.091544 0.023265 -0.014428 -0.118237 0.029672 0.017782 -0.054632 0.028469 0.117354 0.015952 0.115207 0.067027 0.072618 -0.035212 0.02226 0.007826 -0.039979 -0.003345 -0.037533 -0.118674 0.038377 -0.01252 0.09028 0.107061 0.10779 0.015329 0.004505 -0.050669 -0.03188 -0.097867 -0.074259 0.017931 -0.043441 0.083595 -0.018685 0.041848 -0.040358 0.024331 0.038979 0.157501 0.009054 -0.056068 0.01551 0.089374 -0.136599 -0.13711 0.18102 0.071217 -6.2e-05 -0.092293 0.012646 0.004505 0.12728 0.056703 0.008455 -0.067055 0.010236 -0.055461 0.063615 -0.045299 -0.068342 0.034822 0.067532 0.027816 -0.080151 -0.043139 0.121012 -0.086916 0.037946 0.069035 -0.03327 -0.089777 -0.043225 0.07385 -0.036488 -0.08254 -0.039786 -0.043559 -0.110406 -0.047825 0.080437 -0.060587 0.034604 -0.030469 -0.003188 -0.032946 0.004275 0.065519 -0.172083 0.050467 0.042013 0.09262 -0.117616 -0.088452 0.021227 0.119157 -0.052918 0.081361 -0.012175 -0.012417 -0.085452 -0.071594 0.052233 0.088518 0.015022 0.071794 0.094575 -0.011355 -0.021596 0.112773 -0.034162 0.002387 -0.057132 0.015584 -0.045029 0.223858 0.029759 -0.043542 0.010837 0.039199 -0.043271 0.033063 0.011405 0.055312 -0.036886 -0.049449 0.017019 0.058175 -0.036194 -0.091532 -0.03246 -0.010853 0.022252 -0.048015 -0.127119 -0.044672 -0.053561 -0.081173 0.076838 0.099491 0.055626 0.100654 -0.068671 0.048037 0.027296 0.007968 0.068954 0.036955 0.098014 0.145957 0.117535 -0.000137 -0.005284 -0.106809 -0.090507 -0.083339 -0.038883 0.03998 -0.098805 -0.002505 0.008481 -0.050193 0.053213 -0.077818 -0.082109 -0.036109 -0.108753 -0.054747 0.039454 0.018391 0.098899 0.006022 0.067436 -0.016842 0.041659 0.031081 -0.025174 0.059841 0.158894 -0.179278 0.047882 -0.064487 0.04855 0.04072 -0.014945 -0.03917 0.030141 -0.037986 -0.031306 -0.062195 0.020015 -0.097522 0.027524 -0.190782 0.001778 0.039481 0.015395 0.062585 0.036801 0.002245\nʘ 0.027548 0.004804 -0.042896 0.028933 0.000448 0.006331 0.01019 -0.015281 -0.014988 -0.012615 0.02075 -0.001647 -0.018808 -0.005311 0.026293 0.009299 0.017835 -0.032052 -0.013347 -0.013604 -0.027523 0.014848 -0.009608 0.024789 0.01338 -0.005359 0.002278 -0.016867 -0.011036 -0.017355 0.022427 -0.018405 -0.007946 -0.036194 0.009679 0.021061 -0.01643 0.020706 0.01732 0.024058 -0.005499 0.022278 0.010676 0.003455 -0.008596 -0.020628 0.013158 -0.001721 0.003181 0.016076 -0.004306 0.024497 0.030693 -0.009581 0.019233 -2.5e-05 0.000787 0.027403 -0.020975 0.018024 -0.02625 -0.016896 -0.011875 0.001467 0.000649 0.014649 0.042201 -0.024463 0.011994 0.016681 -0.029309 -0.008271 0.017632 0.010201 -0.02971 0.00073 -0.018068 0.014682 -0.005286 -0.01697 0.005034 0.00237 0.018762 0.007488 -0.019343 -0.041027 0.021965 -0.026123 -0.0091 -0.000438 0.007813 0.020394 0.029017 0.002436 0.000678 0.011742 -0.006078 -0.025709 0.001573 0.00814 -0.011527 -0.003844 -0.002175 -0.024392 0.002918 0.00489 -0.000548 -0.00516 0.011333 0.000565 0.026739 0.008865 0.020358 -0.005321 0.00532 -0.006485 -0.017224 0.02134 0.00066 -0.029146 0.010497 -0.003118 0.014895 -0.00268 0.01471 0.02821 -0.007124 -0.010485 0.003637 -0.008615 0.004204 0.006507 -0.013808 0.011268 -0.017893 0.01204 -0.035435 -0.02556 -0.000421 0.023254 -0.012129 -0.017071 0.002779 0.01631 -0.002477 -0.027273 0.024131 -0.006666 0.001537 -0.025336 0.008257 -0.010723 0.01211 0.01863 0.00512 0.006936 -0.004253 -0.023017 0.012105 -0.017122 -0.015141 0.014405 0.015944 0.015539 0.00096 -0.011277 0.003732 -0.007003 0.010941 -0.000858 -0.014807 -0.012171 0.003066 0.004431 -0.002096 -0.018837 -0.015895 -0.001769 -0.026461 -0.016631 0.028227 -0.017267 -0.005083 -0.001533 0.013642 0.001918 0.004028 0.004445 -0.024895 0.003615 0.006637 0.008001 -0.013293 -0.01869 -0.000409 0.02463 -0.010253 0.010288 0.00043 -0.001922 -0.004636 -0.003231 0.013372 0.007012 0.015239 0.01147 -0.014861 -0.014417 -0.000236 0.028501 -0.007098 0.015984 -0.017542 0.00737 -0.023096 0.027714 0.002362 -0.015472 0.013861 -0.007728 -0.008124 0.004847 -0.007782 0.015793 -0.010726 0.010389 0.011173 0.01074 -0.000462 -0.027595 -0.004856 0.014785 0.000858 -0.00628 -0.020314 -0.013056 -0.015247 -0.026569 0.013374 0.02445 0.014732 0.013949 -0.021866 0.00216 0.006786 -0.003993 0.015545 0.015481 0.032681 0.028831 0.005929 0.001884 -0.008366 -0.022276 -0.010603 -0.007052 0.007477 0.007453 -0.007063 -0.003723 -0.012971 -0.011341 0.013638 -0.028379 -0.017274 -0.014485 -0.026091 0.009079 -0.001057 -0.001587 -0.006724 0.022413 0.004696 -0.004544 -0.00241 -0.01104 -0.009519 0.011028 0.021796 -0.028762 -0.002004 -0.012523 -0.003625 -0.014023 -0.009431 0.000496 0.003171 -0.008237 -0.000761 -0.013209 -0.010762 -0.028354 -0.008792 -0.033282 -0.012816 -0.004777 0.020759 0.011382 0.006373 -0.010027\nป 0.026729 0.001234 -0.037535 0.023614 0.01269 0.032886 0.007029 -0.00339 -0.020297 -0.024883 0.023799 0.003972 -0.004995 -0.01851 0.027005 -0.002869 0.00561 -0.02126 -0.005676 -0.039216 -0.014332 0.005897 0.003987 0.012363 0.002497 0.012311 -0.014547 -0.005062 -0.012985 -0.022007 0.012048 -0.026461 -0.017687 -0.036822 0.00368 0.016112 -0.035296 0.033555 0.008737 0.018597 -0.02838 0.010144 0.001097 -0.007267 -0.026024 -0.021024 0.032535 0.001837 -0.00193 0.006427 0.001409 0.039949 0.028781 -0.031301 0.035837 0.001869 -0.001067 0.022079 -0.013058 0.018665 -0.03002 -0.025483 -0.001903 -0.017151 0.011435 0.015726 0.028811 -0.015446 0.035766 0.013538 -0.042898 -0.008462 0.01932 0.011974 -0.048924 0.006975 -0.029541 0.024816 -0.032805 -0.012676 0.013314 -0.004169 0.004283 0.011951 -0.019918 -0.045098 -0.000995 -0.002105 -0.018699 -0.000471 -0.00723 0.025729 0.01093 -0.015898 0.013742 -0.002536 0.005435 -0.031963 0.004597 0.001578 -0.019702 0.004325 -0.001861 -0.021457 0.017163 0.000625 -0.010387 0.009175 0.028653 -0.003642 0.044389 0.02108 0.028219 -0.015252 0.007079 0.00273 -0.002902 -0.000722 -0.006278 -0.035549 0.017387 0.004211 0.035864 0.020404 0.034974 0.012078 -0.01517 -0.012417 -0.004039 -0.014701 -0.009033 -0.008295 -0.017109 0.029016 -0.020202 0.01206 -0.032769 4e-06 0.006562 0.038981 0.001635 -0.006351 0.006208 0.024611 -0.032316 -0.041654 0.040189 0.004179 0.002577 -0.041338 2e-06 0.004951 0.034091 0.025273 0.002681 0.007196 0.003988 -0.026039 0.009612 -0.020877 -0.014927 0.008929 0.020404 0.013976 -0.011691 -0.013688 0.022411 -0.017069 0.020717 0.012868 -0.021772 -0.017016 -0.010926 0.025117 -0.020841 -0.022244 -0.002433 -0.005891 -0.0364 -0.018533 0.034278 -0.010826 0.006228 -0.007995 -0.008098 -0.013551 0.00327 0.016202 -0.04734 0.002007 0.011697 0.026475 -0.032394 -0.029761 0.009432 0.033863 -0.0156 0.008943 0.00343 0.000515 -0.031406 -0.029699 0.014261 0.025317 0.024574 0.016735 0.008646 -0.005031 -0.002119 0.0299 -0.02062 -0.002341 -0.007272 0.014793 0.001978 0.057274 0.002262 -0.022605 0.00903 -0.006482 -0.001594 0.008279 0.0003 0.004069 -0.023293 -0.003164 -0.001678 0.017386 -0.005048 -0.025689 -0.006555 -0.00194 -0.00427 -0.024073 -0.029688 -0.003387 -0.007697 -0.032774 0.02411 0.026212 0.0102 0.028313 -0.026966 0.009939 0.002371 -0.006804 0.031569 -0.004129 0.035209 0.049808 0.017113 0.002154 -0.00565 -0.036876 -0.025708 -0.015145 -0.000329 0.025372 -0.020156 -0.014621 0.00918 -0.012229 0.027905 -0.020927 -0.020595 -0.025489 -0.030668 -0.010924 0.006623 0.000949 0.018178 0.001881 0.010225 0.000689 0.011649 -0.001859 -0.000778 0.010856 0.041275 -0.04261 0.000249 -0.007718 0.01193 0.014587 -0.01631 -0.006391 0.018431 -0.007699 -0.021581 -0.010924 0.010825 -0.039808 0.008969 -0.058784 -0.008475 0.006618 0.008879 0.016421 0.018631 0.001718\nƚ 0.017852 0.016122 -0.041991 0.024562 -0.026822 0.066793 -0.026894 -0.009744 -0.027176 -0.030294 0.065675 0.015685 -0.033641 -0.023891 0.019028 -0.027081 -0.000187 -0.001634 -0.009084 -0.027528 0.034663 -0.008416 0.016847 0.019536 0.005406 1.2e-05 0.010453 0.020971 -0.001388 -0.038609 0.013126 -0.040338 -0.015442 -0.035623 0.014864 0.036691 -0.047237 0.032092 -0.002435 -0.004038 -0.010892 0.013303 0.012211 -0.001563 -0.036385 -0.002574 0.009623 0.012154 0.00494 -0.015199 0.034025 0.059086 0.049529 -0.007006 0.024722 0.00646 -0.015578 -0.015257 0.002842 -0.037331 -0.000944 -0.018083 -0.010448 -0.018452 0.023918 0.014307 0.056296 0.000163 0.02207 -0.014358 -0.053049 0.015103 0.034981 0.006677 -0.041614 -0.004766 -0.032015 0.054908 -0.02181 0.02644 -0.005399 0.007199 -0.004958 0.002073 -0.015086 -0.026852 -0.015458 -0.001227 0.004348 0.036115 -0.031391 0.026697 0.010517 0.01347 0.020103 -0.027829 -0.008919 -0.051006 0.006042 -0.013812 0.00375 0.00224 0.012624 -0.006463 0.032902 0.010186 -0.012746 0.00753 0.024494 -0.001324 0.070014 0.02966 0.022041 0.008898 -0.012419 0.01882 -0.006177 -0.005408 0.000231 -0.016553 0.015115 -0.000468 0.052153 0.026472 0.026812 0.003349 0.025178 -0.009671 -0.01539 -0.006521 -0.017022 -0.015338 -0.043764 0.043844 -0.008358 -0.007144 0.022744 0.013964 -0.005293 0.028764 -0.031071 -0.013692 -0.007385 0.009901 -0.068044 -0.031596 0.008255 0.00632 -0.011665 -0.048059 -0.016769 -0.026684 0.014343 0.020852 0.046871 0.001844 0.00748 -0.009945 0.040881 0.01439 -0.004966 0.014346 0.014637 5.4e-05 -0.03866 0.017529 0.02522 -0.043048 0.01736 0.033237 -0.034122 -0.012092 0.01593 0.014338 -0.005908 -0.006863 -0.031229 -0.012096 -0.022604 0.009486 0.016003 -0.036218 0.001627 -0.004271 -0.021495 0.009093 0.001914 0.04943 -0.041465 0.000667 0.012025 0.001383 -0.058973 -0.039917 -0.003712 0.020443 -0.018755 0.011077 0.013524 0.002324 -0.035736 -0.030124 0.014057 0.025871 0.018754 0.018598 0.011651 0.032141 0.005351 0.021876 -0.00507 -0.01406 0.013538 0.006544 0.018018 0.07274 0.011509 -0.004084 -0.003385 0.027772 -0.023627 0.027013 -0.006575 -0.011297 -0.023706 0.018264 -0.007772 0.010167 0.007355 0.011867 -0.002401 0.011295 -0.00519 -0.017609 -0.060923 0.013209 -0.041398 -0.060753 0.016157 0.03296 0.017066 0.041918 -0.009526 0.028491 -0.017551 -0.007258 0.013265 0.006809 0.018285 0.027964 0.009918 -0.016731 -0.01916 -0.048266 -0.000547 -0.045173 0.003771 0.003201 -0.00938 -0.009655 0.020881 0.014753 0.00971 -0.047836 -0.030451 0.010646 -0.000101 -0.053139 0.00021 -0.023031 0.025898 0.000263 0.007947 0.009826 -0.018822 0.023128 0.001008 0.035483 0.014843 -0.060845 -0.011292 -0.023171 0.001562 0.018373 -0.002664 0.002663 0.03576 0.008482 -0.038393 -0.01833 0.020264 -0.024913 0.025281 -0.057302 0.01262 0.022184 0.000855 0.018152 0.002312 0.009206\nಜ -0.002557 0.021519 0.028066 -0.049305 -0.008562 -0.014367 -0.075189 -0.030121 -0.035872 0.009133 0.020665 0.039459 0.011031 0.003554 -0.038253 -0.01054 0.012622 0.042904 0.020797 -0.031772 0.004941 0.022045 0.012527 -0.062484 -0.019003 -0.011603 0.005712 -0.041543 0.007575 0.001645 -0.004158 0.047866 0.012353 0.043665 -0.008155 -0.037468 0.078276 -0.015264 -0.019106 -0.021334 0.017742 -0.060026 0.060993 0.023549 0.004257 0.045173 -0.038405 -0.00581 0.005967 -0.04697 0.00694 -0.042597 -0.034621 -0.0027 0.018251 0.000218 -0.022102 -0.001312 0.020629 -0.062855 -0.009684 0.034985 0.021029 -0.007174 0.023136 -0.021797 -0.030032 0.046641 -0.022405 -0.014891 -0.003438 -0.026972 -0.012263 -0.000377 0.002288 -0.007237 0.00597 -0.055222 -0.019289 0.011841 -0.02417 -0.023981 0.004395 -0.053951 0.026165 0.084102 -0.008184 -0.018238 0.027012 0.016294 -0.003449 -0.030723 0.017242 0.017599 0.002759 0.020651 -0.038791 -0.004274 -0.019309 -0.004657 -0.021051 0.014766 0.0066 0.045816 0.006931 -0.004241 -0.010529 0.007741 0.026894 0.000877 -0.003214 0.007561 0.027002 -0.019293 -0.014867 -0.016167 0.044524 -0.018041 0.00149 0.05153 -0.010187 -0.019724 -0.00959 0.036828 -0.016131 -0.021952 -0.009991 0.025035 0.03622 0.020343 0.009629 -0.036878 0.032751 -0.007016 -0.019909 -0.056252 0.003652 0.006505 0.027832 -0.033138 0.003821 -0.01338 -0.003697 -0.069458 -0.009367 0.037912 0.00271 0.011284 0.01127 0.042636 -0.02451 0.009818 -0.003482 -0.036733 -0.006044 0.010001 0.01813 -0.030462 -0.013883 0.034335 -0.039709 -0.045507 -0.017876 -0.014101 -0.035819 0.007652 -0.000743 0.000752 0.011505 -0.036645 6.1e-05 0.020486 -0.017062 0.024701 0.047376 0.005727 0.018038 0.0135 0.020345 0.008581 -0.059345 -0.019553 0.030027 -0.020869 -0.031166 -0.021729 0.028757 -0.008599 0.072904 0.007018 0.070635 0.009969 0.038948 0.019958 0.029443 -0.048987 0.025016 -0.002152 0.014078 -0.020575 0.034125 0.013578 -0.019789 0.017389 0.000155 0.002659 0.02572 -0.019751 0.000127 0.008375 0.044264 -0.049084 0.048413 0.008683 0.039482 -0.012952 0.036147 0.023073 0.02694 0.011854 0.015576 -0.026521 0.052851 -0.037046 0.016981 -0.007629 -0.003964 -0.028852 0.01055 -0.002188 0.013488 -0.047409 0.03279 -0.004016 0.022212 0.021791 0.003719 0.000643 -0.036791 -0.018 0.001162 -0.020035 0.012173 -0.005373 -0.040432 0.04663 -0.063356 0.006149 -0.058831 -0.046984 -0.035043 0.008203 -0.011537 0.029533 0.060387 0.044915 0.028351 0.00873 -0.009273 -0.016802 -0.017885 0.003527 -0.012015 -0.002642 0.017519 -0.008844 0.011984 -0.001348 0.002953 0.023763 0.00455 0.024192 0.009378 0.053576 -0.029708 -0.037801 0.000461 0.01629 -0.003373 0.029513 0.046039 0.026135 -0.017657 -0.018339 0.035709 -0.021078 0.044998 0.012441 0.030754 0.051423 -0.01633 0.073199 -0.011899 0.000612 -0.00393 -0.021672 -0.029965 -0.013685 -0.013193 0.03124\nஞ 0.035437 -0.002678 -0.048396 0.021002 0.028225 0.021932 0.007818 -0.005594 -0.017482 -0.017789 0.019681 -0.008244 -0.007677 -0.030555 0.019455 -0.014388 0.015844 -0.028875 -0.012577 -0.048173 -0.015193 -3.1e-05 -0.023812 0.028416 0.018707 0.020563 0.011085 -0.016098 -0.006905 -0.023968 0.005268 -0.029442 -0.031605 -0.039419 0.027514 0.021905 -0.072733 0.044554 0.005091 0.023342 -0.02721 0.03072 0.012063 0.003247 -0.017409 -0.022543 0.049418 0.003256 0.007755 0.008776 -0.005388 0.067845 0.040208 -0.022447 0.050414 -0.008726 -0.02705 0.037062 -0.004185 0.041112 -0.022774 -0.030987 -0.012513 -0.022185 0.006797 0.024488 0.069894 -0.024051 0.012011 0.01996 -0.04739 -0.011387 0.024043 0.014703 -0.062897 0.015899 -0.027286 0.03676 -0.048626 -0.056672 0.003126 0.003178 0.00869 0.026401 -0.01678 -0.060059 0.019902 -0.017604 -0.032991 -0.013825 -0.005034 0.041435 0.007594 -0.012081 0.017164 0.006969 0.005755 -0.035873 -0.014368 -0.01599 -0.013911 -0.001554 -0.00221 -0.049162 0.016266 -0.017379 -0.013692 0.022556 0.041259 0.013087 0.041644 0.026209 0.026663 -0.024345 -0.018862 0.00046 -0.02745 -0.000335 -0.007339 -0.054802 0.021783 -0.004166 0.031867 0.017751 0.030181 -0.00274 -0.028592 -0.020837 -0.025966 -0.032671 -0.021759 -1.8e-05 -0.025743 0.03051 -0.006774 0.031393 -0.031002 -0.018631 0.003369 0.046336 0.003836 -0.008859 0.020959 0.016949 -0.052905 -0.058093 0.042098 0.021587 -0.017411 -0.058781 0.021652 0.009245 0.033167 0.035681 -0.004286 -0.017497 -0.020759 -0.019787 0.000177 -0.000501 -0.01072 0.008543 0.028842 0.028155 0.000523 -0.022708 0.060515 -0.021153 0.029465 0.012136 -0.015527 -0.020921 -0.0124 0.038372 -0.037772 -0.035367 0.001206 -0.028284 -0.035508 -0.023847 0.03339 -0.034765 0.013572 -0.010934 0.002827 -0.003597 -0.01394 0.019468 -0.066228 0.00056 -0.001714 0.030054 -0.035602 -0.029265 -0.00091 0.060891 -0.002137 0.003672 -0.016841 0.013436 -0.026918 -0.029449 0.018329 0.017331 0.027332 0.008262 0.008075 -0.012123 -0.020438 0.049199 -0.019936 0.027149 -0.008893 0.011298 0.014329 0.067899 0.016059 -0.025118 0.015367 -0.01365 -0.006749 0.018147 -0.023974 0.018118 -0.0094 -0.002928 -0.002983 0.036532 -0.014655 -0.016149 0.011628 0.011877 -0.011215 -0.013509 -0.050091 -0.017832 -0.000661 -0.040098 0.026804 0.043941 -0.011543 0.02037 -0.005268 0.008422 -0.014661 -0.017898 0.029966 -0.00978 0.046151 0.076527 0.011246 0.007073 0.005254 -0.053412 -0.055438 -0.021395 -0.006442 0.017274 -0.038375 -0.044226 0.00505 -0.007064 0.039883 -0.020922 -0.022487 0.007644 -0.047197 0.008578 0.00679 0.001669 0.03686 -0.009702 0.016302 0.013306 0.011794 0.008429 0.006211 0.012107 0.047194 -0.050435 -0.025108 -0.015629 -0.005662 0.00178 -0.024752 0.008263 0.031181 -0.015454 -0.028749 -0.012657 0.004657 -0.052802 0.004473 -0.046963 0.00373 0.00701 0.005605 0.009723 0.02455 -0.004683\nᰧ 0.071237 -0.026135 -0.046795 0.02193 0.015596 0.04291 0.007901 -0.01733 -0.014851 -0.036637 0.026562 -0.014856 -0.00706 -0.061595 0.032485 -0.032173 -0.012321 -0.035449 -0.00655 -0.05762 0.000438 -0.000344 -0.000988 -0.002797 0.009394 0.041054 -0.016205 -0.000197 0.000589 -0.034347 0.042632 -0.025767 -0.03369 -0.055767 -0.00188 -0.008376 -0.038434 0.056171 0.009352 0.035049 -0.048994 -0.012811 0.009236 -0.005397 -0.026799 -0.020902 0.0451 -0.00103 -0.035096 0.042463 0.025981 0.045289 0.039852 -0.057436 0.085972 0.028569 -0.019176 0.013972 -0.009171 0.042495 -0.033568 -0.041668 -0.014633 -0.009588 0.010847 0.013299 0.079533 -0.028273 0.043193 0.015633 -0.062977 0.001868 0.020464 0.046332 -0.082912 0.0063 -0.025597 -0.002628 -0.04248 -0.005657 0.020856 -0.019653 0.0292 0.000933 -0.017034 -0.045116 0.015 0.007177 -0.007619 -0.012274 0.008498 0.026168 -0.002326 -0.008113 0.001257 -0.006068 -0.007382 -0.056082 -0.015448 -0.019482 0.002615 0.020312 0.003271 -0.016524 0.011109 -0.013649 -0.023917 0.026429 0.040635 -0.011401 0.057833 0.062422 0.031852 -0.009796 0.021806 -0.000764 -0.007013 0.034519 -0.025363 -0.041664 0.011417 -0.016525 0.059049 0.063182 0.060818 -0.008035 0.011566 0.011966 -0.013441 -0.040047 -0.026988 -0.004573 -0.044047 0.019845 -0.024885 0.023069 -0.019255 0.02683 0.017833 0.024361 -0.001945 0.020338 0.020457 0.015795 -0.064789 -0.054026 0.096436 0.01516 0.009137 -0.057713 0.022354 0.038844 0.066211 0.019355 -0.008217 0.044301 0.029206 -0.044413 0.027993 -0.016722 -0.031244 0.008611 0.02689 0.007951 -0.036404 -0.046166 0.028063 -0.019375 0.009412 0.022084 -0.041437 -0.006822 -0.030754 0.047641 0.001833 -0.03572 0.018124 -0.002713 -0.019314 -0.028493 0.032436 -0.031593 0.030914 0.002844 -0.009057 -0.038518 0.013436 0.000148 -0.038206 -0.002739 0.056255 0.048745 -0.041803 -0.041952 0.005498 0.079583 -0.046787 0.012537 -0.030285 -0.004053 -0.063843 -0.021722 0.005028 0.025034 0.011449 0.008567 0.035912 -0.017895 -0.006505 0.000617 -0.010662 -0.014735 0.005505 0.022106 0.031372 0.058023 -0.008344 -0.017079 -0.009978 0.027103 0.013854 0.018921 0.007691 0.000395 -0.030914 -0.020638 -0.001421 -0.011177 -0.031688 -0.033666 0.008734 -0.011249 -0.00126 -0.007471 -0.0483 0.008267 -0.027645 -0.026237 -0.005827 -0.026191 -0.002408 -0.015263 -0.04811 0.043794 0.023307 -0.012735 0.051523 0.000138 0.036139 0.059885 0.018069 0.023806 -0.019514 -0.032837 -0.047131 -0.043094 -0.026685 0.028872 -0.051061 -0.002799 0.0047 -0.039551 0.030038 -0.028669 -0.049252 -0.036964 -0.024955 -0.02667 -0.000726 0.005748 0.014646 -0.018808 0.032944 -0.017733 0.019233 0.014182 0.04416 0.032748 0.085376 -0.054449 -0.016299 -0.053117 0.027674 0.029844 -0.048699 -0.032461 0.021116 0.003476 -0.015099 -0.038047 -0.013387 -0.04953 0.060022 -0.084692 0.02042 0.020478 -0.022222 0.043633 0.018973 0.020841\nث 0.035813 0.003215 -0.05475 0.021062 0.009082 0.034266 0.009417 -0.003703 -0.02741 -0.033537 0.032448 0.012259 -0.010227 -0.019115 0.031797 -0.001973 0.011577 -0.024701 -0.008597 -0.045558 -0.025829 0.005392 0.011121 0.01777 -0.001028 0.017952 -0.006323 -0.017908 -0.017964 -0.035901 0.023449 -0.036921 -0.018359 -0.039711 0.004591 0.014817 -0.035562 0.041806 0.000678 0.017541 -0.033821 0.017558 -0.000827 0.0018 -0.035394 -0.028575 0.035372 -0.003051 0.005273 0.015063 0.008349 0.054255 0.040441 -0.033807 0.039522 0.008525 -0.006231 0.024909 -0.017865 0.025984 -0.032848 -0.031186 -0.015019 -0.015339 0.017205 0.025076 0.045307 -0.017997 0.036192 0.019162 -0.057499 -0.004435 0.027363 0.016314 -0.046908 0.00493 -0.029349 0.035765 -0.033108 -0.015892 0.010467 0.002293 0.009013 0.013445 -0.015511 -0.053343 0.007635 -0.010916 -0.022837 -0.006492 -0.011341 0.024412 0.009994 -0.013814 0.014769 -0.005285 -0.001837 -0.045701 0.002764 -0.010127 -0.019226 -0.001327 -0.002069 -0.036148 0.010651 -0.007663 -0.017806 0.003446 0.037659 -0.004119 0.050094 0.017231 0.021897 -0.021178 0.008974 0.001518 -0.011767 0.005468 -0.017731 -0.038831 0.020583 -0.001481 0.039023 0.020457 0.032127 0.018818 -0.010704 -0.020823 -0.019218 -0.01859 -0.014853 -0.00047 -0.00894 0.030257 -0.021302 0.013823 -0.033398 0.002629 0.010193 0.05465 -0.003938 -0.012815 0.014465 0.023552 -0.034274 -0.046554 0.054228 0.006794 0.00025 -0.046642 0.008742 0.006779 0.037754 0.030602 0.004416 0.001941 -0.000602 -0.019965 0.019672 -0.021559 -0.017141 0.013866 0.027331 0.01939 -0.018835 -0.019726 0.024825 -0.026924 0.021801 0.019868 -0.029651 -0.027544 -0.008712 0.037169 -0.021667 -0.033193 -0.013484 -0.018589 -0.03543 -0.015772 0.035723 -0.014152 0.004833 -0.010759 -0.005043 -0.020593 0.004327 0.024558 -0.055674 0.005312 0.015028 0.022284 -0.034953 -0.037813 0.00488 0.039851 -0.022226 0.010548 -0.004727 0.006027 -0.031321 -0.03012 0.017441 0.021138 0.016916 0.021713 0.015125 -0.013858 -0.009376 0.040408 -0.022969 0.000531 -0.0158 0.014679 -0.007539 0.069108 0.010099 -0.02352 0.010163 -0.006159 -0.009131 0.010868 -0.008528 0.006304 -0.024843 -0.000246 0.000439 0.020612 -0.005637 -0.030292 0.004406 -0.002013 -0.004201 -0.018989 -0.037491 0.000295 -0.014637 -0.03657 0.022688 0.020241 0.008457 0.025273 -0.024324 0.0114 0.009858 -0.011379 0.04015 -0.003811 0.04313 0.057558 0.028185 0.007209 -0.001641 -0.044383 -0.031621 -0.02606 -0.002361 0.022803 -0.032745 -0.008129 0.003638 -0.016574 0.033479 -0.031685 -0.029843 -0.026664 -0.041353 -0.013757 0.007643 -0.000197 0.020223 0.003008 0.00913 -0.005529 0.014926 0.003012 -0.003895 0.020504 0.043641 -0.055849 -0.002944 -0.022015 0.014597 0.01053 -0.023992 -0.003905 0.020356 -0.012625 -0.016878 -0.018264 0.010741 -0.044608 0.006348 -0.066028 -0.006381 0.004425 0.017276 0.014514 0.024448 0.005879\n/ 0.025882 -0.008758 -0.031576 -0.001568 -6.6e-05 0.023736 0.007987 0.00127 -0.024134 -0.042498 0.000387 0.005928 -0.008653 -0.00904 0.016105 -0.008833 0.009367 -0.008666 -0.008471 -0.013835 0.001587 -0.01442 0.019011 0.013959 -0.001699 0.01964 0.01601 0.00459 0.00035 -0.007302 0.005081 -0.004932 -0.020354 -0.024731 0.00491 0.002268 -0.022321 0.003183 0.00134 0.001988 -0.022411 0.01579 0.012518 -0.001933 -0.024379 -0.018063 0.012861 -0.011855 0.006346 0.004216 0.001727 0.020767 0.04439 -0.014297 0.023276 -0.000588 -0.007119 0.017415 -0.0002 0.023319 -0.012716 -0.024744 -0.004916 -0.004694 0.003798 -0.010544 0.016162 -0.010108 0.011838 0.006677 -0.031483 -0.004433 0.011123 -0.007367 -0.023636 -0.002226 -0.001413 0.010629 -0.006141 0.01312 0.013289 0.017954 -0.003772 0.015658 -0.012366 -0.01655 -0.000776 0.013311 -0.024147 -0.00768 0.009637 0.003927 0.00619 0.00068 0.003916 0.017153 0.005314 -0.022997 0.001684 0.003029 -0.016366 -0.000109 -0.002088 -0.004052 -0.007661 -0.011038 -0.012027 -0.004202 0.007114 -0.000488 0.026968 0.003552 0.014683 -0.011418 0.004966 0.00245 0.010173 -0.010449 -0.000484 -0.005417 0.0123 0.001274 0.016959 -0.008006 0.004681 0.005072 -0.003205 0.001839 -0.007992 0.01697 0.000242 0.001831 0.008754 0.015491 -0.009441 0.013369 -0.017588 0.002239 -0.00968 0.030955 0.00291 -0.011955 0.011302 0.015657 -0.012291 -0.043007 0.019026 0.009309 0.006254 -0.01791 0.007433 0.000371 0.023107 0.009438 -0.00281 0.022133 0.001271 -0.031155 0.006039 -0.01172 -0.009665 0.008772 0.023247 0.008963 -0.034129 -0.0034 0.014781 0.008939 0.013383 0.010765 -0.013568 -0.005342 -0.011186 0.010338 -0.002197 -0.01128 -0.006134 -0.007923 -0.025217 -0.019944 0.022469 -0.012786 0.007641 -0.021255 -0.014506 0.00943 -0.01458 0.01319 -0.036885 0.008543 -3.7e-05 0.011575 -0.035369 0.002266 -0.002657 0.021229 -0.010373 -0.010066 0.004654 0.014595 -0.022777 -0.015732 0.017123 0.007086 0.013832 0.001705 0.00318 -0.011817 -0.006882 0.02188 -0.016866 -0.011483 0.000266 0.031186 -0.001609 0.017974 -0.01941 -0.018445 0.015216 0.014586 0.009813 0.004786 -0.013048 -0.001674 -0.007561 -0.000955 0.009139 0.019175 0.004436 -0.006144 0.012248 0.013412 -0.009106 -0.008919 -0.015618 -0.001551 0.005179 -0.017572 0.015774 0.014424 0.024399 0.021725 -0.014345 0.002556 -0.010419 0.00181 0.006103 -0.00881 0.021201 0.027702 0.011225 0.006294 0.004192 -0.027779 -0.018788 -0.007538 -0.010562 0.011671 -0.000977 0.004572 0.017858 -0.008663 0.014582 -0.00924 -0.007622 -0.005083 -0.010822 0.008913 -0.006519 0.011656 0.001946 -0.016668 -0.006663 -0.001096 0.005009 -0.006117 0.000253 0.003325 0.030323 -0.018959 -0.013442 -0.01145 0.00523 0.024307 -0.013222 0.000575 0.031982 -0.019102 -0.007552 -0.007583 0.013669 -0.02828 -0.031397 -0.026632 -0.001937 0.009155 0.016969 -0.006244 0.01241 0.005322\nή 0.028714 0.002507 -0.045327 0.02123 0.006378 0.037273 0.003119 -0.004158 -0.016229 -0.034491 0.036231 0.010849 -0.012523 -0.02583 0.032532 -0.010905 0.010826 -0.018638 -0.017934 -0.036149 -0.012571 0.009 0.008868 0.012354 0.008047 0.016626 -0.005729 -0.013888 -0.010637 -0.020776 0.022297 -0.034779 -0.014097 -0.034634 0.008385 0.016554 -0.030149 0.039091 0.006173 0.015733 -0.033229 0.010227 -0.003323 0.007934 -0.025036 -0.023538 0.029542 0.000624 0.004504 0.010905 0.007657 0.041886 0.035719 -0.026632 0.037535 0.007235 -0.002287 0.0226 -0.020207 0.024485 -0.030046 -0.027426 -0.008204 -0.017401 0.014169 0.020632 0.038036 -0.013687 0.026695 0.019891 -0.051135 -0.00644 0.025968 0.012748 -0.04535 0.003606 -0.031963 0.022319 -0.027187 -0.013953 0.009562 0.000288 -0.001332 0.015038 -0.015894 -0.043947 0.002347 -0.003797 -0.01307 0.000621 -0.003543 0.022448 0.001953 -0.003991 0.01054 -0.009228 -0.002283 -0.033758 -0.00941 -0.008284 -0.01612 0.001779 -0.0027 -0.030207 0.017848 -0.008483 -0.01432 0.009444 0.031558 -0.008441 0.043586 0.015649 0.020276 -0.008804 0.004861 0.003409 -0.000585 0.005625 -0.010517 -0.03987 0.020986 -0.003199 0.033535 0.021886 0.030452 0.003839 -0.007176 -0.011044 -0.009729 -0.013768 -0.012557 0.000402 -0.014432 0.027192 -0.01804 0.0112 -0.02575 0.004439 0.003022 0.047219 -0.009042 -0.010919 0.00817 0.022336 -0.030715 -0.046749 0.044184 0.01273 0.001791 -0.041288 -0.000113 0.006101 0.034729 0.023534 0.00287 -0.001693 0.000854 -0.021745 0.011092 -0.022276 -0.015861 0.015219 0.022042 0.015056 -0.015247 -0.010645 0.021062 -0.0216 0.020324 0.017441 -0.031623 -0.025405 -0.009168 0.036684 -0.013974 -0.022331 -0.006111 -0.010505 -0.037411 -0.014632 0.032002 -0.014943 0.007951 -0.007086 -0.003459 -0.011996 0.000172 0.018627 -0.055329 0.003493 0.017801 0.029372 -0.031794 -0.03418 0.002225 0.030738 -0.019685 0.016939 0.002559 0.000885 -0.034207 -0.032053 0.020914 0.022131 0.015704 0.012722 0.013543 -0.012638 -0.003912 0.030261 -0.012827 -0.004589 -0.011144 0.011681 0.000727 0.062223 0.009831 -0.020227 0.005363 -0.003404 -0.00586 0.011488 -0.010571 0.007432 -0.024062 -0.006869 0.005013 0.011488 -0.006072 -0.025164 -0.002793 0.002269 -0.003202 -0.021113 -0.031608 0.000754 -0.017406 -0.033513 0.024749 0.02754 0.007483 0.022312 -0.019906 0.01031 0.008374 -0.001751 0.032991 -0.002302 0.03378 0.050959 0.02359 0.00706 -0.002074 -0.032673 -0.029626 -0.022749 -0.004374 0.01829 -0.025074 -0.011785 0.00905 -0.007999 0.028238 -0.024888 -0.027924 -0.016264 -0.027373 -0.019406 0.006606 -0.001355 0.019059 -0.002094 0.010366 -0.001799 0.007044 -0.004475 -0.007125 0.019956 0.040321 -0.044076 -0.003506 -0.018592 0.009865 0.011451 -0.018141 -0.006437 0.015385 -0.008375 -0.016059 -0.014647 0.00073 -0.035352 0.005581 -0.063145 -0.01236 0.006169 0.006428 0.013715 0.01531 -0.00044\nະ 0.025261 -0.000965 -0.027651 0.023288 0.011053 0.028812 0.008252 0.001965 -0.017978 -0.022379 0.021826 0.005312 -0.004379 -0.019076 0.029179 0.00048 0.002735 -0.020256 -0.005665 -0.030022 -0.014399 -0.001629 0.008427 0.004238 0.000208 0.016556 -0.016688 -0.013626 -0.009491 -0.024408 0.021529 -0.0233 -0.016013 -0.03153 0.008225 0.014553 -0.030416 0.02857 0.002135 0.018105 -0.01919 0.006788 0.003611 -0.006117 -0.016692 -0.022911 0.030105 -0.005344 -0.003827 0.011513 0.005018 0.035031 0.024253 -0.032319 0.034608 0.006911 -0.005635 0.019576 -0.004596 0.021 -0.027713 -0.02131 -0.00736 -0.009982 0.007397 0.018615 0.029394 -0.010409 0.032351 0.016464 -0.053062 -0.008302 0.014261 0.016497 -0.042392 0.001886 -0.026957 0.016212 -0.027029 -0.013986 0.013612 -0.002273 0.009187 0.014836 -0.017418 -0.048488 0.005042 0.007246 -0.014155 -0.008085 -0.0019 0.019023 0.008809 -0.012786 0.018802 -0.006902 -0.001216 -0.035449 0.003423 -0.006104 -0.015965 -0.002577 -0.003885 -0.02165 0.01351 -0.005185 -0.010332 0.006873 0.031383 -0.003292 0.042147 0.012993 0.023995 -0.009967 0.008241 -0.000259 0.000326 -0.00112 -0.013584 -0.035229 0.017816 0.001637 0.036796 0.027853 0.026997 0.009839 -0.008872 -0.004687 -0.014555 -0.016278 -0.011599 -0.002718 -0.01348 0.02628 -0.026613 0.011412 -0.023558 0.001819 -0.001008 0.036336 -0.0006 -0.009387 0.004423 0.021349 -0.031335 -0.043878 0.039906 0.007632 0.005262 -0.042086 0.007996 0.012173 0.031933 0.015559 0.002929 0.01054 -0.003585 -0.017708 0.013406 -0.019509 -0.017241 0.01414 0.020579 0.011019 -0.010992 -0.01299 0.017129 -0.014461 0.023788 0.010459 -0.021411 -0.020954 -0.014204 0.037032 -0.022156 -0.023658 -0.004041 -0.007437 -0.034409 -0.021327 0.03035 -0.008663 0.00824 -0.008999 -0.004346 -0.01405 0.005049 0.018117 -0.043507 0.00157 0.010388 0.023898 -0.03653 -0.032893 0.004462 0.033801 -0.019405 0.012536 0.005007 0.000477 -0.027276 -0.025686 0.016214 0.018674 0.011096 0.015454 0.009159 0.002898 -0.004994 0.036862 -0.017192 -0.004049 -0.001611 0.016476 0.003622 0.051516 0.008279 -0.026841 0.007672 0.002404 -0.003108 0.006234 -0.006154 0.002808 -0.014822 -0.005829 -0.003517 0.009803 -0.007915 -0.025151 -0.004431 -0.001916 -0.009904 -0.023785 -0.025854 -0.000288 -0.013265 -0.023032 0.019234 0.023373 0.006347 0.027368 -0.021351 0.015655 -0.007987 -0.003936 0.033382 -0.010457 0.034409 0.048294 0.016175 0.005636 0.00271 -0.030335 -0.029072 -0.01441 -0.001141 0.016066 -0.023937 -0.011947 0.001928 -0.009855 0.025769 -0.023473 -0.0249 -0.021486 -0.03585 -0.012424 0.011866 -0.001763 0.019173 -0.001197 0.008663 -0.002062 0.010483 -0.000212 -0.00032 0.012861 0.037613 -0.035808 0.003812 -0.016857 0.013562 0.011213 -0.021671 -0.006076 0.007532 -0.006519 -0.017649 -0.008702 0.002136 -0.036593 0.009379 -0.057369 -0.01211 0.009173 0.011797 0.017262 0.016411 0.00342\nव 0.029707 -0.001424 -0.051728 0.024658 0.012241 0.038382 0.005168 -0.004827 -0.020867 -0.028699 0.03951 0.01014 -0.007695 -0.023757 0.02728 -0.002459 0.005492 -0.020735 -0.010002 -0.043507 -0.016455 0.005123 0.003046 0.014772 0.007517 0.022858 -0.010685 -0.00719 -0.016364 -0.02388 0.022699 -0.034246 -0.017838 -0.037647 0.006758 0.012459 -0.041057 0.041138 0.008571 0.019721 -0.031589 0.007979 0.004098 0.00322 -0.025615 -0.022753 0.03577 -0.004249 -0.001244 0.014777 0.009502 0.053489 0.039113 -0.033977 0.043033 0.004104 -0.002852 0.019052 -0.01039 0.02663 -0.028533 -0.031998 -0.003391 -0.021048 0.014962 0.019882 0.033945 -0.007694 0.032124 0.016411 -0.047447 -0.006247 0.026951 0.013513 -0.045513 0.004652 -0.027974 0.024168 -0.028759 -0.018179 0.009515 -0.000898 0.002447 0.019219 -0.018588 -0.044848 0.005167 -0.006532 -0.015279 -0.000211 -0.008712 0.023956 0.004609 -0.015757 0.011128 -0.008524 -0.005418 -0.038522 -9.1e-05 -0.006902 -0.022887 -0.000367 -0.006435 -0.021578 0.013074 -0.008926 -0.015426 0.010009 0.036112 -0.006743 0.046038 0.021155 0.023353 -0.016814 0.004327 -0.00032 -0.00778 0.001198 -0.015196 -0.042238 0.025471 -0.005698 0.042509 0.02367 0.031915 0.011294 -0.010785 -0.013461 -0.014752 -0.018513 -0.014521 -0.000316 -0.018137 0.030529 -0.021552 0.015057 -0.032549 0.005704 0.004552 0.044342 -0.008602 -0.00988 0.013109 0.027523 -0.03445 -0.051023 0.044197 0.009837 -4.2e-05 -0.040916 0.002351 0.013205 0.031075 0.023311 0.003152 0.01006 0.001523 -0.023425 0.015483 -0.021421 -0.020228 0.01243 0.021887 0.011012 -0.015599 -0.011496 0.023639 -0.021403 0.021098 0.020491 -0.031283 -0.020817 -0.009977 0.03394 -0.015119 -0.029395 -0.005721 -0.0077 -0.035761 -0.018622 0.033798 -0.010299 0.007815 -0.014159 -0.005827 -0.007935 0.003398 0.025825 -0.060329 0.002581 0.017235 0.026995 -0.03171 -0.040207 0.001209 0.03905 -0.018715 0.014892 0.001399 0.001018 -0.036068 -0.030444 0.016045 0.024019 0.017962 0.011307 0.015086 -0.007505 -0.009608 0.042195 -0.020714 -0.005527 -0.005176 0.017092 0.002012 0.06769 0.008897 -0.024319 0.010322 0.000732 -0.007585 0.010339 -0.006247 0.004272 -0.027399 -0.004876 0.00195 0.015284 -0.009505 -0.023008 -0.007107 -0.003041 -0.00604 -0.028151 -0.032665 -0.005079 -0.011251 -0.032529 0.031233 0.028393 0.009416 0.024682 -0.022781 0.017958 0.004569 -0.009123 0.037856 -0.003547 0.034288 0.05105 0.022333 0.008266 -0.00056 -0.043144 -0.031636 -0.021779 -0.004701 0.022723 -0.025282 -0.01373 0.001744 -0.012706 0.028351 -0.02174 -0.029039 -0.020646 -0.028638 -0.016145 0.005864 -0.003057 0.015276 0.000265 0.011002 -0.001571 0.007839 0.000261 0.001711 0.020075 0.04602 -0.048214 -0.00403 -0.020427 0.015779 0.015763 -0.024577 -0.006304 0.018431 -0.010035 -0.024421 -0.014904 0.00654 -0.039693 0.009935 -0.061626 -0.011568 0.006485 0.017818 0.017316 0.018656 0.004009\nា 0.024857 -0.002065 -0.033482 0.013765 0.005914 0.036437 0.004301 -0.006868 -0.016713 -0.026643 0.02845 0.006961 -0.007345 -0.015182 0.019386 -0.00029 0.003622 -0.020943 -0.006971 -0.038318 -0.011412 0.008488 0.009644 0.006328 -0.006313 0.017343 -0.015652 -0.011629 -0.014959 -0.016983 0.024678 -0.028688 -0.014356 -0.033263 0.006268 0.004846 -0.022045 0.035628 0.00329 0.021284 -0.029819 0.008691 0.001059 -0.002814 -0.02017 -0.014743 0.026768 -0.008284 -0.003554 0.010881 -0.003825 0.040283 0.023606 -0.02665 0.036143 0.010963 0.003744 0.017242 -0.002082 0.021924 -0.026348 -0.019917 -0.007066 -0.012709 0.010859 0.018409 0.039042 -0.018753 0.031495 0.016544 -0.047254 -0.008689 0.016771 0.015045 -0.04201 0.004968 -0.019336 0.013853 -0.029801 -0.009273 0.01633 0.000608 0.002909 0.014006 -0.01067 -0.042342 0.009359 -0.000288 -0.008143 -0.006536 -0.007522 0.015358 0.006406 -0.011094 0.012106 -0.00252 -0.002758 -0.03954 0.007468 -0.008686 -0.017254 0.000249 2.1e-05 -0.022728 0.012208 0.003209 -0.020234 0.003223 0.038434 -0.005763 0.035802 0.014092 0.014539 -0.013223 0.001367 -0.002044 0.000355 -0.003634 -0.018157 -0.033869 0.029984 0.000926 0.034327 0.014544 0.02768 0.009432 -0.006088 -0.009688 -0.011875 -0.019173 -0.009313 -0.004413 -0.015518 0.028413 -0.023948 0.007798 -0.022506 0.000348 0.006713 0.036553 -0.004454 -0.003586 -0.003626 0.019466 -0.040116 -0.041709 0.04707 0.012031 0.006562 -0.033936 0.005256 0.004439 0.024261 0.016848 0.005842 0.001793 0.000206 -0.020225 0.012869 -0.018631 -0.01842 0.014293 0.020498 0.012222 -0.014034 -0.013427 0.023248 -0.010119 0.017732 0.016255 -0.025528 -0.022555 -0.008735 0.031855 -0.014116 -0.0147 -0.004054 -0.011 -0.044849 -0.023026 0.029111 -0.006852 0.0076 -0.01514 -0.00448 -0.012059 0.00793 0.015281 -0.044483 0.001682 0.015158 0.01795 -0.030998 -0.025613 0.009029 0.037379 -0.021088 0.016557 0.006534 0.001446 -0.022279 -0.020419 0.016073 0.018905 0.020101 0.016483 0.01113 -0.00314 -0.01046 0.03158 -0.019911 -0.009606 -0.003315 0.013518 0.001515 0.045947 0.014963 -0.011229 0.010213 0.007432 -0.006703 0.01024 -0.004723 0.00128 -0.021249 -0.000851 0.000785 0.012762 0.000465 -0.017854 -0.016047 -0.001454 0.000487 -0.023695 -0.028984 -0.004454 -0.012138 -0.028657 0.017602 0.015784 0.008157 0.022723 -0.025325 0.018263 -0.007119 0.005631 0.026865 -0.004659 0.031258 0.048762 0.018108 0.007054 0.002765 -0.02714 -0.022834 -0.015765 0.003723 0.018692 -0.022248 -0.005449 0.009362 -0.00946 0.025751 -0.023804 -0.028763 -0.022053 -0.024071 -0.021912 0.007131 2.8e-05 0.018532 0.000505 0.013233 -0.002121 0.007265 -0.000797 0.006441 0.01755 0.040599 -0.043785 -0.002836 -0.011124 0.010983 0.01789 -0.016138 -0.014193 0.015356 -0.00889 -0.015606 -0.00886 0.006001 -0.031026 0.007904 -0.056615 -0.010251 0.005039 0.007476 0.015244 0.01356 -0.000158\nḻ 0.066704 -0.00483 -0.052722 0.027868 0.012691 0.050369 0.026996 -0.006395 -0.031677 -0.038116 0.047334 0.037094 -0.009515 -0.027509 0.038116 -0.009934 0.017981 -0.030621 0.002763 -0.038436 -0.018014 0.018925 0.002888 0.019702 0.014375 0.009875 -0.041174 -0.007725 -0.046421 -0.044293 0.021748 -0.022245 -0.020857 -0.036451 0.028894 -0.00076 -0.052627 0.06242 0.01228 0.026631 -0.046486 0.015717 -0.025179 -0.010352 -0.04895 -0.05383 0.042602 0.00266 0.012389 0.025958 0.03366 0.056285 0.031429 -0.028885 0.05274 0.017351 0.00146 0.038716 -0.031529 0.04852 -0.030001 -0.032635 -0.022544 -0.047098 0.028748 0.029588 0.041988 -0.037646 0.047864 0.026961 -0.049528 -0.023584 0.031253 0.044872 -0.056285 0.012185 -0.028526 0.041727 -0.044077 -0.028934 0.003475 -0.007041 -0.015575 0.029696 -0.029637 -0.07684 0.024848 -0.031052 -0.00757 -0.01689 0.006453 0.020983 -0.009114 0.011107 0.024067 -0.005031 0.001014 -0.059081 -0.009766 0.008561 -0.034343 0.007384 -0.018038 -0.024945 0.028194 -0.020143 -0.009873 -0.007679 0.048777 -0.029401 0.067828 0.026716 0.041223 -0.033123 0.030863 0.007298 -0.021461 0.025171 -0.017705 -0.063106 0.027462 -0.004084 0.066193 0.002493 0.033 0.011844 -0.022498 -0.011014 -0.010757 -0.024993 -0.014983 -0.011216 -0.036763 0.032984 -0.013026 0.033419 -0.032852 -0.026885 0.006211 0.055961 -0.015247 0.003089 0.029562 0.041793 -0.050588 -0.071245 0.043474 0.0291 0.010613 -0.047222 0.004094 0.017537 0.069854 0.058617 -0.00779 0.01069 0.001118 -0.041679 0.029046 -0.037896 0.015182 0.028029 0.032849 0.03399 -0.016557 -0.013806 0.028816 -0.042322 0.03425 0.018669 -0.058364 -0.027315 -0.016447 0.04517 -0.034481 -0.042347 -0.024697 -0.003341 -0.06044 -0.021622 0.067028 0.006413 -0.011346 -0.01286 -0.005746 -0.027367 -0.009583 0.032089 -0.111857 -0.00168 0.027726 0.040182 -0.030811 -0.070564 0.026938 0.061605 -0.015253 0.02451 0.026132 -0.006208 -0.028861 -0.036503 0.033686 0.047499 0.025637 0.025398 0.016512 -0.017345 0.003086 0.062313 -0.033948 0.008464 -0.003821 0.01986 -0.031537 0.093542 -0.006841 -0.00776 0.011234 -0.012846 -0.007522 0.004128 -0.009086 0.019005 -0.024876 0.002148 -0.007051 0.024029 -0.017154 -0.058176 -0.025594 0.006967 0.016321 -0.024086 -0.048831 0.013045 -0.012994 -0.059298 0.036007 0.050709 0.015921 0.041089 -0.015294 -0.003222 0.015077 -0.027472 0.084522 -2.7e-05 0.059255 0.076135 0.047272 0.007641 -0.011908 -0.053869 -0.062317 -0.016262 0.015458 0.035925 -0.017982 -0.029541 -0.015121 -0.027461 0.038936 -0.052267 -0.035292 -0.023107 -0.040582 -0.033164 0.005919 0.006244 0.000855 0.005138 0.003015 -0.011623 0.012376 0.009887 -0.008765 0.018192 0.046103 -0.058233 -0.005522 -0.030405 -0.0055 0.011531 -0.04425 0.011333 0.025424 0.000595 -0.027283 -0.036436 0.010594 -0.058042 0.030476 -0.085934 -0.021669 0.00315 0.013752 0.047735 0.014303 -0.011328\n݁ 0.069649 0.032703 -0.10772 0.065466 0.006292 0.068975 -0.012645 0.013941 -0.052438 -0.065007 0.014423 0.00743 0.004527 -0.057698 0.064927 0.026244 0.010503 -0.043578 -0.027262 -0.047301 -0.028507 0.012989 0.023955 0.001469 -0.035077 0.015651 -0.038462 -0.035552 -0.065972 -0.039492 0.021479 -0.088199 -0.030129 -0.059835 0.030675 0.0331 -0.06614 0.06268 0.016933 0.039035 -0.057469 0.037029 -0.003246 0.018461 -0.032605 -0.045752 0.059644 -0.00981 0.009588 0.045039 0.002466 0.098149 0.08093 -0.045188 0.072234 0.004174 -0.002416 0.032735 -0.003095 0.052208 -0.035161 -0.056213 -0.038545 -0.007226 0.026933 0.020861 0.089968 -0.03892 0.076658 0.042421 -0.084704 -0.012625 0.056499 0.028513 -0.07991 0.024463 -0.073172 0.057102 -0.027052 -0.019429 -0.008486 0.005563 -0.025785 0.028145 -0.040918 -0.111574 0.003538 -0.059023 -0.054826 -0.023754 -0.037019 0.028823 0.035779 -0.021402 0.049172 -0.001152 0.011683 -0.06644 -0.019806 -0.0039 -0.018988 -0.005012 -0.035966 -0.066259 -0.001927 0.001273 -0.04255 0.016843 0.076198 -0.00624 0.08604 0.029399 0.030503 -0.049525 0.013309 -0.010878 -0.032586 0.009091 -0.020304 -0.078298 0.033361 -4.2e-05 0.081248 0.010232 0.054376 0.024665 -0.034359 -0.020651 -0.044908 -0.000717 -0.014555 0.001773 -0.038581 0.040403 -0.05802 0.0169 -0.04536 0.002382 0.008574 0.061964 -0.01423 -0.016107 0.037681 0.039843 -0.015346 -0.04781 0.075135 0.01033 0.017761 -0.059877 0.012551 0.017985 0.040472 0.048132 0.006279 0.010034 0.004009 -0.01191 0.025758 -0.032512 -0.045649 0.047761 0.045766 0.030227 -0.003984 -0.03386 0.023108 -0.019535 0.039067 0.049845 -0.074467 -0.038263 -0.034485 0.011906 -0.026018 -0.055733 -0.052866 -0.021837 -0.060344 -0.057186 0.057497 -0.014982 -0.002417 -0.010335 0.000433 -0.03841 0.002196 0.036695 -0.09911 0.020376 0.004267 0.036068 -0.067216 -0.078861 0.010077 0.069665 -0.023344 0.020635 -0.006553 0.01438 -0.069389 -0.05597 0.033756 0.04917 0.020664 0.038011 0.009364 -0.021333 -0.010526 0.098369 -0.072956 -0.009035 -0.034538 0.022068 -0.001086 0.141158 -0.008616 -0.057825 0.016427 0.008843 -0.03997 0.028688 -0.023284 0.01045 -0.039626 -0.003789 0.007821 0.054484 -0.05105 -0.056991 0.033716 0.016644 0.011245 -0.012961 -0.058931 0.012885 -0.041955 -0.048882 0.065599 0.042703 -0.016629 0.036987 -0.046214 0.01465 0.014904 -0.031274 0.050959 -0.005934 0.078573 0.078924 0.060134 0.038721 0.009581 -0.077216 -0.070138 -0.041419 0.000809 0.020599 -0.044005 -0.01268 0.020769 -0.04488 0.020668 -0.047271 -0.074901 -0.055467 -0.077929 0.007084 -0.003517 -0.006465 0.037857 0.028869 0.032493 -0.018269 0.038988 0.037666 0.00745 0.058197 0.060357 -0.110087 0.022904 -0.044384 0.013253 0.010534 -0.022686 0.014816 0.02746 -0.019137 -0.028856 -0.064593 0.013 -0.063263 0.055478 -0.090609 -0.000871 -0.013127 0.026915 0.03762 0.068752 0.019351\nۀ -0.004268 -0.02639 -0.018828 0.005721 0.003563 0.06261 0.024528 -0.022762 0.010449 0.017055 0.073755 0.008227 0.014376 -0.000831 -0.02333 0.022051 0.002429 0.009916 0.0154 -0.057961 0.002125 -0.015292 0.0026 -0.015769 -0.00284 0.016453 0.000192 0.016349 -0.027523 -0.007669 0.04513 -0.020834 0.004811 0.036763 -0.025005 -0.020895 -0.032962 -0.006437 0.038438 -0.02581 -0.033269 -0.029114 0.042558 0.010627 0.021422 0.009123 0.023231 -0.009526 -0.016021 -0.000572 -0.015507 0.008532 0.029133 -0.041353 0.021564 0.032107 0.043787 0.038334 0.016781 0.018522 -0.006414 0.017943 -0.02301 -0.031031 0.031048 -0.025681 -0.030516 0.002189 0.025985 -0.045815 -0.039613 -0.020157 -0.015598 0.006036 -0.022378 -0.028102 0.006123 -0.012902 -0.029109 -0.019848 0.019507 0.014226 0.013135 -0.012587 -0.015601 0.013052 -0.008028 0.028422 0.034138 0.01553 -0.016045 -0.024667 -0.016809 0.00233 0.013216 0.004383 -0.009416 -0.018353 0.013405 -0.030399 -0.003379 0.012134 -0.010158 0.038754 0.002338 -0.042325 0.008579 0.053369 0.028529 -0.020073 0.034068 0.016301 0.032576 -0.011318 -0.005973 -0.011613 0.005877 0.008653 -0.040929 -0.008588 0.040498 0.015897 0.00912 0.040555 0.006826 -0.011414 0.027641 -0.006062 0.005168 -0.004989 -0.018656 0.009101 0.021682 0.029487 -0.024874 -0.023685 0.01612 -0.000528 0.007501 -0.00115 -0.024677 0.034007 -0.019448 -0.007312 -0.012986 -0.032521 0.024341 0.007363 0.025542 -0.068846 -0.038767 0.026929 0.002251 -0.053395 0.001473 0.002306 0.004842 0.002758 -0.016241 0.00012 -0.03952 -0.039269 -0.009418 0.0273 -0.013532 0.01411 -0.011965 0.014522 -0.015981 0.032382 -0.046589 -0.015327 -0.028986 0.036293 0.013006 0.034699 0.033822 -0.034103 -0.01146 0.01228 0.024793 0.003096 -0.008451 -0.027662 -0.011061 0.0012 -0.010169 0.012519 -0.029569 -0.016678 0.072573 -0.022402 -0.017584 -0.021297 0.040385 -0.01104 0.038485 0.024356 -0.029829 -0.019851 -0.019222 -0.037431 0.01041 -0.002681 -0.009499 -0.017441 -0.007492 -0.023407 0.026664 0.030233 0.001262 -0.028284 0.027876 0.04468 -0.009785 0.0251 0.019988 -0.03232 0.034822 0.041768 0.031323 -0.021339 -0.026716 2.8e-05 -0.035047 -0.007107 0.003268 0.008105 0.038555 -0.056949 -0.030128 -0.023542 0.038487 -0.037498 0.0173 -0.005283 0.019821 -0.017786 0.012945 -0.003417 0.003342 0.004135 -0.025492 0.029131 -0.015745 0.023361 0.008855 0.042152 0.030354 0.011226 -0.004574 -0.000514 -0.019348 -0.013275 -0.0008 -0.015321 -0.044326 -0.010316 -0.022007 -0.021416 0.011042 0.008705 -0.007376 0.036089 -0.01183 0.006708 0.04036 -0.027784 -0.00959 0.017596 -0.022035 -0.044383 -0.040167 0.006048 -0.033494 -0.013592 0.008435 -0.005162 0.057867 0.01299 -0.013643 0.007009 0.022071 0.05515 -0.030272 -0.005989 0.020022 -0.047101 0.002803 0.040575 -0.014002 -0.027444 0.008485 -0.028213 -0.02053 -0.004766 0.047876 0.00719 -0.008471 0.029703\nׂ 0.054109 0.01387 -0.09328 0.05176 0.033734 0.075677 0.024996 0.000727 -0.034979 -0.049404 0.05875 0.028139 -0.000176 -0.073789 0.067761 -0.021972 0.015557 -0.047689 -0.026137 -0.098189 -0.02425 -0.006114 0.016347 0.026131 0.003686 0.045288 -0.006651 -0.009998 -0.025666 -0.037496 0.027974 -0.05726 -0.030249 -0.081862 0.015776 0.021602 -0.078244 0.083052 0.018037 0.044913 -0.059699 0.003109 0.001125 0.011742 -0.047563 -0.059888 0.076835 -0.013051 -0.009255 0.04448 0.000859 0.11231 0.076436 -0.074089 0.088278 0.009677 -0.018963 0.04307 -0.023665 0.042677 -0.040966 -0.066012 -0.007625 -0.011745 0.027647 0.022737 0.070074 -0.025133 0.066773 0.026493 -0.075992 -0.007223 0.036255 0.027333 -0.096194 0.01394 -0.049827 0.052202 -0.040003 -0.025315 0.018079 -0.004537 -0.003092 0.031866 -0.054367 -0.102108 0.01137 -0.021533 -0.035182 -0.013192 -0.024861 0.050916 0.002539 -0.050368 0.00907 -0.026372 0.00286 -0.080117 0.000739 -0.019161 -0.021198 -0.001817 0.002891 -0.045801 0.024356 -0.012008 -0.018176 0.019551 0.066492 -0.002871 0.077885 0.036598 0.037411 -0.029743 0.022433 0.019434 -0.030349 0.005095 -0.023371 -0.075932 0.028676 0.008808 0.080677 0.045607 0.062068 0.016186 -0.024256 -0.022664 -0.019785 -0.033729 -0.040864 0.003128 -0.035261 0.044351 -0.046057 0.033391 -0.051591 0.006391 0.005444 0.098291 -0.00741 -0.027446 0.047843 0.036372 -0.071423 -0.083765 0.075994 0.000331 0.00809 -0.073278 0.006566 0.033825 0.0468 0.06202 -0.011266 0.02368 -0.003348 -0.037829 0.020897 -0.04724 -0.028607 0.03412 0.039918 0.016959 -0.013804 -0.022939 0.033944 -0.052 0.03494 0.061175 -0.058639 -0.042742 -0.027071 0.074138 -0.043219 -0.056743 -0.029651 -0.004011 -0.059382 -0.049492 0.083276 -0.006682 0.005836 -0.017987 -0.023448 -0.037621 0.002195 0.03626 -0.117488 0.006232 0.014538 0.051652 -0.054847 -0.093542 -0.005223 0.078615 -0.036598 0.013164 0.009553 0.007936 -0.076734 -0.069747 0.022605 0.047685 0.037597 0.032668 0.021877 -0.010722 -0.024681 0.079495 -0.057618 -0.012844 -0.012996 0.027291 0.010503 0.123585 0.00239 -0.047642 -0.004958 0.001003 -0.010508 0.022168 -0.011296 0.004269 -0.040098 0.003327 -0.003109 0.032596 -0.02666 -0.016974 -0.003379 0.003257 -0.011894 -0.057551 -0.072573 0.003056 -0.023321 -0.053457 0.061879 0.055591 0.018407 0.053967 -0.031461 0.032961 0.021679 -0.048614 0.093851 -0.02197 0.072042 0.100616 0.049646 0.035656 0.023798 -0.100632 -0.068408 -0.030225 -0.004363 0.039789 -0.036403 -0.031257 0.021342 -0.007229 0.061514 -0.039054 -0.06229 -0.035729 -0.055463 -0.018686 0.016837 -0.000644 0.046623 -0.000748 0.01122 -0.007222 0.04175 0.021179 0.01268 0.033931 0.075758 -0.091002 -0.015866 -0.039642 0.027029 0.041735 -0.047743 0.001066 0.028552 -0.026297 -0.040796 -0.03886 0.030438 -0.082925 0.026914 -0.110328 -0.017772 0.018831 0.024584 0.027959 0.051544 0.010663\nే 0.032862 0.007307 -0.03907 0.029453 0.012991 0.048072 0.006383 -0.008401 0.005743 -0.019831 0.041006 0.011485 -0.018988 -0.033677 0.037916 0.001298 0.026218 -0.028156 0.021489 -0.046205 -0.017845 -0.002646 0.014869 0.022843 -0.000702 0.030675 -0.020634 -0.01859 -0.016045 0.014011 0.034751 -0.016136 -0.011709 -0.028251 0.015552 0.001706 -0.045067 0.030755 0.003466 0.015535 -0.027307 0.003839 -0.001944 0.021379 -0.019209 -0.02386 0.049303 0.012473 0.006647 0.001362 0.010522 0.027229 0.044178 -0.04878 0.044827 0.022019 -0.020807 0.035659 -0.023012 0.003761 -0.035336 0.001015 -0.0162 -0.020162 0.008489 0.014531 0.036691 -0.012851 0.021133 0.000736 -0.002361 -0.022281 0.034536 -0.006794 -0.062541 -0.005197 -0.01941 0.028289 0.005207 -0.007986 0.010423 0.011648 -0.013031 0.018789 -0.031971 -0.059663 0.020787 0.015142 -0.019952 -0.007213 -0.020061 0.035304 -0.022742 -0.018477 0.003734 -0.004191 -0.015607 -0.037509 0.00744 -0.00969 0.005891 -0.002107 0.014732 -0.0273 0.028213 -0.00582 -0.026634 -0.000586 0.03445 0.015156 0.040704 0.042883 0.014937 -0.011988 0.006778 0.0072 0.002515 -0.008343 0.007924 -0.048745 0.028887 -0.002483 0.033201 0.011778 0.038981 0.001474 -0.016261 -0.018799 -0.008209 -0.01389 -0.019601 0.019002 -0.019407 0.037227 -0.018312 0.037339 -0.016012 0.037807 -0.003675 0.058784 -0.006586 -0.005257 0.020642 0.036088 -0.0487 -0.046577 0.026091 -0.004892 -0.007396 -0.022685 -0.007621 0.012364 0.014422 0.020065 0.014115 -0.001087 -0.015756 -0.023706 0.004684 -0.023127 -0.013186 -0.001476 0.04299 0.004181 -0.005416 -0.013321 0.022067 -0.030585 0.034273 0.007109 -0.045093 -0.035607 -0.014791 0.03675 -0.045937 -0.042302 -0.004534 -0.006166 -0.018004 0.004626 0.054217 0.014815 0.007636 -0.003789 0.006066 -0.019053 -0.001632 0.002716 -0.062001 0.000956 0.011395 0.023026 -0.03514 -0.037323 -0.008333 0.043588 0.001047 0.005639 -0.00808 0.002591 -0.01775 -0.027818 0.008637 0.010013 0.030668 0.005435 0.016334 -0.003186 -0.006278 0.008937 0.007759 -0.019568 -0.006572 0.016748 -0.005265 0.065354 0.009652 -0.004614 0.020513 0.002378 0.014001 0.02041 -0.013619 -0.00791 -0.013224 0.006564 -0.010315 -0.018816 0.018253 -0.005909 -0.009449 0.009309 -0.018069 -0.040418 -0.053553 0.000389 0.001922 -0.025723 0.031759 0.021751 0.006484 0.041703 -0.018671 0.021959 -0.008159 -0.009619 0.030583 -0.010945 0.033649 0.040857 0.048805 0.009598 0.002091 -0.052649 -0.029968 -0.00631 -0.004881 0.009377 -0.044577 -0.025022 0.019723 -0.000895 0.033708 -0.024081 -0.030513 -0.036261 -0.031658 -0.019048 -0.001328 0.00014 0.0151 0.002957 0.008595 0.014398 0.013201 -6.8e-05 0.007903 0.015572 0.033129 -0.045936 -0.021202 -0.012747 0.019638 0.012164 -0.029035 0.018616 0.003858 -0.016725 -0.037008 0.006675 0.033686 -0.037544 0.017751 -0.052984 -0.032445 0.023018 0.010965 -0.036476 0.030988 -0.000977\nї 0.036699 0.004313 -0.050215 0.019353 0.010686 0.038465 0.003863 -0.002705 -0.013243 -0.028484 0.042917 0.017711 -0.00873 -0.026423 0.03143 -0.007166 0.009874 -0.026707 -0.0068 -0.045807 -0.015086 -0.000177 0.005618 0.015672 0.003706 0.021127 -0.004204 -0.007434 -0.015963 -0.026486 0.024901 -0.034964 -0.014685 -0.046664 0.010198 0.012697 -0.038905 0.040492 0.010107 0.016559 -0.030149 0.011476 0.006477 -0.00018 -0.030326 -0.032516 0.034755 -0.004462 -0.00075 0.0175 0.012565 0.04693 0.02927 -0.02989 0.041405 0.007379 -0.002424 0.023234 -0.012387 0.025466 -0.033339 -0.028393 -0.009943 -0.013797 0.019341 0.019195 0.03072 -0.009479 0.028784 0.012955 -0.048996 -0.008652 0.021608 0.014234 -0.049749 0.003722 -0.033314 0.022443 -0.034633 -0.017335 0.015089 0.00558 -0.007306 0.017341 -0.02011 -0.051868 0.004343 0.004423 -0.017162 -0.007889 -0.010539 0.022687 0.00462 -0.019015 0.017067 -0.009012 0.003924 -0.02875 -0.004919 -0.004389 -0.017099 0.00244 -0.001226 -0.028575 0.014671 -0.000342 -0.012371 0.014599 0.042605 -0.005372 0.050533 0.026539 0.021411 -0.015087 0.021042 -0.003434 -0.005419 -0.006353 -0.016236 -0.03819 0.021034 -0.000114 0.044248 0.019268 0.036217 0.013206 -0.011732 -0.017901 -0.008713 -0.018023 -0.017035 -0.007949 -0.009488 0.024119 -0.024834 0.009589 -0.024898 0.011956 0.010803 0.042806 -0.003383 -0.016492 0.008265 0.031881 -0.03146 -0.047956 0.044918 0.002457 -0.000476 -0.04513 0.004925 0.001572 0.035858 0.025805 -0.007792 0.001985 -0.001042 -0.021643 0.015234 -0.020031 -0.015519 0.0226 0.013319 0.018758 -0.014469 -0.011839 0.022434 -0.020155 0.016713 0.019614 -0.023518 -0.027813 -0.008874 0.031934 -0.017188 -0.026653 -0.008159 -0.012689 -0.03704 -0.023341 0.02949 -0.013421 0.006293 -0.009167 -0.008813 -0.023315 0.003797 0.021833 -0.060277 0.001885 0.018291 0.022937 -0.035049 -0.032784 0.008236 0.035198 -0.010724 0.014305 0.003027 -0.000207 -0.030173 -0.034812 0.010002 0.03173 0.010063 0.014932 0.006505 -0.007847 0.002652 0.036914 -0.024885 -0.008321 -0.014306 0.016222 -0.005597 0.063675 -0.00142 -0.019932 0.008658 -0.005632 -0.004675 0.007361 -0.003097 0.012419 -0.016921 -0.006471 0.001375 0.021723 -0.010518 -0.020748 -0.002799 0.004968 -0.003077 -0.027079 -0.035967 -0.008878 -0.006726 -0.039106 0.030189 0.026705 0.004102 0.023295 -0.026181 0.013775 0.00831 -0.008586 0.03941 -0.003816 0.039028 0.045043 0.029508 0.004725 0.002406 -0.044585 -0.035709 -0.024107 -0.004665 0.02866 -0.031185 -0.002323 0.003708 -0.011761 0.030274 -0.022119 -0.031733 -0.017692 -0.032645 -0.019078 0.006004 0.000107 0.011272 7.1e-05 0.002054 -0.006439 0.004378 0.0074 6.1e-05 0.018262 0.043451 -0.04555 -0.006026 -0.018445 0.020104 0.011393 -0.018428 -0.001117 0.020505 -0.011377 -0.015354 -0.015253 0.007582 -0.038583 0.014822 -0.066411 -0.006606 0.001737 0.013566 0.019855 0.013771 0.004421\nǚ 0.029339 0.002992 -0.051503 0.017408 0.014434 0.030229 0.011491 -0.002462 -0.022882 -0.020899 0.034316 0.002454 -0.011253 -0.019414 0.029961 -0.003128 0.011037 -0.017524 -0.002211 -0.028469 -0.015324 0.007613 0.000631 0.013306 0.011184 0.011876 -0.006442 -0.002504 -0.019142 -0.026872 0.016391 -0.033086 -0.022786 -0.04533 0.009024 0.010727 -0.034022 0.029071 0.003931 0.017377 -0.033279 0.017404 -0.011447 -0.002267 -0.028723 -0.019127 0.034147 -0.001262 0.002334 0.014819 0.007991 0.040089 0.03035 -0.022311 0.038732 0.007104 0.002387 0.025195 -0.012972 0.027492 -0.029616 -0.028053 -0.009351 -0.017599 0.01613 0.026141 0.040062 -0.016673 0.032896 0.017316 -0.048454 -0.005408 0.018248 0.021495 -0.033929 0.01108 -0.030013 0.024428 -0.028962 -0.014338 0.009686 0.002761 0.002223 0.018496 -0.009231 -0.042752 0.004595 -0.016355 -0.018877 -0.000204 -0.005774 0.022779 0.011575 -0.005384 0.018275 -0.002816 0.008726 -0.038269 -0.000677 -0.010688 -0.013877 0.001113 -0.005467 -0.033297 0.013065 0.000417 -0.007295 0.008315 0.027075 -0.009737 0.034897 0.017289 0.023537 -0.018745 0.001973 0.000854 -0.012906 0.006541 -0.011063 -0.03682 0.021895 -0.009672 0.034085 0.016504 0.024438 0.009002 -0.017598 -0.018156 -0.014466 -0.012825 -0.006875 -0.000595 -0.016225 0.027708 -0.020916 0.023752 -0.026381 -0.009844 0.00147 0.044319 -0.009249 -0.00778 0.007109 0.03051 -0.027361 -0.048651 0.045688 0.011417 -0.002411 -0.036075 0.006874 0.010926 0.036425 0.027252 -0.001053 0.003303 -0.000979 -0.026814 0.014361 -0.017953 -0.011266 0.014332 0.029297 0.016051 -0.011521 -0.014425 0.015682 -0.019178 0.019392 0.016445 -0.021501 -0.024711 -0.010384 0.028386 -0.01209 -0.023819 -0.012537 -0.005725 -0.032935 -0.015039 0.029631 -0.016642 -0.002355 -0.008298 -0.010495 -0.013627 -0.007652 0.017269 -0.063314 0.001915 0.014088 0.026978 -0.031445 -0.038375 0.007557 0.043216 -0.018588 0.009399 0.001644 -0.002277 -0.030522 -0.021293 0.012271 0.021725 0.021362 0.012001 0.007797 -0.007965 -0.004751 0.036003 -0.023868 0.002396 -0.004726 0.017121 0.002596 0.059373 0.00395 -0.019377 0.004527 -0.007915 -0.008397 0.00968 -0.007868 0.005952 -0.022609 0.001152 0.002627 0.016516 -0.005958 -0.024046 -0.007588 0.003948 -0.008331 -0.012062 -0.026103 -0.002279 -0.008123 -0.030792 0.021753 0.026779 0.012899 0.018727 -0.015292 0.004676 0.005485 -0.001032 0.033607 -0.00347 0.033074 0.053666 0.022458 0.013515 -0.001354 -0.036422 -0.039394 -0.013672 -0.002791 0.021774 -0.016825 -0.010362 -0.002862 -0.019958 0.019803 -0.027358 -0.022278 -0.021806 -0.032967 -0.016577 0.012209 0.000628 0.01208 -0.000695 -0.000119 -0.000711 0.008829 0.000756 -0.002671 0.01314 0.035635 -0.048917 0.000842 -0.028712 0.011416 0.007268 -0.023161 0.001134 0.01062 -0.005313 -0.018753 -0.025148 0.008549 -0.035663 0.006599 -0.05083 -0.00691 0.007192 0.010186 0.016293 0.017372 0.010452\nባ 0.027688 0.005374 -0.020214 -0.001698 0.00718 0.026149 -0.002718 -0.014415 0.003481 -0.024716 0.031884 0.018513 -0.009877 -0.02967 0.03679 -0.001599 0.00371 -0.012474 -0.011279 -0.044221 -0.007577 -0.009138 0.014188 0.000194 -0.006429 0.031099 -0.015972 -0.027122 0.000949 -0.03469 0.026332 -0.011905 -0.02451 -0.031315 0.013762 0.00982 -0.028655 0.021084 -0.000527 0.014165 -0.021818 0.004188 0.003602 -0.009827 -0.041737 0.008829 0.018441 -0.008199 -0.002751 0.000727 -0.003374 0.047042 0.02349 -0.039692 0.042699 0.005176 -0.009543 0.022698 -0.006002 0.020104 -0.031567 -0.017118 -0.013578 -0.001832 0.022296 0.011007 0.027698 0.000114 0.035537 0.023866 -0.045554 0.003765 0.008348 0.012445 -0.028978 0.009645 -0.011179 0.012507 -0.046914 0.001359 0.001005 -0.000742 -0.018111 0.020395 -0.009033 -0.036545 -0.000564 0.008473 -0.01181 -0.017961 -0.005894 0.015688 0.008831 -0.004432 0.008225 -0.010785 0.004521 -0.021994 -0.006953 0.002347 -0.019959 0.013355 0.014778 -0.013718 0.013163 -0.004878 -0.020009 0.013213 0.03111 -0.004594 0.041267 0.032148 0.012118 -0.008824 0.002354 0.00043 0.005471 0.01681 -0.0176 -0.022904 0.010403 -0.004357 0.021309 0.033277 0.03629 0.004204 -0.001994 -0.002945 -0.014964 -0.010037 -0.001762 0.005429 0.001368 0.01653 -0.016788 -0.007802 -0.011951 0.018573 0.005758 0.033334 -0.004766 -0.00568 -0.002325 0.023441 -0.042992 -0.070554 0.055066 0.013359 -0.015753 -0.039123 0.008163 0.019825 0.029748 0.013677 -0.011433 0.005171 0.018307 -0.020253 0.014747 -0.019412 -0.035141 0.011217 -0.00052 0.005509 -0.018108 -0.004978 0.02729 -0.018598 0.022426 0.013349 -0.004786 -0.014169 -0.008497 0.034289 -0.004004 -0.010205 0.003842 -0.010503 -0.023296 0.012074 0.016609 -0.014946 -0.004916 -0.01946 -0.005132 -0.035789 0.005501 0.020793 -0.035311 0.001027 0.017028 0.022923 -0.03919 -0.022786 -0.010192 0.039494 -0.012347 0.010037 0.01095 -0.011395 -0.034866 -0.020936 0.004639 0.03188 0.003049 0.027341 0.009701 -0.006545 -0.000903 0.027551 -0.017304 -0.005059 -0.007404 0.006271 -0.005502 0.041562 0.014147 -0.017216 -0.006244 0.012008 0.00038 0.007972 0.002203 0.004276 -0.023884 -0.018429 0.013456 0.032504 -0.007257 -0.021507 -0.010849 -0.008453 -0.007323 -0.016907 -0.04233 -0.011755 -0.013525 -0.024216 0.013755 0.010752 0.005397 0.013973 -0.014809 0.004387 -0.001787 0.009746 0.017257 -0.006998 0.028873 0.040419 0.033787 0.005125 -0.023635 -0.022404 -0.010864 -0.02385 -0.015862 0.016151 -0.03686 0.004445 -0.000386 -0.0131 0.017729 -0.022321 -0.024624 -0.012542 -0.018349 -0.035556 0.003395 -0.023649 0.011254 -0.009945 0.028462 -0.008198 0.002147 0.005194 0.00167 -0.000856 0.054414 -0.04365 0.006621 -0.028611 0.016826 0.01335 -0.015685 -0.015615 0.011554 -0.010837 -0.020004 -0.012693 -0.003993 -0.032964 0.019221 -0.072239 -0.0028 0.021549 0.009069 0.021135 0.012304 0.002558\nფ 0.038875 -3e-05 -0.042349 0.012968 0.008766 0.036214 0.012659 -0.012179 -0.020936 -0.031798 0.040839 0.00527 -0.011932 -0.016757 0.028527 -0.005057 0.01516 -0.020047 -0.009699 -0.038008 -0.015288 0.006229 0.001672 0.011756 -0.000286 0.013718 -0.007649 -0.011936 -0.02156 -0.025584 0.015228 -0.031655 -0.019469 -0.036315 0.007541 0.0128 -0.035453 0.036407 0.00951 0.016362 -0.027814 0.015103 0.004936 -0.003164 -0.029218 -0.015505 0.027662 -0.006775 0.002951 0.011999 0.005713 0.046435 0.029048 -0.021712 0.037134 0.010607 -0.007 0.021395 -0.021117 0.022787 -0.0278 -0.028717 -0.007202 -0.020394 0.016922 0.01491 0.042022 -0.009224 0.032036 0.016671 -0.052487 -0.003322 0.025742 0.019433 -0.041686 0.002214 -0.022217 0.023489 -0.027258 -0.009197 0.001169 0.005056 -0.008167 0.008523 -0.021628 -0.041306 -0.001327 -0.004176 -0.015868 -0.006054 -0.007453 0.025426 0.003396 -0.012966 0.00996 -0.008148 -0.004716 -0.036653 -0.00639 0.001479 -0.023717 0.000212 -0.008877 -0.026376 0.002146 -0.012174 -0.016888 0.006971 0.03365 -0.009025 0.033758 0.018708 0.020366 -0.011363 0.013481 0.001928 -0.013129 -0.002048 -0.015478 -0.039854 0.021148 0.002467 0.038236 0.025112 0.029274 0.006568 -0.009265 -0.009284 -0.011031 -0.009164 -0.005254 -0.00147 -0.011619 0.028527 -0.013024 0.010269 -0.019716 0.002007 0.012996 0.042081 -4.2e-05 -0.008995 0.009366 0.029175 -0.033307 -0.046069 0.046916 0.017102 -0.000394 -0.045613 0.01138 0.006456 0.038381 0.019863 -0.000866 0.002948 0.00795 -0.021048 0.021949 -0.020165 -0.019814 0.010777 0.023243 0.016721 -0.009068 -0.010631 0.005569 -0.020965 0.020388 0.021895 -0.022101 -0.021439 -0.005281 0.022615 -0.005646 -0.018568 -0.008228 -0.017984 -0.034581 -0.005556 0.022289 -0.014555 0.003265 -0.014054 -0.005979 -0.018983 0.001724 0.029611 -0.050769 -0.007009 0.014381 0.029213 -0.028998 -0.034608 0.010149 0.039214 -0.012336 0.016206 -0.003303 -0.000762 -0.036738 -0.023017 0.017995 0.022145 0.013931 0.008679 0.01146 -0.011718 0.005141 0.036053 -0.024545 0.004394 -0.007514 0.010423 -0.002526 0.054596 0.00352 -0.022132 0.008622 0.006555 -0.002387 0.006075 -0.006797 0.016107 -0.01528 -0.003795 -0.003801 0.017896 -0.001798 -0.02528 -0.009845 -0.0013 0.001892 -0.016726 -0.034904 -0.001104 -0.009708 -0.034648 0.024498 0.011249 0.004946 0.023059 -0.018109 0.005712 0.010817 -0.007742 0.02461 0.000113 0.033078 0.041634 0.024503 0.008588 0.002809 -0.033783 -0.023004 -0.021647 -0.010679 0.021582 -0.025871 -0.013488 0.00924 -0.0172 0.025593 -0.022489 -0.025609 -0.017075 -0.02745 -0.017451 0.006025 -0.002503 0.006918 -0.000588 0.004464 -0.002352 0.007653 -0.002358 0.005896 0.016672 0.049849 -0.045956 -0.002036 -0.025924 0.016717 0.009354 -0.016774 -0.01227 0.022392 -0.005012 -0.016406 -0.013649 0.00528 -0.040793 0.002945 -0.063164 -0.006621 0.008553 0.017047 0.015062 0.023327 0.001334\nխ 0.01972 -0.011256 -0.02375 0.012125 0.006495 0.028467 -0.006863 -0.003564 0.003518 -0.02385 0.027916 0.00915 -0.005114 -0.018877 0.025413 -0.014951 0.018941 -0.007251 0.0005 -0.033812 -0.016726 -0.006027 0.006251 0.018652 -0.008878 0.002571 -0.016186 -0.021402 -0.026397 -0.015345 0.017762 -0.024919 -0.01741 -0.034566 0.006668 0.012105 -0.045865 0.022803 0.010403 0.010268 -0.015975 0.007808 0.002468 0.010785 -0.038408 -0.01407 0.01025 -0.010401 -0.002803 -0.012706 0.001958 0.027239 0.012009 -0.03665 0.029742 0.00783 -0.005819 0.025661 -0.018783 0.009368 -0.03438 -0.011672 -0.014213 -0.009956 0.000907 0.011751 0.012652 -0.008391 0.033411 0.016912 -0.031042 -0.00067 0.013412 0.021779 -0.048514 0.000515 -0.019313 -0.005808 -0.048848 -0.011836 0.004552 0.001196 -0.011632 -0.000993 -0.019285 -0.041808 0.006375 0.019983 -0.03121 -0.00307 -0.011767 0.023652 0.001495 -0.006545 0.006291 -0.008848 -0.002911 -0.014596 -0.013811 -0.010688 -0.023952 0.009359 -0.006638 -0.014095 0.022083 -0.008876 -0.011458 0.020032 0.047568 -0.012746 0.041366 0.03047 0.00891 -0.014887 0.007197 -0.000505 0.00941 -0.012108 -0.019339 -0.019681 0.01821 -0.010624 0.01055 0.029505 0.035001 0.012432 -0.00062 -0.017197 -0.015269 -0.034831 -0.003171 0.01128 -0.008026 0.027117 -0.007403 0.000925 -0.001368 0.005884 0.010782 0.039558 0.002839 0.000196 -0.008423 0.021645 -0.021012 -0.050825 0.045352 0.013664 0.005995 -0.037424 -0.002043 0.003211 0.024403 0.0057 -0.013475 -0.009828 0.014919 -0.018604 0.019325 -0.01073 -0.028925 0.009352 -0.001535 0.013026 -0.024144 -0.003964 0.018389 -0.028164 0.005754 0.010027 -0.007897 -0.017916 0.00321 0.028014 -0.009539 -0.026612 0.007949 -0.019772 -0.03578 -0.008345 0.025652 -0.021216 0.009163 -0.003537 -0.009365 -0.020214 0.004109 0.022542 -0.037429 -0.016643 0.012177 0.011788 -0.045701 -0.021869 0.005642 0.031376 -0.006453 0.015566 0.007627 -0.000869 -0.020605 -0.029371 0.007839 0.028119 -0.006027 0.015877 -0.000583 0.004736 0.007832 0.031159 -0.012804 0.010431 -0.024975 0.017768 0.007612 0.053238 -0.010621 -0.019522 0.011559 0.00645 -0.006413 0.020868 -0.001339 0.018001 -0.005085 -0.025695 0.014356 0.031329 0.010217 -0.016839 -0.011614 -0.002616 0.001476 -0.008311 -0.028684 -0.020803 -0.009819 -0.031788 0.003997 -0.004324 0.012312 0.003271 -0.006261 -0.005382 0.016259 -0.010834 0.013942 -0.005712 0.034311 0.030155 0.031461 -0.010314 -0.002237 -0.01634 -0.023647 -0.017403 -0.024938 0.010387 -0.036108 0.00372 0.001765 -0.005305 0.019543 -0.028941 -0.022168 0.002511 -0.021452 -0.028602 0.004118 -0.007656 0.013217 -0.00783 0.003743 -0.008444 0.008457 0.002274 -0.008977 0.014691 0.056711 -0.037752 -0.002422 -0.024677 0.016096 3.9e-05 -0.006983 -0.013803 0.001501 -0.002026 -0.017132 -0.002843 -0.000675 -0.022906 -0.004655 -0.049496 -0.00096 0.014821 0.015884 0.015332 0.013404 -0.014473\no 0.028286 0.005627 -0.056959 0.031806 0.023704 0.037099 0.008055 0.006131 -0.026321 -0.027643 0.040254 0.014144 -0.005549 -0.039047 0.028468 -0.008244 0.004851 -0.031668 -0.010172 -0.043859 -0.017998 -9.5e-05 -0.001825 0.016397 0.01191 0.028836 -0.002577 -0.004428 -0.013038 -0.025138 0.020587 -0.0321 -0.019211 -0.043967 0.014299 0.019773 -0.048914 0.043704 0.011721 0.02203 -0.026309 0.008603 -0.002398 0.001855 -0.02592 -0.02784 0.043931 -0.001594 0.001373 0.027272 0.007795 0.063417 0.030099 -0.03483 0.046709 0.006398 -0.006129 0.033522 -0.02182 0.026401 -0.025848 -0.034424 -0.015657 -0.016879 0.011259 0.018262 0.037169 -0.013125 0.033533 0.014461 -0.045221 -0.011347 0.025903 0.011816 -0.058084 0.005051 -0.031378 0.026829 -0.022098 -0.020797 0.011252 0.001024 -0.005684 0.03032 -0.029136 -0.064538 -0.001278 -0.003555 -0.023458 -0.006316 -0.006834 0.036623 -0.005479 -0.019385 0.00689 -0.013263 0.005997 -0.036707 0.000231 -0.007754 -0.015205 -0.001331 -0.002123 -0.021462 0.012654 -0.000437 -0.020801 0.018581 0.034923 0.000563 0.042195 0.024925 0.028333 -0.01192 0.009507 0.005994 -0.018815 0.001432 -0.011155 -0.047105 0.015231 -0.00178 0.043557 0.027334 0.036696 0.010325 -0.01158 -0.014109 -0.013769 -0.01568 -0.023405 -0.010662 -0.0248 0.025165 -0.022724 0.01542 -0.020882 0.004273 0.000803 0.057817 -0.004768 -0.008951 0.022534 0.023147 -0.038683 -0.045534 0.045611 0.002001 0.000557 -0.045966 0.003951 0.017732 0.028312 0.035827 -0.005064 0.005581 -0.003914 -0.023079 0.015389 -0.021649 -0.017926 0.019579 0.02471 0.007457 -0.009015 -0.009571 0.026651 -0.032622 0.023825 0.031803 -0.033547 -0.024183 -0.011638 0.038122 -0.02128 -0.034204 -0.014455 0.002434 -0.036306 -0.027418 0.037727 -0.014283 -0.003524 -0.008981 -0.007919 -0.017938 -0.001079 0.016618 -0.072146 -0.000654 0.0084 0.033339 -0.037654 -0.048897 -0.004845 0.039027 -0.016176 0.005066 0.007724 0.00038 -0.045453 -0.035375 0.015572 0.028272 0.016246 0.01208 0.018245 -0.009811 -0.006381 0.040115 -0.033533 -0.001303 -0.008622 0.028577 0.001776 0.069731 0.005282 -0.028972 0.003421 0.000473 -0.004435 0.013329 -0.006319 0.006378 -0.021822 -0.00291 0.002738 0.015815 -0.013312 -0.021576 -7.3e-05 0.00373 -0.010182 -0.031991 -0.041707 0.004517 -0.016814 -0.037512 0.031222 0.034339 0.003456 0.028716 -0.013063 0.015686 0.011197 -0.019904 0.046548 -0.005295 0.039436 0.054813 0.022409 0.014082 0.007691 -0.051531 -0.043878 -0.026448 -0.007117 0.01604 -0.020567 -0.031194 0.007963 -0.00669 0.037015 -0.018038 -0.029179 -0.015176 -0.02703 -0.011352 0.005864 -0.002712 0.025788 -0.005948 0.010839 0.005456 0.015649 0.007209 0.005121 0.026734 0.041046 -0.054725 -0.001309 -0.019872 0.011474 0.023159 -0.026607 -0.003337 0.007625 -0.010714 -0.025039 -0.020388 0.009606 -0.046858 0.014337 -0.071389 -0.012238 0.00728 0.016772 0.012859 0.039269 0.002467\nཱ 0.053014 -0.005648 -0.073774 0.061941 0.011859 0.08292 0.002013 -0.026749 -0.042159 -0.042313 0.074201 0.045697 -0.014537 -0.042458 0.034506 -0.011692 -0.002053 -0.032054 -0.009233 -0.076258 -0.039705 0.01858 -0.007269 0.027794 0.004462 0.036366 -0.01947 -0.026292 -0.018432 -0.024713 0.038077 -0.039188 -0.014669 -0.097017 0.029021 0.019722 -0.103792 0.04945 0.017908 0.052717 -0.051968 0.01183 -0.015587 0.019481 -0.047247 -0.017527 0.040676 -0.004697 -0.024653 0.03818 0.0154 0.088408 0.062832 -0.060373 0.071855 -0.000628 -0.00783 0.028722 -0.009705 0.050334 -0.105104 -0.057706 -0.026352 -0.023797 0.015859 0.027553 0.063214 -0.048587 0.053033 0.014042 -0.082218 -0.017132 0.040227 0.049654 -0.086713 -0.00562 -0.067719 0.041063 -0.053917 -0.034344 0.026307 0.01131 0.001127 0.033292 -0.043979 -0.077508 0.011166 -0.000939 -0.039913 0.008204 -0.008395 0.025977 0.023497 -0.019841 0.03339 0.017897 -0.004857 -0.053666 0.000961 -0.017019 -0.066372 0.016313 -0.013565 -0.050845 0.025014 -0.02891 -0.019119 0.011895 0.055477 0.007338 0.09099 0.048826 0.046817 -0.042755 0.063149 -0.001924 -0.022256 -0.001441 -0.04808 -0.054828 0.026258 0.008513 0.057324 0.014946 0.074168 0.051825 -0.019314 -0.031848 -0.021953 -0.039242 -0.003562 -0.019111 -0.02172 0.047989 -0.041906 0.048939 -0.054727 0.016111 0.009227 0.08898 -0.020089 -0.01934 0.00706 0.067256 -0.091569 -0.082746 0.104353 -0.00044 -0.029722 -0.056615 -0.001449 0.027889 0.06369 0.071856 -0.046217 0.011136 0.005681 -0.029699 0.02943 -0.031051 -0.029053 -0.009875 0.02362 0.03515 -0.022913 -0.009554 0.047254 -0.054449 0.067534 0.052558 -0.035518 -0.039962 -0.011415 0.044045 -0.048131 -0.084821 -0.005432 -0.020655 -0.063407 -0.039026 0.069452 -0.026968 0.009885 -0.00373 0.002301 -0.037708 -0.010645 0.051097 -0.136597 -0.009337 0.003686 0.052703 -0.061657 -0.06774 -0.01302 0.077668 -0.036199 0.026083 0.003384 -0.002843 -0.078718 -0.049131 0.015104 0.032149 0.028529 0.016971 -0.006199 -0.023964 0.001118 0.095218 -0.056586 -0.006398 -0.020206 0.018175 0.011573 0.107245 0.004308 -0.015065 0.011701 0.010147 -0.028443 0.011232 -0.019376 0.033432 -0.029731 -0.016998 0.013794 0.022889 -0.002463 -0.051751 -0.005288 -0.002931 -0.018036 -0.052271 -0.04381 0.006054 -0.03181 -0.051969 0.051528 0.042822 0.032276 0.064929 -0.02613 0.003583 0.027074 -0.01336 0.055738 0.012371 0.062353 0.080028 0.044681 0.003782 0.021066 -0.080628 -0.050878 -0.027028 0.001988 0.077228 -0.0139 -0.021387 0.001469 -0.047169 0.073088 -0.044601 -0.070491 -0.04291 -0.055412 -0.034497 0.01738 -0.015343 0.035532 0.028001 0.01193 -0.012311 0.021433 0.015255 0.003881 0.016286 0.066788 -0.093117 0.033094 -0.04645 0.036637 0.01734 -0.049026 0.01269 -0.000999 -0.013542 -0.046058 -0.023872 -0.004109 -0.061392 0.022007 -0.129655 -0.001226 -0.011403 0.043886 0.044893 0.028874 0.004453\nฆ 0.035422 0.008413 -0.062482 0.042279 0.020923 0.047433 0.019639 0.00648 -0.027755 -0.036402 0.048467 0.028469 0.000702 -0.04144 0.039402 0.000306 0.009533 -0.05206 -0.011381 -0.064317 -0.029257 -0.005745 0.014474 0.022637 -0.003829 0.028792 -0.020046 -0.007484 -0.019793 -0.043473 0.027592 -0.035758 -0.016978 -0.052255 0.019795 0.012964 -0.062923 0.051735 0.013746 0.04229 -0.050271 0.010211 0.005437 -0.021442 -0.040155 -0.048872 0.032921 -0.008299 -0.005804 0.025203 0.004247 0.074771 0.045559 -0.063571 0.054872 0.00899 -0.002473 0.02457 -0.011471 0.057286 -0.056053 -0.042177 -0.002941 -0.029329 0.024809 0.016488 0.041362 -0.007577 0.058386 0.009533 -0.075841 -0.001283 0.014061 0.014249 -0.070667 0.012631 -0.042706 0.036237 -0.049312 -0.021331 0.023754 -0.000588 -0.0075 0.027667 -0.021779 -0.085313 0.031052 0.007912 -0.033855 -0.01215 -0.002415 0.01587 -0.010928 -0.035164 0.020055 -0.00848 0.001998 -0.044745 0.008792 -0.010986 -0.021592 -0.006128 0.0055 -0.04453 0.011736 -0.009591 -0.006527 -0.001517 0.047998 0.001085 0.054869 0.016008 0.040363 -0.022569 0.021965 0.015075 -0.013788 -0.005335 -0.01859 -0.050309 0.015767 0.004657 0.046244 0.023422 0.04506 0.018999 -0.012981 -0.030241 -0.010219 -0.024919 -0.02766 -0.017391 -0.010444 0.046806 -0.044331 0.030725 -0.044095 -0.019321 -0.003363 0.078755 -0.00504 -0.01374 0.008233 0.03962 -0.058665 -0.063484 0.052081 -0.00566 -0.003944 -0.060152 0.001418 0.012463 0.051695 0.034248 -0.016494 0.014273 -0.015622 -0.026053 0.015482 -0.030795 -0.030143 0.027812 0.028095 0.017013 -0.004512 -0.010141 0.024436 -0.024781 0.03159 0.033391 -0.033472 -0.015088 -0.02351 0.039657 -0.040185 -0.031598 -0.015292 -0.004506 -0.053591 -0.026157 0.059465 -0.016495 0.00592 -0.001339 0.003573 -0.022662 0.001432 0.023381 -0.085702 0.007731 0.000398 0.0429 -0.053039 -0.058924 0.018271 0.040421 -0.024923 0.016356 -0.008235 0.007536 -0.043455 -0.053906 0.021426 0.019132 0.03481 0.028071 0.0194 -0.001842 -0.016554 0.046706 -0.05492 -0.008668 0.000643 0.021683 0.002492 0.097074 0.002892 -0.036213 0.025261 -0.02268 -0.023001 0.001756 -0.004731 -0.002935 -0.037772 0.003335 -0.002391 0.029244 -0.021134 -0.02933 -0.012254 0.000243 -0.000355 -0.042727 -0.046718 -0.004774 -0.002322 -0.026339 0.038246 0.044796 0.014193 0.049224 -0.012867 0.007762 -0.003299 -0.021115 0.050425 -0.016979 0.062651 0.091671 0.053608 0.013091 0.001317 -0.06845 -0.054966 -0.020251 -0.000315 0.031862 -0.029157 -0.023663 0.015783 -0.012836 0.042588 -0.028968 -0.030085 -0.031349 -0.041232 -0.020031 0.036741 0.004386 0.037392 0.000267 0.005296 -0.015942 0.014013 0.008845 -0.019117 0.016108 0.05362 -0.063405 0.001994 -0.026518 0.011451 0.016513 -0.04014 -0.015802 0.018235 -0.01232 -0.041523 -0.030034 0.00992 -0.06036 0.01126 -0.086765 -0.013577 0.015911 0.034887 0.03231 0.015181 0.005522\nឋ 0.012743 0.008654 -0.016815 -0.007469 0.004011 0.029752 -0.002785 -0.036952 -0.008796 -0.028639 0.029973 0.002686 -0.000873 -0.000162 0.021941 -0.002626 -0.006822 -0.014628 0.006237 -0.043733 -0.009147 0.004462 0.008383 0.010185 -0.015534 0.02333 -0.037543 -0.014482 -0.021257 -0.016555 0.01574 -0.017426 -0.012211 -0.035077 7e-05 -0.006226 -0.00831 0.02326 -0.003726 0.011989 -0.025796 0.006717 0.016944 0.002228 -0.00969 -0.010119 0.035557 -0.004003 -0.004701 -0.001379 -0.014419 0.009281 0.018276 -0.006242 0.013708 0.020726 -0.003269 0.00521 0.004525 0.018995 -0.028784 -0.003743 0.001229 -0.00569 0.022602 -0.003816 0.02377 -0.015471 0.027946 0.004791 -0.049549 -0.006224 -0.004581 0.021263 -0.013605 -0.004986 0.004632 -0.016226 -0.038329 -0.000763 0.011475 -0.025802 -0.013731 -0.012413 -0.013165 -0.008595 0.016096 -0.004686 -0.002539 0.004195 -0.012069 -0.010461 0.011 0.008879 0.010782 -0.009292 -0.02017 -0.02784 0.010141 -0.012049 -0.018535 0.005391 -0.007191 -0.01414 0.007214 -0.014347 -0.011317 0.001301 0.026916 -0.021233 0.025432 0.020188 0.017568 -0.012378 0.006202 -0.017325 0.014961 -0.007601 -0.022059 -0.023324 0.031121 0.006642 0.010931 0.006723 0.038288 0.007316 0.003188 0.004116 -0.00474 -0.022483 -0.010745 -0.010591 0.007439 0.035753 -0.02237 0.003814 -0.028064 0.007451 0.003302 0.018778 0.005094 -0.004394 -0.02955 0.01892 -0.034666 -0.034936 0.041778 0.011017 0.008177 -0.029646 -0.002783 -0.003691 0.030366 -0.005298 -0.007518 0.001393 0.001151 -0.021271 0.014745 -0.026929 -0.028072 0.000529 0.015648 0.008118 -0.010145 0.000512 0.005835 -0.017628 0.010604 0.017992 -0.007626 -0.006704 0.002219 0.019172 -0.007025 -0.001269 -0.001219 -0.014393 -0.043202 -0.007633 0.014195 0.002631 0.008761 -0.025641 0.002063 -0.027884 0.012985 0.02217 -0.020775 -0.005287 0.014212 0.017929 -0.04251 -0.014621 0.000601 0.019229 -0.017709 0.019572 0.001691 -0.005148 -0.009304 -0.018648 0.034948 0.009832 0.022054 0.011725 0.011497 0.016092 -0.004907 0.021407 -0.018314 -0.022414 0.005514 0.013421 -0.008874 0.038331 0.015491 -0.014897 0.01571 0.004949 0.006031 0.006438 -0.000218 -0.010232 0.007456 0.000811 -0.016527 0.000746 -0.000213 -0.009976 -0.02043 0.004959 -0.013303 -0.008682 -0.010265 -0.010771 -0.007924 -0.024168 0.012299 0.011138 0.000843 0.006477 -0.026258 0.011464 -0.003691 0.019942 0.015679 -0.015722 0.026405 0.036292 0.015401 0.004381 0.004778 -0.015108 -0.005729 -0.002706 0.018363 0.030963 -0.027032 0.002904 0.001155 -0.00838 0.016694 -0.021583 -0.003678 -0.03374 -0.008569 -0.019526 0.008036 0.008629 0.018948 0.004004 0.006078 -0.007307 -0.001279 -0.017015 0.004403 0.021749 0.050422 -0.035133 -0.002048 -0.026081 0.027912 -0.003868 -0.01419 -0.030276 0.031617 -0.008616 -0.006455 -0.011012 -0.001318 -0.015849 0.006717 -0.04087 -0.010851 0.023444 2.5e-05 0.013978 -0.021547 0.006882\nሎ 0.031805 0.003983 -0.051545 0.02013 0.009274 0.029309 0.005551 0.007278 -0.025311 -0.038477 0.030882 0.00851 -0.023948 -0.015489 0.006905 0.012586 0.005865 -0.024055 -0.021103 -0.033744 -0.015963 0.009362 -0.006174 0.009921 0.003477 0.004159 -0.01073 -0.006113 -0.018074 -0.014922 0.042696 -0.018033 -0.02325 -0.02413 0.009051 0.020699 -0.028205 0.043921 0.001254 0.022071 -0.025679 0.025039 -0.007856 -7.2e-05 -0.021429 -0.031935 0.028431 -0.002551 -0.017749 0.019388 0.02199 0.045308 0.018957 -0.035102 0.03574 0.023531 0.007008 0.011995 -0.004672 0.037102 -0.04056 -0.045914 -0.016137 -0.011205 0.010602 0.025686 0.046278 0.007612 0.039776 0.007581 -0.042766 -0.011636 0.007259 0.031612 -0.034235 0.024389 -0.042162 0.005579 -0.035011 -0.009007 0.01944 0.008897 0.000794 0.016076 -0.021184 -0.068258 -0.005409 0.025629 -0.030523 -7.1e-05 0.009389 0.026395 0.005138 -0.026635 0.005488 -0.022829 0.001677 -0.018388 0.016914 -0.012706 -0.024468 -0.001314 0.009493 -0.033161 -0.000312 0.019696 -0.033048 0.007985 0.034215 -0.005863 0.053847 0.007748 -0.011301 -0.013679 0.003592 0.014958 -0.016827 -0.014435 -0.0247 -0.044684 0.013578 -0.008711 0.047121 0.023675 0.016535 0.036644 -0.011749 -0.031502 -0.03043 -0.004389 -0.034657 0.011869 -0.018738 0.039909 -0.019416 0.009516 -0.027069 0.003669 0.008202 0.051796 -0.008602 0.016208 0.007477 0.028619 -0.041186 -0.052395 0.051909 0.020594 -0.001727 -0.031157 0.006373 0.01568 0.057259 0.007853 0.007771 0.018145 0.015063 -0.021053 0.01876 -0.042208 -0.040006 0.019409 0.016221 -0.00757 -0.015404 -0.015338 0.026979 -0.02582 0.01479 0.005247 -0.025984 -0.00386 0.004978 0.049606 -0.024032 -0.047958 -0.00504 0.002592 -0.036386 -0.031786 0.045857 -0.008393 0.011599 0.003724 -0.014525 -0.012454 -0.003945 0.012251 -0.041663 0.000169 0.004763 0.019679 -0.0475 -0.019651 -0.010818 0.037032 -0.019292 -0.025768 -0.004144 0.013791 -0.030324 -0.058538 0.013842 0.012936 0.013701 0.026126 0.025217 -0.009936 -0.00015 0.024108 -0.038531 0.011636 -0.024955 0.023255 0.000548 0.070573 0.006035 -0.014415 -0.003625 -0.008145 0.005569 -0.017515 -0.019778 0.004731 -0.020091 -0.009263 0.005416 0.023065 -0.022258 -0.03299 -0.001149 0.009172 0.000116 -0.038672 -0.036075 -0.005793 0.000877 -0.042092 0.053194 0.022204 0.019598 0.035836 -0.030754 0.005423 0.009645 -0.000457 0.052292 -0.006355 0.035826 0.054866 0.009762 0.000695 -0.003443 -0.030355 -0.036263 -0.037503 0.007353 0.029426 -0.027961 -0.01678 0.02253 -0.013469 0.022505 -0.023673 -0.019351 -0.000201 -0.042098 0.0207 0.009988 -0.005213 0.006207 -0.00012 0.016228 -0.022546 0.021282 0.028814 -0.023202 0.021164 0.035804 -0.057136 0.000924 -0.032539 0.01639 0.014484 -0.027061 0.016591 0.024045 -0.00449 -0.006299 -0.026388 -0.005565 -0.041946 -0.014072 -0.067532 -0.008259 -0.005666 0.021947 0.031884 0.021502 -0.002847\nʙ 0.014545 -0.003201 -0.058585 0.030652 -0.001621 0.033194 0.014635 -0.002403 0.000605 -0.015862 0.045221 -0.003878 -0.01382 -0.026767 0.022857 0.030257 0.007494 -0.02188 -0.01068 -0.031559 -0.015631 0.018568 0.004103 0.042475 0.017493 0.010464 -0.006354 -0.012704 -0.025239 -0.02183 0.028702 -0.057659 -0.009221 -0.030155 0.019792 0.033714 -0.038584 0.034716 0.018066 0.023532 -0.019622 0.011313 -0.014874 -0.028591 -0.021938 -0.047104 0.04736 0.006868 0.001001 -0.000758 -0.019816 0.045915 0.044171 -0.045559 0.050671 0.007996 0.010007 0.02927 0.011793 0.018019 -0.042236 -0.015699 0.007126 -0.050126 -0.0014 0.020597 0.024321 -0.027656 0.014901 0.015653 -0.052613 -0.01896 0.02011 0.030307 -0.037793 0.00726 -0.050707 0.039639 -0.025259 -0.031931 0.021281 0.014763 -0.007752 0.025553 -0.02658 -0.036344 0.019336 -0.015492 -7.1e-05 -0.013399 0.014004 -0.002872 -0.002653 -0.009261 0.042331 -0.013649 0.010612 -0.017587 -0.006333 -0.021938 -0.011744 0.004629 -0.010662 -0.02735 0.017133 0.012289 -0.012689 -0.011196 0.030926 -0.00491 0.072648 0.008913 0.045407 -0.050477 0.000698 0.000524 0.001851 0.003162 -0.035607 -0.061271 0.01714 0.019134 0.044718 0.011377 0.017655 0.015492 -0.011502 -0.008185 -0.012489 -0.016205 0.003803 0.00233 -0.031955 0.035348 -0.001684 0.027434 -0.028085 -0.004455 0.00059 0.031079 0.014595 -0.00538 0.015181 0.016453 -0.030822 -0.072246 0.031972 0.016733 -0.019904 -0.074624 -0.01103 -0.005204 0.035126 0.031351 0.017348 0.020152 -0.017382 -0.063703 0.009868 -0.015425 -0.018035 0.006731 0.030151 0.027887 -0.013558 -0.008389 0.039347 -0.044712 0.036495 0.007119 -0.022787 -0.023476 -0.010776 0.036318 -0.039162 -0.028967 -0.020412 -9.2e-05 -0.047071 -0.013469 0.080743 0.009948 -0.020233 0.003869 -0.007595 -0.015146 -0.008109 0.027992 -0.049054 0.004833 0.026227 0.057129 -0.049932 -0.062861 -0.003725 0.04351 -0.038749 0.023074 -0.008553 0.009317 -0.040474 -0.029988 0.011797 0.033952 0.038076 0.028675 -0.002575 -0.021049 0.014008 0.050033 -0.029842 -0.002049 -0.017176 0.028891 -0.002022 0.087876 0.007322 -0.030916 0.013307 -0.013302 -0.024602 0.038023 -0.006354 -0.006213 -0.044388 0.00584 0.003507 0.01187 0.020826 -0.029438 -0.019317 -0.025466 -0.031011 -0.018125 -0.02978 -0.010667 -0.012966 -0.023749 0.0244 0.038201 0.022121 0.013493 -0.031064 0.000628 0.002101 0.007173 0.014367 -0.012059 0.018192 0.064558 0.021449 0.018834 -0.011575 -0.045989 -0.029669 -0.029853 0.003593 0.016435 -0.010776 -0.023491 0.011548 -0.017869 0.046882 -0.005779 -0.027308 -0.047272 -0.055941 -0.014398 -0.004242 0.019351 0.010576 -0.019557 -0.003845 -0.01105 -0.013144 0.005 -0.000631 0.020985 0.037027 -0.035847 0.002475 -0.01481 -0.003174 0.009949 -0.029568 -0.00373 0.01922 -0.006232 -0.026249 -0.036156 0.01075 -0.062788 0.005349 -0.077389 -0.016733 -0.003376 0.006589 0.008513 0.018416 0.023266\nট 0.020663 0.010025 -0.061147 0.018241 0.009156 0.04423 -0.008272 -0.011914 -0.01266 -0.034269 0.045226 0.012003 -0.010258 -0.03622 0.034729 -0.006553 -0.003147 -0.031428 -0.029104 -0.065506 -0.033975 -0.003738 0.006425 0.007281 0.012484 0.038479 -0.019386 -0.023925 -0.004834 -0.043242 0.014563 -0.024866 -0.015562 -0.054557 -0.000113 0.010763 -0.036609 0.055137 0.005026 0.030752 -0.033873 0.006622 -3.2e-05 0.008571 -0.039843 -0.024642 0.046004 -0.00628 -0.013986 0.023866 -0.010398 0.059754 0.03414 -0.047272 0.054302 0.003736 -0.010083 0.024913 -0.004365 0.031489 -0.044245 -0.03832 -0.002673 -0.025583 0.02246 0.035694 0.041368 -0.007629 0.04384 0.018104 -0.049917 -0.001132 0.022452 0.024759 -0.053311 0.012134 -0.052783 0.034842 -0.069088 -0.007911 0.012541 -0.001049 -0.000745 0.009772 -0.016159 -0.054157 0.003631 -0.004914 -0.033812 -0.00066 -0.01314 0.033765 -0.006361 -0.02536 0.022442 0.011082 -0.017085 -0.038792 0.002233 -0.002099 -0.017162 0.008049 0.000964 -0.035584 0.021338 -0.004699 -0.014519 0.014081 0.047353 -0.013232 0.05303 0.031889 0.02697 -0.031504 0.009972 0.000264 0.010153 -0.006493 -0.012185 -0.049493 0.037108 0.004101 0.038779 0.037532 0.04811 0.016901 -0.019295 -0.027488 -0.01577 -0.031213 -0.034191 -0.015231 -0.016452 0.043914 -0.025879 0.015582 -0.031872 0.003698 0.024582 0.063253 0.00362 -0.024027 -0.000488 0.031844 -0.051062 -0.084538 0.066363 0.005968 0.011243 -0.045111 -0.012853 0.024482 0.024075 0.040564 0.006328 -0.003695 0.016875 -0.024828 0.020674 -0.026879 -0.028111 0.01814 0.011308 0.01471 -0.010614 -0.030086 0.027785 -0.034858 0.020014 0.017862 -0.031404 -0.019287 -0.021266 0.039988 -0.042889 -0.049676 -0.002144 0.003125 -0.052635 -0.026605 0.022514 -0.011767 0.009607 -0.01089 -0.004527 -0.023486 0.001828 0.031808 -0.060941 0.00422 0.021302 0.022385 -0.039922 -0.049789 -0.00621 0.03903 -0.024497 0.014252 -0.003592 -0.005805 -0.054124 -0.043355 -0.00195 0.038228 0.007877 0.009063 0.029427 -0.004614 -0.000774 0.047194 -0.033553 -0.010867 -0.012099 0.020141 -0.001336 0.091079 0.02133 -0.035335 0.008582 0.006993 -0.000971 6.4e-05 0.008105 0.002761 -0.027874 -0.003723 0.007617 0.01939 -0.017925 -0.024267 0.000791 0.003886 -0.017795 -0.03928 -0.048184 -0.016377 -0.022484 -0.042291 0.042645 0.016408 0.016611 0.03675 -0.019149 0.016987 -0.004731 -0.00175 0.049713 -0.017658 0.047373 0.053072 0.013839 0.000418 0.001083 -0.044852 -0.03166 -0.019085 -0.016329 0.037004 -0.028466 -0.010904 0.000928 -0.019392 0.055056 -0.031854 -0.045828 -0.025179 -0.024689 -0.023443 0.01561 0.003352 0.036638 0.018024 0.01078 -0.001982 0.013815 0.00638 -0.008989 0.012066 0.071779 -0.059968 -0.008915 -0.028804 0.016068 0.02462 -0.012393 -0.014808 0.016558 -0.015766 -0.033251 0.007797 0.004657 -0.06461 0.02671 -0.079827 -0.013695 0.007693 0.025752 0.02929 0.023836 0.00866\nᠪ 0.027123 -0.001025 -0.040923 0.00912 0.004283 0.02667 -0.004299 -0.001931 -0.017519 -0.021881 0.017611 0.004146 0.000665 -0.016898 0.019849 -0.009263 0.000343 -0.010709 -0.00336 -0.035495 -0.017709 -0.000757 0.011092 -0.002682 -0.005594 0.0136 -0.00609 -0.0018 -0.008566 -0.024099 0.019181 -0.036595 -0.009731 -0.0268 0.00993 -0.004399 -0.021537 0.035794 -0.000182 0.01309 -0.027202 -0.006216 0.003539 -0.002585 -0.009227 -0.013455 0.032184 -0.006482 -0.001404 0.019853 0.00543 0.038386 0.021735 -0.022611 0.032354 0.006057 -0.000585 0.012855 -0.015501 0.023594 -0.031625 -0.024728 -0.017186 -0.005338 0.018026 0.023869 0.030838 -0.01257 0.034907 0.012284 -0.044191 -0.002035 0.024838 0.029802 -0.040519 0.009643 -0.022934 0.020867 -0.031244 -0.004531 0.014901 0.002287 0.006079 0.004554 -0.016863 -0.031803 0.004841 0.009623 -0.005723 -0.011194 -0.015483 0.004214 0.020241 -0.01472 0.010019 -0.006703 -0.003315 -0.036815 -0.005639 -0.005759 -0.01689 0.002493 0.001931 -0.022582 0.010713 -0.010318 -0.022407 -0.000873 0.032631 -0.009332 0.021672 0.026022 0.017943 -0.010593 0.010123 -0.009857 -0.005797 0.005175 -0.012131 -0.01622 0.022076 0.004656 0.034836 0.018314 0.039236 0.007426 -0.007469 -0.004089 -0.011579 -0.018801 -0.019112 0.006329 -0.01121 0.024147 -0.009438 0.019387 -0.027445 0.013626 0.02153 0.034889 0.004519 -0.003651 -0.00239 0.012392 -0.023885 -0.042357 0.053815 0.017969 -0.001033 -0.022479 0.00541 0.017415 0.016429 0.010727 -0.00685 0.007822 0.002825 -0.007152 0.009247 -0.019691 -0.019932 0.02093 0.002078 0.012927 -0.0132 -0.018542 0.004278 -0.013389 0.011427 0.022513 -0.017396 -0.020056 -0.006601 0.033005 0.001766 -0.02573 -0.004106 -0.012132 -0.032003 -0.008446 0.022182 -0.013971 -0.002155 -0.012004 -0.003108 -0.012715 0.005617 0.006141 -0.040014 0.003438 0.024299 0.024252 -0.024143 -0.0178 0.007443 0.035793 -0.021425 0.008702 0.004883 -0.008082 -0.029954 -0.01698 0.007852 0.01989 0.01189 0.013549 0.002252 -0.01038 -0.011384 0.027577 -0.012598 0.000363 0.00228 0.009916 0.004221 0.037993 0.014241 -0.012445 0.001585 0.010434 0.007705 0.001642 -0.014954 0.00561 -0.016145 -0.004981 0.003894 0.008252 -0.012703 -0.01479 -0.001594 -0.010281 0.006149 -0.014774 -0.029408 -0.006694 -0.012022 -0.03052 0.021778 0.012242 -0.006226 0.015106 -0.021406 0.014291 0.009555 -0.007869 0.03179 -0.005207 0.033012 0.035651 0.022308 0.010231 -0.001814 -0.01724 -0.021512 -0.023253 -0.004607 0.031114 -0.02045 -0.003032 0.001482 -0.008154 0.015809 -0.017676 -0.021751 -0.010333 -0.025289 -0.019532 0.000333 -0.004531 0.017202 -0.001562 0.015954 -0.009444 0.012199 0.015089 0.009082 0.011019 0.041764 -0.039568 -0.016892 -0.020673 0.015465 0.016669 -0.016056 -0.002571 0.032173 -0.004949 -0.009684 -0.014359 -0.003157 -0.029509 0.012569 -0.055722 -0.009685 0.004149 -0.002086 0.026148 0.014235 0.00332\nັ 0.028223 0.002068 -0.037076 0.025047 0.010019 0.033658 0.009983 -0.000891 -0.015833 -0.026263 0.025009 0.008182 -0.00916 -0.020085 0.028123 -0.002657 0.00754 -0.023571 -0.009478 -0.037565 -0.01332 0.005175 0.010881 0.010856 0.000293 0.014594 -0.014438 -0.007795 -0.013063 -0.026025 0.021304 -0.027127 -0.019508 -0.036808 0.01108 0.012137 -0.029841 0.032894 0.003934 0.024031 -0.023032 0.006326 0.000763 -0.0056 -0.021051 -0.02318 0.030033 -0.002899 -0.000921 0.016642 0.004548 0.04221 0.029075 -0.033636 0.038816 0.007536 -0.004632 0.017626 -0.004586 0.023928 -0.029372 -0.022138 -0.00787 -0.014304 0.012011 0.021969 0.033939 -0.0109 0.032973 0.014729 -0.052209 -0.01243 0.015201 0.015416 -0.042021 0.000204 -0.026128 0.019636 -0.032624 -0.012377 0.01425 -0.001675 0.007652 0.016618 -0.019338 -0.053845 0.004775 -0.001255 -0.015624 -0.010225 -0.002353 0.019407 0.007593 -0.015659 0.017394 -0.00848 0.000415 -0.038371 -0.000912 -0.007384 -0.01935 0.000885 -0.002728 -0.025095 0.011099 -0.00284 -0.007807 0.004141 0.035367 -0.00238 0.040559 0.018555 0.022976 -0.012257 0.007352 0.002581 -0.003762 0.000288 -0.012922 -0.035765 0.020483 0.000956 0.035992 0.024681 0.030262 0.011417 -0.008665 -0.010486 -0.011201 -0.018291 -0.012543 -0.003538 -0.016692 0.028742 -0.025545 0.013534 -0.028705 0.001147 0.00306 0.040316 -0.002805 -0.009309 0.004977 0.024625 -0.03511 -0.043336 0.045069 0.008699 0.001828 -0.041452 0.005902 0.010816 0.033742 0.019066 0.002598 0.008635 -0.00055 -0.022936 0.013686 -0.022748 -0.015932 0.015296 0.02232 0.013213 -0.009626 -0.016695 0.019764 -0.015976 0.024425 0.013656 -0.021358 -0.020463 -0.013292 0.034202 -0.021096 -0.027608 -0.004981 -0.006854 -0.036117 -0.019007 0.029631 -0.009967 0.006646 -0.010837 -0.002408 -0.013385 0.006513 0.020922 -0.046788 0.001803 0.010201 0.0257 -0.037203 -0.032128 0.006856 0.034621 -0.019852 0.012675 0.006371 0.004316 -0.030575 -0.022338 0.015609 0.018654 0.013519 0.019145 0.00624 -0.001259 -0.002592 0.040593 -0.020993 -0.002658 -0.003922 0.011529 0.002932 0.058207 0.00686 -0.025131 0.007434 -0.00102 -0.006148 0.005526 -0.010759 0.003456 -0.020002 -0.001817 0.000476 0.014908 -0.006284 -0.025608 -0.007935 -0.001572 -0.008509 -0.025918 -0.031457 -0.000119 -0.012787 -0.030796 0.02485 0.022358 0.008152 0.028867 -0.024022 0.015639 -0.001841 -0.006738 0.033211 -0.008719 0.035365 0.049159 0.020979 0.007433 0.002385 -0.034882 -0.030409 -0.013888 0.001925 0.019949 -0.025291 -0.012373 0.005173 -0.013206 0.026139 -0.025742 -0.028438 -0.022364 -0.030976 -0.015375 0.009034 -5.5e-05 0.016727 0.001741 0.009223 -0.000498 0.007643 -0.003061 -0.002707 0.015096 0.038223 -0.042374 -0.000948 -0.015788 0.011019 0.013077 -0.023645 -0.008765 0.011131 -0.009213 -0.021182 -0.012677 0.004884 -0.037543 0.007407 -0.060505 -0.013165 0.00826 0.011966 0.017521 0.016994 -0.000919\nள 0.040584 0.000988 -0.057702 0.026566 0.006502 0.045456 -0.003805 -0.009701 -0.028377 -0.042524 0.042965 0.017606 -0.011647 -0.031274 0.03508 -0.005788 0.010665 -0.029447 -0.017719 -0.055293 -0.015109 0.001881 0.009634 0.009657 0.001598 0.025388 -0.003637 -0.005667 -0.016672 -0.041906 0.026323 -0.02551 -0.019878 -0.048374 0.014731 0.014261 -0.042532 0.046835 0.004453 0.02565 -0.040474 0.001531 0.004724 0.001531 -0.037777 -0.025685 0.044919 -0.011688 0.001034 0.029318 0.008277 0.073627 0.033132 -0.038109 0.05006 0.015783 -0.001013 0.022936 -0.01388 0.041739 -0.031165 -0.034709 -0.012897 -0.022844 0.020661 0.023929 0.048624 -0.010565 0.047644 0.020419 -0.056643 -0.009059 0.025475 0.020728 -0.048423 0.015427 -0.031887 0.036105 -0.03803 -0.029427 0.013761 0.003135 0.002446 0.022563 -0.021271 -0.060771 0.004488 -0.002405 -0.022757 -0.012573 -0.006614 0.023348 -0.006955 -0.021628 0.009955 -0.016683 -0.00903 -0.035749 0.006053 -0.003354 -0.027736 0.003589 -0.013921 -0.028478 0.018627 -0.008588 -0.023057 0.019675 0.038842 -0.00832 0.052664 0.021097 0.029373 -0.00903 0.008681 -0.007461 -0.026844 -0.00051 -0.020899 -0.040677 0.029686 0.007077 0.056972 0.024048 0.050895 0.019394 -0.000756 -0.012131 -0.019081 -0.01964 -0.024168 -0.002769 -0.016562 0.021329 -0.029387 0.009623 -0.041571 0.000932 0.008808 0.064433 -0.004428 -0.012941 0.018268 0.023178 -0.044626 -0.067101 0.058761 0.014419 0.000611 -0.041352 0.005599 0.022099 0.041231 0.038657 0.003814 0.002136 -0.001973 -0.019395 0.026785 -0.038223 -0.019549 0.013946 0.015691 0.009228 -0.017662 -0.01762 0.031413 -0.03843 0.026532 0.018253 -0.019917 -0.011826 -0.00561 0.03876 -0.02709 -0.038879 -0.003391 -0.004356 -0.053922 -0.029092 0.030951 -0.000566 0.002312 -0.003827 -0.000609 -0.026021 0.010798 0.026448 -0.053239 0.001025 0.013236 0.023118 -0.042674 -0.044348 -0.004591 0.04436 -0.024716 0.010388 -0.00316 -0.000436 -0.048082 -0.038082 0.012045 0.023457 0.027659 0.022597 0.02433 -0.009124 -0.005935 0.041473 -0.034781 -0.009152 -0.004332 0.018583 -0.012887 0.07027 0.004294 -0.021248 0.004098 0.005223 0.002411 -0.001045 0.004222 0.005843 -0.020691 -0.001535 -0.00634 0.01862 -0.01164 -0.02809 -0.010396 0.005664 -0.005425 -0.023199 -0.034689 -0.006515 -0.020073 -0.043776 0.028804 0.025972 4.8e-05 0.028798 -0.020882 0.01164 0.0022 -0.011435 0.047453 -0.004302 0.041901 0.072312 0.031985 0.006991 -0.00307 -0.047172 -0.034909 -0.01873 -0.005658 0.034336 -0.034991 -0.028871 0.003925 -0.020832 0.050682 -0.02817 -0.052312 -0.03085 -0.045862 -0.014266 0.019373 0.006856 0.023587 -0.003283 0.021401 -0.005893 0.029704 0.007576 0.004393 0.032532 0.05488 -0.069956 0.006008 -0.017026 0.012588 0.023091 -0.023144 -0.008721 0.027348 -0.007274 -0.025963 -0.023589 0.007596 -0.048025 0.024687 -0.079295 0.00254 0.003939 0.018214 0.017122 0.034535 -0.006181\nల 0.038328 0.0004 -0.056488 0.03464 0.008858 0.047278 0.001183 -0.001137 -0.018141 -0.028224 0.040519 0.016202 -0.014324 -0.035071 0.034014 -0.005796 0.027869 -0.037139 -0.001839 -0.048632 -0.016279 -0.001266 -0.003961 0.007758 0.006023 0.031082 -0.018863 -0.012323 -0.010419 -0.004125 0.032011 -0.028686 -0.021506 -0.036107 0.003002 0.011914 -0.054263 0.043055 0.002331 0.019073 -0.031204 0.000638 0.000394 0.005642 -0.029152 -0.021924 0.048508 0.010297 0.007128 0.021705 0.008078 0.055595 0.040253 -0.052549 0.050272 0.00285 -0.011081 0.037614 -0.01962 0.029054 -0.020915 -0.022391 -0.015051 -0.015056 0.017993 0.025956 0.043544 -0.025746 0.034314 0.022627 -0.029917 -0.015374 0.019909 0.00971 -0.06915 0.0008 -0.023208 0.036256 -0.016627 -0.022371 0.009408 -0.000168 -0.004734 0.018338 -0.027335 -0.066048 0.007794 -0.006248 -0.022931 -0.006998 -0.007258 0.027845 -0.002365 -0.019883 0.008464 -0.003621 -0.00804 -0.041613 0.010101 -0.008122 -0.00262 -0.00012 0.00421 -0.016837 0.022444 0.00174 -0.017404 0.002989 0.031466 0.00337 0.051727 0.037251 0.029942 -0.011251 0.019333 0.003499 -0.010116 -0.004571 -0.01771 -0.046864 0.024034 -0.003243 0.041145 0.018895 0.049721 0.006289 -0.017554 -0.019584 -0.010017 -0.011471 -0.019838 -5.6e-05 -0.021771 0.031304 -0.0131 0.026487 -0.031937 0.018632 -0.004415 0.055155 -0.002038 -0.017817 0.014045 0.022572 -0.05032 -0.050867 0.04106 -0.010409 0.004957 -0.042885 0.005675 0.009801 0.025225 0.030216 -0.000614 0.0032 0.000157 -0.021301 -0.004535 -0.023095 -0.017134 0.022232 0.030592 0.010208 -0.00081 -0.01213 0.0164 -0.018764 0.03187 0.009061 -0.045776 -0.031007 -0.010671 0.045908 -0.030583 -0.038377 -0.001476 -0.012665 -0.024332 -0.007999 0.049842 -0.001392 0.003488 -0.007262 -0.016124 -0.009733 -0.009001 0.027107 -0.072801 -0.003293 0.015201 0.03256 -0.037881 -0.04315 -0.005516 0.048773 -0.006539 0.015379 -0.022229 -0.001636 -0.034622 -0.038812 0.013595 0.015378 0.021472 0.016778 0.014559 -0.019694 -0.009076 0.025881 -0.020224 -0.0034 0.004405 0.020791 0.009413 0.071114 0.011014 -0.010452 0.005318 0.004623 0.010135 0.012324 -0.011639 0.00083 -0.02289 0.002291 -0.00125 0.004056 0.003928 -0.017375 -6.1e-05 0.010571 -0.013941 -0.041108 -0.049944 -0.010055 -0.012646 -0.039941 0.035272 0.023913 0.01336 0.027498 -0.013567 0.020433 0.007821 -0.01315 0.051089 -0.007845 0.045433 0.058527 0.03161 0.01152 0.00619 -0.052062 -0.033203 -0.020297 -0.011787 0.011895 -0.038664 -0.028626 0.010425 -0.007231 0.029268 -0.018253 -0.040381 -0.025504 -0.032747 -0.007627 0.017755 0.001946 0.036705 -0.001204 0.000607 -0.002276 0.014275 0.003989 0.006414 0.019986 0.03982 -0.05735 -0.00916 -0.016076 0.02419 0.02022 -0.019591 0.008813 0.011522 -0.017682 -0.021316 -0.006927 0.029901 -0.050204 0.014469 -0.066261 -0.026235 0.013652 0.0252 -0.007237 0.035749 -0.006193\n် 0.026071 -0.000629 -0.03609 0.016027 0.005418 0.034586 0.002995 -0.003624 -0.014879 -0.025894 0.03104 -0.000592 -0.010311 -0.017718 0.033202 -0.003931 -0.000289 -0.01339 -0.001719 -0.039077 -0.018542 -0.003904 0.000502 0.005452 0.000297 0.01003 -0.017521 -0.014968 -0.015255 -0.025395 0.023108 -0.027423 -0.014089 -0.025293 0.008448 0.008007 -0.027618 0.028659 -0.001993 0.013649 -0.027186 0.016049 0.00151 -0.006084 -0.02682 -0.010379 0.026988 -0.003545 0.002867 0.010829 0.003923 0.03519 0.027756 -0.031704 0.035659 0.00327 -0.00893 0.013607 -0.010077 0.013618 -0.03742 -0.023022 -0.006934 -0.006812 0.006436 0.013235 0.037093 -0.00902 0.03085 0.023226 -0.04877 -0.00765 0.012976 0.01806 -0.042958 -0.000721 -0.025614 0.014709 -0.039545 -0.009342 0.003494 -0.00298 0.000393 0.008485 -0.015135 -0.044513 0.006423 0.001827 -0.011998 -0.002772 -0.004841 0.017175 0.00483 -0.012463 0.018637 -0.005916 -0.000786 -0.034053 -0.002039 0.000689 -0.024214 -0.001746 -0.00058 -0.026277 0.013502 -0.003683 -0.014333 0.005959 0.036486 -0.002455 0.0398 0.024311 0.019637 -0.012299 0.010825 -0.007561 -0.005942 -0.007393 -0.012712 -0.033406 0.015714 0.006629 0.029759 0.026336 0.037649 0.001331 -0.006745 -0.003471 -0.014143 -0.014088 -0.013779 0.006584 -0.010201 0.028094 -0.009447 0.010251 -0.025342 0.015951 0.004528 0.040043 -0.003533 -0.006763 0.00783 0.017223 -0.034507 -0.05281 0.053057 0.010176 0.004241 -0.041717 0.007014 0.004821 0.034541 0.0147 -0.001967 0.000519 0.002804 -0.022342 0.013287 -0.019079 -0.018233 0.007377 0.022342 0.010166 -0.018076 -0.014304 0.020258 -0.017745 0.018354 0.017563 -0.017204 -0.01382 -0.009559 0.026615 -0.021515 -0.021609 0.00306 -0.008983 -0.042873 -0.01149 0.026979 -0.005998 0.006978 -0.012004 -0.009405 -0.021092 -0.000311 0.022876 -0.038827 0.00019 0.006313 0.025077 -0.039199 -0.028693 -0.001882 0.038693 -0.018538 0.014049 -0.000197 -0.00564 -0.034764 -0.02986 0.005182 0.024679 0.018217 0.009883 0.017867 -0.004361 -0.004654 0.037603 -0.017621 0.000473 -0.008308 0.0184 -0.002619 0.049107 0.00756 -0.024896 0.008628 0.006881 0.000264 0.005783 -0.005109 0.000149 -0.021112 -0.005238 -0.003885 0.016954 0.001645 -0.01793 -0.010486 0.000473 -0.003616 -0.029335 -0.029614 -0.004126 -0.011663 -0.034404 0.018594 0.011911 0.003686 0.027887 -0.015932 0.005937 -0.005298 -0.001328 0.022839 -0.009811 0.032956 0.04968 0.017346 0.005883 -0.002849 -0.034714 -0.02361 -0.011141 -0.006754 0.021288 -0.027331 -0.00527 0.003632 -0.011499 0.025725 -0.023265 -0.020829 -0.027252 -0.03735 -0.009641 0.006071 0.003729 0.020582 -0.001056 0.019943 -0.001563 0.020181 0.008881 0.005411 0.014 0.046228 -0.043283 0.006044 -0.011377 0.007853 0.015791 -0.014927 -0.012351 0.015719 -0.005806 -0.018322 -0.009527 0.002615 -0.034776 0.008778 -0.057392 -0.013225 0.011003 0.008162 0.017699 0.012099 -0.004626\nᨾ 0.063428 -0.01093 -0.051355 0.022017 0.004095 0.034071 0.014565 0.008469 -0.038104 -0.051616 0.023996 0.010733 -0.020241 -0.011843 0.034108 0.002897 0.019576 -0.041624 0.006241 -0.042469 -0.010563 0.010757 0.022778 0.022808 0.014516 0.020463 0.001484 -0.006162 -0.018804 -0.025053 0.025464 -0.019273 -0.024802 -0.066075 0.006507 0.012646 -0.033625 0.041473 -0.00524 0.036466 -0.035726 0.019574 0.009636 -0.013278 -0.019175 -0.042714 0.031469 0.000308 -0.008502 0.022322 0.000875 0.050633 0.02094 -0.017487 0.036465 0.013005 0.006842 0.033871 -0.028956 0.029797 -0.032085 -0.01276 -0.013802 -0.018691 0.016463 0.038896 0.046226 0.007884 0.04954 0.01733 -0.06073 -0.025714 0.026952 0.035899 -0.032442 0.010241 -0.013802 0.033899 -0.03286 -0.005851 0.017488 0.020311 -0.010901 0.007696 -0.018498 -0.068457 0.007394 -0.05425 -0.000274 -0.027697 0.009595 0.034425 0.026955 -0.03089 0.022917 -0.016495 -0.007873 -0.05183 0.001191 -0.001668 -0.02829 -0.003537 0.009817 -0.035438 0.007942 0.002667 -0.021088 -0.005804 0.057727 -0.012965 0.041584 0.019359 0.033639 -0.016167 0.015323 0.003782 -0.013427 -0.009469 -0.000568 -0.036522 0.036969 -0.003783 0.061273 0.005842 0.022191 0.015993 -0.037623 -0.021358 -0.013578 -0.031931 0.002632 -0.005205 -0.007873 0.036112 -0.034885 0.013863 -0.034275 -0.008316 -0.012305 0.038615 -0.007243 0.001587 0.013824 0.023362 -0.013357 -0.046171 0.035517 0.003817 0.006488 -0.043477 0.028875 0.012776 0.032998 0.002928 0.014092 0.029539 -0.007045 -0.023262 0.029284 -0.014383 -0.025623 0.0008 0.033393 0.023309 -0.016528 -0.02784 0.016402 -0.02246 0.031019 0.029911 -0.01782 -0.024122 -0.039777 0.038855 -0.038983 -0.02133 0.004394 0.003064 -0.052161 -0.031087 0.030664 -0.006208 0.020708 -0.037654 -0.007285 -0.001501 0.010716 0.029856 -0.070379 0.008821 0.014077 0.01629 -0.045783 -0.036832 -0.000626 0.05192 -0.023707 0.029535 0.004077 0.004724 -0.022131 -0.010835 0.03029 0.025896 0.01258 0.043262 -0.001079 -0.015121 -0.020436 0.053633 -0.012602 0.027984 -0.00279 0.022405 0.00473 0.073759 0.026835 -0.024174 0.022842 -0.018738 -0.010132 0.006971 -0.023936 0.01064 -0.018326 -0.006543 -0.002569 0.022461 -0.014662 -0.033357 -0.015869 0.001391 -0.017154 -0.020908 -0.047417 -0.016214 -0.004073 -0.041721 0.02555 0.022664 0.008509 0.033766 -0.028731 0.0318 -0.002029 -0.01589 0.02487 -0.001966 0.041472 0.050495 0.016332 0.014538 0.00482 -0.035422 -0.028093 -0.013483 -0.004654 0.021687 -0.021 -0.000309 0.020846 -0.011685 0.013784 -0.031822 -0.041072 -0.041091 -0.05002 -0.013376 0.033313 0.009978 0.022114 0.017339 0.009065 -0.004417 0.020469 -0.010511 -0.001944 0.013426 0.020332 -0.059607 -0.013177 -0.008242 0.019651 0.005308 -0.029625 -0.005628 0.000651 -0.008681 -0.019659 -0.015827 0.009486 -0.047346 0.001348 -0.061982 -0.009267 0.023719 0.017035 0.02887 0.021898 0.011001\nہ 0.025137 0.008212 -0.041595 0.006749 -0.000184 0.018814 -0.007601 -0.010942 -0.013877 -0.028613 0.035913 0.004766 -0.001303 -0.020092 0.023709 -0.009096 0.000421 -0.004999 -0.013395 -0.035483 -0.011418 0.001908 0.003473 0.004519 -0.004861 0.008073 -0.012355 -0.015613 -0.000329 -0.032521 0.008648 -0.020391 -0.014298 -0.026793 0.011276 0.010274 -0.019779 0.027388 -0.002988 0.009352 -0.020168 0.002866 0.009221 0.004423 -0.016518 -0.000434 0.034851 -0.005728 -0.004716 0.002604 0.001796 0.031472 0.020837 -0.017541 0.026037 -0.005197 -0.005816 0.006758 -0.008535 0.011855 -0.020754 -0.018163 -0.002775 -0.006799 0.018481 0.015807 0.03176 -0.004943 0.021442 0.019406 -0.046296 -0.003141 0.019422 0.027741 -0.036462 -0.002299 -0.016682 0.01689 -0.02771 -0.016688 0.012491 -0.012288 -0.002689 -0.003908 -0.021278 -0.025536 0.004369 -0.001364 -0.010331 -0.010408 -0.003356 0.017222 0.007817 -0.001974 0.020887 -0.001149 -0.008453 -0.033145 -0.002502 0.000445 -0.014542 0.006689 0.005307 -0.017608 0.014784 -0.007344 -0.020121 0.011948 0.020699 -0.002773 0.03859 0.019672 0.016062 -0.016111 0.001632 -0.007014 -0.005027 0.005403 -0.012957 -0.028208 0.024503 0.01325 0.021074 0.021616 0.028587 0.007791 -0.002074 0.001392 -0.00703 -0.019544 -0.007441 -0.002711 0.000887 0.028751 -0.008296 0.001239 -0.013156 0.008184 0.011639 0.032509 0.002298 -0.00725 0.007274 0.018501 -0.023067 -0.033502 0.042778 0.018638 0.005245 -0.033453 0.004812 0.009769 0.018281 0.009963 -0.003597 0.006576 0.012121 -0.024315 0.011102 -0.016404 -0.025193 0.009165 0.020464 0.013968 -0.015218 -0.016602 0.012615 -0.010273 0.016816 0.007688 -0.019549 -0.015324 -0.004195 0.026299 -0.01281 -0.018059 -0.005791 0.000181 -0.02653 -0.013285 0.022708 -0.011189 0.008437 -0.011157 -0.005905 -0.015941 -0.0044 0.017214 -0.023154 0.009541 0.011601 0.01031 -0.027614 -0.017696 0.004746 0.024633 -0.012137 0.019727 0.00518 -0.001332 -0.026106 -0.025235 0.015648 0.026488 0.012097 0.007098 0.012978 -0.0075 -0.000191 0.027672 0.000248 -0.005805 -0.001027 0.014096 0.005508 0.039584 0.012149 -0.015015 0.011308 -0.010395 0.000323 -0.003574 -0.003958 -0.008766 -0.022694 -0.002338 0.006703 0.014808 -0.014163 -0.01705 -0.001752 -0.00065 -0.004025 -0.017895 -0.030554 -0.003984 -0.015282 -0.027461 0.010933 0.010601 0.010291 0.008805 -0.017014 0.014892 -0.006098 0.013776 0.019592 0.001187 0.027605 0.031493 0.013042 0.000654 -0.011989 -0.014822 -0.011522 -0.013456 -0.007521 0.029034 -0.030052 -0.00101 0.000917 -0.01124 0.021057 -0.025692 -0.019085 -0.00989 -0.023365 -0.010758 0.002473 0.007424 0.010519 0.005803 0.016284 0.002238 0.01368 -0.01672 0.003468 0.009977 0.037186 -0.037506 0.003443 -0.020645 0.014656 0.014723 -0.006327 -0.013867 0.030028 -0.012227 -0.011098 -0.003954 -0.004842 -0.014907 0.009408 -0.059377 -0.007402 0.003976 0.01161 0.009602 0.014052 0.006402\nσ 0.025532 0.00029 -0.043199 0.021636 0.004891 0.036628 0.005663 -0.006536 -0.012711 -0.030418 0.03263 0.01005 -0.014702 -0.024398 0.031321 -0.011445 0.009866 -0.022544 -0.016019 -0.035732 -0.011345 0.006458 0.009607 0.015018 0.007582 0.014056 -0.008206 -0.012072 -0.011624 -0.019865 0.022177 -0.032723 -0.017147 -0.035112 0.009915 0.017502 -0.034326 0.037375 0.005395 0.015935 -0.032513 0.008449 -0.00117 0.009131 -0.020844 -0.025203 0.03282 0.001952 0.004325 0.011233 0.009616 0.040865 0.033348 -0.025224 0.038783 0.006169 -0.00021 0.021973 -0.013966 0.020509 -0.030512 -0.026877 -0.007805 -0.01819 0.013341 0.019048 0.038055 -0.017188 0.025858 0.015487 -0.046135 -0.005762 0.023681 0.010187 -0.046007 0.00138 -0.03265 0.020528 -0.02397 -0.012067 0.006935 0.000485 -0.001366 0.01829 -0.016391 -0.045567 0.001823 -0.003453 -0.012105 0.002669 -0.000913 0.02571 -7.7e-05 -0.002409 0.010641 -0.011211 -0.003073 -0.034006 -0.007119 -0.008453 -0.015892 0.00193 -0.006008 -0.029429 0.017788 -0.008555 -0.011648 0.011504 0.031397 -0.009213 0.043596 0.017007 0.023103 -0.012657 0.008395 0.004145 -0.000813 0.004687 -0.010849 -0.039692 0.024003 -0.001167 0.035766 0.020832 0.026791 0.003034 -0.001921 -0.008574 -0.009189 -0.014274 -0.011105 0.002577 -0.016431 0.028743 -0.01876 0.009793 -0.026321 0.006029 0.000601 0.044181 -0.008222 -0.010549 0.012479 0.024734 -0.033305 -0.044043 0.038862 0.009176 0.00351 -0.044101 -0.001352 0.005048 0.034053 0.023972 0.001384 -0.002284 -0.000278 -0.019984 0.013427 -0.020663 -0.0139 0.014208 0.018854 0.014654 -0.013611 -0.011256 0.024798 -0.019574 0.019846 0.016749 -0.029623 -0.023079 -0.009791 0.035018 -0.011751 -0.022798 -0.006953 -0.009891 -0.032682 -0.01528 0.029666 -0.016287 0.001511 -0.005669 -0.008164 -0.012824 -0.003417 0.019233 -0.054496 -0.001875 0.017494 0.029916 -0.035362 -0.037214 0.000286 0.031744 -0.017836 0.014701 0.006266 0.001707 -0.033866 -0.030589 0.019072 0.02366 0.013939 0.012275 0.011276 -0.015661 0.000585 0.030954 -0.013668 -0.008288 -0.014019 0.012237 0.000601 0.060013 0.006917 -0.019249 0.004705 -0.002754 -0.006956 0.013045 -0.008107 0.005193 -0.022166 -0.00418 0.004099 0.011905 -0.00749 -0.026385 -0.002738 0.003133 -0.006137 -0.017645 -0.027909 -0.000124 -0.015217 -0.032015 0.02205 0.029557 0.006857 0.022071 -0.018361 0.009059 0.009026 -0.002919 0.036907 -0.000543 0.031771 0.049473 0.022658 0.005538 0.000149 -0.034013 -0.030542 -0.023865 -0.005492 0.014063 -0.026984 -0.013599 0.007742 -0.005047 0.025618 -0.021623 -0.025245 -0.012778 -0.025834 -0.019836 0.004038 -0.001607 0.02001 -0.0054 0.009086 -0.001311 0.001102 -0.00281 -0.002235 0.019758 0.038149 -0.03971 -0.006547 -0.017586 0.012789 0.013013 -0.021397 -0.00293 0.012339 -0.005794 -0.01582 -0.016071 0.00241 -0.034952 0.007103 -0.062355 -0.008079 0.004304 0.007844 0.008195 0.015107 -0.002439\nт 0.039032 0.007622 -0.051553 0.023866 0.017435 0.035469 0.006432 -0.000911 -0.016103 -0.03245 0.044422 0.011844 -0.01192 -0.031758 0.039061 -0.013615 0.006375 -0.024977 -0.014484 -0.04874 -0.013294 0.001156 0.007294 0.014678 0.007671 0.025366 -0.007966 -0.013355 -0.018973 -0.025797 0.02149 -0.037763 -0.016322 -0.042972 0.012389 0.019067 -0.047713 0.044111 0.006303 0.020293 -0.034454 0.014409 0.002967 0.003845 -0.029534 -0.026141 0.040343 -7.5e-05 -0.004852 0.020226 0.014336 0.058272 0.035103 -0.038292 0.044289 0.014037 -0.000372 0.022237 -0.007604 0.027794 -0.032551 -0.029652 -0.007943 -0.019191 0.016855 0.022712 0.035944 -0.015476 0.029108 0.01767 -0.053503 -0.007707 0.021505 0.017031 -0.056264 0.000428 -0.037065 0.032738 -0.027732 -0.013756 0.01739 -0.002954 -0.000479 0.026857 -0.025661 -0.056373 0.003525 0.004438 -0.027858 -0.004662 -0.010661 0.025746 0.005441 -0.019852 0.016589 -0.006839 0.00339 -0.040351 -0.002421 -0.007198 -0.017453 -0.002952 -0.002872 -0.031877 0.021176 0.00112 -0.015958 0.01067 0.039596 -0.002638 0.05127 0.025758 0.023222 -0.01092 0.014513 0.008694 -0.01521 0.001775 -0.015325 -0.04424 0.022912 0.006387 0.043177 0.031657 0.033301 0.006382 -0.008051 -0.02598 -0.013246 -0.020897 -0.020402 -0.003981 -0.014149 0.029421 -0.024191 0.013553 -0.026141 0.011058 0.010264 0.044996 -0.005454 -0.015834 0.014101 0.031392 -0.038013 -0.055048 0.045521 0.008044 0.006996 -0.043064 0.002986 0.004156 0.033304 0.030126 -0.0097 0.001208 -0.00212 -0.025283 0.018307 -0.019105 -0.021923 0.020739 0.017898 0.0179 -0.02315 -0.006716 0.025897 -0.025822 0.016836 0.025277 -0.0271 -0.028163 -0.011457 0.038185 -0.018301 -0.029321 -0.007554 -0.006221 -0.040258 -0.029497 0.037842 -0.010274 0.00333 -0.009577 -0.010264 -0.019111 0.003506 0.020489 -0.064548 0.00741 0.025117 0.029238 -0.031294 -0.042143 0.01037 0.042041 -0.01445 0.018642 0.005533 0.006512 -0.046629 -0.040879 0.014844 0.029901 0.018889 0.017341 0.011084 -0.014624 0.001248 0.03952 -0.028201 -0.006468 -0.005551 0.020897 -0.002904 0.07567 0.00202 -0.027731 0.006082 -0.007616 -0.009921 0.012452 -0.01036 0.006099 -0.018986 -0.006903 -0.000891 0.021744 -0.012099 -0.027344 -0.009514 5e-06 -0.006115 -0.033715 -0.042122 -0.002466 -0.004693 -0.042023 0.031639 0.027872 0.006004 0.0256 -0.024142 0.017319 0.007886 -0.012755 0.053285 -0.006815 0.044904 0.056091 0.031669 0.003599 0.00784 -0.048489 -0.04694 -0.020928 -0.0042 0.026562 -0.03093 -0.012486 0.004312 -0.007826 0.028991 -0.030157 -0.028085 -0.021653 -0.032958 -0.023406 0.007804 -0.001452 0.014616 -0.005317 0.007623 -0.005332 0.014478 0.008152 0.00474 0.010441 0.041317 -0.054513 -0.003336 -0.023305 0.017156 0.016012 -0.022491 0.00231 0.018386 -0.015798 -0.021822 -0.018412 0.008001 -0.043638 0.008779 -0.066417 -0.012763 0.01395 0.016046 0.018729 0.020123 0.003347\nń 0.026735 -0.002543 -0.042182 0.024304 0.010495 0.031445 0.002223 0.007085 -0.023434 -0.02678 0.039563 0.013469 0.006473 -0.030504 0.031623 -0.008347 -0.006783 -0.026832 -0.005932 -0.033369 -0.027285 -0.011233 -0.001329 0.014633 -0.010628 0.026072 -0.006848 -0.000537 -0.008003 -0.028411 0.029385 -0.024016 -0.017853 -0.019892 0.012165 0.013815 -0.05044 0.032438 0.015587 0.000954 -0.023328 0.019358 0.006448 -0.00012 -0.025672 -0.01373 0.029448 -0.010728 0.000351 0.02494 0.005214 0.059745 0.019851 -0.036171 0.025241 0.001955 0.002926 0.023513 -0.025664 0.027527 -0.019624 -0.023908 -0.017224 -0.020405 0.01126 0.012873 0.014891 -0.030445 0.028979 0.009583 -0.026602 -0.007775 0.013235 -0.003793 -0.060623 0.002961 -0.023229 0.02652 -0.010366 -0.009864 0.031581 -0.007747 0.000465 0.023026 -0.027584 -0.046503 -0.005214 -0.001185 -0.030635 -0.002903 -0.002251 0.035093 0.008336 -0.00969 0.016291 -0.003171 0.009869 -0.042283 0.000529 -0.002797 0.00238 -0.009217 0.000426 -0.009872 0.008734 -0.002607 -0.015849 0.004473 0.029134 0.003135 0.029597 0.026718 0.01912 -0.009 0.009646 0.001744 -0.00224 0.002093 -0.012721 -0.029783 0.014325 -0.008417 0.03946 0.016455 0.033803 0.011379 -0.011968 -0.023275 -0.01188 -0.01858 -0.022749 -0.008239 -0.006262 0.023207 -0.026746 0.012153 -0.01211 -0.002789 0.010659 0.041991 -0.006305 -0.01122 0.012629 0.020003 -0.026107 -0.049619 0.053356 0.0021 0.002145 -0.040763 0.015882 0.002182 0.018063 0.026608 0.00784 0.000727 0.004376 -0.024934 0.005441 -0.016324 -0.012143 0.025854 0.013932 0.010717 -0.011203 0.005264 0.028029 -0.019883 0.009747 0.021828 -0.017349 -0.026034 -0.012362 0.030376 -0.021579 -0.03382 -0.012974 -0.003544 -0.040126 -0.032998 0.022684 -0.005898 0.000467 -0.004614 -0.000527 -0.030621 0.00405 0.014487 -0.050323 0.007611 0.011969 0.02157 -0.018585 -0.036324 -0.00338 0.02904 -0.009638 0.021114 0.01085 0.002741 -0.029935 -0.022459 0.011287 0.014991 0.005582 0.026585 -0.002969 -0.019098 -0.003445 0.023143 -0.023772 0.004047 -0.010992 0.028605 -0.000746 0.060365 -0.002465 -0.033016 0.00028 0.010159 0.005459 0.008248 -0.011265 0.009984 -0.018937 -0.007506 0.000642 0.014527 -0.011239 -0.012693 -0.002123 0.0069 -0.004986 -0.027051 -0.03941 -0.009613 -0.009308 -0.027162 0.021429 0.018482 0.00083 0.012813 -0.018617 0.009617 -0.002495 -0.00557 0.033333 6.3e-05 0.028727 0.043712 0.032831 0.007709 0.007859 -0.034894 -0.028382 -0.02152 -0.015497 0.005777 -0.02594 -0.022882 -0.002781 -0.002824 0.023702 -0.015595 -0.018089 -0.012266 -0.012878 -0.018137 0.011558 -0.003188 0.016103 -0.003584 0.001807 0.002958 0.027499 0.006488 -0.001813 0.02061 0.027375 -0.038319 0.004421 -0.017533 0.003846 -0.001292 -0.018532 -0.010155 0.015685 -0.002389 -0.015368 -0.004903 -0.004107 -0.034334 0.008537 -0.044425 -0.020699 0.012651 0.016655 0.01547 0.013092 0.006819\nๆ 0.026959 0.017987 -0.058611 0.0271 0.011095 0.047465 0.000205 -0.00937 -0.013485 -0.041896 0.039261 0.014404 -0.010103 -0.051632 0.030737 -0.013829 0.0083 -0.033527 -0.01636 -0.059132 -0.024861 0.008103 -0.009496 0.006089 0.013326 0.028876 0.000484 -0.015246 -0.02405 -0.022888 0.005597 -0.041267 -0.019821 -0.050714 0.003604 0.009082 -0.055878 0.040833 -0.006936 0.019748 -0.037239 -0.013854 -0.006789 0.010091 -0.030158 -0.017803 0.048213 0.003097 -0.0261 0.008138 0.017515 0.074948 0.026861 -0.024792 0.035485 0.00424 0.008731 0.008408 -0.006328 0.017777 -0.029578 -0.038753 -0.006875 -0.013609 0.043325 0.031451 0.025259 -0.005279 0.034729 0.028442 -0.042921 -0.018652 0.015154 0.025368 -0.038023 -0.007169 -0.024977 0.018159 -0.044738 -0.013293 0.003634 -0.003436 0.022033 0.017176 -0.009294 -0.048405 0.002373 0.009564 -0.007576 -0.011013 -0.017886 0.035237 0.007868 -0.025723 -0.003216 -0.008601 -0.009098 -0.045709 -0.006116 -0.011275 -0.012852 0.010394 -0.005062 -0.022691 0.036701 0.002194 -0.012051 0.026251 0.044303 -0.003628 0.047296 0.020286 0.031317 -0.019017 0.008848 0.005332 -0.005544 0.010369 -0.022955 -0.039974 0.034078 0.007142 0.036821 0.013726 0.028036 -0.004399 -0.013891 0.002834 -0.016953 -0.002761 -0.025495 -0.006764 -0.013997 0.023966 -0.048717 0.01499 -0.030225 0.012541 0.018471 0.056329 0.001535 -0.008204 0.004827 0.032094 -0.025621 -0.047716 0.049391 0.01043 0.00776 -0.037853 -0.000848 0.017651 0.046657 0.039666 0.00138 0.005242 0.000918 -0.025266 0.004631 -0.025994 -0.012984 0.024603 0.026945 0.003853 -0.00323 -0.009893 0.017395 -0.019033 0.024945 0.033353 -0.052186 -0.020111 0.006585 0.050574 -0.031186 -0.029013 -0.001013 -0.005808 -0.049513 -0.007031 0.042581 -0.016601 0.023518 -0.015228 0.002065 -0.011614 0.012928 0.022391 -0.067229 -0.000735 0.010714 0.033864 -0.03727 -0.059129 0.016996 0.038107 -0.032568 0.026974 0.002739 -0.008028 -0.030681 -0.045811 -0.000797 0.030351 0.032504 0.033648 0.026315 -0.022623 -0.008729 0.064216 -0.039348 -0.012984 -0.007775 0.034304 0.007154 0.059624 0.00095 -0.008868 0.004452 -0.006419 -0.030232 0.014157 0.00474 -0.013685 -0.028902 -0.01346 0.002739 0.017398 -0.008377 -0.012536 -0.006224 -0.004119 -0.009934 -0.009326 -0.027875 -0.004842 -0.029133 -0.031616 0.035521 0.040196 0.012099 0.019668 -0.02433 0.017261 0.003695 0.011314 0.051856 -0.001543 0.054104 0.037144 0.038644 0.010788 0.012493 -0.05289 -0.024769 -0.021482 0.020872 0.014933 -0.029718 0.001994 0.012264 -0.008024 0.042171 -0.030269 -0.030275 -0.023198 -0.036411 -0.015712 0.025736 0.003849 0.036245 -0.009067 -0.003278 -0.003539 0.009594 0.004883 0.017229 0.023281 0.054492 -0.062734 -0.00647 -0.02978 0.016337 0.022525 -0.032802 -0.003477 0.012715 -0.018325 -0.025624 -0.012598 0.001664 -0.038371 0.012586 -0.083225 -0.002078 0.004298 0.01666 0.014535 0.021597 0.013508\n់ 0.020298 0.007754 -0.030458 0.015426 0.013182 0.024738 -0.0009 0.001955 -0.021589 -0.01275 0.023491 0.002924 -0.008054 -0.019539 0.020906 -0.008133 -0.001438 -0.022593 -0.008728 -0.029654 -0.013447 0.00703 0.006013 0.010035 -0.009516 0.011224 -0.011204 -0.009125 -0.009717 -0.019555 0.018489 -0.028095 -0.010546 -0.023831 0.008192 0.013987 -0.020306 0.048924 -0.000471 0.019943 -0.025379 0.002171 -0.00352 -0.009755 -0.014692 -0.007939 0.013642 -0.007954 0.000824 0.006592 -0.00112 0.038919 0.015782 -0.017336 0.026734 0.016504 0.004879 0.007096 -0.008839 0.019619 -0.022278 -0.017344 -0.000234 -0.016848 0.011432 0.017839 0.040352 -0.021985 0.022723 0.020035 -0.035033 -0.013669 0.01742 0.009 -0.03818 0.004069 -0.016001 0.00661 -0.020935 -0.007668 0.008883 0.001686 0.00512 0.024025 -0.011813 -0.038235 0.004983 0.008478 -0.009219 -0.006661 -0.003625 0.017031 0.001137 -0.00931 0.015144 -0.00147 0.007307 -0.038542 0.009383 -0.009641 -0.009583 0.009838 -0.005039 -0.020526 0.008529 0.013261 -0.020657 0.009662 0.039248 -0.004919 0.042341 0.009628 0.013519 -0.01354 0.000141 -0.00205 0.003898 -0.000444 -0.007285 -0.043794 0.025165 -0.005824 0.026059 0.01846 0.022911 0.009618 -0.010892 -0.016019 -0.01698 -0.009307 -0.011478 -0.01091 -0.020305 0.033156 -0.01981 0.013722 -0.006458 -0.013746 0.008721 0.031217 -0.014165 -0.001953 0.006692 0.020303 -0.030665 -0.03556 0.048609 0.001446 0.011714 -0.027527 0.004063 0.005923 0.018746 0.018533 0.005615 0.003102 -0.004789 -0.024711 0.008527 -0.010886 -0.013062 0.020599 0.028567 -0.000981 -0.019368 -0.013147 0.020593 -0.006982 0.004794 0.00738 -0.039791 -0.017241 -0.012722 0.037966 -0.014884 -0.011282 0.00196 -0.010447 -0.040926 -0.031196 0.024029 -0.011901 0.001945 -0.012441 -0.000784 -0.009477 0.009799 0.014698 -0.047052 0.004695 0.007661 0.009969 -0.02413 -0.020574 0.004385 0.029454 -0.016814 0.0084 0.00678 0.001003 -0.016279 -0.017439 0.010019 0.019776 0.008973 0.019821 0.001036 -0.006005 -0.012431 0.024088 -0.010359 -0.007497 -0.010043 0.012254 -0.000426 0.041674 0.01698 -0.01342 0.006719 0.009811 -0.004799 0.003812 -0.006538 -0.00471 -0.019921 -0.003954 0.001711 0.022224 -0.009175 -0.02097 -0.012374 -0.004488 0.003275 -0.020163 -0.034869 -0.007016 -0.01034 -0.014714 0.018877 0.014748 0.003727 0.026551 -0.022091 0.021182 0.001877 0.00497 0.031267 -0.002701 0.024498 0.045804 0.021267 0.014816 0.012034 -0.034838 -0.021931 -0.018664 -0.002473 0.017826 -0.010357 -0.002615 0.001042 -0.009041 0.026169 -0.021907 -0.020929 -0.01579 -0.016009 -0.012777 0.006776 -0.011995 0.015707 -0.00157 0.018658 -0.009372 0.019794 0.010268 0.000556 0.012019 0.031287 -0.040787 -0.002615 -0.012742 0.005702 0.015165 -0.021554 -0.0078 0.003847 -0.008176 -0.009291 -0.001876 -0.005744 -0.019488 0.011105 -0.043729 -0.018109 9.1e-05 0.008241 0.005401 0.024401 0.002809\nố 0.046818 0.002066 -0.050364 0.031101 0.013313 0.012675 0.016599 -0.045865 -0.03705 -0.023962 0.037231 -0.042328 -0.024628 0.011929 0.007617 -0.017919 0.035311 -0.030627 0.00572 -0.034901 -0.016248 0.005597 -0.011067 0.012773 -0.008254 0.014358 0.016508 0.010162 0.031165 0.006531 0.027405 -0.034527 0.012785 -0.006668 0.042079 -0.01087 -0.022547 0.018694 -0.012733 0.0319 -0.003444 0.009695 -0.035176 0.015053 -0.024919 -0.034044 0.038839 -0.00499 0.013995 0.031494 0.014042 0.042445 0.035179 -0.03438 0.059533 0.000662 -0.014816 0.043249 -0.021538 0.011296 -0.012386 -0.025649 -0.009878 -0.002243 0.009037 0.000269 0.05931 -0.020739 0.019579 -0.004697 -0.030784 -0.024459 0.038376 0.006097 -0.022274 0.015673 0.003827 0.034261 -0.007715 -0.017172 0.008699 0.004867 -0.002504 0.02548 -0.032061 -0.047743 -0.028241 -0.014617 0.019281 -0.029761 0.004992 0.03664 -0.011072 -0.008703 -0.016417 -0.017064 -0.02169 -0.00558 -0.011447 -0.009639 -0.014195 0.027366 -0.00853 -0.015617 0.026031 -0.010348 -0.01342 -0.016699 0.056164 0.014011 0.006173 0.016204 0.003418 -0.007529 0.00455 -0.000783 -0.029113 0.007714 0.001845 -0.037964 -0.006958 -0.007244 0.038216 0.018691 0.017 0.015059 -0.007317 0.001163 -0.00691 0.015423 0.000729 -0.001856 -0.029809 0.02564 0.010328 0.032246 -0.019861 0.033339 0.007071 0.015917 -0.023746 0.007361 0.04741 0.02554 -0.036746 -0.007454 0.027666 0.00221 -0.013145 -0.025816 0.002739 -0.012813 0.017116 0.0145 -0.007583 0.005372 0.024936 -0.013501 -0.012695 -0.041753 0.016706 -0.006697 -0.010744 -0.000489 -0.017073 -0.001953 0.009386 -0.032945 0.037067 0.012522 -0.031844 -0.035489 -0.015146 -0.005849 -0.034223 -0.002143 0.007396 0.020659 0.011081 -0.015331 0.034894 0.01626 -0.011304 -0.006488 -0.022516 0.01694 -0.006241 0.001153 -0.067673 -0.042969 0.014897 0.022558 -0.028795 0.001964 -0.039589 0.024793 0.018974 -0.00085 0.008233 -0.001532 -0.053311 -0.031687 0.007634 0.027249 0.044042 -0.021947 0.019391 -0.011084 0.009621 0.015346 -0.033359 -0.00114 0.018713 -0.005058 0.022383 0.015443 0.022904 -0.007797 0.005001 0.019604 0.048532 0.010274 0.003237 -0.031034 -0.012795 -0.028118 0.024414 -0.008133 0.007317 -0.005075 0.000795 -0.029335 -0.027009 -0.029115 -0.018153 0.013802 -0.019428 -0.061471 0.011416 0.014143 -0.012092 0.038979 -0.017641 -0.004649 -0.007327 -0.006971 0.023136 0.009552 0.031693 0.053811 -0.005726 0.010465 0.013092 -0.03994 -0.020558 -0.008725 -0.005176 0.02749 -0.02565 -0.028778 -0.000359 0.002295 -0.008881 -0.038015 -0.018577 -0.03981 -0.019057 -0.003031 -0.010419 0.003917 0.029126 -0.024177 0.002659 -0.002138 0.025488 -0.012729 0.017074 0.025588 0.031292 -0.035872 -0.006515 0.012158 -0.005609 0.015349 -0.033319 0.014533 -0.001845 -0.000903 -0.043989 0.003168 0.016179 -0.03309 0.013802 -0.053913 0.014903 0.02031 0.0135 -0.011742 0.049861 -0.018094\nח 0.037717 0.006606 -0.061084 0.033926 0.01545 0.043767 0.012559 0.001317 -0.022738 -0.038652 0.040051 0.018687 -0.010497 -0.038128 0.040246 -0.007587 0.010545 -0.029519 -0.01486 -0.055618 -0.019607 0.004649 0.006154 0.017736 0.00836 0.023805 -0.007585 -0.011978 -0.018418 -0.030584 0.027165 -0.037326 -0.026617 -0.053742 0.012452 0.015678 -0.048625 0.049802 0.015136 0.027394 -0.038101 0.011407 0.002877 0.002708 -0.034611 -0.033241 0.04739 -0.001547 -0.000304 0.019216 0.007198 0.067246 0.043607 -0.042828 0.053303 0.008742 -0.008266 0.029239 -0.015771 0.034966 -0.034881 -0.037523 -0.009654 -0.016845 0.016627 0.026231 0.050566 -0.014431 0.045643 0.024541 -0.055265 -0.008378 0.03199 0.017798 -0.06599 0.004633 -0.038255 0.028582 -0.034411 -0.022497 0.013799 0.001387 -0.004838 0.022898 -0.031705 -0.068552 0.00429 -0.000875 -0.028871 -0.002814 -0.010579 0.031594 0.001025 -0.018885 0.012166 -0.013448 0.001134 -0.044568 0.000134 -0.007816 -0.022569 -0.002761 -0.002518 -0.038484 0.019156 -0.010076 -0.016522 0.014726 0.043181 -0.004908 0.055116 0.021501 0.025202 -0.020233 0.014749 0.011121 -0.012634 0.001925 -0.012841 -0.051254 0.022597 -0.003033 0.054453 0.025811 0.041347 0.009241 -0.013864 -0.021776 -0.020527 -0.021279 -0.027653 0.004329 -0.022402 0.034054 -0.02449 0.017292 -0.027321 0.001876 0.00288 0.057737 0.001463 -0.013933 0.021705 0.031532 -0.047722 -0.057389 0.053099 0.007996 0.003762 -0.050279 0.006836 0.014044 0.039166 0.033913 -0.010649 0.006477 0.000421 -0.031996 0.018436 -0.028239 -0.024651 0.019785 0.02748 0.015964 -0.016777 -0.013173 0.026267 -0.031323 0.024794 0.03173 -0.039254 -0.026361 -0.011626 0.045801 -0.028477 -0.037025 -0.009506 -0.012555 -0.042781 -0.025245 0.043561 -0.009615 0.010787 -0.008781 -0.009605 -0.020555 0.000873 0.027052 -0.075703 0.002304 0.009093 0.036823 -0.048347 -0.053295 0.001796 0.050402 -0.027275 0.0137 0.003262 0.001139 -0.050324 -0.045765 0.017811 0.033148 0.026637 0.016855 0.014921 -0.010197 -0.010619 0.048232 -0.033264 -0.003653 -0.01273 0.020215 0.000331 0.084717 0.005208 -0.026317 0.00168 0.000183 -0.008893 0.011456 -0.009844 0.009999 -0.029595 -0.002063 0.003151 0.01915 -0.012496 -0.024672 -0.004311 -0.000183 -0.006291 -0.037289 -0.04386 -0.002624 -0.02124 -0.039746 0.03835 0.030899 0.015522 0.034345 -0.026733 0.014323 0.009439 -0.019436 0.052943 -0.012764 0.046799 0.063521 0.03537 0.011664 0.003528 -0.057381 -0.046984 -0.029801 -0.008397 0.02644 -0.029544 -0.020804 0.008751 -0.01276 0.039878 -0.026947 -0.039228 -0.02162 -0.040331 -0.013897 0.011648 -0.004099 0.023671 -0.005599 0.013965 -0.003519 0.020386 0.004848 0.000911 0.023626 0.055821 -0.062277 -0.008532 -0.025259 0.015795 0.020855 -0.028666 -0.004513 0.018704 -0.012159 -0.030589 -0.022694 0.011816 -0.05443 0.01192 -0.084182 -0.010912 0.0106 0.017592 0.019174 0.03266 0.002159\n͘ 0.046596 0.028641 -0.072194 0.029803 0.020461 0.073563 0.008418 -0.020383 -0.049112 -0.053312 0.072937 0.038341 -0.007038 -0.05423 0.060342 0.007646 0.020376 -0.033614 -0.017917 -0.092741 -0.02748 0.009473 -0.00496 0.026349 0.00458 0.036734 -0.009991 -0.021525 -0.004299 -0.022037 0.027171 -0.049655 -0.023902 -0.059013 0.010367 0.025319 -0.058181 0.067471 0.00968 0.032623 -0.049989 0.010281 0.025347 0.020987 -0.031909 -0.038722 0.060977 0.004915 0.005101 0.027396 0.042421 0.063243 0.059536 -0.032735 0.046824 0.014911 -0.013982 0.028028 -0.021494 0.018379 -0.035928 -0.026025 -0.018323 -0.027596 0.029674 0.032097 0.074392 -0.010662 0.037144 0.015377 -0.067918 -0.021468 0.034877 0.025396 -0.080303 -0.007195 -0.00955 0.037517 -0.047158 -0.036041 0.012501 -0.003531 -0.002171 0.028246 -0.030701 -0.055202 -0.002791 -0.000373 -0.034085 -0.016847 -0.023477 0.037688 -0.019317 -0.017689 0.008117 -0.01404 -0.006416 -0.042415 0.000388 -0.00339 -0.009341 -0.005911 -0.010635 -0.050348 0.044585 -0.014241 -0.03693 0.006188 0.055905 0.000917 0.088673 0.044041 0.028547 -0.028237 0.011184 0.015544 -0.024924 -0.010049 -0.018776 -0.083392 0.054236 -0.006841 0.042387 0.050389 0.056703 0.006396 -0.033796 -0.015645 -0.031334 -0.024552 -0.023151 0.003398 -0.011259 0.042317 -0.023511 0.010459 -0.039223 0.014414 0.016184 0.071981 0.000685 -0.019706 0.025561 0.036293 -0.044478 -0.064276 0.04998 0.014672 0.018159 -0.059198 0.003463 0.008075 0.064273 0.041085 -0.002335 0.000298 0.014628 -0.043534 0.044086 -0.02901 -0.025314 0.024474 0.042349 0.032802 -0.022061 -0.032714 0.032546 -0.032516 0.042335 0.043069 -0.061686 -0.039413 -0.019434 0.046411 -0.013972 -0.047232 -0.015766 -0.004868 -0.055173 -0.036604 0.06869 -0.008034 0.009412 -0.014909 -0.00941 -0.026481 0.013845 0.022534 -0.107147 0.007244 0.042907 0.031813 -0.050727 -0.052349 -0.031738 0.067135 -0.023779 0.015351 0.015389 -0.001566 -0.05669 -0.059606 0.013671 0.029819 0.03295 0.034989 0.00841 -0.000332 -0.01308 0.044306 -0.010942 -0.011108 0.007214 0.04273 -0.00236 0.104829 0.011681 -0.024239 0.027221 0.006205 -0.00402 0.037206 -0.015794 0.000824 -0.059563 0.000871 0.003115 0.021136 -0.011638 -0.014958 0.002133 2.4e-05 -0.015883 -0.043324 -0.055002 -0.012343 -0.030498 -0.054031 0.047593 0.030374 0.012066 0.033085 -0.038953 0.019866 0.003758 0.009486 0.058821 -0.020157 0.047901 0.082772 0.042071 0.003679 -0.00262 -0.062247 -0.032668 -0.006193 0.009857 0.052048 -0.038121 -0.035536 0.017213 -0.000628 0.048532 -0.043282 -0.0386 -0.052107 -0.049912 -0.024815 0.016726 0.006339 0.030367 -0.006289 0.005875 -0.007737 0.025513 0.006862 0.00869 0.037633 0.068338 -0.059606 0.00461 -0.034821 0.028933 0.031328 -0.036105 0.005242 0.037416 -0.022247 -0.03753 -0.000979 0.014232 -0.06206 0.016458 -0.089472 -0.021102 0.037899 0.009052 0.014655 0.026865 0.009173\nᏣ 0.029738 0.005985 -0.041638 0.020543 0.014838 0.019582 0.01369 0.001625 -0.013306 -0.020208 0.049416 -0.007759 -0.018669 -0.025904 0.027192 -0.008412 0.026979 -0.035212 -0.037985 -0.034976 -0.0248 0.030395 0.00656 0.038549 0.008407 0.02728 -0.008382 -0.005045 -0.014225 -0.040897 0.034124 -0.043182 -0.028103 -0.024655 0.018963 0.038174 -0.063689 0.07218 -0.000631 0.013542 -0.034667 0.03586 -0.029076 0.001589 -0.035668 -0.029456 0.047918 -0.002189 0.006885 0.017433 0.002578 0.056497 0.040385 -0.048142 0.06646 0.030368 0.006605 0.046424 -0.020096 0.023319 -0.037546 -0.04857 -0.015538 -0.035822 0.015343 0.059434 0.057976 -0.042544 0.021139 0.050668 -0.056631 -0.014371 0.034759 0.015171 -0.063412 0.018684 -0.04716 0.047359 -0.024302 -0.049272 0.011035 0.022819 0.008734 0.060945 -0.035803 -0.079333 -0.029394 -0.009099 -0.005196 -0.01687 0.014195 0.036732 0.005731 0.000439 0.020936 -0.003528 0.014017 -0.060333 -0.006838 -0.024119 -0.008905 -0.005331 -0.022108 -0.052591 0.024365 -0.00629 -0.012704 0.006337 0.039532 0.003454 0.076585 0.026831 0.041825 -0.006331 -0.012678 0.001711 -0.036191 -1.6e-05 0.005686 -0.069373 0.033612 0.013319 0.050029 0.022579 0.039974 0.019846 -0.008084 -0.010058 0.004806 -0.020404 -0.007645 0.006598 -0.037105 0.025494 -0.007358 0.033046 -0.035505 0.004759 -0.002263 0.063602 -0.013081 -0.020092 0.023789 0.018477 -0.037631 -0.076526 0.060009 0.034967 0.016443 -0.05689 0.037596 0.003656 0.030079 0.047678 -0.008446 0.012364 0.016649 -0.035322 0.00361 -0.01264 -0.00807 0.017214 0.015004 0.021915 -0.013186 -0.010936 0.03363 -0.015256 0.032061 0.033012 -0.041371 -0.019108 -0.012162 0.061481 -0.052019 -0.035621 -0.023688 -0.004853 -0.049671 -0.027675 0.063784 -0.016425 0.012923 -0.009162 -0.028876 -0.006838 0.010821 0.014593 -0.076449 -0.016897 0.016662 0.050959 -0.042571 -0.037607 -0.012474 0.027443 -0.015024 0.027824 0.027881 1e-05 -0.03802 -0.048045 0.026382 0.03373 0.027717 0.00808 0.028936 -0.02066 -0.001382 0.041713 -0.031515 0.001678 -0.025416 0.023656 -0.000489 0.085956 0.016745 -0.047082 -0.0063 -0.003072 0.003658 0.024355 -0.012159 -0.003493 -0.012458 -0.012358 0.006805 0.031431 -0.000689 -0.016384 0.01003 -0.002423 -0.010405 -0.026659 -0.048209 0.003664 -0.00841 -0.091813 0.053983 0.041058 -0.012872 0.034616 -0.019191 5.6e-05 -0.003919 -0.001892 0.066041 -0.012149 0.036033 0.076134 0.005194 0.011596 0.009213 -0.063445 -0.061058 -0.041654 -0.002011 0.024211 -0.023638 -0.039892 -0.005732 -0.014538 0.033829 -0.038011 -0.017787 -0.020479 -0.028771 -0.015013 0.004867 0.001904 0.013496 0.003089 0.003441 0.006596 0.033017 -0.021097 0.011833 0.012221 0.05611 -0.035963 -0.024033 -0.015447 0.00711 0.000189 -0.02506 0.007137 0.006549 0.000906 -0.04908 -0.0278 -0.028746 -0.060333 0.032704 -0.086242 0.001013 0.011791 0.011887 0.007896 0.025531 -0.005675\nქ 0.031871 -0.009595 -0.026684 0.017263 0.008243 0.023307 -0.002291 -0.011121 -0.016191 -0.022516 0.02131 0.00225 -0.005492 -0.023626 0.019289 0.000795 0.002391 -0.017896 -0.009609 -0.022339 -0.004796 0.001355 0.002279 0.012388 -0.00114 0.011147 -0.00653 -0.009449 -0.014492 -0.024733 0.019666 -0.027071 -0.017329 -0.027931 0.015023 0.015278 -0.025132 0.032302 0.005742 0.007251 -0.0194 0.006551 0.003819 -0.010282 -0.019019 -0.004583 0.00891 -0.002403 -0.006794 0.00256 0.006171 0.037315 0.019988 -0.023101 0.022561 0.009194 -0.001324 0.010536 -0.012106 0.015473 -0.019236 -0.010323 0.001893 -0.009517 0.015187 0.023172 0.022542 -0.009696 0.022165 0.009774 -0.037037 0.003306 0.014403 6.8e-05 -0.032006 0.001089 -0.015425 0.015238 -0.023488 -0.009935 0.003737 -0.002344 -0.007609 0.013553 -0.014016 -0.027983 -0.001155 0.006757 -0.012051 3.6e-05 -0.008863 0.008431 0.000884 -0.004576 0.022095 -0.004605 -0.00467 -0.024271 -0.005063 0.002503 -0.017759 -0.00248 -0.006676 -0.020141 -0.006929 -0.003391 -0.010286 0.005567 0.031492 -0.001303 0.026202 0.018142 0.014196 -0.016597 0.00614 -0.006899 0.006097 0.005091 -0.010921 -0.03032 0.028748 0.004971 0.02671 0.014548 0.026138 0.006122 0.000102 -0.015046 -0.00337 -0.009538 0.003819 0.008493 0.000445 0.029244 -0.010583 0.007452 -0.009869 -0.002642 0.01797 0.033013 -0.004034 -0.0019 -0.003704 0.025197 -0.028985 -0.03967 0.032152 0.010304 0.001014 -0.031481 -0.002516 0.008278 0.020354 0.007957 -0.000175 0.000575 0.004493 -0.011809 0.009782 -0.013929 -0.014665 0.013522 0.010376 0.009394 -0.010185 -0.011291 0.013799 -0.025149 0.00872 0.010232 -0.015958 -0.01241 -0.001792 0.030632 -0.015155 -0.013378 -0.00841 -0.008478 -0.019825 -0.002346 0.018905 -0.011218 -0.001629 -0.010302 -0.003519 -0.011278 0.002921 0.017039 -0.034584 0.000563 0.016855 0.015566 -0.016493 -0.030587 0.002864 0.029429 -0.006859 0.012753 -0.000903 -0.003662 -0.010975 -0.013939 0.014062 0.015405 0.007856 0.009854 0.000999 -0.000924 -0.00236 0.02168 -0.019651 -0.004461 -0.002488 0.003114 -0.005016 0.043063 -0.006077 -0.021524 0.012363 0.005613 -0.001052 0.014982 -0.006197 0.015103 -0.012087 -0.00598 0.004176 0.015589 -0.006159 -0.01425 -0.002605 -0.001741 -0.001385 -0.016891 -0.03397 -0.005302 0.002397 -0.025701 0.017363 0.015174 0.009176 0.002741 -0.012276 0.013035 -0.000478 0.012271 0.010402 -0.004006 0.020595 0.032345 0.022932 0.006343 0.003157 -0.02549 -0.022224 -0.021999 -0.005213 0.009861 -0.012017 -0.007935 -0.000253 -0.009283 0.017782 -0.02659 -0.023299 -0.011651 -0.019444 -0.017383 0.002318 -0.005253 0.01768 0.006789 0.011671 -0.009933 0.000984 -0.008422 -0.000616 0.010642 0.033983 -0.030113 -0.002458 -0.02519 0.012486 0.004228 -0.016194 -0.009343 0.016721 0.006528 -0.005601 -0.008147 0.003575 -0.034478 -0.008285 -0.040759 -0.011728 0.006949 0.003797 0.009774 0.014151 -0.003019\nլ 0.032222 -0.010461 -0.027333 0.002646 0.013171 0.018402 -0.020903 -0.003724 0.004467 -0.020677 0.041988 -0.002343 -0.000702 -0.019688 0.023361 -0.012098 0.013608 9.4e-05 0.002089 -0.037621 -0.017269 -0.009694 0.005855 0.003102 -0.012577 0.015327 -0.023095 -0.009835 -0.027073 -0.016806 0.012584 -0.022898 0.000238 -0.02057 0.010526 0.0148 -0.034345 0.020438 0.011782 0.004365 -0.02317 0.003651 0.002792 0.028011 -0.026359 -0.008509 0.026209 -0.007646 -0.0079 -0.002461 0.006415 0.017101 0.019368 -0.021548 0.034592 -0.001186 -0.005975 0.021056 -0.015823 0.012503 -0.021634 -0.0116 -0.006299 -0.006454 0.011902 0.01611 0.012331 -0.010047 0.034529 0.018297 -0.026937 -0.01331 0.010912 0.024166 -0.034285 0.014229 -0.015637 -0.001809 -0.035078 -0.009297 -0.002649 -0.00805 -0.015453 0.007655 -0.012158 -0.021386 -0.004117 0.014955 -0.009038 -0.003729 -0.009441 0.018599 0.007345 -0.000995 0.000991 -0.000561 -0.002196 -0.020865 0.003524 -0.013033 -0.021203 0.016448 0.001196 -0.008261 0.020187 0.00131 -0.018769 0.017339 0.03561 -0.011902 0.032855 0.022427 0.011896 -0.004429 0.003313 -0.005237 0.012636 0.001168 -0.023333 -0.025928 0.028009 -0.005025 0.02099 0.021523 0.024794 -0.006748 0.001586 -0.00368 -0.009946 -0.027127 -0.015057 5.3e-05 -0.005507 0.024942 -0.017749 -0.001965 -0.010338 0.003637 0.014372 0.017902 -0.000212 0.001237 -0.006447 0.008902 -0.031295 -0.03833 0.028325 0.01219 0.011715 -0.020032 -0.003718 0.006681 0.014338 -0.004128 0.000353 -0.004523 0.014222 -0.024498 0.011214 -0.00966 -0.023362 0.014511 0.008798 0.023126 -0.027043 -0.005556 -0.002359 -0.022376 0.004726 0.004029 -0.008784 -0.020439 -0.015588 0.020295 -0.001287 -0.026239 0.005996 -0.017813 -0.036612 -0.003118 0.02087 -0.014582 0.007438 -0.008384 -0.005598 -0.03086 0.000959 0.020595 -0.038568 -0.019479 0.021694 0.008762 -0.022189 -0.021552 -0.000999 0.032356 -0.004497 0.023825 0.014196 -0.013153 -0.012209 -0.022574 0.007786 0.017363 -0.002693 0.011122 0.008643 0.003916 0.012506 0.025762 -0.003174 -0.004337 -0.008223 0.016764 0.01511 0.034633 0.003074 -0.010807 0.013118 0.002161 0.011505 0.013144 -0.009812 9.9e-05 -0.030181 -0.020061 0.01091 0.014768 -0.002242 -0.004967 -0.011534 -0.014414 -0.001368 -0.001139 -0.020003 -0.012047 -0.012294 -0.01806 0.00716 0.012813 0.007242 0.008429 -0.012423 0.009798 -0.000671 0.004941 0.017286 0.002154 0.029701 0.01057 0.021639 0.012223 0.007531 -0.000395 -0.03076 -0.013371 -0.022787 0.008771 -0.023168 -0.006715 -0.001659 -0.008353 0.015539 -0.021089 -0.015376 0.005703 -0.001417 -0.03964 0.002092 -0.006006 0.017861 -0.005793 0.015084 -0.001934 7.9e-05 -0.007976 -2.5e-05 0.008695 0.036008 -0.043534 -0.006312 -0.01267 0.01291 0.016164 -0.01474 0.003912 0.00271 -0.001313 -0.012128 0.011755 -0.000325 -0.034084 -0.001111 -0.04578 -0.010849 0.01875 0.022475 0.004588 0.013804 -0.001008\nǯ 0.003947 0.029155 -0.03443 0.051025 0.020135 0.054985 0.014053 0.008254 -0.017094 -0.012346 0.004435 0.007014 -0.023938 -0.017498 0.050705 -0.026764 0.021594 -0.035558 -0.01156 -0.017597 -0.009781 0.003797 -0.005784 0.042734 0.027475 0.013181 -0.024008 -0.01494 0.009529 -0.017309 0.028643 -0.057035 -0.030687 -0.039868 0.019645 0.034107 -0.022733 0.040756 0.029433 0.007887 -0.012463 -0.003557 -0.025881 -0.016146 -0.025088 -0.054519 0.014044 0.021172 0.02377 -0.009713 0.012265 0.032142 0.049297 -0.026437 0.048408 0.00529 0.007158 0.018548 -0.006822 0.027694 -0.032024 -0.03146 0.016185 -0.024798 0.030117 0.032366 0.028674 -0.048867 0.026804 0.006565 -0.067902 0.000788 0.011151 0.0225 -0.029741 0.011359 -0.037542 0.038781 -0.003539 -0.032992 0.009678 0.006373 0.011608 0.030729 -0.012536 -0.04954 0.003825 0.01786 -0.002788 0.023311 0.000963 0.025046 0.016531 0.006075 0.002448 0.006803 0.009856 -0.022471 -0.0259 -0.022839 -0.015306 0.014409 -0.020898 -0.035673 0.023701 0.006524 -0.006737 0.024979 0.040208 -0.011336 0.065003 0.015915 0.048967 -0.04225 -0.014477 0.00494 -0.011397 -0.000669 -0.0283 -0.032765 0.023838 0.011944 0.036575 0.037536 0.026327 0.003326 0.005347 -0.010902 -0.023593 -0.006222 0.001091 -0.015209 -0.025016 0.021965 -0.035695 0.036543 -0.025155 0.034005 0.02202 0.045823 -0.016601 0.003324 0.002799 0.026208 -0.035252 -0.071762 0.0381 0.012348 -0.021742 -0.028422 -0.011727 0.023094 0.019528 0.042988 -0.017647 -0.000246 -0.003005 -0.020184 0.00872 -0.015114 0.013331 0.04939 0.032949 0.030444 -0.005552 -0.01782 0.027745 -0.031233 0.008596 0.019986 -0.036758 -0.001793 -0.014054 0.028938 0.007958 -0.040925 -0.031484 0.006937 -0.02672 -0.022789 0.053838 -0.005556 0.022421 -0.005373 0.006842 0.01493 0.001739 0.006151 -0.079889 0.007658 0.02207 0.05836 -0.039557 -0.030236 0.014024 0.051512 -0.047787 0.028296 0.029966 -0.016724 -0.037089 -0.048408 -0.000581 0.006411 0.015582 0.016422 0.008533 -0.01064 -0.019982 0.044598 -0.004486 -0.042941 -0.000754 0.015159 -0.011244 0.069822 -0.019308 -0.012448 -0.026917 0.00478 0.007207 0.024139 -0.014385 -0.014618 -0.026 -0.005646 -0.009102 0.02888 -0.011303 -0.03115 -0.002218 -0.004213 -0.005712 -0.015265 -0.025517 -0.006428 -0.053907 -0.019792 0.013614 0.057376 -3.8e-05 0.037935 -0.015158 0.029225 0.001092 -0.020227 0.048384 0.017839 0.044216 0.050386 0.011539 0.015748 -0.014199 -0.048539 -0.085154 -0.03117 -0.019716 0.011643 -0.002226 0.003665 -0.0031 -0.015345 0.024129 -0.02531 -0.050583 4e-06 -0.052277 -0.017947 0.009675 0.013115 0.028727 0.005263 0.013566 0.000639 -0.011792 0.008079 -0.01131 0.002738 0.038164 -0.049149 -0.013301 8.3e-05 0.002768 0.022921 -0.031314 0.017559 -0.000881 0.00555 -0.017029 -0.05473 -0.003826 -0.037482 0.020102 -0.051911 0.00325 -0.008413 -0.007483 -0.004072 0.024897 0.006661\nހ 0.040249 -0.006769 -0.086599 0.021542 0.033767 0.048934 0.023212 -0.021486 -0.020198 -0.045378 0.062854 0.000476 -0.007459 -0.012046 0.058661 -0.018837 -0.003274 -0.011972 0.003107 -0.06574 -0.022902 0.013557 0.033765 -0.009353 0.003348 0.011854 0.004987 -0.002206 -0.015204 -0.035573 0.040699 -0.034636 -0.024929 -0.04204 0.033978 0.035839 -0.073431 0.043209 0.028181 0.031201 -0.054779 0.042594 -0.016401 -0.012196 -0.058415 -0.055314 0.054498 -0.001612 0.009641 0.015872 0.000514 0.042204 0.043549 -0.062654 0.044996 1.7e-05 -0.045403 0.01792 0.003255 0.034749 -0.054646 -0.035486 -0.011359 -0.018456 0.016183 0.024759 0.081029 -0.021851 0.036313 0.008469 -0.065821 -0.006464 0.016207 0.009463 -0.049438 0.006736 -0.024611 0.008662 -0.063946 -0.032233 0.000299 -0.002096 -0.016768 0.022857 -0.025658 -0.079317 -0.003821 0.011273 -0.059126 0.018755 -0.017012 0.040909 -0.011365 -0.021372 0.014579 0.001114 -0.018043 -0.061492 -0.004363 -0.01373 0.002386 -0.005472 -0.008813 -0.055662 0.027696 -0.016135 -0.015634 0.000265 0.037298 -0.013181 0.060452 0.036855 0.027587 -0.002696 -0.004305 0.024061 -0.018402 0.000892 -0.013053 -0.102879 0.029782 -0.016996 0.04294 0.063956 0.045422 0.003013 0.011593 -0.009097 -0.027664 -0.037878 -0.021901 -0.000325 -0.001346 0.015956 -0.020814 0.025123 -0.021805 0.000437 0.003207 0.054389 0.000685 0.009295 0.018428 0.022821 -0.039476 -0.05283 0.062952 0.016938 -0.003877 -0.060256 0.021321 0.009176 0.055674 0.061696 -0.011589 0.010885 0.01446 -0.023592 0.003414 -0.051635 -0.02658 0.001806 0.053997 0.019921 -0.040962 -0.022338 0.050671 -0.047259 0.040254 0.025997 -0.022221 -0.054462 -0.04333 0.065904 -0.033902 -0.028524 -0.026346 -0.030382 -0.058518 -0.015246 0.077387 -0.040027 0.02676 -0.011275 -0.023984 -0.024874 0.005936 0.007981 -0.061942 0.007876 0.01902 0.028552 -0.056152 -0.0395 -0.011817 0.081287 -0.066815 0.030029 0.000692 -0.001821 -0.045849 -0.068842 0.010519 0.044525 0.014162 0.033506 0.016922 -0.000795 0.012503 0.037562 -0.036903 0.011371 -0.033227 -0.002558 0.014865 0.068916 0.021065 -0.030431 0.020002 0.024 -0.004133 0.036634 -0.007345 0.017072 -0.015341 -0.039169 0.010811 0.003115 0.010165 -0.032858 0.011445 -0.001771 -0.018884 -0.032992 -0.058326 0.017326 -0.019476 -0.068906 0.040248 0.042438 0.019828 0.029632 -0.062229 0.027033 -0.001633 -0.013243 0.010846 -0.020506 0.03095 0.065143 0.03691 0.009576 0.004771 -0.032491 -0.057116 -0.021715 0.003126 0.039727 -0.033255 -0.02307 0.016169 -0.011528 0.031927 -0.033632 -0.029546 -0.007816 -0.042227 -0.0113 0.010896 0.016542 0.046204 -0.022914 0.022488 -0.014425 0.001702 -0.004277 0.017069 0.037604 0.067594 -0.081518 0.002639 -0.044725 0.014577 0.013512 -0.010708 -0.021344 0.025042 -0.029546 -0.019982 -0.02736 0.035547 -0.056048 0.023114 -0.091698 -0.033821 0.029957 0.011287 -0.000625 0.030519 0.005629\ñ 0.013075 8.3e-05 -0.038903 0.015032 0.009215 0.026056 0.018118 -0.011504 -0.002463 -0.014449 0.030448 0.008 -0.009752 -0.014508 0.018401 -0.003072 8.6e-05 -0.018565 -0.000315 -0.02896 -0.009436 0.004403 -0.004279 0.0146 0.011483 0.007598 -0.012895 -0.001933 -0.017784 -0.017254 0.028674 -0.016622 -0.021169 -0.018855 -0.000865 0.008451 -0.021983 0.021351 0.013141 0.012963 -0.02255 0.018688 0.001594 0.01601 -0.007449 -0.01641 0.017598 0.013139 0.007616 0.007944 0.006132 0.031472 0.020248 -0.020305 0.022544 0.010783 0.005553 0.014813 0.000818 0.013939 -0.014048 -0.01272 -0.010493 -0.012658 -0.000169 0.01438 0.023005 -0.022913 0.014845 0.014651 -0.019026 -0.001417 0.014035 0.011542 -0.026344 -0.007655 -0.015461 0.013193 -0.010009 -0.009413 0.014922 -0.000937 0.004011 0.005134 -0.019897 -0.044735 0.00869 -0.008256 -0.004693 0.011592 -0.007471 0.014871 0.003809 -0.016997 0.002394 -0.012456 0.001239 -0.027534 -0.009624 0.002839 -0.02386 -0.002184 -0.009098 -0.017081 0.007047 -0.004357 -0.01608 0.003199 0.016499 -0.010511 0.035579 0.008075 0.014154 -0.003556 0.007117 -0.001313 -0.008676 -0.003798 -0.015158 -0.019459 0.026778 0.000584 0.016865 0.006782 0.014566 0.005452 0.004591 -0.002209 -0.013186 -0.01432 -0.004813 0.008555 -0.016311 0.021671 -0.005943 0.006111 -0.018176 -0.002086 0.012236 0.030429 -0.009192 -0.006631 0.013656 0.011801 -0.018993 -0.037671 0.027799 -0.001682 0.013576 -0.044176 0.006129 0.004618 0.023289 0.003638 -0.007356 -0.006101 -0.006262 -0.020523 0.004815 0.002701 -0.010954 -0.004782 0.019098 0.016105 -0.01855 -0.005883 0.018138 -0.006004 0.010121 0.028353 -0.024087 -0.017112 -0.004887 0.013259 0.000744 -0.01472 -0.00176 -0.01431 -0.018429 -0.001795 0.018774 -0.009573 0.005637 -0.001999 -0.013345 -0.013917 -0.007013 0.009521 -0.029738 -0.000755 0.010149 0.022311 -0.025605 -0.02877 0.003055 0.028453 -0.008376 0.00723 0.005689 0.010984 -0.020771 -0.019076 0.014214 0.020442 0.011001 -0.005922 -0.006357 -0.03135 0.00841 0.028235 -0.020308 -0.004161 -0.001893 0.016702 0.003493 0.033878 -0.004052 -0.006338 0.009235 -0.004565 -0.01394 0.001033 -0.004767 0.011806 -0.018996 0.012364 -0.006252 0.010027 0.018045 -0.025511 -0.008496 0.002806 0.007424 -0.017414 -0.006867 0.005319 -0.010915 -0.028688 0.014549 0.014583 0.003055 0.021628 -0.006327 0.005681 0.00575 -0.006903 0.026449 0.015882 0.015718 0.024187 0.006618 0.005355 -0.000823 -0.023603 -0.022542 -0.009868 -0.007931 0.010452 -0.017068 -0.00747 0.004455 -0.00016 0.007779 -0.003972 -0.006293 -0.005637 -0.017653 -0.004486 -0.005861 0.007742 -0.001531 -0.018756 0.007225 0.000437 0.000858 -0.007789 0.002825 0.009463 0.032577 -0.024422 -0.011243 1.1e-05 0.005491 0.012849 -0.016204 -0.004085 0.017283 -0.008532 -0.018135 -0.016865 0.000653 -0.022662 0.010146 -0.043694 -7.5e-05 0.004214 0.007439 0.002731 0.006796 -0.010712\nḑ -0.006099 -0.005367 -0.014525 0.0072 7e-05 0.014041 0.016453 -0.003166 -0.01856 -0.009003 0.033401 0.0229 8.7e-05 -0.019771 -0.003794 -0.011033 -0.008422 -0.013745 0.007646 -0.033133 -0.002675 0.027669 -0.014541 0.021745 0.019471 0.004072 -0.005639 -0.022103 -0.003474 -0.010025 0.038176 -0.006208 -0.012292 -0.017086 0.013785 0.022958 -0.02964 0.020184 0.001528 -0.00228 0.004486 0.003443 -0.009895 -0.020915 -0.012844 -0.00971 0.026115 -0.003112 0.007821 0.009394 0.00473 0.040686 0.022806 -0.029399 0.035665 0.0229 0.004727 0.019087 -0.013429 0.020123 -0.021108 -0.027495 0.004364 -0.033209 -0.004156 0.012971 0.009611 0.008005 -0.001409 0.008446 -0.000438 0.004971 0.006954 0.018609 -0.023866 -0.011431 -0.041988 0.016558 -0.011943 -0.017283 0.017152 0.008193 -0.002966 0.001277 -0.014403 -0.010765 0.007805 -0.000439 -0.005572 -0.016052 0.003916 0.010375 -0.011478 0.01643 0.005157 -0.008915 0.003132 -0.01118 0.009128 -0.014542 0.005917 0.010303 -0.002775 0.003671 -0.001226 -0.019079 -0.005143 0.01635 0.030117 0.000533 0.034471 0.006787 0.022089 -0.003345 0.006831 -0.001448 0.013055 -0.01145 -0.01971 -0.019706 0.018092 0.010155 0.031224 0.007475 0.018316 0.018351 -0.00749 -0.014277 0.004695 -0.016889 0.013098 -0.004667 -0.035685 -0.001324 -0.005138 0.008493 0.007613 -0.010445 0.006509 0.022617 0.002314 -0.012452 -0.011255 0.011389 -0.000711 -0.044223 0.02067 0.013359 0.014952 -0.017942 -0.005496 0.015094 0.005354 0.024827 -0.005582 0.000841 -0.001831 -0.022038 0.010323 -0.01241 0.008017 0.018068 -0.005176 0.019705 -0.014299 -0.011062 0.02989 0.009903 0.017904 0.011309 -0.005655 -0.010295 -0.005805 0.036446 -0.017185 -0.021162 -0.006196 4.5e-05 -0.025764 -0.021992 0.013658 -0.010104 0.002029 -0.013661 -0.008283 -0.006519 0.003768 0.019175 -0.063294 0.003205 0.010049 0.026617 -0.027029 -0.034807 -0.001063 0.013254 0.00697 0.007682 0.018919 -0.005576 -0.024188 -0.021885 -0.010563 0.025764 -0.007467 0.007878 0.0151 0.001834 0.018798 0.031242 -0.008414 -0.013309 0.009553 0.021775 -0.016666 0.033887 -0.000183 -0.018558 -0.013757 0.019042 0.001686 -0.008029 0.007372 -0.008546 -0.019908 0.008568 -0.011809 0.02057 -0.019901 -0.004082 -0.009006 -0.013576 0.00377 -0.045628 -0.004909 0.003451 -0.004984 -0.022002 0.020796 0.022847 0.01407 0.021612 -0.001425 0.006282 -0.001447 0.006186 0.044217 -0.00481 0.005929 0.029263 -0.002271 -0.009535 0.012418 -0.016981 -0.015456 -0.008009 -0.011815 0.010258 -0.018073 -0.018257 -0.008246 0.006268 0.023994 -0.007329 -0.015603 -0.017228 0.006957 -0.022669 0.00801 -0.010194 0.016769 -0.017038 -0.007589 0.013482 -0.010137 -0.008183 0.007394 -0.012281 0.021006 -0.014288 -0.011745 -0.007778 0.003416 0.023392 -0.011512 -0.011165 -0.00927 -0.014345 -0.031681 -0.006136 0.016263 -0.030449 0.009163 -0.04509 -0.017884 -0.005944 0.017446 0.01072 0.001892 0.028165\nᦔ 0.039308 0.00378 -0.016326 0.032218 0.025068 -0.012624 0.007064 -0.024817 -0.008645 -0.012832 0.027379 -0.028109 0.008736 -0.000833 0.019728 -0.024783 0.018838 -0.055262 0.001402 -0.001048 -0.028898 0.029814 -0.021743 0.043433 0.000223 0.004912 -0.045728 -0.012235 0.002032 -0.04458 0.030134 0.004501 -0.016117 -0.033913 0.022994 0.018573 -0.06747 0.088254 0.017849 -0.017114 -0.035537 0.013895 -0.010938 -0.030231 -0.007671 -0.05478 0.033245 0.006437 -0.013229 -0.01132 0.024428 0.044133 0.02527 -0.047251 0.059162 0.009547 0.034808 -0.024943 0.012174 0.012349 -0.011868 -0.031206 -0.004581 -0.036303 0.019283 0.030461 0.023741 -0.015795 0.009294 0.012356 -0.030657 0.01307 0.033127 0.068144 -0.071606 0.0316 -0.036464 0.037468 -0.022497 -0.001786 0.024653 0.011682 0.019165 0.063303 0.006335 -0.054107 0.00237 0.009776 -0.042857 -0.025619 -0.003457 0.030815 0.011769 -0.009353 0.028449 -0.022982 -0.01781 -0.023766 -0.020712 0.01261 -0.029621 -0.015339 -0.015099 -0.019497 0.000734 -0.016095 0.019959 -0.016784 0.061782 -0.024529 0.017705 0.028411 0.012253 -0.018188 -0.004852 0.033888 0.007946 0.003754 -0.026965 -0.069657 0.023566 -0.030828 0.051126 0.047746 0.033123 -0.010655 0.001602 -0.007149 -0.012316 -0.006758 -0.026807 -0.001066 -0.023566 0.020731 -0.040224 -0.00972 -0.010396 0.022219 -0.015676 0.013517 -0.036442 0.007238 0.033614 0.042504 0.001662 -0.047527 0.023674 0.003546 -0.011173 -0.04237 -0.019028 0.022803 0.012258 0.016223 -0.005186 0.006932 -0.045859 -0.025948 0.008577 -0.031606 0.022628 0.012802 -0.010473 0.053116 -0.0125 0.00566 0.008466 -0.004363 0.004142 0.034776 -0.043091 -0.037824 0.020892 0.006257 -0.03707 -0.002631 -0.001473 0.008231 -0.046111 -0.036961 0.048354 -0.001858 -0.016106 -0.009938 0.027588 0.013338 0.000307 -0.003235 -0.077065 0.018269 0.02041 0.060849 -0.07233 0.010341 -0.013141 0.029391 -0.019678 0.032833 0.041766 0.043577 -0.041414 0.000931 0.002666 0.022553 0.03552 0.003755 0.009433 -0.01364 -0.014199 0.047228 -0.020928 0.023062 0.009024 -0.021787 0.03254 0.031608 -0.037033 -0.050219 0.001151 0.022476 -0.011869 0.011178 6e-05 -0.027352 0.002015 0.011237 -0.01178 0.009958 0.005077 -0.048114 -0.01311 -0.011021 -0.013223 -0.037564 -0.055043 -0.003718 0.010319 -0.048032 0.011328 0.036225 0.002564 0.017495 -0.008994 0.019722 0.007134 -0.007149 0.058284 0.02732 0.014141 0.074582 -0.000804 0.010301 -0.018686 -0.052762 -0.031795 -0.002595 0.015857 -0.028347 0.022876 -0.058224 0.023256 0.028811 0.017384 -0.049835 -0.053844 0.018537 -0.021665 -0.027367 -0.021998 -0.026774 0.004438 0.01516 -0.020547 0.009722 -0.010678 -0.022181 -0.014804 0.028792 0.031369 -0.04614 0.000274 -0.004427 -0.004014 0.02012 -0.019184 0.008289 0.005105 0.000977 -0.013507 -0.022147 -0.006322 -0.03168 -0.020648 -0.08512 -0.01837 0.004748 -0.00499 0.035191 -0.013678 -0.005745\nș 0.040441 -0.000903 -0.041971 0.023731 0.023761 0.04265 0.00135 0.009822 -0.027377 -0.043749 0.044344 0.007888 -0.009376 -0.055149 0.032822 -0.015354 0.004615 -0.05543 -0.015598 -0.045705 -0.008522 -0.010809 -0.006647 0.027208 -0.009438 0.048204 -0.000609 -0.011925 -0.026691 -0.030813 0.03553 -0.03459 -0.016163 -0.040601 0.001615 0.025508 -0.045001 0.032888 0.010973 0.016739 -0.016827 0.01043 -0.003627 0.006618 -0.033979 -0.019894 0.0315 -0.001587 0.00093 0.011481 -0.013018 0.05437 0.030365 -0.021723 0.036524 0.016376 -0.001186 0.030502 -0.01985 0.038934 -0.010009 -0.025649 -0.022396 -0.003614 0.033355 0.010928 0.020439 -0.023636 0.025194 -0.007312 -0.016105 -0.024108 0.013767 0.00306 -0.058973 0.004557 -0.019052 0.024659 -0.021765 -0.016807 0.005873 0.010387 0.001034 0.031254 -0.023565 -0.053833 -0.007288 0.00754 -0.01667 0.007283 -0.01609 0.044486 0.001456 -0.008477 0.012086 -0.02362 0.005844 -0.029903 -0.010121 -0.006184 -0.011499 -0.011862 0.004352 -0.020417 0.020221 0.000625 -0.007981 0.018936 0.028026 -0.000879 0.046428 0.028368 0.016796 -0.014735 0.009224 0.008345 -0.005892 -0.011944 -0.000938 -0.040965 0.014971 -0.004817 0.048969 0.019145 0.051181 0.010823 -0.016974 -0.026304 -0.011147 0.003419 -0.035999 -0.017071 -0.00193 0.026493 -0.028845 0.003869 -0.013963 -0.020915 0.004416 0.05386 0.007756 -0.011187 0.019443 0.019108 -0.026538 -0.03699 0.043744 -0.011012 -0.00267 -0.055607 0.008662 0.013255 0.022137 0.023283 -0.004036 0.00111 -0.009812 -0.027524 0.005927 -0.02169 -0.012723 0.018623 0.006573 0.020796 0.000331 0.000359 0.023485 -0.023682 0.015137 0.024251 -0.029576 -0.017092 -0.018832 0.029677 -0.02986 -0.027547 -0.008404 0.00093 -0.038758 -0.022574 0.032782 -0.011449 0.001421 -0.013607 -0.016413 -0.030623 0.002372 0.016346 -0.054604 -0.021077 0.002668 0.033547 -0.038496 -0.035424 0.002706 0.040842 -0.006458 0.017235 0.005984 -0.002979 -0.037485 -0.016872 0.009152 0.017355 -0.002672 0.010536 0.023112 -0.003943 0.002503 0.03099 -0.019901 -0.005132 -0.017885 0.007968 -0.000275 0.065071 0.004446 -0.037079 0.002276 0.013859 -0.012506 0.022 -0.019472 0.005039 -0.029024 0.003873 0.007172 0.008151 -0.018096 -0.003801 0.001015 0.002706 -0.009204 -0.02344 -0.048136 0.000194 -0.009626 -0.033496 0.025774 0.028008 0.004136 0.01765 -0.004327 -0.000582 0.008472 -0.005901 0.056616 0.011744 0.032795 0.043101 0.023158 0.028513 -0.000187 -0.043547 -0.030406 -0.024204 -0.008119 0.01256 -0.028189 -0.028121 0.01205 -0.009487 0.03032 -0.02062 -0.009015 -0.022307 -0.008316 -0.014823 0.004273 -0.00081 0.017209 -0.005021 0.007493 -0.009819 0.018343 0.013283 0.014387 0.026435 0.032923 -0.043986 -0.000414 -0.012058 0.012375 0.018681 -0.022445 -0.009833 0.010291 -0.003435 -0.021426 -0.01099 0.006858 -0.049627 0.022649 -0.054985 -0.009651 -0.002106 0.028042 0.005373 0.031821 0.006575\n 0.01609 0.013327 -0.038313 0.026059 0.013915 0.03321 0.005851 0.015072 -0.017784 -0.020541 0.01332 0.009246 -0.002707 -0.014331 0.02958 -0.011256 -0.013396 -0.017072 -0.022039 -0.023584 -0.017965 -0.011897 -0.007949 0.008136 0.026094 0.012752 -0.009463 -0.007031 -0.004412 -0.025413 0.025157 -0.003461 0.009534 -0.032944 0.008036 0.011602 -0.019343 0.019906 0.01771 0.018181 -0.020011 0.012191 -0.006946 -0.003799 -0.027109 -0.032162 0.019723 0.015087 -0.011966 0.01271 -0.010745 0.040313 0.024596 -0.019898 0.018496 -0.010753 0.007618 0.000506 -0.017116 0.009767 -0.035452 -0.018056 0.004794 -0.014318 -0.009038 0.003767 0.033831 0.001954 0.025782 0.005001 -0.030459 -0.005845 0.013036 0.01888 -0.013016 -0.012929 -0.022151 0.008708 0.001415 -0.003255 0.01844 -0.012298 0.00136 0.008176 -0.017334 -0.03395 -0.003799 0.008936 -0.037015 0.002852 -0.022063 0.013624 0.004432 0.01269 0.002147 -0.008219 0.002987 -0.00718 -0.005112 -0.007697 -0.017212 -0.004684 0.005951 -0.003316 0.006869 -0.006523 -0.020066 0.006013 0.024906 -0.006351 0.039352 -0.001503 0.023401 -0.009948 0.013272 -0.013231 -0.00153 0.00781 -0.0157 -0.021765 0.011198 0.001253 0.01355 0.019493 0.023611 0.020953 -0.004863 -0.01711 -0.001193 -0.023618 0.005195 0.004365 -0.019028 0.00322 -0.015339 0.012127 -0.016166 -0.011931 0.000741 0.040563 -0.017413 -0.009259 0.003568 0.024636 -0.02499 -0.029611 0.011471 0.000557 0.00792 -0.031065 -0.011044 0.01363 0.01834 0.022775 -0.006236 0.008071 -0.01786 0.003397 0.022363 -0.003521 0.007909 0.005833 0.015193 0.01337 0.008443 -0.009032 0.024151 -0.016886 0.008857 0.023606 -0.018181 -0.02796 -0.001028 0.022583 -0.001452 -0.019019 -0.018881 -0.00019 -0.026166 -0.025073 0.029987 -0.010309 -0.011854 -0.002651 0.016888 -0.009211 -0.005278 0.015718 -0.042379 0.001736 0.00094 0.008644 -0.023108 -0.029185 0.00778 0.005361 -0.01153 0.017267 -0.011399 -0.006136 -0.015084 -0.030785 -0.002869 0.003486 0.00349 0.019848 0.025833 -0.016108 -0.005329 0.032571 -0.025348 0.010917 -0.006437 0.025289 -0.012329 0.012772 -0.003555 -0.026422 0.014296 0.006399 -0.017434 -0.002946 0.00347 0.011286 -0.017364 0.00195 -0.022273 0.022853 -0.002364 -0.040762 -0.009391 0.008085 -0.004991 -0.02457 -0.011778 -0.003252 -0.00027 -0.022083 0.023226 0.027187 0.004621 0.0102 -0.024043 0.017345 0.009509 -0.004872 0.016301 0.006015 0.039957 0.048301 0.020276 0.004966 0.007414 -0.034497 -0.003455 -0.02444 -0.008789 0.017004 -0.00608 -0.015443 0.016737 0.006331 0.035324 -0.009263 -0.010941 0.012769 -0.016032 -0.006274 -0.001946 -0.013846 0.004298 -0.005844 0.008546 0.000518 0.003076 -0.003708 -0.00697 0.016773 0.026756 -0.019955 -0.004452 -0.010939 0.005111 0.024222 -0.006993 0.007676 -0.022909 -0.01687 -0.025906 -0.017017 -0.004382 -0.031609 0.002783 -0.041386 -0.014347 -0.013524 0.0288 0.027585 0.02955 -0.008309\nග 0.023918 0.00629 -0.035282 0.015203 0.013062 0.037389 0.003611 -0.007458 -0.018347 -0.02311 0.04762 0.030289 -0.02533 -0.027315 0.040759 -0.013651 0.006699 -0.015753 0.003913 -0.044544 -0.008148 -0.010512 -0.001474 0.000852 -0.002588 0.010493 -0.017942 -0.015584 -0.008921 -0.029611 0.021173 -0.032252 -0.019836 -0.031796 0.001788 0.022414 -0.020208 0.033181 0.005117 0.014422 -0.028966 0.022262 0.015621 0.005662 -0.021391 -0.015087 0.026291 0.004414 -0.012048 0.005646 -0.000498 0.058496 0.024844 -0.036565 0.044793 0.010803 -0.006702 0.017418 -0.009923 0.02477 -0.0302 -0.027593 -0.008602 -0.00372 0.004601 0.020143 0.042096 -0.009824 0.031073 0.027029 -0.055567 -0.004102 0.015074 0.019121 -0.035647 -0.004213 -0.01606 0.011278 -0.038483 -0.007656 0.009932 -0.003505 -0.00739 0.010759 -0.017652 -0.048079 0.000299 0.004381 -0.016648 -0.004892 -0.000876 0.014815 0.004962 -0.011806 0.006606 -0.016491 0.000112 -0.027972 -0.011877 -0.004978 -0.033735 -0.002127 0.005576 -0.026411 0.008046 -0.003483 -0.00913 0.006036 0.026183 -0.018367 0.038942 0.014698 0.025449 -0.01387 0.016651 -0.00339 -0.006658 0.001854 -0.01094 -0.039043 0.024834 0.005622 0.030198 0.030239 0.030995 0.001521 -0.003458 -0.003069 -0.013555 -0.027145 -0.009363 0.007664 -0.005239 0.033919 -0.019319 0.020073 -0.030509 0.021216 0.007539 0.041294 0.002517 -0.009429 0.01488 0.021166 -0.036303 -0.052572 0.047375 0.003037 0.010567 -0.046335 0.020403 0.011032 0.03593 0.012322 -0.009273 0.007763 0.001827 -0.020895 0.027026 -0.011606 -0.024143 0.007722 0.015373 0.018159 -0.021993 -0.012641 0.024559 -0.022778 0.013719 0.023129 -0.009416 -0.025085 -0.003118 0.021601 -0.010029 -0.027347 -0.014746 -0.013021 -0.036119 -0.006455 0.03623 -0.007038 0.01012 0.001659 -0.013154 -0.022543 -0.007349 0.025093 -0.028878 0.005429 0.005645 0.026433 -0.037213 -0.034942 0.009656 0.041989 -0.015614 0.004669 0.002458 0.002428 -0.031377 -0.025282 0.010526 0.033481 0.020841 0.00037 0.013218 -0.012914 -0.004074 0.020762 -0.019016 -0.005279 -8.5e-05 0.010772 0.009729 0.051612 0.003431 -0.015181 0.004059 0.007783 -0.005921 -0.00668 0.007556 0.011748 -0.021801 -0.008107 0.002368 0.027263 -0.001226 -0.004145 -0.001459 -0.001525 -0.007154 -0.028571 -0.026368 -0.005698 -0.003557 -0.035298 0.028576 0.010081 0.001651 0.02503 -0.015365 0.017869 0.009397 -0.003966 0.02783 0.002098 0.043021 0.045801 0.018622 0.006974 -0.018785 -0.034057 -0.036192 -0.016424 -0.004116 0.021651 -0.030993 0.007718 -0.005577 -0.015847 0.026431 -0.021699 -0.016926 -0.020826 -0.037022 -0.001786 0.000411 0.001701 0.015664 0.001414 0.021982 -0.002868 0.022916 0.00585 -0.002471 0.006341 0.042331 -0.055854 0.008815 -0.003696 0.014628 0.020956 0.002219 -0.003 0.016265 -0.013518 -0.023573 -0.014836 0.010887 -0.044486 0.010749 -0.05582 -0.014409 0.012699 0.006178 0.02006 0.010747 0.001099\nट 0.02151 -0.000259 -0.02805 0.015556 0.008889 0.026487 0.002498 -0.002647 -0.018508 -0.020279 0.036162 0.015484 -0.001761 -0.017911 0.017401 -0.007036 0.000429 -0.011249 -0.004317 -0.039077 -0.010583 0.004199 0.008944 0.005152 0.001597 0.016868 -0.008587 -0.012846 -0.011411 -0.008129 0.013058 -0.025453 -0.008767 -0.022309 0.007996 0.006715 -0.019739 0.021855 0.006427 0.018339 -0.019 0.00653 0.00119 0.003506 -0.00872 -0.011806 0.018034 -0.011428 -0.000164 0.013357 0.000556 0.034463 0.022349 -0.03149 0.029171 -0.001467 -0.001435 0.003227 0.007085 0.011634 -0.02067 -0.020447 -0.001802 -0.016682 0.00196 0.006273 0.01588 0.002219 0.018204 0.012973 -0.038629 -0.005303 0.018547 0.009581 -0.037615 0.003316 -0.019994 0.013974 -0.027278 -0.015918 0.005799 -0.003857 0.005364 0.008297 -0.010719 -0.027115 0.000711 -0.008998 -0.011581 -0.001543 -0.001385 0.011722 0.003683 -0.007224 0.013799 -0.00818 -0.014134 -0.027372 8.1e-05 -0.006312 -0.017479 -8.7e-05 0.000161 -0.005307 0.012984 -0.008449 -0.00972 0.003184 0.028947 -0.002348 0.02931 0.014527 0.017799 -0.014594 0.002205 -0.002932 -0.001252 0.002591 -0.01917 -0.026468 0.013791 -0.002341 0.017928 0.02843 0.021156 0.00331 -0.006926 -0.004851 -0.014771 -0.019598 -0.01046 0.006765 -0.017827 0.024639 -0.023403 -0.001261 -0.021858 0.006792 0.002402 0.016331 -0.017135 -0.003339 -0.000495 0.021989 -0.02768 -0.031676 0.036432 0.012464 -0.000544 -0.03117 0.000964 0.01652 0.013984 0.018526 0.012133 0.002649 0.013234 -0.022769 0.006577 -0.019194 -0.01823 0.011966 0.01329 0.009581 -0.011433 -0.007475 0.029376 -0.005044 0.010312 0.011493 -0.006315 -0.007557 -0.008408 0.020507 -0.012258 -0.014451 -0.005611 0.002207 -0.023635 -0.016585 0.019221 -0.003364 0.012794 -0.011936 -0.00081 -0.008617 0.002608 0.024399 -0.037059 0.006223 0.017812 0.024594 -0.018531 -0.028569 0.001456 0.027062 -0.014436 0.01419 -0.000301 -0.003975 -0.029754 -0.021192 0.006571 0.0202 0.016528 0.012529 0.001602 -0.001036 -0.006846 0.031386 -0.010042 -0.007155 -0.00543 0.018119 -0.005039 0.048773 0.005561 -0.017737 0.01559 0.004495 -0.001335 0.005378 -0.001726 0.002289 -0.02513 -0.005692 0.003378 0.013171 0.002763 -0.011985 -0.012556 -0.011711 -0.003822 -0.025041 -0.022603 -0.00804 -0.005026 -0.018918 0.025828 0.022595 0.012308 0.011936 -0.019533 0.020796 -0.003209 0.002472 0.018378 0.002729 0.019114 0.030625 0.01308 0.004942 -0.007601 -0.022419 -0.015236 -0.006757 -0.01074 0.008886 -0.024721 -0.006084 0.001181 -0.012918 0.021155 -0.007588 -0.018262 -0.012262 -0.016871 -0.014539 0.004653 -0.017318 0.009077 0.005903 0.005599 -0.013719 0.007258 -1.3e-05 -0.001641 0.013141 0.038697 -0.030167 0.003904 -0.017324 0.00825 0.012916 -0.013653 -0.013375 0.006799 -0.015391 -0.019459 -0.003584 0.000823 -0.024572 0.005905 -0.0467 -0.016889 0.014859 0.012072 0.014572 0.005589 0.0101\nហ 0.035286 0.003559 -0.042959 0.023918 0.01122 0.026027 0.005521 -0.017333 -0.018428 -0.021221 0.029863 -0.001202 0.001057 -0.021315 0.018471 0.000573 0.006205 -0.026468 -0.010111 -0.038763 -0.017757 0.009764 0.003151 0.021265 -0.000556 0.018238 -0.011372 -0.013596 -0.016058 -0.032749 0.020738 -0.029383 -0.009879 -0.047257 0.008592 0.000758 -0.02651 0.035869 0.005866 0.025393 -0.032823 0.013522 -0.002805 -0.004494 -0.019521 -0.025839 0.028926 -0.016085 -0.008719 0.022737 0.001121 0.038461 0.024897 -0.021175 0.036649 0.015413 0.008726 0.015382 -0.010178 0.024542 -0.029423 -0.022367 -0.010359 -0.016077 0.011162 0.022723 0.040291 -0.017287 0.032216 0.015636 -0.04428 -0.015721 0.017311 0.02059 -0.038197 0.010704 -0.026381 0.030085 -0.013669 -0.014329 0.025083 -0.003138 -0.002836 0.012933 -0.013697 -0.048745 0.019087 -0.005507 -0.019107 -0.012291 -0.005957 0.02618 0.003602 -0.011857 0.022737 -0.00139 0.000805 -0.030431 0.015337 -0.007979 -0.015182 -0.004886 0.008307 -0.024462 0.008326 -0.00314 -0.01418 0.005376 0.040114 -0.005789 0.043343 0.011351 0.022517 -0.023026 -6.8e-05 -0.0022 -0.002419 -0.003133 -0.019213 -0.038004 0.030837 0.006873 0.037017 0.005606 0.026777 0.009024 -0.014733 -0.007661 -0.013739 -0.015406 -1e-06 -0.001316 -0.008173 0.029614 -0.033162 0.015684 -0.027222 0.007949 0.006236 0.041428 -0.007349 -0.012224 0.008467 0.021343 -0.034354 -0.03523 0.035742 0.006288 0.011352 -0.037314 0.018554 0.002687 0.029789 0.029196 -0.000188 0.004207 0.005368 -0.024975 0.018527 -0.020165 -0.013776 0.017462 0.021831 0.020808 -0.002241 -0.01552 0.021754 -0.013675 0.020178 0.015096 -0.022527 -0.016409 -0.010421 0.028704 -0.020604 -0.016874 -0.011056 -0.014193 -0.040717 -0.022538 0.030861 -0.001169 0.01784 -0.009586 -0.001323 -0.016507 0.000405 0.012706 -0.048672 0.001743 0.008309 0.020957 -0.027439 -0.035645 0.001926 0.037431 -0.009723 0.021915 0.009361 0.004036 -0.02303 -0.033012 0.016869 0.007377 0.020883 0.019998 0.009454 -0.013308 -0.009012 0.032731 -0.018348 -0.009638 -0.011075 0.021599 0.004067 0.05747 0.007883 -0.017306 0.00329 -0.007779 -0.007816 0.007488 0.000886 0.005173 -0.017154 0.000225 -0.004105 0.018546 -0.003733 -0.018408 -0.008878 0.001509 -0.004693 -0.019148 -0.024586 -0.001 -0.012805 -0.030127 0.023485 0.011562 0.004442 0.019049 -0.026026 0.009595 -0.002742 -0.001776 0.034819 -0.001714 0.04857 0.058702 0.018934 0.001006 0.012794 -0.042385 -0.032789 -0.007613 0.007884 0.023704 -0.025092 -0.007499 0.011902 -0.012607 0.026825 -0.028309 -0.019433 -0.02211 -0.02205 -0.014367 0.011652 0.005104 0.019786 0.003636 0.012684 0.000535 0.007174 0.004988 0.003093 0.021834 0.03787 -0.042777 -0.002285 -0.012293 0.016485 0.010583 -0.015249 -0.008497 0.01553 -0.007049 -0.020506 -0.025947 0.006858 -0.044061 0.00513 -0.054115 -0.011297 0.005177 0.016303 0.021209 0.013465 0.006664\nܫ 0.046958 0.013788 -0.062891 0.025476 0.012563 0.054088 0.003892 -0.016727 -0.018623 -0.044718 0.039943 0.017825 -0.004107 -0.030994 0.038674 -0.014683 0.023428 -0.020007 -0.025218 -0.060111 -0.017464 -0.007164 0.003534 0.010759 -0.008864 0.021836 -0.020811 -0.018188 -0.024628 -0.034076 0.027278 -0.04517 -0.021147 -0.036522 0.017762 0.017086 -0.029456 0.05675 -0.002827 0.012789 -0.037106 0.005835 -0.000867 -0.001955 -0.047118 -0.032991 0.049071 -0.015585 -0.002829 0.030484 -0.010419 0.063977 0.047577 -0.047969 0.05974 0.004678 -0.006512 0.017247 -0.014702 0.036152 -0.034849 -0.041602 -0.001394 -0.022593 0.0155 0.035204 0.057018 -0.001857 0.058369 0.022051 -0.064293 -0.008307 0.020586 0.029468 -0.067005 0.016373 -0.046759 0.022819 -0.044853 -0.015978 0.018942 -0.008551 -0.001157 0.036685 -0.024013 -0.067918 0.006644 0.007409 -0.02244 -0.016485 -0.017974 0.027582 0.014431 -0.012612 0.014249 -0.012204 -0.007931 -0.060092 0.001229 0.000539 -0.038379 -0.005844 -0.007126 -0.033299 0.022703 -0.00272 -0.029192 0.01031 0.046704 -0.008084 0.050138 0.034133 0.02776 -0.014692 0.004421 0.000769 0.001894 0.002098 -0.029408 -0.056548 0.025107 0.007477 0.059179 0.028719 0.053102 0.017115 -0.017243 -0.015025 -0.024609 -0.030758 -0.017076 0.00581 -0.02485 0.04527 -0.041895 0.01207 -0.036329 0.010285 0.006926 0.070711 -0.005092 -0.009848 0.003497 0.022946 -0.055972 -0.078192 0.066041 0.009927 0.008551 -0.048393 0.012092 0.014535 0.041967 0.025835 0.015245 0.00255 0.011501 -0.019039 0.012993 -0.037995 -0.019119 0.027106 0.028906 0.010739 -0.013331 -0.015909 0.024204 -0.032365 0.032707 0.032211 -0.036675 -0.020649 -0.022121 0.052112 -0.014333 -0.0428 -0.009826 -0.017567 -0.059145 -0.023345 0.042657 -0.01474 0.006655 -0.024325 -0.002766 -0.015262 0.001375 0.026168 -0.073907 -0.001692 0.007659 0.03557 -0.042519 -0.046811 0.007455 0.051544 -0.030944 0.01474 -0.004191 0.011877 -0.050149 -0.05271 0.022916 0.034654 0.021413 0.012141 0.037116 -0.004475 -0.01505 0.05721 -0.039246 -0.011403 -0.020218 0.020012 0.001377 0.093861 0.014524 -0.020622 -0.002293 0.004999 -0.00061 0.004981 -0.010342 0.014911 -0.032278 0.008541 -0.001055 0.016594 -0.032191 -0.014432 -0.002427 0.000603 -0.00473 -0.024081 -0.04971 -0.004709 -0.029712 -0.034162 0.025704 0.031397 0.01166 0.024585 -0.035734 0.011789 0.017378 -0.018649 0.046766 -0.010767 0.071798 0.065981 0.042221 0.012276 0.006004 -0.058469 -0.050668 -0.032875 -0.004424 0.029506 -0.040672 -0.014765 -0.004173 -0.013226 0.054295 -0.042816 -0.047494 -0.011475 -0.036271 -0.031562 0.007665 -0.008018 0.033694 0.010827 0.024663 -0.010085 0.017443 0.014605 0.003141 0.021727 0.051702 -0.068142 -0.00342 -0.035031 0.023092 0.024923 -0.029202 -0.017775 0.025169 -0.016807 -0.016981 -0.018952 0.011564 -0.052433 0.022228 -0.098274 -0.01348 0.013815 0.034671 0.017134 0.048094 0.016298\nį 0.063043 0.01388 -0.061782 0.025548 0.016191 0.056045 0.016477 -0.017463 -0.026452 -0.029241 0.025602 0.030066 0.001933 -0.022256 0.038429 -0.01301 0.015491 -0.023215 -0.010099 -0.058527 0.001984 0.012993 -0.002468 0.015622 0.014675 0.039349 0.013341 -0.020091 -0.025031 -0.011268 0.011254 -0.048479 -0.03351 -0.068019 0.001474 -0.00815 -0.047894 0.043914 0.012929 0.020265 -0.025016 0.011534 0.013066 0.015265 -0.026838 -0.040213 0.071389 0.001264 -0.000443 0.001711 0.027229 0.077674 0.06917 -0.043339 0.048933 0.013078 -0.017486 0.031471 -0.01385 0.029845 -0.021155 -0.012444 0.006825 -0.01381 0.029352 0.010344 0.052686 -0.021221 0.019842 0.012477 -0.086882 0.007863 0.047746 0.016008 -0.065892 -0.008803 -0.038363 0.036546 -0.030155 -0.02859 0.013137 0.0073 0.009377 0.014805 -0.036661 -0.075602 -1.2e-05 -0.022742 -0.006556 -0.018813 -0.024551 0.025075 0.00018 -0.008135 0.008588 -0.013942 0.010731 -0.043388 -0.01257 -0.000604 -0.014099 -0.000779 -0.003271 -0.044888 0.018958 -0.025697 -0.021298 0.012863 0.038613 -0.014043 0.062001 0.026729 0.013416 -0.025466 0.022764 0.011976 -0.032934 0.004748 0.016679 -0.050397 0.034118 0.022263 0.048555 0.018206 0.032283 -0.004051 -0.019111 -0.00893 -0.017497 -0.036848 -0.012508 -0.011741 -0.007546 0.013266 -0.029375 0.014015 -0.047867 0.010934 0.006943 0.057934 0.012355 -0.043198 0.024838 0.03727 -0.059427 -0.058844 0.032109 0.003589 -0.018624 -0.0572 0.000352 0.029403 0.035137 0.033828 -0.01624 0.016344 -0.003401 -0.030188 0.026268 -0.019725 -0.020667 0.013634 0.040204 0.03079 -0.017826 -0.021005 0.017297 -0.015523 0.021162 0.018993 -0.033936 -0.035857 -0.025681 0.044337 -0.043918 -0.01628 -0.013713 -0.030235 -0.046494 -0.017454 0.058611 -0.003519 -0.002417 -0.02004 -0.041451 -0.011825 0.011854 0.021123 -0.091013 0.001428 0.013378 0.021971 -0.03766 -0.073707 -0.006312 0.03707 -0.026995 0.028895 -0.002026 -0.007082 -0.040027 -0.025437 0.041327 0.034464 0.03333 -0.001117 0.004309 -0.003001 -0.005145 0.044916 -0.020065 0.004659 -0.011106 0.015061 -0.021783 0.074132 -0.007061 -0.035095 0.009136 -0.00541 -0.016234 0.035697 -0.000734 -0.001012 -0.037369 0.004555 -0.016141 0.0158 -0.013779 -0.043201 -0.016828 0.004847 0.001837 -0.025383 -0.042007 -0.011476 -0.008253 -0.051945 0.044645 0.03836 0.017982 0.036724 -0.018952 0.013552 0.012027 -0.014144 0.061108 0.003543 0.066723 0.075611 0.039675 0.010212 -0.010379 -0.044449 -0.013984 -0.021692 0.008934 0.019571 -0.036778 -0.006731 -0.001567 0.004701 0.001427 -0.028932 -0.050368 -0.034676 -0.037264 -0.013382 -0.003023 -0.001375 0.04328 -0.002855 0.001394 -0.018214 0.017907 0.004018 0.006283 0.039397 0.027435 -0.049836 -0.025575 -0.019448 0.033123 0.012551 -0.029607 0.01719 0.013779 -0.015092 -0.020457 -0.029731 0.020273 -0.044828 0.005448 -0.078297 -0.009116 0.029124 -0.002299 0.028691 0.040346 -0.00056\nั 0.026688 0.000545 -0.041788 0.023121 0.010963 0.032565 0.008447 4.5e-05 -0.022361 -0.026046 0.020431 0.003771 -0.004313 -0.014654 0.026278 -0.000837 0.007584 -0.021438 -0.008903 -0.038107 -0.014939 0.006889 0.006946 0.011685 0.004426 0.010659 -0.013174 -0.003947 -0.013648 -0.024321 0.015203 -0.02573 -0.016593 -0.033713 -0.000142 0.016226 -0.031065 0.033023 0.007148 0.016425 -0.029171 0.011218 8.8e-05 -0.004698 -0.024323 -0.023877 0.030324 0.005083 0.002471 0.009052 0.003596 0.042627 0.029876 -0.028645 0.033416 0.00271 -0.003685 0.022614 -0.014754 0.022073 -0.02645 -0.025893 -0.000969 -0.014035 0.01106 0.015991 0.030455 -0.014095 0.038124 0.014148 -0.044835 -0.007546 0.019506 0.010069 -0.047756 0.005147 -0.027077 0.02219 -0.029217 -0.014355 0.011817 -0.005656 0.001988 0.011775 -0.016136 -0.04496 -0.00116 -0.002759 -0.017452 -0.001989 -0.006759 0.019492 0.01106 -0.011553 0.013463 -0.003265 0.004934 -0.03362 0.004112 0.000546 -0.017415 0.005419 -0.001955 -0.024664 0.014506 -0.002079 -0.010538 0.004728 0.026632 -0.003837 0.045957 0.017209 0.023747 -0.015079 0.00792 0.000613 -0.003644 0.000849 -0.006123 -0.036339 0.018645 0.004011 0.034584 0.019774 0.032859 0.011784 -0.015445 -0.014381 -0.005752 -0.014084 -0.009328 -0.006109 -0.015751 0.027636 -0.017014 0.013409 -0.031334 -0.003358 0.008669 0.037797 0.001817 -0.006678 0.005438 0.023841 -0.032623 -0.040359 0.042314 0.007452 0.000327 -0.037537 0.003941 0.003801 0.033391 0.025407 0.001221 0.007322 0.005781 -0.024826 0.010354 -0.021674 -0.011966 0.013116 0.021984 0.011785 -0.010311 -0.011486 0.01787 -0.014859 0.021662 0.015324 -0.022599 -0.017895 -0.007393 0.024204 -0.021148 -0.023021 -0.002748 -0.005226 -0.035322 -0.01573 0.034984 -0.011605 0.008147 -0.009245 -0.008307 -0.010051 0.004961 0.018119 -0.048175 -0.000927 0.010288 0.023095 -0.032872 -0.028877 0.008021 0.03471 -0.015472 0.007989 0.001073 0.002553 -0.029473 -0.025817 0.013746 0.023434 0.023157 0.016948 0.006455 -0.003841 -0.002499 0.033367 -0.019435 0.001477 -0.006242 0.015824 -0.000391 0.056213 0.005857 -0.020956 0.008375 -0.00356 -0.003702 0.012225 0.00014 0.006758 -0.023463 -0.001691 -0.001268 0.014754 -0.003291 -0.027223 -0.006715 -0.000225 -0.003264 -0.020938 -0.028593 -0.003781 -0.01214 -0.033397 0.022765 0.025246 0.007997 0.028395 -0.026786 0.009973 0.003844 -0.003534 0.029775 -0.003015 0.034161 0.049976 0.019349 0.003542 -0.00653 -0.038126 -0.025382 -0.017567 0.000291 0.023941 -0.022844 -0.013758 0.009508 -0.009461 0.025773 -0.022927 -0.022019 -0.025871 -0.029071 -0.010235 0.00598 0.000845 0.016952 -0.000359 0.009469 0.001235 0.009589 -0.000292 -0.000748 0.012903 0.038559 -0.043369 -0.000507 -0.007165 0.0114 0.012385 -0.017441 -0.004614 0.018856 -0.00654 -0.020238 -0.0154 0.010151 -0.039371 0.00969 -0.058401 -0.00773 0.008848 0.008074 0.013996 0.019115 -0.000709\nྰ 0.074588 0.020095 -0.022963 0.013657 0.042501 0.029774 0.044906 -0.032375 -0.021583 -0.02201 0.015289 0.008251 -0.026892 -0.028072 0.044527 -0.008155 -0.009963 -0.022239 -0.011082 -0.030891 -0.000276 0.005838 0.004389 0.049093 0.004849 -0.019278 -0.018596 0.000156 -0.049212 -0.049136 0.040253 -0.00894 -0.011718 -0.026338 0.040415 0.044027 -0.036799 0.060473 0.011756 0.03232 -0.00489 0.029183 -0.032709 0.020647 -0.028835 -0.037076 0.047154 -0.008367 -0.008803 0.028228 0.033838 0.062259 0.031271 -0.01098 0.051137 -0.020425 0.017889 0.018013 0.012171 0.049489 -0.045448 -0.020305 0.034983 -0.020235 0.018399 0.045313 0.049716 -0.026346 0.016131 0.017578 -0.076309 -0.012866 0.008993 -0.00339 -0.046122 -0.005471 -0.037659 0.008458 -0.029392 -0.030118 -0.004581 -0.025014 0.01473 0.035254 -0.044102 -0.046383 -0.033539 0.007989 0.014324 -0.006282 -0.005629 -0.005598 -0.00874 -0.009073 0.004967 0.009128 -0.003143 -0.011255 -0.000858 0.003546 0.004469 0.009313 -0.015394 -0.0375 0.020881 -0.0184 -0.052342 -0.0222 0.03345 0.010802 0.050596 0.005561 0.033318 -0.000814 -0.001514 0.03128 -0.013935 -0.001212 -0.00312 -0.049331 0.019604 -0.021745 0.027806 0.03066 0.019637 0.029133 0.018214 -0.022158 -0.00134 -0.011243 -0.002992 0.00375 -0.037231 0.020917 -0.022195 0.007634 -0.022413 -0.002511 0.01353 0.045789 -0.005651 -0.043661 0.032916 0.03049 -0.035396 -0.049302 0.05015 0.003896 0.030801 -0.02965 0.010536 0.018293 0.038315 0.026094 -0.012738 -0.013167 0.006719 -0.053013 0.029067 -0.012185 0.021237 -0.002927 0.021138 0.022235 -0.013629 -0.000606 0.028862 -0.050282 0.010541 -0.00305 -0.029596 -0.016571 0.008578 0.020433 -0.056064 -0.017511 -0.021052 -0.011156 -0.017973 -0.035592 0.047242 -0.018076 -0.016502 0.000256 -0.017551 -0.020193 0.003852 0.005574 -0.066678 -0.01384 0.027842 0.018586 -0.040886 -0.039947 -0.005435 0.039446 -0.029398 0.008987 0.037071 0.005055 -0.017828 -0.043844 0.012043 0.011336 0.024692 0.012529 0.0108 -0.000377 0.000669 0.046169 -0.001728 0.008651 -0.010089 0.018545 -0.000247 0.060039 0.019972 -0.008809 0.015762 -0.020357 0.01017 0.017576 0.001233 0.018401 -0.003849 -0.014032 -0.003787 -0.009364 -0.010548 -0.021068 -0.009852 -0.012248 -0.014501 -0.057497 -0.050944 0.010314 -0.017244 -0.032196 0.04191 0.024782 0.01812 0.0313 -0.022612 0.018424 -0.030387 -0.014735 0.03209 -0.012474 0.027483 0.068273 0.006962 -0.002475 0.005196 -0.036489 -0.029123 -0.037681 0.008474 0.005862 -0.030048 -0.020428 -0.000959 -0.000145 0.033785 -0.040449 -0.041786 -0.017585 -0.027035 -0.016521 -0.022987 0.023102 0.020574 -0.016192 0.003008 -0.012004 0.012601 -0.004925 -0.003172 0.008318 0.042245 -0.016545 0.012414 -0.02501 0.011155 -0.017785 -0.006267 0.010133 0.003498 -0.01335 -0.035158 -0.051788 0.019124 -0.046179 -0.008779 -0.051128 -0.006676 -0.005103 0.015777 0.020875 0.034349 -0.02369\nଳ 0.036304 -0.023605 -0.054837 0.01783 0.002371 0.033669 0.004237 -0.000811 -0.011497 -0.036982 0.039783 0.026571 -0.014182 -0.045046 0.039599 -0.010994 0.007549 -0.033527 -0.018754 -0.056348 -0.034777 0.007559 0.009243 0.04184 -0.003848 0.008696 -0.02027 -0.032405 -0.022863 -0.043158 0.009055 -0.034252 -0.021877 -0.05729 0.022926 0.010402 -0.043908 0.047729 -0.012112 0.057647 -0.035261 0.038243 0.003902 -0.012076 -0.059236 -0.027223 0.028095 0.004129 0.012526 -0.012845 0.004215 0.084833 0.045589 -0.032217 0.037424 -0.005813 -0.031235 -0.012039 -0.030678 0.023452 -0.050298 -0.01992 -0.029827 -0.001217 -0.002265 0.022311 0.050421 -0.000595 0.066813 0.027222 -0.054609 0.000874 0.028418 0.034185 -0.051896 -0.010683 -0.023574 0.031797 -0.056233 -0.011297 -0.014658 0.00082 0.004051 -0.008788 -0.031082 -0.063358 0.001246 -0.012081 -0.045786 -0.006348 -0.022058 0.018032 0.037472 -0.015414 0.025831 -0.023771 0.001376 -0.043553 -0.022476 0.01555 -0.035407 0.00349 -0.010166 -0.066108 -0.002941 0.003188 -0.018109 -0.017876 0.06295 -0.010041 0.05646 0.065307 0.015126 -0.017955 0.030345 0.004551 0.005223 0.002514 -0.022708 -0.03415 0.01977 -0.021772 0.050532 0.033598 0.032132 0.02018 -0.023929 -0.036639 -0.034623 -0.039988 0.00108 0.023334 -0.025024 0.021838 -0.014807 0.013894 -0.019311 -0.013051 -0.008748 0.027444 0.002409 -0.003557 0.001675 0.031566 -0.045433 -0.06685 0.071626 0.036415 -0.022765 -0.036301 0.015853 0.005502 0.05822 0.022978 0.000971 -0.009721 0.013161 -0.024117 0.048674 -0.020687 -0.041376 0.009017 0.025315 0.022209 -0.018933 0.003999 0.026899 -0.027945 0.013136 0.034177 -0.007499 -0.025314 -0.022809 0.01035 -0.024647 -0.034797 -0.0274 -0.027489 -0.051528 -0.00774 0.035588 -0.022338 -0.014882 -0.005087 0.01966 -0.028786 0.003178 0.034513 -0.045745 -0.005981 -0.011674 0.02272 -0.053962 -0.044627 0.021627 0.062251 -0.020631 0.024507 -0.018152 -0.013653 -0.051984 -0.015147 0.007237 0.045729 0.025584 0.019824 0.013846 -0.010953 -0.012928 0.059424 -0.034981 0.024925 -0.040746 -0.0175 -0.028577 0.050982 -0.007958 -0.050324 0.007206 0.013569 -0.028633 0.021824 -0.022623 0.044271 0.001501 -0.000699 0.016064 0.044251 0.006673 -0.045752 -0.006864 -0.004591 -0.006157 -0.048299 -0.061812 -0.020339 -0.023227 -0.053182 0.015767 0.006375 0.025829 0.020346 -0.028094 -0.004659 0.016738 0.000915 0.037868 0.009413 0.036672 0.05545 0.040289 0.002237 0.000663 -0.062246 -0.024104 -0.016308 -0.006818 0.024509 -0.036527 0.001728 -0.007143 -0.02293 0.021422 -0.028215 -0.039877 -0.006846 -0.065089 -0.012549 0.010178 -0.010792 -0.002622 0.02298 0.011644 0.005433 -0.000138 0.00914 -0.031181 0.005302 0.074123 -0.062442 0.007289 -0.045638 -0.006158 0.005252 0.001338 0.001144 0.007295 -0.007624 -0.024257 -0.023433 0.016994 -0.062415 0.006612 -0.094057 0.008192 0.019064 0.012483 0.03311 0.012871 -0.016817\nಲ 0.023526 0.006334 -0.08051 0.036877 0.014196 0.059989 0.00382 -0.017144 -0.007003 -0.027612 0.067525 0.020135 -0.00344 -0.044947 0.030076 0.002827 0.003264 -0.036622 -0.031961 -0.074689 -0.037794 0.008206 -0.003065 0.022077 0.018063 0.024064 -0.020173 0.004947 -0.031572 -0.032018 0.048729 -0.054357 -0.032811 -0.048262 0.003347 0.015803 -0.062746 0.060491 0.024403 0.038614 -0.063564 0.002575 0.004699 0.015103 -0.034449 -0.040033 0.062113 -0.013441 -0.013942 0.02318 -0.001742 0.083004 0.054807 -0.048738 0.044359 0.009748 -0.001265 0.030013 0.002912 0.038338 -0.049339 -0.043065 -0.004324 -0.032724 0.027118 0.030236 0.044847 0.000141 0.065214 0.025491 -0.062871 -0.009672 0.020357 0.028612 -0.075797 0.005731 -0.057534 0.015352 -0.059915 -0.032955 0.016072 -0.029632 -0.00091 0.016191 -0.042387 -0.092688 0.002653 -0.007905 -0.007721 0.017303 -0.013698 0.028064 -0.004282 -0.030386 0.020261 -0.028024 -0.009543 -0.04849 0.000432 -0.020129 -0.038429 0.003564 -0.014496 -0.031387 0.017185 -0.020684 -0.020016 0.024639 0.052037 -0.000598 0.067074 0.034034 0.047848 -0.021368 0.014073 0.000604 -0.019154 0.003295 -0.018433 -0.073338 0.047309 0.014174 0.042126 0.035178 0.051135 0.021304 -0.005128 -0.028836 -0.014865 -0.035511 -0.019862 -0.010116 -0.037672 0.056841 -0.033045 0.029508 -0.035851 -0.001274 0.009236 0.066823 -0.011059 -0.006586 0.004967 0.022981 -0.05359 -0.06938 0.062621 0.013683 0.006429 -0.077182 -0.010582 0.02677 0.059634 0.017736 -0.016204 -0.004859 -0.004692 -0.03523 0.013938 -0.009912 -0.035022 0.002009 0.03271 0.026518 -0.034747 -0.030773 0.02925 -0.018189 0.022378 0.043913 -0.051174 -0.030179 -0.017841 0.050647 -0.01961 -0.04574 0.004542 -0.011497 -0.060104 -0.021114 0.046958 -0.012386 0.003915 -0.017852 -0.000152 -0.021243 -0.010116 0.030734 -0.08044 -0.009827 0.041193 0.028825 -0.065106 -0.074531 0.012427 0.052468 -0.015816 0.011736 -0.007178 0.018465 -0.058493 -0.054486 0.042361 0.019578 0.021991 0.015326 0.017226 -0.027224 0.015356 0.07086 -0.040379 -0.011499 -0.016163 0.03272 0.005182 0.111342 0.011072 -0.026983 0.019916 0.004118 -0.001037 0.00508 0.006727 0.005431 -0.035503 0.00875 -0.01422 0.021072 -0.002623 -0.035184 -0.021974 -0.005133 0.00025 -0.044923 -0.04037 -0.014809 -0.010537 -0.049713 0.05452 0.045556 0.009058 0.034107 -0.032013 0.032278 0.011656 -0.004731 0.059906 0.016306 0.059667 0.074021 0.024471 -0.003205 0.009225 -0.069141 -0.04354 -0.029748 -0.015208 0.025168 -0.024143 -0.034058 0.004808 -0.009465 0.045277 -0.005256 -0.029512 -0.027187 -0.046323 -0.043445 0.01129 0.019423 0.020982 -0.016802 0.005374 0.002445 0.013021 -0.007215 0.004981 0.027851 0.069658 -0.044574 -0.007605 -0.023905 0.02669 0.029858 -0.031228 -0.013327 0.039528 -0.015716 -0.038894 -0.013164 -0.002743 -0.055219 0.02912 -0.101882 0.008275 -0.009436 0.029745 0.023347 0.014335 0.015447\nف 0.02578 0.003169 -0.039804 0.015728 0.006703 0.028295 0.003993 -0.007113 -0.017352 -0.025157 0.028466 0.01038 -0.006507 -0.014823 0.022293 -0.003026 0.008537 -0.016222 -0.011285 -0.037155 -0.014452 0.003381 0.005384 0.007796 0.002655 0.015127 -0.005727 -0.009946 -0.012724 -0.02604 0.018616 -0.024426 -0.013622 -0.033934 0.009205 0.010454 -0.030435 0.032133 0.008806 0.017111 -0.023032 0.008712 0.003962 0.000936 -0.024316 -0.0185 0.027355 -0.001035 -0.001959 0.008403 0.003379 0.038526 0.025346 -0.024311 0.032212 0.004372 -0.005256 0.017757 -0.009366 0.018475 -0.026492 -0.022083 -0.008973 -0.012773 0.010665 0.019632 0.03247 -0.008724 0.028799 0.01441 -0.043634 -0.004134 0.019599 0.014516 -0.03716 0.000174 -0.02481 0.021703 -0.028608 -0.015167 0.009158 -0.002438 0.001772 0.009863 -0.017024 -0.039979 0.001287 -0.001307 -0.014846 -0.00343 -0.004619 0.019178 0.005086 -0.007559 0.015094 -0.002836 -0.002227 -0.029892 -0.000286 -0.002485 -0.015647 0.004193 -0.001095 -0.026094 0.011213 -0.008705 -0.012111 0.011061 0.028262 -0.00792 0.040375 0.016213 0.017426 -0.016196 0.004776 0.001487 -0.006827 0.000444 -0.012908 -0.034908 0.018575 0.00084 0.027656 0.018862 0.027308 0.012548 -0.008781 -0.00918 -0.00775 -0.01266 -0.009215 -0.000244 -0.011184 0.023024 -0.012892 0.01038 -0.026299 0.006099 0.01018 0.035727 -0.000553 -0.008862 0.00821 0.020038 -0.025226 -0.039696 0.041284 0.01208 0.002437 -0.038689 0.007864 0.005042 0.025705 0.02343 -0.004238 0.0031 0.002075 -0.020011 0.01093 -0.019334 -0.022291 0.010584 0.017865 0.012802 -0.013012 -0.014612 0.016032 -0.018652 0.016671 0.011538 -0.022353 -0.017903 -0.00866 0.030176 -0.014221 -0.019242 -0.008716 -0.011922 -0.031992 -0.016206 0.028515 -0.010948 0.00749 -0.013813 -0.001825 -0.017564 0.002266 0.018504 -0.043134 -0.000915 0.012064 0.019508 -0.032203 -0.02552 0.002999 0.032316 -0.018146 0.010222 0.002684 0.00083 -0.02569 -0.026143 0.015765 0.02062 0.011311 0.012751 0.009628 -0.008341 -0.006141 0.032776 -0.016561 -0.005628 -0.009557 0.015661 -0.001903 0.05591 0.006515 -0.017192 0.010289 -0.002352 -0.00512 0.005627 -0.004519 0.0037 -0.017881 -0.003062 -0.001179 0.016582 -0.002299 -0.019676 -0.003013 -0.002275 -0.004851 -0.020265 -0.02913 -0.003544 -0.014232 -0.027706 0.018375 0.01608 0.005419 0.01485 -0.020956 0.008152 0.003664 -0.00158 0.028816 -0.003673 0.032457 0.040138 0.018459 0.00161 -0.003867 -0.028442 -0.023095 -0.019586 -0.004363 0.018078 -0.023429 -0.004432 0.003114 -0.011099 0.024272 -0.024174 -0.023524 -0.016856 -0.030546 -0.012521 0.005379 0.001043 0.01512 -0.001753 0.009803 -0.001519 0.008673 -0.00412 -0.002032 0.013632 0.038716 -0.039179 -0.001246 -0.015374 0.014017 0.010976 -0.014852 -0.003101 0.018796 -0.010594 -0.016567 -0.015077 0.00581 -0.031739 0.006582 -0.053738 -0.00547 0.005415 0.011111 0.011155 0.015661 0.002198\nേ 0.041272 -0.007485 -0.033377 -0.006053 0.024573 0.045767 -0.001138 -0.011493 -0.018168 -0.024084 0.01556 0.026723 -0.023268 -0.033302 0.002068 -0.000985 0.02058 -0.019644 -0.032552 -0.057974 -0.023709 -0.003562 0.017906 -0.004958 -0.010799 0.000866 -0.03109 -0.045908 -0.014257 -0.037508 0.005928 -0.024531 -0.02153 -0.04072 0.027735 0.018024 -0.041248 0.058744 -0.01232 0.039146 -0.042055 0.01172 0.008855 -0.032566 -0.046857 -0.014788 0.050676 0.022467 0.004174 -0.004322 0.001645 0.052017 0.038266 -0.039392 0.055174 -0.00731 -0.033588 0.002523 -0.016484 0.033161 -0.043679 -0.034892 -0.019154 -0.007197 -0.022631 -0.00747 0.053827 0.017803 0.065764 0.033248 -0.054029 -0.015039 0.029814 0.017815 -0.060624 0.006881 -0.007574 0.008188 -0.060038 0.007022 -0.002959 0.020541 -0.001999 0.027452 -0.049429 -0.066506 0.001975 -0.002883 -0.030072 -0.026138 -0.028105 0.017965 0.01158 -0.030536 0.03558 -0.007459 -0.002969 -0.018823 -0.049304 -0.003414 -0.044345 0.010217 -0.016308 -0.026009 0.010667 0.014068 -0.021092 0.033223 0.052306 0.003766 0.013257 0.059841 0.014409 -0.017039 0.018358 0.001998 -0.000156 0.010473 -0.035975 -0.026985 -0.026531 -0.023111 0.038816 0.039504 0.041638 0.006711 -0.021564 -0.026456 -0.01602 -0.019834 -0.028693 0.015532 -0.01248 0.026826 -0.003401 0.022085 -0.029423 -0.003823 0.026832 0.034823 0.003718 -0.009482 0.018103 0.031254 -0.071088 -0.058898 0.055385 0.02174 -0.000148 -0.059997 0.00478 0.016362 0.024506 0.021754 -0.004572 -0.005113 0.021719 -0.023576 0.014066 -0.035356 -0.039232 0.015537 0.010012 0.007134 -0.023172 -0.004347 0.056962 -0.032457 0.018988 0.017527 -0.01958 -0.009569 0.007037 0.036899 -0.021367 -0.020125 0.013144 -0.006255 -0.021587 -0.017502 0.01575 -0.02312 0.000901 -0.000426 -0.029717 -0.020675 0.024749 0.010514 -0.026803 4.3e-05 0.017632 0.018574 -0.045553 -0.041948 -0.00664 0.033834 -0.019435 0.031794 -0.007153 0.008559 -0.051281 -0.031907 -0.006495 0.046345 0.003803 0.018835 0.024348 0.0093 -0.014618 0.076217 -0.019044 -0.025793 -0.023371 0.032432 -0.006109 0.068421 0.030174 -0.042483 0.004665 0.015365 -0.004225 0.01297 -0.000511 0.007328 0.014427 -0.001616 0.013706 0.024694 -0.017277 -0.001308 0.00017 -0.004868 0.00635 -0.036665 -0.053876 -0.004365 0.009722 -0.055428 0.023769 0.011793 -0.022294 0.028952 -0.013944 0.009596 -0.00089 -0.015112 0.034593 -0.004211 0.043674 0.042842 0.012237 -0.010724 0.005175 -0.046058 -0.015167 -0.013828 -0.034738 0.016407 -0.036353 0.012936 -0.011241 -0.010167 0.032905 -0.016839 -0.022474 -0.020285 -0.046849 0.007362 0.013589 -0.022803 0.009842 0.010276 0.049385 -0.014954 0.051597 0.019198 0.026606 0.033256 0.07787 -0.056885 -0.006122 -0.041374 -0.003035 0.027234 0.009605 -0.001816 0.026678 -0.016227 -0.035017 -0.015295 0.005413 -0.052758 0.014054 -0.091991 0.006347 0.039603 0.00137 0.038257 0.023628 0.016316\nை 0.033303 0.004615 -0.065066 0.032179 0.017746 0.045859 0.011787 -0.011872 -0.023045 -0.038325 0.047108 0.011679 -0.005537 -0.038474 0.040486 -0.004263 0.009276 -0.032611 -0.016911 -0.053499 -0.016733 -0.002389 0.007118 0.015364 0.002858 0.025663 -0.000237 0.000683 -0.023398 -0.038013 0.028551 -0.043423 -0.021599 -0.057525 0.0182 0.018085 -0.047979 0.050762 0.007393 0.028518 -0.045924 0.014654 0.001165 -0.0 -0.033674 -0.034001 0.045305 -0.00767 -0.002438 0.031199 0.005976 0.074827 0.049717 -0.035558 0.054925 0.00734 -0.011564 0.029003 -0.018556 0.039007 -0.0401 -0.045138 -0.003604 -0.022276 0.022861 0.01853 0.051518 -0.010783 0.043397 0.024127 -0.05426 -0.012133 0.02163 0.019103 -0.052652 0.008528 -0.036777 0.036812 -0.03371 -0.023494 0.013854 -0.000495 0.003584 0.022253 -0.026782 -0.068396 0.002544 -0.008814 -0.020764 -0.010525 -0.010121 0.030499 0.00263 -0.01919 0.016896 -0.011911 -0.00668 -0.041437 0.001535 -0.004303 -0.021675 -0.001066 -0.005351 -0.030964 0.01742 -0.010897 -0.016812 0.009921 0.04118 -0.014848 0.056257 0.024479 0.032828 -0.018407 0.006875 -0.004707 -0.022549 -0.004452 -0.01642 -0.05434 0.033461 0.004702 0.051697 0.026986 0.037977 0.016787 -0.011187 -0.014274 -0.019215 -0.020303 -0.020696 0.000553 -0.022657 0.038931 -0.026889 0.02393 -0.041348 -0.008582 0.008508 0.059796 -0.004838 -0.011795 0.02299 0.028474 -0.041001 -0.05932 0.05759 0.013909 0.004712 -0.050104 0.011022 0.017356 0.03849 0.033975 -0.002739 0.011547 0.003007 -0.029698 0.024475 -0.034145 -0.021835 0.012378 0.029568 0.021865 -0.018839 -0.020512 0.0329 -0.031274 0.028277 0.023355 -0.028767 -0.02813 -0.013889 0.045157 -0.025908 -0.039651 -0.013599 -0.010602 -0.041248 -0.02133 0.043479 -0.007839 0.003912 -0.007107 -0.00708 -0.021152 0.000507 0.024486 -0.073191 0.006449 0.01716 0.026292 -0.040254 -0.050049 0.004656 0.049301 -0.022303 0.013703 0.002371 -4e-05 -0.036949 -0.036743 0.021858 0.028706 0.017131 0.019317 0.023564 -0.011334 -0.003116 0.051756 -0.036379 0.000715 -0.013185 0.017506 -0.009263 0.077366 0.005123 -0.031479 0.009735 -0.003188 -0.006359 0.005996 -0.00561 0.003495 -0.026334 -0.003253 -0.006597 0.03055 -0.012745 -0.031596 -0.003113 0.001352 -0.007912 -0.030681 -0.040948 -0.008677 -0.022061 -0.046329 0.042215 0.034877 0.012351 0.028324 -0.026029 0.012659 0.002272 -0.009491 0.04481 -0.003772 0.054873 0.069196 0.038828 0.006302 -0.000882 -0.057626 -0.045436 -0.015413 0.001464 0.030551 -0.024909 -0.020253 0.001397 -0.02334 0.03927 -0.028453 -0.047895 -0.024601 -0.040786 -0.019751 0.011231 0.000306 0.02647 -6.9e-05 0.011742 -0.003559 0.018283 0.003504 -0.00811 0.025647 0.056979 -0.066582 -0.007183 -0.025611 0.015039 0.016771 -0.022677 -0.004081 0.022099 -0.010783 -0.032538 -0.021821 0.009641 -0.052495 0.01246 -0.087859 -0.004738 0.001974 0.019635 0.01627 0.028705 -0.001874\nə 0.01573 0.000863 -0.040652 0.017764 0.011875 0.033279 0.016354 -0.004792 -0.010995 -0.017285 0.041846 0.007029 -0.006802 -0.012501 0.02787 -0.000126 0.006009 -0.022193 -0.001309 -0.033283 -0.013827 0.000752 -0.005246 0.014729 0.010502 0.011924 -0.00969 0.000473 -0.014067 -0.026801 0.033411 -0.024091 -0.021068 -0.020636 0.002453 0.009071 -0.026113 0.033514 0.015759 0.013494 -0.032459 0.018946 0.0081 0.010213 -0.011054 -0.01718 0.026597 0.006647 0.002746 0.005512 0.003721 0.043562 0.027429 -0.026931 0.029735 0.011916 0.001908 0.023502 -0.010474 0.021607 -0.022346 -0.02145 -0.009272 -0.014423 0.006747 0.016624 0.035277 -0.019727 0.024882 0.02076 -0.033319 -0.004363 0.016109 0.016352 -0.039261 -0.00704 -0.018081 0.01041 -0.02125 -0.013207 0.015531 -0.006303 -0.00075 0.00872 -0.024976 -0.048114 0.004058 -0.005088 -0.005084 0.008148 -0.008213 0.015885 0.000692 -0.007627 0.008291 -0.013235 0.001169 -0.03576 -0.011419 -0.007537 -0.019598 -0.004812 -0.009584 -0.022589 0.009718 -0.013587 -0.018601 0.007724 0.019825 -0.011175 0.04605 0.013552 0.019419 -0.006922 0.009469 -0.004443 -0.012308 -0.000179 -0.014739 -0.034838 0.027658 0.002953 0.02755 0.013811 0.020416 0.003371 0.004619 -0.007112 -0.014832 -0.016926 -0.002192 0.006343 -0.015271 0.031663 -0.009592 0.013196 -0.024272 0.001929 0.008469 0.039018 -0.005251 -0.00193 0.014731 0.019427 -0.02648 -0.045904 0.035323 0.00489 0.00997 -0.045704 0.006773 0.012827 0.029027 0.010735 -0.009162 -0.004571 -0.001637 -0.024283 0.010951 -0.005058 -0.018507 0.006964 0.024765 0.012642 -0.018511 -0.014068 0.01576 -0.014096 0.012434 0.027613 -0.030857 -0.02089 -0.010256 0.023947 -0.003959 -0.018247 -0.00308 -0.015417 -0.02653 -0.006855 0.027139 -0.013942 0.004028 -0.00681 -0.014448 -0.013311 -0.001808 0.007338 -0.037576 -0.003357 0.020203 0.022684 -0.029371 -0.032552 0.005115 0.035432 -0.017596 0.013293 0.002778 0.003722 -0.027036 -0.022847 0.021186 0.01602 0.015393 0.002904 -0.000169 -0.024578 0.001803 0.03316 -0.016943 0.001073 -0.003415 0.01922 -0.001725 0.04375 0.002918 -0.010506 0.015073 0.000781 -0.004944 -0.001188 -0.007559 0.013012 -0.021261 0.005786 -0.002689 0.01258 0.011014 -0.023762 -0.008153 0.002643 0.002688 -0.022761 -0.01752 0.005529 -0.015248 -0.027992 0.021758 0.017363 0.003532 0.023791 -0.019018 0.010503 0.005056 -0.004599 0.031735 0.009934 0.026961 0.038302 0.015146 0.006368 -0.004709 -0.031269 -0.027961 -0.019033 -0.015238 0.007955 -0.02287 -0.008854 0.005174 -0.008749 0.016042 -0.011683 -0.016789 -0.011085 -0.017612 -0.006909 -0.001969 0.006516 0.000111 -0.014092 0.010981 0.000101 0.006093 -0.002021 0.005452 0.013175 0.035568 -0.030191 -0.00644 -0.007476 0.013159 0.0179 -0.010191 -0.006752 0.019344 -0.010496 -0.017486 -0.017542 0.001856 -0.028765 0.008557 -0.048298 -0.00641 0.000239 0.007636 0.006507 0.005154 -0.011561\nཛ 0.037893 -0.000883 -0.057873 0.027819 0.027669 0.048757 0.01229 -0.001035 -0.015796 -0.015764 0.027735 0.017237 -0.009477 -0.024202 0.015067 -0.011165 0.000402 -0.019336 -0.014205 -0.044412 -0.031003 -0.009885 0.005838 0.024185 0.006321 0.025354 -0.017354 -0.004333 -0.006919 -0.024584 0.012956 -0.024487 -0.022793 -0.029173 0.018609 0.000814 -0.053863 0.061773 0.005225 0.023505 -0.036385 0.000685 -0.014714 0.01062 -0.038943 -0.037467 0.023026 0.012928 0.002343 0.030806 -0.004972 0.055812 0.030437 -0.057251 0.040764 -0.009889 -0.003941 0.016963 -0.018054 0.019128 -0.04487 -0.035727 -0.017392 -0.035479 0.032128 0.025254 0.03373 -0.029013 0.026704 0.016448 -0.059078 -0.002915 0.006455 0.012632 -0.048406 0.013368 -0.044752 0.028975 -0.025811 -0.013745 0.00398 0.0172 0.013787 0.032598 -0.029922 -0.064342 0.007997 0.004089 -0.015403 0.007383 0.008866 0.006309 0.015885 -0.023414 0.014284 -0.004004 0.000536 -0.036703 0.010193 -0.005978 -0.023923 0.011241 -0.007221 -0.026504 0.02065 -0.016407 0.002513 0.016837 0.037815 -0.017175 0.04472 0.020996 0.050982 -0.02565 0.006197 0.004586 -0.00414 0.002553 -0.015333 -0.036824 0.014078 -0.022324 0.040342 0.026273 0.04417 0.020331 -0.009307 -0.00771 0.005492 -0.030905 -0.018227 -0.015498 -0.002732 0.039 -0.020214 0.018586 -0.040029 0.008975 0.002915 0.062136 -0.000149 0.003407 -0.000714 0.033966 -0.042362 -0.067771 0.061717 -0.000782 -0.013391 -0.03836 -0.00995 0.028621 0.028021 0.037754 -0.018039 0.004797 -0.009125 -0.021211 0.013619 -0.028936 -0.014755 0.016429 0.016781 0.030566 -0.000688 -0.034284 0.031116 -0.028518 0.021865 0.014442 -0.02747 -0.019029 -0.010172 0.044382 -0.013561 -0.041973 -0.025655 -0.001361 -0.036895 -0.01316 0.030953 -0.002844 0.004416 -0.018323 -0.002267 -0.002599 -0.005973 0.008195 -0.071226 0.010393 0.013739 0.02766 -0.035706 -0.043225 -0.002135 0.04101 -0.028469 0.007924 0.003369 0.004516 -0.035655 -0.057122 0.014414 0.026937 0.010096 0.021696 0.015237 -0.010634 -0.010701 0.054461 -0.027908 -0.017278 -0.011626 0.021364 -0.006354 0.067385 0.017292 -0.032784 0.006577 0.004736 -0.033085 0.008942 -0.018826 0.00137 -0.022479 -0.004517 -0.008227 0.018286 -0.009066 -0.025738 -0.013408 0.00014 0.002396 -0.028361 -0.034562 -0.001215 -0.007011 -0.042099 0.041043 0.02637 0.001207 0.038952 -0.009656 -0.004835 0.000876 -0.01426 0.062918 -0.010843 0.03453 0.052613 0.028704 0.007248 0.004138 -0.048923 -0.06357 -0.031127 0.003758 0.029852 -0.032178 -0.007262 0.009755 -0.015817 0.036649 -0.022558 -0.02974 -0.026225 -0.045145 -0.015118 0.01305 0.001835 0.018151 0.010795 0.00268 -0.015416 0.016291 0.010988 0.010375 0.008617 0.033603 -0.051833 0.01216 -0.024688 0.015385 0.01572 -0.035847 -0.001053 0.007018 -0.016267 -0.023083 -0.010155 0.026489 -0.043476 0.004995 -0.075614 -0.026541 0.008854 0.010728 0.040266 0.028573 0.003861\nො 0.020808 0.000547 -0.046917 0.021546 0.001445 0.032107 -0.021465 -0.003549 -0.013827 -0.021004 0.027757 0.009053 -0.012995 -0.00845 0.039726 -0.022219 -0.006231 -0.021375 -0.011812 -0.041021 -0.012283 -0.012713 0.010303 0.003235 0.004932 -7.1e-05 -0.010766 -0.022005 -0.013111 -0.026011 0.012886 -0.022232 -0.011141 -0.031931 0.005789 0.014482 -0.025062 0.033766 -0.001097 0.024401 -0.030181 0.017298 -0.004625 -0.002393 -0.03999 -0.014108 0.024798 -0.006114 0.005897 0.021901 0.004779 0.044044 0.038522 -0.012259 0.045492 -0.002314 -0.018421 0.015984 -0.012315 0.013644 -0.026794 -0.025482 -0.011136 -0.017052 0.014533 0.015623 0.025855 0.001752 0.035181 0.022875 -0.052031 0.002725 0.024795 0.014553 -0.038251 0.01522 -0.037757 0.012573 -0.027723 -0.015979 0.010241 0.003905 0.007041 0.007346 -0.006918 -0.044385 0.003734 -0.001624 -0.013819 -0.013061 -0.021928 0.002499 0.004501 -0.009452 0.00627 -0.002892 -0.005435 -0.023807 -0.00808 -0.010296 -0.024225 0.000181 -0.002537 -0.028957 -0.003231 -0.002377 -0.018188 0.02125 0.027054 -0.009693 0.032382 0.014562 0.013857 -0.026531 -0.016132 -0.004498 -0.01225 0.007796 -0.007205 -0.038336 0.021921 -0.01476 0.020568 0.02631 0.034116 0.019235 -0.002243 0.005199 -0.009201 -0.015201 -0.006248 -0.003553 -0.019253 0.024334 -0.031202 0.019076 -0.021702 -0.009102 -0.007823 0.043979 0.001368 0.001445 0.014583 0.034049 -0.014327 -0.049593 0.067073 0.009091 0.007904 -0.043903 0.008195 0.013108 0.02373 0.009262 -0.005882 -0.003661 0.006903 -0.01625 0.019792 -0.03016 -0.020975 -0.005986 0.009533 0.003066 -0.018642 -0.021805 0.01355 -0.019785 0.016003 0.008808 -0.015608 -0.025492 -0.004894 0.027488 -0.021644 -0.031451 -0.009781 -0.001326 -0.033884 -0.030671 0.027316 -0.000511 0.001378 -0.025108 -0.008962 -0.016357 -0.00464 0.018646 -0.045456 0.002457 -0.01098 0.015906 -0.051966 -0.014726 0.00513 0.049291 -0.017899 0.005126 -0.007901 0.003066 -0.032366 -0.024648 -0.002841 0.023293 0.011765 0.013117 0.005651 0.002615 0.001966 0.046095 -0.018555 -0.00415 -0.001817 0.006255 -0.007201 0.058774 0.008881 -0.04836 0.011311 0.001469 -0.007997 -0.004681 0.004106 0.008828 -0.017699 -8.8e-05 -0.003511 0.017851 -0.001009 -0.021547 -0.00846 0.002425 -0.01321 -0.013252 -0.029429 0.004705 -0.015621 -0.028997 0.008583 -0.008111 -0.000148 0.024597 -0.02274 0.011359 0.001848 0.008026 0.021747 0.000666 0.036953 0.050438 0.019271 0.001459 0.003404 -0.021232 -0.023058 -0.003591 -0.004903 0.020911 -0.026605 0.000795 0.005629 -0.009758 0.042343 -0.027557 -0.03281 -0.032543 -0.030659 -0.008198 0.014152 0.002372 -0.001001 0.005168 0.018005 -0.002944 0.009742 0.009242 0.006022 0.007729 0.051773 -0.040149 0.01052 -0.015715 0.022146 0.001516 -0.007031 -0.001669 0.022019 -0.006221 -0.01258 -0.014541 0.000846 -0.036536 0.005913 -0.06036 0.009246 0.009107 0.014615 0.020964 0.023335 0.0069\n០ 0.020523 0.006226 -0.009492 -0.009832 -0.000375 0.014796 -0.019711 -0.070689 0.002352 -0.027601 0.05256 -0.006791 -0.005883 0.011908 0.013883 -0.001352 0.007838 -0.000313 0.011501 -0.039386 0.022424 0.01283 -0.006143 0.011736 -0.010442 0.029014 -0.02614 -0.0128 -0.019326 -0.023936 0.011594 -0.015022 0.005319 -0.012202 -0.014453 -0.039219 0.033522 0.01445 0.02111 -0.006856 -0.019802 -0.009162 0.015256 0.003757 0.000188 -0.009174 0.072447 -0.005907 0.007272 -0.006855 0.020396 -0.02089 0.006412 0.015563 0.02292 0.028843 -0.009217 -0.008726 0.025193 0.011906 -0.029084 0.018167 0.00978 -0.006075 -0.011711 -0.011312 0.004897 0.002872 -0.000226 -0.003856 -0.018252 -0.010267 0.00238 0.026577 -0.015541 -0.016452 0.000633 -0.040965 0.017289 0.003902 0.021866 -0.032347 -0.046364 -0.016181 -0.002413 0.018662 0.018434 0.002105 0.018353 -0.003693 0.00439 -0.032156 -0.018025 0.008637 0.009552 0.00749 -0.031736 -0.020195 0.027079 -0.003652 -0.019799 0.022833 -0.019175 -0.000362 -0.003223 -0.040178 0.007566 0.000612 0.035496 -0.003027 0.030392 -0.02596 0.050678 -0.023046 0.008606 -0.010867 0.039257 -0.003341 -0.014431 -0.010485 0.023563 -0.007462 0.006044 -0.007349 0.029672 -0.00679 0.02852 0.017654 0.0056 -0.042773 0.006705 -0.033372 0.009599 0.014769 -0.016594 0.019653 -0.027814 0.02006 0.01016 0.007981 0.007287 0.023337 -0.02782 0.025568 -0.022581 -0.002863 0.009894 0.031209 0.014472 -0.005897 -0.015575 -0.00923 0.027765 -0.002939 -0.01657 0.02309 0.027796 -0.00776 0.001944 -0.022226 -0.030775 0.026946 0.001719 -0.014031 0.010021 0.013781 -0.022804 -0.015254 0.008151 -0.017193 0.004256 -0.005121 -0.001947 0.004977 0.007395 0.001357 -0.004615 -0.026742 -0.027257 -0.015187 0.008207 -0.002451 0.014869 -0.012042 0.014531 -0.009697 -0.010634 0.01279 0.003978 0.000924 0.019338 0.021215 -0.030034 0.007085 0.005579 -0.005092 0.006504 0.025601 0.030976 -0.019071 -0.005006 -0.015439 0.049846 -0.038277 0.002985 -0.015743 0.013392 0.029211 0.020886 0.005388 -0.018017 -0.024855 0.011553 0.035909 0.013272 0.005165 0.019493 0.013683 0.034447 -0.026956 0.01321 -0.004302 0.012604 -0.02765 0.016828 -0.005462 -0.015568 -0.021772 0.004532 0.006005 -0.019578 0.032755 -0.028422 -0.005865 0.026499 -0.015718 0.008801 -0.044846 0.000262 0.030541 -0.00422 -0.005927 -0.028021 0.006521 -0.027726 0.043018 0.021067 0.011377 0.027299 0.006414 -0.004625 -0.025961 0.023019 0.005828 -0.000144 -0.004047 0.031766 0.042859 -0.038492 0.002359 0.011553 0.005962 0.019555 -0.031473 0.008942 -0.023016 0.027504 -0.014153 0.012468 -0.013063 0.010835 0.004007 0.025182 0.020877 -0.018813 0.009743 0.01108 0.005893 0.049128 -0.016917 0.002649 -0.020436 0.028462 -0.016729 0.000595 -0.037683 0.024821 -0.001874 -0.048561 -0.024964 -0.031387 -0.003713 -0.016395 -0.0254 -0.027337 -0.011623 0.025069 0.021341 -0.028835 0.011496\nů 0.033125 0.001643 -0.041169 0.024038 0.012695 0.037627 0.006873 0.00134 -0.02514 -0.037871 0.035847 0.018845 -0.001035 -0.030797 0.022666 -0.006869 0.007401 -0.041051 -0.00592 -0.04425 -0.012768 -0.007153 0.002923 0.002221 0.007659 0.033699 0.006367 0.000102 -0.014259 -0.016882 0.015731 -0.036558 -0.022521 -0.032154 0.009595 0.008762 -0.037151 0.036411 0.01171 0.0223 -0.029357 0.00699 -0.001801 -0.004829 -0.021262 -0.021906 0.039149 0.00108 -0.000696 0.024427 0.003721 0.055445 0.035544 -0.04252 0.046657 0.011381 0.002145 0.015606 -0.004868 0.022954 -0.016739 -0.028721 -0.011228 -0.01133 0.018204 0.008599 0.028557 -0.013411 0.032473 0.014287 -0.045277 -0.006238 0.019966 0.015529 -0.051685 0.005436 -0.033852 0.021793 -0.014655 -0.014966 0.017731 -0.00195 -0.003947 0.025966 -0.025528 -0.057393 -0.003196 -0.000483 -0.021163 -0.001241 -0.009269 0.02626 0.000774 -0.020513 0.004859 -0.013314 -0.001693 -0.045249 0.003989 -0.007525 -0.006696 -0.003986 0.006936 -0.021282 0.011885 0.005242 -0.008232 0.000514 0.032416 0.001823 0.032886 0.01528 0.021819 -0.008087 0.013467 0.005285 -0.001076 0.000228 -0.020984 -0.031903 0.021252 -0.001956 0.038555 0.016837 0.035099 -0.00022 -0.009309 -0.020954 -0.010401 -0.016538 -0.028595 -0.00194 -0.011772 0.033006 -0.029689 0.015504 -0.016017 -0.000252 0.004086 0.044714 -0.012973 -0.001602 0.018596 0.019162 -0.028448 -0.04206 0.045064 0.002532 -0.0008 -0.036979 0.005459 0.0135 0.022872 0.029127 0.008155 0.013655 -0.009623 -0.019187 0.016007 -0.017859 -0.017374 0.020913 0.021697 0.002417 -0.011524 -0.00486 0.021483 -0.019257 0.017473 0.019231 -0.023037 -0.024812 -0.005335 0.031995 -0.018563 -0.030475 -0.015808 0.003702 -0.024907 -0.022813 0.038273 -0.007167 0.010087 -0.001428 -0.003221 -0.019433 0.014218 0.025912 -0.056938 0.009543 0.011537 0.031549 -0.023282 -0.040468 -0.000379 0.031403 -0.018854 0.016741 -7.2e-05 -0.002877 -0.039646 -0.026506 0.010394 0.024507 0.017556 0.021942 0.013498 -0.010212 -0.012688 0.030163 -0.030468 0.001286 -0.00389 0.014662 -0.007904 0.066715 0.000633 -0.030729 0.002452 0.007386 -0.008034 0.008389 -0.005709 0.008165 -0.023887 -0.005946 0.005376 0.015047 -0.009866 -0.012955 -0.00277 -0.001868 -0.00362 -0.028741 -0.038675 0.001363 -0.00513 -0.026437 0.032611 0.031182 0.007235 0.023071 -0.010511 0.016695 0.006735 -0.021466 0.052792 -0.002374 0.028272 0.050226 0.015977 0.012785 0.009925 -0.042191 -0.032983 -0.027835 -0.007773 0.010085 -0.026538 -0.020771 0.011005 -0.009936 0.032838 -0.017962 -0.031775 -0.014982 -0.020206 -0.016169 0.004346 -0.00956 0.016858 0.002192 0.006958 -0.004859 0.009491 0.005492 0.004413 0.025036 0.034543 -0.052891 -0.003858 -0.02266 0.010866 0.020137 -0.034786 -0.003991 0.005974 -0.008059 -0.016495 -0.019232 0.013759 -0.040172 0.016561 -0.055536 -0.017607 0.008933 0.012506 0.019793 0.03052 0.002856\nˮ 0.04182 -0.057475 0.014407 0.033978 -0.038348 0.019847 0.010139 -0.006914 0.049589 0.044841 -0.041966 0.034813 0.012735 0.025116 -0.061558 -0.036072 0.037612 0.032843 0.013058 -0.002021 0.056992 0.016105 0.024277 -0.006631 0.027372 -0.007295 0.048458 -0.034881 0.023074 0.057894 -0.000663 -0.00617 -0.047075 -0.04998 -0.020214 0.020425 0.010859 -0.018308 0.044658 0.005988 0.02967 0.008422 0.017699 0.022194 0.012307 0.009019 -0.011102 -0.026159 0.01853 -0.077323 -0.00678 -0.049882 -0.029113 0.063638 -0.038429 0.044237 0.012517 0.022411 -0.04061 0.008852 -0.00114 -0.002694 -0.036133 0.003275 -0.079481 0.012476 -0.007019 0.00215 0.028599 0.000753 -0.014828 0.061144 0.038793 0.033964 0.040473 -0.029173 -0.079774 -0.078319 0.032431 -0.020323 0.019913 0.076692 0.005125 -0.053787 -0.028415 -0.056333 -8.8e-05 0.069404 -0.004686 0.048454 -0.036898 0.04888 -0.006313 0.032831 0.003982 0.037122 -0.005244 0.043114 -0.076665 0.071869 -0.006448 0.016451 0.039673 -0.003538 -0.019485 -0.053606 0.001777 0.020979 0.019459 -0.046585 -0.028284 -0.034207 -0.074246 0.017182 0.016855 -0.009491 0.06086 0.010617 0.038584 -0.025687 0.03952 -0.027271 0.01017 -0.036507 0.001983 0.011422 -0.031986 0.044949 0.010517 -0.023874 0.038763 0.016533 -0.034962 -0.002101 0.012884 -0.039552 0.058064 -0.000523 -0.016564 0.027447 0.017485 0.028329 -0.010878 0.02384 0.04088 0.009661 -0.046889 -0.04976 0.048489 -0.016421 -0.002612 -0.011196 -0.031289 -0.026315 -0.02042 0.020938 -0.006689 -0.000788 0.018715 0.001016 -0.020397 0.009999 -0.030694 0.02938 -0.022207 -0.023686 -0.026294 -0.015098 0.002648 0.014922 -0.021095 0.005141 0.039483 0.012115 0.039706 0.04498 0.030574 -0.049022 0.01291 0.049643 -0.005605 -0.031849 -0.033751 -0.01441 -0.112692 -0.006007 0.081833 -0.018497 -0.041286 -0.00928 0.011414 0.070551 -0.023584 -0.042111 0.049436 0.011165 -0.024946 0.001101 -0.027989 0.007468 0.041059 0.021348 0.006446 0.009588 0.008358 -0.094607 -0.045319 0.032151 0.004252 -0.007431 -0.001481 0.020356 0.029067 0.063541 -0.000898 -0.016857 0.010377 0.06452 -0.029579 0.035511 -0.019848 0.002126 0.035815 0.022739 -0.033923 0.022983 -0.028834 0.034711 0.003988 -0.016311 0.02945 0.043008 0.039512 -0.070278 0.057027 -0.000835 -0.03909 0.016982 0.037338 -0.008768 0.014461 0.001486 0.040065 0.015814 0.017986 -0.000801 0.026988 0.00583 0.002917 -0.048463 -0.009316 -0.006913 -0.014928 0.022422 0.055263 -0.031271 -0.064186 -0.041824 -0.010317 0.095628 0.015928 -0.006635 -0.026038 -0.018451 -0.07065 0.012791 -0.001796 0.010242 0.062628 -0.070269 -0.047196 -0.059756 -0.03238 0.015258 -0.05306 -0.04299 -0.015177 0.045165 0.009196 0.038403 -0.086786 0.025974 0.049025 -0.048688 -0.040863 0.011926 0.022473 0.049646 0.032983 -0.010103 0.010325 0.041939 0.023205 -0.0332 -0.030326 -0.015776 -0.002812 -0.002986 0.062145 0.02235\nঁ -0.000843 0.010327 -0.043448 -0.015199 0.013179 0.030795 -0.022991 -0.034144 -0.007217 -0.016688 0.038103 0.016228 -0.013172 -0.015958 0.023769 -0.019272 0.011375 0.001503 -0.013757 -0.045289 -0.010516 -0.003059 0.011243 0.014272 0.004331 0.007022 -0.02222 -0.027711 -0.011369 -0.036173 0.006723 -0.018972 -0.017314 -0.024292 -0.009283 0.004925 -0.021061 0.033544 0.005038 0.011565 -0.034796 -0.010246 0.008912 0.012523 -0.025007 0.002424 0.034861 0.008066 -0.01098 -0.00546 -0.000349 0.02331 0.010166 -0.023652 0.032548 0.002913 0.003083 0.004278 0.011144 0.01616 -0.0339 -0.007002 0.019512 -0.015723 0.019894 0.039046 0.031399 0.021857 0.029031 0.011734 -0.057914 0.006672 0.027401 0.008824 -0.014161 -0.000401 -0.017194 0.018029 -0.033463 -0.010119 0.007675 -0.015056 -0.004456 0.007321 -0.01342 -0.002113 0.000493 -0.007325 0.008321 0.018213 -0.018636 0.000631 0.01197 0.000797 0.025268 0.013539 -0.00213 -0.021175 0.002032 0.000916 -0.025253 0.011164 0.010176 -0.022693 0.008999 -0.00641 -0.022656 0.0189 0.02551 -0.012824 0.019783 0.021835 0.034463 -0.030317 -0.013633 -0.003873 -0.006989 -0.005412 -0.018799 -0.023373 0.037693 0.015426 0.017276 0.032896 0.021815 0.008257 0.002831 -0.000274 0.002005 -0.015846 -0.009062 -0.001884 0.00428 0.020912 -0.012425 0.005645 -0.030034 0.024469 0.014393 0.039133 -0.000708 -0.003709 -0.004232 0.005713 -0.030435 -0.049388 0.03907 0.02153 0.007774 -0.020857 -0.011865 0.01722 0.014824 0.007402 0.024654 0.008592 0.01917 -0.026033 0.022636 -0.006693 -0.022673 -0.001368 0.005928 0.014918 -0.003362 -0.008552 0.016553 -0.025516 0.028551 0.015223 -0.015154 0.000966 -0.006727 0.024502 -0.015104 -0.004461 0.002481 0.008022 -0.047866 -0.007596 0.007468 -0.017694 0.007718 -0.031807 0.005958 -0.010906 0.021132 0.011017 -0.020774 -0.011698 0.023568 0.02399 -0.024879 -0.030042 0.005289 0.027227 -0.02607 0.005322 0.014698 -0.012915 -0.031873 -0.025302 0.003729 0.022852 0.004102 0.002515 0.012696 -0.004677 -0.013646 0.038049 -0.00815 -0.023228 0.014665 0.002659 0.00122 0.047716 0.024092 0.000507 0.035496 -0.00316 0.009297 -0.005361 0.013846 -0.013112 -0.03538 -0.018226 -0.019061 0.017841 -0.026868 -0.020152 -0.012991 -0.000178 -0.005192 -0.019592 -0.031763 -0.031869 -0.008261 -0.030947 0.011647 0.021431 0.00763 0.01344 -0.021955 0.022378 -0.005272 0.021818 0.00415 -0.009893 0.052441 0.040073 -0.000823 -0.011849 0.000275 -0.023233 -0.007764 -0.012447 -0.014201 0.055567 -0.035116 -0.012001 0.007947 -0.019834 0.032398 -0.036085 -0.021971 -0.027337 -0.011692 -0.026525 0.013421 0.00657 0.011557 0.030766 0.033847 -0.002904 0.007764 -0.018096 0.004534 0.005297 0.049923 -0.053737 0.010899 0.000731 0.02515 0.025357 -0.003583 -0.008007 0.024955 -0.006575 -0.012508 0.002342 -0.014209 -0.041684 0.01492 -0.060503 -0.012757 0.013454 0.011519 0.011509 0.012465 0.012441\nค 0.025944 0.001693 -0.040975 0.019916 0.012059 0.030285 0.008962 -0.001098 -0.021912 -0.024106 0.023054 0.003052 -0.005637 -0.017337 0.027448 -0.001575 0.007266 -0.019553 -0.008248 -0.038973 -0.013185 0.007302 0.005878 0.013957 0.00587 0.012411 -0.013835 -0.005547 -0.013621 -0.021454 0.014415 -0.024723 -0.013113 -0.034614 0.001357 0.018248 -0.032489 0.034101 0.007586 0.015501 -0.027828 0.008953 0.004015 -0.004401 -0.0233 -0.022843 0.032044 0.004375 0.001183 0.00986 0.003497 0.041136 0.028152 -0.027534 0.032226 0.003008 -0.000206 0.022559 -0.013531 0.020879 -0.023001 -0.024087 -0.002108 -0.014558 0.011249 0.016266 0.02805 -0.014162 0.036863 0.013094 -0.041698 -0.006554 0.020362 0.010327 -0.045643 0.00468 -0.02635 0.020376 -0.022977 -0.013619 0.014523 -0.004506 0.003512 0.011473 -0.017835 -0.042216 -0.001438 -0.003552 -0.016176 0.000499 -0.003703 0.022672 0.008821 -0.011682 0.012279 -0.006314 0.003815 -0.032692 0.004019 -0.001112 -0.016618 0.006106 -0.002182 -0.022596 0.01393 -0.001447 -0.011947 0.006051 0.02664 -0.003668 0.043312 0.017079 0.025863 -0.015986 0.006453 0.001107 -0.004489 0.001039 -0.003743 -0.034686 0.016699 0.002705 0.034596 0.018352 0.031733 0.009265 -0.012807 -0.011079 -0.003416 -0.013312 -0.010269 -0.005007 -0.013189 0.027736 -0.016519 0.012077 -0.030713 -0.002197 0.007932 0.039497 0.000218 -0.008749 0.005776 0.021232 -0.030952 -0.041145 0.040712 0.008062 0.002258 -0.036153 0.000981 0.004206 0.03265 0.022317 -0.000101 0.007004 0.003685 -0.02382 0.009104 -0.020546 -0.012531 0.013109 0.021518 0.013208 -0.010869 -0.012812 0.01856 -0.016194 0.018155 0.014518 -0.023685 -0.017621 -0.005776 0.023885 -0.019081 -0.019233 -0.003805 -0.002701 -0.03446 -0.018804 0.032279 -0.008936 0.005587 -0.008212 -0.006293 -0.011848 0.004482 0.018143 -0.047308 0.002001 0.01132 0.023633 -0.032152 -0.029657 0.004414 0.03161 -0.015228 0.009855 0.003595 0.000112 -0.029881 -0.02656 0.011444 0.024578 0.020284 0.016661 0.004401 -0.004925 -0.00134 0.031143 -0.017284 0.00323 -0.0061 0.019425 -0.000759 0.051644 0.001366 -0.020095 0.006529 -0.001518 -0.001435 0.010061 -0.001206 0.004393 -0.019992 -0.000498 -0.001674 0.015652 -0.001562 -0.027184 -0.009283 0.000134 -0.002524 -0.020873 -0.025444 -0.004916 -0.008894 -0.033188 0.02124 0.028552 0.008777 0.023877 -0.025349 0.01039 0.001236 -0.005182 0.027102 -0.005025 0.032402 0.047591 0.016713 0.002234 -0.004037 -0.036584 -0.028958 -0.014198 -0.002369 0.022175 -0.022031 -0.012551 0.005984 -0.011565 0.024376 -0.020331 -0.024813 -0.023011 -0.025988 -0.011559 0.005836 -0.002327 0.014654 -0.002948 0.008536 0.005241 0.010535 -0.000308 -0.000489 0.011653 0.037989 -0.040285 -0.002912 -0.005727 0.00829 0.012113 -0.016753 -0.006027 0.016281 -0.003252 -0.019311 -0.014696 0.008095 -0.03551 0.007914 -0.056045 -0.008698 0.006319 0.004307 0.0135 0.018984 -0.002388\nʇ 0.054837 0.029416 -0.028988 0.03428 0.054822 0.045551 0.014185 -0.026152 -0.020592 -0.028716 0.013328 0.036278 -0.016729 -0.014933 0.053082 -0.01351 -0.005481 -0.027491 -0.009633 -0.032048 -0.023769 -0.024747 0.017504 0.047635 -0.010993 0.01537 -0.005975 -0.009588 -0.028659 -0.065467 0.035236 -0.032395 -0.056299 -0.058797 0.030366 0.031487 -0.058923 0.041931 0.020149 0.033837 -0.026418 0.04575 -0.022421 0.024685 -0.034406 -0.037486 0.038336 -0.01859 -0.016926 0.063448 0.048163 0.081289 0.047477 -0.051669 0.043678 0.01981 0.025251 0.025212 0.006187 0.025487 -0.005233 -0.032738 0.002066 -0.00964 0.012459 0.041309 0.042964 -0.052936 0.018904 -0.011824 -0.072755 -0.008216 0.033289 -0.013297 -0.068013 -0.004125 -0.031993 0.014771 -0.020056 -0.021802 0.012183 -0.039573 -0.008061 0.042273 -0.048687 -0.043183 -0.035453 -0.002953 -0.003894 -0.029694 -0.032105 0.014427 0.00812 -0.003862 -0.018316 -0.000604 -0.012083 -0.029374 -0.018578 -0.007473 -0.034509 0.019441 -0.007952 -0.047557 -0.001589 -0.007358 -0.033937 -0.007516 0.038616 0.016994 0.052034 -0.001896 0.026105 0.016278 -0.004727 0.027705 0.004251 -0.005332 -0.020873 -0.029404 0.045451 -0.012105 0.058306 0.034984 0.015639 0.017024 0.003429 -0.0345 -0.017516 -0.031176 0.000825 -0.01429 -0.026898 0.02356 -0.007572 -0.008523 -0.055363 0.001009 0.007781 0.043031 -0.034824 -0.022214 0.030184 0.044773 -0.052152 -0.051456 0.051938 -0.013921 0.018631 -0.049328 0.013949 0.019643 0.041421 0.028953 -0.000343 -0.006044 -0.004838 -0.034307 0.031588 -0.011083 0.012795 0.001135 0.030056 -0.013918 -0.01702 -0.002754 0.031701 -0.039198 0.01897 0.001755 -0.014918 -0.042226 0.025174 0.033877 -0.058332 -0.021261 -0.015594 -0.00194 -0.036194 -0.049152 0.032328 -0.062351 -0.032053 -0.001632 -0.030307 -0.037135 -0.014757 0.006386 -0.064623 -0.010191 0.014885 0.047901 -0.057925 -0.065523 -0.028458 0.05914 -0.01947 -0.016641 0.021023 0.021897 -0.057985 -0.051128 0.020637 0.025242 0.015014 0.03971 -0.004159 0.020913 -0.022375 0.027302 -0.045641 0.002232 -0.01035 0.018947 -0.011895 0.080906 0.01148 -0.020475 0.001063 -0.024499 0.00773 0.024688 -0.030217 -0.000172 -0.032203 0.005695 0.012226 0.014019 -0.01597 -0.01092 -0.009282 0.001599 -0.001305 -0.062124 -0.059135 0.007446 -0.024485 -0.040677 0.026942 0.001956 0.004193 0.02585 -0.009161 0.03416 0.023104 -0.034845 0.08584 0.013233 0.025851 0.078704 0.02163 0.024576 -0.009904 -0.052417 -0.03838 -0.057998 0.004736 -0.016408 -0.053845 -0.037132 -0.010702 -0.002982 0.035957 -0.041541 -0.04764 -0.024131 -0.047608 -0.002223 -0.004734 -0.003516 0.047348 -0.035943 0.013433 -0.024863 0.030884 -0.004702 0.000721 0.039365 0.034849 -0.047099 0.022959 -0.042236 0.014226 -9e-06 -0.019684 0.026783 0.021993 -0.013585 -0.032181 -0.053706 0.009093 -0.060492 0.041035 -0.062695 -0.026747 0.009463 0.037608 0.033171 0.071119 0.000587\nတ 0.023938 -0.003017 -0.03361 0.012398 0.001287 0.035205 -0.004929 -0.005981 -0.01204 -0.027207 0.033152 0.000144 -0.011321 -0.016412 0.03936 -0.002419 -0.005854 -0.008375 0.001458 -0.03986 -0.016604 -0.000425 0.005115 0.002424 -0.002198 0.008428 -0.020589 -0.019028 -0.016945 -0.025667 0.029909 -0.022129 -0.008693 -0.023231 0.012141 0.01166 -0.018524 0.02953 -0.010688 0.008863 -0.021299 0.011255 0.001562 -0.004958 -0.027617 -0.003595 0.020679 -0.000292 0.002332 0.006581 0.000449 0.023691 0.024107 -0.020739 0.033179 0.008269 -0.009491 0.004693 -0.009945 0.011428 -0.039254 -0.020764 -0.005532 -0.00239 0.007703 0.014841 0.03075 -0.006444 0.030842 0.026064 -0.051548 -0.007335 0.012964 0.015721 -0.029023 -0.008792 -0.022946 0.016749 -0.041002 -0.006281 -0.002234 -0.006334 -0.005414 0.007463 -0.015527 -0.039299 -0.00055 0.006863 -0.009333 -0.00884 -0.007598 0.014746 0.007484 -0.010119 0.017077 -0.005698 -0.007644 -0.032025 -0.003515 0.000958 -0.022877 -0.000474 -0.000727 -0.026466 0.014921 -0.008706 -0.016779 -0.001229 0.040053 -0.006003 0.037252 0.027114 0.024796 -0.010584 0.014026 -0.009039 -0.000591 -0.001376 -0.016714 -0.024223 0.013939 0.004049 0.022174 0.034187 0.032868 0.00084 -0.0059 -0.000974 -0.010126 -0.015849 -0.014726 0.008296 -0.003805 0.029917 -0.009548 0.011323 -0.021617 0.023627 0.002637 0.032019 -0.000464 -0.003931 -0.001523 0.013469 -0.036484 -0.047639 0.056903 0.016972 0.00536 -0.036934 0.008631 0.00568 0.030694 0.006267 -0.00807 0.005307 0.006937 -0.018136 0.015048 -0.01488 -0.0154 0.002609 0.014547 0.010793 -0.023557 -0.015147 0.017109 -0.013875 0.017224 0.014006 -0.013809 -0.009396 -0.007192 0.02113 -0.014141 -0.018532 0.005877 -0.011673 -0.037023 -0.00824 0.02293 -0.000561 0.009317 -0.015553 -0.010368 -0.021206 0.001675 0.024682 -0.028241 -0.002312 0.006174 0.023896 -0.03884 -0.020188 -0.002184 0.034447 -0.014973 0.013457 -0.000107 -0.006613 -0.029433 -0.025316 0.003036 0.025861 0.018494 0.010474 0.015775 -0.004287 -0.005432 0.038463 -0.010995 -0.001959 -0.002869 0.014909 -0.008766 0.041378 0.014939 -0.022486 0.006167 0.006517 0.005204 0.003229 -0.007154 0.001749 -0.022767 -0.007139 -0.001712 0.019776 0.003012 -0.016887 -0.010807 -0.006184 -0.006564 -0.028598 -0.026571 -0.006598 -0.007217 -0.0315 0.015328 0.005038 0.006084 0.029907 -0.021696 0.00431 -0.010744 0.004027 0.015809 -0.012815 0.032654 0.045331 0.013746 0.009998 -0.000792 -0.025349 -0.024174 -0.006544 -0.011644 0.022231 -0.029401 0.002668 -0.00097 -0.013329 0.023601 -0.024401 -0.017981 -0.031623 -0.030905 -0.011173 0.000745 0.004929 0.020612 0.000207 0.017841 0.0005 0.014818 0.00657 0.006593 0.00258 0.049823 -0.040473 0.013087 -0.008829 0.006126 0.014399 -0.011672 -0.010884 0.01216 -0.004621 -0.014687 -0.008969 -0.002341 -0.034228 0.013116 -0.053727 -0.014395 0.012824 0.005992 0.020503 0.00869 0.000245\nផ 0.008761 -0.003671 -0.056416 0.019525 0.026303 0.038139 0.012328 0.014354 -0.03643 0.004737 0.019986 0.009718 0.00159 -0.03139 0.018443 -0.005492 0.003187 -0.016628 -0.012984 -0.051575 -0.009295 0.024528 -0.014417 -0.013229 0.012896 0.009904 0.0083 -0.007671 -0.000285 -0.0229 0.03483 -0.037473 -0.020679 0.005637 -0.003774 0.025128 -0.030821 0.034237 0.018389 0.033221 -0.039436 -0.000644 0.002711 0.01978 -0.021169 -0.015522 0.014545 -0.004849 -0.027222 0.036321 0.022886 0.045723 0.026581 -0.014891 0.023542 -0.011423 -0.000322 0.017638 -0.014224 0.028023 -0.046035 -0.017148 -0.009235 0.011864 0.003794 0.029983 0.063133 -0.037473 0.032466 0.040264 -0.030754 0.022683 0.001462 -0.014277 -0.027398 0.0052 -0.027784 0.057273 -0.042421 0.008259 0.023583 -0.02013 0.017332 0.01559 -0.01762 -0.072244 0.00636 -0.012822 -0.03254 0.018404 -0.013618 0.005293 0.016398 -0.021975 0.02795 0.011733 -0.02788 -0.054011 0.012939 0.002887 -0.002507 0.016836 0.001851 -0.031531 0.008938 0.007765 -0.028855 -0.010602 0.043381 -0.022996 0.048263 0.006822 0.013403 0.000695 0.011055 -0.013041 -0.011124 0.001557 -0.006631 -0.041903 0.028291 -0.011152 0.033949 0.02527 0.022629 0.0211 -0.034481 -0.011706 -0.028709 0.002277 -0.00703 -0.009318 -0.021504 0.017112 -0.024404 -0.006309 -0.025804 0.000281 -0.004837 0.032861 0.001668 0.01133 0.014184 0.020094 -0.013471 -0.032012 0.032436 0.008876 0.00085 -0.030297 0.010284 0.004469 0.036244 0.041608 0.002822 0.011154 0.012467 -0.020231 0.010288 -0.016611 -0.022208 0.04416 0.019495 0.010958 -0.014787 -0.013045 0.01497 -0.030021 0.018152 0.024349 -0.053506 -0.019037 0.009426 0.04082 -0.039166 -0.052636 -0.036458 0.00939 -0.033405 -0.02348 0.043589 -0.010396 0.019164 -0.023124 -0.006809 -0.04015 -0.028568 0.019248 -0.047145 0.014427 0.02186 0.028735 -0.040455 -0.035736 -0.015203 0.066807 -0.031248 -0.005521 0.015664 -0.000209 -0.036835 -0.04645 0.012713 0.013454 0.005333 0.002476 -0.006111 -0.029238 -0.024563 0.053463 -0.034691 -0.017367 -0.019724 0.025432 -0.015644 0.054621 0.025119 -0.009177 0.013732 -0.026063 -0.040207 0.027415 -0.000331 0.002175 -0.016551 -0.006375 0.008104 0.025929 -0.025939 -0.021864 -0.002665 0.00919 -0.02186 -0.010396 -0.018158 -0.014532 -0.017781 -0.034795 0.031672 0.01853 0.00441 0.039482 -0.00917 0.018001 0.018684 -0.024441 0.031085 0.005983 0.035059 0.051412 0.02519 0.011502 0.011237 -0.028767 -0.048601 -0.027746 -0.00386 0.012228 -0.01358 -0.001986 0.005971 -0.027907 0.040355 -0.019493 -0.011643 -0.007262 -0.047426 0.003458 0.026556 0.008295 0.024482 -0.006331 0.004938 0.001468 0.016256 0.004597 0.00046 0.021824 0.014239 -0.057284 -0.007608 -0.045985 0.006098 0.025085 -0.03128 -0.001388 0.003041 -0.019053 -0.028399 -0.032391 0.013684 -0.029889 0.011085 -0.032515 -0.004086 0.005623 0.02358 0.039877 0.025502 0.003784\nગ 0.025656 0.003887 -0.059684 0.017504 0.006033 0.045904 0.006525 0.010952 -0.021039 -0.032868 0.030979 0.00737 -0.007181 -0.021221 0.026735 0.002945 0.008285 -0.028842 -0.017404 -0.039355 -0.025659 -0.003927 0.008925 0.014578 0.009459 0.020183 -0.016837 -0.017661 -0.016963 -0.03045 0.016754 -0.024116 -0.030525 -0.043333 0.01283 0.009266 -0.046539 0.045698 0.007112 0.015153 -0.044241 0.018636 0.002065 -0.00979 -0.027919 -0.026414 0.045777 -0.004592 0.007681 0.020918 -0.005289 0.055382 0.035824 -0.028313 0.04733 0.012979 -0.015236 0.03283 -0.006472 0.028796 -0.042132 -0.032617 -0.017289 -0.015062 0.012405 0.023724 0.040102 -0.006303 0.035644 0.002837 -0.051223 -0.000609 0.015289 0.015455 -0.050014 0.010375 -0.037261 0.027653 -0.039863 -0.008213 0.015708 -0.002331 -0.01229 0.018517 -0.014307 -0.062446 0.010593 -0.015902 -0.011396 -0.007852 -0.011705 0.018562 0.00831 -0.016405 0.014631 0.003196 -0.009952 -0.037764 0.001269 0.003798 -0.02114 -0.008986 0.000163 -0.034122 0.015654 -0.010977 -0.00781 0.00842 0.035549 -0.005771 0.045389 0.019795 0.024111 -0.025151 0.014456 -0.004348 -0.002105 -0.016362 -0.021403 -0.044867 0.015019 -0.003711 0.046126 0.011223 0.038074 0.015473 -0.01749 -0.025085 -0.008884 -0.022027 -0.014096 0.006561 -0.021375 0.036344 -0.01761 0.022004 -0.039691 0.007617 0.01877 0.05692 -0.003886 -0.010738 0.016558 0.028053 -0.047248 -0.058738 0.048659 0.012109 0.002876 -0.047618 0.009318 0.01183 0.028133 0.036781 0.001534 0.006135 -0.008371 -0.014426 0.023958 -0.022422 -0.028027 0.021487 0.032187 0.016453 -0.017117 -0.014148 0.02467 -0.017209 0.014014 0.020372 -0.022983 -0.026069 -0.013492 0.041302 -0.026255 -0.023155 -0.01878 -0.008531 -0.039454 -0.0251 0.029911 -0.014305 0.003743 -0.005253 0.000781 -0.020313 0.00537 0.019125 -0.054933 0.002408 0.004211 0.018535 -0.043737 -0.039843 0.005975 0.038869 -0.017747 -0.001188 -0.000153 -0.005589 -0.037538 -0.043361 0.01694 0.033055 0.012504 0.03648 0.011679 -0.002363 -0.01378 0.045266 -0.023136 -0.004459 -0.002891 0.010782 -0.008577 0.076682 0.002882 -0.016936 0.017063 -0.004585 -0.008545 0.008903 -0.002666 -0.007051 -0.030264 0.002259 0.000615 0.020463 -0.010109 -0.021166 -0.002326 0.004484 -0.004659 -0.039802 -0.041398 -0.007154 -0.014094 -0.027395 0.025318 0.022246 0.020578 0.030383 -0.032398 0.00914 0.001448 -0.017679 0.030506 -0.009252 0.031842 0.067276 0.02213 -0.001165 -0.009024 -0.037508 -0.029132 -0.018537 -0.002147 0.027114 -0.022017 -0.007912 0.001 -0.020826 0.037517 -0.026509 -0.03632 -0.014952 -0.042379 -0.023267 -0.004741 -0.007038 0.01933 0.01677 0.006458 0.010905 0.013931 0.006273 0.001426 0.021332 0.046555 -0.058724 0.000582 -0.033947 0.029337 0.012819 -0.015126 -0.002023 0.015639 -0.009401 -0.01425 -0.015316 -0.000701 -0.034886 0.010745 -0.083742 -0.005922 0.006863 0.011978 0.021215 0.018731 -0.008655\nख 0.015978 -0.010619 -0.026977 0.010462 0.00212 0.016741 -0.002579 -0.000594 -0.024001 -0.024633 0.035939 0.015917 0.001383 -0.010203 0.012468 -0.005862 0.002001 -0.006732 0.003279 -0.033701 -0.006393 -0.001595 0.008646 -0.002098 -0.002109 0.016386 -0.009239 -0.010784 -0.009799 -0.012189 0.012857 -0.017324 -0.001884 -0.00909 0.009897 0.001386 -0.01859 0.019556 0.005633 0.01233 -0.018177 0.000581 0.009116 -0.005543 -0.003896 -0.003875 0.015957 -0.016332 -0.00301 0.004571 0.002461 0.036286 0.018461 -0.03469 0.034567 0.005542 0.001355 -0.004516 0.009418 0.014705 -0.017362 -0.019405 0.003128 -0.011075 0.002054 0.002381 0.01652 0.003041 0.011244 0.011011 -0.040735 -0.015561 0.018043 0.009133 -0.030766 0.004682 -0.020209 0.003757 -0.021258 -0.013377 0.006618 -0.006366 0.001655 0.005844 -0.01056 -0.010337 -0.005421 -0.008955 -0.008949 -0.003695 -0.001341 0.006152 0.006154 0.002463 0.010091 -0.001777 -0.014967 -0.027737 0.000139 -0.004815 -0.02372 0.002622 0.001027 0.008278 0.015201 -0.011384 -0.00695 -0.00176 0.034515 0.000925 0.026175 0.01942 0.015452 -0.011248 0.002786 -0.001217 0.013242 0.002417 -0.022756 -0.023456 0.008238 -0.005266 0.01904 0.031353 0.013731 -0.007668 -0.005847 0.004774 -0.008746 -0.014844 3e-06 0.003169 -0.019046 0.034308 -0.015801 -0.004061 -0.008447 0.009715 0.00276 0.006532 -0.016897 0.006006 0.000745 0.016513 -0.022482 -0.029344 0.025361 0.018265 -0.00093 -0.024102 0.001321 0.018814 0.008553 0.010042 0.015657 0.016818 0.017965 -0.021001 0.003163 -0.016369 -0.014294 0.006281 0.010623 0.006002 -0.012689 -0.004867 0.030647 -0.002425 0.00911 0.006282 -0.001112 0.002815 -0.0043 0.013159 -0.010464 -0.013277 -0.001266 -0.005584 -0.014309 -0.010895 0.021839 -0.001589 0.016701 -0.013626 -0.010059 -0.006094 0.006282 0.023905 -0.031115 0.014409 0.019861 0.01401 -0.017766 -0.02388 -0.003362 0.014295 -0.014233 0.019151 0.003136 -0.012571 -0.021922 -0.008707 0.004666 0.019107 0.015598 0.012064 -0.007857 0.002715 -0.003869 0.02761 8.3e-05 -0.008573 -0.009964 0.018536 -0.00209 0.037951 0.008376 -0.019256 0.017531 0.011908 0.010086 0.000135 0.005933 -0.001714 -0.028533 -0.014537 0.004162 0.01496 0.00856 -0.011494 -0.01264 -0.017439 0.009409 -0.023735 -0.018607 -0.00683 0.005793 -0.007637 0.0191 0.022971 0.006477 0.00907 -0.019662 0.023233 -0.015268 0.003249 0.017214 -0.001305 0.006253 0.026271 0.010213 0.000674 -0.021126 -0.025097 -0.01237 -0.006987 -0.015826 0.015938 -0.033129 -0.00839 -0.000742 -0.012765 0.011275 -0.01166 -0.021663 -0.011686 -0.00106 -0.013151 -0.006888 -0.025639 0.009555 0.008512 0.001959 -0.010549 0.007197 -0.005431 -0.000251 0.005162 0.036192 -0.030951 0.011291 -0.018021 0.00672 0.013358 -0.020041 -0.014409 0.005867 -0.012469 -0.021026 0.005257 -0.002077 -0.012929 0.005766 -0.036507 -0.023077 0.017853 0.012594 0.016963 0.004539 0.012616\nఘ 0.022598 0.001485 -0.004101 0.021681 0.00207 0.048048 0.028723 0.024545 0.017193 0.001922 0.037844 0.02585 0.011292 -0.040547 0.005571 0.011159 0.026959 0.004327 0.020852 -0.010326 3.4e-05 -0.018239 0.010499 0.021634 0.020751 0.032233 -0.030441 -0.033296 -0.016985 0.038285 0.046345 -0.025392 -0.006195 -0.011582 0.000926 0.027379 -0.034395 0.016203 -0.00011 -0.021461 -0.014738 0.004069 0.044299 0.016692 -0.01047 0.022861 0.055645 0.003752 0.022107 0.004107 0.010046 0.007087 0.007982 -0.00824 0.018394 0.003432 -0.024087 0.008017 -0.0274 0.002712 -0.020373 -0.01688 0.001089 -0.004411 -0.03202 -0.005377 0.071648 -0.023384 -0.003562 0.018118 0.009355 0.011817 0.020474 0.006351 -0.053641 0.000938 -0.019242 0.023971 0.017872 -0.045557 0.015959 0.003478 0.006509 0.02941 -0.007237 -0.010995 0.01604 0.022773 -0.031103 -0.031313 -0.022001 0.052973 -0.028414 -0.042049 -0.018109 0.017268 -0.032476 -0.020668 0.022339 0.014293 0.042849 0.005699 0.020965 0.013493 0.032168 -0.015871 -0.011553 -0.010889 0.010857 0.049328 0.052967 0.015159 0.027351 -0.016129 -0.009688 0.013828 0.021212 -0.020974 -0.017279 -0.022842 -0.012321 -0.000533 0.018139 -0.00414 0.023929 -0.038753 -0.014721 0.01621 -0.027154 -0.002572 -0.020854 0.026933 0.012266 0.020429 0.009631 0.019268 0.006171 0.026768 -0.017537 0.050974 0.005622 0.00656 -0.002079 0.030908 -0.031737 -0.034145 -0.002014 -0.007546 -0.017744 -0.044056 0.006458 -0.003522 -0.006012 0.005575 0.014041 0.008338 0.007208 -0.066888 0.021225 -0.018627 -0.032503 -0.005734 0.049449 0.013435 -0.020137 -0.004489 0.021283 -0.013898 0.031371 -0.008235 -0.027242 -0.069987 -0.011135 0.045537 -0.016304 -0.018628 -0.01345 -0.008441 -0.016318 0.009122 0.035462 0.043189 0.001593 -0.014208 -0.036118 -0.04614 0.003098 0.013798 -0.054982 0.025947 0.018882 0.018055 -0.022839 -0.048101 -0.041863 0.035575 0.013223 -0.001111 -0.009121 0.002839 -0.025358 -0.041957 0.047877 -0.012517 0.042636 0.002365 0.012604 0.011168 0.006331 -0.017532 0.002087 -0.02759 -0.00477 0.025901 0.002368 0.038542 0.023258 0.000521 0.008351 -0.019472 -0.005468 0.015182 -0.003704 -0.014622 -0.015573 -0.027326 -0.006758 -0.003635 0.04725 -0.018606 -0.009181 0.014013 -0.028462 -0.040915 -0.029615 -1.4e-05 -0.010402 -0.057118 0.031661 0.014889 -0.012115 0.020031 -0.03535 -0.000631 -0.023661 -0.019457 0.026551 -0.023907 0.014107 -0.008488 0.022536 -0.018354 0.019971 -0.045817 -0.021574 0.012325 0.020257 0.048508 -0.017448 -0.026289 0.017549 -0.01507 0.027038 -0.003594 -0.030611 -0.045924 -0.031422 0.028782 -0.010862 -0.001288 0.003945 -0.021843 -0.018589 0.02387 -0.008336 -0.018128 0.006332 0.022272 0.000592 -0.020694 0.019213 0.008049 0.0354 0.035694 0.008272 0.014831 -0.004554 -0.001277 -0.033766 0.033841 0.023442 -0.025276 -0.021802 -0.03961 -0.044533 0.06358 0.019225 -0.046184 0.009015 0.009443\nᠠ 0.028798 0.000561 -0.037097 0.009115 0.00873 0.027996 -0.008312 -0.004486 -0.017662 -0.020461 0.025698 0.004619 -0.003323 -0.014662 0.022486 -0.007644 0.003036 -0.011484 -0.006633 -0.033915 -0.017519 -0.000562 0.006453 -0.001308 -0.006936 0.012106 -0.007072 -0.005565 -0.01142 -0.028783 0.02026 -0.031771 -0.010889 -0.027981 0.004112 0.001706 -0.022344 0.035134 2.2e-05 0.006983 -0.024286 0.000472 0.00088 -0.003306 -0.014159 -0.013836 0.026756 -0.003359 -0.004671 0.020352 0.004752 0.034994 0.025136 -0.020658 0.036475 0.008087 0.000776 0.018986 -0.010032 0.024531 -0.033029 -0.026479 -0.016867 -0.005398 0.017731 0.023471 0.036989 -0.010595 0.031915 0.009749 -0.043436 -0.006111 0.022784 0.026762 -0.039195 0.004762 -0.028282 0.016378 -0.035167 -0.006302 0.009213 0.001553 0.005177 0.005655 -0.00748 -0.033059 0.011844 0.008381 -0.007745 -0.007752 -0.014604 0.01195 0.016918 -0.011253 0.009052 -0.004434 7e-05 -0.036196 -0.001074 -0.01231 -0.020919 0.008368 0.000127 -0.026415 0.007541 -0.013686 -0.015144 0.002571 0.026982 -0.006275 0.02991 0.021006 0.016302 -0.016965 0.008856 -0.011472 -0.00496 0.005045 -0.008382 -0.019505 0.022421 -0.005024 0.034604 0.014676 0.034464 0.00874 -0.009927 -0.001643 -0.006906 -0.01707 -0.015597 -0.003346 -0.010625 0.023482 -0.009048 0.017184 -0.023314 0.009829 0.025036 0.033301 6.2e-05 -0.001276 -0.00073 0.017922 -0.017822 -0.036999 0.054564 0.015858 -0.005781 -0.016594 0.006288 0.014935 0.022637 0.015765 -0.004897 0.004411 0.00408 -0.005786 0.005875 -0.021676 -0.019876 0.015539 0.009242 0.011773 -0.018735 -0.019714 0.006601 -0.013579 0.015816 0.018644 -0.017494 -0.014765 -0.008041 0.034768 -0.003732 -0.022092 -0.007653 -0.011286 -0.029925 -0.009367 0.024497 -0.010176 0.005922 -0.009095 -0.007079 -0.012808 0.006737 0.008283 -0.040331 0.001715 0.017531 0.02615 -0.0239 -0.018971 0.008933 0.037533 -0.021032 0.012962 0.003963 -0.003743 -0.027782 -0.018418 0.010229 0.022039 0.008008 0.017674 0.009529 -0.01667 -0.001865 0.028621 -0.017042 -0.005737 0.000449 0.01089 -0.001678 0.047104 0.01268 -0.012648 -0.003813 0.004906 0.000968 0.005459 -0.007783 0.007843 -0.015291 -0.003153 -0.001954 0.011678 -0.010725 -0.01979 -0.000224 -0.008196 0.004092 -0.013578 -0.03371 -0.002895 -0.014664 -0.025934 0.015561 0.015471 -0.004685 0.013136 -0.020547 0.013807 0.006911 -0.006739 0.028301 -0.005208 0.036104 0.041309 0.019567 0.014404 -0.003993 -0.017051 -0.023105 -0.026461 -0.003684 0.0258 -0.022851 7e-06 0.005345 -0.009276 0.020522 -0.025531 -0.019856 -0.016552 -0.027869 -0.015278 0.002398 0.001499 0.016374 -0.003834 0.011615 -0.003418 0.010997 0.013935 0.005979 0.011134 0.040949 -0.042613 -0.005688 -0.0187 0.010529 0.013788 -0.01232 -0.002495 0.026337 -0.008023 -0.010886 -0.015061 -0.007714 -0.030982 0.015355 -0.052668 -0.007441 -0.000287 0.002136 0.018324 0.011251 0.002732\nਬ 0.034907 0.010188 -0.068394 0.010711 0.022574 0.056306 0.013635 -0.032164 -0.026047 -0.036608 0.046943 0.01436 -0.000244 -0.032326 0.053473 -0.021145 0.014612 -0.009171 -0.016082 -0.067232 -0.017918 0.003691 0.005758 0.014856 -0.011125 0.019268 -0.020236 -0.009952 0.006452 -0.037107 0.024417 -0.042966 -0.028903 -0.046323 0.016867 0.017851 -0.042647 0.066151 0.009868 0.014605 -0.042272 0.016459 0.006252 -0.003829 -0.020868 -0.021084 0.053229 -0.003861 -0.01414 0.021153 -0.004803 0.06112 0.051608 -0.019688 0.055765 0.009611 -0.013949 0.014894 0.004284 0.030257 -0.051496 -0.057377 0.014167 -0.006594 0.014665 0.035911 0.046707 0.008127 0.03742 0.017903 -0.064477 -0.005294 0.034556 0.025362 -0.071682 0.0057 -0.048443 0.030511 -0.05353 -0.021563 0.018101 -0.009294 0.004562 0.013511 -0.022615 -0.050325 0.020248 -0.010341 -0.004725 -0.011717 -0.012828 0.023015 0.034194 -0.007398 0.037473 -0.007436 -0.003555 -0.04445 -0.003141 -0.023634 -0.039767 0.009835 0.00867 -0.024885 0.020368 -0.007411 -0.036707 0.030587 0.051496 0.0182 0.056125 0.033143 0.033973 -0.02482 -0.013843 0.00555 -0.00671 0.004602 -0.029863 -0.036479 0.02688 0.007659 0.050264 0.038579 0.041769 0.022139 -0.00892 -0.005054 -0.023174 -0.02211 -0.016664 -0.000279 -0.011153 0.047499 -0.039402 0.016574 -0.023999 0.013642 0.024178 0.049024 0.001718 -0.012172 0.018213 0.0239 -0.057328 -0.056772 0.055848 0.008942 0.00022 -0.040885 0.008433 0.021149 0.032771 0.029824 0.00184 0.002223 0.007421 -0.020151 0.023413 -0.039668 -0.031415 0.0086 0.03408 0.013343 -0.01521 -0.021125 0.036474 -0.02319 0.031305 0.027243 -0.035719 -0.027161 -0.012339 0.044553 -0.018709 -0.027256 -0.024867 -0.008417 -0.058485 -0.031664 0.037093 -0.021581 0.010838 -0.022484 -0.011916 -0.020809 0.01149 0.019195 -0.058227 0.00967 0.017676 0.034066 -0.023218 -0.024913 -0.012735 0.063195 -0.037771 0.019016 0.012862 0.004594 -0.043831 -0.039578 0.01263 0.032516 0.038217 0.019594 0.027799 -0.01888 -0.016387 0.053172 -0.023827 -0.012522 0.011628 0.003346 0.005781 0.077129 0.016574 -0.009067 0.021341 -0.005853 -0.009531 -0.008062 0.001708 -0.01044 -0.035201 0.00045 -0.003205 0.014195 -0.020774 -0.019356 -0.001022 -0.01242 -0.013434 -0.023217 -0.05607 -0.008246 -0.018639 -0.038853 0.03162 0.026636 0.003708 0.004734 -0.033519 0.02323 -0.009161 -0.002732 0.043318 -0.009789 0.065851 0.064843 0.024767 0.033845 -0.010088 -0.044853 -0.042157 -0.026632 -0.009848 0.055164 -0.031066 -0.035613 0.001918 -0.025847 0.041239 -0.017875 -0.062023 -0.031202 -0.055659 -0.016698 0.002498 0.005702 0.027974 0.016502 0.025171 -0.011398 0.011967 2e-05 0.009669 0.024039 0.068258 -0.072846 -0.001288 -0.019954 0.016187 0.020765 -0.014081 -0.009838 0.045855 -0.010604 -0.032283 -0.017816 -0.005701 -0.050323 0.024391 -0.095005 -0.002311 0.011821 0.031035 0.002946 0.017844 0.015942\nമ 0.036365 0.007647 -0.063242 0.036597 0.017559 0.05006 0.008345 0.005655 -0.022102 -0.034143 0.04451 0.015628 -0.012176 -0.03653 0.027628 -0.002327 0.010776 -0.025217 -0.019028 -0.062164 -0.032934 -0.002062 0.017478 0.024179 0.008723 0.01517 -0.013258 -0.009308 -0.012364 -0.030934 0.022362 -0.032228 -0.024829 -0.057677 0.006499 0.014974 -0.045452 0.057042 0.013447 0.026555 -0.03871 0.014487 0.003964 -0.001129 -0.050846 -0.024627 0.038931 0.002423 -0.003462 0.022678 0.003742 0.064943 0.042856 -0.050155 0.049132 0.005533 -0.015496 0.025797 -0.007547 0.034887 -0.039791 -0.040857 -0.012127 -0.02299 0.015958 0.016678 0.04839 -0.020532 0.038304 0.023531 -0.050201 -0.009986 0.02465 0.024092 -0.060646 -0.004176 -0.031417 0.038159 -0.048943 -0.026199 0.005246 -0.009608 0.005927 0.024697 -0.036597 -0.068508 0.012486 -0.013256 -0.03946 -0.006177 -0.006958 0.035273 0.009871 -0.021071 0.020456 -0.007354 0.006091 -0.052426 -0.001687 -0.002469 -0.01432 -0.003885 0.006556 -0.053125 0.015673 -0.007908 -0.004234 0.002147 0.038192 -0.000506 0.063888 0.027716 0.027895 -0.016125 0.00822 0.007579 -0.004416 -0.007313 -0.01327 -0.048678 0.031649 0.001382 0.049126 0.02269 0.044647 0.017968 -0.026934 -0.035731 -0.015985 -0.027441 -0.028117 0.012136 -0.021659 0.033292 -0.024403 0.030061 -0.04689 0.002764 0.010234 0.059148 0.0061 -0.019193 0.01631 0.029273 -0.046057 -0.055328 0.055061 0.005729 0.000601 -0.056309 0.007011 0.009406 0.041232 0.028863 0.002429 -0.003429 0.004764 -0.030287 0.025925 -0.027419 -0.033578 0.026732 0.031676 0.023278 -0.009611 -0.008958 0.035969 -0.028655 0.02889 0.028832 -0.039739 -0.042125 -0.009363 0.03878 -0.024388 -0.042303 -0.021137 -0.01462 -0.036561 -0.015607 0.044068 -0.015526 0.003342 0.004708 -0.01325 -0.027974 0.007663 0.029667 -0.072271 0.007587 0.020379 0.027421 -0.044678 -0.04948 0.005276 0.061091 -0.021644 0.010884 -0.003815 0.005333 -0.041204 -0.040476 0.020319 0.032854 0.021866 0.034486 0.007927 -0.010472 -0.013598 0.052899 -0.02815 -0.013513 -0.014501 0.019194 -0.009891 0.101412 0.012145 -0.029606 0.009979 -0.010825 -0.014899 0.005781 -0.018204 0.021791 -0.03679 0.00389 -0.007483 0.030801 -0.007477 -0.024357 -0.006396 0.000884 -0.001511 -0.043118 -0.047078 -0.011736 -0.017836 -0.047158 0.039432 0.026749 0.020442 0.02799 -0.03629 0.005933 -0.003086 -0.012971 0.041714 -0.008317 0.043245 0.079865 0.040348 0.008625 0.004623 -0.057632 -0.042473 -0.024088 0.011811 0.017973 -0.033074 -0.013234 0.003821 -0.020193 0.041896 -0.036695 -0.033409 -0.020341 -0.043356 -0.025397 0.004356 -0.00716 0.019604 0.02196 0.004506 0.006004 0.023035 0.011507 -0.016576 0.012466 0.050727 -0.064205 0.000281 -0.029369 0.020291 0.021036 -0.017358 0.00119 0.020255 -0.019123 -0.021303 -0.012319 0.007827 -0.051727 0.007678 -0.073717 -0.010425 0.007755 0.020043 0.033284 0.02076 -0.00608\n0 0.027034 0.001446 -0.049257 0.008741 -0.005441 0.041615 0.008611 0.0001 -0.003429 -0.008691 0.021685 0.010197 -0.017503 -0.012204 0.005823 0.002734 0.010093 -0.009122 -0.019459 -0.024535 0.011415 0.008177 0.018095 0.018212 0.010438 0.027343 0.009801 0.007863 0.001695 -0.009691 0.01566 -0.012159 -0.00943 -0.035158 0.009376 0.029539 -0.026404 0.024268 0.024454 0.01146 -0.02418 0.015608 0.008766 -0.00145 -0.01483 -0.0113 0.031205 -0.011503 0.009805 0.005146 -0.006995 0.046002 0.041312 -0.019338 0.029909 -0.012182 -0.002687 0.019056 -0.00408 0.015988 -0.022496 -0.014645 -0.012653 -0.018894 0.00875 0.020945 0.0172 -0.011162 0.022578 0.017064 -0.036475 -0.003578 0.016617 0.001044 -0.039287 -0.001483 -0.016203 0.010121 -0.03223 0.00422 0.013421 0.01468 -0.001905 0.016633 -0.002338 -0.041296 0.007085 0.015301 -0.023293 -0.009222 0.016916 0.006249 0.003388 -0.019551 0.010116 -0.007163 -0.000348 -0.032953 0.007031 -0.010064 0.000104 -0.010078 0.012715 -0.003518 0.008271 0.003937 -0.008965 -0.00085 0.01113 0.014763 0.030525 0.007612 0.026079 -0.017497 -0.000597 0.002758 -0.001479 -0.002959 0.002305 -0.029566 0.022364 -0.001416 0.031238 -0.004074 0.023149 0.003292 -0.003417 0.00785 -0.005423 0.010061 -0.005826 0.006521 -0.001131 0.033285 0.00122 0.017904 -0.009558 0.003506 -0.015341 0.051478 0.007049 -0.014322 0.014039 0.020399 -0.011489 -0.029817 0.032872 0.007791 0.009392 -0.041618 0.023655 0.01232 0.028898 0.01065 0.007904 0.005496 0.002306 -0.025499 0.002646 -0.004196 -0.025432 0.003167 0.036806 0.00791 -0.005398 -0.002204 0.028076 0.00267 0.012386 0.013991 -0.014826 -0.005285 -0.013457 0.026656 -0.013626 -0.009347 -0.019892 -0.017095 -0.02564 -0.006274 0.035991 -0.00012 0.014311 0.002342 -0.012163 0.00705 -0.009642 0.02975 -0.031315 0.015599 0.01768 0.008999 -0.033837 -0.018769 0.011039 0.031918 0.000186 0.005124 0.014706 0.012384 -0.037634 -0.006381 0.025863 0.019511 0.025376 0.004691 0.010243 -0.000276 0.016272 0.017393 -0.021862 -0.000897 -0.023117 0.02447 -0.004811 0.053548 -0.004033 -0.022978 0.007253 0.008443 0.003245 0.024563 -0.028758 -0.001338 -0.018855 0.004599 0.020849 0.01017 0.005749 -0.012734 0.009316 0.012382 0.003694 -0.018171 -0.030113 0.00427 -0.000543 -0.033074 0.021519 0.01634 0.021275 0.012135 -0.022752 0.026948 -0.004208 -0.010292 0.025569 -0.018595 0.026599 0.041455 0.014229 0.011918 -0.00764 -0.034044 -0.03049 -0.003085 -3e-05 0.005179 -0.015879 -0.005536 0.020842 -0.003513 0.018933 -0.018205 -0.013361 -0.012231 -0.028737 -0.00423 0.006562 0.015895 0.008302 -0.010715 -0.008461 -0.007786 0.008745 0.012801 -0.008284 0.013644 0.041964 -0.023462 -0.002741 -0.009444 0.002555 0.014624 -0.006895 -0.01273 0.018802 -0.018936 0.001598 -0.015911 -0.001602 -0.023988 -0.005431 -0.046735 -0.018757 0.010547 0.022357 -0.007968 0.023883 0.013477\nҳ 0.041317 -0.00283 -0.063821 0.025903 0.020506 0.037232 0.009015 -0.016329 -0.025666 -0.026641 0.041761 0.016471 -0.003642 -0.026709 0.035725 -0.007211 0.008112 -0.025191 -0.005368 -0.060664 -0.020173 -3.3e-05 0.008216 0.005289 0.006577 0.01312 -0.003836 -0.01197 -0.017047 -0.033125 0.024112 -0.022581 -0.029255 -0.038476 0.005712 0.021838 -0.051302 0.048282 0.009596 0.023369 -0.047103 0.011771 0.012091 -0.008566 -0.027527 -0.01007 0.044074 -0.006581 -0.01302 0.008089 -0.001623 0.052869 0.042625 -0.035385 0.044797 0.01602 -0.001748 0.027235 -0.021826 0.025996 -0.029873 -0.032844 -0.011802 -0.011256 0.027342 0.016059 0.044988 -0.008155 0.040144 0.016061 -0.05497 -0.004462 0.025128 0.024511 -0.038663 -0.000671 -0.030295 0.029498 -0.03845 -0.017161 0.009267 -0.001144 -0.003508 0.014089 -0.021299 -0.050474 -0.001466 -0.005504 -0.018439 -0.00045 -0.006397 0.02074 0.005213 -0.01454 0.021329 -0.022372 -0.004337 -0.049587 0.003802 -0.001661 -0.017552 0.002674 -0.003962 -0.028593 0.016983 -0.012242 -0.024705 0.017728 0.02672 -0.009523 0.045219 0.027532 0.033511 -0.022053 0.009805 0.000956 -0.012215 0.003955 -0.018839 -0.051161 0.016067 0.010103 0.049865 0.032908 0.034596 0.008578 -0.008241 -0.009761 -0.01552 -0.015378 -0.014423 0.002254 -0.01519 0.033687 -0.017651 0.017899 -0.025751 0.005557 0.008337 0.05786 0.000138 -0.008589 0.01744 0.024081 -0.039869 -0.058169 0.065077 0.013987 0.00564 -0.050672 0.008618 0.020918 0.043159 0.024584 -0.010707 0.00963 0.002523 -0.023847 0.015584 -0.019329 -0.030702 0.008301 0.021577 0.019775 -0.0132 -0.016577 0.020939 -0.026357 0.025131 0.030236 -0.028879 -0.026303 -0.011971 0.03463 -0.021591 -0.030991 -0.009938 -0.017513 -0.035819 -0.011534 0.041504 -0.018056 0.006905 -0.018757 -0.006366 -0.025495 0.00241 0.033755 -0.057457 0.008042 0.021409 0.029597 -0.039558 -0.039939 0.006785 0.05493 -0.01748 0.016261 -0.00252 -0.010405 -0.035323 -0.042733 0.018273 0.025035 0.023444 0.008837 0.018138 -0.013762 -0.00415 0.049073 -0.022109 0.000438 -0.008589 0.018282 0.000648 0.069286 0.012964 -0.017565 0.017269 0.006043 -0.012311 -0.000414 0.000383 0.012809 -0.03408 -0.006704 -0.001017 0.029109 -0.004507 -0.03387 -0.00916 -0.004505 0.0012 -0.03171 -0.034821 -0.00036 -0.013387 -0.041961 0.03153 0.024073 0.00953 0.025335 -0.031669 0.023549 0.007837 -0.0013 0.046596 -0.003795 0.04502 0.06067 0.021804 0.013046 -0.001996 -0.047761 -0.032957 -0.025759 -0.010424 0.028803 -0.039285 -0.01793 0.005533 -0.010205 0.025179 -0.026263 -0.039738 -0.018711 -0.032832 -0.023685 0.004272 0.001017 0.023963 -0.005615 0.011783 -0.005918 0.010887 0.002062 0.003558 0.02259 0.060244 -0.046033 0.002366 -0.024613 0.022636 0.017903 -0.01633 -6.2e-05 0.024292 -0.013289 -0.013237 -0.019328 0.011826 -0.048922 0.016986 -0.081761 -0.010444 0.002628 0.021415 0.021293 0.027684 0.006878\n̲ 0.050742 0.010268 -0.064347 0.046687 0.010909 0.045074 0.019428 -0.017037 -0.04062 -0.042899 0.035953 -0.004259 -0.01683 -0.01816 0.037516 -0.013354 0.00335 -0.025416 -0.001201 -0.028056 -0.025409 0.016025 -0.003051 0.037926 0.000634 0.012553 0.003904 -5.1e-05 -0.0194 -0.017615 0.025909 -0.030173 -0.034769 -0.03079 0.020048 0.012201 -0.041815 0.037938 0.019189 0.004854 -0.034655 0.014064 -0.031157 0.013932 -0.016039 -0.021014 0.036 -0.012645 0.012172 0.035773 0.017736 0.065341 0.046118 -0.054117 0.043339 0.015607 0.006751 0.031117 -0.029387 0.012656 -0.019207 -0.040617 0.009134 -0.022536 0.010645 0.023369 0.042695 -0.020098 0.024898 0.018229 -0.048745 -0.017912 0.031522 0.018937 -0.03724 -0.001698 -0.033339 0.045966 0.000529 -0.017756 -0.005361 -0.006564 0.011517 0.020448 -0.026969 -0.066317 0.008242 -0.01725 -0.009309 -0.001201 0.006905 0.034708 0.006155 -0.022717 0.021362 -0.026444 0.014049 -0.044411 -0.015606 -0.007281 -0.038444 -0.00045 -0.016545 -0.031124 0.028941 -0.009287 -0.017258 0.011727 0.059236 -0.024836 0.062875 0.018821 0.025561 -0.012995 0.026222 0.023295 -0.018707 0.014277 -0.012884 -0.05326 0.023516 -0.028167 0.052271 0.000292 0.023199 0.012398 -0.00209 -0.024026 -0.007235 -0.019266 -0.013563 -0.015576 -0.003672 0.022957 -0.036395 0.039503 -0.016912 0.028675 0.013447 0.04987 -0.010291 -0.017476 0.037204 0.024858 -0.041969 -0.059945 0.056491 0.008068 0.001736 -0.042366 0.027877 0.015128 0.027827 0.041239 -0.025398 -0.004667 -0.005012 -0.012664 0.023344 -0.043655 -0.000441 0.028728 0.026154 0.017748 -0.01935 -0.023225 0.013765 -0.013431 0.051181 0.021946 -0.028941 -0.00832 -0.009331 0.039938 -0.022237 -0.017387 -0.006501 -0.013997 -0.023922 -0.008738 0.052262 -0.024828 -0.012849 -0.016652 -0.004248 -0.017707 0.007877 0.015893 -0.056656 0.024139 0.012038 0.047463 -0.029778 -0.008282 -0.003964 0.048319 -0.024325 0.020561 0.017706 0.001264 -0.022299 -0.03371 0.018936 0.039128 0.021528 0.02103 0.016519 -0.012346 0.012199 0.065918 -0.031599 -0.000647 0.010865 0.002931 -0.008411 0.058687 0.000522 -0.006994 0.0072 -0.025398 -0.015404 0.005487 -0.011771 0.012161 -0.025957 -0.017936 0.016646 0.009972 -0.015373 -0.033032 -0.007671 -0.001568 -0.004452 -0.035974 -0.030223 0.015344 -0.014477 -0.058271 0.034597 0.03377 -0.006548 0.030074 -0.055097 0.000979 0.019675 -0.000603 0.075634 0.01397 0.025136 0.054534 0.046828 0.011438 0.007511 -0.053182 -0.027354 -0.03982 -0.024844 0.040116 -0.044245 -0.030532 -0.003397 7.1e-05 0.033828 0.000707 -0.015118 -0.012257 -0.019581 -0.029798 0.011136 -0.014625 0.02256 0.003497 0.021167 -0.021036 0.012643 -0.001207 0.003486 0.008915 0.050615 -0.054948 0.002058 -0.022193 0.012895 0.009046 -0.03875 0.016131 -0.007761 0.004387 -0.032106 -0.038264 -0.008899 -0.034539 0.010953 -0.048638 0.001382 -0.000785 0.022807 0.019407 0.02676 -0.024548\nش 0.028258 0.002782 -0.044009 0.01763 0.007211 0.029386 0.004409 -0.005325 -0.020914 -0.028806 0.029504 0.00893 -0.008484 -0.01671 0.026941 -0.006616 0.008416 -0.017503 -0.011322 -0.039754 -0.017641 0.00447 0.008305 0.010389 0.001531 0.017518 -0.007181 -0.010991 -0.010447 -0.027738 0.019264 -0.029801 -0.013464 -0.035761 0.008813 0.012401 -0.033144 0.035092 0.007791 0.020269 -0.028632 0.010035 0.001254 0.000451 -0.025223 -0.01928 0.032627 -0.00133 -0.002043 0.008734 0.002199 0.041938 0.03029 -0.026326 0.03841 0.00424 -0.005246 0.019802 -0.012491 0.0206 -0.02957 -0.022683 -0.010422 -0.011955 0.015002 0.019132 0.03879 -0.00963 0.032584 0.018681 -0.048128 -0.006139 0.021442 0.014826 -0.041424 0.001327 -0.025702 0.024317 -0.031427 -0.016491 0.008752 -0.001918 0.002023 0.012403 -0.019847 -0.042817 0.002412 -0.004053 -0.016403 -0.003197 -0.004376 0.020527 0.00751 -0.009416 0.015926 -0.001712 -0.003956 -0.034206 0.000313 -0.004114 -0.017239 0.001836 -0.003074 -0.027099 0.014354 -0.00881 -0.01389 0.007843 0.031052 -0.007448 0.040899 0.018198 0.017081 -0.015882 0.005105 -0.002916 -0.007105 -0.000377 -0.012014 -0.037343 0.018722 -0.000276 0.032984 0.019674 0.030435 0.012428 -0.010012 -0.011883 -0.010531 -0.014479 -0.010804 -0.000683 -0.012842 0.024668 -0.014481 0.010731 -0.031481 0.004246 0.008661 0.039032 0.000494 -0.009229 0.0108 0.020185 -0.026777 -0.044846 0.045733 0.013296 -7.7e-05 -0.04095 0.007169 0.006924 0.028753 0.025763 -0.00135 0.003295 0.003783 -0.020467 0.01284 -0.020457 -0.019961 0.011976 0.019317 0.01346 -0.013065 -0.013395 0.019703 -0.020059 0.016329 0.016656 -0.024281 -0.021813 -0.01045 0.034632 -0.015568 -0.022613 -0.007753 -0.010085 -0.032408 -0.01587 0.028764 -0.011608 0.003893 -0.01313 0.000477 -0.018529 0.001944 0.02106 -0.047329 0.000653 0.011429 0.022329 -0.032023 -0.030394 0.003693 0.033413 -0.01758 0.012313 0.001547 0.000944 -0.026622 -0.027798 0.01601 0.020859 0.01427 0.013307 0.011642 -0.010411 -0.006137 0.035476 -0.019088 -0.004288 -0.01048 0.015354 -0.004239 0.056434 0.006069 -0.021496 0.00929 -0.002232 -0.00494 0.006941 -0.003285 0.005577 -0.021753 -0.003546 -0.000396 0.018296 -0.003412 -0.022178 -0.002749 -0.001435 -0.003994 -0.020535 -0.031287 -0.002256 -0.015264 -0.028236 0.021307 0.015822 0.007779 0.015705 -0.024743 0.008631 0.005331 -0.002215 0.031702 -0.004196 0.036049 0.045315 0.022651 0.004071 -0.001519 -0.034621 -0.02687 -0.021973 -0.002661 0.019434 -0.025429 -0.005944 0.001516 -0.0128 0.029043 -0.026943 -0.026643 -0.018389 -0.034057 -0.011191 0.00636 0.00202 0.017409 -0.002677 0.011373 0.000261 0.012341 -0.00192 -0.000713 0.016965 0.040491 -0.043538 -0.00245 -0.021389 0.012203 0.009797 -0.016723 -0.00543 0.01919 -0.009595 -0.017137 -0.01639 0.007525 -0.036196 0.007239 -0.060332 -0.005756 0.007232 0.012689 0.012505 0.017172 0.001499\nু 0.012504 -0.001171 -0.047247 0.003794 0.008351 0.025541 -0.009303 -0.006986 -0.009142 -0.021467 0.0332 0.010105 -0.017468 -0.009247 0.03119 -0.00983 0.000135 -0.000954 -0.015939 -0.045915 -0.0122 -0.009702 0.007928 0.012676 0.003149 0.011655 -0.011357 -0.016128 -0.018189 -0.032831 0.020179 -0.024037 -0.023159 -0.029969 -0.000965 0.005482 -0.024531 0.028398 0.006999 0.015562 -0.027793 0.000783 0.01032 0.001044 -0.031398 -0.007373 0.029721 -0.002905 -0.000212 0.006893 -0.010055 0.033272 0.018787 -0.032221 0.030625 -0.00261 -0.016234 0.009372 0.00478 0.027813 -0.031044 -0.024618 0.014344 -0.00443 0.022867 0.024389 0.036273 0.00666 0.044092 0.020024 -0.053948 0.003001 0.013941 0.018807 -0.029042 0.000384 -0.018073 0.02067 -0.041656 -0.013116 0.015609 -0.009047 0.006459 -0.00189 -0.01826 -0.022383 0.007382 -0.003147 -0.010117 0.003215 -0.020864 0.003528 0.019196 -0.003485 0.023692 0.013027 -0.014179 -0.030368 0.001306 -0.004723 -0.014431 0.012279 -7.8e-05 -0.02971 0.008341 -0.003582 -0.015014 0.003671 0.027317 -0.008865 0.032006 0.019303 0.017559 -0.030769 -0.000473 -0.011731 0.000541 -0.002229 -0.021385 -0.027371 0.039165 0.011751 0.027529 0.025781 0.032831 0.015029 -0.010789 0.004928 -0.004765 -0.021706 -0.014254 0.007164 0.001859 0.032233 -0.005508 0.004417 -0.033578 0.015583 0.002686 0.0417 0.009685 -0.009182 0.000376 0.017072 -0.03912 -0.045853 0.05686 0.0277 0.004824 -0.03479 -0.000905 0.023073 0.024151 0.011503 0.012274 0.005597 0.008076 -0.017089 0.013688 -0.021224 -0.022913 0.011458 0.012842 0.015165 -0.001151 -0.020723 0.012867 -0.013486 0.027816 0.011978 -0.01535 -0.009449 -0.004223 0.035721 -0.020772 -0.023516 4.5e-05 0.005051 -0.035528 -0.018788 0.017815 -0.002872 0.001305 -0.017751 0.005462 -0.01815 0.00942 0.027029 -0.029106 -0.003535 0.018596 0.019092 -0.027486 -0.023393 0.004409 0.030794 -0.018327 0.006205 3e-05 -0.010433 -0.03595 -0.034489 0.009672 0.033172 0.021467 0.009116 0.03084 -0.004177 -0.006566 0.037276 -0.013749 -0.011456 -0.000514 0.001991 0.001269 0.052096 0.015094 -0.015396 0.02323 0.010002 -0.005229 -0.011352 0.003897 0.007313 -0.032527 -0.008437 -0.005343 0.026452 -0.012009 -0.022574 -0.014158 -0.001726 0.001623 -0.016955 -0.036298 -0.020415 -0.018541 -0.031912 0.018741 0.011013 0.005282 0.016134 -0.022892 0.019946 -0.009697 0.006014 0.025063 -0.018448 0.033121 0.04398 0.011851 0.006847 0.00052 -0.024793 -0.016371 -0.017206 -0.012644 0.035222 -0.034808 -0.009138 -0.007027 -0.016977 0.030055 -0.031886 -0.030461 -0.01782 -0.025054 -0.017828 0.012 0.007509 0.01981 0.013971 0.028057 0.007223 0.014575 -0.005665 0.001039 0.017223 0.045914 -0.055215 0.003997 -0.004872 0.023677 0.024353 -0.01833 -0.00831 0.031891 -0.004726 -0.022491 0.001162 0.003412 -0.037551 0.016568 -0.062821 -0.010523 0.004171 0.015667 0.023011 0.007903 0.001406\nไ 0.031256 0.001023 -0.043583 0.026609 0.012552 0.035275 0.009186 -6.9e-05 -0.024127 -0.028042 0.024699 0.006367 -0.006116 -0.016491 0.031745 -0.004369 0.009471 -0.023816 -0.009787 -0.044335 -0.01965 0.005888 0.004222 0.014006 0.005528 0.018159 -0.016981 -0.012658 -0.009146 -0.02137 0.020867 -0.02866 -0.021094 -0.037343 -0.000953 0.019492 -0.036233 0.042249 0.004118 0.017752 -0.033339 0.011269 0.001757 -0.003987 -0.027326 -0.020848 0.038473 0.006215 0.001914 0.010438 0.00579 0.048233 0.034617 -0.030232 0.039577 0.002754 -0.002554 0.026241 -0.014683 0.024991 -0.026072 -0.023965 -0.006001 -0.016037 0.013059 0.019078 0.033474 -0.012008 0.039975 0.015837 -0.047371 -0.009112 0.023042 0.013456 -0.0506 0.006976 -0.029331 0.024351 -0.028016 -0.018611 0.011446 -0.004973 0.004256 0.010899 -0.018595 -0.046329 0.00034 -0.004278 -0.01984 -0.000731 -0.006514 0.025727 0.011658 -0.017086 0.008678 -0.005039 0.002406 -0.039229 0.004014 -0.002896 -0.018263 0.007976 -0.002484 -0.027732 0.015761 -0.00413 -0.013105 0.010539 0.026906 -0.006078 0.050221 0.019178 0.027506 -0.014654 0.008689 0.002306 -0.001354 0.000254 -0.0092 -0.041662 0.017175 0.005685 0.041185 0.019189 0.037356 0.00966 -0.014997 -0.014646 -0.001583 -0.012046 -0.011591 -0.009824 -0.016234 0.031018 -0.016854 0.017282 -0.030762 -0.001069 0.010864 0.050149 0.001114 -0.009691 0.007957 0.026863 -0.03401 -0.04119 0.045267 0.010364 0.003031 -0.040519 0.001453 0.001495 0.0369 0.024633 0.00155 0.00953 0.006625 -0.027825 0.012952 -0.027059 -0.016651 0.016229 0.022712 0.011489 -0.0101 -0.015242 0.022337 -0.01686 0.025159 0.022321 -0.025238 -0.021804 -0.006826 0.02917 -0.021861 -0.02355 -0.00401 -0.008605 -0.03591 -0.012091 0.038965 -0.013413 0.012574 -0.013262 -0.012228 -0.009424 0.005644 0.02043 -0.054723 0.002283 0.015605 0.024368 -0.037432 -0.032185 0.007795 0.036172 -0.015396 0.008374 0.00105 0.00088 -0.028942 -0.030723 0.020063 0.025486 0.025996 0.019759 0.003866 -0.004501 0.000408 0.034428 -0.017666 -0.002616 -0.004023 0.01839 0.00143 0.06333 0.004485 -0.022333 0.010334 -0.00208 -0.000982 0.011752 -0.000357 0.006747 -0.026165 -0.000901 0.001376 0.013558 -0.001307 -0.027878 -0.006897 0.000455 -0.002885 -0.026288 -0.035823 -0.009807 -0.013869 -0.037644 0.027451 0.02836 0.011222 0.032558 -0.029267 0.007976 0.00185 -0.000396 0.030998 -0.003521 0.033356 0.055075 0.020357 0.004092 -0.006079 -0.044951 -0.028041 -0.015452 -0.000132 0.024464 -0.025535 -0.01783 0.010955 -0.011792 0.026734 -0.021748 -0.023842 -0.028271 -0.031242 -0.012509 0.011596 -0.003648 0.016961 0.000569 0.008876 0.001331 0.012796 0.000341 -0.000592 0.010695 0.046631 -0.049079 -0.002608 -0.0067 0.013556 0.012755 -0.01841 -0.000313 0.02204 -0.005494 -0.018578 -0.011027 0.006398 -0.040214 0.010731 -0.064649 -0.011226 0.009232 0.006533 0.02073 0.017353 0.003286\nˇ 0.032245 -0.005757 -0.0217 0.008811 0.012654 0.030363 0.011545 0.006292 0.002388 -0.027933 0.014883 0.017276 -0.003731 -0.04124 0.024796 -0.009195 0.00953 -0.039282 -0.009281 -0.024147 -0.01139 -0.013178 -0.010092 -0.000488 -0.000591 0.014556 -0.01143 0.003325 -0.016445 -0.020962 0.017628 -0.030948 -0.02645 -0.041732 -0.000779 0.022377 -0.02045 0.020139 0.027181 0.011556 -0.028606 0.003306 -0.015641 0.011014 -0.010273 -0.029488 0.042811 -0.001718 -0.00525 0.023151 0.005374 0.05275 0.027522 -0.023186 0.036265 -0.00113 0.014647 0.025892 -0.010741 0.019391 -0.038186 -0.023073 -0.017727 -0.001657 0.006368 0.010583 0.046188 -0.016519 0.020709 0.01122 -0.058997 -0.015915 0.007495 0.019715 -0.040455 0.002184 -0.02477 0.017279 -0.023913 -0.022946 0.001069 0.010551 -0.001514 0.01718 -0.022944 -0.071622 0.008779 0.018013 -0.022208 0.001041 -0.008193 0.027829 0.004164 -0.026525 0.003374 -0.013428 -0.011385 -0.038093 0.013355 -0.023257 -0.014984 0.003476 0.01573 -0.028563 0.012736 0.003735 0.001696 0.016312 0.014574 -0.006272 0.041811 0.008895 0.00471 -0.001075 0.00842 -0.011681 0.005786 -0.014715 -0.019021 -0.02517 0.0178 -0.00594 0.035642 0.01938 0.045261 0.015979 -0.009585 7e-05 -0.025479 -0.034948 -0.022059 0.016892 -0.000609 0.011293 -0.026222 0.008938 0.000212 -0.010202 0.000983 0.038885 -0.017131 -0.015667 0.015956 0.018149 -0.028044 -0.045957 0.037746 -0.01684 0.015631 -0.031165 0.013621 0.010371 0.017675 0.046205 -0.005573 0.020064 -0.011644 -0.018328 0.01864 -0.021949 -0.011719 0.021645 0.032088 0.021845 -0.018189 -0.01801 0.033019 -0.025469 0.019263 0.011326 -0.02224 -0.012569 0.002066 0.033301 -0.007842 -0.040596 -0.01931 -0.015772 -0.035802 -0.00243 0.046838 -0.014092 0.004345 0.004739 -0.002483 -0.021498 0.006896 0.040224 -0.047326 0.009829 -0.005418 0.043668 -0.02794 -0.042648 0.007375 0.025407 -0.030965 0.015872 -0.003343 -0.008745 -0.034626 -0.034456 0.003274 0.035797 0.015121 0.024503 0.020472 -0.008701 -0.001781 0.03566 -0.037442 -0.000117 -0.014183 0.021355 -0.014789 0.04523 -0.007213 -0.015402 0.007125 -0.009873 -0.018817 0.009268 0.000751 0.005986 -0.027967 0.006755 -0.011813 0.005895 -0.025508 -0.009124 -0.013686 0.005267 -0.007958 -0.030917 -0.021647 -0.013505 -0.016044 0.002347 0.028097 0.02418 0.000914 0.004279 0.003741 0.01283 -0.001257 -0.020295 0.049999 -0.015263 0.036494 0.039905 0.016284 -0.001094 -0.002214 -0.033183 -0.02133 -0.028217 0.001667 0.01439 -0.040159 -0.015718 -0.002002 -0.025773 0.039581 0.000671 -0.028291 -0.015193 -0.024361 -0.021142 0.013481 0.00659 0.023433 -0.014585 -0.001575 -0.009556 0.007551 0.000966 0.013604 0.01701 0.041237 -0.042625 -0.012909 -0.035928 0.004255 0.023058 -0.014117 -0.01185 0.013082 -0.023046 -0.018577 -0.029422 0.009036 -0.037591 0.009401 -0.065189 -0.013696 0.005943 0.004201 0.01405 0.032326 0.013827\nņ 0.021908 0.01201 -0.03258 0.010286 0.008443 0.020463 0.005404 -0.007916 -0.011078 -0.011684 0.019579 -0.003604 0.002741 -0.012139 0.02278 -0.007088 0.009335 -0.01411 0.001381 -0.027741 -0.002177 -0.011015 0.000862 0.008074 -0.001246 0.009826 -0.011251 -0.008898 -0.008825 -0.016795 0.013443 -0.028849 -0.008079 -0.021008 0.01114 0.011442 -0.030079 0.017249 0.006384 0.016112 -0.013217 0.007448 -6e-05 0.005765 -0.013086 -0.003338 0.025613 -0.004362 0.001824 0.011439 0.006812 0.024937 0.017065 -0.01775 0.033646 0.001123 -0.004583 0.017055 -0.007768 0.01367 -0.015044 -0.017264 -0.004839 -0.010141 0.013397 0.00139 0.018441 -0.011608 0.020466 0.004721 -0.024459 0.000132 0.00578 0.008307 -0.036377 -0.001435 -0.014316 0.019187 -0.018952 -0.010394 0.011941 0.002006 0.001656 0.008132 -0.011717 -0.02808 0.00031 0.005862 -0.009162 -6.8e-05 -0.01181 0.020021 0.006048 -0.010306 0.007724 0.004668 -0.00375 -0.02104 -0.006974 -0.01228 0.00462 -0.001629 -0.001259 -0.005146 0.008367 0.002254 -0.014342 0.013887 0.022045 -0.00324 0.022964 0.01981 0.027626 -0.008317 -0.000704 -0.001493 -0.006197 0.007743 -0.02043 -0.019677 0.01242 0.002876 0.011875 0.019733 0.024687 0.010512 -0.006898 -0.004148 -0.003982 -0.006754 -0.004102 -0.001696 -0.011331 0.014059 -0.01683 0.010454 -0.021311 -0.004859 0.001807 0.026894 -3.2e-05 -0.011374 0.004488 0.011509 -0.015987 -0.022557 0.039274 0.009743 0.007581 -0.028924 -3.5e-05 0.001097 0.018653 0.011905 0.001512 0.006216 0.003161 -0.022685 -0.002613 -0.007349 -0.010733 0.009479 0.013184 0.002255 -0.008342 -0.010271 0.006952 -0.020944 0.019623 0.012244 -0.015525 -0.007786 -0.004184 0.026755 -0.013116 -0.013068 -0.010775 -0.004352 -0.023283 -0.019959 0.019434 -0.000207 0.002973 -0.007969 0.000734 -0.022655 0.002068 -0.000382 -0.025822 0.001678 0.003221 0.010196 -0.019083 -0.014676 0.010032 0.02788 -0.01649 0.005748 -0.003706 0.005856 -0.011599 -0.021441 0.00477 0.014571 0.00326 0.006875 0.001302 0.000787 0.001732 0.020519 -0.005398 -0.004846 -0.002308 0.007946 0.00155 0.030487 0.004706 -0.021044 0.014398 -0.004329 0.002794 0.012418 -0.012649 -0.000725 -0.008688 0.000896 0.004978 0.010184 -0.006572 -0.017206 0.002759 0.004581 0.002235 -0.018491 -0.019904 -0.003158 -0.002706 -0.028253 0.007153 0.012683 0.001068 0.022276 -0.019448 0.006883 -0.000709 0.001218 0.021418 0.007771 0.036937 0.025496 0.018207 0.004036 -0.003492 -0.024591 -0.020623 -0.023589 -0.003738 0.014032 -0.01398 -0.013244 0.006604 -0.004882 0.007548 -0.016205 -0.022339 -0.000438 -0.015852 -0.001854 0.005363 -0.006104 0.016341 -0.002916 0.010767 0.000225 0.002649 0.000326 0.00109 0.006907 0.026873 -0.024045 -0.000479 -0.00418 0.007833 0.007169 -0.012226 -0.010995 -0.000902 0.003309 -0.01922 -0.001134 0.005098 -0.02921 0.007773 -0.037051 -0.024836 0.015253 0.009098 0.00931 0.016634 0.002688\nш 0.037559 0.005242 -0.04843 0.021368 0.015102 0.033551 0.005336 -0.000435 -0.014579 -0.030667 0.039256 0.010871 -0.011338 -0.028452 0.03642 -0.012178 0.006369 -0.024386 -0.012027 -0.045868 -0.013304 -0.000812 0.007042 0.013317 0.00672 0.02275 -0.007373 -0.011457 -0.018741 -0.026001 0.021422 -0.03632 -0.015206 -0.039834 0.012664 0.017033 -0.042074 0.040673 0.006048 0.019401 -0.033647 0.013011 0.004139 0.002551 -0.0287 -0.025101 0.036721 -0.001272 -0.005336 0.020061 0.010541 0.054464 0.033231 -0.035933 0.041403 0.012247 0.001197 0.020746 -0.008287 0.026798 -0.031011 -0.027214 -0.008032 -0.017925 0.015416 0.022432 0.036283 -0.015381 0.027534 0.015964 -0.050202 -0.006057 0.020072 0.01491 -0.051538 0.002142 -0.034827 0.031944 -0.025576 -0.011747 0.015922 -0.001218 -2.3e-05 0.022216 -0.024033 -0.053119 0.004485 0.002856 -0.024995 -0.00332 -0.009966 0.024235 0.005331 -0.017162 0.01553 -0.006503 0.00404 -0.037112 -0.001953 -0.005675 -0.01782 -0.00294 -0.002201 -0.03083 0.018584 0.000821 -0.014635 0.010438 0.036862 -0.002778 0.048388 0.022937 0.021234 -0.011774 0.013162 0.006819 -0.015525 0.000862 -0.014451 -0.042426 0.022177 0.005179 0.041329 0.026533 0.03099 0.009266 -0.008827 -0.023235 -0.012352 -0.019249 -0.016894 -0.004818 -0.013154 0.02792 -0.023425 0.012771 -0.025969 0.007196 0.009247 0.042472 -0.006082 -0.0146 0.013075 0.029008 -0.035751 -0.050909 0.042645 0.006848 0.004368 -0.039941 0.003589 0.004771 0.031604 0.028385 -0.009054 0.00069 -0.002437 -0.023019 0.0153 -0.01906 -0.020953 0.019727 0.018609 0.018014 -0.018918 -0.007802 0.022873 -0.023246 0.017118 0.021463 -0.025976 -0.025861 -0.011422 0.035391 -0.017842 -0.028341 -0.007804 -0.007346 -0.038484 -0.027482 0.033476 -0.008517 0.00294 -0.010162 -0.010178 -0.019271 0.003441 0.019928 -0.060724 0.006446 0.023113 0.02784 -0.028386 -0.038349 0.009134 0.039758 -0.013747 0.016793 0.005738 0.004869 -0.041961 -0.03772 0.016134 0.026868 0.018117 0.018616 0.009836 -0.014074 0.00102 0.037282 -0.02758 -0.005629 -0.006066 0.019004 -0.003278 0.069612 0.002662 -0.025995 0.007389 -0.00769 -0.011457 0.012446 -0.008906 0.005382 -0.018469 -0.006928 -0.000829 0.021321 -0.01084 -0.024156 -0.008885 -0.000475 -0.004795 -0.030214 -0.039014 -0.002212 -0.004777 -0.039893 0.030511 0.025764 0.005256 0.024557 -0.023647 0.014737 0.007142 -0.011225 0.048573 -0.005123 0.042082 0.051872 0.029934 0.003577 0.00642 -0.045222 -0.042405 -0.022019 -0.005025 0.025309 -0.027137 -0.011227 0.004521 -0.007455 0.027938 -0.026256 -0.028084 -0.02143 -0.032574 -0.021645 0.007256 0.000792 0.013397 -0.005753 0.007346 -0.006893 0.014458 0.008413 0.004958 0.011325 0.038551 -0.049921 -0.003664 -0.022637 0.01687 0.013976 -0.021353 0.002029 0.016315 -0.014268 -0.019318 -0.018068 0.006976 -0.042989 0.009053 -0.063317 -0.011293 0.013572 0.014221 0.018335 0.019002 0.004126\nỏ 0.086379 0.03292 -0.016578 0.057235 0.043293 0.012528 0.020818 -0.031717 -0.039716 -0.009381 0.043524 -0.003381 -0.002057 -0.019335 -0.015876 -0.031339 0.08332 -0.054524 0.032384 -0.034352 -0.01911 0.027304 -0.026804 0.045592 0.008739 0.022561 0.020211 0.014732 0.055741 0.004252 0.031643 -0.022899 0.02186 -0.013883 0.04499 -0.025246 -0.008743 0.022038 -0.017121 0.053417 0.009533 0.037487 -0.052023 0.013529 -0.043549 -0.039892 0.016347 0.004298 0.011797 0.011031 0.018692 0.064935 0.018928 -0.057988 0.053029 0.021193 0.010634 0.043589 -0.018251 0.029325 -0.005574 -0.026392 0.017262 -0.01448 0.012197 0.009906 0.067895 -0.025218 0.016058 0.012366 -0.037417 -0.02381 0.08224 -0.020136 -0.030614 0.033262 0.022143 0.052686 -0.025229 0.000209 0.016743 0.022004 -0.005981 0.059156 -0.0201 -0.037004 -0.060241 -0.006091 0.024304 -0.027312 -0.003197 0.036978 -0.001197 -0.029191 -0.006013 -0.019015 -0.00064 0.002995 -0.020187 -0.013612 -0.028142 0.028396 -0.000443 -0.01733 0.030383 0.013822 -0.037874 0.028499 0.05998 0.026689 -0.006641 0.005341 0.00124 0.024467 -0.017746 0.029967 -0.059218 0.019643 0.001879 -0.054589 -0.034127 -0.011667 0.043233 -0.007748 0.03533 0.033543 -0.044861 -0.017239 -0.030382 0.014302 0.027701 0.038642 -0.028075 0.011734 0.003155 0.027225 -0.003071 0.044774 -0.030895 0.01935 -0.012069 0.008001 0.049886 0.050915 -0.069861 0.019322 0.023859 0.011029 -0.018282 -0.004701 0.00616 -0.040681 0.018565 0.001915 0.006718 -0.008627 0.040991 -0.051582 -0.01144 -0.046314 0.006593 -0.012677 -0.001578 0.030085 0.010787 0.004471 -0.00156 -0.038919 0.082203 0.020525 -0.058303 -0.041037 -0.002519 -0.029458 -0.034131 0.007835 0.007145 0.033064 0.015574 0.000863 0.008113 0.037181 -0.010765 0.01725 0.003362 0.018886 -0.012576 -0.055686 -0.028635 -0.014735 0.01717 0.035864 0.021554 0.053926 -0.048832 0.02434 0.006792 -0.019353 0.02556 -0.001382 -0.000512 -0.023665 -0.024481 -0.010826 0.035223 -0.027611 0.011292 0.009611 0.00304 0.003922 -0.019579 0.026845 0.022129 -0.055376 0.013881 -0.019353 -0.006714 0.020996 0.01653 0.026254 0.062367 -0.013267 -0.005224 -0.052669 -0.009507 -0.007247 -0.000698 -0.004176 0.024632 -0.02217 -0.03197 -0.034858 0.011835 0.000812 -0.012461 0.009542 -0.000997 -0.065507 0.005017 0.05248 -0.011914 -0.023955 -0.057297 -0.019511 0.004941 0.001392 0.004822 0.041246 0.02409 0.037794 -0.042437 0.01654 0.051478 -0.03276 -0.033127 -0.031835 -0.021621 0.040925 -0.009057 -0.017772 -0.004264 -0.00981 0.017563 0.016293 -0.04324 -0.036654 -0.009693 0.034499 -0.020381 0.008945 0.018356 0.005932 0.020037 -0.017466 0.036238 -0.010075 0.036899 0.016022 0.058088 -0.036494 -0.02007 0.031447 -0.02818 0.011944 -0.050939 -0.006368 -0.014089 0.021084 -0.031416 0.006013 0.033508 -0.037762 -0.00533 -0.073057 0.035004 0.021649 -0.012508 -0.006414 0.029061 0.028532\nෙ 0.0341 0.002144 -0.057081 0.016469 0.013825 0.036328 0.006132 -0.006603 -0.016567 -0.031464 0.041942 0.020316 -0.005351 -0.034814 0.042265 -0.012321 -0.002282 -0.015861 -0.018479 -0.052871 -0.009939 -0.010845 0.017686 0.004002 0.006057 0.023366 0.000224 -0.026449 -0.00594 -0.026225 0.021241 -0.021189 -0.026524 -0.042002 0.021783 0.019801 -0.039884 0.042952 -0.004166 0.032351 -0.033757 0.013989 -0.001127 0.006206 -0.03881 -0.035286 0.04237 0.004861 -0.00923 0.018787 -0.002949 0.058599 0.03755 -0.037522 0.052488 0.001405 -0.006995 0.025999 -0.01679 0.029211 -0.040627 -0.031992 -0.009207 -0.016026 0.014999 0.014382 0.043282 -0.012164 0.035542 0.017453 -0.054823 -0.004716 0.021834 0.008899 -0.043064 0.005612 -0.033209 0.022502 -0.032449 -0.00723 0.020616 -0.009131 -0.00212 0.015146 -0.017765 -0.053167 0.002004 0.012222 -0.022132 -0.021884 -0.00078 0.020524 0.013627 -0.016462 0.014495 -0.001479 -0.001822 -0.035487 -0.007511 0.007523 -0.02889 -0.006143 0.001214 -0.035371 0.022106 0.000353 -0.009466 0.015475 0.040306 -0.019948 0.041971 0.020884 0.023064 -0.015714 0.012693 0.000992 0.002111 -0.007343 -0.026495 -0.055148 0.0251 0.004398 0.037488 0.036534 0.03147 0.021128 -0.009334 -0.017618 -0.01681 -0.026749 -0.021974 -0.006697 -0.011555 0.044282 -0.024244 0.019594 -0.027602 0.005735 0.004777 0.053827 -0.007597 -0.019587 0.020304 0.032536 -0.044431 -0.052745 0.062446 0.009125 0.011092 -0.051292 0.011688 0.028774 0.03302 0.013216 -0.015779 0.012981 8.9e-05 -0.028552 0.013779 -0.030608 -0.026278 0.025875 0.015818 0.019728 -0.03099 -0.017675 0.030852 -0.021705 0.023365 0.029485 -0.01747 -0.023412 -0.00491 0.040488 -0.009314 -0.037074 -0.006795 -0.017357 -0.03579 -0.02688 0.040887 -0.017427 0.007265 -0.006204 -0.012749 -0.021237 0.00076 0.019567 -0.059619 -0.001924 0.018044 0.021931 -0.037155 -0.040443 0.02767 0.0463 -0.022428 0.015285 0.009772 0.006884 -0.036358 -0.030063 -6.8e-05 0.027493 0.015484 0.019493 0.017264 -0.00542 -0.019483 0.036771 -0.030656 -0.006711 -0.011585 0.006809 -0.000948 0.068155 0.008667 -0.029563 0.010465 0.000921 -0.011161 0.005874 0.006917 0.009626 -0.035714 -0.006806 0.001532 0.021781 -0.007872 -0.003728 -0.006944 -0.001299 -0.017939 -0.038815 -0.035629 -0.01481 -0.010807 -0.036994 0.034685 0.023639 0.012279 0.039409 -0.028971 0.018597 0.003983 -0.010595 0.034479 -0.003413 0.050899 0.072701 0.028513 0.004473 -0.005841 -0.055179 -0.045658 -0.022241 0.001641 0.021334 -0.026066 0.00097 -0.007098 -0.00517 0.034061 -0.026058 -0.019366 -0.016861 -0.04086 -0.013417 0.00948 -0.001594 0.02544 -0.009016 0.008738 -0.002036 0.025433 0.00708 0.001864 0.01321 0.050928 -0.054964 0.006204 -0.026919 0.012171 0.016781 -0.011646 -0.001383 0.022789 -0.003648 -0.033577 -0.018637 0.013322 -0.051965 0.007144 -0.078731 -0.006308 0.013729 0.014468 0.022835 0.010983 0.019449\nཚ 0.043175 0.019944 -0.06563 0.039449 0.023978 0.059832 0.018467 -0.008183 -0.025932 -0.022631 0.037184 0.016883 -0.015204 -0.036092 0.028924 -0.007772 0.005313 -0.023464 -0.018391 -0.052852 -0.010765 0.005696 0.008709 0.03172 0.006704 0.033616 -0.009587 -0.002993 -0.008149 -0.019596 0.01614 -0.031851 -0.033593 -0.045971 0.024244 0.020436 -0.067017 0.0542 0.009473 0.021378 -0.033542 0.00439 -0.019601 0.002421 -0.04202 -0.038616 0.029784 0.015178 0.010034 0.049077 0.007726 0.059548 0.0328 -0.05171 0.047543 0.00193 -0.010477 0.018254 -0.014195 0.029629 -0.04838 -0.047926 -0.017332 -0.027015 0.022938 0.025959 0.048532 -0.033785 0.034034 0.029842 -0.065776 -0.019898 0.021993 0.016065 -0.059338 0.018159 -0.041317 0.027555 -0.028071 -0.019699 0.013911 0.001443 0.006216 0.032076 -0.035855 -0.070834 -0.004558 0.006763 -0.026912 -0.000151 -0.006038 0.026643 0.000584 -0.019568 0.014262 -0.013292 -0.006577 -0.045944 -0.003401 -0.022021 -0.016788 0.008331 0.003508 -0.038946 0.027092 -0.002462 -0.014359 0.01858 0.041033 -0.016914 0.057495 0.018459 0.043143 -0.020697 0.016416 0.009897 -0.015441 0.001834 -0.015657 -0.047847 0.018623 -0.016561 0.052483 0.034532 0.043119 0.01386 -0.019145 -0.015931 -0.011789 -0.023881 -0.037235 -0.015068 -0.020789 0.033244 -0.023815 0.023989 -0.025004 0.012212 0.003877 0.058979 -0.001622 -0.010324 0.012564 0.038172 -0.047891 -0.065842 0.060188 -0.002395 0.002671 -0.050967 -0.014995 0.025756 0.023333 0.045979 -0.01879 -0.004009 0.002965 -0.036082 0.023914 -0.029942 -0.019865 0.014028 0.029148 0.030715 -0.007466 -0.043313 0.037414 -0.044872 0.025874 0.032991 -0.034516 -0.032578 -0.01297 0.041193 -0.023777 -0.038463 -0.024165 -0.001187 -0.048151 -0.02583 0.050222 -0.011767 -0.007123 -0.010336 -0.008197 -0.01518 -0.00638 0.014186 -0.081022 0.000555 0.01455 0.0454 -0.03724 -0.056861 0.005013 0.043392 -0.030216 0.015661 0.011691 0.004769 -0.049388 -0.061059 0.019468 0.043668 0.023445 0.021765 0.015876 -0.005838 -0.014993 0.053167 -0.030187 -0.015197 -0.008699 0.043861 -0.003995 0.086655 -0.000646 -0.024466 0.005266 0.005873 -0.035477 0.024871 -0.005354 -0.003559 -0.029662 -0.004461 -0.001541 0.021877 -0.00373 -0.025541 0.000356 0.004382 -0.007978 -0.041564 -0.042102 0.001748 -0.00724 -0.036828 0.03546 0.033451 0.010852 0.039644 -0.013058 0.013456 0.009584 -0.021151 0.053438 -0.000836 0.043933 0.049799 0.034515 0.005327 0.003541 -0.057015 -0.058839 -0.028923 0.005669 0.025355 -0.036428 -0.02045 0.015737 -0.009316 0.035987 -0.0193 -0.036338 -0.026736 -0.046248 -0.026064 0.003799 -0.001471 0.032233 0.005108 0.00033 0.001148 0.01187 0.00833 0.005214 0.028269 0.045141 -0.059698 -0.005249 -0.024823 0.021312 0.03264 -0.04251 -0.008602 0.011989 -0.018266 -0.033872 -0.034189 0.032644 -0.046161 0.00295 -0.086743 -0.029665 0.020208 0.007173 0.023355 0.031269 0.016718\nϝ 0.005096 -0.021874 -0.041769 0.05736 -0.005065 0.034008 0.023491 0.008231 0.008731 -0.004439 0.070153 -0.000646 -0.055221 -0.010746 0.030789 -0.004835 0.00497 -0.019564 -0.004751 -0.037194 0.002271 0.024525 0.005534 0.04158 0.041037 -0.018739 0.001866 0.007902 -0.003344 -0.008928 0.040977 -0.017975 -0.038626 -0.030109 -0.004275 0.012663 -0.040796 0.036102 0.019823 -0.0033 -0.037367 -0.002798 0.004347 0.026513 -0.019008 -0.017836 0.028279 0.036238 0.00177 0.007981 0.011363 0.035328 0.058117 -0.009923 0.025919 0.022117 0.037881 0.046867 -0.007049 0.0037 -0.042425 0.004062 0.001336 -0.021638 -0.025211 0.014602 0.01845 -0.016957 0.042929 0.024247 -0.0536 -0.01156 0.01575 -0.0035 -0.021078 -0.016937 -0.028615 0.025063 -0.001226 -0.039812 0.003099 -0.00389 0.010756 0.006956 -0.009201 -0.067585 0.000101 -0.003573 0.006288 0.026894 0.0228 0.031306 -0.003328 0.00203 -0.018803 0.010438 -0.018976 -0.030983 -0.025076 -0.027354 -0.010873 -0.018331 -0.037676 -0.024736 0.020098 -0.017688 -0.014973 -0.000375 0.023589 -0.050785 0.067812 0.008925 0.056277 0.011179 0.003691 -0.019921 0.013666 0.021552 0.023987 -0.050287 0.034924 0.013353 0.024473 0.025357 0.024444 0.018004 0.008618 0.003489 0.019975 -0.024673 0.021542 0.00289 -0.03118 0.036819 -0.002443 0.003193 -0.010607 0.000224 0.007169 0.029142 -0.019906 0.008919 0.028621 0.031612 -0.01482 -0.050731 0.035166 0.051772 0.029966 -0.060524 -0.00945 -0.004999 0.026388 0.023231 -0.025294 -0.00832 0.017341 -0.045208 -0.002225 0.0163 -0.011425 -0.037315 0.030783 0.028242 -0.014626 0.006008 0.038039 -0.019399 0.020723 0.02719 -0.031282 -0.024581 -0.01796 0.007861 0.013415 0.00133 -0.034121 -0.007474 0.021147 -0.029395 0.021728 -0.014579 -0.014219 -0.020647 -0.015469 0.024165 -0.029664 0.009066 -0.052913 0.002191 0.033263 0.019608 -0.039432 0.000871 -0.007347 0.006506 -0.021726 0.037529 0.009884 0.015621 -0.058256 -0.043544 0.019307 0.016052 0.027228 -0.010361 0.004342 -0.046304 0.042434 0.042118 -0.013209 -0.008003 0.036025 0.03403 -0.002173 0.046322 0.03691 0.001851 0.012542 -0.027354 -0.000663 0.013863 0.005975 -0.012288 -0.023791 0.015675 0.026723 -0.015508 0.038573 -0.036612 0.004525 0.01104 0.000799 -0.028951 0.019539 0.021217 -0.007872 -0.083303 0.032686 0.030181 0.001182 0.042856 0.002666 -0.001276 -0.020715 0.047365 0.018733 -2.7e-05 0.018667 0.038292 3.1e-05 -0.009563 -0.025471 -0.017944 -0.035478 -0.008989 -0.019411 -0.004753 -0.038161 -0.025634 -0.002481 -0.011957 -0.007983 0.015069 0.002234 -0.040145 0.010183 -0.019171 0.012164 0.008519 -0.036168 -0.033456 0.004203 0.013459 -0.023705 -0.01732 -0.004145 0.006831 0.027898 -0.003213 -0.019847 -0.004331 0.005272 0.010035 0.001604 0.016395 -0.012119 -0.013213 -0.00932 -0.026054 -0.009683 -0.017238 -0.001192 -0.043227 -0.008333 -0.00244 0.015031 -0.003693 -0.020998 0.010252\nɜ 0.020691 -0.003568 -0.058981 0.022739 0.014214 0.041651 0.026597 -0.007098 -0.005286 -0.021317 0.049049 0.016124 -0.005012 -0.018656 0.024681 0.003737 0.009422 -0.025685 -0.000966 -0.043778 -0.025148 0.002343 -0.003561 0.014475 0.013225 0.018274 -0.012451 0.007357 -0.020217 -0.02077 0.039842 -0.02623 -0.032282 -0.010512 -0.000902 0.004586 -0.019678 0.034403 0.024063 0.028077 -0.041218 0.019666 0.011524 0.023062 -0.004446 -0.019196 0.030034 0.01666 0.004705 0.004805 -0.005423 0.04737 0.042912 -0.027148 0.031856 0.012421 0.007934 0.030654 -0.013847 0.022191 -0.016265 -0.020692 -0.021078 -0.018141 0.007923 0.003389 0.035514 -0.014047 0.03204 0.021306 -0.033085 0.006136 0.018628 0.016378 -0.04472 -0.022121 -0.020406 0.014083 -0.030833 -0.016833 0.01112 -0.007681 0.013441 0.002019 -0.03393 -0.046118 -0.00169 -0.004546 0.002322 0.008512 -0.01769 0.028244 0.005607 -0.013991 -0.004263 -0.014209 0.002717 -0.042151 -0.012923 -0.005388 -0.008275 -0.001592 -0.015064 -0.028687 0.004475 -0.030147 -0.036924 0.001041 0.021038 -0.014465 0.047953 0.016786 0.018581 -0.007088 0.011262 -0.01941 -0.020347 -0.000786 -0.013984 -0.050118 0.02999 0.014866 0.028321 0.016476 0.017918 0.010092 0.006929 -0.01287 -0.018614 -0.024991 0.00164 0.010533 -0.029698 0.038006 -0.003754 0.022245 -0.031579 -0.000695 0.003263 0.04329 -0.003972 0.0055 0.018966 0.018241 -0.029864 -0.044338 0.036028 0.017039 0.015586 -0.058656 0.006165 0.011629 0.033049 -0.008092 -0.01406 -0.015169 0.002913 -0.02151 0.004744 0.002836 -0.019812 -0.003544 0.037161 0.012772 -0.024475 -0.011155 0.010076 -0.009325 0.018946 0.031011 -0.040652 -0.027076 -0.018865 0.017961 -0.001628 -0.02149 -0.004252 -0.023967 -0.011078 -0.007964 0.020166 -0.018701 -0.006776 -0.01462 -0.01405 -0.012996 -0.007778 0.005636 -0.043077 -0.00652 0.02643 0.015889 -0.037156 -0.030094 0.010424 0.043572 -0.009363 0.007884 -0.004977 0.00788 -0.024612 -0.030679 0.030352 0.010824 0.016426 -0.008079 -0.00921 -0.032323 0.011417 0.038984 -0.026546 0.005874 0.000696 0.025737 -0.000995 0.054139 0.014293 -0.010219 0.027525 0.009418 -0.002292 -0.005477 -0.015675 0.017769 -0.030485 0.014206 -0.004419 0.008077 0.026513 -0.034924 -0.00722 0.008036 0.01571 -0.02042 -0.011155 0.011463 -0.013118 -0.045906 0.041589 0.010041 -0.007593 0.03431 -0.018403 0.014895 0.000542 -0.001005 0.029019 0.013858 0.032624 0.040774 0.011324 0.011709 0.004593 -0.031043 -0.029803 -0.020443 -0.025796 0.009071 -0.033197 -0.015842 0.011448 -0.011116 0.009485 -0.008663 -0.014611 -0.009095 -0.00743 0.002664 -0.008079 0.0141 -0.009351 -0.023862 0.004559 0.002677 0.002302 -0.009133 0.014381 0.005785 0.050952 -0.013132 -0.015759 0.000694 0.009082 0.021313 -0.01968 -0.005398 0.034113 -0.020201 -0.01875 -0.023826 0.007942 -0.027768 0.012437 -0.057935 0.001444 -0.00435 0.016588 0.008029 0.010489 -0.01041\nᡠ -0.00271 0.013152 -0.042935 -0.005186 0.006227 0.019037 -0.007564 -0.0047 -0.021373 -0.023788 0.013061 0.005778 -0.003484 -0.01633 0.02525 0.005935 0.010813 -0.014281 -0.004266 -0.032633 0.00119 0.001899 0.000362 -0.008154 -0.006615 0.006116 -0.013637 -0.006473 -0.003126 -0.020111 -0.003511 -0.032391 -0.001839 -0.010538 -0.004076 0.010729 -0.010479 0.021036 -0.000975 0.00644 -0.039909 -0.036111 0.010474 -0.004287 -0.011246 -0.01921 0.041245 -0.018272 -0.00627 0.028685 -0.004437 0.020872 0.020293 -0.029196 0.041779 -0.000479 -0.009414 0.018131 0.012726 0.027241 -0.029254 -0.025532 -0.000934 -0.021396 0.033471 0.033654 0.036229 -0.016311 0.026159 0.019873 -0.054513 -0.005596 0.030534 0.011696 -0.03745 0.023004 -0.03366 0.000823 -0.033679 -0.008288 0.000288 0.019127 -0.005775 -0.002757 -0.008474 -0.013394 -0.000561 -0.011068 0.014418 -0.011209 -0.010339 -0.010171 0.026559 0.000961 0.018598 -0.002719 -0.001469 -0.0451 0.005965 -0.007583 -0.00909 0.002703 0.004275 -0.02627 0.02499 0.002526 -0.018468 -0.016565 0.024926 -0.001956 0.017639 0.019692 0.007414 -0.008092 0.010865 -0.015002 -8.6e-05 0.010495 -0.010073 -0.021744 0.019746 -0.022976 0.024741 0.028421 0.038388 -0.002227 -0.000464 -0.003887 0.003035 -0.013821 -0.00294 -0.007369 -0.009517 0.01964 -0.013096 0.015445 -0.025237 0.005336 0.012014 0.021909 0.006056 0.011149 -0.002034 0.017175 0.000171 -0.042565 0.031612 -0.000139 0.005446 -0.015446 -0.002124 0.014217 0.024406 0.029436 -0.005572 0.004926 -0.004851 -0.003683 0.005807 -0.013385 -0.020034 0.010675 0.004891 0.001665 -0.000286 -0.020617 0.017398 -0.001983 0.016245 0.020747 -0.023193 -0.03251 0.004387 0.030804 -0.005395 -0.023101 -0.00366 -0.00023 -0.029753 -0.006298 0.007425 0.001264 0.005789 -0.014947 -0.005505 -0.007741 -0.000724 0.023807 -0.016989 -0.006918 0.015565 0.015366 -0.015364 -0.038165 -0.000834 0.019552 -0.033571 0.01969 0.00423 0.000363 -0.042993 -0.010086 0.011004 0.034383 0.001896 0.021344 0.020367 -0.008155 -0.010531 0.019043 -0.008401 -0.013981 0.021428 0.013057 0.009014 0.046812 0.005953 -0.014975 0.001279 0.02107 0.004653 0.006759 -0.003826 0.005539 -0.015344 -0.004383 -0.001948 0.005061 -0.018324 -0.002996 -0.002803 -0.013357 -0.020778 0.005769 -0.036697 -0.006707 -0.007068 -0.023138 0.017109 0.020555 -0.015224 0.005597 -0.015629 0.018141 0.000263 -0.016277 0.035936 -0.019284 0.024412 0.038258 0.024589 0.021609 -0.002819 -0.013346 -0.019604 -0.018531 -0.008355 0.021319 -0.016176 -0.017745 -0.007173 0.003254 0.021048 -0.007298 -0.015542 -0.009703 -0.01778 -0.021145 0.00678 -0.008257 0.015722 0.017395 0.015512 -0.019294 0.003841 0.005631 0.007371 0.013477 0.033242 -0.037046 -0.014961 -0.024816 0.004219 0.0216 -0.010029 0.006617 0.026721 -0.019581 -0.022224 -0.021558 -0.006668 -0.022197 0.016584 -0.049118 -0.00286 0.014865 0.003646 0.002169 -0.007599 0.003164\np 0.032103 0.006387 -0.060267 0.033327 0.025116 0.039148 0.010409 0.005319 -0.028139 -0.030005 0.042717 0.013725 -0.009425 -0.038794 0.026468 -0.00925 0.008629 -0.03456 -0.008533 -0.04892 -0.018136 0.002288 -0.00148 0.017016 0.014007 0.028927 -0.001871 -0.004546 -0.015079 -0.023336 0.022605 -0.03423 -0.019263 -0.042187 0.017821 0.022161 -0.051075 0.047113 0.009613 0.023636 -0.026752 0.008639 -0.005584 0.004819 -0.024986 -0.028824 0.046798 -0.004502 0.002039 0.028566 0.007533 0.067031 0.033292 -0.037021 0.052691 0.004197 -0.00542 0.035876 -0.018896 0.028112 -0.024691 -0.037122 -0.015921 -0.017958 0.011256 0.01939 0.041661 -0.012568 0.035199 0.01554 -0.049503 -0.013062 0.027461 0.009793 -0.058762 0.005108 -0.030808 0.027622 -0.024621 -0.023999 0.010926 0.001841 -0.007595 0.033618 -0.030798 -0.070625 -0.001512 -0.005409 -0.02101 -0.008313 -0.007553 0.038314 -0.007864 -0.019577 0.005575 -0.014899 0.005766 -0.038334 0.001672 -0.010051 -0.016033 0.000506 -0.003935 -0.021526 0.014852 0.001027 -0.021281 0.019441 0.038675 0.00365 0.043674 0.028711 0.030436 -0.013604 0.007409 0.00642 -0.021651 0.001109 -0.011732 -0.05124 0.01506 -0.002489 0.045462 0.031591 0.038778 0.009177 -0.009724 -0.014028 -0.018225 -0.014632 -0.024582 -0.008961 -0.026996 0.027198 -0.020364 0.015447 -0.021241 0.007902 0.002398 0.059894 -0.007666 -0.008894 0.025592 0.023495 -0.044663 -0.045779 0.04854 0.005312 -0.002015 -0.048462 0.004276 0.018062 0.030385 0.03827 -0.008118 0.004164 -0.00233 -0.024991 0.01462 -0.022607 -0.016172 0.020625 0.023934 0.006081 -0.01119 -0.010024 0.029541 -0.035237 0.029344 0.033004 -0.036059 -0.02653 -0.0153 0.038268 -0.025077 -0.035439 -0.013268 0.003423 -0.034136 -0.028803 0.041087 -0.012936 -0.004091 -0.009255 -0.008801 -0.015996 -0.001067 0.018839 -0.077975 -0.0026 0.00762 0.037184 -0.039974 -0.050256 -0.008566 0.038347 -0.014304 0.003442 0.010196 0.000225 -0.049119 -0.036199 0.016242 0.03036 0.020078 0.011419 0.020187 -0.010014 -0.004385 0.043737 -0.036457 -0.002528 -0.007076 0.029184 0.005312 0.070921 0.007837 -0.029035 0.002677 0.001196 -0.002359 0.014927 -0.004729 0.003685 -0.024356 -0.006886 0.004896 0.01537 -0.014156 -0.020081 0.001771 0.001484 -0.010761 -0.032985 -0.044483 0.005718 -0.019286 -0.041153 0.033895 0.037141 0.003679 0.032793 -0.013614 0.017131 0.010318 -0.021355 0.049075 -0.007599 0.040731 0.061994 0.020473 0.017177 0.011434 -0.05641 -0.046045 -0.028311 -0.007821 0.017989 -0.022395 -0.03202 0.008626 -0.005664 0.03896 -0.01896 -0.031215 -0.018615 -0.029542 -0.011208 0.005494 -0.002966 0.032213 -0.009721 0.011084 0.007754 0.016138 0.008961 0.006043 0.029711 0.043385 -0.057058 -0.000622 -0.018443 0.011792 0.025811 -0.029026 -0.000846 0.006508 -0.011206 -0.02797 -0.022045 0.012234 -0.050904 0.017179 -0.076773 -0.007413 0.009689 0.016739 0.011252 0.04219 0.000379\nӳ 0.010698 0.00112 -0.050294 0.022222 0.010639 0.042726 0.017273 0.004018 -0.021858 -0.027374 0.017204 0.005305 0.001591 -0.040021 0.055011 -0.00702 -0.001667 -0.033079 -0.023572 -0.040109 -0.039588 -0.009229 -0.006067 0.022661 -0.005054 0.013992 -0.004563 0.003354 -0.026059 -0.027719 0.029287 -0.043581 -0.026446 -0.039909 0.022726 0.023112 -0.037441 0.045687 0.001856 0.033176 -0.035021 0.022878 -0.016618 0.009901 -0.023843 -0.026818 0.012593 -0.001613 0.002337 0.042046 -0.007539 0.068299 0.01603 -0.066009 0.054132 0.007188 -0.004677 0.036203 -0.026246 0.04863 -0.044668 -0.029475 -0.026693 -0.036453 0.012581 0.017379 0.043225 -0.003584 0.038237 0.016693 -0.036586 -0.008302 0.031487 0.041326 -0.055247 0.038688 -0.031825 0.02178 -0.037792 -0.014715 0.022427 -0.00355 0.003748 0.025186 -0.015164 -0.089822 0.015408 -0.008286 -0.024109 -0.015253 -0.013967 0.046768 -0.005524 -0.010118 0.00105 -0.008932 0.009255 -0.047253 0.01025 -0.023449 -0.023086 -0.002413 0.014874 -0.026653 0.001915 -0.000961 -0.028171 0.006361 0.047476 -0.003219 0.064306 0.023033 0.011719 -0.017891 0.02177 -0.015719 -0.029031 0.007425 -0.015217 -0.04853 0.015354 0.029753 0.055135 0.015843 0.026378 0.027531 -0.035277 -0.030168 -0.014493 -0.023185 -0.021527 0.01723 -0.02424 0.033673 -0.031479 0.027219 -0.031867 -0.005245 0.010777 0.058359 -0.010379 0.000739 0.010678 0.041494 -0.044435 -0.043674 0.061947 0.01634 -0.036866 -0.051672 -0.001498 0.013609 0.044995 0.037727 -0.033662 0.011102 0.005251 -0.036021 -0.00799 -0.018129 0.018274 0.029286 0.012428 0.022646 -0.006101 -0.021902 0.001687 -0.028595 0.021656 0.017527 -0.035495 -0.002658 0.004428 0.028613 -0.021114 -0.017387 -0.031938 -0.004591 -0.05373 -0.040714 0.051277 -0.015641 0.018369 0.014252 -0.000535 -0.026553 0.000269 0.017242 -0.081275 -0.010907 0.004178 0.030897 -0.031195 -0.030545 0.001163 0.041619 -0.04157 0.002259 0.003646 -0.013277 -0.032683 -0.042801 0.007632 0.034116 0.005111 0.030067 0.023494 -0.007481 -4.6e-05 0.047967 -0.047796 -0.029745 0.000622 0.021617 0.003022 0.062579 -0.007956 -0.018726 0.008192 0.007259 0.020157 0.006835 -0.014025 -0.004745 -0.024945 -0.00296 -0.011148 0.004325 -0.033235 -0.019946 -0.000543 0.011548 0.002515 -0.039494 -0.065819 -0.011336 -0.00673 -0.028846 0.046207 0.027964 0.020893 0.026483 -0.029783 0.00758 0.003087 -0.008312 0.029291 -0.010514 0.036696 0.063237 0.022305 0.006202 0.001055 -0.045189 -0.028489 -0.015901 0.014409 0.028808 -0.008067 -0.019343 0.003371 -0.018143 0.041439 -0.030415 -0.048194 -0.008924 -0.025573 -0.004333 0.010584 0.014805 0.007357 -0.00044 0.020177 0.001981 0.016748 -0.001033 0.001646 0.027841 0.057829 -0.059467 -0.012529 -0.035736 -0.002132 0.017259 -0.058831 -0.001768 0.013488 -0.027111 -0.030714 -0.031099 0.007174 -0.044219 0.02269 -0.079852 -0.001129 0.018099 0.03358 0.037966 0.031087 0.006445\nँ 0.032301 -0.018088 -0.027801 0.014147 0.002366 0.01769 -0.010156 0.010289 -0.041389 -0.027465 0.038032 0.030854 -0.000785 -0.018956 0.012071 0.000508 -0.000505 -0.017732 0.014006 -0.041876 -0.022298 0.013074 0.019717 0.005286 -0.010648 0.024742 -0.013239 -0.032467 -0.011166 -0.022068 0.033473 -0.015489 -0.016609 -0.029061 0.00942 0.004217 -0.014589 0.023031 0.00299 0.035193 -0.019951 0.011665 0.008908 -0.011504 -0.000723 0.012132 0.008899 -0.004491 0.013297 -0.002154 0.008663 0.069317 0.042164 -0.06163 0.031871 0.001445 0.006306 -0.002909 0.009192 0.018977 -0.034896 -0.012642 -0.009288 -0.024 -0.001136 -0.007681 0.035333 -0.003447 0.014254 0.015517 -0.05033 -0.01832 0.02093 0.012567 -0.045457 0.004686 -0.020561 0.022865 -0.017931 -0.01362 0.005124 0.000914 0.014031 -0.002184 -0.009136 -0.019024 -0.003989 -0.03339 -0.0239 0.006539 -0.015657 -6e-06 0.014862 -0.010904 0.020162 -0.012721 -0.014341 -0.046229 -0.006976 0.001648 -0.030541 0.014645 0.013117 -0.007826 0.010271 -0.016358 -0.011019 -0.015425 0.049557 0.008889 0.030096 0.030422 0.006425 -0.013923 0.015485 -0.001104 0.01426 0.005093 -0.020729 -0.026851 0.021297 -0.006825 0.012326 0.033567 0.010598 0.000339 -0.023307 -0.018713 -0.011746 -0.0347 -0.008161 0.006666 -0.027888 0.040477 -0.027197 -0.008839 -0.012387 0.015866 0.007529 0.016999 -0.04086 0.009293 0.0085 0.019133 -0.046943 -0.035798 0.055653 0.006077 -0.008104 -0.026827 -0.007056 0.009297 0.026592 -0.000167 0.038331 0.015991 0.016306 -0.034867 0.0148 -0.010071 -0.041147 0.016418 0.018721 0.014414 -0.017686 0.013403 0.034725 0.001274 0.011039 0.006769 0.003099 -0.013517 -0.012803 0.01764 -0.018503 -0.011886 -0.012717 -0.005272 -0.021549 0.003108 0.021973 0.001396 0.017887 -0.017676 -0.000323 -0.01497 0.015286 0.021839 -0.039558 0.035654 0.02912 0.009844 -0.037131 -0.024329 0.000651 0.037513 -0.010328 0.023976 -0.008289 -0.013242 -0.03837 -0.002709 0.005651 0.014197 0.0133 0.027802 -0.037612 0.002277 -0.001081 0.033265 0.002356 -0.006982 -0.019107 0.023203 -0.023365 0.055346 0.011971 -0.024576 0.020159 0.026864 0.004658 -0.014559 -0.004 0.023483 -0.034644 -0.010051 0.009419 0.021468 0.010822 -0.018672 -0.012466 -0.030557 0.013814 -0.039203 -0.037525 -0.019594 -0.009978 -0.015977 0.02088 0.027422 0.012973 0.014625 -0.029128 0.018899 -0.010002 0.006883 0.022961 0.015585 0.01939 0.043787 0.014387 0.00462 -0.020542 -0.028251 -0.01216 -0.012548 -0.030943 0.014688 -0.040705 -0.005237 -0.005335 -0.011637 0.018277 -0.01167 -0.024385 -0.009164 -0.004909 -0.019608 0.003375 -0.033539 0.006077 0.028011 0.002308 -0.021092 0.004469 -0.006476 -0.018697 0.003954 0.048966 -0.037387 0.026934 -0.020915 0.006068 0.010153 -0.027094 -0.016626 0.005554 -0.018072 -0.02582 0.006827 -0.007151 -0.029606 0.002518 -0.046641 -0.026753 0.028879 0.003835 0.034621 0.005653 0.017444\nຄ 0.031672 -0.002721 -0.033057 0.024161 0.001262 0.030464 -0.000239 -0.001847 -0.020372 -0.028042 0.023841 0.004801 -0.003122 -0.01086 0.019432 -0.002144 0.006096 -0.02142 0.007288 -0.034913 -0.0192 0.010751 0.010805 0.007078 -0.001211 0.010143 -0.017427 -0.007028 -0.009792 -0.017945 0.022474 -0.030049 -0.019357 -0.030338 0.00378 -0.001668 -0.020806 0.029126 0.000881 0.015133 -0.017702 0.006707 0.007395 -0.007845 -0.013412 -0.022964 0.023705 -0.004585 -0.003467 0.021175 0.000551 0.035207 0.028716 -0.022222 0.031629 0.004992 0.003148 0.013733 -0.004252 0.015614 -0.028214 -0.016318 -0.012752 -0.010638 0.01337 0.014805 0.03134 -0.009666 0.036737 0.013598 -0.049683 -0.017399 0.013826 0.014775 -0.0316 8.7e-05 -0.020092 0.018735 -0.031248 0.0002 0.01048 0.001607 0.002496 0.002354 -0.012431 -0.04602 0.004426 -0.006829 -0.010569 -0.008087 0.000138 0.017465 0.010756 -0.010517 0.020177 -0.011539 -0.00244 -0.039936 0.005436 0.000576 -0.020719 0.000243 0.005447 -0.025392 0.013319 -0.002596 -0.009918 6.3e-05 0.034951 -0.002687 0.031494 0.019159 0.02898 -0.01423 0.007821 -9e-06 0.001597 0.006064 -0.015631 -0.035614 0.020193 -1.5e-05 0.031817 0.019915 0.02541 0.007046 -0.013871 -0.001924 -0.010065 -0.015802 -0.01089 -0.004537 -0.00278 0.030795 -0.021374 0.012403 -0.031268 0.005346 0.003335 0.029251 -0.008663 -0.005864 0.004969 0.016427 -0.028498 -0.034426 0.040756 0.012308 0.005231 -0.035617 0.012407 0.00875 0.03164 0.006496 0.012262 0.009555 0.004062 -0.014912 0.012563 -0.022804 -0.021656 0.009859 0.01354 0.012186 -0.017256 -0.017818 0.017062 -0.01227 0.020853 0.007276 -0.016707 -0.019011 -0.012013 0.029714 -0.018788 -0.019601 0.004686 -0.010746 -0.039448 -0.019446 0.025125 -0.007419 0.011675 -0.009511 -0.001155 -0.015978 0.004459 0.016913 -0.036364 0.008098 0.011788 0.02299 -0.027647 -0.022941 0.002679 0.034884 -0.023022 0.019032 0.007417 -0.004727 -0.017349 -0.016084 0.014488 0.016576 0.010491 0.029193 5e-06 -0.003658 -0.010749 0.029932 -0.012795 6.5e-05 -0.001441 0.011942 0.00676 0.043066 0.01156 -0.022563 0.018868 -0.002515 -0.00264 -0.001465 -0.007452 0.001119 -0.022484 0.000742 0.002863 0.009647 -0.008084 -0.020111 -0.017232 0.000173 -0.007052 -0.015555 -0.029453 -0.006786 -0.016655 -0.02234 0.019863 0.015376 0.004875 0.023774 -0.028502 0.02067 -0.008979 -0.001851 0.022646 -0.011465 0.035998 0.0422 0.017995 0.012471 0.000361 -0.025286 -0.025743 -0.017556 -0.000603 0.025521 -0.028526 -0.008443 0.004353 -0.010925 0.017664 -0.022436 -0.024131 -0.026462 -0.028956 -0.01569 0.01296 0.00284 0.021733 0.014419 0.014645 -0.008124 0.013331 -0.006714 -0.00383 0.009211 0.030797 -0.037688 -0.008071 -0.010133 0.013686 0.012723 -0.01666 -0.003157 0.009552 -0.001158 -0.015224 0.000523 0.000893 -0.031137 0.001548 -0.048803 -0.014319 0.012505 0.004628 0.019294 0.020265 0.003984\n᠋ 0.066546 -0.027413 -0.030328 -0.012899 0.011036 0.072689 -0.022936 0.027 -0.035043 -0.031915 0.045611 0.02883 -0.022051 -0.059803 0.034673 -0.003003 0.008248 -0.031425 -0.020046 -0.062004 -0.028129 -0.010388 -0.005774 -0.002691 -0.00732 0.031 -0.012488 -0.010294 0.004824 -0.044477 0.019057 -0.037427 -0.010463 -0.029615 0.026144 0.005837 -0.030156 0.078461 -0.000563 -0.011488 -0.040636 -0.016754 0.001061 0.01222 -0.015826 -0.010506 0.042734 -0.001596 -0.023367 0.037291 0.021941 0.057882 0.047616 -0.029799 0.056363 0.014092 -0.016141 0.020477 -0.043773 0.033408 -0.026532 -0.034176 0.007255 -0.00767 0.030082 0.026131 0.026832 0.001355 0.026455 0.013566 -0.065384 -0.010756 0.004508 0.033262 -0.039297 0.023377 -0.03682 0.01268 -0.060107 -0.010495 0.012477 -0.014708 -0.014662 0.001195 0.001608 -0.049718 0.012557 0.03828 -0.024614 0.000429 0.003447 0.007616 0.032452 -0.014009 0.046645 -0.014203 -0.011259 -0.066599 -0.000793 -0.01715 -0.028843 -0.008868 0.004808 -0.022961 0.009013 -0.040054 -0.037756 0.025619 0.038062 -0.000915 0.033702 0.035072 0.02294 -0.018474 0.028867 -0.001377 0.005484 0.026128 -0.025579 -0.025071 0.059677 -0.001902 0.046058 0.043364 0.043705 0.008983 -0.027171 0.011144 -0.012202 -0.032428 -0.044883 0.006928 -0.022268 0.041492 -0.025884 0.006058 -0.011091 0.0229 0.012753 0.047332 0.011605 -0.020963 -0.002164 0.018909 -0.030758 -0.027257 0.047552 0.006883 -0.009064 -0.052227 0.019954 0.029067 0.03767 0.00864 -0.000459 -0.019918 -0.020597 -0.008881 -0.022004 -0.039662 -0.019183 -0.003997 -0.008862 -0.007668 -0.023952 -0.011883 0.022043 -0.037167 0.04466 0.01092 -0.023952 -0.025853 -0.026936 0.045655 -0.007795 -0.033465 -0.012489 -0.02641 -0.058839 0.012425 0.036947 0.029721 3e-06 -0.01819 0.01185 -0.016628 -0.01159 -0.004431 -0.058968 0.012042 0.022207 0.041769 -0.027899 -0.01555 0.006466 0.043068 -0.047121 0.029738 -0.005245 0.00123 -0.04928 -0.033179 0.006034 0.041597 0.037241 0.03829 0.002047 -0.030735 -0.037797 0.034604 -0.035551 -0.005967 -0.024182 0.015682 0.007813 0.054451 0.005168 -0.005613 -0.01358 0.008685 0.012346 -0.015252 -0.004675 -0.015784 -0.028871 -0.011552 0.01212 -0.003899 -0.01 -0.005299 0.023307 0.008986 0.003599 -0.042871 -0.052258 -0.009587 -0.034509 -0.055996 0.018176 0.018375 -0.02116 -0.009001 -0.004601 -0.003638 -0.025171 -0.007057 0.027002 -0.035507 0.059717 0.059582 0.010446 0.039668 0.008476 -0.021818 -0.0306 -0.027663 -0.005241 0.008822 -0.009532 -0.017379 0.008204 -0.018449 0.006218 -0.027003 -0.007947 -0.002298 -0.039285 -0.027757 -0.01009 0.019298 0.016016 0.002668 0.029337 0.033709 0.032116 0.017775 0.033755 0.01036 0.046355 -0.041177 0.000269 -0.026241 0.008788 0.020655 -0.009983 -0.01635 0.031685 0.01796 -0.012666 -0.009301 -0.025635 -0.038882 0.016456 -0.06133 0.018181 -0.004835 -0.012903 0.02995 0.044782 0.020673\nފ 0.010951 0.008637 -0.057964 0.010117 -0.001859 0.055076 0.021899 -0.016074 -0.005314 -0.033727 0.02207 -4.4e-05 -0.030647 -0.01869 0.014979 -0.001318 0.000241 0.007941 -0.010911 -0.078261 -0.0162 0.012955 0.024168 0.022648 0.013761 -0.008063 0.014969 0.005792 -0.029985 -0.01591 -0.004575 -0.030914 -0.011399 -0.064442 0.01121 0.007825 -0.024341 0.038985 -0.004202 0.040767 -0.038828 0.016886 0.004061 0.006254 -0.042858 -0.037148 0.02741 -0.00239 0.022769 0.023484 0.001822 0.023061 0.035374 -0.031949 0.023209 0.004628 0.010746 0.016891 0.011132 0.021449 -0.020466 -0.032782 0.007394 -0.021963 0.011324 0.006835 0.045642 0.005607 0.052327 0.018385 -0.059772 -0.029944 0.021691 0.030715 -0.034013 0.008063 -0.013266 -0.005758 -0.040789 -0.011233 -0.014938 0.006004 0.018411 -0.023839 -0.037866 -0.057256 0.004137 -0.041965 0.011724 -0.015279 -0.031956 0.022528 0.037547 -0.024741 0.021485 0.000192 -0.003714 -0.010607 -0.00079 0.005349 -0.031567 0.008007 0.001631 -0.024733 0.020312 -0.011639 0.00135 0.013223 0.049146 -0.012131 0.007676 0.032471 0.014596 -0.030637 -0.000752 -0.022055 -0.006824 0.024745 -0.026833 -0.03615 0.040245 -0.017311 0.039973 0.037632 0.02512 0.021082 -0.037025 -0.002522 -0.017619 -0.024373 -0.011393 0.015096 -0.012687 0.036563 -0.052254 0.018585 -0.03221 0.024001 0.001821 0.032728 0.011209 -0.026777 0.026733 0.013792 -0.017633 -0.036965 0.03776 0.028894 -0.007027 -0.063513 0.029733 -0.021828 0.0539 0.032167 0.005361 0.000883 0.043196 -0.037149 0.002714 -0.030532 -0.022724 0.003757 0.009292 0.019149 0.002355 0.00562 0.030801 -0.019848 0.010155 -0.001102 -0.030805 -0.021028 -0.01152 0.024692 0.005118 -0.010467 -0.01399 -0.01043 -0.039707 0.005707 0.055099 -0.010616 -0.001638 -0.021227 0.005718 -0.017837 -0.022755 0.027235 -0.05102 0.003548 0.012846 0.016312 -0.029895 -0.0272 0.014144 0.014449 0.016467 0.012979 -0.012308 -0.003237 -0.017161 -0.021435 0.019942 0.044635 0.01753 0.004106 -0.007429 -0.021645 -0.021914 0.056821 -0.010489 0.002102 -0.017669 0.02853 0.016744 0.05692 0.013414 -0.006759 0.027929 -0.005536 -0.009734 0.04059 -0.014756 -0.013274 -0.035011 0.004271 0.007583 0.030084 -0.019437 -0.021532 -0.007252 -0.014152 -0.008797 -0.006484 -0.04659 -0.025605 -0.008964 -0.0324 0.016578 0.020697 0.020849 0.027086 -0.026204 0.000511 -0.006582 0.00923 0.014227 -0.005063 0.034861 0.016316 0.024973 -0.004402 -0.019977 -0.025727 -0.007904 -0.018862 0.010457 0.016518 -0.026049 0.003156 -0.011928 -0.011449 0.014387 -0.040173 -0.042218 -0.020634 -0.050226 -0.013833 -0.00543 0.021153 0.061339 0.017654 0.031336 -0.00136 0.010328 -0.000191 -0.021447 0.004798 0.038025 -0.058589 0.002797 -0.010306 0.003126 0.052504 -0.018774 -0.026399 0.009686 -0.001691 -0.005765 -0.032515 0.023839 -0.042681 0.015764 -0.052089 0.01585 0.017789 0.026056 0.02559 0.000417 0.028877\nḏ 0.005959 0.007867 -0.032394 0.027697 -0.000943 0.029713 0.020236 -0.006824 -0.023012 -0.025338 0.022176 -0.00529 -0.008647 -0.023172 0.026506 0.01022 0.017196 -0.013426 -0.009444 -0.027519 -0.006399 0.006226 0.003713 0.009371 0.004862 0.008361 -0.011652 -0.004567 -0.023141 -0.021251 0.020664 -0.027049 -0.013855 -0.029725 -0.00149 0.011071 -0.022343 0.016853 -0.006087 0.020527 -0.030635 0.009629 -0.005572 -0.001879 -0.024262 -0.020173 0.021818 0.009376 0.014288 0.011596 0.00906 0.023337 0.0165 -0.023744 0.031372 -0.001344 -0.001654 0.02194 -0.019221 0.018007 -0.029999 -0.025747 -0.007844 -0.018249 0.018059 0.022354 0.034987 -0.013631 0.019015 0.008549 -0.042014 -0.002085 0.028984 0.019743 -0.034845 0.011783 -0.028648 0.020485 -0.020503 -0.018903 -0.001205 0.006173 -0.001074 0.006467 -0.021627 -0.036452 0.001177 -0.007492 -0.015204 -0.015701 0.000765 0.027083 0.007099 -0.010609 0.016319 -0.017508 -0.008649 -0.019206 -0.00402 -0.003747 -0.016512 0.001009 -0.006883 -0.039992 0.012888 0.002733 -0.026326 -0.000476 0.024743 -0.00597 0.029709 0.024256 0.016349 -0.01262 0.024864 8.2e-05 -0.008325 0.004699 -0.010905 -0.014971 0.010612 0.002351 0.034038 0.009197 0.026404 0.012186 -0.013675 -0.017209 -0.015953 -0.024611 -0.015447 -0.002635 -0.003789 0.010883 -0.015924 0.007333 -0.019882 0.007616 0.00644 0.038123 -0.001228 -0.008456 0.016517 0.017618 -0.02558 -0.03935 0.033178 0.000525 -0.004104 -0.024208 0.008394 0.009238 0.026553 0.012944 -0.016095 0.008289 -0.01001 -0.014223 0.017823 -0.024628 -0.008432 0.011785 0.011431 0.015083 -0.014335 -0.006664 0.0085 -0.011208 0.023728 4.9e-05 -0.018714 -0.023765 -0.002844 0.013805 -0.023032 -0.016208 -0.016086 -0.008913 -0.035188 -0.025336 0.02504 -0.016367 0.006828 -0.015207 -0.005943 -0.012004 0.000314 0.009735 -0.045832 0.001298 0.010064 0.017739 -0.013152 -0.028168 0.008474 0.03135 -0.015954 0.003304 0.000823 0.01043 -0.033306 -0.021048 0.020592 0.021287 0.00687 -0.002285 0.010444 -0.005906 -0.007143 0.030299 -0.00848 0.002006 -0.001019 -0.003834 -0.015413 0.033694 -0.011136 -0.003327 0.012439 0.001573 -0.015916 0.009523 -0.010626 0.00542 -0.013102 0.003985 -0.00646 0.007325 0.002801 -0.010824 -0.000872 -0.001222 0.005728 0.00486 -0.023645 -0.007401 -0.014773 -0.024388 0.025754 0.011762 0.016065 0.025118 -0.011313 0.006436 0.011406 -0.010687 0.026127 0.008641 0.029371 0.045833 0.027636 0.004957 -0.006877 -0.028939 -0.023021 -0.015533 -0.002034 0.001848 -0.025695 -0.027932 -0.000508 -0.017919 0.013713 -0.024556 -0.027048 -0.006645 -0.027714 -0.007486 -0.002747 -0.013364 0.015288 0.005937 -0.005857 0.004554 0.009087 0.010235 0.002563 0.004713 0.021642 -0.040524 0.009848 -0.02694 0.006494 0.007857 -0.011316 -0.012537 0.009229 -0.000793 -0.012073 -0.021487 0.003035 -0.038844 0.006117 -0.050506 -0.008661 0.00037 -0.003027 0.009627 0.018727 0.003907\nਗ 0.028138 0.003811 -0.050222 -4.4e-05 0.016507 0.037222 -0.008491 -0.021298 -0.029232 -0.042041 0.049947 0.024905 -0.002729 -0.009142 0.045901 -0.018023 0.01324 -0.011289 -0.010947 -0.059518 -0.013287 0.01261 0.00062 0.011544 -0.007892 0.002866 -0.016832 -0.025445 -0.000931 -0.046788 0.013679 -0.042712 0.00115 -0.021015 0.010797 0.019167 -0.025435 0.052577 -0.00435 0.009938 -0.053325 -0.00096 0.001044 0.00275 -0.009041 -0.012168 0.04489 -0.010837 -0.003997 0.00144 -0.000265 0.044278 0.039761 -0.015465 0.043268 -0.003926 -0.017046 0.018108 0.001972 0.019968 -0.041715 -0.022581 0.009455 -0.00384 0.025124 0.040423 0.048719 0.014094 0.032306 0.020699 -0.066341 -0.005492 0.013678 0.04404 -0.044373 0.012491 -0.044218 0.008719 -0.04117 -0.008033 0.007104 -0.028362 0.005557 0.003059 -0.008531 -0.023644 0.010569 -0.020278 -0.01027 -0.035685 -0.00065 0.00484 0.036385 0.001129 0.029799 -0.004845 -0.014648 -0.036569 -0.00841 0.009 -0.035514 0.002316 -0.004544 -0.025823 0.034157 -0.026401 -0.02886 0.021865 0.057397 -0.000548 0.044506 0.033578 0.027463 -0.036515 0.007298 -0.017979 0.00644 -0.000677 -0.01958 -0.028287 0.043894 -0.001572 0.04606 0.03062 0.03091 0.032869 -0.015348 0.02119 -0.008669 -0.01559 -0.001817 -0.005282 0.005249 0.046205 -0.027427 0.012236 -0.039341 0.010907 0.016486 0.059227 -0.008361 -0.005148 0.014083 0.022816 -0.055381 -0.053527 0.06094 0.032306 0.016096 -0.03593 0.021995 0.021443 0.029074 0.01914 0.013249 0.014219 0.018089 -0.023174 0.029007 -0.032243 -0.028007 0.018187 0.017754 0.008572 -0.013198 -0.015116 0.024098 -0.021067 0.040495 0.022739 -0.048262 -0.020774 -0.004465 0.033003 -0.02685 -0.024633 -0.019794 -0.01134 -0.053742 -0.02124 0.024535 -0.01765 -0.001387 -0.024694 -0.021858 -0.025745 0.020318 0.023698 -0.035758 0.001084 0.038985 0.018295 -0.019017 -0.033678 -0.011635 0.05384 -0.037311 0.015643 0.00323 -0.011225 -0.023705 -0.026705 0.009114 0.043175 0.023024 0.028081 0.027952 -0.014724 -0.009677 0.052366 -0.006988 -0.001835 0.015869 -0.000844 -0.004589 0.053467 0.03108 -0.021624 0.025603 -0.023095 -0.004985 -0.009092 0.004321 -0.013072 -0.023243 0.000609 0.005197 0.024308 -0.027243 -0.017677 -0.002437 -0.017328 -0.011578 -0.025834 -0.024649 -0.032312 -0.023998 -0.045295 0.007415 0.023601 -0.004027 0.010065 -0.038995 0.024464 -0.012189 0.00659 0.021613 -0.011045 0.05785 0.062013 0.024131 0.020825 -0.007819 -0.014306 -0.015168 -0.019444 -0.008141 0.050455 -0.020862 -0.018783 0.003997 -0.034783 0.02925 -0.022349 -0.043904 0.000294 -0.045964 -0.035604 0.005082 -0.000858 0.00445 0.019439 0.032404 0.0133 0.008343 -0.017123 0.01693 0.018262 0.047304 -0.066857 -0.012212 -0.017877 0.013982 0.023983 0.000581 -0.013694 0.044353 -0.005954 -0.028724 0.00076 -0.026704 -0.037393 0.03599 -0.086469 -0.011253 0.006437 0.01854 0.011877 0.004571 0.002122\nখ 0.027285 0.012006 -0.088465 0.022267 0.007977 0.05563 -0.009563 -0.025574 -0.041643 -0.054454 0.063376 0.024018 -0.021127 -0.04325 0.067784 -0.02052 0.01877 -0.037131 -0.014511 -0.096851 -0.008914 -0.003971 0.006086 0.020124 -0.010991 0.062796 -0.004718 -0.01276 -0.021861 -0.035517 0.023268 -0.04912 -0.018141 -0.061387 0.010021 0.00993 -0.065511 0.065966 0.018907 0.038182 -0.048751 -0.001131 -0.006414 0.001527 -0.039762 -0.026722 0.067921 -0.006107 -0.009684 0.02499 0.003379 0.048511 0.063666 -0.051379 0.071998 0.027679 0.000254 0.048234 -0.016747 0.066013 -0.039931 -0.076105 0.009261 -0.038034 0.049739 0.027202 0.057672 -0.008595 0.054693 0.013626 -0.066184 -0.012294 0.0167 0.023788 -0.076651 0.022689 -0.046983 0.039636 -0.057072 -0.036974 0.023426 -0.000172 -0.001626 0.022752 -0.037671 -0.066244 0.004915 0.002466 -0.01578 0.008147 0.000302 0.058258 -0.004517 -0.022491 0.018973 -0.014648 -0.018804 -0.045474 -0.004715 -0.015829 -0.040625 0.008808 0.000807 -0.016789 0.028881 -0.020916 -0.018492 0.038468 0.060323 0.011687 0.073195 0.037972 0.039081 -0.019632 -0.004423 -0.001492 -0.007024 -0.008915 -0.028542 -0.061754 0.038611 0.018543 0.065952 0.038733 0.063805 0.009382 0.004192 -0.005402 0.003857 -0.020234 -0.031153 -0.012773 -0.038673 0.053128 -0.026691 0.009817 -0.05735 0.002687 0.020099 0.082806 0.007918 -0.029349 0.025786 0.033279 -0.06109 -0.086163 0.069705 -0.001134 0.017028 -0.057157 0.001153 0.046473 0.038415 0.044016 -0.005633 0.004053 0.004771 -0.025511 0.014188 -0.042292 -0.019642 0.003297 0.030741 0.003425 -0.021011 -0.006188 0.014909 -0.032042 0.054266 0.030963 -0.046114 -0.026905 0.00459 0.052734 -0.030397 -0.044894 0.015018 0.005749 -0.059898 -0.02298 0.051407 -0.015732 0.004394 -0.036537 -0.018931 -0.026408 0.018737 0.040177 -0.094666 -0.018511 0.030415 0.049881 -0.068694 -0.058009 -0.022634 0.038282 -0.021052 0.034101 -0.001907 -0.004152 -0.083961 -0.053915 0.013479 0.040203 0.035426 0.014557 0.043388 0.011942 -0.002604 0.032656 -0.043024 -0.015307 -0.010472 0.042428 0.020537 0.09234 -0.00071 -0.045317 0.004902 -0.001187 0.009445 0.016099 -0.014329 -0.011491 -0.040933 -0.017729 -0.004442 0.010833 -0.017574 -0.022205 -0.005005 0.003823 -0.006816 -0.040781 -0.064721 -0.016535 -0.014973 -0.071026 0.026706 0.039464 0.015992 0.032996 -0.022383 0.028613 -0.012311 0.005806 0.053681 -0.039904 0.055015 0.079262 0.010987 0.024097 0.018943 -0.070216 -0.034782 -0.0257 -0.014943 0.047837 -0.0547 -0.030641 0.032533 -0.016007 0.051745 -0.024195 -0.039592 -0.051606 -0.035962 -0.03768 0.009454 0.012278 0.059429 -0.001755 0.019998 -8.5e-05 0.035767 0.004005 0.026199 0.02448 0.068512 -0.077271 -0.005751 -0.011272 0.036008 0.0301 -0.017966 -0.005383 0.037833 -0.010718 -0.052541 -0.011023 0.003153 -0.065828 0.012391 -0.123694 -0.015921 0.007931 0.048595 0.000213 0.039905 -0.007427\nങ 0.000964 0.015197 -0.049397 0.016668 0.006821 0.026845 0.014631 0.002222 -0.023549 -0.007567 0.019752 -0.005336 0.010363 -0.002489 0.010907 0.008257 -0.011177 -0.014338 -0.016737 -0.030201 -0.008913 0.005956 0.01218 0.015425 0.016416 -0.002875 -0.016223 -0.004632 -0.004298 -0.023658 0.017898 -0.011424 0.005253 -0.032831 0.011156 0.022678 -0.045139 0.023659 0.005623 0.006928 -0.000443 0.004785 -0.002777 0.001781 0.002833 -0.015961 0.036873 -0.004026 -0.000454 0.010278 0.00751 0.029764 0.015222 -0.024767 0.021813 -0.008841 0.010226 0.009631 -0.006291 0.016607 -0.019212 -0.020548 0.006013 -0.035267 0.004415 0.026769 0.030755 -0.019902 0.014206 0.019948 -0.053592 -0.02779 0.008029 0.012212 -0.038017 0.012279 -0.022428 0.006162 -0.017676 -0.029825 -0.002672 0.005622 0.019331 0.021727 0.000531 -0.02728 0.017833 -0.000971 -0.007625 0.018763 0.017902 0.012159 0.005805 0.001275 0.03535 -0.000608 0.010637 -0.017391 0.010414 0.019302 -0.001317 -0.000613 -0.004626 -0.02136 0.022271 -0.009491 0.003616 -0.006726 0.029036 -0.002313 0.030033 0.014246 0.012937 -0.001521 0.005351 0.001099 -0.004886 0.00416 -0.01669 -0.020757 0.012187 -0.002096 0.030084 0.020904 0.018726 0.015591 -0.019442 -0.015463 0.005728 -0.008016 -0.010444 -0.00042 -0.019087 0.024435 -0.010725 0.014985 -0.030486 -0.013485 -0.000415 0.027913 -0.023283 -0.016977 0.014662 0.032759 -0.003765 -0.027112 0.025869 0.008614 0.02026 -0.042315 0.006599 -0.005002 0.018222 0.026368 -0.01181 0.011401 0.000697 -0.034011 0.008352 0.003358 0.004426 0.002226 0.015111 0.033215 -0.012755 -0.007825 0.009401 -5.7e-05 0.014505 -0.000491 -0.03648 -0.02177 -0.01302 0.028095 -0.010274 -0.018754 -0.006397 0.005263 -0.029444 -0.008667 0.025253 -0.009453 -0.00066 -0.013893 0.004363 -0.001231 -0.008315 0.021288 -0.029709 0.002469 0.017523 0.014711 -0.037078 -0.019854 -0.000826 0.022168 0.002299 0.027518 0.023652 0.002727 -0.023012 -0.015153 0.016166 0.008543 0.040064 0.018346 -0.000642 -0.016859 0.004213 0.023475 -0.004962 -0.001637 -0.022998 0.027271 -0.003963 0.041753 0.003841 -0.024703 0.020158 -0.03308 -0.01088 0.027632 0.003117 -0.002617 -0.023682 0.007975 -0.007036 0.016824 -0.001872 -0.01452 -0.004966 -0.006352 -0.015813 -0.026722 -0.010551 0.017783 -0.024955 -0.029419 0.015466 0.04203 0.006187 0.015236 -0.007519 -0.002621 0.006964 0.007578 0.00933 -0.00254 0.020416 0.030083 -0.000867 -0.007532 -0.008502 -0.036885 -0.021862 -0.01129 0.015231 0.004789 -0.013717 -0.017167 0.003008 -0.001597 0.012382 -0.018265 -0.010104 -0.007899 -0.016377 -0.009047 -0.008987 0.000977 0.01426 -0.002164 0.002169 0.008263 -0.004099 -0.017048 -0.003236 0.014285 0.025811 -0.031534 -0.00979 -0.001625 0.008774 0.001357 -0.011929 -0.003484 -0.00358 -0.002987 -0.011485 -0.014293 0.011443 -0.011769 0.000737 -0.049619 -0.000553 -0.012313 0.012954 -0.007372 0.015732 0.012665\n̝ 0.034132 -0.00625 -0.003265 -0.016326 -0.005224 0.020572 0.000216 0.004501 -0.021333 -0.00869 0.033376 0.005303 -0.015408 -0.005627 0.018884 2.7e-05 0.002156 -0.025547 0.014585 -0.025997 0.001939 -0.014882 -0.027533 -7.5e-05 0.002844 -0.003422 -0.0152 0.003235 -0.001044 -0.017606 0.025753 -0.014127 -0.014037 -0.004888 0.008861 0.035607 -0.003825 -0.004598 0.008304 -0.003529 -0.015169 0.016004 0.00399 0.006807 0.028188 -0.014987 -0.006523 0.00578 -0.000171 0.005366 0.003896 0.009989 0.005619 -0.012689 0.009498 0.002591 0.010727 0.015182 0.001558 0.005425 -0.036328 0.008187 0.002502 0.010196 0.012434 0.02297 0.010762 -0.026367 -0.000876 0.002739 -0.028819 -0.000538 -0.010546 0.007008 -0.01133 -0.009447 -0.023021 0.007513 0.001535 0.001493 0.01213 0.014038 -0.001499 0.00073 -0.015223 -0.041943 0.010423 0.008892 0.012913 0.017113 0.002853 0.00517 0.007507 0.013429 -0.021174 -0.027232 0.009186 -0.031527 -0.002512 -0.008163 -0.020382 -0.011925 0.005332 -0.020696 -0.001191 0.011524 0.012412 -0.013051 -0.009432 -0.022764 0.026648 0.004995 -0.002188 0.00252 0.015862 -0.009816 0.007288 -0.012994 -0.037091 0.001288 0.022961 0.013609 0.014444 -0.011083 0.014434 -0.000345 0.000995 0.02091 0.008329 -0.024283 0.024862 0.014732 0.019411 0.032117 -0.009276 -0.010623 0.00143 0.001244 0.023329 0.026273 0.002675 0.002003 0.013759 -0.004558 -0.002816 -0.014884 0.02266 -0.00168 0.019093 -0.013823 0.023322 -0.009893 0.00625 0.010663 0.013543 0.009256 -0.02746 -0.013375 0.012066 -0.015504 0.004436 0.016137 0.013629 0.015328 -0.006593 -0.008697 -0.002925 -0.017632 -0.004289 -0.000863 -0.005428 -0.015211 -0.015326 -0.000112 0.027335 -0.024114 -0.001454 0.001043 -0.016974 0.013758 0.001861 0.001278 0.007876 -0.002382 -0.037975 0.004555 0.019277 0.020506 0.012034 0.006649 0.018953 0.027144 0.001655 -0.018826 0.00726 -0.001101 -0.0189 0.024291 -0.010139 -0.000628 -0.023905 0.016316 0.004138 -0.000141 0.010431 -0.002122 -0.006948 -0.02586 0.009856 -0.014097 0.028994 -0.014891 -0.009273 0.011886 0.004527 0.002309 0.005693 -0.009885 -0.014325 -0.008202 0.012852 -0.006362 -0.014441 0.017384 -0.031927 0.008963 0.000181 -0.001228 0.011755 0.014102 -0.017541 0.022056 0.002607 -0.020911 0.003321 -0.018985 -0.012101 0.016741 0.001813 0.001168 0.020711 -0.008172 -0.014338 0.01647 0.004621 0.010168 0.016052 0.009017 0.017871 0.033808 -0.008729 0.009035 0.001585 0.010053 -0.002791 -0.021704 -0.016401 -0.001899 -0.032916 0.01755 0.008408 0.002932 -0.002331 0.009065 -0.015252 0.007149 -0.028345 0.008131 0.008857 -0.000765 -0.009589 -0.01487 0.00427 -0.006125 0.016514 0.00863 0.002696 -0.011639 0.020567 -0.007616 0.02612 0.005397 0.020877 0.006054 0.007947 -0.009525 0.002359 -0.00733 -0.0038 -0.025471 -0.002038 -0.000932 -0.003205 -0.020625 -0.022655 0.00883 0.009707 -0.011849 -0.00635 -0.041746\nબ 0.032929 -0.00393 -0.061455 0.015815 0.024551 0.05634 0.001448 -0.017938 -0.030094 -0.044203 0.047963 0.037136 0.008955 -0.034659 0.048724 -0.005939 0.01725 -0.028237 -0.022133 -0.071784 -0.013955 -0.007064 -0.005371 0.025195 -0.00674 0.035899 0.020664 -0.014526 -0.017021 -0.04817 0.038904 -0.033152 -0.010862 -0.047747 -0.004414 0.022453 -0.064224 0.043371 0.010618 -0.015476 -0.049149 -0.001675 0.021992 -0.030567 -0.03036 -0.040494 0.051179 -0.014491 -0.016354 0.020046 -0.009033 0.07377 0.040796 -0.053015 0.070982 0.002958 -0.001058 0.034852 -0.004643 0.047773 -0.025059 -0.029695 -0.029869 -0.044022 0.032616 0.027499 0.063865 -0.010637 0.036192 0.029364 -0.087175 -0.031966 0.016615 0.015982 -0.063021 0.002424 -0.03684 0.032939 -0.040879 -0.014338 -0.005525 -0.000209 0.013227 0.031651 -0.017175 -0.060336 -0.015126 0.0021 -0.01151 -0.031729 -0.01163 0.037419 0.025365 -0.005803 0.0113 -0.016689 -0.008939 -0.052556 -0.014561 -0.017753 -0.023297 0.007162 0.001127 -0.004246 0.015725 -0.034052 -0.026194 0.021091 0.038456 -0.012951 0.051542 0.02209 0.03083 -0.000674 -0.012132 0.003924 -0.013757 0.012189 -0.016481 -0.068583 0.016453 0.016087 0.053343 0.039323 0.038214 0.018171 -0.030076 -0.006796 -0.030401 -0.00727 -0.022938 -0.023514 -0.016282 0.036849 -0.029116 -0.000528 -0.041897 -0.000667 0.002512 0.056052 0.0165 0.017092 0.008611 0.03349 -0.022454 -0.059829 0.054625 0.016009 -0.017764 -0.045733 0.015327 0.014247 0.023243 0.043317 -0.013857 0.013304 -0.004836 -0.052154 0.02067 -0.029806 -0.02184 0.019383 0.015548 0.004282 -0.01933 0.009452 0.033058 -0.042334 0.019451 0.047388 -0.026307 -0.035064 -0.012147 0.050979 -0.036379 -0.017172 0.01077 -0.017686 -0.061378 -0.04224 0.05173 -0.01934 0.016636 -0.019327 0.00482 -0.02181 0.019287 0.01235 -0.074955 0.010189 0.034588 0.052885 -0.05576 -0.025639 0.006665 0.037878 -0.015676 0.028183 0.031273 0.010217 -0.046767 -0.055244 0.003852 0.047498 0.012199 0.009375 0.017244 -0.005188 -0.009432 0.048423 -0.04131 -0.031429 -0.004723 0.037364 0.015861 0.068418 0.008283 -0.031508 0.013086 0.018372 0.014475 0.017023 -0.01162 -0.012432 -0.036145 0.013458 -0.000817 0.018055 -0.015242 -0.031264 -0.005617 -0.002068 -0.035789 -0.043163 -0.056149 0.001619 -0.004439 -0.040894 0.034034 0.027943 0.003172 0.024185 -0.038403 0.006273 0.00525 0.002552 0.059158 -0.018787 0.058946 0.0837 0.034278 0.000802 0.010349 -0.057211 -0.050656 -0.018834 -0.016853 0.030716 -0.036249 -0.037492 -0.002401 0.00985 0.042163 -0.029526 -0.034073 -0.029441 -0.047198 -0.04337 -0.001209 0.015154 0.030406 -0.012098 0.016208 0.004922 0.020824 -0.031752 0.028145 0.004812 0.049631 -0.062189 -0.009943 -0.029529 0.016226 0.03504 -0.006778 -0.027237 0.028866 -0.013694 -0.027327 0.008292 0.009782 -0.052598 0.016204 -0.076134 -0.026805 0.00454 0.016408 0.016964 0.022638 0.007033\nฯ 0.042808 -0.002393 -0.057117 0.031867 0.024903 0.040496 0.010994 0.019999 -0.018583 -0.030026 0.046518 0.017806 -0.00841 -0.037514 0.061168 -0.005285 -0.00231 -0.036545 -0.043884 -0.054469 0.003416 -0.012617 0.022548 0.011542 0.011463 0.028416 -0.028505 0.002501 -0.021598 -0.039516 0.01645 -0.038699 -0.02451 -0.069923 -0.014355 0.008989 -0.059739 0.050408 0.021506 0.028655 -0.044219 -0.001953 0.004302 -0.006804 -0.02636 -0.021202 0.054322 -0.008757 0.009558 0.006579 0.004181 0.07139 0.041116 -0.044879 0.077971 0.007114 -0.009002 0.027681 -0.009582 0.052145 -0.014612 -0.048977 -0.001491 -0.022314 0.021007 0.027857 0.051173 -0.018978 0.042436 0.010015 -0.055286 -0.02116 0.023393 0.027136 -0.055299 0.005454 -0.041155 0.022996 -0.032882 -0.006979 0.012087 0.001972 0.006329 0.04155 -0.017349 -0.052522 -0.003207 -0.010896 -0.007037 -0.01288 -0.011813 0.020686 -0.006482 -0.025682 0.022815 -0.012815 0.011839 -0.051471 0.001976 -0.002265 -0.030603 0.000967 0.013378 -0.036427 0.008812 -0.005562 -0.027038 0.017318 0.046144 -0.004968 0.063552 0.030507 0.028445 -0.018304 0.006187 0.011789 -0.007794 0.020929 -0.008446 -0.056628 0.024079 0.00921 0.055827 0.019585 0.047665 0.021801 -0.013764 -0.019233 -0.018223 -0.010896 -0.012441 -0.01276 -0.033494 0.023282 -0.036027 0.007334 -0.041445 -0.009531 -0.005734 0.065861 -0.01392 -0.004778 0.01607 0.045554 -0.030006 -0.062828 0.045029 0.005797 -0.008562 -0.052518 0.008601 0.010199 0.038947 0.028846 -0.009217 0.014845 -0.005688 -0.044228 0.026202 -0.02757 -0.018087 0.010298 0.033365 0.028082 -0.010923 -0.008151 0.033851 -0.017337 0.025187 0.012858 -0.045671 -0.02983 -0.009282 0.056753 -0.03242 -0.026665 -0.01715 -0.012409 -0.048507 -0.022538 0.060673 -0.011493 0.00446 -0.020809 -0.017102 -0.031996 0.008292 0.028952 -0.095496 0.015577 0.013759 0.032257 -0.048747 -0.044941 0.010799 0.045944 -0.022511 0.011214 0.009733 0.011829 -0.047212 -0.049388 0.018694 0.022737 0.019479 0.030705 0.028653 0.011289 -0.007712 0.046812 -0.034622 -0.00931 -0.017522 0.022863 -0.014276 0.074715 0.013066 -0.037976 0.011609 -0.009253 0.002986 -0.00804 -0.005106 0.002127 -0.037161 0.007037 0.005361 0.034288 -0.034856 -0.047085 -0.005769 0.007464 0.006047 -0.024421 -0.047493 -0.002798 0.004679 -0.026637 0.022358 0.039084 0.007419 0.028143 -0.015951 -0.001798 0.016314 -0.020126 0.056922 -0.006927 0.050615 0.087558 0.035578 0.020987 -0.012073 -0.054688 -0.063642 -0.043234 -0.002888 0.023203 -0.047358 -0.016749 -0.003111 -0.03675 0.028911 -0.038996 -0.050988 -0.026972 -0.046043 -0.024147 0.026964 -0.011442 0.007238 -0.002134 -0.002248 -0.000397 0.019057 0.008186 0.003606 0.011772 0.039486 -0.073395 -0.000531 -0.026653 0.004349 0.034338 -0.063068 -0.007479 0.02761 -0.006146 -0.021918 -0.033638 0.00592 -0.047744 0.023214 -0.077115 -0.024472 0.006283 0.02279 0.023444 0.030624 0.001253\nı 0.052446 0.004998 -0.067854 0.02643 0.019229 0.037777 0.002676 0.018701 -0.019533 -0.032656 0.026667 -0.000363 -0.006339 -0.041855 0.006992 0.007121 0.019816 -0.029176 -0.040749 -0.052434 -0.010458 -0.026928 0.017437 0.043518 0.011764 0.042246 0.015189 0.001544 -0.031348 -0.043941 0.016596 -0.054509 -0.017375 -0.044762 0.014655 0.025921 -0.062543 0.040998 0.030727 0.027449 -0.025332 0.012788 -0.021529 0.010621 -0.040014 -0.042496 0.036625 -0.016911 -0.006099 0.017544 -0.009686 0.077025 0.043594 -0.045387 0.064445 0.002131 0.004089 0.037092 -0.001799 0.047413 -0.023001 -0.040891 0.000452 -0.001337 0.009983 0.018729 0.026549 -0.028741 0.05514 0.014108 -0.050988 -0.021083 0.015552 0.033442 -0.065047 0.019461 -0.033508 0.053897 -0.033973 -0.020473 0.026225 -0.004919 -0.004779 0.022499 -0.059598 -0.086729 0.003955 0.008862 -0.034387 0.005367 -0.025567 0.042663 -0.01463 -0.042892 0.014115 -0.018255 0.010882 -0.041887 -0.017825 -0.009392 -0.010072 0.000413 0.013066 -0.013183 0.017281 -0.001894 -0.00436 0.013007 0.030353 0.007116 0.052025 0.020501 0.030691 0.007271 0.010745 0.002821 -0.019738 -0.011335 -0.016876 -0.044932 0.006611 -0.012699 0.048366 0.003176 0.051562 0.023167 -0.007212 -0.030135 -0.0188 -0.026783 -0.022242 0.008515 -0.030857 0.017838 -0.041718 0.011833 -0.034744 -0.000728 0.006607 0.068481 -0.001264 -0.024968 0.029831 0.026478 -0.054127 -0.057315 0.038471 9.8e-05 0.007615 -0.05285 0.00895 0.00734 0.03311 0.027926 -0.008186 0.012492 -0.011975 -0.021954 0.015492 -0.035862 -0.006285 0.028193 0.01437 0.019611 -0.014503 -0.017993 0.005771 -0.031217 0.011868 0.040408 -0.051231 -0.035878 -0.017024 0.040623 -0.047442 -0.05027 -0.006868 -0.001839 -0.039245 -0.022724 0.043678 -0.02197 -0.002049 0.002574 -0.003039 -0.013907 -0.002368 0.028987 -0.069074 -0.016799 -0.016228 0.011123 -0.032533 -0.032452 0.014653 0.043148 -0.006652 0.003444 -0.003075 -0.009212 -0.042298 -0.039992 0.019007 0.027035 0.002572 0.032042 0.028278 -0.005851 -0.021936 0.041396 -0.036523 0.023898 -0.019741 0.030789 -0.002906 0.079056 0.011177 -0.016859 -0.016649 0.010392 -0.010312 -0.006359 -0.007776 0.006712 -0.020055 -0.020824 -0.013831 0.031844 -0.015155 -0.017001 -0.006529 -0.012264 -0.020198 -0.019238 -0.056714 0.00387 -0.00684 -0.027306 0.040749 0.038621 0.017446 0.043152 -0.033329 0.025611 -0.000909 -0.023081 0.062516 -0.011932 0.022941 0.066819 0.019124 -0.000841 0.010193 -0.061727 -0.040513 -0.037446 -0.001008 0.031487 -0.019582 -0.012628 0.029857 -0.015871 0.037346 -0.036702 -0.031948 -0.019458 -0.00858 -0.026 0.013266 0.005756 0.035312 -0.003345 -0.000638 -0.01541 0.010356 0.006783 -0.000692 0.024674 0.035503 -0.049064 -0.011279 -0.027345 0.015695 0.041044 -0.006844 0.003414 0.017942 0.006692 -0.026689 -0.017457 -0.003637 -0.055444 0.012794 -0.074934 0.007789 0.009955 0.022825 0.008311 0.039405 -0.010063\n° 0.112001 -0.013602 -0.065624 0.113028 -0.00047 0.183695 0.192346 -0.114726 -0.031831 -0.002945 0.011687 0.186506 -0.136867 0.019883 0.123657 -0.13634 0.032503 0.143394 -0.018129 -0.078465 0.070805 -0.087693 0.067655 0.001407 0.02058 -0.202832 0.040246 0.014422 -0.117272 0.193816 0.021086 -0.080412 0.120333 -0.132956 0.037381 -0.075782 0.017587 -0.096455 0.043955 0.077102 -0.162874 -0.083557 0.016935 0.135106 0.002604 0.137751 -0.003758 -0.089613 -0.172744 -0.133235 0.130972 0.101882 0.100678 -0.095695 0.09945 -0.036903 0.066216 0.218884 0.038842 -0.030184 -0.059813 -0.024886 0.042851 0.086354 0.168433 -0.094474 0.096634 -0.021681 0.020243 -0.106833 -0.106345 -0.03756 0.075861 0.069117 0.054716 -0.073133 0.024412 0.040126 0.115536 -0.108698 0.019742 0.006072 0.197347 -0.087397 -0.049636 0.081518 0.003704 0.046597 0.090201 -0.050688 0.064282 0.007814 0.153076 0.158918 0.128938 0.014968 -0.067873 -0.235049 0.002832 0.231478 0.005782 -0.297886 0.011284 -0.09966 0.108717 -0.210922 0.151059 -0.113187 -0.135342 -0.155432 0.041358 -0.06845 0.003755 -0.012182 0.001821 -0.007079 -0.076715 -0.059192 0.221529 0.056471 -0.035645 0.136414 0.046742 -0.014092 -0.110788 0.034787 0.028971 0.04516 0.082007 -0.07627 0.079574 -0.048378 0.036382 0.126514 0.037472 -0.061405 0.039852 -0.130975 -0.070836 -0.021005 0.012215 0.002486 0.163705 0.033603 -0.016096 -0.089295 -0.05137 -0.031703 0.234881 -0.099071 0.033906 0.044982 -0.14952 0.143881 -0.029399 0.021489 -0.164879 0.026684 -0.023598 -0.000743 0.031229 -0.113996 0.070133 0.182445 0.034864 0.029515 -0.068402 -0.011012 0.079424 0.061388 -0.025204 -0.075898 -0.07063 0.0383 0.056609 -0.021512 -0.024082 -0.232805 0.106648 0.095536 0.076877 0.060185 -0.155273 0.138246 -0.07297 0.02422 0.077035 0.158374 -0.131911 -0.007346 0.071159 -0.105006 0.097892 0.012355 0.091465 0.109499 0.022588 0.269068 -0.070162 -0.066488 -0.053916 -0.05617 0.018218 0.192123 0.181363 -0.096522 0.202382 0.062377 0.058709 -0.134027 0.027809 -0.067914 -0.031765 -0.01216 -0.008274 0.183369 -0.068152 0.053478 -0.080237 0.121338 0.111024 -0.046132 -0.068787 -0.033998 -0.106938 -0.062416 -0.132158 -0.014839 0.150653 -0.033111 -0.134683 0.109966 -0.026205 0.075777 0.065423 0.063064 0.021376 -0.105324 -0.092796 0.090295 0.085336 0.10774 -0.092089 0.028844 -0.11427 0.065267 -0.084532 0.01276 0.04756 0.139957 0.117765 0.013882 -0.180943 -0.141419 -0.006904 0.04705 -0.014481 -0.057303 -0.11722 0.002966 0.031705 0.028392 -0.01931 0.060439 0.12323 -0.133603 -0.03234 0.035094 0.041881 0.06403 0.198605 -0.064436 -0.014349 0.038593 0.071764 -0.047767 0.13769 0.075986 0.196506 -0.040984 -0.000518 0.033829 0.0858 -0.089559 0.010047 0.007196 0.017136 -0.123955 -0.084338 -0.006673 0.182879 -0.027716 0.122909 -0.141687 -0.00365 -0.021102 -0.071081 0.034415 0.045573 -0.069732\nг 0.03797 0.006305 -0.050062 0.022323 0.015552 0.034694 0.005675 -0.000395 -0.016555 -0.031135 0.04113 0.011349 -0.011024 -0.029785 0.037647 -0.012766 0.006072 -0.024239 -0.013839 -0.045873 -0.013319 0.00058 0.007435 0.013894 0.006004 0.023074 -0.007938 -0.012094 -0.017299 -0.027873 0.021079 -0.03797 -0.016974 -0.04102 0.012606 0.017374 -0.044805 0.043225 0.005755 0.018235 -0.033856 0.012883 0.002969 0.002522 -0.028601 -0.025645 0.037608 -0.002352 -0.004635 0.020062 0.013106 0.054955 0.033161 -0.036489 0.043483 0.012681 -0.001287 0.022306 -0.008168 0.027796 -0.032302 -0.02794 -0.008093 -0.018138 0.016374 0.023184 0.036039 -0.014816 0.028723 0.016312 -0.052681 -0.007585 0.021011 0.016447 -0.055072 0.000894 -0.035799 0.032417 -0.029876 -0.013035 0.015052 -0.002085 0.00107 0.023934 -0.024529 -0.054692 0.004752 0.003244 -0.024861 -0.003975 -0.009093 0.025867 0.006088 -0.018005 0.017087 -0.00696 0.002463 -0.03908 -0.002171 -0.005874 -0.017585 -0.00223 -0.002786 -0.031332 0.019357 0.000747 -0.015529 0.010511 0.03833 -0.002411 0.050037 0.0243 0.022004 -0.011702 0.013602 0.006298 -0.014395 0.000734 -0.014115 -0.042222 0.023123 0.004969 0.041116 0.028247 0.032272 0.007726 -0.009257 -0.025014 -0.012283 -0.019628 -0.019117 -0.00338 -0.015202 0.028951 -0.02392 0.012967 -0.026954 0.007637 0.01065 0.043906 -0.005116 -0.014296 0.013334 0.029532 -0.034966 -0.053349 0.045227 0.007271 0.005463 -0.042603 0.004931 0.003532 0.033439 0.028536 -0.008364 0.001416 -0.002577 -0.024414 0.017099 -0.019805 -0.0215 0.019608 0.018435 0.016431 -0.020378 -0.008824 0.024661 -0.024181 0.015979 0.02224 -0.028607 -0.026439 -0.011823 0.037081 -0.018615 -0.030742 -0.008458 -0.006389 -0.039393 -0.028116 0.035198 -0.009603 0.004809 -0.010038 -0.008594 -0.020081 0.00341 0.019552 -0.061814 0.006253 0.024547 0.028072 -0.029351 -0.04073 0.008925 0.040874 -0.014502 0.018808 0.0042 0.0055 -0.042444 -0.037496 0.014699 0.028274 0.016965 0.017979 0.008809 -0.014391 0.000249 0.038429 -0.026493 -0.005755 -0.007806 0.020063 -0.003087 0.072869 0.0043 -0.0267 0.007316 -0.008319 -0.009304 0.011044 -0.009492 0.006975 -0.019122 -0.006307 -0.001807 0.021234 -0.011368 -0.02695 -0.008486 0.000576 -0.006002 -0.031749 -0.041294 -0.003936 -0.005615 -0.040983 0.03011 0.027028 0.006202 0.024641 -0.023244 0.016058 0.00716 -0.009908 0.049754 -0.006964 0.04488 0.05537 0.032349 0.004509 0.006302 -0.047438 -0.043548 -0.022406 -0.003501 0.025972 -0.029111 -0.010584 0.004344 -0.007929 0.029076 -0.028778 -0.028851 -0.021714 -0.03343 -0.021074 0.006579 -9.4e-05 0.014422 -0.004019 0.008343 -0.006009 0.014613 0.008849 0.004365 0.01116 0.040065 -0.052328 -0.002592 -0.022768 0.015433 0.014379 -0.021943 -0.000104 0.018202 -0.014548 -0.020682 -0.016859 0.007254 -0.04245 0.010074 -0.065681 -0.011488 0.012689 0.014407 0.01842 0.019725 0.003824\nβ 0.024382 -0.002896 -0.039167 0.018024 0.007355 0.040054 0.017607 -0.003339 -0.018251 -0.029152 0.031596 0.010902 -0.020551 -0.028217 0.030568 -0.005884 0.012698 -0.024856 -0.006167 -0.039684 -0.010631 0.003095 -0.001625 0.011134 0.005963 0.015056 -0.008228 -0.00905 -0.01463 -0.016553 0.028097 -0.032884 -0.016979 -0.031818 0.005926 0.016209 -0.0304 0.038953 0.003697 0.01337 -0.029736 0.012355 -0.002229 0.015309 -0.013117 -0.019172 0.030378 0.01067 -0.001445 0.009879 0.009878 0.044784 0.035164 -0.025449 0.039087 0.009722 0.00262 0.024892 -0.01208 0.017386 -0.033387 -0.0296 -0.0137 -0.01511 0.007361 0.013224 0.044383 -0.020146 0.023657 0.018748 -0.042781 -0.011015 0.024276 0.00514 -0.038795 -0.004791 -0.02346 0.023217 -0.015425 -0.013724 0.010765 0.003748 -0.002812 0.020921 -0.016332 -0.046961 0.00366 -0.002496 -0.00615 0.003125 -0.005293 0.027606 -0.001842 -0.000334 0.004139 -0.015286 -0.001797 -0.0375 -0.006407 -0.004229 -0.007842 0.002702 -0.000267 -0.028917 0.017411 -0.008096 -0.009657 0.009235 0.021267 -0.010385 0.044291 0.017841 0.025501 -0.006033 0.010693 0.00135 -0.001949 0.002678 -0.008592 -0.038364 0.025321 -0.004528 0.029381 0.024887 0.025781 0.001204 0.004401 -0.005924 -0.016722 -0.009962 -0.012674 0.008597 -0.010958 0.025869 -0.025294 0.011304 -0.026624 0.00211 0.003662 0.040814 -0.009055 -0.014212 0.020365 0.017326 -0.032092 -0.039813 0.03342 0.0043 0.002515 -0.039257 0.001431 0.006055 0.028134 0.024021 -0.000735 0.00121 -0.007449 -0.016589 0.016926 -0.020281 -0.011807 0.010857 0.022277 0.012375 -0.003096 -0.010486 0.02846 -0.031123 0.031611 0.017677 -0.026888 -0.030321 -0.011049 0.027849 -0.006954 -0.030392 -0.021149 -0.000488 -0.028894 -0.014603 0.037527 -0.011218 0.002813 -0.007025 -0.023106 -0.019441 -0.010159 0.019994 -0.050596 -0.000307 0.015711 0.036739 -0.029779 -0.042191 -0.002424 0.029953 -0.017161 0.013265 0.005285 -0.002158 -0.039145 -0.020917 0.019055 0.022717 0.020799 0.008598 0.012631 -0.017599 -0.00555 0.029903 -0.009869 -0.010195 -0.014484 0.010967 -0.001831 0.057364 0.008729 -0.010934 0.007259 -0.001537 -0.010684 0.016991 -0.007395 0.003852 -0.032216 -0.001314 0.004344 0.00863 -0.002871 -0.024654 -0.005779 0.002568 -0.002795 -0.02244 -0.0215 -0.004369 -0.012964 -0.031759 0.024302 0.025884 0.011464 0.029582 -0.017021 0.010001 0.009681 -0.007702 0.035384 -0.000231 0.030076 0.044736 0.022089 0.007604 -0.001439 -0.03664 -0.030438 -0.028109 -0.005094 0.010753 -0.030157 -0.016907 0.008943 -0.008868 0.025746 -0.021674 -0.019007 -0.018824 -0.027265 -0.017731 0.003489 -0.002068 0.024189 -0.01049 0.004585 0.00613 0.005203 -0.007625 0.005613 0.0198 0.036531 -0.038208 -0.008581 -0.01343 0.010065 0.014655 -0.020463 0.003743 0.005929 -0.011301 -0.021711 -0.018725 0.014333 -0.043903 0.011545 -0.065159 -0.010074 0.003537 0.013596 0.011224 0.016274 0.002591\nܵ 0.018673 0.0208 -0.004121 0.019742 -0.003178 0.024941 -0.031021 -0.020769 0.0036 -0.011398 0.038693 0.033544 0.021953 0.007302 0.023728 -0.045959 0.046475 0.011518 -0.025018 -0.037489 -0.020792 -0.035098 -0.002385 0.00458 -0.020946 0.02048 -0.034022 -0.024188 -0.015758 -0.007419 0.050676 -0.020655 -0.017595 0.01696 0.001345 0.012207 -0.01109 0.017281 -0.055971 -0.014564 -0.017315 -0.019473 0.007598 0.039546 -0.04693 -0.001671 0.033907 -0.033269 -0.004777 0.03127 -0.03463 -0.008539 0.022596 -0.041944 0.072366 0.037511 0.006836 -0.010435 -0.02857 0.019611 -0.012915 -0.024548 0.029589 -0.020518 0.017581 0.006975 0.05832 0.015227 0.031549 0.005965 -0.047476 -0.012758 0.001657 0.02531 -0.047681 0.007939 -0.034415 0.009102 -0.026454 -0.001972 0.011915 -0.007573 -0.022724 0.033316 -0.003802 -0.027696 0.000554 0.042333 -0.020148 -0.028299 -0.021616 0.016161 0.009855 0.021383 -0.038 0.018436 0.000561 -0.067328 -0.005514 -0.001676 -0.021871 -0.012412 0.013579 -0.004503 0.038674 0.026061 -0.059352 -8.2e-05 0.011807 -0.04264 0.029463 0.012939 0.020097 0.007101 0.005149 -0.001325 0.060333 0.010525 -0.02635 -0.036328 0.014251 0.009431 0.045192 0.029033 0.05501 -0.001881 0.007444 0.012166 -0.005305 -0.017791 -0.014313 0.003108 0.011739 0.038391 -0.031528 0.00013 0.002036 0.024017 0.020662 0.085847 0.012996 -0.004456 -0.03445 0.00888 -0.076387 -0.089095 0.05429 -0.005042 0.010209 -0.025616 0.029531 0.019647 0.010832 -0.025066 0.05618 -0.020782 0.0064 0.003234 -0.025862 -0.047766 -0.011257 0.030487 0.014547 -0.00186 0.00382 0.003315 0.008194 -0.014976 0.011683 0.007908 -0.029177 0.003691 -0.00791 0.067668 -0.010082 -0.030386 0.014211 -0.026287 -0.038903 -0.016013 0.023848 -0.021159 0.014823 -0.035861 0.008446 0.008286 0.002164 0.0157 -0.031838 -0.005764 -0.00322 0.026923 -0.004004 -0.012034 0.002019 0.044828 -0.035901 0.02655 -0.009138 0.008693 -0.01643 -0.034164 0.002468 0.034425 -0.003171 -0.006628 0.053506 -0.013437 -0.01132 0.036026 -0.023866 -0.02877 -0.015454 0.004798 0.014495 0.052833 0.024313 0.011583 -0.041457 0.023905 -0.002772 0.003875 -0.008427 0.050884 -0.036461 -0.000539 -0.00365 -0.007858 -0.027768 0.026118 0.021828 -0.009812 -0.008056 -0.022689 0.0029 0.016683 -0.040085 -0.00725 0.00983 0.037856 0.004052 0.015511 -0.030731 -0.000304 0.021793 -0.009861 0.046038 -0.00871 0.076375 0.027184 0.029011 0.006338 0.016901 -0.010968 -0.059444 -0.031536 -0.005975 0.023576 -0.027212 0.001915 -0.038489 0.018523 0.04132 -0.045518 0.002474 0.023512 0.011773 -0.038059 0.008747 0.010462 0.013233 -0.025544 0.02892 -0.009001 -0.003088 0.026802 0.017037 0.002329 0.012356 -0.042522 -0.017225 -0.03103 0.011883 0.006714 -0.009554 -0.021948 -0.001511 0.000518 0.001086 0.0008 -0.002769 -0.003227 0.00578 -0.072979 0.000791 0.023664 0.027804 -0.01846 0.05718 0.030336\nျ 0.017467 -0.008628 -0.024819 0.005952 0.011677 0.039572 0.011266 0.002704 -0.013561 -0.03651 0.038129 0.005513 -0.013356 -0.020699 0.042572 -0.017214 0.002826 -0.019454 0.007317 -0.048178 -0.015637 -0.005819 -0.013241 -0.000139 -0.003934 0.004577 -0.026567 -0.014645 -0.006981 -0.033867 0.022651 -0.02204 -0.010313 -0.031362 0.000584 0.00861 -0.020466 0.042834 -0.002648 0.002541 -0.03517 0.01747 -0.003814 -0.001201 -0.030291 -0.020279 0.027436 -0.011278 -0.005406 0.016891 -0.005115 0.044808 0.026123 -0.035371 0.030093 0.012227 -0.010468 0.028521 -0.017238 0.023327 -0.048923 -0.029575 -0.011312 -0.001661 0.00841 0.014852 0.04161 -0.022172 0.029392 0.023904 -0.057649 -0.014133 0.002039 0.018271 -0.041833 -0.00853 -0.024112 0.020788 -0.051055 -0.006866 0.00775 -0.003369 -0.009086 0.014607 -0.025279 -0.053556 0.009598 -0.00582 0.00061 0.002853 -0.00681 0.025113 0.013204 -0.017013 0.01376 -0.007753 0.00347 -0.03697 -0.011838 -0.008788 -0.028177 0.001563 -0.003813 -0.017993 0.01308 -0.008016 -0.008804 0.011698 0.02827 -0.011218 0.04734 0.019145 0.029868 -0.007056 0.009387 -0.00555 -0.01198 -0.008015 -0.022208 -0.031484 0.019061 0.015108 0.019867 0.025522 0.040532 -0.001039 -0.001256 0.006795 -0.006822 -0.01384 -0.011875 -8.4e-05 -0.004571 0.036195 -0.004638 0.005905 -0.027371 0.032232 0.000849 0.046425 0.002487 -0.007486 0.00544 0.012341 -0.040093 -0.06264 0.050066 0.00492 0.0069 -0.042037 0.020187 0.012684 0.033748 0.013275 0.001849 0.002207 0.001949 -0.02712 0.028242 -0.021619 -0.017831 0.015486 0.023592 -0.000227 -0.016112 -0.027069 0.019744 -0.018424 0.023497 0.037939 -0.020973 -0.019821 -0.017425 0.030113 -0.015364 -0.026648 0.010648 -0.012072 -0.058319 -0.013066 0.029417 1.8e-05 0.014679 -0.014591 -0.012188 -0.018217 -0.003608 0.01951 -0.036924 -0.002834 0.014971 0.030872 -0.039765 -0.038102 -0.011128 0.047611 -0.0364 0.00864 0.00193 -0.010521 -0.038935 -0.032999 0.003608 0.033752 0.017026 0.011308 0.017898 -0.008448 -0.008541 0.03026 -0.012557 -0.010356 -0.001795 0.0214 0.001789 0.049522 0.01514 -0.025617 0.012888 0.006373 0.000273 -0.009544 0.00545 -0.003113 -0.033853 -0.007099 -0.008249 0.013163 -0.003995 -0.012799 -0.022075 -0.000775 -0.009527 -0.047823 -0.039218 0.001589 -0.009379 -0.040333 0.020793 0.014131 0.000323 0.035936 -0.016571 0.002293 -0.006904 -0.010019 0.020309 -0.007821 0.044417 0.050316 0.007686 0.003989 -0.005344 -0.027901 -0.023425 -0.006256 -0.006178 0.020826 -0.027718 -0.003191 0.002446 -0.01325 0.027363 -0.027425 -0.023973 -0.028804 -0.039976 -0.00804 0.003222 0.007632 0.015096 0.009539 0.024498 -0.00211 0.032951 0.008197 0.016285 0.004817 0.052914 -0.047583 0.003452 -0.001551 0.013039 0.025702 -0.003294 -0.01629 0.016448 -0.007671 -0.024829 -0.007775 0.007602 -0.041937 0.011771 -0.055199 -0.018975 0.013797 0.011042 0.01229 0.012494 -0.010886\nु 0.023432 -0.003232 -0.036716 0.016682 0.008559 0.022407 0.000908 -0.005056 -0.022197 -0.027811 0.036173 0.014591 -0.00099 -0.016266 0.018025 -0.006908 0.00245 -0.015055 -0.0011 -0.040052 -0.009463 0.001032 0.007565 0.004004 0.000915 0.017189 -0.011004 -0.011499 -0.01474 -0.01746 0.021932 -0.023812 -0.009135 -0.022887 0.005448 0.007507 -0.023543 0.025284 0.008762 0.015345 -0.024765 0.003079 0.005969 -0.001396 -0.010278 -0.009403 0.023609 -0.010062 0.001069 0.009031 0.004061 0.04344 0.03104 -0.032707 0.031404 0.003252 -0.002593 0.004921 0.001988 0.018067 -0.023648 -0.022917 1.9e-05 -0.015701 0.003959 0.007975 0.029938 -0.004224 0.020106 0.012953 -0.043227 -0.006186 0.018527 0.007583 -0.039841 0.003471 -0.020975 0.015705 -0.029083 -0.016805 0.009398 -0.002482 0.006312 0.009235 -0.012295 -0.020217 -0.001126 -0.010932 -0.012054 0.00142 -0.009826 0.01216 0.008696 -0.007212 0.010479 -0.002073 -0.010343 -0.035543 -0.001153 -0.003544 -0.021794 0.003081 0.000513 -0.012674 0.011665 -0.013109 -0.011936 -0.000346 0.035087 0.001093 0.032628 0.020158 0.019894 -0.018182 0.001026 -0.003078 0.001954 0.003495 -0.021545 -0.029961 0.018341 -0.001811 0.02667 0.02635 0.021635 0.004218 -0.008528 -0.009524 -0.01118 -0.013562 -0.006866 -0.001093 -0.016369 0.029069 -0.019072 0.001099 -0.02175 0.003345 0.005079 0.020105 -0.018743 0.00025 0.005663 0.020187 -0.030489 -0.038209 0.036126 0.01313 0.001424 -0.030826 0.001188 0.012991 0.017905 0.014202 0.012508 0.009545 0.009771 -0.025937 0.007867 -0.017826 -0.020372 0.009022 0.015751 0.009596 -0.012608 -0.00627 0.027396 -0.005119 0.01313 0.011674 -0.014562 -0.008446 -0.010136 0.021103 -0.015006 -0.018623 -0.008077 -0.003329 -0.023179 -0.015547 0.023606 -0.00795 0.015637 -0.01407 -0.011242 -0.010269 0.002181 0.02318 -0.042322 0.008973 0.023048 0.016884 -0.02737 -0.028569 -0.002773 0.031708 -0.017634 0.017933 0.003128 -0.009329 -0.030119 -0.019467 0.007306 0.019546 0.016797 0.011645 -0.003356 -0.003829 -0.003697 0.030939 -0.009574 -0.009208 -0.006339 0.01801 -0.004278 0.05075 0.012408 -0.023118 0.017322 0.00434 0.002622 -0.000929 -0.000516 0.004651 -0.027946 -0.011664 0.004087 0.016165 0.004374 -0.019211 -0.009087 -0.014231 0.005721 -0.022516 -0.025614 -0.004291 -0.002401 -0.019906 0.026761 0.023519 0.006973 0.014577 -0.023191 0.021614 -0.004601 0.002796 0.026132 -0.001136 0.023745 0.036645 0.014625 0.006856 -0.012002 -0.027176 -0.019651 -0.010292 -0.013934 0.016025 -0.031138 -0.01324 0.003433 -0.012873 0.021148 -0.016191 -0.02184 -0.016918 -0.015582 -0.013853 0.001348 -0.013639 0.01106 0.007919 0.005607 -0.010693 0.006782 -0.003415 -0.000402 0.012462 0.041564 -0.038813 0.005669 -0.016757 0.012779 0.013873 -0.018466 -0.016661 0.014303 -0.015269 -0.020269 -0.002705 0.001418 -0.027398 0.007906 -0.044369 -0.015693 0.015423 0.01028 0.01552 0.007347 0.010781\nூ 0.070942 0.002542 -0.107296 0.014117 0.034178 0.096391 0.015769 -0.02621 -0.04998 -0.05374 0.060697 0.037564 -0.016551 -0.057977 0.074011 -0.025114 0.022593 -0.039366 -0.012736 -0.098197 -0.025575 0.01385 0.037461 0.017018 0.010173 0.026506 -0.014982 -0.011772 -0.042586 -0.058082 0.048474 -0.078415 -0.042143 -0.069986 0.030816 0.008644 -0.074172 0.094266 0.01293 0.058836 -0.077449 0.011765 0.014346 -0.011717 -0.075302 -0.020163 0.062743 -0.003168 -0.004345 0.033228 -0.00825 0.102549 0.085747 -0.059834 0.086431 0.022782 -0.01802 0.048469 -0.015679 0.053149 -0.089547 -0.061067 -0.007227 -0.039635 0.027832 0.034254 0.082196 0.004252 0.102079 0.042906 -0.102999 0.00807 0.038127 0.045879 -0.086348 -0.000567 -0.057347 0.032978 -0.058423 -0.019158 0.005249 -0.000524 0.005021 0.012182 -0.037965 -0.110171 0.012543 -0.017029 -0.029616 -0.008095 -0.012577 0.03109 0.018543 -0.024684 0.014994 -0.007458 -0.001641 -0.086927 -0.001991 -0.016896 -0.055048 0.005979 0.018995 -0.058638 0.025689 -0.023404 -0.036011 0.031302 0.064234 -0.00325 0.076546 0.047698 0.05083 -0.038051 0.010671 0.000834 -0.019849 -0.020797 -0.028015 -0.085006 0.054876 0.008955 0.087717 0.05109 0.070065 0.037989 -0.005711 -0.009622 -0.025815 -0.056466 -0.042444 0.010767 -0.038306 0.062933 -0.035527 0.027255 -0.05517 -0.018869 0.01642 0.087567 0.009932 -0.018463 0.024734 0.035016 -0.07433 -0.107388 0.114026 0.058487 0.004268 -0.077918 0.010679 0.021356 0.07921 0.035042 -0.004395 0.006523 0.008466 -0.047172 0.035675 -0.037675 -0.052014 0.012638 0.059612 0.02092 -0.030485 -0.026533 0.051694 -0.045809 0.054309 0.036215 -0.068575 -0.045805 -0.028401 0.065998 -0.0303 -0.064394 -0.037767 -0.015943 -0.082314 -0.034186 0.052911 -0.022841 0.020108 -0.022569 -0.002707 -0.04597 6.3e-05 0.032663 -0.1026 0.024546 0.040274 0.047917 -0.059999 -0.097338 0.002263 0.093163 -0.055406 0.025112 -0.004021 0.00639 -0.070751 -0.045033 0.035534 0.064206 0.015348 0.026863 0.045242 -0.019924 0.00551 0.09142 -0.076333 -0.01221 -0.027912 0.02776 0.004381 0.141709 0.019504 -0.047278 0.024284 0.00041 -0.014427 0.00682 -0.00341 0.019425 -0.062251 -0.013517 -0.011546 0.061614 -0.019365 -0.054354 -0.012569 -0.002232 -0.008386 -0.054293 -0.091632 -0.011525 -0.029233 -0.078347 0.061627 0.045029 0.010625 0.04085 -0.029678 0.037842 0.006645 -0.007955 0.064304 -0.030316 0.082585 0.113012 0.065194 0.01968 -0.001601 -0.086967 -0.058682 -0.045916 -0.021275 0.048349 -0.06703 -0.026624 -0.005605 -0.054282 0.070037 -0.046245 -0.075621 -0.038343 -0.060902 -0.034898 0.020239 0.008551 0.028499 0.001013 0.021712 -0.00258 0.023289 0.005738 -0.002161 0.037999 0.124144 -0.107478 -0.006987 -0.050558 0.02477 0.033717 -0.022472 -0.018626 0.037054 -0.029164 -0.040303 -0.049584 0.024327 -0.089906 0.012394 -0.16512 -0.004261 -0.004506 0.019976 0.050227 0.029127 0.011629\nཅ 0.017278 -0.002681 -0.055512 0.031696 0.014111 0.015779 0.007896 -0.000284 -0.012676 -0.02485 0.040222 0.009441 0.00052 -0.016232 0.024392 0.001808 0.000413 -0.019824 -0.017273 -0.037038 -0.000317 0.005683 -0.002973 0.012506 0.009963 0.029019 -0.016066 0.00522 -0.01469 -0.021328 0.025254 -0.042874 -0.020998 -0.040554 0.008709 0.02692 -0.04163 0.033838 0.016179 0.025195 -0.016693 -0.00357 -0.011519 0.009442 -0.024014 -0.025065 0.023816 0.006317 0.004672 0.031472 0.008081 0.056452 0.021728 -0.034764 0.04305 0.00198 -0.010624 0.01612 -0.007024 0.031255 -0.027434 -0.025248 -0.012408 -0.024241 0.008384 0.02017 0.044987 -0.013689 0.028729 0.022685 -0.045631 -0.019741 0.018301 0.025216 -0.051423 -0.010117 -0.034651 0.033746 -0.025115 -0.026708 0.026885 -0.007041 -0.002719 0.020684 -0.03255 -0.055181 -0.001884 0.000236 -0.01758 0.0001 -0.005678 0.024552 0.002907 -0.021611 0.015664 0.003501 0.005513 -0.040478 0.003787 -0.003755 -0.001232 -0.002904 -0.007483 -0.022861 0.014698 -0.008942 -0.009145 0.023116 0.034117 -0.002863 0.048695 0.014465 0.025318 -0.018137 0.015556 -0.00357 -0.016154 -0.003629 -0.023804 -0.039406 0.01779 -0.004059 0.048968 0.022423 0.033957 0.014712 -0.007351 -0.01496 -0.003008 -0.015665 -0.017522 -0.009159 -0.012394 0.008317 -0.024819 0.020146 -0.041072 -0.007137 0.010754 0.039775 -0.009159 -0.027164 0.010454 0.031536 -0.026809 -0.049534 0.016101 0.002225 0.005209 -0.034413 -0.000997 0.013669 0.03076 0.036232 -0.010025 0.007459 -0.015925 -0.024353 0.029305 -0.020251 -0.008221 0.023514 0.016355 0.03215 -0.005212 -0.015828 0.019419 -0.034542 0.018115 0.00939 -0.032622 -0.028871 0.006978 0.025995 -0.02458 -0.038044 -0.022459 -0.002388 -0.028884 -0.014675 0.029958 -0.00959 -0.009848 -0.001355 0.002106 -0.019803 0.000393 0.025565 -0.067826 0.00051 -0.002197 0.02609 -0.024722 -0.042727 -0.005398 0.030748 -0.013125 0.015384 -4e-06 -0.005573 -0.044917 -0.041375 0.009127 0.036879 0.025385 0.018045 0.024332 -0.004688 -0.002965 0.045548 -0.02407 -0.011476 0.000798 0.022108 0.00085 0.064504 0.001251 -0.021351 -0.00683 -0.006289 -0.01674 0.013085 -0.009867 0.006467 -0.027888 -0.008947 0.002621 0.022823 -0.007325 -0.038706 -0.013851 0.002578 0.002438 -0.035073 -0.020518 0.005384 -0.01169 -0.03291 0.036404 0.017747 0.002688 0.037323 -0.020954 0.008105 0.012734 -0.008364 0.034061 0.011709 0.034539 0.04093 0.020218 -0.000828 0.00155 -0.047512 -0.033644 -0.021974 -0.004676 0.035543 -0.028406 -0.005074 0.007479 -0.011262 0.034888 -0.020606 -0.025476 -0.022493 -0.03075 -0.019601 -0.005691 0.002188 0.014635 -0.0094 -0.003264 0.013486 0.012175 -0.001773 -0.006902 0.035922 0.041516 -0.055278 -0.006763 -0.034432 -0.000798 0.018483 -0.023713 -0.003876 0.004056 -0.008638 -0.031035 -0.025201 0.021659 -0.037191 0.014897 -0.078416 -0.015998 0.011758 0.022228 0.032134 0.025427 -0.004778\nໄ 0.034028 -0.003991 -0.029681 0.023742 0.005663 0.03212 0.005981 -0.000437 -0.015046 -0.023851 0.016878 0.005297 -0.011486 -0.015023 0.028811 -0.000678 0.003577 -0.018385 0.004098 -0.037053 -0.016886 0.000161 0.0103 0.007895 -0.000448 0.01603 -0.015695 -0.016176 -0.01068 -0.022996 0.027023 -0.026868 -0.019704 -0.038814 0.007994 0.011363 -0.02217 0.03553 0.004588 0.022687 -0.02015 0.013613 0.006515 -0.003106 -0.024777 -0.017205 0.022507 0.004827 -0.001149 0.015088 0.00255 0.038262 0.025831 -0.029532 0.029602 0.004936 -0.002887 0.014797 -0.00489 0.018798 -0.029916 -0.018743 -0.015148 -0.010572 0.006652 0.018102 0.034865 -0.011839 0.029049 0.012822 -0.050571 -0.011133 0.018113 0.017056 -0.040221 0.002936 -0.017071 0.023598 -0.029912 0.001124 0.017598 0.003595 0.005854 0.007265 -0.012766 -0.05306 0.012103 -0.002439 -0.019007 -0.014655 -0.002515 0.020404 0.016126 -0.0193 0.017869 -0.00774 0.006054 -0.035618 0.006709 0.005095 -0.022993 0.001536 0.003914 -0.029639 0.014791 -0.00399 -0.010549 -0.002744 0.033714 -0.007529 0.036436 0.019604 0.027775 -0.009224 0.003507 0.002819 -0.000632 0.005026 -0.009883 -0.035885 0.026156 -0.002152 0.043592 0.016591 0.033225 0.01949 -0.012096 -0.007534 -0.018939 -0.021514 -0.011768 -0.000649 -0.005453 0.031604 -0.014029 0.006404 -0.02559 -0.000991 0.001187 0.036397 0.000295 -0.008702 0.005624 0.017442 -0.03201 -0.03987 0.044264 0.01517 0.00172 -0.039062 0.016223 0.001368 0.036065 0.013603 0.001493 0.011616 0.001644 -0.020334 0.013779 -0.021438 -0.021143 0.01047 0.01941 0.01383 -0.018096 -0.018527 0.017409 -0.018842 0.023491 0.010906 -0.017804 -0.025198 -0.012703 0.035204 -0.020884 -0.021308 -0.001004 -0.012476 -0.035624 -0.019739 0.030057 -0.004338 0.011667 -0.007719 -0.005026 -0.01527 0.005924 0.017988 -0.039357 0.00404 0.014609 0.0184 -0.028896 -0.025886 0.01186 0.044413 -0.017891 0.013709 0.00558 0.002452 -0.026436 -0.011403 0.014778 0.021478 0.003796 0.022361 -0.004765 -0.000618 -0.007731 0.033276 -0.011028 -0.000363 -0.006652 0.017902 0.003812 0.051507 0.010478 -0.027587 0.006648 -5.1e-05 -0.006353 0.005622 -0.008554 0.008949 -0.014487 -0.009412 -0.005149 0.012989 -0.003022 -0.030282 -0.008327 0.001754 -0.01131 -0.020777 -0.034656 -0.006639 -0.015514 -0.029525 0.020366 0.016188 0.0089 0.030133 -0.02443 0.014765 -0.010031 -0.014119 0.032658 -0.006027 0.037267 0.047375 0.018358 0.009928 -0.006314 -0.030153 -0.026941 -0.019148 0.004514 0.01618 -0.023287 -0.006024 0.002144 -0.006351 0.021741 -0.026764 -0.026569 -0.029741 -0.038658 -0.015427 0.007953 -0.001865 0.020166 0.000701 0.001944 -0.006634 0.016543 0.006639 -0.000452 0.007733 0.0397 -0.040899 0.002873 -0.016385 0.009469 0.010632 -0.018508 -0.004381 0.008208 -0.00654 -0.012691 -0.014466 0.004749 -0.040308 0.008282 -0.054376 -0.015223 0.010196 0.010472 0.025152 0.019694 0.002028\nӈ 0.046962 0.047582 -0.058038 0.050346 0.008972 0.094247 -0.003089 0.010967 -0.041688 -0.034998 0.036076 0.002593 0.002846 -0.051701 0.057022 -0.015007 0.011199 -0.055267 -0.029531 -0.053475 -0.016806 -0.018227 0.030356 0.023026 0.04914 0.017978 -0.017141 -0.016581 -0.028675 -0.016699 0.066857 -0.035721 -0.036407 -0.088466 0.018804 0.03361 -0.069999 0.041974 0.000925 0.028468 -0.022399 -0.012879 -0.009998 0.02421 -0.036199 -0.057306 0.05782 -0.000371 -0.009813 0.038639 -0.003399 0.087508 0.051674 -0.054756 0.058334 -0.005788 -0.014966 0.035689 -0.035844 0.016098 -0.033123 -0.038209 0.008866 -0.008226 0.036331 0.013113 0.010035 -0.026632 0.016818 -0.014642 -0.063735 -0.030066 0.032373 0.002125 -0.048829 -0.015312 -0.043132 0.030178 -0.024475 0.000833 0.017899 0.014632 -0.017779 0.00746 -0.019883 -0.081146 -0.011928 -0.006101 -0.011536 -0.004672 -0.009865 0.043227 0.019817 -0.017864 -0.017976 -0.009648 -0.007843 -0.057748 -0.024553 -0.028829 -0.023137 -0.000421 0.048677 -0.053597 0.02157 -0.023898 -0.033494 0.036046 0.033816 0.011496 0.075289 0.054307 0.033083 -0.044845 0.000288 -0.000478 -0.020498 0.020452 -0.015182 -0.063731 0.040943 0.023652 0.065398 0.026258 0.032358 -0.010999 -0.006328 0.003297 -0.021683 -0.033785 -0.033665 -0.018311 -0.060218 0.025305 -0.020654 0.024604 -0.023959 0.035041 0.013343 0.066447 0.002022 0.022188 0.015509 0.033443 -0.072694 -0.105866 0.073564 0.00174 0.002911 -0.100209 -0.005241 0.029129 0.036957 0.033012 -0.023583 0.016226 0.027496 -0.009506 0.023945 -0.009206 -0.015494 0.04543 0.014913 -0.005962 -0.009706 -0.004316 0.025722 -0.011666 0.045507 0.053827 -0.045225 -0.030835 -0.016757 0.051757 -0.033171 -0.041114 -0.025763 -0.007629 -0.044071 -0.031478 0.074803 -0.0206 0.0083 -0.000375 -0.002329 -0.00704 0.003172 0.003123 -0.08213 0.004359 0.005193 0.045429 -0.059616 -0.090162 0.005434 0.027867 -0.008648 0.003877 0.005025 -0.00636 -0.05443 -0.087248 0.032922 0.024759 0.039548 -0.003775 0.021384 -0.039436 0.004994 0.063327 -0.030003 0.006608 -0.023824 0.046152 0.00059 0.076742 -0.002366 -0.041395 0.009591 0.01688 -0.017558 -0.012055 -0.007398 0.00285 -0.031286 -0.015709 -0.032109 0.051444 -0.009397 -0.029199 -0.0033 0.006162 0.001572 -0.03348 -0.059139 0.004504 -0.016464 -0.025227 0.005393 0.037455 -0.017158 0.024773 -0.000736 0.02388 0.024326 -0.008402 0.091174 -0.01154 0.035105 0.089433 0.035091 0.034978 0.00042 -0.062253 -0.028238 -0.034137 -0.022194 0.016893 -0.02833 -0.014832 0.017412 0.015009 0.057255 -0.009792 -0.054265 0.019635 -0.023749 -0.039321 0.002453 0.006386 0.043764 -0.011271 0.016299 -0.012151 0.00255 -0.001672 0.005408 0.026717 0.051373 -0.059659 0.003229 -0.006192 0.019007 0.04104 -0.054079 0.005432 0.000998 -0.019683 -0.024452 -0.05763 -0.025089 -0.03799 0.026826 -0.101029 -0.014183 0.000842 0.010831 0.023129 0.032268 -0.01024\nა 0.031049 -0.003654 -0.029052 0.007199 0.006248 0.025395 0.001435 -0.007428 -0.013659 -0.025758 0.028596 0.004532 -0.01154 -0.016749 0.019087 -0.008203 0.010058 -0.015536 -0.006011 -0.025454 -0.008081 0.003552 0.003533 0.007817 -0.001478 0.012038 -0.007585 -0.009738 -0.013889 -0.021029 0.013526 -0.025453 -0.015741 -0.027992 0.012439 0.009799 -0.025113 0.030947 0.001696 0.007272 -0.017158 0.009516 0.002862 -0.00524 -0.023898 -0.0069 0.019383 0.000609 -0.003248 0.004301 0.005113 0.03454 0.020246 -0.020832 0.025965 0.007954 0.000159 0.017182 -0.014508 0.017898 -0.022389 -0.015467 -0.001705 -0.01013 0.014635 0.014433 0.024696 -0.004553 0.020238 0.007006 -0.036917 -0.005009 0.014636 0.011228 -0.037965 -0.000963 -0.01797 0.017816 -0.026143 -0.011495 0.002436 -0.003297 -0.012097 0.006136 -0.017139 -0.02969 0.004381 0.003233 -0.010307 -0.002718 -0.007304 0.015912 0.003548 -0.006541 0.016958 -0.005555 -0.003474 -0.023695 -0.001801 -0.000861 -0.019154 0.002241 -0.004522 -0.023108 0.004209 -0.006278 -0.012717 0.012521 0.032565 -0.005132 0.031679 0.017957 0.01622 -0.013465 0.006429 -0.002174 -0.0039 0.001069 -0.013604 -0.029707 0.021239 0.006144 0.02432 0.016093 0.027613 0.005047 -0.002206 -0.013092 -0.001514 -0.009019 -0.00546 0.003096 -0.003575 0.023255 -0.010225 0.008074 -0.013956 0.003857 0.017556 0.032399 0.001501 -0.007001 0.001063 0.020818 -0.028574 -0.036429 0.032501 0.010352 0.00094 -0.035442 0.002366 -0.000649 0.025685 0.008607 -0.000852 -0.000177 0.004308 -0.015153 0.013523 -0.016411 -0.016886 0.008761 0.008834 0.015095 -0.007517 -0.007053 0.007598 -0.023085 0.012419 0.0144 -0.017483 -0.016831 -0.000771 0.026267 -0.012524 -0.017503 -0.009025 -0.011559 -0.027091 -0.002799 0.017196 -0.00935 -0.001358 -0.010767 -0.006954 -0.016592 0.0074 0.016887 -0.039984 -0.003547 0.01672 0.018515 -0.020708 -0.02642 0.00318 0.031655 -0.008354 0.011978 -0.000175 -0.000292 -0.018492 -0.019079 0.013169 0.014336 0.012598 0.009049 0.010169 -0.005578 0.000803 0.027666 -0.015942 -0.001231 -0.00776 0.007789 0.000561 0.046062 0.005291 -0.01973 0.01001 -0.000505 -0.00078 0.007976 -0.003573 0.012109 -0.014308 -0.008391 0.001621 0.017043 -0.003786 -0.015821 -0.004896 8.6e-05 -0.000725 -0.014029 -0.029203 -0.00454 -0.002319 -0.028777 0.019444 0.007595 0.003188 0.012023 -0.019024 0.006188 0.004207 0.004213 0.018862 -0.003379 0.029331 0.032515 0.01902 0.010652 5.5e-05 -0.024375 -0.019339 -0.017989 -0.006086 0.015601 -0.024162 -0.006161 0.006589 -0.009018 0.016734 -0.025332 -0.021282 -0.014354 -0.024677 -0.015446 0.001354 -0.004247 0.012546 0.006927 0.008948 -0.005285 0.006352 -0.002763 -0.000921 0.009592 0.034838 -0.036985 -0.001555 -0.018502 0.01713 0.004971 -0.01296 -0.005895 0.013347 -0.000456 -0.009871 -0.003005 0.000518 -0.032948 0.00352 -0.047033 -0.008716 0.007896 0.010011 0.011708 0.011307 0.001798\n[ -0.037269 0.023598 0.010883 -0.007795 0.025171 0.036136 0.043646 -0.038549 -0.027581 -0.041937 0.048849 0.036951 -0.057843 0.019728 0.04092 -0.065872 0.015581 -0.016073 0.054413 -0.015302 0.006519 -0.019809 -0.05946 -0.002172 -0.024917 -0.020323 -0.031479 0.009593 0.025533 -0.012315 0.026667 -0.040649 0.070796 0.030173 -0.01778 -0.002267 0.003405 0.0021 -0.020182 -0.009111 -0.006943 0.049382 0.018495 0.041226 0.030049 -0.018411 -0.00368 0.009825 0.017081 -0.014098 -0.014648 0.045248 8.5e-05 -0.036893 0.058268 0.043869 -0.016984 0.050705 -0.019193 -0.008401 -0.048383 -0.023456 -0.021446 0.021411 0.005962 0.026867 0.050623 -0.035865 0.018199 0.045835 -0.020125 -0.031414 -0.019873 0.034459 0.011499 -0.027906 0.045322 -0.029242 0.06252 0.022715 0.010606 -0.0171 -0.032312 0.048865 -0.039804 -0.040217 -0.006103 -0.022626 0.072753 0.032639 0.016848 -0.025765 0.004017 0.048714 -0.021554 -0.062424 0.028711 -0.048882 -0.063488 -0.000479 -0.046578 0.008004 -0.004836 0.018945 -0.008617 0.012343 -0.020958 -0.012697 -0.030672 0.010464 0.028899 -0.029863 0.013418 0.056894 0.04328 -0.022717 -0.020531 -0.033895 -0.035581 0.049967 0.017833 -0.010785 0.006407 0.007422 -0.011566 -0.03273 0.044 0.086647 0.016239 0.053188 0.056262 0.036323 0.013273 0.021917 0.008799 0.028557 -0.01422 0.070998 -0.004676 0.002103 -0.001062 0.040568 0.003393 0.00318 0.02275 -0.024036 0.046488 -0.053993 0.034333 -0.023065 0.064722 -0.006676 0.014801 0.024744 -0.001269 0.026135 -0.006941 -0.035212 0.033997 0.009097 -0.050072 0.016243 0.012514 -0.073072 -0.009463 -0.004492 0.026911 -0.03587 0.021151 0.119068 0.015963 -0.033533 0.005346 -0.03908 0.084804 0.013638 0.016454 0.023998 -0.053564 0.021211 0.039939 0.035842 0.011686 8e-06 -0.063759 -0.045099 -0.030473 -0.031009 0.011224 -0.043343 0.016431 0.004903 -0.027557 0.004538 -0.026318 0.012041 -0.009487 -0.005368 0.013695 -0.014814 -0.093056 0.01946 0.031255 0.050165 0.020915 -0.1062 -0.026314 -0.051108 0.004843 -0.016705 -0.0173 0.034167 0.020925 0.039788 -0.018498 -0.039316 -0.037028 0.026731 0.013257 0.009699 0.01386 -0.041607 0.032938 -0.011233 -0.052655 0.0143 -0.037003 -0.003295 0.008551 0.009979 0.005116 0.005631 -0.037253 -0.048956 -0.011805 0.007017 -0.028634 0.015569 -0.054161 -0.015076 0.014387 0.03681 -0.008187 0.024334 -0.044853 -0.032509 -0.028672 0.079932 0.057007 -0.02601 -0.056977 0.016811 -0.047193 0.024428 0.000613 0.005396 -0.049528 -0.031241 -0.036021 -0.010386 0.026722 0.000635 -0.083322 -0.024582 0.053902 -0.011933 -0.009621 0.036899 -0.021027 -0.013524 -0.025726 -0.003675 0.035865 0.003526 0.043568 -0.046635 0.045042 0.003341 0.0426 -0.000154 0.030436 0.061604 0.017924 0.040408 0.092125 -0.029339 0.019067 -0.012454 -0.018477 0.00196 0.01832 -0.028002 -0.009959 -0.03517 -0.044183 0.052859 0.014568 -0.052596 -0.022634 -0.081552\nמ 0.035384 0.006699 -0.057315 0.029899 0.013041 0.043454 0.011354 -0.002584 -0.023668 -0.035365 0.039952 0.016092 -0.007808 -0.033816 0.036219 -0.00685 0.008614 -0.027147 -0.011262 -0.053361 -0.018397 0.004123 0.00481 0.01867 0.007034 0.024645 -0.006206 -0.010491 -0.019942 -0.031096 0.023184 -0.035495 -0.02396 -0.049407 0.010157 0.014562 -0.042972 0.044998 0.010358 0.027079 -0.033703 0.010546 0.003907 0.002292 -0.031767 -0.031586 0.041937 -0.001408 -0.000753 0.018473 0.008346 0.064249 0.039645 -0.039386 0.049467 0.008741 -0.004444 0.028911 -0.016 0.030753 -0.03353 -0.032824 -0.012652 -0.018317 0.015855 0.023055 0.047179 -0.015141 0.040954 0.020861 -0.052543 -0.006069 0.027691 0.019441 -0.057327 0.0052 -0.032318 0.028584 -0.031985 -0.021095 0.011806 6.9e-05 -0.001401 0.020482 -0.025814 -0.065367 0.004298 -0.004543 -0.024981 -0.00517 -0.010564 0.029589 0.002461 -0.016061 0.013702 -0.011096 0.001428 -0.043424 -0.002551 -0.004269 -0.019732 -0.0032 -0.000303 -0.033647 0.016555 -0.006479 -0.016295 0.011806 0.039622 -0.00273 0.049242 0.021846 0.024228 -0.02082 0.011712 0.00641 -0.015098 -0.000122 -0.016523 -0.050253 0.025538 -0.000229 0.048567 0.025581 0.037508 0.013577 -0.016583 -0.019726 -0.019484 -0.020709 -0.021296 0.001401 -0.021289 0.033158 -0.022441 0.018932 -0.030179 0.003888 0.007719 0.054109 -0.001746 -0.012019 0.018012 0.031941 -0.040225 -0.055132 0.052468 0.006256 -0.00137 -0.047848 0.007926 0.012772 0.042076 0.032159 -0.005279 0.007485 -0.002742 -0.028874 0.017831 -0.026695 -0.022425 0.017557 0.026975 0.012667 -0.013749 -0.015892 0.025646 -0.029515 0.024509 0.028267 -0.035748 -0.0248 -0.01306 0.04095 -0.022648 -0.033529 -0.013592 -0.01049 -0.041323 -0.020411 0.043828 -0.007684 0.009717 -0.00793 -0.004947 -0.022563 0.002358 0.022954 -0.068052 0.001345 0.012297 0.032342 -0.042804 -0.046796 -0.00055 0.049261 -0.02343 0.012891 0.001772 -0.000293 -0.044297 -0.039483 0.020814 0.031538 0.024551 0.016768 0.014725 -0.009499 -0.012718 0.048152 -0.027695 -0.000755 -0.009602 0.020125 -0.001008 0.07928 0.002825 -0.025421 0.006128 -0.001969 -0.00887 0.011279 -0.008616 0.008974 -0.029014 -0.001334 0.003269 0.01928 -0.010611 -0.022574 -0.003095 -0.000407 -0.007206 -0.032324 -0.042214 -0.002806 -0.020423 -0.035851 0.033272 0.029046 0.011837 0.031294 -0.025442 0.012835 0.009641 -0.0144 0.045126 -0.008496 0.046277 0.060488 0.03356 0.010746 0.002585 -0.052953 -0.039475 -0.02602 -0.003922 0.024797 -0.027701 -0.019075 0.009846 -0.012846 0.03732 -0.029701 -0.036478 -0.021004 -0.036943 -0.014411 0.009712 -0.001293 0.02138 0.000267 0.014569 -0.004558 0.016664 0.003412 -0.00287 0.024678 0.051438 -0.057203 -0.007478 -0.022771 0.015635 0.016862 -0.026535 -0.003155 0.022349 -0.011528 -0.024749 -0.022311 0.012591 -0.050012 0.012434 -0.076167 -0.010164 0.005298 0.017178 0.016383 0.028586 0.001642\nᇦ 0.035609 0.026921 -0.011845 -0.032816 0.018071 -0.024247 -0.008486 -0.017675 0.018897 -0.017773 0.003087 0.011015 -0.020781 0.024424 0.009168 0.004372 0.010069 -0.004543 0.006512 -0.002845 0.040828 0.053616 0.038244 0.015238 0.006502 -0.004853 -0.030607 0.016486 0.026088 0.012364 0.032486 0.009272 -0.016112 0.030194 -0.054195 0.037278 0.006887 0.012907 -0.035166 -0.021508 -0.031155 0.029007 -0.018277 -0.035166 0.042815 -0.003124 0.00535 0.040823 -0.024204 0.006813 -0.019797 0.004634 -0.018597 0.017032 0.008407 0.027801 0.011375 -0.040195 -0.010625 -0.05529 0.01693 0.011897 -0.031466 0.002581 0.016708 0.015081 0.022962 -0.020433 -0.006714 -0.002169 -0.046788 -0.028775 0.038569 0.040886 0.002808 -0.007919 -0.011712 0.006907 -0.002911 -0.042499 -0.016924 0.01567 -0.030485 -0.041115 0.003468 -0.034493 -0.004143 0.009604 0.039687 0.003251 -0.032038 0.012958 0.009789 -0.011527 -0.00154 -0.003445 0.01595 -0.010816 -0.025719 0.02578 0.02269 -0.000252 0.015433 -0.011536 -0.09051 -0.002942 0.02924 -0.032218 0.011341 0.010942 0.015102 0.006331 -0.002955 0.044911 -0.025277 0.016934 -0.006193 -0.040303 -0.023556 0.036077 0.024102 0.006005 -0.019775 0.01069 -0.055571 0.038841 0.007615 0.052859 -0.019813 0.022258 -0.001629 -0.004868 0.019246 0.001125 -0.002745 -0.010792 0.051224 0.00898 -0.033838 -0.017217 -0.011986 -0.015929 0.027336 -0.044407 0.023402 -0.010822 0.017073 0.013823 0.016567 0.061639 0.010054 0.05533 -0.027547 0.012124 -0.01585 -0.011865 -0.026835 -0.033448 0.008738 0.025838 0.035642 -0.000272 -0.001167 0.032097 -0.038337 0.035249 -0.002242 -0.025209 -0.00558 -0.052696 0.017029 0.034291 -0.026975 -0.007777 0.058411 -0.008722 -0.028359 0.016248 0.009167 0.016018 0.002522 -0.034862 -0.015117 -0.014829 -0.00087 -0.008409 0.048386 0.027517 -0.021157 -0.014675 0.049832 0.037105 0.026919 0.000667 0.044066 0.004579 -0.020246 -0.003664 -0.012156 0.00332 0.07036 0.013122 -0.003935 0.006144 -0.003334 0.031763 -0.017418 -0.016226 0.055125 -0.001644 -0.032071 -0.012993 0.015321 -0.0221 0.038307 0.023131 -0.009035 0.001466 -0.024824 -0.035008 -0.016641 0.030614 -0.001796 0.03437 -0.010417 0.013296 0.011495 -0.026335 0.040859 0.007685 -0.008897 -0.026068 0.004621 0.040983 0.016582 0.022415 -0.028773 0.047985 0.000141 0.021999 0.004995 0.007272 -0.024403 -0.054858 -0.016135 0.016175 0.019055 -0.026853 -0.017967 0.018108 0.001372 -0.013463 0.050429 0.002757 0.014525 0.012289 -0.037455 0.018267 0.00831 -0.034533 0.006314 -0.010485 0.010852 0.008512 -0.015463 -0.018637 0.001076 -0.004674 0.00225 0.028848 -0.029596 0.012799 0.001588 0.01076 0.032505 -0.044307 0.031192 0.015543 0.02034 0.04645 -0.018398 0.008231 -0.030641 -0.004379 -0.012394 -0.002004 0.060912 -0.010947 0.012523 -0.028493 -0.005957 0.020003 -0.020674 0.025803 -0.011046 -0.004417 -0.018652 -0.002074 -0.029305 -0.001775\nű 0.017363 0.001895 -0.027268 0.005252 0.005202 0.01789 0.004205 0.004283 -0.015066 -0.013109 0.011301 0.003321 -0.004894 -0.015822 0.013207 -0.001171 0.008782 -0.012816 -0.004248 -0.020089 -0.010988 -0.006826 -0.002595 0.013646 0.003736 0.01341 -0.003483 -0.004813 -0.00981 -0.009373 0.01744 -0.018398 -0.006971 -0.024449 0.007992 0.013601 -0.020507 0.023664 0.007494 0.007598 -0.01576 0.009508 -0.001595 -0.000774 -0.009765 -0.011641 0.012277 0.000332 -0.000176 0.011678 0.004282 0.02594 0.016978 -0.015228 0.020618 0.002584 -0.005083 0.01314 -0.007497 0.012737 -0.012984 -0.013649 -0.005125 -0.007826 0.00863 0.009729 0.019487 -0.010425 0.010159 0.007432 -0.024944 -0.005668 0.00645 0.013335 -0.025842 -0.001289 -0.015562 0.00975 -0.008708 -0.004495 0.003692 -0.003781 0.001611 0.012937 -0.009403 -0.02663 0.001158 -0.000317 -0.010864 0.002636 0.003222 0.011394 0.002293 -0.000421 0.007979 -0.004556 0.007178 -0.019919 0.00514 -0.002028 -0.00475 -0.004704 -0.002792 -0.018818 0.011484 0.004583 -0.005096 0.002476 0.015105 -0.002503 0.019371 0.006508 0.017385 -0.006533 0.002803 -0.006441 -0.005354 0.000192 -0.011703 -0.020379 0.014696 0.003039 0.02076 0.005827 0.016934 0.004685 -0.003116 -0.015165 -0.011269 -0.00544 -0.002467 -0.003949 -0.014202 0.021266 -0.017835 0.005555 -0.010101 -0.003 0.005649 0.01717 -0.003986 -0.00909 0.005279 0.010387 -0.01943 -0.028701 0.018585 0.002962 0.002121 -0.024966 0.00076 0.00517 0.015268 0.015635 -0.003992 0.005217 -0.002762 -0.018716 0.005294 -0.008676 -0.008415 0.011177 0.013073 0.012493 0.000246 -0.008605 0.014195 -0.012216 0.009489 0.004689 -0.01029 -0.016109 -0.006867 0.016177 -0.003357 -0.014922 -0.012762 -0.008671 -0.021325 -0.007546 0.011329 -0.005665 0.002007 0.002097 -0.002926 -0.008176 -0.001096 0.013044 -0.019263 0.004374 0.004982 0.012209 -0.017393 -0.023389 0.00414 0.021662 -0.016255 0.0108 0.002979 -0.002464 -0.011959 -0.016334 0.015734 0.007655 0.003152 0.008112 0.002581 -0.009245 0.002408 0.012754 -0.010157 -0.001971 -0.007609 0.013079 -0.002711 0.033712 0.007054 -0.014581 0.002582 -0.009509 -0.008063 0.011173 -0.007895 0.004647 -0.00811 0.001498 -0.002412 0.004002 -0.001132 -0.015421 -0.003577 0.005814 0.002468 -0.008314 -0.017281 -0.004789 -0.009541 -0.020935 0.018567 0.016243 0.005377 0.008776 -0.005405 0.002496 0.001625 -0.000499 0.016048 -0.001709 0.020598 0.029717 0.02181 0.004766 -0.003507 -0.023568 -0.02382 -0.013382 0.000952 0.002234 -0.013568 -0.005366 0.004582 -0.008993 0.015044 -0.014996 -0.014327 -0.009838 -0.014822 -0.00489 -0.000427 -0.000261 0.005144 0.002272 0.001042 -2e-05 0.003275 0.000533 -0.003723 0.015027 0.01987 -0.019386 0.000365 -0.014106 0.007591 -0.000656 -0.009827 -0.004874 0.001012 -0.003489 -0.012986 -0.01314 -0.003477 -0.027175 0.004094 -0.031452 -0.007631 0.007017 0.005151 0.007068 0.009677 -0.001254\nð 0.026059 0.003935 -0.037102 0.015211 0.006989 0.023078 0.01145 -0.004733 -0.013626 -0.022027 0.019812 0.001323 -0.006458 -0.004017 0.012671 -0.00129 0.00337 -0.025066 -0.002491 -0.020217 -0.012451 0.001509 0.004117 0.010222 -0.010193 0.015942 -0.004724 -0.005424 -0.001277 -0.017708 0.013244 -0.017007 -0.000217 -0.023869 0.011667 0.011275 -0.026793 0.021329 -0.003889 0.01782 -0.01479 -0.000757 0.00509 -0.002718 -0.020602 -0.025934 0.019344 -0.000273 0.003777 0.011785 0.005328 0.031762 0.023821 -0.022826 0.032974 0.003883 -0.004139 0.016858 7.8e-05 0.014933 -0.017863 -0.016708 -0.006735 -0.004291 0.007555 0.011168 0.021038 -0.020084 0.018564 0.013086 -0.026573 -0.002975 0.01659 0.017001 -0.027284 0.005437 -0.01027 0.01542 -0.012148 -0.012671 0.009215 -0.008174 0.001087 0.019548 -0.007709 -0.028315 0.000446 -0.007647 -0.007457 -0.006205 -0.00033 0.015768 0.003677 -0.001604 0.011352 -0.005311 -0.0015 -0.022254 -0.001341 -0.005092 -0.012318 -0.002915 -0.006229 -0.010927 0.009358 0.002076 -0.011774 -0.00826 0.033359 -0.004061 0.02253 0.011507 0.006638 -0.011702 0.017159 -0.000791 -0.004881 -0.006299 -0.002744 -0.026487 0.015281 -0.000392 0.029354 0.01526 0.014024 0.011578 -0.009829 -0.017242 -0.01 -0.006934 -0.007208 -0.003744 -0.010313 0.019323 -0.014668 0.011351 -0.013091 0.005603 0.004654 0.0313 -0.013175 0.001047 0.009391 0.023376 -0.020739 -0.027388 0.033581 -0.002835 -0.002759 -0.026236 0.004241 0.005951 0.023362 0.020266 -0.006517 0.005123 -0.008124 -0.01358 0.0033 -0.017318 -0.009093 0.009135 0.019377 0.007086 -0.014601 -0.004812 0.017831 -0.007595 0.010323 0.014675 -0.023943 -0.016002 -0.010453 0.019546 -0.017236 -0.018556 0.00037 -0.001195 -0.022253 -0.015652 0.022999 -0.007974 0.006136 -0.008486 -0.003133 -0.012046 -0.000252 0.013837 -0.038417 -0.00214 0.005758 0.011253 -0.026133 -0.021681 -0.00209 0.022818 -0.005288 0.009089 0.007446 0.000805 -0.030184 -0.02407 0.008837 0.021337 0.015073 0.004112 0.000532 -0.003372 -0.012845 0.025872 -0.016876 -0.005536 0.001734 0.013496 0.000105 0.043357 0.000974 -0.02331 0.007076 0.003926 0.000188 0.007093 2.5e-05 -0.006039 -0.009376 -0.001858 -0.001995 0.00745 -0.003196 -0.016661 0.002784 -0.003419 -0.008691 -0.023183 -0.026833 0.002591 -0.009431 -0.016802 0.018169 0.009393 0.004458 0.025798 -0.005697 0.006471 -0.003115 0.0024 0.023895 0.001722 0.025913 0.039644 0.016055 0.009883 0.001522 -0.030104 -0.015327 -0.004096 0.001057 0.013712 -0.011711 -0.016167 0.007784 -0.00637 0.0117 -0.026187 -0.023603 -0.016806 -0.017661 -0.013548 0.002242 -0.002277 0.007892 0.002467 0.004544 -0.00387 0.009616 -0.008856 -0.003891 0.015108 0.020993 -0.033853 0.002413 -0.004453 0.011448 0.004194 -0.019721 0.000561 0.007361 -0.000387 -0.016841 -0.011427 0.005151 -0.026067 0.015107 -0.031271 -0.016825 0.005288 0.007888 0.002769 0.015194 -0.003482\nѳ -0.001063 0.015447 -0.013554 0.010348 0.014041 0.007663 -0.005641 -0.007521 -0.012563 -0.014242 0.036049 -0.001412 0.004749 -0.023727 0.027622 -0.018413 0.007005 -0.018022 0.008134 -0.021126 0.008305 -0.002946 0.00284 -0.006997 0.011216 0.039549 -0.008576 0.006196 0.003947 -0.011901 0.023494 -0.029913 -0.008672 -0.02947 0.019012 0.000976 -0.022639 0.02603 0.018899 0.00439 -0.008414 0.015781 0.020231 -0.002439 -0.008916 -0.018818 0.019198 0.00433 0.010941 0.011836 0.016745 0.023646 0.014165 -0.018337 0.033095 0.000181 -0.000203 0.011694 0.007661 -0.003285 0.011833 -0.020894 -0.016075 -0.008441 -0.010792 0.007558 0.021894 -0.003047 -0.006282 0.00303 -0.024129 -0.009446 0.012752 0.011275 -0.0335 -0.007956 -0.0301 0.020117 -0.032738 0.001734 0.020848 -0.000703 -0.023437 0.022426 -0.023311 -0.049521 0.000827 0.012094 -0.000979 -0.012647 0.004883 0.029022 -0.018989 -0.006396 0.020458 -0.017388 0.002146 -0.025294 -0.004725 -0.002307 -0.017577 0.001097 -0.01361 -0.010974 0.021513 0.01685 -0.030514 0.016773 0.032196 -0.010745 0.027978 0.038754 0.031626 0.018598 0.031177 -0.005482 -0.023122 0.01239 -0.025595 -0.022125 0.004538 0.001982 0.038074 0.025311 0.034975 0.012826 0.015483 -0.013037 0.006821 -0.00205 -0.022989 -0.008834 -0.004925 0.010288 -0.01035 -0.022938 -0.001132 0.030928 -0.007927 0.023732 -0.011849 -0.022452 0.016923 0.021227 -0.019711 -0.024473 0.033104 0.014076 -0.002861 -0.02879 -0.005474 0.014537 -0.0072 -0.002093 -0.028193 0.003541 -0.004922 -0.015852 -0.017106 -0.011359 -0.002981 0.004272 -0.00638 0.001732 -0.035051 0.025752 0.005232 -0.002385 -0.001313 0.015639 0.002152 -0.027037 0.002267 0.013625 -0.017756 -0.013037 0.018273 0.011367 -0.021458 -0.022593 0.026205 0.027199 -0.023522 0.010317 -0.001186 -0.004409 -0.002428 -0.011635 -0.044948 0.00197 0.014608 0.000426 -0.006074 -0.023748 0.011748 0.012988 0.004194 0.008663 0.008682 0.015052 -0.02988 -0.027812 -0.00585 0.007691 0.005757 0.004017 0.023953 0.006818 0.005875 0.011482 -0.020189 -0.016178 0.002461 0.013568 0.0084 0.033218 -0.015301 -0.018979 0.009094 0.011923 0.007396 0.025336 -0.003721 -0.011883 -0.025167 -0.003632 0.007437 -0.009204 -0.007626 -0.008574 0.005682 -0.012243 -0.018775 -0.021862 -0.021841 0.01489 0.000971 -0.017727 0.021203 0.029751 -0.016069 0.025581 -0.019627 7e-05 0.008472 -0.00597 0.01539 -0.007793 0.028578 0.024912 0.007832 -0.016832 0.001225 -0.025995 -0.016665 -0.003139 -0.000604 0.035966 -0.014851 -0.009704 -0.00418 0.00194 0.005292 -0.00968 0.012356 -0.010663 -0.004565 -0.017698 -0.000634 0.005688 0.028632 -0.014275 -0.005821 -0.006769 -0.000593 0.014229 7e-06 -0.009193 0.031127 -0.003707 0.010452 -0.022368 0.024264 0.007422 -0.018298 0.00312 -0.012804 0.011411 -0.029789 0.000698 -0.005004 -0.006592 -0.006888 -0.039178 0.002095 0.027052 0.007534 0.000712 0.017934 0.004267\nϲ 0.024147 -0.012855 -0.018595 0.022473 0.018047 0.02903 0.021283 0.00155 0.015874 -0.011841 -0.007592 0.006894 -0.025243 -0.045445 0.036454 0.016961 0.001239 0.007246 -0.002538 -0.046784 -0.000968 0.01278 0.009234 0.015928 0.016893 0.034617 0.01242 -0.015383 -1.7e-05 -0.009212 0.003871 -0.005814 -0.005141 -0.028531 0.012115 0.00646 -0.016744 0.033294 0.017467 0.03712 -0.002832 0.00027 -0.026989 -0.02199 -0.004189 -0.00025 -0.001654 -0.001365 0.024591 -0.01702 0.00844 0.039516 0.032436 -0.042461 0.020069 0.026322 0.023716 0.004558 0.01409 0.034338 -0.00901 -0.032664 0.005075 6.9e-05 0.017121 0.016639 0.039421 -0.045337 0.001879 -0.002459 -0.049587 -0.010097 0.009599 0.010879 -0.010971 -0.009996 -0.009676 0.058232 -0.020267 -0.012954 0.013959 0.019946 0.015876 0.008437 -0.018393 -0.012175 0.013569 -0.032709 0.009103 -0.00143 0.000839 0.012668 0.016235 -0.009608 0.014151 0.024873 0.034059 -0.001594 0.000864 -0.010186 -0.02052 0.011831 -0.009471 -0.025378 0.016744 0.002647 -0.019495 -0.00095 0.035503 0.010095 0.026667 -0.004061 0.000742 -0.013642 -0.016272 0.009745 0.006052 0.048901 -0.004473 -0.017278 0.029877 0.013126 0.020654 0.014191 0.016059 0.011927 -0.000749 -0.001326 6.6e-05 0.003547 0.009736 -0.003501 -0.01262 0.000776 -0.02474 -0.008158 -0.045174 0.005512 0.015416 0.001875 -0.022353 0.002982 0.008234 0.027407 -0.021126 -0.029665 0.023525 -0.019692 -0.010289 -0.02243 0.00893 0.008583 0.04501 -0.017325 0.017384 -0.017274 -0.004429 -0.000554 -0.008899 0.014099 -0.008541 -0.01384 0.008772 0.032576 -0.019816 0.009923 0.017378 -0.024217 0.015869 -0.027158 -0.024375 -0.022774 -0.017834 -0.004319 -0.003394 -0.026975 0.019396 0.006625 -0.013293 -0.007196 0.006542 -0.007731 -0.004123 -0.009522 0.010277 -0.006785 -0.001257 0.024634 -0.02525 0.000904 0.00439 0.030401 -0.021754 0.009536 -0.005221 0.039547 -0.02524 0.030184 0.043974 -0.00459 -0.029287 -0.012413 -0.010489 0.028611 0.004134 -0.028182 0.002154 -0.008483 0.001715 0.005032 -0.010073 0.000592 -0.013396 0.005592 -0.02807 0.013381 0.010911 -0.014758 0.01332 -0.013855 0.004219 0.018558 0.00205 0.017577 -0.00285 0.008309 -0.002119 0.029703 0.004347 -0.070034 0.005439 -0.00767 0.020548 -0.004022 -0.010388 -0.026088 0.000489 -0.000295 0.003738 0.035076 0.013197 -0.001288 -0.030632 0.006264 0.007435 -0.002987 -0.000117 0.013213 0.018272 0.035021 -0.014979 0.000494 -0.017595 -0.018112 -0.033551 -0.032236 -0.013528 0.017167 -0.013441 -0.013118 0.016143 -0.033798 -0.010291 -0.03525 -0.045385 -0.00141 -0.013438 -0.025627 0.017584 -0.001275 0.006985 -0.02382 0.012374 0.002561 0.002257 0.000318 -0.023827 0.00512 0.031646 -0.027823 -0.006172 0.020629 0.027277 0.015314 -0.042304 -0.006536 0.021009 0.008383 -0.007073 -0.034893 -0.008196 -0.018857 -0.001421 -0.021178 0.003874 0.021026 -0.033548 0.00151 -0.000361 0.008155\nਂ 0.035768 0.000805 -0.07234 -0.037895 0.023236 0.050168 -0.003757 -0.041139 -0.032561 -0.065254 0.071607 0.040761 -0.002854 -0.017453 0.060961 -0.036021 0.036994 -0.022255 -0.025631 -0.078343 -0.003313 0.012753 -0.005072 0.011499 -0.008771 0.000914 -0.031802 -0.026305 0.012659 -0.075831 0.017734 -0.059191 0.003335 -0.030379 0.003153 0.015586 -0.024525 0.064397 0.003078 0.015475 -0.089719 -0.025086 0.004943 -0.004471 -0.013278 -0.016626 0.064156 -0.006196 -0.028258 -0.002107 -0.012415 0.051791 0.043215 0.006251 0.054905 0.005526 -0.027583 0.003033 -0.006034 0.017762 -0.0699 -0.057561 0.010441 -0.018677 0.042337 0.059847 0.071059 0.021596 0.045138 0.007158 -0.083586 0.002971 0.031421 0.052991 -0.047105 0.007241 -0.076889 0.008345 -0.06994 -0.006866 -0.002764 -0.042693 0.018301 -0.002941 -0.011503 -0.014878 0.007532 -0.021573 -0.004145 -0.033756 -0.011539 0.010023 0.048108 0.012216 0.025596 -0.01201 -0.025981 -0.057649 -0.003705 -0.002391 -0.055841 0.018577 -0.00688 -0.040427 0.025651 -0.035273 -0.047192 0.028374 0.078504 -0.01471 0.049767 0.04045 0.036361 -0.059992 0.012899 -0.030056 0.02329 -0.003863 -0.025294 -0.012244 0.067317 0.015651 0.03828 0.042014 0.06251 0.034539 -0.015064 0.032233 -0.00544 -0.008105 -0.009374 -0.030763 0.000418 0.066038 -0.047586 0.0115 -0.055918 0.020265 0.039055 0.073725 0.003558 -0.020347 0.003771 0.017256 -0.066365 -0.068342 0.083847 0.035784 0.02263 -0.036375 0.031058 0.025985 0.037144 0.035823 0.013485 0.023437 0.01374 -0.020724 0.044204 -0.053185 -0.038127 0.010328 0.03237 0.000867 -0.010865 -0.028351 0.036881 -0.018995 0.036877 0.020021 -0.048792 -0.033744 0.007701 0.037821 -0.028701 -0.035861 -0.039614 -0.015438 -0.090383 -0.03562 0.019753 -0.022752 0.000992 -0.06511 -0.021587 -0.033861 0.043448 0.020625 -0.038676 -0.003246 0.068958 0.038158 -0.020871 -0.042753 -0.017603 0.051528 -0.055587 0.027965 0.004707 -0.004314 -0.033307 -0.031924 0.011505 0.066638 0.034583 0.022131 0.042623 -0.018241 -0.005493 0.074107 0.002303 -0.028094 0.030409 -0.015147 0.017672 0.064989 0.04271 -0.029491 0.053094 -0.047252 -0.012944 -0.019943 0.020948 -0.035088 -0.02173 -0.002355 -0.00245 0.018382 -0.050022 -0.027903 -0.013935 -0.031073 -0.002917 -0.033822 -0.049968 -0.070072 -0.018283 -0.062281 0.01032 0.030992 -0.028592 -0.005012 -0.052798 0.049036 -0.032331 0.005679 0.027735 -0.012362 0.078108 0.090258 0.033271 0.039046 -0.025784 -0.027464 -0.017789 -0.044611 -0.005695 0.092018 -0.040925 -0.025057 0.015996 -0.042634 0.026496 -0.032272 -0.060875 -0.028234 -0.081425 -0.056348 0.032645 0.007674 0.016884 0.022636 0.057135 0.002503 0.007198 -0.021359 0.040251 0.013517 0.070019 -0.080524 -0.020738 -0.024608 0.028697 0.032072 0.00529 -0.026338 0.067536 -0.024384 -0.050268 0.018913 -0.030567 -0.027199 0.060459 -0.12329 -0.002603 0.015262 0.023408 0.017923 -0.022316 0.011691\nบ 0.022241 0.000523 -0.04137 0.019095 0.011822 0.02928 0.008399 -0.001401 -0.021501 -0.022514 0.024298 0.005742 -0.004174 -0.01552 0.027103 -0.003792 0.005717 -0.019151 -0.009218 -0.037921 -0.015951 0.008277 0.005274 0.010305 0.001643 0.010716 -0.012883 -0.005734 -0.012974 -0.022009 0.013976 -0.025219 -0.01085 -0.028017 -0.001316 0.017315 -0.033709 0.034176 0.011158 0.015464 -0.026897 0.005488 0.001546 -0.003834 -0.018322 -0.017507 0.030591 0.002987 -0.000604 0.009197 0.002623 0.038257 0.026735 -0.031407 0.033978 0.006129 -0.00024 0.023645 -0.011483 0.019994 -0.026676 -0.027248 -0.001678 -0.013972 0.00894 0.01544 0.024257 -0.013368 0.03365 0.017248 -0.041554 -0.008891 0.020192 0.0097 -0.048627 0.004979 -0.027625 0.01729 -0.027044 -0.012989 0.013131 -0.005897 0.001322 0.013784 -0.020177 -0.039631 -0.005628 0.001761 -0.015345 -0.0005 -0.003175 0.01847 0.005342 -0.012396 0.013412 -0.006503 0.00454 -0.032138 0.0055 -9e-06 -0.01653 0.00398 -0.003075 -0.021347 0.013084 -0.00448 -0.008067 0.004148 0.02448 -0.004876 0.040373 0.015319 0.024544 -0.011977 0.005623 0.000846 3.4e-05 0.000255 -0.002375 -0.034066 0.015787 0.002196 0.032466 0.02286 0.036449 0.00794 -0.009546 -0.0115 -0.002235 -0.014389 -0.011584 -0.005441 -0.012967 0.0284 -0.016375 0.010446 -0.030883 -0.00354 0.009771 0.038801 0.000728 -0.008267 0.00568 0.022613 -0.03192 -0.040351 0.038423 0.005643 0.003897 -0.038417 0.000884 0.006418 0.032603 0.024458 -0.003316 0.008448 0.00141 -0.026471 0.008177 -0.019221 -0.010472 0.008472 0.023894 0.012275 -0.009936 -0.010969 0.018901 -0.014987 0.017846 0.013292 -0.023363 -0.019922 -0.010134 0.027414 -0.019666 -0.02071 -0.000486 -0.003442 -0.032008 -0.01757 0.031856 -0.010184 0.006991 -0.009729 -0.006295 -0.013049 0.004819 0.021094 -0.046833 0.000443 0.014779 0.024013 -0.03188 -0.030536 0.006669 0.02748 -0.015198 0.011467 0.00429 0.001912 -0.02787 -0.025688 0.011709 0.0217 0.021424 0.013926 0.003398 -0.002945 -0.001828 0.028416 -0.015209 0.003492 -0.005011 0.017471 0.000408 0.051857 0.00199 -0.020033 0.005795 -0.001491 0.001552 0.007071 -0.000942 0.001556 -0.024705 -0.001305 -0.004065 0.015517 -0.00227 -0.025121 -0.00644 -0.002098 -0.003886 -0.022943 -0.026202 -0.003694 -0.007437 -0.031623 0.020565 0.026045 0.008012 0.028718 -0.026494 0.011681 -0.000858 -0.002165 0.027486 -0.004505 0.028907 0.049404 0.018462 0.000654 -0.004119 -0.036324 -0.024209 -0.014557 -0.001199 0.021669 -0.024134 -0.015193 0.006079 -0.009813 0.023864 -0.019393 -0.021857 -0.025987 -0.021167 -0.01511 0.002976 -0.000477 0.015812 -0.004437 0.004687 0.003865 0.009528 -0.005496 -0.000602 0.012281 0.03496 -0.039092 -0.00205 -0.00904 0.012087 0.01275 -0.016172 -0.007204 0.015149 -0.005453 -0.023338 -0.011825 0.006947 -0.032953 0.009494 -0.055347 -0.009097 0.007491 0.008881 0.014604 0.017923 -0.00152\nʝ -0.026411 0.010226 0.011209 -0.001092 0.013386 0.028272 0.023714 0.005405 -0.014835 -0.030304 0.032293 0.029444 -0.0034 -0.00756 0.053021 -0.020966 -0.004431 -0.015311 0.023047 -0.021708 -0.006223 -0.018838 -0.064774 0.009111 -0.008519 -0.021144 -0.039489 -0.011552 0.005419 -0.041682 0.024398 -0.023464 -0.016142 -0.005475 -0.013223 0.01473 -4.6e-05 0.030788 0.01815 -0.018683 -0.034126 0.038219 0.014143 0.037061 0.006771 -0.009018 0.012853 0.014711 -0.000847 -0.008335 0.0102 0.056782 -0.001015 -0.034292 0.030974 0.018414 0.012779 0.033689 -0.019949 0.017251 -0.040379 -0.020687 -0.036382 0.020601 0.001645 0.031795 0.053682 -0.041901 -0.002226 0.047118 -0.016015 -0.018985 -0.01658 0.02328 -0.014597 -0.01444 0.022174 0.001673 -0.010256 0.003486 0.020714 -0.011106 -0.030958 0.02941 -0.008392 -0.073041 0.036543 -0.010898 0.004488 0.03597 0.005316 0.011946 0.016609 0.013138 -0.003816 -0.04282 0.021507 -0.033443 -0.042315 -0.015476 -0.052442 -0.01103 -0.006661 -0.02355 0.018504 0.000831 -0.015846 0.012434 -0.005118 0.004188 0.061036 -0.000582 0.012436 0.024028 0.016253 -0.006838 -0.033075 -0.021689 -0.039605 -0.007313 0.027667 -0.009956 0.013629 -0.009618 0.006619 -0.023666 0.034624 0.040238 -0.014136 0.011324 0.028113 0.032203 0.010836 0.025867 -0.010315 -0.000444 -0.029713 0.041072 -0.00905 0.030113 -0.001064 0.008485 0.002314 0.001493 -0.000861 -0.05247 0.015166 -0.037272 0.025233 -0.042424 0.04364 0.000888 0.039207 0.043613 0.02094 0.005204 -0.023355 -0.046127 0.027148 -0.004704 -0.032985 0.018754 0.035732 -0.02676 0.001124 -0.030233 0.024715 -0.018196 0.002746 0.074011 -0.009905 -0.010746 0.010212 0.006021 0.021536 -0.011735 -0.002794 -0.011491 -0.050717 0.016782 0.053217 0.000342 0.007442 0.021049 -0.034125 -0.044492 -0.022588 0.005029 0.01332 0.014471 0.012527 0.019003 -0.024859 -0.0379 -0.01103 0.039111 -0.04102 0.003264 0.012928 -0.022077 -0.024775 -0.008954 0.022968 0.036886 0.018378 -0.016916 -0.007513 -0.041025 -0.020103 0.001555 -0.014521 0.007932 -0.006139 0.035915 0.013943 -0.021359 -0.002823 -0.002489 0.00328 -0.004198 -0.028135 -0.025023 0.023854 0.006756 -0.028876 0.01404 -0.012164 0.002262 0.022847 0.009476 -0.022456 0.003069 -0.003736 -0.050819 -0.005627 0.014569 -0.014725 0.009312 0.000642 0.005094 0.012583 0.013612 -0.00394 0.026432 -0.032637 -0.032408 0.001295 0.041755 0.030826 0.015962 -0.011572 0.009672 -0.045513 -0.016697 -0.016201 0.018727 -0.003316 -0.014499 -0.019604 0.013483 0.013516 -0.02191 -0.000856 -0.01326 0.012371 -0.007374 -0.032605 0.024915 -0.006372 0.007621 -0.007253 -0.000467 0.028608 0.005064 0.038452 0.005129 0.02719 0.002001 0.007061 -0.030581 0.011161 0.011338 0.009522 0.020909 0.04904 -0.017262 0.019532 -0.00839 -0.01147 -0.007989 -0.002951 -0.012495 -0.001721 -0.028159 -0.030157 0.006523 0.015482 -0.017274 -0.022996 -0.059608\nấ 0.0537 -0.001153 -0.06108 0.042134 0.023195 0.018916 0.031286 -0.04129 -0.028941 -0.03365 0.051382 -0.032774 -0.025327 0.009888 -0.002494 -0.014211 0.056459 -0.035377 0.008838 -0.038479 -0.028643 0.022741 -0.012677 0.015182 -0.00523 0.017132 0.018972 0.00497 0.030636 -0.001226 0.028911 -0.030075 0.031686 -0.000275 0.043742 -0.008063 -0.029785 0.025374 -0.017599 0.042415 -0.004281 0.019242 -0.045487 0.018674 -0.02767 -0.049909 0.038936 0.007559 0.014982 0.034728 0.024699 0.041356 0.031678 -0.050045 0.054897 0.007927 -0.020668 0.039123 -0.011717 0.008794 -0.013544 -0.030022 -0.01169 0.005904 0.014372 0.003654 0.067392 -0.007075 0.022451 -0.006933 -0.02147 -0.01815 0.048753 -0.007791 -0.019844 0.034304 0.014207 0.044744 -0.010129 -0.005239 0.011247 0.003608 -0.00748 0.050823 -0.029574 -0.038404 -0.041655 -0.024142 0.014148 -0.028033 -0.001104 0.021101 -0.022493 -0.019157 -0.013949 -0.004066 -0.025732 0.001216 -0.017004 -0.016928 -0.01809 0.031282 -0.000908 -0.011157 0.026069 -0.008536 -0.017556 -0.017928 0.070558 0.018615 -0.00125 0.011014 0.005843 -0.002385 -0.003163 0.013841 -0.023518 0.00063 -0.005852 -0.034584 -0.016612 -0.024988 0.053578 0.018119 0.018976 0.020691 -0.014555 -0.005444 -0.014537 0.013961 0.003974 0.015051 -0.010923 0.017055 0.013193 0.027444 -0.0272 0.040965 0.001472 0.019531 -0.007627 0.01228 0.052661 0.033595 -0.046252 0.001782 0.037395 0.001708 -0.017189 -0.018369 0.001428 -0.01438 0.013702 0.016623 -0.003965 0.006424 0.037359 -0.013857 -0.011005 -0.048846 0.005017 0.000662 -0.012131 -0.008291 -0.012781 0.009211 0.00698 -0.033263 0.051902 0.023835 -0.040899 -0.027165 -0.010372 -0.013722 -0.041507 -0.000706 0.012403 0.03124 0.014082 -0.021049 0.035929 0.027158 -0.010559 -0.001503 -0.022957 0.036335 -0.008928 -0.009385 -0.06407 -0.049841 0.026486 0.029427 -0.022988 0.008082 -0.051269 0.024637 0.018637 -0.008202 0.023542 -0.007036 -0.039096 -0.027883 -0.003665 0.017473 0.049293 -0.026965 0.017075 -0.012683 0.007977 0.018092 -0.036819 0.01448 0.016327 -0.019359 0.023158 0.007112 0.030326 0.009771 0.008743 0.034826 0.043591 0.012291 0.009802 -0.039138 -0.011962 -0.015953 0.03836 -0.007809 0.016418 -0.003982 -0.004517 -0.02685 -0.028967 -0.020235 -0.009768 0.010596 -0.0123 -0.070865 0.005201 0.021538 -0.011948 0.03635 -0.025979 -0.00533 0.001899 -0.01278 0.015466 0.017678 0.019678 0.052066 -0.018524 0.008099 0.024842 -0.040837 -0.027287 -0.013514 -0.015813 0.030609 -0.014217 -0.039535 -0.007301 0.009552 0.002087 -0.030733 -0.02018 -0.032426 -0.025804 0.009502 -0.009095 0.007679 0.022727 -0.02428 0.010743 -0.009913 0.031352 -0.016753 0.020746 0.025599 0.037096 -0.038258 0.003615 0.013015 -0.017533 0.026225 -0.039037 0.010803 -0.006827 0.011295 -0.044568 0.002996 0.029183 -0.03922 0.015833 -0.05608 0.021252 0.027855 0.012893 -0.003947 0.051896 -0.007351\nဦ 0.043445 0.001109 -0.024665 0.001123 0.011559 0.014017 0.005508 -0.008358 -0.00802 -0.035998 -0.014995 -0.012964 -0.001047 0.004325 0.024313 0.024423 0.019813 -0.008225 0.004062 -0.000933 -0.003899 -0.005959 -0.009776 0.040254 0.011441 -0.003149 -0.001994 -0.005336 -0.014681 -0.039401 -0.030621 -0.00058 -0.03279 -0.043572 0.004313 0.020902 -0.021697 -0.000236 -0.005617 0.018205 -0.019709 0.032311 0.025917 -0.01543 -0.028464 -0.024411 0.034237 0.018827 -0.037014 0.031352 -0.007454 0.018444 0.02073 -0.03873 0.037792 0.011542 0.02964 0.011012 -0.004606 -0.004976 -0.024668 -0.00941 0.011215 -0.025298 -0.015571 0.03265 0.02587 -0.043505 0.032605 0.015796 -0.031977 -0.005655 0.018469 0.013027 -0.010516 0.041894 -0.026052 -0.014301 -0.005815 -5.2e-05 0.006636 -0.014197 0.006155 0.021463 -0.03081 -0.008778 0.006705 -0.047477 -0.02659 0.025733 -0.011015 0.024813 -0.014367 0.002038 0.021549 0.00089 0.011834 -0.02574 -0.007841 0.004489 -0.018561 0.01233 -0.020414 -0.001757 0.007412 0.016732 -0.012778 0.001046 0.010958 -0.018942 0.013934 -0.008067 0.015116 -0.02217 -0.018833 -0.010524 -0.01588 0.014707 0.006603 -0.026667 0.015039 0.022064 -0.002929 0.00937 0.031941 0.016174 -0.003775 0.005507 0.004745 -0.027166 0.012359 -0.026822 0.004135 0.013727 -0.018236 -0.012861 -0.041514 -0.018484 0.020044 0.039762 0.001627 -0.034082 0.00079 0.032276 -0.022566 -0.005075 0.026576 0.016675 0.021091 -0.034998 -0.020292 0.024852 0.038418 0.044002 -0.000784 0.004889 0.004963 -0.010791 -0.038617 -0.012754 -0.019246 0.008945 0.007958 0.021541 0.033013 -0.002132 0.016608 0.004378 -0.009856 -0.012239 -0.033609 -0.006532 0.002261 0.010909 -0.010448 -0.000676 -0.001678 -0.003584 -0.025177 -0.037066 0.019888 -0.022809 0.048554 -0.021066 -0.038757 -0.015963 0.003735 0.016497 -0.021297 0.024303 0.03233 0.032584 -0.024541 -0.003117 -0.009102 0.033544 -0.038281 0.030391 -0.009943 -0.019948 -0.012907 -0.016493 0.012928 0.05162 0.013972 0.01926 0.019983 -0.005389 0.001334 0.014918 -0.032458 0.020318 -0.008155 -0.002193 0.006967 0.041021 -0.007375 -0.012387 0.00237 -0.016459 0.008639 0.009935 -0.009249 0.018659 0.018159 -0.002789 0.011103 -0.008888 0.03513 -0.046827 -0.012887 -0.000292 -0.005719 -0.028655 -0.035036 0.016491 -0.020646 -0.042034 0.023965 -0.006247 -0.011163 -0.006626 -0.010445 0.02098 0.01066 0.013415 0.025451 -0.009952 0.009749 0.035131 0.006096 -0.010948 -0.003819 -0.013094 -0.026769 -0.022459 0.013633 -0.015699 -0.009936 -0.006134 -0.013658 -0.033182 0.032326 -0.042116 -0.033804 -0.009825 -0.017141 0.016737 -0.007195 -0.005413 -0.001924 -0.032679 0.024052 -0.005652 0.016512 -0.011849 0.007319 0.016064 0.017736 -0.059023 -0.007976 0.025792 0.017296 0.023459 -0.029288 -0.016792 0.000406 -0.00362 -0.028861 -0.004998 0.002568 -0.039578 -0.015871 -0.042296 0.003152 -0.012569 -0.031233 0.002619 -0.00716 -0.009945\nফ 0.004771 0.006225 -0.024012 -0.005804 0.005004 0.00451 -0.002018 -0.004628 -0.004735 -0.00652 0.016325 -0.002837 -0.036174 -0.00403 0.034254 0.013784 -0.00964 0.007809 -0.012033 -0.025878 -0.009385 -0.016765 0.011711 0.017856 -0.010473 -0.003479 -0.009523 -0.002173 -0.017932 -0.022819 0.004443 -0.019456 -0.007273 -0.000163 -0.000855 0.009137 -0.003419 0.001731 -0.0007 0.005496 -0.01627 -0.015683 0.024767 0.004574 -0.004611 0.012953 0.018052 -0.007176 0.003449 -0.000603 -0.018398 0.010321 0.008231 -0.013765 0.023518 -0.020894 0.005459 0.002095 0.002067 0.012944 -0.028244 -0.006693 0.026923 0.008354 0.01842 0.01669 0.013696 0.010091 0.03183 0.019187 -0.043123 -0.011761 0.021214 0.020889 -0.030345 0.006075 -0.002566 0.007426 -0.030882 -0.003931 0.010728 -0.01541 0.001852 -0.010916 0.011597 -0.015699 0.006564 0.000921 0.005374 0.011914 0.001837 0.009863 0.01033 0.010092 0.011144 0.003147 0.005 -0.010083 0.018896 -0.017018 -0.023436 0.023245 0.00412 -0.011165 0.013935 -0.001581 -0.012496 0.005628 0.005221 0.005928 0.02651 0.02122 0.021997 -0.020592 0.001995 -0.005776 0.012539 -0.005472 -0.01716 -0.007586 0.027016 0.012153 0.010868 0.018001 0.017658 0.005062 -0.008037 0.017079 0.003841 -0.014318 -0.009514 -0.003961 0.006421 0.024465 0.007071 -0.022356 -0.01984 -0.000279 -0.001876 0.015519 0.01307 -0.009665 -0.005861 0.0134 -0.014528 -0.037099 0.029261 0.032119 0.023088 -0.008397 -0.01718 0.022625 0.003127 0.00591 0.003711 -0.004719 0.018889 -0.015104 0.002187 -0.025566 -0.030559 0.008999 -0.011853 0.000389 -0.008819 -0.023964 0.013127 -0.008568 0.013328 -0.001508 -0.011853 0.006303 0.013729 0.020877 -0.007126 0.013246 0.025162 0.025051 -0.022545 -0.025238 0.009592 0.008605 -0.020395 -0.019246 0.016984 -0.024108 0.009864 0.01803 0.014388 0.009021 0.00875 0.017625 -0.013523 -0.002314 0.007965 0.016001 -0.009152 0.005879 0.024083 0.002287 -0.015211 -0.034356 -0.006812 0.02444 0.020881 -0.010075 0.026205 0.002865 -0.009206 0.024416 -0.003094 0.000411 0.020538 -0.010036 -0.00271 0.021494 0.014128 -0.011037 0.022827 0.011281 -0.001304 -0.013172 -0.002918 -0.017824 -0.014406 0.004145 -0.007517 -0.003896 -0.023234 -0.017838 -0.013032 -0.013082 0.012225 -0.008019 -0.021237 -0.011817 -0.009559 -0.008725 -0.002541 0.026048 -0.000398 0.003473 -0.006084 0.01605 -0.024102 0.019875 -0.003029 -0.030504 0.012402 0.019881 -0.017526 0.000109 0.001946 -0.010638 0.003437 -0.021237 -0.001821 0.062637 -0.015802 -0.008741 -0.008994 -0.012027 -0.000671 -0.029683 -0.033868 -0.000954 -0.007289 -0.021959 -0.000775 -0.00629 0.010533 0.011027 0.01639 0.017297 0.005624 -0.020868 0.013892 -0.010503 0.014369 -0.0419 0.00918 -0.007497 0.020671 0.029932 -0.028577 -0.01101 0.022458 0.018709 0.002356 0.028316 -0.010714 -0.024596 0.015495 -0.046004 -0.009732 0.013148 0.002809 0.00471 0.000331 -0.011832\nભ 0.090784 -0.002298 -0.089692 0.030044 0.015519 0.064377 0.014858 0.003212 -0.05639 -0.06292 0.044735 0.032317 -0.035489 -0.038162 0.048448 -0.006324 0.021002 -0.028764 -0.017823 -0.061024 -0.004427 -0.010082 0.019407 0.00885 -0.012355 0.024853 -0.000301 -0.005608 -0.035571 -0.052096 0.023859 -0.050297 -0.038186 -0.049231 0.012712 0.005899 -0.01985 0.063884 -0.010568 0.038657 -0.061132 0.029574 -0.000995 -0.002288 -0.054923 -0.042759 0.054208 -0.014814 -0.008458 0.022697 -0.010172 0.068867 0.062416 -0.041064 0.068621 -0.007492 0.01223 0.038687 -0.019243 0.057459 -0.057597 -0.050501 -0.011335 -0.014977 0.004853 0.034805 0.101215 -0.035731 0.044825 0.029521 -0.086036 -0.016972 0.041076 0.015541 -0.064564 0.017206 -0.026848 0.009142 -0.055022 -0.018435 0.018035 -0.008397 0.025547 0.011736 -0.009096 -0.089042 0.003359 -0.008779 -0.022194 0.00083 -0.010992 0.029277 0.039095 0.003577 0.012373 -0.028984 -0.030257 -0.089219 0.006006 -0.005055 -0.031768 0.008716 0.017313 -0.08421 0.005317 0.011306 -0.029779 -0.008659 0.03684 -0.015956 0.065468 0.033002 0.035253 -0.027272 0.018719 0.004583 -0.02671 0.010524 -0.010218 -0.057789 0.050144 0.000386 0.055382 0.029978 0.025979 0.021459 -0.036177 -0.013224 -0.01784 -0.033575 -0.010737 0.020217 0.007185 0.036476 -0.031254 0.031004 -0.041608 0.001881 0.004623 0.086432 -0.006958 -0.01031 0.051715 0.022862 -0.073377 -0.073506 0.109064 0.041642 0.016177 -0.06047 0.01548 -0.011437 0.082396 0.041241 -0.025682 0.039089 -0.006734 -0.038494 0.026656 -0.03979 -0.018142 0.01595 0.049952 0.053156 -0.018862 -0.046914 0.004298 -0.026545 0.054087 0.028328 -0.040421 -0.036766 -0.040672 0.064176 -0.052722 -0.054367 -0.027766 -0.017886 -0.053565 -0.014811 0.062853 -0.035838 0.007406 -0.005718 -0.015797 -0.009884 0.007386 0.037296 -0.055112 0.022615 0.015738 0.043914 -0.037929 -0.054389 -0.003928 0.077805 -0.040302 0.037027 -0.013544 -0.004717 -0.040724 -0.022521 0.01705 0.036542 0.037423 0.047904 -0.007722 -0.040369 -0.026896 0.046028 -0.034641 0.01016 -0.005396 0.02068 -0.007883 0.081161 0.034194 -0.032176 0.022194 -0.014009 -0.01737 -0.007466 -0.007961 0.022695 -0.022817 -0.024773 0.003115 0.036651 -0.00973 -0.031981 -0.005533 0.011295 0.005089 -0.004484 -0.056328 -0.001874 -0.0102 -0.051707 0.040457 0.039053 0.012368 0.016333 -0.038142 0.040192 -0.004075 -0.005056 0.052354 -0.004937 0.073945 0.111857 0.031268 0.037985 -0.028823 -0.049611 -0.057254 -0.031668 0.006811 0.035274 -0.044405 -0.012784 0.018375 -0.051656 0.063118 -0.034694 -0.010818 -0.020882 -0.078197 -0.019741 0.032359 -0.010479 0.023167 0.01999 -0.002668 -0.007411 0.040692 0.016853 -0.027671 0.054797 0.051634 -0.084119 0.002764 -0.057659 0.012693 0.031591 -0.05846 -0.018721 0.039763 -0.01182 -0.024822 -0.029308 -0.007687 -0.044525 0.024317 -0.086632 -0.009286 0.017586 0.003362 0.00999 0.034998 0.010298\nమ 0.017515 -0.000733 -0.030627 0.013968 -0.006852 0.020938 0.010453 0.011128 0.00604 -0.013931 0.022014 0.013491 -0.000944 -0.024422 0.016714 0.001735 0.023336 -0.004858 0.00906 -0.013002 -0.018285 0.002636 0.014711 0.015748 0.01296 0.010756 -0.014967 -0.024045 -0.020299 0.011104 0.029557 -0.00418 -0.014529 -0.011154 -0.010481 0.016628 -0.024063 0.022034 0.005113 -0.002969 -0.023984 0.001485 0.012791 0.01283 -0.004281 0.00565 0.030249 0.00886 0.012864 -0.010215 0.005626 0.01389 0.017206 -0.019578 0.022989 0.004407 -0.007415 0.008811 -0.002752 0.003298 -0.012305 0.00168 -0.011654 0.002072 0.003527 0.003299 0.03017 -0.00934 0.013035 0.00741 -0.015583 -0.002617 0.015216 0.006999 -0.029156 -0.004347 -0.016126 0.01124 -0.002319 -0.02857 0.011914 0.005921 0.002004 0.010095 -0.00703 -0.032024 0.002756 0.007486 -0.014928 0.005459 -0.017595 0.014739 -0.002395 -0.005393 -0.006832 0.004485 -0.01945 -0.016157 -0.003133 -0.002096 0.018964 0.007632 0.007532 -0.009589 0.017767 0.010362 -0.003443 -0.010239 0.017036 0.015 0.028933 0.018771 0.00737 0.000528 0.012072 0.004409 0.01014 -0.002022 -0.002318 -0.017379 0.012881 0.002222 0.011589 0.011372 0.033485 -0.009313 -0.020719 0.000184 -0.010223 -0.013996 -0.021699 0.008388 0.010183 0.00945 -0.014835 0.007505 -0.011206 0.01376 -0.00659 0.038566 0.003433 -0.013304 0.006716 0.016406 -0.037343 -0.027139 0.006107 -0.002798 0.000703 -0.022261 0.005776 -0.006206 0.013466 0.000673 0.004185 0.009149 -0.01784 -0.029463 0.004379 -0.01185 -0.018043 0.001894 0.026382 0.012842 -0.000663 -0.002576 0.013536 -0.008224 0.020801 0.001475 -0.021206 -0.034059 -0.004032 0.018932 -0.015402 -0.009763 -0.009809 0.000409 -0.023803 0.002012 0.033953 0.017199 -0.001816 0.000673 -0.006787 -0.028153 0.012191 0.009089 -0.034791 0.018535 0.00289 0.003443 -0.016051 -0.022553 -0.014704 0.028116 0.005673 0.003961 -0.015857 0.004108 -0.000565 -0.016204 0.021072 0.006254 0.018397 0.00989 0.003455 -0.011642 -0.00924 0.011035 0.019971 -0.008149 0.001572 0.008467 -0.000635 0.018521 0.003248 0.006597 0.015302 -0.003606 0.002099 0.014704 -0.011109 0.003267 -0.016687 0.009763 -0.00985 -0.011116 0.025519 -0.022884 -0.011657 0.007275 -0.001378 -0.029018 -0.036236 -0.005111 -0.008644 -0.02563 0.019611 0.003958 0.004664 0.019339 -0.024094 0.016951 -0.009184 -0.006278 0.010798 -0.001585 0.027444 0.00576 0.026969 0.006555 -0.008352 -0.036012 -0.010838 -0.005849 0.009469 0.01223 -0.029191 -0.006469 0.001854 0.004325 0.017942 -0.003433 -0.02906 -0.017105 -0.022025 -0.003943 -0.010956 -0.000487 0.001643 0.00151 -0.008501 0.003416 -0.004049 -0.014521 0.001373 0.011676 0.011424 -0.029774 0.000679 -0.013369 0.015103 0.021923 -0.00866 0.008571 -3.6e-05 -0.01295 -0.014914 0.012647 0.015735 -0.024188 0.008275 -0.031805 -0.027358 0.031773 -0.000343 -0.013138 0.011467 0.00911\n± 0.135571 -0.00922 -0.042409 0.037504 0.00893 0.315978 0.310524 -0.283008 0.055175 0.022414 0.05783 0.017457 -0.175794 -0.160632 0.136058 -0.03337 0.053833 0.100638 -0.12792 -0.286472 0.231365 -0.042896 0.252557 -2.1e-05 0.087821 -0.203017 0.022227 0.0404 -0.040595 0.074996 0.100957 -0.131208 0.231667 -0.415951 -0.031047 -0.089411 -0.063031 0.035698 0.165631 -0.034197 -0.183791 -0.162932 0.03101 0.081238 0.062586 0.137799 0.098839 0.063511 -0.338552 -0.183052 -0.010907 0.17399 0.14329 0.033454 0.027879 -0.013038 0.077683 -0.060392 0.012363 0.011506 -0.030138 -0.107522 -0.107036 -0.06133 0.01284 -0.09109 0.18273 -0.088485 -0.011023 0.014069 -0.405032 0.121988 0.052642 0.036477 0.143398 -0.120678 0.05719 0.042672 0.049977 -0.045468 -0.021202 0.14446 0.127215 -0.098248 0.036648 0.077199 -0.022574 0.162233 0.152204 0.002662 0.082469 -0.059787 -0.008911 0.107641 0.140013 -0.237675 -0.015034 -0.2283 0.088966 0.045305 0.010806 -0.21384 0.079844 -0.126852 0.088296 -0.170161 0.191578 -0.073783 -0.106181 -0.136065 0.160253 -0.058281 0.143897 -0.072688 0.215303 -0.024629 -0.069446 0.150966 0.134521 -0.050882 0.159897 -0.002679 0.017824 -0.017213 -0.10094 -0.01582 0.226627 0.206273 -0.0307 -0.070766 -0.000875 0.112083 0.190741 0.22565 -0.001463 -0.100157 -0.037424 -0.146307 -0.176745 0.008375 -0.051839 -0.068103 0.010762 0.013029 0.124776 -0.073322 -0.001506 -0.117404 0.164492 -0.104038 -0.062323 -0.002224 -0.058636 0.225744 -0.117844 -0.068741 -0.008217 0.070073 -0.033647 -0.033156 0.062539 -0.014847 0.051302 0.176567 0.143506 0.245186 -0.017097 -0.140605 0.030222 0.000355 -0.02222 0.054972 -0.135249 0.038595 0.213475 -0.062562 -0.27571 -0.324256 0.149916 0.077637 0.201852 0.164081 -0.011928 0.200496 -0.188098 0.120111 -0.018014 0.239779 0.118346 0.057852 0.184379 -0.002772 0.022812 0.061261 0.140878 -0.051291 0.117269 0.093664 0.091467 0.012378 -0.082878 0.009242 -0.012966 0.017826 0.146273 -0.042501 -0.062641 0.112338 -0.003503 -0.022545 -0.076997 -0.180927 -0.139797 -0.169022 -0.141095 0.171965 -0.035241 0.010521 -0.212685 0.182337 -0.010944 0.079568 -0.079623 -0.034719 -0.204566 -0.049809 0.061135 -0.033738 0.155411 -0.101421 -0.031252 0.137449 -0.099664 0.094385 0.008603 0.117955 -0.061983 -0.131924 -0.250396 0.086043 0.224495 -0.020371 0.035598 0.091897 -0.158031 -0.024363 -0.056246 -0.006226 0.089639 0.240701 0.170786 0.095068 -0.246549 -0.145706 -0.097336 0.108743 0.135637 -0.162166 -0.288091 0.038746 0.09268 0.076138 -0.047671 0.067255 0.053368 -0.009339 -0.094815 -0.010837 -0.02728 0.096251 0.124081 -0.180432 -0.036501 -0.050602 0.045214 0.071581 0.156868 0.024752 0.161219 0.000555 -0.075328 -0.086286 0.089862 0.063963 0.053706 -0.101353 0.059724 -0.165771 0.017827 -0.042297 0.156683 0.007192 0.037402 -0.168833 -0.173552 -0.023086 -0.03062 -0.124273 0.048422 -0.061941\nڵ 0.043938 0.013641 -0.040065 0.025905 0.000487 0.049983 -0.007365 -0.014853 -0.008226 -0.03599 0.062984 0.005604 0.002374 -0.017 0.043685 -0.02605 -0.006061 -0.011504 -0.009528 -0.051199 -0.007595 0.000447 0.002821 0.004555 -0.000815 0.01113 -0.01561 -0.007904 -0.000778 -0.03323 0.022147 -0.048851 -0.023834 -0.045858 0.009844 -0.000672 -0.052756 0.040354 -0.000994 0.004676 -0.028205 0.008394 -0.014321 0.00039 -0.029068 -0.016038 0.059858 -0.004313 -0.001504 0.032704 0.019816 0.032438 0.038075 -0.013129 0.061823 -0.002108 0.014717 0.027147 -0.011539 0.029001 -0.031228 -0.033358 -0.007071 -0.021264 0.026912 0.036847 0.042826 -0.021681 0.036598 0.024855 -0.058085 -0.009845 0.027232 0.035125 -0.063677 0.009401 -0.026653 0.042578 -0.046519 -0.015726 0.002651 0.000228 0.00501 0.029103 -0.012768 -0.046231 0.005139 0.006833 -0.00401 0.014796 -0.002775 0.012062 0.022676 -0.015575 0.022866 0.0062 0.01343 -0.040264 -0.005096 -0.00736 -0.022047 0.001204 0.002184 -0.034053 0.015868 -0.009237 -0.032293 0.015285 0.047228 -0.034807 0.05658 0.016389 0.022493 -0.027205 0.014846 -0.002406 -0.004235 0.007 -0.029391 -0.048721 0.046117 0.003583 0.035338 0.028853 0.035473 0.006084 -0.02326 -0.010985 -0.007867 -0.003946 -0.010932 0.007232 0.002817 0.026255 -0.004359 0.019978 -0.047199 0.005686 0.024516 0.044964 0.010127 -0.024198 0.004449 0.03221 -0.037842 -0.064311 0.043263 0.011879 0.004618 -0.042653 -0.000857 0.010946 0.045472 0.025327 -0.015253 0.016092 0.004954 -0.020457 0.012855 -0.029735 -0.011719 0.027572 0.028192 0.025424 -0.014108 -0.037106 0.008207 -0.029176 0.010869 0.021376 -0.031694 -0.018751 -0.019123 0.047041 -0.019703 -0.028548 -0.005408 -0.019031 -0.040795 -0.016398 0.036817 -0.012691 -0.001394 -0.019579 0.004094 -0.024567 0.015428 0.017387 -0.076005 0.011051 0.030251 0.029142 -0.014485 -0.051023 -0.00952 0.061963 -0.037896 0.03955 0.002339 -0.012955 -0.04062 -0.022452 0.020986 0.013118 0.01056 0.020729 0.009569 -0.027601 0.003358 0.024008 -0.010068 -0.015211 -0.007483 0.016947 0.001128 0.060263 0.009274 -0.019619 -0.005116 -0.007941 0.003194 0.008699 -0.005133 -0.004971 -0.049653 -0.011976 0.003706 0.01368 -0.003466 -0.027371 -0.008506 -0.00173 -0.004152 -0.01001 -0.027688 -0.014682 -0.026404 -0.030341 0.032453 0.019886 0.009595 0.019217 -0.034645 0.011488 0.014596 0.00375 0.049461 -0.018195 0.054525 0.058036 0.046895 0.009748 -0.013299 -0.028275 -0.040231 -0.028986 -0.013173 0.037719 -0.02364 -0.00834 -0.00872 -0.007006 0.042209 -0.034719 -0.024696 -0.023181 -0.033655 -0.014145 0.008181 -0.004012 0.030682 -0.002452 -0.000672 -0.000749 0.009757 -0.000359 0.00255 0.01604 0.055173 -0.058868 -0.006203 -0.031671 0.006555 0.00439 -0.020169 -0.005641 0.023578 -0.009768 -0.026738 -0.005825 0.000554 -0.051409 0.019422 -0.067613 -0.013749 0.013913 0.011666 0.019329 0.014686 0.002346\nᠶ 0.037029 0.003206 -0.022354 0.01577 0.021223 0.027628 -0.01193 0.007048 -0.006788 -0.020231 0.016551 -0.000713 0.002568 -0.020891 0.021811 -0.007711 0.002966 -0.009171 -0.014608 -0.027775 -0.006307 -0.017344 -0.011449 -0.002396 -0.001203 0.013776 -0.006307 -0.0092 -0.005961 -0.015147 0.021604 -0.03697 -0.01148 -0.029474 0.007359 0.013022 -0.024704 0.037312 0.003997 0.006216 -0.020849 0.000694 -0.011818 -0.007872 -0.005367 -0.020081 0.028776 -0.00556 -0.013561 0.025031 0.00351 0.035497 0.021273 -0.032338 0.041213 0.003305 0.004882 0.01104 0.005108 0.025689 -0.034143 -0.017109 -0.022656 -0.001211 0.016352 0.014299 0.01934 -0.01203 0.018279 0.00438 -0.041865 -0.005487 0.019812 0.030056 -0.051235 0.00837 -0.025542 0.015552 -0.025471 -0.010471 0.016534 -0.002786 0.006453 0.014144 -0.013942 -0.025944 0.014023 0.031014 -0.003777 -0.001758 -0.009363 0.008423 0.006225 -0.021752 0.002439 -0.004254 0.009939 -0.035118 4.1e-05 -0.015951 -0.01346 0.014004 0.005262 -0.015998 0.014466 -0.008081 -0.011619 0.016025 0.018086 -0.002249 0.034908 0.019203 0.012238 -0.013028 0.007354 -0.008404 -0.001124 0.010708 -0.009853 -0.024525 0.023247 -0.013646 0.030801 0.021605 0.043087 -0.000106 0.002322 -0.004393 -0.001503 -0.013656 -0.016929 0.006403 -0.00825 0.01744 -0.010741 0.032385 -0.016769 0.008442 0.024022 0.024448 -0.016551 -0.006861 -0.005999 0.023786 -0.028399 -0.029463 0.052166 0.003847 0.003585 -0.025104 -0.001516 0.020215 0.018376 0.024933 -0.004581 0.006901 -0.0059 -0.006052 0.007556 -0.018549 -0.01615 0.02152 0.01324 0.00422 -0.018551 -0.018528 0.015767 -0.011856 0.013999 0.018243 -0.017926 -0.009037 -0.013046 0.031542 0.005483 -0.015207 0.004981 0.0002 -0.024042 -0.018666 0.017991 -0.008164 0.012279 0.003822 0.000457 -0.010081 0.01347 0.006891 -0.040167 0.000538 0.024911 0.034211 -0.018881 -0.01893 0.009583 0.041002 -0.017617 0.021593 0.002144 -0.001752 -0.025065 -0.021815 0.002978 0.025654 0.004711 0.014847 0.015959 -0.012572 0.001546 0.01474 -0.03153 -0.021699 0.004418 0.019955 0.009598 0.045303 -0.003427 -0.017941 -0.007823 0.005745 0.002333 0.015393 -0.000299 -0.002929 -0.022116 0.000432 -0.005411 0.002676 -0.018879 -0.002796 0.004039 -0.005549 -0.003043 -0.021682 -0.02917 -0.010294 -0.014338 -0.009084 0.018672 0.023668 0.002835 0.014478 -0.013693 0.028427 0.016608 -0.01977 0.028826 -0.007159 0.048108 0.039624 0.009331 0.012621 -0.007788 -0.02519 -0.017734 -0.027401 0.004203 0.028188 -0.010654 -0.00761 0.005926 0.003915 0.02855 -0.02657 -0.029849 -0.017799 -0.024802 -0.024596 -7.7e-05 0.001196 0.014427 -0.011776 0.008662 -0.002525 0.009017 0.00411 0.014016 0.015343 0.032133 -0.034397 -0.005658 -0.011925 0.010553 0.016855 -0.022466 -0.003811 0.02995 -0.00249 -0.019643 -0.015607 -0.003707 -0.031353 0.020507 -0.050096 -0.005507 -0.006665 0.007457 0.01856 0.015069 0.007433\nឿ -0.010356 0.012685 0.02947 0.016672 -0.006111 0.021971 -0.009751 0.012562 -0.009731 0.009782 0.011592 0.032987 -0.001892 0.011025 0.007562 -0.001729 0.001579 -0.037132 -0.016887 0.003779 -0.010816 -0.007406 0.030056 0.023612 0.017174 0.026331 -0.008623 -0.021832 -0.01283 0.001154 0.049509 -0.014488 -0.011996 -0.002497 0.007295 0.019163 -0.020997 0.008886 0.032426 -0.00578 -0.017892 -0.013908 0.008434 -0.008691 0.022688 0.015274 0.015815 -0.044198 -0.00265 9e-06 -0.016182 -0.00123 0.01556 -0.026608 0.023992 0.026719 -0.013937 -0.027984 0.048877 -0.017932 -0.006273 -0.01656 0.020676 0.018427 -0.019834 -0.010371 0.001362 -0.019575 0.012521 0.038249 -0.018985 -0.018689 -0.007884 0.018376 -0.009313 0.010993 0.015985 -0.028656 -0.006971 -0.018652 0.022567 0.009499 0.01719 0.016827 0.013073 0.001468 -0.007627 0.016645 0.009434 -0.000178 0.009467 0.021296 -0.014004 0.001798 -0.00121 -0.010177 -0.041872 -0.026211 0.003564 0.001302 0.027688 0.006389 -0.00339 0.011763 0.010254 0.016293 0.010298 -0.01887 0.02936 -0.001944 0.0112 0.016214 0.016209 -0.001577 -0.005208 -0.01027 0.031485 -0.000575 -0.021382 -0.007455 0.034106 -0.00772 0.014761 -0.005399 0.026531 0.01496 0.003367 -0.015926 0.020265 -0.002285 -0.012362 -3.1e-05 0.008946 0.02957 -0.013834 -0.024523 -0.019923 -0.031595 0.019348 -0.013211 -0.020842 -0.001031 -0.020625 -0.012599 -0.033386 -0.040807 0.001239 -0.00308 -0.001275 -0.040324 -0.015049 0.012677 -0.008856 0.005173 0.018405 0.017349 -0.028312 -0.033949 -0.044618 0.0065 -0.0317 0.028138 0.009252 0.006268 -0.010109 -0.038968 0.029427 -0.0144 -0.011718 -0.028535 0.047567 0.006661 0.019069 0.033 0.007125 -0.000989 0.003442 0.014594 -0.038459 0.011158 0.017903 -0.008094 -0.017094 -0.006694 0.002054 -0.025828 0.019415 0.043663 -0.031615 0.029271 -0.018465 0.016767 -0.015368 -0.014212 0.020965 0.005779 -0.004818 0.002862 0.019348 0.021703 -0.009793 -0.012738 0.00457 0.009302 0.01032 0.005079 -0.002636 0.024619 -0.012955 0.028105 -0.006432 -0.010192 -0.0071 0.00902 0.008642 -0.000775 -0.027822 0.017754 0.026373 0.036554 0.008097 -0.048072 0.016064 -0.000386 -0.026384 0.035594 -0.005556 0.015581 0.023558 -0.022964 0.004202 -0.022851 -0.00692 -0.027218 -0.001483 -0.00312 -0.013432 -0.002293 0.007158 -0.006787 0.016229 -0.008386 -0.008159 0.009188 -0.035476 0.029901 0.003433 -0.018645 -0.005095 0.012553 0.008356 -0.010639 0.031367 -0.001255 -0.001439 -0.011946 -0.031443 -0.030367 0.030803 -0.009336 -0.006057 -0.011983 0.012818 0.02674 -0.00016 -0.00099 0.032457 -0.031338 -0.015905 0.00382 0.029888 0.000385 0.007036 -0.009283 0.006859 -0.01415 0.016495 0.032281 0.036282 -0.03076 -0.013737 -0.012609 0.01051 0.013505 -0.007411 0.010284 -0.031079 -0.012736 -0.002082 0.037926 0.017441 0.017557 0.016587 -0.036495 0.013012 -0.006394 -0.000129 0.001035 -0.007362 -0.019574\nी 0.028651 0.001846 -0.054223 0.023255 0.009946 0.035646 0.00463 -0.00631 -0.025631 -0.034294 0.044718 0.013896 -0.00924 -0.027634 0.029421 -0.003012 0.003482 -0.02389 -0.004743 -0.050887 -0.018307 -0.001276 0.006262 0.013766 0.004142 0.021379 -0.013508 -0.014375 -0.015796 -0.032349 0.029541 -0.033902 -0.023342 -0.037258 0.008692 0.013599 -0.041391 0.043663 0.009485 0.023897 -0.032667 0.009973 0.003253 -0.003381 -0.027784 -0.019516 0.040255 -0.004491 -0.000336 0.013881 0.004591 0.059801 0.040218 -0.043669 0.044718 0.003923 -0.008776 0.019727 -0.007218 0.027466 -0.040298 -0.032773 -0.003466 -0.019788 0.01088 0.018366 0.043925 -0.011292 0.031932 0.023486 -0.058474 -0.006617 0.024945 0.020086 -0.050751 0.001413 -0.032365 0.024353 -0.041716 -0.019378 0.01026 -0.004985 0.003485 0.012102 -0.024902 -0.047992 0.004045 -0.005874 -0.022226 -0.000175 -0.012822 0.025658 0.00844 -0.018183 0.016775 -0.00362 -0.0036 -0.04148 -1.6e-05 -0.003234 -0.023317 -0.000241 -0.005892 -0.024979 0.016616 -0.0102 -0.020153 0.008591 0.04486 -0.003357 0.052276 0.022311 0.027404 -0.022453 0.006675 0.001284 -0.00228 -0.000493 -0.020168 -0.043327 0.026172 -0.001192 0.04189 0.030805 0.036693 0.011213 -0.010839 -0.017148 -0.016396 -0.024197 -0.018355 0.001623 -0.021025 0.041363 -0.017175 0.012014 -0.035589 0.005253 0.004582 0.051108 -0.013168 -0.011388 0.01174 0.027402 -0.045305 -0.056142 0.057338 0.014487 0.005913 -0.045963 0.000154 0.016081 0.033259 0.025611 0.004724 0.008669 0.002784 -0.030291 0.018105 -0.024104 -0.024769 0.015693 0.026028 0.010717 -0.019327 -0.012898 0.025945 -0.022354 0.023481 0.021478 -0.030582 -0.02337 -0.011648 0.039612 -0.015025 -0.033913 -0.009734 -0.007925 -0.041895 -0.015385 0.033849 -0.011046 0.010578 -0.010744 -0.007317 -0.018381 0.004175 0.028349 -0.060689 0.010045 0.024704 0.027563 -0.039511 -0.043289 0.004147 0.045132 -0.023653 0.018516 0.000259 -0.006347 -0.044817 -0.035521 0.01034 0.030404 0.021063 0.016113 0.009009 -0.006885 -0.006044 0.048322 -0.021068 -0.006062 -0.010991 0.023533 -0.002141 0.072781 0.013306 -0.027082 0.013341 0.003349 -0.006708 0.00384 -0.007634 0.009457 -0.029465 -0.003056 0.002457 0.017458 -0.00484 -0.029405 -0.007279 -0.002707 -0.002265 -0.032216 -0.039797 -0.003065 -0.012621 -0.035733 0.034822 0.029248 0.013202 0.023467 -0.028175 0.019983 -0.001104 -0.005972 0.041379 -0.006622 0.039237 0.057507 0.025806 0.009967 -0.006406 -0.042647 -0.034038 -0.020882 -0.013171 0.025556 -0.034734 -0.017419 0.002439 -0.015766 0.035434 -0.02451 -0.029677 -0.021943 -0.034223 -0.021607 0.004044 -0.006434 0.018587 0.000903 0.011715 -0.007674 0.012084 0.001026 -0.002734 0.017547 0.054597 -0.054501 0.004501 -0.023626 0.015265 0.01956 -0.021631 -0.010686 0.022284 -0.012978 -0.024552 -0.011949 0.007775 -0.045902 0.008421 -0.066018 -0.01228 0.014064 0.016248 0.019668 0.020621 0.009005\nස 0.044975 0.010037 -0.064975 0.021358 0.016844 0.046642 0.015746 -0.000941 -0.02941 -0.034709 0.037996 0.018659 -0.012955 -0.024894 0.041256 -0.005907 0.013699 -0.02831 -0.016718 -0.049553 -0.016434 0.007217 0.009351 0.013057 0.005705 0.028395 -0.009423 -0.017764 -0.010697 -0.033413 0.026053 -0.039672 -0.025499 -0.051769 0.013676 0.017164 -0.053439 0.046206 -0.003805 0.02239 -0.037119 0.014935 0.002391 -0.009058 -0.033361 -0.043823 0.045276 -0.000266 -0.004031 0.015182 0.00073 0.071981 0.049648 -0.037182 0.051468 0.004959 -0.003889 0.023404 -0.028726 0.031102 -0.038152 -0.041141 -0.010371 -0.023821 0.024711 0.016845 0.051449 -0.02269 0.035951 0.011993 -0.061915 -0.00621 0.028606 0.018953 -0.053743 0.006318 -0.031127 0.025797 -0.036007 -0.006165 0.011458 -0.002195 -0.010024 0.024603 -0.015315 -0.062857 0.005969 -0.007551 -0.016147 -0.026372 -0.000181 0.023514 0.003327 -0.020015 0.015192 -0.008112 0.002557 -0.052823 -0.006593 -0.011316 -0.026735 -0.003415 -0.004703 -0.042015 0.014217 -0.00853 -0.009582 0.002004 0.038447 -0.006523 0.054057 0.024158 0.021262 -0.026528 0.018961 0.000974 -0.004944 -0.00479 -0.020721 -0.049234 0.039856 -0.001457 0.057007 0.022977 0.039371 0.014378 -0.031302 -0.012282 -0.016074 -0.017868 -0.021006 -0.009382 -0.017454 0.038354 -0.031494 0.01856 -0.035395 0.003254 0.004063 0.05576 -0.004619 -0.010958 0.017673 0.032726 -0.03612 -0.057358 0.064776 0.005639 0.001913 -0.042024 0.016788 0.015545 0.043591 0.030742 -0.001823 0.019211 0.002609 -0.016742 0.012724 -0.034569 -0.030032 0.01757 0.028495 0.013585 -0.0189 -0.01522 0.032232 -0.017004 0.030736 0.026497 -0.030615 -0.02074 -0.010718 0.043426 -0.019402 -0.022531 -0.009267 -0.009845 -0.04375 -0.029997 0.050207 -0.021632 0.010977 -0.018047 -0.010347 -0.020566 -0.002394 0.02031 -0.065414 0.01067 0.011528 0.027754 -0.040039 -0.054166 0.00447 0.054083 -0.023363 0.016612 0.006674 0.014867 -0.041566 -0.04004 0.009834 0.034181 0.022842 0.020488 0.014031 -0.015739 -0.016343 0.057486 -0.0286 -0.010275 -0.023725 0.018431 -0.000435 0.077928 0.014174 -0.039822 0.011125 -0.014066 -0.010202 0.011323 -0.004277 0.01235 -0.033407 -0.002936 0.010317 0.016369 -0.017854 -0.016639 -0.003378 -0.004733 -0.010642 -0.026965 -0.035976 -0.015898 -0.015772 -0.037292 0.033289 0.032814 0.002496 0.029111 -0.03052 0.011809 0.006084 -0.018578 0.042302 -0.002609 0.062125 0.07341 0.042681 0.014442 0.00079 -0.060064 -0.046758 -0.023781 0.00042 0.029205 -0.023317 -0.016581 0.003428 -0.017033 0.033435 -0.026175 -0.037607 -0.019182 -0.051507 -0.006802 0.012551 -0.000135 0.018954 0.000937 0.013691 -0.008936 0.022964 0.00301 -0.004134 0.026657 0.045603 -0.063385 -0.005634 -0.022815 0.015491 0.015308 -0.026835 0.008561 0.036901 -0.010552 -0.025629 -0.026669 0.002841 -0.061204 0.013814 -0.076749 -0.016659 0.009952 0.020913 0.01607 0.020828 0.015905\nੂ 0.028042 0.013532 -0.039271 0.02043 0.005802 0.018629 0.004594 0.008733 -0.02045 -0.032429 0.022705 0.021427 -0.004365 -0.003951 0.030992 -0.002839 0.003032 -0.011728 0.008996 -0.033339 -0.025207 0.002169 0.011989 0.016075 0.003564 0.003172 -0.014677 -0.021805 -0.016535 -0.025489 0.014744 -0.030441 -0.010995 -0.022354 0.019143 0.015087 -0.02736 0.052331 0.002326 0.018043 -0.02461 0.026671 -0.00771 0.002172 -0.019224 -0.01493 0.024846 -0.018385 0.014815 0.000246 0.010938 0.04494 0.028897 -0.046258 0.025257 0.00018 -0.015349 0.021547 -0.000855 0.024076 -0.029665 -0.01057 -0.005132 0.00182 0.01482 0.014293 0.041645 -0.009813 0.030479 0.009501 -0.04712 0.00737 0.013514 0.040184 -0.039059 0.014734 -0.027254 0.011499 -0.028017 -0.00731 0.014112 -0.011425 -0.000369 0.005768 -0.012865 -0.047844 0.014155 -0.011825 -0.023582 -0.020235 -0.00271 -0.004066 0.020256 0.002005 0.023533 0.001118 -0.001403 -0.027198 -0.00539 0.012592 -0.014046 -0.002066 0.000485 -0.022647 0.022907 -0.006057 -0.014956 -0.004566 0.029883 0.007528 0.038626 0.021678 0.029391 -0.012502 0.012275 -0.006985 -0.002675 -0.007753 -0.008053 -0.032008 0.021805 0.003376 0.043413 0.009224 0.017932 0.020787 -0.015647 -0.001534 -0.01932 -0.016191 -0.001357 0.00637 0.000835 0.044125 -0.010788 0.020724 -0.024582 0.004094 -0.006374 0.050875 -0.00374 0.000923 0.012918 0.020849 -0.048788 -0.046111 0.057522 0.016623 0.006617 -0.028167 0.01876 0.025785 0.025968 0.00479 0.002805 0.008592 0.010612 -0.02898 0.018925 -0.024498 -0.02078 0.018426 0.020497 0.015682 -0.012191 -0.011825 0.014863 -0.01226 0.025129 0.026123 -0.034204 -0.008592 -0.012335 0.026439 -0.031611 -0.027634 -0.012311 -0.003023 -0.03097 -0.014355 0.025775 -0.00861 0.014088 0.009642 -0.016002 -0.012603 0.003964 0.011622 -0.032151 0.001485 0.011803 0.000384 -0.0318 -0.022088 0.006455 0.053671 -0.022687 0.007916 -0.006828 -0.004187 -0.022914 -0.025863 0.00165 0.015803 0.018259 0.019388 0.018544 -0.020355 -0.003427 0.042938 -0.018525 0.006563 3.6e-05 -0.00639 -0.025989 0.064656 0.015603 -0.006191 0.011109 0.000166 -0.018256 -0.004227 0.00661 0.01697 -0.018904 0.006946 -0.003872 0.030704 -0.001764 -0.020359 0.006288 0.006823 -0.013556 -0.016591 -0.014509 -0.003345 -0.029186 -0.034043 0.01539 0.018184 0.023481 0.034673 -0.021867 0.017823 0.004189 -0.001175 0.025306 -0.012716 0.039696 0.040222 0.025476 0.007901 0.003123 -0.02464 -0.017435 -0.014849 -0.011265 0.011845 -0.021207 -0.011148 0.005166 -0.016314 0.023728 -0.014733 -0.026619 0.020691 -0.021379 0.002041 -0.007202 -0.00942 0.004472 0.022504 0.004952 0.007173 0.014574 0.006964 -0.010451 0.023325 0.017103 -0.062285 -0.005 -0.011519 0.013847 0.017469 -0.008318 0.001079 0.017819 0.006298 -0.016562 -0.030794 -0.010306 -0.038 0.011472 -0.055287 -0.016861 -0.003107 0.018094 0.009409 0.02158 -0.006157\nང 0.033683 0.001611 -0.041556 0.01911 0.011943 0.032644 0.003427 -0.007956 -0.017073 -0.028446 0.031444 0.009086 -0.002671 -0.020474 0.027293 -0.000515 0.000786 -0.013389 -0.007692 -0.03519 -0.007441 -0.000397 0.003148 0.008861 0.000646 0.016675 -0.015396 -0.011237 -0.015319 -0.023272 0.018559 -0.030041 -0.021753 -0.039823 0.013691 0.01416 -0.033246 0.031447 0.006653 0.016563 -0.025182 -0.000156 -0.004611 -0.001125 -0.023708 -0.021863 0.025144 0.002406 0.000458 0.019952 0.002667 0.041745 0.021615 -0.025576 0.036592 0.011811 -0.002808 0.008029 -0.008567 0.021447 -0.030102 -0.019853 -0.011279 -0.014426 0.007386 0.023686 0.036821 -0.016096 0.027025 0.015479 -0.055406 -0.010702 0.020064 0.02438 -0.038392 0.003274 -0.028632 0.023155 -0.028141 -0.013971 0.014359 -0.004622 0.004728 0.010278 -0.02142 -0.043907 0.001994 0.003425 -0.010573 -0.003695 -0.004806 0.02001 0.010799 -0.01255 0.013745 -0.001349 -0.00346 -0.033786 -0.002923 -0.00392 -0.020063 0.003906 -0.000871 -0.032359 0.016958 -0.002834 -0.015643 0.006141 0.032605 -0.006426 0.038205 0.018463 0.018543 -0.012902 0.006321 -0.005186 -0.010007 7.6e-05 -0.010842 -0.030626 0.018697 -0.005223 0.035817 0.021094 0.023753 0.011419 -0.010222 -0.012416 -0.008239 -0.01821 -0.01406 -0.004831 -0.008184 0.021341 -0.022924 0.012492 -0.026704 0.00189 0.01022 0.040059 -0.006159 -0.014237 0.008472 0.02783 -0.02946 -0.037203 0.044881 0.007956 0.007334 -0.028024 -0.006006 0.014598 0.029877 0.01585 -0.005523 0.007673 -0.004125 -0.021753 0.022012 -0.014607 -0.013282 0.011006 0.021161 0.017813 -0.00881 -0.02191 0.012888 -0.015818 0.014222 0.013919 -0.027224 -0.021198 -0.004322 0.025151 -0.011129 -0.031824 -0.013797 -0.007215 -0.036834 -0.012939 0.026652 -0.010519 0.005151 -0.00861 -0.001881 -0.017331 0.005326 0.020308 -0.052642 0.011177 0.009386 0.023581 -0.023829 -0.033371 0.000642 0.033052 -0.021875 0.011026 0.001016 -0.001858 -0.029438 -0.025551 0.011145 0.027664 0.020261 0.01396 0.010407 0.000222 -0.012581 0.042313 -0.018296 -0.011359 -0.000917 0.019512 -0.004394 0.051192 0.00022 -0.020112 0.00132 0.002264 -0.007756 0.009951 -0.004149 0.00473 -0.027605 0.000592 -0.001203 0.018696 -0.007737 -0.026568 -0.010824 -0.006613 -0.002957 -0.017696 -0.033025 -0.004509 -0.01522 -0.019138 0.020169 0.018434 0.005074 0.027589 -0.022448 0.01141 0.00523 -0.007545 0.03362 0.006508 0.034168 0.038581 0.020398 0.005302 -0.000176 -0.037381 -0.02205 -0.02373 -0.001206 0.025578 -0.024159 -0.001006 0.004552 -0.016341 0.020424 -0.028426 -0.027375 -0.015875 -0.032906 -0.022021 0.004809 -0.006227 0.016131 0.005652 0.008796 -0.001975 0.007088 0.001806 -0.00025 0.014714 0.035782 -0.043378 0.003744 -0.022263 0.011367 0.012324 -0.023274 -0.012342 0.014565 -0.006438 -0.020146 -0.01775 0.009709 -0.034818 0.010373 -0.056303 -0.019372 0.00567 0.012574 0.025603 0.021898 0.005464\nχ 0.0261 -0.000558 -0.043285 0.021285 0.009946 0.041272 0.007569 -0.0057 -0.010475 -0.028222 0.036557 0.01363 -0.015312 -0.023858 0.030261 -0.012684 0.013737 -0.017696 -0.012699 -0.042332 -0.01029 0.007413 0.008393 0.013894 0.007153 0.0153 -0.006261 -0.012663 -0.009732 -0.020624 0.023329 -0.031862 -0.017335 -0.035281 0.007782 0.01699 -0.031581 0.041287 0.00646 0.016423 -0.035081 0.010716 -0.003879 0.006064 -0.021441 -0.018 0.029231 0.001383 0.00376 0.005366 0.007954 0.04651 0.037887 -0.028362 0.037709 0.011465 0.001699 0.022073 -0.013369 0.02064 -0.031091 -0.026088 -0.007133 -0.015837 0.013514 0.016579 0.04178 -0.016807 0.029824 0.013935 -0.04966 -0.007012 0.022339 0.00952 -0.047649 -0.003204 -0.033525 0.017726 -0.02703 -0.0176 0.00971 0.003659 -0.001948 0.017189 -0.019308 -0.044396 0.005233 -0.004046 -0.01148 0.005103 -0.005597 0.024109 -0.002079 -0.002731 0.012312 -0.007983 0.001886 -0.027471 -0.010179 -0.009874 -0.016556 3.7e-05 -0.002438 -0.029261 0.016354 -0.008458 -0.01708 0.011846 0.027564 -0.004803 0.044852 0.018467 0.022626 -0.011269 0.003168 0.002929 -0.000243 0.004937 -0.008519 -0.041626 0.024227 -0.000322 0.033983 0.023057 0.028592 0.003546 -0.003804 -0.005489 -0.009065 -0.01547 -0.009073 0.004204 -0.017453 0.028923 -0.016439 0.011301 -0.029431 0.006975 0.006241 0.04337 -0.01063 -0.011515 0.010708 0.024406 -0.035 -0.044335 0.042243 0.005413 0.003967 -0.046729 -0.002097 0.003327 0.037828 0.022679 0.000274 -0.000942 0.000159 -0.019847 0.010288 -0.017437 -0.016319 0.010728 0.023531 0.015901 -0.01568 -0.010544 0.02832 -0.019031 0.017793 0.015278 -0.034298 -0.027817 -0.013013 0.035535 -0.011282 -0.022197 -0.004659 -0.012081 -0.030645 -0.008103 0.028229 -0.018487 0.0062 -0.006367 -0.0095 -0.01241 -0.000767 0.019181 -0.055799 -0.00067 0.018368 0.030434 -0.036549 -0.038644 0.001842 0.032094 -0.018715 0.014393 0.006876 0.004459 -0.03416 -0.028881 0.015952 0.026121 0.014767 0.007519 0.007972 -0.014711 -0.00105 0.029026 -0.012672 -0.006983 -0.011489 0.016055 -0.002536 0.05904 0.00858 -0.02265 0.00379 -0.000627 -0.004366 0.013026 -0.011516 0.006838 -0.021104 -0.006128 0.003868 0.00929 -0.002305 -0.028998 -0.004596 0.003835 -0.002497 -0.019816 -0.026896 0.002166 -0.015979 -0.033814 0.024465 0.02832 0.008995 0.024594 -0.01872 0.007202 0.007823 -0.000308 0.0301 6e-06 0.034006 0.054987 0.020563 0.00523 -0.003167 -0.032541 -0.030714 -0.024767 -0.006211 0.013789 -0.026902 -0.014681 0.012622 -0.006574 0.028483 -0.022275 -0.030512 -0.015755 -0.02842 -0.01704 0.0053 -0.004186 0.019586 -0.005089 0.008408 -0.000722 0.002773 -0.001974 -0.006291 0.017511 0.042003 -0.043662 -0.003798 -0.014697 0.014553 0.013735 -0.0204 -0.005311 0.01494 -0.010079 -0.019303 -0.013111 0.004398 -0.034444 0.00517 -0.062745 -0.010564 0.006472 0.008777 0.009114 0.014412 0.00079\nي 0.026233 0.003949 -0.037933 0.016136 0.004136 0.026914 0.00312 -0.006606 -0.017326 -0.025838 0.025196 0.010264 -0.007495 -0.015651 0.022342 -0.003727 0.008646 -0.015597 -0.00901 -0.035933 -0.013227 0.00392 0.005766 0.008214 0.003028 0.014922 -0.005246 -0.010141 -0.011063 -0.025979 0.018344 -0.025553 -0.01291 -0.033182 0.008869 0.011031 -0.029377 0.032355 0.007374 0.015603 -0.024372 0.007049 0.003912 0.00113 -0.021523 -0.016589 0.028665 -0.003613 -0.001824 0.01001 0.002546 0.037309 0.026564 -0.021191 0.032767 0.003712 -0.002087 0.017324 -0.010376 0.020835 -0.025717 -0.021234 -0.006727 -0.012404 0.012135 0.02056 0.031444 -0.009398 0.028633 0.015375 -0.045518 -0.006791 0.019176 0.014002 -0.035751 0.001954 -0.025153 0.019321 -0.028092 -0.014216 0.009512 -0.001513 0.003982 0.008891 -0.017088 -0.039123 0.003614 -0.002798 -0.011876 -0.002541 -0.00416 0.017856 0.006926 -0.004375 0.013446 -0.001484 -0.000474 -0.029267 -0.000686 -0.002494 -0.017065 0.003866 0.000828 -0.025693 0.011013 -0.00711 -0.010786 0.008621 0.026761 -0.006971 0.036668 0.014213 0.017869 -0.015072 0.004701 -0.001247 -0.006535 0.001491 -0.012567 -0.034596 0.018402 -0.000681 0.028161 0.015346 0.026499 0.012791 -0.009653 -0.007601 -0.008397 -0.013431 -0.008404 -0.001805 -0.008889 0.021871 -0.015416 0.00992 -0.028791 0.005335 0.011129 0.034125 0.001253 -0.007707 0.008337 0.019369 -0.022672 -0.039133 0.038191 0.011109 0.00165 -0.036322 0.008321 0.005171 0.027153 0.022724 0.000188 0.004671 0.002279 -0.021214 0.012047 -0.01851 -0.019661 0.01101 0.017923 0.013141 -0.013276 -0.016556 0.014885 -0.017827 0.015136 0.011532 -0.021065 -0.01579 -0.007069 0.031908 -0.014397 -0.020329 -0.008324 -0.010932 -0.031182 -0.013697 0.026308 -0.011065 0.008343 -0.014029 -0.002201 -0.016772 0.002955 0.018005 -0.039432 0.002113 0.01179 0.019796 -0.029294 -0.026401 0.000241 0.032471 -0.019644 0.011569 0.001549 0.000498 -0.022516 -0.02494 0.016692 0.018151 0.014121 0.012564 0.007914 -0.008965 -0.006872 0.031402 -0.016143 -0.003701 -0.009903 0.016064 -0.001838 0.053469 0.008123 -0.017023 0.009157 -0.004295 -0.004617 0.007511 -0.003301 0.004005 -0.020378 -0.001305 -0.000129 0.014556 -0.005075 -0.019708 -0.001552 -0.002861 -0.006544 -0.017859 -0.025533 -0.003536 -0.011227 -0.025388 0.017256 0.016649 0.004668 0.013458 -0.020654 0.007943 0.004466 -0.002584 0.027551 -0.003252 0.03222 0.042115 0.01734 0.002447 -0.001787 -0.029404 -0.025438 -0.019067 -0.002599 0.018169 -0.02213 -0.004743 0.002998 -0.011804 0.025341 -0.024307 -0.023005 -0.018142 -0.029081 -0.011649 0.006609 0.0 0.014624 -0.000536 0.010795 -0.002103 0.01019 -0.002992 -0.004397 0.013936 0.037164 -0.039023 -0.001331 -0.015454 0.013525 0.010002 -0.014885 -0.002818 0.01908 -0.007903 -0.014809 -0.014962 0.005535 -0.031439 0.006237 -0.050644 -0.006207 0.005291 0.011223 0.009057 0.014578 0.001884\nბ 0.036556 -0.003743 -0.028367 0.010188 0.006366 0.028591 0.00408 -0.005896 -0.012786 -0.025794 0.033341 0.009199 -0.011318 -0.017433 0.018804 -0.006089 0.011267 -0.018918 -0.001663 -0.026518 -0.005378 0.005951 0.000532 0.009054 -0.002769 0.017608 -0.006319 -0.010533 -0.015323 -0.016153 0.011963 -0.029462 -0.016382 -0.026532 0.014202 0.012403 -0.031165 0.033608 0.004549 0.007285 -0.013934 0.011008 0.000436 -0.003321 -0.020442 -0.006178 0.021808 -0.002407 -0.001169 0.004712 0.00712 0.034249 0.02327 -0.018337 0.029795 0.00738 0.003784 0.020197 -0.015307 0.021113 -0.025452 -0.020141 0.00011 -0.012756 0.018479 0.013863 0.027598 -0.006105 0.016494 0.010095 -0.041039 -0.005672 0.012858 0.011948 -0.041815 -0.003845 -0.023924 0.020547 -0.027795 -0.012404 0.004403 -0.001038 -0.009543 0.009453 -0.015993 -0.030395 0.004663 0.006323 -0.01233 -0.002249 -0.007193 0.020991 0.007516 -0.008075 0.012459 -0.004119 -0.001236 -0.02225 -0.000865 -0.000744 -0.019858 0.003821 -0.004316 -0.019336 0.005036 -0.005962 -0.016917 0.0135 0.0315 -0.004301 0.028209 0.016625 0.016573 -0.010899 0.002807 -2.4e-05 -0.00798 0.002056 -0.014081 -0.039573 0.02135 0.004085 0.02775 0.020033 0.026155 0.002955 -0.000609 -0.015276 -0.00216 -0.001634 -0.009773 -0.000747 -0.001786 0.023009 -0.006904 0.009502 -0.011555 0.002354 0.011708 0.03396 0.0005 -0.010691 0.002709 0.025345 -0.032471 -0.036056 0.03385 0.010722 0.000415 -0.037005 0.002505 0.003986 0.022773 0.007496 -0.001708 -0.000122 -0.000157 -0.021376 0.015919 -0.022525 -0.01547 0.008724 0.011751 0.014861 -0.006947 -0.010029 0.001698 -0.022897 0.015438 0.013786 -0.022802 -0.01721 -0.002388 0.028536 -0.011609 -0.014687 -0.007648 -0.011639 -0.030408 -0.003401 0.018316 -0.007418 -0.000983 -0.009665 -0.006443 -0.016334 0.004307 0.015946 -0.041945 -0.00325 0.019709 0.019929 -0.020942 -0.025216 0.005459 0.036371 -0.008209 0.008865 0.00292 -0.001951 -0.025811 -0.022549 0.012215 0.010802 0.01329 0.006853 0.018085 -0.000789 0.002437 0.026204 -0.019996 -0.001592 -0.005676 0.010695 0.004275 0.048319 0.007521 -0.016095 0.0065 -0.000139 0.003524 0.007532 -0.003158 0.010705 -0.013168 -0.012467 -0.001179 0.013179 -0.002692 -0.018776 -0.003872 -0.002529 -0.003016 -0.016215 -0.028463 0.000121 -0.006692 -0.029015 0.022156 0.010901 0.004553 0.01282 -0.02446 0.004923 0.004752 0.001325 0.023775 -0.008848 0.031689 0.035785 0.021867 0.013251 0.000476 -0.0235 -0.0224 -0.0174 -0.010071 0.017382 -0.022424 -0.012029 0.008687 -0.005462 0.023203 -0.025146 -0.022816 -0.018381 -0.029065 -0.019923 -0.001303 -0.005942 0.011464 0.00124 0.009544 -0.007321 0.004488 -0.000739 0.002052 0.009144 0.036256 -0.040132 -0.004894 -0.016048 0.018734 0.006959 -0.014157 -0.006426 0.015222 0.001237 -0.012417 -0.005078 -0.003889 -0.032397 0.000113 -0.048236 -0.009362 0.006943 0.015472 0.011738 0.013758 0.002377\n˝ 0.046958 -0.096467 -0.052416 0.087768 -0.074946 0.027951 0.023609 -0.080739 0.046878 0.046841 -0.061519 -0.10098 0.016248 0.192985 0.109694 -0.028279 -0.028236 0.059567 0.040243 0.005784 0.141158 -0.069703 0.050472 -0.057781 -0.077843 -0.051692 -0.058633 -0.007516 0.069284 0.075801 -0.012397 0.011236 0.068102 0.054372 -0.033782 -0.156271 -0.054102 -0.077197 -0.06023 0.018436 0.014458 -0.087519 -0.002918 0.047395 0.017467 -0.05971 0.006886 -0.066694 -0.084369 -0.082781 0.055382 -0.107354 0.050012 0.015327 -0.056057 -0.061082 -0.025248 -0.010741 0.122794 -0.051058 0.020548 0.039704 0.045352 0.118139 -0.060111 -0.114693 -0.016408 0.032461 -0.038436 -0.03501 -0.079838 -0.034891 -0.035827 -0.085794 0.101022 0.070747 -0.040333 -0.069644 0.07696 0.013549 -0.047788 0.093031 0.046631 -0.052273 0.032034 0.140494 -0.046717 0.141778 0.117751 0.083826 -0.005029 -0.027953 -0.020144 0.132387 -0.127491 0.041238 -0.008562 0.035193 0.046262 0.0835 -0.053445 -0.126211 -0.098481 0.01405 -0.008821 -0.078995 0.014553 -0.038556 -0.082503 -0.042518 -0.015694 0.027641 -0.111638 0.028017 -0.105708 -0.013168 -0.003173 0.028509 -0.00889 0.070203 -0.116029 -0.003849 -0.044403 0.019081 -0.094876 -0.024019 0.097761 0.042915 0.053074 -0.001415 0.032252 -0.121019 0.039395 0.015446 0.006988 -0.030223 0.00299 -0.093602 0.010309 -0.04682 0.067751 -0.040529 -0.010863 -0.082338 0.138073 -0.003406 0.039525 -0.057755 0.125369 -0.029063 0.045325 0.056314 -0.158586 0.031975 0.016365 -0.021186 0.055609 0.0871 0.020502 0.21223 0.039432 -0.038259 -0.047197 0.026919 0.144974 0.061456 0.046437 0.04038 -0.000217 0.039965 0.008379 0.063178 -0.015093 -0.042689 0.04089 -0.036702 0.002242 -0.119259 0.03386 -0.066803 -0.001109 -0.030279 -0.058546 0.10246 -0.1311 0.02249 0.034737 0.069337 0.057905 0.008207 -0.003202 0.017746 0.037309 0.114615 -0.01125 -0.074537 0.100514 0.053184 -0.112468 0.027364 0.041062 -0.079897 -0.068952 0.045877 0.055762 -0.009384 0.028273 0.119532 -0.001168 -0.127323 0.035957 0.002969 0.067457 -0.02613 0.0299 0.013212 -0.050042 -0.006177 -0.053257 0.102128 0.05222 0.044602 -0.059368 0.004023 -0.038153 -0.013669 0.04867 -0.083521 0.032278 -0.040824 0.014495 0.013553 -0.016374 0.016507 0.047611 0.050016 -0.079903 0.008359 -0.079454 -0.003196 -0.013733 0.104923 0.01979 -0.145894 -0.084804 -0.101653 -0.040956 0.115965 0.078004 -0.090176 -0.007258 0.102266 -0.088487 0.070345 0.120041 0.083498 0.073968 -0.001169 -0.078244 -0.017866 0.109415 0.107467 -0.035273 -0.021718 0.042582 0.012732 -0.00318 0.099018 -0.075798 -0.037449 0.027161 -0.035135 -0.014078 0.002112 -0.019619 -0.022083 0.074025 -0.001587 0.038033 0.101413 -0.011785 0.125909 0.033956 0.064483 0.08503 0.051347 0.027503 -0.039275 -0.007823 0.00625 0.043593 0.134792 -0.046444 0.016006 0.127794 0.000523 0.011763 0.00906 -0.092642 -0.030211\n͜ -0.036008 0.002906 0.041663 0.005919 0.021899 0.040214 0.007979 0.015051 -0.039946 -0.002269 -0.012269 0.063465 0.014226 -0.065556 0.059152 0.062768 -0.072584 -0.010346 -0.00732 -0.05442 -0.060959 0.013867 0.004366 0.020374 -0.017135 0.046221 -0.021694 0.010114 0.004477 0.025042 0.066877 -0.033134 -0.02753 -0.06615 0.015376 0.022154 0.02891 0.018008 0.016568 0.014529 -0.035951 -0.031052 0.013319 0.041876 -0.022373 0.03573 0.021884 0.020905 0.050197 -0.054579 0.011411 0.106578 0.004812 -0.014176 0.031995 0.054786 0.004358 0.0066 -0.042717 -0.037935 0.006492 0.057233 -0.069146 0.017859 -0.027697 -0.006701 -0.020972 -0.020937 -0.058769 0.020279 -0.047135 -0.026821 0.051605 -0.017729 -0.047785 -0.079973 1.8e-05 0.012464 0.086047 -0.004496 -0.017146 -0.05503 -0.004537 -0.00042 -0.029678 -0.067709 0.00736 0.018961 0.030938 0.029659 0.038915 0.010567 0.041912 -0.067037 -0.062065 -0.065461 0.037027 0.01218 0.030097 0.00019 -0.004887 -0.018642 0.008325 -0.043159 0.075729 0.01693 -0.077748 0.007749 0.091218 -0.021433 0.009241 -0.030764 0.030081 0.003144 -0.059018 0.005429 0.014163 0.054242 -0.016576 -0.013868 -0.082311 0.000284 0.022898 0.001338 0.003654 -0.013029 -0.018493 -0.034926 -0.009568 -0.010842 -0.028665 -0.039076 -0.016749 0.007758 -0.029551 0.030688 0.032461 0.031422 -0.0681 0.020447 -0.055901 -0.057243 -0.016243 -0.001395 0.001774 -0.022347 0.036149 -0.038754 0.091812 -0.028051 0.040115 0.02396 0.008193 0.029172 -0.009054 0.005969 -0.024212 -0.000365 0.032858 -0.0447 0.009172 -0.001254 0.03329 -0.029401 -0.031212 -0.023741 0.040946 -0.042507 0.012393 0.04097 0.005991 -0.004794 0.020481 0.093796 0.02487 -0.016591 -0.021048 0.02983 -0.047971 0.014503 0.100265 -0.040492 -0.084225 0.011672 0.007855 -0.055119 -0.034091 -0.033077 -0.052558 0.005729 -0.004279 -0.034774 -0.014437 -0.090377 0.015003 -0.014213 0.047882 -0.03456 0.014016 0.002605 0.03095 -0.001477 -0.010819 0.076163 0.010231 0.029019 0.020219 0.015827 -0.068849 -0.030075 -0.06256 -0.001088 -0.007533 0.014512 0.009114 0.063089 0.037892 -0.018694 -0.048175 0.048758 -0.04942 0.066597 0.017955 -0.052632 -0.009573 0.005007 0.041735 0.028442 0.025469 -0.001053 -0.040972 -0.013665 -0.039346 -0.033859 -0.008112 -0.011638 -0.013104 -0.066962 0.073593 0.034582 -0.03924 -0.008002 0.00836 0.054518 -0.018672 -0.029699 0.019493 0.013934 0.060812 -0.00312 -0.007417 -0.016306 -0.005399 -0.06971 -0.013157 -0.015785 0.005913 -0.024051 -0.020858 -0.060439 0.005618 -0.055322 0.041993 -0.010051 0.012675 -0.041263 -0.002006 0.007048 -0.005537 -0.007603 0.001233 -0.059104 0.017914 0.008739 0.019325 0.004187 0.058005 0.040877 0.057474 -0.074517 0.012529 -0.038027 -0.045171 0.025166 -0.017259 -0.005223 0.053546 -0.011401 -0.00349 -0.047512 0.03078 -0.048267 0.01419 -0.054074 0.017693 0.014238 0.097709 -0.003551 0.085007 -0.011234\nў 0.046433 0.00886 -0.050248 0.022797 0.01756 0.047564 0.000374 4.7e-05 -0.022443 -0.036778 0.045799 0.021455 -0.007307 -0.038279 0.046242 -0.01261 0.005381 -0.032056 -0.011408 -0.051051 -0.019665 0.001649 0.012178 0.008841 -0.001064 0.036663 -0.007645 -0.011853 -0.015466 -0.032095 0.020252 -0.040149 -0.021504 -0.0512 0.010637 0.011042 -0.052925 0.047298 0.006658 0.020399 -0.033277 0.007919 0.001778 0.006683 -0.037354 -0.031694 0.048834 -0.006255 -0.007893 0.02498 0.007108 0.068009 0.04294 -0.034395 0.047658 0.013888 -0.004208 0.02587 -0.018597 0.03899 -0.036595 -0.029381 -0.010401 -0.017019 0.022978 0.021398 0.039545 -0.01365 0.036673 0.017045 -0.061854 -0.003956 0.022695 0.018199 -0.058791 0.0035 -0.037968 0.032416 -0.046645 -0.015572 0.016425 0.008121 -0.003074 0.019849 -0.021362 -0.058191 0.007036 -0.00128 -0.021418 -0.01219 -0.013593 0.028054 0.016603 -0.024232 0.008327 -0.013715 -0.000774 -0.04899 -0.002399 -0.013071 -0.022004 -0.000854 -0.002196 -0.038772 0.018714 -0.002457 -0.022858 0.018407 0.046564 -0.006745 0.049781 0.025416 0.020076 -0.020778 0.017516 -0.001794 -0.012224 0.003413 -0.020984 -0.046585 0.031769 -0.000982 0.047747 0.031465 0.036669 0.010086 -0.018398 -0.015104 -0.016286 -0.015103 -0.028857 -0.005861 -0.011206 0.027857 -0.029373 0.011408 -0.032483 0.008208 0.006925 0.060496 0.000795 -0.008401 0.015185 0.03385 -0.041235 -0.059223 0.058584 0.009282 0.002355 -0.049378 0.01461 0.011042 0.036968 0.029069 -0.010591 0.004952 0.005316 -0.026 0.020251 -0.035035 -0.018537 0.018249 0.027648 0.016037 -0.015926 -0.014385 0.015432 -0.028486 0.024314 0.026558 -0.032772 -0.02901 -0.018572 0.046564 -0.018467 -0.029717 -0.008238 -0.009899 -0.050264 -0.024856 0.03854 -0.005312 0.010501 -0.008633 -0.007684 -0.02927 0.006848 0.017978 -0.070299 0.002869 0.018543 0.03422 -0.033999 -0.046267 -0.00165 0.052302 -0.019384 0.012463 0.004717 0.003664 -0.042794 -0.039867 0.018629 0.027088 0.013848 0.015385 0.026672 -0.011453 -0.00569 0.040439 -0.035042 -0.006363 -0.015471 0.021626 0.005801 0.086058 0.003971 -0.027898 0.003945 0.000692 -0.006973 0.006873 -0.003861 0.001053 -0.026136 -0.001263 0.000378 0.020343 -0.012506 -0.018047 -0.004424 -0.000275 -0.006182 -0.027032 -0.050099 -0.007616 -0.007643 -0.040537 0.036615 0.024787 0.002573 0.021599 -0.030257 0.015539 0.007387 -0.008964 0.053298 -0.013357 0.052389 0.066318 0.037388 0.012796 0.00489 -0.057583 -0.039717 -0.026613 -0.008307 0.025191 -0.032407 -0.018662 0.006213 -0.008697 0.039055 -0.026387 -0.033444 -0.022871 -0.039978 -0.02022 0.009678 0.004955 0.024048 -0.008314 0.008498 -0.01801 0.015192 0.010356 0.009491 0.019929 0.053329 -0.060221 -0.003617 -0.021369 0.017454 0.014817 -0.032016 -0.009409 0.029951 -0.015412 -0.016589 -0.018699 0.015871 -0.05164 0.010113 -0.072284 -0.014747 0.009041 0.017689 0.017322 0.029734 0.00992\nụ 0.051972 0.009464 -0.0654 0.042966 0.037625 0.016303 0.025271 -0.042406 -0.035658 -0.031471 0.051849 -0.044556 -0.023574 0.020312 -0.012755 -0.01254 0.039971 -0.030752 0.004749 -0.02672 -0.02046 0.026139 -0.017507 0.024552 -0.014447 0.012884 0.002764 0.007771 0.0352 0.004779 0.017802 -0.030415 0.021656 0.00104 0.050808 -0.002944 -0.037478 0.018512 -0.019254 0.042391 -0.000749 0.024153 -0.043703 -0.005566 -0.032981 -0.050237 0.035767 -0.007465 0.013439 0.035927 0.020618 0.046377 0.04422 -0.043084 0.074045 0.017111 -0.009761 0.037494 -0.00724 0.005702 -0.015982 -0.032694 -0.006277 0.001865 0.016713 0.01884 0.072564 -0.016698 0.038869 0.000498 -0.022767 -0.00349 0.049523 0.007112 -0.021229 0.035523 0.011039 0.036611 -0.026082 -0.012063 0.008736 -0.00811 0.001897 0.046694 -0.033544 -0.052254 -0.033191 -0.032803 0.006312 -0.025058 0.002326 0.021416 -0.023918 -0.012998 -0.021469 -0.007871 -0.010263 0.006929 -0.008323 -0.020588 -0.021686 0.0299 0.00084 -0.009594 0.036242 -0.009251 -0.015312 -0.02929 0.067955 0.021649 -0.005778 0.008959 -0.007344 -0.004816 0.01422 0.002354 -0.025115 -0.003081 -0.010068 -0.038828 -0.018782 -0.015164 0.061465 0.02516 0.019614 0.021912 -0.02225 -0.010719 -0.010527 0.007136 0.002226 0.017498 -0.031509 0.013615 0.005024 0.026203 -0.032053 0.044941 0.020416 0.031412 -0.02058 0.01424 0.030922 0.045208 -0.040759 -0.009965 0.047817 0.000915 -0.02485 -0.020356 -0.001656 -0.012632 0.026058 0.024496 -0.013151 0.013742 0.036619 -0.001195 -0.021911 -0.055064 0.017766 -0.013764 -5.9e-05 0.003978 -0.017103 0.00441 0.007741 -0.027702 0.032255 0.01981 -0.034824 -0.040166 -0.010476 -0.004766 -0.03966 -0.010401 0.029275 0.009673 0.009172 -0.023267 0.036308 0.022592 -0.011241 -0.003942 -0.008658 0.03085 0.005116 -0.002508 -0.062229 -0.04653 0.015858 0.026386 -0.033196 0.005948 -0.046618 0.035475 0.016119 -0.015004 0.012519 -0.00142 -0.041846 -0.03703 0.002206 0.024877 0.047913 -0.035212 0.002688 -0.014242 0.000825 0.032808 -0.045773 0.012152 0.027906 -0.014628 0.025426 0.020786 0.029686 -0.0121 0.01121 0.034984 0.044873 0.013146 0.018135 -0.039641 -0.022583 -0.02785 0.030963 0.006371 0.011236 -0.005034 0.01401 -0.034035 -0.0203 -0.02161 -0.020327 0.005712 -0.009451 -0.058107 0.022881 0.01526 -0.020117 0.047306 -0.001473 0.003798 -0.002806 -0.011665 0.019664 0.016068 0.032015 0.064888 -0.015621 0.02073 0.032935 -0.046538 -0.024004 -0.005586 -0.014624 0.034183 -0.014817 -0.046791 -0.001838 0.012071 -0.009988 -0.038933 -0.034516 -0.050109 -0.016846 0.006912 -0.006931 -0.001634 0.028755 -0.029233 0.004404 0.001243 0.033502 -0.020993 0.017112 0.037923 0.040103 -0.041075 0.004294 0.001061 -0.016691 0.023884 -0.039895 0.015523 -0.01621 0.00483 -0.057219 -0.002785 0.0327 -0.041909 0.022226 -0.052147 0.014562 0.022788 0.009309 -0.014674 0.057387 -0.013642\nᏧ 0.029738 0.005985 -0.041638 0.020543 0.014838 0.019582 0.01369 0.001625 -0.013306 -0.020208 0.049416 -0.007759 -0.018669 -0.025904 0.027192 -0.008412 0.026979 -0.035212 -0.037985 -0.034976 -0.0248 0.030395 0.00656 0.038549 0.008407 0.02728 -0.008382 -0.005045 -0.014225 -0.040897 0.034124 -0.043182 -0.028103 -0.024655 0.018963 0.038174 -0.063689 0.07218 -0.000631 0.013542 -0.034667 0.03586 -0.029076 0.001589 -0.035668 -0.029456 0.047918 -0.002189 0.006885 0.017433 0.002578 0.056497 0.040385 -0.048142 0.06646 0.030368 0.006605 0.046424 -0.020096 0.023319 -0.037546 -0.04857 -0.015538 -0.035822 0.015343 0.059434 0.057976 -0.042544 0.021139 0.050668 -0.056631 -0.014371 0.034759 0.015171 -0.063412 0.018684 -0.04716 0.047359 -0.024302 -0.049272 0.011035 0.022819 0.008734 0.060945 -0.035803 -0.079333 -0.029394 -0.009099 -0.005196 -0.01687 0.014195 0.036732 0.005731 0.000439 0.020936 -0.003528 0.014017 -0.060333 -0.006838 -0.024119 -0.008905 -0.005331 -0.022108 -0.052591 0.024365 -0.00629 -0.012704 0.006337 0.039532 0.003454 0.076585 0.026831 0.041825 -0.006331 -0.012678 0.001711 -0.036191 -1.6e-05 0.005686 -0.069373 0.033612 0.013319 0.050029 0.022579 0.039974 0.019846 -0.008084 -0.010058 0.004806 -0.020404 -0.007645 0.006598 -0.037105 0.025494 -0.007358 0.033046 -0.035505 0.004759 -0.002263 0.063602 -0.013081 -0.020092 0.023789 0.018477 -0.037631 -0.076526 0.060009 0.034967 0.016443 -0.05689 0.037596 0.003656 0.030079 0.047678 -0.008446 0.012364 0.016649 -0.035322 0.00361 -0.01264 -0.00807 0.017214 0.015004 0.021915 -0.013186 -0.010936 0.03363 -0.015256 0.032061 0.033012 -0.041371 -0.019108 -0.012162 0.061481 -0.052019 -0.035621 -0.023688 -0.004853 -0.049671 -0.027675 0.063784 -0.016425 0.012923 -0.009162 -0.028876 -0.006838 0.010821 0.014593 -0.076449 -0.016897 0.016662 0.050959 -0.042571 -0.037607 -0.012474 0.027443 -0.015024 0.027824 0.027881 1e-05 -0.03802 -0.048045 0.026382 0.03373 0.027717 0.00808 0.028936 -0.02066 -0.001382 0.041713 -0.031515 0.001678 -0.025416 0.023656 -0.000489 0.085956 0.016745 -0.047082 -0.0063 -0.003072 0.003658 0.024355 -0.012159 -0.003493 -0.012458 -0.012358 0.006805 0.031431 -0.000689 -0.016384 0.01003 -0.002423 -0.010405 -0.026659 -0.048209 0.003664 -0.00841 -0.091813 0.053983 0.041058 -0.012872 0.034616 -0.019191 5.6e-05 -0.003919 -0.001892 0.066041 -0.012149 0.036033 0.076134 0.005194 0.011596 0.009213 -0.063445 -0.061058 -0.041654 -0.002011 0.024211 -0.023638 -0.039892 -0.005732 -0.014538 0.033829 -0.038011 -0.017787 -0.020479 -0.028771 -0.015013 0.004867 0.001904 0.013496 0.003089 0.003441 0.006596 0.033017 -0.021097 0.011833 0.012221 0.05611 -0.035963 -0.024033 -0.015447 0.00711 0.000189 -0.02506 0.007137 0.006549 0.000906 -0.04908 -0.0278 -0.028746 -0.060333 0.032704 -0.086242 0.001013 0.011791 0.011887 0.007896 0.025531 -0.005675\nñ 0.022237 0.001111 -0.035965 0.025955 0.013765 0.030885 0.006946 0.005856 -0.018753 -0.022125 0.017901 0.009629 0.003179 -0.034589 0.0277 0.004662 -0.01426 -0.024378 -0.011908 -0.025788 -0.02089 -0.004816 -0.006361 0.014039 0.000933 0.022649 -0.018381 -0.007611 -0.001166 -0.023711 0.025625 -0.022508 -0.019134 -0.045058 0.009562 0.014171 -0.028653 0.032907 0.01419 0.01778 -0.026872 -0.003082 0.00393 -0.005688 -0.028518 -0.022448 0.029454 0.009337 0.000279 0.016179 0.004666 0.053848 0.018905 -0.026672 0.033678 0.019819 -0.005543 0.018461 -0.023924 0.018259 -0.020885 -0.015326 -0.016026 -0.001331 0.007667 0.023108 0.024014 -0.023257 0.018891 0.017191 -0.034356 -0.009827 0.022916 0.009261 -0.043389 -0.002102 -0.029682 0.025796 -0.007282 -0.007848 0.004667 -0.008332 3.6e-05 0.022938 -0.020328 -0.047206 0.008471 0.001971 -0.018139 0.003852 -0.004581 0.027491 0.004906 -0.019246 0.002918 -0.009044 0.009696 -0.024121 0.00535 -0.007512 -0.01949 -0.009318 0.001202 -0.016793 0.015634 0.002673 -0.033168 0.01158 0.032289 -0.009036 0.029925 0.006309 0.021307 -0.010831 0.004495 -0.00083 -0.002476 0.007289 -0.010913 -0.02936 0.008988 -0.002106 0.037853 0.013961 0.026855 0.012609 -0.006618 -0.016655 -0.011666 -0.010185 -0.01371 -0.014607 -0.011927 0.016953 -0.025041 0.015822 -0.017889 -0.004168 -0.005756 0.046798 -0.011409 -0.013769 0.011437 0.020012 -0.028896 -0.038213 0.041583 -0.008532 0.016448 -0.032558 0.0045 0.014997 0.029381 0.029605 -0.001264 0.008805 -0.002874 -0.018027 0.011825 -0.021486 -0.016123 0.013307 0.020355 0.00959 -0.004163 -0.0125 0.02396 -0.026951 0.008598 0.02038 -0.026168 -0.007642 -8.6e-05 0.037028 -0.011827 -0.030021 -0.020682 -0.008058 -0.035316 -0.020558 0.037106 -0.025237 -0.019367 -0.001091 0.000914 -0.020043 -0.007736 0.00977 -0.045122 0.003313 0.005167 0.020419 -0.034852 -0.040518 0.00808 0.027487 -0.015034 0.004584 0.002224 0.000264 -0.023238 -0.030491 0.007484 0.031195 0.003332 0.020869 0.006488 -0.002998 -0.017147 0.026238 -0.028905 0.001547 -0.012161 0.022361 -0.002927 0.05637 0.001436 -0.029132 -0.000557 0.001051 -0.007894 0.011052 -0.00403 0.002835 -0.01446 -0.00328 -0.007487 0.020494 0.000315 -0.020171 -0.00187 -0.0003 -0.008944 -0.01967 -0.028907 -0.006438 -0.005267 -0.025919 0.028331 0.032614 0.004309 0.015302 -0.011797 0.018577 -0.001679 -0.013361 0.026686 0.008377 0.034537 0.03572 0.024408 0.006673 -0.002516 -0.041454 -0.03201 -0.015587 0.004898 0.004677 -0.012866 -0.022206 0.004866 -0.01073 0.029957 -0.018493 -0.012367 -0.012597 -0.020087 -0.010599 0.005878 -0.006281 0.011559 0.003421 0.012456 -0.003914 0.008654 0.004001 0.008572 0.010816 0.036886 -0.042099 0.005267 -0.025154 0.00286 0.020252 -0.010439 -0.002334 0.014579 -0.009105 -0.016461 -0.010552 0.002262 -0.038606 0.013126 -0.053922 -0.010166 0.000233 0.02988 0.009875 0.033768 0.000706\nɲ 0.003444 0.012372 -0.020541 0.014199 0.020306 0.030981 0.017758 -0.00315 -0.010716 -0.025669 0.043601 0.018318 -0.015038 -0.020544 0.045411 -0.008044 0.00168 -0.020357 0.006641 -0.030673 -0.012066 -0.011215 -0.023319 0.006218 -0.003148 0.004467 -0.017362 -0.006068 -0.002719 -0.036657 0.026572 -0.021174 -0.020696 -0.021042 -0.001556 0.02051 -0.021595 0.038024 0.010111 0.000528 -0.035215 0.025946 0.009932 0.01342 -0.006932 -0.013722 0.024285 0.001912 -0.004677 0.000726 0.003027 0.047592 0.019789 -0.037657 0.035087 0.004113 -6.7e-05 0.031128 -0.006607 0.026947 -0.039771 -0.02484 -0.017567 0.005022 0.003758 0.024883 0.052073 -0.03145 0.020795 0.02821 -0.042017 -0.016267 0.011036 0.026309 -0.034532 -0.005874 -0.011898 0.008461 -0.019471 -0.00865 0.017317 -0.009283 -0.014628 0.020151 -0.015894 -0.060547 0.015796 -0.001541 -0.003765 0.010294 -0.002769 0.018969 0.008055 -0.002518 0.003573 -0.026455 0.003149 -0.039587 -0.017208 -0.012493 -0.027701 -0.005371 -0.007214 -0.026806 0.014765 0.002616 -0.009556 0.009526 0.012876 -0.000284 0.050611 0.003458 0.018113 0.00752 0.015232 -0.006663 -0.01993 -0.007295 -0.037081 -0.019406 0.030006 -0.005657 0.025354 0.013983 0.022984 -0.002223 0.010311 0.011088 -0.014259 -0.007302 0.006857 0.01875 -0.005838 0.028198 -0.011792 0.01458 -0.027954 0.025499 0.006253 0.043801 -0.004595 -0.00294 0.014929 0.014013 -0.019581 -0.049359 0.040957 -0.0096 0.010883 -0.045041 0.026146 0.009593 0.036902 0.028711 0.009827 0.00898 -0.010646 -0.034182 0.027985 -0.013837 -0.019726 0.019741 0.031045 0.003286 -0.01215 -0.016392 0.020026 -0.0123 0.006595 0.041679 -0.016921 -0.029443 -0.0113 0.013273 0.004295 -0.024126 -0.005275 -0.010031 -0.040181 -0.001424 0.031582 -0.002557 0.007635 0.005746 -0.021483 -0.032858 0.007872 0.014779 -0.02466 0.007891 0.013078 0.022096 -0.024331 -0.036881 -0.003331 0.031622 -0.028554 0.015241 0.006731 -0.007643 -0.031129 -0.017022 0.02431 0.023946 0.009842 0.000202 -0.000159 -0.029805 -0.014222 0.020566 -0.012956 -0.008159 -0.00233 0.022933 -0.00111 0.021152 -0.001748 -0.011581 0.013632 0.004491 -0.021597 -0.009963 0.014644 0.015564 -0.02728 0.011327 -0.007309 0.011401 0.010524 -0.006195 -0.007048 0.008735 -0.001253 -0.035259 -0.02612 0.006664 -0.016383 -0.004336 0.01 0.011617 0.008586 0.026266 -0.014411 0.010876 -0.006935 -0.01619 0.0238 0.013211 0.03052 0.03807 0.012809 0.012388 -0.021394 -0.025792 -0.026622 -0.016686 -0.016278 0.006797 -0.024788 -0.002596 0.003423 -0.006923 0.015812 -0.014942 -0.011485 -0.012986 -0.041391 0.009531 -0.005691 0.006052 0.008945 -0.007543 0.0205 -0.00318 0.024247 0.002081 0.009131 0.015442 0.028143 -0.035245 -0.000876 0.000278 0.013012 0.019338 0.00424 -0.012683 0.009563 -0.008689 -0.016443 -0.018479 0.008772 -0.023829 0.006575 -0.046706 -0.014781 0.012366 0.00258 -0.002258 -0.004233 -0.026588\nᡶ 0.012218 0.016368 -0.050455 -0.000595 0.007342 0.023376 0.001789 -0.001461 -0.028976 -0.020942 0.017438 0.00415 -0.006632 -0.00178 0.033603 0.027529 0.028263 -0.01178 0.015007 -0.034737 -0.003859 0.016644 0.003667 -0.000226 -0.002887 -0.000653 -0.018255 -0.010368 -0.005985 -0.039733 0.005764 -0.03502 0.008229 -0.009803 -0.007428 0.008109 -0.006497 0.020355 -0.010543 0.010431 -0.03537 -0.033792 0.024115 -0.010111 -0.007883 0.001245 0.049167 -0.010356 0.001694 0.021401 -0.007193 0.028379 0.024451 -0.043937 0.040678 -0.008717 -0.013842 0.00982 0.016827 0.031733 -0.033597 -0.033008 -0.00512 -0.023511 0.040068 0.053813 0.06356 -0.025243 0.040227 0.010459 -0.056082 -0.013485 0.045625 0.024762 -0.02844 0.016501 -0.033121 -0.002022 -0.04891 -6e-05 -0.014785 0.009325 -0.001541 0.003113 -0.006826 -0.015233 -0.008688 -0.013307 0.013698 -0.00661 -0.016384 -0.017118 0.033555 0.016423 0.012583 -0.000154 -0.002604 -0.040852 0.002332 -0.018137 0.001022 0.005791 0.00201 -0.045348 0.031725 0.00512 -0.005184 -0.033894 0.031222 -0.008083 0.016465 0.028342 0.007728 -0.014996 0.017692 -0.019421 0.013065 -0.006117 -0.0116 0.003096 0.008244 -0.012404 0.03225 0.0327 0.03223 0.010945 0.006061 0.002146 -0.000656 -0.019702 -0.001151 -0.015538 -0.011251 0.041045 -0.024507 0.0267 -0.020622 -0.000438 0.024561 0.017207 0.008395 0.020702 0.015134 0.024152 0.01462 -0.037431 0.025333 0.008768 0.011983 -0.017608 0.011502 0.008695 0.022336 0.038921 0.001584 0.015073 -0.002859 -0.022836 0.011626 -0.019054 -0.036101 0.013746 0.004789 0.002611 -0.013614 -0.024776 0.03099 0.009153 0.012746 0.016567 -0.022144 -0.038067 -0.011961 0.012139 -0.00293 -0.046597 -0.017624 -0.02513 -0.015139 0.008953 0.01357 0.002357 0.003661 -0.014919 -0.024002 0.001041 -0.003022 0.032531 0.005395 0.004539 0.0095 0.002196 -0.022955 -0.027311 0.001714 0.001769 -0.033616 0.005398 0.010563 -0.00524 -0.028528 0.010921 0.001586 0.045056 0.006508 0.017237 0.014371 -0.015546 -0.012488 0.013966 -0.002478 0.006885 0.024503 0.008246 -0.010513 0.058225 0.011517 -0.011754 0.00691 0.022197 0.007201 -0.011654 -0.026769 0.028345 -0.006953 0.002139 0.000835 0.008518 -0.011512 -0.015268 -0.004876 -0.026811 -0.027687 0.031183 -0.042892 -0.009018 -0.013093 -0.038699 0.00814 0.028532 -0.000969 0.00427 -0.01849 0.006813 -0.000927 -0.001146 0.021176 -0.010234 0.008989 0.036584 0.019571 0.017091 -0.008683 0.000566 -0.038733 -0.039149 -0.012292 0.016125 -0.019874 -0.000967 -0.007548 -0.014071 0.015455 0.005664 -0.018578 -0.007996 -0.02016 -0.027084 0.01052 -0.027539 0.019646 0.032759 0.027541 -0.037834 0.001289 0.035696 -0.002147 0.027286 0.041989 -0.041715 -0.01552 -0.044558 0.017657 0.016958 -0.009132 0.010831 0.023763 -0.037507 -0.027707 -0.029017 -0.022548 -0.019337 0.017775 -0.052155 -0.009615 0.026933 -0.01052 -0.001521 -0.020352 0.003766\nં 0.041623 0.001874 -0.062128 0.00262 0.008178 0.041625 0.002105 -0.020954 -0.023078 -0.045687 0.039007 0.006073 -0.017268 -0.030367 0.022212 -0.002249 0.005747 -0.021641 -0.018806 -0.039419 -0.01716 -0.004047 0.011384 0.016138 0.004646 0.0175 -0.012732 -0.01853 -0.015115 -0.045149 0.014776 -0.023688 -0.022632 -0.040112 0.00813 0.007756 -0.039949 0.041926 -0.000394 0.016645 -0.042199 0.009954 0.007804 -0.003542 -0.034753 -0.022389 0.048528 0.002806 -0.010553 0.002827 0.000787 0.044101 0.01617 -0.018722 0.049697 0.017489 -0.001082 0.030871 0.000342 0.026796 -0.036402 -0.02672 -0.020259 -0.009056 0.025715 0.028029 0.041573 -7.1e-05 0.022709 0.014801 -0.053755 -0.004533 0.020422 0.02367 -0.051611 0.00561 -0.023285 0.017366 -0.047208 -0.000769 0.009824 -0.009245 -0.002657 0.02142 -0.01585 -0.031101 0.005695 -0.022976 -0.000986 -0.004556 -0.002323 0.028247 0.01167 -0.00301 0.016029 0.000649 -0.017533 -0.038554 -0.002767 -0.004583 -0.021106 -0.000358 0.001062 -0.028888 0.020123 -0.015517 -0.019086 0.009086 0.041119 -0.005579 0.043246 0.022755 0.021235 -0.018959 0.000624 0.004827 -0.002102 -0.005163 -0.013524 -0.049981 0.026126 0.013187 0.035706 0.027228 0.030376 0.010455 -0.020425 -0.009738 0.00675 -0.031511 -0.006701 0.011331 -0.005061 0.038816 -0.021155 0.021174 -0.035632 0.007315 0.016878 0.044669 -0.000208 -0.009106 0.015595 0.020817 -0.041806 -0.052556 0.047549 0.027964 0.009864 -0.035787 0.010288 0.002916 0.029234 0.02674 -0.003998 0.014588 -0.002564 -0.024985 0.004068 -0.01478 -0.034523 0.015852 0.02067 0.022164 -0.019943 -0.011078 0.026566 -0.024776 0.024769 0.020854 -0.010061 -0.028144 -0.015111 0.04154 -0.024776 -0.020982 -0.013284 -0.003324 -0.03534 -0.018721 0.020651 -0.018053 0.004957 -0.011186 0.000769 -0.023231 0.001131 0.019207 -0.039137 0.001001 0.029952 0.026842 -0.035631 -0.044241 0.001247 0.038324 -0.01381 0.005206 0.007167 -0.01045 -0.04819 -0.01698 0.013164 0.036183 0.023671 0.021401 0.009412 0.003079 -0.013071 0.02561 -0.016165 -0.005009 -0.003858 0.008563 0.005723 0.05794 0.008387 -0.017383 0.027146 -0.006999 0.005609 0.00013 0.002715 -0.007196 -0.025466 -0.010322 0.008715 0.020508 -0.014636 -0.016462 -0.002213 0.000444 -0.009198 -0.030927 -0.036772 -0.005866 -0.001108 -0.029366 0.022701 0.019276 0.019684 0.005316 -0.0289 0.013411 0.002984 -2.9e-05 0.018007 -0.013248 0.038421 0.05437 0.018543 -0.008328 -0.013037 -0.028485 -0.023001 -0.011715 -0.008274 0.028751 -0.033145 -0.011782 0.002532 -0.020726 0.023477 -0.028954 -0.017568 -0.01313 -0.042525 -0.010931 0.001195 9.8e-05 0.008928 0.00571 0.013833 0.004404 0.005951 -0.006181 0.011048 0.007041 0.05108 -0.052047 0.009231 -0.045789 0.027675 0.019351 -0.018943 -0.006042 0.020659 -0.016195 -0.016743 -0.005093 -0.008207 -0.039132 0.007266 -0.080973 -0.00496 0.018006 0.010374 0.008259 0.017098 0.005534\nฅ 0.024316 0.03209 -0.078085 -0.029723 0.019077 0.041052 0.046913 0.013351 -0.063945 -0.005318 0.053474 -0.009198 -0.002058 -0.031035 0.041554 0.019032 0.007788 -0.026296 -0.047677 -0.048034 -0.040421 -0.003015 0.047482 0.035698 -0.01841 0.038347 0.011639 -0.030404 0.040183 -0.055398 0.051392 -0.011835 -0.05133 -0.046587 0.034289 0.000857 -0.050879 0.027142 -0.010248 -0.004126 -0.052378 -0.02293 -0.016371 -0.007651 -0.027292 -0.054397 0.057417 -0.002296 0.030648 0.006844 -0.024255 0.072667 0.036205 -0.010368 0.094858 -0.020337 -0.012351 0.055914 -0.020491 0.036193 -0.070662 -0.034674 -0.005267 -0.031129 0.040133 -0.006146 0.109614 -0.004576 0.068698 0.020886 -0.097467 0.011795 0.061354 0.077189 -0.052898 -0.019761 -0.097615 -0.004713 -0.062328 -0.019145 0.018915 -0.009298 0.007526 0.033558 -0.019721 -0.052775 0.019918 0.044815 0.014485 -0.016935 -0.048567 0.026039 -0.004137 -0.02189 -0.000553 -0.024998 0.051366 -0.052319 -0.015049 0.016968 -0.035644 -0.013787 -0.010857 -0.01993 0.00818 -0.004243 -0.049671 -0.045058 0.062834 -0.012797 0.039707 0.075048 0.012614 0.032168 0.043217 0.011421 -0.016449 0.02554 -0.02027 -0.027143 0.021411 -0.000426 0.024913 0.052327 0.053636 0.004924 -0.014552 0.007361 -0.022683 0.058975 -0.01736 -0.001716 -0.040858 0.014657 -0.044927 -0.003192 -0.01688 0.022449 -0.020492 -0.003574 -0.00261 0.017464 0.010517 -0.01498 -0.061614 -0.062157 0.099609 -0.003031 0.002486 -0.082463 0.002156 0.014171 0.047291 0.008499 0.012588 0.021252 -0.012468 -0.027291 0.0286 -0.017219 -0.013103 -0.010497 -0.011357 0.029407 -0.010081 -0.016808 0.020165 -0.030707 0.087425 0.016978 -0.051618 -0.029619 -0.030616 0.002231 0.014229 -0.06922 -0.049095 -0.044162 -0.009731 -0.041532 0.055554 -0.038164 -0.011367 -0.061848 -0.021518 -0.039931 -0.024594 0.032773 -0.056557 -0.00318 0.049144 0.019432 -0.073024 -0.037923 -0.000194 0.018261 -0.046896 0.034014 0.005259 -0.0404 -0.034052 -0.082286 0.031153 0.024367 0.013227 -0.01224 0.049385 0.00029 -0.001876 0.025624 -0.006376 -0.085615 0.050601 0.012724 0.037912 0.055705 0.028443 -0.043749 -0.023399 0.02607 0.012514 0.017042 -0.011248 0.064102 0.00405 0.027263 -0.02787 0.007382 -0.00475 -0.029622 0.00934 -0.029322 -0.020006 -0.020411 -0.088883 0.033212 -0.048874 -0.033665 0.021867 0.018588 0.025149 0.023287 -0.041792 0.061535 0.009463 0.00979 0.049335 -0.052239 0.033467 0.08358 0.050841 0.013723 -0.021074 -0.036615 -0.032332 -0.059854 -0.01634 0.012874 -0.027767 0.015996 -0.01895 -0.019708 0.047815 -0.031517 -0.063191 -0.007311 -0.067852 0.015027 0.043058 -0.014907 0.083405 -0.00753 0.069384 0.010088 0.022125 -0.016696 0.020829 0.022431 0.09622 -0.03453 0.008001 -0.010007 0.039965 0.020825 -0.073717 -0.041965 0.019946 -0.006386 -0.027328 -0.003624 0.000934 -0.033174 0.00517 -0.140426 0.020751 0.046868 -0.026104 0.019194 0.0376 0.022611\ṅ 0.057164 0.002011 -0.070262 0.027789 0.024117 0.038463 0.001281 0.021432 -0.0245 -0.039732 0.031579 -0.003303 -0.00581 -0.051105 0.006397 0.006451 0.01953 -0.027574 -0.042869 -0.055151 -0.009751 -0.029564 0.014126 0.046055 0.008362 0.051797 0.020114 0.001061 -0.035623 -0.049936 0.016757 -0.053937 -0.020431 -0.042198 0.016679 0.035465 -0.06822 0.039496 0.033497 0.027458 -0.025653 0.008569 -0.022352 0.012302 -0.036764 -0.041695 0.038707 -0.019378 -0.009417 0.019649 -0.010615 0.082567 0.044282 -0.051634 0.068928 0.006333 0.001053 0.039736 -0.006425 0.051576 -0.019685 -0.043977 0.002289 0.000253 0.008495 0.019742 0.027696 -0.034436 0.058147 0.018752 -0.0521 -0.026143 0.013689 0.035779 -0.075325 0.019053 -0.036495 0.055006 -0.032715 -0.023984 0.029231 -0.007845 -0.006447 0.025861 -0.066029 -0.092704 -0.003068 0.011921 -0.03774 -0.000138 -0.026265 0.049048 -0.014846 -0.049019 0.015486 -0.020951 0.008028 -0.046984 -0.017295 -0.011316 -0.009877 0.000357 0.016555 -0.010361 0.01903 -0.003144 -0.005489 0.01687 0.033741 0.007102 0.054656 0.025394 0.031521 0.011487 0.011081 0.006449 -0.01744 -0.010719 -0.018777 -0.048911 0.001784 -0.013275 0.053372 0.01355 0.057766 0.022634 -0.007384 -0.028215 -0.021792 -0.030864 -0.025651 0.010114 -0.03397 0.020431 -0.04481 0.009093 -0.031877 -0.001184 0.004277 0.073984 0.000792 -0.024877 0.033311 0.026053 -0.056826 -0.066041 0.042046 0.000573 0.011957 -0.056786 0.013428 0.007627 0.030468 0.033574 -0.013125 0.013594 -0.011638 -0.025294 0.015638 -0.037424 -0.007391 0.031168 0.011831 0.017817 -0.017732 -0.016926 0.005171 -0.031813 0.01219 0.044421 -0.052273 -0.038752 -0.018176 0.045414 -0.050362 -0.053076 -0.005021 -0.002262 -0.040471 -0.029043 0.046809 -0.024527 -0.002324 0.000571 0.001678 -0.019178 -0.002994 0.033296 -0.071146 -0.019583 -0.01729 0.013064 -0.029461 -0.033671 0.013639 0.041297 -0.003756 0.001951 -0.003669 -0.012326 -0.049171 -0.03961 0.018895 0.031157 0.001092 0.026006 0.022568 -0.007809 -0.025304 0.041114 -0.036504 0.030488 -0.022035 0.033698 -0.000454 0.082889 0.009898 -0.021696 -0.020174 0.019639 -0.007566 -0.006383 -0.011827 0.001066 -0.024096 -0.021062 -0.011744 0.03653 -0.020926 -0.013614 -0.003015 -0.01615 -0.022651 -0.023274 -0.061664 0.009331 -0.005856 -0.027835 0.042078 0.037625 0.014557 0.041452 -0.032693 0.024343 -0.002066 -0.024234 0.072499 -0.016146 0.019031 0.070501 0.018766 0.003505 0.012784 -0.064536 -0.042626 -0.039616 -0.004768 0.030051 -0.020304 -0.017871 0.032644 -0.011751 0.039467 -0.039254 -0.029678 -0.018287 -0.004181 -0.027247 0.015581 0.003911 0.042356 -0.010344 -8.7e-05 -0.011638 0.011917 0.005258 0.002672 0.02943 0.037527 -0.051425 -0.014076 -0.030855 0.016801 0.046368 -0.010406 0.001309 0.018553 0.004709 -0.029622 -0.011584 -0.002487 -0.055779 0.014462 -0.080179 0.006221 0.015194 0.023612 0.00975 0.044905 -0.013739\nڊ -0.008445 0.009493 -0.028054 0.005115 -0.021675 0.025072 0.006113 -0.000142 -0.012081 -0.003768 0.03237 0.005191 -0.024386 -0.017915 0.016928 0.010951 -0.017838 0.014345 -0.016383 -0.054855 -0.001219 0.011335 -0.005782 0.022188 0.01207 0.006048 -0.008982 -0.017052 -0.00328 -0.015454 0.011797 -0.022194 -0.000823 -0.016736 0.002687 0.034406 -0.027116 0.014266 -0.006127 0.012947 -0.055752 -0.011174 0.005999 -0.017181 -0.017092 0.002193 0.039198 -0.016164 0.004058 -0.003185 0.001559 0.017449 0.01903 0.007064 0.021393 0.016725 -0.022359 0.030419 -0.00848 0.027302 -0.047264 -0.010916 4.7e-05 -0.012268 0.006758 0.008784 0.029901 -0.019113 0.029356 0.038332 -0.051924 -0.000118 0.037934 0.039168 -0.042605 -0.027659 0.010146 0.014044 -0.034201 -0.034801 0.028757 -0.013828 0.013752 0.025121 0.010187 -0.030701 0.007906 -0.013832 -0.009997 -0.008635 -0.017936 -0.006405 0.010808 -0.005813 0.044752 0.003961 -0.002806 -0.021048 0.00834 0.00427 -0.012642 -0.004773 0.010062 -0.031269 0.047225 -0.004638 -0.037895 0.009981 0.016827 -0.014821 0.02536 0.004541 -0.005678 -0.030574 0.010789 -0.008847 -0.003489 0.022549 -0.03696 -0.014257 0.034611 -0.018501 0.016362 0.015351 0.022347 0.028975 -0.011803 0.015987 -0.017331 -0.013133 -0.013414 0.010665 -0.010504 0.03976 0.014536 -0.009894 -0.054377 0.030787 -0.009964 0.016879 0.002197 -0.030743 -0.013944 0.017798 -0.039928 -0.047158 0.050437 0.038946 0.004162 -0.051632 -0.016965 0.00972 0.024292 0.005971 -0.002584 0.011621 0.01716 -0.017694 -0.015268 0.000641 -0.022809 0.025611 0.00063 0.025037 -0.019735 -0.002552 0.019849 -0.039394 0.006074 0.001377 -0.048294 -0.01089 0.007912 0.02796 -0.026354 -0.014021 -0.019816 -0.016567 -0.033645 -0.002842 0.020114 -0.013405 0.005414 -0.017455 0.000963 -0.025712 -0.015916 0.011694 -0.03367 -0.004347 0.033195 0.015354 -0.031761 -0.016396 0.010514 -0.002992 -0.00917 -0.001122 -0.00301 0.021906 -0.034777 -0.013959 0.026961 0.010107 0.03522 0.014488 0.026632 -0.033177 0.000349 0.035988 -0.007224 -0.014927 -0.006385 0.032739 -0.006218 0.029511 0.005484 -0.029183 0.007271 0.005637 -0.000924 0.010719 -0.009004 -0.008544 -0.021307 0.016862 0.013934 0.014396 -0.027343 -0.010014 0.008314 0.029825 -0.004462 -0.027828 -0.018254 0.008214 -0.022092 -0.041703 -0.011472 0.011511 0.015636 0.010369 -0.011948 0.011192 0.017288 0.013084 0.01569 -0.033343 0.053411 0.034189 0.017587 -0.029671 -0.005123 -0.025013 -0.016316 -0.017052 0.003959 0.009016 -0.01412 0.008995 0.00857 -0.007027 0.024884 -0.01709 -0.030805 -0.015664 -0.021413 -0.010029 -0.004875 0.005523 0.027829 0.014885 0.012221 0.011204 -0.006349 -0.031216 -0.002452 0.004752 0.056737 -0.016477 0.005385 -0.005478 0.016797 -0.011976 0.016325 -0.015422 0.01567 0.005888 4.4e-05 -0.032855 -0.031924 -0.054738 0.014403 -0.076344 -0.019448 0.006587 -0.001768 -0.011192 0.011346 -0.005757\nᮌ 0.039757 0.021084 -0.047107 0.001605 0.001507 0.02623 0.009954 -0.004707 -0.007375 -0.025738 0.024587 0.010935 -0.018667 -0.016764 0.025554 -0.001863 0.009001 -0.024743 0.00227 -0.040142 -0.026229 0.013936 0.005164 0.022914 -0.009643 0.016739 -0.00386 -0.022731 -0.012825 -0.03792 0.030878 -0.052008 -0.010079 -0.031568 0.004971 -0.007176 -0.0123 0.040108 0.000509 0.022775 -0.0355 0.014593 0.008049 -0.009201 -0.015893 -0.009729 0.027196 -0.009738 -0.001387 -0.001484 -0.012141 0.061071 0.02646 -0.024187 0.034901 -0.006223 -0.00555 0.021154 -0.016112 0.048089 -0.020131 -0.015342 -0.012227 -0.015187 0.02021 0.021961 0.04219 -0.02633 0.050466 0.022937 -0.027382 -0.00016 0.035812 0.020606 -0.020681 0.007707 -0.018062 0.043647 -0.023276 -0.008962 -0.001181 0.013612 0.006656 0.014578 -0.003886 -0.044714 -0.011977 -0.018574 -0.018383 0.000506 -0.020521 0.0257 0.028112 -0.013929 0.007295 -0.020407 -0.010516 -0.046404 0.002145 -0.016166 -0.021735 0.001662 0.009547 -0.026557 0.012243 -0.002713 -0.0115 0.003534 0.020572 -0.005578 0.018681 0.00805 0.021404 -0.037891 0.015699 0.003319 -0.004578 -0.000903 -0.00539 -0.021307 0.014664 0.006428 0.037997 -0.007416 -0.001586 0.017931 -0.017061 -0.015314 -0.005993 0.009111 -0.000384 -0.01024 -0.004795 0.028194 -0.028738 0.029614 -0.039371 -0.011695 0.013832 0.02759 -0.015991 -0.010502 -0.008305 0.027383 -0.010014 -0.036459 0.059175 0.000172 0.003268 -0.023021 0.024393 -0.004152 0.040235 0.029181 0.040653 0.024352 0.003748 -0.001956 0.027533 -0.029755 -0.013176 0.009136 0.034977 0.008988 0.009245 -0.0105 0.0192 -0.006872 0.030268 0.021548 -0.011818 -0.010132 -0.015246 0.027403 -0.009179 -0.032395 -0.006616 -0.018658 -0.04202 -0.008134 0.016302 -0.004127 -0.008517 -0.029232 0.02268 -0.024348 0.009458 0.013607 -0.03791 -0.0038 0.014151 0.005836 -0.045718 -0.042417 0.006341 0.025147 -0.01459 0.002561 0.003217 0.003963 -0.034093 -0.013611 0.010959 0.026012 0.028942 0.035566 0.001713 -0.010867 -0.015052 0.038139 -0.010891 0.017658 -0.034199 0.026263 -0.027663 0.048059 -0.008221 -0.018642 0.026468 -0.012871 -0.003954 0.016184 -0.00756 -0.001088 -0.022712 0.011076 -0.001411 0.041411 -0.031263 -0.015163 0.004542 -0.019638 0.007285 -0.004586 -0.025873 -0.008313 0.003596 -0.004719 0.017079 0.017748 -0.000306 -0.004903 -0.030322 -0.00223 -0.021485 -0.00366 0.026923 -0.010612 0.063842 0.031094 0.033034 0.007025 -0.003362 -0.03654 -0.046211 -0.019651 -0.001283 0.046339 9e-05 -0.015732 0.014665 3.5e-05 0.024271 -0.023011 -0.015263 -0.022957 -0.0384 -0.008435 0.022124 0.019681 0.001252 0.014179 0.022267 -0.026502 0.013546 -0.008807 -0.033763 -0.000325 0.029373 -0.040959 -0.009004 -0.037938 0.002233 -0.00993 -0.013597 -0.022579 0.035316 -0.014532 -0.010758 -0.021019 -0.019266 -0.051354 0.002341 -0.049724 -0.011113 0.007235 0.010978 0.024234 -0.003758 0.026687\nထ 0.030167 0.006406 -0.053605 0.02434 0.022228 0.05612 0.019443 0.008013 -0.025966 -0.04255 0.051773 0.023446 -0.007802 -0.029647 0.051937 -0.00713 0.007386 -0.03585 -0.005919 -0.070977 -0.02861 -0.005465 -0.003652 0.011482 -0.000666 0.014718 -0.02012 -0.015361 -0.020651 -0.046713 0.030264 -0.049613 -0.028661 -0.045979 -0.00069 0.020428 -0.048223 0.055744 0.009056 0.022816 -0.050923 0.02355 -0.002168 -0.004123 -0.03429 -0.029823 0.047722 -0.019191 -0.006338 0.025232 -0.002416 0.073209 0.044273 -0.057364 0.060448 0.007378 -0.012249 0.039226 -0.013795 0.031344 -0.058286 -0.038125 -0.004511 -0.011788 0.019445 0.024608 0.055257 -0.015884 0.046145 0.031369 -0.05797 -0.006912 0.012854 0.01431 -0.067248 0.006822 -0.03266 0.026201 -0.059693 -0.013721 0.01348 -0.000171 -0.00511 0.022668 -0.022966 -0.078595 0.024642 -0.008921 -0.018234 0.013082 -0.00684 0.033052 0.007789 -0.02459 0.02761 -0.013941 -0.001322 -0.05291 -0.005754 -0.014746 -0.034542 0.002551 0.000401 -0.045191 0.007906 0.005708 3.9e-05 0.010022 0.046043 -0.001075 0.059604 0.029736 0.02438 -0.01875 0.017949 -0.005445 -0.023841 -0.012946 -0.021021 -0.049419 0.031659 0.01302 0.041805 0.027674 0.058334 0.002375 -0.017016 -0.006892 -0.027865 -0.020578 -0.018888 0.014037 -0.017769 0.04649 -0.022822 0.023962 -0.049975 0.019612 0.006101 0.063708 -0.006012 -0.012059 0.005453 0.02879 -0.054649 -0.070835 0.07548 -0.009062 0.004537 -0.059139 0.020525 0.00931 0.062992 0.042485 -0.002941 0.000477 0.003666 -0.028725 0.037917 -0.027094 -0.026331 0.027404 0.040676 0.011017 -0.00148 -0.026128 0.041041 -0.029771 0.034787 0.050348 -0.029136 -0.016908 -0.015027 0.041126 -0.028376 -0.04025 -0.009669 -0.012221 -0.07808 -0.01907 0.052001 -0.009356 0.011773 -0.010935 -0.019818 -0.035161 0.007154 0.035542 -0.069146 0.002251 0.002397 0.036348 -0.050785 -0.061558 -0.003756 0.064258 -0.02916 0.012529 0.001351 -0.014165 -0.048822 -0.051762 0.012556 0.033058 0.024773 0.012004 0.024237 -0.013068 -0.009979 0.045914 -0.041316 -0.002428 -0.022261 0.027064 0.003737 0.088494 0.013211 -0.038651 0.002856 -0.001571 -0.026768 -0.00053 0.003888 0.006811 -0.037172 -0.000511 -0.017081 0.023565 -0.007991 -0.014522 -0.019173 0.015892 0.000939 -0.044151 -0.060999 -0.005533 -0.021442 -0.043842 0.035678 0.026779 0.004406 0.043157 -0.014136 0.003217 -0.003175 -0.024996 0.050084 0.002984 0.06212 0.07645 0.037823 0.017404 -0.011104 -0.068787 -0.045209 -0.018557 0.0042 0.027874 -0.025661 -0.014739 0.005345 -0.021634 0.041041 -0.020918 -0.044938 -0.027901 -0.070364 -0.011543 0.008042 0.00206 0.031998 0.004873 0.020756 -0.008985 0.043401 0.012668 0.010915 0.026959 0.066051 -0.068724 0.004025 -0.025747 0.023155 0.026723 -0.011336 -0.021836 0.021952 -0.013116 -0.02894 -0.029387 0.009418 -0.054362 0.020028 -0.092594 -0.017707 0.005238 0.023939 0.02235 0.012315 -0.009387\nប 0.024479 0.003038 -0.024578 0.009358 -0.000817 0.036842 0.003242 -0.006759 -0.014787 -0.028543 0.02788 0.005379 -0.009058 -0.009689 0.029335 -0.01012 0.002339 -0.015218 -0.000627 -0.045492 -0.005563 0.004596 0.008303 0.004754 -0.004688 0.015357 -0.018108 -0.016807 -0.0076 -0.022861 0.024375 -0.031125 -0.018367 -0.027998 0.009 0.007366 -0.012046 0.033829 0.001699 0.019563 -0.027921 0.009596 0.003468 -0.002704 -0.016965 -0.008345 0.02583 -0.008252 -0.00079 0.00571 -0.004407 0.030398 0.020796 -0.027789 0.03871 0.014898 0.004328 0.011859 -0.001794 0.016817 -0.030959 -0.015608 -0.00731 -0.008593 0.011313 0.022276 0.042165 -0.017057 0.034083 0.023444 -0.052549 -0.010479 0.013971 0.016656 -0.040703 0.000277 -0.018092 0.015567 -0.029959 -0.004165 0.014542 0.003773 0.003252 0.013655 -0.017112 -0.045212 0.005942 -0.001817 -0.006548 -0.012635 -0.007008 0.021432 0.007539 -0.013625 0.015364 -0.00487 -0.006495 -0.038542 0.001135 -0.004754 -0.024607 0.006345 -0.000743 -0.030012 0.012781 0.006927 -0.018966 0.00235 0.034133 -0.00861 0.038818 0.020118 0.014185 -0.007884 -0.002459 -0.005675 0.004801 -0.005119 -0.012771 -0.027706 0.0325 0.005051 0.034431 0.018776 0.030382 0.007561 -0.006934 -0.001258 -0.011326 -0.018913 -0.00274 0.005964 -0.007267 0.030114 -0.02058 0.000777 -0.018436 0.006529 0.00222 0.037378 -0.006289 -0.001853 -0.00762 0.013638 -0.03464 -0.043183 0.049969 0.015039 0.004042 -0.028616 0.011743 0.007028 0.033953 0.00912 0.004609 0.00038 0.001259 -0.019146 0.018995 -0.015883 -0.016219 0.012268 0.017307 0.011678 -0.016024 -0.0139 0.02608 -0.011479 0.01819 0.014126 -0.016398 -0.020502 -0.013062 0.031687 -0.012672 -0.013177 0.001369 -0.01337 -0.046912 -0.022505 0.030335 -0.007438 0.013816 -0.010662 -0.00879 -0.017793 0.00986 0.00909 -0.032448 0.002209 0.014154 0.020759 -0.030332 -0.020921 0.011796 0.037447 -0.021202 0.027082 0.009526 0.004006 -0.020733 -0.015269 0.015986 0.022615 0.016504 0.017086 0.008497 -0.002272 -0.012067 0.030263 -0.010577 -0.009803 -0.001556 0.012219 -0.001498 0.035616 0.008489 -0.010249 0.011513 0.010039 -0.011114 0.006882 0.000829 0.007749 -0.024638 0.004383 0.002916 0.011114 0.001326 -0.008858 -0.016682 0.000153 -0.002175 -0.022889 -0.0263 -0.006701 -0.015064 -0.025484 0.014817 0.014495 0.018741 0.015254 -0.028333 0.017627 -0.013918 0.005527 0.026621 -0.001231 0.030986 0.044021 0.015072 0.005309 -0.001865 -0.019442 -0.021307 -0.005656 0.004018 0.017839 -0.016556 -0.001572 0.0053 -0.010124 0.016305 -0.026223 -0.024262 -0.021394 -0.026613 -0.017616 0.005361 -0.002448 0.020922 0.003642 0.017512 0.003237 0.002773 0.000698 0.010551 0.018145 0.040205 -0.043701 -0.002727 -0.010228 0.015051 0.018067 -0.009911 -0.023337 0.019152 -0.013594 -0.01336 -0.002555 0.001936 -0.021195 0.00148 -0.056442 -0.012756 0.006347 -0.002678 0.017639 0.007351 -0.002312\ně 0.029555 0.000906 -0.036286 0.023683 0.005299 0.035254 0.005228 -0.003711 -0.02076 -0.030708 0.032788 0.014281 -0.001087 -0.02332 0.01519 0.002971 0.005778 -0.029124 -0.001676 -0.038233 -0.014788 -0.006038 0.000756 0.00871 0.005418 0.028971 0.004441 -0.000457 -0.014457 -0.016214 0.020271 -0.02803 -0.016187 -0.028292 0.011276 0.013114 -0.030162 0.031433 0.01249 0.016485 -0.021497 0.00879 0.001179 -0.002485 -0.019479 -0.018324 0.028823 0.005621 0.002372 0.016372 0.002294 0.042074 0.028131 -0.033071 0.030773 0.008802 0.005082 0.015277 -0.005328 0.020443 -0.016631 -0.024812 -0.007331 -0.016427 0.014921 0.0118 0.027248 -0.013013 0.028332 0.013132 -0.039122 -0.006396 0.018086 0.011885 -0.04258 0.003903 -0.030125 0.020443 -0.01485 -0.015957 0.013942 -0.004407 0.001921 0.019307 -0.022968 -0.046271 -0.002391 -0.002877 -0.01826 -8e-05 -0.009083 0.02049 0.001873 -0.0154 0.005787 -0.008551 0.000273 -0.033937 0.002276 -0.001587 -0.007248 -0.001429 0.004729 -0.015722 0.010738 -0.001158 -0.002433 -0.001166 0.024841 -0.000363 0.030993 0.01096 0.016875 -0.006727 0.013542 -0.001368 0.001308 -0.00157 -0.016201 -0.025794 0.022155 -0.002113 0.025977 0.017821 0.030593 0.004903 -0.006437 -0.016076 -0.004018 -0.01126 -0.018196 0.000111 -0.008955 0.027626 -0.02208 0.013352 -0.013486 -0.001236 0.004025 0.04345 -0.009452 -0.001804 0.011924 0.019666 -0.023233 -0.037688 0.034598 0.002269 -0.001065 -0.029615 0.006321 0.007796 0.018537 0.020561 0.007469 0.005322 -0.012116 -0.02089 0.011674 -0.015891 -0.011295 0.018944 0.019757 0.008808 -0.009777 -0.002822 0.018658 -0.018736 0.015577 0.013988 -0.022281 -0.022353 -0.004494 0.024218 -0.014672 -0.025873 -0.013472 0.000287 -0.02099 -0.016407 0.030578 -0.002922 0.006398 -0.003352 -0.005621 -0.017497 0.013155 0.018506 -0.04575 0.005097 0.007861 0.020735 -0.018482 -0.030239 -0.003824 0.022903 -0.016264 0.017151 0.001088 -0.000344 -0.029986 -0.020484 0.010955 0.019201 0.014236 0.016935 0.009072 -0.009182 -0.008377 0.022336 -0.023598 0.000138 -0.004497 0.015923 -0.008983 0.055699 0.002589 -0.021685 0.002493 0.003577 -0.007123 0.007498 -0.007029 0.005663 -0.019798 -0.002201 0.001346 0.014269 -0.002365 -0.012765 -0.001811 0.001628 -0.002057 -0.022158 -0.02958 -0.003172 -0.00297 -0.02298 0.02625 0.022833 0.010089 0.021584 -0.013823 0.014257 0.005877 -0.010755 0.044338 0.001057 0.026072 0.04014 0.012566 0.007314 0.003455 -0.033164 -0.021805 -0.020897 -0.007326 0.012735 -0.023033 -0.015244 0.009455 -0.007042 0.021228 -0.016376 -0.025529 -0.01318 -0.016692 -0.015028 0.005691 -0.006592 0.014314 0.002555 0.006003 -0.00421 0.010091 0.001137 0.001964 0.017585 0.031371 -0.039627 -0.00423 -0.016458 0.009479 0.011084 -0.025504 -0.001272 0.005182 -0.008009 -0.018496 -0.014583 0.013157 -0.030475 0.009611 -0.045766 -0.014218 0.006836 0.008123 0.015364 0.019775 0.00343\nບ 0.023403 0.003148 -0.035695 0.026459 0.00878 0.034457 0.007394 0.001418 -0.015375 -0.026891 0.024227 0.006786 -0.006017 -0.017748 0.03086 -0.004056 0.006173 -0.021316 -0.006248 -0.032475 -0.016554 0.006108 0.004256 0.012627 0.004789 0.014538 -0.015141 -0.013502 -0.015673 -0.025172 0.0251 -0.028378 -0.015089 -0.03421 0.010139 0.016246 -0.030568 0.032485 0.003705 0.020817 -0.016683 0.005043 -6.3e-05 -0.007436 -0.022782 -0.020563 0.027568 -0.001909 0.001203 0.019283 0.007101 0.03719 0.03138 -0.02935 0.037315 0.009843 -0.000666 0.020264 -0.011363 0.022046 -0.029723 -0.025268 -0.0114 -0.013178 0.007563 0.019901 0.030231 -0.012802 0.032519 0.013851 -0.049332 -0.011801 0.013564 0.018111 -0.047029 0.001115 -0.028252 0.023619 -0.03059 -0.014766 0.015793 0.006952 0.006564 0.011799 -0.015104 -0.053741 0.009759 -0.00524 -0.017515 -0.007033 0.0024 0.020874 0.007791 -0.012992 0.017486 -0.004592 0.000349 -0.035208 0.001138 -0.001251 -0.021972 -0.001556 -0.004663 -0.028082 0.02167 -0.00609 -0.00748 0.002633 0.033265 0.000262 0.040251 0.019219 0.030667 -0.016966 0.009412 0.001105 -0.004686 -0.000583 -0.007686 -0.040595 0.020707 -0.000884 0.041579 0.020127 0.03066 0.014904 -0.01411 -0.0071 -0.011738 -0.012765 -0.016408 -0.003823 -0.014811 0.028969 -0.018091 0.015432 -0.038577 -0.006655 0.000934 0.04088 -0.000692 -0.012222 0.010133 0.024497 -0.033478 -0.040199 0.040689 0.008 0.002442 -0.045523 0.011264 0.005951 0.033036 0.017947 -0.00377 0.010579 -0.000794 -0.023437 0.009932 -0.025271 -0.017374 0.013415 0.017133 0.014092 -0.010782 -0.01693 0.01498 -0.017628 0.02298 0.010033 -0.017139 -0.028479 -0.012996 0.03269 -0.023129 -0.027276 -0.004732 -0.007997 -0.037738 -0.022539 0.034354 -0.00996 0.003993 -0.006416 -0.001784 -0.011993 0.001761 0.022072 -0.04766 0.003508 0.012814 0.031307 -0.037788 -0.03144 0.007271 0.037181 -0.022062 0.015672 0.006167 0.003941 -0.029274 -0.026466 0.016498 0.020589 0.012781 0.01535 -0.000509 -0.00388 -0.006043 0.039417 -0.017018 0.002664 -0.007222 0.014546 0.006546 0.05816 0.007457 -0.025314 0.010989 -0.003532 -0.008653 0.005589 -0.004307 0.001266 -0.013892 -0.002151 -0.001802 0.018108 -0.010565 -0.026583 -0.008194 -0.002238 -0.009758 -0.023352 -0.027948 -0.003476 -0.01186 -0.028348 0.025362 0.026143 0.008717 0.027129 -0.019816 0.012318 -0.003892 -0.012073 0.034689 -0.013983 0.035088 0.053263 0.020202 0.009125 -0.002667 -0.036476 -0.029619 -0.0168 0.004184 0.012951 -0.02241 -0.016027 0.001329 -0.012523 0.026127 -0.028463 -0.024081 -0.023743 -0.031842 -0.012625 0.009868 -0.003418 0.01325 0.002006 0.004054 -0.00111 0.012004 0.003235 -0.000892 0.007699 0.029746 -0.03901 0.001696 -0.017891 0.010557 0.007432 -0.022506 -0.007104 0.009227 -0.010379 -0.016505 -0.014275 0.005053 -0.039466 0.009321 -0.059675 -0.014663 0.004885 0.014493 0.017822 0.015774 0.000687\nȝ -0.003994 -0.004198 -0.02034 -0.001932 -0.019875 0.016355 -0.015632 0.010677 -0.005613 -0.007424 0.014544 0.006805 -0.008988 -0.004277 0.017964 -0.020856 -0.003867 0.000107 0.000719 -0.00736 0.006584 0.00264 0.005841 0.010387 0.012865 0.00933 -0.021572 -0.018485 -0.00174 -0.002846 0.001111 0.005754 -0.013835 -0.01328 0.011838 0.013315 -0.020967 0.002258 0.009297 -0.004801 0.002174 0.000247 -0.005011 0.004989 -0.013134 -0.010713 0.008283 0.001349 0.012253 0.003444 0.010217 -0.005747 -0.000527 0.002868 0.009118 -0.003294 0.011168 0.0032 -0.011395 0.008277 0.000693 -0.007765 -0.011884 -0.012379 -0.005965 0.007837 0.006841 0.00832 0.007805 -0.011626 -0.025933 0.000976 0.009825 0.000632 -0.014336 0.008314 -0.033234 0.012531 -0.002534 0.006977 -0.004996 0.017063 -0.017939 -0.013723 -0.001095 -0.018884 0.020222 0.000692 -0.011525 0.014988 0.012576 0.018687 0.002311 -0.000435 0.004097 -0.00515 0.005807 -0.008162 0.009223 -0.005232 0.00565 -0.00096 0.002635 -0.023108 0.02652 -0.025777 -0.001434 -0.007149 0.000365 0.009207 0.029699 0.008543 0.008051 -0.005572 -0.008042 0.003626 0.004278 0.011684 -0.018471 -0.00439 0.018202 0.002853 0.011398 0.012855 0.011119 -0.000875 0.005679 0.019781 -0.004855 -0.01361 -0.004616 -0.001594 -0.014019 0.020173 -0.012749 -0.017944 0.005103 0.017806 -0.001859 0.018675 -0.003645 0.000525 0.006922 0.019604 -0.00943 -0.036968 0.020699 -0.032122 0.01348 -0.009735 -0.001787 0.013955 0.001202 0.016105 0.018793 0.001969 -0.003517 0.007745 0.001511 -0.003492 -2.4e-05 -0.010396 -0.000904 0.005081 0.009934 -0.015049 0.009794 -0.042204 0.01147 0.000834 -0.008253 -0.000573 0.010092 -0.000199 -0.001968 -0.003877 -0.009931 -0.016231 -0.021393 0.00072 -0.000336 -0.022893 0.001791 -0.004771 0.000924 0.008869 -0.001531 -0.000783 -0.016491 0.015841 -0.003997 0.020318 -0.011932 -0.024976 0.006623 0.02953 -0.005232 0.011911 0.00243 0.008815 -0.027738 -0.033328 -0.009902 0.01644 -0.006392 0.009091 0.021663 -0.001598 0.004126 0.00879 -0.012148 -0.012578 -0.004729 0.00345 0.002801 0.018465 -0.004452 -0.000686 -8.4e-05 0.003539 -0.003215 0.021685 -0.024906 -0.003913 -0.00957 0.006141 -0.000629 0.004284 0.005424 -0.021901 0.01225 -0.016083 -0.01406 -0.009664 -0.017827 -0.003627 -0.019721 -0.020929 0.008974 0.025927 0.009853 0.013699 -0.013144 0.004683 0.008344 -0.006196 0.018015 0.00508 0.008604 0.01138 0.001823 0.007524 0.005668 -0.012325 -0.012613 0.000659 -0.012615 -0.003737 -0.002639 -0.014914 0.01111 0.013104 0.016142 -0.026866 -0.003875 -0.007123 0.000484 -0.022808 0.004715 -0.003369 0.016338 -0.012451 0.014404 0.000113 -0.000401 -0.005928 0.004198 0.007198 0.003013 -0.025658 -0.005624 -0.011243 -0.004039 0.01095 0.002006 -0.001892 -0.018141 -0.007682 0.011421 0.001281 -0.006333 -0.001181 0.002101 -0.022065 -0.005659 -0.002142 0.002302 -0.001088 0.00471 0.0002\nܟ 0.055494 0.023875 -0.118493 0.072519 0.043409 0.085251 0.017936 0.021128 -0.03098 -0.069113 0.056727 0.013552 -0.00734 -0.072099 0.072789 -0.005683 -0.008966 -0.077924 -0.016611 -0.08869 -0.041525 0.001377 -0.009865 0.02643 -0.005622 0.039475 -0.019706 -0.01634 -0.032658 -0.032454 0.028853 -0.070969 -0.01472 -0.086778 0.030322 0.034937 -0.090645 0.0901 0.011942 0.048266 -0.065491 0.020373 -0.000465 0.016083 -0.0468 -0.077227 0.087629 -0.014327 -0.023026 0.07357 -0.000449 0.131623 0.073455 -0.071566 0.088165 0.006954 -0.015546 0.053014 -0.014221 0.064397 -0.049594 -0.069903 -0.033843 -0.021047 0.031335 0.039223 0.072749 -0.029055 0.083026 0.032725 -0.094189 -0.006063 0.053957 0.017708 -0.101682 0.015447 -0.051322 0.06276 -0.06493 -0.041255 0.03493 0.022576 -0.015313 0.059554 -0.051598 -0.123689 -0.004648 -0.004871 -0.054515 -0.024282 -0.015872 0.048201 -0.003085 -0.038828 0.026514 -0.00508 -0.000224 -0.088677 0.00574 -0.009918 -0.022084 0.010057 -0.008857 -0.046813 0.014217 0.0093 -0.035454 0.023366 0.064025 -0.013098 0.086961 0.030945 0.014372 -0.0385 0.024473 -0.008007 -0.026457 -0.002034 -0.038306 -0.084599 0.045243 -0.005818 0.072924 0.049187 0.084921 0.032644 -0.027741 -0.029624 -0.054432 -0.021981 -0.057039 0.000816 -0.058032 0.05242 -0.069167 0.045543 -0.068004 0.017884 -0.004905 0.097881 -0.004048 -0.017125 0.034926 0.051701 -0.08163 -0.106723 0.098734 0.000523 -0.002002 -0.09045 0.017743 0.037338 0.051674 0.064096 0.000786 0.003747 -0.008187 -0.028115 0.038706 -0.035405 -0.032203 0.041422 0.042532 0.027785 -0.004302 -0.03704 0.032626 -0.038579 0.049888 0.062183 -0.065358 -0.046296 -0.016473 0.048827 -0.024527 -0.059694 -0.040052 -0.011505 -0.087872 -0.052048 0.070184 -0.011277 -0.004097 -0.002539 0.012462 -0.0356 -0.001042 0.048342 -0.141109 -0.003836 0.004786 0.059713 -0.0818 -0.09793 0.004684 0.096473 -0.040477 0.017083 -0.006377 -0.001829 -0.096961 -0.07176 0.045347 0.052837 0.027625 0.027259 0.04125 -0.020699 -0.014534 0.082454 -0.084255 -0.004577 -0.03576 0.033619 -0.006573 0.146725 -0.017869 -0.048864 0.019949 0.014206 -0.01739 0.028294 -0.025294 0.01157 -0.043713 -0.006662 -0.005774 0.029672 -0.05009 -0.037353 0.004373 -0.002564 -0.013667 -0.050484 -0.084258 0.001654 -0.022057 -0.063558 0.085854 0.057722 0.003155 0.037765 -0.018732 0.03965 0.013421 -0.049032 0.105818 -0.025969 0.104596 0.102523 0.044812 0.033723 0.020236 -0.098913 -0.078291 -0.053135 0.017536 0.028099 -0.048407 -0.054542 0.022835 -0.028442 0.065237 -0.051837 -0.077989 -0.040716 -0.072212 -0.004177 0.002079 -0.004454 0.073108 -0.005008 0.02582 -0.0051 0.046783 0.044861 0.009602 0.057527 0.095035 -0.115784 -0.01269 -0.044895 0.02837 0.047673 -0.056902 0.000389 0.0196 -0.024669 -0.064571 -0.049947 0.030116 -0.092945 0.048959 -0.132914 -0.026025 0.009114 0.042929 0.024177 0.063773 0.02006\nᠡ 0.034893 -0.004328 -0.0178 0.003502 0.008794 0.021389 -0.014275 -0.002332 -0.007515 -0.022722 0.008007 0.003714 -0.002734 -0.00872 0.018592 -0.008887 0.003965 -0.005731 -0.010461 -0.028708 -0.017503 -0.008619 0.003227 -0.003265 -0.005763 0.006709 -0.005446 -0.009357 -0.011592 -0.013285 0.014556 -0.033979 -0.005763 -0.020702 0.007647 0.00309 -0.010789 0.030679 0.005738 0.007705 -0.015376 0.00422 -0.001917 -0.014712 -0.008471 -0.003396 0.016031 -3.2e-05 0.000286 0.013525 0.005325 0.030599 0.019434 -0.016708 0.023286 0.0033 -0.001627 0.013285 -0.008388 0.023947 -0.026694 -0.015977 -0.020542 0.001331 0.008183 0.014868 0.020604 -0.003639 0.021861 0.006209 -0.043939 -0.00616 0.022005 0.026861 -0.026806 0.008989 -0.019488 0.014482 -0.026875 -0.000965 0.008558 0.001812 0.01594 0.000984 -0.01347 -0.024178 0.005217 0.008818 -0.00888 -0.008373 -0.016736 0.013033 0.017474 -0.020054 0.010867 1.6e-05 0.001989 -0.034928 -0.01159 0.002959 -0.016836 0.012905 0.003882 -0.021917 0.008385 -0.002555 -0.007735 0.003655 0.022855 -0.001526 0.022673 0.019251 0.004241 -0.012765 0.00735 -0.011713 0.001399 0.007747 -0.010529 -0.010728 0.020534 -0.004053 0.019534 0.012338 0.042973 0.01777 -0.00334 -0.004037 0.000705 -0.01809 -0.019041 0.01133 -9.8e-05 0.019503 -0.010599 0.019017 -0.021665 0.010352 0.01599 0.033603 -0.006497 -0.010876 -0.002078 0.019026 -0.022352 -0.02642 0.047647 0.013574 0.001066 -0.023663 0.001921 0.009681 0.017737 0.009311 -0.004331 0.004169 0.005302 -0.003076 0.013416 -0.015035 -0.017209 0.012748 0.009551 0.005288 -0.022798 -0.010916 0.006312 -0.023654 0.01498 0.017329 -0.007111 -0.00879 -0.012822 0.023852 -0.000779 -0.015925 -0.005819 -0.005241 -0.031648 -0.014004 0.008618 -0.010175 0.002332 -0.007373 -0.002008 -0.013216 0.011281 0.005368 -0.03034 -0.000676 0.019976 0.02685 -0.016204 -0.017256 0.005068 0.038238 -0.017428 0.007832 -0.000101 -0.008188 -0.021798 -0.016648 0.010323 0.020785 0.007971 0.021502 0.000903 -0.010366 -0.002042 0.021812 -0.016049 -0.010334 0.000958 0.009133 0.002144 0.034849 0.004753 -0.005738 -0.000946 -0.001155 0.002353 0.004233 -0.007787 0.008618 -0.008009 0.003597 0.001437 -0.001191 -0.013233 -0.005875 -0.004878 -0.006871 -0.000502 -0.01822 -0.026546 -0.011621 -0.012001 -0.02316 0.010349 0.012306 -0.006305 0.013305 -0.008792 0.014161 0.013743 -0.010471 0.022285 -0.007618 0.039767 0.023656 0.013804 0.011671 -0.001701 -0.006484 -0.012641 -0.012161 -0.003754 0.025347 -0.009988 0.007724 0.000444 0.001522 0.02076 -0.025965 -0.016635 -0.01411 -0.023597 -0.01729 -0.000917 7e-06 0.007772 -0.002989 0.013193 -0.010192 0.01179 0.012626 0.00699 0.00109 0.027973 -0.029322 -0.002723 -0.012874 0.005015 0.019178 -0.012259 -0.006549 0.026024 -0.00148 -0.010785 -0.012882 -0.011528 -0.021126 0.014445 -0.046991 -0.00126 0.007069 -0.00284 0.024246 0.014315 0.000366\nḥ 0.027446 0.001731 -0.034462 0.021685 0.005829 0.031394 0.003296 -0.008518 -0.012483 -0.025405 0.030582 0.007805 -0.007848 -0.017419 0.021483 -0.004877 0.010017 -0.008397 -0.008626 -0.020719 -0.009051 -0.000296 0.001624 0.011407 0.00138 0.019398 -0.008723 -0.014222 -0.014002 -0.01853 0.0265 -0.02824 -0.017395 -0.037335 0.016326 0.01335 -0.038462 0.027213 0.008861 0.008242 -0.021366 0.012635 0.000443 0.004776 -0.021727 -0.021336 0.029493 0.000786 0.005633 0.006917 0.015813 0.03632 0.022393 -0.024072 0.029219 0.009294 -0.001154 0.021801 -0.015763 0.01335 -0.021814 -0.017393 -0.015586 -0.012448 0.008597 0.0189 0.029276 -0.016361 0.021747 0.019054 -0.042153 -0.002277 0.023176 0.01094 -0.034888 0.002094 -0.034487 0.011389 -0.018323 -0.015658 0.012456 -0.005181 -0.002332 0.009447 -0.021803 -0.042059 -0.004451 0.007418 -0.010669 0.003374 -0.005297 0.027383 -0.002141 -0.002141 0.005819 -0.00367 -0.008864 -0.034888 -0.007892 -0.002784 -0.018435 0.002014 -0.00055 -0.027535 0.013799 -0.012345 -0.015446 0.010612 0.029033 -0.015072 0.036551 0.014178 0.018801 -0.014627 0.00425 0.000977 -0.002829 0.011549 -0.00231 -0.043456 0.017168 -0.003829 0.038617 0.013419 0.025458 0.007168 -0.009947 -0.007159 -0.01186 -0.023609 -0.004524 0.001337 -0.007654 0.023666 -0.011445 0.014064 -0.008115 0.011682 0.00652 0.039478 -0.009788 -0.006887 0.012814 0.028424 -0.021826 -0.041097 0.037238 0.00757 0.003894 -0.03295 -0.001956 0.009792 0.021052 0.02111 -0.00281 0.003953 0.001837 -0.018832 0.010666 -0.013992 -0.018919 0.017256 0.019345 0.015496 -0.017369 -0.011511 0.013754 -0.017141 0.018962 0.018114 -0.025258 -0.023428 -0.012048 0.035486 -0.014434 -0.014919 -0.000566 -0.016022 -0.028758 -0.011926 0.024013 -0.020734 0.00437 -0.005398 -0.015524 -0.009409 0.007261 0.013638 -0.047897 -0.00627 0.009891 0.026969 -0.031706 -0.038544 0.000453 0.033376 -0.016694 0.014137 0.005914 0.00276 -0.02398 -0.025746 0.014227 0.026758 0.009716 0.005535 0.005369 -0.006069 -0.009622 0.027559 -0.015129 -0.003701 0.000516 0.02147 0.002892 0.054312 0.002217 -0.017604 -0.004979 0.009432 0.001308 0.009658 -0.008553 0.001075 -0.023592 0.001047 0.001187 0.011737 -0.004952 -0.024591 2.2e-05 0.000427 -0.007171 -0.026884 -0.021628 0.000259 -0.021963 -0.029186 0.016766 0.022382 0.005776 0.022337 -0.018211 0.005504 0.014214 -0.001441 0.038838 -0.000406 0.023685 0.038521 0.0161 2.1e-05 -0.005093 -0.032136 -0.024185 -0.01951 -0.008776 0.007914 -0.025516 -0.0125 -0.000951 -0.000145 0.019065 -0.023656 -0.025978 -0.009393 -0.018393 -0.021622 0.000826 -0.003909 0.004598 -0.007728 0.006299 0.002188 -0.001129 -0.006699 -0.001098 0.016508 0.038418 -0.035639 -0.007919 -0.017 0.01656 0.009482 -0.021532 -0.000802 0.010763 -0.004626 -0.015652 -0.013 -0.002169 -0.022124 0.004647 -0.047955 -0.01003 0.00147 0.013145 0.015071 0.012986 0.004154\nफ 0.008407 -0.003824 -0.040242 0.016063 0.01132 0.004062 0.004684 0.002206 0.001444 -0.020145 0.038241 0.016933 -0.002775 -0.011998 0.022637 0.004714 0.00908 -0.005718 -0.005582 -0.040388 -0.015202 0.005157 0.004585 0.013355 0.010297 0.02101 -0.010378 -0.026526 -0.002564 -0.028584 0.033619 -0.008513 -0.012807 -0.037265 0.002601 0.015043 -0.014414 0.039025 0.01569 0.0185 -0.020245 0.006041 -0.010087 0.004962 -0.031043 -0.004544 0.020977 0.011208 0.019675 -0.014354 0.004134 0.045542 0.040618 -0.020463 0.010931 0.002575 -0.011759 0.015477 -0.00326 0.017345 -0.032636 -0.024553 -0.011214 -0.018582 0.024164 0.012016 0.043198 -0.015289 0.017181 0.008579 -0.030056 -0.005658 0.010517 0.021199 -0.043967 -0.000607 -0.010934 0.028434 -0.022547 -0.018329 0.028276 -0.016384 0.018787 0.005386 -0.008662 -0.03013 -0.002613 -0.015132 -0.032193 -0.008872 -7.7e-05 -0.007717 0.009146 -0.002855 0.025087 -0.002672 -0.002437 -0.030541 -0.011123 0.008342 -0.01776 0.023454 0.007298 -0.023279 0.002914 -0.009324 -0.000495 0.002003 0.029099 -5.6e-05 0.043385 0.034791 0.016503 -0.023373 -0.012647 -0.001144 0.004158 0.013302 0.011123 -0.022473 0.017232 -0.003746 0.014174 0.007754 0.026247 0.021098 -0.004112 -0.01274 0.000102 -0.013096 -0.002787 -0.006516 -0.020423 0.026487 -0.006422 0.008502 -0.019722 0.005025 0.015258 0.032117 -0.006233 -0.003388 0.022472 0.016362 -0.003616 -0.051338 0.038969 0.006656 -0.005972 -0.021247 0.0047 0.010045 0.011958 -0.002774 -0.001979 0.016416 0.008498 -0.028127 -0.004797 -0.015249 -0.032096 0.014842 0.032935 0.013646 -0.011744 0.008076 0.016049 -0.021578 0.010985 0.013103 -0.027399 -0.031585 -0.006141 0.021114 -0.026443 -0.036237 -0.006062 0.00276 -0.015004 0.002129 0.027089 0.002947 -0.000253 0.001982 -0.003355 -0.019191 0.01055 0.010512 -0.031608 0.009414 0.016409 0.006559 -0.025617 -0.019817 -0.006281 0.041914 -0.014331 0.009179 0.006452 0.018819 -0.044309 -0.02129 0.003249 0.016942 0.027316 0.012209 0.004971 0.002547 0.017522 0.028908 -0.006258 -0.003796 -0.016222 0.000251 -0.025854 0.037662 0.015489 -0.016156 0.017709 0.003221 -0.006488 -0.006582 -0.003173 0.013154 -0.007673 -0.007388 -0.004004 0.017556 -0.00784 -0.0456 -0.004358 -0.010546 0.003492 -0.019173 -0.022398 -0.02537 -0.016802 -0.027246 0.017771 0.02149 0.023245 0.027849 -0.028005 0.003615 0.006168 -0.004285 0.024512 0.007432 0.017452 0.055627 0.007449 -0.012549 -0.009981 -0.021956 -0.025512 -0.010164 -0.005268 0.026753 -0.031274 -0.001478 -0.004636 -0.016343 0.017521 -0.014336 -0.011011 -0.014365 -0.018151 -0.015162 0.004188 -0.001617 0.003428 -0.00672 0.002833 0.00699 0.005603 -0.004506 -0.020087 -0.00286 0.017121 -0.012407 0.012073 -0.014269 0.020574 -0.002253 -0.016367 0.004915 0.01358 -0.015591 -0.013614 -0.016197 0.005783 -0.014721 0.01608 -0.032281 -0.004841 0.028493 -0.007001 0.011567 0.001772 0.007137\nಮ 0.030935 -0.007678 -0.011367 -0.001033 -0.00457 0.009251 -0.036182 -0.003962 -0.024375 -0.011334 0.023731 0.019872 -0.011244 -0.028432 -0.000869 -0.019551 0.006101 0.002951 0.013695 -0.030098 0.003118 0.014166 0.014503 -0.014855 -0.003344 0.002638 -0.00129 -0.025002 -0.010059 -0.023496 0.014993 0.006156 -0.024717 -0.021249 0.012157 -0.011925 -0.000974 0.02509 -0.00049 0.004874 -0.009916 -0.004733 0.024957 0.002004 -0.023105 0.007868 0.002764 -0.005994 -0.01093 -0.002607 0.010063 0.019471 0.009767 -0.023596 0.025241 0.000496 -0.020834 0.013415 -0.010777 -0.00621 -0.033001 -0.001694 0.007011 0.002823 0.00674 -0.00081 0.02351 0.008025 0.022738 0.009483 -0.034202 -0.018341 0.000889 0.022559 -0.031833 0.000542 -0.014297 -0.003119 -0.0339 0.009909 -0.009224 -0.005362 0.009278 -0.021156 0.006806 -0.009682 0.006373 -0.005258 -0.00805 0.006538 -0.008469 -0.003349 0.016671 0.001311 0.010237 0.008629 -0.017458 -0.024016 -0.010811 -0.012054 -0.009424 0.019931 0.006952 -0.000404 0.009617 -0.012629 -0.008308 -0.003608 0.028715 -0.009977 0.020456 0.025685 0.017097 -0.0124 0.001114 -0.013604 0.009264 -0.007464 -0.008292 0.011996 0.017389 -0.00686 0.028848 0.022836 0.024241 0.005592 -0.002215 0.012029 0.005188 -0.01681 -0.003653 -0.004272 -0.007074 0.015428 -0.013296 -0.004262 -0.016253 0.00054 0.025026 0.009058 -0.011548 -0.001647 0.00371 -0.003409 -0.032749 -0.019388 0.058738 0.016075 0.009236 -0.020061 -0.010815 0.014886 0.028627 -0.010498 -0.001158 0.020531 0.020387 -0.027342 0.003939 -0.002228 -0.038924 -0.005826 0.005815 0.000193 -0.025506 -0.000754 0.01046 -0.006667 0.010521 -0.007209 -0.014295 0.002132 -0.009684 0.032284 0.008682 -0.020487 0.004445 0.000777 -0.026718 -0.005591 0.001637 -0.011729 0.037432 -0.009535 -0.019267 -0.027556 0.007745 0.00077 0.007657 0.010798 0.043712 0.019588 -0.017583 -0.009836 0.016281 0.024566 -0.006658 0.004631 0.007947 -0.015171 -0.02502 -0.008856 7.6e-05 0.031599 0.007611 0.008591 0.01202 -0.024836 0.000847 0.024497 -0.001208 -0.017088 0.017954 0.010903 0.01216 0.025301 0.01771 -0.014826 0.022862 0.007065 0.009005 0.010265 0.00919 -0.000758 -0.004657 -0.002711 -0.012481 -0.001537 -0.000402 -0.018665 0.004954 -0.006416 0.009703 -0.013656 -0.010893 0.001382 -0.009077 -0.007509 -0.004132 0.007481 -0.001971 -0.005768 -0.010976 0.015418 -0.004959 0.028665 -0.003901 -0.005384 0.00916 0.018273 0.005584 0.010067 -0.002706 -0.001161 -0.004493 0.00172 0.00646 0.004418 -0.018017 -0.000828 -0.008498 -0.01291 0.021545 -0.027122 -0.026446 -0.019252 -0.017881 -0.012182 0.004829 0.011771 0.01253 0.010776 0.002909 0.019753 -0.012194 0.005948 -0.000968 0.01374 0.031476 -0.033233 0.016616 -0.001091 0.010874 -0.008092 -0.000291 -0.018772 0.031179 0.01 0.005749 0.00528 -0.010853 0.000228 0.009356 -0.036287 0.002172 -0.009075 -0.01192 0.015147 0.009276 0.019249\n1 0.023609 0.004548 -0.038989 0.010196 -0.001001 0.036916 0.013162 0.002836 -0.00852 -0.016443 0.024522 0.006912 -0.01221 -0.012295 0.015558 0.00867 0.016461 -0.010604 -0.013824 -0.01955 0.003008 -0.000601 0.013001 0.018053 0.003977 0.028633 0.006408 0.002835 -0.0046 -0.015723 0.019541 -0.01675 -0.011969 -0.032569 0.006634 0.021598 -0.033983 0.022989 0.013505 0.010196 -0.022846 0.020073 0.007718 -0.00094 -0.013641 -0.019004 0.039834 -0.005721 0.009916 0.011154 0.006192 0.044637 0.046909 -0.019703 0.035904 0.001871 -0.007562 0.024552 0.003292 0.020362 -0.02034 -0.015898 -0.001623 -0.010123 0.006931 0.018422 0.021679 -0.015341 0.024608 0.019365 -0.038677 -0.004594 0.017582 0.00616 -0.044636 0.000339 -0.016696 0.015913 -0.023047 0.001973 0.016126 0.012644 0.003902 0.02328 -0.00936 -0.040323 0.007331 0.015446 -0.020622 0.00099 0.013668 0.015678 0.008314 -0.014372 0.019731 0.009818 0.008432 -0.028018 0.005259 -0.007091 -0.001466 -0.011287 0.001403 -0.015062 0.01597 -0.005467 -0.006413 -0.002694 0.014603 0.006672 0.031966 0.013443 0.024413 -0.009792 0.006735 0.006054 0.001356 -0.003678 -0.001798 -0.025459 0.021369 -1.6e-05 0.031216 0.002531 0.024725 0.004946 -0.001843 -0.001998 -0.004934 0.011139 -0.008162 0.005821 0.00355 0.029875 -0.007015 0.021985 -0.019069 0.008035 -0.001738 0.046674 0.009209 -0.009821 0.009268 0.023837 -0.011744 -0.038696 0.0317 0.009513 0.007614 -0.037225 0.014902 0.007509 0.028898 0.022521 0.008736 0.018372 0.007319 -0.026462 0.007108 -0.008765 -0.02339 0.010225 0.037753 0.017348 -0.007603 -3e-06 0.024506 0.001534 0.01885 0.012793 -0.012885 -0.008067 -0.012277 0.030113 -0.009837 -0.006848 -0.009116 -0.010399 -0.02583 -0.005535 0.037202 -0.003201 0.012358 -0.003456 -0.01087 0.004166 -0.005149 0.021346 -0.037473 0.008206 0.013936 0.017043 -0.032217 -0.020442 0.004735 0.033209 -0.004443 0.007319 0.009091 0.015033 -0.034366 -0.016171 0.023272 0.017777 0.026002 0.003332 0.005703 -0.001175 0.007718 0.022867 -0.014215 -0.001399 -0.016219 0.029583 -0.002079 0.056901 -0.000415 -0.020029 0.005951 0.008449 0.003891 0.024856 -0.020745 0.004423 -0.015699 0.003545 0.020958 0.011698 0.00738 -0.013303 0.0102 0.012059 -0.006036 -0.017478 -0.024046 0.005907 -0.000336 -0.025251 0.024238 0.014233 0.015991 0.018999 -0.017552 0.019805 -0.00287 -0.002912 0.028768 -0.012489 0.031056 0.043057 0.014513 0.0121 -0.001035 -0.03289 -0.030604 -0.001841 0.004346 0.006119 -0.013843 -0.009342 0.018527 0.000456 0.02015 -0.020394 -0.010734 -0.013204 -0.025003 -0.001142 0.00279 0.013779 0.014395 -0.010273 -0.008041 -0.002971 0.009306 -0.001305 -0.00234 0.01417 0.031781 -0.024672 0.001256 -0.014788 0.011123 0.013984 -0.008035 -0.006175 0.021522 -0.011655 -0.008452 -0.010513 0.00886 -0.027161 -0.00576 -0.041484 -0.01294 0.018947 0.017752 -0.003542 0.024922 0.008094\nư 0.043138 -0.007849 -0.053884 0.03542 0.027612 0.026708 0.028577 -0.026055 -0.032019 -0.025873 0.0458 -0.035965 -0.016291 0.013804 0.005018 0.000237 0.015316 -0.038427 -0.010402 -0.024177 -0.02548 0.010537 0.006629 0.019337 -0.022626 0.022712 0.000305 0.005849 0.025156 -0.017343 0.019318 -0.028979 0.021079 -0.008626 0.022921 0.004267 -0.041402 0.014181 0.002332 0.038388 -0.015625 0.015933 -0.033053 -0.005514 -0.029623 -0.055001 0.048093 -0.011002 0.009149 0.034086 0.016563 0.050322 0.043538 -0.039257 0.060014 0.003414 -0.023488 0.031884 -0.013048 0.005745 -0.022242 -0.040497 -0.014615 0.003788 0.01073 0.007549 0.048084 -0.02356 0.037156 0.00977 -0.044451 -0.017038 0.037498 0.027086 -0.045708 0.035316 0.001168 0.035956 -0.02339 -0.014414 0.015301 -0.003564 0.012142 0.037131 -0.030103 -0.051092 -0.013181 -0.018389 -0.007438 -0.030717 0.005657 0.03408 -0.017107 -0.01756 -0.005314 -0.013888 -0.011757 -0.019158 -0.010198 -0.023013 -0.013496 0.029224 -0.000378 -0.012399 0.030535 -0.008874 -0.008189 -0.016469 0.057471 0.006092 0.020984 0.021388 -0.008221 -0.017855 0.022361 0.003281 -0.011748 -0.002816 -0.005379 -0.047176 0.001973 -0.008588 0.051267 0.02446 0.030257 0.015767 -0.019464 -0.013121 -0.012931 -0.006432 -0.007117 -0.001126 -0.02768 0.01656 -0.013412 0.01617 -0.039829 0.029083 0.016218 0.041364 -0.022106 0.00485 0.038418 0.031243 -0.028505 -0.032314 0.048666 -0.01176 -0.014456 -0.040242 -0.011385 -0.000739 0.02329 0.028459 -0.006523 0.015142 0.007636 -0.010644 -0.008756 -0.035102 -0.001466 0.009298 0.014367 -0.000402 -0.029252 -0.011702 0.022701 -0.027705 0.012601 0.025169 -0.040281 -0.031663 -0.014286 0.018339 -0.045135 -0.008539 0.019221 0.0093 -0.010241 -0.037115 0.045957 0.013208 -0.003549 -0.005009 -0.010675 0.003834 0.006466 0.015139 -0.060379 -0.030451 0.011055 0.026496 -0.036467 -0.022645 -0.035522 0.034733 0.004056 0.006249 0.009622 -0.004727 -0.058104 -0.038403 0.006459 0.031947 0.034957 0.000861 0.009407 -0.012786 -0.010641 0.028062 -0.047051 0.009309 0.003525 0.009244 0.015139 0.045955 0.022371 -0.025283 0.011596 0.026415 0.035945 0.018135 0.009243 -0.026786 -0.015047 -0.016879 0.026591 0.001916 -0.002064 -0.004442 0.001991 -0.024483 -0.027901 -0.048312 -0.041852 0.022808 -0.008468 -0.054056 0.032563 0.011002 -0.00559 0.053404 -0.015155 0.017054 0.000876 -0.019904 0.040738 0.00594 0.028401 0.063666 0.006498 0.014793 0.009898 -0.056988 -0.021663 -0.008618 -0.005348 0.034971 -0.013333 -0.044232 0.014498 0.009853 -0.00155 -0.042168 -0.039462 -0.038315 -0.020445 -0.008528 -0.011585 0.006066 0.001658 -0.014574 0.003111 -0.003652 0.033843 -0.013492 0.011594 0.045413 0.0378 -0.050135 0.002578 -0.010723 0.002152 0.020096 -0.041235 0.012253 -0.005484 -0.006611 -0.047232 0.00012 0.017591 -0.038119 0.023004 -0.049715 -0.013753 0.017243 0.009458 -0.003417 0.049274 -0.022283\nʲ 0.006713 0.010981 -0.01694 0.001411 0.015364 0.037281 0.028378 -0.002585 -0.02674 -0.029317 0.050706 0.024333 -0.021271 -0.01294 0.054734 -0.02357 0.004801 -0.024724 0.012064 -0.039411 -0.006784 -0.017111 -0.038832 0.007448 0.004011 0.001872 -0.023784 0.000274 -0.007479 -0.047844 0.035486 -0.033197 -0.025741 -0.023801 -0.006302 0.022966 -0.024098 0.048478 0.014595 -0.00403 -0.042772 0.037768 0.014543 0.026457 -0.007136 -0.008885 0.028565 0.007347 -0.004419 0.003721 0.008113 0.062869 0.020323 -0.038844 0.04896 0.010586 0.001075 0.03413 -0.008534 0.032374 -0.048755 -0.032079 -0.024364 0.00631 0.006272 0.035533 0.060821 -0.043624 0.022976 0.045099 -0.048365 -0.017678 -0.001548 0.026075 -0.032641 -0.008457 -0.008404 0.008063 -0.022346 -0.006726 0.027724 -0.009653 -0.026633 0.026569 -0.024022 -0.078129 0.024033 0.000192 -0.003787 0.020469 0.002403 0.016146 0.008826 0.002736 0.013279 -0.036159 0.014601 -0.049276 -0.042295 -0.01657 -0.047003 -0.010933 -0.006917 -0.030701 0.022089 0.003306 -0.013377 0.011504 0.006623 -0.000701 0.068167 0.005372 0.024712 0.016599 0.024362 -0.002827 -0.040058 -0.011078 -0.03832 -0.025686 0.033907 -0.005124 0.026033 0.021425 0.018889 -0.018359 0.014122 0.016441 -0.015431 -0.004649 0.013331 0.028273 -0.003369 0.033984 -0.010902 0.007516 -0.029937 0.034162 0.008113 0.046384 -0.002459 -0.003185 0.013385 0.009495 -0.018642 -0.062182 0.052633 -0.017018 0.020865 -0.05251 0.037983 0.008568 0.040844 0.042298 0.010079 0.004361 -0.01537 -0.036046 0.025801 -0.011261 -0.034425 0.019717 0.039307 -0.014814 -0.019583 -0.0232 0.030121 -0.026497 0.01025 0.066308 -0.026908 -0.026029 -0.007198 0.011848 0.011726 -0.02084 0.003422 -0.017654 -0.058658 0.003163 0.045978 -0.002241 0.011963 7.1e-05 -0.039779 -0.041156 -0.000969 0.019998 -0.0235 0.013515 0.011518 0.034815 -0.030395 -0.042733 -0.002439 0.040317 -0.036958 0.022558 0.004854 -0.013838 -0.041276 -0.020715 0.027697 0.03212 0.01943 -0.007123 -0.001959 -0.042205 -0.014601 0.019297 -0.022879 -0.003098 -0.009062 0.040194 0.006008 0.025272 0.001321 -0.009137 0.010576 -0.002291 -0.022925 -0.015813 0.021038 0.013448 -0.034094 0.012327 -0.009255 0.006274 0.01849 -0.003499 -0.016816 0.008824 0.002197 -0.057855 -0.029394 0.014978 -0.01831 -0.010501 0.006864 0.014609 0.015578 0.032022 -0.015017 0.024149 -0.007214 -0.030515 0.029954 0.028548 0.045053 0.051211 0.008991 0.012316 -0.034349 -0.033636 -0.026747 -0.012984 -0.022318 0.009476 -0.034897 0.010901 0.008965 -0.009354 0.016353 -0.025846 -0.008612 -0.017287 -0.048592 0.015623 -0.003305 0.002101 -1.8e-05 -0.006935 0.028012 0.000651 0.033554 -0.001026 0.024288 0.019319 0.025344 -0.051015 0.002102 0.003428 0.018175 0.024982 0.021727 -0.013927 0.019168 -0.008984 -0.021858 -0.019384 0.006168 -0.028126 0.007658 -0.050286 -0.034769 0.010793 0.003805 -0.006423 -0.001843 -0.043575\nص 0.025122 0.004743 -0.039702 0.016026 0.007881 0.029464 0.003816 -0.004925 -0.016255 -0.028072 0.030933 0.008627 -0.007322 -0.01588 0.023781 -0.003575 0.007837 -0.019351 -0.010869 -0.034778 -0.01581 0.003202 0.003238 0.009312 0.005894 0.015966 -0.005327 -0.010182 -0.009742 -0.024772 0.01964 -0.027769 -0.01149 -0.035305 0.007317 0.011477 -0.032314 0.031784 0.007032 0.013527 -0.024979 0.009048 0.002276 0.002556 -0.021778 -0.021382 0.027216 -0.001956 -0.002482 0.012745 0.005605 0.042811 0.028802 -0.022647 0.035604 0.003385 -0.003657 0.019825 -0.011548 0.021702 -0.030232 -0.0196 -0.010156 -0.010711 0.014044 0.022421 0.034197 -0.011837 0.030004 0.014445 -0.046794 -0.009331 0.018926 0.013199 -0.038778 0.002112 -0.026568 0.022186 -0.029116 -0.014572 0.010869 -0.002234 0.003733 0.011971 -0.016725 -0.043263 0.003112 -3.3e-05 -0.012248 -0.000166 -0.004875 0.017401 0.007171 -0.007371 0.015521 -0.003564 -0.000613 -0.032793 -0.001079 -0.009067 -0.015919 0.002334 0.001479 -0.028271 0.011796 -0.00796 -0.013894 0.009643 0.027822 -0.006396 0.037283 0.014152 0.018661 -0.015184 0.00576 0.000534 -0.007734 -6.1e-05 -0.015512 -0.038565 0.021191 -8.3e-05 0.031237 0.016832 0.025732 0.011035 -0.009326 -0.007427 -0.007408 -0.009733 -0.009729 -0.003369 -0.010455 0.022689 -0.016973 0.013427 -0.030856 0.005813 0.010676 0.039236 0.001965 -0.007102 0.008083 0.021398 -0.025992 -0.040769 0.039438 0.007735 0.001414 -0.039679 0.006895 0.007893 0.026039 0.024131 -0.000659 0.005012 0.001861 -0.023394 0.011769 -0.019541 -0.019407 0.011621 0.017954 0.010801 -0.014544 -0.019312 0.014052 -0.020464 0.017178 0.013157 -0.024292 -0.015384 -0.008883 0.034326 -0.013668 -0.021293 -0.009129 -0.011163 -0.035244 -0.014603 0.032978 -0.006369 0.008333 -0.011037 -0.003092 -0.018641 0.001011 0.01654 -0.042395 0.000499 0.012698 0.021301 -0.032106 -0.028145 0.001717 0.035198 -0.024126 0.010697 0.004959 0.001791 -0.026621 -0.030037 0.018305 0.020684 0.012929 0.012436 0.010257 -0.006649 -0.010939 0.031524 -0.019421 -0.005353 -0.011295 0.017592 0.000365 0.059867 0.00799 -0.018799 0.009147 -0.003958 -0.004568 0.008789 -0.001625 0.002419 -0.021429 -0.001975 -0.001221 0.013146 -0.002913 -0.019758 -0.000185 -0.00404 -0.006178 -0.018935 -0.02951 -0.002943 -0.012573 -0.026193 0.018417 0.019609 0.00641 0.016655 -0.022013 0.008845 0.005594 -0.003285 0.026166 -0.00381 0.033034 0.044388 0.01938 0.003334 -0.002837 -0.029223 -0.02912 -0.020035 -0.00145 0.016928 -0.024221 -0.006249 0.008307 -0.013638 0.02903 -0.023033 -0.02351 -0.018056 -0.03301 -0.009762 0.005512 0.001411 0.012672 -0.001097 0.011031 -0.001636 0.009085 -0.001189 0.000425 0.017029 0.037901 -0.040078 -0.002141 -0.015578 0.015162 0.01176 -0.020956 -0.001697 0.019325 -0.009665 -0.016545 -0.01699 0.007476 -0.031422 0.006914 -0.050947 -0.009521 0.006168 0.009359 0.005484 0.015046 -0.000544\nሽ 0.003935 0.016162 -0.032098 0.013845 0.043166 0.011505 -0.01685 0.000509 -0.03348 -0.015631 0.041785 -0.013115 -0.002394 -0.032489 0.035108 -0.01931 -0.013024 -0.008635 0.001653 -0.028906 -0.054278 0.044594 0.006878 0.049283 0.034642 -0.036792 -0.027901 -0.044244 0.005763 -0.018276 0.048482 -0.018544 0.008448 0.013812 0.027363 0.03704 -0.013183 0.022856 -0.011189 -0.01225 -0.027328 0.028336 -0.012753 -0.013059 -0.035545 -0.014162 -0.000438 0.030315 0.031843 0.008791 0.030439 -0.000677 0.005335 -0.017366 0.023003 -0.017039 -0.022479 -0.018909 0.038307 -0.008636 -0.021194 -0.011681 -0.016452 -0.033652 0.001453 0.035035 0.027689 -0.034783 0.036876 -0.004717 -0.065101 -0.018048 0.021577 0.030544 -0.019612 -0.034782 -0.0061 0.020382 -0.015361 -0.011953 -0.009372 -0.019197 0.007999 -0.020035 -0.030177 -0.01449 -0.004193 -0.005028 -0.018161 -0.019138 0.019093 0.059881 -0.034596 0.02419 -0.004832 0.005987 -0.010491 -0.016803 -0.00863 0.020176 -0.008122 -0.019162 0.016566 0.005233 0.046707 0.032207 -0.016811 0.004637 0.068168 -0.033835 0.035604 0.031772 0.02798 -0.019368 0.00156 -0.037655 0.03397 0.00607 -0.020351 -0.040558 0.013472 0.014654 -0.005683 0.013447 0.027079 0.020647 -0.032808 -0.021354 0.033033 -0.047758 0.044858 0.004738 -0.02714 0.022369 -0.029088 0.014655 -0.007428 0.036255 0.033175 0.018738 0.003472 0.020099 0.041173 0.012815 -0.032157 -0.021816 0.029328 0.064476 -0.001467 -0.037096 -0.006872 0.012351 0.020087 0.006451 -0.004046 -0.019291 0.020956 -0.051838 0.01328 0.009853 -0.036889 0.041618 0.016754 0.02927 -0.001371 0.019338 0.026481 -0.016125 0.004491 -0.015566 -0.000759 -0.015814 0.013176 0.036019 -0.014551 -0.003031 0.005512 -0.025839 -0.013392 0.008882 0.020807 -0.039427 0.001484 -0.016624 0.026515 -0.020879 -0.025239 0.025175 -0.01163 -0.001707 -0.001925 0.042694 -0.044872 -0.024554 0.014086 0.022631 -0.004105 0.04844 0.046517 -0.017398 -0.03939 -0.031438 -0.014632 0.005825 0.035686 -0.000948 -0.025398 -0.037279 0.036244 0.05689 -0.007009 -0.005515 0.005178 -0.00478 0.027712 0.017987 0.020524 -0.012327 0.001784 -0.017109 -0.030051 -0.01654 -0.04321 0.009955 0.015285 -0.016455 -0.015287 0.017549 -0.011733 -0.042674 -0.023266 0.028145 0.023793 -0.037863 -0.008238 -0.025812 -0.020007 -0.069086 0.042969 -0.020268 0.003251 0.022211 -0.026986 0.017593 -0.025912 0.015615 -0.017686 -0.010375 -0.00672 -0.015892 -0.003791 -0.015044 0.007383 -0.037241 0.009272 -0.018195 -0.000293 0.025024 -0.043795 -0.001782 -0.019707 0.032611 0.018249 -0.005271 -0.036102 0.018069 -0.016791 0.010027 -0.015506 0.003841 -0.005603 -0.005492 0.038688 0.038719 -0.011266 -0.024241 0.005313 -0.019867 0.022119 -0.021483 -0.005308 -0.022664 -0.019436 -0.01246 0.035851 -0.005226 -0.038437 -0.027314 -0.035778 0.005971 0.010398 -0.041976 -0.010274 -0.062267 -0.00831 -0.01954 -0.023639 0.0235 0.001778 -0.044623\nী 0.022158 0.00176 -0.043329 0.011393 -0.000399 0.023217 7.4e-05 -0.005282 -0.01522 -0.021564 0.034527 0.00849 -0.0042 -0.012255 0.032531 -0.002395 0.002376 -0.017448 -0.002398 -0.037956 -0.010526 -0.001216 0.004606 0.013495 0.004561 0.015977 -0.008185 -0.009746 -0.019821 -0.032475 0.013241 -0.024059 -0.013101 -0.033066 0.010068 0.013727 -0.035076 0.039817 0.001825 0.020544 -0.021939 0.010684 -0.004529 -0.006956 -0.038477 -0.016516 0.019169 -0.000373 0.000796 0.013301 0.000689 0.036692 0.023978 -0.030263 0.029709 0.008615 -0.006595 0.019626 -0.005606 0.030004 -0.030342 -0.014644 -0.001823 -0.013612 0.007462 0.016341 0.029679 -0.00359 0.026544 0.01299 -0.037248 0.006174 0.008311 0.026534 -0.027963 0.004139 -0.026643 0.028559 -0.029851 -0.018046 0.006284 0.002683 -0.004627 0.001812 -0.017567 -0.036225 -0.001662 -0.001708 -0.015354 -0.007218 -0.007782 0.025873 0.014545 -0.010371 0.020868 -0.000274 -0.006946 -0.024404 -0.00094 0.005545 -0.020558 0.00027 -0.005693 -0.020253 0.008795 0.006467 -0.009834 0.006763 0.033738 0.000586 0.039241 0.023949 0.021766 -0.023849 0.009615 -0.009295 -0.005987 -0.013682 -0.022671 -0.032972 0.032122 0.005532 0.026555 0.020545 0.030413 0.010807 -0.005502 -0.011809 -0.004545 -0.013959 -0.010467 0.007562 -0.019505 0.027652 -0.013368 0.010579 -0.024866 0.002778 0.009431 0.043931 0.002534 -0.015535 0.004137 0.017899 -0.039007 -0.045087 0.042496 0.021538 0.000982 -0.034161 0.001803 0.012396 0.025438 0.012117 -0.001632 -0.00256 0.014433 -0.017759 0.019499 -0.013732 -0.022069 0.015851 0.022603 0.016312 -0.015008 -0.019163 0.01794 -0.013702 0.011001 0.007002 -0.025152 -0.007211 -0.01138 0.030504 -0.021586 -0.019676 -0.006243 -0.002898 -0.038421 -0.020134 0.022695 -0.016395 0.01505 -0.010698 -0.00871 -0.013498 0.00599 0.0225 -0.036515 0.009856 0.012417 0.025516 -0.036011 -0.032128 0.005362 0.023347 -0.004799 0.010999 0.00235 -0.006987 -0.040079 -0.041543 0.011889 0.022997 0.013065 0.00977 0.01831 -0.00384 0.002264 0.025113 -0.017388 0.000655 -0.011979 0.004775 0.002061 0.047066 0.005434 -0.022809 0.007537 0.003591 -0.003617 0.006238 0.003636 0.011086 -0.016265 -0.008599 0.006834 0.020297 -0.006264 -0.010185 0.002337 -1.4e-05 -0.006056 -0.035404 -0.030801 -0.008565 -0.008419 -0.031625 0.014831 0.009114 0.011878 0.024221 -0.018517 0.010333 -0.004589 -0.002431 0.026791 -0.007869 0.021781 0.045755 0.006754 -0.006257 0.008387 -0.026073 -0.021815 -0.017407 -0.016992 0.015495 -0.021856 -0.001077 0.002687 -0.011833 0.019785 -0.029175 -0.023072 -0.011612 -0.018791 -0.021223 0.001201 0.001917 0.012848 0.00575 0.014493 0.006937 0.009933 -0.000753 -0.00506 0.006238 0.0431 -0.037882 -0.003698 -0.012376 0.009142 0.007133 -0.014859 -0.003561 0.019429 -0.008196 -0.018096 -0.01038 0.007128 -0.030856 0.011891 -0.055202 -0.00415 0.004208 0.01105 0.02071 0.013563 -0.004759\nૂ 0.019868 0.012666 -0.053578 -0.053485 0.007509 0.033964 -0.02686 -0.030806 -0.016205 -0.036205 0.033006 0.028585 -0.026722 -0.028581 -0.002385 -0.011396 0.011211 -0.009901 -0.041197 -0.024205 -0.003969 0.001845 0.018955 0.012639 0.027145 0.024033 -0.024841 -0.033966 -0.022062 -0.038006 0.014281 -0.009277 0.0055 -0.037451 -0.01087 0.014749 -0.013646 0.012395 -0.002637 0.007513 -0.035728 -0.01854 0.012917 0.010752 -0.025264 -0.021143 0.049367 0.012802 -0.03283 -0.023156 -0.004918 0.021434 -0.025686 0.018186 0.031585 0.025591 0.028573 -0.005171 0.01494 -0.000612 -0.019642 -0.013693 -0.003454 0.016726 0.049664 0.050767 0.02749 0.024082 0.012985 0.024533 -0.040706 -0.008371 0.027569 0.029518 -0.005821 -0.012066 -0.000731 0.012262 -0.037495 0.0072 -0.004259 -0.010907 0.002588 0.02218 -0.006821 0.025327 0.010269 -0.034549 0.027005 0.026868 -0.019038 0.007868 0.02534 0.004443 0.033618 0.013417 -0.02315 -0.037121 0.019269 -0.011951 -0.010529 0.02363 0.02112 -0.031271 -0.024836 -0.020413 -0.028785 0.011608 0.032034 -0.02859 0.010865 0.005453 0.034365 -0.013824 0.002192 -0.006251 -0.005579 0.002995 -0.018799 -0.009742 0.023377 0.032509 0.006653 0.018131 0.008912 -0.008934 -0.001354 -0.002807 0.038821 -0.027096 -0.019032 0.00436 0.022164 0.014654 -0.014417 -0.007227 -0.033673 -0.003343 0.01148 0.039455 0.029443 -0.014123 -0.005333 -0.00494 -0.008727 -0.021078 0.009053 0.028235 0.006873 0.008509 -0.014018 0.012568 0.015897 0.004842 0.011668 0.037669 -0.008638 -0.022943 0.022458 0.017036 -0.031119 -0.01556 -0.006131 0.009366 0.013881 -0.002619 -0.010768 -0.007434 0.059634 0.030083 0.001768 0.009005 0.020573 0.011612 0.006638 -0.010312 -0.030932 0.016148 -0.027153 0.005413 -0.004289 -0.025712 -0.000135 -0.054379 0.014931 -0.006609 0.011765 0.014222 0.009355 0.018952 0.045497 0.022767 0.006482 -0.023714 -0.002715 0.015457 -0.036727 -0.000586 0.031359 -0.013503 -0.017235 0.014281 0.002696 0.0144 0.002135 0.001996 0.006545 -0.004529 -0.037551 0.033765 0.009245 -0.008968 0.021601 0.0201 0.019666 0.028847 0.015898 0.01591 0.057109 -0.008272 0.010468 0.000845 0.005819 -0.012312 -0.036869 -0.012586 0.003828 -0.018672 -0.047789 -0.01345 0.009236 0.002155 0.003779 0.008858 -0.00929 -0.03118 -0.015276 -0.034453 0.016246 0.009861 0.012773 -0.017744 -0.012426 0.021761 0.000675 0.023999 -0.002232 -0.008108 0.057153 0.015978 0.002096 0.004443 -0.010177 -0.010895 -0.007714 -0.010582 -0.006705 0.035968 -0.025218 -0.002739 0.006375 -0.016356 0.008033 -0.03726 -0.007672 -0.020462 -0.002937 -0.004326 -0.003807 0.004091 -0.021874 0.031027 0.03834 -0.009463 0.02584 -0.023517 0.026457 -0.00952 0.02295 -0.050045 0.031906 -0.030565 0.020494 0.022829 0.001692 0.014967 0.042581 -0.00287 0.015741 0.017018 -0.033056 -0.021907 0.038988 -0.03488 -0.008641 0.013519 0.009537 -0.003921 -0.004601 0.028902\nщ 0.03565 0.00699 -0.049282 0.027387 0.018534 0.032915 0.007942 -0.001226 -0.014965 -0.028778 0.038636 0.01093 -0.010685 -0.029669 0.037797 -0.013787 0.005827 -0.025347 -0.013883 -0.045179 -0.012025 -0.000829 0.00709 0.014672 0.008268 0.021447 -0.011131 -0.012112 -0.016321 -0.022909 0.021152 -0.03881 -0.016638 -0.0416 0.012658 0.015947 -0.04579 0.039693 0.007302 0.019544 -0.031166 0.014801 0.001149 0.003251 -0.027967 -0.027189 0.038028 0.001423 -0.003713 0.017967 0.012988 0.053493 0.03326 -0.037222 0.043189 0.011626 -0.000665 0.022801 -0.00733 0.024831 -0.030912 -0.028891 -0.007084 -0.01929 0.011774 0.0203 0.03383 -0.016184 0.026134 0.014112 -0.053135 -0.007188 0.022332 0.01661 -0.053659 0.002429 -0.03729 0.030926 -0.023819 -0.012617 0.016464 -0.002453 -0.000463 0.02661 -0.023856 -0.052712 0.006468 0.003558 -0.024446 -0.003999 -0.005105 0.029093 0.002448 -0.019536 0.015982 -0.006399 0.004509 -0.035807 -0.003201 -0.004046 -0.014613 -0.004134 -0.002453 -0.030231 0.019899 0.003666 -0.012859 0.009247 0.039196 -0.000557 0.048395 0.022618 0.022178 -0.008566 0.011619 0.007654 -0.014506 -0.000847 -0.012077 -0.042962 0.020066 0.00636 0.041252 0.027914 0.030739 0.007008 -0.004618 -0.023662 -0.009439 -0.019306 -0.017334 -0.005112 -0.016659 0.027062 -0.024891 0.015767 -0.022094 0.009005 0.007286 0.041906 -0.007127 -0.017629 0.01297 0.031402 -0.037983 -0.051212 0.040212 0.005831 0.003103 -0.040206 0.001843 0.006507 0.030044 0.026608 -0.007501 0.000668 -0.003826 -0.022553 0.018237 -0.019279 -0.020827 0.019544 0.017629 0.018204 -0.020067 -0.007958 0.02371 -0.023232 0.016166 0.024287 -0.026924 -0.025833 -0.008621 0.036275 -0.01446 -0.029837 -0.006758 -0.003619 -0.03976 -0.028565 0.035315 -0.010009 0.002632 -0.006551 -0.010478 -0.015188 0.002444 0.017238 -0.063849 0.005424 0.020582 0.025822 -0.030897 -0.040823 0.00982 0.039061 -0.013645 0.014937 0.005805 0.007904 -0.045581 -0.040217 0.013876 0.02755 0.01702 0.015727 0.010654 -0.013322 0.000883 0.037034 -0.024387 -0.007051 -0.006033 0.02198 -0.003447 0.070644 0.002578 -0.026305 0.003591 -0.007997 -0.007651 0.012675 -0.009034 0.005638 -0.017284 -0.002017 -0.003326 0.021333 -0.009778 -0.024163 -0.007949 -0.000181 -0.004599 -0.030069 -0.04009 -0.001957 -0.002902 -0.038796 0.030373 0.027683 0.008851 0.024876 -0.021881 0.014653 0.009314 -0.014053 0.050102 -0.004236 0.042262 0.051788 0.029162 0.002712 0.00823 -0.045072 -0.047096 -0.019528 -0.003746 0.023564 -0.026359 -0.012922 0.002168 -0.005195 0.027766 -0.028455 -0.028332 -0.018959 -0.029821 -0.022728 0.007784 0.00244 0.012938 -0.007059 0.006443 -0.005239 0.012614 0.007644 0.005387 0.009996 0.037513 -0.050368 -0.002287 -0.021222 0.016029 0.014482 -0.020759 0.001957 0.013501 -0.012982 -0.020297 -0.020024 0.009575 -0.041745 0.005864 -0.064382 -0.011792 0.013742 0.012597 0.01791 0.020946 -0.000448\nś 0.029463 0.000869 -0.046803 0.025909 0.011519 0.035648 0.006599 0.002494 -0.018668 -0.027485 0.039355 0.008595 -0.005648 -0.023137 0.028963 -0.0082 0.001338 -0.023438 -0.00988 -0.034082 -0.015911 0.000534 -0.001867 0.018594 -0.002437 0.020399 -0.012226 -0.005858 -0.011827 -0.021891 0.026081 -0.030614 -0.014854 -0.032963 0.012825 0.01651 -0.052827 0.034495 0.003499 0.008634 -0.02879 0.013732 -0.000202 -0.00227 -0.027075 -0.024564 0.031699 -0.003273 0.002163 0.023954 0.015838 0.052821 0.027699 -0.037927 0.03927 0.010049 0.001301 0.027029 -0.018523 0.026558 -0.022979 -0.026419 -0.017027 -0.024604 0.012019 0.020515 0.025763 -0.02837 0.026442 0.012501 -0.041214 -0.012848 0.024888 0.011928 -0.057199 0.007855 -0.034357 0.027349 -0.016136 -0.016004 0.022991 -0.006735 -0.001885 0.02469 -0.02048 -0.047647 -0.001867 -0.004172 -0.018763 -0.002602 -0.003705 0.02855 0.002075 -0.005799 0.012701 -0.007639 0.003515 -0.042965 -0.002717 0.000779 -0.011439 -0.003904 -0.009974 -0.016566 0.013893 -0.003131 -0.01321 0.001886 0.030201 -0.00328 0.041569 0.026182 0.021364 -0.016913 0.011143 0.004923 -0.003136 -0.0017 -0.011278 -0.033143 0.02077 -0.005842 0.04366 0.018994 0.032942 0.011703 -0.00812 -0.020537 -0.008901 -0.016195 -0.016285 -0.006629 -0.008259 0.02614 -0.024906 0.015673 -0.019415 0.006387 0.006326 0.046154 -0.012822 -0.015074 0.00951 0.026377 -0.035483 -0.046468 0.050126 0.003481 0.00153 -0.044252 0.004249 0.003068 0.032596 0.03243 -0.001275 0.005449 0.001676 -0.029995 0.00782 -0.022107 -0.01399 0.022408 0.016445 0.023796 -0.011852 -0.008847 0.027193 -0.016459 0.016084 0.019856 -0.02754 -0.025262 -0.011295 0.031718 -0.026272 -0.032872 -0.007697 -0.002845 -0.03621 -0.026574 0.033938 -0.008458 0.00162 -0.002009 -0.003886 -0.016335 0.000383 0.017639 -0.060374 -0.000608 0.015238 0.02951 -0.029777 -0.041404 -6.2e-05 0.034465 -0.011416 0.016229 0.014514 0.003073 -0.039862 -0.029541 0.012392 0.023368 0.014198 0.020511 0.000125 -0.013183 -0.004631 0.031631 -0.022881 -0.006897 -0.008773 0.021717 0.00327 0.0674 -0.002866 -0.031686 -0.000264 0.004002 -0.005818 0.010831 -0.013635 0.004668 -0.019571 -0.010309 0.003122 0.014397 -0.006663 -0.021653 -0.006251 0.003642 -0.008747 -0.027333 -0.031498 -0.0055 -0.012193 -0.033247 0.020931 0.024152 0.012316 0.02443 -0.020959 0.008341 -0.00155 -0.001383 0.037885 -0.003165 0.032616 0.046653 0.028528 0.005024 0.001444 -0.037049 -0.032313 -0.013223 -0.005453 0.013412 -0.030381 -0.023426 0.00094 -0.007293 0.024496 -0.022695 -0.01722 -0.017122 -0.023341 -0.023834 0.006787 -0.002201 0.015503 -0.004265 0.000276 0.004963 0.013061 0.002196 -0.003669 0.018797 0.028991 -0.043572 -0.003631 -0.017727 0.008346 0.008217 -0.023329 -0.003558 0.012606 -0.000647 -0.022074 -0.013962 -0.005546 -0.031537 0.009426 -0.058031 -0.016446 0.008094 0.017819 0.020076 0.01203 0.007645\nɝ 0.044166 -0.011459 -0.076029 0.03673 0.01579 0.06072 0.025107 -0.007952 -0.009522 -0.034754 0.043016 -0.006 -0.00559 -0.031868 0.023195 0.023043 0.027218 -0.042634 -0.005544 -0.05049 -0.037132 -0.001479 0.020735 0.029258 0.005342 0.020616 -0.004706 -0.00744 -0.035738 -0.027578 0.038881 -0.034082 -0.041466 -0.046252 0.01023 0.005993 -0.045682 0.055954 0.010373 0.029073 -0.032522 0.020004 -0.004397 0.007218 -0.034704 -0.046411 0.044383 -0.004141 0.011098 0.026094 0.009242 0.082247 0.050963 -0.033348 0.063237 0.013747 0.015116 0.032702 -0.012583 0.041384 -0.030749 -0.016236 -0.026697 -0.031013 0.018798 0.020563 0.044753 -0.020236 0.04829 0.003791 -0.055735 -0.000479 0.029122 0.010361 -0.059548 0.005956 -0.03487 0.03443 -0.048614 -0.012156 0.024073 0.000244 -0.00255 0.015411 -0.034639 -0.069716 0.015146 -0.024408 -0.016698 0.00633 -0.029904 0.020035 0.00462 -0.03458 0.021405 -0.004435 -0.011956 -0.047801 -0.014961 -0.01425 -0.035745 0.008334 -0.020538 -0.036521 0.005483 -0.007138 -0.010892 0.003717 0.037578 -0.003233 0.061675 0.032315 0.03456 -0.017056 0.024507 -0.009666 -0.023349 0.016221 -0.002274 -0.051625 0.042014 -0.000356 0.064868 0.01091 0.040195 0.021476 -0.016712 -0.024596 -0.02725 -0.019507 -0.014883 0.008936 -0.031944 0.044481 -0.019069 0.031517 -0.041683 0.00479 0.004685 0.076756 -0.012621 -0.008738 0.015211 0.035644 -0.051565 -0.045868 0.056414 -0.000183 -0.012105 -0.067467 0.012598 0.013999 0.042082 0.000839 -0.005259 -0.009597 0.007783 -0.006297 0.017207 -0.016686 0.000832 0.013194 0.036899 0.020208 -0.011016 -0.012263 0.030156 -0.015837 0.012699 0.043155 -0.05071 -0.021458 -0.016978 0.035803 -0.024994 -0.029392 -0.022849 -0.03563 -0.041557 -0.016312 0.050696 -0.010925 0.013726 -0.012363 0.002136 -0.00309 0.013646 0.014793 -0.085362 0.010702 0.02688 0.026196 -0.038875 -0.052066 0.001324 0.056808 -0.016071 0.006942 -0.001974 0.008175 -0.036508 -0.04328 0.039796 0.020672 0.021331 0.013628 0.000945 -0.020627 -0.007337 0.067632 -0.038796 0.001618 -0.020527 0.016617 -0.008283 0.096741 0.010366 -0.019813 0.024448 -0.005929 -0.007667 0.007845 -0.010525 0.013334 -0.015759 0.004664 0.004414 0.020667 0.001159 -0.050472 0.000957 -0.001234 0.006771 -0.020534 -0.048325 -0.008503 -0.012516 -0.041051 0.054267 0.027363 0.014738 0.036142 -0.030387 0.020672 -0.000675 -0.01781 0.055465 0.001448 0.044205 0.062644 0.053431 0.026076 0.006667 -0.067836 -0.048887 -0.02055 -0.001356 0.012675 -0.025001 -0.018448 0.002139 -0.01034 0.026279 -0.03417 -0.050481 -0.019197 -0.036466 -0.004609 0.011579 0.008954 0.02515 0.005116 0.014114 -0.000469 0.018438 0.005148 -0.00914 0.015274 0.046258 -0.040118 -0.010675 -0.002492 0.018032 0.022377 -0.04455 0.012416 0.032228 -0.016336 -0.025337 -0.020401 0.004155 -0.05407 0.017446 -0.065066 -7.4e-05 -0.005863 0.020603 0.018923 0.01102 0.015323\nღ 0.019951 -0.000375 -0.029597 0.016292 0.0065 0.022595 0.010147 0.005243 -0.011547 -0.020259 0.024246 0.006095 -0.005531 -0.018036 0.016372 -0.003611 0.002652 -0.019408 -0.007392 -0.025181 -0.008947 -0.000206 0.001329 0.0112 0.005666 0.013793 0.003159 -0.005551 -0.004676 -0.010024 0.017637 -0.017084 -0.011798 -0.027952 0.00961 0.004107 -0.026368 0.027796 0.005836 0.006476 -0.008634 0.009743 -0.007476 0.000633 -0.015814 -0.010554 0.023026 -0.00226 -0.005656 0.01272 0.005359 0.033527 0.025069 -0.025491 0.027573 0.002254 0.001479 0.021507 -0.007664 0.016942 -0.018948 -0.02655 0.001509 -0.011354 0.011409 0.013395 0.028155 -0.010439 0.018172 0.007575 -0.030014 -0.009998 0.008406 0.012566 -0.032789 0.006863 -0.024727 0.027522 -0.014483 -0.009396 0.00803 0.003364 -0.000114 0.012395 -0.014298 -0.035775 -0.00322 0.004157 -0.013599 -0.002443 -5.2e-05 0.025548 -0.000668 -0.015609 0.011215 -0.006745 -0.004733 -0.022436 -1.9e-05 -0.002831 -0.012527 0.001008 0.000151 -0.014694 0.004449 -0.00331 -0.005869 0.010907 0.019373 -0.000325 0.028364 0.012462 0.012128 -0.008409 0.002674 0.008604 -0.010024 -0.00237 -0.009125 -0.029459 0.009594 0.007385 0.031733 0.008872 0.026545 0.004911 -0.004578 -0.009541 -0.004926 -0.006265 -0.012475 0.008006 -0.009147 0.017669 -0.012749 0.012469 -0.021744 0.001071 0.004413 0.033753 -0.004194 -0.009691 0.006158 0.020054 -0.018772 -0.023787 0.030862 -0.000283 0.005532 -0.033623 0.001698 0.002773 0.013458 0.012435 -0.011127 0.000149 -0.000164 -0.012857 0.007437 -0.017083 -0.010157 0.008146 0.016733 0.012663 -0.004948 -0.007145 0.014651 -0.020308 0.012323 0.013691 -0.025346 -0.008571 -0.007804 0.016973 -0.014896 -0.019057 -0.001686 -0.008535 -0.020436 -0.009486 0.018981 -0.007607 -0.001249 -0.000791 -0.00758 -0.005539 0.001661 0.015576 -0.043605 -0.001687 0.009177 0.014327 -0.023268 -0.025148 -0.00025 0.023831 -0.003599 0.002364 0.002941 -0.004084 -0.023428 -0.023069 0.009652 0.014768 0.013108 0.011643 0.006466 -0.00837 -0.002927 0.022137 -0.022269 -0.00306 -0.009908 0.017451 -0.000457 0.040343 0.008396 -0.01516 0.00269 0.002491 0.000168 0.005211 -0.005928 0.005703 -0.017549 -0.005977 0.004083 0.008844 -0.001306 -0.015279 -0.000688 -0.000521 -0.002895 -0.022588 -0.020532 0.001413 -0.005576 -0.023022 0.016504 0.019667 0.007305 0.017979 -0.016541 0.005704 0.001225 -0.008432 0.025529 -0.002675 0.023661 0.037865 0.013458 0.00994 -0.000562 -0.030019 -0.021262 -0.013385 -0.004218 0.010276 -0.01567 -0.020281 0.006809 0.000473 0.020686 -0.010583 -0.014903 -0.016371 -0.018611 -0.005856 0.002641 -0.00515 0.008475 -0.008731 0.004001 -0.002777 0.010455 0.00377 0.001416 0.00696 0.022647 -0.02926 -0.008593 -0.013314 0.01147 0.006451 -0.023268 -0.000362 0.003962 -0.004195 -0.014322 -0.01207 -0.001445 -0.028486 0.00055 -0.036523 -0.002934 0.005937 0.009857 0.009282 0.019738 -0.002455\nq 0.039827 -0.003334 -0.05589 0.029428 0.019759 0.029209 0.017665 -0.009856 -0.033859 -0.029995 0.038943 -0.010278 -0.006498 -0.011386 0.019016 -0.006608 0.009699 -0.032421 -0.007562 -0.035017 -0.025555 0.003866 0.002267 0.012459 -0.008411 0.025857 -0.000381 0.001478 0.002147 -0.022454 0.02201 -0.028394 0.000681 -0.032771 0.019387 0.01322 -0.042083 0.033295 0.003534 0.022812 -0.019579 0.011148 -0.012412 -0.000608 -0.023103 -0.036095 0.042284 -0.005889 0.003235 0.029179 0.012186 0.056678 0.035058 -0.034173 0.053263 0.005472 -0.006614 0.031577 -0.014312 0.018541 -0.019364 -0.030904 -0.011593 -0.003057 0.009419 0.01223 0.038215 -0.02013 0.026971 0.012523 -0.039153 -0.01212 0.028854 0.015289 -0.044098 0.016205 -0.018577 0.028315 -0.018983 -0.013285 0.013192 -0.003957 -0.001822 0.031569 -0.028008 -0.056446 -0.007102 -0.0093 -0.011927 -0.015728 -0.0029 0.033737 -0.012819 -0.011508 -0.000722 -0.008322 -0.001895 -0.028804 -0.001047 -0.008119 -0.017016 0.006928 -0.001804 -0.015432 0.017821 -0.006691 -0.01768 -0.000247 0.044331 0.002357 0.031833 0.019105 0.013571 -0.011663 0.010965 0.000226 -0.015855 -0.002623 -0.009722 -0.046176 0.012641 -0.000237 0.040884 0.024717 0.031349 0.009057 -0.011994 -0.015158 -0.011535 -0.009424 -0.014395 -0.007974 -0.024223 0.02071 -0.019437 0.021494 -0.024219 0.01511 0.007603 0.045639 -0.015133 -0.003588 0.022576 0.028017 -0.036968 -0.037911 0.044789 -1e-05 -0.002499 -0.042984 0.002305 0.008195 0.022036 0.027385 -0.007485 0.00936 0.001891 -0.015977 0.00459 -0.026879 -0.006111 0.016429 0.01868 0.006667 -0.020774 -0.010074 0.022073 -0.020901 0.013962 0.029435 -0.037528 -0.02237 -0.014553 0.02875 -0.026609 -0.01799 0.005115 0.002799 -0.022671 -0.027193 0.039499 -0.005526 -0.005013 -0.01072 -0.011172 -0.009828 0.00321 0.013914 -0.064412 -0.017301 0.00441 0.024865 -0.040241 -0.034585 -0.015866 0.034569 -0.004868 0.010308 0.006338 -0.003759 -0.047832 -0.03686 0.014441 0.027944 0.022014 0.006396 0.009633 -0.009862 -0.008086 0.032534 -0.039394 0.00364 -0.001544 0.024162 0.007584 0.056202 0.015672 -0.030373 0.005434 0.010268 0.016425 0.018685 0.003912 -0.010742 -0.015088 -0.009014 0.008412 0.015589 -0.008423 -0.017408 0.001314 -0.006949 -0.018434 -0.037608 -0.040495 0.011544 -0.011686 -0.045252 0.030857 0.018392 -1e-06 0.038251 -0.008725 0.014355 0.003284 -0.011239 0.038467 -0.002465 0.036075 0.059766 0.014425 0.014122 0.010563 -0.050432 -0.025904 -0.012231 -0.004218 0.021016 -0.015172 -0.026608 0.013869 -0.001055 0.014264 -0.033309 -0.027772 -0.028849 -0.019937 -0.010711 1.8e-05 0.000372 0.013475 -0.01164 0.006844 0.004876 0.021054 -0.004263 0.008514 0.030302 0.038735 -0.047308 0.001532 -0.012281 0.009411 0.016569 -0.031614 -0.000609 0.00568 -0.008363 -0.038251 -0.008431 0.009029 -0.040509 0.018133 -0.060234 -0.011805 0.010413 0.018756 0.005994 0.040555 -0.009025\nǰ 0.039637 -0.008579 -0.057269 0.028698 0.017506 0.031437 -0.001615 0.003773 -0.043905 -0.041733 0.020369 0.013323 -0.009712 -0.027849 0.026855 -0.021196 0.017323 -0.024942 -0.022306 -0.018046 0.003071 0.008102 0.009483 0.01188 -0.005858 0.019515 -0.022795 -0.002584 -0.027008 -0.036404 0.006793 -0.038652 -0.046222 -0.05198 0.015542 0.00805 -0.051052 0.039983 -0.003898 0.024157 -0.03743 0.019325 -0.007587 -0.002906 -0.043787 -0.03682 0.040269 -0.004 -0.014726 0.037826 0.013717 0.035561 0.035602 -0.02021 0.058308 0.003875 -0.001196 0.037776 -0.026251 0.021081 -0.01813 -0.029554 -0.030191 -0.01836 0.012645 0.03131 0.029554 -0.015093 0.032277 0.025139 -0.054574 -0.001798 0.030608 0.017882 -0.052912 0.027879 -0.037172 0.038336 -0.012171 -0.00518 -0.005366 -0.005885 -0.025047 0.03314 0.000204 -0.062632 -0.005608 0.002448 -0.016748 -0.001955 0.020378 0.027798 0.012109 0.007766 0.016894 -0.022318 -0.009383 -0.044199 -0.015652 -0.006998 -0.005686 -0.005543 -0.009084 -0.021754 0.010515 0.011639 -0.009446 0.018275 0.028941 -0.015656 0.027814 0.028783 0.020783 -0.007975 0.013455 0.02408 -0.010868 0.000504 -0.026919 -0.044432 0.001218 -0.011369 0.053092 0.01641 0.029166 0.005177 -0.002464 -0.000891 0.008534 -0.014709 -0.027095 -0.011171 -0.015281 0.04158 -0.034898 0.025755 -0.016035 0.007603 -0.000226 0.048134 0.002894 -0.012011 0.01499 0.033591 -0.035447 -0.046959 0.06363 0.005019 0.006393 -0.038766 0.017606 0.038988 0.03229 0.039356 -0.010454 0.017667 0.006595 -0.021675 0.011786 -0.02651 -0.007918 0.046754 0.006436 0.013143 -0.005297 -0.025439 0.010172 -0.009151 0.012596 0.025522 -0.020063 -0.012972 -0.011577 0.047258 -0.01207 -0.016587 -0.00521 0.013889 -0.039614 -0.041241 0.030765 -0.026936 -0.008862 -0.013696 0.003603 -0.004065 -0.005663 0.025778 -0.051463 -0.008303 -0.001032 0.042386 -0.035752 -0.045438 0.003964 0.033224 -0.022607 0.014944 -0.000986 -0.003901 -0.025761 -0.053696 0.019912 0.040131 -0.003078 0.022296 0.017971 -0.006434 -0.011149 0.071352 -0.026348 -0.023375 -0.012664 0.015475 0.00885 0.062448 -0.01722 -0.019622 0.008467 0.004631 -0.02422 0.009932 -0.013918 -0.008438 -0.018152 -0.0028 0.00185 0.027986 -0.011882 -0.020515 0.000466 0.003169 -0.008998 -0.012554 -0.031415 -0.012589 -0.008263 -0.047597 0.031452 0.032138 -0.005616 0.016906 -0.025898 0.004472 0.022943 -0.008486 0.040637 -0.003226 0.03019 0.035093 0.034174 0.006238 0.006052 -0.038452 -0.048164 -0.017615 0.000784 0.021996 -0.011324 -0.023696 0.005233 -0.012879 0.027562 -0.015213 -0.030288 -0.004355 -0.035632 -0.026255 0.012053 -0.003975 -0.001218 0.015991 0.016455 0.001433 -0.007554 0.023437 0.019586 0.021566 0.029554 -0.058469 -0.025024 -0.051852 0.002832 0.005052 -0.027759 -0.003914 0.007818 0.012478 -0.019831 -0.019333 0.00131 -0.037528 0.00238 -0.075604 -0.023102 0.002748 0.015123 0.028089 0.032037 0.009405\nճ 0.038223 0.009662 -0.040248 0.038599 0.003024 0.046553 0.005722 -0.005039 -0.021066 -0.030376 0.037615 0.012662 -0.004515 -0.009919 0.013137 0.001949 0.016213 -0.041608 0.011917 -0.029537 -0.018262 0.002947 0.001993 0.025256 -0.011927 0.01394 -0.031256 -0.000839 -0.019896 -0.034602 0.024564 -0.041578 -0.018934 -0.040839 0.007805 0.035468 -0.051017 0.029017 0.003414 0.022528 -0.022512 -0.008153 0.00033 -0.01284 -0.015621 -0.030296 0.028395 -0.00255 0.005019 0.032003 0.007607 0.053215 0.027929 -0.032721 0.059054 0.011025 -0.001021 0.031364 -0.009756 0.030753 -0.034875 -0.034871 -0.016618 -0.017315 0.017295 0.029104 0.034026 -0.0268 0.035706 0.024343 -0.052513 -0.009579 0.018287 0.020057 -0.051283 0.002195 -0.041726 0.023627 -0.036099 -0.027184 -0.00241 -0.010911 0.000513 0.027306 -0.015186 -0.046253 -0.002448 -0.003137 -0.021051 -0.007985 -0.000254 0.027727 0.009777 0.003042 0.00616 -0.004309 -0.013509 -0.021082 0.021553 -0.009678 -0.002547 -0.015243 -0.008105 -0.02103 0.02412 0.017408 -0.012427 0.015659 0.034862 -0.005132 0.043769 0.004856 0.027233 -0.02157 0.016786 0.008255 -0.000801 -0.003865 -0.009878 -0.034672 0.021275 -0.013579 0.047873 0.041447 0.022388 0.02086 -0.023215 -0.023976 -0.009643 -0.015798 -0.022998 -0.007629 -0.007284 0.03196 -0.028212 0.01433 -0.018089 -0.024844 0.007992 0.049981 -0.003859 -0.004694 -0.006337 0.029005 -0.038388 -0.048781 0.04008 0.017404 -0.001954 -0.031896 -0.004246 0.008421 0.032059 0.039952 0.008201 0.01877 -0.003134 -0.024742 0.016944 -0.015926 -0.015677 0.01006 0.018607 0.031836 -0.012929 -0.001361 0.030134 -0.025774 0.009812 0.010379 -0.027823 -0.028663 -0.014867 0.046344 -0.02053 -0.036431 -0.007527 -0.013442 -0.024886 -0.027551 0.035723 -0.009796 0.016475 0.001016 -0.003079 -0.005915 0.00446 0.0179 -0.052421 0.01182 0.013419 0.022817 -0.045969 -0.045166 0.010617 0.036394 -0.0061 0.001118 0.028036 0.000115 -0.037001 -0.029563 0.013408 0.023441 0.025867 0.014309 0.003659 -0.000991 6.6e-05 0.044309 -0.028496 -0.004552 -0.019458 0.017303 -0.001661 0.035313 0.003681 -0.036788 0.015876 -0.032065 -0.00919 0.012151 0.005577 0.005484 -0.013106 -0.004625 0.009895 0.015957 0.000351 -0.034852 0.019196 0.000299 -0.003139 -0.011882 -0.038065 0.011042 -0.006159 -0.02785 0.010812 0.01981 0.013316 0.015982 -0.019505 -0.00301 0.007101 0.002199 0.0408 -0.003563 0.051885 0.056994 0.021661 -0.001608 -0.026489 -0.049772 -0.029509 -0.009078 0.001238 0.011892 -0.023802 -0.015021 -0.011256 0.002219 0.035128 -0.023881 -0.025241 -0.018787 -0.043252 -0.025339 0.023216 -0.003521 0.018639 0.001322 0.009159 -0.006147 0.020403 -0.000324 -0.000391 0.021222 0.039703 -0.055233 0.005325 -0.024349 0.01054 0.020654 -0.011818 0.004889 0.012142 -0.01835 -0.027609 -0.013869 0.001989 -0.03026 0.006872 -0.045984 -0.005002 -0.006759 0.031647 0.023461 0.011826 -0.001121\nች 0.070066 0.010718 -0.085805 0.034965 0.038007 0.090044 0.006884 0.038453 -0.043244 -0.062774 0.053207 0.033678 0.007591 -0.050302 0.062549 0.007496 0.00313 -0.072154 0.009211 -0.060088 -0.010499 -0.013329 0.011545 -0.017645 -0.00818 0.061401 -0.018988 -0.019122 -0.02442 -0.059637 0.018649 -0.062234 -0.029382 -0.108241 0.004701 0.005696 -0.080926 0.066676 0.010956 0.04857 -0.052095 -0.017092 0.00842 0.000961 -0.048063 -0.060644 0.081504 -0.019715 -0.033506 0.063849 0.006668 0.12086 0.065556 -0.060695 0.104669 0.011034 -0.009161 0.07169 -0.014215 0.063545 -0.064763 -0.047336 -0.020042 -0.037432 0.047913 0.026822 0.055845 -0.00685 0.052702 0.032891 -0.077798 -0.007507 0.018943 0.01914 -0.078101 0.042717 -0.058084 0.033434 -0.073186 -0.009924 0.02013 0.003545 -0.017491 0.06359 -0.030126 -0.102698 0.025701 0.02152 -0.025568 -0.004709 -0.031684 0.007769 0.003478 -0.035853 0.0218 -0.006726 -0.006788 -0.063542 0.017385 -0.037892 -0.025656 0.016741 0.005688 -0.041249 -0.008416 -0.002679 -0.013891 0.038894 0.056138 -0.010575 0.072665 0.037029 0.037428 -0.043917 0.044648 0.015017 -0.02173 -0.007452 -0.038368 -0.052284 0.041384 -0.024619 0.066664 0.040147 0.066071 0.014443 -0.026325 -0.025723 -0.023277 -0.027948 -0.05597 -0.006187 -0.015401 0.040784 -0.0469 0.013651 -0.050405 0.013149 0.007206 0.093621 -0.000899 -0.035017 -0.01388 0.060469 -0.068926 -0.081093 0.07544 -0.026851 -0.016538 -0.064284 -0.010479 0.028988 0.062409 0.086452 0.005698 0.022445 -0.008118 -0.014884 0.063484 -0.040207 -0.047193 0.057494 0.025996 0.003707 -0.001127 -0.036131 0.035132 -0.037334 0.04833 0.052937 -0.041122 -0.023855 0.0051 0.086483 -0.029913 -0.047848 -0.031827 -0.011823 -0.082378 -0.026054 0.073836 -0.032872 0.018418 -0.029388 -0.013716 -0.055113 0.020195 0.043822 -0.114595 0.012271 0.021067 0.040081 -0.052214 -0.082868 0.020919 0.078708 -0.045987 0.000445 -0.006279 -0.013686 -0.071003 -0.048147 0.03934 0.049678 0.026495 0.04123 0.045217 -0.005378 -0.022947 0.082506 -0.058814 -0.020212 -0.008068 0.030937 -0.005955 0.140317 0.006047 -0.046304 -0.013252 -0.003109 -0.023567 0.002618 -0.009495 -0.014355 -0.062399 0.001105 -0.026679 0.03402 -0.055862 -0.048942 -0.012213 -0.008074 -0.018496 -0.037357 -0.082954 -0.032112 -0.054056 -0.041554 0.067339 0.050971 0.005526 0.062046 -0.027758 0.035887 -0.005191 -0.060672 0.077501 -0.013863 0.078422 0.089757 0.089502 0.008449 -0.022731 -0.07818 -0.058995 -0.03625 -0.000133 0.069929 -0.032438 -0.015255 0.024159 -0.0326 0.055795 -0.040965 -0.086011 -0.027098 -0.071472 -0.047754 0.016984 -0.031617 0.044522 -0.021482 0.019749 -0.022574 0.017613 0.018705 -0.003122 0.035999 0.094155 -0.10965 -0.038225 -0.046105 0.039958 0.019173 -0.068798 0.008118 0.034836 -0.015565 -0.025935 -0.022054 0.017891 -0.089105 0.045699 -0.137083 -0.023638 0.006008 0.040871 0.054201 0.061606 0.0145\nं 0.033138 0.006206 -0.063372 0.027425 0.016049 0.044094 0.00956 -0.006163 -0.023058 -0.036764 0.042187 0.016878 -0.007945 -0.030118 0.038723 -0.004461 0.008534 -0.026035 -0.014357 -0.051561 -0.017658 0.004225 0.008364 0.018168 0.009098 0.019857 -0.016185 -0.007681 -0.018087 -0.032726 0.027732 -0.036362 -0.02292 -0.047746 0.010354 0.016381 -0.044696 0.049899 0.008252 0.022393 -0.039895 0.012027 0.001105 0.002285 -0.027945 -0.02717 0.044463 -0.004747 -0.003358 0.019339 0.005681 0.062805 0.043169 -0.042095 0.047599 0.005747 -0.007024 0.029658 -0.011192 0.031087 -0.034951 -0.034896 -0.006178 -0.024821 0.016933 0.021466 0.045103 -0.016292 0.040149 0.020321 -0.059145 -0.006576 0.03157 0.025655 -0.061554 0.009494 -0.036341 0.028623 -0.037709 -0.018827 0.01213 -0.005491 0.001126 0.01725 -0.025089 -0.056526 0.00957 -0.008183 -0.019771 -0.007996 -0.012454 0.025165 0.011506 -0.015173 0.01489 -0.005167 0.004093 -0.045807 -0.003261 -0.007943 -0.022653 0.004101 -0.004549 -0.034562 0.01574 -0.007825 -0.016441 0.012542 0.037696 -0.006486 0.04838 0.026376 0.023589 -0.025757 0.010421 -0.002635 -0.009725 0.001513 -0.01754 -0.043042 0.029112 0.00158 0.046573 0.028112 0.03786 0.013843 -0.012292 -0.016843 -0.016333 -0.024651 -0.022726 -0.000633 -0.022379 0.037882 -0.025362 0.018416 -0.03764 0.002364 0.007744 0.056301 -0.004616 -0.012046 0.012587 0.027631 -0.042732 -0.055147 0.058707 0.01438 0.001993 -0.046801 0.004969 0.017853 0.037784 0.027755 -0.0004 0.007368 0.002757 -0.023332 0.02452 -0.022373 -0.025254 0.015024 0.026444 0.019574 -0.017495 -0.021612 0.024437 -0.025447 0.025447 0.025919 -0.037495 -0.027033 -0.013604 0.04147 -0.018441 -0.037684 -0.010884 -0.008366 -0.046353 -0.018967 0.039009 -0.009288 0.007912 -0.007663 -0.005837 -0.013033 0.007028 0.02498 -0.068023 0.002922 0.021259 0.031148 -0.036941 -0.049905 0.004193 0.047039 -0.027138 0.01611 0.006566 -0.002191 -0.044003 -0.039494 0.018868 0.033314 0.020626 0.020576 0.018 -0.01571 -0.006291 0.051526 -0.029568 -0.005928 -0.005391 0.017886 -0.003295 0.081625 0.010419 -0.021236 0.005445 -0.003615 -0.009727 0.005242 -0.010646 0.008812 -0.030631 0.001163 -0.007357 0.020803 -0.00966 -0.026386 -0.007889 0.001541 -0.006096 -0.02461 -0.047731 -0.004555 -0.01809 -0.036835 0.031663 0.033244 0.010985 0.026742 -0.025472 0.016154 0.00456 -0.012927 0.044188 -0.008867 0.04503 0.06392 0.032099 0.010094 0.000514 -0.048151 -0.038275 -0.023025 -0.008685 0.028022 -0.031675 -0.014142 0.004741 -0.017755 0.034386 -0.02512 -0.038594 -0.018062 -0.037867 -0.025421 0.014244 -0.003496 0.022632 0.005604 0.013617 -0.003676 0.014031 0.007442 -0.001721 0.024586 0.051527 -0.061395 -0.005784 -0.023859 0.018307 0.022945 -0.029763 -0.002176 0.021804 -0.014413 -0.02458 -0.019898 0.009852 -0.045192 0.019264 -0.078955 -0.010517 0.006658 0.015643 0.020401 0.020922 0.01137\nඅ 0.023762 0.001709 -0.036808 0.019041 0.010376 0.031627 0.010596 -0.009956 -0.021977 -0.01451 0.021265 0.00727 -0.01304 -0.024376 0.040515 0.002602 0.008541 -0.029001 -0.000933 -0.013258 -0.024522 0.018373 0.016829 0.023658 0.00099 -0.007602 -0.006005 -0.021508 -0.019242 -0.021026 0.016941 -0.030753 -0.019617 -0.035453 0.004845 0.00302 -0.025303 0.036998 0.000313 0.043359 -0.022706 0.023243 -0.009638 -0.004175 -0.022887 -0.012304 0.021112 0.00773 -0.003386 0.003402 0.004338 0.031241 0.025458 -0.024799 0.023485 0.005892 0.003467 0.011518 0.006094 0.02121 -0.030428 -0.022185 -0.003692 -0.023708 0.026223 0.026246 0.032661 -0.027765 0.045293 0.005421 -0.05187 0.002038 0.016045 0.010086 -0.038217 -0.007756 -0.012339 0.022817 -0.015145 -0.008608 0.002361 0.003409 0.007212 0.005424 -0.003903 -0.031361 0.002731 -0.013147 -0.027643 -0.015647 -0.006053 0.008219 0.012117 -0.000638 0.003757 0.00888 -0.020945 -0.028137 -0.024351 0.007287 -0.017208 -0.017943 -0.009744 -0.026817 0.023994 0.001549 -0.022992 -0.01053 0.023662 -0.001299 0.027352 0.009712 0.021467 -0.003076 0.009918 -0.006174 -0.027256 0.013451 0.00139 -0.017571 0.018157 0.001734 0.027573 0.012463 0.023756 0.030372 -0.012061 -0.024202 -0.015563 -0.003219 -0.010609 0.012664 -0.034311 0.035914 -0.021033 0.020019 -0.012444 -0.002809 -0.012007 0.034404 0.00203 0.008719 0.013114 0.01566 -0.04124 -0.031782 0.044876 0.022568 -0.016935 -0.036798 -0.002237 -0.002378 0.021474 0.01466 0.022645 0.007235 0.004809 -0.02441 0.005053 -0.035064 -0.011158 0.016497 0.011872 0.011751 0.008065 -0.005523 0.017692 -0.006575 0.027241 0.00437 -0.029449 -0.005262 -0.007274 0.018543 -0.015047 -0.025571 -0.036183 -0.005591 -0.026946 -0.00264 0.030192 -0.005866 0.010531 -0.003926 0.009636 -0.019175 -0.004679 0.015557 -0.040537 0.001366 0.010508 0.02234 -0.023439 -0.022391 9.9e-05 0.046328 -0.026322 0.014379 -0.000964 -0.005151 -0.023569 -0.020101 0.003875 0.023241 0.029013 0.007457 0.000717 -0.002415 -0.008847 0.042917 -0.013367 -0.001012 -0.012959 -0.001426 0.000781 0.042498 0.012604 -0.015747 0.010119 -0.007478 -0.012222 -0.016948 -0.010999 0.018931 0.003873 -0.002025 0.00044 0.018513 0.003072 -0.039128 -0.007937 -0.001298 0.0149 -0.009233 -0.031213 -0.006779 -0.010064 -0.041261 0.012473 0.002657 0.017674 0.016748 -0.006445 -0.009196 -0.002632 0.01185 0.010597 -0.001894 0.029233 0.039445 0.042096 0.005687 0.003779 -0.028598 -0.022398 -0.013679 -0.002118 0.00737 -0.035042 -0.019363 -0.006522 -0.033829 0.024854 -0.030051 -0.027537 0.001118 -0.017342 0.003377 -0.003765 0.004823 -0.000659 0.031743 0.018955 -0.008467 -0.002121 0.009109 -0.006924 0.002523 0.032587 -0.025889 0.001364 -0.017023 0.007753 -0.002112 0.000803 -0.001126 0.017191 -0.023446 -0.007031 -0.009984 -0.007422 -0.044626 0.004292 -0.052118 -0.002966 -0.001018 -0.000958 0.017225 0.009225 -0.003838\n̆ 0.018965 -0.0072 -0.039575 0.021985 0.024281 0.035967 0.008215 -0.013909 -0.008133 -0.019276 0.023913 0.003946 -0.00319 -0.011274 0.019283 -0.004549 0.005682 -0.005668 -0.027108 -0.0519 0.000471 -0.005993 0.004954 0.006937 0.014255 0.009508 0.00755 -0.008512 -0.014177 0.001912 0.025006 -0.026257 -0.024222 -0.030451 0.006914 0.011067 -0.006933 0.001435 -0.008441 0.02882 -0.015435 -0.021398 0.001018 0.010471 -0.023856 -0.034007 0.014583 0.003406 -0.013893 0.025183 -0.000188 0.014955 0.025027 -0.021817 0.053674 -0.010165 -0.007452 0.020979 -0.010639 0.017052 -0.027209 -0.003289 -0.027459 0.005441 0.013842 0.017852 0.012168 -0.01455 0.033888 0.000634 -0.011606 0.012601 0.025804 0.007952 -0.034074 0.015444 -0.013129 0.021054 -0.013086 -0.010688 0.01372 -0.023852 -0.007804 0.010431 -0.012922 -0.028625 -0.005705 -0.012628 -0.001504 0.003662 -0.011901 0.026458 0.018868 -0.025036 -0.004945 0.003552 -0.002795 -0.017258 0.007882 -0.012653 -0.029931 -0.010855 0.004339 -0.019616 0.020221 0.013524 0.001509 0.011349 0.019632 -0.017378 0.012289 0.016087 0.003843 -0.014157 0.023025 0.01151 -0.003404 0.002834 -0.010785 -0.034995 0.004057 -0.005423 0.019871 0.016992 0.011589 0.007387 -0.020884 -0.012225 -0.007555 -0.020145 -0.022852 0.000324 -0.016984 0.022146 -0.019605 0.005547 -0.018294 0.008244 -0.010296 0.033287 -0.003607 0.012982 -0.000321 0.016302 -0.013863 -0.036764 0.039569 -0.005699 0.007202 -0.029254 -0.01187 0.045203 0.01456 0.007447 -0.009704 0.01386 0.001822 -0.025891 0.015167 -0.019854 -0.012822 -0.0094 0.010201 0.025841 -0.006974 0.006968 0.008118 -0.007087 0.012682 0.026946 -0.006083 -0.011873 -0.020383 -0.007737 -0.020897 -0.021985 -0.002662 -0.016385 -0.010967 -0.024368 0.026961 0.016093 0.00706 0.010141 -0.038661 0.003341 0.004375 0.006684 -0.037425 -0.010722 0.02299 0.000231 -0.01193 -0.036279 0.008407 0.012553 -0.002719 0.001663 0.002041 -0.002961 -0.023625 -0.015276 -0.001401 0.034027 0.01057 -0.003031 -0.004911 -0.017012 9.2e-05 0.007123 -0.019678 -0.002892 2.3e-05 -0.01137 -0.01064 0.046795 0.005089 -0.023214 0.014358 0.013127 0.004287 0.001762 -0.002041 -0.001286 -0.010486 -0.005269 0.013405 0.021122 -0.013013 -0.001721 -0.001949 0.001209 -0.013465 -0.005558 -0.019051 0.005733 -0.002327 -0.006779 0.031576 0.004098 -0.003475 0.0294 -0.026649 0.025407 0.015012 -0.010492 0.034175 -0.010493 0.031213 0.032084 0.006846 0.028646 0.004169 -0.048327 -0.013322 -0.009669 0.008123 0.019828 -0.003857 -0.01825 -0.021892 -0.006444 0.023596 -0.024539 -0.011959 -0.023738 -0.029843 0.004065 -0.0003 0.006879 0.016383 -0.010837 -0.006972 0.007734 0.014692 -0.008 0.016657 0.017757 0.023778 -0.030798 -0.000419 0.006706 0.016092 0.011324 0.005181 -0.002378 0.009458 -0.001647 -0.034008 -0.006045 0.020349 -0.022927 -0.002941 -0.041216 -0.002671 0.014938 0.0189 0.019376 -0.004221 0.024532\nމ 0.040002 0.000489 -0.08192 0.035783 0.033324 0.062357 0.020767 -0.006683 -0.021213 -0.049733 0.066127 0.006505 0.003707 -0.030422 0.048915 -0.003108 -0.010023 -0.030919 0.012734 -0.074891 -0.014002 0.009258 0.035149 -0.01843 0.009197 0.034481 0.00061 -0.001115 -0.025778 -0.039458 0.046408 -0.051841 -0.038241 -0.041029 0.029609 0.022957 -0.083973 0.056577 0.044337 0.034575 -0.051903 0.036907 -0.014116 0.005849 -0.066783 -0.067599 0.062101 -0.010993 0.001517 0.010744 0.013737 0.079128 0.058198 -0.06162 0.05435 -0.010684 -0.050348 0.03904 0.004254 0.041162 -0.060238 -0.03702 -0.013445 -0.01166 0.026756 0.03518 0.083548 -0.027442 0.051347 0.023174 -0.073308 -0.001063 0.019236 0.001186 -0.072415 0.015602 -0.027887 0.016763 -0.076309 -0.026565 0.006552 -0.002478 -0.001165 0.028519 -0.035254 -0.107538 -0.013473 0.015266 -0.053715 0.004216 -0.030969 0.035594 -0.002798 -0.033422 0.03467 -0.014005 -0.011135 -0.06672 0.004626 -0.012248 -0.000977 0.01784 0.004162 -0.050953 0.03813 -0.000344 -0.01102 0.002933 0.045914 -0.017486 0.068733 0.053425 0.019419 -0.018695 0.002578 0.021154 -0.00341 -0.004171 -0.016275 -0.122411 0.043392 -0.033267 0.048093 0.061004 0.052574 0.013909 -0.007141 -0.010028 -0.04316 -0.024867 -0.030316 -0.004763 -0.011237 0.028732 -0.024349 0.022614 -0.026929 0.006329 0.002365 0.069797 0.024357 0.004063 0.020525 0.038444 -0.051322 -0.068975 0.081851 0.01424 -0.01783 -0.081107 0.019794 0.021583 0.041518 0.077679 -0.047334 0.01138 0.018296 -0.038873 0.011405 -0.052555 -0.018389 0.017566 0.068177 0.019704 -0.029158 -0.023022 0.052551 -0.063131 0.04688 0.021286 -0.029942 -0.040901 -0.028543 0.063913 -0.043655 -0.046896 -0.013305 -0.01541 -0.069921 -0.01796 0.080295 -0.041535 0.024684 -0.015516 -0.015339 -0.045926 0.005268 0.017984 -0.076493 0.003744 0.036947 0.044618 -0.066813 -0.044577 -0.02491 0.086436 -0.070162 0.020708 0.010709 -0.015334 -0.072599 -0.08109 0.022997 0.043465 0.028147 0.02825 0.013274 0.003994 -0.00388 0.049766 -0.052284 -0.005174 -0.027301 0.009515 0.02859 0.083312 0.011586 -0.026452 0.023502 0.007375 -0.008646 0.025872 -0.003128 0.022963 -0.017184 -0.044549 0.011282 0.007079 0.006829 -0.021126 0.012951 0.002341 -0.038709 -0.03223 -0.06941 0.016245 -0.02302 -0.072233 0.051344 0.041816 0.019552 0.028325 -0.074918 0.031182 0.00429 -0.017469 0.027552 -0.035421 0.046876 0.072328 0.046252 0.016598 -0.008093 -0.049999 -0.073052 -0.039399 0.004562 0.026701 -0.032081 -0.026758 0.01164 -0.0204 0.047836 -0.022785 -0.029188 -0.011741 -0.046791 -0.010477 0.007852 0.013418 0.053477 -0.034382 0.008208 -0.010741 0.006817 0.006987 0.019243 0.04975 0.086528 -0.077379 0.000914 -0.066218 0.025159 0.021811 -0.02212 -0.009105 0.031719 -0.025477 -0.032286 -0.037809 0.033961 -0.067854 0.017644 -0.106572 -0.036456 0.04021 0.003503 -0.006888 0.033657 0.00609\nሐ 0.018722 -0.011017 -0.02982 -0.025852 -0.013254 0.0377 -0.031282 -0.030439 6e-06 -0.014183 0.008657 -0.018646 0.000508 -0.018861 0.008983 -0.010862 0.017243 0.012393 -0.011087 -0.047215 0.010926 -0.004652 0.010051 0.017848 -0.013239 0.029761 -0.007046 -0.020628 -0.008007 -0.036027 0.014878 -0.037434 -0.019778 -0.036877 -0.018291 0.004802 -0.0225 0.022884 0.008177 0.038695 -0.010596 0.01197 0.051081 0.008124 -0.051167 -0.023654 0.025072 0.008955 -0.007407 -0.00284 0.001759 0.016802 0.014731 -0.027581 -0.002041 -0.024386 -0.021307 0.00656 0.003631 0.007429 -0.013947 -0.01292 -0.011244 -0.004929 0.01039 0.00999 0.000681 0.008131 0.033589 -0.006784 -0.024078 -0.014365 0.008666 0.001131 -0.001363 -0.017692 0.007351 0.002195 -0.036798 -0.018263 0.005577 -0.007007 -0.023839 0.004708 0.003503 0.001411 -0.014931 -0.000811 -0.009183 -0.009762 -0.0157 0.02604 0.011701 -0.022314 0.060931 0.000206 -0.037449 -0.010965 -0.003786 0.018904 -0.013535 -0.011351 -0.022868 -0.020423 -0.004083 -0.015812 -0.009633 -0.006412 0.000526 -0.001245 0.040187 0.038942 -0.006579 -0.008526 0.008861 0.002484 -0.005479 0.0128 -0.006337 -0.000684 0.024183 0.008879 0.001102 0.01474 0.031533 -0.012685 0.007309 -0.001183 -0.000746 -0.014819 0.011482 0.031549 0.000513 0.023559 -0.006096 0.013614 -0.017101 0.002832 0.003314 0.054239 0.017173 -0.003775 0.012248 0.011494 -0.029702 -0.081287 0.020159 0.041187 -0.023701 -0.04016 0.01088 0.022958 -0.015126 0.006948 -0.008376 -0.001473 0.010381 -0.001829 0.001282 0.009314 -0.035813 -0.000272 0.026893 0.011888 0.025054 0.007285 0.025019 -0.047141 0.014841 0.004353 0.000533 -0.014327 -0.020382 0.018303 -0.022963 -0.016205 -0.00022 -0.02401 -0.025115 0.028971 0.02326 -0.015516 -0.003044 -0.015679 -0.015635 -0.034656 -0.009412 0.033861 -0.017137 -0.014057 -0.007024 0.001683 -0.019538 -0.028418 -0.01564 0.038819 0.001075 0.025391 -0.003411 -0.013341 -0.015106 -0.025736 0.020638 0.018912 0.000648 0.003071 0.016234 -0.005288 0.023854 -0.002516 -0.021872 -0.005269 0.01545 -0.00194 -0.00864 0.040504 0.005527 -0.037929 0.016267 -0.00555 -0.01899 0.017069 0.007661 -0.014469 0.013551 -0.004603 0.001304 0.031667 0.021039 -0.027889 0.003294 0.006608 -0.006413 -0.025909 -0.06645 0.005675 -0.016618 -0.016268 -0.013651 -0.022454 0.00984 0.007857 -0.009595 0.001868 0.005053 0.013696 -0.016527 -0.016577 0.02661 0.00647 -0.010428 -0.002383 0.009078 -0.033356 -0.007166 -0.0113 0.012217 0.008751 -0.004256 0.001588 -0.002862 -0.010625 0.009591 -0.009024 -0.012185 -0.013439 -0.021986 -0.032149 -0.004633 0.015276 0.035932 0.002784 0.027052 0.012815 0.035305 -0.041426 0.004874 0.012815 0.060414 -0.040136 -0.019975 -0.027783 0.035058 0.006443 -0.013595 -0.026773 -0.003952 -0.001582 -0.020443 -0.003098 0.013076 -0.024346 -0.001019 -0.02344 0.002954 -0.001691 -0.006292 0.039318 -0.001184 0.004429\nྙ 0.016228 0.011926 -0.045093 0.029588 0.008539 0.023032 -0.030999 -0.006231 -0.032282 -0.00711 0.055777 0.00045 -0.024804 0.019653 0.027308 -0.013447 0.031401 -0.028453 0.01444 -0.020874 -0.016234 0.026568 -0.004742 0.003832 0.010542 0.004355 -0.048029 -0.018954 -0.008667 -0.002167 0.002053 -0.010653 -0.03308 -0.045035 0.021481 0.046249 -0.057428 0.008061 0.002098 0.003469 -0.018321 0.002686 0.015789 0.003827 -0.023079 -0.062236 0.054201 0.011974 0.004733 0.040246 0.024745 0.027086 0.03117 0.00278 0.03826 0.018646 -0.026218 0.022603 -0.027043 0.033902 -0.05715 -0.019963 -0.003459 -0.009798 0.00757 0.060552 0.034142 -0.023659 0.016817 0.022775 -0.062792 -0.02592 0.030902 0.014303 -0.051717 -0.002543 -0.033617 0.043662 -0.013953 -0.05576 0.058784 -0.009121 -0.004313 0.038634 -0.069513 -0.068352 0.005362 0.002464 0.000613 -0.026419 0.00127 0.047726 -0.026515 -0.007363 0.036027 -0.016749 -0.001708 -0.022465 -0.026118 0.00827 -0.029167 -0.020556 0.010191 -0.04034 0.00157 0.005361 -0.017379 -0.006093 0.04233 -0.020396 0.055857 0.027875 0.005238 0.009657 0.000645 0.012387 -0.010858 -0.025584 -0.026367 -0.013814 0.006846 -0.000415 0.068008 0.028825 0.002398 0.033569 0.008097 -0.012132 0.003391 -0.045498 -0.006425 0.026149 -0.013517 0.002741 -0.034959 0.020169 -0.053123 -0.000819 -0.004246 0.050048 -0.008536 -0.000409 -0.016443 0.05349 -0.037756 -0.038949 0.049507 0.026405 0.004886 -0.054609 -0.045725 0.013229 0.061799 0.034656 -0.041483 -0.005614 -0.025669 -0.050492 0.016272 -0.013603 0.010072 0.026915 0.016313 0.036157 -0.007746 -0.033055 0.017408 -0.036587 -0.009574 0.000346 -0.041332 -0.048095 0.010153 0.040088 0.00858 -0.02564 0.005391 0.025408 -0.033354 -0.028463 0.025201 -0.028408 0.025308 0.011865 -0.00804 -0.014922 0.000624 0.032474 -0.081074 0.012341 -0.004486 0.045365 -0.025608 -0.060045 -0.02322 0.009512 -0.059649 -0.008683 0.014835 0.003955 -0.036377 -0.046885 0.010245 0.012158 0.023769 0.00176 0.029395 -0.006977 -0.00148 0.091267 -0.017616 -0.043124 0.013849 0.042898 -0.001245 0.048453 -0.005079 -0.004607 -0.010138 -0.035521 -0.004771 0.046545 -0.014472 0.005356 -0.039911 -0.004492 0.017066 0.023676 0.005403 -0.036815 -0.0125 0.030915 -0.015788 -0.011363 -0.007397 0.037096 -0.016754 -0.014875 0.006133 0.00828 0.021107 0.043013 -0.027274 -0.012056 -0.00072 0.003019 0.053386 -0.007032 0.053398 0.036517 0.029463 0.011337 0.005762 -0.040564 -0.014536 -0.00646 0.011777 0.041974 -0.020096 0.00129 0.035885 -0.017369 0.015755 -0.014834 -0.026575 -0.047761 -0.012621 -0.031629 0.016992 -0.003094 0.024067 -0.029204 0.003218 -0.003198 -5e-05 -0.01848 -0.003027 0.034663 0.043425 -0.04391 0.008091 -0.019806 0.014392 0.007495 -0.00878 0.008618 -0.021278 0.005982 -0.027591 -0.021829 0.000163 -0.020232 0.025733 -0.065292 -0.011653 0.035422 0.048483 0.021925 0.024402 0.005956\nธ 0.031404 0.000891 -0.047091 0.028851 0.015171 0.039097 0.010992 0.001269 -0.025711 -0.030326 0.02735 0.00796 -0.004716 -0.024471 0.034064 -0.000405 0.007546 -0.025003 -0.015636 -0.042741 -0.018947 0.0028 0.004519 0.014766 0.0055 0.015096 -0.017824 -0.005632 -0.014039 -0.028434 0.020323 -0.031022 -0.018833 -0.041955 -0.000476 0.019207 -0.039911 0.040123 0.009516 0.020392 -0.033969 0.012768 0.000396 -0.004481 -0.030334 -0.02733 0.04018 0.005846 -0.00245 0.016922 0.005736 0.052717 0.03429 -0.03475 0.039035 0.003238 -0.00296 0.027405 -0.014692 0.026031 -0.028837 -0.032079 -0.001454 -0.015794 0.015203 0.01853 0.037413 -0.015268 0.045369 0.013971 -0.046785 -0.013228 0.020824 0.011802 -0.055226 0.009108 -0.033414 0.024867 -0.034733 -0.016889 0.013798 -0.007104 0.007469 0.01709 -0.021465 -0.051912 0.001533 -0.000647 -0.024932 -0.00276 -0.006555 0.029562 0.008408 -0.016239 0.015395 -0.009491 0.004333 -0.036026 0.002871 -0.003721 -0.019349 0.00825 -0.004396 -0.027372 0.016494 -0.00207 -0.011776 0.011542 0.03246 -0.006294 0.052194 0.018851 0.025415 -0.015283 0.01197 0.005152 -0.007645 0.000498 -0.008564 -0.044331 0.021659 0.00556 0.040519 0.022683 0.039182 0.011586 -0.016793 -0.016649 -0.008576 -0.017055 -0.011131 -0.009483 -0.018981 0.027502 -0.024739 0.015348 -0.037065 -0.004106 0.008678 0.045295 0.003426 -0.011007 0.008177 0.030412 -0.038891 -0.04213 0.045563 0.004823 0.003249 -0.045605 0.00189 0.008442 0.036106 0.031015 -0.002616 0.007619 0.001796 -0.027477 0.010055 -0.025122 -0.014903 0.014456 0.025711 0.011811 -0.009558 -0.014747 0.0212 -0.01969 0.023902 0.021573 -0.030808 -0.019738 -0.009037 0.029196 -0.023671 -0.029121 -0.006808 -0.004229 -0.040806 -0.023482 0.03889 -0.012161 0.008501 -0.005112 -0.011402 -0.0153 0.002175 0.020967 -0.057075 0.000894 0.008752 0.031892 -0.034757 -0.036264 0.008112 0.040179 -0.019938 0.008991 0.001743 -0.001285 -0.033956 -0.035714 0.015659 0.028189 0.026726 0.020842 0.01007 -0.006287 -0.004761 0.036834 -0.024826 -0.00067 -0.010944 0.020532 0.002174 0.065954 0.004967 -0.024912 0.006977 -0.004456 -0.006408 0.012469 -0.001599 0.008727 -0.026025 -0.001356 -0.000207 0.015776 -0.0074 -0.028685 -0.007526 0.000763 -0.003659 -0.023724 -0.032196 -0.00523 -0.013491 -0.03738 0.027097 0.031329 0.009704 0.028926 -0.026704 0.012566 0.003856 -0.008196 0.037827 -0.002842 0.039906 0.058621 0.025623 0.007704 -0.005411 -0.045729 -0.034084 -0.020537 0.002498 0.025935 -0.02622 -0.01803 0.011267 -0.013886 0.03147 -0.025854 -0.028134 -0.026542 -0.032942 -0.010971 0.006576 0.00053 0.021719 -0.002944 0.008036 0.000824 0.016286 0.005906 -0.000144 0.01789 0.044773 -0.051316 -0.00066 -0.013571 0.015065 0.01697 -0.022791 -0.005672 0.021238 -0.006255 -0.024789 -0.016431 0.012583 -0.045697 0.014016 -0.065535 -0.008435 0.004314 0.009354 0.017942 0.025481 -0.001396\nച 0.035278 0.004953 -0.065441 0.043668 0.012104 0.041974 0.012772 -0.000772 -0.034101 -0.025084 0.050063 0.012449 -0.014604 -0.037682 0.038698 -0.002678 0.004553 -0.032491 -0.009147 -0.06028 -0.011832 0.013925 -0.00115 0.027224 0.014824 0.014832 -0.007327 -0.011654 -0.010167 -0.021255 0.014005 -0.037065 -0.034024 -0.049173 0.005253 0.018217 -0.048966 0.061042 0.011872 0.027487 -0.017188 0.013166 0.003264 -0.000499 -0.035295 -0.025954 0.048734 -0.004111 -0.001364 0.037521 0.012542 0.060495 0.045233 -0.039646 0.040734 0.007097 -0.005834 0.019788 -0.017802 0.033672 -0.029347 -0.048626 -0.000969 -0.025469 0.0193 0.037721 0.025753 -0.032384 0.038855 0.023345 -0.04939 -0.011053 0.023356 0.027115 -0.047552 -0.007028 -0.029535 0.046538 -0.035792 -0.03681 -0.001618 -0.004914 -0.001879 0.00902 -0.025487 -0.067691 0.008272 -0.027447 -0.006438 -0.019336 -0.00293 0.033051 0.008669 -0.03357 5.2e-05 0.012543 0.006142 -0.049988 0.003641 -0.01166 -0.01399 0.00191 0.006296 -0.036665 -0.001988 -0.008219 0.001599 0.005448 0.044597 0.000369 0.057215 0.040351 0.043197 -0.027647 0.010147 0.017314 -0.003914 -0.006578 -0.020899 -0.050473 0.030664 0.006557 0.049692 0.004954 0.043089 0.012954 -0.016708 -0.017924 -0.002713 -0.009428 -0.012 0.013199 -0.01664 0.04756 -0.034499 0.025435 -0.061269 -0.000851 0.020363 0.044992 0.002847 -0.010407 0.004558 0.036187 -0.029148 -0.045917 0.041132 0.010245 0.007988 -0.053177 0.008792 0.017732 0.044609 0.041008 0.000694 0.006509 0.004351 -0.04429 0.023704 -0.025236 -0.011057 0.010318 0.02622 0.024247 -0.012194 -0.028223 0.03048 -0.02859 0.02824 0.026339 -0.031186 -0.020094 -0.013215 0.025512 -0.029599 -0.041392 -0.034574 -0.005839 -0.03603 -0.020343 0.042747 -0.006372 0.000817 -0.010365 -0.009385 -0.026617 0.004233 0.031951 -0.076926 -0.002723 0.029544 0.042798 -0.043054 -0.041179 -0.008042 0.056701 -0.025732 0.019259 -0.002155 0.000164 -0.043391 -0.036663 0.035811 0.028605 0.022228 0.032261 0.004418 -0.03562 0.002289 0.047011 -0.026171 -0.000305 -0.007689 0.012719 -0.014291 0.108705 0.008287 -0.025351 0.009784 -0.016809 -0.005532 -0.002173 -0.006098 0.00192 -0.0389 -0.007263 -0.019584 0.038211 -0.020287 -0.034457 -0.005105 0.000986 0.016125 -0.045429 -0.048589 -0.005329 -0.010908 -0.044086 0.038333 0.035636 0.004437 0.039945 -0.0268 0.007743 0.003588 0.000689 0.054557 -0.013651 0.034656 0.067931 0.013902 -0.003402 0.012019 -0.051329 -0.039471 -0.020374 0.011919 0.020685 -0.033029 -0.007609 0.002443 -0.020747 0.028503 -0.045378 -0.041288 -0.026404 -0.037284 -0.013204 0.0156 0.006624 0.013492 0.001141 0.005655 6.4e-05 0.02399 0.016518 -0.028428 0.013682 0.03797 -0.071416 -0.009375 -0.021832 0.023855 0.015537 -0.031811 0.006734 0.009423 -0.015186 -0.022368 -0.018724 -0.002838 -0.041135 0.006387 -0.075598 -0.016343 -0.00362 0.02812 0.036888 0.030745 0.001248\nҟ 0.032689 0.041972 -0.0665 0.033254 0.023088 0.035574 0.025389 0.011506 -0.058098 -0.065233 0.071648 0.01193 -0.000828 -0.080866 0.062628 -0.027716 0.019541 -0.04442 -0.033465 -0.054577 -0.017388 0.001783 -0.029614 0.013246 -0.022247 0.043783 0.035162 -0.015742 -0.014631 -0.010742 0.013265 -0.028515 -0.042624 -0.06857 0.02099 0.019624 -0.061554 0.069384 0.038663 0.004745 -0.028263 -0.016414 -0.01076 0.016583 -0.002622 -0.049313 0.055441 -0.009835 0.000961 0.056507 -0.004583 0.079323 0.063249 -0.052225 0.054428 0.007636 -0.012275 0.032611 -0.003037 0.049061 -0.006484 -0.038565 -0.019738 -0.002586 0.028401 0.038042 0.049535 -0.033174 0.053854 0.012673 -0.064437 -0.01801 0.03508 0.002953 -0.075422 -0.027125 -0.036051 0.024211 -0.041514 -0.021575 0.019749 0.014901 0.00024 0.037205 -0.023315 -0.089664 -0.027834 -0.02354 -0.019255 -0.014711 -0.025748 0.053652 0.033291 -0.033034 -0.000789 0.007947 0.009632 -0.081938 -0.004133 -0.021209 -0.004752 -0.017513 -0.015353 -0.029381 0.018187 -0.003501 -0.022961 0.020117 0.052572 0.023364 0.034293 0.044501 0.057025 -0.006613 -0.001668 0.004409 -0.04898 0.023937 -0.035945 -0.064808 0.013802 -0.001227 0.078948 0.028802 0.038468 0.007901 -0.033062 -0.003364 -0.019718 0.010657 -0.056763 0.045197 -0.015358 0.032756 -0.029424 0.028761 -0.028271 0.030172 0.023907 0.091642 -0.00947 -0.01037 0.01517 0.027556 -0.060625 -0.072606 0.062058 0.029848 0.032141 -0.071959 0.041305 0.000756 0.035441 0.048565 -0.011935 0.018139 0.036847 -0.050725 -0.005434 -0.041871 -0.024232 0.03572 0.031601 0.008642 -0.021594 0.005448 0.038713 -0.056055 0.046762 0.03845 -0.050929 -0.042286 -0.033462 0.036262 -0.043177 -0.033348 -0.028244 -0.016851 -0.025832 -0.014821 0.058244 -0.012312 0.001288 -0.017925 0.018942 -0.017822 -0.021292 0.02183 -0.096039 -0.016563 0.010237 0.06114 -0.040907 -0.067864 -0.017643 0.06267 -0.024758 -0.021898 0.002483 0.008341 -0.051748 -0.086464 0.022587 0.045556 0.032099 0.010814 0.020891 -0.010794 -0.000227 0.048439 -0.069166 0.028732 -0.001538 0.037374 0.029777 0.091972 0.001752 -0.021569 -0.003376 0.033889 -0.000656 0.008103 0.007885 0.003999 -0.034834 -0.007254 0.014132 0.039814 -0.020469 -0.007765 0.007427 0.010751 -0.006049 -0.041256 -0.047449 0.016695 -0.029432 -0.038575 0.054293 0.059754 -0.028467 0.031098 -0.002975 0.009275 0.002672 -0.040017 0.094501 -0.005846 0.075494 0.096748 0.038401 0.042621 0.041304 -0.091156 -0.048957 -0.043125 0.003279 0.024069 -0.019141 -0.049426 0.002293 0.017426 0.055368 -0.016875 -0.044158 -0.006621 -0.024559 -0.002369 0.030143 0.035677 0.054394 -0.024334 0.034862 -0.012016 0.016483 0.009139 0.016207 0.03111 0.067721 -0.069452 0.003707 -0.027007 0.016127 0.016819 -0.045345 -0.013361 0.023635 -0.024 -0.057567 -0.014128 0.040984 -0.054604 0.03165 -0.092385 -0.001193 0.021802 0.039104 0.024464 0.106241 0.003097\nả 0.044382 0.000552 -0.065981 0.044947 0.024434 0.014491 0.024799 -0.034885 -0.035714 -0.02924 0.044379 -0.026012 -0.02013 0.010577 0.002936 -0.020405 0.036082 -0.032246 0.006628 -0.03427 -0.020807 0.021209 0.003686 0.0155 -0.011584 0.018815 0.016128 0.008198 0.02578 -0.007088 0.015967 -0.028482 0.018071 -0.013542 0.031832 -0.003288 -0.03333 0.026647 -0.009955 0.048518 -0.003551 0.016406 -0.025797 0.008054 -0.02707 -0.037711 0.040691 -0.008464 0.007756 0.038773 0.017261 0.053117 0.038511 -0.039717 0.070488 0.009229 -0.019182 0.035546 -0.003839 0.019019 -0.015503 -0.033918 0.000695 0.001001 0.023565 0.010061 0.05977 -0.004984 0.025932 0.00032 -0.031114 -0.012094 0.037645 0.010734 -0.027201 0.033824 0.011396 0.044336 -0.010003 -0.006858 0.019397 -0.004579 0.003183 0.049858 -0.031722 -0.043083 -0.032006 -0.019997 0.004561 -0.034452 0.006138 0.033217 -0.019391 -0.016804 -0.023547 -0.011924 -0.012213 -0.002696 -0.012438 -0.010725 -0.010365 0.02279 -0.007973 0.001331 0.03134 -0.01284 -0.022559 -0.004954 0.069182 0.017939 0.013526 0.018018 0.014677 0.001287 0.003175 -0.002875 -0.029266 0.008754 -0.012087 -0.047135 -0.005943 -0.017807 0.052705 0.018666 0.016172 0.01865 -0.015722 -0.013434 -0.020905 0.003995 -0.002178 -0.002291 -0.034927 0.016655 -0.004834 0.024722 -0.022748 0.037422 0.009642 0.02333 -0.014276 0.011371 0.043933 0.031496 -0.044054 -0.012466 0.042007 0.006816 -0.008552 -0.031404 0.008978 -0.008833 0.025673 0.019769 -0.008777 0.013747 0.028546 -0.016919 -0.02 -0.045426 0.000821 0.010554 0.00073 -0.004255 -0.022429 -0.001999 0.014495 -0.022871 0.040133 0.022855 -0.038197 -0.032853 -0.011204 0.008482 -0.042682 -0.005891 0.021273 0.006733 0.010088 -0.01924 0.047871 0.014855 -0.002796 -0.015513 -0.001024 0.012741 -0.003429 -0.009615 -0.053987 -0.038022 0.019813 0.021862 -0.027774 -0.009596 -0.043279 0.026194 0.02727 0.005162 0.010722 -0.001334 -0.057936 -0.025872 0.006914 0.026889 0.038962 -0.020797 -0.005583 -0.00749 0.001585 0.02618 -0.040004 0.015114 0.020865 0.002725 0.020843 0.01995 0.021638 -0.008247 0.012116 0.026159 0.040442 0.00342 0.022747 -0.038135 -0.005965 -0.018135 0.025863 0.006503 -0.016451 -0.010152 0.001077 -0.032301 -0.031506 -0.043221 -0.033608 0.022856 -0.010527 -0.062062 0.020777 0.013897 -0.004323 0.040155 -0.019631 0.000804 -0.00285 -0.007874 0.023385 0.011023 0.02982 0.061372 -0.002788 0.00939 0.022219 -0.047637 -0.018652 -0.010778 -0.012505 0.032538 -0.015377 -0.039777 0.012783 0.004662 0.004941 -0.034972 -0.022803 -0.037034 -0.010439 0.003505 -0.004354 -0.003779 0.010258 -0.015374 0.013659 -0.011297 0.023657 -0.007766 0.009086 0.026378 0.036175 -0.042334 0.009524 0.011308 -0.011508 0.01918 -0.040278 0.006207 -0.004036 -0.001423 -0.050294 -0.000146 0.022145 -0.041517 0.027768 -0.055219 0.001864 0.02426 0.014588 -0.003317 0.054514 -0.015012\nફ 0.040445 -0.003708 -0.059317 0.018617 0.020812 0.042658 -0.005482 -0.023274 -0.023367 -0.042942 0.047929 0.033245 0.015299 -0.039288 0.050562 -0.007932 0.011855 -0.023697 -0.026128 -0.069992 -0.012102 -0.011529 -0.006109 0.013777 0.003849 0.037926 0.013312 -0.024008 -0.009731 -0.039952 0.028487 -0.038983 -0.01563 -0.039568 -0.007423 0.025698 -0.061992 0.043542 0.010851 -0.004376 -0.05537 -0.008282 0.019897 -0.019019 -0.032105 -0.048369 0.063897 -0.005318 -0.008928 0.024691 -0.003709 0.072971 0.047897 -0.044784 0.072817 -0.001814 0.002639 0.041051 -0.017506 0.040043 -0.028713 -0.028904 -0.034589 -0.042427 0.029369 0.037738 0.061639 -0.009327 0.034692 0.030129 -0.091619 -0.011316 0.018768 0.025603 -0.065707 -0.003252 -0.038109 0.030841 -0.036732 -0.032537 0.000615 -0.009622 0.009439 0.018554 -0.020358 -0.062611 -0.006523 -0.00746 -0.021656 -0.042 -0.021607 0.040232 0.023897 -0.008323 0.018483 -0.017452 -0.002389 -0.061429 -0.011463 -0.012044 -0.03246 0.006957 -0.006533 -0.016535 0.020244 -0.024644 -0.027124 0.027324 0.030315 -0.009545 0.06533 0.026511 0.02925 -0.008612 0.003202 -0.004042 -0.013602 0.002421 -0.023311 -0.06274 0.024561 0.014683 0.053993 0.044199 0.035601 0.025005 -0.038219 0.004676 -0.023242 -0.018519 -0.024928 -0.019497 -0.026702 0.034074 -0.019054 -0.000688 -0.041773 0.005813 -0.000474 0.074049 0.019275 0.003695 0.003982 0.026335 -0.026977 -0.070156 0.055666 0.007061 -0.012449 -0.053506 0.008317 0.019516 0.026859 0.051066 -0.008151 0.006655 -0.003858 -0.039572 0.028354 -0.037277 -0.025844 0.024061 0.024115 0.01061 -0.021172 0.008005 0.026837 -0.036924 0.027234 0.059344 -0.017781 -0.027294 -0.003631 0.064163 -0.029013 -0.029632 0.001763 -0.011797 -0.068689 -0.043975 0.049881 -0.019464 0.014882 -0.019476 -0.002647 -0.016122 0.005388 0.004212 -0.07346 0.007569 0.037212 0.050546 -0.050259 -0.035328 0.014155 0.041256 -0.023527 0.022442 0.025916 -0.004075 -0.056533 -0.060916 0.003717 0.048519 0.015284 0.005238 0.028452 -0.007577 -0.018174 0.056537 -0.041757 -0.02795 0.004556 0.032032 0.008156 0.070556 0.020067 -0.031409 0.011218 0.019205 0.011354 -0.00695 -0.005132 -0.00838 -0.048325 0.013294 0.0143 0.010825 -0.011134 -0.034909 -0.012186 -0.003933 -0.027636 -0.037639 -0.067126 -0.001839 -0.019154 -0.042883 0.030668 0.02588 0.00407 0.028146 -0.038912 0.011258 0.007384 -0.004022 0.068432 -0.0235 0.057755 0.085479 0.026819 0.005939 0.004235 -0.056173 -0.049428 -0.030864 -0.01636 0.033601 -0.034026 -0.038533 -0.003533 0.003924 0.051753 -0.031725 -0.032559 -0.013043 -0.048195 -0.044535 0.010503 0.010233 0.036033 -0.001615 0.025492 0.00519 0.031874 -0.024072 0.028903 0.003958 0.052122 -0.069136 -0.017369 -0.026983 0.020735 0.033041 -0.01625 -0.019167 0.029109 -0.016344 -0.032462 0.01067 0.003347 -0.063841 0.015612 -0.083181 -0.028396 0.008685 0.01956 0.006502 0.026283 0.000477\nভ 0.009533 0.013868 -0.047749 0.011187 0.018079 0.033174 0.027266 0.017244 -0.026928 -0.012176 0.067706 -0.003427 -0.006458 -0.012413 0.000874 0.023129 -0.017669 -0.0213 -0.031795 0.001091 0.000372 0.023015 0.033928 -0.00864 0.034201 0.004413 -0.040306 -0.028679 -0.034079 -0.062582 0.034747 -0.034948 -0.045806 -0.062439 0.015467 0.018035 -0.056569 0.050246 -0.004236 0.031268 0.000355 0.026982 0.006523 -0.033254 -0.053699 -0.014749 0.00203 0.009201 0.016387 -0.01509 0.013894 0.061806 0.045611 -0.045328 -0.002258 0.009214 -0.01619 -0.016383 -0.00821 -0.011111 -0.037146 -0.004959 0.001702 -0.005061 -0.032461 0.043949 0.022915 -0.009952 0.042824 0.016967 -0.073356 0.007403 0.022548 0.028934 -0.03858 0.02053 -0.018518 0.061358 -0.046541 0.000194 -0.007439 0.002585 0.021954 0.015625 -0.013049 -0.010372 -0.00585 0.004952 -0.014133 0.027638 -0.035523 -0.007081 -0.000617 0.008887 0.041674 -0.019663 0.013928 -0.034286 -0.007639 0.009758 -0.009662 0.005097 0.000911 -0.029601 -0.031699 0.023016 -0.008091 0.006806 0.029415 0.025186 0.072917 0.015355 0.039061 -0.032153 0.022646 0.000849 0.023038 -0.028235 -0.026247 0.03119 0.033484 0.0094 0.03143 0.010954 -0.000334 0.02645 -0.011848 -0.03338 -0.02993 -0.029274 -0.039078 0.027815 -0.012572 0.030636 -0.018772 0.02519 0.011814 -0.010191 0.004075 0.043581 -0.019207 -0.026663 0.011404 0.019536 -0.074806 -0.03719 0.071929 0.034176 0.00999 -0.080975 -0.026887 -0.00687 0.051631 -0.008663 0.026194 0.018607 0.029301 -0.034765 0.00745 -0.008406 -0.049655 0.052652 0.010914 0.02778 -0.007366 -0.011321 0.002605 -0.022087 0.01416 0.035363 -0.028736 0.025463 -9.6e-05 0.030243 -0.011943 -0.036763 -0.041133 -0.024176 0.004674 -0.00914 0.05162 -0.032085 0.009162 0.016996 0.009005 0.017609 0.0279 0.042489 -0.031264 0.034139 0.007786 0.018692 -0.012434 -0.049411 -4e-05 0.05226 -0.002674 -0.008629 0.026674 -0.025706 -0.017601 -0.039852 0.008992 0.029574 0.00189 0.035823 -0.011232 -0.020904 -0.007223 0.060179 -0.005506 -0.026943 -0.018948 -0.018227 -0.023848 0.107799 -0.008971 -0.026962 0.044249 0.022757 -0.035408 0.0019 -0.011574 0.008926 -0.009346 -0.015107 -0.012084 0.012355 0.004878 -0.022297 0.008142 0.006668 0.010377 -0.022864 -0.079243 0.00492 -0.035573 -0.01819 0.013144 0.02657 0.017928 0.037956 0.00225 0.006006 0.015027 -0.015257 0.003919 -0.003265 0.015772 0.060347 0.006087 0.021805 -0.029217 -0.038156 -0.041403 -0.075895 -0.043774 0.000538 -0.009328 0.02079 -0.011442 -0.025296 0.042242 -0.016258 0.001624 0.017555 -0.029423 -0.007068 0.002082 0.004914 0.050096 -0.017393 0.046388 0.015485 -0.021541 0.012594 -0.014776 0.021849 0.082766 -0.049591 -0.024835 0.007558 0.033105 0.006744 -0.008969 -0.00866 0.011307 -0.007871 -0.018628 0.005065 0.043078 -0.039581 0.009893 -0.089687 0.015721 0.040712 -0.016867 0.046943 -0.020493 0.008116\nಯ 0.043695 -0.014261 -0.065645 0.032986 0.007796 0.058663 0.024181 -0.021511 -0.002684 -0.030794 0.043042 0.005616 -0.009178 -0.023702 0.020477 0.016943 0.012634 -0.030757 -0.014013 -0.057636 -0.037666 -0.009077 0.013909 0.0313 0.008154 0.015639 -0.020545 0.003561 -0.047236 -0.055507 0.04618 -0.035093 -0.027967 -0.035511 0.028063 0.023782 -0.047631 0.040388 0.020909 0.052087 -0.053796 0.020105 0.025807 -0.000635 -0.038196 -0.038297 0.036554 -0.003277 -0.000516 0.007775 0.003527 0.05159 0.05466 -0.052942 0.044971 0.002329 -3.5e-05 0.020166 -0.001054 0.039477 -0.043313 -0.040467 0.009507 -0.013876 0.011576 0.021009 0.039198 -0.00747 0.046129 0.022345 -0.054897 -0.004548 0.024208 0.029944 -0.060967 -0.019537 -0.025944 0.022233 -0.056099 -0.015963 0.027695 -0.024555 0.002008 0.026734 -0.053273 -0.083054 -0.008839 -0.004549 -0.012134 -0.009515 -0.013487 0.031648 -0.002004 -0.031747 0.015553 -0.012462 -0.016588 -0.053367 -0.008575 -0.01893 -0.018872 0.008787 -0.00342 -0.02526 -0.000133 -0.021977 -0.042819 0.012918 0.037925 0.015387 0.06868 0.033246 0.027182 -0.024009 0.02702 -0.012075 -0.004328 -0.004723 -0.014059 -0.055177 0.041127 0.004709 0.050323 0.026823 0.043772 0.023901 -0.019224 -0.031678 -0.015526 -0.033373 -0.012215 0.012357 -0.041334 0.053561 -0.004733 0.03724 -0.025082 0.000391 0.002232 0.069979 -0.009737 -0.017999 0.015102 0.032318 -0.044334 -0.062599 0.073573 0.028887 0.018277 -0.057264 -0.012768 0.024838 0.042608 -0.005932 -0.008111 0.004665 0.001903 -0.036416 0.019339 -0.021865 -0.025743 -0.008461 0.046382 0.010243 -0.038624 -0.009775 0.025035 -0.013967 0.009318 0.028371 -0.040528 -0.032751 -0.033314 0.031166 -0.014199 -0.043803 -0.006571 -0.009719 -0.049471 -0.022382 0.026507 -0.019531 -0.002698 0.00168 0.015292 -0.003033 -0.000813 0.029714 -0.064083 -0.002175 0.007405 0.028059 -0.077683 -0.039251 0.028054 0.053743 -0.012611 0.021503 -0.010707 0.006452 -0.037872 -0.054678 0.033896 0.029595 0.027871 -0.025788 0.001366 -0.009207 0.016135 0.06202 -0.045435 -0.007253 -0.004927 0.020753 0.005035 0.06982 0.012911 -0.013908 0.021569 0.016833 -0.001054 -0.01153 -0.004551 0.021214 -0.023688 0.020939 0.00117 0.03783 0.019249 -0.038056 -0.000527 0.002441 0.007652 -0.030247 -0.042605 -0.005593 -0.013956 -0.044682 0.041009 0.034079 0.02034 0.041009 -0.035386 0.01377 0.009424 0.010594 0.033611 0.01572 0.053423 0.048097 0.020755 0.001044 0.017644 -0.053344 -0.039327 -0.029015 -0.033698 0.022401 -0.02608 -0.019941 -0.003966 -0.013854 0.035868 -0.003582 -0.021231 -0.006896 -0.02584 -0.024712 -0.000322 0.008836 0.000175 -0.012697 -0.005602 0.002838 0.013239 -0.002927 0.001506 0.02982 0.062519 -0.032528 -0.006397 -0.019603 0.013595 0.028694 -0.021076 -0.019441 0.037502 -0.018221 -0.035461 -0.020351 0.029771 -0.070096 0.001455 -0.098437 0.01745 0.001015 0.027319 0.012919 0.011943 0.009473\nα 0.025357 0.000328 -0.04253 0.023008 0.006772 0.035902 0.008428 -0.002995 -0.015782 -0.029389 0.034167 0.011783 -0.01307 -0.025621 0.030944 -0.008517 0.009768 -0.021031 -0.011958 -0.036217 -0.012699 0.005942 0.006706 0.01307 0.007539 0.017202 -0.006828 -0.010154 -0.013822 -0.019996 0.022836 -0.031818 -0.01649 -0.03555 0.008687 0.01591 -0.031041 0.039114 0.007428 0.016801 -0.029734 0.009175 -0.000514 0.009211 -0.021942 -0.022631 0.03078 0.003073 0.002271 0.011589 0.009093 0.043542 0.034517 -0.02766 0.039667 0.007118 -0.000236 0.02214 -0.013872 0.021938 -0.029723 -0.028142 -0.008675 -0.01736 0.012166 0.017877 0.035901 -0.017417 0.027299 0.01643 -0.044556 -0.006538 0.023367 0.01112 -0.043407 -7.2e-05 -0.029749 0.021696 -0.022863 -0.014999 0.010052 0.000667 5.4e-05 0.016832 -0.018401 -0.045049 0.004154 -0.004564 -0.013674 0.002413 -0.004749 0.024519 0.000216 -0.003769 0.009692 -0.008902 -0.002 -0.031965 -0.006837 -0.007713 -0.012698 0.002089 -0.001941 -0.029378 0.014342 -0.007306 -0.011552 0.010825 0.028443 -0.005686 0.040921 0.016102 0.02449 -0.011974 0.006348 0.003737 -0.002537 0.003861 -0.01226 -0.038574 0.022423 -0.000442 0.033728 0.021719 0.028849 0.003897 -0.003624 -0.01051 -0.011064 -0.013283 -0.013073 0.000724 -0.016305 0.026348 -0.019545 0.012388 -0.027079 0.003458 0.004885 0.043214 -0.008077 -0.011826 0.01358 0.024006 -0.032334 -0.043068 0.038053 0.006139 0.002821 -0.041685 -0.00108 0.006998 0.030376 0.024114 0.000343 -0.001007 -0.004048 -0.020557 0.013453 -0.022272 -0.014014 0.013634 0.021926 0.015264 -0.010727 -0.012442 0.022695 -0.0224 0.021312 0.016809 -0.02919 -0.023369 -0.010622 0.032602 -0.012894 -0.024781 -0.010351 -0.008303 -0.03282 -0.01491 0.030104 -0.015503 0.002766 -0.006195 -0.009493 -0.01391 -0.002944 0.018505 -0.054369 0.00052 0.015467 0.029785 -0.031481 -0.036636 0.000194 0.031937 -0.017808 0.012485 0.005193 0.000543 -0.033288 -0.028493 0.016748 0.020999 0.014922 0.011951 0.012136 -0.014373 -0.003356 0.031115 -0.012812 -0.00684 -0.012189 0.012061 -0.001782 0.06053 0.006637 -0.016524 0.003733 -0.002592 -0.006723 0.011949 -0.009559 0.006107 -0.023634 -0.004907 0.002403 0.011856 -0.004267 -0.027569 -0.003645 0.001556 -0.004773 -0.020647 -0.027882 -0.001659 -0.01443 -0.031871 0.024774 0.028883 0.008955 0.023839 -0.02017 0.00891 0.007488 -0.003947 0.035911 -0.000603 0.032774 0.050203 0.023975 0.005402 -0.000975 -0.034874 -0.031319 -0.02411 -0.003203 0.014026 -0.023815 -0.013491 0.009174 -0.005765 0.026525 -0.02248 -0.025329 -0.015449 -0.026079 -0.01935 0.003795 -0.001323 0.019506 -0.005929 0.007549 -0.000644 0.003936 -0.002419 -0.001978 0.018445 0.039559 -0.041852 -0.006448 -0.016712 0.011874 0.012916 -0.02124 -0.002353 0.01181 -0.009196 -0.01708 -0.017097 0.005007 -0.038279 0.007587 -0.060825 -0.009027 0.004035 0.00931 0.010937 0.016201 0.000456\nֵ 0.047179 0.016687 -0.084307 0.046864 0.024622 0.06604 0.018444 -0.002235 -0.023405 -0.054747 0.049844 0.025009 -0.012071 -0.06103 0.053328 -0.018178 0.011321 -0.042455 -0.020385 -0.075814 -0.025622 -0.002808 0.016055 0.027243 0.011014 0.037454 -0.004664 -0.017337 -0.013348 -0.031889 0.035735 -0.056662 -0.028362 -0.073033 0.016497 0.030099 -0.067147 0.072293 0.014813 0.037922 -0.048226 0.01195 -0.007828 0.014445 -0.03947 -0.047981 0.069503 0.000185 0.003366 0.03652 0.007644 0.102097 0.075674 -0.05961 0.076392 0.009212 -0.013507 0.037492 -0.015629 0.041422 -0.039706 -0.058585 -0.014468 -0.02239 0.032385 0.023345 0.06304 -0.018674 0.05259 0.02145 -0.075121 -0.004538 0.026347 0.02206 -0.087474 0.010975 -0.047301 0.043107 -0.039534 -0.02257 0.024285 0.000116 -0.004195 0.036844 -0.048366 -0.092006 0.004274 0.007178 -0.035353 -0.010022 -0.017701 0.041094 -0.003758 -0.036571 0.007273 -0.01919 0.002616 -0.065539 0.000592 -0.01863 -0.028001 -0.006738 0.003208 -0.044403 0.035273 -0.006598 -0.025024 0.013868 0.059567 -0.006077 0.068211 0.032614 0.037978 -0.024813 0.015064 0.016029 -0.020952 0.009579 -0.023304 -0.067129 0.034741 -0.002879 0.066709 0.043656 0.05815 0.014011 -0.015898 -0.032784 -0.026855 -0.022777 -0.041301 -0.003268 -0.036413 0.05128 -0.031644 0.024505 -0.040039 0.018493 0.005433 0.076791 -0.002699 -0.021675 0.026992 0.050349 -0.060861 -0.072309 0.061135 -0.001551 0.006082 -0.067182 0.000152 0.025985 0.050082 0.046374 -0.00708 0.009486 -0.002824 -0.039538 0.023987 -0.03899 -0.024362 0.026105 0.033718 0.014253 -0.025675 -0.02446 0.041033 -0.044389 0.040305 0.050391 -0.050756 -0.038894 -0.018793 0.059967 -0.034701 -0.043806 -0.021806 -0.011471 -0.049171 -0.045242 0.060837 -0.004223 0.002516 -0.008739 -0.022279 -0.024079 0.005133 0.035109 -0.106748 0.000765 0.018167 0.045728 -0.058394 -0.065212 0.003264 0.062845 -0.033753 0.015879 0.006995 0.010241 -0.066242 -0.071585 0.020179 0.044209 0.0368 0.012333 0.023886 -0.004092 -0.019167 0.063579 -0.047714 -0.005024 -0.011878 0.035006 0.004104 0.117989 0.009868 -0.036116 0.005364 0.005125 -0.01281 0.033321 -0.007047 0.002813 -0.05142 -0.002051 0.00283 0.019971 -0.023409 -0.025815 0.001931 0.002471 -0.018503 -0.056047 -0.056823 0.00119 -0.029817 -0.044813 0.056115 0.045554 0.011667 0.049521 -0.029578 0.028543 0.012928 -0.030927 0.074688 -0.023387 0.068833 0.09365 0.049202 0.017945 0.013463 -0.090266 -0.068164 -0.031938 -0.00199 0.032699 -0.033832 -0.034019 0.016259 0.002507 0.056379 -0.041318 -0.056268 -0.035622 -0.047471 -0.020738 0.011353 -0.001753 0.044004 -0.022421 0.011021 0.003259 0.025077 0.011602 0.007184 0.041838 0.069597 -0.081858 -0.008324 -0.024524 0.030239 0.034334 -0.046791 0.003432 0.03148 -0.028876 -0.038985 -0.027303 0.023508 -0.0722 0.025051 -0.104852 -0.019026 0.011171 0.031655 0.014765 0.050032 0.008773\nд 0.04017 0.00654 -0.051711 0.022578 0.016273 0.036766 0.00519 -0.0018 -0.016964 -0.03392 0.043169 0.012522 -0.012722 -0.031174 0.039952 -0.013342 0.006893 -0.025125 -0.014459 -0.04911 -0.014239 0.000272 0.007998 0.014102 0.005799 0.025738 -0.007961 -0.012798 -0.018048 -0.027997 0.021134 -0.039543 -0.017396 -0.043419 0.01273 0.016808 -0.047058 0.045092 0.006894 0.019885 -0.035861 0.013186 0.003882 0.002095 -0.030665 -0.027378 0.03938 -0.002082 -0.004735 0.021083 0.013016 0.058055 0.034901 -0.038188 0.043782 0.013968 -0.000743 0.022272 -0.009889 0.028262 -0.033007 -0.028603 -0.009046 -0.018403 0.017351 0.023039 0.037024 -0.014433 0.029508 0.017179 -0.054162 -0.007135 0.022537 0.016319 -0.056672 0.001926 -0.036614 0.033177 -0.029566 -0.01294 0.016628 -0.002691 -0.001098 0.025038 -0.024686 -0.056733 0.003895 0.003961 -0.026546 -0.005018 -0.009718 0.025844 0.007142 -0.019365 0.016389 -0.007029 0.001633 -0.040939 -0.003917 -0.007264 -0.019367 -0.002171 -0.001891 -0.032286 0.019329 0.001184 -0.016935 0.011541 0.040616 -0.00276 0.051482 0.025717 0.022453 -0.011414 0.015258 0.007102 -0.015009 0.000261 -0.014759 -0.044345 0.02415 0.006031 0.044031 0.029876 0.0325 0.008588 -0.00995 -0.025107 -0.013043 -0.020204 -0.020082 -0.004828 -0.013498 0.029533 -0.0244 0.013244 -0.026945 0.009691 0.010492 0.04575 -0.00555 -0.015999 0.014265 0.031365 -0.036499 -0.055064 0.047447 0.007911 0.005864 -0.043166 0.00483 0.004732 0.033864 0.028908 -0.009305 0.001537 -0.001698 -0.024475 0.019094 -0.02051 -0.022341 0.020353 0.019186 0.016871 -0.021273 -0.007221 0.024351 -0.025271 0.016969 0.024543 -0.027776 -0.027945 -0.011621 0.038772 -0.019536 -0.030783 -0.008113 -0.007057 -0.041218 -0.029135 0.03708 -0.009779 0.004463 -0.01117 -0.00992 -0.019682 0.004378 0.02112 -0.064183 0.007699 0.026223 0.029736 -0.0304 -0.042517 0.009108 0.042281 -0.014172 0.019811 0.004595 0.005893 -0.044753 -0.040202 0.015881 0.029544 0.01871 0.018738 0.011094 -0.01463 0.000249 0.039522 -0.028114 -0.005667 -0.007739 0.020778 -0.002807 0.075635 0.004611 -0.02759 0.007296 -0.007896 -0.010185 0.011758 -0.010224 0.006627 -0.019013 -0.008065 -0.001791 0.022414 -0.012077 -0.025923 -0.00956 0.000207 -0.00604 -0.032824 -0.042964 -0.004364 -0.004968 -0.041939 0.031889 0.027754 0.005833 0.024764 -0.025751 0.016563 0.007927 -0.011612 0.051425 -0.006836 0.046058 0.056823 0.031744 0.003847 0.007591 -0.048107 -0.044951 -0.021712 -0.003755 0.027431 -0.030212 -0.011178 0.004735 -0.008911 0.02998 -0.030346 -0.028475 -0.02134 -0.03397 -0.023172 0.007521 -0.000722 0.014619 -0.003748 0.00773 -0.00743 0.014779 0.009114 0.005549 0.010854 0.04161 -0.054543 -0.002833 -0.024002 0.016846 0.015816 -0.022002 0.001591 0.019226 -0.013946 -0.020555 -0.017863 0.007751 -0.043849 0.00903 -0.06761 -0.012777 0.013983 0.015111 0.019448 0.019893 0.004073\nြ 0.032059 -0.011783 -0.04014 0.0104 0.002093 0.03565 0.003631 0.000117 -0.018274 -0.032808 0.037195 0.004677 -0.009642 -0.023179 0.039337 -0.000705 0.00092 -0.022312 -0.000492 -0.046363 -0.015565 -0.002979 0.005577 0.009009 0.00044 0.010456 -0.015561 -0.020159 -0.012141 -0.028729 0.02538 -0.030613 -0.014702 -0.028092 0.010723 0.01056 -0.027851 0.034864 -0.00049 0.015301 -0.037818 0.022501 0.002722 -0.010159 -0.033107 -0.018712 0.031203 -0.005344 0.004749 0.014789 0.002316 0.046318 0.032496 -0.034538 0.037629 0.001462 -0.011283 0.017595 -0.015515 0.020558 -0.038245 -0.026357 -0.004779 -0.005896 0.011037 0.01525 0.040859 -0.01245 0.036409 0.021809 -0.050199 0.000803 0.013945 0.017376 -0.04185 -8e-05 -0.029741 0.021016 -0.043555 -0.009374 0.004722 -0.00792 -0.006694 0.008904 -0.018508 -0.051659 -0.000491 -0.001785 -0.01333 -0.007298 -0.002126 0.023226 0.008233 -0.02048 0.022251 -0.009969 -6.8e-05 -0.039672 -0.004159 0.002417 -0.024788 -0.001676 -0.002093 -0.033848 0.01413 -0.003657 -0.017461 0.003865 0.050146 -0.005568 0.04342 0.029004 0.023289 -0.010823 0.006337 -0.007716 -0.001454 -0.008815 -0.015581 -0.039098 0.021707 0.012622 0.036536 0.026964 0.044215 0.001395 -0.007071 -0.005459 -0.01358 -0.016281 -0.022263 0.007896 -0.019244 0.03088 -0.012519 0.01446 -0.029738 0.022716 0.007921 0.049082 -0.007777 -0.010402 0.008085 0.012867 -0.049821 -0.054073 0.062144 0.018114 0.006913 -0.045246 0.013679 0.008079 0.035352 0.018479 -0.007372 0.002994 0.008007 -0.021929 0.015221 -0.029318 -0.020163 0.011071 0.026819 0.014412 -0.020875 -0.013699 0.016922 -0.022172 0.023863 0.025063 -0.017643 -0.017475 -0.010396 0.037309 -0.023273 -0.026576 0.00135 -0.005473 -0.046353 -0.014584 0.0299 -0.006149 0.010646 -0.018517 -0.015797 -0.025925 -0.004544 0.031165 -0.045566 0.002795 0.00846 0.031358 -0.035631 -0.038101 -0.010572 0.04317 -0.02199 0.013316 -0.000526 -0.005365 -0.040465 -0.038614 0.004162 0.026134 0.014574 0.011515 0.019441 -0.00782 -0.004526 0.038385 -0.019551 0.000423 -0.015042 0.021616 -0.007523 0.052595 0.012613 -0.027214 0.008222 0.00666 0.000262 0.005354 -0.003676 0.005187 -0.019197 -0.009759 -0.005902 0.020581 -0.008366 -0.016502 -0.010228 -0.00235 -0.002119 -0.029325 -0.036557 -0.005694 -0.01169 -0.042116 0.025591 0.016373 0.008692 0.029292 -0.019828 0.008106 -0.00583 -0.003182 0.027128 -0.012033 0.040887 0.051818 0.022294 0.019183 0.009979 -0.042628 -0.027332 -0.006752 -0.014193 0.025072 -0.029815 -0.006495 0.000636 -0.00947 0.033088 -0.025586 -0.025097 -0.027483 -0.03846 -0.010157 0.004724 -0.001485 0.022809 0.001364 0.022544 0.000185 0.02949 0.012325 0.005258 0.014003 0.054878 -0.04753 0.004082 -0.014324 0.010641 0.017556 -0.013391 -0.011456 0.017576 -0.009457 -0.018192 -0.018406 0.005521 -0.041129 0.017287 -0.063435 -0.017283 0.01552 0.012698 0.020847 0.014503 -0.001706\nு 0.02961 0.001384 -0.052173 0.022029 0.012317 0.039657 0.002966 -0.010636 -0.019774 -0.032 0.036357 0.014367 -0.009464 -0.027162 0.034972 -0.011788 0.005004 -0.021142 -0.009872 -0.048735 -0.008016 -0.002821 0.005252 0.006411 0.004565 0.017892 -0.004845 -0.005695 -0.017429 -0.030105 0.019683 -0.032262 -0.02319 -0.039059 0.014296 0.008902 -0.037843 0.040874 0.006303 0.024448 -0.038612 0.011046 0.004843 -0.000171 -0.033179 -0.016346 0.030685 -0.003026 0.000263 0.018036 0.002056 0.0595 0.035863 -0.031827 0.045337 0.005304 -0.008902 0.019249 -0.011255 0.02762 -0.037493 -0.033137 -0.008059 -0.01458 0.013177 0.016381 0.051026 -0.004374 0.041668 0.023427 -0.048296 -0.004104 0.020053 0.015848 -0.04223 0.004464 -0.024697 0.027249 -0.034379 -0.015631 0.013384 -0.002616 0.005332 0.013837 -0.020547 -0.056788 0.003777 -0.005318 -0.017072 -0.003692 -0.008818 0.020341 0.003889 -0.014169 0.012689 -0.007276 -0.005858 -0.032918 -0.004056 -0.001924 -0.024083 0.006298 0.002686 -0.029472 0.016834 -0.008482 -0.016854 0.009942 0.034547 -0.009355 0.042869 0.016746 0.028923 -0.016635 0.000651 -0.005797 -0.013016 -0.001365 -0.016161 -0.03612 0.026019 0.004 0.043172 0.0246 0.036767 0.009905 -0.002808 -0.008218 -0.015877 -0.021416 -0.018041 0.0023 -0.015878 0.028834 -0.021813 0.014544 -0.028 -0.000246 0.009983 0.044357 -0.001594 -0.011793 0.021263 0.022421 -0.041581 -0.056941 0.056447 0.016238 0.006197 -0.040402 0.006108 0.017923 0.03734 0.021114 0.000825 0.001676 0.002899 -0.024805 0.018733 -0.025176 -0.024126 0.0118 0.022826 0.010587 -0.016356 -0.014344 0.031842 -0.023071 0.022166 0.017297 -0.023224 -0.01859 -0.006926 0.034132 -0.024134 -0.028168 -0.009413 -0.010372 -0.035576 -0.022118 0.031039 -0.01226 0.003402 -0.006499 -0.006292 -0.018775 0.000262 0.016448 -0.049663 0.006522 0.012341 0.020032 -0.033402 -0.042154 0.002047 0.045405 -0.019335 0.01027 0.000831 0.002023 -0.035835 -0.032363 0.013883 0.030039 0.016866 0.016576 0.015019 -0.011987 -0.003327 0.045858 -0.03092 -0.003143 -0.008468 0.014467 -0.002755 0.062673 0.00996 -0.02527 0.011987 0.003099 -0.00402 0.00863 -0.001963 0.010335 -0.019809 -0.004673 -0.003984 0.026997 -0.006948 -0.022859 -0.009975 0.001172 -0.006781 -0.026534 -0.03815 -0.005433 -0.016322 -0.036238 0.026978 0.023087 0.001845 0.025662 -0.01696 0.013819 -0.00147 -0.00486 0.033605 -0.005079 0.041029 0.059161 0.029323 0.007941 -0.001203 -0.038275 -0.032322 -0.017123 -0.005304 0.0285 -0.029199 -0.012761 0.00293 -0.020523 0.037736 -0.023228 -0.037474 -0.019247 -0.034135 -0.016345 0.012658 0.003002 0.021868 -0.000448 0.012308 0.002986 0.014221 0.009934 -0.004476 0.017161 0.053608 -0.056997 -0.001816 -0.018171 0.01809 0.014722 -0.010632 -0.008671 0.019531 -0.009807 -0.023716 -0.016847 0.006953 -0.038993 0.012706 -0.070637 -0.002125 0.002223 0.011361 0.018926 0.016802 0.003091\nੀ 0.032365 -0.006451 -0.056455 0.013326 0.011152 0.029066 0.007127 -0.000805 -0.016636 -0.026578 0.049022 0.006537 -0.010301 -0.011502 0.028639 -0.005618 0.00605 -0.033182 -0.012475 -0.047359 -0.014416 0.003833 -0.004165 0.002017 0.005515 0.009829 -0.011887 -0.003325 0.00185 -0.032749 0.012325 -0.032154 -0.020831 -0.034646 -0.002633 0.013356 -0.036865 0.048066 0.02075 0.018262 -0.026984 0.018314 0.008317 -0.004046 -0.024349 -0.032129 0.04261 -0.008011 0.003784 0.021311 0.011 0.050774 0.035039 -0.033981 0.049093 -0.004553 -0.000986 0.029262 -0.004737 0.027532 -0.024826 -0.029626 -0.002136 -0.015856 0.013266 0.028042 0.05282 -0.017014 0.026901 0.017618 -0.047331 -0.017586 0.010527 0.017026 -0.060417 -0.000341 -0.036912 0.021449 -0.025919 -0.010535 0.013843 0.005973 0.005436 0.025 -0.02413 -0.055874 0.014216 -0.002377 -0.025969 -0.003569 -0.001955 0.024654 0.010327 -0.017694 0.018804 0.015784 -0.000346 -0.0361 -0.002368 -0.008611 -0.01976 -0.003079 0.002865 -0.029104 0.015084 -0.015392 -0.011173 0.011323 0.024202 -0.005108 0.04127 0.016093 0.03439 -0.022678 0.001528 0.003572 -0.007245 -0.005033 -0.012225 -0.04544 0.013767 -0.005027 0.031478 0.012706 0.029769 0.02548 -0.009815 -0.018224 -0.012357 -0.012043 -0.011865 -0.001346 -0.014418 0.02437 -0.026693 0.010992 -0.040689 0.012916 0.001882 0.049128 0.011973 -0.008573 -0.001833 0.01836 -0.03694 -0.039992 0.050825 0.003298 0.004472 -0.041057 -0.00249 0.012807 0.034937 0.035721 -0.006348 0.009765 -0.00322 -0.021124 0.011003 -0.019363 -0.024519 0.014594 0.033874 0.00666 -0.00673 -0.0142 0.020536 -0.027831 0.021547 0.006543 -0.03283 -0.023191 -0.003995 0.029749 -0.030193 -0.034847 -0.006148 -0.00355 -0.039607 -0.025238 0.034167 -0.000178 0.01329 -0.011719 -0.01008 -0.021398 0.005955 0.023998 -0.066583 -0.003256 0.010782 0.026533 -0.031875 -0.033483 0.000445 0.040999 -0.016137 0.005857 0.005114 -0.015711 -0.038647 -0.028523 0.009301 0.014524 0.023083 0.002113 0.013754 -0.00492 -0.002692 0.033476 -0.024022 0.004995 -0.01402 0.021591 -0.007414 0.05379 0.023316 -0.015091 0.015001 -0.005172 -0.011406 0.007191 -0.006112 0.003685 -0.019523 0.003412 -0.001508 0.02844 -0.009223 -0.028746 0.016894 0.001857 -0.009795 -0.023945 -0.029977 -0.004754 -0.015856 -0.029801 0.02593 0.03327 0.01095 0.031583 -0.01594 0.023723 -0.003117 -0.007883 0.037302 -0.00872 0.049629 0.057055 0.018563 -0.00092 0.002669 -0.04962 -0.029682 -0.01274 0.008727 0.026643 -0.022457 -0.024695 0.009011 -0.016613 0.037813 -0.02321 -0.029716 -0.014812 -0.02854 -0.006642 0.00629 0.006436 0.023661 0.001507 0.003763 -0.014614 0.011225 -0.002387 -0.001526 0.035225 0.036333 -0.06061 0.002328 -0.024522 0.022232 0.017622 -0.018568 -0.008973 0.017992 -0.010061 -0.03273 -0.017686 0.009001 -0.039541 0.007685 -0.072682 -0.019129 -0.000531 0.029393 0.010901 0.022615 0.007444\nໃ 0.033289 0.007588 -0.059833 0.030359 0.012479 0.03824 0.012814 0.000348 -0.026704 -0.03182 0.028258 0.013914 -0.011225 -0.028919 0.029947 0.001692 0.009571 -0.033131 -0.014174 -0.044929 -0.024559 0.004888 0.005917 0.021155 0.009541 0.019118 -0.008733 -0.002733 -0.019512 -0.031971 0.023667 -0.035318 -0.022323 -0.050611 0.008002 0.016372 -0.03595 0.048785 0.010361 0.026571 -0.033602 0.013067 -0.003265 -0.00403 -0.032804 -0.032071 0.038843 -0.002685 -0.001471 0.024092 0.003434 0.058858 0.043233 -0.037492 0.043305 0.000756 -0.002598 0.027191 -0.011685 0.030771 -0.031822 -0.033427 -0.007524 -0.018438 0.01365 0.021453 0.04817 -0.022106 0.034305 0.015557 -0.053674 -0.004458 0.020398 0.019698 -0.05207 0.006008 -0.03272 0.033385 -0.031272 -0.018381 0.016312 0.001005 0.000725 0.016641 -0.021673 -0.0628 0.01141 -0.012819 -0.01983 -0.00567 -0.006356 0.025463 0.004874 -0.019008 0.013013 -0.010188 0.000683 -0.047338 -0.001105 -0.006371 -0.019033 -0.000873 -0.008739 -0.032055 0.012026 -0.006925 -0.006825 0.004012 0.036834 -0.002836 0.042525 0.01516 0.030094 -0.01545 0.008353 0.003952 -0.020835 -0.000989 -0.014562 -0.04173 0.021739 0.000711 0.041454 0.01126 0.032046 0.017959 -0.016785 -0.021384 -0.008971 -0.013302 -0.011809 -0.000348 -0.023648 0.032875 -0.02802 0.023484 -0.041587 -0.001488 -0.000466 0.053083 -0.006041 -0.008476 0.015696 0.027597 -0.032277 -0.043743 0.049736 0.005353 -0.002438 -0.042106 0.011684 0.007272 0.035669 0.034438 0.000928 0.007074 -0.005309 -0.019796 0.008151 -0.024345 -0.015724 0.018858 0.028399 0.020518 -0.000991 -0.023575 0.02102 -0.016647 0.023072 0.02388 -0.025753 -0.029724 -0.015455 0.035831 -0.027126 -0.036013 -0.020794 -0.009629 -0.042386 -0.023793 0.037757 -0.007163 0.00338 -0.00901 -0.006874 -0.015418 0.001932 0.016827 -0.063725 5.8e-05 0.00757 0.026129 -0.036301 -0.035586 0.003752 0.046186 -0.02216 0.011412 -0.001177 0.001152 -0.037639 -0.02758 0.018343 0.018133 0.018384 0.021727 0.011224 -0.018616 -0.011262 0.0467 -0.032326 0.005173 -0.012268 0.018258 -0.003702 0.073104 0.004565 -0.024331 0.006639 -0.00883 -0.0101 0.002635 -0.012117 0.007384 -0.019669 0.001358 -0.000749 0.023779 -0.013451 -0.026727 -0.002756 0.002376 -0.005608 -0.0306 -0.039139 -0.002352 -0.016236 -0.03251 0.034685 0.029671 0.008701 0.027267 -0.027793 0.009637 0.011963 -0.019224 0.041239 -0.006327 0.044536 0.064887 0.031173 0.015 0.003636 -0.052423 -0.038648 -0.024477 0.003526 0.019546 -0.024011 -0.013734 0.008039 -0.018915 0.036941 -0.030461 -0.034716 -0.013342 -0.041961 -0.014296 0.007666 -0.0004 0.017309 0.00888 0.007174 -0.007185 0.012875 0.010323 -0.007638 0.02354 0.033515 -0.052605 -0.008511 -0.019171 0.007934 0.018802 -0.024772 -0.003778 0.017682 -0.011692 -0.014945 -0.027173 0.012582 -0.046673 0.009748 -0.063837 -0.011168 0.002516 0.020021 0.016675 0.027906 0.000589\nू 0.027597 0.001481 -0.051093 0.020688 0.008422 0.037152 0.002046 -0.002026 -0.020869 -0.03179 0.042873 0.018928 -0.009104 -0.023167 0.031805 -0.005506 0.006029 -0.02266 -0.007944 -0.047525 -0.014944 0.001382 0.010559 0.011163 0.006508 0.024973 -0.011955 -0.009153 -0.016213 -0.02541 0.025511 -0.03158 -0.015332 -0.044158 0.010952 0.009224 -0.040166 0.042858 0.009245 0.024848 -0.031712 0.008609 -0.001531 0.003272 -0.022512 -0.014735 0.03252 -0.004135 0.003721 0.008696 0.008481 0.06347 0.040823 -0.03876 0.042977 0.007427 -0.002445 0.020016 -0.011734 0.030042 -0.034146 -0.027268 -0.007789 -0.019463 0.018684 0.015932 0.0406 -0.010256 0.03339 0.014635 -0.055143 -0.00525 0.026017 0.012649 -0.047406 0.00248 -0.032058 0.02601 -0.032012 -0.011263 0.014416 -0.001889 0.003443 0.021564 -0.018139 -0.046433 0.00335 -0.003305 -0.019247 -0.00593 -0.007253 0.016827 0.005747 -0.017724 0.014743 -0.007138 -0.002283 -0.046186 -0.00486 -0.004511 -0.019601 -0.00042 -0.002154 -0.02785 0.009002 -0.010315 -0.011329 0.007728 0.035318 -0.005178 0.047024 0.027485 0.024679 -0.014447 0.006499 0.000814 -0.002179 -0.000227 -0.011811 -0.037803 0.022893 -0.00252 0.038097 0.02714 0.036422 0.010911 -0.010137 -0.018619 -0.012714 -0.016103 -0.017046 0.000337 -0.021917 0.03373 -0.022524 0.013134 -0.025428 0.009402 0.006364 0.047471 -0.005435 -0.005416 0.007282 0.025587 -0.037489 -0.056311 0.049746 0.013146 -0.001284 -0.043155 -0.004716 0.011255 0.031079 0.020394 0.002769 0.005205 0.001401 -0.026485 0.017011 -0.020554 -0.020717 0.01616 0.025232 0.010863 -0.009601 -0.011373 0.024358 -0.022973 0.026105 0.021563 -0.026879 -0.018176 -0.010869 0.043312 -0.02156 -0.03317 -0.014052 -0.008024 -0.035204 -0.012813 0.035556 -0.009382 0.002333 -0.006408 -0.009449 -0.01639 0.000546 0.023266 -0.065325 0.007386 0.018695 0.028097 -0.036048 -0.039144 0.003642 0.038113 -0.024664 0.011761 0.003888 -0.000567 -0.036907 -0.032538 0.018741 0.023521 0.021 0.01196 0.013689 -0.005913 -0.006602 0.040533 -0.018266 -0.010212 -0.007002 0.021819 -0.004408 0.06964 0.006478 -0.025466 0.00742 0.000694 -0.00327 0.009447 -0.01162 0.007817 -0.030569 -0.006762 -4.8e-05 0.017993 -0.010115 -0.02745 -0.00318 -0.002785 -0.003502 -0.028504 -0.036412 -0.0056 -0.013634 -0.032676 0.02736 0.030872 0.010345 0.028186 -0.024797 0.016358 0.000155 -0.009414 0.035506 -0.001298 0.033789 0.057559 0.026982 0.014308 0.000191 -0.045375 -0.038846 -0.016795 -0.00542 0.023816 -0.03248 -0.019582 0.002138 -0.012229 0.03175 -0.021017 -0.028022 -0.017223 -0.029613 -0.021051 0.003924 -0.003622 0.024008 0.000754 0.004615 -0.000927 0.007146 0.00226 -0.003806 0.015364 0.047374 -0.048798 -0.000836 -0.019551 0.015606 0.018243 -0.029281 -0.005255 0.014249 -0.012839 -0.019685 -0.014864 0.00326 -0.040677 0.011203 -0.062994 -0.011815 0.003046 0.012835 0.016995 0.014386 0.006073\nළ 0.040679 0.008117 -0.062369 0.036466 0.026716 0.057203 -0.020861 -0.000588 -0.027409 -0.048878 0.049381 0.03892 0.001333 -0.043598 0.069373 -0.020284 -0.00784 -0.010137 -0.004891 -0.069977 -0.011743 -0.02658 0.017891 -0.008769 -0.00666 0.026224 -0.017193 -0.019581 -0.021523 -0.044861 0.035243 -0.055727 -0.041153 -0.061547 0.016594 0.017167 -0.048421 0.048351 0.00965 0.035224 -0.054349 0.003744 0.017754 0.003641 -0.03733 -0.018554 0.066368 -0.005614 -0.018066 0.030093 -0.005833 0.063134 0.049941 -0.021513 0.085971 -0.006699 -0.004257 0.013772 -0.001062 0.0257 -0.0498 -0.055917 -0.016541 -0.014821 0.044674 0.030131 0.059156 -0.01061 0.050032 0.031368 -0.085882 0.00278 0.030437 0.020979 -0.071714 0.015837 -0.052971 0.014065 -0.054179 -0.025765 0.027844 -0.016164 0.001529 0.018567 -0.039157 -0.050025 0.018477 0.022903 -0.025999 -0.035059 -0.016412 0.017796 0.022067 -0.020844 0.011136 0.019716 -0.00282 -0.04255 0.005688 0.00389 -0.043791 0.003664 0.001739 -0.064846 0.023366 -0.005786 -0.028744 0.028054 0.065164 -0.01439 0.059575 0.047544 0.049639 -0.037032 -0.003103 0.003586 -0.002388 0.007371 -0.018837 -0.062988 0.043004 0.004416 0.051305 0.042076 0.045828 0.022959 -0.001313 1.9e-05 -0.016291 -0.035801 -0.039098 -0.006115 -0.001055 0.055123 -0.027176 0.024432 -0.032767 0.015775 0.002201 0.054863 0.008914 0.001681 0.018951 0.031364 -0.050419 -0.078577 0.094847 0.027674 0.008516 -0.051549 0.01175 0.037853 0.026586 0.023519 0.009283 0.002449 0.025745 -0.023239 0.036319 -0.031173 -0.0234 0.022386 0.006079 0.020735 -0.026346 -0.039639 0.036646 -0.024285 0.032856 0.018627 -0.029083 -0.026067 -0.00606 0.04994 -0.034155 -0.042905 -0.016199 -0.034758 -0.054295 -0.048918 0.041688 -0.002828 0.008071 -0.021918 -0.015407 -0.025633 0.002887 0.034558 -0.066007 0.001299 -0.00371 0.034898 -0.043479 -0.072115 0.003268 0.073148 -0.030129 0.010125 0.00062 0.0049 -0.055261 -0.037965 0.008527 0.057996 0.034542 0.002927 0.034998 0.008196 -0.014718 0.060046 -0.023823 -0.030486 -0.00628 0.024201 0.015802 0.101789 0.009442 -0.039865 0.012758 0.009675 -0.001476 0.007399 0.00971 0.014128 -0.021567 -0.018928 0.001482 0.03993 -0.024009 -0.023068 -0.00539 -0.012528 -0.030314 -0.032689 -0.05643 -0.010404 -0.031307 -0.045111 0.051765 -0.000364 -0.005373 0.038359 -0.019612 0.024289 -0.023036 -0.00184 0.033309 -0.015796 0.067614 0.074708 0.036377 0.004424 0.003141 -0.043352 -0.047075 -0.015003 -0.009106 0.040998 -0.045067 -0.010552 -0.009761 -0.016289 0.057552 -0.05483 -0.04423 -0.025887 -0.054543 -0.026662 0.017078 0.021965 0.039354 0.000723 0.027979 0.005733 0.015616 0.02297 0.004498 0.025148 0.08671 -0.07773 0.003172 -0.027685 0.040262 0.02632 0.001743 -0.001096 0.036178 -0.012781 -0.033442 -0.002071 0.010136 -0.037412 0.028483 -0.104873 0.001618 0.028406 0.011573 0.025324 0.003281 0.028457\nو 0.027899 0.004638 -0.04086 0.017313 0.005367 0.028161 0.002892 -0.007717 -0.019142 -0.028201 0.027311 0.009072 -0.008273 -0.01881 0.023509 -0.004177 0.008871 -0.016095 -0.010154 -0.039175 -0.01508 0.002381 0.006476 0.008153 0.002236 0.014764 -0.006496 -0.0102 -0.010562 -0.027065 0.019317 -0.024724 -0.01412 -0.035197 0.008845 0.012386 -0.030329 0.034302 0.006568 0.017131 -0.026273 0.00665 0.003583 0.00024 -0.024151 -0.017813 0.030979 -0.002893 -0.001364 0.010202 0.002387 0.039308 0.026519 -0.024404 0.034897 0.004109 -0.003255 0.017591 -0.01156 0.020224 -0.02817 -0.021704 -0.007996 -0.011602 0.01466 0.01873 0.034155 -0.010132 0.030968 0.016066 -0.045188 -0.006517 0.019361 0.016967 -0.038154 0.001315 -0.025517 0.022053 -0.030828 -0.014828 0.009543 -0.001653 0.001257 0.009645 -0.018782 -0.040839 0.003454 -0.001538 -0.015172 -0.003807 -0.005102 0.02031 0.006445 -0.009034 0.015008 -0.003635 -0.001317 -0.031639 -0.000189 -0.002879 -0.016973 0.003753 0.001118 -0.026184 0.0129 -0.007287 -0.013072 0.010554 0.029473 -0.007931 0.037766 0.017646 0.020079 -0.015319 0.006972 -0.001594 -0.006004 0.002036 -0.013886 -0.034644 0.019429 0.002135 0.03095 0.020269 0.029271 0.011904 -0.007637 -0.009479 -0.009225 -0.015572 -0.01019 -0.000741 -0.010772 0.02517 -0.016815 0.011032 -0.028333 0.005261 0.010217 0.037121 0.00033 -0.009115 0.008798 0.020155 -0.026201 -0.0413 0.042037 0.012013 0.002264 -0.037583 0.007108 0.006571 0.027339 0.024055 -0.001856 0.004773 0.002685 -0.020508 0.01314 -0.019681 -0.021227 0.011267 0.018027 0.013736 -0.012895 -0.015122 0.016068 -0.019534 0.016859 0.013993 -0.021669 -0.020082 -0.00923 0.032793 -0.014272 -0.021506 -0.007663 -0.011321 -0.032898 -0.015236 0.028359 -0.011544 0.006346 -0.012615 -0.001223 -0.018737 0.001991 0.019415 -0.042711 0.000702 0.012333 0.021469 -0.029109 -0.027703 0.002775 0.03321 -0.017774 0.01332 0.000348 0.000344 -0.026389 -0.025771 0.014904 0.021433 0.013083 0.013561 0.011016 -0.00915 -0.005096 0.032491 -0.017101 -0.002907 -0.010556 0.015117 -0.003362 0.056069 0.00714 -0.018503 0.008332 -0.002695 -0.003099 0.00678 -0.002943 0.003585 -0.020917 -0.001168 0.000404 0.015575 -0.004414 -0.020404 -0.002681 -0.002341 -0.00535 -0.019825 -0.029839 -0.0034 -0.012674 -0.027714 0.018945 0.016003 0.006732 0.015015 -0.021513 0.008608 0.004172 -0.002418 0.028973 -0.003366 0.033242 0.044086 0.020255 0.004407 -0.000889 -0.032258 -0.025149 -0.019972 -0.003184 0.020103 -0.023676 -0.006502 0.002618 -0.012319 0.026061 -0.02555 -0.025964 -0.018162 -0.028747 -0.013702 0.006855 7.9e-05 0.016981 0.000465 0.011322 -0.002006 0.011493 -0.002399 -0.001803 0.012891 0.038915 -0.041753 -0.000399 -0.017648 0.01363 0.010797 -0.01525 -0.004575 0.017795 -0.00991 -0.015042 -0.015096 0.005907 -0.034417 0.0078 -0.055968 -0.007899 0.005615 0.010882 0.012455 0.016077 0.00192\nǝ 0.016577 0.015349 -0.025247 0.019783 0.032584 0.033184 0.009473 -0.002363 -0.013091 -0.02004 0.031175 0.021448 -0.015083 -0.017263 0.024004 -0.011314 0.004155 -0.01891 -0.002329 -0.020997 -0.010919 -0.006095 0.007698 0.019684 0.00507 0.018601 0.004409 -0.014647 -0.01179 -0.024996 0.021133 -0.016275 -0.027319 -0.039974 0.017503 0.025033 -0.028984 0.034973 0.012303 0.026373 -0.015821 0.020877 -0.003308 0.012394 -0.020521 -0.017921 0.032591 -0.005671 -0.004807 0.020786 0.019284 0.044065 0.022474 -0.03559 0.01709 0.017749 0.003575 0.028753 -0.013745 0.014686 -0.015836 -0.026515 -0.002902 -0.02195 -0.001722 0.02507 0.025422 -0.022027 0.03223 0.007115 -0.048524 -0.019989 0.016921 0.014597 -0.043193 -0.004183 -0.031354 0.020959 -0.012043 -0.009464 -0.001744 -0.003751 0.003856 0.011596 -0.025725 -0.048285 -0.002887 0.003517 -0.023501 -0.011728 -0.004011 0.01757 0.002912 -0.004756 0.007461 -0.006564 -0.00345 -0.020254 -0.001024 0.005212 -0.007658 0.009738 -0.003551 -0.018759 0.000721 -0.0038 -0.007551 0.011769 0.019366 0.001283 0.030476 0.016598 0.020138 -0.001114 0.002049 0.008415 0.00035 -0.009756 -0.021405 -0.034678 0.018881 -0.000932 0.034212 0.020977 0.023377 0.011925 0.006051 -0.024519 -0.005514 -0.021934 0.000151 -0.00206 -0.019707 0.021759 -0.010856 0.01387 -0.022915 0.003791 -0.003344 0.034276 -0.011116 -0.010816 0.016507 0.029376 -0.021355 -0.043939 0.044636 0.004865 0.007392 -0.037522 0.010425 0.02009 0.026021 0.018266 -0.002391 0.016311 -0.010289 -0.017047 0.01218 0.001412 -0.018228 0.000941 0.035607 0.006886 -0.004665 -0.008828 0.015373 -0.015469 0.019959 -0.001096 -0.011715 -0.01501 0.00514 0.023787 -0.016252 -0.021855 -0.007571 0.005504 -0.033065 -0.026822 0.014636 -0.025751 -0.004295 -0.000918 -0.01654 -0.016911 0.000505 0.012875 -0.046046 -0.002083 0.002036 0.029274 -0.030225 -0.031586 0.008086 0.046084 -0.006827 -0.003259 0.009301 -0.010707 -0.0297 -0.024807 0.004791 0.01917 0.000498 0.030678 -0.000919 0.007404 -0.001997 0.015492 -0.017509 0.003097 -0.016787 0.01525 -0.001848 0.059401 -0.002403 -0.029927 0.00486 -0.008554 -0.010745 0.010754 -0.004681 0.017192 -0.02272 0.003437 0.005358 0.019094 -0.007965 -0.010969 -0.007856 0.00127 0.005804 -0.037465 -0.024739 0.003212 -0.016731 -0.032171 0.010651 0.013638 0.000215 0.017091 -0.01496 0.018057 0.010866 -0.006973 0.041366 -0.001174 0.030513 0.041335 0.010539 -0.008743 -0.010724 -0.031228 -0.028223 -0.037309 0.001789 0.00845 -0.027567 -0.022741 -0.00373 0.000829 0.0216 -0.02655 -0.034083 -0.020041 -0.025438 -0.005472 -0.000355 0.004588 0.008118 -0.012037 -0.001911 -0.004798 0.005427 0.004902 -0.00259 0.00872 0.026722 -0.043741 0.006089 -0.019715 0.008086 0.010402 -0.015628 -0.007487 0.005785 -0.001842 -0.012634 -0.020106 0.001068 -0.031215 0.007071 -0.039822 -0.014756 0.00632 0.02242 0.031683 0.029737 0.000626\n\\ 0.715236 0.97724 -0.692067 0.207674 0.50396 1.021167 -0.063046 -0.590609 -0.565429 -0.786034 0.738803 0.787297 -1.441873 -1.241302 1.267119 -0.644187 0.810122 -0.643268 -0.151201 -1.441866 0.304829 -0.161176 -0.033483 -0.495055 0.236309 0.193185 1.187347 0.875416 1.059888 1.592654 0.89654 -1.552512 -0.907952 -1.39766 -0.61628 0.161426 0.103088 0.920306 0.549052 -0.806001 -1.142721 -0.927914 -0.352066 -0.246097 1.784833 -0.287644 -0.091735 1.738349 -1.150135 -0.170544 -1.325274 0.749477 0.722399 0.377478 0.335847 0.914686 1.297183 -0.913753 0.090866 -0.305819 -0.225843 0.420601 0.515957 0.359999 0.14243 -0.045931 1.082696 -0.464681 -0.676679 -0.602877 -1.595249 0.208427 0.273895 0.632934 -0.378752 -1.018559 -1.308713 -0.583498 0.846282 0.892984 -0.218853 0.313232 0.427753 -1.259161 -0.231699 -0.036011 -0.290062 0.642871 0.478548 0.83693 0.510243 0.101208 -0.810732 1.225422 0.631791 -1.423785 0.917138 -0.277011 0.974439 -0.669715 -0.231537 -0.341824 1.064486 -0.472878 1.232887 -0.396196 0.327967 0.993006 -0.467436 -0.479249 0.806107 -0.797277 0.898629 -0.47195 0.998133 -0.231751 1.068656 -0.104363 -0.829024 0.103573 1.169768 0.438714 0.109422 1.723739 0.707028 -0.378663 0.140379 1.068255 -0.058065 -1.054461 0.321495 1.416255 0.621078 0.487018 -1.48194 -1.712549 0.631412 0.093119 -0.637142 -0.280887 -0.237422 0.72547 0.34776 0.468622 -0.10803 0.479445 0.511236 -0.978712 0.607056 -1.189721 0.758575 0.67008 1.56796 0.329081 -0.93375 0.9404 -0.873371 0.060075 0.325147 0.495474 -1.90939 0.550155 -0.052127 -0.10533 0.330728 -1.10214 -0.251106 -0.457102 0.542604 -0.265166 0.756189 -0.052182 -0.590851 -0.453187 1.73864 -0.309943 -1.096695 -0.219348 0.086854 0.146169 -0.288224 -0.229431 0.287383 -0.292906 0.045628 -0.185715 0.165903 1.818278 -0.740122 -0.085575 0.365043 0.861472 0.455226 -1.052643 0.005039 -0.982215 0.299994 1.673518 -0.407177 -0.158414 -0.666547 0.343344 -0.941585 1.063014 1.152498 0.988614 -1.612684 -0.579926 0.306093 -1.526802 -0.21203 0.194229 0.296939 -0.806997 0.266708 0.80692 -0.123154 -0.837743 -1.058531 -0.771634 -1.018705 2.04719 1.206545 -0.233951 -2.060618 -0.543088 0.455069 0.339646 -0.751745 -1.027178 -0.018108 -0.94366 0.508351 0.621611 1.688209 0.41961 -0.157747 -0.009735 0.174519 0.748467 -0.117756 -0.414674 -0.541181 0.550431 1.433316 -0.298585 0.417715 -0.318423 0.966284 0.909488 -0.967329 0.37066 0.590284 -0.147796 0.714422 -1.056287 0.240621 -0.054338 -1.117976 -0.29995 1.127529 0.725673 1.032938 0.497214 -0.936483 0.105719 0.350852 -1.969977 0.790918 0.035283 0.08671 -0.330172 -1.105833 0.76402 -1.310556 -0.540839 1.223082 0.128613 1.318182 -1.130198 0.227332 0.118545 1.611983 0.646296 0.806679 -0.432647 0.256733 -2.182657 -0.251986 -2.644846 0.751582 -0.755206 -0.258933 -0.272909 -0.926301 0.869713 -0.184985 -0.426901 0.200286 -0.936048\nợ 0.05269 0.003143 -0.048741 0.033161 0.015978 0.019459 0.02414 -0.048165 -0.030222 -0.033863 0.038376 -0.02194 -0.023672 0.002503 0.00488 -0.011556 0.029541 -0.039465 0.007445 -0.040302 -0.016228 0.02253 0.006491 0.01756 -0.014391 0.024319 0.016048 0.019122 0.025144 -0.001008 0.022666 -0.040654 0.02273 -0.006555 0.031232 -0.004362 -0.027949 0.024197 -0.016465 0.04668 -0.006816 0.013082 -0.035886 0.013754 -0.029446 -0.035989 0.036943 -0.006669 0.018611 0.031795 0.002229 0.048782 0.035829 -0.029308 0.065419 -0.001813 -0.016244 0.03574 -0.00977 0.00929 -0.018384 -0.028371 -0.002339 -0.003685 0.022018 0.00438 0.049923 -0.011748 0.025413 -0.011332 -0.043026 -0.027086 0.02977 0.006504 -0.024122 0.012969 0.010367 0.035045 -0.011295 -0.010482 0.009379 0.006505 0.007255 0.026215 -0.030576 -0.054256 -0.022039 -0.023301 0.00873 -0.027756 -0.000598 0.034025 -0.020801 -0.023828 -0.023088 -0.017708 -0.020482 -0.007405 -0.004648 -0.015839 -0.008403 0.029948 -0.000247 -0.007018 0.020795 -0.01191 -0.014735 -0.010951 0.058441 0.021738 0.015033 0.014868 0.001406 -0.008743 0.007197 -0.006736 -0.021573 0.00615 -0.007075 -0.045559 -0.006194 -0.028725 0.039021 0.017593 0.014162 0.021515 -0.007576 -0.012579 -0.003499 0.014212 -0.012974 -0.003492 -0.026394 0.023957 0.004255 0.024671 -0.024456 0.023386 0.005748 0.025195 -0.021321 0.005385 0.052565 0.02089 -0.039511 -0.005218 0.038961 -0.009318 -0.008415 -0.021224 0.003677 -0.00692 0.027221 0.025581 -0.005205 0.003204 0.018513 -0.010963 -0.02112 -0.040291 0.005284 0.005434 -0.005223 -0.004174 -0.016157 0.00661 0.013188 -0.03175 0.034033 0.021228 -0.040392 -0.03364 -0.00805 0.009953 -0.03994 0.002578 0.012933 0.026186 0.004512 -0.018869 0.03796 0.015544 -0.002346 -0.006971 -0.004378 0.015793 0.001532 0.002123 -0.064552 -0.038712 0.017122 0.020337 -0.030634 -0.00784 -0.042043 0.019553 0.005789 0.000357 0.013798 -0.009319 -0.054755 -0.022753 0.001658 0.023401 0.041799 -0.020784 0.000239 -0.010656 -0.000701 0.01476 -0.03796 0.001737 0.008957 -0.003466 0.014944 0.014051 0.016895 -0.00406 0.010551 0.027402 0.035171 0.005483 0.015885 -0.030837 -0.017239 -0.019516 0.034375 0.006514 -0.006449 -0.009209 0.003151 -0.029204 -0.031214 -0.038291 -0.029375 0.012045 -0.013768 -0.066852 0.023119 0.01585 0.001457 0.04069 -0.016956 -0.000504 -0.008125 -0.008312 0.03313 0.001073 0.03002 0.042892 -0.010791 0.011199 0.012393 -0.049806 -0.021888 -0.021073 -0.012388 0.032984 -0.019713 -0.037451 0.00193 0.005988 0.008003 -0.023775 -0.020902 -0.024639 -0.017672 0.004364 -0.01125 -0.011049 0.006536 -0.008523 0.001261 -0.007003 0.027581 -0.002455 0.012411 0.028538 0.032326 -0.038855 0.008476 0.011374 -0.00904 0.029788 -0.04878 0.009603 -0.005351 -0.000609 -0.051243 -0.002963 0.014596 -0.040215 0.026792 -0.053525 0.000195 0.018328 0.00705 -0.017364 0.05886 -0.017004\nყ 0.007205 0.002562 -0.00751 0.008664 -0.00472 0.007413 0.000831 -0.001578 0.000262 4e-05 0.009278 0.002638 -0.002913 -1.6e-05 0.01242 -0.004894 0.006514 -0.008375 -0.007116 -0.005213 -0.002766 0.002909 -0.002494 0.00053 -0.003208 0.006065 -0.001527 -0.006234 -0.002173 -0.002377 0.00248 -0.011533 -0.001316 -0.009574 0.013873 0.011387 -0.020831 0.014286 -0.001021 -6.3e-05 0.006068 0.00487 0.001953 -0.000371 -0.010539 0.001959 0.011077 -0.006424 -0.003508 -0.000234 0.000225 0.009287 0.00395 -0.012431 0.011299 0.002531 -0.005349 0.011494 0.000249 0.00991 -0.009262 -0.007456 -0.003249 -0.001746 0.00093 0.012098 0.011231 -0.001461 0.004904 0.003531 -0.000936 -0.000494 -0.001203 0.001631 -0.027366 -0.006451 -0.005162 0.009341 -0.000703 -0.007172 0.00512 0.00372 0.003491 0.007885 -0.005706 -0.010684 0.001417 0.004434 -0.007894 -2.6e-05 0.000827 0.015723 0.004658 -0.004776 0.013035 -0.00298 0.000887 -0.003101 -0.008056 0.001845 -0.006938 -0.006104 -5e-06 -0.00388 0.009981 -0.007427 -0.002992 0.005315 0.010208 0.001698 0.009929 0.005401 0.000967 0.009936 0.001139 0.003135 0.003845 0.003344 -0.007377 -0.018337 -0.000251 0.00099 0.010523 0.001612 -0.000164 0.009517 0.009743 -0.003247 0.012499 0.001393 -0.003546 -0.003695 -0.008973 0.004898 -0.011091 0.009293 -0.005829 0.006211 -0.00201 0.008736 0.008026 -0.00636 0.004016 0.004581 -0.006019 -0.014986 0.014783 0.009998 0.008311 -0.016492 0.002139 -0.000426 0.015969 -0.00996 -0.005611 -0.001803 0.012789 -0.011064 -0.008959 0.005102 -0.023639 0.004556 0.007865 0.009055 -0.006195 0.003921 0.004056 -0.005105 0.001956 -9.5e-05 -0.007482 -0.004143 0.004415 0.010311 -0.003379 -0.011657 -0.004939 -0.003381 -0.005042 -0.007367 0.00807 -0.0024 -0.001442 -0.006499 -0.001847 -0.000647 0.001874 0.001002 -0.007291 -0.006963 0.021195 -0.006177 -0.012908 -0.004302 0.003712 0.013282 0.000736 0.000292 0.004477 0.003432 -0.010542 -0.007807 0.001869 -0.000716 0.010748 -0.002891 0.006007 -0.000986 0.002248 0.001823 -0.00303 0.013474 -0.002358 0.00713 0.006357 0.018265 0.010183 -0.004876 -0.000248 0.00365 -0.000948 0.003349 0.001205 0.003163 -0.000585 -0.000112 0.003298 -0.001295 -0.00647 -0.006908 0.006643 -0.000804 -0.008313 -0.019688 -0.005849 -2.9e-05 -0.001274 -0.017307 0.002392 0.000568 -0.002033 0.010353 -0.003153 0.003958 -0.004697 -0.001874 0.010544 -0.005527 9.5e-05 0.015043 0.002878 -0.004662 -0.00014 -0.003098 -0.006925 -0.007463 -0.000822 -0.005262 -0.011246 -0.019239 0.001035 -0.007197 0.009436 -0.017091 -0.009729 -0.004818 -0.009155 -0.002991 -0.003125 0.000167 -0.000815 -0.001631 0.00191 0.005525 -0.001645 -0.005487 -0.002766 -0.006127 0.005553 -0.003716 -0.008484 -0.002205 0.009807 -1e-05 -0.003334 -0.002993 0.00187 0.000264 -0.013321 0.005285 -0.004504 -0.012714 -0.006972 -0.018977 0.004028 0.007293 0.008242 0.004025 0.007476 -0.002492\n៩ 0.020523 0.006226 -0.009492 -0.009832 -0.000375 0.014796 -0.019711 -0.070689 0.002352 -0.027601 0.05256 -0.006791 -0.005883 0.011908 0.013883 -0.001352 0.007838 -0.000313 0.011501 -0.039386 0.022424 0.01283 -0.006143 0.011736 -0.010442 0.029014 -0.02614 -0.0128 -0.019326 -0.023936 0.011594 -0.015022 0.005319 -0.012202 -0.014453 -0.039219 0.033522 0.01445 0.02111 -0.006856 -0.019802 -0.009162 0.015256 0.003757 0.000188 -0.009174 0.072447 -0.005907 0.007272 -0.006855 0.020396 -0.02089 0.006412 0.015563 0.02292 0.028843 -0.009217 -0.008726 0.025193 0.011906 -0.029084 0.018167 0.00978 -0.006075 -0.011711 -0.011312 0.004897 0.002872 -0.000226 -0.003856 -0.018252 -0.010267 0.00238 0.026577 -0.015541 -0.016452 0.000633 -0.040965 0.017289 0.003902 0.021866 -0.032347 -0.046364 -0.016181 -0.002413 0.018662 0.018434 0.002105 0.018353 -0.003693 0.00439 -0.032156 -0.018025 0.008637 0.009552 0.00749 -0.031736 -0.020195 0.027079 -0.003652 -0.019799 0.022833 -0.019175 -0.000362 -0.003223 -0.040178 0.007566 0.000612 0.035496 -0.003027 0.030392 -0.02596 0.050678 -0.023046 0.008606 -0.010867 0.039257 -0.003341 -0.014431 -0.010485 0.023563 -0.007462 0.006044 -0.007349 0.029672 -0.00679 0.02852 0.017654 0.0056 -0.042773 0.006705 -0.033372 0.009599 0.014769 -0.016594 0.019653 -0.027814 0.02006 0.01016 0.007981 0.007287 0.023337 -0.02782 0.025568 -0.022581 -0.002863 0.009894 0.031209 0.014472 -0.005897 -0.015575 -0.00923 0.027765 -0.002939 -0.01657 0.02309 0.027796 -0.00776 0.001944 -0.022226 -0.030775 0.026946 0.001719 -0.014031 0.010021 0.013781 -0.022804 -0.015254 0.008151 -0.017193 0.004256 -0.005121 -0.001947 0.004977 0.007395 0.001357 -0.004615 -0.026742 -0.027257 -0.015187 0.008207 -0.002451 0.014869 -0.012042 0.014531 -0.009697 -0.010634 0.01279 0.003978 0.000924 0.019338 0.021215 -0.030034 0.007085 0.005579 -0.005092 0.006504 0.025601 0.030976 -0.019071 -0.005006 -0.015439 0.049846 -0.038277 0.002985 -0.015743 0.013392 0.029211 0.020886 0.005388 -0.018017 -0.024855 0.011553 0.035909 0.013272 0.005165 0.019493 0.013683 0.034447 -0.026956 0.01321 -0.004302 0.012604 -0.02765 0.016828 -0.005462 -0.015568 -0.021772 0.004532 0.006005 -0.019578 0.032755 -0.028422 -0.005865 0.026499 -0.015718 0.008801 -0.044846 0.000262 0.030541 -0.00422 -0.005927 -0.028021 0.006521 -0.027726 0.043018 0.021067 0.011377 0.027299 0.006414 -0.004625 -0.025961 0.023019 0.005828 -0.000144 -0.004047 0.031766 0.042859 -0.038492 0.002359 0.011553 0.005962 0.019555 -0.031473 0.008942 -0.023016 0.027504 -0.014153 0.012468 -0.013063 0.010835 0.004007 0.025182 0.020877 -0.018813 0.009743 0.01108 0.005893 0.049128 -0.016917 0.002649 -0.020436 0.028462 -0.016729 0.000595 -0.037683 0.024821 -0.001874 -0.048561 -0.024964 -0.031387 -0.003713 -0.016395 -0.0254 -0.027337 -0.011623 0.025069 0.021341 -0.028835 0.011496\n৭ 0.059263 -9.8e-05 -0.076499 0.031104 0.014683 0.031018 0.024244 0.003107 -0.034957 -0.054744 0.047148 0.024756 0.004048 -0.020621 0.057522 -0.021955 0.006098 -0.043947 -0.025299 -0.065285 -0.026513 0.013392 0.008966 0.020576 0.029193 0.033811 -0.023765 -0.012159 -0.024353 -0.057256 0.039902 -0.042864 -0.033718 -0.080252 0.018068 0.018905 -0.058406 0.078226 0.007288 0.028791 -0.058622 0.002845 -0.008333 0.020348 -0.049042 -0.057271 0.056878 -0.002469 -0.009529 0.040307 -0.001605 0.095593 0.051978 -0.043489 0.05236 0.010554 -0.021155 0.030853 -0.029495 0.052526 -0.030023 -0.063575 -0.026951 -0.029196 0.041102 0.040972 0.05862 -0.016168 0.079341 0.015137 -0.080657 -0.002611 0.046479 0.037677 -0.076057 0.034682 -0.047134 0.03877 -0.039553 -0.032571 0.019051 -0.021661 -0.002609 0.035777 -0.027318 -0.078033 0.026941 -0.010272 -0.035066 -0.031181 -0.012997 0.04363 0.00423 -0.021019 0.005866 -0.027062 -0.013338 -0.073017 -0.017634 -0.028939 -0.02578 0.026677 0.006404 -0.051974 0.024751 4.1e-05 -0.043455 0.018897 0.050363 -0.018522 0.075441 0.029582 0.034013 -0.037148 0.01698 -0.000417 -0.008682 0.005339 -0.033828 -0.046132 0.045878 0.016431 0.074756 0.025767 0.055441 0.02662 -0.028708 -0.015348 -0.008748 -0.025634 -0.025259 -0.021943 -0.018919 0.059765 -0.03988 0.024644 -0.049924 -0.013913 0.008956 0.095922 -0.004441 -0.01649 0.022433 0.056228 -0.049239 -0.081154 0.064704 -0.000417 -0.004313 -0.060847 0.004645 0.017708 0.054875 0.063265 0.004026 0.000644 -0.003891 -0.009442 0.050238 -0.043205 -0.028535 0.044242 0.035517 0.03066 -0.017414 -0.040522 0.033667 -0.033334 0.042917 0.037451 -0.060253 -0.031168 -0.003641 0.05559 -0.026445 -0.055423 -0.01705 -0.021746 -0.064656 -0.03518 0.055302 -0.018838 0.005475 -0.016334 0.004683 -0.035897 0.015383 0.041806 -0.116255 0.014755 0.009837 0.067258 -0.050074 -0.058387 -0.001938 0.081645 -0.033703 0.028678 0.011599 0.002167 -0.048231 -0.061937 0.053627 0.064398 -0.0055 0.032341 0.048392 -0.031692 -0.015846 0.065502 -0.045585 -0.018223 -0.011098 0.010356 0.003221 0.115952 -0.008692 -0.0411 0.014152 0.00672 -0.036809 0.010132 -0.000465 0.006106 -0.047589 -0.002634 0.008052 0.057174 -0.030825 -0.030367 -0.020607 -0.004313 0.007297 -0.033719 -0.080222 0.003088 -0.022068 -0.049035 0.045158 0.061207 0.010403 0.031005 -0.023245 0.020687 -0.000197 -0.005429 0.081501 -0.014365 0.061398 0.100275 0.051104 0.00664 0.016624 -0.075832 -0.069739 -0.033941 0.000617 0.054689 -0.022402 -0.019754 0.003179 -0.0405 0.059018 -0.029287 -0.060079 -0.02559 -0.044112 -0.038192 0.027649 0.008053 0.023556 2.6e-05 0.003449 -0.03732 0.026609 0.008676 0.001703 0.034907 0.080912 -0.096108 -0.019127 -0.03567 0.006952 0.036452 -0.048399 0.007251 0.010483 -0.010374 -0.014093 -0.030276 0.015342 -0.066553 0.024406 -0.120269 -0.02414 -0.003476 0.014336 0.039098 0.034778 0.010696\nɰ 0.032016 -0.016411 -0.084846 0.054442 0.002988 0.067252 0.022941 -0.013677 0.013159 -0.037367 0.067143 -0.000952 -0.040227 -0.022738 0.035383 0.032043 0.00507 -0.028722 -0.006898 -0.047296 -0.041559 0.005331 0.026941 -0.002107 0.022731 0.038518 -0.007575 0.014341 -0.026363 -0.036175 0.052511 -0.018131 -0.03102 -0.027784 0.012243 0.001595 -0.04518 0.053293 0.0088 0.066374 -0.05145 0.027073 0.003826 0.027648 -0.038345 -0.01933 0.0277 -0.008023 -0.01122 0.008287 -0.004488 0.05076 0.029462 -0.055093 0.068109 0.008967 -0.010079 0.028229 -0.005493 0.045372 -0.027806 -0.023472 -0.019331 -0.039915 0.031135 0.01153 0.049458 -0.016046 0.02462 0.016851 -0.054669 -0.008006 0.026624 0.022001 -0.069067 -0.002055 -0.015744 0.03004 -0.032133 -0.012878 0.019219 0.002702 0.014685 0.011775 -0.028808 -0.060527 0.00037 -0.006485 -0.021261 0.007919 -0.032962 0.057132 -0.021925 -0.01544 0.011645 -0.01171 0.011858 -0.072827 0.004911 -0.022832 -0.021047 -0.00122 0.00671 -0.029567 0.034074 -0.00744 -0.04079 0.009122 0.06133 -0.001849 0.047381 0.039353 0.034376 0.025791 0.026704 -0.013258 -0.04093 0.011578 -0.014618 -0.056631 0.035849 0.016907 0.069718 0.029428 0.027724 0.021302 -0.01959 -0.029318 -0.02297 -0.017701 -0.028601 0.041852 -0.036316 0.034635 -0.010083 0.033531 -0.034862 0.005632 0.003958 0.081518 -0.022123 -0.010805 0.020689 -0.002727 -0.046321 -0.050678 0.055787 0.015232 -0.000119 -0.067985 -0.003345 0.027092 0.048175 0.025669 -0.028993 -0.015502 -0.000663 -0.043934 0.016524 -0.029663 -0.020305 -0.00478 0.018381 0.047118 -0.04445 -0.026015 0.007368 -0.009216 0.032708 0.022863 -0.04803 -0.030034 -0.030994 0.036178 -0.012254 -0.040384 0.010388 -0.009769 -0.038858 -0.045511 0.025826 0.005604 0.018003 -0.002615 0.004542 -0.019953 -0.013266 -0.011328 -0.074015 0.010844 0.029704 0.020261 -0.03392 -0.052316 0.024322 0.05376 -0.027558 0.036154 -0.021845 0.02206 -0.028378 -0.054274 0.02207 0.016198 0.03223 -0.008264 0.003988 -0.013555 -0.012915 0.056381 -0.03639 -0.019142 0.00588 0.024417 -0.005604 0.070363 0.006336 -0.011664 0.027042 0.016467 -0.006785 0.008688 -0.00331 0.035046 -0.039572 0.022564 -0.020109 0.027511 0.025412 -0.038902 -0.00685 -0.00617 -0.002344 -0.035628 -0.047272 -0.002146 -0.005289 -0.013757 0.04756 0.048488 -0.020123 0.059044 -0.018388 0.002143 -0.018263 -0.001968 0.063059 0.006783 0.051917 0.053087 0.041693 0.020503 0.004457 -0.041681 -0.04825 -0.047518 -0.034394 -0.002679 -0.033549 -0.057152 -0.002446 -0.033355 0.029723 -0.016791 -0.036672 0.000991 -0.040544 -0.020683 -0.013693 0.016211 0.003209 -0.003509 0.012909 0.008936 0.001989 0.019017 -0.009554 0.023381 0.066652 -0.066325 -0.003696 -0.017902 0.006761 0.015412 -0.049343 -0.035871 -0.00558 -0.031314 -0.001631 -0.023578 0.022874 -0.048171 0.044696 -0.069028 0.016437 -0.008746 0.010017 0.019986 0.020122 0.001014\nଁ 0.036304 -0.023605 -0.054837 0.01783 0.002371 0.033669 0.004237 -0.000811 -0.011497 -0.036982 0.039783 0.026571 -0.014182 -0.045046 0.039599 -0.010994 0.007549 -0.033527 -0.018754 -0.056348 -0.034777 0.007559 0.009243 0.04184 -0.003848 0.008696 -0.02027 -0.032405 -0.022863 -0.043158 0.009055 -0.034252 -0.021877 -0.05729 0.022926 0.010402 -0.043908 0.047729 -0.012112 0.057647 -0.035261 0.038243 0.003902 -0.012076 -0.059236 -0.027223 0.028095 0.004129 0.012526 -0.012845 0.004215 0.084833 0.045589 -0.032217 0.037424 -0.005813 -0.031235 -0.012039 -0.030678 0.023452 -0.050298 -0.01992 -0.029827 -0.001217 -0.002265 0.022311 0.050421 -0.000595 0.066813 0.027222 -0.054609 0.000874 0.028418 0.034185 -0.051896 -0.010683 -0.023574 0.031797 -0.056233 -0.011297 -0.014658 0.00082 0.004051 -0.008788 -0.031082 -0.063358 0.001246 -0.012081 -0.045786 -0.006348 -0.022058 0.018032 0.037472 -0.015414 0.025831 -0.023771 0.001376 -0.043553 -0.022476 0.01555 -0.035407 0.00349 -0.010166 -0.066108 -0.002941 0.003188 -0.018109 -0.017876 0.06295 -0.010041 0.05646 0.065307 0.015126 -0.017955 0.030345 0.004551 0.005223 0.002514 -0.022708 -0.03415 0.01977 -0.021772 0.050532 0.033598 0.032132 0.02018 -0.023929 -0.036639 -0.034623 -0.039988 0.00108 0.023334 -0.025024 0.021838 -0.014807 0.013894 -0.019311 -0.013051 -0.008748 0.027444 0.002409 -0.003557 0.001675 0.031566 -0.045433 -0.06685 0.071626 0.036415 -0.022765 -0.036301 0.015853 0.005502 0.05822 0.022978 0.000971 -0.009721 0.013161 -0.024117 0.048674 -0.020687 -0.041376 0.009017 0.025315 0.022209 -0.018933 0.003999 0.026899 -0.027945 0.013136 0.034177 -0.007499 -0.025314 -0.022809 0.01035 -0.024647 -0.034797 -0.0274 -0.027489 -0.051528 -0.00774 0.035588 -0.022338 -0.014882 -0.005087 0.01966 -0.028786 0.003178 0.034513 -0.045745 -0.005981 -0.011674 0.02272 -0.053962 -0.044627 0.021627 0.062251 -0.020631 0.024507 -0.018152 -0.013653 -0.051984 -0.015147 0.007237 0.045729 0.025584 0.019824 0.013846 -0.010953 -0.012928 0.059424 -0.034981 0.024925 -0.040746 -0.0175 -0.028577 0.050982 -0.007958 -0.050324 0.007206 0.013569 -0.028633 0.021824 -0.022623 0.044271 0.001501 -0.000699 0.016064 0.044251 0.006673 -0.045752 -0.006864 -0.004591 -0.006157 -0.048299 -0.061812 -0.020339 -0.023227 -0.053182 0.015767 0.006375 0.025829 0.020346 -0.028094 -0.004659 0.016738 0.000915 0.037868 0.009413 0.036672 0.05545 0.040289 0.002237 0.000663 -0.062246 -0.024104 -0.016308 -0.006818 0.024509 -0.036527 0.001728 -0.007143 -0.02293 0.021422 -0.028215 -0.039877 -0.006846 -0.065089 -0.012549 0.010178 -0.010792 -0.002622 0.02298 0.011644 0.005433 -0.000138 0.00914 -0.031181 0.005302 0.074123 -0.062442 0.007289 -0.045638 -0.006158 0.005252 0.001338 0.001144 0.007295 -0.007624 -0.024257 -0.023433 0.016994 -0.062415 0.006612 -0.094057 0.008192 0.019064 0.012483 0.03311 0.012871 -0.016817\nฃ 0.030548 0.002455 -0.06286 0.001572 0.019166 0.036615 0.028203 -0.005977 -0.041159 -0.047745 0.047408 -0.002517 -0.010022 -0.033834 0.034206 -0.006373 0.017385 -0.018465 -0.029227 -0.073471 -0.039577 0.021903 0.010519 0.030616 -0.009627 0.020842 -0.003589 -0.0163 -0.002172 -0.046667 0.030984 -0.027174 -0.049659 -0.044437 0.010027 0.003542 -0.047617 0.031446 -0.000908 0.009312 -0.049095 -0.000348 -0.01369 0.001061 -0.045605 -0.037152 0.05432 -0.006412 -0.001478 0.000789 -0.017951 0.066205 0.04382 -0.016254 0.060396 0.003309 -0.005874 0.038156 -0.027081 0.028818 -0.042131 -0.033127 -0.004127 -0.020742 0.033781 0.01423 0.05853 -0.010467 0.061026 0.02871 -0.071086 -0.002711 0.05496 0.039837 -0.052024 -0.003851 -0.049744 0.027817 -0.054747 -0.01353 0.017584 -0.005865 -0.019604 0.000808 -0.006154 -0.057505 -0.004511 0.008024 -0.010573 -0.009283 -0.028043 0.016354 0.030697 -0.031214 0.000236 0.001227 0.019631 -0.057419 -0.020007 0.008932 -0.040632 -0.000428 0.000239 -0.014582 0.025661 0.003646 -0.017188 -0.022273 0.046882 -0.015331 0.057491 0.049215 0.021474 -0.007941 0.018046 0.015263 -0.021203 0.004742 -0.01475 -0.041677 0.019096 0.00473 0.041717 0.041088 0.057374 0.010725 -0.031935 -0.011452 -0.013223 0.008451 0.003116 -0.002914 -0.018414 0.021616 -0.011138 0.013926 -0.036535 0.022101 -0.022187 0.044951 -0.007654 0.002851 -0.003037 0.016589 -0.046941 -0.056938 0.081662 0.014752 -6.1e-05 -0.051717 0.012953 0.016595 0.056834 0.049271 0.016333 0.007116 0.022696 -0.028957 0.00753 -0.032998 -0.013373 -0.007477 0.01781 0.019233 -0.009978 -0.019771 0.006057 -0.039211 0.053991 0.022048 -0.034541 -0.013061 -0.023654 0.01632 -0.009611 -0.053643 0.000469 -0.027474 -0.028282 -0.025489 0.058473 -0.032304 -0.010484 -0.051455 0.003311 -0.034214 0.013143 0.038114 -0.069857 -0.000699 0.02418 0.046135 -0.057162 -0.036043 0.003563 0.04296 -0.032351 0.017618 0.003996 0.011458 -0.035872 -0.054859 0.028814 0.030181 0.039122 -0.008707 0.022063 -0.038095 -0.016589 0.056461 -0.022532 -0.030941 0.011236 0.004067 0.013872 0.065141 0.018378 -0.026444 0.00298 0.004577 0.010056 0.025273 -0.013205 0.010521 -0.035267 0.00568 -0.005623 0.023183 -0.0172 -0.02848 -0.018437 -0.007557 -0.009576 -0.033396 -0.054744 0.00463 -0.034713 -0.059295 0.01383 0.016696 -0.005636 0.013845 -0.047839 0.013305 0.000518 0.013723 0.033229 -0.032288 0.06083 0.077111 0.041446 0.000813 -0.001889 -0.052908 -0.022375 -0.018644 -0.003773 0.044445 -0.029568 -0.019261 0.006259 -0.035649 0.054837 -0.027804 -0.041986 -0.030299 -0.061822 -0.004235 0.016721 0.008134 0.044654 0.023406 0.039851 -0.001054 0.016943 -0.018425 0.009154 0.015613 0.062821 -0.061507 -0.006108 -0.023962 0.011179 0.023299 -0.03676 -0.00654 0.052324 -0.003178 -0.016449 -0.009931 -0.007937 -0.069593 -7.8e-05 -0.110491 0.00491 0.021338 0.002915 0.019142 0.035873 0.027715\nং 0.025561 0.00485 -0.080154 0.013094 0.04418 0.061029 -0.016909 0.000377 -0.018342 -0.043345 0.067961 0.009169 0.013127 -0.036889 0.080247 -0.020056 0.005636 -0.043647 -0.014913 -0.095128 0.006595 -0.006319 -0.003824 0.002823 -0.004059 0.015323 -0.021648 -0.056308 -0.026291 -0.055362 0.039697 -0.045204 -0.048733 -0.071444 0.000341 -0.00284 -0.058968 0.068268 0.00264 0.037623 -0.059025 0.027652 -0.015528 -0.011789 -0.051542 -0.006166 0.060913 -0.016895 -0.003461 0.05495 -0.017649 0.087862 0.057991 -0.059148 0.0549 0.0117 -0.006165 0.04333 -0.006937 0.043229 -0.051643 -0.060583 0.007727 -0.034356 0.009201 0.036079 0.059561 0.005969 0.059745 0.012527 -0.099205 -0.009796 -0.001392 0.036088 -0.081512 -0.002709 -0.05145 0.031439 -0.081096 -0.022373 0.030258 0.003637 -0.010013 0.020546 -0.041368 -0.046639 -0.020626 -0.001331 -0.05329 -0.031637 -0.026218 0.029561 0.032659 -0.028203 0.038573 0.005256 -0.023004 -0.056561 -4.4e-05 0.010664 -0.059796 0.003532 0.006415 -0.061045 0.005191 0.001634 -0.040445 0.023469 0.042161 0.007916 0.081522 0.039222 0.041595 -0.05006 0.009616 -0.013747 -0.005035 -0.030835 -0.053811 -0.057556 0.095229 0.010859 0.068789 0.066563 0.046629 0.004718 -0.012009 -1.9e-05 -0.010942 -0.037007 -0.049861 0.021485 -0.018567 0.058463 -0.011754 0.001927 -0.045575 0.0216 0.03708 0.085583 0.00517 -0.026829 0.005816 0.040718 -0.073411 -0.086898 0.078443 0.053041 0.009319 -0.093891 -0.002072 0.03014 0.052144 0.026147 0.020632 -0.005485 0.027015 -0.048947 0.015949 -0.036887 -0.063502 0.035246 0.009738 0.012913 -0.016804 -0.028723 0.020505 -0.035317 0.025086 0.006468 -0.04427 -0.016801 -0.001334 0.05451 -0.033676 -0.041683 -0.002901 -0.00179 -0.071013 -0.039189 0.060156 -0.036137 0.033778 -0.040277 0.007704 -0.06108 0.015379 0.064672 -0.065024 -0.01895 0.042507 0.032544 -0.074604 -0.071601 -0.014567 0.059096 -0.034494 0.030378 -0.015773 0.003518 -0.076009 -0.060105 0.027505 0.079563 0.024669 0.019878 0.038349 -0.018724 0.001829 0.061827 -0.042733 -0.028124 0.002115 0.027048 -0.001503 0.112722 0.02492 -0.047901 0.025354 0.012133 -0.01132 -0.012606 0.001697 0.002435 -0.091674 0.002667 -0.010641 0.039714 -0.017942 -0.013917 -0.000788 0.016823 -0.019375 -0.042968 -0.096302 -0.051159 -0.036444 -0.046406 0.031069 0.022992 0.0172 0.041758 -0.047161 0.035675 -0.011287 -0.018921 0.051341 -0.025476 0.052768 0.06707 0.017529 0.019045 0.016063 -0.052921 -0.050438 -0.061122 -0.013291 0.040381 -0.035762 -0.014131 -0.018559 -0.012203 0.066051 -0.069355 -0.072633 -0.03534 -0.03962 -0.04964 0.028247 -0.001451 0.045998 -0.00806 0.041106 -0.01137 0.045804 0.00451 0.013994 0.023046 0.10488 -0.101474 0.016854 -0.0224 0.049747 0.047043 -0.031929 -0.021013 0.035558 0.005346 -0.035491 -0.008578 -0.001997 -0.066885 0.038983 -0.1102 -0.021757 0.007931 0.017049 0.02043 0.019404 0.014378\nڈ 0.022342 0.010659 -0.047272 0.020971 0.001808 0.023901 0.01473 -0.012757 -0.024575 -0.02535 0.030961 0.000457 -0.012879 -0.019225 0.024065 0.008359 0.005211 -0.019975 -0.012751 -0.038136 -0.011582 0.005156 0.001618 0.022056 0.014366 0.0059 -0.005877 -0.010083 -0.015388 -0.024409 0.022318 -0.028491 -0.018075 -0.035895 0.010191 0.017166 -0.037949 0.029835 -0.005945 0.032755 -0.031848 0.014521 0.008001 -0.004411 -0.019852 -0.012392 0.035701 -0.00719 0.014475 0.00356 0.020793 0.043565 0.035075 -0.027495 0.026793 0.015428 -0.023813 0.016057 -0.011459 0.01871 -0.029597 -0.013631 -0.007043 -0.008904 0.012865 0.01647 0.04343 -0.018859 0.031244 0.026528 -0.041009 -0.012911 0.032163 0.025049 -0.046714 -0.006953 -0.017698 0.029814 -0.028365 -0.020119 0.008231 -0.01174 0.008263 0.008559 -0.018228 -0.041378 -0.000121 -0.016612 -0.01229 -0.003042 -0.014161 0.019907 -0.001693 -0.008583 0.032109 -0.014229 0.009265 -0.041883 0.005407 -0.000372 -0.008767 -0.004969 -0.008177 -0.020205 0.016623 -0.007249 -0.020029 0.004456 0.034037 0.002667 0.042266 0.018088 0.016278 -0.013851 0.024713 0.007137 -0.005493 0.011511 -0.02361 -0.034313 0.020547 -0.007968 0.031656 0.01535 0.030771 0.011613 -0.005565 -0.021731 -0.015413 -0.017301 -0.004892 -0.000675 -0.020327 0.026992 -0.015034 0.011507 -0.035174 0.002345 0.012371 0.035518 -0.009748 -0.011975 0.015289 0.031096 -0.035021 -0.047566 0.041278 0.011788 -0.005739 -0.041352 -0.00688 0.015169 0.040972 0.020532 -0.002017 0.005689 -0.004958 -0.023927 0.013791 -0.009457 -0.022342 0.01699 0.023637 0.018138 -0.021265 -0.011882 0.029361 -0.019084 0.013789 0.013372 -0.027298 -0.017185 -0.004915 0.031393 -0.011158 -0.025597 -0.016465 -0.006512 -0.030362 -0.015641 0.026013 -0.019533 0.001281 -0.00839 -0.001418 -0.014491 -0.011754 0.019122 -0.038947 -0.001111 0.014505 0.012261 -0.029773 -0.04278 0.004295 0.028552 -0.003652 0.008781 8.7e-05 0.003168 -0.029148 -0.015926 0.018864 0.012069 0.018219 0.016404 -0.001632 -0.01762 0.00012 0.04095 -0.015638 -0.003618 -0.010712 0.009103 0.000823 0.0522 -0.011978 -0.020472 0.01157 -0.016992 -0.005578 0.013716 -0.007324 0.006653 -0.015738 0.003495 -0.00022 0.018639 -0.003046 -0.032033 -0.004142 0.005019 -0.009482 -0.024243 -0.0325 0.00909 -0.022805 -0.029095 0.01741 0.015281 0.012148 0.021854 -0.017671 -0.003639 0.01498 -0.0001 0.037281 -0.003741 0.025264 0.042911 0.031557 0.002451 0.001286 -0.035842 -0.023877 -0.024681 -0.002563 0.021983 -0.024904 -0.00115 0.005619 -0.020733 0.017898 -0.026811 -0.035251 -0.019793 -0.030858 -0.010252 -0.005403 0.001391 0.010842 0.009342 0.009125 -0.008319 -0.006851 -0.004123 -0.002338 0.017727 0.030795 -0.043957 0.000178 -0.018252 0.010247 0.007541 -0.008738 -0.01007 0.011388 -0.01328 -0.006021 -0.021168 0.003823 -0.03095 -0.002696 -0.064037 -0.001016 0.014846 0.00187 0.016136 0.012881 -0.005841\nț 0.039027 -0.00168 -0.033837 0.018704 0.021359 0.035689 0.003485 0.009345 -0.022178 -0.036121 0.037867 0.006732 -0.011441 -0.040719 0.032325 -0.008967 0.002455 -0.049723 -0.015315 -0.035333 -0.004816 -0.008317 -0.003197 0.02575 -0.006383 0.04133 0.00046 -0.007812 -0.021582 -0.026655 0.028659 -0.030425 -0.016051 -0.038427 -0.001232 0.021888 -0.039052 0.031406 0.008966 0.016129 -0.012254 0.007348 -0.003233 0.004665 -0.028013 -0.022415 0.030521 -0.001511 -0.002984 0.007944 -0.01385 0.046574 0.029786 -0.019169 0.03295 0.012837 0.000134 0.026851 -0.012384 0.031466 -0.012391 -0.018796 -0.013197 -0.005109 0.027045 0.011197 0.019851 -0.021253 0.022204 -0.00297 -0.014349 -0.018783 0.009523 0.003471 -0.04972 0.003226 -0.016822 0.018989 -0.020013 -0.013411 0.008899 0.009436 -0.00047 0.025097 -0.018909 -0.045227 -0.003723 0.007039 -0.012216 0.008849 -0.013464 0.036332 0.005412 -0.00791 0.008369 -0.016567 0.004029 -0.022914 -0.007882 -0.008405 -0.011727 -0.00982 0.003713 -0.016733 0.021162 0.001816 -0.006821 0.014653 0.022663 -0.003636 0.038879 0.023037 0.011341 -0.017686 0.008965 0.007148 -7.7e-05 -0.008018 -0.003742 -0.03449 0.013852 -0.001311 0.039065 0.013364 0.037372 0.010077 -0.012648 -0.025492 -0.011996 0.004774 -0.026503 -0.010418 -0.001478 0.025352 -0.026389 0.001659 -0.017304 -0.016763 0.001511 0.043946 0.000189 -0.013126 0.018083 0.016867 -0.021237 -0.032358 0.037046 -0.00662 -0.000327 -0.047706 0.010258 0.006736 0.022984 0.016414 -0.005067 0.003644 -0.010185 -0.028198 0.0068 -0.01471 -0.003463 0.01609 0.006301 0.019571 0.002123 -0.004527 0.021329 -0.017481 0.011888 0.020319 -0.024453 -0.017367 -0.016228 0.030181 -0.029351 -0.025581 -0.00598 0.002406 -0.035918 -0.01984 0.034421 -0.012612 0.002767 -0.011151 -0.013649 -0.023349 0.002789 0.01642 -0.045368 -0.015589 -0.000871 0.026484 -0.025291 -0.029349 0.002642 0.034102 -0.006936 0.016926 0.002055 -0.001596 -0.030761 -0.012736 0.011361 0.017139 0.00133 0.014621 0.016209 -0.006121 0.000108 0.026542 -0.018534 -0.005296 -0.022382 0.005079 -0.000685 0.053261 0.004119 -0.030507 0.000551 0.014206 -0.014836 0.012518 -0.015245 0.005116 -0.022735 0.001741 0.001494 0.009801 -0.013669 -0.007084 -0.000581 -0.000696 -0.009146 -0.018873 -0.041416 0.000539 -0.005658 -0.024893 0.024683 0.022649 0.007279 0.013268 -0.005505 0.001247 0.004511 -0.006113 0.047961 0.004906 0.028766 0.038725 0.020138 0.02277 0.000377 -0.042038 -0.027634 -0.023378 -0.005454 0.01134 -0.020451 -0.023102 0.014735 -0.011261 0.026222 -0.018243 -0.006144 -0.020347 -0.007762 -0.011508 0.001401 0.002822 0.010629 -0.000562 0.005103 -0.009959 0.012561 0.009897 0.014696 0.021683 0.028971 -0.040628 -0.00369 -0.013262 0.010224 0.018121 -0.018239 -0.010699 0.00976 0.00202 -0.01475 -0.010049 0.007244 -0.043518 0.017852 -0.047671 -0.005863 0.001107 0.022144 0.003428 0.027597 0.00283\nක 0.020917 0.005017 -0.042996 0.017983 0.015026 0.029694 -0.005488 0.003239 -0.019624 -0.021112 0.036432 0.014253 -0.009462 -0.033858 0.039574 -0.010282 0.007528 -0.02299 -0.008379 -0.042872 -0.011474 -0.012528 0.012126 0.003249 -0.000596 0.013023 -0.003324 -0.016455 -0.008273 -0.020405 0.022629 -0.033033 -0.018109 -0.038513 0.02126 0.010089 -0.035185 0.035849 0.004654 0.027704 -0.024207 0.009941 2.1e-05 -0.002553 -0.034796 -0.007626 0.034897 0.002406 0.005309 0.015776 0.006645 0.043615 0.032317 -0.025194 0.041073 0.003492 -0.007554 0.026586 -0.008196 0.017685 -0.033319 -0.037716 -0.008302 -0.020399 0.011768 0.009065 0.038424 -0.006689 0.032785 0.009726 -0.051509 0.000196 0.014112 0.014674 -0.044197 0.000714 -0.029151 0.019663 -0.028235 -0.010814 0.010641 -0.005507 0.00284 0.011908 -0.021355 -0.045847 0.003334 0.003657 -0.024086 -0.019129 -0.015753 0.023602 0.011036 -0.012781 0.009284 -0.002704 -0.008509 -0.025956 -0.003803 0.002911 -0.021702 -0.004469 0.007713 -0.023711 0.013862 -0.003032 -0.018328 0.015391 0.036753 -0.007096 0.031284 0.022761 0.021311 -0.012254 0.004207 0.007779 -0.002345 0.005395 -0.020602 -0.037959 0.027733 -0.003671 0.021856 0.022935 0.028852 0.020979 -0.004572 -0.009069 -0.009092 -0.013417 -0.01224 -0.000786 -0.016278 0.028347 -0.015042 0.01603 -0.018621 0.0053 -0.003086 0.040103 0.000771 -0.007413 0.015857 0.024681 -0.036943 -0.04861 0.057461 0.023363 0.006946 -0.040824 0.00708 0.017577 0.020851 0.014193 -0.002923 -0.002715 0.010373 -0.01486 0.020295 -0.026281 -0.026171 0.012169 0.013478 0.006106 -0.015162 -0.017826 0.021173 -0.021011 0.021181 0.017937 -0.020299 -0.018196 -0.003382 0.027408 -0.011534 -0.026943 -0.007955 -0.016546 -0.036523 -0.022032 0.027118 -0.006346 0.002064 -0.016922 -0.007305 -0.015139 0.003792 0.017659 -0.04137 0.003313 6.8e-05 0.011954 -0.040078 -0.02941 0.009597 0.042107 -0.020081 0.008104 -0.002413 -0.000494 -0.034996 -0.024455 0.009763 0.026294 0.020864 0.011289 0.017028 0.00284 -0.005797 0.033744 -0.021405 -0.009674 -0.009448 0.006139 0.000222 0.054546 0.014757 -0.02515 0.012671 0.004113 -0.006475 -0.000653 0.000422 0.012758 -0.018533 -0.005134 -0.002947 0.02414 -0.003184 -0.01838 -0.004115 -0.001353 -0.006743 -0.028467 -0.035753 -0.006246 -0.014835 -0.036102 0.021658 0.00408 0.010936 0.02897 -0.020863 0.0126 -0.007043 -0.003264 0.026253 -0.005541 0.038953 0.053935 0.026886 -0.006639 0.002993 -0.033628 -0.027729 -0.017434 -0.007014 0.01794 -0.027856 -0.009408 -0.00343 -0.013012 0.031719 -0.025602 -0.027004 -0.014109 -0.017823 -0.011596 0.005644 0.004147 0.015085 0.005662 0.018531 -0.002156 0.005422 0.016381 -0.000559 0.01387 0.045129 -0.041957 -0.004951 -0.012422 0.017518 0.011436 -0.006783 0.000519 0.017873 -0.007659 -0.022047 -0.005776 0.00671 -0.047289 0.006389 -0.061605 0.001605 0.012275 0.009043 0.021315 0.011075 0.005409\nĝ 0.035631 -0.001853 -0.04506 0.010417 0.007625 0.029762 -0.002877 0.001618 -0.039365 -0.014394 0.012936 0.010337 -0.018809 -0.024053 0.043787 0.011098 0.010154 -0.029099 -0.004493 -0.01948 -0.03042 0.002902 -0.003386 0.01245 0.005833 0.002138 -0.02544 -0.013248 -0.017061 -0.034837 0.0243 -0.034388 -0.032694 -0.03995 0.020176 0.018159 -0.014389 0.020982 0.020445 0.008064 -0.028785 0.000642 0.006507 -0.005677 -0.0223 -0.021395 0.037154 0.021168 0.010047 0.004514 -0.001375 0.027307 0.023738 -0.017762 0.041346 0.007261 0.010088 0.003674 -0.017981 0.031533 -0.025956 -0.016463 -0.017524 -0.007484 -0.006281 0.017932 0.046098 -0.014883 0.028691 0.026032 -0.042935 -0.001204 0.021686 0.031367 -0.044746 0.002359 -0.038925 0.017554 -0.011 -0.007449 0.005257 -0.010817 0.015745 0.014316 -0.016643 -0.051095 0.00025 0.006369 -0.015937 0.008196 -0.011102 0.003058 0.004201 -0.009987 0.003897 -0.016742 0.002445 -0.046967 0.009716 -0.008294 -0.016089 0.008108 -0.001508 -0.037498 0.008495 -0.009493 -0.02628 -0.010583 0.026613 0.000631 0.046072 0.011908 0.008202 -0.016714 -0.002355 0.018995 0.00272 -0.000375 -0.017031 -0.028754 0.020697 -0.008356 0.040319 0.02765 0.023761 0.019294 -0.005448 -0.008843 -0.012177 -0.01532 -0.015263 0.004045 -0.014838 0.03269 -0.021874 0.009266 -0.018145 -0.002299 -0.01754 0.040071 -0.015848 -0.011092 -0.003339 0.030809 -0.048367 -0.043718 0.050299 -0.006152 0.019832 -0.046666 0.005477 0.019701 0.016128 0.018292 0.015635 0.005691 -0.000205 -0.010782 0.02276 -0.023265 -0.007751 0.019277 0.035157 0.01917 -0.003743 -0.007227 0.001296 -0.02076 0.0222 0.009792 -0.023364 -0.035911 -0.021089 0.01584 -5.2e-05 -0.023576 -0.019441 -0.011086 -0.034601 -0.010322 0.02299 -0.020187 -0.002884 -0.019588 -0.007903 -0.030655 0.024001 0.028154 -0.044329 -0.004145 0.012342 0.038052 -0.022083 -0.014781 0.004002 0.047749 -0.026464 0.011827 -0.001829 0.023509 -0.043259 -0.022949 0.015352 0.018992 0.015841 0.014601 0.022129 -0.007326 -0.007278 0.034656 -0.007284 -0.004004 -0.007166 0.019621 0.011458 0.047841 -0.006204 -0.008066 -0.018398 0.00865 -0.003443 0.012873 -0.0283 0.007288 -0.020175 -0.008196 0.002945 -0.004833 0.001317 -0.023186 -0.000132 -0.013059 0.010349 -0.00962 -0.044356 -0.001865 -0.024851 -0.029711 0.011257 0.032618 0.003267 0.018361 -0.025642 0.005044 -0.001614 -0.013038 0.035036 0.001324 0.038211 0.064766 0.006667 0.012877 -0.012164 -0.036336 -0.01567 -0.031071 -0.012508 0.024094 -0.044476 -0.032549 -0.000341 -0.006387 0.020419 -0.032048 -0.016181 -0.030421 -0.040151 -0.020765 0.008227 0.000781 0.017814 0.017543 0.016687 0.001648 0.012295 0.01826 -0.007039 0.017691 0.035314 -0.049438 0.011323 -0.024057 -0.010665 0.021717 0.000378 -0.003518 0.015671 -0.002797 -0.025963 -0.012121 0.021778 -0.037766 -0.004119 -0.055543 -0.012428 0.001169 0.000551 0.027438 -0.00118 0.003961\n -0.014434 0.011698 0.010772 0.054345 0.028904 -0.025299 -0.027465 0.003464 -0.05977 -0.056816 -0.000621 0.039939 0.020945 0.077498 -0.062174 0.009752 0.023379 0.043145 -0.017751 -0.010074 -0.025225 0.04621 0.09551 -0.032263 -0.031911 0.011521 0.064037 -0.003845 0.059634 -0.021666 -0.011063 -0.019709 0.054142 -0.072361 -0.035357 0.0038 0.010694 0.04917 0.05603 0.022306 -0.043596 -0.029419 -0.046021 0.010183 0.013712 -0.021962 0.040524 0.034762 0.053794 -0.039994 -0.07182 0.030342 0.01574 -0.023341 -0.022131 -0.034045 -0.083902 -0.049017 0.004167 -0.065257 0.002579 -0.018417 0.018047 0.087566 0.011317 -0.025665 0.006264 -0.075149 0.000681 -0.010537 -0.0139 0.05383 -0.023604 -0.004179 -0.014945 -0.024853 -0.013709 0.004014 -0.063368 -0.07035 0.013229 0.018396 -0.030207 -0.021624 -0.041597 0.014714 -0.043176 -0.011351 -0.079479 -0.000172 -0.014206 0.000446 0.03877 -0.003111 -0.013278 0.020935 -0.054064 -0.012009 0.050185 0.041445 0.044392 -0.01944 -0.028272 -0.013503 -0.001968 -0.100774 -0.049628 0.002732 0.012733 -0.00333 -0.024425 0.012055 0.045312 -0.056482 0.026508 0.013047 0.023964 0.01608 -0.035617 0.00963 -0.003746 0.030584 -0.001052 0.00274 -0.034156 -0.010442 0.06876 0.008026 0.005083 0.077741 -0.041265 0.040662 -0.077612 0.020074 0.027718 -0.003263 -0.022339 0.002036 0.002825 0.022556 -0.006299 0.027221 -0.03561 -0.027315 0.022693 -0.004993 0.038721 0.062413 -0.010995 -0.030849 0.000507 -0.04258 -0.085582 0.057366 -0.021381 -0.013247 0.004587 0.01869 -0.026207 0.018429 -0.009397 0.038432 -0.072581 0.00766 0.095037 0.009683 0.041857 -0.008479 -0.03122 0.014562 0.023362 -0.045369 0.002197 0.068751 -0.007588 0.032209 -0.010032 0.019523 0.057198 -0.064079 0.037044 -0.048236 -0.005158 -0.053632 0.003801 -0.0042 -0.016767 0.003973 0.009641 -0.028998 -0.016519 -0.017643 0.055687 0.035773 0.064373 -0.059498 0.021374 -0.046562 -0.088017 0.036802 -0.04198 0.015459 -0.115398 0.021779 -0.065712 -0.001337 -0.056968 0.032313 0.027612 0.025837 0.048833 0.014716 0.009592 0.03596 -0.0164 0.046001 -0.032125 0.012291 0.00796 0.021788 0.012745 0.034059 -0.027998 -0.061782 0.066135 -0.023815 0.037447 0.026398 0.080031 0.010326 0.034873 0.108025 0.034119 -0.037366 0.020541 -0.031857 -0.091445 0.031481 0.007456 -0.052002 0.069938 0.000658 0.018102 0.002154 0.072375 0.019568 -0.016773 0.045457 0.011544 -0.073077 -0.0402 0.023211 0.034996 -0.052943 0.038393 -0.067001 0.063492 0.027357 0.005186 0.020512 0.030721 0.006057 0.023515 -0.089355 -0.089302 0.003045 -0.041481 0.010797 -0.064797 -0.015669 0.017006 -0.064848 -0.038653 0.034334 0.00762 -0.025552 0.016596 -0.072519 -0.011886 -0.073228 0.002014 0.035092 0.058358 -0.021319 -0.001301 0.036372 0.017292 -0.002119 -0.020652 -0.060646 -0.000829 -0.033844 0.048614 0.006242 -0.021614 0.004701 0.000722 -0.054896 0.041382 0.017667\nဧ 0.014459 -0.004148 0.023327 -0.023276 0.000496 0.005829 -0.014161 -0.003166 -0.018252 -0.000186 0.03589 0.014097 0.00181 0.018167 0.020007 -0.017687 -0.016265 -0.017905 0.002311 0.006078 -0.003238 -0.001675 0.030208 -0.039739 -0.004628 0.001379 -0.000368 0.000298 0.012686 -0.003199 0.002431 -0.021838 -0.001342 -0.005209 0.000358 0.011216 -0.009204 -0.007676 -0.024028 -0.003044 0.015753 -0.015501 0.010434 0.014009 0.004403 0.020873 0.010424 0.00912 -0.011827 0.010516 -0.001095 -0.017151 -0.001536 0.008702 0.004176 -0.007417 -0.043583 -0.007699 0.017805 -0.019532 0.005269 -0.021681 -0.000226 0.006041 0.00943 -0.003451 0.003042 0.00121 0.009478 -0.002456 -0.005239 0.007141 0.021722 0.002161 0.008376 -0.005668 0.026859 -0.012712 -0.021584 -0.002787 -0.021015 -0.009751 -0.023855 0.021985 -0.008571 0.010038 -0.017743 0.035263 0.015022 -0.015288 0.01683 0.02131 0.005608 -0.002524 -0.007416 -0.006861 -0.019063 0.014248 0.007835 -0.002098 -0.016115 0.047414 0.02078 0.006335 -0.015565 -0.002004 -0.019929 0.005048 0.008373 -0.00672 0.021042 0.02191 -0.002424 0.002738 0.021275 -0.010269 0.000806 -0.000163 -0.020251 0.004217 0.011029 -0.001432 0.006428 0.01962 0.00285 -0.026264 -0.004372 0.03503 -0.014115 -0.013192 -0.007946 0.008127 0.007696 -0.002518 0.012891 -0.006545 0.032424 0.035275 -0.006542 0.005656 0.009501 0.000557 -0.034482 -0.028602 0.004439 0.01781 -0.011213 -0.020764 0.022688 0.00771 -0.021449 0.022224 -0.020697 0.006516 -0.009105 0.004796 0.006852 0.004256 0.013205 0.008805 -0.014892 0.013348 -0.012467 -0.006246 -0.005515 0.001141 0.003394 -0.003058 -0.005525 -0.011381 0.013145 0.011196 0.010442 0.002487 0.017473 0.008282 0.000633 -0.014279 -0.004551 0.000313 -0.014885 0.00469 0.010248 0.001088 -0.015965 -0.027677 -0.007748 0.021342 0.013165 -0.019682 0.025671 0.03911 0.003937 -0.016588 -0.01001 0.006414 0.018211 0.00226 0.013865 0.002031 -0.01409 -0.012347 -0.025119 0.023477 -0.001046 -0.032815 0.00597 0.015771 -0.00691 -0.000884 -0.009385 -0.033244 0.015875 0.015228 0.01464 -0.00238 0.007802 -0.005813 0.017868 0.021106 0.027127 -0.014386 0.005966 -0.035543 -0.027901 0.005509 -0.004572 -0.021935 -0.022438 -0.003515 -0.007418 -0.004468 -0.038641 0.000215 0.002306 -0.015996 -0.007844 0.019609 -0.005591 -0.03417 -0.012382 -0.012508 0.010646 0.010317 -0.026188 -0.013876 0.000832 0.008577 0.007198 0.003555 -0.007625 -0.00277 0.002435 -0.005857 0.017331 -0.007606 0.007886 0.022284 -0.001109 -0.018456 5.2e-05 0.009805 0.016709 -0.002353 -0.001446 -0.020829 -0.004752 -0.009031 0.003297 0.028323 0.002897 -0.027054 -0.003129 -0.013288 0.004019 -0.007403 0.023729 0.007429 0.015684 -0.016584 -0.00476 0.006763 0.011407 -0.009816 0.012767 0.001574 0.04157 -0.012906 -0.011474 -0.006422 0.001754 -0.004973 -0.012135 -0.040486 -0.029915 0.000904 0.009943 0.009134 0.014483 0.021909\nभ 0.015384 0.002432 -0.042165 0.012585 0.00298 0.033768 -0.007198 -0.004089 -0.025994 -0.039574 0.036046 0.012158 -0.006745 -0.025075 0.023731 -0.009853 0.0056 -0.012906 -0.010375 -0.041729 -0.012506 0.009177 0.012019 0.003319 0.003533 0.020349 -0.0188 -0.022478 -0.011862 -0.022071 0.027616 -0.026253 -0.020593 -0.028658 0.002043 0.005671 -0.030949 0.027454 0.001417 0.012469 -0.022587 0.004389 0.007541 0.003795 -0.018167 -0.008581 0.025133 -0.006773 -0.002129 0.008581 0.000562 0.043973 0.035966 -0.036784 0.036343 0.004651 -0.001398 0.016872 0.000963 0.016581 -0.029866 -0.023604 0.001319 -0.017723 0.009924 0.00755 0.025111 0.002337 0.025094 0.020685 -0.055805 -0.010717 0.021398 0.013447 -0.055745 -0.00528 -0.029761 0.019424 -0.028545 -0.014098 0.007497 -0.002153 0.001439 0.003558 -0.014581 -0.031188 0.005412 -0.000945 -0.02132 0.003297 -0.017985 0.017776 0.008148 -0.006468 0.018751 0.006535 -0.003003 -0.036807 -0.006372 -0.006962 -0.021486 0.003861 -0.004867 -0.010941 0.015611 -0.014357 -0.014306 0.004912 0.031769 0.007688 0.040648 0.032302 0.012344 -0.018505 -0.00182 -0.002524 0.000543 0.000736 -0.018979 -0.031035 0.025284 0.002636 0.024999 0.036507 0.037925 0.004461 -0.000639 -0.005226 -0.005478 -0.024075 -0.011984 0.001808 -0.018914 0.029332 -0.015983 -0.001751 -0.027763 0.019017 0.003794 0.030008 -0.009187 0.005646 -0.000391 0.027981 -0.030732 -0.054537 0.051192 0.018548 -0.001479 -0.039585 -0.002798 0.003278 0.027566 0.013168 0.008794 0.004013 0.014435 -0.02827 0.019665 -0.014729 -0.030971 0.011053 0.021052 0.004947 -0.018222 -0.002043 0.023347 -0.011321 0.011143 0.017536 -0.021931 -0.012609 -0.014528 0.029221 -0.013998 -0.024999 -0.001347 -0.002395 -0.039237 -0.007204 0.024327 -0.001372 0.009451 -0.014892 -6.7e-05 -0.012726 0.003143 0.021821 -0.042635 0.006096 0.033948 0.017635 -0.032856 -0.03041 -0.001036 0.029326 -0.020468 0.017792 0.001151 -0.010584 -0.040353 -0.027808 0.009876 0.028242 0.02297 0.013774 0.00863 -0.008789 -0.000929 0.039515 -0.005317 -0.013811 -0.003017 0.013672 -0.002097 0.060955 0.021017 -0.031944 0.008781 0.00575 -0.006498 0.003868 -0.00735 0.003361 -0.033892 -0.010766 -0.002132 0.015989 -0.006637 -0.02796 -0.006937 -0.003341 -0.000272 -0.031175 -0.042312 -0.009455 -0.014043 -0.023028 0.016666 0.022383 0.003984 0.014579 -0.020959 0.024011 -0.006119 0.002566 0.0222 -0.01384 0.028154 0.050678 0.011784 -0.001659 -0.007973 -0.027003 -0.019887 -0.008373 -0.016175 0.021385 -0.032982 -0.012915 0.013354 -0.009236 0.025418 -0.022207 -0.027503 -0.019257 -0.025542 -0.017893 0.005892 -0.002885 0.018025 0.010038 0.013526 -0.007863 0.008188 -0.001893 0.004324 0.013834 0.045183 -0.042504 0.003321 -0.018409 0.023121 0.018778 -0.021764 -0.016325 0.016494 -0.012416 -0.017294 -0.003913 0.002091 -0.027415 0.006507 -0.065954 -0.011459 0.022867 0.004459 0.023321 0.008064 0.011889\nయ 0.035081 0.004026 -0.05902 0.022535 -0.004872 0.032581 0.004158 -0.011775 -0.016863 -0.014763 0.039242 0.00983 -0.001978 -0.028963 0.044679 -0.009991 0.026769 -0.024656 -0.003777 -0.054968 -0.023837 0.010292 0.00645 0.016655 0.021257 0.013409 -0.02245 -0.025476 -0.016365 0.010545 0.040996 -0.01953 -0.018718 -0.032722 -0.010535 0.013515 -0.063 0.046383 0.011645 0.011662 -0.055001 0.000684 0.016739 0.012095 -0.021208 -0.007768 0.047564 0.017398 0.014412 0.004461 0.010541 0.054155 0.042724 -0.042642 0.048405 0.005041 -0.005699 0.014198 -0.006758 0.021728 -0.020123 -0.0119 -0.006811 -0.000436 0.025597 0.015263 0.039084 -0.017652 0.02342 0.010896 -0.048468 -0.005119 0.02489 0.030499 -0.060496 -0.015717 -0.043215 0.029436 -0.021827 -0.029831 0.018315 0.011808 0.010395 0.021479 -0.029868 -0.059235 -0.004308 -0.011649 -0.02047 0.016571 -0.008295 0.022111 0.008909 0.00363 -0.00111 -0.003385 -0.014993 -0.039431 0.007848 -0.014619 -0.004737 -0.004315 0.002702 -0.014711 0.021765 0.006787 -0.023881 0.005316 0.022698 0.006948 0.048883 0.044438 0.031369 -0.004893 0.031089 0.005691 -0.011466 0.002162 -0.013325 -0.030729 0.031527 -0.005719 0.037093 0.035106 0.061393 0.005008 -0.023215 -0.004567 -0.000903 -0.023041 -0.039987 -0.001461 0.005475 0.026704 -0.032017 -0.000709 -0.028697 0.018936 -0.010743 0.043083 -0.00033 -0.02663 0.015428 0.010669 -0.073294 -0.055101 0.033265 -0.007607 0.005027 -0.04515 -0.004491 0.003501 0.020682 0.02579 -0.010625 0.012453 -0.024561 -0.033769 0.006127 -0.03025 -0.013701 0.019993 0.018707 0.019927 -0.008189 0.002098 0.020613 -0.022135 0.038338 0.012505 -0.050794 -0.038951 -0.017986 0.053758 -0.0298 -0.014102 -0.013035 -0.004584 -0.030932 -0.000835 0.054688 0.007046 -0.00876 -0.004663 -0.020482 -0.016167 0.008648 0.026275 -0.06977 0.017583 0.01576 0.031601 -0.021605 -0.046462 -0.001636 0.053174 -0.005828 0.015234 -0.02457 -0.001807 -0.028863 -0.042668 0.016487 0.011946 0.046609 0.007577 0.014467 -0.024063 -0.002242 0.035877 -0.003752 -0.016128 0.015732 0.007792 0.013213 0.056693 -0.002297 -0.003396 0.022195 0.008582 0.00439 0.019783 -0.017754 0.005814 -0.033112 0.002169 -0.017895 0.013444 0.027851 -0.035378 -0.025013 0.009334 -0.010052 -0.042981 -0.07048 -0.003363 -0.008646 -0.050783 0.016609 0.026026 0.007521 0.01552 -0.041345 0.029423 -0.001689 -0.017063 0.035183 -0.008474 0.052043 0.047276 0.035336 0.018658 -0.007551 -0.056995 -0.024994 -0.026704 -0.00381 0.008662 -0.05574 -0.016441 0.00715 0.004349 0.026223 -0.004358 -0.055661 -0.023841 -0.020154 -0.028308 -0.004465 -0.005019 0.032806 0.014246 -0.001122 -0.00491 -0.000401 -0.011041 0.01219 0.01585 0.040096 -0.047874 -0.002878 -0.032019 0.020023 0.027981 -0.013267 -0.002294 -0.000726 -0.03377 -0.034058 -0.002214 0.018687 -0.047528 -0.007044 -0.069573 -0.037565 0.025826 0.01593 -0.005331 0.019096 -0.00336\ṉ 0.021521 0.002015 -0.042281 0.014222 0.003981 0.030556 0.005222 -0.010294 -0.009261 -0.033011 0.041333 -0.002917 -0.003235 -0.022769 0.0235 -0.006436 0.014478 -0.029659 -0.030453 -0.001122 0.000123 -0.009356 0.005457 0.008899 0.020594 0.017111 -0.004915 -0.012865 -0.001048 -0.0222 0.025524 -0.020596 -0.014354 -0.026749 0.008556 0.011665 -0.029084 0.035367 0.014447 0.006636 -0.031654 0.008657 -0.003453 0.016597 -0.013225 -0.027678 0.045905 0.002263 0.007058 0.013615 0.015476 0.048178 0.022259 -0.0244 0.026482 0.001344 0.002966 0.013251 -0.006067 0.012082 -0.031331 -0.012821 0.00198 -0.009024 0.008321 0.023733 0.020722 -0.014736 0.006405 -0.000871 -0.048722 -0.006651 0.041262 0.002028 -0.053407 0.004593 -0.027116 0.023449 -0.019468 -0.003375 0.03386 -0.009768 -0.003926 0.024116 -0.025599 -0.033671 -0.005894 -0.001983 -0.009088 -0.013317 0.003761 0.014182 -0.01762 0.00366 0.008776 -0.009147 0.00586 -0.03209 -0.02068 -0.009726 -0.008623 0.010642 0.002275 -0.024337 0.007235 -0.010082 -0.019985 0.009902 0.022459 0.003973 0.039722 0.012221 0.014928 0.004339 0.002142 -0.006498 0.002549 0.011543 -0.027717 -0.024865 0.0277 -0.001133 0.022438 0.020181 0.038742 0.010085 0.001151 0.006139 -0.00484 -0.014705 -0.005369 -0.013696 -0.015232 0.02627 -0.035178 0.006104 -0.025862 0.01167 0.007006 0.041996 -0.007937 -0.007553 0.003751 0.016595 -0.020632 -0.033822 0.032486 0.006064 0.004248 -0.04806 0.001148 -0.003763 0.027643 0.025861 -0.011891 0.015786 -0.015005 -0.018499 0.013055 -0.021618 -0.008569 0.001514 -0.000774 0.018378 -0.012714 -0.019171 0.003035 -0.022977 0.012551 0.034389 -0.02227 -0.011023 0.004223 0.032686 -0.010937 -0.017117 -0.000288 -0.000561 -0.057277 -0.011437 0.030248 -0.021029 0.022997 0.003971 0.008178 -0.021796 -0.000282 0.023563 -0.03947 -0.009977 0.002185 0.017814 -0.03968 -0.038902 0.007269 0.028915 -0.011715 0.016078 0.00792 -0.000616 -0.0402 -0.021274 0.018201 0.015625 -0.010681 0.004677 0.009834 -0.008706 0.002917 0.02031 -0.000389 -0.011019 -0.009357 0.024587 0.016577 0.059899 0.018426 -0.013732 0.007942 -0.018089 -0.008346 -0.003578 -0.006314 -0.001541 -0.017983 -0.026161 -0.003982 0.014346 0.011291 -0.025689 0.013901 -0.006118 0.00145 -0.024098 -0.022285 0.00095 0.003835 -0.033563 0.033755 0.026319 -0.012264 0.010847 -0.033893 0.006804 0.013604 0.004041 0.019065 0.011357 0.035346 0.045423 0.009559 -0.003347 0.000957 -0.019054 -0.00988 -0.022572 -0.008308 0.022891 -0.02377 -0.025589 0.001338 -0.002484 0.014911 -0.029401 -0.011646 -0.016635 -0.021061 -0.03357 -0.007113 0.021055 0.007391 0.00226 0.007726 -0.011376 -0.007792 -0.012925 -0.006261 0.000704 0.04714 -0.028561 -0.011749 -0.014886 0.016222 0.015465 -0.034667 -0.01333 0.002566 -0.012249 -0.023065 -0.024077 0.005123 -0.028384 0.009006 -0.051572 -0.024459 0.00414 0.008768 -0.00823 0.000209 -0.009524\nʰ 0.014161 0.009343 -0.026417 0.014574 0.013021 0.041319 0.026405 -0.003999 -0.02459 -0.031039 0.046843 0.013926 -0.01674 -0.013438 0.045672 -0.014958 0.00486 -0.020944 0.012413 -0.036571 -0.013988 -0.013164 -0.031024 0.006188 0.002547 0.000442 -0.01832 -0.000594 -0.013305 -0.033423 0.032363 -0.02913 -0.024201 -0.026039 0.002698 0.02072 -0.021053 0.04379 0.013963 0.005588 -0.045631 0.035944 0.006681 0.014064 -0.004984 -0.012901 0.026085 0.010695 -0.000563 0.004759 0.008176 0.054753 0.0263 -0.039674 0.039745 0.007688 0.005276 0.030935 -0.015494 0.022215 -0.0385 -0.02818 -0.016932 0.001393 0.006123 0.02566 0.053359 -0.036296 0.022436 0.03107 -0.04374 -0.017149 0.005063 0.019044 -0.036516 -0.006127 -0.008489 0.014836 -0.018541 -0.010884 0.028291 -0.003611 -0.014344 0.020289 -0.024036 -0.063146 0.00801 0.001853 0.000937 0.015644 -0.003154 0.011827 0.009554 9.7e-05 0.00593 -0.026333 0.011391 -0.041161 -0.025069 -0.005868 -0.039319 -0.005541 -0.011455 -0.028022 0.020486 -0.007577 -0.01605 0.005563 0.013618 0.000773 0.065011 0.012664 0.028005 0.008962 0.015052 -0.004333 -0.026774 -0.00696 -0.026784 -0.026068 0.031523 0.002117 0.033294 0.022486 0.027736 -0.008479 0.009168 0.01993 -0.015659 -0.007598 0.011674 0.023563 -0.007291 0.037903 -0.007806 0.008529 -0.025614 0.034446 0.004318 0.043777 -0.002552 -0.000409 0.016657 0.016392 -0.025144 -0.05611 0.045558 -0.003254 0.012839 -0.051733 0.025829 0.01116 0.033939 0.024317 0.009872 0.006097 -0.004605 -0.032908 0.020773 -0.012803 -0.028097 0.015965 0.033582 -0.00347 -0.018964 -0.019732 0.026431 -0.019313 0.014875 0.053121 -0.021525 -0.025 -0.005216 0.013903 0.003353 -0.024138 0.001782 -0.011488 -0.044999 0.000845 0.042084 -0.00169 0.007165 0.006789 -0.026674 -0.028507 -0.008653 0.016765 -0.028158 0.00312 0.01719 0.027741 -0.030593 -0.034163 0.002079 0.040875 -0.031223 0.01505 0.009671 -0.004768 -0.039777 -0.014985 0.02322 0.031872 0.026402 -0.005206 0.000476 -0.035682 -0.007813 0.021832 -0.015275 -0.002951 -0.00375 0.034398 0.008967 0.027916 0.003535 -0.014033 0.012805 0.000599 -0.00956 -0.010592 0.014652 0.011739 -0.037426 0.011405 -0.010858 0.006928 0.01286 -0.010568 -0.014332 0.006304 -0.002139 -0.045556 -0.026472 0.015865 -0.013122 -0.012808 0.011762 0.010562 0.013967 0.030183 -0.016593 0.01801 -0.010738 -0.014011 0.027669 0.021646 0.035355 0.049019 -0.00179 0.01349 -0.024754 -0.027378 -0.024127 -0.007646 -0.017863 0.016165 -0.033236 -0.006762 0.005856 -0.008433 0.01745 -0.020186 -0.011211 -0.0148 -0.035501 0.011919 -0.004229 0.008979 0.010413 -0.008299 0.022443 0.005938 0.024225 -0.000169 0.019284 0.013806 0.032643 -0.044511 0.004266 0.005085 0.017992 0.029927 0.010434 -0.01217 0.016199 -0.007981 -0.026727 -0.020205 0.007172 -0.029724 0.008364 -0.057779 -0.022165 0.017071 0.006464 2e-06 0.002833 -0.029794\nس 0.026346 0.004993 -0.040712 0.014928 0.004443 0.028144 0.003339 -0.007197 -0.019665 -0.027953 0.027085 0.008766 -0.006754 -0.016292 0.022885 -0.003132 0.008712 -0.015609 -0.011063 -0.037318 -0.015637 0.002915 0.006556 0.007656 0.003078 0.013757 -0.005371 -0.0103 -0.011422 -0.02711 0.01854 -0.025581 -0.013588 -0.032632 0.008354 0.011211 -0.029931 0.032357 0.005792 0.016682 -0.025862 0.006989 0.003476 0.000743 -0.021163 -0.018489 0.029327 -0.002946 -0.001953 0.009158 0.001558 0.037935 0.027089 -0.023362 0.033195 0.005457 -0.002838 0.017493 -0.010301 0.019846 -0.025215 -0.02065 -0.007703 -0.010223 0.015065 0.018652 0.034881 -0.009157 0.030315 0.015646 -0.04493 -0.007904 0.019139 0.01597 -0.03647 0.001654 -0.025297 0.019863 -0.029073 -0.013504 0.008455 -0.002303 0.001889 0.008266 -0.016347 -0.03654 0.003 -0.004225 -0.012528 -0.002716 -0.005659 0.017957 0.007681 -0.005145 0.014807 -0.002604 -0.003239 -0.03165 -0.000118 -0.002913 -0.0172 0.002351 -0.000324 -0.027191 0.013922 -0.007527 -0.012571 0.010057 0.026682 -0.007225 0.036837 0.01584 0.018979 -0.016062 0.005062 -0.00105 -0.005773 0.000879 -0.012283 -0.032921 0.018549 0.001016 0.030115 0.018413 0.026616 0.010887 -0.008499 -0.006956 -0.008377 -0.013257 -0.009455 -0.001582 -0.008199 0.023657 -0.017006 0.00838 -0.028966 0.00447 0.010285 0.035138 0.000381 -0.007465 0.008067 0.019016 -0.022808 -0.040139 0.040485 0.013671 0.001926 -0.035747 0.007837 0.005698 0.027151 0.024054 -0.001449 0.005826 0.002506 -0.020241 0.012299 -0.018863 -0.019517 0.01095 0.018818 0.012769 -0.011582 -0.014073 0.014979 -0.017819 0.016684 0.012179 -0.021614 -0.018521 -0.007581 0.031442 -0.014119 -0.02129 -0.00722 -0.010091 -0.031528 -0.014927 0.028013 -0.011083 0.007255 -0.014503 -0.002824 -0.018896 0.000916 0.019424 -0.040564 0.000511 0.012976 0.019147 -0.028276 -0.027045 0.001696 0.031343 -0.018865 0.012458 0.000936 -0.000434 -0.025292 -0.023697 0.014844 0.020616 0.014315 0.014181 0.009362 -0.008809 -0.006851 0.032415 -0.014391 -0.003206 -0.010042 0.015406 -0.002539 0.054175 0.008633 -0.018273 0.009111 -0.004127 -0.004197 0.006466 -0.003777 0.003695 -0.019648 -0.001925 -5.8e-05 0.015115 -0.003593 -0.021003 -0.001455 -0.00088 -0.005104 -0.017688 -0.028795 -0.003453 -0.012318 -0.025786 0.018754 0.016728 0.005444 0.014855 -0.020779 0.008664 0.003806 -0.000966 0.027237 -0.003435 0.032802 0.041457 0.018424 0.003383 -0.001034 -0.029748 -0.022888 -0.019988 -0.001553 0.020653 -0.023787 -0.005768 0.002372 -0.014351 0.025425 -0.026475 -0.023795 -0.019082 -0.029871 -0.012115 0.005886 0.00118 0.016516 0.00045 0.010644 -0.001635 0.010541 -0.003862 -0.002076 0.013908 0.038316 -0.040926 -0.000524 -0.01663 0.014536 0.01028 -0.014983 -0.003976 0.020583 -0.00839 -0.014493 -0.012674 0.005816 -0.03193 0.007781 -0.054952 -0.006739 0.005471 0.011758 0.009757 0.015199 0.002161\nᠷ 0.022116 0.000579 -0.025064 0.009225 0.012698 0.022338 -0.001224 0.004184 -0.00511 -0.020616 0.010223 -0.0012 -0.002871 -0.016294 0.017161 -0.013909 -0.000381 -0.005118 -0.003538 -0.030717 -0.018399 0.003328 0.011093 -0.002808 -0.004824 0.011447 -0.003731 -0.005162 -0.011133 -0.022946 0.017749 -0.031982 -0.00855 -0.027698 0.009788 -0.007125 -0.013142 0.033291 0.007886 0.014629 -0.020103 -0.002351 0.000138 0.00122 -0.008603 -0.013601 0.015875 0.000392 0.000391 0.01901 0.005196 0.035311 0.020172 -0.020243 0.023068 0.002565 -0.003996 0.011275 -0.012357 0.016323 -0.026422 -0.014033 -0.016955 -0.0005 0.000365 0.012478 0.024908 -0.012113 0.029097 0.009698 -0.033399 -0.001061 0.016351 0.02497 -0.0347 -0.000319 -0.021171 0.012908 -0.027381 -0.001702 0.015532 0.004261 0.006042 0.000515 -0.019832 -0.037158 0.005416 0.01588 -0.014313 -0.014673 -0.01559 0.004959 0.014771 -0.01698 0.004685 -0.005776 0.00041 -0.022913 -0.003959 0.001271 -0.009366 0.004632 -0.006586 -0.021198 0.002241 -0.009053 -0.016295 0.001744 0.019404 -0.00622 0.022872 0.017717 0.013643 -0.01496 0.007129 -0.010026 -0.005135 0.004217 -0.015174 -0.010684 0.016784 0.004816 0.026581 0.01224 0.032323 0.014545 -0.004466 0.001766 -0.007842 -0.02385 -0.018143 0.010715 -0.014779 0.01382 -0.005767 0.0115 -0.024119 0.013777 0.023641 0.03364 0.001813 -0.01269 0.001455 0.010558 -0.019285 -0.03271 0.052841 0.015962 0.000163 -0.023722 0.00299 0.018403 0.015548 0.001904 -0.020291 -0.000798 0.005981 -0.001368 0.005474 -0.008194 -0.015729 0.012963 0.000595 0.012589 -0.023473 -0.014643 -0.001639 -0.015733 0.007085 0.013323 -0.0092 -0.01232 -0.000521 0.027166 0.007085 -0.016146 -0.005006 -0.01355 -0.021564 -0.003818 0.018849 -0.016606 -0.001852 -0.001645 -0.003354 -0.009475 0.00464 -0.001101 -0.035482 -0.000196 0.017597 0.016802 -0.01812 -0.015327 0.016766 0.031705 -0.016631 0.000274 0.002593 -0.0063 -0.02705 -0.014512 0.003409 0.01653 0.007511 0.020163 0.001052 -0.015431 0.000836 0.023099 -0.018477 -0.005408 0.002567 0.011565 -0.002013 0.03019 0.010134 -0.007147 -0.003613 0.004214 -0.004444 0.002666 -0.015332 0.015461 -0.01273 -0.001703 0.001027 0.00506 -0.005172 -0.014777 -0.002317 -0.005345 0.008865 -0.015916 -0.025145 -0.004628 -0.011435 -0.024255 0.018163 0.003853 -0.010289 0.020559 -0.012981 0.010771 0.015913 -0.010357 0.024319 -0.001666 0.028993 0.026236 0.017087 0.009708 0.003922 -0.011685 -0.017011 -0.020516 -0.003949 0.018584 -0.014241 0.004748 0.000801 -0.007146 0.011786 -0.015652 -0.020446 -0.009368 -0.024105 -0.010624 -0.005901 0.002006 0.015703 -0.009666 0.011087 -0.006536 0.004449 0.016766 0.00328 0.001222 0.035611 -0.025801 -0.011962 -0.017091 0.007186 0.011219 -0.018094 -0.004452 0.020128 -0.001375 -0.009241 -0.010959 -0.003137 -0.026843 0.014459 -0.045374 0.000387 -0.004964 -0.007128 0.025792 0.014314 -0.005404\nሻ 0.039501 -0.025523 -0.025766 0.020247 -0.019772 0.036781 -0.007093 -0.048208 -0.018065 -0.025014 0.065157 0.026712 0.042064 -0.01665 -0.025748 0.037067 -0.017682 0.009781 -0.018142 -0.051702 -0.034876 -0.007762 0.018351 0.017533 -0.027029 0.036023 -0.058762 0.011892 -0.014828 -0.026166 0.021153 -0.018991 -0.02205 -0.024892 -0.038625 0.014216 -0.072756 -0.011424 0.032407 0.052798 -0.014866 -0.03534 0.04169 0.048744 -0.05359 -0.011051 0.058335 -0.011426 -0.016832 0.043392 -0.027385 0.05328 0.039241 0.014965 0.032776 -0.019504 -0.051982 -0.011507 -0.065833 0.031375 -0.02943 -0.022422 -0.030213 -0.003432 0.024166 -0.031307 0.060823 -0.011553 0.021921 -0.002488 -0.042061 0.019179 0.026776 0.039197 -0.022016 -0.040895 -0.040674 0.026478 -0.075035 -0.052958 0.048868 -0.024233 -0.037975 -0.005143 -0.01257 -0.04675 0.002037 -0.021873 -0.016348 0.012149 -0.030838 -0.004199 -0.021912 -0.070408 -0.027244 0.018427 -0.029257 0.002112 0.013051 -0.011329 -0.053343 0.0056 0.003158 -0.026741 -0.011699 -0.061591 -0.061181 0.020635 0.044765 0.002932 0.031196 0.010498 -0.000278 -0.045739 -0.00787 -0.020867 -0.050619 -0.019108 -0.060189 -0.01288 0.014923 -0.014822 0.033971 0.032907 0.019502 0.020033 -0.037461 -0.027608 0.013361 -0.023747 -0.024874 -0.015452 0.009847 0.031947 -0.032725 -0.000857 -0.01124 -0.045407 0.013698 0.045783 0.037614 -0.023384 0.002725 0.066725 -0.049857 -0.056899 0.070332 0.023913 -0.029716 -0.017017 -0.000678 0.03397 0.016403 0.015297 0.008615 0.01853 0.005183 -0.025487 0.055166 -0.030961 -0.021204 0.003634 -0.008 0.009031 0.003097 -0.004811 -0.03288 -0.053969 -0.011825 0.010577 -0.039128 -0.042268 -0.014602 -0.005696 0.012519 -0.033094 0.000539 -0.046801 -0.038281 -0.056511 -0.004956 -0.025959 0.030683 0.008023 0.018092 -0.019929 -0.03527 0.023682 -0.074258 -0.031384 -0.007028 -0.014795 -0.012479 -0.053408 -0.01331 0.047413 -0.025033 0.003869 -0.018305 0.017669 -0.058211 -0.005675 0.047825 0.060384 0.018866 -0.01837 0.069429 -0.00687 -0.012494 0.04027 -0.036798 -0.011456 0.0132 -0.002624 0.028621 0.07516 0.046945 0.016098 0.011931 0.038768 0.007841 -0.013405 -0.021514 0.015053 -0.003929 -0.004753 0.017736 0.044926 -0.000152 -0.03841 -0.049244 -0.02599 -0.003638 -0.028256 -0.030874 0.05824 -0.024501 -0.028619 0.035136 -0.023534 -0.041193 -0.0222 -0.046499 -0.000138 -0.001971 -0.003323 0.023915 0.044702 0.057442 0.002562 0.013273 0.043899 -0.00603 -0.064477 -0.023317 -0.023507 -0.061285 0.050724 -0.015155 0.003255 0.003862 -0.027316 0.043891 -0.012184 -0.042955 -0.037925 0.002337 -0.041816 -0.003051 0.033408 0.034722 0.026419 0.028197 0.045323 0.016796 0.011278 0.013838 0.02842 0.074011 -0.067715 0.010096 -0.032967 0.015139 0.061787 -0.014919 -0.027016 0.037954 -0.026424 -0.03482 0.000522 0.048595 -0.081547 -0.006937 -0.088212 0.009062 -0.045624 0.070398 0.024362 0.054313 -0.012077\nើ 0.021255 0.008924 -0.027697 0.033311 -0.003273 0.036326 0.011013 0.001364 -0.014047 -0.045602 0.039611 0.013228 -0.015374 -0.032353 0.028994 0.001651 0.000369 -0.018742 0.009037 -0.051467 -0.015915 0.005805 0.005041 -0.002741 -0.008302 0.004301 -0.026737 -0.01331 -0.019253 -0.004973 0.028734 -0.017132 -0.015476 -0.048447 0.019533 -0.001136 -0.017017 0.037205 -0.003313 0.003519 -0.031645 0.000732 0.002813 -0.006041 -0.02345 -0.015725 0.029835 -0.01107 0.003865 0.023767 0.007265 0.046828 0.02294 -0.028563 0.031415 0.006835 0.014537 0.011201 -0.004298 0.031985 -0.041628 0.002105 -0.004387 -0.012246 0.009279 0.013238 0.019027 -0.018357 0.034737 0.023644 -0.042886 -0.018104 0.00637 0.019431 -0.047379 -0.005513 -0.01635 0.015384 -0.04307 -0.013153 0.02697 0.003385 0.005324 0.013196 -0.015526 -0.054068 0.005393 -0.004873 -0.006352 -0.019252 -0.016635 0.029489 0.020727 -0.020988 0.008073 -0.009461 0.008744 -0.022916 -0.004947 -0.003705 -0.017017 0.005189 0.005206 -0.025637 0.030305 -0.002279 -0.023291 0.024822 0.028614 -0.010737 0.051096 0.032618 0.028952 -0.016952 -0.009666 -0.002638 -0.000526 -0.000164 -0.008153 -0.037331 0.031711 0.016402 0.036899 0.018628 0.048374 0.009084 -0.021552 -0.010905 -0.000513 -0.015351 -0.001875 -0.009821 -0.033688 0.02812 -0.009732 0.004321 -0.014309 0.011294 -0.006879 0.042807 -0.023655 -0.005236 0.001405 0.025588 -0.042302 -0.043964 0.04393 0.005867 0.009838 -0.043144 0.015936 -0.001943 0.030887 0.008651 0.000463 0.014932 -0.004092 -0.022786 0.007613 -0.01949 -0.007359 0.013923 0.025554 0.010686 -0.006205 -0.014674 0.015418 -0.01948 0.017277 0.001314 -0.030587 -0.015941 -0.013828 0.020472 -0.01831 -0.035479 -0.012497 0.001384 -0.039132 -0.025121 0.025522 -0.007702 0.005929 -0.014804 -0.007551 -0.014291 0.006008 0.029072 -0.041702 -0.002199 0.009346 0.028526 -0.045764 -0.009171 0.006957 0.031639 -0.029176 0.010681 -0.002568 -0.002594 -0.023551 -0.017167 0.013122 0.021691 0.018768 0.026852 0.00263 -0.006583 -0.009525 0.017946 -0.02638 -0.011197 -0.006467 0.002182 -0.004323 0.050956 0.0123 -0.018388 0.011381 -0.008441 0.004125 0.01035 -0.011975 -0.003966 -0.02198 -0.00283 -0.005118 0.013884 -0.001885 -0.007504 -0.022684 0.002176 0.003487 -0.025537 -0.041627 -0.007208 -0.008927 -0.027688 0.020937 0.010444 0.019214 0.028788 -0.013636 0.017222 -0.00937 -0.000828 0.016638 -0.009365 0.025267 0.045536 0.019999 0.004387 0.006556 -0.039315 -0.035234 -0.004582 0.008762 0.014651 0.003369 -0.007197 0.007709 -0.010275 0.03433 -0.02102 -0.033147 -0.03288 -0.026483 -0.020184 0.003989 0.007251 0.021967 0.006911 0.018857 -0.007678 0.008863 0.007597 -0.006963 0.013328 0.036795 -0.050216 -0.009379 0.004884 0.016079 0.029107 -0.016551 -0.005964 0.013422 -0.012365 -0.010333 -0.007148 0.002071 -0.029462 0.002785 -0.050098 -0.025774 0.007096 -0.01518 0.017331 0.003701 0.003605\nી 0.043587 0.001561 -0.067393 0.019398 0.008957 0.045689 0.010925 0.005016 -0.029476 -0.040121 0.031426 0.011487 -0.01425 -0.023987 0.029637 0.000523 0.010472 -0.025721 -0.016748 -0.043821 -0.019226 -0.000212 0.012144 0.011413 0.002696 0.019587 -0.009784 -0.011218 -0.024407 -0.033837 0.018455 -0.031021 -0.030425 -0.042706 0.015983 0.008486 -0.039138 0.049904 0.002336 0.022796 -0.04906 0.021864 0.002608 -0.009937 -0.032759 -0.028475 0.044223 -0.009383 0.001497 0.02072 -0.009487 0.054991 0.040212 -0.030042 0.05205 0.005715 -0.004447 0.034495 -0.011107 0.036413 -0.04335 -0.0363 -0.017728 -0.012532 0.011501 0.027086 0.053565 -0.012867 0.038304 0.009786 -0.058921 -0.006961 0.024321 0.01428 -0.053973 0.011659 -0.032637 0.023792 -0.041444 -0.009616 0.013964 -0.001342 -0.001724 0.015427 -0.011267 -0.064801 0.008727 -0.015624 -0.011915 -0.003753 -0.010719 0.021656 0.017612 -0.00862 0.007795 -0.007823 -0.012656 -0.049667 0.006412 0.000916 -0.021718 -0.006461 0.006046 -0.046429 0.015655 -0.002648 -0.013447 0.002808 0.034754 -0.007565 0.04766 0.021428 0.024101 -0.024776 0.013729 -0.002885 -0.009944 -0.007205 -0.014971 -0.046005 0.023585 -0.00451 0.047521 0.014466 0.033966 0.020225 -0.024272 -0.020226 -0.012952 -0.024623 -0.009828 0.008919 -0.013302 0.037454 -0.021949 0.021319 -0.039441 0.007795 0.013182 0.062368 -0.005201 -0.008813 0.027225 0.024691 -0.047126 -0.058481 0.064144 0.021214 0.009227 -0.048102 0.010516 0.003311 0.040759 0.035477 -0.005141 0.017397 -0.007823 -0.02119 0.018841 -0.026434 -0.025358 0.018114 0.035794 0.026266 -0.015704 -0.023698 0.018024 -0.0179 0.023658 0.021625 -0.028636 -0.028144 -0.018603 0.044493 -0.032372 -0.029473 -0.021116 -0.009916 -0.041791 -0.024204 0.039905 -0.019356 0.004011 -0.00775 -0.002836 -0.013031 0.004089 0.024288 -0.050169 0.005306 0.007239 0.02449 -0.038965 -0.040582 0.004474 0.048819 -0.023847 0.008305 -0.004013 -0.003397 -0.036078 -0.035209 0.016351 0.030353 0.019651 0.035784 0.005037 -0.013016 -0.015338 0.043238 -0.022338 -0.000683 -0.002307 0.011519 -0.004632 0.073832 0.011728 -0.018403 0.01906 -0.006954 -0.010684 0.007606 -0.00288 0.002648 -0.026075 -0.004179 0.003325 0.024086 -0.009995 -0.022089 -0.002138 0.010724 -0.001471 -0.028008 -0.043425 -0.002214 -0.009504 -0.03095 0.028651 0.025171 0.015282 0.021022 -0.034142 0.013142 0.001047 -0.012415 0.033578 -0.005749 0.039996 0.074162 0.023007 0.00731 -0.014403 -0.041125 -0.034047 -0.027583 -0.002741 0.03082 -0.027001 -0.008611 0.006581 -0.028288 0.041001 -0.031062 -0.029302 -0.015497 -0.053003 -0.02059 0.001973 -0.005202 0.015716 0.015195 0.00137 0.007444 0.017539 0.008186 -0.009511 0.028926 0.047431 -0.059029 0.002028 -0.039598 0.022881 0.01594 -0.02769 -0.008986 0.021411 -0.009391 -0.015481 -0.018018 0.001908 -0.035489 0.01371 -0.08266 -0.006246 0.013404 0.009877 0.017189 0.026673 -0.004895\nใ 0.01764 0.000535 -0.027634 0.019756 0.015397 0.022119 0.013039 0.001309 -0.017147 -0.0172 0.019172 0.006675 -0.001488 -0.008885 0.019811 -0.001782 0.006327 -0.013464 -0.008852 -0.03264 -0.010373 0.009275 0.008522 0.009158 0.005992 0.008921 -0.013332 -0.004888 -0.006743 -0.01517 0.011707 -0.024603 -0.007559 -0.027473 -0.001932 0.016538 -0.027031 0.031271 0.007662 0.013339 -0.020909 0.01046 0.000939 -0.003356 -0.018083 -0.012798 0.022661 0.0043 0.008634 0.000768 0.004263 0.030888 0.021586 -0.020593 0.022494 0.003065 0.004288 0.015252 -0.011232 0.017751 -0.021595 -0.018977 0.000104 -0.014725 0.005414 0.011739 0.018826 -0.013671 0.030378 0.01132 -0.034631 -0.007091 0.016619 0.01341 -0.040159 0.003872 -0.021515 0.016098 -0.020951 -0.009647 0.009528 -0.002116 0.001193 0.005584 -0.010844 -0.033531 -0.003756 0.0044 -0.014533 0.001516 -0.002646 0.01153 0.007145 -0.008401 0.008679 -0.004678 0.001346 -0.025516 0.00201 0.001508 -0.012851 0.008205 0.001405 -0.015041 0.016639 0.002731 -0.009031 0.009193 0.019007 -0.003212 0.042381 0.0132 0.018819 -0.009471 0.009339 0.001091 -0.005031 0.004406 -0.00548 -0.028551 0.011316 0.000648 0.031741 0.015494 0.027518 0.004363 -0.012832 -0.01575 -0.001345 -0.00921 -0.003324 -0.0041 -0.013096 0.020667 -0.014673 0.015341 -0.023257 -0.001497 0.006071 0.028115 -0.005089 -0.007828 0.001789 0.017426 -0.021676 -0.029214 0.032165 0.004339 -0.002734 -0.032273 -0.001547 0.003883 0.02588 0.017258 0.002568 0.005399 0.005149 -0.022143 0.009554 -0.018905 -0.012607 0.014704 0.020358 0.013733 -0.011139 -0.009789 0.015485 -0.009522 0.020971 0.015946 -0.018214 -0.015814 -0.006178 0.01784 -0.013348 -0.017125 0.000704 -0.003569 -0.027656 -0.010293 0.033731 -0.003931 0.003807 -0.004882 -0.006307 -0.008347 0.003205 0.01102 -0.041464 0.000758 0.008251 0.025498 -0.024227 -0.023274 0.008654 0.022165 -0.011059 0.005805 0.001942 -0.002896 -0.026498 -0.026492 0.01516 0.021599 0.019183 0.015081 -0.002256 -0.002149 -0.001634 0.020664 -0.016159 -0.000191 -0.004922 0.015411 -0.003345 0.043956 -0.004082 -0.012868 0.003748 0.002742 0.000356 0.006681 0.001738 0.002008 -0.023554 0.003381 -0.004107 0.016556 -0.000544 -0.018129 -0.008837 -0.000817 -0.004582 -0.016852 -0.015778 -0.004206 -0.009641 -0.027383 0.017903 0.026256 0.008832 0.026118 -0.019816 0.013896 0.008901 -0.001274 0.026329 -0.00058 0.020248 0.036831 0.008489 0.001683 -0.00395 -0.031873 -0.029114 -0.016221 0.000469 0.020271 -0.017793 -0.007201 0.005881 -0.010551 0.019614 -0.008528 -0.018876 -0.01887 -0.018869 -0.012883 0.001004 -0.001593 0.013899 0.001324 0.00823 0.006455 0.00969 -0.002744 0.001112 0.005647 0.030702 -0.035278 -0.002842 -0.002024 0.009569 0.010845 -0.012064 -0.001975 0.013691 -0.007637 -0.015619 -0.006872 0.005861 -0.023875 0.004556 -0.04809 -0.008006 0.002379 0.005469 0.009418 0.017723 0.002899\nূ 0.032408 -0.002248 -0.079961 0.012471 -7.9e-05 0.0345 -0.008999 -0.015784 -0.021708 -0.040671 0.038953 0.008759 -0.030786 -0.033088 0.057001 -0.000234 0.015674 -0.009026 -0.008827 -0.048671 -0.02573 -0.013712 -0.003357 0.010618 -0.002421 0.017283 -0.010113 -0.010846 -0.019058 -0.015381 0.02107 -0.025967 -0.024358 -0.043412 0.017319 0.011454 -0.041401 0.050782 0.006602 0.025456 -0.046046 0.00025 -0.008547 0.002989 -0.029628 -0.028356 0.032505 -0.01656 -0.001667 0.007342 0.000581 0.042562 0.047867 -0.025439 0.045961 0.017808 0.004677 0.036917 -0.024371 0.044307 -0.03298 -0.033348 -0.00754 -0.033475 0.024509 0.034399 0.033343 -0.004739 0.029935 0.022909 -0.033682 -0.00685 0.024747 0.013494 -0.041126 0.007648 -0.016197 0.032496 -0.020899 -0.02551 0.008129 -0.008511 -0.013086 0.022414 -0.030132 -0.062233 -0.00637 0.001057 -0.019433 0.005046 -0.001852 0.025653 0.019589 -0.01539 0.01412 -0.006012 0.007823 -0.030894 -0.004972 -0.006149 -0.027943 0.007929 0.001061 -0.037941 0.029779 -0.009485 -0.023999 0.034626 0.015273 -0.004428 0.042578 0.040409 0.039634 -0.008611 0.004957 -0.00109 -0.016374 -0.001653 -0.014892 -0.042443 0.035719 0.001617 0.054 0.014112 0.029822 0.013558 -0.006544 0.003369 -0.012587 -0.000734 -0.000981 -0.002165 -0.02313 0.038374 -0.008507 0.008722 -0.043758 0.003804 -0.00447 0.054121 -0.017214 -0.008692 0.028129 0.014759 -0.037569 -0.047716 0.063647 0.009025 0.012401 -0.036381 0.014097 0.027926 0.024402 0.034652 0.003886 0.004301 0.007866 -0.020744 0.015805 -0.020714 -0.014316 0.02401 0.034199 0.004602 -0.003779 -0.016067 0.014413 -0.03939 0.03331 0.015586 -0.046742 -0.010604 -0.006282 0.050418 -0.028141 -0.031158 -0.003092 0.01029 -0.046224 -0.021482 0.033539 -0.021279 0.006891 -0.022638 -0.014352 -0.020531 0.007605 0.028287 -0.040509 0.004756 0.015416 0.038057 -0.056647 -0.02511 0.005189 0.030398 -0.015478 0.012645 -0.004445 -0.003138 -0.044466 -0.037923 0.013735 0.031724 0.020593 0.007355 0.018034 -0.013258 0.010678 0.033561 -0.006967 -0.011528 0.00151 0.0098 -0.000485 0.07551 0.006083 -0.028686 0.020506 -0.008623 -0.010769 0.010432 -0.002428 0.004023 -0.027759 -0.016121 0.004455 0.011472 -0.025013 -0.025951 -0.012095 0.001488 0.008454 -0.017164 -0.039348 -0.017196 -0.009681 -0.037468 0.022477 0.042726 0.010077 0.02078 -0.018435 0.011277 -0.012751 -0.004249 0.038567 0.002638 0.038833 0.051838 0.016984 0.007355 0.018968 -0.036471 -0.043914 -0.034335 -0.014271 0.023928 -0.017968 -0.016043 0.011456 -0.01073 0.027806 -0.037533 -0.047903 -0.031381 -0.030159 -0.016695 0.003729 -0.004418 0.015204 0.010538 0.004156 -0.001272 0.020805 -0.008002 4e-05 0.012272 0.042875 -0.055558 -0.009815 -0.015805 0.010773 0.018478 -0.016897 -1.4e-05 0.032175 -0.000217 -0.029091 -0.00845 -0.010991 -0.040712 -0.005148 -0.070255 -0.016324 0.006014 0.023869 0.006195 0.025533 -0.002025\nφ 0.026167 -0.001718 -0.043748 0.024541 0.006743 0.045292 0.005615 -0.006923 -0.011969 -0.032419 0.035579 0.013398 -0.02083 -0.02103 0.035309 -0.010928 0.011435 -0.024722 -0.018649 -0.038031 -0.007194 0.011683 0.008913 0.018097 0.010998 0.015007 -0.006949 -0.009265 -0.0099 -0.018186 0.025869 -0.038616 -0.014533 -0.037261 0.00819 0.01535 -0.032067 0.038819 0.009983 0.018006 -0.041002 0.004173 -0.002418 0.012509 -0.021296 -0.024852 0.033854 0.001723 0.003412 0.007871 0.010288 0.047931 0.032459 -0.02649 0.046618 0.011233 0.002803 0.023597 -0.014566 0.023385 -0.031217 -0.026182 -0.013388 -0.023465 0.017662 0.019137 0.042676 -0.021839 0.025654 0.016917 -0.04755 -0.002109 0.029398 0.014192 -0.045773 -0.0003 -0.034981 0.020751 -0.024546 -0.016238 0.012479 0.00087 -0.0015 0.016324 -0.016192 -0.04885 0.003929 -0.001375 -0.008205 0.004911 -0.00257 0.028113 -0.002846 -0.001917 0.008329 -0.012104 0.000155 -0.035927 -0.01107 -0.014094 -0.015316 0.001802 -0.003972 -0.036548 0.020893 -0.010387 -0.011611 0.015359 0.030504 -0.0091 0.047594 0.020001 0.025963 -0.010988 0.005835 0.008797 -0.001601 0.008726 -0.006495 -0.040743 0.027219 -0.002343 0.039341 0.025755 0.028389 0.002485 -0.001445 -0.005489 -0.01343 -0.018837 -0.009479 0.000498 -0.013715 0.032583 -0.016242 0.005368 -0.026368 0.003108 -0.00184 0.044357 -0.013948 -0.007018 0.012627 0.02481 -0.032655 -0.046516 0.041514 0.008972 0.004672 -0.043729 -0.00167 0.006901 0.03979 0.024965 0.003622 -0.004235 0.000359 -0.021187 0.015727 -0.015584 -0.014214 0.016028 0.018502 0.015207 -0.016037 -0.014052 0.028502 -0.022063 0.020988 0.015959 -0.034383 -0.026006 -0.014657 0.036856 -0.010236 -0.023784 -0.005915 -0.010245 -0.032447 -0.014946 0.034796 -0.010015 6.2e-05 0.000184 -0.011225 -0.010166 -0.004602 0.024942 -0.061105 -0.00379 0.023822 0.035882 -0.031237 -0.035969 -0.000654 0.027912 -0.018643 0.01875 0.007893 0.007256 -0.035714 -0.033539 0.016222 0.026542 0.01702 0.008732 0.014101 -0.015817 -0.003344 0.027343 -0.013283 -0.014884 -0.014589 0.01407 -0.000573 0.063847 0.008696 -0.015125 0.003453 -0.005993 -0.010658 0.014897 -0.006905 0.000785 -0.028424 -0.005944 0.007103 0.011189 -0.006838 -0.028774 -0.000866 0.002924 -0.00489 -0.01958 -0.027762 0.004679 -0.017615 -0.038018 0.0256 0.035736 0.005079 0.026918 -0.023636 0.007056 0.011673 -0.003266 0.036662 -0.001941 0.029934 0.053845 0.023874 0.006653 -0.004184 -0.034266 -0.033052 -0.027736 -0.005267 0.010739 -0.028684 -0.016217 0.012721 -0.005625 0.025683 -0.017261 -0.022643 -0.007371 -0.028075 -0.015822 0.003723 -0.000723 0.016714 -0.009003 0.005965 -0.002933 0.001528 -0.004724 0.003371 0.022899 0.040192 -0.043815 -0.003659 -0.016865 0.013598 0.013327 -0.023105 -0.004033 0.010262 -0.008326 -0.018281 -0.018677 0.002682 -0.034284 0.006716 -0.063987 -0.01119 0.006812 0.007194 0.008491 0.010176 -0.000183\nۈ 0.022256 -0.006946 -0.025294 0.006691 0.024667 0.033367 0.015004 0.000451 -0.018726 -0.012867 0.032207 0.010473 -0.002937 -0.041429 0.018994 -0.009859 0.003271 -0.002518 -0.025621 -0.035566 -0.021802 -0.001797 0.002851 0.025409 0.004738 0.025006 0.009229 -0.005635 -0.009745 -0.029506 0.018143 -0.010554 -0.014408 -0.040782 0.019443 0.014514 -0.037088 0.034574 0.026807 -0.001074 -0.027879 0.007947 -0.009111 -0.014806 -0.028448 -0.004509 0.034096 -0.012586 -0.007878 0.005553 0.000101 0.04801 0.008024 -0.038694 0.036482 0.005326 0.005176 0.026923 -0.004135 0.018552 -0.005187 -0.033457 -0.003423 -0.006643 0.004849 0.012721 0.02727 -0.015375 0.040573 0.020032 -0.050119 -0.009592 0.002335 0.025518 -0.052853 0.0064 -0.016648 0.019361 -0.035514 -0.018542 0.01506 0.006296 -0.001234 0.029789 -0.025541 -0.035755 -0.007929 0.01411 -0.00792 -0.022756 -0.002635 0.026612 0.007962 -0.022667 0.017179 -0.003908 -0.018996 -0.028913 -0.001438 -0.009476 -0.02595 -0.001038 -0.005027 -0.025606 0.015184 -0.009697 -0.009304 0.024748 0.041788 -0.016448 0.045834 0.013197 0.011678 -0.003455 -0.00523 -0.002809 -0.018091 0.002123 -0.008869 -0.021726 0.012752 0.006876 0.034507 0.027781 0.043739 0.01432 0.004932 -0.011242 -0.011154 -0.014976 -0.027173 0.007298 -0.026417 0.022746 -0.016578 0.00246 -0.006601 0.015545 0.004403 0.036261 0.010168 -0.014024 0.010969 0.021468 -0.029784 -0.049131 0.034366 0.000518 0.00781 -0.03206 0.007057 0.009004 0.015048 0.0145 -0.002629 -0.002928 -0.001055 -0.021984 0.00734 -0.022516 -0.021582 0.028341 0.01628 0.003709 -0.021284 -0.01152 0.006351 -0.023675 0.012399 0.007651 -0.014741 -0.016469 -0.00611 0.039102 -0.006395 -0.018664 -0.00374 -0.01744 -0.036462 -0.019846 0.021098 -0.016086 0.001298 -0.02505 0.024609 -0.027741 0.011937 0.02564 -0.041816 0.001569 0.00952 0.027529 -0.043406 -0.025068 -0.006192 0.037088 -0.007654 0.010539 0.01099 -0.000617 -0.032281 -0.036968 0.008859 0.023631 0.005638 0.014493 0.009843 -0.013499 -0.009806 0.028419 -0.049421 -0.000894 -0.016373 0.020032 -0.003161 0.039737 -0.008461 -0.018034 0.011712 0.020553 0.014275 0.007599 0.001025 -0.009404 -0.024341 -0.00639 0.007126 0.015197 -0.023088 -0.007852 -0.005604 -0.018248 -0.000686 -0.026986 -0.04432 0.001074 -0.012967 -0.036102 0.017192 0.011036 0.00795 -0.001949 -0.02599 0.015278 -0.00116 -0.014728 0.038489 -0.006071 0.021211 0.045514 0.014018 0.000655 0.006712 -0.031594 -0.020407 -0.012505 -0.01515 0.023712 -0.026666 -0.022198 0.002448 -0.004639 0.029183 -0.03453 -0.031043 -0.007704 -0.003329 -0.004879 0.002979 0.000688 0.015216 0.004047 0.01509 0.002655 0.026239 0.009459 0.017264 0.008052 0.018098 -0.049871 0.005099 -0.023932 0.014565 0.01081 0.004114 -0.006929 0.013404 -0.000317 -0.012038 -0.005161 0.002081 -0.034365 0.014653 -0.073972 -0.023843 0.031188 0.007809 0.009663 0.019263 -0.003651\nዐ 0.005579 0.011728 -0.040458 0.02207 3.2e-05 0.031832 0.007255 0.004231 0.006004 -0.044272 -0.009333 0.015726 0.004101 -0.009264 0.018325 0.006637 0.013146 -0.027928 -0.035064 -0.000882 -0.019735 0.007053 0.001941 0.014001 0.005455 0.012453 -0.024217 -0.008335 0.00593 -0.021389 0.018429 -0.015065 -0.021696 -0.005028 0.005836 0.014041 -0.024039 0.030975 -0.03213 0.001614 -0.030277 0.007622 -0.034697 0.009656 0.016514 -0.01988 0.000207 -0.025575 -0.008559 0.011953 0.013715 0.021053 0.000165 0.010923 0.02243 0.025788 -0.021499 -0.016701 0.003802 0.022457 0.011074 0.004036 0.019833 -0.011874 0.027286 0.040227 0.014234 0.018349 -0.005099 0.014274 -0.006486 0.020432 0.021471 0.033706 -0.027768 0.010562 -0.036075 0.031798 0.007586 0.010956 0.021691 -0.01845 0.005832 0.018096 -0.003998 -0.016906 -0.030684 -0.001391 0.004175 0.008051 -0.006062 0.011213 -0.01018 -0.006316 -0.012777 -0.007403 -0.021885 -0.009135 0.000391 -0.005791 0.000253 0.019308 -0.031652 0.003581 0.010693 -0.014594 -0.001412 -0.005716 -0.000308 -0.006449 0.026053 0.018827 0.01781 -0.036427 0.011163 0.004548 -0.0305 -0.000404 -0.007014 0.005018 0.033543 -0.005731 0.014482 0.004867 0.020749 -0.027824 -0.009624 -0.033854 -0.024424 -0.02211 -0.022193 -4.7e-05 -0.005213 0.023998 -0.018991 0.011122 -0.008619 0.014847 0.015185 0.031448 -0.027903 -0.006499 0.001416 0.029583 -0.010254 -0.034054 0.040235 0.007694 0.011884 -0.038816 -0.010537 -0.004976 0.010595 0.016631 -0.004442 -0.011143 0.01662 -0.00619 0.004227 -0.009221 0.002537 0.039511 0.000402 0.041751 0.000402 -0.01144 0.002721 0.009449 0.02548 -0.015264 -0.024781 0.003757 -0.012071 0.004115 -0.002187 -0.031703 -0.029558 -0.025426 -0.030118 -0.004365 0.030333 0.004661 -0.006271 0.026791 0.010147 -0.00933 0.022854 0.015368 -0.050851 0.029679 0.007214 0.021963 -0.032658 -0.025938 0.01174 0.043028 0.004057 0.023883 0.020016 0.030322 -0.009399 0.000275 0.035567 0.015867 0.006232 0.027966 -0.017961 -0.02481 -0.019268 0.012991 -0.01379 -0.003879 0.009693 0.003478 -0.009423 0.065227 -0.012436 -0.016378 0.005024 0.012292 -0.01102 0.017947 -0.008167 0.002924 -0.005795 0.01588 0.042012 0.006313 -0.03239 -0.013749 -0.013769 0.014439 -0.008766 0.009648 -0.029129 -0.008524 -0.030186 0.002425 -0.012784 0.023415 0.001973 0.028009 -0.00744 -0.008253 0.0042 -0.000607 0.044298 -0.005701 0.017111 0.029381 0.023667 -0.021783 -0.006625 -0.027186 -0.035134 -0.00942 0.014129 0.005626 -0.001956 -0.009957 0.004503 -0.008015 0.007503 -0.028364 -0.004072 0.003339 0.004796 -0.013284 -0.006776 -0.01196 0.010135 0.015823 -0.018014 -0.028002 -0.010949 0.014511 0.002095 0.019765 0.028032 -0.029732 -0.002681 -0.013874 -0.017916 -0.000568 -0.041311 0.007958 -0.000188 0.00958 -0.039478 -0.007613 -0.015181 -0.022066 0.016652 -0.033572 -0.020672 -0.00116 0.009276 0.023012 -0.007578 0.001943\nཙ 0.032165 -0.001107 -0.038894 0.019229 0.012414 0.030386 0.015669 -0.003548 -0.016055 -0.03393 0.019014 0.015145 0.003986 -0.014901 0.028917 -0.007059 0.001617 -0.024266 0.006348 -0.04226 -0.021174 0.003686 0.003965 0.011029 0.000597 0.022101 -0.016424 -0.012766 -0.022284 -0.028355 0.005163 -0.039042 -0.0165 -0.045841 0.017231 0.008693 -0.038956 0.028341 0.002081 0.029109 -0.027863 0.013909 -0.000965 -0.008849 -0.024643 -0.02964 0.029577 -0.00569 -0.011051 0.018415 0.003139 0.036352 0.018917 -0.033506 0.024377 -0.001963 0.003971 0.013267 -0.013601 0.019639 -0.018354 -0.01575 -0.016058 -0.022177 0.017501 0.024085 0.027541 -0.006599 0.040215 0.010673 -0.044586 0.002539 0.019131 0.0086 -0.031499 -0.00522 -0.02693 0.015381 -0.029967 -0.001426 0.002016 -0.006017 0.003085 0.012808 -0.00992 -0.046901 0.001509 -0.00905 -0.021291 0.003131 0.002204 0.012345 0.008392 -0.014571 0.016297 -0.012516 0.006367 -0.021496 0.001276 -0.008169 -0.011268 0.002418 -0.002803 -0.020674 0.000765 -8.3e-05 -0.014029 0.007259 0.02425 -0.012205 0.032903 0.011554 0.014146 -0.014764 0.014846 -0.008101 -0.012201 -0.00141 -0.012607 -0.030647 0.028785 -0.006541 0.033369 0.016179 0.02876 0.011764 -0.018632 -0.021949 -0.009108 -0.016239 -0.014675 0.007709 -0.007495 0.02139 -0.017382 0.011201 -0.029593 -0.012198 0.007004 0.03971 3.2e-05 -0.014927 0.003275 0.028606 -0.028194 -0.029335 0.038122 0.002263 -0.003173 -0.030471 0.010093 0.007269 0.029734 0.019209 0.005313 0.004136 -0.004405 -0.021205 0.019827 -0.01962 -0.014113 0.012288 0.027897 0.019661 -0.004708 -0.019147 0.009689 -0.008846 0.023753 0.029464 -0.016475 -0.018499 -0.002918 0.022057 -0.00464 -0.025454 -0.018712 0.000995 -0.043754 -0.015729 0.017929 -0.002234 -6e-05 -0.003396 0.006682 -0.018698 -0.001712 0.027049 -0.051792 0.006419 0.006759 0.023165 -0.025277 -0.0346 -0.002369 0.037915 -0.021563 0.008777 0.008955 0.0006 -0.023698 -0.020217 0.016818 0.019939 0.013534 0.018969 0.009803 -0.007664 -0.0086 0.028515 -0.024439 -0.001734 -0.00553 0.015143 -0.001806 0.054148 -0.003136 -0.019855 0.00456 -0.007204 -0.006232 0.012457 -0.00949 -0.001585 -0.024718 0.004884 -0.013402 0.015965 -0.013965 -0.023213 -0.00694 -0.004114 -0.004541 -0.011486 -0.03527 -0.002334 -0.01621 -0.006194 0.022496 0.020737 0.013774 0.024865 -0.022274 -0.008018 0.009224 -0.011164 0.016351 0.002864 0.049012 0.045989 0.024916 0.002904 0.006353 -0.033946 -0.020788 -0.017696 0.004053 0.018082 -0.01181 -0.003882 0.000396 -0.021272 0.028525 -0.017066 -0.022674 -0.010913 -0.033178 -0.01777 0.001156 -0.002062 0.005809 0.00758 -0.01198 -0.002488 0.007008 0.009253 -0.01376 0.010569 0.032868 -0.036406 -0.002352 -0.026955 -0.003083 0.009244 -0.025411 -0.002743 0.007909 -0.005035 -0.013713 -0.017718 0.01237 -0.039551 0.009776 -0.051975 -0.009557 0.005364 0.0178 0.014652 0.02281 0.012367\nɛ 0.009143 0.002109 -0.029731 0.011484 0.011578 0.033746 0.019323 -0.005413 -0.012959 -0.024478 0.042924 0.011952 -0.011966 -0.011218 0.031789 -0.00577 0.006189 -0.023352 0.005105 -0.034736 -0.010309 -0.006157 -0.022732 0.01243 0.007998 0.003473 -0.016683 -0.003317 -0.011141 -0.031815 0.03214 -0.025188 -0.020201 -0.018044 -0.004304 0.009897 -0.021106 0.036152 0.013418 0.007456 -0.037589 0.024752 0.009524 0.018941 -0.00652 -0.014495 0.02203 0.006676 -0.003467 0.004448 0.00335 0.047779 0.021251 -0.032468 0.031862 0.011283 0.003754 0.027429 -0.009858 0.023518 -0.029053 -0.026026 -0.016578 -0.004631 0.005615 0.022035 0.043773 -0.027725 0.02271 0.027088 -0.033765 -0.00819 0.011162 0.017476 -0.031886 -0.00863 -0.009688 0.010779 -0.02094 -0.009385 0.020581 -0.006086 -0.007559 0.012512 -0.020831 -0.058951 0.010379 -0.004358 -0.001533 0.016868 -0.00694 0.014532 0.006093 -0.004134 0.006402 -0.022146 0.005306 -0.039417 -0.018516 -0.008197 -0.030262 -0.008014 -0.011769 -0.025748 0.008931 -0.006961 -0.014416 0.004958 0.012609 -0.007026 0.050663 0.007373 0.021723 0.001497 0.013179 -0.003614 -0.018508 -0.009417 -0.022434 -0.025628 0.034258 -0.002008 0.024809 0.010923 0.016393 -0.005852 0.008081 0.005197 -0.015349 -0.011201 0.006491 0.01289 -0.006609 0.032372 -0.008846 0.010483 -0.027096 0.016266 0.009326 0.039183 -0.004418 -0.001922 0.012209 0.014263 -0.020816 -0.046593 0.036454 -0.005094 0.010259 -0.048917 0.018707 0.009867 0.034339 0.02479 -0.000994 -0.001375 -0.006915 -0.029304 0.01703 -0.006071 -0.021388 0.009265 0.028832 0.005802 -0.014989 -0.014822 0.019486 -0.013156 0.009873 0.040385 -0.027316 -0.022769 -0.006921 0.018282 0.001943 -0.017379 -2.4e-05 -0.013671 -0.03401 0.001731 0.032586 -0.007433 0.007452 -0.002308 -0.020827 -0.022607 -0.003309 0.011562 -0.028013 9.2e-05 0.016993 0.025522 -0.028884 -0.034525 0.001409 0.034879 -0.023937 0.016193 0.00542 -0.001879 -0.028252 -0.01782 0.022636 0.022761 0.021009 -0.001816 -0.002016 -0.030345 -0.005103 0.025469 -0.019336 -0.000236 -0.005082 0.024792 0.00147 0.031148 0.002473 -0.008467 0.014416 -0.000387 -0.01364 -0.007795 0.001614 0.013965 -0.027987 0.008559 -0.005618 0.008888 0.017881 -0.01548 -0.010278 0.005383 0.001534 -0.031488 -0.019092 0.008784 -0.012866 -0.018317 0.015509 0.01037 0.007628 0.023583 -0.014703 0.013399 -0.000103 -0.014575 0.025918 0.018662 0.032206 0.037812 0.009325 0.008087 -0.014155 -0.025497 -0.024852 -0.011701 -0.014081 0.006329 -0.023851 -0.002941 0.009189 -0.009262 0.013393 -0.013021 -0.009124 -0.010296 -0.025656 0.005513 -0.00185 0.008732 0.001987 -0.009423 0.014096 -0.001357 0.016376 -0.001788 0.009005 0.014973 0.0315 -0.034108 -0.00372 -5.9e-05 0.015751 0.019304 0.005227 -0.007668 0.017462 -0.008392 -0.017443 -0.018708 0.002972 -0.028985 0.005807 -0.045971 -0.015412 0.004804 0.008695 0.000337 -0.000458 -0.023393\nේ 0.054563 0.006654 -0.065402 0.03193 0.027031 0.047135 0.01841 -0.007052 -0.030244 -0.039608 0.046356 0.014179 -0.01689 -0.03828 0.04017 -0.005004 0.013459 -0.037406 -0.01253 -0.053409 -0.012422 0.001987 0.008655 0.009187 -0.000459 0.030212 -0.01906 -0.014712 -0.017841 -0.039708 0.032706 -0.056433 -0.032613 -0.056537 0.013641 0.019113 -0.055067 0.063268 0.010163 0.02246 -0.042482 0.016097 -0.011205 -0.005236 -0.041659 -0.040374 0.053992 0.002818 0.005831 0.028875 -0.001941 0.080112 0.050396 -0.052698 0.073568 0.003048 -0.016963 0.02363 -0.027469 0.034539 -0.041734 -0.051877 -0.013135 -0.026129 0.008405 0.026043 0.078351 -0.023847 0.041046 0.007263 -0.065742 -0.002964 0.034658 0.017965 -0.072919 0.004221 -0.049359 0.038474 -0.047983 -0.017843 0.02106 0.004645 -0.009776 0.035629 -0.030665 -0.078706 0.011123 -0.010823 -0.022245 -0.001834 -0.01163 0.039805 -0.004897 -0.023595 0.019764 -0.003587 0.010099 -0.056878 -0.003899 -0.014411 -0.026888 -0.000754 -0.000737 -0.049367 0.007463 -0.008531 -0.016362 0.011679 0.04017 0.001547 0.067066 0.021296 0.035715 -0.031804 0.006141 0.003576 -0.004978 -0.000835 -0.025994 -0.065792 0.029595 0.001612 0.066583 0.037178 0.048783 0.019082 -0.018479 -0.015845 -0.022166 -0.015967 -0.023873 -0.003939 -0.018904 0.041613 -0.033324 0.016784 -0.045819 0.008963 0.012735 0.079611 -0.003276 -0.010838 0.018033 0.038459 -0.053414 -0.057982 0.073732 0.003741 0.00784 -0.056668 0.012993 0.0178 0.047732 0.02187 0.002626 0.012269 -0.001665 -0.02867 0.023461 -0.041672 -0.025413 0.026358 0.029237 0.019914 -0.013642 -0.024172 0.028728 -0.026394 0.028714 0.026984 -0.048654 -0.040414 -0.02055 0.04899 -0.037982 -0.044837 -0.021323 0.001452 -0.052463 -0.03974 0.042662 -0.022367 0.022023 -0.017703 -0.010472 -0.023262 -0.001726 0.025536 -0.08498 0.005311 0.020648 0.043065 -0.047857 -0.068371 -0.002198 0.058246 -0.022166 0.018441 -2.1e-05 0.006235 -0.050868 -0.039675 0.011788 0.031097 0.029337 0.01442 0.025045 -0.014628 -0.003549 0.047452 -0.028842 -0.012372 -0.017868 0.024031 0.009316 0.102714 0.020661 -0.038575 -0.003519 -0.016296 -0.012444 0.017816 0.000914 0.019115 -0.029515 -0.011048 0.000959 0.018696 -0.014068 -0.032493 -0.010542 -0.006454 -0.014891 -0.030145 -0.045262 -0.005061 -0.015254 -0.042301 0.041033 0.041989 0.006189 0.04228 -0.029169 0.003424 0.005761 -0.02677 0.059743 0.002356 0.058433 0.077438 0.049567 0.02247 0.005337 -0.067236 -0.05845 -0.034401 -0.012341 0.026435 -0.037355 -0.02094 0.014222 -0.016437 0.051358 -0.043556 -0.049932 -0.037937 -0.049717 -0.00773 0.013674 0.001974 0.031458 -0.006073 0.02246 0.003438 0.027628 0.012401 -0.010663 0.031949 0.058233 -0.073237 -0.002714 -0.010132 0.025335 0.019234 -0.03007 -0.0045 0.02603 -0.014985 -0.044675 -0.035414 0.003719 -0.066503 0.017247 -0.086202 -0.020975 0.008786 0.021642 0.021978 0.03109 0.009919\nŝ 0.029306 0.00949 -0.032647 0.032377 -0.000247 0.026794 0.016747 0.015187 -0.018642 -0.009403 0.023033 0.002123 0.00039 -0.032896 0.033078 0.006421 0.000274 -0.006534 0.003116 -0.052298 -0.016762 0.001232 -0.026065 -0.009678 0.023277 0.03913 -0.012097 0.000343 -0.000679 -0.009075 -0.001694 -0.030393 -0.029739 -0.027065 -0.025377 0.001116 -0.037206 0.010199 -0.00248 0.023176 -0.021285 0.021251 -0.000298 0.015148 -0.044421 -0.017338 0.005469 0.023012 -0.008543 0.050999 -0.004039 0.065187 0.026582 -0.043318 0.03196 -0.014744 -0.023707 0.048125 -0.025659 0.023851 -0.04537 -0.019569 0.009125 -0.017416 0.01961 0.012036 0.024348 -0.007064 0.04658 0.024805 -0.04924 -0.016281 0.030162 0.00312 -0.043086 0.00565 -0.022363 -0.008963 -0.009572 -0.013617 0.003599 0.005414 0.001853 0.027167 -0.025376 -0.050708 0.033889 -0.001105 -0.006305 -0.014771 -0.003704 0.026489 -0.021279 -0.02902 0.019393 -0.019096 0.01947 0.003166 0.018775 -0.024784 -0.017086 -0.010748 -0.012601 -0.006427 0.026079 0.004996 -0.026903 0.030526 0.036188 0.020034 0.010412 0.03942 0.017464 -1.9e-05 -0.008389 0.009631 -0.024436 -0.002104 0.012895 -0.028613 0.00219 0.018032 0.029543 0.020241 0.042409 0.00096 -0.010071 0.001271 -0.027828 -0.011594 -0.015838 -0.012912 0.003201 0.046085 -0.028627 0.015349 0.004524 0.002618 0.021845 0.056946 0.013426 0.007132 0.009852 0.006921 -0.03821 -0.036079 0.036093 0.007132 0.014038 -0.025938 0.011134 0.035847 0.015622 0.042842 -0.023561 0.008804 0.025704 -0.000923 -0.013596 0.004158 -0.015203 0.024533 -0.000586 0.023132 0.005814 0.004376 0.022816 -0.031916 0.020502 0.033756 -0.027539 -0.037979 -0.007442 0.035637 -0.001355 -0.003642 -0.02702 0.037436 -0.031998 -0.039142 -0.002419 -0.012107 0.01197 0.003506 -0.009447 -0.017928 0.010155 0.011844 -0.077653 -0.009434 -0.001755 0.01482 -0.007806 -0.015054 -0.009281 0.052543 0.005658 0.009032 -0.001366 0.012156 -0.037132 -0.022159 0.033509 0.026412 0.009026 0.014816 0.011139 -0.008301 0.011358 0.006432 -0.05268 -0.0062 -0.030679 0.021499 0.017378 0.085007 -0.000244 -0.021165 -0.002601 -0.043744 -0.003179 -0.000843 -0.022425 0.021903 -0.015851 -0.012664 0.005937 -0.011869 -0.014343 -0.009843 -0.031564 0.001999 -0.013848 -0.021919 -0.041206 -0.016474 -0.031143 -0.044812 0.027394 0.01127 -0.008657 0.011153 -0.029994 0.0099 0.005798 -0.021077 0.05804 -0.004977 0.024509 0.036977 0.043822 0.03212 -0.010307 -0.036145 -0.034243 -0.023112 -0.021643 0.011594 -0.008123 -0.021647 0.004888 -0.009383 0.042848 -0.020944 -0.036255 -0.013363 -0.007407 0.003766 -0.0053 -0.009135 0.015094 -0.004328 0.00927 -0.029979 0.023936 0.002876 0.022966 0.008137 0.044693 -0.0515 0.018623 -0.014949 0.015414 0.003815 -0.054331 0.010179 -0.000127 -0.026909 0.002011 -0.021991 -0.010147 -0.060759 0.02058 -0.024881 -0.006727 -0.005579 -0.018525 0.017672 0.028994 0.002679\nџ 0.032658 0.00442 -0.053188 0.024422 0.005137 0.034738 0.006443 0.000925 -0.031005 -0.040239 0.028222 0.014252 -0.007392 -0.025331 0.043709 -0.008652 0.016551 -0.030951 -0.005928 -0.035296 -0.016765 0.0044 -0.005255 0.011912 -0.000237 0.022047 -0.010711 -0.008863 -0.020953 -0.032407 0.019883 -0.040588 -0.022712 -0.040301 0.005569 0.020652 -0.033832 0.044505 0.005006 0.02138 -0.039058 0.020395 -0.003145 0.00226 -0.028736 -0.031759 0.033895 -0.002768 0.004841 0.034619 0.003111 0.055442 0.037483 -0.036811 0.054686 0.011483 -0.000949 0.033923 -0.03416 0.037103 -0.027852 -0.037052 -0.010815 -0.016841 0.016843 0.02236 0.037087 -0.024093 0.043485 0.027648 -0.049458 -0.009021 0.021884 0.018896 -0.058299 0.007188 -0.030472 0.032075 -0.033855 -0.017889 0.008698 0.010024 -0.002777 0.018045 -0.015205 -0.062108 0.007812 -0.012284 -0.018936 -0.004451 -0.001502 0.02357 0.012284 -0.005684 0.002557 -0.013748 -0.004017 -0.047083 -0.005059 -0.007539 -0.024844 0.009725 -0.004363 -0.034124 0.009115 0.000623 -0.014052 0.013263 0.035931 -0.009536 0.043813 0.02508 0.017099 -0.009942 0.016629 0.003368 -0.017034 -0.002033 -0.020356 -0.039714 0.027627 -0.001743 0.037338 0.021443 0.036891 0.01848 -0.014168 -0.01209 -0.021568 -0.007317 -0.018256 -0.010514 -0.014157 0.029086 -0.01914 0.012676 -0.028638 0.002034 0.004852 0.048434 -0.001428 -0.003981 0.012479 0.023881 -0.03205 -0.046323 0.045027 0.010052 -0.000308 -0.044928 0.016175 0.006319 0.029589 0.02555 -0.000582 0.0041 -0.000791 -0.023383 0.016138 -0.025575 -0.018837 0.021883 0.027114 0.011381 -0.011747 -0.014234 0.01068 -0.018767 0.026987 0.023243 -0.029563 -0.024004 -0.008584 0.034664 -0.02604 -0.026564 -0.020929 -0.010322 -0.045931 -0.016643 0.042866 -0.007527 0.004176 -0.009435 -0.008638 -0.031963 -0.005463 0.019439 -0.063694 0.006701 0.012688 0.029802 -0.03203 -0.039715 0.002938 0.041396 -0.029439 0.008817 -8.4e-05 0.0002 -0.044434 -0.039564 0.012537 0.032713 0.023126 0.015974 0.019738 -0.011073 -0.009229 0.034755 -0.031646 -0.008975 -0.013783 0.00881 0.004285 0.06982 0.004712 -0.022655 0.001551 -0.012414 -0.006361 0.000314 -0.015565 0.012109 -0.017293 -0.004717 -0.002933 0.017204 -0.013622 -0.020089 -0.000863 0.008063 -0.00268 -0.023345 -0.041416 0.00124 -0.010961 -0.038387 0.03449 0.027382 0.009226 0.017436 -0.019944 0.01353 0.015269 -0.012605 0.043047 -0.008573 0.043084 0.052549 0.026925 0.017317 -0.000616 -0.038321 -0.03926 -0.026433 0.002026 0.018257 -0.027252 -0.012489 0.000383 -0.014472 0.02279 -0.025555 -0.031631 -0.022075 -0.047987 -0.00092 0.012874 0.00104 0.011031 0.00128 0.014895 -0.007083 0.018467 0.012985 0.003536 0.029311 0.037846 -0.049853 -0.005895 -0.015053 0.025454 0.010773 -0.027765 0.000861 0.021798 -0.012767 -0.014571 -0.022538 0.015617 -0.047481 0.007937 -0.063546 -0.015722 0.006008 0.009856 0.010304 0.023622 0.005986\nṣ 0.026839 0.00334 -0.047308 0.029502 0.012431 0.034536 0.010198 -0.003065 -0.015481 -0.025661 0.03752 0.012424 -0.011515 -0.019929 0.02525 -0.006393 0.007038 -0.020806 -0.011942 -0.031943 -0.008869 0.009787 -0.001279 0.016781 0.01324 0.016856 -0.0114 -0.014868 -0.016395 -0.020542 0.02259 -0.031292 -0.019325 -0.044146 0.015021 0.015481 -0.046581 0.037981 0.007106 0.018557 -0.026162 0.011634 -0.005946 0.004665 -0.026094 -0.027431 0.032863 0.001237 0.001249 0.019169 0.017539 0.048158 0.031188 -0.031705 0.040336 0.009346 0.000208 0.026745 -0.013119 0.024925 -0.023706 -0.030075 -0.012217 -0.019238 0.011898 0.025205 0.033645 -0.020222 0.028018 0.018792 -0.050256 -0.006708 0.02761 0.021031 -0.045156 0.007733 -0.035728 0.027568 -0.017414 -0.017794 0.01386 -0.003861 0.002261 0.023516 -0.017856 -0.05199 0.004401 0.000385 -0.013331 -0.005797 -0.005621 0.024767 0.000193 -0.002256 0.008988 -0.006402 -6.3e-05 -0.040795 -0.005183 -0.003417 -0.021605 0.001395 -0.011202 -0.028878 0.013939 -0.006496 -0.014971 0.008641 0.031947 -0.007055 0.046319 0.019259 0.024947 -0.019394 0.007507 0.001723 -0.008211 0.000499 -0.010206 -0.037755 0.023306 -0.005262 0.042731 0.022191 0.0289 0.009816 -0.010992 -0.011306 -0.009305 -0.018791 -0.011511 -0.002933 -0.015529 0.025741 -0.017105 0.017401 -0.022732 0.007033 0.005747 0.042676 -0.007832 -0.009452 0.012607 0.031637 -0.032327 -0.04797 0.04306 0.003163 0.001347 -0.042945 0.000727 0.011936 0.034271 0.026466 -0.003682 0.00614 0.000233 -0.027237 0.016957 -0.019103 -0.014555 0.020434 0.018671 0.022995 -0.015409 -0.015127 0.020735 -0.019135 0.022394 0.018856 -0.033987 -0.021953 -0.005029 0.032272 -0.019109 -0.027894 -0.008128 -0.007293 -0.032078 -0.017821 0.038064 -0.014069 0.001472 -0.003405 -0.00887 -0.00969 -0.001593 0.020314 -0.066033 -0.005523 0.010039 0.031647 -0.039236 -0.041741 0.003198 0.036985 -0.018764 0.012227 0.008635 0.004802 -0.034967 -0.030792 0.013905 0.025068 0.019055 0.015904 0.009644 -0.01244 -0.00273 0.036723 -0.020772 -0.009835 -0.002796 0.017275 -0.000293 0.062175 -0.000447 -0.02235 0.002806 -0.001296 -0.012795 0.008783 -0.008909 0.002445 -0.023734 -0.003487 0.00122 0.01423 -0.006174 -0.02851 -0.004675 0.00136 -0.006259 -0.024631 -0.025294 -0.002506 -0.020028 -0.035216 0.022572 0.032686 0.009146 0.031457 -0.017641 0.007651 0.010634 -0.002881 0.040272 -0.001874 0.033299 0.048755 0.022533 0.002896 -0.003471 -0.035687 -0.033674 -0.016743 -0.002214 0.018714 -0.024523 -0.0167 0.000164 -0.00829 0.025301 -0.021219 -0.025264 -0.01829 -0.030598 -0.020507 0.00332 -0.003298 0.014086 -0.006803 0.008357 0.002393 0.002052 -0.000804 -0.005865 0.020262 0.03619 -0.043935 -0.008172 -0.017337 0.009764 0.015754 -0.027827 0.001481 0.009287 -0.004013 -0.024357 -0.021867 0.002216 -0.036156 0.010505 -0.061476 -0.011713 0.003175 0.010524 0.021306 0.021198 -0.000346\nյ 0.037199 -0.003864 -0.037172 0.021907 0.006062 0.030349 -0.00417 -0.004662 -0.01529 -0.02833 0.03358 0.004868 -0.011881 -0.021508 0.023684 -0.007059 0.010208 -0.017593 -0.002682 -0.042678 -0.020335 -0.001181 0.007456 0.012867 -0.009084 0.022261 -0.013868 -0.010962 -0.023795 -0.023153 0.023859 -0.03014 -0.014335 -0.0265 0.008568 0.019061 -0.037615 0.033728 0.009823 0.014397 -0.025013 0.007661 0.007998 0.010957 -0.026107 -0.017141 0.02474 -0.010078 -0.005744 0.011935 -0.000535 0.039089 0.030111 -0.033721 0.040974 0.009316 -0.001837 0.026175 -0.027431 0.021736 -0.031327 -0.014787 -0.010447 -0.015333 0.015274 0.021783 0.032315 -0.019432 0.036997 0.019467 -0.040097 -0.007308 0.02292 0.014834 -0.043529 0.003915 -0.02598 0.012872 -0.034191 -0.012387 0.012061 -0.01278 -0.014318 0.00673 -0.01419 -0.039042 -0.003143 0.001891 -0.018598 -0.006922 -0.007701 0.022655 0.014485 -0.009624 0.005463 -0.00936 0.001757 -0.036848 0.012866 -0.009543 -0.016581 0.002892 -0.001568 -0.01868 0.022144 -0.003916 -0.025508 0.009651 0.034254 -0.006433 0.047113 0.027084 0.01819 -0.011238 0.001833 -0.002347 0.000619 -0.005273 -0.017938 -0.038833 0.025956 -0.006445 0.028764 0.032273 0.026858 0.017001 -0.004363 -0.010166 -0.010426 -0.021584 -0.007899 -0.003152 -0.005854 0.030621 -0.02349 0.002847 -0.017029 0.00156 0.014073 0.042114 0.002589 -0.010173 -0.002146 0.022433 -0.029 -0.047384 0.049873 0.008636 0.001525 -0.036435 0.010658 0.001894 0.028889 0.016219 -0.001802 0.004338 0.009404 -0.020482 0.011323 -0.017109 -0.017321 0.018419 0.016479 0.014508 -0.022083 -0.001287 0.014632 -0.026891 0.015906 0.010421 -0.024535 -0.020408 -0.0081 0.029353 -0.009215 -0.027577 -0.005179 -0.014334 -0.033672 -0.012338 0.027139 -0.013206 0.002509 -0.015331 -0.005186 -0.021554 0.003816 0.022702 -0.050749 -0.003024 0.020186 0.014764 -0.028025 -0.02256 0.001244 0.041291 -0.012016 0.016866 0.010908 -0.003829 -0.030516 -0.023071 0.01397 0.021097 0.00963 0.010593 -0.002744 -0.011418 0.000875 0.033379 -0.021752 0.00338 -0.013353 0.015131 -0.001143 0.057802 0.003736 -0.02602 0.012552 -0.004054 0.003619 0.013948 -0.008713 0.006092 -0.016665 -0.016588 0.001992 0.021074 -0.000502 -0.02118 -0.005793 -0.005594 0.003917 -0.00872 -0.030989 -0.00256 -0.012372 -0.030002 0.01601 0.018185 0.007952 0.013505 -0.021951 0.006937 0.003418 -0.00699 0.025623 0.000944 0.042485 0.040935 0.028112 0.011833 0.002228 -0.027842 -0.032503 -0.024358 -0.013597 0.018606 -0.030162 -0.011212 0.004142 -0.010146 0.024528 -0.027107 -0.030374 -0.009522 -0.020749 -0.030012 0.007068 -0.001564 0.021487 -0.003109 0.007806 -0.008286 0.016824 0.00157 -0.002438 0.017998 0.038983 -0.037937 -0.004598 -0.019202 0.01437 0.019557 -0.013719 -0.005465 0.011488 -0.004763 -0.017892 -0.010452 0.006712 -0.037294 0.008391 -0.051222 -0.013898 0.012024 0.025128 0.013623 0.014362 -0.00704\nྃ 0.035934 -0.002232 0.043641 0.030386 -0.033301 0.003213 -0.055753 -0.032087 -0.064299 -0.036571 0.060107 0.091904 0.012069 -0.050733 -0.006444 0.031312 0.001028 -0.023646 -0.005043 -0.066479 -0.014994 0.027182 0.049868 -0.005036 0.033591 -0.013426 -0.014681 -0.051933 0.055844 -0.005333 0.064682 0.000152 0.024035 -0.075446 0.038711 0.035179 -0.050216 -0.018309 -0.028576 0.057015 -0.075934 0.028432 -0.025993 0.01105 -0.039849 0.052467 -0.001321 -0.006524 -0.007574 -0.027918 -0.005495 0.046377 0.039019 -0.100971 0.014704 0.005447 0.010259 -0.017482 0.003627 -0.012434 -0.16383 0.002541 -0.047193 -0.04724 0.041587 0.008084 0.020891 -0.064263 0.013016 -0.000607 -0.050333 -0.019547 0.064442 0.080561 -0.094034 0.019108 -0.0377 -0.034777 -0.036043 -0.022312 0.028022 -0.012493 0.009499 -0.017575 -0.023018 0.005346 0.004852 -0.013024 -0.029579 0.049484 0.050359 -0.038215 0.058075 -0.010118 0.054822 0.035658 -0.011888 -0.010607 -0.023673 0.007514 -0.130038 0.062825 -0.046785 -0.011569 0.056775 -0.085869 0.016967 0.04894 -0.042112 0.032307 0.081579 0.033631 -0.028834 -0.023408 0.132822 -0.04732 -0.015815 0.002156 -0.048851 -0.021685 0.009908 0.078774 -0.02524 -0.05512 0.034592 0.098279 -0.00473 -0.01657 -0.018298 -0.079508 0.067744 -0.037397 0.038639 0.057096 -0.010693 0.074366 -0.001757 0.000313 0.006653 0.073023 -0.063064 -0.004412 -0.0583 0.03128 -0.087114 -0.110875 0.120758 -0.008068 -0.04408 0.004231 -0.02985 0.020518 0.129832 0.044572 -0.055976 -0.012476 0.063344 0.007254 -0.005948 0.047172 -0.051064 -0.051531 -0.018404 0.025211 -0.052902 0.057042 0.025721 -0.006666 0.107586 0.070207 0.014714 -0.066017 -0.037731 -0.016788 -0.118767 -0.081144 -0.036002 -0.025324 -0.010914 0.034237 0.008836 -0.038357 0.008106 0.003031 0.013599 -0.029548 -0.004153 0.018936 -0.093098 0.039574 0.001814 0.024243 -0.016128 0.003485 -0.013832 0.022803 -0.011112 0.04153 -0.019113 -0.028012 -0.005269 0.010908 0.011267 -0.01272 -0.027928 0.024907 -0.09474 -0.02433 -0.000566 -0.009885 0.0005 0.011825 -0.011713 -0.032909 0.029088 -0.007729 0.062868 0.051707 0.028573 0.057884 -0.074099 -0.062585 -0.05086 0.066107 0.013175 -0.001882 0.044066 0.011452 0.021809 -0.007201 0.001975 -0.03501 -0.009355 -0.049352 0.005182 -0.018462 -0.052405 -0.032019 0.020839 0.036195 0.031924 0.021682 0.050103 0.012297 0.034739 -0.000271 -0.019976 0.068152 0.012941 0.054956 -0.047679 -0.021377 0.066698 -0.037063 -0.014677 -0.032326 0.00578 0.108046 0.064008 0.03425 -0.06253 -0.029722 0.043036 -0.006936 -0.07901 -0.010428 -0.026284 -0.025791 0.029696 -0.005128 -0.020313 0.086778 -0.011763 -0.013954 0.038821 0.018039 0.04962 -0.023149 0.021568 -0.057895 0.075003 -0.034882 0.012788 -0.019591 -0.047977 0.039753 -0.010663 -0.019843 -0.005394 0.039036 -0.031267 0.001102 0.051303 -0.059269 -0.022867 -0.045251 0.036146 0.080266 -0.00043 -0.027567\nډ 0.026476 -0.004174 -0.023754 0.00963 -0.008224 0.026224 -0.006556 -0.019123 -0.010069 -0.036134 0.012916 0.013831 -0.040192 -0.021766 0.029428 -0.017959 0.009781 -0.005042 0.002708 -0.0562 -0.031039 0.008004 0.043879 0.013958 -0.008844 0.000311 -0.021141 -0.037244 -0.021987 -0.041366 0.024309 -0.01724 -0.017909 -0.023429 0.014984 0.000967 -0.010888 0.018187 -0.003651 0.031961 -0.020454 0.010488 0.012818 -0.013682 -0.049957 0.002094 0.013726 0.017497 0.004993 -0.013437 -0.013184 0.029849 0.01794 -0.028729 0.022115 -0.002998 -0.03053 0.000312 -0.01873 -0.001102 -0.042907 -0.014353 -0.011594 0.013699 -0.004421 0.00131 0.048105 -0.005343 0.044453 0.016039 -0.051582 -0.006259 0.027454 0.012235 -0.027913 -0.005633 0.005821 0.013336 -0.059789 0.000749 -0.016448 0.01111 -0.008786 -0.012498 -0.033709 -0.048307 -0.006857 0.0032 -0.023243 -0.028151 -0.008108 0.012624 0.016255 -0.024052 0.015126 -0.012298 -0.020917 -0.026107 -0.027537 -0.004014 -0.016022 0.025752 0.012125 -0.027871 0.012291 -0.002389 -0.020808 0.004773 0.043176 -0.008721 0.032863 0.044718 0.005301 -0.001809 0.011464 0.000879 -0.012543 -0.001058 -0.014266 -0.016395 0.003049 0.007127 0.008047 0.040307 0.023338 -0.007361 -0.009239 0.006192 -0.034818 -0.027907 -0.003306 0.037125 -0.002307 0.020376 0.016431 0.007466 -0.010985 0.005301 0.019414 0.038901 0.020872 -0.004397 0.017486 0.00591 -0.05186 -0.059192 0.062714 0.044749 0.006206 -0.031018 0.018485 -0.011684 0.030939 0.013206 -0.01192 -0.005456 0.02538 -0.003425 0.028166 -0.012998 -0.025195 -0.005191 0.021542 0.012067 -0.020445 -0.009851 0.023295 -0.016585 0.017293 0.027028 0.012149 -0.030308 -0.011297 0.018243 -0.03113 -0.029695 -0.012206 -0.024876 -0.017595 -0.012639 0.002341 -0.015685 -0.00688 -0.00931 -0.010931 -0.042572 0.016418 0.02746 -0.032908 0.004085 -0.000256 0.015472 -0.050981 -0.004021 0.014937 0.032108 -0.012022 0.011357 -0.008448 -0.019921 -0.036591 -0.016797 -0.008958 0.044221 0.014988 0.02409 0.006657 -0.006348 0.000845 0.048045 0.001513 -0.011521 -0.011855 -0.003973 -0.02037 0.031861 0.00504 -0.025273 0.018063 0.030868 0.001067 -0.001385 -0.000581 0.025143 -0.007832 -0.014617 0.024588 0.040035 0.021901 -0.006499 -0.013617 0.001882 -0.003264 0.005377 -0.048768 -0.003271 -0.001315 -0.033776 0.004657 -0.007611 0.002624 0.021167 -0.028274 0.010215 0.016316 0.010418 0.010112 -0.004111 0.010666 0.025118 0.017802 0.000247 -0.007694 -0.027224 -0.008234 0.000211 -0.014662 0.01102 -0.046705 0.01064 0.00901 -0.024137 0.023176 -0.026903 -0.028286 0.004561 -0.015034 -0.010252 0.014972 -0.009075 0.018038 0.018079 0.002004 0.003315 0.025043 0.002842 -0.008421 0.003661 0.070134 -0.044279 0.026412 -0.03971 0.003242 0.014646 0.013728 -0.008325 0.020169 -0.018514 -0.00824 -0.014249 0.010768 -0.035069 -0.00425 -0.079653 0.003149 0.029836 -0.007636 0.034749 0.018684 -0.00875\nន 0.023564 0.006114 -0.036368 0.017183 0.008334 0.035271 0.00517 -0.002482 -0.019681 -0.019052 0.029267 0.007397 -0.006849 -0.01602 0.022487 -0.004905 0.003138 -0.021636 -0.009357 -0.037399 -0.015402 0.007212 0.004965 0.006717 0.004272 0.014332 -0.013747 -0.013771 -0.014523 -0.029136 0.024472 -0.033498 -0.013521 -0.035383 0.008317 0.013338 -0.032555 0.038649 0.004499 0.022777 -0.032935 0.0086 -0.000849 -0.004422 -0.01933 -0.020205 0.026807 -0.010377 -0.004614 0.01472 0.000188 0.042868 0.027034 -0.02491 0.036427 0.011066 0.000107 0.01732 -0.010017 0.022411 -0.028301 -0.023073 -0.009787 -0.013408 0.007818 0.025504 0.043268 -0.019358 0.031223 0.022007 -0.050467 -0.00978 0.015458 0.017743 -0.042926 0.003669 -0.021068 0.018036 -0.031303 -0.009038 0.016458 0.000804 0.004158 0.019513 -0.019284 -0.046496 0.008742 -0.003294 -0.009681 -0.009719 -0.004619 0.023196 0.009257 -0.009914 0.017517 -0.007907 0.002698 -0.042689 0.006519 -0.006955 -0.016273 -0.000758 -0.004544 -0.027153 0.01213 0.002663 -0.016169 -0.000143 0.040357 -0.005329 0.042656 0.017378 0.02194 -0.012158 0.001581 -0.004855 -0.002841 -0.006797 -0.01207 -0.037846 0.031716 -0.001506 0.034812 0.013036 0.026298 0.015032 -0.010567 -0.013366 -0.012699 -0.017491 -0.012567 -0.000644 -0.014447 0.030799 -0.027613 0.008369 -0.028525 -0.003834 0.007141 0.03924 -0.005516 -0.002505 0.002478 0.019874 -0.034422 -0.046116 0.043436 0.008961 0.008422 -0.038971 0.010116 0.008259 0.029083 0.022937 0.002708 0.002262 -0.002336 -0.022673 0.011015 -0.019067 -0.018071 0.017311 0.022096 0.013776 -0.014777 -0.017586 0.024729 -0.016286 0.020208 0.014339 -0.026728 -0.020915 -0.011703 0.031981 -0.020785 -0.019469 -0.011821 -0.011377 -0.042952 -0.022701 0.02956 -0.009611 0.009065 -0.012489 -0.006998 -0.017617 0.007389 0.013249 -0.048512 0.003764 0.012566 0.022441 -0.032403 -0.027138 0.004788 0.037301 -0.024137 0.014743 0.007083 -0.000246 -0.022328 -0.028119 0.015485 0.019205 0.01526 0.017788 0.00925 -0.005417 -0.013142 0.037643 -0.017862 -0.006671 -0.00828 0.014499 0.002297 0.052989 0.009742 -0.016556 0.010122 0.001857 -0.007327 0.004683 -0.003098 0.002476 -0.02097 0.005073 -0.00094 0.017632 -0.005247 -0.017758 -0.008031 0.002837 -0.006099 -0.022606 -0.032846 -0.007818 -0.016651 -0.028196 0.023378 0.019628 0.010089 0.023848 -0.025574 0.01473 -0.003548 -0.003821 0.033722 -0.002973 0.036224 0.053983 0.025116 0.005155 0.001952 -0.035111 -0.027063 -0.016206 0.005373 0.016616 -0.020292 -0.003674 0.006236 -0.015936 0.029873 -0.022449 -0.027549 -0.020156 -0.030149 -0.017496 0.006859 0.001916 0.023079 -0.001989 0.013302 0.000295 0.009534 0.004866 0.003849 0.01718 0.038536 -0.047273 -0.003942 -0.014106 0.01621 0.013707 -0.01485 -0.008868 0.010795 -0.007896 -0.0151 -0.013271 0.010257 -0.033385 0.008659 -0.053348 -0.010668 0.004205 0.006434 0.020228 0.01355 -0.002337\nဒ 0.017218 -0.006697 -0.052037 0.029952 0.005607 0.044804 0.031669 0.002775 -0.029869 -0.037367 0.050698 0.019376 -0.023459 -0.033291 0.055313 -0.01005 0.021397 -0.051301 -0.007177 -0.048053 -0.019517 0.010146 -0.021697 0.024656 0.014513 0.023823 -0.008194 -0.01555 -0.011996 -0.038278 0.048714 -0.049482 -0.022544 -0.042957 0.000555 0.04307 -0.045839 0.089222 0.02069 0.02375 -0.03232 0.04723 -0.008495 0.003013 -0.01935 -0.029042 0.047316 0.002782 -0.001431 0.008477 0.000956 0.083478 0.033527 -0.052796 0.050918 0.001569 0.004496 0.041198 -0.030051 0.031348 -0.040775 -0.043517 -0.025822 0.002675 -0.000264 0.037445 0.065901 -0.033802 0.037889 0.028689 -0.050204 -0.015049 0.014737 0.020992 -0.055176 -0.004924 -0.027768 0.038548 -0.032468 -0.023908 0.024971 0.003975 -0.019985 0.034966 -0.028453 -0.083785 0.008228 0.003421 -0.023723 0.010712 0.005586 0.038868 0.015098 -0.017909 0.026757 -0.029102 0.002457 -0.05769 -0.020866 -0.010792 -0.036672 -0.014747 -0.00816 -0.04828 0.023882 -0.007284 -0.017555 0.003367 0.031985 0.000469 0.072546 0.016414 0.0239 0.002782 0.012973 -0.011644 -0.029646 -0.008918 -0.028295 -0.044034 0.023979 0.008432 0.054467 0.019223 0.038269 0.013981 -0.003522 -0.010394 -0.004028 -0.01184 -0.004359 0.010685 -0.029866 0.045984 -0.029801 0.029845 -0.044611 0.034724 0.001781 0.058978 -0.012529 -0.016267 0.011856 0.031755 -0.040519 -0.084934 0.052046 0.013159 0.016002 -0.066077 0.029064 0.00899 0.034265 0.030529 0.00969 0.020084 -0.009276 -0.040355 0.013893 -0.024889 -0.039384 0.028415 0.048444 0.013933 -0.00595 -0.021462 0.020491 -0.026153 0.031023 0.05625 -0.036523 -0.037036 -0.002484 0.033672 -0.018561 -0.046816 -0.012627 -0.012113 -0.050278 -0.017762 0.050753 -0.016468 -0.001175 -0.015735 -0.027785 -0.015537 -0.001456 0.022616 -0.062007 0.002299 0.015872 0.029071 -0.060461 -0.060108 -0.004651 0.052443 -0.039923 0.008523 0.007025 -0.009237 -0.05377 -0.039279 0.027731 0.021716 0.051551 0.007776 0.008925 -0.031382 -0.013055 0.05673 -0.029288 0.005337 -0.025394 0.039472 0.007087 0.074515 0.012715 -0.035077 0.008077 -0.008062 -0.005015 -0.002556 -0.011724 0.012073 -0.023856 0.005461 -0.011685 0.029886 -0.001478 -0.018766 0.000114 0.001139 0.003319 -0.059214 -0.045297 0.008774 -0.014509 -0.057742 0.046632 0.018197 0.010587 0.036566 -0.017963 0.029236 -0.003866 -0.021962 0.038522 -0.003789 0.056048 0.068284 0.009635 0.002386 0.003247 -0.058102 -0.036926 -0.022341 -0.005014 0.020385 -0.034469 -0.029546 0.017408 -0.007648 0.043702 -0.025302 -0.039239 -0.036526 -0.048507 -0.000609 0.012178 0.012506 0.020323 0.008933 0.009465 0.00352 0.029347 0.000941 0.001064 0.010723 0.05192 -0.060244 -0.001824 -0.015283 0.015655 0.020009 0.008079 -0.002612 0.022992 -0.015841 -0.040025 -0.037515 0.001691 -0.063269 0.019984 -0.078861 -0.029716 0.008982 0.024161 0.02102 0.01612 -0.013123\nগ 0.022134 -0.004422 -0.038028 0.010514 -0.002099 0.028748 -0.003268 -0.005454 -0.01641 -0.025977 0.03573 0.004173 -0.002187 -0.008515 0.025713 -0.002481 0.000207 -0.013988 -0.00419 -0.032869 -0.011394 0.001589 0.006789 0.014163 0.00786 0.0132 -0.010148 -0.01528 -0.019999 -0.033544 0.021062 -0.014595 -0.019002 -0.028099 0.004054 0.013594 -0.028669 0.035907 0.001706 0.019851 -0.025371 0.005968 -0.003946 0.002522 -0.031165 -0.010905 0.02224 -0.004007 -0.002438 0.010253 -0.00624 0.035077 0.022679 -0.024307 0.028309 0.007724 -0.002068 0.024401 -0.011732 0.029556 -0.026787 -0.01717 -0.002435 -0.013193 0.011818 0.019501 0.033256 -0.002876 0.026454 0.018553 -0.046769 -0.003378 0.008671 0.023486 -0.035158 -0.003281 -0.026846 0.02675 -0.034256 -0.013999 0.008556 0.002726 -0.000673 -0.00066 -0.018393 -0.033422 -0.00431 -0.004395 -0.018359 -0.008371 -0.007608 0.020989 0.01393 -0.013848 0.017775 0.00584 -0.015948 -0.029928 0.000843 0.001999 -0.014034 0.003649 -0.003415 -0.02701 0.011708 -0.004719 -0.013607 0.002011 0.032029 0.000749 0.044622 0.018868 0.019962 -0.019452 0.003893 -0.009933 -0.007442 -0.001512 -0.023423 -0.033048 0.037235 -0.000322 0.032726 0.024887 0.029541 0.01207 -0.008827 -0.007764 -0.007436 -0.016238 -0.008931 0.009392 -0.014033 0.02568 -0.008519 0.007451 -0.028459 0.005216 0.005822 0.039425 0.003799 -0.011413 0.002171 0.023592 -0.02688 -0.04834 0.044516 0.02781 -0.000355 -0.036732 0.001459 0.012414 0.026319 0.014752 0.001993 0.00058 0.017884 -0.018962 0.020733 -0.018928 -0.02118 0.010379 0.021569 0.017473 -0.007459 -0.013245 0.007998 -0.014732 0.014093 0.008303 -0.021686 -0.011623 -0.003387 0.033185 -0.019856 -0.024502 -0.003922 -0.009106 -0.035868 -0.016809 0.023941 -0.009645 0.017203 -0.008338 -0.001933 -0.020395 0.005342 0.024423 -0.036303 -0.002663 0.013812 0.025423 -0.037301 -0.028267 -0.00108 0.02162 -0.013542 0.009916 -0.006376 -0.010677 -0.036729 -0.035972 0.010495 0.027644 0.017457 0.010072 0.014878 -0.008552 0.003863 0.027884 -0.010645 -0.001481 -0.00952 0.009192 -0.001029 0.045865 0.011381 -0.025278 0.009363 0.001879 0.000515 0.003847 0.000873 0.008926 -0.021558 -0.002547 0.003501 0.018565 -0.006782 -0.01498 0.000987 0.008745 -0.007482 -0.02984 -0.032166 -0.012273 -0.008953 -0.02449 0.016742 0.001998 0.010808 0.02657 -0.017434 0.003856 -0.003087 -0.005482 0.031663 -0.002676 0.02502 0.041072 0.014224 -0.005002 0.002275 -0.027314 -0.015308 -0.016104 -0.017349 0.015171 -0.025585 -0.00217 -0.006051 -0.016627 0.02468 -0.027925 -0.023851 -0.011753 -0.01619 -0.021403 0.001098 0.003797 0.011315 0.007493 0.019962 0.002266 0.010257 -0.002614 -0.007473 0.006556 0.042045 -0.038448 5.7e-05 -0.013681 0.015158 0.004243 -0.017882 -0.003765 0.024453 -0.004827 -0.013605 -0.006999 0.008032 -0.032382 0.017283 -0.050328 -0.008641 0.009745 0.010479 0.020679 0.00803 -0.003745\nਖ 0.021951 -0.01429 0.003814 -0.016901 -0.011305 0.030937 0.011984 -0.012648 0.028215 -0.026292 0.004661 0.027794 -0.024547 -0.044906 0.062573 -0.038417 0.014308 0.006861 0.004251 -0.061735 -0.028481 0.000358 0.045216 -0.008871 -0.019339 -0.00718 -0.024418 -0.021423 -0.003386 -0.061395 0.011511 0.005133 -0.031674 -0.036141 0.013479 -0.009793 -0.0214 0.040912 -0.002628 0.046098 0.000505 0.004427 0.013126 -0.016103 -0.03928 0.04135 -0.012258 0.027976 0.019 -0.029079 -0.017349 0.032857 -0.00678 -0.047375 -0.010192 -0.00856 -0.044276 -0.013367 -0.007089 -0.029311 -0.046072 -0.003844 0.003485 0.005778 -0.002959 0.006069 0.03783 0.023999 0.061543 0.021615 -0.01714 0.022178 0.034123 -0.004341 -0.027816 -0.015631 -0.017359 -0.01333 -0.087147 0.021597 -0.020056 -0.022166 -0.011355 -0.019588 -0.062656 -0.039126 0.001515 0.01434 -0.069865 -0.000213 -0.010072 0.026687 0.026392 -0.027952 0.031795 -0.043834 -0.030922 -0.013946 -0.032309 0.001042 -0.044395 -0.018168 0.012315 -0.018273 -0.005498 -0.002068 -0.017403 0.007232 0.0425 0.002086 0.030056 0.045 -0.01344 -0.025612 0.026998 0.026421 0.022912 -0.004789 -0.026772 -0.003785 0.005415 0.016162 0.014579 0.027444 0.048174 0.015542 0.008339 -0.043084 -0.023942 -0.050897 0.008196 0.008007 -0.015663 0.023685 0.001304 0.006303 0.026311 0.016299 0.015 0.035438 0.030215 -0.047533 0.02131 0.005112 -0.066717 -0.069704 0.074058 0.030907 -0.015979 -0.031741 -0.003172 0.00822 0.041061 0.011491 -0.009832 -0.013224 0.05405 0.000982 0.057531 -0.017759 -0.044669 -0.001534 -0.00776 -0.012298 -0.029769 0.025643 0.05885 -0.020143 -0.008033 0.014979 0.007504 -0.033658 -0.022472 0.006763 -0.01517 -0.011964 -0.014778 -0.019914 -0.023576 -0.010335 -0.016142 -0.043146 -0.016454 0.011748 -0.010259 -0.041693 0.014812 0.026461 -0.004079 0.013763 0.012078 -0.001304 -0.041105 -0.015257 0.018649 0.021617 -0.009506 0.033967 0.000395 -0.005874 -0.029375 -0.018639 -0.004748 0.038704 -0.002069 0.040394 -0.016972 0.015515 -0.004952 0.02947 -0.021314 0.006731 -0.026652 -0.038507 -0.015048 0.013456 -0.025366 -0.033957 0.006534 0.03578 -0.000728 0.021956 -0.012363 0.014495 0.026199 -0.002564 0.003399 0.031881 0.017105 -0.024315 -0.016218 0.0098 -0.011337 -0.037151 -0.069509 0.006634 -0.004167 -0.049169 -0.012129 -0.036322 0.028288 0.003998 0.016932 -0.034607 0.009047 0.001798 0.020558 -0.012052 -0.007835 0.001048 0.054059 -0.001911 -0.00649 -0.02149 0.019488 -0.016516 -0.030728 0.005636 -0.031251 0.034859 -0.002187 -0.005583 0.016856 -0.004727 -0.036084 0.000483 -0.04684 -0.012478 0.041579 -0.021151 0.020069 0.00418 0.007094 -0.017916 0.043402 0.026292 -0.008387 -0.020655 0.087731 -0.031749 0.015694 -0.01668 -0.000912 0.001226 0.042316 -0.026885 0.001182 -0.005955 -0.018425 -0.044057 -0.005942 -0.024545 0.003402 -0.051979 0.015824 0.045422 -0.019666 0.063214 -0.022138 -0.015742\nນ 0.029519 0.002313 -0.035562 0.024771 0.010727 0.031368 0.008322 -0.000377 -0.016573 -0.026648 0.022383 0.006329 -0.007734 -0.017783 0.025841 -0.000188 0.008835 -0.01933 -0.006008 -0.036432 -0.015339 0.003877 0.008067 0.010174 0.002602 0.01585 -0.01312 -0.00931 -0.009896 -0.024875 0.022503 -0.026098 -0.0186 -0.037185 0.007899 0.01216 -0.027713 0.033994 0.00462 0.020915 -0.020754 0.007252 0.001387 -0.00619 -0.020092 -0.023449 0.029871 -0.003583 -0.002575 0.017321 0.001882 0.039254 0.02843 -0.03307 0.037371 0.008718 -0.002875 0.018627 -0.005045 0.023021 -0.030747 -0.021183 -0.008724 -0.012087 0.011346 0.024227 0.033464 -0.010473 0.033094 0.015731 -0.053097 -0.01214 0.014445 0.017024 -0.042642 0.000561 -0.024298 0.020263 -0.032197 -0.012884 0.013852 0.000391 0.007004 0.016361 -0.02027 -0.052704 0.005819 -0.001997 -0.013104 -0.011828 -0.001725 0.022588 0.007397 -0.016359 0.021174 -0.008578 -0.002161 -0.036455 0.000668 -0.005784 -0.021099 -0.000612 -0.000483 -0.026214 0.013596 -0.005166 -0.006719 0.005551 0.033278 -0.004406 0.038798 0.017801 0.025444 -0.012448 0.006297 0.002547 -0.003878 -0.000566 -0.012583 -0.03809 0.019371 0.001072 0.038587 0.02669 0.032153 0.010451 -0.009764 -0.00848 -0.012986 -0.015346 -0.012091 -0.00202 -0.01354 0.028648 -0.02397 0.013945 -0.031104 0.002497 0.003074 0.038964 -0.002836 -0.010446 0.003537 0.023476 -0.034507 -0.044608 0.043515 0.008595 0.004439 -0.04169 0.007837 0.01142 0.032823 0.018042 0.001615 0.008801 0.000782 -0.022213 0.012152 -0.021459 -0.017956 0.01328 0.020504 0.012855 -0.010417 -0.018852 0.019728 -0.018115 0.024829 0.012753 -0.019548 -0.019599 -0.013519 0.035007 -0.023324 -0.025056 -0.003946 -0.005862 -0.03855 -0.021746 0.028937 -0.008405 0.008203 -0.012016 -0.002906 -0.014583 0.005367 0.020675 -0.047379 0.003635 0.009584 0.025763 -0.036521 -0.031281 0.00495 0.03282 -0.020165 0.0123 0.008092 0.000889 -0.026323 -0.025018 0.015439 0.019236 0.011557 0.019931 0.003734 -0.001814 -0.004693 0.039148 -0.018565 -0.003546 -0.003356 0.013937 0.004572 0.055849 0.008851 -0.025387 0.009042 -0.00124 -0.00475 0.008606 -0.007452 0.005053 -0.016949 -0.001865 0.000751 0.012696 -0.00472 -0.023513 -0.009384 -0.001073 -0.008254 -0.025344 -0.031278 -0.000453 -0.014724 -0.029152 0.022313 0.02119 0.008224 0.027243 -0.024477 0.015404 -0.003454 -0.007364 0.031361 -0.009872 0.039327 0.050038 0.017865 0.00899 0.004744 -0.0352 -0.030304 -0.014814 0.002504 0.018867 -0.023727 -0.011602 0.004627 -0.010654 0.027657 -0.025166 -0.026748 -0.025263 -0.032872 -0.015146 0.008588 -0.000258 0.02016 0.003418 0.009901 -0.002674 0.010945 -0.002997 -0.003044 0.01421 0.038323 -0.040438 -0.000373 -0.016163 0.013485 0.011083 -0.023718 -0.006673 0.009399 -0.008291 -0.018853 -0.011629 0.005108 -0.036428 0.006367 -0.059032 -0.013981 0.009575 0.011896 0.018896 0.018005 0.001197\nచ 0.039866 0.002232 -0.053794 0.032322 0.011008 0.051154 0.010707 0.002789 -0.018473 -0.033101 0.039087 0.014138 -0.01731 -0.03964 0.03521 -0.000778 0.018455 -0.033698 0.003807 -0.047081 -0.013114 -0.008657 0.003614 0.010258 0.004729 0.031875 -0.020649 -0.014282 -0.023359 -0.014022 0.032749 -0.036912 -0.023199 -0.040618 0.012585 0.014375 -0.052263 0.040348 -9.5e-05 0.026404 -0.03103 0.009941 -0.000357 0.005557 -0.030282 -0.021199 0.055145 0.006206 0.00062 0.018223 0.015713 0.057113 0.039915 -0.046967 0.044878 0.0061 -0.009563 0.030264 -0.019265 0.027738 -0.031475 -0.028022 -0.018554 -0.017629 0.009181 0.031306 0.056464 -0.025442 0.032754 0.023523 -0.036908 -0.014009 0.017097 0.006605 -0.064895 0.006724 -0.024675 0.035861 -0.023638 -0.024039 0.011474 0.001299 0.000574 0.024719 -0.028347 -0.058626 0.014694 -0.00253 -0.029285 -0.013035 -0.024786 0.03065 -0.00438 -0.026177 0.014955 -0.007605 -0.009827 -0.047295 0.010249 -0.001538 -0.011802 0.005372 -0.00092 -0.026126 0.020249 -0.009879 -0.022576 0.00647 0.038761 0.008833 0.055146 0.036577 0.024724 -0.023806 0.015938 0.008065 -0.009406 -0.006508 -0.011741 -0.055581 0.025515 -0.000613 0.043295 0.013028 0.039295 0.008743 -0.019841 -0.022282 -0.014123 -0.011611 -0.018726 0.00151 -0.021276 0.035847 -0.013737 0.030428 -0.029076 0.012094 -0.001736 0.062016 -0.001706 -0.006243 0.01011 0.027464 -0.045641 -0.050955 0.045161 0.002878 -0.003835 -0.042146 0.00206 0.013775 0.031336 0.027855 -0.004376 0.00856 -0.001927 -0.027486 0.013905 -0.017346 -0.022375 0.014297 0.035844 0.011054 0.001707 -0.018826 0.024088 -0.023562 0.024596 0.009306 -0.043399 -0.042782 -0.00455 0.041292 -0.033653 -0.044691 -0.006316 -0.020734 -0.031285 -0.004417 0.045974 -0.004554 0.007482 -0.008846 -0.009212 -0.019151 -0.013053 0.023478 -0.072447 -0.000584 0.009634 0.023311 -0.040259 -0.040634 -0.002765 0.052908 -0.009229 0.00812 -0.015301 -0.005272 -0.038385 -0.037078 0.026879 0.013247 0.028366 0.017173 0.012087 -0.016892 -0.00443 0.029834 -0.015028 -0.004842 -0.005307 0.024442 -0.005018 0.069801 0.017139 -0.011027 0.006724 -0.007227 0.000928 0.011221 -0.011379 -0.006082 -0.022617 0.002374 -0.000128 5.7e-05 -0.003745 -0.020256 -0.005769 0.007469 -0.018557 -0.03471 -0.051023 -0.003373 -0.018237 -0.037147 0.040669 0.020853 0.015763 0.026337 -0.022545 0.015656 0.001266 -0.016053 0.043187 -0.004219 0.049364 0.060352 0.041135 0.011172 -0.004004 -0.057491 -0.036859 -0.017715 -0.003847 0.015923 -0.030235 -0.025545 0.014598 -0.018347 0.042789 -0.031961 -0.038549 -0.032728 -0.037315 -0.007065 0.017035 -0.003046 0.02769 0.000838 0.003574 0.004134 0.020669 0.008867 0.002417 0.023666 0.0443 -0.054185 -0.008562 -0.020132 0.027806 0.021952 -0.020185 0.009726 0.01633 -0.016859 -0.023686 -0.008409 0.027933 -0.053067 0.008532 -0.072498 -0.016412 0.013415 0.01783 -0.003689 0.028549 -0.001265\n 0.017359 -0.017847 -0.03504 0.006495 -0.003267 0.017394 0.014507 0.001075 -0.006784 -0.015699 0.017462 0.003771 -0.011182 -0.006006 0.008846 0.002377 -0.01424 -0.041642 -0.00094 -0.000173 -0.025234 -0.002413 0.017371 0.013774 -0.022535 0.010302 -0.013986 -0.002531 -0.004264 -0.016711 0.001379 -0.010598 -0.017617 -0.037121 0.039986 0.006501 -0.021203 0.028996 0.013266 0.016965 -0.005897 -0.023884 -0.023645 0.02258 -0.016452 -0.001101 0.020137 -0.005585 -0.003533 -0.005791 0.0335 0.053836 0.028539 -0.010315 0.023598 0.006161 -0.012791 0.012589 -0.036717 0.029011 -0.04433 -0.052028 -0.005128 -0.002588 0.030847 0.018676 0.022174 -0.014815 0.005533 0.01592 -0.038579 0.002281 0.016434 0.037354 -0.024887 -0.003898 -0.028639 0.011933 -0.016124 -0.020403 0.011783 0.007219 0.005384 0.01599 0.019052 -0.020844 0.012484 -0.022335 -0.010174 0.005267 -0.011344 0.026617 0.00265 0.013088 -0.00712 0.003448 -0.010836 -0.019095 0.010903 -0.027208 -0.003842 -0.005348 -0.012239 -0.034336 -0.012045 0.004836 -0.000395 -0.016503 0.010446 0.014614 0.026613 0.022778 -0.000277 -0.033669 0.017824 0.013235 -0.009318 -0.003644 -0.014867 -0.029147 0.015089 0.003242 0.022142 0.000374 0.008843 0.033993 -0.030676 -0.021736 0.012966 -0.016054 -0.002404 0.018846 -0.010154 0.000826 -0.003356 0.04997 -0.016112 -0.002859 0.021631 0.058071 -0.007754 -0.00841 -0.005467 0.030835 -0.034744 -0.016886 0.039744 0.001844 -0.002743 -0.015611 0.013618 -0.010199 0.023085 0.008762 -0.02768 0.004748 0.008386 -0.004 0.01942 -0.010742 0.009122 0.010339 0.018753 0.027516 0.002085 -0.014311 0.013431 -0.020915 0.010406 -0.017539 -0.004345 -0.017355 -0.013031 0.004022 0.003963 -0.023658 -0.011803 -0.015253 -0.012085 -0.014932 0.018166 -0.002032 0.020196 -0.014493 0.00808 -0.004306 0.006744 0.034882 -0.039623 0.017831 0.0106 0.008179 -0.020702 -0.021157 -0.004777 0.039146 0.00685 -0.00025 0.001482 0.01491 -0.014518 -0.018532 0.013217 0.013853 0.034985 0.01397 -0.006772 0.006818 -0.002743 0.051476 -0.034556 0.021756 0.000232 -0.002184 -0.0075 0.029401 -0.009717 -0.014933 -0.001291 -0.005376 -0.014074 -0.00246 -0.004526 0.004018 -0.000122 -0.014784 -0.002306 0.01801 0.009485 -0.043395 0.001314 -6.7e-05 -0.000799 0.00978 -0.03058 -0.003541 -0.004758 -0.01953 -0.001583 0.021554 0.01853 0.006753 -0.011895 -0.020885 -0.008111 -0.019365 0.026899 0.020008 0.032323 0.040044 0.049626 0.010027 -0.037443 -0.01039 -0.012586 0.005948 -0.015186 0.028475 -0.017058 -0.00911 0.003805 -0.00791 0.025428 -0.023544 -0.025992 -0.008491 -0.026819 0.010483 0.004576 -0.000562 0.00411 0.048027 -0.000671 -0.025985 0.006265 0.007683 -0.02931 0.015448 -0.009179 -0.044557 0.016676 -0.01732 0.02628 -0.009989 -0.022424 -0.004218 0.018073 -0.009241 -0.008638 -0.012379 -0.000975 -0.026956 -0.010353 -0.026938 0.017746 -0.010867 0.006159 -0.005482 0.009381 -0.020762\nᠢ 0.033424 -0.007118 -0.030225 0.008352 0.015734 0.020668 -0.008907 -0.004742 -0.011625 -0.02019 0.02294 0.003164 -0.000236 -0.019241 0.025455 -0.013498 0.000105 -0.005868 -0.013109 -0.038879 -0.017059 -0.005603 0.003833 0.006361 -0.008745 0.019248 -0.002689 -0.005829 -0.017364 -0.029668 0.020026 -0.034968 -0.002204 -0.025701 0.003596 -0.00381 -0.019917 0.040512 0.008419 0.011191 -0.027699 -0.008581 -0.001946 -0.003964 -0.003732 -0.01916 0.036241 -0.008306 -0.013055 0.025015 0.003435 0.043565 0.018463 -0.025624 0.039478 0.00464 0.00387 0.022401 -0.00531 0.023306 -0.033485 -0.02772 -0.022988 0.003738 0.016627 0.014428 0.021245 -0.012392 0.028682 0.004043 -0.047688 -0.016808 0.021164 0.024458 -0.046705 0.012421 -0.013281 0.016673 -0.038106 0.006437 0.014084 -0.003717 -0.001226 0.012196 -0.008866 -0.038656 0.006876 0.0223 -0.008408 -0.003841 -0.007143 0.011598 0.013559 -0.021299 0.011774 -0.007556 0.004505 -0.042819 -0.006296 -0.01182 -0.009381 0.008054 0.006006 -0.020761 0.01112 -0.008315 -0.014403 0.012689 0.028169 -0.004535 0.029514 0.024289 0.010745 -0.014603 0.012726 -0.012901 -0.005209 0.011982 -0.018933 -0.017195 0.017837 -0.000824 0.026132 0.016723 0.045064 0.009901 -0.005375 -0.002705 -0.004229 -0.016299 -0.024374 -0.00015 -0.008919 0.026563 -0.013135 0.020541 -0.026746 0.01482 0.026311 0.027418 -0.006567 -0.008735 0.001126 0.016818 -0.032586 -0.033271 0.04926 0.021739 0.00193 -0.02414 0.003016 0.022657 0.015106 0.011038 -0.00837 0.002964 0.004477 -1.2e-05 0.002972 -0.017326 -0.021147 0.021713 0.016649 0.00568 -0.026117 -0.019361 0.003682 -0.010188 0.017079 0.017031 -0.010927 -0.005677 -0.016722 0.037381 -0.007702 -0.022009 -0.002644 -0.003797 -0.034745 -0.015948 0.024255 -0.011123 0.010161 -0.006957 0.003023 -0.017134 -0.000888 0.010101 -0.032222 0.002053 0.02239 0.033706 -0.022734 -0.019211 0.007658 0.042914 -0.022883 0.013817 -0.000483 -0.009079 -0.025771 -0.030316 0.011922 0.024556 0.003282 0.017511 0.010196 -0.004328 -0.001686 0.028011 -0.029492 -0.00885 -0.005484 0.008783 0.004413 0.046096 0.001489 -0.014715 -0.004909 0.007487 0.011755 0.009092 -0.009183 -0.000478 -0.012906 0.002606 0.003721 -0.000375 -0.012397 -0.004256 -0.002219 -0.00559 0.006204 -0.025672 -0.028929 -0.003043 -0.010806 -0.030337 0.020543 0.016107 -0.002716 0.00786 -0.014657 0.019597 0.010756 -0.015448 0.026132 -0.017465 0.048762 0.030916 0.015342 0.017976 -0.000397 -0.024103 -0.025455 -0.019168 0.001503 0.042879 -0.022982 -0.003592 0.007111 -0.003081 0.025913 -0.021042 -0.028965 -0.016813 -0.020345 -0.017494 -0.000279 0.003211 0.013054 -0.004531 0.013074 0.000891 0.010138 0.018042 0.010917 0.008199 0.036892 -0.038633 0.000721 -0.028566 0.014514 0.018995 -0.024534 -0.01546 0.028682 -0.004245 -0.019458 -0.011744 -0.000709 -0.034292 0.009993 -0.054748 -0.0091 0.005915 0.004571 0.027308 0.020392 0.005759\nब 0.0217 0.002811 -0.040475 0.018769 0.014527 0.025786 0.002193 -0.001567 -0.019935 -0.032062 0.040568 0.01457 -0.006996 -0.025945 0.02259 -0.003199 0.004283 -0.020825 -0.00922 -0.043584 -0.008874 -0.001793 0.003599 0.0151 0.005111 0.014744 -0.01154 -0.017463 -0.014698 -0.026628 0.024156 -0.026441 -0.012025 -0.032737 0.007146 0.015914 -0.030558 0.036383 0.007195 0.019447 -0.031343 0.01048 0.001087 -0.005262 -0.020807 -0.016675 0.030459 -0.004934 -0.002417 0.01036 0.000376 0.049287 0.033634 -0.033172 0.032833 0.004482 -0.006094 0.013353 0.000149 0.024242 -0.027048 -0.032033 -0.004212 -0.019068 0.005178 0.012305 0.036586 -0.007006 0.030515 0.015139 -0.050669 -0.010323 0.01982 0.021735 -0.048097 0.002609 -0.026657 0.023756 -0.028046 -0.018248 0.00969 -0.007379 0.004132 0.011087 -0.01636 -0.032319 0.005714 -0.013744 -0.018165 -0.006001 -0.006286 0.014824 0.008391 -0.011256 0.018637 0.00475 -0.008595 -0.037638 -0.001498 -0.000984 -0.025606 0.002779 -0.001311 -0.022673 0.013941 -0.011556 -0.011691 0.005639 0.035038 -0.001733 0.041681 0.023584 0.020657 -0.02476 0.003473 -0.002016 0.001865 -0.001002 -0.019273 -0.032307 0.021186 0.002529 0.033002 0.024936 0.03098 0.014288 -0.012904 -0.0094 -0.016695 -0.0197 -0.013658 -0.000469 -0.019856 0.031089 -0.022446 0.005391 -0.031608 0.006451 0.010706 0.031852 -0.016906 -0.003758 0.010465 0.019722 -0.035996 -0.044458 0.04678 0.01061 0.004985 -0.036799 0.003907 0.016919 0.024889 0.020013 0.009477 0.004185 0.010033 -0.027469 0.013943 -0.021828 -0.028118 0.014987 0.022535 0.015097 -0.015957 -0.008915 0.026386 -0.01034 0.018761 0.015778 -0.02303 -0.016669 -0.011206 0.03017 -0.017914 -0.030961 -0.008246 -0.001068 -0.040514 -0.017794 0.025571 -0.010794 0.011572 -0.015566 -0.006585 -0.012491 0.003564 0.025473 -0.051759 0.005065 0.01937 0.023176 -0.032712 -0.03586 0.002832 0.035888 -0.017869 0.014288 0.003822 -0.006554 -0.037506 -0.024095 0.00851 0.02644 0.016424 0.016863 0.006976 -0.003179 -0.00527 0.042161 -0.013785 -0.006708 -0.00869 0.018655 -0.007178 0.060565 0.010713 -0.024263 0.011761 -0.000266 -0.001768 0.003786 -0.001178 0.008626 -0.027567 -0.006799 0.00163 0.024121 -0.005289 -0.023528 -0.004255 -0.011151 -0.001091 -0.02454 -0.033416 -0.008749 -0.009376 -0.027254 0.020583 0.022724 0.010559 0.017689 -0.025246 0.01949 -0.006191 -0.0033 0.029878 0.000767 0.032695 0.049002 0.020059 0.002641 -0.006872 -0.033941 -0.028344 -0.01507 -0.013504 0.023999 -0.026909 -0.013162 -0.001701 -0.014389 0.026613 -0.021786 -0.021604 -0.0174 -0.029393 -0.018397 0.006334 -0.009748 0.018091 0.005924 0.013054 -0.006715 0.01223 0.002027 -0.007341 0.013567 0.043556 -0.050367 0.001972 -0.021777 0.016787 0.015256 -0.019684 -0.01015 0.016256 -0.010192 -0.021468 -0.008964 0.002874 -0.036547 0.008413 -0.056055 -0.013682 0.016198 0.012491 0.016126 0.006771 0.007899\nද 0.042751 -0.000942 -0.059851 0.020016 0.016742 0.04904 0.000528 -0.008659 -0.029555 -0.051246 0.044034 0.023707 -0.003152 -0.026298 0.037638 -0.011496 0.003225 -0.037345 -0.022442 -0.062847 -0.018215 -0.006252 0.013556 0.00053 0.008066 0.02857 -0.013159 -0.019628 -0.005017 -0.025091 0.015154 -0.029611 -0.030587 -0.047529 0.01993 0.009734 -0.024411 0.056526 0.001707 0.027239 -0.041222 0.007343 0.003738 0.003924 -0.035387 -0.028752 0.056133 -0.000144 -0.00867 0.022864 -0.002851 0.069619 0.037727 -0.03162 0.05832 -0.002892 -0.00964 0.018116 -0.02261 0.025929 -0.029741 -0.044033 -0.016429 -0.008383 0.02302 0.020298 0.047108 0.003136 0.043152 0.017776 -0.061399 -0.00089 0.028038 0.015543 -0.035697 0.019598 -0.039646 0.023805 -0.048573 -0.016227 0.01162 -0.009273 0.001119 0.024384 -0.014341 -0.061049 0.002713 -0.011309 -0.02414 -0.014199 -0.012826 0.026367 0.017911 -0.01812 0.003763 -0.011907 -0.001596 -0.048201 0.004946 -0.002619 -0.035306 0.003624 -0.001094 -0.03804 0.013824 0.003506 -0.015516 0.010993 0.036814 -0.007109 0.041411 0.0234 0.017769 -0.025774 0.012044 0.002347 -0.011176 0.005124 -0.025474 -0.04981 0.029666 -0.003389 0.043043 0.033102 0.041651 0.007735 -0.017537 -0.00613 -0.00965 -0.015577 -0.039381 -0.01068 -0.006111 0.035242 -0.025884 0.007795 -0.037709 0.019809 0.010163 0.057216 -0.001712 -0.006772 0.014048 0.02981 -0.038424 -0.04695 0.069597 0.001741 -0.004854 -0.038301 0.000798 0.02105 0.035124 0.028537 0.001001 0.011862 -0.006796 -0.026514 0.027193 -0.03396 -0.029995 0.00954 0.016877 0.003519 -0.011443 -0.009292 0.023238 -0.02989 0.034974 0.024731 -0.022564 -0.025275 -0.012306 0.036347 -0.031944 -0.030684 -0.013733 -0.01307 -0.048456 -0.039069 0.034226 -0.012976 0.016424 -0.026572 -0.007125 -0.017781 0.00472 0.027838 -0.071789 0.007176 0.014369 0.038157 -0.025676 -0.052598 -0.000216 0.044265 -0.027708 0.01279 0.002273 0.00288 -0.038 -0.035407 0.018949 0.03579 0.022307 0.015054 0.016914 -0.009418 -0.010912 0.052885 -0.033256 -0.015162 -0.02132 0.009757 0.002291 0.074829 0.018651 -0.026189 0.012187 0.004791 -0.010115 0.000698 -0.004615 -0.001371 -0.029639 -0.002454 0.002412 0.006169 -0.030258 -0.017417 -0.01081 -0.002561 -0.01028 -0.024645 -0.053297 -0.015771 -0.012644 -0.034118 0.029741 0.028938 -0.002324 0.030895 -0.02647 0.018602 0.00594 -0.015251 0.046994 -0.008918 0.053734 0.066649 0.030335 0.008521 -0.000552 -0.054739 -0.033715 -0.013606 -0.007542 0.032983 -0.034029 -0.014532 0.007407 -0.014879 0.046591 -0.030052 -0.046073 -0.035176 -0.052888 -0.013993 0.022183 -0.004527 0.025572 0.011676 0.02829 -0.01325 0.032413 0.006904 0.006922 0.026727 0.049522 -0.070586 0.003268 -0.026613 0.023307 0.015611 -0.019703 -0.006744 0.030241 -0.000593 -0.02451 -0.012439 0.005723 -0.038279 0.021448 -0.086197 0.001135 0.015336 0.007092 0.012329 0.016585 0.008582\nฮ 0.035719 0.00327 -0.032743 0.005447 0.027329 0.023846 -0.002047 0.010874 -0.033836 -0.024179 0.002232 -0.000115 -0.000604 -0.012619 0.027188 -0.00995 0.010002 -0.0288 0.005094 -0.024583 -0.014148 0.003547 0.011444 -0.000704 0.001276 -0.004054 -0.021691 0.001059 -0.012127 -0.03644 0.020606 -0.01761 -0.030906 -0.021062 -0.00064 0.016908 -0.020875 0.026467 0.014752 0.000219 -0.022721 0.005687 -0.004876 -0.012888 -0.020117 -0.015716 0.026085 0.021765 0.011488 0.008465 -0.004908 0.026939 0.024285 -0.025933 0.026937 -0.002577 0.012101 0.018736 -0.010829 0.017296 -0.01601 -0.03283 0.00919 -0.01382 0.009972 0.028709 0.015526 -0.007945 0.043745 0.00346 -0.032226 -0.001499 0.005132 0.020824 -0.06514 0.015184 -0.011234 0.008132 -0.017228 -0.016981 0.016841 0.000242 -0.00392 -0.000327 0.000935 -0.032257 -0.004843 0.004473 -0.00986 0.004076 0.005808 0.024828 0.021595 0.008671 0.017428 0.006145 0.007003 -0.021935 -0.002077 0.013939 0.001705 0.006733 0.010976 -0.00711 0.013543 0.012729 -0.001187 0.012935 0.013225 -0.003462 0.03394 0.028658 0.03174 -0.00645 0.014062 0.000828 0.014444 -0.007517 -0.001897 -0.031075 -0.008907 0.023941 0.033902 0.033063 0.045623 0.00738 -0.028388 -0.026056 -0.002768 -0.017661 0.000859 -0.002829 -0.007923 0.035526 -0.02322 0.00846 -0.016334 -0.011201 0.005965 0.022767 -0.002809 0.007035 0.000888 0.027142 -0.040046 -0.029473 0.042004 0.00666 -0.00196 -0.039056 -0.00863 0.021803 0.0271 0.02444 0.003199 0.007466 0.016669 -0.03152 0.016674 -0.014143 -0.006227 0.012148 0.018493 0.020854 -0.016744 -0.006451 0.014341 -0.002749 0.023224 0.015659 -0.022579 -0.01544 -0.012845 0.019749 -0.017526 -0.030392 0.007662 -0.00775 -0.030459 -0.021271 0.051252 -0.026101 0.007797 -0.011263 -0.015126 -0.005071 -0.003307 0.01355 -0.031359 -0.014021 0.010178 0.043252 -0.029572 -0.02983 0.025761 0.023244 -0.002285 0.01234 0.003699 0.001578 -0.025378 -0.013156 0.021554 0.025652 0.021584 0.007012 0.019994 -0.003057 0.005335 0.02154 -0.011532 0.003443 0.001385 0.009516 0.017132 0.039344 -0.008602 -0.023237 -0.001788 8.5e-05 0.012222 0.01463 0.023539 0.02214 -0.026745 -0.001772 -0.014277 0.017428 0.003239 -0.033774 -0.00698 0.009825 -0.001104 -0.00293 -0.040857 -0.003973 -0.008786 -0.022897 0.020257 0.029501 0.011958 0.04713 -0.029449 0.021211 0.016761 -0.003402 0.017725 -0.000705 0.021337 0.048386 0.012281 0.010635 -0.026775 -0.024227 -0.012767 -0.025088 -0.015007 0.040315 -0.025129 0.000295 0.012086 -0.004382 0.023616 -0.0121 -0.011303 -0.02677 -0.016353 -0.009382 0.007951 0.0096 0.015582 -0.0192 0.022161 0.009644 0.015357 -0.011624 0.006843 0.022485 0.045601 -0.052464 -0.004188 -0.006571 0.009665 0.017663 0.000793 -0.010703 0.038681 -0.002892 -0.014069 0.003238 0.001596 -0.03151 0.014382 -0.063963 -0.00649 0.019194 -0.015017 0.023563 0.026229 -0.0015\nʱ 0.031094 0.021752 -0.037737 0.014695 0.021062 0.044816 -0.002559 -6e-06 -0.036995 -0.038631 0.027086 0.022797 0.001219 -0.02356 0.029639 0.023159 -0.004433 -0.030946 -0.007809 -0.040198 -0.053643 -0.014681 0.016693 0.002259 -0.015913 0.031217 -0.013855 -0.025392 -0.009814 -0.031211 0.017435 -0.049387 -0.009257 -0.039138 0.00579 -0.00263 -0.01889 0.040033 0.016546 -0.001608 -0.04252 0.004252 -0.013192 -0.000199 -0.028536 -0.036637 0.019922 -0.030634 -0.001444 0.037571 0.001518 0.068803 0.058352 -0.025252 0.031719 -0.004552 -0.01558 -0.004974 -0.022243 0.037071 -0.02195 -0.006161 -0.035248 0.020282 0.038948 0.012664 0.037284 -0.004397 0.036971 0.003947 -0.064674 0.024633 0.033398 0.042877 -0.033008 0.007259 -0.030448 0.042429 -0.037608 0.013749 0.025593 -0.012625 -0.018271 0.0167 -0.003131 -0.058558 -0.001281 -0.01421 -0.037279 -0.013441 -0.033716 -0.012335 0.031749 -0.012708 0.005853 -0.031506 0.003943 -0.051184 -0.012335 -0.012654 -0.027834 0.004114 0.024714 -0.042951 -0.015066 0.005533 -0.037111 -0.006499 0.040174 -0.002089 0.037853 0.012791 -0.008558 -0.015946 0.016748 -0.024991 -0.015007 -0.014493 -0.012083 -0.019047 0.024981 -0.000828 0.054913 -0.010132 0.031589 0.028999 -0.054692 -0.023414 -0.016991 -0.012777 -0.013118 0.001434 -0.003966 0.031596 -0.019222 0.022765 -0.05213 -0.012793 0.006465 0.025702 -0.015123 0.003097 0.015411 0.022906 -0.051031 -0.044356 0.056561 0.004379 -0.010237 -0.029977 0.008989 0.023987 0.029675 0.01934 0.038588 0.010596 -0.009668 -0.007856 0.034711 -0.032129 -0.022699 0.023974 0.020186 0.019039 0.017317 -0.009238 0.007434 -0.030998 0.039258 0.054344 -0.017251 -0.017508 -0.034384 0.031173 -0.015724 -0.04209 -0.025927 -0.031517 -0.055604 -0.049706 0.015452 0.013161 -0.006996 -0.017399 -0.006812 -0.015529 0.008241 0.022335 -0.062646 0.015607 0.002281 -0.003319 -0.009138 -0.036785 0.003537 0.060571 -0.010651 0.001263 -0.017355 -0.013581 -0.02323 -0.045354 0.014056 0.040265 0.002597 0.01579 0.018623 -0.026612 -0.058438 0.063385 -0.013981 0.006305 -0.021629 0.01948 0.004296 0.072194 0.017336 -0.017477 0.009984 0.017979 -0.00726 -0.011602 -0.007904 -0.009632 -0.032404 0.007394 -0.020722 0.026146 -0.015445 -0.026582 0.004938 -0.000316 -0.004587 -0.002807 -0.033758 -0.006246 -0.010689 -0.028353 0.033002 0.011144 0.03165 0.020929 -0.029598 0.030548 0.003208 -0.017012 0.019889 -0.006801 0.064236 0.042893 0.048523 0.041187 0.006292 -0.04384 -0.014305 -0.015576 -0.019915 0.025324 -0.031997 0.010699 0.007734 -0.011921 0.03479 -0.010841 -0.060695 -0.014316 -0.03371 -0.023063 -0.001893 0.017309 0.026945 0.033721 0.0322 -0.016312 0.027588 0.022562 -0.006482 0.031706 0.034212 -0.046054 -0.009438 -0.036021 0.028488 0.005953 -0.00657 0.000263 0.058412 3.2e-05 -0.025458 -0.03239 -0.005907 -0.050238 0.026432 -0.069766 -0.009769 0.009703 0.019975 0.01814 0.022734 0.019978\n̰ 0.008773 0.027461 -0.053816 0.037362 0.038411 0.072112 0.027131 -0.024867 -0.034935 -0.063188 0.065516 0.016931 -0.018482 -0.011627 0.076453 -0.016845 -0.003032 -0.047268 0.003549 -0.080917 -0.039394 0.010024 -0.045353 0.02736 0.00099 0.01484 -0.030322 0.014272 0.007749 -0.056133 0.04924 -0.033352 -0.03418 -0.018866 0.019334 0.023008 -0.038494 0.070452 -0.001132 0.005342 -0.062374 0.046966 0.003588 0.018403 -0.00921 -0.020647 0.062629 -0.014457 0.003765 0.028318 -0.001782 0.065763 0.043607 -0.081519 0.076334 0.040835 -0.007757 0.059309 -0.022658 0.028071 -0.047925 -0.069247 -0.020441 0.000749 0.036885 0.016891 0.100693 -0.044181 0.040623 0.041025 -0.075973 -0.031558 0.039165 0.03723 -0.072479 0.020249 -0.042289 0.01664 -0.063036 -0.007765 0.020652 0.001829 -0.023312 0.025164 -0.061425 -0.091024 0.00533 0.010138 -0.000378 0.009622 0.004603 0.018909 0.020767 0.00894 -0.003757 -0.034761 0.009827 -0.075697 -0.037008 -0.033715 -0.031086 -0.016216 0.00217 -0.028356 0.052035 -0.006473 -0.053849 0.029775 0.014337 0.02032 0.099235 0.045433 0.042704 0.006734 -0.005189 -0.006053 -0.033314 -0.012945 -0.049603 -0.045905 0.01737 -0.011331 0.070547 0.065143 0.057822 -0.034186 0.03974 0.042069 -0.034176 0.018679 0.012082 0.019117 0.012556 0.067596 -0.005981 0.024749 -0.058522 0.087556 0.033026 0.075029 -0.011454 0.006606 0.033834 0.00281 -0.052312 -0.106789 0.085248 -4.4e-05 0.0071 -0.069197 0.055267 0.028209 0.022978 0.041563 0.005683 0.020592 -0.011309 -0.028538 0.017295 -0.047641 -0.025512 0.022947 0.055637 -0.031304 -0.018329 -0.030427 0.058632 -0.052539 0.036243 0.071951 -0.066024 -0.052506 -0.023221 0.064024 0.025708 -0.031638 0.012349 0.010967 -0.057616 -0.010251 0.071833 -0.008273 0.018203 -0.00295 -0.032733 -0.032061 0.006814 0.01969 -0.062987 0.008035 0.0308 0.074362 -0.035118 -0.033968 -0.021995 0.066263 -0.067179 0.011436 0.033459 -0.026249 -0.06804 -0.050645 -0.007762 0.033676 0.045935 -0.021509 0.033765 -0.049174 -0.034533 0.029844 -0.019207 -0.008705 0.00182 0.028974 0.021308 0.062653 0.023649 -0.009658 0.019193 0.018929 0.011184 -0.0102 0.012865 -0.011608 -0.046232 -0.008127 -0.01453 -0.005857 0.016365 0.020474 0.001368 -0.006284 -0.026 -0.069951 -0.053822 0.015688 -0.011348 -0.016759 0.034789 0.028251 -0.00567 0.059116 -0.036474 0.034672 -0.01576 -0.025814 0.045117 0.012592 0.065804 0.094005 0.005049 0.026702 -0.060038 -0.060901 -0.051282 -0.016941 -0.021854 0.036317 -0.062597 -0.037558 0.008637 -0.018428 0.066548 -0.022662 -0.030159 -0.036553 -0.041739 0.024125 0.005544 -0.006732 0.041422 -0.012605 0.038048 0.000339 0.041797 0.005895 0.035477 0.043249 0.069537 -0.084128 -0.007706 0.010343 0.043147 0.050939 -6.4e-05 -0.012615 0.02334 -0.00172 -0.069776 -0.042191 -0.012791 -0.056112 0.015571 -0.103107 -0.025827 0.026941 0.012866 -0.011188 0.023592 -0.03225\n2 0.023344 2.3e-05 -0.044106 0.008062 -0.000885 0.033787 0.008584 0.002092 -0.015158 -0.020537 0.019215 0.005646 -0.016245 -0.018096 0.011567 0.003821 0.009978 -0.016391 -0.015879 -0.025047 0.002724 -0.00396 0.012201 0.014392 0.002736 0.024481 0.003935 0.00197 -0.006949 -0.01815 0.015159 -0.017928 -0.016448 -0.036584 0.005174 0.018953 -0.031631 0.024589 0.012829 0.008429 -0.026952 0.012602 0.00601 -0.004523 -0.014996 -0.022702 0.033142 -0.007304 0.004373 0.008446 0.001537 0.04132 0.038302 -0.021263 0.031467 -0.002628 -0.006349 0.01693 -0.003986 0.020643 -0.024001 -0.020247 -0.007903 -0.015383 0.006254 0.014523 0.023097 -0.01632 0.021623 0.015057 -0.040835 -0.007836 0.013279 0.003956 -0.042098 -0.00081 -0.020207 0.011759 -0.026915 -0.000368 0.009861 0.01031 -0.002578 0.018091 -0.010726 -0.04384 0.005499 0.0105 -0.022417 -0.005409 0.005853 0.011423 0.002134 -0.0177 0.012126 -0.001846 0.002389 -0.031815 0.003442 -0.008553 -0.009519 -0.008268 0.000514 -0.013762 0.007205 -0.002609 -0.00917 -0.002541 0.012392 0.003166 0.030363 0.009416 0.021572 -0.015269 0.005089 0.003503 -0.002493 -0.005788 -0.004479 -0.028623 0.015251 -0.002235 0.027822 0.001232 0.021573 0.004344 -0.005568 -0.004197 -0.009589 0.005309 -0.011334 0.002524 -0.004665 0.025379 -0.010144 0.016925 -0.019081 0.000119 -0.008292 0.043636 0.002855 -0.013879 0.007859 0.019841 -0.016624 -0.036005 0.030612 0.004183 0.003114 -0.037724 0.014462 0.005287 0.027015 0.014388 0.002951 0.012649 -0.000244 -0.026171 0.005539 -0.010434 -0.024659 0.007932 0.032049 0.010895 -0.010068 -0.005543 0.021812 -0.004636 0.012769 0.011126 -0.016352 -0.010568 -0.016066 0.026097 -0.01362 -0.014183 -0.018061 -0.013527 -0.029953 -0.01046 0.031726 -0.005871 0.008956 -0.006684 -0.012771 -0.000683 -0.008361 0.024277 -0.041081 0.008394 0.008732 0.013919 -0.03487 -0.022819 0.004692 0.029807 -0.008403 0.002365 0.003717 0.00934 -0.03553 -0.018677 0.019101 0.017053 0.018892 0.005674 0.005164 -0.008091 0.005361 0.022326 -0.020979 -0.002774 -0.018658 0.023765 -0.005978 0.050945 -0.004877 -0.023524 0.004761 0.002614 -0.002268 0.016307 -0.02044 0.000222 -0.020261 -9.2e-05 0.013664 0.012292 -0.000357 -0.015304 0.004932 0.008239 -0.003703 -0.02093 -0.028363 0.002137 -0.002851 -0.03075 0.021508 0.015239 0.014211 0.015654 -0.022653 0.019503 -0.003699 -0.011315 0.02436 -0.013771 0.026956 0.040429 0.012563 0.007672 -0.005021 -0.037192 -0.033225 -0.010379 -0.001841 0.006845 -0.01858 -0.009913 0.015071 -0.005322 0.01818 -0.021486 -0.01775 -0.012029 -0.027281 -0.005385 0.002429 0.009131 0.008496 -0.008147 -0.009111 -0.008852 0.007491 0.001154 -0.006055 0.012484 0.030631 -0.029823 -0.004907 -0.017722 0.0072 0.014017 -0.013732 -0.006999 0.017028 -0.015197 -0.007366 -0.018626 0.005363 -0.029674 -0.007029 -0.044611 -0.013104 0.010108 0.01628 -0.002197 0.023425 0.006305\nẹ 0.056374 0.028005 -0.012557 0.060944 0.067073 0.007642 0.040354 -0.034936 -0.003611 -0.003401 0.019791 -0.033601 -0.000925 -0.017314 0.009789 -0.016579 0.035675 -0.034829 0.047097 -0.016736 0.016898 0.043135 -0.031829 0.079919 0.032497 0.021857 0.026017 0.022807 0.070419 0.033452 0.021956 -0.043278 0.005584 0.004911 0.053766 -0.019395 -0.010032 0.029587 -0.005842 0.061645 0.019998 0.046063 -0.049003 0.000254 -0.077553 -0.069847 0.018259 0.008849 0.063444 0.01988 0.018667 0.071846 0.03864 -0.047826 0.030155 0.030834 -0.018589 0.029975 -0.038728 0.046542 -0.034262 -0.027184 0.028416 -0.021675 0.019614 -5.2e-05 0.072673 -0.014739 0.01344 -0.002963 -0.071264 -0.044778 0.078049 -0.000371 -0.042893 0.035656 0.050844 0.048722 -0.020145 -0.017001 0.022959 0.006359 0.018548 0.057364 -0.032521 -0.040183 -0.068008 -0.000173 0.01998 -0.057782 0.013493 0.085303 0.029048 -0.076168 -0.021921 -0.070011 0.020203 0.043045 -0.011718 -0.01823 -0.054612 0.075602 -0.03113 -0.019422 0.012008 0.022775 -0.023509 0.052438 0.074907 0.019869 -0.009979 0.029509 -0.013759 -0.002788 0.009021 0.044099 -0.047629 -0.01538 -0.002717 -0.053543 -0.01431 -0.012874 0.044473 -0.005135 0.036867 0.083917 -0.042201 -0.008941 0.004242 0.030341 0.007992 0.032119 -0.018438 -0.007455 -0.00024 0.012215 -0.006111 0.039816 -0.052039 -0.0048 -0.015943 0.001262 0.057104 0.052274 -0.058111 0.021426 0.005054 -0.01865 -0.061109 0.006137 0.010261 -0.013602 0.030001 -0.015941 0.023327 -0.008498 0.029837 -0.029709 0.002853 -0.05675 0.027907 -0.01109 0.01623 0.029699 -0.006037 0.002743 0.041844 -0.063251 0.0927 0.002888 -0.070685 -0.068909 0.025503 -0.013384 -0.021493 0.010972 0.003362 0.032067 0.017362 -0.014988 0.035975 0.025847 0.005926 -0.009044 0.031511 0.015299 0.025569 -0.069081 -0.03086 -0.019228 0.056791 0.011608 0.032704 0.088849 -0.048539 0.024609 0.036469 -0.02571 0.020403 -0.000197 0.017088 -0.005168 -0.029743 0.01588 0.022671 -0.014823 0.001881 0.026745 -0.022187 -0.014718 -0.029894 -0.013904 0.019114 -0.063518 0.021274 -0.025181 0.012136 0.017349 0.022776 0.064618 0.058987 -0.050114 -0.007756 -0.019546 -0.010434 -0.027522 0.018484 0.018916 0.053808 -0.011543 0.017597 -0.014535 -0.01266 -0.020959 -0.013294 0.012949 -0.010935 -0.101525 0.014499 0.069653 -0.013437 -0.002996 -0.051818 -0.028051 0.003564 -0.028506 0.000945 0.007607 0.018092 -0.01585 -0.027747 -0.000744 0.018563 -0.028764 -0.034038 -0.057062 -0.029948 0.049935 0.004578 -0.032187 -0.011424 0.01673 -0.00162 0.07175 -0.054957 -0.001386 -0.018323 0.013271 -0.025627 0.016661 0.016628 0.020791 0.031557 -0.025349 0.061148 0.018902 0.047724 0.039497 0.040582 -0.042278 -0.064112 0.045876 -0.016826 0.033996 -0.04917 0.01205 -0.034637 0.032373 -0.002813 0.004307 0.041607 -0.020885 -0.034819 -0.087438 0.008963 0.038579 -0.058759 -0.051194 0.021042 0.005958\nુ 0.018906 -0.005335 -0.042605 0.021219 0.0007 0.02855 0.003171 0.027123 -0.010232 -0.023606 0.024022 0.021593 -0.00829 -0.001689 0.026417 -0.012842 0.009598 -0.011997 -0.007093 -0.022669 -0.004612 0.014001 0.008229 0.023079 0.024744 0.014067 -0.018264 -0.011891 -0.0068 -0.014814 0.010951 -0.025042 -0.036252 -0.042091 0.01753 0.011227 -0.04333 0.044381 0.000322 0.028907 -0.02907 0.027638 -0.010495 -0.001293 -0.026991 -0.021196 0.033587 -0.014444 0.015716 0.030835 0.003172 0.047203 0.049082 -0.026621 0.04371 8.2e-05 -0.022925 0.024521 -0.017833 0.013074 -0.026951 -0.02852 -0.014417 -0.007576 0.004948 0.004952 0.027368 -0.006163 0.040231 0.007113 -0.035683 0.007318 0.017983 0.006267 -0.036898 0.019575 -0.03585 0.027448 -0.016939 -0.008858 0.008416 -0.008526 -0.00127 0.016513 -0.014845 -0.052952 0.002572 -0.002094 -0.003426 0.002356 -0.009842 0.005143 0.00696 -0.014234 0.01668 -0.009163 -0.011737 -0.031564 0.009606 0.017801 -0.010715 0.005153 -0.006108 -0.03293 0.015918 -0.002041 -0.00118 0.000678 0.017459 -0.010309 0.04039 0.020237 0.023798 -0.034333 0.012456 -0.015587 -0.013775 -0.006122 -0.015066 -0.02116 -0.000211 -0.00963 0.041204 -0.005408 0.028991 0.001011 0.004344 -0.00921 -0.027886 -0.015761 -0.016001 -0.001332 -0.025096 0.02642 -0.011877 0.005408 -0.022875 0.013033 0.019319 0.044229 -0.000777 -0.011506 0.017807 0.028778 -0.041705 -0.06229 0.03753 0.007076 -0.002968 -0.039037 0.00651 0.023601 0.019683 0.042852 -0.010367 0.024155 -0.007041 -0.012589 0.042773 -0.028185 -0.018338 0.009471 0.028927 0.016657 -0.002315 -0.005205 0.009942 -0.00662 0.005447 0.015944 -0.020873 -0.016716 0.005244 0.037847 -0.034781 -0.018974 -0.009321 -0.013106 -0.039542 -0.011291 0.021245 -0.018889 0.000805 -0.000692 -0.003819 -0.011594 0.016786 0.019344 -0.043647 0.002176 -0.009463 0.016139 -0.045977 -0.017323 0.009002 0.039026 -0.021648 0.004562 -0.008125 -0.002749 -0.026911 -0.031825 0.021563 0.034901 0.008219 0.017997 0.008983 0.001892 0.00368 0.057473 -0.013873 0.007875 0.013268 -0.000482 -0.008129 0.070885 -0.008423 -0.008407 0.017964 0.002118 -0.019134 0.00986 0.003353 -0.003597 -0.023949 0.015169 -0.010836 0.013135 -0.011187 -0.019249 -0.001991 0.013253 0.004494 -0.021416 -0.036507 0.003269 -0.022945 -0.032331 0.028691 0.025648 0.019093 0.037689 -0.019522 0.00073 0.007186 -0.019597 0.03045 -0.006601 0.019134 0.044467 0.012924 0.000493 -0.02202 -0.033287 -0.038788 -0.029705 -0.004532 0.019361 -0.012369 -0.00962 0.004848 -0.036693 0.037731 -0.030698 -0.040824 -0.018869 -0.041193 -0.036759 -0.004047 -0.013059 0.004709 0.021736 -0.004689 0.006898 0.004787 0.002594 -0.011258 0.028771 0.036812 -0.04715 -0.00337 -0.035435 0.014497 0.006975 -0.019866 0.00198 0.013823 0.003743 -0.01224 -0.016831 0.006685 -0.034408 0.016932 -0.06905 -0.00236 0.015734 -0.007403 0.031032 0.01631 -0.014882\nୀ 0.031926 0.020951 -0.091165 0.04705 -0.000942 0.007208 0.0102 0.012814 -0.04255 -0.041864 0.059521 0.026647 -0.034032 -0.023666 0.042658 0.013018 0.009025 -0.033619 -0.024948 -0.067725 -0.057451 -0.000135 -0.006135 0.053905 0.018641 0.015158 -0.001325 -0.040197 -0.018481 -0.01065 0.02525 -0.032816 -0.032497 -0.042401 0.008993 0.030286 -0.015673 0.058482 0.001523 0.036716 -0.047478 0.032416 0.007515 0.017608 -0.011489 -0.001493 0.039147 0.009462 0.042811 0.025252 0.030531 0.0511 0.054192 -0.054227 0.020135 -0.008178 -0.009744 0.044384 -0.025898 0.010539 -0.050833 -0.005781 -0.035653 -0.0159 0.008398 0.013878 0.081076 -0.038887 0.049726 0.025822 -0.034184 -0.013375 0.035853 0.027087 -0.085841 -0.011964 -0.010212 0.035655 0.016234 -0.010627 0.026822 -0.009875 0.012011 0.008389 -0.011336 -0.035915 0.018558 -0.029814 -0.043617 -0.020681 -0.030451 0.03408 0.005951 -0.032874 -0.017909 -0.00278 0.008164 -0.068177 0.001048 0.011717 -0.004635 -0.003813 -6.4e-05 -0.039812 0.04579 0.001203 -0.045051 -0.010341 0.054412 0.006454 0.075455 0.018266 0.019037 -0.00883 0.034546 0.010514 -0.004804 0.014196 -0.014386 -0.036597 0.045083 -0.008391 0.034189 0.013756 0.013295 0.030886 -0.01738 -0.033194 -0.026198 -0.023768 -0.036164 0.028732 -0.013859 0.060402 -0.009205 0.031062 -0.040483 0.005096 -0.009244 0.063786 -0.006838 -0.020739 0.018743 0.030752 -0.008871 -0.057141 0.042953 0.031671 -0.006788 -0.048961 -0.021428 -0.006599 0.060606 -0.005588 0.016032 0.014574 -0.016555 -0.039667 0.015907 -0.030222 -0.03339 0.036514 0.049088 0.014328 -0.024106 0.018036 0.037503 -0.036192 0.044534 0.020284 -0.05699 -0.059401 0.013 0.026786 -0.012169 -0.023231 -0.040233 -0.000908 -0.04507 0.002141 0.056762 -0.004154 -0.009703 -0.012153 0.000966 -0.009561 -0.028122 0.027507 -0.084462 0.03449 0.02417 0.008482 -0.05853 -0.031969 -0.007997 0.051793 -0.015884 -0.008718 0.016906 0.021125 -0.046389 -0.025896 0.010857 0.009977 0.060886 -0.011126 -0.03303 -0.03682 0.000139 0.03693 -0.010792 0.037106 -0.02521 0.031022 -0.03358 0.083591 0.015652 -0.027102 0.013307 -0.005162 0.001206 0.038286 -0.050189 0.032436 -0.043824 0.016487 -0.006603 -0.007816 0.002032 -0.048543 -0.011917 0.025857 0.006334 -0.050609 -0.040537 -0.004795 -0.031539 -0.036619 0.026341 0.037553 0.022468 0.03975 -0.035375 0.015 -0.005881 -0.00384 0.03263 0.001827 0.056962 0.069765 0.005454 -0.018947 0.030736 -0.052797 -0.019501 -0.013847 -0.009665 0.025237 -0.054315 -0.029351 0.01291 -0.006632 0.021137 -0.046734 -0.022833 -0.023209 -0.036411 -0.009418 0.008672 0.008042 -0.010385 0.00205 -0.002378 -0.014713 0.002876 -0.016636 -0.015253 0.050517 0.0411 -0.044474 -0.000771 -0.020387 0.025743 0.011006 -0.017178 0.00429 0.003188 -0.026374 -0.015088 -0.004637 0.04136 -0.059142 -0.021056 -0.065679 -0.014947 0.020387 0.014193 0.008983 0.040465 0.02846\nъ 0.033961 0.001801 -0.041712 0.023662 0.011807 0.034559 0.003554 0.002094 -0.017747 -0.030457 0.035405 0.006826 -0.005049 -0.024175 0.031888 -0.012688 0.008148 -0.018072 -0.011316 -0.043597 -0.0125 0.000746 0.000855 0.010499 0.007273 0.017515 -0.012438 -0.008284 -0.017387 -0.017791 0.0228 -0.032022 -0.018052 -0.034804 0.011987 0.012466 -0.039558 0.035501 0.00457 0.015781 -0.024321 0.010342 0.000577 -0.001992 -0.018424 -0.017133 0.032698 -0.001047 -0.004283 0.012879 0.009023 0.04665 0.030256 -0.030085 0.045671 0.007131 -0.000903 0.020621 -0.015713 0.025276 -0.028422 -0.025691 -0.007653 -0.01531 0.01557 0.020951 0.034673 -0.01476 0.03035 0.017855 -0.04645 -0.004789 0.019525 0.020876 -0.045324 0.001537 -0.024117 0.021521 -0.028892 -0.010994 0.011788 -0.005034 -0.002992 0.014528 -0.016966 -0.047289 0.004902 0.001507 -0.019126 -0.00193 -0.004716 0.020357 0.007312 -0.010377 0.01402 -0.008404 -0.004309 -0.03952 -0.004675 -0.004135 -0.017909 -0.002441 -0.002828 -0.028345 0.016172 -0.000272 -0.019108 0.010833 0.034562 -0.008316 0.039938 0.024451 0.024436 -0.00879 0.009574 0.006573 -0.008307 0.005211 -0.01875 -0.035787 0.020564 0.001649 0.034775 0.026506 0.030609 0.006491 -0.003611 -0.015375 -0.013071 -0.016608 -0.015887 -0.002845 -0.009946 0.029382 -0.018411 0.009165 -0.024695 0.001462 0.008901 0.039198 -0.000652 -0.014856 0.012124 0.027927 -0.036516 -0.049559 0.046749 0.007775 -0.001997 -0.042154 0.00738 0.000958 0.029896 0.026216 -0.007051 0.002462 0.000731 -0.020929 0.014667 -0.018115 -0.018189 0.013604 0.021308 0.016975 -0.02219 -0.006637 0.017794 -0.018619 0.017606 0.019383 -0.026592 -0.029122 -0.004657 0.035549 -0.013249 -0.018051 -0.001592 -0.008668 -0.030758 -0.019331 0.032931 -0.008311 0.003259 -0.010291 -0.003836 -0.019944 0.005234 0.01869 -0.055393 0.007634 0.017035 0.027858 -0.028022 -0.02963 0.01241 0.037396 -0.019817 0.023714 -1.1e-05 0.000832 -0.039347 -0.037151 0.019185 0.027754 0.016344 0.015479 0.007994 -0.010689 -0.002306 0.035094 -0.023632 -0.006447 -0.006815 0.01367 0.000779 0.063725 0.003371 -0.02304 0.007963 0.000878 -0.009202 0.003771 -0.012271 0.008825 -0.021079 -0.006883 0.003152 0.016178 -0.007032 -0.024123 -0.008711 -0.002506 -0.004769 -0.022741 -0.039288 -0.000636 -0.010285 -0.033267 0.023975 0.024696 0.010574 0.018162 -0.018016 0.010814 0.005751 -0.006676 0.040431 -0.002393 0.036945 0.048803 0.02692 0.006618 -0.002079 -0.039709 -0.035839 -0.023304 -0.008052 0.014904 -0.030057 -0.008371 0.004431 -0.009003 0.031468 -0.022584 -0.025724 -0.016369 -0.024672 -0.024503 0.007107 0.001037 0.015972 -0.00502 0.00427 -0.006565 0.012651 0.005666 0.004559 0.013644 0.04246 -0.046476 0.003006 -0.022801 0.016388 0.01441 -0.025356 -0.001924 0.019289 -0.009108 -0.014121 -0.013527 0.005802 -0.038665 0.008482 -0.065105 -0.006175 0.009496 0.011929 0.017974 0.0157 -0.002083\n៓ 0.077817 -0.002194 -0.09548 0.032471 -0.008042 0.060525 -0.003869 0.002091 -0.05006 -0.047767 0.043255 0.003954 -0.025344 -0.035805 0.052711 0.009575 0.023922 -0.050518 -0.012752 -0.054938 -0.028388 0.002772 0.003861 0.006903 0.018082 0.036933 -0.018677 -0.029554 -0.043619 -0.059181 0.035822 -0.054922 -0.035159 -0.07927 0.023332 0.01172 -0.041515 0.069643 0.000245 0.04214 -0.067318 0.033563 -0.007096 -0.015187 -0.036902 -0.034794 0.036867 0.006766 0.00497 0.029949 0.009473 0.092904 0.04916 -0.034505 0.043156 0.001937 0.00619 0.042809 -0.042551 0.051699 -0.04372 -0.025528 -0.026375 -0.024788 0.022868 0.04439 0.08496 -0.042218 0.051761 0.040137 -0.110617 0.003115 0.051801 0.048699 -0.065192 0.02689 -0.031695 0.059764 -0.012509 -0.014839 0.018526 0.02189 0.009275 0.022826 -0.016004 -0.076426 0.006357 -0.033952 -0.019079 -0.013986 -0.028792 0.014429 0.029252 -0.015506 0.036374 -0.016961 0.010532 -0.079558 0.012466 -0.009445 -0.026243 -0.000852 -0.006328 -0.061437 0.025276 0.012325 -0.028268 -0.000301 0.06686 -0.009039 0.063624 0.013359 0.030602 -0.021551 0.013197 -0.01342 -0.024791 0.005946 -0.021709 -0.077649 0.057623 0.012176 0.063669 -0.016086 0.03859 0.046802 -0.035198 -0.048817 -0.029544 -0.04073 0.000923 -0.001859 -0.012831 0.057711 -0.038948 0.030856 -0.071264 -0.016 0.022333 0.078423 0.001951 -0.001052 0.017765 0.055367 -0.032619 -0.072791 0.097241 0.023959 0.016725 -0.052107 0.026075 0.003499 0.06759 0.046729 0.015116 0.012347 -0.003864 -0.032245 0.021883 -0.019603 -0.037785 0.039304 0.052145 0.031227 0.003279 -0.045853 0.011471 -0.032833 0.023658 0.03013 -0.042667 -0.038428 -0.01591 0.035794 -0.019354 -0.03809 -0.046281 -0.039481 -0.091144 -0.016483 0.041707 -0.031834 0.02342 -0.027921 -0.008101 -0.018181 0.014485 0.043635 -0.08564 0.046927 0.025523 0.019171 -0.044478 -0.034335 0.021375 0.084848 -0.034945 0.017779 -0.00857 -0.003877 -0.059082 -0.014607 0.059716 0.038877 0.034219 0.048308 0.015296 -0.036695 -0.015554 0.079063 -0.035019 0.002774 -0.013958 0.016973 -0.022356 0.096442 0.01858 -0.033868 0.022546 -0.025252 -0.024654 0.005678 -0.006775 0.01432 -0.048053 -0.003945 0.012768 0.02724 -0.022545 -0.058576 -0.028631 0.004667 0.009594 -0.015469 -0.070808 -0.008891 -0.022518 -0.039338 0.050046 0.043298 0.008238 0.035964 -0.052783 0.02399 0.031436 -0.003866 0.07502 0.008268 0.070162 0.07983 0.057819 0.027405 -0.015439 -0.070827 -0.04916 -0.054665 -0.008064 0.038301 -0.047722 -0.001273 0.030361 -0.03833 0.038545 -0.042541 -0.056957 -0.038242 -0.062301 -0.037854 0.021678 -0.007064 0.007762 0.01847 0.023024 -0.032883 0.011522 0.016046 -0.020892 0.042268 0.032773 -0.076645 -0.014431 -0.029432 0.023447 0.012321 -0.02718 -0.000138 0.039392 -0.000224 0.007408 -0.029222 0.012615 -0.061105 0.004063 -0.091896 -0.014598 -0.00905 0.010504 0.054784 0.01793 -0.001726\nམ 0.03582 0.006385 -0.050135 0.029559 0.017391 0.045197 0.011255 -0.007247 -0.015662 -0.022674 0.040045 0.011527 -0.007947 -0.023897 0.022125 -0.007214 0.004338 -0.019633 -0.009117 -0.040531 -0.003679 0.009891 0.000824 0.011017 0.009433 0.023614 -0.013349 -0.01433 -0.014992 -0.020796 0.027261 -0.036741 -0.030614 -0.057702 0.020745 0.025618 -0.046904 0.042991 0.011418 0.015886 -0.026711 0.001677 -0.006195 -0.002043 -0.029757 -0.021862 0.029777 0.010906 0.002793 0.026842 0.011649 0.054842 0.02369 -0.034257 0.040704 0.021721 0.003341 0.012238 -0.005243 0.028387 -0.036973 -0.02738 -0.010367 -0.023451 0.016272 0.02602 0.040343 -0.024786 0.029454 0.023331 -0.058913 -0.010667 0.025072 0.018377 -0.050105 0.008119 -0.036847 0.02667 -0.027543 -0.019752 0.016257 -0.004967 0.001832 0.022264 -0.024427 -0.058925 -0.001709 0.004824 -0.021247 3.7e-05 -0.009069 0.023265 0.002568 -0.017481 0.015555 -0.003064 -0.002075 -0.032738 -0.002751 -0.012514 -0.025226 0.00319 -0.001486 -0.036972 0.022787 -0.000236 -0.014808 0.005314 0.038688 -0.005849 0.047624 0.016108 0.031544 -0.022578 0.013279 0.000848 -0.009381 -0.001648 -0.014196 -0.039585 0.02937 -0.001061 0.040791 0.024 0.032978 0.016124 -0.013204 -0.008746 -0.011199 -0.024983 -0.018695 -0.009046 -0.017695 0.0278 -0.025072 0.023479 -0.025433 0.002662 0.005823 0.04922 -0.008587 -0.019916 0.007434 0.036698 -0.035693 -0.039393 0.043688 -0.001909 0.00411 -0.033912 -0.00605 0.016843 0.033386 0.022417 -0.017063 -0.00176 -0.00729 -0.018454 0.019547 -0.018131 -0.015492 0.015501 0.025473 0.02324 -0.013386 -0.026881 0.026454 -0.018981 0.016096 0.019085 -0.03072 -0.021607 -0.00545 0.034268 -0.017867 -0.032671 -0.013367 -0.005992 -0.039618 -0.015055 0.041176 -0.010816 0.007419 -0.006896 -0.000508 -0.015456 0.003428 0.018151 -0.070619 0.005202 0.010005 0.03948 -0.031156 -0.03991 0.006144 0.031202 -0.021008 0.010812 0.003866 -0.00263 -0.034618 -0.031973 0.011625 0.035143 0.02306 0.019091 0.001072 -0.007191 -0.009917 0.042219 -0.024472 -0.007009 -0.009899 0.028561 -0.005512 0.06906 -0.002032 -0.024041 0.001822 -6.4e-05 -0.014209 0.009211 -0.000921 0.004611 -0.032136 -0.004931 0.003123 0.015884 -0.001318 -0.028351 -0.013793 -0.004319 -0.003985 -0.030073 -0.031943 -0.004993 -0.017102 -0.029557 0.022497 0.028699 0.00737 0.035629 -0.019502 0.017215 0.004623 -0.014154 0.045068 0.004613 0.03569 0.050039 0.018441 0.006699 -0.002003 -0.042069 -0.030545 -0.021646 -0.000734 0.023276 -0.019765 -0.007537 -0.002005 -0.009769 0.025379 -0.029335 -0.029828 -0.019171 -0.031374 -0.018673 -0.000383 -0.00539 0.013955 -0.001725 0.008424 0.003652 0.006021 0.00451 -0.002282 0.014526 0.035956 -0.046707 0.00297 -0.018073 0.011431 0.015245 -0.032325 -0.00472 0.006775 -0.009289 -0.025901 -0.031903 0.004523 -0.042219 0.013011 -0.064531 -0.027153 0.008035 0.019697 0.021178 0.029929 0.001512\nϛ 0.000433 -0.061405 0.080445 0.005908 0.037242 -0.018884 0.032189 -0.013443 0.029812 -0.018111 -0.005529 -0.00121 -0.06067 0.036593 0.010777 -0.077113 0.023292 0.005468 0.006792 0.02159 0.06961 -0.011419 0.003762 0.015467 0.021099 -0.012276 0.005683 0.001822 0.036364 0.070102 -0.009038 0.042752 0.037419 0.012256 -0.017391 -0.005868 0.009169 -0.008745 0.038169 -0.030507 0.006806 0.00091 0.053578 -0.053881 0.059995 -0.019508 0.030943 0.021017 -0.02249 -0.018339 0.016041 -0.047006 -0.000877 0.028473 0.018094 0.01307 -0.025439 -0.019938 -0.009081 -0.017171 0.031076 -0.038862 0.033747 0.045609 0.036428 0.010213 -0.001147 -0.044171 -0.068044 -0.002229 -0.01292 -0.008965 -0.016283 -0.016633 0.00913 0.059041 0.009613 -0.045901 0.016622 -0.00734 -0.000534 -0.033178 0.000634 0.043356 0.014982 0.083128 -0.061302 0.05192 0.050789 -0.030223 -0.046016 -0.044241 -0.004447 0.079263 -0.009451 0.010748 -0.010011 -0.065335 -0.08224 0.051399 0.017458 -0.009925 0.020716 0.059649 0.012772 0.034546 -0.031154 -0.052086 -0.054811 0.018878 0.000327 -0.014359 -0.038602 -0.02108 -0.053591 0.008678 0.045352 0.02409 -0.037917 0.062817 -0.067451 0.046053 -0.043299 0.035133 -0.02475 -0.004691 -0.016928 0.044203 0.008356 -0.023371 -0.00742 -0.001474 -0.005911 0.037709 0.01609 0.015503 -0.013195 0.016472 -0.010467 -0.04828 -0.005225 0.009434 0.001861 0.022233 0.046739 0.029254 -0.022482 -0.037387 -0.021413 -0.014372 -0.02143 -0.044813 0.012228 0.034875 -0.051566 0.001699 0.014335 -0.011231 -0.02022 -0.020867 0.006025 -0.010662 0.01928 -0.001711 -0.028622 -0.011759 -0.037201 -0.012454 -0.012257 0.017192 0.028354 0.051152 -0.010901 -0.023385 0.002684 0.008053 0.037864 0.017247 0.030797 -0.015125 0.009868 0.010322 -0.030137 0.069623 -0.040195 0.027463 0.005389 -0.017552 -0.035307 0.043028 0.045208 -0.021451 0.040399 -0.027749 0.003123 -0.008629 -0.071748 -0.033095 0.046656 0.011555 0.015755 -0.016687 0.03305 -0.00483 0.020807 0.011721 -0.013177 -0.015866 -0.021579 -0.022659 -0.015431 -0.027649 -0.044604 -0.0299 -0.0299 0.009257 -0.03985 0.033519 -0.063914 0.081631 0.025609 -0.059579 0.052476 -0.025556 -0.05485 -0.031716 0.025714 -0.021706 0.027183 0.033497 -0.047554 0.025888 -0.035081 0.014629 0.092916 0.095153 0.011226 -0.024717 0.016544 -0.00391 -0.044232 0.016783 0.039992 -0.022423 -0.024047 0.015947 -0.004714 -0.048693 -0.03193 -0.008251 0.006839 -0.00659 -0.05266 0.068174 0.016321 -0.020091 0.003283 0.005998 -0.002813 0.008344 0.057075 0.031235 -0.008893 0.024458 0.005326 -0.012675 0.018003 0.045289 -0.066235 -0.009783 -0.040429 -0.009494 -0.004234 -0.00646 -0.006283 0.013234 0.05314 -0.0323 -0.00303 0.095918 0.016109 0.010384 0.022885 0.035131 -0.008656 0.011055 -0.010659 0.038329 -0.029169 0.021108 0.002208 0.054037 0.009817 -0.020162 -0.02106 -0.013667 0.017698 0.012628 -0.01479 -0.049587\nן 0.03374 0.005517 -0.051715 0.021864 0.007105 0.034745 0.008236 -0.002517 -0.022853 -0.033103 0.031482 0.010145 -0.007189 -0.028626 0.03095 -0.005591 0.007074 -0.023626 -0.014304 -0.04646 -0.015381 0.003131 0.00567 0.015609 0.006965 0.019271 -0.00652 -0.009102 -0.013386 -0.028626 0.019364 -0.029542 -0.020175 -0.043505 0.008597 0.010511 -0.03717 0.04108 0.006163 0.027042 -0.02891 0.009261 0.005697 0.001882 -0.031221 -0.027261 0.03561 0.001562 -0.001775 0.016079 0.005764 0.053393 0.032199 -0.031731 0.042319 0.007929 -0.006296 0.025815 -0.013936 0.027341 -0.030793 -0.024316 -0.010487 -0.01586 0.012895 0.021334 0.043493 -0.013824 0.038944 0.019217 -0.047715 -0.004438 0.023289 0.017825 -0.048302 0.005618 -0.026618 0.023735 -0.027837 -0.017126 0.008067 -0.00367 -7.9e-05 0.015817 -0.024716 -0.057482 0.002881 -0.00745 -0.022434 -0.006323 -0.00964 0.024588 0.006696 -0.013593 0.013014 -0.010022 0.001525 -0.038077 -0.003389 0.00043 -0.019208 -0.002449 0.000129 -0.029602 0.015058 -0.002805 -0.013917 0.006161 0.035244 -0.00367 0.044486 0.017555 0.021789 -0.01679 0.00974 0.008073 -0.01312 0.002178 -0.01158 -0.041476 0.022587 0.002767 0.040477 0.017208 0.033745 0.013695 -0.016506 -0.01308 -0.016536 -0.0161 -0.01363 -0.000652 -0.021503 0.030031 -0.020599 0.012952 -0.030721 0.001822 0.008091 0.042979 -0.000255 -0.008092 0.014005 0.026331 -0.031563 -0.048591 0.046544 0.008164 -0.000835 -0.041417 0.004928 0.010729 0.037741 0.029874 -0.005117 0.005886 -0.001769 -0.022313 0.014432 -0.021835 -0.02107 0.016032 0.025554 0.010082 -0.011099 -0.013574 0.021151 -0.023213 0.019183 0.025188 -0.028187 -0.022713 -0.009047 0.034269 -0.018025 -0.027803 -0.012963 -0.009343 -0.039104 -0.016462 0.034827 -0.006814 0.010987 -0.010039 -0.007147 -0.02086 0.002814 0.016046 -0.056501 0.004289 0.016142 0.025598 -0.03568 -0.038047 9.4e-05 0.045544 -0.023715 0.012971 -5.4e-05 0.001175 -0.035919 -0.034303 0.019194 0.02955 0.022939 0.016718 0.010571 -0.009437 -0.013474 0.042828 -0.026147 0.001788 -0.009853 0.01739 -0.005885 0.066773 0.002897 -0.024005 0.006667 -0.006477 -0.010612 0.009004 -0.006149 0.012312 -0.022695 0.002612 0.002403 0.014505 -0.008787 -0.024011 -0.003636 0.002577 -0.006744 -0.025665 -0.037017 -0.006676 -0.019194 -0.033176 0.027924 0.025434 0.00894 0.026512 -0.020001 0.011612 0.007622 -0.010578 0.0374 -0.006366 0.040834 0.053643 0.029727 0.00626 0.001552 -0.041257 -0.034127 -0.020604 -0.000744 0.019928 -0.026944 -0.011471 0.009082 -0.013385 0.032603 -0.029124 -0.03185 -0.016966 -0.035313 -0.009715 0.009982 -0.001363 0.015505 0.004106 0.012131 -0.003489 0.013921 0.000534 -0.004772 0.020698 0.045713 -0.05102 -0.00618 -0.02005 0.01295 0.011521 -0.020078 -0.000123 0.021106 -0.00974 -0.018907 -0.020603 0.009822 -0.043045 0.007011 -0.064684 -0.010251 0.005716 0.013676 0.016044 0.023176 0.000702\nr 0.02767 0.005207 -0.056796 0.031284 0.023194 0.036045 0.007587 0.006819 -0.025403 -0.028839 0.040164 0.013465 -0.004528 -0.03891 0.027895 -0.007068 0.004547 -0.031151 -0.011132 -0.042469 -0.019068 -0.001285 -0.001626 0.016439 0.011637 0.029196 -0.002328 -0.004477 -0.012812 -0.026035 0.020219 -0.032512 -0.019183 -0.043526 0.013536 0.019567 -0.048572 0.042195 0.012177 0.020921 -0.025663 0.008563 -0.002427 0.001753 -0.025643 -0.027017 0.043243 -0.002494 0.0011 0.026306 0.00732 0.063148 0.028694 -0.0347 0.045708 0.005223 -0.005527 0.032135 -0.021452 0.026182 -0.024961 -0.033913 -0.014977 -0.01754 0.010875 0.017739 0.035364 -0.012759 0.032535 0.014118 -0.044453 -0.010563 0.025658 0.01183 -0.057971 0.004379 -0.032755 0.02658 -0.022161 -0.01966 0.011027 0.000288 -0.00597 0.029547 -0.029394 -0.064015 -0.001073 -0.002767 -0.02436 -0.005231 -0.007571 0.036797 -0.005375 -0.018605 0.006835 -0.012485 0.006328 -0.036352 0.000614 -0.006383 -0.014623 -0.002763 -0.00221 -0.020386 0.013089 -0.000258 -0.020542 0.018222 0.033903 0.000704 0.041848 0.023485 0.02783 -0.011341 0.009229 0.006644 -0.018346 0.001405 -0.011152 -0.045627 0.014785 -0.001414 0.043333 0.025735 0.036433 0.009919 -0.011392 -0.014212 -0.01201 -0.01659 -0.022502 -0.010691 -0.024024 0.024176 -0.023049 0.015464 -0.020461 0.00425 -4e-05 0.057879 -0.004353 -0.008828 0.021704 0.022895 -0.037973 -0.046537 0.044971 0.001787 0.001758 -0.046092 0.004056 0.017529 0.027756 0.035891 -0.004197 0.005446 -0.004145 -0.022802 0.015901 -0.021695 -0.018161 0.018663 0.025291 0.007944 -0.0086 -0.009147 0.026279 -0.032168 0.021953 0.032125 -0.033897 -0.023864 -0.012414 0.037845 -0.020507 -0.033462 -0.013811 0.003072 -0.03743 -0.028035 0.036655 -0.014913 -0.003968 -0.008316 -0.007768 -0.017147 -0.000592 0.01535 -0.070962 -0.000302 0.006947 0.032174 -0.036711 -0.047984 -0.003611 0.037793 -0.01643 0.006328 0.007678 0.000872 -0.044961 -0.035442 0.015951 0.02791 0.014702 0.012136 0.019022 -0.010303 -0.006983 0.0399 -0.033266 -0.001202 -0.009379 0.027972 0.001982 0.070508 0.00482 -0.029957 0.002696 0.000401 -0.005564 0.012829 -0.007018 0.006403 -0.022052 -0.002225 0.002345 0.016055 -0.012967 -0.022915 -0.000602 0.004297 -0.010443 -0.0312 -0.041366 0.004055 -0.01619 -0.036537 0.031082 0.033574 0.003695 0.026889 -0.012401 0.015328 0.010893 -0.018489 0.045729 -0.005896 0.039244 0.053346 0.022526 0.013354 0.0065 -0.050549 -0.042381 -0.026098 -0.00665 0.015296 -0.021266 -0.03 0.008025 -0.006913 0.036451 -0.017424 -0.028651 -0.014054 -0.026298 -0.010846 0.006201 -0.002585 0.024506 -0.005668 0.010904 0.005115 0.015166 0.006756 0.003887 0.027038 0.040263 -0.05316 -0.001098 -0.020487 0.011767 0.022678 -0.025775 -0.004833 0.007129 -0.010514 -0.024993 -0.019364 0.008691 -0.044617 0.014014 -0.069826 -0.012478 0.006427 0.017588 0.012794 0.03841 0.002523\nմ 0.02912 -0.004837 -0.029524 0.013932 0.010851 0.024569 -0.01113 -0.005369 -0.006751 -0.028701 0.034347 0.007461 -0.007189 -0.018106 0.017703 -0.005571 0.024048 -0.011923 0.00277 -0.037394 -0.013905 0.00013 0.003115 0.013504 -0.009155 0.01823 -0.012323 -0.014663 -0.022236 -0.023419 0.017718 -0.033241 -0.012278 -0.033659 0.013058 0.015758 -0.03805 0.023589 0.009908 0.00972 -0.018678 0.009016 0.002516 0.009774 -0.024168 -0.017918 0.016453 -0.006264 -0.001904 0.000944 -0.000929 0.030862 0.024704 -0.028981 0.040332 0.010457 0.003697 0.026329 -0.024915 0.01536 -0.0291 -0.017983 -0.009095 -0.009487 0.016678 0.020446 0.021527 -0.011929 0.034968 0.019506 -0.035972 -0.007071 0.019332 0.020972 -0.03728 0.007095 -0.025797 0.008365 -0.04366 -0.012033 0.003176 -0.008645 -0.014569 0.002069 -0.008583 -0.035615 0.004139 0.005767 -0.01373 -0.002587 -0.008799 0.016081 0.010765 -0.001385 0.007577 -0.005652 -0.000124 -0.031556 0.003148 -0.008171 -0.019555 0.005529 0.001547 -0.020922 0.018565 0.001116 -0.017589 0.015202 0.037456 -0.009054 0.035106 0.021061 0.018386 -0.014407 0.002854 -0.003987 0.003661 -0.007999 -0.019449 -0.024831 0.021413 -0.005518 0.022791 0.022239 0.031235 0.007038 -0.003387 -0.005267 -0.0056 -0.022701 -0.010419 0.001091 -0.00553 0.030336 -0.018355 -0.00196 -0.011589 0.000901 0.018539 0.037668 0.004168 -0.006185 -0.011299 0.019317 -0.022159 -0.046282 0.045295 0.004668 0.00339 -0.029934 0.004068 0.007461 0.024165 0.012708 0.002422 0.000642 0.011076 -0.012531 0.013034 -0.020671 -0.018174 0.013822 0.013076 0.019411 -0.021167 -0.006394 0.010811 -0.022187 0.010013 0.007437 -0.016061 -0.017335 -0.003284 0.028158 -0.005825 -0.023977 -0.001857 -0.022032 -0.035004 -0.009045 0.023217 -0.016414 0.005626 -0.012213 -0.009318 -0.019871 0.009181 0.026741 -0.043033 -0.006026 0.020708 0.020681 -0.029768 -0.017034 0.001674 0.039187 -0.009068 0.017897 0.012128 -0.003778 -0.025531 -0.023895 0.011145 0.019027 0.005166 0.009784 0.00451 -0.005086 0.00654 0.028048 -0.013782 -0.000499 -0.01723 0.012949 0.000237 0.04754 0.004538 -0.020714 0.017094 -0.001906 -0.000664 0.01276 -0.003959 0.006158 -0.014066 -0.020582 0.008511 0.017972 -0.001938 -0.014844 -0.006092 -0.008968 0.000294 -0.005109 -0.026521 -0.007066 -0.012526 -0.026218 0.007736 0.012556 0.003653 0.008584 -0.024139 0.00455 0.007102 -0.003129 0.025767 -0.001389 0.046742 0.034576 0.018953 0.005787 -0.000235 -0.017883 -0.023752 -0.021714 -0.015985 0.021645 -0.029722 -0.006034 0.001858 -0.007682 0.028937 -0.031122 -0.02927 -0.005017 -0.024851 -0.026383 0.00779 -0.007947 0.018941 -0.004233 0.013389 -0.011766 0.006061 -0.002396 -0.005386 0.016801 0.044162 -0.044526 0.000222 -0.017254 0.021288 0.01375 -0.00792 -0.004897 0.010723 -0.001653 -0.013036 -0.006725 0.001528 -0.026458 -0.000325 -0.045451 -0.009841 0.009119 0.022336 0.014378 0.013165 -0.006697\nỹ 0.035435 -0.004492 -0.035474 0.024778 0.011792 0.018294 0.007914 -0.003456 -0.02135 -0.02048 0.029347 0.007138 -0.007146 -0.007832 0.003561 -0.005046 9.4e-05 -0.031238 -0.001703 -0.041596 -0.005653 0.019075 0.007298 0.019045 -0.023323 0.039834 0.011924 -0.000298 8.6e-05 -0.021727 0.00801 -0.021911 0.012646 -0.01822 0.004115 0.010559 -0.029636 0.021889 -0.008031 0.039339 -0.014447 -0.008508 0.000726 -0.001823 -0.013288 -0.033015 0.041181 0.00197 -0.001454 0.019305 -0.016387 0.048025 0.0434 -0.014993 0.045608 0.010032 -0.009655 0.032382 0.00321 0.021942 -0.007277 -0.031357 0.003035 -0.007067 0.02504 0.002888 0.013962 -0.011818 0.022622 0.019852 -0.026493 -0.000137 0.013085 0.022298 -0.038486 0.006982 0.006376 0.028328 -0.01235 -0.02006 0.010573 0.00325 0.016296 0.035227 -0.019801 -0.049312 -0.020852 -0.025602 0.00067 -0.018166 -0.00018 0.030304 -0.007516 -0.010332 -0.002627 -0.014808 0.006031 -0.013835 -0.009557 -0.00676 0.00577 0.001939 0.004956 -0.005574 0.018304 -0.007196 -0.018425 -0.00702 0.036577 0.013472 0.022027 0.023817 0.0065 0.001561 0.021371 -0.008352 -0.007929 0.000382 -0.008147 -0.048322 0.02039 -0.004195 0.026605 0.026386 0.018754 0.00367 0.003004 -0.024399 -0.005493 0.00509 -0.014249 -0.019752 -0.033344 0.018154 -0.01672 0.017588 -0.026189 -0.003515 0.016146 0.029079 -0.012138 -0.008076 0.027931 0.01719 -0.029217 -0.023745 0.046823 -0.004717 0.005122 -0.045716 0.008655 0.000349 0.027844 0.01596 -0.010464 0.016436 -0.015161 -0.026991 -0.00929 -0.009919 -0.006129 0.021296 0.011816 -0.007097 -0.023103 -0.005001 0.010577 -0.009575 0.005889 0.019701 -0.029823 -0.022944 -0.003774 0.026179 -0.0288 -0.012889 0.005246 0.000901 -0.010699 -0.020793 0.043301 -0.008213 0.011758 -0.019364 0.014482 -0.009137 0.010353 0.021138 -0.044446 -0.013789 0.006988 0.009074 -0.022425 -0.022341 -0.015372 0.019662 -0.008134 0.01208 -0.003503 -0.003208 -0.051995 -0.015682 0.008643 0.024213 0.028572 0.004343 -0.004612 -0.004269 -0.012465 0.024349 -0.033618 0.002319 0.007317 0.021412 0.003884 0.029 0.004431 -0.028025 0.01723 0.011382 0.014439 0.013821 0.016447 -0.006107 -0.020898 -0.005063 0.016351 0.018197 -0.021195 -0.020241 0.006946 -0.012044 -0.020038 -0.043751 -0.046058 0.006473 0.002037 -0.043632 0.038192 0.005051 0.013891 0.033994 -0.004607 0.023984 -0.004855 -0.00212 0.034269 -0.007848 0.034349 0.051646 0.007208 0.006843 0.005138 -0.040926 -0.014699 -0.014131 -0.000223 0.014237 -0.002558 -0.02769 0.023421 -0.006005 0.021961 -0.020375 -0.026353 -0.025898 -0.001499 0.005199 0.006396 -0.015353 -0.010597 0.010501 0.009283 -0.003743 0.010842 -0.010307 0.001038 0.018639 0.028326 -0.039448 0.009923 -0.007858 -0.000152 0.009107 -0.028282 0.00194 -0.000387 -0.015268 -0.042495 -0.009982 0.010899 -0.033602 0.033583 -0.04819 -0.020844 0.014462 0.001507 -0.008141 0.048269 -0.019357\nఅ 0.011773 0.000473 -0.012455 -0.009737 -0.012334 0.022781 -0.017395 -0.04167 -0.013275 0.006424 0.02583 0.014298 -0.009547 -0.018355 0.020862 0.018229 0.013703 0.002154 -0.028795 -0.029603 -0.004551 0.00048 0.000299 -0.010686 -0.01749 0.018805 -0.017777 0.005272 -0.003426 -0.007326 -0.02051 -0.031211 0.002028 -0.009048 -0.006506 -0.014069 -0.008426 -0.00811 -0.014779 0.010586 -0.030323 -0.020446 0.024645 -0.003349 -0.01475 -0.010373 0.021395 -0.014865 -0.025148 0.01068 -0.022375 -0.024106 0.028427 0.032449 0.027376 -0.00167 0.022152 -0.011012 -0.017603 0.031245 -0.015771 0.001752 -0.007111 -0.002834 0.023912 0.014952 0.001011 0.012098 0.019465 0.01526 -0.020363 -0.014339 0.027741 0.005244 -0.012249 -0.001139 -0.018064 -0.008885 -0.012211 0.017364 -0.000999 -0.015588 -0.025012 0.007421 0.012246 0.016712 0.00627 -0.001857 0.01098 0.012683 0.026164 -0.005165 0.026614 0.009362 0.002191 -0.019029 -0.036963 -0.017845 0.006555 0.007423 -0.036466 -0.00809 -0.012267 -0.027722 -0.00359 -0.009903 -0.006052 -0.004055 0.008269 -0.038299 0.007734 0.016717 -0.01031 -0.008901 0.006599 -0.008828 0.01945 0.01747 0.009268 -0.022407 0.031582 -0.006444 0.013011 0.00948 0.019333 -0.006479 0.001263 0.004595 0.008971 0.015019 -0.007896 0.003202 0.002123 0.018864 -0.017869 -0.012747 -0.013467 0.019633 0.00348 0.020925 -0.000935 0.007791 -0.033565 0.009701 0.010009 -0.017274 0.007269 0.043577 -0.004686 -0.004473 -0.037865 0.008934 0.020716 0.021836 -0.004954 0.031157 0.014751 0.006408 0.005782 -0.037047 -0.027081 -0.011717 0.009969 -0.018914 0.00622 -0.007212 -0.023866 -0.016047 0.028837 0.004219 -0.016955 -0.009362 -0.019176 0.047382 0.011709 0.01072 0.020278 0.000482 -0.005351 -0.010862 -0.004902 -0.006331 0.00684 -0.026872 0.022256 -0.014875 -0.003327 0.006562 -0.019066 -0.011244 0.043565 0.000908 -0.005139 0.016921 -0.008884 -0.001937 -0.033754 0.024818 -0.011638 0.017381 0.010306 -0.001681 0.017022 0.014428 0.011782 -0.00379 0.032847 -0.028019 -0.00525 0.017192 0.004276 -0.021395 0.001911 0.006441 -0.000983 0.015241 0.005526 -0.009085 0.013735 0.016447 0.031573 0.01818 0.001107 0.010706 -0.011573 -0.005724 0.003947 -0.008741 0.004203 -0.016662 -0.006 0.007338 0.008121 0.007543 -0.013218 -0.021206 -0.011114 -0.019215 -0.001703 0.024049 -0.022355 -0.004464 0.004004 0.010362 -0.011232 0.032436 0.008329 -0.017021 0.020923 0.020405 0.012668 -0.009097 -0.008094 0.004433 0.011053 0.018661 0.016204 0.001928 -0.021597 -0.013483 -0.019179 -0.012127 -0.004122 0.005129 -0.033816 -0.020472 -0.007475 -0.005248 0.009956 0.01085 0.008747 0.012172 -0.01009 -0.024516 -0.005588 -0.005916 0.022148 0.000485 0.016028 -0.009649 0.005728 -0.029269 -0.003792 0.017235 -0.001354 -0.024626 0.014987 -0.001293 -0.002843 0.014203 0.011083 -0.014399 -0.003519 -0.024867 -0.004993 -0.002292 0.027001 0.013292 -0.000837 0.024078\nć 0.026774 -0.002166 -0.042344 0.022054 0.011478 0.031957 0.002368 0.0033 -0.023251 -0.02695 0.031814 0.008425 0.000869 -0.033255 0.026597 -0.004918 0.005773 -0.025923 -0.006624 -0.031932 -0.023091 -0.008027 -0.003968 0.014297 -0.001822 0.028456 -0.003269 -0.005971 -0.014175 -0.023279 0.026543 -0.027853 -0.014322 -0.034251 0.009587 0.010397 -0.034004 0.029533 0.006258 0.010395 -0.024447 0.013051 0.00025 -0.005083 -0.026728 -0.021813 0.026071 0.001306 0.000161 0.020961 0.005431 0.045098 0.025948 -0.025507 0.035643 0.003875 -0.003251 0.025371 -0.026077 0.027198 -0.021554 -0.025514 -0.013737 -0.012316 0.011884 0.019012 0.030334 -0.015468 0.026012 0.004634 -0.035308 -0.005153 0.012303 0.011069 -0.048618 0.004755 -0.024318 0.024695 -0.023215 -0.01117 0.012602 0.000852 0.005379 0.017091 -0.016664 -0.047205 0.004708 -0.005487 -0.01581 -0.000419 -0.008154 0.024148 0.002192 -0.009042 0.011184 -0.006728 0.001201 -0.031823 -0.000192 -0.002987 -0.014853 -0.009924 0.004059 -0.01972 0.008782 -0.000138 -0.009816 0.009216 0.023258 -0.00813 0.029524 0.014698 0.013899 -0.007077 0.009471 -0.000829 -0.01002 0.00056 -0.013383 -0.03434 0.014576 -0.002577 0.033863 0.014347 0.031419 0.012407 -0.013066 -0.01601 -0.003234 -0.01005 -0.013355 -0.010814 -0.011503 0.020403 -0.022769 0.015262 -0.022936 -0.007288 0.001904 0.044729 0.00229 -0.00539 0.015406 0.022931 -0.026994 -0.04076 0.03896 0.001987 0.000203 -0.037379 0.008954 0.006933 0.018568 0.022934 -0.005438 0.007001 -0.005366 -0.016122 0.008221 -0.016205 -0.014372 0.015785 0.024388 0.019706 -0.005225 -0.005784 0.016101 -0.021361 0.014565 0.023456 -0.023317 -0.017708 -0.015282 0.028541 -0.019144 -0.021934 -0.013532 -0.006954 -0.032937 -0.019746 0.025846 -0.006724 0.000106 -0.007066 -0.008376 -0.020742 0.001269 0.014746 -0.048887 -0.003039 0.009834 0.016659 -0.028305 -0.03386 0.001659 0.030307 -0.010349 0.009593 -0.002243 -0.00116 -0.030776 -0.029544 0.013229 0.01451 0.006888 0.015212 0.017538 -0.010704 -0.001938 0.025349 -0.020408 -0.002567 -0.013858 0.020201 -0.003318 0.0573 0.01288 -0.029961 0.008594 -0.007501 -0.001292 0.013788 -0.012115 0.007804 -0.016499 0.000579 -1.9e-05 0.010788 -0.00565 -0.015061 -0.007079 0.01211 -0.001401 -0.023478 -0.032419 -0.006051 -0.00837 -0.027521 0.021128 0.021562 0.004268 0.013719 -0.016268 0.007761 0.01335 -0.011929 0.030755 0.000926 0.039345 0.047042 0.022742 0.00943 0.001816 -0.038471 -0.028329 -0.019162 -0.004792 0.013443 -0.017481 -0.016642 0.006942 -0.006348 0.023022 -0.015741 -0.026223 -0.015083 -0.030171 -0.009881 0.005195 0.000466 0.015417 0.000346 0.006534 -0.005837 0.009243 0.00176 0.001553 0.021589 0.032744 -0.036072 0.001694 -0.012448 0.013395 0.009236 -0.022882 -0.004595 0.009992 -0.00862 -0.017135 -0.015576 0.009045 -0.034739 0.009638 -0.046358 -0.009143 0.003686 0.017561 0.012087 0.0241 0.00248\nވ 0.046236 -0.000437 -0.080582 0.033115 0.007407 0.035486 0.017357 0.009984 -0.024881 -0.049587 0.033247 0.001521 0.00313 -0.031921 0.045536 -0.006434 0.003203 -0.039223 -0.000195 -0.031187 -0.015361 0.001076 0.023595 0.012879 0.009232 0.023305 -0.002156 -0.008257 -0.01701 -0.044009 0.024336 -0.03979 -0.029878 -0.043446 0.021081 0.026288 -0.052359 0.05668 -0.005427 0.0255 -0.034946 0.042882 0.001284 -0.007157 -0.038461 -0.046728 0.036538 -0.001351 -0.004799 0.018473 0.01721 0.075425 0.04434 -0.025244 0.033929 -0.005969 0.002864 0.036698 -0.033488 0.038339 -0.039519 -0.02451 -0.014113 -0.015165 0.019791 0.03502 0.064017 -0.028576 0.04869 0.034901 -0.082032 0.010992 0.026515 0.022119 -0.045404 0.017401 -0.042301 0.037073 -0.016897 0.000833 -0.00148 0.001115 -0.002845 0.007018 -0.009223 -0.052298 0.008916 -0.024536 -0.023874 -0.013532 -0.004304 0.024358 0.027571 -0.000753 0.021129 -0.013657 0.008576 -0.063995 0.00431 0.005716 -0.019029 0.014409 -0.009644 -0.044307 0.015843 0.025208 -0.014441 -0.017309 0.039037 -0.027184 0.048146 0.021318 0.038171 -0.026815 0.010809 -0.018205 -0.014789 0.019001 -0.017069 -0.077048 0.023212 -0.002521 0.055571 0.027397 0.020709 0.016888 -0.027789 -0.022658 -0.028154 -0.012612 -0.003585 -0.004448 -0.029374 0.045688 -0.028236 0.03949 -0.054326 0.002802 0.000624 0.05958 0.005586 -0.005045 0.026824 0.039003 -0.036708 -0.046272 0.087158 0.009126 -0.007218 -0.048703 0.036432 0.000627 0.042305 0.037934 -0.021689 0.012463 0.003943 -0.019926 0.013958 -0.028349 0.005102 0.013754 0.061696 0.037084 -0.013262 -0.024025 0.022816 -0.024923 0.036114 0.013302 -0.0299 -0.044269 -0.011296 0.03336 -0.020797 -0.049767 -0.016911 -0.011776 -0.055089 -0.011547 0.047452 -0.036457 -0.002669 -0.009504 -0.000927 -0.034245 -0.00149 0.030899 -0.081604 0.025773 0.033623 0.032706 -0.035126 -0.024787 -0.009364 0.074952 -0.032299 0.00815 0.005023 -0.014302 -0.036444 -0.018578 0.029832 0.019979 0.028979 0.027977 0.019779 -0.018941 -0.010441 0.05684 -0.025635 -0.004703 -0.018789 0.007113 -0.021474 0.075651 0.033594 -0.024824 0.018686 -0.021261 -0.028542 -0.011264 -0.000609 0.024078 -0.023929 -0.009271 -0.007754 0.031987 -0.005473 -0.037031 0.005522 0.009136 -0.012553 -0.02442 -0.053239 0.00757 -0.020552 -0.034882 0.051794 0.033851 0.001104 0.034501 -0.040061 -0.000253 0.015278 0.001239 0.028532 -0.011577 0.057188 0.073864 0.034225 0.02055 -0.000497 -0.04419 -0.042862 -0.026356 -0.002196 0.021188 -0.03937 -0.004804 0.019029 -0.015467 0.04093 -0.036665 -0.040321 -0.024117 -0.03998 0.010962 0.016463 -0.016565 0.021802 -0.005231 0.005201 -0.007923 0.004156 0.004343 0.004895 0.035236 0.05293 -0.053512 -0.006702 -0.026631 0.006806 0.01329 -0.028692 -0.004137 0.016674 -0.012128 -0.011527 -0.041888 0.022938 -0.065406 -0.000308 -0.066337 -0.012793 -4.2e-05 0.002044 0.008067 0.050201 0.008568\nग 0.026565 0.002964 -0.051487 0.020868 0.00952 0.035278 0.004304 -0.009039 -0.020901 -0.030833 0.040029 0.010985 -0.008843 -0.023279 0.027233 -0.001663 0.00773 -0.017122 -0.010977 -0.044334 -0.018354 0.003256 0.004388 0.014851 0.003029 0.021758 -0.012154 -0.013925 -0.016715 -0.02758 0.025726 -0.03082 -0.015792 -0.032235 0.006636 0.011395 -0.033805 0.035938 0.007232 0.016917 -0.032074 0.00876 0.005716 -0.000308 -0.021841 -0.016163 0.034266 -0.003625 0.001018 0.00777 0.006959 0.049026 0.036048 -0.035054 0.039485 0.004011 -0.00167 0.015223 -0.009862 0.023946 -0.034174 -0.027019 -0.002025 -0.019783 0.012502 0.014048 0.040499 -0.006118 0.028441 0.017062 -0.048669 -0.008669 0.026014 0.016267 -0.048557 -0.001089 -0.029634 0.021627 -0.032432 -0.014486 0.008311 -0.004146 0.005017 0.011928 -0.017766 -0.037973 0.003958 -0.008186 -0.020635 0.000345 -0.009529 0.019251 0.009849 -0.010105 0.013676 -0.000587 -0.001191 -0.039384 -0.000152 -0.002029 -0.021524 0.001705 -0.002637 -0.026275 0.015472 -0.014242 -0.019834 0.0047 0.035588 -0.001199 0.045201 0.021297 0.021912 -0.01932 0.00244 0.001017 -0.004224 0.003587 -0.014701 -0.040405 0.024157 -0.000157 0.035026 0.025753 0.034835 0.012739 -0.010153 -0.009737 -0.013954 -0.018756 -0.013329 -0.000233 -0.018671 0.033983 -0.017771 0.009157 -0.030581 0.002226 0.009726 0.038849 -0.010811 -0.009481 0.00958 0.025814 -0.037321 -0.049282 0.050343 0.013503 0.005114 -0.041681 0.003867 0.013452 0.030229 0.020811 0.005451 0.009213 0.00267 -0.027244 0.012613 -0.018756 -0.022823 0.009167 0.025249 0.012338 -0.01892 -0.010841 0.020468 -0.019821 0.019303 0.017663 -0.027355 -0.018932 -0.01191 0.031853 -0.013084 -0.027519 -0.005647 -0.006852 -0.034921 -0.013 0.027385 -0.012619 0.009375 -0.012434 -0.007264 -0.011883 -0.001534 0.023351 -0.054566 0.004464 0.022457 0.021879 -0.029332 -0.03848 0.001404 0.040529 -0.019861 0.015032 0.003873 -0.001899 -0.039493 -0.030788 0.010601 0.026772 0.020784 0.012034 0.006056 -0.012557 -0.003396 0.039592 -0.017267 -0.006466 -0.003907 0.015291 -0.002856 0.063036 0.01565 -0.023752 0.011435 0.002345 -0.00249 0.006272 -0.00901 0.005242 -0.02833 -0.00293 0.002535 0.018088 -0.004373 -0.028544 -0.010795 -0.005731 -0.000748 -0.024479 -0.035487 -0.008879 -0.014415 -0.034297 0.025433 0.027214 0.007693 0.020385 -0.02607 0.015937 -0.001567 -0.002105 0.030631 -0.002159 0.034731 0.050028 0.024452 0.007765 -0.007317 -0.037565 -0.028613 -0.020078 -0.007198 0.025116 -0.029919 -0.011546 0.000213 -0.011527 0.029482 -0.022418 -0.030491 -0.020042 -0.026523 -0.019112 0.00405 -0.000344 0.013883 0.001977 0.012371 -0.003111 0.008848 -0.00324 0.000475 0.015411 0.046623 -0.046166 -0.002848 -0.020484 0.017445 0.018219 -0.023819 -0.012474 0.023447 -0.014085 -0.020756 -0.01034 0.001587 -0.039855 0.010083 -0.060906 -0.01106 0.009156 0.012908 0.017137 0.014133 0.0066\nખ 0.040445 -0.003708 -0.059317 0.018617 0.020812 0.042658 -0.005482 -0.023274 -0.023367 -0.042942 0.047929 0.033245 0.015299 -0.039288 0.050562 -0.007932 0.011855 -0.023697 -0.026128 -0.069992 -0.012102 -0.011529 -0.006109 0.013777 0.003849 0.037926 0.013312 -0.024008 -0.009731 -0.039952 0.028487 -0.038983 -0.01563 -0.039568 -0.007423 0.025698 -0.061992 0.043542 0.010851 -0.004376 -0.05537 -0.008282 0.019897 -0.019019 -0.032105 -0.048369 0.063897 -0.005318 -0.008928 0.024691 -0.003709 0.072971 0.047897 -0.044784 0.072817 -0.001814 0.002639 0.041051 -0.017506 0.040043 -0.028713 -0.028904 -0.034589 -0.042427 0.029369 0.037738 0.061639 -0.009327 0.034692 0.030129 -0.091619 -0.011316 0.018768 0.025603 -0.065707 -0.003252 -0.038109 0.030841 -0.036732 -0.032537 0.000615 -0.009622 0.009439 0.018554 -0.020358 -0.062611 -0.006523 -0.00746 -0.021656 -0.042 -0.021607 0.040232 0.023897 -0.008323 0.018483 -0.017452 -0.002389 -0.061429 -0.011463 -0.012044 -0.03246 0.006957 -0.006533 -0.016535 0.020244 -0.024644 -0.027124 0.027324 0.030315 -0.009545 0.06533 0.026511 0.02925 -0.008612 0.003202 -0.004042 -0.013602 0.002421 -0.023311 -0.06274 0.024561 0.014683 0.053993 0.044199 0.035601 0.025005 -0.038219 0.004676 -0.023242 -0.018519 -0.024928 -0.019497 -0.026702 0.034074 -0.019054 -0.000688 -0.041773 0.005813 -0.000474 0.074049 0.019275 0.003695 0.003982 0.026335 -0.026977 -0.070156 0.055666 0.007061 -0.012449 -0.053506 0.008317 0.019516 0.026859 0.051066 -0.008151 0.006655 -0.003858 -0.039572 0.028354 -0.037277 -0.025844 0.024061 0.024115 0.01061 -0.021172 0.008005 0.026837 -0.036924 0.027234 0.059344 -0.017781 -0.027294 -0.003631 0.064163 -0.029013 -0.029632 0.001763 -0.011797 -0.068689 -0.043975 0.049881 -0.019464 0.014882 -0.019476 -0.002647 -0.016122 0.005388 0.004212 -0.07346 0.007569 0.037212 0.050546 -0.050259 -0.035328 0.014155 0.041256 -0.023527 0.022442 0.025916 -0.004075 -0.056533 -0.060916 0.003717 0.048519 0.015284 0.005238 0.028452 -0.007577 -0.018174 0.056537 -0.041757 -0.02795 0.004556 0.032032 0.008156 0.070556 0.020067 -0.031409 0.011218 0.019205 0.011354 -0.00695 -0.005132 -0.00838 -0.048325 0.013294 0.0143 0.010825 -0.011134 -0.034909 -0.012186 -0.003933 -0.027636 -0.037639 -0.067126 -0.001839 -0.019154 -0.042883 0.030668 0.02588 0.00407 0.028146 -0.038912 0.011258 0.007384 -0.004022 0.068432 -0.0235 0.057755 0.085479 0.026819 0.005939 0.004235 -0.056173 -0.049428 -0.030864 -0.01636 0.033601 -0.034026 -0.038533 -0.003533 0.003924 0.051753 -0.031725 -0.032559 -0.013043 -0.048195 -0.044535 0.010503 0.010233 0.036033 -0.001615 0.025492 0.00519 0.031874 -0.024072 0.028903 0.003958 0.052122 -0.069136 -0.017369 -0.026983 0.020735 0.033041 -0.01625 -0.019167 0.029109 -0.016344 -0.032462 0.01067 0.003347 -0.063841 0.015612 -0.083181 -0.028396 0.008685 0.01956 0.006502 0.026283 0.000477\nน 0.026934 0.000291 -0.040062 0.021895 0.011378 0.02999 0.007655 0.000951 -0.022222 -0.025372 0.022596 0.003659 -0.005597 -0.0153 0.027046 -0.002735 0.007162 -0.020038 -0.008382 -0.038379 -0.014436 0.006453 0.005738 0.01052 0.003981 0.009469 -0.013969 -0.005475 -0.012023 -0.02345 0.015868 -0.024928 -0.014212 -0.032899 -0.000248 0.018144 -0.031808 0.034638 0.008308 0.015922 -0.028501 0.009549 -0.001212 -0.006526 -0.023544 -0.020798 0.030988 0.004427 0.001552 0.009464 0.003438 0.041088 0.027823 -0.02941 0.032343 0.002883 -0.001734 0.024296 -0.013663 0.021359 -0.026114 -0.025949 -0.000941 -0.014427 0.009908 0.016793 0.027842 -0.015011 0.036462 0.015596 -0.043063 -0.00865 0.019656 0.010682 -0.047922 0.00513 -0.026193 0.020745 -0.028662 -0.013612 0.013309 -0.003194 0.002891 0.013012 -0.017313 -0.042203 -0.002354 -0.000293 -0.016289 -0.000307 -0.004428 0.021213 0.010161 -0.012266 0.015256 -0.00537 0.004103 -0.032259 0.003749 -0.000272 -0.01612 0.006529 -0.001672 -0.022746 0.015018 -0.001904 -0.009112 0.005369 0.026589 -0.003658 0.043977 0.016425 0.025277 -0.013068 0.007368 0.001194 -0.002687 0.000714 -0.004571 -0.035584 0.016499 0.003678 0.034744 0.02109 0.032747 0.010756 -0.013353 -0.013074 -0.005295 -0.013566 -0.00897 -0.005566 -0.014736 0.027754 -0.017199 0.013231 -0.03081 -0.001422 0.008101 0.039212 0.000386 -0.007257 0.004984 0.024262 -0.031964 -0.041015 0.040606 0.006512 0.002131 -0.037987 0.001886 0.003697 0.03313 0.02389 0.000685 0.00705 0.00368 -0.026639 0.008156 -0.021297 -0.013783 0.010622 0.02193 0.010589 -0.011349 -0.011526 0.018174 -0.01718 0.02073 0.014859 -0.023773 -0.017768 -0.007828 0.025499 -0.020929 -0.022539 -0.002377 -0.003688 -0.034381 -0.018601 0.033106 -0.011676 0.007579 -0.008504 -0.008474 -0.009698 0.003723 0.020066 -0.047204 0.001167 0.011677 0.025508 -0.032384 -0.030371 0.006959 0.031468 -0.015191 0.010079 0.00158 0.001191 -0.029245 -0.027081 0.014089 0.022897 0.022791 0.01734 0.004731 -0.00445 -0.000785 0.030472 -0.016984 0.002234 -0.007267 0.018023 -0.000127 0.053889 0.004257 -0.019685 0.006614 -0.003185 -0.000987 0.010511 0.001232 0.004199 -0.023539 -0.003205 -0.001558 0.013439 -0.003298 -0.02615 -0.006961 -0.000462 -0.00355 -0.021859 -0.026632 -0.003433 -0.010546 -0.032396 0.023172 0.025853 0.008821 0.02817 -0.025036 0.011425 0.002355 -0.004304 0.029082 -0.005255 0.031594 0.048009 0.016802 0.002526 -0.006333 -0.037122 -0.025983 -0.016649 -0.000279 0.023249 -0.022561 -0.014814 0.006734 -0.011068 0.026688 -0.020042 -0.0213 -0.02464 -0.025709 -0.013344 0.004579 -0.000722 0.016404 -0.002873 0.007326 0.003872 0.010565 -0.001431 0.000649 0.01234 0.036722 -0.041442 -0.001077 -0.008083 0.011409 0.012483 -0.016523 -0.005904 0.017772 -0.006034 -0.019319 -0.014073 0.009723 -0.036036 0.008016 -0.057363 -0.009447 0.007822 0.007697 0.014004 0.019286 -0.001883\nಚ -0.002557 0.021519 0.028066 -0.049305 -0.008562 -0.014367 -0.075189 -0.030121 -0.035872 0.009133 0.020665 0.039459 0.011031 0.003554 -0.038253 -0.01054 0.012622 0.042904 0.020797 -0.031772 0.004941 0.022045 0.012527 -0.062484 -0.019003 -0.011603 0.005712 -0.041543 0.007575 0.001645 -0.004158 0.047866 0.012353 0.043665 -0.008155 -0.037468 0.078276 -0.015264 -0.019106 -0.021334 0.017742 -0.060026 0.060993 0.023549 0.004257 0.045173 -0.038405 -0.00581 0.005967 -0.04697 0.00694 -0.042597 -0.034621 -0.0027 0.018251 0.000218 -0.022102 -0.001312 0.020629 -0.062855 -0.009684 0.034985 0.021029 -0.007174 0.023136 -0.021797 -0.030032 0.046641 -0.022405 -0.014891 -0.003438 -0.026972 -0.012263 -0.000377 0.002288 -0.007237 0.00597 -0.055222 -0.019289 0.011841 -0.02417 -0.023981 0.004395 -0.053951 0.026165 0.084102 -0.008184 -0.018238 0.027012 0.016294 -0.003449 -0.030723 0.017242 0.017599 0.002759 0.020651 -0.038791 -0.004274 -0.019309 -0.004657 -0.021051 0.014766 0.0066 0.045816 0.006931 -0.004241 -0.010529 0.007741 0.026894 0.000877 -0.003214 0.007561 0.027002 -0.019293 -0.014867 -0.016167 0.044524 -0.018041 0.00149 0.05153 -0.010187 -0.019724 -0.00959 0.036828 -0.016131 -0.021952 -0.009991 0.025035 0.03622 0.020343 0.009629 -0.036878 0.032751 -0.007016 -0.019909 -0.056252 0.003652 0.006505 0.027832 -0.033138 0.003821 -0.01338 -0.003697 -0.069458 -0.009367 0.037912 0.00271 0.011284 0.01127 0.042636 -0.02451 0.009818 -0.003482 -0.036733 -0.006044 0.010001 0.01813 -0.030462 -0.013883 0.034335 -0.039709 -0.045507 -0.017876 -0.014101 -0.035819 0.007652 -0.000743 0.000752 0.011505 -0.036645 6.1e-05 0.020486 -0.017062 0.024701 0.047376 0.005727 0.018038 0.0135 0.020345 0.008581 -0.059345 -0.019553 0.030027 -0.020869 -0.031166 -0.021729 0.028757 -0.008599 0.072904 0.007018 0.070635 0.009969 0.038948 0.019958 0.029443 -0.048987 0.025016 -0.002152 0.014078 -0.020575 0.034125 0.013578 -0.019789 0.017389 0.000155 0.002659 0.02572 -0.019751 0.000127 0.008375 0.044264 -0.049084 0.048413 0.008683 0.039482 -0.012952 0.036147 0.023073 0.02694 0.011854 0.015576 -0.026521 0.052851 -0.037046 0.016981 -0.007629 -0.003964 -0.028852 0.01055 -0.002188 0.013488 -0.047409 0.03279 -0.004016 0.022212 0.021791 0.003719 0.000643 -0.036791 -0.018 0.001162 -0.020035 0.012173 -0.005373 -0.040432 0.04663 -0.063356 0.006149 -0.058831 -0.046984 -0.035043 0.008203 -0.011537 0.029533 0.060387 0.044915 0.028351 0.00873 -0.009273 -0.016802 -0.017885 0.003527 -0.012015 -0.002642 0.017519 -0.008844 0.011984 -0.001348 0.002953 0.023763 0.00455 0.024192 0.009378 0.053576 -0.029708 -0.037801 0.000461 0.01629 -0.003373 0.029513 0.046039 0.026135 -0.017657 -0.018339 0.035709 -0.021078 0.044998 0.012441 0.030754 0.051423 -0.01633 0.073199 -0.011899 0.000612 -0.00393 -0.021672 -0.029965 -0.013685 -0.013193 0.03124\nᒪ 0.009582 -0.00077 -0.021183 0.007518 0.000414 0.022673 -0.003485 -0.014158 0.005012 -0.013656 0.026752 0.008797 0.007899 -0.007708 -0.01303 -0.017728 0.012975 -0.009071 -0.007918 -0.047239 8.1e-05 0.025474 -0.032285 -0.021835 -0.015566 -0.015186 0.007822 -0.021045 0.012919 -0.023386 0.037464 0.006825 -0.02768 -0.005757 0.000161 0.0143 -0.040485 0.055329 0.027206 0.004291 -0.012044 0.003245 -0.02607 0.008919 -0.020985 0.008943 0.023371 -0.034987 -0.000344 0.02049 0.026205 -0.015978 0.043172 -0.030152 -0.006394 -0.031658 -0.025154 -0.01163 -0.010162 -0.009424 -0.028983 0.00434 -0.011073 -0.009542 -0.003563 -0.02013 0.036423 -0.02555 0.012165 -0.004534 -0.013692 -0.031132 0.045782 0.013035 -0.013962 -0.018374 -0.000345 0.031246 -0.018443 -0.012514 0.041366 -0.047039 0.010117 0.035072 -0.027144 -0.063422 -0.004802 0.011907 -0.000442 0.028526 2.8e-05 0.025309 -0.013096 0.011687 0.043275 -0.015977 -0.002416 -0.019222 0.049685 0.038602 -0.005065 -0.005827 -0.012385 -0.024041 -0.027206 -0.033245 -0.000374 0.010907 0.04655 -0.000158 0.054132 -0.003441 -0.006539 -0.028468 0.021003 0.026569 0.04122 -0.011932 0.019001 -0.029936 -0.009314 0.00263 0.013621 0.028017 0.032728 0.014896 -0.005787 0.001876 -0.005715 -0.012599 -0.036051 0.016746 -0.026247 0.046753 -0.001355 0.021171 -0.029204 -0.0326 0.001403 0.030113 -0.011872 0.00443 0.033796 0.050802 -0.009213 -0.039015 0.00918 0.013057 0.006985 -0.023887 -0.003034 0.009968 0.009075 0.027969 0.006561 0.003279 -0.019694 -0.02039 -0.022663 -0.015327 -0.026327 0.0052 0.014894 0.005281 0.010762 -0.007139 0.017814 -0.016397 0.003177 -0.013827 -0.020041 -0.007804 0.025985 0.035139 -0.006487 -0.045135 0.010635 0.003327 -0.030409 -0.01812 0.037819 -0.017222 0.003694 -0.002901 -0.004771 0.005477 -0.015146 -0.015174 -0.011157 0.011966 0.01694 0.025184 -0.0091 -0.019277 -0.012844 0.031315 0.006285 0.007354 0.020636 -0.00684 0.000499 -0.013599 0.013871 -0.000344 0.024919 -0.007174 0.000654 0.016246 0.034062 0.002515 -0.022127 0.008224 -0.01242 7.3e-05 0.022156 0.04549 -0.017535 -0.028543 0.03454 -0.034557 0.003363 0.014299 0.00394 -0.015404 -0.002363 -0.021814 -0.003408 0.000625 -0.00746 -0.000972 -0.004458 0.00193 0.021678 -0.032597 -0.037795 -0.003151 0.013784 -0.040107 0.002628 0.015366 0.029064 0.004598 -0.014131 0.039281 0.005255 0.020558 0.023893 0.024291 0.011762 0.006796 -0.03688 -0.033163 0.01823 0.006667 -0.051022 -0.000782 -0.005241 0.023126 -0.028991 -0.00947 -0.008089 0.002309 0.028523 -0.034062 -0.046459 -0.009043 -0.008723 0.001238 -0.039042 0.020829 -0.002299 -0.004898 0.028748 0.018342 0.006592 0.017107 -0.022011 -0.008396 0.01553 -0.002336 -0.018798 -0.01264 0.008926 0.017201 0.030656 -0.01124 0.016374 0.010274 -0.030718 0.023256 -0.019057 -0.022474 -0.003703 -0.04425 0.005832 -0.004344 0.020886 0.036099 -0.0108 -0.017013\nব 0.020247 0.010959 -0.058748 0.015532 0.007972 0.035579 -0.000897 -0.009313 -0.012682 -0.037161 0.042096 0.005101 -0.007902 -0.023741 0.045637 -0.009233 0.000689 -0.024478 -0.015252 -0.059577 -0.016177 -0.002971 0.003407 0.004178 0.008028 0.015491 -0.015568 -0.01937 -0.009515 -0.034141 0.02237 -0.031374 -0.023985 -0.043466 0.008165 0.011969 -0.041748 0.053999 0.003082 0.026564 -0.034728 0.016081 -0.001595 -0.001071 -0.034199 -0.009071 0.037035 -0.003378 -0.007673 0.02131 -0.007361 0.052055 0.035079 -0.034269 0.03842 0.002614 -0.009437 0.022889 -0.005422 0.026968 -0.02831 -0.039477 -0.001705 -0.019401 0.021894 0.030388 0.040681 -0.00115 0.042072 0.020281 -0.062856 -0.002284 0.009726 0.026219 -0.043862 0.008157 -0.038756 0.026075 -0.048602 -0.007688 0.013956 -0.000853 0.001077 0.012093 -0.019134 -0.035184 -0.004554 -0.008431 -0.019792 -0.009431 -0.010079 0.025338 0.019422 -0.019383 0.028671 0.002252 -0.015698 -0.039541 0.000849 0.001043 -0.032483 0.001429 0.004402 -0.036332 0.009524 -0.005002 -0.018452 0.013985 0.03605 -0.004088 0.048578 0.025058 0.030501 -0.026958 0.004909 -0.008475 -0.002454 -0.006509 -0.020052 -0.037816 0.048406 0.012466 0.043635 0.029011 0.033468 0.011973 -0.009038 -0.008557 -0.009098 -0.0213 -0.02505 0.003075 -0.010333 0.039368 -0.017011 0.006269 -0.03693 0.012293 0.011294 0.054667 0.002439 -0.013091 0.005253 0.026199 -0.042539 -0.060149 0.059304 0.022294 0.004016 -0.051712 0.002222 0.015174 0.032204 0.024046 0.006539 -0.005975 0.011362 -0.025042 0.011868 -0.019268 -0.036798 0.019947 0.015756 0.01516 -0.013841 -0.01603 0.02168 -0.022482 0.024259 0.015059 -0.026765 -0.016065 -0.009277 0.039091 -0.025285 -0.034613 -0.006863 -0.004368 -0.041722 -0.018981 0.039678 -0.016224 0.015054 -0.017885 0.002377 -0.023987 0.003143 0.034027 -0.049411 0.000519 0.019968 0.030006 -0.042784 -0.037574 0.00215 0.037766 -0.027532 0.011279 -0.001874 -0.00091 -0.04661 -0.038728 0.019946 0.03683 0.017393 0.018806 0.029843 -0.013332 -0.000748 0.040224 -0.022649 -0.014319 -0.002898 0.012779 -0.002609 0.07776 0.020955 -0.034074 0.015293 -0.000241 -0.00668 0.004233 0.000568 0.001159 -0.039074 -0.001961 -0.00082 0.028382 -0.013854 -0.022622 -0.000596 0.006716 -0.007482 -0.031249 -0.050884 -0.021646 -0.009835 -0.038636 0.025204 0.019787 0.008251 0.028278 -0.020829 0.019135 -0.008848 -0.004846 0.034943 -0.012873 0.036638 0.054968 0.01899 0.001633 0.002945 -0.036896 -0.028999 -0.02252 -0.007932 0.030021 -0.027683 -0.008838 -0.005755 -0.019669 0.044876 -0.039447 -0.041282 -0.018701 -0.034871 -0.019468 0.019276 0.00317 0.023429 0.011896 0.02212 -0.006668 0.021523 0.000313 0.002867 0.012937 0.059508 -0.061738 -0.002983 -0.019436 0.022196 0.020955 -0.018984 -0.009796 0.028624 -0.01131 -0.017939 -0.013552 0.005552 -0.045296 0.015542 -0.072116 -0.014599 7.6e-05 0.014946 0.021389 0.014893 0.006909\nയ 0.036485 -0.001079 -0.045299 0.017831 0.005996 0.029353 0.01456 -0.026336 -0.011594 -0.035441 0.021054 0.009396 -0.030275 -0.012347 0.013769 0.005204 0.021062 -0.031984 -0.019424 -0.04401 -0.032144 0.010637 0.0087 0.026938 0.005439 0.009933 -0.016903 -0.020663 -0.0163 -0.034705 0.013365 -0.024873 -0.018696 -0.043685 0.026435 0.025644 -0.046034 0.059898 0.000403 0.021111 -0.04566 0.019103 0.006908 -0.028002 -0.033556 -0.029163 0.049677 0.014292 0.005257 0.00395 0.016721 0.056956 0.038133 -0.037103 0.042868 -0.006935 -0.00033 0.032547 -0.016082 0.019754 -0.05532 -0.016715 -0.010633 -0.019878 -0.008659 0.020328 0.036061 -0.016341 0.055895 0.030515 -0.044714 0.004436 0.022838 0.026846 -0.046982 0.007887 -0.025289 0.02922 -0.042768 -0.003826 0.007753 0.017763 0.009854 0.01616 -0.039643 -0.071875 0.001949 -0.000441 -0.022975 -0.010934 -0.020256 0.012509 0.008936 -0.025197 0.042535 -0.004005 0.001584 -0.019034 -0.025615 -0.001461 -0.033866 0.000714 -0.00941 -0.038574 0.021606 0.004103 -0.002394 0.006636 0.042473 0.000844 0.043834 0.019892 0.025602 -0.021976 0.017323 -0.022551 0.004175 -0.006002 -0.028258 -0.06005 0.004906 -0.011845 0.027831 0.011502 0.036269 0.015408 -0.010521 -0.014238 -0.014441 -0.011401 -0.019329 0.000259 -0.017883 0.019602 -0.016237 0.010728 -0.058662 0.014023 0.028623 0.059204 0.005299 -0.008602 0.013021 0.022144 -0.038954 -0.067812 0.053189 0.016975 0.010139 -0.048584 0.00248 -0.003812 0.032146 0.029233 -0.000414 0.00624 0.000391 -0.026807 0.002624 -0.020724 -0.018717 0.007192 0.014901 0.016498 -0.022611 -0.007002 0.02434 -0.035447 0.027365 0.026924 -0.020887 -0.010741 -0.009745 0.036296 -0.022496 -0.023039 0.011828 -0.014143 -0.036813 -0.01306 0.032339 -0.022515 -0.003331 -0.005213 -0.014831 -0.008516 0.005495 0.025355 -0.055828 0.003356 0.018612 0.021085 -0.056756 -0.046013 0.006583 0.028421 -0.006498 0.01677 -0.00783 0.005602 -0.036981 -0.022034 -0.003843 0.021649 0.018302 0.028614 0.007726 -0.014479 -0.006586 0.051405 -0.022039 -0.019037 -0.031541 0.022783 -0.023898 0.081143 0.028284 -0.020156 0.00559 -0.011009 -0.006979 0.016277 -0.003787 0.00411 -0.021097 -0.022107 -0.005467 0.012466 0.002648 -0.017561 -0.009267 -0.004524 0.007274 -0.03531 -0.04783 -0.01268 -0.005021 -0.052789 0.023397 0.033049 0.011399 0.038747 -0.036087 0.017642 -0.006832 -0.006543 0.041383 -0.000397 0.034335 0.055098 0.011465 -0.010579 0.001894 -0.058319 -0.026254 -0.000549 0.004412 0.023981 -0.036465 0.00642 -0.004067 -0.012089 0.024505 -0.019494 -0.01541 -0.022698 -0.049297 -0.006083 0.019608 -0.002271 0.012689 0.001113 0.034842 -0.018999 0.01803 0.018376 -0.007772 0.034847 0.044136 -0.041216 -0.004831 -0.032314 0.011112 0.002286 -0.00533 0.002799 0.006475 -0.009267 -0.029677 -0.034676 0.023829 -0.058178 0.005926 -0.088652 0.003153 0.008241 0.012587 0.02796 0.014455 0.00553\nຮ 0.034335 0.008872 -0.046364 0.022451 0.006356 0.03492 0.008597 0.002543 -0.01426 -0.028814 0.018529 0.006009 -0.006864 -0.020308 0.030612 -0.004101 0.012348 -0.02511 -0.012123 -0.042049 -0.017591 0.005395 0.005254 0.019173 0.004047 0.020532 -0.010041 -0.006654 -0.018079 -0.025103 0.018204 -0.032729 -0.017506 -0.040676 0.008855 0.007624 -0.031587 0.039558 0.001121 0.027367 -0.025975 0.015217 -0.00169 -0.004573 -0.028873 -0.03369 0.027268 -0.000545 -0.002799 0.020626 0.00428 0.054988 0.036174 -0.038112 0.034926 0.00852 -0.003238 0.021892 -0.0119 0.026607 -0.027008 -0.029854 -0.013502 -0.012732 0.014451 0.023733 0.04064 -0.014074 0.031759 0.014691 -0.045481 -0.00607 0.022309 0.01836 -0.044516 0.001242 -0.027787 0.030459 -0.024857 -0.011565 0.011093 0.003766 -0.000829 0.018313 -0.016768 -0.054332 0.008421 -0.012904 -0.019332 -0.006302 -0.009363 0.02893 0.014224 -0.011833 0.01416 -0.005894 0.001406 -0.037723 -0.002254 -0.008574 -0.015273 -0.005074 -0.001283 -0.029036 0.011327 -0.002026 -0.008373 0.002091 0.031827 -0.002192 0.037025 0.014321 0.023349 -0.011387 0.01341 0.004862 -0.015983 -0.003753 -0.012789 -0.035282 0.023038 0.002716 0.040239 0.015867 0.025863 0.011116 -0.009369 -0.016023 -0.002195 -0.012306 -0.012456 -0.0019 -0.014936 0.026865 -0.023652 0.020052 -0.03275 0.004853 0.003833 0.044324 -0.004362 -0.011475 0.012381 0.023459 -0.027638 -0.036054 0.041736 0.003607 0.00073 -0.033015 0.004456 0.00387 0.032713 0.024901 0.006418 0.005315 -0.001887 -0.014182 0.016434 -0.026423 -0.013974 0.016158 0.023984 0.013362 -0.006007 -0.013983 0.019286 -0.016408 0.022165 0.022142 -0.02232 -0.024002 -0.011938 0.031554 -0.022286 -0.02566 -0.015903 -0.009591 -0.0336 -0.019879 0.03432 -0.01135 0.00572 -0.007411 -0.007469 -0.010412 0.005333 0.019433 -0.051793 0.004877 0.006552 0.024666 -0.028812 -0.033026 0.004494 0.042812 -0.01947 0.015446 -0.00274 0.003675 -0.033691 -0.021099 0.014592 0.018135 0.013751 0.019722 0.009042 -0.010415 -0.012536 0.04175 -0.027795 0.0033 -0.013085 0.011213 -0.003795 0.068541 0.006551 -0.022633 0.005661 -0.011372 -0.011138 0.007869 -0.008464 0.007068 -0.018246 0.000114 -0.003653 0.02054 -0.008348 -0.033796 -0.003602 -2.9e-05 -0.007181 -0.01743 -0.035727 3.9e-05 -0.014275 -0.029569 0.027257 0.023212 0.011858 0.025205 -0.028483 0.005492 0.010511 -0.014611 0.03451 -0.005034 0.043574 0.052932 0.027853 0.012496 -0.002634 -0.039378 -0.033346 -0.02324 0.007429 0.01567 -0.02251 -0.014497 0.011105 -0.012743 0.02519 -0.032033 -0.032541 -0.018059 -0.035232 -0.013809 0.010523 -0.005198 0.017819 0.0087 0.010737 -0.007467 0.008889 0.004941 -0.008828 0.013597 0.032096 -0.046945 -0.008723 -0.013524 0.004161 0.011613 -0.025278 -0.003312 0.015182 -0.011698 -0.014822 -0.021288 0.002187 -0.039938 0.01037 -0.05186 -0.012385 0.003464 0.010335 0.021089 0.017537 0.000817\nΰ 0.011181 -0.02687 -0.018015 0.063696 0.006001 0.005278 -0.007512 -0.016896 -0.026092 -0.041241 0.013457 -0.005999 -0.000851 -0.009129 0.018188 -0.0025 0.018673 0.025777 0.01014 -0.020114 -0.004748 -0.02402 -0.007357 0.020964 -0.007641 0.001503 0.000304 0.00076 0.020524 0.007444 0.001269 -0.000349 -0.002769 0.004643 0.014756 0.017398 0.003855 0.015165 -0.008904 -0.00108 -0.010664 0.008971 -0.00304 0.010511 -0.018306 0.009342 0.021656 0.004859 0.023156 -0.011027 -0.011291 0.036818 0.020527 -0.027433 -0.003327 0.030562 -0.002556 0.001236 -0.008952 0.001918 -0.024755 -0.026016 0.031579 0.019098 -0.002654 -0.004266 0.026002 -0.013964 -0.000215 0.006604 0.010722 -0.0018 0.01738 -0.011582 -0.010995 -0.008886 -0.032496 0.037582 -0.005391 -0.016739 0.000988 -0.00144 0.008825 0.018645 -0.025396 -0.008773 0.016336 -0.006699 0.009137 0.002107 -0.05057 0.024537 -0.02489 0.003218 0.022902 -0.030616 0.023045 -0.012351 -0.020004 -0.000204 -0.027775 -0.032896 0.004086 -0.012858 -0.012201 0.004165 -0.028005 0.013227 0.027806 0.019518 0.010134 0.008353 -0.000144 -0.011984 -0.02426 0.018321 -0.011425 0.0169 -0.04475 -0.045558 -0.000422 -0.016284 0.033002 -0.00449 0.000137 -0.012679 0.027047 0.0005 0.002298 0.014469 -0.016891 0.009149 0.003381 0.015846 -0.020232 -0.004425 -0.022353 -0.002624 0.004273 0.011986 0.000723 -0.001684 0.012262 0.00204 -0.031331 0.001746 0.016218 -0.008876 0.008378 -0.012906 -0.009657 -0.008695 -0.017678 0.016808 0.023685 -0.021467 -0.000981 0.002403 -0.001214 -0.031223 0.001474 -0.004604 0.012356 0.020387 -0.019298 -0.014401 0.025571 -0.000919 0.001632 0.009596 -0.010164 0.001205 0.01103 0.013285 0.00561 -0.006042 -0.015347 -0.009634 -0.022229 -0.000814 0.019049 0.00498 -0.011123 -0.018016 0.006424 -0.002653 0.003315 -0.021464 -0.031386 -0.021313 -0.003294 0.045627 -0.016432 -9.4e-05 0.000726 0.015467 -0.005679 0.005709 0.006589 -0.021027 -0.013824 -0.016121 0.007654 -0.002213 0.026656 -0.00747 -0.002919 -0.012263 0.028861 0.041438 0.016099 0.012029 -0.002 -0.006856 -0.002324 0.035623 -0.011445 -0.005421 0.002288 0.021424 -0.001296 0.018448 -0.033776 -0.012071 -0.003133 -0.020328 0.019991 -0.001092 0.001775 -0.047125 -0.001608 0.017347 -0.029694 -0.0121 -0.020191 0.027762 -0.023153 -0.020776 0.017284 0.007118 0.004223 -0.002621 -0.002816 0.002621 0.007438 0.030449 0.035274 -0.00306 0.012054 0.016997 0.007157 0.020654 -0.001085 -0.02292 -0.036444 -0.035291 -0.028837 0.026217 -0.00378 -0.025723 0.024051 0.011958 0.017965 -0.020893 0.004554 -0.019144 -0.000823 -0.00739 0.020918 -0.014075 0.043852 -0.019724 0.02985 -0.013478 -0.004171 0.003762 -0.007481 0.009841 0.000527 -0.03535 -0.001643 -3.9e-05 -0.003855 0.028156 0.014565 -0.014949 -0.001161 -0.004635 -0.026957 0.002328 0.001309 0.00992 0.014847 -0.000411 -0.000211 -0.001996 0.011075 0.011189 -1.4e-05 -0.015837\nܳ 0.069649 0.032703 -0.10772 0.065466 0.006292 0.068975 -0.012645 0.013941 -0.052438 -0.065007 0.014423 0.00743 0.004527 -0.057698 0.064927 0.026244 0.010503 -0.043578 -0.027262 -0.047301 -0.028507 0.012989 0.023955 0.001469 -0.035077 0.015651 -0.038462 -0.035552 -0.065972 -0.039492 0.021479 -0.088199 -0.030129 -0.059835 0.030675 0.0331 -0.06614 0.06268 0.016933 0.039035 -0.057469 0.037029 -0.003246 0.018461 -0.032605 -0.045752 0.059644 -0.00981 0.009588 0.045039 0.002466 0.098149 0.08093 -0.045188 0.072234 0.004174 -0.002416 0.032735 -0.003095 0.052208 -0.035161 -0.056213 -0.038545 -0.007226 0.026933 0.020861 0.089968 -0.03892 0.076658 0.042421 -0.084704 -0.012625 0.056499 0.028513 -0.07991 0.024463 -0.073172 0.057102 -0.027052 -0.019429 -0.008486 0.005563 -0.025785 0.028145 -0.040918 -0.111574 0.003538 -0.059023 -0.054826 -0.023754 -0.037019 0.028823 0.035779 -0.021402 0.049172 -0.001152 0.011683 -0.06644 -0.019806 -0.0039 -0.018988 -0.005012 -0.035966 -0.066259 -0.001927 0.001273 -0.04255 0.016843 0.076198 -0.00624 0.08604 0.029399 0.030503 -0.049525 0.013309 -0.010878 -0.032586 0.009091 -0.020304 -0.078298 0.033361 -4.2e-05 0.081248 0.010232 0.054376 0.024665 -0.034359 -0.020651 -0.044908 -0.000717 -0.014555 0.001773 -0.038581 0.040403 -0.05802 0.0169 -0.04536 0.002382 0.008574 0.061964 -0.01423 -0.016107 0.037681 0.039843 -0.015346 -0.04781 0.075135 0.01033 0.017761 -0.059877 0.012551 0.017985 0.040472 0.048132 0.006279 0.010034 0.004009 -0.01191 0.025758 -0.032512 -0.045649 0.047761 0.045766 0.030227 -0.003984 -0.03386 0.023108 -0.019535 0.039067 0.049845 -0.074467 -0.038263 -0.034485 0.011906 -0.026018 -0.055733 -0.052866 -0.021837 -0.060344 -0.057186 0.057497 -0.014982 -0.002417 -0.010335 0.000433 -0.03841 0.002196 0.036695 -0.09911 0.020376 0.004267 0.036068 -0.067216 -0.078861 0.010077 0.069665 -0.023344 0.020635 -0.006553 0.01438 -0.069389 -0.05597 0.033756 0.04917 0.020664 0.038011 0.009364 -0.021333 -0.010526 0.098369 -0.072956 -0.009035 -0.034538 0.022068 -0.001086 0.141158 -0.008616 -0.057825 0.016427 0.008843 -0.03997 0.028688 -0.023284 0.01045 -0.039626 -0.003789 0.007821 0.054484 -0.05105 -0.056991 0.033716 0.016644 0.011245 -0.012961 -0.058931 0.012885 -0.041955 -0.048882 0.065599 0.042703 -0.016629 0.036987 -0.046214 0.01465 0.014904 -0.031274 0.050959 -0.005934 0.078573 0.078924 0.060134 0.038721 0.009581 -0.077216 -0.070138 -0.041419 0.000809 0.020599 -0.044005 -0.01268 0.020769 -0.04488 0.020668 -0.047271 -0.074901 -0.055467 -0.077929 0.007084 -0.003517 -0.006465 0.037857 0.028869 0.032493 -0.018269 0.038988 0.037666 0.00745 0.058197 0.060357 -0.110087 0.022904 -0.044384 0.013253 0.010534 -0.022686 0.014816 0.02746 -0.019137 -0.028856 -0.064593 0.013 -0.063263 0.055478 -0.090609 -0.000871 -0.013127 0.026915 0.03762 0.068752 0.019351\n² -0.021866 0.043231 -0.008717 0.063996 -0.001537 0.146039 0.141606 -0.146898 0.032349 -0.052726 0.118832 -0.07459 -0.113331 -0.005129 0.007192 0.03693 0.002712 -0.112075 -0.090228 -0.217156 0.057269 0.095967 0.052719 0.136172 0.06269 -0.099987 0.109064 0.120744 0.000971 0.115452 0.031138 -0.032672 0.125622 -0.127716 -0.008361 -0.014807 -0.0838 0.128057 0.119732 0.043586 -0.145966 -0.062353 0.089748 -0.102713 0.193019 -0.048631 0.116988 0.011836 -0.101691 -0.038301 -0.007527 0.122995 0.138026 -0.116962 0.078067 -0.007373 0.101645 -0.007416 0.069107 0.082771 -0.011099 -0.025748 -0.012788 -0.122185 0.095917 0.015773 0.082162 -0.099119 0.103717 -0.034555 -0.127682 -0.065653 -0.003061 0.088156 -0.02628 -0.111336 -0.000792 -0.218405 -0.248765 -0.001601 0.082438 0.044772 0.117651 0.053597 -0.071782 -0.088673 0.028288 0.056184 -0.006588 0.006704 0.073862 -0.024349 0.065834 0.027858 0.149616 -0.038099 -0.145225 -0.164399 0.06745 0.084363 -0.019004 -0.19156 -0.012511 0.038301 0.113996 -0.106105 -0.051595 0.114902 0.027451 0.006877 0.015803 -0.046193 0.155935 0.014534 0.073687 0.068634 -0.039466 0.061531 -0.001789 -0.171221 0.025172 0.169393 0.119795 0.00871 -0.108222 -0.000787 0.119395 0.059719 0.016758 -0.102833 0.05085 0.08241 -0.090757 0.031329 0.050814 0.034884 -0.153408 -0.082653 -0.059741 -0.007364 -0.057941 -0.197768 0.073067 0.00396 -0.07805 -0.233509 0.085026 0.072065 0.00252 -0.199697 -0.018898 -0.0222 0.114161 -0.049242 -0.125764 0.004904 0.023798 -0.16919 -0.051442 0.065673 0.027615 -0.094863 0.044723 0.084331 -0.052615 0.079022 0.020384 -0.017583 0.006136 -0.049929 -0.111404 0.056131 -0.064903 0.132662 0.053356 0.010483 -0.052273 -0.177635 0.203676 0.058632 0.162849 0.01794 -0.113828 0.114746 -0.021541 0.024946 -0.086857 0.187789 -0.079756 0.100212 0.024763 -0.063537 -0.007853 -0.113263 0.086305 -0.003557 0.051152 0.118822 -0.142904 -0.035165 -0.044753 -0.083538 0.044335 0.129669 0.124397 -0.000796 0.014743 0.020197 0.113064 -0.084501 -0.165904 -0.150208 -0.213014 0.012362 -0.081 0.17171 0.03342 -0.07961 0.019195 0.002046 0.030663 0.007253 -0.098343 0.023811 -0.198419 -0.054839 -0.072569 0.040655 0.058595 -0.169709 -0.096467 0.074254 0.02132 -0.023279 -0.091352 0.176293 0.019817 -0.172386 0.009499 -0.01581 0.062466 -0.079742 -0.118439 0.121029 -0.075029 0.043482 0.046545 -0.036314 0.026325 0.09491 0.094121 -0.095065 -0.170761 -0.200508 -0.032288 0.067497 -0.034573 0.009358 -0.071873 -0.129605 0.024649 0.074362 -0.113816 -0.006133 0.022863 -0.020348 0.086394 0.090246 0.004595 0.044679 -0.029051 -0.014889 0.067078 -0.090579 0.020744 -0.092245 0.019329 0.022076 0.087106 0.046705 -0.112399 -0.034729 0.087936 0.09419 -0.001001 -0.077457 0.038792 -0.055202 -0.068653 0.025723 -0.000249 -0.010544 0.002796 -0.034671 0.028465 -0.042697 -0.014555 -0.075927 -0.00322 -0.130141\nе 0.038925 0.007074 -0.051728 0.02328 0.017308 0.035511 0.006179 -0.00113 -0.01635 -0.033463 0.0437 0.012352 -0.011999 -0.031475 0.039661 -0.014077 0.005957 -0.02603 -0.014949 -0.048598 -0.013824 0.000487 0.007551 0.014302 0.007085 0.024856 -0.008533 -0.012915 -0.018688 -0.02776 0.021381 -0.038558 -0.016638 -0.04275 0.012434 0.018021 -0.046892 0.044773 0.006556 0.02055 -0.035583 0.013626 0.003733 0.003004 -0.030947 -0.027282 0.039711 -0.000846 -0.005369 0.020501 0.01385 0.058394 0.034572 -0.038285 0.044035 0.013103 -0.000768 0.022545 -0.008497 0.027824 -0.032406 -0.029081 -0.008463 -0.019294 0.017572 0.022955 0.036202 -0.014412 0.029537 0.017962 -0.054728 -0.00731 0.022534 0.016388 -0.056246 0.001129 -0.036976 0.03306 -0.029581 -0.013822 0.017148 -0.002474 -0.000287 0.026358 -0.025486 -0.056842 0.003123 0.003685 -0.027439 -0.004277 -0.009763 0.026192 0.006806 -0.018689 0.017791 -0.007375 0.003302 -0.040675 -0.002904 -0.006963 -0.018392 -0.002517 -0.002864 -0.032124 0.020455 0.001637 -0.016281 0.011904 0.039727 -0.002626 0.051077 0.02568 0.022435 -0.01162 0.014557 0.00777 -0.015789 0.001096 -0.014956 -0.044385 0.023113 0.006321 0.043296 0.030541 0.032624 0.007302 -0.009199 -0.025989 -0.012815 -0.020481 -0.019843 -0.004241 -0.014449 0.028821 -0.024594 0.013545 -0.026782 0.009671 0.010254 0.044881 -0.005027 -0.015669 0.014721 0.031009 -0.036738 -0.054537 0.045972 0.008016 0.005454 -0.044259 0.003843 0.004274 0.033245 0.030683 -0.009219 0.001389 -0.002236 -0.024367 0.018995 -0.01945 -0.022247 0.020149 0.018568 0.017426 -0.021799 -0.007137 0.025559 -0.02545 0.01722 0.024838 -0.027542 -0.027229 -0.011919 0.038109 -0.019076 -0.030523 -0.008516 -0.00583 -0.040424 -0.029688 0.037611 -0.009936 0.003916 -0.010336 -0.009441 -0.018803 0.003422 0.020355 -0.064729 0.007747 0.025552 0.029436 -0.030843 -0.042281 0.009597 0.042106 -0.014664 0.018912 0.005151 0.006849 -0.045867 -0.040244 0.014289 0.029043 0.018618 0.01834 0.010633 -0.014668 0.000192 0.04052 -0.027959 -0.006242 -0.006456 0.020789 -0.003177 0.074988 0.003133 -0.02755 0.007407 -0.007831 -0.010696 0.011634 -0.010441 0.006991 -0.018363 -0.007804 -0.000916 0.022446 -0.012612 -0.026935 -0.009189 -1.5e-05 -0.006224 -0.032917 -0.042387 -0.003101 -0.004884 -0.040956 0.031894 0.02782 0.005741 0.025172 -0.024639 0.016748 0.007591 -0.012335 0.05209 -0.007269 0.045865 0.056669 0.032267 0.003966 0.007791 -0.0482 -0.045906 -0.02175 -0.003399 0.026467 -0.029388 -0.012161 0.004293 -0.008458 0.02995 -0.029647 -0.028847 -0.021595 -0.034602 -0.022961 0.007892 -0.000984 0.014502 -0.004763 0.007736 -0.006662 0.015191 0.009019 0.004301 0.009811 0.041394 -0.054922 -0.002879 -0.024431 0.016848 0.015801 -0.021753 0.000853 0.018853 -0.014033 -0.021284 -0.01832 0.007501 -0.043545 0.009007 -0.067287 -0.012334 0.01396 0.015843 0.018718 0.020195 0.003333\nִ 0.038364 0.010106 -0.06808 0.031699 0.021684 0.049485 0.012475 0.002693 -0.02635 -0.03964 0.04092 0.018217 -0.003738 -0.043183 0.040194 -0.006976 0.007454 -0.033587 -0.017856 -0.059926 -0.02243 -0.000407 0.008536 0.021114 0.001658 0.029713 -0.00814 -0.011408 -0.016577 -0.030904 0.024147 -0.041473 -0.024227 -0.062101 0.012854 0.014596 -0.048716 0.053702 0.015752 0.031756 -0.042109 0.005444 -0.003815 0.004924 -0.033798 -0.036258 0.050901 -0.006507 -0.004392 0.028184 0.007976 0.074857 0.047112 -0.044553 0.058025 0.010317 -0.00846 0.033034 -0.017518 0.041694 -0.036987 -0.04692 -0.010181 -0.019976 0.02296 0.023983 0.04824 -0.01487 0.049634 0.020119 -0.059643 -0.008151 0.026612 0.020939 -0.065804 0.010213 -0.038441 0.032963 -0.03454 -0.019129 0.024859 0.003223 -0.003742 0.024339 -0.031254 -0.071231 0.009648 -0.004257 -0.024441 -0.009221 -0.011901 0.033572 0.001695 -0.024179 0.013535 -0.016008 -0.000536 -0.049527 -0.002147 -0.010699 -0.020695 -0.001801 -0.001796 -0.038722 0.014027 -0.008515 -0.016416 0.014876 0.050243 -0.005139 0.054975 0.022664 0.029952 -0.020527 0.011401 0.005758 -0.020485 0.004181 -0.020004 -0.059661 0.026352 -0.00124 0.058504 0.030342 0.046777 0.01357 -0.017582 -0.025849 -0.019877 -0.024366 -0.03128 0.001513 -0.026029 0.039974 -0.033313 0.023991 -0.033394 0.005534 0.008287 0.063668 -0.003916 -0.013997 0.024001 0.036762 -0.048215 -0.063192 0.059416 0.002723 0.004221 -0.054655 0.00639 0.020292 0.038678 0.039189 -0.003141 0.00827 -0.000569 -0.027157 0.018259 -0.033421 -0.022995 0.023889 0.02395 0.016514 -0.016447 -0.020001 0.025604 -0.031616 0.02729 0.034749 -0.041203 -0.028629 -0.016597 0.048654 -0.022879 -0.041977 -0.017122 -0.006633 -0.045418 -0.030321 0.04485 -0.006804 0.006076 -0.008892 -0.01119 -0.023992 0.00557 0.025603 -0.086559 0.00148 0.015926 0.043385 -0.042649 -0.053211 -0.000818 0.056758 -0.030161 0.015557 -0.000355 0.000268 -0.053951 -0.050549 0.018885 0.033127 0.027386 0.015129 0.024767 -0.010322 -0.01211 0.052943 -0.041069 -0.006121 -0.00941 0.022086 0.003246 0.090472 0.000882 -0.027902 0.001583 0.00303 -0.003131 0.013203 -0.009973 0.005522 -0.034619 0.001164 0.001232 0.01629 -0.023497 -0.016387 -0.002171 0.002962 -0.006748 -0.041968 -0.049406 -0.003925 -0.019449 -0.04192 0.043801 0.03811 0.01045 0.038441 -0.025553 0.020745 0.009275 -0.025103 0.057922 -0.011829 0.052286 0.070478 0.038586 0.014466 0.005074 -0.064443 -0.045771 -0.027204 -0.004224 0.027964 -0.030854 -0.024622 0.012534 -0.010215 0.040322 -0.02906 -0.045965 -0.023554 -0.042255 -0.015419 0.012586 -0.000259 0.03344 -0.004196 0.017827 -0.007587 0.022735 0.010718 0.00277 0.025221 0.060639 -0.068208 -0.010553 -0.024476 0.020266 0.025946 -0.032139 -0.001164 0.024913 -0.016652 -0.026675 -0.024599 0.018401 -0.058575 0.015269 -0.086675 -0.014487 0.008349 0.020057 0.022515 0.033692 0.001781\nḹ 0.018665 -0.067153 0.004664 0.018708 0.003005 -0.029411 0.004658 0.011388 -0.005686 0.001045 -0.025422 -0.036929 -0.03867 -0.051937 -0.008389 -0.03628 0.016123 -0.000494 0.027564 -0.039922 0.036683 0.033896 0.037595 -0.013994 -0.000346 -0.025208 -0.009175 -0.00634 -0.017893 -0.035389 0.068899 0.021987 -0.005363 -0.018408 0.031297 0.022572 0.009585 0.032735 -0.013564 -0.021804 -0.010271 -0.001007 0.025598 0.011718 0.046745 -0.009616 0.009748 -0.02563 -0.018245 0.016231 -0.037765 0.022218 0.009743 -0.032859 0.02809 0.012992 -0.010853 -0.001001 -0.014169 0.015429 -0.061783 0.040813 0.014189 -0.002507 0.004374 0.01147 -0.002324 -0.001593 0.023517 -0.003655 -0.042226 -0.022051 0.031807 0.088947 -0.016157 -0.040136 -0.023261 0.023013 -0.030112 0.008057 -0.026091 -0.034301 -0.013093 -0.055079 0.043305 -0.04298 0.033234 0.051777 0.012039 0.007479 0.007274 0.052591 -0.003934 0.038818 -0.005717 -0.018288 0.011472 -0.01363 -0.040475 -0.072714 -0.018625 0.01677 -0.027826 -0.027906 -0.048503 -0.008411 0.045658 -0.023468 0.007878 0.009055 -0.015618 0.025517 0.014944 -0.024653 -0.009252 0.060429 -0.012244 0.005412 0.040675 0.026373 0.020486 0.019788 0.057725 0.019834 0.031478 -0.034798 0.001061 0.005098 0.048861 -0.065976 0.003594 0.034862 -0.032362 -0.00589 0.002251 -0.034443 -0.037661 -0.04738 -0.004072 -0.0051 0.001031 -0.004756 -0.00776 -0.009239 -0.053537 0.022708 0.074901 0.054573 -0.017399 -0.005005 0.02458 0.039551 0.041974 -0.00932 0.032788 0.014481 0.039702 0.005609 0.02777 0.011196 -0.020304 -0.02994 0.028787 -0.012148 -0.008863 -0.015554 -0.033578 -0.035939 -0.027974 -0.015628 0.001316 0.022605 -0.020524 -0.032812 0.028516 -0.014916 0.012398 -0.035567 -0.022265 -0.006173 0.020228 -0.015042 0.08477 -0.007436 -0.004979 -0.01818 0.046834 -0.011305 0.026655 0.019189 0.028348 0.014262 -0.009022 0.031828 0.026293 0.03573 0.005113 -0.027007 0.020648 0.013708 -0.016507 -0.004192 -0.053689 0.004773 -0.019775 -0.026427 -0.008444 -0.018448 0.003379 -0.008748 0.027728 -0.021737 0.051506 0.030168 -0.025472 0.019377 -0.028313 -0.042178 0.016782 0.007425 -0.036827 0.021696 -0.056931 1.7e-05 -0.000453 -0.010019 -0.014563 -0.021293 -0.024358 -0.026129 -0.003068 0.024455 0.022451 0.008413 -0.018054 -0.023893 -0.030188 0.025662 -0.020831 0.020248 -0.011528 -0.013581 -0.026261 0.011872 0.021365 0.065454 0.042775 0.039316 0.028166 0.016382 -0.002554 0.013508 -0.021084 0.001611 0.01432 0.011223 0.037679 -0.013167 0.008436 0.024904 -0.018094 -0.044152 0.005101 0.021958 -0.055792 -0.010993 -0.011833 -0.013974 0.01438 0.001455 -0.000573 -0.016495 0.003237 -6.2e-05 -0.005937 -0.014636 0.035017 -0.010783 0.053112 0.001738 -0.059489 0.001353 0.038959 0.036561 -0.027859 -0.01649 -0.017753 0.036381 0.026017 -0.009968 0.023621 -0.014685 -0.004155 0.002533 0.006224 0.002846 -0.055789 -0.009709 0.000882 0.040237\nጻ 0.067849 0.006183 -0.032186 0.054824 0.013814 0.026913 0.011871 -0.025365 -0.010665 -0.017189 0.013716 0.025696 -0.029219 -0.022399 0.033269 0.009719 0.010775 -0.022112 0.014702 -0.029068 0.005533 0.021469 -0.002761 0.009701 0.008591 0.041743 0.018663 -0.026633 -0.018654 -0.019546 0.033821 -0.038464 -0.012897 -0.06968 0.020874 0.01514 -0.038856 0.041197 0.019215 0.018729 -0.025341 0.021258 0.001552 0.015682 -0.011183 -0.023169 0.03479 0.018745 -0.011643 0.008525 0.019982 0.060391 0.02858 -0.012074 0.045045 0.01495 -0.023309 0.008772 -0.035928 0.047713 -0.05301 -0.027387 -0.021248 -0.025682 0.013808 0.009778 0.042052 -0.024437 0.035211 0.03798 -0.071041 0.008531 0.028438 0.029137 -0.038632 0.008244 -0.022305 0.026217 -0.014534 -0.021424 0.001769 0.013911 -0.001779 0.025876 -0.042444 -0.097907 -0.009003 0.019222 -0.002214 -0.009835 -0.012858 0.039 0.014704 0.007648 0.016561 -0.009566 0.006538 -0.046715 -0.012749 0.027426 -0.013508 -0.010955 0.01042 -0.031243 0.009138 -0.027871 -0.01669 0.008763 0.030294 -0.031963 0.027328 0.005635 0.053403 -0.005716 0.016947 -0.013758 0.011214 -0.002582 0.004266 -0.06512 0.020229 -0.015861 0.057718 0.04246 0.035154 0.029337 -0.014894 -0.002332 -0.014521 -0.019611 -0.015548 -0.002652 -0.015609 0.015076 -0.022921 0.01572 -0.023844 0.002158 -0.00561 0.043958 -0.00213 -0.011591 0.049499 0.016028 -0.028624 -0.0485 0.050497 0.009845 0.030099 -0.016921 0.037504 0.01952 0.025098 0.002114 -0.039097 0.008872 0.006579 -0.047043 0.00625 -0.032088 -0.003687 0.038108 0.021115 0.022684 -0.014736 -0.039689 0.008219 -0.020906 0.026247 0.031077 -0.028407 -0.040189 0.021548 0.022899 0.016022 -0.036872 -0.017695 -0.026313 -0.058395 0.022044 0.022435 -0.020469 0.004319 -0.018648 -0.041604 -0.036465 0.015345 0.022265 -0.056189 0.033679 0.016542 0.030683 -0.049296 -0.029605 0.003195 0.052217 -0.018575 0.001919 0.00277 -0.024202 -0.027095 -0.022239 0.001315 0.014321 0.024812 -0.010807 -0.021913 -0.001491 0.015522 0.050362 -0.025244 0.015691 -0.017818 0.019941 -0.010218 0.049076 0.025274 -0.011281 -0.004983 -0.000161 -0.024113 -0.01164 0.007236 0.006452 -0.044568 -0.017378 0.010211 0.023704 -0.02325 -0.03976 -0.02058 0.018 0.005544 -0.025244 -0.015643 0.013805 -0.013798 -0.039626 0.021717 0.011108 0.008341 0.029826 -0.022665 0.025031 0.029423 -0.015386 0.043746 -0.004006 0.051243 0.083055 0.029681 0.0088 -0.026684 -0.012317 -0.022964 -0.015957 -0.010838 0.018334 -0.044398 -0.015105 0.015723 -0.019238 0.0234 -0.047426 -0.04315 -0.041699 -0.031402 -0.015497 0.016183 -0.031913 0.024338 -0.025488 0.005135 0.002231 0.001972 0.001908 -0.009147 0.010729 0.034597 -0.049048 0.001248 -0.031669 0.034416 -0.003323 -0.006751 -0.004358 0.021495 -0.015722 -0.014829 -0.00465 0.028781 -0.066788 0.017701 -0.059104 -0.01466 0.004823 0.007827 0.030708 0.047983 -0.008115\nွ 0.01831 0.004833 -0.042403 0.026938 0.017928 0.043731 0.00893 0.008332 -0.011429 -0.020321 0.036239 -0.007805 -0.003733 -0.019232 0.036722 -0.010143 -0.00587 -0.012989 -0.010333 -0.033518 -0.020725 -0.008882 -0.009796 0.009942 0.007662 0.023101 -0.009715 -0.001724 -0.012779 -0.023598 0.020894 -0.032763 -0.013194 -0.027112 0.014603 0.016614 -0.037836 0.026101 0.001686 0.015776 -0.022622 0.010364 -0.007479 -0.0021 -0.026855 -0.024023 0.035381 -0.006473 -0.003106 0.018781 0.00713 0.034343 0.029129 -0.035437 0.039814 0.002627 0.002055 0.019095 0.000895 0.019405 -0.039753 -0.025919 -0.003909 -0.007547 0.001773 0.016151 0.026348 -0.010802 0.024684 0.021727 -0.043931 -0.015654 0.01164 0.016302 -0.051011 0.000463 -0.033181 0.023459 -0.030256 -0.017863 0.012718 -0.008577 0.002684 0.022309 -0.024988 -0.050631 0.004224 0.018965 -0.008396 0.003003 0.001643 0.010391 -0.008726 -0.013121 0.016162 -0.004555 0.003065 -0.033692 -0.000838 -0.003689 -0.016621 0.003553 -0.001705 -0.019597 0.019921 -0.010433 -0.01418 0.014039 0.03552 -0.000125 0.040453 0.016642 0.027872 -0.009641 0.016584 -0.001954 -0.009894 -0.007396 -0.010877 -0.041477 0.015436 0.007187 0.030836 0.026011 0.034114 -0.004657 -0.003068 -0.007957 -0.012917 -0.006863 -0.021641 0.004754 -0.008461 0.018312 -0.014512 0.020229 -0.028633 0.012828 0.004951 0.041266 -0.006479 -0.00582 0.005697 0.032176 -0.020161 -0.05658 0.041973 -0.001828 0.006324 -0.048442 -0.005428 0.009249 0.034085 0.014019 -0.004749 -0.000432 -0.015659 -0.023995 0.017363 -0.02339 -0.008547 0.001732 0.019213 0.012762 -0.012578 -0.014966 0.023066 -0.019707 0.007741 0.024312 -0.02818 -0.014923 -0.011847 0.025901 -0.029044 -0.025097 0.002406 -0.010653 -0.051086 -0.015334 0.020676 -0.007913 -0.003778 -0.005803 -0.00657 -0.02097 -0.004139 0.024659 -0.048319 -0.005329 -0.001898 0.031705 -0.040001 -0.032828 0.006447 0.042476 -0.020792 0.009751 -0.00052 -0.006571 -0.03496 -0.036507 0.001632 0.021589 0.022802 -0.004166 0.033639 0.001518 -0.00796 0.042265 -0.027751 -0.006635 -0.003201 0.029175 0.00094 0.050362 -0.004811 -0.019086 0.005696 0.004378 0.001294 0.009234 -0.003978 -0.010451 -0.025317 -0.001684 -0.00703 0.016048 0.000173 -0.0199 -0.011146 -0.002858 -0.011053 -0.037402 -0.024495 -0.003338 -0.010606 -0.026536 0.019799 0.016648 -0.001255 0.039388 -0.007804 0.007222 -0.008769 -0.004919 0.022856 -0.013778 0.027661 0.054504 0.007488 0.005878 0.001012 -0.041732 -0.034717 -0.015988 0.003384 0.022386 -0.025942 -0.015651 0.00308 -0.012422 0.030671 -0.019619 -0.01468 -0.031817 -0.033813 -0.012258 -0.003556 0.007822 0.027034 -0.010801 0.010039 0.002885 0.010564 0.009032 0.010934 0.012323 0.04075 -0.036768 0.00165 -0.008265 0.010276 0.017815 -0.023134 -0.008819 0.008416 0.001453 -0.023534 -0.011047 0.00766 -0.04178 0.000198 -0.064373 -0.008573 0.001877 0.011354 0.012274 0.016964 0.005174\nੁ 0.037711 -0.006917 -0.057723 0.023061 0.01403 0.036935 0.010581 0.010362 -0.011261 -0.03253 0.048931 0.016313 -0.00637 -0.014561 0.034115 -0.003126 0.001408 -0.035779 -0.006869 -0.048085 -0.022955 0.004198 -0.00023 0.008249 0.016658 0.011291 -0.018754 -0.012853 -0.009089 -0.037431 0.017637 -0.039124 -0.024445 -0.031441 0.009809 0.022835 -0.044304 0.066084 0.024948 0.024817 -0.034345 0.025589 0.007116 -0.005313 -0.032325 -0.035509 0.040518 -0.010641 0.006169 0.019014 0.012974 0.059261 0.038511 -0.048479 0.050839 -0.003598 0.000669 0.040675 -0.003538 0.036189 -0.031968 -0.022303 -0.004719 -0.017107 0.014856 0.04049 0.062026 -0.024205 0.035156 0.010678 -0.054168 -0.004783 0.010809 0.026981 -0.068548 0.006626 -0.043537 0.020792 -0.030591 -0.013159 0.02339 0.001052 0.01187 0.028851 -0.021613 -0.068556 0.022118 0.001759 -0.03328 -0.011949 -0.002483 0.019271 0.008375 -0.006833 0.027213 0.013852 0.007954 -0.037321 -0.001444 0.000942 -0.021932 0.00101 0.003333 -0.037443 0.018488 -0.00704 -0.01451 0.014102 0.02827 0.000388 0.051315 0.01705 0.045972 -0.020565 0.01121 -0.006663 -0.010141 -0.006567 -0.013202 -0.058282 0.02105 -0.004652 0.037883 0.013533 0.031972 0.031799 -0.010405 -0.00989 -0.013634 -0.014021 -0.014086 -0.005561 -0.006917 0.041765 -0.022803 0.019836 -0.043848 0.011241 -0.002955 0.068537 0.008324 -0.003099 0.006719 0.028325 -0.049246 -0.049399 0.063397 0.006664 0.009215 -0.052149 0.006664 0.020412 0.043215 0.038897 -0.005554 0.017017 -0.001614 -0.035077 0.013581 -0.021508 -0.030057 0.024455 0.036557 0.014322 -0.008319 -0.021171 0.025858 -0.028883 0.033159 0.015197 -0.041846 -0.026955 -0.005037 0.036267 -0.043537 -0.044602 -0.007029 -0.003626 -0.044507 -0.028508 0.040926 -0.003214 0.022112 -0.011403 -0.011513 -0.022964 0.004479 0.023038 -0.069241 -0.003607 0.021843 0.018396 -0.041532 -0.047305 -0.00082 0.048976 -0.028703 0.003958 0.001507 -0.016259 -0.042979 -0.03542 0.007565 0.012446 0.025386 0.013868 0.023323 -0.011672 -0.003985 0.041141 -0.026428 0.002744 -0.015091 0.01929 -0.013082 0.069641 0.030272 -0.005171 0.01977 -0.006956 -0.017986 0.00614 -0.002756 0.005439 -0.022094 0.003636 -0.000493 0.026532 -0.009975 -0.029952 0.014573 0.004433 -0.019986 -0.029323 -0.027754 -0.007461 -0.023018 -0.037351 0.030554 0.043458 0.018155 0.041466 -0.018905 0.031412 -0.005089 -0.005152 0.046041 -0.013014 0.058947 0.064531 0.026091 -0.003087 0.008674 -0.049148 -0.04155 -0.016894 0.006775 0.02276 -0.025528 -0.026589 0.011363 -0.016156 0.040416 -0.02195 -0.026486 -0.004598 -0.035228 -0.008227 0.003685 0.003166 0.023833 0.005811 0.002762 -0.009242 0.011838 0.002915 -0.007123 0.028375 0.03204 -0.071203 -0.00387 -0.018243 0.029237 0.020875 -0.020236 0.000478 0.023772 -0.002278 -0.038164 -0.029243 0.00082 -0.051442 0.016303 -0.081462 -0.029219 -0.003166 0.032675 0.010807 0.030518 0.000879\nீ 0.007119 0.006402 -0.050963 0.0141 0.012943 0.042669 0.012924 0.001721 -0.028174 -0.038283 0.030638 0.032374 -0.012272 -0.024258 0.018272 -0.003942 0.004304 -0.014656 -0.002129 -0.05523 0.007202 -0.00462 0.001068 -0.006699 0.005799 0.007162 -0.00438 -0.015214 -0.022615 -0.038207 0.016835 -0.02639 -0.018425 -0.043308 0.022901 0.014696 -0.023403 0.048872 0.003549 0.01336 -0.038239 0.000159 0.016901 0.004195 -0.032599 -0.000981 0.027409 -0.017646 -0.001248 0.0019 -0.011374 0.042594 0.030849 -0.024222 0.039361 0.006967 -0.007463 0.018464 -0.006218 0.006434 -0.041951 -0.02695 -0.002265 0.00177 0.017873 0.023379 0.043535 -0.008193 0.032842 0.030426 -0.047904 -0.00141 0.014809 0.028624 -0.040434 -0.000128 -0.016547 0.010661 -0.031119 -0.007653 0.010828 -8.1e-05 0.003696 0.015211 -0.00832 -0.055456 0.007646 -0.015135 -0.015197 -0.00359 -0.011655 0.020119 -0.007559 -0.010256 0.011645 0.009771 0.00932 -0.034091 -0.013418 -3e-05 -0.019668 0.005775 -0.001459 -0.03569 0.015392 -0.019153 -0.002005 0.008658 0.027989 -0.006142 0.042239 0.012382 0.024907 -0.013211 0.00735 -0.005168 -0.005987 -0.012482 -0.026788 -0.035199 0.026828 -0.002919 0.02616 0.014218 0.01955 0.007828 0.005295 0.003965 -0.02275 -0.017019 -0.000131 -0.000536 -0.010606 0.015326 -0.02736 0.006223 -0.02066 0.004573 0.00459 0.038449 0.002031 -0.001259 0.007652 0.029931 -0.028422 -0.044183 0.064954 -0.002168 0.030168 -0.043457 0.000646 0.01113 0.049162 0.022595 0.010071 0.017182 0.003175 -0.03016 0.023789 -0.01491 -0.042228 0.019423 0.029469 0.008416 -0.023778 -0.01881 0.03177 -0.022108 0.028332 0.019077 -0.022952 -0.015947 -0.000516 0.021482 -0.014472 -0.016633 -0.011726 -0.005417 -0.055331 -0.013433 0.022976 0.000387 0.000918 -0.005277 -0.005221 -0.037062 -0.014195 0.013976 -0.032648 0.019849 0.00485 0.020544 -0.028937 -0.049652 0.020964 0.045741 -0.026965 0.003536 0.02037 0.009256 -0.022086 -0.016214 0.027078 0.037291 0.009165 0.028875 0.017964 -0.022189 -0.012484 0.040829 -0.024302 -0.013752 -0.020331 0.02186 -0.004108 0.054012 0.005602 -0.02034 0.018626 -0.014755 -0.020115 -0.002041 0.003564 0.005707 -0.029562 -0.007457 -0.00273 0.030993 -0.002343 -0.018337 -0.009358 -0.006825 -0.008263 -0.031319 -0.025876 -0.005937 -0.010927 -0.025777 0.004549 0.012732 0.01032 0.032145 -0.017873 0.015023 -0.00967 0.00503 0.012333 0.005254 0.059582 0.058438 0.025248 -0.003846 0.001795 -0.015185 -0.027557 -0.00875 0.001481 0.024012 -0.030695 0.005751 -0.005438 -0.031454 0.031423 -0.008846 -0.027366 -0.016967 -0.037571 -0.0186 0.006774 0.003469 0.031551 0.022513 9.7e-05 0.008145 0.01147 0.011275 -0.001339 0.019924 0.049174 -0.055854 0.009916 -0.016036 0.018233 0.017083 0.011005 -0.008377 0.018268 -0.000266 -0.003237 -0.023292 -0.009142 -0.020894 0.006702 -0.064286 -0.012565 -0.007069 0.019512 0.023302 0.00235 0.014673\nහ 0.034078 0.010783 -0.065058 0.030981 0.013741 0.038203 0.000341 0.002388 -0.025311 -0.026026 0.036193 0.015098 -0.015286 -0.030376 0.028201 -0.009986 0.00527 -0.028667 -0.005994 -0.043491 -0.018972 -0.00306 0.011986 0.007229 0.011274 0.024173 0.003879 -0.012565 -0.013228 -0.014369 0.027253 -0.03817 -0.022589 -0.038847 0.010077 0.018418 -0.040233 0.03862 0.001785 0.029537 -0.025082 0.01045 0.002948 0.008045 -0.024756 -0.011937 0.041673 0.000124 0.005364 0.029657 0.007542 0.057773 0.030348 -0.023575 0.055945 -0.003917 0.000653 0.023586 -0.019654 0.027164 -0.029812 -0.038588 -0.005345 -0.009016 0.009515 0.025658 0.047913 -0.010322 0.034905 0.013142 -0.049637 -0.00965 0.029133 0.008661 -0.056318 0.001342 -0.031805 0.029034 -0.027039 -0.025415 0.015691 -0.006413 -0.011774 0.01937 -0.022279 -0.062312 -0.006262 -0.01345 -0.015807 -0.014788 -0.011887 0.024785 0.003909 -0.02056 0.002678 0.003049 0.000879 -0.043673 -0.005578 0.001938 -0.01477 -0.008044 0.000307 -0.032894 0.013239 0.006286 -0.014919 0.011396 0.036434 -0.005749 0.040821 0.009832 0.025412 -0.019744 0.010621 0.006805 -0.01578 0.006567 -0.01353 -0.054784 0.019649 -0.011298 0.03523 0.025768 0.026072 0.018551 -0.024096 -0.019468 -0.012444 -0.00885 -0.021521 -0.005217 -0.007888 0.034747 -0.022737 0.022809 -0.022785 0.004983 0.005225 0.0528 -0.00447 -0.005053 0.015422 0.035269 -0.03015 -0.045205 0.056116 0.00842 -0.000333 -0.039068 0.011266 0.024435 0.034786 0.016299 -0.004329 0.012563 0.001032 -0.035948 0.019055 -0.015467 -0.014637 0.006898 0.018597 0.009627 -0.014488 -0.01156 0.016101 -0.022691 0.030608 0.024492 -0.033553 -0.027862 -0.012328 0.026853 -0.020338 -0.038832 -0.02117 -0.007381 -0.033529 -0.03519 0.036009 -0.000615 0.012289 -0.00753 -0.017934 -0.013947 0.002966 0.022275 -0.070057 -0.004118 0.022657 0.026113 -0.038721 -0.047416 -0.006912 0.047737 -0.026331 0.003452 0.010779 0.001743 -0.041349 -0.026256 0.007775 0.027345 0.029469 0.014296 0.011145 -0.014892 -0.005058 0.031605 -0.022331 -0.005395 -0.011756 0.016388 -0.000254 0.07258 0.024081 -0.02021 0.004207 -0.00514 -0.004168 0.000725 -0.002226 0.002573 -0.025139 -0.002161 0.008781 0.019231 -0.006104 -0.027193 -0.004215 0.004979 -0.009435 -0.023652 -0.033856 -0.001009 -0.017535 -0.038262 0.031374 0.026121 -0.002498 0.037981 -0.03442 0.013347 0.010117 -0.018017 0.040428 -0.006957 0.048553 0.061179 0.020454 0.017105 0.004703 -0.054689 -0.04113 -0.032678 -0.000915 0.020096 -0.034727 -0.015552 -0.002164 -0.013553 0.037358 -0.033471 -0.025656 -0.030731 -0.032646 0.004753 0.005874 0.008209 0.024862 -0.01002 0.020285 0.008242 0.023709 0.011589 0.003452 0.022526 0.030731 -0.046887 0.003757 -0.022655 0.011131 0.012955 -0.024732 -0.001121 0.020572 -0.013199 -0.033956 -0.007659 0.0115 -0.057809 0.009266 -0.062069 -0.005025 0.007585 0.006717 0.013966 0.02828 0.015429\nى 0.031808 0.004239 -0.042822 0.014608 0.007024 0.030476 -0.000699 -0.010216 -0.018485 -0.024759 0.029953 0.01019 -0.006023 -0.021925 0.026635 -0.005962 0.006446 -0.017864 -0.007266 -0.039189 -0.017479 -0.001824 0.003425 0.006053 0.001735 0.015327 -0.007518 -0.008175 -0.011845 -0.030582 0.021123 -0.0276 -0.016052 -0.03649 0.012019 0.010071 -0.033683 0.039442 0.004367 0.01796 -0.029624 0.00998 -0.000579 -0.002696 -0.028245 -0.017368 0.032794 -0.003773 -0.002269 0.013677 0.003932 0.043986 0.028019 -0.032402 0.036427 0.004831 -0.004587 0.02016 -0.010316 0.024013 -0.034481 -0.023082 -0.009923 -0.016283 0.011032 0.020954 0.034405 -0.010941 0.032198 0.014805 -0.051409 -0.01024 0.01873 0.022153 -0.037336 0.005235 -0.024946 0.017822 -0.036998 -0.010649 0.012706 -0.002727 0.001334 0.010989 -0.021118 -0.041106 0.003856 0.002438 -0.016206 -0.006674 -0.008336 0.016924 0.009641 -0.011993 0.017846 -0.002418 -0.000757 -0.036254 -0.001519 -0.006794 -0.018539 0.001837 0.001356 -0.031571 0.011768 -0.005347 -0.016693 0.010679 0.035054 -0.010273 0.041276 0.018043 0.021064 -0.014855 0.008079 -0.003003 -0.001852 0.001296 -0.018857 -0.034974 0.023421 0.000936 0.031339 0.027379 0.031148 0.009845 -0.01625 -0.011335 -0.014295 -0.021162 -0.015218 0.000163 -0.007562 0.030902 -0.020135 0.015145 -0.028565 0.007174 0.014289 0.04029 0.001244 -0.009707 0.00937 0.022854 -0.031477 -0.048791 0.04993 0.008958 0.001016 -0.042717 0.006414 0.00878 0.030129 0.022013 -0.004989 0.00557 0.000711 -0.021795 0.012302 -0.022812 -0.02087 0.017075 0.021025 0.011327 -0.019055 -0.0162 0.019461 -0.016759 0.012361 0.017877 -0.019481 -0.021471 -0.011433 0.03307 -0.017427 -0.027294 -0.008917 -0.014994 -0.036419 -0.01699 0.030913 -0.010949 0.007035 -0.011852 0.000839 -0.023395 0.003788 0.020818 -0.043563 0.003862 0.01573 0.025163 -0.029489 -0.030001 0.002217 0.039226 -0.021746 0.014184 0.001054 -0.003218 -0.027205 -0.027267 0.012934 0.02329 0.010466 0.018347 0.013529 -0.011827 -0.003832 0.031637 -0.020635 -0.002975 -0.012621 0.011881 -0.004888 0.060579 0.004381 -0.019562 0.010572 -0.002519 -0.001538 8.1e-05 0.00214 0.006832 -0.024376 6.3e-05 -0.001684 0.014722 -0.003752 -0.019763 -0.005162 -0.00602 -0.001237 -0.020848 -0.033512 -0.003323 -0.012535 -0.029172 0.024532 0.014662 0.007612 0.012883 -0.028166 0.011299 0.002928 -0.003463 0.035506 -0.003116 0.03638 0.049149 0.023141 0.007517 6.5e-05 -0.032389 -0.02954 -0.023276 -0.006783 0.025622 -0.024684 -0.006043 0.002251 -0.009294 0.0276 -0.026312 -0.025965 -0.01829 -0.030333 -0.018198 0.005663 0.00082 0.016688 0.003624 0.012586 -0.006506 0.014944 0.005728 0.000421 0.012018 0.041041 -0.04732 0.000161 -0.025379 0.010625 0.016047 -0.017503 -0.003872 0.021663 -0.011632 -0.015515 -0.015867 0.005964 -0.039884 0.012532 -0.061536 -0.009452 0.0101 0.008306 0.015175 0.017299 -0.000555\nგ 0.032477 -0.003164 -0.034198 0.01956 0.012179 0.028611 0.000772 -0.009933 -0.007128 -0.026904 0.035383 0.003447 -0.01518 -0.01158 0.022819 -0.011828 0.020818 -0.023349 -0.004903 -0.017078 -0.010115 0.008307 0.000663 0.003925 -0.002272 0.013928 -0.011089 -0.004609 -0.017767 -0.017061 0.018464 -0.01945 -0.02171 -0.02211 0.026812 0.009176 -0.033654 0.028414 -0.006199 0.002108 -0.020949 0.025106 -0.001824 -0.000278 -0.025961 -0.009591 0.028125 9.3e-05 0.003981 0.002659 0.012239 0.03393 0.022347 -0.031509 0.037266 0.006411 0.008168 0.022966 -0.01894 0.018398 -0.024562 -0.01891 -0.002522 -0.011407 0.01959 0.017062 0.027801 -0.00433 0.021297 0.011632 -0.039748 -0.004953 0.016143 0.003701 -0.037163 -0.001927 -0.027177 0.019056 -0.024633 -0.012893 -0.001638 -0.008353 -0.004021 0.009522 -0.013415 -0.035889 0.004962 0.001173 -0.01085 0.001651 -0.006069 0.024562 0.000556 -0.004452 0.012443 -0.00326 0.009746 -0.027393 -0.002943 0.001266 -0.016851 -0.004025 -0.005596 -0.022664 0.004926 -0.005736 -0.021674 0.017193 0.036194 -0.001251 0.028072 0.016668 0.019394 -0.008192 -8.9e-05 -0.001711 0.001021 0.003581 -0.020664 -0.047657 0.015306 0.002021 0.030171 0.022981 0.026122 0.01076 0.000432 -0.018762 -0.002745 -0.008313 -0.003748 0.004176 -0.003415 0.030509 -0.005267 0.014808 -0.01048 0.004798 0.024386 0.026477 -0.011798 -0.008927 0.012442 0.01919 -0.044824 -0.048973 0.037782 0.016929 0.002689 -0.032545 0.004421 0.004445 0.033299 0.004348 -0.000653 -0.008613 -0.002441 -0.019232 0.017402 -0.028907 -0.019812 0.002636 0.015725 0.014693 -0.024386 -0.009547 0.006433 -0.015503 0.025435 0.007008 -0.020661 -0.028649 -0.0103 0.035249 -0.015535 -0.019341 0.002186 -0.006611 -0.023226 -0.007732 0.019961 -0.017713 -0.00179 -0.012062 -0.008925 -0.01153 0.002479 0.006948 -0.045059 -0.000238 0.023408 0.025605 -0.027997 -0.021813 0.002754 0.044065 -0.008599 0.016566 0.005966 0.007247 -0.025846 -0.017048 0.010777 0.01068 0.004167 0.016018 0.010039 -0.010239 0.005296 0.028127 -0.017179 0.003855 0.00326 0.010255 0.003363 0.044997 0.014081 -0.01436 0.010768 -0.008491 0.003888 0.012544 -0.006183 0.007732 -0.019148 -0.00925 0.006707 0.015629 0.000684 -0.012965 0.002149 0.001886 -0.005661 -0.012855 -0.023529 0.005916 -0.003461 -0.034343 0.022524 0.011509 0.007846 0.015258 -0.024175 0.002534 0.001166 0.009748 0.028771 -0.001352 0.027188 0.041298 0.024306 0.02308 -0.002051 -0.032479 -0.033916 -0.015699 -0.008195 0.022294 -0.033563 -0.007219 0.003346 -0.00262 0.02721 -0.018853 -0.015715 -0.014021 -0.031055 -0.018819 -0.003829 -0.010126 0.013817 -0.008473 0.013099 0.004657 0.012368 -0.001645 0.003505 0.013126 0.038338 -0.036179 0.001587 -0.013926 0.016716 0.002581 -0.015974 -0.008874 0.010878 -0.000861 -0.012983 -0.001528 -0.000359 -0.035086 0.001325 -0.054721 -0.014923 0.003084 0.010896 0.003666 0.011737 -0.003008\nᑕ 0.045752 -0.00631 -0.056917 0.022596 -0.009282 0.040191 0.007915 0.002063 -0.047236 -0.051736 0.045485 0.013036 -0.004569 -0.013716 0.02799 -0.020485 -0.011603 -0.015685 -0.013369 -0.023287 -0.025842 0.010129 0.010915 0.0258 -0.023441 -0.000188 -0.004258 -0.006194 -0.031421 -0.064916 0.014302 -0.058941 -0.027044 -0.04788 -0.005378 0.01652 -0.030244 0.041318 -0.015566 0.007182 -0.068472 0.0149 0.006786 -0.019649 -0.044456 -0.015259 0.047924 0.001354 0.006865 -0.006704 -0.014382 0.063594 0.023714 -0.018123 0.043141 -0.004625 -0.003762 0.030516 -0.037299 0.029332 -0.017126 -0.025265 -0.03014 0.005976 0.020771 0.01217 0.05331 -0.002863 0.041625 0.018176 -0.074778 0.002649 0.073969 0.036102 -0.013725 0.005704 -0.030682 0.021081 -0.026121 0.001288 -0.008142 -0.020243 -0.002327 0.00048 -0.010427 -0.038829 -0.008649 -0.045849 -0.000967 0.013941 -0.005333 0.0135 0.030076 -0.008599 -0.001935 -0.011201 -0.0005 -0.067624 0.015857 0.012918 -0.042957 -0.006605 0.010879 -0.047534 0.016465 0.000885 -0.022924 -0.000488 0.04198 -0.031027 0.04517 0.030499 0.035505 -0.02456 0.023682 -0.011066 -0.009583 0.036612 -0.003334 -0.035613 0.055645 -0.023045 0.065758 0.023822 0.010225 0.005726 -0.019922 -0.004656 -0.002038 -0.016945 -0.018539 -0.012897 -0.012741 0.030863 -0.009041 -0.007272 -0.037338 0.005376 -0.004968 0.058594 -0.019796 0.001868 0.032228 0.036423 -0.025813 -0.063628 0.081819 0.021641 -0.005006 -0.0456 0.032291 0.008684 0.051647 0.029221 0.013207 0.020438 0.031711 -0.008082 0.008196 -0.048969 -0.01972 0.007732 0.05173 0.029521 -0.013693 -0.020733 0.00325 -0.024023 0.012792 -0.019453 -0.026887 -0.038238 -0.027857 0.009772 -0.001127 -0.000693 -0.01857 -0.033804 -0.045393 -0.016242 0.032342 -0.040547 0.016447 -0.017908 -0.002734 -0.021457 -0.001318 -0.003787 -0.041978 0.017046 0.035289 0.025707 -0.01041 -0.027607 0.020441 0.033076 -0.03891 0.01173 0.005982 -0.009661 -0.030914 -0.006902 0.022517 0.011799 0.002361 0.012539 -0.020028 -0.034954 -0.006219 0.020161 0.00035 -0.006413 -0.016017 -0.000684 -0.006548 0.053816 0.038556 -0.011318 0.013527 -0.003204 0.00158 0.008697 0.003575 -0.001136 -0.04177 0.003623 -0.017225 -0.002534 -0.022938 -0.033487 -0.00724 0.018154 0.004686 0.018386 -0.067518 0.015109 -0.032745 -0.046564 0.038356 0.018569 -0.019948 0.014503 -0.026922 0.010764 -0.001477 0.021289 0.059518 -0.003354 0.028977 0.059902 0.031355 0.027008 -0.020058 -0.044159 -0.039353 -0.016309 -0.011892 0.037363 -0.03569 -0.029239 -0.002662 -0.024776 0.03173 -0.043625 -0.016855 -0.019238 -0.054829 -0.028328 0.02136 -0.001419 -0.000487 0.007042 0.015649 -0.01102 0.011142 -0.013316 -0.014665 0.024482 0.040843 -0.074249 -0.00533 -0.020285 0.00645 -0.003515 -0.033113 -0.0269 0.04855 -0.01685 -0.024089 -0.008689 -0.008555 -0.046872 0.014462 -0.065289 -0.007919 -0.005911 0.018769 0.025819 0.028123 -0.006819\n] -0.065901 0.026864 0.051821 -0.013909 -0.018766 -0.003981 0.074537 -0.035767 -0.028297 -0.044345 0.046622 0.000391 -0.094019 0.037716 0.043773 -0.073161 0.024912 0.016864 0.07983 -0.001935 0.039076 -0.028479 -0.107169 -0.027519 -0.061172 -0.051443 -0.066146 0.019515 0.033921 0.035589 0.009912 -0.022199 0.060901 0.071816 -0.015927 0.002584 0.04745 -0.001835 -0.002334 -0.041293 0.001933 0.078369 0.042823 0.05648 0.047211 0.023096 -0.023516 0.027252 0.016373 -0.023996 0.040756 0.038731 -0.048289 -0.03621 0.016643 0.036774 0.012867 0.073676 0.008283 -0.018045 -0.074207 0.004755 -0.018853 0.028048 0.021923 -0.001655 0.040988 -0.071302 0.001358 0.076339 0.040887 -0.038046 -0.033063 0.024562 0.032937 -0.05224 0.058327 -0.018756 0.074217 0.043243 0.021829 -0.003014 -0.031797 0.026615 -0.032538 -0.036447 -0.033948 0.004004 0.117684 0.059461 0.029774 -0.038185 0.001528 0.062115 -0.051809 -0.048141 0.026345 -0.022833 -0.082306 0.026981 -0.070389 -0.024122 -0.000693 0.041954 -0.024587 0.033602 -0.004672 -0.014002 -0.083743 0.026225 0.022436 -0.03833 0.022623 0.081404 0.024829 -0.008667 -0.024492 -0.037001 -0.064098 0.066979 -0.021631 -0.033824 -0.020049 -0.020298 -0.03144 -0.037435 0.085669 0.105281 0.023611 0.075567 0.094749 0.033049 0.007011 0.022784 0.055842 -0.006359 -0.002771 0.085948 -0.001842 -0.041121 0.00369 0.060895 0.013945 0.009386 0.043291 -0.032055 -0.002982 -0.081235 0.074721 -0.016516 0.078291 -0.029176 0.030731 0.019633 0.004617 0.026638 -5.5e-05 -0.070897 0.012958 0.018251 -0.026054 0.026147 -0.010079 -0.095107 -0.022742 -0.001887 0.006612 -0.0081 0.013445 0.129864 0.025648 -0.018578 -0.008258 -0.067653 0.097041 0.018094 0.053017 0.016586 -0.060196 0.083123 0.033687 0.069219 0.020512 0.012825 -0.052862 -0.024997 -0.093736 -0.014426 0.041507 -0.037672 0.020643 -0.013535 -0.014741 0.030401 -0.072205 0.030029 -0.013155 0.009328 0.017206 -0.056125 -0.088604 0.059259 0.013862 0.054801 0.051922 -0.123824 -0.0633 -0.058693 -0.020829 -0.045942 -0.014349 0.062883 0.044858 0.05193 -0.001785 -0.097698 -0.012664 0.048158 0.03855 0.026549 0.024819 -0.044191 0.025476 -0.030043 -0.044351 0.040152 -0.016218 -0.046389 0.035595 0.015042 -0.028659 0.006565 -0.046796 -0.086482 0.002248 0.063997 0.00798 0.015075 -0.060699 -0.079431 0.014773 0.018731 0.032492 0.005046 -0.044975 -0.0124 -0.065099 0.105162 0.019154 -0.083274 -0.129681 -0.033001 -0.091666 0.057532 0.031231 0.026906 -0.035928 0.002083 -0.050214 0.02372 0.025091 0.017636 -0.085073 -0.01612 0.065463 0.019453 0.016126 0.066116 -0.030656 0.028943 -0.077338 -0.013502 0.066767 -0.001448 0.05262 -0.028429 0.044791 -0.034254 0.019978 -0.012412 0.048086 0.088117 0.005148 0.034387 0.089131 -0.061854 0.018319 0.005658 -0.043625 -0.02177 -0.001791 0.007295 -0.025678 0.003469 -0.068772 0.060421 0.013693 -0.066043 -0.03667 -0.113979\nǜ 0.02929 -0.005909 -0.055667 0.025214 0.00556 0.025186 0.010011 -0.006863 -0.028741 -0.028234 0.018684 0.004274 -0.006459 -0.011661 0.021605 0.004532 0.013881 -0.015023 -0.001339 -0.025831 -0.012366 0.005296 -0.003253 0.021788 -0.000931 0.013074 0.001951 -0.009176 -0.013056 -0.021257 0.020366 -0.034182 -0.020182 -0.032126 0.010502 0.008823 -0.024969 0.033705 -0.002675 0.018888 -0.038642 0.016787 -0.003889 -0.008885 -0.026661 -0.016788 0.033103 -0.000917 0.004324 0.005066 0.014718 0.046874 0.029457 -0.026386 0.038995 0.000958 -0.004027 0.011289 -0.014684 0.01002 -0.033134 -0.030248 -0.006994 -0.017346 0.015138 0.017759 0.032185 -0.019199 0.027138 0.022529 -0.050518 -0.009479 0.025834 0.024022 -0.035922 -0.001936 -0.03364 0.015905 -0.011468 -0.022661 0.001899 -0.002657 0.007461 0.019306 -0.009999 -0.029211 0.001157 -0.005492 -0.013803 0.006654 -0.004777 0.023185 0.000736 -0.006104 0.016626 -0.011082 -0.000918 -0.031651 -0.00171 -0.008455 -0.022884 0.001734 0.001481 -0.026816 0.013084 0.003343 -0.01331 0.008291 0.030315 -0.01056 0.041376 0.018516 0.031648 -0.011336 0.00474 0.005568 -0.011714 0.011731 -0.006134 -0.04 0.023667 -0.007608 0.038982 0.010121 0.020636 0.006749 -0.001475 -0.014035 -0.012467 -0.006017 -0.00996 -0.00098 -0.015023 0.021741 -0.024719 0.013582 -0.025207 -0.003461 0.008987 0.02511 -0.010007 -0.012541 0.0117 0.031179 -0.023673 -0.034277 0.048475 0.003827 0.007669 -0.02216 0.003 0.014543 0.027764 0.02162 0.005069 0.00481 -0.003583 -0.020368 0.020949 -0.019366 -0.005213 0.013372 0.015455 0.012082 -0.011684 -0.007564 0.023708 -0.003253 0.018656 0.020588 -0.027595 -0.01781 -0.012991 0.028534 -0.011915 -0.022967 -0.0179 -0.010727 -0.031576 0.000194 0.02779 -0.010946 -0.003501 -0.001805 -0.001807 -0.001274 -0.007594 0.016025 -0.043846 0.00907 0.016506 0.027448 -0.032216 -0.021299 0.003355 0.032339 -0.021294 0.011344 0.000259 0.005989 -0.027301 -0.02669 0.014591 0.027606 0.022677 0.000696 0.015414 -0.012935 -0.001762 0.035684 -0.016997 0.001822 -0.01129 0.02581 -0.00512 0.051193 0.004276 -0.012769 0.007844 -0.003123 -0.001765 0.014618 -0.005107 0.005131 -0.015203 -0.002274 0.004658 0.011769 -0.006281 -0.027927 -0.009302 -0.011718 -0.003598 -0.009736 -0.022679 0.00787 -0.011842 -0.029564 0.0254 0.032481 0.017149 0.013586 -0.02893 0.00294 0.00907 0.003204 0.02304 -0.003857 0.029328 0.045067 0.023636 0.010579 -0.001616 -0.025824 -0.039237 -0.026296 -0.000403 0.013178 -0.023233 -0.024504 0.002528 -0.008765 0.01964 -0.022577 -0.019955 -0.010305 -0.034159 -0.024161 0.008433 -0.005294 0.012934 0.010238 0.012695 -0.005645 -4.1e-05 -0.004137 -0.007454 0.020344 0.037816 -0.046773 -0.000563 -0.020178 0.007886 0.00925 -0.016484 -0.001688 0.005341 -0.005944 -0.011969 -0.021288 0.00375 -0.030746 0.003188 -0.051493 -0.011075 0.000127 0.013759 0.016795 0.021972 0.008932\nɱ 0.02085 -0.001639 -0.005298 0.014143 0.011298 0.011987 0.008171 0.016495 -0.02369 -0.039352 0.037891 0.02863 -0.01192 -0.02504 0.038989 -0.014528 -0.010598 -0.003912 -0.006046 -0.033159 -0.008559 -0.0035 -0.013655 0.009874 0.006113 -0.006945 -0.002517 -0.006892 -0.015702 -0.041085 0.032012 -0.030036 -0.030197 -0.022245 0.003895 0.010787 -0.016662 0.039636 0.004158 0.008161 -0.049799 0.038873 0.009294 0.010811 -0.015063 0.003521 0.055851 -0.004646 -0.007182 0.01979 -0.000758 0.058059 0.034616 -0.015383 0.030242 0.009663 0.009976 -0.004306 -0.006316 0.006282 -0.037094 -0.027055 -0.012378 0.014387 0.006895 0.02817 0.053738 -0.023305 0.029095 0.03066 -0.026434 0.009601 0.019978 0.017181 -0.026085 -0.002026 -0.014173 0.011851 -0.009897 -0.001856 0.023633 -0.006684 -0.034692 0.022011 -0.011127 -0.060921 0.002128 -0.000126 0.00516 0.01026 0.011877 0.010749 0.020133 0.007757 -0.016213 -0.04585 0.006075 -0.034861 -0.037725 -0.027898 -0.039267 0.005795 -0.001865 -0.025901 0.008662 0.000485 -0.02013 0.005865 0.012798 -0.010462 0.047776 -0.000715 0.022252 0.021455 0.016294 -0.009622 -0.008753 -0.004047 -0.02333 -0.018018 0.031724 -0.007805 0.032719 0.006548 0.003978 -0.004245 0.00769 0.014882 -0.010364 -0.011387 0.013838 0.017409 0.005609 0.027198 -0.023803 0.000758 -0.022293 0.014209 0.001632 0.027668 0.005131 0.019509 0.004434 0.021718 -0.026289 -0.02537 0.023973 0.018473 0.012272 -0.031815 0.040437 -0.001227 0.04061 0.012238 0.006645 -0.005144 0.001756 -0.026662 0.019483 -0.041124 -0.032756 0.013473 0.028608 -0.013114 -0.020454 -0.033292 0.019152 -0.021994 0.013076 0.053662 -0.013291 -0.020614 0.003564 0.007842 0.009135 -0.03409 -0.014514 0.001803 -0.036111 -0.003634 0.034966 -0.003694 0.011606 -0.011498 -0.019985 -0.011115 -0.021694 0.022616 -0.027991 0.015452 0.006542 0.015598 -0.016149 -0.009717 -0.002514 0.027625 -0.022009 0.022408 0.010452 -0.004644 -0.033146 -0.01263 0.010103 0.032128 0.001788 -0.006565 -0.009714 -0.036377 -0.014361 0.020051 -0.01792 0.009517 -0.012751 0.041883 0.007549 0.013214 0.019079 -0.005849 0.012231 -0.006877 -0.018789 -0.003676 -0.004209 0.015319 -0.016487 -0.005632 0.006682 -0.008104 0.013274 0.006876 0.002484 0.002228 0.001036 -0.027284 -0.012831 0.004999 -0.011388 -0.014983 0.019758 -0.002306 -0.002893 0.012145 0.008967 0.014394 -0.019801 -0.006351 0.017965 0.013063 0.027034 0.025902 -0.015435 0.01491 -0.008341 -0.028099 -0.018287 -0.018459 -0.001585 0.007207 -0.015149 0.007353 0.013821 -0.01409 0.022472 -0.002859 0.001417 0.01167 -0.024555 -0.006628 0.009838 0.006523 0.011267 0.003219 0.016684 0.009065 0.025535 -0.001175 0.003714 0.024764 0.019716 -0.048952 0.001703 -0.006455 0.016828 0.028841 0.017024 -0.017222 0.040739 0.002753 -0.025076 -0.020538 0.002444 -0.037994 0.000816 -0.037484 -0.014552 0.005689 -0.008011 -0.003884 0.008401 0.005106\nò 0.052437 0.016239 -0.037163 0.044096 0.01037 0.004473 0.038057 -0.031231 -0.028174 -0.024136 0.04263 -0.040717 -0.012953 -0.024877 0.011917 -0.012535 0.025712 -0.040529 0.00694 -0.042425 -0.011093 0.014604 -0.013458 0.032263 0.003716 0.02159 0.020812 0.001078 0.017746 0.011658 0.025085 -0.036555 -0.001929 -0.003463 0.040352 -0.003827 -0.015292 0.028862 -0.006738 0.045159 -0.010657 0.023012 -0.033029 0.010967 -0.041594 -0.026482 0.043244 -0.003942 0.029513 0.029793 -0.005506 0.058537 0.041375 -0.037683 0.065643 0.008627 -0.025241 0.034209 -0.011689 0.022632 -0.019399 -0.047667 -0.010947 -0.015568 0.026318 0.00692 0.045871 -0.021383 0.022359 0.003796 -0.035668 -0.01539 0.036886 0.003906 -0.022882 0.028624 -0.008099 0.043213 -0.012554 -0.019518 0.005502 0.008969 0.021617 0.033016 -0.012575 -0.057596 -0.045478 -0.026802 0.006808 -0.024006 -0.001191 0.055789 0.011342 -0.042224 -0.016518 -0.033685 -0.015791 -0.004492 -0.00045 -0.015107 -0.034885 0.032606 0.002523 -0.014895 0.028168 -0.015142 -0.029862 0.000628 0.060815 0.012642 0.01836 0.017923 0.007455 -0.003348 0.006255 0.003697 -0.034741 0.01423 0.000365 -0.04841 -0.003501 0.016053 0.055248 0.019865 0.025241 0.033608 -0.015546 -0.005483 -0.025803 0.007674 0.000216 0.006408 -0.041947 0.019779 0.008074 0.019639 -0.012655 0.021572 -0.00587 0.02879 -0.014554 0.005657 0.03695 0.022806 -0.03661 -0.008561 0.034398 -0.003347 -0.014117 -0.020449 0.016254 -0.009469 0.015429 0.035489 -0.009415 -0.007531 0.001822 -0.034596 -0.004267 -0.047926 0.01431 -0.018277 0.005694 0.018914 -0.028314 0.006933 0.03795 -0.051697 0.051912 -0.009638 -0.038334 -0.035505 -0.024163 -0.004933 -0.026463 -0.004335 -0.007939 0.010485 0.011769 -0.02063 0.035111 0.007468 -0.004265 -0.008762 -0.003032 -0.005217 0.011578 -0.008342 -0.059933 -0.009906 0.014695 0.025902 -0.021664 0.034508 -0.033308 0.022388 0.017571 -0.002545 0.018248 0.009083 -0.034132 -0.048205 0.001038 0.053701 0.053201 -0.009077 0.011292 -0.00694 -0.012183 0.006827 -0.037921 0.009051 0.028502 -0.023123 0.017499 0.01268 0.010431 0.001592 0.009042 0.026915 0.031095 -0.010946 0.012922 -0.031621 -0.02339 -0.020225 0.008491 0.023174 0.012941 -0.005013 -0.014868 -0.026736 -0.01143 -0.032286 -0.028651 0.014483 -0.003808 -0.047135 0.039626 0.034514 0.012169 0.037356 -0.02034 -0.002681 -0.010128 -0.005227 0.038757 0.009172 0.027905 0.059355 0.004392 0.022805 0.01269 -0.060872 -0.031916 -0.013832 0.000565 0.033938 0.004605 -0.045644 -0.008943 0.004765 -0.00084 0.003866 -0.043011 -0.038357 -0.031082 -0.012984 -0.003181 -0.004693 0.026075 -0.006084 0.013516 -0.01452 0.028017 -0.024447 0.018327 0.027443 0.043145 -0.042684 -0.011142 0.008202 0.000308 0.017694 -0.034493 0.015729 0.007088 -0.010366 -0.042238 -0.007682 0.046213 -0.044681 0.002148 -0.061307 0.002074 0.005099 -0.017059 -0.007162 0.047833 -0.009287\nѵ 0.039811 0.001597 -0.082895 0.047192 0.022112 -0.004568 0.043296 0.000931 -4e-05 -0.049434 0.125322 -0.025008 -0.045349 -0.015041 0.017799 -0.009123 0.001364 -0.035196 -0.064107 -0.077437 -0.02143 -0.013715 -0.032362 0.041439 0.066002 0.038341 -0.022431 -0.04133 -0.042141 -0.010359 0.044274 -0.004162 -0.003712 -0.078717 0.009141 0.090067 -0.07646 0.11452 -0.021954 0.041665 -0.026927 0.009201 0.003795 0.036454 -0.013787 -0.039054 0.033884 0.004469 0.015492 0.034607 0.013558 0.064037 0.00788 -0.07657 0.058917 0.003199 0.036694 0.09662 -0.016857 0.052233 -0.078739 -0.035443 -0.013517 -0.068723 -0.032032 0.070363 0.088418 -0.059275 0.069272 0.033068 -0.125685 -0.048314 0.050554 0.017006 -0.104491 -0.035615 -0.028157 0.071099 -0.027316 -0.095738 0.040567 -0.002016 0.010204 0.05556 -0.03962 -0.047097 -0.005883 0.001259 -0.03795 0.039799 0.060465 0.066235 0.006596 -0.009291 0.038607 0.06046 0.028584 -0.007254 0.008961 -0.001204 -0.057674 -0.023531 -0.026202 -0.033289 0.031375 -0.066982 -0.010025 0.049246 0.073304 0.006536 0.132955 0.004173 0.085228 -0.058432 0.025363 -0.059705 -0.008383 -0.001918 -0.020837 -0.056373 0.061972 0.007032 0.053236 0.091606 0.070218 0.049659 -0.036512 -0.005256 0.038477 -0.039955 -0.014007 0.003806 -0.060153 0.066537 -0.063419 0.026731 -0.127203 -0.034298 0.032882 0.099687 -0.038282 -0.063719 0.051023 0.06811 -0.004362 -0.136485 0.038467 0.062339 0.032807 -0.13326 0.020542 -0.019592 0.069293 0.100613 -0.047352 0.02761 0.029184 -0.077128 -0.027021 -0.082566 0.01545 0.059076 0.046841 0.058504 -0.011764 0.005131 0.038336 -0.08832 0.033332 0.005956 -0.078722 -0.021356 0.000135 0.036072 -0.076583 -0.041742 0.000741 -0.027628 -0.078335 -0.012155 0.050331 -0.024166 0.010086 -0.005197 0.037549 -0.042509 -0.052765 0.062754 -0.095912 -0.011433 0.048263 0.021204 -0.098467 -0.056829 -0.018337 0.070544 0.006729 0.073418 0.012474 -0.047879 -0.047566 -0.065048 -0.006183 -0.007819 0.101165 0.034969 0.007614 -0.013823 0.02475 0.038767 -0.018832 0.011082 -0.008533 0.06886 -0.028303 0.132176 0.08008 -0.025479 -0.00105 0.00746 0.003062 -0.017158 -0.023668 0.01603 -0.045107 -0.002101 0.035325 0.037405 0.002877 -0.073968 -0.032591 0.049195 -0.016449 -0.080033 -0.054714 -0.031517 -0.019039 -0.04902 0.056125 0.016605 0.025401 0.085947 -0.057252 -0.043744 0.005421 0.035387 0.067832 -0.012614 0.072579 0.146048 0.004015 -0.030459 -0.003687 -0.091787 -0.091376 -0.035499 0.005673 0.019325 -0.056982 -0.033628 -0.038842 -0.01637 0.11201 -0.04743 -0.027623 -0.065127 -0.094941 -0.04866 0.007712 0.012093 0.023925 -0.024118 0.057304 0.018691 0.008105 -0.010683 -0.047335 0.004809 0.078365 -0.065906 0.03643 -0.013144 -0.004533 0.031659 -0.019789 -0.093871 0.020909 -0.011087 -0.070626 -0.012343 0.043879 -0.071903 -0.027558 -0.158307 0.01353 0.047758 0.028295 -0.005118 0.024201 -0.006076\n״ -0.016933 0.019241 0.010443 0.023436 0.005491 0.030947 0.029399 -0.00433 -0.003349 -0.01784 0.028365 0.008493 -0.005587 -0.008639 0.063544 -0.002211 0.016868 -0.011024 0.002459 -0.021275 0.011636 -0.000837 -0.067968 -0.033026 -0.006222 -0.006012 -0.071269 0.006101 -0.008708 -0.035809 0.012645 0.024065 0.003587 0.004768 -0.003218 0.014713 -0.058455 0.012513 -0.018891 -0.032841 -0.041587 0.036293 0.02697 0.005374 -0.017177 0.006272 0.014182 0.01383 0.004397 -0.017118 0.019627 0.015929 -0.006362 -0.071185 0.072236 -0.017658 -0.04972 0.017276 -0.036151 0.007618 -0.039032 -0.031182 -0.026251 0.030705 -0.022644 0.025791 0.0975 0.004294 0.019592 0.033156 -0.059434 0.00974 0.003778 0.038751 -0.043869 -0.005122 -0.000592 0.016591 -0.056045 -0.030565 0.045768 0.021469 -0.021983 0.033848 -0.013827 -0.049531 0.000577 0.053608 0.003927 0.029911 0.035863 -0.003868 0.00441 0.02239 0.026642 -0.039647 -0.005636 -0.0429 -0.003568 0.001701 -0.053033 -0.002976 0.002001 -0.008047 0.052556 0.005606 -0.056236 0.021743 -0.000447 0.006277 0.06736 0.019473 0.01803 0.04441 0.029658 -0.042841 -0.007852 -0.029411 -0.04118 -0.021441 -0.002437 -0.005469 0.080576 0.006319 0.036983 -0.012496 0.029973 0.040634 -0.037273 -0.01141 -0.021839 0.007872 -0.006787 0.031728 -0.002076 -0.005949 -0.021459 0.024397 -0.007161 0.052011 0.013098 0.003988 0.010584 0.012166 -0.023752 -0.08272 0.049348 -0.00844 0.051863 -0.089061 0.022742 -0.000646 0.056568 0.009777 0.011151 0.063296 -0.058554 -0.057438 -0.00082 -0.019147 -0.065 -0.016662 0.053183 -0.029611 -0.006626 -0.027029 0.027103 -0.017754 -0.00266 0.007936 -0.017744 -0.030426 0.020825 0.008082 0.018715 -0.020503 0.028979 -0.023905 -0.021717 -0.025206 0.041071 -0.004137 0.002178 0.014613 -0.002237 -0.023139 -0.043362 0.021856 -0.003678 0.003629 0.030079 0.041465 -0.042812 -0.018132 -0.024899 0.056 -0.039053 0.030812 0.004097 -0.005771 -0.08021 -0.010162 0.009867 0.027942 0.011557 -0.047859 0.035958 -0.022378 -0.009646 0.01846 0.005331 0.008739 0.013889 0.034585 0.029604 -0.010743 0.024885 -0.0216 0.028037 0.024817 -0.019003 -0.015743 0.046156 -0.003784 -0.001928 0.014338 -0.017256 -0.033866 0.006305 0.000121 -0.002584 0.009061 -0.057203 -0.067067 -0.031949 0.042852 0.018067 -0.008813 0.019659 -1.1e-05 -0.004858 0.031254 0.02642 0.008807 -0.031737 -0.044943 0.045086 -0.013796 0.008588 0.065449 0.013464 0.02901 -0.047675 -0.041459 -0.008794 -0.060632 -0.034086 0.020738 -0.036657 -0.043651 0.017379 0.012799 -0.008329 -0.019571 -0.025098 -0.043396 -0.049468 0.027496 0.001329 0.022197 -0.016924 -0.054788 0.001533 0.013378 0.052691 -0.004503 0.010718 0.006923 0.014496 -0.039692 0.000765 0.008912 0.012206 0.036407 0.004623 -0.072565 0.015348 0.007913 -0.018511 -0.016475 0.012424 -0.03747 0.013013 -0.041726 -0.024297 0.037046 0.027782 -0.036475 0.032637 -0.060299\nၽ -0.008771 0.016346 -0.0482 0.040342 0.027009 0.038107 0.062567 -0.017564 -0.036181 -0.048444 0.072084 0.036256 -0.030843 -0.003833 0.073456 -0.020228 0.019898 0.007105 0.00566 -0.035463 -0.042595 -0.007993 -0.062159 0.034834 0.007603 0.006181 -0.010951 0.010286 -0.03686 -0.034181 0.02711 -0.001133 -0.026677 -0.032193 0.01717 0.037557 -0.042976 0.087925 0.005865 -0.001947 -0.05151 0.082759 0.001794 0.02396 0.012831 -0.016937 0.030181 0.005462 0.016291 -0.006582 0.013969 0.064323 0.034107 -0.030738 0.052239 0.01612 0.007184 0.048984 -0.026449 0.044502 -0.045538 -0.071779 -0.023749 0.018856 -0.009751 0.045076 0.077096 -0.08657 0.009492 0.064635 -0.045097 -0.017311 0.030341 0.025882 -0.032673 -0.021948 0.005124 0.0489 -0.035349 -0.012433 0.055232 0.01839 -0.036573 0.035424 -0.048883 -0.088136 0.005283 -0.002248 0.018087 0.045183 -0.014948 -0.011901 0.008729 0.034363 0.026743 -0.068753 0.027104 -0.061489 -0.041346 -0.002467 -0.06379 -0.009789 -0.040247 -0.048363 0.017109 -0.018004 -0.015081 -0.003987 0.035258 0.034282 0.086595 0.040343 0.03055 0.037952 0.015196 0.013995 -0.064316 0.002996 -0.054796 -0.041385 0.011188 -0.033098 0.034487 0.053741 0.017081 -0.011932 0.049571 0.027904 -0.035622 0.027851 0.011095 0.041412 0.008672 0.050287 -0.015279 0.041814 -0.045832 0.051243 0.045268 0.02035 0.020504 -0.014894 0.023553 0.037395 -0.031873 -0.076569 0.058716 -0.026834 0.005797 -0.048914 0.050851 0.023506 0.034802 0.0539 0.008274 -0.024434 -0.031938 -0.041006 0.003024 -0.0136 -0.01962 0.006195 0.067482 -0.018239 -0.038618 0.003437 0.038134 -0.049537 0.024453 0.068343 -0.022578 -0.037593 0.025629 0.02092 0.019776 -0.024361 -0.022417 0.005586 -0.058353 -0.023564 0.060403 0.002067 0.00686 0.016872 -0.053496 -0.0201 -0.009912 0.006723 -0.037552 0.009701 -0.024016 0.046396 -0.048155 -0.016736 -0.012113 0.059614 -0.062837 -0.016841 0.029517 -0.002201 -0.066889 0.009781 0.035765 0.042779 0.058513 -0.025709 0.006008 -0.068369 -0.002974 0.065388 -0.029343 -0.003779 -0.003834 0.062057 0.021078 0.049952 -0.004367 -0.028816 0.03417 -0.001204 -0.032348 -0.009577 0.012728 0.018119 -0.036489 0.006228 0.030174 0.012918 0.029113 -0.017719 0.002167 -0.006926 -0.019524 -0.09128 -0.040178 0.031772 0.016979 -0.020095 0.020457 0.038626 0.016165 0.01137 -0.022393 0.028708 -0.020233 -0.013048 0.054485 0.030634 0.050703 0.093674 -0.022469 0.02537 -0.022115 -0.053519 -0.074731 -0.019443 -0.01212 0.075844 -0.036002 -0.03495 -0.019822 -0.015885 0.022141 -0.046522 -0.030058 -0.028633 -0.062243 0.005037 -0.008863 -0.001436 0.016479 -0.006721 0.016908 -0.019937 0.029123 -0.030037 0.035798 0.030927 0.042119 -0.052186 0.011028 0.007783 0.001551 0.038256 0.013931 -0.022543 -0.00292 -0.00588 -0.041703 -0.032508 0.035439 -0.032801 -0.012309 -0.091394 -0.032598 0.011327 0.002453 0.002429 0.016968 -0.051165\nஅ 0.022745 -0.009883 -0.033915 0.0343 0.007034 0.033948 0.007442 -0.006389 -0.009978 -0.025605 0.025661 0.009356 -0.01003 -0.017664 0.023319 -0.010821 0.006665 -0.02252 -0.00864 -0.033615 -0.002905 -0.002942 -0.00483 0.017861 0.0114 0.015314 -0.003941 -0.016479 -0.009354 -0.028588 0.01922 -0.029174 -0.023992 -0.033911 0.012894 0.013199 -0.043956 0.021133 0.004782 0.02283 -0.040183 0.017777 0.005771 0.00343 -0.027206 -0.0134 0.027545 -0.00303 -0.006219 0.016904 0.006496 0.040479 0.025558 -0.030878 0.038121 0.000852 -0.01183 0.020188 -0.006064 0.022857 -0.039782 -0.035812 0.009979 -0.021453 0.023998 0.015821 0.042797 -0.00649 0.032599 0.032782 -0.038325 -0.002575 0.012721 0.01191 -0.03914 0.011031 -0.023697 0.034581 -0.03606 -0.01682 0.011095 0.007221 0.016146 0.012674 -0.014879 -0.041421 0.011363 -0.001388 -0.003002 -0.006783 -0.002863 0.019057 -0.003192 -0.006558 0.016496 -0.002254 -0.005033 -0.030192 -0.006005 0.002863 -0.017632 0.003998 -0.002675 -0.020545 0.00659 -0.007168 -0.011394 -0.005828 0.026379 -0.004343 0.03739 0.013915 0.019628 -0.017882 -0.011717 -0.0064 -0.00382 0.002254 -0.004818 -0.02026 0.012357 0.003635 0.038481 0.015602 0.031315 0.009249 0.003859 -0.011077 -0.008572 -0.022674 -0.017821 0.009076 -0.012871 0.037152 -0.015619 0.009005 -0.031158 -0.012913 0.015237 0.020192 -0.016026 -0.007003 0.01143 0.017194 -0.035416 -0.048404 0.05002 0.009763 0.00343 -0.044155 0.001941 0.008593 0.028331 0.013571 0.005312 0.003499 0.008665 -0.027354 0.005979 -0.015074 -0.026927 0.015315 0.016596 0.020705 -0.006611 -0.009323 0.030988 -0.019268 0.018681 -0.001883 -0.034196 -0.006178 0.004758 0.034304 -0.020102 -0.023732 -0.001291 0.000776 -0.019387 -0.009633 0.019627 -0.002737 0.004201 -0.003481 0.0019 -0.024343 -0.00385 0.009228 -0.039891 -0.013963 0.018103 0.02928 -0.024618 -0.031831 0.001029 0.031108 -0.020235 0.002882 0.002858 0.001345 -0.025221 -0.02569 0.014966 0.02838 0.022994 0.016869 0.010399 -0.005747 -0.000132 0.033328 -0.020156 0.009388 -0.01634 0.007776 -0.005163 0.051658 0.013716 -0.013973 0.012591 -0.000795 -0.004084 0.022731 -0.015043 0.001957 -0.027891 -0.000173 0.006856 0.023992 -0.004895 -0.010456 -0.006121 0.007062 -0.002981 -0.020739 -0.021232 -0.012086 -0.017796 -0.029406 0.02018 0.027528 0.015221 0.012804 -0.014765 0.00816 -0.008721 0.008159 0.025503 -0.005363 0.027496 0.046004 0.033687 -0.011617 0.001528 -0.032599 -0.030647 -0.012495 -5.7e-05 0.024369 -0.028092 -0.008363 0.004617 -0.016138 0.028921 -0.022403 -0.045384 -0.012086 -0.023942 -0.020692 0.011095 0.000917 0.009173 -0.012933 0.015578 0.005324 0.00745 0.001898 -0.002495 0.006062 0.037912 -0.044298 -0.013007 -0.017779 0.022861 0.004196 -0.003758 -0.007305 0.021362 -0.004579 -0.018654 -0.009681 -0.002574 -0.033331 0.015957 -0.057769 -0.003782 0.012722 -0.001891 0.022737 4.9e-05 0.000154\nڇ 0.034 -0.001094 -0.071524 0.023267 0.021627 0.056236 -0.00048 -0.003761 -0.027304 -0.060134 0.043638 0.032929 -0.016904 -0.045397 0.04123 -0.006986 0.01993 -0.014318 -0.018042 -0.064307 -0.008969 0.00697 -0.002462 -0.003878 0.01511 0.012307 -0.019864 -0.031764 -0.032577 -0.056167 0.01309 -0.057669 -0.023499 -0.059381 0.015965 -0.014738 -0.053743 0.060579 -0.001561 0.027775 -0.037459 -0.028566 0.001894 0.018342 -0.034888 -0.035243 0.058433 -0.019732 -0.020786 0.020051 0.008114 0.056936 0.045585 -0.011347 0.055085 -0.013028 0.023823 0.030262 -0.001622 0.030261 -0.041095 -0.044513 0.004228 -0.030981 0.047945 0.033116 0.061664 -0.017979 0.076042 0.018117 -0.046925 -0.013337 0.045179 0.049512 -0.05829 0.00858 -0.031274 0.053512 -0.054329 -0.01721 0.021703 0.002027 -0.030067 0.025646 -0.032227 -0.0649 0.03916 -0.018031 -0.019932 -0.01905 -0.016168 0.008699 -0.001144 -0.02173 0.02514 -0.008512 -0.000232 -0.037812 -0.007841 -0.001727 -0.062147 0.007975 -0.002402 -0.052348 0.007355 -0.001495 0.001573 0.033515 0.034278 -0.009681 0.055641 0.020344 0.031306 -0.045384 0.002113 -0.000458 -0.01222 0.010051 -0.049542 -0.046508 0.0592 -0.009094 0.050454 0.026345 0.05108 0.033804 -0.016768 -0.009582 -0.016229 -0.031542 -0.018478 -0.001939 -0.009966 0.034397 -0.028383 0.025991 -0.061974 0.024565 0.003945 0.077287 -0.001554 -0.004181 -0.012493 0.038573 -0.041486 -0.077832 0.062515 0.020876 -0.007767 -0.04539 -0.007023 0.039947 0.033387 0.044458 0.019862 0.001493 0.018914 -0.019835 0.039806 -0.038677 -0.030422 0.047366 0.009639 0.035703 0.007618 -0.030267 0.003333 -0.048334 0.055217 0.032718 -0.051266 -0.006305 0.00469 0.062198 -0.016142 -0.036182 -0.032442 -0.008348 -0.073044 -0.029207 0.042871 -0.004433 0.016613 -0.012185 -0.001114 -0.032454 0.006577 0.020812 -0.082675 -0.014814 0.009015 0.025285 -0.046874 -0.030869 0.005884 0.05131 -0.038763 0.004577 -0.020213 -0.002922 -0.059609 -0.050489 0.016461 0.042358 0.041925 0.014499 0.046293 -0.007702 -0.023892 0.082731 -0.032817 -0.037951 -0.001874 0.023158 0.016141 0.084947 0.011245 -0.013425 0.009799 -0.019028 -0.011852 0.020386 -0.006468 -0.008522 -0.064648 0.017238 -0.021458 0.02608 -0.031721 -0.030309 -0.005832 -0.009266 -0.004096 -0.019444 -0.048485 -0.032782 -0.037577 -0.060396 0.027025 0.020138 0.020659 0.035806 -0.019974 0.024202 0.004177 -0.019444 0.046188 -0.019013 0.082282 0.046807 0.031583 0.006392 0.00595 -0.055625 -0.023299 -0.011009 -0.003742 0.05838 -0.007001 -0.007 -0.011704 -0.023827 0.036295 -0.032614 -0.035666 -0.027948 -0.05557 -0.037152 0.01457 -0.000145 0.050272 0.025328 0.039527 -0.019928 0.019539 0.014919 0.002902 0.032899 0.080555 -0.086641 0.00558 -0.021039 0.023064 0.02892 -0.000166 -0.000914 0.033252 -0.012098 -0.019125 -0.013988 -0.01259 -0.05657 0.026083 -0.111025 -0.006183 -0.003343 0.017026 0.027339 0.017149 0.011725\n̊ 0.015179 0.016031 -0.018588 0.00522 0.000599 0.026377 0.005646 -0.008481 -0.009844 -0.011453 0.016618 -0.005379 -0.004704 -0.01589 0.045003 -0.020481 0.00491 -0.021915 -0.004998 -0.020425 -0.003623 -0.016568 -0.013082 0.001768 -0.000286 -0.001213 -0.015898 0.005387 -0.016028 -0.001804 0.021411 -0.011319 -0.002852 -0.023694 0.005601 -0.00898 -0.01971 0.014475 -0.000362 0.007967 -0.02705 0.026287 0.00751 0.017738 0.006689 0.012544 0.002646 -0.006636 -0.014438 -0.007652 0.014431 0.043459 0.008939 -0.043984 0.021393 0.009032 0.013917 0.03745 4.3e-05 0.015276 -0.014637 -0.034483 -0.005342 -0.003982 0.01349 -0.012555 0.03398 -0.021988 0.018234 0.03262 -0.011132 -0.01134 -0.010828 -0.00125 -0.01161 -0.006925 -0.00519 0.0064 -0.013023 -0.027199 0.004776 0.006487 -0.004821 -0.00237 0.009858 -0.023066 0.008272 -0.00036 0.003698 -0.007297 0.002563 0.016157 0.015863 0.002294 0.001413 -0.006117 -0.002662 -0.035389 -0.002841 -0.005633 -0.011899 -0.021463 -0.007994 -0.007026 -0.002901 -0.009744 -0.029363 -0.005625 -0.014745 0.004545 0.012665 0.020133 0.014386 -0.006677 0.010941 0.004634 -0.014964 -0.005172 -0.005182 -0.023357 0.005487 -0.005671 0.022111 0.023193 0.019422 -0.011043 0.018031 0.002495 -0.013616 0.001072 -0.017396 -0.002903 -0.007767 0.012593 -0.001345 0.003347 0.002003 0.019973 0.014755 0.017959 -0.021511 -0.01503 -0.01046 -0.003343 -0.020152 -0.030414 0.031021 -0.020334 -0.002236 -0.016253 0.030107 0.004098 0.014454 0.011887 0.009476 0.000393 -0.009023 -0.017191 0.001538 0.006213 -0.013056 0.016245 0.017193 -0.013356 -0.007604 8e-06 0.021071 -0.015975 0.012174 0.027573 -0.003802 -0.007107 -0.015769 0.002855 0.00992 -0.014073 -0.002084 -0.02145 -0.023196 -0.001138 0.016255 0.01 -0.005257 0.005344 0.00181 -0.011287 0.017371 0.009971 -0.020063 0.013575 0.005863 0.03366 0.000189 -0.009397 0.009953 0.017676 -0.028409 0.02095 -0.020377 -0.00368 -0.016588 -0.002491 0.001201 0.014593 0.011648 -0.017202 -0.001296 -0.004412 0.002618 -0.001056 -0.029241 0.000703 -0.017053 0.013093 -0.00084 0.009993 -0.021566 -0.024915 0.007126 -1.2e-05 0.000514 0.004886 -0.001045 0.019861 -0.02489 0.022526 -0.010301 0.002781 1.7e-05 0.001743 0.012553 9.3e-05 -0.014637 -0.01662 -0.006485 0.019426 -0.002086 0.011124 0.029213 0.020723 -0.000636 0.012379 -0.006834 0.018464 -0.015672 -0.018865 0.002821 0.006008 0.023985 0.002721 0.018604 0.010897 -0.007638 -0.034431 -0.009557 -0.011839 0.000834 0.020224 -0.030399 -0.004207 0.007359 -0.00482 0.037781 0.001934 -0.022882 -0.008693 -0.01027 0.012711 -0.00077 -0.006702 -0.009152 0.008412 0.043374 0.008908 0.00562 -0.006436 0.012229 0.033005 0.017495 -0.018202 -0.006044 -0.000376 -8.8e-05 0.011203 -0.008343 -0.010407 0.010266 0.019772 -0.013518 0.00168 -0.006786 -0.021732 0.025577 -0.045672 -0.009431 0.014281 -0.014227 0.003734 -0.008106 -0.011365\nທ 0.029046 -0.003925 -0.043163 0.030585 0.009624 0.0375 0.009819 0.002386 -0.019926 -0.023693 0.030291 0.010347 -0.005223 -0.025281 0.02867 -0.00151 0.009299 -0.023699 -0.005717 -0.037555 -0.021442 0.00332 0.003968 0.009523 0.004684 0.017374 -0.011924 -0.01165 -0.016554 -0.024006 0.023431 -0.028201 -0.022708 -0.039431 0.00799 0.010165 -0.032547 0.041824 0.008453 0.019367 -0.023311 0.014532 -0.004068 -0.002368 -0.026532 -0.024808 0.036377 -0.004823 -0.001019 0.017423 0.006046 0.046442 0.030903 -0.035497 0.039382 0.00756 -0.003152 0.025825 -0.005813 0.028933 -0.032738 -0.024412 -0.006294 -0.016148 0.006528 0.023715 0.036961 -0.014763 0.029636 0.015935 -0.045756 -0.006816 0.014252 0.015471 -0.051447 0.001747 -0.030723 0.030456 -0.030082 -0.019717 0.019192 0.002831 0.006096 0.022126 -0.018001 -0.06134 0.011729 -0.004342 -0.022645 -0.006961 -0.000258 0.022044 0.009424 -0.016827 0.013867 -0.004458 0.002856 -0.036266 0.005156 -0.001178 -0.01427 -0.002223 -0.002198 -0.029629 0.018023 0.00139 -0.01239 0.005247 0.034601 -0.007947 0.046758 0.018402 0.028316 -0.017039 0.005989 0.005244 -0.008347 -0.001561 -0.010873 -0.041555 0.024985 -0.000604 0.042943 0.01804 0.031863 0.014448 -0.013236 -0.01688 -0.014022 -0.01022 -0.013952 -0.005455 -0.016401 0.030123 -0.02501 0.01591 -0.034408 -0.002979 0.001333 0.04942 -0.001648 -0.010024 0.007939 0.024299 -0.034921 -0.047222 0.041539 0.005353 0.00163 -0.041535 0.007584 0.011012 0.03558 0.022232 0.002803 0.013304 -0.001687 -0.023537 0.00895 -0.024829 -0.013087 0.019773 0.028504 0.019193 -0.008524 -0.018539 0.019935 -0.01442 0.026177 0.01908 -0.028648 -0.021189 -0.012172 0.037242 -0.029773 -0.026226 -0.009375 -0.006586 -0.038067 -0.018881 0.032867 -0.004089 0.008611 -0.010267 -0.006138 -0.01162 0.004098 0.014679 -0.052182 0.005093 0.011292 0.023819 -0.035959 -0.034275 0.003093 0.039378 -0.02553 0.01364 0.005863 0.001107 -0.027593 -0.02919 0.014325 0.018559 0.018085 0.023091 0.004028 -0.00577 -0.006227 0.044244 -0.022292 -0.001438 -0.008299 0.019825 0.000556 0.067049 0.007322 -0.026797 0.008466 -0.001235 -0.011752 0.010153 -0.009523 0.010277 -0.017963 -0.005949 0.001587 0.016517 -0.008138 -0.028166 0.00029 0.003038 -0.006098 -0.029347 -0.03472 -0.003606 -0.015632 -0.030333 0.028251 0.028912 0.010846 0.032859 -0.027997 0.009049 -0.00109 -0.009835 0.037339 -0.009065 0.040751 0.06179 0.023836 0.007928 0.004251 -0.040194 -0.03973 -0.019872 0.001566 0.019305 -0.022816 -0.019724 0.006625 -0.004633 0.031873 -0.024438 -0.029815 -0.020609 -0.034554 -0.011766 0.013119 0.005135 0.01869 0.003828 0.008394 -0.00211 0.015761 0.002301 -0.005117 0.011673 0.038193 -0.047989 0.000119 -0.013196 0.010962 0.00902 -0.0237 -0.004678 0.008953 -0.009192 -0.019776 -0.020628 0.006075 -0.042561 0.010633 -0.05892 -0.014856 0.003537 0.014568 0.019086 0.017169 -5e-05\nঙ 0.010922 0.00337 -0.037941 0.012956 -0.000892 0.01286 0.000257 -0.007016 -0.004276 -0.021691 0.025983 -0.008717 -0.012666 -0.001815 0.020163 -0.008513 0.00517 -0.009385 -0.004769 -0.016621 -0.011082 -0.003106 -0.002414 0.004866 0.014368 0.007959 -0.01841 -0.008573 -0.007337 -0.023603 0.01937 -0.015109 -0.020965 -0.021289 0.004403 0.02134 -0.029711 0.035782 0.005957 0.017747 -0.0196 0.018272 0.005068 0.002276 -0.025509 -0.000648 0.020903 0.01087 -0.00207 0.004434 0.002459 0.018102 0.009501 -0.021152 0.01748 0.002256 0.007613 0.020026 -0.004 0.019088 -0.013211 -0.018684 0.008294 -0.018386 0.0104 0.027291 0.026238 -0.009745 0.02525 0.026969 -0.038755 -0.010805 0.003752 0.02606 -0.037607 0.00089 -0.024452 0.016753 -0.024758 -0.003448 0.010819 -0.001315 0.010742 2.8e-05 -0.016982 -0.019329 -0.000727 -0.011682 -0.008229 0.000884 0.000938 0.015855 0.006241 -0.016162 0.023124 0.011087 -0.010876 -0.023889 -0.001513 -0.007846 -0.018597 -0.003137 -0.001856 -0.023279 0.009186 -0.011017 -0.011263 0.005021 0.018711 -0.005283 0.041104 0.015876 0.025094 -0.019979 -0.001047 -0.005158 0.008068 0.004812 -0.0067 -0.030857 0.036118 0.013916 0.028443 0.014616 0.013734 0.013591 0.000655 -0.003637 0.000633 -0.01901 -0.004052 0.001901 -0.012182 0.025829 0.001203 0.006946 -0.019587 0.009528 0.005107 0.032038 -0.002599 -0.002914 -0.002776 0.02235 -0.013138 -0.042306 0.037004 0.02384 0.005043 -0.035996 -0.002369 -0.003916 0.022058 0.005435 -0.000456 -0.011427 0.011778 -0.019779 0.007817 -0.013885 -0.013929 0.001998 0.016922 0.029913 -0.012224 0.001763 0.012235 -0.00814 0.010516 0.006275 -0.013226 -0.012005 0.002515 0.021381 -0.024009 -0.020593 0.00165 -0.006853 -0.025874 -0.005328 0.024559 -0.005934 0.008465 -0.004588 0.002614 -0.015023 0.008625 0.025246 -0.02853 -0.007875 0.008172 0.018886 -0.037072 -0.018642 0.009888 0.020095 -0.008892 0.005668 -0.00214 -0.002359 -0.029083 -0.022626 0.00518 0.016644 0.017387 0.018569 0.012492 -0.018356 0.013917 0.026146 -0.00529 -0.007047 -0.002506 0.009113 -0.007937 0.04879 0.015763 -0.023622 0.011055 -0.005176 0.000449 0.007052 -0.004873 -0.000353 -0.021074 -0.003853 0.001047 0.025298 0.000238 -0.031567 -0.000691 0.010747 0.004757 -0.026384 -0.02392 -0.012514 0.00044 -0.030866 0.008316 0.013329 0.013274 0.016135 -0.015365 0.002112 -0.011306 -0.000729 0.031858 -0.005971 0.016403 0.030991 0.012944 -0.022485 -0.012181 -0.017287 -0.013711 -0.007927 0.003605 0.01585 -0.014027 -0.009331 -0.007625 -0.011557 0.02807 -0.023705 -0.020403 -0.013266 -0.022251 -0.011588 0.006617 0.005089 -0.006117 0.010418 0.012254 -0.000452 -0.003599 -0.005753 -0.012109 -0.003558 0.033342 -0.025495 0.005338 -0.009938 0.008727 -0.000162 -0.012727 -0.00105 0.016282 -0.002065 -0.0112 -0.008782 0.001992 -0.031814 -0.002047 -0.031895 -0.014933 -0.00063 0.01091 0.024596 -0.001953 -0.007626\nқ 0.041959 0.004745 -0.056147 0.023771 0.011977 0.040797 0.004561 -0.014685 -0.024775 -0.027668 0.041417 0.010029 -0.011459 -0.029449 0.0298 -0.002183 0.0174 -0.020376 -0.009429 -0.050999 -0.022739 -0.001816 0.006352 0.014173 -0.001894 0.024683 -0.000208 -0.006189 -0.018703 -0.031621 0.028851 -0.0351 -0.016843 -0.032667 0.012242 0.015503 -0.036998 0.047345 0.005802 0.009345 -0.035085 0.018391 0.001254 -0.004363 -0.03328 -0.018571 0.034014 -0.001421 -0.00082 0.013195 0.002279 0.052454 0.037799 -0.033593 0.042399 0.004947 -0.003494 0.032039 -0.017909 0.033835 -0.027708 -0.029342 -0.013503 -0.010664 0.014688 0.02327 0.038966 -0.011274 0.035428 0.010019 -0.056431 -0.013471 0.024846 0.025702 -0.04885 -0.000305 -0.021904 0.023014 -0.040997 -0.009484 0.007551 0.00078 -0.001488 0.014203 -0.019591 -0.048566 -0.000458 -0.000951 -0.015896 -0.002513 -0.012509 0.02047 0.010137 -0.015851 0.021579 -0.00672 -0.000588 -0.047505 0.000248 -0.003354 -0.024762 -0.003181 0.002137 -0.031673 0.019035 -0.005215 -0.021104 0.015971 0.03905 -0.011944 0.047668 0.027431 0.025692 -0.008174 0.008096 -0.009549 -0.008347 0.003613 -0.020846 -0.043486 0.028813 -0.000379 0.034742 0.027902 0.033406 0.012784 -0.00743 -0.01502 -0.011766 -0.016882 -0.017871 0.002009 -0.009897 0.034001 -0.021849 0.022704 -0.032273 0.006696 0.011337 0.05175 -0.003457 -0.006275 0.013971 0.022895 -0.036383 -0.04858 0.056446 0.012141 0.006957 -0.043457 0.006332 0.011758 0.032726 0.013244 -0.010535 -0.000636 0.001334 -0.021133 0.006572 -0.024335 -0.020543 0.014579 0.020829 0.017488 -0.021347 -0.013152 0.019232 -0.019502 0.020046 0.021655 -0.024961 -0.03444 -0.014073 0.038636 -0.017026 -0.029542 -0.009336 -0.018432 -0.040819 -0.017135 0.038859 -0.017193 -0.000555 -0.016721 -0.005468 -0.021525 0.002211 0.01813 -0.055877 0.000988 0.020968 0.0309 -0.034355 -0.029777 0.007493 0.045328 -0.017266 0.017171 0.001456 -0.001267 -0.036365 -0.02767 0.011285 0.020894 0.013768 0.01599 0.015045 -0.015747 0.001707 0.040431 -0.02529 0.004766 -0.016351 0.008738 -0.012652 0.066579 0.011938 -0.023594 0.011368 -0.000922 0.002077 0.001626 -0.007214 0.008108 -0.023642 -0.009516 0.002627 0.021435 -0.008681 -0.028692 -0.009604 -0.000487 0.005206 -0.02321 -0.044593 -0.004088 -0.011312 -0.036237 0.029949 0.019331 0.006898 0.020434 -0.029535 0.014086 0.008923 -0.004416 0.046927 0.00095 0.046648 0.052557 0.030255 0.011524 0.002415 -0.036292 -0.035467 -0.029049 -0.007106 0.03347 -0.031084 -0.012229 0.003129 -0.009417 0.027848 -0.030933 -0.030527 -0.018496 -0.022864 -0.02441 0.007465 0.002318 0.013208 0.001314 0.008906 -0.009292 0.011953 -0.001063 -0.000778 0.007552 0.048239 -0.045168 0.0069 -0.023478 0.0154 0.013445 -0.021524 -0.002253 0.021711 -0.009521 -0.017118 -0.008693 0.00843 -0.047209 0.010342 -0.072043 -0.008244 0.01418 0.014811 0.022279 0.022076 0.002399\nޝ 0.018677 -0.002662 -0.025625 0.019765 0.009577 0.047312 0.014243 -0.02379 -0.017284 -0.034898 0.033308 -0.015469 -0.024678 0.003784 0.018026 0.014096 0.012468 -0.007264 -0.004375 -0.064753 -0.004103 0.008839 0.008121 0.012654 0.001686 0.010154 0.010176 -0.007484 -0.025534 -0.013158 0.04572 -0.046847 -0.025421 -0.013212 0.019201 -0.015789 -0.045909 0.021857 0.043727 0.031908 -0.030832 0.023106 0.000949 0.016081 -0.056634 -0.055306 0.016449 0.015909 0.014863 -0.033933 0.016349 0.053779 0.057397 -0.025977 0.030064 -0.015922 -0.052413 0.043553 0.019839 -0.003754 -0.033324 -0.014492 -0.014534 0.006004 0.017041 0.037366 0.070574 -0.028698 0.047341 0.01326 -0.049926 0.009005 0.01673 -0.012239 -0.062678 0.01249 -0.014876 0.021601 -0.05799 -0.015939 0.00709 -0.001862 0.026941 -0.006474 -0.024192 -0.084045 -0.020091 0.003961 -0.0151 0.010495 -0.037705 0.024607 0.021675 -0.016536 0.049947 -0.002811 -0.030752 -0.032549 -0.005415 0.004841 -0.026554 0.00951 0.010591 -0.038636 0.029832 -0.012528 0.00464 -0.010269 0.024147 0.000714 0.039549 0.053375 -0.011747 -0.029549 -0.01624 0.004695 0.029063 0.007849 0.001809 -0.068396 0.039098 -0.027786 0.008227 0.034602 0.026299 0.03651 -0.005675 -0.003168 -0.025656 -0.006052 -0.001451 0.000189 -0.001161 0.026454 0.020613 -0.010459 -0.037799 0.014643 0.020325 0.041623 0.040785 0.001208 0.001504 0.041257 -0.034164 -0.052514 0.073175 0.032132 -0.032202 -0.058556 0.005489 -0.013702 -0.002344 0.061756 -0.054752 -0.003003 0.014716 -0.019427 0.017334 -0.022961 -0.001369 -0.004168 0.054521 0.024544 0.00423 0.003012 0.021648 -0.041648 0.031216 -0.00451 -0.018368 -0.010187 0.007273 0.002712 -0.030449 -0.025777 0.011481 -0.003168 -0.043216 0.008405 0.045707 -0.022668 0.009317 -0.028759 0.009492 -0.018486 0.002009 0.01528 -0.01434 -0.018545 0.039519 0.022065 -0.076243 -0.01128 -0.028412 0.037553 -0.024024 0.015202 -0.006778 -0.020966 -0.046873 -0.079374 0.015752 0.01554 0.046573 -0.003384 -0.015471 0.023986 -0.022273 0.012452 -0.019907 -0.012097 -0.032286 0.002586 0.018313 0.032568 0.001318 -0.032274 0.041803 -0.005895 -0.019569 0.027087 -0.0152 0.048125 0.024432 -0.026946 0.01405 0.013883 0.033272 -0.026757 -0.002518 0.014993 -0.026403 -0.001939 -0.045606 0.007408 -0.02969 -0.052245 0.008185 0.011362 0.011562 -0.008428 -0.062317 0.006581 0.006073 0.007251 -0.003068 -0.019591 0.026772 0.032498 0.040727 -0.014588 -0.027027 -0.01039 -0.042124 -0.043393 0.001411 -0.020745 -0.017251 -0.029475 -0.018474 -0.029569 0.014715 -0.012194 0.00849 -0.026773 -0.037434 -0.009128 -0.005518 0.020188 0.025693 -0.015824 -0.024805 -0.013278 -0.003919 -0.007373 -0.022025 0.027675 0.06269 -0.019115 -0.003622 -0.057544 0.031232 0.010036 0.005686 -0.014571 0.011663 0.015243 -0.036799 -0.031733 0.014947 -0.032069 -0.02741 -0.057172 -0.013456 0.042455 -0.006851 -0.017976 -0.034527 -0.017259\nྭ 0.039527 0.00513 -0.091151 0.056563 0.030176 0.07504 0.03334 0.012995 -0.033568 -0.044811 0.065265 0.013557 0.012837 -0.068061 0.066978 -0.007676 -0.001527 -0.021054 -0.027616 -0.072324 -0.029704 0.006295 -0.015998 0.033857 0.025289 0.045598 -0.023348 0.000312 -0.018362 -0.033552 0.015998 -0.052006 -0.050972 -0.08833 0.017641 0.027699 -0.085074 0.063918 0.045815 0.040614 -0.039468 0.008859 -0.01499 0.013295 -0.059501 -0.058364 0.067835 0.021512 -0.00651 0.040417 0.042324 0.103322 0.051612 -0.091279 0.065013 0.032481 -0.004754 0.037781 -0.021902 0.050834 -0.062483 -0.054641 -0.003802 -0.057126 0.029011 0.039661 0.053261 -0.034473 0.06784 0.035889 -0.084663 -0.015508 0.02469 0.020923 -0.09327 0.004665 -0.081983 0.022203 -0.057965 -0.012743 0.027117 -0.003819 -0.018098 0.029636 -0.058846 -0.121944 0.013459 0.020164 -0.048292 0.010131 -0.010325 0.050815 0.001208 -0.031025 0.02705 -0.017982 0.017123 -0.048851 -0.017573 -0.039342 -0.032242 0.01334 -0.005571 -0.061264 0.019161 0.021963 -0.039243 0.042426 0.049056 -0.013601 0.092704 0.032771 0.067754 -0.053247 0.018515 0.001134 -0.047669 -0.009539 -0.03296 -0.05091 0.039035 -0.011844 0.098086 0.05231 0.06707 -2.4e-05 0.013949 -0.030309 -0.04388 -0.048413 -0.024459 -0.001823 -0.016954 0.035323 -0.023185 0.046221 -0.02838 0.01195 0.014156 0.105319 -0.019072 -0.039735 0.029779 0.059236 -0.085493 -0.083465 0.053061 0.006935 0.007322 -0.05348 -0.02045 0.052624 0.055496 0.074642 -0.016154 0.001071 -0.011472 -0.042033 0.026103 -0.019224 -0.011567 0.036602 0.036481 0.013719 0.001249 -0.03265 0.039933 -0.057216 0.040042 0.025203 -0.060336 -0.047872 -0.00045 0.042291 -0.049597 -0.064113 -0.035479 -0.005106 -0.065757 -0.03083 0.064312 -0.004074 0.013172 0.001281 -0.001373 -0.038428 0.009635 0.036795 -0.142037 0.030086 -0.013143 0.075222 -0.027415 -0.082694 0.009244 0.085031 -0.065519 0.017601 0.012613 0.003133 -0.078217 -0.08205 0.021766 0.082968 0.03039 0.031927 0.028617 -0.017454 -0.014741 0.09672 -0.056957 -0.007672 -0.012918 0.03455 0.01979 0.140698 -0.01403 -0.034802 0.016696 -0.004364 -0.02819 0.016567 -0.000651 0.010179 -0.052548 0.006861 0.013175 0.019803 -0.017699 -0.040036 -0.028777 0.004178 -0.01386 -0.064178 -0.070759 -0.00858 -0.037949 -0.05432 0.055951 0.08998 0.025153 0.071553 -0.031773 0.06635 0.018031 -0.033982 0.070014 0.009155 0.056754 0.084686 0.038266 -0.000927 0.024572 -0.102853 -0.060653 -0.059675 -0.005503 0.031752 -0.045307 -0.028571 -0.000227 -0.018802 0.068184 -0.069612 -0.084774 -0.002408 -0.057016 -0.038084 0.005354 -0.016669 0.034506 -0.009416 0.00519 0.003553 0.024996 0.015733 -0.000308 0.029066 0.090798 -0.102245 -0.005958 -0.04073 -0.000628 0.043693 -0.066313 -0.006003 0.01714 -0.022722 -0.056571 -0.05158 0.03957 -0.096481 0.042922 -0.141309 -0.019027 -0.018136 0.031851 0.035271 0.067692 -0.005373\nฬ 0.02435 -0.003872 -0.020964 0.030117 0.030118 0.036767 0.002627 0.001811 -0.018525 -0.01682 -0.013959 -0.007268 0.027224 -0.013092 0.026304 0.003215 -0.009616 -0.002865 -0.031703 -0.02252 0.011098 -0.002811 -0.002279 0.003574 0.018593 0.021613 -0.030213 0.011519 -0.006506 -0.007931 0.023661 -0.023365 -0.032061 -0.018301 -0.030628 0.031332 -0.035537 0.035751 0.001676 0.014467 -0.028199 0.00858 0.000256 0.007169 -0.02015 -0.019536 0.055776 0.025114 0.003429 0.018802 0.005343 0.028556 0.009677 -0.028932 0.019355 0.000793 -0.015061 0.020132 -0.002872 0.028869 0.022375 -0.020141 0.010623 -0.013848 0.014304 -0.000335 0.013326 -0.008324 0.068591 0.006648 -0.043262 -0.029409 0.019855 0.021176 -0.046197 0.026332 -0.028615 0.003637 -0.037906 -0.0171 0.008997 -0.034391 0.023202 -0.00962 0.003847 -0.013433 -0.005159 0.027791 -0.025617 -8.1e-05 -0.01034 0.020622 0.023889 -0.022475 -0.008323 -0.017393 0.020607 -0.025404 0.012844 -0.00433 -0.024236 0.028966 0.002012 -0.021463 0.015549 0.006364 -0.001698 0.01399 0.021181 -0.012835 0.061117 0.018258 0.031064 -0.015236 0.023153 -0.001645 0.006787 -0.001012 -0.021203 -0.023255 0.012091 0.00725 0.042558 0.01526 0.03286 0.002861 -0.021597 0.006317 -0.012791 -0.026322 -0.012387 0.002679 -0.019432 0.024984 -0.020446 0.002392 -0.030449 -0.020389 0.021981 0.017064 0.013949 0.004046 -0.028891 0.023238 -0.032842 -0.010066 0.066258 0.006878 0.003726 -0.024135 -0.008241 0.003519 0.046033 0.021525 -0.003565 -0.001047 0.023355 -0.027241 0.005103 -0.016838 -0.015065 0.024366 0.005579 -0.004598 -0.007586 -0.01129 0.02576 -0.007627 0.013489 0.004736 -0.007062 -0.002237 0.00264 0.026545 -0.017336 -0.019906 0.004803 0.008182 -0.036198 -0.019149 0.036727 -0.024022 0.025315 0.015909 -0.015664 0.01132 0.009317 0.019508 -0.037953 0.002372 0.00774 0.040456 -0.036116 -0.020888 0.012048 0.023916 -0.006579 0.002956 -0.002583 -0.007972 -0.015858 -0.039624 -0.000164 0.046995 0.024939 0.032326 -0.001174 0.01688 0.000102 0.015611 0.002224 -0.013059 0.012597 0.021526 0.019772 0.047416 -0.021448 -0.011344 -0.01798 0.007581 -0.001267 0.03134 0.010703 0.003502 -0.026922 -0.005156 -0.006587 -0.002069 -0.014194 -0.030346 -0.006901 -0.01142 0.01134 -0.016602 -0.008083 -0.034583 -0.009595 -0.025812 0.024101 0.042304 0.00069 0.029234 -0.030687 0.015904 -0.008258 0.000107 0.008802 0.018724 0.005493 0.028744 0.0008 0.002691 -0.030983 -0.02161 -0.019502 -0.021357 0.005652 0.030654 -0.028965 -0.01898 0.015083 -0.022639 0.032439 -0.024723 -0.017087 -0.029047 -0.033041 -0.006216 0.007136 -0.008636 0.033354 -0.007017 -0.008175 0.022166 0.010118 0.019682 0.009323 0.008101 0.03937 -0.031575 -0.003854 0.008727 0.018367 0.027842 -0.037103 0.016383 0.035732 0.014166 -0.014637 -0.00545 0.005751 -0.029955 0.035243 -0.049426 0.014557 0.006616 -0.006092 0.033044 0.009619 0.009554\nम 0.030198 0.000572 -0.051376 0.023835 0.012914 0.034929 0.004065 -0.00517 -0.02126 -0.033133 0.038908 0.01288 -0.008028 -0.026036 0.031769 -0.006161 0.004885 -0.02131 -0.011319 -0.047341 -0.016986 0.001499 0.004058 0.012683 0.004898 0.019193 -0.013089 -0.010624 -0.015668 -0.026505 0.024581 -0.031368 -0.019978 -0.040572 0.007876 0.010438 -0.03799 0.039796 0.008155 0.021691 -0.032369 0.012653 0.00091 -0.000101 -0.027582 -0.022914 0.034233 -0.004973 -0.001593 0.014598 0.007243 0.056943 0.037269 -0.037839 0.043233 0.00556 -0.005418 0.02085 -0.006316 0.028982 -0.032807 -0.031392 -0.005112 -0.021179 0.013605 0.017683 0.039457 -0.011184 0.033187 0.017526 -0.052243 -0.008888 0.022846 0.018434 -0.050971 0.002932 -0.030488 0.023667 -0.036233 -0.015702 0.010688 -0.002881 0.002276 0.016318 -0.020101 -0.045111 0.006091 -0.007605 -0.019734 -0.002698 -0.011213 0.0239 0.005166 -0.017492 0.014093 -0.004133 -0.002339 -0.03993 -0.003206 -0.003038 -0.023983 0.002415 -0.004654 -0.027202 0.013065 -0.009686 -0.015363 0.008532 0.035924 -0.004107 0.0463 0.024508 0.02507 -0.019536 0.00681 0.001757 -0.005608 0.000607 -0.016705 -0.039907 0.025323 -0.000602 0.039448 0.027074 0.03301 0.013491 -0.00988 -0.014509 -0.013835 -0.019373 -0.016208 0.000667 -0.019076 0.03327 -0.021224 0.014493 -0.033456 0.005057 0.005664 0.044281 -0.010229 -0.008471 0.008313 0.02601 -0.037806 -0.052801 0.049324 0.011712 -0.000211 -0.042997 0.002021 0.012476 0.031443 0.02534 0.00105 0.003581 0.003291 -0.026685 0.01558 -0.023695 -0.022491 0.012028 0.026936 0.012751 -0.013337 -0.011975 0.025172 -0.018968 0.021023 0.020339 -0.028587 -0.019136 -0.016163 0.034046 -0.018111 -0.030002 -0.008493 -0.007772 -0.038403 -0.017428 0.0329 -0.00934 0.008448 -0.013832 -0.005039 -0.014742 0.001501 0.024859 -0.060176 0.005062 0.020421 0.025303 -0.036492 -0.039571 0.002083 0.041747 -0.022617 0.015814 0.002324 -0.003892 -0.038697 -0.033941 0.015209 0.026561 0.018546 0.016421 0.010127 -0.007627 -0.006493 0.044537 -0.020732 -0.007301 -0.006671 0.01691 -0.004257 0.069392 0.010572 -0.025334 0.013133 -0.000805 -0.00561 0.004216 -0.008138 0.008552 -0.029435 -0.004726 0.001849 0.019697 -0.006185 -0.025262 -0.008241 -0.004246 -0.000192 -0.028992 -0.038343 -0.006004 -0.010173 -0.032266 0.029712 0.028115 0.011435 0.021814 -0.025489 0.018413 0.001464 -0.006423 0.035138 -0.003592 0.037258 0.055896 0.026334 0.008407 -0.005146 -0.041311 -0.031841 -0.019643 -0.007656 0.021148 -0.028889 -0.013749 0.003274 -0.011635 0.031528 -0.023813 -0.029542 -0.01938 -0.031027 -0.019532 0.006732 -0.004871 0.020289 0.004246 0.009921 -0.007474 0.01127 0.002825 -0.000301 0.017923 0.049024 -0.049158 -0.000593 -0.019048 0.016785 0.016662 -0.024972 -0.008715 0.019864 -0.012958 -0.023736 -0.013679 0.007738 -0.039957 0.009611 -0.065632 -0.011449 0.008911 0.014911 0.017805 0.013653 0.006695\nֱ 0.108102 0.047568 -0.098082 0.081805 0.04046 0.115496 0.046882 -0.01012 -0.030002 -0.079501 0.065995 0.065576 -0.033658 -0.082468 0.083151 0.008518 0.039438 -0.02072 -0.022494 -0.1185 -0.025538 0.009817 0.039249 0.023976 0.014304 0.085601 0.02056 -0.052102 -0.001382 0.004734 0.050702 -0.093217 -0.050091 -0.116789 -0.009418 0.054603 -0.096773 0.114135 0.003673 0.037898 -0.049249 0.026036 0.020204 0.030632 -0.005853 -0.065449 0.065616 0.019483 0.040042 0.014403 0.02447 0.14652 0.10613 -0.086297 0.070324 0.030081 -0.00335 0.026575 -0.012764 0.026862 -0.067951 -0.067184 -0.045736 -0.030084 -0.00577 0.020593 0.110152 -0.011381 0.070969 0.063683 -0.10868 0.01546 0.059485 0.035733 -0.1278 -0.025069 -0.076127 0.045693 -0.012072 -0.037923 0.065831 0.0167 -0.011434 0.018495 -0.064445 -0.152251 -0.014889 0.027523 -0.031242 -0.042283 -0.061914 0.075309 -0.048392 -0.03705 -0.021528 -0.001393 -0.046105 -0.083062 -0.011589 -0.003501 -0.003711 0.009581 0.033239 -0.099035 0.071437 -0.035379 -0.03858 0.004309 0.101218 -0.019052 0.144595 0.052244 0.023917 -0.001516 0.048406 0.035782 -0.017871 0.002186 -0.003322 -0.102017 0.067874 -0.044985 0.074691 0.058436 0.089575 -0.005408 -0.059517 -0.075822 -0.046455 -0.063071 -0.099465 0.0177 -0.016321 0.107254 -0.058627 0.038518 0.0077 0.078475 0.021608 0.131011 -0.021283 -0.019963 0.058134 0.098504 -0.045592 -0.109592 0.095887 -0.008164 0.02824 -0.093642 -0.018841 -0.006384 0.098177 0.063866 0.011516 0.030466 0.001432 -0.047607 0.064543 -0.039026 -0.041289 0.059303 0.060909 0.000947 -0.055276 -0.041508 0.047298 -0.071129 0.106539 0.083672 -0.099177 -0.078958 0.003534 0.087952 -0.028367 -0.078367 -0.036393 0.013592 -0.047981 -0.040195 0.11483 -0.001148 -0.002056 -0.01851 -0.06186 -0.049191 0.062014 0.045654 -0.189619 0.013516 0.047753 0.0653 -0.110026 -0.106356 -0.019073 0.045251 -0.052126 0.004858 0.025719 0.032084 -0.084805 -0.076985 0.014908 0.080777 0.080636 -0.008654 0.019232 0.009325 -0.045505 0.060042 -0.067715 -0.034974 -0.006667 0.074919 -0.005428 0.203481 0.012992 -0.024655 -0.029537 0.060065 -0.006783 0.051148 -0.014591 0.023612 -0.106478 -0.000106 -0.024833 -0.015548 -0.029659 -0.032196 0.020378 0.01676 -0.024714 -0.132484 -0.064189 -0.007979 -0.05155 -0.112423 0.108227 0.076462 -0.011227 0.102542 -0.031549 0.053812 0.036783 -0.049558 0.122163 -0.043454 0.10152 0.120689 0.062527 -0.00337 0.021121 -0.157694 -0.024281 -0.04835 -0.020285 0.062602 -0.071651 -0.016018 0.04423 0.033384 0.057282 -0.065624 -0.083563 -0.049889 -0.064397 -0.050899 0.023883 -0.016539 0.039913 -0.059936 -0.015869 -0.016718 0.024 -0.020072 0.025041 0.095724 0.124827 -0.083026 -0.051455 -0.014418 0.083131 0.048895 -0.062774 -0.001589 0.062378 -0.062886 -0.082958 -0.029563 0.0496 -0.078959 0.025147 -0.158768 -0.042483 0.047578 0.027403 0.039097 0.093233 0.022687\nа 0.038306 0.005007 -0.049816 0.021086 0.014126 0.034978 0.004657 -0.002213 -0.016673 -0.031303 0.040892 0.011534 -0.011734 -0.029089 0.036773 -0.012163 0.006973 -0.024251 -0.013174 -0.046014 -0.014361 0.00149 0.006704 0.014106 0.004745 0.02253 -0.008221 -0.011996 -0.018288 -0.027146 0.020622 -0.036774 -0.016906 -0.040208 0.011512 0.016092 -0.043967 0.04204 0.006116 0.018894 -0.033905 0.013041 0.003429 0.002457 -0.030003 -0.025205 0.037317 -0.002003 -0.003902 0.018707 0.012188 0.05441 0.032697 -0.035355 0.042024 0.012739 -0.001213 0.022423 -0.009647 0.028327 -0.032678 -0.026742 -0.008781 -0.017834 0.016877 0.022356 0.035366 -0.015261 0.02917 0.017654 -0.052881 -0.007922 0.021055 0.01608 -0.053297 0.001304 -0.034099 0.030865 -0.030171 -0.012771 0.014613 -0.001863 4.4e-05 0.022182 -0.023092 -0.053549 0.0039 0.00172 -0.024681 -0.004099 -0.009286 0.024687 0.007321 -0.017456 0.016631 -0.00711 0.001708 -0.039316 -0.002698 -0.006461 -0.018468 -0.001425 -0.002194 -0.030933 0.018365 0.000224 -0.015191 0.010711 0.038162 -0.003598 0.049302 0.024905 0.021614 -0.011858 0.013292 0.006262 -0.013487 0.001202 -0.014593 -0.042143 0.02398 0.004699 0.040507 0.028386 0.031582 0.00852 -0.010363 -0.023714 -0.011908 -0.019004 -0.018074 -0.003886 -0.013314 0.028787 -0.023324 0.013207 -0.026876 0.008298 0.010391 0.043466 -0.004491 -0.013798 0.012466 0.029702 -0.035045 -0.052249 0.045567 0.008476 0.005007 -0.042061 0.004928 0.003064 0.033535 0.028468 -0.008404 0.001635 -0.001236 -0.023707 0.017288 -0.01999 -0.020984 0.018488 0.018607 0.017414 -0.019049 -0.009121 0.023165 -0.023444 0.016734 0.022267 -0.026874 -0.026109 -0.011877 0.036768 -0.018102 -0.028961 -0.008052 -0.007332 -0.039622 -0.02665 0.034953 -0.010888 0.004622 -0.011178 -0.008646 -0.019877 0.003711 0.019466 -0.060981 0.006177 0.024414 0.028225 -0.029805 -0.039017 0.008476 0.040064 -0.01429 0.018469 0.00417 0.004498 -0.042039 -0.036873 0.014667 0.027488 0.01719 0.017698 0.00939 -0.014119 0.000412 0.038569 -0.025718 -0.005084 -0.008286 0.019225 -0.003351 0.071377 0.003816 -0.025642 0.007686 -0.007643 -0.009315 0.010128 -0.009632 0.006686 -0.018929 -0.00778 -0.000998 0.021635 -0.010723 -0.026714 -0.008947 0.00029 -0.004976 -0.03047 -0.040437 -0.004666 -0.006 -0.040189 0.030165 0.025336 0.006348 0.022953 -0.024263 0.01556 0.007677 -0.009166 0.04779 -0.006248 0.04411 0.054125 0.031148 0.004324 0.006134 -0.045024 -0.042336 -0.021145 -0.004153 0.024707 -0.029171 -0.010285 0.004189 -0.00971 0.028473 -0.028108 -0.027053 -0.021112 -0.032116 -0.021289 0.007202 -0.000402 0.013943 -0.003367 0.007832 -0.006234 0.013357 0.007682 0.003289 0.011096 0.039965 -0.051643 -0.00267 -0.0229 0.015696 0.01438 -0.020867 -0.000349 0.01905 -0.013592 -0.019872 -0.016771 0.00736 -0.041757 0.008529 -0.064727 -0.011933 0.012897 0.014565 0.018104 0.018586 0.003629\n³ 0.037818 -0.019066 -0.043657 -0.02198 -0.046942 0.220462 0.253134 -0.133103 0.150442 0.012136 0.110887 -0.057663 -0.129506 0.02412 -0.047715 -0.045552 0.024795 -0.128503 -0.05041 -0.325765 0.181113 0.106637 0.150453 0.129255 0.1012 -0.128144 0.132141 0.092244 -0.049843 0.1077 0.046672 -0.109834 0.169488 -0.095749 0.054724 0.036609 -0.105528 0.061297 0.288359 0.09883 -0.152407 -0.055834 -0.005061 0.156465 0.032646 0.074731 0.036308 0.046246 -0.264372 -0.101303 -0.011745 0.143896 0.142468 -0.0662 -0.055609 -0.00258 0.077155 0.091206 -0.116178 -0.056615 0.045375 -0.016921 -0.199442 -0.187318 0.074718 0.015458 0.080863 -0.041396 0.058182 -0.008466 -0.160489 -0.012145 0.018098 -0.030277 0.074708 -0.09854 0.068868 -0.104923 -0.127718 -0.076928 -0.027962 0.128925 0.139835 -0.120751 -0.033481 -0.006826 0.073469 0.094964 -0.03622 -0.026788 0.117224 0.051886 0.177546 0.063141 0.135649 -0.129403 -0.144511 -0.049564 0.071825 0.099966 0.029483 -0.117831 0.083308 -0.028261 0.12395 -0.114136 0.033587 0.066306 0.006152 -0.065895 0.085093 -0.107333 0.150867 0.015519 0.003195 -0.087817 -0.033791 0.051458 0.078157 -0.186337 0.074289 0.186663 0.027434 0.012978 -0.14043 -0.077807 0.049496 0.17383 -0.062308 -0.11056 -0.046064 0.101383 0.106976 0.261452 0.154334 -0.059787 -0.170886 -0.105152 -0.106433 0.073725 -0.077017 -0.117786 0.075825 0.055738 0.077812 -0.087266 0.069526 0.010143 0.145307 -0.147804 0.003636 -0.084008 -0.067585 -0.004452 -0.097135 -0.053618 -0.063752 -0.14805 -0.05488 -0.027016 0.048466 -0.138532 -0.001076 0.034612 -0.125204 0.022779 0.022701 -0.074028 0.05307 -0.004186 -0.164098 0.073733 -0.02699 0.09124 0.064443 -0.088098 -0.075206 -0.244909 0.079805 0.115127 0.153308 0.07279 -0.065613 0.11008 -0.095573 0.097485 -0.122587 0.162659 0.089355 0.026409 0.077578 0.010865 -0.037391 -0.146117 0.123995 0.077576 -0.096204 0.185454 0.052928 0.098829 -0.073883 0.07073 -0.021496 0.114061 0.183716 -0.053087 0.059356 0.091102 0.212331 -0.024858 -0.133913 -0.1297 -0.101537 -0.105241 -0.123222 0.095754 -0.014173 0.013736 0.00216 0.189281 0.054674 0.024222 -0.172189 0.094788 -0.288574 -0.06518 -0.075035 0.013129 0.085237 -0.183117 -0.144643 -0.045428 0.011399 0.060543 0.090781 0.151545 0.057081 -0.098205 0.059706 -0.029689 0.238929 -0.082927 -0.097235 0.069784 -0.175422 0.014014 -0.04761 -0.04432 -0.042089 0.07044 0.163516 -0.170639 -0.102176 -0.158536 -0.009859 0.090873 0.025048 -0.082201 -0.238959 0.045875 0.040265 0.021454 -0.062137 0.042224 0.07066 0.005089 -0.01193 -0.000257 -0.039773 0.043591 -0.048658 -0.17319 -0.034036 -0.090596 0.125693 -0.015518 -0.048831 -0.032891 0.12045 0.016772 -0.175231 -0.006188 -0.033958 0.125747 -0.086518 0.001315 0.089162 -0.167213 -0.020607 0.138916 0.148816 0.017601 0.148795 -0.082126 0.047207 -0.08122 0.020853 -0.073479 0.120523 -0.053016\nܲ 0.018673 0.0208 -0.004121 0.019742 -0.003178 0.024941 -0.031021 -0.020769 0.0036 -0.011398 0.038693 0.033544 0.021953 0.007302 0.023728 -0.045959 0.046475 0.011518 -0.025018 -0.037489 -0.020792 -0.035098 -0.002385 0.00458 -0.020946 0.02048 -0.034022 -0.024188 -0.015758 -0.007419 0.050676 -0.020655 -0.017595 0.01696 0.001345 0.012207 -0.01109 0.017281 -0.055971 -0.014564 -0.017315 -0.019473 0.007598 0.039546 -0.04693 -0.001671 0.033907 -0.033269 -0.004777 0.03127 -0.03463 -0.008539 0.022596 -0.041944 0.072366 0.037511 0.006836 -0.010435 -0.02857 0.019611 -0.012915 -0.024548 0.029589 -0.020518 0.017581 0.006975 0.05832 0.015227 0.031549 0.005965 -0.047476 -0.012758 0.001657 0.02531 -0.047681 0.007939 -0.034415 0.009102 -0.026454 -0.001972 0.011915 -0.007573 -0.022724 0.033316 -0.003802 -0.027696 0.000554 0.042333 -0.020148 -0.028299 -0.021616 0.016161 0.009855 0.021383 -0.038 0.018436 0.000561 -0.067328 -0.005514 -0.001676 -0.021871 -0.012412 0.013579 -0.004503 0.038674 0.026061 -0.059352 -8.2e-05 0.011807 -0.04264 0.029463 0.012939 0.020097 0.007101 0.005149 -0.001325 0.060333 0.010525 -0.02635 -0.036328 0.014251 0.009431 0.045192 0.029033 0.05501 -0.001881 0.007444 0.012166 -0.005305 -0.017791 -0.014313 0.003108 0.011739 0.038391 -0.031528 0.00013 0.002036 0.024017 0.020662 0.085847 0.012996 -0.004456 -0.03445 0.00888 -0.076387 -0.089095 0.05429 -0.005042 0.010209 -0.025616 0.029531 0.019647 0.010832 -0.025066 0.05618 -0.020782 0.0064 0.003234 -0.025862 -0.047766 -0.011257 0.030487 0.014547 -0.00186 0.00382 0.003315 0.008194 -0.014976 0.011683 0.007908 -0.029177 0.003691 -0.00791 0.067668 -0.010082 -0.030386 0.014211 -0.026287 -0.038903 -0.016013 0.023848 -0.021159 0.014823 -0.035861 0.008446 0.008286 0.002164 0.0157 -0.031838 -0.005764 -0.00322 0.026923 -0.004004 -0.012034 0.002019 0.044828 -0.035901 0.02655 -0.009138 0.008693 -0.01643 -0.034164 0.002468 0.034425 -0.003171 -0.006628 0.053506 -0.013437 -0.01132 0.036026 -0.023866 -0.02877 -0.015454 0.004798 0.014495 0.052833 0.024313 0.011583 -0.041457 0.023905 -0.002772 0.003875 -0.008427 0.050884 -0.036461 -0.000539 -0.00365 -0.007858 -0.027768 0.026118 0.021828 -0.009812 -0.008056 -0.022689 0.0029 0.016683 -0.040085 -0.00725 0.00983 0.037856 0.004052 0.015511 -0.030731 -0.000304 0.021793 -0.009861 0.046038 -0.00871 0.076375 0.027184 0.029011 0.006338 0.016901 -0.010968 -0.059444 -0.031536 -0.005975 0.023576 -0.027212 0.001915 -0.038489 0.018523 0.04132 -0.045518 0.002474 0.023512 0.011773 -0.038059 0.008747 0.010462 0.013233 -0.025544 0.02892 -0.009001 -0.003088 0.026802 0.017037 0.002329 0.012356 -0.042522 -0.017225 -0.03103 0.011883 0.006714 -0.009554 -0.021948 -0.001511 0.000518 0.001086 0.0008 -0.002769 -0.003227 0.00578 -0.072979 0.000791 0.023664 0.027804 -0.01846 0.05718 0.030336\nε 0.027116 0.00133 -0.043363 0.024439 0.006579 0.038188 0.006217 -0.00366 -0.015932 -0.030194 0.03677 0.011597 -0.012636 -0.026097 0.032033 -0.009244 0.009975 -0.021072 -0.012927 -0.035828 -0.012324 0.007279 0.009164 0.012534 0.009719 0.016616 -0.006749 -0.011045 -0.013258 -0.020919 0.022271 -0.034068 -0.017501 -0.037125 0.009289 0.016388 -0.033713 0.036577 0.008117 0.017924 -0.031597 0.008301 -0.00259 0.008455 -0.020996 -0.022124 0.030953 0.003334 0.004233 0.011317 0.00849 0.047127 0.032784 -0.029617 0.041262 0.007581 0.000563 0.020385 -0.015712 0.023542 -0.031899 -0.029048 -0.00984 -0.019375 0.01229 0.019998 0.037469 -0.01911 0.027795 0.014681 -0.046293 -0.004325 0.024877 0.010793 -0.046186 -0.002194 -0.032858 0.023011 -0.02527 -0.014068 0.009802 0.000407 -0.00251 0.016295 -0.018651 -0.046133 0.001195 -0.002854 -0.014729 0.003132 -0.004511 0.025577 -0.000973 -0.004297 0.011128 -0.01095 -0.000863 -0.034178 -0.007959 -0.011003 -0.014634 0.000515 -0.002119 -0.030978 0.016798 -0.007407 -0.013476 0.012317 0.029 -0.008247 0.045668 0.017515 0.023455 -0.010544 0.005091 0.005392 -0.002159 0.006729 -0.012207 -0.039401 0.022461 -0.001896 0.035968 0.023236 0.027969 0.005817 -0.001569 -0.010079 -0.010237 -0.014845 -0.012316 0.000372 -0.01685 0.0273 -0.01929 0.010892 -0.026994 0.002177 0.002658 0.044053 -0.011474 -0.009444 0.012593 0.025841 -0.034298 -0.045672 0.039878 0.008774 0.001663 -0.044739 0.000216 0.007276 0.033656 0.023725 -0.000647 -0.001211 -0.00234 -0.018514 0.014413 -0.021518 -0.014536 0.016655 0.020984 0.015638 -0.012978 -0.014219 0.025826 -0.02045 0.020191 0.014771 -0.032446 -0.024654 -0.012512 0.037085 -0.013136 -0.022399 -0.009147 -0.010381 -0.03241 -0.015179 0.031101 -0.015818 0.0037 -0.004862 -0.008626 -0.012076 -0.001304 0.019344 -0.058701 -0.001653 0.01844 0.032446 -0.032862 -0.035461 0.002638 0.032266 -0.020622 0.014698 0.004753 0.003128 -0.033841 -0.031014 0.016265 0.02446 0.015488 0.01209 0.012475 -0.014333 -0.000939 0.031188 -0.014975 -0.007325 -0.012647 0.01333 -0.00105 0.061671 0.005738 -0.018384 0.003565 -0.003099 -0.006507 0.013623 -0.009868 0.004958 -0.023424 -0.004393 0.001932 0.012932 -0.006682 -0.029599 -0.004133 0.000235 -0.004637 -0.018684 -0.028125 -0.000857 -0.015653 -0.031857 0.026134 0.029353 0.007774 0.025424 -0.0213 0.008244 0.009246 -0.004871 0.03808 -0.001172 0.031463 0.050929 0.023741 0.005512 0.000749 -0.035041 -0.03165 -0.02572 -0.004295 0.013825 -0.025935 -0.013762 0.007895 -0.006913 0.027502 -0.021946 -0.026009 -0.014251 -0.026281 -0.018199 0.005775 -0.000484 0.019095 -0.008349 0.00812 -0.003509 0.002294 -0.002691 -0.001496 0.019262 0.040613 -0.043245 -0.004268 -0.017264 0.012159 0.013898 -0.024496 -0.003062 0.013868 -0.009136 -0.016834 -0.017296 0.004823 -0.036973 0.006978 -0.06254 -0.009091 0.005219 0.008107 0.010778 0.015079 -0.000188\nặ 0.053855 0.008144 -0.063314 0.037276 0.030157 0.026231 0.026897 -0.04927 -0.029796 -0.015425 0.03955 -0.020857 -0.010896 0.005657 0.006333 -0.012727 0.039968 -0.036723 0.012922 -0.021051 -0.025084 0.022646 -0.007395 0.016151 0.009801 0.00449 0.017473 -0.001097 0.034069 0.00802 0.021387 -0.038297 0.021059 -0.012515 0.033444 -0.01112 -0.013311 0.024364 -0.009311 0.047552 0.007992 0.035656 -0.034329 0.003882 -0.032093 -0.044289 0.025915 -0.009931 0.016337 0.031207 0.011641 0.032908 0.021625 -0.035927 0.0558 0.010708 -0.002944 0.031376 -0.011067 0.019799 -0.022974 -0.019422 -0.002715 -0.009803 0.019992 0.005498 0.068093 -0.015893 0.026464 -0.006407 -0.040702 -0.005783 0.034017 0.001975 -0.027671 0.024435 0.009655 0.039942 -0.010139 0.015882 0.01294 -0.004801 -0.005255 0.030032 -0.031593 -0.031865 -0.015911 -0.023694 0.020264 -0.036965 0.009619 0.027682 -0.008777 -0.023574 -0.019607 -0.023349 0.002158 0.005161 -0.018565 -0.013469 -0.02079 0.029867 -0.009028 -0.006625 0.018788 -0.005431 -0.013284 0.002976 0.058428 0.011228 -0.005901 0.003105 -0.003011 -0.001615 -0.002407 0.006047 -0.033618 -0.006855 -0.005209 -0.044343 -0.022859 -0.013012 0.04592 0.011053 0.025147 0.025746 -0.026274 -0.012566 -0.004808 0.002936 0.010241 0.008564 -0.029776 0.005829 -0.011116 0.026563 -0.013746 0.036605 -0.004997 0.019831 -0.015702 0.002355 0.030737 0.037503 -0.045965 -0.01677 0.02754 0.009395 -0.024917 -0.009752 0.012805 -0.018238 0.020261 0.027261 0.002306 0.004723 0.01515 -0.007345 -0.002173 -0.041 0.011805 -0.013953 0.011637 0.003527 -0.011343 -0.002313 0.016706 -0.024495 0.052077 0.015268 -0.036479 -0.03274 -0.010359 -0.012479 -0.019789 -0.012803 0.006105 0.016992 0.003777 -0.0248 0.029329 0.012582 -0.010486 0.007599 0.001026 0.020595 -0.002618 -0.011111 -0.056963 -0.02481 0.02973 0.017937 -0.010344 0.02476 -0.048737 0.023508 0.017195 0.000213 0.014305 -0.00133 -0.022577 -0.023803 -0.001667 0.020613 0.043798 -0.015736 0.030037 0.002817 -0.002399 0.010169 -0.036359 0.005538 0.011953 -0.026454 0.019136 0.020803 0.005462 0.015185 6.6e-05 0.009743 0.028114 -0.014779 0.008179 -0.034063 -0.008211 -0.005708 0.013327 0.006184 0.010371 -0.012019 -0.015147 -0.016608 -0.014527 -0.015358 -0.012925 0.007817 -0.001625 -0.061306 0.022531 0.0233 -0.010887 0.026847 -0.023865 -0.012511 -0.000261 -0.013823 0.007661 0.002319 0.025593 0.050414 -0.017676 0.002402 0.019243 -0.044558 -0.024306 -0.029605 -0.007283 0.033558 -0.020564 -0.031979 -0.004206 0.004571 -0.005441 0.002584 -0.02963 -0.015946 -0.017721 0.008387 -0.016971 -0.00504 0.026393 -0.022637 0.014578 -0.00369 0.021469 -0.015366 0.023536 0.029108 0.038397 -0.043163 -0.009072 0.008242 -0.012465 0.030811 -0.043186 0.001894 -0.00271 0.008136 -0.028666 -0.005131 0.036927 -0.045059 -0.007454 -0.054955 0.015997 0.029041 -0.001425 -0.003045 0.038912 -0.004959\nᦹ 0.039308 0.00378 -0.016326 0.032218 0.025068 -0.012624 0.007064 -0.024817 -0.008645 -0.012832 0.027379 -0.028109 0.008736 -0.000833 0.019728 -0.024783 0.018838 -0.055262 0.001402 -0.001048 -0.028898 0.029814 -0.021743 0.043433 0.000223 0.004912 -0.045728 -0.012235 0.002032 -0.04458 0.030134 0.004501 -0.016117 -0.033913 0.022994 0.018573 -0.06747 0.088254 0.017849 -0.017114 -0.035537 0.013895 -0.010938 -0.030231 -0.007671 -0.05478 0.033245 0.006437 -0.013229 -0.01132 0.024428 0.044133 0.02527 -0.047251 0.059162 0.009547 0.034808 -0.024943 0.012174 0.012349 -0.011868 -0.031206 -0.004581 -0.036303 0.019283 0.030461 0.023741 -0.015795 0.009294 0.012356 -0.030657 0.01307 0.033127 0.068144 -0.071606 0.0316 -0.036464 0.037468 -0.022497 -0.001786 0.024653 0.011682 0.019165 0.063303 0.006335 -0.054107 0.00237 0.009776 -0.042857 -0.025619 -0.003457 0.030815 0.011769 -0.009353 0.028449 -0.022982 -0.01781 -0.023766 -0.020712 0.01261 -0.029621 -0.015339 -0.015099 -0.019497 0.000734 -0.016095 0.019959 -0.016784 0.061782 -0.024529 0.017705 0.028411 0.012253 -0.018188 -0.004852 0.033888 0.007946 0.003754 -0.026965 -0.069657 0.023566 -0.030828 0.051126 0.047746 0.033123 -0.010655 0.001602 -0.007149 -0.012316 -0.006758 -0.026807 -0.001066 -0.023566 0.020731 -0.040224 -0.00972 -0.010396 0.022219 -0.015676 0.013517 -0.036442 0.007238 0.033614 0.042504 0.001662 -0.047527 0.023674 0.003546 -0.011173 -0.04237 -0.019028 0.022803 0.012258 0.016223 -0.005186 0.006932 -0.045859 -0.025948 0.008577 -0.031606 0.022628 0.012802 -0.010473 0.053116 -0.0125 0.00566 0.008466 -0.004363 0.004142 0.034776 -0.043091 -0.037824 0.020892 0.006257 -0.03707 -0.002631 -0.001473 0.008231 -0.046111 -0.036961 0.048354 -0.001858 -0.016106 -0.009938 0.027588 0.013338 0.000307 -0.003235 -0.077065 0.018269 0.02041 0.060849 -0.07233 0.010341 -0.013141 0.029391 -0.019678 0.032833 0.041766 0.043577 -0.041414 0.000931 0.002666 0.022553 0.03552 0.003755 0.009433 -0.01364 -0.014199 0.047228 -0.020928 0.023062 0.009024 -0.021787 0.03254 0.031608 -0.037033 -0.050219 0.001151 0.022476 -0.011869 0.011178 6e-05 -0.027352 0.002015 0.011237 -0.01178 0.009958 0.005077 -0.048114 -0.01311 -0.011021 -0.013223 -0.037564 -0.055043 -0.003718 0.010319 -0.048032 0.011328 0.036225 0.002564 0.017495 -0.008994 0.019722 0.007134 -0.007149 0.058284 0.02732 0.014141 0.074582 -0.000804 0.010301 -0.018686 -0.052762 -0.031795 -0.002595 0.015857 -0.028347 0.022876 -0.058224 0.023256 0.028811 0.017384 -0.049835 -0.053844 0.018537 -0.021665 -0.027367 -0.021998 -0.026774 0.004438 0.01516 -0.020547 0.009722 -0.010678 -0.022181 -0.014804 0.028792 0.031369 -0.04614 0.000274 -0.004427 -0.004014 0.02012 -0.019184 0.008289 0.005105 0.000977 -0.013507 -0.022147 -0.006322 -0.03168 -0.020648 -0.08512 -0.01837 0.004748 -0.00499 0.035191 -0.013678 -0.005745\nᠸ 0.055048 -0.013258 -0.034306 0.018754 0.001246 0.015959 0.002697 0.000755 -0.02142 -0.021321 0.025879 -0.004716 -0.016476 -0.035185 0.032563 -0.003721 -0.001633 -0.022727 0.004556 -0.01398 -0.000181 -0.00954 0.013205 -0.005272 0.001464 0.012244 -0.00218 0.005841 -0.010932 -0.02728 0.025216 -0.02121 -0.018661 -0.020315 -0.003988 -0.009112 -0.025579 0.029626 0.006336 0.009202 -0.022427 0.021945 -0.008314 0.000951 -0.016887 -0.013809 0.010517 -0.001478 -0.020206 0.017499 0.011896 0.029601 0.030593 -0.022668 0.04247 0.008915 0.000617 0.019255 -0.00345 0.034319 -0.026448 -0.022228 -0.025465 0.00567 0.01071 0.015509 0.049974 -0.021981 0.024224 0.005671 -0.047198 -0.002569 0.009971 0.023858 -0.032797 -0.008559 -0.027062 0.020584 -0.030123 -0.007096 0.003063 -0.003371 -0.001716 0.015117 0.002613 -0.033978 0.019428 -0.010862 -0.019618 0.003054 0.00151 0.015086 0.008972 0.001787 -0.007746 -0.00751 0.007121 -0.029741 0.004908 -0.020495 -0.003845 0.005655 0.012366 -0.029078 0.003889 -0.002428 -0.010065 -0.014076 0.025962 -0.015153 0.032856 0.006313 0.011036 -0.00106 0.00548 -0.015319 -0.016754 0.004744 -0.004122 -0.006677 0.005384 -0.005053 0.034189 0.012678 0.022719 0.006101 -0.006785 -0.010011 -0.017607 -0.003553 -0.004506 0.001481 -0.014785 0.023523 -0.003948 0.013018 -0.02508 0.000424 0.028747 0.024405 0.001677 0.010307 0.010087 0.012083 -0.022032 -0.038908 0.057619 0.009143 0.000406 -0.007 0.037765 0.00914 0.037274 0.028542 -0.000464 0.026839 0.012699 -0.003459 0.019291 -0.010582 -0.025094 -0.006056 0.023019 0.001562 -0.00927 -0.026498 0.013417 -0.000702 0.017879 0.003747 -0.030421 -0.003139 -0.019139 0.026771 -0.000752 -0.020469 -0.001753 -0.014079 -0.017972 -0.020955 0.036813 -0.012009 0.025621 -0.004107 -0.016293 -0.020999 0.011176 0.006616 -0.028347 0.00147 0.032159 0.02436 -0.016781 -0.003636 0.00759 0.044158 -0.011741 0.021449 0.002287 -0.005341 -0.021348 -0.01113 -0.003068 0.024887 0.010325 0.013743 -0.001699 -0.015874 -0.004843 0.012754 -0.004749 -0.003686 0.008556 0.015325 -0.007615 0.025058 0.003703 -0.023378 -0.006877 0.009034 0.010445 0.018687 -0.000498 0.007512 -0.01051 -0.007715 0.010734 0.020071 -0.015983 -0.031923 0.007915 -0.000116 0.005807 -0.005881 -0.011763 -0.005743 -0.010933 -0.019249 0.016801 -0.001948 -0.002729 -0.003048 -0.034189 0.017319 0.002129 -0.003717 0.026871 0.009561 0.03733 0.042565 0.025932 0.017412 -0.0136 -0.013582 -0.02345 -0.017757 0.00495 0.013726 -0.024461 0.005763 0.018246 -0.020247 0.013465 -0.012143 -0.0253 -0.02269 -0.029587 0.000798 0.007469 0.002301 0.010818 -0.007552 0.011383 -0.013492 0.025074 0.01402 0.003897 0.022773 0.035482 -0.034725 -0.009581 -0.002181 0.002564 0.000229 -0.020576 -0.021022 0.021337 0.008102 -0.000352 -0.017567 -0.001154 -0.043692 0.02953 -0.04086 -0.001289 -0.00352 -0.000672 0.018977 0.004603 0.013124\nួ 0.012342 0.007819 -0.034609 0.027885 0.020768 0.019691 -0.000555 -0.005055 -0.012719 -0.015069 0.030517 0.013669 -0.002889 -0.00962 0.007734 -0.012065 0.006411 -0.034591 -0.007216 -0.030356 -0.007859 0.008167 -0.006818 0.013818 0.003603 0.016893 -0.013625 -0.017259 -0.009511 -0.006979 0.023217 -0.033402 -0.004777 -0.042748 0.01646 0.02628 -0.034159 0.039741 0.016233 0.014042 -0.02745 -0.003767 -0.001334 -0.000655 -0.025534 -0.035287 0.039364 0.001306 -0.010079 0.011287 0.00124 0.047527 0.02469 -0.033531 0.035735 0.008153 0.001693 0.017076 -0.004824 0.010998 -0.027066 -0.01281 -0.006708 -0.02265 -0.000173 0.022897 0.034372 -0.016405 0.018443 0.019528 -0.039454 -0.01244 0.007451 0.022639 -0.048715 0.006315 -0.013641 0.008699 -0.026227 -0.014675 0.022563 0.00124 -1e-06 0.022 -0.021844 -0.049734 0.005616 0.007638 -0.011331 0.004667 -0.000533 0.024384 -0.006695 -0.013903 0.011993 -0.004896 0.005177 -0.033541 0.015572 -0.008646 -0.017509 0.002593 -0.005934 -0.025451 0.003109 -0.003125 -0.003421 0.00089 0.042428 -0.001793 0.043696 0.015848 0.027814 -0.008096 -0.002897 -0.006194 0.003852 -0.010197 -0.016277 -0.04815 0.025555 0.000235 0.028387 0.019057 0.024482 0.008747 -0.001661 -0.012424 -0.006266 -0.022725 -0.009333 -0.006103 -0.02056 0.020237 -0.013918 0.012129 -0.030153 -0.009886 0.007521 0.036339 -0.008513 -0.015624 0.003919 0.031813 -0.03202 -0.037899 0.037061 0.013497 0.004269 -0.042406 -0.006587 0.011131 0.024166 0.030366 1.5e-05 0.003484 -0.000575 -0.030654 0.012075 -0.020146 -0.012412 0.01929 0.010038 0.023989 -0.010536 -0.01908 0.03352 -0.014498 0.016724 0.005427 -0.035833 -0.029823 -0.016575 0.040037 -0.027496 -0.023339 -0.010105 -0.001807 -0.042077 -0.021602 0.031621 -0.017516 0.009761 -0.002783 0.003945 -0.006462 0.002955 0.009037 -0.06415 0.000235 0.007722 0.015329 -0.034369 -0.032817 0.005365 0.029254 -0.015538 0.021537 0.009519 7.5e-05 -0.033328 -0.032103 0.010942 0.007038 0.01736 0.015178 0.008043 0.000278 -0.005571 0.03142 -0.02386 -0.007487 -0.010615 0.015032 0.010913 0.058976 -0.005795 -0.016982 -0.006121 -0.008649 -0.011472 0.011442 -0.000148 0.009353 -0.022013 0.003049 -0.010707 0.018662 0.009869 -0.019674 -0.009501 -0.004987 -0.014899 -0.034266 -0.023804 0.005167 -0.018168 -0.03377 0.026117 0.020133 0.008679 0.022024 -0.027357 0.01127 -0.003148 -0.008977 0.027988 -0.0114 0.031143 0.049506 0.025515 -0.01171 -0.009906 -0.028643 -0.024044 -0.007273 0.010503 0.005643 -0.011935 -0.008589 0.006819 9.9e-05 0.028276 -0.018165 -0.020777 -0.024155 -0.01996 -0.011215 -0.005787 -0.000154 0.020368 -0.004969 -0.001112 0.009965 -0.002778 0.00386 0.002003 0.019643 0.041596 -0.045674 -0.004162 -0.018373 0.019697 0.018789 -0.017048 -0.005215 -0.001031 -0.008203 -0.027595 -0.014729 0.0147 -0.037146 0.000539 -0.055443 -0.004414 0.008853 0.014265 0.021579 0.005951 -0.000249\nශ 0.016439 0.003419 -0.039047 0.012432 0.013363 0.020346 -0.003508 0.010245 -0.016528 -0.026022 0.049437 0.014547 -0.018469 -0.035871 0.032332 0.007383 0.021818 -0.024481 0.008521 -0.035424 -0.019145 -0.015966 0.013931 -0.009209 -0.002114 0.01131 -0.005121 -0.020586 -0.009481 -0.009513 0.036405 -0.042212 -0.015244 -0.032706 0.021566 0.012354 -0.03027 0.024625 0.002574 0.02323 -0.011298 0.01035 -0.013708 -0.021592 -0.026267 0.006995 0.008928 0.003535 0.002166 -0.002117 0.011162 0.032869 0.019687 -0.022443 0.047279 0.021047 0.00836 0.029998 -0.006229 0.014933 -0.034835 -0.022482 -0.008808 -0.027068 0.008653 0.010216 0.034216 -0.007829 0.025572 -0.007011 -0.054837 -0.005626 0.002553 0.014889 -0.044632 -0.011772 -0.031271 0.010755 -0.025746 0.003786 -0.003374 -0.002663 -0.001039 0.013128 -0.027698 -0.037005 0.004832 -0.008658 -0.019066 -0.012236 -0.011448 0.038374 0.029017 0.00031 0.012742 0.010559 0.003007 -0.033726 -0.006175 6.9e-05 -0.020977 0.006539 0.013733 -0.033216 0.012692 0.014712 -0.018946 0.012186 0.03206 -0.021927 0.026066 0.034885 0.030677 -0.005661 0.017979 0.006061 0.012092 0.008228 -0.033807 -0.036872 0.032291 0.001156 0.019272 0.011961 0.026616 0.014098 -0.012425 -0.006845 0.00166 -0.007482 0.004717 -0.002978 -0.010908 0.018291 -0.01116 0.021208 -0.016649 0.012576 0.006128 0.032646 -0.004742 -0.001167 0.010081 0.01149 -0.037415 -0.051411 0.054883 0.03631 0.018984 -0.038131 0.005017 0.002188 0.016483 0.003105 -0.003195 0.003865 0.014346 -0.021773 0.027555 -0.018734 -0.026765 -0.002707 0.017321 0.018524 -0.010586 -0.010776 0.010029 -0.008285 0.029029 0.012772 -0.016146 -0.008542 -0.010847 0.016524 -0.009035 -0.008737 0.003134 -0.018013 -0.045369 -0.01688 0.017282 -0.008501 -0.00264 -0.014763 -0.019013 -0.010565 0.008522 0.018087 -0.012829 0.016012 0.000463 0.01386 -0.056125 -0.036224 0.001729 0.047164 -0.008927 0.006352 -0.003992 -0.014985 -0.030087 -0.026264 0.006297 0.027383 0.029276 0.01405 0.016713 -0.003777 0.005256 0.025799 -0.000758 -0.013265 -0.027665 0.012683 -0.005007 0.046217 0.023461 -0.024026 0.006969 -0.015634 0.004696 -0.001737 -0.010642 0.012944 -0.012494 -0.016116 0.003882 0.039047 0.010252 -0.019694 0.001528 0.003968 0.015659 -0.009737 -0.043772 -0.023729 -0.027348 -0.043116 0.01296 0.009098 0.014148 0.018432 -0.024582 -0.003515 -0.010616 -0.002153 0.034231 -0.00789 0.048911 0.049311 0.023432 -0.0201 -0.005114 -0.025576 -0.021901 -0.020105 0.004546 -0.002124 -0.0368 0.001768 -0.008319 -0.018706 0.019451 -0.026133 -0.019922 -0.008926 -0.006093 -0.024937 0.008878 0.00955 0.00664 0.004106 0.037524 -0.005956 0.000178 0.024508 -0.01793 0.000193 0.034625 -0.047336 0.003266 0.007357 0.027475 0.00551 -0.018862 0.001319 0.001893 -0.013878 -0.022482 -0.003652 -0.010061 -0.046594 0.009304 -0.053006 -0.010135 0.013294 0.003008 0.023758 -0.0022 0.002888\nీ 0.028476 -0.011887 -0.069169 0.016574 0.008877 0.030021 0.019003 0.005999 -0.00305 -0.045248 0.039464 0.014016 -0.000797 -0.007051 0.009559 -0.008565 0.011722 -0.00185 -0.011255 -0.027964 -0.024889 0.016869 0.003877 0.020993 -0.019219 0.008047 -0.019831 -0.015788 -0.029386 -0.032588 0.018142 0.00476 -0.033762 -0.047722 -0.003187 -0.006033 -0.014029 0.025114 -0.001319 0.025129 -0.016603 0.002225 0.016953 -0.00085 0.00821 -0.005866 0.047233 -0.02126 -0.025496 -0.018555 -0.001594 0.020857 0.030813 -0.023041 0.045753 -0.001725 -0.009081 0.020186 -0.008143 0.012678 -0.016052 -0.022108 -0.011602 -0.048855 0.020977 0.016796 0.008947 -0.00778 0.054428 0.011702 -0.052724 -0.021775 0.011936 -0.010585 -0.015553 0.00532 -0.037409 -0.007431 -0.039548 -0.004974 0.008475 0.002033 -0.014842 0.005162 0.011882 -0.025346 0.024184 -0.005461 0.002285 -0.006491 -0.032086 0.009744 0.016276 -0.013502 0.013495 -0.005119 0.004537 -0.025215 -0.028568 -0.019647 -0.004489 0.006966 0.006746 -0.031233 0.007573 0.015152 -0.005183 -0.000764 0.024335 -0.010992 0.029437 0.003738 0.023303 -0.015499 0.010447 -0.000791 -0.019233 0.00626 -0.005699 -0.026099 0.01782 0.018038 0.00458 0.021339 0.04469 -0.006552 -0.050016 -0.016687 -0.016603 -0.019774 -0.017864 -0.008409 -0.012524 0.033413 -0.010446 0.009901 -0.029202 -0.014253 0.009807 0.029629 -0.000725 0.008827 -0.006337 0.029782 -0.022407 -0.042053 0.029348 0.005035 -0.000681 -0.020148 0.011798 -0.01764 0.047347 0.021311 0.005424 -0.00923 0.006859 0.000838 0.026734 0.004655 -0.014995 -0.009719 0.020315 0.024859 0.011711 -0.017293 0.017775 -0.015445 0.009077 0.001563 -0.013617 -0.025379 -0.03353 0.027179 -0.02262 -0.01224 0.001275 -0.002246 -0.045906 -0.022382 0.023877 -0.016603 0.002048 -0.007441 0.003304 -0.025578 0.001944 0.00045 -0.03579 0.013084 -0.007813 0.009312 -0.027395 -0.017378 -0.006196 0.036561 -0.014823 0.015968 0.018828 0.013653 -0.005382 -0.020266 0.005393 0.028346 -0.004771 0.024384 0.021424 -0.004442 -0.015139 0.026388 -0.010502 -0.00193 -0.003109 0.024718 0.002841 0.036925 0.012408 0.008036 0.016499 -0.022891 -0.015599 0.004187 -0.021375 0.014127 -0.046029 0.024298 -0.008973 -0.003092 -0.006959 -0.045117 -0.007205 -0.006214 -0.002333 0.009599 -0.037825 -0.002357 -0.02011 -0.019467 0.028982 -0.00698 0.004802 0.021653 -0.0177 0.008499 0.005702 0.001539 0.028956 0.004113 0.024048 0.037098 0.023528 -0.004953 -0.024192 -0.032456 -0.039605 -0.01172 0.007996 0.026752 -0.030887 -0.003158 -0.016368 -0.008953 0.042194 -0.008207 -0.021324 -0.002115 -0.02672 -0.016265 -0.01261 0.003174 0.002355 -0.002242 -0.003172 -0.021818 0.025589 -0.012223 -0.015831 0.016581 0.029527 -0.041771 -0.009731 -0.007401 0.025869 0.024938 -0.018168 0.014519 0.0099 -0.000519 0.010339 -0.011143 -0.011473 -0.035682 0.006483 -0.055376 0.01424 -0.021416 -0.009169 0.010384 0.010567 0.026937\nག 0.031161 0.003605 -0.055471 0.028529 0.015096 0.042729 0.010503 -0.008913 -0.014801 -0.02292 0.032993 0.016971 -0.008053 -0.021444 0.025154 -0.003611 0.001823 -0.017659 -0.008889 -0.0386 -0.005453 0.002574 0.002015 0.009734 0.009182 0.021786 -0.010837 -0.008857 -0.013416 -0.017594 0.019426 -0.037421 -0.029302 -0.051588 0.016149 0.01974 -0.041922 0.044426 0.006739 0.014606 -0.023384 0.002981 -0.009214 0.004183 -0.025636 -0.017147 0.028777 0.008755 -0.000887 0.027509 0.00753 0.051028 0.022611 -0.031768 0.036618 0.01843 -0.001519 0.005716 -0.007048 0.026792 -0.030253 -0.026209 -0.012661 -0.019604 0.013338 0.025042 0.039293 -0.022288 0.031876 0.018546 -0.057394 -0.011025 0.022954 0.019232 -0.046616 0.00245 -0.037298 0.02449 -0.028059 -0.016407 0.01576 -0.004087 0.003095 0.020191 -0.021501 -0.051559 -3.5e-05 0.004865 -0.019895 -0.006741 -0.005885 0.021 0.002694 -0.012991 0.012941 -0.001418 0.00176 -0.033414 -0.003326 -0.010716 -0.021314 0.006331 -0.00596 -0.034089 0.018915 8.7e-05 -0.015195 0.005331 0.041175 -0.008735 0.044235 0.016204 0.031555 -0.024934 0.012786 -0.001051 -0.009862 0.000537 -0.016223 -0.032824 0.026578 -0.010045 0.04311 0.022952 0.031915 0.009332 -0.016186 -0.010671 -0.010434 -0.021562 -0.016453 -0.009431 -0.014919 0.027053 -0.025666 0.023461 -0.023589 0.008913 0.009768 0.046623 -0.005836 -0.016779 0.009246 0.03442 -0.037567 -0.039178 0.038924 -7.5e-05 0.00096 -0.032766 -0.001569 0.016377 0.03325 0.024157 -0.015803 0.001437 -0.005765 -0.020146 0.026531 -0.01734 -0.014501 0.014749 0.024231 0.023906 -0.013215 -0.025502 0.02444 -0.023884 0.020081 0.021535 -0.02869 -0.024463 -0.003956 0.029595 -0.013046 -0.033299 -0.013499 -0.006271 -0.033775 -0.01063 0.037076 -0.010046 0.005515 -0.00636 -0.002818 -0.017633 0.001683 0.023176 -0.064524 0.003245 0.007361 0.033206 -0.023453 -0.03704 0.008652 0.035707 -0.021476 0.009241 0.005746 -0.005323 -0.036381 -0.030257 0.011416 0.034928 0.026667 0.016086 0.006237 -0.004121 -0.011662 0.040687 -0.020752 -0.008701 -0.008152 0.025049 -0.004299 0.067982 -0.000879 -0.024377 0.001235 0.00088 -0.01351 0.011894 -0.002372 0.003711 -0.031946 -0.006923 -0.000395 0.013983 -0.004807 -0.028683 -0.01194 -0.004745 -0.010085 -0.031606 -0.031995 -0.007236 -0.017253 -0.027864 0.023737 0.024652 0.005433 0.033198 -0.015507 0.021056 0.007639 -0.010586 0.036919 0.006225 0.035274 0.049519 0.018816 0.003842 -0.005856 -0.039357 -0.028052 -0.0148 0.000273 0.023614 -0.025955 -0.003853 0.001382 -0.016599 0.028832 -0.031841 -0.028598 -0.022611 -0.031104 -0.020973 0.00391 -0.002515 0.017599 0.003976 0.006959 0.004745 0.004714 0.007134 -0.005606 0.015096 0.042196 -0.047263 0.000242 -0.017015 0.013259 0.015908 -0.030126 -0.005533 0.010916 -0.015577 -0.029063 -0.028666 0.005979 -0.036754 0.014205 -0.068971 -0.022933 0.006358 0.016397 0.020905 0.025564 0.002789\nۇ 0.039498 0.001619 -0.054573 0.021732 0.011231 0.030458 0.002842 -0.004518 -0.020001 -0.031241 0.043216 0.01491 -0.004187 -0.022011 0.028928 -0.009253 0.003158 -0.013482 -0.006425 -0.04523 -0.021029 -0.000178 0.011214 0.014859 0.002548 0.021748 -0.013598 -0.012104 -0.018441 -0.032586 0.026484 -0.03261 -0.025644 -0.038594 0.01002 0.014862 -0.040679 0.041244 0.006457 0.026249 -0.028414 0.014341 -0.001205 -0.00705 -0.042694 -0.018448 0.040121 0.000251 0.003273 0.02157 0.005837 0.052738 0.035022 -0.035665 0.041551 0.000413 -0.01015 0.019606 -0.012236 0.024801 -0.039076 -0.026677 -0.014084 -0.013438 0.013495 0.016711 0.0472 -0.017362 0.041893 0.027641 -0.061101 -0.009259 0.027546 0.021192 -0.042768 0.009036 -0.027489 0.031996 -0.047627 -0.01325 0.011055 -0.004299 0.000731 0.012068 -0.020007 -0.051012 -0.00087 -0.003799 -0.024093 -0.011716 -0.010801 0.0279 0.011148 -0.011421 0.019778 0.000352 -0.006582 -0.042937 -0.005347 -0.005972 -0.023029 -0.003534 0.00113 -0.034749 0.01808 -0.004639 -0.026886 0.013248 0.037696 -0.006256 0.042621 0.023962 0.021133 -0.015881 0.008671 -0.002185 -0.003001 0.007018 -0.020126 -0.046432 0.021399 -0.001411 0.041408 0.036965 0.034198 0.001283 -0.023613 -0.012853 -0.018917 -0.021634 -0.01593 -0.002918 -0.011847 0.029809 -0.021867 0.020153 -0.034211 0.009071 0.013308 0.052654 0.009268 -0.015062 0.019417 0.027429 -0.037968 -0.063277 0.068611 0.021435 -0.005529 -0.052602 0.01713 0.005811 0.040696 0.029132 -0.010037 0.000626 0.002951 -0.025693 0.011257 -0.026626 -0.027907 0.010847 0.030127 0.02018 -0.023285 -0.018083 0.021455 -0.024928 0.012329 0.02318 -0.019701 -0.032774 -0.007689 0.037123 -0.021198 -0.039115 -0.014011 -0.019358 -0.035739 -0.014658 0.029633 -0.018316 0.00329 -0.003333 0.001969 -0.029727 -0.004521 0.027155 -0.052588 0.006772 0.013228 0.031554 -0.037109 -0.031778 0.009905 0.048763 -0.02648 0.016514 0.005968 -0.010172 -0.042983 -0.027113 0.007659 0.033023 0.019054 0.020767 0.017739 -0.023188 0.00092 0.032392 -0.024645 -0.003601 -0.01686 0.001839 -0.006138 0.066364 0.008928 -0.0216 0.013303 0.000131 -0.002281 0.003124 -0.005222 0.010901 -0.022415 -0.004912 0.002589 0.024062 -0.003836 -0.032096 -0.007418 -0.004376 -0.001204 -0.022167 -0.042128 0.000158 -0.015604 -0.041311 0.026781 0.014642 0.007975 0.01384 -0.026436 0.008964 0.008894 -0.00892 0.045407 -0.011499 0.047769 0.050653 0.029958 0.007967 -0.008282 -0.037723 -0.02941 -0.026711 -0.014667 0.018877 -0.030541 -0.004258 -0.003616 -0.009356 0.030693 -0.033252 -0.031359 -0.022065 -0.038383 -0.021102 0.010465 -0.005784 0.016483 0.005299 0.016387 -0.005771 0.018278 0.009778 -0.003921 0.019305 0.05723 -0.062611 0.001023 -0.033902 0.007584 0.015298 -0.022331 -0.009587 0.022839 -0.018533 -0.024883 -0.024681 0.007555 -0.04409 0.01416 -0.077486 -0.002578 0.014703 0.012133 0.026328 0.027915 3.1e-05\nᑐ -0.012455 0.043934 -0.034286 0.010798 0.015064 0.033692 -0.014981 0.005434 -0.013067 0.004573 0.031043 -0.017134 -0.012932 -0.034119 -0.002444 -0.014315 -0.020715 0.018225 -0.010786 -0.003078 -0.000363 -0.021434 -0.038323 -0.006379 0.007066 -0.008374 -0.014823 -0.009148 -0.027112 -0.017851 0.027145 -0.032931 -0.002876 -0.019293 0.017908 0.031264 -0.033078 -0.008956 0.010179 0.011214 -0.027222 -0.029278 0.02142 -0.005672 -0.004422 0.011371 0.007562 0.02156 0.026958 -0.005451 0.018148 0.004869 0.026303 -0.001415 0.001663 0.010279 0.006664 0.007158 0.003666 -0.022541 0.03028 -0.016384 -0.014681 -0.011192 -0.01713 -0.00788 0.051103 0.015344 -0.000164 -0.012327 -0.033626 -0.002622 -0.004214 0.008098 -0.04363 -0.013752 -0.005493 0.006395 -0.032419 0.013246 0.026538 0.037789 0.028659 0.000299 -0.029446 -0.026085 0.014075 -0.009055 0.008555 0.012585 -0.020994 0.018483 0.000658 3.6e-05 0.022966 -0.007396 -0.000438 0.00186 0.019253 0.041481 -0.015282 0.004275 0.012653 -0.018464 0.02802 0.023582 -0.026306 0.014199 0.003126 0.008369 0.005152 0.04741 0.028896 0.008549 0.030412 0.007422 0.015458 -0.002866 -0.001597 -0.002187 0.008894 -0.000324 0.033286 0.009312 -0.010062 0.010091 0.003158 0.002842 -0.017411 -0.020126 -0.031968 0.00808 -0.006042 0.038133 0.026868 -0.014242 0.004654 -0.008655 -0.00925 0.033981 -0.011818 -0.014823 0.041602 0.004879 -0.040072 -0.022506 0.028005 0.048411 0.041817 -0.077334 0.026103 -0.006115 0.03084 -0.019466 -0.012906 0.00449 0.010129 -0.034633 -0.030361 0.018696 -0.046855 -0.017411 0.014093 -0.011251 -0.034388 -0.000328 0.001461 0.001329 -0.011016 0.001847 -0.030982 -0.014703 -0.00915 -0.006749 0.002976 -0.027791 0.011305 -0.031371 0.002232 -0.013713 0.00499 -0.023655 -0.020515 0.007203 -0.006989 -0.004982 -0.010627 -0.006046 0.016943 -0.021268 -5.8e-05 0.021573 -0.009507 -0.036989 0.009917 0.034957 -0.00413 0.002442 0.023247 0.019382 -0.040571 -0.007395 0.022126 0.02819 -0.022883 -0.021093 0.014355 -0.012597 -0.014294 0.005448 0.002413 -0.034296 0.020129 -0.006538 0.008993 0.020632 0.01898 -0.028173 0.018454 0.023173 -0.004941 -0.002395 -0.012687 0.011337 0.003944 0.011309 -0.012683 0.019678 -0.002614 -0.023574 0.027652 0.019012 -0.001536 0.018775 -0.042991 0.004948 -0.024011 -0.029289 0.00944 0.031134 -0.009929 0.010844 0.00829 0.017587 -0.003182 -0.024419 0.033364 -0.012443 0.003756 0.034212 0.012158 -0.019175 -0.003082 -0.033525 -0.013698 -0.071752 -0.006772 -0.000248 -0.034344 -0.021611 0.015158 0.001673 -0.021493 -0.01762 -0.007661 0.017735 -0.008573 -0.008379 -0.01094 0.00102 0.022215 -0.021875 0.034399 0.020232 -0.004092 0.006983 0.02642 0.00412 0.007505 -0.013469 -0.00756 -0.004452 -0.008671 -0.003702 -0.005281 -0.026176 0.015154 0.013322 -0.032579 0.032162 0.005132 -0.036743 0.003712 -0.041905 0.006671 0.012059 -0.025212 -0.004269 0.02601 0.004281\nდ 0.023145 -0.004325 -0.028762 0.01383 0.003001 0.025717 0.002854 -0.004445 -0.012122 -0.019841 0.032984 0.014182 -0.012278 -0.007432 0.017455 -0.008498 0.01152 -0.012444 -0.001268 -0.021556 -0.00606 0.009544 0.002674 0.008359 -9.8e-05 0.010148 -0.011111 -0.010512 -0.008142 -0.009727 0.01471 -0.016869 -0.00896 -0.020931 0.015011 0.008569 -0.030954 0.024722 -0.000815 0.008107 -0.022054 0.013274 0.007612 -0.006431 -0.022605 -0.002226 0.016661 0.001058 0.01282 0.004724 0.011599 0.037575 0.018065 -0.030362 0.022672 0.007629 0.001892 0.013957 -0.012818 0.014004 -0.02352 -0.010954 -0.003519 -0.015648 0.012569 0.013736 0.020792 -0.010599 0.019401 0.009049 -0.029479 0.002232 0.014722 0.00475 -0.037759 -0.003788 -0.017453 0.011683 -0.018414 -0.007926 0.004967 -0.006509 -0.004144 0.009308 -0.013345 -0.032925 0.003428 0.00079 -0.017294 -0.001664 -0.003522 0.014523 -0.000893 -0.008532 0.002439 -0.007963 -0.004361 -0.022254 -0.006192 -0.002819 -0.012079 0.004378 -0.002911 -0.018877 0.005395 -0.007271 -0.017974 0.006783 0.033278 -0.004048 0.028905 0.012408 0.021081 -0.006466 0.004354 0.005235 -0.008792 -0.004732 -0.009583 -0.030896 0.023691 -0.001912 0.017432 0.010951 0.018407 0.008498 -0.004967 -0.01565 -0.002466 -0.007117 -0.00481 0.003219 -0.010489 0.027718 -0.005267 0.013448 -0.008142 0.004984 0.01304 0.02202 -0.003612 -0.010697 0.001851 0.013974 -0.02884 -0.04049 0.029579 0.009205 0.002291 -0.02751 0.000347 0.00317 0.026563 0.006422 -0.003543 -0.003438 -0.000345 -0.016721 0.019204 -0.016126 -0.018274 0.00294 0.015898 0.012161 -0.017417 -0.006975 0.014248 -0.014331 0.015441 0.011301 -0.01679 -0.013217 -0.003722 0.023445 -0.007479 -0.014562 0.000453 -0.011413 -0.020903 -0.004024 0.014986 -0.010637 -0.001783 -0.008922 -0.007434 -0.007007 0.003416 0.011089 -0.039213 -0.001392 0.014741 0.010918 -0.022125 -0.025326 0.005754 0.026365 -0.005409 0.0112 0.010763 0.003411 -0.026544 -0.015599 0.00881 0.018803 0.007428 0.016249 0.006902 -0.001738 0.005658 0.023686 -0.020983 -0.003227 -0.006168 0.009451 -0.006045 0.042159 0.001008 -0.009828 0.005886 -0.002433 0.00024 0.008054 -0.008024 0.007797 -0.014698 -0.007678 0.006836 0.011992 0.002513 -0.020418 -0.001375 -0.002999 0.001039 -0.014235 -0.017673 -0.004536 -0.00545 -0.026073 0.020467 0.012057 0.011336 0.015406 -0.015667 0.000753 0.006116 0.001378 0.020621 0.001441 0.021557 0.029972 0.017884 0.010298 0.00126 -0.025675 -0.018284 -0.010989 -0.004411 0.012993 -0.017716 -0.011627 0.006474 -0.000972 0.016289 -0.01147 -0.018058 -0.011716 -0.01755 -0.021043 0.002883 -0.000324 0.006738 -0.00244 -0.004495 -0.00245 0.003695 2.5e-05 0.000698 0.007273 0.038737 -0.024935 -0.002236 -0.01026 0.011859 -0.001462 -0.012748 -0.003711 0.009726 -0.002733 -0.010721 -0.002378 -0.001497 -0.031991 -0.005609 -0.044016 -0.006295 0.004287 0.007571 0.008789 0.012601 0.006306\nᩤ 0.063428 -0.01093 -0.051355 0.022017 0.004095 0.034071 0.014565 0.008469 -0.038104 -0.051616 0.023996 0.010733 -0.020241 -0.011843 0.034108 0.002897 0.019576 -0.041624 0.006241 -0.042469 -0.010563 0.010757 0.022778 0.022808 0.014516 0.020463 0.001484 -0.006162 -0.018804 -0.025053 0.025464 -0.019273 -0.024802 -0.066075 0.006507 0.012646 -0.033625 0.041473 -0.00524 0.036466 -0.035726 0.019574 0.009636 -0.013278 -0.019175 -0.042714 0.031469 0.000308 -0.008502 0.022322 0.000875 0.050633 0.02094 -0.017487 0.036465 0.013005 0.006842 0.033871 -0.028956 0.029797 -0.032085 -0.01276 -0.013802 -0.018691 0.016463 0.038896 0.046226 0.007884 0.04954 0.01733 -0.06073 -0.025714 0.026952 0.035899 -0.032442 0.010241 -0.013802 0.033899 -0.03286 -0.005851 0.017488 0.020311 -0.010901 0.007696 -0.018498 -0.068457 0.007394 -0.05425 -0.000274 -0.027697 0.009595 0.034425 0.026955 -0.03089 0.022917 -0.016495 -0.007873 -0.05183 0.001191 -0.001668 -0.02829 -0.003537 0.009817 -0.035438 0.007942 0.002667 -0.021088 -0.005804 0.057727 -0.012965 0.041584 0.019359 0.033639 -0.016167 0.015323 0.003782 -0.013427 -0.009469 -0.000568 -0.036522 0.036969 -0.003783 0.061273 0.005842 0.022191 0.015993 -0.037623 -0.021358 -0.013578 -0.031931 0.002632 -0.005205 -0.007873 0.036112 -0.034885 0.013863 -0.034275 -0.008316 -0.012305 0.038615 -0.007243 0.001587 0.013824 0.023362 -0.013357 -0.046171 0.035517 0.003817 0.006488 -0.043477 0.028875 0.012776 0.032998 0.002928 0.014092 0.029539 -0.007045 -0.023262 0.029284 -0.014383 -0.025623 0.0008 0.033393 0.023309 -0.016528 -0.02784 0.016402 -0.02246 0.031019 0.029911 -0.01782 -0.024122 -0.039777 0.038855 -0.038983 -0.02133 0.004394 0.003064 -0.052161 -0.031087 0.030664 -0.006208 0.020708 -0.037654 -0.007285 -0.001501 0.010716 0.029856 -0.070379 0.008821 0.014077 0.01629 -0.045783 -0.036832 -0.000626 0.05192 -0.023707 0.029535 0.004077 0.004724 -0.022131 -0.010835 0.03029 0.025896 0.01258 0.043262 -0.001079 -0.015121 -0.020436 0.053633 -0.012602 0.027984 -0.00279 0.022405 0.00473 0.073759 0.026835 -0.024174 0.022842 -0.018738 -0.010132 0.006971 -0.023936 0.01064 -0.018326 -0.006543 -0.002569 0.022461 -0.014662 -0.033357 -0.015869 0.001391 -0.017154 -0.020908 -0.047417 -0.016214 -0.004073 -0.041721 0.02555 0.022664 0.008509 0.033766 -0.028731 0.0318 -0.002029 -0.01589 0.02487 -0.001966 0.041472 0.050495 0.016332 0.014538 0.00482 -0.035422 -0.028093 -0.013483 -0.004654 0.021687 -0.021 -0.000309 0.020846 -0.011685 0.013784 -0.031822 -0.041072 -0.041091 -0.05002 -0.013376 0.033313 0.009978 0.022114 0.017339 0.009065 -0.004417 0.020469 -0.010511 -0.001944 0.013426 0.020332 -0.059607 -0.013177 -0.008242 0.019651 0.005308 -0.029625 -0.005628 0.000651 -0.008681 -0.019659 -0.015827 0.009486 -0.047346 0.001348 -0.061982 -0.009267 0.023719 0.017035 0.02887 0.021898 0.011001\nױ 0.035799 -0.001407 -0.051109 0.03403 0.011031 0.041562 0.006632 -0.009342 -0.022416 -0.020916 0.025475 0.010401 -0.00482 -0.022903 0.032234 -0.003987 0.0095 -0.031128 -0.007545 -0.037219 -0.025907 0.003197 0.004267 0.015395 0.01379 0.018553 0.005565 -0.008738 -0.018032 -0.028234 0.019397 -0.037033 -0.020029 -0.043604 0.017953 0.006721 -0.035669 0.036868 0.004541 0.028157 -0.02468 0.01859 -0.006982 0.003681 -0.024111 -0.035478 0.037407 -0.012032 -0.00196 0.018515 0.001364 0.056974 0.038029 -0.035381 0.039643 0.003812 -0.004923 0.035927 -0.013855 0.026473 -0.027541 -0.027984 -0.013539 -0.014665 0.012937 0.022099 0.045156 -0.010592 0.034536 0.010574 -0.03955 0.003413 0.026581 0.010165 -0.045291 -0.000225 -0.02401 0.033826 -0.029444 -0.018513 0.011424 0.006838 -0.000256 0.013591 -0.020029 -0.050948 0.002318 -0.008581 -0.013609 -0.011194 -0.008413 0.028418 -0.000283 -0.007973 0.006375 -0.011464 -0.004954 -0.039157 0.002169 0.002887 -0.016689 -0.009789 -0.003619 -0.035935 0.020359 -0.009363 -0.019275 0.004182 0.038682 -0.001834 0.037988 0.016151 0.025286 -0.010366 0.008266 0.001905 -0.023169 0.000604 -0.010505 -0.042075 0.022015 -0.002259 0.043212 0.019919 0.027814 0.01092 -0.01803 -0.015122 -0.017821 -0.013816 -0.014821 0.002439 -0.014862 0.033571 -0.016205 0.018035 -0.030987 0.005045 0.004533 0.050522 -0.007208 -0.007722 0.019162 0.020087 -0.036624 -0.050682 0.045105 0.00926 -0.00052 -0.036402 0.006481 0.016571 0.027928 0.035937 -0.000274 0.002836 -0.002556 -0.023358 0.006175 -0.02697 -0.011046 0.019093 0.025194 0.003601 -0.006175 -0.014956 0.022218 -0.02493 0.026773 0.021858 -0.029827 -0.023276 -0.010461 0.037359 -0.025464 -0.029644 -0.014605 -0.006632 -0.036375 -0.028093 0.03705 -0.009849 0.003011 -0.007874 -0.001285 -0.015158 0.001282 0.015962 -0.065283 -9.3e-05 -0.000363 0.025369 -0.026139 -0.032276 0.006156 0.038613 -0.021655 0.016847 0.001492 -0.005153 -0.033739 -0.029215 0.016005 0.020539 0.024088 0.015164 0.015635 -0.013237 -0.006494 0.040269 -0.024761 0.000112 -0.010886 0.015132 -0.005462 0.067846 -0.000131 -0.015275 0.008456 -0.002794 0.000682 0.008852 -0.005944 0.010602 -0.024044 0.002237 -0.001346 0.017676 -0.016639 -0.0293 -0.00093 0.003897 -0.007943 -0.023828 -0.03731 -0.004268 -0.017918 -0.033141 0.030653 0.027111 0.00822 0.020404 -0.027092 0.009328 0.003159 -0.014437 0.03227 -0.007292 0.0414 0.058228 0.027828 0.010297 0.011271 -0.053714 -0.037039 -0.019949 -0.001503 0.023819 -0.020821 -0.015195 0.006545 -0.017579 0.037503 -0.031462 -0.040733 -0.01733 -0.033727 -0.004318 0.006591 0.001236 0.027023 0.007361 0.016688 -0.007741 0.011017 0.008219 -0.007558 0.019186 0.040934 -0.058721 -0.005733 -0.01557 0.009863 0.025479 -0.027173 0.000129 0.020579 -0.002188 -0.015272 -0.025789 0.008365 -0.037181 0.017875 -0.068254 -0.003806 0.005953 0.005765 0.007292 0.034478 0.00626\nó 0.034753 0.008637 -0.036891 0.031278 0.015852 0.021544 0.014901 -0.018047 -0.016935 -0.017392 0.029807 0.002694 -0.003919 -0.020448 0.021638 -0.007575 0.024272 -0.027337 0.003425 -0.025949 -0.008587 0.009959 -0.014899 0.019799 0.005839 0.021047 0.007496 -0.002676 0.009738 -0.000789 0.026557 -0.021049 -0.004379 -0.018261 0.034492 0.001505 -0.008048 0.022392 -0.001863 0.03444 -0.012102 0.010859 -0.015455 0.011966 -0.037195 -0.020566 0.02655 0.003676 0.020169 0.017274 0.004017 0.039215 0.019111 -0.031328 0.032955 0.015728 -0.002661 0.027156 -0.020315 0.026888 -0.019534 -0.017627 -0.00104 -0.009975 0.01671 0.006535 0.035639 -0.010274 0.017699 -0.003065 -0.026551 -0.009785 0.033671 0.003493 -0.023786 0.007355 -0.001405 0.035989 -0.007503 -0.013516 0.011709 0.00035 0.002646 0.027215 -0.023039 -0.035576 -0.023877 -0.011097 -0.001361 -0.01804 -0.004424 0.030894 0.002346 -0.027554 -0.005314 -0.019554 0.003295 -0.002765 -0.008933 -0.005637 -0.028974 0.013184 -0.003796 -0.011697 0.014034 -0.002361 -0.022997 0.013168 0.04084 0.004738 0.013235 0.008881 0.017103 -0.000307 0.007915 0.007899 -0.023776 0.005322 -0.011049 -0.022829 -0.00414 -0.009914 0.043829 0.010087 0.014852 0.025047 -0.006824 -0.009112 -0.005593 0.010039 0.000979 -0.002819 -0.020399 0.018734 -0.003557 0.017616 -0.005821 0.016914 -0.008756 0.029203 -0.004509 0.003288 0.028977 0.019634 -0.033609 -0.011828 0.024158 -0.001293 -0.003467 -0.017764 0.011033 0.005137 0.020075 0.021224 0.001211 -0.006312 0.009172 -0.021772 -0.003101 -0.034108 -0.003497 -0.003355 0.006542 0.014841 -0.006693 0.008385 0.019128 -0.031353 0.033224 0.011517 -0.027577 -0.023603 -0.005756 0.007117 -0.02072 -0.009622 -0.008208 0.001285 -0.008133 -0.015934 0.025327 0.001156 -0.015563 -0.005767 -0.003527 -0.000267 -0.002003 -0.011376 -0.041875 -0.008204 0.021113 0.021691 -0.013649 0.009265 -0.012698 0.019698 0.005591 -0.005977 0.009863 0.001186 -0.01869 -0.023763 -0.001922 0.023427 0.022737 -0.007219 0.013256 -0.001106 -0.00767 0.007923 -0.020166 0.005822 0.012334 -0.01286 -0.001028 0.017853 0.00855 -0.002454 0.007597 0.015242 0.01526 -0.004632 0.005024 -0.015782 -0.017843 -0.008116 0.014481 0.013537 0.010539 -0.012806 -0.008876 -0.008703 -0.006763 -0.016768 -0.017666 -0.00251 -0.004972 -0.039286 0.016166 0.032067 0.000799 0.011187 -0.022297 -0.001312 -0.005986 -0.007919 0.017781 0.014181 0.023508 0.034532 -0.002552 0.011627 0.012271 -0.037806 -0.037124 -0.022003 -0.015334 0.020854 -0.003547 -0.022638 -0.012621 -0.007206 0.015204 -0.004149 -0.022745 -0.020255 -0.017949 -0.000601 0.002048 0.001341 0.011815 -0.004057 0.017338 -0.008132 0.014403 0.001521 0.009786 0.008154 0.032233 -0.037178 -0.010628 0.000971 -0.003834 0.016646 -0.027045 0.00562 -9.1e-05 0.002622 -0.015296 -0.002857 0.024556 -0.032253 -0.002341 -0.052777 0.004157 0.012835 0.005626 -0.000624 0.031531 -8.7e-05\nϵ 0.009416 -0.016637 -0.067512 -0.047551 -0.059423 0.029379 0.065638 -0.063016 -0.032901 -0.039626 -0.01284 0.020023 -0.016857 0.006422 0.120373 -0.004682 0.069821 -0.077144 0.009919 -0.052271 0.011157 -0.010406 -0.027208 0.017453 -0.003 -0.017642 -0.062628 -0.01533 0.006891 -0.01255 0.007523 -0.08615 -0.001564 -0.007956 -0.041213 0.028079 -0.1027 0.074523 -0.008902 -0.021644 -0.066803 0.005291 0.075142 0.062665 0.05431 -0.080001 -0.000281 0.030097 0.015333 0.023836 -0.019152 0.06768 0.017408 -0.023015 0.042221 -0.019921 -0.006879 0.003572 -0.001625 0.003796 -0.096269 0.00035 -0.022919 -0.004903 0.047645 -0.023038 0.03874 0.020046 -0.005643 0.004805 -0.077769 0.052336 0.025353 0.03058 -0.023775 -0.04281 0.065859 0.085943 -0.015683 -0.017163 -0.010107 0.007298 0.035299 0.01383 -0.049811 -0.08458 0.037998 -0.00386 0.059939 0.051336 -0.03287 0.030534 -0.005266 0.056867 0.026398 -0.068098 0.035793 -0.070935 0.002851 -0.002451 -0.040674 -0.019313 -0.059351 -0.053722 -0.016645 -0.008475 0.020151 -0.000475 -0.013057 -0.008122 0.060928 -0.007214 0.05003 -0.001773 0.086356 0.001195 -0.012225 -0.02347 0.004078 -0.01211 0.01142 0.016579 0.009563 -0.014947 -0.02143 -0.00923 0.041476 0.077914 0.004043 -0.034575 0.023728 0.026324 0.020413 0.037372 -0.074904 0.016396 -0.078096 -0.030406 -0.040475 -0.01164 -0.019125 -0.081653 0.020422 0.01913 -0.0238 -0.077541 0.061796 0.014123 -0.005607 -0.031217 0.046262 0.007634 0.031201 0.040882 -0.010456 0.041737 -0.069923 0.028566 0.036639 -0.022468 -0.001149 0.060427 -0.010617 0.002714 0.049887 -0.01067 0.021787 -0.029747 0.04451 0.046365 0.013138 -0.031847 -0.028472 -0.009132 0.035583 -0.048426 -0.078895 -0.01277 -0.070783 -0.042481 0.120306 -0.003306 0.010071 0.064754 -0.088658 -0.053394 -0.059732 0.072188 -0.038211 -0.001881 0.071916 0.008084 -0.020052 -0.128895 -0.011056 0.020346 -0.050428 0.008696 -0.034254 0.003376 -0.032163 -0.012165 0.053109 0.073614 0.05584 0.065036 0.003697 -0.091329 -0.0007 -0.010993 -0.044159 -0.023691 0.02405 0.021033 0.004091 0.057483 -0.048371 -0.023975 0.043504 -0.008235 -0.016506 0.015793 0.029886 -0.055434 -0.038374 -0.007045 -0.026948 0.039018 -0.020165 -0.018126 -0.0756 -0.013441 -0.03082 -0.013254 -0.058398 0.04057 -0.005311 -0.028873 -0.018928 0.072271 0.007409 0.001036 -0.034677 0.030538 0.062705 -0.005548 0.058464 -0.006325 0.04046 0.068684 0.013639 0.040564 0.003514 -0.031108 -0.004644 -0.017651 -0.015643 -0.021944 -0.072761 -9.4e-05 0.027429 -0.004366 0.038469 0.014314 -0.005385 0.034156 -0.064399 0.047495 -0.066283 0.046445 0.086733 -0.021461 0.027173 -0.052327 -0.023676 -0.025584 0.085703 0.082651 0.009221 -0.065996 -0.019592 0.017698 0.070423 0.020245 0.019893 0.001936 -0.016366 -0.04484 -0.015902 -0.040101 -0.007652 -0.079882 0.006403 -0.004593 -0.017263 0.056285 0.015899 0.008374 -0.083518 -0.050562\nɴ 0.022146 0.013416 -0.035665 0.022214 0.015887 0.048507 0.030209 0.001979 -0.0321 -0.044532 0.052596 0.025349 -0.02009 -0.019851 0.068028 -0.018557 0.004424 -0.034823 0.008922 -0.045205 -0.01635 -0.013871 -0.037646 0.003964 0.000435 0.00402 -0.027306 -0.016176 -0.016772 -0.057907 0.036862 -0.038133 -0.02509 -0.037878 -0.007015 0.020456 -0.036566 0.054874 0.009035 0.010287 -0.046238 0.036355 0.008805 0.021432 -0.018828 -0.029683 0.04203 0.000291 -0.008884 0.015133 0.006071 0.076819 0.030341 -0.043613 0.056889 0.01714 0.008 0.046513 -0.023662 0.029812 -0.047181 -0.046062 -0.028426 -0.005366 0.019255 0.035712 0.069587 -0.04159 0.035219 0.038075 -0.061114 -0.017184 0.007005 0.033064 -0.0434 0.009882 -0.014255 0.022394 -0.02996 -0.021155 0.026651 -0.005298 -0.021511 0.027182 -0.018935 -0.090564 0.032049 -0.013385 -0.00322 0.016879 -0.003006 0.024067 0.013927 -0.004147 0.016283 -0.033092 0.01835 -0.05969 -0.032013 -0.018055 -0.04932 -0.0075 -0.008472 -0.043185 0.018461 -0.002806 -0.016234 0.010074 0.014683 -0.007143 0.066906 0.009838 0.039169 0.005753 0.021831 -0.001054 -0.041868 -0.004335 -0.031041 -0.039779 0.039156 -0.007478 0.03935 0.019617 0.026682 -0.009133 -0.002057 0.013873 -0.019921 -0.004524 0.006007 0.018849 -0.009287 0.051567 -0.014086 0.004708 -0.039454 0.030942 0.007685 0.061633 1.9e-05 -0.005282 0.022687 0.01942 -0.028634 -0.064469 0.059143 -0.009648 0.019018 -0.056239 0.037701 0.012337 0.049004 0.052429 0.012261 0.015221 -0.010483 -0.040848 0.02418 -0.017305 -0.033848 0.033094 0.048649 -0.007219 -0.006545 -0.030199 0.030632 -0.027212 0.027263 0.068057 -0.031848 -0.027348 -0.00389 0.029462 -0.000446 -0.030941 -0.009834 -0.019417 -0.06242 -0.006224 0.056959 -0.007534 0.019265 0.008664 -0.027936 -0.03489 -0.008387 0.030108 -0.04383 0.013326 0.017237 0.038727 -0.042789 -0.051249 -0.00448 0.065357 -0.042722 0.019473 0.003208 -0.003491 -0.048385 -0.02231 0.022618 0.047842 0.031847 0.005323 0.005967 -0.037114 -0.023925 0.033865 -0.025711 -0.000427 -0.008629 0.037808 -0.002927 0.045092 0.000682 -0.019895 0.019266 -0.009165 -0.020227 -0.017119 0.014449 0.007667 -0.047992 0.010007 -0.011536 0.014275 0.004742 -0.015439 -0.018358 0.005388 -0.003388 -0.051446 -0.035816 0.014844 -0.024321 -0.013293 0.017632 0.018798 0.01163 0.031789 -0.02776 0.019664 -0.001106 -0.032596 0.041326 0.0174 0.059099 0.06629 0.007455 0.015269 -0.028001 -0.041009 -0.034344 -0.015444 -0.012144 0.012458 -0.038082 -0.004443 0.011914 -0.023534 0.028327 -0.03274 -0.026622 -0.02645 -0.056821 0.008905 0.004547 7.8e-05 0.008922 0.001664 0.026276 -0.003632 0.037929 0.003099 0.020686 0.020998 0.034709 -0.065753 0.00037 -0.004399 0.021963 0.025689 0.015846 -0.018345 0.024531 -0.007797 -0.02363 -0.027275 0.005792 -0.039841 0.013647 -0.057717 -0.032559 0.008981 0.011705 0.005848 0.003609 -0.028482\nỷ 0.065263 -0.016795 -0.076151 0.025287 0.013663 0.021944 0.03732 -0.034616 -0.030722 -0.023511 0.050025 -0.040822 -0.022382 0.010923 0.001994 -0.002293 0.01717 -0.029315 -0.00504 -0.046128 -0.019234 0.003506 0.01807 0.003107 -0.02447 0.029501 0.024656 0.010856 0.003493 -0.003014 0.020541 -0.049447 0.027809 0.004763 0.010256 0.002386 -0.050389 0.024062 -0.016399 0.043389 -0.019958 0.010339 -0.009992 0.016851 -0.012918 -0.060313 0.06611 -0.010242 0.010594 0.02316 1.9e-05 0.053308 0.067348 -0.029946 0.076399 0.006614 -0.021555 0.041238 0.01394 0.027493 -0.034465 -0.028799 -0.003364 0.008806 0.015374 0.010733 0.05556 -0.029962 0.028404 0.019584 -0.039443 -0.007199 0.016403 0.015986 -0.02548 0.02632 0.019225 0.045054 -0.018911 -0.010882 0.009646 0.015071 0.015959 0.046498 -0.020828 -0.04171 -0.034961 -0.028673 0.008196 -0.013994 0.001462 0.027951 -0.011219 -0.006698 0.009278 -0.00532 -0.031171 -0.012949 -0.001642 0.006301 -0.005584 0.007623 -0.020303 -0.012565 0.039694 -0.017519 -0.024964 -0.04128 0.070532 0.001249 0.013412 0.007344 0.012693 -0.001907 0.016829 -0.011715 -0.028809 0.005066 -2.4e-05 -0.082053 0.0166 0.008417 0.026955 0.056209 0.018325 0.010995 -0.017708 -0.013048 -0.029812 0.012427 -0.011418 0.01999 -0.021497 0.033027 -0.015453 0.021542 -0.026793 0.024422 0.003087 0.037049 -0.043951 0.00604 0.035858 0.02905 -0.043863 -0.025891 0.058249 -0.000839 0.006825 -0.037892 -0.005895 -0.009965 0.024948 0.019815 -0.016768 0.010607 -0.007643 -0.008001 -0.01212 -0.034287 0.010947 0.008633 -0.000256 -0.022115 -0.030661 -0.012253 0.021956 -0.009865 0.025946 0.018736 -0.042329 -0.022413 -0.030401 0.023699 -0.040327 0.004258 0.008313 0.011113 -0.009504 -0.034692 0.077886 0.004891 0.002434 -0.015587 -0.010913 0.001764 -0.012587 0.003662 -0.060174 -0.014779 0.017065 0.000265 -0.042039 -0.010257 -0.038876 0.043007 0.011194 0.029785 -0.002804 -0.010348 -0.078183 -0.033981 0.001332 0.059171 0.044123 -0.022248 0.000429 -0.010116 -0.00816 0.024361 -0.044465 0.030091 0.025161 0.017666 0.00853 0.026641 0.024693 -0.039788 0.014767 0.035636 0.060261 0.010267 0.012326 -0.042995 -0.02745 -0.0112 0.018143 0.01044 -0.002992 -0.022059 -0.014329 -0.043777 -0.051011 -0.047106 -0.029903 0.026633 -0.006347 -0.050545 0.052121 0.004743 0.028672 0.052935 -0.018155 0.04254 -0.011875 -0.005945 0.034382 0.000421 0.019209 0.074464 0.016803 0.026819 0.014052 -0.073809 -0.018229 0.018363 -0.004947 0.036507 -0.009984 -0.042642 0.017563 0.000841 -0.002784 -0.056695 -0.039771 -0.054706 0.009803 -0.018849 -0.002736 -0.028965 0.007366 -0.0168 0.005396 0.001781 0.038593 -0.015224 0.014043 0.036402 0.033171 -0.057071 0.008331 -0.012865 -0.007174 -0.001863 -0.045172 0.016639 -0.011632 -0.02307 -0.052676 -0.000427 0.022464 -0.054751 0.038072 -0.064181 -0.018843 0.025074 0.014657 -0.002606 0.066887 -0.02378\nଅ 0.036304 -0.023605 -0.054837 0.01783 0.002371 0.033669 0.004237 -0.000811 -0.011497 -0.036982 0.039783 0.026571 -0.014182 -0.045046 0.039599 -0.010994 0.007549 -0.033527 -0.018754 -0.056348 -0.034777 0.007559 0.009243 0.04184 -0.003848 0.008696 -0.02027 -0.032405 -0.022863 -0.043158 0.009055 -0.034252 -0.021877 -0.05729 0.022926 0.010402 -0.043908 0.047729 -0.012112 0.057647 -0.035261 0.038243 0.003902 -0.012076 -0.059236 -0.027223 0.028095 0.004129 0.012526 -0.012845 0.004215 0.084833 0.045589 -0.032217 0.037424 -0.005813 -0.031235 -0.012039 -0.030678 0.023452 -0.050298 -0.01992 -0.029827 -0.001217 -0.002265 0.022311 0.050421 -0.000595 0.066813 0.027222 -0.054609 0.000874 0.028418 0.034185 -0.051896 -0.010683 -0.023574 0.031797 -0.056233 -0.011297 -0.014658 0.00082 0.004051 -0.008788 -0.031082 -0.063358 0.001246 -0.012081 -0.045786 -0.006348 -0.022058 0.018032 0.037472 -0.015414 0.025831 -0.023771 0.001376 -0.043553 -0.022476 0.01555 -0.035407 0.00349 -0.010166 -0.066108 -0.002941 0.003188 -0.018109 -0.017876 0.06295 -0.010041 0.05646 0.065307 0.015126 -0.017955 0.030345 0.004551 0.005223 0.002514 -0.022708 -0.03415 0.01977 -0.021772 0.050532 0.033598 0.032132 0.02018 -0.023929 -0.036639 -0.034623 -0.039988 0.00108 0.023334 -0.025024 0.021838 -0.014807 0.013894 -0.019311 -0.013051 -0.008748 0.027444 0.002409 -0.003557 0.001675 0.031566 -0.045433 -0.06685 0.071626 0.036415 -0.022765 -0.036301 0.015853 0.005502 0.05822 0.022978 0.000971 -0.009721 0.013161 -0.024117 0.048674 -0.020687 -0.041376 0.009017 0.025315 0.022209 -0.018933 0.003999 0.026899 -0.027945 0.013136 0.034177 -0.007499 -0.025314 -0.022809 0.01035 -0.024647 -0.034797 -0.0274 -0.027489 -0.051528 -0.00774 0.035588 -0.022338 -0.014882 -0.005087 0.01966 -0.028786 0.003178 0.034513 -0.045745 -0.005981 -0.011674 0.02272 -0.053962 -0.044627 0.021627 0.062251 -0.020631 0.024507 -0.018152 -0.013653 -0.051984 -0.015147 0.007237 0.045729 0.025584 0.019824 0.013846 -0.010953 -0.012928 0.059424 -0.034981 0.024925 -0.040746 -0.0175 -0.028577 0.050982 -0.007958 -0.050324 0.007206 0.013569 -0.028633 0.021824 -0.022623 0.044271 0.001501 -0.000699 0.016064 0.044251 0.006673 -0.045752 -0.006864 -0.004591 -0.006157 -0.048299 -0.061812 -0.020339 -0.023227 -0.053182 0.015767 0.006375 0.025829 0.020346 -0.028094 -0.004659 0.016738 0.000915 0.037868 0.009413 0.036672 0.05545 0.040289 0.002237 0.000663 -0.062246 -0.024104 -0.016308 -0.006818 0.024509 -0.036527 0.001728 -0.007143 -0.02293 0.021422 -0.028215 -0.039877 -0.006846 -0.065089 -0.012549 0.010178 -0.010792 -0.002622 0.02298 0.011644 0.005433 -0.000138 0.00914 -0.031181 0.005302 0.074123 -0.062442 0.007289 -0.045638 -0.006158 0.005252 0.001338 0.001144 0.007295 -0.007624 -0.024257 -0.023433 0.016994 -0.062415 0.006612 -0.094057 0.008192 0.019064 0.012483 0.03311 0.012871 -0.016817\nĉ 0.013748 0.021861 -0.066544 0.04455 0.018907 0.029589 0.050161 -0.018022 -0.006225 -0.022815 0.064812 0.008375 -0.013051 -0.018097 0.002323 0.028819 0.004003 -0.037591 -0.029143 -0.034863 -0.046584 0.026061 -0.011404 0.031883 0.008212 0.018682 -0.0124 0.000478 -0.034217 -0.008351 0.063706 -0.046268 -0.012703 0.001161 0.006237 -0.00015 -0.004857 0.048726 0.040029 0.019506 -0.050446 0.032573 0.009649 0.029566 -0.019591 -0.032296 0.032601 0.013355 -0.009075 0.0141 0.003394 0.046095 0.049419 -0.022591 0.032161 0.014753 0.014418 0.043822 0.004382 0.038512 -0.03174 -0.036287 -0.001133 -0.031237 0.016069 0.007218 0.045038 -0.027063 0.051351 0.022376 -0.060322 0.010748 0.019177 0.019898 -0.071939 -0.014979 -0.008581 0.01608 -0.014485 -0.006856 0.037909 0.004241 0.022777 0.002356 -0.038054 -0.055785 -0.014922 -0.005142 -0.014163 0.010542 -0.032017 0.030421 0.023726 -0.026147 -0.017723 -0.016081 -0.005313 -0.029507 -0.008434 0.002532 -0.010758 0.003425 -0.025031 -0.030059 0.005056 -0.022989 -0.028327 -0.005838 0.030309 -0.018302 0.037012 0.01926 0.013897 0.007302 0.022012 -0.018464 -0.028242 -0.000595 -0.008384 -0.065406 0.032496 0.010275 0.060277 0.032947 0.041032 0.019882 0.003967 -0.002085 -0.028667 -0.032328 -0.00526 0.012613 -0.031051 0.027576 -0.029652 0.010413 -0.035043 -0.008505 -0.004618 0.047813 -0.008296 -0.015377 0.038352 0.037002 -0.035722 -0.036039 0.063267 0.007162 0.016276 -0.086694 -0.005812 0.00104 0.022945 -0.02861 -0.018049 -0.013792 0.009619 -0.008484 -0.012902 0.008223 -0.021353 -0.022436 0.039417 0.040518 -0.049396 -8.7e-05 0.042534 -0.032724 0.006356 0.034716 -0.066203 -0.030285 -0.02716 0.017307 -0.003465 -0.032926 -0.007628 -0.030103 -0.016571 -0.008708 0.024913 0.01135 -0.002717 -0.037069 -0.007409 -0.012695 -0.018609 0.023495 -0.06542 -0.007928 0.056386 0.027334 -0.034302 -0.023713 0.02405 0.045082 0.000271 -0.006453 0.00929 0.00272 -0.02691 -0.041868 0.028826 0.017739 0.020399 0.003195 -0.009546 -0.061911 0.027431 0.047628 -0.063498 -0.005147 -0.000957 0.024364 -0.004782 0.047082 0.017784 0.001346 0.04304 0.018578 -0.013005 -0.004735 -0.014184 0.02136 -0.037348 0.00621 0.002731 0.021139 0.014065 -0.068388 0.005013 0.004838 0.041915 -0.023131 0.002595 0.008265 -0.019029 -0.043763 0.060508 0.022037 -0.007068 0.023359 -0.025146 0.033227 0.007787 -0.013827 0.036083 0.031341 0.020045 0.058725 0.007512 0.007166 0.014685 -0.047869 -0.040266 -0.039759 -0.019374 0.00646 -0.052333 -0.022206 0.02726 -8.4e-05 0.004931 0.008457 -0.019242 -0.011272 -0.008928 -0.026917 -0.008433 0.02179 -0.002837 -0.029644 0.008559 0.024217 0.013563 -0.022184 0.015869 0.008686 0.050299 -0.011641 -0.019196 0.003471 0.005741 0.019928 -0.026556 -0.018327 0.028273 -0.024367 -0.037217 -0.020821 0.011803 -0.044146 0.017306 -0.077231 -0.009341 -0.013534 0.009289 -0.004832 0.029299 0.012575\nធ 0.022229 0.012785 -0.036128 0.017584 -0.003234 0.034618 0.000686 -0.014262 -0.019344 -0.028123 0.022045 -0.004703 -0.00172 -0.028046 0.027432 -0.01388 -0.002208 -0.013442 -7.2e-05 -0.034802 -0.018244 0.012906 0.007725 0.029354 0.002494 0.007868 -0.016706 -0.004326 -0.013166 -0.014555 0.019686 -0.018862 -0.010354 -0.031224 0.017397 0.013739 -0.047461 0.035355 -0.000427 0.015352 -0.020703 0.013847 0.015974 -0.003117 -0.019152 -0.013899 0.017265 -0.010294 -0.006869 0.017441 -0.004952 0.031281 0.019491 -0.020333 0.02183 0.011949 0.006032 0.013814 -0.012589 0.018206 -0.014876 -0.012632 -0.007004 -0.018897 0.025941 0.021463 0.022568 -0.020699 0.040721 0.012598 -0.038506 -0.018464 0.008864 0.008559 -0.039939 -0.000272 -0.010827 0.021334 -0.020868 -0.007285 0.010171 -0.00952 0.00261 0.016037 -0.00252 -0.038569 2e-06 -0.015038 -0.005498 -0.009478 -0.002529 0.020775 0.019444 -0.004721 0.013188 -0.009461 0.003948 -0.030089 0.006606 0.001484 -0.026572 0.000689 -0.007846 -0.023795 0.017472 -0.016213 -0.003918 -0.000387 0.033149 -0.009017 0.023862 0.017492 0.025811 -0.013856 -0.003891 -0.005243 0.00466 0.000305 -0.004278 -0.03202 0.014129 -0.000216 0.042555 0.012642 0.022994 0.018037 -0.020896 -0.009634 -0.01319 -0.012539 0.004766 -0.014395 -0.005635 0.033834 -0.028753 0.004079 -0.022361 -0.011031 0.002336 0.032039 8.3e-05 -0.012804 -0.004603 0.02208 -0.02151 -0.040653 0.036346 0.008538 0.003322 -0.031232 0.001814 -0.005527 0.023743 0.027253 0.006333 0.006448 0.014454 -0.02865 0.013887 -0.018951 -0.014722 0.006485 0.020291 0.019278 -0.010862 0.002086 0.015863 -0.00894 0.024693 0.018673 -0.02855 -0.009108 -0.008296 0.040405 -0.020015 -0.019296 -0.00234 -0.002119 -0.029586 -0.027112 0.032939 0.009589 -0.002702 -0.017181 0.013968 -0.01681 0.002556 0.018318 -0.044792 -0.008999 0.014883 0.010209 -0.020117 -0.025012 -0.000923 0.034831 -0.017287 0.011283 0.0054 -0.005485 -0.002234 -0.012902 0.029153 0.010118 0.006685 0.025506 -0.0154 -0.017163 -0.001837 0.019371 -0.011185 -0.004927 -0.008913 0.015359 -0.013964 0.04116 0.007199 -0.01884 0.007242 0.005417 0.018631 0.001278 -0.010029 -0.001867 -0.012705 -0.008742 0.000296 0.02247 -0.020731 -0.030675 -0.00572 0.001354 -0.005606 -0.006779 -0.022304 -0.009385 -0.01325 -0.027763 0.01525 0.019914 0.008444 0.006477 -0.036871 0.003107 0.002603 0.002166 0.022041 -0.003367 0.022384 0.039357 0.024892 0.01386 0.004041 -0.045667 -0.012611 -0.000928 0.014808 0.011217 -0.017026 -0.017749 -0.010341 -0.02703 0.020081 -0.032573 -0.01614 -0.019554 -0.022064 -0.024036 0.008128 0.000528 0.009691 0.003069 0.000258 -0.006071 0.006424 -0.015315 0.003668 0.016418 0.024756 -0.035019 -0.00566 -0.022978 0.011328 -0.000962 -0.013645 -0.005308 0.030877 -0.010986 -0.009715 -0.006745 -0.011665 -0.026218 0.009418 -0.062284 -0.007866 0.009044 0.010182 0.012178 0.003386 0.001996\nท 0.026747 0.001216 -0.040472 0.023055 0.012577 0.034413 0.008577 0.000382 -0.021155 -0.026072 0.018605 0.001898 -0.004383 -0.015248 0.029737 -0.004084 0.008524 -0.019162 -0.009406 -0.041845 -0.013014 0.007585 0.005164 0.011779 0.004664 0.011512 -0.01589 -0.006254 -0.012789 -0.024098 0.015731 -0.027049 -0.017103 -0.035098 -0.001677 0.019283 -0.032096 0.037107 0.008041 0.016241 -0.030199 0.00901 0.001541 -0.005081 -0.023149 -0.021566 0.03182 0.006099 0.001078 0.008167 0.002825 0.042655 0.030438 -0.02985 0.034202 0.001221 -0.003785 0.023524 -0.014502 0.022455 -0.023038 -0.026098 -0.001072 -0.014426 0.01189 0.016906 0.029281 -0.013929 0.042443 0.01396 -0.04405 -0.008873 0.019433 0.01127 -0.050577 0.003563 -0.028448 0.021126 -0.031713 -0.012617 0.01292 -0.006649 0.003697 0.011855 -0.017359 -0.044167 -0.003067 9.7e-05 -0.02074 -0.000758 -0.007072 0.023564 0.011876 -0.013319 0.013974 -0.005353 0.006004 -0.033661 0.004113 0.000129 -0.01818 0.006224 -0.000787 -0.023943 0.015776 -0.003831 -0.009597 0.006245 0.0251 -0.003582 0.046996 0.020232 0.026064 -0.012599 0.007568 -0.000533 -0.002923 0.000454 -0.005255 -0.036845 0.018061 0.005283 0.036475 0.022225 0.034987 0.009885 -0.013292 -0.013303 -0.001846 -0.015994 -0.008197 -0.006251 -0.017141 0.029616 -0.018096 0.012956 -0.033 -0.002417 0.008259 0.0402 0.003148 -0.007121 0.002379 0.023993 -0.033797 -0.039862 0.043374 0.008516 0.001202 -0.040878 0.001785 0.001647 0.035756 0.022077 0.002229 0.008265 0.008327 -0.027404 0.011097 -0.02253 -0.014957 0.012399 0.022481 0.011658 -0.01147 -0.013049 0.017591 -0.015318 0.021117 0.01586 -0.022596 -0.016273 -0.009003 0.024257 -0.021297 -0.022078 0.001417 -0.005679 -0.035491 -0.015114 0.034085 -0.009968 0.009899 -0.008433 -0.007364 -0.010306 0.004223 0.01882 -0.04928 -0.001405 0.010891 0.026496 -0.034979 -0.029407 0.009945 0.031855 -0.01522 0.008643 0.00087 -0.000271 -0.030873 -0.02911 0.013325 0.025388 0.023727 0.016764 0.004043 -0.003285 -0.000292 0.030639 -0.016712 0.001413 -0.005105 0.017874 0.000101 0.055914 0.003631 -0.020751 0.008774 -0.001655 -0.000499 0.013838 3.3e-05 0.004492 -0.025771 -0.001977 -0.00217 0.014324 -0.005759 -0.028532 -0.007278 0.001049 -0.003091 -0.023246 -0.02973 -0.006454 -0.010512 -0.034418 0.022763 0.025752 0.009478 0.02916 -0.027592 0.010505 0.001225 -0.002425 0.027433 -0.002694 0.034029 0.049077 0.017847 0.003292 -0.008039 -0.038759 -0.025261 -0.016872 0.001413 0.025612 -0.023754 -0.015493 0.009216 -0.010796 0.025616 -0.023346 -0.022476 -0.028073 -0.029227 -0.012196 0.006371 0.000514 0.020188 -0.000642 0.00999 0.002983 0.012609 -0.001229 0.001006 0.011069 0.03967 -0.044494 -0.001219 -0.003765 0.012727 0.013966 -0.016603 -0.003746 0.02 -0.005326 -0.020237 -0.011523 0.007242 -0.037844 0.010557 -0.061206 -0.008552 0.00807 0.006976 0.016019 0.01928 0.00108\nङ 0.014475 -0.008754 -0.018686 0.003923 -0.003124 0.011819 -0.002538 -0.007423 -0.023656 -0.0187 0.030006 0.013991 0.004702 -0.00608 0.009527 -0.010385 0.005891 0.002796 0.005279 -0.033997 -0.014111 0.005181 0.00951 -0.00779 -0.008438 0.009814 -0.015658 -0.010906 -0.011473 -0.011343 0.016419 -0.012453 -0.000604 0.001194 -0.000375 -0.003062 -0.004059 0.00914 0.005291 0.012145 -0.019497 -0.002709 0.011915 -0.002427 0.001671 -0.001414 0.006651 -0.011071 0.002286 -0.002236 0.002558 0.019713 0.017447 -0.026589 0.022943 0.002971 0.005334 -0.010148 0.004938 0.006687 -0.011244 -0.007674 -0.003063 -0.012553 -0.00498 -0.002335 0.017451 0.011904 0.007265 0.006402 -0.035076 -0.006613 0.025031 -0.002542 -0.020743 0.003812 -0.011216 -0.002172 -0.01793 -0.006319 -0.001005 0.002187 -0.000374 -0.002489 -0.005075 0.002988 -0.006992 -0.019444 -0.006615 0.000944 -0.006341 -0.00022 0.010363 0.00565 0.007583 -0.003877 -0.016235 -0.023588 -0.001951 -0.006468 -0.027389 -0.000318 0.001861 0.00169 0.008347 -0.013822 -0.011691 -0.004699 0.029732 -0.002724 0.017362 0.018051 0.011404 -0.013413 -0.00712 -0.002619 0.015742 0.004776 -0.02335 -0.016475 0.015351 -0.005763 0.010412 0.026311 0.00529 -0.002519 -0.003723 0.000968 -0.010759 -0.007736 0.003679 -0.001532 -0.013988 0.021717 -0.013989 -0.012501 -0.009919 0.007822 0.001686 -0.000938 -0.018704 0.019018 -0.005498 0.011082 -0.017969 -0.02121 0.019246 0.019603 -0.006536 -0.014682 0.00286 0.014503 0.008206 0.002156 0.021076 0.010749 0.018749 -0.008934 0.005771 -0.00355 -0.016117 -0.003583 0.008755 0.002731 -0.013388 -0.00086 0.035671 0.005757 0.005342 0.000734 -0.000631 0.007039 -0.011486 0.002157 -0.005753 0.003462 -0.00513 -0.006375 -0.010016 -0.013418 0.016238 -0.00736 0.022261 -0.01902 -0.004259 -0.00218 0.009309 0.017679 -0.020745 0.013142 0.020815 0.011365 -0.009357 -0.014344 -0.003541 0.016155 -0.013939 0.024441 -0.001647 -0.011958 -0.014695 -0.003837 -0.001388 0.013287 0.011255 0.007537 -0.010627 -0.001896 -0.005803 0.017554 0.007453 -0.010372 -0.002843 0.009524 -0.007322 0.031917 0.012313 -0.015471 0.024171 0.00856 0.012426 -0.004656 0.002686 0.003318 -0.025061 -0.012312 0.006824 0.015078 0.015909 -0.012763 -0.013662 -0.020081 0.019056 -0.017187 -0.013016 -0.006567 0.005572 -0.003697 0.016437 0.016794 0.003031 -0.000875 -0.017694 0.0223 -0.010593 0.01109 0.006141 0.005711 0.005 0.016696 0.002637 0.009054 -0.026137 -0.011173 -0.00647 -0.003185 -0.019074 0.012001 -0.031377 -0.002045 -0.000444 -0.009532 0.010497 -0.004155 -0.021527 -0.008425 0.003577 -0.010228 -0.003806 -0.025091 0.002543 0.018619 0.008409 -0.016112 -0.000518 -0.007335 -0.002283 0.002792 0.041402 -0.018966 0.011253 -0.008069 0.00278 0.003424 -0.010507 -0.021932 0.008787 -0.013814 -0.011891 0.007278 -0.014708 -0.007996 0.003532 -0.019007 -0.01045 0.015348 0.005429 0.020539 -0.002791 0.015569\nச 0.04471 0.003328 -0.059843 0.02388 0.022226 0.04588 -0.000746 -0.008652 -0.03087 -0.037644 0.041583 0.013599 -0.00369 -0.031359 0.037773 -0.005694 0.01083 -0.021625 -0.020644 -0.055389 -0.008922 0.003752 0.010385 0.021582 0.009409 0.015709 -0.011308 -0.002808 -0.019532 -0.034381 0.01858 -0.029189 -0.023398 -0.049268 0.015869 0.009718 -0.048194 0.043582 0.013533 0.034735 -0.035321 0.010194 0.009004 -9.6e-05 -0.042819 -0.01958 0.031877 -0.008736 0.002105 0.025941 0.004639 0.066631 0.038776 -0.045369 0.051332 0.010001 -0.011151 0.02741 -0.010377 0.037762 -0.043177 -0.031663 -0.005937 -0.020565 0.008956 0.020745 0.059129 -0.006022 0.054377 0.028628 -0.052829 -0.001654 0.035913 0.023917 -0.056029 0.006872 -0.037739 0.037405 -0.039951 -0.016992 0.019901 -0.004719 0.000131 0.01332 -0.029207 -0.070091 0.010739 -0.010816 -0.028879 0.000861 -0.007077 0.028304 -0.002777 -0.026169 0.013935 -0.013936 -0.000819 -0.048015 8.4e-05 -0.005654 -0.031643 0.003335 0.002429 -0.035916 0.018837 -0.007567 -0.020418 0.019444 0.04593 -0.000805 0.052908 0.026237 0.038608 -0.023636 0.01367 0.005715 -0.020869 0.003126 -0.020459 -0.042854 0.029018 -0.000987 0.055471 0.027258 0.051855 0.023592 -0.009367 -0.016393 -0.018641 -0.029207 -0.019678 0.004613 -0.023329 0.027501 -0.027245 0.011458 -0.033959 0.002182 0.008642 0.052923 -0.00694 -0.018447 0.023248 0.029352 -0.047912 -0.071703 0.0588 0.020511 -0.000219 -0.049907 0.005654 0.018667 0.042412 0.036179 -0.003295 -0.003185 0.000232 -0.026105 0.028037 -0.031476 -0.024789 0.007479 0.023966 0.014326 -0.016627 -0.010594 0.035607 -0.038469 0.017799 0.015329 -0.035016 -0.019525 -0.011971 0.037172 -0.033616 -0.036698 -0.013313 -0.005669 -0.051449 -0.03128 0.033769 -0.014487 0.003905 -0.00617 -0.00352 -0.023291 0.005909 0.017024 -0.061395 0.017502 0.008599 0.022688 -0.038795 -0.05208 -0.00582 0.049634 -0.021955 0.021975 0.00049 0.004216 -0.044417 -0.046554 0.014668 0.037412 0.022373 0.015072 0.027182 -0.012209 -0.010011 0.055155 -0.045047 -0.000874 -0.013856 0.021634 0.00457 0.075154 0.003803 -0.036219 0.013767 0.005145 -0.000766 0.00918 -0.004653 0.012979 -0.02187 -0.005077 -0.000857 0.026034 -0.004375 -0.029858 -0.012489 0.003421 -0.007242 -0.030302 -0.052299 -0.00568 -0.018828 -0.038307 0.024802 0.022691 0.0059 0.033166 -0.015582 0.018716 -4.1e-05 -0.016231 0.04606 -0.011926 0.03713 0.068456 0.038104 0.014348 -0.00404 -0.06085 -0.040159 -0.026746 -0.011507 0.034282 -0.037019 -0.017497 0.003549 -0.021841 0.050542 -0.030908 -0.050203 -0.030043 -0.042898 -0.013935 0.010128 -0.000463 0.032994 0.000216 0.013727 0.012512 0.016786 0.011001 -0.005128 0.032015 0.065888 -0.069978 -0.005918 -0.027053 0.01528 0.027785 -0.019149 -0.017067 0.018039 -0.015692 -0.024494 -0.028983 0.015253 -0.051119 0.013989 -0.082532 0.001726 0.00277 0.017668 0.021107 0.024448 0.004612\nܝ 0.039153 0.010941 -0.06184 0.025882 0.008801 0.047403 0.007919 -0.010785 -0.017091 -0.047644 0.039792 0.02334 -0.000136 -0.024701 0.030335 -0.006363 0.015052 -0.023659 -0.018889 -0.054236 -0.02248 -0.006246 0.006226 0.008516 -0.005496 0.020426 -0.017511 -0.014061 -0.021651 -0.038519 0.025872 -0.048237 -0.017584 -0.039436 0.013648 0.00943 -0.034556 0.057156 0.00934 0.01829 -0.036454 0.006564 -0.00168 0.003455 -0.042199 -0.030728 0.047823 -0.01433 -0.006521 0.021164 -0.008118 0.063571 0.047128 -0.043786 0.061165 0.006255 -0.007194 0.018585 -0.010993 0.040427 -0.033635 -0.037686 -0.007125 -0.025154 0.023349 0.033411 0.0483 -0.001527 0.053991 0.017184 -0.057996 -0.006135 0.020446 0.023218 -0.054862 0.010087 -0.038881 0.020369 -0.046888 -0.013877 0.018381 -0.00507 -0.001717 0.031799 -0.026739 -0.065467 0.005574 0.012736 -0.023745 -0.013419 -0.013839 0.025846 0.015321 -0.006249 0.020712 -0.016364 -0.005019 -0.055818 0.006993 0.000553 -0.027936 -0.010274 -0.002833 -0.032018 0.017343 -0.006121 -0.020006 0.008034 0.038106 -0.009621 0.048048 0.030017 0.028538 -0.01579 0.002785 -0.002155 0.001387 0.000527 -0.026084 -0.051862 0.025567 0.004811 0.05145 0.026892 0.047561 0.019697 -0.014524 -0.012455 -0.017019 -0.023953 -0.019081 0.002554 -0.025353 0.042408 -0.037367 0.014978 -0.037029 0.006871 0.00151 0.06346 -0.005205 -0.006744 0.00504 0.023055 -0.056967 -0.072048 0.063015 0.003807 0.002684 -0.052644 0.005278 0.016139 0.04105 0.027421 0.008413 0.001693 0.004241 -0.018377 0.012422 -0.033364 -0.02035 0.015359 0.024018 0.016081 -0.012771 -0.016837 0.026739 -0.031992 0.032141 0.025889 -0.035596 -0.016016 -0.020186 0.049341 -0.021074 -0.03504 -0.013413 -0.019339 -0.057397 -0.026245 0.042825 -0.014248 0.002189 -0.01631 -0.000222 -0.013669 0.001324 0.021491 -0.067577 -0.004269 0.007672 0.032063 -0.038957 -0.043082 0.009174 0.051505 -0.030343 0.016621 -0.002163 0.009335 -0.045449 -0.051011 0.023613 0.031494 0.020194 0.003915 0.033337 0.001398 -0.008702 0.047699 -0.034924 -0.016122 -0.018838 0.01558 -0.002496 0.089794 0.010061 -0.023662 0.002297 0.008411 0.00094 0.004362 -0.007912 0.012237 -0.033697 0.009346 -0.00213 0.012802 -0.030891 -0.021547 -0.006002 -0.000815 -0.005314 -0.022817 -0.050402 -0.007688 -0.025717 -0.038029 0.028777 0.030313 0.018624 0.024641 -0.028018 0.012075 0.013686 -0.014018 0.047493 -0.009637 0.066805 0.066041 0.041099 0.013139 0.002474 -0.056322 -0.046751 -0.026701 -0.002275 0.027924 -0.038545 -0.013232 -0.000783 -0.014011 0.052646 -0.037837 -0.045897 -0.014193 -0.03065 -0.02966 0.00158 -0.002775 0.032058 0.006106 0.020137 -0.010028 0.010052 0.007366 0.004514 0.022941 0.049964 -0.068182 -0.007417 -0.031157 0.02531 0.026023 -0.023749 -0.007354 0.025904 -0.014821 -0.019066 -0.012755 0.006605 -0.05124 0.016593 -0.092285 -0.019223 0.007958 0.027875 0.019856 0.037717 0.011317\nȟ 0.03927 0.017081 -0.059176 0.022568 0.018698 0.064824 -0.035165 -0.009476 -0.046407 -0.013609 0.037096 0.008232 0.004672 -0.036323 0.018233 -0.00558 -0.005757 -0.021277 -0.018901 -0.058985 0.00681 0.003865 0.021626 -0.013576 -0.005275 0.028281 -0.015954 -0.009256 -0.028797 -0.05539 0.033458 -0.040559 -0.016442 -0.016921 0.008268 0.009629 -0.047359 0.055894 0.004011 0.013379 -0.028394 0.012408 -0.014209 -0.013269 -0.007324 0.002516 0.031678 0.005141 -0.027997 0.006284 0.036421 0.049256 0.03882 -0.026797 0.027357 0.013538 0.007987 0.023447 -0.002544 0.035298 -0.027193 -0.039543 -0.012339 -0.025279 0.012908 0.039781 0.036676 -0.011436 0.032975 0.034883 -0.078815 -0.008465 0.023672 0.026546 -0.048163 0.00329 -0.036608 0.010933 -0.055801 -0.01398 0.001044 0.008069 0.004257 0.036738 -0.017805 -0.057269 0.020163 0.024557 -0.009427 -0.000429 -0.032786 0.014248 0.014439 0.021408 0.03254 -0.003859 0.019779 -0.057684 0.002198 0.016611 -0.036679 -0.010025 0.010794 -0.057419 -0.00136 -0.016434 -0.010435 0.031209 0.021929 0.001467 0.073106 0.028735 0.026436 -0.026316 0.011021 -0.014739 0.00278 0.025702 -0.027482 -0.018978 0.017258 -0.006558 0.038294 0.041817 0.029831 0.0028 0.003419 0.00064 -0.003481 -0.008703 -0.009893 0.003176 -0.019195 0.038278 -0.016264 0.024084 -0.007868 0.003526 0.002867 0.0502 -0.002419 -0.014614 0.016948 0.020798 -0.029254 -0.076232 0.074985 0.029143 0.000378 -0.051302 -0.006083 0.007866 0.031426 0.017081 -0.00368 -0.009966 0.006775 -0.020482 0.034066 -0.003211 -0.02745 0.04449 0.012758 -0.007049 -0.004774 -0.025086 0.022051 -0.036261 0.021897 -0.01123 -0.030892 0.001686 0.001048 0.022777 -0.017801 -0.033447 -0.020068 -0.025359 -0.046592 -0.029337 0.009099 -0.027188 0.001399 -0.023429 -0.015871 -0.028843 0.021147 0.005708 -0.045593 -0.000752 0.009595 0.034601 -0.048979 -0.025392 0.011361 0.038668 -0.043655 0.002368 -0.009466 0.013425 -0.030494 -0.010284 0.016868 0.002567 0.007306 0.021387 0.006508 -0.028791 0.004687 0.044315 -0.008112 -0.008434 -0.003965 -0.001658 0.009707 0.085991 0.029842 -0.036511 0.00447 -0.000395 0.005633 0.00079 -0.004352 0.003456 -0.042314 0.006617 0.005513 0.02004 -0.023008 -0.029029 -0.01783 -0.004585 0.00512 -0.00439 -0.058867 -0.007363 -0.029316 -0.044063 0.029504 0.033118 0.00211 0.014454 -0.030728 0.014521 -0.023676 -0.006307 0.045649 -0.002956 0.052535 0.064807 0.021254 -0.000498 -0.010825 -0.035709 -0.018734 -0.044387 -0.008259 0.023271 -0.052878 -0.016767 0.0165 -0.026353 0.034977 -0.041655 -0.047343 -0.027749 -0.047277 -0.034977 -0.00169 -0.003071 0.007873 0.010314 0.015012 -0.004596 0.022287 0.007062 0.000742 0.021484 0.053616 -0.040086 -0.002337 -0.026729 0.016019 0.009927 -0.011043 -0.023821 0.028421 0.004325 -0.024785 0.021438 -0.024762 -0.022747 0.02066 -0.088608 0.004544 0.012034 0.013361 0.037148 0.011772 -0.000128\nᠣ 0.040507 -0.000758 -0.045727 0.020838 0.011364 0.036073 0.001819 -0.009114 -0.020938 -0.02489 0.025545 0.010723 -0.011292 -0.029207 0.026794 -0.010824 0.003883 -0.014211 -0.012122 -0.047387 -0.019044 -0.004903 -0.003466 0.005545 -0.006512 0.019017 0.003601 0.003065 -0.016161 -0.029653 0.014342 -0.029948 -0.016102 -0.035156 0.005056 0.001614 -0.02722 0.04502 0.01142 0.017907 -0.026347 0.004111 0.00283 -0.009604 -0.013136 -0.01677 0.037319 -0.011112 -0.014466 0.019908 0.006695 0.055296 0.023697 -0.022504 0.041469 0.010522 0.004481 0.020445 -0.012749 0.03339 -0.034198 -0.026782 -0.018317 0.000228 0.022843 0.019933 0.033776 -0.014635 0.031245 0.01181 -0.04576 -0.014252 0.016022 0.023402 -0.041575 0.013279 -0.031199 0.02354 -0.042472 -0.014533 0.010453 0.002199 0.003963 0.012712 -0.02442 -0.049968 0.009469 -0.002276 -0.020095 -0.007038 -0.010325 0.018003 0.011701 -0.014554 0.020284 -0.001819 0.00938 -0.035018 -0.007048 -0.013731 -0.022287 0.006761 0.008197 -0.02727 0.006383 -0.012715 -0.012312 0.016558 0.029616 -0.00209 0.034461 0.021109 0.020495 -0.008444 0.013679 -0.009919 -0.013233 0.006695 -0.018236 -0.025456 0.016796 -0.005113 0.044824 0.021237 0.044367 0.011647 -0.008524 -0.006718 -0.011161 -0.009181 -0.013984 0.007338 -0.01113 0.032491 -0.017589 0.024163 -0.026418 0.00139 0.01387 0.034038 -0.000385 -0.004179 0.014933 0.022122 -0.033613 -0.03301 0.049303 0.009038 0.001737 -0.038029 0.011303 0.007741 0.026787 0.024984 -0.006229 0.010087 0.003284 -0.014082 0.018086 -0.023613 -0.022425 0.01388 0.014964 0.006624 -0.018121 -0.013047 0.017666 -0.019863 0.01826 0.019882 -0.023984 -0.013297 -0.020208 0.033172 -0.003419 -0.031522 -0.012318 -0.011034 -0.032597 -0.01984 0.028835 -0.009834 0.00509 -0.006928 0.003666 -0.016247 -0.000228 0.012993 -0.051505 0.008635 0.021639 0.031549 -0.024093 -0.020887 0.004982 0.04273 -0.017698 0.012189 -0.00284 -0.014043 -0.027259 -0.025399 0.011583 0.020175 0.016104 0.012937 0.008419 -0.012024 -0.010305 0.031566 -0.021623 -0.005532 -0.007845 0.0189 -0.00299 0.057677 0.00807 -0.018262 0.006645 -0.000666 0.00715 0.004642 -0.00686 0.011339 -0.016124 -0.005179 0.011772 0.003584 -0.01207 -0.013619 -0.001964 -0.002632 -0.006434 -0.018833 -0.029656 -0.002636 -0.013913 -0.035486 0.021824 0.023702 0.003724 0.008484 -0.017832 0.01501 0.008449 -0.010882 0.032931 -0.015778 0.044497 0.040407 0.01922 0.017471 0.002398 -0.029349 -0.036001 -0.017937 -0.00602 0.036011 -0.019436 -0.00904 0.005408 -0.011489 0.031536 -0.013396 -0.029955 -0.024711 -0.028508 -0.013762 0.006016 0.002343 0.022958 0.002823 0.016128 -0.003663 0.020302 0.013321 -0.001592 0.017053 0.041364 -0.044869 -0.002434 -0.026478 0.013949 0.020296 -0.018384 -0.018427 0.030383 -0.009046 -0.017276 -0.015677 -0.000607 -0.038673 0.015888 -0.06533 0.000656 0.006502 0.010753 0.022901 0.020904 0.003543\nম 0.027779 0.004309 -0.054821 0.01135 0.004095 0.035669 -0.001402 -0.009175 -0.019435 -0.029008 0.040584 0.011312 -0.009637 -0.019928 0.033747 -0.010014 0.004996 -0.00981 -0.018548 -0.051194 -0.018522 -0.001944 0.002187 0.018994 -0.001001 0.017043 -0.010704 -0.01943 -0.017475 -0.03783 0.022769 -0.028417 -0.023352 -0.047279 0.012978 0.010572 -0.040276 0.03833 0.004284 0.016576 -0.034146 0.00674 0.00413 -0.003365 -0.043802 -0.021586 0.036273 -0.005461 -0.002256 0.017276 -0.005164 0.040213 0.037057 -0.034781 0.034452 0.008761 -0.008516 0.019416 -0.00675 0.034378 -0.037713 -0.024787 0.002273 -0.014266 0.01988 0.024386 0.041095 -0.005568 0.042189 0.021777 -0.058413 0.003804 0.018876 0.027572 -0.03928 0.002315 -0.02595 0.029115 -0.037815 -0.017876 0.01571 -0.000194 0.001958 -0.000845 -0.023629 -0.041552 0.008164 -0.00497 -0.01799 -0.006115 -0.02078 0.018074 0.018331 -0.008862 0.024281 0.005634 -0.009629 -0.038659 0.000766 3.3e-05 -0.020111 0.005045 -0.00185 -0.030469 0.009338 -0.00131 -0.018462 0.006455 0.032453 -0.007591 0.046274 0.031642 0.030451 -0.028568 0.008236 -0.012083 -0.005051 -0.005407 -0.019811 -0.041764 0.045443 0.006141 0.037116 0.023359 0.042861 0.018438 -0.011127 0.000731 -0.009494 -0.018439 -0.015077 0.000731 -0.014331 0.033648 -0.00846 0.007781 -0.032163 0.013909 0.00229 0.050096 0.002608 -0.011198 0.001877 0.024354 -0.037922 -0.04907 0.062203 0.02674 0.006209 -0.047161 0.003065 0.019947 0.029583 0.021522 0.011838 0.00524 0.009496 -0.022629 0.015965 -0.021761 -0.025391 0.019249 0.024588 0.021579 -0.011032 -0.021411 0.014168 -0.013119 0.02945 0.014908 -0.024634 -0.017101 -0.009041 0.042794 -0.025161 -0.029507 -0.0074 -0.006158 -0.039178 -0.020518 0.030601 -0.01756 0.014917 -0.018761 -0.003647 -0.015241 0.006127 0.034591 -0.047184 0.003518 0.022263 0.020708 -0.038216 -0.037436 0.006418 0.035858 -0.014187 0.014706 -0.000619 -0.006933 -0.042212 -0.042952 0.01854 0.037755 0.02106 0.012667 0.025171 -0.008899 -0.004069 0.041992 -0.017267 -0.012086 -0.012417 0.010901 0.002241 0.066018 0.008802 -0.022757 0.019279 0.005226 -0.009604 -0.005524 -0.002732 0.013252 -0.033899 -0.007391 -0.000393 0.026043 -0.006219 -0.022535 -0.011174 0.001732 -0.003887 -0.025151 -0.044461 -0.019155 -0.022431 -0.036467 0.018292 0.015505 0.011624 0.027352 -0.030669 0.011084 0.000798 0.000173 0.035175 -0.014367 0.036646 0.056402 0.012793 0.004398 0.010185 -0.033262 -0.026771 -0.019838 -0.014987 0.026725 -0.032078 -0.009194 -0.003857 -0.012109 0.027661 -0.033185 -0.03116 -0.02266 -0.032224 -0.021374 0.011496 0.005531 0.024866 0.010916 0.018897 0.003635 0.017306 -0.000432 -0.000198 0.017132 0.05481 -0.0536 0.003918 -0.007217 0.0231 0.019944 -0.013477 -0.002688 0.030093 -0.011564 -0.029314 -0.009348 0.004572 -0.03702 0.01088 -0.07251 -0.012269 0.001416 0.020132 0.024227 0.015271 0.004458\n3 0.020919 0.001648 -0.043207 0.008457 -0.000813 0.033565 0.008498 0.002527 -0.013208 -0.014535 0.021913 0.004414 -0.016228 -0.017482 0.009202 0.005944 0.0097 -0.01719 -0.016444 -0.024372 0.001351 -0.001086 0.010444 0.013802 0.003226 0.023555 0.000218 0.001668 -0.007103 -0.020865 0.016292 -0.019847 -0.014673 -0.036173 0.004666 0.021218 -0.031679 0.026988 0.014025 0.008964 -0.026863 0.011604 0.003944 -0.006015 -0.012427 -0.022657 0.034247 -0.006342 0.003552 0.008604 0.001277 0.042865 0.033286 -0.021305 0.030456 -0.00295 -0.005356 0.01468 -0.004137 0.018196 -0.024061 -0.018498 -0.008327 -0.016906 0.005589 0.019143 0.024579 -0.017297 0.022626 0.016834 -0.039614 -0.00801 0.013951 0.00651 -0.043094 -0.000285 -0.023404 0.01096 -0.030433 -0.002812 0.008863 0.006989 -0.002145 0.017891 -0.009034 -0.046566 0.005981 0.009012 -0.022052 -0.004593 0.004133 0.012356 0.001628 -0.019036 0.012824 -0.004736 0.000871 -0.031211 0.003359 -0.010277 -0.006889 -0.0082 0.000683 -0.015289 0.010423 -0.001088 -0.008799 -0.003249 0.012181 0.003817 0.029749 0.009656 0.020726 -0.016005 0.004226 0.00267 -0.004888 -0.005061 -0.004371 -0.030885 0.015844 -0.002693 0.028829 0.001832 0.023533 0.00507 -0.00647 -0.005773 -0.010244 0.002438 -0.012262 0.00251 -0.00743 0.025278 -0.009584 0.017359 -0.0181 0.000745 -0.006836 0.0433 0.001775 -0.014218 0.006744 0.019433 -0.016622 -0.033337 0.031401 0.002557 0.000886 -0.039077 0.014373 0.006052 0.026639 0.014689 0.004162 0.009963 -0.000514 -0.022836 0.005599 -0.009208 -0.025378 0.007996 0.031797 0.009911 -0.005417 -0.005559 0.022779 -0.007068 0.010908 0.009744 -0.016959 -0.0106 -0.01625 0.027525 -0.015656 -0.014047 -0.018894 -0.013758 -0.029652 -0.007984 0.031888 -0.004286 0.0092 -0.001806 -0.011143 -0.002134 -0.00572 0.024321 -0.038777 0.009073 0.008871 0.013474 -0.032366 -0.026112 0.00508 0.030654 -0.007736 0.004967 0.004525 0.008257 -0.035156 -0.018248 0.019035 0.016735 0.018634 0.007585 0.004088 -0.008884 0.00637 0.020763 -0.019899 -0.00177 -0.020955 0.019956 -0.005936 0.054771 -0.001554 -0.02288 0.002939 0.001389 -0.005693 0.016424 -0.019945 -1.1e-05 -0.021247 0.000228 0.013148 0.010171 -0.000801 -0.016319 0.002911 0.00631 -0.001979 -0.022015 -0.029803 0.002755 -0.004952 -0.03094 0.021279 0.014144 0.011545 0.013716 -0.023491 0.021558 -0.002609 -0.012825 0.026834 -0.013351 0.026529 0.040191 0.012912 0.006339 -0.006068 -0.035987 -0.033715 -0.010621 0.000572 0.00451 -0.021684 -0.011776 0.013389 -0.004295 0.017137 -0.023355 -0.019442 -0.011956 -0.02874 -0.00715 0.003405 0.007652 0.008959 -0.005629 -0.00905 -0.009516 0.008188 0.001953 -0.006944 0.014864 0.027468 -0.029984 -0.003691 -0.018133 0.007748 0.01043 -0.012747 -0.008639 0.013447 -0.012108 -0.007911 -0.019173 0.002488 -0.027714 -0.001963 -0.044729 -0.013056 0.009335 0.015879 -0.001405 0.022672 0.005774\nḷ 0.024828 0.005756 -0.052549 0.036519 0.02088 0.043579 0.013835 0.003369 -0.023745 -0.021845 0.038489 0.0135 -0.012487 -0.037302 0.036395 0.002566 0.011846 -0.031876 -0.005423 -0.052148 -0.015333 -0.005909 0.005746 0.029114 0.013581 0.019523 -0.0045 -0.004058 -0.010921 -0.037462 0.034306 -0.03251 -0.031973 -0.049035 0.03241 0.008183 -0.045006 0.043168 0.007012 0.02047 -0.023025 -0.004025 -0.015379 0.002651 -0.038396 -0.036399 0.03831 -0.00516 0.011336 0.027169 0.011087 0.057108 0.035364 -0.031244 0.053606 0.003871 -0.008983 0.026409 -0.010808 0.030606 -0.042632 -0.05013 0.002438 -0.022994 0.01816 0.025693 0.048214 -0.020657 0.043689 0.011315 -0.061842 -0.023676 0.033228 0.024591 -0.055847 -0.005193 -0.030796 0.035844 -0.03264 -0.02434 0.010822 0.006892 0.009825 0.016285 -0.025948 -0.054022 -0.001578 0.010044 -0.01421 -0.003999 0.003886 0.048092 0.014271 -0.020867 0.025724 -0.013369 -0.001811 -0.031616 -0.000324 -0.014843 -0.01187 -0.007179 -0.011991 -0.028369 0.010597 -0.007485 -0.020466 0.011995 0.032083 0.001917 0.0514 0.025283 0.024623 -0.012988 0.011772 0.011272 -0.019387 -0.002023 -0.008209 -0.043564 0.010116 0.001674 0.056496 0.034556 0.026217 0.017828 -0.004726 -0.011258 -0.007493 -0.019012 -0.014025 0.006827 -0.039701 0.020958 -0.025141 0.008544 -0.028161 -0.012393 -0.005429 0.041969 -0.00945 -0.004627 0.028475 0.023008 -0.04346 -0.061034 0.042592 0.001236 0.006284 -0.062042 0.004657 0.015901 0.029504 0.02978 0.001641 0.006377 -0.000781 -0.032492 0.020329 -0.027505 -0.005006 0.010972 0.016138 0.009702 -0.017353 -0.007792 0.029132 -0.033843 0.024354 0.026168 -0.036982 -0.024952 -0.017708 0.034831 -0.018736 -0.041059 -0.02071 -0.002499 -0.020945 -0.016837 0.043367 -0.00774 0.002294 -0.008712 -0.013551 -0.008897 0.001551 0.013254 -0.057516 -0.000536 0.016814 0.036322 -0.054009 -0.050952 0.005081 0.039397 -0.022674 0.018173 0.011436 -0.007031 -0.047626 -0.042176 0.011323 0.044804 0.027264 0.004233 0.021709 -0.014683 0.000791 0.033579 -0.026172 -0.004756 -0.002384 0.016243 0.001371 0.063572 0.004383 -0.020952 0.002046 0.005127 0.006486 0.01428 -0.020871 0.011073 -0.012344 -0.002496 -0.014009 0.017849 -0.017074 -0.032279 -0.012738 -0.003393 -0.005791 -0.023648 -0.037768 0.007725 -0.024875 -0.033956 0.034405 0.032238 0.015738 0.02531 -0.023735 0.024168 0.003974 -0.006239 0.060261 -0.0096 0.017624 0.060917 0.018186 0.020753 -0.001708 -0.049647 -0.034552 -0.036077 -0.003214 0.020231 -0.019259 -0.024908 0.00097 -0.014052 0.036819 -0.036012 -0.039551 -0.020105 -0.035253 -0.017117 0.009792 -0.00143 0.036643 0.004925 0.02763 -0.010463 0.003922 0.016234 0.00938 0.031763 0.048395 -0.053675 -0.004429 -0.0211 0.013902 0.028308 -0.036908 0.006931 0.010919 -0.022687 -0.026011 -0.037281 0.011586 -0.042591 0.010529 -0.080632 0.001301 0.011087 0.005658 0.021836 0.031889 0.002724\nു 0.02261 0.014933 -0.069633 0.018933 0.008301 0.029849 -0.000929 0.009185 -0.030107 -0.029686 0.042182 0.018766 -0.015201 -0.024216 0.025357 0.008162 -0.002668 -0.025931 -0.018674 -0.054998 -0.028099 0.011496 0.013684 0.026059 0.008031 0.017453 -0.010038 -0.019283 -0.013759 -0.030407 0.013943 -0.022842 -0.021684 -0.043245 0.006203 0.020699 -0.021583 0.037 0.003878 0.027272 -0.020256 0.020487 0.014656 -0.00058 -0.025882 -0.005163 0.044513 -0.00424 0.024392 0.026832 -0.001895 0.063736 0.035812 -0.020785 0.030272 0.005238 -0.020244 0.029185 -0.012469 0.021826 -0.041254 -0.017054 -0.017972 -0.015149 0.020862 0.018084 0.05453 -0.026224 0.041403 0.02491 -0.049882 -0.01952 0.024611 0.024606 -0.063235 -0.006859 -0.020126 0.038275 -0.035505 -0.03494 0.003449 -0.004378 -0.003301 0.005198 -0.007759 -0.055049 0.0105 -0.026647 -0.014114 -0.012317 0.004868 0.021713 0.004822 -0.021369 0.008886 0.013177 -0.018373 -0.037612 -0.007524 -0.001313 -0.005713 0.002908 -0.001498 -0.026531 0.012646 -0.012592 -0.012449 0.012459 0.048435 0.005698 0.061543 0.030695 0.02383 -0.022592 0.003281 0.004659 -0.020184 0.008892 -0.024883 -0.041263 0.022547 -0.002582 0.048676 0.01092 0.039768 0.017123 -0.023376 -0.020716 -0.009686 -0.011742 -0.005838 -0.002749 -0.012709 0.033959 -0.022115 0.014913 -0.046533 -0.007625 0.004936 0.044005 -0.004003 -0.021789 0.020355 0.03384 -0.024548 -0.0549 0.0479 0.018049 -0.00258 -0.045677 0.014516 -0.009784 0.046838 0.020731 0.007681 0.011987 -0.004176 -0.040332 0.013399 -0.034031 -0.018689 0.017022 0.028399 0.021419 -0.022238 -0.015396 0.020103 -0.025109 0.019461 0.020249 -0.028004 -0.029001 -0.001082 0.036859 -0.029933 -0.034312 -0.022829 -0.007916 -0.046091 -0.019767 0.042357 -0.008879 0.004438 -0.005232 -0.003603 -0.041426 -0.016698 0.042393 -0.067329 0.00746 0.027387 0.021456 -0.033966 -0.048342 -0.003084 0.04888 -0.020225 0.024069 -0.004938 0.002093 -0.053644 -0.025946 0.028934 0.028256 0.033681 0.0208 0.012688 -0.026091 -0.001177 0.044744 -0.021015 -0.003986 -0.010945 0.020892 -0.016931 0.081339 0.008562 -0.028532 0.010772 0.00211 -0.004303 -0.010998 -0.001974 0.009049 -0.031619 -0.000121 0.016623 0.035529 -0.007709 -0.028568 -0.01202 -0.001334 -0.007192 -0.0385 -0.058013 0.010491 5e-05 -0.040798 0.031684 0.00442 0.008869 0.034513 -0.034904 -0.010317 0.000344 0.004247 0.031827 -0.023211 0.03035 0.052541 0.028487 0.01006 -0.00167 -0.051665 -0.038088 -0.025409 -0.011257 0.02687 -0.034553 -0.025136 0.009421 -0.025132 0.040744 -0.036669 -0.038419 -0.029237 -0.045139 -0.015795 0.010123 0.019424 0.008204 0.011945 0.01106 0.003075 0.024597 -0.004816 -0.031672 0.00979 0.048601 -0.065345 -0.002401 -0.0218 0.003334 0.016248 -0.014899 0.001169 0.020569 -0.015841 -0.018424 -0.014319 0.016977 -0.051323 0.003682 -0.070725 -0.006134 0.012418 0.016887 0.03227 0.027173 -0.000429\nೀ 0.067469 -0.04486 -0.040036 0.036124 0.00826 0.02305 -0.002635 0.014906 -0.037569 -0.025608 0.026902 0.010421 -0.041061 -0.070385 0.025609 -0.044542 0.007006 -0.021132 0.020618 -0.051273 0.025355 0.012748 0.030515 -0.010208 0.019058 0.015942 0.012548 -0.022346 -0.028382 -0.054065 0.040116 -0.016849 -0.063296 -0.071775 0.0401 -0.007655 -0.050276 0.072911 0.008574 0.015706 -0.039456 0.035662 0.020112 -0.008888 -0.048182 -0.00717 0.034427 -0.010246 -0.025572 0.047129 0.002378 0.061651 0.044002 -0.054063 0.043476 0.010492 -0.031185 0.030119 -0.033742 0.027745 -0.057777 -0.026529 0.002639 0.017671 -0.000933 0.018201 0.078851 -0.025399 0.064343 0.030484 -0.080565 -0.003081 0.010992 0.058787 -0.07155 0.018519 -0.031995 0.042492 -0.047615 0.012306 -0.000742 0.027451 0.025736 -0.00532 0.002039 -0.066929 0.02549 -0.004786 -0.028926 -0.009725 -0.024958 0.009178 0.023007 0.001997 0.006055 0.008494 0.009254 -0.044848 -0.002043 -0.032912 0.000885 0.053291 0.012612 -0.036461 0.017418 -0.019479 -0.005254 -0.020339 0.03506 -0.022355 0.050976 0.043766 0.013815 -0.004787 0.014441 -0.023426 -0.02568 -0.006597 -0.012952 0.00494 0.052778 -0.005645 0.073554 0.021979 0.050766 0.033235 0.015505 0.027369 -0.008177 -0.073673 -0.019037 0.019618 -0.042186 0.028501 -0.006218 0.022957 -0.033848 -0.002657 0.039135 0.025885 -0.030878 0.017088 0.008127 0.032461 -0.066254 -0.066879 0.143941 0.028113 0.02303 -0.061641 -0.004915 0.032605 0.058619 0.000655 0.004624 0.045437 0.040479 -0.028295 0.008905 -0.034856 -0.06007 0.018145 0.023652 0.010758 -0.029003 -0.006652 0.018581 -0.013948 0.02272 -0.000909 -0.043665 -0.010525 -0.004591 0.042169 -0.013302 -0.033582 -0.007581 -0.005986 -0.055476 -0.019541 0.053967 -0.016174 0.059859 -0.005726 -0.02588 -0.033978 0.008736 -0.018347 -0.02522 0.035723 0.060573 0.040796 -0.04432 -0.023185 0.012246 0.085089 -0.033559 -0.004284 0.011436 -0.022102 -0.086888 -0.030877 0.001208 0.065729 0.018313 0.010673 -0.001096 -0.058589 0.008463 0.030428 -0.033059 -0.005247 0.020793 -0.001591 -0.009425 0.0482 0.021025 -0.039809 0.040254 0.012721 0.000242 0.046895 -0.014244 0.020721 -0.032586 0.000515 -0.028908 0.01765 -0.022801 -0.031055 0.010453 0.024517 -0.005561 -0.020037 -0.034495 -0.012626 -0.021816 -0.007978 0.010356 0.023508 -0.022763 -0.000201 -0.032717 0.055439 0.030472 0.024032 0.033605 -0.014337 0.060893 0.071827 0.02612 0.020098 0.004017 -0.013592 -0.047013 -0.029438 -0.007502 0.010279 -0.026882 0.023364 -0.005677 -0.057542 0.047719 -0.051048 -0.084613 -0.037502 -0.040671 -0.03429 0.012007 0.00886 0.01068 0.009357 0.00286 0.00407 0.000487 0.046738 0.007146 0.008971 0.063814 -0.093502 -0.002241 -0.005553 0.034304 -0.00526 -0.019816 -0.021232 0.030599 0.015123 0.001778 -0.03348 -0.008349 -0.040511 0.036963 -0.066729 0.018121 -0.014564 -0.017964 0.037975 0.03625 0.020539\nه 0.028286 0.004711 -0.042941 0.018792 0.006826 0.030981 0.002997 -0.005968 -0.020083 -0.031685 0.029567 0.01051 -0.007549 -0.017465 0.025341 -0.005623 0.008021 -0.018633 -0.010865 -0.040807 -0.017889 0.004224 0.007109 0.009439 0.003308 0.017142 -0.005771 -0.010935 -0.01215 -0.028015 0.020007 -0.030489 -0.014404 -0.036517 0.00742 0.01133 -0.032731 0.037291 0.00613 0.019669 -0.027374 0.008581 0.00242 0.001537 -0.024685 -0.021213 0.030711 -0.003181 -0.002032 0.01033 0.001593 0.042444 0.028334 -0.026741 0.037153 0.005837 -0.003838 0.019372 -0.011516 0.019825 -0.027568 -0.023538 -0.00968 -0.012205 0.016112 0.018757 0.035696 -0.009532 0.032739 0.016403 -0.04554 -0.00431 0.02057 0.017196 -0.041268 4.2e-05 -0.027502 0.022514 -0.03091 -0.015062 0.008388 -0.000519 0.001838 0.011862 -0.019011 -0.042776 0.00245 -0.004275 -0.015784 -0.002901 -0.00593 0.020214 0.006599 -0.009585 0.014732 -0.004807 -0.002178 -0.035528 -8e-06 -0.004601 -0.017415 0.002725 -0.002184 -0.028147 0.013813 -0.008399 -0.013141 0.009912 0.030959 -0.007727 0.039768 0.017498 0.018819 -0.017691 0.007635 0.000675 -0.006915 0.001244 -0.011183 -0.036019 0.020261 0.000715 0.033819 0.019032 0.028722 0.010009 -0.00995 -0.00947 -0.009246 -0.015244 -0.012481 -0.001656 -0.011372 0.025249 -0.017141 0.010774 -0.028029 0.005107 0.008567 0.041195 0.000332 -0.008481 0.008988 0.020538 -0.026714 -0.042674 0.04238 0.010883 -0.000917 -0.039344 0.005483 0.007475 0.029645 0.026535 -0.001963 0.005989 0.00202 -0.019923 0.014832 -0.021232 -0.02046 0.012693 0.018791 0.012479 -0.010989 -0.013986 0.017081 -0.019511 0.017943 0.018035 -0.023424 -0.021466 -0.008193 0.033984 -0.015883 -0.021787 -0.006791 -0.010752 -0.035609 -0.01588 0.029519 -0.012761 0.005518 -0.013564 -0.001809 -0.019544 0.003808 0.020033 -0.049218 0.00134 0.010328 0.022567 -0.03049 -0.031521 0.002551 0.034757 -0.019412 0.013013 0.000152 0.00042 -0.028982 -0.028674 0.015298 0.024105 0.014496 0.015153 0.011235 -0.00809 -0.007243 0.03471 -0.017855 -0.003596 -0.010005 0.014755 -0.002443 0.057451 0.006464 -0.020109 0.008864 -0.00029 -0.004756 0.006515 -0.004286 0.005085 -0.021974 -0.001484 -0.00131 0.017558 -0.005096 -0.021402 -0.000811 -0.001255 -0.00318 -0.02174 -0.03107 -0.003239 -0.014275 -0.029545 0.021692 0.018212 0.006594 0.019265 -0.021329 0.009381 0.007203 -0.004068 0.032618 -0.002999 0.035652 0.04562 0.020321 0.005712 0.000254 -0.034792 -0.024376 -0.019782 -0.002299 0.020025 -0.025115 -0.006362 0.002161 -0.013786 0.026181 -0.026526 -0.02764 -0.019908 -0.032862 -0.013928 0.006655 -0.001012 0.018628 -0.00079 0.009763 -0.003069 0.011363 -0.001795 -2.4e-05 0.015078 0.041472 -0.045122 -0.001566 -0.019108 0.016026 0.011379 -0.018149 -0.003746 0.019741 -0.009521 -0.016752 -0.015203 0.006996 -0.034934 0.007624 -0.060044 -0.007854 0.005231 0.012729 0.011951 0.019792 0.002938\nϊ 0.026599 0.004658 -0.042656 0.018224 0.013311 0.045396 0.012107 -0.003067 -0.022643 -0.021236 0.030002 0.017991 -0.007571 -0.03289 0.024855 0.006053 0.0058 -0.027077 -0.010019 -0.029236 -0.030873 -0.001829 0.006324 0.0232 0.001279 0.023573 -0.00533 -0.00309 -0.01902 -0.023477 0.018476 -0.022277 -0.017951 -0.037395 0.018114 0.016958 -0.023445 0.039959 0.00768 0.024035 -0.026918 0.001088 0.01152 0.002005 -0.024559 -0.015391 0.030832 -0.007797 0.001283 0.020467 0.001117 0.057966 0.026202 -0.029507 0.039923 0.005052 0.002167 0.019199 -0.021657 0.021208 -0.023099 -0.032319 -0.007795 -0.015374 0.020547 0.019591 0.038303 -0.017361 0.039997 0.022907 -0.044285 -0.007672 0.025904 0.008487 -0.047678 0.003439 -0.028329 0.038035 -0.019653 -0.018578 0.014071 -0.005485 -0.003948 0.022965 -0.014509 -0.046448 0.005905 -0.010882 -0.015776 -0.005278 -0.008278 0.02307 -0.008024 -0.004384 0.011326 -0.007671 -0.01374 -0.036754 0.004965 -0.009885 -0.011757 0.001686 -0.000642 -0.028172 0.020495 -0.002901 -0.012255 0.01055 0.030454 0.000307 0.041745 0.017076 0.023989 -0.015979 -0.001833 -0.001361 -0.010219 -0.000348 -0.022426 -0.042304 0.013463 -0.004819 0.029358 0.015013 0.028164 0.006435 -0.003806 -0.020136 -0.005242 -0.013143 -0.015563 -0.013012 -0.021847 0.027258 -0.019241 0.01156 -0.026209 -0.005531 0.013784 0.045388 -0.006405 -0.003774 0.00519 0.026563 -0.03338 -0.0402 0.042245 8.6e-05 0.002048 -0.039347 0.003655 0.018326 0.023175 0.022814 0.010622 0.006528 0.003725 -0.010945 0.012912 -0.020573 -0.012723 0.013202 0.019593 0.005424 -0.012468 -0.021831 0.027602 -0.031751 0.016522 0.013074 -0.028163 -0.018873 -0.008083 0.035197 -0.019775 -0.028224 -0.005789 -0.005806 -0.02663 -0.022387 0.020458 -0.017769 0.004916 -0.011602 -0.000629 -0.019113 0.010513 0.017776 -0.05721 -0.002413 0.01147 0.019157 -0.024523 -0.041074 -0.007055 0.044028 -0.028081 0.013005 -0.007424 0.001674 -0.029139 -0.030715 0.015136 0.012673 0.009189 0.012368 0.020965 -0.011623 -0.004072 0.029912 -0.01654 0.005929 -0.016272 0.003438 -0.004921 0.065072 -0.000811 -0.020553 0.004634 -0.000711 -0.000101 0.011354 -0.001433 0.001001 -0.028235 0.001329 0.003494 0.018794 -0.005324 -0.032881 -0.002142 -0.003403 0.00037 -0.022683 -0.022971 -0.001514 -0.019805 -0.028335 0.02141 0.024548 0.006721 0.021073 -0.03253 0.008973 0.006596 -0.003699 0.029988 -0.002912 0.03836 0.049473 0.033413 -0.001373 -0.004494 -0.04355 -0.032082 -0.022368 -0.001003 0.02218 -0.017002 -0.016933 0.002332 -0.010433 0.021271 -0.026742 -0.032546 -0.02748 -0.026103 -0.011514 0.007702 -0.011733 0.032511 -0.004312 0.010348 0.002706 0.012053 0.006818 -0.010911 0.032796 0.04323 -0.046624 -0.005035 -0.01175 0.014846 0.014748 -0.028941 -0.010154 0.025931 -0.009065 -0.016648 -0.004095 0.00753 -0.043577 -0.000745 -0.057356 -0.003042 0.00807 0.00683 0.010216 0.023321 0.001823\nᓐ -0.023758 0.056053 -0.020579 0.008941 0.0171 0.014912 -0.033479 0.021528 -0.010755 0.023183 0.021725 -0.021466 -0.013213 -0.028685 -0.019094 -0.01509 -0.036737 0.041437 -0.009286 0.02223 0.005163 -0.046986 -0.046762 -0.017836 0.017175 -0.025511 -0.01994 -0.031425 -0.013769 -0.015186 0.013814 -0.0308 -0.00244 -0.009854 0.024167 0.041533 -0.015332 -0.030428 -0.002346 0.010628 -0.009579 -0.04038 0.010374 -0.013659 -0.008107 0.026569 -0.020142 0.013703 0.02761 0.001148 0.024386 -0.028538 0.020623 -0.002787 -0.023831 0.019417 0.008912 0.001006 0.009331 -0.057206 0.042641 -0.000263 -0.011999 0.000907 -0.02149 -0.008939 0.040246 0.02091 -0.013906 -0.031984 -0.035924 0.007805 -0.02448 0.003232 -0.024214 -0.004363 0.00568 0.002894 -0.032745 0.022133 0.037736 0.041449 0.035171 0.005419 -0.033527 -0.007357 0.022189 0.018233 0.001237 0.02088 -0.031047 0.011997 0.008991 0.01594 0.036645 0.006338 -0.007041 0.025272 0.006 0.054536 -0.011179 0.000626 0.014706 -0.021626 0.022074 0.040564 -0.016419 0.01539 -0.007528 0.007015 -0.002741 0.057424 0.029742 0.019374 0.021696 0.011985 0.035884 -0.002532 -0.002742 0.007619 0.005372 0.009761 0.011617 0.017176 -0.026023 0.000933 0.01641 -0.018812 -0.010478 -0.013425 -0.036898 0.032115 0.014061 0.031461 0.034973 -0.020356 0.0076 -0.01786 -0.012629 0.029742 -0.013259 -0.01736 0.037712 -0.010144 -0.061908 -0.006226 0.020226 0.047962 0.046717 -0.071569 0.027877 -0.017353 0.019698 -0.030015 -0.009608 0.008535 0.016055 -0.03397 -0.050642 0.011958 -0.041901 0.007711 -0.014799 -0.021216 -0.02583 0.008348 0.001505 0.006078 -0.020963 0.018478 -0.011285 -0.025205 0.016301 -0.005628 0.006452 -0.035762 0.020915 -0.042989 0.01681 -0.000916 -0.002413 -0.016977 -0.040329 0.009978 0.006541 0.017543 -0.008532 0.000449 0.040278 -0.020434 -0.010927 0.014903 -0.012063 -0.046257 0.001731 0.030233 -0.000499 -0.005792 0.033404 0.000839 -0.03694 0.010893 0.012891 0.038049 -0.01424 -0.020653 0.006087 0.001991 -0.027424 1.8e-05 0.024629 -0.039017 0.025822 -0.022031 0.005438 0.009023 0.018221 -0.028877 0.023673 0.030379 -0.004879 -0.009286 -0.016166 0.004641 0.032982 0.003021 -0.0194 0.01294 -0.016044 -0.011023 0.037554 0.013039 -0.007859 0.008402 -0.055439 -0.000235 -0.029215 -0.011237 0.008823 0.017991 0.000833 0.002846 0.019385 0.002902 -0.005233 -0.029557 0.017684 -0.015703 0.006407 0.028793 0.002452 -0.039093 0.00166 -0.03757 -0.00804 -0.087186 -0.003452 -0.014141 -0.028853 -0.022779 -0.003365 -0.005098 -0.005277 -0.027922 0.003775 0.036289 0.007282 0.001295 -0.010775 -0.000638 0.038107 -0.00975 0.063657 0.026133 -0.024076 0.022264 0.027462 -0.013964 -0.016207 0.006142 0.026229 -0.01516 -0.006355 -0.010207 0.004115 -0.004572 0.006282 0.034893 -0.04576 0.05652 0.014026 -0.045493 -0.004046 -0.039925 0.00098 0.020852 -0.054534 -0.006591 0.027181 0.010089\n្ 0.026941 0.00321 -0.036505 0.019661 0.010852 0.038795 0.00665 -0.007466 -0.021948 -0.026402 0.037459 0.010377 -0.005663 -0.017033 0.023375 -0.003483 0.002106 -0.024028 -0.004651 -0.044583 -0.015188 0.007542 0.010759 0.011082 -0.004732 0.0198 -0.01478 -0.01146 -0.014049 -0.021935 0.027423 -0.03202 -0.014916 -0.035029 0.007653 0.010096 -0.025496 0.039805 0.004787 0.021428 -0.027694 0.011146 0.004267 -0.003547 -0.019757 -0.015595 0.033345 -0.008308 -0.002296 0.009994 -0.003609 0.044785 0.027328 -0.02813 0.03975 0.011904 0.003088 0.019125 -0.006136 0.021585 -0.026609 -0.020416 -0.003581 -0.014575 0.01472 0.018936 0.03977 -0.021702 0.030778 0.017988 -0.050831 -0.01266 0.017462 0.017524 -0.043919 0.001874 -0.019835 0.015233 -0.026271 -0.009278 0.017835 0.000217 0.002717 0.01689 -0.015946 -0.045517 0.007359 0.000346 -0.009509 -0.007392 -0.008261 0.019561 0.003981 -0.010637 0.015365 -0.009028 0.001287 -0.039014 0.006515 -0.009747 -0.017893 -0.001274 -0.001017 -0.025138 0.014972 -0.000488 -0.018114 0.005111 0.035905 -0.005336 0.039997 0.01854 0.020587 -0.015174 0.002013 -0.003545 0.001757 -0.002633 -0.015998 -0.039273 0.031406 -0.00218 0.036054 0.013186 0.034546 0.004552 -0.007633 -0.01042 -0.011939 -0.014829 -0.009194 -0.005006 -0.013637 0.033978 -0.023725 0.011694 -0.023106 0.001797 0.006232 0.039226 -0.009832 -0.008208 -7.1e-05 0.021436 -0.039434 -0.046257 0.048624 0.007987 0.009865 -0.038524 0.004892 0.005816 0.028709 0.017032 0.002423 0.006572 -0.001983 -0.026839 0.015516 -0.021565 -0.015803 0.014723 0.023848 0.012754 -0.01251 -0.015991 0.026502 -0.011649 0.022098 0.017991 -0.029116 -0.020216 -0.011158 0.035108 -0.014556 -0.015254 -0.003565 -0.009391 -0.045423 -0.022572 0.035278 -0.005682 0.006679 -0.013314 -0.006063 -0.014153 0.009293 0.017038 -0.049671 0.000356 0.012911 0.019684 -0.032699 -0.034102 0.007499 0.035413 -0.019303 0.020421 0.005008 0.000788 -0.025938 -0.021768 0.016271 0.020279 0.022588 0.017538 0.008179 -0.003542 -0.011753 0.030966 -0.0192 -0.009604 -0.004321 0.016697 -0.002144 0.049973 0.009345 -0.016249 0.010053 0.004343 -0.001283 0.008926 -0.001674 0.000695 -0.026275 -0.000445 -0.002536 0.014876 -7.9e-05 -0.018525 -0.016178 -0.001062 -0.002805 -0.030115 -0.029487 -0.002134 -0.015171 -0.026144 0.023081 0.01728 0.012952 0.024201 -0.028278 0.020273 -0.007309 0.002481 0.030084 -0.004324 0.032792 0.052849 0.018083 0.007511 0.000685 -0.035402 -0.025297 -0.013213 0.002713 0.020447 -0.020942 -0.006075 0.005519 -0.008661 0.024515 -0.023202 -0.029054 -0.025434 -0.023583 -0.021143 0.005646 -0.002728 0.016562 2.1e-05 0.009729 -0.001732 0.007935 -0.002752 0.007214 0.021428 0.04136 -0.044923 -0.004437 -0.012046 0.016048 0.018737 -0.015594 -0.012984 0.019405 -0.012018 -0.018792 -0.007899 0.004448 -0.032037 0.0077 -0.062457 -0.012057 0.008142 0.007077 0.01251 0.017673 -0.001029\n๗ 0.035189 -0.003078 -0.048838 0.025008 0.020101 0.021986 0.009348 0.011715 0.000267 -0.032201 0.051163 0.044284 0.000975 -0.056985 0.053986 -0.012663 0.000901 -0.030495 -0.033613 -0.051969 -0.007016 -0.029945 0.008013 0.006229 -0.016589 0.037209 0.00895 -0.010961 0.00118 -0.011532 0.032581 -0.038407 -0.018124 -0.043051 0.022299 0.038553 -0.053114 0.015075 0.015496 0.024694 -0.017294 0.022288 -0.02432 0.029614 -0.005881 -0.068249 0.049854 -0.011221 -0.019883 0.043688 -0.00191 0.063078 0.041199 -0.045056 0.06237 -0.012244 -0.005045 0.02165 0.017244 0.060362 -0.041073 -0.066401 -0.021015 -0.02022 0.019247 0.008486 0.018138 -0.000894 0.043605 0.022237 -0.060239 -0.010703 0.012501 0.015442 -0.054839 -0.01975 -0.020123 0.040306 -0.01337 -0.032533 0.054894 0.010723 -0.003112 0.041572 0.017391 -0.064134 -0.000421 0.049817 -0.026325 -0.021039 -0.019583 0.033954 0.002823 -0.014691 0.001481 -0.01572 -0.035637 -0.060998 0.005313 -0.010437 0.01875 0.012742 0.018713 -0.029899 0.033789 0.024394 -0.015056 0.020423 0.048869 -0.01349 0.044572 0.009006 -0.012161 0.004734 0.027869 0.013512 -0.028232 0.010925 -0.032116 -0.041254 0.020102 0.010463 0.048768 0.062058 0.040451 -0.003326 -0.023071 -0.025457 -0.0558 -0.030151 -0.016133 0.017337 -0.010779 0.039954 -0.024505 -0.000269 -0.013357 0.01132 -0.027721 0.04726 -0.010987 0.005214 0.030247 0.058431 -0.037754 -0.060251 0.049308 -0.012664 0.01532 -0.057104 -0.002254 0.009738 0.013316 0.005645 -0.001655 -0.004603 -0.035765 -0.045654 0.029399 -0.033442 -0.032838 0.034091 0.031299 -0.004053 -0.006729 -0.002609 0.030612 -0.067936 0.036749 0.039568 0.00315 -0.005236 -0.001408 0.031359 -0.009259 -0.047145 -0.028065 0.024948 -0.03999 -0.021091 0.060433 0.004778 -0.000951 0.033704 -0.004136 -0.020881 0.000193 0.015575 -0.0667 -0.016874 -0.008935 0.069695 -0.001854 -0.041162 -0.018445 0.033894 -0.028932 -0.011872 -0.01227 0.003215 -0.050539 -0.078094 0.011447 0.053808 -0.001341 0.009443 0.037072 -0.00857 0.003426 0.019414 -0.063587 -0.004073 -0.004903 0.028585 0.000729 0.06581 -0.015399 -0.032268 -8.8e-05 0.044011 -0.004366 0.003795 0.007872 -0.000647 -0.041399 -0.001157 0.020949 0.007643 -0.021057 -0.006886 -0.023494 0.0108 -0.045874 -0.051191 -0.045191 -0.004364 9e-05 -0.053608 0.045895 0.021058 0.005693 0.022935 -0.008745 0.034525 -0.000492 0.018165 0.064744 -0.019129 0.03814 0.061632 0.011912 0.016925 0.000646 -0.050915 -0.051576 -0.028411 -0.000694 0.012585 -0.023345 -0.054732 0.022287 -0.006117 0.018006 -0.001603 -0.025702 0.009999 -0.017171 -0.031253 0.027295 0.005611 0.037 -0.024283 0.003925 0.01712 0.027848 0.033381 0.02641 0.029886 0.069397 -0.048616 -0.015159 -0.031316 0.016459 0.029202 -0.054421 -0.009879 0.014224 -0.001367 -0.042347 -0.040742 0.029237 -0.030817 0.019285 -0.109653 -0.01912 -0.01512 0.028037 -0.001479 0.048841 0.003157\nћ 0.027303 -2.5e-05 -0.037344 0.012725 0.004737 0.027376 0.001626 -0.004332 -0.019973 -0.030767 0.029158 0.00503 -0.008436 -0.020271 0.031576 -0.008655 0.006281 -0.019382 -0.008813 -0.034803 -0.013562 -0.000456 0.002033 0.0062 -0.002992 0.01486 -0.005927 -0.006663 -0.011364 -0.02395 0.020537 -0.028049 -0.014509 -0.024301 0.004979 0.005064 -0.028798 0.03077 0.002497 0.014089 -0.032734 0.009274 0.002939 0.001567 -0.027037 -0.023568 0.025508 -0.005195 -0.004844 0.013083 0.001826 0.038602 0.031466 -0.022972 0.036687 0.003653 -0.0042 0.023505 -0.011878 0.024765 -0.024128 -0.02026 -0.010159 -0.007829 0.018024 0.018003 0.037615 -0.01097 0.027386 0.014396 -0.04738 -0.003567 0.015554 0.010934 -0.038205 0.004431 -0.020753 0.021071 -0.026611 -0.010307 0.006072 0.002602 0.004162 0.010086 -0.01407 -0.038871 0.001107 -0.005588 -0.012782 -0.002134 -0.009082 0.017765 0.015681 -0.003516 0.010476 -0.005002 -0.007774 -0.034537 -0.001678 -0.004709 -0.016875 -0.000477 -0.000427 -0.027233 0.012266 -0.001699 -0.013293 0.004456 0.025019 -0.008273 0.035912 0.014974 0.012256 -0.011609 0.00484 -0.001956 -0.009839 0.003761 -0.008715 -0.033319 0.021266 0.002437 0.03129 0.015887 0.022199 0.011128 -0.009792 -0.006862 -0.009292 -0.006364 -0.00974 -0.007754 -0.006856 0.022094 -0.014945 0.009919 -0.027107 0.005076 0.003491 0.033073 0.001527 -0.004625 0.015624 0.016242 -0.024428 -0.041459 0.04199 0.010384 -0.001391 -0.035214 0.006526 0.005417 0.025652 0.021969 -0.007424 0.00869 0.000896 -0.018567 0.00955 -0.018575 -0.013577 0.009917 0.02811 0.012782 -0.007636 -0.012027 0.007928 -0.014021 0.022111 0.013749 -0.025443 -0.019239 -0.009953 0.028453 -0.018303 -0.021344 -0.008538 -0.010779 -0.030021 -0.011342 0.030463 -0.008671 0.004317 -0.015465 -0.008244 -0.018055 0.00375 0.013589 -0.037914 0.002975 0.021288 0.021129 -0.025297 -0.024732 -0.003386 0.032101 -0.017376 0.013062 -0.001464 -0.003471 -0.026873 -0.027209 0.015459 0.017728 0.015365 0.010816 0.008269 -0.008199 -0.010323 0.028469 -0.015539 -0.004864 -0.007414 0.011417 0.001112 0.045773 0.013761 -0.022405 0.011446 -0.004291 -0.008134 0.007375 -0.003804 0.008229 -0.015798 -0.00926 0.001314 0.012162 -0.005009 -0.017464 -0.00114 0.005769 -0.006553 -0.011744 -0.029975 -0.003133 -0.012668 -0.031243 0.023934 0.017234 0.004329 0.015124 -0.020409 0.010685 0.007388 -0.001705 0.029076 -0.006145 0.036334 0.044429 0.02105 0.011797 -0.005081 -0.025613 -0.026739 -0.019486 -0.00121 0.016306 -0.02332 -0.011143 0.006741 -0.015693 0.022381 -0.018778 -0.020195 -0.020555 -0.030441 -0.008545 0.005544 0.00132 0.017117 -0.003994 0.00855 -0.002211 0.013765 -0.001509 0.002482 0.016778 0.036374 -0.038215 0.000911 -0.015581 0.014818 0.006999 -0.016744 -0.005357 0.019664 -0.006459 -0.015464 -0.016359 0.0068 -0.031825 0.005362 -0.051093 -0.004799 0.01005 0.011241 0.008685 0.01496 0.001517\nɟ 0.03068 0.010095 -0.017316 0.010782 0.010281 0.022511 0.010595 0.004408 -0.027075 -0.019765 0.015432 0.009256 -0.006618 -0.009851 0.022606 -0.00293 0.002591 -0.032927 -0.000247 -0.019668 -0.007605 -0.001197 -0.006788 0.026837 -1.4e-05 0.008427 -0.007243 -0.015484 -0.014038 -0.03277 0.023866 -0.025929 -0.022608 -0.029759 0.012757 0.017942 -0.028103 0.019649 -0.006741 0.014202 -0.016525 0.022517 0.007947 0.009341 -0.009813 -0.020784 0.018407 0.003754 -0.010212 0.019112 -0.002431 0.034012 0.017192 -0.020043 0.040472 -0.002779 0.002118 0.016363 0.00615 0.010335 -0.024354 -0.018962 -0.018561 -0.007922 0.010887 0.026288 0.037545 -0.021439 0.012485 0.001776 -0.04963 -0.010639 -0.004684 -0.002175 -0.037823 -0.013129 -0.028126 0.028824 -0.016463 0.008274 0.011034 -0.003182 -0.008899 0.015395 -0.01277 -0.044451 0.004892 -0.008718 1.8e-05 -0.00879 -0.01245 0.012457 0.011022 0.004289 -0.011491 -0.01123 -0.002782 -0.02359 -0.017959 -0.014757 -0.011482 -0.004884 -0.010593 -0.021774 0.003418 -0.007909 0.006834 0.000555 0.021006 -0.00686 0.041628 0.004194 0.027416 0.005254 0.001488 7.2e-05 -0.00499 0.009722 -0.013822 -0.018952 0.028061 -0.014588 0.026565 0.014021 0.020833 0.016055 -0.001211 -0.010452 -0.006461 -0.009278 0.000504 -0.008557 -0.013011 0.028447 0.000672 0.006591 -0.025488 0.012095 0.010259 0.029428 -0.010309 -0.00642 0.022592 0.017368 -0.027159 -0.032523 0.032719 0.004004 0.015058 -0.028567 0.015014 0.002816 0.031066 0.022348 -5e-05 -0.011737 -0.007605 -0.011286 0.012017 -0.011067 0.007304 -0.000707 0.027332 0.013429 -0.008845 -0.005437 0.023201 -0.023757 0.020434 0.018757 -0.022144 -0.027327 -0.000703 0.022438 -0.01655 -0.012157 0.008119 -0.019538 -0.025072 -0.010877 0.019986 -0.021542 0.013775 -0.000319 -0.007039 -0.014079 -0.014841 0.021867 -0.033822 -0.003473 0.00277 0.033748 -0.027638 -0.042533 -0.003414 0.019866 -0.021479 -0.012843 0.002412 0.008205 -0.01694 -0.01714 0.011417 0.009608 0.026786 0.012823 -0.003723 -0.013987 -0.008803 0.017098 -0.018419 0.010353 -0.007165 0.030456 -0.01285 0.031066 0.008345 -0.028129 -0.001076 -0.01397 -0.005435 0.009776 -0.008115 0.00062 -0.014889 0.000198 0.015844 0.014479 -0.006754 -0.013608 -0.001822 0.011245 -0.003091 -0.042366 -0.019337 -0.002524 -0.004888 -0.029746 0.020718 0.010924 -0.000231 0.021473 -0.008501 0.019529 0.001784 -0.013979 0.039279 -0.00353 0.023062 0.042981 0.007464 -0.005165 -0.009457 -0.032397 -0.023816 -0.023665 0.001898 0.006157 -0.026368 -0.004717 0.002807 -0.007807 0.029414 -0.01401 -0.028745 -0.02191 -0.034221 -7.6e-05 0.01605 -0.008729 0.021523 -0.009321 0.006946 -0.008834 0.006483 -0.006896 0.011097 0.015357 0.019247 -0.020962 0.009012 -0.000351 0.012625 -0.00527 -0.009357 0.001305 -0.008987 -0.003007 -0.03457 -0.021311 0.007477 -0.033189 0.010306 -0.038126 -0.015123 -0.000307 0.008208 0.008865 0.014857 -0.016276\nშ 0.025457 0.00204 -0.045915 0.018982 0.013707 0.038092 0.013302 -0.005919 -0.021464 -0.029249 0.037957 0.009808 -0.011969 -0.02515 0.027237 -0.003379 0.006895 -0.02735 -0.012481 -0.043796 -0.019326 0.004876 0.003741 0.013104 0.007432 0.01733 -0.007494 -0.004566 -0.01267 -0.022108 0.016942 -0.033334 -0.015249 -0.033161 0.006282 0.011589 -0.043369 0.044508 0.010878 0.018384 -0.027015 0.00519 0.001827 0.002934 -0.019588 -0.024876 0.036264 -0.004221 -0.008264 0.021239 0.003302 0.048939 0.03637 -0.032771 0.04152 0.008559 -0.004845 0.0283 -0.005731 0.031297 -0.026605 -0.028393 -0.001512 -0.024347 0.01439 0.021302 0.037732 -0.011395 0.029302 0.017732 -0.051836 -0.01246 0.02394 0.021513 -0.055024 0.00425 -0.024499 0.016377 -0.024027 -0.014167 0.011026 0.000294 -0.006733 0.015402 -0.022288 -0.047435 -0.000411 -0.005738 -0.012998 -0.008645 -0.000415 0.028193 0.000578 -0.014117 0.017487 -0.006432 -0.002486 -0.037108 0.003014 -0.003115 -0.016617 -0.000996 -0.009854 -0.025473 0.016493 -0.010859 -0.015133 0.012368 0.0309 -0.010108 0.047555 0.019359 0.023441 -0.017201 0.007669 0.00271 -0.016794 -0.000834 -0.012969 -0.038412 0.022775 0.005722 0.046408 0.024207 0.035389 0.007559 -0.008943 -0.014764 -0.006655 -0.015701 -0.01293 -0.00026 -0.011157 0.024445 -0.01937 0.011491 -0.035481 0.002711 0.011062 0.04493 0.003218 -0.006584 0.012101 0.023229 -0.028339 -0.03845 0.044009 0.008881 0.00377 -0.05069 0.002362 0.003029 0.037106 0.02191 -0.004557 0.002248 -0.001005 -0.015244 0.009355 -0.014778 -0.01148 0.008514 0.028506 0.017328 -0.015616 -0.007282 0.01591 -0.024731 0.023303 0.016379 -0.032652 -0.016227 -0.006907 0.031986 -0.013695 -0.024547 -0.00499 -0.012568 -0.033725 -0.014219 0.025786 -0.011871 -0.000485 -0.014921 -0.006785 -0.013205 0.00102 0.021202 -0.058369 -0.007608 0.015864 0.022705 -0.023892 -0.037987 0.007755 0.036657 -0.008513 0.01101 0.003812 0.003648 -0.032265 -0.030994 0.024635 0.020873 0.022851 0.01623 0.015279 -0.018256 -0.003501 0.03984 -0.027773 0.000399 -0.005232 0.024043 -0.000433 0.062665 0.015969 -0.021417 0.010898 -0.002099 -0.007854 0.006097 -0.002514 0.012988 -0.024753 0.003741 -0.000716 0.007102 -0.00274 -0.030152 -0.00721 0.004804 0.001108 -0.0206 -0.027221 0.001249 -0.007624 -0.036222 0.033356 0.018108 -0.00131 0.023776 -0.017067 0.012953 0.004932 -0.008606 0.035346 -0.005412 0.042998 0.052956 0.026845 0.014231 -0.003423 -0.041676 -0.029637 -0.025364 -0.010917 0.018638 -0.026565 -0.025148 0.011431 -0.006809 0.033081 -0.020736 -0.02866 -0.022971 -0.03039 -0.017751 0.007268 -0.005967 0.013796 -0.004871 0.009109 -0.003175 0.007403 0.00198 0.004674 0.015996 0.042088 -0.042359 -0.005796 -0.021716 0.016121 0.015419 -0.026884 -0.005055 0.016586 -0.011509 -0.019057 -0.020659 0.009647 -0.040085 0.010307 -0.062865 -0.009207 -0.00045 0.016674 0.012256 0.023852 0.002131\nձ 0.004659 0.001005 0.005504 0.001616 -0.021698 0.012063 -0.021436 -0.009714 -0.005574 -0.022804 0.008697 -0.016733 -0.003368 -0.021267 0.035022 -0.012665 -0.002931 0.006585 -0.008429 -0.030222 -0.00615 -0.023071 0.01081 0.012402 -0.007193 -0.011399 -0.00504 -0.0087 -0.011712 -0.007558 0.026435 0.007044 0.000638 -0.010067 0.024133 0.035122 -0.01612 0.010307 0.003928 0.004556 0.000305 0.003214 0.012546 0.004043 -0.023398 0.019781 0.018597 -0.013607 -0.008082 0.009301 -0.00094 0.005481 -0.012038 -0.022428 -0.013552 0.005961 -0.007489 -0.00605 -0.0182 0.00122 -0.01419 0.017194 -0.006628 -0.008247 -0.005457 0.008063 0.019601 -0.026053 0.018888 0.015909 0.005412 -0.037709 0.001187 -0.001831 -0.002521 -0.001804 -0.005526 -0.006642 -0.01825 0.01088 0.024961 -0.036873 -0.038946 -0.02562 -0.024645 0.003523 0.001279 0.019865 -0.019095 -0.030702 -0.000133 -0.007549 0.004193 0.001026 0.018896 -0.002094 0.00635 -0.025808 0.015641 0.012432 -0.025463 0.022953 -0.00519 -0.011138 0.021551 -0.032297 0.005995 -0.008819 0.02817 -0.026437 0.024223 0.052863 0.002368 0.007917 -0.021341 -0.00338 0.03185 0.009512 -0.021384 -0.003117 -0.0029 -0.00811 0.002956 0.012714 0.019702 0.017859 0.003256 0.011651 -0.011781 -0.021745 0.022033 0.009852 0.021855 0.02312 -0.015636 -0.037658 0.012311 -0.015741 0.029404 0.011347 0.003169 -0.011761 -0.007987 -0.001562 -0.017907 -0.035036 0.035402 0.045581 0.020587 -0.022305 0.027676 -0.011041 -0.002847 0.013915 0.008297 4.3e-05 0.034397 -0.00795 0.005995 -0.009355 -0.035443 0.016908 -0.018019 0.016431 -0.024519 0.023372 0.038738 -0.024212 0.01067 -0.002477 0.017461 -0.001054 0.003623 0.02937 -0.008621 -0.023929 0.027874 -0.015701 -0.01811 -0.007041 -0.002793 -0.006582 -0.033076 -0.008068 0.022576 -0.043605 0.006845 0.026484 0.006715 -0.00681 0.015998 -0.020844 -0.005656 -0.003169 -0.017871 -0.003084 0.009653 0.018525 0.006404 -0.005217 0.008911 0.031705 0.010157 0.035521 -0.008825 0.029821 -0.044435 -0.010039 -0.010635 -0.012279 0.024585 0.04137 -0.027681 0.003419 -0.001936 0.000493 -0.039147 -0.029292 -0.011911 0.036338 0.019134 -0.005966 -0.007163 0.003402 -0.004261 -0.019588 0.00176 0.036173 -0.012199 -0.003009 -0.01072 -0.02928 -0.003882 0.024885 -0.014722 -0.007805 0.006756 -0.002051 -0.01688 -0.008526 0.017167 -0.005209 -0.023425 -0.003538 -0.02806 -0.000371 -0.000643 0.022699 -0.0337 -0.008695 0.003369 0.001816 0.01212 -0.024991 0.002611 -0.002748 -0.020373 -0.000143 -0.009951 -0.011731 -0.019333 0.00251 0.01009 -0.043237 -0.005611 0.003629 0.012264 -0.039341 0.010539 -0.006696 0.012499 0.01971 -0.029752 0.004211 0.010261 -0.009377 -0.009867 -0.006989 0.010451 -0.009639 -0.001577 -0.01945 0.015422 0.028361 0.012812 -0.012875 0.015576 0.025029 0.002298 0.015008 0.000132 -0.013248 -0.002678 -0.032051 0.004154 0.025204 0.01286 0.004891 -0.029168 -0.00314\ns 0.029244 0.005708 -0.060406 0.032682 0.024276 0.036553 0.008162 0.006902 -0.027369 -0.031687 0.041071 0.015715 -0.006437 -0.040751 0.027565 -0.007681 0.004814 -0.034113 -0.010045 -0.046072 -0.019712 -0.000446 0.000349 0.016368 0.015276 0.029426 -0.002509 -0.003754 -0.015544 -0.026161 0.021272 -0.033543 -0.021383 -0.046044 0.016333 0.021934 -0.051383 0.046016 0.012733 0.020921 -0.026365 0.008037 -0.003376 0.003549 -0.025714 -0.028915 0.045944 -0.004158 0.000864 0.028582 0.008913 0.067502 0.030222 -0.036318 0.047357 0.004248 -0.004054 0.033533 -0.021853 0.026358 -0.026578 -0.035831 -0.016906 -0.019542 0.010944 0.018639 0.03765 -0.013392 0.033504 0.014861 -0.048014 -0.011484 0.025861 0.011386 -0.061016 0.004966 -0.035619 0.026952 -0.023505 -0.021883 0.01133 0.001391 -0.008027 0.031591 -0.029067 -0.068906 -0.000538 -0.001774 -0.026073 -0.006488 -0.008561 0.03642 -0.007208 -0.020265 0.006383 -0.01399 0.006776 -0.038212 0.002124 -0.007347 -0.016806 -0.0014 -0.003249 -0.022016 0.013575 0.002257 -0.021806 0.020384 0.035688 0.001669 0.04423 0.026708 0.030786 -0.012851 0.008992 0.006613 -0.020853 0.001883 -0.012953 -0.048172 0.016055 -0.00272 0.044114 0.027541 0.037494 0.009603 -0.010794 -0.01487 -0.014219 -0.017278 -0.025487 -0.011672 -0.025756 0.025983 -0.022575 0.015111 -0.020768 0.006142 -0.000169 0.062006 -0.004687 -0.008836 0.022287 0.023728 -0.041057 -0.047859 0.048719 0.003224 -0.000547 -0.049163 0.003572 0.019811 0.028655 0.037818 -0.005094 0.004059 -0.005547 -0.023371 0.016714 -0.022752 -0.0176 0.021258 0.02606 0.006473 -0.010553 -0.010388 0.026637 -0.033623 0.023721 0.035314 -0.034792 -0.023922 -0.013275 0.040252 -0.021093 -0.035166 -0.015014 0.002216 -0.039814 -0.028957 0.038853 -0.016935 -0.003829 -0.008615 -0.007712 -0.016635 -0.000496 0.016306 -0.075033 0.000196 0.006911 0.033894 -0.03823 -0.04958 -0.003549 0.038965 -0.018188 0.005711 0.009059 0.000448 -0.045571 -0.036739 0.0179 0.029139 0.01513 0.013826 0.020811 -0.01111 -0.005004 0.043289 -0.034527 -0.002743 -0.010981 0.030354 0.001846 0.073779 0.005652 -0.030098 0.002175 -0.000237 -0.006238 0.012992 -0.005906 0.008093 -0.023487 -0.003778 0.002384 0.015285 -0.012856 -0.022533 -0.000693 0.004866 -0.011059 -0.031994 -0.043147 0.005349 -0.018482 -0.038655 0.032653 0.036974 0.003845 0.029689 -0.013394 0.017925 0.011663 -0.020124 0.049313 -0.006421 0.040666 0.057982 0.02453 0.015465 0.007708 -0.053206 -0.045683 -0.027745 -0.006761 0.015584 -0.022885 -0.029721 0.007417 -0.007015 0.038251 -0.017918 -0.030788 -0.015279 -0.029831 -0.01169 0.006563 -0.002974 0.029366 -0.005874 0.010724 0.007617 0.015772 0.008638 0.004798 0.028837 0.04204 -0.056128 -0.00075 -0.021249 0.01275 0.023787 -0.027019 -0.004155 0.006742 -0.010981 -0.024984 -0.019845 0.010113 -0.046348 0.015079 -0.07607 -0.010852 0.006354 0.017719 0.012279 0.039978 0.003218\nঃ 0.048253 0.034709 -0.082417 0.039046 0.039096 0.048953 0.011344 -0.009514 -0.052045 -0.04402 0.047666 0.04376 0.000894 -0.020486 0.04761 -0.013543 0.02479 -0.016208 -0.057964 -0.057104 -0.05308 -0.026398 0.0041 0.03847 -0.002375 0.021176 0.004806 -0.010043 -0.037544 -0.059203 0.027757 -0.03847 -0.009296 -0.078465 -0.00453 0.01783 -0.066647 0.0472 0.011177 0.019911 -0.05288 0.001002 0.012893 0.012354 -0.028362 -0.043118 0.022953 -0.008426 -0.018644 0.017266 0.001443 0.047286 0.046828 -0.03571 0.056299 -0.005161 0.009724 0.038837 -0.002941 0.064791 -0.037372 -0.041705 0.013343 -0.005213 0.040519 0.041648 0.063515 0.0015 0.068283 0.015557 -0.087693 -0.01092 0.017736 0.029387 -0.070911 -0.003734 -0.028997 0.048075 -0.014541 -0.045192 0.038949 0.010642 0.009098 0.024128 -0.040433 -0.037172 0.016989 0.015512 -0.010258 0.003308 -0.01039 0.01734 0.006373 0.000493 0.020453 0.027676 0.013443 -0.044949 0.005038 -0.01585 -0.027587 -0.028381 0.022615 -0.038424 -0.000892 0.009847 -0.006565 0.019856 0.01646 -0.025607 0.04255 -0.002189 0.021433 -0.012811 0.028362 -0.004396 -0.031867 0.013636 -0.03066 -0.050695 0.038195 -0.010853 0.056748 0.013137 0.043893 0.006754 -0.010603 0.004291 -0.001464 -0.008622 -0.017085 -0.008535 0.001594 0.044055 -0.047586 0.014387 -0.024948 0.042483 -0.009381 0.053412 0.00582 0.00218 0.01661 0.030023 -0.033221 -0.050913 0.049016 0.035212 0.005072 -0.043394 0.013147 0.043419 0.012709 0.017061 0.019917 0.016457 0.031607 -0.030742 0.003022 -0.038183 -0.028217 0.049202 0.023804 0.018797 0.019409 -0.025595 0.009918 -0.01695 0.052475 0.032543 -0.038266 -0.015298 -0.026472 0.05441 -0.016959 -0.037507 -0.00865 0.003421 -0.046775 -0.041984 0.048645 -0.007405 0.019845 -0.029796 -0.022409 0.012327 0.000622 0.052207 -0.081166 -0.013881 0.020816 0.019158 -0.030134 -0.067167 0.006894 0.066767 -0.012951 0.016727 -0.006784 0.016558 -0.048419 -0.082037 0.011914 -0.014853 0.039232 0.004825 0.030608 -0.027524 -0.014665 0.060094 -0.033131 0.001304 0.000493 0.005582 -0.007371 0.088471 0.042804 -0.018148 0.028898 -0.010679 0.009396 0.012724 0.010866 -0.000549 -0.049079 -0.019072 0.002414 0.040324 -0.034953 -0.00998 -0.008809 -0.000506 -0.009428 -0.014817 -0.053779 -0.018495 -0.028631 -0.060615 0.036333 0.041345 -0.020465 0.036558 -0.023395 0.028567 0.00052 0.00771 0.045426 -0.023112 0.058652 0.096456 -0.018423 0.016462 0.023979 -0.061687 -0.04779 -0.038946 -0.01292 0.054622 -0.046896 -0.049424 0.015013 -0.005261 0.027212 -0.048897 -0.034911 -0.019601 -0.030804 -0.005249 0.022613 0.014838 0.029227 0.017962 0.020101 0.010619 -0.000114 -0.005064 0.009844 0.047747 0.052919 -0.072632 -0.000669 0.021482 0.03843 0.034162 -0.027151 -0.024635 0.040515 -7e-06 -0.024349 -0.008055 0.004343 -0.03045 0.031258 -0.080701 -0.029657 -0.000616 0.0474 0.00885 0.032783 0.030624\nข 0.020959 -0.001267 -0.03531 0.019927 0.008939 0.022707 0.010224 -0.000416 -0.021367 -0.019055 0.023342 0.003352 -0.006157 -0.01116 0.0222 -0.000806 0.003946 -0.017863 -0.004403 -0.031257 -0.015343 0.003028 0.001423 0.007508 0.004124 0.007602 -0.012933 -0.005181 -0.012146 -0.016331 0.017465 -0.023449 -0.011754 -0.026017 0.000389 0.013796 -0.025818 0.034244 0.008844 0.012714 -0.025687 0.00851 0.004555 -0.006391 -0.016064 -0.014316 0.026725 0.003045 0.005443 0.005113 0.004034 0.036283 0.02588 -0.029391 0.032671 0.004792 0.00064 0.02231 -0.009528 0.013937 -0.023196 -0.020992 -0.003305 -0.014378 0.00425 0.013866 0.022782 -0.016498 0.027881 0.014648 -0.035325 -0.007106 0.017408 0.012176 -0.042124 0.002556 -0.024214 0.016421 -0.022966 -0.014587 0.009299 -0.001891 0.002656 0.011065 -0.021494 -0.034318 -0.002679 0.000614 -0.012033 -0.000961 -0.002361 0.018834 0.007109 -0.009503 0.010861 -0.002922 0.003446 -0.028014 0.001504 -0.000564 -0.012577 0.002168 -0.002677 -0.016261 0.01155 -0.003784 -0.009473 0.003265 0.024961 -0.004268 0.035903 0.013906 0.019591 -0.011588 0.007305 -0.0018 0.00137 0.001781 1e-06 -0.033781 0.015084 0.004471 0.029074 0.019403 0.027719 0.006635 -0.01098 -0.014147 -0.004807 -0.010596 -0.005397 -0.004816 -0.015931 0.026933 -0.01427 0.013897 -0.026043 -2.6e-05 0.00441 0.032948 -0.005739 -0.009796 0.006571 0.019342 -0.026687 -0.034996 0.033197 0.00743 0.003702 -0.035924 0.001254 0.002211 0.025853 0.017064 0.000419 0.006499 -0.002723 -0.025149 0.00334 -0.020104 -0.009779 0.008849 0.020336 0.009928 -0.00767 -0.010031 0.018269 -0.012798 0.016104 0.014367 -0.022937 -0.014335 -0.009968 0.020518 -0.014895 -0.018416 -0.003728 -0.007258 -0.028096 -0.014761 0.030145 -0.010806 0.007343 -0.00721 -0.007303 -0.010337 0.002567 0.015715 -0.042109 0.004513 0.014218 0.021105 -0.029746 -0.025069 0.005989 0.025392 -0.011319 0.00942 5.1e-05 0.001362 -0.026991 -0.022824 0.013186 0.019255 0.022313 0.012553 0.000624 -0.003012 0.000703 0.024955 -0.012599 0.002111 -0.0084 0.017961 -0.002507 0.04455 0.007351 -0.021544 0.008845 -0.001973 0.00404 0.004367 -0.002321 0.005403 -0.024189 0.000152 -0.002062 0.010893 0.000943 -0.019948 -0.00961 0.00204 -0.003664 -0.017931 -0.025564 -0.00074 -0.008649 -0.028357 0.019881 0.021819 0.011701 0.026485 -0.018053 0.012409 -0.001001 -0.00226 0.027881 -0.003705 0.023763 0.043639 0.013773 -0.001362 -0.00411 -0.031421 -0.022057 -0.015441 -0.001752 0.017332 -0.02184 -0.014618 0.005021 -0.009852 0.019837 -0.016901 -0.017564 -0.021573 -0.01999 -0.014127 0.001246 -0.001083 0.012389 -0.003631 0.008048 0.004854 0.007259 -0.005207 8.8e-05 0.010844 0.031153 -0.032729 0.000239 -0.00639 0.008211 0.007791 -0.019062 -0.006368 0.013381 -0.01006 -0.021943 -0.01092 0.011104 -0.031073 0.006114 -0.050432 -0.008726 0.006743 0.010461 0.012826 0.018946 -0.001609\nઅ 0.031615 0.013138 -0.102288 0.042763 0.005153 0.072012 -0.012594 0.020146 -0.036032 -0.067849 0.057879 0.045694 -0.020953 -0.068733 0.06074 0.011665 0.00501 -0.04067 -0.011499 -0.084015 -0.038959 -0.015962 0.029843 0.010426 0.018212 0.046924 -0.001829 -0.031549 -0.033745 -0.05432 0.054672 -0.077555 -0.067461 -0.063816 0.051907 0.016357 -0.048749 0.096521 0.018365 0.043239 -0.072382 0.014639 -0.01381 0.005717 -0.07082 -0.039188 0.079082 -0.021581 -0.001501 0.029928 -0.000108 0.13356 0.096178 -0.07294 0.079421 0.021346 -0.014117 0.02231 -0.033864 0.060394 -0.072438 -0.061134 -0.022411 -0.000458 0.007953 0.042505 0.071059 -0.0048 0.105816 0.03157 -0.093978 -0.000262 0.030626 0.037825 -0.071236 0.01491 -0.060242 0.032261 -0.058896 -0.025179 0.029944 0.021183 -0.0241 0.027872 -0.060744 -0.142904 0.026765 -0.01326 -0.057678 -0.006337 -0.031404 0.029468 0.020672 -0.060349 0.004524 -0.025658 -0.034593 -0.077801 -0.023285 0.002278 -0.041401 -0.025134 0.027787 -0.071236 0.033469 0.011733 -0.047044 -0.002772 0.063446 -0.021469 0.087051 0.056584 0.038747 -0.050172 0.037842 -0.019263 -0.026993 0.001336 -0.039556 -0.065296 0.000477 0.029456 0.084423 0.018922 0.102368 0.029671 -0.026779 -0.054527 -0.013749 -0.025423 -0.011367 0.013961 -0.017376 0.037895 -0.039404 0.037708 -0.059441 0.01886 0.02048 0.117865 -0.012231 -0.035671 0.026699 0.009712 -0.084635 -0.099288 0.121313 0.020282 0.018537 -0.075875 0.02264 0.033972 0.060549 0.048418 0.006226 0.00015 -0.001554 -0.029588 0.052116 -0.062532 -0.039079 0.029812 0.031762 0.02743 -0.022958 -0.05226 0.057651 -0.049569 0.037774 0.041144 -0.045394 -0.044008 0.000106 0.074512 -0.041132 -0.063081 -0.05068 -0.038945 -0.058169 -0.045087 0.07875 -0.014906 -0.012513 -0.002992 -0.013162 -0.038828 0.018374 0.036051 -0.071554 -0.013293 -6.6e-05 0.027438 -0.081035 -0.097241 -0.022566 0.073106 -0.054624 0.033975 -0.023223 -0.014061 -0.060435 -0.101071 -0.001313 0.073024 0.009325 0.061621 0.005483 -0.017812 -0.018183 0.088187 -0.053051 0.011095 0.002977 0.040799 -0.036901 0.170366 0.011845 -0.042369 0.002567 -0.001858 -0.025051 0.014364 -0.018681 0.020108 -0.056308 0.002732 -0.000436 0.035933 -0.023408 -0.019827 0.006295 0.01595 0.006131 -0.042058 -0.076985 -0.014419 -0.023545 -0.070089 0.049633 0.019904 0.017796 0.065748 -0.050288 0.053177 0.012645 -0.051284 0.095217 -0.014932 0.062631 0.09843 0.046321 0.022939 -0.00709 -0.087267 -0.051835 -0.043118 -0.036146 0.051966 -0.056823 -0.015645 0.015086 -0.012592 0.099382 -0.04636 -0.056019 -0.01943 -0.053146 -0.041841 0.030566 -0.004878 0.069112 0.061461 0.016216 -0.013587 0.044888 0.034034 -0.005989 0.049536 0.074177 -0.128538 0.00259 -0.018836 0.041194 0.038816 -0.0103 -0.017417 0.042152 -0.018739 -0.039333 -0.045712 0.005211 -0.085125 0.037244 -0.135256 -0.01457 0.020766 0.064525 0.027943 0.018651 0.003294\nއ 0.049677 -0.003654 -0.09873 0.037956 0.017783 0.089085 0.030131 -0.008349 -0.030144 -0.072159 0.077573 0.023475 -0.006719 -0.047191 0.069736 -0.019506 0.006384 -0.034101 -0.008558 -0.0994 -0.044995 0.00328 0.043592 -0.007757 -0.000505 0.023528 -0.016633 -0.021682 -0.037687 -0.069303 0.060213 -0.07417 -0.035197 -0.072487 0.016631 0.03452 -0.078868 0.085517 0.036684 0.058206 -0.073075 0.031831 0.000886 -0.007089 -0.086263 -0.061465 0.059663 -0.007707 -0.011331 0.02075 0.003697 0.101438 0.066718 -0.070807 0.079751 -0.00024 -0.060081 0.027968 0.004999 0.051242 -0.074958 -0.04285 -0.021693 -0.025907 0.030807 0.038878 0.083055 -0.020483 0.075121 0.028276 -0.086435 -0.001938 0.030397 0.034322 -0.093631 0.008049 -0.045231 0.023131 -0.086852 -0.025151 0.011022 -0.004218 0.001579 0.039927 -0.03284 -0.114643 7.2e-05 0.001574 -0.045406 0.001162 -0.02778 0.031731 0.009143 -0.050821 0.039529 -0.013088 -0.02392 -0.068067 -0.007482 -0.020989 -0.0416 0.010344 0.002921 -0.068558 0.030637 -0.013179 -0.011557 0.006507 0.070804 -0.020768 0.084562 0.053531 0.047946 -0.029904 0.019005 0.024583 -0.013659 -0.009761 -0.018556 -0.101383 0.050212 -0.012174 0.049887 0.06649 0.076959 0.014061 -0.012254 -0.025181 -0.026087 -0.036263 -0.043882 -0.0022 -0.026535 0.044578 -0.034817 0.035159 -0.041957 -0.006024 0.017383 0.09441 0.018252 -0.019659 0.009828 0.050785 -0.068668 -0.09393 0.11065 0.017473 -0.025443 -0.083424 0.007867 0.013366 0.085567 0.072642 -0.022826 -0.00033 0.016468 -0.037276 0.028798 -0.049502 -0.046707 0.02419 0.061794 0.009853 -0.039956 -0.034501 0.061228 -0.069836 0.046379 0.037524 -0.039268 -0.055637 -0.045282 0.066892 -0.029812 -0.048105 -0.033079 -0.030329 -0.077114 -0.037335 0.08423 -0.038065 0.036893 -0.019604 -0.014289 -0.049003 0.010707 0.049245 -0.105807 0.010778 0.031473 0.045247 -0.077805 -0.076553 -0.006242 0.089091 -0.05275 0.035217 -0.00084 -0.009174 -0.072561 -0.07754 0.024734 0.057817 0.027313 0.054079 0.036426 -0.003406 9e-06 0.071033 -0.06071 -0.012641 -0.03556 0.011497 -0.002691 0.120192 0.013004 -0.04622 0.020595 0.000525 -0.024686 0.018651 0.002794 0.021117 -0.026879 -0.035729 0.01101 0.025516 -0.008621 -0.049594 -0.011343 0.002126 -0.010264 -0.031588 -0.088703 -0.017059 -0.027854 -0.074937 0.061916 0.05351 0.034214 0.054455 -0.072725 0.040019 0.020332 -0.022477 0.062434 -0.008395 0.066246 0.098748 0.078051 0.012308 -0.015249 -0.081074 -0.067833 -0.035765 0.010533 0.02965 -0.051503 -0.012647 -0.000483 -0.039227 0.064091 -0.037128 -0.057976 -0.029591 -0.069042 -0.029028 0.02187 0.020393 0.062495 -0.000569 0.027214 -0.023166 0.020996 0.011416 -0.000754 0.044237 0.107282 -0.100684 0.002967 -0.059321 0.027343 0.021399 -0.025934 -0.011512 0.038327 -0.040613 -0.032473 -0.047613 0.030911 -0.078849 0.029561 -0.145508 -0.022578 0.027612 0.025864 0.037374 0.030704 -0.002962\nᮏ 0.052984 -0.002685 -0.052956 0.025586 -0.021098 0.05993 -0.005023 0.001575 -0.052078 -0.041164 0.044372 0.025514 -0.005563 -0.006593 0.010953 -0.00781 0.003318 -0.035645 -0.002932 -0.043549 -0.001136 -0.002632 0.003113 0.009299 0.00286 -0.00351 0.001117 -0.005978 0.003326 -0.013649 0.007589 -0.038277 -0.013876 -0.027323 -0.011843 0.015796 -0.021644 0.018919 -0.002451 0.001036 -0.070481 0.01308 0.015538 -0.011873 -0.047384 -0.020199 0.029543 -0.025176 -0.005554 0.014557 -0.007621 0.029723 0.018192 -0.01165 0.042975 -0.011044 -0.004616 0.032905 -0.028713 0.023195 -0.008074 -0.025987 -0.014147 0.011943 0.014444 0.016507 0.023425 -0.014193 0.023541 0.032775 -0.05667 -0.021887 0.038633 0.02525 -0.022221 -0.010705 -0.024277 0.028091 -0.050522 -0.022727 -0.010559 -0.008833 -0.003289 0.011897 -0.001092 -0.031523 -0.001361 -0.023427 -0.009882 -0.017461 0.010559 0.016559 0.027316 -0.019561 0.025423 -0.02759 -0.002405 -0.030331 -0.026055 -0.001227 -0.027736 0.006001 -0.004641 -0.016716 0.001102 -0.002421 -0.034688 0.011612 0.027538 -0.027345 0.042007 0.030194 0.022425 -0.020384 -0.001042 0.003109 0.005073 0.008779 -0.002338 -0.048405 0.018704 0.003665 0.063025 0.010231 0.032796 0.022392 -0.048823 0.001229 -0.030247 -0.018941 -0.002498 -0.01865 -0.029202 0.025214 -0.024308 0.024295 -0.044544 0.013463 0.01744 0.028206 -0.00445 0.004196 0.018799 0.045356 -0.003612 -0.056832 0.067021 0.024509 -0.012656 -0.022129 0.015987 0.004499 0.025066 0.035115 -0.002085 0.007631 0.008909 -0.021329 0.012863 -0.023875 -0.020389 0.012363 0.026451 0.011841 0.000188 -0.018025 0.018365 -0.014724 -0.001203 0.01234 -0.017225 -0.014633 -0.019967 0.045488 -0.016533 -0.020597 0.00133 -0.005457 -0.056254 -0.005376 0.035948 -0.001765 0.000797 -0.005478 -0.004437 -0.040036 -0.00351 0.01131 -0.031333 -0.008772 0.013644 0.032661 -0.053221 0.006605 -0.005485 0.043004 -0.02019 0.013234 0.033687 0.006862 -0.034835 -0.037502 0.031507 0.043814 0.032546 0.016089 -0.002434 -0.006406 -0.018084 0.038679 -0.016036 0.000457 -0.026854 -0.003209 -0.001644 0.057824 0.018959 -0.038563 -0.004005 -0.00993 0.00452 -0.016548 -0.01042 0.006879 -0.027825 -0.000465 0.004857 0.019109 -0.00205 -0.016512 -0.007637 0.006067 0.002862 -0.012016 -0.025686 -0.000969 -0.022519 -0.034569 0.012149 -0.00678 0.014915 0.026402 -0.047985 -0.004327 -0.001286 0.028711 0.023989 -0.002249 0.027978 0.047937 0.035176 0.023306 -0.0031 -0.022441 -0.025053 -0.027571 -0.008543 0.041078 -0.029818 -0.019864 -0.002887 -0.01085 0.040493 -0.000849 -0.029394 -0.010327 -0.023897 -0.043427 0.004691 -0.000311 0.0239 0.027942 0.021948 0.002191 0.015819 -0.000525 0.000416 0.016202 0.054992 -0.056709 -0.00145 -0.027983 0.019083 0.010187 -0.033768 -0.009544 0.049405 0.00719 -0.009177 -0.009538 0.012199 -0.03501 0.020677 -0.064747 -0.020177 -0.014553 0.012273 0.018176 0.012498 0.015012\nን 0.032516 -0.00735 -0.039214 0.018578 -0.000567 0.040507 0.007282 -0.000548 -0.027185 -0.035899 0.048459 0.021495 0.005116 -0.020769 0.01384 0.007682 -0.003884 -0.019262 -0.008558 -0.04096 -0.01865 0.002195 0.002781 0.007692 -0.009424 0.024495 -0.029125 -0.000388 -0.016721 -0.032318 0.030228 -0.023368 -0.027676 -0.038924 0.001311 0.017704 -0.050639 0.028665 0.016349 0.029644 -0.024334 0.003513 0.013002 0.013909 -0.039117 -0.024194 0.039223 -0.002751 -0.016715 0.028652 0.002844 0.063131 0.030674 -0.028124 0.045289 0.000942 -0.017891 0.021383 -0.034896 0.032967 -0.040743 -0.031091 -0.019413 -0.004944 0.018915 0.008457 0.050626 -0.018651 0.037988 0.012552 -0.043516 0.003748 0.017538 0.022396 -0.035602 -0.000577 -0.030567 0.025479 -0.056132 -0.019871 0.023621 -0.008351 -0.014884 0.015945 -0.020874 -0.066989 0.006394 0.001517 -0.026058 0.002699 -0.013824 0.013019 0.002742 -0.028602 0.002445 -0.002731 -0.010876 -0.025526 -0.000631 -0.009997 -0.030783 0.006958 0.006776 -0.034393 0.004334 -0.011637 -0.029523 0.009154 0.03793 -0.006956 0.050184 0.023484 0.004745 -0.019673 0.009274 -0.001094 -0.030288 -0.011534 -0.03441 -0.031171 0.022663 -0.009371 0.044007 0.025843 0.027784 0.024205 -0.026154 -0.020606 -0.015847 -0.014979 -0.027954 -0.002335 -0.011165 0.030317 -0.016378 0.010461 -0.018506 -0.005421 0.009859 0.053862 0.008502 -0.008187 0.004486 0.039355 -0.042286 -0.058852 0.059 0.005724 -0.011523 -0.03755 0.011841 0.016951 0.036997 0.03604 0.003675 0.011751 0.007975 -0.027894 0.04096 -0.028277 -0.024805 0.019932 0.017103 0.002762 -0.010316 -0.014982 0.008924 -0.033684 0.011178 0.020803 -0.028419 -0.028131 -0.003379 0.028984 -0.01646 -0.035687 -0.005571 -0.016152 -0.043774 -0.028175 0.033181 -0.014614 0.01279 -0.004598 -0.000911 -0.030323 -0.006541 0.020288 -0.059919 -0.008513 0.002132 0.016621 -0.032539 -0.044333 -0.001775 0.050983 -0.030684 0.002128 0.001166 0.001014 -0.048963 -0.032926 0.026042 0.044308 0.016231 0.011114 0.03192 -0.0083 -0.009903 0.045572 -0.038649 -0.009482 -0.004589 0.014825 0.005012 0.077788 0.014702 -0.012421 0.003061 0.012242 -0.009252 -0.007247 -0.013911 0.011649 -0.022585 -0.004472 0.003708 0.031305 -0.010715 -0.031545 -0.017677 -0.007268 -0.003397 -0.033164 -0.043292 0.012587 -0.016171 -0.029743 0.042155 0.006193 -0.006037 0.01974 -0.033133 0.012041 0.002049 -0.010891 0.036497 0.016631 0.044388 0.035614 0.022165 0.014018 -0.007984 -0.045794 -0.033725 -0.027009 -0.01771 0.031288 -0.022393 -0.006054 0.007689 -0.017863 0.036198 -0.021049 -0.033462 -0.023192 -0.030354 -0.012076 0.00337 0.006845 0.018652 0.005795 0.018786 0.005024 0.017172 0.019747 -0.007125 0.02038 0.059018 -0.062118 -0.001228 -0.026113 0.018645 0.029724 -0.02094 -0.00297 0.025322 -0.014127 -0.021816 -0.014525 0.018832 -0.056157 0.005889 -0.07762 -0.01138 -0.00879 0.035657 0.025354 0.031754 -0.006822\nྗ 0.049146 0.007997 -0.073349 0.046153 0.015002 0.063119 0.022036 0.005358 -0.02476 -0.035786 0.044637 0.010492 -0.011519 -0.048186 0.043696 0.001051 0.004734 -0.027659 -0.017789 -0.063585 -0.022396 0.000944 -0.010217 0.024199 0.015326 0.023612 -0.016567 -0.014724 -0.016592 -0.035891 0.021365 -0.042229 -0.040206 -0.080087 0.017826 0.026579 -0.061495 0.047615 0.028665 0.036888 -0.028342 0.004048 0.00014 -0.008896 -0.041456 -0.039131 0.048316 0.005394 0.002101 0.026984 0.022567 0.089289 0.053467 -0.061871 0.058104 0.013458 0.009353 0.033716 -0.009718 0.033058 -0.046686 -0.043719 -0.003817 -0.033867 0.020878 0.036432 0.064521 -0.030838 0.058276 0.014914 -0.064352 -0.016934 0.029114 0.022331 -0.066346 0.011785 -0.051947 0.031911 -0.046218 -0.017693 0.027646 0.004359 0.006962 0.027717 -0.041395 -0.098189 0.020212 0.002896 -0.036429 0.01317 -0.005525 0.036533 0.00847 -0.027356 0.031641 -0.007581 0.014074 -0.038472 0.016136 -0.013426 -0.026944 0.003564 -0.00966 -0.050312 0.024539 0.008103 -0.017128 0.024819 0.038531 -0.006587 0.055404 0.019283 0.046239 -0.0306 0.011146 0.000298 -0.02812 -0.007361 -0.019995 -0.059233 0.038726 -0.003597 0.065384 0.027831 0.046905 0.011689 -0.005163 -0.033158 -0.023939 -0.028068 -0.024552 -0.005408 -0.011636 0.041582 -0.023866 0.031424 -0.044763 0.003873 0.018073 0.08569 -0.007836 -0.028422 0.028725 0.045995 -0.063304 -0.066726 0.056486 0.010554 0.01293 -0.052805 -0.004082 0.018246 0.05175 0.060472 -0.005774 0.022782 -0.006821 -0.046852 0.016259 -0.013767 -0.022484 0.019086 0.037099 0.018379 -0.004498 -0.031625 0.032337 -0.027989 0.019943 0.023065 -0.049161 -0.041959 -0.001078 0.041999 -0.030437 -0.04702 -0.026416 -0.013033 -0.062554 -0.018108 0.050594 -0.017462 0.011541 0.003975 -0.007828 -0.02147 0.008141 0.033252 -0.100273 0.013104 0.005661 0.054795 -0.043361 -0.060455 0.001045 0.070941 -0.036355 0.015394 0.002753 0.003234 -0.053326 -0.047432 0.015129 0.040411 0.03048 0.028104 0.019861 -0.003928 -0.008594 0.069735 -0.050349 -0.003523 -0.011887 0.027546 -0.007497 0.110278 0.003127 -0.032169 0.001998 -0.007273 -0.018904 0.009317 -0.004988 0.011911 -0.030143 0.012895 0.004048 0.031004 -0.016359 -0.040535 -0.013757 -0.006558 -0.000579 -0.030579 -0.066079 -0.013003 -0.023263 -0.041844 0.04396 0.060517 0.013284 0.047391 -0.026533 0.028578 0.014983 -0.029184 0.047811 0.002943 0.049928 0.075177 0.036621 -0.002787 0.019303 -0.078397 -0.051284 -0.041622 0.002962 0.021745 -0.034382 -0.018856 0.009965 -0.024612 0.053421 -0.056776 -0.054275 -0.014523 -0.052265 -0.033333 0.003647 -0.01709 0.026908 -0.004547 0.00583 -0.00081 0.011816 0.016327 0.000945 0.032065 0.056955 -0.07851 -0.00326 -0.024008 0.006323 0.033153 -0.044935 -0.013956 0.01962 -0.0104 -0.032358 -0.025507 0.019271 -0.073835 0.018558 -0.102953 -0.021133 -0.00566 0.012403 0.025019 0.055519 0.000872\nघ 0.038942 -0.00824 -0.040724 0.007082 0.002905 0.031547 0.004571 -0.012267 -0.026724 -0.028031 0.036859 0.014671 -0.003649 -0.015315 0.016709 -0.009181 0.012251 -0.002947 -0.008194 -0.039407 -0.02144 0.003738 0.008113 0.012847 -0.004874 0.021111 -0.018626 -0.012042 -0.005625 -0.026912 0.025604 -0.018596 -0.012558 -0.016966 0.007801 -0.003546 -0.030489 0.024797 0.000564 0.026753 -0.025757 0.004773 0.004864 -0.003321 -0.024669 -0.009183 0.031163 -0.006844 0.004543 0.00061 0.014069 0.040946 0.031898 -0.036694 0.045003 0.009644 -0.006782 0.008389 -0.007037 0.026014 -0.033277 -0.020186 -0.005356 -0.014217 0.019156 0.010964 0.042679 -0.005713 0.023913 0.010655 -0.051576 -0.008767 0.023867 0.008248 -0.033354 0.010101 -0.021434 0.022022 -0.032074 -0.011754 0.004774 -0.011949 -0.001291 0.010081 -0.011595 -0.022941 -0.007419 -0.010575 -0.004621 -0.002634 -0.001681 0.006684 0.001393 -0.005693 0.01215 -0.005984 -0.00386 -0.043167 -0.006456 -0.009598 -0.0232 0.003749 -0.001725 -0.019067 0.0098 -0.016919 -0.025164 0.009824 0.042834 0.001168 0.034637 0.023508 0.016324 -0.017101 0.004299 0.003455 0.012501 0.006402 -0.012836 -0.030853 0.018241 -0.003865 0.023111 0.021145 0.028283 0.005284 -0.013797 -0.004899 -0.006626 -0.014684 -0.01331 -0.01186 -0.009925 0.026128 -0.022749 -0.00248 -0.017438 0.007089 0.008042 0.02831 -0.00741 -0.012869 0.001543 0.018975 -0.035437 -0.040975 0.040817 0.009832 -0.012815 -0.026465 -0.00395 0.017318 0.035659 0.00167 0.014498 0.004232 0.005438 -0.018121 0.010413 -0.016873 -0.018617 0.008224 0.023275 0.004716 -0.019508 -0.003835 0.020469 -0.002973 0.015991 0.008873 -0.033269 -0.019731 -0.015719 0.02286 -0.010706 -0.0168 -0.012757 -0.01109 -0.021582 -0.012239 0.016443 -0.011949 0.002648 -0.019283 0.007678 -0.018404 0.00606 0.012821 -0.036916 0.002849 0.029047 0.025966 -0.025988 -0.033565 0.000545 0.022943 -0.026884 0.024119 0.000267 -0.005178 -0.042503 -0.013817 0.012654 0.025982 0.019404 0.013127 0.009448 -0.002006 0.002401 0.022219 -0.004261 -0.008504 -0.004633 0.009183 -0.002246 0.051927 0.013118 -0.027732 0.013203 0.014333 0.010956 -0.001926 0.009143 -0.001899 -0.027434 -0.012052 0.003162 0.013204 -0.003667 -0.021637 -0.006097 -0.013503 -0.002371 -0.020836 -0.030685 -0.006059 0.002722 -0.025438 0.021332 0.0216 -0.008216 0.011054 -0.024373 0.013309 -0.007143 0.009536 0.021287 -0.009302 0.032129 0.05464 0.017951 0.010065 -0.016816 -0.033106 -0.024655 -0.020376 -0.020591 0.033954 -0.038035 -0.01793 0.005658 -0.022291 0.028036 -0.020997 -0.022682 -0.022364 -0.01976 -0.010644 0.017668 -0.009515 0.019792 0.008739 0.012 -0.002944 0.010408 -0.008576 -0.006717 0.018382 0.043933 -0.038124 0.005986 -0.014443 0.005256 0.010753 -0.023546 -0.014762 0.02524 -0.002 -0.0325 -0.015063 -0.00193 -0.029913 0.011706 -0.052962 -0.002481 0.025807 0.010256 0.009784 0.015597 0.011692\nឧ 0.033377 -0.008076 -0.017406 0.007149 0.003951 0.026957 0.016385 0.015403 -0.015279 -0.010722 0.073227 -0.037837 -0.011602 -0.013906 0.020262 0.009542 0.014238 -0.010727 0.019996 -0.008645 -0.025502 0.001282 -0.004127 -0.019678 -0.004528 0.047302 -0.023061 -0.035469 -0.001012 -0.017262 0.001228 -0.015918 -0.014818 -0.045055 0.006656 0.005229 -0.011198 0.023142 0.015764 0.002662 -0.009472 0.004819 -0.002217 -0.007197 -0.014545 -0.000325 0.046586 -0.020387 0.000314 0.009909 -0.014626 0.000808 0.022346 -0.022309 0.032964 -0.030595 -0.041023 0.043976 0.003673 0.026444 -0.025372 -0.005613 -0.018779 0.014997 -0.006532 0.004315 0.038009 -0.000676 0.014243 0.010926 -0.032414 0.001579 0.05472 -0.006185 -0.026206 0.007825 -0.042916 0.01628 -0.029229 -0.017223 -0.005126 0.006309 0.001464 0.002857 -0.024156 -0.033288 -0.046494 0.008252 -0.006127 0.003681 0.021502 0.045803 -0.031137 -0.005376 0.006264 0.060428 0.000227 -0.040321 -0.00824 0.02323 0.013814 -0.007364 -0.014968 -0.020214 -0.009322 0.015649 -0.040373 0.034991 0.020461 -0.019316 0.038895 0.007092 -0.008391 0.022811 -0.010125 -0.019043 0.013855 0.001865 -0.012688 -0.016542 0.039538 0.000111 0.04059 0.019033 0.036812 0.009221 -0.040339 -0.023132 -0.028047 0.011081 0.007962 0.00516 -0.015576 0.00938 -0.029918 0.030352 0.001938 -0.009622 -0.003056 0.015245 -0.025577 -0.039088 0.01163 0.01742 -0.014639 -0.032099 0.035014 0.04267 0.024908 -0.059072 0.005668 -0.011373 0.049625 0.02244 -0.014185 -0.006735 -0.004066 -0.02163 0.012912 -0.006076 0.004509 0.020611 0.008086 -0.004557 0.004323 -0.014159 0.010573 -0.010474 -0.004761 0.024229 -0.027763 -0.002209 -0.019491 0.016583 -0.020567 0.022898 0.021641 -0.023706 0.008084 -0.004598 0.046641 -0.027515 0.014486 -0.008206 -0.00239 -0.009612 -0.041526 0.031847 -0.047942 -0.035167 3.5e-05 0.026999 -0.014906 -0.020035 0.020056 0.045113 0.005752 0.007801 0.011289 0.001631 -0.016687 0.001711 0.011657 -0.001297 -0.02169 -0.030409 0.019357 0.006375 0.012849 0.006681 0.030957 -0.021609 0.006385 0.019764 -0.030937 0.01718 0.016097 -0.005479 -0.03235 -0.005601 0.004561 0.038216 0.027244 0.005073 -0.008344 -0.036336 -0.002063 0.003723 -0.009787 -0.010503 0.003442 -0.01774 0.019344 -0.012799 -0.002732 0.00594 -0.036194 -0.036962 0.038346 0.00424 0.033296 -0.004167 0.026139 -2.4e-05 0.013087 0.043744 0.043523 -0.002604 -0.000972 0.036487 0.003558 -0.004979 0.003729 -0.023603 -0.02706 -0.000869 -0.016279 -0.00657 -0.010611 -0.029833 -0.013161 -0.006897 -0.000207 -0.017599 -0.00366 -0.033817 -0.000468 0.004613 -0.002273 -0.003483 0.017762 -0.033091 0.021178 0.032884 0.00067 -0.002346 -0.000668 0.005129 0.041227 -0.003359 -0.013243 -0.066123 0.000598 0.01797 -0.023146 -0.031959 -0.007418 -0.022028 -0.017272 0.031485 0.011102 -0.009573 -0.021682 -0.042448 0.010198 0.007016 0.009677 0.02401 0.042253 0.006468\nණ 0.041612 0.008766 -0.084918 0.032153 0.019611 0.053788 0.009419 0.012401 -0.019421 -0.035961 0.041218 0.021132 -0.006396 -0.048917 0.05395 -0.013223 0.00574 -0.042545 -0.001587 -0.05379 -0.033048 -0.006486 0.016962 0.02085 0.017331 0.040041 -0.00342 -0.020152 -0.011713 -0.045828 0.026057 -0.041175 -0.03693 -0.046971 0.015755 0.020902 -0.055465 0.060119 -0.000778 0.040123 -0.053362 0.026733 0.01522 -0.002268 -0.034453 -0.026246 0.050307 -0.0072 0.005823 0.043351 0.001806 0.07316 0.057553 -0.047773 0.060369 0.001865 -0.012004 0.036434 -0.037149 0.03664 -0.033851 -0.036748 -0.019211 -0.008344 0.028203 0.019335 0.073814 -0.022568 0.038616 0.028616 -0.064862 0.006137 0.026738 0.022408 -0.060423 0.003033 -0.043951 0.044303 -0.034234 -0.01165 0.001948 0.002172 0.004352 0.02624 -0.012725 -0.07592 0.009433 -0.010176 -0.027751 -0.018714 -0.00011 0.027488 0.003745 -0.022357 0.012248 -0.025518 -0.016595 -0.051987 0.004042 -0.004884 -0.011818 -0.006981 0.005643 -0.045661 0.022421 0.007099 -0.028191 0.009361 0.041086 -0.007296 0.055172 0.030051 0.025358 -0.010945 0.01034 0.017866 -0.021021 0.002951 -0.02079 -0.069553 0.035953 -0.007442 0.048743 0.02783 0.041359 0.009594 -0.017406 -0.020861 -0.036176 -0.00283 -0.038664 0.009369 -0.016699 0.037962 -0.020442 0.023777 -0.0196 0.005549 0.000102 0.058461 -0.000505 -0.023891 0.023604 0.033991 -0.046851 -0.071755 0.072087 0.018193 0.007679 -0.046835 0.016359 0.018587 0.04716 0.026858 -0.010888 0.015407 -0.005467 -0.024506 0.029225 -0.033489 -0.019718 0.032653 0.040681 -0.014329 -0.029389 -0.042343 0.052753 -0.031938 0.040058 0.038434 -0.031125 -0.031769 -0.016866 0.05064 -0.025203 -0.043538 -0.024079 -0.019766 -0.042271 -0.041973 0.044526 0.003285 0.004282 -0.000147 -0.000848 -0.027964 -0.010225 0.037005 -0.070192 0.017339 0.017509 0.018155 -0.039122 -0.057193 0.011335 0.066391 -0.030594 0.007488 -0.005484 0.003603 -0.04796 -0.044521 0.023908 0.04446 0.033403 0.025656 0.008674 -0.021228 -0.009973 0.04858 -0.031524 0.00545 -0.016246 0.028335 -0.010497 0.10387 0.007002 -0.033423 0.009856 0.00574 -0.005366 0.009054 0.004593 0.008523 -0.029842 0.005619 -0.006797 0.03313 -0.012532 -0.013817 -0.003213 0.003811 -0.01024 -0.033251 -0.053173 0.000691 -0.023884 -0.042078 0.06118 0.030128 0.016088 0.0407 -0.035305 0.029854 0.013425 -0.027907 0.06079 -0.02507 0.062279 0.075615 0.050078 0.029936 0.008407 -0.066935 -0.051441 -0.028708 -0.00945 0.019089 -0.046192 -0.010393 0.001152 -0.021794 0.058727 -0.034953 -0.050105 -0.017596 -0.04889 -0.020916 0.019182 -0.004988 0.035647 -0.004926 -0.004247 -0.005811 0.030938 0.014398 0.001432 0.034152 0.065617 -0.075849 -0.013618 -0.039609 0.009444 0.013688 -0.03312 0.010554 0.040607 -0.013974 -0.026472 -0.028565 0.018217 -0.063403 0.024174 -0.087511 0.002506 0.017222 0.019652 0.016545 0.031874 0.016102\nሪ 2.7e-05 -0.026456 -0.014005 -0.019169 0.002212 0.026739 -0.02824 -0.038599 -0.005921 -0.026819 0.028313 -0.013717 -0.00154 -0.018391 0.038112 -0.021136 0.000857 0.02525 -0.00084 -0.044647 -0.004373 -0.016553 0.005167 0.003094 -0.016652 0.048257 -0.017928 -0.02189 -0.013216 -0.024066 0.021996 -0.020515 -0.023549 -0.017995 0.012714 0.000689 -0.009645 0.009768 0.001482 0.016681 -0.004413 0.023833 0.021457 -0.006523 -0.049433 -0.005574 0.023548 0.000591 0.000966 -0.0271 0.021899 0.032789 0.017737 -0.047899 0.025763 -0.019328 -0.0337 0.000775 0.003298 -0.020185 -0.004427 0.000283 -0.009629 0.010576 -0.008175 -0.008831 0.013775 0.00648 0.029908 -0.000184 -0.027679 0.002931 0.015322 -0.00259 -0.01857 -0.007805 0.01378 0.002222 -0.046953 -0.014841 -0.020752 -0.007413 -0.02358 -0.000802 -0.025323 -0.014745 -0.02349 -0.00708 -0.02259 -0.003753 -0.000902 0.038523 0.010728 -0.018382 0.032691 -0.002714 -0.023477 0.003594 7.3e-05 0.023168 -0.021371 0.001458 -0.004577 -0.009993 -0.000821 -0.020427 -0.011809 -0.006468 0.02697 -0.011203 0.044217 0.050532 -0.012969 0.005991 0.016417 0.009722 0.004871 0.015267 -0.017509 -0.011285 -0.009375 0.016594 0.015279 0.04426 0.028232 -0.035022 0.016173 -0.017015 -0.000226 -0.016214 0.003906 0.032878 0.006751 0.01099 0.019382 0.011658 0.004051 0.011492 0.007432 0.030496 0.013022 -0.023309 0.016176 0.017541 -0.067158 -0.083812 0.034689 0.057138 -0.024434 -0.037163 0.007191 0.017749 -0.005206 5.2e-05 -0.022985 0.007035 0.018371 -0.009455 0.010751 0.008441 -0.042444 -0.008362 0.000252 0.013417 -0.005603 0.01842 0.033083 -0.041455 -0.001425 0.002713 0.006146 -0.028134 -0.022372 0.014323 -0.014755 0.006881 0.027134 -0.014028 -0.011881 0.023056 0.01882 -0.02142 -0.011402 -0.010574 0.003402 -0.015857 -0.017739 0.022174 -0.031994 -0.01908 0.00229 -0.009403 -0.026978 -0.041429 -0.014477 0.042677 0.017883 0.022834 0.00646 -0.011895 -0.036433 -0.022606 -0.001943 0.017223 0.003392 0.025048 -0.006245 -0.009027 0.013894 -0.0098 -0.017212 -0.006951 0.015202 -0.016484 -0.010654 0.031695 -0.004392 -0.045228 0.008894 0.031761 -0.006057 0.020903 0.005036 0.009323 0.006405 -0.019002 0.019708 0.03986 0.021435 -0.014044 -0.008754 -0.003141 -0.015516 -0.038849 -0.056415 0.005146 0.013243 -0.032444 0.00409 -0.032185 0.020202 -0.004334 -0.001078 0.009091 0.011076 0.029719 -0.018726 -0.006812 0.020054 -0.006509 0.021014 0.007489 0.009416 -0.013314 0.003049 -0.017384 -0.010226 -0.016117 -0.028646 -0.001184 -0.004279 -0.023803 -0.003153 -0.00575 -0.018616 -0.005684 -0.007211 -0.032766 0.004421 -0.001523 0.023276 -0.006237 0.025025 -0.002969 0.022586 -0.015725 0.00208 -0.00294 0.078561 -0.027335 0.008049 -0.044068 0.037062 0.004718 0.004261 -0.031647 0.001128 -0.002071 -0.037632 0.001549 0.000873 -0.019832 -0.005339 -0.033154 -0.000249 0.021456 -0.017182 0.0353 -0.001338 -0.018265\nອ 0.032874 0.00139 -0.033706 0.026838 0.008164 0.036067 0.004725 -0.001038 -0.017247 -0.027107 0.025343 0.007808 -0.007967 -0.015632 0.027234 -0.003903 0.007146 -0.01727 -0.003819 -0.039484 -0.018754 0.004653 0.00649 0.009854 0.002855 0.0145 -0.012915 -0.008165 -0.014019 -0.020935 0.021544 -0.028769 -0.022465 -0.037987 0.008289 0.009205 -0.026195 0.035875 0.008329 0.021421 -0.017595 0.010446 -0.002541 -0.002554 -0.02106 -0.021747 0.030119 -0.001641 -0.002399 0.018844 0.002974 0.039438 0.030717 -0.027326 0.036762 0.011405 0.002056 0.016496 -0.002928 0.024704 -0.029159 -0.021329 -0.006535 -0.011915 0.011154 0.024341 0.033072 -0.010371 0.03368 0.013328 -0.04595 -0.015618 0.010868 0.016098 -0.040171 0.00149 -0.024096 0.019186 -0.034636 -0.011412 0.015181 0.001559 0.009197 0.012423 -0.023236 -0.053101 0.006816 -0.006372 -0.0154 -0.007784 -0.002452 0.018337 0.00678 -0.01926 0.017725 -0.012553 -0.004034 -0.038916 0.00056 -0.001025 -0.025282 0.001463 0.002248 -0.0265 0.012736 -0.004304 -0.0071 0.003395 0.037064 -0.003218 0.036608 0.018525 0.029429 -0.014323 0.003283 0.000758 -0.004162 0.002355 -0.014183 -0.041221 0.021204 0.000211 0.03978 0.024411 0.030758 0.012065 -0.009028 -0.01063 -0.008458 -0.017922 -0.013243 -0.000688 -0.014643 0.027527 -0.020529 0.015454 -0.031876 0.000148 0.003114 0.035953 -0.006269 -0.013408 0.003647 0.024103 -0.035419 -0.043786 0.039161 0.007803 0.002888 -0.038963 0.008344 0.012237 0.028889 0.01362 0.001521 0.007672 0.001988 -0.02251 0.011504 -0.024817 -0.013391 0.015664 0.019597 0.015226 -0.012203 -0.018755 0.016971 -0.016262 0.022614 0.013923 -0.020517 -0.023202 -0.012399 0.033751 -0.020398 -0.024809 -0.002653 -0.007522 -0.035917 -0.017626 0.026756 -0.009883 0.010126 -0.011274 -0.003914 -0.011644 0.007143 0.019195 -0.049028 0.000994 0.006829 0.026592 -0.035184 -0.027529 0.004602 0.032125 -0.021792 0.017346 0.007448 0.000939 -0.025394 -0.02077 0.011885 0.02279 0.01189 0.026954 0.006643 -0.002068 0.000276 0.038544 -0.020411 -0.000509 -0.000654 0.012232 0.005606 0.055769 0.007152 -0.022654 0.007101 -0.001258 -0.006322 0.002277 -0.010297 0.002324 -0.019508 -0.004025 0.000709 0.014104 -0.003277 -0.023982 -0.014233 -0.004505 -0.006834 -0.025397 -0.03004 -0.003876 -0.011882 -0.029283 0.023589 0.021085 0.012721 0.029511 -0.028797 0.022813 -0.005795 -0.009411 0.031366 -0.008859 0.037059 0.04563 0.017295 0.008253 0.003412 -0.031223 -0.029001 -0.012922 0.003467 0.019811 -0.024661 -0.011988 0.002894 -0.010001 0.025432 -0.022772 -0.029454 -0.023695 -0.032052 -0.018886 0.009257 0.001875 0.019678 0.004333 0.007804 -0.001927 0.008251 0.001576 -0.002759 0.010461 0.036977 -0.043879 0.001433 -0.01291 0.012977 0.013385 -0.018293 -0.001483 0.007921 -0.01071 -0.018997 -0.010757 0.006424 -0.033746 0.007931 -0.056394 -0.010841 0.006187 0.012906 0.021143 0.017939 2e-05\nய 0.034918 0.007604 -0.068156 0.023998 0.012728 0.046155 0.005339 -0.006782 -0.023708 -0.045667 0.041376 0.017851 -0.004756 -0.028899 0.043117 -0.010685 0.01281 -0.024866 -0.008908 -0.052566 -0.017184 0.001368 0.011236 0.011457 0.005093 0.018363 -0.0141 -0.006974 -0.018754 -0.036554 0.025726 -0.041977 -0.027285 -0.058098 0.019926 0.008477 -0.043848 0.051821 0.002757 0.031164 -0.040355 0.011219 0.006244 -0.00676 -0.039336 -0.026625 0.036441 -0.006771 0.003557 0.026713 0.001134 0.067842 0.043713 -0.040902 0.049492 0.007001 -0.008555 0.023534 -0.01781 0.032316 -0.041703 -0.039229 -0.008766 -0.016498 0.0182 0.022431 0.048304 -0.01299 0.053664 0.024085 -0.06168 -0.008026 0.026931 0.029944 -0.060315 3.9e-05 -0.047576 0.031372 -0.047288 -0.016003 0.013234 -0.003655 0.000855 0.016105 -0.01844 -0.070371 0.015887 -0.00974 -0.022011 -0.002308 -0.011938 0.030531 0.00352 -0.025018 0.011911 -0.002609 -0.004118 -0.043898 -0.002842 -0.005737 -0.028324 0.004133 -0.000805 -0.038397 0.017578 -0.013191 -0.010854 0.011852 0.033898 -0.006427 0.052133 0.022686 0.031639 -0.02055 0.007408 -0.003473 -0.016177 -0.006455 -0.014597 -0.044368 0.028933 0.000999 0.05036 0.019938 0.041349 0.015859 -0.01711 -0.012049 -0.005567 -0.034455 -0.015885 -0.005951 -0.016665 0.039764 -0.031527 0.021352 -0.030883 -0.001714 0.013175 0.058629 -0.002118 -0.014003 0.009704 0.031666 -0.042026 -0.066636 0.064499 0.013971 0.000799 -0.054372 0.008504 0.015562 0.049126 0.03001 -0.000317 0.014728 0.004118 -0.029761 0.019707 -0.031946 -0.028786 0.017927 0.031763 0.024298 -0.015542 -0.016813 0.024674 -0.021751 0.028342 0.019693 -0.030076 -0.027248 -0.010298 0.038963 -0.029368 -0.034499 -0.016068 -0.0089 -0.048469 -0.034006 0.035167 -0.006159 0.007872 -0.007212 -0.005035 -0.020029 0.000969 0.025529 -0.067614 0.009643 0.014476 0.027451 -0.044345 -0.052914 0.00014 0.050033 -0.024987 0.023219 0.003577 0.003359 -0.033694 -0.035454 0.018499 0.032995 0.014043 0.024885 0.024257 -0.014192 -0.006138 0.053961 -0.032422 0.000251 -0.011417 0.022337 -0.004089 0.086965 0.012976 -0.033632 0.008277 -0.009762 -0.01554 0.010645 -0.006879 0.008359 -0.030294 -0.008104 -0.000376 0.02957 -0.012625 -0.033321 -0.004027 -0.002725 -0.006437 -0.033735 -0.049602 -0.013338 -0.018418 -0.042741 0.035431 0.029943 0.014163 0.027374 -0.032255 0.018714 0.005263 -0.009896 0.038998 -0.00554 0.052915 0.067479 0.03535 0.006245 -0.000648 -0.050338 -0.039011 -0.029417 -0.009043 0.033446 -0.032965 -0.004867 0.00023 -0.022164 0.040084 -0.039834 -0.04765 -0.030543 -0.04835 -0.019938 0.012222 0.004072 0.025371 0.001999 0.011983 0.000887 0.010089 0.008948 -0.00851 0.020951 0.057538 -0.066129 -0.000778 -0.028891 0.020231 0.0151 -0.016345 -0.00673 0.023807 -0.005053 -0.026099 -0.021491 0.002306 -0.045537 0.002091 -0.085788 -0.004723 -0.00089 0.01697 0.02853 0.020154 0.006634\nұ 0.029525 -0.000264 -0.04472 0.021278 -0.00194 0.042864 -0.000666 -0.005107 -0.025038 -0.015256 0.024316 0.034962 -0.00396 -0.024293 0.034809 -0.000339 -0.001911 -0.001068 -0.018917 -0.037885 -0.019269 -0.003011 -0.007326 0.004475 0.009029 0.015362 -0.010365 0.002937 -0.014063 -0.023743 0.031942 -0.023453 -0.019259 -0.025383 0.004832 0.006673 -0.034576 0.043878 0.00747 0.018118 -0.034579 0.004056 0.004663 0.000881 -0.031614 -0.021311 0.031367 -0.008909 -4e-06 0.023734 0.004427 0.04901 0.029438 -0.023821 0.025481 -0.006808 0.005305 0.026801 -0.006354 0.024519 -0.025122 -0.031082 -0.018049 -0.008981 0.018517 0.018637 0.032548 0.000345 0.018823 -0.002844 -0.039446 -0.012537 0.012322 0.016478 -0.029669 0.016801 -0.005236 0.003936 -0.039931 -0.018114 0.013967 0.000573 -0.01012 0.015736 -0.003466 -0.035606 -0.00313 0.003599 -0.010603 0.002736 -0.009706 -0.000261 0.006325 -0.017189 0.017252 -0.005401 -0.003619 -0.024172 0.008016 -0.012943 -0.021326 -0.004539 -0.003505 -0.014052 -0.000285 -0.011101 -0.013764 0.012496 0.029257 -0.018955 0.039105 0.013768 0.024445 -0.017372 0.002035 -0.003037 -0.010866 -0.000189 -0.013176 -0.031845 0.025969 -0.001495 0.017097 0.019981 0.024403 0.00394 -0.022395 -0.004856 -0.020765 -0.014157 -0.029921 -0.004628 -0.014833 0.019508 -0.016893 0.021637 -0.028284 -0.00051 0.008513 0.034575 -0.001524 0.004447 0.011584 0.018288 -0.027011 -0.036766 0.037535 0.014308 0.000262 -0.026709 0.00186 0.021417 0.031153 0.034917 -0.0133 0.013849 0.007135 -0.013834 0.007551 -0.02005 -0.01791 0.012951 0.010818 -0.002177 -0.003401 -0.022115 0.018256 -0.010957 0.007769 0.027694 -0.014251 -0.033151 -0.006676 0.03249 -0.017899 -0.036508 -0.008362 -0.024471 -0.025481 -0.011488 0.038627 -0.010525 0.006919 0.000797 -0.001354 -0.011079 0.009496 0.022092 -0.04356 0.009674 0.001114 0.02478 -0.028936 -0.026825 0.006827 0.03543 -0.012456 0.001535 0.009637 -0.008234 -0.019681 -0.025752 0.004355 0.019762 0.027179 0.017158 0.027471 -0.012053 -0.017646 0.030457 -0.024795 -0.010274 -0.005293 0.005707 -0.007842 0.045611 -0.009748 -0.027134 -0.004635 -6.8e-05 -0.006785 -0.009586 0.010434 -0.002086 -0.016388 -0.003061 0.005115 0.007835 -0.007524 -0.00878 -0.009566 -5.2e-05 0.006486 -0.016944 -0.025689 -0.002414 -0.008887 -0.016519 0.022465 0.021293 0.013907 0.022824 -0.014569 0.028419 0.012149 -0.02004 0.033521 -0.006684 0.043397 0.04388 0.03116 0.016049 -0.000382 -0.032545 -0.016088 -0.012879 0.006066 0.018723 -0.015782 -0.002061 0.000718 -0.008278 0.031674 -0.019322 -0.035004 -0.025881 -0.039328 -0.024633 0.004934 -0.001963 0.034224 0.006818 -0.012084 -0.005367 -0.00011 0.018174 0.003524 0.016946 0.034215 -0.038489 0.002065 -0.026115 0.024343 0.012304 -0.02805 -0.001615 0.027908 0.00615 -0.019208 -0.003132 0.017176 -0.041712 0.025238 -0.054885 -0.006725 0.004805 0.016098 0.014911 0.025097 0.010895\nز 0.030172 0.00487 -0.04382 0.019396 0.007834 0.02911 0.006028 -0.005165 -0.01897 -0.028509 0.02946 0.013139 -0.00826 -0.019178 0.025432 -0.004161 0.008834 -0.01697 -0.009071 -0.037697 -0.017727 0.004291 0.007825 0.010702 0.002917 0.017245 -0.003474 -0.013427 -0.012297 -0.026972 0.021331 -0.029769 -0.012216 -0.03892 0.007889 0.014284 -0.032846 0.036092 0.008322 0.01883 -0.025044 0.008273 0.003916 -0.000228 -0.025833 -0.020051 0.03189 -0.002582 0.00054 0.008363 0.004909 0.044289 0.026449 -0.027646 0.03449 0.00533 -0.002131 0.019453 -0.010585 0.02083 -0.029502 -0.0237 -0.009038 -0.010963 0.01301 0.019598 0.035817 -0.011106 0.033038 0.017532 -0.048597 -0.005403 0.02051 0.019411 -0.039583 -0.001027 -0.026962 0.022763 -0.031234 -0.017904 0.012707 0.001158 0.002078 0.009567 -0.016216 -0.044962 0.001306 -0.002424 -0.016927 -0.003557 -0.004035 0.021025 0.007165 -0.008552 0.016723 -0.003653 -0.001396 -0.031939 -0.001008 -0.002033 -0.014528 0.003579 0.000413 -0.031623 0.012581 -0.008111 -0.013961 0.010487 0.031166 -0.00847 0.038564 0.017608 0.019926 -0.015777 0.005364 -0.001307 -0.006466 0.000707 -0.012827 -0.038283 0.021266 0.0003 0.033381 0.020055 0.030361 0.011041 -0.010777 -0.011526 -0.010269 -0.015381 -0.011558 0.000337 -0.010229 0.024909 -0.018642 0.012006 -0.028259 0.003687 0.011451 0.04005 0.001201 -0.010527 0.009311 0.021405 -0.026624 -0.043107 0.044367 0.010817 0.001698 -0.039476 0.008655 0.005417 0.02867 0.026079 -0.003138 0.005104 0.001627 -0.022004 0.014583 -0.021946 -0.021305 0.012569 0.01671 0.014905 -0.012297 -0.016372 0.018293 -0.020696 0.017704 0.01805 -0.02115 -0.020462 -0.009483 0.034445 -0.016311 -0.024477 -0.008685 -0.012372 -0.034422 -0.013355 0.031999 -0.01214 0.00436 -0.011097 -0.002793 -0.019506 0.003095 0.017625 -0.04863 9.6e-05 0.011803 0.0225 -0.031443 -0.031665 0.005737 0.036105 -0.018329 0.016364 0.00361 0.00036 -0.026494 -0.026678 0.015048 0.021804 0.015161 0.016639 0.009129 -0.009486 -0.006686 0.03194 -0.016425 -0.001755 -0.010904 0.016199 -0.002418 0.060178 0.005186 -0.019356 0.007296 0.001173 -0.004816 0.007307 -0.003722 0.004087 -0.021382 -0.000811 -0.001089 0.018748 -0.003979 -0.019983 -0.002053 -0.000244 -0.004369 -0.023961 -0.029579 -0.003616 -0.014129 -0.030423 0.022439 0.015815 0.008923 0.018594 -0.023615 0.007676 0.005312 -0.003195 0.033896 -0.003204 0.03753 0.043543 0.020062 0.003366 0.000428 -0.034836 -0.023573 -0.020406 -0.002311 0.018194 -0.023804 -0.006375 0.00231 -0.01081 0.025094 -0.026818 -0.026451 -0.016767 -0.033126 -0.014468 0.007391 -0.000868 0.017806 0.00025 0.010511 -0.004778 0.010573 -0.001361 -0.005187 0.015692 0.042229 -0.043776 -0.001218 -0.017753 0.016109 0.010924 -0.016018 -0.004973 0.020116 -0.009543 -0.017351 -0.016168 0.005685 -0.034914 0.008833 -0.058054 -0.007477 0.006293 0.011856 0.012624 0.018201 0.001898\nᰶ 0.071237 -0.026135 -0.046795 0.02193 0.015596 0.04291 0.007901 -0.01733 -0.014851 -0.036637 0.026562 -0.014856 -0.00706 -0.061595 0.032485 -0.032173 -0.012321 -0.035449 -0.00655 -0.05762 0.000438 -0.000344 -0.000988 -0.002797 0.009394 0.041054 -0.016205 -0.000197 0.000589 -0.034347 0.042632 -0.025767 -0.03369 -0.055767 -0.00188 -0.008376 -0.038434 0.056171 0.009352 0.035049 -0.048994 -0.012811 0.009236 -0.005397 -0.026799 -0.020902 0.0451 -0.00103 -0.035096 0.042463 0.025981 0.045289 0.039852 -0.057436 0.085972 0.028569 -0.019176 0.013972 -0.009171 0.042495 -0.033568 -0.041668 -0.014633 -0.009588 0.010847 0.013299 0.079533 -0.028273 0.043193 0.015633 -0.062977 0.001868 0.020464 0.046332 -0.082912 0.0063 -0.025597 -0.002628 -0.04248 -0.005657 0.020856 -0.019653 0.0292 0.000933 -0.017034 -0.045116 0.015 0.007177 -0.007619 -0.012274 0.008498 0.026168 -0.002326 -0.008113 0.001257 -0.006068 -0.007382 -0.056082 -0.015448 -0.019482 0.002615 0.020312 0.003271 -0.016524 0.011109 -0.013649 -0.023917 0.026429 0.040635 -0.011401 0.057833 0.062422 0.031852 -0.009796 0.021806 -0.000764 -0.007013 0.034519 -0.025363 -0.041664 0.011417 -0.016525 0.059049 0.063182 0.060818 -0.008035 0.011566 0.011966 -0.013441 -0.040047 -0.026988 -0.004573 -0.044047 0.019845 -0.024885 0.023069 -0.019255 0.02683 0.017833 0.024361 -0.001945 0.020338 0.020457 0.015795 -0.064789 -0.054026 0.096436 0.01516 0.009137 -0.057713 0.022354 0.038844 0.066211 0.019355 -0.008217 0.044301 0.029206 -0.044413 0.027993 -0.016722 -0.031244 0.008611 0.02689 0.007951 -0.036404 -0.046166 0.028063 -0.019375 0.009412 0.022084 -0.041437 -0.006822 -0.030754 0.047641 0.001833 -0.03572 0.018124 -0.002713 -0.019314 -0.028493 0.032436 -0.031593 0.030914 0.002844 -0.009057 -0.038518 0.013436 0.000148 -0.038206 -0.002739 0.056255 0.048745 -0.041803 -0.041952 0.005498 0.079583 -0.046787 0.012537 -0.030285 -0.004053 -0.063843 -0.021722 0.005028 0.025034 0.011449 0.008567 0.035912 -0.017895 -0.006505 0.000617 -0.010662 -0.014735 0.005505 0.022106 0.031372 0.058023 -0.008344 -0.017079 -0.009978 0.027103 0.013854 0.018921 0.007691 0.000395 -0.030914 -0.020638 -0.001421 -0.011177 -0.031688 -0.033666 0.008734 -0.011249 -0.00126 -0.007471 -0.0483 0.008267 -0.027645 -0.026237 -0.005827 -0.026191 -0.002408 -0.015263 -0.04811 0.043794 0.023307 -0.012735 0.051523 0.000138 0.036139 0.059885 0.018069 0.023806 -0.019514 -0.032837 -0.047131 -0.043094 -0.026685 0.028872 -0.051061 -0.002799 0.0047 -0.039551 0.030038 -0.028669 -0.049252 -0.036964 -0.024955 -0.02667 -0.000726 0.005748 0.014646 -0.018808 0.032944 -0.017733 0.019233 0.014182 0.04416 0.032748 0.085376 -0.054449 -0.016299 -0.053117 0.027674 0.029844 -0.048699 -0.032461 0.021116 0.003476 -0.015099 -0.038047 -0.013387 -0.04953 0.060022 -0.084692 0.02042 0.020478 -0.022222 0.043633 0.018973 0.020841\nှ 0.021617 0.004668 -0.044246 0.028963 0.006912 0.047231 0.008428 -0.00378 -0.00728 -0.008269 0.020627 -0.021051 0.001501 -0.008404 0.035149 -0.007322 -0.004533 -0.006113 -0.014269 -0.02197 -0.018749 -0.008166 -0.019365 0.009575 0.013594 0.024349 -0.006089 0.009856 -0.022955 -0.006037 0.021693 -0.034478 0.002068 -0.018382 0.020119 0.006183 -0.039037 0.012846 0.004247 0.011571 -0.012399 0.015216 -0.004452 -0.004998 -0.00931 -0.024214 0.030329 -0.002519 -0.003324 0.018386 0.01502 0.026007 0.033154 -0.026914 0.033876 0.001319 0.006624 0.020918 0.002197 0.0262 -0.027184 -0.024545 -0.004734 -0.012852 0.008097 0.011471 0.018097 -0.015037 0.009679 0.020013 -0.031637 -0.015901 -0.001839 0.00912 -0.035471 0.009415 -0.036063 0.025267 -0.002604 -0.007081 0.00786 -0.003422 0.007195 0.019434 -0.012064 -0.038571 -9.4e-05 0.026778 0.005891 0.000656 0.001201 -0.00629 -0.015475 -0.010838 0.012891 -0.006228 0.002191 -0.023144 -0.007093 -0.003083 -0.005212 -0.008048 -0.006538 -0.011208 0.021987 -0.006805 -0.02656 0.013121 0.040263 -0.001745 0.036937 0.022623 0.027725 -0.003211 0.014718 0.003563 -0.008556 0.000301 -0.006666 -0.045792 0.007943 0.003267 0.024837 0.024132 0.030949 -0.006611 0.002153 -0.001246 -0.003675 -0.002305 -0.022115 -0.000227 -0.008979 0.01045 -0.015848 0.018101 -0.014186 0.007943 0.009643 0.033655 -0.009823 -0.010009 0.002652 0.02539 -0.013727 -0.048918 0.023813 -0.002642 0.00653 -0.043776 0.000233 0.004044 0.021844 0.005288 0.000738 -0.003633 -0.011583 -0.015318 0.015655 -0.019858 -0.015605 -0.013294 0.004899 0.001704 -0.01518 -0.016479 0.013642 0.001849 0.000332 0.014049 -0.034321 -0.000982 -0.004279 0.024823 -0.027848 -0.013114 -0.006353 -0.009604 -0.046611 -0.012174 0.015739 -0.007849 -0.012803 -0.018414 0.002158 -0.024635 -0.005586 0.01447 -0.049824 -0.008452 -0.003965 0.02629 -0.036888 -0.036438 0.011147 0.033985 -0.021244 -0.000411 -0.002562 -0.005802 -0.04039 -0.028966 -0.003327 0.00971 0.020139 -0.009783 0.039049 0.010033 -0.002964 0.029012 -0.024822 -0.010077 0.002685 0.037882 -0.006592 0.040106 -0.021755 -0.007368 0.017088 0.010009 0.007602 0.01511 -0.001931 -0.022986 -0.019081 -0.017826 -0.00276 0.012454 -0.006666 -0.026736 -0.012186 -0.006691 -0.004789 -0.023381 -0.008841 0.003923 -0.009064 -0.024777 0.01476 0.020339 0.001968 0.032781 -0.010274 0.014074 -0.012084 2e-06 0.024094 -0.026665 0.026334 0.045956 -0.000246 -0.001211 0.005605 -0.03052 -0.037588 -0.00822 -0.002193 0.027639 -0.019978 -0.017403 0.001623 -0.01354 0.023768 -0.013733 0.003203 -0.030819 -0.022188 -0.014439 0.004317 0.006382 0.027927 -0.011861 0.006435 0.005847 0.012071 0.008265 0.016172 0.014229 0.027153 -0.019146 0.000632 0.000119 0.001304 0.010345 -0.027678 0.008153 0.005999 0.001626 -0.017754 -0.000205 0.00829 -0.033907 0.000606 -0.055583 -0.012498 0.009778 0.013633 0.004253 0.01855 0.005273\nು 0.018031 -0.002479 -0.052767 0.012937 -0.002756 0.038395 -0.000972 -0.021494 -0.00141 -0.021928 0.048237 0.000652 -0.005306 -0.021156 0.019335 0.00715 0.003727 -0.019781 -0.022735 -0.050911 -0.020713 -0.002948 0.007585 0.017283 0.002716 0.013725 -0.016311 0.000994 -0.019843 -0.039178 0.0324 -0.031699 -0.014114 -0.024697 0.007775 0.021264 -0.043278 0.030318 0.018009 0.026383 -0.045582 -0.002475 0.018517 0.011205 -0.029405 -0.026402 0.033485 -0.007527 -0.006435 -0.000569 -0.010911 0.030492 0.039577 -0.034037 0.034424 0.002267 -0.007047 0.013877 0.007178 0.02572 -0.030676 -0.037298 0.012334 -0.014223 0.013699 0.023306 0.023199 0.008876 0.02938 0.017297 -0.049058 -0.011365 0.01238 0.019525 -0.051293 0.00082 -0.025625 0.012884 -0.042978 -0.016433 0.021441 -0.019417 0.003521 0.015053 -0.040685 -0.046832 -0.00939 0.001886 -0.003145 -0.005349 -0.003127 0.016503 0.00362 -0.015783 0.014702 -0.007263 -0.012516 -0.035024 -0.008621 -0.014049 -0.018532 0.007462 7e-05 -0.009281 0.006832 -0.027878 -0.021131 0.019664 0.036905 0.008436 0.052008 0.027451 0.026623 -0.02006 0.009944 -0.011195 -0.001407 0.000493 -0.004335 -0.03081 0.025986 0.017961 0.027912 0.02739 0.036908 0.018233 -0.001946 -0.011232 -0.003 -0.02012 -0.012329 -0.002008 -0.021876 0.040402 -0.014259 0.003861 -0.02734 0.009055 0.007588 0.051384 -0.002281 -0.015008 -0.000698 0.015962 -0.022539 -0.058735 0.042681 0.015108 0.016212 -0.044194 -0.013745 0.015083 0.031667 0.005958 -0.004347 0.001915 -0.012165 -0.027438 0.004068 -0.016512 -0.033234 -0.001361 0.023763 0.01038 -0.022586 -0.010705 0.015326 -0.014204 0.014803 0.027616 -0.043251 -0.023613 -0.013986 0.041133 -0.018312 -0.026294 0.005621 0.003246 -0.043934 -0.015913 0.019969 -0.010193 -0.005496 -0.015131 0.004645 -0.011418 -0.006467 0.016577 -0.044791 -0.005122 0.018039 0.022604 -0.054252 -0.0455 0.020104 0.029353 -0.01293 0.017139 -0.003591 0.012486 -0.03184 -0.048153 0.025779 0.020116 0.024794 -0.011316 0.011478 -0.003418 0.010679 0.04204 -0.023291 -0.011305 -0.002523 0.01728 0.011504 0.054968 0.01852 -0.008798 0.010485 0.015571 0.014826 0.002049 0.004513 -0.006833 -0.022611 0.012903 -0.002758 0.021078 -0.001865 -0.017045 -0.005277 0.004734 -0.003267 -0.021313 -0.034293 -0.011062 -0.009146 -0.032353 0.025167 0.02536 -0.004201 0.027053 -0.026633 0.01623 0.002604 0.015641 0.020747 0.008462 0.046753 0.036226 -0.004496 -0.007633 0.00761 -0.033831 -0.021052 -0.008377 -0.015311 0.028938 -0.020756 -0.018377 0.000164 -0.011408 0.024899 -0.012456 -0.01002 -0.011398 -0.024775 -0.03077 -0.001739 0.020409 0.009956 -0.007368 0.002489 0.006324 0.017143 -0.013458 0.015521 0.019889 0.040362 -0.028173 -0.007022 -0.013269 0.016668 0.028789 -0.011308 -0.018568 0.029074 -0.011452 -0.030882 0.002632 0.012866 -0.04022 0.009982 -0.076596 0.009595 0.008416 0.026131 0.005801 0.007119 0.006978\nീ 0.012799 -0.002021 -0.051399 0.027091 0.016516 0.034096 0.006248 -0.008532 -0.023914 -0.008958 0.022721 0.004398 -0.006365 -0.017905 0.006864 -0.001654 0.00626 -0.017891 -0.020538 -0.03817 -0.010587 0.007468 0.020178 0.017255 0.008312 -0.002689 -0.012468 -0.000647 0.009362 -0.020028 0.004241 -0.003904 -0.017178 -0.039807 -0.002363 0.023333 -0.02925 0.035321 0.016084 0.007964 -0.013313 -0.01372 -0.003319 -0.000539 -0.039959 -0.026684 0.017698 0.007246 -0.004584 0.01872 -0.002564 0.037252 0.027641 -0.039749 0.037118 -0.008257 -0.005797 0.02822 0.012983 0.02491 -0.017731 -0.025314 -0.00863 -0.021413 0.004474 0.009271 0.024668 -0.022466 0.024629 0.012648 -0.037579 -0.005512 0.009193 0.017973 -0.049315 -0.013386 -0.0156 0.03489 -0.028211 -0.017768 0.00842 -0.017947 0.005137 0.020846 -0.039003 -0.050235 0.011155 -0.019219 -0.027219 0.000894 0.010303 0.017549 0.018449 -0.012342 0.010137 -0.000146 0.019378 -0.051739 0.0014 0.009978 -0.017113 -0.004236 0.004142 -0.040796 0.006321 -0.016373 0.004832 0.001985 0.025297 -0.009142 0.039349 0.01522 0.034754 -0.017642 0.002227 0.005223 0.014918 -0.018151 -0.017249 -0.026028 0.02503 0.001178 0.019366 0.006898 0.007739 0.011155 -0.019326 -0.01259 -0.010023 -0.02957 -0.011016 -0.001448 -0.012927 0.014144 -0.011275 0.017397 -0.034663 0.003088 0.030603 0.042801 0.006918 0.000949 0.01437 0.007697 -0.027245 -0.028393 0.025239 0.003357 0.004484 -0.042322 -0.003415 0.009127 0.025967 0.010607 0.004886 -0.007386 0.015794 -0.016802 0.016612 -0.019069 -0.015934 0.029703 0.01887 0.027727 -0.001107 -0.007428 0.031497 -0.007405 0.026367 0.023348 -0.034559 -0.036513 -0.009876 0.008595 -0.00677 -0.04165 -0.003878 -0.008865 -0.027579 0.000187 0.015158 -0.015564 0.004854 -0.002451 -0.012233 -0.022045 0.011567 0.018139 -0.050374 0.012192 0.01762 0.024356 -0.031027 -0.036653 -0.006296 0.041408 -0.016298 0.007613 -0.006708 1e-06 -0.022493 -0.031068 0.025129 0.016605 0.015222 0.030976 0.016175 -0.001706 0.005547 0.04222 -0.012412 -0.011698 -0.006254 0.018089 -0.020919 0.07128 0.022805 -0.009687 -0.006379 -0.038266 -0.001635 0.003507 -0.008 0.007144 -0.027241 -0.008786 -0.018597 0.021085 -0.005267 -0.010048 -0.016426 0.003338 0.009246 -0.029086 -0.025995 -0.019613 -0.021523 -0.029202 0.012084 0.021634 0.010654 0.024741 -0.031449 0.012961 -0.011084 -0.0102 0.037653 -0.005518 0.032064 0.068079 0.027199 -0.012696 -0.002988 -0.045827 -0.029593 -0.020889 0.015979 0.010904 -0.021918 -0.006899 -0.00321 -0.009954 0.034121 -0.021394 -0.013076 -0.015013 -0.021078 -0.026359 -0.001807 -0.020989 0.017809 0.012739 -0.009448 0.01666 0.005647 0.006428 -0.014279 0.004792 0.027136 -0.041437 0.002673 -0.006156 0.017658 0.014391 -0.007385 0.015398 0.00931 -0.003559 -0.029641 -0.002973 0.002354 -0.032299 0.004415 -0.032379 -6.8e-05 -0.012472 -0.004868 0.03939 0.006749 -0.006454\nৃ 0.072675 0.002094 -0.102359 0.024893 0.01384 0.045021 -0.00187 0.009127 -0.042538 -0.064001 0.065005 0.02222 -0.013182 -0.027295 0.049583 -0.012218 0.010803 -0.042131 -0.020027 -0.062086 -0.025499 0.012246 0.014491 0.019187 0.000414 0.013934 -0.019192 -0.033666 -0.033783 -0.073825 0.036062 -0.040048 -0.063129 -0.092561 0.032033 0.018433 -0.046074 0.06719 -0.014733 0.038257 -0.046244 0.024975 0.000282 -0.001737 -0.053108 -0.031984 0.062476 0.005377 -0.014847 0.040376 0.006074 0.08614 0.065958 -0.047467 0.068581 0.024817 0.017001 0.028246 -0.030084 0.052719 -0.049225 -0.049661 -0.006129 -0.04997 0.033776 0.046901 0.076892 -0.02757 0.053322 0.035571 -0.070253 -0.010928 0.056111 0.040563 -0.075519 0.023216 -0.039488 0.046789 -0.040103 -0.008407 0.0133 -0.005292 0.002848 0.018733 -0.01467 -0.071715 0.034619 -0.035908 -0.030649 -0.004427 -0.01273 0.031722 0.018476 -0.006437 0.022005 -0.004893 0.008685 -0.068122 -0.020071 -0.005135 -0.043772 0.001883 -6e-05 -0.072127 0.018317 0.009518 -0.017095 0.000947 0.06422 -9e-05 0.084478 0.040283 0.058951 -0.044203 0.008816 0.006617 -0.028806 0.01346 -0.011518 -0.086997 0.032897 -0.006654 0.074143 0.023052 0.046651 0.017234 -0.029422 -0.020863 -0.033961 -0.01383 -0.020872 0.000774 -0.028711 0.06507 -0.052584 0.021359 -0.052646 -0.004106 0.01711 0.069595 -0.008427 -0.004188 0.04301 0.044752 -0.050449 -0.078242 0.087426 0.023222 0.016052 -0.071978 0.01412 0.016235 0.05308 0.050777 0.021151 -0.005746 -0.003392 -0.05068 0.008092 -0.046747 -0.026642 0.04397 0.039207 0.025689 -0.015304 -0.013941 0.027024 -0.017524 0.039823 0.035404 -0.0493 -0.031807 -0.012041 0.076536 -0.034231 -0.053724 -0.033483 -0.019737 -0.058197 -0.047039 0.046708 -0.040162 0.008996 -0.031519 -0.012089 -0.029688 0.003854 0.053723 -0.104759 0.014791 0.03577 0.036274 -0.039196 -0.069587 -0.003939 0.09033 -0.039529 0.02751 -0.008172 0.012637 -0.053692 -0.056255 0.029624 0.054074 0.022521 0.029958 0.023176 -0.038483 -0.002613 0.078936 -0.034753 0.010333 -0.026151 0.022592 0.006195 0.12339 0.001491 -0.045025 0.016517 -0.004301 -0.017928 -0.018193 -0.018464 0.035836 -0.052601 -0.007886 0.00635 0.046475 -0.023085 -0.027113 -0.010858 -0.018094 -0.022809 -0.020704 -0.077549 -0.019578 -0.031303 -0.06953 0.042809 0.037487 0.006529 0.04836 -0.049689 0.013167 0.032418 -0.010265 0.075003 -0.001786 0.061153 0.091358 0.044075 0.00441 0.013468 -0.064937 -0.070876 -0.063268 -0.011402 0.050961 -0.039074 -0.048174 0.003909 -0.032204 0.049988 -0.076873 -0.04839 -0.034376 -0.072313 -0.036486 0.013438 -0.00404 0.023442 -0.001571 0.005418 -0.022882 0.020408 0.009639 -0.015474 0.021242 0.053086 -0.113083 0.003941 -0.030772 0.012879 0.025802 -0.052225 0.024781 0.017424 -0.004451 -0.030541 -0.015165 0.00465 -0.066434 0.030766 -0.119096 0.001904 -0.002452 0.030645 0.034464 0.031918 0.011825\nโ 0.02401 0.00032 -0.038694 0.019531 0.012323 0.03112 0.005442 0.002843 -0.026189 -0.032114 0.020586 0.003105 -0.002356 -0.019084 0.026763 0.000937 0.007236 -0.020506 -0.01209 -0.040263 -0.012688 0.003412 0.003039 0.009979 -0.000348 0.013653 -0.014222 -0.007188 -0.012572 -0.028856 0.014874 -0.023722 -0.019563 -0.033894 -0.000254 0.017535 -0.031214 0.030906 0.009876 0.01592 -0.033878 0.009079 0.003465 -0.008645 -0.025069 -0.025222 0.030467 0.003357 0.000865 0.00983 0.004801 0.045096 0.027525 -0.029568 0.03315 0.001425 -0.003716 0.021789 -0.013095 0.018643 -0.023558 -0.030356 -0.001446 -0.013126 0.010071 0.01454 0.028352 -0.014602 0.04099 0.012101 -0.045235 -0.006734 0.021454 0.012336 -0.04978 0.011589 -0.027322 0.020875 -0.03098 -0.010711 0.013393 -0.003416 0.004503 0.011312 -0.017041 -0.040352 -0.000736 -0.002415 -0.019029 -0.002135 -0.009976 0.021474 0.01242 -0.0158 0.014385 -0.004556 0.003533 -0.032009 0.006283 -0.000657 -0.018628 0.007619 -0.000755 -0.022684 0.018298 -0.001027 -0.009461 0.006903 0.027409 -0.003353 0.046931 0.014058 0.023798 -0.01159 0.007506 -0.00072 -0.004726 0.001046 -0.006305 -0.037394 0.019322 0.007489 0.032531 0.024 0.033327 0.00749 -0.01792 -0.014209 -0.007879 -0.013748 -0.011514 -0.00575 -0.015726 0.026785 -0.016027 0.009071 -0.030121 -0.004767 0.006265 0.041222 0.004319 -0.007266 0.002429 0.023212 -0.035087 -0.041188 0.040657 0.007008 0.001954 -0.038937 0.005985 0.006799 0.032687 0.025263 0.004537 0.009499 0.004248 -0.027975 0.012632 -0.020986 -0.011836 0.012913 0.020652 0.009459 -0.011524 -0.011763 0.018828 -0.014226 0.02062 0.011676 -0.018289 -0.017832 -0.005998 0.025676 -0.019498 -0.020923 -0.004692 -0.003578 -0.039398 -0.019834 0.035577 -0.012199 0.014255 -0.012252 -0.008701 -0.010346 0.004916 0.02028 -0.045034 0.001155 0.009252 0.02595 -0.034696 -0.029595 0.011338 0.031938 -0.017322 0.006487 -0.001237 -0.001556 -0.031905 -0.02861 0.015952 0.025108 0.023951 0.016878 0.006771 -0.006114 -0.0041 0.028057 -0.019198 0.002141 -0.004897 0.013386 0.003521 0.054651 0.00218 -0.024502 0.007163 -0.001289 -0.002016 0.010442 0.002464 0.007446 -0.024986 0.001507 0.001494 0.013727 -0.001073 -0.02657 -0.008624 -0.001785 -0.002374 -0.021098 -0.031207 -0.004771 -0.010512 -0.030297 0.025565 0.024742 0.005576 0.028134 -0.025712 0.012811 0.001487 -0.004683 0.033924 -0.002905 0.034769 0.049326 0.019869 0.00729 -0.008018 -0.038672 -0.023618 -0.019928 -0.002298 0.026607 -0.022775 -0.016461 0.009582 -0.011678 0.026354 -0.023885 -0.021254 -0.024527 -0.031534 -0.011982 0.002688 -0.001838 0.018499 0.001305 0.011016 0.000838 0.013244 0.000975 0.000182 0.015857 0.038204 -0.043872 0.000842 -0.006802 0.013276 0.017408 -0.016607 -0.007083 0.023995 -0.008132 -0.018275 -0.010888 0.009377 -0.038359 0.009433 -0.058239 -0.009615 0.012054 0.009858 0.01749 0.021376 -0.001121\nц 0.036719 0.00602 -0.049305 0.020228 0.014694 0.03348 0.005154 -0.000498 -0.017058 -0.029521 0.041411 0.012452 -0.012322 -0.027952 0.036393 -0.01157 0.007254 -0.024006 -0.013473 -0.044763 -0.013332 0.002291 0.006353 0.014478 0.005584 0.022617 -0.008343 -0.013624 -0.01816 -0.02752 0.019524 -0.034969 -0.017359 -0.039283 0.011678 0.017007 -0.042248 0.041819 0.004783 0.02007 -0.032089 0.013456 0.003398 0.001919 -0.029031 -0.023208 0.03574 -0.001355 -0.002496 0.018136 0.012913 0.052495 0.033761 -0.035069 0.040796 0.012015 -0.001976 0.021569 -0.009162 0.026912 -0.031687 -0.027426 -0.008143 -0.018132 0.014503 0.020769 0.033342 -0.015452 0.02877 0.018146 -0.052218 -0.006606 0.02219 0.015866 -0.052411 0.000678 -0.034819 0.029028 -0.028137 -0.011645 0.013688 -0.000707 -8e-06 0.022086 -0.022671 -0.052669 0.004052 0.003103 -0.025571 -0.002701 -0.008799 0.024772 0.005019 -0.015539 0.014848 -0.007956 0.003066 -0.03729 -0.004138 -0.005544 -0.017546 -0.001081 -0.002561 -0.030226 0.017614 0.001154 -0.015136 0.011677 0.037592 -0.003148 0.047986 0.023891 0.022538 -0.011375 0.014466 0.006437 -0.011508 0.000502 -0.013717 -0.039838 0.021653 0.005838 0.040577 0.027183 0.031541 0.006904 -0.008253 -0.024046 -0.011064 -0.020066 -0.017728 -0.003308 -0.012861 0.02752 -0.023243 0.013791 -0.023444 0.008587 0.008982 0.04245 -0.004903 -0.014836 0.013044 0.029736 -0.034843 -0.052145 0.043374 0.008159 0.004648 -0.041648 0.003408 0.004056 0.033095 0.026641 -0.007487 0.001942 -0.001307 -0.024668 0.01695 -0.017865 -0.018931 0.017294 0.017655 0.018404 -0.019944 -0.008263 0.025194 -0.02296 0.015578 0.021546 -0.025513 -0.026084 -0.011732 0.036289 -0.017564 -0.027002 -0.008764 -0.00623 -0.039186 -0.025888 0.034978 -0.010058 0.004422 -0.010243 -0.009124 -0.018903 0.003262 0.019359 -0.059926 0.007353 0.023986 0.027408 -0.030172 -0.038312 0.008323 0.039747 -0.012525 0.018359 0.005662 0.006871 -0.041535 -0.03436 0.012674 0.02761 0.015686 0.017183 0.009146 -0.014308 0.002294 0.037983 -0.025693 -0.004846 -0.007491 0.017506 -0.003408 0.068975 0.002994 -0.02551 0.006662 -0.006573 -0.008616 0.010107 -0.010179 0.005777 -0.017541 -0.008072 -0.001298 0.020611 -0.01076 -0.026162 -0.008006 0.001841 -0.004446 -0.030042 -0.040159 -0.004123 -0.004604 -0.039245 0.029452 0.025446 0.005202 0.022854 -0.02159 0.01512 0.00845 -0.0094 0.048095 -0.006231 0.041386 0.051875 0.029683 0.005465 0.005425 -0.044622 -0.040647 -0.020557 -0.004601 0.023572 -0.029834 -0.009938 0.004474 -0.007935 0.026956 -0.028126 -0.025472 -0.020616 -0.031168 -0.021364 0.007833 -0.000422 0.011272 -0.005265 0.007059 -0.005207 0.011745 0.007538 0.002941 0.010923 0.040604 -0.048545 -0.003571 -0.021365 0.014488 0.013112 -0.020228 -0.000258 0.017128 -0.013788 -0.020081 -0.016927 0.006908 -0.041452 0.008131 -0.065183 -0.010879 0.011306 0.014806 0.019613 0.018063 0.003509\nň 0.026926 -0.005053 -0.036236 0.026434 0.009699 0.047259 0.005464 -0.008713 -0.02621 -0.031581 0.053331 0.014343 0.005229 -0.034523 0.019425 -0.005748 0.002697 -0.033522 0.000277 -0.036505 -0.008186 -0.015819 -0.001281 0.004445 0.000782 0.041763 0.020468 -0.000473 -0.012468 -0.021358 0.029324 -0.031617 -0.006621 -0.020121 0.007857 0.025205 -0.03161 0.028047 0.017399 0.009992 -0.022165 0.012969 -0.001073 -0.002965 -0.015533 -0.01993 0.029719 0.006986 -0.003371 0.020933 -0.00383 0.043907 0.034358 -0.053 0.032532 0.001532 0.012411 0.010736 0.002737 0.019127 -0.007512 -0.035433 -0.006764 -0.014342 0.011921 0.002688 0.016456 -0.014388 0.033684 0.011589 -0.042362 -0.015578 0.016984 0.008387 -0.046998 0.005679 -0.02926 0.02332 -0.01888 -0.023955 0.019495 -0.007421 0.008831 0.028803 -0.029802 -0.04396 -0.01155 -0.004493 -0.021443 -0.002526 -0.00349 0.027634 -0.001521 -0.01484 0.012743 -0.00994 -0.012315 -0.039324 -0.005286 0.000907 0.008763 -0.01251 0.007487 0.001951 -0.000751 -0.010805 0.00845 -0.000165 0.026209 0.006603 0.033979 0.010712 0.014947 -0.000976 0.019046 -0.000952 0.004037 -0.008665 -0.019001 -0.0267 0.020883 0.004027 0.033848 0.024926 0.033499 -0.000151 -0.000841 -0.022175 0.003513 -0.011456 -0.03226 0.011158 -0.00648 0.024295 -0.021969 0.012133 0.000628 -0.00356 -0.002984 0.051746 -0.015279 0.004496 0.014676 0.013635 -0.0284 -0.046427 0.039077 0.013373 -0.003804 -0.034276 0.008862 0.009514 0.003204 0.024148 0.009555 0.009799 -0.016986 -0.027203 0.010091 -0.017617 -0.015129 0.020565 0.011553 0.01183 -0.006399 0.011896 0.019898 -0.022327 0.014069 0.013004 -0.027434 -0.024981 -0.004668 0.02245 -0.022245 -0.025741 -0.007014 0.002864 -0.012155 -0.01454 0.027274 0.006316 -0.004395 -0.002222 -0.002633 -0.024878 0.022603 0.028039 -0.053043 0.002788 0.006095 0.023766 -0.016935 -0.0316 -0.008821 0.016412 -0.005326 0.023521 0.00941 -0.00668 -0.036753 -0.016179 0.006777 0.016644 0.014035 0.01573 0.011621 -0.00495 -0.01467 0.01551 -0.029715 -0.001155 0.00232 0.016339 -0.017545 0.057096 -2.3e-05 -0.04031 0.005778 0.024982 0.002051 -0.001468 -0.008942 -0.002888 -0.022689 -0.001379 0.01374 0.011466 -0.004844 0.002264 0.009063 -0.000161 0.006431 -0.034888 -0.044387 0.00606 0.009963 -0.032306 0.026898 0.025835 0.008908 0.022495 -0.016388 0.015536 0.001197 -0.006917 0.047333 0.003523 0.019522 0.036886 0.001949 0.010419 0.00263 -0.031395 -0.02195 -0.027253 -0.016336 0.009798 -0.027668 -0.0401 0.012422 -0.0027 0.026899 -0.003323 -0.023813 -0.01093 -0.003704 -0.015304 0.005219 -0.005845 0.006413 -0.000408 0.013244 -0.009828 0.018181 -0.007999 0.005981 0.022304 0.032884 -0.040084 0.001401 -0.026727 0.006805 0.010777 -0.043025 -0.012973 -0.0005 -0.003845 -0.02896 -0.017555 0.014314 -0.03344 0.01775 -0.035999 -0.028428 0.013017 -0.003452 0.018957 0.02765 -0.004035\nọ 0.039717 -0.003456 -0.059378 0.02787 0.020602 0.03245 0.025465 -0.029533 -0.016638 -0.033622 0.034833 -0.009436 -0.011346 -0.002301 0.008505 0.006299 0.021821 -0.040974 -0.002309 -0.060648 -0.023256 0.02218 -0.008028 0.032234 -0.014544 0.015718 -0.008608 0.00413 0.01464 -0.00922 -0.007466 -0.041118 0.024975 -0.00138 0.047839 -0.008353 -0.030815 0.035735 -0.032662 0.066166 -0.012974 -0.007088 -0.026883 0.005491 -0.029494 -0.034604 0.043322 0.006365 0.01248 0.01578 0.020646 0.043234 0.049968 -0.021424 0.079074 0.023339 -0.02487 0.043704 0.000878 0.020094 -0.024343 -0.035932 0.010538 0.000913 0.022473 0.007803 0.039266 -0.008081 0.034988 0.03091 -0.027222 -0.000997 0.032663 0.021909 -0.048851 0.008707 0.018317 0.041833 -0.015521 -0.017238 0.018473 0.008237 0.032559 0.043671 -0.036355 -0.058474 -0.023482 -0.025418 0.001854 -0.030214 -0.004157 0.039731 -0.017481 -0.037939 -0.013162 -0.007952 0.011105 -0.006654 -0.017414 -0.011688 -0.02316 0.018919 -0.01151 -0.011628 0.035213 -0.022624 -0.020402 0.011622 0.063844 0.003701 0.023566 0.023067 0.003511 -0.005979 0.019113 -0.005801 -0.034519 -0.002186 -0.022605 -0.031447 0.024575 -0.035183 0.039523 0.042694 0.01339 0.026219 -0.001273 -0.016547 -0.029427 -0.006465 -0.011362 -0.008439 -0.051885 0.010884 0.017342 0.013218 -0.021535 0.017075 0.018983 0.028452 -0.00198 -0.008382 0.044912 0.030484 -0.052464 -0.015164 0.046775 0.002309 -0.010259 -0.055192 -0.011166 -0.012873 0.03873 0.01703 0.003844 0.008774 0.026522 -0.02626 -0.011978 -0.037302 -0.005538 0.020707 0.002502 -0.006549 -0.026785 -0.001603 0.009669 -0.015379 0.032779 0.017084 -0.043837 -0.039734 -0.020554 0.007328 -0.035818 -0.010869 0.009074 0.011492 0.000434 -0.026576 0.049324 0.006921 -0.005422 -0.00985 -0.004047 -0.002255 -0.005894 0.002464 -0.065581 -0.041081 0.041613 0.01592 -0.009439 -0.00648 -0.028981 0.034148 0.00582 0.003824 0.020002 0.003513 -0.061317 -0.021137 -0.005 0.023634 0.044388 0.002574 0.005518 -0.011844 -0.017145 0.027027 -0.041531 -0.009143 0.035109 0.011281 0.019203 0.033761 0.020983 -0.021469 0.02155 0.018578 0.0178 0.029313 0.013345 -0.02253 -0.016602 -0.02405 0.053435 0.005239 -0.019127 -0.019538 0.014351 -0.025075 -0.047654 -0.044812 -0.03855 0.002462 0.004816 -0.060654 0.017004 2.4e-05 -0.017191 0.057348 0.002663 0.009506 -0.000623 -0.025955 0.040606 0.007705 0.046391 0.043321 0.013335 0.00328 0.018683 -0.062534 -0.03867 -0.016814 -0.011682 0.03626 -0.01931 -0.032173 0.028977 0.004803 0.00719 -0.017166 -0.045322 -0.036123 -0.024278 0.029293 -0.005953 -0.011422 0.030591 0.010143 0.017181 0.000217 0.025433 -0.021252 0.005072 0.05678 0.023231 -0.041476 -0.008216 0.004328 -0.023073 0.005612 -0.048946 -0.002302 -0.007504 0.005211 -0.054708 -0.000431 0.020385 -0.034838 0.015303 -0.050425 -0.020813 0.032434 -0.009714 -0.028426 0.057197 -0.00623\nᕐ -0.004638 0.03758 -0.035773 0.012455 0.011346 0.031645 -0.014248 0.007554 -0.018376 -0.00171 0.031897 -0.012827 -0.011585 -0.029813 -0.000147 -0.015473 -0.021867 0.016442 -0.010966 -0.002228 -0.003688 -0.020432 -0.031523 -0.002925 0.003666 -0.009865 -0.013915 -0.012369 -0.025606 -0.025251 0.022783 -0.036911 -0.006832 -0.022484 0.01507 0.030518 -0.029648 -0.004156 0.0038 0.010444 -0.031157 -0.023766 0.01714 -0.009333 -0.011708 0.009465 0.009672 0.016883 0.023718 -0.00456 0.013766 0.009089 0.024925 -0.004428 0.004327 0.009318 0.005301 0.010026 -0.002217 -0.019673 0.024439 -0.015177 -0.016811 -0.006314 -0.01154 -0.004715 0.049662 0.013237 0.004511 -0.01052 -0.040868 -6e-06 0.005439 0.011954 -0.03541 -0.008944 -0.007829 0.008259 -0.031423 0.012734 0.022624 0.028727 0.02458 0.001183 -0.026956 -0.025088 0.01164 -0.010639 0.005748 0.014193 -0.020059 0.016572 0.00695 0.001248 0.021096 -0.005741 -0.001549 -0.005819 0.016478 0.038897 -0.019211 0.001853 0.0127 -0.023836 0.025103 0.022629 -0.024095 0.01195 0.007826 0.001577 0.010506 0.046261 0.030139 0.004835 0.027838 0.005101 0.014688 0.003769 -0.002077 -0.006124 0.016099 -0.00243 0.035086 0.013041 -0.009341 0.007837 0.00152 -0.002017 -0.013693 -0.018479 -0.030552 0.00859 -0.003808 0.035809 0.022234 -0.014099 -0.001853 -0.007851 -0.0091 0.037377 -0.013388 -0.012464 0.039391 0.007633 -0.041335 -0.026647 0.035678 0.043875 0.03483 -0.071084 0.02743 -0.005521 0.032451 -0.013109 -0.008004 0.007822 0.014713 -0.030097 -0.027315 0.006296 -0.041507 -0.009034 0.015551 -0.006117 -0.029512 -0.002283 0.001767 -0.002105 -0.008706 0.001069 -0.027017 -0.020376 -0.008026 -0.003809 0.002872 -0.024603 0.007928 -0.033713 -0.003275 -0.012002 0.008315 -0.025358 -0.017657 0.00348 -0.004025 -0.003974 -0.008726 -0.004587 0.011012 -0.014743 0.004022 0.021151 -0.010084 -0.03697 0.010307 0.033857 -0.009322 0.002617 0.022062 0.011451 -0.038356 -0.004265 0.020652 0.027101 -0.017235 -0.015415 0.007246 -0.013892 -0.015137 0.006995 0.005772 -0.030436 0.015053 -0.008144 0.00581 0.024228 0.022117 -0.025481 0.018503 0.019978 -0.003844 -0.001695 -0.010557 0.008142 0.001165 0.008647 -0.01456 0.014853 -0.00824 -0.023134 0.023487 0.017874 -0.001553 0.016982 -0.049153 0.005777 -0.026334 -0.02916 0.014157 0.02685 -0.009805 0.010121 0.004271 0.014002 -0.00324 -0.017657 0.03511 -0.011472 0.008401 0.03759 0.013739 -0.014797 -0.005121 -0.035971 -0.017031 -0.065084 -0.007072 0.003705 -0.033653 -0.023077 0.009101 -0.003863 -0.00992 -0.023671 -0.007287 0.014666 -0.01364 -0.010092 -0.005529 0.000337 0.02108 -0.015034 0.03615 0.016007 -0.004884 0.006147 0.019746 0.0045 0.009109 -0.020331 -0.001557 -0.008875 -0.005765 -0.004755 -0.008353 -0.022696 0.019242 0.011889 -0.033361 0.029413 0.004333 -0.03989 0.00421 -0.045473 0.003291 0.01053 -0.022769 0.000358 0.026558 0.003399\nዕ 0.004235 -0.004154 -0.019353 0.039353 0.022313 0.036745 0.010367 -0.027364 -0.027953 -0.020774 0.004115 -0.001095 0.000645 -0.038837 0.016606 0.018714 0.018556 -0.003363 -0.012602 -0.008314 0.000177 0.022383 0.003586 0.022252 -0.005299 0.02224 0.000743 -0.001116 -0.031714 0.041214 0.011123 -0.039459 -0.038885 -0.001149 0.026293 0.014778 -0.067991 0.050875 0.000436 0.009041 0.033989 -0.011734 0.000788 0.049362 -0.012576 0.033078 0.014994 -0.013068 0.012519 0.028921 0.042351 0.032855 0.003038 -0.044096 0.018053 0.011929 0.021058 -0.024105 0.002811 0.026489 0.044688 -0.046841 0.030325 -0.014131 -0.003083 0.041856 0.032719 0.011977 0.012508 0.022637 -0.016922 -0.02998 0.029482 0.014244 -0.036992 0.001157 -0.05375 0.028169 -0.022237 0.006648 -0.003381 -0.028836 -0.032447 0.005477 -0.020155 -0.068604 -0.03453 0.018354 0.003623 -0.02049 -0.031903 0.071465 -0.024043 0.019921 0.027037 -0.052574 -0.025089 -0.012727 0.003672 0.010623 -0.016008 -0.007851 0.022988 -0.039023 -0.010817 -0.021468 -0.019957 0.024828 0.019308 -0.030253 0.045246 0.027657 0.034439 0.018847 3.5e-05 0.00244 -0.002019 0.022844 -0.007574 -0.029668 0.063209 -0.010669 0.037246 0.048145 0.036606 -0.007987 0.042983 -0.023694 -0.028519 -0.028531 -0.006267 -0.004973 0.031685 0.047065 -0.032605 -0.010036 -0.004918 0.004365 0.023469 0.030629 -0.028329 -0.008675 -0.000249 0.01339 -0.051742 -0.035718 0.027901 -0.020851 -0.007209 -0.020785 0.002887 -0.006925 0.010212 0.011289 0.017391 -0.026301 -0.005973 -0.022343 -0.004232 -0.011482 -0.006105 -0.00915 0.022217 -0.001001 -0.046781 -0.022 0.040536 0.003647 0.014054 -0.028583 -0.044558 0.025899 0.001432 0.011322 -0.001379 -0.003059 0.007006 0.005862 -0.017225 -0.054223 0.016638 0.005141 0.013851 0.02475 0.029633 -0.01696 -0.018591 0.014434 -0.033726 0.037476 -0.039274 0.040548 -0.038251 0.011563 -0.019574 0.034519 0.001999 -0.000766 0.042039 0.004664 -0.019265 -0.003561 0.022721 0.050488 -0.021626 0.000183 0.027959 -0.042807 0.005479 0.046037 0.003438 -0.00299 -0.003751 0.012693 -0.017544 0.076661 -0.02977 -0.014341 0.008158 -0.018718 0.016598 0.023454 -0.010891 0.006807 -0.032093 0.02154 -0.001305 -0.041388 -0.001303 -0.01446 0.018002 0.009893 -0.00221 -0.034775 -0.040622 -0.019762 -0.063338 0.015009 -0.016708 0.048397 0.036336 0.031804 -0.026081 0.01174 -0.006542 -0.006461 -0.002362 0.026139 -0.021021 0.044022 0.047515 -0.010828 -0.011869 -0.006616 -0.030287 -0.025921 -0.003946 0.007035 -0.028918 -0.020999 -0.006242 0.015892 0.004961 -0.03592 -0.03164 -0.011384 0.014183 -0.018484 -0.007421 -0.002352 0.043887 0.018495 0.005637 -0.002812 0.012267 0.025212 0.010487 0.037805 0.00919 -0.032334 -0.01008 -0.032918 0.012715 0.039994 -0.038311 -0.02459 0.019295 -0.003679 -0.009968 -0.041606 0.009792 0.015872 -0.015139 -0.038505 0.012001 -0.013004 0.005539 0.008358 0.000567 0.000692\nכ 0.032541 0.005341 -0.057185 0.027816 0.013342 0.045804 0.00585 -0.005388 -0.023901 -0.035288 0.037463 0.019323 -0.011028 -0.034591 0.033162 -0.005927 0.006707 -0.029028 -0.014971 -0.052855 -0.018333 0.001018 0.004248 0.022313 0.005683 0.024053 -0.006511 -0.007518 -0.017447 -0.026703 0.022806 -0.034653 -0.02704 -0.048619 0.010396 0.019041 -0.045918 0.042168 0.013537 0.02649 -0.034145 0.006133 -0.001226 0.004111 -0.034181 -0.027293 0.044295 -0.004158 0.000944 0.018958 0.010122 0.061053 0.039707 -0.041753 0.051689 0.005908 -0.003716 0.027037 -0.012753 0.030696 -0.030923 -0.031077 -0.008982 -0.020019 0.015541 0.024189 0.04449 -0.014491 0.039551 0.016894 -0.052208 -0.009595 0.025111 0.019564 -0.054916 0.004148 -0.032451 0.027213 -0.029426 -0.020102 0.01302 0.000472 -0.002752 0.018942 -0.025111 -0.062187 0.001976 -0.005075 -0.023465 -0.008624 -0.006395 0.029398 0.004704 -0.01837 0.013142 -0.011689 0.002774 -0.040839 -0.003194 -0.005981 -0.019293 -0.001381 0.000203 -0.032005 0.019504 -0.00941 -0.016227 0.012583 0.043156 -0.001484 0.046609 0.022858 0.02402 -0.016403 0.008597 0.003347 -0.01575 0.001847 -0.014804 -0.045243 0.026016 -0.003749 0.047687 0.024979 0.037972 0.012024 -0.015826 -0.017228 -0.021359 -0.023649 -0.018684 0.001609 -0.022152 0.03319 -0.023185 0.020713 -0.026369 0.007718 0.007346 0.048093 -0.001059 -0.007958 0.018381 0.030412 -0.039575 -0.052763 0.052821 0.009036 -0.002742 -0.046637 0.005124 0.012885 0.036164 0.035852 -0.003088 0.00581 -0.000692 -0.026663 0.015997 -0.024094 -0.024211 0.016112 0.025595 0.013967 -0.013779 -0.013572 0.023649 -0.030755 0.021843 0.029988 -0.033817 -0.027425 -0.014647 0.04063 -0.023321 -0.033279 -0.010736 -0.010021 -0.040411 -0.023207 0.040674 -0.006666 0.00641 -0.009066 -0.005851 -0.021518 0.005304 0.022599 -0.066709 0.003371 0.01601 0.033905 -0.039682 -0.043441 0.00329 0.046602 -0.021777 0.014757 0.005181 -0.000649 -0.04394 -0.03912 0.015443 0.030829 0.02828 0.017217 0.012951 -0.010191 -0.015592 0.046992 -0.028323 -0.003246 -0.007331 0.019258 -0.002804 0.075105 0.002317 -0.023615 0.006224 0.000766 -0.004334 0.015534 -0.013307 0.00806 -0.029003 0.000514 0.001399 0.01568 -0.011576 -0.02134 -0.000666 0.000645 -0.003819 -0.033665 -0.041771 -0.003422 -0.019932 -0.033592 0.031641 0.028628 0.009511 0.03085 -0.022933 0.010473 0.006792 -0.015673 0.044889 -0.004525 0.041276 0.060873 0.031021 0.012042 0.004267 -0.051825 -0.036324 -0.022252 -0.005924 0.019716 -0.027689 -0.016289 0.007116 -0.00856 0.036732 -0.026362 -0.040561 -0.018136 -0.035603 -0.016882 0.006822 -0.002526 0.024955 -0.002559 0.012975 -0.003366 0.013455 -0.000613 0.002641 0.020633 0.052551 -0.054369 -0.003184 -0.024694 0.017368 0.016359 -0.022716 0.000943 0.020717 -0.010166 -0.022343 -0.021251 0.012584 -0.045012 0.012958 -0.074603 -0.006275 0.01078 0.018284 0.015872 0.026875 0.00232\n^ 0.009355 0.533304 -0.072241 -0.52444 0.041174 0.841299 1.375446 -1.440336 -0.334047 0.808364 -0.23313 0.035588 -0.467548 -0.116328 2.643653 -1.0104 0.342101 -0.010013 -0.627481 -1.903497 0.691695 0.034875 -0.864742 0.533805 0.124851 -0.188109 0.91421 1.152144 1.122993 1.461176 0.138389 -1.303193 0.348297 -0.693675 -0.645481 0.396919 -0.94494 0.560559 0.546181 0.106174 -1.673451 -0.143435 0.430903 0.94892 1.683334 -0.939841 -0.827569 0.641472 0.144139 -1.170996 -0.27335 0.825744 0.481193 -0.357905 0.998834 0.530528 0.423611 -0.369039 0.006744 -0.002813 -0.618743 0.760981 -0.530095 0.814587 0.491075 -0.507513 0.341575 -0.458301 -0.809833 -0.88996 -1.12861 0.844776 0.390885 0.176426 0.010276 -0.743411 -0.453729 -0.406224 1.911726 0.228374 -0.501618 0.129725 0.627419 -0.486811 -0.329735 0.36698 -0.991383 -0.541018 1.204869 1.284094 -0.167225 0.605872 -0.070378 0.263791 -0.515737 -1.181678 1.070504 -1.159424 -0.454823 -0.36315 -0.763382 -0.92352 -0.955877 -0.11896 0.959642 -0.397842 0.970294 0.095501 -1.244658 -0.480728 0.826551 -1.041275 0.498181 0.527304 1.09483 -0.444835 -0.253151 0.254077 0.35109 0.121591 0.622868 0.316285 0.16925 0.952265 0.223019 -1.356343 0.580349 1.378463 0.724911 -0.145251 1.208489 -0.309874 0.697969 -0.224508 -0.684759 -1.219541 -0.089452 -0.38905 -1.32026 -0.599193 -0.871818 -1.04779 0.511181 0.392301 -0.312635 -0.808105 0.24639 -1.100415 0.832977 -0.851886 0.033367 0.547111 0.480743 0.244408 -1.53175 0.314418 -0.581958 0.159924 0.397785 0.715058 -0.914166 0.945465 1.118043 0.582649 1.08799 0.19129 -0.329632 -0.211439 1.317983 0.146843 0.919808 0.00976 -1.591238 -0.769621 1.433323 0.978331 -1.155791 -0.844614 0.499461 0.822044 1.202073 0.098555 -0.043593 0.037605 -0.881232 -0.326013 0.402462 1.738744 -1.926186 -0.188476 0.953048 -0.348258 0.952384 -1.287966 0.158832 -0.782095 0.313691 1.414667 -0.183374 -0.845932 -0.120386 1.185471 0.886995 -0.105806 0.945909 0.68494 -0.533247 -0.111899 -0.297453 -0.856938 -0.069468 -1.007913 -0.042189 -0.557623 -1.144286 0.092226 -0.849349 -1.338614 -0.246884 0.043033 -0.805325 1.572168 0.709727 0.256719 -1.815776 0.054972 -1.25962 0.092424 0.67772 -1.017093 -0.075257 0.025677 0.112459 0.480395 1.081763 0.676703 -0.004517 -0.44139 -0.465705 1.339733 0.455571 -0.858729 -0.788359 -0.202916 1.1686 -0.358894 0.160604 -1.203695 0.794934 0.352029 0.670193 0.766848 -0.288747 -0.468233 0.526213 0.077549 0.074033 -1.320634 -2.177458 0.748276 0.948869 0.20082 -0.408161 1.218086 -0.658648 -0.85459 0.414077 -0.869853 0.045842 0.634898 0.352374 0.107746 -0.68411 -0.125047 -0.611726 -1.67762 2.199276 0.490278 0.474402 1.174492 -0.115761 0.859568 1.38908 0.289233 0.92777 -1.149437 -0.296551 -0.954333 0.189353 -0.297731 -0.084381 0.594894 -0.420266 -1.006445 0.021375 0.544137 -0.217469 -0.099083 -0.52477 -0.437995\n៧ 0.020523 0.006226 -0.009492 -0.009832 -0.000375 0.014796 -0.019711 -0.070689 0.002352 -0.027601 0.05256 -0.006791 -0.005883 0.011908 0.013883 -0.001352 0.007838 -0.000313 0.011501 -0.039386 0.022424 0.01283 -0.006143 0.011736 -0.010442 0.029014 -0.02614 -0.0128 -0.019326 -0.023936 0.011594 -0.015022 0.005319 -0.012202 -0.014453 -0.039219 0.033522 0.01445 0.02111 -0.006856 -0.019802 -0.009162 0.015256 0.003757 0.000188 -0.009174 0.072447 -0.005907 0.007272 -0.006855 0.020396 -0.02089 0.006412 0.015563 0.02292 0.028843 -0.009217 -0.008726 0.025193 0.011906 -0.029084 0.018167 0.00978 -0.006075 -0.011711 -0.011312 0.004897 0.002872 -0.000226 -0.003856 -0.018252 -0.010267 0.00238 0.026577 -0.015541 -0.016452 0.000633 -0.040965 0.017289 0.003902 0.021866 -0.032347 -0.046364 -0.016181 -0.002413 0.018662 0.018434 0.002105 0.018353 -0.003693 0.00439 -0.032156 -0.018025 0.008637 0.009552 0.00749 -0.031736 -0.020195 0.027079 -0.003652 -0.019799 0.022833 -0.019175 -0.000362 -0.003223 -0.040178 0.007566 0.000612 0.035496 -0.003027 0.030392 -0.02596 0.050678 -0.023046 0.008606 -0.010867 0.039257 -0.003341 -0.014431 -0.010485 0.023563 -0.007462 0.006044 -0.007349 0.029672 -0.00679 0.02852 0.017654 0.0056 -0.042773 0.006705 -0.033372 0.009599 0.014769 -0.016594 0.019653 -0.027814 0.02006 0.01016 0.007981 0.007287 0.023337 -0.02782 0.025568 -0.022581 -0.002863 0.009894 0.031209 0.014472 -0.005897 -0.015575 -0.00923 0.027765 -0.002939 -0.01657 0.02309 0.027796 -0.00776 0.001944 -0.022226 -0.030775 0.026946 0.001719 -0.014031 0.010021 0.013781 -0.022804 -0.015254 0.008151 -0.017193 0.004256 -0.005121 -0.001947 0.004977 0.007395 0.001357 -0.004615 -0.026742 -0.027257 -0.015187 0.008207 -0.002451 0.014869 -0.012042 0.014531 -0.009697 -0.010634 0.01279 0.003978 0.000924 0.019338 0.021215 -0.030034 0.007085 0.005579 -0.005092 0.006504 0.025601 0.030976 -0.019071 -0.005006 -0.015439 0.049846 -0.038277 0.002985 -0.015743 0.013392 0.029211 0.020886 0.005388 -0.018017 -0.024855 0.011553 0.035909 0.013272 0.005165 0.019493 0.013683 0.034447 -0.026956 0.01321 -0.004302 0.012604 -0.02765 0.016828 -0.005462 -0.015568 -0.021772 0.004532 0.006005 -0.019578 0.032755 -0.028422 -0.005865 0.026499 -0.015718 0.008801 -0.044846 0.000262 0.030541 -0.00422 -0.005927 -0.028021 0.006521 -0.027726 0.043018 0.021067 0.011377 0.027299 0.006414 -0.004625 -0.025961 0.023019 0.005828 -0.000144 -0.004047 0.031766 0.042859 -0.038492 0.002359 0.011553 0.005962 0.019555 -0.031473 0.008942 -0.023016 0.027504 -0.014153 0.012468 -0.013063 0.010835 0.004007 0.025182 0.020877 -0.018813 0.009743 0.01108 0.005893 0.049128 -0.016917 0.002649 -0.020436 0.028462 -0.016729 0.000595 -0.037683 0.024821 -0.001874 -0.048561 -0.024964 -0.031387 -0.003713 -0.016395 -0.0254 -0.027337 -0.011623 0.025069 0.021341 -0.028835 0.011496\nᑦ 0.002585 0.03248 -0.047312 0.017137 0.013706 0.031828 -0.010043 -0.005428 -0.012198 -0.016623 0.03595 -0.007113 -0.014196 -0.034436 0.012593 -0.011099 -0.008663 0.005262 -0.006241 -0.022633 -0.00791 -0.007159 -0.02367 -0.004608 0.009066 0.002067 -0.013349 -0.007261 -0.024413 -0.02668 0.03032 -0.026726 -0.005989 -0.018149 0.015687 0.024641 -0.043004 0.015404 0.017772 0.01009 -0.031101 -0.003929 0.018986 -0.008082 -0.008655 0.002612 0.027397 0.012024 0.020069 -0.003478 0.018788 0.025191 0.034078 -0.007983 0.018558 0.010243 -0.002153 0.011011 -0.004209 0.002334 0.013376 -0.029694 -0.017787 -0.014532 -0.003813 0.000273 0.054441 0.006354 0.008273 0.003684 -0.041957 -0.009295 0.005378 0.013833 -0.056796 -0.016207 -0.016251 0.000457 -0.044303 0.00026 0.017051 0.026948 0.018126 0.014519 -0.026974 -0.036703 0.000333 -0.006783 0.009188 -0.000967 -0.013182 0.026325 0.006301 -0.008732 0.029806 -0.018869 -0.002291 -0.008899 0.015066 0.020559 -0.012575 0.003218 0.006957 -0.014651 0.026849 0.000577 -0.02603 0.013374 0.01567 0.013737 0.028383 0.041268 0.025443 0.004487 0.026089 0.005711 0.001349 0.001777 -0.007129 -0.013909 0.00923 -0.000722 0.044038 0.020665 0.015068 0.009263 -0.005406 0.002507 -0.025883 -0.018945 -0.020317 4.8e-05 -0.00958 0.03833 0.0259 0.002244 -0.004894 0.00217 -0.007659 0.036299 -0.004849 -0.007222 0.038627 0.007192 -0.038316 -0.051009 0.036654 0.042873 0.029949 -0.078877 0.011787 0.003317 0.032711 -0.00893 -0.021863 0.006403 0.011843 -0.038738 -0.012839 0.019454 -0.039863 -0.00766 0.01967 0.002038 -0.046383 -0.007871 0.010025 -0.003928 0.007314 0.006717 -0.039969 -0.012264 -0.014694 0.017815 -0.014537 -0.027265 0.000127 -0.018612 -0.003505 -0.016543 0.017324 -0.018946 -0.009907 0.004483 -0.017237 -0.018837 -3.3e-05 0.002923 -0.006263 -0.013001 0.013111 0.030698 -0.017541 -0.0352 0.00933 0.039291 -0.00396 0.012556 0.021231 0.02303 -0.038744 -0.020458 0.024043 0.021715 -0.009367 -0.014101 0.015511 -0.015991 -0.009157 0.021233 -0.006386 -0.019577 0.017708 0.013848 0.019733 0.027493 0.0212 -0.034309 0.009474 0.017666 0.004852 -0.003895 -0.008051 0.01384 -0.011127 0.012087 0.005744 0.021953 0.006003 -0.022753 0.017843 0.015339 -0.003995 0.004274 -0.037822 0.00279 -0.025778 -0.043269 0.015333 0.039894 -0.009089 0.012747 0.00298 0.024348 -0.002269 -0.01346 0.029681 -0.013758 0.008816 0.048001 0.013419 -0.001236 0.002978 -0.029807 -0.02073 -0.05598 -0.010276 0.007496 -0.040736 -0.021503 0.015048 0.005128 -0.008275 -0.013441 -0.018772 0.00481 -0.013892 -0.011187 -0.017384 0.005432 0.022725 -0.020728 0.01731 0.013646 0.015365 0.007696 0.018751 0.01615 0.036972 -0.023131 -0.016104 -0.00768 -0.003392 0.005307 -0.017687 -0.030512 0.018785 0.005106 -0.02557 0.015502 -0.000595 -0.036197 0.011549 -0.054389 0.00748 0.014662 -0.015576 0.003203 0.030938 -0.01292\nჩ 0.018457 -0.015496 -0.021188 0.018154 0.010446 0.041651 -0.009109 -0.005622 -0.014299 -0.017882 0.020511 0.006906 -0.017345 -0.027167 0.024755 0.005377 0.008073 -0.015414 -0.014963 -0.012384 -0.010579 0.006647 0.003327 0.014171 0.003746 0.03226 -0.015763 -0.004754 -0.022679 -0.033084 0.029056 -0.026484 -0.004447 -0.019874 0.027565 0.007096 -0.029487 0.026223 -0.01491 0.001412 -0.019941 0.0053 -0.003184 -0.013566 -0.026246 -0.009859 -0.000651 0.011747 -0.016849 0.005012 0.005509 0.052913 0.025486 -0.028937 0.014716 0.007779 0.008746 0.0053 -0.020808 0.008598 -0.018276 -0.007436 -0.007514 -0.00407 0.007277 0.011587 0.006195 -0.014338 0.008875 0.00518 -0.029044 0.010672 0.02204 0.004305 -0.04487 0.007855 -0.009076 0.017379 -0.026268 -0.0128 0.008443 -0.001328 -0.016021 0.011533 -0.030837 -0.041341 -0.005982 0.027769 -0.010759 -0.002025 -0.0143 -0.006163 -0.00798 -0.000771 0.01965 -0.018531 -0.00306 -0.019927 -0.002421 -0.004832 0.008367 0.006135 -0.01433 -0.019722 -0.008451 -0.004509 -0.024899 0.010068 0.041187 -0.003143 0.028163 0.012768 0.016745 -0.01024 0.012823 -0.000919 -0.017387 -0.000524 -0.011509 -0.020323 0.029417 0.004778 0.010809 0.004015 0.022674 0.009966 -0.013476 -0.017048 -0.012757 -0.014915 -0.004492 0.006372 -0.008138 0.02266 -0.005624 0.007867 -0.013893 0.008966 0.016188 0.02938 0.00092 -0.015826 -0.001685 0.011219 -0.029335 -0.041317 0.032133 0.000573 0.006288 -0.040344 -0.019799 -0.001887 0.015908 0.00596 0.008456 0.003955 -0.001364 -2.8e-05 0.022738 0.003699 -0.011388 0.008082 -0.00312 0.015684 -0.00304 -0.010768 0.011326 -0.031734 -0.004726 0.028255 -0.009759 0.002654 0.023095 0.023955 -0.009612 -0.03182 -0.016025 -0.006088 -0.012311 -2.6e-05 0.018011 -0.012802 -0.015361 -0.01772 -0.000731 -0.00743 0.013733 -0.007708 -0.043526 -0.009157 0.022341 0.021124 0.005866 -0.037042 0.02017 0.038206 -0.022104 -0.003796 0.004217 0.008785 -0.019232 -0.033198 0.018339 0.022453 0.011082 0.013299 0.001688 -0.005268 0.006831 0.031423 -0.025901 -5.8e-05 -0.001743 0.008361 0.001598 0.034405 -0.020033 -0.011031 0.009123 0.023942 0.002598 0.010138 -0.014396 0.018584 -0.021164 0.000751 0.006378 0.023333 0.001729 -0.001043 -0.005837 0.004431 0.017867 -0.012685 -0.027606 -0.02076 -0.011607 -0.032441 0.026525 0.009826 -0.008996 0.001911 -0.005129 0.022338 0.010171 0.002663 0.035105 -0.015434 0.016882 0.015571 0.000738 0.014463 0.008786 -0.028182 -0.0167 -0.011457 -0.012735 0.007948 -0.015408 -0.013024 0.019314 -0.004338 -0.001013 -0.015754 -0.008198 -0.004075 0.004141 -0.023789 0.009521 -0.006525 0.017332 0.00229 0.002373 -0.008458 0.007862 0.005627 0.011453 0.001063 0.027395 -0.032132 -0.002967 -0.019817 0.015097 0.021254 -0.009511 0.001747 0.004257 -5.6e-05 -0.005658 0.00203 0.01969 -0.030065 -0.004887 -0.044811 -0.01115 0.012777 0.004291 0.017904 0.018988 -0.000675\nӱ 0.010355 -0.016832 -0.026375 0.006255 -0.024773 0.002767 0.007193 0.004867 0.006066 -0.027671 0.031096 0.02587 0.010018 -0.045142 0.021817 -0.030666 -0.026986 0.026737 -0.013833 -0.007038 0.024506 0.017402 -0.005836 0.00703 0.001964 0.021607 0.029176 0.023498 -0.007057 -0.007155 0.001266 -0.039944 0.02719 -0.005087 0.008867 -0.014506 -0.001458 -0.025879 -0.019908 0.018033 0.006449 -0.024454 -0.040651 -0.015184 0.009664 -0.007928 -0.004155 0.06734 -0.002143 -0.027848 -0.01157 0.044825 -0.006607 0.024912 0.01251 0.012479 -0.022234 0.031478 0.000528 0.014568 -0.029687 -0.016743 -0.005425 -0.003506 0.042858 0.005455 0.029331 -0.003153 0.026442 0.014306 -0.008425 -0.014936 -0.003416 0.028032 0.00172 -0.018361 0.007083 0.008448 -0.033097 0.010583 -0.022838 0.015162 0.024697 0.022546 -0.010057 -0.008762 0.040979 -0.019759 -0.008751 -0.021284 -0.003215 0.000127 -0.013088 0.014769 0.044072 -0.010015 -0.002986 0.023383 -0.045698 -0.002609 -0.017438 0.045898 0.02178 -0.026738 0.025287 -0.020168 -0.000219 -0.015837 0.051144 0.00587 0.030628 -0.04984 0.004438 -0.05905 0.016132 -0.040418 0.005163 0.036713 -0.003481 -0.02312 -0.028477 -0.013509 0.023375 0.028842 0.011624 -0.047564 0.027148 -0.041539 -0.03122 -0.031767 -0.013268 0.013483 -0.023416 0.056912 0.027976 0.012002 0.006588 0.014763 -0.007419 0.011798 -0.031566 -0.032524 0.01471 -0.03229 -0.04985 -0.019272 0.048403 0.007263 0.009528 0.013505 0.01708 0.031534 0.014788 0.001381 -0.010386 -0.007399 0.003386 -0.000173 0.026377 0.007598 -0.023723 0.008631 -0.005659 0.015101 0.011539 0.033244 0.018467 -0.018393 -0.002954 0.0355 -0.03912 -0.020017 -0.029598 0.00864 -0.010923 0.010622 0.024205 -0.017757 -0.003068 0.006525 -0.00569 -0.019603 0.024345 0.023181 -0.016382 0.036107 -0.030453 -0.00519 -0.007728 -0.026184 -0.003944 -0.009696 -0.00483 -0.035764 -0.030187 -0.005418 -0.001698 0.029517 -0.030359 -0.015072 -0.009705 -0.026934 -0.014227 0.019174 0.038333 -0.002175 0.011233 -0.016304 -0.030146 -0.0144 -0.001447 -0.019917 0.003984 -0.015057 0.014725 0.037736 0.031767 -0.026845 -0.036034 0.022537 0.010165 0.04129 0.002026 0.002915 -0.011638 -0.010832 0.034399 0.014397 -0.020672 0.00825 0.024194 0.007229 -0.002163 -0.006451 -0.052009 -0.017321 0.001721 -0.037121 0.02281 0.052976 -0.008077 0.012199 -0.038973 -0.012309 -0.031222 -0.006226 0.04079 -0.027131 -0.057164 0.016522 -0.004233 -0.020838 -0.01304 0.008957 -0.012981 0.001923 -0.024597 0.04229 -0.011072 -0.0071 0.042246 0.00957 0.005055 -0.053879 -0.012908 0.01671 0.005359 -0.011351 0.049845 0.009309 0.005949 -0.040263 0.052093 0.01163 -0.015496 0.023976 -0.021953 -0.007664 0.022618 -0.012943 -0.016941 -0.010714 0.015034 0.007991 -0.014803 -0.029239 -0.014751 -0.01534 -0.024447 0.030206 -0.002427 -0.022673 -0.018077 0.005774 -0.005855 -0.004029 0.017319 0.016511 -0.005576 0.018168\nհ 0.036036 -0.006067 -0.043626 0.018088 0.014391 0.03044 -0.00275 -0.007005 -0.014211 -0.031184 0.033846 0.007844 -0.016105 -0.019519 0.022871 -0.010827 0.01425 -0.018526 0.002542 -0.049359 -0.017698 -0.00024 0.006013 0.015548 -0.001917 0.022501 -0.010936 -0.012365 -0.022394 -0.02264 0.01916 -0.030389 -0.015704 -0.037565 0.019436 0.009072 -0.043436 0.035119 0.009507 0.01634 -0.025973 0.017664 0.006717 0.005607 -0.038599 -0.021152 0.021669 -0.006273 -0.003801 0.005634 0.005744 0.043667 0.034367 -0.043935 0.043985 0.007835 0.004807 0.029229 -0.022951 0.023987 -0.036565 -0.019354 -0.008821 -0.017139 0.011346 0.027283 0.039232 -0.016233 0.039202 0.014879 -0.040356 -0.005799 0.020524 0.013731 -0.04746 0.003606 -0.032043 0.016641 -0.047938 -0.012362 0.002559 -0.001264 -0.01443 0.001054 -0.019642 -0.049591 0.00918 0.00222 -0.019782 0.004417 -0.014069 0.018845 0.011755 -0.010685 0.009273 -0.011832 0.010303 -0.038988 0.006055 -0.010072 -0.025971 0.003147 -4.3e-05 -0.027731 0.021265 -0.003262 -0.020438 0.012953 0.036499 -0.006346 0.052211 0.029566 0.023452 -0.021384 0.007773 -0.006004 -0.002582 -0.004456 -0.022792 -0.039412 0.024284 -0.00997 0.029925 0.02765 0.036626 0.022355 0.004025 -0.01694 -0.007171 -0.022494 -0.006438 0.000467 -0.00917 0.031202 -0.014176 0.006278 -0.023287 -0.006971 0.013412 0.046602 -0.002859 -0.014065 -0.007614 0.024561 -0.033977 -0.052828 0.050453 0.006885 -0.000415 -0.037821 0.00973 0.000152 0.028265 0.018043 -0.00765 0.001764 0.007052 -0.016834 0.016861 -0.021096 -0.011932 0.015742 0.017035 0.014477 -0.023608 -0.005725 0.017223 -0.028957 0.019021 0.003105 -0.020002 -0.016503 -0.011157 0.025815 -0.016715 -0.024045 -0.009095 -0.015023 -0.039913 -0.01468 0.027684 -0.019765 0.005438 -0.015063 -0.006402 -0.020441 0.008808 0.024332 -0.05788 -0.004705 0.01372 0.014722 -0.034109 -0.027846 0.00405 0.045911 -0.017787 0.020308 0.002171 -0.006547 -0.028828 -0.03255 0.00554 0.020592 0.010621 0.020917 0.012136 -0.008402 0.006611 0.044699 -0.024015 0.002678 -0.019069 0.011628 -0.006983 0.075468 -0.005469 -0.022497 0.018979 -0.005532 -0.005575 0.013593 -0.010076 0.013288 -0.012595 -0.020846 0.004386 0.028734 9.4e-05 -0.02255 -0.010864 -0.000979 0.008025 -0.009159 -0.030545 -0.009026 -0.011675 -0.036849 0.01836 0.01852 0.016744 0.018229 -0.028737 0.004807 0.009388 -0.012645 0.033625 0.001822 0.04317 0.048024 0.037207 0.00443 -0.001848 -0.037217 -0.041657 -0.030762 -0.012644 0.028279 -0.028264 -0.006504 0.009635 -0.01169 0.029844 -0.032403 -0.035164 -0.013286 -0.024123 -0.025917 0.005599 -0.007207 0.022539 0.007784 0.010358 -0.012788 0.014702 0.005978 -0.012129 0.013734 0.04318 -0.045306 -0.003234 -0.016207 0.011952 0.019513 -0.0104 -0.002709 0.001989 -0.005289 -0.021035 -0.015929 0.004163 -0.042505 0.005428 -0.057605 -0.003611 0.007246 0.027286 0.019611 0.018259 -0.007228\nఁ 0.013693 0.000255 -0.016848 0.01276 -0.014747 0.021167 0.013548 0.013712 0.014918 -0.002564 0.018384 0.01502 0.001005 -0.030125 0.012686 0.006854 0.024539 0.003785 0.021234 -0.006215 -0.016349 -0.003867 0.018562 0.01652 0.01876 0.011645 -0.01744 -0.028124 -0.021291 0.030637 0.033541 -0.005327 -0.006075 0.002222 -0.013436 0.018702 -0.021889 0.012047 0.003771 -0.014036 -0.023091 -0.000499 0.017871 0.02044 0.001912 0.01263 0.02909 0.012429 0.022167 -0.012175 0.007208 -0.001358 0.008365 -0.011441 0.015554 0.005722 -0.006102 0.005077 -0.005503 -0.00532 -0.010032 0.010347 -0.008199 0.012305 -0.009212 -0.002873 0.037177 -0.010452 -0.000297 0.003737 0.004516 0.003359 0.018339 0.005829 -0.02944 -0.007278 -0.008218 0.015519 0.014159 -0.033817 0.011803 0.004183 0.008214 0.01249 -0.006231 -0.021726 0.00353 0.014648 -0.016899 0.002788 -0.016388 0.018852 -0.015822 -0.008666 -0.016611 0.009846 -0.026682 -0.013053 0.005656 0.005182 0.031043 0.011643 0.010548 -0.001277 0.025201 0.009105 -0.00409 -0.013446 0.010833 0.026348 0.029691 0.019631 0.002427 0.003323 0.009425 0.009991 0.018864 -0.004428 0.002252 -0.016957 0.008193 0.00181 0.009052 0.008519 0.027011 -0.016901 -0.013903 0.007316 -0.012207 -0.009345 -0.021625 0.018563 0.015747 0.00439 -0.010562 0.005796 0.003537 0.022628 -0.014024 0.038165 0.003686 -0.011041 0.008169 0.014967 -0.034927 -0.020106 -0.005263 -0.005482 -0.000195 -0.016409 0.001287 -0.006286 -0.001009 -0.007913 0.00692 0.010855 -0.020443 -0.038087 0.001376 -0.01114 -0.017214 -0.001968 0.031627 0.009544 -0.003003 -0.000116 0.011694 -0.008327 0.026022 -0.002424 -0.019812 -0.043279 0.000205 0.015557 -0.01316 -0.007537 -0.012921 0.003283 -0.010942 0.011792 0.037429 0.032505 -0.004722 0.00398 -0.010485 -0.034917 0.012682 0.006453 -0.030506 0.021914 0.002512 -0.002043 -0.006729 -0.023009 -0.022981 0.022775 0.016199 0.000615 -0.021846 0.000736 0.002728 -0.014705 0.023048 -0.002794 0.026513 0.003447 -0.000622 -0.005027 -0.006928 -0.002929 0.031888 -0.014427 0.003738 0.005087 -0.005348 0.008408 0.001976 0.010389 0.018714 -0.001409 0.005845 0.018244 -0.008351 -0.002801 -0.012435 0.004853 -0.012632 -0.019579 0.037531 -0.015749 -0.013789 0.009744 -0.004522 -0.033398 -0.03178 -0.003905 -0.005841 -0.026059 0.016772 0.004343 -8.3e-05 0.020305 -0.025043 0.018821 -0.015349 -0.005095 0.00521 -0.005362 0.018747 -0.012595 0.024227 0.0021 -0.003434 -0.037762 -0.001239 0.00097 0.013335 0.014359 -0.02732 -0.006535 0.008539 0.006073 0.011487 -0.000612 -0.028115 -0.022133 -0.017306 0.002363 -0.013896 -0.002787 -0.006015 -0.002785 -0.012796 0.013021 -0.010474 -0.017273 0.009002 0.012673 -0.003162 -0.017172 0.004432 -0.007145 0.016977 0.020925 -0.004628 0.014675 -0.004664 -0.013355 -0.020025 0.025984 0.024461 -0.015505 0.003817 -0.019844 -0.039284 0.048148 -0.003499 -0.030684 0.007111 0.010702\nः 0.046974 0.002851 -0.053316 0.015295 0.019488 0.057438 -0.003596 -0.013218 -0.034625 -0.038208 0.027317 0.010687 -0.020271 -0.024489 0.03994 0.006271 0.002668 -0.027023 -0.022993 -0.045487 -0.015639 0.009228 -0.007231 0.018313 -0.003438 0.045922 -0.022978 -0.013371 -0.03511 -0.029062 0.009337 -0.03778 -0.001381 -0.053977 -0.006309 -0.007234 -0.038618 0.026163 0.003229 0.022774 -0.035526 -0.023969 0.019348 -0.000215 -0.028266 -0.013809 0.040364 -0.007906 -0.017187 0.011517 0.002534 0.065486 0.030486 -0.046152 0.04947 -0.014428 -0.003875 0.017216 -0.021626 0.005322 -0.023175 -0.016461 0.003323 -0.009268 0.0179 0.010612 0.055911 0.007535 0.032808 -0.000356 -0.060505 -0.014669 0.040481 0.035872 -0.04148 -0.010032 -0.033822 0.023861 -0.033456 -0.007037 0.030742 0.013473 -0.004786 0.012411 -0.016003 -0.046707 0.005208 0.00972 -0.024367 0.012368 -0.000837 0.014817 -0.00062 -0.0237 0.014608 -0.016155 0.012301 -0.026453 0.012313 0.002225 -0.043448 0.002035 -0.0016 -0.018877 0.024031 -0.023621 -0.018457 0.026452 0.034544 0.00175 0.044774 0.019039 0.021933 -0.006608 -0.001276 -0.006368 -0.02182 -0.005461 -0.018892 -0.040487 0.006629 0.001098 0.049143 0.017648 0.047075 0.006119 -0.004134 -0.018428 -0.008684 -0.036387 -0.020869 -0.016032 -0.012483 0.004788 -0.04007 0.008442 -0.043779 -0.001298 0.011689 0.043317 0.000953 -0.010891 0.014093 0.023875 -0.029312 -0.065082 0.033166 -0.005355 0.005247 -0.042232 -0.005866 0.019594 0.041251 0.025139 -0.004322 0.020927 -0.024932 -0.040716 0.02503 -0.02104 -0.049151 -0.002667 0.007932 -0.010028 -0.018658 -0.010207 0.007944 -0.035349 0.013806 0.011203 -0.019662 -0.016661 -0.002961 0.036671 -0.009595 -0.04245 0.005004 0.001314 -0.064326 -0.029845 0.016131 -0.01755 0.010858 -0.021728 0.015439 -0.02674 -1.1e-05 0.043159 -0.037781 0.000236 0.013411 0.026372 -0.009241 -0.048478 0.002314 0.032994 -0.011132 0.039236 0.005093 0.00851 -0.028915 -0.033377 0.010819 0.031624 0.001118 -0.000965 0.040876 0.007998 -0.017926 0.040781 -0.030558 -0.009694 0.012299 0.017497 0.006629 0.056887 0.015647 -0.007677 0.034164 0.003912 -0.009365 0.008271 0.010144 -0.006199 -0.031931 -0.000297 -0.019306 0.017967 -0.029365 -0.027172 0.001461 0.00253 -0.012926 -0.026602 -0.030689 0.005826 -0.032807 -0.025285 0.019704 0.02703 0.00162 0.022043 -0.024346 0.014866 0.010714 -0.022703 0.041715 0.002824 0.024267 0.045174 0.020746 6.8e-05 -0.006126 -0.045751 -0.012485 -0.044071 -0.003056 0.046499 -0.016536 0.004995 -0.003659 0.014352 0.019661 -0.033779 -0.044094 -0.026136 -0.033317 -0.035306 0.010199 -0.000679 0.022912 -0.009288 0.019013 0.002874 0.031935 0.005466 0.005708 0.024425 0.042254 -0.06427 -0.011055 -0.031257 0.029884 0.0096 -0.033602 -0.025146 0.027699 -0.010283 -0.015161 -0.01547 0.0071 -0.045184 0.016266 -0.076035 -0.038272 0.011018 0.025372 0.031111 0.037488 -0.007308\nຂ 0.034528 0.00921 -0.039526 0.02591 0.009901 0.03565 0.010782 -0.006407 -0.01524 -0.027404 0.026732 0.010061 -0.008482 -0.018653 0.023194 -0.001968 0.001911 -0.023073 -0.006222 -0.040267 -0.014781 0.001833 0.006778 0.014778 -0.002271 0.011214 -0.014103 -0.010036 -0.021732 -0.024152 0.023942 -0.027213 -0.016679 -0.036778 0.015419 0.019374 -0.029907 0.033348 0.01053 0.018345 -0.02648 0.006466 0.001696 -0.013878 -0.022284 -0.016421 0.029349 -0.003598 -0.003955 0.008998 -0.001751 0.036692 0.031242 -0.028581 0.035957 0.008428 0.003752 0.01888 -0.004073 0.024226 -0.031564 -0.023266 -0.002148 -0.012669 0.011617 0.025299 0.032434 -0.017462 0.03062 0.020648 -0.049964 -0.009278 0.01588 0.017186 -0.045645 0.002133 -0.025322 0.025134 -0.033668 -0.015947 0.014956 0.003818 2.2e-05 0.015859 -0.014499 -0.054726 0.011521 -0.000689 -0.01415 -0.012836 -0.006369 0.024821 0.006731 -0.020545 0.025073 -0.0046 0.001185 -0.035233 -0.004538 -0.004969 -0.024588 0.003947 0.000194 -0.026021 0.016767 -0.000331 -0.007587 0.00709 0.038617 -0.002877 0.043089 0.021406 0.027041 -0.0187 0.006711 0.00573 -0.005305 -0.004084 -0.009873 -0.041988 0.018207 0.002012 0.041711 0.02405 0.034015 0.008925 -0.010374 -0.01098 -0.008832 -0.019032 -0.01369 -0.00697 -0.012969 0.03197 -0.018901 0.007923 -0.031728 0.001258 0.009192 0.038682 -0.005287 -0.015426 0.000522 0.029522 -0.038345 -0.047881 0.046511 0.006691 0.002639 -0.040026 0.008429 0.007651 0.029239 0.022012 0.00753 0.005956 -0.004048 -0.027629 0.012269 -0.025109 -0.020088 0.015483 0.022056 0.014979 -0.008038 -0.016987 0.020483 -0.021816 0.022108 0.014113 -0.021618 -0.022588 -0.015789 0.033318 -0.021449 -0.021377 -0.005015 -0.005726 -0.041602 -0.027036 0.030071 -0.005624 -0.000812 -0.008175 0.002551 -0.013871 0.000923 0.026942 -0.049759 0.00218 0.005932 0.026831 -0.033462 -0.028221 0.009966 0.031659 -0.015468 0.010659 0.008867 -0.000379 -0.02026 -0.025625 0.016308 0.022298 0.012779 0.018656 -0.007732 -0.005897 -0.00688 0.037931 -0.017317 -0.00044 -0.007764 0.015004 0.007017 0.055163 0.000183 -0.027964 0.01002 0.003941 -0.001397 0.010153 -0.013403 0.007885 -0.021266 -0.004201 0.004192 0.021192 -0.002352 -0.02568 -0.009233 0.003499 -0.010848 -0.037633 -0.031606 -0.00293 -0.011518 -0.029557 0.022861 0.021861 0.010545 0.029408 -0.024991 0.012851 -0.003373 -0.00167 0.027005 -0.008541 0.033962 0.045316 0.019246 0.010371 0.011341 -0.031791 -0.034941 -0.014034 0.003212 0.022493 -0.021617 -0.015177 0.002677 -0.010183 0.028861 -0.026452 -0.025395 -0.019381 -0.031097 -0.009263 0.010432 0.002368 0.017541 0.003762 0.005412 -0.002395 0.002923 -0.003008 -0.005077 0.014089 0.032663 -0.04353 0.007177 -0.020829 0.010058 0.015973 -0.025172 -0.004894 0.012591 -0.007095 -0.019677 -0.011421 0.007441 -0.043302 0.000481 -0.063198 -0.015383 0.007816 0.010425 0.013545 0.022303 -0.000865\nƈ 0.055363 0.025983 -0.07357 0.051474 0.007921 0.036545 0.015535 0.007422 -0.045593 -0.040589 0.025719 0.02298 0.008187 -0.044492 0.058354 -0.009723 -0.000434 -0.048448 -0.001529 -0.061698 -0.017304 -0.011993 0.02413 -0.008014 -0.002974 0.040001 -0.019781 -0.014671 0.009561 -0.057078 0.040397 -0.038427 -0.022435 -0.035817 0.018897 0.015353 -0.046828 0.056416 -0.020883 0.018825 -0.026733 0.02019 0.005892 -0.0064 -0.042151 -0.03362 0.029769 -0.01547 0.024639 0.044328 0.012139 0.10531 0.053605 -0.055432 0.075472 0.017369 -0.02373 0.016456 -0.035547 0.037649 -0.068818 -0.042515 -0.00839 -0.004493 0.050356 0.044591 0.067805 -0.032798 0.043757 0.01549 -0.078085 0.010224 0.045844 0.027103 -0.06061 0.001426 -0.035628 0.054814 -0.045219 -0.009825 -0.004377 0.005673 0.002742 0.025933 -0.004817 -0.070758 0.022495 -0.011908 -0.004549 -0.015489 -0.002484 0.033746 0.024622 -0.016229 0.007942 -0.001057 0.019216 -0.063419 0.016201 -0.000436 -0.011063 0.022138 0.005551 -0.046077 0.024561 0.008169 -0.032684 -0.006051 0.034805 -0.010557 0.065376 0.010236 0.034759 -0.007174 0.019797 -0.015062 -0.029368 0.016861 -0.023739 -0.06449 0.02712 -0.02077 0.063356 0.027859 0.050443 -0.002559 -0.042123 -0.03269 -0.018274 -0.026154 -0.012894 0.007847 -0.026959 0.034289 -0.027187 0.032406 -0.0439 0.012489 0.010249 0.073069 0.009815 -0.011685 0.032664 0.006584 -0.061977 -0.070706 0.077354 -0.002343 -0.005704 -0.043994 0.03769 0.009478 0.066261 0.041564 0.01601 0.010873 -0.008132 -0.033782 0.005128 -0.04941 -0.027962 0.036051 0.051004 0.02341 -0.030618 -0.051047 0.034485 -0.014529 0.025506 0.037066 -0.043224 -0.060022 -0.026552 0.074974 -0.016326 -0.052055 -0.022786 -0.035587 -0.058157 -0.044132 0.058819 -0.018918 0.018375 -0.03597 -0.020535 -0.037215 -0.003613 0.024214 -0.077955 0.05557 0.040573 0.039377 -0.032808 -0.052834 0.005597 0.088307 -0.03087 0.027933 -0.00328 0.021466 -0.050498 -0.01493 0.034811 0.01112 -0.018512 0.031918 -0.001496 -0.030202 -0.017459 0.056077 -0.02946 -0.009551 -0.004468 0.031179 -0.028471 0.135778 0.029999 -0.024367 0.003579 -0.014247 -0.027425 0.018055 0.000434 0.008908 -0.044473 -0.005274 -0.012419 0.038364 -0.029297 -0.04333 -0.012563 0.002002 -0.016945 -0.022019 -0.029805 -0.008876 -0.009196 -0.034513 0.037448 0.006962 0.013714 0.019929 -0.022814 0.025346 0.012334 -0.041997 0.054881 -0.008256 0.076595 0.109176 0.058184 0.014215 -6.7e-05 -0.061787 -0.067724 -0.028526 -0.020437 0.025701 -0.039996 -0.008758 0.017094 -0.020875 0.064548 -0.037388 -0.054789 -0.036558 -0.072998 -0.021887 0.050785 -0.021661 0.009079 -0.004456 0.014132 -0.009682 0.032989 0.026115 -0.003976 0.026996 0.053165 -0.071096 0.007769 -0.021757 0.014983 0.012537 -0.063408 0.00464 0.039207 -0.026488 -0.001022 -0.026675 0.02568 -0.063872 0.02618 -0.066278 -0.021473 0.00543 0.02729 0.021236 0.043935 -0.002029\nʊ 0.010091 -0.00114 -0.047486 0.020719 0.015908 0.04135 0.024972 -0.006373 -0.007537 -0.011914 0.045183 0.006425 -0.005825 -0.018853 0.018518 0.004854 0.003188 -0.023785 -0.001261 -0.03231 -0.015643 0.000395 -0.006459 0.016805 0.015863 0.013374 -0.011163 0.005073 -0.018467 -0.031325 0.042551 -0.025307 -0.02395 -0.018102 -0.001882 0.008452 -0.024677 0.033247 0.022217 0.016369 -0.036789 0.018887 0.01249 0.015741 -0.003667 -0.014574 0.024545 0.010358 -0.000905 0.003854 -0.000285 0.040984 0.030127 -0.028262 0.027404 0.012483 0.009311 0.025399 -0.00647 0.023441 -0.020526 -0.021071 -0.009116 -0.016986 0.004495 0.017096 0.03584 -0.021354 0.02906 0.020354 -0.032506 -0.002223 0.018684 0.013348 -0.039554 -0.015647 -0.018923 0.004494 -0.021492 -0.009472 0.020519 -0.00731 0.006066 0.003564 -0.028177 -0.052631 0.000415 -0.004384 0.000863 0.014742 -0.015894 0.015122 -0.000187 -0.011056 0.004995 -0.01343 0.003049 -0.035843 -0.008699 -0.00618 -0.021446 -0.004195 -0.01361 -0.019004 0.003382 -0.021186 -0.026171 0.012045 0.018808 -0.014847 0.049717 0.009375 0.024011 -0.005397 0.010977 -0.005548 -0.015607 -0.003918 -0.012476 -0.038746 0.035771 0.005378 0.029797 0.014055 0.020703 0.006679 0.006759 -0.009137 -0.018506 -0.020959 -0.002174 0.011635 -0.021275 0.036025 -0.008778 0.013244 -0.022039 -0.001556 0.005051 0.038614 -0.006222 -0.000152 0.01648 0.019142 -0.026956 -0.043354 0.035764 0.007978 0.013838 -0.050744 0.001666 0.016406 0.029311 0.002953 -0.011635 -0.009961 -0.003915 -0.024624 0.007543 0.005382 -0.021755 -3.3e-05 0.027384 0.012326 -0.02044 -0.014135 0.015344 -0.013165 0.01487 0.028476 -0.041343 -0.023923 -0.011908 0.023603 -6.3e-05 -0.017659 -0.000415 -0.019812 -0.023118 -0.003497 0.023241 -0.015672 0.00095 -0.00875 -0.01424 -0.010619 -0.002342 0.005434 -0.041426 -0.005514 0.026638 0.023512 -0.031546 -0.037239 0.009027 0.035592 -0.016021 0.008881 0.002018 0.00345 -0.026027 -0.023262 0.025035 0.017712 0.018433 -0.005712 -0.007763 -0.031411 0.005552 0.03842 -0.023162 0.001621 0.000121 0.022697 -0.001251 0.046583 0.003434 -0.006266 0.015579 0.007289 -0.003665 -0.00916 -0.010124 0.018018 -0.02669 0.012276 -0.005142 0.009265 0.017726 -0.030332 -0.009852 0.003243 0.008745 -0.021261 -0.009486 0.009261 -0.016048 -0.030189 0.02737 0.015968 0.000986 0.024486 -0.019103 0.014012 0.005449 -0.004478 0.032671 0.016787 0.024747 0.035588 0.010037 0.008971 -0.001783 -0.029811 -0.029231 -0.023532 -0.020182 0.004901 -0.023936 -0.011367 0.006965 -0.004029 0.017135 -0.005502 -0.016012 -0.005847 -0.011869 -0.007463 -0.008403 0.013805 -0.00341 -0.021902 0.012729 0.004878 -0.000207 -0.004104 0.006021 0.012205 0.041885 -0.021392 -0.013992 -0.001313 0.014709 0.022664 -0.013973 -0.005999 0.024415 -0.014532 -0.020956 -0.020384 0.001794 -0.030046 0.013424 -0.051405 -0.003475 -0.004268 0.010738 0.006433 0.005183 -0.013397\nḍ 0.022956 0.005366 -0.049147 0.031607 0.015404 0.033939 0.007751 -0.001166 -0.011234 -0.018497 0.032325 0.010239 -0.010613 -0.010512 0.029912 -0.008873 0.004347 -0.025388 -0.011788 -0.037652 -0.006563 0.002704 -0.004725 0.016458 0.008545 0.012775 -0.01133 -0.017129 -0.016374 -0.017181 0.022835 -0.030141 -0.015654 -0.035647 0.016634 0.013775 -0.038785 0.036294 0.000609 0.018927 -0.023666 0.010919 -0.0033 -0.00175 -0.022493 -0.027402 0.036517 0.002139 0.00503 0.02067 0.015702 0.042689 0.026971 -0.031239 0.040642 0.009773 0.00303 0.022794 -0.006514 0.027184 -0.023878 -0.026488 -0.012006 -0.020166 0.009763 0.025318 0.032031 -0.024615 0.030963 0.016047 -0.050969 -0.005756 0.030676 0.018048 -0.046277 0.001628 -0.03015 0.025216 -0.015268 -0.02486 0.018423 -0.001844 0.003474 0.023605 -0.021068 -0.045063 0.001975 -0.001182 -0.01118 -0.006628 -0.007281 0.023053 0.00161 -0.006371 0.010518 -0.006217 0.004572 -0.04169 -0.001972 -0.001029 -0.015631 -0.002018 -0.011094 -0.028673 0.011156 -0.007794 -0.014056 0.009674 0.028607 -0.014748 0.044547 0.017323 0.02434 -0.014468 0.014974 0.002112 0.002602 -0.006035 -0.010745 -0.037855 0.027568 -0.003345 0.035122 0.025829 0.029032 0.010528 -0.010352 -0.017255 -0.00671 -0.013643 -0.010602 -0.004732 -0.019026 0.02073 -0.019164 0.019404 -0.031102 0.004531 0.006107 0.045746 -0.004622 -0.013567 0.012224 0.028906 -0.035713 -0.041438 0.039131 -0.000996 -0.003607 -0.046355 -0.000482 0.00875 0.033716 0.029599 -0.006018 0.006524 -0.000273 -0.025274 0.01074 -0.016482 -0.017436 0.017912 0.020662 0.02328 -0.013084 -0.018072 0.022187 -0.018821 0.016298 0.022019 -0.031204 -0.022441 -0.005925 0.031658 -0.022233 -0.026378 -0.006682 -0.009442 -0.032459 -0.021569 0.035888 -0.00988 0.001686 -0.005306 -0.010445 -0.009788 -0.00191 0.0213 -0.06328 -0.00588 0.007714 0.026933 -0.033468 -0.043868 0.001739 0.033925 -0.019508 0.011822 0.00809 0.002581 -0.040199 -0.031891 0.012459 0.018172 0.018992 0.016356 0.009447 -0.014286 -0.006904 0.03402 -0.021837 -0.005252 -0.001565 0.018028 -0.001419 0.064121 0.002057 -0.018051 0.004451 -0.003813 -0.007845 0.014937 -0.007171 0.002637 -0.014623 -0.002958 0.002406 0.010489 -0.008115 -0.029588 -0.003034 -0.002117 -0.010145 -0.028655 -0.026387 -0.003529 -0.015902 -0.024588 0.019939 0.026258 0.014763 0.022925 -0.015479 0.011252 0.006814 0.000216 0.042662 -0.0038 0.038438 0.055059 0.023116 -0.002485 4.5e-05 -0.029399 -0.028758 -0.014725 -0.005521 0.015955 -0.018494 -0.014881 0.006223 -0.007965 0.028535 -0.025753 -0.021163 -0.018775 -0.032253 -0.020934 0.000962 -0.002112 0.016355 -0.006399 0.006589 0.00146 0.01108 0.002955 -0.005661 0.020864 0.034221 -0.04298 -0.00885 -0.016457 0.012209 0.010295 -0.025361 0.006114 0.012664 -0.001669 -0.02274 -0.021431 0.00127 -0.038829 0.01129 -0.061536 -0.010753 0.006286 0.013449 0.01849 0.015911 0.004988\nሕ 0.004097 -0.002208 -0.008712 -0.011322 0.014052 0.011228 -0.000413 -0.038325 0.014948 -0.01811 0.049873 0.010223 -0.010183 -0.036253 0.042143 -0.020576 0.009141 0.007399 -0.009327 -0.039739 -0.018965 -0.007197 0.012915 0.008828 -0.007656 0.025134 -0.020822 -0.022541 -0.016467 -0.033555 0.028976 -0.008131 -0.021329 -0.017786 0.031552 0.017821 -0.041573 0.003998 -0.003346 0.004679 -0.025239 0.019103 0.007539 -0.013713 -0.060118 0.021212 0.007552 -0.008386 -0.001484 -0.024072 0.00814 0.034398 0.009825 -0.047369 0.050534 0.000198 -0.029564 0.023277 -0.006888 -0.016066 -0.025679 -0.017607 -0.00864 0.005433 -0.002528 0.008483 0.027784 0.013658 0.033503 0.026634 -0.033415 0.00863 0.016613 0.016755 -0.042171 0.002184 -0.012266 0.024865 -0.062828 -0.006631 -0.0325 -0.008778 -0.027868 0.015831 -0.022282 -0.042531 -0.01574 0.001942 -0.026954 -0.005973 0.007329 0.040039 0.005206 -0.005958 -8.2e-05 -0.011246 -0.005668 -0.009537 -0.015716 0.015857 -0.026772 0.012378 0.017699 0.002545 0.014116 -0.017428 -0.030821 0.016546 0.047705 -0.015653 0.051693 0.05205 0.010338 0.00804 -0.000857 0.011253 0.009064 0.015738 -0.013363 -0.027837 -0.017462 0.001066 0.020368 0.043379 0.038004 -0.01483 0.011906 -0.002602 -0.006782 -0.027509 -0.002708 0.010053 -0.01457 0.016495 0.008081 -0.003601 0.005664 0.021602 0.008589 0.028632 0.006433 -0.020511 -0.004755 0.021908 -0.053238 -0.080689 0.059605 0.041284 -0.023484 -0.028981 0.010871 0.018588 0.026933 0.015396 -0.028715 0.002694 0.03105 -0.02932 0.025072 -0.015929 -0.054955 -0.003564 -0.009875 0.000778 -0.038554 0.006445 0.045483 -0.030856 0.009994 0.010045 0.015735 -0.012454 -0.021061 0.037756 -0.005687 0.000474 0.030068 -0.008398 -0.023402 0.004658 0.012087 -0.022482 -0.015816 -0.021853 0.009289 -0.032645 -0.013992 0.024364 -0.023666 -0.017472 0.006763 0.017582 -0.050028 -0.036724 -0.009882 0.04185 0.011771 0.010628 0.007834 -0.011976 -0.038908 -0.027921 0.002313 0.044917 0.001985 0.032212 0.004155 -0.005144 0.004634 0.034875 -0.024803 -0.001833 0.001413 -0.009451 -0.0029 0.040626 -0.002368 -0.017066 -0.01347 0.046193 0.003805 0.023862 -0.006175 0.014283 -0.017816 -0.020187 0.018817 0.050834 0.00669 -0.003795 -0.019486 -0.013409 -0.008108 -0.032459 -0.046754 -0.000312 0.009102 -0.037086 0.002577 0.000761 0.02575 -0.003551 -0.013148 0.000404 0.001424 0.021476 0.006254 -0.000806 0.014705 0.017053 0.036137 0.00524 -0.017955 -0.010487 -0.004838 -0.024492 -0.026039 -0.002767 -0.053662 0.007472 -0.012013 -0.020545 0.002971 -0.008757 -0.031114 0.003279 -0.007508 -0.031727 0.010628 -0.015633 0.01926 -0.013354 0.020331 -0.006296 -0.004659 0.004691 0.013634 -0.006469 0.080772 -0.03981 0.020979 -0.047263 0.022016 0.015258 0.004497 -0.025066 0.010353 -0.015112 -0.044157 -0.002411 0.000648 -0.02534 0.006154 -0.092557 0.004695 0.03889 0.000545 0.025357 -0.003312 -0.007811\nಖ 0.023178 0.002886 -0.050725 -0.01089 0.002702 0.039491 -0.014286 -0.02962 0.004155 -0.03771 0.061577 0.013776 0.015918 -0.042532 0.009586 0.016354 0.011917 -0.015672 -0.022586 -0.059683 -0.017982 -0.001928 0.010552 -0.006349 0.000435 0.021577 0.012134 -0.004877 -0.018667 0.001041 0.030759 -0.011438 -0.017106 0.009753 -0.007248 -0.018165 -0.000505 0.029956 -0.001691 0.025407 -0.039012 -0.007266 0.014669 0.042971 0.000195 -0.003877 0.040532 0.008227 -0.013135 -0.014239 -0.012782 0.031817 0.042707 -0.0094 0.013595 0.0164 0.010295 -0.015564 0.014054 0.026903 -0.021828 -0.019423 0.000599 -0.003257 0.03105 -0.001608 0.02918 0.018884 0.03828 0.021482 -0.055744 -0.003546 0.028713 0.017765 -0.026347 -0.016226 -0.008818 -0.011652 -0.052995 0.000485 0.016795 -0.000405 0.006693 -0.011885 -0.027509 -0.025717 -0.007377 0.000601 0.026407 0.003569 -0.022283 -0.00359 0.03306 -0.015875 0.00473 -0.006363 -0.02238 -0.054342 0.003649 0.017377 -0.026997 0.018324 -0.008852 -0.015988 -0.009476 -0.027324 -0.019208 0.032277 0.019988 -0.017925 0.037454 0.026995 0.013544 -0.035986 0.012105 -0.011626 0.008965 0.004916 -0.018045 -0.024718 0.067829 0.039351 0.020308 0.027121 0.02228 0.01468 0.021121 0.017987 0.007587 -0.044494 -0.008347 0.000705 -0.00595 0.021495 0.010145 0.006451 -0.013087 0.044745 0.013871 0.021878 0.006533 -0.012303 -0.009535 -0.028276 -0.019435 -0.021768 0.055325 0.028709 0.010053 -0.045617 -0.004269 0.019747 0.03623 -0.035957 -0.003624 -0.038644 0.025278 0.005894 -0.010952 0.013522 -0.043446 -0.009832 0.033291 0.011789 -0.053196 0.009817 0.01652 0.005633 0.002083 0.011055 -0.014266 -0.019131 -0.008735 0.019083 0.020186 -0.017605 0.026264 -0.01463 -0.026104 0.027886 -0.014226 -0.011076 0.011624 -0.048319 -0.01324 -0.026294 0.011779 0.012603 -0.012603 0.001208 0.048377 -4.7e-05 -0.017979 -0.039182 0.001262 0.027878 -0.006614 0.011221 -0.007686 0.024335 -0.036667 -0.018593 0.039874 0.027431 0.010692 -0.024919 -0.00081 -0.04378 0.020855 0.036939 -0.000292 -0.036996 0.011365 0.012418 0.018907 0.061222 0.017317 0.003522 0.032265 0.004181 -0.011105 -0.024232 -0.009634 0.012752 -0.018861 -0.007273 -0.004919 0.00403 0.019325 -0.025013 -0.02532 -0.006967 0.009656 0.008787 -0.023501 -0.028669 -0.001661 -0.034296 0.02583 0.00415 -0.036945 0.016037 -0.03677 0.022192 -0.013125 0.006908 0.031956 0.028781 0.010247 0.032894 0.003291 0.010974 -0.006384 -0.00295 0.001242 -0.02141 -0.04008 0.046526 -0.022285 -0.005104 -0.02823 -0.011449 0.010885 0.007818 -0.0202 -0.004502 -0.007188 -0.021015 0.012747 0.036357 -0.017367 -0.009551 0.023181 -0.011549 0.011293 -0.009988 0.018623 -0.001041 0.068546 -0.021564 -0.002949 0.002077 0.022734 0.024129 -0.019861 -0.015377 0.058986 -0.013284 -0.007285 0.017248 -0.004246 -0.016533 0.026987 -0.0624 0.037503 -0.001421 0.007312 -0.001376 -0.001369 0.0084\nঘ 0.005555 0.013119 -0.021957 -0.026556 -0.051375 0.026998 -0.015702 -0.027319 0.032219 0.021793 0.03215 -0.017403 -0.015531 -0.03264 -0.056939 0.013407 -0.016481 -0.016744 -0.033118 -0.048368 -0.006884 0.007986 0.005991 0.025295 0.009013 0.013107 0.001387 -0.001904 0.001987 -0.029029 0.005889 0.003266 0.02859 -0.013623 0.007859 -0.017708 -0.012807 -0.023265 0.015126 -0.025259 -0.012793 -0.028711 0.004537 -0.000796 -0.03547 -0.0046 0.045126 -0.020414 0.00776 0.000228 -0.033282 -0.022131 0.019905 -0.014733 -0.004394 -0.010856 -0.001065 0.005124 -0.005434 0.036509 -0.023361 -0.006593 -0.011209 -0.030218 0.010333 -0.001476 0.001589 0.010944 0.02584 0.013755 -0.035182 0.018496 0.029964 0.01858 -0.003757 0.009091 -0.023478 0.004146 -0.036848 0.009933 0.008887 -0.006916 -0.01232 -0.043582 0.02047 0.00066 0.009701 -0.010482 0.004379 -0.024937 -0.023031 -0.034028 0.026454 0.003732 0.027359 0.00788 -0.022277 -0.037586 -0.030384 0.000122 0.0111 0.006657 -0.012223 0.012423 0.02733 -0.022181 -0.010266 -0.007324 0.000935 -0.037988 0.01487 0.012539 0.022258 -0.017931 -0.010363 -0.01978 -0.020726 -0.003256 0.0081 0.006156 0.05842 0.053955 0.02855 0.010433 0.050427 0.037913 -0.00754 0.034613 -0.010075 0.015247 -0.016054 0.004433 0.005662 0.008367 0.002205 -0.043098 -0.038316 0.013859 -0.013632 0.010894 0.003549 0.004912 -0.047421 0.008006 -0.01199 -0.010505 0.058191 0.022851 0.016899 -0.01824 0.019602 0.018797 0.014059 0.034784 0.038477 0.016869 -0.024619 -0.019313 0.009416 -0.005651 -0.034084 -0.00796 0.002392 -0.006283 -0.000963 -0.021533 -0.005829 0.004181 0.008265 0.026238 -0.051191 -0.018533 0.014638 0.006812 -0.006579 -0.013101 0.007343 0.002066 -0.014995 -0.017133 0.010845 -0.014923 0.005042 -0.010117 0.018135 -0.023157 0.020566 0.008178 -0.01228 0.010279 0.058009 -0.020308 0.004603 -0.007454 -0.007272 0.000215 0.024146 0.048263 0.038625 -0.004359 -0.020001 -0.00229 0.037282 0.055144 0.000785 -0.009027 0.032171 0.002284 -0.002713 0.02798 0.01998 -0.029424 -0.009679 0.052845 0.010051 0.019019 0.026111 -0.029381 0.020446 0.012924 -0.015926 -0.026414 -0.019284 -0.024005 -0.027327 0.003472 -0.010728 0.021707 0.007991 0.009991 -0.004474 -0.007324 0.00294 0.005515 -0.028965 -0.03693 -0.043353 -0.013273 -0.050555 -0.005317 -0.003211 0.005253 -0.010359 -0.016913 0.010466 0.009522 0.012794 -0.026826 0.006366 0.012176 -0.004837 0.017304 -0.018257 0.017742 0.037599 0.026272 0.015133 0.037712 -0.024601 0.013473 -0.039547 -0.011648 0.030317 -0.004387 0.00572 0.001909 -0.019054 -0.028744 0.039744 0.009876 0.00743 0.014681 0.034175 0.004079 0.028232 0.009182 0.02234 0.036522 0.033741 -0.007901 0.013227 -0.00493 0.006058 0.017144 0.024606 -0.034676 0.04348 -0.021075 -0.013199 0.019506 -0.016784 -0.009099 -0.009696 -0.037971 0.000236 -0.028569 0.040072 0.017066 0.000185 0.017888\nચ 0.049832 0.012417 -0.077139 0.023225 0.013075 0.06755 0.014707 -0.02061 -0.033619 -0.055251 0.045443 -0.007185 -0.014467 -0.034011 0.036785 0.002239 -0.00715 -0.049464 -0.034682 -0.061013 -0.031175 -0.009921 0.009437 0.002906 -0.001348 0.02133 -0.003894 -0.010449 -0.005719 -0.047329 0.002352 -0.017918 -0.020193 -0.041464 0.020545 0.000864 -0.07337 0.069286 0.002736 0.016598 -0.062107 0.014363 0.013101 -0.007493 -0.028515 -0.038051 0.06365 -0.00976 -0.007542 0.020322 -0.01265 0.0628 0.016726 -0.029693 0.062897 0.019821 0.001137 0.055363 -0.004822 0.034407 -0.041087 -0.02821 -0.03447 -0.030864 0.038693 0.030081 0.038854 -0.004857 0.028022 0.005808 -0.093216 -0.003363 0.035456 0.023088 -0.082576 0.009895 -0.031863 0.021763 -0.065902 0.001328 0.026866 -0.010325 -0.023564 0.027086 -0.003251 -0.03674 0.001017 -0.029112 0.000667 -0.021651 -0.017601 0.033824 0.011783 -0.002327 0.008882 -0.000419 -0.009234 -0.048812 -0.005298 -0.022904 -0.026631 -0.010013 0.006155 -0.001355 0.038196 -0.024805 -0.018438 0.022596 0.050539 0.011806 0.062425 0.02044 0.020062 -0.032603 -0.004017 -0.007651 0.009631 -0.015567 -0.022371 -0.073229 0.042438 0.001 0.059874 0.031989 0.042482 0.021366 -0.027756 -0.022755 -0.001083 -0.044571 -0.012572 0.004675 -0.019457 0.058493 -0.026896 0.040131 -0.047214 0.015938 0.022498 0.056966 -0.018899 -0.002351 0.012942 0.042788 -0.045565 -0.068175 0.056515 0.019578 0.011352 -0.060053 0.010848 0.014356 0.016069 0.057895 -0.008185 0.004552 -0.019701 -0.020942 0.003818 -0.038715 -0.050518 0.042738 0.035927 0.024127 -0.033794 -0.019157 0.047514 -0.028812 0.008729 0.015931 -0.031696 -0.045298 -0.01972 0.04888 -0.02695 -0.022152 -0.017278 -0.003055 -0.043665 -0.041367 0.043556 -0.00388 0.008004 -0.012893 0.007007 -0.042674 0.007624 0.018141 -0.069081 0.010452 0.039033 0.037859 -0.048786 -0.055299 -0.011745 0.038711 -0.009728 -0.005588 0.005903 -0.013224 -0.061777 -0.053001 0.02415 0.043038 0.033926 0.038326 0.031534 0.014471 -0.013199 0.026007 -0.024936 -0.013824 -0.010427 0.01645 0.002379 0.076117 0.011732 -0.031469 0.020114 -0.010691 -0.00661 -0.002445 0.010402 -0.028394 -0.034681 -0.003956 0.003225 0.007531 -0.007601 -0.019248 -0.007892 0.005899 -0.031481 -0.056433 -0.052116 0.009336 0.004144 -0.016189 0.043896 0.035831 0.013883 0.009869 -0.04382 0.027221 0.015158 -0.024402 0.03399 -0.026515 0.032147 0.081189 0.020328 -0.003396 -0.008063 -0.03563 -0.01821 -0.016409 -0.015213 0.039459 -0.033027 -0.024893 0.002721 -0.020104 0.031962 -0.032844 -0.033312 -0.006836 -0.06443 -0.011935 -0.007928 -0.005978 0.024666 0.005515 0.010213 -0.003807 -0.000981 0.001471 0.030903 0.017198 0.055884 -0.06139 0.009411 -0.060273 0.061301 0.028482 -0.039085 0.00024 0.008871 -0.013275 -0.01044 -0.00817 -0.003746 -0.051562 0.006761 -0.121219 -0.010369 0.017103 0.039622 0.003391 0.038457 -0.003626\n̟ 0.032016 -0.016411 -0.084846 0.054442 0.002988 0.067252 0.022941 -0.013677 0.013159 -0.037367 0.067143 -0.000952 -0.040227 -0.022738 0.035383 0.032043 0.00507 -0.028722 -0.006898 -0.047296 -0.041559 0.005331 0.026941 -0.002107 0.022731 0.038518 -0.007575 0.014341 -0.026363 -0.036175 0.052511 -0.018131 -0.03102 -0.027784 0.012243 0.001595 -0.04518 0.053293 0.0088 0.066374 -0.05145 0.027073 0.003826 0.027648 -0.038345 -0.01933 0.0277 -0.008023 -0.01122 0.008287 -0.004488 0.05076 0.029462 -0.055093 0.068109 0.008967 -0.010079 0.028229 -0.005493 0.045372 -0.027806 -0.023472 -0.019331 -0.039915 0.031135 0.01153 0.049458 -0.016046 0.02462 0.016851 -0.054669 -0.008006 0.026624 0.022001 -0.069067 -0.002055 -0.015744 0.03004 -0.032133 -0.012878 0.019219 0.002702 0.014685 0.011775 -0.028808 -0.060527 0.00037 -0.006485 -0.021261 0.007919 -0.032962 0.057132 -0.021925 -0.01544 0.011645 -0.01171 0.011858 -0.072827 0.004911 -0.022832 -0.021047 -0.00122 0.00671 -0.029567 0.034074 -0.00744 -0.04079 0.009122 0.06133 -0.001849 0.047381 0.039353 0.034376 0.025791 0.026704 -0.013258 -0.04093 0.011578 -0.014618 -0.056631 0.035849 0.016907 0.069718 0.029428 0.027724 0.021302 -0.01959 -0.029318 -0.02297 -0.017701 -0.028601 0.041852 -0.036316 0.034635 -0.010083 0.033531 -0.034862 0.005632 0.003958 0.081518 -0.022123 -0.010805 0.020689 -0.002727 -0.046321 -0.050678 0.055787 0.015232 -0.000119 -0.067985 -0.003345 0.027092 0.048175 0.025669 -0.028993 -0.015502 -0.000663 -0.043934 0.016524 -0.029663 -0.020305 -0.00478 0.018381 0.047118 -0.04445 -0.026015 0.007368 -0.009216 0.032708 0.022863 -0.04803 -0.030034 -0.030994 0.036178 -0.012254 -0.040384 0.010388 -0.009769 -0.038858 -0.045511 0.025826 0.005604 0.018003 -0.002615 0.004542 -0.019953 -0.013266 -0.011328 -0.074015 0.010844 0.029704 0.020261 -0.03392 -0.052316 0.024322 0.05376 -0.027558 0.036154 -0.021845 0.02206 -0.028378 -0.054274 0.02207 0.016198 0.03223 -0.008264 0.003988 -0.013555 -0.012915 0.056381 -0.03639 -0.019142 0.00588 0.024417 -0.005604 0.070363 0.006336 -0.011664 0.027042 0.016467 -0.006785 0.008688 -0.00331 0.035046 -0.039572 0.022564 -0.020109 0.027511 0.025412 -0.038902 -0.00685 -0.00617 -0.002344 -0.035628 -0.047272 -0.002146 -0.005289 -0.013757 0.04756 0.048488 -0.020123 0.059044 -0.018388 0.002143 -0.018263 -0.001968 0.063059 0.006783 0.051917 0.053087 0.041693 0.020503 0.004457 -0.041681 -0.04825 -0.047518 -0.034394 -0.002679 -0.033549 -0.057152 -0.002446 -0.033355 0.029723 -0.016791 -0.036672 0.000991 -0.040544 -0.020683 -0.013693 0.016211 0.003209 -0.003509 0.012909 0.008936 0.001989 0.019017 -0.009554 0.023381 0.066652 -0.066325 -0.003696 -0.017902 0.006761 0.015412 -0.049343 -0.035871 -0.00558 -0.031314 -0.001631 -0.023578 0.022874 -0.048171 0.044696 -0.069028 0.016437 -0.008746 0.010017 0.019986 0.020122 0.001014\nอ 0.026006 0.000199 -0.036999 0.020754 0.010075 0.027986 0.007831 -0.001282 -0.019701 -0.022231 0.022308 0.00059 -0.005558 -0.014125 0.026089 -0.001915 0.006836 -0.017396 -0.0086 -0.034418 -0.013806 0.005503 0.005479 0.011274 0.003667 0.008594 -0.013044 -0.00675 -0.011599 -0.020794 0.016387 -0.022014 -0.015445 -0.029575 -0.000654 0.01644 -0.030458 0.031884 0.008969 0.014516 -0.026644 0.00977 0.000894 -0.005221 -0.019533 -0.018557 0.027616 0.004946 0.000378 0.005468 0.004725 0.038556 0.027761 -0.027885 0.029841 0.003697 -0.001027 0.022485 -0.011225 0.01875 -0.024809 -0.024109 0.000781 -0.014373 0.009048 0.014165 0.027771 -0.013968 0.033266 0.013686 -0.040692 -0.009033 0.020023 0.009969 -0.044869 0.003902 -0.027417 0.018049 -0.023443 -0.012827 0.012521 -0.003366 0.003211 0.012332 -0.017767 -0.035699 -0.002144 0.000459 -0.0147 0.000119 -0.002541 0.02113 0.007083 -0.01 0.012985 -0.005528 0.003172 -0.029893 0.003101 -0.000383 -0.015266 0.005007 -0.000858 -0.020212 0.013331 -0.002457 -0.009033 0.00633 0.023064 -0.00326 0.039467 0.014252 0.024056 -0.012766 0.004117 0.0005 -0.002028 0.000248 -0.003174 -0.032539 0.014761 0.003687 0.032495 0.017583 0.031057 0.009408 -0.010907 -0.011598 -0.005086 -0.012716 -0.005239 -0.006901 -0.012871 0.025829 -0.015929 0.012165 -0.02524 -0.001034 0.006567 0.035922 -0.000395 -0.00938 0.005652 0.021361 -0.029239 -0.037439 0.036716 0.006163 0.003095 -0.034417 0.00144 0.003927 0.031318 0.022068 0.000857 0.007385 0.003696 -0.025481 0.007795 -0.018225 -0.0134 0.012155 0.020557 0.011565 -0.008996 -0.010267 0.018267 -0.014207 0.018075 0.013784 -0.022615 -0.016472 -0.007353 0.023319 -0.018464 -0.02078 -0.001855 -0.004333 -0.031128 -0.016156 0.030695 -0.012226 0.006985 -0.009344 -0.007637 -0.007184 0.003145 0.01715 -0.042145 0.000657 0.01122 0.02506 -0.030285 -0.027328 0.005483 0.027226 -0.013157 0.009839 0.002167 -0.00014 -0.026141 -0.024006 0.010902 0.021088 0.020548 0.013057 0.003484 -0.005271 0.00033 0.026806 -0.013747 0.001646 -0.005864 0.015754 0.000845 0.048252 0.003407 -0.020207 0.004916 -0.002974 0.001341 0.011046 -0.001623 0.003809 -0.018949 -0.001682 -0.00215 0.014324 -0.00109 -0.024417 -0.005944 0.00015 -0.002101 -0.020632 -0.024733 -0.001297 -0.009765 -0.030778 0.020663 0.024748 0.010114 0.025489 -0.023061 0.010619 0.001925 -0.001393 0.025966 -0.003055 0.025909 0.0459 0.016007 0.003023 -0.004693 -0.03329 -0.024958 -0.015947 -0.001124 0.02165 -0.022685 -0.014694 0.008052 -0.010767 0.023222 -0.018956 -0.019369 -0.021811 -0.023053 -0.011192 0.003879 -0.00105 0.013984 -0.00311 0.007934 0.003479 0.007529 -0.004968 6.3e-05 0.012495 0.033317 -0.036758 -0.000244 -0.006299 0.01067 0.011433 -0.013939 -0.00548 0.015087 -0.006431 -0.01936 -0.012486 0.008367 -0.03338 0.006735 -0.054435 -0.009258 0.008567 0.00669 0.014197 0.018655 -0.001473\nб 0.038607 0.006718 -0.0512 0.023465 0.01583 0.035019 0.005065 -0.001072 -0.01678 -0.03139 0.043383 0.012016 -0.012029 -0.030835 0.038731 -0.01271 0.006128 -0.024326 -0.01413 -0.047603 -0.014024 0.000811 0.006717 0.015426 0.006765 0.023714 -0.006977 -0.012356 -0.018614 -0.026724 0.022208 -0.037761 -0.01698 -0.041983 0.01252 0.018534 -0.046374 0.04371 0.007349 0.019213 -0.034001 0.012768 0.002738 0.00258 -0.027852 -0.025374 0.038999 -0.000825 -0.003233 0.019761 0.01342 0.056899 0.033544 -0.037222 0.043651 0.013068 -0.000327 0.022295 -0.008977 0.027658 -0.032396 -0.028908 -0.008136 -0.018379 0.015577 0.023475 0.036222 -0.0157 0.029327 0.017443 -0.054091 -0.00863 0.021444 0.016085 -0.055484 0.000461 -0.036384 0.032551 -0.029094 -0.014207 0.015777 -0.003194 -0.001156 0.023809 -0.024013 -0.055341 0.003925 0.004175 -0.026708 -0.005222 -0.009179 0.02519 0.005122 -0.017745 0.016076 -0.00751 0.002029 -0.039197 -0.002386 -0.005574 -0.018271 -0.002047 -0.002693 -0.031859 0.019513 0.001131 -0.015531 0.011315 0.039406 -0.003221 0.050859 0.02546 0.023736 -0.011252 0.01345 0.007181 -0.013945 0.001413 -0.015479 -0.043471 0.023669 0.005237 0.042308 0.02964 0.033788 0.007919 -0.009268 -0.025032 -0.013213 -0.020051 -0.019146 -0.004236 -0.013233 0.030351 -0.024938 0.013912 -0.026317 0.008213 0.011059 0.044792 -0.00607 -0.014436 0.013382 0.030815 -0.036124 -0.054189 0.046007 0.008538 0.005533 -0.042654 0.004874 0.004263 0.033905 0.028642 -0.008155 0.001776 -0.002439 -0.024203 0.01884 -0.019243 -0.020568 0.020159 0.018045 0.017434 -0.021302 -0.00889 0.024806 -0.025316 0.016297 0.023148 -0.027067 -0.028037 -0.011556 0.038775 -0.017708 -0.030944 -0.007985 -0.006329 -0.040293 -0.0285 0.036802 -0.010243 0.003537 -0.010178 -0.008979 -0.019844 0.00383 0.02153 -0.062927 0.006945 0.024294 0.029494 -0.03148 -0.040934 0.009527 0.041077 -0.014111 0.019421 0.005212 0.005597 -0.043273 -0.038652 0.01525 0.028544 0.01659 0.017972 0.010123 -0.013483 0.001807 0.039669 -0.027084 -0.004885 -0.008252 0.020206 -0.003421 0.073077 0.002965 -0.027015 0.006645 -0.008079 -0.009643 0.01104 -0.01034 0.006176 -0.018359 -0.006536 -1.6e-05 0.021584 -0.011907 -0.026717 -0.008527 0.000754 -0.005222 -0.031695 -0.041153 -0.00439 -0.005104 -0.04228 0.031372 0.027597 0.0071 0.024694 -0.024383 0.016364 0.006871 -0.009615 0.050111 -0.0065 0.044044 0.055158 0.031459 0.003558 0.007217 -0.047571 -0.045024 -0.022766 -0.004138 0.026056 -0.030385 -0.012059 0.003494 -0.008174 0.029714 -0.027868 -0.027319 -0.020646 -0.033063 -0.022555 0.007078 -0.001035 0.013716 -0.004983 0.007939 -0.005786 0.014281 0.007794 0.004372 0.010726 0.040992 -0.052894 -0.003185 -0.024243 0.017006 0.016087 -0.022182 -6.7e-05 0.018149 -0.014124 -0.021012 -0.017661 0.007391 -0.043224 0.009208 -0.067189 -0.012059 0.013165 0.015593 0.018877 0.019011 0.004142\nְ 0.048587 0.013858 -0.081609 0.044803 0.021382 0.064729 0.017028 0.000824 -0.031513 -0.051838 0.050296 0.024996 -0.00705 -0.060359 0.059347 -0.015309 0.007482 -0.038787 -0.024614 -0.084236 -0.026295 -0.003874 0.014615 0.021579 0.003053 0.041049 -0.007553 -0.01049 -0.018277 -0.033043 0.030746 -0.054996 -0.026707 -0.071146 0.011356 0.022097 -0.062923 0.068523 0.014018 0.041089 -0.050283 0.008208 0.001511 0.009769 -0.041683 -0.049917 0.066325 -0.006479 -0.00527 0.038158 0.004472 0.096489 0.066392 -0.060601 0.072335 0.01095 -0.013258 0.03507 -0.022301 0.04283 -0.042708 -0.055154 -0.013411 -0.019478 0.030475 0.024408 0.06403 -0.016015 0.057394 0.025545 -0.068797 -0.009037 0.02939 0.02768 -0.082434 0.008718 -0.043593 0.043433 -0.043065 -0.021385 0.023384 -0.000302 -0.004659 0.029067 -0.039892 -0.084421 0.008972 -0.005916 -0.031619 -0.014953 -0.018817 0.040889 0.002044 -0.036097 0.011457 -0.020897 -0.003483 -0.06132 0.000794 -0.017996 -0.02689 0.000194 0.004589 -0.046732 0.025502 -0.011981 -0.020535 0.014849 0.057444 -0.001616 0.067678 0.032943 0.032589 -0.023043 0.018711 0.009486 -0.024949 0.00532 -0.023827 -0.067544 0.03096 -0.001771 0.0685 0.042278 0.057554 0.012569 -0.021061 -0.030483 -0.023956 -0.028093 -0.039827 0.002949 -0.025193 0.044695 -0.040173 0.028858 -0.042274 0.011741 0.007846 0.078286 -0.003048 -0.021743 0.028286 0.043698 -0.061003 -0.072239 0.06819 0.002661 0.001951 -0.061169 0.00717 0.021879 0.049266 0.049303 -0.007087 0.013558 -0.000892 -0.03356 0.025117 -0.039452 -0.027138 0.027874 0.035544 0.014289 -0.020992 -0.022836 0.034269 -0.046399 0.033412 0.046034 -0.047058 -0.037032 -0.021914 0.060076 -0.029237 -0.048873 -0.019372 -0.00945 -0.055194 -0.038009 0.062114 -0.0037 0.009455 -0.009866 -0.013552 -0.03334 0.005452 0.036971 -0.102514 0.007793 0.021043 0.043603 -0.04986 -0.068896 -0.005838 0.064007 -0.033604 0.016651 -8.1e-05 0.005871 -0.068388 -0.064342 0.020088 0.043679 0.03307 0.023439 0.0269 -0.006665 -0.017683 0.063798 -0.048143 -0.010944 -0.014192 0.027094 0.008041 0.112273 0.00734 -0.033738 0.002463 0.002912 -0.007369 0.019631 -0.009921 0.005173 -0.043728 0.000237 0.001513 0.021618 -0.02545 -0.019404 -0.003773 0.001124 -0.011794 -0.048532 -0.061276 -0.003456 -0.021766 -0.049856 0.058215 0.044445 0.014057 0.047012 -0.034239 0.025893 0.014722 -0.035321 0.070068 -0.020031 0.065754 0.086792 0.048651 0.018604 0.016129 -0.083122 -0.056477 -0.031305 -0.002712 0.038593 -0.035453 -0.027332 0.016622 -0.009945 0.0531 -0.036237 -0.057357 -0.033314 -0.054596 -0.020496 0.016223 -0.001505 0.041821 -0.006273 0.015998 -0.008223 0.033335 0.014473 0.012115 0.035162 0.072625 -0.084666 -0.011441 -0.031679 0.028167 0.033824 -0.043412 -0.001112 0.02889 -0.025076 -0.035736 -0.028965 0.02549 -0.07152 0.023716 -0.102715 -0.015845 0.014003 0.02597 0.020361 0.041409 0.008326\nĳ 0.03738 -0.01613 -0.025439 0.001188 0.017061 0.024338 -0.006057 0.054954 0.001208 -0.014637 0.024407 -0.009798 0.069559 -0.098865 0.007423 0.020076 -0.022793 0.035469 0.009189 -0.035271 -0.010258 0.017666 0.012401 -0.008727 0.025868 0.008252 -0.021805 0.065464 -0.004253 -0.015895 -0.013639 -0.038617 -0.005675 0.032995 -0.045623 0.088265 -0.028628 0.009526 0.04797 -0.01097 -0.01191 0.009653 -0.016492 0.007057 -0.05176 0.047642 0.043745 0.004704 -0.014632 -0.01722 -0.01511 -0.012352 0.058089 -0.058021 0.066462 0.028006 -0.042373 -0.003132 -0.061035 0.06139 0.00176 -0.052707 -0.020596 -0.028895 0.046467 0.025899 0.04453 -0.045591 0.048941 0.026335 -0.051795 0.000459 -0.003119 0.023906 -0.056452 0.029887 -0.03455 -0.000888 -0.034833 -0.042827 -0.0061 -0.049369 -0.005438 0.032671 -0.091149 -0.07145 -0.024632 0.075091 -0.040599 0.03549 -0.007419 0.079716 0.013639 -0.038584 0.033849 -0.03225 -0.019911 -0.018178 0.020675 -0.002386 -0.034977 0.001421 0.038644 0.020574 0.069507 -0.028462 -0.00547 0.087134 0.0536 -0.055799 0.007365 -0.017957 -0.008437 0.017596 0.042648 -0.025221 0.005641 -0.015901 0.02807 -0.009039 -0.034603 -0.024064 0.02804 0.021463 0.017027 0.00247 -0.074296 -0.009003 -0.02888 -0.002591 -0.033592 -0.005515 0.021176 -0.006313 -0.047796 -0.015214 -0.086845 0.008061 -0.032583 0.027963 0.057739 -0.015637 -0.035562 0.046153 -0.01645 0.000615 0.030214 -0.005559 0.010343 -0.041415 0.033218 0.026114 -0.018815 0.035301 0.010936 0.007655 0.0279 -0.023349 0.008028 -0.007274 -0.006575 0.055714 -0.02062 0.042121 -0.001817 -0.062892 0.019594 -0.087523 0.062284 -0.008705 -0.063882 -0.007115 -0.005063 0.025947 0.039379 -0.028958 -0.012367 -0.009499 -0.064164 -0.026058 0.051971 0.015217 0.03322 0.015999 0.003741 -0.059997 -0.020223 -0.010499 0.002515 -0.032095 0.013627 0.026221 -0.069952 -0.042008 -0.000567 0.017157 -0.019175 -0.049552 -0.028502 0.015872 -0.055391 -0.062929 0.013638 0.0736 -0.015423 -0.020483 0.054594 -0.021637 -0.047377 -0.000589 0.001165 0.038039 0.011689 0.046358 0.006638 0.029843 0.006442 -0.041007 -0.000725 -0.021617 -0.047396 0.035016 0.049848 0.014865 0.028543 -0.058316 -0.05125 -0.063044 -0.064594 0.015783 -0.023567 -0.057253 -0.026018 -0.012934 -0.005981 -0.006365 -0.00555 -0.03314 0.05427 0.068208 -0.003725 0.043703 0.017701 0.007664 -0.007478 -0.004331 -0.018669 -0.025983 0.012256 0.044607 0.016862 -0.048845 0.001692 0.019602 -0.071621 -0.056306 -0.045666 0.009251 -0.030866 -0.01506 0.040681 0.004435 0.056035 0.035535 -0.001856 0.016905 0.006033 0.002226 0.020201 -0.04184 0.048825 -0.037801 0.022207 -0.005353 0.046036 -0.042817 -0.056504 0.046592 0.01756 -0.006426 -0.001277 -0.056669 -0.009567 0.023578 -0.014459 -0.051581 -0.020323 -0.011073 -0.055895 0.027315 -0.026136 -0.063037 -0.010658 -2.3e-05 0.010473 0.032833 0.010871 -0.038188 0.00336 0.021449\nδ 0.027916 -0.001155 -0.042697 0.018271 0.002615 0.040388 0.011199 -0.006722 -0.014072 -0.029375 0.027477 0.014738 -0.016105 -0.022245 0.030766 -0.005062 0.012085 -0.020784 -0.014573 -0.038677 -0.01038 0.010443 0.007032 0.012466 0.006534 0.010993 -0.003926 -0.009131 -0.01016 -0.016406 0.02221 -0.03528 -0.013281 -0.038057 0.003195 0.018035 -0.034966 0.033513 0.007179 0.014162 -0.033777 0.006241 -0.001202 0.00928 -0.013447 -0.020489 0.027905 0.00301 0.001468 0.009196 0.006843 0.040995 0.032048 -0.02561 0.036068 0.008529 0.002218 0.024379 -0.010815 0.020896 -0.032886 -0.028721 -0.008583 -0.021779 0.011695 0.017214 0.041451 -0.015496 0.02324 0.014641 -0.046773 -0.00492 0.024283 0.010485 -0.042102 -0.002844 -0.031676 0.020491 -0.021985 -0.011367 0.011363 0.00495 -0.002326 0.012377 -0.013854 -0.044903 0.003642 -0.00189 -0.009975 0.003283 -0.004087 0.022684 -0.002099 -0.001686 0.01208 -0.008366 0.000491 -0.027627 -0.008919 -0.008759 -0.013805 0.000915 -0.000797 -0.028692 0.018192 -0.007961 -0.012947 0.011999 0.029233 -0.006865 0.046143 0.016103 0.020774 -0.008709 0.005298 0.001016 -0.003019 0.002158 -0.008033 -0.037419 0.02911 -0.002841 0.030135 0.023295 0.021926 0.0043 -0.001506 -0.00519 -0.011968 -0.013491 -0.008413 0.004282 -0.011163 0.028754 -0.019073 0.005032 -0.023787 0.001636 -0.001103 0.038734 -0.008157 -0.009302 0.012621 0.021891 -0.02685 -0.040443 0.037011 0.005815 0.004762 -0.038725 0.000815 0.006539 0.030005 0.019398 0.001564 -0.001815 0.000375 -0.01986 0.015175 -0.017362 -0.014298 0.011913 0.021903 0.016125 -0.007264 -0.016489 0.026171 -0.022543 0.02353 0.013383 -0.028592 -0.021409 -0.010789 0.032562 -0.007745 -0.023738 -0.01167 -0.010049 -0.027406 -0.011402 0.031335 -0.010599 0.00671 0.000498 -0.01487 -0.010574 -0.006692 0.026157 -0.055037 -0.005293 0.018852 0.034281 -0.027574 -0.037138 0.002382 0.027792 -0.014878 0.012784 0.007845 0.001379 -0.032067 -0.024706 0.015713 0.024767 0.016448 0.009562 0.013931 -0.017104 -0.000758 0.02791 -0.014219 -0.007794 -0.012083 0.011476 -0.000292 0.057368 0.005153 -0.014917 0.002897 -0.00445 -0.005411 0.017342 -0.010254 0.004747 -0.025288 -0.004121 0.003402 0.009409 -0.004817 -0.026099 -0.002067 0.002332 -0.005843 -0.015532 -0.02569 0.002156 -0.014285 -0.034061 0.020748 0.032877 0.006864 0.023674 -0.021878 0.00963 0.007574 -0.003519 0.034921 -0.003082 0.029983 0.049868 0.018765 0.008368 -0.000924 -0.028905 -0.029551 -0.026754 -0.003966 0.006931 -0.026634 -0.011826 0.010078 -0.008275 0.024384 -0.017921 -0.022874 -0.010287 -0.023918 -0.01829 0.005971 -0.002605 0.021735 -0.008999 0.002883 -0.005681 0.004336 -0.006503 0.001277 0.017343 0.04005 -0.040251 -0.006204 -0.018026 0.010141 0.011764 -0.020328 -0.006701 0.011592 -0.010672 -0.0165 -0.019305 0.003108 -0.035266 0.006363 -0.061001 -0.007726 0.005241 0.006528 0.010146 0.019564 0.000295\nᦸ 0.039308 0.00378 -0.016326 0.032218 0.025068 -0.012624 0.007064 -0.024817 -0.008645 -0.012832 0.027379 -0.028109 0.008736 -0.000833 0.019728 -0.024783 0.018838 -0.055262 0.001402 -0.001048 -0.028898 0.029814 -0.021743 0.043433 0.000223 0.004912 -0.045728 -0.012235 0.002032 -0.04458 0.030134 0.004501 -0.016117 -0.033913 0.022994 0.018573 -0.06747 0.088254 0.017849 -0.017114 -0.035537 0.013895 -0.010938 -0.030231 -0.007671 -0.05478 0.033245 0.006437 -0.013229 -0.01132 0.024428 0.044133 0.02527 -0.047251 0.059162 0.009547 0.034808 -0.024943 0.012174 0.012349 -0.011868 -0.031206 -0.004581 -0.036303 0.019283 0.030461 0.023741 -0.015795 0.009294 0.012356 -0.030657 0.01307 0.033127 0.068144 -0.071606 0.0316 -0.036464 0.037468 -0.022497 -0.001786 0.024653 0.011682 0.019165 0.063303 0.006335 -0.054107 0.00237 0.009776 -0.042857 -0.025619 -0.003457 0.030815 0.011769 -0.009353 0.028449 -0.022982 -0.01781 -0.023766 -0.020712 0.01261 -0.029621 -0.015339 -0.015099 -0.019497 0.000734 -0.016095 0.019959 -0.016784 0.061782 -0.024529 0.017705 0.028411 0.012253 -0.018188 -0.004852 0.033888 0.007946 0.003754 -0.026965 -0.069657 0.023566 -0.030828 0.051126 0.047746 0.033123 -0.010655 0.001602 -0.007149 -0.012316 -0.006758 -0.026807 -0.001066 -0.023566 0.020731 -0.040224 -0.00972 -0.010396 0.022219 -0.015676 0.013517 -0.036442 0.007238 0.033614 0.042504 0.001662 -0.047527 0.023674 0.003546 -0.011173 -0.04237 -0.019028 0.022803 0.012258 0.016223 -0.005186 0.006932 -0.045859 -0.025948 0.008577 -0.031606 0.022628 0.012802 -0.010473 0.053116 -0.0125 0.00566 0.008466 -0.004363 0.004142 0.034776 -0.043091 -0.037824 0.020892 0.006257 -0.03707 -0.002631 -0.001473 0.008231 -0.046111 -0.036961 0.048354 -0.001858 -0.016106 -0.009938 0.027588 0.013338 0.000307 -0.003235 -0.077065 0.018269 0.02041 0.060849 -0.07233 0.010341 -0.013141 0.029391 -0.019678 0.032833 0.041766 0.043577 -0.041414 0.000931 0.002666 0.022553 0.03552 0.003755 0.009433 -0.01364 -0.014199 0.047228 -0.020928 0.023062 0.009024 -0.021787 0.03254 0.031608 -0.037033 -0.050219 0.001151 0.022476 -0.011869 0.011178 6e-05 -0.027352 0.002015 0.011237 -0.01178 0.009958 0.005077 -0.048114 -0.01311 -0.011021 -0.013223 -0.037564 -0.055043 -0.003718 0.010319 -0.048032 0.011328 0.036225 0.002564 0.017495 -0.008994 0.019722 0.007134 -0.007149 0.058284 0.02732 0.014141 0.074582 -0.000804 0.010301 -0.018686 -0.052762 -0.031795 -0.002595 0.015857 -0.028347 0.022876 -0.058224 0.023256 0.028811 0.017384 -0.049835 -0.053844 0.018537 -0.021665 -0.027367 -0.021998 -0.026774 0.004438 0.01516 -0.020547 0.009722 -0.010678 -0.022181 -0.014804 0.028792 0.031369 -0.04614 0.000274 -0.004427 -0.004014 0.02012 -0.019184 0.008289 0.005105 0.000977 -0.013507 -0.022147 -0.006322 -0.03168 -0.020648 -0.08512 -0.01837 0.004748 -0.00499 0.035191 -0.013678 -0.005745\nូ 0.02504 0.011026 -0.023327 0.022408 0.007866 0.048144 0.003431 0.002824 -0.017047 -0.02863 0.020899 0.005565 -0.003765 -0.018655 0.016512 -0.00088 0.00966 -0.02651 0.002493 -0.043482 -0.007255 0.011282 0.001799 0.002425 -0.003142 0.015678 -0.019012 -0.014062 -0.01329 -0.011561 0.03108 -0.035798 -0.01573 -0.040396 0.019819 0.008685 -0.020107 0.044344 -0.005139 0.018603 -0.032888 0.004315 -0.000858 0.002154 -0.018655 -0.016155 0.029568 -0.003099 0.0087 0.015753 0.001067 0.042162 0.030282 -0.030083 0.03693 0.009428 0.013748 0.015285 -0.000331 0.018255 -0.021353 -0.014763 -0.011489 -0.012834 0.018325 0.016599 0.032367 -0.020014 0.030041 0.017424 -0.047011 -0.010183 0.019925 0.02049 -0.045721 0.002528 -0.022462 0.009442 -0.029939 -0.005348 0.028893 0.010567 0.004781 0.020492 -0.013902 -0.055324 0.012346 0.003617 -0.007179 -0.007219 -0.013735 0.018369 0.010678 -0.001406 0.013238 -0.002166 0.011782 -0.043183 0.017565 -0.00757 -0.013761 -0.006246 -0.003445 -0.037207 0.015757 0.013747 -0.023898 0.009645 0.030998 -0.000755 0.043891 0.024712 0.013504 -0.024248 -0.007852 -0.007576 -0.00548 -0.007689 -0.013116 -0.035255 0.038579 0.000564 0.037616 0.00224 0.025911 0.001049 -0.004593 -0.004538 -0.009948 -0.011238 -0.0238 -0.002762 -0.018677 0.038601 -0.021563 0.007894 -0.009465 -0.009846 0.010315 0.041022 -0.0072 0.000393 0.001228 0.013791 -0.046979 -0.043694 0.052131 0.010704 0.008785 -0.035087 0.007432 -0.000235 0.025158 0.009952 0.005883 0.002502 -0.008281 -0.026662 0.017597 -0.014366 -0.016766 0.016525 0.036267 0.013971 -0.013843 -0.018778 0.024513 -0.015841 0.020396 0.008688 -0.039751 -0.020892 -0.008483 0.036372 -0.019317 -0.01659 -0.006795 -0.005861 -0.045332 -0.017345 0.032566 -0.009302 0.008506 -0.010222 -0.009169 -0.014123 0.014894 0.006531 -0.055392 0.007001 0.01662 0.023672 -0.032126 -0.032345 0.006097 0.034467 -0.027786 0.015921 0.009466 0.002352 -0.0218 -0.017428 0.015547 0.017311 0.020381 0.019374 0.004604 -0.006149 -0.013275 0.024893 -0.019961 -0.016481 -0.000629 0.013051 -0.001675 0.049842 0.013251 -0.013056 0.01454 0.002033 -0.012207 0.013654 -0.003674 0.001694 -0.022746 0.010153 -0.000627 0.005884 -0.005618 -0.020805 -0.011154 -0.007804 0.003012 -0.020623 -0.037869 0.000761 -0.017685 -0.018201 0.019864 0.018543 0.010269 0.028927 -0.021589 0.021505 -0.008539 -0.006651 0.036871 -0.000609 0.028473 0.057452 0.019074 0.012295 0.005296 -0.028197 -0.031884 -0.017119 0.00801 0.014379 -0.014379 -0.003144 0.006072 -0.011061 0.023885 -0.025241 -0.033134 -0.029443 -0.025177 -0.01952 0.003875 -0.012163 0.020591 -0.002719 0.017386 -0.006381 0.009395 0.002459 0.005471 0.023709 0.036234 -0.05692 -0.009945 -0.000262 0.015123 0.01568 -0.026242 -0.007676 0.009685 0.001143 -0.017957 -0.009189 0.004937 -0.027052 0.012667 -0.044341 -0.019596 0.013854 0.001906 0.005372 0.01956 -0.000392\nు 0.02955 0.00505 -0.040623 0.025197 0.000852 0.041511 0.009687 0.003781 -0.004419 -0.014905 0.035907 0.015758 -0.016328 -0.032462 0.032536 0.003192 0.029405 -0.027495 0.014273 -0.037509 -0.014917 -0.000957 0.006504 0.009739 0.000768 0.033828 -0.020342 -0.018148 -0.012212 0.013237 0.03207 -0.019587 -0.013806 -0.023315 -0.001434 0.014365 -0.054222 0.033427 0.001694 0.008816 -0.026502 0.005399 0.004903 0.021203 -0.010289 -0.0069 0.051085 0.016133 0.012426 0.00493 0.012046 0.034606 0.031527 -0.037384 0.042858 0.010935 -0.014185 0.028584 -0.012632 0.02009 -0.020042 -0.002422 -0.020728 -0.010891 0.001713 0.018504 0.038087 -0.020329 0.018726 0.019721 -0.019301 -0.00717 0.019302 -0.003319 -0.060016 0.00189 -0.017717 0.030513 -0.001859 -0.020259 0.008084 0.005506 -0.009553 0.020228 -0.022204 -0.055294 0.008922 0.002087 -0.027582 0.000395 -0.013325 0.028787 -0.007207 -0.017186 0.000925 -0.003154 -0.015927 -0.034685 0.016342 -0.005846 0.011368 -0.000233 0.009561 -0.016697 0.018895 -0.000299 -0.012721 -0.000705 0.026885 0.009284 0.041545 0.037972 0.017073 -0.011598 0.018054 0.010332 0.003955 -0.014127 -0.00329 -0.041723 0.021311 0.003354 0.026152 0.006618 0.036732 -0.007281 -0.019912 -0.018465 -0.010515 -0.009675 -0.019216 0.007781 -0.007547 0.02434 -0.011719 0.030933 -0.022262 0.03112 -0.004653 0.050125 -9.1e-05 -0.011836 0.009858 0.024709 -0.04381 -0.041644 0.02333 -0.016447 -0.000285 -0.029091 -0.002298 0.00494 0.019304 0.023185 0.007248 0.004363 -0.014643 -0.028885 0.00662 -0.021533 -0.019522 0.010103 0.034772 0.001431 -5.4e-05 -0.0076 0.021719 -0.016783 0.027926 0.002995 -0.037215 -0.037742 -0.005222 0.033783 -0.031793 -0.024198 0.00104 -0.014032 -0.023308 0.004111 0.050463 0.007076 0.004194 -0.004769 -0.009346 -0.01864 -0.001348 0.017844 -0.064583 0.005478 0.012166 0.016253 -0.031806 -0.037965 -0.017347 0.042335 0.001106 0.004812 -0.02459 0.006044 -0.014547 -0.036647 0.025516 0.0137 0.024946 0.009507 0.005463 -0.013622 -0.006428 0.013742 0.00545 -0.007412 -0.003215 0.019395 0.000508 0.058521 0.011024 -0.004959 0.009204 -0.001162 0.0145 0.024262 -0.013251 -0.004245 -0.020256 0.000485 -0.005504 -0.013323 0.017622 -0.014354 -0.014002 0.015096 -0.016032 -0.043571 -0.043668 -0.00548 -0.007202 -0.036531 0.033185 0.013525 0.014572 0.025163 -0.019977 0.020882 -0.00404 -0.014522 0.035507 -0.007801 0.042368 0.035407 0.045549 0.010044 0.003193 -0.049966 -0.022667 -0.002132 -0.002362 0.012187 -0.03322 -0.021487 0.01453 -0.004491 0.025721 -0.017927 -0.036487 -0.033807 -0.02686 -0.005414 0.010556 -0.005053 0.022668 -0.002494 -0.003706 0.006946 0.009843 -0.007152 0.008292 0.015418 0.02049 -0.048313 -0.01039 -0.01311 0.02849 0.013774 -0.021108 0.012419 0.004797 -0.019339 -0.031126 0.001943 0.033882 -0.041366 0.013606 -0.047502 -0.034197 0.030484 0.01502 -0.024726 0.029514 -0.002218\nව 0.031493 0.004624 -0.052946 0.023093 0.01605 0.048416 0.01202 -0.004742 -0.026055 -0.030846 0.045057 0.021069 -0.01506 -0.040238 0.047533 -0.009307 0.00024 -0.027524 -0.012183 -0.055003 -0.012057 -0.008596 0.014795 0.008131 0.002227 0.019682 -0.008453 -0.010017 -0.009761 -0.030051 0.029612 -0.034646 -0.024059 -0.052039 0.019832 0.018006 -0.039395 0.044511 0.007494 0.034395 -0.03156 0.016126 0.00368 -0.004555 -0.037742 -0.029189 0.044034 0.00609 -0.007028 0.01813 0.006231 0.070718 0.042492 -0.04809 0.052952 0.00325 -0.016388 0.022081 -0.017749 0.027562 -0.038494 -0.041315 -0.013564 -0.012104 0.01031 0.013725 0.053339 -0.015563 0.041704 0.013331 -0.057689 -0.005876 0.023923 0.019812 -0.048803 -6.6e-05 -0.035505 0.027109 -0.042829 -0.008801 0.01254 -0.005143 -0.00971 0.020644 -0.02874 -0.069823 -0.001105 0.002079 -0.030402 -0.012975 -0.012161 0.02745 0.003402 -0.018139 0.011854 -0.014092 0.000314 -0.035036 -0.00589 -0.006056 -0.02629 -0.010194 0.003637 -0.029975 0.021193 -0.005294 -0.01523 0.011741 0.043692 -0.002089 0.046592 0.020163 0.024665 -0.019848 0.01518 0.006016 -0.010248 -0.009119 -0.025194 -0.046853 0.026823 -0.006906 0.045282 0.033933 0.038762 0.018939 -0.012386 -0.009661 -0.021997 -0.025521 -0.024929 0.002325 -0.016378 0.040007 -0.021098 0.019366 -0.025909 0.012634 0.001109 0.057443 -0.000135 -0.007151 0.013301 0.038821 -0.04939 -0.058392 0.064621 0.007275 -0.001129 -0.049334 0.014705 0.025589 0.040765 0.026523 -0.00258 0.005921 -0.000382 -0.026347 0.026856 -0.025781 -0.020044 0.018241 0.021279 0.011592 -0.021294 -0.013971 0.033087 -0.02987 0.019089 0.030122 -0.023786 -0.027061 -0.009881 0.035002 -0.020177 -0.03671 -0.015727 -0.014709 -0.045255 -0.01783 0.040115 -0.011332 0.008881 -0.01011 -0.010777 -0.029171 -0.001254 0.023702 -0.065028 0.002761 0.007557 0.026207 -0.040448 -0.045124 0.013938 0.047538 -0.02742 0.012384 -0.003632 -0.004881 -0.043987 -0.029808 0.013059 0.037294 0.023808 0.016798 0.018352 -0.008914 -0.010762 0.040553 -0.031566 -0.006214 -0.019666 0.014135 0.001265 0.071572 0.014135 -0.03182 0.006064 0.005205 -0.004688 0.00188 0.002301 0.016178 -0.02802 -0.006655 -0.00101 0.020339 -0.003043 -0.014421 -0.004834 0.005116 -0.012938 -0.038686 -0.04231 -0.00105 -0.014813 -0.04298 0.037026 0.022649 0.018853 0.034515 -0.036234 0.014532 0.003659 -0.018981 0.037506 -0.003108 0.053121 0.061084 0.037776 0.01431 -0.003053 -0.059956 -0.038549 -0.02448 -0.010863 0.025272 -0.032662 -0.006585 0.005839 -0.013118 0.03861 -0.029053 -0.029924 -0.020037 -0.034468 -0.005277 0.007883 0.001125 0.029418 -6e-06 0.017627 -0.0059 0.023178 0.020427 -0.00145 0.026054 0.054148 -0.062517 -0.002213 -0.021239 0.016969 0.023084 -0.009818 -0.000877 0.020834 -0.011856 -0.034786 -0.027786 0.014823 -0.064811 0.006536 -0.083151 -0.008094 0.013826 0.022017 0.02195 0.020136 0.004466\nृ 0.041239 0.006684 -0.080706 0.034856 0.022075 0.060096 0.010829 0.003825 -0.020791 -0.045706 0.040818 0.021327 0.001244 -0.051787 0.046825 -0.011231 0.001873 -0.032496 -0.011964 -0.062333 -0.017217 -0.004943 0.021144 0.024815 0.002576 0.032744 -0.022511 -0.008214 -0.021743 -0.033714 0.018844 -0.041366 -0.03343 -0.062541 0.017948 0.011167 -0.050533 0.052866 0.014616 0.027384 -0.032234 0.013907 -0.006086 0.003238 -0.046671 -0.036838 0.046256 -0.010582 -0.013057 0.02282 0.003376 0.074153 0.040671 -0.051531 0.055025 0.017444 -0.017699 0.034575 -0.01481 0.044664 -0.037357 -0.04267 0.001978 -0.026823 0.033092 0.01893 0.041647 -0.011126 0.049579 0.022194 -0.058249 -0.007092 0.035646 0.018037 -0.056743 0.014623 -0.046338 0.034121 -0.043805 -0.010434 0.013231 -0.008175 -0.013039 0.02412 -0.033645 -0.068214 0.00893 0.004329 -0.02884 -0.007935 -0.013589 0.041042 0.013319 -0.032313 0.02636 -0.01059 -0.002741 -0.059606 0.00489 -0.009233 -0.028738 0.0033 0.002416 -0.04216 0.002324 -0.003792 -0.013469 0.01453 0.040832 -0.002992 0.047722 0.033998 0.028395 -0.031414 0.013818 0.013999 -0.014161 -0.007793 -0.018858 -0.050312 0.031342 -0.00098 0.05964 0.031777 0.054753 0.013337 -0.007534 -0.018268 -0.019325 -0.036513 -0.030734 0.002294 -0.022496 0.031402 -0.035228 0.014951 -0.047509 0.020232 0.005509 0.068122 0.002565 -0.015952 0.016436 0.038939 -0.047763 -0.067925 0.065572 -0.002579 -0.00673 -0.046488 0.006365 0.028934 0.045884 0.036531 -0.000621 0.002175 -0.000658 -0.018509 0.02246 -0.031401 -0.034029 0.022579 0.027582 0.008083 -0.021003 -0.018852 0.036047 -0.028699 0.015354 0.034872 -0.037137 -0.017533 -0.023928 0.043744 -0.024169 -0.056278 -0.015711 -0.004262 -0.056502 -0.02132 0.034844 -0.009371 0.001306 -0.002871 0.010584 -0.016759 0.015011 0.033294 -0.061574 0.007495 0.022305 0.032903 -0.047771 -0.070525 -0.001655 0.064383 -0.032137 0.011617 0.005066 -0.008983 -0.054799 -0.046241 0.023016 0.044889 0.013562 0.027914 0.032914 -0.01104 -0.008276 0.060394 -0.039573 -0.006543 -0.013771 0.00434 -0.004966 0.105006 0.002606 -0.029971 0.005346 -0.000711 -0.020205 0.013844 -0.013533 0.006951 -0.039462 -0.00862 -0.015399 0.035041 -0.010976 -0.024643 -0.004721 -0.006244 -0.013971 -0.037074 -0.055076 -0.009392 -0.027003 -0.036158 0.03714 0.040777 0.01511 0.029777 -0.033178 0.024018 0.005712 -0.019349 0.063827 -0.022424 0.050112 0.073091 0.041493 0.006522 0.007933 -0.059825 -0.035838 -0.013205 -0.006208 0.030555 -0.03265 -0.019199 0.012043 -0.022819 0.049292 -0.036023 -0.045484 -0.012179 -0.043166 -0.029175 0.027444 -0.000883 0.041496 0.002598 0.013063 -0.008997 0.024634 0.017475 -0.0024 0.026918 0.072994 -0.07548 -0.007662 -0.01797 0.023878 0.031556 -0.037786 -0.004191 0.02506 -0.011969 -0.025149 -0.029583 0.013114 -0.059949 0.02021 -0.095622 -0.009337 1e-05 0.008231 0.025381 0.027119 0.008523\nໂ 0.031529 -0.001055 -0.021661 0.01412 0.006371 0.029859 -0.003449 -0.010166 -0.005504 -0.027865 0.010937 -0.0022 0.000774 -0.006131 0.013195 -0.003595 0.010364 -0.007297 -0.003866 -0.042313 -0.006555 0.011957 0.010617 -0.000705 0.002279 0.013141 -0.017862 -0.007597 -0.007761 -0.006072 0.021769 -0.019102 -0.02471 -0.030496 -0.001533 0.006182 -0.009281 0.021836 -0.00231 0.019443 -0.017162 0.003152 0.009635 -0.002261 -0.01799 -0.020207 0.017728 -0.006955 0.001766 0.017605 -0.004326 0.027179 0.019882 -0.025705 0.027021 0.014359 0.004796 0.010793 0.007864 0.012653 -0.02628 -0.013742 -0.012308 0.000769 0.012182 0.024221 0.029245 -0.003213 0.032216 0.020948 -0.035075 -0.015984 0.014351 0.011271 -0.024624 -0.00166 -0.009715 0.011896 -0.033988 -0.00881 0.011748 0.007349 0.005352 -0.001758 -0.018266 -0.05403 0.006594 -0.002772 -0.005252 -0.014748 -0.00606 0.017339 0.010685 -0.013862 0.02351 -0.008876 0.001216 -0.032049 -0.001501 0.002232 -0.034979 -0.00382 0.006841 -0.013638 0.011057 -0.002728 -0.005489 0.005879 0.031989 0.00241 0.024061 0.019997 0.025708 -0.010018 -0.00341 0.004634 -0.004336 -0.000711 -0.016323 -0.032584 0.020489 -0.006065 0.030286 0.018097 0.031243 0.009125 -0.001369 0.003343 -0.013392 -0.025642 -0.011162 -0.014427 -0.00143 0.024656 -0.019247 -0.00418 -0.013991 0.018279 0.01134 0.013799 -0.000279 -0.009675 -0.007169 0.016038 -0.025976 -0.032061 0.026713 0.007778 0.00526 -0.026918 0.004087 0.007521 0.018293 0.00983 0.010182 -0.001351 0.00171 -0.011941 0.008901 -0.020698 -0.021836 0.00052 0.004846 0.005264 -0.021491 -0.011586 0.023025 -0.019579 0.012519 0.005179 -0.00331 -0.008105 -0.006702 0.032381 -0.014784 -0.008719 0.013361 -0.001805 -0.034166 -0.015147 0.015296 -0.004585 0.013883 -0.013533 0.0023 -0.014414 0.008306 0.013333 -0.022954 0.000431 -7.8e-05 0.015042 -0.033082 -0.012705 0.000814 0.03564 -0.021929 0.016478 0.007448 0.002202 -0.013654 -0.011635 0.009615 0.017271 -0.00379 0.023281 0.003329 0.00895 -0.003818 0.037015 -0.006803 -0.008393 0.007491 0.007219 0.019375 0.032672 0.013289 -0.024235 0.008775 -0.0003 -0.002539 0.012641 -0.014228 0.004427 -0.014668 -0.011768 -0.003836 0.010113 0.005033 -0.023429 -0.019383 -0.000338 -0.014049 -0.022262 -0.028346 -0.000241 -0.013343 -0.023045 0.003969 0.004762 0.005417 0.015216 -0.025595 0.030781 -0.012434 -0.002381 0.009476 -0.016002 0.035853 0.029186 -0.001603 0.004002 0.007537 -0.012817 -0.014485 -0.014894 0.000704 0.022075 -0.020901 -0.007918 0.007812 0.002164 0.022768 -0.021768 -0.010333 -0.025619 -0.027305 -0.011199 0.005621 -0.002087 0.027342 0.006575 0.007343 -0.004163 0.008123 -0.009986 -0.003601 0.01327 0.036177 -0.043785 -0.002113 -0.002122 0.014663 0.018104 -0.014572 -0.011719 0.004401 -0.01043 -0.012622 0.003375 0.002428 -0.024051 -5.1e-05 -0.039511 -0.008302 0.027327 0.006844 0.017843 0.022277 -0.003272\nˊ 0.024962 0.013156 -0.041155 -0.013613 -0.015683 0.027607 -0.02183 -0.027324 -0.00341 -0.024332 -0.01961 -0.01308 -0.016713 -0.013016 -0.004286 -0.010518 -0.018148 0.003412 -0.026073 -0.018385 -0.007672 0.020863 0.009336 -0.000356 0.015217 -0.00976 -0.015046 -0.015124 -0.003699 -0.041566 0.0073 -0.007103 -0.007587 -0.021738 -0.017977 0.006353 -0.0139 0.005001 -0.035288 -0.012012 -0.0319 -0.010775 0.020134 -0.01297 -0.023983 0.00865 0.026771 -0.008421 0.002869 0.030469 0.0092 0.019624 0.018355 -0.01257 0.024063 0.008741 0.007254 0.022282 0.014946 0.036526 -0.016582 -0.010535 -0.005772 -0.001919 0.019022 0.023624 0.035493 0.003895 0.036018 0.001953 -0.053731 0.004377 0.032757 0.02709 -0.034123 0.000758 -0.003916 0.025207 -0.015169 0.000117 -0.013814 0.004656 -0.003044 -0.010347 -0.002987 0.007631 0.018367 -0.034172 0.023387 -0.035181 0.016617 -0.005614 0.019314 -0.017197 0.006507 -0.005708 0.020916 -0.046645 -0.006981 -0.019711 -0.013061 -0.000922 -0.002963 -0.012806 0.005599 -0.015226 -0.010695 0.010782 0.030379 0.003595 0.02381 0.025132 0.003579 -0.023812 -0.007625 -0.015033 -0.015816 0.017256 -0.007248 -0.013319 0.031768 0.028092 0.002667 0.02707 0.035277 0.015939 -0.004617 0.009301 0.015797 0.012568 0.00074 -0.009467 0.006052 0.02857 -0.020118 -0.007529 -0.031032 0.010637 0.009196 0.00059 -0.006966 0.008774 -0.015316 0.011576 -0.014834 -0.06453 0.049749 0.013033 0.007718 -0.033711 0.007156 0.030386 0.019885 0.006181 -1.8e-05 0.007951 0.006338 -0.013226 -0.008039 -0.010059 -0.030353 0.006102 0.006735 0.019336 -0.021796 -0.054468 0.003435 -0.011501 0.005719 -0.009372 -0.007752 0.002828 -0.0004 0.034143 0.013411 -0.010133 0.0267 0.006382 -0.041858 0.020588 -0.005162 -0.027662 0.025037 -0.023454 0.012655 -0.039112 -0.012466 0.001352 -0.001404 0.01754 0.033825 0.028915 -0.004606 -0.000771 0.001605 0.030507 -0.014893 0.013074 -0.014216 -0.007455 -0.009196 -0.002203 0.001217 0.021935 -0.013924 0.012946 0.010751 -0.018772 0.008919 0.029796 -0.010027 -0.000633 0.007614 0.025085 0.00991 0.034737 0.027406 -0.017223 -0.003092 -0.025105 -0.009812 -0.014267 0.012469 -0.013474 -0.022964 0.010577 -0.021737 0.016429 -0.019595 -0.019542 0.004268 0.000665 0.010712 0.010272 -0.024202 -0.01111 -0.016449 -0.026919 -0.00483 0.00121 -0.019537 -0.0217 -0.018178 0.016841 -0.029928 0.016846 0.030094 -0.000738 0.031623 0.033457 0.028311 0.010754 -0.011933 0.004757 0.000725 -0.012576 -0.00693 0.03626 -0.008108 0.001902 0.001287 -0.032102 0.00675 -0.042841 -0.018857 -0.01252 -0.023832 -0.011877 0.005273 0.004973 0.010273 0.005516 0.015861 -0.000405 -0.005932 0.018578 0.001042 -0.004162 0.047564 -0.032088 -0.000647 -0.019209 0.003899 0.011285 -0.024182 -0.015214 0.045033 0.02167 -0.007996 0.002667 -0.009024 -0.028471 0.016737 -0.0601 -0.006085 0.018652 -0.009567 0.020787 -0.008202 -0.000438\nṍ 0.021169 0.001955 -0.064095 0.042224 0.037389 0.028204 0.010804 0.009116 -0.027623 -0.024099 0.042387 0.008312 0.011346 -0.046442 0.038619 -0.005893 -0.0046 -0.039042 -0.002841 -0.060248 -0.017678 -0.020818 -0.005125 0.009037 0.011104 0.046991 0.001138 0.017246 -0.015309 -0.041739 0.041527 -0.058572 -0.029336 -0.055876 0.016135 0.010765 -0.05388 0.042073 0.029507 0.030549 -0.034276 0.015815 -0.016682 -0.00805 -0.035551 -0.03989 0.062334 -0.016112 -0.021497 0.04206 0.020522 0.095495 0.058461 -0.071737 0.065897 -0.005834 -0.019703 0.031226 -0.009795 0.052959 -0.045373 -0.051799 -0.014775 -0.014914 0.035643 0.043134 0.038025 -0.036492 0.073061 0.004541 -0.036856 -0.010073 0.001693 0.021916 -0.096023 0.003504 -0.049129 0.019738 -0.043006 -0.018417 0.029774 -0.015105 0.001649 0.036045 -0.035907 -0.082076 0.009775 -0.006259 -0.017569 -0.01271 -0.009709 0.027775 -0.00151 -0.019823 0.037021 -0.018935 0.011914 -0.061981 0.017548 -0.027961 -0.019678 0.001807 -0.002307 -0.041296 -0.006356 -0.009658 -0.014648 0.022011 0.032759 0.008155 0.043188 0.014464 0.041996 -0.03497 -0.004783 0.012979 -0.026497 0.018707 -0.022936 -0.077873 0.013168 0.007119 0.049104 0.045262 0.075446 0.026308 -0.008954 -0.020587 -0.014642 -0.026753 -0.048089 -0.001547 -0.019074 0.038452 -0.033302 0.038691 -0.026015 0.004647 0.015495 0.062878 -0.016369 -0.013979 0.012023 0.04087 -0.045377 -0.063737 0.058942 0.013317 -0.001056 -0.067605 -0.00571 0.033174 0.034347 0.052907 -0.02192 0.011635 -0.002617 -0.020984 0.018351 -0.025566 -0.011304 0.03231 0.039106 0.011077 -0.004 -0.029519 0.017141 -0.051439 0.021313 0.045119 -0.038167 -0.024958 -0.016587 0.048432 -0.021645 -0.038673 -0.027378 -0.012702 -0.041962 -0.030419 0.040501 -0.014681 -0.00075 -0.004349 -0.00163 -0.040123 0.002511 0.028122 -0.087794 -0.009947 -0.009017 0.037842 -0.038954 -0.064631 -3.3e-05 0.072771 -0.027428 0.007985 -0.002959 0.009043 -0.062042 -0.076945 0.030213 0.025896 0.005745 0.024548 0.040732 -0.000508 -0.027366 0.040737 -0.056856 -0.006082 -0.031647 0.018778 -0.001795 0.106751 -0.006119 -0.018334 0.008299 -0.008406 -0.009139 0.02155 -0.010629 -0.012705 -0.040699 -0.001838 -0.006915 0.02529 -0.016292 -0.013508 -0.003348 -0.004177 -0.019101 -0.03743 -0.036774 0.00075 -0.019291 -0.030613 0.045563 0.013707 0.005532 0.046867 -0.034156 0.019362 0.008691 -0.034296 0.080691 -0.018979 0.046516 0.084344 0.06385 0.005543 0.007947 -0.07511 -0.056085 -0.013718 -0.003211 0.038619 -0.029614 -0.038969 0.0133 -0.010078 0.056998 -0.022488 -0.048124 -0.032479 -0.037787 -0.004369 0.015745 0.017514 0.039657 -0.007482 0.008572 -0.007538 0.020465 0.019343 0.010643 0.03027 0.06865 -0.079791 -0.020822 -0.027149 0.019076 0.041975 -0.023317 -0.008407 0.019358 -0.019264 -0.031863 -0.024743 0.021026 -0.066379 0.018076 -0.076805 -0.018031 0.002868 0.031748 0.017296 0.032839 -0.002097\nᩥ 0.063428 -0.01093 -0.051355 0.022017 0.004095 0.034071 0.014565 0.008469 -0.038104 -0.051616 0.023996 0.010733 -0.020241 -0.011843 0.034108 0.002897 0.019576 -0.041624 0.006241 -0.042469 -0.010563 0.010757 0.022778 0.022808 0.014516 0.020463 0.001484 -0.006162 -0.018804 -0.025053 0.025464 -0.019273 -0.024802 -0.066075 0.006507 0.012646 -0.033625 0.041473 -0.00524 0.036466 -0.035726 0.019574 0.009636 -0.013278 -0.019175 -0.042714 0.031469 0.000308 -0.008502 0.022322 0.000875 0.050633 0.02094 -0.017487 0.036465 0.013005 0.006842 0.033871 -0.028956 0.029797 -0.032085 -0.01276 -0.013802 -0.018691 0.016463 0.038896 0.046226 0.007884 0.04954 0.01733 -0.06073 -0.025714 0.026952 0.035899 -0.032442 0.010241 -0.013802 0.033899 -0.03286 -0.005851 0.017488 0.020311 -0.010901 0.007696 -0.018498 -0.068457 0.007394 -0.05425 -0.000274 -0.027697 0.009595 0.034425 0.026955 -0.03089 0.022917 -0.016495 -0.007873 -0.05183 0.001191 -0.001668 -0.02829 -0.003537 0.009817 -0.035438 0.007942 0.002667 -0.021088 -0.005804 0.057727 -0.012965 0.041584 0.019359 0.033639 -0.016167 0.015323 0.003782 -0.013427 -0.009469 -0.000568 -0.036522 0.036969 -0.003783 0.061273 0.005842 0.022191 0.015993 -0.037623 -0.021358 -0.013578 -0.031931 0.002632 -0.005205 -0.007873 0.036112 -0.034885 0.013863 -0.034275 -0.008316 -0.012305 0.038615 -0.007243 0.001587 0.013824 0.023362 -0.013357 -0.046171 0.035517 0.003817 0.006488 -0.043477 0.028875 0.012776 0.032998 0.002928 0.014092 0.029539 -0.007045 -0.023262 0.029284 -0.014383 -0.025623 0.0008 0.033393 0.023309 -0.016528 -0.02784 0.016402 -0.02246 0.031019 0.029911 -0.01782 -0.024122 -0.039777 0.038855 -0.038983 -0.02133 0.004394 0.003064 -0.052161 -0.031087 0.030664 -0.006208 0.020708 -0.037654 -0.007285 -0.001501 0.010716 0.029856 -0.070379 0.008821 0.014077 0.01629 -0.045783 -0.036832 -0.000626 0.05192 -0.023707 0.029535 0.004077 0.004724 -0.022131 -0.010835 0.03029 0.025896 0.01258 0.043262 -0.001079 -0.015121 -0.020436 0.053633 -0.012602 0.027984 -0.00279 0.022405 0.00473 0.073759 0.026835 -0.024174 0.022842 -0.018738 -0.010132 0.006971 -0.023936 0.01064 -0.018326 -0.006543 -0.002569 0.022461 -0.014662 -0.033357 -0.015869 0.001391 -0.017154 -0.020908 -0.047417 -0.016214 -0.004073 -0.041721 0.02555 0.022664 0.008509 0.033766 -0.028731 0.0318 -0.002029 -0.01589 0.02487 -0.001966 0.041472 0.050495 0.016332 0.014538 0.00482 -0.035422 -0.028093 -0.013483 -0.004654 0.021687 -0.021 -0.000309 0.020846 -0.011685 0.013784 -0.031822 -0.041072 -0.041091 -0.05002 -0.013376 0.033313 0.009978 0.022114 0.017339 0.009065 -0.004417 0.020469 -0.010511 -0.001944 0.013426 0.020332 -0.059607 -0.013177 -0.008242 0.019651 0.005308 -0.029625 -0.005628 0.000651 -0.008681 -0.019659 -0.015827 0.009486 -0.047346 0.001348 -0.061982 -0.009267 0.023719 0.017035 0.02887 0.021898 0.011001\nװ 0.036021 0.001588 -0.04761 0.031082 0.009457 0.039106 0.015105 0.001383 -0.014739 -0.030441 0.023877 0.010244 -0.003799 -0.027912 0.023661 -0.006926 0.014199 -0.030978 -0.012185 -0.040522 -0.023713 -0.007096 0.002865 0.009507 0.00713 0.034322 -0.001441 -0.014412 -0.008582 -0.023179 0.019056 -0.040163 -0.02264 -0.05013 0.008824 0.000466 -0.037108 0.040306 0.011742 0.028524 -0.025342 0.015822 -0.002012 0.008606 -0.027065 -0.038772 0.037978 -0.003388 -0.007335 0.024345 0.007421 0.057427 0.027615 -0.040374 0.040157 0.008094 -0.005631 0.023974 -0.010195 0.034825 -0.028888 -0.031634 -0.010714 -0.019081 0.008336 0.024296 0.040677 -0.012839 0.035583 0.014536 -0.038651 0.006934 0.027812 0.01684 -0.049306 0.007995 -0.034193 0.024888 -0.02915 -0.025465 0.01957 0.001401 -0.007215 0.022534 -0.024096 -0.07077 0.000858 0.007586 -0.017851 0.004174 -0.021207 0.019816 0.001667 -0.013958 0.011455 -0.006757 -0.001878 -0.030186 -0.00864 -0.007019 -0.013213 -0.003803 -0.00126 -0.032499 0.006325 -0.000928 -0.015035 0.013687 0.032725 -0.007017 0.026757 0.007176 0.016288 -0.012988 0.012563 0.004653 -0.009399 -0.000267 -0.006012 -0.052781 0.022343 -0.002284 0.045886 0.014713 0.034174 0.011708 -0.017148 -0.019178 -0.01662 -0.014568 -0.018878 -0.010054 -0.018525 0.034935 -0.02643 0.021716 -0.031901 -0.001937 0.002887 0.054276 0.002479 -0.016794 0.005899 0.038439 -0.035961 -0.043071 0.048113 -0.014307 -0.00109 -0.039252 0.010916 0.00988 0.025259 0.037489 -0.013243 0.006179 -0.000646 -0.019858 0.015924 -0.018797 -0.012076 0.026053 0.019637 0.013217 -0.005296 -0.01876 0.009895 -0.014667 0.018513 0.027395 -0.022263 -0.019341 -0.010819 0.039138 -0.020423 -0.028834 -0.008276 -0.009434 -0.03917 -0.017833 0.039945 -0.005821 -0.000832 0.000675 -0.011772 -0.017353 0.00817 0.025427 -0.069836 0.002884 -0.001082 0.030748 -0.034329 -0.047285 0.003674 0.044588 -0.021089 0.00375 0.007753 -0.001852 -0.042535 -0.031297 0.021615 0.028517 0.021035 0.012697 0.01289 -0.006392 -0.007365 0.036305 -0.030054 -0.010944 -0.01215 0.023568 -0.005835 0.07729 -0.002444 -0.015921 -0.000881 0.01032 -0.007228 0.007558 0.00269 0.010154 -0.022288 -0.001603 -0.013253 0.020085 -0.016317 -0.012267 -0.008693 -0.002786 -0.010036 -0.031628 -0.032465 -0.007303 -0.021702 -0.023818 0.037936 0.028188 0.011902 0.037326 -0.013752 0.016396 0.012257 -0.018894 0.049901 -0.005541 0.049356 0.048896 0.031345 0.00701 0.011314 -0.052273 -0.030991 -0.024162 -0.005753 0.019224 -0.017192 -0.00686 0.013482 -0.011671 0.029516 -0.019265 -0.039578 -0.015197 -0.028124 -0.021074 0.015459 -0.001102 0.027873 -0.007663 0.00357 -0.017215 0.010594 0.019973 0.004728 0.02166 0.045096 -0.049957 -0.012087 -0.018274 0.022819 0.007708 -0.022272 0.009479 0.026303 -0.015517 -0.016412 -0.027391 0.006656 -0.038921 0.018394 -0.067896 -0.00562 -0.000473 0.010641 0.017543 0.031303 0.005195\nų 0.030415 -0.004488 -0.030164 0.018381 0.016065 0.040527 0.004979 -0.001382 -0.024669 -0.017692 0.047279 0.012787 -0.014163 -0.035503 0.028138 -0.007906 -0.006085 -0.018476 -0.011145 -0.046649 -0.017452 0.007077 0.013033 0.008489 -0.009541 0.020842 -0.009501 -0.007959 -0.00766 -0.02546 0.017183 -0.033033 -0.01318 -0.048405 0.011921 0.015891 -0.032178 0.037066 0.004967 0.005783 -0.02452 0.01411 -0.006982 0.01164 -0.039945 -0.012444 0.016649 0.006302 -1e-06 0.012325 0.011702 0.051744 0.038908 -0.028734 0.034309 -0.007175 0.005296 0.015848 -0.027923 0.022316 -0.030315 -0.018356 -0.010299 -0.013517 0.005884 0.004742 0.022079 -0.010463 0.029242 -0.002543 -0.041509 -0.009606 0.017912 0.012798 -0.040054 -0.00221 -0.016365 0.023899 -0.031121 -0.004948 0.014907 -0.00471 -0.005784 0.010551 -0.018161 -0.036733 -0.000699 -0.002807 -0.018463 0.015311 -0.00748 0.024761 0.015332 0.016145 0.016439 -0.006592 -0.010456 -0.030232 -0.00543 -0.000272 0.000726 -0.008191 -0.017188 -0.018905 0.017968 -0.013009 -0.010333 0.008477 0.03098 -0.013232 0.041972 0.018581 0.027519 -0.012963 0.01055 0.008582 -0.020893 -0.000604 -0.014763 -0.022199 0.02857 0.010617 0.028763 0.013379 0.024473 0.004383 -0.016884 -0.028459 0.001789 -0.019393 0.001064 -0.002767 -0.007692 0.023813 -0.021404 0.00996 -0.023981 0.000655 0.011336 0.043532 -0.010998 -0.020845 0.00318 0.024777 -0.043707 -0.042023 0.044889 -0.003058 0.004743 -0.046294 0.007731 0.006 0.037215 0.01379 -0.012468 0.007363 -0.01145 -0.027161 0.018143 -0.024496 -0.002705 0.026822 0.020447 0.034285 -0.008628 -0.005096 0.009744 -0.027699 0.015381 0.00941 -0.015281 -0.034321 -0.014627 0.02439 -0.017256 -0.032623 -0.016871 -0.015315 -0.036394 -0.012964 0.030584 -0.002318 0.017784 -0.011977 -0.00876 -0.017991 0.019687 0.013292 -0.052102 0.008463 0.029953 0.02616 -0.021267 -0.047147 0.002875 0.032811 -0.0138 0.024115 -0.001118 0.003888 -0.030221 -0.026181 0.020074 0.023763 -0.003133 0.020527 0.008946 -0.008886 0.014469 0.026802 -0.021704 -0.000783 -0.019792 0.008948 -0.007985 0.058043 0.011345 -0.034594 0.007512 -0.00518 -0.013139 0.010402 -0.009919 0.002575 -0.018407 -0.003263 -0.006062 0.015421 -0.000749 -0.026014 -0.016568 0.003214 0.000774 -0.018455 -0.043919 -0.007003 -0.003487 -0.031486 0.023257 0.013813 -0.001723 0.006559 -0.019784 0.006904 0.013053 -0.000523 0.04319 0.008943 0.04106 0.031776 0.039361 0.008254 -0.000493 -0.035779 -0.024734 -0.024545 0.002353 0.020983 -0.041575 -0.004522 0.000296 -0.004959 0.02526 -0.019848 -0.017474 -0.027291 -0.02736 -0.018061 0.01149 -0.003175 0.016982 -0.008319 0.001052 -0.002913 0.023908 0.017283 0.009396 0.005781 0.026619 -0.050926 0.002401 -0.014275 0.008476 0.006624 -0.01024 -0.002964 0.005793 -0.005283 -0.008101 -0.014585 -0.004078 -0.044092 0.003205 -0.045705 -0.009723 0.00427 0.017739 0.014523 0.016634 -0.008142\nɵ 0.00182 -0.000277 -0.01877 0.013066 0.011144 0.040036 0.030812 -0.003828 -0.013614 -0.020992 0.049791 0.010605 -0.016706 -0.007537 0.036282 -0.009063 0.007599 -0.024647 0.006156 -0.034006 -0.004947 -0.000962 -0.033279 0.02519 0.012735 -0.000462 -0.011695 -0.012717 -0.007949 -0.035914 0.03966 -0.037224 -0.027236 -0.01999 -0.015586 0.01835 -0.017608 0.044221 0.018473 0.00715 -0.039651 0.041782 0.022696 0.029157 0.002462 -0.007261 0.021342 0.009152 0.000964 -0.004217 0.001428 0.051782 0.024523 -0.034971 0.04131 0.00991 0.010413 0.046761 -0.006559 0.023699 -0.041289 -0.036136 -0.026058 -0.006077 -0.007492 0.029616 0.05209 -0.034211 0.021739 0.037039 -0.028018 -0.009165 0.008628 0.022961 -0.02713 -0.012524 -0.009831 0.00034 -0.016597 -0.0028 0.029265 -0.004167 -0.019544 0.014545 -0.024993 -0.077335 0.008782 0.003701 0.012311 0.025414 -0.008033 0.010891 0.012802 0.005687 0.000659 -0.029403 0.006591 -0.042717 -0.035978 -0.001747 -0.036834 -0.002887 -0.014813 -0.027517 0.007218 -0.010682 -0.011286 0.005017 0.006716 -0.008259 0.053035 0.001923 0.015262 0.010422 0.022621 -0.016206 -0.021217 -0.010107 -0.025198 -0.030655 0.039218 -0.014964 0.030897 0.003278 0.014799 -0.007737 0.007809 0.012315 -0.004142 -0.015884 0.021204 0.028885 -0.011869 0.044848 -0.015969 0.011748 -0.0244 0.020315 0.010672 0.035555 -0.004074 0.004688 0.012428 0.019615 -0.013159 -0.058395 0.03496 -0.011609 0.013205 -0.06165 0.034292 0.005946 0.036374 0.030216 0.002197 0.001082 -0.01552 -0.029954 0.024834 -0.008751 -0.025375 0.015549 0.032797 -0.004333 -0.023381 -0.025052 0.018888 -0.007566 0.016184 0.055078 -0.028564 -0.024951 -0.004484 0.015067 0.012705 -0.018054 -0.002771 -0.022364 -0.041174 0.01628 0.041278 -0.001824 0.011439 0.00373 -0.040488 -0.033696 0.003652 0.005335 -0.018184 -0.007492 0.014291 0.030665 -0.039605 -0.045399 -0.00773 0.036592 -0.039575 0.014691 0.011411 -0.002546 -0.027684 -0.010407 0.04381 0.034469 0.027999 -0.016346 -0.008874 -0.044547 -0.010237 0.027239 -0.020495 0.010205 -0.004132 0.034298 -0.001596 0.025691 -0.003052 0.008743 0.027979 0.007676 -0.013606 -0.022742 0.007883 0.019662 -0.033469 0.01831 -0.012598 0.019788 0.020709 -0.017068 -0.00744 0.002374 -0.002726 -0.051308 -0.008812 0.012911 -0.023926 -0.017945 0.01408 0.011705 0.007045 0.024843 -0.015181 0.011744 -0.003701 -0.014841 0.034643 0.027206 0.027561 0.032524 0.011841 0.004658 -0.033388 -0.01977 -0.020485 -0.010244 -0.022549 -0.003332 -0.032348 0.010326 -0.002971 -0.011165 0.004919 -0.008931 -0.023202 -0.001396 -0.020622 0.009303 -0.003982 0.008416 -0.014282 -0.012088 0.027285 -0.003487 0.015226 -0.014797 0.007487 0.025023 0.032309 -0.030654 -0.015433 0.00688 0.018886 0.019115 0.017629 -0.006107 0.02988 -0.011025 -0.021065 -0.015612 -0.005309 -0.017104 0.011122 -0.042031 -0.017247 0.004604 -0.000186 -0.005684 -0.006931 -0.039199\nം 0.04685 0.011525 -0.06999 0.017179 0.009383 0.042185 -0.005003 0.008026 -0.025825 -0.042223 0.045878 0.02088 -0.00398 -0.035407 0.027633 0.007571 -0.000244 -0.02713 -0.024586 -0.064742 -0.043244 -0.007134 0.01894 0.024006 -0.00186 0.019531 -0.019384 -0.018351 -0.026633 -0.052808 0.016513 -0.028506 -0.031131 -0.057807 0.007654 0.011626 -0.034135 0.048733 0.007978 0.037444 -0.04742 0.022331 0.015622 -0.012912 -0.053771 -0.008261 0.047355 -0.003634 0.016094 0.024139 -0.00812 0.07958 0.039033 -0.036042 0.052935 0.012728 -0.023409 0.022284 -0.018758 0.036448 -0.056179 -0.024622 -0.020592 -0.011712 0.021512 0.023135 0.061793 -0.022071 0.058418 0.024079 -0.065796 -0.013628 0.033443 0.027281 -0.066395 -0.000757 -0.030087 0.031643 -0.059053 -0.028137 0.016206 -0.003187 0.007049 0.020689 -0.0231 -0.070641 0.009269 -0.018913 -0.032662 -0.004072 -0.008148 0.030756 0.010307 -0.020199 0.020294 0.004298 -0.007582 -0.046666 -0.011864 -0.002304 -0.019328 -0.002353 0.002264 -0.046955 0.016922 -0.012821 -0.014554 0.01486 0.049056 -0.001988 0.059515 0.035415 0.011883 -0.029785 0.003684 -0.007859 -0.014388 0.006384 -0.029421 -0.047156 0.029082 -0.004772 0.062085 0.027491 0.059281 0.037088 -0.035841 -0.036399 -0.022507 -0.02993 -0.018225 0.010332 -0.019789 0.02911 -0.02898 0.025365 -0.050607 -0.011692 0.00451 0.058572 0.001884 -0.027274 0.016509 0.028163 -0.054357 -0.07851 0.0677 0.013133 -0.009737 -0.053797 0.016968 0.002707 0.042448 0.032633 0.007411 0.004371 0.005657 -0.032967 0.034216 -0.038259 -0.032336 0.029059 0.028044 0.026733 -0.015433 -0.014493 0.027392 -0.031532 0.021027 0.022532 -0.034257 -0.040162 0.000883 0.049622 -0.037949 -0.037721 -0.028211 -0.017592 -0.060629 -0.020789 0.039449 -0.016253 0.006956 0.0012 -0.008264 -0.049384 -0.004823 0.049132 -0.071353 0.001162 0.017093 0.02882 -0.044264 -0.055166 0.010145 0.059627 -0.031371 0.022137 -0.006989 0.00053 -0.051215 -0.036088 0.022808 0.035292 0.02503 0.033566 0.02084 -0.021643 -0.016759 0.05718 -0.033209 -0.009994 -0.013662 0.020981 -0.017797 0.089696 0.005483 -0.030791 0.017079 0.007055 -0.016848 -0.008237 -0.009525 0.021088 -0.037175 0.006221 0.010681 0.043405 -0.011783 -0.032663 -0.007305 -0.005437 -0.015376 -0.035013 -0.068197 -0.002162 -0.014627 -0.036896 0.039656 0.007385 0.011125 0.022148 -0.038431 -0.023822 0.000298 -0.010089 0.042238 -0.01506 0.043053 0.068878 0.052749 0.031585 -0.006546 -0.054658 -0.045852 -0.036222 -0.011097 0.026911 -0.033352 -0.016681 0.00049 -0.026131 0.048741 -0.046168 -0.050606 -0.017058 -0.055865 -0.019959 0.005904 0.010741 0.013651 0.036544 0.028453 0.004643 0.036369 0.001733 -0.0308 0.018915 0.065537 -0.083578 0.006101 -0.044804 -0.002263 0.020046 -0.012573 -0.013412 0.030081 -0.015364 -0.008269 -0.025948 0.006989 -0.065315 0.014745 -0.090057 -0.008674 0.012249 0.013396 0.033273 0.028163 -0.015666\nঅ 0.046218 0.011557 -0.070054 0.053088 0.017652 0.043555 0.004193 -0.00119 -0.009597 -0.041926 0.030577 0.027928 -0.019247 -0.041662 0.057174 -0.005224 0.013076 -0.052366 -0.008212 -0.068596 -0.015471 -0.000953 0.010337 0.00073 0.002133 0.040419 -0.023435 -0.027808 -0.026724 -0.054806 0.031671 -0.057949 -0.034646 -0.082765 0.006157 0.016135 -0.053746 0.064734 -0.000263 0.036636 -0.046395 0.016985 0.001227 -0.001323 -0.052436 -0.030424 0.047581 -0.006266 0.00155 0.045272 0.018433 0.099937 0.056848 -0.046746 0.049584 -0.009736 -0.009812 0.031075 -0.023337 0.053337 -0.039789 -0.042804 -0.027187 -0.031317 0.042706 0.036348 0.035241 -0.019818 0.055605 0.014093 -0.061039 0.003212 0.023845 0.034716 -0.052116 0.009078 -0.053935 0.055966 -0.056297 -0.012936 0.022158 -0.00096 -0.009218 0.027075 -0.026164 -0.085826 0.028383 -0.024949 -0.028109 -0.007577 -0.019975 0.038371 0.022363 -0.032498 0.025759 -0.012749 -0.002004 -0.033575 -0.00089 -0.015681 -0.032957 -0.003171 0.000971 -0.057009 0.004441 0.001865 -0.013934 0.011965 0.044413 -0.014351 0.068309 0.0205 0.038142 -0.027332 0.020624 -0.003958 -0.021944 -0.005991 -0.027438 -0.045475 0.044498 0.007823 0.062576 0.001257 0.043829 0.011074 -0.031504 -0.043775 -0.009916 -0.020395 -0.029003 -0.014152 -0.022122 0.03858 -0.040349 0.024628 -0.059084 0.013226 0.007746 0.082321 0.013805 -0.014926 0.005623 0.038796 -0.04834 -0.064828 0.079468 -0.007421 -0.014653 -0.058935 0.010251 0.019252 0.050085 0.042929 -0.000884 0.00301 -0.008901 -0.019742 0.032842 -0.026939 -0.032469 0.031964 0.046822 0.022541 -0.009452 -0.0447 0.035405 -0.048866 0.032891 0.027082 -0.029649 -0.014153 -0.02889 0.059511 -0.009706 -0.047232 -0.015039 -0.00855 -0.061045 -0.017333 0.040713 -0.021958 0.024133 -0.013322 0.001162 -0.014317 0.005854 0.035015 -0.084676 0.019429 0.017611 0.034858 -0.034429 -0.063524 0.012119 0.081181 -0.024214 0.019888 -0.012087 0.00955 -0.052262 -0.054805 0.033163 0.039451 0.016332 0.038969 0.030536 -0.018798 -0.009004 0.060223 -0.048925 -0.00601 -0.02004 0.011077 -0.008179 0.108874 0.008579 -0.022177 0.010539 -0.0204 -0.032052 0.005891 0.002803 0.018646 -0.034156 0.013686 -0.018405 0.027471 -0.028364 -0.039727 -0.015673 0.003607 -0.003455 -0.027775 -0.055674 -0.018453 -0.020692 -0.048893 0.045868 0.036091 0.023685 0.031917 -0.024055 0.010508 0.027842 -0.02867 0.068611 -0.011833 0.071277 0.075651 0.063485 0.03274 0.005345 -0.064283 -0.058404 -0.042697 -0.017973 0.02208 -0.01681 -0.008008 -0.006164 -0.024694 0.050394 -0.029207 -0.049898 -0.023157 -0.043167 -0.028175 0.015215 -0.000354 0.026779 0.018819 0.020351 -0.029885 0.022593 0.030443 0.008614 0.018002 0.059707 -0.08643 -0.01516 -0.016222 0.02411 0.029594 -0.046317 0.007538 0.038328 -0.021783 -0.007818 -0.030401 0.01623 -0.052766 0.026166 -0.11283 -0.008721 -0.009087 0.031597 0.030578 0.027914 0.012995\nទ 0.018726 0.006364 -0.036749 0.009838 0.011517 0.044727 0.003245 -0.002088 -0.010743 -0.025505 0.027305 0.011015 -0.000256 -0.01772 0.02104 -0.003949 -0.004311 -0.022276 -0.008564 -0.048083 -0.011032 0.007316 0.009054 0.005564 0.003544 0.016928 -0.021613 -0.009317 -0.015198 -0.01715 0.026935 -0.035806 -0.015384 -0.031542 0.011754 0.011014 -0.03089 0.036731 0.005492 0.01561 -0.032468 0.005516 -0.002267 0.002631 -0.018026 -0.012847 0.039354 -0.012305 -0.011373 0.017813 -0.008126 0.047875 0.027376 -0.030887 0.04633 0.010735 0.008147 0.015505 0.006049 0.019727 -0.021225 -0.022418 -0.006823 -0.016171 0.017358 0.01863 0.037167 -0.020398 0.033255 0.02053 -0.048424 -0.009295 0.009608 0.013413 -0.046246 0.011111 -0.017262 0.01195 -0.03421 -0.007548 0.018353 -0.002621 -0.000142 0.017958 -0.009335 -0.039811 0.016572 -0.002905 0.000407 -0.011364 -0.015215 0.013381 0.007736 -0.003344 0.009257 -0.005378 0.001915 -0.043386 0.009767 -0.006421 -0.01673 -0.001731 -0.000941 -0.026989 0.016321 0.004098 -0.015766 0.007419 0.033077 -0.003599 0.036667 0.023952 0.013709 -0.011082 8.1e-05 -9.2e-05 0.000666 -0.009734 -0.016701 -0.033055 0.035661 0.004489 0.032806 0.01477 0.027333 0.009117 -0.006145 -0.004049 -0.008277 -0.0208 -0.016762 -0.001421 -0.010734 0.031078 -0.029818 0.005638 -0.01961 -0.001118 0.002574 0.03559 -0.002904 -0.002291 -0.001253 0.019263 -0.040478 -0.048387 0.048341 0.006647 0.003945 -0.035479 0.002291 0.006928 0.033089 0.019206 0.004889 -0.002313 -0.003435 -0.023728 0.008781 -0.010581 -0.02598 0.014666 0.028544 0.012777 -0.014377 -0.017158 0.025252 -0.012981 0.019549 0.024888 -0.028276 -0.018194 -0.009247 0.033188 -0.011322 -0.015715 -0.006698 -0.01078 -0.050265 -0.025874 0.034893 -0.008767 0.006933 -0.016625 -0.006074 -0.01415 0.00542 0.012525 -0.049866 0.003574 0.014758 0.017861 -0.029315 -0.03417 0.005612 0.03362 -0.021818 0.011781 0.00691 0.007179 -0.027924 -0.024224 0.017157 0.027491 0.020132 0.021584 0.008746 -0.004603 -0.017173 0.030233 -0.020539 -0.013892 -0.002087 0.01595 0.009996 0.046137 0.015976 -0.00916 0.005081 0.007152 -0.005731 0.00525 -0.003783 -0.003817 -0.028257 0.007186 -0.000947 0.011597 -0.003344 -0.011185 -0.014828 -0.007817 -0.004228 -0.022806 -0.029606 -0.005411 -0.011766 -0.023864 0.022606 0.016133 0.010599 0.015873 -0.025212 0.020336 -0.00618 0.000693 0.029773 0.001475 0.035524 0.052647 0.015869 -0.000261 0.005301 -0.027288 -0.027882 -0.012027 0.004589 0.015853 -0.016933 -0.002113 0.006933 -0.011483 0.02309 -0.020188 -0.025962 -0.021501 -0.031471 -0.02242 0.005225 0.004013 0.021545 -0.002176 0.013339 -0.006765 0.009157 0.001425 0.012414 0.020325 0.035283 -0.047783 -0.009359 -0.007287 0.016201 0.020191 -0.0179 -0.009009 0.017492 -0.006706 -0.016236 -0.002009 0.005897 -0.026121 0.002692 -0.052368 -0.010046 0.002305 -0.004169 0.018055 0.009473 0.005841\nና 0.064603 0.012458 -0.061622 0.038695 0.019915 0.059212 0.001048 -0.006173 -0.028527 -0.048907 0.033129 0.029519 -0.015542 -0.036089 0.049644 0.004238 0.008468 -0.04318 -0.002609 -0.047493 -0.01045 0.003164 0.009495 -0.008414 0.001983 0.049607 -0.005943 -0.02577 -0.015365 -0.037674 0.020753 -0.043526 -0.028118 -0.076655 0.013319 0.012094 -0.054882 0.059938 0.005611 0.036734 -0.038054 0.005946 0.012984 0.005904 -0.033248 -0.040857 0.05473 -0.01349 -0.020933 0.033353 0.013106 0.090353 0.044423 -0.027944 0.066988 0.013603 -0.021065 0.035366 -0.026339 0.048158 -0.047981 -0.032421 -0.024361 -0.026174 0.037734 0.015907 0.054178 -0.010348 0.043054 0.031712 -0.077553 0.00603 0.02177 0.024621 -0.052161 0.022196 -0.039045 0.019746 -0.056607 -0.011583 0.011188 0.009295 -0.01378 0.032109 -0.022703 -0.092192 0.009406 0.016238 -0.007221 -0.011417 -0.027837 0.01809 0.010175 -0.006871 0.015751 -0.005825 -0.003902 -0.058303 -0.004258 -0.006071 -0.029328 0.01236 -0.001854 -0.039881 -0.002341 -0.017767 -0.02375 0.01884 0.044882 -0.022569 0.051409 0.02068 0.039627 -0.026821 0.021612 -0.002943 0.001601 0.005597 -0.016826 -0.05789 0.035197 -0.018806 0.063761 0.033919 0.041017 0.021789 -0.022741 -0.008696 -0.019043 -0.019221 -0.031746 -0.001355 -0.015436 0.026928 -0.032409 0.01714 -0.035575 0.013953 0.006263 0.064769 -0.002499 -0.018275 0.019935 0.028568 -0.046258 -0.066582 0.063764 0.002044 0.005141 -0.044359 0.025098 0.025796 0.036633 0.037732 -0.009484 0.015966 0.002049 -0.021637 0.039084 -0.038879 -0.023288 0.037445 0.027127 0.007033 -0.012911 -0.039831 0.015908 -0.021739 0.037836 0.043879 -0.036713 -0.032534 0.003269 0.058202 -0.006158 -0.029542 -0.025484 -0.023423 -0.066839 -0.007921 0.045139 -0.021917 0.008197 -0.031281 -0.027556 -0.037541 0.022623 0.034194 -0.081762 0.017294 0.019658 0.037658 -0.046218 -0.05277 0.004288 0.064658 -0.040349 0.007204 -0.000159 -0.016898 -0.042387 -0.037287 0.023026 0.028236 0.023893 0.011559 0.018139 -0.005232 -0.008662 0.064306 -0.03987 -0.012167 -0.00438 0.022334 -0.003995 0.088826 0.020244 -0.017679 -0.002245 0.007247 -0.019367 -0.00031 0.007434 -0.006915 -0.046641 -0.005456 -0.001664 0.029409 -0.033701 -0.032302 -0.013662 0.005341 -0.003813 -0.018602 -0.053304 -0.008277 -0.031031 -0.035632 0.040605 0.027036 0.00054 0.036715 -0.028475 0.033736 0.016514 -0.024571 0.058273 -0.012578 0.058043 0.08069 0.057999 0.021898 -0.018675 -0.038 -0.030417 -0.028395 -0.005891 0.040684 -0.043682 -0.008299 0.011437 -0.025583 0.043957 -0.045292 -0.063796 -0.032132 -0.059679 -0.031243 0.022446 -0.024085 0.039586 -0.017822 0.019075 -0.016011 0.013386 0.010222 0.006427 0.027806 0.074889 -0.080814 -0.019948 -0.035512 0.043976 0.002645 -0.024362 0.003362 0.038886 -0.010097 -0.011851 -0.014145 0.015517 -0.063415 0.032389 -0.097446 -0.012537 0.004805 0.019134 0.035055 0.054784 0.007141\nန 0.025576 0.000709 -0.040584 0.020845 0.01456 0.040736 0.00496 -0.00967 -0.014818 -0.029327 0.036813 0.003249 -0.006365 -0.021973 0.029911 -0.006581 0.000395 -0.011777 -0.000914 -0.047012 -0.020645 -0.007462 0.002593 0.005591 0.003009 0.006508 -0.019515 -0.018175 -0.018615 -0.030343 0.026378 -0.026933 -0.023008 -0.034435 0.013313 0.015164 -0.030041 0.032207 -0.002022 0.018394 -0.02824 0.013919 0.000455 -0.006483 -0.028954 -0.007373 0.028441 -0.004123 0.000931 0.010179 0.002332 0.040444 0.025146 -0.037332 0.036825 0.004132 -0.012572 0.010898 -0.011565 0.01564 -0.047816 -0.026885 -0.009066 -0.009925 0.009266 0.017024 0.042052 -0.006031 0.036159 0.028603 -0.050632 -0.006943 0.016213 0.018889 -0.048995 -0.005272 -0.026647 0.019144 -0.050904 -0.012367 -0.003773 0.000315 0.00151 0.009725 -0.017788 -0.050577 0.001211 0.002218 -0.016557 -0.001237 -0.004556 0.022998 0.00405 -0.020339 0.021479 -0.008041 -0.003094 -0.037627 -0.004268 -0.001191 -0.034994 0.001139 0.001669 -0.02997 0.015851 -0.000105 -0.012072 0.000722 0.037605 -0.002992 0.040757 0.027203 0.02502 -0.023856 0.014213 -0.005851 -0.005888 -0.008234 -0.015209 -0.031127 0.012716 0.003747 0.031456 0.023032 0.039686 0.009906 -0.007652 -0.009817 -0.016611 -0.014098 -0.012433 0.004622 -0.011601 0.03148 -0.009799 0.014835 -0.029668 0.020678 0.004071 0.042216 -0.001485 -0.011035 0.002384 0.024022 -0.032164 -0.0512 0.058031 0.004879 0.001912 -0.041156 0.003018 0.004418 0.037564 0.017578 -0.00257 -0.002337 0.005555 -0.018899 0.018923 -0.018917 -0.023112 0.006359 0.023983 0.015239 -0.018862 -0.01399 0.028408 -0.021401 0.018824 0.018704 -0.014897 -0.015552 -0.0114 0.023272 -0.024035 -0.023332 0.003942 -0.013386 -0.043365 -0.011154 0.030944 -0.005849 0.005907 -0.011002 -0.007341 -0.020324 0.004556 0.024848 -0.042965 -0.001142 -0.000313 0.026382 -0.043093 -0.02884 0.002967 0.033584 -0.013013 0.014509 -0.001943 -0.006666 -0.035869 -0.03141 0.00858 0.025454 0.019975 0.014819 0.011955 -0.007623 -0.003686 0.046787 -0.022892 0.003363 -0.013394 0.015593 -0.003093 0.060224 0.007813 -0.029247 0.005534 0.009218 -0.001934 0.005605 -0.013018 0.004859 -0.025258 -0.002029 -0.001895 0.021251 0.006678 -0.018788 -0.012083 -0.002064 -0.001583 -0.035638 -0.036907 -0.012137 -0.020772 -0.033997 0.01842 0.008716 0.00617 0.030659 -0.015164 0.006304 -0.01144 0.000105 0.020054 -0.01091 0.034473 0.047853 0.02076 0.003924 -0.003033 -0.036415 -0.0262 -0.011666 -0.007927 0.020707 -0.026614 -0.006976 0.00483 -0.01542 0.02872 -0.026923 -0.0258 -0.026383 -0.03824 -0.008379 0.003779 0.004518 0.021566 0.002721 0.01634 -0.003719 0.015743 0.007613 0.000793 0.011556 0.056206 -0.048422 0.009321 -0.017091 0.009828 0.014075 -0.014405 -0.015274 0.020625 -0.007515 -0.021593 -0.014386 0.002448 -0.039302 0.01045 -0.065655 -0.013275 0.011553 0.011727 0.020718 0.013179 -0.003695\nಗ 0.018289 -0.004825 -0.02996 0.00428 -0.00272 0.028798 -0.006004 -0.028696 0.005767 -0.002886 0.03774 0.008963 -0.002414 -0.01495 -0.010995 0.018834 0.012031 -0.001819 -0.00104 -0.041586 -0.020816 -0.002659 0.011138 -0.001171 0.005474 -0.003703 -0.012894 -0.002435 -0.031081 -0.03466 0.036959 0.004126 -0.010024 -0.004123 0.01828 0.006441 -0.003203 0.014007 0.014549 0.026117 -0.032447 -0.018582 0.037796 0.021562 -0.011276 -0.006418 0.001949 0.000541 0.006957 -0.016194 0.004875 0.007861 0.025223 -0.03693 0.020322 -0.001245 0.003729 0.016009 0.013503 -0.00067 -0.026537 -0.017121 0.029665 -0.015075 0.004588 0.006061 0.007439 0.018135 0.013063 0.005776 -0.028659 -0.016735 0.000956 0.015616 -0.043255 -0.018653 -0.008531 -0.016031 -0.033348 -0.013164 0.02121 -0.026067 0.013486 0.003983 -0.037332 -0.024331 -0.005031 -0.00687 0.00163 0.002274 -0.00999 0.001755 -0.004818 -0.01366 0.005807 0.000584 -0.021534 -0.027533 -0.007486 -0.010976 -0.014176 0.011344 -0.005825 0.016457 -0.004252 -0.024397 -0.027489 0.015931 0.027523 0.011781 0.050873 0.023237 0.032457 -0.024545 0.015753 -0.020718 0.014653 -0.014042 -0.005744 -0.014213 0.027455 0.000705 0.028969 0.031513 0.019191 0.003833 -0.013395 -0.01685 0.00681 -0.016884 0.003154 -0.002043 -0.020936 0.035251 -0.00147 0.001984 -0.009669 -0.002694 0.018594 0.03006 -0.009958 -0.018661 0.00322 0.000136 -0.021543 -0.030578 0.030589 0.020262 0.025403 -0.023308 -0.031008 0.0165 0.023624 -0.026885 -0.012617 -0.001517 0.002359 -0.032966 -0.003757 0.003863 -0.029934 -0.029834 0.024273 0.000469 -0.042823 -0.001884 0.008449 -0.000867 -0.001381 0.002934 -0.035761 -0.013081 -0.022517 0.027545 0.015795 -0.02266 0.011076 0.003859 -0.021199 -0.010379 -0.012427 -0.019502 -0.000264 -0.004646 0.005683 -0.000745 0.004954 0.00703 -0.007094 0.000106 0.024518 0.015912 -0.039368 -0.020967 0.040169 0.013368 0.010004 0.016489 0.003274 -0.002635 -0.007526 -0.034136 0.017087 0.014013 0.012434 -0.020807 0.000969 -0.015537 0.025771 0.039912 -0.016227 -0.021019 0.021848 0.017512 0.016796 0.031212 0.016894 0.006538 0.023456 0.012399 0.005171 -0.015212 0.00968 0.002171 -0.007456 0.020908 -0.007405 0.009042 0.025081 -0.025936 0.003172 -0.011754 0.021645 -0.026575 -0.011235 0.006098 -0.016391 -0.029467 0.006298 0.014556 0.01132 0.021603 -0.019644 0.006308 -0.00525 0.029697 -0.015656 0.028176 0.01512 0.00294 -0.01217 -0.005297 0.013085 -0.021327 -0.00186 0.004382 -0.013 0.016747 -0.002776 -0.017707 -0.010221 -0.003057 0.016926 0.000622 0.004498 -0.001147 -0.005518 -0.01741 -0.012945 0.018248 -0.008516 -0.00388 -0.006252 0.028558 -0.008802 -0.021195 0.005403 0.023647 0.036185 0.006731 0.005599 0.002577 0.001676 0.026588 0.000866 -0.025102 0.031062 -0.005202 -0.018066 0.013902 0.021403 -0.01991 -0.010601 -0.061194 0.016301 -0.013144 0.010999 0.001137 -0.004577 0.017066\nங 0.061115 0.012335 -0.100205 0.042051 0.030029 0.066825 0.017624 -0.005033 -0.03364 -0.051 0.056483 0.024494 -0.002782 -0.055149 0.056872 -0.005307 0.013359 -0.046014 -0.008684 -0.080832 -0.034746 -5.2e-05 0.019755 0.026554 0.007343 0.031719 -0.007171 -0.008136 -0.034335 -0.046571 0.036522 -0.060776 -0.042254 -0.084512 0.035565 0.009206 -0.063943 0.076498 0.008539 0.053547 -0.052766 0.037311 0.003521 -0.008992 -0.058158 -0.037401 0.061639 -0.008023 -0.005224 0.038977 0.009218 0.110596 0.069359 -0.049137 0.074037 0.01066 -0.019985 0.041265 -0.025449 0.059876 -0.065982 -0.050967 -0.015872 -0.020465 0.026333 0.028302 0.088302 -0.01407 0.06696 0.031423 -0.076087 -0.007022 0.040868 0.031014 -0.077134 0.01242 -0.048639 0.053002 -0.048273 -0.033877 0.01561 9.7e-05 0.002389 0.026895 -0.034867 -0.109864 0.014397 -0.032936 -0.039818 -0.005839 -0.018588 0.037385 0.012599 -0.032247 0.023103 -0.008185 0.000383 -0.077371 -0.003919 -0.014701 -0.034231 -0.001691 0.0075 -0.059336 0.0121 -0.012711 -0.029341 0.01763 0.061006 -0.012852 0.064348 0.033417 0.036861 -0.031583 0.014378 0.006142 -0.038466 -0.006254 -0.036479 -0.074645 0.044375 -0.001989 0.07998 0.029296 0.050972 0.024092 -0.028824 -0.0318 -0.032121 -0.040881 -0.033743 0.007268 -0.037068 0.055941 -0.031388 0.046113 -0.055456 -0.027646 0.009981 0.080761 -0.000416 -0.012725 0.027825 0.04965 -0.05952 -0.072387 0.097748 0.027422 -0.000196 -0.069859 0.021459 0.017916 0.062696 0.04467 0.004664 0.006802 -0.001486 -0.032303 0.030614 -0.040139 -0.030127 0.012438 0.049489 0.038075 -0.020854 -0.033935 0.038061 -0.036453 0.038 0.042459 -0.03978 -0.037685 -0.02882 0.049903 -0.032445 -0.05796 -0.037389 -0.028387 -0.063923 -0.028319 0.053262 -0.017338 0.005694 -0.007755 -0.003841 -0.027123 -0.008015 0.03996 -0.108047 0.021441 0.016724 0.037807 -0.050536 -0.07135 0.012038 0.09258 -0.030768 0.023574 -0.012772 0.002663 -0.050895 -0.041265 0.02921 0.048784 0.018373 0.033576 0.030218 -0.022996 -0.012374 0.083562 -0.061668 0.012415 -0.024846 0.020306 -0.012143 0.115036 0.009848 -0.050844 0.022665 -0.005132 -0.020481 0.013035 -0.020142 0.023326 -0.045247 -0.007836 -0.006095 0.054945 -0.013357 -0.044304 -0.001242 0.001146 -0.005173 -0.032091 -0.069593 -0.01438 -0.028538 -0.059279 0.063523 0.045691 0.013673 0.036699 -0.033695 0.021943 0.012852 -0.020561 0.065194 -0.010825 0.077951 0.094991 0.063043 0.024201 -0.002092 -0.083826 -0.06591 -0.034143 0.001456 0.030668 -0.040448 -0.016486 0.00605 -0.047598 0.053731 -0.044726 -0.061026 -0.026587 -0.063997 -0.016495 0.015423 -0.005431 0.035597 0.003642 0.014932 -0.0073 0.016582 0.022501 -0.016379 0.037736 0.086401 -0.090062 -0.010809 -0.047512 0.005812 0.023454 -0.033661 -0.005647 0.030112 -0.021954 -0.035545 -0.044956 0.023111 -0.07941 0.015493 -0.115685 -0.001331 -0.001435 0.017349 0.033331 0.035987 0.003986\nਘ 0.05567 -0.042108 -0.074529 0.013622 0.005071 0.075813 0.019483 0.015527 0.009015 -0.090082 0.095639 0.0755 -0.015872 -0.057135 0.095704 -0.035999 0.030016 -0.002963 -0.016704 -0.156959 -0.062194 -0.000561 0.045507 -0.019121 -0.013371 0.019853 -0.072851 -0.052634 -0.028797 -0.120379 0.042546 -0.068202 -0.072322 -0.076348 0.011393 -0.010918 -0.063913 0.13272 0.065052 0.092449 -0.061463 0.042487 0.029681 0.001857 -0.083679 -0.015936 0.053951 0.005237 0.005337 -0.009226 -0.006868 0.128112 0.03355 -0.14524 0.043915 -0.01785 -0.055597 0.05153 -0.015905 0.020293 -0.140221 -0.011949 -0.003386 -0.016591 0.00316 0.030906 0.135189 0.018368 0.142045 0.019429 -0.078694 0.022963 0.028564 0.039444 -0.129541 -0.019066 -0.086053 0.007432 -0.15645 0.016511 0.024789 -0.03862 -0.034604 -0.00548 -0.121786 -0.152209 0.05143 -0.007309 -0.114491 0.009519 -0.031312 0.044794 0.055161 -0.041472 0.087178 -0.0127 -0.062051 -0.076536 -0.024156 0.003257 -0.070853 -0.013006 0.050431 -0.048483 0.037466 -0.017669 -0.024365 0.021922 0.092131 -0.015972 0.100189 0.066038 0.020607 -0.084524 0.045233 0.001292 0.031932 -0.04682 -0.077952 -0.070082 0.050052 0.017642 0.066518 0.069798 0.083511 0.090848 -0.002323 -0.047163 -0.046852 -0.102161 -0.035482 0.016486 -0.056977 0.10302 -0.016126 0.01476 -0.065001 0.037471 0.023796 0.119956 0.059751 -0.034479 0.015326 0.048362 -0.137088 -0.156988 0.177592 0.042372 0.0128 -0.100183 0.008846 0.036958 0.104312 0.059282 -0.023926 -0.022677 0.050865 -0.058356 0.09037 -0.05011 -0.092948 0.05414 0.039567 -0.006254 -0.071252 0.011096 0.094583 -0.082129 0.041021 0.011141 -0.058171 -0.037724 -0.033027 0.036999 -0.105319 -0.073598 -0.019722 -0.018361 -0.115465 -0.048113 0.051921 -0.041211 0.014651 0.0056 0.006469 -0.081483 0.041721 0.078761 -0.092303 -0.016248 0.064057 0.042566 -0.110777 -0.055276 -0.002133 0.094217 -0.063065 0.05925 -0.011082 -0.060323 -0.100831 -0.102091 0.009246 0.064712 0.037216 0.07933 0.018562 0.014423 -0.007115 0.102888 -0.083349 -0.008991 -0.053262 -0.015782 -0.037968 0.145062 0.034749 -0.039379 0.039004 0.050288 -0.010827 9.8e-05 0.009186 0.0711 0.002272 0.017634 -0.032859 0.083929 0.026411 -0.048213 -0.001099 0.001383 -0.023651 -0.078675 -0.111531 -0.020792 -0.028042 -0.106346 0.020001 -0.005882 0.085712 0.060488 -0.013766 0.009627 0.001952 0.011934 0.065552 -0.040234 0.117502 0.093872 0.117201 -0.040537 0.010939 -0.07445 -0.023926 -0.044866 -0.027204 0.058306 -0.070958 0.038271 -0.011851 -0.07167 0.080362 -0.03886 -0.064277 0.000815 -0.069621 -0.035216 0.03589 -0.020682 0.080509 0.027361 0.011676 -0.021684 0.067509 0.027864 -0.011905 0.051632 0.173076 -0.149104 0.009627 -0.075183 0.067478 0.04694 0.01121 -0.021931 0.012059 -0.010626 -0.077508 -0.088273 -0.022391 -0.109917 0.019011 -0.209069 -0.030998 0.046646 0.020201 0.077921 -0.019472 -0.001694\nच 0.027419 0.000535 -0.04231 0.01584 0.011552 0.031281 -0.001107 -0.004582 -0.018938 -0.030784 0.036805 0.017661 -0.00844 -0.023777 0.021786 -0.004314 0.002786 -0.018437 -0.007891 -0.041117 -0.011041 0.001665 0.005515 0.006657 0.000754 0.018707 -0.009894 -0.010522 -0.019993 -0.02493 0.020242 -0.027721 -0.01905 -0.037061 0.012026 0.008158 -0.026979 0.033436 0.008074 0.02287 -0.02575 0.00839 0.003895 -0.00154 -0.021133 -0.0133 0.028582 -0.006866 -0.004487 0.014626 0.008361 0.047782 0.028806 -0.035226 0.035422 0.003226 -0.001691 0.012128 -4.2e-05 0.022403 -0.030775 -0.029542 -0.002242 -0.016302 0.012813 0.017506 0.032463 -0.003023 0.027673 0.014281 -0.042771 -0.006369 0.023289 0.012166 -0.039439 0.001568 -0.025961 0.022537 -0.03774 -0.015196 0.007285 -0.000655 0.001638 0.013272 -0.021027 -0.036645 0.004777 -0.002493 -0.022164 -0.002412 -0.010717 0.022057 0.004963 -0.016998 0.014426 -0.010047 -0.00489 -0.031447 -0.006281 -0.0011 -0.024449 0.009029 -0.002674 -0.017058 0.011534 -0.006796 -0.011733 0.008544 0.036418 -0.002059 0.039443 0.022622 0.02312 -0.017287 0.003151 0.000687 0.002594 -0.001866 -0.019143 -0.030801 0.019141 -0.004497 0.025917 0.028807 0.03145 0.006172 -0.0053 -0.012222 -0.016882 -0.019132 -0.012854 0.005101 -0.017918 0.026649 -0.015824 0.010268 -0.02407 0.002021 0.005992 0.040018 -0.006738 -0.006936 0.007604 0.022327 -0.041846 -0.043615 0.044382 0.010721 -0.000515 -0.035558 -0.002737 0.010011 0.027216 0.019408 0.001093 0.010446 0.00306 -0.026039 0.009332 -0.016211 -0.022943 0.012058 0.016048 0.010349 -0.01653 -0.006404 0.024124 -0.017042 0.012811 0.016691 -0.015607 -0.019331 -0.012471 0.027006 -0.015728 -0.025699 -0.004964 -0.00774 -0.033173 -0.01325 0.029093 -0.012384 0.009517 -0.010732 -0.001593 -0.015508 0.010921 0.029315 -0.047721 -0.002275 0.015267 0.025445 -0.03221 -0.033582 0.007944 0.036218 -0.018719 0.018774 -0.002052 -0.005826 -0.033741 -0.0202 0.012663 0.023001 0.013579 0.013056 0.0115 -0.002954 -0.005491 0.032476 -0.020192 -0.005003 -0.008336 0.009893 -0.000952 0.060732 0.006295 -0.021404 0.011589 0.006021 -0.003718 0.00375 -0.001675 0.006151 -0.025839 -0.009655 0.00169 0.019644 -0.004516 -0.017721 -0.004423 -0.00489 -0.004546 -0.025517 -0.034152 -0.00441 -0.011343 -0.027249 0.029039 0.022638 0.010457 0.024012 -0.020793 0.018739 0.006035 -0.004713 0.029974 -0.000786 0.02822 0.042302 0.013606 0.00911 -0.003548 -0.0322 -0.025284 -0.019226 -0.007491 0.018282 -0.024019 -0.012803 0.002685 -0.005732 0.02911 -0.015289 -0.024435 -0.01453 -0.025697 -0.019781 0.008817 -0.007753 0.017856 0.002398 0.005058 -0.00654 0.007216 0.002307 -0.000213 0.014954 0.044953 -0.044671 0.000317 -0.01928 0.017505 0.018907 -0.019698 -0.008779 0.012907 -0.014175 -0.018458 -0.010187 0.009736 -0.034445 0.00997 -0.063024 -0.01397 0.007515 0.010279 0.027748 0.011327 0.003538\n̞ -0.037916 0.004768 -0.020397 0.01888 0.024859 0.040682 0.029583 0.015804 -0.024133 -0.035191 0.076504 0.051147 -0.019739 -0.022115 0.076429 -0.015297 -9.9e-05 -0.012532 0.019882 -0.052785 -0.022045 -0.029721 -0.087261 0.00717 0.008253 -0.026144 -0.036879 -0.016064 -0.015406 -0.052898 0.033712 -0.027306 -0.025268 -0.005687 -0.022998 0.036641 -0.024675 0.050351 0.014901 -0.0096 -0.048293 0.078307 0.018394 0.032776 -0.014893 0.000161 0.042966 0.011857 -0.003399 -0.000341 0.017735 0.088577 0.017752 -0.040705 0.060421 0.020466 0.01138 0.052546 -0.011029 0.042033 -0.072044 -0.055783 -0.036346 0.012587 0.000821 0.051102 0.079769 -0.047937 0.029103 0.053313 -0.029965 -0.028926 -0.020726 0.051976 -0.018235 -0.009447 0.025217 0.015343 -0.040937 -0.021798 0.039437 -0.016174 -0.024965 0.033572 -0.009601 -0.106835 0.044954 -0.00258 -0.0139 0.029651 0.009742 0.027807 0.013089 0.011172 0.014471 -0.066092 0.02366 -0.059457 -0.076674 -0.030883 -0.074417 -0.013481 -0.013901 -0.042098 0.016539 -0.018957 -0.008042 0.023973 0.005769 0.003093 0.087429 0.014675 0.021131 0.032838 0.024914 -0.007555 -0.041834 -0.041433 -0.058229 -0.024482 0.035081 -0.003344 0.031259 -0.00241 0.017103 -0.023223 0.035265 0.063208 -0.02547 -0.010121 0.036929 0.069111 -0.006676 0.046318 -0.007519 0.009697 -0.034783 0.055491 0.001879 0.051754 -0.000326 0.002971 0.00309 0.003738 -0.017152 -0.088006 0.03216 -0.03192 0.022148 -0.083391 0.073982 0.003644 0.062506 0.063143 0.005401 0.001692 -0.023181 -0.070108 0.04517 -0.017628 -0.041572 0.025366 0.03993 -0.019363 -0.005782 -0.025906 0.025823 -0.012576 0.013167 0.092784 -0.023231 -0.033095 0.014977 0.005137 0.013097 -0.027575 -0.00121 -0.018725 -0.066929 0.0144 0.066771 0.021237 0.041294 0.021608 -0.045704 -0.062945 -0.011178 0.029874 0.006693 -0.003461 0.008876 0.037215 -0.043114 -0.056877 -0.010834 0.043352 -0.042856 0.014326 0.037011 -0.027681 -0.063274 -0.019439 0.034356 0.047435 0.030273 -0.021399 0.010316 -0.051957 -0.021117 0.042335 -0.022571 0.014145 -0.010524 0.0657 0.031039 0.000813 -0.0061 -0.002358 0.010245 0.000882 -0.02769 -0.051086 0.028772 0.018764 -0.031351 0.022674 -0.01901 -0.002851 0.016279 -0.004913 -0.037346 0.010856 -0.003235 -0.065111 -0.02078 0.025598 -0.022891 -0.000257 -0.007339 0.010589 0.033513 0.036488 -0.020649 0.030961 -0.036451 -0.040577 0.027162 0.03947 0.040499 0.041116 -0.00819 0.027816 -0.03691 -0.037639 -0.029547 0.005186 -0.001081 -0.000636 -0.048615 0.013753 0.013938 -0.024728 0.004053 -0.019658 0.012414 -0.020916 -0.068309 0.043358 -0.00976 0.013071 -0.002097 -0.005159 0.020846 0.014029 0.056614 -0.024605 0.025136 0.006446 0.023966 -0.047114 0.010688 0.005048 0.026879 0.038022 0.05334 0.003947 0.022982 -0.007876 -0.0242 -0.015637 0.010895 -0.022593 -0.001692 -0.050176 -0.065608 0.014472 0.005791 -0.003895 -0.023777 -0.072971\nᠤ 0.037519 -0.002603 -0.012274 -0.010232 -0.011432 0.026039 -0.035707 -0.034614 -0.018929 -0.016295 0.008243 0.006397 -0.00128 -0.003111 0.010788 -0.017528 0.006659 -0.002972 -0.010824 -0.023607 -0.027385 0.015298 0.015139 0.002278 -0.02655 0.009052 -0.015229 0.001961 -0.015053 -0.020706 0.013917 -0.032479 -0.00868 -0.021451 0.004874 -0.007568 -0.004982 0.020732 -0.003886 0.010802 -0.003312 0.004514 0.012111 -0.017441 -0.014592 0.010641 0.006644 -0.003693 0.016931 0.016075 0.031017 0.030063 0.020843 0.009422 0.019582 0.015348 0.008307 0.002273 -0.02574 0.018488 -0.028354 -0.021999 -0.027135 0.009114 0.024051 0.031433 0.027704 -0.008077 0.026427 0.016431 -0.06018 -0.015745 0.024576 0.02831 -0.01606 0.009984 -0.018752 0.021623 -0.03571 -0.011284 0.015308 0.003592 0.027698 -0.011929 -0.012295 -0.021348 -0.007222 -0.000635 -0.001063 -0.013183 -0.034481 0.013826 0.026883 -0.016732 0.027179 0.004139 -0.015887 -0.041646 -0.01289 0.011702 -0.019429 -0.008568 -0.001691 -0.021691 -0.009336 -0.007642 -0.006586 -0.005096 0.045804 -0.002383 0.018863 0.011457 0.020068 -0.017119 0.012658 -0.014491 0.002295 0.003367 -0.024263 -0.001745 0.033203 -0.00085 0.018582 0.008628 0.0201 0.028292 -0.003279 -0.00245 -0.009423 -0.026749 -0.024294 0.003744 0.001523 0.038589 -0.000119 0.018246 -0.02225 0.019605 0.016937 0.038435 -0.002079 0.000524 0.010054 0.025526 -0.027392 -0.039534 0.054596 0.034806 -0.005394 -0.023432 0.002461 -0.001556 0.02555 -0.002097 -0.009322 0.004334 0.014768 -0.002566 0.014033 -0.027096 -0.017787 0.004999 0.005918 0.020698 -0.043822 -0.01676 0.000316 -0.026296 -0.0002 0.012932 -0.006916 -0.01706 -0.013295 0.031821 -0.00185 -0.032054 -0.013221 -0.017658 -0.039066 0.002197 0.004909 -0.016765 -0.008972 -0.02513 -0.001562 -0.017116 0.004832 0.008925 -0.036431 0.006814 0.034098 0.028793 -0.02802 -0.014944 0.000375 0.042024 -0.017656 0.010797 0.01398 -0.027686 -0.008321 0.000933 0.017985 0.021981 0.014666 0.019127 -0.003814 -0.006606 -0.000702 0.038925 -0.008718 -0.006833 -0.007506 -0.005175 0.010925 0.029804 0.011636 -0.013436 -0.000586 -0.003284 0.013545 0.013044 -0.024783 0.01115 -0.000587 -0.00303 0.009887 -0.002226 0.00779 -0.024592 -0.007153 -0.01103 0.007338 -0.015512 -0.027546 -0.001908 -0.018213 -0.053024 -0.00895 0.005756 -0.015261 0.004771 -0.011472 0.01275 0.008032 0.001534 0.010934 -0.014041 0.034202 0.019934 0.020533 0.002264 0.002484 0.016781 -0.006233 -0.002535 -0.015367 0.033399 -0.029823 0.017579 0.003583 -0.011136 0.012903 -0.014629 -0.010542 -0.022862 -0.019538 -0.012493 -0.004072 0.000863 -0.005657 0.007319 0.012742 -0.014449 0.010067 0.022041 -0.011677 -0.003403 0.02958 -0.031398 -0.006004 -0.008101 0.003841 0.017575 0.003268 -0.012407 0.028267 -0.004843 -0.001984 -0.005452 -0.014394 -0.01122 -0.002483 -0.047061 -0.001095 0.006751 0.004359 0.033877 0.012353 -0.019707\nᎩ 0.029738 0.005985 -0.041638 0.020543 0.014838 0.019582 0.01369 0.001625 -0.013306 -0.020208 0.049416 -0.007759 -0.018669 -0.025904 0.027192 -0.008412 0.026979 -0.035212 -0.037985 -0.034976 -0.0248 0.030395 0.00656 0.038549 0.008407 0.02728 -0.008382 -0.005045 -0.014225 -0.040897 0.034124 -0.043182 -0.028103 -0.024655 0.018963 0.038174 -0.063689 0.07218 -0.000631 0.013542 -0.034667 0.03586 -0.029076 0.001589 -0.035668 -0.029456 0.047918 -0.002189 0.006885 0.017433 0.002578 0.056497 0.040385 -0.048142 0.06646 0.030368 0.006605 0.046424 -0.020096 0.023319 -0.037546 -0.04857 -0.015538 -0.035822 0.015343 0.059434 0.057976 -0.042544 0.021139 0.050668 -0.056631 -0.014371 0.034759 0.015171 -0.063412 0.018684 -0.04716 0.047359 -0.024302 -0.049272 0.011035 0.022819 0.008734 0.060945 -0.035803 -0.079333 -0.029394 -0.009099 -0.005196 -0.01687 0.014195 0.036732 0.005731 0.000439 0.020936 -0.003528 0.014017 -0.060333 -0.006838 -0.024119 -0.008905 -0.005331 -0.022108 -0.052591 0.024365 -0.00629 -0.012704 0.006337 0.039532 0.003454 0.076585 0.026831 0.041825 -0.006331 -0.012678 0.001711 -0.036191 -1.6e-05 0.005686 -0.069373 0.033612 0.013319 0.050029 0.022579 0.039974 0.019846 -0.008084 -0.010058 0.004806 -0.020404 -0.007645 0.006598 -0.037105 0.025494 -0.007358 0.033046 -0.035505 0.004759 -0.002263 0.063602 -0.013081 -0.020092 0.023789 0.018477 -0.037631 -0.076526 0.060009 0.034967 0.016443 -0.05689 0.037596 0.003656 0.030079 0.047678 -0.008446 0.012364 0.016649 -0.035322 0.00361 -0.01264 -0.00807 0.017214 0.015004 0.021915 -0.013186 -0.010936 0.03363 -0.015256 0.032061 0.033012 -0.041371 -0.019108 -0.012162 0.061481 -0.052019 -0.035621 -0.023688 -0.004853 -0.049671 -0.027675 0.063784 -0.016425 0.012923 -0.009162 -0.028876 -0.006838 0.010821 0.014593 -0.076449 -0.016897 0.016662 0.050959 -0.042571 -0.037607 -0.012474 0.027443 -0.015024 0.027824 0.027881 1e-05 -0.03802 -0.048045 0.026382 0.03373 0.027717 0.00808 0.028936 -0.02066 -0.001382 0.041713 -0.031515 0.001678 -0.025416 0.023656 -0.000489 0.085956 0.016745 -0.047082 -0.0063 -0.003072 0.003658 0.024355 -0.012159 -0.003493 -0.012458 -0.012358 0.006805 0.031431 -0.000689 -0.016384 0.01003 -0.002423 -0.010405 -0.026659 -0.048209 0.003664 -0.00841 -0.091813 0.053983 0.041058 -0.012872 0.034616 -0.019191 5.6e-05 -0.003919 -0.001892 0.066041 -0.012149 0.036033 0.076134 0.005194 0.011596 0.009213 -0.063445 -0.061058 -0.041654 -0.002011 0.024211 -0.023638 -0.039892 -0.005732 -0.014538 0.033829 -0.038011 -0.017787 -0.020479 -0.028771 -0.015013 0.004867 0.001904 0.013496 0.003089 0.003441 0.006596 0.033017 -0.021097 0.011833 0.012221 0.05611 -0.035963 -0.024033 -0.015447 0.00711 0.000189 -0.02506 0.007137 0.006549 0.000906 -0.04908 -0.0278 -0.028746 -0.060333 0.032704 -0.086242 0.001013 0.011791 0.011887 0.007896 0.025531 -0.005675\nረ 0.044396 0.002419 -0.056531 0.003713 0.008593 0.059044 -0.012539 -0.017113 -0.018352 -0.046065 0.030907 0.012845 -0.00166 -0.029846 0.033755 -0.015107 0.014338 -0.019715 -0.012832 -0.054613 -0.006116 0.000968 0.009347 0.00713 -0.0042 0.042078 -0.013387 -0.016317 -0.006525 -0.038835 0.016307 -0.043107 -0.02725 -0.059261 0.000387 0.010319 -0.050484 0.048247 0.008709 0.036268 -0.024754 -0.001007 0.035008 0.008439 -0.050724 -0.035532 0.049841 -0.013977 -0.020186 0.023254 0.002451 0.066759 0.036951 -0.033728 0.041435 0.000195 -0.019275 0.030642 -0.012504 0.028362 -0.029121 -0.030591 -0.025496 -0.017615 0.032695 0.015822 0.029436 1.5e-05 0.046013 0.012605 -0.051421 0.000949 0.020068 0.014445 -0.034375 0.009922 -0.025001 0.009162 -0.053056 -0.013392 0.007233 -0.00709 -0.019043 0.017369 -0.009508 -0.050428 0.003583 0.006996 -0.0118 -0.011042 -0.021606 0.019483 0.012409 -0.01901 0.035045 -0.007067 -0.019879 -0.042702 -0.00679 -0.002054 -0.029628 0.006174 -0.007944 -0.035666 0.00463 -0.016269 -0.013907 0.013654 0.033267 -0.012967 0.046474 0.031628 0.016596 -0.024559 0.015696 0.003228 -0.006762 0.009974 -0.018488 -0.035921 0.030426 0.003059 0.038424 0.024655 0.042932 0.001815 -0.014213 -0.001598 -0.011115 -0.01715 -0.022057 0.011848 -0.008412 0.030374 -0.027797 0.01657 -0.026196 0.013632 0.00887 0.068804 -0.000926 -0.008707 0.008086 0.02211 -0.038556 -0.080284 0.048438 0.011391 -0.012859 -0.0514 0.011302 0.026808 0.021611 0.041825 -0.003237 0.008589 0.009451 -0.01365 0.025524 -0.021957 -0.027555 0.017513 0.021447 0.007802 -0.008595 -0.015694 0.025314 -0.029073 0.028925 0.028271 -0.01969 -0.023198 -0.014006 0.053501 -0.01375 -0.022011 -0.013471 -0.016641 -0.050059 -0.005675 0.039671 -0.013912 0.00047 -0.029787 -0.015477 -0.037051 0.015804 0.035421 -0.058555 -0.002474 0.007867 0.028537 -0.034631 -0.052066 -0.001041 0.057948 -0.031713 0.021213 -0.000534 -0.007702 -0.029417 -0.040715 0.025166 0.044326 0.011755 0.012416 0.026694 -0.002481 0.001644 0.040864 -0.036712 -0.021253 0.007278 0.020169 -0.006437 0.080267 0.006341 -0.029601 0.010716 0.004341 -0.017135 0.008569 0.006118 -0.013195 -0.026852 -0.004898 -0.002869 0.028555 -0.017842 -0.027372 -0.001242 0.003829 -0.006339 -0.023863 -0.063589 -0.005375 -0.023682 -0.025568 0.023966 0.013425 -0.000248 0.027475 -0.022316 0.021051 0.010707 -0.012242 0.031656 -0.014509 0.041005 0.046368 0.028439 0.01641 -0.000475 -0.04463 -0.02128 -0.025546 -0.002285 0.032856 -0.031878 -0.004479 -0.001004 -0.013945 0.035573 -0.028437 -0.0423 -0.017623 -0.051613 -0.038589 0.010443 -0.002688 0.041535 -0.007347 0.023527 -0.010441 0.026853 -0.007728 0.011538 0.029332 0.073602 -0.071663 -0.026829 -0.033267 0.0373 0.009533 -0.023989 -0.009015 0.029393 -0.006648 -0.020619 -0.009928 0.008655 -0.042493 0.020078 -0.079042 -0.011314 0.003496 0.012405 0.03435 0.028378 0.011823\nຫ 0.031589 0.00232 -0.037474 0.019264 0.003044 0.030224 0.000843 0.000353 -0.017405 -0.030875 0.023228 0.005714 -0.001335 -0.019298 0.026502 -0.000422 0.003448 -0.021058 -0.003771 -0.038584 -0.014031 0.002296 0.013277 0.004649 9.6e-05 0.012822 -0.019062 -0.009227 -0.012215 -0.01842 0.021782 -0.029323 -0.022143 -0.037802 0.00331 0.001951 -0.023095 0.027509 0.000611 0.016416 -0.023863 0.002798 0.007216 -0.006227 -0.019366 -0.024788 0.027569 -0.005855 -0.002911 0.012304 0.000717 0.036084 0.027364 -0.025545 0.03282 0.008297 0.003941 0.014405 0.00399 0.019192 -0.027467 -0.016843 -0.005627 -0.013984 0.013641 0.020745 0.028195 -0.010645 0.034642 0.017386 -0.049566 -0.015884 0.015145 0.015267 -0.037191 -0.001618 -0.024308 0.010269 -0.028345 -0.01385 0.016591 0.000607 0.003344 0.007579 -0.016412 -0.049946 0.007646 -0.001274 -0.00564 -0.012352 -0.00896 0.018386 0.013192 -0.016102 0.021797 -0.007711 -0.000997 -0.037987 -0.000598 0.000716 -0.028349 -0.00501 0.005828 -0.022579 0.014079 -0.002653 -0.008443 0.010458 0.035581 -0.003807 0.031887 0.019236 0.024462 -0.01384 0.007853 0.001479 -0.002687 0.00148 -0.011588 -0.029814 0.01813 0.002733 0.034988 0.030135 0.031108 0.003413 -0.005943 -0.001573 -0.00895 -0.019572 -0.012826 -0.004514 -0.006512 0.029443 -0.026728 0.005745 -0.023665 0.006505 0.000767 0.030968 -0.005446 -0.006067 0.002867 0.013796 -0.035147 -0.042282 0.041274 0.009273 0.005292 -0.037896 0.005854 0.007426 0.031603 0.01598 0.004798 0.009491 -0.00342 -0.023665 0.015817 -0.023455 -0.023758 0.010542 0.01596 0.013762 -0.01404 -0.017553 0.021663 -0.019357 0.017406 0.012584 -0.02002 -0.0161 -0.010673 0.032779 -0.019622 -0.022402 0.001546 -9.7e-05 -0.037592 -0.021886 0.025844 -0.007192 0.011556 -0.010257 -0.004509 -0.02124 0.009551 0.020896 -0.037705 0.004533 0.008465 0.02013 -0.033651 -0.029826 0.000679 0.035 -0.017758 0.016627 0.005963 0.000423 -0.023998 -0.019981 0.013889 0.025207 0.007234 0.023711 0.004871 0.001822 -0.007509 0.032714 -0.013245 -0.004859 -0.002278 0.016668 0.01161 0.049777 0.007803 -0.025459 0.008688 -0.0041 -0.000908 0.001002 -0.008791 0.000931 -0.020813 -0.004812 -0.004705 0.010978 -0.011827 -0.019877 -0.00952 -0.002036 -0.011125 -0.022792 -0.030891 -0.002253 -0.011804 -0.023657 0.018953 0.021002 0.007622 0.020363 -0.023722 0.021534 -0.005774 -0.006294 0.027301 -0.00539 0.035508 0.037471 0.017941 0.007762 -0.002114 -0.024128 -0.021426 -0.015147 0.003522 0.021467 -0.024893 -0.002786 0.00364 -0.007928 0.025198 -0.022172 -0.022133 -0.021159 -0.031493 -0.017907 0.007532 0.000171 0.026098 0.006139 0.013217 -0.006182 0.01035 -0.006079 0.001122 0.017511 0.036983 -0.044796 -0.004502 -0.012927 0.009858 0.017647 -0.020931 -0.009741 0.010016 -0.009111 -0.013793 -0.006624 0.00397 -0.03213 0.003168 -0.058517 -0.011473 0.016064 0.005147 0.020959 0.018355 0.003373\nත 0.050768 0.014086 -0.0757 0.031487 0.028537 0.058378 -0.003167 0.000292 -0.036355 -0.050161 0.057105 0.029031 -0.005721 -0.050315 0.06314 -0.015302 0.005128 -0.018351 -0.011779 -0.067388 -0.02838 -0.009112 0.023808 0.006541 0.009551 0.033295 -0.013254 -0.025927 -0.01611 -0.041942 0.029189 -0.039858 -0.041064 -0.05919 0.021128 0.018167 -0.049669 0.065897 -1.2e-05 0.04345 -0.051022 0.020724 0.008082 -0.002162 -0.044495 -0.026393 0.062359 -0.002005 -0.004805 0.032343 -0.002539 0.073898 0.052136 -0.037282 0.073743 0.002896 -0.014261 0.025116 -0.02002 0.030254 -0.049065 -0.044153 -0.017093 -0.017101 0.031512 0.026298 0.069878 -0.021628 0.049901 0.026672 -0.084326 -0.001439 0.037696 0.027176 -0.07045 -0.004002 -0.043457 0.031199 -0.049902 -0.01779 0.013291 -0.005748 -0.001651 0.020815 -0.030635 -0.067273 0.002201 0.002806 -0.029647 -0.032426 -0.014109 0.024928 0.014164 -0.02396 0.010217 -0.000141 -0.009439 -0.060542 -0.001729 -0.006071 -0.026675 -0.003584 0.006773 -0.056329 0.030488 -0.00386 -0.036549 0.017873 0.0546 -0.012436 0.06479 0.038511 0.032056 -0.017725 0.013417 0.005951 -0.008824 0.006979 -0.025893 -0.062961 0.039226 -0.007068 0.053861 0.046054 0.041862 0.020522 -0.01615 -0.011738 -0.031912 -0.02779 -0.040236 0.006773 -0.010423 0.055525 -0.032768 0.020552 -0.024159 0.021164 0.006644 0.068113 -0.003141 -0.010877 0.023389 0.032055 -0.053536 -0.078891 0.094542 0.020834 -0.00182 -0.056793 0.012457 0.017488 0.049182 0.020915 -0.002295 0.013198 0.007809 -0.033336 0.032864 -0.035175 -0.030226 0.021063 0.032118 0.009308 -0.029153 -0.031114 0.047024 -0.024945 0.038274 0.031661 -0.037161 -0.034366 -0.007079 0.054739 -0.030678 -0.045723 -0.016842 -0.020066 -0.047355 -0.041525 0.043176 -0.005024 0.004145 -0.016028 -0.012384 -0.029099 -0.002076 0.026789 -0.072968 0.006893 0.024147 0.035059 -0.045147 -0.065277 0.005612 0.073323 -0.038774 0.012649 0.00536 0.009962 -0.047927 -0.043197 0.014054 0.051591 0.035578 0.011324 0.020727 -0.011566 -0.011794 0.057512 -0.021059 -0.012379 -0.019415 0.019892 0.00485 0.106221 0.019705 -0.037932 0.016135 0.003299 -0.003772 0.005322 0.005709 0.011666 -0.031332 -0.012566 -0.001124 0.031537 -0.020299 -0.027156 -0.012429 -0.011949 -0.011058 -0.028947 -0.06055 -0.014729 -0.021797 -0.050514 0.045431 0.025437 0.002083 0.040767 -0.034638 0.021694 -0.003709 -0.015865 0.047465 -0.017748 0.0653 0.085571 0.048139 0.021397 0.001534 -0.058943 -0.04819 -0.031192 -0.008837 0.032698 -0.05288 -0.01175 -0.003986 -0.023094 0.056422 -0.041316 -0.043261 -0.032682 -0.055902 -0.021788 0.017531 -0.002231 0.035654 -0.00676 0.014178 0.002012 0.02919 0.019092 0.007038 0.031701 0.082344 -0.076192 -0.002907 -0.026735 0.030174 0.022364 -0.02376 0.00462 0.044753 -0.012016 -0.033835 -0.017255 0.01199 -0.057541 0.02421 -0.108622 -0.008683 0.024229 0.019838 0.019776 0.026959 0.020661\nబ 0.011773 0.000473 -0.012455 -0.009737 -0.012334 0.022781 -0.017395 -0.04167 -0.013275 0.006424 0.02583 0.014298 -0.009547 -0.018355 0.020862 0.018229 0.013703 0.002154 -0.028795 -0.029603 -0.004551 0.00048 0.000299 -0.010686 -0.01749 0.018805 -0.017777 0.005272 -0.003426 -0.007326 -0.02051 -0.031211 0.002028 -0.009048 -0.006506 -0.014069 -0.008426 -0.00811 -0.014779 0.010586 -0.030323 -0.020446 0.024645 -0.003349 -0.01475 -0.010373 0.021395 -0.014865 -0.025148 0.01068 -0.022375 -0.024106 0.028427 0.032449 0.027376 -0.00167 0.022152 -0.011012 -0.017603 0.031245 -0.015771 0.001752 -0.007111 -0.002834 0.023912 0.014952 0.001011 0.012098 0.019465 0.01526 -0.020363 -0.014339 0.027741 0.005244 -0.012249 -0.001139 -0.018064 -0.008885 -0.012211 0.017364 -0.000999 -0.015588 -0.025012 0.007421 0.012246 0.016712 0.00627 -0.001857 0.01098 0.012683 0.026164 -0.005165 0.026614 0.009362 0.002191 -0.019029 -0.036963 -0.017845 0.006555 0.007423 -0.036466 -0.00809 -0.012267 -0.027722 -0.00359 -0.009903 -0.006052 -0.004055 0.008269 -0.038299 0.007734 0.016717 -0.01031 -0.008901 0.006599 -0.008828 0.01945 0.01747 0.009268 -0.022407 0.031582 -0.006444 0.013011 0.00948 0.019333 -0.006479 0.001263 0.004595 0.008971 0.015019 -0.007896 0.003202 0.002123 0.018864 -0.017869 -0.012747 -0.013467 0.019633 0.00348 0.020925 -0.000935 0.007791 -0.033565 0.009701 0.010009 -0.017274 0.007269 0.043577 -0.004686 -0.004473 -0.037865 0.008934 0.020716 0.021836 -0.004954 0.031157 0.014751 0.006408 0.005782 -0.037047 -0.027081 -0.011717 0.009969 -0.018914 0.00622 -0.007212 -0.023866 -0.016047 0.028837 0.004219 -0.016955 -0.009362 -0.019176 0.047382 0.011709 0.01072 0.020278 0.000482 -0.005351 -0.010862 -0.004902 -0.006331 0.00684 -0.026872 0.022256 -0.014875 -0.003327 0.006562 -0.019066 -0.011244 0.043565 0.000908 -0.005139 0.016921 -0.008884 -0.001937 -0.033754 0.024818 -0.011638 0.017381 0.010306 -0.001681 0.017022 0.014428 0.011782 -0.00379 0.032847 -0.028019 -0.00525 0.017192 0.004276 -0.021395 0.001911 0.006441 -0.000983 0.015241 0.005526 -0.009085 0.013735 0.016447 0.031573 0.01818 0.001107 0.010706 -0.011573 -0.005724 0.003947 -0.008741 0.004203 -0.016662 -0.006 0.007338 0.008121 0.007543 -0.013218 -0.021206 -0.011114 -0.019215 -0.001703 0.024049 -0.022355 -0.004464 0.004004 0.010362 -0.011232 0.032436 0.008329 -0.017021 0.020923 0.020405 0.012668 -0.009097 -0.008094 0.004433 0.011053 0.018661 0.016204 0.001928 -0.021597 -0.013483 -0.019179 -0.012127 -0.004122 0.005129 -0.033816 -0.020472 -0.007475 -0.005248 0.009956 0.01085 0.008747 0.012172 -0.01009 -0.024516 -0.005588 -0.005916 0.022148 0.000485 0.016028 -0.009649 0.005728 -0.029269 -0.003792 0.017235 -0.001354 -0.024626 0.014987 -0.001293 -0.002843 0.014203 0.011083 -0.014399 -0.003519 -0.024867 -0.004993 -0.002292 0.027001 0.013292 -0.000837 0.024078\nذ 0.03039 0.003556 -0.049393 0.021372 0.007623 0.029998 0.010791 -0.008216 -0.025493 -0.028931 0.033515 0.009926 -0.014741 -0.020356 0.022626 -0.000395 0.012888 -0.021939 -0.011437 -0.043628 -0.016122 0.003536 0.005424 0.010333 0.006238 0.018941 -0.005502 -0.012585 -0.016973 -0.031065 0.022082 -0.028535 -0.014205 -0.042214 0.012364 0.017262 -0.036353 0.040097 0.008096 0.01678 -0.034809 0.012735 -0.001904 0.0036 -0.023037 -0.024256 0.033046 -0.000144 -0.006095 0.013248 0.000781 0.044883 0.034968 -0.035241 0.037946 0.006152 0.001151 0.023139 -0.011676 0.030644 -0.029757 -0.025246 -0.003785 -0.015856 0.016955 0.02128 0.040995 -0.01443 0.035478 0.018467 -0.054776 -0.002727 0.016954 0.021364 -0.050575 -0.005157 -0.030912 0.026839 -0.032149 -0.019556 0.014429 0.002131 0.002671 0.0128 -0.015126 -0.046021 0.013529 -0.004254 -0.01124 -0.002416 0.00115 0.022914 0.008692 -0.008427 0.022175 -0.005999 -0.001061 -0.033323 5.2e-05 -0.007262 -0.018404 -0.000732 -0.007322 -0.032272 0.014652 -0.003398 -0.010438 0.010175 0.033112 -0.006181 0.049228 0.012657 0.019889 -0.018869 0.007555 -0.001405 -0.008532 0.003105 -0.012219 -0.032302 0.022142 0.004349 0.031778 0.017254 0.032666 0.017621 -0.011848 -0.009419 -0.011567 -0.013229 -0.012372 -0.004519 -0.012934 0.029844 -0.017229 0.0173 -0.033436 0.004995 0.009641 0.045045 -0.003061 -0.007873 0.011235 0.025511 -0.023753 -0.040251 0.050449 0.014194 0.000701 -0.045901 0.00438 0.004175 0.035735 0.023597 -0.004533 0.007598 -0.004214 -0.021459 0.01077 -0.022655 -0.020519 0.018939 0.019422 0.017584 -0.007737 -0.017277 0.018506 -0.027805 0.020202 0.010329 -0.034658 -0.026011 -0.012313 0.036654 -0.012071 -0.021998 -0.007034 -0.008101 -0.044121 -0.020743 0.038028 -0.013216 0.006997 -0.017948 -0.001108 -0.020858 0.007263 0.019651 -0.051678 0.000362 0.009652 0.024745 -0.032115 -0.029256 -0.000336 0.031238 -0.018321 0.014464 0.005068 0.007011 -0.026378 -0.034726 0.015989 0.019782 0.024083 0.018609 0.012986 -0.015029 -0.006666 0.04392 -0.019026 -0.000828 -0.014576 0.016143 -0.004226 0.064879 0.013926 -0.025219 0.008598 -0.006638 -0.00846 0.010701 -0.005241 0.002844 -0.024598 -0.002782 -0.005406 0.013489 -0.004534 -0.022836 -0.003174 0.003081 -0.002678 -0.023888 -0.030727 -0.004439 -0.013477 -0.032895 0.027361 0.025577 0.005132 0.018356 -0.025922 0.007737 -0.001872 -0.001688 0.036722 -0.001433 0.0443 0.056124 0.028603 0.002547 0.003432 -0.038142 -0.029464 -0.02233 -0.001268 0.020529 -0.024222 -0.010222 0.007087 -0.018811 0.031572 -0.026515 -0.033015 -0.018105 -0.034604 -0.011917 0.007274 0.0007 0.018649 -0.00031 0.013746 -0.002444 0.009164 -0.007157 -0.005799 0.015659 0.04182 -0.044309 -0.00046 -0.01998 0.019146 0.014707 -0.02112 -0.001855 0.016392 -0.008708 -0.019104 -0.016201 0.00631 -0.042148 0.008193 -0.064924 -0.008259 0.003886 0.014261 0.017278 0.022415 0.001459\n4 0.020508 0.002015 -0.042285 0.00849 -0.001022 0.033259 0.008524 0.001985 -0.012832 -0.014624 0.021804 0.00372 -0.016037 -0.01704 0.00962 0.005976 0.010555 -0.015903 -0.016684 -0.024203 0.001089 -0.001359 0.010066 0.013624 0.002732 0.023571 0.000629 0.001505 -0.007285 -0.020668 0.016257 -0.019505 -0.014762 -0.036033 0.00431 0.020664 -0.031793 0.026566 0.013467 0.008773 -0.026725 0.012196 0.004058 -0.006109 -0.013428 -0.023069 0.034732 -0.006387 0.003995 0.00826 0.002311 0.042244 0.034077 -0.021896 0.030436 -0.002574 -0.005553 0.015105 -0.003134 0.018138 -0.023763 -0.017945 -0.00736 -0.016162 0.005382 0.01942 0.024006 -0.017061 0.022314 0.016338 -0.039458 -0.007994 0.014032 0.005967 -0.043745 -0.00041 -0.023125 0.010589 -0.030025 -0.002119 0.009141 0.006889 -0.00134 0.018129 -0.009383 -0.046161 0.005789 0.008599 -0.021722 -0.004293 0.00531 0.012191 0.001956 -0.018829 0.01319 -0.003459 0.000994 -0.031229 0.003092 -0.010732 -0.006348 -0.009076 0.000478 -0.015384 0.011098 -0.002365 -0.008514 -0.00382 0.011989 0.004252 0.029195 0.009854 0.02008 -0.015347 0.004211 0.002915 -0.004429 -0.00558 -0.00452 -0.030199 0.015488 -0.002552 0.028482 0.001104 0.02297 0.004519 -0.006262 -0.005974 -0.009861 0.003216 -0.012271 0.002678 -0.006937 0.025112 -0.009551 0.016801 -0.019275 0.001333 -0.006119 0.043205 0.002252 -0.013845 0.006732 0.01927 -0.016364 -0.034602 0.030739 0.003072 0.00116 -0.039204 0.013846 0.005273 0.026364 0.015176 0.004336 0.010737 -0.000358 -0.023606 0.005267 -0.009439 -0.025281 0.007526 0.032658 0.010447 -0.005982 -0.005275 0.02193 -0.005847 0.011184 0.009444 -0.016561 -0.011102 -0.016153 0.027209 -0.015798 -0.01331 -0.018266 -0.013905 -0.029351 -0.008114 0.031987 -0.004559 0.009434 -0.002496 -0.011197 -0.001424 -0.005386 0.023419 -0.038285 0.008275 0.008716 0.013219 -0.032163 -0.025857 0.004386 0.030424 -0.007729 0.005193 0.003949 0.008504 -0.035268 -0.018483 0.019298 0.016484 0.018558 0.006292 0.003641 -0.008268 0.006253 0.020278 -0.019451 -0.001782 -0.020831 0.020261 -0.005566 0.054545 -0.001746 -0.022584 0.002786 0.001642 -0.004498 0.017025 -0.020087 0.00055 -0.020687 0.000274 0.013356 0.009685 -0.000119 -0.016395 0.003086 0.006562 -0.002922 -0.022114 -0.029447 0.003148 -0.00473 -0.030961 0.020775 0.013481 0.011207 0.014026 -0.022651 0.020523 -0.003276 -0.012126 0.026727 -0.013536 0.026402 0.03988 0.012728 0.006231 -0.006099 -0.035586 -0.033364 -0.01029 0.000986 0.004549 -0.020904 -0.011856 0.013608 -0.003493 0.016315 -0.023312 -0.01897 -0.012937 -0.028719 -0.006523 0.002974 0.008373 0.009097 -0.005984 -0.009256 -0.008907 0.007679 0.001504 -0.007099 0.01424 0.027629 -0.029716 -0.003359 -0.018332 0.007161 0.010354 -0.012575 -0.008558 0.01363 -0.012164 -0.008356 -0.018712 0.00233 -0.027624 -0.002487 -0.045168 -0.012834 0.009899 0.014951 -0.001946 0.022563 0.00527\nเ 0.026255 0.001325 -0.038439 0.022466 0.010474 0.030987 0.006205 -0.001192 -0.02026 -0.024331 0.02291 0.002595 -0.004632 -0.016261 0.027481 -0.00392 0.006669 -0.019823 -0.007055 -0.035494 -0.013002 0.005626 0.005487 0.010727 0.001534 0.010451 -0.0142 -0.0045 -0.012363 -0.022794 0.016004 -0.02405 -0.01399 -0.031871 -0.000471 0.017423 -0.029422 0.033221 0.009675 0.013544 -0.027131 0.008321 -0.000149 -0.004776 -0.021105 -0.019683 0.028632 0.003456 0.001317 0.006464 0.003546 0.038236 0.029401 -0.028823 0.032392 0.003176 4e-06 0.022462 -0.012135 0.019434 -0.024767 -0.025647 0.000791 -0.014827 0.008254 0.014694 0.02673 -0.013279 0.034627 0.013792 -0.041135 -0.009655 0.02031 0.008814 -0.048489 0.004498 -0.028366 0.019463 -0.028006 -0.011877 0.012911 -0.005947 0.003002 0.013662 -0.018047 -0.040088 -0.00038 0.000102 -0.015933 -0.000656 -0.002967 0.022205 0.008211 -0.012986 0.014441 -0.004665 0.004617 -0.030195 0.004946 0.000334 -0.016247 0.00691 9.7e-05 -0.019953 0.013177 -0.00165 -0.00939 0.007509 0.024083 -0.002658 0.043133 0.016559 0.024337 -0.01274 0.005333 0.001763 -0.00226 0.000597 -0.001634 -0.034892 0.016769 0.002455 0.034832 0.021122 0.033602 0.00877 -0.009953 -0.013994 -0.004812 -0.014237 -0.005833 -0.006058 -0.014072 0.02717 -0.016109 0.012618 -0.026966 -0.001825 0.006065 0.038019 -0.000973 -0.008817 0.004324 0.023841 -0.03335 -0.04071 0.037265 0.005645 0.001296 -0.036185 0.000794 0.005623 0.030554 0.021637 0.000594 0.006725 0.004657 -0.026153 0.011242 -0.020982 -0.012641 0.010645 0.022157 0.012623 -0.009892 -0.011014 0.018071 -0.015241 0.020364 0.014274 -0.024253 -0.017864 -0.008146 0.024946 -0.019477 -0.021714 -0.000423 -0.003048 -0.032759 -0.016647 0.033048 -0.010776 0.006931 -0.009049 -0.006383 -0.008969 0.004136 0.017048 -0.045403 -0.001206 0.011321 0.025675 -0.031476 -0.029966 0.009126 0.029764 -0.016284 0.007401 0.003792 0.001015 -0.028192 -0.02632 0.011784 0.022446 0.020786 0.015088 0.004808 -0.004477 -0.000376 0.026487 -0.017374 0.000958 -0.006759 0.015903 0.001663 0.051385 0.003717 -0.019545 0.007366 -0.002748 0.000715 0.009888 -0.001188 0.003987 -0.020588 -0.000769 -0.003241 0.014603 -0.002874 -0.023784 -0.008935 0.000514 -0.001777 -0.022217 -0.02574 -0.000959 -0.009795 -0.03239 0.019929 0.025342 0.00804 0.026631 -0.02473 0.011713 0.003285 -0.001481 0.029064 -0.003976 0.028286 0.047245 0.014857 0.002958 -0.005939 -0.036639 -0.025122 -0.016021 -0.000404 0.02318 -0.021986 -0.017057 0.008976 -0.009575 0.023146 -0.019521 -0.020846 -0.025147 -0.024376 -0.012576 0.005754 0.000909 0.016468 -0.003024 0.009483 0.00222 0.009722 -0.001596 0.000338 0.009706 0.035168 -0.041349 0.001066 -0.006888 0.009968 0.012522 -0.016236 -0.006461 0.017263 -0.005776 -0.021678 -0.013326 0.007059 -0.036198 0.008211 -0.056652 -0.008635 0.00734 0.007873 0.014838 0.018377 -0.000482\nૃ 0.077692 0.015384 -0.06978 0.012941 0.037874 0.063328 0.002141 -0.010916 -0.039357 -0.059301 0.057386 0.02546 -0.036366 -0.045399 0.054838 -0.014648 0.00583 -0.004629 -0.003514 -0.063811 -0.000353 -0.01522 0.018783 0.0085 -0.006262 0.020271 0.000311 -0.008311 -0.023817 -0.034539 0.032907 -0.050052 -0.028403 -0.025689 0.025301 0.008065 -0.023714 0.062168 -0.014114 0.022633 -0.047082 0.003804 -0.017629 0.002706 -0.045936 -0.032144 0.053089 -0.018027 -0.01069 0.024908 -0.00196 0.058922 0.056166 -0.021322 0.080233 -0.001886 -0.002122 0.031707 -0.012526 0.03351 -0.036417 -0.042974 -0.020952 -0.004289 0.007915 0.01445 0.077466 -0.00484 0.025491 0.027536 -0.092367 -0.01501 0.035529 0.027645 -0.057243 0.008739 -0.021346 -0.011688 -0.043776 -0.025074 0.01963 -0.019348 0.015274 0.019091 -0.015088 -0.054359 -0.002451 -0.015453 -0.012869 -0.016079 -0.004961 0.04063 0.023132 -0.007022 -0.002851 -0.031545 -0.028534 -0.073254 -0.011354 -0.00872 -0.032716 0.01914 0.010978 -0.058355 0.01369 0.003856 -0.04155 0.024568 0.031654 -0.008336 0.072945 0.052888 0.026725 -0.025362 0.00263 0.002784 -0.023003 0.016733 -0.017411 -0.065727 0.044834 0.016558 0.049466 0.06207 0.027494 0.006946 -0.02905 0.005 -0.025779 -0.019464 -0.013576 0.005714 0.009656 0.03184 -0.00852 0.025845 -0.017326 0.02895 0.000754 0.078866 -0.012034 -0.004932 0.044108 0.008377 -0.065773 -0.06293 0.09731 0.039979 0.008016 -0.053356 0.017221 0.019645 0.055248 0.023805 -0.026618 0.036842 0.002681 -0.029803 0.01936 -0.030491 -0.017375 0.019367 0.043979 0.039518 -0.033704 -0.030624 0.018461 -0.021751 0.055371 0.041215 -0.048119 -0.042622 -0.052257 0.06156 -0.041659 -0.041436 -0.00736 -0.010019 -0.029726 -0.023081 0.051417 -0.015203 0.003219 -0.021478 -0.02032 -0.003599 0.012341 0.027602 -0.053611 0.01231 0.031535 0.05042 -0.026848 -0.052024 -0.018644 0.067982 -0.029634 0.0403 0.001047 -0.002082 -0.036527 -0.006958 -0.000762 0.059987 0.032308 0.016958 0.020533 -0.015085 -0.031885 0.028219 -0.025152 0.004932 0.008642 0.008658 0.014786 0.048981 0.029305 -0.021981 0.015977 0.01305 0.000954 0.015509 0.001399 0.001799 -0.038962 -0.023847 0.006539 0.016195 -0.013509 -0.007308 -0.004676 0.003092 -0.010633 -0.012476 -0.050567 -0.004096 -0.008628 -0.043484 0.024821 0.043728 0.012684 0.007903 -0.050252 0.037622 -0.008056 0.001418 0.040662 -0.01383 0.053653 0.090597 0.031147 0.030848 -0.018162 -0.044199 -0.051897 -0.02812 -0.017632 0.033476 -0.033494 -0.024828 0.010521 -0.021378 0.051084 -0.031942 -0.017821 -0.023441 -0.066027 -0.02685 0.018968 -0.016894 0.030703 -0.008148 0.012932 0.001709 0.033582 0.010317 0.010367 0.033008 0.064544 -0.092804 -0.014101 -0.041008 0.017813 0.0366 -0.0514 -0.021944 0.044325 -0.018528 -0.033994 0.000273 0.011673 -0.039795 0.027769 -0.098096 -0.004411 0.02447 -0.003056 -0.009538 0.021488 0.00848\nൂ 0.023331 0.00482 -0.065404 0.020796 0.02306 0.042074 0.000556 -0.029097 -0.034417 -0.029301 0.054999 0.017214 -0.004986 -0.032047 0.049929 -0.010409 -0.005485 -0.017155 -0.032323 -0.060068 -0.008768 0.013149 -0.000351 0.021927 -0.001778 0.017241 -0.005241 -0.032611 -0.008976 -0.04205 0.018942 -0.044816 -0.017466 -0.039021 0.004474 0.013372 -0.060349 0.055205 0.018475 0.034427 -0.030652 0.001586 0.011252 -0.00246 -0.029141 -0.032007 0.062709 -0.007318 -0.009764 0.044368 -0.001113 0.038352 0.04418 -0.046356 0.054438 0.004356 -0.01547 0.020598 -0.008631 0.036971 -0.046446 -0.054562 0.001703 -0.026946 0.023634 0.035014 0.03153 -0.008489 0.047593 0.036465 -0.066573 -0.015245 0.015264 0.032252 -0.054111 0.001071 -0.034753 0.025967 -0.040914 -0.02325 0.010908 -0.008614 0.001408 0.013066 -0.025692 -0.062846 0.005569 -0.008404 0.008009 -0.023738 0.002419 0.027594 0.011275 -0.03066 0.004947 -0.000995 0.00368 -0.042845 -0.002539 -0.005123 -0.021099 0.001634 0.009521 -0.021769 0.01053 -0.023318 -0.007227 0.027047 0.058857 0.007289 0.064845 0.033593 0.037476 -0.028756 0.011306 0.006356 0.000908 -0.003122 -0.024216 -0.042205 0.030278 0.010961 0.05231 0.026533 0.058194 0.028411 -0.016839 0.002128 -0.004873 -0.020971 -0.005383 -0.003 -0.01281 0.045463 -0.034272 0.009052 -0.051478 0.004527 0.023779 0.040292 -0.002903 -0.013192 0.007326 0.019616 -0.03438 -0.06476 0.048478 0.016043 0.017643 -0.051068 0.002334 0.012214 0.038725 0.039778 0.001534 0.0037 0.005295 -0.041995 0.020413 -0.032086 -0.028609 0.006983 0.0073 0.007521 -0.027814 -0.027359 0.038246 -0.043995 0.02756 0.023147 -0.028762 -0.021151 0.002221 0.046894 -0.034002 -0.039874 -0.021408 -0.004038 -0.047057 -0.018698 0.052171 -0.002413 0.007965 -0.025229 -0.007044 -0.035887 0.011442 0.027505 -0.067634 -0.006388 0.043168 0.044386 -0.037528 -0.064044 0.000358 0.063405 -0.036006 0.018685 -0.001269 0.008212 -0.061322 -0.045237 0.032499 0.027881 0.02227 0.020629 0.017276 -0.022293 0.006449 0.044067 -0.036437 -0.011166 0.002448 0.027703 0.004344 0.093353 0.013013 -0.018379 0.019858 -0.00478 0.008791 0.005165 0.011622 -0.009799 -0.034901 -0.004461 -0.008099 0.031242 -0.028289 -0.024244 -0.018881 -0.007716 -0.014482 -0.046458 -0.050984 -0.002716 -0.008858 -0.047441 0.029551 0.035974 -0.009346 0.035588 -0.022824 0.012514 -0.001797 0.0055 0.042621 -0.017895 0.036562 0.068573 0.018999 -0.004464 0.001504 -0.05101 -0.029266 -0.019143 -0.014758 0.030442 -0.045734 -0.017228 -0.004486 -0.023172 0.039993 -0.038025 -0.046266 -0.033912 -0.035037 -0.011941 0.016502 0.012727 0.02724 -0.000456 0.025662 0.004512 0.02533 -0.009982 0.000131 0.021701 0.061106 -0.075354 -0.00699 -0.020162 0.028302 0.022079 -0.014294 0.00204 0.018612 -0.015349 -0.02699 -0.012002 0.00392 -0.040915 0.005777 -0.098458 -0.020567 0.00138 0.024473 0.037474 0.032621 0.011203\nω 0.030846 -0.001459 -0.044994 0.024369 0.002727 0.041905 0.009654 -0.009595 -0.015224 -0.0332 0.032096 0.012037 -0.016817 -0.026188 0.034448 -0.011906 0.015352 -0.027218 -0.018572 -0.040171 -0.009098 0.008123 0.011269 0.014219 0.009052 0.013156 -0.003934 -0.010102 -0.010573 -0.019815 0.019208 -0.037231 -0.014936 -0.038436 0.009269 0.015096 -0.032241 0.03492 0.009316 0.017746 -0.035263 0.005406 -0.000942 0.009241 -0.01861 -0.02115 0.026826 -0.001139 0.001404 0.011316 0.004023 0.043424 0.034375 -0.028452 0.043591 0.004742 -0.001643 0.024672 -0.00961 0.021572 -0.033955 -0.028214 -0.010053 -0.021925 0.014225 0.019455 0.039791 -0.019632 0.024761 0.016344 -0.050719 -0.002308 0.024758 0.013078 -0.049942 -0.001515 -0.036761 0.024799 -0.022367 -0.011047 0.010707 0.004193 -0.006954 0.014416 -0.013836 -0.049531 0.006957 0.001626 -0.012248 0.001769 -0.001816 0.024686 -0.001547 -0.002452 0.011242 -0.012046 0.000968 -0.029207 -0.010037 -0.005643 -0.015858 0.002637 -0.005006 -0.030715 0.016621 -0.007677 -0.012893 0.009401 0.029066 -0.007405 0.045469 0.01542 0.024199 -0.012475 0.011083 0.004415 -0.002997 0.00594 -0.007503 -0.035856 0.025621 -0.001424 0.032774 0.024985 0.023505 0.00517 -0.000608 -0.005856 -0.010032 -0.016904 -0.006499 0.002091 -0.015551 0.030717 -0.017864 0.006951 -0.029344 0.002294 -0.003844 0.042765 -0.017433 -0.013758 0.015034 0.024623 -0.033456 -0.04446 0.038442 0.011952 0.004477 -0.043626 0.003403 0.008822 0.032185 0.026822 -0.000782 -0.003994 0.001076 -0.02055 0.015897 -0.015739 -0.017758 0.014059 0.024316 0.019025 -0.013402 -0.010962 0.030047 -0.023576 0.021447 0.011878 -0.029586 -0.022819 -0.015764 0.031367 -0.005876 -0.022888 -0.011318 -0.012372 -0.034052 -0.017806 0.030405 -0.011427 -0.001679 -0.00195 -0.008249 -0.011339 -0.003332 0.022397 -0.059794 -0.004333 0.022277 0.036068 -0.035042 -0.034653 0.000723 0.027755 -0.014074 0.014687 0.009108 0.005378 -0.035338 -0.030884 0.018213 0.024161 0.01811 0.010243 0.014974 -0.019068 -0.002289 0.029545 -0.014832 -0.01459 -0.013793 0.01118 -0.002068 0.060327 0.006725 -0.017029 0.000989 -0.002333 -0.006767 0.016339 -0.009178 0.004497 -0.024876 -0.005755 0.004346 0.012472 -0.006786 -0.027789 -0.005607 0.004352 -0.00616 -0.019367 -0.02791 0.006768 -0.013373 -0.030044 0.021601 0.034382 0.00312 0.023075 -0.023041 0.004522 0.010301 0.000812 0.035449 -0.004684 0.032774 0.052549 0.026397 0.00913 -0.002547 -0.031137 -0.035045 -0.025517 -0.004166 0.010763 -0.033571 -0.015533 0.010959 -0.005154 0.025217 -0.017497 -0.026264 -0.013489 -0.030079 -0.016813 0.006989 -0.002313 0.020512 -0.008662 0.005924 -0.002186 7.5e-05 -0.003412 0.003591 0.018324 0.041434 -0.040933 -0.004216 -0.015683 0.012138 0.013239 -0.02094 -0.007342 0.010445 -0.010807 -0.016184 -0.020441 0.001694 -0.035243 0.010233 -0.065443 -0.006821 0.003482 0.006654 0.008106 0.018823 -0.002003\nị 0.044244 -0.008332 -0.067858 0.03555 0.013356 0.029807 0.018126 -0.030322 -0.036757 -0.035404 0.036364 -0.034034 -0.01567 0.006638 0.013076 0.000731 0.02412 -0.032448 -0.002453 -0.031073 -0.03193 0.005604 0.004439 0.017692 -0.021162 0.018108 -0.001797 0.012647 0.026245 -0.011113 0.016351 -0.0296 0.011305 -0.01095 0.024995 -0.000586 -0.035981 0.026625 -0.014359 0.034289 -0.011578 0.005068 -0.02166 -0.004371 -0.023624 -0.045897 0.045249 -0.008075 0.004422 0.028051 0.025668 0.042564 0.04134 -0.026186 0.068847 0.009941 -0.017549 0.032965 0.004582 0.009839 -0.019623 -0.029961 -0.004497 0.007009 0.012088 0.002243 0.051758 -0.014834 0.029971 0.011329 -0.027203 -0.014024 0.037343 0.018401 -0.028679 0.023257 0.001505 0.0241 -0.009968 -0.010968 0.013553 -0.005685 -0.000448 0.037061 -0.033252 -0.046184 -0.019888 -0.016876 0.007314 -0.02098 0.005485 0.032036 -0.019473 -0.010075 -0.013207 -0.002575 -0.011184 -0.014498 -0.004588 -0.011445 -0.012906 0.020828 -0.012277 -0.010191 0.033202 -0.015056 -0.013459 -0.017546 0.064758 0.005061 0.019553 0.018803 0.006661 -0.010427 0.009718 -0.003355 -0.024845 -0.001832 -0.01271 -0.042877 0.001741 -0.016917 0.039574 0.028828 0.029457 0.01561 -0.003498 -0.013193 -0.012977 0.011306 -0.01429 -0.003046 -0.021241 0.018319 -0.0069 0.026991 -0.036351 0.025728 0.018335 0.026047 -0.017055 0.000677 0.043921 0.032153 -0.041515 -0.023771 0.036629 0.001385 -0.009807 -0.036469 -0.007411 -0.007909 0.031531 0.017372 0.002361 0.010147 0.021297 -0.016228 -0.01421 -0.035263 0.013076 0.011991 0.002277 -0.011214 -0.019939 -0.002611 0.015459 -0.018637 0.025931 0.019252 -0.045484 -0.026777 -0.017541 0.008625 -0.038304 -0.010148 0.010881 0.01071 -0.005845 -0.027014 0.041716 0.011682 -0.003664 -0.013776 -0.01777 0.009075 0.000367 0.011476 -0.06439 -0.044942 0.017318 0.017728 -0.034028 -0.024867 -0.03608 0.035884 0.013198 0.012989 0.006751 -0.000946 -0.05525 -0.031699 0.003713 0.024585 0.03442 -0.006814 0.004772 -0.006503 -0.009407 0.033414 -0.043929 0.009003 0.003506 0.01508 0.017001 0.037232 0.019957 -0.026752 0.008867 0.037468 0.037292 0.023635 0.008613 -0.030805 -0.009193 -0.016476 0.031324 0.008647 0.001898 -0.010906 0.010155 -0.026735 -0.027334 -0.041151 -0.036264 0.0169 -0.014577 -0.063507 0.024818 0.014733 -0.012694 0.049486 -0.010663 0.008803 -0.006369 -0.00605 0.025538 0.005637 0.028447 0.064715 0.002625 0.016957 0.01293 -0.05078 -0.01281 -0.012352 -0.004566 0.030694 -0.016788 -0.037012 0.014075 0.005092 -0.00222 -0.043396 -0.024257 -0.036772 -0.015033 -0.005787 -0.007957 0.000972 0.016463 -0.015036 0.007492 -0.004258 0.019868 -0.018224 0.019314 0.030513 0.033196 -0.039814 0.006995 -0.001514 -0.005227 0.016956 -0.03594 -0.002006 -0.008633 0.000411 -0.051466 0.000303 0.0169 -0.036884 0.025497 -0.050638 -0.00551 0.02294 0.014066 -0.005033 0.044307 -0.018887\nዓ 0.036967 0.007675 -0.055209 0.020634 0.006454 0.049513 0.002647 -0.005073 -0.022347 -0.03898 0.025208 0.02328 0.004005 -0.019056 0.029459 0.001257 0.010536 -0.034655 -0.01068 -0.034695 -0.00255 0.000835 0.002494 0.002955 0.00792 0.031908 -0.020992 -0.009261 -0.009279 -0.026292 0.028528 -0.024828 -0.028698 -0.04166 0.023398 0.019811 -0.038503 0.033577 0.003332 0.016023 -0.026818 -0.015321 -0.00467 0.007146 -0.010295 -0.015967 0.031081 -0.008966 -0.008141 0.022959 0.022122 0.044349 0.025336 -0.023922 0.04803 0.010568 -0.00023 0.019446 -0.011913 0.024498 -0.022048 -0.034238 -0.011556 -0.021114 0.015667 0.029426 0.041041 -0.006836 0.028973 0.020927 -0.048243 0.010993 0.0259 0.027445 -0.04402 0.01912 -0.033872 0.027517 -0.015318 0.003859 0.00252 -0.002554 0.006792 0.01412 -0.02516 -0.063384 -0.007285 0.008996 -0.009297 -0.003949 -0.014208 0.02267 0.000948 -0.013843 0.014118 -0.017511 0.00344 -0.035529 -0.001134 -0.00733 -0.019411 0.004622 -0.001384 -0.028958 0.01089 0.002316 -0.016375 0.014454 0.035702 -0.006874 0.043081 0.02523 0.035682 -0.021428 0.028848 -0.001001 -0.015745 0.011525 -0.025071 -0.018021 0.036808 -0.002412 0.042595 0.011026 0.030348 0.001316 -0.019664 -0.013503 -0.01803 -0.019362 -0.010847 -0.009239 -0.008743 0.01919 -0.02689 0.009385 -0.0168 0.017057 0.006616 0.039389 -0.023326 -0.00676 0.000422 0.024467 -0.040772 -0.055759 0.041831 0.00529 0.007237 -0.042282 -0.000548 0.011145 0.033018 0.037837 -0.007547 0.009804 -0.00319 -0.014475 0.023367 -0.012914 -0.004624 0.025085 0.012269 0.009408 -0.029988 -0.023086 0.021316 -0.015191 0.025787 0.007484 -0.020562 -0.015769 0.000655 0.033825 -0.000906 -0.027144 -0.017876 -0.00619 -0.042639 -0.016254 0.024173 -0.013826 0.006538 -0.006785 -0.009087 -0.028707 0.015773 0.014868 -0.05165 0.009382 0.008959 0.028201 -0.034248 -0.039767 0.018034 0.052737 -0.026824 0.019391 0.011443 0.006458 -0.037795 -0.012645 0.012372 0.042482 0.013342 0.0165 0.007529 -0.021716 -0.004444 0.028879 -0.025698 -0.018301 0.001055 0.024451 -0.011633 0.075003 -0.007901 -0.02189 -0.002855 -0.006405 -0.025639 0.011153 0.004007 0.005001 -0.035656 -0.002223 0.001638 0.011305 -0.033818 -0.031718 -0.011886 0.007193 0.000263 -0.004558 -0.036449 -0.013257 -0.026826 -0.012266 0.015631 0.038539 0.004565 0.032423 -0.023284 0.017567 0.005379 -0.015559 0.047761 -0.009817 0.035765 0.047883 0.040674 0.003884 -0.004152 -0.038282 -0.035986 -0.020213 -0.009147 0.027551 -0.027499 -0.003672 0.014463 -0.008651 0.027526 -0.03904 -0.021194 -0.011682 -0.025569 -0.035066 0.006136 -0.017586 0.01847 0.002577 0.004817 -0.008464 -0.006201 0.008132 0.008303 0.034165 0.046306 -0.061395 -0.016373 -0.017083 0.005205 0.026978 -0.03277 -0.003693 0.018498 -0.002067 -0.017545 -0.021879 0.000402 -0.041245 0.029589 -0.065715 -2e-05 0.004293 0.02323 0.017738 0.020392 0.005826\nབ 0.033721 0.004348 -0.056667 0.026573 0.014118 0.037056 0.008723 -0.004049 -0.016798 -0.026469 0.036561 0.012515 -0.006804 -0.022558 0.027468 -0.004392 0.003436 -0.01977 -0.006881 -0.042789 -0.006183 0.003781 0.005338 0.01195 0.006843 0.027133 -0.016676 -0.008709 -0.015477 -0.021835 0.023065 -0.038976 -0.02366 -0.049415 0.014707 0.018115 -0.048315 0.041867 0.013808 0.019086 -0.02567 0.001533 -0.007326 0.008157 -0.028934 -0.026357 0.030349 0.001377 0.003686 0.029863 0.007044 0.05312 0.025234 -0.033212 0.042218 0.01161 -0.002745 0.015645 -0.005853 0.028521 -0.034254 -0.027226 -0.013373 -0.017724 0.011767 0.025215 0.042901 -0.023086 0.035971 0.017651 -0.055917 -0.013913 0.022732 0.023158 -0.048318 0.00073 -0.038856 0.027328 -0.031322 -0.023559 0.020314 -0.004444 0.002852 0.022495 -0.028906 -0.057777 -0.0002 0.008369 -0.022302 -0.001246 -0.006404 0.022793 0.00489 -0.017107 0.011974 0.000751 -0.003001 -0.038815 -0.00084 -0.007425 -0.018998 0.003448 -0.004898 -0.034763 0.01222 -0.007239 -0.015986 0.010206 0.039974 -0.009069 0.047231 0.0176 0.027976 -0.021122 0.008648 -0.00069 -0.013181 -0.002739 -0.019716 -0.040968 0.023579 -0.00222 0.045879 0.027812 0.035411 0.011786 -0.011914 -0.016501 -0.012023 -0.020745 -0.016335 -0.007661 -0.011257 0.025175 -0.025727 0.018219 -0.028594 0.00319 0.009892 0.052244 -0.00662 -0.016266 0.008256 0.036614 -0.038794 -0.045957 0.04616 0.00351 0.002836 -0.034523 -0.003037 0.018421 0.032031 0.026164 -0.010943 0.005784 -0.006043 -0.02554 0.024688 -0.02085 -0.013154 0.019872 0.023235 0.02343 -0.009981 -0.026711 0.02127 -0.026686 0.015725 0.021539 -0.033301 -0.02868 -0.003584 0.030001 -0.019656 -0.039417 -0.017362 -0.00651 -0.036864 -0.018134 0.035917 -0.008167 -0.000792 -0.005602 -0.005616 -0.020357 4.6e-05 0.021821 -0.070402 0.002839 0.007606 0.030844 -0.02651 -0.043377 0.004234 0.042046 -0.026806 0.012145 0.00422 -0.002812 -0.037205 -0.031873 0.016517 0.031794 0.023554 0.017842 0.013098 -0.005013 -0.008278 0.044235 -0.025278 -0.011935 -0.0054 0.028061 -0.002927 0.065036 0.001639 -0.022859 0.001266 -0.000104 -0.012673 0.012292 -0.005283 0.00474 -0.030274 -0.00338 -0.002081 0.018357 -0.005552 -0.025861 -0.010993 -0.002742 -0.004802 -0.031474 -0.031266 -0.003156 -0.015393 -0.025481 0.028096 0.022627 0.008534 0.037086 -0.021644 0.0127 0.00955 -0.009558 0.042129 0.00419 0.041496 0.047048 0.02351 0.006642 0.002454 -0.045178 -0.030674 -0.021898 -0.001048 0.026759 -0.028798 -0.004089 0.003801 -0.013647 0.032286 -0.027261 -0.029491 -0.021352 -0.037093 -0.020558 -0.000871 -0.004186 0.020727 -0.000152 0.00145 0.003297 0.008423 0.003052 -0.004032 0.021044 0.042974 -0.051297 -0.003479 -0.023802 0.011299 0.020599 -0.030817 -0.002648 0.011602 -0.011649 -0.02963 -0.024277 0.013484 -0.041163 0.014368 -0.069909 -0.01971 0.009915 0.019224 0.025366 0.022717 0.001268\nם 0.038324 0.005465 -0.057769 0.028467 0.016059 0.042619 0.009805 -0.003242 -0.023653 -0.036191 0.040267 0.014774 -0.009334 -0.033135 0.036737 -0.006624 0.008563 -0.030142 -0.012929 -0.051643 -0.020464 0.001508 0.004852 0.019678 0.004847 0.024906 -0.00512 -0.012693 -0.015341 -0.030575 0.023525 -0.034653 -0.021951 -0.051928 0.010496 0.019534 -0.045198 0.045957 0.010824 0.024728 -0.033379 0.012094 0.002266 0.000964 -0.032027 -0.029646 0.042612 -0.002539 0.000799 0.018628 0.006084 0.063031 0.038663 -0.039601 0.047139 0.009036 -0.004627 0.033231 -0.01812 0.031384 -0.031751 -0.037637 -0.010024 -0.017561 0.018187 0.021975 0.046187 -0.01342 0.038281 0.019258 -0.051501 -0.006993 0.027451 0.016151 -0.052803 0.00667 -0.032366 0.030298 -0.031354 -0.01796 0.015501 0.003821 -0.002748 0.021818 -0.028712 -0.062854 0.002318 -0.004908 -0.021071 -0.00478 -0.005271 0.034646 0.002202 -0.017808 0.012775 -0.009214 0.000826 -0.04247 -0.002657 -0.007795 -0.021567 -0.000502 -0.001967 -0.033712 0.01406 -0.007951 -0.015751 0.013851 0.039523 -0.005884 0.049973 0.022368 0.025587 -0.01578 0.009991 0.004838 -0.013002 0.002983 -0.014097 -0.050287 0.025649 -0.00252 0.050318 0.025356 0.039168 0.012193 -0.017685 -0.019972 -0.019379 -0.01839 -0.019881 0.000483 -0.019364 0.030214 -0.021665 0.02136 -0.029597 0.004733 0.00682 0.056691 -0.001948 -0.01162 0.018242 0.03294 -0.038971 -0.055482 0.049892 0.005561 0.001392 -0.046568 0.009636 0.009961 0.037364 0.031425 -0.006464 0.008079 -0.000863 -0.028343 0.016923 -0.028565 -0.020178 0.017814 0.027107 0.014408 -0.011023 -0.015126 0.023131 -0.026585 0.024041 0.027405 -0.033622 -0.027694 -0.012465 0.04085 -0.020281 -0.035721 -0.015578 -0.008824 -0.040732 -0.024697 0.041812 -0.010246 0.006261 -0.007934 -0.006431 -0.017624 0.003712 0.024339 -0.06868 0.002195 0.012536 0.037399 -0.043363 -0.04624 0.000243 0.046794 -0.02206 0.011353 0.002171 -0.000779 -0.041032 -0.040276 0.016406 0.029188 0.022851 0.016873 0.016636 -0.011302 -0.008834 0.045599 -0.028311 -0.003495 -0.010337 0.019193 -9.7e-05 0.07733 0.005078 -0.025413 0.005977 0.001323 -0.00457 0.011305 -0.007658 0.005779 -0.028682 -0.001971 0.00129 0.021196 -0.012 -0.022423 -0.002481 0.001952 -0.006001 -0.031956 -0.041023 -0.002233 -0.017857 -0.036004 0.034888 0.032104 0.014041 0.032008 -0.025248 0.010591 0.007147 -0.014712 0.045557 -0.006688 0.043555 0.060494 0.030148 0.007939 0.003572 -0.052344 -0.037793 -0.027537 -0.005538 0.022535 -0.028503 -0.018529 0.006703 -0.012835 0.038304 -0.028997 -0.037341 -0.017934 -0.04053 -0.01366 0.008314 -0.001122 0.021719 -0.001843 0.01535 -0.00334 0.01672 0.003023 -0.00022 0.02367 0.051389 -0.056116 -0.007004 -0.022429 0.016829 0.015338 -0.027744 -0.004169 0.021882 -0.007846 -0.023015 -0.020658 0.013478 -0.05006 0.011488 -0.075142 -0.009485 0.010038 0.014585 0.017606 0.033496 0.002566\nß 0.02239 0.001771 -0.035975 0.024009 0.007505 0.027269 0.008248 0.003292 -0.018294 -0.023884 0.037202 0.007951 0.003053 -0.028704 0.021867 -0.004306 -0.002032 -0.029965 -0.010971 -0.027734 -0.013571 -0.004053 -0.00311 0.023301 0.002242 0.023786 -0.010394 -0.004969 -0.019361 -0.027908 0.019214 -0.0321 -0.013592 -0.021756 0.007596 0.009278 -0.038158 0.020976 0.005815 0.011484 -0.019473 0.010051 0.003433 -0.004196 -0.022332 -0.013557 0.02714 -0.005919 0.00257 0.019679 0.007171 0.058422 0.028296 -0.032762 0.034832 0.009187 -0.007417 0.020859 -0.011446 0.023332 -0.015123 -0.022557 -0.003291 -0.013039 0.009914 0.017479 0.022194 -0.010493 0.024745 0.015728 -0.033646 -0.005684 0.025905 0.011038 -0.051148 0.004708 -0.034731 0.023631 -0.00775 -0.006773 0.014964 -0.011686 0.002985 0.022563 -0.028237 -0.037295 -0.005409 0.004119 -0.019158 0.005374 -0.004299 0.033528 0.001551 -0.004456 0.010301 -0.007023 -0.004392 -0.043831 -0.000789 0.004711 -0.007013 -0.008389 -0.008327 -0.011893 0.014134 -0.00079 -0.009853 0.002062 0.030229 0.002698 0.034517 0.010295 0.013604 -0.008097 0.011378 0.008554 -0.011995 -0.002634 -0.007129 -0.027056 0.014622 0.003692 0.04077 0.011885 0.022137 0.006379 -0.008745 -0.023063 -0.007456 -0.011219 -0.015232 -0.007171 -0.011359 0.016741 -0.024497 0.014705 -0.017918 -0.002492 0.008912 0.030953 -0.004385 -0.011048 0.00941 0.019815 -0.028259 -0.046528 0.038599 -0.00135 0.004184 -0.031343 0.006672 0.015148 0.022988 0.036399 0.001193 -0.000305 -0.003454 -0.020177 0.010864 -0.016909 -0.013166 0.016863 0.018399 0.013764 -0.01014 0.001149 0.024876 -0.020147 0.014818 0.020697 -0.029449 -0.021789 -0.014333 0.027398 -0.013101 -0.029343 -0.003618 0.010837 -0.027731 -0.019684 0.022356 -0.010588 0.007421 0.001173 -0.01132 -0.017584 0.008059 0.01915 -0.050425 0.005363 0.006855 0.023018 -0.023729 -0.041471 -0.000451 0.026415 -0.018218 0.017239 0.007633 0.009414 -0.043469 -0.026309 0.012632 0.025056 0.012683 0.014531 0.018306 -0.00712 -0.003082 0.026396 -0.025116 0.004132 -0.005305 0.020038 -0.002794 0.064817 -0.003078 -0.029499 0.000862 0.002631 -0.001275 0.003877 -0.017022 -0.000929 -0.018854 0.001907 -0.002591 0.020645 -0.014719 -0.017629 0.004102 0.000539 -0.003723 -0.024882 -0.026942 0.001153 -0.005623 -0.029665 0.019421 0.026774 0.010043 0.011674 -0.011278 0.017972 0.010926 0.004517 0.045358 -0.006544 0.028627 0.037002 0.026094 0.001458 -0.00144 -0.037007 -0.027899 -0.010947 -0.003196 0.010887 -0.024973 -0.018711 0.00666 -0.004104 0.027489 -0.017536 -0.023222 -0.002026 -0.016269 -0.015969 0.012736 0.000723 0.015615 -0.003492 0.010539 -0.003874 0.020281 -0.004469 -0.002628 0.020913 0.029093 -0.038482 -0.007463 -0.018983 0.004999 -0.001496 -0.024433 -0.007506 0.014068 -0.006657 -0.016027 -0.011264 0.000153 -0.035689 0.006442 -0.045055 -0.013437 0.004704 0.015921 0.008001 0.022743 0.003626\nᡤ 0.023951 0.006725 -0.045976 0.012823 0.005617 0.028102 -0.00233 -0.005049 -0.017504 -0.018679 0.020968 0.005697 -0.004944 -0.019764 0.028425 0.002803 0.004907 -0.017691 -0.002019 -0.028078 0.001413 0.007683 0.002437 -0.003147 6.3e-05 0.007129 -0.007281 -0.003285 -0.001652 -0.027907 0.008291 -0.03359 -0.001927 -0.021646 -0.001104 0.006518 -0.027885 0.0282 -0.004129 0.006044 -0.028803 -0.013991 0.008009 0.016217 -0.006268 -0.019075 0.042111 -0.021334 -0.013361 0.031478 0.004358 0.0374 0.029463 -0.030136 0.047765 -0.00092 -0.001241 0.021524 0.005348 0.033234 -0.031833 -0.022018 -0.006791 -0.012821 0.032987 0.025384 0.047564 -0.019775 0.028645 0.009876 -0.051015 -0.004377 0.02573 0.027517 -0.033675 0.00994 -0.030301 0.009929 -0.032891 -0.014369 0.00183 -0.002436 -0.005238 0.011219 -0.00052 -0.024289 0.005483 -0.004367 0.003925 -0.002512 -0.008479 -0.007329 0.007897 -0.003543 0.00252 0.002737 0.005694 -0.042562 0.009613 -0.017474 -0.002308 0.009191 0.003378 -0.030053 0.018247 -0.005735 -0.012516 -0.011675 0.024635 -0.003679 0.027538 0.018346 0.01331 -0.007485 0.013454 -0.01662 -0.008704 0.00383 -0.011924 -0.015388 0.021228 -0.01066 0.035479 0.022903 0.028844 0.001525 -0.001344 0.000626 -0.00094 -0.014827 -0.009818 -0.007594 -0.019224 0.028852 -0.017331 0.01937 -0.027077 0.002792 0.022006 0.017805 -0.006348 0.01276 0.000879 0.020181 -0.005343 -0.036012 0.036663 -0.006143 0.011424 -0.017075 0.010177 0.01649 0.028385 0.030731 -0.006112 0.022184 -0.001034 -0.01513 0.014086 -0.025946 -0.016669 0.021691 0.011946 0.006287 -0.007434 -0.028247 0.014762 -0.001109 0.014033 0.018159 -0.027494 -0.017142 -0.00734 0.036321 0.00184 -0.033387 -0.007485 -0.00449 -0.022418 -0.010499 0.027155 -0.002857 0.013986 -0.008804 -0.01078 -0.007093 0.001104 0.016423 -0.02439 0.007467 0.028401 0.018565 -0.012162 -0.024376 -0.002561 0.029453 -0.027883 0.0101 0.0054 -0.005362 -0.025191 -0.013274 0.001523 0.026414 0.008846 0.011361 0.012824 -0.011798 -0.010701 0.017015 -0.023855 -0.012472 0.019334 0.021104 0.002486 0.052913 0.007329 -0.01365 0.004722 0.011952 0.007742 0.005146 -0.006227 0.006345 -0.026201 0.000941 -0.003882 0.005196 -0.017906 -0.013118 0.000843 -0.008987 -0.016233 0.009266 -0.024894 0.001835 -0.009174 -0.024816 0.018213 0.027375 0.001836 0.003715 -0.026832 0.018829 0.003752 -0.00671 0.033824 -0.01146 0.036241 0.041459 0.019522 0.015376 -0.005779 -0.014678 -0.031102 -0.025888 -0.003416 0.022914 -0.017316 -0.007689 -0.001644 -0.016926 0.018787 -0.004873 -0.020952 -0.011897 -0.021467 -0.020514 0.004778 -0.004763 0.023113 0.013173 0.01123 -0.015851 0.008511 0.01785 0.003163 0.025611 0.033704 -0.039072 -0.014995 -0.025022 0.015336 0.013044 -0.019825 0.00395 0.020737 -0.014037 -0.015698 -0.017207 -0.010336 -0.030943 0.02313 -0.041331 -0.011115 3.6e-05 0.008922 0.001226 0.003774 0.009551\nղ 0.03102 -0.005768 -0.018475 0.012964 0.005604 0.014692 -0.011464 -0.008769 -0.000792 -0.023108 0.0289 0.007314 -0.015034 -0.021583 0.015919 -0.009401 0.024707 -0.012255 0.004546 -0.030719 -0.005247 -0.007218 0.00449 0.016565 -0.015742 0.018362 -0.018028 -0.009696 -0.030057 -0.022451 0.026636 -0.027849 -0.010734 -0.026405 0.01708 0.014463 -0.044535 0.027774 0.011525 0.01578 -0.012704 0.004549 0.006454 0.004788 -0.039989 -0.017282 0.018303 -0.006392 0.002096 0.0063 0.002187 0.036739 0.03057 -0.035331 0.041707 0.016572 0.0058 0.027333 -0.025806 0.026572 -0.033167 -0.028936 -0.008643 -0.008597 0.008354 0.024959 0.026855 -0.01681 0.027761 0.028361 -0.034826 -0.008792 0.007844 0.020601 -0.046253 0.009514 -0.020438 0.008945 -0.046599 -0.021552 0.010237 -0.006549 -0.010544 0.009704 -0.014592 -0.035689 0.001616 0.017497 -0.019106 -0.002627 -0.014093 0.030253 0.015672 0.005841 0.014187 -0.010288 0.00218 -0.022223 0.007028 -0.010164 -0.019349 0.007805 -0.003021 -0.016033 0.024726 0.00296 -0.022466 0.01958 0.045146 -0.010371 0.033411 0.015055 0.01564 -0.01292 0.009015 -0.006445 0.008084 -0.007916 -0.020261 -0.024945 0.018572 -0.00496 0.014029 0.023654 0.029201 0.014111 0.003528 -0.012848 0.004227 -0.021729 -0.001087 0.000114 0.000298 0.025376 -0.021097 0.005606 0.001496 -0.011145 0.004934 0.048669 0.0023 -0.010856 -0.015466 0.022096 -0.029103 -0.044984 0.049421 0.015329 0.000197 -0.029317 -0.002677 0.004801 0.014607 0.009886 0.001364 0.004758 0.001758 -0.017279 0.001713 -0.015659 -0.012262 0.018609 0.010777 0.025158 -0.019031 -0.001993 0.008787 -0.033492 0.012189 0.006066 -0.026822 -0.017665 0.007745 0.027041 -0.013619 -0.034055 -0.00963 -0.029043 -0.035819 -0.004765 0.022191 -0.019942 0.00883 -0.013478 -0.013363 -0.015806 0.005592 0.018986 -0.038877 -0.00421 0.02572 0.013838 -0.036673 -0.015337 -0.003634 0.036866 -0.010552 0.010539 0.011198 -0.000579 -0.023634 -0.021798 0.002571 0.019595 0.006365 0.011051 0.000785 0.001759 0.014448 0.029195 -0.020758 0.00413 -0.014282 0.009184 -0.000457 0.048032 0.00188 -0.030693 0.015639 -0.011069 0.001492 0.012661 -0.011812 0.003578 -0.00646 -0.031394 0.003919 0.022454 0.0165 -0.019724 -0.001241 -0.002463 -0.002218 -0.000614 -0.024241 0.001536 -0.010876 -0.03828 0.012937 0.006927 0.009651 0.002967 -0.014894 0.000852 -0.001575 -0.009508 0.021539 0.004095 0.044317 0.042467 0.022881 -0.000503 0.001516 -0.019846 -0.028257 -0.021907 -0.016229 0.020659 -0.022732 -0.011297 -0.003229 -0.001288 0.022522 -0.026701 -0.021926 -0.015682 -0.016728 -0.036613 0.00871 -0.007849 0.017564 -0.002268 0.014245 -0.013562 0.010319 -0.001848 -0.011886 0.012164 0.044078 -0.047177 -3.2e-05 -0.01503 0.019597 0.012875 -0.006649 -0.010549 0.000424 -0.003226 -0.020525 8.8e-05 0.001012 -0.028246 -0.010457 -0.038807 -0.004176 0.016193 0.036347 0.018344 0.010307 -0.010909\nǵ 0.039145 -0.005737 -0.013353 0.005945 0.026213 0.017396 -0.005706 0.013542 0.000807 -0.007484 0.022306 0.006474 0.008808 -0.023029 0.022203 0.011144 0.01558 -0.004165 0.003007 -0.013308 -0.008526 -0.001795 -0.011824 0.013452 0.016193 0.004818 -0.010026 -0.000102 -0.026747 -0.005284 0.024629 -0.015154 -0.010427 -0.022069 -0.004711 0.01328 -0.002421 0.011359 -0.000543 0.002923 0.005635 0.001349 -0.012015 0.012732 -0.001906 -0.005197 0.006305 0.02484 -0.009969 0.017012 -0.001155 0.025877 0.020431 0.000236 0.009004 -0.014504 0.023659 0.002713 -0.017563 -0.01925 -0.012371 0.001553 -0.014334 -0.016361 -0.015122 0.008326 0.012526 -0.02337 0.013721 0.018538 -0.029776 -0.010114 0.028965 0.023688 -0.012763 0.018899 -0.003038 0.008353 -0.006242 0.002929 -0.002578 -0.010673 -0.014551 0.000492 -0.002385 -0.026892 -0.017517 -0.001377 -0.014359 0.021238 -0.0034 0.025677 0.017202 -0.01973 0.019604 -0.027793 0.003747 -0.008082 -0.010208 0.006389 -0.017391 0.010052 -0.005768 -0.025601 0.00272 -0.011535 -0.008851 0.028942 0.006086 0.008107 0.021878 0.005711 0.011021 -0.025404 0.027501 0.019753 0.003556 -0.009549 0.004247 -0.001187 0.02258 0.003561 0.007089 0.006265 -0.004963 -0.00871 -0.011095 0.002166 -0.014987 0.002796 0.002326 0.012023 -0.046623 0.013131 -0.000191 -0.007113 0.004204 0.008488 -0.007083 0.003403 -0.004941 0.011749 0.011726 0.006006 -0.005775 -0.024513 0.01417 -0.013247 0.016095 -0.021847 0.002122 0.031376 0.00089 -0.016909 -0.012326 0.015758 0.004853 -0.01999 0.013086 -0.004132 0.018876 0.021397 -0.007567 0.014719 -0.008724 -0.001127 0.005326 -0.014174 -0.007771 0.011735 0.002529 -0.022938 0.015738 0.001071 -0.027213 0.008602 -0.008254 -0.0007 0.002091 0.004599 -0.001713 -0.010642 -0.005654 0.014883 0.006976 0.004015 0.005647 -0.005499 -0.007108 0.008518 -0.0062 0.011098 -0.003847 -0.004095 -0.005457 0.01828 0.000767 -0.008419 0.000856 -0.00143 -0.01667 -0.019315 0.013374 0.036061 -0.026721 0.029119 -0.020524 -0.01601 -0.004313 0.001338 0.003746 -0.003863 0.020262 -0.002513 0.014329 0.016786 -0.00119 -0.011772 0.014318 0.004641 -0.017152 -0.021684 -0.007814 0.016589 -0.00711 0.00694 -0.013551 0.009321 -0.002319 -0.018498 -0.018573 0.002315 -0.010919 0.011141 -0.012715 -0.007855 -0.02469 -0.003633 0.006554 0.04018 0.01463 -0.000444 -0.020941 0.003056 0.008421 0.009066 0.024281 0.005781 0.001347 -0.005143 -0.006185 -0.005724 -0.004834 -0.005756 -0.009855 0.006065 -0.017995 0.014563 0.007293 -0.017844 -0.012484 0.004468 0.011902 -0.016158 0.005624 -0.017529 -0.004586 -0.0335 -0.00055 -0.012103 0.013788 0.000363 0.002573 -0.005906 -0.021148 0.000895 0.01509 0.012403 0.007206 -0.024238 0.000627 -0.031883 0.000226 0.010942 -0.016772 0.008428 -0.001494 -0.001108 0.001364 0.013878 -0.003145 -0.017387 0.002365 -0.037825 -0.014547 -0.006302 -0.00273 0.011085 -0.005182 0.007419\nt 0.030622 0.004815 -0.057132 0.031861 0.024177 0.034055 0.011199 -8.2e-05 -0.026827 -0.029116 0.0413 0.006388 -0.008639 -0.029996 0.024009 -0.008619 0.00831 -0.031265 -0.009263 -0.041845 -0.01857 0.002342 -0.001399 0.01635 0.007948 0.027454 -0.000867 -0.002588 -0.007817 -0.022162 0.019124 -0.03141 -0.01288 -0.037969 0.016895 0.016555 -0.047814 0.039152 0.008314 0.0235 -0.023268 0.008594 -0.006971 0.002277 -0.025194 -0.030856 0.042619 -0.00274 0.00218 0.027084 0.009995 0.059789 0.031137 -0.035294 0.048793 0.006356 -0.007929 0.033198 -0.01905 0.022339 -0.024097 -0.034724 -0.013799 -0.01501 0.011268 0.015501 0.038773 -0.012795 0.032587 0.013162 -0.044301 -0.012107 0.028609 0.011801 -0.053856 0.00799 -0.026216 0.028048 -0.019916 -0.018228 0.010266 5.1e-05 -0.004553 0.031572 -0.02841 -0.06025 -0.004971 -0.005458 -0.019303 -0.009536 -0.006163 0.03526 -0.008274 -0.018515 0.003051 -0.012999 0.002851 -0.032976 -0.000343 -0.00841 -0.014811 0.001842 -0.003493 -0.018908 0.015654 -0.001725 -0.01878 0.013845 0.037934 0.002185 0.03819 0.022744 0.024252 -0.011674 0.010043 0.006313 -0.018652 0.00026 -0.010501 -0.044608 0.012526 -0.003779 0.044563 0.026711 0.033317 0.00995 -0.0112 -0.013034 -0.012844 -0.014102 -0.019635 -0.008778 -0.024196 0.023178 -0.019946 0.016075 -0.022355 0.010163 0.001349 0.05391 -0.005868 -0.006336 0.024938 0.024406 -0.038662 -0.041361 0.044359 0.000725 -0.00167 -0.044156 0.001955 0.014352 0.028483 0.033915 -0.005469 0.007052 -0.000677 -0.021206 0.011471 -0.024451 -0.014916 0.016827 0.021683 0.005377 -0.011452 -0.008025 0.024219 -0.03067 0.023806 0.030425 -0.03406 -0.025036 -0.012502 0.032693 -0.023039 -0.029165 -0.008393 0.004961 -0.031457 -0.027675 0.038145 -0.010465 -0.003475 -0.009343 -0.009519 -0.012004 -0.001371 0.014325 -0.070291 -0.006522 0.008613 0.031352 -0.036939 -0.042741 -0.008868 0.037111 -0.011953 0.004968 0.008428 0.00036 -0.046297 -0.034656 0.014199 0.027811 0.019554 0.007984 0.017483 -0.010121 -0.005983 0.038087 -0.034564 0.000618 -0.005244 0.023929 0.004811 0.063227 0.007241 -0.027699 0.003839 0.00365 0.000948 0.013621 -0.004791 0.001016 -0.021332 -0.005588 0.006176 0.014187 -0.011245 -0.02075 0.000912 -0.000268 -0.01321 -0.032932 -0.03896 0.006103 -0.015405 -0.040702 0.029131 0.031182 0.0022 0.031332 -0.012728 0.013625 0.009472 -0.017712 0.043497 -0.004188 0.036664 0.055251 0.018644 0.013467 0.008213 -0.049432 -0.038871 -0.023355 -0.00665 0.018375 -0.021166 -0.031205 0.009042 -0.004634 0.030552 -0.02141 -0.028398 -0.018471 -0.025041 -0.010101 0.004209 -0.002124 0.022704 -0.00822 0.009416 0.00468 0.015559 0.003576 0.005793 0.028236 0.039105 -0.051945 -0.001109 -0.015844 0.008934 0.022724 -0.027718 -0.002221 0.004506 -0.009557 -0.028455 -0.017103 0.010834 -0.043782 0.01463 -0.068315 -0.010332 0.008742 0.016801 0.010031 0.039641 -0.000506\nං 0.020824 0.016613 -0.050005 0.03063 0.013471 0.024056 -0.00378 0.018377 -0.024879 -0.023845 0.041998 0.009244 -0.013306 -0.042458 0.035278 0.005409 0.021768 -0.029878 -0.000126 -0.038843 -0.016928 -0.004664 0.007584 0.001875 0.012392 0.023434 0.002456 -0.012413 -0.002169 -0.011479 0.033261 -0.038464 -0.016086 -0.035819 0.018847 0.014142 -0.038995 0.029264 0.007579 0.03292 -0.011286 0.009904 -0.007367 -0.002693 -0.01702 -0.000697 0.027887 -0.002378 0.003493 0.018716 0.01747 0.041579 0.032315 -0.022428 0.046983 0.01145 0.006113 0.035046 -0.009899 0.022295 -0.033795 -0.038398 -0.001636 -0.017784 0.011598 0.009956 0.039033 -0.006125 0.020354 -0.001939 -0.046475 -0.0092 0.008844 0.015125 -0.049051 -0.00798 -0.027914 0.031563 -0.017442 -0.017511 0.006174 -0.001212 0.000223 0.01725 -0.020771 -0.048884 -0.00137 -0.017179 -0.019834 -0.015663 -0.011976 0.03419 0.017089 -0.01915 0.003248 -0.000413 0.00206 -0.040523 0.000408 0.003201 -0.014249 -0.003048 0.00429 -0.020479 0.017244 0.009202 -0.020476 0.0142 0.040863 -0.014288 0.037143 0.0231 0.028497 -0.002931 0.024325 0.008818 -0.001276 0.010141 -0.026015 -0.032206 0.041543 -0.001479 0.026936 0.010104 0.023469 0.018923 -0.020143 -0.020854 -0.009968 -0.001691 -0.012629 0.000362 -0.015856 0.02298 -0.012389 0.024535 -0.02895 0.003572 0.003836 0.034446 -0.00552 0.000381 0.012898 0.021737 -0.02431 -0.043291 0.041243 0.021056 0.008488 -0.035463 0.008426 0.007409 0.021282 0.018709 0.005539 0.006035 0.001914 -0.018604 0.018893 -0.012998 -0.020014 0.005387 0.022801 0.00948 -0.003509 -0.013246 0.009809 -0.017855 0.028549 0.020677 -0.039854 -0.013693 -0.015052 0.023092 -0.006265 -0.01902 -0.010328 -0.023078 -0.038875 -0.02549 0.028039 0.00161 -0.010753 -0.018321 -0.00811 -0.010726 0.003575 0.020402 -0.043498 0.012953 0.002942 0.009772 -0.038702 -0.039023 0.003447 0.034054 -0.026287 0.00237 -0.001832 -0.003345 -0.029961 -0.026812 0.018147 0.013012 0.037398 0.009444 0.011965 -0.0106 0.003819 0.028107 -0.014982 -0.009689 -0.012853 0.009744 -0.001753 0.052587 0.027685 -0.019636 0.016263 -0.017933 -0.007776 5.5e-05 -0.002389 0.011503 -0.016722 -0.010387 0.000578 0.033225 -0.004193 -0.025251 -0.000552 0.004609 0.004693 -0.024535 -0.028506 -0.011243 -0.025129 -0.045509 0.018017 0.014926 0.014326 0.030261 -0.028185 0.015818 -0.011802 -0.005911 0.042886 -0.00879 0.051271 0.06416 0.021287 -0.00887 0.008033 -0.038365 -0.028827 -0.021754 0.005047 0.014195 -0.026658 -0.011081 -0.000149 -0.014054 0.014854 -0.023051 -0.024587 -0.006332 -0.00691 -0.015401 0.002138 0.008666 0.015585 -0.001012 0.020669 -0.002482 0.005689 0.020032 -0.012263 0.022404 0.023726 -0.04001 -0.010729 0.000703 0.011937 0.008487 -0.019823 0.014674 0.012654 -0.016145 -0.027891 -0.009278 0.003813 -0.053236 0.014836 -0.046233 -0.006987 0.00134 0.001591 0.013566 0.013999 0.007379\nअ 0.02783 -0.003956 -0.039917 0.008733 0.007056 0.027004 -0.003456 -0.007544 -0.018907 -0.030803 0.032201 0.0126 -0.011668 -0.027765 0.026421 -0.011996 0.003476 -0.018525 -0.008145 -0.036804 -0.008225 0.001636 0.003605 0.009397 0.005383 0.014465 -0.012541 -0.017082 -0.017577 -0.026407 0.021908 -0.02489 -0.016597 -0.031909 0.00671 0.010261 -0.030439 0.03412 -0.000449 0.021804 -0.030566 -0.001083 0.007079 -0.009135 -0.023366 -0.015691 0.031632 -0.00913 -0.000418 0.010665 0.007266 0.039285 0.031646 -0.027324 0.038692 0.003262 -0.002948 0.008149 -0.002095 0.018413 -0.03234 -0.021127 3.9e-05 -0.017022 0.013053 0.016281 0.034514 -0.010508 0.025767 0.018343 -0.04976 -0.005818 0.020419 0.019851 -0.04361 -0.002655 -0.032698 0.015788 -0.033581 -0.016351 0.006374 -0.004374 0.005048 0.010039 -0.019452 -0.036696 0.005283 -0.003869 -0.017751 -0.009863 -0.007668 0.018945 0.012573 -0.009385 0.013052 -0.005617 -0.003506 -0.039379 -0.000793 0.000856 -0.02414 0.004496 -0.002804 -0.019594 0.008548 -0.006438 -0.016228 0.00564 0.032397 -0.00535 0.036178 0.022728 0.021166 -0.020789 0.009232 -0.003195 9.8e-05 0.000895 -0.015431 -0.025821 0.020783 0.002843 0.029493 0.025008 0.021531 0.011299 -0.006674 -0.004673 -0.009845 -0.022411 -0.018387 0.001403 -0.015607 0.027018 -0.015447 0.002174 -0.023274 0.00437 0.008485 0.035621 -0.007351 -0.005478 -0.000243 0.021212 -0.036609 -0.047028 0.050932 0.016684 -0.000417 -0.033783 -0.00383 0.013136 0.025791 0.020034 -0.002384 0.008385 0.004867 -0.026882 0.017204 -0.018366 -0.026575 0.00784 0.020226 0.016629 -0.021484 -0.018796 0.016921 -0.019527 0.017274 0.012747 -0.016131 -0.017894 -0.015154 0.030029 -0.014504 -0.03103 -0.008107 -0.002291 -0.037934 -0.014504 0.024279 -0.007624 0.008604 -0.016862 -0.004297 -0.009124 0.005405 0.027335 -0.044169 0.003431 0.020742 0.023203 -0.037962 -0.035463 0.001743 0.033578 -0.01991 0.013686 -0.006465 -0.005747 -0.032485 -0.026502 0.01201 0.027865 0.011739 0.017307 0.00579 -0.011526 -0.00249 0.042975 -0.019927 -0.008055 -0.006719 0.011346 -0.000982 0.05747 0.007741 -0.025679 0.00729 0.001919 -0.005294 0.005329 0.001341 0.006341 -0.025651 -0.003193 -0.001701 0.015031 -0.007166 -0.023767 -0.009027 -0.007562 -0.008203 -0.021323 -0.033606 -0.008321 -0.007922 -0.024565 0.01733 0.02025 0.005603 0.011351 -0.018691 0.007912 0.001284 0.001641 0.024689 -0.005363 0.02974 0.042573 0.017731 0.004195 -0.005275 -0.027807 -0.02722 -0.01286 -0.009797 0.023252 -0.031988 -0.008603 0.001258 -0.010838 0.025079 -0.020495 -0.017308 -0.022118 -0.030261 -0.020774 0.004031 6e-05 0.0131 0.005607 0.01355 -0.006586 0.00315 0.002582 0.000758 0.013301 0.03739 -0.043604 0.001392 -0.020309 0.011581 0.012168 -0.01317 -0.005629 0.017488 -0.008775 -0.016005 -0.011912 0.003664 -0.034023 0.010516 -0.055453 -0.009117 0.010962 0.008994 0.023164 0.006785 0.008531\nކ 0.041816 0.004898 -0.079512 0.035626 0.019741 0.04843 0.01921 0.028353 -0.011143 -0.0496 0.045678 0.018433 0.017854 -0.040988 0.046896 -0.016792 -0.01468 -0.041089 0.003988 -0.045291 -0.006403 -0.006635 0.017392 -0.012611 0.016619 0.049266 -0.009321 0.001799 -0.022069 -0.043396 0.0204 -0.042477 -0.033108 -0.046382 0.007828 0.021795 -0.065457 0.058703 0.004205 0.013079 -0.026917 0.031249 0.001608 0.011345 -0.047797 -0.049595 0.045993 -0.019764 -0.013626 0.030102 0.026981 0.091791 0.03978 -0.039656 0.038222 -0.015024 -0.014776 0.047312 -0.021437 0.054201 -0.038924 -0.02464 -0.004543 -0.006185 0.030228 0.023767 0.042438 -0.024462 0.042946 0.033344 -0.074359 0.008934 0.02547 0.003815 -0.060167 0.030467 -0.052141 0.012863 -0.036257 -0.00546 0.007393 0.003436 0.003271 0.036586 -0.028767 -0.05697 -0.004392 0.003876 -0.037094 -0.016037 -0.016041 0.026334 0.004577 -0.027824 0.031573 -0.023731 0.02614 -0.056709 0.013573 -0.010279 -0.008909 0.020797 0.008802 -0.035756 0.023512 0.023003 -0.01419 0.000836 0.039789 -0.025148 0.055029 0.032846 0.026556 -0.011136 0.017164 -0.000637 -0.017431 0.002271 -0.03097 -0.097155 0.021956 -0.010154 0.062937 0.049336 0.03236 -0.000594 -0.019765 -0.027725 -0.034409 -0.018971 -0.031151 0.002388 -0.022375 0.049444 -0.032317 0.038872 -0.023819 0.003641 -0.013147 0.082405 0.008131 -0.013854 0.026444 0.043343 -0.05381 -0.059795 0.078471 -5.9e-05 -0.00737 -0.062785 0.024526 0.019805 0.028128 0.047496 -0.048006 0.012777 0.010986 -0.052593 0.015805 -0.025407 -0.002021 0.020062 0.055487 0.032741 -0.027641 -0.019382 0.036679 -0.039767 0.038038 0.018222 -0.028185 -0.029858 -0.017864 0.062168 -0.025115 -0.051129 -0.006516 -0.001533 -0.055941 -0.021718 0.047167 -0.028607 0.009105 -7.4e-05 0.003371 -0.038493 0.002502 0.03019 -0.103816 0.023694 0.041176 0.053809 -0.028945 -0.037926 -0.002993 0.083848 -0.043443 0.004426 0.022205 -0.020727 -0.064364 -0.02863 0.031364 0.015991 0.017984 0.025607 0.027629 -0.007856 -0.01522 0.06102 -0.032192 -0.002594 0.006858 0.017853 0.010202 0.0864 0.012701 -0.006895 -0.000354 -0.00489 -0.016169 -0.011987 0.00488 0.009922 -0.04151 -0.02704 -0.001277 0.019355 -0.015025 -0.003528 0.0009 -0.006781 -0.028843 -0.020935 -0.054768 0.017482 -0.019712 -0.031158 0.062368 0.037168 0.011324 0.044913 -0.044178 0.017953 0.009254 -0.018297 0.04699 -0.037889 0.056234 0.069035 0.035649 0.03591 -0.009495 -0.066508 -0.066563 -0.027735 0.002254 0.030761 -0.045737 0.001834 0.024662 -0.010026 0.057511 -0.011562 -0.041279 -0.006698 -0.034268 0.000743 0.007721 -0.013276 0.035811 -0.03375 0.011325 -0.00427 0.009798 0.023801 0.025394 0.039104 0.070852 -0.056253 0.001431 -0.037656 0.010637 0.027226 -0.04785 -0.003271 0.020191 -0.029108 -0.032003 -0.034182 0.019784 -0.065401 0.008274 -0.097194 -0.024091 0.02138 -0.00429 -5.9e-05 0.065174 0.013907\n̉ 0.012803 -0.003096 -0.017011 0.004638 0.01129 0.020054 0.010896 -0.001633 -0.018534 -0.009015 0.011917 0.006923 -0.002439 -0.009419 0.005233 0.009011 -0.000279 -0.013191 0.001626 -0.011576 -0.015699 0.00506 0.007359 0.003476 -0.011098 0.006056 0.001913 0.000332 0.00671 -0.003646 0.019718 -0.00481 -0.002104 -0.003882 0.000387 0.007552 -0.011572 0.017322 -0.007269 0.015135 -0.00707 0.005705 -0.006019 -0.014653 -0.02301 -0.020674 0.011365 -0.00453 0.010161 0.011643 0.023901 0.01645 0.009197 -0.00637 0.020529 -0.001065 0.009908 0.004492 -0.003949 0.011103 -0.01821 0.000288 -0.008404 0.003984 -0.005817 0.014929 0.00796 -0.005788 0.004129 0.003436 -0.025798 -0.007567 0.000359 0.00939 -0.013388 0.004983 -0.011292 0.012201 -0.014689 -0.013336 0.004093 -0.000799 0.003874 0.011757 0.000868 -0.017201 0.005102 -0.004975 -0.021353 -0.005192 -0.003396 0.002226 -0.008892 -0.016094 0.013401 -0.000306 -8.7e-05 -0.00138 -0.000287 -0.007984 -0.006221 0.001797 0.001429 -0.006344 0.011074 0.001871 0.005831 0.009867 0.00483 -0.005014 0.008718 -0.006345 -0.003009 -0.012333 0.000388 -0.006954 -0.00718 -0.007201 -0.012991 -0.022467 0.007248 0.000983 0.010425 0.010057 0.012086 0.00497 -0.000448 -0.016278 -0.010946 -0.003137 -0.014849 -0.00364 -0.010047 0.010771 -0.023614 0.010073 -0.000926 0.000822 0.010616 0.019482 -0.006734 0.002334 -0.001365 0.003695 -0.027236 -0.012142 0.021325 0.001204 -0.011452 -0.015785 0.002001 0.00941 0.0149 0.009253 0.008501 0.013435 -0.012505 -0.006338 0.003481 -0.007101 0.001598 0.012423 0.011518 0.004746 -0.00578 -0.008309 0.008291 0.006685 0.001026 0.007316 -0.011975 -0.016885 -0.007788 0.009068 -0.002325 -0.003793 0.000285 8.3e-05 -0.022128 -0.007301 0.018273 0.002136 0.020248 -0.00192 0.007519 -0.007753 0.013526 0.00624 -0.0198 -0.003497 0.013169 0.005608 -0.005205 0.001351 0.008759 0.014356 -0.011054 -0.002752 0.007251 -0.025022 -0.01594 -0.007498 -0.00354 0.004073 0.005267 0.002392 -0.002946 -0.00015 0.000651 0.023663 -0.008983 5.4e-05 -0.012307 0.019249 0.006827 0.015943 0.006474 -0.009821 -0.000566 -0.000967 -0.000808 0.002929 0.001972 -0.00866 -0.005514 -0.001001 -0.011158 -0.000963 -0.010951 -0.006409 -0.007292 0.005383 -0.000511 0.002418 -0.022014 0.004968 -0.012831 -0.007348 0.010976 0.020262 0.013615 0.015924 -0.019057 -0.001668 -0.004468 -0.003515 0.014803 0.000928 0.017261 0.032302 0.012183 0.017434 0.005357 -0.016689 -0.005252 -0.007738 0.007667 0.004943 -0.00384 -0.009126 -0.004104 0.003807 -0.004651 -0.015717 -0.020884 -0.013364 -0.016371 -0.013985 -0.00638 0.008192 0.002412 -0.000903 -0.003011 -0.009806 0.004567 -0.004333 -0.001935 0.005649 0.010835 -0.024059 0.01157 -0.015158 9.8e-05 0.015237 -0.006181 -0.005763 -0.001993 0.002858 -0.008658 -0.012254 0.00126 -0.02282 0.004766 -0.026396 -0.018711 0.002161 0.012399 0.011332 0.013197 0.005714\nʈ 0.018891 0.002907 -0.024089 0.014936 0.009658 0.032531 0.007428 -0.029708 0.000604 0.012405 0.055213 -0.006262 0.004244 -0.015553 0.021131 0.007445 -0.001588 0.002165 0.013745 -0.024171 -0.023102 -0.008883 0.009924 -0.002598 0.006616 0.00983 -0.01527 0.000854 -0.004562 -0.004334 0.03659 -0.015701 -0.022727 -0.002818 0.007765 0.022679 0.011031 0.021091 0.034313 0.016429 -0.013677 -0.002493 0.006568 0.013002 0.021028 0.000101 0.005644 0.042895 0.003728 0.00053 0.004459 0.014806 0.025628 -0.017377 0.014806 0.006911 0.013801 0.00446 0.009128 -0.007139 -0.024346 -0.003074 0.020521 0.002872 -0.005589 -0.000851 0.039538 -0.0288 0.013893 0.017301 -0.042818 -0.018224 0.011192 0.00338 -0.036559 -0.006935 0.007129 -0.011468 -0.005219 -0.009459 0.002994 -0.018067 0.01509 -0.015068 -0.01954 -0.022015 -0.012773 -0.00486 0.010209 0.014642 -0.015373 0.004803 0.016376 -0.014915 0.001728 -0.000402 -0.021144 -0.016619 0.007815 0.00862 -0.012922 -0.003683 -0.012219 -0.010171 0.009273 -0.039114 -0.022157 -0.000515 0.014761 -0.010659 0.045875 0.014341 0.013751 -0.014683 0.007819 -0.009308 -0.004699 -0.00535 -0.012083 -0.03219 0.029244 0.018302 0.000183 0.043247 0.01296 -0.006678 0.020154 0.0004 -0.022524 -0.034129 0.007458 0.023553 -0.024579 0.035713 0.00146 -0.000527 -0.007942 0.010548 0.018542 0.023254 -0.009121 -0.009765 0.021665 0.012624 -0.034305 -0.016058 0.036457 0.002468 0.024889 -0.033324 -0.007124 0.032518 -0.000114 -0.021798 -0.009509 -0.00798 -0.005702 -0.032509 -0.003498 0.011577 -0.027385 -0.013239 0.018317 0.024065 -0.032111 -0.005604 -0.006031 0.003906 0.005585 -0.007578 -0.024216 -0.02094 -0.019346 0.006958 0.008795 -0.025473 0.01934 -0.016898 -0.004319 0.019333 0.014352 -0.007308 -0.006186 -0.006728 0.002015 -0.012811 -0.008032 0.003607 -0.022308 -0.011393 0.021112 0.005889 -0.028657 -0.020993 0.018379 0.023261 -0.006643 0.015079 0.005031 -0.011031 -0.018196 -0.010495 0.010895 0.012261 0.031174 -0.002495 -0.02688 -0.009211 0.01954 0.03031 -0.017322 -0.017702 0.008871 0.005051 0.010111 0.016391 0.01421 -0.006776 0.011079 0.004101 -0.000333 -0.014964 -0.013554 0.010638 -0.017785 -0.000479 -0.002764 -0.008583 0.033785 -0.053558 -0.017742 -0.010163 -0.007084 -0.005275 0.014374 0.027178 -0.017881 -0.028133 0.009583 0.01042 0.000993 0.033185 -0.010638 0.041723 0.009582 0.0179 0.016609 0.012058 -0.000626 0.019276 -0.011425 -0.00898 0.006219 -0.017774 -0.012835 -0.020353 -0.025518 0.005293 0.000717 -0.000752 0.010114 0.003791 -0.007074 -0.01953 0.003116 -0.012535 -0.001575 -0.028091 -0.011701 0.012191 -0.004111 -0.023225 0.005837 0.015239 -0.018325 -0.010751 -0.001195 0.009473 0.035626 -0.01413 0.01828 0.013187 0.006886 0.021769 -0.008556 -0.026559 0.00382 -0.0216 -0.032156 -0.013529 0.009801 -0.020093 -0.002179 -0.031833 0.003491 -0.009352 0.00109 0.01425 -0.004916 -0.00581\nగ 0.028298 -0.009451 -0.056425 0.013084 0.014764 0.052624 0.010127 0.002325 -0.012076 -0.035643 0.034672 -0.000172 -0.00861 -0.026487 0.014833 0.002261 0.006544 -0.026196 -0.008659 -0.04098 -0.016325 -0.002682 0.00287 0.027961 -0.009502 0.035937 -0.040665 -0.006241 -0.045103 -0.023034 0.02182 -0.034613 -0.017918 -0.040656 0.008525 0.016577 -0.048818 0.019877 0.011754 0.026237 -0.038059 -0.003056 0.017883 0.002005 -0.016379 -0.005236 0.029722 -0.008555 0.004497 -0.010378 0.01099 0.037372 0.036435 -0.02889 0.048087 -0.00192 -0.014853 0.024524 -0.010708 0.033899 -0.040625 -0.06649 -0.009848 -0.014081 0.004951 0.0098 0.0281 -0.018407 0.039048 0.012612 -0.066811 0.004553 0.022797 0.009677 -0.037199 -0.00167 -0.029158 0.022432 -0.057138 -0.015787 0.017672 0.000623 0.000818 0.034352 -0.033206 -0.048258 0.013784 0.016743 -0.025508 -0.015286 -0.022791 0.037201 0.009486 -0.037348 0.000184 0.020434 -0.010871 -0.032917 -0.000575 0.004783 -0.035554 0.018735 -0.008988 -0.034748 0.00309 -0.00385 -0.024857 0.002004 0.038355 -0.002929 0.04713 0.008675 0.02827 -0.028992 0.017205 -0.006613 0.009151 -0.021286 -0.005991 -0.042081 0.026088 0.026963 0.053345 0.028964 0.035818 0.011381 -0.02422 -0.024611 -0.014605 -0.017266 -0.009115 -0.006489 -0.019451 0.044785 0.008704 0.011059 -0.035272 0.003129 0.00013 0.055821 0.00259 0.004859 0.002916 0.034033 -0.032756 -0.07445 0.050542 0.006829 0.001465 -0.044905 0.001282 0.01121 0.036537 0.033289 -0.002087 0.009957 0.007543 -0.020067 0.034999 -0.024634 -0.005752 -0.004329 0.030069 0.023288 -0.018612 -0.018818 0.014958 -0.01874 0.004539 0.025608 -0.029624 -0.050521 -0.025847 0.040051 -0.015811 -0.028581 0.00705 -0.009591 -0.04837 -0.019358 0.004734 -0.030448 0.015533 -0.010893 -0.000481 -0.009956 -0.008646 0.036515 -0.064665 -0.004137 0.002876 0.012678 -0.059729 -0.048426 0.01761 0.040354 -0.022288 0.008294 -0.00419 0.008892 -0.034851 -0.045773 0.021084 0.02221 0.015705 -0.005122 0.025382 0.005175 0.001491 0.05345 -0.029609 -0.006516 -0.004535 0.020781 0.003285 0.062967 -0.003313 -0.021628 0.01704 0.001118 -0.011993 -0.005394 -0.028047 0.011931 -0.024481 0.011085 0.003861 0.020667 0.019518 -0.04681 -0.013057 0.006231 -0.011376 -0.027598 -0.028525 -0.012194 -0.02071 -0.028195 0.027077 0.006547 0.004469 0.034332 -0.034742 0.002294 -0.002488 0.016296 0.038338 -0.000451 0.037727 0.046439 0.012044 -0.000933 -0.003906 -0.048879 -0.040191 -0.021405 -0.005924 0.018185 -0.038863 -0.037865 -0.00383 -0.024978 0.042974 -0.01829 -0.024168 -0.01608 -0.027908 -0.010832 -0.007701 0.00164 -0.013547 -0.008472 -0.001083 -2.2e-05 0.020681 0.002107 -0.008165 0.021399 0.048585 -0.056274 -0.00278 -0.025068 0.029269 0.027884 -0.036571 -0.010796 0.024904 3e-05 -0.022973 0.007812 0.037218 -0.061668 -0.018684 -0.072923 -0.001917 0.013606 9.6e-05 -0.003414 0.002517 0.002599\nচ 0.025032 0.001698 -0.065305 0.022685 0.011035 0.0364 -0.001587 -0.008408 -0.01397 -0.036174 0.058383 0.006814 -0.006171 -0.036324 0.044585 -0.004923 0.008902 -0.032454 -0.01455 -0.077266 -0.035052 0.007994 0.005967 0.016013 0.012887 0.027411 -0.021421 -0.019446 -0.022315 -0.046857 0.026268 -0.033474 -0.0239 -0.035177 0.006612 0.019833 -0.037789 0.052251 0.016129 0.026648 -0.044524 0.008011 -0.000954 0.009591 -0.033985 -0.028844 0.042549 -0.001453 -0.007216 0.021116 -0.009329 0.060554 0.033901 -0.054412 0.048149 0.014881 -0.005161 0.026708 -0.004935 0.032774 -0.042092 -0.03312 -0.010399 -0.022173 0.021711 0.025186 0.034221 0.001373 0.045388 0.01363 -0.049955 0.005588 0.028942 0.028165 -0.055046 0.00519 -0.042062 0.031922 -0.077279 -0.013821 0.009361 -0.013293 -0.001203 0.014522 -0.025457 -0.047428 -0.002085 0.004042 -0.027259 -0.000716 -0.011115 0.040532 -0.003383 -0.026415 0.021831 -0.00807 -0.018665 -0.042352 0.005477 -0.005515 -0.017519 0.016625 -0.014215 -0.035762 0.019959 -0.000319 -0.026137 0.018941 0.050413 -0.022332 0.056108 0.02661 0.016309 -0.033348 0.006329 0.000823 0.002799 -0.005016 -0.021443 -0.044156 0.037962 0.00377 0.043602 0.035693 0.047384 0.014583 0.000646 -0.03042 -0.018291 -0.04199 -0.035731 -0.016103 -0.026368 0.054672 -0.028932 0.012096 -0.041237 -0.000674 0.0155 0.063808 0.005251 -0.023068 -0.002319 0.036115 -0.057778 -0.085548 0.064535 0.021097 0.011077 -0.059323 -0.008896 0.024037 0.039019 0.026468 -0.007501 -0.008905 0.010036 -0.021167 0.014224 -0.013567 -0.033094 0.012377 0.017677 0.008596 -0.023435 -0.014613 0.031333 -0.03452 0.009411 0.026584 -0.041062 -0.022407 -0.028764 0.042971 -0.031873 -0.04352 0.007797 -0.009318 -0.045295 -0.029484 0.029319 -0.025969 0.010083 -0.018532 -0.007724 -0.014698 0.00395 0.031969 -0.064859 0.001205 0.030656 0.027676 -0.04282 -0.051917 0.004848 0.044193 -0.025453 0.015544 -0.001991 -0.002771 -0.059703 -0.056428 0.014784 0.031899 0.001181 -0.006973 0.038298 -0.00987 0.002103 0.054985 -0.036687 -0.007329 -0.004152 0.019207 -0.00456 0.090529 0.01793 -0.026153 0.012171 0.00504 -0.006548 -0.004455 -0.009786 0.006985 -0.024179 -0.000326 0.003605 0.018957 -0.00312 -0.032961 -0.014917 -0.00282 0.000826 -0.035967 -0.051374 -0.010391 -0.02 -0.053747 0.042434 0.020598 0.009538 0.040238 -0.017397 0.020103 -0.001081 0.002273 0.060109 -0.00878 0.053592 0.059424 0.016654 -0.009345 -0.000702 -0.058722 -0.04276 -0.025906 -0.018992 0.035555 -0.037034 -0.021519 0.013144 -0.011912 0.036273 -0.012845 -0.026612 -0.018752 -0.013012 -0.027039 0.012071 0.008229 0.029606 0.002954 0.007052 0.001584 0.010584 0.007925 0.014135 0.018952 0.076636 -0.055551 -0.008781 -0.026579 0.016019 0.042403 -0.020828 -0.016255 0.018216 -0.028423 -0.033041 0.004342 0.015523 -0.055415 0.026276 -0.08515 -0.011903 0.006136 0.028951 0.027632 0.017438 0.003494\nᨣ 0.063428 -0.01093 -0.051355 0.022017 0.004095 0.034071 0.014565 0.008469 -0.038104 -0.051616 0.023996 0.010733 -0.020241 -0.011843 0.034108 0.002897 0.019576 -0.041624 0.006241 -0.042469 -0.010563 0.010757 0.022778 0.022808 0.014516 0.020463 0.001484 -0.006162 -0.018804 -0.025053 0.025464 -0.019273 -0.024802 -0.066075 0.006507 0.012646 -0.033625 0.041473 -0.00524 0.036466 -0.035726 0.019574 0.009636 -0.013278 -0.019175 -0.042714 0.031469 0.000308 -0.008502 0.022322 0.000875 0.050633 0.02094 -0.017487 0.036465 0.013005 0.006842 0.033871 -0.028956 0.029797 -0.032085 -0.01276 -0.013802 -0.018691 0.016463 0.038896 0.046226 0.007884 0.04954 0.01733 -0.06073 -0.025714 0.026952 0.035899 -0.032442 0.010241 -0.013802 0.033899 -0.03286 -0.005851 0.017488 0.020311 -0.010901 0.007696 -0.018498 -0.068457 0.007394 -0.05425 -0.000274 -0.027697 0.009595 0.034425 0.026955 -0.03089 0.022917 -0.016495 -0.007873 -0.05183 0.001191 -0.001668 -0.02829 -0.003537 0.009817 -0.035438 0.007942 0.002667 -0.021088 -0.005804 0.057727 -0.012965 0.041584 0.019359 0.033639 -0.016167 0.015323 0.003782 -0.013427 -0.009469 -0.000568 -0.036522 0.036969 -0.003783 0.061273 0.005842 0.022191 0.015993 -0.037623 -0.021358 -0.013578 -0.031931 0.002632 -0.005205 -0.007873 0.036112 -0.034885 0.013863 -0.034275 -0.008316 -0.012305 0.038615 -0.007243 0.001587 0.013824 0.023362 -0.013357 -0.046171 0.035517 0.003817 0.006488 -0.043477 0.028875 0.012776 0.032998 0.002928 0.014092 0.029539 -0.007045 -0.023262 0.029284 -0.014383 -0.025623 0.0008 0.033393 0.023309 -0.016528 -0.02784 0.016402 -0.02246 0.031019 0.029911 -0.01782 -0.024122 -0.039777 0.038855 -0.038983 -0.02133 0.004394 0.003064 -0.052161 -0.031087 0.030664 -0.006208 0.020708 -0.037654 -0.007285 -0.001501 0.010716 0.029856 -0.070379 0.008821 0.014077 0.01629 -0.045783 -0.036832 -0.000626 0.05192 -0.023707 0.029535 0.004077 0.004724 -0.022131 -0.010835 0.03029 0.025896 0.01258 0.043262 -0.001079 -0.015121 -0.020436 0.053633 -0.012602 0.027984 -0.00279 0.022405 0.00473 0.073759 0.026835 -0.024174 0.022842 -0.018738 -0.010132 0.006971 -0.023936 0.01064 -0.018326 -0.006543 -0.002569 0.022461 -0.014662 -0.033357 -0.015869 0.001391 -0.017154 -0.020908 -0.047417 -0.016214 -0.004073 -0.041721 0.02555 0.022664 0.008509 0.033766 -0.028731 0.0318 -0.002029 -0.01589 0.02487 -0.001966 0.041472 0.050495 0.016332 0.014538 0.00482 -0.035422 -0.028093 -0.013483 -0.004654 0.021687 -0.021 -0.000309 0.020846 -0.011685 0.013784 -0.031822 -0.041072 -0.041091 -0.05002 -0.013376 0.033313 0.009978 0.022114 0.017339 0.009065 -0.004417 0.020469 -0.010511 -0.001944 0.013426 0.020332 -0.059607 -0.013177 -0.008242 0.019651 0.005308 -0.029625 -0.005628 0.000651 -0.008681 -0.019659 -0.015827 0.009486 -0.047346 0.001348 -0.061982 -0.009267 0.023719 0.017035 0.02887 0.021898 0.011001\nᐧ 0.009582 -0.00077 -0.021183 0.007518 0.000414 0.022673 -0.003485 -0.014158 0.005012 -0.013656 0.026752 0.008797 0.007899 -0.007708 -0.01303 -0.017728 0.012975 -0.009071 -0.007918 -0.047239 8.1e-05 0.025474 -0.032285 -0.021835 -0.015566 -0.015186 0.007822 -0.021045 0.012919 -0.023386 0.037464 0.006825 -0.02768 -0.005757 0.000161 0.0143 -0.040485 0.055329 0.027206 0.004291 -0.012044 0.003245 -0.02607 0.008919 -0.020985 0.008943 0.023371 -0.034987 -0.000344 0.02049 0.026205 -0.015978 0.043172 -0.030152 -0.006394 -0.031658 -0.025154 -0.01163 -0.010162 -0.009424 -0.028983 0.00434 -0.011073 -0.009542 -0.003563 -0.02013 0.036423 -0.02555 0.012165 -0.004534 -0.013692 -0.031132 0.045782 0.013035 -0.013962 -0.018374 -0.000345 0.031246 -0.018443 -0.012514 0.041366 -0.047039 0.010117 0.035072 -0.027144 -0.063422 -0.004802 0.011907 -0.000442 0.028526 2.8e-05 0.025309 -0.013096 0.011687 0.043275 -0.015977 -0.002416 -0.019222 0.049685 0.038602 -0.005065 -0.005827 -0.012385 -0.024041 -0.027206 -0.033245 -0.000374 0.010907 0.04655 -0.000158 0.054132 -0.003441 -0.006539 -0.028468 0.021003 0.026569 0.04122 -0.011932 0.019001 -0.029936 -0.009314 0.00263 0.013621 0.028017 0.032728 0.014896 -0.005787 0.001876 -0.005715 -0.012599 -0.036051 0.016746 -0.026247 0.046753 -0.001355 0.021171 -0.029204 -0.0326 0.001403 0.030113 -0.011872 0.00443 0.033796 0.050802 -0.009213 -0.039015 0.00918 0.013057 0.006985 -0.023887 -0.003034 0.009968 0.009075 0.027969 0.006561 0.003279 -0.019694 -0.02039 -0.022663 -0.015327 -0.026327 0.0052 0.014894 0.005281 0.010762 -0.007139 0.017814 -0.016397 0.003177 -0.013827 -0.020041 -0.007804 0.025985 0.035139 -0.006487 -0.045135 0.010635 0.003327 -0.030409 -0.01812 0.037819 -0.017222 0.003694 -0.002901 -0.004771 0.005477 -0.015146 -0.015174 -0.011157 0.011966 0.01694 0.025184 -0.0091 -0.019277 -0.012844 0.031315 0.006285 0.007354 0.020636 -0.00684 0.000499 -0.013599 0.013871 -0.000344 0.024919 -0.007174 0.000654 0.016246 0.034062 0.002515 -0.022127 0.008224 -0.01242 7.3e-05 0.022156 0.04549 -0.017535 -0.028543 0.03454 -0.034557 0.003363 0.014299 0.00394 -0.015404 -0.002363 -0.021814 -0.003408 0.000625 -0.00746 -0.000972 -0.004458 0.00193 0.021678 -0.032597 -0.037795 -0.003151 0.013784 -0.040107 0.002628 0.015366 0.029064 0.004598 -0.014131 0.039281 0.005255 0.020558 0.023893 0.024291 0.011762 0.006796 -0.03688 -0.033163 0.01823 0.006667 -0.051022 -0.000782 -0.005241 0.023126 -0.028991 -0.00947 -0.008089 0.002309 0.028523 -0.034062 -0.046459 -0.009043 -0.008723 0.001238 -0.039042 0.020829 -0.002299 -0.004898 0.028748 0.018342 0.006592 0.017107 -0.022011 -0.008396 0.01553 -0.002336 -0.018798 -0.01264 0.008926 0.017201 0.030656 -0.01124 0.016374 0.010274 -0.030718 0.023256 -0.019057 -0.022474 -0.003703 -0.04425 0.005832 -0.004344 0.020886 0.036099 -0.0108 -0.017013\nห 0.025587 0.00224 -0.036497 0.021165 0.013319 0.030652 0.007364 -0.000238 -0.022007 -0.023236 0.022638 0.006219 -0.006971 -0.014361 0.021682 -0.001984 0.005754 -0.019403 -0.009311 -0.037879 -0.014947 0.007363 0.0055 0.011216 0.004193 0.009551 -0.013819 -0.008803 -0.011373 -0.021529 0.015489 -0.025067 -0.015276 -0.029871 0.000459 0.01916 -0.030247 0.033628 0.008914 0.014437 -0.027614 0.010279 -0.001304 -0.005221 -0.021784 -0.018772 0.03116 0.004373 0.002783 0.006322 0.00381 0.036877 0.026703 -0.028298 0.033877 0.004174 -0.002271 0.021027 -0.010532 0.019584 -0.023714 -0.026988 -0.001589 -0.014391 0.006292 0.014651 0.028272 -0.012932 0.036511 0.015149 -0.043926 -0.009646 0.020376 0.011119 -0.045703 0.00367 -0.026338 0.01795 -0.027552 -0.014327 0.011646 -0.004909 0.003969 0.011298 -0.016382 -0.038285 -0.003933 -0.001156 -0.014604 0.000122 -0.003373 0.020747 0.010001 -0.01132 0.010727 -0.003652 0.003755 -0.029769 0.003582 -0.000143 -0.016409 0.004877 -0.000897 -0.020831 0.01486 -0.003281 -0.008161 0.008535 0.026608 -0.002849 0.044612 0.013447 0.024062 -0.011298 0.006371 -0.000278 -0.002278 0.002035 -0.00357 -0.033095 0.015613 0.004598 0.033544 0.02195 0.03378 0.007859 -0.011876 -0.014887 -0.004862 -0.015373 -0.008211 -0.004875 -0.016417 0.025214 -0.016401 0.010834 -0.027741 -0.002499 0.006964 0.035488 -0.000561 -0.007989 0.003788 0.019685 -0.030049 -0.039985 0.039324 0.006765 0.00178 -0.037807 -0.000269 0.002499 0.032196 0.02099 0.000869 0.007072 0.003182 -0.027615 0.010939 -0.02093 -0.012847 0.00923 0.019692 0.013711 -0.012077 -0.008578 0.018624 -0.015586 0.0202 0.0134 -0.022394 -0.018576 -0.006061 0.025531 -0.017932 -0.019883 -0.000508 -0.004946 -0.032563 -0.013634 0.03374 -0.009906 0.00748 -0.008378 -0.007618 -0.01045 0.004677 0.016499 -0.047574 0.001197 0.011866 0.025657 -0.032037 -0.027725 0.008366 0.028936 -0.014288 0.007361 0.001818 0.002776 -0.027977 -0.026177 0.013103 0.019598 0.021613 0.014903 0.003898 -0.0037 0.001481 0.027893 -0.015582 0.001788 -0.007022 0.016072 0.000336 0.052252 0.002783 -0.019197 0.006851 -0.003118 -0.000347 0.009725 0.001601 0.006521 -0.024853 -0.000346 -0.001703 0.013275 -0.002273 -0.024905 -0.006618 0.001098 -0.003399 -0.020975 -0.024937 -0.003723 -0.009875 -0.031183 0.02119 0.024159 0.006423 0.026281 -0.024175 0.01047 0.004267 -0.001593 0.028577 -0.004284 0.027906 0.045507 0.014907 0.000155 -0.006699 -0.035705 -0.024976 -0.015757 -0.000107 0.0232 -0.024574 -0.014879 0.007276 -0.012004 0.023592 -0.018228 -0.020806 -0.025621 -0.027035 -0.011531 0.002632 0.001496 0.017704 -0.000845 0.009447 0.00253 0.007801 -0.003122 0.00176 0.010472 0.037946 -0.042076 0.001375 -0.008373 0.011334 0.011878 -0.01656 -0.006425 0.019528 -0.009615 -0.020216 -0.011453 0.009615 -0.033531 0.006399 -0.059254 -0.010292 0.01008 0.005952 0.014814 0.018575 0.000986\nம 0.039519 0.010523 -0.074929 0.02948 0.021311 0.060027 0.003141 -0.009085 -0.024802 -0.051945 0.053844 0.023048 -0.003613 -0.047289 0.051115 -0.014966 0.003472 -0.023994 -0.008529 -0.07701 -0.001938 -0.013547 0.009665 0.004641 -0.001382 0.027955 -0.004649 -0.011419 -0.023931 -0.047057 0.033138 -0.036144 -0.030732 -0.05611 0.023106 0.017339 -0.043953 0.058063 0.008118 0.032498 -0.049404 0.006611 0.003069 0.004224 -0.0421 -0.01987 0.04789 -0.008763 -0.001942 0.026918 -0.003545 0.068287 0.04837 -0.045175 0.06302 0.009413 -0.010259 0.033084 -0.01702 0.028822 -0.039534 -0.047995 -0.003191 -0.020584 0.026452 0.024907 0.058746 -0.010786 0.049397 0.028639 -0.062015 -0.010996 0.02793 0.022741 -0.060938 0.007594 -0.038441 0.025292 -0.048465 -0.0182 0.023715 -0.002433 0.00463 0.013777 -0.025815 -0.073435 0.010935 -0.004821 -0.017062 -0.00907 -0.013758 0.034637 0.005628 -0.024802 0.020514 0.006368 -0.008313 -0.051309 -0.001134 -0.00585 -0.027575 0.008663 0.010633 -0.045694 0.02462 -0.015907 -0.024262 0.017545 0.041681 -0.015916 0.061464 0.03731 0.033801 -0.020395 -0.001046 -0.007141 -0.010252 -0.007964 -0.020392 -0.053556 0.041381 0.008987 0.053412 0.034644 0.050436 0.014482 -0.007971 -0.004501 -0.016831 -0.026664 -0.029868 0.00601 -0.008648 0.042975 -0.034118 0.013093 -0.03415 0.012568 0.018316 0.06783 -0.00278 -0.017098 0.025053 0.033845 -0.046917 -0.077754 0.07979 0.020723 0.015585 -0.061056 0.005082 0.019837 0.04647 0.018621 0.001143 0.001758 0.008872 -0.035554 0.016735 -0.031947 -0.039618 0.016765 0.032142 0.01692 -0.023554 -0.022246 0.039368 -0.02221 0.028818 0.023058 -0.031623 -0.023712 -0.010639 0.045632 -0.031576 -0.040054 -0.009211 -0.004185 -0.048854 -0.036487 0.042252 -0.008681 0.004852 -0.019336 -0.011828 -0.020373 -0.003567 0.023334 -0.057942 0.004026 0.02148 0.034277 -0.046477 -0.059791 0.004718 0.061751 -0.026858 0.016485 0.015527 0.002508 -0.049889 -0.042385 0.01955 0.043778 0.025345 0.025814 0.016561 -0.015622 -0.015047 0.05119 -0.034531 -0.013004 -0.020028 0.02513 0.00062 0.098879 0.02005 -0.025021 0.018713 0.000529 -0.011234 0.009638 0.00489 0.014342 -0.031608 -0.009586 -0.003636 0.029129 -0.020238 -0.021424 -0.007647 -0.006559 -0.005654 -0.035212 -0.056345 -0.009421 -0.019823 -0.04422 0.03891 0.029531 0.002055 0.036031 -0.02607 0.022393 -0.004529 -0.007037 0.041912 -0.008217 0.054456 0.079567 0.030574 0.011334 0.004802 -0.048449 -0.048366 -0.025875 -0.007852 0.036564 -0.036078 -0.01468 -0.005481 -0.023211 0.052207 -0.031491 -0.048517 -0.033255 -0.044718 -0.025994 0.018168 -0.002599 0.039927 0.001727 0.019937 0.010388 0.025018 0.014853 -0.001896 0.019935 0.07436 -0.079386 0.005114 -0.022839 0.029099 0.025352 -0.017535 -0.007966 0.027976 -0.005419 -0.029278 -0.018087 0.008241 -0.044229 0.019032 -0.103648 0.000817 0.000279 0.014849 0.024094 0.023167 0.01225\nȳ 0.03994 3.4e-05 -0.039634 0.026032 -0.004416 0.032229 0.007501 0.008785 -0.020321 -0.024589 0.026071 0.022537 -0.021014 -0.010157 0.018359 -0.001161 -9.6e-05 -0.023491 -0.006392 -0.0331 -0.015938 0.009696 0.01432 0.013372 0.012391 0.012532 -0.00544 -0.006228 -0.004971 -0.003555 0.024775 -0.026341 -0.008181 -0.044264 0.010772 0.021352 -0.030088 0.031514 0.008098 0.017263 -0.034717 0.004104 -0.003783 0.005934 -0.009454 -0.0196 0.041212 0.007948 -0.004092 0.010296 -0.005571 0.049726 0.030883 -0.016876 0.028217 -0.000491 0.006691 0.000864 -0.027233 0.013578 -0.023652 -0.020598 -0.002607 -0.027014 -0.002201 0.017281 0.038358 -0.006182 0.022664 0.00358 -0.046371 -0.003611 0.015231 0.021691 -0.017127 -0.00058 -0.022815 0.025284 -0.021378 -0.01025 0.003557 -0.005004 0.005421 0.006508 -0.016707 -0.036379 -0.001247 -0.002195 -0.026379 -0.007865 0.001358 0.016266 0.01039 -0.006792 0.014119 5.5e-05 0.000583 -0.036263 0.005655 -0.01883 -0.022071 0.003553 0.001733 -0.023401 0.015909 -5.6e-05 -0.027936 0.001092 0.020914 -0.003815 0.043576 0.022232 0.024226 -0.01411 -0.004312 0.000784 -0.000282 0.002771 -0.014168 -0.039101 0.029319 -0.003494 0.021863 0.026626 0.015215 0.017466 -0.006632 -0.003247 -0.005062 -0.016259 -0.000864 0.001461 -0.002549 0.024509 -0.015672 0.020639 -0.021292 -0.009584 0.006244 0.0409 -0.005853 -0.016393 0.009822 0.031859 -0.027454 -0.028456 0.040176 0.007629 0.009239 -0.035996 0.008347 0.002417 0.027131 0.003631 -0.006971 0.000393 -0.006368 -0.013253 0.014794 -0.022505 -0.019512 0.006955 0.016294 0.010731 -0.010136 -0.009488 0.019621 -0.031099 0.018657 0.014269 -0.015002 -0.019109 -0.007525 0.035911 -0.004168 -0.021243 -0.020039 -0.008828 -0.02435 -0.005918 0.026906 -0.008793 -0.000199 -0.003129 -0.005916 -0.010884 0.000991 0.017359 -0.049476 0.010582 0.009293 0.016423 -0.027272 -0.018019 0.01701 0.021777 -0.010136 0.01315 -0.008974 0.002997 -0.023324 -0.02919 0.005003 0.012269 0.013353 0.021454 0.003445 -0.006267 -0.002178 0.024587 -0.017762 0.001779 -0.012069 0.020875 -0.011595 0.034448 0.001255 -0.021717 -0.000793 -0.0065 -0.015711 0.001926 -0.023597 0.002301 -0.032988 0.00522 -0.002517 0.021771 0.000529 -0.030727 0.001199 -0.00697 0.007235 -0.014723 -0.01738 -0.002769 -0.003296 -0.033219 0.023332 0.012229 0.015536 0.02501 -0.019543 0.01506 0.0121 -0.00456 0.039424 -0.009691 0.039693 0.057497 0.010231 -0.010825 -0.009552 -0.044338 -0.015297 -0.022914 0.00118 0.004579 -0.020339 0.000137 0.014008 -0.001727 0.036248 -0.020412 -0.018687 -0.012787 -0.031162 -0.027075 -0.002032 -0.014118 0.004158 -0.017224 0.001139 -0.017714 -0.002142 0.002748 -0.009303 0.008729 0.037903 -0.036331 0.00395 -0.026109 0.003562 0.006566 -0.007155 -0.002234 0.003233 -0.013477 -0.006059 -0.020709 0.000854 -0.032512 0.009303 -0.052904 -0.032299 -0.004329 0.011904 0.022616 0.011708 0.003642\nֲ 0.051596 0.016159 -0.091348 0.047297 0.028418 0.069265 0.017068 -0.000162 -0.027511 -0.054494 0.054721 0.025207 -0.006232 -0.066612 0.062214 -0.013108 0.006991 -0.049224 -0.025164 -0.084375 -0.023619 -0.005705 0.013594 0.022807 0.004657 0.038425 -0.011115 -0.011428 -0.019944 -0.040466 0.0318 -0.051583 -0.032384 -0.077051 0.018841 0.022384 -0.070562 0.072026 0.01954 0.041935 -0.0521 0.009929 -0.004343 0.001344 -0.049119 -0.058476 0.072374 -0.005567 -0.012263 0.039185 0.00432 0.099364 0.06746 -0.068382 0.077282 0.017422 -0.018872 0.041154 -0.025295 0.054824 -0.039605 -0.063871 -0.014318 -0.017515 0.028735 0.030152 0.067096 -0.018123 0.054963 0.022791 -0.067547 -0.016752 0.034202 0.02313 -0.086927 0.019838 -0.045553 0.044757 -0.050198 -0.025224 0.026301 -0.001091 -0.004431 0.033884 -0.04962 -0.090417 0.012669 -0.011397 -0.034692 -0.01755 -0.016732 0.04268 0.008202 -0.03738 0.015621 -0.014886 0.003001 -0.066316 0.001617 -0.02137 -0.029818 0.005205 0.004093 -0.048694 0.027032 -0.012108 -0.020212 0.015856 0.064609 -0.006246 0.067717 0.036632 0.035794 -0.02899 0.020115 0.009039 -0.028616 0.003914 -0.033662 -0.072778 0.029727 -0.004646 0.074359 0.040118 0.055248 0.018241 -0.026975 -0.032663 -0.033222 -0.030675 -0.040972 0.004452 -0.025154 0.04657 -0.042311 0.024934 -0.048301 0.005989 0.012442 0.086861 -0.004102 -0.020257 0.033801 0.048728 -0.064249 -0.079373 0.073872 0.002805 0.001662 -0.067961 0.006358 0.035774 0.050452 0.050805 -0.012259 0.009661 -0.001297 -0.035795 0.022632 -0.040798 -0.026385 0.0311 0.036293 0.016752 -0.019668 -0.02736 0.04015 -0.047505 0.032823 0.049232 -0.056064 -0.038901 -0.020659 0.064218 -0.037042 -0.058382 -0.026421 -0.014394 -0.060726 -0.050314 0.060387 -0.007952 0.006571 -0.010183 -0.01165 -0.035917 0.005497 0.036033 -0.104484 0.008305 0.012313 0.055378 -0.049128 -0.079001 -0.004975 0.075334 -0.03466 0.014462 -0.000117 0.005677 -0.066584 -0.072077 0.018775 0.044485 0.033826 0.030472 0.035753 -0.010392 -0.015925 0.071182 -0.050288 -0.007139 -0.018676 0.029503 0.002901 0.120856 0.00026 -0.040866 0.00129 -0.004718 -0.008854 0.025318 -0.00878 0.004479 -0.044927 0.001047 0.003636 0.023093 -0.027626 -0.022484 -0.00311 0.001522 -0.013382 -0.049206 -0.065001 -0.005791 -0.019015 -0.055055 0.062925 0.044824 0.013269 0.047787 -0.034052 0.022791 0.011624 -0.040935 0.077853 -0.01842 0.066573 0.094163 0.047057 0.024172 0.014214 -0.086434 -0.065315 -0.031385 0.002254 0.037047 -0.031871 -0.031024 0.017117 -0.012717 0.059735 -0.04937 -0.055189 -0.036209 -0.057829 -0.016536 0.011648 -0.002547 0.04529 -0.00111 0.015142 -0.017564 0.036094 0.024501 0.007826 0.038811 0.068093 -0.091832 -0.011477 -0.039216 0.029859 0.036714 -0.044673 -0.005029 0.034691 -0.020732 -0.03578 -0.030628 0.025977 -0.082237 0.029431 -0.107478 -0.017009 0.013962 0.033077 0.023827 0.04179 0.008638\n´ 0.034725 0.006108 -0.040197 0.017601 0.010348 0.039615 0.016809 -0.006689 -0.018567 -0.008445 0.028403 0.019113 -0.015809 -0.024108 0.032341 0.000338 0.002238 -0.023815 -0.011614 -0.029251 0.000552 0.001884 0.015952 0.00894 0.000941 0.011433 -0.002737 0.000441 0.001361 -0.006384 0.017594 -0.025858 -0.016004 -0.046961 0.00808 0.012896 -0.038239 0.026678 0.007458 0.021028 -0.02421 -0.009233 -0.001745 0.011138 -0.01386 -0.025337 0.020409 -0.003478 -0.007232 0.016869 0.010087 0.052872 0.033683 -0.030392 0.039601 0.010723 0.010111 0.023053 -0.018658 0.0105 -0.007516 -0.022042 -0.016414 -0.008006 0.022555 0.009882 0.027749 -0.012348 0.021865 0.014072 -0.043506 0.001984 0.026277 0.012569 -0.036887 -0.004874 -0.031693 0.023065 -0.009718 -0.014452 0.007138 0.000308 0.005733 0.018243 -0.014363 -0.041264 -0.006519 0.007029 0.004974 -0.006128 0.007661 0.011066 0.000119 -0.006428 0.002869 -0.020995 -0.002122 -0.038462 -0.010356 -0.008102 -0.02003 -0.001316 -0.001834 -0.024991 0.011508 -0.004949 -0.010636 0.006705 0.020341 -0.020371 0.041274 0.009955 0.007223 -0.014131 0.017743 -0.003074 -0.002556 0.007993 -0.00189 -0.034588 0.012429 -0.000505 0.044428 0.019906 0.015845 0.012152 -0.009092 -0.009465 -0.006924 -0.01048 -0.004166 -0.004716 -0.021462 0.030696 -0.029938 0.013154 -0.002117 -0.001506 -0.010531 0.035588 -0.013918 -0.012678 0.015575 0.024335 -0.028788 -0.03685 0.038676 -0.006949 0.014494 -0.036507 -0.003658 0.009398 0.015542 0.030144 -0.002902 0.012283 -0.01517 -0.01393 0.01578 -0.003938 -0.008579 0.011616 0.022601 0.025483 -0.00418 -0.008768 0.011681 -0.01486 0.023893 0.022279 -0.022342 -0.021703 -0.012356 0.029408 -0.013037 -0.023127 -0.023979 -0.000901 -0.024444 -0.01563 0.03534 -0.005388 -0.009811 0.007167 -0.010231 -0.01423 0.000269 0.029251 -0.064994 0.004541 0.01562 0.036712 -0.026261 -0.04067 0.003891 0.026183 -0.005644 0.009166 -0.001607 -0.000412 -0.028606 -0.024346 0.00985 0.030318 0.012301 0.020109 0.016837 -0.005033 -0.007633 0.029587 -0.033017 -0.004597 0.000561 0.011218 -0.001488 0.04772 -0.013768 -0.020216 9.4e-05 0.001381 -0.010248 0.011813 -0.015055 0.006138 -0.022139 -0.004901 -0.01578 0.018289 -0.009097 -0.033838 -0.012452 -0.010403 -0.004467 -0.020653 -0.027621 -0.001328 -0.011677 -0.032453 0.012367 0.029981 0.005344 0.02296 -0.017538 0.009885 0.010458 -0.014044 0.038814 -0.003897 0.030591 0.034845 0.019544 0.009517 -0.007101 -0.048266 -0.024733 -0.014206 -0.006334 0.00192 -0.023163 -0.011969 0.023792 -0.005578 0.01852 -0.008763 -0.012659 -0.010157 -0.027934 -0.006635 0.00565 -0.007433 0.008821 0.000868 0.001503 -0.006894 -0.001397 -0.007281 0.001403 0.019826 0.035259 -0.041504 -0.007818 -0.019415 0.013534 0.011418 -0.022658 0.004927 0.018301 -0.011099 -0.014423 -0.028617 0.003918 -0.029593 0.007008 -0.049516 -0.01102 0.002432 0.017225 0.017736 0.010552 0.005055\nཁ 0.028515 -0.000398 -0.038173 0.009565 0.008661 0.030729 0.003949 -0.009671 -0.01602 -0.025202 0.028037 0.016231 0.001852 -0.018056 0.018921 -0.00769 0.002539 -0.003347 -0.007291 -0.026753 -0.007554 -0.001108 0.005109 0.003875 0.003011 0.011104 -0.009731 -0.008138 -0.012088 -0.016408 0.016607 -0.032532 -0.018724 -0.031573 0.011526 -0.000213 -0.026876 0.025545 0.004617 0.014346 -0.030191 0.003434 0.000431 0.000524 -0.015616 -0.017088 0.025559 -0.000752 -0.001108 0.011174 0.006621 0.032341 0.020931 -0.026133 0.027142 0.008745 0.001878 0.012819 0.001371 0.014526 -0.020184 -0.021251 -0.013043 -0.014767 0.013483 0.015691 0.02663 -0.005518 0.033613 0.013557 -0.044536 -0.000134 0.022629 0.019185 -0.029939 0.000157 -0.030457 0.015011 -0.024714 -0.007761 0.010333 -0.005688 0.001864 0.000973 -0.019549 -0.033091 -0.002367 0.005155 -0.006908 -0.001254 -0.010669 0.006363 0.00453 -0.011148 0.010084 -0.001872 -0.007443 -0.026538 -0.003015 -0.003636 -0.025048 0.009917 -0.0029 -0.023075 0.014718 -0.001141 -0.016617 0.010448 0.028349 -0.010359 0.027378 0.015155 0.015042 -0.018659 0.011252 -0.000828 -7.3e-05 0.003222 -0.006454 -0.028846 0.0212 0.000129 0.022022 0.014905 0.022553 0.003773 -0.016082 -0.005332 -0.008816 -0.022311 -0.013798 -0.00414 -0.006324 0.017631 -0.014313 0.005686 -0.014669 0.008975 0.009823 0.028446 -0.008437 -0.00978 0.007934 0.016721 -0.023329 -0.033734 0.034523 0.005876 0.009037 -0.023414 -0.001221 0.015507 0.024167 0.006643 -0.009433 0.003028 0.00165 -0.017005 0.015435 -0.014829 -0.018293 0.014824 0.017969 0.011885 -0.013749 -0.021192 0.007194 -0.00873 0.01342 0.017468 -0.017432 -0.017841 -0.001198 0.022898 -0.009033 -0.016654 -0.0104 -0.008748 -0.027619 -0.009204 0.019378 -0.013088 0.00566 -0.014224 -0.003307 -0.017314 0.006129 0.016033 -0.039316 0.008192 0.017986 0.020504 -0.019804 -0.024915 0.002483 0.025275 -0.017354 0.008777 -0.007582 0.001024 -0.02469 -0.014724 0.011998 0.02558 0.014471 -0.00125 0.009538 -0.001742 -0.011964 0.026295 -0.01689 -0.005908 0.002795 0.013651 0.00648 0.045875 0.00358 -0.015299 0.000814 0.012262 -0.002928 0.000355 0.008322 0.006218 -0.026824 -0.005846 -0.00432 0.011499 -0.008803 -0.014894 -0.009032 -0.004061 -0.000686 -0.01551 -0.026897 -0.003245 -0.014833 -0.014886 0.01582 0.011701 0.004281 0.02924 -0.016695 0.016207 0.009789 -0.006169 0.032896 0.006048 0.027533 0.027591 0.014432 0.006299 -0.003682 -0.026858 -0.005449 -0.024135 -0.005924 0.020279 -0.022518 0.000218 -0.003726 -0.011215 0.01388 -0.02049 -0.020458 -0.014217 -0.022618 -0.014814 0.007896 -0.010005 0.017765 0.007398 0.009973 -0.002276 0.006173 -0.001222 -0.001787 0.010424 0.035199 -0.034887 -0.003016 -0.018312 0.011104 0.004914 -0.024626 -0.003562 0.010107 -0.005257 -0.015996 -0.014935 -0.00076 -0.023261 0.014143 -0.049159 -0.013068 0.002872 0.011104 0.022532 0.019489 -0.001974\nເ 0.031782 0.000888 -0.03771 0.027883 0.008284 0.033461 0.006442 -0.000977 -0.018759 -0.026461 0.027323 0.008478 -0.007202 -0.016615 0.023748 -0.00229 0.008563 -0.019195 -0.006316 -0.036485 -0.019388 0.003198 0.005024 0.013049 0.003011 0.01348 -0.014383 -0.011603 -0.014455 -0.021439 0.022862 -0.028799 -0.021932 -0.035085 0.008138 0.009902 -0.028474 0.035736 0.005407 0.023402 -0.022451 0.011998 -0.000151 -0.006267 -0.020468 -0.024009 0.03022 -0.004074 0.000758 0.013814 0.005683 0.04162 0.030885 -0.030014 0.035651 0.006669 -0.002016 0.018174 -0.00501 0.025406 -0.030097 -0.024628 -0.009453 -0.011815 0.007627 0.019807 0.03275 -0.014451 0.032311 0.016345 -0.045772 -0.012271 0.01606 0.016958 -0.042208 0.001397 -0.025627 0.020428 -0.027662 -0.013009 0.011963 0.000689 0.0043 0.015662 -0.019693 -0.051005 0.009329 -0.003328 -0.01851 -0.004519 -0.001417 0.020557 0.006793 -0.016175 0.01792 -0.008244 -0.000309 -0.037419 0.001178 -0.001638 -0.021567 0.001903 0.002291 -0.027956 0.015458 -0.000499 -0.008628 0.004638 0.032912 -0.001335 0.038133 0.016011 0.024742 -0.013765 0.004812 0.003143 -0.006093 0.00162 -0.012099 -0.039416 0.019342 -0.000454 0.037234 0.022127 0.029925 0.01047 -0.00831 -0.013311 -0.008597 -0.014061 -0.013011 -0.004438 -0.013444 0.028114 -0.023258 0.018943 -0.031755 -0.000435 0.003152 0.039225 -0.004137 -0.00968 0.005969 0.025146 -0.033536 -0.043605 0.040161 0.008724 0.000176 -0.038634 0.0066 0.009215 0.027311 0.016802 0.00469 0.008608 -0.001938 -0.021276 0.01082 -0.025624 -0.013584 0.014823 0.02301 0.015337 -0.008355 -0.013304 0.021361 -0.015844 0.025549 0.016762 -0.023496 -0.021889 -0.013657 0.033512 -0.020183 -0.023057 -0.007426 -0.006226 -0.034903 -0.017071 0.03211 -0.005481 0.0069 -0.011307 -0.001628 -0.010217 0.004162 0.020041 -0.050068 0.002191 0.005759 0.023834 -0.034622 -0.029781 0.005504 0.033606 -0.020954 0.012906 0.006426 0.00129 -0.025838 -0.024748 0.012362 0.016942 0.013354 0.02299 0.006959 -0.006008 -0.002181 0.038742 -0.020018 0.000313 -0.006852 0.015602 0.000706 0.059958 0.005691 -0.023798 0.007979 -0.002998 -0.003932 0.006164 -0.012692 0.004313 -0.019254 -0.00366 -0.000262 0.012867 -0.004251 -0.02511 -0.009116 0.001409 -0.007363 -0.02658 -0.033948 -0.003642 -0.009529 -0.027679 0.024622 0.02297 0.011387 0.030122 -0.025337 0.016758 -0.001293 -0.007072 0.031685 -0.00483 0.038829 0.050932 0.020005 0.007419 0.002445 -0.033915 -0.029994 -0.013351 0.001914 0.017993 -0.023923 -0.014184 0.005366 -0.008972 0.026387 -0.024136 -0.028247 -0.021633 -0.033304 -0.015319 0.013204 -0.000199 0.018293 0.005365 0.008249 -0.004816 0.010549 -0.001428 -0.00629 0.011913 0.034798 -0.043935 0.00161 -0.012762 0.012397 0.011885 -0.01983 -0.003311 0.0112 -0.011255 -0.018765 -0.010176 0.005323 -0.036857 0.007136 -0.056238 -0.00994 0.005063 0.013389 0.01808 0.019969 0.001662\nॅ 0.027733 0.013986 -0.095246 0.033881 0.008493 0.055681 0.01061 -0.009756 -0.034001 -0.038541 0.06774 0.019786 -0.015335 -0.042837 0.03339 0.00372 0.013471 -0.031164 -0.025917 -0.06779 -0.028472 -0.008721 0.039215 0.038964 -0.006958 0.011462 0.003786 0.010248 -0.039707 -0.044429 0.042758 -0.028648 -0.036343 -0.012199 0.004725 0.034465 -0.06281 0.049687 0.022881 0.038607 -0.052436 0.034256 0.016071 -0.011867 -0.054054 -0.009894 0.049918 0.002244 0.019297 0.011044 -0.014022 0.060899 0.059638 -0.035853 0.055178 0.023403 -0.018878 0.027014 -0.032881 0.027632 -0.01232 -0.04823 -0.019113 -0.012462 0.031056 0.007609 0.089943 0.016307 0.057272 0.01667 -0.068365 -0.028961 0.039132 0.008736 -0.054654 -0.006546 -0.012125 0.038009 -0.053875 -0.021257 -0.013418 -0.013668 -0.006685 -0.002889 -0.020047 -0.078953 -0.01685 -0.04974 -0.013835 0.003081 0.00631 0.023161 0.015171 -0.029469 0.004547 -0.019795 -0.020781 -0.063185 -0.000355 -0.003378 -0.018641 0.002624 0.007336 -0.0227 0.015342 -0.014571 -0.063361 0.01713 0.048554 0.005097 0.039945 0.033865 0.028548 -0.02122 -0.007496 -0.00018 -0.056505 0.005973 0.00356 -0.064511 0.020386 0.000854 0.07279 0.002889 0.02203 -0.010954 -0.00219 -0.025518 -0.044529 -0.036964 -0.021175 0.031442 -0.04044 0.041147 -0.018091 0.025467 -0.061776 -0.022374 -0.005184 0.049078 -0.004554 0.00226 0.049903 0.032964 -0.051765 -0.061035 0.082082 0.036727 0.013577 -0.047252 0.000142 0.035364 0.068875 0.00268 -0.009658 0.00521 0.028027 -0.019082 0.005497 -0.007388 -0.054028 -0.002989 0.051779 0.020829 -0.021999 0.002775 0.02203 -0.001384 0.027813 0.025392 -0.050145 -0.055717 -0.023711 0.048446 -0.026627 -0.02679 -0.021118 -0.032834 -0.018685 -0.006265 0.0197 -0.004001 -0.003393 -0.010181 -0.005069 -0.021039 -0.009055 0.018129 -0.073371 0.008991 0.015547 0.008498 -0.048816 -0.032434 0.002093 0.064789 -0.001178 0.006795 0.005528 -0.015607 -0.038131 -0.056251 0.02642 0.047127 0.028237 0.021097 0.008953 -0.037372 0.009647 0.073307 -0.026813 -0.020861 -0.017916 0.003248 -0.018639 0.062856 0.037155 -0.018975 0.030599 0.009861 0.007553 0.001954 -0.026025 0.053344 -0.045809 0.011229 -0.003558 0.046962 0.026 -0.033022 0.015647 -0.000402 0.040766 0.014343 -0.041927 0.023325 -0.020093 -0.072928 0.0474 0.027853 0.001814 0.01767 -0.05546 0.018844 0.001439 0.004982 0.046934 0.003984 0.028546 0.059007 0.035684 0.017336 0.007035 -0.059192 -0.032706 -0.028585 -0.037657 0.029583 -0.037842 -0.018119 0.004455 -0.022725 0.027423 -0.030613 -0.039699 -0.005592 -0.032327 0.007877 0.011321 0.032774 0.033271 -0.002632 0.014012 -0.003599 0.020614 0.003193 -0.014377 0.011409 0.084849 -0.039657 -0.017863 -0.031361 0.02269 0.016867 -0.044555 0.000749 0.041458 -0.022308 -0.02312 -0.021667 0.023333 -0.062739 0.02285 -0.088064 0.014494 0.009166 0.010634 -0.002693 0.041214 -0.00476\nч 0.039431 0.003991 -0.051368 0.021069 0.014883 0.035489 0.005266 -0.001765 -0.017869 -0.033206 0.040434 0.01156 -0.011647 -0.029029 0.038531 -0.012054 0.007154 -0.025509 -0.013097 -0.046864 -0.01534 0.001639 0.00638 0.014543 0.004572 0.023095 -0.008058 -0.010343 -0.017812 -0.029311 0.020826 -0.037385 -0.016815 -0.039687 0.011255 0.014522 -0.044596 0.042983 0.005822 0.020571 -0.03615 0.012559 0.004547 0.00234 -0.032288 -0.027198 0.037681 -0.003068 -0.005859 0.02047 0.011648 0.056389 0.03335 -0.036048 0.044118 0.012002 -0.003262 0.024472 -0.010601 0.029635 -0.03262 -0.027322 -0.008579 -0.016274 0.01974 0.023034 0.037516 -0.014316 0.030988 0.018177 -0.053598 -0.008409 0.021977 0.014346 -0.053594 0.003094 -0.033995 0.032234 -0.032712 -0.014172 0.014779 -0.001049 0.002131 0.021945 -0.023753 -0.0556 0.00271 -0.001141 -0.024797 -0.005272 -0.00941 0.025163 0.010331 -0.017257 0.017866 -0.006872 0.001323 -0.041487 -0.003099 -0.006919 -0.019151 -0.00164 -0.00235 -0.032154 0.017623 -7.8e-05 -0.016406 0.011333 0.038409 -0.004422 0.049545 0.024524 0.020325 -0.012919 0.012605 0.005545 -0.016186 0.001648 -0.014294 -0.042599 0.02397 0.004869 0.041734 0.027215 0.031448 0.009329 -0.013007 -0.023184 -0.01236 -0.018127 -0.018076 -0.005028 -0.013593 0.027476 -0.022842 0.013399 -0.029517 0.006465 0.009657 0.044514 -0.002113 -0.013532 0.014053 0.028396 -0.034193 -0.051716 0.047054 0.0089 0.003274 -0.042378 0.006171 0.002106 0.034068 0.030689 -0.007447 0.002754 -0.000731 -0.022327 0.017083 -0.022059 -0.01987 0.018129 0.020851 0.016591 -0.017119 -0.009041 0.021584 -0.023364 0.018337 0.022597 -0.028821 -0.026444 -0.011933 0.036565 -0.020335 -0.031352 -0.008307 -0.00607 -0.038869 -0.026652 0.035935 -0.010908 0.005369 -0.011935 -0.008053 -0.018189 0.003454 0.020443 -0.062471 0.005586 0.025485 0.027976 -0.028875 -0.03964 0.006982 0.040879 -0.015178 0.019669 0.003884 0.004525 -0.041895 -0.037916 0.015335 0.027517 0.018328 0.017667 0.008493 -0.01317 -0.003015 0.040286 -0.027209 -0.006005 -0.009088 0.019181 -0.00318 0.071982 0.005764 -0.024929 0.008125 -0.00843 -0.010005 0.009564 -0.009294 0.007371 -0.018735 -0.008808 0.000374 0.021489 -0.011383 -0.028531 -0.007267 0.001288 -0.006912 -0.028809 -0.041341 -0.003922 -0.007482 -0.039957 0.03102 0.025653 0.003886 0.022059 -0.026161 0.01549 0.007621 -0.010833 0.047367 -0.007753 0.046816 0.055466 0.033264 0.007167 0.005357 -0.046159 -0.042765 -0.021738 -0.003429 0.024762 -0.02852 -0.012061 0.00439 -0.012401 0.029661 -0.028265 -0.027582 -0.022595 -0.034684 -0.018773 0.0083 -0.000757 0.014808 -0.002346 0.008468 -0.007188 0.014667 0.008135 0.002777 0.012539 0.03996 -0.053178 -0.001494 -0.024384 0.015402 0.015259 -0.021781 -0.001461 0.020547 -0.012947 -0.020016 -0.017923 0.008588 -0.042019 0.008956 -0.065022 -0.012051 0.0134 0.013467 0.016669 0.018848 0.004357\nˈ 0.009462 0.00148 -0.038571 0.017364 0.011896 0.036735 0.019225 -0.003754 -0.015728 -0.024381 0.043292 0.009929 -0.010912 -0.015783 0.032234 -0.004162 0.003528 -0.022997 0.00173 -0.036796 -0.014159 -0.001424 -0.014904 0.013769 0.006129 0.010318 -0.014245 -0.000931 -0.014654 -0.035191 0.034661 -0.027951 -0.021077 -0.018475 5.4e-05 0.009446 -0.025232 0.03757 0.012305 0.011903 -0.037919 0.024661 0.006824 0.01324 -0.011515 -0.01613 0.027944 0.006319 -0.000785 0.006962 0.001905 0.050829 0.02676 -0.031775 0.036514 0.011421 0.003065 0.027171 -0.012763 0.024683 -0.029752 -0.025048 -0.016289 -0.009654 0.007694 0.020801 0.044681 -0.024743 0.024986 0.024765 -0.037017 -0.007485 0.011814 0.018344 -0.039299 -0.006225 -0.01298 0.012938 -0.024349 -0.009712 0.017822 -0.007215 -0.004191 0.015234 -0.020941 -0.056359 0.01044 -0.008636 -0.004824 0.011622 -0.006587 0.015572 0.004106 -0.006623 0.008235 -0.019401 0.005023 -0.037871 -0.016297 -0.010116 -0.02635 -0.006561 -0.010406 -0.024919 0.010686 -0.00965 -0.01946 0.006875 0.016284 -0.007692 0.053133 0.010855 0.02313 -0.001654 0.011026 -0.005363 -0.021508 -0.005096 -0.021235 -0.031683 0.029864 -0.000471 0.029061 0.014551 0.022668 0.00218 0.006093 -0.002319 -0.016429 -0.012226 0.001736 0.01114 -0.01557 0.033283 -0.008433 0.01444 -0.030332 0.01103 0.005109 0.041446 -0.001325 -0.002761 0.013262 0.015459 -0.026872 -0.048336 0.040626 0.00125 0.009654 -0.049662 0.014205 0.011999 0.035769 0.01927 -0.003683 -0.002638 -0.004701 -0.026322 0.013029 -0.006451 -0.021059 0.007733 0.031968 0.004354 -0.015476 -0.017159 0.018362 -0.014322 0.013467 0.037045 -0.032371 -0.023462 -0.010659 0.01851 -0.0034 -0.021225 -0.001296 -0.013965 -0.034763 -0.006436 0.033188 -0.008557 0.004776 -0.003764 -0.01298 -0.020723 -0.00678 0.010994 -0.036025 0.001296 0.018056 0.022165 -0.030482 -0.0341 0.001936 0.038957 -0.022301 0.012447 0.003416 -0.002424 -0.032788 -0.023146 0.021153 0.020646 0.019269 0.000616 -2.8e-05 -0.029043 -0.005422 0.032708 -0.021713 0.001232 -0.005421 0.023875 0.001329 0.041692 0.003639 -0.012936 0.014886 -0.000124 -0.010286 -0.006949 -0.002096 0.0133 -0.024793 0.005308 -0.003857 0.00914 0.014355 -0.020192 -0.009581 0.005747 0.001082 -0.030439 -0.021628 0.007942 -0.013074 -0.024874 0.021093 0.015016 0.003432 0.025372 -0.020708 0.012642 -0.001397 -0.009678 0.027912 0.014499 0.033318 0.044901 0.013038 0.009226 -0.01158 -0.032405 -0.029555 -0.016304 -0.014018 0.008659 -0.024356 -0.011994 0.007386 -0.010356 0.018782 -0.013393 -0.013208 -0.012687 -0.027165 0.002244 -0.002853 0.008378 0.002933 -0.010375 0.014399 0.000475 0.014273 -0.00058 0.007941 0.014096 0.033479 -0.036131 -0.002107 -0.002668 0.012568 0.020691 -0.002886 -0.007598 0.020232 -0.01025 -0.020742 -0.019721 0.004772 -0.033873 0.007479 -0.048439 -0.011353 0.002687 0.009216 0.003717 0.003107 -0.019597\nṋ 0.042003 -0.01756 -0.088473 0.054656 0.002275 0.018179 0.021681 -0.010895 -0.024679 0.001966 0.044232 0.019889 -0.02882 -0.03185 0.064072 -0.020357 0.015683 -0.040751 -0.007801 -0.033128 -0.036493 0.00214 0.020573 0.02777 0.015771 -0.000969 -0.029086 -0.024157 -0.045918 -0.015462 0.031656 -0.060116 -0.033922 -0.054175 0.021676 0.011231 -0.087243 0.061416 0.004184 0.052393 -0.031597 0.012177 -0.036182 0.014943 -0.070788 -0.027201 0.059237 -0.015823 0.029588 0.064215 0.013716 0.087737 0.047605 -0.028202 0.043735 0.041874 0.004813 0.032938 -0.023423 0.047033 0.001669 -0.034925 -0.037557 -0.035891 0.022171 0.000542 0.040342 -0.041595 0.052704 0.040054 -0.063863 -0.025016 0.016252 0.038081 -0.085638 0.020822 -0.029426 0.04427 -0.00427 -0.044058 -0.004593 0.009356 0.023365 0.037125 -0.026709 -0.096265 -0.011989 -0.036531 -0.033111 -0.024839 0.014432 0.001106 0.036403 -0.005257 0.015054 -0.020216 0.031127 -0.053585 -0.006998 -0.008009 -0.029182 -0.023196 -0.034972 -0.046162 0.013409 0.020567 -0.011228 0.017916 0.043168 -0.040411 0.063101 0.015781 0.031869 -0.046068 0.025853 -0.017883 -0.014186 0.002576 0.006524 -0.070826 0.038036 0.011266 0.05951 -0.002964 0.065821 0.022359 -0.034949 -0.037291 -0.007444 -0.01129 -0.021829 -0.01003 -0.02701 0.034539 -0.019751 0.022977 -0.025047 -0.049787 -0.014483 0.075123 -0.018799 0.000177 0.050092 0.035215 -0.05395 -0.066396 0.066755 0.003371 0.009404 -0.065197 0.02674 -0.012424 0.019191 0.074955 -0.016329 0.023616 -0.026494 -0.042365 0.048629 -0.047917 -0.014746 -0.001243 0.028141 0.04937 -0.015902 0.001861 0.017544 -0.013198 0.033621 0.047574 -0.062236 -0.041137 -0.006982 0.062177 -0.028455 -0.050035 0.001797 -0.014003 -0.029048 -0.028686 0.02044 -0.018172 -0.003905 -0.000731 0.010094 -0.006409 0.003546 0.032759 -0.109437 0.010406 0.028714 0.051507 -0.060514 -0.039505 -0.027024 0.071048 -0.002799 0.018962 0.019484 0.011881 -0.043761 -0.02668 0.057694 0.052707 0.009458 0.031062 0.013471 -0.031577 -0.00069 0.084136 -0.011169 0.034601 0.013783 -0.001131 -0.01107 0.097187 -0.044379 -0.046894 0.023255 -0.020984 -0.047034 0.017597 -0.019391 -0.000107 -0.026225 -0.001091 -0.008743 0.036901 -0.001934 -0.031294 -0.038814 -0.00069 0.013667 -0.037217 -0.049092 -0.0103 -0.033752 -0.016916 0.012351 0.04244 0.027184 0.030437 -0.042808 0.014859 0.02229 -0.000894 0.097951 -0.018669 0.044451 0.078102 0.029089 -0.021629 0.007035 -0.062899 -0.077383 -0.020588 0.003887 0.017326 -0.045426 -0.012511 -0.001831 -0.042816 0.022238 -0.039013 -0.049322 -0.028123 -0.049573 -0.025311 0.010505 -0.014338 0.015301 0.025441 0.001818 0.006803 -0.006275 -0.014219 -0.005065 0.008953 0.028135 -0.077969 -0.000504 -0.019059 -0.001915 0.014623 -0.041614 0.011917 0.038725 -0.02031 -0.019252 -0.03972 0.022389 -0.05667 0.02285 -0.105127 0.0094 -0.010746 0.02657 0.026627 0.000777 0.028466\nე 0.032428 -0.007448 -0.024142 0.002772 0.000937 0.024254 -0.002012 -0.006891 -0.015004 -0.02202 0.026932 0.002982 -0.009584 -0.01621 0.019352 -0.007743 0.010031 -0.012775 -0.004712 -0.023974 0.000357 0.002973 0.000243 0.008529 -0.000601 0.012829 -0.00726 -0.009393 -0.014941 -0.014518 0.013056 -0.027954 -0.012255 -0.02753 0.016452 0.009351 -0.024274 0.030815 0.003705 0.006711 -0.013559 0.00911 0.005072 -0.003334 -0.020787 0.000973 0.018115 -0.000593 -0.004933 0.001195 0.007929 0.028259 0.014576 -0.021517 0.020058 0.005171 0.005545 0.015999 -0.012941 0.016701 -0.023233 -0.012638 -0.002598 -0.010387 0.011425 0.013773 0.02069 -0.002068 0.016147 0.005083 -0.032157 -0.002143 0.008589 0.009277 -0.034375 -0.003102 -0.014648 0.014786 -0.02334 -0.008424 0.006136 -0.005748 -0.01436 0.005197 -0.015239 -0.029185 -0.002252 0.011305 -0.011953 -0.003868 -0.004194 0.015513 0.002255 -0.004634 0.017932 -0.006919 -0.006361 -0.019357 -0.001676 0.001933 -0.018736 0.000744 -0.002664 -0.02002 0.00231 -0.01095 -0.011524 0.00855 0.037579 -0.006784 0.027997 0.019356 0.014482 -0.010215 0.003803 -0.002317 -0.000677 -0.00294 -0.015864 -0.032113 0.024363 0.005583 0.021721 0.017235 0.024367 0.005824 0.002361 -0.01076 0.002445 -0.007334 -0.0038 0.005539 -0.000785 0.025147 -0.008019 0.004277 -0.009989 0.004476 0.017904 0.029689 0.003556 -0.006537 -0.005331 0.023841 -0.027703 -0.035952 0.027564 0.012983 0.002838 -0.035594 -0.000318 -0.001583 0.016219 0.002226 -0.002926 0.002723 0.006218 -0.016119 0.009582 -0.012587 -0.018619 0.007984 0.006543 0.016732 -0.008244 -0.006122 0.003089 -0.025862 0.011078 0.010661 -0.012809 -0.014057 0.003356 0.024231 -0.010798 -0.01688 -0.007611 -0.01435 -0.024108 -0.002199 0.016053 -0.005166 -0.005535 -0.013422 -0.007347 -0.018599 0.00493 0.015576 -0.033458 -0.008352 0.019269 0.016847 -0.020635 -0.022853 0.002065 0.031642 -0.005496 0.012971 0.002434 0.000617 -0.019651 -0.011409 0.013506 0.011168 0.010877 0.006885 0.005758 -0.004333 0.003133 0.021576 -0.016292 -2e-06 -0.004 0.008601 -0.00047 0.040396 8.4e-05 -0.016322 0.007183 0.004036 0.001594 0.01008 -0.004536 0.011723 -0.007746 -0.009696 0.004833 0.014446 -0.005837 -0.014267 -0.000829 -0.002591 -0.000921 -0.019605 -0.028209 -0.00591 0.001117 -0.028926 0.013797 0.004605 0.005861 0.007086 -0.017065 0.005221 -0.000766 0.009826 0.013142 -0.003844 0.026867 0.027057 0.01513 0.008194 0.003595 -0.021456 -0.015946 -0.015203 -0.00807 0.010855 -0.018617 -0.00658 0.004032 -0.00927 0.012655 -0.024248 -0.017346 -0.014165 -0.019638 -0.022023 -0.001529 -0.00587 0.007868 0.003762 0.004748 -0.005504 0.004256 -0.009328 -0.00109 0.003388 0.035132 -0.032017 -0.004676 -0.017849 0.018251 0.003794 -0.014708 -0.008684 0.01369 0.005313 -0.008855 0.002831 -0.001481 -0.034189 -0.004716 -0.040089 -0.010804 0.006763 0.006159 0.012551 0.004489 0.002368\n_ 0.029573 0.000758 -0.046818 0.027962 0.018086 0.027299 0.01197 -0.005702 -0.024787 -0.022214 0.034292 -0.003272 -0.006858 -0.014215 0.018613 -0.006131 0.009182 -0.025779 -0.006447 -0.029722 -0.020381 0.004224 -0.002174 0.014116 -0.004313 0.023292 -0.000738 -0.001435 0.002568 -0.018167 0.014054 -0.026478 -0.001992 -0.027199 0.01396 0.006956 -0.038638 0.028257 0.002639 0.024309 -0.01782 0.00972 -0.0065 -0.002443 -0.023569 -0.029805 0.03504 -0.002262 0.004113 0.023557 0.00954 0.044546 0.028277 -0.028655 0.044972 0.008151 -0.008831 0.02863 -0.015954 0.017582 -0.020559 -0.028752 -0.009875 -0.008119 0.011269 0.012312 0.033893 -0.013507 0.02944 0.010612 -0.034673 -0.008102 0.02388 0.01451 -0.043391 0.012297 -0.012724 0.02576 -0.01546 -0.01268 0.01043 -0.00217 0.001554 0.0268 -0.023688 -0.045699 -0.005131 -0.011064 -0.011513 -0.011366 -0.000417 0.030441 -0.006441 -0.014524 0.002604 -0.006578 -0.000859 -0.025985 -0.003866 -0.006081 -0.012433 0.003719 -0.00195 -0.014459 0.013887 -0.006257 -0.014332 0.003021 0.037321 0.000518 0.027989 0.01647 0.01363 -0.008901 0.011352 0.004073 -0.013234 -0.000451 -0.008469 -0.038058 0.008923 -0.004281 0.040532 0.019738 0.026395 0.011041 -0.011562 -0.013408 -0.00459 -0.008284 -0.012574 -0.008925 -0.02079 0.018158 -0.01737 0.016001 -0.02325 0.010083 0.005042 0.039344 -0.00503 -0.004207 0.023493 0.023553 -0.029774 -0.0332 0.037977 -0.00135 -0.001278 -0.035106 0.001568 0.005931 0.025585 0.024296 -0.002635 0.010059 0.003159 -0.015951 0.003263 -0.022895 -0.011766 0.014079 0.01856 0.005033 -0.012445 -0.006832 0.016902 -0.018933 0.017122 0.022845 -0.029175 -0.021826 -0.009748 0.02323 -0.022748 -0.017187 -0.001624 0.003413 -0.023129 -0.023588 0.031669 -0.004319 -0.001008 -0.010316 -0.006385 -0.00901 -0.000825 0.0108 -0.05513 -0.01041 0.009987 0.020853 -0.030249 -0.030655 -0.010555 0.034229 -0.004913 0.006759 0.004755 5.2e-05 -0.040069 -0.029724 0.011425 0.022916 0.01944 0.004984 0.010217 -0.00839 -0.008692 0.027884 -0.030408 0.00493 0.000863 0.016393 0.004952 0.049772 0.008605 -0.023631 0.006384 0.006983 0.008895 0.012476 -0.002065 -0.004862 -0.014759 -0.004279 0.009731 0.012463 -0.009234 -0.017665 -0.000129 -0.004456 -0.012452 -0.031448 -0.033101 0.007352 -0.009159 -0.038267 0.021817 0.017296 -0.000744 0.030723 -0.012805 0.009938 0.005712 -0.012517 0.031461 -0.00089 0.030717 0.049023 0.013519 0.006607 0.006573 -0.040222 -0.027109 -0.013772 -0.005403 0.018925 -0.016964 -0.027704 0.01048 -0.001552 0.017465 -0.024992 -0.026591 -0.019838 -0.018256 -0.008322 0.001341 -0.000591 0.009352 -0.004786 0.007356 -0.001088 0.01389 -0.002581 0.003779 0.022294 0.031255 -0.041634 -0.000342 -0.010598 0.005885 0.015473 -0.026182 -0.001953 0.002805 -0.004752 -0.027676 -0.009803 0.009244 -0.032867 0.011256 -0.049452 -0.012839 0.0096 0.012481 0.008327 0.033591 -0.003799\nየ 0.07593 -0.00313 -0.082974 0.036579 0.040135 0.092184 0.021315 0.016992 -0.041168 -0.072072 0.064725 0.036202 0.006811 -0.042509 0.06672 -0.03007 0.016083 -0.068956 -0.004402 -0.073362 -0.020328 -0.004636 -0.014223 -0.007121 -0.010875 0.080524 -0.034836 -0.001633 -0.01929 -0.057569 0.024517 -0.060906 -0.049098 -0.11254 0.023287 0.019364 -0.099981 0.070963 0.031976 0.050976 -0.031468 -0.032558 -0.002683 -0.006891 -0.068223 -0.063499 0.093524 -0.018104 -0.034847 0.076255 0.002774 0.139826 0.074476 -0.081155 0.117046 0.01154 -0.019938 0.076766 -0.027645 0.057582 -0.057188 -0.061953 -0.037599 -0.032445 0.053615 0.028703 0.056879 -0.025882 0.068349 0.015585 -0.076725 0.015051 0.026624 0.016866 -0.08499 0.033067 -0.067172 0.045027 -0.066971 -0.020661 0.014467 -0.004806 -0.02064 0.057037 -0.039681 -0.121031 0.014598 0.020884 -0.0384 -0.018709 -0.037188 0.024413 0.011184 -0.036087 0.019286 -0.020213 -0.012918 -0.068824 0.010839 -0.040958 -0.028275 0.002812 0.019743 -0.055533 0.027284 0.001843 -0.007593 0.038591 0.074832 -0.016342 0.066278 0.03978 0.054571 -0.040298 0.051318 0.029389 -0.034869 -0.008859 -0.039495 -0.062165 0.029567 0.017562 0.074132 0.034138 0.066107 0.002295 -0.045287 -0.028586 -0.025145 -0.03494 -0.07057 -0.021246 -0.040248 0.050515 -0.05411 0.033541 -0.035736 0.013986 0.009077 0.104608 -0.014947 -0.035621 -0.014987 0.053448 -0.074024 -0.09849 0.074869 -0.036328 -0.012229 -0.077549 -0.010688 0.03025 0.069454 0.108085 -0.0072 0.023344 0.001734 -0.026419 0.051989 -0.048693 -0.027185 0.044019 0.023795 0.013679 -0.025769 -0.037227 0.040057 -0.025433 0.050802 0.042239 -0.048109 -0.049024 -0.006588 0.09975 -0.026478 -0.049611 -0.021452 0.004592 -0.066165 -0.0455 0.06746 -0.021691 0.008288 -0.031353 -0.0031 -0.038856 0.036024 0.046951 -0.136642 0.001112 0.005852 0.04868 -0.046034 -0.094328 0.029964 0.098447 -0.067882 0.012749 0.004025 -0.011016 -0.083705 -0.066014 0.042609 0.094322 0.02585 0.037535 0.059665 0.003839 -0.019005 0.076479 -0.078069 -0.027729 -0.014479 0.034031 -0.006282 0.160848 -0.00328 -0.05398 -0.007714 0.001438 -0.036201 0.008188 -0.014869 -0.018698 -0.080378 -0.011344 -0.02469 0.036502 -0.064291 -0.049626 -0.010053 -0.010031 -0.015951 -0.048117 -0.079423 -0.027935 -0.032272 -0.033699 0.08425 0.060714 0.003827 0.073528 -0.027221 0.033925 -0.008007 -0.055148 0.093067 -0.009561 0.089231 0.095791 0.083784 0.013621 -0.00462 -0.098838 -0.060782 -0.026912 -0.009213 0.069622 -0.04232 -0.02683 0.010315 -0.018112 0.06735 -0.038846 -0.064843 -0.030947 -0.076136 -0.0633 0.011758 -0.033517 0.054761 -0.021336 0.011442 -0.016118 0.018523 0.034449 -0.004497 0.040701 0.093508 -0.129982 -0.047895 -0.045411 0.033134 0.041749 -0.071254 0.014819 0.038979 -0.02839 -0.042632 -0.015788 0.020787 -0.088441 0.049746 -0.144395 -0.026454 0.004926 0.05971 0.046863 0.054885 0.017735\n۰ 0.040842 0.001703 -0.084532 0.041719 0.013764 0.049841 0.026337 -0.005544 -0.022668 -0.039321 0.042982 0.015374 -0.018739 -0.036579 0.012538 -0.043645 -0.002849 -0.043712 0.004494 -0.088644 -0.040217 0.038693 0.015994 0.018181 0.027655 0.002091 -0.015992 -0.050109 -0.021592 -0.00812 0.049778 -0.028658 -0.017734 -0.039109 0.00677 0.049607 -0.050877 0.062434 -0.021212 0.013689 -0.037418 0.0216 -0.008197 0.010152 -0.033842 -0.025529 0.041289 0.052251 0.009933 0.03321 0.049029 0.077011 0.03656 -0.037213 0.077191 0.007544 0.011825 0.037176 0.000769 0.036572 -0.060182 -0.0254 -0.00961 -0.023073 0.006519 0.062643 0.059394 0.002041 0.034946 0.041777 -0.06614 -0.005006 -0.000866 0.013055 -0.077919 -0.013864 -0.028849 0.047976 -0.011726 -0.028902 0.006386 0.028253 -0.061725 0.03538 -0.000299 -0.068302 0.031158 0.005914 -0.051746 -0.024208 -0.000929 0.034761 -0.01346 -0.02855 -0.004243 0.027106 -0.006808 -0.071487 -0.026711 -0.029689 -0.007228 -0.025472 -0.00204 -0.044883 0.053583 0.008915 -0.024059 -0.001034 0.062144 -0.011095 0.098684 0.057702 -0.00366 -0.027471 0.025918 0.012275 -0.005695 -0.009326 0.005926 -0.074596 0.0184 -0.01408 0.028055 0.041968 0.043686 0.011847 -0.024805 -0.024513 -0.02426 0.003712 -0.037472 0.015539 -0.037511 0.07547 0.009307 0.041628 -0.068264 -0.007179 0.018096 0.066539 -0.015875 -0.013133 0.01064 0.031638 -0.035425 -0.04949 0.014823 0.010548 0.035871 -0.065887 0.002492 -0.031807 0.097268 0.017692 0.010935 0.012603 -0.001839 -0.059314 0.03273 -0.033522 -0.051121 -0.005213 0.066805 -0.003649 -0.037311 -0.016711 0.050218 -0.033726 0.037338 -0.013436 -0.042543 -0.032924 -0.01567 0.040893 -0.048409 -0.03481 -0.047255 -0.027185 -0.035453 -0.026211 0.05828 0.024799 0.023702 -0.007892 -0.022747 0.003715 -0.006387 0.011174 -0.098096 0.005323 0.003568 0.003951 -0.085121 -0.051187 -0.004851 0.064781 0.010281 0.014575 -0.022984 0.019623 -0.06973 -0.017671 0.00771 0.01339 0.035165 0.015553 -0.018115 0.00312 -0.030683 0.052898 -0.039389 -0.016211 -0.030763 0.036409 0.004297 0.114127 0.039263 -0.00088 -0.008596 -0.030128 -0.003687 0.021548 0.011651 -0.021368 -0.045899 0.007325 -0.000831 -0.013903 -0.001713 -0.041272 0.001072 -0.004811 -0.008954 -0.04177 -0.036206 -0.041885 -0.024018 -0.072338 0.062401 0.029374 -0.012922 0.046373 -0.052669 0.002337 -0.037355 -0.002024 0.044561 -0.036363 0.04483 0.076388 0.06889 -0.000113 0.002488 -0.097145 -0.067288 -0.006503 0.002658 -0.002497 -0.018987 -0.035903 0.032838 -0.005378 0.045406 -0.057251 -0.022639 -0.062279 -0.078392 -0.009246 0.020075 -0.005448 0.041251 0.010224 -0.000145 -0.021397 0.045786 -0.008023 -0.018384 0.020029 0.065086 -0.045628 -0.014419 0.007668 -0.006565 0.005283 -0.020495 0.013587 -0.021593 -0.04147 -0.024705 -0.017202 0.031475 -0.080976 0.013367 -0.110116 0.01709 0.00728 -0.002071 -0.009316 -0.004884 0.021761\nɳ -0.014139 0.018909 0.028017 8.1e-05 0.000867 0.016425 0.043504 0.001363 -0.039419 -0.021542 0.05726 0.013666 -0.035592 0.008024 0.063294 -0.020125 -0.002655 -0.020263 0.009338 -0.037349 -0.006191 -0.015637 -0.070481 -0.007254 -0.007498 -0.022555 -0.018114 -0.029995 0.011674 -0.032677 0.033477 -0.037924 -0.004152 -0.014885 0.005258 0.028251 -0.025095 0.051345 0.017482 -0.014693 -0.033673 0.053071 0.009273 0.030664 0.01405 0.009037 0.008132 0.027942 -0.009799 -0.021202 0.029163 0.048523 -0.005927 -0.030889 0.036678 -0.009242 0.017849 0.037772 -0.004381 -0.003636 -0.057587 -0.022883 -0.008587 0.027722 -0.018966 0.025218 0.051376 -0.052972 0.012544 0.04641 -0.047541 -0.028845 -0.009163 0.020749 -0.005675 -0.019718 0.017065 0.006488 -0.002612 -0.001278 0.024202 -0.022093 -0.01301 0.026799 -0.025953 -0.07659 0.035424 0.003481 0.011542 0.032204 0.010928 0.019526 0.017854 0.028486 -0.002386 -0.044837 -0.007535 -0.040805 -0.054993 -0.025132 -0.055501 0.005937 -0.005214 -0.02392 0.013076 -0.002107 -0.0031 -0.015137 -0.00752 -0.005022 0.087183 0.001298 0.029329 0.029879 0.009267 -0.014843 -0.022842 -0.025854 -0.041121 -0.00449 0.035794 -0.012262 0.01254 0.000795 0.012887 -0.008671 0.026545 0.043233 -0.026601 0.029719 0.052351 0.03118 0.016759 0.044097 0.001678 0.023623 -0.02959 0.043652 0.022774 0.033645 0.006636 -0.002407 0.008653 0.02325 -0.003389 -0.045541 0.01565 -0.030334 0.015266 -0.048111 0.040777 7.3e-05 0.032919 0.042295 0.019558 0.009365 -0.036779 -0.038352 0.023192 -0.007434 -0.045674 0.030106 0.049716 -0.027012 -0.006555 -0.016464 0.027393 -0.008444 0.006751 0.049598 -0.0091 -0.020254 0.002207 -0.004698 0.041144 -0.009257 -0.006067 -0.002889 -0.058423 0.012629 0.039767 -0.007373 0.013014 0.006499 -0.055367 -0.058472 -0.019305 0.030048 0.023659 0.01366 0.016896 0.028152 -0.048169 -0.057692 -0.006394 0.018624 -0.019202 0.016799 0.015584 -0.02698 -0.018737 -0.011992 0.019384 0.052464 0.024895 -0.027439 -0.011046 -0.042884 -0.024563 0.008465 -0.01146 -0.009856 -0.016421 0.035867 0.009566 0.004166 -0.024829 -0.010193 0.016436 0.001246 -0.025584 -0.038834 0.018722 -0.002626 -0.039392 0.013971 -0.015492 -0.002228 0.033093 -0.009919 -0.041855 0.00673 -0.044191 -0.041772 -0.019099 -0.024285 -0.019698 0.01161 -0.008572 0.004187 0.019258 0.034352 -0.0075 0.030588 -0.013114 -0.02713 0.003075 0.049705 0.012474 0.041187 0.009868 -0.006418 -0.060383 0.000973 -0.009109 -0.010726 0.001448 0.001804 -0.019945 0.015248 0.000397 -0.027839 0.001078 0.002459 -0.000192 -0.012143 -0.050278 0.011304 -0.003902 0.026202 -0.014767 -0.021272 0.006385 -0.002773 0.023522 -0.004763 0.015663 0.004669 0.014975 -0.026595 0.02026 0.027555 0.016507 0.019986 0.041915 -0.013854 0.021538 -0.005113 -0.018469 -0.015196 0.005712 -0.022318 -0.011311 -0.0324 -0.062578 0.0244 0.002746 0.002968 -0.020597 -0.059505\nײ 0.053424 0.009909 -0.06864 0.046254 0.025952 0.054815 0.009018 0.003368 -0.042187 -0.04225 0.049891 0.017181 -0.013031 -0.035639 0.052451 -0.001419 0.013865 -0.051963 -0.015071 -0.058847 -0.029707 0.001551 0.005652 0.018568 0.005926 0.028231 -0.013836 -0.012675 -0.024799 -0.037894 0.026745 -0.042188 -0.035254 -0.06548 0.018208 0.018075 -0.05943 0.073253 0.010352 0.033743 -0.032818 0.023047 -0.007395 -0.003981 -0.042672 -0.038561 0.055438 -0.001929 -0.001219 0.037649 0.008307 0.087585 0.051963 -0.05208 0.064165 0.00961 -0.005931 0.030535 -0.021352 0.049225 -0.037522 -0.047797 -0.023047 -0.027398 0.029941 0.03138 0.06709 -0.021933 0.044849 0.02069 -0.06244 -0.007768 0.035331 0.014521 -0.069565 0.012104 -0.042742 0.046753 -0.037423 -0.033918 0.021514 -0.003189 0.001194 0.03246 -0.032951 -0.089096 0.014853 -0.01016 -0.025024 -0.018474 -0.012393 0.038396 0.00514 -0.02945 0.017428 -0.015066 0.013403 -0.051726 -0.001164 -0.01255 -0.021179 -0.004482 -0.000947 -0.055484 0.015337 0.006155 -0.021471 0.012784 0.051514 0.004217 0.048807 0.021434 0.042524 -0.01938 0.007408 0.00862 -0.031155 -0.000207 -0.011223 -0.06671 0.031752 -0.006771 0.071916 0.024043 0.040817 0.013339 -0.020479 -0.032844 -0.027827 -0.022415 -0.028351 -0.002072 -0.029033 0.050547 -0.03409 0.029163 -0.043665 0.000508 0.006978 0.065383 -0.011282 -0.025836 0.026694 0.049275 -0.048769 -0.064152 0.067402 0.00492 1e-06 -0.059152 0.013923 0.016335 0.047928 0.048646 -0.011838 0.00123 -0.003454 -0.027695 0.020152 -0.030951 -0.019968 0.024148 0.0311 0.017407 -0.010406 -0.025457 0.030436 -0.035538 0.036551 0.038894 -0.040795 -0.037538 -0.014838 0.047906 -0.030183 -0.045222 -0.025269 -0.015809 -0.052417 -0.027263 0.0485 -0.007975 0.008485 -0.005356 -0.009337 -0.018624 0.008608 0.028562 -0.096727 0.003276 0.016007 0.037717 -0.053394 -0.06104 0.00628 0.068411 -0.028536 0.009442 0.001697 -0.003059 -0.051694 -0.044745 0.031267 0.037639 0.029123 0.036132 0.020197 -0.016898 -0.012607 0.056047 -0.047083 -0.003212 -0.013004 0.02248 -0.01146 0.114805 0.006898 -0.025934 -0.00318 -0.002252 -0.014621 0.018544 -0.015328 0.013092 -0.026312 -0.004775 -0.000691 0.027028 -0.016945 -0.028875 -0.005006 -0.000664 -0.005639 -0.028577 -0.051018 0.000323 -0.022755 -0.04429 0.048827 0.043639 0.012009 0.044021 -0.019468 0.015172 0.018028 -0.028947 0.065595 -0.004808 0.057443 0.086859 0.035089 0.018255 0.016436 -0.071656 -0.056056 -0.043044 0.001216 0.023642 -0.029489 -0.02285 0.013032 -0.023403 0.046739 -0.035535 -0.054667 -0.027575 -0.053924 -0.0198 0.015583 -0.001262 0.041144 0.003062 0.01493 -0.002572 0.02759 0.021981 -0.005059 0.021552 0.062012 -0.075563 -0.009678 -0.026218 0.020423 0.019989 -0.045941 0.011905 0.028311 -0.016764 -0.030538 -0.034678 0.02225 -0.066991 0.018679 -0.093215 -0.003916 0.004754 0.025248 0.026443 0.038988 0.007186\nŵ 0.027399 0.010859 0.007173 0.010083 0.006946 0.03382 -0.003945 0.00677 0.01586 -0.010745 0.039566 -0.013156 -0.009514 -0.028252 0.009036 0.012109 -0.007982 -0.003816 -0.016344 -0.042392 -0.017456 -0.009194 -0.019705 0.02482 0.002267 0.020429 0.002547 -0.006908 0.003745 -0.008089 0.00832 -0.038968 -0.024277 -0.02941 0.011005 0.010205 -0.022601 0.030956 0.000722 -0.01883 -0.024095 0.003226 -0.006108 -0.023842 -0.018876 0.000791 0.036157 -0.007194 0.020475 -0.006252 0.005215 0.014661 0.004372 -0.010608 0.039742 0.003914 -0.02368 0.022724 -0.00754 -0.004427 -0.01887 -0.010504 0.031128 0.00868 0.022829 0.00884 0.020818 -0.034306 0.017634 -0.004164 0.000492 0.001156 0.024459 -0.005699 -0.017137 -0.018954 -0.01121 0.022801 -0.041211 0.005252 0.000606 -0.017284 -0.013764 0.005774 -0.016456 0.018245 -0.013635 0.026425 -0.035556 0.0337 0.001399 0.025986 0.015913 -0.013627 0.005986 -0.011584 0.004301 -0.007755 0.013296 0.003837 -0.012306 -0.019805 -0.006438 -0.018337 0.010578 0.002148 -0.014037 0.007941 0.026065 -0.001916 0.035662 0.006353 0.013691 0.003035 -0.006367 -0.000759 0.006525 0.002817 -0.014943 -0.010832 0.002741 -0.002046 0.001955 0.025874 0.014718 -0.001087 -0.001536 -0.008851 0.007075 -0.028851 -0.008148 -0.000373 0.008865 0.031366 0.023252 0.001063 -1.9e-05 0.014898 0.001947 0.044444 0.001774 -0.005133 0.017929 -0.007378 -0.002763 -0.040198 0.021715 0.008783 0.003225 -0.049233 -0.024733 0.002867 0.01625 -0.006542 0.00933 0.017163 0.030284 -0.034117 -0.010002 -0.017276 -0.028262 -0.006965 0.016848 0.02308 -0.016265 0.029531 0.014704 -0.014875 0.011813 0.004795 -0.011114 -0.023963 -0.014204 0.026206 0.005613 -0.000885 -0.001888 -0.020675 -0.003261 -0.00739 0.018887 0.003083 -0.0169 -0.009833 -0.016384 -0.008189 0.006626 -0.010851 -0.00619 -0.006316 0.023118 0.022636 -0.034998 -0.009915 -0.007431 0.00334 -0.014589 0.007301 0.01767 0.010925 -0.008447 -0.024889 0.000163 0.033839 0.008192 -0.011323 0.019597 -0.001135 -0.006776 -0.006282 -0.005953 -0.004013 -0.017746 0.007929 -0.015754 0.044754 0.009852 -0.045467 -0.007735 0.011267 0.003688 0.016181 -0.040096 0.017796 -0.003469 -0.012161 0.008239 -0.004002 0.035057 0.012462 -0.013481 -0.005712 0.003499 0.003032 -0.000768 0.001682 -0.006685 -0.003408 0.005708 0.016635 0.006162 -0.004303 0.007982 0.001355 -0.008581 -0.009368 7.1e-05 -0.016928 -0.008784 0.016485 -0.00884 0.002041 -0.007065 -0.013577 -0.001179 -0.027101 -0.012018 0.000466 -0.00427 0.014531 0.008778 0.00382 0.00082 -0.019284 0.008408 -0.004657 -0.000817 -0.014212 0.015939 0.002712 0.026227 0.010906 -0.016352 -0.013774 0.009671 0.01529 0.002425 0.017281 0.00474 -0.021886 -0.000735 -0.020551 0.006 0.020231 -0.010484 -0.018762 -0.012049 0.00798 -0.031833 -0.011912 -0.001484 -0.008441 0.000779 -0.010193 -0.009193 0.031835 0.006686 -0.015409 0.007637 0.00548\nô 0.037667 -0.00063 -0.046116 0.02912 0.020321 0.029767 0.023929 -0.021498 -0.028117 -0.026803 0.040647 -0.023311 -0.015058 0.003576 0.010121 -0.002511 0.015214 -0.034409 -0.002316 -0.024853 -0.019625 0.004558 0.000542 0.02233 -0.021774 0.020504 0.005674 -0.001101 0.01358 -0.019118 0.021755 -0.025356 0.01034 -0.008697 0.024335 0.011192 -0.04007 0.024876 0.000696 0.030272 -0.013428 0.014344 -0.021987 -0.005991 -0.029176 -0.042972 0.039178 -0.004835 0.006501 0.025625 0.013372 0.047724 0.04202 -0.038174 0.055427 0.003388 -0.015391 0.027976 -0.006154 0.012676 -0.023877 -0.034869 -0.010267 0.002123 0.01067 0.008115 0.040988 -0.024136 0.035442 0.013196 -0.038517 -0.014241 0.034157 0.019916 -0.040763 0.026655 -0.002302 0.024662 -0.020729 -0.017607 0.016995 -0.005068 0.008454 0.036172 -0.022869 -0.052657 -0.013067 -0.017103 -0.008739 -0.022749 0.002119 0.035484 -0.010053 -0.013644 0.005729 -0.009735 -0.015984 -0.018898 -0.009027 -0.015338 -0.014091 0.022351 -0.004481 -0.012743 0.024955 -0.008255 -0.0127 -0.01301 0.050822 0.006984 0.028798 0.021105 0.002847 -0.014956 0.020284 -0.000153 -0.015672 -0.004117 -0.001974 -0.04348 0.005918 -0.00479 0.049358 0.026108 0.025025 0.011338 -0.0138 -0.016547 -0.014324 -0.005411 -0.005623 -0.000667 -0.018009 0.022304 -0.012339 0.014747 -0.031862 0.022251 0.012211 0.039853 -0.019185 -0.000356 0.02829 0.027939 -0.034397 -0.028958 0.044594 -0.007899 -0.013216 -0.038032 -0.003966 -0.001308 0.024402 0.024808 -0.009904 0.014435 0.006473 -0.016816 -0.010933 -0.026748 -0.001824 0.008842 0.013978 0.003968 -0.030918 -0.004183 0.020735 -0.029361 0.016369 0.0173 -0.037285 -0.027191 -0.012095 0.018611 -0.035075 -0.016171 0.013238 0.004921 -0.006284 -0.028229 0.039989 0.005512 6.3e-05 -0.005441 -0.012414 -0.000383 0.00918 0.013305 -0.052629 -0.020426 0.00632 0.02667 -0.03184 -0.020027 -0.025385 0.034942 0.002697 0.000922 0.007241 -0.000649 -0.052204 -0.034397 0.007499 0.032705 0.032231 -0.004984 0.009291 -0.010692 -0.013272 0.023603 -0.043268 0.006605 0.005473 0.010384 0.01432 0.04871 0.015264 -0.023578 0.011527 0.029265 0.029183 0.014918 0.000152 -0.024443 -0.014944 -0.014344 0.018051 0.004269 -0.00158 -0.010243 0.006658 -0.023701 -0.020727 -0.044171 -0.043346 0.018501 -0.014257 -0.046207 0.027711 0.009095 -0.003222 0.045266 -0.011989 0.013638 -0.000958 -0.010954 0.034016 0.005057 0.028976 0.054845 0.006495 0.014396 0.00783 -0.051121 -0.018899 -0.00518 -0.001312 0.021355 -0.012621 -0.043038 0.008311 0.009734 0.004584 -0.037323 -0.034881 -0.036323 -0.019961 -0.013289 -0.00396 0.000144 0.009954 -0.012134 0.00462 -0.00458 0.029732 -0.014492 0.008565 0.035164 0.0327 -0.047383 0.002215 -0.011176 0.006483 0.013289 -0.035625 0.002576 0.001586 0.004455 -0.039134 -0.000352 0.012615 -0.036415 0.018565 -0.043019 -0.012735 0.01341 0.012792 -0.004035 0.041898 -0.010805\nၿ 0.044744 -0.017483 -0.043663 0.006845 0.0181 0.036838 0.016547 -0.009789 -0.023814 -0.035739 0.028794 0.024542 -0.026692 -0.030902 0.060184 -0.013616 -0.001264 -0.012622 -0.017554 -0.055083 -0.011497 -0.008264 -0.019548 0.021966 0.01864 0.004002 -0.036994 -0.027231 -0.017247 -0.019186 0.00776 -0.033017 -0.038042 -0.050665 0.011591 0.025971 -0.054073 0.042139 0.016586 0.052408 -0.031361 0.01422 0.012991 -0.014115 -0.045849 -0.016265 0.038143 0.016593 0.001752 0.002907 0.027465 0.049548 0.03759 -0.056304 0.037569 0.017315 -0.016362 -0.001192 0.003743 0.022158 -0.064083 -0.025074 0.002132 -0.014547 0.028233 0.027848 0.039478 -0.005112 0.047216 0.019513 -0.052308 -0.011502 0.019776 0.027358 -0.058375 -0.012937 -0.023444 0.035529 -0.044763 -0.001306 0.007233 0.014657 0.005102 0.00113 -0.025875 -0.060251 0.001659 -0.000847 -0.037795 -0.002042 -0.025277 0.031658 0.022206 -0.019846 0.032871 -0.021267 -0.000611 -0.032987 -0.02738 0.010789 -0.046587 0.024713 0.016644 -0.038243 0.024558 0.001799 -0.005469 0.018286 0.046006 -0.015296 0.038898 0.046418 0.040345 -0.058824 0.047799 0.015834 -0.002607 -0.010476 -0.023939 -0.037755 0.025226 -0.002753 0.043933 0.050934 0.041253 0.007463 -0.029587 -0.01086 -0.003228 -0.054586 -0.022452 0.003307 -0.038017 0.017818 -0.002409 0.038293 -0.024705 -0.011697 0.006943 0.037527 -0.008811 -0.025123 0.028428 0.041223 -0.060241 -0.084551 0.0566 0.008654 -0.007231 -0.055742 -0.00814 0.014436 0.056596 0.045451 -0.015152 0.005597 0.001743 -0.035914 0.035028 -0.020609 -0.0211 0.016069 0.041193 0.048369 -0.017461 -0.023469 0.033976 -0.02816 0.027454 0.028003 -0.014697 -0.027138 -0.02747 0.036834 -0.031802 -0.036272 0.028097 -0.016221 -0.051487 -0.025516 0.003639 -0.031268 0.003899 -0.001819 0.002439 -0.024691 0.013656 0.045474 -0.05488 -0.007693 0.001722 0.034046 -0.062254 -0.045427 0.016045 0.059214 -0.008497 0.046025 -0.007985 -0.006494 -0.050426 -0.024103 -0.009062 0.06591 0.034073 0.048651 0.009064 -0.025549 -0.001135 0.070159 -0.039631 0.007735 -0.011241 0.012987 -0.003129 0.07919 -0.010777 -0.048453 -0.023678 -0.003409 -0.016751 0.015812 -0.003564 0.006052 -0.022258 -0.001268 -0.001212 0.04575 -0.006407 -0.047086 -0.020492 -0.010292 0.024114 -0.039658 -0.045867 -0.017681 0.001443 -0.044515 0.011644 0.026083 0.011655 0.071175 -0.036224 0.007902 0.008185 -0.004623 0.038551 0.007942 0.034177 0.047981 0.046177 -0.015608 0.001957 -0.053421 -0.026999 -0.012996 -0.020978 0.006487 -0.024415 0.01912 0.009193 -0.006218 0.034087 -0.019298 -0.065638 -0.025735 -0.058654 -0.039664 0.012834 -0.015333 -0.001848 0.029566 -0.018569 -0.00155 -0.006562 0.01006 -0.032429 0.011986 0.078061 -0.053654 -0.01668 -0.053393 0.003555 0.006729 -0.009222 -0.002089 0.017214 -0.002956 -0.004938 -0.020268 0.000277 -0.037467 0.014325 -0.099619 -0.028267 0.024221 -0.000754 0.058327 0.007296 0.01457\nກ 0.030776 -0.000609 -0.043333 0.026469 0.005421 0.035705 0.010304 0.000852 -0.017764 -0.026515 0.022819 0.006619 -0.010618 -0.020116 0.029173 -0.001291 0.009958 -0.023834 -0.006811 -0.037579 -0.017731 0.004545 0.008488 0.014368 0.002078 0.016952 -0.011417 -0.005469 -0.012897 -0.023564 0.020909 -0.028296 -0.022359 -0.037103 0.011077 0.010895 -0.030824 0.038075 0.00374 0.02352 -0.021534 0.011721 0.001088 -0.001024 -0.022208 -0.023058 0.031815 -0.002008 -0.001873 0.0177 0.005272 0.049808 0.032323 -0.028388 0.034916 0.008151 -0.002537 0.01969 -0.009365 0.023185 -0.027807 -0.02471 -0.010986 -0.017103 0.011888 0.022604 0.037146 -0.013332 0.034837 0.017136 -0.046101 -0.011348 0.015495 0.016769 -0.043476 0.001107 -0.026097 0.023513 -0.02977 -0.011694 0.015484 0.00184 0.002662 0.016419 -0.018045 -0.054471 0.008419 -0.010994 -0.018166 -0.006757 -0.005011 0.022331 0.008564 -0.015999 0.014041 -0.006822 0.002073 -0.041299 -4e-05 -0.003301 -0.021289 -0.000694 -0.003276 -0.02892 0.01101 -0.000232 -0.010322 0.003784 0.036414 -0.002902 0.042057 0.019265 0.02251 -0.012484 0.007548 0.002299 -0.009026 0.001039 -0.01104 -0.037444 0.02454 -0.000357 0.038037 0.020934 0.027634 0.013632 -0.009827 -0.013746 -0.010402 -0.014848 -0.016317 -0.002297 -0.014952 0.028141 -0.024464 0.015055 -0.030656 -0.001981 0.001191 0.040232 -0.00165 -0.009242 0.007454 0.027266 -0.031684 -0.039216 0.042737 0.007673 -0.002417 -0.03873 0.009821 0.007043 0.031504 0.018265 0.001237 0.006041 -5.4e-05 -0.020642 0.011643 -0.023295 -0.014907 0.014867 0.024151 0.013706 -0.009516 -0.017897 0.017574 -0.018508 0.0259 0.015629 -0.02405 -0.023089 -0.011172 0.032398 -0.019429 -0.027074 -0.011944 -0.009093 -0.034255 -0.019226 0.029576 -0.009672 0.008145 -0.012634 -0.005143 -0.012411 0.004713 0.022241 -0.050171 0.001994 0.011409 0.025295 -0.03522 -0.032268 0.005406 0.037523 -0.019886 0.015341 0.005037 0.004913 -0.029115 -0.021073 0.015322 0.021038 0.01421 0.020072 0.006529 -0.00901 -0.003592 0.041107 -0.022013 0.003454 -0.009943 0.012506 0.001911 0.06251 0.008268 -0.023725 0.005504 -0.004101 -0.007579 0.006066 -0.012 0.006201 -0.021479 -0.001055 0.000402 0.015664 -0.006671 -0.03043 -0.008557 -0.001147 -0.009221 -0.023305 -0.03554 -0.001966 -0.010916 -0.031895 0.028873 0.021261 0.009807 0.031732 -0.024431 0.01419 0.000317 -0.011432 0.035352 -0.006207 0.039149 0.049199 0.02301 0.009674 0.003636 -0.037895 -0.033362 -0.016248 0.000125 0.018277 -0.022104 -0.012985 0.005487 -0.012099 0.026311 -0.027541 -0.030846 -0.019097 -0.032067 -0.016059 0.010681 0.000476 0.015634 0.001346 0.010062 -0.003873 0.010577 0.00307 -0.006167 0.014514 0.034949 -0.045698 -0.002471 -0.013033 0.009458 0.012514 -0.022018 -0.002905 0.012444 -0.011227 -0.014877 -0.016221 0.006486 -0.039082 0.007806 -0.054566 -0.010827 0.004334 0.013018 0.015835 0.018801 -7.8e-05\nం 0.020828 0.003577 -0.048089 0.020453 0.027882 0.019668 -0.002214 0.014277 -0.015458 -0.033861 0.034064 0.002591 -0.013592 -0.024828 0.027812 -0.005053 0.015887 -0.032374 -0.023338 -0.022414 -0.009695 0.004982 -0.000999 0.036091 0.015711 0.012171 -0.004484 -0.011694 -0.0131 -0.048946 0.022555 -0.014306 -0.028892 -0.035068 0.023858 0.020609 -0.03964 0.051855 -0.003575 0.021421 -0.026817 0.027577 -0.001749 -0.015933 -0.054114 -0.021699 0.032639 0.010229 0.005681 0.004728 0.00346 0.059172 0.040491 -0.055831 0.024893 0.00811 -0.024916 0.014899 -0.012008 0.02366 -0.04464 -0.034899 -0.017331 -0.016944 0.011877 0.020957 0.04178 -0.009191 0.038877 0.022537 -0.057578 -0.015492 0.014595 0.022273 -0.044898 -0.003882 -0.024414 0.019208 -0.034668 -0.01557 0.013607 0.01187 0.003691 0.006638 -0.021195 -0.062706 -0.003528 -0.001685 -0.028131 -0.001021 -0.017194 0.025032 0.014088 -0.009856 0.022854 -0.002595 -0.007272 -0.029512 -0.015353 -0.003325 -0.013214 -0.012472 -0.002624 -0.027979 0.002309 -0.015105 -0.006388 0.001637 0.042793 0.008056 0.039312 0.017983 0.027704 -0.010684 0.003783 0.000177 -0.006403 0.003534 -0.021798 -0.024382 0.020688 -0.006855 0.034447 0.007522 0.0313 0.012189 -0.011694 -0.013576 -0.001581 -0.014873 -0.010474 -0.014777 -0.01048 0.030765 -0.020289 0.023586 -0.044527 -0.000274 0.010094 0.050613 0.001436 -0.021192 0.008624 0.029519 -0.034359 -0.060228 0.042937 0.017955 -0.006064 -0.052888 0.019327 0.008062 0.037153 0.011948 0.001707 0.009041 -0.009205 -0.030279 0.009321 -0.026236 -0.045892 0.017756 0.037982 0.013504 -0.013704 -0.006626 0.026447 -0.019282 0.009401 0.015475 -0.036986 -0.0272 0.003279 0.040682 -0.02757 -0.03639 -0.009499 -0.018585 -0.053537 -0.016037 0.020012 -0.011449 0.007688 -0.029571 -0.002444 -0.010511 -0.001703 0.011728 -0.052009 0.005089 0.017081 0.029863 -0.057511 -0.024514 0.011674 0.044853 -0.027856 0.00957 0.000159 0.007083 -0.032313 -0.027455 0.033525 0.006608 0.022248 0.016785 0.013071 -0.025339 -0.004981 0.038681 -0.014454 0.010152 -0.017865 0.027103 0.001594 0.0654 0.024004 -0.024764 0.008467 -0.015706 -0.009129 0.00278 -0.011364 0.019501 -0.000461 0.002845 0.007564 0.018578 0.000973 -0.034161 0.004211 0.012353 -0.00592 -0.036039 -0.043788 -0.001703 -0.003352 -0.029008 0.036827 0.014741 0.010342 0.021199 -0.022621 -0.000258 -0.004229 -0.016571 0.0188 -0.007997 0.045788 0.065443 0.026977 0.011823 -0.009864 -0.038522 -0.035296 -0.022316 -0.005151 0.012102 -0.031069 -0.023344 -0.006791 -0.0091 0.040178 -0.023366 -0.021051 -0.027699 -0.055391 -0.00951 -0.007967 0.01183 0.024398 0.007864 0.007966 -0.003672 0.00848 -0.008231 -0.019807 0.008777 0.06268 -0.070169 -0.01115 -0.020812 -0.001215 0.020289 -0.013054 -0.016988 0.026941 -0.009666 -0.023128 -0.012174 -0.001951 -0.042188 0.015534 -0.069176 -0.005303 0.011414 0.018254 0.024048 0.025146 -0.003847\nև -0.061881 0.013601 -0.009898 0.012668 -0.006587 0.020097 -0.028378 -0.018751 0.026594 0.018717 0.024566 -0.018495 0.018417 -0.018188 0.023811 0.015031 -0.021278 -0.026965 -0.012006 0.009691 0.011009 -0.017123 0.001098 0.025933 0.004946 0.004192 -0.013854 -0.041376 -0.042787 -0.014491 0.050835 -0.00378 0.000471 -0.043743 0.022402 0.020173 -0.032898 -0.005493 0.000835 -0.016897 0.009165 0.022449 0.015597 -0.015617 -0.013013 -0.010024 -0.017681 -0.012039 -0.016708 0.029167 0.033999 0.03279 0.014316 -0.056223 -0.002158 0.043652 0.016303 -0.026712 0.04692 -0.003792 -0.016158 -0.019799 0.0025 -0.005631 0.029117 0.046018 0.021974 -0.010104 -0.028156 0.025728 0.003721 -0.029005 -0.021345 -0.007612 -0.017345 0.017031 0.005563 0.006174 -0.003058 -0.00444 0.005322 -0.029929 -0.000173 -0.012376 -0.009573 -0.025213 -0.002577 -0.005297 0.009558 -0.012339 -0.023811 -0.007661 0.015917 -0.006749 0.001597 0.016738 -0.018696 -0.044041 0.028289 -0.022266 0.041029 0.03801 -0.027223 -0.018305 0.003998 -0.011996 -0.00357 -0.044118 -0.006082 0.001313 0.029868 -0.010322 -0.020769 0.002155 -0.035538 -0.062212 0.029371 -0.026138 -0.008527 0.000337 0.039741 0.007034 -0.043398 0.00651 0.060774 0.01419 0.012512 0.001526 -0.010759 0.000997 0.004024 0.039845 -0.018862 0.043745 0.016046 -0.018642 -0.030874 -0.062759 0.034523 0.003948 -0.005859 -0.03755 -0.019808 0.020226 -0.037453 -0.014558 -0.014403 -0.00418 0.021231 -0.033725 -0.009797 -0.002079 -0.013983 0.010954 -0.008487 0.009987 0.016334 -0.06368 -0.011896 -0.006962 -0.022247 0.038849 -0.026627 -0.006877 0.003266 -0.014579 -0.016382 -0.022186 -0.011841 -0.039439 0.024659 0.005564 0.017542 0.017285 0.000751 -0.02029 0.028052 -0.037382 -0.005583 -0.014502 0.013542 0.003042 -0.006812 -0.020903 0.031067 0.00791 0.016721 0.03783 0.022748 -0.005169 0.036402 -0.017196 -0.002811 -0.05707 -0.002529 0.018732 0.01175 0.012504 0.002323 -0.014529 -0.001943 0.010559 0.011355 -0.022462 -0.036333 0.036708 -0.007569 0.015444 -0.010079 0.009584 0.004421 -0.000336 -0.040951 -0.011391 -0.008523 0.02282 -0.033216 -0.001108 0.022769 0.0058 0.022772 -0.016736 0.021363 -0.010157 -0.005831 -0.002326 -0.005379 0.018505 -0.00807 0.017569 0.022396 -0.002584 -0.005583 -0.016308 -0.030862 -0.051157 0.000973 -0.003208 -0.031862 0.002988 -0.005726 -0.0137 0.009567 0.023783 -0.021819 0.035631 0.006976 -0.023372 -0.011211 -0.00359 -0.012357 -0.036146 -0.013578 -0.018246 -0.015726 -0.029484 -0.00388 -0.007464 -0.00293 0.017884 -0.031701 -0.014661 0.014952 -0.031624 -0.004541 -0.025673 0.021558 -0.023521 -0.035845 -0.004943 0.021276 0.010787 -0.005175 -0.015509 0.030518 -0.03133 -0.001919 -0.013967 -0.001321 0.022923 -0.009033 -0.022946 -0.005837 -0.021699 0.020782 0.000169 0.034646 -0.022454 -0.008168 0.01345 0.000244 -0.003802 -0.022289 -0.030328 0.006683 0.010294 -0.013448 -0.007124 -0.029769 -0.024486\nʉ 0.011798 0.013522 -0.020856 -0.006896 0.005239 0.025885 0.007789 -0.008867 -0.011422 -0.02408 0.020471 0.003955 -0.000574 -0.019642 0.022191 -0.017802 0.004475 -0.008051 0.003976 -0.038085 -0.017318 -0.008479 -0.013078 0.012957 -0.006664 0.015303 -0.007035 0.006577 -0.002508 -0.016546 0.021906 -0.020543 -0.004819 -0.007536 0.000891 0.005604 -0.014492 0.019798 0.024711 0.000369 -0.027503 0.014855 0.018514 0.022281 -0.018918 -0.024472 0.01631 0.009757 -0.010105 0.006843 -0.011818 0.033042 0.01801 -0.016514 0.02262 0.016746 -0.011859 0.01715 -0.010327 0.008246 -0.013901 -0.007188 -0.011113 -0.014093 0.009061 0.022147 0.044118 -0.007523 0.035018 0.011706 -0.032076 -0.000108 0.008456 0.007254 -0.020543 0.005638 -4.5e-05 0.01658 -0.010227 0.000317 0.015004 0.003141 -0.000229 0.003978 -0.006504 -0.046139 -0.008561 -0.020938 -0.012558 0.026688 -0.017355 0.008184 0.004397 0.004442 0.013682 -0.013383 -0.014136 -0.042862 0.002774 -0.001468 -0.02009 -0.005714 0.002684 -0.017225 0.014445 -0.005512 -0.010442 0.003291 0.017435 -0.000796 0.029053 0.003232 0.020598 -0.004067 0.007816 -0.00466 -0.007763 -0.009926 0.002251 -0.030859 0.025979 0.009845 0.012963 0.021131 0.022608 -0.00457 -0.010981 0.001933 -0.018411 0.006243 -0.0059 0.004163 -0.003033 0.023122 -0.020468 -0.006552 -0.019412 0.008713 0.011217 0.030117 -0.000287 0.000381 0.009293 0.004446 -0.022309 -0.016011 0.040007 -0.005311 -0.001028 -0.022562 0.000249 0.00342 0.033717 0.016839 0.00787 -0.002161 0.00477 -0.006211 0.010387 -0.009498 -0.014726 0.005281 0.011233 -0.001248 -0.019978 -0.007515 0.006309 -0.034172 0.013465 0.015868 -0.009091 -0.021999 0.007578 0.011625 0.005363 -0.011072 -0.00238 -0.0097 -0.025312 0.002188 0.038204 -0.020783 -0.001255 -0.015912 0.00212 -0.026837 -0.008325 -0.00235 -0.027469 -0.002437 0.02033 0.029274 -0.015261 -0.015528 0.003582 0.04135 -0.02043 0.008673 -0.01422 -0.011558 -0.010141 -0.036774 0.014745 0.019389 -2e-05 0.001768 0.007472 -0.014376 -0.017492 0.021672 -0.014741 -0.006456 -0.001303 0.013629 0.001666 0.022848 0.002627 -0.004645 0.020047 0.005089 -0.007544 0.01019 -0.001278 0.011088 -0.021804 0.008211 -0.008659 -0.001237 0.001116 -0.021123 -0.008106 0.023151 0.006828 -0.023082 -0.033687 -0.003687 -0.012921 0.003045 0.021195 0.005883 -0.002856 0.011335 -0.010645 0.011167 0.014 -0.008863 0.026012 0.013937 0.029766 0.022486 0.015392 0.011247 -0.016351 -0.020567 -0.015856 -0.027075 -0.000844 -0.01046 -0.026506 0.004787 0.026219 -0.015746 0.007483 -0.016764 -0.00648 -0.003652 -0.011593 0.00599 0.008066 -0.004471 -0.001131 -0.0166 0.020022 -0.003063 0.007192 -0.006224 0.011002 0.005475 0.026307 -0.028124 -0.00883 -0.003388 0.01093 0.01639 -0.003559 -0.016479 0.008163 0.00654 -0.0132 -0.023082 -0.001569 -0.011943 -0.002689 -0.037863 -0.005035 0.000874 0.01795 -0.004116 0.015477 -0.007014\n̈ 0.046662 0.017336 -0.044768 0.011597 0.01886 0.019703 0.021295 0.016945 -0.010479 -0.045738 0.023634 0.011094 -0.016181 -0.041777 0.041523 0.018035 0.017007 -0.018363 0.002927 -0.058408 -0.012551 -0.019294 0.017059 0.014731 -0.007717 0.024557 0.012002 -0.029246 0.000466 -0.057982 0.022122 -0.031131 -0.024549 -0.035866 0.022363 0.016703 -0.014504 0.038355 -0.000282 0.030725 -0.023778 0.017109 -0.014788 0.009622 -0.040407 -0.012356 0.016149 -0.001659 -0.009967 0.027382 -0.000435 0.055481 0.034027 -0.032991 0.004469 0.003219 0.020165 0.004732 -0.019201 0.012624 -0.01619 -0.024848 0.010594 -0.000906 0.0134 0.004838 0.051457 -0.006203 0.04568 0.010564 -0.044568 -0.009578 0.0213 0.021128 -0.033937 -0.000465 -0.034261 0.038554 -0.023059 -0.02431 0.030667 -0.002336 -0.006744 0.002002 -0.014087 -0.044751 0.010811 -0.049187 -0.03538 0.001635 -0.01033 0.019933 0.022132 -0.011433 0.026161 -0.003258 0.002434 -0.03979 -0.002052 0.004446 -0.0004 -0.00334 -0.000391 -0.027957 0.012189 0.014945 -0.008635 -0.004325 0.036271 -0.013348 0.045343 0.007467 0.025083 0.006209 0.022674 0.01066 -0.015979 0.000968 -0.011277 -0.052281 0.035403 -0.000126 0.067805 -0.011424 0.030566 0.022246 -0.009787 -0.045515 0.004324 -0.026294 -0.008142 -0.011302 -0.005083 0.014755 -0.019395 0.024951 -0.048069 -0.032257 0.003609 0.034759 -0.016534 -0.012025 0.024313 -0.002266 -0.044188 -0.032112 0.030003 0.006861 0.010256 -0.022531 0.008342 0.006841 0.037842 0.01959 0.031379 -0.001794 -0.00919 -0.027788 0.008342 -0.03073 0.007201 0.039147 0.008277 0.004927 -0.028254 0.019312 0.007257 -0.006964 0.008641 0.039794 -0.051326 -0.010966 -0.015122 0.039377 -0.028564 -0.035082 -0.033744 -0.000897 -0.019478 -0.030404 0.02618 0.007383 0.009089 -0.010179 0.001932 -0.009853 0.020072 0.036136 -0.038784 -0.003224 0.011527 0.006363 -0.023032 -0.034784 0.003627 0.069383 -0.020845 0.020623 0.007795 0.011696 -0.018749 -0.034615 0.008898 0.035325 0.013379 0.049785 -0.016706 -0.034907 -0.025582 0.05496 -0.022983 0.005237 -0.021001 0.007177 -0.019255 0.066353 0.010889 -0.036504 0.004468 -0.01182 -0.032826 -0.003803 -0.006265 0.006756 -0.017085 -0.001029 0.003065 0.046848 -0.016478 -0.034736 0.008798 -0.006562 0.013516 -0.036294 -0.021132 0.026125 -0.022846 -0.021998 0.026336 0.039165 0.0208 0.037857 -0.006678 -0.003599 0.022766 -0.02358 0.04736 0.014933 0.056201 0.042223 0.032737 0.017598 0.018945 -0.046024 -0.033946 -0.014054 0.011949 0.028392 -0.017105 -0.000763 0.003523 -0.02748 0.025928 -0.047185 -0.03532 0.003993 -0.055308 0.003188 0.016358 0.006339 -0.006618 0.017584 2.6e-05 -0.000812 0.01952 0.02555 -0.004336 0.001434 0.026591 -0.07126 -0.000951 -0.003555 -0.013538 0.015207 -0.011251 0.000238 0.035506 -0.003643 -0.016635 -0.031088 -0.008301 -0.044521 0.02969 -0.050478 0.003089 -0.01894 0.032767 0.033919 0.030386 0.011528\nถ 0.023142 -0.000135 -0.040534 0.025808 0.01228 0.023022 0.007644 -0.000356 -0.015599 -0.01999 0.029578 0.005133 -0.007995 -0.01629 0.025639 -0.000715 0.007076 -0.013885 -0.012543 -0.033142 -0.022681 0.004187 0.003781 0.015268 0.006932 0.013635 -0.010573 -0.011068 -0.013444 -0.024247 0.021424 -0.026498 -0.015228 -0.032967 0.004134 0.016136 -0.031649 0.034969 0.005867 0.013426 -0.026352 0.015321 -0.007004 -0.003821 -0.019816 -0.021713 0.034488 0.002924 0.003171 0.009256 0.006827 0.041322 0.022834 -0.03437 0.032554 0.00512 -0.00487 0.022647 -0.012331 0.021748 -0.024726 -0.029382 -0.001051 -0.017885 0.007797 0.016464 0.027982 -0.013142 0.032212 0.019468 -0.040229 -0.013006 0.018833 0.013643 -0.043511 0.004823 -0.029405 0.025733 -0.026258 -0.017359 0.006859 0.00128 0.003718 0.019146 -0.022375 -0.039633 0.001516 -0.002183 -0.014355 -0.007042 -0.002166 0.028361 0.000617 -0.015642 0.010073 -0.00639 0.003905 -0.030058 -0.002122 -0.001479 -0.010548 0.001774 -0.001444 -0.024464 0.012889 -0.002326 -0.00642 0.007531 0.029089 -0.004 0.037233 0.011892 0.023576 -0.012433 0.007976 0.005396 -0.007543 0.007918 -0.008808 -0.034381 0.014407 0.000554 0.037808 0.01956 0.032116 0.012768 -0.009199 -0.013449 -0.010123 -0.014158 -0.007299 -0.004052 -0.020036 0.023435 -0.018945 0.020361 -0.030235 -0.001618 0.006601 0.036986 -0.004109 -0.010709 0.009807 0.022878 -0.033127 -0.043141 0.037927 0.007145 0.004847 -0.034116 -0.003129 0.003245 0.031809 0.026029 -0.000833 0.003592 0.000573 -0.023712 0.011681 -0.020762 -0.010709 0.016787 0.020523 0.011659 -0.008297 -0.01164 0.016498 -0.016308 0.020752 0.016053 -0.024268 -0.018438 -0.00593 0.026314 -0.015977 -0.024664 -0.008006 -0.002661 -0.030113 -0.015915 0.033203 -0.01548 0.005228 -0.006508 -0.011336 -0.015448 0.002797 0.02203 -0.053584 0.001076 0.010218 0.027025 -0.03596 -0.029422 0.007312 0.030743 -0.016357 0.004296 -0.002642 0.000103 -0.034229 -0.030795 0.009151 0.017609 0.019722 0.014245 0.008177 -0.006189 0.000164 0.035101 -0.023348 -0.002817 -0.009648 0.015523 0.00102 0.053874 0.00276 -0.020147 0.003577 -0.003036 -0.004612 0.008995 -0.006539 0.003384 -0.017689 -0.00623 0.001175 0.016544 -0.003853 -0.023921 -0.006727 0.003237 -0.004751 -0.025261 -0.025551 -0.000636 -0.008466 -0.035301 0.025107 0.022022 0.013527 0.02398 -0.019982 0.008375 0.00507 -0.005521 0.03168 -0.006137 0.031165 0.04952 0.019356 0.008478 -0.00292 -0.038494 -0.028072 -0.015056 0.004022 0.013555 -0.024987 -0.011345 0.005147 -0.013986 0.028363 -0.019955 -0.020228 -0.018846 -0.023006 -0.015135 0.004777 0.000147 0.015775 -0.002692 0.007997 0.000978 0.01126 -0.001471 -0.000305 0.013972 0.035381 -0.03717 -0.002879 -0.014682 0.010565 0.007977 -0.014672 0.000904 0.010822 -0.009155 -0.020351 -0.01665 0.001513 -0.036563 0.006906 -0.056291 -0.01258 0.000472 0.012537 0.01401 0.021305 -0.002167\nҝ 0.030471 0.008387 -0.056627 0.039302 -0.012422 0.011599 -0.00397 0.011169 -0.000754 -0.009221 0.064745 -0.006431 -0.023952 -0.001981 0.018317 -0.017072 -0.008964 -0.054799 -0.031774 -0.006767 -0.016498 0.02382 -0.000127 0.026652 0.036957 0.027229 -0.013869 0.038431 -0.024161 -0.033033 0.041128 -0.053238 0.008721 -0.032147 0.035893 0.00921 -0.038985 0.042853 0.008576 -0.006217 -0.010673 0.03362 -0.010058 0.005262 -0.033725 -0.034046 0.056681 -0.007004 0.012396 0.035902 0.03017 0.042589 0.013773 -0.023118 0.037068 0.018978 0.030474 0.045984 0.008014 0.030925 0.001659 -0.046612 0.004362 -0.014228 0.030548 0.027522 0.007467 -0.044299 -0.002119 0.002201 -0.036998 -0.008089 0.00022 0.014655 -0.055622 0.024302 -0.050089 0.036912 -0.0063 -0.034927 0.01452 -0.016115 0.012911 0.041686 -0.018833 -0.055294 0.024147 -0.009067 0.013595 0.019733 -0.010707 0.041593 -0.013524 0.009122 0.012991 0.011318 -0.001373 -0.05557 -0.010432 0.013251 -0.004233 0.006418 -0.015465 -0.023544 0.026956 -0.024816 -0.010856 0.020839 0.020982 -0.034862 0.069427 0.000869 0.040692 -0.023892 0.027801 -0.033438 -0.02506 0.021824 -0.018942 -0.042354 0.022795 0.002596 0.022883 -0.029485 0.02689 0.013446 -0.025167 -0.024977 0.015928 -0.014953 -0.00699 0.002082 -0.014151 0.029725 -0.039041 0.004237 -0.033127 -0.031808 0.035787 0.036086 -0.010699 0.001162 6.3e-05 0.018309 -0.018683 -0.045068 0.009702 -0.008238 -0.001746 -0.032955 -0.013517 0.006628 0.017759 0.060731 -0.002674 -0.004277 -0.013638 -0.016723 0.010179 -0.03976 0.02517 0.038694 0.002611 0.040438 -0.027876 -0.008924 0.03388 -0.006411 0.036677 0.003544 -0.047263 -0.012673 -0.014753 0.033446 -0.047288 -0.0224 -0.011383 -0.003581 -0.023677 -0.04945 0.036735 -0.000891 0.013859 -0.018437 -0.026913 -0.002417 0.010018 0.008388 -0.070527 0.004275 0.017923 0.032345 -0.013091 -0.048809 -0.013117 0.016355 -0.01124 0.013876 0.016569 0.018307 -0.034232 -0.029972 0.028807 0.024436 0.025504 0.035239 0.004116 -0.021451 0.003612 0.041407 -0.01755 0.007702 -0.005768 0.058563 -0.040889 0.048584 -0.008597 -0.015716 -0.010043 -0.012535 -0.007783 0.004181 0.033368 -0.006764 -0.040948 -0.007377 -0.006097 0.022079 -0.020946 -0.049583 -0.014827 0.013976 0.003087 -0.00447 -0.021546 -0.004072 -0.0278 -0.019548 0.044404 0.071663 -0.004567 0.034964 -0.012591 -0.012672 0.005176 0.01359 0.057843 0.017541 0.043502 0.037261 0.046578 0.018382 0.003263 -0.040902 -0.042085 -0.01709 0.002896 0.012852 -0.023497 -0.005078 -0.035727 -0.006513 0.043752 -0.032336 -0.044189 -0.025747 -0.013063 -0.033197 0.011748 0.002175 0.016639 -0.006078 0.000666 -0.009695 0.0271 -0.032619 0.008377 0.005134 0.036115 -0.042481 -0.011241 -0.014112 0.006408 -0.000194 -0.020327 0.019776 -0.000212 -0.006134 0.002392 -0.011767 -0.005222 -0.057816 0.018852 -0.064472 -0.006299 -0.015306 0.032591 0.000603 0.002196 0.028949\nạ 0.045221 -0.003655 -0.054905 0.036625 0.025775 0.023461 0.026406 -0.03101 -0.030641 -0.023245 0.048272 -0.022462 -0.014016 0.009999 0.004796 -0.011674 0.023989 -0.033826 -0.00547 -0.029097 -0.023122 0.011475 -0.004063 0.022216 -0.017741 0.026964 0.010026 0.002843 0.017497 -0.012526 0.022871 -0.032529 0.020821 -0.005909 0.03054 0.00132 -0.042175 0.023364 -0.004229 0.039453 -0.008487 0.013803 -0.03077 0.00039 -0.034255 -0.053984 0.043546 -0.004141 0.00884 0.033191 0.017445 0.050975 0.039606 -0.041911 0.064087 0.01292 -0.018805 0.032691 -0.00757 0.010248 -0.016227 -0.03745 -0.008012 0.002777 0.012422 0.006097 0.04817 -0.021608 0.030542 0.009001 -0.035971 -0.0154 0.038043 0.015608 -0.042932 0.032518 0.003491 0.035174 -0.017927 -0.014216 0.018889 -0.007561 0.004118 0.044159 -0.023629 -0.050026 -0.020223 -0.017446 -0.00225 -0.029058 0.003008 0.034662 -0.009825 -0.013726 -0.002177 -0.014183 -0.013883 -0.011978 -0.011159 -0.011646 -0.014965 0.022046 -0.00533 -0.011768 0.028803 -0.012559 -0.012322 -0.01563 0.061304 0.010485 0.014967 0.019301 -0.00163 -0.01036 0.014635 0.004145 -0.016687 -0.005833 -0.005825 -0.041566 0.001845 -0.0135 0.052461 0.025461 0.023432 0.011643 -0.015068 -0.016749 -0.017777 -0.000243 -0.009669 -0.001741 -0.027511 0.016407 -0.010023 0.022344 -0.032933 0.031447 0.015489 0.031681 -0.012554 0.005517 0.03648 0.028844 -0.039446 -0.018288 0.048753 -0.007052 -0.016886 -0.037605 -0.005951 -0.002465 0.023167 0.027556 -0.00899 0.016625 0.011594 -0.010542 -0.011584 -0.037123 -0.001087 0.008331 0.016639 0.001516 -0.021413 -0.003504 0.021035 -0.03132 0.025018 0.021414 -0.04019 -0.031922 -0.008677 0.0108 -0.041162 -0.011542 0.014583 0.007621 -0.001526 -0.030319 0.045676 0.011563 -0.005253 -0.008837 -0.014706 0.00934 0.005313 0.00171 -0.058215 -0.028989 0.014352 0.025516 -0.031597 -0.011432 -0.035349 0.038603 0.007453 0.002881 0.015234 -0.001604 -0.053351 -0.034668 0.010026 0.032493 0.039967 -0.006575 0.007145 -0.014748 -0.012721 0.027028 -0.043792 0.009875 0.012149 0.001385 0.012479 0.03452 0.022673 -0.020376 0.01002 0.025611 0.033187 0.017182 0.00394 -0.02945 -0.012745 -0.014122 0.026351 0.002595 -0.000969 -0.011017 0.001082 -0.024494 -0.022402 -0.042736 -0.035876 0.015478 -0.011468 -0.05646 0.024396 0.014459 -0.006952 0.045787 -0.016007 0.009306 4.9e-05 -0.015559 0.036314 0.00527 0.028536 0.064119 0.006092 0.01695 0.012402 -0.042599 -0.025255 -0.012522 -0.010413 0.033862 -0.015328 -0.038801 0.007865 0.007045 0.008375 -0.038334 -0.036831 -0.038661 -0.018877 -0.00525 -0.009038 0.002617 0.013811 -0.013098 0.009733 -0.003505 0.024263 -0.010552 0.012516 0.0326 0.039588 -0.05123 -0.001642 -0.002214 -0.00268 0.020179 -0.039097 0.006854 -0.01128 -0.001467 -0.046436 -0.003345 0.014118 -0.042514 0.017279 -0.059456 -0.003245 0.014545 0.011676 -0.000693 0.043244 -0.016704\nྫ 0.042118 0.003011 -0.041069 0.013094 0.011738 0.032067 -0.01124 -0.011521 -0.021508 -0.017052 0.034467 0.026776 0.005983 -0.022459 0.029149 -0.016263 -0.010415 -0.021618 -0.016821 -0.040578 -0.022841 0.001683 0.002388 0.008343 -0.008256 0.00908 -0.009783 -0.008893 0.007235 -0.005712 0.00395 -0.0207 -0.030774 -0.031409 0.013865 0.01554 -0.035702 0.04764 -0.017117 0.01178 -0.028749 0.013728 -0.022975 0.002196 -0.025685 -0.017857 0.017721 0.009837 -0.002738 0.01996 -0.009575 0.046335 0.034328 -0.030738 0.058505 0.008268 -0.002911 0.012156 -0.017757 0.018956 -0.026699 -0.021102 -0.015002 -0.006815 0.005172 0.02101 0.028479 -0.017425 0.020357 0.012999 -0.062948 -0.029494 0.029172 0.016911 -0.047139 0.023027 -0.024151 0.013814 -0.037992 -0.004963 0.025714 0.006269 0.012469 0.005021 -0.039651 -0.027914 -0.005667 0.005504 -0.009681 -0.017995 0.000535 0.0175 0.018465 -0.00512 0.004815 -0.0042 -0.002273 -0.036136 -0.01679 -0.003107 -0.018059 0.008844 -0.000106 -0.026677 0.02234 0.003289 -0.011123 0.015881 0.031326 -0.007893 0.030343 0.032592 0.024645 -0.02109 0.004688 -0.014032 -0.01462 0.002562 -0.018251 -0.026745 0.016374 -0.0059 0.035387 0.026478 0.020334 -0.004904 -0.016576 -0.013907 -0.004936 -0.022889 -0.005921 -0.008985 -0.008258 0.028558 -0.031816 0.011957 -0.01073 0.009107 -0.000725 0.034277 -0.00094 -0.015992 0.027338 0.01929 -0.034746 -0.039971 0.04485 0.010082 0.006326 -0.027075 -0.009816 0.003193 0.026044 0.0284 0.004812 0.006462 0.007881 -0.028905 0.023934 -0.012417 -0.003858 0.0114 0.007317 0.020307 -0.015152 -0.030571 0.006444 -0.013378 0.02316 0.019572 -0.022132 -0.012137 -0.009639 0.024056 -0.010231 -0.02952 -0.007764 -0.016996 -0.017295 -0.002017 0.016109 -0.016004 0.003739 -0.013389 0.003995 -0.014984 0.020592 0.023405 -0.042316 0.029581 0.005813 0.015284 -0.012021 -0.020199 0.002534 0.02851 -0.012315 0.023954 -0.003589 0.002398 -0.044274 -0.024628 -0.006138 0.030408 0.041827 0.007131 0.005501 0.006266 -0.024509 0.05222 -0.019744 -0.020887 0.015182 0.012942 -0.003004 0.043424 -0.00926 -0.024714 -0.00082 0.000482 0.007101 0.006573 -0.002423 0.000433 -0.035782 0.007754 -0.00649 0.013509 -0.001428 -0.036567 -0.018876 -0.020086 -0.01167 -0.015568 -0.028401 -0.002361 -0.032923 -0.021079 0.018802 0.02079 -0.01325 0.017066 -0.005597 0.027245 -0.005295 -0.009191 0.032601 0.003136 0.021716 0.042408 0.003891 -0.000396 -0.000534 -0.043958 -0.016401 -0.031486 0.010204 0.025325 -0.040949 -0.00094 0.00872 -0.033853 0.016192 -0.025704 -0.036974 -0.037827 -0.028221 -0.038809 0.02143 -0.010654 0.033371 0.020303 0.015992 -0.001521 0.001347 0.013341 -0.000983 0.011509 0.040492 -0.036689 0.006913 -0.021953 0.017036 0.009978 -0.027251 -0.013308 -0.005457 -0.004267 -0.025374 -0.008017 0.0113 -0.023144 0.021615 -0.063065 -0.033869 0.025717 0.003089 0.025122 0.016649 0.0042\nয 0.03163 0.004686 -0.063143 0.015401 0.00968 0.030819 0.00321 -0.015775 -0.011863 -0.027887 0.045678 0.010681 -0.006642 -0.024082 0.040811 -0.002574 0.013257 -0.032414 -0.01636 -0.061771 -0.014891 0.008864 0.00887 0.006089 0.009443 0.016848 -0.014799 -0.028849 -0.023473 -0.049019 0.012035 -0.030348 -0.009369 -0.049194 -0.00152 0.022743 -0.039799 0.048862 0.0044 0.028829 -0.036393 0.011275 -0.005038 0.002462 -0.044929 -0.023737 0.031457 -0.006284 -0.001372 0.011684 -0.012383 0.043211 0.026617 -0.040502 0.038504 0.010863 -0.009267 0.030239 -0.003081 0.033585 -0.049808 -0.034141 9.6e-05 -0.02966 0.009432 0.037818 0.038271 0.00109 0.042706 0.023454 -0.065082 0.0079 0.024295 0.034218 -0.035128 0.003947 -0.051218 0.037221 -0.050649 -0.018712 0.009492 -0.001927 0.004119 0.004695 -0.014392 -0.046024 0.011661 -0.005249 -0.021418 -0.00693 -0.024278 0.023141 0.020392 -0.009481 0.026463 0.016559 -0.011815 -0.043183 0.00297 0.008876 -0.022404 0.001246 -0.007076 -0.034907 0.008581 -0.00445 -0.017385 0.011082 0.04065 -0.017745 0.050089 0.022892 0.027199 -0.046039 0.010197 -0.013848 -0.002132 -0.013444 -0.023166 -0.038319 0.059805 0.01697 0.039026 0.03484 0.027183 0.022856 -0.012638 -0.007705 -0.010258 -0.023831 -0.01648 -0.000445 -0.028083 0.042373 -0.018292 0.006359 -0.038318 0.006998 0.025015 0.055076 0.003934 -0.01434 -0.007691 0.028556 -0.051102 -0.059327 0.058515 0.022943 0.009063 -0.048237 -0.000226 0.017475 0.042072 0.02293 0.018746 0.00291 0.015089 -0.015161 0.022804 -0.021001 -0.02598 0.022767 0.01971 0.01338 -0.017158 -0.036608 0.017399 -0.018085 0.021973 0.005269 -0.044446 -0.024238 -0.01932 0.04149 -0.028622 -0.029283 -0.001955 -0.000444 -0.053989 -0.030266 0.032564 -0.030013 0.019764 -0.026694 -0.006864 -0.022411 0.017736 0.033894 -0.060822 0.00667 0.029817 0.031835 -0.037301 -0.043486 0.01119 0.033524 -0.007589 0.020128 0.003359 -0.001971 -0.041133 -0.043057 0.005521 0.037524 0.023621 0.011663 0.033443 -0.000284 0.003075 0.053076 -0.025741 -0.017558 -0.005761 0.012048 -0.005845 0.073236 0.021277 -0.018132 0.008979 -0.001816 -0.012232 -0.005346 0.012889 0.01046 -0.042461 -0.008103 0.010941 0.030467 -0.010478 -0.028439 -0.010365 -0.002476 -0.004808 -0.029174 -0.040268 -0.030282 -0.025028 -0.040265 0.022009 0.01363 0.000775 0.031222 -0.031256 0.017132 1.6e-05 -0.000604 0.051491 -0.003767 0.045884 0.061775 0.009632 -0.006687 0.006369 -0.028137 -0.034873 -0.026253 -0.012294 0.046054 -0.02741 -0.003086 -0.007062 -0.018623 0.036694 -0.04804 -0.035572 -0.02566 -0.024688 -0.024913 0.018987 0.004023 0.017597 0.008991 0.025142 0.007043 0.009233 0.004939 0.00286 0.021327 0.068453 -0.054567 -0.000319 -0.008225 0.025462 0.01724 -0.019043 -0.004464 0.032676 -0.009719 -0.021539 0.002113 0.002366 -0.042954 0.024975 -0.070914 -0.012085 -0.002535 0.016859 0.029889 0.017318 0.008111\nਮ 0.026232 0.004644 -0.053684 -0.000113 0.004214 0.022173 0.011712 -0.009707 -0.019768 -0.038116 0.050511 0.016286 -0.010027 -0.003494 0.034397 0.002394 0.006389 -0.003041 -0.017133 -0.050325 -0.014005 -0.007312 0.010139 -7.2e-05 0.000854 0.013247 -0.016118 -0.015827 -0.003537 -0.032203 0.011218 -0.037544 -0.017518 -0.021694 0.000406 0.006103 -0.0284 0.052295 0.019495 0.012035 -0.023255 0.027563 0.006961 0.005982 -0.021063 -0.023578 0.045749 -0.012573 -0.004452 -0.005074 -0.003667 0.040765 0.033238 -0.037331 0.039777 0.001516 -0.007405 0.026498 0.006856 0.021204 -0.045972 -0.02638 -0.000164 -0.005705 0.017136 0.027009 0.045263 -0.008129 0.036974 0.01815 -0.046948 -0.00309 0.012706 0.020729 -0.058756 -0.001116 -0.038653 0.01962 -0.032017 -0.001325 0.017808 -0.008378 0.002011 0.009091 -0.032793 -0.048607 0.024383 -0.015874 -0.01809 0.003005 -0.008074 0.008802 0.026853 -0.00575 0.032008 0.013152 -0.016735 -0.039186 0.002781 -0.001979 -0.032683 0.004418 0.025544 -0.017978 0.026734 -0.007099 -0.018797 0.002042 0.03153 -0.000852 0.04385 0.021213 0.027299 -0.028541 0.001024 -0.010087 0.004992 -0.014715 -0.018448 -0.025804 0.02352 0.00643 0.03512 0.017494 0.024248 0.027622 -0.005241 0.005208 -0.018232 -0.013437 -0.017897 0.001524 -0.005222 0.03986 -0.021643 0.000205 -0.043053 0.018885 0.005208 0.039494 0.012294 -0.0005 0.002301 0.009992 -0.037426 -0.040954 0.062936 0.01319 0.006223 -0.034929 0.009783 0.016399 0.028706 0.015688 0.003877 0.001903 -0.000868 -0.020537 0.020113 -0.020864 -0.029553 0.010221 0.036371 0.004571 -0.01588 0.002428 0.013497 -0.024426 0.03034 0.006226 -0.032162 -0.012415 0.002141 0.023885 -0.037765 -0.021472 -0.013266 0.003063 -0.050522 -0.015061 0.034024 -0.008497 0.020379 -0.011155 -0.008777 -0.018908 0.0197 0.021666 -0.040695 -0.004378 0.032373 0.020065 -0.032752 -0.012565 -0.003441 0.0462 -0.033564 0.017467 -0.002038 -0.016411 -0.036804 -0.046906 0.005411 0.023692 0.029949 0.012436 0.01494 -0.012172 -0.006324 0.049181 -0.017524 -0.007368 -0.009591 0.002794 -0.014638 0.063273 0.026272 -0.004458 0.020213 -0.000184 -0.011248 -0.003576 0.001453 0.012655 -0.020565 0.006308 -0.003285 0.024821 -0.007093 -0.027774 0.011068 -0.003226 -0.008318 -0.016016 -0.032134 -0.011424 -0.012296 -0.042503 0.019906 0.014766 0.016854 0.025326 -0.02066 0.026307 -0.001737 0.003966 0.028912 -0.021954 0.050746 0.046118 0.023406 0.004029 -0.008435 -0.027773 -0.028324 -0.01296 0.001946 0.03888 -0.031786 -0.014708 0.005334 -0.033114 0.035406 -0.012549 -0.030519 -0.006509 -0.024858 -0.012423 0.001286 0.001507 0.027197 0.022358 0.001789 -0.011505 0.019446 -0.006963 0.000159 0.033258 0.041769 -0.070996 0.005164 -0.030893 0.024157 0.023767 -0.008099 -0.003986 0.012941 0.004667 -0.03065 -0.027108 -0.012001 -0.03788 0.006547 -0.096088 -0.02001 0.006295 0.030473 -0.005991 0.008689 0.01078\nγ 0.027708 -0.000986 -0.045176 0.02351 0.006822 0.03694 0.006927 -0.000817 -0.014695 -0.028897 0.034777 0.012146 -0.014688 -0.025629 0.032919 -0.006914 0.009561 -0.023432 -0.01497 -0.033904 -0.012797 0.005698 0.006417 0.010169 0.008481 0.017409 -0.005299 -0.011797 -0.01229 -0.018947 0.026273 -0.0334 -0.016478 -0.03384 0.009752 0.014976 -0.031759 0.037605 0.0057 0.016106 -0.029826 0.008172 0.001507 0.011433 -0.021162 -0.024367 0.032101 0.003955 0.006503 0.011867 0.009001 0.043934 0.034505 -0.024268 0.042242 0.007665 0.002081 0.022005 -0.016006 0.023859 -0.030763 -0.029893 -0.010244 -0.020527 0.01333 0.017991 0.036102 -0.017673 0.026185 0.017033 -0.045272 -0.001915 0.022449 0.011318 -0.046152 0.000141 -0.031137 0.024917 -0.020758 -0.016091 0.010857 0.001919 -0.000144 0.018203 -0.016113 -0.045678 0.001885 0.000248 -0.013566 0.001119 -0.005113 0.021883 -0.000685 -0.00581 0.010587 -0.007713 -0.000238 -0.03367 -0.007884 -0.008724 -0.011731 0.002299 -0.003895 -0.029339 0.014463 -0.009113 -0.011412 0.014446 0.027688 -0.004954 0.044326 0.019757 0.02498 -0.010702 0.005108 0.004252 -0.002807 0.007037 -0.010208 -0.03828 0.024801 -0.002952 0.03646 0.024656 0.027253 0.002181 -0.00263 -0.009273 -0.011967 -0.013901 -0.014333 0.001415 -0.018063 0.031315 -0.017488 0.0104 -0.026013 0.003146 0.003182 0.042245 -0.010287 -0.010292 0.012567 0.023729 -0.032208 -0.041907 0.039256 0.00697 0.003191 -0.041492 -0.001048 0.006372 0.032794 0.023873 -0.003327 -0.001581 -0.002561 -0.018838 0.012981 -0.017561 -0.014623 0.015245 0.019285 0.016255 -0.01199 -0.011954 0.022185 -0.022777 0.023647 0.014054 -0.030778 -0.023542 -0.014137 0.034233 -0.00965 -0.02506 -0.009626 -0.006516 -0.029963 -0.01394 0.031016 -0.013789 0.002577 -0.004943 -0.011441 -0.014658 -0.004859 0.017762 -0.058207 -0.000773 0.019573 0.031551 -0.030678 -0.034452 -0.000829 0.029785 -0.018246 0.012996 0.008477 0.003436 -0.037563 -0.029445 0.016829 0.022737 0.014763 0.011845 0.013048 -0.014475 -0.002573 0.031221 -0.01593 -0.011891 -0.009097 0.011136 -0.000421 0.059593 0.004908 -0.017351 0.002195 -0.004728 -0.006515 0.013631 -0.00928 0.004178 -0.024556 -0.005549 0.002892 0.012752 -0.00772 -0.027967 -0.00266 0.002023 -0.006477 -0.019821 -0.029957 0.000595 -0.01459 -0.032491 0.024402 0.030985 0.010175 0.025628 -0.019626 0.007756 0.008617 -0.003426 0.038312 -0.002469 0.034155 0.0479 0.022506 0.005105 -0.000562 -0.033883 -0.035572 -0.025714 -0.003935 0.015049 -0.026133 -0.017828 0.010073 -0.007545 0.02699 -0.017553 -0.023461 -0.014705 -0.025811 -0.019726 0.005387 -0.003945 0.02037 -0.008845 0.004182 9.7e-05 0.001172 -0.002243 -0.000216 0.020774 0.038757 -0.043693 -0.00508 -0.017854 0.011545 0.014244 -0.024305 -0.000275 0.011445 -0.008368 -0.016177 -0.020702 0.004001 -0.038346 0.006631 -0.060861 -0.008103 0.004435 0.008823 0.011348 0.017444 0.001673\nв 0.039304 0.005718 -0.051276 0.021667 0.015579 0.035746 0.005973 -0.000827 -0.01709 -0.033035 0.042136 0.011225 -0.011745 -0.030022 0.038337 -0.012722 0.006652 -0.025485 -0.013821 -0.047455 -0.0148 0.001505 0.006743 0.014584 0.005104 0.023549 -0.008461 -0.011358 -0.017673 -0.02813 0.020887 -0.03739 -0.016524 -0.041553 0.011725 0.015916 -0.045288 0.04362 0.005241 0.0201 -0.035653 0.013506 0.004287 0.002964 -0.031098 -0.026905 0.038108 -0.002326 -0.005038 0.020564 0.012023 0.055751 0.033806 -0.037128 0.043815 0.012522 -0.001894 0.02376 -0.00953 0.028645 -0.032422 -0.027413 -0.008254 -0.017745 0.018698 0.022926 0.037187 -0.014641 0.029956 0.017923 -0.053258 -0.00806 0.021829 0.015278 -0.054951 0.001851 -0.03421 0.032488 -0.030045 -0.014117 0.014992 -0.001452 0.001518 0.022943 -0.024058 -0.055105 0.003354 0.000406 -0.025209 -0.004633 -0.009151 0.025364 0.008213 -0.017392 0.016908 -0.006652 0.001638 -0.040612 -0.002411 -0.006278 -0.017808 -0.002636 -0.00275 -0.031803 0.019063 0.000299 -0.015515 0.010881 0.038525 -0.003209 0.050174 0.02474 0.020575 -0.012678 0.013329 0.00589 -0.015539 0.001032 -0.013878 -0.043101 0.023799 0.005332 0.042057 0.028583 0.031261 0.008612 -0.011377 -0.024645 -0.012339 -0.019265 -0.018713 -0.004178 -0.014087 0.028157 -0.024192 0.013451 -0.028959 0.007677 0.009963 0.044042 -0.003734 -0.014798 0.014493 0.029345 -0.035147 -0.052784 0.045644 0.008065 0.004562 -0.043453 0.005089 0.0037 0.034496 0.030388 -0.008615 0.00252 -0.001335 -0.02369 0.017001 -0.020391 -0.020665 0.018792 0.020308 0.016998 -0.018658 -0.009007 0.022665 -0.023315 0.018597 0.023563 -0.028826 -0.027105 -0.012042 0.037314 -0.019373 -0.030621 -0.00813 -0.00616 -0.039389 -0.027889 0.036285 -0.010074 0.005194 -0.011286 -0.008586 -0.019921 0.003004 0.020458 -0.063011 0.007026 0.0259 0.02801 -0.02976 -0.040435 0.007431 0.041575 -0.014844 0.018893 0.004249 0.005394 -0.043022 -0.038612 0.0159 0.027954 0.018199 0.018121 0.009447 -0.013689 -0.001445 0.039734 -0.027216 -0.00514 -0.008069 0.019169 -0.003396 0.073161 0.004859 -0.026283 0.008249 -0.008374 -0.010231 0.010692 -0.009244 0.007218 -0.019251 -0.008048 -0.000823 0.021688 -0.011489 -0.027284 -0.007753 0.000835 -0.00705 -0.030315 -0.041287 -0.003834 -0.006911 -0.039936 0.031161 0.026538 0.004445 0.023908 -0.025433 0.016131 0.008782 -0.010963 0.04897 -0.007599 0.045817 0.055667 0.032483 0.005389 0.006127 -0.046538 -0.043852 -0.021029 -0.003254 0.025172 -0.02869 -0.011385 0.004852 -0.011266 0.029678 -0.028998 -0.027687 -0.02296 -0.034449 -0.020436 0.007346 0.000109 0.014628 -0.003947 0.008313 -0.00604 0.014652 0.007937 0.003308 0.011959 0.040263 -0.052973 -0.002851 -0.023762 0.016365 0.014856 -0.021622 -0.000478 0.019859 -0.013732 -0.020573 -0.017766 0.008498 -0.041885 0.009074 -0.065573 -0.012085 0.013369 0.014234 0.017948 0.019249 0.003584\nµ 0.059129 0.022077 -0.042996 0.00814 0.014609 0.108972 0.137985 -0.032054 0.008752 -0.001143 0.028361 0.054224 -0.059376 -0.07899 0.053786 -0.04563 0.014611 -0.000763 -0.061219 -0.144981 0.040898 0.004915 0.036295 0.00738 0.068859 -0.046007 0.04 0.028997 -0.063172 0.078269 -0.003304 -0.023857 0.105432 -0.050984 0.02433 0.014921 -0.051127 0.068003 0.058554 0.008914 -0.11407 -0.004682 0.021001 0.098375 0.03745 0.035178 0.000501 0.043881 -0.075456 -0.050294 -0.032968 0.098499 0.084041 -0.045774 0.012768 0.007664 0.026735 0.056489 -0.034428 -0.018123 0.008285 -0.02397 -0.033227 -0.03502 0.023583 -0.02525 0.002892 -0.020316 0.002613 0.00559 -0.098711 0.010806 0.035852 -0.046924 -0.041587 -0.048744 0.003427 0.03351 0.016938 -0.088092 -0.052835 0.040351 0.082841 -0.051534 0.025447 -0.004869 -0.022519 0.042842 -0.003123 -0.017732 0.018579 0.0138 0.014986 0.027377 0.034027 -0.079231 -0.014167 -0.090425 0.003659 0.045955 0.060825 -0.084199 0.008115 -0.02514 0.051812 -0.069682 0.034508 0.032727 -0.043054 -0.013628 0.060123 -0.015382 -0.001178 -0.006587 0.01795 0.011156 0.005029 0.005737 0.056889 -0.040067 0.078328 0.073128 0.066422 0.013589 -0.020786 -0.054868 0.016662 0.079853 -0.019602 -0.026695 0.004958 -0.030224 0.002588 0.045288 0.001513 -0.0432 -0.047948 -0.073108 -0.033324 -0.004592 -0.018017 -0.105091 0.087636 -0.042597 -0.028153 -0.053164 0.052517 -0.021771 0.077251 -0.0807 -0.03431 0.01792 0.013628 0.03945 -0.079433 -0.030554 -0.024846 -0.040382 -0.020554 0.018831 0.012786 -0.051328 0.064386 0.065726 0.035905 0.085532 0.006695 -0.0265 0.056298 -0.026713 -0.030264 -0.008728 -0.048954 -0.036999 0.04044 -0.006835 -0.052412 -0.065029 0.052169 0.062381 0.056995 0.048671 -0.071665 0.004429 -0.095409 -0.036867 -0.031994 0.127305 -0.055761 0.004411 0.061468 -0.005833 0.005701 -0.082033 -0.004611 0.049416 0.037565 0.040027 -0.013327 0.023032 -0.06146 0.09425 0.014314 0.058174 0.099276 -0.0505 0.06238 0.044642 0.035588 -0.012552 -0.054004 -0.056381 -0.007704 -0.027254 0.013935 0.072952 -0.029809 -0.024936 -0.018247 0.049859 -0.01123 0.089758 -0.063046 0.011953 -0.123375 -0.013199 -0.040183 -0.007591 0.01339 -0.094481 -0.04284 -0.009722 0.03382 0.013035 -0.033645 0.021735 -0.006993 -0.056849 -0.019556 0.066416 0.050283 -0.025206 -0.03292 0.036814 -0.006406 -0.054707 -0.002204 -0.040352 0.061765 0.080966 0.091512 -0.000839 0.006077 -0.102586 -0.062483 0.040637 0.008377 -0.025378 -0.095266 -0.030896 0.011512 -0.022273 -0.021414 0.0447 0.022137 -0.05406 0.041472 -0.044269 -0.008265 0.049835 0.013513 -0.092183 -0.001389 0.029683 0.029815 -0.047999 0.029482 -0.005603 0.065822 -0.005256 -0.057091 -0.015843 0.01814 0.070589 0.013771 -0.073516 0.015183 -0.082564 0.009501 -0.068547 0.078761 -0.063389 0.043621 -0.112519 0.004711 0.014473 -0.061399 -0.013563 0.009159 0.025776\nុ 0.023609 0.000252 -0.038839 0.024798 0.016467 0.036202 0.009502 0.00015 -0.021591 -0.024742 0.049644 0.008717 -0.007832 -0.019243 0.031301 -0.00451 -0.005647 -0.033655 -0.006098 -0.044913 -0.01535 0.009121 0.010425 0.012773 0.002075 0.019448 -0.010507 -0.005965 -0.013232 -0.032993 0.033784 -0.038919 -0.021801 -0.027958 0.00345 0.020328 -0.033253 0.045006 0.010575 0.019904 -0.033312 0.01022 0.00573 -0.005992 -0.015479 -0.013881 0.032523 -0.005472 0.001892 0.007505 0.001824 0.047557 0.028657 -0.023698 0.049691 0.020038 0.004823 0.028119 -0.005461 0.02299 -0.025744 -0.022053 -0.001342 -0.018647 0.011229 0.02287 0.046569 -0.028895 0.032529 0.02276 -0.055502 -0.016138 0.02049 0.019199 -0.0544 0.001805 -0.016509 0.016529 -0.025601 -0.01207 0.018963 0.001329 0.005973 0.020443 -0.022634 -0.05941 0.01128 0.004715 -0.012272 -0.004749 -0.003642 0.018196 -0.00343 -0.007107 0.014299 -0.012155 0.009128 -0.044995 -0.000257 -0.015433 -0.019462 -0.001544 0.003006 -0.026031 0.021802 0.004785 -0.017138 0.010793 0.039237 -0.014562 0.04838 0.018047 0.017761 -0.015371 0.00924 -0.001693 0.002346 -0.005565 -0.021727 -0.044521 0.038449 0.001153 0.034167 0.015309 0.037296 0.003509 -0.001241 -0.013405 -0.01468 -0.006287 -0.012876 -0.006049 -0.014979 0.038143 -0.022558 0.012064 -0.028064 0.00533 0.010906 0.039255 -0.010201 -0.002465 0.004203 0.023452 -0.034856 -0.049982 0.047721 0.003335 0.013194 -0.048709 0.006688 0.012565 0.033125 0.019211 -0.003399 0.005516 -0.009822 -0.031424 0.023408 -0.021138 -0.018713 0.011351 0.032803 0.008742 -0.018646 -0.01778 0.032127 -0.018495 0.020478 0.021082 -0.038585 -0.019155 -0.00866 0.035589 -0.015381 -0.02182 -0.00184 -0.007473 -0.051462 -0.024949 0.040326 -0.002021 0.012915 -0.009719 -0.012379 -0.019687 0.004793 0.014128 -0.054315 -0.005303 0.02206 0.021479 -0.036057 -0.043301 0.003614 0.047743 -0.019182 0.021101 0.005543 0.003759 -0.033357 -0.02755 0.023037 0.029704 0.019419 0.017204 0.013706 0.000425 -0.01843 0.035774 -0.018776 -0.011082 -0.00409 0.019295 0.003864 0.048208 0.009886 -0.024822 0.009103 0.005805 -0.008869 0.00487 -0.000916 0.004065 -0.027758 0.000833 -0.001549 0.009168 -0.000959 -0.011584 -0.019694 0.005736 -0.001486 -0.038846 -0.034998 -3.4e-05 -0.019033 -0.023191 0.012677 0.024179 0.016901 0.030952 -0.030371 0.029881 -0.012318 0.000689 0.041313 0.000766 0.039671 0.060379 0.012623 0.002737 -0.003519 -0.038463 -0.029872 -0.011767 -0.001246 0.024338 -0.022522 -0.005429 0.007758 -0.00546 0.030648 -0.024822 -0.025663 -0.022031 -0.026916 -0.013049 0.002631 -0.001006 0.021505 -0.00758 0.012979 -0.004361 0.009081 -0.001165 0.013874 0.025904 0.041847 -0.046512 -0.006722 -0.009808 0.021146 0.019561 -0.01896 -0.013298 0.019818 -0.013236 -0.030246 -0.013294 0.008345 -0.033713 0.006957 -0.064766 -0.01824 0.007508 0.011494 0.006795 0.024227 -0.003239\nᠺ 0.013186 -0.000168 -0.04315 0.031207 0.028095 0.01785 0.000849 -0.000475 -0.016152 -0.024974 0.038324 0.01925 -0.017829 -0.033402 0.037468 -0.001207 0.000889 -0.024672 -0.017515 -0.041788 -0.008509 0.009106 0.007135 0.026339 -0.001637 0.022083 -0.001885 -0.010146 -0.029056 -0.022627 0.012387 -0.030992 -0.017054 -0.051088 -0.004591 0.025001 -0.038556 0.044702 0.00588 0.01902 -0.026956 -0.005162 -0.003816 0.011398 -0.016174 -0.037909 0.0324 -0.009944 -0.000706 0.034426 -0.010018 0.059924 0.028599 -0.036084 0.051085 0.009199 -0.01052 0.02761 -0.011418 0.012386 -0.025073 -0.03043 -0.012364 -0.010909 0.001307 0.009027 0.03929 -0.012723 0.029454 0.019797 -0.050051 -0.033339 0.031737 0.008133 -0.059444 0.003192 -0.025334 0.01139 -0.016438 -0.021594 0.022304 -0.008718 -0.016268 0.019535 -0.019356 -0.066504 0.010814 0.002419 -0.019932 -0.014466 -0.009691 0.02391 -0.006721 -0.012489 0.007041 -0.015391 0.024075 -0.049346 0.01771 -0.002728 -0.006391 -0.021136 -0.005681 -0.026273 0.014875 0.002626 -0.011688 0.018011 0.016785 -0.003403 0.034472 0.017974 0.015706 -0.023976 0.013258 0.007914 -0.00127 0.015386 -0.027252 -0.030244 0.010782 -0.003058 0.020753 0.015713 0.004957 0.000654 -0.027885 -0.009945 -0.018956 -0.013047 -0.017076 -0.015144 -0.01945 0.019019 -0.042978 0.020401 -0.011992 -0.010719 0.015339 0.04238 -0.010912 -0.00095 0.015958 0.015554 -0.018559 -0.049336 0.034326 0.014794 0.001148 -0.024084 0.015494 0.010256 0.027806 0.035997 -0.020073 -0.009307 -0.011138 -0.004089 0.004434 -0.004149 -0.003079 0.028862 0.023426 0.022548 -0.013835 -0.026745 0.020165 0.006066 0.014611 0.01727 -0.023338 -0.01938 -0.008902 0.040531 -0.010111 -0.025455 -0.013407 -0.000804 -0.01938 -0.013127 0.040363 -0.010704 0.003627 0.001553 0.009479 -0.023328 -0.018151 0.00454 -0.050468 0.003904 -0.002589 0.021706 -0.039069 -0.0439 0.016409 0.033898 -0.023179 0.003348 -0.011841 -0.000513 -0.031225 -0.028818 0.022996 0.014776 0.014605 0.022082 0.017949 -0.001236 0.009465 0.041484 -0.034958 -0.004319 -0.009063 0.017471 -0.014338 0.059451 0.013698 -0.050912 -0.007018 -0.00488 -0.01156 0.016811 -0.019659 0.008155 -0.027849 0.009626 -0.009902 0.024882 -0.004909 -0.020258 -0.000376 0.008193 0.009717 -0.029062 -0.029282 0.009176 -0.010384 -0.023336 0.038576 0.03131 0.000712 0.021574 -0.022903 0.009366 0.010974 -0.027409 0.043191 -0.013264 0.042719 0.04869 0.015728 0.032188 0.009084 -0.049515 -0.025342 -0.034705 0.001884 0.012746 -0.016701 -0.003283 0.020616 -0.008849 0.043203 -0.010868 -0.036467 -0.013798 -0.0318 -0.001391 -0.000471 0.010806 0.022097 0.003516 0.011767 0.003604 -0.011202 0.018313 -0.015075 0.011803 0.035651 -0.030795 0.011907 -0.025172 0.007953 0.013192 -0.033596 -0.007465 -0.001836 -0.018738 -0.023937 -0.025081 0.022911 -0.039975 -0.004365 -0.050844 -0.013821 0.012017 0.01562 0.020775 0.028051 -0.014444\nሾ 0.023025 0.017757 -0.051577 -0.02722 -0.010434 0.044938 -0.000341 -0.017093 -0.048321 -0.024678 0.037438 0.000381 0.02897 -0.000363 0.031136 -0.005396 0.026603 0.038668 0.009668 -0.053972 0.005599 0.033568 0.003974 -0.000232 0.000174 0.047755 0.012756 0.001867 -0.008351 -0.031428 0.009236 -0.028301 -0.026986 -0.000926 0.008139 -0.013858 -0.024829 0.03714 0.005017 0.009914 -0.013069 -0.018388 0.035275 0.012767 -0.019932 -0.003175 0.018279 -0.007749 -0.034206 0.001096 -0.023123 0.018432 -0.001505 -0.009245 0.004939 0.020316 -0.015949 0.003009 -0.012169 0.017321 -0.036724 -0.022488 0.022196 0.004 0.043682 0.028969 0.020921 0.007742 0.027896 0.008404 -0.005407 0.019242 0.019654 -0.021385 -0.015868 -0.011347 -0.030836 0.014749 -0.04921 0.001741 -0.00711 -0.014875 0.028572 0.001915 -0.036916 -0.025927 0.028422 -0.022028 -0.011619 0.021009 -0.025673 0.016848 0.001773 -0.005674 0.040165 -0.02415 0.007485 -0.051674 0.010885 -0.026246 -0.013983 0.028427 0.023792 -0.010958 -0.018673 -0.013966 -0.036799 0.010292 0.039741 -0.000215 0.031692 0.014291 0.031459 -0.013785 -0.014237 0.009961 -0.029791 -0.024918 -0.000897 -0.061644 0.021232 0.00538 0.027037 -0.000896 0.005846 0.004633 -0.008176 0.023904 -0.024845 0.005329 -0.012105 -0.034066 -0.01393 0.022899 -0.020364 -0.01011 -0.027412 -0.020922 0.011429 0.00965 -0.000515 0.017174 0.004512 0.013136 -0.024966 -0.004978 0.031963 0.009455 0.007459 0.002654 0.018278 0.027965 0.040191 0.018198 -0.002732 -0.016297 -0.007864 -0.026202 -0.010801 -0.029227 -0.026379 0.000358 0.00504 -0.027895 -0.029612 0.001688 -0.009907 -0.004026 0.0217 -0.004239 -0.039666 0.009057 0.0048 0.024248 -0.013229 0.012614 -0.01678 -0.026173 -0.039132 0.002371 0.022522 -0.013528 0.009966 -0.043995 -0.001833 -0.023223 0.017521 0.005075 -0.013649 0.000353 -0.008692 0.0165 -0.025339 -0.000187 -0.010414 0.033686 -0.04195 -0.008718 -0.007225 0.000466 -0.003158 -0.041213 0.007988 0.033771 -0.021843 0.020961 0.037076 -0.02278 -0.026567 0.057767 -0.024467 -0.030312 0.033135 -0.01108 0.016613 0.031495 0.01099 -0.012948 0.010259 0.00386 -0.011047 0.019028 -0.013365 -0.03051 -0.034922 -0.029287 -0.018323 0.002631 -0.001553 -0.018177 0.004737 -0.016368 -0.027353 -0.039463 -0.046632 -0.00378 0.009388 -0.040929 0.010084 0.005583 0.020786 0.01146 -0.028074 0.014809 0.001663 0.01121 0.046821 0.001934 0.007347 0.053174 0.018107 0.032448 -0.001264 -0.016754 -0.021116 -0.002837 0.001084 0.064839 -0.021193 -0.007806 0.028662 -0.003505 0.04759 -0.033658 -0.028164 -0.029424 -0.027397 0.001358 0.026388 0.014704 0.016467 -0.009225 0.01794 -0.016705 0.022783 -0.012734 0.027835 0.026385 0.020374 -0.041904 0.015597 -0.025312 0.031511 0.007595 -0.003041 -0.004985 -0.012703 -0.016426 -0.000299 0.001981 0.009213 -0.03166 0.015099 -0.02084 0.001065 0.004906 0.032734 0.017002 0.029137 -0.007157\nແ 0.033306 0.001967 -0.046045 0.023159 0.003776 0.035065 0.008798 -0.001196 -0.022689 -0.02799 0.025174 0.005525 -0.00751 -0.014791 0.024265 -9e-06 0.006458 -0.017285 -0.00543 -0.042317 -0.022952 0.003369 0.002892 0.011607 0.00611 0.008979 -0.008093 -0.003774 -0.014134 -0.020466 0.019752 -0.028525 -0.019447 -0.04152 0.012485 0.012344 -0.026336 0.037578 -0.001168 0.018196 -0.021112 0.009289 -0.002677 -0.005327 -0.022124 -0.026391 0.034105 -0.006684 -0.006883 0.010959 -0.000376 0.042732 0.028512 -0.032078 0.031235 0.012146 0.001155 0.015587 -0.008696 0.026931 -0.028597 -0.019613 -0.001474 -0.011295 0.011527 0.03181 0.037899 -0.018198 0.037593 0.01753 -0.048423 -0.01231 0.014466 0.014064 -0.037923 0.000184 -0.021428 0.02851 -0.026716 -0.013502 0.012831 0.003501 -0.002306 0.012212 -0.015547 -0.053653 0.007872 -0.007749 -0.011531 -0.013227 -0.007281 0.026672 0.011952 -0.016164 0.021195 -0.002874 -0.001031 -0.038564 -0.001344 -0.003123 -0.025085 -0.001083 -0.001403 -0.029744 0.018597 -0.006143 -0.00625 0.002671 0.036435 -0.004879 0.039852 0.019195 0.0254 -0.022704 0.004717 0.00234 -0.012104 0.004123 -0.009886 -0.036029 0.021395 0.007731 0.040071 0.022534 0.029954 0.011057 -0.007767 -0.011233 -0.002725 -0.013015 -0.007293 -0.003777 -0.00767 0.0297 -0.019705 0.014793 -0.032255 -0.001271 0.004533 0.039525 -0.001452 -0.010036 0.006874 0.021203 -0.03653 -0.047091 0.043177 0.00902 0.005322 -0.02901 0.010268 0.003204 0.036085 0.021293 0.00591 0.006427 0.001494 -0.024856 0.014735 -0.022886 -0.017515 0.00988 0.023807 0.021438 -0.008756 -0.016454 0.012088 -0.017421 0.022892 0.0145 -0.023571 -0.019662 -0.011968 0.027887 -0.017226 -0.0246 -0.005769 -0.005034 -0.035481 -0.023064 0.025603 -0.009203 0.002058 -0.013458 -0.007292 -0.015151 0.001723 0.025424 -0.045366 0.000727 0.007257 0.025887 -0.031898 -0.027639 0.003538 0.027898 -0.014847 0.014488 0.008393 0.000185 -0.026571 -0.023509 0.014334 0.021779 0.01532 0.023422 9e-06 -0.007758 -0.002122 0.035446 -0.016908 -0.002791 -0.004124 0.016654 0.004113 0.055326 0.008552 -0.023238 0.007246 -0.005412 -0.002316 0.009292 -0.008703 0.001907 -0.018269 -0.008302 0.001192 0.021179 -0.006769 -0.028416 -0.005254 0.002037 -0.004929 -0.025598 -0.033037 -0.003102 -0.011196 -0.03587 0.024836 0.018474 0.010303 0.026877 -0.02829 0.0163 0.002959 -0.007692 0.029064 -0.007002 0.040925 0.043677 0.021569 0.007787 0.009942 -0.031947 -0.026702 -0.013046 0.00892 0.01871 -0.023336 -0.002905 0.000216 -0.006971 0.024399 -0.027824 -0.020076 -0.022553 -0.030503 -0.014529 0.009022 0.002051 0.018838 0.006359 0.007937 -0.001521 0.00784 -0.001241 -0.005954 0.011002 0.034906 -0.037432 0.000748 -0.012401 0.006688 0.006518 -0.020337 -0.002322 0.013932 -0.00713 -0.013966 -0.014301 0.001868 -0.041136 0.007708 -0.059207 -0.013864 0.002773 0.009222 0.017689 0.020974 0.000455\nཀ 0.041255 0.010838 -0.057789 0.026905 0.007258 0.041422 0.006206 -0.015717 -0.013513 -0.028381 0.038515 0.015107 -0.003758 -0.029707 0.031766 0.000234 0.005071 -0.01489 -0.010651 -0.042704 0.001824 0.004561 0.010261 0.010745 0.007859 0.023189 -0.012235 -0.012299 -0.015783 -0.021668 0.020471 -0.046499 -0.029241 -0.051548 0.018828 0.022084 -0.047462 0.045851 0.012259 0.014429 -0.031512 -0.00058 -0.012151 0.003468 -0.028298 -0.022185 0.03223 0.00766 -0.003273 0.023781 -9.7e-05 0.053813 0.033152 -0.028703 0.041131 0.020548 0.002406 0.016026 -0.014274 0.027313 -0.046788 -0.024241 -0.013464 -0.009071 0.005951 0.028016 0.044485 -0.016747 0.029057 0.019976 -0.073113 -0.012472 0.019568 0.022554 -0.054641 0.005567 -0.042889 0.019041 -0.030587 -0.015374 0.020799 0.001124 -0.002729 0.014718 -0.03024 -0.058594 -0.001892 0.014221 -0.024066 -0.006651 -0.005641 0.032005 0.007363 -0.010769 0.013036 0.002296 -0.002599 -0.038195 -0.00942 -0.008946 -0.023608 0.00156 0.002621 -0.043321 0.015347 -0.00546 -0.015309 0.001948 0.045434 -0.008039 0.055038 0.017483 0.028141 -0.020882 0.003841 -0.00898 -0.01668 -0.005211 -0.016506 -0.034653 0.031973 -0.005672 0.045005 0.019798 0.032848 0.011972 -0.011837 -0.008914 -0.009616 -0.029017 -0.008463 -0.007621 -0.011461 0.027911 -0.025013 0.016973 -0.027068 0.008365 0.013351 0.043536 -0.006459 -0.013616 0.010232 0.034731 -0.036947 -0.040212 0.043443 0.0033 0.006142 -0.040319 -0.003923 0.021772 0.028855 0.024059 -0.005218 0.003691 -0.010321 -0.020589 0.020545 -0.020538 -0.01632 0.017688 0.025914 0.021049 -0.009884 -0.033934 0.019676 -0.023981 0.02005 0.015009 -0.033963 -0.026186 0.004877 0.036261 -0.02196 -0.047322 -0.017302 -0.010543 -0.044361 -0.011822 0.037252 -0.015322 0.010155 -0.013423 -0.006326 -0.021265 -0.002693 0.025532 -0.066841 0.009548 0.003046 0.032881 -0.025941 -0.034306 0.005216 0.043545 -0.031343 0.014763 0.002473 -0.001912 -0.039304 -0.031464 0.008287 0.034566 0.023442 0.020398 0.002658 -0.010431 -0.01494 0.049543 -0.025437 -0.018284 -0.005091 0.02906 -0.006844 0.066609 0.006392 -0.027499 0.009715 0.002459 -0.02295 0.020764 0.001498 0.001207 -0.030431 0.000962 -0.004766 0.010492 -0.009668 -0.024474 -0.010057 -0.010097 -0.021998 -0.02819 -0.02602 -0.003772 -0.017662 -0.028539 0.018155 0.026572 0.008043 0.041036 -0.018145 0.021906 0.000949 -0.002705 0.03929 0.004229 0.044038 0.051367 0.018359 0.009074 0.001501 -0.041236 -0.024839 -0.03056 0.001938 0.029567 -0.030849 -0.000216 0.008706 -0.014514 0.027957 -0.028839 -0.034856 -0.01756 -0.046912 -0.022219 0.002353 -0.008684 0.019685 0.010405 0.002367 -0.00143 0.005483 -0.00322 -0.007095 0.01574 0.043876 -0.052552 0.002056 -0.023103 0.016065 0.018687 -0.028377 -0.015248 0.004194 -0.010818 -0.028281 -0.022808 0.007668 -0.039117 0.008077 -0.065793 -0.027803 0.006299 0.018321 0.026266 0.027555 0.006768\nూ 0.011773 0.000473 -0.012455 -0.009737 -0.012334 0.022781 -0.017395 -0.04167 -0.013275 0.006424 0.02583 0.014298 -0.009547 -0.018355 0.020862 0.018229 0.013703 0.002154 -0.028795 -0.029603 -0.004551 0.00048 0.000299 -0.010686 -0.01749 0.018805 -0.017777 0.005272 -0.003426 -0.007326 -0.02051 -0.031211 0.002028 -0.009048 -0.006506 -0.014069 -0.008426 -0.00811 -0.014779 0.010586 -0.030323 -0.020446 0.024645 -0.003349 -0.01475 -0.010373 0.021395 -0.014865 -0.025148 0.01068 -0.022375 -0.024106 0.028427 0.032449 0.027376 -0.00167 0.022152 -0.011012 -0.017603 0.031245 -0.015771 0.001752 -0.007111 -0.002834 0.023912 0.014952 0.001011 0.012098 0.019465 0.01526 -0.020363 -0.014339 0.027741 0.005244 -0.012249 -0.001139 -0.018064 -0.008885 -0.012211 0.017364 -0.000999 -0.015588 -0.025012 0.007421 0.012246 0.016712 0.00627 -0.001857 0.01098 0.012683 0.026164 -0.005165 0.026614 0.009362 0.002191 -0.019029 -0.036963 -0.017845 0.006555 0.007423 -0.036466 -0.00809 -0.012267 -0.027722 -0.00359 -0.009903 -0.006052 -0.004055 0.008269 -0.038299 0.007734 0.016717 -0.01031 -0.008901 0.006599 -0.008828 0.01945 0.01747 0.009268 -0.022407 0.031582 -0.006444 0.013011 0.00948 0.019333 -0.006479 0.001263 0.004595 0.008971 0.015019 -0.007896 0.003202 0.002123 0.018864 -0.017869 -0.012747 -0.013467 0.019633 0.00348 0.020925 -0.000935 0.007791 -0.033565 0.009701 0.010009 -0.017274 0.007269 0.043577 -0.004686 -0.004473 -0.037865 0.008934 0.020716 0.021836 -0.004954 0.031157 0.014751 0.006408 0.005782 -0.037047 -0.027081 -0.011717 0.009969 -0.018914 0.00622 -0.007212 -0.023866 -0.016047 0.028837 0.004219 -0.016955 -0.009362 -0.019176 0.047382 0.011709 0.01072 0.020278 0.000482 -0.005351 -0.010862 -0.004902 -0.006331 0.00684 -0.026872 0.022256 -0.014875 -0.003327 0.006562 -0.019066 -0.011244 0.043565 0.000908 -0.005139 0.016921 -0.008884 -0.001937 -0.033754 0.024818 -0.011638 0.017381 0.010306 -0.001681 0.017022 0.014428 0.011782 -0.00379 0.032847 -0.028019 -0.00525 0.017192 0.004276 -0.021395 0.001911 0.006441 -0.000983 0.015241 0.005526 -0.009085 0.013735 0.016447 0.031573 0.01818 0.001107 0.010706 -0.011573 -0.005724 0.003947 -0.008741 0.004203 -0.016662 -0.006 0.007338 0.008121 0.007543 -0.013218 -0.021206 -0.011114 -0.019215 -0.001703 0.024049 -0.022355 -0.004464 0.004004 0.010362 -0.011232 0.032436 0.008329 -0.017021 0.020923 0.020405 0.012668 -0.009097 -0.008094 0.004433 0.011053 0.018661 0.016204 0.001928 -0.021597 -0.013483 -0.019179 -0.012127 -0.004122 0.005129 -0.033816 -0.020472 -0.007475 -0.005248 0.009956 0.01085 0.008747 0.012172 -0.01009 -0.024516 -0.005588 -0.005916 0.022148 0.000485 0.016028 -0.009649 0.005728 -0.029269 -0.003792 0.017235 -0.001354 -0.024626 0.014987 -0.001293 -0.002843 0.014203 0.011083 -0.014399 -0.003519 -0.024867 -0.004993 -0.002292 0.027001 0.013292 -0.000837 0.024078\nن 0.028446 0.004077 -0.041951 0.017322 0.005984 0.028972 0.003511 -0.005556 -0.019977 -0.027759 0.028189 0.009867 -0.007138 -0.017009 0.025205 -0.003203 0.008472 -0.017054 -0.009435 -0.039664 -0.016974 0.003307 0.006321 0.008517 0.002332 0.015029 -0.006565 -0.011288 -0.013345 -0.026724 0.020254 -0.026734 -0.014553 -0.035199 0.008626 0.011447 -0.031679 0.034576 0.006487 0.018266 -0.026688 0.00829 0.002742 0.001188 -0.024453 -0.019622 0.031578 -0.003105 -0.000898 0.010353 0.003377 0.041173 0.028047 -0.026362 0.036287 0.005804 -0.003895 0.018692 -0.010802 0.021676 -0.028017 -0.022305 -0.008326 -0.011795 0.015143 0.019683 0.035734 -0.011249 0.031523 0.017617 -0.04672 -0.00697 0.019679 0.016996 -0.039164 0.00116 -0.027269 0.022994 -0.030951 -0.01482 0.009148 -0.001062 0.001296 0.01058 -0.018319 -0.042077 0.003919 -0.003365 -0.015351 -0.003177 -0.007009 0.019994 0.00725 -0.008152 0.014399 -0.004256 -0.002934 -0.032706 -7.9e-05 -0.003347 -0.017285 0.003776 -0.000208 -0.028069 0.013515 -0.007239 -0.013504 0.009521 0.029415 -0.007483 0.038717 0.017562 0.020994 -0.015686 0.006081 -0.000474 -0.006312 0.001586 -0.013766 -0.035327 0.018665 0.000916 0.031645 0.019905 0.028737 0.011207 -0.007919 -0.009188 -0.010337 -0.014341 -0.010286 -0.000685 -0.01081 0.025641 -0.017167 0.010806 -0.029418 0.005082 0.009434 0.038855 0.000119 -0.008885 0.008698 0.020265 -0.026444 -0.043073 0.042681 0.012958 0.000678 -0.038074 0.00735 0.006565 0.028659 0.024387 -0.001997 0.005348 0.002132 -0.020987 0.01282 -0.02087 -0.019912 0.011854 0.019557 0.013504 -0.012429 -0.01456 0.016426 -0.019344 0.017381 0.013907 -0.023096 -0.020898 -0.008267 0.033589 -0.015542 -0.022439 -0.00757 -0.011043 -0.033178 -0.015489 0.029686 -0.012577 0.005698 -0.01206 -0.003037 -0.018579 0.001673 0.020538 -0.04435 0.000431 0.011907 0.021091 -0.030855 -0.028618 0.002989 0.033589 -0.018814 0.013907 -0.001004 0.000715 -0.027354 -0.026304 0.015011 0.022443 0.013491 0.016345 0.011123 -0.008639 -0.006079 0.034463 -0.017565 -0.002402 -0.010816 0.015836 -0.003178 0.057901 0.007674 -0.020108 0.007454 -0.003013 -0.0051 0.006098 -0.004705 0.005006 -0.021973 -0.001909 -0.000129 0.017364 -0.004127 -0.022542 -0.002637 -0.001094 -0.003298 -0.019974 -0.030373 -0.003964 -0.013323 -0.028152 0.020383 0.016759 0.007575 0.018096 -0.022521 0.008073 0.005212 -0.003611 0.030933 -0.003095 0.03536 0.044958 0.020139 0.004208 -0.001833 -0.032494 -0.024379 -0.020976 -0.000344 0.020312 -0.024751 -0.006926 0.001957 -0.013839 0.026923 -0.026571 -0.026877 -0.019041 -0.030861 -0.013039 0.006236 -0.000255 0.017194 9.8e-05 0.009856 -0.00189 0.010466 -0.001787 -0.003211 0.01433 0.040753 -0.043303 -0.000869 -0.017931 0.014135 0.010458 -0.016023 -0.004533 0.019026 -0.008672 -0.015766 -0.015738 0.006877 -0.035407 0.008337 -0.057632 -0.007532 0.006263 0.011318 0.013308 0.016279 0.000553\nˉ 0.019855 0.037944 -0.043864 0.042595 -0.002925 0.012146 0.068571 -0.006606 -0.024644 0.027756 -0.012961 0.038992 -0.06946 -0.01565 -0.008108 -0.019918 0.045766 -0.001298 -0.041456 -0.023903 0.001258 0.017523 0.045923 0.023588 0.036333 -0.04735 0.015394 0.033159 0.036964 -0.006639 0.027223 0.016495 -0.017166 -0.008236 0.016576 0.044153 0.003544 0.00903 0.020321 0.007344 -0.039065 -0.024487 0.025616 0.022888 0.026846 -0.003929 -0.055558 0.012631 0.003443 0.055285 -0.038454 0.032431 -0.03161 -0.005911 0.02211 0.002937 -0.022545 -0.02634 -0.055088 -0.058814 0.023225 0.017476 -0.034699 -0.008926 0.013055 -0.011855 0.009118 -0.044983 -0.032715 0.009521 0.007242 0.005014 -0.005934 -0.001471 -0.043781 -0.039786 0.008559 0.023573 0.06387 0.002447 -0.054262 0.028014 -0.00373 0.004731 0.037075 -0.008126 0.028286 0.060062 -0.007916 -0.059041 0.123958 -0.015122 0.02236 0.028591 -0.018585 -0.00897 0.050761 -0.005628 -0.065354 0.000624 0.022392 -0.032442 0.024614 0.004984 0.026669 -0.002648 -0.011529 -0.023952 0.041623 -0.018592 0.001753 0.047279 -0.014014 -0.02798 -0.040423 -0.018293 -0.001726 0.038161 -0.029377 -0.059025 -0.019936 0.036086 0.064678 0.012004 0.031665 0.01609 0.008122 0.014414 0.009684 -0.005197 0.031363 0.003345 0.030862 0.012393 -0.022624 -0.028545 0.005356 -0.035198 -0.03946 0.034653 0.022146 0.015336 0.038466 -0.022483 -0.043668 -0.009468 0.033033 0.042952 -0.013992 -0.051458 0.057572 -0.000925 0.022393 0.039644 -0.016752 -0.035707 -0.006107 -0.028728 -0.01507 0.042088 -0.023827 -0.003579 -0.039221 -0.019598 0.011488 0.005901 0.021599 0.027362 0.073332 0.065198 -0.03034 -0.013147 -0.029781 0.004976 0.011499 -0.029025 -0.005554 0.012767 0.013575 0.003504 -0.008487 -0.01986 0.016583 -0.04753 -0.029766 0.019792 0.033122 0.048302 -0.056353 0.022142 -0.001378 0.076367 0.004725 0.003235 -0.009134 -0.003398 0.01701 0.022491 0.015221 -0.007871 0.019765 0.025887 -0.022387 -0.014127 0.017287 0.00802 0.018831 0.019387 -0.015183 0.033155 -0.014183 0.042388 -0.002382 -0.029829 0.045431 0.00871 -0.012132 -0.003183 0.039266 0.033169 -0.065207 -0.027909 -0.039802 -0.012598 -0.035436 -0.01137 -0.027416 0.008963 0.007499 -0.005125 -0.050949 -0.017406 -0.008582 -0.002339 -0.016886 0.009936 -0.024499 0.04383 -0.021447 -0.023172 -0.042612 -0.030663 -0.032405 0.003109 -0.003221 0.037651 0.032484 0.03323 -0.015126 0.016994 -0.049004 0.031802 -0.016382 0.024772 -0.036859 -0.022241 -0.049968 -0.015072 0.000982 0.012975 0.046967 -0.000816 -0.062272 -0.007223 0.01384 -0.002681 -0.006419 -0.067435 -0.034738 -0.000176 0.015199 -0.033945 0.033905 -0.005323 -0.032395 -0.045454 0.035544 0.008672 0.050211 -0.010843 -0.004557 -0.056673 -0.007882 -0.018737 0.003194 -0.004922 0.026468 0.004766 0.00387 -0.081649 -0.021166 0.030829 -0.007921 -0.017447 -0.000818 0.003805 -0.040153 -0.024424 -0.057549 -0.001917\nვ 0.029536 -0.005782 -0.021789 0.003066 0.001167 0.021652 -0.001504 -0.00599 -0.0134 -0.020875 0.023951 0.004859 -0.010972 -0.015501 0.016503 -0.00803 0.006984 -0.010329 -0.002636 -0.023092 -0.003782 0.004337 0.003692 0.007891 -0.005309 0.012682 -0.006467 -0.009257 -0.011417 -0.015102 0.013952 -0.023173 -0.011987 -0.023605 0.012326 0.008339 -0.019574 0.029937 0.000106 0.005426 -0.017278 0.006722 0.004159 -0.003424 -0.019376 0.000498 0.014218 0.001195 -0.005263 0.000432 0.004294 0.028871 0.014038 -0.018848 0.017196 0.006568 0.004382 0.012507 -0.014068 0.01489 -0.021599 -0.008364 -0.001741 -0.008704 0.015247 0.01273 0.016914 -0.002058 0.015853 0.002894 -0.03217 -0.002461 0.009475 0.008028 -0.03306 -0.002299 -0.01169 0.014104 -0.022639 -0.006038 0.005635 -0.005902 -0.014613 0.002193 -0.012207 -0.024335 0.002422 0.006516 -0.008389 -0.003218 -0.006735 0.009871 0.002672 -0.003957 0.016627 -0.005412 -0.005337 -0.019837 8.4e-05 -0.000718 -0.015212 0.004313 -0.002507 -0.021031 0.002634 -0.005604 -0.010903 0.009395 0.033346 -0.006368 0.026732 0.017705 0.014517 -0.011992 0.004137 -0.002894 -0.001367 0.000219 -0.012217 -0.022539 0.025669 0.006896 0.016261 0.016034 0.024792 0.005893 -0.000794 -0.012799 -0.000599 -0.007729 -0.003245 0.005392 0.000203 0.023302 -0.009509 0.002427 -0.008361 0.005833 0.017173 0.025847 0.002021 -0.00441 -0.00733 0.019159 -0.022828 -0.032328 0.027674 0.008109 0.00081 -0.028708 -9.6e-05 -0.003727 0.016378 0.004014 -0.000858 0.000613 0.003724 -0.009993 0.010741 -0.015064 -0.015889 0.007786 0.005399 0.010103 -0.006119 -0.005947 0.002938 -0.023193 0.008833 0.011094 -0.012822 -0.012803 0.000859 0.02385 -0.010803 -0.01434 -0.007675 -0.01221 -0.024479 -0.003374 0.012902 -0.003945 -0.003347 -0.010556 -0.00532 -0.01642 0.005798 0.014535 -0.030241 -0.002297 0.015915 0.012771 -0.015541 -0.019447 0.002838 0.026395 -0.006874 0.011212 0.003788 0.000595 -0.013922 -0.011313 0.009635 0.013871 0.010861 0.008623 0.002431 -0.003566 -0.001323 0.021649 -0.012706 -0.00232 -0.004636 0.006242 -0.001184 0.034316 0.002473 -0.013294 0.009902 2.3e-05 0.000212 0.009006 -0.004365 0.010236 -0.013311 -0.010091 0.004924 0.013554 -0.005425 -0.012883 -0.00232 -0.002437 0.000684 -0.013496 -0.024314 -0.008732 0.003947 -0.022973 0.015168 0.003197 0.005744 0.003761 -0.018292 0.003204 0.000633 0.006275 0.012761 -0.001343 0.023105 0.027166 0.014399 0.013728 0.002121 -0.019945 -0.013164 -0.012388 -0.005631 0.013257 -0.018697 -0.002575 0.006445 -0.003811 0.009898 -0.025171 -0.018838 -0.011756 -0.017585 -0.019254 -0.000959 -0.002785 0.010345 0.006234 0.004555 -0.00819 0.00777 -0.003301 -0.00018 0.003818 0.029208 -0.031407 -0.000249 -0.016381 0.014028 0.00152 -0.010819 -0.006025 0.013564 0.004159 -0.003897 0.001489 -0.000228 -0.027826 -0.001118 -0.035608 -0.012754 0.006218 0.006494 0.009189 0.004835 0.004403\nỡ 0.086605 0.01166 -0.062547 0.049758 0.040771 -0.016832 0.038555 -0.039024 -0.007593 -0.037534 0.068963 -0.018951 -0.020189 0.001758 -0.011796 -0.02805 0.0701 -0.046067 0.042489 -0.035389 -0.005531 0.071737 -0.027753 0.082493 -0.01347 0.035302 0.011736 0.033371 0.063428 0.015339 0.042441 -0.081956 0.028187 0.008833 0.080692 -0.036619 -0.010169 0.039538 -0.040782 0.061629 0.03069 0.024583 -0.061873 0.018081 -0.086069 -0.045486 0.008508 -0.039743 0.0672 0.020334 0.005195 0.061276 0.014574 -0.035344 0.028105 0.0131 0.008644 0.047621 -0.010368 0.011275 0.009372 -0.040402 0.017927 0.009101 0.027101 0.017212 0.080388 -0.017808 0.02377 -0.040876 -0.038884 -0.028229 0.052312 -0.024279 0.00277 0.05374 0.031133 0.068606 -0.002639 -0.007975 0.02305 0.039729 0.012726 0.061154 -0.021462 -0.044296 -0.088935 -0.057598 0.010668 -0.053264 -0.007987 0.017514 -0.006087 -0.047214 -0.03388 -0.023691 -0.010775 0.074309 -0.021317 -0.059572 -0.025283 0.045671 0.007346 -0.016145 0.033818 0.004444 -0.000642 -0.001934 0.06781 0.044285 0.01007 0.021041 -0.008735 0.060353 -0.018456 0.009917 -0.049156 -0.001297 -0.020736 -0.072196 -0.021197 -0.04304 0.059775 0.010809 -0.002847 0.04049 -0.035937 0.001634 0.004745 0.046286 0.044731 0.094759 -0.053206 -0.031649 0.03411 0.034319 0.002889 0.034307 0.002209 0.007298 -0.006395 -0.009908 0.065564 0.049172 -0.054602 0.033594 0.048076 0.00679 -0.024728 0.003871 0.042509 -0.024808 0.023879 -0.002995 0.008169 -0.000252 0.090314 -0.033106 -0.0349 -0.080048 0.049284 -0.027782 0.033421 0.004335 0.055778 0.016665 0.033381 -0.027857 0.104948 0.028361 -0.053134 -0.02956 -0.002757 -0.038597 -0.052943 0.010666 -0.011227 0.026652 0.050463 0.001496 0.037855 0.04365 0.012499 0.005133 0.021466 0.072408 -0.005588 -0.059128 -0.047394 -0.034396 0.082951 0.01459 0.033214 0.087034 -0.057939 0.030873 -0.002615 -0.020295 0.032341 -0.015846 -0.00094 -0.026828 -0.024919 -0.002577 0.058924 -0.058185 -0.023354 0.018726 -0.004952 0.009784 -0.040434 -0.014976 0.045701 -0.042654 0.024641 -0.004261 -0.001011 0.035765 0.007034 0.070364 0.061389 -0.008013 0.033883 -0.057752 0.00055 -0.050813 0.054184 -0.002161 0.055234 -0.007353 0.001417 -0.029884 -0.019655 0.002879 0.003734 -0.00129 -0.003394 -0.083215 0.029042 0.044503 0.013824 0.020453 -0.040947 -0.061541 -0.014377 -0.007719 -0.021165 0.045118 0.02598 0.03098 -0.035257 0.019719 0.053262 -0.01013 -0.061208 -0.025264 -0.047104 0.036342 -0.01593 -0.011935 -0.047002 0.028157 0.009961 0.034221 -0.027011 -0.019309 0.001031 0.053428 0.000356 -0.003675 0.041631 0.006158 0.036139 0.002716 0.062604 0.002069 0.047523 0.034538 0.052647 -0.025581 -0.007563 0.009654 -0.042805 0.024093 -0.074154 0.003134 -0.021224 0.032705 -0.046013 -0.000276 0.060606 -0.067125 1.4e-05 -0.06465 0.028473 0.057587 -0.024752 -0.031796 0.083432 0.031722\n৯ 0.059263 -9.8e-05 -0.076499 0.031104 0.014683 0.031018 0.024244 0.003107 -0.034957 -0.054744 0.047148 0.024756 0.004048 -0.020621 0.057522 -0.021955 0.006098 -0.043947 -0.025299 -0.065285 -0.026513 0.013392 0.008966 0.020576 0.029193 0.033811 -0.023765 -0.012159 -0.024353 -0.057256 0.039902 -0.042864 -0.033718 -0.080252 0.018068 0.018905 -0.058406 0.078226 0.007288 0.028791 -0.058622 0.002845 -0.008333 0.020348 -0.049042 -0.057271 0.056878 -0.002469 -0.009529 0.040307 -0.001605 0.095593 0.051978 -0.043489 0.05236 0.010554 -0.021155 0.030853 -0.029495 0.052526 -0.030023 -0.063575 -0.026951 -0.029196 0.041102 0.040972 0.05862 -0.016168 0.079341 0.015137 -0.080657 -0.002611 0.046479 0.037677 -0.076057 0.034682 -0.047134 0.03877 -0.039553 -0.032571 0.019051 -0.021661 -0.002609 0.035777 -0.027318 -0.078033 0.026941 -0.010272 -0.035066 -0.031181 -0.012997 0.04363 0.00423 -0.021019 0.005866 -0.027062 -0.013338 -0.073017 -0.017634 -0.028939 -0.02578 0.026677 0.006404 -0.051974 0.024751 4.1e-05 -0.043455 0.018897 0.050363 -0.018522 0.075441 0.029582 0.034013 -0.037148 0.01698 -0.000417 -0.008682 0.005339 -0.033828 -0.046132 0.045878 0.016431 0.074756 0.025767 0.055441 0.02662 -0.028708 -0.015348 -0.008748 -0.025634 -0.025259 -0.021943 -0.018919 0.059765 -0.03988 0.024644 -0.049924 -0.013913 0.008956 0.095922 -0.004441 -0.01649 0.022433 0.056228 -0.049239 -0.081154 0.064704 -0.000417 -0.004313 -0.060847 0.004645 0.017708 0.054875 0.063265 0.004026 0.000644 -0.003891 -0.009442 0.050238 -0.043205 -0.028535 0.044242 0.035517 0.03066 -0.017414 -0.040522 0.033667 -0.033334 0.042917 0.037451 -0.060253 -0.031168 -0.003641 0.05559 -0.026445 -0.055423 -0.01705 -0.021746 -0.064656 -0.03518 0.055302 -0.018838 0.005475 -0.016334 0.004683 -0.035897 0.015383 0.041806 -0.116255 0.014755 0.009837 0.067258 -0.050074 -0.058387 -0.001938 0.081645 -0.033703 0.028678 0.011599 0.002167 -0.048231 -0.061937 0.053627 0.064398 -0.0055 0.032341 0.048392 -0.031692 -0.015846 0.065502 -0.045585 -0.018223 -0.011098 0.010356 0.003221 0.115952 -0.008692 -0.0411 0.014152 0.00672 -0.036809 0.010132 -0.000465 0.006106 -0.047589 -0.002634 0.008052 0.057174 -0.030825 -0.030367 -0.020607 -0.004313 0.007297 -0.033719 -0.080222 0.003088 -0.022068 -0.049035 0.045158 0.061207 0.010403 0.031005 -0.023245 0.020687 -0.000197 -0.005429 0.081501 -0.014365 0.061398 0.100275 0.051104 0.00664 0.016624 -0.075832 -0.069739 -0.033941 0.000617 0.054689 -0.022402 -0.019754 0.003179 -0.0405 0.059018 -0.029287 -0.060079 -0.02559 -0.044112 -0.038192 0.027649 0.008053 0.023556 2.6e-05 0.003449 -0.03732 0.026609 0.008676 0.001703 0.034907 0.080912 -0.096108 -0.019127 -0.03567 0.006952 0.036452 -0.048399 0.007251 0.010483 -0.010374 -0.014093 -0.030276 0.015342 -0.066553 0.024406 -0.120269 -0.02414 -0.003476 0.014336 0.039098 0.034778 0.010696\n۱ 0.040842 0.001703 -0.084532 0.041719 0.013764 0.049841 0.026337 -0.005544 -0.022668 -0.039321 0.042982 0.015374 -0.018739 -0.036579 0.012538 -0.043645 -0.002849 -0.043712 0.004494 -0.088644 -0.040217 0.038693 0.015994 0.018181 0.027655 0.002091 -0.015992 -0.050109 -0.021592 -0.00812 0.049778 -0.028658 -0.017734 -0.039109 0.00677 0.049607 -0.050877 0.062434 -0.021212 0.013689 -0.037418 0.0216 -0.008197 0.010152 -0.033842 -0.025529 0.041289 0.052251 0.009933 0.03321 0.049029 0.077011 0.03656 -0.037213 0.077191 0.007544 0.011825 0.037176 0.000769 0.036572 -0.060182 -0.0254 -0.00961 -0.023073 0.006519 0.062643 0.059394 0.002041 0.034946 0.041777 -0.06614 -0.005006 -0.000866 0.013055 -0.077919 -0.013864 -0.028849 0.047976 -0.011726 -0.028902 0.006386 0.028253 -0.061725 0.03538 -0.000299 -0.068302 0.031158 0.005914 -0.051746 -0.024208 -0.000929 0.034761 -0.01346 -0.02855 -0.004243 0.027106 -0.006808 -0.071487 -0.026711 -0.029689 -0.007228 -0.025472 -0.00204 -0.044883 0.053583 0.008915 -0.024059 -0.001034 0.062144 -0.011095 0.098684 0.057702 -0.00366 -0.027471 0.025918 0.012275 -0.005695 -0.009326 0.005926 -0.074596 0.0184 -0.01408 0.028055 0.041968 0.043686 0.011847 -0.024805 -0.024513 -0.02426 0.003712 -0.037472 0.015539 -0.037511 0.07547 0.009307 0.041628 -0.068264 -0.007179 0.018096 0.066539 -0.015875 -0.013133 0.01064 0.031638 -0.035425 -0.04949 0.014823 0.010548 0.035871 -0.065887 0.002492 -0.031807 0.097268 0.017692 0.010935 0.012603 -0.001839 -0.059314 0.03273 -0.033522 -0.051121 -0.005213 0.066805 -0.003649 -0.037311 -0.016711 0.050218 -0.033726 0.037338 -0.013436 -0.042543 -0.032924 -0.01567 0.040893 -0.048409 -0.03481 -0.047255 -0.027185 -0.035453 -0.026211 0.05828 0.024799 0.023702 -0.007892 -0.022747 0.003715 -0.006387 0.011174 -0.098096 0.005323 0.003568 0.003951 -0.085121 -0.051187 -0.004851 0.064781 0.010281 0.014575 -0.022984 0.019623 -0.06973 -0.017671 0.00771 0.01339 0.035165 0.015553 -0.018115 0.00312 -0.030683 0.052898 -0.039389 -0.016211 -0.030763 0.036409 0.004297 0.114127 0.039263 -0.00088 -0.008596 -0.030128 -0.003687 0.021548 0.011651 -0.021368 -0.045899 0.007325 -0.000831 -0.013903 -0.001713 -0.041272 0.001072 -0.004811 -0.008954 -0.04177 -0.036206 -0.041885 -0.024018 -0.072338 0.062401 0.029374 -0.012922 0.046373 -0.052669 0.002337 -0.037355 -0.002024 0.044561 -0.036363 0.04483 0.076388 0.06889 -0.000113 0.002488 -0.097145 -0.067288 -0.006503 0.002658 -0.002497 -0.018987 -0.035903 0.032838 -0.005378 0.045406 -0.057251 -0.022639 -0.062279 -0.078392 -0.009246 0.020075 -0.005448 0.041251 0.010224 -0.000145 -0.021397 0.045786 -0.008023 -0.018384 0.020029 0.065086 -0.045628 -0.014419 0.007668 -0.006565 0.005283 -0.020495 0.013587 -0.021593 -0.04147 -0.024705 -0.017202 0.031475 -0.080976 0.013367 -0.110116 0.01709 0.00728 -0.002071 -0.009316 -0.004884 0.021761\nõ 0.048476 -0.002948 -0.053585 0.027541 0.013749 0.019131 0.036312 -0.028222 -0.034423 -0.022205 0.035836 -0.029696 -0.00839 0.001385 0.009332 0.013042 0.005716 -0.034066 -0.0055 -0.03574 -0.033711 0.022007 -0.000372 0.018089 -0.005754 0.024206 -0.001004 -0.000679 0.020944 -0.006237 0.014577 -0.022598 0.013935 -0.01006 0.042262 0.001774 -0.032606 0.018243 -0.016186 0.04142 -0.009141 0.018926 -0.019668 -0.002613 -0.034747 -0.056816 0.032653 0.000858 0.018147 0.031864 0.029996 0.037759 0.034484 -0.030874 0.060987 0.017068 -0.032835 0.023426 -0.005468 -0.002794 -0.018079 -0.037551 -0.012231 0.005782 0.002875 0.014661 0.03339 -0.030234 0.030647 0.019924 -0.048855 -0.003373 0.028106 0.019564 -0.04775 0.034048 0.000296 0.028621 -0.019384 -0.013917 0.004109 -0.012787 0.005551 0.035856 -0.013392 -0.036296 -0.002382 -0.028061 0.006407 -0.038038 0.002697 0.044726 -0.013579 -0.031421 -0.002591 -0.016251 -0.007033 -0.008409 -0.011875 -0.016866 -0.023387 0.033815 -0.0103 -0.015896 0.025434 -0.009263 -0.004076 -0.011288 0.052713 -0.009118 0.021755 0.013654 -0.007754 -0.019801 0.01838 0.015329 -0.013719 -0.011878 -0.010059 -0.033858 0.012847 -0.011096 0.045519 0.034509 0.023599 0.029378 -0.015546 -0.017515 -0.010346 -0.007031 -0.006028 0.000915 -0.042426 0.010437 -0.005742 0.024249 -0.037976 0.030721 0.010407 0.032377 -0.002879 0.009109 0.012444 0.027758 -0.040986 -0.00399 0.043362 -0.010124 -0.027413 -0.04587 0.002483 0.000862 0.028758 0.027413 -0.006898 0.003298 -0.000424 -0.023926 0.00158 -0.02959 -0.00653 0.006444 0.02531 0.014585 -0.03491 -0.026576 0.020647 -0.031192 0.022082 0.005644 -0.043328 -0.027321 -0.021849 0.009579 -0.030893 -0.008019 0.026231 -0.001542 -0.011396 -0.037215 0.039887 -0.002023 6.8e-05 -0.012491 -0.007903 -0.004233 0.007262 0.014995 -0.073697 -0.030801 0.019314 0.013304 -0.029529 -0.000699 -0.026216 0.021745 0.007385 -0.005168 0.009103 0.006948 -0.039536 -0.045714 0.012283 0.030699 0.029113 0.008986 0.00886 -0.009621 -0.024562 0.008888 -0.045409 0.002635 0.013673 -0.003935 0.011575 0.037417 0.036882 -0.022409 0.013467 0.023742 0.010764 0.020824 0.009877 -0.003192 -0.009358 -0.013543 0.023978 -0.001186 0.00457 -0.01418 8.9e-05 -0.010356 -0.030597 -0.062273 -0.032863 0.011926 -0.000324 -0.042339 0.016424 0.008249 -0.013238 0.056281 -0.018378 0.021642 6.8e-05 -0.013249 0.05352 -0.000258 0.01932 0.060902 0.013406 0.012878 0.021438 -0.042831 -0.028687 -0.009098 0.00785 0.038328 0.002561 -0.036873 0.014863 -0.000182 -0.006197 -0.023426 -0.051411 -0.041663 -0.026817 0.003223 -0.011171 0.008668 0.023538 -0.005897 0.002107 -0.004614 0.019581 -0.01288 0.021292 0.036273 0.028437 -0.045691 -0.012736 0.012371 0.013463 0.016871 -0.04098 0.009837 -0.024555 -0.000232 -0.03446 -0.006232 0.022643 -0.037239 0.006684 -0.053407 -0.02165 0.017442 0.010114 -0.003903 0.036922 -0.016408\nก 0.026609 7.2e-05 -0.038919 0.022488 0.011501 0.030738 0.006923 -0.000225 -0.021382 -0.02592 0.020207 0.002708 -0.005404 -0.017554 0.026891 -0.003243 0.007045 -0.020386 -0.007943 -0.039517 -0.013635 0.006626 0.005055 0.012619 0.005299 0.011431 -0.011864 -0.005259 -0.01244 -0.022512 0.017748 -0.024888 -0.016809 -0.033955 9.1e-05 0.015701 -0.031232 0.033855 0.010209 0.015717 -0.028516 0.009043 0.000197 -0.004762 -0.022825 -0.021766 0.031383 0.005702 0.001547 0.007657 0.003835 0.041327 0.030379 -0.028626 0.033235 0.003673 -0.002237 0.021823 -0.01217 0.021035 -0.026395 -0.027442 -0.000476 -0.015079 0.009109 0.017168 0.027399 -0.014264 0.035985 0.013396 -0.043062 -0.008803 0.019485 0.011517 -0.048672 0.004953 -0.026773 0.020221 -0.029435 -0.014345 0.012742 -0.003548 0.00137 0.011252 -0.01713 -0.043984 -0.000471 -0.001472 -0.01635 -0.00169 -0.00616 0.022052 0.009748 -0.012339 0.014024 -0.003816 0.003654 -0.034457 0.002809 -0.000452 -0.017799 0.006613 -0.001429 -0.023054 0.014513 -0.002002 -0.008843 0.00695 0.027539 -0.003329 0.045948 0.017145 0.026192 -0.013614 0.007515 0.000723 -0.002269 0.000959 -0.003449 -0.034877 0.017689 0.003936 0.035525 0.020398 0.033822 0.009269 -0.013106 -0.014748 -0.004726 -0.014953 -0.008227 -0.00692 -0.016668 0.028619 -0.017347 0.012671 -0.030481 -0.001043 0.007881 0.037254 6.9e-05 -0.008484 0.006343 0.024606 -0.033335 -0.041968 0.039521 0.005924 0.000462 -0.038136 0.001121 0.005112 0.032031 0.024383 0.000871 0.006593 0.004559 -0.025857 0.010993 -0.02139 -0.012293 0.010818 0.021406 0.012811 -0.012256 -0.010837 0.01895 -0.014881 0.020341 0.015526 -0.022294 -0.018442 -0.007947 0.027253 -0.020465 -0.020831 5.9e-05 -0.005035 -0.035186 -0.017061 0.03531 -0.012954 0.008661 -0.009383 -0.008441 -0.010515 0.005513 0.016752 -0.046504 -0.001079 0.013211 0.024864 -0.033077 -0.030723 0.008671 0.031753 -0.016435 0.008463 0.001487 0.003073 -0.030837 -0.027073 0.012755 0.022879 0.022781 0.015182 0.007148 -0.005667 -0.001613 0.029699 -0.018103 -0.000413 -0.006387 0.016228 -0.000252 0.05412 0.003603 -0.021275 0.007528 -0.002003 -0.000996 0.011614 -2.1e-05 0.004421 -0.023632 -0.001742 -0.00173 0.014501 -0.003101 -0.027219 -0.008978 0.000642 -0.002555 -0.022039 -0.02895 -0.00439 -0.009529 -0.032666 0.021821 0.025522 0.007821 0.02833 -0.026256 0.011397 0.002488 -0.002775 0.030286 -0.003736 0.03064 0.049273 0.016255 0.002477 -0.006166 -0.039496 -0.025359 -0.017531 -0.000164 0.024327 -0.023242 -0.014999 0.008168 -0.01056 0.025585 -0.021177 -0.02249 -0.024958 -0.026767 -0.010622 0.00596 0.000999 0.017157 -0.002027 0.009298 0.002003 0.008665 -0.001465 0.000729 0.012934 0.039509 -0.044111 -4.8e-05 -0.007102 0.010229 0.013554 -0.01599 -0.005662 0.018915 -0.006144 -0.02048 -0.012815 0.008542 -0.037223 0.007985 -0.059002 -0.008428 0.00862 0.006683 0.014654 0.017291 -0.000377\nಂ 0.022507 -0.013783 -0.022229 0.011129 0.022111 0.032506 0.000772 -0.023242 -0.013043 -0.018002 0.034995 0.013803 0.007773 -0.025836 0.017043 -0.020798 0.005143 -0.026732 -0.013698 -0.03273 -0.001377 0.001006 -0.007484 -0.004216 0.000119 0.013795 0.007079 0.011257 -0.00619 -0.019734 0.025198 -0.008489 -0.014148 -0.018639 0.012479 0.017626 -0.038258 0.030798 0.005364 0.011341 -0.029706 0.009216 -0.011903 -0.012556 -0.011375 -0.007487 0.038881 0.008791 -0.011098 0.009969 -0.009153 0.026668 0.024357 -0.029124 0.027046 0.024297 -0.020125 0.004635 -0.009261 0.016851 -0.023909 -0.020323 -0.011244 0.010146 0.019269 0.005849 0.014439 0.000922 0.033478 0.014119 -0.035058 -0.009877 0.016959 0.030972 -0.050391 0.013378 -0.032885 0.018399 -0.041426 -0.00403 0.007329 -0.007313 0.004898 0.007856 -0.00662 -0.037245 -0.002742 0.015954 -0.006535 -0.014622 0.00271 0.005852 0.00833 -0.014788 0.013157 -0.006631 -0.007174 -0.015111 -0.002176 -0.008614 -0.009008 0.009252 0.00747 -0.003344 0.02312 -0.007959 -0.006286 -0.008143 0.027897 0.000813 0.028487 0.016564 0.008367 -0.006659 0.005567 -0.018425 0.008376 -0.0061 -0.012988 -0.007427 0.012438 0.016061 0.032791 0.028329 0.025782 0.009787 -0.006342 -0.000307 -0.000806 -0.019723 -0.034417 0.014866 -0.024358 0.028912 -0.006942 0.00176 -0.01406 -0.002182 0.011669 0.026212 -0.005322 0.005134 0.002893 0.008623 -0.03448 -0.041772 0.060662 0.011804 0.013807 -0.037991 0.012125 0.023541 0.004168 0.00552 -0.007938 0.014514 0.012727 -0.013188 0.005074 5.2e-05 -0.034612 0.00881 0.019646 -0.006193 -0.008447 0.004635 0.010622 -0.025626 0.01224 -0.008527 -0.029316 -0.015311 0.010923 0.023606 0.002254 -0.010464 0.003139 0.008495 -0.026511 -0.014459 0.040103 0.00769 0.011478 -0.004231 0.009717 -0.015219 0.011314 0.009977 -0.034448 0.010694 0.01425 0.033337 -0.022336 -0.015026 0.003671 0.019663 -0.012651 0.015083 0.009692 0.006657 -0.045819 -0.034873 0.005286 0.018661 0.006641 -0.000421 0.022447 -0.006285 0.000399 0.014349 -0.016284 -0.012465 0.010521 0.003932 0.013654 0.027801 -0.004306 -0.016255 0.010937 0.020636 -0.009778 -0.005083 -0.021141 -0.00783 -0.024527 0.003942 -0.002499 0.00418 -0.005035 -0.00234 0.003623 -0.003225 0.007589 -0.014474 -0.028966 0.008793 0.001005 -0.018531 0.012175 0.019505 -0.017929 0.012271 -0.004539 0.015949 -0.001306 -0.007867 0.036333 -0.000917 0.021848 0.019268 0.005234 0.009911 0.004807 -0.021614 -0.021752 -0.004451 -0.011504 0.019809 -0.011477 -0.026352 -0.00186 -0.005076 0.026813 -0.008149 -0.026185 -0.019397 -0.015805 -0.006311 0.007678 -0.001682 0.016344 -0.004688 0.005426 0.006862 0.015679 -0.007436 0.012088 0.030901 0.041067 -0.038307 -0.00737 -0.00926 0.000329 0.010942 -0.027381 -0.019367 0.012466 0.004904 -0.015836 0.003914 0.025425 -0.025268 0.012451 -0.045674 0.001079 0.010938 -0.008156 0.016417 0.011803 0.000858\nچ 0.025188 0.001977 -0.03743 0.012764 0.006823 0.027558 -0.003719 -0.014847 -0.01439 -0.027797 0.043814 0.006873 -0.009698 -0.018958 0.020361 -0.013884 0.005575 -0.00412 -0.011348 -0.039084 -0.015777 0.005395 0.008897 0.005974 -0.003708 0.008864 -0.012147 -0.007916 -0.00904 -0.020028 0.019327 -0.019501 -0.016791 -0.025476 0.008899 0.007987 -0.026488 0.036747 0.011802 0.016549 -0.024481 -0.000197 -0.001628 -0.006459 -0.023265 -0.009875 0.026814 0.007518 -0.000446 0.001531 0.004465 0.032588 0.022127 -0.025338 0.037688 0.001916 -0.009902 0.013681 -0.007863 0.013909 -0.029766 -0.023314 -0.005184 -0.012916 0.01655 0.012835 0.032404 -0.005156 0.030747 0.012384 -0.039705 -0.007734 0.016631 0.024008 -0.035511 -0.002645 -0.021382 0.008092 -0.037154 -0.015 0.004239 -0.005954 0.004952 -0.00112 -0.028473 -0.029157 -0.007837 0.002678 -0.016739 -0.007384 -0.004896 0.016708 0.009187 -0.015167 0.018522 -0.013492 -0.004839 -0.032666 -0.004624 -0.004539 -0.023679 0.008046 0.002132 -0.0228 0.013315 -0.012562 -0.018515 0.011671 0.033501 -0.01071 0.035595 0.027162 0.013175 -0.01998 0.004142 -0.002752 0.000906 0.009095 -0.010102 -0.025142 0.009256 0.005335 0.027886 0.025622 0.033298 0.007028 0.005847 -0.006922 -0.008852 -0.02293 -0.010513 -0.000422 -0.010672 0.026356 -0.003361 0.010033 -0.016488 0.009218 0.011027 0.0333 0.003067 -0.0076 0.016948 0.018372 -0.031376 -0.048301 0.046615 0.021237 0.002283 -0.043286 0.007042 0.007735 0.023318 0.007672 -0.009541 -0.003006 0.013999 -0.021412 0.012435 -0.012598 -0.023726 0.003852 0.013995 0.015106 -0.021622 -0.007977 0.013662 -0.017018 0.009874 0.017563 -0.017626 -0.026444 -0.012255 0.025351 -0.010907 -0.021032 0.000162 -0.011716 -0.027146 -0.011817 0.01727 -0.013798 -0.001638 -0.013246 -0.002384 -0.017752 0.001975 0.01622 -0.034172 -0.0048 0.013827 0.022844 -0.03108 -0.022822 0.011133 0.02416 -0.014338 0.01478 -0.005178 0.000464 -0.035562 -0.026761 0.010799 0.025295 0.004846 0.013028 0.018473 -0.004093 0.004627 0.034634 -0.014121 -0.007227 -0.004915 0.010631 0.001831 0.045379 0.008947 -0.01566 0.00972 0.003585 -0.001775 0.013239 -0.000298 0.003788 -0.018807 -0.008034 0.007137 0.012533 0.002394 -0.015978 -0.00328 -0.002197 0.001285 -0.022776 -0.03602 -0.003779 -0.010276 -0.032325 0.01222 0.012038 0.008518 0.020657 -0.019989 0.014346 0.003266 0.000196 0.028024 -0.003617 0.02511 0.036122 0.016271 0.000971 -0.00203 -0.029121 -0.013642 -0.019247 -0.010999 0.021848 -0.029463 -0.00535 0.003943 -0.008202 0.023682 -0.020353 -0.024607 -0.013087 -0.022932 -0.018008 0.003632 -0.002091 0.015577 -0.001151 0.008099 -0.001831 0.010045 -0.005274 0.005725 0.009517 0.044671 -0.040364 0.000843 -0.01764 0.017317 0.00628 -0.005927 -0.009015 0.022104 -0.013511 -0.016396 -0.014529 0.002143 -0.027102 0.011133 -0.061321 -0.004025 0.007409 0.005441 0.01521 0.010762 -0.002158\nថ 0.01157 0.003273 -0.020278 0.003527 0.017531 0.027778 0.010978 -0.001001 -0.020255 -0.015197 0.028518 0.014771 -0.006154 -0.001219 0.021103 -0.002369 0.002818 -0.019307 -0.015324 -0.028632 -0.016381 0.009241 -0.004293 -0.001102 -0.011464 -0.005981 -0.026576 -0.014152 -0.006049 -0.021005 0.025679 -0.03296 -0.005849 -0.026717 -0.003026 0.016169 -0.004423 0.041064 0.011542 0.014167 -0.032644 0.022621 0.00569 -0.000209 -0.011131 0.001983 0.017019 0.001139 -0.014847 0.008076 -0.005809 0.041071 0.031396 -0.028813 0.028709 0.022759 0.021175 0.020954 0.004711 0.005786 -0.018686 -0.025896 -0.003218 -0.007612 -0.00113 0.023192 0.040268 -0.023454 0.025886 0.029755 -0.032771 -0.020215 0.007192 0.019983 -0.039433 0.013602 -0.015938 -0.005506 -0.039712 -0.002514 0.020148 -0.013405 -0.010731 0.018193 -0.005826 -0.054254 0.011138 0.003047 0.00833 0.014893 0.009104 0.003828 -0.002164 -0.004596 0.018814 0.001669 0.005656 -0.048628 -0.001168 -0.01466 -0.020779 0.002278 -0.003804 -0.019077 0.005471 0.012195 -0.011124 0.001487 0.030222 -0.000373 0.04351 0.007388 0.019327 -0.000131 0.007897 0.005326 0.001279 -0.019873 -0.023149 -0.027283 0.029112 0.010882 0.027155 0.015622 0.018413 0.001724 -0.001596 0.002066 0.009253 -0.008934 0.003847 0.004013 -0.016525 0.027195 -0.024556 0.017853 -0.026999 -0.001732 0.011028 0.015594 -0.009109 0.001962 0.005814 0.012268 -0.035648 -0.041341 0.043395 0.002038 0.02545 -0.037975 0.005716 0.00477 0.02335 0.016095 0.017908 -0.007066 -0.003915 -0.023765 0.014591 -0.003025 -0.011547 0.020198 0.022588 -0.01188 -0.015922 -0.008879 0.03169 -0.002437 -0.00114 0.023365 -0.041256 -0.017288 -0.016627 0.021141 -0.017439 -0.01939 -0.003905 0.004044 -0.051649 -0.025241 0.039202 0.003444 0.011858 -0.010969 -0.009296 -0.019401 -0.005627 0.01798 -0.015748 0.010078 0.014079 0.013315 -0.016415 -0.040745 0.007259 0.02531 -0.029117 0.002095 0.017993 -0.006305 -0.016006 -0.021329 0.015457 0.017903 0.009204 0.011996 0.001172 -0.019224 -0.019356 0.036721 -0.013642 -0.00317 -0.013692 0.026381 0.00845 0.036503 0.017049 -0.008994 -0.007523 0.001643 -0.015593 0.006058 -0.00211 -0.017199 -0.035748 -0.005991 0.005693 0.007529 -0.001557 -0.012896 -0.02654 -0.007803 0.009192 -0.048433 -0.029192 -0.000688 -0.012778 -0.011505 0.016341 0.006227 0.011311 0.030656 -0.029209 0.036148 -0.022577 -0.001841 0.027656 0.013322 0.029566 0.042463 0.011568 0.013153 -0.002629 -0.030231 -0.017416 -0.006796 -0.001569 0.020367 -0.026142 0.004587 0.006084 -0.013702 0.034366 -0.029832 -0.0186 -0.018313 -0.026717 -0.001555 0.011756 0.003742 0.012394 -0.001604 0.019597 -0.010116 0.014794 0.005199 0.00611 0.011873 0.035443 -0.042766 0.001659 -0.00263 0.011784 0.029087 0.00584 -0.003814 0.018358 -0.014276 -0.001433 0.002696 -0.00862 -0.024832 0.008577 -0.038562 -0.019186 0.001308 0.015465 0.013293 0.010695 -0.013541\nပ 0.038416 -0.013001 -0.029978 0.007026 -0.007803 0.034477 -0.017952 -0.010365 -0.014569 -0.029199 0.032778 0.014496 -0.013732 -0.028586 0.041232 0.009065 -0.011746 -0.010004 0.002616 -0.040798 -0.008284 -0.001086 0.01169 -0.004025 -0.006967 0.008921 -0.019306 -0.020692 -0.009902 -0.024384 0.02418 -0.018712 -0.015388 -0.018508 0.026879 0.013173 -0.01214 0.030749 -0.015958 0.010586 -0.024156 0.005357 0.006355 -0.006565 -0.021634 -0.000978 0.020818 -0.009129 0.006858 0.005444 -0.001608 0.032178 0.023101 -0.027636 0.032315 0.005231 -0.007585 -5.4e-05 -0.014396 0.006156 -0.031174 -0.022721 0.008147 0.003408 0.015391 0.01285 0.033302 0.00738 0.032085 0.033775 -0.046821 -0.010811 0.006648 0.025874 -0.028832 -0.010645 -0.02438 0.016815 -0.046577 -0.009743 -0.003794 -0.014418 -0.004043 0.000951 -0.012947 -0.039265 0.001057 0.000741 -0.010867 -0.005276 0.007463 0.024459 0.006856 -0.016458 0.037438 -0.002382 -0.001609 -0.044045 -0.000485 0.0073 -0.02556 0.000898 3.8e-05 -0.02438 0.026355 -0.006558 -0.019017 0.000454 0.04204 -0.006126 0.046889 0.047971 0.030405 -0.011494 0.011517 -0.008698 0.003453 -0.00747 -0.022945 -0.019917 0.020989 0.011834 0.036731 0.042689 0.037796 -0.004268 -0.014 -0.011915 -0.017924 -0.017838 -0.017108 0.003074 -0.014397 0.034724 -0.009716 0.00946 -0.022482 0.025667 0.001668 0.036975 0.000124 -0.00861 0.010356 0.018322 -0.046572 -0.050064 0.065584 0.026116 0.013227 -0.035805 0.017346 0.018149 0.020925 -0.002436 -0.00149 0.005682 0.016007 -0.018379 0.015205 -0.018665 -0.029274 0.009947 0.027135 0.018389 -0.021827 -0.02027 0.013081 -0.004436 0.018007 -0.001279 -0.003611 -0.013004 -0.015951 0.02255 -0.027953 -0.016053 0.012352 -0.005953 -0.035735 0.003497 0.028393 -0.002732 0.014857 -0.00744 -0.007007 -0.022066 -0.011226 0.02733 -0.029351 0.003832 -0.000302 0.023225 -0.033551 -0.017211 -0.00592 0.033459 -0.011967 0.024698 -0.005084 -0.011397 -0.027738 -0.027267 -0.001423 0.024713 0.018568 0.028712 0.009113 0.002022 -0.007441 0.026396 -0.011684 0.000202 -0.008849 0.012252 -0.015893 0.033275 0.025542 -0.033351 -0.000409 0.012855 0.007241 0.002533 -0.010338 0.007381 -0.0237 -0.005703 0.005617 0.030778 0.005207 -0.007476 -0.015169 -0.010895 -0.001762 -0.024361 -0.026458 -0.007262 -0.01901 -0.035794 0.019156 -0.000234 0.016629 0.033222 -0.032221 0.012081 -0.004204 0.018986 0.013325 -0.028423 0.035334 0.034767 0.02303 0.004872 0.001958 -0.022519 -0.022256 -0.002659 -0.020501 0.01795 -0.021024 0.004568 -0.000424 -0.007427 0.02559 -0.020527 -0.012746 -0.028836 -0.025366 -0.00508 0.00571 0.001428 0.0262 0.009685 0.019115 -0.000251 0.028766 0.002767 -0.010853 0.010854 0.060156 -0.041029 0.013088 -0.011059 0.007854 0.015227 -0.013795 -0.017038 0.01778 -0.002935 -0.013773 -0.007509 0.005324 -0.034353 0.022096 -0.053013 -0.014153 0.030053 -0.000329 0.024813 0.010846 -0.004982\nഗ 0.063525 0.011531 -0.075031 0.041226 0.022552 0.071816 0.005798 0.01265 -0.015631 -0.059104 0.061883 0.024705 0.001849 -0.055538 0.046447 -0.005754 0.006914 -0.036611 -0.029174 -0.088078 -0.056893 -0.021701 0.014231 0.019863 -0.007627 0.033285 -0.024725 -0.014974 -0.027872 -0.056836 0.033482 -0.052142 -0.036022 -0.077607 0.00842 0.003231 -0.066571 0.081657 0.018298 0.04812 -0.072055 0.025299 0.00617 -0.011283 -0.07664 -0.028892 0.062532 -0.003385 -0.014823 0.031204 -0.00107 0.090955 0.054913 -0.067891 0.078518 0.02077 -0.023632 0.018349 -0.020509 0.044617 -0.063696 -0.060237 -0.019132 -0.020098 0.026627 0.025782 0.060725 -0.01246 0.06404 0.029995 -0.074421 -0.008012 0.04098 0.028954 -0.075319 0.006097 -0.048574 0.031507 -0.079609 -0.024031 0.017034 -0.007884 0.01028 0.040169 -0.047537 -0.090075 0.011662 -0.00512 -0.055903 -0.002788 -0.025359 0.0575 0.010274 -0.026055 0.027292 -0.01369 0.008532 -0.061178 -0.007654 -0.008856 -0.022957 -0.00759 0.013441 -0.07133 0.024569 -0.007254 -0.010371 0.010168 0.047252 -0.004318 0.075545 0.040521 0.012426 -0.025503 0.014582 -0.003132 -0.009966 -0.001099 -0.018175 -0.064544 0.038286 -0.001566 0.076919 0.050281 0.087623 0.035556 -0.038215 -0.054582 -0.027518 -0.040019 -0.050687 0.019722 -0.034242 0.039226 -0.037181 0.041275 -0.060948 -0.000638 0.005117 0.082896 0.010765 -0.037263 0.013312 0.035123 -0.074987 -0.092027 0.081067 -0.002126 -0.00919 -0.071774 0.014388 0.016151 0.045585 0.060783 -0.000405 -0.007949 0.0079 -0.035465 0.046097 -0.039433 -0.050498 0.036671 0.031229 0.015446 -0.011295 -0.018443 0.047574 -0.05053 0.031294 0.035811 -0.04704 -0.047863 -0.005734 0.067766 -0.042867 -0.045566 -0.038677 -0.019136 -0.052896 -0.028848 0.061998 -0.020737 0.007746 0.008414 -0.02123 -0.046931 0.014991 0.045494 -0.089299 -0.001217 0.019365 0.047551 -0.062575 -0.067512 0.019277 0.082606 -0.040942 0.018997 -0.003922 0.012006 -0.055515 -0.057414 0.020686 0.045646 0.015547 0.04748 0.015907 -0.014681 -0.031435 0.07236 -0.049913 -0.025597 -0.020427 0.024281 -0.003729 0.129846 -0.00038 -0.045277 0.020383 0.011213 -0.025157 0.009363 -0.023915 0.029775 -0.046171 0.0124 -0.002375 0.039428 -0.018362 -0.027678 0.001958 -0.002957 -0.019562 -0.055643 -0.069308 -0.016697 -0.025884 -0.058206 0.061604 0.03217 0.021877 0.023337 -0.040013 -0.006307 -0.000594 -0.027364 0.057275 -0.006982 0.058728 0.100008 0.065842 0.037651 0.00395 -0.070323 -0.052892 -0.038662 0.006291 0.02356 -0.034204 -0.016333 0.00146 -0.023716 0.054262 -0.057528 -0.057955 -0.015886 -0.067627 -0.0255 0.007632 -0.001098 0.029137 0.039756 0.03092 0.002308 0.045918 0.022258 -0.013701 0.027628 0.081614 -0.096629 0.000246 -0.054783 0.018551 0.028664 -0.033077 -0.015609 0.033917 -0.027237 -0.012443 -0.020381 0.00052 -0.073484 0.016288 -0.116897 -0.018274 0.013943 0.031735 0.02866 0.035043 -0.013565\nຖ 0.030467 -0.003671 -0.036786 0.036823 0.004931 0.033949 -0.00165 0.025151 -0.033371 -0.008782 0.019191 -0.001471 -0.023667 -0.008651 0.047296 -0.001049 0.006462 -0.001186 -0.013104 -0.032939 -0.027534 -0.003389 0.002316 0.007886 -0.007715 0.012725 -0.001562 -0.03163 -0.012935 -0.033244 0.019854 -0.027473 -0.013481 -0.034748 0.012073 0.01997 -0.04222 0.038939 0.007196 0.024081 -0.009596 0.004942 -0.015135 -0.01471 -0.022245 -0.031596 0.043764 -0.009316 0.001316 0.011251 0.020245 0.036979 0.026244 -0.030118 0.045384 0.003564 -0.01373 0.037464 -0.016351 0.024521 -0.034907 -0.020896 -0.001832 0.002358 0.012954 0.042534 0.026885 -0.006218 0.039797 0.029877 -0.0483 -0.032121 -0.001681 0.025454 -0.054867 0.000519 -0.019394 0.007753 -0.027608 -0.042163 0.012857 -0.004703 0.02737 0.036165 -0.012309 -0.054139 0.00713 0.001793 -0.020181 0.001291 -0.002347 0.038459 0.000132 -0.006741 0.016668 -0.021058 -0.019108 -0.043343 -0.003074 -0.008209 -0.012146 0.004712 -0.024469 -0.025997 0.015777 -0.009904 -0.016954 0.006961 0.053878 -0.001979 0.06085 0.021167 0.032865 -0.014803 0.002573 0.002833 -0.000777 0.000972 -0.014095 -0.052072 0.016646 -0.002354 0.046274 0.047828 0.042067 0.026383 -0.004407 -0.008641 -0.004266 0.00423 -0.003634 -0.004764 -0.041153 0.029331 -0.032961 0.025975 -0.047145 -0.007918 -0.002075 0.054226 0.012482 -0.02322 0.014484 0.043257 -0.031061 -0.056932 0.035405 0.011741 0.008618 -0.044991 0.017693 0.01621 0.037114 0.01816 -0.007789 0.004006 0.004682 -0.033728 0.003609 -0.036884 -0.01322 0.027528 0.027031 0.003956 -0.013314 -0.026627 0.013309 -0.022541 0.039828 0.010687 -0.043782 -0.023561 -0.015438 0.055425 -0.019598 -0.045285 -0.018971 -0.023379 -0.014725 -0.018682 0.045179 -0.02252 0.009531 -0.002737 -0.012673 -0.013237 0.004257 0.021066 -0.091897 -0.00565 0.00761 0.0395 -0.05164 -0.037128 0.005457 0.030944 -0.009065 0.007968 0.009131 -0.010492 -0.043029 -0.039441 0.007469 0.024135 0.024406 0.017902 0.011884 -0.00665 0.005976 0.044482 -0.039057 -0.004435 0.002721 0.015966 -0.003603 0.087597 0.004448 -0.034878 -0.003705 0.007069 -0.007099 0.022148 -0.011948 -0.003972 -0.017801 -0.001797 0.01572 0.008697 -0.002542 -0.041535 0.003782 -4e-06 -0.005899 -0.03679 -0.030927 -0.003903 -0.007751 -0.042752 0.018047 0.026018 0.019291 0.04694 -0.024701 0.008799 -0.00188 -0.007225 0.043614 -0.014348 0.02825 0.060754 0.009748 0.001233 0.0022 -0.046918 -0.02777 0.003601 0.015555 -0.00411 -0.044323 -0.026916 -0.002108 -0.014453 0.025838 -0.029682 -0.019721 -0.016854 -0.035492 -0.022058 0.013051 0.003763 0.001402 -0.002205 0.018573 0.013669 0.024066 0.005604 0.004809 0.017435 0.047995 -0.034845 0.012972 -0.018143 0.028125 0.001313 -0.019222 0.006684 0.012148 -0.008334 -0.030326 0.002234 -0.008438 -0.038591 0.02127 -0.069983 -0.020474 0.003863 0.028215 0.020062 0.012515 -0.003839\nܛ 0.032666 0.015738 -0.092286 0.037816 0.059912 0.068135 0.006535 0.00562 -0.026157 -0.044141 0.044071 0.020754 -0.009441 -0.06235 0.042529 -0.014704 0.007847 -0.063686 -0.001945 -0.072047 -0.04158 -0.025212 -0.003973 0.03203 0.000669 0.032942 -0.007341 -0.007346 -0.01983 -0.028941 0.038545 -0.056531 -0.011664 -0.066826 0.032598 0.016974 -0.072046 0.069756 0.020551 0.040017 -0.044234 0.007859 -0.011253 0.016727 -0.04676 -0.057803 0.073754 -0.01254 -0.01605 0.052376 0.006897 0.097418 0.052319 -0.0562 0.087409 0.005671 -0.01217 0.049815 -0.021931 0.062261 -0.036962 -0.046724 -0.011978 -0.031271 0.029307 0.031672 0.047466 -0.011713 0.073213 0.013937 -0.059751 0.010822 0.006477 0.002536 -0.073223 0.010987 -0.030337 0.039823 -0.070368 -0.030721 0.029701 0.003301 -0.009936 0.046441 -0.061215 -0.102528 0.008596 0.020951 -0.043419 -0.015824 -0.008686 0.03841 -0.019242 -0.019826 0.024739 -0.013437 0.004491 -0.05993 0.021308 -0.008413 -0.01204 0.003055 0.008211 -0.029869 0.019397 0.011246 -0.012836 -0.000737 0.039738 -0.01483 0.045439 0.030102 0.029588 -0.0231 0.027779 0.001019 -0.014994 -0.003975 -0.026686 -0.076082 0.027012 -0.015807 0.050694 0.038278 0.066397 0.038933 -0.028414 -0.028206 -0.046576 -0.012978 -0.033386 -0.002371 -0.041574 0.045419 -0.047386 0.034186 -0.035414 0.018749 -0.012056 0.082162 -0.011738 -0.024914 0.019939 0.037867 -0.087874 -0.080002 0.051299 0.017742 -0.01457 -0.067214 0.006963 0.02972 0.035417 0.053863 -0.009036 -0.01348 -0.015451 -0.031411 0.020882 -0.030666 -0.013874 0.011294 0.025967 0.02815 -0.001316 -0.035262 0.027665 -0.034483 0.036187 0.050537 -0.043991 -0.04057 -0.019581 0.060118 -0.007521 -0.049921 -0.024637 -0.02471 -0.084408 -0.048227 0.053401 -0.003172 -0.004479 0.003286 0.001229 -0.014854 0.008492 0.039701 -0.119883 -0.011708 -0.007539 0.04541 -0.051404 -0.074533 0.00494 0.070946 -0.032996 -0.003313 -0.010069 -0.000222 -0.071844 -0.069208 0.019668 0.047184 0.019068 0.013471 0.046983 0.004672 -0.004496 0.068304 -0.055544 -0.019727 -0.019937 0.022228 -0.008034 0.129828 -0.005358 -0.023143 -0.004281 -0.002174 -0.00683 0.014665 -0.018116 -0.000421 -0.034952 0.001059 -0.02504 0.028337 -0.02153 -0.032726 0.001716 0.00117 -0.020262 -0.030516 -0.074838 -0.001109 -0.014311 -0.033707 0.06291 0.053111 0.020252 0.041985 -0.019657 0.03296 0.011362 -0.053449 0.078615 -0.027872 0.085129 0.090614 0.058101 0.016351 0.020205 -0.077227 -0.065345 -0.03288 0.020462 0.025133 -0.024953 -0.040781 0.005265 -0.019232 0.057959 -0.031337 -0.056761 -0.015633 -0.046529 -0.022903 0.013262 0.010953 0.075173 -0.025079 0.014044 -0.004974 0.030483 0.037995 0.029621 0.021937 0.073855 -0.081621 -0.037627 -0.029436 0.021345 0.057323 -0.02525 -0.002365 0.008114 -0.019275 -0.043559 -0.014568 0.0308 -0.078512 0.021737 -0.109636 -0.009482 0.010655 0.015305 0.022339 0.036987 0.007918\n֜ 0.031043 0.00535 -0.056108 0.011283 -0.002386 0.022504 -0.005384 -3.8e-05 -0.008784 -0.045439 0.043356 0.014709 -0.019259 -0.037632 0.045331 -0.007932 0.011612 -0.028919 -0.014059 -0.047916 -4.3e-05 0.010814 0.016844 0.00546 -0.01078 0.033707 -0.01139 -0.000945 -7.3e-05 -0.037662 0.024088 -0.028121 -0.017647 -0.027006 0.001898 0.003422 -0.035137 0.039052 0.006076 0.022475 -0.021834 0.014883 0.014244 0.00403 -0.02915 -0.026349 0.037217 0.005445 0.008671 0.013254 0.00136 0.041728 0.025513 -0.025737 0.035359 0.001631 -0.010826 0.020784 -0.036246 0.028583 -0.010049 -0.016025 -0.009581 0.012841 0.012874 0.022282 0.045923 -0.000897 0.013708 0.020063 -0.053345 -0.016414 0.029085 0.016687 -0.037533 0.00329 -0.019659 0.034654 -0.025036 0.001592 0.004197 -0.006826 0.015878 -0.001174 -0.02651 -0.041829 -0.002511 -0.024998 -0.021285 -0.013863 0.007542 0.029332 0.029333 -0.002723 0.009903 0.004008 0.004924 -0.047061 -0.002203 -0.000923 -0.030636 0.017204 0.001771 -0.024984 0.018077 -0.003443 -0.031801 -0.002025 0.053808 0.010292 0.04205 0.025317 0.019403 -0.030017 0.004447 -0.004725 0.001796 -0.014676 -0.048673 -0.034225 0.02276 0.00138 0.055081 0.012303 0.025315 0.008046 -0.017391 -0.013835 -0.019069 -0.00498 -0.021315 0.016683 -0.004849 0.028758 -0.021983 0.003442 -0.021753 -0.000235 0.013436 0.03655 0.00087 -0.011911 0.018266 0.026595 -0.045199 -0.042944 0.058972 0.014949 0.0106 -0.026016 0.002854 0.029589 0.051216 0.005206 -0.008571 0.000854 0.018087 -0.023883 0.009172 -0.020878 -0.017302 0.0097 0.025083 0.011823 -0.020424 -0.025089 0.023277 -0.018728 0.017303 0.012934 -0.043009 -0.019805 -0.008471 0.031605 -0.010522 -0.037948 -0.01382 -0.011256 -0.035421 -0.010996 0.018611 -0.022694 0.003561 -0.006964 0.003335 -0.01822 -0.004819 0.013584 -0.039038 0.010373 0.012492 0.022293 -0.025586 -0.03194 -0.001754 0.056309 -0.029842 0.011796 0.013243 0.000883 -0.037881 -0.02122 0.007793 0.030903 0.000507 0.033464 0.027842 -0.027788 0.008211 0.03497 -0.004498 -0.002399 -0.000421 0.026438 0.006385 0.06142 0.014608 -0.033282 -0.002112 -0.004378 0.001066 0.026161 0.01298 0.010331 -0.021383 0.00025 0.012015 -0.004355 -0.001425 -0.018358 0.012913 -0.014254 -0.008617 -0.003848 -0.029779 -0.005627 -0.020517 -0.050144 0.031554 0.021789 0.001604 0.031333 -0.019442 0.001808 0.010759 0.001213 0.037465 0.001209 0.043675 0.031422 0.045515 0.021057 -0.007893 -0.033654 -0.028508 -0.016747 -0.014742 0.029131 -0.016397 -0.012643 0.010386 -0.016629 0.022853 -0.027678 -0.015021 -0.018822 -0.025063 -0.011099 0.000384 -0.00886 0.017671 0.001814 0.016472 -0.022794 0.0058 -0.00364 -0.002249 0.017455 0.033459 -0.049522 0.000762 -0.017146 -0.004817 0.004376 -0.01398 -0.001511 0.032 -0.005128 -0.009514 -0.016498 -0.013292 -0.047217 0.022091 -0.055379 0.004947 0.01753 -0.000331 0.000659 0.027852 0.016388\nğ 0.04977 0.004367 -0.064744 0.025185 0.017794 0.035123 0.002856 0.016995 -0.019058 -0.031001 0.026284 -0.000619 -0.005864 -0.039601 0.008983 0.006596 0.018157 -0.027236 -0.036701 -0.048776 -0.010366 -0.024591 0.01509 0.040965 0.010723 0.03937 0.012692 0.000424 -0.028673 -0.04208 0.016449 -0.050562 -0.016737 -0.043204 0.014322 0.02517 -0.058228 0.039616 0.028631 0.025718 -0.024987 0.012222 -0.01844 0.010087 -0.037259 -0.039288 0.034179 -0.015168 -0.006022 0.016443 -0.007681 0.072482 0.040936 -0.04301 0.060367 0.002758 0.004235 0.034414 -0.003783 0.045221 -0.021987 -0.037837 -6e-06 -0.002987 0.010297 0.018454 0.026525 -0.027704 0.05197 0.01264 -0.047195 -0.019264 0.015126 0.031578 -0.062081 0.017538 -0.03187 0.051621 -0.032005 -0.019227 0.024751 -0.00482 -0.004262 0.021403 -0.054445 -0.081025 0.004062 0.007139 -0.032494 0.004173 -0.023486 0.040094 -0.013036 -0.039064 0.014415 -0.016675 0.011199 -0.040019 -0.015888 -0.008254 -0.01072 -0.00036 0.0112 -0.013121 0.015421 -0.001761 -0.004913 0.012416 0.028087 0.005721 0.049213 0.019509 0.030199 0.005367 0.010864 0.002389 -0.018796 -0.009672 -0.015311 -0.043443 0.006356 -0.011729 0.045393 0.003286 0.048776 0.022573 -0.007391 -0.028343 -0.017454 -0.024704 -0.020672 0.007322 -0.028673 0.018085 -0.03899 0.011741 -0.032739 -0.002112 0.00666 0.065052 -0.000988 -0.023243 0.027066 0.025678 -0.049868 -0.055183 0.037753 0.000246 0.006787 -0.05012 0.008941 0.006801 0.031939 0.026861 -0.007041 0.011037 -0.010609 -0.02142 0.015098 -0.034125 -0.00681 0.027012 0.013892 0.018404 -0.013603 -0.017316 0.005486 -0.029845 0.011511 0.037772 -0.047292 -0.033679 -0.016301 0.038613 -0.044021 -0.047443 -0.006902 -0.002662 -0.037801 -0.021608 0.040521 -0.020165 -0.001961 0.001901 -0.002638 -0.014319 -0.00192 0.02707 -0.065242 -0.014965 -0.014039 0.010337 -0.031402 -0.031411 0.013278 0.041856 -0.005798 0.003732 -0.003012 -0.007984 -0.039158 -0.037864 0.018391 0.025433 0.002534 0.030318 0.02498 -0.005985 -0.019713 0.039277 -0.033902 0.022484 -0.019209 0.029105 -0.003328 0.075792 0.009438 -0.016921 -0.014278 0.008165 -0.009552 -0.005015 -0.007809 0.006618 -0.019334 -0.018604 -0.012681 0.030497 -0.015124 -0.017434 -0.006204 -0.01117 -0.018078 -0.018217 -0.053677 0.003302 -0.007705 -0.026144 0.03752 0.035106 0.016825 0.0399 -0.03196 0.02216 -0.000655 -0.020874 0.05838 -0.010344 0.023923 0.063338 0.020125 0.000423 0.008934 -0.057932 -0.039103 -0.03517 -3.1e-05 0.029749 -0.018756 -0.012051 0.026431 -0.015734 0.035186 -0.035317 -0.030946 -0.018567 -0.009614 -0.024841 0.012296 0.005697 0.032007 -0.00266 -0.000124 -0.01437 0.010014 0.006048 -0.002053 0.022742 0.033975 -0.047099 -0.009962 -0.025584 0.015925 0.036436 -0.007377 0.00339 0.018705 0.005764 -0.023401 -0.017584 -0.003791 -0.052878 0.011745 -0.071161 0.006376 0.009141 0.021972 0.008455 0.03631 -0.008674\nḡ -0.034674 0.025556 -0.118777 0.018248 0.016659 0.045768 0.046738 0.008405 0.004604 -0.066293 0.026265 0.012712 -0.047399 -0.031987 0.054897 0.008017 0.043295 -0.013534 0.008198 -0.034319 0.010387 0.002296 -0.007057 0.017473 0.010159 0.042587 0.012544 -0.011998 -0.018495 -0.07208 0.032135 -0.034788 -0.017135 -0.032801 0.000424 0.052225 -0.045836 0.026762 -0.028608 0.01193 -0.048263 0.022707 0.020802 -0.018821 -0.092416 -0.060218 0.068659 0.027507 0.013798 -0.012281 0.000822 0.070031 0.039383 -0.082893 0.072971 0.038256 -0.039724 -0.023087 -0.021495 0.051798 -0.057281 -0.051336 -0.017253 0.010345 -0.024486 0.06703 0.068382 -0.014151 -0.006012 0.005189 -0.054546 -0.029253 0.052253 4.1e-05 -0.024309 0.008211 0.028564 0.050432 -0.073312 -0.016103 0.003172 -0.004921 -0.068438 0.030168 -0.017346 -0.08114 -0.034907 -0.002973 -0.00038 -0.017644 0.004178 0.046309 0.022285 -0.023237 0.038961 0.027008 -0.020526 -0.006906 -0.006388 0.036382 -0.020184 -0.009301 -0.065231 -0.026081 0.033784 0.015542 -0.032908 -0.021354 0.080234 0.01527 0.044414 0.024449 0.004981 -0.024796 0.023258 -0.000352 -0.03005 -0.035863 -0.069173 -0.072694 0.033759 -0.037017 0.025785 0.072166 0.021399 0.020456 0.023134 -0.01533 -0.054717 -0.043278 -0.011475 0.017111 0.003094 0.017812 -0.040924 0.014009 0.024869 0.014118 -0.047872 0.111921 -0.001309 -0.027826 0.01107 0.015797 -0.074023 -0.028046 0.104775 -0.023792 -0.012056 -0.030334 0.00845 0.048182 0.06417 0.047642 -0.031788 0.007059 -0.020233 0.038441 -0.026267 -0.01085 0.004791 -0.003908 0.021836 0.059112 -0.054935 0.018569 0.01407 -0.027309 0.019604 -0.012715 -0.035612 -0.055729 -0.071723 0.029036 -0.018856 -0.02754 -0.026612 -0.009153 -0.029909 0.000427 0.029745 -0.050029 0.007071 -0.013037 0.0271 0.015077 -0.003109 0.067987 -0.0793 -0.001126 -0.006106 0.010841 -0.065153 -0.039349 0.030911 0.068222 -0.010135 -0.010219 -0.045991 -0.009988 -0.037975 -0.015619 -0.003804 0.056784 0.003167 -0.000914 -0.02304 -0.026258 0.000235 0.043038 -0.058445 -0.013983 -0.004713 0.015847 -0.0248 0.086474 0.004641 0.013077 0.006304 0.029899 -0.019726 0.049912 0.000442 -0.005729 -0.024713 0.025201 -0.013085 -0.000587 0.026328 -0.061687 0.023404 0.036373 0.036682 -0.052481 -0.078689 -0.068262 -0.014367 0.030405 0.056049 -0.020877 -0.032093 0.090189 -0.004868 0.005329 0.023181 0.012686 0.084548 0.054066 0.046305 0.093208 0.075001 0.029144 -0.057902 -0.045546 -0.03374 -0.01809 0.013946 -0.018812 -0.05889 -0.062501 0.007832 0.000234 0.060287 -0.090766 -0.031892 -0.017919 -0.050862 0.00278 0.0445 0.03411 0.024913 -0.022741 -0.022456 0.008484 0.035806 0.008049 -0.019932 0.021911 0.051013 -0.007183 -0.013751 -0.052192 0.010814 0.005079 0.003235 -0.049074 0.002987 0.022106 0.000622 -0.116064 -0.045065 -0.074534 -0.002524 -0.069432 0.007942 -0.015972 0.032581 0.015891 0.001166 0.010005\nᠥ 0.029351 0.006281 -0.036317 0.021241 0.027719 0.03068 -0.005141 0.010996 -0.022044 -0.027309 0.029988 0.002128 0.007631 -0.007852 0.025399 -0.001196 -0.004254 -0.022577 -0.001628 -0.035023 -0.033103 -0.009475 -0.000131 0.006301 -0.012676 0.022616 -0.009594 -0.017107 -0.015475 -0.040344 0.021103 -0.032201 -0.005046 -0.037659 0.014511 0.003485 -0.024342 0.039422 0.004149 0.009557 -0.028361 0.007474 -0.012088 0.001502 -0.021579 -0.033211 0.027433 -0.002604 -0.009353 0.029791 0.00376 0.048715 0.039011 -0.0333 0.0342 0.001282 -0.00748 0.027446 -0.009036 0.015612 -0.039515 -0.024746 -0.017126 -0.007639 0.015881 0.010955 0.029363 -0.013962 0.035579 0.000208 -0.0351 -0.006541 0.025009 0.012087 -0.042478 0.002938 -0.026684 0.01501 -0.028815 0.000939 0.003279 -0.004037 0.0014 0.022686 -0.001358 -0.053163 0.015713 0.016022 -0.019537 -0.002035 -0.020326 0.018976 0.002328 -0.02018 0.00871 -0.001634 0.010486 -0.032614 -0.000885 -0.007611 -0.011864 0.001594 -0.009717 -0.032528 0.000509 -0.011275 -0.010033 0.002411 0.017498 -0.0033 0.030844 0.015905 0.010549 -0.034339 0.007201 -0.007546 -0.01055 0.005117 -0.023968 -0.033649 0.021824 -0.003854 0.037623 0.00208 0.039661 0.016565 -0.022757 -0.006725 -0.012248 -0.016264 -0.026497 -0.00605 -0.00494 0.027374 -0.01904 0.020741 -0.033034 0.007138 0.017547 0.041693 -0.007829 -0.011495 -0.001287 0.028154 -0.02503 -0.029861 0.057109 0.001066 -0.00839 -0.026331 0.00269 0.014415 0.028308 0.014649 -0.005125 0.008029 7e-05 -0.005501 0.001237 -0.021802 -0.01724 0.022967 0.01743 0.012348 -0.013987 -0.014359 0.006495 -0.019046 0.023074 0.021826 -0.005 -0.01362 -0.014413 0.031238 -0.015786 -0.015424 -0.017922 -0.014738 -0.045837 -0.019166 0.029956 -0.001497 0.008576 -0.000595 -0.006945 -0.007584 -0.00161 0.018041 -0.049623 0.007805 0.008469 0.022835 -0.024467 -0.03359 0.010666 0.043927 -0.022361 0.00141 -0.003253 -0.002756 -0.030334 -0.028497 0.015702 0.021083 0.005471 0.028355 0.019473 -0.020195 0.006085 0.035866 -0.041737 -0.002677 -0.013623 0.018495 -0.007637 0.068813 -0.001525 -0.014876 0.000547 -0.012837 -0.00413 0.000142 -0.005852 0.005608 -0.016324 0.001019 -0.003936 0.002949 -0.004075 -0.015096 -0.006379 -0.005169 0.00198 -0.018064 -0.040553 -0.006327 -0.014761 -0.020467 0.03887 0.020241 0.008784 0.02892 -0.009384 0.013171 0.011368 -0.019907 0.025856 -0.007161 0.052348 0.049145 0.022729 0.017912 -0.007471 -0.043218 -0.022339 -0.033384 0.00315 0.018751 -0.023364 -0.005012 0.008279 -0.019947 0.030154 -0.03601 -0.033209 -0.010538 -0.03959 -0.010153 -0.003638 0.003678 0.016585 -0.001157 0.000803 -0.004589 0.014369 0.026406 -0.000135 0.009067 0.034628 -0.048817 0.005325 -0.027356 0.012408 0.020552 -0.019502 -0.007632 0.019253 -0.013177 -0.021115 -0.019469 -0.006119 -0.042472 0.012302 -0.046971 -0.016748 -0.012313 0.018817 0.018256 0.020683 0.008374\nय 0.035389 0.00502 -0.05699 0.019544 0.012347 0.04232 0.002781 -0.004819 -0.024237 -0.039789 0.040839 0.013261 -0.004977 -0.029138 0.035844 -0.008588 0.009327 -0.027168 -0.013595 -0.052608 -0.017799 0.001358 0.010048 0.016351 0.004186 0.024768 -0.017023 -0.012466 -0.014462 -0.034413 0.024307 -0.035158 -0.018571 -0.047779 0.008799 0.0071 -0.039068 0.045498 0.003627 0.020472 -0.034766 0.01114 0.004681 0.000794 -0.026001 -0.02498 0.03791 -0.005547 -0.004358 0.024855 0.001617 0.060631 0.0384 -0.036313 0.044716 0.00681 -0.006282 0.021429 -0.010399 0.031008 -0.034282 -0.032764 -0.007249 -0.021882 0.018847 0.019396 0.040457 -0.010768 0.037854 0.01873 -0.05621 -0.007379 0.024272 0.018517 -0.05597 0.00465 -0.031579 0.022591 -0.038277 -0.014577 0.011177 -0.002117 0.001568 0.016004 -0.019248 -0.048759 0.008385 -0.011459 -0.019582 -0.004573 -0.015939 0.024472 0.009521 -0.01594 0.017028 -0.006944 -0.007098 -0.043531 -0.00581 -0.006442 -0.029155 0.003789 -0.003619 -0.027399 0.013948 -0.008144 -0.015232 0.008354 0.03824 -0.005275 0.046527 0.027476 0.023579 -0.018999 0.008899 4.3e-05 -0.00747 0.002735 -0.01669 -0.042969 0.029431 0.000998 0.040598 0.02749 0.035326 0.012056 -0.013017 -0.014846 -0.013944 -0.021369 -0.019105 -0.004542 -0.019083 0.032479 -0.025574 0.013354 -0.034351 0.004814 0.007578 0.047418 -0.005314 -0.006598 0.010555 0.027697 -0.038203 -0.050159 0.057463 0.00992 0.000727 -0.042072 0.002693 0.014199 0.035058 0.024914 -0.002768 0.008565 0.005722 -0.022417 0.01707 -0.024021 -0.025594 0.012848 0.028319 0.012744 -0.014037 -0.012631 0.022504 -0.025253 0.02091 0.029002 -0.031993 -0.022461 -0.016554 0.037633 -0.020301 -0.032337 -0.010241 -0.011435 -0.04412 -0.016953 0.033567 -0.008906 0.006914 -0.015043 -0.008999 -0.016386 0.002829 0.025285 -0.059553 0.00022 0.023219 0.027686 -0.034845 -0.04333 0.003955 0.044381 -0.025607 0.016488 -0.001241 -0.003455 -0.041075 -0.034445 0.018964 0.03145 0.016544 0.017183 0.013498 -0.013734 -0.00845 0.047349 -0.024033 -0.007633 -0.010239 0.016356 -0.00256 0.072021 0.012228 -0.026573 0.009108 -0.000854 -0.006637 0.005985 -0.005706 0.007362 -0.031868 -0.001536 -0.000256 0.017946 -0.013402 -0.022878 -0.006887 -0.003264 -0.001102 -0.024297 -0.042992 -0.0087 -0.014237 -0.031938 0.02872 0.029382 0.008584 0.02302 -0.027993 0.01721 0.00371 -0.007887 0.037938 -0.005327 0.044901 0.05732 0.03339 0.011746 0.001036 -0.043699 -0.033465 -0.019189 -0.006814 0.024512 -0.031013 -0.012826 0.006513 -0.016282 0.03318 -0.027197 -0.033271 -0.019877 -0.033965 -0.022132 0.011574 -0.00225 0.021638 0.006804 0.014165 -0.007363 0.010724 0.001798 -2.3e-05 0.019681 0.052257 -0.056514 -0.002672 -0.02226 0.020047 0.016964 -0.029007 -0.00815 0.027806 -0.013971 -0.021825 -0.014538 0.005537 -0.043879 0.017414 -0.074267 -0.009769 0.010054 0.014906 0.020048 0.018104 0.007814\nમ 0.041758 -0.005806 -0.053359 0.018848 0.002232 0.038436 0.005681 -0.02316 -0.02948 -0.043915 0.048162 0.006249 -0.011273 -0.027188 0.027442 0.00792 0.006839 -0.021099 -0.022411 -0.047834 -0.019577 -0.009904 0.00967 0.018229 -0.000308 0.019991 -0.015994 -0.018302 -0.01749 -0.040015 0.017512 -0.023248 -0.027014 -0.03902 0.012263 0.004943 -0.046022 0.046947 0.003152 0.027201 -0.035164 0.007145 0.012164 0.005403 -0.032032 -0.020746 0.048429 -0.000229 0.0067 0.020289 0.001261 0.05041 0.022531 -0.022063 0.052005 0.010036 -0.014744 0.033676 -0.008597 0.03352 -0.040404 -0.02594 -0.014663 -0.012525 0.018417 0.018555 0.050057 -0.001012 0.029524 0.011358 -0.057214 -0.004977 0.015734 0.032036 -0.054501 -7e-05 -0.031206 0.019073 -0.047028 -0.008365 0.01963 -0.002173 -0.011573 0.016665 -0.017905 -0.038045 0.009096 -0.012036 -0.011136 -0.006809 -0.001572 0.017954 0.011626 -0.011491 0.002031 0.006985 -0.012386 -0.034234 -0.009592 -0.00919 -0.029594 -0.011768 0.001003 -0.018396 0.021668 -0.022368 -0.016914 0.008694 0.043424 -0.000702 0.051225 0.021319 0.013457 -0.031664 -0.001583 -0.003705 -0.000154 -0.0061 -0.01993 -0.04708 0.023096 0.012418 0.044345 0.020231 0.045644 0.019202 -0.01719 -0.018174 0.006099 -0.027804 -0.009846 -0.002693 -0.014081 0.049707 -0.026852 0.021786 -0.048582 0.00203 0.015792 0.043875 -0.006638 -0.015905 0.007955 0.030566 -0.044354 -0.061796 0.057357 0.029595 0.006998 -0.04415 0.010453 0.010413 0.02895 0.027709 -0.0008 0.004184 -0.009192 -0.026448 0.008907 -0.034654 -0.028941 0.020817 0.023999 0.031081 -0.018413 -0.014456 0.021945 -0.026363 0.014524 0.01339 -0.01766 -0.03325 -0.012872 0.037837 -0.02353 -0.025736 -0.013882 -0.011883 -0.04744 -0.024811 0.01851 -0.01209 0.005793 -0.000777 0.002579 -0.032747 -0.003106 0.02152 -0.045043 -0.002102 0.020398 0.022259 -0.037559 -0.049561 -0.004575 0.038838 -0.018956 0.009889 -0.005824 -0.015686 -0.051118 -0.029304 0.010563 0.044485 0.025955 0.016235 0.01996 0.011102 -0.00114 0.036725 -0.016625 -0.008194 -0.008852 0.009456 0.002821 0.060219 0.021707 -0.022816 0.014001 0.004778 0.000305 -0.011024 0.000838 -0.005694 -0.024015 -0.006549 0.010023 0.023643 -0.010501 -0.016293 -0.012394 0.00025 -0.006074 -0.033373 -0.039079 0.004728 -0.000571 -0.034589 0.024242 0.010973 0.012197 0.009535 -0.031907 0.008041 0.000966 -0.005025 0.031816 -0.01387 0.035036 0.052367 0.023536 -0.002536 -0.013732 -0.029647 -0.016467 -0.007249 -0.015389 0.029915 -0.026903 -0.008326 0.002171 -0.023395 0.03224 -0.034943 -0.032706 -0.01601 -0.041585 -0.012886 0.008708 0.002339 0.014492 0.006402 0.013972 -0.001011 0.001327 0.005716 0.006622 0.012522 0.047024 -0.053377 0.003969 -0.03678 0.023732 0.019662 -0.017345 -0.015152 0.014259 -0.018568 -0.022232 -0.00973 0.011765 -0.047067 0.003876 -0.094172 -0.008455 0.011521 0.024111 0.014598 0.018939 0.006355\nر 0.027254 0.003784 -0.041673 0.017281 0.006568 0.027087 0.003547 -0.007808 -0.019337 -0.027883 0.029154 0.009708 -0.008475 -0.016178 0.023843 -0.004488 0.008741 -0.015584 -0.010544 -0.039319 -0.016196 0.003658 0.006158 0.00895 0.001699 0.015708 -0.00644 -0.011357 -0.01161 -0.028555 0.019536 -0.025986 -0.013825 -0.033403 0.008613 0.01229 -0.032089 0.034611 0.007268 0.018038 -0.026675 0.008253 0.004072 0.000627 -0.023841 -0.017206 0.031666 -0.002698 -0.001174 0.009819 0.002279 0.040606 0.02725 -0.024999 0.036952 0.004398 -0.003837 0.017706 -0.011981 0.02063 -0.027743 -0.022553 -0.006817 -0.011205 0.015089 0.01931 0.034701 -0.009311 0.031676 0.016857 -0.046734 -0.007244 0.020614 0.017133 -0.038456 -0.000114 -0.025793 0.021903 -0.031516 -0.016659 0.008809 -0.001992 0.002526 0.009625 -0.019172 -0.040055 0.002114 -0.003905 -0.01412 -0.004172 -0.004444 0.019883 0.007102 -0.006805 0.01513 -0.004227 -0.002453 -0.031327 -0.00077 -0.003274 -0.017427 0.004362 0.000452 -0.026532 0.012564 -0.009229 -0.014404 0.010576 0.03005 -0.006256 0.038305 0.018258 0.019464 -0.01575 0.005392 -0.0005 -0.006783 0.001626 -0.013579 -0.03439 0.018312 0.001146 0.030619 0.019089 0.029896 0.011019 -0.00839 -0.008557 -0.009191 -0.015485 -0.009511 -0.000191 -0.011024 0.023911 -0.015821 0.00978 -0.028749 0.005344 0.010862 0.038585 0.00024 -0.008659 0.008569 0.020022 -0.027219 -0.042777 0.042777 0.01319 0.001486 -0.038134 0.008234 0.006115 0.028086 0.023348 -0.001565 0.004475 0.003174 -0.021261 0.012848 -0.019805 -0.021646 0.012527 0.018236 0.01336 -0.01361 -0.015728 0.017399 -0.020003 0.01686 0.013806 -0.021884 -0.018798 -0.007368 0.034071 -0.014468 -0.021429 -0.007048 -0.010703 -0.033855 -0.015419 0.028589 -0.012289 0.006807 -0.014362 -0.000732 -0.020544 0.001682 0.019647 -0.043412 0.000904 0.011565 0.020829 -0.031145 -0.028417 0.002026 0.033493 -0.018548 0.013474 0.00128 -6.2e-05 -0.025744 -0.02617 0.016017 0.022024 0.014562 0.013856 0.009888 -0.010226 -0.00619 0.033855 -0.016396 -0.00309 -0.010656 0.014795 -0.001682 0.056255 0.007679 -0.018937 0.008877 -0.002743 -0.003526 0.007205 -0.003512 0.003607 -0.021019 -0.002238 0.000933 0.017303 -0.002639 -0.020561 -0.002605 -0.001947 -0.004455 -0.020736 -0.028718 -0.003448 -0.013107 -0.02796 0.019249 0.016506 0.005881 0.014915 -0.021215 0.00756 0.005195 -0.001825 0.029743 -0.003066 0.033157 0.04325 0.018452 0.00376 -0.001539 -0.03218 -0.023846 -0.019392 -0.002921 0.020646 -0.02454 -0.00631 0.002092 -0.013005 0.0271 -0.026583 -0.02495 -0.018595 -0.030445 -0.013389 0.005345 0.000134 0.016224 -0.000475 0.011503 -0.001913 0.010811 -0.003533 -0.001935 0.013836 0.040195 -0.042699 -0.000932 -0.018151 0.014308 0.010662 -0.015268 -0.005009 0.019957 -0.008872 -0.016329 -0.014932 0.006046 -0.034496 0.007185 -0.057912 -0.006861 0.006828 0.011372 0.010532 0.016348 0.000582\nް 0.042311 -0.002211 -0.08951 0.022806 0.016698 0.068067 0.019608 -0.016368 -0.025602 -0.064542 0.068251 0.0139 -0.008488 -0.031256 0.063181 -0.02243 0.004275 -0.0212 -0.006287 -0.083012 -0.033555 0.009567 0.031887 -0.003955 -0.000581 0.018661 -0.009607 -0.015647 -0.027233 -0.052884 0.046156 -0.056155 -0.028971 -0.059239 0.01789 0.031045 -0.068591 0.069025 0.024089 0.04194 -0.0621 0.028316 -0.003311 -0.008714 -0.069725 -0.049803 0.05041 -0.003619 -0.005596 0.015947 0.00251 0.077724 0.052319 -0.059294 0.065454 0.003158 -0.045048 0.025447 -0.004408 0.040155 -0.066288 -0.03669 -0.012796 -0.02044 0.030702 0.032463 0.075589 -0.016843 0.063277 0.025147 -0.076714 -0.002782 0.029162 0.022182 -0.070225 0.00757 -0.045856 0.017872 -0.074178 -0.021342 0.003641 -0.004917 -0.003043 0.028889 -0.030746 -0.084184 -0.000791 0.002563 -0.048247 0.003921 -0.022261 0.036312 0.007322 -0.037257 0.030967 -0.010957 -0.015003 -0.05686 -0.010879 -0.015059 -0.031587 0.011703 -0.00152 -0.060969 0.027906 -0.00927 -0.017792 0.008348 0.058357 -0.010933 0.074673 0.045106 0.036849 -0.018292 0.008582 0.015921 -0.012609 -0.002564 -0.018346 -0.089329 0.034619 -0.009502 0.045785 0.065272 0.059913 0.009174 -0.0041 -0.02105 -0.02536 -0.039246 -0.033209 0.001736 -0.016074 0.03975 -0.025525 0.026544 -0.033684 0.00198 0.010973 0.079482 0.008031 -0.014738 0.007766 0.039945 -0.062185 -0.076567 0.092824 0.02363 -0.013311 -0.069876 0.00973 0.006812 0.071957 0.057019 -0.016666 -0.002379 0.013109 -0.031163 0.021866 -0.045394 -0.033273 0.011667 0.054773 0.01282 -0.042369 -0.0258 0.056286 -0.054521 0.039698 0.031971 -0.024675 -0.05015 -0.039524 0.062819 -0.030311 -0.037281 -0.027852 -0.028925 -0.064781 -0.028175 0.071263 -0.035655 0.027976 -0.019019 -0.015092 -0.033826 0.010978 0.035537 -0.087986 0.010944 0.027409 0.044205 -0.064395 -0.052144 -0.002973 0.078864 -0.049711 0.028771 0.002042 -0.008535 -0.058429 -0.065965 0.020914 0.048309 0.017881 0.041249 0.031319 -0.00337 0.001023 0.059167 -0.042888 -0.003537 -0.02893 0.005485 -0.001861 0.095534 0.018578 -0.036542 0.014269 0.01026 -0.01767 0.022262 -0.000544 0.019921 -0.024214 -0.033373 0.010048 0.022831 -0.000884 -0.042962 -0.007414 -0.002387 -0.011186 -0.029127 -0.072411 -0.00465 -0.023294 -0.062691 0.048569 0.043232 0.024591 0.046227 -0.060854 0.032231 0.010617 -0.010319 0.043189 -0.010216 0.051032 0.082618 0.0552 0.009164 -0.008899 -0.061018 -0.055594 -0.03641 -0.000785 0.032411 -0.050718 -0.012418 0.006145 -0.02742 0.045033 -0.030741 -0.043242 -0.02199 -0.054053 -0.021167 0.018617 0.011941 0.053365 -0.00413 0.027578 -0.017433 0.017033 0.007228 0.003075 0.037947 0.089118 -0.087006 0.006722 -0.047878 0.019997 0.017782 -0.018464 -0.020504 0.029745 -0.033767 -0.032459 -0.031053 0.024329 -0.065467 0.019334 -0.122236 -0.017729 0.027043 0.018374 0.024476 0.024799 -0.001973\n5 0.025286 0.005077 -0.039483 0.010955 0.001147 0.039076 0.012868 0.005635 -0.008165 -0.009337 0.024721 0.008289 -0.012863 -0.013065 0.011923 0.010837 0.01384 -0.012022 -0.013391 -0.020957 0.006318 0.003684 0.015178 0.017903 0.006988 0.026931 0.004376 0.004628 -0.002442 -0.016255 0.019767 -0.015734 -0.010194 -0.0331 0.00816 0.025866 -0.027815 0.02912 0.018579 0.012489 -0.023111 0.015915 0.007486 -0.001969 -0.009091 -0.018425 0.03876 -0.00427 0.007485 0.010798 0.00384 0.047026 0.039099 -0.017509 0.032935 -0.000612 -0.00202 0.019201 -0.000376 0.020145 -0.020484 -0.01389 -0.005102 -0.013581 0.008532 0.023045 0.025702 -0.013702 0.0261 0.020081 -0.036424 -0.003338 0.018023 0.008912 -0.039656 0.002313 -0.019491 0.014262 -0.027412 0.001194 0.013293 0.011078 0.002276 0.020645 -0.004861 -0.042011 0.00956 0.014026 -0.019353 -0.000874 0.011066 0.014956 0.005563 -0.01624 0.016885 -0.00038 0.004198 -0.027988 0.006958 -0.008561 -0.001854 -0.005168 0.004969 -0.011283 0.015255 0.002196 -0.005129 -0.000394 0.015287 0.009111 0.033575 0.013047 0.024442 -0.012578 0.006824 0.006305 -0.001039 -0.002088 -0.000365 -0.028413 0.021138 0.000934 0.032277 0.003943 0.02659 0.007253 -0.002628 -0.000107 -0.006778 0.007935 -0.00852 0.006355 -0.001966 0.030402 -0.004966 0.02059 -0.014351 0.00535 -0.003763 0.047129 0.006661 -0.010235 0.010625 0.023407 -0.012319 -0.029967 0.03462 0.006623 0.006312 -0.036293 0.018259 0.009915 0.030655 0.017621 0.009335 0.013049 0.003304 -0.020295 0.008918 -0.005877 -0.023843 0.009714 0.037201 0.013686 -0.001593 -0.000967 0.027335 -0.002238 0.014785 0.012913 -0.012356 -0.007007 -0.013048 0.031305 -0.012829 -0.009525 -0.015726 -0.010779 -0.025354 -0.003232 0.036906 0.000623 0.014002 0.002507 -0.008281 0.003173 -0.002688 0.027863 -0.033639 0.012668 0.014607 0.016571 -0.029148 -0.022469 0.008542 0.033809 -0.00321 0.008042 0.009116 0.0125 -0.032212 -0.013728 0.022725 0.020035 0.023014 0.010108 0.007888 -0.004021 0.010962 0.022914 -0.015841 0.001617 -0.018321 0.024332 -0.002342 0.058132 0.001317 -0.018691 0.006397 0.006149 -0.001001 0.022016 -0.018247 0.003399 -0.017657 0.004046 0.018815 0.01255 0.00473 -0.012774 0.008191 0.010613 0.0015 -0.018526 -0.026153 0.007032 -0.000739 -0.028323 0.024775 0.017246 0.016096 0.01672 -0.019347 0.025853 -0.000598 -0.008105 0.03111 -0.0111 0.029816 0.043573 0.015817 0.01111 -0.00265 -0.033072 -0.03102 -0.004587 0.004502 0.007258 -0.017459 -0.007625 0.017913 -0.000183 0.020155 -0.019756 -0.014302 -0.009793 -0.026564 -0.002549 0.006578 0.012919 0.012269 -0.004227 -0.007001 -0.005501 0.012454 0.005327 -0.004216 0.018131 0.032312 -0.026114 0.000759 -0.014309 0.010321 0.014159 -0.007668 -0.005879 0.017972 -0.009617 -0.003441 -0.015228 0.004514 -0.024007 0.000787 -0.041888 -0.01082 0.013277 0.019057 0.000139 0.025658 0.009973\nแ 0.023379 -0.001165 -0.032192 0.018713 0.00891 0.025369 0.005001 -0.001067 -0.015738 -0.020896 0.023888 0.002673 -0.007249 -0.01406 0.025893 -0.003059 0.004815 -0.017464 -0.000342 -0.033767 -0.011932 0.005608 0.006824 0.010762 0.000307 0.007385 -0.009954 -0.00808 -0.012432 -0.018316 0.014266 -0.021394 -0.012619 -0.025966 -0.003628 0.01569 -0.024281 0.032295 0.009594 0.010366 -0.023066 0.006248 0.002702 -0.006023 -0.018066 -0.014915 0.025618 0.001772 0.002114 0.008234 0.00149 0.035996 0.020655 -0.028678 0.027868 0.00414 0.00048 0.019976 -0.011922 0.014489 -0.026014 -0.020782 -0.000734 -0.011178 0.006587 0.011254 0.019182 -0.012547 0.030838 0.015554 -0.036444 -0.007289 0.017357 0.014014 -0.046628 0.002478 -0.023412 0.014077 -0.026276 -0.012916 0.011161 -0.004574 0.002477 0.00929 -0.016274 -0.035861 -0.002649 0.000189 -0.015272 -0.000432 -0.002524 0.02208 0.006535 -0.012402 0.014929 -0.002792 9e-05 -0.030121 0.005403 0.001053 -0.012232 0.008084 0.001269 -0.016569 0.0155 -0.003794 -0.009181 0.008955 0.026709 -0.000838 0.039095 0.018509 0.025006 -0.010937 0.003048 0.002507 0.001372 0.001584 0.000675 -0.033844 0.012389 0.004276 0.03279 0.020028 0.031933 0.006881 -0.010583 -0.013042 -0.003885 -0.013777 -0.006277 -0.007566 -0.017099 0.028879 -0.012754 0.008672 -0.022687 -0.001251 0.005414 0.032034 0.000507 -0.009288 0.006418 0.020022 -0.028412 -0.037167 0.038068 0.00122 0.002008 -0.029917 0.000494 0.004618 0.026844 0.017723 0.000222 0.006857 0.002832 -0.024292 0.007196 -0.021691 -0.011671 0.007621 0.015546 0.008624 -0.011723 -0.011 0.019876 -0.017632 0.019929 0.012171 -0.017281 -0.015009 -0.008338 0.024392 -0.017914 -0.017376 0.00163 -0.001985 -0.028451 -0.016837 0.031181 -0.012154 0.004687 -0.008261 -0.004652 -0.011248 0.003119 0.016931 -0.038083 0.004814 0.011751 0.024999 -0.027994 -0.025988 0.006241 0.025126 -0.013998 0.007465 0.003215 -0.000894 -0.027491 -0.023632 0.007705 0.022051 0.019664 0.014078 0.00443 -0.005923 -0.000348 0.025001 -0.014953 0.001869 -0.007897 0.015019 0.003252 0.047091 0.002051 -0.016634 0.005765 0.003051 0.002515 0.006426 0.001381 0.002766 -0.023813 -0.000211 -0.007586 0.013995 -0.001425 -0.021996 -0.007932 -0.000672 -0.003744 -0.020336 -0.025979 -0.001727 -0.00852 -0.028336 0.017668 0.024947 0.009365 0.024153 -0.02246 0.009798 -0.000319 -0.001454 0.024047 -0.003136 0.0262 0.043038 0.012473 0.000961 -0.000588 -0.036649 -0.02129 -0.014545 -0.004055 0.022216 -0.019822 -0.015908 0.004059 -0.007432 0.02219 -0.013246 -0.019798 -0.020025 -0.019868 -0.016759 -0.000156 -0.001376 0.012916 -1.2e-05 0.009239 0.001847 0.010873 -0.004165 0.002326 0.010486 0.032851 -0.035511 0.00067 -0.007357 0.011454 0.013809 -0.015672 -0.003174 0.015191 -0.007437 -0.018213 -0.008657 0.006594 -0.029336 0.007348 -0.052591 -0.011271 0.008261 0.007729 0.01366 0.016411 -0.001327\nۆ 0.03504 0.005719 -0.045656 0.017285 0.004426 0.036349 0.00389 -0.015452 -0.02797 -0.021609 0.026986 0.007118 0.003529 -0.029175 0.019806 -0.009266 0.005502 -0.007958 -0.010249 -0.057626 -0.017396 0.005041 0.011275 0.010751 0.005941 0.023097 -0.015665 -0.012306 -0.013532 -0.027758 0.022145 -0.021773 -0.018345 -0.036129 0.008373 0.009069 -0.047357 0.054229 0.009709 0.016804 -0.029555 0.002679 -0.004986 -0.006119 -0.032385 -0.008473 0.034741 -0.004489 0.004 0.01299 -0.000192 0.036352 0.019875 -0.038632 0.050502 0.013358 -0.01056 0.019015 -0.023292 0.014464 -0.03405 -0.023676 -0.013674 -0.010344 0.000774 0.015697 0.04226 -0.01017 0.037232 0.011955 -0.064379 -0.015329 0.015805 0.021226 -0.044194 -0.001973 -0.022348 0.022594 -0.051113 -0.024415 -0.000281 -0.005582 -0.003142 0.004317 -0.027807 -0.040823 -0.006982 -0.004679 -0.011525 -0.011623 -0.009689 0.025868 0.001381 -0.013038 0.018943 0.000953 -0.002888 -0.029009 -0.00291 -0.019243 -0.024753 0.000258 -0.001672 -0.021642 0.025989 -0.007987 -0.026401 0.023301 0.045718 -0.014419 0.055038 0.028022 0.019588 -0.013383 0.004546 -0.008858 -0.008058 -0.002667 -0.017597 -0.027182 0.025451 -0.003129 0.034063 0.031304 0.041516 0.005802 -0.02253 -0.011654 -0.009776 -0.013453 -0.009077 -0.004077 -0.021058 0.033707 -0.018826 0.000949 -0.026662 0.005212 0.014907 0.043916 -0.00944 -0.008182 0.005681 0.02363 -0.035157 -0.062672 0.053301 0.023035 -0.00781 -0.043147 0.003199 0.01717 0.03405 0.01624 -0.006783 -0.008648 -0.007639 -0.018243 0.013874 -0.030864 -0.025306 0.019128 0.014778 0.011515 -0.020673 -0.010558 0.034869 -0.024379 0.005309 0.011142 -0.02073 -0.023154 -0.009421 0.037105 -0.017417 -0.033877 0.000943 -0.018583 -0.028693 -0.03588 0.02654 -0.00857 0.007241 -0.014697 0.007934 -0.038161 -0.005837 0.024489 -0.049952 -0.005526 0.019509 0.017747 -0.029062 -0.022356 -0.006249 0.030072 -0.018394 0.028186 0.01045 -0.004721 -0.025323 -0.033261 0.009188 0.027937 0.032696 0.012719 0.02504 -0.015445 0.000946 0.038624 -0.018578 -0.013276 -0.009445 0.013789 -1.9e-05 0.052741 0.012707 -0.014055 0.02285 0.002752 0.008408 -0.003546 0.011963 0.009273 -0.030119 -0.011398 0.005077 0.01222 1e-05 -0.020321 -0.012135 -0.012762 0.006455 -0.024193 -0.03888 0.001103 -0.008239 -0.028862 0.032325 0.010178 0.00573 0.006521 -0.024617 0.008306 0.000143 0.002583 0.040662 -0.005691 0.027701 0.045228 0.025079 0.004442 -0.000261 -0.041652 -0.027565 -0.030617 -0.010114 0.034944 -0.026673 0.013596 -0.005586 -0.003483 0.043389 -0.034351 -0.03719 -0.033098 -0.029392 -0.019523 -0.000353 0.006692 0.028226 0.005356 0.017922 0.008867 0.023916 0.004807 0.008926 0.015538 0.039328 -0.050711 -0.00115 -0.037852 0.009003 0.015087 -0.008092 -0.015549 0.021556 -0.006481 -0.01906 -0.007759 0.021997 -0.038111 0.010324 -0.077739 -0.008749 0.021337 0.006893 0.019647 0.030327 -0.006488\nψ 0.025631 -0.016035 -0.047039 0.023353 0.007247 0.033704 0.005924 -0.028256 -0.000822 -0.027245 0.030896 0.017135 -0.021262 -0.00244 0.040229 -0.013597 -0.001877 -0.027461 -0.012375 -0.025896 0.005906 0.005031 -0.001054 0.023507 0.006193 0.004593 -0.00533 0.014078 -0.000986 -0.011617 0.033868 -0.0462 -0.025204 -0.03204 0.001862 0.015334 -0.032959 0.050032 0.017601 0.001609 -0.043948 0.000734 0.002455 0.015191 -0.006085 -0.009733 0.022128 0.017426 0.002067 0.005361 0.01117 0.033249 0.026009 -0.021307 0.030736 0.015036 0.019213 0.01575 -0.003146 0.008242 -0.03514 -0.021243 -0.019239 -0.024137 0.026181 0.010922 0.041952 -0.017239 0.009327 0.012957 -0.041298 0.005476 0.023524 0.004657 -0.036967 -0.016041 -0.017051 0.026832 -0.001851 -0.006319 0.007592 -0.011858 -0.014881 0.017223 -0.020467 -0.036113 0.000248 0.004442 0.009497 0.017997 0.008766 0.042719 -0.016459 -0.002596 0.013441 -0.02286 0.01467 -0.032607 -0.00792 -0.011773 -0.009401 -0.019118 -0.006346 -0.024213 0.020377 -0.004905 -0.025321 0.017008 0.012568 -0.014114 0.050008 0.010886 0.033261 0.012943 0.016772 0.007429 -0.004566 0.002846 -0.018356 -0.033695 0.041557 -0.009791 0.023362 0.03983 0.007464 -0.016587 0.006867 0.005865 -0.01589 -0.009001 0.012015 0.010762 -0.000913 0.034438 -0.005144 0.005946 -0.011696 0.007755 -0.015685 0.015404 -0.022238 -0.002337 0.022525 0.024199 -0.027991 -0.0479 0.034348 0.008538 0.007682 -0.04393 -0.000812 0.025463 0.023425 0.020962 -0.000917 -0.031565 -0.000909 -0.017075 0.03258 0.003478 -0.001208 0.013322 0.016294 0.010108 -0.014104 -0.011427 0.036435 -0.02298 0.01708 0.014723 -0.022944 -0.027023 -0.037876 0.040779 0.010835 -0.017781 -0.001662 0.000181 -0.007232 -0.003747 0.033045 -0.003232 0.002653 0.014426 -0.022712 -0.011772 -0.032289 0.028728 -0.06006 -0.020098 0.031744 0.046132 -0.028892 -0.033404 0.004784 0.015841 -0.019294 0.033352 0.006999 -0.001628 -0.031705 -0.014786 0.001539 0.039602 0.011006 0.007428 0.010715 -0.027478 0.014064 0.019695 -0.016077 -0.007614 -0.00887 0.018495 0.017615 0.027248 0.010118 -0.005682 0.003781 -0.017615 -0.005618 0.011026 6e-05 0.003423 -0.023504 -0.000425 0.005579 0.002359 -0.007837 -0.024284 -0.011201 -0.002485 -0.00915 -0.006724 -0.004202 0.019691 -0.007578 -0.019846 0.008289 0.041883 0.002982 0.01935 -0.021072 0.004194 0.016423 0.010676 0.04438 -0.000618 0.010069 0.036869 0.023788 0.001964 -0.008846 -0.015149 -0.033449 -0.026778 -0.002433 -0.001424 -0.037675 -0.015377 0.039074 -0.000709 0.004055 0.018754 -0.000455 0.001305 -0.0205 -0.022945 -0.001513 -0.005248 0.011755 -0.01127 0.006959 -0.008767 -0.002144 -0.016231 0.017393 0.017231 0.031886 -0.030141 -0.011051 -0.006796 0.018438 0.014208 -0.019391 0.008676 -0.003355 -0.006062 -0.026039 -0.028823 -0.006342 -0.028456 -0.004106 -0.052645 -0.010693 -0.00148 0.018024 0.005953 0.026334 -0.004824\n័ 0.034858 -0.000964 -0.036821 0.017282 -0.000713 0.026752 0.008435 -0.007776 -0.021273 -0.028921 0.008777 0.003895 -0.013348 -0.016291 0.019312 0.001948 0.008209 -0.029244 -0.002574 -0.025986 -0.021289 0.005996 0.018488 0.010017 -0.009913 0.011999 -0.008684 -0.004938 -0.022262 -0.02455 0.016517 -0.02488 -0.012927 -0.037367 0.009013 0.004935 -0.016344 0.024154 -0.004964 0.028911 -0.024678 0.019369 -0.000239 -0.010914 -0.018989 -0.024101 0.021913 -0.010108 -0.002193 0.013773 -0.002167 0.049996 0.028048 -0.015367 0.027371 -0.003466 0.001435 0.020066 -0.013504 0.019019 -0.018874 -0.022001 -0.008824 -0.009379 0.021573 0.003657 0.032947 -0.022842 0.02629 0.015544 -0.051406 0.00042 0.017211 0.015864 -0.021905 0.011353 -0.017269 0.026077 -0.024958 -0.001862 0.010789 -0.007394 -0.005238 -0.006979 -0.001834 -0.038871 0.020081 -0.021289 -0.011058 0.00153 -0.016153 0.011996 0.020877 -0.003662 0.006071 -0.005193 -0.005988 -0.040911 -0.003051 -0.002636 -0.016233 -0.002104 -0.006475 -0.033477 -0.005619 0.007957 -0.023223 -0.000382 0.021749 -0.005429 0.031689 0.006476 0.002114 -0.006879 0.013634 -0.000347 -0.013829 -0.004285 -0.00216 -0.031166 0.017114 0.004147 0.02895 -5.6e-05 0.024047 0.019452 -0.01771 -0.008558 -0.01172 -0.018543 -0.011864 -0.009402 -0.009964 0.029638 -0.022661 0.009222 -0.026239 -0.00426 0.007917 0.029175 -0.000239 -0.014596 0.004557 0.014759 -0.023306 -0.022201 0.049627 -0.001156 -0.00436 -0.028896 0.015426 0.009101 0.023021 0.007189 0.003794 0.003469 0.011529 -0.012655 0.005379 -0.015269 -0.016884 0.014712 0.02858 0.023857 -0.001628 -0.004693 0.009554 -0.00494 0.009885 0.023398 -0.023089 -0.014768 -0.002479 0.014902 -0.017402 -0.014974 -0.021376 -0.010225 -0.030506 -0.008367 0.016945 -0.005584 0.016529 -0.007205 -0.002205 -0.009711 -0.001602 0.020694 -0.030148 0.008839 0.006495 0.010822 -0.029637 -0.022738 0.00507 0.039747 -0.01759 0.012649 -0.000838 0.007911 -0.01971 -0.017128 0.018447 0.016303 0.015468 0.01739 -0.001216 -0.004195 -0.013384 0.03215 -0.023479 -0.004531 -0.018175 0.002037 0.000318 0.053675 0.007228 -0.029817 0.009603 -0.002194 -0.014189 0.003644 -0.008045 0.010669 -0.011715 -0.002055 -0.001417 0.006873 -0.017115 -0.018524 0.000391 0.003914 0.008405 -0.012161 -0.030652 -0.00024 -0.010238 -0.020522 0.014765 0.010113 0.000742 0.013959 -0.011796 0.003539 0.015941 0.00127 0.02329 -0.000908 0.029843 0.045053 0.027213 0.006251 0.006584 -0.031399 -0.025025 -0.020278 0.005484 0.01035 -0.027118 -0.002376 0.011287 -0.018652 0.021244 -0.031364 -0.024594 -0.020221 -0.027912 -0.00904 0.00639 0.0033 0.007951 0.004716 0.020221 -0.017535 0.018532 0.006853 -0.007857 0.015043 0.025931 -0.044664 -0.004194 -0.01976 0.010182 -0.000424 -0.021583 -0.013365 0.0215 0.002576 -0.001884 -0.01999 0.003741 -0.036723 0.005539 -0.038591 -0.008514 0.005809 0.014134 0.015916 0.004878 0.00733\nל 0.036282 0.005667 -0.056321 0.028676 0.011991 0.040537 0.007999 -0.003737 -0.019349 -0.033667 0.036961 0.015711 -0.00642 -0.032798 0.031734 -0.007259 0.010458 -0.024591 -0.0141 -0.050671 -0.020393 0.004024 0.007479 0.018642 0.007323 0.022844 -0.003537 -0.011779 -0.017581 -0.027911 0.022586 -0.034851 -0.022435 -0.052238 0.008225 0.015443 -0.043403 0.043787 0.012466 0.026233 -0.033868 0.010944 0.001637 0.00492 -0.032408 -0.031984 0.042605 0.000623 -0.000436 0.018844 0.009665 0.063386 0.040059 -0.036765 0.047706 0.005513 -0.006271 0.027398 -0.014316 0.031088 -0.034574 -0.030967 -0.010896 -0.018985 0.016524 0.023016 0.043937 -0.01352 0.041644 0.01985 -0.051628 -0.005698 0.028329 0.017384 -0.05436 0.004275 -0.033833 0.027756 -0.029959 -0.01883 0.016396 -2.9e-05 -0.002087 0.016929 -0.026746 -0.063205 0.001136 -0.003927 -0.022965 -0.003595 -0.011452 0.028317 0.004086 -0.016414 0.012731 -0.009692 0.002073 -0.041818 -0.004517 -0.004829 -0.018921 -0.001543 0.000863 -0.036289 0.016471 -0.008681 -0.014765 0.008236 0.040092 -0.005744 0.047568 0.02277 0.024229 -0.019082 0.01024 0.004165 -0.013141 0.000359 -0.014801 -0.046399 0.025102 -0.004381 0.046578 0.019304 0.038569 0.013505 -0.015428 -0.021065 -0.019898 -0.022584 -0.020471 0.000596 -0.020426 0.034494 -0.023661 0.018274 -0.030045 0.004502 0.007349 0.050985 -0.001091 -0.00912 0.016244 0.03551 -0.038923 -0.052639 0.050795 0.005715 -0.000417 -0.046994 0.004772 0.013368 0.040151 0.033638 -0.005206 0.005064 -0.000817 -0.027442 0.018303 -0.025532 -0.023564 0.01905 0.024837 0.013957 -0.01496 -0.016826 0.022096 -0.02535 0.022487 0.027442 -0.034696 -0.026488 -0.010101 0.040207 -0.020049 -0.030273 -0.015807 -0.010317 -0.039994 -0.020006 0.041092 -0.012132 0.007438 -0.0073 -0.008497 -0.020056 0.004911 0.021267 -0.0694 0.002583 0.010756 0.030565 -0.04051 -0.043453 0.003865 0.04754 -0.026551 0.018155 0.001621 0.001372 -0.040058 -0.041285 0.019729 0.03009 0.025051 0.018681 0.012468 -0.00888 -0.013523 0.044007 -0.026855 -0.004266 -0.01101 0.021437 -0.000768 0.077219 0.003255 -0.024127 0.003494 0.000617 -0.009338 0.010803 -0.008029 0.009433 -0.02985 0.000614 0.002031 0.016901 -0.01238 -0.022346 -0.005306 5.2e-05 -0.006354 -0.034887 -0.039184 -0.005319 -0.023097 -0.036339 0.033861 0.027453 0.011481 0.032502 -0.023188 0.011884 0.009851 -0.011576 0.046683 -0.005577 0.047057 0.058873 0.031979 0.008205 0.004271 -0.051278 -0.036953 -0.022381 -0.003766 0.020985 -0.026918 -0.013794 0.008613 -0.010368 0.035448 -0.028651 -0.037498 -0.021411 -0.035403 -0.015273 0.009108 -0.00187 0.023773 -0.004893 0.011406 -0.00274 0.011217 0.002057 -0.002497 0.021922 0.051408 -0.052367 -0.006625 -0.018361 0.01706 0.014839 -0.024262 0.00197 0.021521 -0.011041 -0.022851 -0.022543 0.011049 -0.045648 0.01014 -0.07318 -0.008504 0.005287 0.016476 0.016496 0.02794 0.002569\nş 0.05488 0.004167 -0.067445 0.027739 0.02166 0.039518 0.001839 0.021111 -0.023083 -0.035884 0.030568 -0.002224 -0.006123 -0.046511 0.008589 0.005513 0.018508 -0.03001 -0.040313 -0.053594 -0.010018 -0.027767 0.015937 0.044948 0.009105 0.047874 0.017169 0.001899 -0.033268 -0.045981 0.018633 -0.054419 -0.018448 -0.044104 0.016238 0.030658 -0.066079 0.040126 0.029842 0.026918 -0.025582 0.011808 -0.020948 0.009529 -0.039248 -0.040955 0.038435 -0.017781 -0.007057 0.018364 -0.010508 0.079905 0.043326 -0.049202 0.065608 0.004226 0.002162 0.039044 -0.006102 0.048432 -0.020957 -0.041307 -0.000809 -0.001137 0.01152 0.018128 0.026587 -0.031815 0.053927 0.01599 -0.049796 -0.02462 0.014227 0.032434 -0.069647 0.018138 -0.034565 0.054089 -0.032873 -0.02149 0.026972 -0.006004 -0.004339 0.025085 -0.060684 -0.087271 -0.000279 0.01059 -0.034835 0.003164 -0.025049 0.046055 -0.013968 -0.042838 0.014637 -0.019808 0.008721 -0.04519 -0.017507 -0.009334 -0.00783 1.8e-05 0.013677 -0.010792 0.019043 -0.003473 -0.006477 0.013093 0.031254 0.007722 0.054915 0.023731 0.030711 0.008765 0.010548 0.004108 -0.017954 -0.012186 -0.016165 -0.048029 0.004596 -0.013401 0.051745 0.006643 0.05482 0.023169 -0.008058 -0.030442 -0.020706 -0.026662 -0.023513 0.00865 -0.030615 0.019967 -0.043007 0.010639 -0.031978 -0.001665 0.004995 0.071301 -0.001951 -0.024398 0.032054 0.026191 -0.053246 -0.059735 0.041249 0.001596 0.008962 -0.054787 0.011736 0.008399 0.032525 0.030284 -0.009668 0.012568 -0.012489 -0.025056 0.014333 -0.035504 -0.007267 0.030287 0.013132 0.019743 -0.016017 -0.016988 0.008362 -0.0314 0.01302 0.040897 -0.05214 -0.037317 -0.018087 0.043609 -0.049776 -0.050742 -0.006197 -0.001441 -0.038667 -0.027142 0.046106 -0.021459 -0.001856 0.001215 -0.002002 -0.018959 -0.001323 0.029887 -0.069861 -0.017776 -0.015695 0.013395 -0.031604 -0.033518 0.012711 0.042626 -0.004541 0.003651 -0.002009 -0.010298 -0.045481 -0.039497 0.019317 0.029336 0.002274 0.029046 0.024146 -0.00719 -0.022942 0.040781 -0.036921 0.025426 -0.02069 0.031736 -0.001831 0.081171 0.010383 -0.020398 -0.016758 0.014675 -0.0081 -0.005647 -0.009232 0.00395 -0.021352 -0.019891 -0.011318 0.032355 -0.017392 -0.01506 -0.005035 -0.013703 -0.020271 -0.021863 -0.059836 0.006358 -0.007134 -0.028629 0.041674 0.038195 0.016136 0.040848 -0.032661 0.024304 -0.001057 -0.021316 0.066131 -0.012442 0.020424 0.068214 0.019965 0.003022 0.011791 -0.064436 -0.040261 -0.037775 -0.003679 0.030233 -0.020021 -0.016 0.030059 -0.014432 0.038902 -0.036844 -0.02995 -0.020091 -0.005637 -0.02684 0.013689 0.004315 0.036258 -0.006038 -0.000407 -0.012941 0.012336 0.006479 0.002463 0.025798 0.036937 -0.050558 -0.012636 -0.029059 0.016149 0.041107 -0.010032 0.001587 0.01729 0.006325 -0.02837 -0.014891 -0.002357 -0.056261 0.014215 -0.076603 0.005943 0.012116 0.023324 0.009085 0.041646 -0.010294\n˞ 0.005548 -0.012662 -0.079541 0.034288 0.002888 0.027486 0.058718 0.032331 -0.033923 -0.038712 0.017757 0.040998 0.023269 -0.007421 -0.00116 0.021492 0.012512 -0.021181 0.011867 -0.030624 -0.010039 -0.011137 0.029814 -0.008754 0.00848 -0.010678 0.002277 0.023856 0.013892 -0.033392 0.028951 -0.0136 -0.042215 -0.028633 0.016083 0.002799 -0.024081 0.072895 0.005719 0.041628 -0.02376 0.036697 -0.003389 -0.030555 -0.011138 -0.04058 0.073979 0.036426 -0.021136 0.046 0.013399 0.037949 0.116871 0.007117 0.022835 0.012818 0.008173 -0.016951 0.003791 0.017486 -0.030165 -0.073286 -0.047018 -0.028431 0.039931 0.009983 0.029985 -0.012412 0.052231 0.037532 -0.035501 0.002235 0.036388 -0.03005 -0.012564 0.034977 -0.005946 0.02106 -0.051627 -0.023228 -0.019672 0.00337 -0.028134 0.02069 -0.013557 -0.06299 -0.007567 -0.026999 -0.020252 0.048074 -0.02612 -0.001484 -0.013761 0.006113 0.027474 0.027887 0.02612 -0.050392 0.014437 -0.021607 -0.033097 -0.008801 0.002828 -0.061149 -0.027148 0.019223 0.006245 0.027898 0.006402 0.001863 0.023202 -0.053322 0.004509 -0.038888 0.051805 -0.005806 -0.037924 -0.023171 -0.025843 -0.062843 0.056306 0.007102 0.004789 0.028255 0.010294 0.031182 -0.027549 -0.040528 0.011638 -0.02579 -0.028349 -0.008801 -0.035868 -0.000453 -0.046659 0.044398 -0.02632 0.02439 0.004927 0.035231 -0.046311 -0.00299 0.026413 0.030239 -0.006036 -0.021381 0.088215 -0.002415 -0.013976 -0.072198 0.021907 0.030654 0.016787 0.026784 -0.030729 0.009084 -0.028906 -0.025543 -0.01986 -0.004844 0.007663 0.032662 0.044929 -0.004551 -0.021285 0.007322 0.003809 -0.0559 0.017908 0.013564 -0.025174 -0.055371 0.011843 0.015689 -0.022712 -0.053321 -0.018579 -0.033627 -0.009989 -0.051031 0.058524 0.007984 0.036296 -0.006434 0.001226 0.002734 0.033662 0.006808 -0.057149 6.9e-05 -0.007314 0.014039 -0.040209 -0.03842 -0.011542 0.026208 -0.007323 0.031097 -0.01638 0.001317 -0.067545 -0.008739 0.015158 -0.005682 0.033331 -0.004037 -0.03179 -0.014562 -0.021393 0.058507 -0.016913 0.004934 0.017346 -0.017024 -0.01341 0.08383 0.029383 -0.045465 0.028281 0.010155 -0.017023 0.01121 0.013406 -0.015666 0.000563 -0.015546 0.014778 -0.000685 -0.009646 -0.019535 -0.011065 -0.013675 -0.016285 -0.03004 -0.036217 -0.01025 -0.011943 -0.015765 0.049817 0.059606 -0.026195 0.003545 -0.024972 0.019601 0.033725 -0.01737 0.060646 0.025851 0.035841 0.017748 0.002195 0.033964 0.01528 -0.064834 -0.008538 -0.016663 0.006118 0.018566 -0.004396 -0.032725 0.009033 -0.011391 0.056948 -0.056098 -0.025069 0.008754 -0.037584 -0.004123 -0.005647 0.006297 -0.024976 0.02218 -0.004404 0.008085 -0.005006 0.005074 -0.002171 0.046472 0.023344 -0.044323 0.016468 -0.062548 0.006373 -0.00936 -0.03464 -0.01231 0.023908 -0.033603 -0.022644 -0.0122 -0.014939 -0.055738 0.0274 -0.070563 -0.028041 -0.011577 0.004174 0.038313 0.002168 0.015284\nᡥ 0.027011 -0.004887 -0.064948 0.021771 0.021667 0.034755 0.010052 -0.025988 -0.029719 -0.028299 0.037002 0.004497 -0.01206 -0.02726 0.03541 -0.006801 0.013307 -0.011845 -0.025499 -0.046813 -0.025607 -0.00353 -0.012408 0.00345 -0.000529 0.006485 -0.007233 0.002406 -0.022198 -0.038693 0.012168 -0.033889 -0.019171 -0.040441 0.00643 0.008572 -0.04281 0.045848 0.011183 0.013091 -0.040544 0.010675 0.010261 -0.004469 -0.026984 -0.02239 0.030379 -0.016623 -0.023863 0.017961 0.009988 0.049901 0.024401 -0.030336 0.047178 0.020441 -0.007078 0.028765 -0.006852 0.031624 -0.048618 -0.036116 -0.022928 -0.016276 0.031501 0.038186 0.035012 0.003256 0.040934 0.020475 -0.044534 -0.015406 0.020038 0.022492 -0.058421 0.015639 -0.048172 0.018313 -0.053416 -0.012293 -0.005484 0.003349 0.005982 0.008429 -0.013005 -0.047789 0.024845 -0.013148 -0.024197 0.001698 -0.016975 0.021091 0.012017 -0.009074 0.026292 -0.001522 0.00671 -0.034385 0.00662 -0.026112 -0.04091 0.021744 0.0093 -0.032424 -0.001386 -0.009918 -0.009721 0.023398 0.02144 0.002181 0.048139 0.031942 0.026355 -0.020651 0.007739 -0.002665 -0.020824 0.008358 -0.007842 -0.027945 0.008481 -0.022747 0.054088 0.017654 0.050421 0.016652 -0.004969 -0.011571 -0.00532 -0.007469 -0.014782 -0.009101 -0.02182 0.028949 -0.018262 0.019729 -0.041908 0.003833 0.019829 0.036338 -8.3e-05 0.003295 0.006553 0.02111 -0.038864 -0.026982 0.050693 0.016106 -0.014415 -0.029853 -0.000442 0.006178 0.039542 0.029986 0.00304 -0.001934 0.001367 -0.008337 0.023729 -0.028905 -0.02807 0.001548 0.013697 -0.001313 -0.008306 -0.003928 0.022483 -0.031365 0.027571 0.011172 -0.041396 -0.010598 -0.011397 0.046959 -0.007954 -0.017343 -0.009459 0.000817 -0.041462 -0.029937 0.028952 -0.020209 0.011745 -0.021852 0.014952 -0.018278 0.001557 0.013005 -0.059136 -0.000184 0.007126 0.038998 -0.039616 -0.028406 0.00304 0.040755 -0.012762 0.012178 -0.000192 -0.001439 -0.040197 -0.041727 0.010135 0.00197 0.014955 0.011675 0.027563 -0.020336 0.001251 0.05518 -0.007418 -0.003201 -0.009075 0.022785 -0.007167 0.071733 0.004426 -0.018427 0.010553 -0.004063 0.004366 0.005415 -0.001991 0.00126 -0.007472 -0.003817 -0.004826 0.024584 -0.020465 -0.028114 -0.005072 -0.004499 -0.011326 -0.019439 -0.040762 -0.005745 -0.009316 -0.024671 0.024789 0.032777 0.001024 0.008016 -0.034479 0.017618 0.001269 -0.013212 0.040392 -0.017377 0.040909 0.053061 0.03239 0.015229 -0.000303 -0.03696 -0.041514 -0.024644 -0.015782 0.041997 -0.01327 -0.01664 0.000739 -0.022504 0.045933 -0.026065 -0.040177 -0.036652 -0.03944 -0.014455 0.010072 0.004965 0.035954 0.006027 0.020334 0.00703 0.015851 0.001449 -0.002271 0.011797 0.062545 -0.064675 0.003748 -0.026575 0.00853 0.024398 -0.00665 -0.013947 0.034694 -0.007561 -0.020337 -0.01587 0.004373 -0.047607 0.017217 -0.081077 0.007203 0.000862 0.018939 0.027453 0.009676 0.005332\nც 0.022227 -0.005279 -0.014342 -0.011854 -0.003455 0.01236 -0.009634 -0.010531 -0.006778 -0.016494 0.017448 0.002353 -0.008003 -0.01009 0.006786 -0.019027 0.015864 -0.006024 -0.000238 -0.023698 0.002462 -0.003809 0.009135 0.005615 -0.003811 0.003491 -0.007026 -0.013058 -0.005989 -0.009132 0.009979 -0.015044 -0.019909 -0.017144 0.009848 -0.000924 -0.010494 0.017497 0.002896 -0.004675 -0.01482 0.006502 0.015234 -0.000949 -0.020172 0.005374 0.011425 0.004637 0.007806 -0.002164 0.007065 0.014319 0.009431 -0.014434 0.010905 -0.001848 -0.002315 0.013862 -0.007774 0.006656 -0.01768 0.000284 -0.001246 -0.008121 0.004875 -0.000543 0.014107 0.012112 0.013322 0.001255 -0.02105 0.003377 0.00579 0.00904 -0.022076 -0.010828 -0.002089 0.010543 -0.029103 -0.004707 -0.004193 -0.0129 -0.018643 -0.010039 -0.012572 -0.018271 0.001797 0.010096 -0.008592 -0.007474 -0.00639 0.003292 0.000609 -0.002473 0.009353 -0.003142 -0.006521 -0.012702 0.000504 0.006349 -0.016008 -0.000605 0.007155 -0.018104 0.012374 -0.005959 -0.007926 0.016805 0.036649 -0.009978 0.022586 0.027408 0.009546 -0.01643 0.001768 -0.005909 0.001668 0.004284 -0.016977 -0.014167 0.019537 0.004547 -0.000307 0.010836 0.021312 0.004259 0.006816 -0.00763 0.006153 -0.008941 -0.00159 0.00661 -0.002133 0.014773 0.001289 0.000238 0.000974 -0.000807 0.027119 0.014724 0.010227 -0.006398 -0.008481 0.014016 -0.018229 -0.02579 0.013233 0.017361 -0.005058 -0.036123 0.002672 -0.010239 0.019475 -0.00399 0.003902 0.001668 0.005555 -0.010204 0.011362 -0.011151 -0.018241 0.006833 -0.005671 0.015924 -0.011738 -0.008373 0.009969 -0.022567 0.010735 0.004013 -0.000845 -0.014877 0.004452 0.020764 -0.009459 -0.010953 -0.000597 -0.012513 -0.021419 0.01086 0.00363 -0.003085 -0.006077 -0.011957 -0.005883 -0.02437 0.008386 0.007802 -0.020359 -0.009553 0.016134 0.00977 -0.019628 -0.006938 0.004423 0.023661 -0.000575 0.017034 0.000335 0.005899 -0.001566 -0.007698 0.011302 0.007406 0.004072 0.007947 0.002855 -0.003742 0.014841 0.015207 -0.005716 -0.004303 -0.007083 0.002983 0.002495 0.025104 0.000374 -0.012762 0.014998 -0.004347 0.003307 0.004252 0.002196 0.015412 -0.00861 -0.009936 0.00519 0.021428 7.2e-05 -0.004507 -0.002028 0.002477 -0.000863 -0.01331 -0.027839 -0.016072 0.004414 -0.024757 0.011641 -0.010382 -1.2e-05 0.001451 -0.013603 -0.004906 -0.000462 0.014476 -0.002225 0.006492 0.027958 0.011398 0.013577 0.004812 -0.002191 -0.009246 -0.00098 -0.011815 -0.006832 0.016974 -0.01957 0.014632 0.000389 -0.006532 0.002011 -0.02163 -0.016475 -0.006362 -0.018255 -0.014741 -0.004432 0.002248 0.005145 0.010655 0.007087 -0.002016 -0.001798 -0.00393 -0.012444 -0.001726 0.039438 -0.022079 -0.001478 -0.010693 0.019062 -0.001836 -0.005397 -0.005327 0.008725 0.00121 0.001891 0.012653 -0.007725 -0.025896 -0.0004 -0.034541 -0.003076 0.015776 -0.002357 0.009354 -0.016443 -6.1e-05\nͳ -0.0008 0.000835 0.037672 -0.002448 -0.010159 0.019086 -0.013969 0.039035 0.034202 0.052494 -0.092619 0.028489 -0.011602 -0.117932 0.098932 0.037557 -0.070108 -0.005883 -0.089831 -0.094034 0.077004 0.038192 -0.086788 0.014664 0.040046 0.013131 -0.086468 -0.099483 -0.009789 -0.060372 0.052453 0.026963 0.086407 -0.119605 0.004692 0.008687 -0.067201 0.004818 0.061043 0.041124 -0.026055 -0.071714 -0.061444 0.03773 -0.07695 0.067731 -0.036959 0.022992 0.096136 -0.052365 0.036054 0.001913 0.013279 -0.137286 -0.000614 -0.017924 0.037907 -0.061667 0.119479 -0.03516 0.068954 -0.060883 0.001114 -0.013617 -0.019031 -0.017297 0.116495 0.016063 0.048173 -0.017815 -0.091717 0.007091 -0.076554 0.06678 -0.061272 0.030574 -0.019072 0.015756 -0.044113 0.016447 0.094472 -0.007943 0.059845 0.050647 -0.001603 -0.002337 0.047411 0.021094 -0.025149 0.002559 0.084452 -0.036467 0.005712 0.089951 0.080362 -0.013412 0.07209 0.063723 0.046851 0.015787 -0.062865 0.02636 0.00859 -0.108964 0.033388 0.000654 -0.023048 0.031658 -0.015434 0.068121 0.043551 0.085144 -0.032563 0.015526 0.001565 0.036751 -0.001395 0.02509 0.012759 0.023295 0.089295 -0.021772 0.049039 0.004632 0.117943 0.026415 -0.044211 0.049683 -0.035885 -0.06138 -0.032226 0.019731 -0.058763 -0.007018 -0.077243 -0.076163 -0.107919 -0.036286 0.101671 -0.058185 -0.026009 -0.008528 0.073983 0.056473 -0.067903 -0.032688 -0.122387 0.003992 0.025128 -0.057668 -0.035612 0.022728 0.055473 -0.047003 -0.029494 -0.018204 -0.074699 -0.057494 -0.069757 0.033395 -0.064828 -0.086462 0.000825 0.028968 -0.023539 0.07495 -0.003436 0.034169 -0.026546 -0.128578 -0.013575 0.004543 0.035247 0.020104 -0.008804 -0.065176 0.07295 0.022592 0.002463 0.055761 -0.024367 0.029596 0.058512 0.026826 0.011778 -0.052675 0.013407 -0.027724 -0.012943 -0.008768 -0.013053 0.054111 -0.072627 -0.016091 0.001852 0.107144 -0.004371 0.022793 0.05526 0.02816 -0.130302 -0.005794 -0.020907 -0.036636 -0.085887 -0.06117 0.093986 0.033421 0.041818 -0.045044 -0.004838 -0.015853 -0.002431 -0.017406 -0.043357 -0.073324 -0.000253 -0.025197 -0.012542 0.038344 0.003064 -0.021119 0.006982 -0.014632 0.083929 0.088048 -0.049301 0.01077 -0.076426 -0.056345 0.052998 -0.037975 0.000137 0.055346 0.000872 -0.063315 0.013849 0.036752 -0.031231 0.009194 0.028302 -0.019616 0.013235 0.007044 -0.004782 -0.046943 0.110512 -0.020625 0.016305 0.080653 -0.011269 -0.033407 -0.009524 0.021623 -0.042064 -0.107506 -0.006658 0.053779 -0.045965 -0.041529 0.000382 -0.083562 -0.074283 -0.034565 -0.031682 -0.123735 -0.074378 -0.021856 0.032927 -0.048658 0.025796 -0.128271 -0.099998 0.024071 0.010063 0.061644 -0.0665 0.001434 0.051337 -0.086187 0.028999 0.026532 0.050958 0.016932 -0.086457 -0.058539 0.096727 0.039203 0.004291 -0.092884 0.023703 -0.037659 0.034912 0.012297 0.019814 0.08717 -0.042393 -0.00148 -0.01573 0.016458\nu 0.032421 0.002978 -0.060735 0.032463 0.024707 0.035289 0.01281 0.002554 -0.029015 -0.032566 0.040483 0.008013 -0.006286 -0.032679 0.024929 -0.005563 0.007485 -0.03488 -0.008963 -0.042865 -0.021604 0.001072 0.001195 0.017022 0.010556 0.027723 -0.002273 -0.002117 -0.011629 -0.0257 0.022101 -0.033174 -0.01623 -0.04216 0.019948 0.019409 -0.050063 0.043374 0.010931 0.024129 -0.023899 0.010016 -0.007866 0.002234 -0.026835 -0.033273 0.046388 -0.004225 0.002126 0.029264 0.010874 0.066617 0.032646 -0.037523 0.05029 0.005003 -0.005272 0.033445 -0.019591 0.024368 -0.027026 -0.0366 -0.017513 -0.015229 0.01099 0.01831 0.039923 -0.016281 0.034795 0.01408 -0.047741 -0.012463 0.027439 0.013718 -0.059287 0.010777 -0.030966 0.028767 -0.024933 -0.020572 0.013226 0.000491 -0.005699 0.032869 -0.028418 -0.068068 -0.002021 -0.004504 -0.023489 -0.009916 -0.007437 0.03525 -0.009029 -0.021471 0.005658 -0.01466 0.003142 -0.03573 0.001086 -0.009337 -0.017844 0.004022 -0.002943 -0.022156 0.015374 0.001355 -0.019705 0.014459 0.039559 0.002243 0.041603 0.026777 0.02623 -0.012684 0.010451 0.005854 -0.020543 0.000279 -0.012882 -0.047019 0.013863 -0.003961 0.044851 0.027206 0.037697 0.011 -0.01249 -0.015601 -0.015225 -0.01475 -0.02427 -0.00988 -0.025825 0.025631 -0.022936 0.015778 -0.023644 0.009387 0.00267 0.059389 -0.007511 -0.006821 0.024039 0.025268 -0.041247 -0.045079 0.051021 0.00146 -0.004164 -0.048336 0.002453 0.016052 0.028767 0.036271 -0.005339 0.005879 -0.00338 -0.021756 0.013833 -0.026652 -0.014406 0.02034 0.025211 0.006364 -0.013677 -0.011359 0.025875 -0.032699 0.022059 0.035363 -0.037468 -0.024591 -0.013533 0.037318 -0.024566 -0.031855 -0.010281 0.003576 -0.037131 -0.030111 0.040937 -0.012814 -0.003788 -0.007874 -0.00855 -0.014573 0.000334 0.01541 -0.072503 -0.004413 0.007234 0.032597 -0.038311 -0.046127 -0.006955 0.039583 -0.015952 0.00523 0.009142 -0.001199 -0.046939 -0.037757 0.017169 0.029516 0.017858 0.012345 0.019374 -0.01048 -0.006459 0.042081 -0.037134 -0.001658 -0.009371 0.028162 0.003074 0.071065 0.008489 -0.029048 0.003292 0.00376 -0.00028 0.014356 -0.003289 0.002269 -0.020688 -0.00606 0.005652 0.012352 -0.010371 -0.020687 -0.000813 0.000389 -0.013656 -0.033731 -0.043402 0.007436 -0.017081 -0.041004 0.032171 0.034205 0.003864 0.033318 -0.014682 0.017681 0.010305 -0.019654 0.048252 -0.004539 0.03958 0.060881 0.023976 0.016702 0.008312 -0.05432 -0.042638 -0.024579 -0.00586 0.019156 -0.021619 -0.030392 0.008395 -0.005063 0.033628 -0.022608 -0.033035 -0.019396 -0.029952 -0.011904 0.004721 -0.001686 0.027593 -0.00748 0.009775 0.005071 0.018106 0.005461 0.006675 0.03103 0.042547 -0.055288 -0.000953 -0.019501 0.011738 0.024276 -0.029457 -0.002863 0.005619 -0.009706 -0.02858 -0.017545 0.012035 -0.045765 0.017722 -0.075172 -0.009841 0.009549 0.016792 0.010682 0.040062 0.001618\nက 0.011028 -0.004922 -0.026188 0.009225 0.007993 0.031363 0.008672 0.001835 -0.010137 -0.026239 0.024653 -0.00547 -0.012483 -0.015358 0.02944 -0.000722 -0.001114 -0.01035 -0.001145 -0.035666 -0.013626 -0.004254 -0.00321 0.001638 -0.003946 0.004664 -0.023439 -0.019907 -0.013128 -0.018804 0.019645 -0.019961 -0.004629 -0.017771 0.003016 0.009258 -0.022853 0.025077 -0.006055 0.004118 -0.027577 0.012029 0.000578 -0.011196 -0.021988 -0.007314 0.012164 -0.003579 0.003104 0.007167 0.000254 0.027529 0.023925 -0.029808 0.025943 0.002511 -0.016527 0.017886 -0.012454 0.006128 -0.040337 -0.01945 -0.004302 -0.002509 -0.003804 0.008156 0.038727 -0.015165 0.024949 0.018545 -0.045636 -0.006936 0.012738 0.013822 -0.040629 -9.6e-05 -0.022994 0.008198 -0.040448 -0.000233 0.000558 0.003421 0.000781 0.005368 -0.011898 -0.036009 0.006466 0.006965 -0.011016 0.004118 0.001184 0.021469 0.00972 -0.013297 0.019827 -0.01075 0.002635 -0.026227 -0.002275 0.002193 -0.028837 -0.001008 0.001212 -0.023466 0.010113 -0.003047 -0.009485 0.004805 0.02787 -0.002131 0.032337 0.019969 0.00913 -0.013195 0.013671 -0.00623 -0.002123 -0.01338 -0.007719 -0.029066 0.007062 0.009077 0.026126 0.020418 0.034416 -0.002488 0.006039 0.003167 -0.011917 -0.019945 -0.016933 0.003757 -0.013963 0.020259 -0.003809 0.000683 -0.017865 0.020905 0.004776 0.034372 -0.005517 -0.003716 0.006885 0.00753 -0.039398 -0.048815 0.045913 0.007083 0.003129 -0.037629 0.001891 -0.00318 0.036383 0.019265 -0.003722 -0.000277 -0.001929 -0.024541 0.020303 -0.011791 -0.020029 0.01037 0.014765 0.006097 -0.020062 -0.003868 0.019602 -0.015801 0.019844 0.011857 -0.008298 -0.014282 -0.010542 0.019428 -0.020897 -0.019585 0.013125 -0.007579 -0.039966 -0.015762 0.021656 -0.00241 0.008042 -0.008752 -0.007695 -0.019864 -0.002308 0.017129 -0.03123 -0.002034 0.006259 0.025614 -0.040487 -0.030664 -0.009483 0.031213 -0.017106 0.00878 0.001285 -0.003923 -0.038736 -0.032566 0.005388 0.023258 0.011977 -0.003278 0.008894 -0.008917 -0.000531 0.023973 -0.009185 -0.001819 -0.001882 0.016687 0.003989 0.043865 0.014996 -0.024663 0.008115 0.006759 -0.002633 0.004788 -0.00518 0.000608 -0.019213 -0.005004 -0.008147 0.012848 -0.002369 -0.022042 -0.008145 -0.000902 -0.011029 -0.030082 -0.029896 0.000866 -0.007662 -0.030595 0.015835 0.015513 0.002999 0.025437 -0.005533 -0.00113 -0.00736 -0.012425 0.011311 -0.006946 0.02874 0.038485 0.014712 0.006629 0.004241 -0.028317 -0.014494 -0.009059 -0.010661 0.021987 -0.019982 0.000196 0.003627 -0.007518 0.02338 -0.019304 -0.022619 -0.026311 -0.03787 -0.01368 0.000538 -0.003767 0.008819 -0.001965 0.010624 -0.00122 0.024305 0.007635 0.002768 0.011658 0.045185 -0.040104 0.001184 -0.009741 0.01182 0.024343 -0.0098 -0.015688 0.010829 -0.004182 -0.01784 -0.005733 -0.001811 -0.029604 0.00669 -0.054592 -0.02282 0.017585 0.004038 0.017581 0.014768 -0.009388\nᒃ 0.001736 0.031422 -0.040838 0.013627 0.009428 0.037223 -0.007838 0.002896 -0.020917 -0.010008 0.035288 -0.009948 -0.011042 -0.030189 0.006169 -0.0156 -0.01691 0.00811 -0.011527 -0.010381 -0.006639 -0.011581 -0.026443 0.002045 -0.000837 -0.00465 -0.011906 -0.006017 -0.029552 -0.028606 0.025772 -0.038948 -0.008296 -0.026694 0.012038 0.026847 -0.03442 0.004602 0.005849 0.010383 -0.03835 -0.018228 0.019396 -0.007891 -0.012909 0.003764 0.019609 0.017943 0.02242 -0.006463 0.010226 0.021631 0.026359 -0.004975 0.013713 0.005951 0.004098 0.013032 -0.006067 -0.007162 0.018371 -0.020148 -0.018414 -0.008721 -0.008223 -0.003307 0.0528 0.01068 0.01065 -0.003365 -0.042515 -0.002609 0.015412 0.014861 -0.039142 -0.010471 -0.012332 0.010048 -0.030983 0.009601 0.017587 0.024486 0.02105 -0.00023 -0.024766 -0.030998 0.008123 -0.020264 0.007252 0.011964 -0.016397 0.018096 0.00627 -0.00365 0.015913 -0.009767 0.000282 -0.016182 0.019971 0.033683 -0.021888 0.002263 0.012031 -0.024573 0.026113 0.016651 -0.026653 0.010803 0.012944 -0.000236 0.014922 0.04254 0.030271 -1.1e-05 0.029885 0.002807 0.007623 0.00587 -0.001856 -0.010705 0.019675 -0.006494 0.04291 0.011663 -0.00378 0.010139 -0.003444 0.003582 -0.014765 -0.020163 -0.028436 0.000748 -0.009765 0.037259 0.017987 -0.012013 -0.005005 -0.004514 -0.007923 0.039922 -0.01343 -0.010832 0.039951 0.013558 -0.034477 -0.033454 0.040828 0.042512 0.030867 -0.070922 0.027281 -0.001578 0.036702 -0.007474 -0.00747 0.007584 0.014266 -0.028806 -0.019539 0.004408 -0.041376 -0.014615 0.025667 -0.001083 -0.03074 -0.005826 0.001854 -0.004832 -0.00462 -0.004734 -0.032261 -0.018766 -0.016135 -0.003203 0.001678 -0.020884 0.003599 -0.030621 -0.009971 -0.015697 0.011891 -0.028151 -0.0101 0.001314 -0.007547 -0.011146 -0.008791 -0.006266 0.001256 -0.012846 0.009004 0.023233 -0.009424 -0.033874 0.013165 0.035064 -0.012263 0.00542 0.018282 0.014988 -0.038828 -0.009317 0.023239 0.023452 -0.018233 -0.013668 0.007633 -0.019186 -0.011041 0.009321 -0.000514 -0.027576 0.011464 -0.003515 0.005935 0.029296 0.023415 -0.024349 0.016779 0.016511 -0.003499 0.000836 -0.008687 0.009309 -0.009441 0.010522 -0.012946 0.015491 -0.005638 -0.027171 0.018798 0.019485 0.000549 0.019841 -0.047058 0.007782 -0.025374 -0.035134 0.015934 0.029802 -0.013351 0.012545 -0.000767 0.017702 -0.002575 -0.013691 0.040918 -0.010061 0.009066 0.040523 0.017502 -0.006699 -0.007381 -0.035438 -0.020028 -0.057716 -0.008279 0.009654 -0.035254 -0.023176 0.013256 -0.003452 -0.011467 -0.022254 -0.010975 0.007458 -0.020614 -0.013887 -0.00378 0.000662 0.015404 -0.016796 0.026981 0.012632 0.001514 0.000774 0.017174 0.010654 0.017548 -0.029155 -0.010819 -0.00678 -0.005568 -0.002938 -0.01251 -0.028737 0.023562 0.00422 -0.029228 0.020378 0.001103 -0.038022 0.006962 -0.047322 0.004061 0.007089 -0.012181 0.002675 0.02635 0.001169\nច 0.030515 0.001533 -0.031631 0.028331 0.007792 0.041611 0.015645 0.004181 -0.013391 -0.026448 0.033552 0.00338 -0.001426 -0.023859 0.016816 -0.001886 0.001547 -0.019669 0.003375 -0.039297 -0.011971 0.006924 0.005036 0.009925 -0.003257 0.016201 -0.016526 -0.005503 -0.021729 -0.016001 0.036984 -0.020735 -0.018359 -0.036276 0.005065 -0.003559 -0.022434 0.035644 0.001083 0.017883 -0.033033 0.002091 -0.003906 -0.00261 -0.018322 -0.025393 0.026246 -0.012917 -0.0079 0.020029 0.000152 0.040238 0.032114 -0.02284 0.041419 0.003257 0.013837 0.014047 0.002478 0.02668 -0.027085 -0.011659 -0.003054 -0.01652 0.019104 0.015792 0.02663 -0.0227 0.03228 0.018552 -0.045672 -0.014307 0.016827 0.012713 -0.043301 -0.002736 -0.017548 0.018283 -0.028716 -0.010674 0.031858 0.00028 0.006631 0.024021 -0.022778 -0.052769 0.008353 0.002744 -0.002383 -0.005455 -0.01456 0.025781 0.010394 -0.018882 0.006732 -0.002185 0.009928 -0.038452 0.006869 -0.004623 -0.013737 -0.002198 0.001184 -0.021448 0.024356 -0.000902 -0.023165 0.019462 0.028733 -0.005671 0.04457 0.027483 0.019509 -0.020664 -0.008094 -0.009039 -0.012342 -0.001466 -0.014766 -0.049361 0.033428 0.008989 0.047259 0.010966 0.035075 0.001108 -0.008873 -0.018266 -0.012775 -0.010269 -0.012867 -0.009556 -0.022507 0.031062 -0.015236 0.00597 -0.022745 -0.004463 0.001046 0.039545 -0.018433 -0.004275 0.006969 0.028956 -0.043293 -0.039324 0.04264 0.002712 0.008214 -0.044176 0.005776 0.008801 0.026622 0.012099 0.000927 0.006879 0.001852 -0.024014 0.005068 -0.006598 -0.002779 0.015983 0.024586 0.023749 -0.002344 -0.021342 0.00954 -0.011951 0.0201 0.004287 -0.044554 -0.021569 -0.017576 0.026549 -0.021509 -0.023634 -0.011346 -0.000253 -0.030457 -0.01849 0.026273 -0.002044 0.002779 0.000171 -0.004964 -0.006637 0.015345 0.019371 -0.055542 -0.004051 0.010133 0.024991 -0.034921 -0.024404 0.001595 0.034203 -0.024811 0.013147 0.001453 -0.005148 -0.020085 -0.027779 0.015187 0.019183 0.01771 0.020194 0.005796 -0.006262 -0.008462 0.029408 -0.023235 -0.017176 -0.000694 0.016155 0.005797 0.050513 0.021749 -0.011659 0.012348 0.005133 0.000353 0.005696 -0.007071 -0.005414 -0.03131 -0.006032 -0.008494 0.007987 -0.005478 -0.016012 -0.021888 0.001981 0.003042 -0.020291 -0.02995 0.00029 -0.016022 -0.021971 0.029009 0.011385 0.017426 0.026309 -0.024724 0.024945 -0.002469 0.002318 0.026672 -0.003204 0.028264 0.049261 0.017433 0.010737 0.004147 -0.036381 -0.035763 -0.00703 0.007403 0.014881 -0.001542 -0.004822 0.011005 -0.010408 0.032493 -0.018321 -0.029677 -0.028753 -0.013322 -0.021599 0.010256 0.001911 0.024286 -0.00359 0.008682 -0.003604 0.007951 -0.001792 0.001091 0.0152 0.039581 -0.043354 -0.015238 0.008815 0.010742 0.025278 -0.023387 0.001982 0.007189 -0.01177 -0.024615 -0.014717 0.005681 -0.029509 0.008975 -0.047994 -0.011457 -0.002269 0.005202 0.01468 0.003178 -0.00114\nด 0.029381 0.001562 -0.04625 0.025734 0.012845 0.03528 0.009447 -0.000593 -0.021866 -0.027741 0.027751 0.007413 -0.006843 -0.021206 0.030401 -0.002476 0.007736 -0.023826 -0.010774 -0.040658 -0.015711 0.005893 0.005342 0.012975 0.00355 0.01377 -0.014253 -0.008064 -0.01197 -0.024236 0.015647 -0.028447 -0.015292 -0.034895 0.001891 0.01699 -0.037725 0.03713 0.009083 0.017756 -0.028783 0.00865 0.000409 -0.003108 -0.024777 -0.025514 0.03473 0.00165 0.000672 0.013315 0.00606 0.045914 0.030144 -0.032235 0.036605 0.004428 -0.003504 0.02406 -0.014871 0.023991 -0.028428 -0.031379 -0.004154 -0.017211 0.01313 0.018636 0.032317 -0.015764 0.036999 0.016746 -0.048125 -0.006445 0.022992 0.012319 -0.049792 0.006368 -0.031095 0.024136 -0.028859 -0.015191 0.011888 -0.005832 0.004139 0.017962 -0.019639 -0.047065 -0.001513 -0.001574 -0.015733 -0.003109 -0.003584 0.02254 0.006973 -0.013554 0.014256 -0.005657 0.003883 -0.034194 0.004154 -0.003038 -0.01548 0.005274 -0.001375 -0.024883 0.016805 -0.003077 -0.012288 0.006319 0.030937 -0.003434 0.046727 0.017954 0.026388 -0.015696 0.007948 0.00238 -0.006014 0.001946 -0.005361 -0.03977 0.019156 0.000758 0.036213 0.022151 0.036721 0.010663 -0.012044 -0.015932 -0.005754 -0.013561 -0.011973 -0.009418 -0.015823 0.028687 -0.020855 0.013584 -0.030739 -0.002497 0.007258 0.043505 0.000439 -0.009443 0.007179 0.024802 -0.034599 -0.043451 0.041916 0.006294 0.000944 -0.040167 0.003646 0.0068 0.035654 0.027135 -0.000206 0.007678 0.0027 -0.025525 0.012299 -0.023268 -0.012712 0.01354 0.023555 0.011836 -0.010083 -0.011977 0.018871 -0.017795 0.02451 0.016705 -0.026336 -0.020765 -0.008684 0.029028 -0.019745 -0.024087 -0.003526 -0.003945 -0.037015 -0.019068 0.035849 -0.013007 0.005423 -0.009621 -0.007891 -0.011274 0.004629 0.019344 -0.054134 0.000435 0.011973 0.029175 -0.03417 -0.032943 0.006814 0.032654 -0.019044 0.008886 0.001778 0.004106 -0.033101 -0.031918 0.015312 0.023442 0.02299 0.015123 0.010111 -0.003341 -0.003256 0.034306 -0.021144 -0.001919 -0.006379 0.016153 -0.000626 0.059219 0.005089 -0.021325 0.007522 -0.005237 -0.001405 0.011954 -0.002197 0.002742 -0.025339 -0.001956 -0.000284 0.015156 -0.005054 -0.026354 -0.006031 0.000675 -0.002877 -0.023175 -0.030944 -0.002675 -0.01115 -0.034159 0.02473 0.027105 0.008594 0.028811 -0.025533 0.011699 0.001501 -0.004364 0.033879 -0.005872 0.035897 0.05379 0.021537 0.005361 -0.005806 -0.041874 -0.028609 -0.017532 0.001313 0.024708 -0.022524 -0.018714 0.009912 -0.010438 0.025731 -0.021468 -0.024789 -0.026193 -0.030261 -0.013884 0.006469 0.001204 0.017478 -0.003153 0.009543 0.001562 0.01134 -0.000765 0.002319 0.016585 0.038341 -0.046374 -0.000777 -0.009501 0.012283 0.014287 -0.018912 -0.004948 0.016171 -0.007975 -0.023573 -0.016384 0.010154 -0.039304 0.009779 -0.063314 -0.010503 0.007736 0.008487 0.016615 0.02138 -0.000338\nᮝ 0.052984 -0.002685 -0.052956 0.025586 -0.021098 0.05993 -0.005023 0.001575 -0.052078 -0.041164 0.044372 0.025514 -0.005563 -0.006593 0.010953 -0.00781 0.003318 -0.035645 -0.002932 -0.043549 -0.001136 -0.002632 0.003113 0.009299 0.00286 -0.00351 0.001117 -0.005978 0.003326 -0.013649 0.007589 -0.038277 -0.013876 -0.027323 -0.011843 0.015796 -0.021644 0.018919 -0.002451 0.001036 -0.070481 0.01308 0.015538 -0.011873 -0.047384 -0.020199 0.029543 -0.025176 -0.005554 0.014557 -0.007621 0.029723 0.018192 -0.01165 0.042975 -0.011044 -0.004616 0.032905 -0.028713 0.023195 -0.008074 -0.025987 -0.014147 0.011943 0.014444 0.016507 0.023425 -0.014193 0.023541 0.032775 -0.05667 -0.021887 0.038633 0.02525 -0.022221 -0.010705 -0.024277 0.028091 -0.050522 -0.022727 -0.010559 -0.008833 -0.003289 0.011897 -0.001092 -0.031523 -0.001361 -0.023427 -0.009882 -0.017461 0.010559 0.016559 0.027316 -0.019561 0.025423 -0.02759 -0.002405 -0.030331 -0.026055 -0.001227 -0.027736 0.006001 -0.004641 -0.016716 0.001102 -0.002421 -0.034688 0.011612 0.027538 -0.027345 0.042007 0.030194 0.022425 -0.020384 -0.001042 0.003109 0.005073 0.008779 -0.002338 -0.048405 0.018704 0.003665 0.063025 0.010231 0.032796 0.022392 -0.048823 0.001229 -0.030247 -0.018941 -0.002498 -0.01865 -0.029202 0.025214 -0.024308 0.024295 -0.044544 0.013463 0.01744 0.028206 -0.00445 0.004196 0.018799 0.045356 -0.003612 -0.056832 0.067021 0.024509 -0.012656 -0.022129 0.015987 0.004499 0.025066 0.035115 -0.002085 0.007631 0.008909 -0.021329 0.012863 -0.023875 -0.020389 0.012363 0.026451 0.011841 0.000188 -0.018025 0.018365 -0.014724 -0.001203 0.01234 -0.017225 -0.014633 -0.019967 0.045488 -0.016533 -0.020597 0.00133 -0.005457 -0.056254 -0.005376 0.035948 -0.001765 0.000797 -0.005478 -0.004437 -0.040036 -0.00351 0.01131 -0.031333 -0.008772 0.013644 0.032661 -0.053221 0.006605 -0.005485 0.043004 -0.02019 0.013234 0.033687 0.006862 -0.034835 -0.037502 0.031507 0.043814 0.032546 0.016089 -0.002434 -0.006406 -0.018084 0.038679 -0.016036 0.000457 -0.026854 -0.003209 -0.001644 0.057824 0.018959 -0.038563 -0.004005 -0.00993 0.00452 -0.016548 -0.01042 0.006879 -0.027825 -0.000465 0.004857 0.019109 -0.00205 -0.016512 -0.007637 0.006067 0.002862 -0.012016 -0.025686 -0.000969 -0.022519 -0.034569 0.012149 -0.00678 0.014915 0.026402 -0.047985 -0.004327 -0.001286 0.028711 0.023989 -0.002249 0.027978 0.047937 0.035176 0.023306 -0.0031 -0.022441 -0.025053 -0.027571 -0.008543 0.041078 -0.029818 -0.019864 -0.002887 -0.01085 0.040493 -0.000849 -0.029394 -0.010327 -0.023897 -0.043427 0.004691 -0.000311 0.0239 0.027942 0.021948 0.002191 0.015819 -0.000525 0.000416 0.016202 0.054992 -0.056709 -0.00145 -0.027983 0.019083 0.010187 -0.033768 -0.009544 0.049405 0.00719 -0.009177 -0.009538 0.012199 -0.03501 0.020677 -0.064747 -0.020177 -0.014553 0.012273 0.018176 0.012498 0.015012\nơ 0.043439 -0.010202 -0.053003 0.034453 0.034531 0.031961 0.033478 -0.014459 -0.035593 -0.023937 0.048058 -0.028646 -0.013121 0.002927 0.009233 0.003714 0.0087 -0.039062 -0.014714 -0.028012 -0.024298 0.005855 0.005788 0.023109 -0.021852 0.025271 0.001184 0.002189 0.013403 -0.024815 0.022772 -0.030328 0.019147 -0.012758 0.01793 0.011892 -0.04444 0.018846 0.007509 0.038353 -0.019054 0.01637 -0.030753 -0.011882 -0.029687 -0.058787 0.050674 -0.005071 0.006935 0.031128 0.01753 0.052013 0.047284 -0.042542 0.058357 0.003697 -0.023319 0.030309 -0.009218 0.009381 -0.029862 -0.046887 -0.01387 -0.001418 0.011446 0.011103 0.044896 -0.027487 0.043629 0.011236 -0.052047 -0.018595 0.035595 0.028295 -0.054498 0.03555 0.00101 0.036635 -0.027841 -0.019241 0.014052 -0.000856 0.017771 0.041375 -0.023397 -0.053867 -0.012656 -0.016173 -0.008706 -0.025976 0.005718 0.037326 -0.012237 -0.019111 0.004555 -0.021994 -0.013093 -0.024501 -0.010845 -0.02438 -0.01215 0.033066 0.004162 -0.014434 0.030115 -0.00772 -0.005932 -0.009625 0.055067 0.00502 0.032863 0.02521 -0.004423 -0.015125 0.02314 0.004249 -0.006395 -0.007431 -0.004765 -0.051214 0.004333 -0.000397 0.053306 0.031064 0.035968 0.011099 -0.016184 -0.016218 -0.018873 -0.005064 -0.011562 0.000754 -0.02723 0.014236 -0.022179 0.01433 -0.037793 0.022342 0.013724 0.044989 -0.023598 0.006036 0.036902 0.028419 -0.028173 -0.039577 0.057258 -0.013498 -0.011955 -0.044304 -0.010312 0.000613 0.023234 0.034212 -0.008495 0.021386 -0.001862 -0.014839 -0.003249 -0.032997 -0.008362 0.016146 0.023875 0.000725 -0.03146 -0.011816 0.027905 -0.027051 0.014395 0.022742 -0.045466 -0.037128 -0.014267 0.02292 -0.046825 -0.012634 0.015373 0.007692 -0.01507 -0.037013 0.052453 0.009 -0.002929 -0.008098 -0.010235 -0.002435 0.005913 0.01993 -0.058216 -0.020935 0.007306 0.030226 -0.039087 -0.028754 -0.029005 0.03511 0.001836 0.008796 0.009528 -0.006287 -0.063283 -0.041889 0.011084 0.038709 0.037821 0.011086 0.00878 -0.012395 -0.018783 0.030928 -0.046238 0.007429 -0.001857 0.00927 0.011825 0.04878 0.021349 -0.029767 0.012942 0.026595 0.029832 0.017401 0.005788 -0.02097 -0.02055 -0.013342 0.024568 0.006217 -0.00154 -0.007726 -0.000276 -0.026416 -0.027277 -0.050081 -0.052089 0.025602 -0.010353 -0.04939 0.043617 0.016997 -0.000939 0.052562 -0.019724 0.022271 0.004465 -0.024324 0.05079 -0.00046 0.026398 0.07095 0.014337 0.01851 0.005997 -0.062831 -0.024926 -0.013691 -0.005148 0.036197 -0.01496 -0.045386 0.0179 0.00666 0.007615 -0.04088 -0.044154 -0.035398 -0.021666 -0.015887 -0.011068 0.005442 0.003195 -0.012536 -0.001595 -0.006796 0.030931 -0.015196 0.015789 0.044871 0.043633 -0.055512 0.000391 -0.017146 0.005491 0.021702 -0.042979 0.013154 -0.006354 -0.009251 -0.045391 -0.005605 0.019107 -0.043582 0.02285 -0.059565 -0.020994 0.014548 0.010806 0.003985 0.047754 -0.020878\nң 0.040382 0.006781 -0.066883 0.023613 0.019931 0.052735 0.002451 -0.003337 -0.026674 -0.039798 0.057661 0.017253 -0.017132 -0.043835 0.043014 -0.008915 0.016135 -0.029423 -0.015626 -0.055488 -0.030896 -0.007431 0.007762 0.020593 -0.00249 0.033347 -0.009048 -0.009766 -0.01733 -0.041098 0.02748 -0.042775 -0.02622 -0.048004 0.010925 0.02383 -0.050505 0.056664 0.009321 0.024895 -0.041065 0.019397 -0.000158 -0.003594 -0.040881 -0.029348 0.042247 0.000466 -0.00495 0.018599 0.001107 0.07018 0.045496 -0.03871 0.052591 0.005194 -0.012336 0.022338 -0.015497 0.033648 -0.041147 -0.033805 -0.017936 -0.021638 0.019786 0.023573 0.056316 -0.00357 0.041572 0.023106 -0.069816 -0.00892 0.033455 0.024655 -0.06052 0.003554 -0.029585 0.029425 -0.045716 -0.012916 0.014464 -0.002862 -0.006749 0.024105 -0.02128 -0.073411 -0.003938 -0.003495 -0.023777 -0.008726 -0.009468 0.023541 0.01123 -0.028306 0.014511 -0.011731 -0.012579 -0.054786 -0.003948 -0.000383 -0.027485 0.000542 -0.000974 -0.036459 0.02011 -0.002195 -0.021999 0.018025 0.048896 -0.005785 0.05573 0.033285 0.032376 -0.017885 0.012336 -0.006821 -0.018278 -0.000946 -0.021626 -0.050587 0.024244 0.001127 0.052898 0.035259 0.045261 0.015111 -0.015333 -0.017104 -0.016741 -0.029111 -0.023055 0.002217 -0.022043 0.038154 -0.024775 0.018093 -0.029757 0.010733 0.003754 0.070602 -0.002322 -0.013906 0.018379 0.029192 -0.051926 -0.062479 0.068756 0.018036 -0.000141 -0.056471 0.008566 0.01502 0.044507 0.030555 5.9e-05 0.000593 0.00852 -0.019231 0.013867 -0.026046 -0.023477 0.019192 0.022748 0.023677 -0.024268 -0.016037 0.019861 -0.033778 0.024051 0.03503 -0.027928 -0.038093 -0.014944 0.044403 -0.018369 -0.038987 -0.011297 -0.017327 -0.047054 -0.0243 0.043277 -0.01993 -0.004414 -0.020029 -0.001875 -0.023362 -0.002981 0.02612 -0.074595 -0.002717 0.02363 0.040956 -0.046782 -0.05119 0.003472 0.051222 -0.02396 0.014615 -0.003284 0.000711 -0.047005 -0.03427 0.022286 0.033701 0.012119 0.019811 0.030609 -0.0152 -0.004223 0.05892 -0.028269 -0.001902 -0.007573 0.018816 -0.011784 0.084821 0.012492 -0.02451 0.01032 0.009773 -0.007164 0.011523 -0.008502 0.012328 -0.027334 -0.007448 0.009447 0.022798 -0.011658 -0.031389 -0.000797 0.006599 -0.003778 -0.032664 -0.058951 -0.008441 -0.011694 -0.041119 0.039041 0.021595 0.005768 0.032718 -0.030798 0.011521 0.019621 -0.015979 0.051126 -0.00978 0.048139 0.06387 0.037172 0.012366 0.002396 -0.05556 -0.044908 -0.037793 -0.01116 0.025023 -0.036517 -0.012598 0.006747 -0.011533 0.039441 -0.032114 -0.038381 -0.020859 -0.038146 -0.030025 0.009561 0.000992 0.021338 -0.003264 0.012524 0.000529 0.018356 0.004109 -0.000364 0.015463 0.060851 -0.058926 -0.00087 -0.034425 0.011321 0.017702 -0.0275 -0.007582 0.020877 -0.016079 -0.022195 -0.023954 0.00448 -0.055758 0.014259 -0.093052 -0.004946 0.012781 0.01717 0.025587 0.036439 0.005919\nؤ 0.019833 0.002251 -0.041468 0.013254 0.001441 0.024579 0.003359 0.004952 -0.013201 -0.016514 0.033947 0.012803 0.007035 -0.008912 0.02417 0.007465 0.006747 -0.016526 -0.009998 -0.02679 -0.010947 0.008938 -0.006781 0.004133 0.010405 0.019722 -0.000738 -0.01557 -0.007909 -0.033601 0.021349 -0.025258 -0.005098 -0.020093 -0.001471 0.022594 -0.031793 0.030395 0.016896 0.005789 -0.021005 0.003595 0.014422 0.003004 -0.019511 -0.021907 0.023635 -0.007977 -0.005568 0.006335 0.008221 0.031149 0.023096 -0.021818 0.029192 0.003304 0.004528 0.011901 -0.007629 0.018401 -0.02481 -0.018953 -0.012186 -0.00463 0.009838 0.026715 0.022497 -0.014101 0.023465 0.013456 -0.031589 0.002663 0.01579 0.001717 -0.033299 0.004253 -0.031988 0.013222 -0.028931 -0.019354 0.016161 -0.007227 0.01326 0.005263 -0.007266 -0.045049 -0.011412 -0.006555 -0.016631 0.001096 -0.004603 0.018429 -0.011117 -0.004303 0.019521 -0.00034 -0.007067 -0.025282 -0.001753 -0.000983 -0.002533 0.008003 -0.000919 -0.024867 0.009832 -0.004939 -0.011804 0.008521 0.024933 -0.014064 0.032208 0.012742 0.015851 -0.011659 0.004792 -0.010542 0.004546 -0.010166 -0.011708 -0.03996 0.018592 0.00215 0.028421 0.006207 0.026185 0.013158 -0.012319 0.001937 -0.0125 -0.01549 -0.00657 -0.003896 -0.013428 0.015618 -0.015698 0.010803 -0.021552 0.002123 0.001572 0.040188 0.007784 -0.003671 0.00679 0.025779 -0.016539 -0.037844 0.031039 0.014345 0.011502 -0.030031 0.019719 0.010478 0.018254 0.020065 0.010673 0.00047 0.005132 -0.019996 0.007594 -0.032387 -0.018409 0.024855 0.011275 0.006807 -0.013161 -0.021309 0.012801 -0.004547 0.010944 0.006284 -0.025883 -0.010421 -0.008433 0.03353 -0.019716 -0.014749 -0.010344 -0.006988 -0.033035 -0.016246 0.02887 -0.017706 0.011267 -0.015286 -0.00702 -0.018584 0.002897 0.023346 -0.038278 0.004149 0.005586 0.013619 -0.029417 -0.023145 -0.006667 0.036967 -0.013494 0.004626 0.025823 -0.001377 -0.030671 -0.028458 0.01335 0.025587 0.007386 0.00987 0.010251 -0.0031 -0.019093 0.027306 -0.006654 -0.008084 -0.014412 0.0121 0.009673 0.05367 0.00937 -0.01617 0.009911 -0.005462 -0.001174 0.007023 -0.003227 0.002357 -0.01752 -0.007213 0.006631 0.013218 -0.006477 -0.009202 0.007766 -0.001897 -0.007661 -0.017489 -0.024878 -0.003785 -0.008865 -0.01388 0.006678 0.011852 0.007944 0.005427 -0.017948 0.004356 0.005839 -0.004374 0.023572 -0.002737 0.032755 0.03629 0.015103 -0.000217 0.002713 -0.023939 -0.026173 -0.022167 -0.00763 0.010677 -0.026691 -0.002603 0.009429 -0.0032 0.022954 -0.022082 -0.01204 -0.00551 -0.025281 -0.016152 0.006476 0.005597 0.011717 -0.012242 0.002495 0.007669 0.010645 -0.00122 0.002456 0.021463 0.025888 -0.038311 -0.006282 -0.015124 0.019049 0.012761 -0.021996 -0.001973 0.011956 -0.006145 -0.014442 -0.013648 -0.001621 -0.023477 0.010521 -0.043263 -0.013125 -0.002304 0.018703 0.009039 0.022237 0.001162\nધ 0.029606 0.001409 -0.065202 0.007125 0.006797 0.035404 0.016052 -0.012823 -0.020983 -0.027468 0.024408 -0.022235 -0.006156 -0.026379 0.008388 0.018783 -0.000719 -0.030105 -0.021415 -0.02034 -0.024996 -0.002553 0.009617 0.01576 0.002643 0.010336 -0.011904 -0.009738 -0.020715 -0.033058 0.007926 -0.009403 -0.018008 -0.023686 0.009112 0.008703 -0.046359 0.029499 0.004076 -0.003088 -0.041722 0.00581 0.011805 -0.008742 -0.018347 -0.014555 0.052977 0.006009 -0.005227 0.003014 -0.018882 0.014826 0.003543 -0.00475 0.043075 0.034025 0.009273 0.049429 0.015229 0.027834 -0.037463 -0.026028 -0.026238 -0.017641 0.016438 0.031627 0.023733 -0.007381 0.014087 -0.005189 -0.040554 -0.005883 0.011565 0.014327 -0.058592 0.009256 -0.022765 0.016745 -0.033923 0.007379 0.018327 0.001043 -0.019924 0.029414 0.003581 -0.031676 0.014222 -0.036289 0.012022 -0.003474 0.004675 0.024388 0.002411 0.009462 -0.000721 0.019765 0.000655 -0.024976 -0.001238 -0.002878 -0.008702 -0.016446 -0.00149 -0.017217 0.032949 -0.013656 -0.003276 0.021753 0.032635 0.00216 0.031693 0.010155 0.013849 -0.012248 -0.008877 0.004001 0.01404 -0.027299 -0.010574 -0.058697 0.0272 -0.007352 0.035755 0.017652 0.027973 0.018766 -0.029539 -0.012374 0.016955 -0.028221 0.011158 0.006207 -0.012823 0.023172 -0.023613 0.027009 -0.0365 0.014057 0.020394 0.037605 -0.016398 0.00791 0.011022 0.024092 -0.037135 -0.029496 0.02403 0.02034 0.007716 -0.03656 -0.001176 -0.009577 0.014278 0.028533 0.008184 -0.006862 -0.016992 -0.00445 -0.014202 -0.006599 -0.034617 0.031465 0.031768 0.017544 -0.033064 -0.016524 0.040286 -0.008968 0.005081 0.008157 -0.012697 -0.036206 -0.023461 0.034356 -0.021851 0.001438 -0.00872 0.003791 -0.020996 -0.039324 0.023759 -0.01032 0.009529 -0.000627 0.008207 -0.021555 -0.008296 0.00826 -0.035644 -0.005268 0.015989 0.018161 -0.036389 -0.028461 -0.008036 0.015147 0.001505 -0.034072 0.028276 -0.001017 -0.044783 -0.027755 0.019931 0.029358 0.027741 0.048201 0.002607 0.008129 -0.016493 0.011491 -0.007967 -0.008572 -0.002511 0.011048 -0.003257 0.051207 0.002301 -0.005809 0.027736 -0.008479 0.005698 0.001334 0.002343 -0.025116 -0.027202 0.003464 0.013928 0.016924 -0.012853 -0.017744 0.004881 0.008171 -0.021993 -0.050259 -0.031817 0.003876 0.019402 -0.006524 0.016747 0.019274 0.017456 0.001892 -0.03536 0.010277 0.000556 0.000481 0.003693 -0.009496 0.01737 0.061575 0.008875 -0.021388 -0.008705 -0.012608 -0.017726 -0.007619 -0.006563 0.031071 -0.022271 -0.005071 -0.011092 -0.011424 0.012186 -0.01487 -0.016462 0.003579 -0.03436 -0.018602 -0.021804 0.00431 0.009071 -0.005467 -0.002269 0.030607 -0.012421 -0.006008 0.018265 -0.003649 0.033668 -0.03317 -0.000225 -0.041215 0.034885 0.015922 -0.021484 -9.3e-05 -0.007583 -0.013292 -0.009289 4e-06 -0.012536 -0.026462 -0.004571 -0.08775 -0.002704 0.01144 0.012184 -0.000303 0.023327 -0.006623\nद 0.031872 0.002696 -0.054485 0.023192 0.013916 0.031225 0.003515 -0.004932 -0.022799 -0.03313 0.043745 0.011757 -0.007061 -0.030114 0.030272 -0.001122 0.005578 -0.023918 -0.009182 -0.046305 -0.016672 -0.001074 0.005095 0.012939 0.009263 0.019819 -0.012271 -0.014985 -0.015301 -0.031497 0.026331 -0.029439 -0.023468 -0.039247 0.008664 0.016387 -0.038689 0.045028 0.006469 0.018732 -0.033218 0.010773 0.002262 -0.00278 -0.030705 -0.022164 0.038191 -0.005781 -0.001586 0.014738 0.004533 0.059996 0.039417 -0.037108 0.04462 0.008883 -0.006635 0.018356 -0.010283 0.028276 -0.034365 -0.032368 -0.005426 -0.021558 0.014208 0.018465 0.044818 -0.013408 0.03098 0.021296 -0.058935 -0.007029 0.02765 0.022335 -0.051902 0.005072 -0.030821 0.024496 -0.036938 -0.020706 0.012919 -0.004322 0.005548 0.013378 -0.020642 -0.044342 0.003114 -0.008386 -0.021096 -0.0071 -0.009071 0.023584 0.00797 -0.018388 0.017635 -0.005978 -0.001172 -0.04384 -0.003484 0.000384 -0.023729 -0.001948 -0.007443 -0.027585 0.013882 -0.007894 -0.018498 0.010724 0.038612 3.8e-05 0.050555 0.023847 0.027415 -0.023476 0.008319 -0.002416 -0.004303 -0.001473 -0.017949 -0.041968 0.024949 0.000925 0.04348 0.024842 0.03538 0.012894 -0.015056 -0.013092 -0.015563 -0.020876 -0.018068 -0.000479 -0.019887 0.035456 -0.022356 0.011432 -0.034644 0.003622 0.003756 0.048788 -0.011062 -0.012699 0.014095 0.02285 -0.041356 -0.052678 0.058444 0.015496 0.005839 -0.045168 0.006494 0.014151 0.03273 0.024769 0.002261 0.008011 0.005109 -0.029475 0.017881 -0.022964 -0.0255 0.016092 0.025062 0.014529 -0.019689 -0.011285 0.025914 -0.023575 0.021598 0.021029 -0.030499 -0.02426 -0.011576 0.038383 -0.020385 -0.035508 -0.009545 -0.004919 -0.041243 -0.018498 0.033424 -0.011191 0.013029 -0.014093 -0.008613 -0.019492 0.00132 0.026504 -0.060718 0.005409 0.022568 0.028996 -0.036806 -0.045418 0.003605 0.047044 -0.021664 0.01494 -0.000418 -0.005805 -0.041589 -0.03028 0.016295 0.029523 0.019065 0.015139 0.0112 -0.011667 -0.008529 0.046973 -0.018665 -0.001922 -0.006357 0.021027 -0.001376 0.069081 0.012387 -0.025882 0.011713 -0.000644 -0.007642 0.004418 -0.00253 0.00704 -0.028008 -0.006221 0.002792 0.018889 -0.00897 -0.024751 -0.007618 -0.004982 -0.002851 -0.024417 -0.039665 -0.004566 -0.015505 -0.033993 0.029442 0.028963 0.012426 0.023548 -0.026196 0.0168 -0.00025 -0.010231 0.041458 -0.006136 0.03617 0.057535 0.026931 0.010782 -0.002078 -0.042486 -0.034468 -0.023922 -0.008289 0.025246 -0.032538 -0.013545 -0.000562 -0.013674 0.034758 -0.026451 -0.029167 -0.02425 -0.033953 -0.02045 0.007476 -0.004435 0.019021 0.000356 0.012955 -0.006533 0.014683 0.001193 -0.002625 0.017662 0.051283 -0.056077 -0.000184 -0.023859 0.014825 0.0167 -0.023538 -0.007246 0.02208 -0.008652 -0.020001 -0.017739 0.007861 -0.044854 0.018526 -0.066512 -0.012809 0.014944 0.012287 0.022109 0.022077 0.007051\nన 0.018349 -0.001718 -0.041344 0.011283 0.004234 0.035254 -0.000768 0.004155 -0.008844 -0.00838 0.028823 0.000494 -0.001215 -0.025485 0.022048 0.006559 0.021012 -0.017912 0.000509 -0.030478 -0.022556 0.002693 0.002781 0.017688 0.013296 0.027151 -0.013614 -0.020177 -0.022182 0.011749 0.024273 -0.010757 -0.005041 -0.011673 -0.009118 0.017204 -0.039641 0.024863 0.015672 0.00233 -0.032613 0.004025 0.013144 0.013116 0.003516 0.005702 0.022539 0.01332 0.01248 -0.006546 0.001066 0.01954 0.010267 -0.022823 0.025272 0.005274 -0.006209 0.014948 -0.006492 0.012576 -0.019241 -0.014979 -0.009338 0.007897 0.000195 0.002165 0.025499 -0.014521 0.016747 0.010653 -0.022013 -0.00197 0.014174 0.009397 -0.029309 -0.008321 -0.014325 0.020836 -0.013475 -0.025251 0.014281 0.007651 -0.000246 0.018261 -0.012959 -0.039423 -0.004193 0.011578 -0.017326 0.007175 -0.008289 0.018964 0.000159 -0.00561 -0.002374 0.015717 -0.017951 -0.022697 0.010361 -0.006073 0.006938 0.003166 0.00395 -0.015199 0.015512 0.001432 -0.012188 -0.007672 0.017334 0.004408 0.038538 0.014628 0.020219 0.001198 0.011581 0.007342 0.00563 -0.006581 0.001983 -0.026386 0.020408 0.000712 0.023739 0.026862 0.028688 0.002032 -0.008995 -0.004088 -0.010444 -0.012788 -0.016685 0.008928 0.000704 0.016563 -0.011189 0.009256 -0.018069 0.023667 -0.006278 0.0321 0.006127 -0.01182 0.017429 0.018212 -0.039893 -0.038594 0.023938 -0.004609 0.004473 -0.030038 0.005327 0.005458 0.010261 0.019686 0.003724 0.003663 -0.014605 -0.028418 0.006638 -0.019948 -0.013961 0.012242 0.029029 -0.001755 -0.01536 -0.003857 0.016541 -0.019823 0.021852 0.01271 -0.027458 -0.037083 -0.006378 0.028298 -0.014852 -0.005905 -0.001164 0.001446 -0.019116 0.003593 0.032308 0.01098 0.00505 -0.001119 -0.007197 -0.021899 0.009966 0.021344 -0.044798 0.01138 0.010219 0.01165 -0.025673 -0.035167 -0.009701 0.023788 -0.002488 0.011038 -0.016115 0.008696 -0.017242 -0.024079 0.017236 0.007814 0.026965 0.006705 0.016049 -0.016762 -0.009553 0.02219 0.001095 -0.010283 -0.000473 0.012649 0.003131 0.043549 -0.000494 -0.003721 0.013312 0.010225 0.010665 0.019718 -0.009818 0.008838 -0.015907 0.009522 -0.001188 -0.000897 0.025897 -0.026504 -0.019429 0.00968 -0.007193 -0.037194 -0.030096 -0.002294 -0.008258 -0.019919 0.010084 0.007336 0.00051 0.028099 -0.026865 0.020461 -0.002346 0.000493 0.018019 -0.006818 0.035652 0.020673 0.007215 0.002384 -0.000794 -0.033641 -0.015888 -0.008209 0.004161 0.009798 -0.04019 -0.015678 0.010595 -0.00751 0.026574 -0.008244 -0.024568 -0.019478 -0.021461 -0.012269 -0.002987 -0.000127 0.008653 -0.002845 -0.002914 0.00391 0.004785 -0.018537 0.005423 0.015568 0.017398 -0.042188 0.001289 -0.017967 0.023104 0.020502 -0.017763 -0.00401 -0.00388 -0.017152 -0.02914 0.010893 0.029115 -0.026155 0.004977 -0.031526 -0.034956 0.032804 0.004128 -0.017847 0.017702 0.005739\nሬ 0.047222 0.016795 -0.060533 0.044044 0.00654 0.043399 0.014941 -0.017075 -0.031664 -0.040342 0.037454 0.01123 -0.034545 0.008416 0.035524 -0.001927 0.02163 -0.027743 -0.027893 -0.061706 -0.039088 0.024754 -0.001258 0.053801 0.019367 -0.001571 -0.025072 -0.030803 -0.010562 -0.025726 0.02651 -0.034363 -0.034442 -0.046809 0.035584 0.032262 0.002842 0.017362 0.001194 0.009105 -0.072478 0.053556 0.002199 -0.009142 -0.052483 -0.034394 0.044035 0.019256 0.013035 0.00484 0.026332 0.055731 0.029445 -0.032065 0.039306 0.024616 -0.02301 0.024043 -0.029548 0.006088 -0.03223 -0.077148 -0.016474 0.001763 0.011161 0.044689 0.054895 -0.037287 0.047756 0.029646 -0.040611 0.011227 0.05624 0.028914 -0.031498 0.019478 -0.049938 0.076913 -0.023372 -0.015568 -0.012746 0.017401 0.010802 0.015632 -0.015707 -0.054064 -0.00508 -0.04661 -0.033784 0.016628 -0.019861 0.036469 0.015333 -0.004789 0.023645 -0.034655 -0.004865 -0.055161 -0.011735 -0.024364 -0.024445 -0.001498 -0.021709 -0.042622 0.003079 -0.017858 -0.018281 0.015679 0.051926 -0.024163 0.044712 0.027448 0.051206 -0.048533 0.007093 0.020579 -0.028851 0.017686 -0.003227 -0.041951 0.029591 -0.025384 0.074303 0.0049 0.024576 0.022016 0.020409 -0.017076 -0.037619 -0.01097 0.009417 0.001931 -0.006202 0.031417 -0.010429 0.032177 -0.007593 -0.02278 -0.024527 0.054643 -0.009729 -0.003993 0.06275 0.030187 -0.039193 -0.056103 0.050578 0.011869 -0.023249 -0.025864 0.004601 0.017827 0.059089 0.017331 0.016439 -0.034969 -0.010553 -0.009032 0.048458 -0.017653 0.013297 0.015937 0.052349 0.038644 -0.034113 0.000223 0.01912 -0.027168 0.010259 0.009566 -0.041193 -0.052006 0.024369 0.024161 -0.021181 -0.034493 -0.039352 -0.009625 -0.0293 -0.01386 0.048666 -0.051598 -0.00623 -0.025268 -0.037362 -0.009721 0.008718 0.030374 -0.067526 -0.004992 -0.017539 0.034353 -0.044653 -0.013012 0.002574 0.038837 -0.031627 0.014984 -0.005111 -0.014966 -0.037697 -0.044679 0.010988 0.031533 0.009885 0.022769 0.014824 -0.041401 0.016137 0.044148 -0.027663 -0.015568 0.005689 0.018334 -0.022166 0.050744 -0.003093 -0.04226 0.006801 -0.003481 0.012677 0.016404 -0.008927 0.01812 -0.02414 0.026268 0.002757 0.023684 -0.003646 -0.062528 0.005148 -0.017492 -0.014435 -0.010252 -0.033108 0.028666 -0.01021 -0.066977 0.011608 0.002131 0.003796 0.042496 -0.034279 0.017127 0.021975 0.009176 0.083285 0.009491 0.003629 0.06071 0.021601 0.016133 -0.002987 -0.017786 -0.04749 -0.007448 -0.039663 0.042275 -0.032996 -0.027385 0.012858 -0.006229 0.014791 -0.032575 -0.034787 -0.057259 -0.016873 0.002055 0.032017 -0.023927 0.010038 0.02385 0.040354 -0.012656 0.012771 -0.013093 -0.010967 0.013998 0.053081 -0.058707 0.010099 0.000981 -0.006875 -0.008504 0.000767 0.027435 -0.003742 0.01612 0.012419 -0.016484 -0.012283 -0.031657 -0.003309 -0.058752 -0.015829 -0.001402 -0.010752 0.04758 0.027834 -0.036979\nᦱ 0.039308 0.00378 -0.016326 0.032218 0.025068 -0.012624 0.007064 -0.024817 -0.008645 -0.012832 0.027379 -0.028109 0.008736 -0.000833 0.019728 -0.024783 0.018838 -0.055262 0.001402 -0.001048 -0.028898 0.029814 -0.021743 0.043433 0.000223 0.004912 -0.045728 -0.012235 0.002032 -0.04458 0.030134 0.004501 -0.016117 -0.033913 0.022994 0.018573 -0.06747 0.088254 0.017849 -0.017114 -0.035537 0.013895 -0.010938 -0.030231 -0.007671 -0.05478 0.033245 0.006437 -0.013229 -0.01132 0.024428 0.044133 0.02527 -0.047251 0.059162 0.009547 0.034808 -0.024943 0.012174 0.012349 -0.011868 -0.031206 -0.004581 -0.036303 0.019283 0.030461 0.023741 -0.015795 0.009294 0.012356 -0.030657 0.01307 0.033127 0.068144 -0.071606 0.0316 -0.036464 0.037468 -0.022497 -0.001786 0.024653 0.011682 0.019165 0.063303 0.006335 -0.054107 0.00237 0.009776 -0.042857 -0.025619 -0.003457 0.030815 0.011769 -0.009353 0.028449 -0.022982 -0.01781 -0.023766 -0.020712 0.01261 -0.029621 -0.015339 -0.015099 -0.019497 0.000734 -0.016095 0.019959 -0.016784 0.061782 -0.024529 0.017705 0.028411 0.012253 -0.018188 -0.004852 0.033888 0.007946 0.003754 -0.026965 -0.069657 0.023566 -0.030828 0.051126 0.047746 0.033123 -0.010655 0.001602 -0.007149 -0.012316 -0.006758 -0.026807 -0.001066 -0.023566 0.020731 -0.040224 -0.00972 -0.010396 0.022219 -0.015676 0.013517 -0.036442 0.007238 0.033614 0.042504 0.001662 -0.047527 0.023674 0.003546 -0.011173 -0.04237 -0.019028 0.022803 0.012258 0.016223 -0.005186 0.006932 -0.045859 -0.025948 0.008577 -0.031606 0.022628 0.012802 -0.010473 0.053116 -0.0125 0.00566 0.008466 -0.004363 0.004142 0.034776 -0.043091 -0.037824 0.020892 0.006257 -0.03707 -0.002631 -0.001473 0.008231 -0.046111 -0.036961 0.048354 -0.001858 -0.016106 -0.009938 0.027588 0.013338 0.000307 -0.003235 -0.077065 0.018269 0.02041 0.060849 -0.07233 0.010341 -0.013141 0.029391 -0.019678 0.032833 0.041766 0.043577 -0.041414 0.000931 0.002666 0.022553 0.03552 0.003755 0.009433 -0.01364 -0.014199 0.047228 -0.020928 0.023062 0.009024 -0.021787 0.03254 0.031608 -0.037033 -0.050219 0.001151 0.022476 -0.011869 0.011178 6e-05 -0.027352 0.002015 0.011237 -0.01178 0.009958 0.005077 -0.048114 -0.01311 -0.011021 -0.013223 -0.037564 -0.055043 -0.003718 0.010319 -0.048032 0.011328 0.036225 0.002564 0.017495 -0.008994 0.019722 0.007134 -0.007149 0.058284 0.02732 0.014141 0.074582 -0.000804 0.010301 -0.018686 -0.052762 -0.031795 -0.002595 0.015857 -0.028347 0.022876 -0.058224 0.023256 0.028811 0.017384 -0.049835 -0.053844 0.018537 -0.021665 -0.027367 -0.021998 -0.026774 0.004438 0.01516 -0.020547 0.009722 -0.010678 -0.022181 -0.014804 0.028792 0.031369 -0.04614 0.000274 -0.004427 -0.004014 0.02012 -0.019184 0.008289 0.005105 0.000977 -0.013507 -0.022147 -0.006322 -0.03168 -0.020648 -0.08512 -0.01837 0.004748 -0.00499 0.035191 -0.013678 -0.005745\nᠰ 0.01517 -0.004521 -0.020046 -0.009172 0.001987 0.01041 -0.008069 -0.007912 -0.018558 -0.02661 -0.001221 0.004853 0.000228 -0.013554 0.02678 -0.007245 0.000755 -0.012787 -0.009697 -0.024434 -0.002703 0.001578 0.003743 -0.009798 -0.018247 -6e-06 -0.016213 -0.010781 -0.012761 -0.015813 0.001452 -0.031484 -0.01233 -0.018244 0.007444 0.004339 -0.00959 0.027935 0.003588 0.005494 -0.029139 -0.020854 0.006717 -0.010315 -0.020829 -0.004976 0.013604 -0.002875 -0.006764 0.013163 0.003146 0.023659 0.012068 -0.023133 0.025311 0.007663 -0.012901 0.012937 -0.005811 0.021844 -0.017575 -0.021628 -0.011903 -0.008316 0.016747 0.027287 0.024261 -0.000944 0.027782 0.027111 -0.045126 0.001692 0.018577 0.017232 -0.027 0.013932 -0.025587 0.00437 -0.033975 0.003557 0.00541 0.004261 0.004421 -0.005636 -0.009565 -0.026259 0.008717 -0.005576 -0.000643 -0.007875 -0.013917 0.004939 0.019615 -0.012874 0.023063 0.002268 -0.008682 -0.037699 -0.012447 0.011033 -0.014106 0.002049 0.003337 -0.025846 0.007583 0.009937 -0.017144 -0.001597 0.024811 -0.000542 0.019091 0.02257 0.001429 -0.016405 0.009003 -0.004629 -0.00169 0.013138 -0.012644 -0.01366 0.021026 -0.01687 0.019628 0.007495 0.042241 0.011199 -0.006341 -0.00846 -0.000309 -0.015326 -0.01458 -0.000778 0.000172 0.022087 -0.012632 0.002528 -0.028155 0.010547 0.009983 0.035984 0.003845 -0.012745 0.004551 0.006383 -0.027081 -0.039565 0.054817 0.014991 0.007482 -0.029216 -0.00504 0.013026 0.032735 0.007393 -0.006589 -0.000775 0.001237 -0.002911 0.014065 -0.006288 -0.020402 0.011578 0.007339 -0.005999 -0.010836 -0.002376 0.005697 -0.016749 0.013996 0.019735 -0.012939 -0.015566 9.1e-05 0.033891 -0.003431 -0.005896 -0.006895 -0.006198 -0.052386 -0.019164 0.002338 -0.005369 -0.001051 -0.011544 0.001013 -0.024219 0.007448 0.01516 -0.024675 -0.001092 0.020855 0.029988 -0.013742 -0.037514 0.004061 0.030001 -0.026163 0.014248 -0.01059 -0.006492 -0.037681 -0.024558 0.01432 0.019027 0.006465 0.032042 0.015037 -0.007413 -0.003854 0.031278 0.00146 -0.006964 0.001389 0.004407 0.004047 0.032906 0.0043 -0.016582 0.000504 -0.001618 0.001199 0.006261 -0.006114 0.010716 -0.007442 -0.000304 0.001491 -0.000167 -0.020817 -0.004991 -0.0074 0.002152 -0.001266 -0.016504 -0.030816 -0.015507 -0.004747 -0.014416 0.015217 0.010493 -0.020291 0.008515 -0.015355 0.018675 0.000165 -0.016381 0.028674 -0.006797 0.026083 0.030126 0.025317 0.014743 -0.002846 -0.012515 -0.005682 -0.006963 -0.004379 0.022875 -0.02325 0.005337 -0.001838 -0.000764 0.026371 -0.031249 -0.021082 -0.014192 -0.027199 -0.006097 -0.002453 0.003862 0.012338 0.012377 0.011515 -0.010964 0.014003 0.000592 0.00337 -0.003396 0.034473 -0.03933 -0.003315 -0.017838 -0.003064 0.023592 -0.004576 -0.010854 0.028253 -0.010509 -0.011874 -0.01121 -0.001743 -0.013181 0.006442 -0.041917 0.003418 0.013302 0.006191 0.020415 0.007768 -0.007057\nʷ 0.002378 0.008199 -0.025953 0.00381 0.005183 0.036797 0.016324 -0.003735 -0.032847 -0.023971 0.036263 0.019255 -0.012901 -0.015694 0.031773 -0.008973 0.005341 -0.015703 -0.008621 -0.02941 -0.004901 -0.007092 -0.027587 0.005772 -0.003727 -0.004382 -0.015298 -0.008024 -0.009188 -0.025069 0.030944 -0.027438 -0.023134 -0.034166 -0.008371 -0.000627 -0.023273 0.029344 0.008906 0.007707 -0.029243 0.026418 0.008613 0.022553 -0.012259 -0.015745 0.022175 0.002932 0.009473 0.001977 0.004305 0.044103 0.023753 -0.020491 0.037911 0.002629 -0.002491 0.027278 -0.013219 0.033831 -0.031822 -0.036493 -0.017204 -0.005675 0.009625 0.018837 0.04803 -0.021367 0.029687 0.024296 -0.03876 -0.00363 0.010115 0.020725 -0.02895 0.003926 -0.013489 0.020014 -0.020026 0.00228 0.02236 0.002814 -0.000876 0.016905 -0.015565 -0.053832 0.020505 -0.000473 0.010642 0.024283 -0.008525 0.017708 0.009456 -2e-06 -0.001356 -0.027273 0.00715 -0.03219 -0.0172 -0.009312 -0.037538 0.003321 -0.00213 -0.024007 0.011381 -0.015628 -0.010581 0.009294 0.01271 -0.001293 0.047935 0.01177 0.018818 0.008292 0.014607 -0.010584 -0.026008 -0.01129 -0.022646 -0.017035 0.034277 0.001728 0.034192 0.015006 0.024696 -0.001181 0.000779 0.011341 -0.002056 -0.010547 0.005754 0.016589 -0.012631 0.033038 -0.017056 -2.5e-05 -0.023786 0.024493 0.006857 0.037768 -0.005263 -0.00353 0.003145 0.015122 -0.022585 -0.047519 0.031525 -0.017299 0.008285 -0.045199 0.024475 -0.003525 0.041592 0.028849 0.005134 0.012043 -0.006529 -0.022376 0.020784 -0.017362 -0.033293 0.013136 0.027683 0.001665 -0.010693 -0.01762 0.015479 -0.011341 0.017858 0.036141 -0.025316 -0.015961 -0.01468 0.019086 0.009839 -0.011103 -0.004692 -0.012703 -0.039853 0.001553 0.027598 -0.007995 0.022815 -0.002764 -0.02581 -0.029073 0.003423 0.006837 -0.024828 0.003293 0.014879 0.035731 -0.029185 -0.034989 -0.001466 0.033721 -0.019089 0.015204 -0.005349 -0.001071 -0.025469 -0.020667 0.025916 0.025517 0.02145 -0.01351 0.004418 -0.028064 -0.00762 0.01768 -0.016918 -0.008151 -0.002557 0.027277 0.000428 0.02391 -0.006661 -0.015029 0.009649 0.000827 -0.014173 -0.008546 0.005952 0.014918 -0.029652 0.023195 -0.014582 0.009399 0.013206 -0.012352 -0.006508 -0.001344 -0.00046 -0.031807 -0.020908 -0.007228 -0.017421 -0.006576 0.003724 0.007887 0.003305 0.027713 -0.013332 0.020463 0.001421 -0.019239 0.024867 0.017156 0.03095 0.034343 0.013987 0.002267 -0.02226 -0.022447 -0.013815 -0.004531 -0.007304 -0.001715 -0.026282 0.017016 0.004202 -0.013846 0.013885 -0.026797 -0.028877 -0.012258 -0.039883 0.004323 -0.004431 0.00128 0.008053 -0.00717 0.014286 -0.005156 0.01567 0.000479 0.002638 0.017469 0.021365 -0.038209 -0.00849 0.001119 0.020557 0.015721 0.004556 -0.011725 0.018716 -0.004612 -0.007545 -0.017614 0.012418 -0.023802 0.004359 -0.051727 -0.013567 0.004683 -0.001397 0.003073 0.001197 -0.014478\nֹ 0.047201 0.008274 -0.077393 0.04406 0.024242 0.063031 0.014241 0.005663 -0.027457 -0.047006 0.046175 0.023334 -0.004678 -0.051022 0.054463 -0.006851 0.012305 -0.038547 -0.020292 -0.070646 -0.028223 -0.002989 0.011669 0.021971 0.006603 0.038892 -0.008327 -0.013944 -0.020569 -0.035842 0.027683 -0.049996 -0.02787 -0.072989 0.013633 0.020793 -0.055275 0.062432 0.016794 0.041998 -0.04718 0.01423 -0.002924 0.004696 -0.040576 -0.046487 0.05959 -0.005687 -0.003047 0.037796 0.012903 0.0939 0.063476 -0.055881 0.068238 0.011802 -0.00872 0.038815 -0.018856 0.047339 -0.04162 -0.051256 -0.012348 -0.02943 0.021632 0.027092 0.05662 -0.01852 0.054659 0.025438 -0.065213 -0.007487 0.032129 0.02347 -0.078727 0.011133 -0.043458 0.038223 -0.037559 -0.026207 0.028979 0.002334 -0.003093 0.031541 -0.039359 -0.087292 0.009846 -0.006325 -0.032976 -0.012215 -0.017121 0.041181 0.000327 -0.031852 0.016241 -0.015189 -0.001314 -0.062353 0.002332 -0.010326 -0.019317 -0.000152 -4.7e-05 -0.047525 0.024372 -0.00774 -0.017806 0.015066 0.055565 -0.005752 0.065251 0.027483 0.037308 -0.021106 0.016228 0.010889 -0.023716 0.005698 -0.021572 -0.072245 0.030782 -0.003139 0.067332 0.031634 0.056767 0.017326 -0.024634 -0.033143 -0.028537 -0.029585 -0.036247 0.004554 -0.025322 0.047353 -0.041208 0.029415 -0.042609 0.00344 0.006148 0.077515 -0.005909 -0.017795 0.029721 0.048114 -0.053426 -0.073533 0.066175 0.002033 0.002356 -0.061291 0.001374 0.019321 0.049423 0.045778 -0.004076 0.013557 -0.002059 -0.031624 0.022073 -0.037361 -0.019439 0.030151 0.029062 0.018732 -0.018488 -0.026993 0.029806 -0.040331 0.035514 0.040898 -0.050077 -0.038665 -0.018898 0.059823 -0.027161 -0.046353 -0.0234 -0.010326 -0.054437 -0.03339 0.059463 -0.007152 0.004877 -0.006597 -0.011754 -0.028742 0.006932 0.033012 -0.105672 0.004158 0.014751 0.04429 -0.04675 -0.062869 -0.003452 0.066746 -0.029409 0.017408 0.001126 0.00565 -0.059626 -0.05567 0.01847 0.039864 0.033253 0.021507 0.030306 -0.009225 -0.01417 0.061606 -0.044956 -0.005573 -0.017078 0.023084 -0.000255 0.111209 0.003843 -0.030033 -0.000729 0.003006 -0.009023 0.013987 -0.013508 0.008014 -0.04201 0.001925 0.002818 0.020322 -0.02226 -0.022021 -0.0014 0.005139 -0.010014 -0.050601 -0.054743 -0.002343 -0.029501 -0.052363 0.053454 0.048197 0.013704 0.047429 -0.028611 0.024831 0.015422 -0.026335 0.070522 -0.01498 0.062257 0.085828 0.047181 0.016754 0.008919 -0.080042 -0.054167 -0.029761 0.00093 0.03142 -0.033328 -0.026146 0.015246 -0.012271 0.050426 -0.038499 -0.053583 -0.029967 -0.050899 -0.022128 0.017362 -0.004814 0.035893 -0.006229 0.012984 -0.008041 0.025672 0.012709 0.005262 0.032372 0.070458 -0.078751 -0.014236 -0.02774 0.023748 0.027453 -0.043997 0.001593 0.030627 -0.025899 -0.035927 -0.02669 0.024422 -0.065975 0.020933 -0.098939 -0.016661 0.009438 0.022317 0.025134 0.041218 0.003819\nи 0.037877 0.005917 -0.051444 0.022064 0.015587 0.035593 0.005553 -0.001134 -0.016821 -0.032456 0.042278 0.011557 -0.011467 -0.03018 0.038062 -0.012958 0.00652 -0.024969 -0.014149 -0.047466 -0.014609 0.00193 0.006927 0.013981 0.005636 0.023868 -0.008538 -0.01207 -0.018054 -0.027344 0.020972 -0.037594 -0.016249 -0.040812 0.011555 0.016598 -0.04554 0.043457 0.006054 0.020049 -0.035109 0.013281 0.003394 0.003305 -0.030319 -0.026115 0.038572 -0.002014 -0.005006 0.019964 0.013208 0.056064 0.033399 -0.036648 0.043889 0.012544 -0.001611 0.023393 -0.009191 0.028661 -0.032634 -0.027992 -0.007866 -0.018798 0.017662 0.023506 0.036604 -0.014912 0.029634 0.018281 -0.053284 -0.008006 0.021315 0.015161 -0.055746 0.001429 -0.035446 0.031761 -0.030468 -0.013533 0.015763 -0.001585 0.000971 0.024113 -0.02397 -0.055539 0.00365 0.003039 -0.026164 -0.003501 -0.00965 0.025543 0.006893 -0.018207 0.016958 -0.006808 0.002181 -0.040432 -0.002557 -0.006714 -0.018234 -0.002118 -0.002724 -0.031868 0.020063 0.000563 -0.015728 0.011424 0.038682 -0.0039 0.050796 0.024742 0.021723 -0.01211 0.01358 0.006878 -0.014763 0.001046 -0.014267 -0.043712 0.024685 0.004939 0.041779 0.030054 0.032303 0.007727 -0.010464 -0.024266 -0.012221 -0.019645 -0.019207 -0.004806 -0.014525 0.028767 -0.023493 0.013863 -0.027656 0.008578 0.009857 0.044473 -0.003319 -0.014429 0.013878 0.029388 -0.035649 -0.053529 0.045503 0.008046 0.005227 -0.043823 0.003885 0.003118 0.034695 0.029718 -0.008805 0.002067 -0.001457 -0.024289 0.017431 -0.020247 -0.020633 0.019001 0.019499 0.016944 -0.020173 -0.008062 0.024176 -0.023906 0.017302 0.023172 -0.028322 -0.026837 -0.012087 0.037602 -0.019007 -0.030015 -0.007685 -0.006011 -0.040033 -0.02778 0.03685 -0.010393 0.005139 -0.010952 -0.008965 -0.019156 0.00304 0.020136 -0.064094 0.006631 0.026174 0.028846 -0.030343 -0.041612 0.00827 0.040972 -0.014632 0.018331 0.004683 0.005982 -0.04459 -0.038751 0.014766 0.027202 0.018385 0.01766 0.009963 -0.013936 -0.000278 0.039537 -0.02772 -0.005776 -0.007741 0.019913 -0.002466 0.073171 0.004273 -0.026488 0.008014 -0.008347 -0.010223 0.011371 -0.009408 0.006665 -0.019365 -0.008211 -0.000903 0.020777 -0.011982 -0.027295 -0.008074 0.001061 -0.006362 -0.032028 -0.041178 -0.003991 -0.006168 -0.040569 0.031572 0.026585 0.0053 0.024253 -0.024551 0.017078 0.008156 -0.011018 0.049723 -0.007534 0.046296 0.05583 0.031562 0.004735 0.006182 -0.046709 -0.044329 -0.021079 -0.00354 0.024739 -0.029788 -0.011364 0.005034 -0.009691 0.029784 -0.029151 -0.027106 -0.02214 -0.033823 -0.020445 0.007704 -0.000733 0.014462 -0.004861 0.008147 -0.005996 0.014839 0.00803 0.004091 0.011468 0.040725 -0.052574 -0.002924 -0.023594 0.015673 0.015194 -0.021506 -0.000199 0.018766 -0.014307 -0.021985 -0.017119 0.00769 -0.041883 0.008966 -0.066118 -0.012746 0.013375 0.015478 0.017913 0.019834 0.003589\nܺ 0.05329 0.008518 -0.083916 0.047525 0.003614 0.045295 0.000412 0.009949 -0.0352 -0.048694 0.022499 0.004633 0.003183 -0.039321 0.053022 0.014661 0.005244 -0.039088 -0.013131 -0.030977 -0.024068 0.013616 0.012119 0.00681 -0.012125 0.014906 -0.026082 -0.020701 -0.033673 -0.03333 0.016648 -0.061649 -0.026768 -0.042168 0.02336 0.021058 -0.052028 0.051586 0.012852 0.027339 -0.03848 0.022711 -0.011332 0.012811 -0.030783 -0.045066 0.044712 -0.006718 0.008355 0.035726 0.008053 0.067405 0.055138 -0.032933 0.059095 0.009942 0.006742 0.032278 -0.012865 0.03943 -0.027448 -0.040146 -0.027956 -0.014967 0.020599 0.028054 0.060905 -0.028928 0.053567 0.033712 -0.066146 -0.005697 0.039844 0.023302 -0.053587 0.018892 -0.047671 0.04387 -0.015647 -0.023525 -0.006979 0.003326 -0.017601 0.023949 -0.020006 -0.080195 0.001783 -0.042427 -0.035631 -0.020595 -0.018503 0.023415 0.017859 -0.009133 0.026747 -0.010624 0.008462 -0.052717 -0.017107 -0.004297 -0.013591 -0.00459 -0.026473 -0.043767 0.000976 0.005187 -0.02808 0.015321 0.047569 -0.008223 0.061168 0.019865 0.024874 -0.031609 0.018851 -0.012524 -0.024669 0.015837 -0.016317 -0.058853 0.026773 -0.007625 0.057982 0.008039 0.031144 0.016203 -0.029363 -0.01883 -0.021339 0.003203 -0.012159 -0.007115 -0.028439 0.030298 -0.040798 0.011299 -0.034032 0.007361 0.005378 0.051871 -0.009396 -0.009408 0.023209 0.033572 -0.013465 -0.039414 0.051621 -0.002039 0.000135 -0.053151 0.00833 0.014482 0.03693 0.037391 0.006755 0.011196 -0.005262 -0.013001 0.019204 -0.028891 -0.020714 0.036346 0.028121 0.031803 0.00045 -0.023585 0.013105 -0.020938 0.038415 0.033641 -0.061482 -0.022584 -0.022991 0.019031 -0.023034 -0.044603 -0.035296 -0.011507 -0.049613 -0.037159 0.045889 -0.01105 -0.007518 -0.005445 0.000809 -0.017057 -0.003691 0.023835 -0.0807 0.02028 0.009994 0.0233 -0.044487 -0.062366 0.002984 0.053774 -0.02782 0.01666 0.005018 0.009797 -0.048462 -0.040616 0.02189 0.034736 0.019041 0.022799 0.015141 -0.019496 -0.012942 0.058905 -0.050027 -0.013543 -0.019875 0.014697 -0.002363 0.097605 -0.002471 -0.039702 0.011506 -0.000144 -0.028759 0.020357 -0.019784 0.005355 -0.034543 -0.000355 3.6e-05 0.029724 -0.034917 -0.04796 0.015708 0.005643 -0.000372 -0.012159 -0.032857 0.007564 -0.022113 -0.041945 0.044206 0.042754 -0.007129 0.030875 -0.036451 0.014018 0.015038 -0.018599 0.051181 -0.007333 0.057877 0.066201 0.048429 0.024117 0.002541 -0.060071 -0.055029 -0.028643 -0.00017 0.017415 -0.033996 -0.007272 0.006058 -0.024756 0.016527 -0.035473 -0.050925 -0.037822 -0.052052 0.004239 -0.000926 -0.008037 0.017504 0.011626 0.019506 -0.013406 0.022275 0.016802 0.006445 0.041033 0.043288 -0.073385 0.009625 -0.034504 0.005563 0.002914 -0.027994 0.014835 0.020011 -0.006953 -0.020909 -0.041374 0.008347 -0.045837 0.034433 -0.066052 -0.007142 -0.009885 0.013184 0.021783 0.047587 0.013084\n਼ 0.028234 -0.005909 -0.061173 -0.020518 0.027213 0.055816 -0.021576 -0.05133 -0.038013 -0.051652 0.077189 0.028383 -0.001093 -0.014334 0.06081 -0.033207 0.023449 -0.01085 -0.03089 -0.085696 -0.001367 0.02305 -0.010748 0.007014 -0.019347 0.002559 -0.018986 -0.029085 0.014673 -0.068086 0.012614 -0.054984 0.013296 -0.019676 0.002452 0.023248 -0.02351 0.052823 -0.011025 0.001834 -0.082041 -0.028591 0.009799 0.003329 0.001141 -0.009407 0.064934 -0.003288 -0.02281 0.002635 -0.011467 0.043616 0.050626 0.015328 0.061279 -0.008033 -0.018743 0.014669 0.004798 0.01586 -0.053765 -0.034593 0.024041 -0.0095 0.035429 0.066553 0.055794 0.038001 0.034133 0.031896 -0.085562 -0.018354 0.013841 0.047897 -0.049687 0.010249 -0.061183 0.005938 -0.054322 -0.008757 9.6e-05 -0.0453 0.011484 0.00035 -0.004197 0.000557 0.006984 -0.028731 0.003042 -0.051135 0.00141 0.013747 0.052514 0.000252 0.036065 -0.010807 -0.027893 -0.045939 -0.01143 0.005409 -0.056981 0.006698 -0.009573 -0.029 0.045406 -0.046744 -0.042764 0.048296 0.084912 -0.008623 0.050386 0.045479 0.025535 -0.060528 0.002322 -0.028973 0.015556 0.006398 -0.031107 -0.024566 0.065983 -0.00652 0.048707 0.052015 0.043889 0.044952 -0.015049 0.043914 0.001982 -0.014989 -0.002276 -0.016934 0.009662 0.048285 -0.044066 0.003748 -0.054101 0.01772 0.039346 0.06758 -0.012981 -0.011219 0.015248 0.024783 -0.061973 -0.060944 0.064357 0.047988 0.025575 -0.043693 0.02523 0.017101 0.03218 0.03349 0.023692 0.019846 0.025565 -0.017369 0.039089 -0.039988 -0.035233 0.017948 0.01501 0.001462 -0.014205 -0.018406 0.033332 -0.029874 0.05586 0.019354 -0.06232 -0.032956 0.003406 0.039566 -0.022089 -0.021633 -0.027276 -0.019656 -0.076514 -0.028125 0.023296 -0.026691 -0.016863 -0.059029 -0.027715 -0.038887 0.036672 0.035774 -0.039364 0.000683 0.066167 0.036207 -0.006234 -0.045268 -0.029724 0.054009 -0.051935 0.02337 0.013288 -0.018264 -0.024495 -0.027546 0.016578 0.070547 0.027788 0.036774 0.03736 -0.009093 -0.015926 0.061794 0.00455 -0.010232 0.031702 0.004701 0.01681 0.042278 0.046558 -0.037057 0.040096 -0.046356 0.008286 -0.013957 0.002032 -0.043114 -0.027582 -0.005728 0.014267 0.017912 -0.052722 -0.014994 -0.011161 -0.041478 -0.0096 -0.035077 -0.03479 -0.061278 -0.01881 -0.056548 -0.00056 0.029019 -0.031536 -0.014543 -0.056123 0.031105 -0.028568 0.014354 0.01792 -0.009374 0.076005 0.083805 0.022786 0.03375 -0.018762 -0.003972 -0.0129 -0.02404 -0.005016 0.089065 -0.020517 -0.026418 0.002827 -0.053253 0.034772 -0.029966 -0.06119 -0.020103 -0.070549 -0.073249 0.017365 0.007704 0.004429 0.016374 0.059857 0.019426 0.002112 -0.041211 0.044311 0.013199 0.077504 -0.071429 -0.019425 -0.024236 0.014117 0.030497 0.00948 -0.028467 0.070887 -0.018206 -0.040886 0.032314 -0.043102 -0.036785 0.060508 -0.117651 -0.005644 0.015981 0.018986 0.014344 -0.012438 0.010402\nാ 0.03872 0.006824 -0.062196 0.026041 0.013298 0.041508 0.008649 -0.001977 -0.018314 -0.036375 0.041024 0.018674 -0.020084 -0.027135 0.032704 0.001404 0.01246 -0.026321 -0.020892 -0.059872 -0.038814 0.003576 0.012626 0.024987 0.009368 0.02515 -0.013762 -0.023807 -0.013706 -0.035323 0.024706 -0.03828 -0.022851 -0.046966 0.009999 0.015777 -0.046682 0.056835 0.004281 0.026364 -0.048302 0.024713 0.00967 -0.009528 -0.039958 -0.025387 0.046196 0.004786 0.008387 0.016386 0.008858 0.059878 0.043386 -0.04496 0.040894 0.00589 -0.020324 0.027224 -0.015762 0.026519 -0.053883 -0.028064 -0.014791 -0.022777 0.019624 0.015922 0.047594 -0.016374 0.04168 0.029093 -0.051142 -0.009949 0.024447 0.02597 -0.059766 0.001202 -0.02897 0.034645 -0.041489 -0.021987 0.00307 -0.002006 0.005477 0.016896 -0.031236 -0.06253 0.007554 -0.004454 -0.030843 -0.013312 -0.012824 0.027728 0.005386 -0.022854 0.023406 -0.005817 -0.000684 -0.040461 -0.013032 -0.006654 -0.013655 -0.002419 0.000392 -0.046017 0.023766 -0.003173 -0.009467 0.008013 0.042377 0.005919 0.064428 0.027606 0.022184 -0.014047 0.01369 -0.001393 -0.010637 0.001324 -0.012159 -0.052565 0.024299 -0.004564 0.04462 0.017647 0.049296 0.017093 -0.022623 -0.028419 -0.012892 -0.017525 -0.028511 0.005657 -0.018133 0.03427 -0.019486 0.027409 -0.047976 0.007607 0.008101 0.059677 0.005492 -0.021379 0.016088 0.025806 -0.04123 -0.062169 0.058926 0.012671 0.00203 -0.057354 0.01101 -0.001127 0.045158 0.023838 0.004871 0.003134 -0.001683 -0.029755 0.018702 -0.029672 -0.034475 0.015012 0.031024 0.014046 -0.01837 -0.004977 0.030454 -0.038556 0.030308 0.030146 -0.035186 -0.036906 -0.010447 0.0424 -0.025039 -0.033681 -0.011312 -0.013002 -0.038054 -0.013959 0.045523 -0.015835 0.0038 -0.001254 -0.009979 -0.019058 -0.000388 0.025134 -0.067274 0.007633 0.028999 0.020072 -0.049149 -0.05221 0.008217 0.04858 -0.014584 0.013692 -0.005906 0.012718 -0.049134 -0.034158 0.014929 0.028289 0.025655 0.022831 0.006834 -0.012084 -0.014441 0.044604 -0.020885 -0.013986 -0.017567 0.025269 -0.008891 0.099037 0.017417 -0.029241 0.00971 -0.004368 -0.009639 0.008812 -0.015525 0.018203 -0.027488 0.001932 0.003618 0.020915 -0.003561 -0.026762 -0.008448 0.000614 -0.003559 -0.040139 -0.054006 -0.008398 -0.00835 -0.054039 0.036574 0.027142 0.014718 0.030878 -0.038477 0.005962 -0.00043 -0.005521 0.032958 -0.013198 0.040874 0.070352 0.03466 -0.000777 0.007041 -0.056252 -0.038476 -0.013363 0.001201 0.023516 -0.036624 -0.015611 0.004931 -0.02022 0.034177 -0.035113 -0.029753 -0.02278 -0.047517 -0.016858 0.010485 0.00449 0.014565 0.014441 0.01538 -0.006325 0.024455 0.00805 -0.0101 0.019306 0.053297 -0.056217 0.000273 -0.028318 0.019843 0.014182 -0.011564 0.000793 0.024782 -0.018118 -0.019012 -0.017819 0.016513 -0.05524 0.000304 -0.087029 -0.005129 0.015509 0.029668 0.021843 0.021523 0.006183\nៅ 0.031351 0.014011 -0.040377 0.029545 0.012457 0.065274 0.017085 0.001206 0.016245 -0.025028 0.057514 0.019099 -0.02362 0.000275 0.014262 -0.013476 0.018849 -0.060294 -0.007843 -0.060597 -0.00733 0.011531 0.011871 0.015591 0.018693 0.02112 -0.045803 -0.033758 -0.027321 -0.006766 0.035749 -0.05567 -0.016228 -0.040797 0.030344 0.044888 -0.049765 0.080023 0.007103 0.030507 -0.051384 0.022343 -0.003282 -0.002932 -0.046203 -0.01512 0.041033 -0.000212 0.001199 0.016602 -0.001104 0.072275 0.055539 -0.064906 0.047152 0.019175 0.020788 0.02965 0.010198 0.033574 -0.011367 -0.018964 -0.013027 -0.037784 0.009799 0.030694 0.057728 -0.022651 0.036938 0.02781 -0.079666 -0.008578 0.039706 0.027405 -0.066478 0.007464 -0.032144 0.024377 -0.056052 -0.01149 0.037598 0.029344 -0.006746 0.028861 -0.013264 -0.060001 0.018547 -0.006881 -0.008984 -0.020861 -0.00902 0.038399 0.010158 -0.001023 0.021552 -0.009631 -7.4e-05 -0.050667 -0.009368 -0.009624 -0.023453 -0.012366 -0.011919 -0.060737 0.005909 -0.017017 -0.037875 -0.000273 0.062132 -0.003193 0.056682 0.019261 0.027112 -0.042816 -0.006439 0.003153 0.004625 -0.01467 -0.004143 -0.071108 0.047533 -0.00203 0.031319 0.032658 0.035892 0.010277 0.008459 -0.013545 -0.006713 -0.028229 -0.022467 -0.022799 -0.034992 0.04273 -0.018327 0.046976 -0.028949 -0.0235 0.007496 0.059683 0.006968 -0.022934 -0.013737 0.017585 -0.068664 -0.069087 0.075131 0.027258 -0.00652 -0.049974 -0.008652 -0.009889 0.044975 0.011668 0.00871 0.001054 -0.007708 -0.055038 0.023865 -0.010839 -0.014017 0.032949 0.029536 0.059652 -0.047656 -0.033238 0.044071 -0.021338 0.025455 0.028624 -0.063831 -0.034155 -0.007639 0.056876 -0.034425 -0.028444 0.018296 -0.004977 -0.06394 -0.03296 0.038894 -0.022546 -0.012667 -0.035707 -0.01148 0.009243 0.011371 0.006421 -0.057647 -0.010301 0.02568 0.038491 -0.069083 -0.050737 -0.002869 0.037802 -0.03663 0.036596 0.036415 0.020646 -0.034321 -0.041845 0.029581 0.033237 0.039187 0.033012 0.018823 -0.013811 -0.010273 0.027367 -0.026505 -0.035453 -0.020266 0.024607 -0.001036 0.071371 0.030922 -0.041203 0.00516 -0.004543 0.009027 0.026418 -0.014558 0.004018 -0.035843 -0.013128 0.004552 0.023548 0.010434 -0.048642 -0.014572 -0.006515 0.003682 -0.045118 -0.038148 -0.011131 -0.017886 -0.028587 0.031478 0.016781 0.025054 0.03053 -0.041344 0.016335 -0.031851 0.011519 0.046637 0.011035 0.038027 0.085188 0.006066 0.004815 0.010519 -0.041564 -0.045035 -0.027229 0.003007 0.02654 -0.030016 -0.008309 -0.00221 -0.016281 0.024257 -0.020529 -0.025884 -0.021556 -0.051758 -0.033028 0.005833 0.00456 0.015866 -0.014351 0.016906 0.00042 0.006885 -0.008733 0.00352 -0.006793 0.076179 -0.065545 -0.01535 -0.015558 0.020088 0.006309 -0.029901 0.010069 0.029492 -0.014842 0.003435 0.001428 -0.008015 -0.05573 0.012849 -0.072963 -0.009484 0.019165 0.012145 0.014888 0.024929 0.004308\nύ 0.028788 0.003092 -0.044613 0.022941 0.011831 0.036661 0.006999 -0.00358 -0.012407 -0.028947 0.038718 0.011371 -0.011797 -0.025842 0.031111 -0.011788 0.008704 -0.023414 -0.01258 -0.033996 -0.014447 0.007262 0.008514 0.016352 0.008807 0.017579 -0.0097 -0.013722 -0.01128 -0.023267 0.023316 -0.031321 -0.019292 -0.03539 0.010995 0.018718 -0.033911 0.041298 0.007611 0.018823 -0.030601 0.010588 -0.002618 0.007358 -0.024336 -0.024958 0.03359 0.002766 0.003928 0.013691 0.009637 0.048446 0.035645 -0.029132 0.042786 0.00847 0.000364 0.021692 -0.013088 0.023704 -0.0286 -0.027468 -0.009423 -0.021104 0.011646 0.02302 0.035191 -0.019677 0.028444 0.016917 -0.047718 -0.006652 0.024334 0.010783 -0.049261 0.002303 -0.03334 0.0238 -0.028001 -0.015033 0.010718 0.000204 -0.002169 0.020382 -0.021039 -0.049919 0.004476 -0.005984 -0.016926 0.003625 -0.003162 0.025168 0.00027 -0.006037 0.011203 -0.010262 -0.000286 -0.030897 -0.008655 -0.011155 -0.014858 0.002483 -0.002818 -0.029405 0.015787 -0.009456 -0.013996 0.011067 0.028783 -0.007318 0.044701 0.01915 0.023462 -0.010877 0.005416 0.006202 -0.001463 0.001917 -0.015517 -0.039322 0.025514 0.002522 0.039908 0.02172 0.028832 0.006552 -0.004426 -0.014281 -0.010792 -0.014126 -0.010079 0.000797 -0.020018 0.027948 -0.018499 0.016604 -0.029543 0.005806 0.003498 0.049898 -0.009888 -0.011032 0.009147 0.026464 -0.035449 -0.048133 0.043301 0.006625 0.003932 -0.046249 0.000308 0.00665 0.03576 0.026757 0.001674 -0.001093 -0.001953 -0.022811 0.01256 -0.023596 -0.010349 0.014321 0.023309 0.019411 -0.013809 -0.014068 0.02356 -0.023499 0.020615 0.020632 -0.031211 -0.02503 -0.011463 0.036722 -0.01662 -0.024526 -0.005238 -0.011774 -0.036357 -0.015875 0.031397 -0.013429 0.005359 -0.004716 -0.007227 -0.014245 0.000579 0.01763 -0.054869 0.000778 0.016036 0.028924 -0.03425 -0.03511 0.001567 0.037947 -0.016351 0.012407 0.007345 0.002341 -0.034676 -0.030965 0.016246 0.023818 0.01591 0.010926 0.010122 -0.015271 -0.00129 0.032932 -0.013484 -0.005584 -0.011957 0.012543 -0.000345 0.063025 0.005915 -0.018418 0.005453 -0.004046 -0.007395 0.00848 -0.014088 0.006971 -0.022101 -0.005788 0.002172 0.0101 -0.006125 -0.030376 -0.005126 0.000362 -0.005528 -0.023446 -0.031655 -0.000858 -0.015582 -0.03293 0.024111 0.028279 0.009977 0.023291 -0.022891 0.006631 0.005298 -0.005859 0.038404 0.0013 0.035922 0.054335 0.02256 0.007389 -0.002351 -0.038195 -0.031741 -0.023175 -0.004274 0.016519 -0.020504 -0.015229 0.009091 -0.005649 0.028788 -0.024554 -0.028575 -0.014325 -0.026144 -0.018476 0.003348 0.001644 0.018772 -0.002798 0.01024 -0.003004 0.003265 -0.001626 -0.005184 0.018668 0.039765 -0.042619 -0.006851 -0.017992 0.011395 0.014761 -0.022801 -0.002578 0.013701 -0.007366 -0.018651 -0.015434 0.004612 -0.038819 0.006945 -0.062824 -0.011975 0.0044 0.008129 0.009819 0.014446 0.001323\nở 0.060429 0.026625 -0.049144 0.038747 0.009119 0.003214 0.010211 -0.068537 -0.022414 -0.040878 0.042243 -0.055005 -0.02741 0.032721 0.00961 0.001187 0.047048 -0.047272 0.021514 0.013091 -0.050309 0.048756 0.010296 0.015887 -0.028345 0.026367 -0.005099 0.017151 0.056677 0.018633 0.007973 -0.011083 0.03707 -0.013756 0.030311 -0.024558 -0.026757 0.003271 -0.020385 0.05212 0.004914 0.042241 -0.025961 0.011043 -0.022177 -0.030728 0.02 -0.024853 0.023515 0.030147 0.01458 0.053586 0.030763 -0.028468 0.040223 0.030595 -0.02681 0.044821 -0.009277 0.024349 -0.008616 -0.013723 0.012737 0.011457 0.022385 0.011563 0.05268 0.005903 0.010017 -0.002693 0.006249 -0.011788 0.035965 0.002981 -0.023547 0.029946 0.035466 0.036368 0.01852 0.027088 0.026026 -0.01409 -0.021162 0.060708 -0.044039 -0.012114 -0.048822 -0.04021 0.005512 -0.052462 0.010733 0.012899 -0.04086 -0.018267 -0.043441 0.001605 -2.1e-05 0.025343 -0.014628 -0.000831 -0.019872 0.018116 -0.027278 0.008923 0.009614 0.006599 -0.028045 -0.026846 0.085316 0.026277 -0.037516 -0.003017 0.002496 0.006012 0.031402 -0.004837 -0.009006 -0.005283 -0.013545 -0.02065 -0.003703 -0.028413 0.042186 0.004386 -0.017904 0.059636 -0.026652 -0.008094 0.012114 0.007349 0.008663 0.019485 -0.022893 0.01554 0.016363 0.037411 -0.01695 0.054112 0.013628 -0.002892 -0.020777 0.010127 0.03333 0.057999 -0.050637 -0.004082 0.017103 -0.003694 0.002525 0.008406 0.006661 -0.007036 0.040581 0.003368 0.027472 0.01705 0.070062 -0.001563 -0.029228 -0.058521 -0.006429 0.000321 0.008462 -0.022413 -0.009197 0.00652 0.007206 0.00933 0.032515 0.043284 -0.018891 -0.009434 0.001639 -0.006963 -0.035343 0.018876 0.028724 0.010439 -0.015135 -0.029191 0.011025 0.038101 0.024415 -0.005093 0.011006 0.031799 -5.6e-05 -0.015112 -0.051419 -0.070625 0.03084 -0.012073 -0.002916 0.011998 -0.050243 0.010645 0.039724 -0.017625 0.012616 -0.001725 -0.016437 -0.014489 -0.005754 -0.010969 0.005242 -0.05777 0.00374 -0.010834 0.018167 0.013239 -0.032569 0.028225 0.038292 0.005038 0.012898 -0.005378 0.017483 0.003426 0.009608 0.013133 0.056615 0.004235 0.030277 -0.036753 0.010777 -0.014007 0.043455 -0.010049 -0.013202 -0.021301 0.005591 -0.021589 -0.033805 -0.031397 -0.009397 0.018295 -0.0039 -0.06074 -0.004966 -0.012986 -0.014098 0.037222 0.000817 -0.013014 0.002244 -0.001353 -0.004393 0.031183 0.028416 0.026409 -0.016395 0.00731 0.046674 -0.022164 -0.010586 0.001973 -0.040424 0.030806 -0.009641 -0.02905 -0.027804 0.018184 -0.008171 -0.037017 -0.00713 -0.029641 0.020865 0.018045 -0.015623 0.005019 0.006995 -0.016174 0.02198 2.3e-05 0.036768 -0.023669 -0.000172 0.03167 0.035373 -0.027921 0.003933 0.010264 -0.030911 0.002235 -0.029046 0.006136 -0.002303 -0.002162 -0.048103 0.014627 0.034975 -0.016833 0.007539 -0.025893 0.021181 0.045655 -0.000265 -0.028147 0.064118 -0.026809\n` 0.036622 -2.4e-05 -0.036945 0.031244 0.007137 0.037636 0.011294 -0.001793 -0.020757 -0.022387 0.017305 0.016351 -0.006887 -0.019021 0.026357 -0.006528 0.004064 -0.017809 -0.001555 -0.035034 -0.00369 -0.004264 0.003682 0.006561 0.001583 0.023176 -0.000938 -0.016017 -0.012586 -0.011812 0.015842 -0.033502 -0.02444 -0.053364 0.009645 0.014353 -0.030738 0.036781 0.010579 0.018177 -0.020947 0.005056 -0.000555 0.005877 -0.013183 -0.019589 0.022705 0.002357 -0.002417 0.007734 0.012544 0.041345 0.02412 -0.030918 0.03281 0.019107 0.004147 0.017584 -0.012435 0.026324 -0.032354 -0.024213 -0.017851 -0.009873 0.004541 0.013306 0.036501 -0.018147 0.029495 0.013268 -0.048261 -0.004599 0.013157 0.018849 -0.039343 0.001037 -0.03536 0.014162 -0.009417 -0.006694 0.021721 0.004298 -0.002588 0.004861 -0.025917 -0.046214 0.002325 0.018049 -0.013704 0.002012 -0.009069 0.024811 0.001651 -0.010687 0.010273 -0.004365 0.001527 -0.03553 -0.001737 0.002502 -0.018048 -0.002066 0.00334 -0.025189 0.01131 -0.005165 -0.007028 0.010077 0.027789 -0.021181 0.03494 0.00629 0.026943 -0.014306 0.012119 -0.002966 -0.001008 0.001388 -0.011214 -0.037345 0.021255 -0.006009 0.037728 0.0181 0.026842 0.008824 -0.011925 -0.003012 -0.012305 -0.022163 -0.009087 -0.003213 -0.009314 0.022339 -0.027812 0.01014 -0.011341 0.012474 0.001074 0.036291 -0.013856 -0.008374 0.00734 0.034625 -0.013477 -0.032499 0.036777 -0.002322 0.012526 -0.032013 0.008394 0.009368 0.015826 0.027365 -0.010357 0.010838 -0.005613 -0.018508 0.01796 -0.020324 -0.023547 0.025158 0.017032 0.022304 -0.00614 -0.027248 0.008289 -0.015297 0.017472 0.017022 -0.017682 -0.01848 -0.001314 0.035504 -0.010031 -0.019376 -0.009926 -0.0178 -0.03249 -0.014874 0.033503 -0.007818 0.00203 -0.003172 -0.015624 -0.013276 0.015103 0.021009 -0.054547 0.006269 0.004605 0.023386 -0.025411 -0.04354 0.007806 0.035632 -0.022322 0.007615 -0.005392 -0.004625 -0.017788 -0.024131 0.004546 0.026788 0.021792 0.006105 -0.002329 -0.005648 -0.013756 0.021269 -0.016544 -0.003869 -0.007518 0.022555 -0.011815 0.054787 -0.009978 -0.020129 -0.006824 0.002047 -0.005193 0.00248 -0.007018 0.009223 -0.031766 0.00487 -0.00419 0.019063 -0.010733 -0.022655 -0.002612 -0.003277 -0.001466 -0.023003 -0.020102 -0.002295 -0.015105 -0.0168 0.026517 0.019542 0.002787 0.022476 -0.020692 0.014085 0.013406 -0.014142 0.045214 0.008115 0.031496 0.040039 0.024573 0.000606 -0.009839 -0.034307 -0.016614 -0.022531 -0.012851 0.012476 -0.025829 -0.003266 0.008021 -0.009121 0.024607 -0.031367 -0.035262 -0.011944 -0.021834 -0.014307 0.008176 -0.013201 0.012366 -0.009336 0.002774 -0.005129 0.007318 -0.006671 -0.002423 0.021136 0.036421 -0.03532 -0.014664 -0.015454 0.021482 0.0125 -0.022879 -0.009069 0.020211 -0.012802 -0.015197 -0.019638 0.006154 -0.022808 0.00901 -0.051056 -0.022137 0.002607 0.01555 0.015127 0.024314 0.007414\nӣ 0.03887 -0.001548 -0.068717 0.025235 0.013605 0.044233 0.017964 -0.001791 -0.011593 -0.026897 0.046493 0.014099 -0.019027 -0.017541 0.045514 -0.006386 0.022798 -0.035146 -0.015568 -0.054445 -0.014709 0.014938 0.022369 0.02491 0.002873 0.013029 -0.02025 -0.007669 -0.027726 -0.026691 0.036008 -0.028862 -0.026023 -0.042531 0.025453 0.017913 -0.043348 0.059476 0.026046 0.028598 -0.045362 0.035546 0.005178 -0.003984 -0.016488 -0.014909 0.031226 0.013829 0.01155 0.006963 0.013233 0.08168 0.043217 -0.042899 0.030311 -0.002177 -0.006602 0.019773 -0.012586 0.03095 -0.037402 -0.03081 -0.01207 -0.018953 0.013138 0.021003 0.041167 -0.02063 0.034141 0.021492 -0.051153 -0.011062 0.026047 0.018823 -0.046901 -0.014646 -0.030159 0.027345 -0.032592 -0.016501 0.017497 -0.007047 0.005266 0.015171 -0.038117 -0.05901 0.021631 -0.007389 -0.002641 0.008781 -0.013415 0.014803 -0.003163 -0.024717 0.016204 -0.008756 -0.007255 -0.043318 -0.008997 -0.010575 -0.011574 -0.010657 -0.014418 -0.03763 0.007248 -0.017529 -0.020479 0.005627 0.028885 -0.006096 0.051082 0.026473 0.027469 -0.0293 -0.004622 -0.003904 -0.005899 -0.002757 -0.015731 -0.036172 0.020474 -0.003201 0.041254 0.013172 0.029632 0.014339 0.003638 -0.035445 -0.015355 -0.038324 -0.006401 -0.004583 -0.033383 0.02908 -0.006926 0.020401 -0.032251 -0.005567 0.011666 0.053333 -0.014871 -0.011721 0.027133 0.036067 -0.046897 -0.056469 0.04394 0.010578 0.005563 -0.057546 0.006868 0.014223 0.045225 0.014269 -0.016894 -0.00806 -0.006499 -0.024234 0.008059 0.005425 -0.015962 0.004835 0.028934 0.024356 -0.03401 -0.003429 0.02828 -0.020973 0.011251 0.041356 -0.043306 -0.028915 -0.014069 0.025483 -0.020281 -0.034285 -0.010669 -0.024803 -0.028856 -0.020205 0.026649 -0.029664 0.013184 -0.005794 -0.005802 -0.009247 -0.006559 0.02405 -0.064988 -0.007152 0.022267 0.028773 -0.045053 -0.03854 0.011331 0.031528 -0.020008 0.0155 -0.005488 0.012239 -0.035596 -0.041419 0.021645 0.022248 0.01508 0.016689 0.010956 -0.027702 0.005423 0.051539 -0.027882 -0.001385 -0.020014 0.011729 -0.017192 0.087871 0.016073 -0.012992 0.008919 0.004298 -0.009378 0.01136 -0.026081 0.020708 -0.027584 -0.004689 0.005464 0.021824 0.017391 -0.040279 -0.004316 0.013229 0.008888 -0.030083 -0.040216 0.005289 -0.018265 -0.044805 0.032238 0.022673 0.012326 0.040246 -0.024454 0.021787 0.028302 -0.011356 0.045103 -0.002881 0.02234 0.054594 0.02568 -0.011425 0.004446 -0.04888 -0.045384 -0.032239 -0.008555 0.013653 -0.034956 -0.017693 0.000918 -0.001027 0.021785 -0.012746 -0.022826 -0.028165 -0.021174 -0.029184 0.011204 0.010375 0.0126 -0.018499 0.007505 0.009584 0.014287 0.000137 -0.008342 0.008156 0.059583 -0.034693 -0.009809 -0.011083 0.016921 0.029207 -0.018059 -0.000248 0.023868 -0.020108 -0.029354 -0.026308 0.006066 -0.041192 0.001784 -0.070233 0.007588 -0.010989 0.022437 0.016278 0.006737 -0.010499\nძ 0.042218 0.004771 -0.045835 0.028963 0.007698 0.044055 0.010746 -0.004105 -0.023257 -0.034437 0.043808 0.004867 -0.028317 -0.030216 0.036299 -0.008607 0.011533 -0.035353 -0.01128 -0.044098 -0.017807 0.004473 -7.7e-05 0.015708 3.8e-05 0.02349 0.000599 -0.013322 -0.016678 -0.022261 0.026424 -0.045635 -0.016993 -0.047712 0.030649 0.023587 -0.051546 0.057539 0.001268 0.009655 -0.015738 0.022701 -0.00328 -0.003727 -0.024868 -0.01248 0.041853 -0.009178 -0.008723 0.01352 0.008607 0.05991 0.038175 -0.041333 0.050123 0.013206 0.000212 0.042319 -0.011588 0.031193 -0.034227 -0.036153 -0.00377 -0.011676 0.023128 0.020761 0.050886 -0.018011 0.02989 0.013952 -0.049144 -0.014264 0.016592 0.02119 -0.069318 -0.000409 -0.037092 0.04335 -0.026989 -0.024792 0.015836 0.008959 -0.008941 0.011196 -0.030321 -0.057138 0.007167 0.00232 -0.021253 -0.004148 -0.003094 0.048357 0.009907 -0.018842 0.034014 -0.012424 -0.003237 -0.037313 -0.003956 -0.004353 -0.022775 -0.006204 -0.007961 -0.030275 0.018477 -0.014008 -0.014463 0.018878 0.04615 -0.003884 0.050211 0.02791 0.02326 -0.005184 -0.000642 0.007375 -0.011406 -0.003368 -0.014862 -0.057208 0.019041 0.003739 0.053485 0.025047 0.040249 0.011576 0.004677 -0.019991 -0.000694 -0.006644 -0.017233 0.010069 -0.012065 0.026328 -0.028036 0.021316 -0.035627 0.007671 0.013181 0.051481 0.002661 -0.012948 0.021096 0.022019 -0.035064 -0.044287 0.06497 0.018008 0.010159 -0.056876 0.013111 -0.002285 0.03562 0.013414 -0.01012 -0.00624 0.00687 -0.027392 0.00857 -0.021779 -0.027221 0.012739 0.029538 0.025136 -0.019492 -0.003748 0.021609 -0.037209 0.025673 0.020069 -0.034883 -0.023383 -0.004458 0.046046 -0.021405 -0.033425 -0.010353 -0.00998 -0.029566 -0.01581 0.033614 -0.009313 -0.009329 -0.01111 -0.006834 -0.016953 0.01048 0.021858 -0.063837 -0.001971 0.035582 0.02628 -0.035779 -0.035697 0.002825 0.04908 -0.00898 0.007885 0.004883 -0.008259 -0.03988 -0.039317 0.016616 0.021746 0.030846 0.009788 0.01988 -0.014669 0.000644 0.037535 -0.029975 0.004742 -0.012902 0.025472 0.00635 0.079638 0.017626 -0.025859 0.008877 0.007838 0.004523 0.014006 -0.003883 0.013817 -0.028905 -0.00759 0.008315 0.009005 -0.00451 -0.03024 -0.003025 0.002831 -0.007367 -0.034055 -0.03108 0.006479 -0.008048 -0.0477 0.028628 0.019097 0.002281 0.021407 -0.033071 0.009744 0.004496 -0.003536 0.041039 -0.01235 0.039545 0.061553 0.024931 0.013971 0.00244 -0.046497 -0.041193 -0.031893 -0.006209 0.020496 -0.04147 -0.037359 0.015566 -0.008328 0.04255 -0.034068 -0.028012 -0.034815 -0.04402 -0.016704 0.006516 -0.012949 0.024187 -0.008992 0.020264 0.004596 0.012677 -0.006654 -0.001496 0.008689 0.049362 -0.061604 -0.009887 -0.017654 0.026727 0.01608 -0.024084 0.00144 0.012981 -0.004458 -0.032718 -0.017112 0.006696 -0.0494 0.002468 -0.078309 -0.007566 0.018944 0.015844 0.014502 0.029457 -0.004933\nᐃ 0.037849 -0.012287 -0.063168 0.033755 0.010348 0.029406 0.00113 -0.015933 -0.021436 -0.039895 0.036794 0.001859 -0.011339 -0.019882 0.023039 -0.010839 0.010115 -0.027139 -0.018423 -0.044474 -0.016752 0.006102 -0.008972 0.019665 -0.002004 0.000589 -0.001054 -0.009345 -0.007407 -0.033308 0.028871 -0.027673 -0.034937 -0.013928 0.021158 0.014582 -0.020653 0.062465 0.005602 0.021369 -0.035349 0.021015 -0.006367 -0.012013 -0.024109 -0.012242 0.035049 -0.01503 0.002778 0.017362 0.014029 0.039192 0.039038 -0.031577 0.05015 0.004949 -0.011235 0.020152 -0.018896 0.036666 -0.029995 -0.024578 -0.008558 -0.016926 0.018807 0.022152 0.057702 -0.013617 0.018258 0.024696 -0.061185 -0.025125 0.033958 0.033598 -0.04632 -0.008089 -0.03021 0.017262 -0.033632 -0.027443 0.018759 -0.012254 0.014117 0.026923 -0.027036 -0.061151 0.004988 -0.011475 -0.005231 -0.003753 -0.002117 0.026871 0.001223 -0.007506 0.015972 -0.019891 -0.003005 -0.04284 -0.005603 0.005706 -0.015534 -0.01175 -0.005267 -0.031458 0.002173 -0.036577 -0.017102 0.029298 0.052035 -0.00985 0.067331 0.01433 0.032178 -0.006358 0.009283 0.002323 -0.001688 0.014563 -0.017744 -0.034294 0.005771 0.001142 0.041112 0.031464 0.032923 0.013417 -0.009729 -0.010611 -0.021009 -0.025494 -0.02094 -0.003796 -0.019642 0.034498 -0.000948 0.024764 -0.044624 -0.010776 0.018796 0.068284 -0.002763 -0.009818 0.030543 0.021742 -0.050628 -0.072935 0.054604 0.022875 0.009766 -0.055765 -0.000285 0.009429 0.026519 0.02641 -0.005822 0.01168 0.010836 -0.030517 0.01142 -0.016195 -0.012703 0.025259 0.025982 0.0275 -0.021542 -0.012359 0.013327 -0.018463 0.032914 0.01839 -0.043996 -0.026164 -0.015192 0.043023 -0.020191 -0.037477 0.007415 -0.014806 -0.030559 -0.035897 0.040972 -0.032137 -0.000336 -0.016877 -0.014434 0.003515 0.009071 0.013931 -0.050696 0.007109 0.027607 0.036631 -0.031978 -0.034775 -0.000515 0.034543 -0.012689 0.02228 0.019479 0.003795 -0.022469 -0.030799 0.020437 0.012806 0.026874 0.012325 -0.004911 -0.015771 0.001514 0.036185 -0.007303 0.007964 -0.001485 0.026129 0.006308 0.059937 0.024239 -0.034827 0.016563 -0.010833 0.015618 0.009201 -0.004545 -0.006871 -0.007677 -0.01716 0.015842 0.008761 -0.007702 -0.032389 0.007778 0.004376 -0.003492 -0.026687 -0.03655 -0.008964 -0.017649 -0.051313 0.025638 0.036172 -0.002836 0.015818 -0.033938 0.011278 0.005732 -0.006549 0.037744 0.000547 0.032709 0.063252 0.021593 0.007426 0.001014 -0.033827 -0.052262 -0.023791 -0.024459 0.02603 -0.049026 -0.020967 -0.009493 -0.012631 0.029348 -0.017881 -0.037673 -0.013552 -0.043829 -0.006109 -0.004056 0.00829 0.020019 -0.007751 0.030837 0.000972 0.026099 0.019814 -0.014695 0.008065 0.047777 -0.041702 -0.010454 -0.02921 0.01702 0.008057 -0.030528 -0.011438 0.028476 0.005217 -0.016615 -0.000398 -0.010551 -0.037629 0.015727 -0.068439 -0.005004 0.000487 0.002435 0.023265 0.019222 -0.028015\n̍ 0.091797 0.013173 -0.11156 0.032286 0.058981 0.108414 -0.020005 -0.038991 -0.045787 -0.070881 0.110094 0.030432 -0.010681 -0.089029 0.09367 -0.017894 -0.019102 -0.033614 -0.043828 -0.13555 -0.018846 -0.017501 0.029344 -0.004677 -0.019687 0.081166 -0.02118 -0.022475 0.003737 -0.073767 0.015047 -0.075179 -0.042091 -0.065975 0.012462 0.009092 -0.09134 0.093479 0.006082 0.039019 -0.089807 -0.001514 0.043294 0.00516 -0.053013 -0.069234 0.095492 -0.033507 -0.027186 0.034367 0.011932 0.083044 0.080479 -0.060824 0.152234 0.014087 -0.036328 0.035383 -0.043505 0.042597 -0.037838 -0.070071 -0.002393 -0.04619 0.079338 0.032287 0.120945 0.010287 0.065474 0.068759 -0.140917 -0.042371 0.080587 0.056385 -0.142348 0.0192 -0.044668 0.020993 -0.096393 -0.011671 0.035283 -0.005497 0.028983 0.034112 -0.042117 -0.080509 -0.029193 0.013462 0.004417 -0.033669 -0.011216 0.053315 0.022079 -0.031604 0.065305 -0.030807 -0.01504 -0.100418 -0.037717 -0.014398 -0.042675 0.017219 0.032029 -0.035152 0.058848 0.001536 -0.08476 0.041604 0.097991 -0.012189 0.123212 0.06825 0.050437 -0.030777 0.039526 -0.019 -0.004741 0.011834 -0.067799 -0.087366 0.068849 0.027544 0.108165 0.119155 0.081709 -0.015498 -0.015428 0.001189 -0.068062 -0.025319 -0.050289 -0.006993 0.001289 0.075207 -0.079066 0.005953 -0.03603 0.046025 0.034887 0.083872 -0.02029 -0.018068 0.063611 0.035698 -0.095708 -0.111154 0.136321 0.026351 0.058389 -0.077711 0.006068 0.051863 0.079026 0.032956 -0.031894 -0.000733 0.018202 -0.074159 0.030044 -0.037527 -0.09077 0.014886 0.060574 -0.002139 -0.056766 -0.051827 0.040563 -0.0456 0.059248 0.057009 -0.063484 -0.045172 -0.013354 0.105919 -0.035127 -0.071024 0.002596 0.028904 -0.069197 -0.033115 0.08919 -0.002712 0.017078 -0.078041 -0.0311 -0.070481 0.01829 0.051959 -0.094222 -0.00663 0.065622 0.084834 -0.035251 -0.095794 -0.012805 0.125286 -0.084745 0.052961 0.006333 -0.004241 -0.113579 -0.066771 0.017769 0.071652 0.009214 0.010022 0.063625 -0.002688 -0.029886 0.071722 -0.01435 -0.038219 0.012096 0.058232 0.035838 0.127457 0.046543 -0.045708 0.020775 0.0332 0.025248 0.033181 0.042762 -0.022294 -0.106914 -0.015068 0.000191 -0.000633 -0.051809 -0.030031 0.031259 -0.01921 -0.036249 -0.035394 -0.089465 -0.004523 -0.037261 -0.091272 0.056499 0.058178 -0.017438 0.052133 -0.059925 0.071007 -0.018196 0.001095 0.077788 -0.044975 0.06707 0.108774 0.069066 0.047847 -0.035716 -0.107391 -0.073743 -0.055754 -0.00193 0.089625 -0.102282 -0.031657 0.000169 -0.024559 0.057391 -0.065862 -0.060407 -0.060577 -0.070204 -0.036532 0.049467 -0.001072 0.050279 -0.049263 0.048267 -0.000125 0.048099 -0.006017 0.032818 0.040148 0.136165 -0.135904 0.021418 -0.085369 0.034996 0.036663 -0.042044 -0.029015 0.06259 -0.026379 -0.056886 -0.018458 -0.009983 -0.101603 0.070299 -0.185102 -0.032176 0.037155 0.010701 0.03499 0.06333 0.017534\nʌ 0.008506 0.003189 -0.044154 0.02186 0.010657 0.029729 0.015367 -0.007691 -0.006827 -0.015639 0.038177 0.00445 -0.005052 -0.009267 0.019826 0.001879 0.001712 -0.017525 -0.003558 -0.030344 -0.009021 0.002042 -0.005751 0.016703 0.004086 0.009442 -0.004797 0.006476 -0.009578 -0.024266 0.032351 -0.019541 -0.014245 -0.01111 0.000954 0.00861 -0.019017 0.027707 0.015616 0.007504 -0.033998 0.013967 0.010408 0.009866 -0.008268 -0.010952 0.030775 0.007967 0.009627 0.004986 -0.002252 0.034842 0.026103 -0.017912 0.027222 0.008951 0.004152 0.022047 -0.003542 0.019604 -0.017017 -0.017893 -0.007211 -0.008528 0.002669 0.015987 0.035634 -0.016237 0.027439 0.020216 -0.027567 -0.000179 0.011254 0.018434 -0.034426 -0.00925 -0.013891 0.007236 -0.020691 -0.009877 0.017505 -0.00402 0.000562 0.007198 -0.021944 -0.044781 -0.003818 -0.005898 0.007674 0.005087 -0.008691 0.010401 0.00028 -0.0044 0.007113 -0.008134 0.000272 -0.02726 -0.017024 -0.001818 -0.015354 0.001104 -0.010714 -0.018781 0.006956 -0.017455 -0.022601 0.006832 0.021833 -0.005429 0.041306 0.013491 0.020898 -0.003268 0.010068 -0.009475 -0.014115 -0.001907 -0.015295 -0.030461 0.026972 0.005531 0.026435 0.00878 0.021053 0.004439 0.001914 -0.003914 -0.013838 -0.015377 0.002502 0.007212 -0.012394 0.030271 -0.006894 0.012712 -0.020725 0.006979 0.007858 0.030663 -0.003576 0.002289 0.017315 0.012326 -0.02161 -0.042028 0.032221 0.007841 0.014311 -0.044513 0.011869 0.016138 0.028618 0.000231 -0.005855 -0.007945 0.000662 -0.014824 0.007424 0.00167 -0.019028 0.001241 0.02419 0.01374 -0.022358 -0.018507 0.00873 -0.003478 0.011442 0.028429 -0.036066 -0.021168 -0.004564 0.020799 -0.001419 -0.015903 0.005178 -0.011898 -0.018989 -0.001573 0.023611 -0.010692 0.007805 -0.016448 -0.015763 -0.01335 -0.001679 0.003848 -0.029143 -0.008274 0.02369 0.018277 -0.025585 -0.025885 2.6e-05 0.031392 -0.011764 0.011056 -8e-06 0.004745 -0.021681 -0.0157 0.0237 0.013576 0.023024 -0.003679 -0.003697 -0.031465 0.003042 0.028185 -0.01717 0.008879 0.002536 0.020016 -0.000932 0.032547 0.005823 -0.003963 0.016642 0.002966 0.003948 -0.005179 -0.007633 0.008854 -0.018757 0.010678 0.000364 0.007683 0.01233 -0.021622 -0.00829 0.001371 -0.001287 -0.025803 -0.010392 0.004338 -0.014913 -0.024297 0.02106 0.017769 -0.00392 0.020098 -0.012742 0.006974 -0.002401 0.002506 0.02633 0.012712 0.022414 0.03116 0.006436 0.003436 0.001872 -0.024489 -0.021945 -0.010913 -0.018906 0.005165 -0.015368 -0.01286 -0.001069 -0.011297 0.00635 -0.010511 -0.012655 -0.012171 -0.009255 -0.00701 -0.001377 0.013859 -0.003504 -0.015606 0.017767 0.004456 0.002985 -0.006162 0.009954 0.009199 0.030643 -0.025949 -0.013193 -0.000513 0.017274 0.014992 -0.00502 -0.004587 0.023996 -0.004786 -0.014647 -0.016955 -0.003515 -0.024151 0.013885 -0.044195 4.4e-05 -0.001032 0.005114 6.2e-05 0.003906 -0.016\nດ 0.027152 0.002027 -0.037617 0.027399 0.008068 0.032934 0.011091 0.000908 -0.020874 -0.02559 0.026648 0.010732 -0.008332 -0.018746 0.026641 -0.000253 0.005849 -0.021936 -0.007351 -0.033723 -0.017625 0.002755 0.008284 0.013219 0.004415 0.013455 -0.011596 -0.010192 -0.014991 -0.020552 0.019406 -0.025263 -0.016755 -0.033306 0.008986 0.009539 -0.030132 0.034892 0.003742 0.021702 -0.024042 0.012522 0.000273 -0.003197 -0.021645 -0.022999 0.03081 -0.000858 -0.000439 0.014809 0.007829 0.043555 0.030122 -0.030301 0.035321 0.006935 -0.004241 0.017947 -0.009185 0.022814 -0.027248 -0.021967 -0.009246 -0.011963 0.00694 0.020959 0.032383 -0.011577 0.031088 0.012464 -0.04419 -0.009694 0.015102 0.014158 -0.041422 0.000924 -0.022921 0.021696 -0.025956 -0.012064 0.009685 -0.001179 0.005911 0.01266 -0.018207 -0.048479 0.00929 -0.004959 -0.015318 -0.007602 -0.002833 0.020187 0.006274 -0.012708 0.013985 -0.006397 0.002071 -0.037814 0.001258 -0.005213 -0.017655 -0.001123 -0.002514 -0.025834 0.014556 -0.007263 -0.009311 0.002948 0.03156 -0.00023 0.039349 0.014598 0.025679 -0.013411 0.006016 0.004231 -0.005644 0.001042 -0.012655 -0.035597 0.018827 0.001652 0.035181 0.018829 0.025085 0.012701 -0.008875 -0.013827 -0.008566 -0.014586 -0.012781 -0.002187 -0.015412 0.02798 -0.021227 0.018189 -0.031019 -0.001315 -0.000114 0.039841 -0.000411 -0.007669 0.006814 0.021932 -0.030641 -0.038536 0.039891 0.007563 -0.001569 -0.037051 0.006626 0.00833 0.030944 0.01651 0.003056 0.005294 -0.002185 -0.019588 0.01125 -0.021989 -0.011726 0.013426 0.021993 0.016384 -0.007787 -0.014466 0.014916 -0.012075 0.021259 0.017883 -0.024995 -0.022102 -0.013656 0.031811 -0.020278 -0.024369 -0.009224 -0.008291 -0.032238 -0.01819 0.031066 -0.00557 0.004466 -0.009839 -0.006039 -0.010734 0.00335 0.016016 -0.051586 0.00033 0.007955 0.021743 -0.032335 -0.029966 0.005025 0.034654 -0.017392 0.01144 0.003667 0.00154 -0.028438 -0.023577 0.01312 0.015895 0.015057 0.017762 0.004071 -0.002137 -0.002939 0.037843 -0.020569 -0.00176 -0.005571 0.012796 -0.00099 0.060007 0.007384 -0.024184 0.009318 -0.001776 -0.007783 0.005518 -0.012479 0.002743 -0.017912 -0.003651 0.000449 0.014993 -0.006328 -0.029361 -0.004204 0.001035 -0.005606 -0.023804 -0.028706 -0.00131 -0.011081 -0.028202 0.026621 0.022254 0.008857 0.027496 -0.024176 0.010548 -0.000304 -0.008033 0.032286 -0.006119 0.035529 0.052604 0.021355 0.007157 -0.000283 -0.034255 -0.028504 -0.014051 0.005409 0.018589 -0.021796 -0.011587 0.005909 -0.009558 0.022908 -0.022591 -0.02593 -0.018384 -0.033515 -0.014016 0.008907 0.000744 0.014102 0.003446 0.007452 -0.001614 0.011126 0.000243 -0.003403 0.011409 0.035172 -0.040304 0.00022 -0.010774 0.009353 0.010322 -0.023731 -0.001968 0.010618 -0.008256 -0.019387 -0.01161 0.005943 -0.035947 0.008283 -0.054523 -0.010867 0.003467 0.014554 0.014151 0.014812 0.001858\nរ 0.024173 0.002906 -0.035525 0.019153 0.009746 0.034431 0.004852 -0.007917 -0.020256 -0.026172 0.034664 0.006605 -0.003551 -0.014102 0.019598 -0.001818 0.00047 -0.021622 -0.003856 -0.036906 -0.014961 0.007331 0.00915 0.009813 -0.001546 0.019831 -0.014761 -0.012373 -0.016222 -0.021589 0.026212 -0.031896 -0.013269 -0.037864 0.006736 0.008623 -0.028173 0.036755 0.004584 0.017196 -0.023908 0.010426 0.00146 -0.004205 -0.01978 -0.016549 0.031903 -0.008838 -0.001396 0.011225 -0.001364 0.041619 0.026363 -0.025946 0.036686 0.007412 0.000247 0.019312 -0.008405 0.019536 -0.028194 -0.021308 -0.003979 -0.014254 0.013452 0.018402 0.035845 -0.019066 0.032749 0.016877 -0.050079 -0.011071 0.017718 0.01755 -0.043026 0.001999 -0.022394 0.014071 -0.029371 -0.009747 0.016329 0.000655 -0.000136 0.013676 -0.013213 -0.04215 0.003722 0.00282 -0.01074 -0.007072 -0.006654 0.018789 0.003424 -0.007678 0.012718 -0.0045 0.001121 -0.038073 0.006953 -0.01071 -0.014008 -0.002629 -0.003809 -0.025371 0.011058 -0.001284 -0.017539 0.003996 0.038234 -0.006098 0.036577 0.016282 0.018485 -0.014981 -0.000457 -0.003491 0.00177 -0.001682 -0.013462 -0.037058 0.030996 -0.00268 0.033326 0.011952 0.03224 0.00596 -0.006684 -0.012256 -0.008426 -0.013435 -0.007766 -0.009749 -0.01493 0.03203 -0.024402 0.011378 -0.024759 -0.000887 0.00615 0.036976 -0.010735 -0.005307 -0.002452 0.021875 -0.038202 -0.043281 0.043506 0.009169 0.008397 -0.036664 0.00352 0.003203 0.025934 0.01755 0.00232 0.007439 -0.002202 -0.024231 0.015847 -0.023815 -0.013692 0.015457 0.022213 0.013859 -0.010559 -0.014007 0.024996 -0.013614 0.01962 0.016657 -0.026165 -0.018359 -0.012559 0.035286 -0.01745 -0.012986 -0.006045 -0.009331 -0.040168 -0.020316 0.033808 -0.007032 0.006532 -0.016624 -0.005404 -0.011871 0.00622 0.014987 -0.049405 -0.000286 0.013459 0.018886 -0.033918 -0.028482 0.006136 0.034665 -0.021016 0.017954 0.00395 -0.002447 -0.021335 -0.021766 0.015189 0.017029 0.018457 0.017583 0.01186 -0.001335 -0.009018 0.029218 -0.018341 -0.008961 -0.005146 0.01484 -0.002283 0.047037 0.010441 -0.01411 0.007708 0.001909 -0.002398 0.006788 -0.004655 0.001046 -0.020406 -0.002081 0.000104 0.014214 -0.003418 -0.018037 -0.013743 -0.002278 -0.001957 -0.028018 -0.027738 -0.001147 -0.017371 -0.029481 0.023223 0.019748 0.011836 0.022796 -0.026037 0.015874 -0.00541 0.003415 0.028236 -0.004791 0.029751 0.052198 0.016953 0.005033 0.000359 -0.030841 -0.026008 -0.014495 0.005017 0.020464 -0.020036 -0.007528 0.004622 -0.011133 0.024491 -0.023063 -0.027546 -0.023778 -0.022575 -0.022908 0.005996 -0.002071 0.017188 -0.000666 0.009561 -0.001112 0.004098 -0.002819 0.004716 0.019031 0.037695 -0.048758 -0.002178 -0.014658 0.018989 0.015653 -0.016683 -0.011202 0.017306 -0.01015 -0.019269 -0.008501 0.003279 -0.035509 0.007656 -0.05991 -0.012408 0.007414 0.009798 0.012317 0.017122 -0.002388\nġ 0.035937 0.00423 -0.062767 0.039664 0.013589 0.033872 0.004483 0.007464 -0.025502 -0.034685 0.038218 0.00772 -0.012833 -0.030526 0.027508 -0.008585 0.008335 -0.022936 -0.006203 -0.042274 -0.021099 -0.003747 0.000526 0.023448 0.009404 0.017832 -0.00985 -0.015084 -0.021516 -0.027775 0.024502 -0.039426 -0.020416 -0.048461 0.025611 0.015381 -0.037276 0.051272 0.003465 0.027832 -0.032165 0.016743 -0.008405 -0.002101 -0.033407 -0.021097 0.034945 0.001239 0.004218 0.016309 0.007135 0.059811 0.044607 -0.039327 0.047747 0.015872 -0.008936 0.025701 -0.025397 0.033231 -0.02962 -0.038928 -0.013088 -0.019455 0.016883 0.030069 0.04992 -0.022664 0.04162 0.017394 -0.061346 -0.008204 0.019654 0.01703 -0.057613 0.002977 -0.038206 0.036342 -0.034241 -0.024363 0.008985 0.000987 0.001952 0.021247 -0.033991 -0.060026 0.008676 -0.011109 -0.028032 -0.005704 -0.007439 0.036268 0.004172 -0.01126 0.016484 -0.016602 -0.006506 -0.0474 -0.002865 0.001004 -0.018445 0.002835 -0.002424 -0.039784 0.017754 0.006206 -0.021822 0.007093 0.037266 -0.01222 0.046304 0.024606 0.026434 -0.017892 0.008744 0.005404 -0.013412 0.005282 -0.003855 -0.043433 0.023708 -0.002569 0.0403 0.019464 0.038682 0.016418 -0.021435 -0.028918 -0.01389 -0.019032 -0.022098 -0.005504 -0.018726 0.045034 -0.016031 0.02534 -0.029339 0.00754 0.003311 0.062076 -0.008675 -0.010837 0.022265 0.028108 -0.044058 -0.054965 0.05679 0.019238 -0.002294 -0.038424 0.015794 0.006456 0.042532 0.025026 -0.004564 0.010508 -2.1e-05 -0.030649 0.008715 -0.023361 -0.023691 0.014174 0.029457 0.017601 -0.016894 -0.019495 0.027464 -0.017652 0.028629 0.019402 -0.037757 -0.032653 -0.016567 0.033902 -0.02133 -0.029664 -0.016473 -0.017093 -0.040784 -0.016766 0.035728 -0.020755 0.000717 -0.002868 -0.013419 -0.014537 0.002129 0.023661 -0.072016 -0.000801 0.005661 0.030459 -0.048886 -0.03486 0.012505 0.055501 -0.021131 0.010135 0.008505 -0.002747 -0.036191 -0.032362 0.014117 0.032114 0.016884 0.018731 0.011458 -0.013121 -0.012017 0.045902 -0.016458 -0.004853 -0.00874 0.010754 -0.006092 0.082591 0.014051 -0.019506 0.007632 -0.002771 -0.005066 0.013738 -0.014063 0.010045 -0.026237 0.001555 0.003848 0.023411 -0.013108 -0.030006 0.004542 0.006453 0.008794 -0.023279 -0.049786 -0.012413 -0.020342 -0.042913 0.029419 0.027617 0.013755 0.031016 -0.031235 0.007148 0.009022 -0.018512 0.038035 -0.004741 0.04913 0.065095 0.034335 0.006674 -0.004392 -0.054633 -0.037868 -0.025775 0.002263 0.025321 -0.036927 -0.013712 0.006056 -0.021796 0.028452 -0.030847 -0.037251 -0.024531 -0.033931 -0.014105 0.009929 -0.003616 0.01732 0.003419 0.009949 -0.003474 0.007967 0.006289 -0.006078 0.01697 0.047384 -0.053695 0.00285 -0.0196 0.007962 0.012082 -0.016161 -0.002343 0.025192 -0.004625 -0.02255 -0.02572 0.005769 -0.042819 0.007995 -0.069749 -0.008477 0.007401 0.001342 0.024243 0.027142 0.006806\nܥ 0.029606 -0.006569 -0.048643 0.025789 0.004726 0.044945 -0.010521 -0.00799 -0.014188 -0.03269 0.039466 0.026834 -0.013766 -0.032448 0.026335 -0.006215 0.01303 -0.007582 -0.005318 -0.052827 -0.019805 -0.009412 0.008898 0.022161 0.000284 0.018414 -0.027785 -0.018721 -0.018284 -0.024049 0.025718 -0.027978 -0.01719 -0.045939 0.029075 0.007955 -0.035355 0.051217 0.012515 0.012273 -0.020434 -8.2e-05 0.004999 0.003017 -0.04722 -0.02161 0.031637 -0.003278 -0.004951 0.02171 0.004136 0.051472 0.039029 -0.04202 0.040926 0.001652 -0.024852 0.022193 -0.006628 0.017111 -0.035683 -0.026407 -0.006251 -0.004947 0.011941 0.023 0.031714 -0.002663 0.057753 0.026534 -0.045342 -0.009422 0.015168 0.025181 -0.057947 0.012109 -0.036646 0.016982 -0.057641 -0.010427 0.011643 -0.01417 -0.018712 0.025682 -0.024863 -0.05888 0.001499 0.014386 -0.033205 -0.010448 -0.008829 0.019852 0.012005 -0.011323 0.027374 -0.014946 -0.011998 -0.035682 -0.007295 0.000982 -0.031499 0.001868 -0.004164 -0.016982 0.02281 -0.015058 -0.020216 0.013461 0.045211 -0.010495 0.045034 0.044661 0.013978 -0.015854 0.010622 0.003721 0.005809 0.001166 -0.022494 -0.03417 0.017226 0.012045 0.028711 0.035322 0.055768 0.005763 -0.004331 -0.01175 -0.029797 -0.035105 -0.020228 0.013059 -0.036068 0.025917 -0.022733 0.003187 -0.015897 0.020383 0.008677 0.049616 0.003719 -0.014979 0.005104 0.019392 -0.059222 -0.064975 0.058836 0.013985 0.002998 -0.054556 -0.003181 0.012321 0.036839 0.027652 -0.00932 0.00213 0.007872 -0.018794 0.025668 -0.025038 -0.028595 0.011271 0.011354 0.030455 -0.020315 -0.000234 0.027261 -0.034436 0.027794 0.024382 -0.008393 -0.023738 -0.017082 0.034651 -0.013801 -0.020316 -0.001009 -0.011552 -0.052676 -0.002975 0.033579 -0.008849 -0.002966 -0.01502 -0.000602 -0.018519 -3.2e-05 0.015587 -0.067639 -0.00211 0.003633 0.022193 -0.0453 -0.029954 0.012463 0.0428 -0.024445 0.013476 0.004353 0.006765 -0.052997 -0.048667 0.023336 0.041188 0.008962 0.024414 0.016928 -0.004424 -0.005137 0.050708 -0.03777 -0.019643 -0.010202 0.01009 0.004175 0.07969 -0.007719 -0.013392 0.003396 0.022887 -0.000147 -0.001934 -0.013979 0.010819 -0.02285 0.005231 -0.000942 0.024892 -0.011959 -0.017785 0.001766 -0.012769 -0.00209 -0.037466 -0.054766 -0.008452 -0.016345 -0.041832 0.027791 0.009868 0.021205 0.021721 -0.023044 0.001394 0.016976 -0.003744 0.028113 -0.002667 0.039305 0.031052 0.035996 0.01382 -0.003373 -0.045848 -0.027038 -0.019079 -0.009632 0.016119 -0.04293 -0.009492 0.001952 -0.013286 0.037145 -0.025033 -0.044169 -0.012059 -0.017931 -0.024763 0.003041 -0.001182 0.037382 0.012062 0.010069 -0.007724 0.001702 0.008896 -0.002862 0.010314 0.05796 -0.057264 0.012328 -0.038022 0.01914 0.015575 -0.012422 -0.009328 0.011082 -0.006859 -0.02093 -0.019159 -0.004343 -0.030949 0.011354 -0.082919 -0.005187 0.014063 0.020763 0.032432 0.026462 0.004163\nڤ 0.030372 -0.001362 -0.049801 0.011307 0.01516 0.033632 0.001329 -0.008271 -0.026944 -0.03978 0.026224 -0.002308 -0.006994 -0.037649 0.029433 -0.002826 -0.002186 -0.02483 -0.011885 -0.041983 -0.013692 0.007284 0.017854 -0.002055 0.000935 0.018006 -0.011306 -0.008386 -0.003304 -0.031818 0.021735 -0.016177 -0.021382 -0.030724 0.00524 0.011965 -0.038534 0.038013 0.010733 0.015133 -0.029848 0.005493 -0.000437 -0.007896 -0.021365 -0.015865 0.046023 -0.008406 -0.005423 0.01633 -0.003952 0.032635 0.029935 -0.025641 0.053217 0.006258 -0.00287 0.016103 -0.017351 0.021608 -0.031614 -0.023058 -0.005939 -0.004078 0.027573 0.016347 0.041266 -0.007171 0.03143 0.02293 -0.050457 -0.015764 0.028851 0.030061 -0.055993 0.002717 -0.027875 0.016027 -0.026518 -0.012287 -0.000307 -0.009854 0.009268 0.009035 -0.017289 -0.037543 -0.003419 -0.00684 -0.009879 -0.008013 0.006052 0.0373 0.009054 -0.017351 0.002961 -0.003319 -0.000779 -0.04608 -0.001139 -0.020675 -0.012354 0.021726 -0.001886 -0.027444 0.018487 -0.008227 -0.014651 0.033916 0.039094 0.000822 0.047541 0.029765 0.017194 -0.013877 0.012972 0.005275 -0.01035 -0.002229 -0.016886 -0.048142 0.011394 0.007106 0.037821 0.041151 0.04166 0.001364 -0.016829 -0.009211 -0.009191 -0.017228 -0.009394 -0.00436 -0.017326 0.017349 -0.020431 -0.000551 -0.024723 0.003924 0.018465 0.042694 -0.004883 0.003367 0.014974 0.015557 -0.033583 -0.043381 0.050389 0.013055 0.014159 -0.031061 0.008386 0.023829 0.032832 0.025119 0.001281 0.005286 0.016115 -0.020919 0.009502 -0.026605 -0.025668 0.014567 0.019217 -0.001422 -0.011077 -0.011754 0.021344 -0.001144 0.013489 0.020969 -0.032267 -0.017114 -0.013207 0.051052 -0.019908 -0.025776 0.001887 0.001437 -0.028925 -0.016624 0.033593 -0.02246 0.023168 -0.021218 -0.000277 -0.021206 0.002769 0.025639 -0.048018 0.004202 0.019293 0.034241 -0.028338 -0.029882 -0.003129 0.029933 -0.016569 0.014758 0.00456 -0.013056 -0.027698 -0.023013 0.005527 0.030879 0.008829 0.005777 0.014375 -0.006216 -0.010955 0.03163 -0.022612 -0.000197 -0.011704 0.027771 0.021512 0.053137 0.009781 -0.033256 -0.000828 0.003707 0.003049 0.011616 0.009341 0.003547 -0.022575 0.003759 0.009792 -0.00013 -0.012334 -0.016164 0.003343 -0.012948 -0.005422 -0.016682 -0.032139 0.006891 -0.015581 -0.033427 0.020251 0.028957 -0.003005 0.013144 -0.012219 0.023354 0.003528 0.007263 0.036755 -0.005481 0.031116 0.047837 0.010962 0.013277 -0.010202 -0.044316 -0.025001 -0.01499 -0.004651 0.030335 -0.027399 -0.016359 0.004926 -0.014921 0.023731 -0.030461 -0.026325 -0.011085 -0.012849 -0.024534 0.019548 -0.003023 0.024175 -0.008573 0.019141 0.003328 0.019855 0.002565 0.016082 0.02764 0.043876 -0.044843 0.001115 -0.023299 0.016617 0.011462 -0.032198 -0.020384 0.026197 -0.006899 -0.020888 -0.007707 0.012693 -0.037148 0.012477 -0.061187 -0.012105 0.008454 0.001427 0.014006 0.030542 -0.000703\nদ 0.026269 0.007995 -0.057494 0.007251 0.01566 0.033934 -0.003784 -0.006904 -0.014961 -0.025388 0.038092 0.011457 -0.013787 -0.020917 0.041821 -0.004955 0.00942 -0.017032 -0.01389 -0.049913 -0.012323 -0.001498 0.01055 0.009382 0.009664 0.013484 -0.007947 -0.023046 -0.020684 -0.042023 0.021979 -0.037178 -0.028056 -0.046327 0.002874 0.012633 -0.031819 0.044377 0.005675 0.018115 -0.034419 0.011255 0.007652 -0.0032 -0.039461 -0.016726 0.034011 -0.001771 -0.000784 0.008926 -0.003645 0.05342 0.029381 -0.033319 0.034275 0.005317 -0.013642 0.018887 -0.005017 0.023956 -0.039519 -0.019645 0.002872 -0.010323 0.014523 0.028282 0.043635 -0.001587 0.040548 0.016609 -0.06109 0.006683 0.02248 0.024848 -0.042354 0.001471 -0.033614 0.028645 -0.043064 -0.015531 0.017386 -0.001513 -0.000807 0.003392 -0.020294 -0.039594 0.002167 -0.011413 -0.021278 -0.001057 -0.023812 0.018093 0.022283 -0.006211 0.027504 0.006338 -0.015113 -0.043107 0.00128 0.001129 -0.025574 0.005406 0.004623 -0.044089 0.004545 0.00285 -0.015133 0.006194 0.033122 -0.008752 0.044811 0.026668 0.026806 -0.030502 0.008644 -0.007575 -0.005545 -0.008126 -0.019827 -0.034313 0.051644 0.012822 0.034075 0.022916 0.025156 0.013735 -0.016256 -0.006128 -0.008528 -0.031913 -0.018981 0.000345 -0.007393 0.038649 -0.008868 0.005879 -0.034084 0.013729 0.012153 0.046977 0.002137 -0.012989 0.001708 0.020628 -0.039719 -0.055121 0.058683 0.023605 0.001207 -0.048113 -0.005359 0.012719 0.035406 0.018232 0.012137 0.007069 0.009874 -0.01955 0.01429 -0.020273 -0.03573 0.016964 0.024909 0.019843 -0.006618 -0.023978 0.015249 -0.019452 0.021615 0.011859 -0.021778 -0.006717 -0.013643 0.035204 -0.029997 -0.020471 -0.009841 -0.001487 -0.040003 -0.023089 0.032084 -0.018557 0.011388 -0.02359 -0.003972 -0.015034 0.014778 0.032685 -0.046558 0.011033 0.024596 0.020661 -0.032257 -0.038007 0.002343 0.042302 -0.016238 0.007391 0.006662 -0.006568 -0.035807 -0.036811 0.017859 0.035322 0.018245 0.014835 0.022213 -0.012908 -0.015095 0.044337 -0.021625 -0.012411 -0.003918 0.010629 -0.006055 0.06955 0.018182 -0.023194 0.021986 0.002429 -0.007645 -0.013176 -0.008655 0.012658 -0.037347 -0.006117 -0.0055 0.022929 -0.010991 -0.029419 -0.007552 0.000732 -0.000247 -0.027475 -0.045298 -0.020906 -0.023672 -0.036634 0.021696 0.018384 0.005338 0.024094 -0.029061 0.021177 -0.001196 0.001322 0.035388 -0.00988 0.039305 0.057694 0.016101 0.006994 6.2e-05 -0.034588 -0.02862 -0.031889 -0.012822 0.031118 -0.028462 -0.00685 -0.005646 -0.016627 0.029334 -0.031207 -0.038823 -0.018903 -0.033998 -0.017647 0.012509 0.005441 0.019959 0.013686 0.017257 -0.000384 0.01024 -0.005282 -0.001865 0.020382 0.054116 -0.054512 -0.001311 -0.010239 0.025568 0.023755 -0.019063 -0.006812 0.025043 -0.005694 -0.016671 -0.008564 -0.000774 -0.041356 0.015739 -0.074276 -0.009689 0.003214 0.005242 0.02209 0.014929 0.011845\nನ 0.022356 0.000718 -0.055155 0.01332 0.013939 0.038672 -0.003064 -0.019474 -0.020254 -0.029247 0.056722 0.01995 -0.004986 -0.030311 0.023416 -0.002372 0.005621 -0.018949 -0.022604 -0.063016 -0.03255 0.006589 0.001606 0.008045 0.008852 0.017785 -0.010861 -0.007925 -0.017207 -0.033556 0.037549 -0.031426 -0.017253 -0.025898 -0.000249 0.01225 -0.033954 0.052152 0.016841 0.021546 -0.043894 0.000558 0.020697 0.008584 -0.024077 -0.017951 0.048978 -0.004893 -0.010287 0.007458 -0.002059 0.054771 0.039389 -0.036729 0.037427 0.013795 -0.007023 0.028661 -0.001744 0.024052 -0.034531 -0.032682 -9.9e-05 -0.029225 0.028026 0.023797 0.033421 0.007391 0.046841 0.018716 -0.051368 -0.006301 0.020856 0.023335 -0.05704 0.005787 -0.036562 0.010956 -0.044327 -0.018356 0.015723 -0.013853 0.003341 0.010642 -0.027864 -0.050644 0.000156 -0.014383 -0.002138 0.007134 -0.011349 0.019748 0.00311 -0.020071 0.019739 -0.015364 -0.007846 -0.040749 -0.003799 -0.014906 -0.027835 0.005705 -0.009715 -0.017343 0.017356 -0.017838 -0.02363 0.01497 0.045519 0.000298 0.052644 0.028971 0.036089 -0.013379 0.009783 -0.000406 -0.00283 -0.005973 -0.013214 -0.045644 0.026406 0.006514 0.041967 0.035667 0.034857 0.012125 -0.003739 -0.012361 -0.011262 -0.016999 -0.016331 -0.007541 -0.021056 0.040949 -0.021712 0.011445 -0.033863 0.003333 0.006786 0.046847 -0.004878 -0.008685 0.007337 0.01251 -0.041615 -0.049846 0.052472 0.018166 0.008454 -0.048048 -0.009079 0.021522 0.045922 0.014371 -0.010129 0.002181 0.003907 -0.030062 0.014445 -0.0065 -0.033273 0.000587 0.027247 0.011923 -0.02517 -0.017134 0.020043 -0.020549 0.023234 0.02508 -0.045992 -0.03092 -0.018915 0.040426 -0.006074 -0.021883 -3.9e-05 -0.003614 -0.040661 -0.020459 0.031039 -0.012302 0.011257 -0.023299 -0.001583 -0.01499 0.00295 0.022728 -0.049983 -0.005173 0.038464 0.025137 -0.038363 -0.0453 0.011182 0.03099 -0.010742 0.008251 -0.001548 0.011888 -0.036607 -0.046356 0.027554 0.026102 0.021865 0.009315 0.021188 -0.022677 0.005547 0.057417 -0.021551 -0.008716 -0.000119 0.023175 0.010424 0.076112 0.019762 -0.016591 0.015616 0.004676 -0.00042 -0.003298 0.010932 -0.003845 -0.030071 0.005807 -0.007021 0.008837 -0.004707 -0.028482 -0.011057 -0.008629 0.003206 -0.032691 -0.033015 -0.00339 -0.003267 -0.038839 0.037446 0.030163 0.003391 0.025 -0.021037 0.019967 -0.001941 -0.003391 0.030359 0.006896 0.040403 0.057003 0.0161 0.00877 0.009022 -0.0466 -0.028086 -0.017374 -0.0048 0.027314 -0.02715 -0.028833 0.005762 -0.007963 0.035647 -0.011528 -0.024325 -0.022002 -0.033459 -0.032996 0.009043 0.011986 0.010817 -0.004297 0.01157 0.012789 0.014439 -0.013034 0.012715 0.018975 0.053671 -0.036065 0.001814 -0.016722 0.016459 0.020098 -0.016948 -0.007368 0.041967 -0.011916 -0.025402 -0.004649 0.002154 -0.038277 0.014752 -0.078699 -0.002335 -0.004148 0.013001 0.014766 0.014217 0.005585\nါ 0.022509 -0.002382 -0.019656 -0.028789 0.017224 0.040045 -0.009742 -0.003549 -0.017297 -0.034458 0.036521 0.005822 0.009517 -0.015421 0.035567 -0.021595 0.013665 0.00145 -0.016189 -0.046336 -0.026705 -0.005166 0.009243 -0.015174 -0.032475 0.014778 -0.019107 -0.021895 0.006957 -0.010463 -0.025055 0.001437 -0.011469 -0.019283 0.015472 -0.007591 -0.014575 -0.008454 -0.000479 0.022296 -0.024493 0.000395 0.000478 -0.006623 -0.025269 -0.027093 0.038488 -0.029173 -0.019306 0.011444 -0.007156 0.031443 0.001272 -0.030645 0.022347 0.005817 -0.024235 0.011107 -0.022278 0.001984 -0.031704 -0.020513 0.002808 -0.000921 0.021215 0.012573 0.011369 0.022062 0.031252 0.004182 -0.027695 -0.020651 0.016112 -0.003608 -0.018717 -0.000144 -0.020424 0.021396 -0.057517 0.010213 -0.00936 0.005286 -0.017778 0.010967 -0.037164 -0.02236 -0.00498 -0.001513 -0.001756 -0.003714 -0.008141 0.025647 0.01004 -0.025548 0.011579 -0.03133 -0.03696 -0.033737 0.001087 -0.006976 -0.02675 0.011692 0.020069 -0.018274 0.022357 0.003286 -0.012625 0.006431 0.052534 -0.010881 0.029544 0.047937 -0.001802 -0.013137 0.042384 0.015523 0.003225 -0.009329 -0.017583 -0.00499 0.010718 0.000521 0.032979 0.065204 0.048665 -0.014264 0.002079 0.017862 -0.037777 -0.026429 0.006968 -0.007437 -0.012641 0.039973 -0.009482 -0.026152 -0.001745 0.029187 0.030935 0.02524 -0.002714 0.006151 0.012623 0.004659 -0.039378 -0.031667 0.059537 0.009896 -0.025248 -0.015764 0.013428 0.020817 0.021591 -0.011996 -0.000135 -0.003216 0.013529 -0.014084 0.017184 -0.037923 -0.023746 0.011079 0.018471 -0.011395 -0.032408 -0.009415 0.02154 -0.018766 0.002065 0.017806 0.012992 0.002657 -0.015372 0.007181 -0.01008 -0.016968 0.020283 -0.005884 -0.044273 0.001993 0.007587 -0.017005 0.009294 -0.028611 -0.00254 -0.037557 0.00449 0.013789 -0.011805 -0.002489 -0.019061 0.027316 -0.047549 -0.012974 -0.019112 0.037336 -0.010318 0.011318 -0.034672 -0.014509 -0.042745 -0.048887 0.018245 0.044303 -0.011632 0.007206 0.036693 0.024953 -0.008673 0.012476 -0.025281 -0.010348 0.002779 -0.012018 0.020459 0.039018 -0.012912 -0.036038 -0.007674 0.058566 0.020054 0.000184 0.005808 0.004498 -0.01552 -0.019581 -0.008543 -0.003254 -0.029273 -0.000394 -0.011641 -0.007229 -0.001061 -0.009515 -0.054788 -0.009761 -0.018567 -0.004752 0.020167 0.004095 0.022603 0.010186 -0.025301 0.015716 0.019536 0.00178 0.011662 -0.026249 0.023438 -0.004231 0.049011 0.008981 0.002671 -0.008167 0.000966 0.000475 -0.020384 0.043171 -0.00761 0.013091 0.007505 0.006844 0.028177 -0.023137 -0.012394 0.001743 -0.023837 -0.023175 0.025177 0.004372 0.037675 0.019088 0.036106 -0.016385 0.049796 0.015059 0.038428 0.017931 0.079437 -0.057851 -0.011196 -0.023456 0.043014 0.029344 0.008729 -0.032626 0.033823 0.002006 -0.001568 -0.015552 -0.01442 -0.023872 0.001734 -0.08779 -0.000963 0.020641 -0.016985 0.005235 0.012745 -0.001922\nȷ -0.142072 0.074475 0.133929 -0.043456 0.05851 0.026987 0.080946 0.02029 0.055792 -0.031749 0.016911 0.070193 0.009008 0.024985 0.053791 -0.06331 0.020622 -0.054706 0.074813 0.051786 0.03939 -0.110064 -0.173406 -0.064896 -0.003205 -0.084411 -0.02966 -0.044534 0.043925 -0.086249 0.04762 -0.003195 -0.028429 -0.019122 -0.134286 0.10147 0.086116 -0.017519 0.116202 -0.061939 -0.071727 0.07736 0.02339 0.105293 0.120214 0.089619 -0.019698 0.081747 -0.0099 -0.067105 -0.014852 0.072946 -0.052437 -0.006708 0.006842 0.079158 0.10582 0.033439 0.056486 -0.009234 -0.110114 -0.018501 -0.100213 0.116235 -0.030359 0.084378 0.111278 -0.086392 -0.064494 0.127743 -0.006036 -0.062917 -0.079445 0.081648 0.035609 -0.036381 0.039573 -0.089206 0.12028 0.021922 0.09892 0.014888 -0.12331 0.014628 -0.049126 -0.119409 0.0636 -0.013423 0.093611 0.132473 -0.003916 -1.1e-05 0.021582 -0.012256 0.044287 -0.083424 0.118496 0.009431 -0.081665 -0.03286 -0.141307 -0.02617 -0.032394 0.015074 -0.023336 0.083434 0.070723 0.043644 -0.077215 0.006609 0.094255 -0.125537 0.039447 0.103957 0.024344 -0.068243 -0.092033 -0.076125 -0.123238 0.077296 0.07235 -0.042092 -0.039855 -0.051304 -0.064437 -0.10963 0.08514 0.160145 0.057116 0.016017 0.174116 0.134036 0.106293 0.012196 0.064029 -0.039329 0.013442 0.146614 -0.004065 0.033255 -0.004836 0.027912 -0.040891 -0.052163 0.155253 -0.007623 -0.06501 -0.121841 0.1162 -0.025136 0.099455 -0.028959 -0.005524 0.094284 0.068275 0.053798 -0.084229 -0.089246 0.07233 0.04812 -0.111272 0.013151 0.086403 -0.07519 0.034805 -0.040631 -0.007765 -0.000422 -0.026033 0.205857 0.052509 0.010193 0.054519 -0.061849 0.151272 -0.02901 0.0326 0.012708 -0.10751 0.139412 0.060915 0.012744 0.035954 0.091952 -0.178813 -0.090698 0.010463 0.019624 0.132201 0.065953 -0.017399 0.088703 -0.025705 -0.047321 -0.005519 -0.00719 -0.129939 0.077926 0.024422 -0.02199 0.000401 0.08851 0.091123 0.070716 0.013283 -0.139155 -0.051962 -0.107687 -0.019849 -0.076793 0.043998 0.010074 -0.036338 0.13588 -0.03017 -0.21006 -0.067918 0.120891 0.006727 0.001852 -0.073471 -0.091325 0.089368 0.080057 -0.120374 0.146487 -0.050601 -0.051864 0.089923 0.040515 -0.035644 0.022797 0.034562 -0.140674 0.048332 0.008825 -0.068475 0.142614 -0.116438 -0.081303 0.0699 0.068553 0.038405 0.059576 -0.066579 -0.097775 -0.046589 0.169344 0.033267 -0.084699 -0.064672 -0.079078 -0.138294 0.09423 0.065243 0.051279 -0.047592 -0.046989 -0.10071 0.116846 0.033755 -0.020017 -0.06771 0.005364 -0.016559 0.03928 -0.069508 0.128394 -0.049321 0.035781 -0.024979 -0.015673 0.050054 0.023283 0.059107 -0.068656 0.082976 0.021748 0.019097 0.020963 -0.006273 0.102594 0.083279 0.057442 0.233455 -0.025679 -0.014643 -0.004044 0.039524 0.021368 -0.006538 0.077268 -0.058589 -0.003221 -0.078906 0.059073 -0.017974 -0.135291 -0.063895 -0.206723\nƶ 0.024097 -0.012142 -0.027126 0.002553 0.011004 0.028401 -0.001542 -0.01058 -0.028712 -0.02113 0.021074 -0.019555 -0.011122 -0.017729 0.005859 0.00848 0.012767 0.006905 -0.001126 -0.026394 -0.01645 0.010974 -0.011125 0.024563 0.010075 -0.004528 -0.003074 0.002757 -0.013488 -0.010884 0.00323 -0.018781 -0.017217 -0.013 0.023857 0.007031 -0.02448 0.014564 0.007987 0.011246 -0.017602 0.005952 -0.008688 0.001093 -0.010241 -0.008426 0.017148 0.013482 0.010202 0.018195 0.009478 0.00714 0.011821 -0.031331 0.011067 0.038061 -0.009771 0.022907 -0.008148 0.008195 -0.024836 -0.032009 0.009852 -0.007112 -0.000588 0.022378 0.031153 -0.014767 0.023697 0.017585 -0.01103 -0.0194 0.029969 0.009081 -0.018387 -0.000942 -0.01746 0.024459 -0.000937 -0.001958 -0.002065 -0.003955 -0.006229 0.002198 -0.011231 -0.009453 0.02809 -0.022195 -0.001012 0.007702 -0.018769 0.012623 0.005175 0.002624 0.023289 -0.017489 0.010529 -0.021188 -0.016512 0.003165 -0.018041 -0.000925 -0.004972 -0.003973 0.008237 0.002445 -0.004629 0.009081 0.019255 0.002386 0.032207 0.008774 0.017062 -0.012658 -0.001449 0.014208 -0.010331 0.011302 -0.014608 -0.022757 0.010591 -0.005546 0.023443 0.019529 0.010758 0.010125 0.019326 -0.012039 -0.006978 -0.012622 0.010816 -0.008114 -0.005156 0.012261 -0.005812 0.014744 -0.006602 -0.000167 0.021629 0.011932 0.001039 0.005345 -0.003118 0.024587 -0.025953 -0.02477 0.028531 -0.010264 -0.006332 -0.010175 -0.008283 0.008247 0.015905 0.002055 0.004469 -0.013042 -0.020931 0.005551 0.012805 -0.014373 -0.009665 0.002298 0.005156 -0.004003 -0.007014 0.018874 -0.001256 -0.009591 0.025197 0.006466 -0.026451 -0.014607 -0.006388 0.022474 -0.005231 -1.4e-05 -0.016232 -0.001244 -0.033137 -0.024201 0.020397 -0.011325 0.003322 -0.012086 -0.01445 -0.015326 0.01678 0.005165 -0.027451 0.003346 0.003694 0.021169 -0.007121 -0.014592 -0.019223 0.032892 0.000105 0.006104 0.010848 -0.014105 -0.014686 -0.01706 0.016592 0.009909 0.018349 0.001851 0.029644 -0.02375 0.011216 0.028312 -0.010795 -0.002163 0.01966 0.010126 0.005196 0.050714 0.002425 -0.00989 0.015686 -0.000864 -0.005503 -0.001925 -0.025037 -0.002678 -0.005708 -0.013045 0.003035 -0.008106 0.00049 -0.042178 -0.015398 -0.008855 -0.011374 -0.010872 -0.00678 0.000944 -0.003872 -0.038696 0.015343 0.025755 0.009416 -0.001685 -0.017215 0.010968 0.004418 0.022978 0.026712 0.012742 0.016309 0.038302 0.020544 0.007031 -0.002885 -0.018377 -0.025411 -0.033491 -0.009645 0.031811 -0.020686 -0.012271 0.00156 -0.014103 0.021436 -0.035434 -0.014532 -0.019337 -0.005325 -0.00649 0.013382 -0.016104 0.000936 0.010783 0.006647 0.003829 -0.024269 -0.016699 0.000974 0.009468 0.024759 -0.043985 -0.00696 0.004487 0.013929 0.006398 0.000772 0.003565 0.021178 0.010929 -0.000601 -0.010935 -0.014758 -0.032509 -0.008577 -0.038606 -0.00216 0.009182 0.002442 0.008414 0.021266 -0.006015\n฿ 0.021763 -0.01983 -0.077186 0.031401 0.000317 0.048567 0.032737 -0.022327 -0.034725 -0.000218 0.03542 -0.006319 -0.05766 -0.051853 0.042909 -0.007599 0.011687 -0.030539 -0.004442 -0.100297 -0.051864 0.051033 -0.013752 0.032401 0.013742 0.049534 0.00651 -0.003999 -0.031025 0.005097 0.056836 -0.052748 0.011946 -0.06014 -0.007389 0.059018 -0.08377 0.08096 -0.005727 0.007203 -0.058733 0.008727 0.018484 0.019511 -0.058371 0.00848 0.043759 -0.040048 0.042399 0.023022 0.033356 0.076599 0.101225 -0.060102 0.03046 0.00556 -0.005664 0.025932 -0.041023 0.01708 -0.014393 0.010198 -0.057116 -0.036518 0.028722 0.003434 0.038276 -0.035242 0.020953 0.005018 -0.072751 -0.008412 0.036236 -0.041395 -0.091093 -0.008019 -0.023609 0.04502 -0.008751 -0.022633 -0.013299 -0.008622 0.058701 -0.005377 -0.033104 -0.074627 0.007596 -0.035887 -0.035573 -0.05143 0.002056 0.048806 -0.007116 -0.019633 -0.002122 -0.0394 0.017489 -0.070579 0.021057 0.009407 -0.013596 -0.006583 0.018845 -0.063615 0.040498 -0.004327 -0.041201 0.038703 0.070988 -0.025039 0.070376 0.037846 0.056153 -0.029792 0.034126 0.018222 0.021154 0.028577 0.019024 -0.078336 0.065475 -0.000133 0.070465 0.033322 0.036743 -0.028346 0.014736 0.004149 0.020916 0.035605 -0.031305 0.006578 -0.023943 0.059451 -0.01486 0.020205 -0.002293 -0.0148 -0.013806 0.054394 -0.014905 -0.031071 0.014361 0.074845 -0.014682 -0.110954 0.046004 0.002943 -0.027568 -0.038384 0.016031 -0.004627 0.035892 0.044281 -0.065623 0.014566 -0.00141 -0.028575 0.000541 -0.025789 -0.002099 0.040409 0.054727 -0.003592 -0.050668 -0.00568 0.015916 -0.062923 0.036226 0.035618 -0.080039 -0.070064 0.017417 0.03205 -0.025886 -0.026943 0.01423 -0.052878 -0.019048 -0.038131 0.041886 0.028096 -0.001542 -0.002183 -0.000554 0.008192 -0.038478 0.008402 -0.108276 0.03712 0.018148 -0.005936 -0.058669 -0.070541 -0.034438 0.075468 -0.054633 0.020674 -0.006616 0.033584 -0.036274 0.000159 0.049042 0.057613 0.059315 0.001226 -0.000821 0.004141 0.019628 0.038384 -0.044601 -0.034631 0.019007 -0.012901 -0.009294 0.131969 0.018953 -0.035788 -0.021944 0.034175 0.002402 0.006176 -0.00749 0.05536 -0.071141 0.006011 -0.062034 -0.00991 0.011573 -0.025667 -0.004271 0.022745 0.0048 -0.042171 -0.071446 -0.005432 -0.045547 -0.06822 0.030706 0.035372 -0.008562 0.042586 -0.070993 -0.028006 -0.000859 -0.036918 0.079414 -0.046306 0.06062 0.083212 0.028217 -0.014587 -0.002504 -0.103966 -0.015576 0.017463 -0.002385 -0.015224 -0.071827 -0.02326 0.015338 -0.025973 0.031296 -0.066967 -0.047339 -0.033309 -0.032259 -0.034688 -0.020236 0.021708 0.004578 -0.022409 -0.010135 0.006774 0.028031 0.002032 0.018773 0.045157 0.082434 -0.043382 -0.004969 0.016413 0.034634 -0.007117 -0.073829 0.006724 0.030146 -0.030657 -0.002422 -0.025855 0.064389 -0.057712 0.02019 -0.100924 0.000948 0.033816 0.032983 0.001218 0.051583 0.032183\n͍ 0.030814 0.014546 -0.016007 0.036679 0.012128 0.023361 0.012025 -0.006164 -0.008061 -0.010089 0.043545 -0.000202 -0.038068 -0.021006 0.034548 -0.015105 -0.00289 -0.004079 0.035688 -0.017075 0.001755 0.016502 0.005308 -0.001126 -0.018679 0.005183 0.021234 0.006691 0.009074 0.016251 0.017733 -0.007905 -0.022145 -0.018621 -0.009916 -0.0079 -0.027842 0.036491 0.003783 -0.009854 -0.003774 0.028214 -0.007717 -0.041326 -0.01823 -0.014581 0.037857 0.00865 0.002014 -0.009612 0.014258 0.04984 0.003367 -0.033516 0.012483 0.019977 0.018424 0.022154 -0.01821 0.012489 -0.023065 -0.043384 0.004538 -0.007568 0.020985 0.020528 0.03624 -0.013871 -0.008879 0.024598 -0.046051 -0.006256 0.015078 0.009059 -0.03357 -0.005631 -0.022589 0.029389 -0.025633 -0.008069 0.00127 0.006575 0.002019 0.017624 -0.012763 -0.035459 -0.015299 0.018649 -0.011319 0.002169 -0.007398 0.034248 0.001357 0.006673 0.009937 -0.011198 -0.015256 -0.051222 -0.012139 -0.004451 -0.032996 0.001646 0.007153 -0.015399 -0.012201 -0.023501 -0.018372 0.018069 0.000407 0.023681 0.040696 -0.00315 0.015603 0.020921 -0.004752 0.024325 -0.03796 -0.002679 -0.016279 -0.023501 -0.003059 0.008592 0.050805 -0.022583 0.008128 -0.010875 -0.001883 -0.017422 -0.035564 -0.005402 0.004903 -0.029149 0.000839 0.029227 -0.002449 -0.004473 0.002284 0.034662 -0.001522 0.025655 0.007056 4.6e-05 0.014545 0.032902 -0.021654 -0.019241 0.03979 -0.002058 0.014321 -0.022496 0.022566 0.001638 0.021067 0.008431 0.024516 0.044264 0.020406 -0.006031 0.002814 -0.021208 -0.028996 -0.009153 0.015918 -0.020096 -0.012059 -0.008237 0.005943 -0.01603 0.011321 0.01906 -0.041252 -0.020377 -0.00559 0.02578 -0.019708 -0.017946 -0.004581 0.005865 -0.00761 -0.015975 0.047263 -0.029645 0.018826 -0.004244 0.006368 0.001686 -0.001933 0.025773 -0.034253 0.007773 0.035059 0.011919 -0.013259 -0.030984 0.00964 0.05295 -0.018839 0.033919 0.010096 -0.016488 -0.025083 -0.03148 0.017234 0.022163 0.013434 0.014787 -0.004266 -0.02523 -0.009414 0.001812 -0.006576 -0.006196 0.004733 0.021874 0.023943 0.04501 0.005663 0.006576 -0.00831 -0.000142 -0.008049 0.011092 -0.003649 0.044995 0.007306 -0.007189 0.003659 0.029051 0.020356 -0.005345 -0.018063 0.003189 -0.024052 -0.001984 -0.007587 0.021391 -0.012821 -0.040036 0.016041 0.026957 6.6e-05 0.017471 0.00155 -0.013264 0.016419 -0.029434 0.033038 -0.023487 -0.008521 0.017639 0.017566 -0.009436 -0.003475 -0.020002 -0.033536 -0.023038 -0.027734 0.038313 -0.054845 -0.024612 0.025892 -0.022257 0.006236 -0.023532 -0.017798 -0.025607 -0.020929 -0.005214 -0.000315 -0.004101 0.003729 -0.002273 -0.004107 -0.028555 0.015637 -0.008434 0.00306 0.019154 0.019104 -0.031894 0.002277 -0.016996 0.01831 0.012658 -0.009053 -0.026055 0.025751 -0.012948 -0.008974 -0.011943 -0.000252 -0.019757 0.003088 -0.039008 -0.001523 0.018012 0.004155 0.025402 -0.000691 0.022822\nˌ 0.002564 -0.001224 -0.037076 0.018393 0.016866 0.033592 0.017657 -0.002514 -0.009007 -0.01366 0.045382 0.00917 -0.007561 -0.014195 0.025318 -0.003214 0.002592 -0.022891 0.002179 -0.030868 -0.011833 -0.004084 -0.01134 0.017855 0.00736 0.011159 -0.014087 0.004841 -0.016439 -0.028871 0.032539 -0.02244 -0.016078 -0.009335 -0.000559 0.00893 -0.027221 0.035577 0.018642 0.00854 -0.035558 0.020016 0.00651 0.014397 -0.004555 -0.009788 0.020871 0.008674 -0.001217 0.00252 0.002116 0.03974 0.027956 -0.031805 0.031409 0.014703 0.004715 0.026304 -0.005566 0.021277 -0.023778 -0.020913 -0.010326 -0.011694 0.002809 0.014438 0.031166 -0.022406 0.018141 0.022158 -0.031589 -0.007124 0.009676 0.015525 -0.041418 -0.009338 -0.01271 0.012364 -0.020563 -0.006861 0.016852 -0.007094 0.001475 0.016023 -0.023609 -0.047726 0.002007 -0.007617 -0.000758 0.013565 -0.004342 0.015658 0.000991 -0.011287 0.007379 -0.018367 0.004783 -0.033377 -0.011737 -0.004324 -0.019538 -0.003044 -0.01396 -0.016547 0.006984 -0.014122 -0.020856 0.00712 0.012416 -0.006773 0.048274 0.008275 0.02227 -0.001782 0.006366 -0.006054 -0.013367 -0.004464 -0.014186 -0.032495 0.028277 0.003373 0.025902 0.015496 0.020687 0.000421 0.009647 -0.004288 -0.014448 -0.016664 0.000406 0.014036 -0.015853 0.031102 -0.011237 0.014602 -0.025957 0.007587 0.007082 0.038108 -0.004826 -0.000947 0.007298 0.018232 -0.028676 -0.046018 0.030659 0.001782 0.010481 -0.044684 0.007232 0.014182 0.029736 0.010832 -0.009926 -0.003305 -0.004347 -0.023227 0.009076 -0.001491 -0.019958 0.004529 0.027604 0.006101 -0.017343 -0.012754 0.018458 -0.016904 0.00952 0.033872 -0.033572 -0.018454 -0.009552 0.022836 -0.001493 -0.01829 0.002881 -0.012063 -0.025573 -0.00911 0.030282 -0.011399 0.000616 -0.008117 -0.010541 -0.02211 -0.009202 0.004033 -0.03681 -0.002004 0.01966 0.01686 -0.02883 -0.033188 0.00553 0.026727 -0.013597 0.005523 0.003991 0.000531 -0.027713 -0.021867 0.022307 0.015318 0.01606 -0.002817 0.000489 -0.027222 0.001619 0.0353 -0.022302 0.004176 -0.006781 0.019193 -0.001059 0.038259 0.002929 -0.008391 0.011682 0.000709 -0.003897 -0.007136 -0.007852 0.015445 -0.022426 0.00549 -0.003187 0.009331 0.016142 -0.018218 -0.007185 0.003545 0.001039 -0.02312 -0.014312 0.012103 -0.009929 -0.025059 0.020692 0.01521 0.004298 0.02419 -0.01617 0.011032 -0.005951 -0.0071 0.029346 0.013513 0.023643 0.035707 0.012268 0.006179 -0.005368 -0.031971 -0.026703 -0.013631 -0.012978 0.00556 -0.01768 -0.010694 0.007879 -0.005841 0.011215 -0.009555 -0.010722 -0.007283 -0.015528 -0.000521 -0.006555 0.013663 0.000622 -0.014408 0.014542 0.007013 0.010739 -0.003487 0.009962 0.008378 0.032655 -0.026203 -0.008396 -0.000455 0.016265 0.021983 -0.008539 -0.007785 0.025355 -0.014936 -0.021564 -0.018564 0.001237 -0.031693 0.008253 -0.048038 -0.006084 0.001464 0.011314 0.005933 0.000539 -0.020624\nُ 0.036174 -0.001541 -0.058097 0.026724 0.019751 0.028856 0.012602 -0.002512 -0.02784 -0.039611 0.033335 0.011011 -0.019371 -0.019432 0.036393 -0.008897 0.016495 -0.024475 -0.016561 -0.052243 -0.010387 0.004512 0.005749 0.017227 0.006483 0.018712 -0.001174 -0.008507 -0.01049 -0.031906 0.031138 -0.030526 -0.020542 -0.047629 0.018471 0.008512 -0.042231 0.054829 0.00829 0.020762 -0.038715 0.017594 -0.006824 0.007693 -0.023918 -0.026156 0.032843 0.001011 -0.001781 0.009706 0.002019 0.062483 0.033121 -0.046202 0.044413 0.016778 -0.005346 0.031085 -0.019472 0.037598 -0.032275 -0.030644 -0.003932 -0.010054 0.011076 0.03037 0.044662 -0.026042 0.028149 0.026655 -0.063761 0.002554 0.033858 0.025184 -0.052013 -0.002889 -0.031782 0.035727 -0.028679 -0.016831 0.021327 -0.001428 0.000313 0.01887 -0.030563 -0.064199 0.009287 -0.007045 -0.010611 0.003503 0.002702 0.020296 0.00336 -0.01269 0.019648 -0.014872 -0.006038 -0.044102 -0.000627 -0.003792 -0.030302 -0.004642 -0.017036 -0.043084 0.012293 -0.012311 -0.020867 0.008019 0.039842 -0.010354 0.055981 0.01312 0.0215 -0.01584 0.025256 -0.001445 -0.01825 0.002397 -0.013571 -0.048368 0.021464 0.004838 0.047558 0.017414 0.03212 0.015908 -0.007298 -0.01222 -0.0114 -0.021382 -0.011504 -0.002046 -0.028963 0.038482 -0.017015 0.027854 -0.023595 0.019844 -0.000263 0.065836 -0.007291 -0.010587 0.027473 0.027829 -0.033678 -0.056891 0.061054 0.011581 -0.000882 -0.049704 0.02028 0.012035 0.043073 0.03231 -0.008603 0.000562 -0.000934 -0.024497 0.017284 -0.025577 -0.030858 0.032127 0.023897 0.020588 -0.009053 -0.018518 0.017083 -0.023319 0.034226 0.034865 -0.038837 -0.033004 -0.010491 0.044196 -0.011479 -0.031503 -0.007763 -0.014903 -0.039207 -0.020038 0.047966 -0.019652 0.002068 -0.01318 -0.0199 -0.017156 0.01009 0.0252 -0.07055 -0.006064 0.017074 0.031396 -0.048943 -0.044256 0.005408 0.047026 -0.017533 0.017809 0.006748 0.008879 -0.036171 -0.025063 0.017577 0.024514 0.027222 0.009367 0.002011 -0.009974 -0.005008 0.042469 -0.024625 -0.001837 -0.007739 0.019608 0.006416 0.075309 0.005842 -0.026646 0.004393 0.005525 -0.006929 -0.003693 -0.00377 0.005375 -0.039431 -3.9e-05 -0.011234 0.021147 -0.014325 -0.03532 -0.00283 -0.004827 0.000399 -0.022572 -0.029819 -0.000764 -0.017831 -0.044835 0.029087 0.022717 0.003651 0.036019 -0.02698 0.011336 0.004938 -0.010463 0.064224 0.001839 0.052015 0.060985 0.020413 0.009264 0.002927 -0.049574 -0.036316 -0.021055 -0.006367 0.02061 -0.037953 -0.005771 0.006331 -0.010619 0.032016 -0.025197 -0.02806 -0.014485 -0.044458 -0.013589 -0.000896 -0.000679 0.025459 -0.008624 0.008029 0.000853 0.013177 3e-06 0.010732 0.014041 0.040926 -0.052765 0.001832 -0.017447 0.019097 0.020195 -0.027659 -0.001061 0.026017 -0.01201 -0.024833 -0.028362 0.001549 -0.038113 0.017501 -0.077831 -0.012021 0.011388 0.013206 0.024998 0.022261 -0.001455\nཕ 0.03849 -0.005947 -0.052439 0.016926 0.011534 0.025206 0.011211 -0.004113 -0.013248 -0.01667 0.018995 0.001857 -0.00678 -0.021036 0.012796 0.001914 0.006945 -0.025452 -0.003491 -0.037081 -0.002539 0.010303 0.015705 0.003491 -0.007558 0.024486 -0.022587 -0.012277 -0.016886 -0.016032 0.014338 -0.031153 -0.027419 -0.040839 0.0165 0.02136 -0.040314 0.040167 0.009886 0.016018 -0.012487 -0.008571 -0.007909 0.001212 -0.026212 -0.002638 0.02433 0.013839 -0.006012 0.026067 -0.002901 0.053139 0.020473 -0.029113 0.03271 0.007316 -0.00962 0.003057 -0.015443 0.019939 -0.024608 -0.017656 -0.012849 -0.012235 0.011146 0.019945 0.039413 -0.032572 0.028277 0.021927 -0.051781 0.000571 0.029781 0.023731 -0.040504 -0.006883 -0.03101 0.024955 -0.015555 -0.016056 8.3e-05 -0.008176 0.005273 0.005724 -0.020856 -0.052616 -0.001895 0.014733 -0.018609 -0.010199 -0.004889 0.014267 0.001694 -0.009002 0.007628 0.007867 0.002363 -0.034981 -0.011725 -0.006412 -0.016282 0.011507 -0.002579 -0.021865 -0.000349 -0.004724 -0.025733 -0.003105 0.051999 -0.00346 0.040479 -0.000241 0.022615 -0.030564 -0.009862 -0.003698 -0.014576 -0.002409 -0.019398 -0.023883 0.01605 0.005114 0.046702 0.026501 0.03202 0.015613 -0.000837 -0.008511 -0.007784 -0.019329 0.001127 -0.016203 -0.013128 0.026779 -0.027326 0.023388 -0.030347 -0.004769 -0.003683 0.035343 -0.003902 -0.011242 0.008979 0.041969 -0.034222 -0.036111 0.052666 0.002426 -0.002167 -0.018946 -0.005735 0.024138 0.028094 0.023462 0.009462 -0.00568 -0.017328 -0.01937 0.019806 -0.015567 -0.007849 0.011501 0.0205 0.015141 -0.012206 -0.01672 0.004968 -0.017513 0.018938 0.016984 -0.011663 -0.023339 -0.00031 0.016058 -0.018506 -0.02796 -0.011872 -0.01396 -0.035108 -0.010475 0.024474 -0.00459 0.005075 -0.004318 -0.006021 -0.013704 0.003398 0.025399 -0.057075 0.010141 0.007467 0.030588 -0.021731 -0.023857 0.008507 0.035577 -0.029054 0.003685 0.008212 -0.010324 -0.032275 -0.024842 -0.004267 0.034078 0.026762 0.018126 0.003302 -0.001221 -0.012858 0.035665 -0.024707 -0.006654 0.003685 0.024458 -0.005203 0.063038 -5e-06 -0.022742 0.005713 0.009141 -0.00897 0.003821 0.001049 -0.005414 -0.034228 -0.001544 -0.005864 0.009816 -0.002153 -0.022194 -0.011222 -0.008522 -0.011947 -0.022107 -0.027976 -0.002833 -0.003418 -0.025024 0.033755 0.02066 -0.005349 0.026161 -0.019128 0.010917 0.010001 0.007926 0.039085 0.004425 0.029428 0.035655 0.015745 0.004654 -0.01823 -0.043993 -0.027406 -0.023557 0.002899 0.025971 -0.034862 -0.014303 0.004967 -0.020332 0.022037 -0.02856 -0.023192 -0.024132 -0.037064 -0.028352 0.014484 0.00819 0.007019 0.009816 0.014991 0.011367 0.003943 0.009085 -0.007471 0.019266 0.034995 -0.046977 0.0048 -0.009607 0.007032 0.018282 -0.02954 -0.01635 0.004012 -0.010831 -0.034932 -0.026406 0.011791 -0.0399 0.014975 -0.063192 -0.033859 0.012614 0.011002 0.021043 0.022596 -0.005674\nṟ 0.028225 0.007545 -0.061394 0.032601 0.010242 0.039382 0.019969 -0.012173 -0.01113 -0.016275 0.045095 -0.017204 -0.001211 -0.025546 0.018092 0.015742 0.00423 -0.022728 -0.014913 -0.043989 -0.005912 -0.006636 0.009893 0.015321 0.014248 0.022804 -0.000867 0.004184 -0.001883 -0.021443 0.019591 -0.025169 -0.025774 -0.022866 0.013241 0.017705 -0.036656 0.028669 0.018829 0.023179 -0.02383 -0.003882 0.019161 -0.006254 -0.012955 -0.022309 0.026335 -0.000895 -0.003732 0.006587 -0.002434 0.031494 0.022619 -0.026884 0.046441 0.009742 -0.001478 0.031065 -0.01643 0.02046 -0.007626 -0.039033 -0.00378 -0.02432 0.015795 0.011336 0.043136 -0.01426 0.028905 0.019308 -0.03531 -0.019531 0.029722 0.006917 -0.038431 0.006852 -0.022634 -0.000238 -0.01911 -0.020108 0.011526 -0.018231 0.004764 0.006673 -0.028697 -0.041089 0.003386 -0.01565 -0.006376 -0.005253 -0.00517 0.034578 0.000425 -0.0109 0.018444 -0.000302 0.008456 -0.032735 0.010952 -0.015819 -0.024455 0.010575 -0.000414 -0.009371 0.001379 -0.008458 -0.0196 0.018915 0.008432 0.007702 0.028281 0.025527 0.015823 -0.016689 0.002539 0.017072 -0.003964 0.00884 -0.006565 -0.045096 0.028384 0.002229 0.034863 0.031922 0.023861 0.006946 -0.001189 -0.001688 -0.01584 -0.024319 -0.010319 0.002216 -0.01921 0.025796 -0.016555 0.011608 -0.022292 -0.001247 0.008863 0.038894 -0.009754 -0.017129 0.019459 0.017614 -0.036052 -0.035876 0.028575 0.017842 0.003138 -0.030017 0.008736 0.002631 0.013119 0.017249 -0.006573 -0.01019 -9.7e-05 -0.020908 0.007841 -0.015208 -0.015438 -0.018635 0.030531 0.005976 -0.005506 -0.004297 0.021479 -0.025255 0.013521 0.032425 -0.032119 -0.008844 -0.006253 0.036134 -0.008929 -0.017791 0.000464 -0.003029 -0.019768 -0.01691 0.02907 -0.016896 0.003413 -0.018709 -0.020596 -0.016546 -0.02198 0.016599 -0.044316 0.003965 0.014664 0.025506 -0.036173 -0.037698 -0.005406 0.033903 -0.009612 0.015409 0.010843 -0.00424 -0.03663 -0.028673 0.026108 0.024119 0.012775 -0.007891 0.000181 -0.015054 -0.001626 0.035873 -0.015098 0.002776 -0.006384 0.017995 0.021817 0.048154 0.004098 -0.026747 0.014124 0.004161 -0.000378 0.008241 -0.011626 -0.006853 -0.030829 -0.005688 0.004977 0.012306 0.002934 -0.031087 0.007296 -0.004673 0.007335 -0.023294 -0.030671 0.013013 -0.020496 -0.042341 0.024064 0.035095 0.001293 0.020596 -0.006244 0.008972 0.008158 0.008984 0.032905 -0.004526 0.022054 0.048021 -0.007348 0.015433 0.004621 -0.034183 -0.022513 -0.015832 -0.01683 0.024578 -0.009493 -0.024852 0.004544 -0.018354 0.010318 -0.016241 -0.022766 -0.012617 -0.020154 -0.016872 -0.004387 0.00145 0.016136 0.000594 0.019724 -0.00667 0.005087 -0.010398 -0.004842 0.007175 0.037808 -0.044803 -0.001719 -0.009839 0.014629 0.025614 -0.02765 -0.003925 0.018514 -0.011157 -0.028597 -0.002131 0.006171 -0.020517 0.015164 -0.064687 -0.010808 -0.002073 0.023406 -0.006859 0.011345 0.002918\nš 0.027213 0.001653 -0.038322 0.023636 0.006601 0.031878 0.004452 0.002342 -0.022717 -0.026841 0.033588 0.010516 -0.002311 -0.028972 0.021667 -0.001567 0.006556 -0.024875 -0.004303 -0.034472 -0.018405 -0.006791 9.3e-05 0.011431 0.001062 0.027836 -9.8e-05 -0.005582 -0.014142 -0.020188 0.023382 -0.027147 -0.014032 -0.032573 0.010541 0.01097 -0.033442 0.027994 0.00751 0.010298 -0.023063 0.010222 0.000966 -0.002965 -0.022586 -0.015268 0.02647 0.000799 0.003584 0.017439 0.004776 0.047518 0.027725 -0.028979 0.031583 0.003903 0.000236 0.01909 -0.016062 0.021465 -0.017174 -0.023766 -0.010728 -0.014659 0.011889 0.013262 0.027351 -0.015201 0.025447 0.008902 -0.035221 -0.005025 0.016239 0.008688 -0.045991 0.00017 -0.02675 0.021925 -0.01847 -0.012153 0.012657 -0.002537 0.001422 0.01766 -0.019291 -0.043374 0.001384 -0.000933 -0.017848 -0.001683 -0.007384 0.023384 0.00132 -0.008992 0.008462 -0.007877 -0.000675 -0.03367 -0.000706 -0.001912 -0.007593 -0.005937 0.002655 -0.015332 0.01114 -0.002128 -0.010672 0.004425 0.023611 0.001317 0.032729 0.014161 0.017192 -0.00797 0.008797 1.3e-05 -0.004649 -0.000181 -0.012773 -0.031522 0.018802 -0.001575 0.030257 0.013549 0.029271 0.00844 -0.008407 -0.019693 -0.004494 -0.010199 -0.017035 -0.005057 -0.010521 0.025309 -0.019502 0.014826 -0.016738 -0.003071 0.003632 0.04302 -0.003991 -0.005664 0.013136 0.020536 -0.025857 -0.039444 0.036373 0.00348 0.000203 -0.032991 0.007196 0.007539 0.020749 0.020848 0.00175 0.00512 -0.008121 -0.019549 0.009833 -0.016912 -0.013931 0.017297 0.020805 0.013731 -0.008443 -0.003696 0.01885 -0.020429 0.01594 0.016927 -0.023551 -0.020365 -0.009679 0.027199 -0.01477 -0.023398 -0.011909 -0.005689 -0.026448 -0.01561 0.02674 -0.005926 0.002295 -0.007909 -0.006686 -0.018406 0.006579 0.016993 -0.047995 0.003483 0.008206 0.017381 -0.02489 -0.03149 -0.000232 0.028912 -0.011821 0.014225 0.002626 -0.000204 -0.030628 -0.024382 0.013281 0.017999 0.010794 0.013996 0.009447 -0.009629 -0.004714 0.025365 -0.022319 -0.001302 -0.008712 0.018889 -0.005395 0.056255 0.005892 -0.025855 0.006064 -0.000781 -0.003008 0.009612 -0.012801 0.005517 -0.016412 0.000322 0.000978 0.013131 -0.005816 -0.014854 -0.002479 0.004999 -0.002152 -0.023728 -0.031062 -0.004635 -0.007914 -0.026572 0.023106 0.020557 0.007512 0.017314 -0.014757 0.009355 0.007345 -0.007366 0.035366 0.000832 0.031713 0.042883 0.021043 0.007277 0.002457 -0.035917 -0.023699 -0.020968 -0.006343 0.011262 -0.022413 -0.016288 0.006047 -0.005732 0.022669 -0.016289 -0.025372 -0.012211 -0.019895 -0.015692 0.004094 -0.004076 0.014998 -0.002096 0.004682 -0.00357 0.011577 0.002338 0.001268 0.016958 0.030367 -0.036431 -0.001077 -0.014996 0.012391 0.009239 -0.021909 -0.002657 0.007764 -0.007588 -0.017205 -0.013965 0.010206 -0.033246 0.010488 -0.04379 -0.013983 0.004454 0.012116 0.01312 0.022051 0.002848\nà 0.04577 -0.001262 -0.046025 0.034998 0.022451 0.022437 0.02913 -0.021613 -0.033092 -0.02432 0.043266 -0.025602 -0.012138 0.006134 0.009148 -0.00897 0.015404 -0.038536 -0.000378 -0.028283 -0.026109 0.01294 0.004877 0.025675 -0.01985 0.028472 0.00426 0.002953 0.019094 -0.012828 0.018846 -0.02091 0.013311 -0.013556 0.028836 0.006971 -0.037457 0.019494 -0.001993 0.041298 -0.007899 0.017002 -0.019564 -0.004376 -0.0305 -0.045306 0.038152 -0.010159 0.014466 0.030388 0.007202 0.049397 0.042432 -0.031614 0.063868 0.00652 -0.020477 0.030373 -0.006387 0.017787 -0.023461 -0.034232 -0.004111 0.00202 0.018428 0.004902 0.036438 -0.02666 0.032508 0.012944 -0.039122 -0.012629 0.029773 0.02078 -0.039591 0.032009 0.006079 0.031995 -0.011062 -0.014113 0.018429 -0.004872 0.013795 0.039769 -0.024257 -0.05259 -0.018478 -0.019451 0.000382 -0.031223 0.006484 0.037204 -0.008975 -0.021498 -0.004651 -0.017706 -0.008546 -0.017892 -0.005569 -0.020831 -0.014382 0.026263 -0.002778 -0.007238 0.027583 -0.012572 -0.015516 -0.010952 0.058182 0.010255 0.018886 0.021593 -0.001282 -0.007529 0.013848 -0.002112 -0.014078 -0.000952 -0.006745 -0.044059 0.000589 -0.005806 0.049837 0.024981 0.021128 0.01941 -0.019003 -0.016393 -0.009911 0.001044 -0.005088 -0.00826 -0.029393 0.012474 -0.013956 0.020844 -0.026293 0.022785 0.016839 0.034955 -0.01961 0.001396 0.032769 0.029662 -0.037202 -0.032114 0.04581 -0.00899 -0.012262 -0.03498 0.002009 0.00145 0.026367 0.027655 -0.005257 0.018092 0.00196 -0.013526 -0.014518 -0.032244 -0.001807 0.005085 0.017072 0.001413 -0.028189 -0.001677 0.025064 -0.022435 0.017376 0.02005 -0.037891 -0.033762 -0.010481 0.013083 -0.03546 -0.012764 0.019848 0.007334 -0.007337 -0.025148 0.043559 0.010136 0.002218 -0.015851 0.002533 -0.002813 0.008604 0.006495 -0.057266 -0.020725 0.009967 0.019589 -0.031133 -0.008286 -0.023427 0.029611 0.010831 0.006046 0.010435 0.003219 -0.0504 -0.031701 0.008258 0.037023 0.034466 -0.005345 0.00488 -0.002215 -0.014671 0.018433 -0.042339 0.012372 0.012598 0.005898 0.009269 0.029357 0.012665 -0.023256 0.01784 0.027171 0.031614 0.014361 0.008434 -0.024427 -0.012951 -0.011608 0.017286 0.007877 0.000515 -0.011636 0.002089 -0.021688 -0.023173 -0.045336 -0.041956 0.014089 -0.003225 -0.047332 0.030956 0.01426 -0.007099 0.046236 -0.010869 0.01099 0.001813 -0.013442 0.040944 0.004791 0.0304 0.063471 0.002529 0.01637 0.007411 -0.052966 -0.014401 -0.007862 -0.010483 0.029651 -0.00624 -0.03638 0.007999 0.009212 0.000946 -0.037395 -0.039494 -0.039013 -0.010733 -0.01076 -0.008324 -0.001466 0.004439 -0.008867 0.006 -0.008913 0.028592 -0.012354 0.011292 0.031284 0.03512 -0.045423 0.004485 -0.007875 -0.000286 0.01193 -0.040529 0.001746 -0.00634 -0.005502 -0.041805 0.000504 0.020944 -0.039371 0.021903 -0.048233 -0.014862 0.018467 0.008002 -0.006223 0.044958 -0.01919\nѣ 0.036249 0.005972 -0.027872 0.008604 0.000118 0.0326 -0.009346 0.002504 -0.034239 -0.033436 0.023042 0.006875 -0.006252 -0.035135 0.029976 -0.013686 0.002661 -0.005837 -0.024444 -0.037022 -0.006513 -0.009255 7.6e-05 -0.008076 -0.003305 0.017174 -0.018657 -0.0166 0.006148 -0.024094 0.007954 -0.019028 -0.019587 -0.03386 0.002002 0.011554 -0.024818 0.03207 0.001094 0.014607 -0.013772 -0.002549 0.014707 5.5e-05 -0.026804 -0.009776 0.024691 -0.001194 0.000516 0.01498 0.005782 0.02915 0.019331 -0.033416 0.036766 0.001545 -0.013831 0.017385 -0.013466 0.012788 -0.029689 -0.02295 -0.006313 -0.009811 0.006458 0.011604 0.025929 0.000316 0.028025 0.01534 -0.032946 -0.002871 0.026327 0.021177 -0.039863 0.018181 -0.03103 0.020068 -0.032625 0.005543 0.006265 -0.010051 -0.004514 0.015402 -0.015917 -0.023859 -0.002242 0.002029 -0.005271 0.000766 -0.014265 0.021627 0.024754 -0.009263 0.017793 -0.002711 0.002665 -0.027774 -0.017511 -0.00945 -0.029655 0.013956 0.001971 -0.023756 0.019254 -0.001548 -0.011038 0.011617 0.026471 -0.003827 0.034963 0.021144 0.019474 -0.009203 0.00367 -0.00463 -0.002998 -0.000204 -0.007507 -0.022411 0.018868 0.013336 0.029367 0.022508 0.031469 -0.000522 -0.000112 -0.004415 -0.024642 -0.014582 -0.020683 -0.001287 -0.023858 0.00912 -0.014794 -0.002179 -0.027574 -0.013327 0.02228 0.037417 0.000323 -0.018641 0.019391 0.004935 -0.024775 -0.035338 0.043714 0.003146 0.00659 -0.035428 0.018048 0.004035 0.029452 0.010978 0.002328 -0.000888 -0.001347 -0.016336 -0.002838 -0.012254 -0.018235 0.009168 -0.003147 0.003533 -0.024664 -0.000275 0.024533 -0.019956 0.01732 0.01166 -0.025271 -0.030853 -0.011304 0.024939 -0.000145 -0.01514 -0.000697 -0.012173 -0.027865 -0.02377 0.013375 -0.007828 0.026778 -0.017298 -0.00173 -0.023153 0.002269 0.006565 -0.035729 0.012674 0.015996 0.035296 -0.02929 -0.012057 0.007397 0.022448 -0.020298 0.022252 -0.004201 -0.004018 -0.040344 -0.039538 0.01296 0.016955 0.010145 0.00429 0.005005 -0.005925 -0.007219 0.028666 -0.022846 -0.001965 -0.009852 0.001764 0.002198 0.068344 0.011287 -0.024469 0.010054 0.006229 -0.0138 0.000512 0.000721 0.009541 -0.016216 -0.007621 0.009176 0.000999 -0.007483 -0.025677 -0.002386 0.006118 -0.002325 -0.034735 -0.030316 -0.013319 -0.013327 -0.024974 0.015502 0.026608 -0.009899 0.012988 -0.001141 -0.002804 0.002267 0.006565 0.021913 0.009283 0.032367 0.047267 0.008791 0.010148 0.008805 -0.023864 -0.014238 -0.013864 -0.005986 0.005125 -0.026209 -0.008793 0.004898 -0.003869 0.018455 -0.02932 -0.03187 -0.018588 -0.014025 -0.014132 -0.001564 0.013054 0.009869 -0.005636 0.020702 -0.010092 0.033035 0.015588 0.001442 0.009393 0.033697 -0.040787 0.0049 -0.019256 0.021658 0.007992 -0.015622 -0.005658 0.025185 0.000986 -0.006848 -0.004458 -0.005524 -0.022339 0.018192 -0.060771 -0.002944 -0.005405 0.000249 0.016446 0.013249 -0.008858\n০ 0.059263 -9.8e-05 -0.076499 0.031104 0.014683 0.031018 0.024244 0.003107 -0.034957 -0.054744 0.047148 0.024756 0.004048 -0.020621 0.057522 -0.021955 0.006098 -0.043947 -0.025299 -0.065285 -0.026513 0.013392 0.008966 0.020576 0.029193 0.033811 -0.023765 -0.012159 -0.024353 -0.057256 0.039902 -0.042864 -0.033718 -0.080252 0.018068 0.018905 -0.058406 0.078226 0.007288 0.028791 -0.058622 0.002845 -0.008333 0.020348 -0.049042 -0.057271 0.056878 -0.002469 -0.009529 0.040307 -0.001605 0.095593 0.051978 -0.043489 0.05236 0.010554 -0.021155 0.030853 -0.029495 0.052526 -0.030023 -0.063575 -0.026951 -0.029196 0.041102 0.040972 0.05862 -0.016168 0.079341 0.015137 -0.080657 -0.002611 0.046479 0.037677 -0.076057 0.034682 -0.047134 0.03877 -0.039553 -0.032571 0.019051 -0.021661 -0.002609 0.035777 -0.027318 -0.078033 0.026941 -0.010272 -0.035066 -0.031181 -0.012997 0.04363 0.00423 -0.021019 0.005866 -0.027062 -0.013338 -0.073017 -0.017634 -0.028939 -0.02578 0.026677 0.006404 -0.051974 0.024751 4.1e-05 -0.043455 0.018897 0.050363 -0.018522 0.075441 0.029582 0.034013 -0.037148 0.01698 -0.000417 -0.008682 0.005339 -0.033828 -0.046132 0.045878 0.016431 0.074756 0.025767 0.055441 0.02662 -0.028708 -0.015348 -0.008748 -0.025634 -0.025259 -0.021943 -0.018919 0.059765 -0.03988 0.024644 -0.049924 -0.013913 0.008956 0.095922 -0.004441 -0.01649 0.022433 0.056228 -0.049239 -0.081154 0.064704 -0.000417 -0.004313 -0.060847 0.004645 0.017708 0.054875 0.063265 0.004026 0.000644 -0.003891 -0.009442 0.050238 -0.043205 -0.028535 0.044242 0.035517 0.03066 -0.017414 -0.040522 0.033667 -0.033334 0.042917 0.037451 -0.060253 -0.031168 -0.003641 0.05559 -0.026445 -0.055423 -0.01705 -0.021746 -0.064656 -0.03518 0.055302 -0.018838 0.005475 -0.016334 0.004683 -0.035897 0.015383 0.041806 -0.116255 0.014755 0.009837 0.067258 -0.050074 -0.058387 -0.001938 0.081645 -0.033703 0.028678 0.011599 0.002167 -0.048231 -0.061937 0.053627 0.064398 -0.0055 0.032341 0.048392 -0.031692 -0.015846 0.065502 -0.045585 -0.018223 -0.011098 0.010356 0.003221 0.115952 -0.008692 -0.0411 0.014152 0.00672 -0.036809 0.010132 -0.000465 0.006106 -0.047589 -0.002634 0.008052 0.057174 -0.030825 -0.030367 -0.020607 -0.004313 0.007297 -0.033719 -0.080222 0.003088 -0.022068 -0.049035 0.045158 0.061207 0.010403 0.031005 -0.023245 0.020687 -0.000197 -0.005429 0.081501 -0.014365 0.061398 0.100275 0.051104 0.00664 0.016624 -0.075832 -0.069739 -0.033941 0.000617 0.054689 -0.022402 -0.019754 0.003179 -0.0405 0.059018 -0.029287 -0.060079 -0.02559 -0.044112 -0.038192 0.027649 0.008053 0.023556 2.6e-05 0.003449 -0.03732 0.026609 0.008676 0.001703 0.034907 0.080912 -0.096108 -0.019127 -0.03567 0.006952 0.036452 -0.048399 0.007251 0.010483 -0.010374 -0.014093 -0.030276 0.015342 -0.066553 0.024406 -0.120269 -0.02414 -0.003476 0.014336 0.039098 0.034778 0.010696\nչ 0.043529 0.003272 -0.020291 0.018001 0.001108 0.030056 -0.002398 -0.006586 -0.006963 -0.028925 0.035453 0.005043 -0.005353 -0.01498 0.009662 0.002611 0.035293 -0.019477 0.014936 -0.027678 -0.020198 -0.011171 0.020982 0.027209 -0.029781 0.017722 -0.024413 -0.009984 -0.024084 -0.021248 0.033554 -0.029442 -0.025164 -0.019905 0.014331 0.034416 -0.036911 0.029432 0.006604 0.015863 -0.016555 0.001571 0.004669 0.005274 -0.033907 -0.02072 0.013936 -0.002969 0.018202 0.005175 -0.001264 0.035887 0.032922 -0.03706 0.051978 0.020344 -0.001007 0.029528 -0.032023 0.027799 -0.032593 -0.037063 -0.013063 -0.013598 0.004798 0.019949 0.025664 -0.030032 0.034315 0.023504 -0.03611 -0.007149 0.005541 0.025941 -0.050226 0.00974 -0.018796 -0.000863 -0.046937 -0.029918 -0.000703 -0.020589 -0.010209 0.007688 -0.015268 -0.036103 -0.004027 0.009501 -0.023741 -0.010412 -0.002596 0.03598 0.007205 0.010107 -0.002094 -0.004578 -0.00109 -0.017102 0.021316 -0.014313 -0.004951 0.001212 -0.003739 -0.017876 0.031472 0.008636 -0.031726 0.020308 0.041137 0.001603 0.05005 0.016746 0.005373 -0.019495 0.00484 -0.006647 0.015998 -0.005346 -0.021633 -0.027042 0.022 -0.024929 0.017377 0.038909 0.02861 0.023869 -0.005486 -0.021931 -0.005041 -0.024473 -0.013307 -0.003289 0.009753 0.03046 -0.017853 0.003557 0.012346 -0.014385 0.010384 0.057788 -0.001009 -0.006364 -0.023699 0.026088 -0.037522 -0.041089 0.047323 0.022725 -0.003316 -0.030708 -0.006676 0.017146 0.021439 0.011012 -0.003199 0.008279 -0.001649 -0.021413 0.013838 -0.024589 -0.016452 0.019992 0.024124 0.018727 -0.024181 0.007817 0.027125 -0.03288 0.014466 0.006793 -0.04348 -0.026752 0.008791 0.034233 -0.005001 -0.03827 0.001542 -0.014809 -0.028371 -0.00861 0.027946 -0.023199 0.0185 -0.012988 0.000619 -0.01206 0.00317 0.020064 -0.044373 0.00476 0.02086 0.010241 -0.036059 -0.024354 0.002859 0.033228 -0.014489 -0.005141 0.015567 0.002712 -0.01795 -0.020815 0.001388 0.018895 0.007187 0.012478 -0.003411 0.013279 0.012098 0.023936 -0.005146 0.005385 -0.024199 0.011934 0.00511 0.03818 -0.002241 -0.036591 0.014349 -0.013507 -0.004652 0.021668 -0.008916 0.005072 -0.003508 -0.030148 0.005009 0.028978 0.026139 -0.021996 0.015664 0.000181 0.00254 0.005385 -0.023102 0.005008 -0.01463 -0.028215 0.016728 -0.007144 0.011225 0.003424 -0.01095 -0.004554 0.000618 -0.007598 0.012223 -0.003185 0.046848 0.052833 0.020691 0.00121 -0.008577 -0.030591 -0.028519 -0.023211 -0.016506 0.02136 -0.023517 -0.018466 -0.016179 -0.001591 0.018161 -0.029583 -0.029771 -0.013452 -0.02047 -0.040065 0.01179 -0.005954 0.019363 -0.006448 0.016695 -0.00896 0.018622 0.001293 -0.009176 0.02222 0.051464 -0.055565 0.013502 -0.024499 0.026938 0.017594 -0.00361 -0.011562 0.011164 0.000809 -0.017542 -0.011876 0.013351 -0.032917 -0.010905 -0.033265 -0.00047 0.022432 0.037354 0.018513 0.007975 -0.018207\nႁ 0.068231 0.014005 0.021206 0.029485 0.001316 0.025799 0.005691 0.030489 -0.008481 0.020723 0.008 0.022098 0.003772 -0.005131 -0.016081 0.018292 -0.004699 -0.044314 0.023344 0.03967 -0.021441 0.0205 0.038928 -0.002424 0.039672 0.01745 -0.034895 -0.016166 -0.002671 0.025568 0.04734 -0.0314 -0.025299 -0.017213 0.010623 0.013377 0.027442 0.054897 0.020326 0.029345 -0.015029 0.021373 -0.031164 -0.008478 -0.006119 -0.001895 0.002344 0.019038 0.026069 0.022887 -0.005688 0.00762 0.012924 -0.012789 0.050143 0.017924 0.015188 0.019394 0.011782 0.02596 -0.043888 0.017058 -0.017557 -0.012752 -0.03704 0.015021 0.027235 -0.054603 0.033683 0.002027 -0.052341 -0.007913 0.036356 0.032211 -0.044144 0.003721 -0.005027 -0.011213 -0.012151 -0.000389 0.039058 0.034408 0.019404 0.007368 -0.019411 -0.049265 0.011899 0.018735 0.00994 -0.029815 -0.012382 0.012393 0.016653 -0.058616 0.037962 0.037266 0.042403 -0.021922 -0.009807 0.016132 -0.033027 -0.001353 0.020235 -0.050123 -0.020906 -0.014077 -0.02956 0.037287 0.041745 -0.007813 0.027465 0.018893 0.013441 4.7e-05 -0.014157 -0.013628 -0.007846 -0.018679 -0.008801 -0.041387 0.034005 0.004846 0.022824 -0.00224 0.036759 0.026061 -0.016966 -0.00679 0.028462 -0.046496 -0.016016 0.024694 -0.015264 0.023155 -0.059441 0.002352 -0.022186 -0.063286 -0.000454 0.003836 0.01816 -0.019011 0.007644 0.032215 -0.009767 -0.068556 0.039407 0.009411 0.009533 -0.034595 -0.018783 0.010846 0.015425 -0.039032 -0.00583 -0.015878 -0.013684 -0.02497 -0.003833 -0.042807 0.017042 0.041112 0.033686 0.021431 -0.02532 -0.03956 -0.011885 -0.002466 0.015369 -0.004276 -0.028861 0.018763 -0.003523 0.021653 0.010629 -0.035195 -0.023445 -0.041708 -0.024531 -0.033365 -8.6e-05 0.002175 0.002804 0.013103 -0.012223 -0.017144 0.00801 0.021403 -0.040186 0.067334 -0.01126 -0.023333 -0.031653 0.000109 0.040758 0.027586 -0.03694 0.034119 0.00223 0.017023 0.038227 -0.008557 -0.013266 0.001523 0.037098 0.043522 -0.002966 -0.021394 0.019147 0.015381 -0.019378 0.017426 0.004667 0.002267 -0.011916 0.026998 0.023142 0.037689 0.00222 -0.016556 0.011363 -0.013059 -0.000432 0.02383 -0.029729 0.024688 -0.002 0.009818 0.010297 -0.009644 -0.052125 0.025963 -0.007388 -0.025876 0.013127 -0.006701 -0.005341 -0.007586 0.010489 -0.005801 0.027939 0.062562 -0.015842 -0.000371 0.010597 0.025166 0.026771 0.018773 -0.006817 0.055895 0.010782 -0.007914 -0.027343 0.00573 -0.050792 -0.026142 0.015621 -0.012093 -0.001124 0.058725 0.011634 -0.014151 0.005163 0.016241 -0.048238 -0.047869 -0.012053 -0.009496 0.044951 0.007856 0.000419 0.006957 -0.003704 0.016345 -0.006953 0.038982 0.01868 -0.002572 0.018796 -0.044414 0.023209 0.002279 -0.017218 0.038859 -0.019037 0.007402 0.016187 -0.032435 -0.020117 -0.009606 0.038252 -0.036696 -0.003665 -0.035355 -0.003904 0.007452 -0.002349 0.040502 0.026325 -0.025876\nᖃ 0.042997 0.006654 -0.073367 0.044032 0.018219 0.028342 0.004523 -0.019277 -0.024311 -0.048195 0.056269 0.004149 -0.022407 -0.025486 0.038594 -0.007316 0.013689 -0.041726 -0.017693 -0.056504 -0.02307 0.004889 -0.011295 0.024407 0.001138 0.009297 0.004711 -0.022719 -0.007072 -0.050379 0.036978 -0.042247 -0.027512 -0.020779 0.015297 0.034724 -0.031386 0.06906 0.004241 0.017011 -0.053631 0.029528 -0.003516 -0.008795 -0.032257 -0.03669 0.048978 -0.007945 0.001401 0.004948 0.000798 0.058202 0.044246 -0.050572 0.073261 0.015908 -0.023119 0.026475 -0.011474 0.045463 -0.024923 -0.042687 -0.014976 -0.021769 0.024276 0.04178 0.075757 -0.013105 0.021158 0.031783 -0.090008 -0.019501 0.040455 0.032116 -0.076051 -0.003012 -0.033876 0.02202 -0.048969 -0.022602 0.016087 0.00395 0.012511 0.032034 -0.031445 -0.060291 -0.008675 -0.009105 0.002561 -0.00849 0.00553 0.03396 0.02016 -0.014888 0.017522 -0.014748 0.008745 -0.048676 -0.019105 -0.000478 -0.01604 -0.008254 -0.012863 -0.033581 0.018357 -0.029742 -0.026407 0.023934 0.053834 -0.00242 0.073607 0.021744 0.038272 -0.011046 0.004514 -0.004401 -0.016882 0.011636 -0.026464 -0.047002 0.017293 -0.000787 0.059077 0.03349 0.051427 0.013176 -0.012066 -0.020386 -0.017541 -0.024513 -0.003755 -0.0159 -0.016316 0.041954 -0.006628 0.019946 -0.039831 0.017787 0.009244 0.080083 0.005428 -0.013705 0.026814 0.007558 -0.049258 -0.093145 0.07434 0.023803 0.014885 -0.072858 0.006025 0.011219 0.037669 0.026844 -0.015969 0.022191 0.018095 -0.033597 0.017373 -0.025863 -0.021454 0.028347 0.032739 0.028719 -0.021771 -0.020482 0.025231 -0.02353 0.041744 0.028247 -0.061845 -0.026021 -0.014835 0.053909 -0.02757 -0.032588 -0.009625 -0.024061 -0.041044 -0.021938 0.051792 -0.022717 0.010142 -0.023408 -0.02049 -0.017329 0.018575 0.019098 -0.058399 0.004794 0.036713 0.043952 -0.052347 -0.037207 -0.004015 0.046615 -0.03072 0.027795 0.012991 -0.002314 -0.041012 -0.03835 0.023224 0.012732 0.047022 0.007612 0.000368 -0.028536 -0.002048 0.052313 -0.010071 0.008267 -0.002374 0.032181 0.005261 0.071286 0.039154 -0.025124 0.003387 -0.002951 0.015336 0.005245 -0.003205 0.001682 -0.01546 -0.010065 0.013289 0.014896 -0.012532 -0.028748 0.006658 0.014488 -0.012987 -0.029186 -0.050288 0.000961 -0.024755 -0.055028 0.041625 0.040933 -0.008235 0.032117 -0.029231 0.009842 -0.011657 -0.006428 0.040215 -0.005498 0.050319 0.087041 0.02082 0.020353 -0.008302 -0.057494 -0.043402 -0.028487 -0.00875 0.03213 -0.061768 -0.032649 -0.000484 -0.019508 0.037279 -0.029731 -0.048471 -0.017032 -0.053205 -0.00475 0.015947 0.018365 0.025646 -0.002724 0.03224 -0.006619 0.027048 0.004734 0.008385 0.026178 0.062307 -0.05942 -0.002683 -0.026338 0.009692 0.015121 -0.033374 -0.015102 0.03378 -0.003009 -0.024822 -0.002012 0.000927 -0.05972 0.011405 -0.088852 -0.002342 -0.002706 0.017842 0.015669 0.034471 -0.027315\nʍ 0.003924 -0.017434 0.00696 0.00692 0.023158 0.050439 0.040401 0.013365 -0.008086 -0.020481 0.068625 0.04834 -0.017927 -0.008564 0.043371 -0.033583 0.035095 0.011137 0.023621 -0.000637 0.032601 0.005293 -0.084139 -0.006342 0.004941 0.001839 -0.014423 -0.034314 -0.01596 -0.020209 0.036515 -0.05365 -0.038617 -0.048772 -0.032503 0.013637 -0.020589 0.055681 0.049644 -0.017211 -0.019874 0.054147 0.033827 0.066128 0.001493 -0.0298 0.018473 0.010906 0.020664 -0.041681 0.031821 0.075837 -0.006635 -0.03257 0.032558 0.036962 0.025997 0.069788 -0.019482 0.046843 -0.051942 -0.04194 -0.041601 -0.003206 -0.020892 0.042577 0.071464 -0.051899 0.026209 0.063249 -0.018461 0.003369 0.001842 0.051623 0.013386 -0.011726 -0.039405 -0.037412 -0.018429 0.005912 0.058498 0.013782 -0.042556 0.027182 -0.036924 -0.126884 0.010319 0.023914 0.038587 0.036067 -0.020268 0.007245 -0.003654 0.030686 0.012335 -0.062051 0.016168 -0.049431 -0.103943 -0.01522 -0.062754 0.001206 -0.003092 -0.018746 0.006936 -0.008754 -0.001238 0.020832 0.001084 -0.058277 0.076486 -0.013521 0.023731 0.021242 0.027112 -0.008986 -0.015341 -0.035787 -0.036228 -0.027595 0.06162 -0.041574 0.034674 -0.026431 0.016254 -0.017697 0.00277 0.050573 -0.003523 -0.005235 0.057899 0.032923 -0.028505 0.012797 0.027549 -0.007735 0.027568 0.058219 0.012335 0.064708 0.01403 0.030956 0.017298 0.02913 0.024121 -0.072005 0.027255 -0.025897 0.023917 -0.056857 0.061145 0.007652 0.034819 0.048855 -0.000344 0.018032 0.003319 -0.0577 0.050369 0.001783 -0.030124 0.05231 0.034859 -0.016651 -0.03495 -0.051478 0.014193 -0.006373 0.011809 0.10298 -0.033763 -0.014922 0.009127 0.018188 0.018861 0.001476 0.013671 -0.022629 -0.064454 0.042211 0.059014 -0.002969 0.000487 0.023206 -0.110439 -0.041568 0.04429 0.022964 -0.034762 0.016399 -0.009438 0.061809 -0.062647 -0.06227 -0.007109 0.034029 -0.070164 0.007197 0.014668 -0.015121 -0.039808 -0.024061 0.047188 0.080828 0.016845 -0.039836 -0.02398 -0.053809 -0.026167 0.015022 -0.023179 0.001725 -0.001305 0.067867 0.011497 -0.002758 -0.016705 0.01427 0.004175 0.036731 -0.053647 -0.026768 0.048864 0.026164 -0.064117 0.023733 -0.016777 0.010452 0.020556 -0.019709 -0.015621 0.007205 0.015905 -0.103341 0.016906 0.005692 -0.027908 -0.007556 -0.006297 0.013434 0.013459 0.053277 -0.007946 0.043978 0.026914 -0.0644 0.041032 0.059183 0.034616 0.008407 -0.016819 -0.000722 -0.066501 0.003328 0.005287 -0.017661 -0.05635 -0.00712 -0.030239 0.04899 0.000575 0.00171 -0.023094 -0.042597 -0.044099 0.019837 -0.030744 0.011342 -0.00911 -0.020352 -0.033888 -0.019295 0.012258 -0.00405 0.019946 -0.029894 0.007711 0.039126 0.029508 -0.021156 -0.044107 0.024534 0.036531 -0.000518 0.046825 0.012555 0.016715 0.020298 -0.004099 -0.03835 -0.024303 0.005464 0.022267 -0.049288 -0.042668 -0.012115 -0.013484 -0.025751 0.006771 -0.052801\ň 0.014241 0.003023 -0.032942 0.015053 0.01327 0.0296 0.013265 -0.009625 -0.019501 -0.022804 0.030488 0.00739 -0.012052 -0.018891 0.029372 -0.016044 0.003698 -0.015059 0.004616 -0.045531 -0.009521 -0.007756 -0.01386 0.010102 -0.001116 0.013271 -0.012218 -0.004398 -0.007617 -0.034878 0.039279 -0.016269 -0.017931 -0.020946 -0.004765 0.004095 -0.019422 0.036778 0.008178 0.010731 -0.036755 0.019409 0.004972 0.003018 -0.011968 -0.008619 0.024339 0.008954 -0.005894 0.001072 0.002676 0.042398 0.021811 -0.027028 0.037305 0.017145 -0.010161 0.023386 -0.011476 0.025684 -0.021208 -0.027426 -0.011246 -0.00396 0.007072 0.02483 0.042389 -0.022048 0.018347 0.02116 -0.037856 -0.007399 0.013962 0.019462 -0.038376 -0.009531 -0.011167 0.014567 -0.026471 -0.019197 0.011234 -0.012147 -0.014957 0.012009 -0.018753 -0.04296 0.003428 0.001282 -0.015322 0.005307 -0.001082 0.016047 0.002942 -0.007295 0.002339 -0.010922 0.001717 -0.03458 -0.014088 -0.016739 -0.039963 -0.000865 -0.005525 -0.025569 0.017058 -0.007762 -0.024375 0.003682 0.007136 0.009051 0.047117 0.017359 0.019081 -0.008864 0.010994 0.01266 -0.021999 -0.004094 -0.026235 -0.028203 0.021251 -0.009195 0.024439 0.024149 0.019542 -0.004814 0.003572 0.011203 -0.014816 -0.012876 -0.000522 0.008412 -0.013704 0.027415 -0.009775 0.010606 -0.017211 0.021272 0.006162 0.038675 -0.007118 -0.011038 0.017619 0.017542 -0.028446 -0.04456 0.047325 -0.002234 0.010452 -0.037897 0.014565 0.007807 0.025888 0.012607 0.005168 0.002386 -0.010378 -0.023164 0.016191 -0.01639 -0.020127 0.011804 0.022711 -0.00254 -0.021604 -0.019003 0.01754 -0.013139 0.015038 0.030117 -0.018361 -0.018734 -0.011101 0.019661 0.002292 -0.019325 -0.009041 -0.014009 -0.040632 -0.005301 0.030069 -0.011559 0.000365 0.001135 -0.006233 -0.021668 -0.005424 0.016511 -0.025556 -0.004834 0.006757 0.021935 -0.037151 -0.018983 0.005682 0.034854 -0.019017 0.016489 0.011396 -0.004396 -0.037141 -0.021609 0.007377 0.018364 0.018367 -0.00602 0.005732 -0.02004 -0.010473 0.02186 -0.013989 -0.010414 -0.009786 0.016998 0.001526 0.032481 0.003524 -0.009544 0.009457 0.003011 -0.013882 -0.004754 0.001836 0.004474 -0.031982 0.011229 -0.005822 -0.002045 0.014638 -0.017807 -0.005113 -0.002692 0.001245 -0.026742 -0.025355 0.011344 -0.006918 -0.026781 0.014617 0.008159 0.015279 0.019395 -0.012059 0.011548 -0.002412 -0.017812 0.0243 0.004217 0.02513 0.038362 0.00247 0.004774 -0.007633 -0.024492 -0.028936 -0.015466 -0.009299 0.012684 -0.025285 -0.00882 0.013752 0.003876 0.027735 -0.018841 -0.01668 -0.02431 -0.023242 0.000856 -0.001509 -0.000945 0.020577 -0.010704 0.010595 0.003393 0.025965 -0.004199 0.015865 0.011293 0.040422 -0.031347 0.005766 -0.012498 0.023477 0.018186 0.006983 -0.009922 0.012187 -0.009258 -0.020421 -0.01023 0.009838 -0.038662 0.011983 -0.050593 -0.009677 0.010989 0.012622 -0.007009 0.013061 -0.014055\nऐ 0.051963 -0.005576 -0.069315 0.024956 0.006608 0.050024 0.007636 0.014963 -0.037881 -0.05037 0.035232 0.01168 -0.002672 -0.034421 0.035896 0.015719 0.035541 -0.037242 -0.009382 -0.049849 -0.033396 -0.000549 0.023174 0.027385 0.017087 0.024336 0.014566 -0.00561 -0.014887 -0.029187 0.018439 -0.055679 -0.021788 -0.052896 0.015373 0.018231 -0.054928 0.058303 0.003437 0.033266 -0.04707 0.018379 0.01962 0.000347 -0.038732 -0.044533 0.047255 -0.01414 -0.012854 0.016243 -0.001067 0.072943 0.047871 -0.026878 0.051277 0.012712 -0.014615 0.037189 -0.028804 0.038286 -0.025541 -0.031238 -0.007695 -0.015635 0.043305 0.019461 0.054798 -0.025781 0.058051 0.033697 -0.072613 0.000949 0.030191 0.013762 -0.04344 0.009791 -0.025418 0.027624 -0.037208 -0.012602 -0.004899 -0.008187 -0.0088 0.018833 -0.034681 -0.061437 0.002265 -0.022129 -0.028528 -0.002234 -0.027124 0.035847 0.003734 -0.022135 0.013407 -0.013679 -0.0068 -0.066893 -0.014938 -0.005508 -0.03002 -0.00057 -0.009667 -0.030528 0.023235 -0.003901 -0.022639 -0.004363 0.034026 -0.020222 0.047034 0.019736 0.034013 -0.02112 0.007996 -0.004656 -0.03226 0.018319 -0.013126 -0.075886 0.039012 -0.006952 0.048314 0.036722 0.027612 0.017685 -0.01873 -0.02303 -0.021163 -0.014789 -0.012447 -0.013172 -0.006207 0.026491 -0.024375 0.014213 -0.051243 0.002607 -0.00916 0.046555 0.011989 -0.004638 0.0239 0.024161 -0.041051 -0.056202 0.060047 0.008069 -0.019507 -0.041856 0.008198 0.013988 0.036459 0.044498 0.000923 0.024451 0.012667 -0.032337 0.020993 -0.049637 -0.020199 0.019213 0.044273 0.008607 -0.009467 -0.003029 0.015081 -0.025416 0.035511 0.049994 -0.032243 -0.040459 -0.014117 0.037445 -0.031907 -0.023885 -0.039975 -0.004876 -0.056626 -0.021008 0.048902 -0.009494 -0.010133 -0.012287 -0.019228 -0.022734 -0.004961 0.016083 -0.083871 0.010478 0.014796 0.020947 -0.035555 -0.044348 -0.002334 0.046565 -0.029023 0.013886 0.003998 -0.00653 -0.030521 -0.045462 0.02135 0.040773 0.019694 0.037841 0.009146 -0.01398 -0.015654 0.05194 -0.034927 0.006646 -0.02018 0.019006 -0.004133 0.086123 0.020468 -0.027475 0.012421 -0.014318 -0.016002 -0.000956 -0.004617 0.025632 -0.036456 0.005468 0.002198 0.037289 -0.009318 -0.028894 -0.000183 0.009972 -0.014347 -0.021164 -0.047495 -0.005781 -0.034543 -0.04272 0.050448 0.047244 0.018588 0.030724 -0.044388 0.015773 0.014515 0.005847 0.040539 -0.018276 0.063322 0.063136 0.027686 0.028954 0.006133 -0.060732 -0.036315 -0.027537 -0.00511 0.021777 -0.037167 -0.00296 -0.004051 -0.025984 0.040531 -0.023478 -0.032039 -0.006477 -0.047457 -0.018263 0.003036 -0.001659 0.017425 0.004561 0.003267 -0.015405 0.007708 -0.010985 0.006268 0.032282 0.049074 -0.051257 0.003358 -0.036494 0.015967 0.006619 -0.028653 -0.007841 0.021395 -0.013836 -0.028689 -0.024019 0.014607 -0.051047 0.007263 -0.080322 -0.009089 0.001067 0.02752 0.015257 0.033413 0.002263\nຕ 0.033436 0.004204 -0.043119 0.024519 0.007464 0.036197 0.010271 8.6e-05 -0.021684 -0.02715 0.019065 0.008216 -0.006465 -0.022628 0.029068 0.003026 0.007766 -0.022995 -0.006877 -0.03962 -0.018489 0.002195 0.00389 0.007168 0.003615 0.014058 -0.015148 -0.006796 -0.018937 -0.02538 0.021842 -0.029695 -0.019936 -0.043446 0.005656 0.008795 -0.031937 0.038888 0.007996 0.021358 -0.024097 0.012215 -0.001511 -0.002454 -0.024904 -0.023984 0.03025 -0.004153 0.001954 0.018459 0.009821 0.04952 0.033297 -0.030784 0.036792 0.005164 -0.000162 0.018862 -0.005923 0.030256 -0.029274 -0.025715 -0.007193 -0.007322 0.007807 0.024758 0.040044 -0.0173 0.03201 0.013737 -0.053706 -0.004148 0.019978 0.018573 -0.046112 0.004176 -0.025811 0.027244 -0.034771 -0.007998 0.017744 0.003956 0.004533 0.014124 -0.021584 -0.059913 0.012656 -0.005137 -0.020594 -0.004309 -0.002694 0.024054 0.008077 -0.017293 0.013055 -0.003779 0.007277 -0.038631 0.001059 -0.001327 -0.018893 1.2e-05 0.000199 -0.030223 0.012913 -0.004082 -0.008234 0.004173 0.03187 -0.001282 0.043811 0.015323 0.024815 -0.014895 0.004382 7.4e-05 -0.011035 0.000516 -0.009867 -0.040398 0.020618 0.002396 0.042367 0.013589 0.031052 0.017764 -0.012374 -0.017194 -0.015208 -0.018868 -0.017296 -0.00289 -0.013125 0.028117 -0.024146 0.013072 -0.02943 0.00063 0.006122 0.045968 0.002661 -0.010324 0.006394 0.025056 -0.035944 -0.045528 0.037437 0.009532 -0.003118 -0.036746 0.009054 0.009911 0.036802 0.025445 0.002147 0.008677 -0.008887 -0.018267 0.008954 -0.021885 -0.012124 0.015945 0.028365 0.017285 -0.008744 -0.01915 0.018583 -0.016102 0.021397 0.020772 -0.021275 -0.02236 -0.012278 0.034558 -0.023136 -0.031037 -0.011682 -0.010094 -0.038303 -0.023783 0.033562 -0.008542 0.005716 -0.008976 -0.001402 -0.011613 0.002497 0.020117 -0.045847 0.002118 0.005344 0.028954 -0.033629 -0.032888 0.004055 0.043737 -0.021105 0.014204 0.004758 0.00017 -0.034674 -0.02507 0.017396 0.018456 0.009731 0.025668 0.011591 -0.002261 -0.002861 0.042711 -0.02063 0.000806 -0.010218 0.012714 0.000742 0.062895 0.006867 -0.023288 0.0052 -0.007679 -0.00466 0.008469 -0.008048 0.00699 -0.013297 -0.007304 -0.002331 0.018091 -0.007564 -0.024195 -0.006771 -0.000689 -0.009168 -0.026845 -0.035772 -0.00165 -0.01652 -0.032219 0.026908 0.021991 0.008322 0.025899 -0.02518 0.014815 0.000111 -0.011101 0.039277 -0.008179 0.041238 0.053615 0.023524 0.004993 0.002749 -0.036507 -0.035332 -0.023927 0.004159 0.018422 -0.021865 -0.011344 0.005298 -0.009806 0.029525 -0.024815 -0.030661 -0.018906 -0.038632 -0.014643 0.006854 -0.000608 0.01617 0.00125 0.008417 -0.002283 0.012514 0.005764 -0.006889 0.017014 0.040419 -0.046755 0.000369 -0.021033 0.009016 0.008687 -0.024568 -0.002244 0.007106 -0.012575 -0.012487 -0.021097 0.005443 -0.047893 0.01045 -0.059527 -0.012981 0.002148 0.018767 0.018396 0.027615 -0.007154\nဖ 0.027329 -0.005232 -0.039411 0.003966 0.028952 0.047213 0.013709 0.003997 -0.018391 -0.034301 0.041408 0.006518 -0.014088 -0.035922 0.052047 -0.006322 -0.001122 -0.017003 -0.010683 -0.036162 -0.014603 0.001354 -0.016037 0.018341 -0.000909 0.02186 -0.016673 -0.019226 -0.015948 -0.017945 0.008042 -0.035821 -0.017168 -0.045681 0.009213 0.019878 -0.03729 0.036232 0.005765 0.031493 -0.030071 0.012777 -0.005433 -0.013442 -0.03427 -0.029801 0.038181 0.006071 -0.005389 0.013335 0.01546 0.046035 0.041356 -0.036203 0.033671 0.017169 -0.008713 0.017795 -0.005402 0.026198 -0.035713 -0.040346 0.009107 -0.026566 0.017841 0.023442 0.033097 -0.017725 0.032323 0.014271 -0.03807 -0.015151 0.022686 0.019385 -0.046946 0.002914 -0.037329 0.02503 -0.038487 0.003959 0.008908 -0.0069 -0.002587 0.018674 -0.025575 -0.052756 -0.015554 0.013888 -0.01255 -0.003224 -0.010235 0.026879 0.003038 -0.024927 0.010221 -0.019709 -0.00227 -0.022295 -0.000915 -0.008307 -0.025529 0.012108 0.010057 -0.028479 0.021343 -0.007384 -0.016989 0.031312 0.037406 -0.008612 0.03343 0.02237 0.021522 -0.015195 0.02916 0.016577 0.002888 -0.001103 -0.013315 -0.039963 0.025021 0.003753 0.038416 0.036832 0.054829 -0.000662 -0.026942 -0.006029 -0.011172 -0.028727 -0.035432 0.006403 -0.021465 0.020542 -0.010133 0.022973 -0.025969 0.01371 0.010017 0.040349 -0.007142 -0.009543 0.009064 0.025131 -0.035444 -0.062621 0.043881 0.003081 0.009944 -0.041615 -0.000303 0.010306 0.033902 0.030837 -0.019307 0.009966 -0.002107 -0.026815 0.033896 -0.019362 -0.016198 0.013876 0.021101 0.022987 -0.005445 -0.009668 0.01987 -0.027987 0.021586 0.031393 -0.031215 -0.009065 -0.015135 0.030493 -0.021352 -0.023764 0.004636 -0.019408 -0.067395 -0.022367 0.012877 -0.01834 0.002617 -0.005125 -0.002914 -0.023802 0.001567 0.034119 -0.061798 -0.00087 0.002306 0.041185 -0.04662 -0.050314 0.004117 0.049978 -0.026225 0.019076 -0.00276 0.005298 -0.052151 -0.040583 0.016867 0.040607 0.024903 0.018025 0.027287 -0.005447 -0.000875 0.049516 -0.030863 -0.016631 -0.001312 0.028578 -0.003031 0.067545 -0.010511 -0.0275 0.002744 0.008027 0.003123 0.014347 -0.013555 -0.004443 -0.017612 -0.008745 -0.009465 0.025314 -0.011402 -0.037984 -0.001251 -0.010778 -0.004524 -0.034586 -0.038215 0.004038 -0.006616 -0.038236 0.021604 0.019032 -0.000838 0.036572 -0.018141 0.014222 0.001248 -0.009586 0.036246 -0.012083 0.033569 0.059132 0.031115 0.002803 0.011115 -0.0602 -0.02944 -0.013851 -0.006698 0.015943 -0.030766 -0.015858 -0.002082 -0.011414 0.031431 -0.024092 -0.047049 -0.025759 -0.041554 -0.032779 0.001261 -0.004239 0.017536 -0.001288 -0.004286 0.0011 0.012637 0.001865 0.003657 0.019975 0.059872 -0.039176 -0.025038 -0.036916 0.015355 0.020648 -0.025212 -0.008005 0.016886 -0.002993 -0.014663 -0.007421 0.013283 -0.047709 0.013801 -0.087264 -0.019912 0.014307 0.002718 0.017859 0.020988 0.025163\n¡ 0.055299 0.000964 0.000594 0.025429 0.032981 0.025809 0.003983 -0.005973 -0.013807 -0.033613 0.032261 0.017676 -0.038898 0.000117 0.073007 -0.03035 0.012927 -0.01232 -0.005536 -0.00486 0.030211 -0.000686 -0.017671 0.004672 0.013244 0.03969 0.005955 -0.013862 0.026934 0.025107 -0.021759 -0.018729 0.005036 -0.030605 0.032091 0.029617 -0.04632 0.046199 0.01185 0.025709 -0.0108 0.033702 0.016204 -0.020735 -0.028397 -0.019243 -0.003509 0.007369 0.058148 0.005444 0.026384 0.030117 -0.006065 -0.02964 0.018974 0.056438 0.021277 0.008132 -0.035446 -0.011547 -0.007338 0.006761 -0.028493 -0.006357 0.016995 0.001918 -0.007269 -0.049399 -0.026455 0.018846 -0.040447 0.001641 0.038781 0.012998 -0.043818 0.021375 0.010097 0.033742 0.015772 -0.010478 -0.003319 -0.048991 -0.027334 0.012156 -0.016319 -0.017126 -0.007312 0.026159 -0.039453 -0.025594 -0.001923 0.038646 0.016918 -0.021152 -0.033917 0.004043 -0.03504 -0.039888 -0.014008 -0.016855 -0.027851 0.015357 -0.006235 0.011341 -0.036592 0.019914 -0.02468 -0.000865 0.043613 0.001586 0.037832 0.017771 0.038793 -0.006639 0.043002 0.054632 0.020522 -0.006584 0.002898 -0.031523 -0.005191 0.025732 0.084715 0.032566 -0.014826 0.036105 -0.000489 0.006072 -0.01962 0.023138 0.001398 -0.012923 -0.005654 0.03362 -0.015573 -0.012415 0.009186 -0.000854 -0.001517 0.026167 -0.0312 -0.049063 0.023624 0.053613 -0.019131 -0.067322 0.036355 0.002548 0.01771 -0.036668 0.029228 0.016205 0.03139 0.020492 -0.023612 0.042332 0.003616 -0.01182 0.046691 -0.035004 -0.048006 0.022035 0.007623 0.004747 -0.00667 -0.027421 -0.031129 -0.020506 0.013331 0.05182 -0.038608 -0.029131 0.042189 0.021114 -0.005189 0.0043 -0.004058 -0.005431 -0.025176 -0.026215 0.02394 -0.014061 -0.02402 -0.038967 -0.026748 -0.00663 -0.002141 0.052516 -0.047661 0.038905 0.064559 0.024487 -0.030607 -0.060632 0.016182 0.060407 0.017747 0.029051 0.018841 -0.003732 -0.023929 -0.059399 0.022243 0.048143 0.013705 0.012837 0.00566 -0.001538 -0.00793 -0.016437 -0.042483 0.007119 0.00101 0.004288 0.001974 0.023763 0.009618 -0.045205 0.015638 -0.019751 -0.007062 0.007332 0.006951 0.009473 0.002592 -0.033336 0.02103 0.003842 0.007894 0.010319 -0.057933 -0.006133 0.003658 -0.004455 -0.018451 0.000795 -0.017279 -0.035378 0.032789 0.02866 -0.005975 0.040315 -0.017119 0.008006 0.021004 -0.029293 0.045313 0.028841 0.002914 0.011934 0.008471 0.009235 0.012085 0.004606 -0.030852 0.008017 -0.020012 -0.013381 -0.028813 -0.019773 0.014676 -0.01355 0.033034 -0.007725 -0.012946 0.001631 0.004977 -0.023403 0.002245 -0.017506 -0.008124 0.002037 -0.011726 -0.061666 -0.005248 0.010937 0.046987 -0.009102 0.0304 -0.050468 -0.006921 -0.010488 0.014923 -0.000457 -0.030949 -0.009758 0.052992 -0.007394 -0.00077 -0.015841 -0.00733 -0.042857 -0.013976 -0.018861 -0.017779 0.011676 0.008153 0.042156 0.032734 0.03455\nന 0.028899 0.001049 -0.059948 0.009138 0.012659 0.03335 0.007281 -0.005293 -0.026261 -0.024422 0.029006 0.020739 -0.015861 -0.018091 0.017396 0.004261 0.008645 -0.021534 -0.022304 -0.051315 -0.028404 0.005647 0.016576 0.020282 0.006705 0.015373 -0.012701 -0.028387 -0.011756 -0.040013 0.013262 -0.020715 -0.02589 -0.04496 0.008866 0.02386 -0.031355 0.042544 -0.000194 0.031143 -0.033457 0.018022 0.010077 -0.016449 -0.042268 -0.015073 0.041908 0.005504 0.017282 0.011713 -0.000261 0.060907 0.037621 -0.032921 0.039388 0.001483 -0.02395 0.025349 -0.012511 0.028837 -0.049283 -0.014193 -0.024425 -0.01552 0.009943 0.011358 0.053905 -0.01623 0.04856 0.021827 -0.054701 -0.009901 0.02322 0.022209 -0.067069 -0.003536 -0.02041 0.02969 -0.042683 -0.015174 0.005466 0.002949 0.001305 0.017291 -0.024977 -0.062744 0.006694 -0.017539 -0.02549 -0.007229 -0.000568 0.015618 0.011253 -0.02236 0.019237 0.001071 0.000289 -0.039082 -0.023799 -0.000607 -0.024763 0.002359 -0.006867 -0.038228 0.02165 -0.0046 -0.012418 0.017365 0.050627 0.00358 0.046482 0.032224 0.02086 -0.02363 0.006424 -0.002489 -0.004883 6.3e-05 -0.030039 -0.034268 0.012212 -0.009718 0.040354 0.017072 0.034509 0.02179 -0.026723 -0.023337 -0.014898 -0.025681 -0.014964 0.001122 -0.012063 0.027343 -0.014354 0.022717 -0.039817 -0.006689 0.014737 0.048122 -0.001817 -0.015103 0.019366 0.025008 -0.042398 -0.058856 0.053915 0.020072 -0.003336 -0.053679 0.010764 -0.004373 0.043537 0.019921 0.009497 0.003541 0.005263 -0.02608 0.018486 -0.036454 -0.025936 0.018391 0.022896 0.02522 -0.02069 -0.010618 0.034768 -0.026485 0.023176 0.022625 -0.028222 -0.037558 -0.008901 0.029884 -0.026745 -0.033496 -0.003818 -0.015395 -0.041664 -0.013011 0.026612 -0.013318 0.003465 -0.00561 -0.011179 -0.03004 -0.001883 0.030902 -0.057142 0.005486 0.018416 0.021024 -0.044633 -0.041931 0.003995 0.040272 -0.017327 0.02122 -0.00668 0.006203 -0.042623 -0.024541 0.018742 0.02883 0.025062 0.02217 0.018076 -0.011088 -0.010524 0.052327 -0.020075 -0.00488 -0.015815 0.023251 -0.019709 0.075933 0.021748 -0.025932 0.004624 -0.010622 -0.00518 0.005622 -0.007074 0.011871 -0.012625 -0.005146 0.009341 0.031099 0.000663 -0.019045 -0.01452 -0.000204 -0.003809 -0.036179 -0.053068 -0.007513 -0.009356 -0.039899 0.024543 0.013842 0.004585 0.033657 -0.035361 -0.008004 -0.005328 -0.008935 0.03417 -0.01386 0.038538 0.059902 0.029982 -0.000616 -0.002928 -0.055664 -0.034238 -0.018797 -0.013548 0.024247 -0.031717 -0.01222 -0.00053 -0.015221 0.03546 -0.029621 -0.028233 -0.022162 -0.051775 -0.013058 0.007981 -0.002635 0.010031 0.013041 0.018877 -0.000692 0.024546 -0.001335 -0.012971 0.014344 0.057835 -0.057644 0.005995 -0.026699 0.004788 0.014808 0.001262 0.007312 0.018647 -0.014934 -0.03009 -0.01677 0.01432 -0.057995 -0.003176 -0.076949 0.004502 0.012965 0.008207 0.036241 0.013756 0.003198\nส 0.027689 0.003407 -0.042444 0.023814 0.01454 0.035675 0.008529 0.000637 -0.022366 -0.02789 0.022028 0.004006 -0.003819 -0.017785 0.02837 -0.00092 0.006476 -0.019619 -0.010677 -0.039881 -0.017056 0.006416 0.004751 0.013506 0.003922 0.013757 -0.015327 -0.006343 -0.011748 -0.026461 0.015943 -0.027339 -0.016967 -0.036154 0.000511 0.020052 -0.033165 0.034952 0.007351 0.016302 -0.030407 0.010579 0.000342 -0.007008 -0.02532 -0.022847 0.03367 0.004156 0.003089 0.009498 0.003603 0.043185 0.030728 -0.031781 0.035986 0.002613 -0.002609 0.024255 -0.014197 0.023365 -0.026084 -0.027693 -0.000693 -0.016473 0.013116 0.017329 0.030786 -0.014743 0.042865 0.014966 -0.046388 -0.008356 0.020766 0.011393 -0.051828 0.006039 -0.028881 0.02089 -0.030558 -0.012679 0.014021 -0.005762 0.004833 0.0133 -0.017177 -0.044005 1.8e-05 -0.000363 -0.018795 -0.001181 -0.006081 0.021633 0.012393 -0.01244 0.014979 -0.005264 0.005457 -0.034216 0.005237 5.4e-05 -0.018643 0.004967 0.000383 -0.023421 0.01705 -0.002322 -0.010583 0.006583 0.027306 -0.004226 0.047772 0.016105 0.024183 -0.015188 0.008083 0.001436 -0.004157 0.001193 -0.007291 -0.038991 0.017548 0.004489 0.035268 0.022288 0.037193 0.012356 -0.014617 -0.01408 -0.00757 -0.014864 -0.010984 -0.004579 -0.015625 0.028434 -0.018694 0.012919 -0.031468 -0.0034 0.008212 0.041266 0.000711 -0.00739 0.001107 0.025722 -0.033897 -0.042055 0.044915 0.00736 0.002335 -0.040728 0.003686 0.004799 0.035491 0.024463 0.002997 0.008548 0.005913 -0.026928 0.010998 -0.022618 -0.013879 0.012518 0.025174 0.010709 -0.010615 -0.012045 0.01913 -0.01716 0.021678 0.016696 -0.023843 -0.018683 -0.008489 0.027559 -0.019518 -0.023082 -0.00436 -0.005219 -0.037707 -0.016055 0.035508 -0.010557 0.009309 -0.009179 -0.00895 -0.009088 0.004645 0.020129 -0.049425 0.001654 0.010458 0.02821 -0.033543 -0.031932 0.007464 0.034428 -0.015718 0.008761 0.001007 -0.000128 -0.029666 -0.029191 0.014714 0.024692 0.023184 0.017768 0.004975 -0.003234 -0.002793 0.033098 -0.019046 0.000721 -0.006719 0.018738 0.002319 0.060613 0.001975 -0.0223 0.006793 -0.004429 -0.000609 0.011987 0.001302 0.006141 -0.024547 -0.000954 -0.001799 0.015304 -0.003344 -0.029966 -0.008024 0.001857 -0.002033 -0.02348 -0.029926 -0.005048 -0.011875 -0.033271 0.023693 0.027131 0.007852 0.027873 -0.026933 0.0119 0.00219 -0.003639 0.028681 -0.00364 0.034367 0.051701 0.020622 0.004624 -0.007601 -0.039342 -0.027372 -0.018572 0.001919 0.025963 -0.025233 -0.016129 0.009388 -0.01294 0.027765 -0.023477 -0.024127 -0.025627 -0.029414 -0.010355 0.005249 -0.000874 0.018568 8e-05 0.00887 0.000809 0.012641 0.000496 2.6e-05 0.013162 0.04169 -0.044407 -0.000497 -0.007671 0.011924 0.014152 -0.018569 -0.005843 0.023861 -0.008483 -0.020564 -0.015867 0.00954 -0.038248 0.009492 -0.062329 -0.009776 0.009498 0.007205 0.015091 0.020275 0.00077\nክ 0.060445 -0.035672 -0.059074 0.00011 -0.00259 -0.007744 -0.004018 -0.030736 -0.059563 -0.025681 0.044832 -0.018826 -0.022188 -0.002022 0.04713 -0.028793 0.010786 -0.028888 -0.015426 -0.009104 0.011024 0.020075 0.000424 0.01266 0.051922 0.003665 0.036554 0.021743 0.014691 -0.052329 0.055899 -0.057862 -0.036533 -0.005761 -0.02697 0.021122 -0.020968 0.029112 0.060661 0.006408 -0.044374 0.054809 0.026837 0.019329 -0.029278 -0.008373 0.041158 0.005861 0.019617 0.011693 0.046965 0.052828 -0.012811 -0.088576 0.030898 -0.015193 -0.022417 0.026137 0.026196 0.020905 0.009807 -0.028378 -0.048824 -0.001939 0.006074 0.060847 0.018977 -0.011569 0.018009 0.028523 0.007182 0.024671 0.011665 0.009299 0.015459 0.014064 0.000627 -0.001617 -0.034962 -0.039286 0.040613 -0.011803 -0.042649 0.041036 -0.001339 0.012531 -0.000458 -0.016327 -0.024722 -0.017434 -0.007727 0.048365 0.00013 0.006407 0.055159 -0.011392 -0.002713 -0.074684 0.008555 0.029051 -0.000909 0.010683 0.002226 -0.04918 -0.060481 -0.021214 0.010196 -0.019409 0.029795 0.026684 0.082283 0.014534 0.036648 -0.039819 0.02698 0.012762 -0.013029 0.009442 0.019989 -0.071298 0.019407 0.043882 0.039159 0.004261 -0.017936 0.019947 0.027512 -0.014267 0.045559 -0.018817 0.019788 0.017746 0.032344 0.042781 0.004804 0.015688 -0.03381 0.000864 0.045852 0.081812 -0.019946 0.018031 -0.010023 0.017559 -0.007463 -0.052028 0.014196 0.012229 0.005187 -0.059754 0.010576 -0.056036 -0.033196 0.005805 0.006944 0.08176 -0.011054 -0.038248 -0.030878 0.005187 0.016644 -0.009267 0.014196 0.046354 -0.000277 0.007631 0.014004 -0.080733 0.043438 0.022156 0.013974 -0.02636 0.004753 0.051617 -0.054738 -0.014574 0.00255 -0.024689 -0.027929 -0.008387 0.031998 -0.023015 0.00046 -0.036556 -0.03212 -0.01453 -0.001885 0.031676 -0.065815 -0.020167 0.060318 0.047713 -0.047268 -0.027265 -0.018361 0.051772 -0.009158 0.017142 0.009954 -0.000698 -0.004506 0.011153 0.01865 0.006041 0.017728 0.00699 -0.014285 -0.032271 -0.010221 0.005253 -0.026633 0.007659 0.006265 0.019885 -0.009178 0.080736 -0.002046 -0.045708 -0.017314 0.003267 0.003994 -0.029243 0.011353 -7.5e-05 0.026844 0.026817 0.044861 0.016474 -0.011288 -0.051545 0.034882 -0.023593 0.021753 -0.05668 -0.076636 0.01503 0.022251 -0.091783 0.029731 0.020633 0.053611 0.037116 -0.022576 0.036227 0.016859 0.035586 -0.026041 -0.018741 0.052904 0.020832 -0.019221 0.033965 0.052356 -0.031991 -0.041743 -0.036842 -0.034084 -0.031482 -0.026838 -0.056712 -0.019469 -0.021272 0.002723 -0.035097 0.002512 -0.02294 -0.042493 -0.028361 0.020466 0.010343 -0.018544 0.004863 0.02859 -0.012837 0.0449 -0.055711 0.00188 0.018767 0.088985 -0.022454 0.01415 -0.018674 -0.004387 0.003355 -0.043146 -0.073085 0.013965 0.048225 -0.034399 -0.028433 -0.01412 -0.073117 0.00792 -0.024479 -0.008826 0.009149 -0.031691 0.052965 -0.00114 0.012605\nẵ 0.120435 0.002131 -0.040176 0.018168 0.003268 -0.013392 0.036639 -0.058809 -0.048384 -0.037885 -0.04361 -0.031903 -0.094718 -0.042216 0.004716 -0.067125 0.058452 -0.0303 -0.027307 -0.083074 -0.027374 0.030711 -0.010265 0.034613 0.009755 -0.034234 0.002496 0.007916 0.023049 0.064539 0.020971 -0.039955 -0.038187 -0.018504 0.054669 0.017778 0.020089 0.02858 0.008926 0.027512 0.023448 0.098032 -0.061235 0.000243 -0.029527 -0.094442 0.043723 -0.009588 0.085644 0.006712 -0.025196 0.018726 0.016765 -0.019597 0.028482 -0.066262 -0.019323 0.037105 -0.050687 0.070481 0.0211 0.009729 0.044823 0.001868 0.032606 -0.030382 0.065008 -0.07338 -0.024549 -0.018233 -0.049813 -0.054249 0.048498 0.01434 0.017431 0.014056 0.052876 0.101763 0.028105 -0.012787 -0.03666 0.078583 0.07175 0.004751 0.03417 -0.051024 -0.056992 -0.006875 0.051783 -0.015657 0.043115 0.018673 -0.058661 -0.016924 -0.044924 -0.066514 0.002925 0.03545 -0.022661 -0.044624 -0.012129 0.023951 0.004515 -0.005046 0.006043 0.025501 -0.075982 0.033466 0.091032 0.045533 -0.003313 -0.008021 0.052971 0.022102 -0.017694 0.023726 -0.052395 0.046626 0.047597 -0.039935 -0.057095 -0.003018 0.028122 0.009504 0.002092 0.037501 -0.036009 0.022782 -0.021704 0.034169 0.047044 0.034219 -0.041914 -0.030376 0.056896 -0.007369 6.7e-05 0.077096 -0.01198 -0.037941 -0.060922 -0.000338 0.077582 0.025168 -0.007944 0.00609 -0.021152 0.035823 -0.025107 0.025163 0.065411 -0.067648 0.026338 0.033872 -0.049746 -0.014311 0.027832 -0.081186 -0.016863 -0.055686 0.04304 -0.024171 -0.007745 0.010206 -0.026132 0.017432 0.038798 -0.02153 0.05829 -0.013521 -0.046588 -0.036275 -0.036769 -0.092068 -0.020214 0.02901 0.005296 0.017725 0.04784 0.005377 0.01791 0.032249 0.008355 0.045327 0.038079 0.021113 0.006745 0.043256 -0.084514 -0.025982 0.060749 0.012101 -0.0253 0.065509 -0.034139 -0.036522 0.021333 -0.02409 0.028127 -0.043729 -0.016517 -0.002781 0.006311 0.018631 0.065902 -0.02939 0.054003 -0.006388 -0.009113 -0.038365 -0.031868 -0.051271 0.096736 -0.042083 0.000169 -0.086687 -0.017067 0.070159 0.00631 0.046175 0.090882 0.024409 0.038378 -0.047787 -0.009261 -0.049091 -0.001239 0.031205 0.004249 0.029686 -0.010207 -0.000747 -0.027026 0.036096 -0.016093 0.040058 -0.024273 -0.039054 0.035459 0.040623 -0.0088 0.024229 0.04257 -0.032786 -0.018801 0.033666 -0.000289 -0.076995 0.016266 0.07034 -0.031021 0.038006 0.030277 -0.043986 -0.004424 -0.012234 0.021825 0.020458 0.001202 -0.040838 -7e-06 -0.049684 0.01237 0.029044 -0.057256 -0.045185 -0.010513 0.019571 -0.007548 -0.007951 0.037252 -0.042795 -0.04658 -0.054396 0.07316 -0.028576 0.045479 0.076205 0.060177 0.007863 -0.041334 0.035748 0.046678 0.062778 -0.05255 0.044542 0.014958 -0.016008 -0.004058 -0.056876 0.070863 -0.026729 0.031811 -0.094779 0.019823 0.107944 -0.012593 -0.021877 0.056019 -0.03878\nη 0.02506 0.001498 -0.042266 0.021962 0.008382 0.036547 0.006087 -0.003841 -0.012847 -0.031645 0.03529 0.011971 -0.01258 -0.024086 0.030062 -0.011023 0.007289 -0.01899 -0.013625 -0.035132 -0.013329 0.006069 0.0065 0.012727 0.0049 0.016831 -0.005739 -0.013757 -0.011098 -0.021642 0.021989 -0.033133 -0.015691 -0.035839 0.008515 0.018231 -0.033587 0.03808 0.007778 0.018028 -0.03239 0.009847 0.000788 0.008585 -0.022671 -0.02364 0.0317 0.001802 0.001276 0.011175 0.008269 0.042264 0.031456 -0.026291 0.038577 0.007662 -0.000982 0.019668 -0.015556 0.021847 -0.033184 -0.027735 -0.008135 -0.016869 0.013654 0.020772 0.038154 -0.015898 0.027993 0.017621 -0.046974 -0.00514 0.024153 0.009584 -0.046933 0.001388 -0.03162 0.019693 -0.026168 -0.012868 0.009358 0.001077 -0.000455 0.014194 -0.016438 -0.046828 0.004472 -0.005193 -0.017185 0.002514 -0.005777 0.024063 -0.000308 -0.004869 0.01088 -0.008793 -0.001969 -0.032536 -0.007867 -0.008004 -0.01505 0.001345 -0.002386 -0.029222 0.016609 -0.009156 -0.013007 0.011408 0.029061 -0.007685 0.043924 0.018685 0.021515 -0.010423 0.005022 0.005553 -0.003642 0.003614 -0.01246 -0.039184 0.022464 -0.001685 0.03329 0.021776 0.029553 0.005508 -0.003956 -0.012128 -0.008878 -0.015406 -0.011134 0.002059 -0.016564 0.027924 -0.017982 0.010762 -0.027728 0.004826 0.00391 0.044061 -0.007674 -0.009878 0.008589 0.025608 -0.031347 -0.046172 0.040048 0.006778 0.003142 -0.043499 -0.000695 0.00564 0.034161 0.025552 0.00155 -0.001711 -0.000968 -0.021443 0.012449 -0.022769 -0.016424 0.013951 0.022429 0.013986 -0.013006 -0.012596 0.022612 -0.019729 0.01823 0.015787 -0.031272 -0.02425 -0.010228 0.037043 -0.012678 -0.022963 -0.005633 -0.011348 -0.035449 -0.016216 0.03125 -0.016066 0.005301 -0.005042 -0.004708 -0.014224 -5.8e-05 0.01934 -0.054327 0.000391 0.016306 0.029289 -0.032893 -0.034409 0.001799 0.034599 -0.017481 0.015246 0.0035 0.001706 -0.031981 -0.030213 0.016576 0.023274 0.013518 0.01128 0.01059 -0.013007 -0.004637 0.030911 -0.014847 -0.004473 -0.0134 0.012072 -0.001312 0.062644 0.006192 -0.019775 0.002872 -0.001927 -0.003937 0.010782 -0.01171 0.004865 -0.023072 -0.004785 0.003909 0.011334 -0.005487 -0.026607 -0.004313 0.003522 -0.0056 -0.022397 -0.028732 0.00097 -0.015501 -0.033393 0.023031 0.028061 0.007224 0.0236 -0.022394 0.007278 0.008255 -0.002261 0.034169 -0.001192 0.033149 0.049963 0.022506 0.004344 -0.002241 -0.033695 -0.031416 -0.02195 -0.002922 0.016216 -0.026576 -0.011591 0.009644 -0.006102 0.027228 -0.022244 -0.026602 -0.012923 -0.029367 -0.018104 0.004595 0.000458 0.016991 -0.006291 0.007902 -0.003308 0.004826 -0.002638 -0.000321 0.019039 0.038313 -0.043082 -0.005017 -0.017006 0.012577 0.013499 -0.020637 -0.004104 0.016586 -0.006943 -0.015913 -0.015234 0.005248 -0.036065 0.003839 -0.060972 -0.009444 0.005053 0.009304 0.009907 0.014374 -0.00053\n6 0.020007 0.002549 -0.041698 0.008925 -0.001581 0.033633 0.009083 0.001436 -0.012408 -0.014797 0.021809 0.003179 -0.015862 -0.016392 0.009675 0.007017 0.010755 -0.015962 -0.016169 -0.023793 1.8e-05 -0.00201 0.009924 0.013959 0.001872 0.023924 -0.000289 0.000455 -0.007497 -0.021661 0.016347 -0.020531 -0.014399 -0.035757 0.00441 0.020576 -0.032737 0.02654 0.012621 0.008559 -0.026478 0.012609 0.003471 -0.006583 -0.013332 -0.023061 0.034965 -0.006757 0.004087 0.008785 0.002066 0.042041 0.03501 -0.022588 0.030897 -0.00224 -0.006559 0.01592 -0.003044 0.017292 -0.023375 -0.018105 -0.007096 -0.016332 0.004953 0.019009 0.02316 -0.017943 0.022199 0.017038 -0.039651 -0.008464 0.014274 0.006406 -0.044951 -0.001149 -0.023061 0.010908 -0.030775 -0.002961 0.009613 0.006887 -0.000394 0.018334 -0.009919 -0.04611 0.005271 0.008291 -0.021977 -0.003796 0.005353 0.012658 0.002426 -0.019133 0.014241 -0.002073 0.001826 -0.03078 0.002244 -0.011136 -0.005768 -0.009726 -0.00065 -0.016479 0.011307 -0.00266 -0.008818 -0.003744 0.012466 0.003622 0.028843 0.010091 0.020169 -0.015158 0.003957 0.002506 -0.003942 -0.005564 -0.005294 -0.030984 0.016181 -0.002923 0.028341 0.001459 0.023193 0.004572 -0.006468 -0.00636 -0.009609 0.003124 -0.012673 0.002325 -0.006104 0.025663 -0.010214 0.01756 -0.019991 0.001806 -0.005513 0.042922 0.002797 -0.013895 0.005876 0.019775 -0.016107 -0.035741 0.030983 0.003537 0.000887 -0.040133 0.012778 0.005755 0.026321 0.015148 0.005199 0.011371 0.000689 -0.023872 0.005464 -0.009914 -0.025817 0.008176 0.032391 0.010918 -0.005672 -0.004756 0.021716 -0.005401 0.011752 0.009241 -0.016965 -0.01059 -0.01627 0.027279 -0.016317 -0.012874 -0.018001 -0.01328 -0.029328 -0.00745 0.032292 -0.004828 0.008463 -0.002535 -0.011376 -0.001538 -0.005498 0.022063 -0.038267 0.007249 0.009164 0.013357 -0.032687 -0.025981 0.003862 0.02992 -0.008137 0.004647 0.003976 0.007873 -0.035127 -0.018952 0.019645 0.016084 0.019097 0.005897 0.002906 -0.007872 0.005955 0.020191 -0.018866 -0.001746 -0.020734 0.021374 -0.005745 0.054773 -0.001455 -0.022267 0.002671 0.002023 -0.004606 0.018125 -0.019687 0.00066 -0.020363 0.000137 0.014342 0.008978 0.000267 -0.016607 0.004386 0.006414 -0.003744 -0.02255 -0.028932 0.003346 -0.005249 -0.029986 0.020845 0.012909 0.01081 0.014198 -0.022598 0.02016 -0.003412 -0.010982 0.026526 -0.013665 0.026364 0.039769 0.012272 0.007008 -0.005713 -0.035392 -0.033461 -0.009211 0.001678 0.003875 -0.019826 -0.012269 0.01319 -0.003766 0.015865 -0.02462 -0.018751 -0.013663 -0.029762 -0.006951 0.002482 0.00767 0.009544 -0.006269 -0.009777 -0.009114 0.007493 0.000886 -0.006975 0.013749 0.02733 -0.029777 -0.002436 -0.018558 0.007623 0.009784 -0.012763 -0.009611 0.0137 -0.011681 -0.009249 -0.018284 0.001978 -0.028559 -0.002361 -0.044857 -0.013206 0.010696 0.014684 -0.002474 0.021801 0.004706\nҹ 0.030471 0.008387 -0.056627 0.039302 -0.012422 0.011599 -0.00397 0.011169 -0.000754 -0.009221 0.064745 -0.006431 -0.023952 -0.001981 0.018317 -0.017072 -0.008964 -0.054799 -0.031774 -0.006767 -0.016498 0.02382 -0.000127 0.026652 0.036957 0.027229 -0.013869 0.038431 -0.024161 -0.033033 0.041128 -0.053238 0.008721 -0.032147 0.035893 0.00921 -0.038985 0.042853 0.008576 -0.006217 -0.010673 0.03362 -0.010058 0.005262 -0.033725 -0.034046 0.056681 -0.007004 0.012396 0.035902 0.03017 0.042589 0.013773 -0.023118 0.037068 0.018978 0.030474 0.045984 0.008014 0.030925 0.001659 -0.046612 0.004362 -0.014228 0.030548 0.027522 0.007467 -0.044299 -0.002119 0.002201 -0.036998 -0.008089 0.00022 0.014655 -0.055622 0.024302 -0.050089 0.036912 -0.0063 -0.034927 0.01452 -0.016115 0.012911 0.041686 -0.018833 -0.055294 0.024147 -0.009067 0.013595 0.019733 -0.010707 0.041593 -0.013524 0.009122 0.012991 0.011318 -0.001373 -0.05557 -0.010432 0.013251 -0.004233 0.006418 -0.015465 -0.023544 0.026956 -0.024816 -0.010856 0.020839 0.020982 -0.034862 0.069427 0.000869 0.040692 -0.023892 0.027801 -0.033438 -0.02506 0.021824 -0.018942 -0.042354 0.022795 0.002596 0.022883 -0.029485 0.02689 0.013446 -0.025167 -0.024977 0.015928 -0.014953 -0.00699 0.002082 -0.014151 0.029725 -0.039041 0.004237 -0.033127 -0.031808 0.035787 0.036086 -0.010699 0.001162 6.3e-05 0.018309 -0.018683 -0.045068 0.009702 -0.008238 -0.001746 -0.032955 -0.013517 0.006628 0.017759 0.060731 -0.002674 -0.004277 -0.013638 -0.016723 0.010179 -0.03976 0.02517 0.038694 0.002611 0.040438 -0.027876 -0.008924 0.03388 -0.006411 0.036677 0.003544 -0.047263 -0.012673 -0.014753 0.033446 -0.047288 -0.0224 -0.011383 -0.003581 -0.023677 -0.04945 0.036735 -0.000891 0.013859 -0.018437 -0.026913 -0.002417 0.010018 0.008388 -0.070527 0.004275 0.017923 0.032345 -0.013091 -0.048809 -0.013117 0.016355 -0.01124 0.013876 0.016569 0.018307 -0.034232 -0.029972 0.028807 0.024436 0.025504 0.035239 0.004116 -0.021451 0.003612 0.041407 -0.01755 0.007702 -0.005768 0.058563 -0.040889 0.048584 -0.008597 -0.015716 -0.010043 -0.012535 -0.007783 0.004181 0.033368 -0.006764 -0.040948 -0.007377 -0.006097 0.022079 -0.020946 -0.049583 -0.014827 0.013976 0.003087 -0.00447 -0.021546 -0.004072 -0.0278 -0.019548 0.044404 0.071663 -0.004567 0.034964 -0.012591 -0.012672 0.005176 0.01359 0.057843 0.017541 0.043502 0.037261 0.046578 0.018382 0.003263 -0.040902 -0.042085 -0.01709 0.002896 0.012852 -0.023497 -0.005078 -0.035727 -0.006513 0.043752 -0.032336 -0.044189 -0.025747 -0.013063 -0.033197 0.011748 0.002175 0.016639 -0.006078 0.000666 -0.009695 0.0271 -0.032619 0.008377 0.005134 0.036115 -0.042481 -0.011241 -0.014112 0.006408 -0.000194 -0.020327 0.019776 -0.000212 -0.006134 0.002392 -0.011767 -0.005222 -0.057816 0.018852 -0.064472 -0.006299 -0.015306 0.032591 0.000603 0.002196 0.028949\nغ 0.027404 0.003779 -0.043193 0.012861 0.003751 0.030209 0.002902 -0.007215 -0.015653 -0.026073 0.031179 0.005234 -0.006048 -0.017095 0.022165 -0.002165 0.006569 -0.0131 -0.009568 -0.040493 -0.015094 0.001168 0.00588 0.008738 0.001395 0.013458 -0.005711 -0.008849 -0.014501 -0.024445 0.020186 -0.024446 -0.010279 -0.030083 0.008294 0.011913 -0.0325 0.030527 0.010559 0.015393 -0.026966 0.003214 0.006129 0.003049 -0.024319 -0.016989 0.029876 -0.002439 -0.004789 0.008404 0.002926 0.033657 0.028238 -0.02329 0.034646 0.005139 -0.000686 0.02013 -0.009646 0.018067 -0.026175 -0.018674 -0.007197 -0.011365 0.014587 0.017156 0.033198 -0.010443 0.029684 0.014353 -0.04824 -0.011639 0.020875 0.016527 -0.03508 0.000337 -0.024043 0.021129 -0.029226 -0.01239 0.008963 -0.004937 -0.000105 0.007497 -0.020057 -0.038627 0.004526 -0.003755 -0.009649 -0.002312 -0.006458 0.017371 0.007658 -0.008867 0.016106 -0.000652 -0.001832 -0.032494 0.001964 -0.003711 -0.017816 0.003827 -9.5e-05 -0.025504 0.013143 -0.007803 -0.013715 0.0109 0.030322 -0.009536 0.036293 0.021169 0.023447 -0.015289 0.000244 -0.001694 -0.002935 0.004718 -0.011857 -0.031439 0.020181 0.003793 0.026686 0.020854 0.026812 0.011654 -0.007639 -0.006605 -0.006617 -0.016738 -0.01007 -0.000813 -0.007164 0.025173 -0.0151 0.005963 -0.029227 0.002388 0.013933 0.03309 -0.001746 -0.00955 0.007186 0.021215 -0.024761 -0.040937 0.039966 0.014964 0.004465 -0.040472 0.007255 0.004904 0.026943 0.022829 -0.003098 0.003662 0.001443 -0.022359 0.008574 -0.017663 -0.020706 0.009714 0.016851 0.017179 -0.012612 -0.012567 0.014949 -0.018597 0.01671 0.013317 -0.024093 -0.021443 -0.007985 0.031268 -0.014469 -0.020796 -0.0059 -0.01014 -0.031938 -0.015138 0.025426 -0.01164 0.004726 -0.011321 -0.002755 -0.018028 -0.003634 0.019224 -0.040163 -0.003585 0.014512 0.017411 -0.030616 -0.028536 0.003324 0.029686 -0.016193 0.014565 0.001596 0.001469 -0.023474 -0.026254 0.013867 0.022408 0.012495 0.017427 0.006885 -0.009354 -0.004094 0.037637 -0.012152 -0.004055 -0.009605 0.015883 -0.002944 0.051863 0.006307 -0.017137 0.008411 -0.002504 -0.004719 0.004694 -0.007493 0.006913 -0.023422 -0.00105 0.003659 0.017411 -0.001699 -0.022317 -0.005995 -0.004426 -0.002312 -0.01603 -0.029687 -0.001898 -0.011614 -0.029649 0.019652 0.014302 0.00555 0.014271 -0.023249 0.00794 0.002428 0.000516 0.026969 -0.0026 0.033322 0.038843 0.017878 0.001074 0.00042 -0.029346 -0.022538 -0.019711 -0.001709 0.019903 -0.023318 -0.008457 -0.000246 -0.009621 0.025616 -0.025619 -0.022851 -0.019159 -0.027182 -0.013174 0.004022 0.002752 0.012936 0.000633 0.007366 0.002428 0.007207 -0.003634 -0.00233 0.010212 0.038629 -0.036211 -0.000283 -0.017412 0.014143 0.012807 -0.013096 -0.005254 0.020415 -0.009335 -0.015538 -0.011587 0.007753 -0.030864 0.00696 -0.054648 -0.004114 0.006833 0.013298 0.013062 0.015182 0.000902\n଼ 0.016807 -0.013021 -0.024535 0.041934 0.001498 0.034639 0.002443 0.011471 0.011466 -0.026822 0.011496 0.034952 0.000959 -0.008045 0.024362 0.009194 0.022291 -0.024918 0.010899 -0.031107 -0.001985 0.008329 -0.016725 0.045247 -0.003032 0.019022 -0.071387 -0.036263 -0.025151 -0.022092 0.022926 -0.019 -0.026525 -0.025711 0.01068 -0.011997 -0.045345 0.038336 -0.007429 0.013519 0.004195 0.021394 -0.00909 -0.001692 -0.042967 0.000307 0.026576 0.004137 -0.003367 0.009569 0.000195 0.055909 0.038064 -0.039962 0.030187 0.003385 -0.006177 0.024258 0.015372 0.002337 -0.019834 -0.051879 0.034886 -0.015543 -0.005949 -0.012662 0.011929 -0.010201 0.036304 0.035818 -0.020199 -0.006835 0.012297 0.000641 -0.02979 -0.013854 -0.023967 0.038123 -0.055345 0.007195 0.000695 0.005395 -0.022717 -0.009659 -0.050451 -0.06761 0.02555 -0.005313 -0.015738 -0.000736 -0.044648 0.028297 -0.000111 -0.005426 0.015376 0.00268 0.012585 -0.039359 0.029481 -0.001135 -0.022405 0.034991 -0.010265 -0.009279 0.003037 -0.029394 0.001773 0.001315 0.04441 0.006973 0.022045 0.019859 0.042485 -0.0164 0.00706 0.029457 0.009728 -0.000783 -0.001365 -0.03727 0.020097 0.007233 0.039109 0.003761 0.034309 0.025587 -0.015059 -0.024895 0.005053 -0.034935 0.021936 0.023018 -0.0133 0.029162 -0.027192 0.018505 -0.046776 0.038083 -0.01564 0.039908 -0.010123 0.016281 0.006778 0.034276 -0.036406 -0.084162 0.047698 0.015551 0.008264 -0.068072 -0.006864 -0.003608 0.053391 0.016078 0.020005 -0.013732 0.023124 -0.033022 0.031989 -0.000626 -0.036077 0.011097 0.017979 0.032294 -0.024715 -0.008181 0.013189 -0.010542 0.023295 0.019423 -0.018943 -0.013627 -0.034202 0.014869 -0.020348 -0.072438 0.005019 -0.035099 -0.037891 0.002585 0.007229 -0.0096 -0.011684 0.021693 0.015343 -0.017143 0.010495 0.008437 -0.026046 0.002017 0.028387 0.000315 -0.046994 -0.050973 -0.008844 0.024186 -0.009582 0.002535 0.001289 -0.014143 -0.036422 -0.049195 0.017609 0.049204 0.023454 0.047909 0.017558 -0.00584 0.013512 0.058301 -0.036346 0.001659 -0.033802 -0.023201 -0.030574 0.088903 0.034024 -0.014558 0.02008 0.006522 -0.018595 -0.024557 -0.015423 0.005599 -0.038159 -0.008499 0.003753 -0.005604 0.022018 -0.045516 -0.007253 0.03077 -0.00453 -0.026221 -0.01456 -0.02196 -0.016151 -0.021447 0.028857 0.006394 0.025119 0.026151 0.002378 0.017505 0.010432 0.008872 0.040417 -0.023385 0.033475 0.060944 -0.002971 -0.029342 -0.01575 -0.046579 -0.042195 0.001616 -0.016093 0.017002 -0.048861 -0.018443 0.000433 -0.008285 0.032263 -0.022212 -0.022907 -0.00364 -0.012479 -0.02729 0.035065 -0.008318 0.016271 0.026386 0.00298 0.010149 0.005896 0.031145 -0.042283 0.007843 0.044867 -0.022825 0.021898 -0.007248 0.01306 0.020407 -0.04415 0.007132 -0.013096 -0.0077 -0.022028 -7e-05 0.015246 -0.026469 0.022919 -0.086305 -0.006868 0.016021 0.011737 0.022793 -0.020606 -0.002639\nా 0.033534 -0.003905 -0.056481 0.02499 0.02315 0.051707 -2.6e-05 -0.004062 -0.02093 -0.024103 0.042638 -0.000643 -0.008416 -0.024782 0.030119 0.000624 0.013409 -0.034185 -0.012494 -0.046861 -0.016094 -0.000365 -0.008993 0.023955 0.004065 0.035114 -0.02567 -0.013786 -0.021896 -0.015648 0.025475 -0.036155 -0.013236 -0.039231 0.013476 0.015379 -0.057377 0.039267 0.01331 0.024678 -0.040033 0.010517 0.009915 0.002183 -0.028181 -0.014353 0.036156 0.000887 0.004501 0.008643 0.006826 0.04742 0.037664 -0.040816 0.04683 0.005757 -0.010926 0.025132 -0.020614 0.033948 -0.044533 -0.046602 -0.012406 -0.012284 0.005734 0.017512 0.033483 -0.02451 0.03291 0.020649 -0.055194 -0.004554 0.023915 0.015582 -0.052867 -0.005498 -0.028812 0.031518 -0.039726 -0.013818 0.012755 0.007511 0.000136 0.032253 -0.029262 -0.055595 0.002373 0.012676 -0.025315 -0.007018 -0.005004 0.03614 0.010764 -0.018815 0.009065 0.008835 -0.011904 -0.036 0.010115 -0.00165 -0.025851 -0.003188 -0.003247 -0.030064 0.013394 -0.011074 -0.024863 0.005175 0.036828 -0.006087 0.0538 0.018339 0.034796 -0.015913 0.012408 0.002261 0.000512 -0.012367 -0.008249 -0.047786 0.026913 0.006529 0.052772 0.027656 0.035688 0.015604 -0.01238 -0.015018 -0.006 -0.012823 -0.013836 -0.002434 -0.021179 0.0384 -0.005311 0.019814 -0.033691 0.012427 -0.000794 0.050984 0.001673 -0.005158 0.013546 0.030674 -0.040195 -0.067775 0.051943 0.007091 -0.000919 -0.0479 -9.8e-05 0.012635 0.029352 0.039515 -0.00256 0.008131 0.002963 -0.028571 0.017549 -0.034188 -0.016794 0.012219 0.032844 0.007631 -0.021111 -0.016192 0.021971 -0.030633 0.020184 0.02156 -0.040993 -0.041277 -0.015322 0.055287 -0.025379 -0.030864 0.005605 -0.014139 -0.035541 -0.014331 0.024079 -0.014225 0.009211 -0.013357 -0.00724 -0.010541 -0.005499 0.028234 -0.070193 -0.001792 0.017499 0.030856 -0.053702 -0.044703 0.006575 0.042683 -0.024497 0.015183 -0.003239 0.009399 -0.043212 -0.043388 0.018217 0.017014 0.027632 0.002232 0.027668 -0.011065 -0.00112 0.043341 -0.032458 -0.009128 -0.00678 0.024559 0.003356 0.083986 0.001784 -0.023748 0.010374 0.006122 0.000626 0.008443 -0.016003 0.010337 -0.016892 0.002215 0.007556 0.020717 0.009403 -0.036267 -0.016382 0.005495 -0.012567 -0.037947 -0.03636 -0.003946 -0.008995 -0.03899 0.023735 0.020858 0.002474 0.033554 -0.027903 0.011863 0.002344 -0.000296 0.04352 -0.0102 0.04884 0.061691 0.014977 -0.000759 0.000467 -0.044794 -0.040822 -0.017325 -0.003409 0.013201 -0.042622 -0.034932 0.008779 -0.020463 0.037826 -0.019686 -0.029922 -0.030134 -0.032021 -0.014613 0.002821 0.001326 0.016372 -0.008321 0.001816 0.001138 0.017151 -0.005898 -0.001484 0.016557 0.047722 -0.059769 -0.005688 -0.025728 0.022223 0.0222 -0.029452 -0.014583 0.014263 -0.008587 -0.032155 -0.00528 0.027559 -0.053198 -0.004034 -0.069141 -0.022575 0.016773 0.018929 -0.003002 0.02228 0.000748\nቂ -0.049458 0.024049 0.017259 -0.054779 -0.019343 -0.021531 -0.029511 -0.012979 0.008571 -0.017108 -0.002685 0.013675 -0.003081 -0.018104 0.01329 0.015898 -0.012065 0.048108 0.020879 -0.018545 -0.017778 -0.011434 -0.012755 -0.00622 0.002855 0.025979 -0.016947 -0.045642 -0.007512 -0.011989 0.030514 0.040781 -0.018843 0.016953 0.00059 -0.002923 0.009692 -0.023007 -0.015764 -0.005873 0.013188 0.009672 0.012159 -0.017571 -0.004607 0.058507 -0.024154 0.014676 -0.013073 -0.04522 0.008139 -0.015514 -0.029703 -0.014062 -0.008226 0.004775 0.006758 -0.019793 0.000532 -0.034922 -0.002533 0.02636 0.017428 0.015534 -0.016748 -0.01007 -0.000662 0.00106 0.02742 0.008552 -0.011414 -0.007382 0.002521 0.01534 0.009083 -0.015467 0.031396 0.000108 -0.047413 0.028185 -0.015661 -0.012183 -0.020005 -0.019644 -0.013514 0.021002 0.004952 0.010124 0.004426 -0.040183 0.01339 0.000392 -0.011456 0.004099 0.026613 0.0131 0.003441 0.006556 -0.044938 0.017858 -0.011082 -0.022196 0.015753 0.012822 0.016612 -0.009981 -0.007401 -0.018518 0.030215 -0.016821 0.024753 0.058647 -0.00983 -0.006507 0.022207 -0.01392 0.043472 0.004079 -0.000392 -0.017677 -0.00444 0.022799 -0.022797 0.001645 0.02275 -0.013455 0.033485 0.007423 -0.007871 0.012186 0.028779 0.014852 -0.002469 -0.002869 0.026124 -0.015515 0.023702 0.030946 0.026725 0.012021 -0.013021 -0.008783 -0.013206 -0.024111 -0.009717 -0.025585 0.016678 0.021108 0.03423 -0.016605 -0.017015 -0.012542 0.016484 -0.02682 8.8e-05 -0.027248 0.039779 -0.028119 0.002644 0.002893 -0.049118 -0.012599 -0.013157 0.019351 -0.051989 0.013419 0.036413 -0.023214 -0.013527 0.003741 0.050238 -0.020832 0.018217 -0.009493 0.007279 0.028918 0.019792 -0.019376 -0.020424 0.036355 -0.013551 -0.011682 -0.010563 -0.003212 0.007362 -0.049261 -0.007717 0.002141 0.060294 0.001499 -0.014213 0.001836 -0.030057 -0.007363 0.019281 0.008982 0.007191 0.012454 0.023488 -0.014696 -0.033715 -0.015434 0.001566 0.04032 -0.011123 0.022554 -0.008096 0.029289 0.016599 0.022848 0.017349 -0.017222 0.011016 0.022931 0.018664 0.000464 0.018104 -0.004415 0.00722 0.016151 0.005506 0.020016 -0.011046 0.032733 0.01654 -0.007714 -0.005002 -0.004925 -0.009058 -0.008898 -0.008965 -0.033403 0.010988 -0.040141 -0.017833 -0.014378 0.009531 -0.012756 -0.022137 -0.030139 0.0079 -0.016458 0.002918 -0.023625 0.001532 0.02404 -0.072718 0.020778 -0.009557 -0.014947 -0.021419 -0.065393 -0.04157 0.020716 0.051338 0.019384 -0.02666 0.006903 -0.01549 0.012378 -0.020528 -0.008362 0.019468 -0.011834 0.025843 -0.007946 0.011129 0.009083 -0.018054 0.005047 -0.001684 0.025726 0.031212 -0.020475 -0.021078 -0.017674 0.002342 -0.030399 0.041369 0.027751 0.053036 0.00673 0.001739 0.014853 0.060923 0.00696 0.022811 -0.011924 0.003695 0.039325 -0.011606 0.010528 -0.007017 -0.038596 -0.003962 0.048408 -0.007077 0.018214 -0.041593 0.002596\nю 0.036012 0.010583 -0.052269 0.026776 0.021864 0.034015 0.005135 8.7e-05 -0.01459 -0.031151 0.045297 0.011882 -0.010614 -0.03376 0.043382 -0.014656 0.005465 -0.022631 -0.014922 -0.050529 -0.010871 -0.002627 0.006952 0.010267 0.00839 0.028288 -0.00464 -0.013321 -0.017276 -0.026228 0.020735 -0.040794 -0.016025 -0.042829 0.011855 0.018855 -0.049861 0.045189 0.009328 0.021073 -0.035081 0.012387 0.004832 0.002808 -0.030643 -0.026603 0.044751 -0.000871 -0.007071 0.023957 0.016683 0.060397 0.035231 -0.041919 0.044608 0.015538 -0.000609 0.019288 -0.003619 0.02533 -0.031945 -0.032511 -0.00937 -0.020212 0.01628 0.023789 0.034815 -0.01498 0.029572 0.014752 -0.053216 -0.007386 0.022206 0.016155 -0.058327 -8.4e-05 -0.041469 0.035208 -0.026462 -0.012718 0.020293 -0.002231 -0.001045 0.030487 -0.028424 -0.059928 0.000108 0.009425 -0.030968 -0.005794 -0.011099 0.026561 0.004003 -0.022427 0.015679 -0.005811 0.007398 -0.03726 -0.001882 -0.007842 -0.015881 -0.005458 -0.00168 -0.030736 0.024607 0.003132 -0.015924 0.011235 0.040202 -0.000486 0.049626 0.024999 0.023744 -0.008858 0.015043 0.010035 -0.018199 0.000289 -0.016 -0.04614 0.021194 0.00783 0.045641 0.031762 0.034633 0.005812 -0.006569 -0.029279 -0.013624 -0.020794 -0.021967 -0.004229 -0.013276 0.027332 -0.026234 0.012659 -0.024598 0.014701 0.008889 0.043722 -0.007166 -0.015065 0.015166 0.030784 -0.038636 -0.053796 0.042525 0.005665 0.008582 -0.041409 0.002038 0.006446 0.028986 0.030524 -0.0112 -0.000707 -0.002086 -0.02524 0.020199 -0.018422 -0.022434 0.0201 0.017198 0.016888 -0.022892 -0.001285 0.02782 -0.029096 0.014824 0.02698 -0.026674 -0.028201 -0.011464 0.037788 -0.020115 -0.032837 -0.007532 -0.003466 -0.040425 -0.032742 0.041251 -0.007368 0.001366 -0.007543 -0.010348 -0.016173 0.003109 0.018095 -0.065375 0.006217 0.025681 0.031957 -0.029945 -0.042561 0.009683 0.042718 -0.013567 0.018504 0.00665 0.007073 -0.049518 -0.045727 0.013579 0.030798 0.02011 0.015233 0.012281 -0.012479 0.001211 0.039817 -0.030851 -0.007661 -0.004201 0.020481 -0.002027 0.075967 0.000857 -0.027069 0.004571 -0.006777 -0.012487 0.016288 -0.009011 0.005225 -0.017739 -0.007313 0.000346 0.019163 -0.012246 -0.026041 -0.009367 -0.000346 -0.010581 -0.038466 -0.042352 -0.000751 -0.00148 -0.042888 0.033537 0.027947 0.005007 0.023596 -0.022169 0.019097 0.008119 -0.015991 0.056382 -0.008155 0.044682 0.055269 0.029686 0.002804 0.009969 -0.049424 -0.050041 -0.021499 -0.001824 0.028132 -0.028987 -0.01619 0.003979 -0.003509 0.031451 -0.031473 -0.028388 -0.021651 -0.033061 -0.025383 0.008007 -0.000831 0.015705 -0.006887 0.007729 -0.00482 0.015496 0.010398 0.008686 0.008483 0.040124 -0.056458 -0.002833 -0.025099 0.018243 0.01783 -0.020851 0.002616 0.017329 -0.017417 -0.023563 -0.018874 0.00911 -0.045039 0.009801 -0.068034 -0.015294 0.01606 0.016869 0.016705 0.020147 0.003729\nॐ 0.058317 -0.006851 -0.103362 0.019088 0.026565 0.045084 0.021111 0.007015 -0.038196 -0.059136 0.011972 -0.008397 -0.032543 -0.067435 0.042728 0.001649 0.003338 -0.024028 -0.02352 -0.066723 -0.000743 0.005701 0.011404 0.003241 0.012823 0.023501 0.009405 -0.030711 -0.048705 -0.05468 0.049123 -0.042593 -0.070802 -0.046955 0.014148 0.023115 -0.048854 0.062336 0.000926 0.014694 -0.031038 0.013078 0.007676 0.014677 -0.008803 -0.011016 0.065754 0.004643 -0.025139 0.040575 0.007618 0.079763 0.054389 -0.060388 0.065074 0.03492 -0.012952 0.036088 -0.024063 0.021716 -0.031826 -0.016106 -0.004965 -0.032583 -0.017453 0.001106 0.070843 -0.013269 0.081619 0.033433 -0.104489 -0.015446 0.043252 0.053962 -0.092587 -0.023747 -0.021902 0.054051 -0.045982 -0.02081 -0.00066 0.004172 -0.005668 -0.019958 -0.012705 -0.065188 0.037123 -0.007684 -0.0599 -0.0086 -0.017217 0.037064 -0.00534 -0.015854 0.028998 -0.016979 -0.017168 -0.045275 -0.009422 -0.029913 -0.040891 0.027966 0.001147 -0.024789 0.014373 -0.013049 -0.038874 0.015265 0.035741 0.015095 0.07746 0.054717 0.037038 -0.027362 0.010065 -0.024308 -0.046083 -0.002067 0.004592 -0.048627 0.058509 0.016198 0.060453 0.035378 0.023488 0.034222 -0.006341 0.034156 -0.022006 -0.05887 -0.01052 0.021006 -0.060382 0.040574 -0.005812 0.007777 -0.073662 0.024455 0.006646 0.044478 -0.005513 0.006055 0.014921 0.039102 -0.077568 -0.075787 0.112296 5.1e-05 -0.006512 -0.060978 0.002965 0.033651 0.083164 0.016433 0.017686 0.02502 0.035005 0.000165 0.045311 -0.012618 -0.081238 0.015369 0.051435 0.013035 -0.005654 -0.023288 -0.001222 -0.034935 0.023122 0.014256 -0.074994 -0.029532 -0.027352 0.05381 -0.020628 -0.057411 0.014044 0.004339 -0.045114 -0.023136 0.076455 -0.008951 0.026752 -0.014762 -0.031161 -0.018549 0.009134 -0.008819 -0.062913 -0.016555 0.038414 0.016335 -0.073761 -0.052749 -0.01563 0.074675 -0.028868 0.021757 0.010991 -0.021774 -0.079127 -0.014689 0.037592 0.048895 0.026895 0.030097 -0.000331 -0.041786 -0.014773 0.047898 -0.021752 -0.025942 0.01417 0.035326 -0.005805 0.092217 0.007387 -0.062186 -0.020264 0.023681 -0.017905 0.03979 -0.050228 -0.021144 -0.034714 0.005753 0.026886 0.017108 -0.028235 -0.061762 0.018141 0.006608 0.012616 -0.023912 -0.041575 -0.00215 -0.019403 -0.060592 0.027368 0.020463 0.014162 0.047717 -0.034691 0.03426 0.000991 -0.001146 0.044558 -0.023919 0.066469 0.087768 0.032372 0.031735 0.006575 -0.054103 -0.041087 -0.025727 -0.009023 0.020574 -0.037999 -0.002527 0.026946 -0.05231 0.011637 -0.042056 -0.078258 -0.048798 -0.046692 -0.00485 -0.00876 0.021337 0.044718 0.027941 0.004322 -0.000872 0.025673 -0.003062 -0.010225 0.046486 0.05497 -0.083584 -0.016846 -0.021379 0.027259 0.005142 -0.028083 -0.013092 0.019999 0.016532 -0.006789 -0.034155 0.021008 -0.084332 0.037135 -0.119018 -0.00529 0.000767 -0.005509 0.025547 0.050897 0.043848\nී -0.004621 0.005871 -0.030486 0.005869 0.008673 0.018792 -0.003605 0.012844 -0.012232 -0.008751 0.05414 0.020124 -0.025302 -0.031431 0.027752 -0.003848 0.018209 -0.02359 0.018822 -0.030869 -0.014045 -0.018372 0.001601 -0.01611 -0.010222 0.003962 0.001584 -0.013955 -0.003968 -0.003635 0.037727 -0.039728 -0.006551 -0.018894 0.021099 0.015278 -0.029036 0.015792 0.008718 0.013524 -0.001652 0.009741 0.001093 -0.009363 -0.016071 0.025651 0.001149 0.003508 0.001138 -0.009902 0.017279 0.031118 4.8e-05 -0.019338 0.033614 0.021998 0.012897 0.032109 0.00149 0.005976 -0.026241 -0.02695 -0.00557 -0.017344 -0.004776 0.010558 0.022629 -0.010873 0.01871 -0.009873 -0.042636 -0.010672 -0.016515 0.007599 -0.033855 -0.018112 -0.018168 0.005499 -0.019811 0.000145 4.7e-05 -0.005404 -0.006254 0.015078 -0.02947 -0.036155 -0.001614 -0.002259 -0.017541 -0.009653 -0.008029 0.033014 0.021675 -0.000288 0.007643 -0.000171 0.00261 -0.011906 -0.009988 0.000274 -0.026705 0.004787 0.015964 -0.019824 0.006179 0.011637 -0.011608 0.008124 0.025035 -0.017058 0.009775 0.022592 0.025409 0.008125 0.019157 0.008583 0.001547 0.012839 -0.034935 -0.026333 0.027395 -0.000165 0.003528 0.002999 0.014289 0.000525 -0.00505 0.000111 0.008074 -0.000583 0.003777 0.003571 -0.001304 0.015781 -0.002958 0.021341 -0.005961 0.02644 0.003547 0.01912 0.002929 -0.004813 0.006151 0.00882 -0.032162 -0.040562 0.037438 0.031603 0.020782 -0.033967 0.007979 0.008163 0.012591 0.002831 -0.011047 0.004411 0.017465 -0.024522 0.031122 -0.0024 -0.030693 -0.013415 0.01435 0.004448 -0.000445 -0.003615 0.01021 -0.011099 0.023895 0.017454 -0.005579 7.5e-05 -0.000529 0.002814 0.001569 -0.004776 -0.000771 -0.022349 -0.032452 -0.011405 0.016872 -0.000929 -0.001419 0.002661 -0.023126 -0.003858 0.004135 0.011079 0.002558 0.007905 -0.006335 0.004125 -0.045343 -0.025447 -0.004553 0.034669 -0.006766 -0.007284 0.006269 -0.010912 -0.018267 -0.017934 0.012099 0.026221 0.027086 0.00432 0.010549 -0.000604 0.000949 0.004427 0.000816 -0.01668 -0.015008 0.015619 0.006325 0.017949 0.017702 -0.010678 0.000923 0.000659 0.009438 -0.009529 0.00176 0.008863 -0.01493 -0.012651 0.000138 0.042372 0.021325 -0.007595 0.008043 0.002987 0.018516 -0.016719 -0.029958 -0.016263 -0.021883 -0.029076 0.003284 0.000409 0.015484 0.021566 -0.015399 0.003057 -0.012214 -0.010434 0.023076 -0.002871 0.034936 0.030637 0.010478 -0.023785 -0.011964 -0.017857 -0.016892 -0.019267 0.009271 -0.012114 -0.031846 -0.000876 -0.008828 -0.021959 0.003123 -0.019798 -0.002961 -0.006916 0.010416 -0.007046 -0.005407 0.013575 0.005855 -0.003548 0.041754 0.008677 -0.002032 0.021247 -0.007128 -0.006663 0.01524 -0.0317 -0.002517 0.020579 0.022695 0.01187 -0.005547 -0.005927 -0.007132 -0.011013 -0.023055 0.009242 -0.001634 -0.041595 0.003582 -0.031341 -0.01059 0.006434 -0.0078 0.016496 -0.010125 -0.007486\nཔ 0.039515 0.007029 -0.057609 0.035867 0.014017 0.042065 0.015073 -0.00784 -0.014259 -0.021987 0.035121 0.011676 -0.008536 -0.023685 0.026859 -0.002452 0.004459 -0.022624 -0.005463 -0.04652 0.004488 0.012171 0.002821 0.010723 0.007049 0.031601 -0.019088 -0.0161 -0.009596 -0.016718 0.028039 -0.044454 -0.037327 -0.06578 0.025821 0.029337 -0.056658 0.048585 0.014213 0.013422 -0.02715 -0.007103 -0.019022 -0.001026 -0.03381 -0.019068 0.030525 0.019578 -0.001672 0.027608 0.004075 0.060146 0.024623 -0.036457 0.036031 0.022206 -0.005285 0.006049 -0.010042 0.023798 -0.043619 -0.023787 -0.015251 -0.015148 0.00961 0.028262 0.043065 -0.02961 0.034701 0.025432 -0.06726 -0.011843 0.024071 0.020472 -0.054254 0.008525 -0.042966 0.018034 -0.033389 -0.014804 0.01692 -0.008054 0.000751 0.023255 -0.030718 -0.070358 0.000507 0.019812 -0.029899 -0.004285 -0.012117 0.024313 0.001617 -0.010166 0.012771 -0.003546 -0.001053 -0.034648 -0.008019 -0.012457 -0.016677 0.008018 0.001194 -0.042408 0.019538 -0.00323 -0.024581 0.003392 0.042997 -0.005884 0.055824 0.01036 0.033916 -0.028163 0.007625 -0.00753 -0.01424 -0.005608 -0.018187 -0.038717 0.033152 -0.003339 0.042933 0.027572 0.039714 0.011369 -0.009216 -0.013147 -0.015384 -0.024476 -0.005289 -0.012103 -0.015233 0.029273 -0.028888 0.032465 -0.027005 0.004118 0.008757 0.05336 -0.005952 -0.022013 0.008353 0.05064 -0.046748 -0.040248 0.043264 -0.00196 0.001939 -0.03217 -0.006855 0.025411 0.030311 0.033261 -0.011213 -0.00144 -0.014909 -0.021468 0.028855 -0.012792 -0.01408 0.016275 0.024584 0.020975 -0.016287 -0.030273 0.02152 -0.024191 0.021081 0.015846 -0.025987 -0.026011 -0.000824 0.029745 -0.024285 -0.046339 -0.026488 -0.011566 -0.038867 -0.005091 0.037956 -0.012689 0.009172 -0.002748 -0.005055 -0.015639 0.002093 0.023671 -0.076209 0.006411 -0.005646 0.042908 -0.026664 -0.037823 0.010564 0.040003 -0.035702 0.008888 0.00434 -0.00269 -0.04181 -0.034332 0.00547 0.049544 0.031229 0.025581 -0.003421 -0.000571 -0.014003 0.050053 -0.029937 -0.014663 -0.008116 0.033764 -0.01083 0.077987 -0.002471 -0.026723 0.005884 0.001711 -0.021318 0.016414 0.001509 0.002984 -0.039313 0.00446 -0.00364 0.01735 -0.003174 -0.031507 -0.015481 -0.00878 -0.017669 -0.034007 -0.034732 -0.005702 -0.018057 -0.028423 0.029759 0.033102 0.006337 0.039555 -0.017546 0.021288 0.007419 -0.009035 0.042866 0.008416 0.043487 0.051938 0.019155 -0.002012 -0.000943 -0.048344 -0.035024 -0.025435 0.006815 0.02697 -0.029794 -0.006208 0.00744 -0.010553 0.026394 -0.03141 -0.029441 -0.022631 -0.037811 -0.025912 -0.002593 -0.002974 0.011754 0.004434 -0.003212 0.007731 0.004325 0.00377 -0.005601 0.0189 0.041076 -0.054744 0.000384 -0.017885 0.011714 0.023646 -0.034748 -0.01035 -0.000331 -0.015428 -0.034301 -0.034533 0.013921 -0.045851 0.01806 -0.077542 -0.03913 0.011613 0.020855 0.02464 0.032651 0.003396\ná 0.037859 0.002113 -0.054823 0.03318 0.017578 0.02325 0.020755 -0.024457 -0.029093 -0.027684 0.039732 -0.013361 -0.018912 0.001815 0.006561 -0.012421 0.024654 -0.031241 -0.00103 -0.030269 -0.017185 0.013334 -0.008918 0.013338 -0.010405 0.020922 0.003805 0.001573 0.017515 -0.00785 0.018606 -0.026297 0.008856 -0.013697 0.031174 0.001445 -0.032643 0.024949 -0.007192 0.037132 -0.006706 0.009216 -0.023369 0.001553 -0.0278 -0.033414 0.03752 0.001403 0.011743 0.028573 0.011347 0.043308 0.036477 -0.037479 0.063827 0.009921 -0.011802 0.033666 -0.004998 0.020593 -0.020475 -0.029171 -0.007108 0.000828 0.011572 0.007381 0.048927 -0.016104 0.030705 0.008681 -0.031592 -0.012538 0.039223 0.009174 -0.031279 0.024743 -0.000845 0.032097 -0.013782 -0.009378 0.011382 -0.008251 0.002962 0.035639 -0.027909 -0.051324 -0.021053 -0.016391 0.00238 -0.022948 0.000271 0.032777 -0.010807 -0.016925 -0.010601 -0.005344 -0.009701 -0.010086 -0.00515 -0.011674 -0.016167 0.015872 -0.011212 -0.009366 0.020116 -0.006623 -0.018821 -0.010212 0.055023 0.007882 0.017058 0.011119 0.00797 -0.011069 0.008672 0.001672 -0.022249 0.000541 -0.009783 -0.037985 -0.000136 -0.010049 0.041169 0.021173 0.022197 0.016436 -0.01063 -0.013576 -0.013483 0.002091 -0.0042 0.002242 -0.024313 0.01851 -0.005372 0.020995 -0.024326 0.024872 0.009027 0.037267 -0.013166 0.002155 0.03202 0.030408 -0.041282 -0.014411 0.041749 -0.002755 -0.009574 -0.02936 -0.00633 -0.0069 0.027342 0.025353 -0.008269 0.006829 0.023176 -0.016012 -0.009363 -0.035104 0.001106 0.004035 0.005642 -0.000941 -0.015559 0.001292 0.015981 -0.02693 0.029055 0.016837 -0.034674 -0.028432 -0.012058 0.010722 -0.033444 -0.012955 0.008023 0.011965 -0.001719 -0.022328 0.034549 0.010628 -0.004634 -0.006541 -0.00859 0.004701 -0.000431 -0.001651 -0.055579 -0.022368 0.010771 0.024453 -0.027072 -0.008822 -0.029293 0.029603 0.006908 -0.002929 0.009786 -0.000558 -0.042515 -0.030733 0.001517 0.023977 0.033039 -0.00951 0.005988 -0.006069 -0.007986 0.025285 -0.039738 0.007762 0.016079 0.00266 0.011818 0.031423 0.017506 -0.014029 0.008309 0.020338 0.023346 0.011153 0.004435 -0.02325 -0.014637 -0.015979 0.020946 0.006269 -0.004089 -0.013713 0.005069 -0.021186 -0.019454 -0.029662 -0.026731 0.004496 -0.011847 -0.049222 0.019556 0.017321 -0.003156 0.038085 -0.011585 0.004251 -0.002931 -0.007113 0.028029 0.007223 0.033355 0.054845 0.002529 0.013128 0.01374 -0.043056 -0.024086 -0.009512 -0.008395 0.027187 -0.017722 -0.032197 0.004089 0.00741 0.008333 -0.031748 -0.029004 -0.035226 -0.017166 6.9e-05 -0.007019 -0.000949 0.018379 -0.009361 0.014204 -0.003507 0.016695 -0.005911 0.008848 0.025357 0.031469 -0.04262 0.002155 0.002829 -0.002748 0.018881 -0.033743 0.003759 -0.003342 0.00079 -0.040527 -0.004358 0.019911 -0.039575 0.014265 -0.049499 0.000633 0.017364 0.012464 -0.003248 0.044177 -0.007898\nף 0.034944 0.002959 -0.055607 0.021332 0.019988 0.029341 0.016078 -0.014398 -0.02779 -0.038884 0.049157 0.025587 -0.0107 -0.02733 0.050135 -0.02193 0.004312 -0.022182 -0.010546 -0.051557 -0.03543 0.012114 0.009453 0.020597 -0.003699 0.025433 -0.013013 -0.002011 -0.013423 -0.034147 0.025312 -0.041935 -0.033194 -0.038669 0.021579 0.006511 -0.055468 0.043361 0.006168 0.033335 -0.033921 0.004835 0.003521 -0.002322 -0.037218 -0.028508 0.03878 -0.009047 0.007626 0.005163 0.001538 0.045507 0.032517 -0.027183 0.059424 0.020795 -0.013134 0.033739 -0.017269 0.020285 -0.036343 -0.03941 -0.002337 -0.008539 0.019858 0.019366 0.047063 -0.006777 0.0442 0.016582 -0.057432 0.00777 0.027408 0.016635 -0.052846 0.012892 -0.029421 0.035142 -0.049204 -0.012943 0.004914 0.001312 -0.010998 0.031351 -0.036902 -0.064447 0.000109 -0.005732 -0.022605 -0.008783 -0.005536 0.032051 0.002673 -0.00953 0.011071 -0.02127 -0.017463 -0.040808 0.003459 -0.001776 -0.031969 0.00282 -0.004013 -0.025961 0.006625 -0.009732 -0.030327 0.018069 0.049207 -0.008679 0.047893 0.019013 0.017992 -0.008754 0.018028 -0.005849 -0.00751 0.003336 -0.012687 -0.043087 0.008574 -0.000615 0.053868 0.0193 0.037531 -0.000536 -0.026865 -0.013089 -0.006291 -0.007109 -0.012111 -0.011539 -0.013793 0.032581 -0.021274 0.013434 -0.017369 0.005416 -0.00261 0.056976 0.014286 -0.007851 0.023856 0.033067 -0.043677 -0.062045 0.065886 0.018494 -0.002001 -0.041418 0.002653 0.007846 0.050496 0.031898 -0.009755 0.009033 0.005889 -0.022729 0.01473 -0.042154 -0.025232 0.026624 0.020074 0.016397 -0.016937 -0.01675 0.026613 -0.029021 0.027906 0.031032 -0.02659 -0.03285 -0.008585 0.042312 -0.021794 -0.027578 -0.000619 -0.006581 -0.035611 -0.021631 0.046177 -0.020253 0.006326 -0.019399 -0.012886 -0.02747 -0.007433 0.022333 -0.071491 -0.001616 0.012816 0.035536 -0.039134 -0.036993 0.006673 0.046337 -0.017483 0.004055 0.005986 -0.000309 -0.046756 -0.034068 0.013031 0.033032 0.024703 0.003478 0.027669 -0.004749 -0.000626 0.038134 -0.03376 -0.006995 -9.5e-05 0.003026 -0.001223 0.069394 -0.007798 -0.021982 0.013571 0.002771 0.002846 0.008106 -0.005201 0.016409 -0.022684 -0.020255 0.00401 0.032361 -0.00572 -0.0282 0.005711 0.006454 -0.009094 -0.026731 -0.042145 0.005328 -0.004801 -0.041316 0.032604 0.028025 0.003768 0.027039 -0.018627 0.011259 0.008657 -0.002548 0.031323 -0.016482 0.049097 0.055331 0.033965 0.010506 -0.002221 -0.056276 -0.045919 -0.024572 -0.016227 0.023273 -0.033106 -0.012135 0.001909 -0.015526 0.025691 -0.01573 -0.030358 -0.02062 -0.032051 -0.013277 0.022668 -0.00666 0.015464 -0.007416 0.006495 -0.00135 0.010372 0.003542 0.012148 0.029801 0.063612 -0.058921 -0.014275 -0.033064 0.002477 0.01358 -0.027972 -0.009183 0.016892 -0.007406 -0.030397 -0.0208 0.008368 -0.052367 0.01159 -0.087314 -0.010638 0.015794 0.015436 0.016213 0.0298 -0.002748\nɢ 0.020038 0.001524 -0.025437 0.007709 0.014772 0.01496 0.014317 -0.010038 -0.024653 -0.030287 0.048098 0.014041 -0.015767 -0.012946 0.051817 -0.013055 0.013573 -0.043228 0.014 -0.041896 0.008425 -0.014213 -0.022396 0.012048 -0.013989 0.003811 -0.024925 0.005904 -0.009139 -0.024833 0.031135 -0.026198 -0.031398 -0.020621 -0.000316 -0.014453 -0.030477 0.037026 0.007878 0.02562 -0.011951 0.017227 -0.001009 0.008621 -0.020836 -0.005956 0.029172 0.020487 0.032007 0.025933 0.018056 0.061899 0.010887 -0.033194 0.053339 0.008026 0.020574 0.01243 -0.014862 0.041205 -0.036856 -0.055962 -0.032564 0.013303 0.024793 0.029273 0.05861 -0.02621 0.018939 0.026251 -0.035787 -0.012638 0.008737 0.017884 -0.043592 -0.014608 -0.005738 0.027023 -0.043289 -0.022199 0.026271 -0.002145 -0.027196 0.015429 -0.021666 -0.051663 0.003897 0.003572 -0.017862 -0.002049 0.007716 0.027851 0.001287 -0.003796 0.008027 -0.033273 -0.022043 -0.058232 -0.019421 -0.025366 -0.041114 -0.014174 -0.009417 -0.029672 0.020767 -0.005974 -0.011814 0.02559 0.012537 0.012743 0.061058 0.010264 0.031482 0.00268 0.026572 0.024573 -0.042307 -0.007655 -0.040527 -0.004765 0.028015 -0.01694 0.023789 0.032373 0.03849 -0.007758 0.007577 -0.00497 -0.01682 0.002518 0.008593 0.006166 -0.017488 0.049945 -0.001162 0.014572 -0.020785 0.040233 0.00904 0.065936 -0.008964 0.00919 0.023109 0.044027 -0.034728 -0.059738 0.042112 -0.003245 -0.003597 -0.06381 0.025512 0.001667 0.009648 0.036789 -0.005371 -7.3e-05 -0.030723 -0.04691 0.025991 -0.03063 -0.041395 0.018062 0.044176 -0.002538 -0.035967 -0.016939 0.048947 -0.034016 0.003895 0.048627 -0.025948 -0.033278 -0.010377 0.026295 0.003779 -0.036457 -0.019246 0.000293 -0.038673 -0.013968 0.040954 -0.008558 0.020101 -0.004852 -0.034983 -0.041672 -0.008008 0.013088 -0.044589 -0.020662 0.019614 0.02931 -0.040624 -0.042348 -0.022005 0.022405 -0.024633 0.011361 -0.023435 -0.008658 -0.064745 -0.018426 0.025493 0.055731 0.002508 0.005993 0.034051 -0.024626 -0.014833 0.030638 -0.022708 0.007552 -0.003324 0.024041 0.010241 0.010412 -0.006114 -0.010283 0.001028 -0.009241 -0.011821 0.00784 0.006598 0.002905 -0.029113 -0.015889 -0.005392 0.00207 0.042653 -0.023154 -0.020419 0.001308 -0.002948 -0.042617 -0.05077 0.038245 -0.001077 -0.021521 0.009515 0.002424 -0.004233 0.04979 0.004336 0.023546 -0.01249 -0.046046 0.036785 -0.01082 0.023409 0.069222 -0.014265 0.006115 -0.027678 -0.047605 -0.04106 0.000133 0.001361 0.012731 -0.042248 -0.019712 0.003961 0.007288 0.023979 -0.018967 -0.007036 -0.004826 -0.049164 0.020646 -0.001516 -0.009614 0.014148 0.01343 -0.006549 0.002161 0.036051 -0.00073 -0.007513 0.011601 0.017514 -0.055129 0.002839 0.009508 0.000742 0.020194 0.008536 -0.00682 0.005772 -0.004342 -0.012963 -0.021456 0.013952 -0.050958 -0.005684 -0.052851 -0.012299 0.030793 0.006085 -0.005359 0.024159 -0.045832\nይ 0.017121 -0.005251 -0.031889 -0.000981 0.007077 0.027517 -0.0005 -0.00645 -0.014886 -0.029059 0.028471 0.010498 -0.003628 -0.027275 0.034159 -0.00899 2e-05 -0.008214 -0.00803 -0.035736 -0.00747 -0.002693 0.009191 -0.000988 0.009562 0.027291 -0.004346 -0.01844 -0.00385 -0.029674 0.023111 -0.017293 -0.022264 -0.023274 0.010784 0.006588 -0.033192 0.025412 0.008227 0.013338 -0.023987 0.006901 0.012299 0.004843 -0.03452 0.000327 0.02295 -0.003642 -0.012051 0.007104 0.005522 0.042548 0.010596 -0.038383 0.041313 0.000881 -0.003378 0.021834 -0.013182 0.012538 -0.029583 -0.016281 -0.012056 -0.009839 0.009469 0.015501 0.026246 -0.005629 0.043328 0.020542 -0.037556 -0.002373 0.015915 0.009171 -0.028567 0.006161 -0.015322 0.004574 -0.039652 -0.00472 0.000635 -0.006966 -0.009201 0.010343 -0.015648 -0.028013 0.010251 0.00182 -0.01768 -0.015269 0.000979 0.019308 0.006922 -0.008186 0.023059 -0.004497 -0.000452 -0.035176 -0.005765 0.004368 -0.019502 0.015005 0.006502 -0.019809 0.00986 -0.002692 -0.013929 0.0129 0.025942 -0.009193 0.041224 0.029953 0.011422 -0.010282 0.008754 0.005842 0.00432 0.002377 -0.008302 -0.041305 0.003499 0.007945 0.028837 0.019337 0.037221 0.011015 0.002517 -0.00293 -0.003174 -0.010007 -0.007677 0.005955 -0.002622 0.019341 -0.006366 0.00216 -0.010811 0.015263 0.018021 0.044253 -0.003436 -0.005973 0.004925 0.01438 -0.032078 -0.050758 0.040447 0.010028 0.003441 -0.039423 0.008616 0.008757 0.028856 0.022694 -0.005951 -0.000348 0.015864 -0.025784 0.01014 -0.020838 -0.028221 0.020092 0.002752 0.006648 -0.015001 -0.006979 0.01816 -0.029976 0.018464 0.014339 0.001522 -0.017444 0.000271 0.039441 -0.01746 -0.015617 -0.003038 -0.009665 -0.037889 -0.008414 0.022226 -0.019587 0.006961 -0.015837 -0.011717 -0.035289 0.004667 0.014626 -0.035345 0.000609 0.016455 0.021492 -0.028262 -0.024655 -0.009593 0.041215 -0.017224 0.013605 0.006307 -0.007713 -0.030119 -0.026203 0.013274 0.034817 0.006455 0.020824 0.014025 -0.002273 -0.005725 0.036762 -0.02507 -0.008347 -0.004078 0.011589 0.002068 0.056816 0.005608 -0.019996 -0.000282 0.006327 -0.006597 -9.8e-05 0.001232 0.008915 -0.009712 -0.005644 0.011564 0.015063 -0.003331 -0.017283 0.002288 -0.00522 -0.006789 -0.027846 -0.047403 -0.007989 -0.018946 -0.037029 0.019555 0.010925 0.005201 0.01346 -0.020511 0.010123 0.010816 0.009981 0.00911 -0.008523 0.021487 0.028329 0.017058 0.002213 -0.005026 -0.021051 -0.014312 -0.021427 -0.011834 0.017875 -0.031331 -0.009188 -0.008382 -0.020268 0.020734 -0.028348 -0.031959 -0.005904 -0.021299 -0.025501 0.000313 -0.002731 0.018489 -0.004443 0.015411 -0.008515 0.010851 0.00038 -0.000169 0.016421 0.06158 -0.042062 0.008909 -0.021285 0.010993 0.01046 -0.013904 -0.01697 0.028813 -0.007792 -0.012692 -0.002604 0.001859 -0.033218 0.010948 -0.063189 -0.014153 0.016195 -0.003243 0.024756 0.014777 0.004811\nỵ 0.050758 -0.014351 -0.053304 0.034989 0.053149 0.0329 0.033786 -0.010434 -0.051942 -0.032219 0.066324 -0.050007 -0.007501 0.007738 0.003957 0.001656 0.017384 -0.049677 -0.013533 -0.020187 -0.033358 0.006026 0.009147 0.035694 -0.029508 0.032124 0.00194 0.003609 0.007145 -0.035653 0.031622 -0.040608 0.034559 -0.017202 0.005446 0.002252 -0.045609 0.014474 0.00511 0.015655 -0.01219 0.02142 -0.040317 -0.016973 -0.035082 -0.063422 0.059401 -0.0147 -0.000895 0.03718 0.033737 0.064048 0.05056 -0.054995 0.059531 0.008792 -0.019179 0.025796 -0.010969 0.001657 -0.015222 -0.048744 -0.026804 0.0102 -0.004597 0.013443 0.049659 -0.033814 0.044526 0.016895 -0.041508 -0.015116 0.05447 0.03984 -0.064636 0.040282 -0.01015 0.039001 -0.030213 -0.018393 0.020333 -0.02369 0.006745 0.039068 -0.026987 -0.061079 -0.012727 -0.010235 -0.030797 -0.021208 0.008168 0.032815 -0.024938 -0.018437 0.002188 -0.017269 -0.013643 -0.026664 -0.016495 -0.032418 -0.002356 0.021057 0.008688 -0.013589 0.037379 -0.012453 0.009301 -0.029446 0.037835 0.006066 0.02311 0.030605 -0.013073 -0.016369 0.037053 0.012148 -0.008865 -0.028894 -0.003687 -0.052801 -0.002671 -0.001485 0.049676 0.022902 0.050229 0.005035 -0.019754 -0.019519 -0.005695 -0.006237 -0.021856 0.007032 -0.015292 0.017058 -0.025094 0.027747 -0.048831 0.017074 0.019119 0.050771 -0.014575 -0.006595 0.037768 0.039006 -0.042789 -0.03625 0.063467 -0.023748 -0.025086 -0.050876 -0.019656 -0.010003 0.034947 0.043019 -0.014174 0.023737 0.003372 -0.006072 -0.002675 -0.031028 -0.010603 0.017043 0.027073 0.004554 -0.042708 -0.001339 0.033852 -0.031353 -0.013589 0.028934 -0.042452 -0.045928 -0.015098 0.024159 -0.056106 -0.010988 0.014348 0.017681 -0.025103 -0.049618 0.049652 0.007073 -0.009772 0.009782 -0.037746 0.002492 0.022741 0.017863 -0.051271 -0.023101 0.005854 0.038998 -0.024157 -0.041849 -0.025423 0.042885 -0.002162 0.01658 0.023774 -0.009514 -0.068531 -0.054249 0.024224 0.037981 0.032995 0.020183 0.018121 -0.01879 -0.008618 0.037177 -0.060574 0.006321 -0.0016 0.015263 0.019412 0.058802 0.011755 -0.03598 0.006937 0.031857 0.036139 0.024247 -0.011765 -0.026809 -0.02145 -0.010703 0.035074 -0.005045 0.011028 -0.005621 -0.013702 -0.024633 -0.030645 -0.046814 -0.053095 0.026678 -0.028496 -0.067071 0.042326 0.009614 -0.009023 0.046541 -0.023605 0.008959 0.003404 -0.030127 0.049588 -0.008504 0.025471 0.075747 0.016747 0.036662 0.000451 -0.056329 -0.029966 -0.014879 -0.011983 0.038552 -0.023747 -0.041009 0.017649 0.016466 0.005489 -0.057005 -0.043117 -0.049415 -0.030158 -0.017367 -0.012525 0.021741 -0.002031 -0.032611 -0.006402 -0.005484 0.039737 -0.023184 0.009569 0.056308 0.036076 -0.051814 -0.002939 -0.03165 0.010742 0.016678 -0.043573 0.004653 -0.003485 -0.001942 -0.04928 -0.005429 0.014071 -0.040945 0.024959 -0.062802 -0.01229 0.010381 0.008706 0.004611 0.047696 -0.037621\nv 0.029265 0.002817 -0.052766 0.029149 0.02035 0.032378 0.009119 0.00116 -0.025823 -0.027591 0.037239 0.006811 -0.005882 -0.030298 0.024146 -0.006382 0.005371 -0.029649 -0.010387 -0.038163 -0.020195 -0.002271 -0.000789 0.015979 0.003901 0.028294 -0.000855 -0.00421 -0.007919 -0.022789 0.018095 -0.029487 -0.011527 -0.037183 0.013167 0.015227 -0.045162 0.035204 0.009204 0.021539 -0.022198 0.00916 -0.002113 -0.001193 -0.025148 -0.028828 0.040123 -0.001624 0.001169 0.024379 0.007227 0.056484 0.028006 -0.033185 0.043612 0.006851 -0.005987 0.028874 -0.01915 0.022435 -0.025067 -0.031215 -0.013664 -0.012962 0.01193 0.015738 0.033365 -0.015296 0.029493 0.013002 -0.041703 -0.010701 0.023297 0.012458 -0.053017 0.006558 -0.02535 0.027218 -0.018662 -0.015143 0.011261 -0.001191 -0.001736 0.026811 -0.025322 -0.057629 -0.002615 -0.003466 -0.019839 -0.007309 -0.006221 0.032745 -0.005462 -0.017096 0.005019 -0.012117 0.004251 -0.03301 0.000197 -0.004946 -0.013439 -0.00121 -0.000994 -0.017627 0.014737 -0.003067 -0.018422 0.009554 0.034965 0.000524 0.037117 0.01915 0.021613 -0.009028 0.010763 0.004493 -0.015728 0.000525 -0.01032 -0.041344 0.013947 -0.001273 0.041988 0.023743 0.031812 0.010212 -0.010751 -0.015859 -0.009419 -0.013906 -0.018974 -0.010927 -0.020996 0.0218 -0.023263 0.015272 -0.021737 0.003987 0.002663 0.050862 -0.004992 -0.007937 0.020253 0.02293 -0.034567 -0.042172 0.042469 -0.00124 0.001739 -0.042857 0.003205 0.011659 0.026255 0.030638 -0.004763 0.007165 -0.004025 -0.019844 0.010426 -0.02282 -0.016151 0.016002 0.021949 0.008561 -0.011712 -0.006864 0.022094 -0.028137 0.017777 0.027695 -0.031537 -0.02281 -0.012161 0.032008 -0.019619 -0.026068 -0.008459 0.001467 -0.034315 -0.026035 0.033845 -0.010685 -0.003566 -0.009448 -0.00744 -0.015216 0.000125 0.014651 -0.063901 -0.003194 0.008212 0.026547 -0.033235 -0.039392 -0.00414 0.035597 -0.011771 0.009364 0.005034 7.7e-05 -0.043011 -0.034436 0.01434 0.026396 0.015242 0.010947 0.01448 -0.010312 -0.007156 0.033754 -0.033513 0.00181 -0.006929 0.024502 0.001298 0.063222 0.00641 -0.028771 0.005142 0.002168 -0.00101 0.014496 -0.006378 0.002087 -0.019689 -0.003327 0.003491 0.01512 -0.010218 -0.020863 -0.00096 0.002081 -0.011185 -0.032033 -0.038674 0.004771 -0.010414 -0.036572 0.028298 0.026221 0.00204 0.028772 -0.011251 0.014779 0.009403 -0.015278 0.0404 -0.002681 0.037325 0.05213 0.019816 0.011199 0.005539 -0.048409 -0.034521 -0.020906 -0.0042 0.015747 -0.020062 -0.027038 0.009949 -0.005436 0.026841 -0.022075 -0.027621 -0.017985 -0.02238 -0.011635 0.004446 -0.002298 0.017502 -0.005661 0.008188 0.000828 0.015953 0.001721 0.004178 0.025346 0.035793 -0.047191 -0.000169 -0.017743 0.010644 0.018739 -0.025673 -0.004359 0.005835 -0.010009 -0.024966 -0.014048 0.009924 -0.039301 0.013586 -0.060389 -0.013958 0.006884 0.016786 0.010448 0.035815 6.6e-05\nո 0.034114 -0.001018 -0.034791 0.013181 0.008385 0.032702 -0.005224 -0.004423 -0.015606 -0.028979 0.034379 0.004008 -0.010817 -0.022167 0.025108 -0.006517 0.015556 -0.01833 -0.004737 -0.046644 -0.023979 -0.001925 0.008755 0.014992 -0.009938 0.019725 -0.017109 -0.009936 -0.022417 -0.024765 0.024039 -0.034261 -0.015252 -0.029708 0.014425 0.020042 -0.039156 0.035904 0.01112 0.013408 -0.02728 0.008576 0.005336 0.008198 -0.030264 -0.018102 0.023012 -0.011691 -0.006604 0.010682 -0.00215 0.039995 0.030233 -0.035077 0.042412 0.009768 -0.001468 0.025688 -0.030066 0.023637 -0.027259 -0.020396 -0.012093 -0.014846 0.018602 0.024225 0.029595 -0.016357 0.040659 0.017285 -0.039826 -0.010425 0.016339 0.012549 -0.048209 0.008234 -0.024734 0.013035 -0.041154 -0.014127 0.007661 -0.008118 -0.017469 0.007014 -0.015799 -0.040435 -0.001986 0.006396 -0.019959 -0.007767 -0.006923 0.019066 0.010302 -0.004645 0.008117 -0.008258 -0.001107 -0.031924 0.007536 -0.008924 -0.023541 0.006163 -0.001273 -0.019571 0.022338 -0.004084 -0.021378 0.015505 0.035115 -0.008973 0.044662 0.028401 0.015072 -0.014067 0.004164 -0.006556 -0.000122 -0.003696 -0.020287 -0.036095 0.02062 -0.003589 0.027023 0.028719 0.035655 0.016382 -0.004867 -0.010824 -0.007739 -0.017425 -0.009295 -1.1e-05 -0.005605 0.028999 -0.021494 0.001859 -0.016347 0.000277 0.018198 0.043986 0.005092 -0.010897 -0.005333 0.018449 -0.026219 -0.049495 0.051742 0.011656 -0.000904 -0.038782 0.00659 0.006375 0.028824 0.016804 0.001486 0.002385 0.011377 -0.014312 0.01041 -0.019509 -0.020142 0.019746 0.016091 0.012331 -0.020786 -0.003655 0.020035 -0.026169 0.020061 0.014357 -0.023295 -0.019613 -0.010015 0.032449 -0.013464 -0.031148 -0.002108 -0.01823 -0.037106 -0.01287 0.02671 -0.014195 0.007154 -0.014535 0.001029 -0.022825 0.008237 0.024655 -0.049622 -0.001765 0.02069 0.015665 -0.03187 -0.019921 0.001685 0.038123 -0.010007 0.016225 0.009375 0.000397 -0.027403 -0.024071 0.013078 0.021567 0.008262 0.013266 0.00063 -0.010301 0.001461 0.031439 -0.015869 0.004309 -0.016414 0.014551 -0.001089 0.06361 0.003452 -0.024569 0.014174 3.6e-05 0.000857 0.015929 -0.006671 0.008431 -0.017638 -0.020403 0.004448 0.022184 -0.00309 -0.016823 -0.005162 -0.006224 0.000897 -0.004174 -0.032742 -0.004837 -0.010638 -0.028108 0.020671 0.014959 0.003347 0.011277 -0.023575 0.00426 -0.001309 -0.008172 0.024877 -0.001562 0.042058 0.040864 0.027868 0.007533 0.004906 -0.033664 -0.030379 -0.021773 -0.009536 0.021993 -0.029888 -0.013208 0.002062 -0.009549 0.026228 -0.030722 -0.035818 -0.008539 -0.022827 -0.030237 0.008169 -0.002684 0.023278 0.000898 0.008057 -0.008688 0.018734 0.003142 -0.002222 0.01486 0.042432 -0.046482 8.9e-05 -0.018766 0.018333 0.021128 -0.013819 -0.009664 0.01515 -0.001067 -0.01599 -0.008479 0.004938 -0.035224 0.007111 -0.05547 -0.009692 0.012804 0.02719 0.013606 0.011352 0.000314\nခ 0.023288 -0.003077 -0.037541 0.026419 0.006418 0.039244 -0.002726 -0.009736 -0.005958 -0.026508 0.015834 -0.003938 -0.004537 -0.014846 0.029083 -0.004773 -0.00133 -0.009621 0.00082 -0.033362 -0.024183 -0.005363 -0.003469 0.006614 -0.001545 0.009404 -0.0211 -0.011276 -0.017626 -0.027739 0.016515 -0.016239 -0.007693 -0.025666 0.016364 0.007961 -0.023034 0.016942 -0.014412 0.017703 -0.012815 0.004906 -0.011546 -0.004291 -0.023274 -0.009 0.023549 -0.001692 -0.007113 0.01536 0.005709 0.021193 0.030754 -0.028275 0.036919 0.003878 -0.000604 0.008821 -0.002403 0.011581 -0.03839 -0.020224 -0.010804 -0.005203 0.003642 0.013151 0.035646 -0.004717 0.035256 0.024771 -0.034298 -0.010635 0.010333 0.015892 -0.036119 0.000627 -0.032779 0.012825 -0.03484 -0.009475 0.001667 -0.001926 -0.000688 0.015971 -0.021701 -0.036288 0.007285 0.005907 -0.013346 -0.002856 -0.005125 0.013676 -0.00239 -0.00763 0.016575 -0.011597 0.003967 -0.033614 0.000124 0.003213 -0.02112 -9e-06 -0.003199 -0.021049 0.013351 -0.001511 -0.010589 0.00853 0.024227 -0.009227 0.023371 0.009314 0.020652 -0.015458 0.011467 -0.010985 -0.009786 -0.002752 -0.015652 -0.03201 0.004431 -0.002246 0.021658 0.033817 0.025202 0.000675 0.00434 -0.006794 -0.012072 -0.010701 -0.016811 -0.003986 -0.006952 0.015951 -0.015485 0.005398 -0.015707 0.018605 0.004785 0.032708 2.9e-05 -0.005679 0.001847 0.018895 -0.027394 -0.037804 0.044199 -0.002898 0.002895 -0.037278 -0.003403 0.009464 0.021188 0.003299 0.004268 -0.001658 -0.002779 -0.01149 0.003809 -0.01181 -0.013854 0.001726 0.009384 0.005752 -0.013576 -0.013101 0.014464 -0.008437 0.015316 0.009026 -0.016273 -0.010269 -0.010022 0.014681 -0.02071 -0.016495 0.000176 -0.015942 -0.035528 -0.009692 0.020797 -0.002889 0.006216 -0.01296 0.002919 -0.009929 -0.000538 0.009435 -0.032165 -0.002605 0.007647 0.036468 -0.039063 -0.014645 0.003245 0.04137 -0.018746 0.01144 0.002482 -0.013871 -0.033441 -0.032378 -0.001424 0.020296 0.021569 0.010515 0.025563 -0.005579 -0.009043 0.038701 -0.025894 0.003151 -8.7e-05 0.017397 -0.004135 0.04558 -5.7e-05 -0.023876 0.006816 0.004942 0.010605 0.016302 -0.01621 -0.000117 -0.017194 -0.00896 -0.000456 0.014818 0.009908 -0.021775 -0.010127 -0.008725 -0.01383 -0.033849 -0.015624 0.000829 -0.012663 -0.034363 0.017632 0.003356 -0.006073 0.02434 -0.013351 0.015736 -0.005221 -0.001266 0.009837 -0.015531 0.028167 0.044495 0.013884 0.001681 -0.000726 -0.030213 -0.02307 -0.014469 -0.002355 0.017451 -0.028563 -0.003369 0.006745 -0.007458 0.027996 -0.028016 -0.025941 -0.030345 -0.030652 -0.003622 0.009285 0.001468 0.025152 -0.005469 0.021146 -0.016944 0.012639 0.001775 0.006367 0.008846 0.043301 -0.041249 0.005781 -0.001356 -0.00348 0.019824 -0.022974 -0.006608 0.007983 -0.003556 -0.029489 -0.005718 -0.002749 -0.029404 0.004634 -0.048615 -0.005895 0.01066 0.002916 0.010249 0.018169 0.000314\nង 0.027909 0.005114 -0.043598 0.027278 0.01119 0.040148 0.006536 -0.000552 -0.028711 -0.022927 0.035629 0.007754 -0.00804 -0.020268 0.026595 0.000469 0.002071 -0.031471 -0.004526 -0.039934 -0.020501 0.008429 0.007543 0.015167 -0.000644 0.018634 -0.006943 -0.007957 -0.017758 -0.026154 0.026931 -0.035601 -0.019377 -0.03759 0.007837 0.019687 -0.033347 0.04594 0.001916 0.020913 -0.028459 0.013999 0.004064 -0.009022 -0.019361 -0.013888 0.034592 -0.012293 -0.003292 0.013924 0.003238 0.04864 0.029563 -0.025645 0.046235 0.012025 0.005012 0.023199 -0.007425 0.020619 -0.027909 -0.028408 -0.000382 -0.017951 0.014854 0.022522 0.043223 -0.026736 0.03012 0.021307 -0.050383 -0.013568 0.022466 0.011347 -0.045422 0.010799 -0.018406 0.017411 -0.023391 -0.014343 0.0191 0.003517 0.006938 0.019387 -0.013482 -0.054728 0.008767 0.001279 -0.008871 -0.005453 -0.006579 0.024189 -0.00032 -0.009151 0.012438 -0.006793 0.007705 -0.036748 0.008288 -0.011117 -0.017163 0.000398 -0.00226 -0.02895 0.016782 0.005944 -0.019886 0.005758 0.04119 -0.005862 0.041318 0.011665 0.0183 -0.016996 0.003375 8.8e-05 7e-06 0.001213 -0.013499 -0.047136 0.026068 -0.001665 0.040908 0.010034 0.036933 0.006597 -0.012661 -0.02189 -0.018206 -0.01051 -0.014144 -0.00666 -0.015958 0.039396 -0.027283 0.015055 -0.02281 -0.000283 0.008244 0.037096 -0.01791 -0.00662 0.003376 0.028542 -0.042633 -0.04789 0.045778 0.005294 0.01343 -0.036455 0.005028 0.008172 0.028161 0.026366 0.006732 0.010385 -0.005738 -0.026452 0.015978 -0.017547 -0.010361 0.021594 0.02873 0.008792 -0.011749 -0.023896 0.029084 -0.013216 0.019861 0.021196 -0.038475 -0.020484 -0.014678 0.037659 -0.013303 -0.02072 -0.005013 -0.00497 -0.047066 -0.024853 0.04158 -0.011984 0.003957 -0.012753 -0.010131 -0.010769 0.005441 0.021501 -0.057468 -0.002381 0.005895 0.023567 -0.030531 -0.04051 0.006925 0.046327 -0.022937 0.015808 0.005583 0.001157 -0.021369 -0.0247 0.018899 0.021923 0.018928 0.020802 0.012092 -0.001711 -0.014545 0.032878 -0.02175 -0.00964 -0.010131 0.012248 0.001825 0.056154 0.012455 -0.015257 0.00367 0.002579 -0.002878 0.010847 -0.001674 -0.000992 -0.027145 2.9e-05 -0.000293 0.019375 -0.004229 -0.022709 -0.013186 -0.000531 0.00211 -0.028706 -0.033584 -0.003702 -0.01386 -0.025506 0.024377 0.026516 0.013518 0.032898 -0.026809 0.019229 -0.002337 0.003448 0.033743 -0.006001 0.037071 0.055624 0.021874 0.013909 0.005934 -0.043856 -0.02674 -0.014538 -0.005304 0.022852 -0.015675 -0.006988 0.003014 -0.011117 0.030607 -0.027233 -0.033231 -0.024166 -0.022896 -0.018828 0.007725 -0.005679 0.020658 -0.001621 0.01569 -0.009356 0.010863 0.00374 0.009698 0.02335 0.039732 -0.04979 -0.006089 -0.015013 0.015076 0.025241 -0.018384 -0.005667 0.015455 -0.009156 -0.020236 -0.007044 0.006081 -0.038496 0.006089 -0.066997 -0.011541 -0.001877 0.010955 0.006685 0.024 -0.002533\nต 0.025477 0.001079 -0.043388 0.023746 0.012716 0.035524 0.008203 0.002845 -0.024144 -0.029598 0.02263 0.004074 -0.003975 -0.01969 0.030258 -0.002969 0.005827 -0.025674 -0.010659 -0.039802 -0.017133 0.005217 0.007301 0.010086 0.003891 0.014115 -0.012583 -0.005977 -0.013755 -0.027049 0.018526 -0.027775 -0.016795 -0.03663 0.001187 0.018478 -0.034738 0.037351 0.009404 0.017205 -0.030904 0.011943 1.4e-05 -0.00689 -0.023217 -0.024383 0.033816 0.001424 -0.000155 0.010139 0.001309 0.04556 0.031624 -0.031295 0.036034 0.002089 -0.003278 0.02289 -0.012847 0.022474 -0.027109 -0.028712 -0.000492 -0.017497 0.011253 0.017829 0.031862 -0.013738 0.040443 0.014692 -0.044936 -0.007937 0.019999 0.011547 -0.053922 0.005298 -0.029479 0.021399 -0.030369 -0.014851 0.014074 -0.004888 0.00096 0.014204 -0.019161 -0.046107 -0.000446 -0.000314 -0.019597 -0.001629 -0.005891 0.023667 0.011381 -0.011441 0.014517 -0.004542 0.004569 -0.036319 0.004825 -0.00287 -0.017724 0.004641 -0.001147 -0.023013 0.01708 -0.001972 -0.011055 0.007182 0.029232 -0.003591 0.047373 0.019255 0.024547 -0.014355 0.007702 0.000176 -0.003617 -0.000484 -0.006917 -0.040433 0.019574 0.002172 0.035798 0.021697 0.033861 0.008563 -0.015799 -0.016479 -0.007653 -0.014165 -0.010054 -0.007714 -0.018188 0.028981 -0.01882 0.015378 -0.031622 -0.004357 0.009021 0.040314 -0.00067 -0.006859 0.006672 0.025623 -0.034374 -0.042069 0.04508 0.005956 -8.3e-05 -0.040466 0.003086 0.004692 0.035219 0.026787 0.000348 0.008258 0.003455 -0.027938 0.012608 -0.021623 -0.01521 0.01273 0.023787 0.011164 -0.012107 -0.012847 0.019689 -0.017349 0.021439 0.018199 -0.025372 -0.018342 -0.010996 0.028748 -0.020064 -0.025249 -0.003137 -0.00543 -0.038344 -0.020321 0.037731 -0.010511 0.008033 -0.009099 -0.007466 -0.012229 0.006009 0.020028 -0.050675 -0.000787 0.009675 0.026292 -0.033775 -0.032773 0.009636 0.038533 -0.015599 0.006907 0.001392 0.002534 -0.033381 -0.028323 0.014719 0.025445 0.023947 0.018582 0.008674 -0.003968 -0.002394 0.033991 -0.018915 0.000545 -0.009467 0.018185 0.0006 0.059903 0.003238 -0.022756 0.009287 -0.004872 -0.002284 0.010805 0.001163 0.005728 -0.024109 -0.001881 -0.004814 0.018171 -0.00512 -0.027232 -0.008734 0.002066 -0.004513 -0.024118 -0.029251 -0.003218 -0.009643 -0.034147 0.025157 0.028266 0.007627 0.03027 -0.027441 0.014289 0.002749 -0.005906 0.032983 -0.004451 0.035984 0.052618 0.018605 0.005644 -0.004677 -0.042435 -0.028282 -0.018554 0.001043 0.02673 -0.024358 -0.014371 0.010118 -0.012152 0.029448 -0.021639 -0.024736 -0.024963 -0.030266 -0.011018 0.006892 8.5e-05 0.019112 -0.000342 0.008859 -0.00059 0.011928 3.1e-05 0.001918 0.012828 0.04092 -0.046054 4.2e-05 -0.009449 0.013422 0.013349 -0.018801 -0.005612 0.021262 -0.009951 -0.022073 -0.014505 0.009614 -0.042113 0.011228 -0.064079 -0.010291 0.007042 0.01093 0.016189 0.024678 -0.000245\nྔ 0.012357 0.017964 -0.026819 0.008256 0.007525 0.017195 0.000277 0.003775 -0.014128 -0.011381 0.01305 0.020966 -0.000581 -0.014724 0.020537 0.005648 -0.015054 -0.015102 -0.006816 -0.026361 0.017101 -0.004509 -0.010971 0.00725 0.012609 0.008574 -0.010096 -0.001994 -0.010876 0.001354 0.007943 -0.026739 -0.01766 -0.031283 0.003888 0.021561 -0.032362 0.021057 0.027312 0.0048 -0.008824 0.000621 -0.01035 -0.00723 -0.019249 -0.010979 0.019248 0.027596 0.002655 0.018459 0.00451 0.028677 0.019994 -0.019928 0.024678 0.005838 0.005295 0.004073 0.011405 0.002769 -0.024224 -0.003215 -0.004261 0.005465 -0.010642 0.02431 0.02596 -0.007126 0.027366 0.018293 -0.038689 -0.00513 0.016416 0.02867 -0.042516 -0.003248 -0.027023 0.012367 -0.005195 5.7e-05 0.022859 -0.004674 0.000517 0.00466 -0.03328 -0.041938 0.01657 0.016876 -0.017782 0.001807 -0.000859 0.010851 -0.002279 -0.022653 -0.002451 -0.002867 0.004161 -0.007519 -0.014037 0.006239 0.000618 0.023992 0.007002 -0.036343 0.011387 -0.002743 -0.009837 0.015154 0.022342 -0.000547 0.023122 0.006772 0.017813 -0.01129 -0.009074 -0.00244 -0.003613 -0.011472 -0.004914 -0.017313 0.009235 -0.008827 0.005477 0.024492 0.023464 0.009241 0.015277 -0.005691 -0.009191 -0.014192 -0.001258 -0.001661 0.000646 0.004887 -0.024262 0.021208 -0.033689 0.008053 0.015817 0.020657 -0.006954 -0.024234 -0.00476 0.023536 -0.016367 -0.026523 0.027002 -0.013703 -0.003997 -0.011338 -0.019465 0.002875 0.013704 0.024609 -0.00586 0.006162 -0.024944 -0.015761 0.016044 -0.005382 -0.005185 0.015365 0.004268 0.017476 -0.003524 -0.020116 0.010738 -0.026569 -0.008927 -0.00862 -0.015732 -0.021481 0.010553 -0.002046 -0.02099 -0.024498 -0.001443 0.011726 -0.017995 -0.01367 0.013472 -0.002601 0.017942 0.010203 0.001285 -0.02159 -0.015548 0.010163 -0.049244 0.012921 -0.016937 0.024008 -0.002735 -0.024349 0.003267 0.011775 -0.022188 0.014212 0.003961 0.004663 -0.045715 -0.035985 0.010141 0.028079 0.002852 0.005426 0.008282 -0.001368 -0.010867 0.038168 -0.020158 -0.020592 -0.004449 0.03188 0.008895 0.051524 -0.012784 -0.008653 0.003116 -0.003856 -0.012252 0.002481 0.017118 -0.00581 -0.026855 0.011174 -0.004647 0.013747 -0.003402 -0.004302 -0.020339 -0.021691 -0.006716 -0.01661 -0.012408 -0.008912 -0.002629 -0.017436 0.015326 0.011942 0.015645 0.043896 -0.024186 0.009765 0.017992 0.002391 0.03009 0.020551 0.029245 0.016977 0.012156 -0.010206 -0.002459 -0.024953 0.000752 -0.0232 0.001262 0.019803 -0.017092 -0.001672 0.003765 0.002762 0.023967 -0.006495 -0.015605 -0.017023 -0.025064 -0.019942 -0.017526 -0.002649 -0.002549 -0.017087 0.015392 -0.005079 0.000766 0.003461 -0.012122 0.009912 0.022424 -0.035897 0.004688 -0.015367 0.001493 0.020749 -0.019815 -0.002127 -0.005094 -0.004691 -0.0202 -0.042287 0.01059 -0.027723 0.014853 -0.048451 -0.010718 -0.001262 0.009582 0.019149 0.007878 0.005102\n! 0.120743 0.248178 0.009665 -0.09036 0.544954 0.044581 -0.217139 -0.199129 -0.060483 -0.064514 0.144148 -0.053287 -0.285405 0.186734 0.183497 -0.441792 0.140436 -0.115203 -0.126052 -0.060559 0.108995 0.000461 0.004754 -0.049677 0.408644 0.232473 0.212105 0.044699 0.280019 0.718803 -0.210815 0.067024 0.061325 -0.154572 0.085728 0.110761 -0.244951 -0.197958 0.066769 0.224115 -0.095512 -0.258108 0.124723 -0.23319 0.292963 0.037456 -0.07239 0.278392 0.121384 0.291775 0.075289 -0.268945 0.068795 -0.089325 0.079733 0.155647 0.090949 -0.001868 -0.094332 -0.2493 -0.227824 0.179403 -0.135669 0.045943 0.066214 -0.139647 -0.137466 0.183862 0.267629 -0.180912 -0.058983 -0.115553 0.15203 0.150929 0.061599 -0.016711 0.163209 -0.12381 0.351189 0.183663 -0.050989 -0.204786 -0.106799 -0.284803 -0.099507 -0.011078 -0.36131 0.170441 -0.039432 -0.314972 0.174892 -0.064026 -0.051454 -0.344885 -0.40196 -0.116564 0.194282 0.004519 -0.191546 0.110641 -0.42927 0.041412 0.203361 0.017545 -0.022391 0.278111 -0.093035 0.096614 0.279214 0.162059 -0.069215 0.171528 0.233596 -0.070866 0.32682 0.368164 -0.055026 0.20877 -0.191094 0.106185 -0.056851 0.018676 0.131572 0.061784 -0.075592 0.249129 -0.003202 0.143414 0.0582 -0.048144 0.158101 -0.276481 0.122504 -0.060677 0.09628 0.064713 0.046435 0.307092 -0.2021 0.008459 -0.193187 -0.126674 0.268024 -0.092794 0.046756 0.056832 -0.220438 -0.215041 -0.099946 0.106185 0.044293 0.121059 -0.113954 0.225668 -0.147762 0.260338 -0.091897 0.125497 0.119238 0.085124 -0.277662 0.026752 -0.098108 -0.184428 0.033961 0.072912 -0.238493 0.047844 0.152613 0.147474 0.235224 -0.202258 0.123653 -0.139326 0.447 0.16271 0.294407 0.276752 0.230042 0.059517 0.020984 -0.073118 -0.083667 -0.398213 0.03677 0.023564 -0.005857 0.30951 -0.417909 -0.193711 0.00929 -0.020437 -0.335757 0.091443 -0.07825 0.07 0.178232 0.235013 0.113793 0.005473 -0.038499 -0.003131 0.120061 -0.102161 0.05664 -0.315758 0.053832 0.150418 0.133016 -0.132522 -0.154084 0.048617 0.332848 -0.005983 0.142328 -0.150272 -0.132089 0.024352 0.18697 -0.109009 0.012517 -0.090827 -0.111279 -0.257544 -0.059305 -0.156564 -0.213377 -0.075315 0.041766 -0.169672 -0.171906 0.100011 0.116227 -0.068496 0.121911 0.013795 -0.095184 0.034668 -0.226798 0.053654 -0.075885 0.065918 -0.211769 0.031692 0.293329 -0.416133 -0.009018 -0.04408 0.110276 -0.107334 -0.378657 -0.046557 0.139533 -0.146587 0.072885 0.129973 -0.299655 -0.106853 -0.062136 -0.11832 0.010789 -0.080582 -0.078579 -0.026668 0.033803 -0.326227 0.385114 -0.26518 -0.047524 0.141979 -0.382264 -0.164928 0.200568 0.073447 -0.312892 -0.001404 0.292498 -0.02784 -0.028831 0.075043 -0.158915 0.158183 0.199742 0.068968 0.405286 0.066844 0.133524 0.047856 0.333262 -0.100435 0.069104 -0.14639 -0.240375 0.021249 -0.087558 0.080666 0.003208 0.08307 -0.084373 -0.000708\nʢ 0.028249 0.005759 -0.049756 -0.000265 0.045068 0.052888 0.02439 0.009085 -0.048893 -0.062055 0.027137 0.010987 -0.016819 -0.034212 0.069189 -0.021736 0.001251 -0.049873 -0.03006 -0.048321 -0.003119 -0.015801 -0.018143 0.012184 -0.015427 0.025349 -0.017042 0.022616 -0.018575 -0.049979 0.033836 -0.048589 -0.02952 -0.0553 0.02329 0.026478 -0.064943 0.051425 0.013441 0.023066 -0.026155 0.037447 -0.008975 -0.001732 -0.028575 -0.046068 0.039414 0.016466 0.015362 0.042334 -0.004213 0.090294 0.054008 -0.068337 0.056714 0.007232 -0.009023 0.020993 -0.015998 0.042359 -0.037493 -0.051588 0.00034 -0.008671 0.016524 0.035946 0.060114 -0.017441 0.067478 0.039864 -0.057553 -0.024751 0.024063 0.021306 -0.063835 0.012311 -0.070638 0.018135 -0.048137 0.017511 0.030233 -0.029346 -0.036803 0.027638 -0.056215 -0.09309 0.014416 -0.012402 -0.032106 0.022144 -0.020795 0.041276 0.02421 -0.022947 0.00786 -0.017008 0.014124 -0.044756 -0.011412 -0.00605 -0.03594 0.018684 0.035053 -0.041431 0.02309 -0.011432 0.006913 0.012786 0.040484 -0.020793 0.064185 0.015233 0.010495 -0.019983 0.016814 0.003928 -0.034569 0.009827 -0.037493 -0.037488 0.018185 -0.007621 0.030515 0.052715 0.068962 -0.001851 -0.01275 -0.007259 -0.018899 -0.043539 -0.017346 0.033057 0.008856 0.042382 -0.01975 0.012083 -0.037951 0.024378 0.004722 0.058913 -0.005355 -0.023391 0.009859 0.031784 -0.056213 -0.040627 0.03948 0.001671 0.022817 -0.034134 0.021172 0.038116 0.041458 0.039567 -0.000128 -0.001389 0.014286 -0.05207 0.048323 -0.021503 -0.026424 0.03703 0.045044 0.010491 -0.005971 -0.040461 0.013147 -0.035465 0.018873 0.0737 -0.020701 -0.046077 -0.018327 0.045859 0.000716 -0.03364 -0.024129 0.012363 -0.062258 -0.021359 0.05238 0.006119 0.019894 -0.023063 -0.017884 -0.040758 0.018991 0.025057 -0.067133 0.003105 0.012705 0.031647 -0.031016 -0.073222 -0.001417 0.074844 -0.025633 0.02221 -0.014708 -0.002383 -0.034055 -0.029765 0.035823 0.042391 0.004346 0.020578 0.013637 -0.0227 -0.050858 0.061125 -0.052309 0.023154 -0.026234 0.057395 0.00973 0.082965 -0.009292 -0.051278 0.008036 6.9e-05 -0.015639 0.005456 0.004691 0.02062 -0.039218 0.013826 -0.005374 0.006052 -0.007344 -0.014441 -0.007417 0.015956 -0.029578 -0.048251 -0.042665 0.001257 -0.02088 -0.017849 0.038645 0.035059 0.004005 0.050754 -0.033112 0.026662 -0.010876 -0.04069 0.048117 0.004203 0.047619 0.052872 0.050305 0.028679 0.002845 -0.067203 -0.060686 -0.039465 -0.010011 0.019155 -0.031698 -0.017126 0.001136 -0.015219 0.055182 -0.032841 -0.037886 -0.013559 -0.067731 -0.009337 0.031256 0.00144 0.045026 0.015263 0.032105 -0.01833 0.039951 -0.008177 0.019076 0.042282 0.056831 -0.088575 -0.008424 -0.025298 0.030216 0.025831 -0.017291 -0.020476 0.014492 -0.011544 -0.029347 -0.000238 0.021128 -0.080806 -0.009532 -0.084646 -0.015945 0.01694 -0.000376 0.022048 0.023954 0.005931\nإ 0.029955 0.000135 -0.040179 0.022048 0.006121 0.028537 0.006055 -0.006562 -0.021125 -0.025458 0.027395 0.01288 -0.005494 -0.01551 0.02291 -0.004422 0.005426 -0.018206 -0.00973 -0.038369 -0.012034 0.002678 0.006249 0.006874 0.005755 0.016543 -0.002753 -0.012192 -0.014652 -0.02849 0.022593 -0.027767 -0.014899 -0.034691 0.010035 0.011365 -0.033741 0.031979 0.009389 0.015736 -0.022524 0.00828 0.007841 0.003519 -0.019043 -0.017682 0.033051 -0.008753 0.00119 0.006582 0.004166 0.039704 0.031726 -0.023415 0.036773 0.003354 -0.00313 0.021236 -0.008875 0.025089 -0.021559 -0.021185 -0.006219 -0.016853 0.01276 0.02204 0.034305 -0.014279 0.032115 0.018796 -0.050393 -0.005213 0.020611 0.009937 -0.038341 -0.001221 -0.028869 0.019902 -0.027028 -0.01838 0.013316 0.000187 0.003927 0.014845 -0.01908 -0.042765 0.003233 0.001872 -0.012066 -0.000797 -0.005021 0.014895 0.004251 -0.000744 0.017147 -0.000231 -0.000712 -0.032862 -0.000934 0.000381 -0.016436 0.00252 0.000538 -0.025717 0.011254 -0.006209 -0.012483 0.007371 0.02742 -0.011365 0.041033 0.014105 0.016477 -0.015122 0.006585 -0.000549 -0.007786 0.004056 -0.012593 -0.038245 0.0176 -0.002799 0.033028 0.016747 0.024356 0.012284 -0.010669 -0.009739 -0.009001 -0.012092 -0.014656 -0.005144 -0.013978 0.020657 -0.014904 0.011729 -0.029352 0.006272 0.012785 0.039592 0.003523 -0.008661 0.009965 0.023487 -0.025163 -0.043828 0.039734 0.01268 0.001733 -0.041696 0.00915 0.005158 0.028148 0.022916 -0.001515 0.00822 0.001293 -0.027578 0.012412 -0.018836 -0.019089 0.017941 0.017816 0.01361 -0.013148 -0.01741 0.012758 -0.019388 0.020864 0.013299 -0.022836 -0.020386 -0.006076 0.033834 -0.01635 -0.021447 -0.008219 -0.015104 -0.033134 -0.012172 0.028917 -0.015905 0.00552 -0.016931 -0.004839 -0.018453 0.009517 0.02055 -0.048949 0.002249 0.011697 0.024703 -0.032674 -0.03015 -0.00021 0.03687 -0.019339 0.012957 0.000184 0.000495 -0.022188 -0.029271 0.016857 0.015841 0.016819 0.013443 0.009823 -0.007383 -0.007061 0.034769 -0.016938 -0.002793 -0.006761 0.018349 -0.001587 0.061245 0.004778 -0.021511 0.007643 -0.004637 -0.005166 0.005814 -0.004194 0.001447 -0.024183 -0.00136 0.000758 0.015824 -0.006333 -0.020914 -0.000463 -0.002709 -0.005354 -0.021812 -0.022943 -0.000725 -0.011826 -0.028461 0.022119 0.020405 0.003305 0.02121 -0.01932 0.01244 0.005173 -0.00354 0.034366 -0.007573 0.035872 0.046354 0.018506 0.004231 -0.000373 -0.031854 -0.025981 -0.019587 -0.001656 0.017945 -0.022251 -0.002852 0.002504 -0.013717 0.026614 -0.025119 -0.018332 -0.022267 -0.031456 -0.011176 0.009716 -0.005725 0.020421 -0.005403 0.00808 -0.00064 0.011367 -0.004292 -0.002224 0.017299 0.040518 -0.038676 -0.001037 -0.015809 0.011865 0.011788 -0.020158 -0.001324 0.018138 -0.010563 -0.021224 -0.016327 0.008914 -0.03088 0.008123 -0.054298 -0.010564 0.007647 0.009791 0.013378 0.015193 0.001176\nສ 0.028801 -0.001338 -0.036285 0.024107 0.012533 0.035321 0.009118 -0.001188 -0.015498 -0.029364 0.028087 0.008394 -0.006564 -0.018853 0.024817 -0.003859 0.006932 -0.02016 -0.010189 -0.038853 -0.017718 0.002939 0.008299 0.011362 0.002647 0.013683 -0.013341 -0.011633 -0.012483 -0.024328 0.025596 -0.028018 -0.019728 -0.036623 0.004829 0.012364 -0.030127 0.037348 0.003484 0.023819 -0.0255 0.008268 0.003775 -0.006779 -0.023147 -0.022044 0.032364 -0.007372 -0.002421 0.012077 0.001121 0.03989 0.029226 -0.031508 0.038529 0.00816 -0.002872 0.019896 -0.003626 0.024473 -0.032241 -0.022259 -0.008251 -0.013759 0.007541 0.020247 0.034219 -0.012048 0.035066 0.018142 -0.051498 -0.010049 0.01349 0.015382 -0.045159 0.002698 -0.025807 0.020245 -0.032435 -0.012196 0.016253 -0.001004 0.006854 0.013502 -0.017729 -0.055466 0.006162 0.00021 -0.016426 -0.013023 -0.000451 0.019596 0.010864 -0.018002 0.018738 -0.006301 -0.001539 -0.037152 0.00213 -0.00564 -0.022496 -0.000198 0.001288 -0.026883 0.014509 -0.005731 -0.007526 0.002676 0.033529 -0.004283 0.042163 0.016824 0.022092 -0.015432 0.004037 0.001286 -0.003034 6e-05 -0.013708 -0.035919 0.022534 -0.000492 0.037517 0.022094 0.033552 0.012898 -0.011299 -0.01253 -0.01127 -0.016926 -0.010712 -0.003119 -0.013665 0.028803 -0.023346 0.012336 -0.029423 0.000429 0.002361 0.038893 -0.000928 -0.008808 0.002452 0.027082 -0.031378 -0.04308 0.042825 0.010512 0.000849 -0.040518 0.006727 0.00735 0.034923 0.019209 0.001105 0.011118 0.002732 -0.022389 0.011635 -0.025135 -0.019102 0.013171 0.02165 0.013999 -0.010883 -0.013529 0.02075 -0.017738 0.02655 0.014685 -0.021913 -0.021306 -0.01475 0.034045 -0.025824 -0.024647 -0.003796 -0.004843 -0.038814 -0.020768 0.031873 -0.004739 0.009207 -0.013931 -0.004218 -0.015654 0.006166 0.019609 -0.044853 0.000253 0.011734 0.022014 -0.039227 -0.031711 0.006102 0.036863 -0.021731 0.011942 0.010432 0.003542 -0.025948 -0.024953 0.015583 0.01927 0.013396 0.020087 0.00183 -0.001408 -0.007109 0.042241 -0.017386 -0.001475 -0.005227 0.016268 0.006817 0.056003 0.009706 -0.025234 0.00815 0.00066 -0.004764 0.007075 -0.011007 0.003219 -0.020055 -0.005643 -0.001976 0.013562 -0.004302 -0.024635 -0.00722 0.001029 -0.009989 -0.026735 -0.031941 -0.003826 -0.012736 -0.031101 0.022056 0.021405 0.008465 0.028367 -0.024338 0.014629 -0.00664 -0.004149 0.029901 -0.011619 0.040591 0.052785 0.018931 0.007452 0.002473 -0.034037 -0.029773 -0.013978 0.004777 0.02079 -0.024983 -0.011059 0.004466 -0.011222 0.028926 -0.027112 -0.026208 -0.024232 -0.034936 -0.016795 0.010931 0.000311 0.019793 -0.00032 0.005129 -5.7e-05 0.010307 -0.003886 -0.001204 0.013867 0.040258 -0.042757 -0.000751 -0.017367 0.014323 0.012606 -0.02226 -0.009019 0.014381 -0.010711 -0.018736 -0.012159 0.005858 -0.042034 0.008147 -0.060851 -0.013268 0.006786 0.012561 0.018212 0.017176 0.002936\nር 0.013184 0.006807 -0.025986 -0.011352 0.000645 0.022078 0.001333 -0.008464 -0.011008 -0.023942 0.02845 0.01021 -0.001738 -0.023368 0.019195 -0.001683 0.007027 -0.010523 -0.010837 -0.035495 -0.006578 0.00163 0.004695 0.005148 -0.003236 0.013897 -0.011826 -0.018177 -0.00894 -0.031985 0.020929 -0.019524 -0.015672 -0.023641 0.008399 0.016418 -0.031827 0.019549 0.00258 0.011189 -0.027634 0.007731 0.012453 0.001293 -0.030237 -0.002607 0.015217 -0.000669 -0.012854 0.005364 -0.000981 0.030431 0.013664 -0.031165 0.030079 0.004835 -0.009285 0.024722 -0.010243 0.017186 -0.032684 -0.018403 -0.006576 -0.006564 0.015507 0.017085 0.021934 -0.008284 0.031087 0.019983 -0.031025 -0.004763 0.011221 0.015002 -0.02417 0.001347 -0.009914 0.018538 -0.042868 -0.000452 0.001017 -0.007991 -0.011207 0.014432 -0.007515 -0.029351 0.000615 0.001618 -0.008719 -0.007242 -0.006454 0.016197 0.006062 -0.00481 0.023715 -0.010342 -0.007926 -0.028847 -0.011733 0.004084 -0.019747 0.000953 0.007842 -0.017576 0.015126 -0.001649 -0.012904 0.008268 0.027202 -0.012078 0.040296 0.029377 0.011703 -0.006545 0.003506 -0.003731 -0.008206 0.00766 -0.013874 -0.020364 0.021379 0.001634 0.01801 0.018258 0.028105 0.010545 -0.00159 0.004159 -0.011714 -0.011793 -0.005271 -0.003453 -0.010693 0.019219 -0.011925 -0.006346 -0.011878 0.015317 0.009441 0.04018 -0.003038 -0.001936 -0.004428 0.012125 -0.017498 -0.056466 0.042019 0.007757 -0.001623 -0.032596 0.007662 0.014733 0.027298 0.027606 -0.00216 -0.001129 0.013403 -0.023242 0.021539 -0.011912 -0.035424 0.010409 0.012918 0.001332 -0.015835 -0.005472 0.024292 -0.026547 0.022494 0.013403 -0.009727 -0.013775 -0.000908 0.035725 -0.011231 -0.01462 0.002558 -0.008183 -0.035098 0.000921 0.021543 -0.007839 0.00095 -0.023468 -0.005679 -0.041065 0.00333 0.016732 -0.020727 -0.008735 0.005027 0.021334 -0.027722 -0.027592 -0.00055 0.030612 -0.020436 0.010163 0.002255 -0.010832 -0.026907 -0.033581 0.014311 0.041285 0.004109 0.01622 0.013601 -0.001566 -0.001637 0.035838 -0.022525 -0.008591 8.1e-05 0.01372 0.000991 0.049283 0.008734 -0.013724 -0.00069 0.000407 -0.006647 0.005896 -0.003954 0.004748 -0.023261 -0.00401 0.0029 0.01741 -0.00732 -0.019614 -0.007152 -0.007654 -0.001559 -0.018886 -0.041798 -0.004617 -0.009003 -0.019174 0.01056 0.010898 0.002272 0.014602 -0.020964 0.003985 -0.00408 0.003255 0.010384 0.003716 0.024302 0.029513 0.010863 -0.008717 -0.017041 -0.023917 -0.015359 -0.013352 -0.003617 0.02161 -0.025641 -0.000812 -0.00465 -0.015016 0.024709 -0.018519 -0.017977 -0.016875 -0.022489 -0.014927 0.007596 0.004041 0.01905 0.003528 0.022256 -0.004956 0.005462 -0.006102 0.005434 0.010118 0.044257 -0.042137 -0.001302 -0.020352 0.019093 0.017392 -0.006434 -0.003204 0.014875 -0.006913 -0.011301 0.001093 0.004214 -0.031309 0.011461 -0.066508 -0.011042 0.014978 0.013904 0.019047 -0.000278 0.003988\nḵ 0.026675 0.004082 -0.045713 0.005824 0.002899 0.043935 0.015192 -0.00765 -0.01479 -0.049991 0.041201 0.013072 0.00132 -0.001095 0.030376 0.01167 -0.001834 -0.02449 -0.00668 -0.019329 -0.016937 0.015151 -0.006295 0.024547 0.002128 0.022289 -0.012699 -0.010218 -0.027969 -0.034432 0.015601 -0.045547 -0.012109 -0.057334 0.003984 0.017492 -0.036404 0.043422 0.007144 0.018938 -0.019143 0.004851 -0.002353 0.011004 -0.05158 -0.029088 0.021962 0.000419 0.001125 0.04066 0.009227 0.041898 0.04328 -0.019771 0.04145 0.014792 -0.002681 0.020485 -0.034648 0.023544 -0.028609 -0.040159 -0.013546 -0.022091 0.029195 0.031543 0.034442 -0.01326 0.057301 0.012896 -0.070633 -0.015984 0.030468 0.016356 -0.061959 0.004244 -0.049682 0.033484 -0.045564 -0.017206 0.009036 -0.006309 -0.000482 0.02329 -0.014457 -0.049038 -0.005134 -0.007352 -0.014103 0.012932 4.4e-05 0.028237 0.005301 -0.000803 0.031942 -0.015448 -0.009421 -0.06129 -0.012649 -0.005106 -0.030515 0.009963 -0.017998 -0.051181 0.012124 -0.004253 -0.017077 0.018103 0.048293 -0.025907 0.056074 0.017892 0.014562 -0.017692 0.016939 -0.004487 0.004113 0.025658 -0.007859 -0.048771 0.023209 -0.000803 0.035727 0.029323 0.038146 0.004535 -0.015416 -0.001197 -0.00677 -0.019847 -0.018096 -0.006531 -0.018136 0.015875 -0.022893 0.017343 -0.036831 0.012157 0.012362 0.059937 -0.004971 -0.019454 0.003725 0.030605 -0.034031 -0.034927 0.050323 0.002204 -0.013023 -0.02144 0.009177 0.02586 0.051077 0.023624 -0.000627 0.005165 -0.004807 -0.012059 0.015221 -0.034331 -0.007448 0.014016 0.014348 0.015898 -0.004903 -0.007864 0.011048 -0.018266 0.025216 0.006528 -0.036292 -0.019583 -0.009199 0.040224 -0.039047 -0.029064 -0.0041 -0.004591 -0.063318 -0.020574 0.046719 -0.03476 0.005453 -0.007659 0.00226 -0.02979 0.015409 0.006321 -0.06303 0.014162 0.023252 0.017512 -0.027959 -0.037801 -0.00571 0.042717 -0.008639 0.018308 0.017638 0.007895 -0.024312 -0.052334 0.023085 0.028423 0.00958 0.017098 0.013181 -0.00054 0.009674 0.032914 -0.014452 -0.008994 -0.001472 0.016517 0.004666 0.072921 0.006335 -0.028123 0.016 -0.006154 -0.008009 -0.015107 -0.015779 -0.0071 -0.036315 -0.006585 -0.01105 0.023521 -0.010713 -0.024802 -0.009044 0.000446 -0.010101 -0.016567 -0.044209 -0.017154 -0.031976 -0.028842 0.037995 0.037766 0.020356 0.032225 -0.040595 0.006298 0.020794 0.010735 0.028103 0.012212 0.036233 0.034668 0.048962 0.009082 -0.00949 -0.044112 -0.024323 -0.014844 0.005041 0.031166 -0.019336 -0.015713 -0.007136 -0.017935 0.020863 -0.02699 -0.038293 -0.015455 -0.039433 -0.031965 0.009934 0.009351 0.014977 0.023886 0.019231 -0.008025 0.022979 0.015786 -0.006625 0.021197 0.041344 -0.057714 0.010075 -0.042943 0.030389 0.005273 -0.025985 0.000865 0.020109 0.00076 -0.019071 -0.017726 -0.019669 -0.030393 0.023217 -0.071942 -0.023095 -0.006519 0.005898 0.014094 0.005919 0.000287\n¶ -0.016888 0.020606 -0.004109 -0.004447 0.023072 -0.008192 -0.008194 -0.00778 0.008903 0.003186 -0.011681 0.014558 0.004554 -0.015492 0.025927 -0.023537 -0.001791 -0.009216 0.016906 0.004518 -0.0011 -0.014979 0.004251 -0.020415 0.017683 0.006589 0.002589 -0.000758 0.027362 -0.009401 0.021125 -0.003369 -0.001566 0.012305 -0.009284 0.026982 -0.000624 -0.00285 0.02325 -0.011691 0.002711 0.000932 -0.014654 0.014174 0.026526 -3.8e-05 0.007248 -0.004895 0.001904 0.005458 0.006842 0.011324 0.014753 -0.028085 0.000106 0.001589 0.030886 -0.004536 0.006394 -0.002436 -0.030517 0.001613 0.014156 0.018533 -0.02481 0.00093 0.002439 0.020205 0.011832 -0.008396 -0.009438 -0.009856 -0.001797 -0.012026 0.01415 -0.007924 -0.014933 -0.02037 0.022615 0.00674 0.019113 -0.011695 -0.014549 0.014853 -0.00237 0.004078 -0.019107 0.015092 -0.031105 -0.003893 0.002175 -0.015174 0.00724 0.018518 0.011371 0.012098 0.004916 -0.01389 0.004 -0.00441 0.023344 -0.020665 0.016761 0.001097 0.025139 -0.004716 -0.005656 0.007236 0.00159 0.009612 -0.002041 -0.016107 0.001349 -0.003758 0.006504 -0.01561 0.003687 0.00323 0.001019 0.011112 -0.007244 0.023443 -0.015284 0.017919 -0.022757 -0.000885 0.000613 -0.00496 -0.009606 -0.032539 0.012637 0.006118 -0.003138 -0.037371 -0.002667 0.001606 0.003445 0.003506 0.000161 -0.011646 -0.011394 -0.023025 0.012522 0.004201 0.00732 0.003357 -0.025397 -0.007444 0.007427 0.008534 -0.003058 0.003601 0.00245 0.018835 -0.018609 0.003646 -0.017837 -0.002282 0.007612 0.026795 0.010775 -0.004827 0.020644 0.018209 0.000239 0.002987 0.030969 -0.025425 -0.007531 0.01765 0.002321 -0.007773 0.019094 -0.00803 0.009819 0.003679 0.014055 0.010602 -0.010486 -0.003506 0.001457 0.009135 -0.022276 0.014982 0.00723 0.012503 0.007823 0.003538 -0.010522 -0.012502 -0.009242 0.001778 0.015436 0.000195 -0.005184 -0.008901 -0.001992 0.009638 -0.023348 0.008899 -0.014673 -0.031529 -0.011246 -0.005841 -0.012062 0.019593 0.021639 -0.007207 -0.000523 -0.000811 0.010573 -0.012558 -0.013344 0.027436 -0.000783 -0.020083 -0.002612 -0.007823 0.004926 0.000413 -0.004523 -0.012066 0.026695 0.00025 -0.00732 0.01421 -0.014127 0.003301 0.00178 0.002809 -0.002749 0.00454 0.001759 -0.017176 -0.004654 0.006743 -0.005509 0.002434 -0.009397 0.002512 -0.008985 -0.016514 0.023373 -0.003003 0.005066 0.004577 -0.020799 -0.002256 0.012794 -0.009847 -0.006538 -0.034898 -0.007062 -0.006791 0.027424 -0.001878 0.000468 0.007107 0.012986 -0.001509 0.022814 -0.007703 0.004653 0.014863 0.013933 0.005916 0.00486 0.014266 0.012539 -0.009955 0.002903 -0.014169 0.006043 0.00682 0.006883 0.001927 0.018426 0.026751 0.022121 0.001721 -0.007293 0.009257 -0.001983 0.029147 0.013253 -0.015038 -0.018106 -0.012555 -0.003515 -0.02721 0.010341 0.014155 -0.002713 -0.008706 0.004691 -0.019019 -0.009917 -0.016628 -0.014252 -0.014376\nй 0.040649 0.006368 -0.054719 0.023978 0.01619 0.038727 0.006538 -0.001014 -0.018963 -0.033258 0.04484 0.014061 -0.012329 -0.031751 0.039423 -0.012355 0.007384 -0.027274 -0.014405 -0.050659 -0.016794 0.002843 0.007507 0.016405 0.006123 0.025786 -0.009046 -0.013434 -0.019777 -0.02821 0.021694 -0.039795 -0.017277 -0.043615 0.012337 0.01832 -0.048603 0.046081 0.005402 0.020674 -0.036179 0.015903 0.002942 0.003524 -0.031348 -0.027602 0.041802 -0.000723 -0.003149 0.02046 0.014631 0.061058 0.035926 -0.039743 0.046618 0.013472 -0.002126 0.023795 -0.009756 0.029795 -0.034108 -0.030094 -0.009299 -0.020202 0.017781 0.024169 0.037831 -0.016346 0.031794 0.019372 -0.057138 -0.008315 0.022725 0.017454 -0.057637 0.001373 -0.037185 0.033787 -0.032044 -0.014349 0.015192 -0.00156 0.000928 0.025966 -0.024523 -0.05932 0.003806 0.002075 -0.027779 -0.004608 -0.010373 0.026682 0.005034 -0.020101 0.017201 -0.008517 0.001374 -0.042347 -0.002719 -0.007052 -0.018168 -0.001697 -0.002115 -0.033549 0.019394 -0.000967 -0.015591 0.010137 0.041564 -0.003959 0.054246 0.026298 0.022386 -0.013518 0.015317 0.007611 -0.014127 0.001917 -0.014219 -0.04602 0.025906 0.005442 0.043198 0.030912 0.03473 0.008161 -0.011402 -0.027086 -0.013812 -0.020898 -0.02128 -0.004489 -0.015522 0.031236 -0.023976 0.015438 -0.027852 0.008525 0.010587 0.048308 -0.003993 -0.015927 0.014038 0.033173 -0.038587 -0.057321 0.048328 0.008427 0.00416 -0.044991 0.00469 0.003457 0.037279 0.031751 -0.010363 0.002409 -0.001875 -0.025244 0.019933 -0.021773 -0.020396 0.02081 0.020507 0.017475 -0.021047 -0.009784 0.025992 -0.02604 0.019711 0.025326 -0.028745 -0.028082 -0.01311 0.039381 -0.019956 -0.031246 -0.008584 -0.006072 -0.041422 -0.029775 0.039544 -0.012004 0.005863 -0.010498 -0.010646 -0.020394 0.004502 0.022355 -0.069896 0.007743 0.025919 0.030654 -0.03364 -0.044482 0.008876 0.042882 -0.015857 0.018458 0.00478 0.006008 -0.047069 -0.040014 0.016775 0.029541 0.019863 0.018136 0.009533 -0.014695 0.000387 0.040058 -0.02975 -0.004863 -0.007885 0.020557 -0.002892 0.078393 0.003007 -0.028411 0.00617 -0.007361 -0.009748 0.012464 -0.008652 0.006039 -0.020635 -0.007925 -0.000999 0.023123 -0.012472 -0.029585 -0.00827 -0.000121 -0.00555 -0.033667 -0.044797 -0.004049 -0.00732 -0.043717 0.033776 0.029018 0.00837 0.026775 -0.025871 0.017292 0.008296 -0.013 0.054185 -0.008959 0.04713 0.059348 0.033981 0.005493 0.006375 -0.051082 -0.046247 -0.022667 -0.003761 0.026946 -0.031933 -0.012358 0.005309 -0.011328 0.030828 -0.029116 -0.03021 -0.024049 -0.035346 -0.022787 0.008544 -0.001958 0.015895 -0.003521 0.008655 -0.00613 0.015335 0.007691 0.003581 0.012792 0.04305 -0.056821 -0.003452 -0.023847 0.016793 0.014646 -0.023276 0.000422 0.020085 -0.01614 -0.022516 -0.018035 0.008712 -0.043885 0.009253 -0.070232 -0.012571 0.013596 0.01573 0.020627 0.021105 0.004444\nָ 0.052579 0.014338 -0.083116 0.043418 0.023727 0.065866 0.018837 -0.000348 -0.025643 -0.049146 0.050022 0.02508 -0.00878 -0.059083 0.06019 -0.014304 0.012145 -0.041104 -0.021922 -0.082042 -0.023975 -0.003844 0.009634 0.019932 0.006812 0.042912 -0.007667 -0.012583 -0.018742 -0.032371 0.034009 -0.054165 -0.029683 -0.070365 0.013921 0.020268 -0.065847 0.068195 0.015834 0.041241 -0.046411 0.011806 0.002238 0.00903 -0.038067 -0.049453 0.067404 -0.001964 -0.002528 0.038292 0.0057 0.095125 0.066567 -0.061006 0.07213 0.01255 -0.011701 0.038327 -0.019316 0.045997 -0.041061 -0.054685 -0.013226 -0.021407 0.027306 0.025 0.064175 -0.021726 0.055721 0.028225 -0.069265 -0.008462 0.030858 0.02627 -0.083079 0.008446 -0.044506 0.041855 -0.041458 -0.026285 0.025656 -0.001368 -0.002287 0.032234 -0.042628 -0.089479 0.006522 -0.003637 -0.030466 -0.01433 -0.021173 0.042649 0.000412 -0.03685 0.012347 -0.019329 -0.000437 -0.062144 0.000123 -0.015938 -0.023218 0.00258 0.005588 -0.048707 0.026543 -0.009119 -0.021741 0.017242 0.057176 -0.004426 0.066959 0.032467 0.035339 -0.021192 0.018015 0.011162 -0.024461 0.007114 -0.024827 -0.071102 0.032126 -0.000621 0.068206 0.043203 0.05741 0.011656 -0.018567 -0.030077 -0.027456 -0.028297 -0.037041 0.005138 -0.024406 0.048417 -0.038692 0.027251 -0.039984 0.011176 0.009279 0.08095 -0.00507 -0.020701 0.027433 0.047112 -0.060722 -0.074143 0.067276 0.000421 0.004787 -0.059474 0.004972 0.023811 0.047855 0.049413 -0.012594 0.010132 0.001857 -0.032532 0.025698 -0.035198 -0.024749 0.026661 0.034267 0.013421 -0.020309 -0.024783 0.033387 -0.043758 0.035128 0.045707 -0.048245 -0.038645 -0.022955 0.061123 -0.027515 -0.048484 -0.019702 -0.009124 -0.053562 -0.040342 0.061604 -0.00403 0.005996 -0.008278 -0.016478 -0.033128 0.006971 0.034611 -0.1024 0.00921 0.017767 0.046968 -0.051039 -0.069703 -0.004191 0.064855 -0.03234 0.013594 0.005123 0.007058 -0.067515 -0.062541 0.019682 0.044193 0.035763 0.022856 0.028277 -0.009799 -0.017722 0.062418 -0.04967 -0.011525 -0.011244 0.027182 0.005387 0.114532 0.005703 -0.030078 0.001939 0.0034 -0.005953 0.021762 -0.00823 0.006048 -0.044732 0.002716 0.00019 0.021104 -0.022497 -0.022075 -0.003768 0.001643 -0.010653 -0.050548 -0.057931 -0.002374 -0.024201 -0.053281 0.059267 0.047992 0.013899 0.047447 -0.029357 0.027593 0.012787 -0.035415 0.071176 -0.021509 0.0637 0.086205 0.047999 0.017797 0.013881 -0.08453 -0.057046 -0.031603 -0.001612 0.037283 -0.036464 -0.026275 0.018276 -0.00798 0.052246 -0.037013 -0.056575 -0.033334 -0.053346 -0.02551 0.013413 -0.001346 0.040606 -0.008657 0.013986 -0.009585 0.02873 0.010962 0.012763 0.034619 0.074412 -0.084608 -0.014334 -0.027528 0.030565 0.032153 -0.044223 0.001533 0.031873 -0.024799 -0.036665 -0.033104 0.026073 -0.070458 0.025468 -0.106484 -0.016148 0.015004 0.02482 0.019425 0.043874 0.008432\nں 0.018046 -0.004551 -0.020947 0.002314 0.004905 0.0253 0.006584 0.006561 -0.028697 -0.03904 0.02596 0.002346 0.005427 -0.010878 0.022585 0.010496 -0.004852 -5.5e-05 -0.010425 -0.034758 -0.019236 0.007347 0.011618 -0.017968 -0.010687 0.030834 -0.014157 -0.013807 -0.005613 -0.017845 0.015759 -0.026634 -0.00223 -0.022269 0.004885 -0.009931 -0.003514 0.021217 0.004372 0.001635 -0.02895 -0.010631 0.01519 -0.001689 -0.013292 -0.01437 0.008174 -0.004572 -0.017142 -0.003355 5.8e-05 0.035563 0.012265 -0.010687 0.018298 -0.006442 -0.013933 0.004091 -0.016478 0.017997 -0.027946 -0.017609 -0.007969 -0.005672 0.020098 0.019801 0.045547 -0.010551 0.029365 0.017987 -0.021195 -0.00081 0.010183 0.016084 -0.016429 -0.0032 -0.02641 0.016664 -0.032937 -0.006496 0.01497 -0.002306 0.016808 0.01284 -0.030525 -0.027093 0.011142 0.008874 -0.018642 0.007154 -0.02035 0.022037 0.008921 -0.013528 0.028023 0.005492 -0.01881 -0.033182 -0.004336 0.00636 -0.011178 0.011979 0.003599 -0.01844 0.004397 0.009082 -0.016388 -0.015814 0.022188 -0.006392 0.029601 0.011128 0.001701 -0.024678 0.006432 -0.000888 -0.003073 -0.001485 -0.027091 -0.039569 0.032142 0.0176 0.027222 0.0144 0.02356 0.015025 -0.01125 -0.005959 -0.018118 -0.007053 -0.014478 -0.013591 -0.004366 0.028086 -0.016649 0.001752 -0.007371 0.015441 0.01417 0.028437 0.005232 0.006396 0.004565 0.015978 -0.023302 -0.033388 0.037239 0.011502 0.003777 -0.027989 0.007512 0.01313 0.010364 0.017724 0.006749 0.006232 -0.003033 -0.023605 0.024465 -0.018009 -0.027512 0.01582 0.015721 0.000125 -0.007494 -0.00564 -0.003821 -0.016773 0.023786 0.014059 -0.038565 -0.015855 -0.009712 0.021996 -0.022927 -0.022251 -0.009403 -0.009713 -0.04118 -0.00923 0.019931 -0.008561 0.028189 -0.01739 -0.00704 -0.026392 0.007387 0.027067 -0.022947 0.00151 0.019604 0.003875 -0.02728 -0.029721 0.003105 0.029912 -0.034793 0.007085 0.000846 -0.016625 -0.014544 -0.037084 0.015149 0.022836 -0.003329 0.003328 0.015999 -0.00234 -0.007628 0.04776 -0.008067 -0.025165 0.002214 0.023067 -0.004599 0.038785 0.018466 -0.015903 0.014467 -0.005947 -0.017023 -0.006244 -0.001926 -0.015272 0.010392 0.008743 -0.00823 0.010498 -0.01388 -0.011631 -0.00047 -0.005349 -0.005401 -0.004601 -0.029766 -0.013282 -0.018897 -0.02118 0.007003 0.009576 0.005519 0.008923 -0.030877 0.028767 -0.000857 -0.004111 0.027931 0.0018 0.033229 0.033236 0.029859 -0.003882 -0.002119 -0.015879 -0.018364 -0.005773 -0.00278 0.022923 -0.016082 0.007156 0.012533 -0.013354 0.043322 -0.024851 -0.016013 -0.013353 -0.018173 -0.000917 0.005926 0.014111 0.00075 0.009374 0.01173 -0.017547 0.023305 -0.003633 0.001621 0.019268 0.033816 -0.040501 -0.003769 -0.019595 0.023945 0.008321 -0.014644 -0.008405 0.012255 -0.010065 -0.011921 -0.019026 -0.007217 -0.025233 0.013425 -0.037114 -0.015535 0.011651 0.017629 0.000434 0.006277 0.005308\nಾ 0.027763 -0.001959 -0.037927 0.002182 0.003597 0.032713 -0.018297 -0.022436 -0.018676 -0.024999 0.043657 0.014396 0.000177 -0.02883 0.011481 -0.003267 0.009591 -0.007676 -0.006518 -0.055035 -0.013176 0.005399 0.014038 -0.005381 -0.000595 0.011437 -0.005568 -0.014365 -0.019892 -0.034029 0.025864 -0.014745 -0.018004 -0.014102 0.008061 -0.000798 -0.013833 0.031464 0.005579 0.018128 -0.033379 -0.007743 0.027724 0.008431 -0.023967 -0.00802 0.026553 -0.003981 -0.008103 -0.003534 -0.003507 0.025025 0.029166 -0.027665 0.035667 0.007676 -0.015764 0.012709 0.003476 0.008831 -0.032756 -0.016893 0.006801 -0.009375 0.021724 0.00966 0.02451 0.012873 0.028817 0.013801 -0.048775 -0.010624 0.015236 0.02448 -0.040383 -0.005296 -0.019578 -0.001023 -0.043256 -0.003275 0.009738 -0.012551 0.002194 -0.002576 -0.021222 -0.027955 -0.004893 -0.008824 0.005582 -0.006249 -0.009492 0.006424 0.013285 -0.012703 0.01076 -0.001049 -0.018732 -0.038701 -0.009238 -0.013955 -0.020206 0.015813 0.002767 -0.009065 0.010372 -0.018795 -0.025066 0.015093 0.041589 -0.000291 0.042788 0.030809 0.023571 -0.024924 0.011059 -0.011162 0.005717 -0.004421 -0.01175 -0.016977 0.028267 0.003273 0.031903 0.032422 0.030375 0.006984 -0.004272 0.003732 0.002215 -0.021286 -0.011554 -0.003638 -0.011248 0.028862 -0.01082 8.4e-05 -0.019011 0.014706 0.019026 0.032449 -0.00489 -0.009765 0.002263 -0.002221 -0.035193 -0.032153 0.056138 0.022902 0.013685 -0.031734 -0.010031 0.021119 0.03512 -0.007636 -0.002642 0.003076 0.013494 -0.02974 0.00621 -0.006749 -0.04067 -0.009666 0.02222 0.002356 -0.031585 -0.001527 0.015663 -0.013857 0.016761 0.010542 -0.028593 -0.01586 -0.018524 0.036435 0.005341 -0.023391 0.0049 5.3e-05 -0.034641 -0.01003 0.004922 -0.015315 0.016718 -0.016417 -0.007961 -0.020877 0.010723 0.01012 -0.022052 0.000853 0.037265 0.025524 -0.034261 -0.027742 0.01296 0.026525 -0.008474 0.01052 0.001724 0.005316 -0.028262 -0.032294 0.016278 0.031174 0.017436 -0.008218 0.015464 -0.019085 0.004369 0.038005 -0.008727 -0.020976 0.011768 0.014136 0.017162 0.045451 0.02456 -0.005985 0.024347 0.013379 0.005965 -0.003765 0.009923 -0.004803 -0.017523 0.00247 -0.003852 0.008247 0.000256 -0.015336 -0.003135 -0.007981 0.00535 -0.014962 -0.028039 -0.006136 -0.007458 -0.025841 0.01537 0.01943 -0.004293 0.015056 -0.02271 0.016411 -0.007587 0.016864 0.012939 0.006775 0.024342 0.027143 0.005002 0.006731 0.000272 -0.019069 -0.007075 -0.008119 -0.010578 0.028239 -0.022875 -0.01153 -0.009704 -0.015897 0.023309 -0.010669 -0.021761 -0.014635 -0.01869 -0.022647 0.005186 0.014474 0.00882 -0.000655 0.008854 0.015693 0.003362 -0.009658 0.012157 0.020083 0.050763 -0.031179 0.006632 -0.005448 0.014707 0.012154 -0.007106 -0.01708 0.042763 -0.006024 -0.013022 0.00509 0.00541 -0.021696 0.00833 -0.066484 0.010639 -0.002784 0.005805 0.006614 0.007655 0.01482\nោ 0.029622 0.005577 -0.0524 0.028344 0.011876 0.035515 0.002181 -0.005023 -0.028249 -0.022118 0.031258 0.008875 -0.011673 -0.023654 0.02443 0.000596 0.004374 -0.028235 -0.00542 -0.036006 -0.016796 -0.003458 -0.000154 0.015535 -0.000932 0.017533 -0.007123 -0.003046 -0.017778 -0.028197 0.0243 -0.041618 -0.019787 -0.038434 0.013423 0.022743 -0.039403 0.041259 0.008538 0.024037 -0.033998 0.011989 -0.003985 -0.011175 -0.018497 -0.025423 0.0353 -0.006666 -0.001437 0.017453 0.008985 0.052228 0.030028 -0.034602 0.047372 0.005808 0.00375 0.023469 -0.015349 0.025082 -0.029663 -0.026617 -0.007852 -0.019618 0.007927 0.019766 0.044796 -0.021694 0.031941 0.022206 -0.056856 -0.007405 0.019254 0.018325 -0.044848 0.007337 -0.027714 0.025607 -0.024696 -0.01353 0.019906 -0.0008 0.005574 0.026084 -0.011318 -0.050204 0.008941 -0.008428 -0.011792 -0.001548 -0.004831 0.029972 0.003162 -0.012732 0.014898 -0.004046 0.000683 -0.035131 0.002411 -0.001885 -0.014256 -0.010252 -0.003334 -0.034702 0.011281 0.005515 -0.021602 0.000603 0.040814 -0.004946 0.032854 0.011223 0.025249 -0.017992 0.006396 -5.3e-05 -0.004211 0.002832 -0.011736 -0.047816 0.024768 0.001029 0.0401 0.017011 0.032727 0.015329 -0.010912 -0.024667 -0.016445 -0.013868 -0.015737 -0.007354 -0.014316 0.036493 -0.028741 0.0143 -0.030175 -0.003011 0.00356 0.043445 -0.01177 -0.008882 0.006155 0.029262 -0.04425 -0.043061 0.044881 0.010031 0.007912 -0.039063 0.002099 0.010351 0.031042 0.024388 0.005275 0.008612 -0.008359 -0.024444 0.018943 -0.017629 -0.010823 0.023379 0.031456 0.020579 -0.013779 -0.020379 0.024434 -0.01373 0.028208 0.019879 -0.035487 -0.026477 -0.016249 0.03655 -0.018687 -0.023867 -0.010758 -0.012528 -0.04525 -0.022806 0.034423 -0.014919 0.007808 -0.013115 -0.006575 -0.008168 0.006683 0.01616 -0.062251 0.000448 0.012928 0.030704 -0.038641 -0.042319 0.003737 0.046281 -0.025802 0.016004 0.002478 -0.004279 -0.027428 -0.028831 0.022984 0.022746 0.015345 0.018565 0.017367 -0.002533 -0.012174 0.039618 -0.019988 -0.002071 -0.009321 0.012234 -0.002882 0.06504 0.010978 -0.019997 0.00371 -0.002953 -0.003127 0.012062 -0.006908 0.000951 -0.022295 2e-05 0.00214 0.018751 -0.007527 -0.029906 -0.002047 -0.000147 -0.00093 -0.025083 -0.037377 -0.000591 -0.023664 -0.033399 0.024888 0.030498 0.016522 0.032384 -0.029295 0.014649 0.001995 -0.000688 0.038633 -0.004154 0.045383 0.061763 0.028956 0.008147 0.007978 -0.040958 -0.037336 -0.020491 -0.001371 0.020271 -0.016298 -0.01611 0.006966 -0.017194 0.033299 -0.026054 -0.032258 -0.020382 -0.02769 -0.029552 0.008134 -0.005363 0.021833 -0.001811 0.015037 -0.00449 0.003394 0.003518 -0.001667 0.020473 0.038611 -0.055901 -0.002406 -0.016459 0.0146 0.016549 -0.024986 -0.009737 0.011722 -0.008556 -0.02486 -0.016338 0.008231 -0.044464 0.007962 -0.063705 -0.010235 -0.002721 0.008139 0.017685 0.020067 -0.003636\nŋ 0.019565 0.002036 -0.030799 0.015691 0.011691 0.035488 0.013112 -0.001536 -0.016911 -0.019009 0.034925 0.00907 -0.008221 -0.015619 0.035613 -0.006085 0.007067 -0.0174 0.005114 -0.038713 -0.011954 -0.005086 -0.01285 0.013335 0.008133 0.006484 -0.015589 -0.00251 -0.007886 -0.023239 0.028971 -0.023698 -0.02083 -0.025498 -0.001301 0.012794 -0.025109 0.038877 0.009987 0.007053 -0.035236 0.017492 0.004046 0.009219 -0.010744 -0.014847 0.021127 0.011348 0.000623 0.007891 0.007834 0.041777 0.027827 -0.031364 0.032899 0.007746 0.001979 0.019678 -0.006861 0.021626 -0.030977 -0.025524 -0.009704 -0.005361 0.008478 0.018936 0.04145 -0.025338 0.026027 0.021386 -0.036035 -0.006583 0.013146 0.019225 -0.036146 -0.003824 -0.014341 0.020038 -0.020876 -0.007601 0.014679 -0.00304 -0.004437 0.012408 -0.019863 -0.052078 0.005183 -0.003612 -0.005594 0.004177 -0.006913 0.013282 0.004639 -0.008966 0.009014 -0.016234 0.004742 -0.036349 -0.015383 -0.010435 -0.026527 -0.002774 -0.006309 -0.02612 0.009286 -0.006975 -0.011981 0.006031 0.016121 -0.005669 0.046788 0.014705 0.021425 -0.003388 0.010092 -0.001575 -0.012564 0.000136 -0.019456 -0.027053 0.028136 -2.7e-05 0.031728 0.021525 0.020448 -0.004508 0.002357 -0.000504 -0.010961 -0.015348 -0.001775 0.011391 -0.011525 0.030779 -0.010364 0.011287 -0.025467 0.014065 0.00201 0.036607 -0.003834 -0.002268 0.012942 0.016209 -0.027565 -0.047075 0.046208 0.003332 0.005906 -0.043973 0.016762 0.010407 0.031088 0.017101 -0.000102 -2.8e-05 -0.001028 -0.025666 0.018045 -0.007995 -0.022602 0.012354 0.028823 0.006898 -0.015705 -0.013528 0.019372 -0.011882 0.013714 0.028366 -0.023337 -0.026769 -0.007719 0.020735 -0.002926 -0.021198 0.000933 -0.012553 -0.030187 0.002758 0.033363 -0.006758 0.008143 -0.002902 -0.015853 -0.017092 -0.001977 0.015062 -0.030359 0.000121 0.015963 0.029866 -0.029938 -0.030449 -2.6e-05 0.035495 -0.027347 0.016719 -0.000764 -0.001389 -0.03288 -0.018249 0.020148 0.02419 0.021768 0.006929 -0.001627 -0.026592 -0.004605 0.028021 -0.014852 -0.004907 -0.001489 0.022954 0.001135 0.033626 0.005526 -0.012499 0.011096 0.00355 -0.008668 -0.002362 -0.001182 0.009354 -0.026438 0.007989 -0.002009 0.010457 0.007888 -0.014806 -0.009803 0.001594 -0.00121 -0.027313 -0.027676 0.006496 -0.01759 -0.023019 0.01594 0.016554 0.00662 0.024664 -0.015917 0.015921 -6.5e-05 -0.015157 0.031812 0.007076 0.027002 0.040022 0.011766 0.0102 -0.012178 -0.025364 -0.022931 -0.011156 -0.012382 0.01209 -0.027743 -0.006021 0.006835 -0.008501 0.016042 -0.014988 -0.016727 -0.015462 -0.027354 -0.006108 0.002644 0.002899 0.005656 -0.008891 0.013002 -0.002222 0.01183 0.001316 0.01028 0.012723 0.033019 -0.040605 0.000324 -0.00373 0.01426 0.021464 -0.002085 -0.0024 0.014294 -0.011289 -0.01739 -0.019747 0.00498 -0.031453 0.006515 -0.05125 -0.015764 0.011718 0.003897 0.003811 0.002402 -0.015409\nό 0.028228 -0.000441 -0.043837 0.02772 0.009765 0.038444 0.004507 -0.002731 -0.015246 -0.033509 0.040935 0.012913 -0.014772 -0.027031 0.031496 -0.01271 0.007756 -0.023541 -0.014179 -0.035968 -0.011481 0.006967 0.011211 0.017701 0.00982 0.020387 -0.007741 -0.01293 -0.013961 -0.022029 0.024401 -0.033699 -0.018693 -0.038458 0.0146 0.018444 -0.03337 0.041895 0.010489 0.019457 -0.034597 0.009381 -0.004561 0.007759 -0.026521 -0.025583 0.033622 0.000619 0.004538 0.012 0.013044 0.048947 0.035119 -0.03189 0.045369 0.009733 0.00017 0.024426 -0.015852 0.026316 -0.034169 -0.030294 -0.005512 -0.020893 0.016103 0.022481 0.03641 -0.02101 0.029269 0.017565 -0.048626 -0.004363 0.025288 0.01187 -0.049304 0.004549 -0.036343 0.024859 -0.02696 -0.01695 0.01293 0.002386 -0.002728 0.02341 -0.020944 -0.049623 0.000337 0.001592 -0.017888 0.000422 -0.00514 0.026579 -0.002895 -0.008034 0.010407 -0.013105 -0.000662 -0.032134 -0.008381 -0.009547 -0.013784 0.003809 -0.001619 -0.031862 0.017297 -0.008108 -0.014366 0.015085 0.035585 -0.009588 0.04626 0.018804 0.024028 -0.011219 0.006136 0.007618 -0.001545 0.005484 -0.012221 -0.041473 0.022281 -0.001813 0.039176 0.02265 0.031774 0.003133 -0.004183 -0.01627 -0.011701 -0.016221 -0.010831 -0.001305 -0.018877 0.029588 -0.016057 0.012772 -0.026645 0.006193 0.004354 0.050027 -0.008997 -0.012268 0.012026 0.028214 -0.039442 -0.050308 0.044635 0.008183 0.003777 -0.046237 -0.000801 0.00689 0.035167 0.026571 -0.002297 -0.00087 0.001015 -0.024168 0.016957 -0.024908 -0.015261 0.019157 0.021729 0.017546 -0.01462 -0.015233 0.027611 -0.022433 0.020989 0.021151 -0.032537 -0.025537 -0.009729 0.040254 -0.017037 -0.02419 -0.002577 -0.010699 -0.037131 -0.016324 0.032802 -0.017589 0.001994 -0.006678 -0.008072 -0.013682 0.003433 0.018978 -0.062985 -0.000578 0.016941 0.034086 -0.035231 -0.037977 0.004439 0.03559 -0.018559 0.01539 0.006238 0.003012 -0.033029 -0.033639 0.02038 0.025522 0.013177 0.012652 0.014541 -0.011474 -0.003007 0.034 -0.015562 -0.009873 -0.011559 0.014595 -0.003384 0.067046 0.004914 -0.019213 0.004119 -0.00474 -0.00689 0.013779 -0.010053 0.005373 -0.02575 -0.008968 0.003599 0.013732 -0.007866 -0.027511 -0.002792 0.000829 -0.005227 -0.026595 -0.03192 -0.000179 -0.01602 -0.037176 0.028492 0.030885 0.010704 0.028291 -0.020752 0.007068 0.00945 -0.005091 0.039518 -0.000627 0.037437 0.052855 0.026586 0.006705 -0.002643 -0.03623 -0.034991 -0.022985 -0.005248 0.015808 -0.024005 -0.015042 0.00689 -0.005972 0.030495 -0.021022 -0.027727 -0.015683 -0.026317 -0.022112 0.00571 -0.002993 0.019807 -0.005611 0.009911 -0.003877 -4.5e-05 0.000767 -0.006044 0.019133 0.043705 -0.044734 -0.004686 -0.019341 0.014425 0.011942 -0.022545 -0.002416 0.013797 -0.006782 -0.017399 -0.01644 0.003062 -0.038775 0.005851 -0.068555 -0.012616 0.006015 0.006921 0.011104 0.016394 -0.001618\nზ 0.03851 -0.000729 -0.043386 0.019499 0.004776 0.030962 0.007407 -0.003026 -0.015124 -0.024459 0.030924 0.009787 -0.01168 -0.011827 0.018953 -0.009348 0.015484 -0.023029 -0.003052 -0.03391 -0.014835 0.009015 0.003378 0.011486 -0.002415 0.011309 -0.017393 -0.009868 -0.014732 -0.019775 0.018574 -0.02313 -0.018402 -0.037254 0.019324 0.011705 -0.033329 0.033903 -0.001691 0.015976 -0.030228 0.018883 0.006398 -0.004453 -0.032284 -0.01336 0.018528 -0.003073 0.002143 0.011487 0.014236 0.049916 0.024589 -0.043972 0.042596 0.007724 -0.001626 0.025007 -0.020778 0.021907 -0.034874 -0.023911 -0.006245 -0.024914 0.021396 0.021196 0.029445 -0.011327 0.033593 0.011598 -0.041327 0.000504 0.011914 0.009684 -0.044473 -0.001496 -0.027901 0.016929 -0.025253 -0.01429 0.006911 -0.003455 -0.004187 0.016927 -0.016898 -0.040163 0.013757 -0.004164 -0.018483 0.002263 -0.010176 0.017078 0.000572 -0.012193 0.018109 -0.016484 -0.001262 -0.039511 -0.001212 -0.001928 -0.020675 0.00204 -0.006128 -0.029741 0.009898 -0.006983 -0.02092 0.016806 0.035784 -0.010329 0.034484 0.018308 0.02991 -0.010264 0.006058 0.000867 -0.016665 -0.006071 -0.012677 -0.045927 0.024913 0.000845 0.026335 0.012695 0.031862 0.017036 -0.004679 -0.019421 -0.003635 -0.017769 -0.004309 -0.002313 -0.012232 0.034154 -0.018034 0.022503 -0.020506 0.006878 0.01643 0.040215 -0.008038 -0.005914 0.002183 0.015306 -0.038677 -0.051948 0.04317 0.002133 -0.000855 -0.03684 0.003369 0.003399 0.032676 0.016227 -0.006747 -0.008453 -0.006449 -0.018185 0.018738 -0.023338 -0.02376 0.007419 0.019229 0.017766 -0.008731 -0.008735 0.012407 -0.021895 0.028706 0.015081 -0.02621 -0.018986 -0.012624 0.037529 -0.013632 -0.024328 -0.003689 -0.015559 -0.030256 -0.011314 0.023329 -0.014402 0.004628 -0.011363 -0.011138 -0.011196 0.006506 0.022721 -0.044976 -0.000248 0.012424 0.015757 -0.026003 -0.032977 0.005074 0.042378 -0.008848 0.013165 0.008587 0.003809 -0.029413 -0.023479 0.010032 0.017054 0.01199 0.019976 0.015427 -0.00863 0.00097 0.041075 -0.026308 -0.000147 -0.009292 0.007626 -0.00989 0.06865 0.006286 -0.017394 0.012323 -0.013493 -0.005529 0.015142 -0.009247 0.005749 -0.019232 -0.005844 0.001341 0.017258 -0.004067 -0.025531 0.000646 0.006557 -0.000403 -0.014664 -0.031566 -0.004633 -0.001948 -0.037018 0.030096 0.019166 0.009562 0.025632 -0.021395 0.003472 0.010466 -0.008096 0.027326 -0.000559 0.036483 0.046876 0.028612 0.015174 -0.000147 -0.040388 -0.037025 -0.019908 0.001798 0.017305 -0.031171 -0.015551 0.011151 -0.004944 0.031791 -0.024193 -0.034565 -0.010943 -0.033194 -0.022667 0.006495 -0.003867 0.009464 0.001833 0.004602 -0.00288 0.015373 -0.00054 0.001589 0.011159 0.044571 -0.046533 -0.007397 -0.013195 0.013374 -0.003252 -0.025414 -0.001033 0.015486 -0.002857 -0.015335 -0.00768 0.000131 -0.044513 0.004975 -0.061893 -0.010429 -0.001605 0.01605 0.014639 0.017234 0.002774\na 0.029577 0.004716 -0.05826 0.032677 0.022497 0.037391 0.007632 0.006954 -0.027154 -0.029992 0.040578 0.013572 -0.004736 -0.038896 0.026894 -0.005554 0.004977 -0.031896 -0.009783 -0.04402 -0.018921 -0.002388 -0.000481 0.018163 0.011251 0.030085 -0.002292 -0.004895 -0.014472 -0.027092 0.021778 -0.032835 -0.020719 -0.045096 0.016303 0.021734 -0.048991 0.044416 0.012719 0.021325 -0.026794 0.008448 -0.002513 0.001572 -0.027263 -0.028281 0.045095 -0.004457 0.002004 0.027013 0.009025 0.066102 0.030246 -0.036749 0.047519 0.005135 -0.004983 0.032545 -0.020619 0.027985 -0.025866 -0.035698 -0.016682 -0.016949 0.012098 0.018647 0.036129 -0.015302 0.03358 0.015045 -0.04732 -0.01207 0.025156 0.013442 -0.060762 0.00582 -0.03356 0.027807 -0.026101 -0.021356 0.01282 0.00034 -0.006019 0.031255 -0.029976 -0.066738 -0.000328 -0.002907 -0.024576 -0.007652 -0.007789 0.038235 -0.00677 -0.019588 0.008554 -0.013282 0.005143 -0.03742 0.001288 -0.007995 -0.016592 -0.000367 -0.001499 -0.021207 0.013285 0.000585 -0.020617 0.018717 0.035323 0.001275 0.044782 0.027153 0.028627 -0.012001 0.007876 0.00602 -0.018361 0.000903 -0.011241 -0.048229 0.016392 -0.001738 0.045526 0.02708 0.039877 0.010327 -0.012057 -0.015466 -0.013867 -0.017037 -0.023748 -0.010026 -0.024368 0.026537 -0.022886 0.015214 -0.020688 0.00472 9.3e-05 0.060515 -0.005521 -0.008707 0.021668 0.023653 -0.041141 -0.048007 0.047821 0.004003 0.000584 -0.047654 0.004853 0.019106 0.027131 0.035097 -0.004036 0.005925 -0.004083 -0.023993 0.015542 -0.024061 -0.018179 0.020264 0.026458 0.008488 -0.00981 -0.011258 0.026472 -0.034203 0.022693 0.033477 -0.03545 -0.023488 -0.012406 0.040634 -0.023254 -0.035459 -0.013857 0.001329 -0.037735 -0.028486 0.039193 -0.01438 -0.004845 -0.008375 -0.007959 -0.016661 -3.3e-05 0.017204 -0.071952 -0.000227 0.006149 0.033936 -0.0392 -0.047979 -0.004078 0.038232 -0.017157 0.005028 0.008164 -0.000608 -0.044923 -0.036785 0.016386 0.029483 0.015384 0.012826 0.017546 -0.01012 -0.007765 0.041946 -0.033816 -0.002304 -0.010673 0.029747 0.001878 0.07383 0.005559 -0.030549 0.002412 0.00291 -0.003526 0.012972 -0.00712 0.006386 -0.022118 -0.003569 0.002953 0.015864 -0.011611 -0.02194 9.9e-05 0.003916 -0.01032 -0.032164 -0.044427 0.00443 -0.018107 -0.037054 0.032273 0.034847 0.004853 0.028985 -0.014378 0.016256 0.009484 -0.019753 0.04841 -0.00668 0.038507 0.056994 0.024656 0.01436 0.006661 -0.052806 -0.043387 -0.027851 -0.006857 0.016267 -0.020869 -0.031116 0.007239 -0.007018 0.036298 -0.019746 -0.031839 -0.016523 -0.027502 -0.012103 0.006048 -0.001855 0.026958 -0.005668 0.011123 0.005254 0.016807 0.007597 0.00372 0.027384 0.041849 -0.05617 -0.00065 -0.021565 0.013124 0.024607 -0.027265 -0.00419 0.008639 -0.009468 -0.025417 -0.019357 0.009442 -0.04693 0.015764 -0.072933 -0.011852 0.006953 0.017484 0.012149 0.03733 0.002625\nգ 0.042061 -0.010449 -0.043109 0.033512 0.005835 0.0292 -0.006569 -0.006336 -0.007719 -0.033662 0.034149 0.014041 -0.004582 -0.026593 0.018376 -0.006348 0.015262 -0.001035 -0.003273 -0.0476 -0.023607 -0.004093 0.002851 0.01572 -0.002407 0.030745 -0.014209 -0.012915 -0.03392 -0.013713 0.031276 -0.031691 -0.01896 -0.03594 0.005213 0.013663 -0.039569 0.037136 0.017333 0.012342 -0.021128 0.008116 0.005562 0.017683 -0.033792 -0.021565 0.034367 -0.02098 -7.8e-05 0.008754 0.011822 0.03491 0.034573 -0.0311 0.039817 0.020114 0.011185 0.025652 -0.026638 0.010933 -0.029641 -0.018939 -0.010493 -0.014286 0.010141 0.02125 0.037843 -0.021793 0.03676 0.020379 -0.039033 -0.009055 0.0175 0.022273 -0.056399 0.007294 -0.029182 0.016388 -0.032035 -0.015453 0.014766 -0.014317 -0.014267 0.005088 -0.014365 -0.044297 0.008456 -0.000609 -0.01121 -0.006032 -0.016325 0.026395 0.000452 -0.011892 0.002374 -0.00255 0.006291 -0.032328 0.014307 -0.003637 -0.017274 0.014269 0.004207 -0.022408 0.029682 -0.000578 -0.02176 0.01499 0.037268 -0.011561 0.048052 0.02227 0.020854 -0.012989 0.005825 -0.00073 0.004133 -0.009533 -0.01535 -0.055394 0.032978 -0.002943 0.023554 0.023251 0.027149 0.011628 -0.006879 -0.014531 -0.010632 -0.01826 -0.019398 0.003844 -0.005379 0.030713 -0.021526 0.008486 -0.010332 0.001343 0.019064 0.046586 0.003155 -0.012957 -0.006051 0.021472 -0.029154 -0.054794 0.040134 -0.004554 0.002391 -0.035376 0.001244 0.000806 0.031692 0.01535 0.003095 0.008466 0.00014 -0.022511 0.01003 -0.020739 -0.01737 0.02249 0.017372 0.024836 -0.023696 -0.011068 0.00591 -0.030858 0.011374 0.011226 -0.031356 -0.022544 -0.001858 0.034671 -0.008629 -0.032414 -0.002782 -0.021128 -0.041621 -0.004802 0.04059 -0.007218 0.007809 -0.006971 -0.014921 -0.019545 0.004175 0.019256 -0.065714 0.004234 0.028992 0.019868 -0.035147 -0.024115 -0.007039 0.047008 -0.011396 0.011312 0.008877 -0.001962 -0.023977 -0.024616 0.016133 0.021013 0.010701 0.015885 -0.003589 -0.007018 0.001048 0.03107 -0.02375 -0.001783 -0.016013 0.018677 0.005201 0.067627 0.000376 -0.016693 0.012575 -0.006412 0.001042 0.015344 -0.007175 0.001456 -0.023579 -0.015262 0.003934 0.005781 -0.001484 -0.018057 -0.015859 -0.005701 0.001731 -0.016028 -0.02929 -0.012677 -0.020604 -0.024666 0.021663 0.026392 0.008686 0.021051 -0.025273 0.013903 0.012875 -0.009009 0.040465 0.004367 0.051808 0.044838 0.026242 0.013199 0.006673 -0.023014 -0.032902 -0.0302 -0.015431 0.020816 -0.027071 -0.003738 0.011036 -0.003965 0.024963 -0.028155 -0.034908 -0.007511 -0.020726 -0.034032 0.000897 -0.003206 0.02732 -0.00967 0.012456 -0.015461 0.009865 0.000546 -0.001056 0.020556 0.039533 -0.045079 -0.009629 -0.013634 0.022485 0.014248 -0.026051 0.001552 0.010566 -0.008737 -0.013219 -0.009444 0.006741 -0.040458 0.002523 -0.045273 -0.014354 0.012102 0.025653 0.01241 0.01518 0.001076\nö 0.036756 0.004858 -0.055087 0.026313 0.014826 0.034271 0.005776 0.014232 -0.019929 -0.028619 0.03549 0.006864 -0.001506 -0.038399 0.017688 0.000108 0.006369 -0.0303 -0.026487 -0.042809 -0.015083 -0.017239 0.00417 0.032276 0.007367 0.033181 0.00036 -0.002084 -0.021864 -0.035838 0.017699 -0.042811 -0.014642 -0.037313 0.011912 0.020365 -0.051987 0.034868 0.018474 0.019246 -0.024137 0.01128 -0.008001 0.004358 -0.032158 -0.028082 0.035666 -0.007154 -0.00165 0.0212 -0.00113 0.067681 0.033315 -0.038918 0.050419 0.003069 -0.002148 0.030447 -0.012201 0.036701 -0.02212 -0.03359 -0.003241 -0.008621 0.009517 0.017435 0.028763 -0.019519 0.042955 0.015288 -0.04101 -0.013099 0.020852 0.021276 -0.061882 0.007594 -0.03321 0.03714 -0.023853 -0.013792 0.021017 -0.007931 0.001014 0.024329 -0.042657 -0.064635 -0.000844 0.006035 -0.030408 0.005798 -0.015552 0.037285 -0.006288 -0.022904 0.012963 -0.01477 0.00525 -0.04093 -0.011449 -0.002749 -0.008499 -0.006449 0.004639 -0.011333 0.015409 -0.003602 -0.011183 0.010041 0.029958 0.001463 0.04455 0.018481 0.023648 -0.002133 0.011403 0.0035 -0.014143 -0.005782 -0.011565 -0.038264 0.011086 -0.004215 0.043811 0.012469 0.041914 0.016387 -0.008423 -0.025785 -0.012415 -0.01903 -0.020451 -0.000812 -0.02155 0.018532 -0.032492 0.015745 -0.023516 -0.003244 0.00582 0.05492 -0.003868 -0.017818 0.019662 0.025118 -0.041714 -0.055282 0.038774 -0.000763 0.006317 -0.045939 0.007359 0.011193 0.027892 0.031942 -0.002799 0.005374 -0.005745 -0.021501 0.013014 -0.025418 -0.011499 0.023383 0.017118 0.016971 -0.010329 -0.01027 0.017253 -0.028087 0.013174 0.031201 -0.041238 -0.027447 -0.016607 0.037973 -0.028077 -0.041268 -0.007342 0.002914 -0.034046 -0.023205 0.03406 -0.017733 0.000528 0.001781 -0.006995 -0.019299 0.001199 0.022655 -0.061462 -0.005794 -0.002701 0.019936 -0.031269 -0.038558 0.006995 0.035048 -0.015072 0.01351 0.001329 -0.001492 -0.045655 -0.035421 0.016756 0.025038 0.00764 0.02368 0.023397 -0.006841 -0.012043 0.035866 -0.033396 0.012436 -0.014132 0.02796 -0.002605 0.072037 0.005474 -0.02633 -0.005075 0.009444 -0.004226 0.002542 -0.012186 0.003924 -0.021666 -0.006612 -0.008233 0.025061 -0.012792 -0.017703 -0.002758 -0.00275 -0.013531 -0.025007 -0.042557 0.000461 -0.009259 -0.031223 0.033569 0.033046 0.011155 0.027683 -0.021396 0.019209 0.004596 -0.009499 0.054227 -0.006627 0.029555 0.053332 0.025945 0.002919 0.003856 -0.052646 -0.03496 -0.027323 -0.003872 0.019857 -0.022977 -0.020753 0.016931 -0.010271 0.034351 -0.025656 -0.02634 -0.011845 -0.014524 -0.018876 0.011626 0.004 0.025392 -0.003544 0.006301 -0.008192 0.01683 0.003027 -0.000325 0.023794 0.032657 -0.047394 -0.006495 -0.02314 0.010787 0.020984 -0.017508 -0.003929 0.013455 -0.001739 -0.023858 -0.015706 -0.00089 -0.045543 0.01131 -0.061146 -0.006949 0.00622 0.021181 0.010293 0.03416 -0.003102\nᖅ 0.035134 0.026021 -0.072447 0.032209 0.014183 0.03427 0.015877 -0.011858 -0.029146 -0.036525 0.057255 0.005174 -0.025811 -0.016128 0.034596 -0.005115 0.024452 -0.045565 -0.011058 -0.069686 -0.01447 0.015475 -0.018944 0.02477 -0.001182 0.009152 0.016925 -0.026767 -0.015752 -0.050908 0.035974 -0.048213 -0.020376 -0.032749 -0.004062 0.043681 -0.041406 0.057245 0.009305 0.021022 -0.049462 0.022963 -0.004342 0.000497 -0.017631 -0.044653 0.054993 -0.000592 -0.001461 -0.005605 0.003068 0.061033 0.048814 -0.051897 0.070597 0.012579 -0.019701 0.026105 -0.009572 0.039876 -0.028143 -0.045837 -0.00696 -0.024304 0.028376 0.04135 0.068926 -0.027807 0.015644 0.028135 -0.085917 -0.032456 0.045063 0.029368 -0.076346 -0.007254 -0.033746 0.033401 -0.04126 -0.016883 0.016122 0.004995 0.015748 0.027069 -0.029354 -0.056915 -0.010821 -0.007608 -0.001599 -0.003017 0.010922 0.032202 0.019127 -0.023867 0.007454 -0.008739 0.008978 -0.047858 -0.015463 -0.000797 -0.019748 -0.003082 -0.003706 -0.031818 0.026623 -0.020021 -0.022893 0.014786 0.045405 0.009545 0.059438 0.010301 0.035264 -0.015895 0.008559 0.00106 -0.022766 0.005867 -0.014349 -0.051516 0.025322 -0.000964 0.047418 0.026772 0.052262 0.001974 -0.00708 -0.027347 -0.012754 -0.016182 -0.012338 -0.01078 -0.009709 0.047038 -0.020822 0.011464 -0.033803 0.027367 0.00617 0.073056 0.003478 -0.01379 0.017554 0.022004 -0.029842 -0.084764 0.066104 0.011779 0.015478 -0.069171 0.009119 0.004769 0.039464 0.02982 -0.002357 0.027454 0.01125 -0.034115 0.00287 -0.033152 -0.033054 0.017765 0.034069 0.017057 -0.007944 -0.016672 0.022954 -0.026748 0.032831 0.031683 -0.051394 -0.020456 -0.00321 0.041951 -0.034731 -0.033163 -0.018664 -0.013331 -0.054771 -0.014898 0.059077 -0.012687 0.017085 -0.02297 -0.025353 -0.027495 0.014907 0.017049 -0.058405 -0.00419 0.024418 0.043929 -0.057729 -0.031394 -0.011716 0.039985 -0.034802 0.027392 0.00389 -0.013314 -0.045495 -0.046532 0.025015 0.018425 0.04993 0.001044 0.002386 -0.027529 0.005778 0.041494 -0.012179 0.005806 -0.010247 0.024018 -0.002483 0.077661 0.024068 -0.017507 0.00387 0.000878 0.001278 0.01326 -0.004902 0.00121 -0.023216 -0.009268 0.004079 0.012076 -0.014467 -0.033202 0.003473 0.014524 -0.022911 -0.037433 -0.069132 0.006484 -0.017679 -0.047234 0.038178 0.030618 -0.010079 0.036413 -0.020919 0.010669 -0.011716 -0.006234 0.037935 -0.007723 0.057654 0.0709 0.013806 0.015536 -0.01247 -0.063129 -0.037465 -0.028207 0.008957 0.040418 -0.051465 -0.042321 0.007532 -0.025177 0.036843 -0.032417 -0.04258 -0.024907 -0.05035 -0.00633 0.028235 0.025167 0.013723 -0.009995 0.033455 -0.007827 0.019289 -0.007106 0.005437 0.040344 0.053663 -0.06586 -0.000448 -0.018138 0.009289 0.026019 -0.012943 -0.013496 0.032573 -0.007218 -0.028606 -0.012997 0.008102 -0.060938 -0.0005 -0.081345 -0.011747 -0.003368 0.042215 0.013696 0.038327 -0.01986\nʋ 0.016901 0.005339 -0.02354 0.011169 0.009636 0.031776 0.021637 -0.000812 -0.019407 -0.026541 0.044748 0.011792 -0.016556 -0.005668 0.042827 -0.017105 0.00578 -0.021846 0.010734 -0.027691 -0.00624 -0.001941 -0.026443 0.008581 0.00576 0.000133 -0.012407 -0.008292 -0.005812 -0.039491 0.032625 -0.028381 -0.023181 -0.025916 0.003674 0.014695 -0.024607 0.032709 0.009227 -4.3e-05 -0.037359 0.029944 0.015631 0.014583 -0.005547 -0.010908 0.014463 0.006585 -0.002787 -0.003033 0.012747 0.050463 0.018295 -0.028395 0.032971 0.008216 0.005607 0.032847 -0.018576 0.02276 -0.033122 -0.025498 -0.021054 0.00392 -0.000747 0.027911 0.050931 -0.038665 0.024637 0.036475 -0.042386 -0.008701 0.00458 0.02042 -0.024379 -0.000421 -0.008294 0.012271 -0.016084 -0.008698 0.020122 -0.002792 -0.007087 0.01765 -0.012332 -0.061621 0.012531 -0.007424 -0.002199 0.018086 0.002121 0.016182 0.005825 0.007693 0.007549 -0.023841 0.009784 -0.039544 -0.032338 -0.004777 -0.034194 -0.012151 -0.008096 -0.0293 0.013763 -0.003206 -0.012552 0.001114 0.008139 -0.015442 0.057069 0.00162 0.016872 0.002361 0.01756 -0.010794 -0.020465 -0.005436 -0.024424 -0.029542 0.036257 -0.003656 0.029011 0.008796 0.013666 -0.00134 0.007337 0.007787 -0.010393 -0.001141 0.015913 0.012874 -0.003433 0.02833 -0.010912 0.007879 -0.022621 0.020639 0.006948 0.041022 -0.003225 0.00182 0.012422 0.017722 -0.012066 -0.055215 0.037355 -0.004742 0.013673 -0.044363 0.032579 0.003874 0.036691 0.024635 0.007536 0.003616 -0.008697 -0.029785 0.023278 -0.007389 -0.021925 0.022662 0.031072 0.004092 -0.014935 -0.019949 0.015113 -0.013501 0.010145 0.044177 -0.022716 -0.023423 0.000994 0.011162 0.008936 -0.016506 -0.002162 -0.016987 -0.051492 0.006692 0.032884 -0.010236 0.007624 -0.002698 -0.030515 -0.032493 0.002747 0.013002 -0.024557 0.006736 0.013698 0.02656 -0.028392 -0.034531 -0.001351 0.040075 -0.027618 0.014795 0.005071 -0.003745 -0.032562 -0.01411 0.025873 0.027321 0.022637 -0.000384 -0.01072 -0.028337 -0.011241 0.019776 -0.017308 -0.003014 -0.00195 0.030235 0.005861 0.020802 -0.003092 -0.012522 0.01157 0.002394 -0.017808 -0.009905 0.007581 0.012985 -0.025418 0.007429 -0.009704 0.014278 0.007442 -0.013665 -0.007822 0.01404 0.003433 -0.033332 -0.017237 0.006928 -0.019083 -0.013505 0.005937 0.015806 0.014039 0.025914 -0.022204 0.010709 -0.001003 -0.009824 0.029332 0.023721 0.039408 0.037953 0.013863 0.007075 -0.030572 -0.027252 -0.027522 -0.015522 -0.019453 0.001324 -0.024436 0.002883 0.005087 -0.013736 0.007652 -0.016151 -0.004893 -0.012349 -0.033093 0.010876 5.1e-05 -0.001517 -0.00415 -0.009187 0.015983 0.003272 0.021861 0.001003 0.013276 0.014076 0.02526 -0.037438 -0.000285 0.003114 0.010779 0.014473 0.008224 -0.008413 0.015262 -0.002217 -0.012932 -0.020369 0.00011 -0.024962 0.000529 -0.042678 -0.0274 0.005486 0.000997 0.000485 0.000533 -0.030099\nយ 0.023206 0.004813 -0.029156 0.014107 0.003588 0.036386 -0.00285 -0.004084 -0.015451 -0.023024 0.020857 0.009551 -0.008473 -0.013247 0.016965 -0.009034 0.005109 -0.022099 -0.007614 -0.041566 -0.007141 0.008756 0.007589 0.007429 -0.005285 0.012106 -0.015532 -0.010303 -0.014632 -0.01655 0.024335 -0.033138 -0.014702 -0.029364 0.0063 0.010029 -0.023226 0.036567 0.002643 0.020399 -0.024776 0.003551 -0.001306 -0.002435 -0.020922 -0.012057 0.026376 -0.003248 -0.00289 0.012029 -0.004548 0.040347 0.02492 -0.025674 0.036184 0.008649 0.00679 0.015 -0.003632 0.019486 -0.016284 -0.020572 -0.009403 -0.010966 0.009867 0.016643 0.033448 -0.016932 0.030728 0.015955 -0.046153 -0.005943 0.013341 0.016999 -0.042443 0.005261 -0.019761 0.01883 -0.027853 -0.005372 0.016811 0.006642 0.006468 0.014292 -0.010644 -0.042278 0.009006 -0.00338 -0.010868 -0.008475 -0.007863 0.017536 0.008123 -0.005182 0.011886 -0.006587 -0.000633 -0.039742 0.00803 -0.004798 -0.020452 -0.0056 0.000168 -0.025842 0.008166 0.003669 -0.021821 -0.000454 0.032277 -0.001887 0.032906 0.015654 0.013263 -0.009604 0.000964 -0.000649 0.001422 -0.006182 -0.016379 -0.033471 0.026481 0.003523 0.035485 0.012925 0.026382 0.011107 -0.00436 -0.008694 -0.006286 -0.022855 -0.017101 -0.006536 -0.017037 0.027246 -0.023059 0.006463 -0.021842 -0.000854 0.005738 0.035038 -0.003958 -0.01009 -0.001217 0.015847 -0.038646 -0.037503 0.045007 0.013829 0.00717 -0.031644 0.00711 0.003312 0.022779 0.010059 0.006567 0.002133 -0.003283 -0.01504 0.011172 -0.016374 -0.01864 0.009354 0.023187 0.012253 -0.01445 -0.013107 0.020836 -0.005529 0.020043 0.01683 -0.021881 -0.019766 -0.006773 0.028544 -0.015261 -0.018102 -0.008322 -0.013229 -0.041751 -0.025043 0.023487 -0.007995 0.008323 -0.013372 -0.003337 -0.011241 0.007842 0.011329 -0.042837 -0.003204 0.013285 0.019485 -0.03056 -0.025926 0.010473 0.035472 -0.018612 0.013071 0.003525 0.00018 -0.026558 -0.013281 0.018097 0.018528 0.014534 0.014042 0.011419 -0.003453 -0.013605 0.02783 -0.01865 -0.013097 -0.002361 0.007487 -0.001406 0.046257 0.008284 -0.013818 0.00702 0.004249 -0.009237 0.011219 -0.002591 0.003364 -0.016528 0.005384 -0.003827 0.010028 -0.005647 -0.014616 -0.00883 -0.001515 -0.002878 -0.020912 -0.03191 -0.005096 -0.016465 -0.027041 0.015388 0.007854 0.010556 0.020956 -0.021253 0.01494 -0.008232 -0.003971 0.025913 -0.006288 0.029826 0.047048 0.018155 0.006227 0.00289 -0.020501 -0.023454 -0.01121 0.004151 0.014019 -0.018129 -0.004925 0.012502 -0.008882 0.023728 -0.021609 -0.023607 -0.025244 -0.025929 -0.021372 0.003446 -0.002466 0.021389 0.00079 0.014934 0.000579 0.007664 0.00097 0.008841 0.011133 0.03401 -0.043536 -0.003418 -0.0105 0.012884 0.014252 -0.012972 -0.014306 0.016459 -0.011429 -0.013053 -0.012631 0.006617 -0.025466 0.004527 -0.050501 -0.006461 0.005712 0.001515 0.014573 0.013577 0.000756\nྩ 0.055191 0.044582 -0.095768 0.064463 0.020664 0.046103 0.013397 -0.015763 -0.042628 -0.029945 0.060929 0.011503 -0.00624 -0.068784 0.05626 -0.001198 -0.01139 -0.039375 -0.038163 -0.081106 -0.039254 0.006677 -0.009618 0.059865 0.014084 0.056695 0.002694 -0.008783 -0.018829 -0.025308 0.073575 -0.058392 -0.03637 -0.108958 0.031877 0.05465 -0.074322 0.08051 0.037297 0.044418 -0.032373 0.027835 -0.024941 -0.001776 -0.048073 -0.080318 0.063622 -0.01486 -0.02003 0.045072 0.023105 0.121351 0.063649 -0.077579 0.079676 -0.004474 0.021032 0.033995 -0.007045 0.066594 -0.070147 -0.063626 -0.020012 -0.016829 0.015137 0.044519 0.085347 -0.04037 0.06499 0.014718 -0.066231 -0.025411 0.002789 -0.002604 -0.113757 0.026989 -0.045655 0.038606 -0.043709 -0.048792 0.050957 -0.010679 0.002888 0.026702 -0.083981 -0.156513 -0.003363 0.010055 -0.05502 -0.006975 -0.002941 0.034655 -0.006537 -0.054491 0.020495 0.003616 -0.006443 -0.063531 -0.009979 -0.034531 -0.021586 -0.000896 0.009464 -0.080721 0.041851 -0.029851 -0.013646 0.024768 0.095388 -0.013174 0.077927 0.054994 0.045431 -0.028923 0.004045 0.004405 -0.037579 0.001583 -0.013059 -0.096451 0.050816 -0.007699 0.084704 0.016999 0.091251 0.022889 -0.021836 -0.038944 -0.041176 -0.030784 -0.025964 0.021744 -0.036388 0.026808 -0.088622 0.049894 -0.054605 -0.027546 0.010418 0.091132 -0.01281 -0.021926 0.024604 0.056763 -0.052447 -0.076249 0.082203 -0.009316 -0.013393 -0.088899 -0.005615 0.041599 0.044638 0.050903 0.007169 -0.001632 -0.007652 -0.033068 0.015443 -0.046147 -0.023768 0.033881 0.042539 0.024497 -0.000791 -0.032533 0.054764 -0.056069 0.01278 0.037892 -0.047821 -0.044127 -0.002339 0.058069 -0.021165 -0.068958 -0.022465 -0.006736 -0.087059 -0.068019 0.076153 -0.006951 0.044704 0.001765 0.003143 -0.041298 0.001513 0.0165 -0.140314 -0.005586 -0.00788 0.063434 -0.069519 -0.088076 0.000659 0.083357 -0.067108 0.045843 0.000805 0.006458 -0.052886 -0.058872 0.010757 0.040225 0.043514 0.031414 0.032495 -0.021394 -0.058752 0.071958 -0.048195 -0.029976 -0.032829 0.026847 0.006343 0.107261 0.016449 -0.042179 0.009525 0.010645 -0.05141 0.068 -0.014485 0.030186 -0.04468 -0.002676 0.015184 0.02142 -0.02333 -0.036769 -0.005323 0.012675 -0.017256 -0.042998 -0.055655 0.000589 -0.013881 -0.049127 0.054439 0.052728 0.01154 0.053754 -0.041005 0.056587 0.016666 -0.027123 0.081712 -0.006335 0.108415 0.087917 0.043843 0.034485 0.003986 -0.075183 -0.059055 -0.040497 0.014398 0.019719 -0.013402 -0.021382 -0.014596 0.005434 0.079647 -0.088443 -0.079282 -0.060224 -0.065826 -0.018367 -0.006271 -0.004894 0.047708 0.006295 -0.007833 0.015633 0.005797 0.023726 0.008712 0.061754 0.055586 -0.09824 -0.02544 -0.051445 0.030574 0.059067 -0.040331 0.006252 -0.01136 -0.015682 -0.067549 -0.033861 0.031322 -0.115135 0.01144 -0.109741 0.008901 -0.000841 0.04465 0.030422 0.049247 0.006983\nศ 0.030963 0.002013 -0.050806 0.028342 0.015427 0.04047 0.010662 0.002116 -0.024086 -0.032765 0.026252 0.007077 -0.002508 -0.021792 0.029973 -0.001336 0.008896 -0.021504 -0.011342 -0.044489 -0.019203 0.005721 0.004819 0.015461 0.007233 0.014967 -0.013367 -0.003543 -0.017525 -0.030653 0.01822 -0.029607 -0.018657 -0.043739 0.002266 0.020599 -0.038431 0.04002 0.010171 0.019354 -0.033487 0.011186 -0.001993 -0.006351 -0.02941 -0.031359 0.035401 0.000701 -0.002035 0.014111 0.004837 0.050383 0.034373 -0.034889 0.038674 0.005868 0.001003 0.028091 -0.013131 0.029187 -0.027807 -0.032883 -0.001323 -0.016026 0.013258 0.02267 0.039707 -0.016627 0.04612 0.015563 -0.047536 -0.006903 0.022504 0.011949 -0.056756 0.007383 -0.033029 0.02474 -0.031255 -0.01335 0.018689 -0.006846 0.003297 0.016264 -0.022261 -0.057527 -0.00102 -0.001366 -0.021581 0.0001 -0.004987 0.024111 0.012454 -0.012007 0.018276 -0.001953 0.005912 -0.04021 0.001952 -0.0038 -0.017268 0.006051 -0.003033 -0.028792 0.017499 -9.6e-05 -0.010734 0.006237 0.032911 -0.006558 0.052198 0.018726 0.02876 -0.01761 0.009779 0.001819 -0.005574 -0.000977 -0.008956 -0.045338 0.022015 0.0005 0.042934 0.02084 0.037595 0.01543 -0.017984 -0.016008 -0.008921 -0.013169 -0.014874 -0.006689 -0.0189 0.028203 -0.021047 0.015682 -0.03765 -0.00447 0.011218 0.048891 0.003636 -0.009684 0.005799 0.029719 -0.037332 -0.046039 0.045504 0.00679 -0.00013 -0.04226 0.001634 0.003876 0.03869 0.03076 -0.000243 0.008697 0.004457 -0.031547 0.013265 -0.025342 -0.012485 0.017713 0.028185 0.012786 -0.008054 -0.016178 0.019949 -0.017646 0.025953 0.020624 -0.02675 -0.020629 -0.011221 0.031224 -0.025249 -0.027607 -0.007124 -0.006406 -0.040644 -0.017966 0.04203 -0.011388 0.005854 -0.006852 -0.009664 -0.011803 0.005537 0.021724 -0.059272 0.001899 0.008567 0.033347 -0.037739 -0.039818 0.007051 0.040841 -0.023248 0.006546 0.002832 -0.000526 -0.033309 -0.036445 0.014861 0.027303 0.024056 0.020775 0.010035 -0.00622 -0.006767 0.04024 -0.025904 0.000704 -0.009212 0.021203 0.000451 0.066927 0.00075 -0.022451 0.00669 -0.005998 -0.007658 0.014221 -0.002243 0.006355 -0.023001 -0.002235 0.000583 0.0172 -0.009099 -0.03079 -0.004602 -0.001141 -0.001897 -0.026169 -0.032431 -0.006507 -0.013123 -0.035175 0.027079 0.028213 0.008997 0.028342 -0.028812 0.015295 0.007032 -0.005743 0.036042 -0.004452 0.043304 0.059689 0.021558 0.004236 -0.00452 -0.048274 -0.036107 -0.020865 -0.000843 0.023627 -0.023601 -0.018193 0.011466 -0.015147 0.031181 -0.027497 -0.026015 -0.025451 -0.03358 -0.008194 0.008973 -0.000225 0.022835 -0.005202 0.009106 0.001371 0.010277 0.003024 -0.003579 0.019901 0.041746 -0.049496 -0.003398 -0.01116 0.013562 0.015612 -0.021277 -0.004439 0.017743 -0.008241 -0.024342 -0.022844 0.010296 -0.048522 0.011172 -0.063478 -0.012084 0.00719 0.009318 0.015612 0.023729 0.00062\nካ 0.016853 -0.00648 -0.026452 0.018273 -0.001669 0.035923 0.006222 0.014683 -0.029373 -0.036803 0.042832 0.020704 -0.025526 -0.017796 0.029405 -0.006271 0.000194 -0.031737 0.005632 -0.034087 -0.011764 0.000319 -0.007096 0.01641 -0.006627 0.000984 -0.028099 -0.01192 -0.022433 -0.026729 0.026267 -0.018958 -0.028519 -0.038692 0.02028 0.018791 -0.030638 0.051236 0.00148 0.012085 -0.026888 0.04307 0.007796 0.002255 -0.020226 -0.016725 0.019801 0.007362 -0.004318 0.008854 0.015987 0.061699 0.018439 -0.046599 0.038288 0.006071 -0.002943 0.035643 -0.024775 0.028756 -0.047724 -0.0304 -0.018055 -0.000504 0.003051 0.020851 0.041744 -0.030281 0.048469 0.027881 -0.03994 -0.009549 0.016865 0.027485 -0.037877 0.008711 -0.003956 0.02209 -0.048805 -0.002122 0.013574 -0.005055 -0.013041 0.026646 -0.028701 -0.065856 0.012935 0.009201 -0.030906 0.011269 -0.002376 0.019006 0.008962 -0.000852 0.011076 -0.019819 0.003563 -0.022408 -0.034019 0.009124 -0.036485 0.000704 -0.005163 -0.028273 0.010535 0.002031 -0.00878 0.007998 0.026409 -0.000248 0.067012 0.039947 -0.008744 -0.001739 0.014693 -0.00391 -0.022548 -0.002315 -0.027064 -0.02419 0.034715 0.00022 0.037032 0.020306 0.035504 0.021012 -0.004458 -0.007369 -0.022114 -0.016322 -0.010301 0.011797 -0.010157 0.02561 -0.005272 0.016226 -0.018605 0.017903 0.002306 0.049944 0.00119 0.004374 0.001706 0.02997 -0.035766 -0.061814 0.062502 0.00752 0.008196 -0.049415 0.02055 0.002381 0.030863 0.025542 0.012459 -0.001572 0.004393 -0.036691 0.041685 -0.006774 -0.030081 0.018129 0.03467 0.001074 -0.013738 -0.017324 0.03332 -0.034324 0.018444 0.031373 -0.010517 -0.02 -0.004784 0.020866 -0.022942 -0.026681 -0.002866 -0.016411 -0.046757 -0.00173 0.047614 -0.00061 -0.003272 0.000697 -0.006265 -0.03634 0.003289 0.013345 -0.033224 -0.007184 -0.003848 0.029543 -0.04215 -0.04269 -0.004382 0.047599 -0.023952 0.007674 0.007707 -0.002771 -0.04364 -0.033944 0.010948 0.040494 0.026512 0.019392 0.009229 -0.016176 -0.001858 0.040075 -0.034584 0.001425 -0.009849 0.016542 0.001768 0.059531 -0.003751 -0.019051 -0.007258 0.015423 -0.011498 -0.008349 -0.013399 0.024402 -0.022576 0.001569 -0.008913 0.036708 0.00927 -0.018775 -0.010367 0.005682 0.006297 -0.041964 -0.044211 0.003961 -0.01082 -0.026682 0.031176 0.00281 0.009189 0.029283 -0.027087 0.008976 0.004463 -0.016691 0.027811 0.022152 0.027109 0.03396 0.018372 0.007733 -0.012895 -0.032475 -0.026854 -0.02717 -0.004781 0.009042 -0.023631 -0.001606 0.003059 -0.009457 0.010695 -0.026684 -0.021226 -0.015597 -0.029928 0.010604 0.000391 0.001028 0.001313 0.015058 0.019277 -0.014479 0.030428 0.025915 -0.007933 0.00921 0.053021 -0.046788 0.00358 -0.003729 0.020015 0.032915 0.010683 0.004746 0.014027 0.000651 -0.017447 -0.021246 0.002824 -0.039631 -0.002747 -0.070449 -0.011392 0.013817 0.004927 0.023009 -0.004875 -0.02417\nപ 0.019388 0.009143 -0.062002 0.01474 0.017479 0.031187 -0.008264 -0.015257 -0.030303 -0.031847 0.046406 0.017096 -0.003965 -0.023928 0.032998 -0.001282 -0.003896 -0.021966 -0.031089 -0.054396 -0.018328 0.010767 0.010795 0.020769 -0.005098 0.012884 -0.008049 -0.022586 -0.010779 -0.040706 0.011068 -0.028834 -0.015805 -0.037288 0.006461 0.016767 -0.035742 0.03881 0.015088 0.033526 -0.022975 0.007092 0.013258 -0.003865 -0.024811 -0.016783 0.050632 -0.002788 0.009063 0.033316 -0.008477 0.046677 0.033352 -0.029584 0.043274 0.003584 -0.017134 0.021824 -0.004978 0.02838 -0.043958 -0.035507 -0.005683 -0.016467 0.017093 0.025852 0.039946 -0.009876 0.051789 0.030826 -0.058623 -0.017428 0.017437 0.02971 -0.05475 0.002106 -0.026989 0.028568 -0.040172 -0.021276 0.015411 -0.004229 -0.000371 0.006982 -0.018751 -0.056567 0.004684 -0.017617 0.003229 -0.015876 0.001419 0.022411 0.012205 -0.027575 0.008394 0.006616 -0.012169 -0.035513 -0.007362 0.00126 -0.016255 0.007039 0.00836 -0.018131 0.008702 -0.021811 -0.010675 0.023927 0.055229 0.003115 0.055519 0.029293 0.025568 -0.024461 0.007892 -0.003113 -0.00728 0.00641 -0.026854 -0.036851 0.023946 0.005043 0.052199 0.026758 0.047823 0.025602 -0.019083 -0.0051 -0.00811 -0.024441 -0.001071 -0.005521 -0.012528 0.034667 -0.027309 0.004028 -0.046376 -4e-05 0.016158 0.037499 -0.003074 -0.018945 0.016165 0.02063 -0.034222 -0.06241 0.048861 0.017456 0.011173 -0.045603 0.00764 0.000268 0.035287 0.030185 -0.000334 0.004208 0.001828 -0.03743 0.016336 -0.0314 -0.020702 0.011451 0.014651 0.009944 -0.025558 -0.022674 0.027466 -0.035606 0.019565 0.01883 -0.020424 -0.020372 0.006522 0.045624 -0.033979 -0.037445 -0.019306 -0.003812 -0.050484 -0.017691 0.043647 -0.008664 0.008927 -0.017887 -0.001979 -0.044922 -0.001125 0.032976 -0.059734 -0.002623 0.033084 0.035307 -0.031313 -0.057363 -0.000802 0.052856 -0.030705 0.022248 -0.002401 -7e-05 -0.058267 -0.035677 0.027684 0.027175 0.023158 0.020703 0.023375 -0.022945 0.006549 0.043288 -0.030267 -0.008069 -0.00619 0.02604 -0.004577 0.073662 0.008674 -0.019206 0.011666 0.001195 0.002413 -0.00637 0.006981 -0.00578 -0.031033 -0.003998 0.006162 0.034371 -0.019383 -0.023102 -0.01831 -0.004743 -0.019845 -0.039104 -0.057584 0.006929 -0.000462 -0.039988 0.023786 0.011961 -0.002278 0.031389 -0.025749 -0.000221 -0.003131 0.002954 0.03413 -0.01911 0.030732 0.052029 0.024599 0.002521 -0.007387 -0.047032 -0.028279 -0.025933 -0.023236 0.029214 -0.037372 -0.020041 0.000637 -0.021528 0.042989 -0.034918 -0.043847 -0.025926 -0.03894 -0.014986 0.013213 0.015741 0.015972 0.00888 0.027025 0.003064 0.021923 -0.012969 -0.014287 0.018772 0.058639 -0.07301 -0.006803 -0.022557 0.011211 0.019025 -0.010568 -0.003247 0.022215 -0.012937 -0.018942 -0.015491 0.009057 -0.043871 0.008077 -0.085376 -0.014432 0.006249 0.015628 0.033798 0.030174 0.00424\nာ 0.027117 -0.001572 -0.028114 0.007406 0.002952 0.043331 -0.00064 -0.00678 -0.011134 -0.02998 0.0325 0.005883 -0.009531 -0.015559 0.036809 -0.005009 0.001924 -0.010661 0.001745 -0.044886 -0.019085 -0.000781 0.005771 -0.001038 -0.003703 0.005114 -0.031553 -0.020714 -0.017156 -0.027654 0.024964 -0.023386 -0.015913 -0.0284 0.009174 0.005286 -0.016661 0.027876 -0.007862 0.010451 -0.030392 0.008967 0.007894 -0.003388 -0.027874 -0.007947 0.0204 -0.002845 0.002717 0.007039 -0.002389 0.031329 0.021256 -0.027855 0.027991 0.008635 -0.01614 0.010169 -0.013542 0.01204 -0.042081 -0.020278 -0.003752 -0.007495 0.00949 0.01102 0.038537 -0.007606 0.035667 0.02151 -0.05298 -0.004956 0.012278 0.019543 -0.037037 -0.004524 -0.021138 0.015425 -0.04876 -0.000981 -0.002 -0.000617 -0.004725 0.004873 -0.016586 -0.042267 0.00364 0.005763 -0.011846 -0.003675 -0.005909 0.019487 0.012808 -0.015905 0.019993 -0.008899 -0.008052 -0.033062 -0.005807 -0.004864 -0.03341 0.004109 0.00152 -0.026078 0.013419 -0.001898 -0.01172 -0.001452 0.037785 -0.005809 0.037197 0.02864 0.018488 -0.01504 0.017934 -0.007196 -0.00117 -0.006913 -0.015556 -0.022227 0.011404 0.005643 0.024067 0.024524 0.040324 0.005192 -0.010224 -0.001541 -0.012747 -0.023042 -0.015574 0.004664 -0.004821 0.031503 -0.008612 0.003969 -0.025046 0.019855 0.004938 0.034789 8e-06 -0.009045 -0.003246 0.013905 -0.038415 -0.05227 0.058016 0.009779 0.005393 -0.035464 0.007862 0.006771 0.035866 0.01436 -0.007517 0.002414 0.008233 -0.015788 0.022142 -0.017055 -0.024546 0.011177 0.018431 0.009625 -0.020469 -0.014234 0.025783 -0.016623 0.019959 0.013792 -0.011626 -0.015153 -0.010304 0.023161 -0.0167 -0.019629 0.009449 -0.014705 -0.044505 -0.011341 0.025065 -0.002419 0.012911 -0.015199 -0.0038 -0.022864 0.00628 0.022738 -0.026089 -0.000666 0.006554 0.023672 -0.036713 -0.030544 -0.00363 0.032718 -0.0165 0.014819 -0.004875 -0.003308 -0.034115 -0.029047 0.009282 0.027107 0.013937 0.011563 0.011796 -0.000568 -0.002346 0.038149 -0.016216 -0.006435 -0.003546 0.015591 -0.004441 0.045374 0.014833 -0.02542 0.006797 0.008928 0.002062 -0.000515 -0.004784 0.00175 -0.024376 -0.00136 -0.007022 0.017781 0.001386 -0.013707 -0.015752 -0.00426 -0.004182 -0.026299 -0.035461 -0.011601 -0.014078 -0.030173 0.020353 0.006543 0.007538 0.027537 -0.017543 0.004932 -0.009474 -0.000985 0.022119 -0.012185 0.032996 0.040806 0.022643 0.00565 -0.00501 -0.026976 -0.015766 -0.00907 -0.013008 0.020773 -0.024765 0.002545 -0.001316 -0.01292 0.0255 -0.022708 -0.02551 -0.028531 -0.037992 -0.015258 0.005722 0.002182 0.016274 0.00338 0.020076 -0.00363 0.022145 0.010001 0.003805 0.009065 0.056998 -0.047718 0.00921 -0.013854 0.009982 0.016845 -0.006608 -0.016799 0.017693 -0.010061 -0.01756 -0.010622 0.002004 -0.035229 0.013562 -0.06239 -0.018334 0.019641 0.007333 0.024066 0.005165 -0.001207\nẳ 0.07748 0.029612 -0.080069 0.072754 0.017295 0.066367 0.026049 -0.107698 -0.015371 -0.04147 0.027654 -0.010524 -0.028991 -0.014343 0.026557 0.013092 0.043219 -0.068943 -0.016264 -0.086094 -0.02107 0.03981 -0.01461 0.024893 0.032476 0.01431 0.053335 -0.004662 0.060739 0.042458 0.034063 -0.08198 0.02048 0.018849 0.050282 -0.00243 -0.01602 0.009384 -0.053552 0.035338 -0.024396 0.00338 -0.09368 0.021204 -0.023608 -0.085478 0.030683 -0.054021 0.014398 0.02738 0.050653 0.050572 0.029327 -0.031628 0.07089 0.016103 -0.013161 0.042318 -0.030523 -0.012366 -0.023242 -0.036749 0.038478 -0.005448 0.028486 -0.028126 0.079831 -0.020678 -0.020254 0.013433 -0.062451 -0.021523 0.0742 0.035252 -0.009947 0.015792 -0.0069 0.029609 0.023423 0.007073 -0.005318 0.008317 -0.022391 0.003075 -0.058338 -0.02769 -0.054266 -0.004828 0.054221 -0.072548 -0.00882 0.042611 0.003662 -0.003661 -0.035737 -0.048683 -0.035984 -0.005338 -0.047386 -0.050646 -0.01903 0.062861 -0.073389 -0.042896 0.047731 0.008764 -0.0391 0.005658 0.069843 0.005852 0.007653 -0.007596 0.013764 -0.031859 0.016663 0.020095 -0.058974 0.000562 0.02584 -0.084254 -0.005398 -0.086342 0.034446 0.031162 0.006305 0.069691 -0.013123 0.002007 -0.051773 0.01575 0.061454 0.035622 -0.011125 0.010741 0.008699 0.039557 -0.010374 0.080607 -0.030637 -0.050446 -0.057956 0.052158 0.08217 0.013192 -0.073457 0.035913 0.011353 -0.037827 -0.001366 -0.000273 0.050199 -0.034653 0.029116 0.001124 0.003155 -0.017862 0.00793 -0.057944 0.057746 -0.020111 0.038696 -0.011722 -0.067283 0.001933 -0.008583 0.031134 0.002275 -0.059264 0.071985 -0.016717 -0.062049 -0.04701 -0.019225 -0.0421 -0.011032 -0.002667 -0.006149 0.015394 0.060184 -0.030772 0.023083 0.030009 -0.043259 0.071003 -0.04666 0.006068 -0.001962 0.016923 -0.152921 -0.093442 0.057091 0.04047 -0.009424 0.079026 -0.094246 -0.001474 0.034744 -0.058159 0.037874 -0.01813 -0.052527 -0.014508 -0.043584 0.029201 0.00155 -0.004432 0.063922 -0.015554 -0.004332 -0.018703 3.1e-05 -0.074092 0.02456 -0.039508 0.047344 0.009315 0.020194 0.046502 0.000493 0.023574 0.039521 -0.012282 0.040111 -0.020349 0.015092 -0.019429 -0.031804 -0.012945 0.019 0.036337 0.010041 -0.020154 -0.041752 0.004213 -0.004866 0.033473 0.000828 -0.116094 -0.010176 0.071951 -0.066933 0.027251 -0.023849 -0.022617 0.01757 0.025025 0.060982 0.005145 0.020196 0.033525 -0.038839 -0.032112 -0.011842 -0.033876 0.00919 -0.056137 0.031327 0.027969 -0.028911 -0.024066 0.041155 -0.04278 -0.013774 0.043232 -0.006926 -0.012676 -0.060115 0.046224 -0.00784 -0.013339 0.079656 0.011977 0.05924 -0.023824 -0.018649 -0.005538 0.095693 0.074174 0.025527 -0.048584 -0.032796 0.022752 0.030276 -0.00379 -0.052214 0.016276 -0.021437 0.027263 -0.035737 -0.030847 -0.00677 -0.049023 -0.036784 -0.091731 0.02702 0.016881 -0.007061 -0.023843 0.040469 -0.015792\n· 0.273448 0.259068 1.380968 -0.503707 -0.12714 0.836962 1.465673 -1.24118 0.720249 1.779166 -0.833797 0.03807 -1.244042 -0.545618 0.964413 -0.787306 -0.104141 -0.147628 0.000317 -2.109178 1.02621 1.296885 0.642005 -0.996727 -0.32407 0.240666 -1.514106 0.598574 0.639225 1.371104 -0.305456 -1.22706 1.112821 -0.770156 -0.461181 1.737084 -0.452485 0.237162 1.124255 -1.207014 -1.232385 -1.864526 -0.471273 1.583555 2.656625 0.847227 0.16336 1.87106 -0.055487 -0.223428 -0.190433 0.733 1.215613 0.395173 1.211144 0.434603 1.046836 0.435325 1.380215 -2.494146 -1.829444 1.150945 0.024111 0.73791 1.462774 -0.156308 2.007102 -0.193069 -0.326778 0.181315 -2.328123 0.804225 1.107462 1.265713 -0.317159 -0.961753 -1.084447 -0.309168 1.474869 0.78731 -0.431549 0.791514 0.709087 -0.4639 -1.722586 -0.339934 -0.652807 0.404664 -0.158742 -0.323419 0.199497 -1.282101 0.216701 -0.493245 0.382515 -0.393961 -0.049506 -0.240315 0.811221 -0.864503 -2.051205 0.543168 -0.651607 -1.264894 0.214917 1.237056 0.562772 0.080398 -1.604631 0.007484 0.765732 -1.291349 1.780004 0.066996 1.460988 -0.864605 0.373694 0.258935 -1.080548 -0.024469 1.205734 0.761969 1.365173 2.415403 -0.188719 -0.895851 1.270461 3.302858 -0.529598 -0.206109 1.848375 0.489278 1.726724 -1.094303 -1.223052 -0.122978 -0.70541 0.407791 0.663181 -0.308185 0.323508 -1.640381 1.605524 -0.031663 0.389957 1.310931 0.394532 -1.864091 0.458159 -0.178892 -0.719673 0.504612 0.565812 0.463176 -1.730287 -0.118913 -1.193465 -0.08626 1.350253 1.339978 -0.890089 -0.268732 1.14331 -0.28503 -1.317141 2.302062 0.706194 -1.60009 1.235078 -0.326316 0.025721 -1.047655 0.393814 -0.015715 2.082857 -1.023829 -0.970758 -0.065264 -0.516153 0.799261 0.334419 1.26452 0.935995 0.487503 -2.069642 0.051053 -0.522018 3.660882 0.24298 -0.199237 1.005542 1.247271 -0.842453 -1.668888 1.800281 -0.32915 -0.291109 1.060215 0.943256 1.046027 -0.354903 -0.248732 0.425363 -0.243142 0.860556 -0.039442 -1.576288 -1.263954 -0.313735 -2.037798 -0.415304 -1.078445 1.223639 -0.684977 -0.406763 -1.361912 -1.048714 -0.988869 1.946598 -0.873199 -0.543117 1.251621 0.298615 -1.116792 -2.483273 -0.340473 -0.452074 -0.679782 0.36125 -0.238325 -0.617566 -1.235422 -1.815798 0.0989 0.676706 -2.248997 0.796748 -0.406795 -0.430446 -0.775849 0.892752 1.403596 0.889271 2.079991 1.061918 0.273798 0.479551 1.291782 1.745902 0.388335 0.400651 -1.283536 -1.966029 0.468559 -0.791414 -0.231819 2.159403 -0.365816 -2.938487 1.158407 2.050576 -0.033151 0.794703 -0.217011 -0.914881 -0.199156 -0.415049 -1.629403 -0.555111 -0.575926 -0.632115 -1.367182 -1.558257 -1.254951 0.322768 -2.08923 1.701464 -0.509473 0.767166 0.541479 0.12133 -0.177398 0.934366 -0.330384 1.118211 0.379926 1.334859 -1.838757 0.138241 -2.487019 1.647184 -0.840531 -0.215808 0.780326 -1.019815 2.275525 0.664051 -0.373681 0.959141 -0.382134\nظ 0.042252 0.009001 -0.048938 0.021381 -0.000369 0.038238 0.001262 -0.008426 -0.0308 -0.032137 0.034921 0.019959 -0.003098 -0.023016 0.037831 -0.00573 0.013713 -0.019752 -0.005848 -0.047361 -0.024536 -0.004014 0.006233 0.009378 0.001096 0.024621 -0.008653 -0.014639 -0.016639 -0.030071 0.020383 -0.032721 -0.021013 -0.043079 0.013961 0.009874 -0.037937 0.041214 0.003458 0.019634 -0.027589 0.009968 0.005929 0.004524 -0.033151 -0.022381 0.038355 -0.006443 0.000896 0.014035 0.002288 0.051274 0.029645 -0.023958 0.039676 0.005176 -0.005774 0.020197 -0.023892 0.026518 -0.038987 -0.024947 -0.018947 -0.018354 0.016212 0.026864 0.043635 -0.015236 0.038384 0.016707 -0.050947 -0.008635 0.027936 0.016493 -0.041561 -0.002126 -0.028974 0.025495 -0.038789 -0.0136 0.014941 -0.003261 -0.002613 0.00985 -0.023377 -0.04585 0.004596 -0.000243 -0.011765 -0.008446 -0.005265 0.028711 0.008351 -0.006243 0.017627 -0.002912 -0.002934 -0.039396 -0.002926 -0.001034 -0.025163 0.005223 0.007364 -0.034494 0.011127 -0.0072 -0.013999 0.01148 0.036292 -0.013946 0.046941 0.023629 0.02409 -0.014603 0.006782 0.002163 -0.007223 0.003065 -0.020334 -0.039135 0.021552 0.000197 0.037513 0.029961 0.039209 0.009045 -0.013818 -0.010525 -0.014571 -0.017341 -0.017205 0.00145 -0.008294 0.031636 -0.022949 0.015317 -0.032134 0.010166 0.017466 0.051141 0.003445 -0.011825 0.013558 0.026636 -0.040988 -0.050823 0.053558 0.017822 0.004019 -0.043329 0.013532 0.010143 0.036768 0.021317 -0.001358 0.00185 0.003267 -0.022795 0.01965 -0.028686 -0.023071 0.015326 0.022458 0.014527 -0.015937 -0.022375 0.01918 -0.028749 0.02172 0.023251 -0.02742 -0.024871 -0.00863 0.040639 -0.018208 -0.030044 -0.006277 -0.006969 -0.042169 -0.015609 0.033899 -0.022211 0.008678 -0.01716 -0.004099 -0.022906 0.004387 0.025051 -0.054525 0.000491 0.01092 0.027873 -0.040923 -0.03821 0.001042 0.043461 -0.026813 0.01604 -0.000466 0.001403 -0.028443 -0.026719 0.022842 0.024891 0.009267 0.016113 0.011635 -0.012372 -0.006853 0.035991 -0.017442 -0.002088 -0.015352 0.019463 -0.006511 0.070112 0.01404 -0.025649 0.009418 0.001847 -0.0014 0.011954 -0.001342 0.001985 -0.021731 0.000896 -0.000474 0.022864 -0.003831 -0.019047 -0.000616 -0.00261 -0.007869 -0.018153 -0.03373 -0.005054 -0.012684 -0.034624 0.018127 0.01692 0.006632 0.019844 -0.027063 0.008932 0.007968 -0.003212 0.040577 -0.005297 0.040637 0.052209 0.030158 0.00575 -0.001936 -0.039907 -0.029747 -0.022292 -0.007348 0.022198 -0.032286 0.001069 0.00132 -0.016912 0.024156 -0.031982 -0.027724 -0.024645 -0.037169 -0.01179 0.014608 -0.008061 0.016125 0.001514 0.014782 -0.006615 0.009084 -0.004123 -0.002543 0.018344 0.052011 -0.053228 -0.001697 -0.026863 0.020675 0.01058 -0.023091 -0.00517 0.022329 -0.016767 -0.01772 -0.018105 0.009116 -0.039745 0.012112 -0.070793 -0.012123 0.004596 0.010361 0.016007 0.02298 0.005141\nಿ 0.028497 -0.00318 -0.053575 0.009869 0.006589 0.043645 -0.000272 -0.0257 -0.007037 -0.03035 0.056171 0.00874 0.001499 -0.039246 0.022522 0.003501 0.006662 -0.019788 -0.023349 -0.060494 -0.025824 -0.00131 0.005077 0.01009 0.010204 0.017033 -0.013864 0.000711 -0.022179 -0.033007 0.040217 -0.030886 -0.022522 -0.022983 0.004567 0.008652 -0.037128 0.043713 0.017297 0.023688 -0.052069 -4e-05 0.014795 0.012819 -0.02239 -0.024139 0.052349 -0.003368 -0.011573 0.004344 -0.003489 0.043793 0.04653 -0.029694 0.030352 0.013138 -0.005533 0.016444 0.000796 0.032938 -0.033927 -0.035601 0.000497 -0.018105 0.024183 0.018825 0.035209 0.010475 0.043021 0.01925 -0.054106 -0.006034 0.02408 0.026961 -0.056394 -0.007029 -0.033498 0.004773 -0.050906 -0.013645 0.018448 -0.017614 0.001033 0.00937 -0.038129 -0.052245 -0.003218 -0.000302 0.00207 -0.000797 -0.011198 0.013843 0.011522 -0.025868 0.013292 -0.013167 -0.013352 -0.045388 -0.003779 -0.01231 -0.025939 0.010315 -0.005492 -0.019301 0.009479 -0.025377 -0.025915 0.022245 0.041112 -0.002729 0.058332 0.032802 0.027444 -0.025576 0.013833 -0.007794 -0.001401 0.000955 -0.016692 -0.042652 0.04168 0.018007 0.042024 0.034498 0.041182 0.01161 -0.00344 -0.007155 -0.008174 -0.029022 -0.014766 0.001388 -0.027525 0.042826 -0.008782 0.013852 -0.02862 0.009392 0.012002 0.047399 -0.006191 -0.009203 0.003707 0.015923 -0.038314 -0.050767 0.058546 0.024862 0.013762 -0.05529 -0.010697 0.027119 0.046149 -0.00031 -0.007807 -0.005514 0.009579 -0.02134 0.013387 -0.006284 -0.039754 -0.002764 0.036081 0.011269 -0.032007 -0.005205 0.017178 -0.01652 0.013736 0.026254 -0.04112 -0.025934 -0.016205 0.037286 -0.000781 -0.026133 0.007219 -0.003329 -0.046668 -0.010498 0.021023 -0.010705 0.009314 -0.02381 0.006316 -0.016484 0.002418 0.018376 -0.047618 -0.007302 0.035927 0.024455 -0.051905 -0.047104 0.007932 0.038132 -0.012937 0.011411 -0.002633 0.018456 -0.043992 -0.047429 0.032722 0.026474 0.017427 -0.008646 0.01699 -0.019769 0.011202 0.053943 -0.020813 -0.012585 -0.000122 0.022385 0.015311 0.067895 0.016267 -0.016206 0.02192 0.012715 1.3e-05 -0.003284 -0.005536 0.002744 -0.029866 0.007789 -0.006766 0.00918 0.000236 -0.023876 -0.011958 -0.002451 0.005673 -0.020928 -0.03444 -0.01327 -0.008497 -0.036303 0.035628 0.02904 -0.006785 0.021336 -0.028149 0.023385 -0.001023 0.002198 0.035874 0.015523 0.041155 0.048125 0.011639 0.003815 0.008228 -0.034292 -0.024246 -0.021488 -0.021708 0.036252 -0.02248 -0.025056 -0.004486 -0.010392 0.030299 -0.004527 -0.022835 -0.014853 -0.028711 -0.029963 0.006536 0.018409 0.006701 -0.011289 0.012075 0.004776 0.011708 -0.011413 0.017992 0.018785 0.066821 -0.034535 -0.004785 -0.015306 0.021116 0.029157 -0.023885 -0.014293 0.045213 -0.010849 -0.026115 -0.001356 0.005513 -0.046869 0.016985 -0.0841 0.009432 -0.001188 0.017783 0.014499 0.009078 0.012095\nቀ 0.011592 -0.015459 -0.042882 0.033751 0.031215 0.035689 0.007679 -0.004769 -0.007928 -0.019231 0.050757 0.018372 -0.019481 -0.035767 0.066997 -0.029708 -0.001151 -0.02686 -0.018196 -0.048801 -0.026805 0.003626 0.012549 0.002452 0.001744 0.040921 -0.039867 -0.016781 -0.029843 -0.036491 0.039775 -0.03102 -0.047653 -0.048945 0.039453 0.015683 -0.066986 0.053761 0.015227 0.034482 -0.02512 0.044324 -0.004518 0.003862 -0.051697 -0.013916 0.027868 -0.001058 -0.001667 0.005304 0.00873 0.078332 0.028618 -0.062372 0.067702 -0.003722 -0.02698 0.025451 -0.01804 0.02026 -0.044736 -0.042396 -0.025459 -0.013962 -0.013146 0.027052 0.050881 0.004989 0.068245 0.029342 -0.060102 0.000712 0.029699 0.015279 -0.071157 0.00569 -0.042319 0.015388 -0.054471 -0.012884 -0.013569 -0.007558 -0.020368 0.032135 -0.032314 -0.066922 -0.007688 0.004504 -0.055502 0.001785 0.000283 0.045993 0.001645 -0.026587 -0.000888 -0.00489 -0.003086 -0.044226 0.001258 0.014961 -0.019626 0.029575 5.3e-05 -0.033441 0.017489 -0.015043 -0.009198 0.012605 0.048504 -0.008221 0.052821 0.050497 0.00697 -0.006166 0.012225 0.018328 0.007699 0.002255 -0.013217 -0.06397 -0.005678 0.000327 0.048639 0.052153 0.059456 0.007533 -0.004444 -0.026253 -0.008824 -0.040022 -0.015825 0.02176 -0.037555 0.026916 -0.013759 0.032914 -0.022942 0.013851 0.016413 0.059358 0.000426 -0.024035 0.004729 0.049218 -0.070866 -0.078436 0.07999 0.011757 -0.01311 -0.043143 0.000304 0.027828 0.031649 0.014282 -0.028535 0.004182 0.018193 -0.020172 0.040864 -0.03676 -0.025271 0.019639 -0.000153 0.012965 -0.017591 -0.013518 0.014331 -0.045764 0.020123 0.03817 0.000835 -0.016489 -0.020127 0.061866 -0.032291 -0.025025 0.007036 -0.011262 -0.04907 -0.010752 0.044795 -0.01975 -0.002851 -0.003391 0.013629 -0.030631 0.003517 0.021002 -0.088568 -0.008333 -0.00514 0.026997 -0.046352 -0.062538 -0.011633 0.052369 -0.008797 0.013415 0.00503 -0.002929 -0.050538 -0.045292 0.010572 0.022853 0.018685 0.029241 0.024029 -0.010198 -0.017432 0.060173 -0.038035 0.01221 -0.004929 0.003073 -0.004965 0.080462 -0.01236 -0.030734 -0.012943 0.031905 -0.021092 0.00693 0.009152 0.023453 -0.010905 -0.026618 0.006394 0.056742 -0.010292 -0.020483 0.000339 0.01441 -0.013568 -0.037833 -0.065709 -0.010861 -0.006858 -0.048689 0.021279 0.020907 0.022275 0.020509 -0.020579 0.019756 0.027471 0.004379 0.030386 -0.019075 0.03636 0.051463 0.047051 0.016926 0.014508 -0.035657 -0.037729 -0.027584 -0.00892 0.008386 -0.049365 -0.009501 -0.006659 -0.028991 0.00217 -0.029072 -0.056912 -0.006969 -0.012246 -0.026212 0.005215 -0.019272 0.019381 -0.015644 0.000318 -0.003445 0.014618 0.03268 0.001596 0.013486 0.085449 -0.071084 0.011655 -0.039426 0.014938 0.018866 -0.014949 -0.016837 0.018728 -0.033776 -0.038626 -0.014373 0.010736 -0.042646 0.010495 -0.109065 0.000639 0.0331 0.008753 0.043123 0.014094 -0.011032\nˋ 0.029996 0.013116 -0.049948 -0.007071 -0.00925 0.023295 -0.014115 -0.021031 -0.007317 -0.019877 -0.010142 -0.008013 -0.017334 -0.015798 -0.004654 -0.023496 -0.018529 -0.003793 -0.02408 -0.021597 -0.010795 0.015193 0.010148 0.000266 0.021026 0.001576 -0.019224 -0.026697 -0.017768 -0.047021 0.010466 -0.014224 -0.01277 -0.024788 -0.016713 0.00797 -0.016263 0.017958 -0.035278 -0.009721 -0.028817 -0.002682 0.012532 -0.015076 -0.028228 -0.005433 0.041086 -0.002971 -0.003764 0.034524 0.003841 0.029151 0.02595 -0.017966 0.031212 0.003127 0.003348 0.026495 0.026991 0.031498 -0.023688 -0.021572 -0.006923 0.006205 0.022178 0.028427 0.031716 0.004386 0.040456 0.006878 -0.071069 0.009478 0.030673 0.033384 -0.042995 0.006901 -0.003463 0.036081 -0.025386 -0.006571 -0.013426 0.018073 -0.006337 -0.0063 -0.015763 0.000597 0.014606 -0.028645 0.015337 -0.03403 0.016557 -0.002478 0.01885 -0.02148 0.005862 -0.00744 0.022888 -0.054233 -0.006404 -0.027143 -0.005056 0.003678 -0.00981 -0.016883 0.011396 -0.016269 -0.004765 0.006839 0.036059 0.003692 0.027758 0.020145 0.009779 -0.034714 -0.005235 -0.014516 -0.021868 0.018583 -0.008035 -0.028384 0.042485 0.026912 -0.000168 0.03857 0.0434 0.015214 -0.003066 0.006565 0.002696 0.019632 0.005769 -0.011382 0.003964 0.049273 -0.028733 -0.001711 -0.032143 0.010345 0.012028 0.004534 -0.004937 0.004712 -0.012115 0.01587 -0.023803 -0.055519 0.059923 0.009266 0.01548 -0.042814 0.0057 0.024933 0.022974 0.00403 -0.005889 0.006829 0.010571 -0.023504 -0.011787 -0.010175 -0.02589 0.013722 0.010058 0.023718 -0.02918 -0.059748 0.006443 -0.015709 0.012142 0.004582 -0.005712 -0.002205 0.000284 0.038189 0.010151 -0.028261 0.02774 0.018079 -0.045034 0.025372 0.008505 -0.023055 0.019514 -0.027861 0.007209 -0.044866 -0.009112 0.008353 -0.015366 0.020732 0.037468 0.035228 -0.007273 -0.004223 0.013134 0.03528 -0.019234 0.019568 -0.009599 -0.01363 -0.013017 -0.014974 0.008007 0.02667 -0.00614 0.021742 0.004539 -0.025511 0.014373 0.03246 -0.018835 -0.001439 -0.001043 0.030007 0.015442 0.043254 0.024538 -0.021364 -0.003229 -0.034572 -0.00609 -0.014516 0.009878 -0.012727 -0.030489 0.009475 -0.016397 0.020507 -0.02081 -0.026016 0.010035 -0.000826 0.005847 0.00506 -0.028056 -0.015646 -0.027758 -0.030052 0.010382 -0.000918 -0.018299 -0.016868 -0.016529 0.023019 -0.022167 0.013256 0.04596 -0.000865 0.03709 0.045573 0.025183 0.01384 -0.009553 0.002013 -0.015526 -0.012757 -0.002594 0.034504 -0.012228 0.001261 -0.002269 -0.029511 0.01656 -0.050572 -0.010199 -0.015179 -0.030661 -0.011474 0.005412 0.009329 0.015188 -0.001587 0.012351 -0.0066 -0.006054 0.0184 0.005419 -0.008281 0.052448 -0.035625 -0.00728 -0.017534 0.007267 0.006635 -0.027081 -0.012327 0.038252 0.015943 -0.014662 0.006221 -0.019223 -0.033303 0.02315 -0.066947 -0.015156 0.004153 -0.006674 0.02965 -0.004116 -0.001912\nӏ 0.05091 0.008268 -0.049311 0.025268 0.030562 0.059333 -0.005854 -0.000589 -0.029982 -0.02961 0.045368 0.020063 -0.000489 -0.019929 0.021852 -0.010416 -0.001873 -0.019047 -0.011229 -0.048862 -0.02671 -0.016404 -0.004209 0.025262 -0.018463 0.029865 -0.014028 -0.018784 -0.017535 -0.042066 0.03769 -0.039097 -0.028389 -0.042886 0.025552 0.021745 -0.053395 0.050539 0.007684 0.012594 -0.035966 0.024352 -0.006959 0.0076 -0.047774 -0.022948 0.053777 -0.020271 -0.007378 0.01523 0.024446 0.050505 0.029754 -0.049305 0.032774 -0.000671 -0.008418 0.005341 -0.024874 0.017912 -0.034573 -0.057009 -0.028057 -0.018626 0.011692 0.024352 0.041656 -0.026917 0.027792 0.011954 -0.065302 -0.011629 0.020097 0.028358 -0.041962 0.017716 -0.023134 0.038461 -0.05984 -0.010059 0.01207 -0.006776 -0.00802 0.02247 -0.023621 -0.074706 0.000622 -0.014471 -0.031173 0.000887 -0.014271 0.025696 0.024504 -0.020405 0.002112 -0.013926 -9e-05 -0.040986 -0.009637 0.007068 -0.027439 0.006118 -0.00223 -0.038934 0.009608 0.00117 -0.011223 0.010552 0.063263 -0.002445 0.051529 0.037997 0.020701 0.00044 0.020013 -0.013432 -0.014527 0.008306 -0.017909 -0.037763 0.015692 0.000466 0.054183 0.023079 0.042625 -0.000752 -0.027743 -0.023576 -0.026847 -0.037107 -0.011112 0.004133 -0.002928 0.041023 -0.035237 0.021304 -0.009645 0.009837 0.006199 0.045534 -0.009992 -0.012019 0.039563 0.047982 -0.069305 -0.07129 0.08195 0.000575 -0.011552 -0.049366 0.023697 0.023336 0.014651 0.03406 -0.008043 0.009429 -0.013861 -0.029916 0.023896 -0.031532 -0.02607 0.026763 0.031392 0.018005 -0.018691 -0.007474 0.035798 -0.041081 0.011897 0.03675 -0.019659 -0.022314 -0.019211 0.037842 -0.020204 -0.042233 -0.02718 -0.009186 -0.049671 -0.022122 0.043833 -0.012719 0.000157 -0.012592 -0.002244 -0.041941 0.006859 0.023095 -0.052492 0.004461 -0.011094 0.030044 -0.02951 -0.035305 0.019304 0.069429 -0.029854 0.022529 -0.002124 -0.005316 -0.049377 -0.040721 0.018853 0.042312 0.018924 0.029077 0.029278 -0.018283 -0.015091 0.054141 -0.03497 0.009478 -0.005705 0.00141 0.007619 0.075106 0.002657 -0.021818 0.012704 0.012004 -0.010688 -0.021805 -0.002734 0.017433 -0.017447 -0.003199 0.014192 0.016445 -0.011562 -0.013091 -0.010689 0.011479 0.011042 -0.029202 -0.043214 0.011459 -0.015061 -0.046732 0.035103 0.014965 0.010382 0.018895 -0.02207 0.013709 0.010611 -0.01713 0.063963 0.005621 0.048851 0.056478 0.037556 0.021648 0.014184 -0.05539 -0.040628 -0.050578 -0.018278 0.033862 -0.03664 -0.026825 0.00417 -0.007059 0.041666 -0.029151 -0.035872 -0.022314 -0.04193 -0.022832 -0.005296 -0.007507 0.021175 0.030228 0.008107 -0.016879 0.015928 0.011501 0.008841 0.012911 0.049947 -0.081202 0.00181 -0.053908 0.017731 0.024115 -0.021828 0.010269 0.023881 -0.004385 -0.040477 -0.029575 0.007068 -0.057741 0.013272 -0.0851 -0.022319 0.021444 0.021903 0.038642 0.025333 -0.011906\nთ 0.031969 -0.00848 -0.023509 0.006145 0.002852 0.024279 -0.002244 -0.009194 -0.013712 -0.018377 0.027055 0.00206 -0.009984 -0.016639 0.018831 -0.009829 0.010105 -0.015192 -0.00531 -0.027463 0.001765 0.003326 0.001023 0.012766 0.000388 0.008533 -0.008307 -0.007249 -0.013431 -0.01982 0.017716 -0.025685 -0.015501 -0.028072 0.017356 0.007698 -0.023031 0.032164 0.005328 0.006125 -0.018469 0.009295 0.007493 -0.005274 -0.024957 -0.001012 0.012403 0.000896 -0.00483 0.003856 0.00884 0.029755 0.014549 -0.026293 0.024956 0.004478 0.002134 0.012883 -0.012053 0.014721 -0.018948 -0.011876 -0.007441 -0.009301 0.011648 0.012804 0.015404 -0.007813 0.020625 0.005703 -0.029504 -0.001307 0.009277 0.00937 -0.029203 0.00224 -0.007097 0.017717 -0.028056 -0.008815 0.002266 -0.010098 -0.016918 0.002251 -0.01944 -0.025748 0.001947 0.007913 -0.010659 -0.004306 -0.006169 0.015788 0.003879 -0.004467 0.023726 -0.013706 -0.005755 -0.022387 0.001448 0.002069 -0.017764 -0.000867 -0.005357 -0.022518 -0.000194 -0.008452 -0.00841 0.009723 0.035016 -0.0051 0.037109 0.021626 0.016894 -0.013814 0.005427 -0.002736 -0.002177 -0.002096 -0.017213 -0.026527 0.025857 0.00908 0.022826 0.016814 0.024048 0.008113 0.00518 -0.013643 -0.000293 -0.011476 -0.003061 0.010985 0.001686 0.030384 -0.010484 0.005375 -0.011831 0.003987 0.02099 0.031139 0.000232 -0.010774 -0.002851 0.027709 -0.027456 -0.034492 0.028287 0.012873 0.001782 -0.043538 0.002425 -0.003626 0.02017 0.002854 0.001636 0.008913 0.006548 -0.018912 0.006237 -0.008772 -0.022842 0.009952 0.003001 0.014388 -0.009957 -0.012515 0.012252 -0.030062 0.008122 0.012827 -0.014608 -0.015964 0.003787 0.026812 -0.014815 -0.017465 -0.004206 -0.015021 -0.021424 -0.000836 0.016967 -0.009459 -0.003709 -0.01488 -0.004654 -0.016384 0.004069 0.017326 -0.03603 -0.003522 0.018211 0.01895 -0.021928 -0.024946 -0.001477 0.033721 -0.004647 0.017803 0.003731 0.000216 -0.011729 -0.01138 0.013582 0.012024 0.008495 0.011601 -0.00056 -0.006589 0.00259 0.022698 -0.016581 -0.003751 -0.005528 0.008043 0.002681 0.048502 -0.006143 -0.020947 0.012721 -0.001771 -0.002344 0.012024 -0.009555 0.010637 -0.011499 -0.00786 0.006835 0.016989 -0.005206 -0.008653 -0.003365 -0.000588 0.000536 -0.016922 -0.031762 -0.008525 0.001915 -0.031762 0.01485 0.00123 0.005861 0.004385 -0.013644 0.005875 -6.5e-05 0.00854 0.008723 0.001279 0.026172 0.026434 0.018447 0.007651 0.003109 -0.023074 -0.019041 -0.01699 -0.008978 0.010952 -0.018632 0.000521 0.000649 -0.010246 0.012171 -0.025442 -0.0163 -0.0124 -0.018157 -0.020878 -0.003358 -0.004105 0.009241 0.004161 0.009788 -0.007651 0.006087 -0.006075 -0.003124 0.005317 0.037994 -0.030214 -0.001695 -0.016241 0.014237 0.006134 -0.013101 -0.011444 0.012683 0.005371 -0.008424 -0.001141 0.001353 -0.037138 -0.001542 -0.039316 -0.008722 0.009771 -0.001802 0.012383 -0.001796 0.002021\nϡ -0.064736 0.015275 0.064887 0.079542 -0.028924 0.009677 0.027153 0.137773 -0.024819 0.061025 -0.132848 0.033929 -0.017374 -0.128555 0.159096 0.033526 -0.104599 -0.017088 -0.056285 -0.125171 0.078588 -0.089407 -0.175252 -0.053987 0.070744 -0.017681 -0.09384 -0.104708 -0.01141 -0.044718 0.062067 0.055377 0.125181 -0.060934 -0.046219 -0.001299 -0.027956 -0.047462 0.015459 0.080325 0.018683 -0.106215 -0.062607 0.074748 -0.08805 0.113082 -0.078003 0.02116 0.183086 -0.077991 0.068562 -0.039576 -0.025 -0.103647 0.007538 -0.001266 0.043654 -0.051141 0.095801 -0.007923 0.113924 -0.097721 -0.04377 0.052231 -0.024443 -0.012475 0.134631 0.033904 0.036007 -0.087596 -0.063108 -0.019865 -0.06609 0.057802 -0.037596 -0.013531 -0.002538 0.027714 -0.105401 -0.017032 0.159782 0.005814 0.053397 0.078925 -0.010748 -0.033489 0.106381 0.030167 -0.135586 -0.02999 0.025595 -0.052195 0.100187 0.123195 0.037837 -0.013257 0.150012 0.101276 0.111108 0.005479 -0.085984 -0.007981 0.004612 -0.173276 0.167647 0.02694 -0.11302 0.025049 -0.055754 0.040064 -0.006033 0.127004 -0.03394 -0.014998 0.103134 0.060209 -0.004115 0.009056 0.03999 0.010251 0.033483 0.032227 0.076746 0.051313 0.105632 0.022353 -0.099229 0.062157 -0.071988 -0.021501 -0.077354 0.062962 -0.057741 0.039501 -0.078339 -0.068166 -0.105899 -0.077009 0.084208 -0.072477 -0.012023 0.000982 0.136578 0.110406 -0.120497 -0.072768 -0.10867 -0.058412 0.033537 -0.036795 -0.009202 -0.008159 0.071341 -0.060279 -0.066192 -0.116954 -0.139916 -0.054691 -0.031802 -0.013586 -0.044927 -0.063882 0.022012 0.010583 -0.016359 0.033037 0.03943 0.021209 0.032564 -0.152991 -0.031253 0.042878 0.088948 -0.013759 0.000784 -0.080864 0.096858 0.025535 -0.040361 0.037624 -0.031312 0.052063 0.010534 0.034995 0.016927 -0.089913 -0.01242 -0.040604 -0.000962 0.030448 -0.065762 0.092001 -0.059732 0.045559 -0.117319 0.152907 0.02069 0.074056 0.009565 0.008346 -0.19183 -0.012518 0.02402 -0.120598 -0.118304 -0.123036 0.106383 0.077858 -0.017119 -0.057531 -0.023263 -0.046279 -0.039232 -0.016505 -0.057068 -0.067189 -0.021037 -0.066373 0.026876 0.071019 -0.020999 -0.093408 0.062748 -0.022514 0.087892 0.127212 -0.091634 0.011606 -0.157177 -0.076264 0.084911 -0.049436 0.031894 0.109791 -0.036519 -0.064087 0.012133 -0.079041 -0.009171 0.030074 0.030274 0.018919 0.082043 -0.063592 -0.068112 -0.144247 0.159156 0.015959 0.024424 0.148002 0.01876 -0.052813 -0.030903 0.027343 -0.030794 -0.143664 -0.027162 0.030811 -0.003585 -0.110442 0.039318 -0.07434 -0.092805 -0.039703 -0.042275 -0.111174 -0.045267 -0.026093 0.05959 -0.110148 0.052439 -0.156223 -0.074441 0.026767 0.081914 0.072239 -0.07731 -0.025936 0.036574 -0.076142 0.007056 0.024357 0.031782 -0.005234 -0.077282 -0.095026 0.092863 0.057991 0.003165 -0.125627 -0.025617 -0.023796 0.053009 0.058901 0.01987 0.084002 0.030425 0.024595 -0.076608 -0.045767\nɠ -0.01641 0.023288 -0.041901 -0.004143 -0.013936 0.044032 0.007122 -0.019707 -0.001461 -0.011691 0.037739 0.014303 -0.022998 0.006679 0.027779 -0.010125 0.01899 -0.030685 0.0259 -0.038189 -0.020164 0.009925 -0.046936 0.020345 0.017045 -0.027541 -0.021924 -0.051115 -0.033769 -0.028792 0.018625 -0.034312 -0.013435 0.0249 0.014457 0.031989 -0.022748 0.031176 0.008093 0.030581 -0.04363 0.065092 -0.010339 0.011366 -0.025027 0.016892 0.033686 -0.017512 0.005672 -0.022999 -0.009978 0.024461 0.017241 -0.052396 0.020807 0.000677 -0.010696 0.012673 -0.016039 0.02516 -0.034991 -0.011895 -0.030105 -0.003246 0.011798 0.048534 0.067038 -0.037238 0.012707 0.03778 -0.039195 -0.027513 0.029478 0.038595 -0.036321 -0.026076 -0.012649 0.049912 -0.027066 -0.01331 0.013241 -0.00929 -0.029339 0.015882 -0.017676 -0.055259 0.035274 -0.02905 -0.01023 -0.004855 0.001186 0.033999 0.026742 0.000494 0.004822 -0.016586 0.007089 -0.064328 -0.021956 0.009803 -0.019365 0.008808 -0.022693 -0.057064 0.023562 -0.004395 -0.020116 -0.013473 0.010128 -0.001851 0.054327 0.004088 0.010572 0.009757 -0.00493 -0.012984 -0.037332 0.003093 -0.01638 0.010194 0.021385 -0.02559 0.043855 -0.024424 0.009128 0.008642 0.008381 0.018008 -0.017733 -0.01348 0.040563 0.002004 -0.032191 0.056431 -0.009473 0.002713 -0.032268 -0.017648 0.00567 0.012428 0.015724 0.004333 -0.020807 0.001663 -0.005005 -0.022427 0.040915 0.012374 -0.012531 -0.063546 0.01269 -0.009785 0.034384 0.036068 -0.00387 0.019641 -0.021278 -0.048031 0.006851 -0.024033 -0.014883 0.0084 0.029723 0.002152 -0.009765 -0.025532 0.018858 -0.002223 0.030271 0.031331 -0.007706 -0.021164 -0.000823 -0.009721 -0.025174 -0.021502 -0.027542 -0.039525 -0.044686 0.022881 0.037759 -0.023534 0.02117 -0.007739 -0.013835 -0.032889 -0.001339 0.01656 -0.014382 0.002169 0.02483 0.026859 -0.043501 -0.040106 -0.01233 0.022871 -0.017389 -0.008909 0.003714 -0.007299 -9.9e-05 -0.013796 0.020036 0.044388 0.018202 -0.006204 -0.006127 -0.054364 -0.013003 0.02926 0.008264 0.015248 -0.046961 -0.004328 0.00168 0.003532 0.018943 -0.014371 0.009953 -0.006202 -0.03939 -0.035271 -0.023863 0.024931 -0.01259 0.010095 -0.000461 0.001477 0.021947 -0.028026 -0.02492 0.025743 0.014845 -0.04355 -0.040215 -0.010213 -0.011165 -0.010032 0.026243 -0.012337 0.004441 0.016837 -0.025877 -0.010071 -0.004912 -0.023946 0.012257 0.019016 0.040113 0.044607 0.022972 -0.026618 -0.02098 -0.00468 -0.007838 -0.010805 -0.024289 0.012247 -0.040854 0.021377 -0.012866 -0.014986 -0.005679 -0.04157 -0.008713 -0.008777 -0.045145 0.030908 -0.014217 0.001494 0.02615 0.002749 0.034148 0.029783 0.024762 0.005408 -0.014603 -0.00506 0.018757 -0.025206 0.004826 0.006862 0.029421 0.01143 0.024884 -0.022543 0.038368 0.016414 -0.018537 0.005399 0.008235 -0.028226 -0.024016 -0.049784 0.003033 0.012217 -0.012456 0.010902 -0.004322 -0.02783\nץ 0.030539 -0.002823 -0.054662 0.011401 0.010723 0.041658 0.017443 -0.019988 -0.013814 -0.019115 0.033708 0.021504 -0.001899 -0.025519 0.034062 -0.012629 -0.002463 -0.029516 -0.017595 -0.057304 -0.004713 0.007978 0.014056 0.012368 -0.003336 0.017229 -0.011504 -0.010414 -0.010855 -0.013317 0.023603 -0.028966 -0.019097 -0.012854 0.007318 0.01106 -0.036415 0.036445 0.025769 0.023357 -0.028448 0.009254 0.002148 0.01137 -0.02046 -0.018825 0.033712 -0.003602 -0.004968 0.009811 0.007664 0.046131 0.027896 -0.01741 0.033287 0.002569 -0.003291 0.019673 -0.022487 0.012231 -0.016728 -0.021034 -0.018612 -0.016492 0.005663 0.016478 0.038328 -0.011892 0.04017 0.019863 -0.043983 0.006272 0.033355 0.014626 -0.032014 0.00462 -0.029703 0.005563 -0.008299 -0.012078 0.002619 -0.008541 -0.004285 0.006357 -0.02442 -0.052354 -0.005825 0.002428 -0.01797 -0.004663 -0.021713 0.020723 0.003574 -0.011001 0.003234 -0.016071 -0.004528 -0.035408 -0.012034 -0.01191 -0.021248 0.008747 0.008982 -0.036057 0.009388 -0.001899 -0.016031 0.015404 0.041757 -0.000358 0.039173 0.025465 0.008936 -0.019485 0.008497 -0.006712 -0.010621 0.005873 -0.01765 -0.038471 0.017965 -0.000543 0.035668 0.020981 0.028857 0.003195 -0.005933 -0.011283 -0.019254 -0.021163 -0.019889 -0.006648 -0.025699 0.022126 -0.007845 0.001224 -0.014395 0.001121 0.013519 0.045141 -0.007863 -0.005994 0.009987 0.029247 -0.025728 -0.040428 0.045003 0.010602 0.003854 -0.03363 0.010333 0.01009 0.027253 0.015086 0.003859 -0.003851 0.003673 -0.012517 0.028415 -0.016086 -0.027868 0.017562 0.007762 0.000635 -0.026789 -0.01813 0.029809 -0.023431 0.016912 0.03042 -0.03586 -0.023069 -0.010195 0.029402 -0.010227 -0.028405 -0.002311 -0.017238 -0.035223 -0.023285 0.031193 -0.018694 -0.001147 -0.007144 -0.013486 -0.03114 0.008857 0.019717 -0.053028 -0.006175 0.004093 0.039985 -0.054918 -0.033953 0.002643 0.040919 -0.015019 0.013978 0.006651 0.003371 -0.03708 -0.033806 0.012399 0.020736 0.014652 -0.005046 0.015594 -0.001042 -0.02048 0.051677 -0.030713 0.003571 -0.000716 0.01003 0.010098 0.050141 0.001369 -0.018002 0.010319 0.020157 -5.4e-05 0.017453 -0.007645 0.011455 -0.030317 0.005773 0.009764 0.019744 -0.004289 -0.016202 -0.000989 0.001468 -0.004847 -0.027488 -0.024406 -0.002009 -0.017384 -0.046893 0.028995 0.021165 -0.00419 0.033778 -0.006943 0.004418 -0.00361 -0.010846 0.042615 -0.001549 0.042854 0.034176 0.02326 0.00457 0.005787 -0.030521 -0.013344 -0.01938 -0.019839 0.028109 -0.024524 -0.008753 0.007646 -0.001695 0.025385 -0.014776 -0.028602 -0.012479 -0.018132 -0.021041 0.002208 0.001676 0.00754 -0.009085 0.013649 0.002792 0.011532 -0.004401 0.00023 0.038075 0.048656 -0.043823 -0.009215 -0.018355 0.016801 0.025678 -0.011921 -0.003657 0.02564 -0.016011 -0.01896 -0.009505 0.010945 -0.025405 0.000757 -0.058976 -0.0047 0.001631 0.012592 0.01324 0.01631 0.004306\nያ 0.011214 0.010874 -0.033752 -0.007301 0.003432 0.029101 0.005883 0.014319 -0.020513 -0.03543 0.029889 0.020265 0.007867 -0.026369 0.031984 -0.001501 -0.003381 -0.006253 0.002366 -0.033316 -0.013029 0.003151 -0.003208 -0.010061 0.00024 0.039757 -0.012124 -0.014062 -0.010654 -0.039168 0.034859 -0.009621 -0.029395 -0.034739 0.012468 0.011432 -0.036596 0.018034 0.009884 0.016599 -0.015987 -0.002079 0.004019 -0.007377 -0.036454 -0.007788 0.021902 0.002033 -0.023343 0.010488 0.009617 0.050381 0.016899 -0.037521 0.043643 0.004901 -0.005214 0.023207 -0.019284 0.012828 -0.030955 -0.01324 -0.00193 1e-06 0.016874 0.014785 0.034103 -0.017813 0.037592 0.012684 -0.036419 0.003743 0.010248 0.002379 -0.028703 0.006826 -0.017049 0.025249 -0.052549 0.002752 0.001786 -0.006987 -0.007651 0.010962 -0.018636 -0.051484 0.008391 0.00682 -0.01765 -0.022685 -0.00878 0.01184 0.009499 -0.008988 0.023525 0.006533 -0.007659 -0.037715 -0.00811 -0.011667 -0.00748 0.005071 0.019233 -0.028248 0.016529 0.00266 -0.013698 -0.006563 0.039721 -0.021672 0.041926 0.038133 0.017576 -0.011861 0.023297 0.004339 -0.001795 -0.00646 -0.014019 -0.039017 0.013783 -0.001627 0.032041 0.017481 0.03023 0.012414 -0.018001 -0.011787 -0.02362 -0.002714 -0.02063 -0.002016 -0.020423 0.01811 0.002296 0.005818 -0.006361 0.014778 0.01851 0.048603 -0.007504 -0.014759 0.000618 0.009788 -0.031096 -0.049244 0.037368 -0.00743 -0.000554 -0.038478 0.006586 0.00591 0.041224 0.04531 -0.008035 0.000982 0.020463 -0.025989 0.025634 -0.02579 -0.026726 0.021331 0.012334 0.008682 -0.029171 -0.010615 0.023674 -0.018864 0.012229 0.020072 -0.007806 -0.029785 0.009452 0.037817 -0.021022 -0.017793 -0.003169 -0.002869 -0.040127 -0.004202 0.029181 -0.017482 0.004181 -0.018854 -0.002715 -0.04551 0.0048 0.019285 -0.03417 0.006293 0.005901 0.023004 -0.03369 -0.035283 0.017686 0.046269 -0.030113 0.010011 0.018997 -0.017063 -0.047476 -0.036046 0.017491 0.045261 -0.000654 0.024061 0.010938 0.009072 -0.007955 0.052352 -0.023967 -0.025058 -0.000951 0.025205 -0.002525 0.068341 0.009532 -0.023681 0.007641 0.000537 -0.019172 0.010104 -0.006274 0.010211 -0.022818 -0.007795 -0.000703 0.009292 -0.026681 -0.027451 -0.004112 -0.017613 -0.006075 -0.031059 -0.044879 -0.014958 -0.011302 -0.022755 0.029042 0.010818 0.003352 0.023907 -0.01703 0.012521 0.000416 -0.003905 0.009005 0.00328 0.032077 0.035481 0.020228 -0.023741 -0.018721 -0.025194 -0.016044 -0.010275 -0.008617 0.025655 -0.022236 -0.005505 -0.001026 -0.015464 0.047059 -0.019255 -0.020225 -0.021014 -0.03469 -0.011243 0.00029 -0.003566 0.016869 -0.005515 0.017181 -0.00815 -0.005534 0.005784 -0.012047 0.00528 0.054877 -0.040312 0.005387 -0.023378 0.015186 0.006345 -0.016709 0.004706 0.024019 -0.018258 -0.012728 0.00183 0.007648 -0.032756 0.022549 -0.065695 -0.023568 0.01872 0.023307 0.023022 0.020101 0.010062\nᓯ -0.016787 0.044524 -0.045017 0.009343 0.020465 0.056564 0.00205 -0.014902 -0.004759 -0.001471 0.038655 -0.021414 -0.015344 -0.048166 0.009613 -0.011225 -0.002392 -0.001422 -0.011924 -0.030085 0.000761 0.002114 -0.043482 -0.00183 0.003755 0.011748 -0.011521 0.019569 -0.043466 -0.005717 0.0492 -0.027103 0.004598 -0.022349 0.017325 0.022486 -0.057682 0.002915 0.035459 0.013339 -0.036998 -0.029203 0.041027 0.009637 0.013836 -1.8e-05 0.031045 0.038772 0.032785 -0.013832 0.020675 0.029837 0.03474 0.005985 0.021828 0.003062 0.007143 0.007574 0.009769 0.006388 0.0296 -0.034917 -0.013104 -0.033046 -0.023949 -0.013151 0.064844 0.013992 0.00423 0.003714 -0.016844 -0.018281 -0.003254 0.00525 -0.079487 -0.032755 -0.011994 0.006168 -0.034083 0.005382 0.023166 0.052252 0.030305 -0.006588 -0.030345 -0.046807 0.01083 -0.033175 0.021486 0.001072 -0.01281 0.028792 -0.020258 -0.018292 0.013028 -0.024439 0.008386 -0.006195 0.038057 0.033596 -0.011529 0.012768 0.010508 -0.004558 0.0398 0.008504 -0.040617 0.017507 0.004381 0.023305 0.002337 0.039696 0.025565 0.005153 0.044278 0.007501 -0.00343 -0.01647 0.000508 -0.00412 -0.001992 -0.006196 0.051354 -0.006009 0.004458 0.023758 -0.00682 0.034214 -0.031778 -0.03012 -0.029872 -0.016973 -0.030614 0.049452 0.028031 -0.008412 0.014724 -0.001059 -0.006173 0.031429 -0.007236 -0.017003 0.049915 0.014395 -0.015711 -0.030507 0.020439 0.057932 0.050891 -0.095599 0.021676 0.003936 0.038761 -0.021629 -0.026008 -0.006219 -0.004966 -0.044367 -0.016172 0.050236 -0.062506 -0.059289 0.04007 -0.011556 -0.052698 -0.005094 0.000806 0.003449 -0.00569 -0.013228 -0.058611 0.007145 -0.036849 -0.013752 -0.00029 -0.026197 0.00845 -0.015069 -0.00133 -0.029934 0.005745 -0.026929 -0.006418 0.011873 -0.026447 -0.029524 -0.016523 -0.015458 0.005468 -0.035151 0.002651 0.029089 -0.005799 -0.027758 0.017323 0.041883 0.002622 0.010324 0.01546 0.053785 -0.04863 -0.031942 0.03431 0.020509 -0.042821 -0.032891 0.036839 -0.024597 0.000521 0.007784 -0.02652 -0.037297 0.024587 0.012169 0.018913 0.025049 0.013468 -0.032853 0.013138 0.022357 -0.007196 0.003096 -0.01347 0.024423 -0.019535 0.024922 -0.002214 0.036066 0.022068 -0.037004 0.02608 0.027261 0.00482 0.032737 -0.018217 0.00847 -0.014163 -0.0476 0.000624 0.052846 -0.020938 0.020288 0.005234 0.039441 -0.001015 -0.032805 0.045552 -0.011126 -0.008185 0.032873 0.0187 -0.008012 -0.003746 -0.024586 -0.012691 -0.069653 -0.009492 0.005739 -0.041217 -0.017511 0.045795 0.019518 -0.060854 0.004784 -0.019845 0.005322 -0.014294 -0.014629 -0.021926 0.004044 0.008593 -0.04768 0.001638 0.022783 0.017474 -0.006625 0.038727 0.021444 0.028009 -0.019357 -0.053355 0.015104 -0.0168 0.004908 -0.008532 -0.054739 0.015853 -0.005381 -0.017835 0.013303 -0.002163 -0.0217 0.010472 -0.036752 0.019122 0.006325 -0.000777 -0.011203 0.023745 0.000236\nỳ 0.047287 -0.009295 -0.052723 0.026433 0.032256 0.025316 0.024803 -0.01159 -0.022736 -0.0187 0.030493 -0.010901 -0.001874 -0.010499 0.019987 0.006298 -0.000476 -0.030221 -0.013606 -0.032099 -0.028644 0.003193 0.006343 0.014732 -0.017454 0.035704 0.003716 -0.002305 0.016655 -0.019437 0.019233 -0.024382 0.016726 -0.009187 0.012565 0.012392 -0.038965 0.025542 0.007151 0.042952 -0.014226 0.01118 -0.012542 -0.004818 -0.029431 -0.043572 0.047014 -0.001967 0.012555 0.024166 0.018366 0.037482 0.042228 -0.027239 0.063975 0.005489 -0.015438 0.029013 -0.002901 0.017913 -0.022089 -0.030283 -0.007965 0.006047 0.015811 0.004753 0.03334 -0.019027 0.034265 0.021386 -0.047554 -0.015251 0.029287 0.023809 -0.042803 0.025544 0.000771 0.035518 -0.022179 -0.021111 0.01863 -0.013697 0.019192 0.038403 -0.017293 -0.041092 -0.002338 -0.018022 -0.00536 -0.023748 0.007771 0.030992 -0.010686 -0.020483 0.014564 -0.017414 0.000389 -0.025373 -0.005475 -0.006517 -0.009497 0.028073 0.000885 -0.011867 0.021597 -0.013245 -0.016028 -0.010656 0.057534 0.003909 0.034088 0.024432 -0.007704 -0.011952 0.021839 0.004465 -0.001206 -0.007274 -0.003838 -0.048705 0.005429 -0.010843 0.043347 0.034227 0.027063 0.011372 -0.010596 -0.023664 -0.0142 -0.000298 -0.019708 -0.004099 -0.030191 0.0114 -0.029489 0.009979 -0.034385 0.028115 0.009926 0.037281 -0.017196 0.003484 0.032282 0.027722 -0.027207 -0.039498 0.043228 -0.010555 -0.015656 -0.04738 -0.006195 -0.00468 0.026866 0.018087 -0.012422 0.019729 -0.007368 -0.01354 -0.00711 -0.023786 -0.006788 0.014375 0.020828 -0.003116 -0.030633 -0.008027 0.025484 -0.014325 0.01087 0.021353 -0.039849 -0.030828 -0.017638 0.01652 -0.037308 -0.018795 0.010358 0.006404 -0.021954 -0.038007 0.050071 0.003226 -0.00177 -0.014299 -0.008506 -0.017231 -0.003148 0.008601 -0.059485 -0.022257 0.008022 0.027578 -0.037349 -0.021666 -0.019686 0.042845 0.009723 0.001757 0.012188 -0.007966 -0.052371 -0.033128 0.015915 0.031267 0.027073 0.002802 0.011809 -0.001588 -0.022217 0.035257 -0.036908 -0.001314 0.005417 0.010433 0.004941 0.043709 0.02017 -0.030291 0.004852 0.030126 0.028828 0.021229 0.017594 -0.018975 -0.013271 -0.010413 0.018706 0.011681 -0.001107 -0.019099 -0.004139 -0.024138 -0.021339 -0.044635 -0.050095 0.01739 0.000889 -0.052245 0.03973 0.012307 -0.000261 0.049934 -0.017469 0.01896 -0.010122 -0.01002 0.040498 -0.002128 0.022229 0.074539 0.000294 0.012429 0.00542 -0.052723 -0.021556 -0.014898 -0.006061 0.038836 -0.006471 -0.039158 0.029934 -0.002435 0.011403 -0.036193 -0.04407 -0.033927 -0.02006 -0.006473 0.000562 -0.000718 0.006628 -0.003124 0.003409 -0.006212 0.022157 -0.01111 0.00686 0.027281 0.034063 -0.047994 -0.000101 -0.004501 0.013769 0.021933 -0.049224 0.003952 -0.001209 -0.000404 -0.050963 -0.002428 0.015829 -0.031172 0.021767 -0.059939 -0.02262 0.027117 0.003577 -0.004899 0.04093 -0.017834\n÷ 0.187748 -0.068938 0.150048 -0.058864 0.042429 0.197631 0.336797 -0.116428 0.216559 -0.023713 -0.100962 0.059201 -0.188059 0.02608 0.168534 -0.156654 0.017081 0.047836 -0.046905 -0.279372 0.194314 0.111625 0.040515 -0.126525 0.058841 -0.17948 -0.029985 -0.078762 -0.084255 0.101351 -0.091621 -0.174094 0.271073 -0.254973 0.024206 -0.011447 -0.219186 0.080361 0.154058 -0.022143 -0.248224 -0.180942 -0.025232 0.178441 0.092465 -0.025813 0.145535 0.185797 -0.137765 -0.140151 0.160851 0.102671 0.166017 -0.119458 0.085787 -0.000323 0.152871 0.036357 -0.07144 -0.00988 0.021503 0.0546 -0.044333 0.027756 0.065384 0.002762 0.108195 -0.082099 0.119432 -0.110331 -0.151408 0.007456 0.102478 0.095888 0.141587 -0.01743 0.024268 0.096946 0.232285 -0.064677 -0.066114 -0.032383 0.137641 -0.123874 0.01276 0.027543 -0.002003 -0.033992 0.131995 -0.008553 0.007841 -0.032976 0.093745 0.239894 -0.055564 -0.151581 -0.239381 -0.152417 0.041677 0.259262 -0.061052 -0.214826 -0.013603 -0.086109 0.016517 -0.144689 0.087816 0.116663 -0.110539 -0.2115 0.03785 0.034192 0.100068 0.013443 0.19282 0.143103 0.012117 0.154707 0.059052 0.015545 0.072996 0.155092 -0.058836 0.103157 -0.133392 -0.179511 0.121333 0.162739 0.23662 -0.161402 0.024861 -0.104055 0.122403 0.189776 -0.097676 -0.201783 -0.070591 -0.220042 -0.083845 0.030107 -0.015146 -0.341295 0.265003 0.096068 0.021137 -0.182085 0.107465 -0.145804 0.241321 -0.106234 -0.109402 -0.104341 -0.023372 0.169854 -0.114527 0.049698 -0.174746 -0.102841 -0.01602 -0.104968 0.135157 0.03459 0.251283 0.289581 0.030843 0.019424 -0.219213 0.02782 0.117556 0.101839 -0.003023 -0.003488 -0.099541 -0.041369 0.053498 -0.001496 -0.150303 -0.052092 0.201687 0.189535 0.073454 0.009193 -0.070934 -0.003168 -0.173405 -0.030663 0.162681 0.422126 -0.165147 -0.033035 0.171298 -0.019864 0.016606 -0.280286 0.301731 0.009338 -0.090502 0.236384 -0.09259 -0.054051 -0.117294 0.017895 -0.019849 0.209811 0.06084 -0.061079 0.071387 0.105921 0.124205 -0.125931 0.00553 -0.120834 -0.001128 -0.044033 -0.068705 0.044501 -0.266125 0.074666 0.036539 0.031856 -0.179429 0.129923 -0.098387 -0.008729 -0.133079 0.027709 -0.084415 0.055981 0.08069 -0.206788 0.016346 0.06316 -0.028151 0.008909 -0.019241 0.052228 0.234689 -0.132111 -0.15314 0.222261 0.173053 -0.100821 -0.106916 0.190197 -0.02194 -0.159959 -0.067763 -0.066633 0.126413 0.106498 0.243275 -0.149338 -0.16736 -0.237833 0.003577 0.09886 0.014373 -0.052127 -0.28266 0.044252 0.124333 -0.00498 -0.061646 0.134891 -0.010704 -0.152372 0.03407 -0.250812 0.139583 -0.118032 -0.00722 -0.095982 -0.064238 -0.083386 0.002047 -0.064826 0.178333 0.006031 0.222975 0.077704 -0.087095 0.028044 -0.007777 0.126261 0.054899 -0.064999 -0.058499 -0.104953 -0.183806 0.034493 0.14443 0.012128 0.072255 -0.229776 -0.006328 -0.122257 -0.022494 0.084895 -0.017364 0.004621\nպ 0.018883 -0.001878 -0.013709 -0.00767 0.0109 0.027924 -0.011779 -0.004343 0.0067 -0.016278 0.045968 0.005499 -0.004891 -0.019916 0.000716 -0.01623 0.02156 0.007265 -0.005945 -0.057092 -0.010724 -0.006814 0.002507 0.002522 -0.007109 0.019713 -0.009049 0.002439 -0.022436 7.9e-05 0.014899 -0.021952 0.00999 -0.01049 0.010066 0.01512 -0.041763 0.013284 0.019262 -0.005556 -0.017848 -0.002711 0.010302 0.03147 -0.024446 -0.004313 0.032187 -0.009176 -0.007644 0.007466 0.00451 0.009154 0.019508 -0.027613 0.019293 0.006732 0.009818 0.011983 -0.021623 0.010908 -0.015295 -0.008814 0.01152 -0.009488 0.00947 0.018564 0.00874 -0.014111 0.025152 0.017054 -0.018933 -0.019436 -0.007757 -0.002031 -0.04056 -0.000433 -0.014073 -0.001234 -0.036192 -0.014435 0.003866 -0.009125 -0.020947 0.005992 -0.023599 -0.01703 -0.006562 0.021514 -0.005961 -0.000862 -0.011156 0.014323 -0.005024 0.0007 0.010493 -0.00122 0.000436 -0.006193 0.003548 -0.023029 -0.011435 0.015312 0.006158 -0.006471 0.031459 -0.012917 -0.011029 0.016242 0.036438 -0.011581 0.034681 0.024994 0.006611 -0.011014 0.00435 -0.014921 0.014591 0.000644 -0.028168 -0.021801 0.024873 0.005689 0.013385 0.024402 0.031174 -0.001693 0.009733 -0.007609 -0.003233 -0.015898 -0.021484 -0.004062 0.009125 0.01481 -0.01433 -0.010425 -0.002458 0.000243 0.019216 0.014335 0.006315 -0.006974 -0.016565 0.007448 -0.025488 -0.043886 0.021544 0.015538 0.009947 -0.027741 -0.004842 -0.002186 0.005132 -0.004284 -0.000203 -0.006446 0.008515 -0.01278 -0.002984 -0.001581 -0.016837 0.01621 0.001619 0.02003 -0.031553 -0.001923 -0.000851 -0.022109 0.010137 -0.013922 -0.01711 -0.015183 -0.003311 0.015952 -0.011615 -0.025565 0.014112 -0.015045 -0.036574 0.001622 0.025301 -0.013825 0.008912 -0.01034 0.000881 -0.021463 0.003222 0.01588 -0.0376 -0.022167 0.022521 0.004284 -0.028784 -0.013287 -0.004165 0.021074 -0.003397 0.013583 0.015227 -0.006605 -0.005251 -0.026444 0.007342 0.010354 -0.000323 0.014193 -0.001233 -0.004043 0.01743 0.013883 0.00465 -0.009606 -0.012892 0.019604 0.011812 0.049432 0.000611 -0.007394 0.010459 0.002683 0.011552 0.015424 -0.018873 -0.016545 -0.02618 -0.035511 0.019547 0.001193 0.004439 -0.003845 -0.019658 -0.014215 -0.008506 0.001658 -0.011104 -0.010266 -0.011587 -0.024064 0.003689 0.003109 0.006719 0.004618 -0.013291 0.00425 -0.012082 -0.004353 0.009214 -0.006554 0.024997 0.011692 0.026756 0.00754 0.010507 -0.007111 -0.017518 -0.012849 -0.012649 0.015005 -0.01979 -0.014939 0.004792 0.008518 0.014733 -0.02695 -0.014101 -0.001255 0.013828 -0.051483 0.001811 -0.002232 0.023491 -0.017534 0.011541 -0.006816 0.008372 -0.007137 0.001617 0.003259 0.032519 -0.032019 -0.012298 0.003982 0.010016 0.024491 -0.010561 -0.006448 -0.002567 -0.001041 -0.0145 0.006897 0.001705 -0.024262 -0.004419 -0.031569 0.003743 0.019807 0.035411 -0.006692 0.006344 0.000558\nཾ 0.035934 -0.002232 0.043641 0.030386 -0.033301 0.003213 -0.055753 -0.032087 -0.064299 -0.036571 0.060107 0.091904 0.012069 -0.050733 -0.006444 0.031312 0.001028 -0.023646 -0.005043 -0.066479 -0.014994 0.027182 0.049868 -0.005036 0.033591 -0.013426 -0.014681 -0.051933 0.055844 -0.005333 0.064682 0.000152 0.024035 -0.075446 0.038711 0.035179 -0.050216 -0.018309 -0.028576 0.057015 -0.075934 0.028432 -0.025993 0.01105 -0.039849 0.052467 -0.001321 -0.006524 -0.007574 -0.027918 -0.005495 0.046377 0.039019 -0.100971 0.014704 0.005447 0.010259 -0.017482 0.003627 -0.012434 -0.16383 0.002541 -0.047193 -0.04724 0.041587 0.008084 0.020891 -0.064263 0.013016 -0.000607 -0.050333 -0.019547 0.064442 0.080561 -0.094034 0.019108 -0.0377 -0.034777 -0.036043 -0.022312 0.028022 -0.012493 0.009499 -0.017575 -0.023018 0.005346 0.004852 -0.013024 -0.029579 0.049484 0.050359 -0.038215 0.058075 -0.010118 0.054822 0.035658 -0.011888 -0.010607 -0.023673 0.007514 -0.130038 0.062825 -0.046785 -0.011569 0.056775 -0.085869 0.016967 0.04894 -0.042112 0.032307 0.081579 0.033631 -0.028834 -0.023408 0.132822 -0.04732 -0.015815 0.002156 -0.048851 -0.021685 0.009908 0.078774 -0.02524 -0.05512 0.034592 0.098279 -0.00473 -0.01657 -0.018298 -0.079508 0.067744 -0.037397 0.038639 0.057096 -0.010693 0.074366 -0.001757 0.000313 0.006653 0.073023 -0.063064 -0.004412 -0.0583 0.03128 -0.087114 -0.110875 0.120758 -0.008068 -0.04408 0.004231 -0.02985 0.020518 0.129832 0.044572 -0.055976 -0.012476 0.063344 0.007254 -0.005948 0.047172 -0.051064 -0.051531 -0.018404 0.025211 -0.052902 0.057042 0.025721 -0.006666 0.107586 0.070207 0.014714 -0.066017 -0.037731 -0.016788 -0.118767 -0.081144 -0.036002 -0.025324 -0.010914 0.034237 0.008836 -0.038357 0.008106 0.003031 0.013599 -0.029548 -0.004153 0.018936 -0.093098 0.039574 0.001814 0.024243 -0.016128 0.003485 -0.013832 0.022803 -0.011112 0.04153 -0.019113 -0.028012 -0.005269 0.010908 0.011267 -0.01272 -0.027928 0.024907 -0.09474 -0.02433 -0.000566 -0.009885 0.0005 0.011825 -0.011713 -0.032909 0.029088 -0.007729 0.062868 0.051707 0.028573 0.057884 -0.074099 -0.062585 -0.05086 0.066107 0.013175 -0.001882 0.044066 0.011452 0.021809 -0.007201 0.001975 -0.03501 -0.009355 -0.049352 0.005182 -0.018462 -0.052405 -0.032019 0.020839 0.036195 0.031924 0.021682 0.050103 0.012297 0.034739 -0.000271 -0.019976 0.068152 0.012941 0.054956 -0.047679 -0.021377 0.066698 -0.037063 -0.014677 -0.032326 0.00578 0.108046 0.064008 0.03425 -0.06253 -0.029722 0.043036 -0.006936 -0.07901 -0.010428 -0.026284 -0.025791 0.029696 -0.005128 -0.020313 0.086778 -0.011763 -0.013954 0.038821 0.018039 0.04962 -0.023149 0.021568 -0.057895 0.075003 -0.034882 0.012788 -0.019591 -0.047977 0.039753 -0.010663 -0.019843 -0.005394 0.039036 -0.031267 0.001102 0.051303 -0.059269 -0.022867 -0.045251 0.036146 0.080266 -0.00043 -0.027567\nč 0.031996 0.001232 -0.039377 0.024935 0.007333 0.036544 0.00309 -0.000746 -0.024832 -0.030632 0.038312 0.014368 -8.5e-05 -0.031013 0.022272 -0.002049 0.005346 -0.027665 -0.002795 -0.038904 -0.016601 -0.007797 8e-05 0.010746 0.00171 0.031399 0.003171 -0.003839 -0.016283 -0.022199 0.023661 -0.028775 -0.017172 -0.031359 0.011096 0.010695 -0.033834 0.030682 0.01128 0.012887 -0.026083 0.011219 0.000245 -0.002397 -0.024049 -0.018516 0.031668 0.003184 0.000877 0.019747 0.006743 0.048931 0.032271 -0.033744 0.03263 0.00574 0.001629 0.019805 -0.012589 0.023642 -0.017553 -0.024824 -0.011586 -0.015805 0.01502 0.012658 0.024647 -0.014623 0.027113 0.00962 -0.038918 -0.006775 0.017054 0.010077 -0.04707 0.001398 -0.027519 0.023508 -0.020446 -0.015959 0.014164 -0.003252 0.001675 0.021227 -0.019043 -0.045208 0.000452 -0.003259 -0.020514 -0.00299 -0.006523 0.023491 0.001391 -0.013322 0.009042 -0.007531 -0.003371 -0.037835 -9.3e-05 0.000447 -0.009788 -0.006918 0.003088 -0.019204 0.010917 -0.000217 -0.007206 0.003469 0.026968 0.001565 0.036658 0.014634 0.015049 -0.008205 0.011238 0.000618 -0.006462 -0.00247 -0.016748 -0.031753 0.022147 -0.00206 0.031047 0.018063 0.02988 0.006298 -0.008495 -0.020107 -0.003289 -0.010223 -0.021103 -0.002814 -0.0095 0.027567 -0.023041 0.015592 -0.016145 -0.002042 0.004628 0.046217 -0.006132 -0.004153 0.014281 0.021721 -0.031048 -0.04649 0.039617 0.004248 -0.000747 -0.035421 0.006451 0.008098 0.020025 0.021244 0.005132 0.00598 -0.008734 -0.023256 0.010332 -0.019555 -0.014742 0.017626 0.022357 0.012893 -0.009353 -0.001266 0.018125 -0.024887 0.016256 0.016691 -0.025307 -0.021957 -0.008309 0.029526 -0.019205 -0.02448 -0.009907 -0.004156 -0.025651 -0.014822 0.030624 -0.006047 0.001413 -0.006546 -0.008656 -0.021349 0.010334 0.01911 -0.051022 0.001899 0.009002 0.021276 -0.024463 -0.036194 -0.002881 0.029902 -0.011846 0.016499 0.002557 0.000401 -0.034318 -0.021424 0.011287 0.019344 0.011854 0.01666 0.012005 -0.010414 -0.008047 0.023507 -0.022142 1e-06 -0.008151 0.017015 -0.007476 0.062112 0.00413 -0.029757 0.005966 0.003018 -0.00395 0.007397 -0.013948 0.005418 -0.016482 -0.001386 0.005942 0.014411 -0.004769 -0.012708 -0.001229 0.002452 0.000193 -0.026465 -0.035549 -0.003919 -0.003093 -0.030382 0.025684 0.021741 0.008269 0.018246 -0.015973 0.011047 0.006249 -0.008399 0.042098 0.00043 0.031418 0.044166 0.018032 0.00921 0.004105 -0.035929 -0.027418 -0.021773 -0.008855 0.011492 -0.022451 -0.01975 0.008631 -0.007233 0.02185 -0.015133 -0.024044 -0.012653 -0.020558 -0.015338 0.0058 -0.003735 0.014718 0.00207 0.00779 -0.005277 0.013216 0.000755 0.002644 0.02098 0.033407 -0.041441 -0.00152 -0.018015 0.010799 0.008763 -0.028363 -0.004113 0.006933 -0.005936 -0.019732 -0.01504 0.012427 -0.03591 0.009337 -0.046702 -0.017201 0.008021 0.009855 0.016982 0.023227 0.004299\nณ 0.029698 0.00205 -0.043791 0.025061 0.015363 0.038234 0.009187 0.000717 -0.024879 -0.030414 0.018769 0.003412 -0.002924 -0.019952 0.032243 -0.002055 0.007716 -0.021852 -0.011304 -0.040788 -0.01603 0.00679 0.007173 0.014518 0.006559 0.015734 -0.015638 -0.000952 -0.014334 -0.027674 0.021064 -0.026764 -0.017269 -0.03694 0.000175 0.017721 -0.030419 0.033801 0.01147 0.015506 -0.034856 0.012795 0.001727 -0.004097 -0.029257 -0.027777 0.034602 0.008722 0.00163 0.008345 0.004334 0.046204 0.033969 -0.028527 0.032341 0.001267 0.000777 0.024629 -0.013876 0.023553 -0.022878 -0.028411 -0.001576 -0.016482 0.011724 0.018 0.032175 -0.013184 0.043482 0.013338 -0.045806 -0.009079 0.020797 0.012004 -0.054135 0.007517 -0.027421 0.026344 -0.031508 -0.01624 0.01667 -0.005789 -0.000275 0.013916 -0.017252 -0.051031 0.000687 0.001519 -0.021173 0.001208 -0.010097 0.019973 0.013205 -0.015681 0.014628 -0.004566 0.00716 -0.038635 0.005058 -0.001349 -0.018469 0.005943 0.00068 -0.024552 0.01771 0.001163 -0.013439 0.00685 0.026368 -0.007068 0.050535 0.020053 0.027202 -0.015405 0.009577 0.002346 -0.005125 0.001569 -0.006832 -0.039934 0.021417 0.005083 0.03995 0.021595 0.031843 0.010473 -0.013343 -0.012834 -0.007156 -0.01597 -0.012575 -0.005408 -0.017236 0.03288 -0.019814 0.013566 -0.032833 0.000208 0.011324 0.041402 0.001168 -0.004566 0.005869 0.026711 -0.035831 -0.044053 0.043308 0.008078 -0.001757 -0.04193 -0.000179 0.006749 0.036906 0.024689 0.003445 0.00489 0.009356 -0.025381 0.010568 -0.02197 -0.01443 0.014216 0.022649 0.013568 -0.015955 -0.012504 0.018181 -0.015897 0.023775 0.017673 -0.02364 -0.016511 -0.005194 0.027351 -0.022233 -0.023777 -0.000919 -0.005028 -0.0413 -0.019781 0.039717 -0.010459 0.009721 -0.014674 -0.007965 -0.00901 0.004982 0.018073 -0.05267 -0.000768 0.01354 0.028599 -0.035216 -0.030714 0.01076 0.04 -0.016694 0.00613 0.002175 0.000291 -0.03147 -0.031923 0.01562 0.028027 0.02002 0.017429 0.009384 -0.004558 -0.00555 0.036714 -0.027521 -0.000308 -0.004994 0.017797 0.001771 0.059999 0.004399 -0.021473 0.010397 -0.003469 -0.005684 0.016489 0.002557 0.008837 -0.022654 -0.000181 -0.000929 0.016618 -0.002855 -0.028001 -0.007512 -0.001107 -0.005762 -0.022321 -0.031846 -0.003716 -0.012398 -0.034931 0.027493 0.028053 0.00483 0.028366 -0.028626 0.015081 0.00595 -0.00665 0.031829 -0.000144 0.038453 0.052515 0.020019 0.006373 -0.006565 -0.038608 -0.030285 -0.021456 -0.003389 0.02479 -0.024648 -0.014272 0.010114 -0.010716 0.03315 -0.021995 -0.022254 -0.025427 -0.03202 -0.009919 0.005902 0.002346 0.019623 -0.002726 0.011842 0.002465 0.010651 0.001 0.000266 0.010401 0.044638 -0.046069 -0.001946 -0.00899 0.010577 0.014655 -0.020524 -0.00395 0.023318 -0.004238 -0.01984 -0.015498 0.008091 -0.041017 0.011034 -0.060508 -0.00909 0.010397 0.008925 0.014817 0.021916 0.002636\nക 0.016565 0.003457 -0.059408 0.016436 0.014451 0.034148 0.019639 -0.00242 -0.023124 -0.022345 0.033668 0.012446 -0.006171 -0.018101 0.027011 -0.005075 0.003423 -0.017547 -0.019315 -0.044652 -0.022088 0.004158 0.007562 0.015615 0.009387 0.019635 -0.006936 -0.019474 -0.004706 -0.028681 0.021972 -0.025026 -0.014172 -0.040645 0.00695 0.022174 -0.039793 0.037438 0.00375 0.023334 -0.024345 0.014794 0.005524 -0.002002 -0.02988 -0.021138 0.03767 -0.000397 0.003474 0.013928 0.003344 0.043785 0.037762 -0.039382 0.032338 0.00201 -0.015387 0.023757 -0.007668 0.024203 -0.043662 -0.019513 -0.014803 -0.029178 0.021891 0.01968 0.047628 -0.017615 0.026894 0.019332 -0.051134 -0.012261 0.011648 0.015529 -0.066021 0.00029 -0.028645 0.023163 -0.035054 -0.018067 -0.001142 -0.006209 0.0049 0.018153 -0.017611 -0.04863 0.011738 -0.005684 -0.022976 0.004765 0.008313 0.020334 0.005318 -0.012004 0.023132 -0.006672 0.006715 -0.040129 -0.006449 0.004712 -0.015292 0.001537 -0.0024 -0.035242 0.024001 -0.006004 -0.005933 0.004325 0.040589 0.003359 0.05596 0.017498 0.02686 -0.013574 0.009029 0.004967 -0.003469 -0.003701 -0.014363 -0.029329 0.020739 -0.000595 0.038454 0.015939 0.032689 0.016727 -0.018387 -0.022292 -0.003002 -0.021034 -0.022034 -0.005834 -0.016922 0.035041 -0.013658 0.024992 -0.029425 -0.006661 0.004202 0.046845 -0.008402 -0.019944 0.011969 0.028438 -0.027055 -0.042871 0.044385 0.013415 0.005947 -0.051817 0.004612 -0.00803 0.045615 0.024242 0.004624 0.003789 -0.005685 -0.031427 0.015718 -0.028242 -0.024475 0.011823 0.024975 0.021693 -0.015507 -0.011225 0.032714 -0.024217 0.025742 0.021254 -0.038011 -0.038469 -0.021252 0.027422 -0.021283 -0.029298 -0.008478 -0.013492 -0.036584 -0.015552 0.031794 -0.009497 0.003967 -0.008968 -0.010378 -0.019759 -0.003834 0.026579 -0.055922 0.009314 0.022404 0.019478 -0.044362 -0.038576 0.006096 0.043199 -0.010322 0.015629 0.004187 0.011442 -0.035197 -0.026628 0.022827 0.0228 0.030478 0.018253 0.007965 -0.008158 -0.005379 0.036887 -0.015844 -0.005096 -0.011321 0.024809 -0.003857 0.077146 0.015187 -0.03016 0.008916 -0.021494 -0.001747 0.015521 -0.008848 0.008736 -0.013673 0.001715 0.000121 0.02272 0.004364 -0.015691 -0.0154 0.002681 -0.00984 -0.041648 -0.031676 -0.00639 -0.015635 -0.040709 0.023765 0.033209 0.016226 0.029033 -0.029687 0.001674 -0.006665 -0.006095 0.023612 -0.011678 0.034314 0.06418 0.024933 -0.007591 0.001658 -0.052725 -0.031322 -0.009286 0.00576 0.018497 -0.027332 -0.023765 0.006615 -0.011 0.027455 -0.030502 -0.023151 -0.019871 -0.040292 -0.018301 0.003596 6.5e-05 0.016356 0.001516 0.000308 0.002762 0.004606 -0.00993 -0.003259 0.004367 0.047528 -0.044135 0.000635 -0.010443 0.020649 0.01109 -0.008881 0.010969 0.010112 -0.018811 -0.028831 -0.001647 0.015856 -0.044138 -0.010525 -0.065799 -1.7e-05 0.002888 0.019606 0.02373 0.008569 0.016336\nဗ 0.014869 -0.001163 -0.036412 0.019663 0.018323 0.041652 0.009499 0.000121 -0.014914 -0.027318 0.036342 0.002943 0.002734 -0.022099 0.028518 0.000374 0.005313 -0.014734 0.002126 -0.034678 -0.01239 0.004678 0.004052 0.004366 0.006482 0.014366 -0.013705 -0.023014 -0.015218 -0.030316 0.030029 -0.02678 -0.013341 -0.037784 0.009735 0.024666 -0.021561 0.047691 0.008225 0.009709 -0.032351 0.016558 -0.002278 -0.00357 -0.021632 -0.0169 0.029371 0.013889 -0.002653 0.012324 -0.000924 0.047403 0.016386 -0.023357 0.044813 0.01656 -0.012347 0.011635 0.002675 0.023889 -0.04561 -0.018868 -0.0079 -0.009542 0.008295 0.015322 0.034241 -0.013626 0.033154 0.027846 -0.046799 0.001361 0.016277 0.001369 -0.029197 -0.00837 -0.02468 0.019914 -0.03364 -0.013652 0.000163 0.008909 0.006074 0.009355 -0.018583 -0.043819 -0.013672 0.004921 -0.013033 -0.008392 0.001767 0.027567 0.003504 -0.035097 0.020065 -0.002185 -0.004169 -0.02723 -0.002417 -0.009895 -0.026245 -0.001767 -0.003514 -0.032128 0.01885 -0.001098 -0.004134 -0.005055 0.034828 -0.01384 0.03342 0.014766 0.028783 -0.011892 0.01032 -0.014145 -0.00511 -0.003626 -0.015244 -0.03117 0.015281 0.006069 0.032669 0.017473 0.033275 0.018248 -0.012628 0.001495 -0.015726 -0.021661 -0.028588 -0.001952 -0.00352 0.032937 -0.008943 0.015984 -0.026404 0.016931 -0.001756 0.043546 -0.008264 -0.013849 0.003736 0.017438 -0.024701 -0.029057 0.042978 0.010642 0.002975 -0.03171 0.012249 0.010718 0.03625 0.020029 -0.012057 0.006869 0.003967 -0.019567 0.013384 -0.02275 -0.009592 0.004869 0.022527 0.020717 -0.015052 -0.01935 0.020361 -0.020111 0.022178 0.020037 -0.020589 -0.001777 -0.006362 0.029483 -0.00716 -0.022213 0.006832 -0.010306 -0.030654 -0.01276 0.035527 -0.000189 0.011247 -0.013619 -0.008689 -0.01777 0.011748 0.02893 -0.042639 0.009819 0.006217 0.019122 -0.024059 -0.031185 0.002749 0.02769 -0.00888 0.005326 -0.00593 -0.006234 -0.02963 -0.027347 0.00576 0.017408 0.021905 0.010215 0.010113 -0.014182 -0.002674 0.0418 -0.015502 0.001196 -0.003413 0.015416 -0.002509 0.05079 0.015496 -0.01973 0.001878 0.003211 9.6e-05 0.001144 -0.002748 0.011991 -0.025792 -0.008186 0.000493 0.01407 -0.008327 -0.011227 -0.008785 -0.000617 0.001395 -0.022531 -0.030285 -0.019519 -0.018225 -0.020712 0.023942 0.024846 0.007987 0.023915 -0.006086 0.013132 -0.014747 -0.005725 0.033596 -0.005687 0.026464 0.035801 0.022238 0.014327 0.007558 -0.029186 -0.038526 -0.006064 0.000128 0.016709 -0.014455 -0.005207 0.010364 -0.015217 0.028064 -0.033539 -0.029561 -0.012459 -0.021694 -0.005609 -0.005271 0.006362 0.016131 0.005049 0.008374 0.00268 0.011309 0.013932 0.006346 -0.003112 0.04212 -0.050649 0.016561 -0.01768 0.008756 0.014472 -0.012516 -0.010151 0.02191 -0.012237 -0.026334 -0.029751 -0.007236 -0.035338 0.017409 -0.050416 -0.02128 -0.001173 0.019567 0.02405 0.017923 0.004482\n̡ 0.02506 0.015794 -0.042751 0.022321 0.00578 0.03273 0.016995 -0.00491 -0.041622 -0.050904 0.005333 0.010721 0.012404 -0.032739 0.04455 -0.018953 0.004064 -0.032776 -0.033281 -0.028867 -0.020942 -0.042093 0.001252 0.014159 0.046936 0.004256 -0.021279 0.021733 -0.019923 -0.023197 0.006393 -0.041676 -0.032305 -0.066989 0.014426 0.011885 -0.030042 0.056416 0.010382 0.037067 -0.031037 0.008451 -0.004338 -0.021266 -0.026922 -0.047578 0.026897 0.010384 -0.015013 0.047898 0.003138 0.060947 0.04789 -0.040289 0.060013 0.003617 -0.002635 0.038116 -0.029301 0.027054 -0.025082 -0.01846 -0.013728 -0.002563 0.016547 0.009651 0.048546 -0.013861 0.032195 -0.001428 -0.039595 -0.001333 0.023867 0.015913 -0.072251 -0.014857 -0.045951 0.032038 -0.027037 -0.016323 0.021322 -0.021908 0.028332 0.018537 -0.007947 -0.043648 0.019794 0.005589 -0.010098 -0.009184 -0.019186 0.00833 0.002725 -0.029411 0.001922 -0.012421 0.019285 -0.046378 0.001006 -0.011571 -0.015652 -0.016315 -0.022437 -0.040491 0.017706 -0.019854 -0.004037 0.031821 0.052437 0.01164 0.045431 0.012373 0.018103 -0.01538 0.006263 -0.010189 -0.018002 0.006443 -0.023327 -0.031111 0.010944 0.010531 0.03996 0.02093 0.053518 0.008412 -0.009476 -0.019783 -0.035258 -0.0244 -0.028264 -0.008456 -0.022823 0.034541 -0.037932 0.029286 -0.033112 -0.008986 0.02639 0.047815 -0.002861 -0.007872 0.011646 0.032894 -0.033109 -0.056626 0.043048 -0.006084 -0.026639 -0.026627 0.009042 0.041462 0.024643 0.037116 0.014165 0.021626 -0.018403 -0.002712 0.023279 -0.024476 -0.002328 0.019362 0.021738 0.023735 -0.018996 -0.039152 0.025385 -0.012615 -0.010246 0.014029 -0.034015 -0.005761 0.002242 0.026425 -0.010254 -0.057074 -0.040359 -0.010211 -0.042689 -0.035168 0.031721 0.008211 0.015973 -0.020389 -0.004352 -0.001022 0.007841 0.041626 -0.054108 0.000821 0.020507 0.036193 -0.042197 -0.043173 0.009076 0.051573 -0.032168 0.020549 -0.016208 -0.014553 -0.063632 -0.05337 0.018206 0.000156 0.04047 0.042982 0.019131 -0.003381 -0.001583 0.033201 -0.039763 -0.000831 -0.015589 0.004621 -0.013064 0.090735 0.00881 -0.023045 0.004669 -0.011804 -0.01793 0.025027 0.035747 0.016218 -0.013609 0.000621 0.001896 0.00577 -0.004376 -0.02587 -0.028108 0.007108 0.012708 -0.026484 -0.033658 -0.00949 0.005553 -0.002566 0.021913 0.017033 -0.013282 0.022885 -0.015472 0.013173 0.015348 -0.021743 0.0555 -0.016666 0.062486 0.059831 0.027621 0.041188 -0.013057 -0.044848 -0.030239 -0.023598 0.009134 0.021243 -0.00912 -0.022115 0.00776 0.002631 0.020875 -0.029353 -0.045629 -0.022635 -0.056989 -0.015832 0.001319 0.000625 0.039593 -0.004392 0.015604 -0.009168 0.021734 0.032394 -0.001244 0.014654 0.03084 -0.050702 -0.008326 -0.016647 0.017301 0.015207 -0.015066 -0.009515 0.032591 -0.014918 -0.022376 -0.018149 0.009102 -0.054873 0.028771 -0.053901 0.005957 -0.005404 0.027097 0.00694 0.034729 -0.00181\nأ 0.028876 0.001734 -0.039057 0.018689 0.006252 0.027424 0.003788 -0.004238 -0.018375 -0.025702 0.023389 0.011734 -0.009043 -0.016531 0.022269 -0.003743 0.007409 -0.019115 -0.008987 -0.035841 -0.012497 0.002201 0.004647 0.008306 0.004386 0.015979 -0.003029 -0.012871 -0.011724 -0.025404 0.021073 -0.026579 -0.016832 -0.033497 0.009841 0.012292 -0.030166 0.033862 0.006534 0.016565 -0.026115 0.0084 0.0037 -1.9e-05 -0.02047 -0.018684 0.029751 -0.002249 0.000841 0.010513 0.003242 0.041512 0.029354 -0.02488 0.034286 0.005466 -0.002798 0.019905 -0.010438 0.02286 -0.024645 -0.023407 -0.006488 -0.013313 0.012692 0.020502 0.032159 -0.010497 0.028421 0.015565 -0.043198 -0.006729 0.01971 0.014205 -0.03598 0.00555 -0.027019 0.020586 -0.027173 -0.01336 0.012326 0.000637 0.000285 0.011331 -0.016585 -0.043197 0.002963 -0.002436 -0.011963 -0.003253 -0.004728 0.020024 0.005465 -0.004249 0.013018 -0.001685 0.001538 -0.028582 -0.001031 -0.001457 -0.019793 0.002369 0.001703 -0.027196 0.011964 -0.009918 -0.010124 0.008398 0.027489 -0.005976 0.038166 0.013785 0.019913 -0.015055 0.005727 -0.000244 -0.008531 0.000907 -0.010519 -0.036001 0.018919 -0.000738 0.031751 0.014284 0.025634 0.012452 -0.009035 -0.00905 -0.008912 -0.015866 -0.009586 0.000313 -0.010705 0.022263 -0.01415 0.012633 -0.02646 0.003238 0.007838 0.03692 -0.001644 -0.009615 0.009874 0.020843 -0.023095 -0.038841 0.03823 0.008997 0.003207 -0.035529 0.011089 0.006057 0.028316 0.022068 -0.000532 0.006693 0.001781 -0.021987 0.012257 -0.020782 -0.018898 0.013439 0.019557 0.014611 -0.010842 -0.016299 0.016093 -0.018171 0.018912 0.011781 -0.02005 -0.019112 -0.008694 0.032644 -0.014122 -0.020644 -0.009468 -0.010082 -0.029986 -0.014539 0.027032 -0.008856 0.007445 -0.011514 -0.005015 -0.016152 0.001152 0.019757 -0.045288 0.001612 0.010944 0.020369 -0.030629 -0.028526 0.001811 0.03387 -0.017949 0.012195 0.001509 6.3e-05 -0.023729 -0.025667 0.016517 0.018821 0.017208 0.013471 0.007444 -0.008781 -0.007455 0.031371 -0.020257 -0.005793 -0.008905 0.016082 -0.003163 0.056171 0.007224 -0.016847 0.008309 -0.004011 -0.00511 0.00603 -0.006056 0.005728 -0.02033 -0.000684 -0.000895 0.016475 -0.005306 -0.020254 0.000377 -0.002679 -0.004292 -0.018155 -0.026289 -0.004036 -0.012927 -0.026886 0.018059 0.017857 0.005272 0.016207 -0.0212 0.006218 0.005952 -0.005187 0.032383 -0.003101 0.033671 0.044863 0.020378 0.002627 -0.001104 -0.034052 -0.027176 -0.018576 -0.001672 0.018269 -0.025944 -0.006625 0.003924 -0.011586 0.025508 -0.025816 -0.027142 -0.017465 -0.029207 -0.011501 0.008266 -0.001963 0.015041 -0.000117 0.008419 -0.002232 0.011073 -0.001015 -0.003725 0.014877 0.040025 -0.037697 -0.001624 -0.013642 0.014541 0.009191 -0.016551 -0.000268 0.017835 -0.009251 -0.013948 -0.016028 0.007622 -0.032634 0.00313 -0.052663 -0.008459 0.004194 0.010279 0.010931 0.015971 0.001074\nራ 0.031052 -0.040695 -0.024082 -0.016702 -0.002138 -0.006492 -0.010995 -0.006146 -0.051586 -0.016576 0.001762 -0.00464 -0.009899 -0.02261 0.03244 -0.003701 0.007163 0.00557 -0.003451 -0.017283 -0.004065 -0.00301 -0.014511 0.002324 0.036993 0.023511 0.015976 -0.01831 0.016077 -0.024873 0.024493 0.003231 -0.014835 -0.020117 -0.008676 -0.001521 -0.005099 0.009025 0.019667 -0.013226 -0.008135 0.004874 0.020787 0.015097 -0.036929 0.007206 0.000713 0.006261 -0.019927 0.033073 0.014386 0.021682 -0.02963 -0.055057 0.031889 -0.008306 0.030229 0.027107 -0.008782 -0.005064 -0.010833 0.000867 -0.019223 -0.009467 0.014487 0.022954 -0.013824 -0.012767 0.032031 0.019803 -0.008019 0.015661 -0.002842 0.002462 0.008407 -0.002278 0.016062 -0.021541 -0.008157 -0.029293 0.026253 0.000769 -0.032032 0.017667 -0.02247 0.01898 0.04427 -0.022987 -0.001803 -0.007264 0.009846 0.021758 -0.020229 0.009444 0.043058 -0.013124 0.01467 -0.051659 -0.0079 0.031946 -0.026461 0.015946 -0.004593 -0.013017 -0.010602 0.021363 -0.012005 0.026018 0.001811 -0.004599 0.03996 0.001686 0.02054 -0.006024 -0.031504 0.018944 -0.003127 0.010183 0.014379 -0.049085 0.007071 0.052273 0.0065 -0.022548 0.01401 0.018502 0.043895 0.028493 0.048144 0.007004 0.01295 -0.003608 0.047878 0.022776 0.018435 -0.004014 0.001479 -0.001259 0.032294 0.051018 -0.017182 0.001118 0.002549 -0.007496 0.005549 -0.027447 -0.005587 0.01414 0.038877 -0.035888 0.014603 -0.014145 -0.000366 -0.012436 -0.006965 0.027257 0.018921 -0.039778 -0.059338 -0.002232 -0.00611 0.02084 -0.014112 0.022367 0.027275 0.001755 -0.007112 -0.030164 0.036341 -0.005008 0.009796 -0.041716 0.008007 0.038972 -0.029583 0.015827 0.007219 -0.003295 -0.023808 0.002512 0.000184 -0.041141 0.025766 -0.013277 -0.045273 -0.011113 -0.008145 -0.002235 -0.032893 0.00218 0.038928 0.009955 -0.008897 0.002626 -0.049446 0.043824 -0.01608 0.022039 0.006274 -0.013904 -0.003278 -0.002412 0.008538 0.040987 0.00391 -0.004015 0.002689 -0.000552 -0.010441 0.000735 -0.051734 -0.008761 0.000196 0.017856 0.019269 0.065705 0.005171 -0.020197 -0.035548 -0.004479 0.006521 -0.019796 -0.013681 0.017259 0.01591 0.00779 0.04954 -0.023929 0.029818 -0.022462 0.018451 -0.011579 0.006737 -0.028167 -0.046944 -0.001989 -0.016271 -0.071298 0.026436 0.012222 0.003991 -0.007528 -0.023944 0.011765 0.019303 0.038375 -0.036115 -0.010803 0.006368 0.006984 -0.0257 -0.003371 -0.000745 -0.002904 -0.001674 -0.031242 -0.033203 -0.012597 -0.020942 -0.04375 -0.024143 -0.020376 -0.009665 -0.045561 -0.011978 0.005659 -0.009088 -0.036033 -0.009688 -0.003154 0.00707 0.001919 0.008598 -0.004641 0.00791 -0.012702 -0.001829 0.021236 0.064295 -0.029737 0.038836 0.030653 -0.003103 0.035107 -0.030418 -0.03679 0.023131 0.02841 -0.015278 0.003746 -0.00439 -0.036153 -0.00659 0.001829 -0.019306 -0.003448 -0.021468 0.015095 0.009811 0.008156\nḳ 0.022777 0.005548 -0.021691 0.018596 0.016469 0.032933 0.00796 -0.004787 -0.021134 -0.007465 0.017227 0.011039 -0.009884 -0.021208 0.024191 -0.007644 0.008295 -0.006363 -0.00693 -0.020236 -0.007989 0.002307 -0.006581 0.006928 0.004795 0.019151 -0.005171 -0.005433 -0.001938 -0.015876 0.005083 -0.012576 -0.013342 -0.027473 0.00834 0.008274 -0.013447 0.01088 0.015674 0.014369 -0.009313 0.011517 -0.001427 0.00714 -0.011801 -0.014265 0.016093 0.004496 -0.010948 0.007224 0.02086 0.022953 0.003106 -0.022766 0.016097 0.017531 -0.007234 0.018329 -0.004716 0.000487 -0.025801 -0.022044 0.004469 -0.008378 -0.005339 0.022381 0.008709 -0.015922 0.032222 0.011278 -0.03438 0.000229 0.015798 0.001002 -0.036718 0.012999 -0.020515 0.007638 -0.015204 -0.003471 0.010091 -0.01348 6e-06 0.014058 -0.020303 -0.02643 0.013238 0.007495 -0.014859 0.00144 -0.001388 0.026902 -0.005565 0.005783 0.015375 -0.000509 0.001652 -0.016618 0.007482 -0.001245 -0.01401 -0.000552 0.008164 -0.004304 0.009288 0.000359 -0.011402 0.019865 0.019562 0.002477 0.029584 0.009313 0.019248 -0.008466 0.006833 0.015128 0.001542 -0.008345 -0.009256 -0.025734 0.010183 0.000514 0.015517 0.009407 0.025823 0.002243 0.001421 -0.010737 0.007048 -0.01054 -0.003372 0.002532 -0.00533 0.013592 -0.000946 0.014701 -0.00789 0.019651 0.009728 0.028111 -0.00801 -0.004956 -0.001056 0.017505 -0.024677 -0.031737 0.036011 -0.000346 0.012327 -0.028217 -0.013468 0.01703 0.026163 0.023511 -0.002129 0.002265 -0.007026 -0.018011 -0.001942 -0.005593 -0.016629 0.013695 0.012947 0.005881 -0.010664 -0.014323 0.019137 -0.012997 0.016525 0.018071 -0.021141 -0.011949 -0.000917 0.020076 -0.007421 -0.008274 -0.004867 0.001731 -0.023129 -0.015633 0.010966 -0.013782 0.001303 -0.004863 -0.001721 -0.002034 -0.002474 0.015718 -0.033035 -0.007195 0.005454 0.033128 -0.018175 -0.014637 0.000121 0.014158 -0.028165 0.008022 0.014253 -0.010407 -0.021261 -0.02353 0.004283 0.027801 0.013798 0.006665 0.015343 -0.011361 0.014176 0.016637 -0.01859 -0.011224 0.00262 0.020178 0.010037 0.046482 -0.006116 -0.001922 -0.005369 0.010522 0.006408 0.010838 0.003639 0.017271 -0.009559 0.003742 -0.002305 0.010022 0.009556 -0.020369 -0.007888 0.010692 0.001851 -0.027718 -0.018318 0.001918 0.001899 -0.014144 0.016554 0.010225 0.004457 0.01647 -0.014014 0.006129 -0.001398 -0.005226 0.018745 0.000711 -0.000367 0.026749 0.019271 -0.004762 0.000922 -0.024111 -0.019087 -0.022252 -0.005311 0.008702 -0.021314 -0.020786 0.002803 -0.007862 0.015548 -0.011961 -0.022045 -0.015771 -0.019229 -0.004555 0.003904 -0.002827 0.00802 -0.012739 0.001614 -0.003946 0.00083 -0.000662 0.00477 0.008635 0.038437 -0.039524 -0.003571 0.000131 0.002724 0.016704 -0.012097 -0.003624 -0.009399 -0.003709 -0.030933 -0.016166 0.00302 -0.023215 0.00216 -0.045492 -0.011816 0.026324 0.005609 0.009142 0.019367 0.00949\nᦲ 0.039308 0.00378 -0.016326 0.032218 0.025068 -0.012624 0.007064 -0.024817 -0.008645 -0.012832 0.027379 -0.028109 0.008736 -0.000833 0.019728 -0.024783 0.018838 -0.055262 0.001402 -0.001048 -0.028898 0.029814 -0.021743 0.043433 0.000223 0.004912 -0.045728 -0.012235 0.002032 -0.04458 0.030134 0.004501 -0.016117 -0.033913 0.022994 0.018573 -0.06747 0.088254 0.017849 -0.017114 -0.035537 0.013895 -0.010938 -0.030231 -0.007671 -0.05478 0.033245 0.006437 -0.013229 -0.01132 0.024428 0.044133 0.02527 -0.047251 0.059162 0.009547 0.034808 -0.024943 0.012174 0.012349 -0.011868 -0.031206 -0.004581 -0.036303 0.019283 0.030461 0.023741 -0.015795 0.009294 0.012356 -0.030657 0.01307 0.033127 0.068144 -0.071606 0.0316 -0.036464 0.037468 -0.022497 -0.001786 0.024653 0.011682 0.019165 0.063303 0.006335 -0.054107 0.00237 0.009776 -0.042857 -0.025619 -0.003457 0.030815 0.011769 -0.009353 0.028449 -0.022982 -0.01781 -0.023766 -0.020712 0.01261 -0.029621 -0.015339 -0.015099 -0.019497 0.000734 -0.016095 0.019959 -0.016784 0.061782 -0.024529 0.017705 0.028411 0.012253 -0.018188 -0.004852 0.033888 0.007946 0.003754 -0.026965 -0.069657 0.023566 -0.030828 0.051126 0.047746 0.033123 -0.010655 0.001602 -0.007149 -0.012316 -0.006758 -0.026807 -0.001066 -0.023566 0.020731 -0.040224 -0.00972 -0.010396 0.022219 -0.015676 0.013517 -0.036442 0.007238 0.033614 0.042504 0.001662 -0.047527 0.023674 0.003546 -0.011173 -0.04237 -0.019028 0.022803 0.012258 0.016223 -0.005186 0.006932 -0.045859 -0.025948 0.008577 -0.031606 0.022628 0.012802 -0.010473 0.053116 -0.0125 0.00566 0.008466 -0.004363 0.004142 0.034776 -0.043091 -0.037824 0.020892 0.006257 -0.03707 -0.002631 -0.001473 0.008231 -0.046111 -0.036961 0.048354 -0.001858 -0.016106 -0.009938 0.027588 0.013338 0.000307 -0.003235 -0.077065 0.018269 0.02041 0.060849 -0.07233 0.010341 -0.013141 0.029391 -0.019678 0.032833 0.041766 0.043577 -0.041414 0.000931 0.002666 0.022553 0.03552 0.003755 0.009433 -0.01364 -0.014199 0.047228 -0.020928 0.023062 0.009024 -0.021787 0.03254 0.031608 -0.037033 -0.050219 0.001151 0.022476 -0.011869 0.011178 6e-05 -0.027352 0.002015 0.011237 -0.01178 0.009958 0.005077 -0.048114 -0.01311 -0.011021 -0.013223 -0.037564 -0.055043 -0.003718 0.010319 -0.048032 0.011328 0.036225 0.002564 0.017495 -0.008994 0.019722 0.007134 -0.007149 0.058284 0.02732 0.014141 0.074582 -0.000804 0.010301 -0.018686 -0.052762 -0.031795 -0.002595 0.015857 -0.028347 0.022876 -0.058224 0.023256 0.028811 0.017384 -0.049835 -0.053844 0.018537 -0.021665 -0.027367 -0.021998 -0.026774 0.004438 0.01516 -0.020547 0.009722 -0.010678 -0.022181 -0.014804 0.028792 0.031369 -0.04614 0.000274 -0.004427 -0.004014 0.02012 -0.019184 0.008289 0.005105 0.000977 -0.013507 -0.022147 -0.006322 -0.03168 -0.020648 -0.08512 -0.01837 0.004748 -0.00499 0.035191 -0.013678 -0.005745\n7 0.024476 0.006218 -0.037686 0.012525 0.001852 0.037422 0.013334 0.004996 -0.007341 -0.011073 0.02637 0.007475 -0.011768 -0.011794 0.014507 0.011514 0.014946 -0.011591 -0.012358 -0.018866 0.003756 0.002202 0.013534 0.017704 0.006369 0.028317 0.003513 0.004107 -0.003274 -0.017708 0.02048 -0.016401 -0.009811 -0.031795 0.008044 0.023967 -0.029187 0.029906 0.01649 0.012116 -0.022157 0.017516 0.007732 -0.002005 -0.008896 -0.018917 0.039647 -0.002515 0.008735 0.012916 0.006591 0.045756 0.038839 -0.018085 0.035045 0.002088 -0.00297 0.020382 0.001529 0.020413 -0.018783 -0.014039 -0.002451 -0.012072 0.008885 0.023198 0.026467 -0.013174 0.026598 0.021334 -0.035164 -0.004271 0.018108 0.010168 -0.041333 0.002818 -0.018764 0.015099 -0.026148 0.000746 0.014183 0.010654 0.003233 0.022744 -0.006448 -0.042189 0.0093 0.012417 -0.017772 0.000518 0.010199 0.016796 0.006688 -0.015389 0.019028 0.003233 0.006264 -0.026559 0.006571 -0.006749 -0.001196 -0.006526 0.003098 -0.013191 0.015719 2.1e-05 -0.00516 0.000241 0.016497 0.007412 0.032188 0.013907 0.0241 -0.010761 0.00871 0.00733 -0.000443 -0.001397 -0.001248 -0.027007 0.020203 0.000784 0.032315 0.005051 0.027023 0.008478 -0.002357 -0.002811 -0.004281 0.007384 -0.008492 0.006814 -0.001131 0.029905 -0.00623 0.021891 -0.016435 0.006525 -0.001423 0.046965 0.007378 -0.009344 0.00935 0.02375 -0.010838 -0.032647 0.034131 0.007911 0.005193 -0.035394 0.016769 0.009878 0.030038 0.020261 0.009402 0.015353 0.005266 -0.020296 0.0096 -0.005576 -0.022247 0.011669 0.03619 0.014997 -0.00217 -0.000967 0.025534 -0.00139 0.016155 0.013111 -0.013082 -0.007229 -0.011744 0.031653 -0.01207 -0.007814 -0.013185 -0.008538 -0.025187 -0.003872 0.036566 -0.000682 0.012317 0.00121 -0.006848 0.002245 -0.001249 0.025208 -0.033983 0.011131 0.013548 0.016913 -0.028684 -0.021861 0.007801 0.033712 -0.004054 0.009698 0.008469 0.012189 -0.031323 -0.014762 0.02352 0.019926 0.023416 0.009428 0.006475 -0.002815 0.009726 0.023845 -0.014078 0.002073 -0.016817 0.02569 -0.001629 0.059314 0.003342 -0.018306 0.00626 0.006257 3.4e-05 0.021916 -0.016032 0.004623 -0.015968 0.004887 0.018653 0.013047 0.00458 -0.01265 0.0078 0.010681 -0.000917 -0.017881 -0.024588 0.007055 -0.001006 -0.025328 0.024598 0.015688 0.014465 0.017955 -0.018159 0.023455 0.000274 -0.00643 0.030772 -0.009788 0.030398 0.043357 0.016417 0.011346 -0.001696 -0.031521 -0.029541 -0.004006 0.005591 0.007339 -0.015791 -0.008658 0.017352 0.00049 0.019333 -0.02028 -0.014595 -0.009705 -0.025253 -0.002756 0.006449 0.012284 0.013876 -0.002686 -0.005557 -0.004758 0.011812 0.003482 -0.002698 0.017508 0.030946 -0.02555 0.002258 -0.014031 0.012304 0.012618 -0.008627 -0.005355 0.017871 -0.007762 -0.005505 -0.012467 0.006103 -0.02366 0.001049 -0.039968 -0.00976 0.015828 0.018024 0.001501 0.02572 0.008732\nζ 0.033965 -0.000301 -0.049534 0.027495 0.007718 0.041493 0.01002 -0.0087 -0.02308 -0.030466 0.036124 0.008164 -0.024016 -0.030463 0.036785 -0.011963 0.013744 -0.025972 -0.022088 -0.037511 -0.01633 0.00729 0.010179 0.013446 0.008357 0.014573 0.001572 -0.01639 -0.006832 -0.021816 0.022065 -0.033957 -0.014768 -0.045181 0.010289 0.018326 -0.035317 0.041601 0.003736 0.014912 -0.032477 0.003887 0.002467 0.011466 -0.018017 -0.021324 0.040993 0.004958 0.001624 0.011405 0.011859 0.04563 0.038649 -0.032006 0.042883 0.008198 0.003095 0.013993 -0.008372 0.0218 -0.036676 -0.0388 -0.006879 -0.01622 0.012864 0.015782 0.045831 -0.022661 0.035599 0.02122 -0.061557 -0.005403 0.020849 0.014114 -0.05569 -0.012242 -0.038788 0.021566 -0.020497 -0.016427 0.010874 0.004741 0.004653 0.015679 -0.019286 -0.040679 -0.000792 0.001944 -0.003901 0.004321 0.000354 0.030362 -0.001161 0.000497 0.012665 -0.012127 0.000212 -0.035533 -0.008741 -0.002 -0.022266 0.003911 -0.001223 -0.033941 0.017748 -0.012782 -0.007719 0.018817 0.030911 -0.002896 0.055572 0.023846 0.029443 -0.018182 0.000191 0.009214 0.00108 0.005085 -0.007719 -0.042339 0.025466 -0.003215 0.037202 0.033573 0.02818 0.004319 -0.002581 -0.008969 -0.010336 -0.015828 -0.011422 0.003761 -0.017887 0.029353 -0.021862 0.010035 -0.022646 0.004497 0.006487 0.043747 -0.010607 -0.009943 0.017054 0.025718 -0.032945 -0.056644 0.040626 0.008505 0.012156 -0.041516 -0.003474 0.007773 0.033508 0.021776 0.002021 -0.001768 -0.005952 -0.020492 0.011846 -0.025825 -0.016688 0.013435 0.023652 0.016695 -0.009586 -0.015366 0.029033 -0.031247 0.029642 0.015051 -0.03201 -0.027462 -0.014028 0.036109 -0.011665 -0.03105 -0.015316 -0.009012 -0.032114 -0.022313 0.035491 -0.015794 0.009016 -0.005874 -0.020583 -0.011022 -0.005865 0.021968 -0.065949 -0.010606 0.020571 0.043795 -0.042721 -0.036792 -0.006103 0.028795 -0.013291 0.023476 0.008729 -0.006082 -0.039074 -0.033903 0.019728 0.01591 0.013178 0.010077 0.020819 -0.016435 0.000327 0.037391 -0.008061 -0.011626 -0.010333 0.009255 2e-06 0.064172 0.006582 -0.017081 0.000353 -0.007966 -0.001639 0.023227 -0.010105 0.002569 -0.026134 -0.010159 1.6e-05 0.017007 -0.005632 -0.027718 -0.000584 0.00752 -0.009583 -0.019946 -0.029405 0.003157 -0.016276 -0.039777 0.021561 0.038355 0.010506 0.029706 -0.020118 0.006551 0.014252 -0.002091 0.041099 0.000856 0.033939 0.06457 0.023269 0.011144 0.003073 -0.03183 -0.038288 -0.031626 -0.002801 0.016645 -0.038574 -0.023264 0.015311 -0.010332 0.031381 -0.023465 -0.034606 -0.017439 -0.031124 -0.020269 0.00355 -0.001213 0.030954 -0.004084 0.010215 0.004746 0.004386 -0.003683 0.005062 0.023956 0.047699 -0.04861 -0.002999 -0.019153 0.016271 0.011048 -0.021894 -0.00626 0.018607 -0.014146 -0.021982 -0.022987 0.00516 -0.038922 0.004792 -0.070537 -0.007038 0.008438 0.006282 0.007456 0.011325 -0.000608\nి 0.05543 -0.002817 -0.070271 0.052469 0.018344 0.061669 0.015939 -0.012877 -0.027188 -0.047111 0.053385 0.011603 -0.018754 -0.033385 0.047089 -0.012056 0.020638 -0.040813 -0.010536 -0.050718 -0.02448 0.001618 -0.006869 0.02314 0.011547 0.02071 -0.030274 -0.014673 -0.038684 -0.029279 0.04415 -0.053817 -0.029177 -0.068469 0.020427 0.020185 -0.080941 0.056222 0.016233 0.037455 -0.058223 0.010446 0.005259 0.001671 -0.044629 -0.024204 0.065133 -0.008697 0.000353 0.012582 0.024996 0.077953 0.060524 -0.057293 0.063225 0.010812 -0.000898 0.037137 -0.018755 0.04064 -0.054151 -0.070344 -0.009832 -0.016883 0.020563 0.035733 0.06268 -0.021829 0.040566 0.020813 -0.077178 -0.011297 0.039002 0.026245 -0.080556 -0.000286 -0.053992 0.041 -0.054531 -0.039964 0.016023 0.00088 0.002457 0.044739 -0.05682 -0.075861 0.00755 0.002137 -0.031248 -0.002099 -0.012787 0.051781 0.00466 -0.023255 0.016475 -0.008898 -0.006785 -0.058612 0.008524 0.002553 -0.034749 0.008523 -0.011928 -0.029313 0.016825 -0.015411 -0.029543 0.017939 0.057645 0.009942 0.087145 0.037814 0.046891 -0.029803 0.020352 0.009542 -0.014307 -0.004128 -0.01012 -0.066907 0.028402 0.005014 0.077353 0.038691 0.056175 0.020455 -0.017284 -0.024727 -0.007454 -0.023122 -0.01923 -0.009733 -0.02461 0.046669 -0.016443 0.014669 -0.033625 -0.003275 -0.006036 0.07633 -0.012665 -0.008967 0.018623 0.037797 -0.064562 -0.090767 0.053672 0.013976 0.006462 -0.060616 -0.001996 0.017153 0.038322 0.041841 -0.022151 0.015811 -0.003359 -0.033808 0.021291 -0.032819 -0.007628 0.013573 0.029388 0.028361 -0.007267 -0.0191 0.023812 -0.034807 0.024897 0.024842 -0.066645 -0.05059 -0.023075 0.064395 -0.032304 -0.050562 -0.012907 -0.014116 -0.054804 -0.033448 0.052024 -0.022309 -0.0039 -0.016355 -0.021057 -0.010408 -0.001028 0.042017 -0.110292 0.007251 0.005409 0.046386 -0.055626 -0.051407 -0.000489 0.06377 -0.020694 0.018005 -0.003672 -0.000503 -0.059477 -0.060128 0.032718 0.020915 0.039992 0.005354 0.034545 -0.007955 0.005711 0.067952 -0.041101 -0.001483 0.005901 0.020441 0.004032 0.09643 -0.005969 -0.024075 0.012252 -0.001476 -0.009566 0.004632 -0.020305 0.003378 -0.033552 -0.004364 -0.004571 0.028371 0.011316 -0.05935 -0.011981 0.00692 -0.014128 -0.051859 -0.063188 0.000617 -0.01433 -0.069812 0.046822 0.041863 0.014987 0.039427 -0.033732 0.014518 -0.001607 -0.008592 0.064301 -0.010212 0.059922 0.085079 0.032167 0.007697 -0.00288 -0.082754 -0.062935 -0.035547 -0.010529 0.033789 -0.043906 -0.044899 0.009141 -0.021053 0.052255 -0.028693 -0.056122 -0.041095 -0.04065 -0.015264 0.002861 -0.000956 0.027982 -0.000268 0.004031 0.006086 0.013865 -0.001767 -0.002657 0.03017 0.07485 -0.071393 -0.008744 -0.037362 0.022445 0.032415 -0.022391 -0.008497 0.020533 -0.019219 -0.036953 -0.010574 0.0304 -0.076982 -0.018592 -0.112079 -0.011939 0.021802 0.030733 0.011341 0.030047 -0.005668\nᓄ 0.019396 0.030012 -0.051662 0.002203 -0.011753 0.008683 -0.014004 0.00783 -0.021239 -0.043489 0.025433 0.025602 -0.008074 -0.012321 0.02024 -0.00844 -0.004723 0.025604 0.026259 -0.031903 -0.014567 0.012661 0.019025 -0.025591 0.017185 0.002911 -0.016263 -0.025348 -0.022973 -0.056931 0.001402 -0.012341 -0.002053 -0.027383 -0.015036 0.010935 -0.062958 0.020742 0.021112 0.000145 -0.014129 0.043049 0.00519 -0.027937 -0.015958 0.015254 0.05207 -0.01583 0.002903 -0.006377 0.029675 0.039449 0.04061 0.000149 -0.002957 0.006435 -0.007426 0.012053 -0.036535 0.005049 -0.013256 -0.038837 -0.027737 0.011758 0.030146 -0.005604 0.019685 -0.018721 0.020139 0.007548 -0.046076 -0.01117 0.02203 0.020569 -0.025037 -0.012393 -0.02894 -0.023585 -0.063923 -0.003279 -0.014867 -0.01412 -0.014424 0.043353 -0.007118 -0.018874 -0.035655 0.024803 -0.004987 -0.013897 -0.009381 0.026327 0.041837 -0.01711 0.058737 -0.031046 -0.029696 -0.007879 0.015962 -0.018774 -0.016308 0.003358 0.021083 -0.00717 0.022479 -0.015224 -0.002573 -0.016615 0.014853 0.029445 0.052207 0.036339 0.005062 -0.001047 0.019727 0.011428 -0.011279 0.026953 0.00466 -0.026437 0.035496 -0.000368 0.035129 0.05796 0.041855 -0.026513 -0.012751 -0.023656 -0.03305 0.011785 -0.009769 0.023091 0.02219 0.024413 0.030899 0.019971 -0.015658 0.022624 -0.025635 0.001787 -0.003891 0.028875 0.019522 0.024202 -0.029576 -0.086278 0.039591 0.01471 -0.013043 -0.055078 -0.015223 0.008395 0.030461 0.004754 -0.018112 0.018993 0.028151 -0.037905 -0.013083 0.003412 -0.022547 0.03364 0.001598 0.014135 -0.065094 -0.013222 0.0195 -0.012304 0.018257 0.016754 0.000957 -0.018819 0.010388 0.056337 -0.058146 -0.016158 -0.036594 0.01486 -0.004359 0.007044 0.033036 0.008855 0.000429 0.012537 -0.024207 -0.045515 0.019172 0.023932 -0.024139 0.011955 0.022173 0.036435 -0.017077 -0.031207 0.006587 0.029211 0.002094 0.019727 0.01974 -0.001948 -0.022993 -0.019131 0.017272 0.022468 0.00893 0.00175 -0.000558 -0.003209 -0.009526 0.027446 0.004447 0.004998 0.008046 0.026591 0.042395 0.013431 0.006603 -0.044221 -0.005482 0.020019 0.01414 -0.013611 0.004359 0.013561 -0.041844 0.018434 0.030049 0.006974 0.012521 -0.00444 -0.010342 -0.005318 -0.018693 -0.031565 -0.065794 0.001809 -0.039521 -0.047088 0.02152 0.024539 0.00199 -0.007508 0.022591 0.030938 0.007517 0.034489 -0.002877 -0.027562 0.011058 0.042284 -0.00059 0.023769 0.024858 -0.010433 -0.020887 -0.024643 -0.002487 0.016299 -0.020319 -0.026735 -0.004485 0.005542 0.047898 -0.021807 -0.003582 -0.013727 0.007905 -0.024803 -0.035953 0.008147 0.020766 -0.003076 -0.01141 0.001946 0.031147 0.012891 -0.022491 0.039815 0.074099 -0.030104 0.004878 -0.01891 0.012898 0.022701 -0.021679 -0.021804 0.020951 0.000198 -0.025385 -0.014588 -0.006426 -0.033592 0.017537 -0.062157 -0.008886 0.041852 -0.01526 0.027369 0.049404 -0.040389\nō 0.021457 0.002062 -0.051118 0.029644 0.020616 0.028966 0.010461 -0.002012 -0.024784 -0.019188 0.035755 0.005703 -0.002182 -0.018027 0.027095 -0.0154 0.004548 -0.02247 -0.018163 -0.027915 -0.011649 0.005529 -0.002916 0.014601 0.008182 0.018492 -0.008946 -0.002125 -0.012423 -0.018878 0.019396 -0.031555 -0.019115 -0.041138 0.013508 0.01905 -0.051273 0.032999 0.002887 0.016543 -0.03009 0.020068 0.00184 0.00081 -0.028776 -0.025293 0.043218 -0.001435 0.002568 0.027199 0.022431 0.04896 0.034866 -0.031802 0.044101 0.011738 -0.003455 0.024456 -0.010065 0.017705 -0.028377 -0.036258 -0.017222 -0.014384 0.01071 0.020668 0.03238 -0.023323 0.036436 0.015235 -0.045465 -0.01052 0.021325 0.017526 -0.055866 0.015452 -0.029472 0.031919 -0.014874 -0.017997 0.009388 -0.007874 0.001722 0.036331 -0.017817 -0.048526 -0.00023 -0.003092 -0.024107 -0.00676 0.002249 0.030331 -0.004393 -0.019945 0.007198 -0.004782 -0.004095 -0.03286 -0.005064 -0.008223 -0.019909 -3.8e-05 -0.006172 -0.025434 0.010747 -0.007285 -0.008683 0.005652 0.026286 -0.008522 0.04587 0.018016 0.025904 -0.013183 0.010979 0.009088 -0.006247 -0.001069 -0.009477 -0.043705 0.01785 0.000905 0.044839 0.027002 0.037019 0.004852 -0.011736 -0.016752 -0.002641 -0.018385 -0.018814 -0.007259 -0.02616 0.024653 -0.024812 0.018748 -0.025323 0.00852 0.003417 0.042918 -0.007472 -0.004884 0.009574 0.03148 -0.036294 -0.045064 0.042077 0.003611 -0.001452 -0.039191 0.002755 0.013469 0.026732 0.029684 -0.008674 0.010184 -0.002351 -0.017637 0.016281 -0.019026 -0.010825 0.017046 0.024542 0.013609 -0.015161 -0.016508 0.0218 -0.01783 0.019145 0.031177 -0.031379 -0.018793 -0.001134 0.043519 -0.019425 -0.023363 -0.002359 -0.004375 -0.032789 -0.030059 0.036755 -0.017224 -0.001154 -0.014263 -0.011125 -0.0172 -0.003175 0.018588 -0.069576 -0.005486 0.01754 0.033518 -0.039115 -0.045943 0.001782 0.047024 -0.01846 0.002619 0.008052 0.008922 -0.037802 -0.034509 0.015783 0.024425 0.016284 0.005907 0.009673 -0.009863 -0.007446 0.030408 -0.026608 -0.000573 0.002596 0.023503 -0.004218 0.06422 0.002711 -0.023515 0.002121 -0.000472 -0.007719 0.011011 -0.010513 0.006781 -0.015401 -0.004877 0.002925 0.014408 -0.013767 -0.027778 -0.004554 0.003833 -0.003214 -0.03392 -0.031036 0.00507 -0.017854 -0.034316 0.020517 0.031349 0.004548 0.029382 -0.02216 0.013406 0.01239 -0.014182 0.049702 -0.005457 0.029959 0.054864 0.035263 0.005982 0.001951 -0.034886 -0.040825 -0.013009 -0.006645 0.017832 -0.020809 -0.033804 0.003312 -0.009087 0.028488 -0.023103 -0.025418 -0.026446 -0.025922 -0.01281 0.008762 -0.001099 0.014322 -0.01306 0.008243 0.006048 0.010429 0.001466 0.004595 0.016487 0.036033 -0.054843 -0.011639 -0.01839 0.009021 0.020875 -0.028196 -0.007657 0.011244 -0.003213 -0.026413 -0.021939 0.002186 -0.039715 0.008861 -0.067598 -0.019312 0.009978 0.011695 0.015914 0.023345 0.000441\nя 0.038934 0.005666 -0.051271 0.023737 0.016844 0.035774 0.005002 -0.002332 -0.015775 -0.03192 0.043309 0.013031 -0.012066 -0.029533 0.038721 -0.013939 0.006151 -0.025024 -0.01404 -0.047156 -0.0136 0.001818 0.007298 0.015424 0.006247 0.024376 -0.00741 -0.013141 -0.018882 -0.026391 0.019833 -0.036917 -0.01755 -0.043589 0.011778 0.017606 -0.046846 0.044189 0.007029 0.020071 -0.033754 0.014185 0.003821 0.002038 -0.031046 -0.02596 0.039072 -0.0007 -0.003531 0.019652 0.014364 0.056328 0.032909 -0.037608 0.042803 0.014517 -0.000311 0.022694 -0.008458 0.028773 -0.033975 -0.028231 -0.009403 -0.019282 0.017019 0.023282 0.035355 -0.015497 0.029225 0.018176 -0.053808 -0.007895 0.02153 0.016939 -0.05597 0.000948 -0.036508 0.03201 -0.029715 -0.013316 0.01664 -0.001582 0.000577 0.025034 -0.025578 -0.055533 0.002248 0.004555 -0.027633 -0.004513 -0.009265 0.025379 0.006056 -0.018576 0.016695 -0.007447 0.003531 -0.038821 -0.003557 -0.006481 -0.019026 -0.000997 -0.002494 -0.031176 0.019218 0.00178 -0.015996 0.011909 0.039754 -0.002916 0.050664 0.02603 0.023164 -0.011636 0.013973 0.007878 -0.014378 0.000299 -0.015586 -0.043952 0.023496 0.005176 0.04276 0.03025 0.032433 0.007017 -0.009547 -0.026598 -0.013355 -0.020376 -0.020269 -0.003431 -0.014789 0.028578 -0.023582 0.012992 -0.026067 0.010722 0.010466 0.044207 -0.00467 -0.015471 0.013163 0.031738 -0.036448 -0.05422 0.045108 0.008474 0.00613 -0.043016 0.004408 0.003178 0.033419 0.029373 -0.008965 0.000521 -0.001203 -0.024441 0.019256 -0.02004 -0.021245 0.019286 0.017255 0.018095 -0.02163 -0.008378 0.024607 -0.023702 0.017001 0.024044 -0.027088 -0.027249 -0.01084 0.037982 -0.017863 -0.029296 -0.007534 -0.005858 -0.041305 -0.028993 0.036881 -0.01106 0.004735 -0.009736 -0.009098 -0.019351 0.004607 0.020468 -0.064832 0.006719 0.024859 0.030831 -0.031142 -0.041108 0.010428 0.040687 -0.013729 0.018619 0.005718 0.00599 -0.045071 -0.038613 0.014244 0.0287 0.017956 0.018306 0.009708 -0.014042 0.001532 0.040015 -0.028187 -0.005279 -0.006684 0.019739 -0.00333 0.074846 0.001893 -0.025851 0.007188 -0.00735 -0.009824 0.010856 -0.010471 0.006836 -0.017946 -0.0081 -0.000773 0.022814 -0.011839 -0.026839 -0.009365 9.6e-05 -0.005246 -0.033036 -0.042197 -0.004314 -0.004985 -0.041459 0.030982 0.028417 0.006805 0.02496 -0.024351 0.016889 0.007325 -0.011099 0.051624 -0.006822 0.044488 0.056097 0.031354 0.003442 0.007644 -0.047222 -0.044859 -0.020574 -0.003934 0.025652 -0.030825 -0.010331 0.003868 -0.008908 0.028918 -0.029367 -0.027503 -0.020713 -0.032351 -0.023467 0.008869 -0.001755 0.014301 -0.004478 0.007825 -0.006022 0.01352 0.008738 0.003997 0.010192 0.040609 -0.053125 -0.003424 -0.022565 0.016036 0.014938 -0.020122 0.000914 0.018495 -0.014158 -0.021405 -0.01683 0.007442 -0.041248 0.008996 -0.066932 -0.01257 0.012924 0.014102 0.019385 0.019096 0.004148\n͡ -0.002322 0.00482 -0.015802 0.005292 0.011229 0.034216 0.028798 -0.003522 -0.017756 -0.024526 0.051191 0.020402 -0.01845 -0.005647 0.040668 -0.019054 0.013792 -0.014082 0.010608 -0.034595 -0.007143 -0.014783 -0.041436 0.006158 0.00372 -0.012192 -0.014412 -0.01721 -0.00568 -0.040238 0.03304 -0.029362 -0.021609 -0.019745 -0.008365 0.014335 -0.022087 0.039201 0.014388 0.001266 -0.037483 0.043818 0.019299 0.023461 -0.00585 -0.00808 0.016574 0.010556 -0.004548 -0.007581 0.004488 0.051355 0.01348 -0.034201 0.031611 0.011677 0.006112 0.033386 -0.012205 0.02591 -0.036788 -0.031795 -0.025534 0.004081 -0.009254 0.024968 0.058685 -0.036601 0.02466 0.040175 -0.032646 -0.007306 0.002886 0.022123 -0.0245 -0.013781 -0.005866 0.00339 -0.023185 -0.001533 0.025533 -0.009016 -0.017469 0.015099 -0.024516 -0.067595 0.012346 0.000131 0.006506 0.025411 -0.002234 0.020316 0.007997 0.00502 0.010263 -0.031977 0.00541 -0.03986 -0.038619 -0.008211 -0.044677 -0.003058 -0.009434 -0.024463 0.010763 -0.007492 -0.005335 0.005325 0.005109 -0.01041 0.059403 -0.000448 0.024129 0.012658 0.019647 -0.002458 -0.024653 -0.0206 -0.022767 -0.018511 0.038931 -0.000862 0.020389 0.003617 0.009533 -0.017318 0.011156 0.021711 -0.00882 -0.011547 0.020071 0.02982 -0.002747 0.032895 -0.001263 0.007901 -0.015974 0.034498 0.007239 0.039835 0.001187 0.00554 0.012758 0.015669 -0.00972 -0.055075 0.035203 -0.008705 0.013884 -0.051215 0.034576 0.005359 0.036189 0.031922 0.005324 0.002977 -0.005598 -0.035619 0.028625 -0.009954 -0.035094 0.024904 0.034346 -0.00589 -0.011477 -0.021919 0.02245 -0.015072 0.00512 0.058687 -0.021958 -0.023184 -0.000385 0.010851 0.011854 -0.009479 0.009684 -0.019345 -0.051234 0.014283 0.043108 -0.006603 0.015934 0.003105 -0.040058 -0.033809 -0.000677 0.014947 -0.016507 0.003506 0.007936 0.02775 -0.041156 -0.039695 -0.003117 0.039481 -0.029632 0.015952 0.010636 -0.013945 -0.027608 -0.013179 0.032758 0.035434 0.027408 -0.018453 -0.005394 -0.033661 -0.009624 0.016032 -0.01523 0.00183 -0.001276 0.035373 0.007035 0.011917 -0.007976 -0.004153 0.017094 0.00754 -0.02268 -0.019813 0.017121 0.018569 -0.032683 0.017512 -0.014064 0.009825 0.021886 -0.005793 -0.015896 0.009021 0.001909 -0.054327 -0.021325 0.012919 -0.012785 -0.009114 0.005078 0.005258 0.01404 0.031488 -0.006717 0.01878 -0.006573 -0.022536 0.022623 0.036551 0.030314 0.03164 0.003723 0.005854 -0.033373 -0.013455 -0.014291 -0.00647 -0.024253 0.001973 -0.036241 0.016015 0.007893 -0.005453 0.001934 -0.020219 -0.014159 -0.007077 -0.029508 0.01525 -0.005752 0.001432 -0.004936 -0.008191 0.018346 0.002822 0.023029 -0.009129 0.011485 0.012242 0.031415 -0.031724 -0.005587 0.010252 0.027261 0.019521 0.03098 -0.010934 0.017901 -0.000473 -0.013048 -0.016489 -0.001092 -0.015049 0.002964 -0.046375 -0.031621 0.007021 0.003493 -0.001178 -0.007298 -0.035082\nˠ -0.041042 0.027119 0.012418 -0.011359 0.029971 0.027683 0.03929 0.010179 -0.01654 -0.044232 0.045768 0.021283 -0.023452 -0.004647 0.047345 -0.021379 0.013795 -0.022374 0.012275 -0.013117 -0.011239 -0.035686 -0.067577 0.006471 0.019201 -0.003521 -0.043357 -0.016224 -0.007462 -0.032057 0.042924 -0.017692 -0.02203 -0.008543 -0.008231 0.022028 -0.00981 0.02403 0.037162 -0.023373 -0.025893 0.057321 0.007431 0.043756 0.02842 -0.007374 0.013866 0.016261 -0.007879 -0.016172 0.002972 0.063995 0.003871 -0.020686 0.015896 0.017034 0.01303 0.032791 -0.019898 0.015275 -0.037877 -0.033132 -0.023377 0.012964 -0.034335 0.027541 0.061396 -0.030765 -0.008125 0.051879 -0.032488 -0.022516 -0.011405 0.049295 -0.014022 -0.000723 -0.010519 -0.004223 -0.005356 -0.006336 0.039038 -0.039886 -0.038311 0.012246 -0.020845 -0.083128 0.048997 0.011079 0.006664 0.031885 0.004956 0.004221 -0.013454 0.011356 0.027243 -0.052991 0.010948 -0.010977 -0.067651 -0.02122 -0.054469 -0.005409 -0.01237 -0.023197 0.021504 0.006975 0.002689 0.031725 -0.012735 0.013879 0.059611 0.00621 0.022025 0.0258 0.029791 0.001864 -0.035657 -0.030659 -0.034982 -0.001005 0.027781 -0.006574 0.008618 0.021674 0.007518 -0.044324 0.045719 0.04299 -0.010137 0.005773 0.028459 0.047889 0.007083 0.032177 0.006081 -0.00187 -0.01723 0.05131 0.007082 0.04707 -0.002639 0.009398 0.000376 0.003074 -0.003608 -0.05131 0.035394 -0.029674 0.022101 -0.068239 0.041591 0.007497 0.023777 0.036213 0.006221 0.003856 -0.035066 -0.036045 0.044288 0.015034 -0.03828 0.005585 0.028462 -0.025624 -0.009814 -0.016992 0.041206 -0.038657 0.011126 0.093109 -0.003296 -0.003884 -0.007182 0.010787 0.044036 -0.013712 -0.007143 0.006393 -0.067063 0.012815 0.03867 0.003469 0.006202 0.022619 -0.042585 -0.049812 -0.006883 0.024806 0.006527 0.024279 0.001141 0.037849 -0.031928 -0.044959 0.012703 0.033204 -0.027325 0.006105 0.019495 -0.012816 -0.045305 -0.006648 0.013551 0.046032 0.02064 -0.009639 -0.008682 -0.049035 -0.024069 0.021406 -0.008763 0.000247 -0.012225 0.043379 0.013427 -0.014928 -0.020081 -0.014618 0.013123 -0.014017 -0.017886 -0.022996 0.03546 0.012707 -0.042854 0.028065 -0.022417 -0.001148 0.020123 -0.002206 -0.019776 0.015439 0.012746 -0.054557 -0.007052 -0.004135 0.004557 0.012653 -0.008916 -0.004229 0.018923 0.024272 -0.012536 0.016571 -0.031867 -0.042975 0.016673 0.045391 0.020137 0.016356 0.011011 0.007891 -0.029881 -0.023986 -0.006405 -0.005501 -0.023412 0.000443 -0.045956 0.010999 0.01757 -0.012546 0.021112 -0.004813 0.002902 0.006583 -0.042389 0.029043 -0.024824 0.002282 -0.006508 -0.001793 0.020305 -0.005901 0.029199 0.004175 0.023704 0.013298 0.016044 -0.028587 0.009752 0.005983 0.026182 0.033697 0.052659 -0.01899 -0.000544 -0.016214 -0.016504 -0.0168 -0.007368 -0.010896 -0.007178 -0.035657 -0.024545 0.015498 0.012971 -0.019255 -0.02229 -0.0726\nե 0.024984 -0.002628 -0.025418 0.007113 0.007096 0.023537 -0.010298 -0.004647 -0.003601 -0.025376 0.030832 0.005785 -0.00907 -0.018622 0.016141 -0.006925 0.01908 -0.007853 -0.002999 -0.035363 -0.015074 -0.002283 0.00783 0.010397 -0.007519 0.020452 -0.014475 -0.011693 -0.02333 -0.021081 0.021772 -0.029363 -0.008837 -0.025199 0.012686 0.015052 -0.03571 0.024642 0.009968 0.009747 -0.019196 0.005568 0.00423 0.009305 -0.026243 -0.017871 0.021485 -0.007501 -0.001729 0.006595 0.001032 0.030039 0.027828 -0.027539 0.036011 0.009567 0.005291 0.019623 -0.024629 0.01527 -0.024915 -0.016797 -0.008082 -0.008425 0.014741 0.020255 0.022709 -0.010001 0.031686 0.01534 -0.033568 -0.009816 0.01077 0.017615 -0.040415 0.006383 -0.021477 0.004844 -0.04084 -0.010895 0.003276 -0.009701 -0.011285 0.004344 -0.007328 -0.032205 0.004192 0.0087 -0.013778 -0.004519 -0.009267 0.016085 0.00668 -0.001186 0.006865 -0.005524 0.000101 -0.026719 0.007358 -0.011777 -0.017142 0.006783 0.000344 -0.016033 0.021312 0.000345 -0.019211 0.012349 0.033279 -0.007256 0.034964 0.021562 0.01274 -0.012788 0.003406 -0.008054 0.006049 -0.007423 -0.019917 -0.02856 0.019366 -0.002835 0.015623 0.020379 0.028982 0.010506 0.00156 -0.00779 -0.006039 -0.015864 -0.009358 -0.00185 -0.001341 0.023959 -0.014997 -0.002573 -0.008394 -0.001582 0.016937 0.03638 0.004283 -0.006561 -0.014261 0.01633 -0.022078 -0.044323 0.03939 0.007677 0.002781 -0.030032 0.0033 0.006386 0.020815 0.007481 0.002884 0.001249 0.005756 -0.014071 0.00579 -0.01628 -0.018793 0.018868 0.013505 0.014463 -0.019872 -0.003751 0.007 -0.02397 0.011427 0.005583 -0.018921 -0.017992 -0.0025 0.02796 -0.005225 -0.024327 -0.001476 -0.019741 -0.034441 -0.005082 0.023288 -0.013151 0.006432 -0.012991 -0.005115 -0.01955 0.00473 0.022245 -0.041105 -0.00278 0.021455 0.012967 -0.029925 -0.016498 -0.000671 0.033046 -0.008069 0.01287 0.007888 -0.004642 -0.021868 -0.022074 0.012517 0.016181 0.002424 0.011702 0.006374 -0.003502 0.007146 0.025387 -0.011861 -0.003081 -0.013573 0.014729 0.003568 0.049288 0.0054 -0.019295 0.014781 -0.003924 0.000446 0.01166 -0.005787 0.00556 -0.013459 -0.022003 0.006601 0.012085 0.003487 -0.011739 -0.006054 -0.004283 0.002369 -0.002565 -0.027359 -0.008206 -0.013717 -0.024264 0.010136 0.011535 0.006613 0.004543 -0.022946 0.009103 -0.000552 -0.004481 0.021539 -0.000431 0.041125 0.031555 0.019554 0.008362 -0.000261 -0.019739 -0.023515 -0.019892 -0.013407 0.018168 -0.02613 -0.009239 0.00093 -0.004893 0.02513 -0.027823 -0.027412 -0.007566 -0.017797 -0.029094 0.006342 -0.004333 0.023142 -0.003628 0.010167 -0.013726 0.009474 -0.00363 -0.002244 0.013209 0.037925 -0.044619 0.000397 -0.014446 0.017634 0.015053 -0.009574 -0.008008 0.007901 -0.004445 -0.012224 -0.004512 0.004188 -0.026968 -0.002673 -0.040501 -0.008019 0.014648 0.024808 0.01306 0.008245 -0.00213\nწ 0.042654 -0.019951 -0.021336 0.014209 0.002196 0.03263 0.012552 -0.01106 -0.026127 -0.023 0.038835 -0.00052 -0.003208 0.000205 0.016707 0.012683 0.023232 -0.006057 -0.008075 -0.01684 0.013353 0.008789 -0.016165 0.002521 -0.007257 0.015573 -0.006168 -0.006751 -0.033453 -0.00766 0.003284 -0.037566 -0.009659 -0.018268 -0.0066 0.025301 -0.01401 0.006197 0.026698 0.016025 0.008659 0.005436 -0.004052 -0.006364 0.000636 0.006839 0.032479 -0.013925 0.003149 -0.003222 0.001653 0.011832 0.00782 0.023038 0.008971 0.007524 -0.000446 0.01815 -0.033639 0.017205 -0.026875 -0.037448 -0.00154 -0.020572 -0.002762 0.006093 0.063379 0.001504 0.006892 0.022348 -0.039979 0.00078 0.004087 0.017379 -0.016629 -0.010535 -0.04173 -0.006184 -0.025594 -0.01152 -0.005991 0.013165 -0.001298 0.00839 -0.02756 -0.022525 -0.02193 0.02544 -0.007325 -0.002861 -0.012785 0.029993 -0.004418 0.006278 -0.010374 0.022937 -0.003689 -0.011269 -0.016609 0.026099 -0.01275 0.002079 -0.010257 -0.006121 -0.017487 -0.022636 -0.032885 -0.010971 0.031491 -0.010462 0.002668 -0.007785 0.012216 -0.00675 -0.00577 -0.005616 -0.004412 -0.002389 -0.006536 -0.056658 0.007015 0.002981 0.029702 0.030645 0.010939 -0.00147 -0.014351 0.013557 -0.011221 0.000516 -0.014052 -0.008447 -0.0104 0.013811 0.01727 -0.001189 0.013004 -0.012928 0.014453 0.030028 -0.009529 -0.00762 0.001225 0.029549 -0.038902 -0.032116 0.007707 0.03006 0.011814 -0.017288 0.017828 0.021846 0.010851 0.011862 -0.006596 -0.003604 0.00451 -0.033531 0.043843 -0.016811 0.008891 0.020697 0.004472 0.029206 -0.006233 -0.008077 -0.027915 0.003055 0.016244 0.004066 -0.007825 -0.019741 -0.002825 0.00264 0.019118 -0.003627 -0.006784 -0.007153 -0.028583 -0.001348 0.006932 -0.00088 0.009677 -0.009213 -0.018009 -0.012619 0.009594 0.025329 -0.044758 -0.0296 0.012405 0.031824 -0.014623 -0.039747 0.013903 0.020105 -0.011303 0.006283 -0.003766 -0.012037 -0.041374 0.004357 0.016201 0.010262 0.008602 -0.015734 0.017705 0.016294 0.011212 0.010836 -0.020774 0.012173 0.005251 0.009676 0.004052 0.022534 -0.011575 -0.004325 -0.015549 0.031452 0.024794 -0.006619 -0.009528 0.013091 0.018191 -0.006553 -0.030803 0.009999 0.006128 -0.026256 -0.015329 -0.0043 -0.014167 -0.013909 -0.011368 0.01427 -0.029137 -0.028061 0.019643 0.00959 -0.003183 0.032134 -0.006613 -0.009538 -0.003235 0.009097 0.022358 -0.017478 0.019918 0.022913 0.003167 2.3e-05 0.001095 -0.013627 0.008896 -0.019134 -0.012354 0.021109 0.007181 -0.027116 0.005391 -0.023107 0.021511 -0.020911 -0.017239 -0.021015 -0.004478 -0.014929 -0.005553 -0.017615 -0.011246 -0.013938 -0.015048 0.009753 -0.017681 -0.018242 0.015465 -0.005081 0.025425 -0.009533 -0.003375 -0.026152 0.047802 -0.012701 -0.011283 -0.021843 0.019934 0.012891 -0.009085 0.019204 0.003349 -0.034128 -0.011148 -0.041626 -0.00682 -0.003311 0.036494 0.006442 0.033269 -0.008847\nᑯ -0.016787 0.044524 -0.045017 0.009343 0.020465 0.056564 0.00205 -0.014902 -0.004759 -0.001471 0.038655 -0.021414 -0.015344 -0.048166 0.009613 -0.011225 -0.002392 -0.001422 -0.011924 -0.030085 0.000761 0.002114 -0.043482 -0.00183 0.003755 0.011748 -0.011521 0.019569 -0.043466 -0.005717 0.0492 -0.027103 0.004598 -0.022349 0.017325 0.022486 -0.057682 0.002915 0.035459 0.013339 -0.036998 -0.029203 0.041027 0.009637 0.013836 -1.8e-05 0.031045 0.038772 0.032785 -0.013832 0.020675 0.029837 0.03474 0.005985 0.021828 0.003062 0.007143 0.007574 0.009769 0.006388 0.0296 -0.034917 -0.013104 -0.033046 -0.023949 -0.013151 0.064844 0.013992 0.00423 0.003714 -0.016844 -0.018281 -0.003254 0.00525 -0.079487 -0.032755 -0.011994 0.006168 -0.034083 0.005382 0.023166 0.052252 0.030305 -0.006588 -0.030345 -0.046807 0.01083 -0.033175 0.021486 0.001072 -0.01281 0.028792 -0.020258 -0.018292 0.013028 -0.024439 0.008386 -0.006195 0.038057 0.033596 -0.011529 0.012768 0.010508 -0.004558 0.0398 0.008504 -0.040617 0.017507 0.004381 0.023305 0.002337 0.039696 0.025565 0.005153 0.044278 0.007501 -0.00343 -0.01647 0.000508 -0.00412 -0.001992 -0.006196 0.051354 -0.006009 0.004458 0.023758 -0.00682 0.034214 -0.031778 -0.03012 -0.029872 -0.016973 -0.030614 0.049452 0.028031 -0.008412 0.014724 -0.001059 -0.006173 0.031429 -0.007236 -0.017003 0.049915 0.014395 -0.015711 -0.030507 0.020439 0.057932 0.050891 -0.095599 0.021676 0.003936 0.038761 -0.021629 -0.026008 -0.006219 -0.004966 -0.044367 -0.016172 0.050236 -0.062506 -0.059289 0.04007 -0.011556 -0.052698 -0.005094 0.000806 0.003449 -0.00569 -0.013228 -0.058611 0.007145 -0.036849 -0.013752 -0.00029 -0.026197 0.00845 -0.015069 -0.00133 -0.029934 0.005745 -0.026929 -0.006418 0.011873 -0.026447 -0.029524 -0.016523 -0.015458 0.005468 -0.035151 0.002651 0.029089 -0.005799 -0.027758 0.017323 0.041883 0.002622 0.010324 0.01546 0.053785 -0.04863 -0.031942 0.03431 0.020509 -0.042821 -0.032891 0.036839 -0.024597 0.000521 0.007784 -0.02652 -0.037297 0.024587 0.012169 0.018913 0.025049 0.013468 -0.032853 0.013138 0.022357 -0.007196 0.003096 -0.01347 0.024423 -0.019535 0.024922 -0.002214 0.036066 0.022068 -0.037004 0.02608 0.027261 0.00482 0.032737 -0.018217 0.00847 -0.014163 -0.0476 0.000624 0.052846 -0.020938 0.020288 0.005234 0.039441 -0.001015 -0.032805 0.045552 -0.011126 -0.008185 0.032873 0.0187 -0.008012 -0.003746 -0.024586 -0.012691 -0.069653 -0.009492 0.005739 -0.041217 -0.017511 0.045795 0.019518 -0.060854 0.004784 -0.019845 0.005322 -0.014294 -0.014629 -0.021926 0.004044 0.008593 -0.04768 0.001638 0.022783 0.017474 -0.006625 0.038727 0.021444 0.028009 -0.019357 -0.053355 0.015104 -0.0168 0.004908 -0.008532 -0.054739 0.015853 -0.005381 -0.017835 0.013303 -0.002163 -0.0217 0.010472 -0.036752 0.019122 0.006325 -0.000777 -0.011203 0.023745 0.000236\nṳ 0.02223 0.009852 -0.060594 0.004168 -0.008984 0.010875 -0.011979 -0.015137 -0.031907 -0.011627 0.021166 0.0243 -0.008086 0.004952 0.006327 0.01206 0.037599 -0.020834 -0.020795 -0.017236 -0.013311 0.017738 0.003461 0.014425 0.013074 -0.001716 -0.002732 0.02021 -0.010281 -0.026976 0.000723 0.005838 -0.017854 -0.023169 -0.006219 0.04279 -0.022275 0.026434 -0.025265 0.022982 -0.007672 0.005727 0.004594 0.009534 -0.025565 0.022815 0.008302 0.005839 0.013184 0.021696 -0.00288 0.034624 0.038517 -0.014763 0.006829 -0.017697 -0.004383 0.047393 -0.00769 0.00697 -0.005862 -0.004043 0.004611 -0.043252 0.005404 -0.000373 0.020975 -0.024776 0.017146 0.009487 -0.047783 -0.05114 0.019648 0.024874 -0.004069 0.014944 -0.01716 0.006385 -0.018876 -0.002206 -0.010088 -0.020853 -0.007365 -0.003856 -0.013103 -0.012273 0.018151 -0.023925 0.008077 -0.005299 -0.036456 -0.028066 0.0244 0.008726 0.03171 -0.0006 -0.011438 -0.005697 0.017976 -0.004787 -0.005466 -0.002282 0.009665 -0.010214 0.024828 0.009209 0.000109 0.025536 0.04961 -0.00113 0.031651 0.025419 0.012672 -0.011399 0.009565 -0.018275 -0.019333 0.015731 -0.050482 -0.006805 0.040381 0.023991 -0.00718 0.007937 0.006973 0.017936 -0.021811 0.005476 -0.04492 -0.028204 -0.018875 -1.6e-05 -0.005793 0.034451 -0.006262 0.009071 -0.043206 0.002085 0.011683 0.018634 0.010969 -0.011043 0.008653 0.015572 -0.020615 -0.025818 0.040161 0.00863 -0.001595 -0.00828 0.014782 0.002852 0.019719 0.039727 0.004127 0.008142 0.038232 -0.011076 -0.016795 -0.009316 -0.019357 -0.029568 0.020179 -0.008032 0.014928 -0.001479 0.022847 -0.027068 0.01895 -0.021051 -0.022944 -0.029477 -0.017383 0.013592 -0.013131 -0.021567 0.01329 -0.013882 -0.002799 0.008293 0.041494 -0.009811 0.024015 -0.022912 0.007883 -0.03084 0.007124 0.020887 -0.012647 -0.003724 -0.008288 0.024547 -0.036359 0.002252 0.0023 0.027862 -0.029836 0.021406 0.001296 0.01645 -0.003122 -0.006177 0.021482 0.010732 -0.000499 0.05006 -0.012681 -0.019507 -0.001046 0.006519 -0.014059 -0.00176 0.000664 0.014653 -0.006472 0.064349 0.015609 -0.010207 0.008954 -0.031845 -0.009763 -0.006636 -0.020042 -0.009343 -0.005896 0.016402 0.015185 0.027235 -0.01399 -0.039812 -0.00803 -0.021193 -0.032387 -0.007431 -0.02407 0.005037 -0.023736 -0.035811 0.031706 -0.010544 -0.01769 0.023473 -0.022433 0.010019 0.006315 0.005168 -0.000321 -0.016051 0.019981 0.03326 0.009098 0.001663 -0.0258 -0.005353 -0.005005 -0.006932 0.023585 0.007824 -0.014889 -0.005909 0.01142 -0.001072 -0.015474 -0.033467 -0.030339 -0.024675 0.001105 0.003932 -0.008897 0.016727 0.021961 -0.021553 -0.000275 -0.001078 0.006772 0.002696 -0.010413 0.025447 0.043712 -0.030987 0.03318 -0.000215 0.009682 0.030431 -0.004918 -0.04061 0.000177 -0.005781 -0.012905 -0.005937 0.029073 -0.036323 -0.001467 -0.074455 -0.010159 0.001808 -0.002192 0.014521 0.026173 0.032561\nw 0.020322 0.005073 -0.052264 0.029551 0.021348 0.031452 0.005987 0.007536 -0.02363 -0.024377 0.038148 0.013562 -0.002501 -0.035595 0.031538 -0.010942 0.001001 -0.026018 -0.012021 -0.038726 -0.016934 -0.001597 -0.003514 0.013119 0.008303 0.027012 -0.001445 -0.000866 -0.007858 -0.023802 0.014817 -0.027638 -0.015772 -0.041563 0.005207 0.014988 -0.047095 0.03624 0.01352 0.018502 -0.025449 0.006379 0.002416 -0.003415 -0.021202 -0.021372 0.036473 0.001316 0.00119 0.023407 0.006185 0.054538 0.025472 -0.030171 0.040197 0.00517 -0.005426 0.029689 -0.024207 0.021834 -0.023958 -0.029633 -0.009111 -0.017877 0.01223 0.011807 0.029777 -0.008873 0.032469 0.011506 -0.036967 -0.008672 0.023206 0.013034 -0.050916 0.001568 -0.029142 0.023352 -0.013826 -0.01617 0.007753 -0.001737 -0.002972 0.022781 -0.029011 -0.049463 -0.00465 -0.003552 -0.024114 -0.002497 -0.004707 0.033683 -0.001863 -0.016252 0.00812 -0.009335 0.008238 -0.035814 -0.002324 -0.000172 -0.009539 -0.009243 -0.001078 -0.013196 0.007846 -0.005181 -0.017434 0.017335 0.026635 -0.001845 0.037862 0.017686 0.02811 -0.009692 0.013045 0.007732 -0.014546 0.00303 -0.009881 -0.039484 0.012699 0.002695 0.040063 0.022453 0.032004 0.008906 -0.009628 -0.010424 -0.002153 -0.016671 -0.016529 -0.013334 -0.02378 0.020921 -0.023107 0.016048 -0.019509 0.00084 -0.002731 0.050956 1.8e-05 -0.007609 0.020752 0.021355 -0.028608 -0.045035 0.038025 7e-06 0.006772 -0.040145 0.003684 0.017307 0.025466 0.031801 -0.003037 0.009298 -0.00506 -0.0215 0.015656 -0.017223 -0.021266 0.018028 0.024341 0.008324 -0.004663 -0.007524 0.020731 -0.022517 0.018445 0.029453 -0.027918 -0.023147 -0.009305 0.032997 -0.012038 -0.028614 -0.011566 0.005174 -0.03545 -0.023517 0.029113 -0.015131 -0.002507 -0.011657 -0.005831 -0.017005 -0.000964 0.014818 -0.066591 -0.000552 0.008459 0.02651 -0.035351 -0.04419 -0.000389 0.039054 -0.01686 0.010484 0.002169 -0.000648 -0.043618 -0.032018 0.0135 0.024666 0.012433 0.008567 0.016415 -0.009313 -0.005624 0.035147 -0.030275 0.004607 -0.004476 0.025709 -0.002566 0.059674 0.000923 -0.03113 0.004814 -0.002492 -0.005122 0.010178 -0.010748 0.007879 -0.022116 0.004609 -0.001721 0.018846 -0.016105 -0.027978 -0.003737 0.007316 -0.006477 -0.029733 -0.035984 0.00563 -0.013521 -0.032567 0.024291 0.027517 0.004538 0.021829 -0.011319 0.01116 0.013074 -0.01422 0.039596 -0.005322 0.036164 0.044707 0.019541 0.007416 0.00216 -0.041412 -0.03403 -0.02221 -0.008539 0.01437 -0.020683 -0.027364 0.009683 -0.008398 0.032935 -0.014902 -0.022987 -0.00886 -0.018102 -0.012582 0.008184 -0.004144 0.01362 -0.004437 0.010317 0.004639 0.009687 0.004388 0.001018 0.021179 0.036313 -0.045829 -0.00206 -0.018121 0.011522 0.01883 -0.020528 -0.008973 0.006474 -0.010877 -0.021674 -0.020806 0.006109 -0.036587 0.0098 -0.058099 -0.020118 0.003889 0.016824 0.016228 0.034012 0.002113\nឃ 0.033686 -0.03134 -0.024055 0.025027 0.044354 0.029388 0.01177 0.015809 -0.021986 0.018843 0.053746 0.020408 -0.017018 -0.026153 0.047654 -0.000186 -0.068086 -0.107975 -0.031242 -0.008068 0.009818 0.021523 0.06397 0.006602 -0.002954 0.041934 0.049232 -0.013356 -0.034734 -0.006475 0.027032 -0.063016 0.000225 -0.010958 -0.045168 0.054715 -0.080368 0.071798 -0.005296 0.025405 -0.011545 0.007225 -0.045405 0.004605 -0.020551 -0.004423 0.057394 -0.038462 0.047347 -0.042044 -0.025746 0.069184 0.051133 0.03178 0.002362 0.0672 -0.001878 0.054268 -0.021398 0.025993 0.025681 -0.025273 -0.013924 -0.065452 0.006974 -0.000182 0.014251 -0.047287 -0.011885 0.000797 -0.055246 -0.063404 0.051449 0.010727 -0.058449 0.016812 -0.039424 -0.013766 0.001258 0.009393 -0.030832 0.004118 0.014909 0.056325 -0.030857 -0.044233 -0.013098 0.084724 -0.054417 -0.004754 -0.012752 0.007836 -0.069913 0.007726 -0.017738 -0.046789 0.038531 -0.073364 -0.003129 -0.045297 0.006556 -0.032855 0.007326 0.007204 0.036754 0.00213 -0.002414 0.000887 0.020122 -0.046665 0.070737 0.019806 -0.018934 -0.01985 0.034824 -0.006391 0.068169 0.021848 -0.003348 -0.060458 0.037588 -0.048702 0.019794 0.014696 0.101023 -0.051447 0.025831 -0.062621 -0.047034 0.057166 -0.032199 -0.017206 -0.011697 0.019346 -0.016941 0.015264 0.040424 -0.009696 0.013125 0.041278 -0.033384 0.035385 0.042002 0.038655 -0.01745 -0.016757 0.063396 -0.015013 0.028836 -0.058808 0.019765 0.02316 -0.006544 -0.002662 -0.03767 0.026134 -0.045087 -0.067372 0.033518 -0.056288 -0.038124 -0.018802 0.008379 -0.003967 -0.030501 0.006575 0.071224 -0.019752 0.027761 0.021679 -0.065357 -0.023845 0.009352 0.10324 -0.018341 0.012996 0.051787 0.032253 -0.056412 -0.046736 0.038353 0.033577 0.020467 -0.017784 -0.030892 0.010832 0.022844 0.002395 -0.093981 -0.023742 0.028957 -0.009565 -0.032936 -0.023243 -0.018579 0.085639 0.023725 0.049138 0.010871 0.063882 -0.036475 -0.004436 0.046329 0.094193 0.000252 0.00866 0.031536 0.041004 -0.049498 0.03168 -0.003682 -0.00676 -0.010956 0.001614 0.002979 0.055623 0.010407 -0.082015 -0.007486 0.083895 -0.026212 -0.011879 0.019644 -0.004125 -0.052235 0.001812 -0.019386 -0.014568 -0.007379 -0.002576 -0.040967 0.005763 0.013211 -0.090147 -0.051263 -0.014733 0.00338 0.011662 -0.021701 0.027588 0.0177 0.0165 -0.043611 0.059135 -0.005846 0.059321 0.055359 0.001381 0.009621 0.078307 -0.020695 -0.015314 -0.013247 -0.055861 -0.02536 -0.020198 -0.029991 -0.011483 -0.067909 0.005606 -0.004652 0.01084 0.012497 -0.017305 -0.03472 0.004925 -0.029089 -0.003078 0.001783 -0.040669 -0.007749 -0.001117 -0.026647 -0.024224 0.021209 -0.022068 0.036529 0.067412 0.09544 -0.009501 -0.031943 -0.011252 0.032228 -0.022026 -0.048573 -0.006857 0.032579 -0.02368 -0.049069 -0.009724 0.023566 -0.029176 0.014305 -0.098979 0.002467 0.010686 0.065975 -0.045846 0.090866 0.057338\nဂ 0.052483 -0.013271 -0.034026 -0.006217 -0.019368 0.043409 -0.015391 0.001072 -0.032586 -0.039989 0.017523 0.038594 -0.012408 -0.01373 0.047653 -0.00582 0.01258 -0.025799 0.018398 -0.035538 -0.027843 -0.009128 0.029963 0.007414 0.00138 -0.005453 -0.03744 -0.030358 -0.03314 -0.033342 0.014275 -0.043528 -0.024019 -0.03173 0.029305 0.015486 0.000246 0.044004 -0.009666 0.012852 -0.028113 -0.005038 0.010015 0.012648 -0.017031 -0.004614 0.027797 -0.032192 -0.018341 0.026422 -0.009355 0.030205 0.044445 -0.01125 0.045505 0.006472 -0.00358 -0.001829 -0.024241 0.01421 -0.029116 -0.028148 0.015964 0.011429 0.027052 -0.00791 0.04839 0.012489 0.067552 0.02668 -0.074718 -0.023967 0.028552 0.015738 -0.054866 -0.022269 -0.022199 0.031419 -0.037691 -0.008973 -0.023396 0.012124 -0.005866 -0.001392 -0.026677 -0.060913 0.013113 -0.022839 0.008638 -0.002482 0.016319 0.052129 0.032803 -0.021203 0.021189 0.003686 -0.028703 -0.045961 -0.010249 0.013022 -0.059038 0.021634 0.005992 -0.024982 0.027123 -0.020384 -0.019979 0.004143 0.053051 -0.011175 0.03937 0.045904 0.018609 -0.013756 -0.012189 -0.030682 -0.007571 -0.01261 -0.010773 -0.054213 0.032334 0.008259 0.044685 0.035749 0.023032 -0.004445 -0.010917 0.011049 -0.008385 -0.015615 -0.021981 0.012543 -0.006065 0.044373 -0.025677 0.005285 -0.025126 0.025974 -0.030954 0.017323 0.004145 0.007017 0.007237 0.041125 -0.047721 -0.029762 0.085923 0.037661 -0.00012 0.003296 0.015372 0.036965 0.021489 0.000103 -0.006853 0.012816 -0.008752 -0.001651 0.00727 -0.026125 -0.043126 0.016234 0.033804 0.012365 -0.012488 -0.03832 -0.001146 -0.013056 0.009759 0.016036 -0.035466 -0.026581 -0.01024 0.025268 -0.022654 -0.017737 -0.0149 -0.01617 -0.04756 0.001594 0.018679 0.021558 0.018342 -0.047731 -0.023957 -0.017017 -0.014597 0.028752 -0.025349 -0.000711 0.005541 0.039301 -0.033784 -0.002629 -0.000387 0.06352 -0.015785 0.015028 -0.001347 0.006327 -0.037026 -0.04968 -0.00649 0.043051 0.013944 0.019948 0.039395 -0.028124 0.015208 0.058114 -0.021072 -0.012414 -0.000409 0.000472 -0.011332 0.028611 0.068236 -0.049043 0.01827 0.023591 0.001406 0.000899 -0.034154 -0.005178 -0.044615 0.026336 -0.008721 0.011374 -0.000492 0.027802 -0.020917 -0.038784 0.000182 -0.04588 -0.036574 -0.014372 -0.038503 -0.052763 0.019703 -0.023659 -0.001997 0.020786 -0.022233 0.013833 -0.003086 0.003679 0.043503 -0.042897 0.056672 0.016822 0.02084 0.023128 0.024457 -0.04387 -0.02795 -0.001358 -0.031066 0.009813 -0.050467 -0.005518 0.001256 -0.028746 0.034985 -0.027176 -0.058184 -0.03896 -0.06095 -0.010923 0.010354 -0.016108 0.041111 0.033701 0.04468 -0.024235 0.028328 0.01804 -0.001244 0.013993 0.063723 -0.065543 -0.007096 -0.034899 0.029193 0.033626 -0.019258 -0.028332 0.050402 -0.016436 -0.041259 -0.038275 0.012695 -0.054223 0.034883 -0.083285 -0.026214 0.018972 0.023723 0.049061 0.011149 0.01236\n 0.020337 -0.008993 -0.061159 -0.009945 0.023861 0.038807 0.062071 0.019183 -0.019109 -0.011993 0.04496 -0.051541 -0.037365 -0.030919 0.045246 -0.051979 0.003264 -0.047158 -0.065262 -0.010221 -0.025031 0.010417 -0.039253 0.041763 0.030822 0.012293 -0.021101 -0.034787 0.00913 -0.035322 0.018702 -0.030067 0.071575 -0.007234 0.035368 0.018566 -0.011814 0.070658 0.034118 0.056633 -0.002239 0.047083 -0.039065 0.009891 -0.011304 -0.097021 -0.02289 0.037885 0.03171 0.017845 -0.010715 0.022332 0.060279 -0.018988 0.02356 0.006299 0.037213 0.044638 -0.027387 0.021692 -0.068797 -0.065808 0.011612 0.009877 -0.035849 0.00245 0.069119 -0.044165 0.040465 0.019628 -0.09264 -0.023038 0.060588 0.03115 -0.075131 -0.06286 -0.032289 0.020171 0.051227 -0.050254 0.014236 -0.013267 0.070986 0.02186 -0.025689 -0.079494 -0.030712 0.019568 -0.075398 0.022436 -0.010867 0.037602 0.084732 0.045218 0.014915 -0.009137 -0.024645 -0.019123 -0.011298 0.003998 -0.01975 -0.030901 -0.021413 -0.037643 0.030256 -0.031919 -0.060365 -0.001193 0.066618 -0.012579 0.087971 -0.010511 0.042453 0.035989 0.012181 -0.058607 -0.0009 0.033364 0.03352 0.021777 0.028534 0.052037 0.051571 0.058539 -0.017042 0.0627 0.029022 -0.011772 0.005587 -0.044116 0.0341 -0.005153 -0.0486 0.00737 -0.034688 -0.00117 -0.006381 0.009092 -0.044802 0.056165 -0.00844 0.001546 0.036645 0.01954 -0.01054 -0.100296 0.013398 0.033213 0.052567 -0.052387 -3.2e-05 0.037459 0.02027 0.02066 -0.029353 0.02998 -0.007415 0.017287 0.003212 0.001225 0.040582 -0.013506 0.022213 0.025727 -0.024274 -0.014449 0.05999 -0.028226 0.072396 0.00044 -0.035743 -0.059306 -0.039822 0.055139 -0.027283 -0.007521 0.002004 -0.005445 0.007234 -0.017384 0.093174 -0.023466 -0.012563 -0.050749 -0.00466 -0.008607 0.022552 0.020296 -0.079178 0.010281 0.021323 0.023214 -0.041128 -0.008485 -0.036509 -0.018144 -0.028791 0.034664 -0.024184 -0.008909 -0.040122 -0.037191 0.031842 0.003689 0.018456 0.056146 0.030114 -0.062218 0.004966 0.03207 -0.032923 0.061074 0.026421 0.065503 -0.061266 0.02674 0.061216 -0.046662 0.038799 0.003024 -0.023708 -0.013323 0.012385 0.055581 0.028644 0.034645 -0.009323 0.034651 0.019076 -0.056225 0.026011 0.011219 0.010702 -0.029484 -0.042384 -0.026341 -0.025126 -0.118119 0.069083 0.077588 -0.022243 0.023895 -0.012607 -0.02167 -0.051505 -0.007537 -0.005621 -0.023138 0.078329 0.122685 -0.010485 0.000432 -0.008064 -0.049144 0.02125 -0.024848 -0.027937 0.044863 -0.05443 -0.037351 0.055294 0.012157 0.007622 -0.017823 0.014001 -0.023469 0.03088 0.008158 -0.02816 -0.01019 -0.046262 0.030284 -0.024178 -0.003895 -0.0235 -0.024091 -0.042336 0.048147 0.036658 0.020267 0.017075 0.030309 -0.027545 -0.025103 0.008258 -0.044661 -0.069115 -0.030088 -0.052297 0.029448 0.001488 -0.022119 -0.000464 -0.062374 -0.024819 0.011618 0.067097 0.019695 0.057102 -0.037837\nಕ 0.029159 -0.004487 -0.029204 0.012415 0.004847 0.022108 0.004048 -0.00921 -0.015326 -0.015279 0.030471 -0.002461 -0.00618 -0.035389 0.018034 -0.018212 0.002071 -0.025287 -0.016845 -0.030963 -0.013923 0.001084 0.003823 0.009108 0.010383 0.014379 -0.006124 -0.003603 -0.01124 -0.021188 0.02865 -0.022737 -0.017103 -0.025545 0.006897 0.014789 -0.039219 0.031987 0.008443 0.014808 -0.029664 0.007098 -0.000358 0.002337 -0.019796 -0.015765 0.036674 0.001432 -0.008449 0.013651 -0.004401 0.043365 0.025486 -0.034718 0.038262 0.005851 -0.011665 0.012875 -0.006843 0.027071 -0.021038 -0.026318 -0.006637 -0.002197 0.003215 0.024116 0.035869 -0.013468 0.035977 0.015385 -0.040126 -0.009218 0.014706 0.026728 -0.057035 0.003826 -0.025516 0.017016 -0.035292 -0.00606 0.002957 -0.0107 0.000161 0.011238 -0.016756 -0.043592 -0.000672 0.009347 -0.014418 -0.004688 0.001165 0.016955 0.015392 -0.013561 0.008179 -0.013165 -0.003713 -0.031782 -0.005899 -0.011169 -0.017502 0.004153 0.003079 -0.020755 0.007426 -0.011399 -0.012204 0.00418 0.029558 -0.007044 0.041225 0.027919 0.016602 -0.01129 0.009559 -0.005915 -0.006557 0.006663 -0.007451 -0.02221 0.025111 0.0083 0.038443 0.021172 0.035011 0.016887 -0.008825 -0.010202 -0.012042 -0.020047 -0.010885 0.003197 -0.032563 0.028758 -0.007547 0.006648 -0.034083 -0.007397 0.008041 0.030222 -0.009923 -0.002008 0.001843 0.013856 -0.031626 -0.043498 0.059519 0.009159 -9e-06 -0.04599 0.002667 0.021198 0.024352 0.013125 -0.004255 0.013398 0.003211 -0.016428 0.008061 -0.003231 -0.019783 0.007608 0.023816 0.009639 -0.020254 -0.015208 0.008436 -0.019461 0.019401 0.008477 -0.033981 -0.015324 -0.004729 0.028791 -0.009651 -0.025208 0.002766 -0.009339 -0.026753 -0.016702 0.030461 -0.000762 0.007886 -0.00844 0.004867 -0.015044 -2.3e-05 0.019728 -0.034458 0.00305 0.031221 0.027962 -0.03283 -0.027929 0.008181 0.036135 -0.022455 -0.001313 -0.001723 0.004506 -0.037974 -0.032481 0.014038 0.017441 0.012639 -0.000313 0.012302 -0.010696 0.003969 0.034115 -0.014857 -0.009435 0.000483 0.025331 0.006139 0.048902 0.002735 -0.023999 0.008924 0.015843 0.009385 0.006752 -0.008718 -0.002783 -0.013147 0.00319 -0.003981 0.007289 -0.009947 -0.015092 0.001161 0.007127 0.00587 -0.019722 -0.024291 -0.000926 -0.011378 -0.020393 0.02163 0.023343 -0.004953 0.005735 -0.018089 0.011698 0.004259 0.003177 0.030356 -0.002564 0.033831 0.040939 0.011257 0.007595 0.007147 -0.030855 -0.018868 -0.017371 -0.007062 0.018316 -0.020051 -0.025333 0.004458 -0.00678 0.024524 -0.012639 -0.02988 -0.023396 -0.029293 -0.015218 0.006668 0.015587 0.013741 -0.006949 0.006784 0.00028 0.010358 -0.001512 0.000553 0.014559 0.038125 -0.033074 -0.006707 -0.010241 0.009244 0.010163 -0.023027 -0.022496 0.029537 -0.001709 -0.016429 -0.005237 -0.004319 -0.036023 0.016309 -0.054356 -0.005756 0.007 0.011199 0.019308 0.010167 0.017991\n̠ 0.029568 0.0069 0.001319 -0.022264 -0.007267 -0.003663 0.041651 0.008372 0.023147 -0.038247 -0.015535 0.011451 0.000823 0.007827 0.064247 0.03773 0.014947 -0.012123 0.019769 -0.000297 -0.016273 0.027471 0.022239 -0.028443 0.018156 0.010749 -0.034652 0.010916 0.053008 -0.037511 -0.022346 -0.016682 0.030124 0.017491 0.014705 0.006048 0.027127 0.028317 -0.01844 0.022698 0.019132 0.004698 0.007596 -0.006303 0.045357 0.068481 -0.078441 0.012785 -0.033794 0.036599 -0.042748 -0.063403 -0.04585 -0.041053 -0.046433 0.028914 0.018881 -0.031009 0.053132 -0.032959 0.017328 0.002652 0.056243 0.008584 -0.018402 0.026061 0.007426 0.023757 0.048869 0.022868 0.06294 0.012368 0.030667 -0.029226 -0.003732 -0.011303 -0.064166 -0.029862 -0.021963 0.025388 0.011646 -0.009404 -0.01284 -0.023923 -0.01045 -0.003255 -0.017648 0.014478 -0.051433 0.034342 -0.017228 -0.01751 -0.000982 -0.002058 0.02656 -0.012202 -0.009435 -0.004469 -0.002355 0.027034 -0.016845 -0.0038 0.012609 -0.004087 -0.010233 -0.001848 0.028663 0.01299 0.031543 -0.003488 -0.01827 -0.053217 -0.061736 -0.008804 0.013451 0.02945 0.049037 -0.011323 0.019122 0.043167 0.015572 0.0105 0.035211 -0.029302 0.017849 -0.012039 0.022546 -0.051337 0.045995 -0.023274 -0.020172 0.005659 -0.004641 -0.004897 -0.019702 0.01036 0.002307 -0.000719 0.027068 -0.027729 0.007227 -0.034696 0.016697 -0.014978 -0.017113 -0.000622 -0.013097 -0.013531 -0.015759 0.015641 -0.00665 0.001655 0.020106 0.002414 0.027669 -0.008028 0.007345 -0.004444 -0.006483 -0.007858 0.001231 0.045034 -0.032108 -0.049628 -0.032388 0.043968 0.011677 -0.018523 0.003781 -0.029365 -0.074976 0.009363 -0.042265 5.2e-05 0.004116 0.000238 -0.045659 0.035644 -0.025368 -0.011392 -0.036815 0.034628 0.011899 0.040782 0.020824 -0.006338 -0.015978 0.053548 0.00741 0.01121 -0.001261 -0.004793 0.052978 -0.014383 -0.01398 0.039951 -0.022669 0.017178 0.046479 0.078404 0.022139 -0.027128 -0.025855 -0.006164 -0.062415 0.013886 -0.054218 -0.015855 -0.020068 0.014018 0.004628 0.033062 0.032414 0.010018 -0.012572 -0.022122 -0.004451 -0.027243 -0.034052 -0.00916 -0.038037 -0.035971 -0.025334 -0.020586 0.029558 0.00565 -0.027951 -0.014557 -0.021186 -0.060233 0.007224 0.007004 0.004624 -0.027304 0.022428 0.00429 0.022881 0.005317 0.000819 -0.01425 0.011007 0.042399 0.037149 -0.017556 0.005649 -0.025135 0.011352 -0.007122 0.001095 0.010952 0.009861 0.014049 0.037217 0.010645 0.033437 0.011152 -0.01308 -0.04932 0.003573 0.051677 -0.006737 -0.014682 -0.016674 0.009724 -0.046221 0.073968 -0.019781 0.023726 0.042782 0.014272 -0.003477 -0.03625 0.040355 -0.015325 0.030809 0.005085 0.01273 0.013986 -0.005635 -0.009264 -0.027966 0.007176 -0.026544 0.040017 0.041331 -0.036228 -0.027811 -0.00524 0.001593 -0.013257 -0.024045 -0.009483 -0.020768 0.045255 0.021704 -0.050971 -0.018484 0.012199 -0.04378 0.037126\n\" 0.017049 -0.000583 -0.034557 0.022482 0.02282 0.016312 0.007988 -0.009796 -0.009128 -0.021151 0.030837 0.00553 -0.016397 -0.011237 0.034225 -0.02677 0.008017 -0.00995 -0.008156 -0.017096 0.008481 0.02099 -0.006305 -0.004369 0.008862 0.01179 -0.013734 0.003033 -0.003579 0.001333 0.016368 -0.025725 -0.009406 -0.026992 -0.001406 0.005696 -0.034643 0.019024 0.001445 0.015484 -0.018234 -0.003135 -0.00607 -0.003841 -0.012707 -0.035266 0.023954 0.019305 0.001374 0.015253 0.025511 0.018922 0.016797 -0.013179 0.035079 0.031732 -0.000548 0.020123 -0.014924 0.006539 -0.027151 -0.011884 -0.008225 -0.015539 0.013512 0.009658 0.020719 -0.013975 0.020541 0.008915 -0.03221 0.000856 0.035644 0.015036 -0.029383 -0.001298 -0.032763 0.018665 0.013741 -0.01027 -0.000998 -0.001432 -0.001078 0.027463 -0.007827 -0.015373 -0.006762 0.002568 -0.009656 0.007599 0.00859 0.016803 -0.008808 -0.008495 -0.017479 -0.020576 0.002259 -0.026923 -0.014009 -0.008392 -0.004706 0.017483 -0.009172 -0.001851 0.011271 0.004508 -0.021781 0.020761 0.029553 -0.001587 0.024034 0.010842 0.020757 -0.01342 0.029487 0.01398 0.000803 0.000918 -0.008149 -0.021342 0.007957 -0.000319 0.031329 0.024945 0.010832 -0.005583 0.011462 0.006411 0.006209 -0.0133 -0.005456 -0.01892 -0.023095 0.013281 -0.014963 0.00416 0.001063 0.026679 -0.013232 0.025299 -0.009997 0.009471 0.013031 0.026339 -0.020822 -0.031555 0.023081 -0.01366 -0.000255 -0.024969 -0.01991 0.003217 0.035928 0.02117 -0.01609 0.005087 -0.016301 -0.01581 0.017308 -0.006188 -0.011955 0.013927 0.00741 0.00223 -0.013293 -0.0024 0.014581 -0.003432 0.016121 0.00967 -0.018918 -0.025509 0.008349 0.007841 0.001742 -0.013049 0.00883 0.014125 -0.019677 -0.013768 0.019598 -0.014045 6.2e-05 -0.004815 -0.00794 -0.011841 -0.000172 0.005631 -0.053091 -0.01438 0.012422 0.042973 -0.035941 -0.029062 -0.008505 0.028843 -0.009245 0.009036 0.015531 0.002093 -0.050413 -0.018135 0.004388 0.033559 0.0057 -0.005862 0.021192 -0.014117 0.010027 0.025993 -0.013157 -0.000567 0.023219 0.017874 -0.001732 0.023102 -0.017294 -0.018291 0.002592 -0.003403 -0.013943 0.005914 -0.002091 -0.003628 -0.012864 0.00363 -0.012425 0.012034 -0.017666 -0.027679 -0.009919 -0.003155 -0.008783 -0.013435 -0.022137 0.003818 0.001916 -0.029426 0.01072 0.037253 0.003014 0.023415 -0.004865 0.013254 0.011037 -0.001901 0.042394 0.007403 0.020149 0.017587 0.001661 0.00179 -0.005745 -0.011593 -0.026629 -0.024515 -0.012362 0.011555 -0.020301 -0.019666 0.012658 -0.009045 0.006743 -0.009256 -0.007257 -0.002608 -0.007032 -0.024706 0.003037 -0.011168 -0.010244 -0.009966 0.004074 -0.001875 -0.026189 -0.006277 0.00629 0.006861 0.027725 -0.038271 -0.01023 -0.011546 0.005471 0.00494 -0.027058 0.012517 -0.004499 -0.008448 -0.010622 -0.024777 -0.015941 -0.026026 -0.008558 -0.05593 -0.0244 0.010098 0.001507 0.012149 0.02232 -0.007994\nҥ 0.04784 0.02204 -0.071887 0.039785 -0.001587 0.043338 0.003643 0.000966 -0.048932 -0.058062 0.04938 0.011459 -0.005616 -0.06462 0.055169 -0.012113 -0.000673 -0.042055 -0.018384 -0.071034 -0.040058 0.004896 -0.000613 0.007118 -0.002418 0.034401 -0.005168 -0.015768 -0.00855 -0.039394 0.014815 -0.038808 -0.031882 -0.058088 0.024935 0.016333 -0.052352 0.066693 -0.002826 0.01254 -0.032623 -0.00218 -0.020034 0.00845 -0.038551 -0.037122 0.043283 -0.010438 0.002762 0.035903 0.011775 0.077134 0.042702 -0.044971 0.047835 -0.001943 -0.002578 0.035747 -0.017627 0.035657 -0.024543 -0.030557 -0.006194 -0.013845 0.03387 0.027505 0.051282 -0.027006 0.053135 0.027327 -0.077278 -0.019781 0.029053 0.027584 -0.066647 -0.008954 -0.053566 0.031625 -0.051533 -0.016931 0.017099 0.013243 -0.00353 0.010999 -0.009245 -0.066841 -0.018176 -0.008194 -0.012238 -0.025719 -0.008202 0.037882 0.033899 -0.019344 0.004028 -0.001716 -0.002832 -0.071769 -0.012874 -0.018555 -0.033386 -0.012783 -0.015059 -0.050657 0.016582 -0.010115 -0.036685 0.014036 0.062959 0.01628 0.043753 0.038471 0.040775 -0.013975 0.004927 0.006677 -0.047004 0.006471 -0.008074 -0.06587 0.021786 0.003803 0.060431 0.032367 0.030609 0.01576 -0.025705 0.00811 -0.015299 -0.012379 -0.031413 0.004267 -0.023201 0.036574 -0.025257 0.046173 -0.024328 0.021154 0.021158 0.080875 -0.000683 -0.001981 0.009334 0.031474 -0.071818 -0.074001 0.058541 0.031798 0.008033 -0.060719 0.043787 -0.003947 0.041058 0.035477 -0.003806 0.00731 0.025869 -0.038398 0.009984 -0.043711 -0.01989 0.039746 0.023816 0.011182 -0.030513 -0.02047 0.027288 -0.034735 0.036659 0.043009 -0.062272 -0.037121 -0.008345 0.041004 -0.024263 -0.041155 -0.033147 -0.009362 -0.051773 -0.014601 0.049313 -0.01482 0.013443 -0.034244 0.013215 -0.018318 -0.026193 0.020694 -0.071461 -0.010487 0.025805 0.046422 -0.044744 -0.051893 -0.018167 0.059171 -0.011637 0.005616 0.018957 -0.008271 -0.046138 -0.05542 0.023213 0.04435 0.03716 0.028432 0.016323 -0.01643 -0.010034 0.051713 -0.029946 0.002365 -0.001864 0.039613 0.019085 0.088412 0.019237 -0.03229 -0.001766 0.015624 0.007191 -0.009944 0.017883 -0.002677 -0.016573 -0.007844 0.009909 0.041913 -0.020673 -0.024924 0.008865 -0.006673 0.004323 -0.039615 -0.050072 -0.001044 -0.01222 -0.047045 0.043933 0.043994 -0.003751 0.019777 -0.021954 0.006629 0.011492 -0.010833 0.087134 -0.005713 0.056702 0.0756 0.035072 0.02379 0.022614 -0.067487 -0.037627 -0.040243 -0.00964 0.030311 -0.04802 -0.032797 -0.000567 -0.00219 0.04982 -0.013322 -0.047859 -0.006053 -0.039646 -0.011496 0.02701 0.033113 0.053454 -0.00888 0.022695 -0.010303 0.027368 0.015404 0.006597 0.016318 0.076126 -0.076114 0.004331 -0.018241 0.010694 0.019144 -0.033762 -0.01855 0.040933 -0.010243 -0.018574 -0.009621 0.012037 -0.057373 0.011206 -0.102013 0.000594 0.017964 0.009415 0.023908 0.040558 0.001499\nধ 0.037022 0.005098 -0.067906 0.021376 0.011944 0.033416 0.005174 -0.005309 -0.015735 -0.046171 0.038626 -0.000597 -0.003929 -0.033926 0.048693 -0.00503 0.003261 -0.036077 -0.021544 -0.061008 -0.030403 0.016651 0.01915 0.0026 0.01864 0.022747 -0.023968 -0.017568 -0.0146 -0.037685 0.017761 -0.035849 -0.032074 -0.052683 -0.001294 0.037752 -0.043817 0.063733 0.007456 0.047042 -0.048848 0.007479 0.006753 0.013423 -0.039583 -0.018112 0.046152 -0.00529 -0.019395 0.011302 -0.006094 0.058299 0.019134 -0.046274 0.060066 0.013867 -0.005063 0.029129 -0.005756 0.030155 -0.03295 -0.045643 -0.014062 -0.026316 0.025981 0.050663 0.058279 -0.005473 0.041583 0.032715 -0.06212 -0.003218 0.028655 0.026173 -0.053007 0.01971 -0.066857 0.036816 -0.062521 -0.004142 0.008273 -0.008467 0.002538 0.027143 -0.014227 -0.052237 0.007579 -0.011166 -0.026532 -0.016197 -0.015501 0.044563 0.005935 -0.031498 0.015279 0.000255 -0.015 -0.055672 0.000466 -0.008228 -0.023164 0.00057 -0.000906 -0.047468 0.015404 0.004944 -0.023323 0.019825 0.051274 -0.020254 0.062925 0.038424 0.026932 -0.041418 0.005465 0.008314 0.009523 0.008702 -0.012936 -0.04491 0.037184 0.00629 0.056676 0.05055 0.031855 0.016794 -0.010657 -0.02562 -0.027342 -0.033904 -0.033024 -0.019522 -0.013072 0.060341 -0.038359 0.002835 -0.040166 0.003075 0.028159 0.063452 -0.002071 -0.01401 0.007887 0.048827 -0.049872 -0.080178 0.068343 0.003926 -0.001981 -0.050156 -0.002137 0.027894 0.033869 0.055931 -0.000372 -0.011111 0.011287 -0.005957 0.026456 -0.015361 -0.022564 0.015575 0.019457 0.010449 -0.019246 -0.023454 0.03053 -0.034875 0.0203 0.025667 -0.041737 -0.029067 -0.022448 0.054729 -0.033101 -0.057415 -0.003758 -0.012367 -0.051458 -0.040464 0.034707 -0.016659 0.019415 -0.015844 -0.001275 -0.031549 0.00391 0.035491 -0.073987 -0.001984 0.020443 0.033341 -0.046845 -0.040828 0.003734 0.044523 -0.038701 0.019368 0.000124 0.009285 -0.044944 -0.038508 0.010598 0.042268 0.009313 0.019592 0.044147 -0.008768 0.001042 0.06312 -0.034523 -0.00759 -0.004746 0.009371 0.007386 0.099321 0.010961 -0.039726 0.010528 0.000394 -0.014751 0.006025 0.009611 0.013222 -0.036448 -0.010977 0.012933 0.030277 -0.017962 -0.03911 0.008334 -0.010359 -0.0027 -0.033023 -0.04989 -0.023095 -0.017288 -0.04877 0.039937 0.026159 -0.003155 0.03292 -0.012167 0.019526 -0.008096 -0.002828 0.057488 -0.015044 0.046266 0.072191 0.032309 0.003263 0.00365 -0.053307 -0.054991 -0.033555 -0.003741 0.046324 -0.033773 -0.017998 -0.004193 -0.033152 0.06595 -0.039679 -0.05939 -0.021678 -0.038142 -0.020126 0.024775 0.0084 0.027256 0.018318 0.016264 -0.001614 0.015415 0.014767 0.007025 0.022642 0.075634 -0.078182 -0.011471 -0.038644 0.003258 0.024193 -0.02766 -0.011791 0.021156 -0.010879 -0.035708 0.00151 0.01588 -0.058912 0.03477 -0.076983 -0.012266 0.011782 0.018134 0.032656 0.026791 -0.000251\nਦ 0.035077 0.020771 -0.088252 0.023356 0.028208 0.054633 0.030495 -0.043071 -0.044309 -0.04577 0.053344 0.004415 -0.009544 -0.023989 0.057406 -0.007268 0.009271 -0.005954 -0.019409 -0.065695 -0.030412 0.00795 0.008997 0.020764 -0.008792 0.027323 -0.017714 -0.005555 0.001793 -0.03324 0.026973 -0.049989 -0.044426 -0.051651 0.027054 0.024167 -0.051217 0.081161 0.00472 0.018961 -0.048224 0.038493 0.003995 -0.0108 -0.020681 -0.0226 0.063648 -0.00817 -0.021283 0.017953 -0.006742 0.066995 0.051689 -0.028732 0.065907 0.018342 -0.009467 0.007228 0.007414 0.034329 -0.063757 -0.080836 0.011112 -0.006586 0.019704 0.045356 0.045664 0.00063 0.047664 0.026294 -0.074974 -0.00712 0.049082 0.022394 -0.083362 0.010562 -0.05038 0.05117 -0.045886 -0.022043 0.028291 -0.005092 -0.004066 0.014774 -0.035002 -0.062402 0.031091 -0.007782 0.003702 -0.003421 -0.020655 0.034616 0.038187 0.003425 0.041575 -0.004963 -0.002315 -0.060583 0.001713 -0.033702 -0.046612 0.011113 0.025399 -0.020311 0.02225 0.011278 -0.039849 0.033654 0.054126 0.035008 0.06981 0.030647 0.04899 -0.030623 -0.014122 0.00497 -0.013823 0.012187 -0.045326 -0.04591 0.023166 0.017125 0.075218 0.036627 0.03616 0.015075 -0.012973 -0.00652 -0.041149 -0.024783 -0.012595 -0.001422 -0.01068 0.055548 -0.045649 0.025748 -0.021654 0.015412 0.021776 0.033896 0.001364 -0.00554 0.029163 0.015278 -0.065164 -0.059687 0.0548 0.006516 -0.011093 -0.043261 0.00825 0.020127 0.044288 0.036026 0.011581 0.003377 -0.009145 -0.016727 0.027212 -0.045808 -0.02841 0.001134 0.050924 0.022602 -0.022324 -0.015413 0.035381 -0.016544 0.03534 0.030633 -0.034291 -0.025966 -0.006709 0.050113 -0.020733 -0.033849 -0.034729 0.001687 -0.056184 -0.031111 0.042768 -0.03452 0.01815 -0.031076 -0.000387 -0.014323 0.010299 0.011117 -0.072556 0.009568 0.010904 0.042399 -0.021267 -0.013184 -0.013618 0.071249 -0.036586 0.027384 0.015785 0.011945 -0.049067 -0.044849 0.022161 0.020446 0.052644 0.020941 0.027754 -0.030261 -0.016161 0.071402 -0.024937 -0.011079 0.007771 0.005928 0.015025 0.088733 0.021462 -0.000385 0.033794 -0.009355 -0.017502 0.00494 0.00395 -0.013024 -0.044546 0.00174 0.001002 0.014047 -0.024538 -0.030394 -0.001076 -0.007624 -0.022729 -0.024461 -0.061449 0.010292 -0.019696 -0.046949 0.043661 0.03123 0.001823 0.006541 -0.033391 0.025332 0.006313 -0.004675 0.067555 -0.014318 0.067754 0.07254 0.023563 0.040933 -0.009766 -0.061296 -0.060766 -0.031164 -0.011098 0.06073 -0.051515 -0.052782 0.009417 -0.023587 0.049379 -0.015312 -0.067853 -0.047953 -0.064117 -0.001771 0.004007 0.012324 0.035062 0.022901 0.020989 -0.01859 0.012325 0.001766 -0.000926 0.036303 0.061814 -0.09102 -0.001379 -0.025495 0.017151 0.031544 -0.01506 -0.001333 0.041205 0.001726 -0.041802 -0.033703 0.000697 -0.056641 0.011552 -0.11425 -0.01189 0.011494 0.056147 -0.007066 0.036623 0.010191\nప 0.010982 0.006677 -0.018226 0.018842 -0.007249 0.022876 0.009009 0.007986 -0.001845 -0.014816 0.017375 0.014583 0.000914 -0.019219 0.020179 0.004648 0.023327 -0.016718 0.010167 -0.009539 -0.010703 -0.003882 0.017436 -0.001872 0.019014 0.01186 -0.005996 -0.016464 -0.022138 0.019923 0.028492 -0.012056 -0.013095 -0.010015 -0.014215 0.031988 -0.020576 0.023124 0.017722 -0.002303 -0.020268 -0.005785 0.010939 0.015348 0.001278 0.008535 0.024076 0.006508 0.011859 0.001304 0.007301 0.01679 0.009223 -0.011875 0.016543 -0.000741 0.007377 -0.001469 0.009432 0.007573 -0.007361 -0.006793 -0.009 0.011606 0.012621 0.00049 0.023936 -0.006943 0.004514 0.010092 -0.005138 0.007367 0.006958 0.015086 -0.018494 0.003165 -0.006414 0.005852 -0.005267 -0.032814 0.010622 0.004273 -0.007788 0.011053 -0.013389 -0.030366 -0.001706 0.008761 -0.010215 0.01763 -0.016939 0.000385 0.004554 -0.006994 -0.005989 0.00627 -0.015228 -0.009358 0.004444 0.005158 0.012206 0.009158 -0.003961 -3.3e-05 0.004557 0.011245 0.002405 -0.011268 0.017017 0.009785 0.016176 0.017219 0.004164 -0.003666 0.011369 0.001677 0.020945 -0.003429 -0.002024 -0.014271 0.006518 -0.002254 0.0157 0.015477 0.021082 -0.005525 -0.010364 -0.003655 -0.003856 -0.019085 -0.014747 0.007138 0.010691 -0.001064 -0.011842 0.017289 -0.007457 0.007455 -0.004851 0.030676 0.004171 -0.0116 0.008852 0.00769 -0.038053 -0.021013 0.005909 0.001439 0.003412 -0.016641 0.000228 0.000697 0.01124 0.00236 -0.001844 0.013823 -0.01959 -0.027707 -0.000969 -0.003742 -0.009014 -0.001382 0.017368 0.001924 0.007191 0.001699 0.013853 0.002922 0.012244 0.002876 -0.006517 -0.022586 0.001454 0.004273 0.004187 -0.014738 -0.010272 0.002597 -0.023875 0.000201 0.027655 0.014065 0.003463 0.014215 0.004165 -0.017937 0.020894 0.017916 -0.028312 0.011266 0.000297 0.002812 -0.013446 -0.014752 -0.015373 0.015626 0.008385 0.001658 -0.016323 0.008401 -0.003713 -0.006984 0.02191 0.007556 0.001499 0.012324 -0.004295 -0.024919 -0.008263 0.020164 0.017575 -0.009269 -0.001286 0.006134 0.001077 0.00756 -0.011691 0.013166 -0.001481 0.002433 0.004078 0.014753 -0.005354 -0.006425 -0.01762 0.017951 -0.009267 -0.004666 0.012571 -0.013683 -0.019596 -0.001395 0.001271 -0.022373 -0.028344 -0.008857 -0.016086 -0.019728 0.01531 0.00274 0.020324 0.012042 -0.018725 0.024095 -0.004886 -0.00448 0.003942 0.00552 0.03352 0.000109 0.021861 0.017031 -0.005819 -0.028413 -0.008343 -0.00277 0.012397 -0.005491 -0.017589 0.000481 0.00111 0.001106 0.016883 -0.005503 -0.024136 -0.006967 -0.02018 -0.00319 0.002239 -0.00089 0.003363 -0.004417 -0.005089 0.010416 0.00145 0.001313 0.005228 0.01697 0.001923 -0.028023 0.013227 -0.02455 0.016901 0.02279 -0.004042 0.003677 -0.002309 -0.016732 -0.006333 0.005619 0.01917 -0.031252 0.007664 -0.026003 -0.02421 0.026365 0.002354 -0.006948 0.006005 0.007559\nᠲ 0.025723 -0.000973 -0.030343 0.011889 0.016416 0.029099 -0.006379 -0.008514 -0.010887 -0.017797 0.028916 0.003047 -0.001877 -0.009312 0.020567 -0.016424 -0.004603 -0.005027 -0.00679 -0.040769 -0.026297 3.5e-05 0.008292 0.003888 -0.00622 0.017055 -0.003318 -0.001043 -0.01501 -0.021049 0.024148 -0.028995 -0.005408 -0.024709 0.008561 -0.007434 -0.016502 0.035399 0.001517 0.011583 -0.022126 0.006196 0.003401 -0.002024 -0.011924 -0.01061 0.024481 6.1e-05 0.000729 0.012242 0.007858 0.042015 0.027506 -0.01403 0.029716 0.011806 -0.001503 0.022123 -0.013655 0.020775 -0.026814 -0.021077 -0.016664 0.001121 0.006274 0.00833 0.029296 -0.009089 0.032814 0.004712 -0.037197 -0.007519 0.020281 0.024795 -0.030826 -0.005402 -0.018753 0.013874 -0.033644 -0.002638 0.012678 -0.002547 0.014607 -0.001782 -0.02141 -0.040578 0.008089 0.016207 -0.011104 -0.007114 -0.025205 0.009653 0.011066 -0.019262 0.007778 -0.005906 0.002365 -0.038676 -0.003326 -0.002441 -0.017947 0.006374 -0.00507 -0.022438 0.001966 -0.013221 -0.013368 0.008079 0.025202 -0.007939 0.027584 0.022535 0.010452 -0.018407 0.0072 -0.015427 -0.004214 0.009486 -0.018367 -0.019955 0.026657 0.001932 0.028568 0.011791 0.035649 0.011146 -0.011029 -0.002895 -0.007157 -0.026583 -0.022411 0.004866 -0.008512 0.021129 -0.003785 0.016238 -0.023583 0.015459 0.025109 0.038348 0.0012 -0.017316 0.003909 0.015387 -0.023257 -0.030703 0.055099 0.01802 -0.005045 -0.020002 0.00042 0.015768 0.016806 -7.1e-05 -0.014437 0.001513 0.012938 -0.004647 -0.001779 -0.013967 -0.013404 0.010741 0.007356 0.015631 -0.030146 -0.016273 0.0001 -0.020113 0.014165 0.02154 -0.008953 -0.007942 -0.010104 0.029345 -0.003297 -0.021749 -0.014054 -0.015606 -0.026325 -0.003129 0.022652 -0.012843 -0.003624 -0.003993 -0.005476 -0.011144 0.001731 0.003291 -0.045213 0.003155 0.018477 0.023895 -0.026618 -0.022739 0.012311 0.041447 -0.018986 0.003861 0.006163 -0.004693 -0.025976 -0.019176 0.009106 0.023631 0.003285 0.018135 0.004902 -0.015309 0.006561 0.026986 -0.0268 -0.006857 -0.000798 0.011039 0.003677 0.048253 0.003024 -0.003754 -0.00411 0.002521 0.009513 0.006243 -0.013788 0.014004 -0.015626 0.002421 -0.001312 0.006597 -0.001293 -0.013746 -0.005575 -0.005522 0.013765 -0.015329 -0.025185 0.001648 -0.01202 -0.03502 0.019177 0.009209 -0.004442 0.019576 -0.013178 0.01634 0.014235 -0.010259 0.020647 -0.008665 0.034872 0.026463 0.016564 0.010455 0.003368 -0.016566 -0.019047 -0.016966 -0.010973 0.028366 -0.025002 0.004306 0.006016 -0.006954 0.021248 -0.022216 -0.015755 -0.009666 -0.022249 -0.012564 -0.001037 0.00262 0.010926 -0.010539 0.006318 -0.005215 0.009643 0.022468 -0.000261 0.004213 0.0379 -0.03595 -0.006964 -0.01776 0.012099 0.023077 -0.018242 -0.001388 0.028742 -0.010386 -0.008044 -0.016611 -0.005764 -0.026777 0.01508 -0.050075 -0.004892 -0.000314 0.004662 0.019007 0.015181 -0.004216\nк 0.037592 0.005286 -0.050833 0.02247 0.014034 0.034804 0.005108 -0.002163 -0.016799 -0.030641 0.041789 0.01216 -0.011829 -0.028816 0.036168 -0.012013 0.006912 -0.025193 -0.012672 -0.046337 -0.013973 0.002102 0.006246 0.015913 0.005335 0.022339 -0.008418 -0.011981 -0.019289 -0.027305 0.020486 -0.0373 -0.016749 -0.04119 0.011869 0.016519 -0.045405 0.042504 0.006165 0.019172 -0.034896 0.013387 0.004158 0.002061 -0.030563 -0.024775 0.038805 -0.002518 -0.003934 0.018649 0.013273 0.055457 0.032116 -0.035935 0.043642 0.012141 -0.00117 0.023257 -0.008731 0.028683 -0.032673 -0.027327 -0.007512 -0.018905 0.016898 0.022851 0.035007 -0.015652 0.029988 0.018572 -0.052957 -0.00855 0.020625 0.016382 -0.054478 0.001224 -0.034942 0.031327 -0.031064 -0.013716 0.014551 -0.000736 -0.00018 0.022895 -0.023295 -0.054823 0.003065 0.002266 -0.025189 -0.003931 -0.008866 0.024336 0.006175 -0.017022 0.01717 -0.007262 0.002448 -0.039703 -0.002392 -0.004667 -0.01862 -0.001854 -0.002742 -0.031134 0.018443 0.000562 -0.015005 0.010328 0.038054 -0.00372 0.050159 0.024289 0.022177 -0.013004 0.013077 0.006526 -0.013743 0.001863 -0.014215 -0.04205 0.02387 0.005261 0.04031 0.027756 0.032752 0.008164 -0.009773 -0.024675 -0.01116 -0.018887 -0.018228 -0.004162 -0.013935 0.029364 -0.023441 0.013494 -0.027747 0.007549 0.011105 0.043761 -0.004143 -0.014448 0.011678 0.029619 -0.035109 -0.052911 0.044807 0.00795 0.004796 -0.043367 0.004677 0.002327 0.034366 0.030379 -0.008626 0.001051 -0.001529 -0.023953 0.01771 -0.020868 -0.020148 0.018711 0.017595 0.017677 -0.0192 -0.008971 0.02471 -0.024098 0.01788 0.022116 -0.026147 -0.025756 -0.012011 0.036682 -0.018181 -0.029684 -0.008908 -0.006234 -0.039508 -0.027181 0.035219 -0.011539 0.005387 -0.01169 -0.008272 -0.020044 0.003675 0.020158 -0.062707 0.006182 0.024951 0.028963 -0.030607 -0.039815 0.008611 0.040136 -0.014462 0.018799 0.004875 0.004863 -0.042577 -0.036778 0.014659 0.028017 0.017318 0.018192 0.00908 -0.013369 0.001127 0.039302 -0.027364 -0.004572 -0.008552 0.019269 -0.004163 0.072462 0.002837 -0.025096 0.007202 -0.008373 -0.008868 0.010643 -0.00949 0.006784 -0.019014 -0.007326 -0.00024 0.022563 -0.011681 -0.026952 -0.008697 0.000684 -0.005063 -0.030909 -0.040671 -0.004289 -0.006786 -0.040663 0.030703 0.025952 0.006055 0.022917 -0.024589 0.015869 0.007143 -0.009303 0.04878 -0.006737 0.044853 0.054581 0.032111 0.004817 0.006281 -0.046362 -0.043278 -0.021292 -0.00304 0.024721 -0.029552 -0.010257 0.003322 -0.010324 0.028843 -0.028456 -0.02767 -0.022427 -0.032554 -0.02227 0.007663 -0.001305 0.014047 -0.003417 0.008804 -0.005131 0.013547 0.007415 0.002651 0.010862 0.039772 -0.052881 -0.002833 -0.023444 0.015671 0.014136 -0.020414 -0.000639 0.01912 -0.013994 -0.020815 -0.016523 0.007627 -0.041761 0.008629 -0.065621 -0.011321 0.012089 0.014659 0.017915 0.018139 0.003706\n़ 0.010352 0.008068 -0.043002 0.017329 0.009183 0.026011 0.012667 -0.010576 -0.003672 -0.022965 0.04639 0.005211 -0.007127 -0.016604 0.017743 -0.009092 0.012914 -0.007655 -0.006307 -0.040112 -0.006538 0.001377 -0.00233 0.01954 0.007076 0.013225 -0.011315 -0.019395 -0.009705 -0.028019 0.022622 -0.025059 -0.005979 -0.02966 0.015053 0.022507 -0.035229 0.038476 0.00636 0.015056 -0.023264 -0.000972 -7.3e-05 -0.003915 -0.016816 -0.008707 0.029462 0.011864 -0.003508 -0.000128 -0.003939 0.036883 0.028339 -0.033982 0.038237 -0.001943 -0.021213 0.0134 0.002534 0.014972 -0.045162 -0.02326 -0.001601 -0.015299 0.008537 0.020418 0.041473 -0.00873 0.035222 0.017495 -0.049311 -0.013649 0.021253 0.014772 -0.049003 -0.003355 -0.028135 0.019137 -0.038257 -0.017672 0.013203 -0.012391 0.006928 0.009131 -0.028663 -0.044288 0.003474 -0.000859 -0.022941 -0.009582 -0.005514 0.013719 0.012351 -0.006245 0.023738 -0.002969 -0.00209 -0.036783 0.00189 -0.003972 -0.017978 0.004523 0.003443 -0.013502 0.017265 -0.016076 -0.014309 0.006923 0.025762 0.003615 0.045295 0.026538 0.025174 -0.025198 -0.004389 0.004439 0.002201 0.002495 -0.018462 -0.026562 0.018905 0.001579 0.031753 0.025467 0.041449 0.017414 0.008441 -0.00511 -0.010634 -0.014784 -0.007583 0.007638 -0.019463 0.032536 -0.010667 0.005488 -0.031991 0.003453 0.014465 0.0354 -0.004932 -0.015846 0.01212 0.022911 -0.032534 -0.050189 0.03802 0.020058 0.004293 -0.046481 -0.000408 0.006326 0.017551 0.026861 -0.002758 0.001627 0.010203 -0.033628 0.011561 -0.015244 -0.028547 0.010132 0.023525 0.021936 -0.008533 -0.012108 0.017166 -0.017726 0.024924 0.016008 -0.030957 -0.031317 -0.003325 0.037962 -0.019263 -0.033656 -0.002946 -0.007274 -0.02885 -0.005752 0.031476 -0.007812 -0.003095 -0.003433 -0.010655 -0.008439 -0.005559 0.019706 -0.045833 -0.000904 0.022393 0.028252 -0.040623 -0.030356 0.005694 0.035733 -0.011585 0.014593 0.000939 -0.006732 -0.043173 -0.027942 0.000537 0.019587 0.031722 0.008332 0.009261 -0.001859 0.001792 0.039506 -0.018833 -0.002808 0.000374 0.010647 0.002207 0.045136 0.010211 -0.023642 0.009656 -0.001742 -0.005613 0.007072 -0.011623 0.003888 -0.012843 -0.005402 0.009789 0.014619 -0.005424 -0.029262 -0.002636 -0.000887 -0.011441 -0.023303 -0.027736 -0.007222 -0.011292 -0.038546 0.013406 0.012203 0.006617 0.017883 -0.022312 0.00753 -0.006742 0.003978 0.024543 -0.010281 0.027259 0.0526 0.007876 -0.012017 -0.010691 -0.032771 -0.0272 -0.01957 -0.015233 0.029584 -0.021999 -0.015541 0.001218 -0.013304 0.030372 -0.023902 -0.019792 -0.019537 -0.028083 -0.017235 -0.002183 0.004855 0.02582 -0.016402 0.007166 0.005411 0.009308 -0.015807 -0.008347 0.011147 0.034479 -0.036349 0.009961 -0.023801 0.020439 0.015505 -0.005748 -0.003637 0.01745 -0.017112 -0.030195 -0.002872 0.007687 -0.034342 0.004378 -0.056722 -0.01672 0.012461 0.014431 0.011661 0.016212 0.003829\nៃ 0.012098 0.009252 -0.025298 0.027138 0.020462 0.019202 0.015254 0.001746 -0.018763 -0.007224 0.030223 0.02017 0.004338 -0.005535 0.009055 -0.008406 -0.002261 -0.03278 -0.008161 -0.032197 -0.01143 0.012665 0.011349 0.008069 0.011376 0.029874 0.004403 -0.017063 -0.009533 -0.021727 0.022719 -0.035033 -0.000926 -0.032943 0.004932 0.021135 -0.037042 0.043335 0.00962 0.029688 -0.024509 0.018237 0.000815 -0.00409 -0.015469 -0.014515 0.024359 -0.013596 -0.003915 0.008657 -0.008722 0.047307 0.036094 -0.028861 0.023801 0.024778 0.001704 0.023788 -0.010613 0.009879 -0.012734 -0.019537 -0.012108 -0.025723 0.01242 0.01261 0.031395 -0.023775 0.016821 0.006368 -0.036085 -0.02093 0.023914 0.019343 -0.048891 0.006325 -0.0248 0.008247 -0.016593 -5.9e-05 0.007987 0.005223 -0.013321 0.020796 -0.010923 -0.04159 0.004433 0.007138 -0.018387 0.008169 -0.010472 0.017477 -0.013406 -0.0027 0.01179 -0.005942 0.007888 -0.042591 0.005113 -0.002615 -0.006817 7.7e-05 -0.007285 -0.018716 0.013816 -0.007312 -0.000136 -0.011601 0.019942 -0.010193 0.033854 0.01921 0.018692 -0.016839 0.007524 0.00197 0.006952 -0.012193 -0.013772 -0.03209 0.031347 -0.008409 0.021343 -0.003434 0.026937 0.007653 -0.010939 -0.015019 -0.010556 -0.005523 -0.006914 -0.005993 -0.029397 0.032092 -0.01664 0.023665 -0.019548 -0.014681 0.016471 0.028782 -0.014337 -0.003975 0.007234 0.022647 -0.015493 -0.032379 0.048578 0.012351 0.01232 -0.039177 0.000902 -0.013352 0.031382 0.021637 0.007365 0.004716 -0.008842 -0.029362 0.010661 -0.015862 -0.005741 0.010777 0.006299 0.022833 -0.032678 -0.000965 0.043354 -0.015544 0.019122 0.007921 -0.021306 -0.027397 -0.016488 0.047035 -0.026224 -0.007864 0.013606 -0.008991 -0.03352 -0.024583 0.034612 -0.016586 0.006861 -0.015909 -0.010737 -0.014394 0.008954 0.002574 -0.043117 0.007779 0.008863 0.004393 -0.025938 -0.035751 0.007438 0.031498 -0.006559 0.024036 0.009181 0.016303 -0.01473 -0.016187 -0.00391 0.024066 0.020201 0.023848 -0.013691 -0.006448 -0.009052 0.030807 -0.014125 0.005234 -0.012271 0.010453 0.001099 0.04501 1.4e-05 -0.023484 0.000456 0.006479 -0.004314 -0.002612 -0.003243 0.005524 -0.030092 -0.008209 -0.005264 0.021103 -0.009185 -0.034514 -0.011663 -0.003493 0.005109 -0.046959 -0.030876 -0.001067 -0.004925 -0.026813 0.026592 0.018439 0.005776 0.018815 -0.02084 0.014021 -0.004224 -0.000941 0.025856 0.002452 0.023121 0.048993 0.003105 -0.007159 -0.017426 -0.032257 -0.027873 -0.02239 0.009266 0.010557 -0.031714 0.002476 0.00484 -0.009066 0.009697 -0.010523 -0.018066 -0.009636 -0.011645 -0.01211 0.001452 -0.017872 -0.006479 0.013409 -0.013857 -0.002047 0.001656 -0.001081 0.000564 0.020513 0.024983 -0.037006 -0.003041 -0.015075 0.000564 0.012124 -0.02747 -0.006202 0.017738 -0.002441 -0.016369 -0.006234 -0.003059 -0.027087 0.006192 -0.047665 -0.009072 -0.004199 0.021899 0.004971 0.032253 -0.005199\nᧇ 0.039308 0.00378 -0.016326 0.032218 0.025068 -0.012624 0.007064 -0.024817 -0.008645 -0.012832 0.027379 -0.028109 0.008736 -0.000833 0.019728 -0.024783 0.018838 -0.055262 0.001402 -0.001048 -0.028898 0.029814 -0.021743 0.043433 0.000223 0.004912 -0.045728 -0.012235 0.002032 -0.04458 0.030134 0.004501 -0.016117 -0.033913 0.022994 0.018573 -0.06747 0.088254 0.017849 -0.017114 -0.035537 0.013895 -0.010938 -0.030231 -0.007671 -0.05478 0.033245 0.006437 -0.013229 -0.01132 0.024428 0.044133 0.02527 -0.047251 0.059162 0.009547 0.034808 -0.024943 0.012174 0.012349 -0.011868 -0.031206 -0.004581 -0.036303 0.019283 0.030461 0.023741 -0.015795 0.009294 0.012356 -0.030657 0.01307 0.033127 0.068144 -0.071606 0.0316 -0.036464 0.037468 -0.022497 -0.001786 0.024653 0.011682 0.019165 0.063303 0.006335 -0.054107 0.00237 0.009776 -0.042857 -0.025619 -0.003457 0.030815 0.011769 -0.009353 0.028449 -0.022982 -0.01781 -0.023766 -0.020712 0.01261 -0.029621 -0.015339 -0.015099 -0.019497 0.000734 -0.016095 0.019959 -0.016784 0.061782 -0.024529 0.017705 0.028411 0.012253 -0.018188 -0.004852 0.033888 0.007946 0.003754 -0.026965 -0.069657 0.023566 -0.030828 0.051126 0.047746 0.033123 -0.010655 0.001602 -0.007149 -0.012316 -0.006758 -0.026807 -0.001066 -0.023566 0.020731 -0.040224 -0.00972 -0.010396 0.022219 -0.015676 0.013517 -0.036442 0.007238 0.033614 0.042504 0.001662 -0.047527 0.023674 0.003546 -0.011173 -0.04237 -0.019028 0.022803 0.012258 0.016223 -0.005186 0.006932 -0.045859 -0.025948 0.008577 -0.031606 0.022628 0.012802 -0.010473 0.053116 -0.0125 0.00566 0.008466 -0.004363 0.004142 0.034776 -0.043091 -0.037824 0.020892 0.006257 -0.03707 -0.002631 -0.001473 0.008231 -0.046111 -0.036961 0.048354 -0.001858 -0.016106 -0.009938 0.027588 0.013338 0.000307 -0.003235 -0.077065 0.018269 0.02041 0.060849 -0.07233 0.010341 -0.013141 0.029391 -0.019678 0.032833 0.041766 0.043577 -0.041414 0.000931 0.002666 0.022553 0.03552 0.003755 0.009433 -0.01364 -0.014199 0.047228 -0.020928 0.023062 0.009024 -0.021787 0.03254 0.031608 -0.037033 -0.050219 0.001151 0.022476 -0.011869 0.011178 6e-05 -0.027352 0.002015 0.011237 -0.01178 0.009958 0.005077 -0.048114 -0.01311 -0.011021 -0.013223 -0.037564 -0.055043 -0.003718 0.010319 -0.048032 0.011328 0.036225 0.002564 0.017495 -0.008994 0.019722 0.007134 -0.007149 0.058284 0.02732 0.014141 0.074582 -0.000804 0.010301 -0.018686 -0.052762 -0.031795 -0.002595 0.015857 -0.028347 0.022876 -0.058224 0.023256 0.028811 0.017384 -0.049835 -0.053844 0.018537 -0.021665 -0.027367 -0.021998 -0.026774 0.004438 0.01516 -0.020547 0.009722 -0.010678 -0.022181 -0.014804 0.028792 0.031369 -0.04614 0.000274 -0.004427 -0.004014 0.02012 -0.019184 0.008289 0.005105 0.000977 -0.013507 -0.022147 -0.006322 -0.03168 -0.020648 -0.08512 -0.01837 0.004748 -0.00499 0.035191 -0.013678 -0.005745\nỉ 0.061548 0.009394 -0.061747 0.029234 0.021188 0.022679 0.029328 -0.045761 -0.034246 -0.021207 0.028889 -0.032062 -0.017548 0.011098 0.020751 -0.0109 0.036225 -0.026083 -0.004399 -0.041119 -0.032494 0.004234 0.007251 0.015834 -0.00656 0.00651 -0.004806 0.004052 0.034743 0.010435 0.014779 -0.029135 0.015616 -0.010639 0.041214 -0.011567 -0.032578 0.007051 -0.019173 0.037722 -0.01394 0.019054 -0.009954 0.005794 -0.018076 -0.041156 0.020324 -0.017472 0.013722 0.033536 0.026668 0.043114 0.025799 -0.034254 0.064387 -0.006302 -0.020693 0.029965 -0.008372 0.008151 -0.004009 -0.021693 -0.01997 -0.002664 0.007582 0.013823 0.045533 -0.016449 0.026579 0.005053 -0.042198 -0.012089 0.055877 0.015187 -0.016778 0.023846 0.010869 0.040535 0.010336 -0.001463 0.020788 -0.007961 0.001526 0.03071 -0.040098 -0.032067 -0.032674 -0.022377 0.006645 -0.02603 0.005273 0.016655 -0.021941 -0.020026 -0.024395 -0.014653 -0.000175 -0.011957 0.005712 -0.004888 -0.019077 0.01386 -0.014191 -0.011606 0.020789 -0.022167 -0.006182 -0.001806 0.055942 0.003189 -0.010026 0.006346 -0.0046 -0.009063 0.005078 -0.004365 -0.039014 0.00812 -0.011721 -0.031634 -0.011749 -0.029131 0.039594 0.011132 0.006003 0.01922 -0.016127 -0.013278 -0.027036 0.000965 0.002323 0.003326 -0.026149 0.026259 0.005902 0.018599 -0.016093 0.028472 -0.015047 0.024849 -0.015507 0.003076 0.040365 0.02346 -0.049165 -0.013243 0.034117 0.003555 -0.002817 -0.020368 0.015572 -0.011799 0.030757 0.0099 -0.006635 0.01451 0.03744 -0.009818 -0.016702 -0.032683 0.007519 -0.000754 -0.001932 -0.000383 0.000159 0.008672 0.01478 -0.016666 0.031573 0.014407 -0.035315 -0.029273 -0.019648 -0.010767 -0.018389 0.010537 0.006631 0.00349 -0.002551 -0.008204 0.034429 0.020383 -0.013239 -0.011654 -0.009994 0.014113 -0.01038 0.018709 -0.052015 -0.028378 0.022001 0.004591 -0.028345 0.008151 -0.040923 0.027684 0.020924 0.006349 0.019702 -0.012628 -0.048287 -0.02367 0.001214 0.011177 0.033545 -0.022016 0.013221 0.002654 0.00766 0.025076 -0.032575 0.0186 0.024731 -0.000869 0.019897 0.013846 0.012221 -0.00962 0.007588 0.009102 0.047238 0.00799 0.006454 -0.041023 -0.017881 -0.017033 0.018479 0.011452 0.005745 -0.009616 0.006602 -0.017872 -0.020895 -0.006202 -0.01108 0.006763 0.007642 -0.053698 -0.003281 0.029317 0.000108 0.03678 -0.016466 -0.003092 -0.019042 0.005354 0.01332 0.013442 0.032429 0.0441 0.004646 0.010771 0.023837 -0.042458 -0.012581 -0.006497 -0.003387 0.034341 -0.009167 -0.040634 0.007212 0.009525 -0.000829 -0.025876 -0.02366 -0.034155 -0.010125 -0.00803 -0.018109 -5e-05 0.019716 -0.021079 0.010993 -0.001639 0.022231 -0.00922 0.026547 0.026673 0.026606 -0.027715 -0.001414 0.00788 -0.02122 0.018597 -0.040516 -0.006285 -0.00504 -0.00311 -0.045639 -0.002665 0.014149 -0.026106 0.018549 -0.061673 0.009567 0.028508 0.021122 -0.014293 0.057461 -0.019932\nϋ -0.010309 -0.008613 0.003633 -0.002723 -0.000418 0.023098 0.005507 -0.002357 0.018937 0.014372 0.010963 0.00027 -0.016638 -0.034076 -0.012948 0.005524 -0.010979 -0.000585 -0.006874 0.008481 0.006627 0.001537 0.013284 0.018827 -0.010389 0.008391 0.001592 -0.010365 0.014588 -0.016272 -0.008295 0.000494 0.003551 0.015075 0.012642 0.041903 -0.013624 0.009565 0.006538 0.012167 -0.007391 0.018267 0.007919 -0.018356 0.009667 -0.005429 0.006364 0.002118 0.012478 -0.004915 -0.016629 0.020264 0.00577 -0.015751 -0.001535 -0.00846 0.006303 -0.015896 0.00026 0.017415 0.001447 0.006476 -0.024651 0.001665 -0.033207 0.002942 -0.012276 0.003323 -0.013769 0.030842 -0.001701 0.013382 0.006755 0.009236 -0.004611 0.004655 -0.012681 0.020792 -0.003272 0.011802 0.006327 0.010372 0.002438 0.002464 -0.001932 0.011606 -0.029333 0.015549 -0.013793 0.025741 0.003744 -0.023736 0.013116 0.008399 -0.018506 0.001343 0.005242 0.012842 0.010009 0.009222 0.036551 -0.016072 -0.019757 0.024409 0.00418 -0.017637 -0.031687 0.007027 0.030237 0.000332 0.00522 -0.019115 0.01697 -0.005014 0.012402 -0.025998 0.026221 0.007044 0.008822 0.023337 0.018757 0.004374 0.029912 0.019159 -0.001432 0.011053 0.011814 -0.010253 -0.019181 -0.03027 -0.029133 0.018108 0.004155 -0.019255 0.01148 -0.006713 -0.005298 -0.006048 -0.008505 -0.010321 0.015611 0.000153 -0.018227 0.005951 0.007578 -0.005437 0.017273 0.0018 0.026537 -0.007526 0.002171 0.002903 0.017777 0.009986 0.024702 0.017385 -0.013974 -0.012101 -0.010693 0.010037 -0.004691 -0.004377 -0.010972 -0.007576 -0.010922 0.013331 0.034967 -0.019495 0.023906 -0.00294 -0.020332 -0.017912 0.022871 -0.00718 0.014817 0.01308 -0.027034 0.009161 -0.001881 -0.010263 0.021652 -0.012899 -0.02231 -0.008965 0.007877 -0.023158 -0.007482 -0.006665 0.017124 0.003669 0.020074 -0.007908 -0.003574 -0.005077 0.005386 0.003886 -0.006846 0.027274 0.017206 -0.001183 -0.00405 0.002254 0.013041 0.008099 0.017383 0.005274 -0.003916 -0.01048 -0.000916 0.022437 0.015476 0.004953 -0.014906 0.013447 0.012368 0.008919 -0.011401 -0.004819 0.014463 0.000375 0.001981 0.015932 -0.026216 -0.00413 -0.023258 0.030321 0.016096 0.002026 -0.025172 -0.011573 -0.00319 -0.004145 0.010435 0.009016 -0.006876 0.011748 -0.018417 -0.007073 -0.003595 -0.005276 0.019918 -0.015905 -0.000293 -0.010668 0.020319 0.014725 -0.011733 0.014634 0.017266 -0.027161 -0.023488 0.018508 0.02027 0.004465 0.012805 0.000525 -0.003317 0.005419 -0.013535 0.008606 -0.008809 0.005551 -0.003102 0.005593 -0.002413 -0.007478 0.008871 -0.026724 0.004843 -0.018524 0.014666 0.004038 0.031111 0.011679 0.020781 -0.001645 0.00112 0.00072 0.04862 -0.020877 0.002062 0.008727 0.007386 -0.015634 -0.008816 -0.016232 0.015572 -0.010486 -0.019694 -0.005923 0.009763 -0.018844 -0.008097 -0.004478 -0.01094 -0.022347 -0.006248 0.030985 -0.004045 0.008385\nَ 0.041388 -0.000432 -0.057125 0.032517 0.017748 0.03752 0.015521 -0.005156 -0.034554 -0.038575 0.043676 0.013288 -0.006187 -0.033623 0.033406 -0.003651 0.017952 -0.023137 -0.013149 -0.05535 -0.016932 0.004794 0.007736 0.019606 0.010231 0.024474 -0.006669 -0.015475 -0.021519 -0.034503 0.024995 -0.041471 -0.025861 -0.050638 0.015403 0.018285 -0.05042 0.056213 0.016259 0.023367 -0.034617 0.011374 -0.003584 4.7e-05 -0.022666 -0.030805 0.042557 -0.006549 -0.003831 0.009069 0.003419 0.064895 0.037752 -0.041258 0.043729 0.016904 -0.001402 0.027574 -0.020557 0.043443 -0.035751 -0.038254 -0.013065 -0.018012 0.018278 0.032305 0.050267 -0.018303 0.042944 0.02237 -0.064987 -0.002301 0.032706 0.029986 -0.055055 -0.001016 -0.045703 0.027067 -0.035961 -0.020727 0.02158 0.004405 -0.002928 0.021422 -0.030452 -0.070895 0.009303 -0.00195 -0.01588 -0.001159 -0.004755 0.02482 0.008716 -0.017113 0.022997 -0.007591 -0.000778 -0.043833 -0.005216 -0.001455 -0.025795 -0.007526 -0.015644 -0.043148 0.019098 -0.011539 -0.021991 0.008442 0.044163 -0.011601 0.056502 0.014239 0.027731 -0.019763 0.011783 -0.000693 -0.021409 0.007874 -0.014841 -0.049516 0.020534 -0.001063 0.045713 0.017458 0.041487 0.015799 -0.009391 -0.015052 -0.013957 -0.017761 -0.015455 -0.0058 -0.025552 0.043005 -0.022464 0.026728 -0.030147 0.010809 0.004634 0.068946 0.001259 -0.010404 0.019525 0.028132 -0.035946 -0.061106 0.056365 0.010189 0.005193 -0.051637 0.014024 0.012254 0.04448 0.035035 -0.003953 0.008009 0.001723 -0.030156 0.024486 -0.028766 -0.02455 0.032384 0.021364 0.021564 -0.014077 -0.023525 0.023403 -0.029772 0.033083 0.029971 -0.037264 -0.034052 -0.013913 0.04201 -0.01403 -0.037297 -0.011771 -0.016605 -0.045097 -0.022487 0.045063 -0.020103 -0.00109 -0.015532 -0.021864 -0.019312 0.016419 0.026947 -0.076671 -0.005714 0.012538 0.039506 -0.049786 -0.049392 0.002384 0.047111 -0.019791 0.019081 0.000678 0.007126 -0.035756 -0.031376 0.021382 0.029198 0.023923 0.015502 0.009672 -0.010639 -0.0058 0.055347 -0.028635 -0.00011 -0.013521 0.025373 0.002528 0.079197 0.011274 -0.02799 0.003601 0.006296 -0.010435 0.001152 -0.010306 0.004645 -0.034961 -0.00057 -0.004576 0.019946 -0.011982 -0.031987 -0.000835 -0.002643 0.002186 -0.033228 -0.034068 -0.006296 -0.019713 -0.044573 0.033637 0.026551 0.003338 0.039293 -0.025098 0.013235 0.005242 -0.013539 0.061975 -0.000322 0.055955 0.069625 0.027168 0.00906 0.001726 -0.054358 -0.038727 -0.026051 -0.006379 0.024288 -0.035562 -0.012546 0.006178 -0.011219 0.038351 -0.027105 -0.039408 -0.017068 -0.045632 -0.016048 0.004781 -0.007227 0.026447 -0.00166 0.009312 -0.002142 0.01214 0.004226 0.001271 0.021977 0.050972 -0.05546 -0.001603 -0.027732 0.022237 0.023237 -0.030727 -0.005433 0.029197 -0.01253 -0.027419 -0.02086 0.009742 -0.044811 0.018398 -0.084381 -0.009158 0.011161 0.018767 0.022365 0.027025 -0.005585\nˡ 0.004096 -0.002498 -0.038109 0.006889 -0.002739 0.030272 0.025288 -0.014002 -0.012441 -0.01615 0.057951 0.005809 -0.01528 -0.000529 0.025527 0.000249 0.007931 -0.007232 0.015101 -0.025226 -0.013648 -0.006751 -0.007883 0.02113 0.01085 0.004748 -0.013711 -0.009639 -0.01619 -0.028714 0.046013 -0.026461 -0.022846 -0.017807 -0.015081 0.013313 -0.017796 0.032737 0.017575 0.001146 -0.043036 0.02716 0.006538 0.015608 -0.003519 -0.001938 0.025439 0.013763 -0.005899 -0.0113 -0.012771 0.054783 0.027944 -0.020531 0.020622 0.009927 0.017791 0.027749 -0.018646 0.0132 -0.02865 -0.019272 -0.00396 -0.004831 -0.000678 0.022864 0.054686 -0.018154 0.0089 0.032127 -0.023701 -0.013985 0.009058 0.025904 -0.032476 -0.019275 -0.015 -0.001771 -0.012538 -0.006195 0.007185 -0.023846 -0.003084 -0.004815 -0.015444 -0.046767 0.011919 -0.018629 0.007722 0.026656 -0.010801 0.012806 0.017356 -0.00551 0.016289 -0.023295 0.007967 -0.046352 -0.029207 0.001292 -0.040826 -0.016522 -0.021878 -0.021906 0.007119 -0.022832 -0.017696 -0.008499 -0.004159 0.003177 0.063047 0.010507 0.016197 -0.010305 0.001995 -0.014111 -0.010116 -0.008178 -0.014642 -0.032422 0.039347 0.015528 0.011567 0.009171 0.009 0.002098 0.009246 0.00425 -0.01166 -0.0211 0.022807 0.019438 -0.014976 0.040328 0.000636 0.019788 -0.023954 0.015422 0.014907 0.041055 -0.009865 0.004022 0.007495 0.0285 -0.015998 -0.054451 0.034808 0.003127 0.012951 -0.04876 0.021741 0.012765 0.022861 0.005669 0.000729 -0.006045 0.000845 -0.021753 0.009135 -0.002936 -0.026783 -0.005264 0.033589 0.017482 -0.020653 -0.009414 0.017647 -0.000477 0.01051 0.054275 -0.033493 -0.033332 -0.020939 0.016133 0.00304 -0.009897 0.008016 -0.035683 -0.032576 0.009164 0.037649 -0.009896 0.013207 -0.00304 -0.018013 -0.010889 -0.011461 0.019853 -0.027115 -0.001163 0.026244 0.021186 -0.034643 -0.0368 0.005088 0.041393 -0.017235 0.007612 0.004628 -0.004141 -0.036087 -0.018185 0.03626 0.018838 0.028819 0.011967 -0.020652 -0.03948 0.011905 0.033458 -0.010134 0.013115 -5.2e-05 0.009182 0.005492 0.035477 0.002344 -0.017821 0.021991 0.00769 -0.008789 -0.023474 -0.02748 0.020159 -0.026262 0.008409 0.001477 0.017997 0.041304 -0.037614 -0.00975 0.001022 0.008627 -0.031288 -0.006358 0.022097 -0.017372 -0.034261 -0.005427 0.005545 0.01354 0.030241 -0.040735 0.009588 -0.009623 0.001058 0.010492 0.014358 0.024441 0.037822 -0.004188 -0.002385 -0.006961 -0.024889 -0.025818 -0.009843 -0.029792 0.01919 -0.027603 -0.010911 0.007703 -0.013061 0.009827 -0.011061 -0.003774 0.00056 -0.020086 0.011496 -0.016039 0.016598 -0.028113 9.9e-05 0.023523 -0.001415 0.008493 -0.014123 0.005508 -0.000883 0.032839 -0.019748 0.001974 0.01146 0.007091 0.023213 0.008699 -0.00612 0.021938 -0.018942 -0.022335 -0.007277 -0.00922 -0.026184 0.00971 -0.039317 -0.0012 -0.0204 0.006298 0.002362 -0.018368 -0.03414\nb 0.029278 0.003878 -0.056453 0.032096 0.02113 0.033516 0.01013 0.004021 -0.027655 -0.028379 0.039422 0.010532 -0.004924 -0.034844 0.026838 -0.007684 0.006352 -0.031416 -0.009971 -0.042198 -0.018953 -0.001334 -0.001637 0.016486 0.008319 0.029543 -0.000189 -0.002705 -0.010211 -0.024902 0.021178 -0.030971 -0.016118 -0.041431 0.015037 0.017346 -0.04605 0.039867 0.011743 0.022319 -0.023998 0.008976 -0.003062 0.00043 -0.025782 -0.026544 0.042109 -0.002244 0.002565 0.027178 0.007816 0.062695 0.028883 -0.036108 0.047055 0.005637 -0.005882 0.03205 -0.020709 0.025786 -0.024517 -0.033405 -0.013934 -0.01579 0.011813 0.015591 0.035361 -0.014886 0.031983 0.013242 -0.043054 -0.012099 0.025313 0.012415 -0.055107 0.006204 -0.030453 0.028369 -0.020469 -0.01877 0.012032 -0.001074 -0.003753 0.02964 -0.029082 -0.061815 -0.003581 -0.003418 -0.021871 -0.007878 -0.006936 0.036324 -0.005424 -0.017653 0.006651 -0.013337 0.004032 -0.035305 0.000133 -0.0046 -0.014727 -0.001085 -0.001054 -0.017372 0.013335 -0.002185 -0.020916 0.015337 0.035617 0.001237 0.039838 0.022524 0.026869 -0.010092 0.009484 0.005576 -0.017427 0.001163 -0.011034 -0.044273 0.012684 -7e-06 0.043516 0.024919 0.035907 0.010801 -0.011149 -0.014293 -0.010895 -0.014372 -0.02016 -0.009925 -0.024308 0.024719 -0.022328 0.015602 -0.020805 0.004692 0.000693 0.055747 -0.005991 -0.007839 0.023416 0.023233 -0.037994 -0.044943 0.044634 0.001398 0.001582 -0.04419 0.005407 0.015305 0.025642 0.034278 -0.004469 0.006876 -0.004015 -0.023207 0.012421 -0.022834 -0.017299 0.017793 0.0234 0.008356 -0.009981 -0.008474 0.024259 -0.031519 0.022149 0.030936 -0.034645 -0.024725 -0.012234 0.035399 -0.020729 -0.031575 -0.011497 0.002948 -0.034358 -0.027086 0.035979 -0.013246 -0.005133 -0.009143 -0.008255 -0.015867 6.3e-05 0.014667 -0.068563 -0.001846 0.007057 0.030482 -0.035517 -0.041901 -0.004433 0.036922 -0.014784 0.007833 0.007595 -0.00061 -0.045614 -0.035215 0.015237 0.028394 0.016077 0.010209 0.017251 -0.010086 -0.006631 0.037411 -0.033928 0.000492 -0.007386 0.025616 0.001303 0.066133 0.005305 -0.028947 0.003661 0.003588 -0.000566 0.011543 -0.007112 0.002571 -0.021772 -0.001568 0.002589 0.016065 -0.011359 -0.022918 -0.001708 0.00148 -0.010559 -0.032007 -0.041329 0.004822 -0.014923 -0.038145 0.029866 0.031102 0.0045 0.027326 -0.013252 0.014565 0.008543 -0.015456 0.0449 -0.004778 0.038285 0.053665 0.021025 0.012998 0.006328 -0.050043 -0.038192 -0.024644 -0.007342 0.016436 -0.020555 -0.029662 0.007583 -0.006425 0.033274 -0.019571 -0.028936 -0.017032 -0.023021 -0.011786 0.005845 -0.002775 0.023371 -0.006237 0.010613 0.002903 0.016279 0.003617 0.0043 0.026256 0.040362 -0.050878 -0.000822 -0.018998 0.0115 0.021744 -0.026338 -0.005199 0.00709 -0.009496 -0.026507 -0.016914 0.010127 -0.043228 0.015517 -0.068867 -0.013248 0.006656 0.017737 0.011531 0.038386 0.001744\nդ 0.039679 -0.004497 -0.048058 0.018105 0.008738 0.035229 -0.005366 -0.002988 -0.013146 -0.035724 0.031351 0.004697 -0.00779 -0.015578 0.021483 -0.008929 0.00922 -0.009962 -0.005273 -0.045439 -0.024297 7e-05 0.010733 0.010666 0.003295 0.029978 -0.01466 -0.009556 -0.018518 -0.022465 0.033667 -0.039535 -0.014734 -0.031301 0.013135 0.018653 -0.041076 0.042456 0.010888 0.011321 -0.025428 0.010838 0.001888 0.011172 -0.030815 -0.021547 0.036377 -0.015403 -0.0016 0.007605 0.006604 0.040662 0.038954 -0.032902 0.044583 0.005059 0.011175 0.020957 -0.022439 0.02319 -0.028792 -0.021433 -0.011159 -0.015948 0.013501 0.020397 0.036328 -0.008655 0.035387 0.018187 -0.043034 -0.010258 0.017464 0.014781 -0.048735 0.006325 -0.026218 0.018137 -0.038157 -0.01149 -0.00249 -0.004598 -0.009694 0.009278 -0.015435 -0.036428 0.00697 0.003629 -0.00881 -0.003585 -0.008923 0.017923 -0.000674 -0.007099 0.002068 0.001086 0.002663 -0.0343 0.005236 -0.009043 -0.02544 0.009798 -0.002582 -0.026219 0.022303 -0.00336 -0.023699 0.014437 0.029789 -0.001097 0.050277 0.022536 0.023107 -0.014278 0.005336 -0.009871 -0.000942 -0.000812 -0.017313 -0.049129 0.023148 -0.009175 0.023042 0.018661 0.031737 0.013338 0.000797 -0.013881 -0.010389 -0.015109 -0.012828 -0.005406 -0.003932 0.025673 -0.015497 0.01499 -0.016622 -0.000277 0.01711 0.046952 -0.002878 -0.010029 -0.008594 0.016572 -0.020836 -0.046915 0.045457 0.001855 -0.003633 -0.035452 0.006753 0.005988 0.033311 0.008588 0.003924 0.001667 -0.002451 -0.014795 0.011938 -0.021657 -0.017613 0.027958 0.01647 0.008904 -0.021254 -0.009186 0.013871 -0.017786 0.017255 0.006428 -0.030571 -0.01867 -0.007055 0.043425 -0.009225 -0.025985 -0.006808 -0.012599 -0.045695 -0.009788 0.030158 -0.009895 0.009804 -0.013491 -0.003713 -0.015256 0.002059 0.017701 -0.06023 0.001397 0.014702 0.016249 -0.034517 -0.023096 -0.001126 0.033295 -0.009732 0.013822 0.002982 -0.00636 -0.022001 -0.024559 0.018058 0.019024 0.014468 0.016185 0.016526 -0.006264 -0.000392 0.033248 -0.009247 -0.002916 -0.010803 0.020472 0.005692 0.070223 0.003948 -0.024101 0.015069 -0.00635 -0.000878 0.013053 -0.002598 0.002868 -0.021493 -0.017851 0.001136 0.011197 -0.007902 -0.014565 -0.008005 -0.000711 0.003697 -0.011306 -0.033103 -0.012903 -0.011456 -0.032512 0.023558 0.021669 0.007699 0.011073 -0.033639 0.021824 0.000364 -0.001643 0.037206 -8.8e-05 0.045086 0.046286 0.022184 0.013888 0.003378 -0.038616 -0.033814 -0.025228 -0.004803 0.03175 -0.024203 -0.009411 0.014191 -0.00633 0.025504 -0.03216 -0.039246 -0.014768 -0.020699 -0.028642 0.006247 -0.000401 0.024338 9.8e-05 0.006826 -0.009831 0.011719 0.001381 0.005114 0.01621 0.038993 -0.054852 -0.000955 -0.017261 0.024025 0.017221 -0.019942 -0.006938 0.018305 -0.006432 -0.016472 -0.005251 0.004152 -0.034154 0.002684 -0.059464 -0.015678 0.009713 0.029694 0.014101 0.01319 0.013704\n১ 0.059263 -9.8e-05 -0.076499 0.031104 0.014683 0.031018 0.024244 0.003107 -0.034957 -0.054744 0.047148 0.024756 0.004048 -0.020621 0.057522 -0.021955 0.006098 -0.043947 -0.025299 -0.065285 -0.026513 0.013392 0.008966 0.020576 0.029193 0.033811 -0.023765 -0.012159 -0.024353 -0.057256 0.039902 -0.042864 -0.033718 -0.080252 0.018068 0.018905 -0.058406 0.078226 0.007288 0.028791 -0.058622 0.002845 -0.008333 0.020348 -0.049042 -0.057271 0.056878 -0.002469 -0.009529 0.040307 -0.001605 0.095593 0.051978 -0.043489 0.05236 0.010554 -0.021155 0.030853 -0.029495 0.052526 -0.030023 -0.063575 -0.026951 -0.029196 0.041102 0.040972 0.05862 -0.016168 0.079341 0.015137 -0.080657 -0.002611 0.046479 0.037677 -0.076057 0.034682 -0.047134 0.03877 -0.039553 -0.032571 0.019051 -0.021661 -0.002609 0.035777 -0.027318 -0.078033 0.026941 -0.010272 -0.035066 -0.031181 -0.012997 0.04363 0.00423 -0.021019 0.005866 -0.027062 -0.013338 -0.073017 -0.017634 -0.028939 -0.02578 0.026677 0.006404 -0.051974 0.024751 4.1e-05 -0.043455 0.018897 0.050363 -0.018522 0.075441 0.029582 0.034013 -0.037148 0.01698 -0.000417 -0.008682 0.005339 -0.033828 -0.046132 0.045878 0.016431 0.074756 0.025767 0.055441 0.02662 -0.028708 -0.015348 -0.008748 -0.025634 -0.025259 -0.021943 -0.018919 0.059765 -0.03988 0.024644 -0.049924 -0.013913 0.008956 0.095922 -0.004441 -0.01649 0.022433 0.056228 -0.049239 -0.081154 0.064704 -0.000417 -0.004313 -0.060847 0.004645 0.017708 0.054875 0.063265 0.004026 0.000644 -0.003891 -0.009442 0.050238 -0.043205 -0.028535 0.044242 0.035517 0.03066 -0.017414 -0.040522 0.033667 -0.033334 0.042917 0.037451 -0.060253 -0.031168 -0.003641 0.05559 -0.026445 -0.055423 -0.01705 -0.021746 -0.064656 -0.03518 0.055302 -0.018838 0.005475 -0.016334 0.004683 -0.035897 0.015383 0.041806 -0.116255 0.014755 0.009837 0.067258 -0.050074 -0.058387 -0.001938 0.081645 -0.033703 0.028678 0.011599 0.002167 -0.048231 -0.061937 0.053627 0.064398 -0.0055 0.032341 0.048392 -0.031692 -0.015846 0.065502 -0.045585 -0.018223 -0.011098 0.010356 0.003221 0.115952 -0.008692 -0.0411 0.014152 0.00672 -0.036809 0.010132 -0.000465 0.006106 -0.047589 -0.002634 0.008052 0.057174 -0.030825 -0.030367 -0.020607 -0.004313 0.007297 -0.033719 -0.080222 0.003088 -0.022068 -0.049035 0.045158 0.061207 0.010403 0.031005 -0.023245 0.020687 -0.000197 -0.005429 0.081501 -0.014365 0.061398 0.100275 0.051104 0.00664 0.016624 -0.075832 -0.069739 -0.033941 0.000617 0.054689 -0.022402 -0.019754 0.003179 -0.0405 0.059018 -0.029287 -0.060079 -0.02559 -0.044112 -0.038192 0.027649 0.008053 0.023556 2.6e-05 0.003449 -0.03732 0.026609 0.008676 0.001703 0.034907 0.080912 -0.096108 -0.019127 -0.03567 0.006952 0.036452 -0.048399 0.007251 0.010483 -0.010374 -0.014093 -0.030276 0.015342 -0.066553 0.024406 -0.120269 -0.02414 -0.003476 0.014336 0.039098 0.034778 0.010696\nཨ 0.062175 0.008109 -0.019408 0.01659 0.018553 0.025484 0.013136 -0.024546 -0.02658 -0.02318 0.021875 0.0219 -0.02338 -0.032465 0.028712 0.004019 -0.001935 -0.023651 -0.008522 -0.036394 -0.006682 0.007358 0.010177 0.020515 0.019098 -0.009289 -0.011069 -0.013271 -0.020812 -0.042273 0.038791 -0.015556 -0.016143 -0.046389 0.035946 0.042449 -0.04134 0.047764 0.008057 0.042226 -0.02239 0.024956 -0.019389 0.010174 -0.035907 -0.019796 0.026053 0.000307 -0.006356 0.015765 0.020711 0.054687 0.035187 -0.031244 0.038869 -0.008962 0.018264 0.013621 0.00348 0.030671 -0.064321 -0.017109 0.015219 -0.023788 0.020049 0.038125 0.049222 -0.034124 0.019912 0.014358 -0.066671 -0.015871 0.018882 0.015146 -0.054783 0.00031 -0.040387 0.013417 -0.018885 -0.020996 0.01037 -0.012949 0.013252 0.021748 -0.042958 -0.051099 -0.016185 -0.001226 -0.001837 -0.000136 0.003062 -0.003928 0.005329 -0.014083 0.007963 0.014983 -0.004706 -0.012427 -0.007306 0.000643 -0.018623 0.007797 -0.015505 -0.037426 0.023967 -0.01863 -0.02863 -0.006975 0.023395 0.011035 0.055594 0.006052 0.019398 -0.014288 0.023347 0.00452 -0.013765 -0.000554 -0.013063 -0.040829 0.020379 -0.005299 0.025485 0.014036 0.024413 0.04461 0.000138 -0.021546 -0.006762 -0.025282 0.011276 -0.001847 -0.021391 0.030399 -0.019754 0.02838 -0.014985 -0.003666 0.012112 0.063914 -0.01685 -0.031276 0.009896 0.036772 -0.0381 -0.055262 0.065429 0.000735 0.013364 -0.024094 0.002935 0.018039 0.057974 0.031102 -0.014537 -0.002761 0.0106 -0.036885 0.018115 -0.006315 -0.000808 -0.005499 0.026824 0.019688 -0.013546 0.001777 0.02597 -0.03421 0.02236 0.014446 -0.025535 -0.031607 -0.004596 0.020706 -0.054074 -0.040524 -0.034692 -0.014289 -0.024728 -0.021088 0.040428 -0.014093 -0.011914 0.005144 -0.01029 -0.020022 0.006489 0.015812 -0.069162 0.003339 0.014554 0.024389 -0.04195 -0.03441 -0.005082 0.032168 -0.029632 0.021907 0.015735 0.001911 -0.01525 -0.028061 0.014998 0.00924 0.013564 0.019627 -0.013084 -0.012311 0.000917 0.035711 -0.014334 0.006573 -0.012796 0.007863 0.002056 0.05097 0.016785 -0.00295 0.009508 -0.011403 -0.013479 0.002349 -0.00513 0.033816 -0.003332 -0.005629 0.005354 0.00915 -0.007086 -0.02167 -0.00415 -0.01071 -0.009391 -0.042118 -0.039059 -0.000853 -0.019988 -0.030752 0.038712 0.026364 0.017967 0.030926 -0.014603 0.013424 -0.003236 -0.016207 0.021517 0.001439 0.031061 0.059659 0.002797 -0.013069 0.015548 -0.036254 -0.025783 -0.032958 0.000315 0.027135 -0.009786 -0.007355 -0.008013 -0.005458 0.033807 -0.034998 -0.046994 -0.013011 -0.031879 -0.020458 -0.009324 0.011837 0.011823 0.008316 0.00583 -0.009658 0.015546 -0.000729 0.002888 0.007644 0.035989 -0.025944 0.021344 -0.022812 0.005503 -0.009977 -0.012257 0.01029 0.007035 -0.01209 -0.028372 -0.034927 0.014279 -0.034539 0.001742 -0.059555 -0.008456 -0.018389 0.025036 0.026063 0.026209 -0.013832\nჭ 0.035125 0.000796 -0.024665 0.000718 0.004212 0.027167 -0.005768 -0.013238 -0.009561 -0.022185 0.024912 0.012789 -0.02391 -0.019326 0.014428 0.001895 0.014934 -0.015793 -0.006546 -0.016666 -0.007958 7.1e-05 0.008341 0.005503 -0.002827 0.019007 -0.005319 -0.012576 -0.00851 -0.025427 0.015933 -0.037399 -0.019552 -0.028064 0.007966 0.005374 -0.030687 0.023227 -0.002376 0.004051 -0.017365 0.007722 0.006845 -0.002568 -0.029613 -0.008315 0.004509 0.001461 -0.005911 0.006084 -0.000167 0.038449 0.018364 -0.009687 0.019661 0.008612 -0.001898 0.010905 -0.017836 0.016392 -0.026434 -0.009765 0.000895 -0.0044 0.010929 0.016437 0.01216 0.003185 0.013986 0.006911 -0.032634 0.001345 0.011248 0.010824 -0.042459 -0.003959 -0.011761 0.013242 -0.028228 -0.01654 0.003319 0.004799 -0.011533 0.010988 -0.012317 -0.022246 0.000147 0.011773 -0.003966 0.002336 -0.007984 0.004439 0.005261 -0.003935 0.02282 -0.006337 -0.005677 -0.016086 -0.005075 -0.003783 -0.012781 0.00162 -0.004172 -0.018226 0.007475 0.002014 -0.02228 0.027074 0.033121 -0.012382 0.016578 0.005314 0.007789 -0.010865 0.010463 -0.006383 -0.006384 0.002665 -0.006495 -0.021815 0.020088 0.002058 0.00896 0.011709 0.032682 0.005582 -0.006879 -0.012973 0.001143 0.001812 -0.009085 -2.9e-05 -0.013006 0.016759 -0.014386 0.004873 -0.012702 0.00206 0.024657 0.027938 0.007856 -0.004376 -0.011532 0.010969 -0.022639 -0.036768 0.019317 0.009084 0.003893 -0.031189 -0.011874 -0.004753 0.021429 -0.003091 0.000728 0.000687 0.003477 -0.008935 0.020318 -0.00233 -0.022663 0.007141 4.2e-05 0.012859 -0.007723 -0.014854 0.00851 -0.032743 0.009384 0.008823 -0.010354 -0.013532 0.001294 0.022965 -0.004692 -0.02548 -0.017419 -0.015673 -0.031271 0.005315 0.020039 -0.005627 0.000497 -0.009285 -0.004547 -0.020365 0.013483 0.015653 -0.035373 -0.003651 0.018907 0.015419 -0.013556 -0.01905 0.015122 0.026335 -0.016076 0.009358 0.006802 0.000276 -0.01536 -0.023756 0.014635 0.014208 0.006957 0.010972 0.016822 0.001365 0.012184 0.031708 -0.017716 -0.000103 -0.011095 0.008716 0.005322 0.038607 0.005394 -0.009254 0.009518 0.010388 -0.007872 0.00205 0.007491 0.017311 -0.016486 -0.009987 -0.009195 0.018533 0.009526 -0.013822 -0.002785 0.000179 0.003667 -0.017973 -0.022065 -0.00531 -0.012408 -0.025834 0.020669 0.010596 -0.001467 0.008847 -0.01542 0.007903 0.00973 0.003886 0.0179 -0.004773 0.029101 0.026661 0.006416 0.015415 0.000824 -0.007468 -0.017249 -0.021945 -0.010851 0.013038 -0.016656 -0.005694 0.011758 -0.001548 0.006387 -0.021951 -0.024045 7.8e-05 -0.025122 -0.022486 0.00101 0.000737 0.013441 0.014388 0.010649 0.000338 0.011065 -0.002287 -0.005534 0.010142 0.032801 -0.036513 -0.006375 -0.021229 0.021836 0.007878 -0.004576 -0.001829 0.010496 -0.001846 -0.003775 1e-06 -0.003961 -0.022642 0.000363 -0.04708 -0.008941 0.013061 0.013293 0.017736 0.009629 -0.00027\nᐅ 0.009582 -0.00077 -0.021183 0.007518 0.000414 0.022673 -0.003485 -0.014158 0.005012 -0.013656 0.026752 0.008797 0.007899 -0.007708 -0.01303 -0.017728 0.012975 -0.009071 -0.007918 -0.047239 8.1e-05 0.025474 -0.032285 -0.021835 -0.015566 -0.015186 0.007822 -0.021045 0.012919 -0.023386 0.037464 0.006825 -0.02768 -0.005757 0.000161 0.0143 -0.040485 0.055329 0.027206 0.004291 -0.012044 0.003245 -0.02607 0.008919 -0.020985 0.008943 0.023371 -0.034987 -0.000344 0.02049 0.026205 -0.015978 0.043172 -0.030152 -0.006394 -0.031658 -0.025154 -0.01163 -0.010162 -0.009424 -0.028983 0.00434 -0.011073 -0.009542 -0.003563 -0.02013 0.036423 -0.02555 0.012165 -0.004534 -0.013692 -0.031132 0.045782 0.013035 -0.013962 -0.018374 -0.000345 0.031246 -0.018443 -0.012514 0.041366 -0.047039 0.010117 0.035072 -0.027144 -0.063422 -0.004802 0.011907 -0.000442 0.028526 2.8e-05 0.025309 -0.013096 0.011687 0.043275 -0.015977 -0.002416 -0.019222 0.049685 0.038602 -0.005065 -0.005827 -0.012385 -0.024041 -0.027206 -0.033245 -0.000374 0.010907 0.04655 -0.000158 0.054132 -0.003441 -0.006539 -0.028468 0.021003 0.026569 0.04122 -0.011932 0.019001 -0.029936 -0.009314 0.00263 0.013621 0.028017 0.032728 0.014896 -0.005787 0.001876 -0.005715 -0.012599 -0.036051 0.016746 -0.026247 0.046753 -0.001355 0.021171 -0.029204 -0.0326 0.001403 0.030113 -0.011872 0.00443 0.033796 0.050802 -0.009213 -0.039015 0.00918 0.013057 0.006985 -0.023887 -0.003034 0.009968 0.009075 0.027969 0.006561 0.003279 -0.019694 -0.02039 -0.022663 -0.015327 -0.026327 0.0052 0.014894 0.005281 0.010762 -0.007139 0.017814 -0.016397 0.003177 -0.013827 -0.020041 -0.007804 0.025985 0.035139 -0.006487 -0.045135 0.010635 0.003327 -0.030409 -0.01812 0.037819 -0.017222 0.003694 -0.002901 -0.004771 0.005477 -0.015146 -0.015174 -0.011157 0.011966 0.01694 0.025184 -0.0091 -0.019277 -0.012844 0.031315 0.006285 0.007354 0.020636 -0.00684 0.000499 -0.013599 0.013871 -0.000344 0.024919 -0.007174 0.000654 0.016246 0.034062 0.002515 -0.022127 0.008224 -0.01242 7.3e-05 0.022156 0.04549 -0.017535 -0.028543 0.03454 -0.034557 0.003363 0.014299 0.00394 -0.015404 -0.002363 -0.021814 -0.003408 0.000625 -0.00746 -0.000972 -0.004458 0.00193 0.021678 -0.032597 -0.037795 -0.003151 0.013784 -0.040107 0.002628 0.015366 0.029064 0.004598 -0.014131 0.039281 0.005255 0.020558 0.023893 0.024291 0.011762 0.006796 -0.03688 -0.033163 0.01823 0.006667 -0.051022 -0.000782 -0.005241 0.023126 -0.028991 -0.00947 -0.008089 0.002309 0.028523 -0.034062 -0.046459 -0.009043 -0.008723 0.001238 -0.039042 0.020829 -0.002299 -0.004898 0.028748 0.018342 0.006592 0.017107 -0.022011 -0.008396 0.01553 -0.002336 -0.018798 -0.01264 0.008926 0.017201 0.030656 -0.01124 0.016374 0.010274 -0.030718 0.023256 -0.019057 -0.022474 -0.003703 -0.04425 0.005832 -0.004344 0.020886 0.036099 -0.0108 -0.017013\n̋ 0.107269 0.016152 -0.050132 0.040234 0.028918 0.061699 -0.040239 -0.067382 -0.002082 0.001408 -0.028979 0.054638 -0.048585 -0.016426 0.01597 -0.041023 0.030047 -0.040525 0.021975 -0.070761 0.041607 0.019692 0.001443 0.014059 0.01027 0.062639 0.014738 -0.0249 0.079047 0.064007 0.022353 -0.055459 -0.033677 -0.082941 -0.022522 -0.003225 -0.067908 0.014138 -0.033381 0.043334 -0.040703 0.028957 0.01011 0.034209 -0.019598 0.007573 0.04291 -0.026861 0.020145 0.01207 0.026814 0.08798 0.020333 -0.023313 -0.014428 0.060407 -0.029185 0.053463 -0.012176 0.033582 -0.03398 0.025832 -0.067698 -0.004229 -0.034026 0.008735 0.042889 -0.026775 0.02437 0.003855 -0.043464 0.032393 0.015037 0.024907 -0.050569 -0.036382 -0.057824 0.001096 -0.02217 -0.058187 0.064163 0.032127 -0.045672 -0.028502 -0.037185 -0.109925 -0.076167 0.071513 0.054033 0.02338 -0.052079 0.062876 -0.030376 -0.000232 -0.036335 0.013752 -0.069085 0.004583 -0.043238 0.010264 -0.033203 0.002653 0.016903 -0.059846 0.038369 -0.025325 -0.070878 0.036871 0.069489 -0.043287 0.067107 -0.022055 0.003092 0.009618 0.084815 0.027104 0.013782 -0.010621 0.034402 -0.031674 0.076831 -0.040775 0.052175 0.01854 0.039072 0.01304 -0.072989 0.02062 0.032633 -0.02729 0.006571 -0.006699 -0.025123 0.045742 0.02531 0.017691 0.045088 0.04963 0.037516 0.05903 -0.026364 -0.00722 0.05269 0.034363 -0.007914 -0.03329 -0.043242 -0.061757 -0.005113 -0.036835 -0.0358 0.00984 0.017372 0.003074 0.026575 0.000248 -0.010475 -0.022416 0.00473 -0.015144 -0.042224 0.006125 -0.063506 0.047683 -0.041088 -0.051062 0.018191 -0.025197 0.048417 0.063726 -0.078544 -0.060679 -0.023886 0.038557 -0.02265 0.015997 -0.002634 -0.045158 -0.020823 -0.020748 0.076927 -0.036298 -0.011748 -0.045096 -0.101988 0.011223 0.078609 0.041865 -0.129315 0.011126 -0.017478 0.044948 -0.026526 -0.051855 0.011105 0.036369 -0.012572 0.024515 0.006057 -0.034942 -0.003422 0.013858 0.052812 0.038414 0.051944 -0.02337 0.025065 0.011634 -0.016946 0.005882 -0.066274 -0.02608 0.055774 0.084401 -0.022767 0.043443 0.021157 0.043004 0.003315 0.023198 0.005421 -0.009142 -0.000472 0.036031 -0.049425 -0.024441 -0.065674 0.022074 -0.002846 0.017366 0.020914 0.006987 0.022854 -0.090535 0.051397 -0.040319 -0.02696 -0.026261 0.008133 0.037678 0.050618 0.077181 0.012774 0.074081 0.045213 -0.0271 0.10851 0.072051 0.013426 0.008585 -0.029679 0.019063 -0.04023 -0.081668 0.041186 -0.066961 -0.098482 -0.046776 0.00779 0.073198 0.01931 0.028485 0.027873 -0.024626 -0.045977 0.035209 0.051526 0.016275 0.030316 -0.049502 0.033698 -0.042319 -0.00526 -0.016514 0.013418 -0.006992 -0.051026 0.017431 0.043349 0.004175 -0.057788 0.026908 0.036978 0.025958 0.006743 -0.002374 0.02785 -0.063416 -0.017474 -0.000801 0.023401 0.026928 0.028309 -0.060936 -0.028388 0.01985 -0.067186 0.047849 0.062338 0.0103\nஐ 0.074342 -0.005824 -0.119964 0.039948 0.007134 0.059534 0.022715 -0.012029 -0.062811 -0.089825 0.065319 0.022104 -0.017634 -0.047535 0.066869 -0.002705 0.026873 -0.0525 -0.014679 -0.079241 -0.044635 0.012572 0.03261 0.032132 -0.000305 0.040833 0.009802 -0.013311 -0.015907 -0.075673 0.015671 -0.069015 -0.041686 -0.074819 0.020252 0.022926 -0.078387 0.073742 0.005784 0.062975 -0.052503 0.031514 0.015965 -0.016024 -0.044993 -0.056533 0.062587 -0.026896 -0.018334 0.055038 -0.006711 0.108319 0.065957 -0.04572 0.080813 0.030943 -0.012465 0.035795 -0.043863 0.059876 -0.036791 -0.046451 -0.018137 -0.045467 0.065755 0.030119 0.074209 -0.012315 0.066928 0.057058 -0.094672 0.004269 0.037045 0.03602 -0.064425 0.024104 -0.053603 0.057614 -0.067065 -0.004885 -0.007814 -0.013415 -0.021847 0.021741 -0.009367 -0.087187 0.028091 -0.033748 -0.025389 -0.032877 -0.010589 0.052167 -0.007034 -0.0275 0.030123 -0.017807 -0.008404 -0.086889 -0.008245 -0.025565 -0.043408 0.014867 -0.010704 -0.065638 0.023459 -0.01395 -0.024865 -0.004737 0.069652 -0.001451 0.072751 0.033676 0.029654 -0.032098 0.029291 -0.000604 -0.041329 0.000406 -0.008854 -0.078937 0.059263 -0.003958 0.085205 0.046822 0.056374 0.02402 -0.047906 -0.032757 -0.024318 -0.017263 -0.039045 -0.02104 -0.021475 0.038876 -0.038961 0.037832 -0.068681 -0.001829 0.019062 0.07941 0.00799 -0.007406 0.026166 0.033173 -0.061057 -0.076414 0.103115 0.030462 -0.03799 -0.050454 0.031445 0.025594 0.05266 0.072652 0.008921 0.031888 0.005815 -0.024339 0.038019 -0.058089 -0.041103 0.026806 0.044125 0.014055 -0.011508 -0.026364 0.042534 -0.039952 0.053013 0.04841 -0.044501 -0.038285 -0.012692 0.058338 -0.038015 -0.045448 -0.035291 -0.012066 -0.085222 -0.044487 0.063281 -0.013022 0.027174 -0.023253 -0.008437 -0.027792 0.006775 0.048315 -0.129198 0.021074 0.011369 0.045658 -0.050624 -0.05797 0.006107 0.0773 -0.041956 0.024636 0.002348 0.001549 -0.049435 -0.066867 0.026993 0.075748 0.032751 0.029156 0.028562 -0.039236 -0.01432 0.084093 -0.05786 -0.001786 -0.022299 0.036039 -0.008633 0.114573 0.023448 -0.050481 0.019571 -0.009383 -0.020357 0.012161 0.009228 0.012944 -0.068672 -0.006831 0.015241 0.051914 -0.042136 -0.05212 -0.004787 0.004759 -0.014814 -0.029966 -0.069509 -0.011857 -0.031789 -0.058849 0.06682 0.044164 0.031422 0.032324 -0.052335 0.027097 0.023683 -0.01081 0.052856 -0.010955 0.087603 0.09605 0.04969 0.029553 -0.009344 -0.091927 -0.049489 -0.027114 0.006008 0.047353 -0.055226 -0.01023 -0.004785 -0.046775 0.053287 -0.043268 -0.073459 -0.039762 -0.072458 -0.028426 0.029921 -0.005181 0.036814 0.018246 0.016817 -0.028818 0.030107 -0.024593 -0.006536 0.044102 0.081944 -0.105526 -0.009602 -0.059763 0.021298 0.009994 -0.043792 0.007221 0.03907 -0.011182 -0.013833 -0.037902 0.016169 -0.075809 0.019614 -0.12142 -0.011662 -0.012064 0.029891 0.029052 0.059927 0.036322\nక 0.063641 -0.008342 -0.066646 0.03088 0.024691 0.058243 -0.001056 -0.008173 -0.026576 -0.050013 0.038104 0.011956 -0.002802 -0.026795 0.0296 0.00277 0.008396 -0.01942 -0.010776 -0.052327 -0.024322 -0.020327 -0.006054 0.017236 0.009735 0.022211 -0.016101 -0.025324 -0.004153 -0.040562 0.03023 -0.043146 -0.026733 -0.04514 0.0238 0.015961 -0.038126 0.062513 0.004839 0.035393 -0.061377 0.02641 -0.005785 -0.013417 -0.059869 -0.023226 0.050987 -0.005955 0.003213 0.025866 0.012209 0.078102 0.052104 -0.066266 0.043291 0.008035 -0.001186 0.023785 -0.037947 0.036348 -0.06031 -0.043225 -0.020719 -0.009483 0.027035 0.028706 0.060259 -0.036139 0.052925 0.029399 -0.075633 -0.008214 0.034447 0.027654 -0.064087 -0.003174 -0.036853 0.043409 -0.063673 -0.018458 -0.00314 0.009367 0.019121 0.020298 -0.035448 -0.078027 0.003365 0.000994 -0.041174 -0.020949 -0.014052 0.027629 0.024524 -0.011568 0.033764 -0.012974 -0.007481 -0.047541 0.0116 0.000335 -0.031833 0.000455 -0.000632 -0.036556 0.0207 -0.001044 -0.030319 0.008642 0.047192 -0.002687 0.067268 0.042597 0.019646 -0.019111 0.017058 0.002347 -0.016047 -0.001928 -0.029666 -0.067024 0.025121 -0.002873 0.068203 0.025432 0.054111 0.022725 -0.029624 -0.017348 -0.013864 -0.012795 -0.02041 -0.003896 -0.016785 0.039584 -0.010868 0.022105 -0.036552 -0.011222 0.00727 0.070862 0.001766 -0.007963 0.025875 0.032218 -0.056653 -0.068073 0.080853 0.019024 -0.006712 -0.046398 0.01078 0.01271 0.045472 0.037338 -0.013083 0.010007 0.017344 -0.025595 0.014929 -0.039719 -0.018466 0.013081 0.028382 0.022587 -0.021517 -0.022644 0.027935 -0.038962 0.018515 0.028417 -0.045068 -0.046187 -0.006932 0.067831 -0.02931 -0.050483 -0.01031 -0.038475 -0.04344 -0.017664 0.040771 -0.003544 -0.008063 -0.008587 -0.016832 -0.007321 -0.008998 0.024201 -0.065273 0.008431 0.004443 0.041712 -0.053731 -0.027526 0.022844 0.073845 -0.029008 0.022809 0.003918 -0.013559 -0.054879 -0.035505 0.009695 0.023579 0.031337 0.013832 0.022886 -0.018625 -0.0052 0.053184 -0.04163 -0.004761 -0.014735 0.014379 -0.010989 0.092465 0.004674 -0.01935 0.010073 0.012523 -0.013349 -0.001736 -0.014589 0.001726 -0.01229 0.0087 0.022034 0.033248 -0.009588 -0.033333 -0.015665 -0.008115 -0.005434 -0.028894 -0.059836 0.005429 -0.006801 -0.054984 0.028784 0.025546 -0.002031 0.027279 -0.032233 0.013062 0.001497 -0.023931 0.04455 -0.001985 0.064523 0.077965 0.037189 0.01347 -0.008351 -0.056056 -0.049122 -0.040127 -0.006868 0.019543 -0.036541 -0.012176 0.022283 -0.016115 0.037836 -0.032882 -0.046031 -0.035304 -0.050977 -0.009944 0.020229 -0.002187 0.020779 0.003038 0.00355 -0.009445 0.020859 0.01582 -0.009551 0.022074 0.073898 -0.058248 -0.004957 -0.034044 0.015904 0.034646 -0.02865 -0.014118 0.032602 -0.01156 -0.015573 -0.029039 0.013325 -0.061235 0.012577 -0.096849 -0.013444 0.007771 0.024751 0.016196 0.03903 -0.003478\nម 0.029875 0.005958 -0.037309 0.023379 0.010469 0.035288 0.005017 -0.006253 -0.01801 -0.026694 0.036291 0.009314 -0.005385 -0.019584 0.022208 -0.002145 0.004699 -0.029854 -0.002803 -0.03887 -0.014551 0.007878 0.003806 0.007239 -7.1e-05 0.018913 -0.020579 -0.008187 -0.01375 -0.020271 0.023624 -0.034708 -0.01472 -0.041167 0.009617 0.007719 -0.026845 0.043324 0.001176 0.025867 -0.035296 0.013366 0.001518 -0.003099 -0.022159 -0.017568 0.026494 -0.002926 0.003009 0.013582 -0.000674 0.05075 0.02576 -0.030669 0.040561 0.009132 0.004875 0.015783 -0.007277 0.029315 -0.029919 -0.022194 -0.014368 -0.014642 0.011668 0.020403 0.041525 -0.018778 0.032313 0.015233 -0.049909 -0.009129 0.018916 0.022402 -0.044524 0.001723 -0.024586 0.019828 -0.033726 -0.010182 0.026585 0.003691 0.003569 0.015271 -0.013877 -0.052004 0.007089 -0.006511 -0.011958 -0.005592 -0.006765 0.017144 0.006434 -0.009002 0.013425 -0.007489 0.002931 -0.042168 0.009046 -0.011193 -0.016864 -0.003413 -0.001666 -0.03493 0.012472 0.004212 -0.02425 0.002233 0.041469 -0.005395 0.041273 0.015197 0.023041 -0.013983 0.002284 -0.008197 -0.006428 -0.003805 -0.022969 -0.037368 0.035951 -0.002669 0.033097 0.01279 0.030942 0.011128 -0.007209 -0.008982 -0.011882 -0.016407 -0.017108 -0.00819 -0.014107 0.035836 -0.024932 0.014893 -0.026827 -8e-06 0.007691 0.043651 -0.003685 -0.005856 -9.1e-05 0.01878 -0.043407 -0.044964 0.047818 0.009819 0.00798 -0.04122 0.005901 0.003489 0.030103 0.013515 0.005004 0.002647 -0.000923 -0.024994 0.019653 -0.019849 -0.018294 0.018665 0.031791 0.013698 -0.017188 -0.02212 0.023233 -0.008674 0.019064 0.015717 -0.031332 -0.024719 -0.008297 0.034286 -0.015283 -0.01567 -0.002601 -0.013979 -0.050867 -0.018733 0.026342 -0.009035 0.00795 -0.017662 -0.001206 -0.015012 0.013643 0.012675 -0.050512 0.003488 0.016911 0.019469 -0.031245 -0.03417 0.007607 0.036403 -0.022534 0.022961 0.001835 0.006001 -0.028069 -0.021983 0.019082 0.014099 0.01533 0.018557 0.008227 -0.006094 -0.009636 0.027314 -0.020692 -0.010483 -0.004873 0.016336 -0.002309 0.057815 0.016346 -0.016728 0.009253 -0.002013 -0.006862 0.009293 -0.002539 0.006862 -0.016081 0.001091 -0.000983 0.013921 -0.002483 -0.026276 -0.011269 -0.005589 0.002172 -0.027563 -0.030242 0.002088 -0.016973 -0.027121 0.021027 0.017963 0.006207 0.027442 -0.026146 0.018449 -0.007119 -0.003788 0.034649 0.002239 0.037836 0.053904 0.024112 0.006137 0.007644 -0.032401 -0.03225 -0.020313 0.00175 0.021855 -0.021402 -0.005829 0.009474 -0.011274 0.02451 -0.02753 -0.024069 -0.025306 -0.028102 -0.022066 0.009843 -0.003303 0.011805 -0.006998 0.013621 -0.003442 0.008177 0.004063 0.002075 0.017427 0.044303 -0.050758 -0.002172 -0.012003 0.016513 0.012363 -0.020045 -0.013219 0.018708 -0.010821 -0.017446 -0.012796 0.005092 -0.038429 0.015318 -0.05631 -0.014193 0.009553 0.009552 0.016818 0.017362 -0.003741\nܣ 0.030755 0.000684 -0.065364 0.029258 0.019828 0.047371 0.012718 -0.015116 -0.016773 -0.039613 0.04039 0.013113 -0.029314 -0.042781 0.034431 -0.015857 0.018866 -0.03681 -0.011823 -0.056211 -0.031567 -0.006631 -0.00015 0.02232 0.004355 0.019306 -0.0119 -0.029477 -0.02139 -0.017436 0.028568 -0.031397 -0.02124 -0.04396 0.025285 0.019413 -0.045978 0.03786 0.006459 0.041569 -0.039042 0.01135 0.01054 -0.010994 -0.054013 -0.012341 0.041663 -0.001082 -0.000265 0.02952 4.1e-05 0.07275 0.028485 -0.05976 0.066742 0.003851 -0.02107 0.030904 -0.016351 0.040806 -0.044959 -0.044248 -0.013132 -0.005154 0.023007 0.016707 0.046965 -0.010994 0.061108 0.02404 -0.057049 -0.006362 0.015329 0.013469 -0.059096 0.00131 -0.022877 0.040477 -0.066788 -0.024049 0.012025 0.015515 -0.004826 0.035397 -0.055611 -0.078195 -0.010667 0.009625 -0.039061 -0.023 -0.001535 0.036986 2.1e-05 -0.026066 0.022212 -0.020929 -0.018093 -0.039424 -0.013456 0.007618 -0.024254 -0.01223 0.008057 -0.033525 0.016787 -0.004126 -0.02656 0.002084 0.056207 0.005499 0.042025 0.044131 0.014032 -0.015351 0.011115 0.002683 -0.014389 0.003878 -0.023647 -0.048282 0.011622 -0.005701 0.041356 0.02845 0.056964 0.03176 -0.00599 -0.036673 -0.043354 -0.033201 -0.028236 0.003762 -0.040171 0.041321 -0.024564 0.021979 -0.028285 0.008546 -0.001424 0.068982 -0.002479 -0.026821 0.032694 0.043568 -0.075681 -0.077428 0.074656 0.029954 0.004897 -0.068746 0.014984 0.020652 0.041858 0.033278 -0.023763 -0.011357 0.01288 -0.032532 0.014391 -0.018005 -0.037565 0.019125 0.007074 0.009812 -0.023875 -0.008963 0.027823 -0.034734 0.035535 0.03036 -0.022176 -0.03654 -0.010659 0.028948 -0.027939 -0.047353 -0.011604 -0.024991 -0.054684 -0.026574 0.029923 -0.022336 -0.00075 0.004922 -0.00605 -0.034089 0.002176 0.021357 -0.078883 -0.018341 -0.005883 0.036889 -0.066307 -0.040698 0.00094 0.050278 -0.016881 0.001189 -0.018824 -0.002495 -0.071575 -0.05013 0.018037 0.044447 0.016709 -0.005072 0.025228 -0.010087 -0.004202 0.055522 -0.038193 -0.006198 -0.011605 0.012885 -0.003289 0.079895 0.007682 -0.028648 0.008642 0.020525 0.000144 0.011007 -0.024744 0.012591 -0.007305 -0.01694 0.018337 0.02404 0.000571 -0.022159 -0.003414 0.008572 -0.009996 -0.040437 -0.071938 -0.011601 -0.011604 -0.048367 0.032746 0.023846 0.023165 0.034594 -0.0149 0.009612 0.007034 -0.014562 0.054003 -0.014687 0.038235 0.067619 0.051799 0.007256 0.020736 -0.065006 -0.03287 -0.032977 -0.008801 0.027228 -0.025053 -0.036865 0.0104 -0.020074 0.045371 -0.0315 -0.03364 -0.013853 -0.029493 -0.018469 0.010692 -0.000892 0.058552 -0.003851 0.021034 0.003332 0.022685 0.029124 0.00706 0.015779 0.078104 -0.052324 0.014137 -0.02115 0.009885 0.032696 -0.007746 -0.022428 0.009279 -0.017427 -0.031133 -0.025255 0.025427 -0.057698 0.021071 -0.09447 -0.000212 0.016802 -0.008611 0.033713 0.023301 -0.005146\n¢ 0.038118 -0.048515 -0.042962 0.005996 -0.013794 0.056135 0.028137 -0.030044 0.058666 0.037165 0.000711 -0.011627 -0.01997 -0.052616 0.105786 -0.158891 0.008655 -0.061012 -0.065394 -0.139741 -0.024876 0.068088 0.028397 0.012988 0.000639 0.053199 0.030011 -0.00308 0.021519 -0.027798 0.016092 -0.015426 0.075319 -0.153179 -0.027357 0.068712 -0.058224 0.09498 0.070933 0.014113 0.007037 -0.009387 -0.051757 0.05506 -7.6e-05 -0.029056 0.042745 0.025413 -0.045676 -9e-05 -0.064967 0.074055 0.072312 -0.016679 0.028974 0.014171 -0.008834 0.072582 0.021334 0.020198 -0.002476 -0.079923 0.010513 -0.025327 0.001149 -0.014911 0.067671 -0.010024 0.052316 0.023936 -0.070166 -0.086544 0.037856 -0.067522 -0.053324 -0.086172 -0.044984 0.063326 -0.000367 -0.070473 -0.03054 0.026618 0.034501 -0.051854 -0.058291 -0.109368 -0.02541 -0.070177 -0.035301 0.026878 0.014105 0.063978 0.087102 -0.090687 0.00398 -0.006637 0.027894 -0.0334 -0.03363 0.042524 0.002913 0.005026 0.00871 -0.000146 0.009198 -0.063439 0.005841 0.005866 0.048257 0.035737 0.065298 0.028823 0.049933 -0.023208 0.041256 -0.019475 -0.030741 -0.008224 0.043109 -0.126462 0.011961 0.074912 0.0381 0.045046 0.00183 -0.058201 0.068447 0.0062 0.086403 0.033722 -0.000759 -0.039156 -0.097266 0.031639 0.008963 -0.067613 -0.001997 -0.053294 -0.039234 0.091826 -0.059528 -0.021785 0.063334 -0.008786 -0.053191 -0.109644 0.093404 -0.04146 0.1137 -0.096543 -0.036895 0.015942 -0.010616 0.060054 -0.080442 -0.03407 -0.005541 -0.033187 -0.04941 -0.034799 0.079682 0.019289 0.021068 0.005981 -0.028077 0.020594 0.028724 -0.039202 0.038408 0.019048 -0.017624 -0.053914 -0.079535 -0.003233 0.014706 -0.055491 -0.043367 -0.016762 -0.061507 -0.026389 0.079922 0.031517 -0.042121 0.007302 -0.010921 -0.032842 -0.04292 0.070779 -0.050158 -0.015793 0.030992 0.048872 -0.071316 -0.113353 -0.026041 0.040044 -0.039063 0.027674 -0.01509 -0.024046 -0.044986 0.01836 -0.04053 -0.018932 0.05112 -0.025491 0.083802 -0.0269 0.106325 0.104277 -0.082466 -0.031747 -0.045108 -0.059783 -0.041626 0.066982 0.005579 0.010569 -0.029533 -0.006106 0.008424 0.07503 -0.048867 -0.00131 -0.055987 0.047075 -0.012 0.023322 0.04503 -0.116249 -0.006918 0.008001 0.014012 0.042371 -0.075477 -0.025154 0.008001 -0.174961 0.033619 0.156385 0.032865 -0.014079 -0.059065 0.025592 -0.086063 -0.071218 0.046367 -0.05235 0.132545 0.059095 0.049745 0.050979 -0.017749 -0.159298 -0.027997 0.025841 0.004427 0.019817 -0.088731 -0.069506 -0.064064 -0.042994 0.093711 -0.011477 -0.027969 -0.035882 -0.038148 -0.042914 0.014422 0.052664 0.006613 -0.064249 -0.017057 -0.003106 0.003085 0.029592 0.023635 -0.002407 0.113754 -0.007009 0.028903 0.051834 0.045101 0.02207 -0.060949 -0.084076 0.025666 -0.057905 -0.07153 -0.072092 0.067672 -0.009646 0.035278 -0.129118 -0.040641 0.029819 0.007286 0.002831 0.015924 0.052562\nध 0.031648 0.000398 -0.049472 0.020803 0.007823 0.039079 0.004871 -0.006107 -0.025282 -0.033762 0.040475 0.007937 -0.007963 -0.023644 0.030473 -0.006312 0.006625 -0.02423 -0.00945 -0.04707 -0.015879 9.9e-05 0.003136 0.012381 0.007379 0.021123 -0.012965 -0.010905 -0.023078 -0.028495 0.02306 -0.034386 -0.01372 -0.038607 0.00761 0.010057 -0.041939 0.040819 0.008867 0.024042 -0.036275 0.013609 0.002043 -0.004842 -0.027533 -0.018855 0.031876 -0.007894 -0.005781 0.016082 0.00586 0.056139 0.035306 -0.038742 0.045219 0.006466 -0.00886 0.017467 -0.00818 0.029603 -0.032586 -0.030752 -0.001232 -0.023794 0.016395 0.017566 0.03638 -0.007301 0.031241 0.016173 -0.053253 -0.006022 0.021414 0.014932 -0.044808 0.002255 -0.029422 0.021476 -0.039659 -0.019453 0.007122 -0.002654 0.005239 0.018724 -0.01783 -0.04554 0.007911 -0.006906 -0.019986 -0.001208 -0.01091 0.022092 0.008236 -0.012827 0.017405 -0.004605 -0.000961 -0.039082 -0.000876 -0.008737 -0.024612 0.001171 -0.005641 -0.023652 0.016113 -0.005287 -0.014345 0.007873 0.040366 -0.000889 0.04211 0.019527 0.022089 -0.016706 0.00627 -0.005873 -0.006878 0.001698 -0.018335 -0.037708 0.022876 -0.002038 0.037735 0.024993 0.034572 0.009689 -0.009445 -0.012169 -0.016979 -0.020933 -0.013337 -0.001841 -0.020802 0.033968 -0.020545 0.011122 -0.034768 0.002387 0.008692 0.040598 -0.009582 -0.004703 0.008399 0.028731 -0.036963 -0.05274 0.049136 0.017526 -0.001209 -0.04139 0.001764 0.011418 0.029685 0.030052 0.005666 0.011975 0.004781 -0.027742 0.0114 -0.017476 -0.026489 0.010633 0.027013 0.013049 -0.014204 -0.015749 0.028918 -0.020215 0.016157 0.018406 -0.023317 -0.018304 -0.01266 0.032868 -0.016457 -0.028791 -0.006894 -0.010456 -0.03922 -0.017918 0.031816 -0.015596 0.012742 -0.014035 -0.006218 -0.01614 0.000905 0.026977 -0.057539 0.002399 0.018774 0.026216 -0.034974 -0.039386 0.00593 0.043577 -0.020395 0.018157 -0.001518 -0.006222 -0.040807 -0.035045 0.014024 0.024718 0.018075 0.017413 0.011816 -0.008687 -0.008331 0.039288 -0.019146 -0.01032 -0.008962 0.018449 -0.001131 0.069905 0.012803 -0.022863 0.014196 0.000525 -0.005201 0.007937 -0.001234 0.004416 -0.030508 -0.006005 0.001424 0.019509 -0.002042 -0.023245 -0.006683 -0.002883 -0.001229 -0.028986 -0.043032 -0.007451 -0.01197 -0.02925 0.03046 0.026155 0.012916 0.019083 -0.024099 0.018097 0.001107 -0.002584 0.032632 -0.004097 0.035483 0.053241 0.029029 0.011433 -0.008999 -0.039059 -0.028851 -0.01494 -0.008756 0.020941 -0.029166 -0.014944 0.003678 -0.013595 0.030419 -0.018273 -0.028792 -0.016877 -0.03234 -0.019199 0.004503 -0.000825 0.017793 0.008543 0.011262 -0.006166 0.011376 -0.002009 -0.00383 0.02074 0.054433 -0.052212 0.002187 -0.024917 0.019161 0.013796 -0.023686 -0.012084 0.015101 -0.012943 -0.019026 -0.014042 0.005709 -0.043057 0.010011 -0.06536 -0.010064 0.007163 0.012046 0.020279 0.015959 0.006622\nદ 0.037148 0.005711 -0.054758 0.006919 -0.000961 0.037064 -0.003624 -0.014123 -0.028513 -0.039727 0.037342 0.017934 -0.01291 -0.024492 0.023731 0.008579 0.004175 -0.022652 -0.025797 -0.043543 -0.017881 -0.004846 0.011855 0.012408 0.000729 0.023441 -0.013036 -0.020246 -0.015706 -0.035275 0.018237 -0.025515 -0.020369 -0.032783 0.00645 0.008147 -0.034454 0.038401 0.002841 0.018926 -0.034994 0.003112 0.014133 0.006475 -0.026661 -0.020139 0.048695 -0.001274 -0.002028 0.015535 -0.006848 0.046628 0.019933 -0.011744 0.048957 0.007454 -0.005778 0.01823 -0.009991 0.03118 -0.039675 -0.024247 -0.008285 -0.007455 0.020684 0.023986 0.050783 0.002711 0.032843 0.015448 -0.058503 -0.004463 0.019154 0.024935 -0.040772 -0.0011 -0.023623 0.022823 -0.039209 -0.008155 0.016195 0.0013 -0.011349 0.011131 -0.014038 -0.03665 0.007816 -0.015745 -0.005088 -0.001045 -0.010076 0.014146 0.017056 -0.011861 0.00399 0.005222 -0.016464 -0.039732 -0.006771 -0.010012 -0.026813 -0.008658 0.001977 -0.028164 0.006752 -0.015351 -0.022639 0.008086 0.036667 -0.007451 0.051834 0.021148 0.019068 -0.027055 0.002998 -0.013698 -0.002135 -0.001871 -0.020778 -0.037612 0.019897 0.00757 0.041843 0.022912 0.036003 0.018305 -0.013533 -0.016327 0.007197 -0.023389 -0.008878 -0.004324 -0.006551 0.036411 -0.019847 0.015567 -0.045147 0.0029 0.009266 0.049609 0.004282 -0.012485 0.00719 0.016067 -0.036496 -0.056219 0.057405 0.024819 0.012064 -0.039393 0.00568 0.011317 0.028157 0.020956 0.005536 0.008434 -0.003774 -0.020474 0.024263 -0.029593 -0.025911 0.014142 0.016204 0.020981 -0.011504 -0.024018 0.008921 -0.020628 0.02678 0.018037 -0.027305 -0.022548 -0.005436 0.031589 -0.017053 -0.031621 -0.01755 -0.007885 -0.045739 -0.021307 0.022977 -0.011647 0.004546 -0.018185 0.000137 -0.027142 0.003665 0.021394 -0.033585 0.006683 0.020408 0.020302 -0.029379 -0.038233 -0.00635 0.030241 -0.030346 0.010166 -0.005003 -0.012148 -0.035557 -0.027193 0.013969 0.035159 0.014753 0.016475 0.023437 -0.000404 -0.013728 0.041162 -0.014538 -0.008253 -0.00268 0.018675 0.000425 0.056447 0.025912 -0.017331 0.013353 0.00241 -0.003554 0.000462 0.000337 -0.006334 -0.029606 -0.007144 0.010728 0.015275 -0.015971 -0.016563 -0.005074 0.002132 -0.00257 -0.013726 -0.034952 -0.005115 -0.008682 -0.032243 0.026246 0.004328 0.002922 0.013701 -0.025682 0.016605 0.001388 0.001694 0.029975 -0.008583 0.04162 0.049842 0.014688 0.009966 -0.010442 -0.025338 -0.011737 -0.013557 -0.013657 0.034182 -0.026951 -0.002651 0.003126 -0.024276 0.035229 -0.035945 -0.03038 -0.018 -0.031857 -0.016778 0.010239 0.003614 0.018465 0.019243 0.019738 -0.004184 0.015291 -0.000554 0.010462 0.017745 0.03515 -0.060987 0.010464 -0.027532 0.020577 0.018653 -0.0096 -0.010587 0.02374 -0.011126 -0.0086 -0.006687 0.003063 -0.040894 0.013915 -0.081174 -0.012681 0.004418 0.028176 0.008633 0.014364 0.006022\nษ 0.021285 0.0022 -0.038547 0.026272 0.014435 0.03415 0.007328 -0.00076 -0.020543 -0.028238 0.022484 0.003013 -0.005832 -0.019023 0.027727 -0.001509 0.006789 -0.019599 -0.009232 -0.038769 -0.01505 0.007242 0.00296 0.012477 0.005969 0.013966 -0.00865 -0.001733 -0.010697 -0.024413 0.015498 -0.028768 -0.016158 -0.036654 0.004165 0.015326 -0.031001 0.034639 0.014758 0.014872 -0.028639 0.010679 -0.001675 -0.006557 -0.02408 -0.028273 0.033745 0.005748 -0.000432 0.010183 0.005134 0.036519 0.028108 -0.031958 0.032783 0.003531 -0.004145 0.02141 -0.012699 0.025564 -0.026065 -0.028904 -0.001132 -0.016814 0.009298 0.018126 0.034764 -0.014174 0.036569 0.009734 -0.043911 -0.008303 0.015149 0.009596 -0.050702 0.00644 -0.027691 0.02193 -0.025877 -0.013079 0.013689 -0.008651 0.005596 0.01444 -0.020722 -0.052462 -0.002954 -0.000376 -0.018077 -0.00203 -0.003332 0.022654 0.004224 -0.01437 0.011591 -0.005421 0.004212 -0.033041 0.004047 -0.004215 -0.015557 0.003965 -0.002054 -0.021994 0.014812 -0.005556 -0.006848 0.005135 0.027267 -0.004564 0.04749 0.016797 0.021705 -0.012293 0.005553 0.003514 -0.008418 0.002722 -0.006635 -0.039919 0.019194 0.004447 0.034581 0.023433 0.032337 0.01083 -0.009995 -0.011796 -0.007164 -0.012893 -0.008799 -0.004722 -0.020335 0.025502 -0.019699 0.016429 -0.035365 0.0005 0.009921 0.038733 -0.000944 -0.0109 0.009446 0.027648 -0.031089 -0.043584 0.039042 0.005854 0.000355 -0.04137 0.002744 0.004724 0.032711 0.026916 -0.004227 0.0073 0.002432 -0.026382 0.009631 -0.02132 -0.011664 0.012288 0.027093 0.011238 -0.011915 -0.010168 0.019591 -0.016097 0.01829 0.015895 -0.021345 -0.020737 -0.009136 0.025909 -0.020243 -0.024196 -0.004528 -0.001827 -0.033663 -0.018691 0.033776 -0.010151 0.004207 -0.009275 -0.006299 -0.012537 -0.00178 0.017618 -0.051119 -0.006593 0.013028 0.027385 -0.030857 -0.029901 0.007858 0.031975 -0.01706 0.007973 0.002706 0.00093 -0.029467 -0.031627 0.012862 0.022692 0.019506 0.016605 0.008079 -0.007804 -0.002033 0.028006 -0.023669 -0.001843 -0.008754 0.014235 -0.0016 0.054791 0.001288 -0.018842 0.004897 -0.005727 -0.00263 0.013622 -0.000806 0.007875 -0.020294 0.000578 -0.000134 0.016247 -0.001605 -0.028791 -0.00869 0.00238 -0.003885 -0.025781 -0.028005 1.6e-05 -0.007953 -0.034669 0.024203 0.025512 0.009899 0.026631 -0.023992 0.0135 0.005231 -0.005569 0.027035 -0.001557 0.03372 0.05316 0.01578 0.004382 -0.003555 -0.040376 -0.028476 -0.020155 0.001386 0.024876 -0.021285 -0.016733 0.008526 -0.011678 0.02739 -0.020148 -0.021093 -0.024527 -0.027635 -0.009165 0.007149 0.002396 0.017755 -0.003951 0.008417 0.003753 0.01047 0.003427 0.000547 0.01585 0.036554 -0.044489 -0.002831 -0.006899 0.008623 0.016717 -0.018219 -0.00652 0.014646 -0.006404 -0.023489 -0.016114 0.010624 -0.042463 0.00531 -0.057853 -0.007852 0.004916 0.010456 0.013437 0.016057 -0.004568\nྨ 0.041 -0.008784 -0.008659 0.027301 -0.010156 0.023355 -0.013361 -0.024009 -0.054422 -0.029614 0.056695 0.051423 -0.010032 -0.045635 0.005105 0.030625 -0.006944 -0.024723 -0.023025 -0.054007 -0.019492 0.010457 0.027856 0.001471 0.007432 0.019512 -0.01449 -0.024129 0.00981 -0.002414 0.046391 -0.024546 0.014185 -0.056115 0.026066 0.038146 -0.064835 0.0103 -0.00582 0.043459 -0.045845 0.002728 -0.011732 0.009989 -0.039785 0.019533 0.030529 0.004695 0.001415 0.019219 0.002727 0.064172 0.042784 -0.065204 0.046982 -0.009387 -0.019148 0.012463 -0.008005 0.019011 -0.120281 -0.034157 -0.027811 -0.035985 0.025436 0.012227 0.050618 -0.04707 0.023489 0.022965 -0.051994 -0.009268 0.05226 0.049876 -0.075898 -6e-05 -0.034074 0.006015 -0.055343 -0.039256 0.025174 -0.005816 -0.005492 0.013962 -0.022633 -0.028281 0.009031 0.007823 -0.017035 0.018828 0.015425 0.006323 0.024996 -0.025338 0.023054 0.026182 0.000408 -0.026633 0.004222 0.009075 -0.068652 0.035621 -0.024562 -0.021958 0.031722 -0.050161 -0.018533 0.042631 0.007153 0.018919 0.058879 0.027599 -0.00404 -0.031552 0.068643 -0.0232 -0.028529 0.002944 -0.04334 -0.041426 0.00501 0.034371 0.026868 -0.008539 0.037765 0.058272 0.007764 -0.039277 -0.013252 -0.041008 0.024023 -0.038391 0.009532 0.052931 -0.017248 0.055535 -0.010658 -0.010621 -0.003909 0.076058 -0.039725 0.002873 -0.018911 0.026999 -0.083489 -0.095574 0.082384 0.005147 -0.021554 -0.026858 -0.010097 0.015445 0.07505 0.044994 -0.024016 0.009479 0.031152 -0.028161 0.018309 -0.007434 -0.027505 -0.018103 0.001387 0.018485 -0.03178 0.025449 0.015055 -0.033381 0.062032 0.038146 -0.020312 -0.059251 -0.021179 0.009718 -0.073734 -0.067147 -0.020453 -0.020486 -0.034608 0.00049 0.022569 -0.021791 0.016107 -0.006362 -0.005944 -0.030363 -0.002263 0.034499 -0.112338 0.021892 -0.006046 0.024697 -0.030664 -0.037488 -0.014232 0.03618 -0.02848 0.023914 -0.013987 -0.028401 -0.054123 -0.009408 0.02872 0.008529 -0.003401 -0.003047 -0.016347 -0.006207 -9.6e-05 0.019138 -0.026287 0.014558 -0.0055 -0.007203 0.017071 0.042525 0.046505 0.015362 0.010427 0.044872 -0.038864 -0.028302 -0.023493 0.03034 -0.002583 -0.019749 0.032268 0.022313 0.00452 -0.022399 -0.009894 -0.028091 -0.008378 -0.042291 -0.015762 0.008753 -0.038435 -0.039267 0.029396 0.028692 0.012813 0.040579 0.019826 0.011766 0.011726 -0.010671 0.021552 0.029815 0.034695 0.062629 -0.007615 -0.001782 0.031574 -0.060408 -0.028861 -0.045612 -0.005739 0.078356 0.014125 -0.002334 -0.023379 -0.026137 0.043099 -0.022864 -0.062481 -0.036939 -0.031546 -0.02274 0.019066 0.012924 -0.000557 0.04989 0.008143 0.010619 0.032615 0.017882 0.02547 0.005548 0.037809 -0.064006 0.032588 -0.026667 0.018545 0.005221 -0.041003 0.005133 0.009373 -0.020485 -0.026147 0.017357 0.008251 -0.041821 0.028405 -0.077317 -0.010845 -0.030152 0.029599 0.046805 0.031754 -0.023309\nಪ 0.012267 0.005195 -0.047492 -0.001507 0.010973 0.037909 -0.0181 -0.02855 -0.024078 -0.0365 0.057752 0.017388 0.016617 -0.022555 0.032804 -0.008218 0.000657 -0.020249 -0.022952 -0.061063 -0.006702 0.009352 -0.003961 0.0034 -0.008504 0.013116 -0.014097 -0.004624 -0.001071 -0.032504 0.016499 -0.036184 -0.007273 -0.015286 -0.004747 0.009555 -0.041001 0.037446 0.00487 0.009032 -0.039389 -0.008816 0.002243 -0.010526 -0.028496 -0.023475 0.055496 -0.003241 -0.021011 0.002802 -0.018078 0.0212 0.040841 -0.018614 0.036935 0.021906 -0.028004 0.009101 -0.004096 0.017084 -0.040058 -0.020502 -0.006081 -0.013436 0.039556 0.016987 0.010112 0.027831 0.032493 0.016739 -0.058955 -0.009143 0.017353 0.033324 -0.039438 0.014827 -0.042156 0.010077 -0.047581 -0.007076 0.015204 -0.01179 -0.006403 0.0025 -0.01296 -0.034423 -0.016149 0.00219 0.011981 -0.011619 0.01234 0.007893 0.016797 -0.017241 0.015305 -0.006131 -0.017573 -0.026366 -0.010952 -0.018407 -0.024552 0.008779 0.010735 -0.007717 0.034404 -0.01842 -0.012276 0.015803 0.046296 0.000641 0.031039 0.02403 0.021741 -0.019605 0.00017 -0.014442 0.012704 -0.007009 -0.020544 -0.012428 0.013263 0.019369 0.018172 0.032257 0.035724 0.000119 -0.001996 0.014034 0.001487 -0.005304 -0.037722 -0.000688 -0.004809 0.033777 -0.028004 -0.009181 -0.022601 0.025889 0.020403 0.038947 0.014612 -0.002868 -0.005152 0.009762 -0.033173 -0.041777 0.046637 0.01082 0.00936 -0.038604 0.004311 0.014089 0.02719 0.015522 0.002224 0.00398 0.001332 -0.028897 0.005868 -0.014753 -0.054482 0.010286 0.016658 -0.002525 -0.001796 0.008109 0.023355 -0.031495 0.027097 0.019034 -0.029391 -0.023905 -0.001577 0.047633 -0.009323 -0.016347 0.006747 0.015419 -0.050068 -0.012649 0.029678 0.004156 0.014174 -0.021545 -0.000274 -0.030356 0.0103 0.011585 -0.045014 -0.005754 0.026729 0.039187 -0.042094 -0.045944 -0.009764 0.021747 -0.014538 0.029715 0.006596 0.03066 -0.049292 -0.043877 0.013819 0.028139 0.02398 0.004615 0.033795 7.5e-05 -0.011466 0.022283 -0.009826 -0.011103 -0.005292 -0.001034 0.02129 0.04378 0.027642 -0.012103 0.011223 0.011203 0.004131 0.000685 0.001721 -0.019753 -0.034701 -0.009502 -0.001784 -0.000492 -0.026248 0.009814 -0.012704 -0.008176 -0.007691 -0.011204 -0.048373 -0.015409 0.004866 -0.031109 0.026773 0.032603 -0.023484 0.014956 -0.013189 0.029891 -0.010605 -0.008571 0.036243 -0.001253 0.042275 0.027964 0.004118 0.003568 -0.006779 -0.024054 -0.020361 -0.004187 -0.009878 0.041578 -0.027702 -0.020431 -0.004303 -0.006894 0.027213 -0.014959 -0.017866 -0.016594 -0.026892 -0.023568 0.007366 0.000331 0.026963 -0.006405 0.008564 0.011088 0.025382 -0.017314 0.031836 0.032115 0.049777 -0.052215 -0.006512 -0.014486 0.020588 0.017472 -0.016384 -0.014167 0.031297 -0.005704 -0.025692 0.002378 0.01538 -0.031946 0.013263 -0.074937 -0.004708 0.014681 0.006991 0.004158 0.011709 0.004677\nိ 0.03114 -0.002513 -0.035951 0.01436 0.011813 0.043501 0.003114 -0.007432 -0.019079 -0.036834 0.040525 0.011521 -0.010106 -0.023542 0.038606 -0.004612 0.00114 -0.018576 0.002282 -0.051008 -0.01854 -0.000433 0.004887 0.001659 -0.004062 0.006624 -0.020197 -0.021664 -0.013945 -0.035776 0.027645 -0.024644 -0.01923 -0.035805 0.012986 0.018585 -0.02163 0.035645 -0.002762 0.011277 -0.031682 0.011282 0.002336 -0.006186 -0.030177 -0.013326 0.023837 -0.004134 -0.006812 0.016242 -0.006222 0.039847 0.02522 -0.033374 0.043653 0.008455 -0.011395 0.010686 -0.013509 0.017144 -0.046652 -0.0262 -0.006008 -0.00493 0.018659 0.018326 0.043948 -0.008499 0.037827 0.02976 -0.058984 -0.01333 0.017082 0.019679 -0.038431 -0.004811 -0.025142 0.023483 -0.049202 -0.010205 0.002503 -0.001283 -0.007012 0.010192 -0.020694 -0.052157 -0.004207 -0.001495 -0.009974 -0.004477 -0.004831 0.0328 0.014231 -0.02322 0.017847 -0.005793 -0.006173 -0.039845 -0.004204 -0.002589 -0.026768 0.001839 0.000353 -0.029144 0.018686 -0.003332 -0.00759 0.003471 0.041402 -0.014334 0.044483 0.027713 0.029003 -0.015311 0.010034 -0.008232 -0.003973 -0.004678 -0.021234 -0.026325 0.021758 0.00392 0.035447 0.028972 0.038884 0.009152 -0.007294 -0.0024 -0.015648 -0.021617 -0.012817 0.001807 -0.008038 0.037727 -0.015486 0.009103 -0.029165 0.026945 -0.001654 0.044192 0.001627 -0.012102 0.004628 0.018791 -0.038542 -0.047725 0.063752 0.011975 0.004803 -0.037105 0.013644 0.015291 0.034854 0.014642 -0.007654 0.007128 0.00841 -0.022579 0.016474 -0.024296 -0.022205 0.012076 0.025667 0.014084 -0.017698 -0.023641 0.01899 -0.016802 0.026352 0.019488 -0.016138 -0.018044 -0.013981 0.031941 -0.020009 -0.022864 0.005085 -0.010099 -0.044879 -0.009308 0.031429 -0.003604 0.014997 -0.013982 -0.009708 -0.019834 0.002308 0.028638 -0.043208 0.003293 0.009329 0.028189 -0.03603 -0.029396 -0.00056 0.040075 -0.018178 0.017458 -0.000974 -0.008402 -0.032285 -0.029785 0.004531 0.030444 0.017776 0.020326 0.008182 -0.00947 -0.008881 0.037699 -0.019082 -0.00238 -0.009511 0.016742 -0.004503 0.053204 0.020164 -0.029951 0.002995 0.004126 0.000395 0.000371 -0.005717 0.006243 -0.027478 -0.003984 -0.002616 0.023569 0.002217 -0.012725 -0.014028 -0.003178 -0.003644 -0.03731 -0.042079 -0.00747 -0.018553 -0.033573 0.019721 0.009526 0.008182 0.027013 -0.022087 0.007936 -0.006005 -0.002524 0.023921 -0.010669 0.040784 0.047099 0.021084 0.01177 0.001556 -0.029371 -0.027385 -0.00958 -0.010972 0.021906 -0.02341 -0.000864 0.004407 -0.012485 0.030605 -0.026459 -0.030426 -0.026549 -0.036282 -0.009916 0.002259 0.00314 0.020843 0.008867 0.016547 -0.001939 0.024071 0.005768 0.007088 0.006811 0.054595 -0.049639 0.009964 -0.016125 0.014619 0.022884 -0.011346 -0.017277 0.019347 -0.012571 -0.021285 -0.01846 0.001897 -0.040736 0.017669 -0.060309 -0.018784 0.013875 0.010144 0.022218 0.015393 -5e-05\nᰵ 0.071237 -0.026135 -0.046795 0.02193 0.015596 0.04291 0.007901 -0.01733 -0.014851 -0.036637 0.026562 -0.014856 -0.00706 -0.061595 0.032485 -0.032173 -0.012321 -0.035449 -0.00655 -0.05762 0.000438 -0.000344 -0.000988 -0.002797 0.009394 0.041054 -0.016205 -0.000197 0.000589 -0.034347 0.042632 -0.025767 -0.03369 -0.055767 -0.00188 -0.008376 -0.038434 0.056171 0.009352 0.035049 -0.048994 -0.012811 0.009236 -0.005397 -0.026799 -0.020902 0.0451 -0.00103 -0.035096 0.042463 0.025981 0.045289 0.039852 -0.057436 0.085972 0.028569 -0.019176 0.013972 -0.009171 0.042495 -0.033568 -0.041668 -0.014633 -0.009588 0.010847 0.013299 0.079533 -0.028273 0.043193 0.015633 -0.062977 0.001868 0.020464 0.046332 -0.082912 0.0063 -0.025597 -0.002628 -0.04248 -0.005657 0.020856 -0.019653 0.0292 0.000933 -0.017034 -0.045116 0.015 0.007177 -0.007619 -0.012274 0.008498 0.026168 -0.002326 -0.008113 0.001257 -0.006068 -0.007382 -0.056082 -0.015448 -0.019482 0.002615 0.020312 0.003271 -0.016524 0.011109 -0.013649 -0.023917 0.026429 0.040635 -0.011401 0.057833 0.062422 0.031852 -0.009796 0.021806 -0.000764 -0.007013 0.034519 -0.025363 -0.041664 0.011417 -0.016525 0.059049 0.063182 0.060818 -0.008035 0.011566 0.011966 -0.013441 -0.040047 -0.026988 -0.004573 -0.044047 0.019845 -0.024885 0.023069 -0.019255 0.02683 0.017833 0.024361 -0.001945 0.020338 0.020457 0.015795 -0.064789 -0.054026 0.096436 0.01516 0.009137 -0.057713 0.022354 0.038844 0.066211 0.019355 -0.008217 0.044301 0.029206 -0.044413 0.027993 -0.016722 -0.031244 0.008611 0.02689 0.007951 -0.036404 -0.046166 0.028063 -0.019375 0.009412 0.022084 -0.041437 -0.006822 -0.030754 0.047641 0.001833 -0.03572 0.018124 -0.002713 -0.019314 -0.028493 0.032436 -0.031593 0.030914 0.002844 -0.009057 -0.038518 0.013436 0.000148 -0.038206 -0.002739 0.056255 0.048745 -0.041803 -0.041952 0.005498 0.079583 -0.046787 0.012537 -0.030285 -0.004053 -0.063843 -0.021722 0.005028 0.025034 0.011449 0.008567 0.035912 -0.017895 -0.006505 0.000617 -0.010662 -0.014735 0.005505 0.022106 0.031372 0.058023 -0.008344 -0.017079 -0.009978 0.027103 0.013854 0.018921 0.007691 0.000395 -0.030914 -0.020638 -0.001421 -0.011177 -0.031688 -0.033666 0.008734 -0.011249 -0.00126 -0.007471 -0.0483 0.008267 -0.027645 -0.026237 -0.005827 -0.026191 -0.002408 -0.015263 -0.04811 0.043794 0.023307 -0.012735 0.051523 0.000138 0.036139 0.059885 0.018069 0.023806 -0.019514 -0.032837 -0.047131 -0.043094 -0.026685 0.028872 -0.051061 -0.002799 0.0047 -0.039551 0.030038 -0.028669 -0.049252 -0.036964 -0.024955 -0.02667 -0.000726 0.005748 0.014646 -0.018808 0.032944 -0.017733 0.019233 0.014182 0.04416 0.032748 0.085376 -0.054449 -0.016299 -0.053117 0.027674 0.029844 -0.048699 -0.032461 0.021116 0.003476 -0.015099 -0.038047 -0.013387 -0.04953 0.060022 -0.084692 0.02042 0.020478 -0.022222 0.043633 0.018973 0.020841\nķ 0.042052 0.004213 -0.037804 0.017659 0.0027 0.045153 0.020854 0.008645 -0.03274 -0.022035 0.024601 0.017596 0.002653 -0.040491 0.042753 0.00284 0.005192 -0.031277 -0.011225 -0.055146 0.000496 -0.002301 0.010818 0.015946 0.018504 0.026549 -0.01228 -0.000576 -0.018179 -0.033108 0.031433 -0.032593 -0.031993 -0.049217 0.006333 0.022171 -0.043454 0.046406 0.009755 -0.00149 -0.041724 0.003934 0.001332 0.016076 -0.030804 -0.013147 0.055155 0.004912 0.00133 0.017271 0.00881 0.040388 0.039071 -0.038321 0.045696 0.011578 -0.000768 0.021681 -0.025663 0.046954 -0.026477 -0.033953 -0.025682 -0.025336 0.030513 0.024472 0.045548 -0.027798 0.036137 0.017283 -0.043542 -0.009045 0.025773 0.015972 -0.038683 0.003122 -0.031314 0.017389 -0.032199 -0.000147 0.012777 0.006775 0.014802 0.028614 -0.02 -0.057707 0.013875 0.007191 -0.021406 -0.018376 -0.008279 0.028861 0.014196 -0.023117 -0.012176 -0.01399 0.018967 -0.029008 -0.000895 0.004497 -0.022112 -0.002777 0.005379 -0.025791 0.005584 -0.000514 -0.01621 0.002234 0.037446 0.003485 0.028115 0.010315 0.035675 -0.005684 0.000627 -0.004746 0.001666 0.015012 -0.007936 -0.04571 0.018954 -0.002243 0.042042 0.02052 0.049022 0.010431 -0.027352 -0.024313 -0.026004 -0.012733 -0.023197 -0.010277 0.006027 0.014568 -0.015526 -0.005407 -0.021174 -0.003454 0.008209 0.04545 -0.011962 -0.015056 0.020623 0.046121 -0.030054 -0.029282 0.046276 -0.009444 0.000281 -0.022452 0.007738 0.003222 0.014343 0.032852 -0.007788 0.010864 0.002971 -0.017506 0.016181 -0.019145 -0.007406 0.01186 0.037621 0.00673 0.002856 -0.009234 0.024688 -0.027202 0.030734 0.017608 -0.007318 -0.03008 0.013145 0.041261 -0.013902 -0.009557 -0.009306 -0.008167 -0.036657 -0.030335 0.018825 -0.020684 0.019767 -0.0222 -0.022536 -0.041611 0.004995 0.008174 -0.039422 0.017968 0.0057 0.018605 -0.023708 -0.037172 -0.010581 0.048397 -0.036632 0.012042 0.015133 0.014927 -0.018978 -0.034901 0.003143 0.039032 0.028696 0.020662 0.009497 -0.00324 -0.001231 0.030798 -0.001806 -0.006852 -0.023479 0.013479 -0.015853 0.069932 -0.005589 -0.013725 -0.00445 -0.020716 -0.001809 0.006531 -0.001267 -0.007224 -0.019352 0.003209 -0.00279 0.018316 -0.024476 -0.016884 0.003326 0.014601 -0.002059 -0.026708 -0.030655 0.00173 -0.031653 -0.038669 0.019001 0.028661 0.024439 0.025168 -0.014321 -0.003785 0.00212 0.001657 0.050373 -0.004898 0.0358 0.052985 0.034531 0.001344 0.000542 -0.040483 -0.046642 -0.022174 0.001029 0.024526 -0.016716 -0.016333 -0.008337 -0.010101 0.039571 -0.019188 -0.072306 -0.015484 -0.034031 -0.035548 0.016309 -0.009942 0.034987 -0.006344 0.012473 -0.00293 0.012287 -0.010061 -0.012752 0.037542 0.041157 -0.057328 -0.012833 -0.029027 0.02764 0.016323 -0.031045 -0.001826 0.017306 -0.010514 -0.017539 -0.020974 0.00367 -0.034919 0.009394 -0.057575 0.001445 0.019112 0.009214 0.029028 0.014098 0.023454\nع 0.025129 0.005388 -0.039642 0.016939 0.004389 0.027186 0.003961 -0.005255 -0.018605 -0.026864 0.026969 0.010551 -0.007899 -0.01611 0.02136 -0.002918 0.009482 -0.016421 -0.010504 -0.037288 -0.013416 0.002656 0.007072 0.007936 0.003304 0.015113 -0.004418 -0.010836 -0.011722 -0.026919 0.019652 -0.027051 -0.012159 -0.03392 0.008761 0.012098 -0.029365 0.033534 0.006524 0.01695 -0.024074 0.008767 0.003644 0.002173 -0.022424 -0.017684 0.029725 -0.003213 -0.001479 0.00963 0.001784 0.037835 0.027828 -0.02234 0.033141 0.004105 -0.00331 0.017436 -0.009303 0.019855 -0.026077 -0.019705 -0.006096 -0.010652 0.012092 0.021274 0.033779 -0.008555 0.02807 0.014663 -0.044495 -0.006176 0.017941 0.014428 -0.036458 -0.000368 -0.025064 0.020595 -0.028443 -0.014946 0.010753 -0.001928 0.004599 0.009776 -0.018076 -0.039715 0.003058 -0.003805 -0.01254 -0.00177 -0.005785 0.018939 0.007085 -0.004782 0.015042 -0.00111 -0.001447 -0.029177 -0.000872 -0.002084 -0.015941 0.003128 0.000374 -0.026111 0.01077 -0.006787 -0.01129 0.008091 0.027108 -0.006998 0.036441 0.012952 0.016688 -0.014706 0.005161 -0.001854 -0.008226 0.000469 -0.011387 -0.036155 0.019628 0.000287 0.029047 0.016414 0.026368 0.014551 -0.011152 -0.009263 -0.008479 -0.01402 -0.010149 -0.000753 -0.009336 0.022116 -0.016264 0.011625 -0.029242 0.004861 0.011121 0.036558 0.000917 -0.007811 0.009811 0.019704 -0.022317 -0.037365 0.038417 0.011839 0.001021 -0.03683 0.006678 0.004027 0.027315 0.024305 -0.000183 0.005264 0.001614 -0.0213 0.011139 -0.018098 -0.019757 0.011044 0.019331 0.013078 -0.012431 -0.015192 0.014549 -0.019674 0.015511 0.012951 -0.021655 -0.017684 -0.007756 0.031915 -0.01502 -0.020713 -0.009061 -0.01011 -0.031679 -0.013016 0.029581 -0.01 0.00793 -0.012459 -0.002312 -0.016799 0.001855 0.018322 -0.03998 0.001096 0.012434 0.019429 -0.030421 -0.027931 0.000645 0.033359 -0.018916 0.01179 0.001212 0.000481 -0.023219 -0.026313 0.01824 0.019073 0.014885 0.012492 0.008186 -0.01022 -0.008208 0.031813 -0.016411 -0.003392 -0.010439 0.016373 -0.001175 0.055723 0.010063 -0.017519 0.009221 -0.005269 -0.004951 0.006747 -0.003392 0.00529 -0.020141 -0.001956 0.001318 0.013599 -0.004473 -0.020039 -0.000879 -0.001235 -0.007414 -0.019225 -0.026192 -0.003678 -0.011991 -0.025835 0.017976 0.015339 0.003642 0.014276 -0.020242 0.007463 0.004652 -0.003144 0.026872 -0.002973 0.033016 0.043253 0.018181 0.002797 -0.001246 -0.030076 -0.024716 -0.019796 -0.001609 0.016755 -0.023136 -0.00506 0.003053 -0.012661 0.025437 -0.024897 -0.022914 -0.019505 -0.031794 -0.010411 0.005858 0.000136 0.016085 -0.000579 0.01116 -0.001843 0.009462 -0.003753 -0.003197 0.015032 0.036758 -0.039173 -0.002796 -0.015987 0.014859 0.010728 -0.015531 -0.002447 0.018631 -0.008937 -0.016132 -0.01506 0.007096 -0.032468 0.006008 -0.05087 -0.006123 0.005878 0.01189 0.00915 0.015895 0.000469\n় 0.035038 0.007639 -0.051107 0.016696 0.002156 0.020943 0.011716 -0.000168 -0.020772 -0.02622 0.031782 0.014058 0.001762 -0.020764 0.042564 -0.003193 0.01602 -0.033591 -0.009146 -0.040592 -0.014891 0.005147 0.00298 0.00306 0.015141 0.015899 -0.018766 -0.017324 -0.020113 -0.04757 0.00617 -0.023025 0.000436 -0.038209 0.008718 0.027479 -0.035025 0.045932 -0.004535 0.022393 -0.033278 0.012134 -0.009482 -0.002036 -0.048688 -0.034241 0.016968 -0.001465 -0.001696 0.014213 0.000922 0.039662 0.02085 -0.029176 0.043823 0.010301 0.003451 0.02896 0.006333 0.029796 -0.042398 -0.019337 -0.000442 -0.018042 0.009215 0.032841 0.034249 -0.004922 0.032808 0.016602 -0.039325 0.015011 0.016337 0.038571 -0.028562 0.009137 -0.041679 0.040677 -0.037119 -0.029101 -0.003032 0.00742 0.00461 0.011277 -0.001076 -0.048063 0.010446 -0.011219 -0.016519 -0.005692 -0.019426 0.033949 0.012035 -0.00629 0.023334 0.020563 -0.002099 -0.035463 0.00598 0.006406 -0.017222 -0.008936 -0.003519 -0.027297 0.01306 0.01185 -0.009639 0.010667 0.036472 -0.01175 0.046867 0.021438 0.020677 -0.039711 0.016464 -0.016088 -0.002775 -0.013608 -0.023876 -0.040352 0.045304 0.011324 0.022915 0.024836 0.018563 0.01785 -0.006552 -0.020196 -0.007145 -0.015315 -0.013286 -0.002584 -0.029745 0.03583 -0.025627 0.00841 -0.029345 -0.008684 0.024046 0.044953 0.001634 -0.007945 -0.004712 0.025605 -0.048085 -0.051548 0.045147 0.012537 0.002032 -0.035415 0.001435 0.01417 0.028489 0.017741 0.001267 -0.00343 0.015443 -0.014534 0.026908 -0.010962 -0.016029 0.023628 0.035733 0.012779 -0.020058 -0.030935 0.016344 -0.012807 0.018573 -0.002162 -0.042804 -0.01888 -0.027021 0.041021 -0.03664 -0.020842 -0.00601 -0.006868 -0.053593 -0.030642 0.02717 -0.027689 0.027091 -0.014113 -0.01115 -0.007897 0.002755 0.029196 -0.053692 0.014359 0.02092 0.033355 -0.032053 -0.040982 0.017108 0.027459 -0.002068 0.015944 -0.001913 -0.000722 -0.040353 -0.051474 -0.000337 0.017546 0.010141 0.008857 0.027524 0.008734 -0.003612 0.03855 -0.030361 -0.009462 -0.012347 0.001461 -0.005254 0.056694 0.01635 -0.020292 0.001782 -0.009322 -0.012435 0.007301 0.016314 0.015487 -0.023966 -0.012005 0.016186 0.025705 -0.007192 -0.020491 0.003175 -0.009079 -0.00639 -0.0317 -0.028702 -0.020703 -0.016907 -0.032408 0.016833 0.009528 0.001926 0.026094 -0.030764 0.015839 -0.002442 -0.004697 0.042338 -0.003043 0.040226 0.059506 0.003032 -0.016543 0.011599 -0.021428 -0.037471 -0.026884 -0.017384 0.029863 -0.013141 -0.007998 0.006391 -0.019829 0.028914 -0.040828 -0.028165 -0.016614 -0.020039 -0.021619 0.00482 0.006493 0.0087 0.013069 0.016719 0.008489 0.002202 0.005097 -0.004204 0.011453 0.05956 -0.040877 -0.003044 -0.011045 0.011109 -0.002564 -0.023247 0.003441 0.018662 -0.011082 -0.014263 -0.004234 0.009434 -0.041837 0.027963 -0.040645 -0.011976 -0.00254 0.012054 0.024638 0.014593 0.002643\nി 0.018899 0.003308 -0.058406 0.010142 0.012178 0.028869 0.010132 -0.005036 -0.024101 -0.020614 0.03104 0.012342 -0.004299 -0.016488 0.022885 -0.000109 -3.9e-05 -0.017348 -0.02263 -0.043582 -0.022595 0.004549 0.011921 0.014947 0.005134 0.017167 -0.010338 -0.019715 -0.005115 -0.033494 0.01427 -0.019151 -0.016639 -0.036236 0.004488 0.020883 -0.032111 0.031786 0.00439 0.022125 -0.024805 0.009907 0.008069 -0.005955 -0.031123 -0.017511 0.034339 -0.000363 0.010654 0.014935 -0.002854 0.044198 0.032644 -0.033256 0.032109 0.001217 -0.018346 0.023489 -0.005296 0.023315 -0.04416 -0.013109 -0.015629 -0.022686 0.021305 0.017325 0.044326 -0.017958 0.032115 0.018341 -0.051828 -0.012599 0.012469 0.017322 -0.0623 -0.002198 -0.023329 0.023939 -0.034537 -0.018742 0.004704 -0.007924 0.005004 0.014977 -0.018821 -0.046128 0.009478 -0.009012 -0.01956 0.001784 0.00716 0.016215 0.008229 -0.01174 0.018107 -0.000505 0.004333 -0.040097 -0.009426 0.005061 -0.015945 0.000717 -0.002392 -0.032721 0.0195 -0.010915 -0.007916 0.009924 0.039931 0.000662 0.049539 0.019296 0.022644 -0.017402 0.005769 -0.00064 -0.00318 -0.001158 -0.019248 -0.026987 0.019999 -0.00275 0.036427 0.013466 0.030112 0.021241 -0.020729 -0.017295 -0.005952 -0.022561 -0.015341 -0.006364 -0.013827 0.027754 -0.01293 0.02035 -0.030362 -0.006709 0.008884 0.043951 -0.004923 -0.017 0.012552 0.01928 -0.028428 -0.046204 0.043237 0.014902 0.001846 -0.048781 0.006809 -0.006672 0.040469 0.017815 0.007153 0.004179 -0.000451 -0.027657 0.018548 -0.030623 -0.022707 0.015778 0.022598 0.021271 -0.014106 -0.010422 0.028182 -0.021745 0.023488 0.020321 -0.034107 -0.03697 -0.01385 0.025124 -0.021264 -0.030271 -0.008137 -0.012302 -0.042928 -0.011123 0.024668 -0.011622 0.00657 -0.009827 -0.007605 -0.025852 -0.005385 0.027866 -0.0515 0.008358 0.022781 0.019213 -0.038897 -0.040463 0.004391 0.039784 -0.014032 0.016176 -0.001268 0.007845 -0.037148 -0.026096 0.024503 0.020602 0.027545 0.017406 0.014938 -0.008894 -0.00272 0.036155 -0.013426 -0.005598 -0.008276 0.025132 -0.009526 0.070454 0.016091 -0.02342 0.006426 -0.018721 -0.000334 0.006182 -0.005276 0.00759 -0.014951 0.000387 0.003768 0.024071 -0.00011 -0.017304 -0.016895 0.001157 -0.01011 -0.032536 -0.038525 -0.005626 -0.014136 -0.034197 0.01964 0.02155 0.009761 0.024398 -0.030745 -0.004825 -0.00591 -0.004491 0.024346 -0.014606 0.032521 0.059199 0.029615 -0.004187 -0.002685 -0.047727 -0.030926 -0.015375 -0.001953 0.020115 -0.026654 -0.021453 0.003077 -0.012638 0.030876 -0.030818 -0.025517 -0.016898 -0.03785 -0.017816 0.002953 0.00276 0.013816 0.009547 0.006008 0.004991 0.009485 -0.010257 -0.009602 0.006637 0.046632 -0.048191 0.003722 -0.012896 0.013006 0.011254 -0.004628 0.007 0.016365 -0.012105 -0.023167 -0.005797 0.012484 -0.044491 -0.004829 -0.062204 0.00131 0.002028 0.012972 0.024936 0.010586 0.008939\nṉ 0.064475 0.011456 -0.11813 0.058577 0.023766 0.062866 0.021507 0.002751 -0.033334 -0.048803 0.05409 0.018645 -0.010509 -0.048738 0.05391 -0.003762 0.01881 -0.080677 -0.029132 -0.095758 -0.031427 0.01115 0.013852 0.029214 0.020523 0.041343 -0.004758 0.002304 -0.033462 -0.060062 0.038269 -0.080682 -0.041721 -0.106359 0.030931 0.025111 -0.080595 0.105703 0.022609 0.059186 -0.057774 0.025268 -0.015638 -0.018055 -0.06966 -0.067417 0.082694 -0.005404 -0.00982 0.058765 0.026145 0.140114 0.077907 -0.079331 0.081015 0.01671 -0.012536 0.047004 -0.01941 0.064396 -0.067463 -0.077236 -0.014372 -0.032636 0.042323 0.053808 0.080042 -0.037063 0.081533 0.02685 -0.072642 -0.00835 0.02853 0.04414 -0.118882 0.006339 -0.085989 0.055647 -0.062692 -0.03679 0.032873 -0.007248 -0.002663 0.042546 -0.051956 -0.118028 0.026015 -0.031518 -0.030903 -0.007476 -0.0148 0.04289 0.014593 -0.037737 0.032031 -0.017829 0.015841 -0.077113 0.008434 -0.032188 -0.039318 -0.013613 -0.005432 -0.081945 0.010149 -0.014062 -0.021438 0.016636 0.057921 -0.010973 0.091586 0.032928 0.055238 -0.054987 0.02616 0.01416 -0.035102 0.009214 -0.024087 -0.083242 0.036928 -0.014081 0.074515 0.049392 0.081199 0.039345 -0.038228 -0.052488 -0.021926 -0.044327 -0.046204 -0.004244 -0.04662 0.059556 -0.060264 0.048293 -0.078862 -0.008923 0.013349 0.084457 -0.019085 -0.015365 0.031798 0.068646 -0.067366 -0.097574 0.083519 0.004763 -0.009542 -0.085892 0.006464 0.034266 0.074797 0.070639 -0.016235 0.011089 -0.014979 -0.050803 0.03897 -0.052293 -0.025371 0.046058 0.061156 0.034632 -0.01158 -0.035508 0.038771 -0.048216 0.04091 0.047906 -0.062324 -0.041937 -0.029729 0.072786 -0.037794 -0.064542 -0.045402 -0.015629 -0.078409 -0.049595 0.060051 -0.022563 0.019394 -0.003933 -0.001174 -0.030326 -0.007351 0.053808 -0.142173 0.003203 0.007832 0.049026 -0.072357 -0.080332 0.009567 0.110771 -0.040109 0.0261 0.001025 0.006746 -0.08698 -0.066815 0.032208 0.048758 0.03523 0.034762 0.034463 -0.02112 -0.017642 0.07675 -0.050227 0.002348 -0.024622 0.016694 -0.021066 0.162451 -0.015407 -0.039263 -0.00411 -0.028156 -0.02939 0.020155 -0.020262 0.006181 -0.047873 -0.003212 -0.004604 0.048636 -0.028248 -0.058024 0.001002 -0.001901 -0.011494 -0.051252 -0.066135 -0.01612 -0.025668 -0.050229 0.054502 0.066413 0.03089 0.048906 -0.05513 0.027814 0.004064 -0.026957 0.085941 -0.026128 0.081869 0.119687 0.084064 0.020187 0.018231 -0.101611 -0.082699 -0.044491 0.007311 0.043611 -0.039918 -0.025723 0.022046 -0.032457 0.075522 -0.063571 -0.074538 -0.049749 -0.087433 -0.019962 0.036786 -0.000131 0.045359 0.009934 0.021297 -0.022863 0.015324 0.026124 -0.014349 0.044068 0.090729 -0.095824 -0.026084 -0.042026 0.03091 0.048239 -0.043391 -0.002388 0.03866 -0.022371 -0.023996 -0.04541 0.023134 -0.095652 0.027335 -0.135944 -0.01858 -0.004425 0.024821 0.02911 0.059832 0.007012\nێ 0.022297 -0.014583 -0.043837 0.024855 0.002493 0.022552 -0.000527 -0.008416 -0.017348 -0.043331 0.030873 0.003535 -0.001072 -0.02332 0.041265 -0.025139 0.002535 -0.009839 -0.010726 -0.044444 -0.011591 -0.002238 0.017386 -0.005299 0.010683 0.013057 -0.015551 -0.015674 -0.021792 -0.027909 0.033225 -0.01822 -0.0248 -0.030323 0.013096 -0.000643 -0.02736 0.03849 -0.024092 0.02316 -0.041117 0.014333 0.008793 -0.005585 -0.04423 -0.016969 0.025114 -0.011624 -0.001823 -0.002396 -0.00168 0.038823 0.013402 -0.049075 0.048319 0.022221 -0.027776 0.011223 -0.017231 0.015015 -0.02278 0.000521 -0.019884 0.007085 0.01739 0.014759 0.036113 -0.01285 0.043722 0.019918 -0.050045 0.003165 0.033036 0.01875 -0.039387 0.006432 -0.028243 0.020183 -0.043675 -0.009624 -0.000679 -0.009188 -0.013875 0.008388 0.00522 -0.044458 0.004301 0.013391 -0.027267 -0.023131 -0.015716 0.018405 0.002802 0.001214 0.023612 -0.016101 -0.019055 -0.059443 -0.007868 -0.006191 -0.022016 0.003957 0.006941 -0.025485 0.032076 -0.009117 -0.027183 0.007699 0.038046 -0.017986 0.053463 0.05114 0.022296 0.004255 0.017699 0.002453 0.017473 0.003424 -0.044139 -0.026579 0.02934 0.026593 0.047499 0.023313 0.026827 -0.002596 -0.005623 0.012979 -0.018662 -0.024272 -0.00635 7.3e-05 -0.003886 0.04219 -0.008708 0.014973 -0.000748 0.022335 0.013035 0.048471 0.014836 0.009763 0.005784 0.017023 -0.043311 -0.080726 0.066759 0.022275 -0.002761 -0.018709 0.006379 -0.002329 0.031673 0.016533 -0.00309 0.024474 0.003558 -0.029197 0.027237 -0.040522 -0.015526 0.034478 0.008379 0.025189 -0.028798 -0.012655 0.034777 -0.013724 0.013952 0.024778 -0.007689 -0.01112 -0.010031 0.040604 -0.011222 -0.023141 -0.001078 -0.023246 -0.042943 -0.02235 0.043152 -0.028194 0.013563 0.001111 0.003031 -0.033017 -0.006668 0.038151 -0.048291 -0.00686 0.016297 0.022662 -0.041589 -0.04165 0.012283 0.059054 -0.007117 0.013802 -0.002487 0.012664 -0.032703 -0.037758 0.026926 0.043505 -0.009208 0.021808 0.014272 -0.023945 -0.007083 0.030365 0.011689 0.002632 -0.018441 -0.001887 0.00754 0.066629 -0.01084 -0.017213 0.011382 0.011469 0.006898 -0.011353 -0.00013 0.008061 -0.019387 -0.023131 -0.004874 0.012852 0.001801 -0.020864 -0.017631 0.012022 -0.000101 -0.007095 -0.034325 -0.00471 6.7e-05 -0.022619 0.018399 0.011895 0.020906 0.014757 -0.025577 0.008015 0.003533 -0.005641 0.029643 0.000388 0.027361 0.046204 0.038383 0.002744 -0.008012 -0.032519 -0.013872 -0.002005 0.002308 0.028569 -0.034088 0.010747 -0.011055 -0.017279 0.012225 -0.02793 6.5e-05 -0.030613 -0.022158 -0.041686 0.020665 -0.001454 0.011545 0.008453 0.001166 -0.018568 -0.001853 -0.008498 0.002895 -0.000623 0.054186 -0.043164 -0.009432 -0.047683 0.023971 0.003612 -0.006674 -0.017543 0.028363 -0.004754 0.00218 -0.022081 -0.022145 -0.020809 0.030525 -0.079423 -0.027463 0.007485 0.008725 0.031698 0.005943 0.018562\nན 0.036596 0.005469 -0.055093 0.025259 0.017295 0.040089 0.011521 -0.006957 -0.017072 -0.023173 0.034076 0.018421 -0.005981 -0.028671 0.030529 -0.003484 0.001134 -0.025252 -0.010518 -0.042752 -0.005044 0.00476 0.006133 0.012775 0.006785 0.022143 -0.013835 -0.006688 -0.009804 -0.019057 0.021555 -0.038344 -0.028538 -0.047248 0.01768 0.018469 -0.048406 0.048626 0.005548 0.018235 -0.026156 0.003763 -0.014147 0.007206 -0.030089 -0.024471 0.030334 0.010107 -0.000537 0.030592 0.006823 0.05283 0.027999 -0.032018 0.042973 0.00949 -0.002658 0.012935 -0.008029 0.031212 -0.040323 -0.027881 -0.016847 -0.018784 0.012773 0.0288 0.040762 -0.025477 0.034308 0.018055 -0.062041 -0.013942 0.020137 0.021849 -0.050821 0.007622 -0.03812 0.024482 -0.03144 -0.013038 0.017345 0.000405 -0.000572 0.022866 -0.031327 -0.058712 0.000658 0.010694 -0.022746 -0.007731 -0.002955 0.022383 0.004702 -0.010403 0.008789 -0.004726 0.000766 -0.038671 -0.006016 -0.008291 -0.015863 0.008328 -0.003458 -0.036287 0.015091 -0.005047 -0.015655 0.005979 0.040247 -0.009743 0.050509 0.021958 0.030552 -0.021092 0.012476 -0.0025 -0.015556 -0.003855 -0.019602 -0.034626 0.020415 -0.009416 0.045914 0.024075 0.032795 0.012572 -0.011325 -0.013617 -0.012115 -0.021808 -0.0123 -0.009639 -0.012468 0.025479 -0.027462 0.023093 -0.027629 -0.000434 0.006785 0.050534 -0.006403 -0.013792 0.009109 0.038821 -0.042399 -0.042479 0.044061 0.000242 0.000618 -0.035757 -0.003544 0.01635 0.030989 0.032213 -0.011142 0.006209 -0.004316 -0.024458 0.025007 -0.020776 -0.012005 0.01446 0.023793 0.021921 -0.010004 -0.028273 0.018375 -0.031078 0.021735 0.020741 -0.031323 -0.024705 -0.003527 0.031056 -0.017198 -0.041835 -0.020619 -0.007999 -0.034375 -0.013921 0.03851 -0.013706 0.002214 -0.00363 -0.009975 -0.018024 0.003092 0.022121 -0.069865 0.007088 0.000994 0.03369 -0.026167 -0.042 0.005377 0.044349 -0.029013 0.011248 0.006751 0.000178 -0.038281 -0.036855 0.009465 0.035922 0.021297 0.023131 0.008198 -0.00255 -0.013133 0.046153 -0.025481 -0.014501 -0.007447 0.022943 -0.006958 0.067491 0.000466 -0.021224 0.002089 -0.002698 -0.021076 0.018823 -0.002555 0.005832 -0.02763 0.004075 -0.004991 0.019995 -0.008075 -0.029922 -0.008905 -0.003597 -0.010956 -0.028675 -0.031929 -0.004091 -0.01672 -0.031564 0.027981 0.024564 0.007462 0.036454 -0.015854 0.015572 0.006826 -0.010736 0.044785 0.001003 0.042171 0.047278 0.02439 0.003675 0.000466 -0.044343 -0.03354 -0.025072 0.0051 0.024004 -0.029824 -0.003875 0.007205 -0.020398 0.03039 -0.022631 -0.031385 -0.024551 -0.040181 -0.026359 0.006954 -0.001736 0.019275 0.00667 -0.001404 0.000895 0.00479 0.003486 -0.00475 0.018328 0.04504 -0.051169 -0.001693 -0.023289 0.014057 0.016554 -0.031851 -0.003561 0.006609 -0.012592 -0.026841 -0.025635 0.014467 -0.041947 0.013544 -0.073545 -0.021023 0.00559 0.015702 0.026167 0.024735 0.005478\nු 0.034986 0.002646 -0.055895 0.021474 0.018797 0.048217 0.008232 -0.002153 -0.029013 -0.034729 0.044691 0.019919 -0.005976 -0.035186 0.048777 -0.008007 0.000966 -0.029701 -0.012521 -0.055857 -0.01928 -0.006688 0.013288 0.010168 -0.000794 0.02372 -0.011591 -0.016627 -0.012026 -0.037639 0.02782 -0.03728 -0.03617 -0.051352 0.020223 0.01394 -0.037846 0.053529 0.00447 0.032603 -0.040601 0.019756 0.00192 -0.004308 -0.038425 -0.027365 0.049434 0.002048 -0.003417 0.023187 0.00159 0.0679 0.043297 -0.041239 0.056625 0.002557 -0.017807 0.023212 -0.016155 0.030262 -0.039643 -0.04125 -0.018198 -0.01646 0.018356 0.020883 0.05726 -0.016211 0.042877 0.019802 -0.063437 -0.000299 0.025506 0.01815 -0.051009 0.007027 -0.033069 0.025576 -0.047868 -0.012357 0.01244 -0.002272 0.000862 0.024387 -0.023414 -0.063556 0.004056 0.000569 -0.02962 -0.015137 -0.011288 0.021583 0.012615 -0.019063 0.017611 -0.010737 -0.005259 -0.043255 -0.007246 -0.002536 -0.028877 -0.002838 0.002692 -0.04196 0.016394 -0.002407 -0.019966 0.008823 0.041817 -0.004213 0.050471 0.025106 0.025305 -0.017164 0.010191 0.002779 -0.011145 0.00078 -0.022897 -0.053669 0.029331 -0.002567 0.043631 0.03477 0.037539 0.015726 -0.013423 -0.01044 -0.024467 -0.02108 -0.029629 0.003438 -0.013483 0.041764 -0.019646 0.019552 -0.028737 0.011154 0.000981 0.063001 0.001085 -0.009944 0.017819 0.030778 -0.053647 -0.058859 0.07365 0.014963 -0.001181 -0.050712 0.011891 0.020083 0.036407 0.020865 -0.000472 0.006537 0.001594 -0.025599 0.028079 -0.030946 -0.024472 0.022061 0.024805 0.010548 -0.017535 -0.021208 0.033821 -0.025132 0.029939 0.027754 -0.027334 -0.025037 -0.007328 0.039127 -0.022736 -0.038091 -0.01625 -0.018091 -0.046703 -0.025135 0.037558 -0.01183 0.007044 -0.012215 -0.008469 -0.022636 -0.002026 0.025504 -0.064696 0.003152 0.012677 0.032019 -0.036008 -0.052864 0.008522 0.056122 -0.029584 0.01028 -0.001433 -0.000133 -0.044254 -0.032185 0.017849 0.037479 0.026464 0.01178 0.018933 -0.007286 -0.013874 0.043855 -0.030939 -0.005274 -0.016703 0.014035 0.003297 0.079489 0.012925 -0.030938 0.010438 0.006675 -0.007976 0.004459 0.000124 0.015699 -0.021395 -0.00757 -0.000442 0.020572 -0.011436 -0.02223 -0.007341 -0.004745 -0.008652 -0.028658 -0.052919 -0.008301 -0.015345 -0.040241 0.040831 0.022752 0.01483 0.032361 -0.025598 0.015043 0.002593 -0.014432 0.044309 -0.006532 0.049173 0.066115 0.041533 0.015241 -0.002492 -0.055169 -0.043175 -0.023591 -0.010841 0.02295 -0.035175 -0.009266 0.000403 -0.016615 0.044384 -0.032473 -0.03617 -0.022244 -0.044392 -0.011746 0.013855 -0.000237 0.026639 0.005807 0.015431 -0.0063 0.025045 0.016906 0.001004 0.019933 0.05694 -0.064337 -0.002512 -0.023859 0.018905 0.014227 -0.01775 -0.005152 0.029968 -0.007958 -0.028898 -0.018983 0.00681 -0.053363 0.017563 -0.085966 -0.006993 0.013382 0.014924 0.023019 0.015913 0.005578\nᡝ 0.012777 -0.004085 -0.029612 0.002989 0.01615 0.009363 -0.007609 0.010769 -0.014515 -0.039282 -0.003764 0.004385 -0.000563 -0.024877 0.044484 0.008564 0.011368 -0.012021 -0.019672 -0.013031 0.002108 -0.022539 0.005438 -0.016517 -0.004899 -0.010147 -0.020418 -0.012709 -0.019037 -0.027306 0.000469 -0.031101 -0.008366 -0.011077 0.007806 0.008406 -0.013991 0.017203 -0.01045 0.009833 -0.039564 -0.020898 -0.004871 -0.01325 -0.032039 -0.017753 0.00538 0.000949 -0.013014 0.010083 -0.004575 0.026034 0.010797 -0.034051 0.02237 -0.0064 -0.01245 -0.00074 -0.001171 0.019849 -0.016032 -0.019537 -0.010892 -0.024321 0.012532 0.023706 0.013354 -0.001431 0.011692 0.01861 -0.031627 0.012083 0.016485 0.007832 -0.049719 0.025065 -0.022641 0.015019 -0.021317 0.009695 0.001345 0.005259 0.010248 -0.003403 -0.005447 -0.013466 0.017112 0.002148 -0.001222 0.004501 0.000339 -0.017545 0.017762 -0.004098 0.032298 -0.013145 -0.009931 -0.032079 0.011608 0.008435 -0.011939 0.004338 0.014726 -0.025777 0.013836 0.021818 -0.019713 -0.000861 0.009907 0.016085 0.0255 0.022189 0.00974 -0.01273 -0.000387 0.003006 -0.010668 0.015143 -0.012116 -0.028409 0.013026 -0.020707 0.017065 0.012019 0.035373 0.000419 -0.001522 -0.031249 -0.009547 -0.027734 -0.021 -0.007942 -0.010281 0.006187 -0.009543 0.016558 -0.03551 7.2e-05 0.011068 0.024983 -0.000799 -0.021981 0.003894 -0.001146 -0.038588 -0.034667 0.056155 0.019603 0.004973 -0.033457 -0.018028 0.01677 0.029228 0.017417 0.018365 -0.005221 -0.014007 0.000742 0.011079 -0.000646 -0.012827 0.004695 0.021708 -0.011811 0.007095 0.005867 0.011957 -0.012133 0.013161 0.003252 -0.023871 -0.020248 -0.003368 0.027268 0.007376 0.000922 0.005861 0.002854 -0.040186 -0.023631 0.000981 -0.015239 0.00952 -0.00709 0.005056 -0.016528 -0.010902 0.015894 -0.022238 -0.001035 0.01953 0.022851 -0.00948 -0.027479 0.01158 0.029365 -0.001821 0.013632 0.002984 0.003488 -0.039649 -0.008297 -0.002712 0.013671 0.012631 0.033595 0.021718 -0.007893 -0.009056 0.027692 0.01364 0.008439 0.000993 0.00607 0.005274 0.022599 -0.005911 -0.026446 -0.006149 -0.015221 0.000843 0.026556 -0.013464 0.005805 0.000771 -0.006742 -0.012963 0.021924 -0.029562 0.00516 -0.002263 0.009739 -0.002581 -0.019581 -0.03833 -0.01724 0.002787 0.008962 0.029484 0.002883 -0.009191 0.011307 -0.009959 0.020208 -0.006304 -0.014276 0.037374 -0.009331 0.015509 0.039814 0.033731 0.004684 0.006703 -0.028231 -0.02471 -0.008257 0.008895 0.018857 -0.000511 -0.012578 0.000461 -0.000498 0.029944 -0.04201 -0.027124 -0.025233 -0.038136 -0.014845 0.004992 -0.003653 0.004126 0.001129 0.012223 -0.007245 0.004537 -0.007308 -0.003785 0.002988 0.031126 -0.043695 -0.007526 -0.012318 -0.012035 0.017034 0.001484 0.004019 0.027358 -0.00535 -0.006869 -0.006583 0.012878 -0.030085 0.00899 -0.042855 0.009353 0.012665 -0.006426 0.016083 -0.007191 -0.009142\nɡ 0.009278 0.002487 -0.039613 0.015009 0.014788 0.031364 0.021707 -0.004933 -0.015418 -0.022457 0.041428 0.008881 -0.014488 -0.016072 0.032161 -0.000405 0.007237 -0.024331 0.001811 -0.035834 -0.013442 -0.000668 -0.013111 0.015164 0.006811 0.006798 -0.013347 0.001773 -0.016989 -0.031587 0.034875 -0.027142 -0.019187 -0.014904 -0.001621 0.011721 -0.020605 0.035845 0.013727 0.010629 -0.037616 0.025027 0.004869 0.015196 -0.009688 -0.015521 0.023098 0.008344 -0.001742 0.008993 0.001581 0.052773 0.029216 -0.029518 0.031968 0.01048 0.003349 0.027688 -0.007468 0.021166 -0.026086 -0.026205 -0.011081 -0.007012 0.005577 0.022032 0.04152 -0.029555 0.026364 0.021166 -0.033142 -0.007662 0.014131 0.015729 -0.036529 -0.005549 -0.012634 0.017475 -0.021654 -0.0132 0.015828 -0.007824 -0.001299 0.012988 -0.022296 -0.054129 0.007269 -0.013847 -0.003658 0.018492 -0.005564 0.014411 0.008063 -0.009283 0.0059 -0.019004 0.003494 -0.037512 -0.019797 -0.006261 -0.024638 -0.005303 -0.016246 -0.023417 0.009717 -0.009325 -0.015389 0.007779 0.016091 -0.005759 0.049003 0.011212 0.023313 -0.002892 0.012363 -0.006826 -0.022172 -0.006355 -0.01918 -0.028162 0.030859 0.002656 0.027449 0.012679 0.01824 -0.001847 0.007294 -0.001915 -0.013888 -0.014687 0.003585 0.011061 -0.01365 0.03235 -0.014111 0.015199 -0.031715 0.010338 0.005496 0.039166 -0.005293 0.000254 0.011916 0.014243 -0.026207 -0.045787 0.039623 -0.001022 0.009049 -0.049728 0.014849 0.01124 0.036019 0.01767 -0.00184 -0.004473 -0.00922 -0.023747 0.012062 -0.002247 -0.020834 0.005941 0.02808 0.009899 -0.018762 -0.013443 0.015191 -0.011388 0.013536 0.03345 -0.03267 -0.025367 -0.012483 0.015585 0.001757 -0.020742 -0.003747 -0.010901 -0.031016 -0.004084 0.032567 -0.009211 0.0044 -0.004364 -0.015041 -0.019423 -0.006559 0.010024 -0.029974 -0.001035 0.017864 0.023234 -0.03156 -0.034376 0.00282 0.036348 -0.021254 0.012749 0.006357 0.002189 -0.027277 -0.021631 0.023594 0.020939 0.017037 0.002947 -0.001459 -0.034744 -0.000508 0.031682 -0.02211 0.001578 -0.002214 0.02273 0.001118 0.035263 0.007407 -0.013092 0.018529 0.000129 -0.012659 -0.006346 -0.008281 0.011911 -0.023607 0.009076 -0.007266 0.010363 0.014268 -0.023931 -0.008971 0.005287 0.003142 -0.025772 -0.017417 0.007815 -0.011522 -0.027434 0.019043 0.014803 0.003697 0.021284 -0.017055 0.013648 -0.001397 -0.011167 0.026834 0.016104 0.03066 0.037787 0.011284 0.010818 -0.009722 -0.032654 -0.028832 -0.012013 -0.013141 0.009104 -0.023204 -0.005025 0.008156 -0.009427 0.01314 -0.013522 -0.007318 -0.012595 -0.026026 -0.001534 -0.003015 0.008229 -0.001843 -0.009862 0.013548 -0.001096 0.013401 -0.000569 0.006121 0.014579 0.031799 -0.031478 -0.005561 -0.001742 0.01138 0.020734 -0.001343 -0.00759 0.018976 -0.010927 -0.020035 -0.021156 0.000774 -0.031103 0.009494 -0.046452 -0.009744 0.003678 0.010687 0.00459 0.000327 -0.017965\nâ 0.050518 -0.007291 -0.049261 0.027182 0.02245 0.029121 0.029692 -0.018882 -0.040276 -0.022126 0.046963 -0.019708 -0.008924 0.010343 0.008768 -0.001752 0.01269 -0.033477 -0.005987 -0.029813 -0.022613 0.01029 0.008615 0.016033 -0.029492 0.026082 0.007031 0.004282 0.016902 -0.02368 0.023519 -0.025595 0.01569 -0.010623 0.025557 0.006175 -0.035274 0.025138 -0.000602 0.034255 -0.013526 0.011173 -0.025849 -0.011556 -0.026701 -0.045773 0.045853 -0.008353 0.005111 0.029281 0.016329 0.053631 0.049135 -0.037469 0.062663 0.003921 -0.014259 0.032689 -0.003821 0.012795 -0.015783 -0.034679 -0.006553 0.003299 0.015114 0.010477 0.035933 -0.027287 0.030492 0.007561 -0.039643 -0.018892 0.030265 0.022326 -0.044824 0.027815 0.005117 0.036012 -0.022856 -0.019979 0.022964 -0.00676 0.013601 0.042472 -0.024785 -0.044969 -0.020765 -0.017497 -0.003981 -0.029348 0.003698 0.03329 -0.012475 -0.009155 0.006228 -0.01834 -0.013 -0.02202 -0.01269 -0.019419 -0.008965 0.024069 0.003414 -0.005575 0.024995 -0.015325 -0.012433 -0.012867 0.057835 0.012716 0.02698 0.030179 -0.002387 -0.015867 0.020989 -0.004468 -0.007948 -0.010165 -0.00137 -0.048832 0.008878 -0.002947 0.048693 0.030525 0.03091 0.009104 -0.013167 -0.021574 -0.017706 -0.001411 -0.005381 -0.002942 -0.026614 0.021893 -0.014543 0.018936 -0.031026 0.025004 0.018715 0.040622 -0.025867 0.002851 0.03551 0.027539 -0.037194 -0.031 0.047614 -0.007365 -0.010675 -0.042884 -0.002322 0.004114 0.023612 0.023205 -0.010008 0.023354 0.00169 -0.016616 -0.015635 -0.032676 -0.001436 0.016556 0.017421 0.000408 -0.030738 -0.010522 0.026035 -0.02483 0.015757 0.023545 -0.040653 -0.03529 -0.013071 0.01863 -0.044314 -0.014269 0.020177 0.004843 0.003421 -0.032663 0.051315 0.00474 -0.003341 -0.01007 -0.013121 -0.005909 0.008694 0.012968 -0.053164 -0.024953 0.01112 0.025028 -0.035543 -0.016807 -0.031634 0.030552 0.009425 0.005953 0.012877 -0.005106 -0.060587 -0.032255 0.012851 0.03507 0.038663 0.002135 0.002062 -0.013371 -0.013809 0.023219 -0.041366 0.00575 0.009414 0.007922 0.01559 0.041802 0.024564 -0.029267 0.009973 0.033917 0.033844 0.014106 0.010785 -0.025215 -0.010802 -0.014081 0.024569 0.00772 -0.00402 -0.007649 0.00312 -0.029193 -0.024709 -0.05358 -0.05428 0.022397 -0.009038 -0.057135 0.034166 0.004469 0.001945 0.047898 -0.013518 0.018406 -0.006908 -0.004282 0.04534 0.005351 0.022373 0.06737 0.008342 0.019042 0.00911 -0.054143 -0.015489 -0.01117 -0.006962 0.033491 -0.006113 -0.037939 0.017195 0.008828 0.001204 -0.045056 -0.035402 -0.043291 -0.010741 -0.010175 -0.007405 0.001796 0.009342 -0.010543 0.002738 9.5e-05 0.025732 -0.014002 0.010249 0.033498 0.041219 -0.0483 -0.000323 -0.013156 0.008642 0.013289 -0.037261 0.005736 -0.003579 -0.005931 -0.055493 0.000345 0.010861 -0.039526 0.026464 -0.053208 -0.02022 0.014901 0.009783 0.003333 0.047358 -0.018855\nפ 0.033796 0.000643 -0.052313 0.026128 0.011858 0.039806 0.006801 -0.006746 -0.022733 -0.031903 0.035602 0.011488 -0.006305 -0.02756 0.033449 -0.005461 0.007825 -0.030127 -0.012875 -0.044618 -0.019238 0.003699 0.002837 0.014316 0.006326 0.02193 -0.004695 -0.007156 -0.016561 -0.03265 0.02012 -0.031287 -0.019938 -0.042815 0.010249 0.0132 -0.04173 0.042331 0.010997 0.026169 -0.030505 0.008121 0.002973 0.002978 -0.030547 -0.025895 0.037649 -0.005548 -0.004951 0.015657 0.005481 0.050698 0.033045 -0.030425 0.043445 0.008127 -0.003873 0.028707 -0.013965 0.031307 -0.030058 -0.030016 -0.011589 -0.015481 0.014536 0.020431 0.041698 -0.011916 0.036954 0.016885 -0.049099 -0.003612 0.023546 0.017234 -0.050628 0.003151 -0.028825 0.026127 -0.03141 -0.017158 0.011044 0.001613 -0.001468 0.018486 -0.0211 -0.053655 -0.000128 -0.005296 -0.015567 -0.008424 -0.008322 0.024988 0.005978 -0.010725 0.01253 -0.006768 -0.002001 -0.037613 -0.00109 -0.004111 -0.019168 -0.002691 -0.000736 -0.032499 0.013458 -0.004941 -0.013146 0.009868 0.0334 -0.003914 0.042742 0.020219 0.023479 -0.016719 0.007691 0.000698 -0.013901 0.001856 -0.014142 -0.041395 0.021707 0.000105 0.043164 0.020984 0.032841 0.010965 -0.016425 -0.016422 -0.012795 -0.013733 -0.016265 -0.001488 -0.01922 0.030763 -0.019375 0.015666 -0.031004 0.000846 0.009577 0.049408 -0.001109 -0.007752 0.01484 0.026111 -0.033052 -0.04981 0.047208 0.008082 -0.001601 -0.04218 0.00867 0.012508 0.033483 0.030638 -0.002895 0.008538 0.002071 -0.020733 0.015354 -0.021068 -0.019177 0.015397 0.023373 0.012264 -0.010487 -0.017038 0.020167 -0.025696 0.022509 0.022943 -0.030648 -0.022151 -0.013038 0.036787 -0.021465 -0.030663 -0.011779 -0.010389 -0.03756 -0.022434 0.03623 -0.007878 0.005706 -0.010446 -0.004358 -0.018272 0.00172 0.021712 -0.058982 0.000434 0.010209 0.029319 -0.034172 -0.03978 0.002073 0.040411 -0.020059 0.012315 0.000209 -0.001035 -0.034464 -0.032345 0.018368 0.025957 0.017962 0.017279 0.017724 -0.012272 -0.011703 0.040882 -0.022824 -0.001537 -0.009636 0.018878 -0.001438 0.06813 0.0037 -0.021041 0.009547 -0.000772 -0.00506 0.009994 -0.004362 0.002876 -0.027384 -0.00144 0.001485 0.01952 -0.013692 -0.019207 -0.002383 -0.001165 -0.003682 -0.024833 -0.03845 -0.004283 -0.017591 -0.033676 0.029712 0.024732 0.006993 0.027558 -0.02139 0.01036 0.004485 -0.008907 0.039823 -0.004815 0.043434 0.053253 0.02755 0.0104 0.00354 -0.045206 -0.033113 -0.020485 -0.002459 0.023576 -0.024682 -0.013124 0.006759 -0.013986 0.03408 -0.026051 -0.031457 -0.019362 -0.032771 -0.009196 0.009419 -0.000283 0.02233 0.004809 0.013633 -0.003106 0.014876 0.002105 -0.001679 0.022577 0.04484 -0.050772 -0.004981 -0.020124 0.015602 0.015215 -0.023638 -0.004103 0.020115 -0.007651 -0.017958 -0.017701 0.008917 -0.041363 0.011865 -0.069743 -0.005232 0.002618 0.016706 0.014406 0.026328 0.004522\nŷ -0.021076 -0.032889 0.036968 0.003456 -0.028472 0.001275 0.028398 -0.033002 0.011825 -0.09346 -0.026637 -0.039394 0.026945 -0.012646 0.004691 0.016531 -0.07937 0.034709 -0.003696 0.023084 0.027254 0.006246 -0.002676 0.018589 -0.079359 -0.001462 0.0551 -0.036143 -0.060568 0.010179 -0.021851 -0.027952 0.012113 -0.022938 0.036376 -0.004445 0.01878 -0.018735 -0.009335 -0.021684 0.011266 0.000772 -0.020412 -0.039825 0.050486 0.018011 0.014766 -0.027736 0.003446 -0.024826 0.043685 0.030126 0.063409 -0.035853 -0.040874 -0.029616 -0.012468 -0.016893 -0.034383 -0.006475 -0.00162 0.04115 -0.060028 0.024123 0.010967 0.005237 0.004507 -0.004507 0.00412 0.016391 -0.014043 -0.025011 -0.003459 0.038108 -0.037776 -0.007231 -0.004353 -0.017206 -0.012138 0.002978 0.01681 -0.021515 0.004503 0.041379 0.00292 0.04656 0.009243 -0.003705 -0.017049 0.003559 -0.02394 0.026598 0.004406 -0.002615 0.012282 -0.029219 -0.036868 0.02473 -0.000916 -0.037346 -0.02387 0.013539 -0.002219 0.020631 -0.004021 0.002975 0.050142 -0.057056 -0.048905 -0.016245 0.017969 0.082367 -0.039876 0.03102 0.041403 0.00628 0.055846 -0.029342 0.010666 0.017821 0.030642 -0.006153 -0.008932 0.00494 -0.018936 0.03257 -0.010726 -0.016078 -0.002474 -0.003035 0.024794 0.071298 0.014635 0.022707 -0.00078 0.023377 0.020593 0.090364 -0.013284 0.007576 -0.017429 0.015972 -0.003903 -0.008732 0.001692 0.024305 -0.005678 0.000273 -0.028843 -0.020468 -0.020984 0.031262 0.027504 -0.018086 0.031464 -0.074567 0.016901 0.005451 0.028993 -0.074611 -0.068604 -0.008315 0.016638 0.037509 -0.004229 -0.000854 -0.027358 -0.013335 -0.021263 0.004828 -0.057234 0.004263 -0.034411 -0.011233 0.017699 0.061614 -0.006877 0.004989 0.002712 0.00873 -0.022181 0.011283 0.024791 -0.056995 0.026179 0.027339 0.028961 -0.033611 -0.016267 0.039989 0.012205 0.034322 0.028151 -0.006027 -0.008575 -0.00218 -0.019201 0.021762 0.002922 0.023292 0.048835 -0.057391 -0.012983 0.003858 -0.00397 -0.028842 -0.006143 -0.009385 0.005062 -0.0593 0.007144 -0.028393 -0.050715 -0.03582 -0.013796 0.003197 0.010238 -0.065308 -0.009692 0.032628 0.076248 -0.011505 0.004868 -0.028864 0.011767 0.023587 -0.053551 0.006362 -0.028031 -0.039817 0.018743 0.058155 -0.036675 -0.076235 0.013665 0.012089 -0.006462 0.001881 -0.044116 -0.031199 0.035326 -0.029325 -0.009996 -0.005717 -0.018461 0.057684 0.023165 -0.012004 -0.017807 -0.013219 -0.019861 0.010885 0.048301 0.021931 0.069319 -0.038986 0.014919 0.011307 0.012791 -0.005965 -0.061941 0.028869 0.094348 0.018801 0.020202 0.031688 0.046028 -0.056545 0.075708 0.01816 0.001599 0.071711 0.04046 0.007762 0.022908 -0.005286 -0.054352 0.001033 0.004392 -0.018555 -0.052253 0.01082 0.050558 -0.031319 0.017178 -0.003992 0.022731 0.062718 0.018209 -0.003293 -0.101348 -0.054952 0.031143 0.053257 -0.052783 -0.026993 -0.053801 0.005108 -0.036983 -0.038981\nٹ 0.023213 0.004611 -0.040593 0.000922 0.001549 0.024904 -0.003246 -0.007486 -0.022329 -0.028306 0.030618 0.003881 0.002356 -0.019864 0.022226 0.003234 0.007474 -0.017433 -0.007927 -0.035978 -0.026735 0.003624 0.006657 0.016264 0.000338 0.016331 -0.006934 -0.009812 -0.008358 -0.031632 0.013984 -0.025559 -0.014172 -0.032915 0.000676 0.018373 -0.038249 0.031373 -0.005211 0.007659 -0.036482 0.012345 0.003342 0.000852 -0.021191 -0.016012 0.037356 -0.006945 -0.0 0.001407 0.003378 0.030884 0.028285 -0.025305 0.033013 -0.002584 -0.009496 0.011055 -0.017962 0.015266 -0.012383 -0.032982 -0.009659 -0.017296 0.022489 0.024811 0.028662 -4.5e-05 0.028946 0.022766 -0.044393 -0.016943 0.016666 0.023661 -0.035064 0.002713 -0.022928 0.014078 -0.037411 -0.01084 8.3e-05 -0.006664 0.007328 0.000839 -0.010206 -0.046256 -8.5e-05 -0.013978 -0.011534 -0.01638 -0.000128 0.020555 0.009833 -0.008383 0.025708 -0.000769 -0.010075 -0.03938 -0.010604 -0.005612 -0.02031 0.004829 0.00306 -0.025232 0.016104 -0.006646 -0.018149 0.017938 0.026157 0.001152 0.037799 0.020673 0.022605 -0.012774 0.012097 -0.002155 -0.009553 0.00743 -0.014247 -0.026627 0.02711 -0.002603 0.030713 0.023592 0.027934 0.005814 -0.012096 -0.00388 -0.008037 -0.016742 -0.011886 -0.00063 -0.003415 0.021763 -0.01913 0.009207 -0.031951 -0.003234 0.017081 0.039705 0.005454 -0.009623 0.012292 0.023882 -0.02169 -0.041459 0.038074 0.024491 -0.003246 -0.030612 0.008404 0.007118 0.030138 0.018293 -0.001803 0.002227 0.007572 -0.027112 0.013575 -0.012087 -0.02186 0.009027 0.017015 0.003285 -0.012697 -0.001061 0.00949 -0.008121 0.020621 0.009758 -0.023477 -0.002678 -0.011458 0.030572 -0.013331 -0.016232 -0.010016 -0.003673 -0.035707 -0.013819 0.031826 -0.01462 0.003868 -0.020271 -0.012357 -0.018264 -0.000115 0.03444 -0.040266 0.006499 0.016793 0.028573 -0.03263 -0.024657 0.001163 0.028609 -0.00677 0.016509 0.003835 0.008705 -0.027172 -0.025889 0.012321 0.031863 0.014727 0.007214 0.016993 -0.005181 -0.003106 0.038007 -0.009076 -0.010378 0.000369 0.019522 0.004919 0.05383 0.008412 -0.026768 0.018805 -0.001144 0.010983 0.001974 -0.0096 -0.006584 -0.021024 -0.004756 0.011389 0.012772 -0.009197 -0.023611 0.001841 -0.004731 -0.010633 -0.012985 -0.032921 -0.010219 -0.018907 -0.033089 0.0155 0.011518 -0.006174 0.011363 -0.026802 0.001511 0.001728 -0.004738 0.025234 -0.010975 0.029365 0.0477 0.01956 -0.001495 0.003783 -0.032064 -0.017684 -0.020684 -0.008367 0.0227 -0.032697 -0.004814 -0.000202 -0.009136 0.019365 -0.02068 -0.01769 -0.023728 -0.038837 -0.017543 0.000479 0.00971 0.015834 0.010691 0.016667 -0.005762 0.012293 -0.005742 0.00063 0.02214 0.042026 -0.039369 -0.010277 -0.019992 0.013586 0.015963 -0.01235 -0.004864 0.028973 -0.005318 -0.010502 -0.011044 -0.00379 -0.026874 0.013236 -0.063746 -0.007881 0.002187 0.004627 0.008893 0.012689 0.004107\nႃ 0.016897 0.015565 -0.025065 0.036723 0.018445 0.034004 0.043609 -0.001546 -0.026948 -0.025388 0.050723 0.031536 -0.019304 -0.004266 0.04361 -0.007388 0.011699 -0.010035 0.011555 -0.010419 -0.035544 0.001505 -0.028463 0.022415 0.018292 0.009937 -0.018933 0.001469 -0.025464 -0.014264 0.033853 -0.011222 -0.026218 -0.0272 0.014988 0.029497 -0.019504 0.076915 0.010686 0.008484 -0.03935 0.062297 -0.009192 0.013148 0.006514 -0.011923 0.020902 0.009988 0.01955 0.003241 0.007417 0.045422 0.027046 -0.024755 0.051541 0.016722 0.009852 0.039121 -0.013705 0.038322 -0.044988 -0.042167 -0.021685 0.00832 -0.018848 0.035057 0.060476 -0.075914 0.017556 0.043765 -0.047512 -0.014179 0.032346 0.027992 -0.036497 -0.013392 0.00174 0.028863 -0.027616 -0.008419 0.049841 0.023729 -0.017914 0.026072 -0.039059 -0.075179 0.007488 0.004747 0.015371 0.020184 -0.014093 -0.003803 0.011371 0.00337 0.030482 -0.033413 0.032204 -0.0483 -0.030833 0.003732 -0.053535 -0.006977 -0.020086 -0.048949 0.004437 -0.016695 -0.019907 0.009771 0.037421 0.02025 0.066885 0.033193 0.024847 0.025317 0.005411 0.004787 -0.045492 -0.004229 -0.039464 -0.041386 0.018794 -0.02045 0.030599 0.035081 0.02364 0.000733 0.027392 0.016339 -0.014261 0.003069 0.002058 0.035839 0.000693 0.041243 -0.03 0.02866 -0.03795 0.013067 0.030027 0.014845 0.019722 -0.016266 0.01825 0.035668 -0.024504 -0.073898 0.05228 -0.014752 0.007042 -0.044141 0.02764 0.019286 0.028343 0.022923 0.003572 -0.021582 -0.025853 -0.035661 0.000738 -0.023336 -0.007399 0.017834 0.056217 -0.005015 -0.034185 -0.010895 0.021461 -0.033847 0.021425 0.044137 -0.024672 -0.018807 0.015912 0.021164 0.016727 -0.027972 -0.022759 -0.010179 -0.047079 -0.026831 0.04024 0.002103 0.005508 0.015616 -0.039738 -0.019115 -0.003938 0.011616 -0.03843 0.028912 -0.019764 0.023153 -0.042654 -0.011121 0.00551 0.048938 -0.054204 0.000146 0.020421 0.004207 -0.03185 0.003668 0.019421 0.029027 0.051375 -0.002632 0.003017 -0.052711 0.0044 0.048719 -0.026021 0.003289 -0.001 0.042127 0.01008 0.042301 0.004803 -0.006647 0.02352 -0.006321 -0.017778 -0.010738 0.008342 0.020023 -0.034236 0.012381 0.019449 0.011884 0.022841 -0.015027 -0.01593 0.004037 -0.015479 -0.069479 -0.02241 0.018947 0.009539 -0.015925 0.017134 0.023817 0.020089 0.028434 -0.02021 0.019015 -0.009957 -0.00031 0.045247 0.02668 0.03153 0.081081 -0.011385 0.014275 -0.023858 -0.03377 -0.066752 -0.021676 -0.002873 0.046532 -0.024376 -0.003725 -0.009337 -0.015307 0.016482 -0.025601 -0.036118 -0.035045 -0.045513 0.000193 0.009075 0.001661 0.011126 -0.002162 0.010038 -0.007843 0.017098 -0.00703 0.030092 0.019761 0.034345 -0.049595 0.015089 0.005948 -0.004705 0.038457 0.002942 -0.012562 0.003449 -0.014731 -0.034508 -0.024874 0.036377 -0.0341 -0.009428 -0.072714 -0.023033 0.010036 0.000852 0.01512 0.020087 -0.042736\nᦉ 0.039308 0.00378 -0.016326 0.032218 0.025068 -0.012624 0.007064 -0.024817 -0.008645 -0.012832 0.027379 -0.028109 0.008736 -0.000833 0.019728 -0.024783 0.018838 -0.055262 0.001402 -0.001048 -0.028898 0.029814 -0.021743 0.043433 0.000223 0.004912 -0.045728 -0.012235 0.002032 -0.04458 0.030134 0.004501 -0.016117 -0.033913 0.022994 0.018573 -0.06747 0.088254 0.017849 -0.017114 -0.035537 0.013895 -0.010938 -0.030231 -0.007671 -0.05478 0.033245 0.006437 -0.013229 -0.01132 0.024428 0.044133 0.02527 -0.047251 0.059162 0.009547 0.034808 -0.024943 0.012174 0.012349 -0.011868 -0.031206 -0.004581 -0.036303 0.019283 0.030461 0.023741 -0.015795 0.009294 0.012356 -0.030657 0.01307 0.033127 0.068144 -0.071606 0.0316 -0.036464 0.037468 -0.022497 -0.001786 0.024653 0.011682 0.019165 0.063303 0.006335 -0.054107 0.00237 0.009776 -0.042857 -0.025619 -0.003457 0.030815 0.011769 -0.009353 0.028449 -0.022982 -0.01781 -0.023766 -0.020712 0.01261 -0.029621 -0.015339 -0.015099 -0.019497 0.000734 -0.016095 0.019959 -0.016784 0.061782 -0.024529 0.017705 0.028411 0.012253 -0.018188 -0.004852 0.033888 0.007946 0.003754 -0.026965 -0.069657 0.023566 -0.030828 0.051126 0.047746 0.033123 -0.010655 0.001602 -0.007149 -0.012316 -0.006758 -0.026807 -0.001066 -0.023566 0.020731 -0.040224 -0.00972 -0.010396 0.022219 -0.015676 0.013517 -0.036442 0.007238 0.033614 0.042504 0.001662 -0.047527 0.023674 0.003546 -0.011173 -0.04237 -0.019028 0.022803 0.012258 0.016223 -0.005186 0.006932 -0.045859 -0.025948 0.008577 -0.031606 0.022628 0.012802 -0.010473 0.053116 -0.0125 0.00566 0.008466 -0.004363 0.004142 0.034776 -0.043091 -0.037824 0.020892 0.006257 -0.03707 -0.002631 -0.001473 0.008231 -0.046111 -0.036961 0.048354 -0.001858 -0.016106 -0.009938 0.027588 0.013338 0.000307 -0.003235 -0.077065 0.018269 0.02041 0.060849 -0.07233 0.010341 -0.013141 0.029391 -0.019678 0.032833 0.041766 0.043577 -0.041414 0.000931 0.002666 0.022553 0.03552 0.003755 0.009433 -0.01364 -0.014199 0.047228 -0.020928 0.023062 0.009024 -0.021787 0.03254 0.031608 -0.037033 -0.050219 0.001151 0.022476 -0.011869 0.011178 6e-05 -0.027352 0.002015 0.011237 -0.01178 0.009958 0.005077 -0.048114 -0.01311 -0.011021 -0.013223 -0.037564 -0.055043 -0.003718 0.010319 -0.048032 0.011328 0.036225 0.002564 0.017495 -0.008994 0.019722 0.007134 -0.007149 0.058284 0.02732 0.014141 0.074582 -0.000804 0.010301 -0.018686 -0.052762 -0.031795 -0.002595 0.015857 -0.028347 0.022876 -0.058224 0.023256 0.028811 0.017384 -0.049835 -0.053844 0.018537 -0.021665 -0.027367 -0.021998 -0.026774 0.004438 0.01516 -0.020547 0.009722 -0.010678 -0.022181 -0.014804 0.028792 0.031369 -0.04614 0.000274 -0.004427 -0.004014 0.02012 -0.019184 0.008289 0.005105 0.000977 -0.013507 -0.022147 -0.006322 -0.03168 -0.020648 -0.08512 -0.01837 0.004748 -0.00499 0.035191 -0.013678 -0.005745\nލ 0.033914 0.003195 -0.083924 0.021289 0.002602 0.081444 0.027604 -0.011512 -0.02135 -0.063734 0.051291 0.020783 -0.020395 -0.041227 0.047858 -0.01855 0.00939 -0.013656 -0.01815 -0.09778 -0.039552 0.004789 0.034175 0.01133 0.002652 0.005037 -0.006969 -0.016662 -0.03835 -0.052197 0.030698 -0.059075 -0.023864 -0.081613 0.007634 0.024341 -0.046579 0.075014 0.009822 0.05569 -0.058732 0.018076 0.009683 -0.006202 -0.069039 -0.043511 0.038344 -0.004597 -0.00093 0.026083 -0.002086 0.072518 0.051901 -0.055484 0.059101 0.007508 -0.021261 0.02192 0.003276 0.03743 -0.05233 -0.042394 -0.007423 -0.028704 0.02707 0.02302 0.060274 -0.002661 0.078147 0.027764 -0.076904 -0.014379 0.033522 0.042616 -0.06877 0.005042 -0.043871 0.012797 -0.066515 -0.014833 -0.00281 0.000238 0.01168 0.011801 -0.037078 -0.083051 0.008977 -0.025705 -0.013928 -0.013017 -0.029854 0.027731 0.030769 -0.044234 0.034192 -0.010246 -0.011999 -0.035875 -0.008483 -0.007759 -0.055528 0.013715 0.005672 -0.049738 0.020546 -0.009908 -0.010264 0.013833 0.069447 -0.015267 0.053599 0.043982 0.038959 -0.035636 0.016241 -0.000392 -0.012112 0.004755 -0.029012 -0.056785 0.04315 -0.00557 0.044603 0.055243 0.058364 0.018597 -0.031467 -0.018977 -0.018197 -0.033271 -0.032906 0.009438 -0.027437 0.053376 -0.047989 0.028459 -0.04084 0.010845 0.012213 0.077466 0.013061 -0.033701 0.012697 0.037737 -0.052552 -0.076586 0.08641 0.024712 -0.019215 -0.075228 0.012096 -0.006363 0.084625 0.046705 -0.003167 -0.005759 0.025674 -0.036828 0.026164 -0.03693 -0.042247 0.015286 0.033152 0.009706 -0.020665 -0.016573 0.052118 -0.044653 0.02537 0.023626 -0.031143 -0.039042 -0.03158 0.046444 -0.008936 -0.027213 -0.030655 -0.024792 -0.059555 -0.024547 0.065883 -0.022287 0.018401 -0.022998 -0.003894 -0.034926 -0.001579 0.050839 -0.092009 0.011255 0.019303 0.03667 -0.060703 -0.060594 0.011342 0.052978 -0.009933 0.022856 -0.005776 -0.008717 -0.043079 -0.043803 0.026187 0.055299 0.020569 0.037126 0.025506 -0.016789 -0.011163 0.078706 -0.038975 -0.009749 -0.026718 0.021769 -0.005197 0.101735 0.016986 -0.032692 0.019684 -0.00528 -0.024027 0.021549 -0.002825 0.004979 -0.03702 -0.011364 0.007728 0.040116 -0.016826 -0.042866 -0.017532 -0.010066 0.001884 -0.018828 -0.07302 -0.03142 -0.020065 -0.048327 0.042936 0.037273 0.031487 0.051147 -0.044704 0.02305 0.011801 -0.005033 0.055085 0.001882 0.059222 0.068265 0.058345 0.005055 -0.019921 -0.066822 -0.032802 -0.030924 0.010302 0.025935 -0.050784 0.004079 -0.008206 -0.030404 0.044628 -0.039986 -0.06133 -0.031319 -0.064795 -0.024715 0.01386 0.017066 0.06694 0.023837 0.035146 -0.016148 0.023451 0.008106 -0.019096 0.020777 0.080789 -0.084748 0.004529 -0.027197 0.014398 0.037298 -0.025852 -0.023009 0.025002 -0.027235 -0.023823 -0.039179 0.021533 -0.064858 0.023094 -0.114448 0.006411 0.016009 0.033813 0.051042 0.013856 0.009051\n، 0.058457 0.018777 -0.07581 0.043205 0.030047 0.062139 0.014168 0.006914 -0.041633 -0.047422 0.057397 0.021792 -0.008395 -0.049749 0.045265 -0.008886 0.015348 -0.049974 -0.00628 -0.067511 -0.036623 -0.006892 0.006144 0.019437 0.016614 0.046212 -0.01109 -0.014986 -0.028784 -0.053909 0.043362 -0.052626 -0.026406 -0.085532 0.027118 0.03122 -0.071758 0.071069 0.016109 0.033904 -0.04522 0.013719 -0.003317 0.009023 -0.050109 -0.039416 0.07675 -0.008886 0.001143 0.034746 0.020491 0.099004 0.05772 -0.064145 0.064284 0.004046 0.000945 0.040765 -0.028919 0.051234 -0.046737 -0.046007 -0.009203 -0.032718 0.030217 0.048164 0.064229 -0.019619 0.050895 0.016307 -0.086464 -0.003836 0.0261 0.038954 -0.088196 0.009026 -0.070019 0.052988 -0.060666 -0.03497 0.038628 0.007724 -0.004684 0.033823 -0.043571 -0.087509 0.005696 -0.000341 -0.02991 0.006626 -0.012481 0.037533 0.009866 -0.027873 0.023526 -0.023308 0.003983 -0.070061 -0.005694 -0.008737 -0.039273 0.004878 0.000581 -0.048359 0.021943 -0.005846 -0.015666 0.018137 0.06305 -0.004448 0.081285 0.026141 0.030811 -0.034617 0.025787 0.000674 -0.028411 -0.006556 -0.017926 -0.077038 0.034922 -0.007833 0.070063 0.032493 0.048588 0.031178 -0.027775 -0.043233 -0.020365 -0.028795 -0.031703 -0.001367 -0.033772 0.037352 -0.033298 0.03238 -0.054109 0.018971 -0.001954 0.09987 -0.007225 -0.015589 0.022835 0.048744 -0.055656 -0.081745 0.070871 0.004074 -0.00089 -0.079548 0.003244 0.018388 0.057174 0.043864 -0.001875 0.026859 -0.006904 -0.044186 0.022456 -0.046496 -0.01415 0.036733 0.039763 0.022753 -0.008606 -0.037333 0.012585 -0.046479 0.035236 0.030215 -0.048721 -0.02818 -0.020456 0.060887 -0.026024 -0.052426 -0.022865 -0.007421 -0.072259 -0.058349 0.060663 -0.008044 -0.002924 -0.015616 -0.00301 -0.036132 0.013064 0.03999 -0.105738 0.012519 0.009612 0.045867 -0.060943 -0.079123 0.000126 0.08446 -0.03777 0.019442 -0.002806 0.001682 -0.054902 -0.071163 0.028226 0.044985 0.024192 0.03931 0.043247 -0.014997 -0.00846 0.071868 -0.053208 -0.00345 -0.017423 0.028718 0.005502 0.128473 0.00683 -0.048219 0.010678 -0.001145 -0.011051 0.007197 -0.020755 0.005307 -0.041115 -0.002237 0.009496 0.018754 -0.015271 -0.032868 -0.004774 -0.002273 -0.003724 -0.042723 -0.054114 -0.009035 -0.025129 -0.054602 0.050054 0.050314 0.003089 0.031813 -0.027141 0.010955 0.010266 -0.028656 0.076584 -0.01172 0.073581 0.105049 0.052812 0.022331 0.012876 -0.072123 -0.052773 -0.047703 0.014214 0.037754 -0.032647 -0.020028 0.007105 -0.015459 0.052618 -0.055457 -0.048617 -0.028562 -0.061872 -0.027675 0.011408 -0.004567 0.038858 -0.00324 0.012678 -0.018135 0.030511 0.023543 -0.006462 0.025096 0.067893 -0.090542 -0.014041 -0.019119 0.027626 0.047749 -0.053897 -0.000868 0.030159 -0.010818 -0.02969 -0.024609 0.0239 -0.087051 0.011485 -0.095093 -0.018572 0.00572 0.033932 0.031046 0.039068 0.001105\nʏ 0.016304 -0.002373 -0.024877 0.008732 0.008388 0.037294 0.029224 0.002032 -0.022334 -0.03415 0.037109 0.018179 -0.017402 -0.013827 0.036357 -0.018793 0.006549 -0.028007 0.011912 -0.033818 -0.002189 0.000255 -0.028521 0.004367 0.002466 -0.001862 -0.003073 -0.007325 -0.012414 -0.030402 0.017455 -0.032846 -0.02112 -0.013993 -0.007757 0.009221 -0.019056 0.045511 0.015317 0.007204 -0.040728 0.029752 0.017667 0.025525 -0.003642 -0.022272 0.016401 0.001446 -0.000467 -0.001824 0.004634 0.056089 0.016916 -0.033545 0.03646 -0.00044 0.003376 0.031699 -0.011195 0.027859 -0.049643 -0.028769 -0.030614 0.008144 0.007772 0.030003 0.056114 -0.030878 0.027936 0.037609 -0.040353 -0.009283 -0.002732 0.020119 -0.02159 -0.001386 -0.014804 0.012599 -0.01911 -0.010696 0.028384 -0.000413 -0.015805 0.017964 -0.023913 -0.070801 0.011137 -0.003332 -0.003691 0.015819 -0.008473 0.006433 0.014146 -0.001578 0.007807 -0.029141 0.004187 -0.044006 -0.031518 -0.006778 -0.038355 -0.001794 0.000262 -0.034631 0.009567 0.001687 -0.004251 0.001641 0.008653 -0.010179 0.058357 -0.002229 0.016861 0.009369 0.020294 -0.005644 -0.025033 -0.014667 -0.026633 -0.026709 0.031165 -0.014428 0.026764 -0.00019 0.015603 -0.011625 0.006477 0.018479 -0.014583 -0.004216 0.019212 0.022047 0.006858 0.034654 -0.000269 0.003117 -0.019845 0.025347 0.01316 0.037997 0.002386 0.001577 0.01647 0.016297 -0.006065 -0.038995 0.039367 -0.018401 0.008588 -0.042823 0.035452 -0.003443 0.040017 0.039249 0.009012 0.006795 -0.012308 -0.039389 0.02304 -0.007718 -0.030014 0.023471 0.03535 -0.001969 -0.018061 -0.031626 0.017413 -0.015386 0.019069 0.056131 -0.023898 -0.017909 -0.003981 0.013071 0.010236 -0.025487 -0.010183 -0.007428 -0.050592 0.010109 0.04221 -0.000844 0.012803 -0.001377 -0.040159 -0.033604 0.005375 0.016728 -0.022936 0.016775 0.012773 0.032274 -0.0346 -0.040687 -0.012028 0.041612 -0.03184 0.009969 0.008986 -0.011151 -0.036066 -0.017746 0.025689 0.032282 0.023507 -0.004779 0.003199 -0.03053 -0.00987 0.019735 -0.008046 -0.00058 -0.006134 0.029324 0.007946 0.020739 -0.003477 -0.006233 0.010143 -0.006527 -0.018901 -0.00525 0.010615 0.015666 -0.034836 0.007802 -0.01323 0.009063 0.013763 -0.002743 -0.007464 0.008073 -0.002039 -0.038464 -0.023599 0.005302 -0.017042 -0.010825 0.011116 0.011421 0.010823 0.038365 -0.012994 0.022567 -0.008272 -0.026177 0.021884 0.016279 0.03322 0.030507 0.012179 0.009609 -0.026963 -0.018372 -0.022446 -0.010706 -0.016948 0.008245 -0.031474 0.013103 0.006138 -0.013015 0.017171 -0.020667 -0.018838 -0.007854 -0.042191 0.016247 0.004781 -0.000936 0.00282 -0.002501 0.024074 0.000412 0.026827 -0.009929 0.012311 0.021053 0.023474 -0.040175 -0.001836 -0.002141 0.02497 0.027903 0.019817 -0.006599 0.022701 -0.004678 -0.005695 -0.020872 0.003186 -0.020742 0.004967 -0.048758 -0.026983 0.005403 0.003992 -0.00341 0.005044 -0.029964\nக 0.037992 0.006972 -0.068738 0.028294 0.020139 0.052267 0.00627 -0.011664 -0.023518 -0.041594 0.046692 0.02209 -0.007922 -0.044168 0.046983 -0.013513 0.0083 -0.027412 -0.00954 -0.062557 -0.012201 -0.002383 0.012016 0.009273 -0.000394 0.024812 -0.003156 -0.008253 -0.027811 -0.037101 0.030605 -0.041474 -0.027614 -0.055221 0.02356 0.013024 -0.044763 0.05211 0.003951 0.030978 -0.044463 0.011728 0.000944 -0.000149 -0.04223 -0.023094 0.042824 -0.007598 -0.000281 0.024874 0.003459 0.072362 0.047387 -0.040577 0.062227 0.008729 -0.011687 0.028457 -0.018847 0.034672 -0.046679 -0.044253 -0.007894 -0.018074 0.024036 0.025279 0.054921 -0.012523 0.046861 0.028292 -0.058278 -0.008219 0.025973 0.017465 -0.059237 0.008225 -0.038715 0.031937 -0.040744 -0.021956 0.017791 0.000145 0.004596 0.01763 -0.026039 -0.072986 0.013374 -0.00543 -0.024137 -0.009393 -0.014888 0.030022 0.002673 -0.022195 0.01522 -0.002549 -0.005361 -0.044718 -0.003049 -0.006362 -0.024313 0.004729 0.004659 -0.041413 0.018283 -0.008757 -0.020429 0.015006 0.042259 -0.011671 0.05097 0.022938 0.030271 -0.017797 -0.000506 -0.002492 -0.013685 -0.008269 -0.018647 -0.054887 0.036212 0.007606 0.050794 0.026895 0.040971 0.019376 -0.007123 -0.013344 -0.017699 -0.028812 -0.02228 0.000885 -0.018377 0.039712 -0.028453 0.019223 -0.033234 -0.000112 0.012247 0.063461 -0.004838 -0.008975 0.018208 0.031748 -0.045479 -0.065743 0.07249 0.016981 0.008448 -0.0519 0.00328 0.017252 0.043208 0.026079 0.002303 0.005903 0.004698 -0.03113 0.018858 -0.034218 -0.028681 0.012079 0.029973 0.019303 -0.018248 -0.022052 0.033042 -0.025558 0.028727 0.018036 -0.028647 -0.030774 -0.008278 0.041551 -0.023859 -0.037306 -0.012529 -0.011243 -0.048548 -0.031664 0.039305 -0.00901 0.005185 -0.006886 -0.010246 -0.018364 0.002375 0.022392 -0.063312 0.00742 0.019125 0.032552 -0.046218 -0.056217 0.00579 0.057682 -0.024247 0.011579 0.003873 0.005004 -0.04138 -0.041599 0.017699 0.034466 0.01754 0.021416 0.022646 -0.015534 -0.008995 0.053065 -0.039294 -0.005745 -0.015734 0.015483 -0.004411 0.087871 0.013637 -0.030728 0.013593 -0.002881 -0.011762 0.009484 -0.001789 0.010985 -0.029093 -0.007683 -0.00515 0.029035 -0.010842 -0.02913 -0.005666 -0.002132 -0.002121 -0.029564 -0.047594 -0.009831 -0.018517 -0.042922 0.04262 0.030298 0.009074 0.030867 -0.025475 0.020058 0.001317 -0.011781 0.043938 -0.005443 0.056815 0.075838 0.036803 0.00963 0.001116 -0.051149 -0.045364 -0.025322 -0.002266 0.02969 -0.032639 -0.018632 -0.003241 -0.02763 0.045967 -0.030422 -0.045203 -0.029952 -0.042644 -0.021457 0.011769 0.000608 0.028424 3.9e-05 0.01093 0.002681 0.020249 0.014975 -0.002353 0.022337 0.066189 -0.072213 -0.001019 -0.024148 0.018618 0.017922 -0.020863 -0.003416 0.026815 -0.009981 -0.028449 -0.023189 0.005019 -0.052957 0.010951 -0.090851 -0.001006 -0.002065 0.017363 0.01936 0.025286 0.007601\nਔ 0.008417 -0.008651 -0.016872 -0.02074 0.000201 0.009324 -0.000492 -0.012998 -0.011685 -0.026175 0.004743 0.013934 -0.014188 -0.002006 0.024159 -0.029288 -0.002299 0.010999 0.004719 -0.044373 -0.018043 -0.008596 0.026256 0.015124 0.002185 -0.001865 -0.03021 -0.022815 -0.025525 -0.034581 0.013391 -0.025429 -0.036505 -0.060984 0.008399 0.014642 -0.018332 0.039718 -0.006237 0.056973 -0.025783 0.02815 0.00615 -0.029082 -0.053373 -0.013438 0.012171 0.031098 0.005783 -0.00208 0.008045 0.036211 0.022061 -0.040127 0.015624 -0.001752 -0.016768 0.005094 0.010307 0.009358 -0.060698 0.003328 -0.014903 -0.009823 0.016975 0.032645 0.034008 -0.001215 0.053356 0.022154 -0.033983 0.02652 0.011145 0.013183 -0.041517 0.008285 -0.03171 0.024905 -0.06084 0.006876 -0.016452 -0.00321 0.00563 -0.007273 -0.029946 -0.015257 0.002096 -0.012388 -0.035063 -0.01035 -0.027258 0.00057 0.017754 -0.019355 0.030744 -0.016359 -0.020142 -0.021845 -0.025083 0.012126 -0.058343 0.0197 -0.01427 -0.029336 0.010478 0.01443 -0.005567 -0.007358 0.043352 -0.005098 0.027644 0.026591 0.001397 -0.047672 0.015936 0.012707 0.002762 -0.00752 -0.013026 -0.017757 -0.012578 0.00676 0.032 0.019604 0.018173 0.029408 -0.005016 -0.030975 -0.017245 -0.044962 -0.023344 0.012212 -0.018745 0.046512 -0.007044 0.025935 -0.019014 -0.019119 0.001767 0.010917 0.003097 -0.017857 0.016254 0.022979 -0.050402 -0.056039 0.07493 0.017622 -0.014967 -0.031763 -0.003439 0.011645 0.048853 0.015151 -0.015324 -0.029726 0.014905 -0.032711 0.022498 -0.02447 -0.03882 0.009977 0.032534 0.032508 -0.028617 0.008022 0.029756 -0.0209 0.001845 0.016595 0.015449 -0.026571 -0.013921 0.004842 -0.009038 -0.022176 -0.004916 -0.043616 -0.034842 0.004795 -0.019928 -0.030995 0.00906 -0.003148 0.004911 -0.009986 0.007323 0.023705 -0.021734 0.014558 0.008648 0.00651 -0.043077 -0.010808 0.043437 0.050856 -0.031008 0.018806 -0.005331 0.023294 -0.018227 -0.021982 0.014905 0.04521 0.013168 0.015335 0.001839 -0.006889 0.002804 0.043187 -0.022845 0.008022 -0.004881 -0.020891 -0.020021 0.056792 -0.019091 -0.025118 0.016571 0.014427 -0.031022 0.001502 -0.02684 0.044648 0.026352 -0.012683 -0.003649 0.045781 0.030344 -0.034523 -0.002986 -0.005714 0.013427 -0.004738 -0.067975 -0.025006 -0.001945 -0.04364 0.017092 0.012273 0.031571 0.022855 -0.022825 0.000933 -0.008535 0.002154 0.009375 0.008442 0.03653 0.032814 0.048954 -0.023758 -0.018383 -0.010524 -0.022081 -0.010204 -0.015553 0.007783 -0.029892 0.010884 0.002537 -0.013617 0.006043 -0.028858 -0.025123 0.000972 -0.047908 -0.016487 0.004989 -0.005367 0.006811 0.027535 0.02201 -0.024179 0.005399 0.007219 -0.038686 -0.015413 0.070718 -0.048233 0.003462 -0.030388 -0.010446 0.002928 0.027759 -0.012662 0.028577 -0.010687 0.001249 -0.023199 0.018537 -0.049203 -0.012451 -0.080966 0.01725 0.021329 -0.015444 0.041007 -0.006823 0.008038\nဘ 0.02064 0.009844 -0.01821 0.008567 0.012733 0.048344 -0.002795 -0.021478 -0.003112 -0.024235 0.030249 0.011679 -0.005399 -0.010167 0.021225 -0.001409 0.006954 -0.008768 0.004699 -0.043804 -0.024312 -0.002582 0.014338 -0.007561 -0.0131 0.011074 -0.027368 -0.022226 -0.017385 -0.018993 0.015773 -0.014962 -0.016206 -0.020473 0.004544 0.010215 -0.00434 0.014712 -0.009716 0.015027 -0.018531 -0.003174 0.006652 -0.000688 -0.017898 -0.007064 0.011374 0.00431 -0.007298 -0.004482 -0.007189 0.008603 0.017531 -0.018854 0.023682 0.014203 -0.017956 -0.00234 0.002203 0.005815 -0.042942 -0.00709 0.003671 -0.007443 0.004313 0.000957 0.026967 0.004595 0.036834 0.023307 -0.0371 -0.003492 0.014761 0.012932 -0.019484 -0.00353 -0.010888 0.007967 -0.044773 0.001899 -0.008976 0.003166 -0.000283 0.000108 -0.020208 -0.026441 0.002343 0.012555 -0.015649 0.001076 -0.0017 0.017121 0.008119 -0.022196 0.013485 -0.004705 -0.019857 -0.01812 0.006632 -0.00512 -0.028788 0.008587 0.013587 -0.015476 0.010377 0.00168 -0.000429 0.001164 0.031045 -0.007893 0.023554 0.019217 0.0017 -0.009627 0.015131 -0.008263 0.005422 -0.006764 -0.006871 -0.009412 0.000952 -0.00241 0.016849 0.027758 0.028931 0.000464 -0.000612 0.004724 -0.01355 -0.021885 -0.009658 -0.001624 -5.5e-05 0.026366 -0.008382 0.003965 -0.014374 0.015874 -0.001394 0.02824 0.000916 -0.005169 -0.012428 0.016992 -0.030576 -0.03302 0.045415 -0.00362 -5.8e-05 -0.019645 -0.004712 0.00273 0.028767 0.000999 -0.007761 -0.001221 0.012714 -0.00531 0.016773 -0.014981 -0.02672 0.003127 0.007365 -0.002174 -0.012984 -0.004407 0.018417 -0.006003 0.023293 0.000478 0.000689 -0.004456 -0.006357 0.012033 -0.011892 -0.010415 0.008874 -0.009222 -0.025053 -0.010298 0.018261 -0.002392 0.008867 -0.014677 0.003982 -0.018519 0.01557 0.016822 -0.012537 0.002005 0.002218 0.024536 -0.035342 -0.019514 0.006469 0.018144 0.000603 0.015695 0.003713 -0.007615 -0.026089 -0.024598 0.011421 0.021089 0.015648 0.006044 0.003194 -0.000191 -0.007413 0.033031 -0.013748 0.001007 0.00644 0.003593 -0.004456 0.038457 0.007138 -0.02208 -0.005162 0.016999 0.010245 0.013287 -0.018493 0.005019 -0.01925 0.003434 -0.006623 0.019293 0.007685 -0.010695 -0.007468 -0.013397 -0.000129 -0.03032 -0.022836 -0.008547 -0.012778 -0.029379 0.014306 -0.005569 0.00774 0.014374 -0.006996 0.007995 -0.00863 -0.004853 0.019198 -0.013555 0.017394 0.021898 0.016799 0.00309 -0.001422 -0.01839 -0.001509 -0.006368 -0.009916 0.012336 -0.015325 0.003183 0.002843 -0.008254 0.018778 -0.014133 -0.022399 -0.018141 -0.024701 -0.01618 0.002667 0.004595 0.016653 -0.003104 0.015443 -0.007489 0.011501 0.001004 0.006455 0.005768 0.049611 -0.029015 0.003359 -0.015783 0.00538 0.019528 -0.006709 -0.018196 0.010304 -0.011545 -0.014621 -0.002852 -0.003218 -0.022965 0.009936 -0.053644 -0.016627 0.017266 0.002318 0.013339 0.003397 0.004273\n£ 0.007083 -0.01827 -0.037877 0.014871 0.000437 0.0316 0.007563 -0.012147 0.004434 0.006894 0.015121 0.00587 -0.01996 -0.015833 0.008697 -0.01827 0.013505 -0.01676 -0.013162 -0.03972 0.006825 0.036841 0.010775 0.019598 0.00071 0.017118 0.017567 -0.009074 0.009425 -0.004464 0.009593 -0.007452 0.015614 -0.045618 -0.009519 0.014551 -0.015979 0.016298 0.022391 0.002018 -0.008141 0.004377 -0.00131 -0.004772 0.006905 0.002235 0.003735 -0.008754 -0.015102 0.011481 -0.006961 0.022396 0.034854 -0.0093 0.014495 -0.012602 -0.010729 0.015219 -0.028426 -0.009689 -0.011107 -0.005387 -0.019008 -0.025232 0.011217 0.007156 0.003097 0.00157 0.012111 0.002598 -0.037302 -0.004792 0.005457 -0.016718 -0.0232 -0.009695 -0.008955 0.013046 -0.023589 0.00026 -0.005186 0.003211 0.009843 -0.008528 -0.010849 -0.024192 0.010989 -0.007077 -0.012066 -0.006797 0.016065 0.011207 0.005144 -0.007644 -0.011639 -0.013855 0.007063 -0.030771 0.014648 -0.01858 -0.006049 -0.014983 0.013849 -0.007918 0.013984 0.012815 0.001743 0.008541 0.026575 0.000727 0.002076 -0.001837 0.008534 -0.020616 0.002431 -0.005364 -0.000591 0.003215 -0.00953 -0.024421 0.002825 -0.005278 0.023264 -0.005803 0.000365 -0.012783 0.01302 0.014783 0.019146 0.015326 -0.008894 -0.001138 -0.01312 0.023025 0.014229 -0.010133 -0.017121 -0.014896 -0.004527 0.024332 0.003417 -0.004622 0.013862 0.017133 -0.005293 -0.021239 0.030115 -0.016017 0.011204 -0.030517 0.015742 -0.005695 0.018509 0.016558 0.000879 -0.011296 -0.007612 -0.029197 -0.012818 -0.014291 -0.004235 -0.006664 0.013517 0.004214 -0.010398 0.006485 0.012172 -0.001568 0.014431 0.023499 -0.012909 -0.010285 -0.013214 0.021895 -0.018589 -0.004152 -0.026467 -0.020786 -0.005972 -0.007857 0.017556 0.012607 0.018914 -0.004152 -0.002475 0.010204 -0.011734 0.033031 -0.010641 0.008542 0.013355 0.015761 -0.033999 -0.038298 0.001415 0.019341 -0.016294 0.012079 0.003242 0.014471 -0.03348 0.010132 0.009636 -0.0073 0.013439 0.001336 0.003088 0.002373 0.038419 0.008952 -0.025993 0.003966 -0.032051 -0.004341 -0.007779 0.021153 0.00872 -0.003289 -0.009612 0.008608 0.000651 0.01214 -0.02139 -0.00025 -0.022985 0.016674 0.004764 -0.002868 0.007617 -0.021709 -0.003063 0.012654 0.00698 0.012107 -0.02327 0.003879 -0.007132 -0.037607 -0.00152 0.035327 0.016647 -0.011575 -0.015553 0.004443 -0.010484 -0.02542 0.006872 -0.011227 0.026555 0.027656 0.006007 0.019785 -0.003694 -0.034862 0.001138 0.010065 -0.009814 0.00255 -0.028984 -0.004932 -0.002591 -0.003689 0.028505 -0.021422 -0.003884 -0.002572 -0.026152 -0.002427 0.00099 0.030038 -0.004286 -0.015769 -0.01263 -0.010232 0.012354 0.011758 -0.010675 0.016304 0.030428 -0.011718 0.003759 0.006675 0.019913 0.002483 -0.01291 -0.017879 0.0196 -0.022767 -0.001687 -0.005361 0.010037 -0.005042 0.001634 -0.021333 -0.01958 -0.003711 0.022581 -0.014643 0.015288 0.014491\nܢ 0.038034 1.9e-05 -0.073189 0.030519 0.014174 0.049873 0.009538 -0.012841 -0.024641 -0.04359 0.044817 0.007827 -0.016596 -0.038001 0.040971 -0.00887 0.01423 -0.032193 -0.016304 -0.055491 -0.028471 -0.000111 3.5e-05 0.018779 0.008433 0.025749 -0.015095 -0.015908 -0.017028 -0.031312 0.025294 -0.038638 -0.020729 -0.044446 0.027171 0.014608 -0.05114 0.049789 0.008325 0.026195 -0.03918 0.022424 0.004887 -0.005328 -0.048521 -0.033861 0.045525 -0.001377 -0.002461 0.031172 0.007052 0.073937 0.047809 -0.044304 0.056021 0.012469 -0.014589 0.024504 -0.017739 0.037227 -0.035135 -0.040571 -0.012415 -0.012216 0.019509 0.025641 0.045754 -0.019239 0.057092 0.031653 -0.055324 -0.003631 0.030475 0.020424 -0.066535 0.012991 -0.03872 0.033964 -0.051257 -0.019263 0.015803 -0.005026 -0.001857 0.029143 -0.035571 -0.072216 0.000631 -0.006443 -0.028451 -0.013851 -0.013041 0.03283 0.011736 -0.021009 0.024509 -0.020215 -0.007613 -0.046454 -0.014916 -0.002528 -0.024946 0.000577 -0.004585 -0.0391 0.018815 -0.009428 -0.026398 0.013712 0.052381 -0.008174 0.054273 0.040742 0.021782 -0.022317 0.015383 0.003867 -0.014445 0.007311 -0.025992 -0.050057 0.022289 0.003593 0.054486 0.031699 0.045482 0.01521 -0.009627 -0.023653 -0.031827 -0.028051 -0.019086 0.003779 -0.033928 0.038954 -0.028263 0.019512 -0.028568 0.01312 0.002988 0.067785 -0.004461 -0.016576 0.022236 0.033943 -0.053839 -0.073519 0.069829 0.015392 0.001112 -0.058373 0.001845 0.013504 0.041795 0.037704 -0.010825 0.000799 0.009952 -0.027611 0.022319 -0.021843 -0.024694 0.019592 0.022396 0.018383 -0.02875 -0.010495 0.025603 -0.028791 0.029554 0.031034 -0.030337 -0.029885 -0.016966 0.038238 -0.023566 -0.03463 -0.014556 -0.017116 -0.059797 -0.020278 0.036613 -0.014584 0.000248 -0.006784 -0.005433 -0.021026 -8.9e-05 0.02406 -0.083348 0.001241 0.003606 0.038396 -0.057287 -0.045163 0.006019 0.060703 -0.028033 0.013158 0.003603 0.00422 -0.061448 -0.046822 0.023456 0.039624 0.021374 0.012764 0.024354 -0.013535 -0.007372 0.054174 -0.035257 -0.009645 -0.003841 0.011788 -0.003883 0.089502 -0.002233 -0.027429 0.005698 0.013568 -0.001534 0.010177 -0.016147 0.007763 -0.027816 -0.002122 0.007946 0.022627 -0.012454 -0.036567 -0.005998 0.001817 -0.007492 -0.030228 -0.05902 -0.004534 -0.016101 -0.050174 0.032707 0.027792 0.017669 0.032529 -0.026329 0.015454 0.012101 -0.010178 0.05514 -0.004693 0.04799 0.063191 0.045094 0.017704 0.004162 -0.056965 -0.041743 -0.028161 -0.007847 0.027443 -0.035234 -0.021937 0.009803 -0.018639 0.042066 -0.037593 -0.046162 -0.016836 -0.028322 -0.021875 0.010955 -0.00717 0.03722 0.0046 0.014193 -0.013423 0.014598 0.010113 0.006212 0.02125 0.067227 -0.063429 0.00052 -0.030502 0.014262 0.024648 -0.024077 -0.005535 0.025185 -0.010448 -0.024071 -0.026785 0.00824 -0.052358 0.018783 -0.095784 -0.002535 0.015055 0.019794 0.027419 0.027968 -0.001218\nວ 0.0317 0.001976 -0.040809 0.025792 0.008127 0.035512 0.008551 0.000222 -0.018545 -0.026797 0.023796 0.008191 -0.008298 -0.021582 0.026842 -0.000132 0.005625 -0.022361 -0.008122 -0.038511 -0.015454 0.00415 0.007224 0.012077 0.002408 0.016372 -0.013116 -0.008675 -0.014972 -0.026298 0.020674 -0.028785 -0.018482 -0.040563 0.009596 0.011606 -0.029282 0.033415 0.005051 0.024416 -0.023478 0.00864 0.000514 -0.004955 -0.023525 -0.024568 0.031103 -0.003572 -0.001326 0.018403 0.003142 0.04382 0.030839 -0.032833 0.038023 0.006961 -0.000821 0.019609 -0.005678 0.024766 -0.030574 -0.023631 -0.007168 -0.013665 0.011667 0.024496 0.033369 -0.014547 0.03291 0.014978 -0.049097 -0.010127 0.015742 0.015001 -0.042943 0.001543 -0.026411 0.022524 -0.030991 -0.014081 0.012889 0.000165 0.005718 0.014619 -0.017636 -0.054784 0.00782 -0.004527 -0.01643 -0.010257 -0.003917 0.02301 0.007674 -0.016928 0.019361 -0.008432 0.001016 -0.038337 0.000362 -0.00416 -0.021524 -0.000167 -0.00072 -0.029118 0.014501 -0.00307 -0.012194 0.006718 0.035524 -0.001915 0.041303 0.018714 0.026103 -0.01531 0.006575 0.004579 -0.007438 0.000615 -0.012994 -0.037263 0.020343 0.00023 0.037704 0.024134 0.030616 0.011127 -0.011477 -0.012504 -0.010739 -0.014516 -0.01325 -0.002969 -0.016889 0.031103 -0.026219 0.013663 -0.031624 0.001528 0.00263 0.04227 -0.003387 -0.010104 0.006541 0.024394 -0.036298 -0.045662 0.04497 0.007939 0.002115 -0.040606 0.008114 0.00901 0.033815 0.021797 0.003411 0.008044 -0.000529 -0.023742 0.013904 -0.024138 -0.015657 0.015885 0.021761 0.015118 -0.008699 -0.017974 0.019064 -0.017633 0.024185 0.01442 -0.023396 -0.020965 -0.013818 0.035092 -0.021281 -0.027406 -0.00625 -0.005765 -0.036818 -0.021623 0.031312 -0.007817 0.008071 -0.008939 -0.00202 -0.015905 0.004713 0.021247 -0.052643 0.003292 0.008902 0.024914 -0.036579 -0.033428 0.004184 0.033753 -0.018559 0.013352 0.004916 0.000931 -0.030031 -0.026683 0.015754 0.020745 0.014919 0.020994 0.004979 -0.004588 -0.00483 0.04005 -0.021439 -0.003628 -0.006391 0.015014 0.003922 0.06251 0.003849 -0.025276 0.010321 -0.004947 -0.006645 0.006834 -0.010297 0.004641 -0.018951 -0.001902 0.000321 0.015807 -0.008271 -0.026938 -0.006707 -0.001448 -0.005935 -0.026642 -0.032379 -0.003209 -0.012089 -0.030341 0.025297 0.024038 0.008124 0.027963 -0.02509 0.014227 -0.001359 -0.008983 0.033584 -0.006093 0.036551 0.049266 0.02041 0.006862 0.002465 -0.036436 -0.030029 -0.0152 0.006111 0.020253 -0.023626 -0.01146 0.007188 -0.010868 0.026497 -0.025994 -0.029296 -0.021969 -0.035609 -0.014062 0.010232 -0.00049 0.019169 0.006011 0.010583 -0.002246 0.009829 -0.000131 -0.003006 0.01499 0.037397 -0.045313 -0.001511 -0.015027 0.012393 0.014391 -0.021754 -0.005176 0.010158 -0.009083 -0.02144 -0.013138 0.006024 -0.039879 0.008362 -0.061845 -0.01427 0.008503 0.012506 0.018598 0.01895 0.001738\nദ 0.041272 -0.007485 -0.033377 -0.006053 0.024573 0.045767 -0.001138 -0.011493 -0.018168 -0.024084 0.01556 0.026723 -0.023268 -0.033302 0.002068 -0.000985 0.02058 -0.019644 -0.032552 -0.057974 -0.023709 -0.003562 0.017906 -0.004958 -0.010799 0.000866 -0.03109 -0.045908 -0.014257 -0.037508 0.005928 -0.024531 -0.02153 -0.04072 0.027735 0.018024 -0.041248 0.058744 -0.01232 0.039146 -0.042055 0.01172 0.008855 -0.032566 -0.046857 -0.014788 0.050676 0.022467 0.004174 -0.004322 0.001645 0.052017 0.038266 -0.039392 0.055174 -0.00731 -0.033588 0.002523 -0.016484 0.033161 -0.043679 -0.034892 -0.019154 -0.007197 -0.022631 -0.00747 0.053827 0.017803 0.065764 0.033248 -0.054029 -0.015039 0.029814 0.017815 -0.060624 0.006881 -0.007574 0.008188 -0.060038 0.007022 -0.002959 0.020541 -0.001999 0.027452 -0.049429 -0.066506 0.001975 -0.002883 -0.030072 -0.026138 -0.028105 0.017965 0.01158 -0.030536 0.03558 -0.007459 -0.002969 -0.018823 -0.049304 -0.003414 -0.044345 0.010217 -0.016308 -0.026009 0.010667 0.014068 -0.021092 0.033223 0.052306 0.003766 0.013257 0.059841 0.014409 -0.017039 0.018358 0.001998 -0.000156 0.010473 -0.035975 -0.026985 -0.026531 -0.023111 0.038816 0.039504 0.041638 0.006711 -0.021564 -0.026456 -0.01602 -0.019834 -0.028693 0.015532 -0.01248 0.026826 -0.003401 0.022085 -0.029423 -0.003823 0.026832 0.034823 0.003718 -0.009482 0.018103 0.031254 -0.071088 -0.058898 0.055385 0.02174 -0.000148 -0.059997 0.00478 0.016362 0.024506 0.021754 -0.004572 -0.005113 0.021719 -0.023576 0.014066 -0.035356 -0.039232 0.015537 0.010012 0.007134 -0.023172 -0.004347 0.056962 -0.032457 0.018988 0.017527 -0.01958 -0.009569 0.007037 0.036899 -0.021367 -0.020125 0.013144 -0.006255 -0.021587 -0.017502 0.01575 -0.02312 0.000901 -0.000426 -0.029717 -0.020675 0.024749 0.010514 -0.026803 4.3e-05 0.017632 0.018574 -0.045553 -0.041948 -0.00664 0.033834 -0.019435 0.031794 -0.007153 0.008559 -0.051281 -0.031907 -0.006495 0.046345 0.003803 0.018835 0.024348 0.0093 -0.014618 0.076217 -0.019044 -0.025793 -0.023371 0.032432 -0.006109 0.068421 0.030174 -0.042483 0.004665 0.015365 -0.004225 0.01297 -0.000511 0.007328 0.014427 -0.001616 0.013706 0.024694 -0.017277 -0.001308 0.00017 -0.004868 0.00635 -0.036665 -0.053876 -0.004365 0.009722 -0.055428 0.023769 0.011793 -0.022294 0.028952 -0.013944 0.009596 -0.00089 -0.015112 0.034593 -0.004211 0.043674 0.042842 0.012237 -0.010724 0.005175 -0.046058 -0.015167 -0.013828 -0.034738 0.016407 -0.036353 0.012936 -0.011241 -0.010167 0.032905 -0.016839 -0.022474 -0.020285 -0.046849 0.007362 0.013589 -0.022803 0.009842 0.010276 0.049385 -0.014954 0.051597 0.019198 0.026606 0.033256 0.07787 -0.056885 -0.006122 -0.041374 -0.003035 0.027234 0.009605 -0.001816 0.026678 -0.016227 -0.035017 -0.015295 0.005413 -0.052758 0.014054 -0.091991 0.006347 0.039603 0.00137 0.038257 0.023628 0.016316\n8 0.022737 0.006206 -0.03741 0.012335 0.000824 0.036659 0.012446 0.004207 -0.007438 -0.011645 0.025505 0.006523 -0.010957 -0.011791 0.015674 0.011905 0.015537 -0.012327 -0.012466 -0.018975 0.001941 0.001749 0.012585 0.017355 0.006064 0.028386 0.003058 0.00372 -0.004331 -0.018395 0.01918 -0.016728 -0.010546 -0.031758 0.006944 0.023241 -0.030729 0.02743 0.014286 0.012292 -0.022407 0.019107 0.007367 -0.002276 -0.011304 -0.018008 0.039205 -0.003008 0.008562 0.014 0.006403 0.045686 0.039449 -0.018859 0.035554 0.002006 -0.003912 0.022167 0.002428 0.018779 -0.018669 -0.013775 -0.002104 -0.012487 0.00883 0.022243 0.025791 -0.012887 0.025752 0.021094 -0.035123 -0.003981 0.018929 0.010315 -0.041705 0.001708 -0.019161 0.016142 -0.025522 0.000368 0.014467 0.010439 0.003832 0.023253 -0.007861 -0.041795 0.007692 0.011877 -0.018432 0.000524 0.009646 0.016731 0.008428 -0.014545 0.020507 0.005774 0.007594 -0.026111 0.00413 -0.007 -0.000746 -0.008486 0.001294 -0.014511 0.016687 -0.001373 -0.005144 -0.000467 0.015784 0.007331 0.031174 0.013618 0.023032 -0.010217 0.008609 0.006152 0.000727 -0.001608 -0.000821 -0.02745 0.021703 -0.000982 0.031473 0.004812 0.026486 0.008702 -0.002481 -0.004115 -0.00473 0.007456 -0.0083 0.005344 -0.000632 0.028891 -0.006423 0.022084 -0.017617 0.007044 -0.000131 0.045946 0.007605 -0.010387 0.009219 0.022873 -0.010844 -0.035728 0.033486 0.008548 0.004745 -0.036433 0.016008 0.009138 0.029016 0.02173 0.010557 0.014584 0.006399 -0.021224 0.009362 -0.006321 -0.022355 0.011659 0.036177 0.015056 -0.001785 0.000552 0.024604 -0.001665 0.016914 0.013107 -0.013477 -0.007308 -0.011114 0.030307 -0.011336 -0.007958 -0.010755 -0.00828 -0.024736 -0.00331 0.036021 -0.002194 0.011922 0.001144 -0.00723 0.002428 -0.001132 0.02448 -0.034792 0.009035 0.01442 0.016929 -0.028826 -0.022918 0.005721 0.033293 -0.004014 0.010152 0.008255 0.013057 -0.032091 -0.014979 0.023565 0.01857 0.024429 0.00768 0.005461 -0.001726 0.009145 0.023562 -0.012922 0.001292 -0.016548 0.026105 -0.00191 0.059018 0.003301 -0.018369 0.006953 0.005949 -0.00016 0.021851 -0.016359 0.006238 -0.016314 0.004098 0.018784 0.011545 0.005222 -0.01399 0.009039 0.010879 -0.002111 -0.017737 -0.024169 0.006164 -0.002109 -0.024634 0.024341 0.015265 0.01462 0.017554 -0.018115 0.021784 -0.000343 -0.005247 0.030711 -0.010703 0.031597 0.041988 0.01593 0.011272 -0.001209 -0.031317 -0.029083 -0.003509 0.006715 0.005995 -0.013646 -0.009509 0.016101 -0.000254 0.019701 -0.020031 -0.013175 -0.010726 -0.025363 -0.003303 0.004808 0.012239 0.014828 -0.004315 -0.005643 -0.003758 0.011059 0.00191 -0.002809 0.017981 0.029507 -0.025393 0.00272 -0.013977 0.012056 0.011978 -0.007614 -0.00681 0.019142 -0.007778 -0.007104 -0.011824 0.005532 -0.024398 0.000921 -0.041645 -0.010769 0.016618 0.016496 -0.000553 0.025582 0.008145\n̺ -0.013825 0.023091 0.00665 0.002034 -0.001155 0.036894 0.03565 -0.031294 -0.025934 -0.008127 0.052097 0.041704 -0.03337 0.004273 0.036262 -0.024855 0.003228 0.006057 0.007367 -0.033685 -0.008274 -0.016688 -0.057499 -0.012413 0.001811 -0.032023 -0.046002 0.001886 -0.002575 -0.039733 -0.00219 -0.036402 -0.035465 -0.0211 -0.029156 0.045934 -0.028606 0.055136 -0.009159 -0.020967 -0.037267 0.053776 0.018504 0.040091 0.006651 0.029543 0.035222 -0.010354 -0.002059 -0.011396 0.010045 0.036524 0.008475 -0.018648 0.034262 0.035416 0.021155 0.026153 -0.0176 0.017242 -0.037833 -0.03593 -0.031706 0.006684 -0.012792 0.01186 0.047816 -0.049897 -0.013619 0.025175 -0.045419 -0.045951 0.00125 0.038067 -0.004545 -0.00739 0.000972 -0.015985 -0.015496 -0.006907 0.032033 -0.018601 -0.058235 0.008284 -0.004235 -0.069514 0.048144 -0.025041 0.0488 0.048837 0.019376 0.006599 0.016549 0.027221 0.015776 -0.051912 0.013602 -0.026495 -0.066745 -0.001391 -0.04088 -0.012628 -0.041534 -0.035243 0.015254 0.010409 -0.008976 -0.018095 -0.024222 0.032899 0.057746 0.009713 0.035103 0.026613 -0.003626 0.003162 -0.045217 -0.006657 -0.047045 -0.001951 0.037394 -0.002406 0.013347 -0.001332 -0.008352 -0.028039 0.031228 0.032109 0.014591 -0.012123 0.03476 0.034637 -0.004051 0.043937 -0.015907 -0.002546 -0.035522 0.024746 0.003988 0.031768 -0.026258 -0.019128 0.010334 0.013523 -0.008605 -0.067189 0.014024 -0.012495 0.002909 -0.046639 0.013985 0.003295 0.039053 0.009441 0.014906 0.014968 -0.016191 -0.028165 0.027502 0.004148 -0.044728 0.013658 0.024382 -0.005867 -0.010158 -0.034132 -0.009345 -0.018883 0.023232 0.052925 0.023337 -0.006041 -0.01285 -0.007118 0.03311 -0.002274 0.014383 0.006237 -0.05723 0.012424 0.051995 -0.021329 0.025165 -0.001715 -0.037371 -0.034476 -0.029516 0.030083 0.005939 0.019894 0.013268 0.021357 -0.024895 -0.047739 -0.016343 -0.009025 -0.018193 0.017343 0.01832 -0.008477 -0.014778 0.021207 0.02966 0.045822 0.026328 0.009493 0.039857 -0.064614 -0.018124 0.025174 0.020886 0.005585 -0.00462 0.023669 0.010014 0.003118 -0.012497 -0.019653 0.01185 -0.028828 -0.041952 -0.035484 0.011074 0.014663 -0.026844 0.013833 -0.033279 0.014427 0.034931 0.035661 -0.025192 0.019031 0.003 -0.053427 -0.028093 0.001279 -0.022666 -0.010214 0.003545 0.030252 0.006742 0.021224 0.004543 0.014532 -0.050062 -0.03033 0.013845 0.036592 0.045519 0.026882 -0.017785 -0.027496 -0.028856 -0.010575 0.005652 0.013476 0.008192 0.002339 -0.035483 0.038322 0.003629 -0.031068 -0.001337 -0.008701 0.02134 -0.007559 -0.059258 0.033025 -0.028492 0.003282 0.007274 0.022003 0.021761 0.011976 0.039198 0.007972 0.035413 0.01823 -0.005038 -0.011975 0.00294 0.016274 0.048282 0.011062 0.055774 -0.02319 0.017977 -0.017637 -0.026848 -0.001604 0.021182 -0.004898 -0.009575 -0.019963 -0.029673 0.00668 0.014012 0.00473 -0.018687 -0.03642\nિ 0.044049 0.002163 -0.060513 -0.003537 -0.000538 0.031718 -0.01282 -0.01087 -0.028915 -0.038792 0.033533 0.022165 -0.02557 -0.0296 0.011224 -0.002183 0.008869 -0.020076 -0.016857 -0.029304 -0.011901 -0.004055 0.012242 0.012536 0.007361 0.019058 -0.010349 -0.014964 -0.008827 -0.041014 0.025047 -0.02645 -0.018879 -0.037486 0.000256 0.011962 -0.013312 0.030359 -0.003191 0.01584 -0.034643 0.004494 0.003322 0.002676 -0.030802 -0.023256 0.035982 0.002302 -0.019509 0.00208 -0.00468 0.041903 0.015132 -0.003876 0.046396 0.010033 0.014411 0.013488 -0.00536 0.023021 -0.031783 -0.014483 -0.013315 0.003949 0.023018 0.032159 0.045934 -0.000354 0.0212 0.029229 -0.043656 -0.004667 0.021388 0.024525 -0.033374 0.007537 -0.014807 0.016073 -0.022489 -0.003102 0.004148 -0.006649 0.006098 0.015781 -0.007218 -0.031676 0.00457 -0.01676 0.00607 0.007541 -0.004311 0.014933 0.020704 -0.002269 0.01141 -0.005126 -0.021091 -0.042902 -0.003367 -0.005973 -0.016625 0.005999 0.010943 -0.046743 0.003119 -0.002151 -0.026572 -0.003224 0.030759 -0.017063 0.034143 0.019437 0.02429 -0.012718 0.003158 -0.009966 -0.014621 0.00924 -0.012784 -0.031657 0.027736 0.012584 0.028447 0.021896 0.020917 0.011312 -0.011564 -0.003068 0.005499 -0.024056 -0.002435 0.006303 0.010012 0.020546 -0.017896 0.016379 -0.026205 0.003924 0.009801 0.045545 0.008552 -0.009359 0.01722 0.002912 -0.032043 -0.036254 0.046477 0.026005 0.010608 -0.020524 0.006733 0.004775 0.032176 0.017005 -0.005454 0.030523 0.00183 -0.016908 0.018669 -0.009149 -0.021212 0.005483 0.012645 0.022256 -0.005911 -0.02064 0.011082 -0.013094 0.036914 0.025338 -0.012546 -0.016817 -0.00742 0.035596 -0.021293 -0.02931 -0.025524 -0.006769 -0.033917 -0.0028 0.023571 -0.020972 0.000599 -0.018687 -0.007064 -0.012191 -0.000613 0.014375 -0.018577 0.010723 0.025506 0.029755 -0.016984 -0.032269 -5.1e-05 0.03713 -0.030849 0.018176 0.006161 -0.003797 -0.021389 -0.007697 0.006283 0.028588 0.014389 0.014785 0.005513 -0.019326 -0.022467 0.031053 -0.010195 -0.00144 0.004506 0.020602 0.005923 0.049169 0.01852 -0.010899 0.025398 -0.010616 -0.001255 0.006631 0.000479 0.002745 -0.025307 -0.008013 0.008905 0.00962 -0.021804 -0.017183 0.007507 0.002929 -0.000657 0.002266 -0.027665 -0.01938 -0.009027 -0.031273 0.019656 0.011415 0.005106 0.006213 -0.016704 0.025225 0.006004 0.00996 0.021265 -0.005441 0.052479 0.043038 0.009114 0.009493 -0.00975 -0.025991 -0.030112 -0.016686 -0.006233 0.027709 -0.033159 -0.005148 0.012606 -0.017305 0.033815 -0.028317 -0.008012 -0.014441 -0.031118 -0.01548 0.009031 -0.000323 0.009671 0.022038 0.016859 -0.004845 0.026154 -0.008737 0.009474 0.010056 0.034985 -0.057928 0.011838 -0.027087 0.004514 0.019314 -0.017137 -0.004064 0.034881 -0.006612 -0.008973 -0.008534 -0.014407 -0.035193 0.026047 -0.049953 -0.004241 0.014915 0.011064 0.007413 0.016639 0.01784\nा 0.026244 -0.000687 -0.043847 0.018017 0.009116 0.029919 0.00034 -0.006856 -0.022602 -0.030417 0.036205 0.012895 -0.005817 -0.021316 0.025153 -0.005988 0.005236 -0.01703 -0.006225 -0.042583 -0.014153 0.002865 0.004839 0.008619 0.003955 0.016673 -0.01322 -0.013905 -0.012808 -0.023402 0.021595 -0.027424 -0.01486 -0.031216 0.007358 0.008768 -0.028741 0.03399 0.007049 0.017849 -0.028049 0.006927 0.004151 -0.001271 -0.020467 -0.016394 0.029189 -0.006217 -0.000437 0.011182 0.005212 0.048175 0.03287 -0.033889 0.036985 0.001992 -0.003252 0.01316 -0.003903 0.02318 -0.029764 -0.027515 -0.002958 -0.018607 0.010423 0.014298 0.032334 -0.003305 0.027619 0.016068 -0.048068 -0.008212 0.021908 0.015646 -0.04364 0.00121 -0.028031 0.019679 -0.0328 -0.016542 0.008605 -0.003265 0.004136 0.009775 -0.015465 -0.033708 0.004288 -0.008745 -0.019099 -0.002699 -0.009301 0.017455 0.008353 -0.010693 0.015498 -0.003476 -0.006309 -0.036346 -0.002641 -0.00277 -0.024254 0.001705 -0.001673 -0.018566 0.013115 -0.008888 -0.013722 0.005201 0.036014 -0.002403 0.040623 0.022425 0.021392 -0.018627 0.004362 -0.001545 -0.000151 0.002218 -0.017432 -0.034233 0.023256 -0.001129 0.03028 0.025386 0.03076 0.0105 -0.008171 -0.009721 -0.013215 -0.017664 -0.011966 0.000402 -0.0183 0.031274 -0.019389 0.006339 -0.02895 0.005765 0.007672 0.034111 -0.011638 -0.004482 0.007587 0.023854 -0.034463 -0.04665 0.043509 0.011944 0.000986 -0.037098 0.00143 0.010962 0.025823 0.018353 0.006597 0.007579 0.00661 -0.026446 0.013131 -0.02082 -0.021645 0.009849 0.020707 0.01201 -0.015068 -0.008577 0.02332 -0.015902 0.017392 0.015211 -0.021352 -0.015177 -0.010672 0.028392 -0.014678 -0.025013 -0.006342 -0.005005 -0.034032 -0.013811 0.026605 -0.008443 0.01049 -0.013602 -0.005068 -0.012008 0.004173 0.024179 -0.047717 0.005959 0.020801 0.022461 -0.029219 -0.033703 0.000722 0.035097 -0.020188 0.017751 -0.000198 -0.005779 -0.034556 -0.025903 0.009336 0.023862 0.016285 0.013142 0.005914 -0.005043 -0.003558 0.039793 -0.014597 -0.006626 -0.006743 0.016083 -0.004135 0.059162 0.01107 -0.023311 0.013471 0.001431 -0.004162 0.003175 -0.002692 0.004835 -0.026366 -0.00658 0.001069 0.016923 -0.003156 -0.021454 -0.00752 -0.007686 -0.000801 -0.02641 -0.03372 -0.009795 -0.008517 -0.027453 0.025438 0.024765 0.009127 0.017226 -0.024322 0.019967 -0.003154 -0.00188 0.028057 -0.00317 0.030051 0.045898 0.019244 0.006196 -0.007847 -0.032896 -0.024829 -0.015317 -0.01028 0.021817 -0.028454 -0.011154 0.001749 -0.012885 0.026225 -0.019638 -0.024442 -0.018182 -0.024035 -0.018716 0.004307 -0.007394 0.015466 0.0069 0.01029 -0.008786 0.010147 0.000325 -0.000248 0.013746 0.04562 -0.043633 0.001741 -0.017819 0.01557 0.015769 -0.018969 -0.01152 0.018169 -0.012969 -0.020497 -0.007752 0.004205 -0.032905 0.008383 -0.057244 -0.010938 0.011434 0.011845 0.018195 0.010354 0.007074\nᏅ 0.029738 0.005985 -0.041638 0.020543 0.014838 0.019582 0.01369 0.001625 -0.013306 -0.020208 0.049416 -0.007759 -0.018669 -0.025904 0.027192 -0.008412 0.026979 -0.035212 -0.037985 -0.034976 -0.0248 0.030395 0.00656 0.038549 0.008407 0.02728 -0.008382 -0.005045 -0.014225 -0.040897 0.034124 -0.043182 -0.028103 -0.024655 0.018963 0.038174 -0.063689 0.07218 -0.000631 0.013542 -0.034667 0.03586 -0.029076 0.001589 -0.035668 -0.029456 0.047918 -0.002189 0.006885 0.017433 0.002578 0.056497 0.040385 -0.048142 0.06646 0.030368 0.006605 0.046424 -0.020096 0.023319 -0.037546 -0.04857 -0.015538 -0.035822 0.015343 0.059434 0.057976 -0.042544 0.021139 0.050668 -0.056631 -0.014371 0.034759 0.015171 -0.063412 0.018684 -0.04716 0.047359 -0.024302 -0.049272 0.011035 0.022819 0.008734 0.060945 -0.035803 -0.079333 -0.029394 -0.009099 -0.005196 -0.01687 0.014195 0.036732 0.005731 0.000439 0.020936 -0.003528 0.014017 -0.060333 -0.006838 -0.024119 -0.008905 -0.005331 -0.022108 -0.052591 0.024365 -0.00629 -0.012704 0.006337 0.039532 0.003454 0.076585 0.026831 0.041825 -0.006331 -0.012678 0.001711 -0.036191 -1.6e-05 0.005686 -0.069373 0.033612 0.013319 0.050029 0.022579 0.039974 0.019846 -0.008084 -0.010058 0.004806 -0.020404 -0.007645 0.006598 -0.037105 0.025494 -0.007358 0.033046 -0.035505 0.004759 -0.002263 0.063602 -0.013081 -0.020092 0.023789 0.018477 -0.037631 -0.076526 0.060009 0.034967 0.016443 -0.05689 0.037596 0.003656 0.030079 0.047678 -0.008446 0.012364 0.016649 -0.035322 0.00361 -0.01264 -0.00807 0.017214 0.015004 0.021915 -0.013186 -0.010936 0.03363 -0.015256 0.032061 0.033012 -0.041371 -0.019108 -0.012162 0.061481 -0.052019 -0.035621 -0.023688 -0.004853 -0.049671 -0.027675 0.063784 -0.016425 0.012923 -0.009162 -0.028876 -0.006838 0.010821 0.014593 -0.076449 -0.016897 0.016662 0.050959 -0.042571 -0.037607 -0.012474 0.027443 -0.015024 0.027824 0.027881 1e-05 -0.03802 -0.048045 0.026382 0.03373 0.027717 0.00808 0.028936 -0.02066 -0.001382 0.041713 -0.031515 0.001678 -0.025416 0.023656 -0.000489 0.085956 0.016745 -0.047082 -0.0063 -0.003072 0.003658 0.024355 -0.012159 -0.003493 -0.012458 -0.012358 0.006805 0.031431 -0.000689 -0.016384 0.01003 -0.002423 -0.010405 -0.026659 -0.048209 0.003664 -0.00841 -0.091813 0.053983 0.041058 -0.012872 0.034616 -0.019191 5.6e-05 -0.003919 -0.001892 0.066041 -0.012149 0.036033 0.076134 0.005194 0.011596 0.009213 -0.063445 -0.061058 -0.041654 -0.002011 0.024211 -0.023638 -0.039892 -0.005732 -0.014538 0.033829 -0.038011 -0.017787 -0.020479 -0.028771 -0.015013 0.004867 0.001904 0.013496 0.003089 0.003441 0.006596 0.033017 -0.021097 0.011833 0.012221 0.05611 -0.035963 -0.024033 -0.015447 0.00711 0.000189 -0.02506 0.007137 0.006549 0.000906 -0.04908 -0.0278 -0.028746 -0.060333 0.032704 -0.086242 0.001013 0.011791 0.011887 0.007896 0.025531 -0.005675\nệ 0.049721 -5.7e-05 -0.067764 0.025501 0.0216 0.017129 0.02212 -0.034509 -0.039783 -0.037889 0.042282 -0.043007 -0.021906 0.01604 -0.002132 -0.011907 0.027798 -0.027334 0.002511 -0.035494 -0.023176 0.016355 -0.003746 0.016816 -0.008324 0.023453 0.006141 0.003867 0.019726 -0.004342 0.007871 -0.031966 0.029285 -0.006262 0.035252 -0.00686 -0.040543 0.016135 -0.021353 0.042407 -0.006482 0.009998 -0.02427 0.002136 -0.026651 -0.047837 0.040959 -0.00399 0.010919 0.039671 0.012326 0.042057 0.037071 -0.035831 0.065486 0.014523 -0.022801 0.039219 -0.007695 0.00461 -0.012088 -0.041081 -0.010775 -0.001046 0.016598 0.009463 0.057178 -0.009274 0.03062 0.00107 -0.034301 -0.015473 0.044526 0.01155 -0.030411 0.026315 0.013166 0.040147 -0.002288 -0.005458 0.007901 -0.003037 -0.002511 0.038693 -0.034904 -0.050562 -0.034696 -0.032676 0.009382 -0.033847 0.003378 0.030541 -0.026188 -0.01494 -0.023304 -0.010345 -0.009343 -0.009983 -0.007725 -0.009519 -0.011566 0.017926 -0.018033 -0.006727 0.026578 -0.017582 -0.006634 -0.014676 0.070121 0.0158 0.012322 0.017234 0.000356 -0.007379 0.014475 -0.003331 -0.02382 0.000389 -0.008937 -0.039329 0.004592 -0.026783 0.048707 0.030371 0.019103 0.017858 -0.007709 -0.006311 -0.009231 0.003849 -0.010305 -0.006333 -0.02875 0.018366 -0.002112 0.025173 -0.025765 0.039768 0.015473 0.02584 -0.017842 0.005779 0.0471 0.026808 -0.041534 -0.012802 0.034484 -0.003424 -0.012595 -0.030062 0.000976 -0.004286 0.03386 0.022483 -0.015366 0.005878 0.03059 -0.007294 -0.012195 -0.035175 0.006088 0.002629 -0.004815 -0.009728 -0.029072 0.004231 0.012132 -0.02687 0.024305 0.017828 -0.044227 -0.032098 -0.018261 0.007879 -0.03179 0.001568 0.02093 0.02055 -0.010453 -0.026595 0.031546 0.018342 0.001791 -0.017989 -0.011648 0.006774 -0.007264 0.012516 -0.073843 -0.054042 0.014952 0.018097 -0.033164 -0.018356 -0.038057 0.037728 0.01428 0.002088 0.003599 -0.001856 -0.066699 -0.030961 0.008453 0.027611 0.046316 -0.022504 0.007533 -0.010874 0.003033 0.032397 -0.040252 0.009225 0.019597 0.018129 0.025856 0.028172 0.024901 -0.02241 0.014897 0.016024 0.040829 0.028829 0.012404 -0.032979 -0.013335 -0.02425 0.031977 0.00781 -0.005741 -0.006431 0.016785 -0.02642 -0.032092 -0.043884 -0.030539 0.013259 -0.003239 -0.059208 0.021172 0.001565 -0.011365 0.058601 -0.005254 0.00405 -0.007601 -0.017095 0.025791 0.008407 0.034582 0.06333 -0.00191 0.009803 0.01929 -0.052812 -0.026325 -0.003559 -0.004118 0.032157 -0.019909 -0.03963 0.02179 0.006381 -0.000958 -0.039577 -0.024603 -0.039473 -0.01144 0.001253 -0.009739 0.002517 0.012391 -0.027908 0.010125 0.000284 0.027476 -0.011516 0.014317 0.03585 0.03468 -0.036391 0.008297 0.008411 -0.008151 0.013046 -0.036267 0.007647 -0.012521 -0.003901 -0.050282 -0.001273 0.023464 -0.03531 0.028482 -0.055871 -0.005227 0.024395 0.014165 -0.006445 0.05544 -0.019257\nᧉ 0.039308 0.00378 -0.016326 0.032218 0.025068 -0.012624 0.007064 -0.024817 -0.008645 -0.012832 0.027379 -0.028109 0.008736 -0.000833 0.019728 -0.024783 0.018838 -0.055262 0.001402 -0.001048 -0.028898 0.029814 -0.021743 0.043433 0.000223 0.004912 -0.045728 -0.012235 0.002032 -0.04458 0.030134 0.004501 -0.016117 -0.033913 0.022994 0.018573 -0.06747 0.088254 0.017849 -0.017114 -0.035537 0.013895 -0.010938 -0.030231 -0.007671 -0.05478 0.033245 0.006437 -0.013229 -0.01132 0.024428 0.044133 0.02527 -0.047251 0.059162 0.009547 0.034808 -0.024943 0.012174 0.012349 -0.011868 -0.031206 -0.004581 -0.036303 0.019283 0.030461 0.023741 -0.015795 0.009294 0.012356 -0.030657 0.01307 0.033127 0.068144 -0.071606 0.0316 -0.036464 0.037468 -0.022497 -0.001786 0.024653 0.011682 0.019165 0.063303 0.006335 -0.054107 0.00237 0.009776 -0.042857 -0.025619 -0.003457 0.030815 0.011769 -0.009353 0.028449 -0.022982 -0.01781 -0.023766 -0.020712 0.01261 -0.029621 -0.015339 -0.015099 -0.019497 0.000734 -0.016095 0.019959 -0.016784 0.061782 -0.024529 0.017705 0.028411 0.012253 -0.018188 -0.004852 0.033888 0.007946 0.003754 -0.026965 -0.069657 0.023566 -0.030828 0.051126 0.047746 0.033123 -0.010655 0.001602 -0.007149 -0.012316 -0.006758 -0.026807 -0.001066 -0.023566 0.020731 -0.040224 -0.00972 -0.010396 0.022219 -0.015676 0.013517 -0.036442 0.007238 0.033614 0.042504 0.001662 -0.047527 0.023674 0.003546 -0.011173 -0.04237 -0.019028 0.022803 0.012258 0.016223 -0.005186 0.006932 -0.045859 -0.025948 0.008577 -0.031606 0.022628 0.012802 -0.010473 0.053116 -0.0125 0.00566 0.008466 -0.004363 0.004142 0.034776 -0.043091 -0.037824 0.020892 0.006257 -0.03707 -0.002631 -0.001473 0.008231 -0.046111 -0.036961 0.048354 -0.001858 -0.016106 -0.009938 0.027588 0.013338 0.000307 -0.003235 -0.077065 0.018269 0.02041 0.060849 -0.07233 0.010341 -0.013141 0.029391 -0.019678 0.032833 0.041766 0.043577 -0.041414 0.000931 0.002666 0.022553 0.03552 0.003755 0.009433 -0.01364 -0.014199 0.047228 -0.020928 0.023062 0.009024 -0.021787 0.03254 0.031608 -0.037033 -0.050219 0.001151 0.022476 -0.011869 0.011178 6e-05 -0.027352 0.002015 0.011237 -0.01178 0.009958 0.005077 -0.048114 -0.01311 -0.011021 -0.013223 -0.037564 -0.055043 -0.003718 0.010319 -0.048032 0.011328 0.036225 0.002564 0.017495 -0.008994 0.019722 0.007134 -0.007149 0.058284 0.02732 0.014141 0.074582 -0.000804 0.010301 -0.018686 -0.052762 -0.031795 -0.002595 0.015857 -0.028347 0.022876 -0.058224 0.023256 0.028811 0.017384 -0.049835 -0.053844 0.018537 -0.021665 -0.027367 -0.021998 -0.026774 0.004438 0.01516 -0.020547 0.009722 -0.010678 -0.022181 -0.014804 0.028792 0.031369 -0.04614 0.000274 -0.004427 -0.004014 0.02012 -0.019184 0.008289 0.005105 0.000977 -0.013507 -0.022147 -0.006322 -0.03168 -0.020648 -0.08512 -0.01837 0.004748 -0.00499 0.035191 -0.013678 -0.005745\nס 0.032134 0.006421 -0.05477 0.023002 0.013708 0.037419 0.011518 -0.010512 -0.021684 -0.039422 0.039185 0.01362 -0.006437 -0.02804 0.038391 -0.008805 0.007141 -0.02776 -0.012528 -0.05304 -0.020606 0.00466 0.002416 0.016036 0.006562 0.020898 -0.008101 -0.007232 -0.016794 -0.037243 0.022824 -0.033114 -0.020286 -0.044263 0.010052 0.015205 -0.04229 0.045181 0.015238 0.028802 -0.032474 0.00849 0.003244 0.002089 -0.033064 -0.030417 0.04146 -0.004733 -0.002436 0.014717 0.007003 0.055643 0.035593 -0.036626 0.049722 0.009486 -0.005434 0.03499 -0.014215 0.026245 -0.035213 -0.029104 -0.011154 -0.01176 0.018988 0.023767 0.044228 -0.013957 0.04106 0.021081 -0.053876 -0.009511 0.021031 0.016994 -0.053315 0.00479 -0.028843 0.026915 -0.037514 -0.022155 0.012822 -0.006238 -0.001726 0.017976 -0.027607 -0.063006 -0.002229 -0.005516 -0.017456 -0.005893 -0.006943 0.02746 0.006979 -0.015512 0.016856 -0.011308 -0.001566 -0.043346 -0.001693 -0.003417 -0.019247 -0.000468 -0.001532 -0.032926 0.015124 -0.005969 -0.016646 0.014379 0.037468 -0.005222 0.046977 0.021862 0.02118 -0.017637 0.009231 0.001352 -0.013686 0.002191 -0.015725 -0.048008 0.026191 0.001382 0.045711 0.023038 0.040251 0.007138 -0.015187 -0.012045 -0.015854 -0.01375 -0.014933 -0.004941 -0.01817 0.033223 -0.017952 0.014253 -0.027954 0.001497 0.007646 0.05032 0.003719 -0.0096 0.013588 0.02789 -0.032623 -0.057027 0.05109 0.010115 -0.002222 -0.044956 0.006224 0.01203 0.039086 0.036235 -0.005573 0.008984 -0.00261 -0.028268 0.017333 -0.025649 -0.025848 0.019241 0.025976 0.014736 -0.011693 -0.018224 0.019213 -0.028681 0.024733 0.027169 -0.030206 -0.026156 -0.011099 0.04058 -0.020566 -0.030236 -0.009619 -0.010242 -0.042298 -0.018497 0.044281 -0.008311 0.008159 -0.011096 -0.008136 -0.026954 -0.001222 0.023292 -0.065395 -0.003138 0.017378 0.028034 -0.042121 -0.042926 0.001987 0.049045 -0.020516 0.013753 0.003279 -0.001097 -0.039777 -0.037668 0.020275 0.03196 0.023248 0.01447 0.017247 -0.011163 -0.009982 0.042749 -0.022782 0.001278 -0.008757 0.017117 -0.001721 0.066705 -0.004978 -0.023934 0.013859 -0.004303 -0.005101 0.012226 -0.00729 0.009798 -0.022733 -0.00263 0.002904 0.019888 -0.008807 -0.024084 -0.005138 0.000193 -0.007773 -0.026764 -0.039393 -0.001695 -0.020071 -0.035169 0.029165 0.025757 0.00676 0.029791 -0.023407 0.015105 0.005626 -0.008954 0.039945 -0.007599 0.046912 0.058918 0.028706 0.00973 0.000675 -0.046959 -0.035066 -0.02146 -0.002619 0.02483 -0.023612 -0.014973 0.009171 -0.014312 0.036282 -0.02935 -0.029146 -0.018338 -0.036364 -0.014111 0.010307 0.002418 0.019027 -0.000425 0.01085 -0.001777 0.009879 -4.5e-05 0.000892 0.027731 0.052558 -0.050208 -0.008817 -0.025886 0.01881 0.012732 -0.020999 -0.003706 0.022545 -0.008045 -0.019721 -0.021539 0.012654 -0.045079 0.01022 -0.074386 -0.00963 0.008827 0.014745 0.014635 0.025143 0.000567\nã 0.042147 -0.007581 -0.041435 0.037225 0.02451 0.0224 0.016491 -0.018492 -0.032977 -0.019863 0.042637 -0.027088 -0.01216 0.003018 0.010513 -0.00175 0.016787 -0.028379 -0.007514 -0.026192 -0.020548 0.00703 -0.00439 0.016072 -0.019914 0.028134 0.007413 0.003483 0.017469 -0.025764 0.027191 -0.028521 0.006633 -0.016206 0.01837 0.008885 -0.037993 0.021673 0.0023 0.025936 -0.013629 0.018126 -0.025688 -0.009769 -0.030954 -0.039971 0.041372 -0.00224 0.009768 0.032546 0.019964 0.052221 0.030331 -0.044196 0.048561 0.012201 -0.009778 0.028505 -0.018243 0.006718 -0.01739 -0.035417 -0.012648 0.000652 -0.001043 0.009883 0.051465 -0.021872 0.023338 0.015175 -0.037819 -0.015108 0.03512 0.015924 -0.037165 0.033884 -0.006169 0.032319 -0.016564 -0.010523 0.012492 -0.007277 0.002489 0.037488 -0.028146 -0.039993 -0.021316 -0.007275 -0.007964 -0.018636 0.003233 0.029119 -0.015278 -0.010949 0.002574 -0.010736 -0.015222 -0.010211 -0.007263 -0.015962 -0.016358 0.020602 -0.002414 -0.018497 0.018622 -0.00511 -0.018347 -0.018652 0.05292 0.006954 0.019434 0.009617 0.003524 -0.011631 0.009335 0.002645 -0.011215 -0.010341 -0.002801 -0.036592 0.004406 -0.010769 0.047252 0.016871 0.031449 0.012909 -0.019588 -0.020588 -0.016512 -0.008982 -0.008509 0.002319 -0.012766 0.016735 -0.015157 0.023618 -0.028413 0.024962 0.006844 0.038991 -0.013444 -0.005214 0.027521 0.033256 -0.0348 -0.025801 0.043457 -0.003595 -0.009185 -0.033126 -0.009397 -0.000406 0.0199 0.032069 -0.006303 0.013525 0.012288 -0.006557 -0.003531 -0.030597 -0.005641 0.010155 0.015897 0.007751 -0.01978 -0.005953 0.024487 -0.027522 0.011244 0.022175 -0.036667 -0.02605 -0.00304 0.011516 -0.036 -0.008493 0.003326 0.007484 -0.009583 -0.029888 0.041491 0.004362 -0.004511 -0.005176 -0.012642 0.002721 0.008191 0.002187 -0.049112 -0.021436 0.013318 0.02208 -0.031499 -0.017637 -0.032975 0.02958 0.007587 -0.000233 0.012314 -0.005867 -0.041853 -0.039255 0.012383 0.022571 0.024558 -0.001451 0.010735 -0.009232 -0.009173 0.025597 -0.036333 0.010005 0.000698 0.00397 0.011787 0.040979 0.019764 -0.020806 0.004202 0.023277 0.032275 0.01155 0.000708 -0.022623 -0.009451 -0.010396 0.017907 -0.001954 0.01148 -0.008109 0.000309 -0.018779 -0.018166 -0.035921 -0.034289 0.008228 -0.015735 -0.048118 0.024125 0.021588 -0.000385 0.040394 -0.01896 0.007726 0.003154 -0.013483 0.031714 0.006025 0.028723 0.05276 0.005737 0.014679 0.009344 -0.036011 -0.021659 -0.010688 -0.00888 0.024814 -0.014502 -0.028823 0.005032 0.008775 0.007013 -0.040766 -0.025925 -0.032527 -0.02173 -0.013437 -0.008324 0.004994 0.010116 -0.012956 0.006 -0.003718 0.022986 -0.003841 0.017974 0.03069 0.040941 -0.047681 -0.003666 -0.013227 0.005824 0.019402 -0.038066 0.010801 0.001065 -0.000783 -0.035506 -0.002539 0.005981 -0.039511 0.012614 -0.052538 -0.007695 0.013096 0.018902 0.003435 0.040425 -0.012838\nݢ 0.053367 -0.008999 -0.07563 0.009256 0.027568 0.026319 0.00091 0.012804 -0.034253 -0.067221 0.024074 -0.014333 -0.013726 -0.058072 0.037886 0.003203 -0.006738 -0.028223 -0.002337 -0.035106 -0.029625 -0.003874 0.02094 -0.006843 -0.026727 0.037204 -0.022199 -0.01676 -0.001048 -0.046621 0.021312 -0.019017 -0.024821 -0.039639 0.001468 0.011682 -0.039382 0.051496 0.009667 0.016353 -0.028556 0.01334 -0.01177 3.8e-05 -0.01478 -0.023928 0.045441 -0.036917 -0.008224 0.025691 0.010194 0.03664 0.028553 -0.017233 0.067208 0.009119 -2.2e-05 0.027342 -0.049889 0.031569 -0.040564 -0.03065 -0.01173 0.006182 0.047434 0.023956 0.046066 -0.007419 0.027485 0.034352 -0.04228 -0.010781 0.040895 0.027862 -0.086094 0.016861 -0.042614 0.01274 -0.019825 -0.001657 -0.011457 -0.017261 0.03169 0.019648 -0.025648 -0.041103 0.004061 -0.024223 -0.018163 -0.006357 0.001791 0.067704 0.001885 -0.022267 -0.0117 -0.004175 0.011685 -0.063024 -0.006564 -0.032081 -0.010885 0.038325 -0.012412 -0.042866 0.006039 -0.013929 -0.018739 0.046901 0.040852 -0.002986 0.056769 0.026779 0.012793 -0.010659 0.012143 0.01054 -0.009373 -0.004508 -0.02249 -0.066545 0.011977 0.00739 0.043846 0.055512 0.042249 0.002822 -0.043187 -0.014092 -0.021368 -0.033712 -0.018159 -0.003197 -0.018562 0.004815 -0.023515 -0.001156 -0.029111 -0.001962 0.019926 0.06715 0.003825 0.015669 0.010133 0.017368 -0.039645 -0.061116 0.057309 0.006804 0.01037 -0.040047 0.018386 0.038094 0.033444 0.029531 0.004504 0.004353 0.017488 -0.01373 0.01642 -0.042353 -0.024511 0.026784 0.015961 -0.013594 -0.010483 -0.009513 0.019375 -0.002089 0.015756 0.046342 -0.041878 -0.012855 -0.013782 0.07883 -0.03141 -0.040791 0.006249 0.001418 -0.042705 -0.025308 0.039013 -0.032675 0.030686 -0.021728 -0.008479 -0.017799 0.019409 0.016106 -0.073063 0.015682 0.028111 0.052102 -0.017276 -0.054138 0.005864 0.0374 -0.024143 0.006447 0.001733 -0.018658 -0.011245 -0.023816 -0.013698 0.024486 -0.000417 0.010612 0.010326 0.005581 -0.021425 0.042315 -0.01348 0.007021 -0.018988 0.029534 0.031008 0.066169 0.025382 -0.051459 -0.006645 0.00556 -0.003409 0.020184 0.019497 0.020368 -0.029153 0.00639 0.024708 -0.008488 -0.015821 -0.013594 0.017761 -0.02489 0.000988 0.001209 -0.046399 0.005304 -0.011302 -0.031894 0.016216 0.049758 -0.018008 0.018986 0.001169 0.021258 0.017369 0.00826 0.038282 -0.008316 0.047211 0.061986 0.015634 0.042476 -0.018118 -0.057127 -0.048391 -0.02261 -0.006156 0.037273 -0.023141 -0.022339 0.00673 -0.025439 0.029041 -0.034711 -0.027288 -0.000649 -0.018017 -0.024768 0.030658 -0.013768 0.022511 -0.021661 0.019111 0.02093 0.039292 0.00636 0.030626 0.038806 0.037712 -0.066327 0.006183 -0.042972 0.0125 -0.004088 -0.054648 -0.030861 0.031242 0.007788 -0.016401 0.005242 0.014637 -0.059689 0.015728 -0.046897 -0.023729 0.014696 0.000962 0.019146 0.049773 -0.004628\nɤ 0.051981 -0.009664 -0.059794 0.039475 0.023662 0.046886 0.016288 0.005217 -0.020593 -0.041684 0.041708 0.016572 -0.015477 -0.039193 0.050533 -0.011538 0.010042 -0.047581 -0.006131 -0.04505 -0.027369 -0.021229 -0.012898 0.014107 0.014429 0.025499 -0.0195 0.005653 -0.029025 -0.045776 0.042441 -0.043383 -0.028768 -0.061472 -0.006076 0.019754 -0.034064 0.068816 0.018795 0.018294 -0.040001 0.010828 -0.004043 0.018188 -0.014166 -0.034515 0.043853 0.014838 -0.002396 0.034805 0.011286 0.082999 0.045381 -0.051409 0.046027 0.006507 0.00358 0.030164 -0.013537 0.053215 -0.039289 -0.041301 -0.018957 -0.007703 0.014252 0.022828 0.072033 -0.024023 0.036303 0.020029 -0.064887 -0.014046 0.011901 0.029106 -0.057772 -0.021141 -0.031183 0.036599 -0.030546 -0.011127 0.01641 -0.002082 -0.000342 0.030023 -0.032396 -0.089302 0.023777 -0.006616 -0.036072 -0.011669 -0.008526 0.035913 -0.000523 -0.037646 0.008403 -0.01919 0.016886 -0.06696 0.005045 -0.020878 -0.02958 0.002401 0.003202 -0.036817 0.016113 0.00609 -0.030497 0.014688 0.027925 -0.002831 0.054916 0.024427 0.022914 -0.007731 0.013963 -0.001409 -0.020454 -0.002676 -0.031776 -0.052774 0.026262 -0.018143 0.04698 0.034548 0.038107 0.011978 -0.009501 -0.010543 -0.01941 -0.02253 -0.02468 0.027086 -0.002642 0.033202 -0.031495 0.012807 -0.033852 -0.017086 -0.000956 0.065061 -0.010495 -0.017016 0.031791 0.030671 -0.053208 -0.063415 0.073987 0.004692 0.013448 -0.062853 0.024206 0.030044 0.033734 0.044176 0.011232 0.007508 -0.005939 -0.015745 0.014771 -0.023174 -0.012164 0.022344 0.046897 0.01418 -0.009858 -0.025299 0.032515 -0.042399 0.025003 0.039192 -0.036244 -0.032708 -0.02035 0.038632 -0.00837 -0.058045 -0.021225 -0.015493 -0.061322 0.003037 0.054847 -0.008028 0.006245 0.001017 -0.004978 -0.04134 -0.011562 0.034226 -0.066127 0.011389 0.001302 0.064143 -0.039056 -0.068773 0.010367 0.056386 -0.043003 0.009807 -0.018893 -0.010882 -0.051299 -0.036723 0.018748 0.041581 0.013847 0.037155 0.018234 -0.032214 -0.011848 0.048563 -0.04165 -0.004753 -0.013706 0.040214 -0.004873 0.071116 -0.001986 -0.020616 0.009706 0.012623 -0.006015 -0.001046 0.000157 0.008225 -0.032432 0.012346 -0.013379 0.022735 -0.00848 -0.025565 -0.003519 0.012617 0.001178 -0.039448 -0.042753 -0.010638 -0.020704 -0.024075 0.043375 0.025532 0.014549 0.026402 -0.009982 0.008809 0.003988 -0.024671 0.064945 0.006013 0.055992 0.082423 0.035096 0.004988 -0.001116 -0.045569 -0.043132 -0.037975 -0.000353 0.021693 -0.035272 -0.011057 0.000381 -0.024739 0.041273 -0.0166 -0.044902 -0.011791 -0.057078 -0.010316 0.013718 0.014259 0.024366 -0.01002 0.009483 -0.01336 0.020333 0.011184 0.014166 0.020111 0.066442 -0.067768 0.012341 -0.036986 0.001716 0.012338 -0.023511 -0.005491 0.029743 -0.028569 -0.015813 -0.051421 0.006052 -0.059294 0.023142 -0.071973 -0.017635 -0.005729 0.011413 0.011916 0.01789 0.01289\nᩴ 0.063428 -0.01093 -0.051355 0.022017 0.004095 0.034071 0.014565 0.008469 -0.038104 -0.051616 0.023996 0.010733 -0.020241 -0.011843 0.034108 0.002897 0.019576 -0.041624 0.006241 -0.042469 -0.010563 0.010757 0.022778 0.022808 0.014516 0.020463 0.001484 -0.006162 -0.018804 -0.025053 0.025464 -0.019273 -0.024802 -0.066075 0.006507 0.012646 -0.033625 0.041473 -0.00524 0.036466 -0.035726 0.019574 0.009636 -0.013278 -0.019175 -0.042714 0.031469 0.000308 -0.008502 0.022322 0.000875 0.050633 0.02094 -0.017487 0.036465 0.013005 0.006842 0.033871 -0.028956 0.029797 -0.032085 -0.01276 -0.013802 -0.018691 0.016463 0.038896 0.046226 0.007884 0.04954 0.01733 -0.06073 -0.025714 0.026952 0.035899 -0.032442 0.010241 -0.013802 0.033899 -0.03286 -0.005851 0.017488 0.020311 -0.010901 0.007696 -0.018498 -0.068457 0.007394 -0.05425 -0.000274 -0.027697 0.009595 0.034425 0.026955 -0.03089 0.022917 -0.016495 -0.007873 -0.05183 0.001191 -0.001668 -0.02829 -0.003537 0.009817 -0.035438 0.007942 0.002667 -0.021088 -0.005804 0.057727 -0.012965 0.041584 0.019359 0.033639 -0.016167 0.015323 0.003782 -0.013427 -0.009469 -0.000568 -0.036522 0.036969 -0.003783 0.061273 0.005842 0.022191 0.015993 -0.037623 -0.021358 -0.013578 -0.031931 0.002632 -0.005205 -0.007873 0.036112 -0.034885 0.013863 -0.034275 -0.008316 -0.012305 0.038615 -0.007243 0.001587 0.013824 0.023362 -0.013357 -0.046171 0.035517 0.003817 0.006488 -0.043477 0.028875 0.012776 0.032998 0.002928 0.014092 0.029539 -0.007045 -0.023262 0.029284 -0.014383 -0.025623 0.0008 0.033393 0.023309 -0.016528 -0.02784 0.016402 -0.02246 0.031019 0.029911 -0.01782 -0.024122 -0.039777 0.038855 -0.038983 -0.02133 0.004394 0.003064 -0.052161 -0.031087 0.030664 -0.006208 0.020708 -0.037654 -0.007285 -0.001501 0.010716 0.029856 -0.070379 0.008821 0.014077 0.01629 -0.045783 -0.036832 -0.000626 0.05192 -0.023707 0.029535 0.004077 0.004724 -0.022131 -0.010835 0.03029 0.025896 0.01258 0.043262 -0.001079 -0.015121 -0.020436 0.053633 -0.012602 0.027984 -0.00279 0.022405 0.00473 0.073759 0.026835 -0.024174 0.022842 -0.018738 -0.010132 0.006971 -0.023936 0.01064 -0.018326 -0.006543 -0.002569 0.022461 -0.014662 -0.033357 -0.015869 0.001391 -0.017154 -0.020908 -0.047417 -0.016214 -0.004073 -0.041721 0.02555 0.022664 0.008509 0.033766 -0.028731 0.0318 -0.002029 -0.01589 0.02487 -0.001966 0.041472 0.050495 0.016332 0.014538 0.00482 -0.035422 -0.028093 -0.013483 -0.004654 0.021687 -0.021 -0.000309 0.020846 -0.011685 0.013784 -0.031822 -0.041072 -0.041091 -0.05002 -0.013376 0.033313 0.009978 0.022114 0.017339 0.009065 -0.004417 0.020469 -0.010511 -0.001944 0.013426 0.020332 -0.059607 -0.013177 -0.008242 0.019651 0.005308 -0.029625 -0.005628 0.000651 -0.008681 -0.019659 -0.015827 0.009486 -0.047346 0.001348 -0.061982 -0.009267 0.023719 0.017035 0.02887 0.021898 0.011001\nն 0.031999 -0.004901 -0.034028 0.013778 0.010493 0.027338 -0.006321 -0.004266 -0.008719 -0.026827 0.033828 0.006484 -0.009827 -0.020757 0.019291 -0.008546 0.017515 -0.012145 -0.002581 -0.043308 -0.016678 -0.002946 0.007839 0.011713 -0.00671 0.020091 -0.012874 -0.008832 -0.022448 -0.022354 0.021699 -0.033694 -0.010893 -0.028628 0.013587 0.014219 -0.037926 0.030933 0.012901 0.010594 -0.025804 0.011484 0.004143 0.009673 -0.031295 -0.019687 0.020446 -0.010989 -0.005268 0.006949 0.00218 0.036346 0.030739 -0.034468 0.040112 0.009122 0.005993 0.024571 -0.025594 0.017653 -0.025174 -0.017901 -0.008221 -0.011919 0.016848 0.024125 0.026556 -0.015686 0.035094 0.01622 -0.039233 -0.008939 0.01416 0.014466 -0.047491 0.006243 -0.023043 0.012187 -0.040372 -0.010039 0.006748 -0.006379 -0.015847 0.002765 -0.014629 -0.036618 0.002083 0.006122 -0.013824 -0.002997 -0.008993 0.018253 0.009171 -0.002447 0.007829 -0.007927 0.000773 -0.031098 0.007443 -0.010345 -0.020781 0.006447 0.001106 -0.017487 0.02326 -0.002418 -0.021235 0.011901 0.033 -0.010828 0.042153 0.025232 0.014971 -0.013624 0.002595 -0.008936 0.001492 -0.005724 -0.019261 -0.034991 0.022387 -0.002202 0.021499 0.02185 0.032935 0.012493 -0.001717 -0.011934 -0.006344 -0.017222 -0.009313 0.000865 -0.003405 0.029244 -0.016191 0.003492 -0.015897 -0.001412 0.017395 0.040136 0.004172 -0.008233 -0.009289 0.015323 -0.026118 -0.049157 0.045555 0.008126 0.001113 -0.034475 0.004328 0.003855 0.02898 0.010324 -0.000342 0.001878 0.008275 -0.014327 0.00818 -0.018864 -0.018328 0.017409 0.017772 0.01312 -0.021248 -0.009191 0.013482 -0.022886 0.016195 0.008731 -0.020132 -0.017998 -0.00918 0.027909 -0.01088 -0.028025 -0.002799 -0.018112 -0.035398 -0.007993 0.02788 -0.014753 0.006835 -0.013085 -0.005751 -0.020582 0.006767 0.021149 -0.047514 -0.004294 0.023483 0.014204 -0.0284 -0.017488 0.000532 0.03949 -0.009941 0.015203 0.007746 -0.001697 -0.025343 -0.025575 0.010797 0.016476 0.005034 0.012989 0.00298 -0.009276 0.00529 0.029633 -0.017177 0.000644 -0.017545 0.014404 -0.00029 0.061038 0.004625 -0.019345 0.016164 -0.002264 0.000689 0.012046 -0.008004 0.006132 -0.017201 -0.021963 0.006485 0.01774 0.001542 -0.014159 -0.008543 -0.005459 0.000702 -0.002106 -0.028233 -0.007377 -0.01153 -0.028453 0.016064 0.014732 0.006151 0.008598 -0.024525 0.007079 0.002418 -0.006077 0.023925 -0.001159 0.045214 0.036579 0.026446 0.006796 0.003957 -0.027058 -0.030897 -0.02494 -0.010891 0.022249 -0.030757 -0.009434 0.005537 -0.006129 0.023006 -0.028879 -0.033071 -0.009421 -0.01889 -0.02858 0.005352 -0.005681 0.021405 -0.003774 0.009396 -0.011733 0.013957 0.000195 -0.002353 0.01385 0.04058 -0.044099 -0.002015 -0.015958 0.017519 0.016601 -0.015786 -0.004383 0.011486 -0.005168 -0.015516 -0.007737 0.004429 -0.035295 0.002045 -0.049901 -0.008577 0.01212 0.025253 0.010953 0.01272 -0.001353\nǹ -0.018077 -0.00178 0.011557 -0.002038 -0.0161 -0.003254 0.025696 0.020106 -0.012097 0.034562 -0.005112 -0.003781 0.05006 -0.011888 0.01152 -0.00776 -0.008612 0.013646 0.020548 0.037522 -0.017449 -0.002944 -0.015882 -0.041321 -0.035645 0.003881 0.024639 -0.023754 0.047426 0.022893 -0.004468 -0.00132 0.054607 -0.011661 0.020361 -0.023173 0.031818 -0.05673 0.011159 -0.003195 -0.011432 -0.021264 0.027103 0.000386 0.028788 -0.01864 -0.000913 0.013878 0.023753 -0.008218 -0.004143 -0.041407 -0.022206 0.032375 0.002349 0.01636 -0.013354 -0.038818 0.007453 -0.025542 0.031806 -0.046715 0.015201 0.005525 -0.04163 -0.004829 -0.006894 -0.016535 0.003711 -0.012496 0.006312 0.00716 -0.016594 -0.007715 -0.014612 0.022315 -0.00214 0.022727 0.027012 0.016442 0.01136 -0.030342 0.002272 -0.030208 0.003874 -0.030828 -0.032808 0.001971 0.030101 0.005026 0.010761 0.006632 0.020082 -0.021299 0.012577 -0.019046 0.018367 0.016237 -0.008108 0.029409 0.002519 0.032034 0.003435 0.014272 -0.024114 -0.012704 0.036258 0.004127 0.011443 0.010286 -0.047031 -0.003456 -0.036584 0.005361 -0.006447 0.01886 -0.023374 -0.003068 -0.017339 -0.022766 0.000674 -0.02509 -0.020209 0.026957 0.014723 0.015233 0.008007 0.006966 0.030681 0.014933 0.002158 0.014076 0.026696 0.004721 -0.009033 0.000601 0.03354 -0.012671 0.016845 -0.029216 0.010637 -0.036015 -0.016752 -0.007938 0.000561 0.038378 -0.03148 -0.033807 0.02823 0.046564 0.029348 -0.011274 -0.012818 0.008054 0.002185 -0.031103 -0.019219 0.002871 0.009786 0.01344 0.001709 -0.016894 0.025242 -0.004928 -0.011307 0.029358 0.013263 -0.010113 0.014273 -0.008834 0.002663 0.035807 0.006739 -0.026633 0.020695 0.011802 0.027102 0.020563 -0.014276 -0.039872 -0.013329 0.02547 -0.004392 0.024611 -0.039646 -0.009082 -0.015912 -0.016515 -0.00529 -0.014433 0.029997 -0.028325 0.010583 0.010503 0.015356 0.017723 0.02778 -0.01491 0.001051 0.014197 0.028191 -0.054326 0.01555 -0.011372 -0.000878 -0.024034 0.01476 0.026347 -0.017903 -0.031734 0.026422 -0.014618 0.040973 -0.046537 -0.016528 0.004734 -0.014752 0.019786 -0.051465 -0.034246 0.013161 -0.027317 0.030541 0.007524 -0.022363 0.022252 -0.014527 0.05152 -0.003044 -0.041286 0.011163 0.005061 -0.01533 -0.003784 -0.022896 -0.003069 0.07783 0.016706 -0.006021 0.017856 0.00425 0.014387 -0.024513 0.031476 0.009586 0.021851 -0.045039 0.003181 0.00392 -0.038302 0.030086 0.003916 -0.000819 -0.016467 -0.017999 0.012003 -0.003851 0.001405 0.014489 0.023448 0.007081 0.002829 -0.022039 0.005689 0.026753 0.005199 -0.02505 0.01185 -0.006264 0.013559 0.013909 -0.035101 0.003481 -0.016381 0.024039 -0.013336 0.03944 0.004811 -0.000866 0.003365 -0.000763 0.010368 0.001898 -0.029517 -0.016598 0.021868 0.025337 -0.010493 -0.015755 0.000696 -0.023356 0.017468 -0.000995 0.021832 -0.021802 0.015565 -0.012765 0.003127 0.012995 -0.004151\nx 0.033116 0.007318 -0.05541 0.029502 0.022706 0.035063 0.012895 0.000732 -0.025613 -0.027356 0.038215 0.010378 -0.011975 -0.034094 0.023518 -0.011071 0.01385 -0.033566 -0.007531 -0.045642 -0.015153 0.004039 -0.0016 0.016398 0.01052 0.027389 -0.000354 -0.001942 -0.012793 -0.018486 0.020938 -0.031345 -0.012654 -0.034689 0.017163 0.019993 -0.046072 0.042612 0.007711 0.025017 -0.02412 0.010683 -0.008301 0.006151 -0.021025 -0.026411 0.041156 -0.002114 0.003623 0.023515 0.003469 0.059132 0.0316 -0.034605 0.050738 0.005728 -0.00668 0.033771 -0.015566 0.025315 -0.023316 -0.032583 -0.01371 -0.015703 0.008679 0.014802 0.041358 -0.013595 0.03217 0.013374 -0.046897 -0.013092 0.029579 0.008711 -0.050643 0.007005 -0.022996 0.025873 -0.020914 -0.020375 0.007954 0.003201 -0.005446 0.032759 -0.025747 -0.065141 -0.003762 -0.006424 -0.015211 -0.008137 -0.005467 0.035308 -0.00498 -0.015939 0.006261 -0.012955 0.002285 -0.032599 -0.000426 -0.007311 -0.01384 0.002624 -0.003527 -0.018405 0.015611 -0.000732 -0.019488 0.013884 0.03679 0.003249 0.037849 0.024253 0.026946 -0.010802 0.008786 0.006264 -0.020699 0.003206 -0.009395 -0.043099 0.010905 -0.00297 0.039399 0.029401 0.032333 0.00896 -0.00969 -0.012655 -0.017337 -0.007384 -0.019091 -0.007107 -0.023312 0.027087 -0.018831 0.014172 -0.02075 0.007744 0.001495 0.052873 -0.009937 -0.007742 0.025501 0.021717 -0.039213 -0.037215 0.043596 0.001229 -0.001159 -0.041469 0.004843 0.012349 0.026591 0.033499 -0.008531 0.00676 -0.002843 -0.023616 0.006745 -0.019673 -0.014335 0.014539 0.020576 0.005175 -0.01113 -0.006088 0.027921 -0.034128 0.030723 0.02687 -0.033726 -0.028456 -0.013915 0.029966 -0.021745 -0.027906 -0.012282 0.007258 -0.029642 -0.027981 0.03743 -0.007769 -0.004658 -0.010741 -0.007457 -0.012997 -0.002172 0.016016 -0.068592 -0.002457 0.009509 0.036383 -0.031304 -0.038571 -0.009709 0.034406 -0.009542 0.003087 0.01158 0.002429 -0.044798 -0.032173 0.014633 0.029581 0.021845 0.00611 0.018984 -0.00996 -0.004146 0.038368 -0.036247 -0.001175 -0.002054 0.019725 0.004642 0.058794 0.007548 -0.022998 0.004791 0.00304 -0.00067 0.014431 -0.00594 -0.001912 -0.025429 -0.006426 0.005551 0.0116 -0.009915 -0.022385 -0.001133 -0.004157 -0.010204 -0.030806 -0.039563 0.005935 -0.015717 -0.041241 0.030533 0.03258 0.00168 0.027704 -0.01684 0.014136 0.009673 -0.019077 0.042458 -0.005016 0.039822 0.057658 0.016479 0.017736 0.009264 -0.052952 -0.042024 -0.026396 -0.006584 0.016787 -0.023576 -0.028749 0.008335 -0.004183 0.033493 -0.01923 -0.029172 -0.020538 -0.023531 -0.010075 0.005834 -0.004697 0.027816 -0.010599 0.008453 0.003833 0.013817 0.004276 0.007788 0.027318 0.041944 -0.051077 -0.00318 -0.016305 0.009169 0.023568 -0.025832 -0.000374 0.003546 -0.01142 -0.025117 -0.018995 0.016546 -0.048573 0.013045 -0.069751 -0.006965 0.011835 0.013169 0.009118 0.041185 -0.00044\nគ 0.026773 0.005878 -0.035197 0.025319 0.003288 0.044555 0.007619 -0.004531 -0.020719 -0.030858 0.02876 0.00832 -0.002223 -0.01383 0.024068 0.002706 -0.002134 -0.02467 -0.003712 -0.033761 -0.01426 0.006163 0.005451 0.005797 -0.006248 0.01625 -0.018999 -0.013148 -0.022876 -0.024293 0.024425 -0.037116 -0.010396 -0.039133 0.006896 0.004826 -0.032727 0.03471 0.000957 0.02005 -0.028264 0.011296 0.002727 -0.006952 -0.019674 -0.016106 0.031757 -0.011258 -0.001206 0.014311 0.00186 0.04337 0.029718 -0.027345 0.034898 0.004202 -0.002376 0.019812 -0.010876 0.018395 -0.028957 -0.031364 -0.013301 -0.011669 0.017122 0.019416 0.035593 -0.0163 0.033361 0.017906 -0.053461 -0.006924 0.013587 0.01689 -0.044943 0.008819 -0.024058 0.013663 -0.034766 -0.009836 0.015194 0.00261 0.001061 0.01462 -0.008365 -0.049909 0.001272 0.003332 -0.007373 -0.013227 -0.009303 0.025921 0.009308 -0.006742 0.013042 -0.008785 0.000802 -0.041579 0.008743 -0.010419 -0.018857 -0.002695 -0.007195 -0.027853 0.013448 -0.000671 -0.022938 0.003834 0.04187 -0.002624 0.037853 0.020667 0.017658 -0.010197 -0.001705 -0.004928 -0.002306 -0.003031 -0.007985 -0.032531 0.025357 -0.003288 0.040055 0.011305 0.032088 0.007111 -0.009794 -0.013385 -0.012335 -0.010946 -0.014911 -0.005157 -0.015768 0.032092 -0.027493 0.009605 -0.027298 0.000365 0.005739 0.039074 -0.004686 -0.001551 0.000398 0.022092 -0.042086 -0.046529 0.04308 0.009725 0.006846 -0.038798 0.009835 0.008609 0.030118 0.020265 0.004004 0.008394 -0.002492 -0.029859 0.014197 -0.021912 -0.014817 0.017783 0.022349 0.010452 -0.005736 -0.015522 0.0243 -0.01321 0.020536 0.019406 -0.020616 -0.015209 -0.012587 0.03216 -0.017002 -0.015419 -0.003548 -0.008593 -0.038715 -0.02601 0.033051 -0.005713 0.009459 -0.011655 -0.004821 -0.011209 0.006637 0.014252 -0.052508 0.001854 0.009205 0.022293 -0.025851 -0.028159 0.009675 0.039074 -0.024163 0.013467 0.003983 0.003487 -0.024121 -0.022857 0.012661 0.016455 0.01632 0.016906 0.011873 7.4e-05 -0.011484 0.036569 -0.023501 -0.007591 -0.002592 0.011783 -0.002795 0.04804 0.009328 -0.015406 0.008386 0.002877 -0.002639 0.004047 0.000452 0.002549 -0.019703 0.004246 0.00103 0.013069 -0.002826 -0.01455 -0.008581 -0.002816 -0.004772 -0.020989 -0.027172 -0.004092 -0.018979 -0.024225 0.027948 0.021869 0.012152 0.023261 -0.01874 0.01516 -0.005552 0.000876 0.030967 -0.008465 0.032805 0.052251 0.025205 0.00932 0.001143 -0.034377 -0.026101 -0.01174 0.006186 0.02216 -0.016713 -0.01019 0.00521 -0.015825 0.024253 -0.025093 -0.036028 -0.020087 -0.030606 -0.021802 0.002575 0.003157 0.022481 0.001903 0.007541 -0.002079 0.006714 0.000321 0.007169 0.021421 0.043036 -0.050397 -0.002442 -0.022211 0.018712 0.009504 -0.019021 -0.008699 0.015336 -0.008619 -0.012954 -0.009358 0.009271 -0.041301 0.011698 -0.061986 -0.008076 0.008488 0.007298 0.021845 0.018941 -0.001002\nḇ 0.052362 0.015639 -0.097987 0.049448 0.037076 0.05234 0.023001 0.006557 -0.03244 -0.050826 0.031668 0.006332 0.004072 -0.048684 0.053802 -0.0142 0.019374 -0.058168 -0.017326 -0.074424 -0.034916 -0.01194 0.011221 0.028145 0.013719 0.041705 0.000365 -0.010041 -0.020469 -0.064362 0.030123 -0.061293 -0.040217 -0.08543 0.029707 0.033407 -0.075868 0.079715 0.025941 0.071441 -0.054297 0.022723 -0.013695 -0.011482 -0.055397 -0.056534 0.065728 -0.005294 -0.02882 0.03887 0.023198 0.124134 0.068407 -0.086477 0.072524 0.005117 -0.011687 0.039525 -0.006118 0.040884 -0.055712 -0.070649 -0.025184 -0.037929 0.02356 0.053667 0.066981 -0.030499 0.07666 0.023043 -0.068227 -0.00371 0.034963 0.032502 -0.104116 0.016397 -0.068803 0.046805 -0.048137 -0.026486 0.032237 -0.000523 0.00023 0.03437 -0.051083 -0.109528 0.00281 -0.013835 -0.044634 -0.014245 -0.018321 0.039581 -0.00244 -0.044538 0.020573 -0.019986 0.007283 -0.074774 0.013852 -0.030553 -0.018463 0.005756 0.001265 -0.065041 0.00921 -0.008186 -0.006115 0.018877 0.059512 -0.011157 0.074096 0.023428 0.046283 -0.026616 0.023989 0.017244 -0.044293 0.005371 -0.023747 -0.083319 0.035977 -0.00847 0.073815 0.03312 0.081107 0.015296 -0.020581 -0.029661 -0.032711 -0.027868 -0.0412 0.010018 -0.051872 0.057653 -0.052791 0.031579 -0.07494 0.006317 0.017266 0.085399 -0.022255 -0.023219 0.027838 0.051174 -0.061261 -0.080263 0.074127 -0.011818 0.00433 -0.075435 0.002781 0.020869 0.054573 0.070732 -0.018707 0.003459 -0.015916 -0.039601 0.03483 -0.039518 -0.015854 0.031908 0.039202 0.014494 -0.024851 -0.029715 0.046142 -0.044363 0.031679 0.056897 -0.053903 -0.030705 -0.033694 0.059573 -0.034706 -0.051072 -0.035982 -0.022906 -0.070574 -0.052129 0.057921 -0.019733 0.012962 -0.000461 -0.014612 -0.03047 -0.000769 0.056363 -0.116557 0.007026 0.001318 0.045486 -0.062811 -0.071012 0.008191 0.090056 -0.033123 0.024449 -0.002679 0.002944 -0.063222 -0.077417 0.025885 0.039222 0.031966 0.021898 0.035787 -0.019104 -0.014771 0.059157 -0.052002 -0.006577 -0.018656 0.024414 -0.002536 0.146919 0.004148 -0.028387 -0.002826 -0.019489 -0.032248 0.024945 -0.009536 0.022018 -0.051019 -0.00563 -0.01394 0.03799 -0.020324 -0.027272 -0.004605 6.9e-05 -0.011109 -0.048698 -0.045856 -0.007781 -0.019171 -0.038813 0.059556 0.055743 0.017343 0.046716 -0.029258 0.018953 0.013746 -0.04171 0.083079 -0.024569 0.073892 0.103763 0.069814 0.031856 0.013918 -0.103014 -0.062532 -0.047268 -0.000329 0.037793 -0.038078 -0.025734 0.016832 -0.018067 0.073278 -0.057257 -0.064766 -0.041254 -0.06165 -0.022693 0.025253 0.000341 0.054592 0.002184 0.013319 -0.009171 0.026879 0.037135 -0.007493 0.048177 0.062146 -0.094686 -0.016954 -0.029672 0.0306 0.049818 -0.043528 -0.002744 0.041774 -0.028407 -0.03818 -0.032691 0.017252 -0.081552 0.026204 -0.115606 -0.01417 0.008025 0.035653 0.030151 0.053538 0.008027\nڌ -0.005964 -0.00068 -0.015224 0.004897 -0.013198 0.011725 -0.003384 -0.009918 0.001197 0.001415 0.008921 -0.015636 -0.01094 -0.009097 0.008768 -0.004694 -0.014694 0.007157 -0.014586 -0.024945 0.004978 0.009012 -0.003458 0.007057 0.020721 -0.008592 0.0015 -0.005661 -0.006049 -0.009151 0.007183 -0.006811 -0.016494 -0.009875 0.005725 0.018115 -0.011686 0.015816 -0.009275 0.006864 -0.011499 -0.004941 -0.001174 -0.010755 -0.015843 0.00571 0.013224 0.004911 0.010233 0.005621 0.010805 0.003481 0.007646 0.00173 0.01753 0.00781 -0.019553 0.016162 0.001203 0.022155 -0.010209 -0.013249 -0.005458 -0.010434 0.000614 0.002473 0.019153 -0.016013 0.011675 0.021049 -0.026107 -0.005366 0.014526 0.021645 -0.021395 -0.013707 -0.005506 0.014223 -0.01403 -0.012684 0.009213 -0.01474 0.012553 0.009234 -0.001351 -0.018743 0.017944 -0.014609 -0.003175 -0.009129 -0.00829 -0.004397 0.007627 -0.004882 0.013231 0.011489 0.005396 -0.01375 0.012488 0.006057 -0.000979 0.013512 0.008082 -0.016072 0.016877 -0.008989 -0.014282 -0.00484 0.008481 -0.009367 0.018463 0.013459 0.000244 -0.005889 -0.00455 -0.003609 -0.002437 0.013847 -0.008597 -0.004191 0.017116 -0.008016 0.019511 0.01628 0.011079 0.02089 -0.008406 0.016101 -0.016205 -0.015048 0.00027 0.015012 -0.007792 0.011925 0.007618 -0.008746 -0.038182 0.003558 0.013236 0.001557 -0.004454 -0.016187 -0.002228 0.018539 -0.016752 -0.014976 0.027335 0.021261 -0.002552 -0.028434 0.00464 -0.002969 0.018089 0.005635 -0.004172 0.007265 0.011715 -0.014972 -0.010621 -0.00602 -0.011498 0.00703 0.007794 0.013016 0.001293 0.00079 0.006144 -0.015608 0.000832 -0.006358 -0.032643 -0.002248 0.003149 0.015706 -0.012045 -0.011795 -0.007044 -0.013434 -0.005948 -0.005442 0.015014 -0.007574 0.006014 -0.001367 0.005398 -0.009281 -0.005237 -0.003132 -0.00873 -0.014728 0.017141 0.010144 -0.014556 0.001672 -0.004005 -0.006258 -0.009645 -0.004305 0.003021 0.008916 -0.010033 0.002697 0.007481 -0.004249 0.019976 0.003165 0.008055 -0.014973 -0.002906 0.008835 0.004835 -0.005095 0.000793 -0.001918 -0.002195 0.024794 -0.001783 -0.016399 -0.001486 0.004071 -0.000644 0.022854 -0.016055 0.000929 -0.0161 0.010992 -0.008219 0.01595 -0.0105 -0.018471 0.000292 0.014012 -0.005174 -0.021713 -0.014584 -0.001667 -0.01277 -0.008171 -0.001448 0.004784 0.015942 0.012577 -0.009741 0.002956 0.003521 0.006624 0.009881 -0.012236 0.007536 0.023528 0.007896 -0.013286 0.001126 -0.009486 -0.005512 -0.010575 0.004978 0.003579 -0.002409 0.011715 -0.006967 -0.01489 0.012553 -0.014352 -0.018226 -0.00902 -0.015862 -0.006399 -0.001676 0.003338 0.021196 0.002539 0.003436 0.009317 -0.015741 -0.013423 -0.006974 0.001579 0.033849 -0.013448 0.001582 -0.000464 0.015822 -0.002964 -0.007892 -0.010927 0.012808 0.00702 -0.005853 -0.008734 -0.009074 -0.020321 0.011489 -0.042888 0.002431 -0.001268 -0.003406 0.000884 -0.002817 -0.003321\nಐ 0.056668 -0.002299 -0.069402 0.025892 0.013528 0.053723 0.005307 -0.018209 -0.041896 -0.065897 0.029539 0.01455 -0.007787 -0.023535 0.040647 -0.019903 0.011581 -0.033825 -2.5e-05 -0.070913 -0.029686 0.012954 0.02481 0.01705 -0.000306 0.028933 -0.013009 -0.019191 -0.023216 -0.055211 0.018549 -0.041134 -0.034315 -0.047432 0.02445 0.012371 -0.050775 0.054585 0.002331 0.046646 -0.038645 0.044092 0.015564 -0.027795 -0.05927 -0.031946 0.041516 -0.010442 -0.010021 0.0282 0.009944 0.068688 0.036696 -0.058888 0.063681 0.006246 -0.021869 0.007834 -0.022814 0.041784 -0.04936 -0.018528 -0.015246 -0.006065 0.037684 0.014482 0.063394 -0.021243 0.053607 0.026756 -0.072192 0.004441 0.043638 0.027561 -0.035267 -0.006371 -0.035129 0.045807 -0.074474 0.018775 0.001043 -0.016843 -0.011597 0.014822 -0.018015 -0.072902 -0.00911 -0.013209 -0.021785 -0.020099 -0.010657 0.054158 0.0138 -0.021466 0.031872 -0.008063 -0.018619 -0.053229 -0.00763 -0.019399 -0.026617 0.010514 0.005587 -0.058544 0.024351 0.00012 -0.04554 0.003746 0.05175 0.013186 0.043846 0.0388 5e-06 -0.020658 0.019575 0.004835 -0.016204 0.012743 -0.017892 -0.052158 0.018655 -0.000907 0.043494 0.023704 0.041596 0.036528 -0.03238 -0.015913 -0.031933 -0.034535 -0.031772 0.010993 -0.014213 0.035581 -0.017269 0.033541 -0.029031 0.013263 -0.001894 0.070644 0.011168 -0.015168 0.034093 0.022803 -0.064264 -0.050386 0.100685 0.038155 -0.004999 -0.05639 0.044483 0.019263 0.041147 0.029293 0.00192 0.020561 0.009659 -0.040616 0.049851 -0.034926 -0.029344 0.013479 0.03613 0.007993 -0.022893 -0.010199 0.056934 -0.033449 0.020548 0.020512 -0.01371 -0.038915 -0.034812 0.028193 -0.024634 -0.042487 -0.034766 -0.008718 -0.045418 -0.020918 0.045238 -0.019076 0.019056 0.005888 -0.007067 -0.036463 0.010055 0.043274 -0.078539 -0.006253 -0.003866 0.037621 -0.047614 -0.020944 0.002073 0.060638 -0.034145 0.026184 -0.013309 -0.003665 -0.036834 -0.035433 0.020947 0.048783 0.023132 0.002637 0.01061 -0.005325 -0.015198 0.047041 -0.026273 -0.002353 -0.027587 0.021638 -0.001008 0.083421 0.017596 -0.028224 0.016526 0.014014 -0.003703 -0.001712 0.01498 0.01106 -0.025317 -0.011529 0.015201 0.039735 0.000298 -0.025515 0.008825 0.001318 -0.016772 -0.019905 -0.060007 -0.006777 0.005971 -0.038366 0.055387 0.026697 0.013791 0.027335 -0.033644 0.018785 0.013577 0.001466 0.049439 -0.025921 0.046384 0.06874 0.047027 0.013991 -0.00265 -0.054368 -0.04209 -0.029683 -0.020585 0.01773 -0.050953 0.001683 -0.006018 -0.019118 0.039773 -0.015779 -0.028394 -0.028302 -0.023719 -0.020581 0.023912 -0.006631 0.033485 -0.005399 0.011453 -0.012531 0.032768 0.006748 -0.012153 0.03373 0.074396 -0.069397 0.014366 -0.031111 0.01268 -0.010648 -0.020426 -0.019392 0.040514 -0.022918 -0.014769 -0.038122 0.02507 -0.051746 0.010697 -0.105779 0.011899 0.020145 0.019158 0.014273 0.035405 0.002114\nྒ 0.037916 0.015148 -0.068122 0.033534 0.013856 0.048224 0.005584 -0.010823 -0.019632 -0.024201 0.042596 0.009669 -0.012497 -0.027462 0.03294 -0.006538 0.004058 -0.025749 -0.010563 -0.05268 -0.009058 0.008179 0.008807 0.016411 0.011956 0.026294 -0.019517 -0.008586 -0.013904 -0.015483 0.024809 -0.040492 -0.029167 -0.049519 0.021287 0.020837 -0.062337 0.048919 0.016409 0.020001 -0.028475 0.003133 -0.011768 0.003916 -0.038241 -0.03273 0.033806 0.00581 0.00125 0.035208 0.006535 0.064426 0.027643 -0.044953 0.042229 0.009858 -0.002696 0.023111 -0.011185 0.023753 -0.038898 -0.031693 -0.014566 -0.018697 0.015586 0.028428 0.043067 -0.030839 0.036697 0.025764 -0.067289 -0.012814 0.023853 0.020183 -0.056664 0.008211 -0.04538 0.023858 -0.024401 -0.015729 0.013059 -0.009264 0.00237 0.025241 -0.027025 -0.068093 -0.001975 0.006526 -0.027195 -0.006 -0.008891 0.030444 0.003808 -0.014353 0.015058 -0.001572 -0.003017 -0.045798 -0.002262 -0.013292 -0.02179 0.00228 0.002059 -0.039585 0.01795 0.0007 -0.024282 0.012023 0.044804 -0.010734 0.055617 0.019335 0.033492 -0.025031 0.008841 0.000831 -0.020209 0.000115 -0.014646 -0.053003 0.027054 -0.006982 0.048291 0.028225 0.042217 0.014302 -0.011835 -0.015685 -0.01829 -0.025286 -0.01386 -0.01422 -0.017336 0.030569 -0.02801 0.02484 -0.027204 0.011017 0.0117 0.057515 -0.010827 -0.016864 0.012931 0.040512 -0.043893 -0.051811 0.052783 0.004303 0.002923 -0.037472 -0.007537 0.025049 0.030706 0.034512 -0.011701 0.001987 -0.00599 -0.021981 0.021752 -0.024099 -0.008725 0.022085 0.026274 0.02667 -0.009476 -0.032264 0.030497 -0.035844 0.027527 0.019917 -0.037022 -0.026595 -0.006244 0.035017 -0.031596 -0.041047 -0.020023 -0.009175 -0.041936 -0.022804 0.043235 -0.005223 -0.002321 -0.005084 -0.00145 -0.019143 -0.002337 0.018592 -0.076213 0.002426 0.007876 0.039683 -0.031942 -0.046486 -0.00672 0.049329 -0.034555 0.011864 0.010937 0.002071 -0.044881 -0.04431 0.010765 0.039592 0.024734 0.021384 0.00795 -0.006996 -0.007995 0.055996 -0.029878 -0.015641 -0.003253 0.030423 -0.002638 0.084708 0.001566 -0.028783 0.004641 0.003317 -0.021852 0.019067 -0.006473 0.001444 -0.031667 -0.002013 -0.004096 0.014956 -0.011722 -0.030972 -0.011355 0.00024 -0.013277 -0.033575 -0.034066 -0.003655 -0.013378 -0.03698 0.035568 0.033575 0.007639 0.041606 -0.019831 0.017992 0.004715 -0.001069 0.047549 -9e-05 0.04892 0.057882 0.023816 -0.001634 0.004864 -0.049921 -0.039931 -0.029561 0.001917 0.023578 -0.035677 -0.017102 0.006907 -0.009452 0.030831 -0.033665 -0.034838 -0.021493 -0.040109 -0.026872 -0.000983 -0.006901 0.026026 0.002138 0.006344 0.002163 0.006857 0.003934 0.001479 0.023185 0.040573 -0.05916 0.001922 -0.021268 0.013867 0.026518 -0.042871 -0.001542 0.003271 -0.011558 -0.035543 -0.032065 0.010745 -0.041237 0.013771 -0.077337 -0.025776 0.010333 0.014835 0.026386 0.024222 0.005702\nᰛ 0.071237 -0.026135 -0.046795 0.02193 0.015596 0.04291 0.007901 -0.01733 -0.014851 -0.036637 0.026562 -0.014856 -0.00706 -0.061595 0.032485 -0.032173 -0.012321 -0.035449 -0.00655 -0.05762 0.000438 -0.000344 -0.000988 -0.002797 0.009394 0.041054 -0.016205 -0.000197 0.000589 -0.034347 0.042632 -0.025767 -0.03369 -0.055767 -0.00188 -0.008376 -0.038434 0.056171 0.009352 0.035049 -0.048994 -0.012811 0.009236 -0.005397 -0.026799 -0.020902 0.0451 -0.00103 -0.035096 0.042463 0.025981 0.045289 0.039852 -0.057436 0.085972 0.028569 -0.019176 0.013972 -0.009171 0.042495 -0.033568 -0.041668 -0.014633 -0.009588 0.010847 0.013299 0.079533 -0.028273 0.043193 0.015633 -0.062977 0.001868 0.020464 0.046332 -0.082912 0.0063 -0.025597 -0.002628 -0.04248 -0.005657 0.020856 -0.019653 0.0292 0.000933 -0.017034 -0.045116 0.015 0.007177 -0.007619 -0.012274 0.008498 0.026168 -0.002326 -0.008113 0.001257 -0.006068 -0.007382 -0.056082 -0.015448 -0.019482 0.002615 0.020312 0.003271 -0.016524 0.011109 -0.013649 -0.023917 0.026429 0.040635 -0.011401 0.057833 0.062422 0.031852 -0.009796 0.021806 -0.000764 -0.007013 0.034519 -0.025363 -0.041664 0.011417 -0.016525 0.059049 0.063182 0.060818 -0.008035 0.011566 0.011966 -0.013441 -0.040047 -0.026988 -0.004573 -0.044047 0.019845 -0.024885 0.023069 -0.019255 0.02683 0.017833 0.024361 -0.001945 0.020338 0.020457 0.015795 -0.064789 -0.054026 0.096436 0.01516 0.009137 -0.057713 0.022354 0.038844 0.066211 0.019355 -0.008217 0.044301 0.029206 -0.044413 0.027993 -0.016722 -0.031244 0.008611 0.02689 0.007951 -0.036404 -0.046166 0.028063 -0.019375 0.009412 0.022084 -0.041437 -0.006822 -0.030754 0.047641 0.001833 -0.03572 0.018124 -0.002713 -0.019314 -0.028493 0.032436 -0.031593 0.030914 0.002844 -0.009057 -0.038518 0.013436 0.000148 -0.038206 -0.002739 0.056255 0.048745 -0.041803 -0.041952 0.005498 0.079583 -0.046787 0.012537 -0.030285 -0.004053 -0.063843 -0.021722 0.005028 0.025034 0.011449 0.008567 0.035912 -0.017895 -0.006505 0.000617 -0.010662 -0.014735 0.005505 0.022106 0.031372 0.058023 -0.008344 -0.017079 -0.009978 0.027103 0.013854 0.018921 0.007691 0.000395 -0.030914 -0.020638 -0.001421 -0.011177 -0.031688 -0.033666 0.008734 -0.011249 -0.00126 -0.007471 -0.0483 0.008267 -0.027645 -0.026237 -0.005827 -0.026191 -0.002408 -0.015263 -0.04811 0.043794 0.023307 -0.012735 0.051523 0.000138 0.036139 0.059885 0.018069 0.023806 -0.019514 -0.032837 -0.047131 -0.043094 -0.026685 0.028872 -0.051061 -0.002799 0.0047 -0.039551 0.030038 -0.028669 -0.049252 -0.036964 -0.024955 -0.02667 -0.000726 0.005748 0.014646 -0.018808 0.032944 -0.017733 0.019233 0.014182 0.04416 0.032748 0.085376 -0.054449 -0.016299 -0.053117 0.027674 0.029844 -0.048699 -0.032461 0.021116 0.003476 -0.015099 -0.038047 -0.013387 -0.04953 0.060022 -0.084692 0.02042 0.020478 -0.022222 0.043633 0.018973 0.020841\n# 0.042568 0.031305 -0.057509 0.049108 0.063207 0.059839 0.02961 -0.092692 -0.000675 0.032308 -0.075342 0.11015 -0.076377 -0.027912 0.115623 -0.16684 0.12748 0.011232 -0.113448 -0.029215 0.112982 -0.060271 0.001858 -0.025303 0.062501 0.104465 -0.023289 0.028058 0.083753 0.180659 -0.021912 -0.057366 -0.040061 -0.079554 -0.010965 -0.013392 -0.098334 -0.019462 -0.047031 -0.03843 -0.089596 -0.02261 0.120643 -0.007058 0.041203 -0.027259 0.100978 0.03051 -0.041423 0.09497 0.010462 0.033281 -0.00982 -0.070064 0.06867 -0.045242 -0.007391 0.014659 -0.11698 0.013614 -0.016369 0.029641 -0.050059 0.062271 0.036478 -0.014436 0.064996 -0.005528 0.016184 -0.05102 -0.058469 0.05303 0.071257 -0.00104 0.040306 -0.049227 0.019186 -0.002951 0.131197 0.015308 -0.096756 -0.043023 0.005372 -0.077605 0.01532 0.026962 -0.000263 -0.037267 0.052762 0.019582 -0.02783 6e-05 0.062095 0.009818 -0.079497 -0.076745 0.16729 -0.070536 0.007553 0.067745 0.054909 -0.115185 0.028385 -0.000606 -0.053677 -0.046086 -7.9e-05 0.001712 -0.087778 -0.065543 0.006278 0.075391 0.011514 -0.036731 0.035092 -0.080688 0.028083 -0.017312 -0.047466 0.049356 -0.05379 0.145069 -0.019021 0.031631 -0.035911 -0.051687 0.063051 0.055205 0.022246 -0.049808 -0.012094 -0.032194 -0.041601 0.035059 -0.004775 0.013015 -0.065989 -0.002041 -0.010224 0.007863 0.023276 -0.018492 0.089821 -0.045666 -0.040677 -0.032829 -0.030255 -0.068416 0.049847 -0.045869 0.00273 0.04811 -0.032712 0.001501 -0.002515 -0.025407 -0.089485 -0.041104 -0.072372 0.070542 0.013768 -0.005421 -0.007731 -0.008942 0.066174 0.02579 -0.089256 0.092716 0.039857 0.07066 0.048649 -0.061367 -0.088363 0.029857 0.086787 -0.020981 0.013688 -0.043283 0.024654 0.027778 0.010717 -0.061058 -0.01973 -0.0388 -0.021035 -0.037473 -0.046732 0.081962 -0.031634 0.014979 0.076212 -0.0072 0.024114 -0.106016 0.090623 0.082822 -0.004323 0.094341 -0.093722 -0.037941 -0.12824 -0.010336 0.027126 0.108803 -0.000231 -0.007789 0.010102 0.003187 0.042601 -0.064508 -0.007693 0.059018 0.04023 -0.040622 -0.066073 -0.025148 -0.012499 -0.031908 0.067274 -0.101435 -0.079895 -0.011125 0.084861 -0.070324 -0.012186 -0.009427 -0.040264 -0.046041 0.015484 -0.019656 -0.089191 0.07997 -0.037535 0.07677 -0.023191 0.042534 0.024739 0.027155 -0.071459 -0.012418 -0.018171 -0.037318 -0.048369 -0.060276 0.047803 0.076287 -0.077209 0.031679 0.113876 0.03316 0.029914 0.018265 -0.130489 0.03446 -0.001862 -0.026288 -0.088339 0.018502 -0.097688 0.021002 0.048486 0.012346 -0.047509 -0.056355 0.006361 -0.068816 0.148338 -0.059026 -0.004241 -0.001629 0.071611 0.055859 -0.028846 0.054383 -0.032722 -0.102058 0.176729 -0.030905 -0.009524 -0.021778 -0.082339 0.050337 0.045175 -0.047332 0.054838 -0.102597 -0.020075 -0.093665 -0.096336 -0.102603 0.020876 0.042129 -0.043575 -0.065018 -0.009628 0.072314 -0.000291 -0.005404 -0.000701 -0.089175\n̥ 0.032893 0.005334 -0.037641 0.008635 0.015962 0.04161 0.010261 0.000268 -0.011465 -0.035449 0.05639 0.014176 -0.01869 -0.019267 0.049495 -0.01547 0.007662 -0.032806 0.006343 -0.039405 -0.012516 -0.005787 -0.027424 0.018805 0.006414 0.005273 -0.020559 -0.011768 -0.028386 -0.043097 0.030787 -0.044715 -0.022227 -0.031232 0.001634 0.012821 -0.029806 0.047019 0.00735 0.016806 -0.036139 0.027194 0.000158 0.010273 -0.010253 -0.020438 0.0255 0.00498 -0.0091 0.012225 0.004284 0.063037 0.035549 -0.033653 0.044819 0.011316 0.008428 0.035648 -0.01884 0.032269 -0.033216 -0.035782 -0.025221 -0.0139 0.020729 0.027423 0.058076 -0.029193 0.035716 0.030916 -0.048562 -0.02516 0.010868 0.022926 -0.042188 0.00263 -0.010787 0.019098 -0.028843 -0.011201 0.019525 -0.00249 -0.016903 0.026904 -0.018578 -0.066768 0.014081 -0.00589 -0.012533 0.009772 -0.000285 0.020879 0.011383 -0.005582 0.017089 -0.032887 0.004157 -0.042419 -0.028325 -0.01255 -0.041883 0.005966 -0.011205 -0.040018 0.014541 -0.002091 -0.020556 0.015791 0.026446 0.000513 0.049956 0.014651 0.025878 -0.006799 0.025027 0.003241 -0.032093 0.005991 -0.019695 -0.032743 0.036229 0.003163 0.029117 0.01487 0.024183 -0.015128 -0.000933 0.00163 -0.009985 -0.003757 -0.000884 0.009624 -0.010414 0.038471 -0.014891 0.017657 -0.02583 0.030368 0.009289 0.053745 -0.002829 0.000345 0.008145 0.020162 -0.026544 -0.06096 0.059167 -0.003912 0.008665 -0.048103 0.017487 0.014056 0.037613 0.037134 0.00205 0.007002 -0.004531 -0.045704 0.020095 -0.010103 -0.022215 0.028437 0.034897 0.005785 -0.009855 -0.028312 0.028169 -0.027871 0.017321 0.048267 -0.027799 -0.025926 -0.012447 0.020578 -0.006643 -0.021064 -0.004732 -0.021226 -0.056726 -0.008073 0.042985 -0.004771 0.006241 -0.004393 -0.018515 -0.031983 -0.001252 0.025352 -0.036097 0.003698 0.018213 0.04729 -0.025867 -0.039566 -0.016028 0.040536 -0.039706 0.011631 0.008149 -0.01325 -0.042316 -0.027237 0.017296 0.038162 0.020329 0.011834 0.015349 -0.028541 -0.008893 0.026816 -0.018206 -0.018768 0.006557 0.028002 0.003092 0.037299 0.008706 -0.01414 0.007455 -0.003326 -0.010075 -0.006021 -0.00289 0.018206 -0.024548 0.001373 -0.014572 0.016813 -0.000966 -0.013403 -0.007273 -0.005236 -0.005173 -0.03363 -0.03897 0.00464 -0.024239 -0.018577 0.026372 0.026428 0.015869 0.034894 -0.022016 0.021651 -0.010865 -0.019306 0.040886 0.012294 0.042194 0.057922 0.020065 0.012604 -0.020235 -0.042018 -0.037782 -0.011309 -0.010081 0.013491 -0.042598 -0.00813 -0.00042 -0.017144 0.028035 -0.018681 -0.017558 -0.01368 -0.050344 0.00697 0.003771 3.9e-05 0.013352 0.004099 0.02992 -0.008517 0.031636 0.002846 0.020505 0.028781 0.033118 -0.059442 0.008091 -0.018836 0.01374 0.009286 -0.007246 0.004935 0.015514 -0.008946 -0.009236 -0.001372 -3e-05 -0.041351 0.016583 -0.062105 -0.019073 0.008226 -0.017447 0.011266 0.006652 -0.017402\nʤ 0.016164 0.003894 -0.048575 0.03665 0.014336 0.026812 0.017847 -0.012042 -0.011206 -0.018477 0.039061 -0.008066 -0.013794 -0.012914 0.027153 0.007438 0.006708 -0.016677 -0.001552 -0.033536 -0.019831 0.00194 -0.003274 0.011539 0.01231 0.004089 -0.008239 0.003497 -0.016896 -0.021345 0.032918 -0.022072 -0.018696 -0.018781 0.010991 -0.007813 -0.027308 0.031696 0.010681 0.02327 -0.034925 0.016389 0.010903 -0.004407 -0.001741 -0.016111 0.016413 0.006938 0.002377 0.012248 0.01713 0.04263 0.027646 -0.029753 0.014339 0.013747 0.014159 0.024146 -0.003403 0.029533 -0.011878 -0.028892 -0.003825 -0.011715 0.00351 0.011941 0.032255 -0.020569 0.017405 0.003992 -0.011338 -0.012228 0.02246 0.013642 -0.040044 0.00252 -0.004384 0.019728 -0.023516 -0.017261 0.019059 -0.010776 -0.006037 0.011516 -0.022065 -0.042914 -0.004691 -0.022145 0.007759 0.020691 -0.016443 0.0157 0.002486 -0.006215 0.012688 -0.009875 -0.001941 -0.031201 -0.000458 -0.007311 -0.006175 -0.011911 -0.010734 -0.015786 0.001907 -0.027117 -0.020444 -0.000256 0.018136 -0.000922 0.044603 0.015771 0.025853 0.000564 0.014821 0.006309 -0.032461 -0.007257 -0.017109 -0.03072 0.032926 0.006406 0.038439 0.009885 0.010682 0.00614 0.002731 -0.012675 -0.01501 -0.017861 0.00414 0.010098 -0.02281 0.025003 -0.009603 0.018381 -0.025933 -0.004476 0.006519 0.034647 -0.010642 -0.011588 0.015899 0.015172 -0.027781 -0.040568 0.036669 0.008049 0.013501 -0.047079 -0.006254 0.011309 0.029358 0.003941 -0.014798 -0.002676 -0.000525 -0.025428 0.009144 0.002935 -0.005352 0.00965 0.02336 0.011533 -0.032979 -0.01129 0.010304 -0.006883 0.004101 0.029807 -0.044341 -0.021366 -0.023654 0.014491 -0.004771 -0.015728 -0.000675 -0.012302 -0.01819 -0.017043 0.026708 -0.015129 -0.002882 -0.009031 -0.010499 0.002643 4.9e-05 0.001205 -0.040128 -0.012465 0.008984 0.006358 -0.027773 -0.033935 0.00633 0.038816 -0.006851 0.007133 2.7e-05 0.005562 -0.026944 -0.024835 0.021454 0.015405 0.029994 -0.006751 -0.005236 -0.027698 -0.003426 0.041831 -0.021106 -0.008623 0.004542 0.013335 0.000333 0.052675 0.009147 -0.007539 0.019183 0.003424 0.007157 -0.004718 -0.005946 0.019269 -0.01407 0.000191 -0.006468 0.007881 0.008717 -0.024541 -0.009531 0.000136 0.002874 -0.020889 -0.00544 0.007684 -0.017902 -0.018859 0.017774 0.022244 0.004939 0.025059 -0.029693 0.01197 0.001971 -0.007201 0.022762 0.017822 0.026952 0.036427 0.021319 0.014009 0.002207 -0.021216 -0.024202 -0.021961 -0.017867 0.014731 -0.025336 -0.014847 0.013927 -0.003159 0.013214 0.00053 -0.01757 -0.00284 -0.011646 -0.012264 -0.006213 0.006032 0.00384 -0.008144 0.002247 0.007446 0.004647 0.000763 0.008103 0.009172 0.038532 -0.019156 -0.014055 -0.001245 0.01742 0.017158 -0.02468 -0.002296 0.021752 -0.006166 -0.018284 -0.016476 0.004019 -0.027815 0.009104 -0.04077 0.016571 -0.004294 0.008334 0.008447 0.001273 -0.015443\nว 0.027516 0.001661 -0.041553 0.022408 0.011693 0.033373 0.008245 -0.00048 -0.02036 -0.024386 0.022372 0.004708 -0.006334 -0.01648 0.026643 -0.002857 0.008749 -0.021482 -0.008239 -0.037787 -0.014363 0.00719 0.006374 0.011237 0.002743 0.010238 -0.012247 -0.005515 -0.013246 -0.02225 0.01504 -0.025644 -0.016359 -0.033517 0.002462 0.015085 -0.031623 0.033091 0.008398 0.016865 -0.029206 0.011074 -0.000847 -0.005266 -0.024464 -0.023218 0.029487 0.004408 0.001361 0.008562 0.003559 0.040865 0.028731 -0.029405 0.033732 0.003827 -0.000985 0.022776 -0.013394 0.021553 -0.024508 -0.025761 -0.001242 -0.013815 0.009094 0.015638 0.028495 -0.013288 0.037878 0.014404 -0.044958 -0.00755 0.018979 0.012367 -0.050124 0.003143 -0.025934 0.020686 -0.02835 -0.013778 0.012381 -0.005156 0.000602 0.012083 -0.016923 -0.046406 -0.001225 -0.002431 -0.015582 -0.00323 -0.005823 0.022713 0.00948 -0.010168 0.012833 -0.002421 0.004561 -0.033589 0.003689 0.00032 -0.018049 0.003805 -0.000536 -0.023069 0.015136 -0.002324 -0.010663 0.006155 0.0289 -0.001663 0.044111 0.018088 0.024281 -0.012584 0.007145 0.000478 -0.005057 4.4e-05 -0.004467 -0.034173 0.018602 0.004469 0.035514 0.020726 0.034696 0.011564 -0.014154 -0.015482 -0.004526 -0.015841 -0.009612 -0.006345 -0.016575 0.028284 -0.015744 0.013261 -0.030627 -0.002262 0.008983 0.037434 0.001939 -0.006348 0.006277 0.023264 -0.034488 -0.040238 0.041089 0.008327 -0.000141 -0.039671 0.003309 0.004417 0.032589 0.023704 0.002394 0.006884 0.006488 -0.025083 0.010598 -0.021722 -0.011457 0.010619 0.022927 0.012674 -0.010851 -0.012389 0.017132 -0.016211 0.021217 0.014862 -0.024375 -0.018292 -0.007323 0.023729 -0.019297 -0.023526 -0.001335 -0.005285 -0.034209 -0.016656 0.034322 -0.011431 0.007364 -0.008856 -0.008257 -0.010121 0.005746 0.017558 -0.048611 -0.00052 0.009931 0.026077 -0.031896 -0.02717 0.008125 0.035255 -0.014805 0.009368 0.002143 0.003628 -0.031826 -0.025213 0.013388 0.024095 0.023584 0.015412 0.006136 -0.00416 -0.002153 0.031485 -0.018203 -3.1e-05 -0.00413 0.015932 0.000578 0.054611 0.004315 -0.020017 0.008498 -0.003338 -0.002062 0.010991 -0.001805 0.006684 -0.023973 -0.001007 -0.000314 0.014229 -0.004807 -0.026483 -0.007345 -0.000227 -0.001882 -0.020701 -0.02838 -0.003946 -0.010307 -0.03277 0.022068 0.025748 0.006403 0.028334 -0.025119 0.008324 0.004015 -0.003534 0.030756 -0.00226 0.033148 0.049318 0.016829 0.002914 -0.005597 -0.035566 -0.025336 -0.018385 -0.00125 0.02547 -0.021783 -0.014004 0.00981 -0.008556 0.024535 -0.021981 -0.022637 -0.025794 -0.027527 -0.010589 0.00604 0.00061 0.017723 -0.000923 0.012415 0.002442 0.008529 -0.000744 -0.000342 0.011564 0.037752 -0.043773 -0.000747 -0.006965 0.010798 0.013127 -0.017135 -0.005452 0.017662 -0.006476 -0.021914 -0.013765 0.010182 -0.038741 0.010301 -0.059235 -0.008152 0.008024 0.007265 0.01457 0.020422 0.000679\nப 0.039914 0.004014 -0.069786 0.024343 0.014608 0.053179 0.007636 -0.006776 -0.027997 -0.044849 0.041737 0.022759 -0.003976 -0.034342 0.038689 -0.0083 0.015229 -0.028448 -0.014076 -0.058237 -0.017174 -0.001242 0.014322 0.012363 0.006206 0.019091 -0.012627 -0.010862 -0.020993 -0.042003 0.026119 -0.03878 -0.029854 -0.055971 0.021205 0.009982 -0.04615 0.055436 0.007805 0.034413 -0.04534 0.012268 0.007898 -0.002105 -0.048258 -0.023139 0.035038 -0.008129 -7.2e-05 0.026069 0.001511 0.07226 0.043279 -0.042153 0.052162 0.006091 -0.00776 0.028303 -0.012411 0.031536 -0.049993 -0.03264 -0.010885 -0.018007 0.019295 0.02421 0.059592 -0.010088 0.058108 0.02519 -0.060973 -0.003832 0.025124 0.024503 -0.05561 0.0079 -0.036793 0.03187 -0.044563 -0.01819 0.013349 0.00025 0.003668 0.01568 -0.022915 -0.074824 0.009849 -0.013574 -0.027973 -0.004741 -0.014964 0.028184 0.002606 -0.023587 0.012014 -0.006926 -0.001487 -0.050444 -0.000973 -0.005953 -0.029765 0.000649 0.004502 -0.042139 0.01457 -0.011354 -0.018332 0.01598 0.039733 -0.006843 0.054839 0.023495 0.029086 -0.021257 0.007851 -0.002959 -0.021758 -0.006582 -0.024491 -0.045828 0.032952 0.004638 0.053198 0.02524 0.048679 0.020775 -0.012599 -0.012464 -0.018451 -0.032239 -0.022315 -0.000372 -0.021751 0.041574 -0.030485 0.015687 -0.039009 -0.009294 0.012248 0.061983 -0.001877 -0.01426 0.014525 0.033216 -0.043684 -0.068246 0.072564 0.01386 0.004221 -0.054301 0.006361 0.020139 0.050701 0.033333 0.005031 0.009808 0.001304 -0.028802 0.023765 -0.035939 -0.03077 0.019315 0.031924 0.014282 -0.017529 -0.020064 0.029895 -0.030554 0.03009 0.021554 -0.035909 -0.019988 -0.008966 0.040334 -0.027471 -0.039875 -0.020436 -0.010017 -0.052415 -0.02714 0.036205 -0.005398 0.007233 -0.009354 -0.000912 -0.030068 -0.003447 0.025919 -0.062894 0.007855 0.015856 0.028695 -0.039914 -0.056714 0.002582 0.057278 -0.030752 0.016378 -0.000645 0.002431 -0.040211 -0.037543 0.018739 0.036935 0.011485 0.026723 0.024666 -0.013145 -0.006731 0.058327 -0.040222 -0.003752 -0.015451 0.018807 -0.006868 0.086933 0.010527 -0.02762 0.017596 -0.006516 -0.012681 0.00578 -0.005954 0.013061 -0.030751 -0.005088 -0.003035 0.032299 -0.008969 -0.030919 -0.008253 0.001981 -0.008052 -0.032288 -0.049872 -0.007932 -0.024965 -0.04077 0.03486 0.028959 0.006939 0.027373 -0.025888 0.015379 0.00345 -0.011136 0.041852 -0.00632 0.057208 0.072925 0.04255 0.009798 -0.001488 -0.050811 -0.040089 -0.02825 -0.006023 0.03116 -0.037009 -0.01356 0.003066 -0.025916 0.048498 -0.034924 -0.049523 -0.027413 -0.047045 -0.018681 0.010555 0.004362 0.0241 0.002058 0.017717 -0.000422 0.018626 0.010999 -0.007901 0.027408 0.066317 -0.074713 0.0004 -0.032014 0.017988 0.022492 -0.013052 -0.011461 0.02543 -0.010909 -0.023606 -0.030013 0.007554 -0.055325 0.011955 -0.087209 -0.005752 0.002183 0.018113 0.029728 0.020468 0.003811\nᠳ 0.042436 0.001959 -0.014642 -0.001617 -0.006866 0.014507 -0.018908 -0.030461 -0.022311 -0.015341 0.017526 0.008525 -0.002202 -0.003957 0.028672 -0.012532 0.00095 -0.014949 -0.001625 -0.025923 -0.023184 0.00791 0.011899 0.002068 -0.028346 0.001182 -0.011819 -0.007453 -0.021636 -0.029368 0.016654 -0.028255 -0.00849 -0.0225 0.014796 0.002946 -0.007889 0.032558 0.010892 0.002397 -0.009273 0.001566 -0.005795 -0.007121 -0.020625 -0.001339 0.006922 -0.000909 0.008076 0.02847 0.016342 0.028098 0.028326 -0.000865 0.02723 0.013662 0.00118 0.016456 -0.017851 0.021211 -0.028422 -0.026104 -0.018933 0.00497 0.015976 0.029199 0.032683 -0.00868 0.02338 0.010264 -0.058775 -0.016189 0.027404 0.027226 -0.012244 0.016044 -0.024861 0.014636 -0.03917 -0.001023 0.007958 -0.003648 0.012089 0.001068 0.000187 -0.036273 0.010472 -0.004203 -0.005162 0.000979 -0.024272 0.024138 0.018019 -0.01196 0.025716 0.009131 -0.007507 -0.037723 -0.013985 0.006808 -0.024407 0.00825 -0.009671 -0.038047 -0.005258 -0.008568 -0.003223 7.8e-05 0.037821 0.000288 0.029061 0.011775 0.016692 -0.025723 0.007116 -0.017477 -0.00176 0.004646 -0.018197 -0.014506 0.026281 0.002566 0.02551 0.003807 0.023171 0.029134 -0.01462 -0.002101 -0.003794 -0.020522 -0.015727 -0.004028 0.009065 0.035959 -0.013481 0.006149 -0.024995 0.012231 0.017058 0.035426 -0.00855 -0.003764 0.009293 0.026056 -0.024943 -0.043067 0.053471 0.024239 -0.001486 -0.026966 0.004755 -0.002578 0.027663 8e-06 -0.001589 0.004754 0.011543 -0.007453 0.010365 -0.034878 -0.016455 0.016224 0.014529 0.007481 -0.035056 -0.008809 0.006367 -0.024982 0.009865 0.014333 -0.009593 -0.016844 -0.021529 0.035178 -0.005739 -0.023204 -0.015308 -0.023827 -0.048849 -0.01392 0.015587 -0.007897 8.2e-05 -0.020808 -0.010652 -0.017338 0.000654 0.012609 -0.038715 0.016106 0.033118 0.031344 -0.01747 -0.018083 -0.000565 0.031159 -0.023807 0.007986 -0.003868 -0.025134 -0.007087 -0.008046 0.016546 0.016121 0.018132 0.023211 0.004018 -0.012201 0.002828 0.039355 -0.014972 0.001504 -0.015672 -0.002803 -0.004035 0.035482 0.022951 -0.010822 -0.001318 -0.01536 0.008924 0.0057 -0.019838 0.009413 -0.004706 -0.002817 0.00406 -6.2e-05 0.01164 -0.023724 -0.008946 -0.005381 0.007072 -0.016716 -0.027793 -0.003957 -0.015588 -0.047231 0.004379 0.018561 -0.005739 0.004468 -0.015168 0.007 0.004226 -0.000224 0.023932 -0.011198 0.046392 0.035098 0.013382 0.002256 -0.006008 -0.008942 -0.013758 -0.015026 -0.007174 0.032376 -0.033182 0.013306 -0.001823 -0.012803 0.0239 -0.035054 -0.016767 -0.025181 -0.025929 -0.007023 -0.004149 0.003637 0.005553 0.021441 0.002762 -0.00717 0.017057 0.021443 -0.016672 -0.004456 0.033725 -0.048334 0.005172 -0.017495 0.004838 0.023351 0.000955 -0.019074 0.022636 -0.011858 -0.01105 0.007427 -0.014581 -0.026901 -0.006658 -0.044407 -0.004545 0.002916 0.022287 0.021197 0.012303 -0.018221\nط 0.025135 0.001891 -0.036325 0.016422 0.003912 0.02782 0.003979 -0.006655 -0.018248 -0.025466 0.023667 0.008595 -0.006451 -0.01618 0.023129 -0.001966 0.007225 -0.01619 -0.007014 -0.030741 -0.014019 0.001673 0.002253 0.007741 0.003027 0.013983 -0.006482 -0.012524 -0.011005 -0.025039 0.019431 -0.021971 -0.013917 -0.030599 0.008967 0.013236 -0.030078 0.027535 0.00694 0.013454 -0.022402 0.006817 0.003669 -0.00057 -0.021176 -0.016587 0.027089 -0.003016 -0.003677 0.010118 0.00326 0.03841 0.026537 -0.022441 0.031767 0.004527 -0.001924 0.014957 -0.010856 0.018324 -0.025422 -0.021189 -0.007506 -0.012637 0.009964 0.020245 0.030588 -0.011319 0.027509 0.014538 -0.042549 -0.00624 0.018152 0.013685 -0.034477 0.001663 -0.023949 0.018708 -0.027225 -0.01422 0.00777 -0.001368 0.003637 0.007491 -0.016435 -0.038267 0.006114 -0.001459 -0.010093 -0.000211 -0.003038 0.018404 0.00452 -0.003895 0.016925 -0.000445 0.000103 -0.031292 0.000979 -0.002893 -0.016808 0.00519 -0.000415 -0.025636 0.008531 -0.005091 -0.01155 0.007439 0.024981 -0.006605 0.034744 0.012434 0.0178 -0.014486 0.005632 -0.000385 -0.005955 0.001913 -0.012317 -0.034556 0.016743 -0.001235 0.024632 0.016384 0.026747 0.010315 -0.006961 -0.007929 -0.007955 -0.014626 -0.009057 -1.6e-05 -0.008427 0.022664 -0.015214 0.010227 -0.025825 0.000961 0.010131 0.031335 0.000633 -0.008629 0.006507 0.017061 -0.023258 -0.03528 0.037344 0.010911 0.000691 -0.033948 0.009822 0.007138 0.027191 0.020452 0.000208 0.006257 0.001735 -0.020496 0.010738 -0.018428 -0.017433 0.011709 0.015972 0.013399 -0.013366 -0.016457 0.014826 -0.016542 0.013213 0.011408 -0.018042 -0.018476 -0.006964 0.030356 -0.010885 -0.01791 -0.007658 -0.010358 -0.031566 -0.010576 0.024555 -0.012067 0.007169 -0.010847 0.000296 -0.016628 -0.000847 0.020383 -0.037458 0.001251 0.01055 0.018806 -0.026918 -0.027501 0.002784 0.029784 -0.019319 0.009631 0.001549 0.000768 -0.020748 -0.024876 0.014054 0.01856 0.010881 0.014617 0.010374 -0.008876 -0.004202 0.02871 -0.016562 -0.004354 -0.011535 0.013944 -0.001704 0.051999 0.003511 -0.014796 0.00768 -0.004098 -0.003202 0.007776 -0.004073 0.003954 -0.020328 -0.002908 0.000511 0.012248 -0.005309 -0.01771 -0.002182 -0.002657 -0.00865 -0.015685 -0.023727 -0.002104 -0.0112 -0.020298 0.017335 0.013892 0.005071 0.011676 -0.019228 0.005474 0.004246 -0.002614 0.024768 -0.00329 0.027769 0.040606 0.019604 0.003194 -0.003436 -0.027689 -0.02554 -0.018677 -0.002563 0.01817 -0.021138 -0.00656 0.002684 -0.012791 0.024721 -0.024105 -0.022487 -0.018066 -0.026027 -0.011913 0.007469 -0.000371 0.012902 -0.000887 0.010093 -0.001281 0.008897 -0.002774 -0.002835 0.012291 0.037389 -0.038287 -0.000467 -0.017481 0.01397 0.0096 -0.014735 -0.001066 0.015218 -0.010115 -0.015759 -0.015376 0.008138 -0.031564 0.005056 -0.048974 -0.006044 0.004396 0.008132 0.010115 0.012499 0.001121\nֶ 0.048265 0.009698 -0.078433 0.045384 0.022409 0.068124 0.018563 0.00676 -0.022887 -0.047727 0.051572 0.023541 -0.008419 -0.054961 0.053334 -0.007431 0.009636 -0.041417 -0.017876 -0.070621 -0.02788 -0.000655 0.013278 0.024017 0.009056 0.036134 -0.012532 -0.009169 -0.021097 -0.035183 0.035516 -0.050105 -0.025349 -0.064524 0.012476 0.024133 -0.060749 0.069324 0.021949 0.03944 -0.048041 0.016717 -0.002234 0.006738 -0.038581 -0.047277 0.061801 -0.002283 -0.003584 0.036876 0.007684 0.098816 0.061274 -0.053373 0.066818 0.009531 -0.010946 0.032462 -0.019315 0.048586 -0.044508 -0.055595 -0.013949 -0.0204 0.02348 0.025782 0.060572 -0.016591 0.052651 0.028045 -0.072059 -0.002929 0.031208 0.025672 -0.0801 0.01091 -0.042779 0.040096 -0.045427 -0.02653 0.024752 0.003092 -0.000824 0.033126 -0.039086 -0.084685 0.007982 -0.00279 -0.031333 -0.013051 -0.019274 0.038264 0.000626 -0.033473 0.012437 -0.019641 -0.002588 -0.059145 -0.004422 -0.017856 -0.025022 0.00297 0.008107 -0.047374 0.020262 -0.009161 -0.020907 0.014234 0.048887 -0.001473 0.065825 0.023143 0.033933 -0.02095 0.01546 0.011014 -0.019238 0.005839 -0.019964 -0.067816 0.035179 -0.000789 0.060977 0.039218 0.056097 0.017434 -0.018366 -0.035784 -0.027845 -0.0242 -0.028754 -0.000781 -0.02543 0.044901 -0.037305 0.031263 -0.0413 0.008133 0.004632 0.077653 -0.00569 -0.017788 0.019342 0.050623 -0.05469 -0.06556 0.06383 -0.002436 0.000425 -0.060177 0.003756 0.02226 0.045753 0.045919 -0.0095 0.014227 -0.002549 -0.030204 0.021517 -0.036481 -0.024528 0.030243 0.032036 0.017149 -0.022735 -0.026596 0.032556 -0.039706 0.033209 0.041933 -0.049581 -0.038261 -0.018199 0.057521 -0.030966 -0.047261 -0.021274 -0.011566 -0.053884 -0.034954 0.056063 -0.003929 0.003416 -0.009357 -0.015546 -0.026723 0.006275 0.03742 -0.093812 0.004548 0.016352 0.046507 -0.047834 -0.06498 -0.001744 0.059584 -0.032661 0.016496 0.001473 0.00778 -0.059844 -0.06022 0.02245 0.04184 0.028806 0.017825 0.025721 -0.009742 -0.018954 0.059099 -0.047242 -0.010831 -0.016991 0.030119 0.004572 0.113434 0.008719 -0.031355 0.000108 0.003866 -0.010604 0.016464 -0.016048 0.004763 -0.045305 0.005128 0.000336 0.016856 -0.021386 -0.028625 -0.00396 0.003446 -0.010825 -0.04672 -0.056565 -0.004529 -0.027158 -0.048854 0.059464 0.044772 0.013131 0.047626 -0.036149 0.026358 0.012516 -0.029995 0.067565 -0.020186 0.060882 0.086742 0.044093 0.016617 0.016755 -0.083643 -0.056913 -0.034132 -0.000134 0.032695 -0.028816 -0.028332 0.014849 -0.010819 0.05497 -0.038312 -0.053099 -0.029629 -0.053483 -0.022481 0.015431 -0.001882 0.033034 -0.01031 0.010466 -0.002741 0.027106 0.012089 0.004589 0.039025 0.074814 -0.076728 -0.010374 -0.027779 0.029521 0.027598 -0.044011 0.000404 0.029786 -0.023729 -0.032571 -0.028198 0.016231 -0.069511 0.024047 -0.098922 -0.017505 0.005921 0.026909 0.020058 0.039903 0.004962\n¸ 0.019196 -0.006461 -0.012158 -0.019303 -0.010749 -0.009091 0.007184 -0.012077 -0.013037 -0.001025 0.010247 -0.010771 0.004416 -0.008153 0.003618 0.004693 0.007645 0.009562 -0.008681 -0.004238 -0.002124 -0.000679 -0.012686 -0.003431 0.010803 -0.003582 -0.005732 -0.00012 -0.004161 0.011219 0.001372 0.002412 0.02835 0.005817 0.026794 0.002083 -0.025158 -0.000898 0.010658 -0.006803 -0.020453 -0.008021 -0.00439 0.004718 -0.006445 -0.02103 0.002676 0.003956 -0.005357 0.011026 0.001598 -0.006989 0.017424 -0.028423 0.019055 0.017765 -0.002167 0.008352 0.004595 -0.019691 -0.000442 0.002328 -0.012346 -0.008987 -0.014757 -0.005754 0.013094 -0.009732 0.021725 0.007215 0.003956 0.006951 -0.010689 -0.000344 -0.007208 0.005031 0.002221 -0.016537 -0.005339 0.000674 -0.018115 -0.00736 0.014117 -0.001749 -0.018587 0.005367 -0.001028 -0.000828 0.008197 0.004333 -0.00062 0.013594 0.005777 -0.001228 -0.002218 0.001274 0.003163 -0.011712 -0.004295 -0.004887 -0.010471 0.006887 0.005622 -0.008228 -0.013383 -0.015235 -0.011661 -0.00094 -0.001729 -0.020251 -0.003268 -0.003691 0.003591 0.012883 -0.006024 -0.004538 0.001393 0.009163 0.005859 0.003641 -0.001802 0.001676 -0.002473 0.010543 -0.013654 -0.007551 0.019951 0.01672 -0.000903 -0.013504 -0.01137 0.007211 -0.013628 0.003999 0.005918 -0.018449 -0.004595 -0.005766 0.016067 0.00088 0.014161 0.007504 -0.008391 0.002202 -0.017221 0.00724 0.024492 -0.01525 0.009515 -0.028106 -0.024721 0.002466 -0.009382 0.005428 -0.03024 -0.005971 0.00159 -0.006019 -0.018808 0.008908 -0.020641 -0.007873 0.00243 -0.003097 0.014088 0.008439 -0.000907 0.004201 0.013798 0.009192 0.009405 0.010571 -0.006893 -0.012465 0.010181 0.013008 -0.008066 0.000488 0.004648 0.016263 0.015901 -0.007695 0.012812 -0.006027 -0.02476 -0.010755 -0.014902 0.022694 -0.003089 -0.012213 0.00467 0.011281 -0.004649 -0.00509 0.006521 0.008691 -0.005075 -0.002424 0.014716 -0.003635 -0.002148 -0.020342 0.004654 -0.000692 0.005996 -0.017156 0.009054 0.011509 0.006345 0.006467 -0.020961 0.006248 0.013363 0.018323 0.010463 -0.004668 -0.008261 -0.008694 0.012675 0.000496 0.002831 0.011539 -0.017321 0.000796 -0.005239 -0.001177 -0.016673 -0.002876 0.006091 -0.004001 0.006893 -0.002478 -0.012 -0.006003 0.007395 0.003515 -0.0201 -0.00584 -0.006961 -0.016908 -0.000449 0.004775 0.013915 0.041069 0.004859 -0.004847 -0.002163 -0.002972 -0.013562 0.009429 0.031746 -0.0013 0.017712 0.002699 -0.012096 0.004439 0.00625 -0.014641 -0.009664 -0.00982 -0.001265 -0.006822 -0.007015 -0.001106 -0.023847 -0.000304 0.02139 0.003335 0.010297 0.001618 0.018259 -0.00899 -0.005486 0.015468 0.014237 -0.018801 -0.000722 0.024613 0.011254 -0.020409 0.005978 0.011155 -0.00638 0.012893 -0.02081 -0.011472 0.001426 -0.008272 -0.017613 -0.005338 0.011935 -0.004713 0.00053 -0.003928 -0.010339 -0.00319 -0.022604 -0.015276 0.015008 -0.012447\nκ 0.025537 0.00133 -0.042862 0.026926 0.00972 0.035238 0.007286 -0.000866 -0.012805 -0.02911 0.03739 0.012249 -0.011766 -0.02537 0.030004 -0.009228 0.009363 -0.021222 -0.013473 -0.034869 -0.011546 0.006809 0.008045 0.014713 0.008824 0.016909 -0.007209 -0.012179 -0.012802 -0.020139 0.023218 -0.031204 -0.017741 -0.037097 0.011356 0.017725 -0.033732 0.037415 0.009235 0.019071 -0.030669 0.010176 -0.002244 0.006969 -0.02342 -0.025175 0.031268 0.00231 0.003209 0.012057 0.010115 0.045599 0.034687 -0.028229 0.040714 0.007345 0.000429 0.021576 -0.014336 0.022911 -0.030283 -0.028936 -0.008373 -0.017365 0.010245 0.021911 0.034509 -0.019106 0.027873 0.017295 -0.044769 -0.005043 0.022628 0.010396 -0.047504 0.001826 -0.031797 0.022034 -0.025951 -0.015904 0.010768 -0.000185 -0.000582 0.017237 -0.018715 -0.047956 0.002463 -0.001706 -0.017171 0.003085 -0.004525 0.025491 5.1e-05 -0.007471 0.00912 -0.008936 -0.000197 -0.029888 -0.006349 -0.008636 -0.012098 0.001721 -0.00262 -0.029938 0.016993 -0.007438 -0.0126 0.011461 0.029622 -0.008085 0.042496 0.017681 0.022704 -0.011257 0.005177 0.004998 -0.002669 0.002348 -0.014513 -0.038452 0.023508 -0.000475 0.035901 0.021103 0.031362 0.004598 -0.00406 -0.013722 -0.010316 -0.013261 -0.012205 -0.000152 -0.017331 0.027624 -0.016485 0.011703 -0.026709 0.00413 0.005559 0.045435 -0.008247 -0.012149 0.010334 0.025665 -0.033498 -0.045569 0.039588 0.007778 0.003403 -0.044824 -0.000745 0.006946 0.031701 0.024417 -0.000619 -0.000159 -0.001154 -0.022654 0.012324 -0.021686 -0.014286 0.015436 0.021649 0.016448 -0.016077 -0.013203 0.02239 -0.019804 0.019159 0.01807 -0.029872 -0.023892 -0.010759 0.034917 -0.0143 -0.025926 -0.005423 -0.009912 -0.034836 -0.014777 0.03034 -0.016476 0.003896 -0.004407 -0.005708 -0.011856 0.001025 0.017589 -0.0575 -0.000453 0.015186 0.028155 -0.033078 -0.035353 0.003118 0.033217 -0.016308 0.012542 0.004192 0.001102 -0.03382 -0.031296 0.016635 0.021843 0.013419 0.012677 0.011269 -0.01272 -0.001851 0.031619 -0.016231 -0.006514 -0.011931 0.011851 -0.00124 0.063815 0.005858 -0.018785 0.003806 -0.003388 -0.005986 0.011256 -0.011067 0.006603 -0.022472 -0.004535 0.002164 0.014327 -0.004757 -0.027994 -0.004143 0.002409 -0.003868 -0.021149 -0.02971 6e-06 -0.015255 -0.033034 0.02642 0.028366 0.008804 0.025225 -0.020514 0.009428 0.009144 -0.004502 0.036553 -0.002026 0.033815 0.050379 0.023773 0.004665 0.000342 -0.036361 -0.033519 -0.022103 -0.003909 0.015157 -0.021268 -0.0124 0.009779 -0.004987 0.026627 -0.021964 -0.026229 -0.015147 -0.025768 -0.01982 0.005208 -0.000419 0.018119 -0.004805 0.00664 -0.003141 0.001358 -0.000289 -0.00326 0.018629 0.039842 -0.041919 -0.005361 -0.017392 0.011014 0.013996 -0.022184 -0.003778 0.013926 -0.00725 -0.019126 -0.016177 0.004735 -0.036653 0.006461 -0.06137 -0.008841 0.00344 0.010333 0.009996 0.016335 0.000309\nຼ 0.037702 0.001262 -0.049715 0.016212 0.000626 0.031316 -0.001422 0.003267 -0.02325 -0.036158 0.025619 0.011185 0.001627 -0.017451 0.018856 -0.0012 0.008409 -0.022555 -0.004557 -0.040289 -0.020664 0.013609 0.008707 0.016771 -0.004707 0.007094 -0.016492 -0.004849 -0.009416 -0.027594 0.020589 -0.044249 -0.017153 -0.042837 -0.007596 -0.009951 -0.033898 0.03158 0.002604 0.010785 -0.025682 0.006836 0.006988 -0.00559 -0.023332 -0.028504 0.028641 -0.013029 -0.000982 0.027283 -0.010839 0.043603 0.037703 -0.02215 0.04384 0.004446 -0.004019 0.015947 0.004526 0.014221 -0.033324 -0.027774 -0.007524 -0.019964 0.021292 0.016028 0.04463 -0.00712 0.041327 0.012515 -0.053234 -0.009756 0.020117 0.00942 -0.044053 0.004104 -0.029696 0.018853 -0.033521 -0.003947 0.019835 -0.005058 -0.003414 0.014374 -0.021056 -0.052181 0.00346 -0.00693 -0.002616 -0.008228 -0.003883 0.028462 0.007788 -0.018405 0.01171 -0.012326 -0.005037 -0.038937 0.000556 0.001184 -0.029363 0.001842 0.009884 -0.027332 0.01733 -0.008724 -0.010639 0.010376 0.034625 -0.002817 0.041051 0.019337 0.019886 -0.015403 0.00751 -0.005578 -0.006422 -0.003131 -0.004858 -0.033095 0.018692 0.001302 0.035587 0.016805 0.031742 0.000559 -0.022374 -0.008491 -0.009653 -0.015833 -0.013534 -0.007641 -0.006311 0.033281 -0.030622 0.011241 -0.042095 0.006585 0.010187 0.046827 -0.005679 -0.004631 0.004279 0.021373 -0.032539 -0.04807 0.042942 0.01509 -0.004011 -0.038343 0.0092 0.012743 0.036159 0.02029 0.006745 0.008684 0.010855 -0.013261 0.012236 -0.025809 -0.025804 0.007056 0.018706 0.004741 -0.013804 -0.021164 0.023225 -0.019017 0.026377 0.01137 -0.016437 -0.014216 -0.010454 0.037855 -0.02226 -0.023139 0.001649 -0.006087 -0.037624 -0.025896 0.03138 -0.002331 0.009679 -0.01547 -0.005091 -0.022663 0.005524 0.023621 -0.047018 0.004072 0.013741 0.029983 -0.027636 -0.033708 -0.012773 0.029507 -0.019091 0.021304 0.01005 -0.002166 -0.020019 -0.032954 0.020688 0.027504 0.007538 0.035382 0.008014 -0.000238 -0.014363 0.030721 -0.017903 -0.003458 -0.013278 0.016496 0.007444 0.047373 0.016307 -0.020999 0.013951 -0.00388 0.005332 0.009504 -0.003285 -0.00473 -0.02043 -3.1e-05 0.007404 0.005372 -0.011008 -0.010098 -0.015812 -0.00091 -0.00058 -0.025945 -0.040329 -0.003702 -0.015043 -0.030619 0.022942 0.021477 0.004513 0.019549 -0.032801 0.022494 -0.002517 -0.006331 0.030651 -0.008222 0.039889 0.046723 0.022056 0.019927 0.003638 -0.03505 -0.034702 -0.014266 0.007225 0.030033 -0.027241 -0.014209 -0.000909 -0.002362 0.022816 -0.022375 -0.031899 -0.034377 -0.029188 -0.019187 0.007321 0.006713 0.030938 0.007034 0.017321 -0.006197 0.017457 -0.010616 0.008169 0.01816 0.037167 -0.048256 -0.017842 -0.015812 0.015798 0.011025 -0.021733 0.002761 0.010877 -0.00343 -0.019235 -0.005939 0.000297 -0.032588 -0.001461 -0.066422 -0.019052 0.003882 0.015762 0.016213 0.018675 0.005737\nਿ 0.036803 0.003854 -0.079782 0.003635 0.016706 0.054738 0.021886 -0.036932 -0.020227 -0.05298 0.062116 0.02458 -0.011293 -0.026427 0.06274 -0.017717 0.019257 -0.008244 -0.019801 -0.084449 -0.027908 0.00761 0.010158 0.015024 -0.005492 0.011135 -0.025315 -0.021976 -0.000454 -0.051914 0.0257 -0.054059 -0.033621 -0.046488 0.016691 0.021965 -0.05018 0.086664 0.01698 0.037015 -0.056789 0.023238 0.013546 -0.009425 -0.037395 -0.013999 0.058564 -0.002541 -0.006774 0.005345 -0.010452 0.072369 0.047177 -0.037987 0.050104 0.005683 -0.025753 0.025952 -0.002052 0.028862 -0.076134 -0.064369 0.009838 -0.013046 0.02157 0.04154 0.069631 0.007512 0.067602 0.019321 -0.076622 0.001869 0.038202 0.03154 -0.077814 0.00613 -0.067196 0.032853 -0.073383 -0.013847 0.0125 -0.022336 0.005354 0.002902 -0.048297 -0.073711 0.027559 -0.019806 -0.017899 -0.00342 -0.014338 0.030691 0.043057 -0.000865 0.045875 -0.00414 -0.010327 -0.059228 -0.001122 -0.014622 -0.055599 0.009993 0.01828 -0.032768 0.027366 -0.004091 -0.040455 0.026802 0.069268 0.015266 0.070951 0.038343 0.040917 -0.040987 -0.000928 -0.01187 0.011753 -0.005813 -0.037686 -0.037514 0.039303 0.012996 0.058324 0.04344 0.046969 0.035442 -0.00964 -0.012038 -0.027056 -0.03094 -0.014947 -0.004883 -0.019571 0.073705 -0.035355 0.019694 -0.044363 0.017435 0.031071 0.060546 0.010197 -0.016422 0.021831 0.028877 -0.07464 -0.076003 0.083975 0.02138 0.006291 -0.049019 0.014594 0.020153 0.055289 0.033863 0.008393 0.004618 0.012393 -0.027717 0.039949 -0.045297 -0.048271 0.006096 0.040252 0.014621 -0.029241 -0.007855 0.045875 -0.029258 0.032949 0.022569 -0.044831 -0.036435 -0.007452 0.042625 -0.04137 -0.041118 -0.027052 -0.005834 -0.073087 -0.03363 0.041439 -0.028839 0.016497 -0.024245 -0.005008 -0.033092 0.022091 0.027508 -0.063696 0.000629 0.034684 0.04037 -0.041296 -0.022883 -0.015535 0.068828 -0.051545 0.032796 0.012547 -0.000435 -0.053911 -0.054151 0.007519 0.038209 0.047343 0.034353 0.028701 -0.013869 -0.013095 0.074721 -0.020952 -0.008601 -0.000684 -0.005894 -0.004757 0.091435 0.024944 -0.016303 0.038984 -0.008069 -0.019946 -0.005387 0.003959 0.003004 -0.03206 0.007946 -0.012694 0.030979 -0.013168 -0.041042 0.000777 -0.007878 -0.012889 -0.032683 -0.061863 -0.017256 -0.014788 -0.063867 0.030054 0.021582 0.014205 0.018304 -0.032254 0.018668 -0.008301 0.003684 0.049373 -0.017979 0.081915 0.079185 0.04333 0.021891 -0.010524 -0.055269 -0.036858 -0.035094 -0.010063 0.069307 -0.050876 -0.02434 0.006822 -0.040489 0.044831 -0.027223 -0.067178 -0.033091 -0.063894 -0.022037 0.014376 0.001121 0.032468 0.030883 0.024028 -0.013621 0.023668 -0.002312 0.001356 0.028596 0.084146 -0.091528 -0.00143 -0.032046 0.023829 0.031247 -0.009383 -0.009873 0.041408 -0.007521 -0.048103 -0.031209 -0.006429 -0.060903 0.018999 -0.124702 -0.00881 0.013001 0.036016 0.01437 0.000795 0.005574\nা 0.021552 0.005843 -0.054705 0.014056 0.007428 0.033807 -9.7e-05 -0.010463 -0.013949 -0.029313 0.04187 0.011449 -0.008786 -0.021505 0.03866 -0.009666 0.002647 -0.018377 -0.015651 -0.056457 -0.01213 -0.001785 0.005082 0.014573 0.006285 0.020244 -0.010271 -0.017034 -0.014075 -0.031157 0.019505 -0.030512 -0.019742 -0.041279 0.007105 0.012579 -0.035611 0.04254 0.00939 0.022339 -0.031717 0.00414 0.00068 0.000448 -0.03265 -0.018342 0.03457 -0.005853 -0.003549 0.015626 -0.006717 0.044108 0.033894 -0.035731 0.03914 0.00442 -0.008523 0.0236 -0.004272 0.032638 -0.034881 -0.036431 0.004826 -0.017943 0.015752 0.024476 0.03757 -0.000925 0.041665 0.018102 -0.055145 -0.003191 0.013626 0.022759 -0.043475 0.006344 -0.032956 0.023444 -0.045371 -0.017211 0.011883 -0.005116 0.005317 0.007718 -0.023042 -0.038183 0.000122 -0.002088 -0.019179 -0.006823 -0.012066 0.024758 0.009735 -0.012438 0.022565 0.001342 -0.008194 -0.035616 -0.000664 -0.003623 -0.022291 0.008956 0.000755 -0.029959 0.015116 -0.004654 -0.014516 0.014024 0.034601 -0.005041 0.048649 0.023167 0.026323 -0.025559 0.001983 -0.006511 0.000589 -0.007519 -0.019829 -0.036717 0.041042 0.011964 0.038127 0.029 0.034843 0.013769 -0.01151 -0.005165 -0.008662 -0.023496 -0.019911 0.00303 -0.014491 0.036039 -0.011449 0.008947 -0.032825 0.009608 0.0107 0.051802 0.001485 -0.014469 0.006707 0.023853 -0.04584 -0.054865 0.056024 0.019946 0.010453 -0.046183 -0.001575 0.020181 0.026953 0.021005 0.00475 -0.001943 0.011088 -0.023793 0.011561 -0.02088 -0.026128 0.015866 0.015762 0.014186 -0.010136 -0.020003 0.016225 -0.019743 0.025332 0.01211 -0.0318 -0.016551 -0.010697 0.035753 -0.025005 -0.032867 -0.002737 -0.003578 -0.037486 -0.022319 0.032139 -0.012862 0.008508 -0.015741 -0.004746 -0.019233 0.010449 0.030743 -0.049776 -0.002003 0.019704 0.028613 -0.03913 -0.035944 -0.000413 0.034459 -0.01741 0.013873 0.002292 -0.005926 -0.041875 -0.039207 0.01095 0.033383 0.019154 0.009111 0.025966 -0.005792 -0.003744 0.038225 -0.02597 -0.012774 -0.003968 0.011247 -0.002836 0.068291 0.014286 -0.02822 0.013979 0.007348 -0.002867 -0.000361 0.000994 0.002097 -0.033738 -0.006298 -0.000787 0.025202 -0.008846 -0.020432 -0.007505 -0.000322 -0.004026 -0.033282 -0.043536 -0.017689 -0.016004 -0.037135 0.024857 0.018634 0.011536 0.032495 -0.021177 0.01748 -0.005447 0.002961 0.032789 -0.015625 0.037784 0.051803 0.009635 0.002195 0.00408 -0.038625 -0.026908 -0.022529 -0.015805 0.032662 -0.028745 -0.01052 -0.00163 -0.013546 0.036282 -0.02949 -0.034119 -0.020562 -0.026087 -0.022359 0.012777 0.003106 0.027458 0.00595 0.018653 0.000441 0.014967 -0.001682 0.003644 0.017448 0.057196 -0.053809 -0.003102 -0.011657 0.022448 0.022364 -0.018806 -0.009059 0.022555 -0.010445 -0.02557 -0.001439 0.009402 -0.043056 0.014595 -0.071144 -0.011846 0.002951 0.017013 0.019256 0.016248 0.005894\n၃ 0.009275 -0.014711 0.033667 -0.02255 -0.011127 0.036068 -0.013408 -0.01958 -0.005996 -0.032725 0.030063 0.050074 -0.006967 0.010708 0.037462 -0.030515 0.00826 0.008925 0.020555 -0.026195 -0.004877 -0.012549 0.03544 -0.037669 -0.050785 0.004722 -0.060238 0.003231 -0.001683 -0.022782 -0.02453 -0.002258 -0.024259 -0.001897 0.026388 -0.022917 0.025558 0.001361 -0.044906 0.009636 -0.015017 0.000522 0.007351 -0.02612 -0.039596 0.019157 -0.023231 0.036457 0.017251 -0.043183 7.4e-05 0.009775 -0.000607 -0.028572 0.002306 0.011145 -0.045894 -0.032192 -0.016476 -0.017955 -0.022032 0.012842 -0.011686 0.024434 -0.040572 -0.041305 0.006716 0.00738 0.035494 0.013713 -0.015803 -0.003881 0.028942 0.045587 0.012426 -0.021582 0.006774 0.017651 -0.058062 0.009261 -0.03598 -0.018348 -0.006571 -0.028914 -0.02718 0.020806 -0.008312 0.046134 -0.016438 -0.037841 -0.01804 0.000291 0.022566 -0.028364 0.017909 -0.018036 -0.028462 0.001957 -9.9e-05 0.029728 -0.047738 0.00787 0.02468 -0.028871 -0.014784 -0.00127 -0.014979 -0.007599 0.016284 -0.007016 0.012043 0.045166 -0.011766 0.016951 -0.00154 -0.001272 0.055862 -0.002454 -0.007643 0.024912 -0.043072 0.021119 0.017675 0.051013 0.054803 -0.025859 0.011476 -0.002638 -0.013116 -0.039887 0.00336 -0.001383 -0.002852 -0.003348 0.019924 -0.001179 0.032644 -0.000413 0.009444 0.012359 -0.003684 0.006257 -0.001393 -0.000783 -0.061023 -0.033213 0.05535 0.045564 -0.004957 -0.008417 0.012496 -0.005503 0.03334 -0.054634 -0.011641 0.000393 0.044843 0.004034 0.033772 -0.012019 -0.06453 0.002395 0.003526 0.004982 -0.027189 0.012654 0.007438 0.006828 -0.008928 -0.004549 0.028934 -0.057931 -0.036002 -0.0089 0.007007 -0.004822 0.000388 -0.023522 0.008407 0.010792 -0.000155 -0.018542 0.026289 -0.015967 0.004033 -0.033814 -0.013593 -0.008856 0.040374 -0.012331 -0.00094 -0.02225 -0.051142 0.017341 0.032106 0.004745 -0.003298 0.038815 -0.007607 -0.031251 -0.033072 0.009671 -0.01331 0.024585 -0.026097 -0.002995 -0.01276 0.022473 -0.012065 0.010107 -0.009019 -0.014146 -0.02921 -0.020879 0.004707 0.000653 0.044699 -0.016641 -0.022988 0.021533 0.014688 0.003334 -0.004374 0.035789 0.019213 0.002636 0.013155 0.024178 0.028489 -0.006813 0.015544 -0.018851 -0.018173 -0.027696 -0.019572 0.003951 -0.005366 -0.019029 0.016193 -0.054144 -0.00772 0.017895 -0.023083 -0.043747 0.009145 0.010691 -0.008131 -0.013001 -0.040435 -0.031517 0.020107 -0.009446 -0.028427 0.041091 0.036907 -0.001976 -0.037809 -0.023264 -0.020859 0.029986 -0.012778 0.010512 -0.001898 0.005214 0.004607 0.006454 0.003107 -0.005657 0.034596 -0.042499 0.017799 0.022195 0.017229 -0.008026 -0.011617 0.001862 -0.027355 -0.015075 0.082334 -0.014577 0.030671 -0.018315 0.018643 -0.001084 0.022443 -0.0366 -0.003693 -0.009346 -0.040272 0.00332 0.020458 -0.012748 -0.007315 -0.051202 -0.004298 0.057148 0.01104 0.041058 -0.032086 -0.014458\nែ 0.026932 0.012709 -0.034362 0.017453 0.002186 0.024822 0.007909 -0.01096 -0.016227 -0.024935 0.03227 0.004578 -0.005064 -0.015023 0.017066 -0.009466 0.005128 -0.021255 -0.006633 -0.040228 -0.009455 0.009099 0.006835 0.012073 -0.005504 0.014111 -0.009382 -0.012126 -0.005007 -0.022651 0.02011 -0.023047 -0.012805 -0.031831 0.00561 0.012593 -0.027391 0.037981 0.003083 0.015588 -0.025902 0.008304 -0.003251 -0.003743 -0.027331 -0.015934 0.019761 -0.007415 -0.003328 0.01655 -0.007122 0.036714 0.026146 -0.013982 0.03975 0.002237 0.006019 0.019323 -0.005374 0.02648 -0.030277 -0.020414 -0.008652 -0.019621 0.012469 0.013222 0.038417 -0.020538 0.024716 0.009935 -0.040525 -0.014063 0.020074 0.01615 -0.035138 0.002398 -0.019519 0.025933 -0.015623 -0.010799 0.018052 0.001544 0.007033 0.01585 -0.010448 -0.038547 0.004072 -0.006454 -0.007084 -0.010362 7.2e-05 0.016572 0.010397 -0.001441 0.010654 -0.012611 0.002586 -0.033797 0.004019 -0.006371 -0.015654 0.000884 0.005909 -0.025721 0.01687 -0.005265 -0.013298 -0.004 0.037701 -0.008805 0.036532 0.008783 0.021032 -0.009743 0.003243 -0.010241 0.002622 -0.002573 -0.014361 -0.040884 0.031743 -0.005004 0.027689 0.008911 0.027906 0.011184 -0.010503 -0.009757 -0.011079 -0.008993 -0.004754 -0.009117 -0.009893 0.028302 -0.022273 0.011578 -0.025745 -0.005328 0.004632 0.028514 -0.010476 -0.007555 0.004389 0.017018 -0.037242 -0.036231 0.045839 0.01001 0.009131 -0.03276 0.012456 0.000544 0.026246 0.011015 -0.00085 -0.000572 0.001553 -0.021877 0.012368 -0.01933 -0.010129 0.017828 0.024274 0.012767 -0.008233 -0.017184 0.025164 -0.008656 0.015562 0.015932 -0.030107 -0.03338 -0.009969 0.036157 -0.006847 -0.014298 0.001991 -0.005816 -0.036383 -0.021631 0.026569 -0.009328 0.006697 -0.020552 0.000691 -0.008865 0.010476 0.008962 -0.041233 0.002346 0.014328 0.016985 -0.023619 -0.021479 0.005965 0.033053 -0.021653 0.026118 0.003518 0.008408 -0.017339 -0.019364 0.010733 0.017951 0.020448 0.015617 0.006432 -0.003558 -0.011973 0.030495 -0.014429 -0.008182 -0.004164 0.00634 -0.001879 0.047712 0.013953 -0.011162 0.004493 0.003551 -0.000465 0.007814 -0.004431 -0.000463 -0.015982 0.001496 -0.0004 0.018298 -0.001034 -0.023818 -0.009018 -0.002341 -0.007855 -0.025702 -0.026957 -0.006866 -0.008419 -0.027101 0.020152 0.007428 0.007111 0.017431 -0.0267 0.017907 -0.009452 0.002703 0.022138 -0.000305 0.033822 0.054661 0.017492 0.008947 -0.001713 -0.028818 -0.027805 -0.01467 0.001459 0.022127 -0.019332 -0.005234 0.005485 -0.011737 0.017098 -0.027164 -0.02064 -0.025597 -0.021248 -0.01338 0.010465 -0.000681 0.010109 -0.001604 0.01202 -0.001855 0.008386 -0.005459 0.012593 0.009996 0.034816 -0.036216 0.005593 -0.013798 0.012975 0.011094 -0.012333 -0.01323 0.014842 -0.006487 -0.019671 -0.007052 0.007282 -0.036319 0.005687 -0.057661 -0.012627 -0.000619 0.006531 0.006354 0.014599 0.001973\nṇ 0.023343 0.003815 -0.045431 0.028099 0.013957 0.032977 0.011555 0.000572 -0.013928 -0.024624 0.035274 0.011128 -0.006155 -0.018114 0.026736 -0.00381 0.002943 -0.021724 -0.008258 -0.033423 -0.006186 0.013921 -0.002574 0.017498 0.012997 0.014386 -0.013234 -0.009082 -0.013663 -0.017468 0.020661 -0.027824 -0.017063 -0.036825 0.013866 0.014624 -0.046264 0.032381 0.002244 0.014237 -0.024998 0.009548 -0.005739 0.002454 -0.02537 -0.027715 0.034022 0.004331 0.002928 0.019902 0.017424 0.042596 0.028764 -0.027806 0.037177 0.00774 0.002106 0.025122 -0.010313 0.023406 -0.024707 -0.029051 -0.013127 -0.018952 0.00994 0.025967 0.033714 -0.021287 0.026795 0.017647 -0.045976 -0.009376 0.029152 0.018871 -0.043449 0.007382 -0.03308 0.026289 -0.015529 -0.017331 0.009716 -0.006394 4.4e-05 0.024679 -0.019845 -0.043598 0.001276 -0.006953 -0.010362 -0.004532 -0.001721 0.023263 0.001737 -0.006459 0.008974 -0.005919 0.002774 -0.038595 -0.002996 -0.006277 -0.020467 -0.001399 -0.012217 -0.029027 0.016206 -0.003454 -0.015224 0.008446 0.0304 -0.008595 0.043248 0.020669 0.025165 -0.020304 0.008472 0.007555 -0.005789 0.001436 -0.011451 -0.03824 0.021731 -0.006971 0.040878 0.02253 0.024361 0.010856 -0.003804 -0.015744 -0.012486 -0.01639 -0.010684 -0.002925 -0.017182 0.02276 -0.015893 0.015006 -0.026421 0.006274 0.003071 0.04074 -0.012773 -0.010364 0.00887 0.028647 -0.036621 -0.045999 0.0399 0.002615 -0.001343 -0.042413 -0.002276 0.010254 0.036531 0.026289 -0.009809 0.003889 -0.000444 -0.024581 0.014248 -0.015262 -0.012482 0.018748 0.016391 0.022535 -0.015692 -0.015363 0.02268 -0.019915 0.017069 0.021327 -0.035891 -0.02086 -0.004149 0.026751 -0.016901 -0.023151 -0.002167 -0.003677 -0.025569 -0.017203 0.038151 -0.010357 -0.00054 -0.001411 -0.006715 -0.010765 -0.007132 0.020681 -0.068563 -0.007132 0.012894 0.028476 -0.037171 -0.040908 0.002554 0.034856 -0.018476 0.010726 0.011002 0.004185 -0.040618 -0.029019 0.012948 0.024656 0.018655 0.010937 0.01106 -0.010918 -0.0035 0.036578 -0.015915 -0.006068 -0.003365 0.01551 0.00288 0.059969 0.001434 -0.024793 0.004393 0.000593 -0.011703 0.011641 -0.009052 0.003464 -0.020458 -0.006315 -0.000929 0.011823 -0.002763 -0.025618 -0.006427 -0.002339 -0.007402 -0.026556 -0.025008 0.00282 -0.019127 -0.032118 0.023005 0.030217 0.008239 0.029535 -0.014317 0.01024 0.006708 -0.004273 0.038837 -0.002276 0.030354 0.043457 0.021853 0.00171 -0.001216 -0.035318 -0.032271 -0.011419 -0.000725 0.020672 -0.020818 -0.020358 0.006026 -0.011195 0.026838 -0.020706 -0.02144 -0.018197 -0.02928 -0.020976 -0.000633 -0.003449 0.014708 -0.002376 0.003738 0.004265 0.00493 0.002041 -0.002667 0.021104 0.030851 -0.043734 -0.004337 -0.017268 0.004768 0.014164 -0.029791 0.004117 0.007083 0.000156 -0.023393 -0.020105 0.001536 -0.034207 0.01089 -0.061877 -0.009852 0.007667 0.012458 0.016821 0.018578 0.001419\nы 0.041387 0.0091 -0.054731 0.025313 0.018987 0.038638 0.005959 -0.001153 -0.017939 -0.034992 0.045777 0.014504 -0.011708 -0.035858 0.04229 -0.014203 0.006595 -0.026984 -0.015969 -0.052851 -0.016854 -0.000369 0.009066 0.014197 0.008371 0.027552 -0.008644 -0.015057 -0.019783 -0.028569 0.021852 -0.041396 -0.01731 -0.04589 0.013033 0.020237 -0.048373 0.04836 0.006372 0.022374 -0.035182 0.013933 0.003186 0.001236 -0.03091 -0.028404 0.04119 -0.00022 -0.006626 0.022177 0.014418 0.062892 0.037902 -0.041817 0.045136 0.014747 -0.001139 0.021551 -0.007929 0.029057 -0.033132 -0.031022 -0.010158 -0.020768 0.016755 0.023607 0.037245 -0.013885 0.031116 0.016538 -0.056096 -0.007022 0.022961 0.020656 -0.058159 6.4e-05 -0.039428 0.03486 -0.030058 -0.012108 0.018026 -0.003617 -0.001176 0.029275 -0.026574 -0.060787 0.002978 0.005836 -0.029974 -0.005625 -0.011063 0.026543 0.005041 -0.023123 0.018507 -0.008311 0.004395 -0.042825 -0.002948 -0.008028 -0.019715 -0.002656 -0.001967 -0.034157 0.02088 0.002426 -0.017182 0.013361 0.04371 -0.002745 0.054038 0.028157 0.023677 -0.01075 0.017313 0.008051 -0.016565 0.000972 -0.016766 -0.045384 0.023943 0.006654 0.045139 0.033738 0.036818 0.007767 -0.007417 -0.028248 -0.015704 -0.023548 -0.023009 -0.002869 -0.014773 0.031428 -0.027603 0.015219 -0.026036 0.010769 0.010109 0.049413 -0.008206 -0.01666 0.014971 0.033539 -0.042452 -0.057587 0.050433 0.007996 0.006456 -0.044471 0.003436 0.006218 0.034437 0.029542 -0.010542 0.000929 -0.002403 -0.027538 0.020024 -0.020284 -0.023145 0.02291 0.018122 0.01814 -0.023617 -0.006646 0.027498 -0.027243 0.018437 0.027735 -0.026505 -0.029534 -0.012529 0.040457 -0.019111 -0.032237 -0.007902 -0.006575 -0.044337 -0.032412 0.039485 -0.009747 0.002048 -0.00842 -0.011196 -0.019492 0.004344 0.021769 -0.067863 0.009137 0.025696 0.031055 -0.033291 -0.044752 0.011959 0.044597 -0.016917 0.018648 0.005615 0.007811 -0.050167 -0.042458 0.014985 0.030698 0.018143 0.02004 0.012851 -0.016098 0.000811 0.041876 -0.029916 -0.004926 -0.006637 0.01999 -0.002714 0.079664 0.001338 -0.029423 0.005707 -0.007738 -0.011356 0.012246 -0.010843 0.005798 -0.018998 -0.007816 -0.001551 0.023995 -0.013637 -0.027159 -0.010017 -0.000845 -0.004918 -0.036168 -0.047679 -0.003525 -0.004929 -0.042928 0.033423 0.03088 0.006957 0.026769 -0.025899 0.018274 0.007496 -0.014286 0.05683 -0.007586 0.047745 0.059347 0.033111 0.00403 0.00966 -0.051961 -0.049606 -0.022661 -0.004008 0.030667 -0.030977 -0.012727 0.003447 -0.007946 0.03025 -0.031491 -0.030648 -0.020086 -0.035477 -0.026322 0.009199 -0.001566 0.014599 -0.004282 0.007815 -0.007405 0.016534 0.010958 0.005729 0.0101 0.043909 -0.058229 -0.004335 -0.024686 0.018077 0.016472 -0.024016 0.003435 0.020077 -0.015746 -0.022164 -0.018679 0.008111 -0.04783 0.009788 -0.073071 -0.013947 0.01455 0.017566 0.022218 0.021197 0.004361\nی 0.030711 0.00548 -0.048749 0.01444 0.004248 0.032564 0.001234 -0.008061 -0.022124 -0.032721 0.034068 0.007997 -0.007397 -0.018509 0.026256 -0.003942 0.009433 -0.015826 -0.011657 -0.046903 -0.021873 0.003538 0.007743 0.011351 -0.00044 0.016229 -0.006851 -0.01248 -0.012385 -0.030719 0.01943 -0.028391 -0.012552 -0.037481 0.007012 0.01243 -0.033945 0.037827 0.006743 0.021124 -0.030357 0.005951 0.005432 0.00143 -0.026478 -0.019943 0.03232 -0.003221 -0.002867 0.00936 0.000936 0.044018 0.026501 -0.026465 0.038679 0.005597 -0.005781 0.02007 -0.014244 0.019139 -0.027652 -0.023526 -0.010328 -0.011137 0.019579 0.018406 0.039971 -0.008474 0.037309 0.018687 -0.050321 -0.006238 0.021443 0.021128 -0.041933 -0.003025 -0.027756 0.027668 -0.037911 -0.017462 0.009388 -0.003193 -0.00079 0.008281 -0.021812 -0.044402 0.003639 -0.007796 -0.019508 -0.00692 -0.008117 0.021128 0.00793 -0.011598 0.018572 -0.006402 -0.006389 -0.037794 0.000903 -0.004601 -0.020196 0.004239 -0.001889 -0.028886 0.014748 -0.009403 -0.017107 0.012173 0.033951 -0.007239 0.042047 0.02398 0.022579 -0.020469 0.008601 -0.00164 -0.006937 0.001453 -0.015351 -0.035356 0.022275 0.002685 0.033788 0.021741 0.032295 0.01224 -0.008733 -0.009165 -0.010789 -0.015889 -0.013692 -0.001089 -0.010995 0.028617 -0.018287 0.009298 -0.030439 0.006049 0.011179 0.043159 0.000917 -0.00764 0.007861 0.0203 -0.028708 -0.047032 0.048981 0.01612 -0.000916 -0.03988 0.008535 0.006978 0.028968 0.028312 -0.004344 0.005091 0.004598 -0.01882 0.016263 -0.023141 -0.024428 0.01181 0.017734 0.014814 -0.010069 -0.013433 0.016528 -0.023613 0.019144 0.017824 -0.024817 -0.02261 -0.008366 0.036642 -0.016101 -0.024289 -0.009137 -0.012506 -0.038269 -0.017741 0.032331 -0.012522 0.004935 -0.015192 -0.001998 -0.021808 0.001939 0.023399 -0.048784 0.000574 0.012299 0.022312 -0.031473 -0.030673 0.004877 0.036333 -0.018308 0.016185 -0.001925 -0.001262 -0.030095 -0.028219 0.015545 0.025415 0.014192 0.017013 0.014385 -0.010221 -0.005502 0.038476 -0.015931 -0.00429 -0.010901 0.015 -0.002531 0.062434 0.009723 -0.020727 0.009907 -0.00203 -0.003191 0.007115 -0.006472 0.001931 -0.021057 -0.003953 0.001204 0.020674 -0.003469 -0.024492 -0.002201 0.001511 -0.001135 -0.022458 -0.037022 -0.006347 -0.019532 -0.033142 0.020757 0.013711 0.007734 0.018995 -0.023434 0.009447 0.005976 -0.000775 0.033447 -0.003856 0.040886 0.046881 0.024196 0.004659 -0.000931 -0.035231 -0.021681 -0.021284 -0.000221 0.023721 -0.028444 -0.003959 0.00251 -0.016488 0.027371 -0.030195 -0.031753 -0.019957 -0.033503 -0.012368 0.006255 0.002423 0.020329 0.000652 0.011275 -0.004051 0.012345 -0.004959 -0.000734 0.015533 0.044659 -0.048748 -0.000222 -0.021375 0.018186 0.010181 -0.015953 -0.009287 0.022232 -0.010409 -0.016039 -0.015156 0.004987 -0.03559 0.0112 -0.066746 -0.007895 0.005964 0.012826 0.013713 0.019517 0.003519\nǎ 0.027343 0.004214 -0.039285 0.017602 0.008232 0.025867 0.010698 -0.000678 -0.013962 -0.020098 0.026658 0.004476 -0.010214 -0.012711 0.024501 0.003055 0.002204 -0.017361 -0.006733 -0.029477 -0.012413 0.008057 0.003251 0.013803 0.0038 0.013866 -0.006841 -0.007074 -0.009583 -0.023657 0.016068 -0.022289 -0.009253 -0.031663 0.005842 0.018015 -0.025627 0.028553 0.008238 0.019491 -0.022709 0.007901 6.7e-05 -0.007474 -0.019282 -0.018656 0.025468 -0.001167 0.000153 0.009914 0.005918 0.035888 0.027647 -0.024617 0.029801 0.00714 -0.000396 0.014057 -0.003871 0.017889 -0.027988 -0.021636 -0.007702 -0.012334 0.011726 0.019787 0.031322 -0.014307 0.025845 0.017026 -0.038742 -0.005503 0.019402 0.015317 -0.030216 0.005976 -0.024008 0.01811 -0.021603 -0.014412 0.007295 0.00086 0.005903 0.012876 -0.015739 -0.036139 0.00455 -0.004622 -0.012333 -0.002653 -0.006645 0.0152 0.008507 -0.014143 0.01081 -0.006107 0.001109 -0.02967 -0.002816 -0.003858 -0.011029 0.003798 -0.000167 -0.023627 0.013604 -0.001579 -0.010983 0.005647 0.027321 -0.006815 0.033379 0.011317 0.017261 -0.01263 0.010475 0.002065 -0.00642 -0.002974 -0.008173 -0.032523 0.017012 -3.8e-05 0.03354 0.016466 0.022837 0.006432 -0.011374 -0.010822 -0.010275 -0.010613 -0.006093 -0.002409 -0.013578 0.023421 -0.016397 0.011255 -0.023154 -0.001527 0.00814 0.029966 -0.005964 -0.005004 0.012143 0.021643 -0.022302 -0.038324 0.03803 0.00117 0.003586 -0.030061 0.005868 0.007337 0.02615 0.025679 -0.002674 0.008035 -0.002866 -0.021711 0.011383 -0.01515 -0.014388 0.012755 0.018663 0.012293 -0.013705 -0.015122 0.014289 -0.009337 0.010542 0.016267 -0.023192 -0.017639 -0.008443 0.027028 -0.012158 -0.020228 -0.010876 -0.007766 -0.026181 -0.012647 0.025035 -0.004893 0.007437 -0.005854 -0.005813 -0.009301 0.000853 0.019107 -0.040178 0.002929 0.011896 0.018397 -0.024041 -0.026629 0.006677 0.028631 -0.016698 0.010658 0.003236 0.001173 -0.026026 -0.018754 0.012782 0.019633 0.015489 0.013274 0.008357 -0.012676 -0.005864 0.031038 -0.020077 0.00063 -0.003291 0.013369 -0.004491 0.046122 0.002667 -0.017202 0.005915 -0.005357 -0.004878 0.00769 -0.002261 0.002566 -0.018416 -1e-05 -0.000121 0.012862 -0.000538 -0.019974 -0.004846 -0.003633 -0.005285 -0.01585 -0.025984 -0.002008 -0.010563 -0.027408 0.021322 0.021392 0.00971 0.020814 -0.015649 0.010393 0.006218 -0.003798 0.031948 5.2e-05 0.026693 0.04046 0.018196 0.007019 -0.000866 -0.031541 -0.02379 -0.01572 -0.003288 0.016228 -0.016047 -0.005236 0.005041 -0.007683 0.022516 -0.017972 -0.023644 -0.017387 -0.028043 -0.012396 0.007981 -0.000554 0.01109 -0.000239 0.010865 -0.005497 0.006397 0.003557 -0.002443 0.016522 0.03428 -0.038226 -0.005097 -0.021608 0.00966 0.012585 -0.020041 -0.000527 0.01275 -0.011291 -0.019437 -0.017397 0.004004 -0.029531 0.009988 -0.047652 -0.003874 0.003303 0.008014 0.013938 0.014635 -0.00069\nი 0.032363 -0.007048 -0.031899 0.008558 0.006296 0.025003 0.001575 -0.007857 -0.013396 -0.025303 0.032142 0.005892 -0.011361 -0.018037 0.018921 -0.007853 0.011545 -0.019089 -0.005063 -0.027191 -0.00858 0.004224 0.004948 0.00702 0.000292 0.013792 -0.008295 -0.009344 -0.015118 -0.018653 0.016548 -0.027855 -0.019048 -0.028439 0.013277 0.009688 -0.031037 0.030364 0.003492 0.006226 -0.017495 0.010582 0.003365 0.000347 -0.02475 -0.008429 0.021585 -0.000804 -0.001517 0.007415 0.006764 0.036674 0.020908 -0.021805 0.031536 0.008824 0.000903 0.020374 -0.014658 0.019513 -0.022645 -0.018981 -0.003404 -0.013557 0.016916 0.015506 0.024793 -0.004892 0.023232 0.008697 -0.039309 -0.003815 0.011671 0.013227 -0.041514 -0.000112 -0.021021 0.016661 -0.027909 -0.01326 0.002302 -0.002874 -0.013085 0.007713 -0.017067 -0.032026 0.004452 0.002722 -0.011103 -0.003177 -0.007688 0.016635 0.002969 -0.007416 0.015724 -0.004796 -0.002089 -0.024687 -0.002748 0.000434 -0.017361 0.003489 -0.004815 -0.023788 0.007721 -0.006424 -0.014831 0.015457 0.034745 -0.005111 0.032527 0.016939 0.018079 -0.013795 0.006553 -0.000853 -0.003823 0.002744 -0.015476 -0.036461 0.023025 0.003739 0.025669 0.016337 0.028924 0.004541 -0.002928 -0.014785 -0.00053 -0.009648 -0.007 0.001749 -0.005699 0.025065 -0.009998 0.007887 -0.013032 0.002335 0.019888 0.032131 -0.000846 -0.007658 0.000789 0.020739 -0.030088 -0.039037 0.030182 0.00944 0.001515 -0.038648 -0.000633 0.000293 0.024691 0.007914 -0.002305 -5.2e-05 0.000857 -0.016215 0.01533 -0.018344 -0.016553 0.009709 0.009622 0.017513 -0.011094 -0.009205 0.00872 -0.02374 0.016573 0.013544 -0.020135 -0.017388 -0.004606 0.029759 -0.011247 -0.017965 -0.005666 -0.012654 -0.031267 -0.002802 0.019239 -0.010701 0.00011 -0.010751 -0.009432 -0.016909 0.00665 0.015316 -0.044251 -0.002769 0.019294 0.019007 -0.023449 -0.027611 0.005062 0.034271 -0.008791 0.011394 0.002776 0.00134 -0.02204 -0.021315 0.015145 0.014188 0.012957 0.011965 0.011251 -0.003169 0.002518 0.029629 -0.01777 -0.004434 -0.006855 0.010492 0.001348 0.05017 0.005276 -0.019219 0.00909 0.000431 0.001002 0.006809 -0.00615 0.010723 -0.01756 -0.009048 -0.000354 0.01548 -0.003284 -0.016565 -0.004109 -4e-05 0.001774 -0.017961 -0.030027 -0.003366 -0.004048 -0.031858 0.0242 0.012213 0.005797 0.014458 -0.018795 0.006379 0.005465 0.001604 0.025088 -0.004065 0.032375 0.035324 0.021627 0.012056 -0.001673 -0.026388 -0.023717 -0.019406 -0.008259 0.016884 -0.025688 -0.007861 0.005963 -0.006017 0.019678 -0.022732 -0.023122 -0.011598 -0.025084 -0.020106 0.000145 -0.006426 0.011955 0.0024 0.008408 -0.004154 0.005535 -0.001095 0.000964 0.011078 0.036721 -0.037765 -0.004127 -0.018834 0.020079 0.006363 -0.017819 -0.004599 0.014838 -0.00149 -0.010151 -0.000928 0.00201 -0.034379 0.003446 -0.051911 -0.011169 0.006779 0.013128 0.011535 0.009693 0.002196\nա 0.032303 -0.002911 -0.032633 0.016036 0.008199 0.027748 -0.00719 -0.00606 -0.007285 -0.026574 0.033111 0.004954 -0.009385 -0.020424 0.017511 -0.008151 0.016687 -0.010856 -0.001538 -0.041726 -0.017621 -0.002069 0.00467 0.013597 -0.007488 0.018316 -0.014807 -0.00883 -0.024315 -0.018894 0.021775 -0.03101 -0.008839 -0.03064 0.011633 0.01701 -0.039886 0.029712 0.011437 0.010408 -0.021347 0.007942 0.005079 0.010365 -0.030315 -0.017068 0.023366 -0.009472 -0.002174 0.009376 0.003414 0.033496 0.02814 -0.032928 0.038494 0.010414 0.005436 0.021729 -0.020579 0.016766 -0.029002 -0.019021 -0.006291 -0.012809 0.011731 0.022101 0.027975 -0.016009 0.032268 0.018709 -0.037834 -0.011191 0.014822 0.013667 -0.04578 0.004787 -0.022126 0.010899 -0.037966 -0.014783 0.006225 -0.006819 -0.013354 0.00522 -0.017863 -0.036806 0.001694 0.005236 -0.013619 -0.001777 -0.009377 0.020688 0.007327 -0.004875 0.00766 -0.006427 -0.000349 -0.028038 0.007941 -0.010431 -0.017452 0.007309 0.000167 -0.019285 0.022923 -0.002638 -0.017703 0.013965 0.034033 -0.009207 0.039744 0.021013 0.016823 -0.015723 0.005263 -0.005871 0.003929 -0.005496 -0.017911 -0.035345 0.022181 -0.005656 0.021343 0.02494 0.028823 0.013639 -0.000371 -0.012003 -0.006787 -0.019772 -0.01073 5.2e-05 -0.00281 0.026612 -0.020211 0.003954 -0.013733 -0.004447 0.014665 0.038184 0.001254 -0.008417 -0.008263 0.0164 -0.026874 -0.045873 0.040457 0.008314 0.002423 -0.030384 0.003404 0.002834 0.023598 0.011711 -0.000677 0.002295 0.004651 -0.015947 0.009504 -0.016554 -0.017791 0.015498 0.013021 0.019935 -0.020855 -0.006363 0.010976 -0.026767 0.012736 0.005804 -0.022589 -0.018699 -0.005371 0.028598 -0.010286 -0.029386 -0.003527 -0.015894 -0.03613 -0.009407 0.028333 -0.014419 0.006226 -0.012206 -0.005969 -0.016908 0.004167 0.019263 -0.046643 -0.003078 0.019076 0.013899 -0.030619 -0.019387 0.00078 0.036012 -0.008449 0.012952 0.010199 -0.003421 -0.021566 -0.021955 0.010656 0.018043 0.007927 0.014443 0.002266 -0.005369 0.005619 0.031801 -0.015999 0.000651 -0.016357 0.013952 -5.6e-05 0.055621 -0.000261 -0.022161 0.014439 -0.005455 -0.001367 0.014637 -0.007857 0.003699 -0.015558 -0.020639 0.006812 0.016865 0.0022 -0.015615 -0.007525 -0.006631 -0.000748 -0.003032 -0.02684 -0.006856 -0.010655 -0.02828 0.012588 0.014147 0.009219 0.008046 -0.021772 0.006647 0.003671 -0.005102 0.026197 0.000726 0.041386 0.036049 0.024083 0.006776 0.001559 -0.02626 -0.028763 -0.021724 -0.011734 0.019302 -0.026336 -0.008417 0.00526 -0.004363 0.024354 -0.026959 -0.028528 -0.009146 -0.017653 -0.030235 0.004809 -0.003741 0.020783 -0.003538 0.01071 -0.010664 0.011813 0.001093 -0.004132 0.013272 0.037539 -0.042612 -0.002429 -0.014564 0.015194 0.018061 -0.011756 -0.004648 0.007606 -0.006365 -0.015603 -0.007874 0.004325 -0.031626 0.000536 -0.045607 -0.008178 0.012366 0.028178 0.011216 0.01192 -0.001452\nc 0.031575 0.005121 -0.058316 0.03284 0.024824 0.035266 0.010638 0.001513 -0.02731 -0.030616 0.042235 0.007845 -0.008254 -0.033713 0.024986 -0.008537 0.008874 -0.033332 -0.008086 -0.045451 -0.01902 0.002174 -0.002226 0.017503 0.01096 0.028527 -0.00031 -0.003783 -0.009684 -0.022656 0.021092 -0.033511 -0.015556 -0.039256 0.018159 0.018665 -0.047249 0.043697 0.00926 0.024895 -0.02454 0.008286 -0.008377 0.002702 -0.026128 -0.029981 0.044941 -0.002442 0.001943 0.027959 0.009232 0.062767 0.032121 -0.035808 0.050717 0.005918 -0.006526 0.035003 -0.018435 0.024582 -0.024013 -0.036151 -0.015125 -0.01506 0.011949 0.017671 0.039502 -0.013097 0.032376 0.012942 -0.045211 -0.012375 0.028427 0.011142 -0.055357 0.006667 -0.027899 0.02911 -0.023053 -0.021707 0.011303 0.002291 -0.005206 0.031731 -0.03026 -0.065551 -0.004162 -0.005839 -0.019274 -0.009519 -0.00708 0.037291 -0.008395 -0.019824 0.003323 -0.013166 0.003792 -0.033499 -0.000731 -0.009883 -0.016594 0.002209 -0.003182 -0.020791 0.015582 -0.000153 -0.021143 0.016943 0.039296 0.003586 0.040936 0.025202 0.026277 -0.012492 0.008498 0.00585 -0.021256 0.001135 -0.010711 -0.047279 0.013863 -0.003622 0.044752 0.029121 0.035499 0.010024 -0.010273 -0.013048 -0.01508 -0.012893 -0.021772 -0.009619 -0.026918 0.025036 -0.019378 0.01616 -0.021995 0.010019 0.001809 0.056058 -0.006794 -0.00739 0.026683 0.023464 -0.042131 -0.041645 0.045884 0.002858 -0.00232 -0.046731 0.003015 0.014524 0.029761 0.035263 -0.00668 0.00535 -0.000898 -0.022884 0.0113 -0.024574 -0.014865 0.016884 0.021673 0.00535 -0.011675 -0.008597 0.025718 -0.034181 0.025504 0.031036 -0.036368 -0.025553 -0.013112 0.033876 -0.024588 -0.032316 -0.011002 0.00489 -0.030672 -0.028163 0.039816 -0.010854 -0.005188 -0.008206 -0.009403 -0.01339 7.6e-05 0.015462 -0.072968 -0.005898 0.008181 0.033445 -0.038355 -0.044267 -0.009648 0.037109 -0.012732 0.003982 0.009755 -0.000275 -0.047677 -0.035311 0.015118 0.028362 0.020997 0.008719 0.018695 -0.010383 -0.006172 0.0398 -0.03515 -0.001521 -0.005698 0.026043 0.006299 0.065916 0.008659 -0.027211 0.003611 0.004451 0.000696 0.013939 -0.003748 2.5e-05 -0.02215 -0.00689 0.00803 0.013898 -0.011217 -0.01992 0.001567 -0.00041 -0.012965 -0.03269 -0.041292 0.005716 -0.016095 -0.041321 0.03251 0.032958 0.002672 0.031944 -0.011545 0.015234 0.007818 -0.019644 0.046043 -0.005149 0.039297 0.057419 0.018943 0.015377 0.010087 -0.053216 -0.042428 -0.025637 -0.006035 0.018705 -0.019949 -0.032169 0.008058 -0.005239 0.033006 -0.019981 -0.029796 -0.01973 -0.027214 -0.008956 0.003915 -0.002268 0.027438 -0.008429 0.010895 0.00475 0.017506 0.005536 0.006179 0.028607 0.041133 -0.053524 -0.000442 -0.016406 0.009869 0.024298 -0.029132 -0.00101 0.005711 -0.010064 -0.029762 -0.018302 0.011626 -0.04697 0.016291 -0.07241 -0.009119 0.009512 0.016214 0.009295 0.041642 0.000616\nˤ 0.0152 0.005579 -0.021955 0.001919 -0.000238 0.030817 0.006847 -0.004501 -0.014815 -0.027019 0.043943 0.01952 -0.006348 -0.006841 0.038023 -0.008062 0.015002 -0.025241 0.008757 -0.039318 -0.012478 -0.006446 -0.008399 0.002819 0.005418 0.006888 -0.023591 -0.005277 -0.01503 -0.016072 0.026006 -0.029618 -0.019176 -0.030571 -0.006011 0.016435 -0.02531 0.039187 0.005041 0.003415 -0.027515 0.025505 0.017811 0.014724 -0.003545 -0.015662 0.018327 0.01246 0.006205 0.003716 0.003551 0.047016 0.0284 -0.0242 0.032946 -0.000478 -0.007492 0.008774 -0.015343 0.017352 -0.031973 -0.021167 -0.006169 -0.006146 0.021807 0.021604 0.052266 -0.019499 0.032832 0.027167 -0.02283 -0.002827 0.009927 0.025124 -0.024418 -0.006834 -0.019022 0.013057 -0.025594 -0.007632 0.018515 -0.001309 -0.008267 0.008578 -0.014746 -0.052828 0.017772 -0.005441 -0.014377 0.019075 -0.002256 0.012265 0.000692 -0.008183 0.008829 -0.008276 0.008347 -0.034154 -0.011121 -0.014597 -0.02209 -0.007325 -0.005486 -0.029267 0.007981 -0.001674 -0.013429 0.000366 0.012923 -0.004381 0.046925 0.012899 0.022783 2.1e-05 0.016197 -0.001865 -0.018308 -0.003535 -0.022911 -0.018117 0.028586 -0.009274 0.026957 0.030044 0.011979 -0.014591 0.009309 -0.003558 -0.002335 -0.011481 0.003796 0.017339 -0.00936 0.036244 -0.012008 0.008518 -0.021965 0.015647 0.007308 0.033455 -0.007921 -0.000918 0.010438 0.016738 -0.026956 -0.03975 0.046286 0.001589 0.008778 -0.04229 0.017193 0.007821 0.027711 0.033032 -0.001272 -0.005658 -0.004211 -0.026094 0.013383 -0.010181 -0.029325 0.016347 0.034579 -0.010439 -0.018406 -0.003259 0.027005 -0.012887 0.011042 0.033699 -0.019342 -0.023287 -0.013303 0.028465 0.005002 -0.005877 -0.009084 -0.011966 -0.027222 0.001915 0.036658 -0.004652 0.014735 0.000791 -0.022362 -0.017299 0.004614 0.018291 -0.032355 0.010343 0.017115 0.031419 -0.023232 -0.035098 -0.002604 0.034648 -0.027287 0.029716 -0.001775 -0.013506 -0.030316 -0.022322 0.012778 0.019099 0.023363 0.006934 0.006646 -0.037329 -0.007964 0.024724 -0.01411 -0.006156 -0.006017 0.022679 0.008257 0.032438 -0.001976 -0.008138 0.003146 0.00625 -0.007984 -0.002288 0.003652 0.017108 -0.027342 0.018965 0.001899 0.013153 0.008128 -0.006882 -0.01151 0.004926 -0.003628 -0.018647 -0.029129 0.004957 -0.006405 -0.016038 0.017076 0.007237 0.007534 0.013431 -0.016517 0.004646 0.008779 -0.008059 0.023371 0.001792 0.031668 0.042065 0.003385 0.019606 -0.01669 -0.023033 -0.015736 -0.005942 -0.013631 -0.004544 -0.032909 0.022191 0.011125 -0.014619 0.018286 -0.014402 -0.020321 -0.003331 -0.026407 -0.008115 0.00759 0.008262 0.006003 -0.005676 0.010944 -0.006893 0.017394 0.006853 0.013269 0.022582 0.035489 -0.042155 0.009865 -0.009367 0.016506 0.01587 0.009321 -0.007693 0.014736 -0.010428 -0.008187 -0.022448 0.004896 -0.023002 -0.002146 -0.051555 -0.011308 0.005099 -0.003583 0.006452 0.002106 -0.024245\nᡳ 0.019519 0.006806 -0.051415 0.012733 0.006132 0.026538 -0.003665 -0.00427 -0.023427 -0.023805 0.024461 0.010992 -0.00792 -0.022598 0.028627 0.005876 0.010184 -0.01889 -0.004376 -0.034127 -0.008895 -0.002548 0.004799 0.001073 -0.00185 0.011624 -0.007964 -0.001629 -0.009599 -0.031419 0.006352 -0.030846 -0.00541 -0.019557 -0.003105 0.004972 -0.021143 0.027294 0.003351 0.00928 -0.035005 -0.011742 0.004596 0.002995 -0.013061 -0.025585 0.037954 -0.017983 -0.010338 0.029995 0.003443 0.032815 0.030033 -0.022184 0.044958 0.003386 -0.003656 0.023948 0.001539 0.030452 -0.03127 -0.027446 -0.009559 -0.016468 0.029459 0.0238 0.039237 -0.017989 0.027047 0.01056 -0.04959 -0.008929 0.027581 0.016348 -0.037574 0.01467 -0.033833 0.012279 -0.03313 -0.014457 -0.000591 0.01102 -0.002446 0.009923 -0.006019 -0.029396 0.007089 -0.020165 -0.001549 -0.002708 -0.006254 -0.000139 0.013915 -0.0007 0.013026 -0.002917 0.005794 -0.041803 0.007394 -0.013014 -0.01283 0.007411 0.005246 -0.030393 0.01738 -0.005197 -0.011193 -0.010518 0.024429 -0.003858 0.024231 0.016716 0.015904 -0.008839 0.01141 -0.013226 -0.008757 0.006119 -0.010045 -0.024809 0.014802 -0.015371 0.032828 0.022758 0.034328 0.000829 -0.006922 -0.009543 -0.00559 -0.009894 -0.009537 -0.00718 -0.011716 0.022212 -0.019008 0.01819 -0.030663 0.001357 0.016601 0.02686 0.001293 0.011107 0.000266 0.024956 -0.006608 -0.037287 0.032231 -0.00282 -0.000848 -0.017888 0.011905 0.008651 0.026318 0.035053 -0.003445 0.013998 -0.000177 -0.005787 0.013299 -0.022868 -0.017285 0.007977 0.015156 0.006114 -0.000448 -0.023361 0.019367 -0.008977 0.021749 0.017666 -0.027561 -0.018872 -0.008658 0.031127 -0.006852 -0.02681 -0.008132 -0.001022 -0.026258 -0.013461 0.023458 -0.002616 0.012427 -0.016691 -0.006831 -0.010883 -0.00504 0.016745 -0.030924 0.000696 0.019117 0.017317 -0.017914 -0.026291 0.00053 0.030956 -0.023025 0.012402 0.003822 -0.003337 -0.030628 -0.012938 0.010206 0.026055 0.010023 0.016058 0.012344 -0.011922 -0.00801 0.025524 -0.017244 -0.009449 0.010038 0.019146 -0.001435 0.053076 0.006523 -0.016646 0.00243 0.009659 0.006499 0.006513 -0.00562 0.005445 -0.01693 -0.003134 0.000238 0.014327 -0.01503 -0.014677 0.000485 -0.010377 -0.014076 0.001136 -0.029548 -0.005997 -0.008876 -0.030994 0.022125 0.020619 -0.001504 0.006592 -0.021788 0.013235 0.002461 -0.009417 0.038494 -0.014751 0.036855 0.043168 0.023332 0.016416 -0.005738 -0.025244 -0.02841 -0.02215 -0.005016 0.022128 -0.014009 -0.014035 -0.001404 -0.010879 0.02025 -0.009033 -0.021203 -0.017074 -0.023497 -0.018095 0.009312 -0.003862 0.015829 0.00961 0.01466 -0.012956 0.010579 0.011752 -0.00104 0.018869 0.033906 -0.03967 -0.012792 -0.024107 0.005455 0.0119 -0.012816 -0.000976 0.023172 -0.010582 -0.017599 -0.018058 -0.007139 -0.037758 0.020917 -0.051991 -0.005619 0.005529 0.009211 0.006621 0.00024 0.005711\nø 0.029171 0.007048 -0.046581 0.026566 0.010897 0.034216 0.008167 0.006107 -0.030636 -0.028731 0.038182 0.011716 0.001337 -0.033874 0.022407 -0.006095 -7.7e-05 -0.029539 -0.01068 -0.03603 -0.01706 -0.004266 -0.000499 0.028012 -0.00756 0.020851 -0.010137 -0.003611 -0.014909 -0.035554 0.018027 -0.035747 -0.017786 -0.040834 0.007588 0.016283 -0.039964 0.034842 0.002405 0.01787 -0.023578 0.003358 0.012963 -0.001503 -0.023288 -0.014693 0.038046 -0.007424 0.001852 0.019483 -0.001005 0.063425 0.031904 -0.032227 0.040912 -0.008246 -0.00403 0.02319 -0.018718 0.027511 -0.021502 -0.026559 -0.007146 -0.014563 0.011978 0.009639 0.028337 -0.015753 0.03324 0.011455 -0.025547 -0.006448 0.024514 0.009548 -0.05695 -0.000184 -0.034638 0.019338 -0.028172 -0.015521 0.020684 -0.009065 0.004871 0.031957 -0.020257 -0.047834 -0.003082 -0.003243 -0.023406 0.006397 -0.005647 0.046103 0.006903 -0.013196 0.011407 -0.028099 -0.000362 -0.033663 -0.008926 0.005347 -0.005212 -0.008987 -0.002256 -0.008378 0.01146 0.000105 -0.018173 0.009402 0.022597 -0.002519 0.034949 0.022673 0.02854 -0.009119 0.003479 0.00335 -0.00793 0.009519 0.001281 -0.038442 0.020693 0.006865 0.038796 0.016053 0.038919 0.009368 -0.001947 -0.01918 -0.005213 -0.00328 -0.021565 -0.011255 -0.015298 0.03048 -0.030881 0.015158 -0.01841 -0.013516 0.003663 0.046767 -0.006819 -0.010088 0.015819 0.018074 -0.033773 -0.056018 0.036674 -0.004284 0.001471 -0.040479 0.009046 0.011245 0.027709 0.02555 0.003499 0.002583 -0.004729 -0.030303 0.005548 -0.024519 -0.0215 0.020285 0.022432 0.01599 -0.004436 -0.006579 0.032631 -0.026432 0.016032 0.015061 -0.022972 -0.019494 -0.014347 0.03954 -0.012332 -0.031401 -0.013717 -0.006319 -0.028257 -0.017107 0.032167 -0.020368 0.007607 -0.00847 -0.009647 -0.023195 0.010732 0.008967 -0.051127 0.001125 0.011342 0.023756 -0.039402 -0.044388 0.002782 0.030911 -0.019158 0.018138 0.000244 0.009918 -0.045457 -0.024922 0.018288 0.02508 0.007755 0.015428 0.004129 -0.004279 -0.002721 0.029117 -0.024617 0.000688 -0.015394 0.015666 -0.003832 0.063422 -0.002854 -0.03486 0.00905 0.013298 0.01041 0.004505 -0.016127 -6.4e-05 -0.019115 0.006952 -0.011132 0.015627 -0.011669 -0.015644 0.001615 0.004166 -0.012758 -0.027103 -0.040331 0.004521 -0.01593 -0.032264 0.028216 0.024936 0.006627 0.01476 -0.011414 0.004068 0.002945 0.000714 0.053201 -0.001702 0.029686 0.047914 0.039788 0.015276 0.000799 -0.046906 -0.028071 -0.0156 -0.00309 0.005158 -0.020942 -0.033971 0.004639 -0.011142 0.029814 -0.015424 -0.023712 -0.014308 -0.017919 -0.016487 0.012873 0.002003 0.024222 0.000839 0.01946 -0.001252 0.01838 -0.000626 0.002159 0.019787 0.035462 -0.057763 0.001369 -0.017907 -0.002266 0.002568 -0.032557 -0.020252 0.014353 -0.009541 -0.024841 -0.012683 0.011685 -0.042233 0.006904 -0.055087 -0.01628 0.002052 0.017403 0.009696 0.019869 0.005135\nও 0.028644 0.004056 -0.031893 -0.008012 -0.033257 0.012069 0.009176 0.006842 -0.031565 -0.02793 0.026787 0.006959 0.027762 0.006509 0.037472 -0.010985 0.021564 -0.024351 -0.003648 -0.017115 -0.000169 -0.002635 -0.002053 -0.005253 -0.009104 0.005194 -0.002189 -0.003487 -0.019235 -0.049797 -0.006461 -0.011332 0.026708 -0.028028 0.019561 0.022858 -0.036877 0.021763 -0.008327 -0.006672 -0.015532 0.005381 -0.014599 -0.003506 -0.043155 -0.038883 -0.005036 -0.006664 0.001583 0.010662 0.004165 -0.004118 0.016875 -0.01154 0.023686 0.013871 0.022301 0.03363 0.033414 0.045483 -0.035233 -0.000443 0.018581 -0.003535 0.009136 0.006747 0.023242 -0.004514 0.031462 0.005588 -0.022856 0.013336 -0.00361 0.052962 0.007175 -0.003248 -0.013032 0.022134 -0.016078 -0.053507 -0.008049 0.019199 0.015632 -0.032197 -0.009075 -0.037795 -1.3e-05 0.004816 0.004376 -0.00426 -0.023227 0.027599 0.022601 0.008589 0.034633 0.033375 -0.004238 -0.026277 0.018362 0.010923 -0.021487 -0.01951 0.004587 -0.003932 -0.002291 0.010263 -0.008481 -0.004142 0.029407 0.005927 0.043245 0.002844 0.015578 -0.030822 0.019472 -0.040093 -0.008947 -0.024884 -0.039351 -0.031665 0.05449 0.004297 -0.007409 0.027284 0.015345 0.020012 0.014167 0.004103 0.017588 0.012091 0.008403 0.027447 -0.038417 0.027086 -0.022576 -0.002389 -0.019821 -0.017475 0.008716 0.023535 -0.001845 -0.005475 -0.020463 -0.00285 -0.02975 -0.020222 0.021083 0.037039 0.007604 -0.023848 0.017488 0.000886 0.02157 -0.005205 -0.008236 -0.012085 0.022972 -0.026729 0.028746 -0.011685 -0.008825 0.021004 0.052196 0.008763 -0.033698 -0.025196 -0.004878 0.015574 0.02032 -0.027867 -0.04634 -0.012806 -0.021952 0.036558 -0.026215 0.004518 -0.017426 -0.021545 -0.048748 -0.024712 0.033318 -0.02734 0.047854 -0.00917 -0.014834 -0.013708 -0.000936 0.028885 -0.02635 0.006448 0.009126 0.043524 -0.028252 -0.014661 0.026272 -0.000345 0.013452 0.011886 -0.01704 -0.009567 -0.03697 -0.07158 0.007062 0.002254 0.011345 -0.003814 0.013576 0.027068 -0.000834 0.007496 -0.004292 -0.011269 -0.017959 -0.00918 0.002229 0.010467 0.013244 -0.006811 0.006393 -0.005324 -0.009946 0.022367 0.033573 0.007479 -0.014333 -0.019194 0.023348 0.023862 -0.000629 0.012868 0.010825 -0.010543 -0.011534 -0.041706 -0.01186 -0.021187 -0.016181 -0.015444 -0.022973 -0.023399 -0.004325 0.016845 -0.048773 0.001709 -0.008416 -0.000348 0.007228 -0.002013 0.031992 0.054793 -0.034031 -0.03122 0.029363 0.005426 -0.012444 -0.017346 -0.038047 0.010888 -0.001595 0.006508 0.020195 -0.016978 -0.002558 -0.041994 0.005618 0.00227 0.001197 -0.021226 -0.014784 0.015623 0.01556 0.005542 0.035688 0.007529 -0.003384 -0.011666 -0.006873 0.00542 0.049808 -0.00188 0.006083 0.008412 0.028717 -0.031679 -0.022687 0.02457 0.031889 -0.012084 0.010795 -0.010504 0.000676 -0.004639 0.022456 -0.004695 -0.012035 0.002906 0.012098 0.010154 0.002491 -0.002969\nฒ 0.03175 -0.001508 -0.043272 0.01975 0.006156 0.028385 0.006174 0.001453 -0.02321 -0.029223 0.020985 -0.004386 -0.006239 -0.012965 0.030422 -0.000814 0.007855 -0.019545 -0.003466 -0.026587 -0.016157 0.002902 0.007042 0.009105 0.011459 0.003449 -0.010153 -5.2e-05 -0.015584 -0.030054 0.013237 -0.022306 -0.006945 -0.024338 -2.5e-05 0.016744 -0.029835 0.025896 0.014309 0.012854 -0.036134 0.014688 -0.003047 -0.011137 -0.026934 -0.029426 0.02898 0.005363 -0.001581 0.005109 0.003981 0.030922 0.026977 -0.01903 0.025273 0.001949 0.00539 0.028127 -0.022119 0.014569 -0.015865 -0.024618 0.000439 -0.010815 0.013358 0.013916 0.030001 -0.012711 0.036373 0.013873 -0.038092 -0.009207 0.028399 0.009761 -0.044094 0.010846 -0.023388 0.017426 -0.022473 -0.016917 -0.001009 -0.005015 -0.000652 0.004969 -0.008254 -0.040824 -0.00608 -0.009409 -0.022165 -0.002388 0.002013 0.020535 0.020857 0.003999 0.015387 -0.004638 0.005701 -0.040839 0.00524 0.003174 -0.014904 -0.000351 0.001963 -0.022682 0.014305 -0.005345 -0.012316 -0.001368 0.020097 -0.003888 0.040642 0.019419 0.017025 -0.005099 0.008914 -0.006659 -0.011892 0.010008 -0.002311 -0.03032 0.016714 0.00801 0.036273 0.01501 0.030828 0.012555 -0.01815 -0.008677 -0.001257 -0.008478 -0.009996 -0.007389 -0.01097 0.028179 -0.016137 0.01426 -0.041226 -0.011871 0.013674 0.02858 0.001342 -0.004968 0.011048 0.030383 -0.02833 -0.040772 0.037533 0.003713 -0.000181 -0.030972 0.005961 -0.002695 0.038888 0.031206 -0.004775 0.009864 0.007446 -0.018962 0.006434 -0.03228 -0.007295 0.005477 0.023858 0.013664 -0.009625 -0.009868 0.012515 -0.016073 0.014844 0.018931 -0.017091 -0.022458 -0.006257 0.011383 -0.019222 -0.017855 -0.006647 -0.001976 -0.038259 -0.01113 0.028769 -0.014387 0.009841 -0.0067 -0.005083 -0.00941 0.004679 0.020458 -0.041377 -0.000374 0.004077 0.025291 -0.021238 -0.027254 0.009319 0.043353 -0.010296 0.005928 -0.002052 0.001791 -0.0274 -0.017998 0.010397 0.027107 0.021328 0.023347 0.011086 0.002551 -0.000931 0.034209 -0.017571 0.00471 -0.009364 0.005767 0.002739 0.049022 0.000716 -0.018006 0.013559 -0.001554 -0.004637 0.017325 -0.00114 0.004817 -0.022966 0.003319 0.002374 0.015865 -0.004638 -0.030789 -0.006122 0.001303 -0.007224 -0.013556 -0.024735 -0.002388 -0.010313 -0.034898 0.018872 0.021753 0.008346 0.022881 -0.030486 0.009766 -0.005266 -0.00416 0.025854 -0.007064 0.035178 0.051036 0.023282 0.00022 -0.006204 -0.031803 -0.027616 -0.011536 -0.001408 0.028667 -0.023372 -0.010386 0.008713 -0.008655 0.017187 -0.016492 -0.011416 -0.024081 -0.024403 -0.002006 0.001956 0.006939 0.017889 -0.001199 0.016647 0.007899 0.007025 0.001112 -0.00296 0.01552 0.03972 -0.034411 0.000681 -0.00545 0.002907 0.007819 -0.020353 -0.006429 0.024936 -0.005968 -0.026046 -0.014344 0.01321 -0.040972 0.018702 -0.057583 -0.004944 0.01141 -9.4e-05 0.018218 0.019343 0.000515\nક 0.063762 0.0139 -0.07346 0.018083 0.025475 0.065439 0.008424 -0.015763 -0.036488 -0.057276 0.051415 0.009137 -0.025416 -0.039705 0.045812 -0.006205 -0.00066 -0.027046 -0.019098 -0.062412 -0.015764 -0.012571 0.01411 0.005703 -0.003805 0.020801 -0.001792 -0.00938 -0.014768 -0.040934 0.017629 -0.033985 -0.024298 -0.033576 0.022923 0.004465 -0.048542 0.065727 -0.005689 0.019616 -0.054595 0.009083 -0.002264 -0.002393 -0.037226 -0.035097 0.05837 -0.013894 -0.009116 0.022615 -0.007305 0.060861 0.036446 -0.025508 0.071565 0.008967 -0.000492 0.043535 -0.008674 0.033958 -0.038752 -0.035592 -0.027711 -0.017576 0.023304 0.022265 0.05816 -0.004849 0.026757 0.016672 -0.092791 -0.009187 0.035493 0.025366 -0.06991 0.009317 -0.026604 0.005037 -0.054839 -0.011873 0.023248 -0.014836 -0.004145 0.023088 -0.00917 -0.045549 -0.000717 -0.022283 -0.006101 -0.018865 -0.011281 0.037227 0.017457 -0.004675 0.003015 -0.015982 -0.018884 -0.061033 -0.008326 -0.015812 -0.029674 0.004563 0.008566 -0.029855 0.025943 -0.010475 -0.029994 0.023582 0.041097 0.001735 0.067685 0.036664 0.023394 -0.028983 -0.000693 -0.002433 -0.006686 0.000583 -0.019891 -0.069478 0.043636 0.008779 0.05467 0.047029 0.034988 0.014156 -0.028403 -0.008877 -0.013431 -0.032018 -0.013074 0.005195 -0.0049 0.045167 -0.017708 0.032988 -0.03227 0.022444 0.011626 0.067916 -0.015467 -0.003642 0.028525 0.025583 -0.055669 -0.065552 0.076913 0.029779 0.009684 -0.056705 0.014034 0.017001 0.035659 0.04085 -0.017401 0.020697 -0.00851 -0.025372 0.011589 -0.034603 -0.033946 0.031052 0.039953 0.031823 -0.033749 -0.02489 0.032987 -0.025282 0.03205 0.028573 -0.039908 -0.04396 -0.035989 0.05522 -0.034304 -0.031794 -0.012319 -0.006537 -0.036695 -0.032224 0.047487 -0.009541 0.005612 -0.017186 -0.006657 -0.023136 0.009982 0.022872 -0.061346 0.011381 0.035284 0.04414 -0.037817 -0.053661 -0.015195 0.053346 -0.019681 0.017356 0.003475 -0.007653 -0.049152 -0.029979 0.011694 0.051512 0.033117 0.027642 0.026034 -0.000307 -0.022542 0.027113 -0.025044 -0.004446 -0.000893 0.012554 0.008583 0.062549 0.020519 -0.026725 0.018046 0.001179 -0.002828 0.006532 0.0059 -0.013297 -0.036821 -0.013901 0.004882 0.011863 -0.010555 -0.013278 -0.006284 0.004496 -0.021057 -0.034454 -0.051342 0.00262 -0.002242 -0.029837 0.034358 0.03978 0.013284 0.008886 -0.047036 0.032422 0.003551 -0.011492 0.037326 -0.020172 0.0429 0.085893 0.025737 0.013726 -0.013113 -0.039915 -0.035053 -0.022265 -0.016423 0.036468 -0.033261 -0.02486 0.006621 -0.020741 0.041523 -0.032393 -0.025567 -0.015138 -0.065229 -0.019392 0.00552 -0.011436 0.027684 -0.001317 0.011572 -0.001049 0.016301 0.005894 0.020635 0.025103 0.060214 -0.077097 -0.002345 -0.05064 0.039557 0.032541 -0.045243 -0.010852 0.026598 -0.015902 -0.022217 -0.003948 0.003964 -0.045678 0.017265 -0.109657 -0.00739 0.020787 0.018283 -0.003073 0.029973 0.002427\nភ 0.025693 0.001056 -0.033406 0.024826 0.000952 0.056324 -0.002414 -0.009541 -0.02236 -0.031738 0.032903 0.026972 -0.001729 -0.015599 0.021723 -0.003388 0.015199 -0.035126 -0.003739 -0.051239 -0.005232 0.01965 0.018683 0.003725 -0.010009 0.017543 -0.020135 -0.020897 -0.018938 -0.024354 0.032787 -0.037148 -0.026513 -0.036926 0.015685 0.005336 -0.015455 0.042123 -0.006146 0.03418 -0.039753 0.004008 0.004317 -0.013068 -0.021341 -0.008172 0.029626 -0.002693 0.016151 0.013269 -0.00387 0.042895 0.029326 -0.030976 0.039913 0.023989 0.010416 0.011689 -0.007305 0.02747 -0.035392 -0.018023 -0.015667 -0.01329 0.018575 0.022376 0.031964 -0.024349 0.036464 0.026142 -0.061836 -0.014845 0.024939 0.026381 -0.054126 -0.009963 -0.018852 0.020541 -0.030293 0.000193 0.025002 0.015769 0.015103 0.022049 -0.02023 -0.063375 0.013284 0.005012 -0.018183 -0.020529 -0.00286 0.026184 0.000121 -0.015932 0.010444 -0.005641 0.011382 -0.045769 0.00874 -0.011102 -0.024258 0.003366 -0.005505 -0.035123 0.028603 0.009249 -0.017936 0.003521 0.04395 -0.006161 0.043242 0.024137 0.017018 -0.026408 -0.001297 -0.006349 0.005264 -0.003031 -0.01875 -0.029052 0.041823 0.006328 0.049501 0.004759 0.033757 0.007542 -0.005624 -0.015803 -0.009333 -0.009308 -0.017635 0.009677 -0.019027 0.037855 -0.020325 0.00841 -0.017176 -0.005063 0.00834 0.048459 0.001804 -0.005174 -0.015741 0.01911 -0.046562 -0.056484 0.07004 0.016562 0.010085 -0.037499 0.009529 0.002258 0.043394 0.006397 -0.001921 -0.003286 -0.01391 -0.0242 0.030032 -0.017722 -0.021161 0.013206 0.031611 0.01727 -0.031283 -0.022063 0.029781 -0.007519 0.030064 0.002472 -0.017778 -0.029235 -0.006143 0.035054 -0.025889 -0.009487 -0.002284 -0.012739 -0.059652 -0.0244 0.035526 -0.001025 0.028481 -0.012325 -0.010285 -0.032979 0.028857 0.001178 -0.068533 0.003893 0.024698 0.026572 -0.036631 -0.042266 0.015575 0.037405 -0.016393 0.023767 0.013781 0.015241 -0.036551 -0.016304 0.022477 0.023812 0.014385 0.031077 0.003518 -0.004234 -0.011685 0.041768 -0.020708 -0.014821 0.010948 0.015596 -0.004801 0.053856 0.000223 -0.020836 0.02075 0.01255 -0.01374 0.014806 -0.012752 0.016937 -0.038191 0.008039 -0.007691 0.009299 -0.00284 -0.027035 -0.020397 -0.00292 0.003254 -0.030482 -0.047965 -0.003113 -0.014501 -0.031099 0.014733 0.029202 0.010381 0.030354 -0.040223 0.031779 -0.007699 -0.005666 0.054189 -0.010999 0.036922 0.058846 0.027358 0.019959 -0.000808 -0.03681 -0.021854 -0.004409 0.005448 0.026897 -0.018641 -0.006798 0.013357 -0.006146 0.028867 -0.026538 -0.032262 -0.046335 -0.027338 -0.025914 -0.000696 -0.011459 0.021032 -0.000594 0.002809 0.006406 0.003997 0.002808 0.010325 0.035199 0.044251 -0.054049 -0.015043 -0.002408 0.013596 0.020186 -0.024467 -0.011624 0.015881 -0.004704 -0.017188 -0.010055 0.011831 -0.035195 0.009105 -0.064183 -0.004665 0.009335 -0.008842 0.015738 0.018675 -0.003003\nҡ 0.011137 0.012862 -0.042977 0.013288 0.011703 0.04215 0.00765 0.015796 -0.006359 -0.033946 0.04711 0.027313 -0.014432 -0.042715 0.042699 -0.0313 -0.009241 -0.017664 -0.009213 -0.073697 -0.005946 -0.004365 0.00237 0.014013 0.016946 0.028749 -0.014198 -0.009478 -0.014641 -0.013176 -0.003469 -0.033171 -0.022657 -0.048151 -0.000249 0.027924 -0.064539 0.026526 0.02261 0.015351 -0.015938 0.003086 0.032516 0.006261 -0.044111 0.010928 0.046658 -0.01595 -0.013779 0.034715 0.023777 0.059024 0.004868 -0.040611 0.039255 0.020609 -0.00918 0.016502 0.019353 0.027468 -0.043925 -0.022241 -0.012145 0.000576 0.011421 0.012356 0.019719 0.011613 0.041522 0.020793 -0.061963 -0.014021 0.009283 0.007502 -0.055644 0.00025 -0.045451 0.017763 -0.060089 -0.00581 0.006031 0.009705 -0.033825 0.026419 -0.044065 -0.037182 0.004467 0.000231 -0.029492 -0.006087 0.005775 0.030182 -0.01701 -0.035206 0.018385 -0.015756 -0.022875 -0.015653 0.001642 -0.012776 -0.01598 -0.014971 -0.003776 -0.012616 0.018231 -0.023351 -0.000531 0.036103 0.039455 -0.007331 0.035776 0.042136 0.029835 0.001579 0.01133 0.003379 -0.011694 -0.011165 -0.013884 -0.042964 0.01525 -0.005388 0.037886 0.072446 0.057461 -0.00378 0.009614 -0.015128 -0.021713 -0.019608 -0.012149 -0.00025 -0.02762 0.049539 -0.018529 0.017873 -0.025846 0.023854 0.001324 0.043134 0.025194 -0.021717 -0.015706 0.031398 -0.016322 -0.072539 0.054127 0.018415 0.003622 -0.051956 -0.004031 0.004752 0.037281 0.048981 -0.031068 0.000928 0.004012 -0.023544 -0.004485 -0.001492 -0.01882 0.002936 0.003282 -0.005 -0.015153 0.00432 0.024078 -0.043389 -0.003103 0.0249 -0.003695 -0.013316 -0.02368 0.047299 -0.005997 -0.015332 0.005241 -0.009919 -0.053621 -0.016642 0.02501 -0.018259 0.004271 0.009886 -9.5e-05 -0.039328 0.006299 0.046491 -0.054011 -0.016147 0.009571 0.028662 -0.028898 -0.044499 -0.010218 0.028466 -0.01064 0.012615 -0.003121 -0.002106 -0.047762 -0.035705 0.027489 0.025443 -0.006553 0.018199 0.02956 -0.008684 0.002702 0.044427 -0.0282 -0.000761 -0.020285 0.028492 0.007116 0.061789 0.008287 -0.015064 -0.003603 0.00946 0.0026 0.011527 0.000848 -0.006267 -0.028189 -0.018791 0.011449 0.027528 -0.004495 0.011188 -0.007246 0.005208 -0.014466 -0.060247 -0.045833 -0.01579 0.001353 -0.02687 0.046839 0.009403 0.031566 0.002653 -0.016331 0.01306 -0.001841 0.000659 0.029024 -0.016146 0.016472 0.041251 0.020968 0.009389 0.010858 -0.050923 -0.020559 -0.010258 -0.008608 0.014592 -0.02693 -0.001719 0.007878 0.00653 0.041704 0.002469 -0.004376 -0.012703 -0.019193 -0.0232 0.009031 -0.010547 0.016721 -0.012224 -0.017451 0.002684 0.018442 0.012519 -0.000788 0.014742 0.052811 -0.031186 -0.005218 -0.038487 0.019834 0.024007 -0.019909 0.005029 0.002891 -0.033365 -0.024082 -0.014591 0.01354 -0.036667 -0.011055 -0.069933 -0.00398 0.013186 0.028553 0.015019 0.019854 -0.012563\nƣ 0.043401 0.013709 -0.065489 0.027314 0.030163 0.03085 0.006744 -0.001484 -0.042495 -0.031484 0.040124 0.009055 -0.01919 -0.035637 0.024197 0.000504 0.006792 -0.027929 -0.014649 -0.047985 -0.02092 -0.000458 -0.006817 0.026327 -0.005679 0.017523 -0.011597 -0.000572 -0.010708 -0.030372 0.020283 -0.032312 -0.03616 -0.038267 0.014048 0.02275 -0.054632 0.064717 0.010871 0.038799 -0.025184 0.003805 -0.012962 -0.012098 -0.025314 -0.018128 0.039 -0.008656 -0.00557 0.047769 0.013336 0.066424 0.0478 -0.042723 0.048592 0.026411 -0.022004 0.023287 -0.006986 0.037907 -0.042911 -0.042516 -0.02332 -0.009816 0.020352 0.025553 0.034431 -0.016709 0.05676 0.012698 -0.05481 -0.019873 0.021574 0.026758 -0.069198 0.012373 -0.042038 0.03652 -0.055172 -0.009212 0.01708 -0.007817 -0.01189 0.014725 -0.0287 -0.074519 0.003284 -0.00622 -0.017224 -0.01188 -0.01308 0.032987 -0.010656 -0.028581 0.009551 -0.009624 -0.011047 -0.055959 -0.006531 -0.016712 -0.021135 -0.001373 -0.000771 -0.034038 0.012172 -0.001097 -0.020314 0.008163 0.04955 0.004033 0.050715 0.027869 0.025845 -0.018899 0.012412 0.009854 -0.013272 -0.004798 -0.013476 -0.040848 0.030354 0.006384 0.064881 0.023481 0.045878 0.014863 -0.007283 -0.019883 -0.00682 -0.018465 -0.02554 -0.004077 -0.020473 0.031828 -0.031057 0.024925 -0.032196 0.010463 0.006876 0.052843 -0.001938 -0.001436 0.00955 0.031552 -0.058625 -0.063745 0.065367 0.008542 -0.000378 -0.052828 0.00406 0.007467 0.029931 0.026097 -0.013083 -0.00281 0.013286 -0.021584 0.002549 -0.032616 -0.026412 0.016483 0.025254 0.006952 -0.014456 -0.025053 0.032283 -0.027115 0.013013 0.036425 -0.042675 -0.018927 -0.015879 0.043632 -0.010696 -0.039712 -0.018208 -0.007225 -0.048982 -0.017551 0.03849 -0.014849 0.006123 -0.010929 -0.003719 -0.033009 -0.002085 0.020451 -0.077391 0.003134 -0.002237 0.042228 -0.040692 -0.034939 0.003151 0.05822 -0.03497 0.000276 0.017481 -0.000836 -0.05473 -0.044596 0.019019 0.049088 0.021254 0.020583 0.032092 -0.033154 -0.001684 0.063899 -0.044541 -0.004647 0.002268 0.016694 0.014824 0.091581 0.005062 -0.024083 0.012627 -0.003013 -0.007779 0.003466 -0.009811 9e-05 -0.020545 -0.005894 0.007962 0.010153 -0.026925 -0.019851 -0.002919 -0.004373 -0.002512 -0.030723 -0.055403 0.001909 -0.024442 -0.048631 0.026142 0.021574 0.020106 0.024946 -0.027631 0.025987 0.000698 -0.027314 0.075593 -0.005749 0.048254 0.07649 0.028566 0.018209 0.00633 -0.055433 -0.041168 -0.027244 -0.015898 0.029855 -0.02243 -0.028057 0.008695 -0.007313 0.01733 -0.029151 -0.042417 -0.011088 -0.040912 -0.016919 0.007892 -0.016787 0.038272 0.015653 0.008816 -0.006225 0.011447 0.022994 -0.001303 0.016372 0.046988 -0.061909 -0.005239 -0.033036 0.007936 0.026854 -0.038945 0.001919 0.022769 -0.018682 -0.010798 -0.031231 0.003439 -0.061105 0.017042 -0.086738 -0.007691 -0.003327 0.027093 0.01898 0.035648 -0.003125\nآ 0.02852 0.003157 -0.034972 0.015423 0.003224 0.023895 0.00416 -0.007296 -0.015908 -0.026249 0.026507 0.012695 -0.004599 -0.014224 0.02135 -0.007432 0.007874 -0.015806 -0.003287 -0.040388 -0.013031 0.007166 0.002827 0.008287 0.002336 0.011053 -0.008601 -0.012644 -0.008378 -0.021753 0.018904 -0.026299 -0.014122 -0.033484 0.0083 0.011334 -0.032927 0.029829 0.004004 0.021537 -0.022305 0.007404 0.00579 0.000166 -0.027867 -0.012258 0.025946 -0.001842 0.00028 0.004964 0.00556 0.038626 0.019242 -0.024316 0.032783 0.009499 -0.007219 0.017305 -0.014821 0.016026 -0.027013 -0.01454 -0.006383 -0.012953 0.01105 0.01605 0.030284 -0.009709 0.030385 0.020376 -0.043526 -0.0042 0.019729 0.015505 -0.035539 0.000565 -0.026359 0.016549 -0.031128 -0.019602 0.005402 -0.001274 0.00332 0.008903 -0.021276 -0.042075 0.001604 -0.000921 -0.019357 -0.00631 -0.006671 0.022518 0.006363 -0.006179 0.016201 -0.002809 -0.002375 -0.026855 -0.002318 0.001373 -0.018197 0.003398 0.002192 -0.025588 0.014384 -0.010794 -0.017523 0.01476 0.034046 -0.011131 0.033517 0.018216 0.018772 -0.012624 0.007157 -0.001957 -0.002064 0.000101 -0.012379 -0.0382 0.021102 0.003606 0.029235 0.022295 0.02801 0.011046 -0.009912 -0.005242 -0.010404 -0.015964 -0.011801 -0.000806 -0.010197 0.021604 -0.00954 0.003375 -0.023811 0.008888 0.013501 0.036552 0.001771 -0.006879 0.005443 0.018048 -0.022194 -0.044275 0.04602 0.013761 -0.001628 -0.038724 0.012269 0.003777 0.025459 0.028302 -0.002378 0.00388 0.004255 -0.017733 0.009849 -0.022346 -0.020661 0.012547 0.010536 0.013735 -0.012826 -0.011428 0.017235 -0.019562 0.016208 0.015556 -0.021135 -0.017893 -0.001653 0.036604 -0.013438 -0.019824 -0.004145 -0.016175 -0.031806 -0.011018 0.026117 -0.013113 0.00175 -0.012013 -0.005204 -0.017886 0.004581 0.020004 -0.041381 -0.00181 0.008673 0.022738 -0.030948 -0.031707 0.004154 0.033829 -0.018138 0.014052 0.006007 -0.003678 -0.022989 -0.024949 0.013711 0.027282 0.010184 0.014304 0.000286 -0.008265 -0.00803 0.030155 -0.014695 0.001618 -0.009485 0.015736 -0.003962 0.053808 0.000654 -0.017731 0.010497 -9.2e-05 -0.002815 0.010152 -0.003047 0.002476 -0.014094 -0.001263 6.6e-05 0.022266 -0.003659 -0.024418 -0.000836 0.000544 -0.005076 -0.023233 -0.027628 -0.008326 -0.014055 -0.027359 0.015966 0.014511 0.006923 0.012479 -0.015734 0.008015 0.008132 -0.003089 0.027792 -0.002054 0.034401 0.037594 0.025386 0.004349 -0.009852 -0.02925 -0.016968 -0.016694 -0.004721 0.018043 -0.02372 0.001366 -0.003555 -0.011381 0.021941 -0.024753 -0.027479 -0.018263 -0.030572 -0.010658 0.003508 -0.006764 0.016215 -0.007798 0.01179 -0.000642 0.010633 -0.004488 -0.002942 0.014757 0.040867 -0.040196 0.000239 -0.019375 0.018086 0.006332 -0.013832 -0.005012 0.020575 -0.003999 -0.014237 -0.013169 0.006804 -0.030772 0.009583 -0.055245 -0.009081 0.009635 0.00203 0.010249 0.017333 0.003671\nʥ 0.009543 -0.003937 0.02789 -0.018773 0.029636 0.020522 0.021623 -0.003158 -0.00592 -0.012913 0.044167 0.057493 0.024553 0.013844 0.020713 -0.04139 0.023169 0.046356 0.051274 -0.027354 0.028735 -0.008726 -0.070401 0.011821 -0.002658 -0.054744 0.018513 -0.032626 0.002138 -0.000591 -0.004404 -0.013277 -0.054214 -0.072723 -0.007748 0.003923 0.038353 -0.027384 0.058361 -0.007771 -0.001013 0.046234 0.064058 0.073565 0.022455 0.030131 -0.01164 0.004699 0.039459 -0.086356 0.021427 0.017772 -0.058679 0.029535 -0.002721 0.05307 0.003575 0.077325 0.013925 0.020181 -0.026796 0.014408 -0.062863 0.035597 -0.025572 0.024085 0.057138 -0.044195 0.009228 0.068423 -0.051097 -0.005407 -0.005696 0.02148 0.058246 -0.019712 0.021778 -0.034824 0.023102 0.017408 0.017262 0.019599 -0.015756 -0.007163 -0.006038 -0.075726 0.013115 0.037087 0.048487 0.007295 -0.014543 0.012447 0.03781 0.059128 -0.014672 -0.005704 0.01068 0.000331 -0.097007 0.061249 -0.050179 -0.028075 -0.013585 -0.03275 0.004695 -0.025729 -0.0225 0.058858 -0.019266 -0.057985 0.057467 -0.041979 -0.009381 0.051558 0.020725 0.008503 -0.01453 -0.055367 -0.011449 -0.032429 0.027328 -0.052703 0.006848 -0.015684 -0.003266 -0.017743 0.010671 0.051103 0.007991 -0.030885 0.096091 0.08823 -0.00401 0.055375 0.015776 -0.020247 0.062198 0.057831 0.013147 0.046159 0.011553 0.006854 0.052323 -0.023516 0.036635 -0.034965 -0.008827 -0.022649 0.019973 -0.02729 0.059681 0.011852 0.028572 0.040165 -0.008141 -0.00268 -0.000267 -0.033695 0.017987 0.001156 -0.040027 0.030077 -0.013621 -0.01328 -0.024361 -0.073384 -0.027687 0.028107 -0.032922 0.10169 -0.011985 -0.00184 0.039875 -0.020476 0.045465 0.004497 0.024265 -0.058378 -0.031608 0.08968 0.008353 0.028138 -0.022149 0.031958 -0.145258 -0.041694 0.066564 -0.005345 0.027807 0.00431 -0.027632 0.03498 -0.062527 -0.005708 -0.016144 0.027053 -0.014784 0.055855 0.020827 -0.03519 0.03125 0.004442 0.013478 0.012185 0.041267 -0.060485 -0.070732 -0.056965 -0.021479 -0.029364 -0.005559 0.018108 0.046882 0.041132 0.021433 -0.088089 0.007316 0.074477 0.012918 0.076878 -0.038549 -0.074688 0.049278 0.016039 -0.033305 0.026131 -0.056639 -0.031165 0.041101 0.008393 -0.000153 0.00616 0.040726 -0.083009 0.043725 0.01969 -0.072123 -0.006556 -0.036898 -0.000131 -0.038903 0.027617 0.006687 0.042658 0.049927 -0.015869 0.017819 0.032336 0.020169 0.013148 -0.047952 -0.007126 -0.109573 0.037781 0.043869 -0.033566 -0.072961 -0.022467 -0.023412 0.059483 -0.027241 0.017346 -0.033166 -0.031839 -0.003402 0.006448 -0.002347 0.054467 0.010393 -0.065437 -0.035788 -0.090961 -0.002372 0.010661 0.020808 -0.056683 0.043799 0.041749 0.025048 -0.038179 -0.072795 0.034522 0.012152 -0.009058 0.065179 -0.039462 0.039587 0.038351 0.0221 -0.005131 -0.017195 0.069481 0.016843 -0.006779 -0.047315 0.019809 -0.04446 -0.032947 0.02688 -0.058027\n̤ -0.003337 0.033153 -0.035917 0.009279 -0.001735 0.02049 -0.015051 -0.026597 0.000377 -0.025864 0.031568 -0.029088 -0.001174 -0.026275 -0.00356 0.002642 0.002781 0.013061 -0.031644 -0.055298 -0.004362 -0.036507 -0.002894 -0.001899 -0.033865 -0.009598 -0.010791 -0.011639 0.034548 -0.023583 0.011423 -0.026793 0.003852 -0.040916 0.043473 -0.006995 0.033853 0.01392 0.016343 0.008027 -0.012579 0.018223 0.006664 -0.000557 -0.020102 0.003992 0.034357 -0.011422 0.005004 -0.003574 0.056195 -0.011022 0.021548 -0.016282 0.02215 0.021568 -0.031574 0.006193 0.031403 0.000378 0.000388 -0.024583 -0.008011 0.028535 -0.035515 -0.026163 0.048586 0.025904 0.017307 -0.011984 0.002588 -0.034455 0.021394 0.029548 -0.010794 -0.007444 -0.001331 -0.030415 -0.057356 -0.022668 -0.009527 -0.026062 -0.005096 0.006072 -0.033167 -0.020777 -0.0141 0.005866 -0.024415 -0.011662 0.01897 0.045803 -0.006375 -0.042653 0.002136 -0.004045 -0.03277 0.020846 0.02889 0.018305 -0.04469 0.007444 0.058955 0.008964 -0.005637 -0.022645 0.022763 0.007761 0.006132 -0.019594 -0.010448 0.058999 0.018423 0.021752 -0.038334 -0.010945 0.002446 0.024657 0.047517 -0.022135 -0.000588 0.030441 -0.003313 0.026198 0.039917 -0.003874 0.00804 -0.022592 0.004579 -0.022448 -0.010606 0.026989 0.003045 0.001566 -0.035463 -0.01385 0.015365 0.015097 0.017578 -0.005869 -0.006187 -0.032688 0.02839 0.070422 -0.016829 -0.057123 -0.004884 0.030895 0.018325 0.002385 0.01765 0.033991 0.006622 -0.013698 -0.00443 0.036967 0.016524 -0.028413 0.036599 -0.021335 -0.068893 -0.023159 -0.003909 0.023047 -0.038635 -0.009468 0.048746 -0.046172 -0.019469 -0.0029 0.070673 0.024957 0.01465 0.038274 -0.037216 4e-06 0.006509 -0.012749 -0.013456 0.035678 0.031493 -0.050811 -0.017031 -0.001622 -0.002407 -0.016424 -0.012653 -0.067515 0.036172 0.007217 0.003338 0.029193 -0.036426 -0.026083 -0.004659 0.006045 0.001705 0.018723 -0.02021 -0.033831 -0.054766 -0.014115 -0.017717 0.037548 -0.012057 -0.004248 -0.037964 0.016869 0.030153 -0.001957 -0.017449 0.009214 -0.042871 -0.018446 0.013609 0.000982 0.008966 -0.029411 0.009338 0.003872 0.010523 0.000666 0.031376 -0.009237 -0.01879 -0.011721 0.004833 0.003425 0.003492 0.003783 -0.026963 0.000517 0.006203 -0.072522 -0.081175 -0.02115 -0.047157 -0.010289 -0.004589 0.006511 0.025768 -0.002153 0.004359 -0.006164 -0.004176 -0.043896 0.040999 -0.018363 -0.027719 0.027818 0.010269 0.003881 0.009837 -0.038823 -0.012503 0.037804 0.006427 0.035337 -0.011039 -0.053208 0.011291 -0.008162 0.000722 -0.010547 0.015217 -0.028379 0.003136 0.02743 -0.02405 0.018268 0.058614 0.017624 0.019292 -0.000421 0.001601 0.021612 0.003881 -0.016599 0.054903 -0.03299 0.036545 -0.037795 -0.008735 0.033161 0.001701 -0.007398 0.008861 -0.028283 -0.009608 0.017022 -0.019105 -0.040112 -0.023355 -0.033403 -0.015366 0.034839 -0.019435 0.010477 0.000909 -0.042901\nద 0.024642 0.001043 -0.038222 0.01983 0.000915 0.040711 0.00482 -0.000989 -0.005883 -0.018304 0.036076 0.011372 -0.008762 -0.031707 0.027743 0.001445 0.022207 -0.019705 -0.002077 -0.032641 -0.013261 -0.002609 0.00784 0.013924 0.005472 0.023854 -0.021504 -0.012247 -0.022511 -0.00052 0.024667 -0.023957 -0.016159 -0.024991 0.001706 0.010556 -0.039371 0.025497 0.00249 0.012206 -0.034602 -0.001368 0.012909 0.007426 -0.018625 -0.009687 0.035919 0.005017 0.006172 -0.001375 0.002997 0.024765 0.032224 -0.025314 0.034818 0.009498 -0.004494 0.017153 -0.012757 0.016805 -0.02745 -0.021298 -0.008111 -0.001844 0.013527 0.012341 0.038741 -0.01095 0.023122 0.01457 -0.023448 -0.006655 0.02428 0.011483 -0.0469 -0.005167 -0.018773 0.020704 -0.017433 -0.021735 0.014694 -0.001889 -0.000789 0.018612 -0.023244 -0.041565 0.006889 0.006949 -0.015748 -0.001066 -0.010971 0.025014 -0.00234 -0.015438 0.001045 0.004421 -0.018649 -0.032202 0.006232 0.001915 -0.003134 0.006832 -0.000103 -0.017599 0.013115 -0.004395 -0.016957 0.000174 0.029263 0.007137 0.039954 0.025365 0.016296 -0.007819 0.010928 0.002573 0.00375 -0.00512 -0.005873 -0.032877 0.02067 -0.002537 0.03444 0.021573 0.033963 0.000102 -0.008881 -0.009968 -0.005426 -0.013249 -0.015373 0.003733 -0.009554 0.02745 -0.011712 0.010955 -0.017494 0.018689 -0.00452 0.04835 -0.00232 -0.011767 0.006858 0.022762 -0.040473 -0.045289 0.024446 0.009405 0.004383 -0.034691 -0.003535 0.009507 0.020203 0.013197 -0.002306 0.011985 -0.005716 -0.023324 0.005514 -0.022017 -0.020461 0.005337 0.029754 0.005267 -0.005173 -0.006816 0.011535 -0.019178 0.026447 0.01183 -0.035101 -0.03766 -0.011858 0.03638 -0.015826 -0.020438 -0.006668 -0.003305 -0.024245 -0.006112 0.033847 0.005843 0.001348 -0.011292 -0.005763 -0.020707 0.0002 0.018851 -0.053426 0.003296 0.015724 0.018016 -0.030572 -0.027793 -0.005867 0.03306 -0.004722 0.009824 -0.018057 0.002853 -0.019174 -0.02875 0.022155 0.010098 0.026058 0.004588 0.016897 -0.012316 -0.00546 0.024761 -0.004683 -0.009855 0.003152 0.014348 0.005682 0.041313 0.008218 -0.009468 0.015427 0.004898 0.004878 0.012981 -0.011214 0.002964 -0.017449 0.004789 -0.007843 -0.000822 0.019369 -0.020686 -0.007039 0.009284 -0.009276 -0.033198 -0.038644 -0.006821 -0.007948 -0.033341 0.025034 0.017717 0.000476 0.026275 -0.016763 0.017177 -0.005799 0.000384 0.02226 -0.008023 0.03025 0.034382 0.023422 0.005861 -0.000481 -0.040257 -0.021048 -0.013098 -9.8e-05 0.015839 -0.034986 -0.022202 0.003855 -0.006426 0.026988 -0.010692 -0.034512 -0.024929 -0.027825 -0.008383 -0.000254 0.002351 0.01619 0.003604 -0.001825 0.000466 0.00379 -0.003901 0.007273 0.018084 0.03177 -0.043813 -0.000169 -0.01925 0.016658 0.024015 -0.012183 0.000865 0.008002 -0.015589 -0.022055 0.012182 0.027208 -0.039774 -0.001861 -0.053126 -0.017282 0.025434 0.011123 -0.007802 0.016002 0.004423\nन 0.030239 0.001627 -0.052515 0.022662 0.012523 0.03737 0.005143 -0.006339 -0.023931 -0.031666 0.038017 0.012994 -0.003939 -0.027185 0.029953 -0.003939 0.004643 -0.023318 -0.009486 -0.045793 -0.017185 -0.001564 0.004892 0.010381 0.007585 0.022344 -0.013323 -0.011985 -0.015274 -0.029169 0.025192 -0.032351 -0.020035 -0.040004 0.006851 0.010715 -0.039352 0.042879 0.006955 0.021867 -0.033425 0.009467 0.000857 -0.001623 -0.026056 -0.02191 0.037359 -0.007409 -0.002948 0.013418 0.004416 0.057754 0.037106 -0.037616 0.044707 0.007115 -0.005039 0.020527 -0.009398 0.027224 -0.032321 -0.030203 -0.005057 -0.020358 0.015508 0.019136 0.039677 -0.01126 0.032006 0.018813 -0.051611 -0.007013 0.024208 0.018981 -0.050184 0.002438 -0.030986 0.022279 -0.03631 -0.017372 0.013569 -0.003817 0.004034 0.014973 -0.019531 -0.045594 0.005999 -0.00619 -0.02079 -0.004336 -0.009914 0.021516 0.010441 -0.013494 0.016056 -0.002977 -0.002291 -0.04187 -0.000124 -0.004935 -0.023908 -0.000636 -0.002806 -0.02739 0.014132 -0.008909 -0.015492 0.007363 0.038699 -0.003057 0.045266 0.022797 0.024423 -0.019989 0.00744 -0.000419 -0.005842 6.7e-05 -0.016839 -0.041229 0.023156 0.000513 0.038326 0.024018 0.036192 0.013032 -0.012031 -0.014418 -0.014546 -0.020509 -0.018811 -0.002265 -0.018624 0.034286 -0.021508 0.013187 -0.034613 0.003243 0.005307 0.045573 -0.008792 -0.009471 0.009192 0.026531 -0.035848 -0.049934 0.05315 0.01153 0.000847 -0.043667 0.00216 0.014386 0.032606 0.02516 0.001888 0.008462 0.003194 -0.027071 0.016797 -0.023079 -0.021726 0.015077 0.025038 0.012076 -0.015067 -0.014671 0.02261 -0.020455 0.021396 0.018671 -0.029561 -0.020791 -0.011865 0.036997 -0.018227 -0.032546 -0.009909 -0.007782 -0.039858 -0.015963 0.033706 -0.011091 0.01156 -0.013488 -0.006349 -0.017703 0.002887 0.025681 -0.056555 0.005329 0.021978 0.02626 -0.034816 -0.042385 0.002488 0.04202 -0.021549 0.016512 0.001083 -0.001779 -0.038906 -0.034126 0.013691 0.028325 0.018464 0.016234 0.012951 -0.010216 -0.007184 0.043434 -0.021258 -0.006861 -0.008273 0.019224 -0.002472 0.07044 0.010578 -0.024148 0.010979 0.000718 -0.007725 0.006755 -0.005137 0.006129 -0.028766 -0.002875 -4.8e-05 0.017561 -0.007203 -0.024822 -0.005772 -0.002786 -0.003473 -0.024898 -0.039196 -0.007953 -0.012888 -0.030283 0.030674 0.026481 0.010611 0.021817 -0.024125 0.017197 -0.000291 -0.008019 0.038508 -0.005098 0.039447 0.055553 0.027995 0.008552 -0.004151 -0.041102 -0.032227 -0.022151 -0.006808 0.024811 -0.030608 -0.01186 0.003906 -0.012486 0.032698 -0.024777 -0.031165 -0.01986 -0.032643 -0.018773 0.007951 -0.005905 0.017788 0.003273 0.011458 -0.007628 0.012368 0.001954 -0.000255 0.016966 0.046432 -0.052856 -0.00243 -0.023038 0.017598 0.015996 -0.025544 -0.009831 0.021022 -0.013482 -0.0209 -0.012591 0.00774 -0.041065 0.013252 -0.063785 -0.013401 0.008412 0.015327 0.019614 0.017537 0.008357\nਪ 0.043619 0.011997 -0.052014 0.007474 0.01598 0.0375 -0.018016 -0.00819 -0.010051 -0.039267 0.037814 0.007809 0.015086 -0.037191 0.050652 -0.044432 0.007776 -0.006054 -0.012861 -0.037608 -0.030169 -0.009801 0.01613 -0.001229 -0.009505 0.012178 -0.018723 -0.012419 0.000727 -0.047452 0.013282 -0.031365 -0.033647 -0.043727 -6e-05 0.024714 -0.035898 0.038616 -0.016801 0.005625 -0.026802 0.02197 0.013559 0.00398 -0.037797 -0.010103 0.060776 -0.011161 -0.007182 0.018976 -0.006617 0.032443 0.037354 -0.024158 0.048563 -0.000962 -0.013887 0.018762 -0.012166 0.018829 -0.030896 -0.008615 -0.003337 -0.009464 0.00651 0.031894 0.050459 -0.002901 0.023899 0.030088 -0.060855 0.016836 0.029973 0.024343 -0.045128 0.005002 -0.024664 0.022881 -0.051856 -0.017017 0.008973 -0.014326 -0.009392 -0.017163 -0.009491 -0.046341 -0.001372 -0.020147 0.002003 -0.00605 -0.014428 0.002821 0.022813 -0.015124 0.028153 -0.005568 0.003963 -0.044178 -0.013473 -0.015964 -0.02608 0.007865 -0.002117 -0.048437 0.018784 -0.00156 -0.030326 0.017508 0.050143 -0.010465 0.043422 0.021497 0.034295 -0.011236 0.00568 0.000593 -0.020772 0.024808 -0.010578 -0.04851 0.020338 0.01293 0.046113 0.035316 0.043971 0.005484 -0.021414 0.000267 -0.022791 -0.015222 -0.011814 -0.00123 -0.02201 0.034408 -0.018043 0.005227 -0.017778 0.012602 0.037733 0.040976 -0.003266 -0.009775 0.021195 0.025182 -0.026489 -0.056735 0.063933 0.026258 -0.007092 -0.041345 0.009791 0.014048 0.039612 0.01421 -0.0052 0.007355 0.026463 -0.025031 0.010309 -0.030771 -0.03237 0.017256 0.035817 0.011508 -0.013809 -0.021234 0.017607 -0.005746 0.032872 0.01613 -0.021497 -0.030325 -0.018969 0.044961 0.001306 -0.031229 -0.014231 -0.01069 -0.055359 -0.015771 0.024612 -0.023366 0.021662 -0.018782 -0.005723 -0.023993 -0.007056 0.026444 -0.045342 0.023331 0.046217 0.019366 -0.034268 -0.023446 0.003664 0.049284 -0.020579 0.015689 0.009303 0.009298 -0.021554 -0.03123 0.013927 0.016038 0.018332 -0.00579 0.006288 -0.024362 -0.00242 0.019844 -0.003636 -0.017724 0.016681 0.016119 0.003201 0.054514 0.014263 -0.021418 0.01132 0.007094 0.009635 -0.005595 -0.001179 0.009972 -0.02604 -0.014705 0.001746 0.003281 -0.02534 -0.028231 -0.004888 0.001574 -0.00444 0.000633 -0.047496 -0.002992 -0.023296 -0.029132 0.0247 0.00953 -0.017007 0.022181 -0.028297 0.009948 0.011197 0.009759 0.031213 -0.003665 0.035877 0.046967 0.019486 0.019321 -0.013552 -0.030115 -0.024083 -0.032558 -0.026365 0.030515 -0.022769 -0.032064 0.001699 -0.011397 0.037416 -0.032885 -0.028794 -0.011153 -0.0458 -0.002301 0.005268 0.015145 0.028616 -0.00824 0.020358 -0.000491 0.018146 -0.002819 0.013616 0.025006 0.0698 -0.05184 -0.001005 -0.026402 0.018026 0.014499 -0.018744 -0.027506 0.047165 -0.013644 -0.008938 -0.020698 -0.000654 -0.023809 0.024946 -0.061066 0.000199 0.009241 0.004465 0.020924 0.021668 0.030598\nᎯ 0.029738 0.005985 -0.041638 0.020543 0.014838 0.019582 0.01369 0.001625 -0.013306 -0.020208 0.049416 -0.007759 -0.018669 -0.025904 0.027192 -0.008412 0.026979 -0.035212 -0.037985 -0.034976 -0.0248 0.030395 0.00656 0.038549 0.008407 0.02728 -0.008382 -0.005045 -0.014225 -0.040897 0.034124 -0.043182 -0.028103 -0.024655 0.018963 0.038174 -0.063689 0.07218 -0.000631 0.013542 -0.034667 0.03586 -0.029076 0.001589 -0.035668 -0.029456 0.047918 -0.002189 0.006885 0.017433 0.002578 0.056497 0.040385 -0.048142 0.06646 0.030368 0.006605 0.046424 -0.020096 0.023319 -0.037546 -0.04857 -0.015538 -0.035822 0.015343 0.059434 0.057976 -0.042544 0.021139 0.050668 -0.056631 -0.014371 0.034759 0.015171 -0.063412 0.018684 -0.04716 0.047359 -0.024302 -0.049272 0.011035 0.022819 0.008734 0.060945 -0.035803 -0.079333 -0.029394 -0.009099 -0.005196 -0.01687 0.014195 0.036732 0.005731 0.000439 0.020936 -0.003528 0.014017 -0.060333 -0.006838 -0.024119 -0.008905 -0.005331 -0.022108 -0.052591 0.024365 -0.00629 -0.012704 0.006337 0.039532 0.003454 0.076585 0.026831 0.041825 -0.006331 -0.012678 0.001711 -0.036191 -1.6e-05 0.005686 -0.069373 0.033612 0.013319 0.050029 0.022579 0.039974 0.019846 -0.008084 -0.010058 0.004806 -0.020404 -0.007645 0.006598 -0.037105 0.025494 -0.007358 0.033046 -0.035505 0.004759 -0.002263 0.063602 -0.013081 -0.020092 0.023789 0.018477 -0.037631 -0.076526 0.060009 0.034967 0.016443 -0.05689 0.037596 0.003656 0.030079 0.047678 -0.008446 0.012364 0.016649 -0.035322 0.00361 -0.01264 -0.00807 0.017214 0.015004 0.021915 -0.013186 -0.010936 0.03363 -0.015256 0.032061 0.033012 -0.041371 -0.019108 -0.012162 0.061481 -0.052019 -0.035621 -0.023688 -0.004853 -0.049671 -0.027675 0.063784 -0.016425 0.012923 -0.009162 -0.028876 -0.006838 0.010821 0.014593 -0.076449 -0.016897 0.016662 0.050959 -0.042571 -0.037607 -0.012474 0.027443 -0.015024 0.027824 0.027881 1e-05 -0.03802 -0.048045 0.026382 0.03373 0.027717 0.00808 0.028936 -0.02066 -0.001382 0.041713 -0.031515 0.001678 -0.025416 0.023656 -0.000489 0.085956 0.016745 -0.047082 -0.0063 -0.003072 0.003658 0.024355 -0.012159 -0.003493 -0.012458 -0.012358 0.006805 0.031431 -0.000689 -0.016384 0.01003 -0.002423 -0.010405 -0.026659 -0.048209 0.003664 -0.00841 -0.091813 0.053983 0.041058 -0.012872 0.034616 -0.019191 5.6e-05 -0.003919 -0.001892 0.066041 -0.012149 0.036033 0.076134 0.005194 0.011596 0.009213 -0.063445 -0.061058 -0.041654 -0.002011 0.024211 -0.023638 -0.039892 -0.005732 -0.014538 0.033829 -0.038011 -0.017787 -0.020479 -0.028771 -0.015013 0.004867 0.001904 0.013496 0.003089 0.003441 0.006596 0.033017 -0.021097 0.011833 0.012221 0.05611 -0.035963 -0.024033 -0.015447 0.00711 0.000189 -0.02506 0.007137 0.006549 0.000906 -0.04908 -0.0278 -0.028746 -0.060333 0.032704 -0.086242 0.001013 0.011791 0.011887 0.007896 0.025531 -0.005675\nီ 0.033797 -0.006682 -0.03858 0.014386 0.013326 0.047573 0.007795 0.000958 -0.020902 -0.03683 0.044492 0.018476 -0.009444 -0.020988 0.056397 -0.010977 2.7e-05 -0.026266 -0.005871 -0.062657 -0.018854 -0.005291 -0.000901 0.006516 0.00308 0.010448 -0.019773 -0.021242 -0.007711 -0.029892 0.027146 -0.033852 -0.01994 -0.037105 0.008209 0.026558 -0.035492 0.044496 0.005216 0.0233 -0.037801 0.021079 0.004495 -0.002294 -0.032251 -0.019537 0.03732 -0.009439 -0.004325 0.0145 0.001478 0.044583 0.031945 -0.048287 0.044653 0.006376 -0.012823 0.016367 -0.006992 0.016189 -0.05039 -0.036232 -0.001657 -0.000911 0.009653 0.022618 0.048934 -0.008245 0.050294 0.022999 -0.052213 -0.00739 0.017235 0.021948 -0.050689 -0.007267 -0.025466 0.028688 -0.049504 -0.011332 0.012227 -0.004813 -0.011118 0.019564 -0.028986 -0.061459 0.005536 0.009689 -0.025453 0.001128 -0.002994 0.03237 0.004428 -0.022345 0.025669 -0.008942 -0.001792 -0.044177 -0.006053 -0.003689 -0.032367 0.01052 0.009348 -0.034889 0.020062 -0.003292 -0.007028 0.008273 0.044328 -0.004232 0.054388 0.034544 0.025215 -0.020761 0.019624 -0.006698 -0.010144 -0.009307 -0.025884 -0.042692 0.022689 0.006904 0.044918 0.034832 0.047352 6.8e-05 -0.004187 -0.005211 -0.008673 -0.033404 -0.016687 0.006935 -0.028002 0.033153 -0.017196 0.018368 -0.034017 0.030192 0.005912 0.049379 -0.011687 -0.009668 0.011694 0.03213 -0.055143 -0.070669 0.063584 0.005949 0.001262 -0.055427 0.00646 0.018702 0.048587 0.028357 -0.007929 0.009532 0.001054 -0.031584 0.018784 -0.030349 -0.03174 0.022018 0.03271 0.014397 -0.019648 -0.014193 0.030844 -0.023214 0.028126 0.032524 -0.015967 -0.024929 -0.013494 0.03633 -0.026745 -0.037637 0.016949 -0.013563 -0.059678 -0.015801 0.037523 -0.009272 0.00884 -0.010196 -0.016236 -0.029898 -0.002473 0.038136 -0.053457 -0.002719 0.013377 0.042593 -0.053446 -0.049389 -0.009629 0.058614 -0.022117 0.022253 0.002449 -0.004538 -0.0539 -0.044464 0.009613 0.033584 0.027132 0.014081 0.01835 -0.016702 -0.005842 0.050136 -0.039258 -0.001378 -0.01192 0.024964 -0.002335 0.067516 0.010881 -0.032628 -0.011218 0.009 -0.0007 0.013584 -0.00641 0.003995 -0.037007 0.002226 -0.014831 0.024941 -0.01185 -0.018701 -0.014241 -0.002258 -0.006268 -0.048125 -0.045789 -0.007803 -0.011497 -0.044113 0.030274 0.015911 0.009888 0.042358 -0.020649 0.013229 -0.006515 -0.013603 0.029212 -0.005889 0.04817 0.055858 0.023293 0.006107 0.00377 -0.054753 -0.031465 -0.003392 -0.010541 0.022689 -0.026726 -0.005887 0.003757 -0.001828 0.035249 -0.028589 -0.041593 -0.035245 -0.048499 -0.014948 0.002171 0.003895 0.024167 0.004033 0.004839 -0.004632 0.023595 0.006489 0.000803 0.021047 0.070516 -0.067643 -0.00148 -0.014133 0.023216 0.020851 -0.00306 -0.011022 0.014903 -0.014183 -0.01872 -0.017709 0.00234 -0.045154 0.010936 -0.090427 -0.028565 0.014413 0.010383 0.032726 0.01265 0.003946\nж 0.038548 0.006889 -0.05025 0.023037 0.0176 0.03687 0.005613 -0.001941 -0.015643 -0.033395 0.044043 0.011674 -0.012303 -0.030647 0.03989 -0.013717 0.006922 -0.02558 -0.014536 -0.049245 -0.013323 0.001244 0.008689 0.015224 0.007889 0.024936 -0.006822 -0.012963 -0.017886 -0.026595 0.021122 -0.038701 -0.017191 -0.043209 0.012962 0.017603 -0.045615 0.043837 0.007102 0.018902 -0.034872 0.013923 0.002707 0.002412 -0.029949 -0.026875 0.040423 0.000175 -0.00305 0.021544 0.013018 0.057862 0.036567 -0.037822 0.043427 0.01229 -0.000393 0.021054 -0.008535 0.026379 -0.031723 -0.029899 -0.008585 -0.020111 0.016208 0.022422 0.037612 -0.01453 0.028202 0.016207 -0.053433 -0.007949 0.022107 0.01599 -0.056916 0.001256 -0.036093 0.033383 -0.029123 -0.014398 0.016991 -0.001114 -0.000324 0.026073 -0.025989 -0.0563 0.002997 0.003774 -0.026074 -0.006495 -0.010142 0.027831 0.005225 -0.02035 0.015468 -0.006867 0.002227 -0.038381 -0.003549 -0.007937 -0.018107 -0.002964 -0.00367 -0.031269 0.020832 0.001176 -0.01564 0.01232 0.041803 -0.002194 0.051309 0.026273 0.022669 -0.011032 0.013881 0.007988 -0.015614 0.000743 -0.013408 -0.04423 0.023124 0.006269 0.043318 0.030439 0.033081 0.009198 -0.008249 -0.024473 -0.013711 -0.020057 -0.019486 -0.003302 -0.014903 0.030407 -0.022693 0.013972 -0.028486 0.010218 0.010086 0.046035 -0.00667 -0.016197 0.014551 0.029919 -0.035985 -0.055475 0.044395 0.008956 0.006487 -0.042 0.005992 0.004233 0.032584 0.028786 -0.010052 0.001167 -0.000149 -0.023345 0.015428 -0.021122 -0.021682 0.018596 0.018678 0.017067 -0.020926 -0.007828 0.025388 -0.02661 0.019157 0.023293 -0.027622 -0.027828 -0.010944 0.037971 -0.019782 -0.031054 -0.009166 -0.005838 -0.038264 -0.02964 0.036532 -0.009852 0.00337 -0.009674 -0.01006 -0.017242 0.004976 0.019683 -0.063967 0.006569 0.025278 0.029786 -0.030595 -0.041476 0.008824 0.041506 -0.013421 0.018659 0.005561 0.006369 -0.044231 -0.039554 0.015959 0.027813 0.019779 0.01841 0.011833 -0.014052 0.002751 0.039019 -0.028641 -0.006689 -0.006162 0.019322 -0.001232 0.075444 0.003615 -0.025623 0.007239 -0.007686 -0.008821 0.012741 -0.010503 0.006512 -0.017789 -0.006965 0.000809 0.021208 -0.010144 -0.025713 -0.009188 -6.4e-05 -0.006196 -0.034719 -0.042981 -0.001519 -0.005869 -0.042227 0.032221 0.027637 0.004736 0.026445 -0.025342 0.016123 0.006433 -0.011282 0.050879 -0.007411 0.04258 0.054612 0.030884 0.003132 0.009194 -0.048504 -0.046128 -0.020157 -0.003579 0.027563 -0.027684 -0.013252 0.003649 -0.008049 0.029173 -0.029551 -0.029178 -0.022563 -0.032265 -0.023488 0.007181 -6.3e-05 0.014731 -0.004569 0.007442 -0.00643 0.016003 0.008419 0.005709 0.010264 0.042254 -0.052742 -0.002589 -0.023281 0.017978 0.015344 -0.021028 0.003214 0.01968 -0.013907 -0.020874 -0.017706 0.00965 -0.043494 0.008415 -0.066811 -0.012453 0.013506 0.014504 0.018936 0.019538 0.002643\n¹ 0.021233 -0.015446 -0.030502 0.011709 0.004641 0.031994 0.008159 -0.018084 -0.012784 -0.002849 0.025528 -0.006036 -0.011655 -0.017938 0.022686 -0.003795 0.003768 -0.019972 -0.004988 -0.050297 0.001428 -0.000847 -0.005231 0.011445 0.006193 0.013267 -0.000706 -0.00077 0.002595 -0.017012 0.0265 -0.036662 -0.008553 -0.029515 0.013161 0.030224 -0.035075 0.021312 0.003046 0.011253 -0.029566 -0.000375 -0.005068 0.003588 0.00604 -0.008261 0.031447 0.00816 0.003053 0.003079 0.001045 0.044002 0.042924 -0.015127 0.015084 0.009209 -0.006605 0.003867 -0.01036 0.00542 -0.020958 -0.022743 -0.005877 -0.00854 0.021429 -0.000968 0.039913 -0.023304 0.01773 0.004439 -0.042705 -0.000512 0.00696 0.005374 -0.028411 -0.01096 -0.012586 0.011238 -0.013235 -0.009546 -0.010225 0.008891 0.010451 -0.003427 -0.003032 -0.023951 0.004696 0.006951 -0.006846 0.004456 -0.005244 0.027811 0.003976 -0.005108 0.00087 -0.011609 0.005952 -0.035025 0.005483 -0.01283 -0.011066 -0.004703 -0.0118 -0.020676 0.011636 0.002351 -0.010344 -0.006715 0.003679 0.006962 0.028865 0.014058 0.022388 -0.0101 0.015713 0.004608 -0.003755 0.011019 0.009596 -0.040843 0.006491 -0.005927 0.025084 0.017777 0.015662 -0.002897 0.006376 -0.000384 0.002667 0.006413 -0.013918 -0.000385 0.005172 0.015464 -0.00897 0.001795 -0.004788 0.002995 0.006364 0.016756 -0.005333 -0.00439 0.015852 0.013155 -0.01129 -0.024432 0.031146 -0.011931 0.014368 -0.025081 0.0181 0.008488 0.030199 0.015515 -0.006304 0.007182 -0.015753 -0.02774 0.012884 -0.008764 -0.01901 0.005625 0.030656 0.014642 -0.008919 0.000349 0.013662 -0.015443 0.016165 0.006273 -0.010138 -0.010509 -0.022022 0.022935 0.000773 -0.014554 -0.020055 -0.011391 -0.021454 -0.009124 0.024096 0.004403 0.011773 -0.000446 -0.022979 -0.018405 -0.010393 0.027251 -0.037772 0.00509 0.013495 0.025486 -0.015029 -0.039509 -0.011056 0.019006 -0.000797 0.007501 0.005142 0.005959 -0.044419 -0.009317 0.001109 0.011855 0.015324 0.013262 0.007121 -0.005338 0.004299 0.016413 -0.010422 -0.019289 0.00347 0.010806 -0.004857 0.049346 -0.004965 -0.018284 0.008624 -0.004311 -0.009468 0.01788 -0.014254 0.000109 -0.0272 -0.014691 -0.00383 0.008478 -0.00797 -0.014245 -0.005278 0.001366 -0.018791 -0.023067 -0.028409 0.006426 -0.01315 -0.031633 0.018697 0.018091 0.006754 0.024597 -0.025549 0.001416 0.00966 -0.006784 0.030934 -0.013112 0.020313 0.045221 0.019613 0.016626 -0.001383 -0.039068 -0.01076 -0.007502 0.006708 0.011599 -0.028629 -0.01402 0.00747 -0.014549 0.028758 -0.018154 -0.019788 -0.006673 -0.02055 -0.007204 0.003405 0.004593 0.007538 -0.001582 -0.005856 -0.003943 0.00406 -0.010672 -0.00023 0.016686 0.032815 -0.021277 -0.008237 -0.004832 0.016051 0.002012 -0.003972 -0.002763 0.001736 -0.02015 -0.015491 -0.014241 0.015073 -0.040723 -0.005899 -0.053997 -0.012947 0.013544 0.015325 -0.003122 0.021219 0.002078\nර 0.029748 0.005667 -0.053721 0.021082 0.013259 0.037955 0.003592 -0.001718 -0.022206 -0.030121 0.041119 0.015065 -0.00778 -0.034628 0.037468 -0.005172 0.005104 -0.026503 -0.004682 -0.046129 -0.020405 -0.008484 0.014526 0.004977 -0.000319 0.017506 -0.004592 -0.018003 -0.01168 -0.02757 0.025639 -0.034561 -0.027172 -0.040766 0.01873 0.012043 -0.033669 0.04288 0.004391 0.030969 -0.029896 0.012486 -0.003346 -0.000298 -0.033906 -0.012336 0.035673 -0.000246 0.000808 0.019078 0.00398 0.052384 0.034287 -0.031542 0.052343 0.005045 -0.007295 0.025077 -0.010378 0.022625 -0.035079 -0.034155 -0.006824 -0.016601 0.015644 0.022486 0.046394 -0.012994 0.037413 0.008547 -0.053415 -0.003397 0.020982 0.010968 -0.050332 0.001192 -0.032986 0.024087 -0.035371 -0.01233 0.013094 -0.003376 0.000478 0.016919 -0.022947 -0.051714 0.003492 -0.005435 -0.02183 -0.013358 -0.009831 0.025167 0.015942 -0.014905 0.012271 0.004335 -0.00527 -0.037542 -0.006477 0.002287 -0.021936 -0.002353 0.004913 -0.036188 0.016073 0.004316 -0.021172 0.010622 0.037276 -0.006365 0.036585 0.019712 0.026551 -0.014064 0.007726 0.005085 -0.006686 0.007098 -0.023962 -0.047474 0.026405 -0.002018 0.031112 0.027647 0.030902 0.019508 -0.011106 -0.01429 -0.015285 -0.013566 -0.019494 0.000622 -0.010214 0.036552 -0.018478 0.018051 -0.024762 0.008159 0.003855 0.05216 -0.0036 -0.00674 0.015612 0.028375 -0.045379 -0.049378 0.063216 0.020606 0.005261 -0.045662 0.005689 0.019194 0.02843 0.010137 0.00049 0.005968 0.004315 -0.026227 0.020527 -0.026327 -0.022617 0.013898 0.019435 0.010332 -0.015204 -0.017186 0.021743 -0.018884 0.029206 0.019766 -0.027885 -0.018348 -0.010057 0.029173 -0.018034 -0.034455 -0.015908 -0.012987 -0.039528 -0.025328 0.028338 -0.008478 0.008182 -0.010223 -0.012224 -0.015629 0.004246 0.019172 -0.049091 0.003143 0.017243 0.02496 -0.038492 -0.039973 0.005268 0.049055 -0.024893 0.007033 0.002152 -0.002658 -0.036548 -0.026494 0.011141 0.030663 0.028321 0.011871 0.016693 -0.004921 -0.007412 0.035399 -0.018827 -0.007914 -0.014165 0.009867 -0.000186 0.068392 0.02045 -0.019957 0.010529 3.5e-05 -0.003733 0.000238 -0.001434 0.013607 -0.018056 -0.007468 0.003349 0.021328 -0.003764 -0.022126 -0.007078 -0.000684 -0.002644 -0.02258 -0.044871 -0.009932 -0.018653 -0.036071 0.029438 0.016952 0.00883 0.030697 -0.026172 0.008324 0.000364 -0.010687 0.037156 -0.006159 0.042897 0.058468 0.030908 0.007843 -0.000617 -0.044166 -0.038829 -0.025946 -0.006087 0.016577 -0.032964 -0.010661 -0.004663 -0.019031 0.03392 -0.033599 -0.029459 -0.018838 -0.028366 -0.013987 0.008766 0.003081 0.02345 0.00297 0.024115 -0.001471 0.016152 0.019633 -0.004617 0.015614 0.044211 -0.051551 6.3e-05 -0.012757 0.016383 0.01137 -0.01967 -0.004098 0.020434 -0.009503 -0.028067 -0.011339 0.004523 -0.05064 0.012191 -0.068249 -0.005503 0.007675 0.005507 0.020249 0.011624 0.009708\nຽ 0.033855 0.002921 -0.039293 0.027834 0.00607 0.031091 0.002661 0.003289 -0.016225 -0.031425 0.02792 0.008332 -0.009775 -0.021083 0.022398 -0.007431 0.003014 -0.017229 -0.005071 -0.0377 -0.0159 0.00294 0.006136 0.01685 -0.001569 0.008822 -0.015719 -0.003632 -0.012719 -0.028724 0.024263 -0.030965 -0.022614 -0.04063 0.011571 0.011318 -0.030926 0.029361 0.00794 0.020868 -0.025895 0.008256 -0.002223 -0.005902 -0.022981 -0.01528 0.029241 -0.006475 0.000459 0.019796 0.000789 0.042367 0.025885 -0.031212 0.040312 0.00726 0.003155 0.019208 -0.012186 0.022311 -0.031416 -0.018586 -0.005171 -0.009153 0.011339 0.018518 0.032073 -0.011253 0.032091 0.016321 -0.045231 -0.011239 0.0147 0.017149 -0.038737 0.003047 -0.024115 0.022739 -0.037696 -0.009682 0.015294 0.001456 -0.000412 0.010176 -0.02096 -0.057431 0.002116 -0.001209 -0.011215 -0.012211 0.00085 0.023818 0.011395 -0.020366 0.0206 -0.010532 -0.00277 -0.035593 -0.004159 0.000678 -0.022602 0.002951 0.004796 -0.02922 0.016623 -0.002567 -0.013396 0.005497 0.040201 -0.001647 0.039116 0.026015 0.021546 -0.012364 0.000404 0.000923 -0.003165 -0.002252 -0.013658 -0.03667 0.022108 -0.000453 0.037758 0.020322 0.035636 0.0128 -0.01562 -0.006715 -0.009486 -0.017538 -0.009137 -0.004089 -0.019524 0.028729 -0.018271 0.011744 -0.035084 0.003826 0.004252 0.042633 -0.003541 -0.008621 0.007011 0.024218 -0.036145 -0.047699 0.046531 0.012762 0.000354 -0.042233 0.007273 0.007688 0.030395 0.020674 0.004131 0.008978 0.010581 -0.027615 0.011866 -0.024883 -0.021717 0.016202 0.012753 0.013526 -0.013577 -0.016261 0.019012 -0.022868 0.028133 0.011362 -0.01972 -0.017749 -0.016607 0.038421 -0.025778 -0.029049 -0.001335 -0.008957 -0.038898 -0.021865 0.026433 -0.007191 0.004419 -0.00946 -0.003234 -0.015999 0.001777 0.019746 -0.048098 0.001377 0.006592 0.033017 -0.037082 -0.030219 0.003866 0.028884 -0.017014 0.014925 0.013676 -0.00028 -0.020823 -0.028049 0.013083 0.023747 0.014654 0.020611 0.002016 -0.003873 -0.004475 0.03831 -0.013444 -0.009284 -0.001467 0.015435 0.007937 0.052439 0.003644 -0.01986 0.012874 0.000197 -0.005071 0.005413 -0.014869 0.003352 -0.022329 -0.002266 0.002502 0.018387 -0.001863 -0.020753 -0.01236 0.000401 -0.005845 -0.033709 -0.038482 -0.007417 -0.013274 -0.032483 0.021174 0.019962 0.014023 0.030958 -0.03037 0.018188 -0.003597 -0.004691 0.025958 -0.004443 0.030665 0.042133 0.017413 0.007932 0.009718 -0.032921 -0.036264 -0.018045 0.0044 0.019373 -0.024769 -0.010342 0.001397 -0.011954 0.030213 -0.014306 -0.028292 -0.020997 -0.032412 -0.016013 0.010643 0.005599 0.021378 0.008138 0.011261 -0.000854 0.015482 -0.006866 0.003652 0.012306 0.033806 -0.044347 0.001019 -0.01856 0.011561 0.016984 -0.01593 -0.006606 0.014316 -0.006972 -0.022264 -0.003839 0.007423 -0.03693 0.005036 -0.062681 -0.011892 0.009553 0.012182 0.020441 0.020225 0.000777\nி 0.037499 0.005927 -0.063033 0.028379 0.016394 0.042244 0.000509 -0.006224 -0.023995 -0.038995 0.03732 0.016324 -0.005032 -0.035238 0.034494 -0.00822 0.007447 -0.025966 -0.013788 -0.053566 -0.011459 0.000323 0.010494 0.01571 0.008791 0.018897 -0.010595 -0.006608 -0.0234 -0.033018 0.024784 -0.028185 -0.026626 -0.054427 0.022819 0.008623 -0.044442 0.046781 0.007354 0.02761 -0.035656 0.011212 0.005198 -0.003006 -0.040697 -0.023123 0.03486 -0.006526 0.006092 0.024086 0.005991 0.071309 0.038894 -0.041737 0.048002 0.006239 -0.0097 0.021696 -0.012284 0.03088 -0.036942 -0.030197 -0.007164 -0.014514 0.015082 0.024751 0.053547 -0.013879 0.046504 0.022536 -0.054247 -0.006372 0.029107 0.023094 -0.057031 0.006418 -0.036198 0.033053 -0.040349 -0.019383 0.020035 -0.000493 0.005811 0.01743 -0.026879 -0.069324 0.013674 -0.007769 -0.029695 -0.00377 -0.011613 0.026316 -0.00156 -0.022893 0.011565 -0.00548 -0.002179 -0.041701 -0.000472 -0.002137 -0.025288 0.001246 0.002282 -0.038208 0.017502 -0.005021 -0.015752 0.014568 0.040793 -0.006831 0.049958 0.01975 0.031109 -0.020843 0.007399 -0.000753 -0.019841 -0.004025 -0.020598 -0.041837 0.028593 0.000167 0.046737 0.020869 0.045558 0.019919 -0.010571 -0.017009 -0.01803 -0.032043 -0.01832 0.000404 -0.019449 0.028901 -0.028452 0.016887 -0.031346 0.000293 0.009544 0.061039 -0.004801 -0.014155 0.019385 0.032275 -0.047251 -0.066818 0.059608 0.01269 0.005814 -0.049156 0.006667 0.019897 0.04685 0.032009 0.000518 0.005591 0.000267 -0.028238 0.022425 -0.030776 -0.023257 0.012425 0.025709 0.019453 -0.015991 -0.016493 0.030078 -0.025416 0.022035 0.013335 -0.028028 -0.021994 -0.0082 0.037779 -0.02967 -0.035243 -0.011756 -0.010624 -0.048258 -0.033155 0.032807 -0.009422 0.002801 -0.0011 -0.005555 -0.017607 0.002155 0.022614 -0.055714 0.011296 0.008929 0.025271 -0.041762 -0.051846 0.000665 0.054039 -0.019649 0.016355 -0.000335 0.000433 -0.03859 -0.040125 0.013092 0.030997 0.017551 0.02425 0.022555 -0.015128 -0.01106 0.052315 -0.036848 -0.001223 -0.010454 0.019465 -0.00448 0.07848 0.006205 -0.029936 0.011147 -0.004119 -0.006948 0.011078 -0.006519 0.011296 -0.020586 -0.005091 -0.003756 0.025306 -0.00874 -0.029133 -0.008186 0.002153 -0.00589 -0.027269 -0.048069 -0.009953 -0.01686 -0.037053 0.029496 0.026483 0.008762 0.029016 -0.02325 0.019789 0.002719 -0.012428 0.04127 -0.007111 0.043936 0.068649 0.032673 0.008871 -0.002632 -0.051076 -0.039335 -0.027831 -0.004166 0.030283 -0.032665 -0.013086 0.001445 -0.020641 0.046637 -0.031781 -0.041274 -0.028594 -0.043448 -0.017028 0.008907 0.001217 0.030362 0.000529 0.012283 0.006623 0.0155 0.018715 -0.006032 0.024542 0.05847 -0.06532 -0.001474 -0.024483 0.013284 0.02152 -0.016737 -0.010971 0.02369 -0.009784 -0.025684 -0.028722 0.006235 -0.047453 0.008863 -0.077411 0.002897 0.001807 0.016415 0.023251 0.023861 0.002773\nۍ 0.034814 0.011283 -0.034848 0.029873 0.009348 0.023699 0.004874 -0.018753 -0.014398 -0.044516 0.015138 0.001273 -0.033157 -0.02543 0.037238 -0.021872 0.004105 -0.017253 0.02258 -0.050076 -0.027861 0.012395 0.038595 0.015873 -0.003498 0.008527 -0.008934 -0.036953 -0.005234 -0.050748 0.011959 -0.023814 -0.010458 -0.038914 0.007261 0.013106 -0.03865 0.026873 -0.003968 0.041689 -0.032593 0.019547 0.006756 0.000691 -0.036981 -0.014386 0.036119 -0.001922 0.014849 0.008312 -0.012686 0.026832 0.026928 -0.037744 0.046983 0.002535 -0.028765 0.014005 -0.023057 0.019064 -0.034259 -0.0235 0.003421 -0.002002 0.017527 0.01454 0.068751 -0.007979 0.041727 0.034646 -0.055377 0.005748 0.033443 0.018586 -0.040527 0.004911 -0.008206 0.025543 -0.058042 -0.010409 0.003884 0.017 -0.007949 0.003001 -0.039611 -0.053536 0.005139 -0.019497 -0.009699 -0.031756 -0.001992 0.027557 0.023086 -0.022275 0.021158 -0.005059 -0.00315 -0.052164 -0.003484 -0.013408 -0.014931 0.008913 0.018757 -0.046823 0.034353 -0.002013 -0.015544 -2.9e-05 0.042161 -0.015692 0.048979 0.018393 0.008662 0.013402 0.014364 -0.001844 -0.030776 0.013715 -0.028738 -0.041414 0.018571 -0.00634 0.04394 0.031815 0.02121 -0.007505 -0.009386 0.002708 -0.031876 -0.016388 -0.007592 0.011967 -0.013556 0.020539 0.005837 0.026794 -0.028496 -0.011787 0.010652 0.046501 0.015784 -0.000369 0.033265 0.019011 -0.046766 -0.05832 0.069741 0.024984 0.010971 -0.042194 0.023893 -0.011777 0.032958 0.036114 -0.001888 0.020988 0.020164 -0.021106 0.019088 -0.028714 -0.009895 -0.006824 0.055243 0.028758 -0.005005 -0.016145 0.012857 -0.006887 0.037005 0.039355 -0.003171 -0.024797 -0.031305 0.036276 -0.01941 -0.03006 -0.02766 -0.021812 -0.02885 -0.015621 0.016713 -0.005851 0.001382 -0.015202 -0.013858 -0.028647 0.021122 0.039584 -0.047472 0.023282 0.018377 0.006619 -0.037876 -0.035282 0.02092 0.057047 -0.022083 0.023632 -0.005417 -0.019858 -0.033051 -0.019803 -0.002585 0.024126 0.014594 0.007995 0.017086 -0.014148 -0.0078 0.040619 0.001904 -0.014331 -0.016078 0.008213 -0.006396 0.052894 0.003623 -0.016511 0.003922 0.005987 -4.1e-05 -0.004039 0.008915 0.017517 -0.02664 -0.013695 0.019236 0.022242 -0.009448 -0.013286 -0.005455 -0.004663 -0.013825 0.017818 -0.044848 0.019153 -0.006757 -0.030295 0.032757 0.017286 -0.004551 0.032424 -0.015164 0.011823 0.021773 -0.003561 0.003709 -0.020657 0.047791 0.042632 0.039417 0.007128 -0.011231 -0.04815 -0.027281 -0.008325 0.000692 0.006439 -0.061218 0.011477 0.006066 -0.046112 0.035284 -0.041981 -0.03834 -0.010944 -0.027005 0.00012 0.0157 -0.006194 0.002347 0.016764 0.002102 -0.009043 0.015443 0.001841 -0.01939 0.034087 0.071718 -0.056845 0.007138 -0.037032 0.016248 -0.004018 -0.015149 -0.022201 0.027822 -0.02362 -0.023304 -0.018548 0.007842 -0.031826 -0.008018 -0.090139 -0.018949 0.015415 0.00799 0.013691 0.045395 0.008162\n๒ 0.012093 -0.005374 -0.019303 0.036351 0.003864 0.023911 -0.032563 0.014934 -0.005641 -0.015096 -0.029183 -0.022346 -0.019481 -0.048511 0.014439 -0.01403 0.004382 -0.018386 -0.00799 -0.013063 -0.003017 0.01519 0.04762 0.00706 0.005593 -0.017521 -0.014081 0.030188 -0.047485 -0.016483 0.02739 -0.034182 -0.025931 -0.004511 0.004816 0.00168 0.023268 0.037196 0.005622 -0.020069 -0.031948 0.021494 -0.036586 -0.002269 -0.035126 -0.04446 -0.025242 0.006469 0.041959 0.032861 -0.02249 0.007037 0.014831 0.004708 0.027588 0.002566 -0.007605 0.023617 -0.031904 0.028209 0.004461 -0.030762 -0.013371 0.017917 1e-06 0.018957 0.035135 -0.028283 0.063078 0.002511 -0.011291 -0.027903 -0.000312 0.038928 -0.027384 0.034364 -0.029872 -0.002258 -0.030389 -0.023316 0.012387 -0.042624 -0.020417 -0.006878 0.011787 -0.061902 0.003846 -0.002658 -0.039945 -0.001806 -0.009254 0.008953 0.030775 0.011682 -0.024092 0.026108 0.031418 -0.011487 0.012985 0.044189 -0.016624 0.014503 -0.013715 -0.027899 0.034098 0.019925 0.025798 0.016191 0.02035 0.003865 0.048066 0.011352 0.048622 -0.018131 0.013582 0.004417 -0.03506 0.014936 0.001826 -0.009552 0.030656 0.011273 0.032349 0.016636 0.004209 0.003777 -0.008236 -0.050796 0.032834 -0.028613 0.001435 -0.012397 -0.017447 0.00114 -0.005404 0.006836 -0.028608 0.018486 0.034619 -0.008305 0.004656 0.041151 0.023762 0.032293 -0.071955 -0.034901 0.018048 0.010364 -0.028082 -0.035966 0.01933 0.003066 0.007602 0.017044 0.019043 0.009293 0.00814 -0.020218 0.03566 -0.050222 0.016176 0.013081 0.036878 0.003949 0.008638 0.025394 0.00848 0.01863 -0.005648 0.0289 -0.01313 -0.035302 -0.020329 -0.009201 0.002521 -0.019526 0.009236 0.025053 -0.024412 0.003256 0.047146 0.01977 0.00272 0.0135 -0.02875 0.00885 0.029815 0.018675 -0.020249 0.011871 0.008664 0.043398 -0.035217 -0.046652 0.023469 0.012259 0.002754 0.011606 0.004283 -0.004401 -0.011245 0.032413 0.036023 0.009833 0.021398 0.04908 -0.030059 0.020922 0.00663 0.019569 -0.021453 0.010532 -0.00414 0.019427 0.015632 0.044535 -0.02145 0.005476 0.041317 -0.019456 -0.034088 0.024421 -0.008485 0.034225 0.016543 -0.031118 0.006942 0.006858 -0.003155 -0.009786 0.001947 -0.008003 -0.005971 -0.002172 -0.010417 -0.010905 -0.004344 0.00347 0.012625 -0.000623 0.011637 0.014452 0.001988 -0.008796 -0.001656 -0.009589 0.039717 -0.039052 0.019082 0.060983 0.015969 0.006915 0.018771 -0.056353 -0.030782 -0.019565 -0.020124 0.02112 -0.030453 -0.012869 0.012197 0.005364 0.01902 -0.041166 -0.033986 -0.026207 -0.04436 0.019496 0.001009 0.014364 0.003718 -0.009744 0.013275 -0.032366 0.00264 0.022017 0.00023 0.013345 0.017246 -0.01968 -0.012032 -0.036166 -0.008349 0.039282 -0.024382 0.008462 0.004578 0.011554 0.018 0.011675 0.015943 -0.039146 0.035703 -0.022794 -0.018911 0.014636 0.001453 0.008532 0.016448 0.005558\nკ 0.028342 -0.000785 -0.02434 -0.002693 -0.007877 0.014421 -0.006363 -0.011232 -0.015387 -0.021263 0.023338 0.000244 -0.011832 -0.013363 0.019685 -0.0071 0.01406 -0.013532 -0.003425 -0.027691 -0.0091 -0.00324 0.004148 0.005664 -0.005991 0.009701 -0.003618 -0.005728 -0.009406 -0.021154 0.010291 -0.024781 -0.016064 -0.021658 0.00834 0.008194 -0.012354 0.022668 -0.001168 -0.001916 -0.010081 0.009227 0.005336 0.002793 -0.021376 -0.000411 0.01102 0.000921 -0.000533 0.001073 -0.002364 0.022499 0.018372 -0.011072 0.020061 0.010383 0.002968 0.014279 -0.014637 0.019305 -0.014863 -0.004409 -0.00292 -0.004776 0.010534 0.012953 0.018387 -0.001107 0.016991 0.004518 -0.035252 -0.007807 0.009269 0.008959 -0.032786 -0.004757 -0.013172 0.014136 -0.022698 -0.010872 0.002883 -0.002599 -0.011759 -0.00425 -0.014324 -0.021685 0.011396 -0.005408 -0.003672 -0.003744 -0.00812 0.009924 0.016735 0.000628 0.019033 0.003097 -0.001458 -0.024913 -0.000612 0.005955 -0.014955 -0.005222 -0.003597 -0.023481 0.011716 -0.003354 -0.009459 0.012559 0.032765 -0.010387 0.021204 0.016765 0.008522 -0.013696 0.002117 -0.006393 0.001595 0.007465 -0.00905 -0.022619 0.020278 0.008226 0.015641 0.011254 0.026753 0.006396 -0.003559 -0.012737 0.00371 -0.009741 -0.00169 -0.00154 0.001847 0.012893 -0.011704 0.001698 -0.008726 0.004223 0.019454 0.022227 0.006522 -0.00315 -0.004361 0.009967 -0.019874 -0.026868 0.024358 0.017116 0.004137 -0.026956 0.003125 -0.007832 0.027452 -0.003582 0.003358 -0.000746 0.010054 -0.008035 0.007925 -0.011259 -0.013741 0.005763 0.004983 0.024098 -0.008498 -0.005764 0.000239 -0.015587 0.014328 0.005126 -0.007693 -0.017367 -0.003717 0.02125 -0.00473 -0.014063 -0.012305 -0.011002 -0.02629 0.004805 0.008687 -0.003844 -0.000723 -0.012887 -0.009606 -0.018559 0.008601 0.010676 -0.022427 0.000773 0.022162 0.007668 -0.012053 -0.008737 0.008163 0.026268 -0.012764 0.018461 -0.003363 -0.001893 -0.005303 -0.012722 0.010752 0.01087 0.013993 0.004463 0.005463 -0.004581 0.005667 0.026463 -0.004799 -0.002178 -0.005554 0.006421 0.001785 0.043374 0.018372 -0.01389 0.009216 -0.001739 0.002654 0.003723 -0.005731 0.018841 -0.01327 -0.007119 -0.006495 0.014146 -0.002027 -0.016064 -0.00323 0.006536 0.006693 -0.006146 -0.026059 -0.003396 -0.005486 -0.028728 0.016403 0.002037 -0.000934 0.004094 -0.021338 -0.000816 0.006609 0.014675 0.012331 0.002955 0.02853 0.022991 0.015603 0.012996 -0.006447 -0.009986 -0.010773 -0.017543 -0.005116 0.01675 -0.026788 0.001234 0.004595 -0.012262 0.00857 -0.028981 -0.020406 -0.012082 -0.025591 -0.019777 0.000591 -0.000789 0.012204 0.01596 0.011771 -0.002929 0.007913 -0.004189 -0.010623 0.003896 0.028267 -0.03612 0.001248 -0.011941 0.015579 0.000791 -0.011339 -0.005623 0.010876 0.002289 0.002485 0.008932 -0.004618 -0.017702 0.004363 -0.038579 -0.012678 0.005831 0.007182 0.006154 -0.002989 0.003911\nờ 0.045745 0.007103 -0.038858 0.052616 0.003451 0.010117 0.025003 -0.039017 -0.023241 -0.01878 0.033829 -0.025475 -0.012301 0.015468 0.017488 -0.018857 0.025954 -0.027707 -0.007112 -0.035695 -0.023708 0.015529 0.006469 0.026046 -0.010918 0.019929 0.007587 -0.009962 0.021533 0.000259 0.013446 -0.014205 0.017472 0.001224 0.036326 -0.008514 -0.021299 0.003066 -0.002569 0.041562 -0.003698 0.008364 -0.014313 0.008527 -0.028114 -0.041073 0.034917 -0.027137 0.020206 0.026948 0.008793 0.048837 0.041874 -0.027666 0.062846 0.004469 -0.030609 0.019722 -0.013198 0.010499 -0.012277 -0.037022 0.001506 -0.006516 0.027705 -0.00717 0.034226 -0.017299 0.016295 0.014419 -0.037199 -0.007913 0.036458 0.019862 -0.03065 0.037452 -9.3e-05 0.040364 -0.002773 -0.011807 0.021183 -0.002675 0.003523 0.039682 -0.018452 -0.033672 -0.02468 -0.014419 0.010787 -0.04375 0.010037 0.033921 -0.012286 -0.01343 -0.020365 -0.01644 -0.007718 -0.012853 -0.01534 -0.012198 -0.019741 0.01975 -0.011768 -0.004986 0.032162 -0.020737 -0.019476 -0.007625 0.066077 0.019356 0.006363 0.021631 -0.008174 -0.008459 0.019991 0.005331 -0.026201 0.009964 0.001801 -0.034764 0.002542 -0.023423 0.05402 0.013632 0.006173 0.032733 -0.01849 -0.014615 -0.01184 -0.000858 -0.001178 -0.014008 -0.022579 0.021373 0.002407 0.010565 -0.018085 0.031999 0.009175 0.012884 -0.014299 0.014319 0.049464 0.016801 -0.036019 -0.012722 0.020353 0.004779 -0.015604 -0.023213 0.020508 0.003123 0.016825 0.018471 0.004435 0.012692 0.010455 -0.014064 -0.015936 -0.032005 0.010864 -0.00251 0.002447 -0.001882 -0.032054 -0.001947 0.023809 -0.028342 0.026023 0.013645 -0.037256 -0.025536 -0.005033 -0.000796 -0.016915 -0.002962 0.021487 -0.00255 0.001869 -0.024783 0.036153 0.012095 -0.001307 -0.022526 0.003587 0.017095 0.004255 0.004147 -0.065005 -0.030746 0.008199 0.013036 -0.030671 0.021161 -0.037533 0.029828 0.027552 0.003736 0.016338 0.017401 -0.042011 -0.03465 0.00467 0.023291 0.034522 -0.014416 0.016317 0.01234 -0.012544 0.006981 -0.034108 0.014607 0.0289 -0.012157 0.019334 0.023722 0.015504 -0.016909 0.019789 0.033214 0.045657 0.008707 0.001299 -0.029649 -0.00035 -0.020317 0.024606 0.012666 0.004628 -0.001683 0.00113 -0.018621 -0.014631 -0.053421 -0.023839 0.015837 -0.005444 -0.049062 0.018256 0.013287 -0.017871 0.04151 -0.012147 -0.003846 -0.01264 -0.004406 0.028064 0.017086 0.015225 0.058031 -0.007823 0.003472 -0.000625 -0.050632 -0.01623 -0.006429 -0.00628 0.027143 -0.009755 -0.038771 0.011557 -0.002612 -0.02027 -0.024969 -0.03009 -0.032165 -0.012036 0.002833 -0.009854 -0.002363 0.005197 -0.013358 0.012353 0.003208 0.025527 -0.016029 0.028215 0.027308 0.030142 -0.032361 -0.007728 0.002695 -0.006771 0.008769 -0.025615 0.007513 -0.008051 -0.001425 -0.0236 0.008106 0.022844 -0.028615 0.005123 -0.039528 -0.014147 0.008514 -0.000549 -0.010211 0.031695 -0.022987\nǣ 0.031225 -0.031401 0.016009 -0.002585 0.004931 0.037984 -0.009915 -0.001482 -0.016153 -0.014642 0.028633 0.004579 0.000549 -0.035278 0.022916 0.012568 0.011957 -0.029023 -0.007205 -0.041458 -0.031174 0.009497 0.013301 -0.002338 0.001186 0.013394 -0.021651 -0.000331 0.001599 0.03997 0.029487 -0.031505 -0.016227 -0.005513 -0.018293 0.012885 -0.017456 0.002735 -0.010337 0.001104 -0.018071 0.036179 -0.00028 0.016909 0.01524 -0.016608 -0.006615 0.039173 0.034402 0.004022 0.026055 -0.000503 0.022461 -0.015545 0.015818 -0.003802 -0.011999 -0.0129 -0.026586 -0.012818 -0.017971 -0.013983 -0.002334 0.002768 0.000222 -0.016898 0.023187 -0.010133 0.035288 0.015257 0.008741 0.026278 0.004568 0.04515 -0.015662 -0.03741 0.003388 0.011 0.010325 0.030919 -0.000489 0.003556 -0.03152 -0.016346 -0.010456 0.000391 -0.036009 -0.002422 -0.021913 0.012134 -0.012871 -0.005406 -0.007633 0.026581 -0.02516 -0.000765 0.001034 -0.025695 -0.002685 -0.007235 0.043527 -0.013061 -0.002797 -0.010958 0.010082 -0.000432 0.002724 -0.009495 -0.006492 0.013048 0.030384 -0.00045 0.034013 0.016113 0.002251 0.028851 0.020607 0.00684 0.006037 -0.003812 0.027905 -0.029997 -0.003381 0.026436 -0.009263 -0.017545 0.025774 -0.02382 0.00046 -0.026187 -0.004946 0.023939 -0.024275 0.029977 -0.05178 0.013383 0.013314 0.028084 0.003402 0.000199 0.005809 -0.012562 0.022042 0.020885 -0.018432 -0.035274 0.046003 0.005169 -0.014841 -0.028431 -0.029516 0.005802 -0.000555 -0.01665 0.001433 -0.009126 0.014087 -0.010659 0.005705 -0.006072 -0.03642 0.017306 0.02022 -0.011037 -0.022072 0.013329 0.00452 0.002962 0.03429 0.01273 -0.01911 -0.034393 0.007243 0.032361 0.004891 0.00153 -0.033269 -0.007793 0.039854 0.028822 0.032606 0.015477 0.002085 0.013369 -0.019803 0.020007 0.038372 -0.001984 -0.054074 0.00677 -0.003636 0.023368 -0.007183 -0.003407 0.011968 -0.010196 -0.017349 0.02752 0.009508 0.001328 0.000952 -0.022775 0.009807 0.007863 0.031181 -0.007356 -0.011797 -0.033399 0.01007 -0.002492 0.02027 -0.029113 0.01894 -0.008682 0.014147 0.035498 -0.005089 -0.015255 -0.013482 0.007849 0.008546 0.026555 -0.021838 0.002435 0.00527 0.018938 -0.019392 0.017657 -0.00626 -0.01107 -0.012063 -0.014963 -0.004525 0.000391 -0.022708 0.007161 -0.034243 -0.009216 0.002022 0.032284 -0.01519 0.00323 0.013732 0.004308 0.019484 0.002487 0.023912 -0.014 -0.020834 0.01713 -0.004194 0.033032 0.004431 -0.007234 -0.018304 -0.018203 -0.040581 -0.005623 -0.028644 0.014298 -0.014892 0.013383 -0.000721 -0.002511 -0.024578 0.021686 0.015284 -0.010119 -0.0091 0.00567 0.016015 -0.027857 -0.009807 0.00335 -0.03809 -0.030098 -0.000945 0.025151 0.018202 -0.008046 -0.00611 -0.00078 0.010257 0.001013 0.012322 0.033573 -0.033138 -0.010463 0.028904 0.017793 0.00534 -0.041213 -0.028073 -0.029883 -0.039391 -0.002281 -0.013311 0.019763 0.00646 -0.012326\n٢ 0.045565 -0.007634 -0.084338 0.019799 0.019484 0.02462 0.041755 -0.005109 -0.017247 -0.068616 0.047336 0.04798 -0.0195 -0.027484 0.048017 -0.081551 0.035179 -0.045654 0.018697 -0.127441 -0.01488 0.006872 -0.017769 0.028292 0.023995 0.024434 0.010654 -0.023939 -0.030717 -0.111017 0.043216 -0.039192 0.044784 -0.047885 -0.025173 0.06944 -0.076031 0.057739 0.015163 0.00125 -0.050072 0.040297 0.012286 0.002039 -0.015272 -0.032554 0.11701 0.071297 -0.021383 0.009693 0.020431 0.057249 0.060503 -0.068677 0.102255 -0.016685 0.008433 0.051139 0.028083 0.034349 -0.019949 -0.027855 -0.001662 -0.057616 0.006822 0.08183 0.070999 0.007373 0.051357 0.004438 -0.085509 -0.041966 0.011145 0.007634 -0.097701 -0.028763 -0.052129 0.038404 -0.020086 -0.08281 0.023376 0.023201 -0.051055 0.027769 -0.063346 -0.090295 0.028064 -0.050418 0.011106 0.036502 0.026763 0.053598 -0.027471 -0.060637 0.035462 0.032048 0.004574 -0.093038 0.013231 0.018169 -0.024439 -0.00216 0.03949 -0.049167 0.016002 -0.025885 -0.044973 0.004331 0.043395 0.017131 0.05408 0.073202 0.040776 -0.024736 0.000968 0.017153 0.003515 0.018441 -0.026226 -0.027535 0.011316 0.010417 0.051472 0.064525 0.044411 0.034587 -0.013875 0.008589 0.009593 -0.011615 -0.061318 -0.019762 -0.054397 0.071877 -0.041828 -0.015603 -0.078506 8.8e-05 0.00824 0.132953 -0.006041 -0.060861 0.02416 0.014129 -0.074695 -0.091768 0.056249 0.006625 0.031375 -0.065103 -0.019244 -0.019738 0.026066 0.097015 -0.035226 0.017102 -0.032302 -0.022149 -0.019879 -0.042593 -0.016582 -0.02402 0.03839 0.032532 -0.042158 -0.034047 0.024831 -0.030224 0.048325 -0.011991 -0.058835 -0.047719 -0.067158 0.030663 -0.028559 -0.060665 -0.007345 0.004006 -0.035908 -0.034263 0.068555 -0.020166 -0.013137 -0.04082 0.004059 -0.044564 -0.013843 0.026758 -0.098275 0.020251 -0.003482 0.041795 -0.05803 -0.042966 0.027455 0.047651 0.017885 0.022609 -0.039919 -0.009408 -0.072656 -0.021187 -0.014676 0.008824 0.040712 0.050639 0.013663 -0.017707 -0.010209 0.061355 -0.088669 0.016427 -0.035225 0.02557 -0.013045 0.135683 0.016077 0.007295 0.017548 -0.047047 -0.013349 0.061427 -0.007427 -0.01996 -0.06401 0.019244 -0.022745 0.061973 -0.035463 -0.061074 0.006252 -0.017824 0.060429 -0.015895 -0.048527 -0.026437 -0.029043 -0.063899 0.058925 0.029434 0.003112 0.053966 -0.034501 -0.033931 0.010994 -0.05215 0.096855 -0.027977 0.063945 0.084521 0.074202 -0.010783 -0.056019 -0.1326 -0.024289 -0.010285 -0.014844 0.051689 -0.020919 -0.071229 -0.01776 0.018954 0.079607 -0.023956 -0.033642 -0.063273 -0.055919 0.003073 0.016535 -0.009035 0.056029 -0.022039 0.014502 -0.030286 -0.002513 -0.078786 -0.001659 0.029106 0.076981 -0.011626 -0.012437 -0.033304 -0.001183 0.079582 -0.019829 0.032269 -0.002526 0.010538 -0.026317 -0.046789 0.030702 -0.098832 0.04251 -0.081521 0.00133 0.011817 0.03889 0.009201 0.040549 0.014475\n˥ 0.0184 -0.002069 -0.021209 0.004709 0.014869 0.038807 0.016405 -0.004505 -0.015594 -0.019214 0.043873 0.00952 -0.00332 -0.014269 0.010199 0.000198 -0.0116 0.000566 0.007401 -0.020236 -0.000233 -0.008674 -0.011147 0.021975 0.007239 0.007801 -0.013714 0.002885 0.00559 -0.019519 0.016772 -0.032523 -0.024308 -0.021021 0.004303 0.009043 -0.036477 0.030621 0.020052 0.008388 -0.00731 0.00875 0.009053 0.010256 -0.010611 -0.009208 0.022027 0.008632 0.001488 0.018247 0.01708 0.03217 0.030478 -0.018546 0.020964 0.018065 -0.006163 0.005355 -0.013827 0.013032 -0.01713 -0.020263 -0.00639 0.002923 0.001601 0.02081 0.038695 -0.00701 0.026607 0.017429 -0.026738 -0.011421 0.013275 0.008083 -0.033469 -0.006112 -0.013561 -0.000324 -0.03333 -0.001541 0.001755 -0.011395 -0.025448 0.012469 0.000184 -0.029328 0.001639 -0.019113 -0.001872 0.013197 -0.018717 0.006254 -0.007135 -0.001716 0.01061 -0.012516 3.7e-05 -0.015394 -0.020809 -0.015862 -0.022315 -0.014067 -0.015449 -0.013399 0.004821 -0.018532 -0.010728 0.01493 0.004081 0.006926 0.038365 0.010026 0.010625 -0.009149 0.007217 0.005604 -0.001735 -0.003087 -0.025237 -0.007368 0.03296 -0.001721 0.021701 0.012846 0.015083 0.004293 0.009142 -0.006272 -0.008932 -0.017704 -4.8e-05 0.007199 -0.017726 0.02766 0.001063 0.018312 -0.004602 0.019389 0.01594 0.048305 -0.002659 -0.000105 0.000414 0.024557 -0.023758 -0.042371 0.039757 0.003554 0.000224 -0.04928 0.002154 0.013675 0.024311 0.007383 -0.00737 -0.006727 -0.015096 -0.025019 0.016996 0.005404 -0.019971 0.01414 -0.00149 -0.015659 -0.010085 -0.019123 -0.00186 -0.023593 0.012976 0.030169 -0.027548 -0.02326 0.014728 0.0087 -0.014919 -0.024753 0.005245 -0.004269 -0.037671 0.006621 0.036076 -0.010001 0.015178 0.01014 -0.011785 -0.013752 0.008042 0.005889 -0.019461 0.002346 0.018186 0.010449 -0.039291 -0.048275 -0.010457 0.014228 -0.025038 0.018352 0.015626 -0.013735 -0.036535 -0.001314 0.03878 0.027216 0.011427 -0.012029 0.014966 -0.013635 -0.014099 0.022804 -0.009133 -0.024194 -0.002937 0.025459 0.019106 0.049952 0.001387 -0.020463 0.021641 0.015688 -0.018593 -0.006619 0.004791 -0.004729 -0.026446 0.016693 -0.010078 -0.006427 0.007177 0.006146 -0.003295 -0.006027 0.002846 -0.02763 -0.02144 0.017413 -0.017647 -0.020503 0.015208 0.018991 -0.017527 0.019698 0.004722 0.020207 0.014234 -0.016961 0.021603 0.014769 0.016205 0.031935 0.004019 0.013779 -0.013772 -0.018394 -0.026733 -0.010599 -0.009724 0.012685 -0.01262 -0.011198 0.010517 -0.01052 0.019188 -0.01765 -0.007252 -0.010503 -0.020519 0.007129 -0.009673 0.0021 0.020519 -0.006238 0.014495 -0.001086 0.001748 -0.002642 0.02885 0.01411 0.026216 -0.033128 -0.017424 -0.009257 0.014841 0.015148 0.002193 -0.007102 0.017934 -0.009202 -0.010975 -0.010443 0.004168 -0.019299 0.008888 -0.051065 -0.013798 0.006274 -0.002589 -0.007066 0.024124 -0.017965\n౦ 0.043914 -0.001262 -0.058124 0.019062 0.009317 0.044687 -0.001137 -0.012881 -0.0219 -0.033028 0.040842 0.001721 -0.015558 -0.039483 0.025017 0.003696 0.020722 -0.021113 -0.017299 -0.05465 -0.032262 -0.012984 -0.001337 0.026036 0.006154 0.023866 0.000265 0.004545 -0.012337 -0.024882 0.007359 -0.015244 -0.014107 -0.038411 0.006609 0.017992 -0.040293 0.053848 0.007093 0.029468 -0.048118 0.016066 -0.008242 -0.002744 -0.020343 -0.014223 0.044382 -0.004642 0.002481 0.014255 -0.008657 0.065419 0.036392 -0.035074 0.031688 0.008925 -0.004457 0.03522 -0.029013 0.03824 -0.030214 -0.054534 0.001074 -0.015416 0.029261 0.011637 0.058789 -0.005716 0.04472 0.009004 -0.046301 -0.007939 0.046529 0.01654 -0.036852 0.003848 -0.033894 0.049286 -0.02811 -0.022572 0.012342 -0.014693 -0.005771 0.007166 -0.020527 -0.065218 0.007109 -0.027745 -0.024924 -0.009916 -0.016078 0.024145 0.005675 -0.022239 0.033215 0.010087 0.006248 -0.063315 0.011578 0.005974 -0.024561 -0.00659 -0.003616 -0.022759 0.012154 -0.01419 -0.0216 0.006831 0.045873 0.010202 0.0605 0.030197 0.031329 -0.027584 0.006185 0.008835 -0.022384 0.000508 -0.011812 -0.057136 0.019298 -0.014563 0.050527 0.023701 0.035471 0.009397 -0.017583 -0.01714 -0.018711 -0.017144 -0.011237 0.000277 -0.017536 0.03351 -0.0145 0.026023 -0.047612 0.012462 0.001144 0.065411 -0.005652 -0.008314 0.025695 0.031466 -0.033557 -0.060803 0.051245 0.001832 0.014445 -0.031767 0.020966 0.018753 0.036467 0.03443 0.004396 -0.005112 0.003701 -0.011239 0.016253 -0.030584 -0.005648 0.010494 0.033601 0.017874 -0.006893 -0.009868 0.016371 -0.0226 0.030126 0.035963 -0.042131 -0.03644 -0.026395 0.037024 -0.018468 -0.035189 -0.019605 -0.005112 -0.052228 -0.017747 0.040313 -0.000377 0.014725 -0.029623 -0.004204 -0.00816 -0.007354 0.043099 -0.07389 -0.000977 0.002121 0.023334 -0.028726 -0.028961 -0.009916 0.033893 -0.015593 0.031712 0.005854 -0.00693 -0.041012 -0.035317 0.025219 0.024637 0.026716 0.015732 0.021794 -0.023655 -0.00952 0.052941 -0.021081 0.015475 -0.001169 0.004131 -0.010913 0.079517 0.006924 -0.022679 0.009868 0.010797 0.004437 0.002658 -0.013193 0.00026 -0.026642 -0.001257 0.008721 0.026473 0.010408 -0.03508 0.01036 0.004012 -0.011848 -0.029219 -0.037901 -0.003374 -0.012961 -0.03484 0.017337 0.025508 -0.001713 0.043067 -0.032349 0.010623 -0.008513 -0.010498 0.045963 -0.004526 0.045392 0.070242 0.020192 0.004164 0.011011 -0.065052 -0.033903 -0.031645 -0.006016 0.039355 -0.048718 -0.019141 0.008383 -0.022378 0.044706 -0.034177 -0.047505 -0.018684 -0.042461 -0.014277 0.017862 0.009046 0.017545 0.027197 0.024467 -0.005094 0.028515 0.000713 -0.016134 0.028319 0.054482 -0.059451 -0.000295 -0.020942 0.008957 0.012355 -0.016156 -0.016521 0.023696 -0.008707 -0.021413 -0.006999 0.021428 -0.044583 0.009508 -0.061381 -0.00634 0.001704 0.014449 0.012074 0.031635 -0.009586\nù 0.046663 -0.002223 -0.039273 0.044959 0.031044 0.030538 0.029654 -0.023302 -0.029805 -0.021516 0.048304 -0.020949 -0.009611 -0.006788 0.013592 -0.00184 0.020894 -0.036513 -0.003932 -0.033421 -0.022465 0.010416 -0.005419 0.021107 -0.020291 0.031641 0.006792 0.000624 0.015868 -0.022258 0.028953 -0.034966 0.013759 -0.010974 0.02642 0.007078 -0.039417 0.026423 0.001513 0.042675 -0.015785 0.024669 -0.027096 -0.007136 -0.040435 -0.060886 0.046866 -0.006788 0.012442 0.026092 0.012477 0.040477 0.041495 -0.041104 0.055289 0.010011 -0.01055 0.025186 -0.008559 0.018788 -0.029041 -0.032581 -0.01437 -0.00897 0.012137 0.014864 0.045532 -0.024329 0.035704 0.005324 -0.045523 -0.014235 0.038749 0.022703 -0.046387 0.033848 -0.007723 0.039205 -0.02427 -0.013071 0.022021 -0.000651 0.015771 0.044815 -0.025177 -0.059527 -0.016173 -0.013607 -0.012103 -0.021642 0.005153 0.037015 -0.008468 -0.020369 0.003768 -0.01619 -0.009812 -0.009086 -0.009514 -0.019168 -0.014738 0.03117 0.002908 -0.017692 0.026604 -0.000847 -0.014355 -0.007341 0.05815 0.005845 0.02297 0.017216 0.00187 -0.005977 0.014093 0.010239 -0.016844 -0.012201 -0.010378 -0.040788 -0.00241 -0.006952 0.064245 0.0189 0.033789 0.021851 -0.026939 -0.020182 -0.014103 -0.002509 -0.012047 0.001038 -0.018797 0.016076 -0.01414 0.018406 -0.024156 0.028772 0.009771 0.048537 -0.0097 0.005351 0.031527 0.040017 -0.03604 -0.029587 0.043501 -0.005174 -0.020266 -0.034643 -0.007839 -0.001076 0.023002 0.029505 -0.004745 0.016585 0.000206 -0.013089 -0.000819 -0.043271 -0.005861 0.011667 0.027723 0.005496 -0.024454 -0.004452 0.031881 -0.023727 0.025889 0.016811 -0.042114 -0.042878 -0.012526 0.007837 -0.049907 -0.010947 0.010306 0.012415 -0.009001 -0.037238 0.049259 0.01368 -0.005671 -0.0059 -0.004308 0.006939 0.011134 -0.002271 -0.049571 -0.00595 0.009814 0.025192 -0.024579 -0.005698 -0.031845 0.035363 0.004548 0.001925 0.017132 -0.002497 -0.041597 -0.043833 0.012721 0.034041 0.040571 0.00319 0.013649 -0.007297 -0.024234 0.024208 -0.039409 0.007635 0.002162 -0.010933 0.001899 0.038541 0.018781 -0.011966 0.011564 0.027769 0.019341 0.00314 0.003546 -0.023718 -0.019324 -0.016569 0.026084 -0.000256 0.016692 -0.006564 -0.012735 -0.021804 -0.020368 -0.039655 -0.039019 0.015421 -0.010942 -0.056467 0.039345 0.019722 -0.001343 0.040476 -0.029251 0.01326 -0.002187 -0.017215 0.041034 0.007301 0.026703 0.0647 0.004864 0.011985 0.011231 -0.055998 -0.034627 -0.018001 -0.008553 0.043243 -0.006882 -0.033542 -0.001816 0.00937 0.011333 -0.035631 -0.05069 -0.034746 -0.022045 -0.004591 -0.010148 0.00628 0.006389 -0.00674 0.00597 -0.008046 0.027726 -0.014697 0.017967 0.027292 0.043615 -0.053817 -0.012417 -0.010751 0.005204 0.017514 -0.049474 0.016146 -0.003404 -0.002535 -0.046207 -0.002244 0.023874 -0.044247 0.003856 -0.060396 -0.01109 0.016886 0.001017 0.003719 0.046172 -0.016879\nɺ -0.001536 -0.002291 -0.016164 -0.003221 -0.006965 0.019224 0.02814 -0.002855 -0.017797 -0.037669 0.04678 0.02266 -0.012709 -0.004684 0.040855 -0.015949 0.010021 -0.008134 0.034204 -0.049109 0.003966 -0.022969 -0.038648 0.019799 0.006119 0.00379 -0.027939 -0.033626 -0.007048 -0.022225 0.042944 -0.048604 -0.025153 -0.032433 -0.03054 0.022114 -0.032777 0.055471 0.032592 -0.007583 -0.044103 0.035288 0.011212 0.027624 -0.015216 -0.02045 0.035616 -0.004959 -0.015649 -0.003664 0.004442 0.077981 0.022732 -0.020316 0.037225 0.00731 0.00596 0.04094 -0.020413 0.038717 -0.038111 -0.027893 -0.013389 0.00961 0.017999 0.054477 0.043043 -0.030534 0.002658 0.038594 -0.016735 -0.001321 -0.002906 0.03757 -0.015959 -0.02847 -0.013047 0.003742 -0.005326 0.006872 0.014957 -0.033062 -0.030969 0.009801 -0.009903 -0.062108 0.026425 -0.005936 0.001595 0.023895 -0.009992 -0.000234 0.02697 0.00386 0.013862 -0.021279 0.013755 -0.056523 -0.053385 -0.006161 -0.059506 -0.024261 -0.010769 -0.031671 0.024596 -0.010554 0.004542 -0.018763 -0.010319 0.009792 0.069586 -0.001679 0.013546 0.000791 0.011978 -0.008687 -0.022017 -0.013148 -0.018691 -0.005921 0.036384 0.022266 -0.002677 0.013702 0.014398 -0.029615 -0.008718 0.018445 -0.013646 -0.006108 0.022794 0.023835 0.003722 0.036227 0.007037 0.029945 -0.020866 0.054209 0.014439 0.053491 -0.009893 0.018062 -0.010095 0.024113 0.003557 -0.083519 0.021995 -0.019727 -0.006993 -0.049975 0.03229 0.013269 0.038068 0.039018 0.010522 -0.00608 -0.002469 -0.021785 0.032977 -0.014785 -0.022487 0.021135 0.029984 -0.000836 -0.01207 -0.012849 0.033839 -0.035296 0.014252 0.082175 -0.013916 -0.033745 -0.010552 0.018721 -0.001004 -0.003954 0.002885 -0.025046 -0.04349 0.018461 0.058899 0.006655 0.018174 0.022206 -0.042188 -0.037394 -0.007166 0.034306 -0.029651 0.015831 0.001785 0.02998 -0.052452 -0.048196 -0.003046 0.037333 -0.02727 0.00944 -0.008351 -0.02244 -0.053332 -0.025429 0.043282 0.057266 0.050002 0.016448 -0.004025 -0.054294 0.004217 0.009638 -0.001516 0.004421 0.01526 0.020126 0.033887 0.041448 -0.010704 -0.018019 0.025119 0.007025 -0.031973 -0.032273 0.002561 0.008636 -0.052645 0.01515 -0.020253 0.014384 0.025347 0.005127 -0.009102 0.016541 0.006549 -0.050072 -0.049881 0.013648 -0.028838 -0.006424 -0.00772 0.008196 0.028509 0.036562 -0.028014 0.002096 -0.02797 -0.020779 0.020098 0.028021 0.054052 0.03638 -0.01319 -0.015074 -0.032562 -0.034284 -0.03657 0.007719 -0.016958 0.026615 -0.028624 -0.008673 -0.007075 -0.030276 0.022816 -0.016474 -0.009753 0.007365 -0.031761 0.042483 -0.001772 0.018152 0.004089 0.026171 0.032839 0.00355 0.052332 0.001797 0.014505 -0.007977 0.039269 -0.045353 -0.002817 0.004133 0.022212 0.019899 0.023929 0.017441 0.027409 0.002225 -0.023811 0.001781 -0.023868 -0.0297 0.005387 -0.054607 -0.033838 -0.014933 0.007235 0.004514 -0.019674 -0.048068\nོ 0.038527 0.007907 -0.054793 0.030989 0.010387 0.040271 0.008192 -0.008232 -0.01943 -0.026137 0.035082 0.014949 -0.005685 -0.027235 0.032925 -0.005937 0.002073 -0.023324 -0.010429 -0.044349 -0.011109 0.004083 0.003394 0.013389 0.004929 0.023286 -0.013346 -0.010813 -0.012454 -0.020502 0.021023 -0.036627 -0.027539 -0.052794 0.017562 0.016916 -0.0468 0.046102 0.013186 0.021066 -0.029478 0.005279 -0.009826 0.000873 -0.031227 -0.02517 0.030791 0.008962 -0.002138 0.026157 0.007686 0.058225 0.032135 -0.033884 0.043463 0.01074 -0.003223 0.015765 -0.01068 0.031488 -0.039145 -0.028792 -0.014877 -0.015408 0.015838 0.027339 0.041633 -0.023702 0.037122 0.019692 -0.062071 -0.011604 0.022869 0.01994 -0.050078 0.006656 -0.036423 0.025338 -0.030756 -0.016706 0.014385 -0.001642 0.003858 0.018955 -0.028551 -0.058417 0.003706 0.003875 -0.018903 -0.004471 -0.006294 0.026054 0.009887 -0.013647 0.012767 -0.004778 -0.000799 -0.037267 -0.004473 -0.011601 -0.019988 0.006802 -0.003444 -0.04005 0.018863 -0.003701 -0.015941 0.006859 0.038432 -0.008823 0.049047 0.018846 0.029816 -0.020799 0.008796 -0.001687 -0.016941 -0.001777 -0.016771 -0.040488 0.023121 -0.004926 0.043662 0.021506 0.034911 0.011578 -0.013977 -0.016052 -0.014331 -0.023354 -0.011737 -0.006184 -0.011019 0.026824 -0.027171 0.021578 -0.030982 0.003367 0.009433 0.050288 -0.006719 -0.015662 0.011546 0.035549 -0.039391 -0.042233 0.045193 0.004123 0.002482 -0.034138 -0.001473 0.015348 0.03352 0.029869 -0.006697 0.004863 -0.004336 -0.020871 0.020532 -0.020462 -0.014413 0.015445 0.025854 0.020379 -0.008243 -0.027388 0.020917 -0.023539 0.019685 0.02022 -0.03151 -0.026122 -0.004344 0.030727 -0.017565 -0.040452 -0.018447 -0.007277 -0.038771 -0.014275 0.035938 -0.010021 0.007885 -0.007433 -0.006242 -0.017936 0.003044 0.025419 -0.068923 0.010219 0.008392 0.035586 -0.027861 -0.038555 0.003421 0.04171 -0.030195 0.016616 0.001663 0.002903 -0.037281 -0.032307 0.011748 0.035098 0.023499 0.01982 0.0094 -0.005631 -0.013753 0.048725 -0.028719 -0.011008 -0.008107 0.022303 -0.001771 0.0681 0.006149 -0.024648 0.002613 -0.002738 -0.014678 0.016517 -0.004146 0.006177 -0.029476 0.001412 -0.000683 0.018787 -0.007593 -0.030012 -0.010072 -0.006166 -0.008902 -0.023365 -0.035389 -0.004031 -0.014444 -0.029146 0.028073 0.027746 0.007968 0.035833 -0.020098 0.016203 0.009379 -0.009045 0.042797 0.005793 0.04099 0.050037 0.025824 0.005479 0.002876 -0.044139 -0.031301 -0.026921 0.003222 0.025194 -0.027345 -0.006258 0.003753 -0.017733 0.028637 -0.033809 -0.034021 -0.021155 -0.041538 -0.020551 0.006181 -0.004525 0.020702 0.007013 0.004837 -0.001696 0.010987 0.006713 -0.003201 0.01782 0.045053 -0.052552 0.003825 -0.024168 0.013237 0.015571 -0.032555 -0.006005 0.007075 -0.011052 -0.027468 -0.024669 0.012359 -0.045767 0.012626 -0.071159 -0.020099 0.002836 0.015632 0.026184 0.028591 0.002967\nህ 0.021331 0.001949 -0.030569 -0.013195 -0.006099 0.022465 -0.009223 -0.023675 -0.001181 -0.023668 0.041546 0.010211 -0.000108 -0.038281 0.02817 -0.007542 0.008751 0.020694 -0.0279 -0.059036 -0.016528 -0.009483 0.017587 -0.009219 -0.004154 0.002711 -0.007351 -0.014733 -0.021584 -0.030255 0.004898 -0.019719 -0.019764 -0.012146 -0.003026 0.003119 -0.008406 0.024735 -0.005191 0.026435 -0.024554 -0.002233 0.007086 0.001678 -0.027285 0.003307 0.030767 -0.005146 -0.00363 -0.005654 -0.010647 0.039815 0.004663 -0.023098 0.019487 0.007047 -0.022321 0.002617 -0.001645 0.005085 -0.030126 -0.002023 -0.01901 0.007146 0.017831 0.003415 0.021661 0.010853 0.044739 0.024299 -0.030217 -0.008211 0.023277 0.018683 -0.02676 -0.005512 -0.009818 0.000149 -0.045025 0.000432 -0.011148 -0.003388 -0.016387 -0.011302 -0.01882 -0.017292 -0.010162 -0.008049 -0.018929 -0.028718 -0.017368 0.029284 0.029116 -0.024474 0.018243 -0.022108 -0.017307 -0.018169 -0.009514 0.012494 -0.027331 0.002883 0.011497 -0.023116 0.014857 -0.005921 -0.025036 0.012701 0.0407 0.003488 0.012678 0.041321 -0.001609 -0.004248 -0.000281 0.009243 -0.011028 0.006934 -0.011909 -0.014062 -0.002372 0.010875 0.018066 0.039139 0.030261 0.003301 -0.011562 -0.014488 -0.024081 -0.026508 -0.01164 -0.006035 -0.005978 0.020201 -0.006632 -0.012559 0.009286 0.015091 0.015142 0.030828 0.014701 0.001728 0.013172 0.018421 -0.032513 -0.044711 0.052444 0.021915 0.002003 -0.02986 0.01186 0.01012 0.028492 0.019736 -0.001257 -0.008861 0.016852 -0.018483 0.024048 -0.00194 -0.041832 -0.004119 0.012598 9.7e-05 -0.016584 -0.010501 0.010509 -0.026491 0.003347 0.022946 -0.001568 -0.017171 -0.009567 0.023235 -0.004614 -0.013192 -0.001355 -0.017695 -0.006089 -0.01241 0.008814 -0.004385 0.002488 -0.016355 -0.005212 -0.04387 0.017688 0.018581 -0.014725 -0.020552 0.005445 0.007428 -0.027171 -0.014235 -0.006472 0.02001 -0.01188 0.022633 -0.010468 -0.016619 -0.035048 -0.024799 0.0178 0.044457 0.000249 0.015933 0.021753 -0.004657 -0.006209 0.032832 -0.011181 0.004742 -0.00641 -0.00608 0.000518 0.041774 0.02231 -0.026364 0.007129 0.015685 0.001251 -0.00321 0.002566 0.008187 0.009835 0.001092 0.007048 0.007777 0.012413 -0.005602 -0.015613 -0.001122 -0.011449 -0.020467 -0.052841 -0.001834 -0.020044 -0.018376 0.003131 -0.00878 -0.008153 0.005606 -0.014696 0.004351 0.010815 0.002652 0.024826 0.005583 0.014082 0.012192 0.013663 0.01118 0.003245 -0.003099 0.00898 -0.00199 -0.015509 0.020128 -0.026844 -0.004837 -0.000589 -0.021684 0.016792 -0.023126 -0.02223 -0.014958 -0.017081 -0.013512 0.014331 0.010358 0.026854 0.013395 0.024578 -0.006524 0.021487 -0.007834 0.007149 0.020417 0.057951 -0.039013 0.01409 -0.034522 0.009614 0.00119 0.010695 -0.004514 0.014262 -0.013867 -0.003609 0.00267 0.011049 -0.020237 0.015889 -0.059265 -0.004276 0.035284 0.002126 0.017856 0.0016 0.010434\nތ 0.010951 0.008637 -0.057964 0.010117 -0.001859 0.055076 0.021899 -0.016074 -0.005314 -0.033727 0.02207 -4.4e-05 -0.030647 -0.01869 0.014979 -0.001318 0.000241 0.007941 -0.010911 -0.078261 -0.0162 0.012955 0.024168 0.022648 0.013761 -0.008063 0.014969 0.005792 -0.029985 -0.01591 -0.004575 -0.030914 -0.011399 -0.064442 0.01121 0.007825 -0.024341 0.038985 -0.004202 0.040767 -0.038828 0.016886 0.004061 0.006254 -0.042858 -0.037148 0.02741 -0.00239 0.022769 0.023484 0.001822 0.023061 0.035374 -0.031949 0.023209 0.004628 0.010746 0.016891 0.011132 0.021449 -0.020466 -0.032782 0.007394 -0.021963 0.011324 0.006835 0.045642 0.005607 0.052327 0.018385 -0.059772 -0.029944 0.021691 0.030715 -0.034013 0.008063 -0.013266 -0.005758 -0.040789 -0.011233 -0.014938 0.006004 0.018411 -0.023839 -0.037866 -0.057256 0.004137 -0.041965 0.011724 -0.015279 -0.031956 0.022528 0.037547 -0.024741 0.021485 0.000192 -0.003714 -0.010607 -0.00079 0.005349 -0.031567 0.008007 0.001631 -0.024733 0.020312 -0.011639 0.00135 0.013223 0.049146 -0.012131 0.007676 0.032471 0.014596 -0.030637 -0.000752 -0.022055 -0.006824 0.024745 -0.026833 -0.03615 0.040245 -0.017311 0.039973 0.037632 0.02512 0.021082 -0.037025 -0.002522 -0.017619 -0.024373 -0.011393 0.015096 -0.012687 0.036563 -0.052254 0.018585 -0.03221 0.024001 0.001821 0.032728 0.011209 -0.026777 0.026733 0.013792 -0.017633 -0.036965 0.03776 0.028894 -0.007027 -0.063513 0.029733 -0.021828 0.0539 0.032167 0.005361 0.000883 0.043196 -0.037149 0.002714 -0.030532 -0.022724 0.003757 0.009292 0.019149 0.002355 0.00562 0.030801 -0.019848 0.010155 -0.001102 -0.030805 -0.021028 -0.01152 0.024692 0.005118 -0.010467 -0.01399 -0.01043 -0.039707 0.005707 0.055099 -0.010616 -0.001638 -0.021227 0.005718 -0.017837 -0.022755 0.027235 -0.05102 0.003548 0.012846 0.016312 -0.029895 -0.0272 0.014144 0.014449 0.016467 0.012979 -0.012308 -0.003237 -0.017161 -0.021435 0.019942 0.044635 0.01753 0.004106 -0.007429 -0.021645 -0.021914 0.056821 -0.010489 0.002102 -0.017669 0.02853 0.016744 0.05692 0.013414 -0.006759 0.027929 -0.005536 -0.009734 0.04059 -0.014756 -0.013274 -0.035011 0.004271 0.007583 0.030084 -0.019437 -0.021532 -0.007252 -0.014152 -0.008797 -0.006484 -0.04659 -0.025605 -0.008964 -0.0324 0.016578 0.020697 0.020849 0.027086 -0.026204 0.000511 -0.006582 0.00923 0.014227 -0.005063 0.034861 0.016316 0.024973 -0.004402 -0.019977 -0.025727 -0.007904 -0.018862 0.010457 0.016518 -0.026049 0.003156 -0.011928 -0.011449 0.014387 -0.040173 -0.042218 -0.020634 -0.050226 -0.013833 -0.00543 0.021153 0.061339 0.017654 0.031336 -0.00136 0.010328 -0.000191 -0.021447 0.004798 0.038025 -0.058589 0.002797 -0.010306 0.003126 0.052504 -0.018774 -0.026399 0.009686 -0.001691 -0.005765 -0.032515 0.023839 -0.042681 0.015764 -0.052089 0.01585 0.017789 0.026056 0.02559 0.000417 0.028877\n̏ -0.010088 -0.000821 -0.020575 -0.005007 -0.004736 0.000659 0.016641 -0.013601 -0.023847 -0.019263 0.049078 0.018866 -0.032355 0.018849 0.017624 -0.019573 0.003705 0.009174 0.017393 -0.01979 -0.006821 -0.003862 -0.040414 0.024973 0.008298 -0.007172 -0.003948 -0.011397 0.011176 -0.03479 0.022997 -0.024651 -0.012329 -0.017866 -0.017257 0.013454 -0.016526 0.031016 0.013833 -0.023642 -0.020766 0.025508 0.032504 0.016467 -0.003662 0.018582 0.011567 0.026314 -0.011667 -0.015268 0.001784 0.031907 0.00936 -0.039396 0.03547 0.013264 -0.020295 0.047164 0.010209 0.009279 -0.029916 -0.031382 0.001495 -0.013811 0.002544 0.020297 0.054197 -0.024889 0.00481 0.024821 -0.018332 -0.033594 -0.014004 0.001566 -0.005658 -0.021091 0.021848 0.000441 -0.026144 -0.011075 0.021916 0.005472 -0.036359 0.028291 -0.010706 -0.030316 0.032674 0.009783 0.009817 0.027747 0.00898 -0.002382 -0.016553 0.000682 0.01305 -0.012474 -0.009106 -0.055338 -0.032771 -0.001114 -0.033078 -0.022573 -0.021312 -0.009936 0.013019 0.002831 0.008611 0.008309 -0.00895 0.024371 0.040014 -0.01385 0.016953 0.03635 -0.001383 -0.011915 -0.014568 -0.031199 -0.010746 9.6e-05 0.03046 -0.006542 0.003294 -0.008216 -0.02426 -0.013922 -0.000364 0.02348 -0.005423 0.023709 0.042203 0.049187 0.002225 0.024536 -0.010483 0.003327 -0.002657 0.029861 -0.012185 0.018364 -0.010515 0.01018 -0.011501 0.004029 -0.035873 -0.031584 0.011976 0.017379 0.009617 -0.030648 0.019564 -0.014375 0.030176 0.004454 0.02113 0.001152 -0.024013 -0.032226 -0.006667 0.009557 -0.008307 0.005797 0.029732 0.037578 -0.002277 -0.012507 0.013853 -0.006256 0.001275 0.044422 -0.018535 -0.028687 -0.014908 0.018186 -0.006246 -0.006781 0.001583 0.014289 -0.030266 0.025219 0.038986 -0.012082 0.012262 0.029945 -0.039811 -0.018168 -0.01418 0.033225 0.012856 -0.001569 0.018155 0.016455 -0.000374 -0.020252 -0.005458 0.009993 -0.033429 0.014577 0.013599 0.015657 -0.013716 -0.009542 0.028787 0.030507 0.019309 -0.018058 -0.017611 -0.035753 -0.027367 0.013195 -0.016079 0.006118 -0.024448 0.011432 0.046304 -0.002165 0.037363 0.029657 0.017186 -0.001528 -0.013173 -0.025996 0.012144 0.00865 -0.019122 0.000403 -0.010871 -0.015307 0.032382 0.004249 -0.034201 0.004165 -0.023108 -0.050949 -0.008988 0.012298 0.012064 0.015955 -0.012633 0.011362 0.028386 -0.005068 -0.014947 -0.011312 -0.005038 -0.011339 -0.001019 0.049259 0.030956 0.042556 -0.025507 0.008491 -0.031852 -0.013505 -0.009617 0.013693 -0.031739 0.022137 -0.034875 0.007965 -0.005961 -0.014175 0.002518 -0.010159 0.028993 -0.0226 -0.050853 0.005318 0.001978 0.019529 -0.01027 0.002127 0.012502 0.020355 0.02819 -0.032013 0.020412 0.012816 0.007414 -0.024083 0.021384 -0.008955 0.019503 0.003138 0.053352 -0.023926 0.017165 0.019684 -0.016849 -0.012861 0.00122 -0.037085 0.006619 -0.016137 -0.014094 -0.001207 0.006227 -0.002602 0.000705 -0.024591\nओ 0.029059 -0.017234 -0.042017 0.022043 0.034823 0.034606 0.009073 -0.017995 -0.018011 -0.023819 0.029043 0.020147 0.007978 -0.013843 0.024352 -0.001621 -0.001148 -0.004523 0.001344 -0.045257 -0.020136 0.004538 0.006492 -0.005116 0.012974 0.010071 -0.009337 -0.006836 -0.021929 -0.015484 0.007578 -0.0179 -0.011827 -0.052776 0.008724 0.007671 -0.037027 0.038381 0.015318 0.024529 -0.030751 0.004347 0.010039 -0.013096 -0.028846 -0.028853 0.028695 0.00574 -0.004409 0.030828 0.019472 0.042794 0.036744 -0.045424 0.041444 0.022072 0.005262 0.014477 0.014383 0.016015 -0.043778 -0.024303 0.004789 -0.017755 0.006552 0.014203 0.02825 -0.006028 0.032507 0.013194 -0.055943 -0.001533 0.023023 0.013838 -0.051386 3.3e-05 -0.03318 0.011584 -0.035374 -0.025399 0.004199 -0.014245 0.001127 0.010628 -0.029588 -0.020553 0.01101 -0.008108 -0.0195 0.000607 -0.005955 0.021608 -0.001574 -0.003484 0.013007 0.012316 0.008318 -0.021426 -0.006395 0.003697 -0.037977 0.003355 -0.003365 -0.012504 0.019598 -0.001276 -0.017131 0.00656 0.03145 -0.011203 0.027723 0.016983 0.027293 -0.0165 0.006751 0.005018 0.000771 0.017259 -0.036454 -0.039888 0.013404 -0.005218 0.016205 0.01646 0.038965 0.012188 -0.001427 -0.016493 0.003143 -0.015392 -0.015576 -0.007428 -0.037565 0.035152 -0.023725 0.014963 -0.018929 -0.004938 0.01492 0.027062 -0.002736 -0.001239 0.007886 0.018405 -0.047481 -0.039728 0.024512 0.003123 0.003993 -0.034563 -0.005077 0.013096 0.024114 0.03889 0.015127 0.015441 0.00374 -0.029257 0.006489 -0.046099 -0.010278 0.008018 0.015347 0.017166 -0.0141 -0.018816 0.025532 -0.0106 0.015503 0.026098 -0.024862 -0.009488 0.007706 0.025655 -0.01213 -0.022991 -0.004456 0.000413 -0.03622 -0.0186 0.04758 -0.020868 0.02146 -0.004951 0.002177 -0.004622 0.001536 0.030667 -0.04864 0.019164 0.009273 0.033013 -0.031782 -0.052785 -0.00499 0.036315 -0.02629 0.023156 0.005266 -0.001439 -0.040421 -0.028878 0.009526 0.026598 0.000552 0.022869 0.015236 0.004052 0.007524 0.046281 -0.020011 -0.017856 -0.006006 0.007835 -0.003925 0.061611 -0.005115 -0.018942 0.012987 -0.020586 -0.012552 -0.009374 0.005189 -0.003385 -0.033228 -0.011173 -0.004914 0.007307 0.007093 -0.027703 -0.025553 -0.006328 0.005125 -0.036665 -0.033965 -0.009606 -0.010821 -0.011991 0.024371 0.035228 0.020612 0.03397 -0.024102 0.026677 0.00195 0.001125 0.041736 -0.009311 0.019208 0.033746 0.030705 -0.006224 0.001039 -0.03583 -0.032656 -0.009967 -0.004259 0.019301 -0.046894 -0.021841 -0.005845 -0.030983 0.025753 -0.017188 -0.031747 -0.005885 -0.016821 -0.006491 0.004944 -0.017642 0.016846 0.01751 0.012575 0.000724 -0.005264 0.010932 0.003303 0.01773 0.033944 -0.043641 0.009351 -0.018711 0.01035 0.017374 -0.023975 -0.003638 0.006886 -0.021655 -0.02283 -0.007628 0.016912 -0.043457 0.00936 -0.046644 -0.025969 0.012291 -0.003757 0.028501 0.003566 0.007389\nਕ 0.027805 -0.003608 -0.036689 0.003853 0.005009 0.028776 0.007705 -0.004252 -0.00546 -0.028677 0.030318 0.017749 -0.014697 -0.015686 0.03664 -0.014417 0.003981 -0.016522 -0.004043 -0.051504 -0.019864 -0.00124 0.014236 0.004208 -0.001351 0.004354 -0.018391 -0.012504 -0.002103 -0.03788 0.008097 -0.020708 -0.018281 -0.032442 0.003743 0.00802 -0.031587 0.050195 0.009747 0.027621 -0.020785 0.018928 0.009215 -0.005659 -0.022632 -0.012014 0.026891 -0.006557 0.003585 0.002513 -0.001335 0.044353 0.023748 -0.044147 0.028683 -0.003262 -0.020563 0.014349 -0.00035 0.00805 -0.035801 -0.017075 -0.0015 -0.006035 0.011935 0.012514 0.045745 0.000538 0.037788 0.02127 -0.039256 0.002896 0.017794 0.017157 -0.046014 -0.00181 -0.028659 0.008068 -0.047465 -0.002584 0.000927 -0.003964 0.000739 0.00678 -0.026757 -0.049968 0.012137 -0.00055 -0.041399 -0.009365 -0.004302 0.014709 0.01476 -0.021699 0.025359 -0.003317 -0.011961 -0.028426 -0.011739 0.003604 -0.026022 -0.006587 0.008026 -0.020959 0.014936 -0.010221 -0.012922 0.002361 0.02902 -0.001434 0.037593 0.026012 0.010953 -0.020006 0.011772 0.006972 0.004977 -0.006945 -0.015954 -0.029968 0.011509 0.004451 0.027746 0.014553 0.033371 0.021143 -0.004778 -0.019624 -0.01896 -0.022676 -0.006095 0.002638 -0.012815 0.031949 -0.020336 0.012144 -0.02172 0.009921 0.000806 0.046898 0.014799 -0.016548 0.004188 0.013698 -0.045727 -0.049758 0.061355 0.013403 0.002463 -0.032735 0.000942 0.017252 0.030917 0.019542 -0.004254 0.00454 0.015791 -0.01302 0.02695 -0.023112 -0.033206 0.011851 0.018858 0.001799 -0.01339 -7.4e-05 0.028069 -0.023396 0.017824 0.015882 -0.018294 -0.020251 -0.010489 0.026578 -0.029732 -0.023125 -0.008992 -0.006265 -0.034202 -0.016668 0.02277 -0.010468 0.00564 0.001931 -0.013098 -0.024925 0.008059 0.027184 -0.040685 0.003928 0.01186 0.012522 -0.037572 -0.027455 0.009638 0.040788 -0.014037 0.011265 -0.001178 -0.010334 -0.034617 -0.027709 0.002931 0.023675 0.016483 0.013036 0.010189 -0.003048 -0.003961 0.036994 -0.027202 0.007895 -0.014391 5.5e-05 -0.012914 0.051936 0.002814 -0.018558 0.009376 0.010691 -0.006192 0.005163 -0.002651 0.008531 -0.009812 0.002826 -0.0 0.030782 0.00089 -0.024041 0.008223 0.002551 -0.008072 -0.030394 -0.034439 -0.003148 -0.016884 -0.036006 0.017239 0.013741 0.020857 0.028548 -0.008921 0.009474 0.000738 -0.005559 0.030066 -0.014243 0.032003 0.040377 0.033387 0.004046 -0.000187 -0.040073 -0.013922 -0.012948 -0.00426 0.016264 -0.022714 -0.008058 0.002074 -0.015506 0.027901 -0.013866 -0.032023 0.002564 -0.032931 -0.007429 0.00983 -0.008481 0.019779 0.007716 0.003663 -0.013389 0.02589 0.005779 -0.001559 0.022274 0.049875 -0.05645 0.002171 -0.019949 0.019414 0.014614 -0.001262 -0.012239 0.014943 -0.008199 -0.026235 -0.028855 0.001876 -0.03899 0.009884 -0.067249 -0.009867 0.012032 0.012648 0.021149 0.013115 0.00472\nမ 0.030077 -0.003096 -0.036019 0.003067 0.007478 0.043572 0.003797 -0.003212 -0.01527 -0.03479 0.04055 0.006037 -0.005662 -0.023242 0.041473 -0.010908 0.004376 -0.019567 0.001553 -0.049392 -0.022633 -0.004025 0.008114 0.000615 -0.003158 0.004296 -0.020842 -0.021019 -0.010875 -0.031921 0.025101 -0.025187 -0.020678 -0.035758 0.010415 0.014212 -0.020547 0.02893 -0.004013 0.012753 -0.038383 0.014714 0.000976 -0.004066 -0.03338 -0.017401 0.026844 -0.006274 -0.004143 0.014288 -0.004662 0.038559 0.02644 -0.033074 0.039321 0.00862 -0.016169 0.012333 -0.017716 0.020551 -0.0477 -0.027114 -0.005941 -0.008582 0.018404 0.015877 0.040018 -0.009569 0.037436 0.025368 -0.060633 -0.005143 0.020066 0.019467 -0.038802 -0.003977 -0.026431 0.023641 -0.053856 -0.002336 0.001675 -0.00389 -0.014473 0.006609 -0.027018 -0.055062 -0.002823 -0.001911 -0.010024 -0.011255 -0.006585 0.029753 0.017857 -0.023934 0.015316 -0.011112 -0.007554 -0.039102 -0.006726 -0.00704 -0.029947 0.005421 0.002747 -0.029316 0.01672 -0.004989 -0.012181 0.002018 0.050264 -0.014187 0.040485 0.033246 0.026214 -0.012165 0.015696 -0.003821 -0.000666 0.000945 -0.020987 -0.028412 0.016301 0.010286 0.028975 0.026393 0.041784 0.008369 -0.01087 0.002319 -0.014571 -0.021551 -0.01724 0.006901 -0.008758 0.033404 -0.012753 0.007567 -0.028457 0.025568 0.00252 0.042177 -0.001144 -0.013455 0.000338 0.016311 -0.039601 -0.05202 0.063249 0.01413 0.005846 -0.037004 0.0145 0.014413 0.033052 0.014802 -0.014325 0.002447 0.007238 -0.01534 0.022644 -0.024025 -0.025514 0.007187 0.023727 0.017344 -0.017802 -0.020217 0.021486 -0.023567 0.022471 0.024939 -0.016565 -0.014703 -0.012728 0.032952 -0.017472 -0.026417 0.003487 -0.013562 -0.05117 -0.013412 0.026608 -0.007129 0.014922 -0.021751 -0.009302 -0.026199 0.004746 0.027765 -0.039436 0.003425 0.008063 0.031201 -0.037669 -0.033769 0.001471 0.040583 -0.021994 0.015549 -0.003784 -0.004595 -0.035515 -0.038791 0.00961 0.031346 0.012657 0.015435 0.016377 -0.003519 -0.006115 0.043915 -0.01708 -0.008621 -0.007918 0.01778 0.000295 0.05153 0.017337 -0.032031 0.008402 0.007738 0.001027 -0.004854 -0.001549 0.001394 -0.023583 -0.006618 -0.006138 0.023253 -0.002509 -0.012604 -0.013201 -0.004024 -0.004356 -0.030979 -0.04879 -0.007676 -0.014854 -0.033566 0.021528 0.00745 0.003789 0.027327 -0.020476 0.006515 -0.008487 -0.006451 0.02438 -0.011118 0.038123 0.048673 0.024241 0.011935 0.002215 -0.034073 -0.025476 -0.009108 -0.013931 0.027264 -0.028518 -0.00389 -0.00062 -0.013126 0.030824 -0.027134 -0.030343 -0.02661 -0.036169 -0.011941 0.004654 -0.000737 0.022827 0.00868 0.021249 -0.00764 0.030122 0.00815 0.010794 0.011611 0.059707 -0.051245 0.008295 -0.020375 0.016521 0.020432 -0.009822 -0.015802 0.020766 -0.012373 -0.01987 -0.016453 0.003379 -0.039951 0.015225 -0.070582 -0.016111 0.01493 0.009855 0.019727 0.009026 0.002636\nģ 0.013994 -0.003107 -0.005655 0.01241 0.008836 0.023499 -0.004002 0.021963 -0.021447 -0.011983 -0.00905 0.010874 0.013939 -0.026349 0.016759 0.013894 -0.021801 -0.035912 -0.010005 -0.023461 -0.027565 0.002136 -0.001931 0.016795 0.001401 0.020171 -0.030743 -0.011447 0.002691 -0.021937 0.022522 -0.020085 -0.025861 -0.058367 0.017935 0.026329 -0.013169 0.035046 0.004489 0.009658 -0.032112 -0.012066 -0.009528 0.001406 -0.034714 -0.02376 0.027682 -0.001986 0.005847 0.010563 5.3e-05 0.061884 -0.004248 -0.028405 0.027948 0.029813 -0.006367 0.013583 -0.019739 0.024668 -0.001699 -0.010745 -0.025655 0.007482 0.000888 0.027816 0.003372 -0.027368 -0.016626 0.011157 -0.022273 -0.018675 0.028753 0.008153 -0.038183 -0.017166 -0.020213 0.030275 -0.000222 0.009379 -0.017423 -0.00687 -0.007104 0.016843 -0.039289 -0.069091 0.030703 -0.007949 -0.009049 0.022834 -0.002712 0.041271 0.019268 -0.040152 -0.022263 0.004496 0.0209 -0.021976 0.004192 -0.013596 -0.036327 -0.001534 0.002758 -0.015013 0.024766 0.011912 -0.046492 0.010734 0.039004 -0.00517 0.012469 -0.015551 0.008255 -0.022011 0.007087 0.002837 -0.004333 0.021733 -0.040528 -0.020574 -0.005754 0.007696 0.051901 -0.012122 0.008697 -0.004845 -0.019076 -0.027575 -0.0266 0.005656 -0.016755 -0.020553 -0.020348 0.009325 -0.016551 0.016578 -0.025136 0.025987 -0.028201 0.038013 -0.018861 -0.013894 0.019491 0.002022 -0.018573 -0.03223 0.035266 -0.01845 0.026585 -0.021328 0.021858 0.008875 0.03187 0.048821 0.009708 -0.002981 -0.013606 -0.011377 0.001387 -0.022479 -0.001504 0.009464 0.032839 0.002953 -0.016084 -0.029166 0.018637 -0.021982 0.013538 0.014711 -0.026123 0.012013 0.011869 0.032729 0.00087 -0.014971 -0.010825 -0.027692 -0.029799 -0.013481 0.054711 -0.034069 -0.028613 0.021402 0.011414 -0.017179 -0.023179 -0.009247 -0.042172 0.016029 -0.006732 0.028223 -0.010699 -0.046917 0.024056 0.020378 0.008673 -0.010758 0.00136 0.010968 -0.00028 -0.018912 -0.003699 0.028162 -0.010672 0.026486 0.003454 -0.01549 -0.036617 0.012569 -0.052255 -0.001774 -0.00247 0.018763 -0.003496 0.049396 0.014225 -0.025542 -0.01448 -0.006668 -0.035106 0.017235 -0.008522 -0.012299 -0.002991 -0.011831 -0.00201 0.023877 0.007405 -0.008611 0.002975 0.001936 -0.019558 -0.027056 -0.021487 -0.0116 -0.006857 -0.026348 0.05728 0.037544 -0.016738 0.01886 0.010818 0.028235 0.004275 -0.037519 0.030491 0.010407 0.032867 0.019671 0.008847 0.005704 -0.002629 -0.046961 -0.036416 -0.004855 0.028152 -0.018252 0.006474 -0.025595 0.019544 -0.013225 0.035933 -0.01333 -0.009491 -0.014434 -0.016797 0.0319 0.009419 -0.009182 0.000425 -0.000979 0.028857 0.003844 0.037148 0.023187 0.01174 0.018602 0.039856 -0.034035 0.014967 -0.024757 -0.002261 0.010005 0.008368 -0.001596 0.019869 -0.008108 -0.004782 -0.02296 0.00831 -0.041097 0.014555 -0.052647 -0.000138 0.005806 0.058749 0.002536 0.050666 0.001631\nದ 0.028725 -0.010748 -0.052103 0.013986 0.000515 0.040796 0.004153 -0.024506 0.004456 -0.02149 0.04476 0.00549 -0.005608 -0.031858 0.013119 0.013143 0.007962 -0.017496 -0.01472 -0.051669 -0.032413 -0.005713 0.005947 0.018926 0.011911 0.012909 -0.018527 0.005461 -0.022988 -0.037049 0.040378 -0.022518 -0.020755 -0.028438 0.014061 0.015081 -0.037308 0.0401 0.02559 0.028421 -0.050039 0.006844 0.016934 0.014147 -0.019269 -0.021892 0.040167 -0.004647 -0.002071 -0.000692 0.004038 0.039129 0.044447 -0.037646 0.02028 0.004511 0.003368 0.022062 -0.002791 0.03019 -0.030727 -0.039981 0.013629 -0.02371 0.015055 0.017339 0.032598 0.010209 0.036146 0.018385 -0.042564 -0.006307 0.015388 0.015722 -0.053516 -0.010687 -0.024083 0.004249 -0.044902 -0.016385 0.020692 -0.019819 0.008051 0.013828 -0.046191 -0.05505 0.001433 -0.002961 -0.00764 0.002849 -0.013053 0.01831 0.001672 -0.025244 0.018131 -0.010538 -0.01014 -0.03669 -0.000382 -0.009963 -0.021943 0.007922 -0.01111 -0.011203 0.003594 -0.027633 -0.030065 0.01605 0.034768 0.003251 0.057812 0.03005 0.025884 -0.019877 0.015213 -0.011042 0.00107 -0.003267 -0.011221 -0.043987 0.033159 0.015423 0.04033 0.031055 0.036703 0.011989 -0.009543 -0.019722 -0.013629 -0.022558 -0.00821 0.003721 -0.02798 0.044477 -0.005114 0.019431 -0.028629 -0.006549 0.00619 0.048291 -0.005931 -0.013941 0.013518 0.0244 -0.034269 -0.053615 0.045407 0.027509 0.021356 -0.049678 -0.016897 0.021274 0.043059 -0.003817 -0.009496 -0.001466 0.000223 -0.026413 0.016414 -0.007685 -0.032116 -0.00838 0.035452 0.010891 -0.032194 -0.004561 0.017845 -0.012816 0.000996 0.025386 -0.04122 -0.025835 -0.018643 0.031048 -0.001413 -0.024126 0.003637 0.00037 -0.043707 -0.015868 0.017843 -0.013745 0.005616 -0.016778 0.015404 -0.00802 -0.005068 0.018604 -0.048356 -0.009491 0.013003 0.01702 -0.054669 -0.038916 0.016101 0.03422 -0.007769 0.014964 -0.000299 0.011195 -0.031035 -0.04713 0.03376 0.018937 0.014574 -0.008697 0.010158 -0.015296 0.018958 0.056432 -0.025187 -0.003292 -0.000265 0.023641 0.009237 0.065692 0.013715 -0.013466 0.018959 0.007568 0.000313 -0.003543 -0.006708 0.01006 -0.027046 0.018491 -0.007883 0.015898 0.009972 -0.030335 -0.006414 -0.00169 0.004244 -0.027134 -0.029309 -0.00492 -0.009445 -0.036156 0.033483 0.026083 0.006915 0.026598 -0.028391 0.016759 0.000822 0.009128 0.018622 0.016307 0.041914 0.049241 0.008866 -0.000915 0.016956 -0.037395 -0.032376 -0.015045 -0.023863 0.024137 -0.01594 -0.020465 -0.000495 -0.00723 0.031738 -0.006783 -0.011203 -0.010996 -0.023523 -0.025695 -0.000963 0.014866 0.002693 -0.008483 0.002704 0.006309 0.009452 -0.012001 0.010192 0.016983 0.056926 -0.023529 -0.005231 -0.012985 0.017791 0.035883 -0.013214 -0.011277 0.033974 -0.01259 -0.029056 -0.002379 0.018124 -0.046541 0.004312 -0.079093 0.011185 -0.002917 0.019481 0.014222 0.009612 0.005846\nন 0.022545 0.005048 -0.053895 0.013404 0.01075 0.027592 0.003192 -0.006957 -0.010809 -0.029673 0.043846 0.006597 -0.011267 -0.022765 0.03424 -0.007878 0.000882 -0.023216 -0.021032 -0.051346 -0.015433 -0.001929 0.006143 0.011811 0.010809 0.01731 -0.008655 -0.014682 -0.018196 -0.037686 0.020801 -0.031822 -0.019891 -0.045226 0.00418 0.011896 -0.03906 0.044817 0.008134 0.026648 -0.031662 0.010581 0.001088 0.000454 -0.037346 -0.016801 0.036364 -0.002545 -0.005422 0.013694 -0.006895 0.053138 0.033308 -0.036736 0.031523 0.00278 -0.020447 0.01974 -0.009525 0.029216 -0.034667 -0.032946 -0.00319 -0.014091 0.017852 0.025484 0.037573 -0.004194 0.046045 0.019858 -0.056632 0.002156 0.017261 0.024583 -0.044251 0.006974 -0.029821 0.030511 -0.044961 -0.013675 0.01205 -0.002892 0.000183 0.012396 -0.022849 -0.038129 0.00857 -0.006234 -0.02409 -0.006251 -0.017204 0.019781 0.014576 -0.013826 0.023783 -0.001513 -0.010479 -0.041954 -0.002301 -0.003514 -0.020565 0.008512 0.002282 -0.033571 0.009661 0.001721 -0.015597 0.009461 0.039695 -0.005801 0.045983 0.026337 0.025323 -0.027833 0.008793 -0.003231 -0.003896 -0.006433 -0.018283 -0.03 0.038538 0.011014 0.03935 0.024242 0.032887 0.018717 -0.014553 -0.011425 -0.01158 -0.024035 -0.019698 0.001113 -0.012876 0.040107 -0.014988 0.009661 -0.035765 0.008711 0.003741 0.048611 0.00616 -0.012041 0.003876 0.025824 -0.04403 -0.050908 0.061418 0.018753 0.003217 -0.047858 -0.001059 0.015267 0.033533 0.022079 0.009655 0.002453 0.008617 -0.020216 0.012971 -0.02386 -0.029517 0.017476 0.017471 0.018154 -0.009244 -0.022216 0.020683 -0.018975 0.022312 0.017622 -0.027066 -0.011725 -0.010717 0.039272 -0.024962 -0.031575 -0.006836 -0.002922 -0.039866 -0.027225 0.032302 -0.012159 0.007973 -0.0153 -0.00174 -0.019995 0.009475 0.028684 -0.051149 0.002855 0.01573 0.023817 -0.031049 -0.038292 0.002684 0.042643 -0.013178 0.010139 0.007184 -0.001361 -0.04329 -0.044478 0.016226 0.03566 0.018616 0.020398 0.027279 -0.015035 -0.005312 0.041037 -0.024722 -0.010844 -0.009014 0.008114 -0.002392 0.072948 0.009392 -0.027962 0.016376 0.008298 -0.008552 -0.005187 -0.004371 0.005948 -0.032278 -0.005884 0.004196 0.02646 -0.009083 -0.020234 -0.006439 -3e-06 -0.000771 -0.030255 -0.04459 -0.01561 -0.013825 -0.038777 0.023887 0.017697 0.004058 0.026478 -0.022526 0.013542 -0.003728 -0.005644 0.034685 -0.013903 0.035535 0.058898 0.019556 0.003027 0.002935 -0.03391 -0.030327 -0.020392 -0.008375 0.036603 -0.027883 -0.010447 -0.006482 -0.018436 0.035983 -0.028459 -0.030681 -0.014174 -0.034726 -0.016426 0.015164 0.004782 0.019656 0.008404 0.021986 -8.2e-05 0.016067 0.006345 0.003403 0.01953 0.057114 -0.057145 -0.006453 -0.014735 0.020229 0.019958 -0.018958 -0.005579 0.026026 -0.013993 -0.022243 -0.007306 0.011957 -0.040908 0.013323 -0.070782 -0.00997 0.001054 0.015586 0.026754 0.013714 0.005864\nપ 0.052924 -0.005342 -0.062792 0.028836 0.002215 0.034082 0.018646 -0.00073 -0.031048 -0.053345 0.03249 0.018121 -0.014692 -0.015263 0.034375 0.001083 0.010056 -0.017132 -0.00549 -0.037299 -0.019613 -0.00743 0.012757 0.013509 -0.00278 0.01237 -0.003936 -0.017448 -0.019145 -0.05062 0.021828 -0.029223 -0.025439 -0.035867 0.010754 0.01034 -0.012145 0.040848 -0.004513 0.037213 -0.04283 0.027085 0.00479 -0.002098 -0.041193 -0.035456 0.028349 -0.00937 -0.006896 0.007004 0.001565 0.047644 0.039907 -0.019835 0.050311 -0.000503 -0.006028 0.023006 -0.016704 0.036681 -0.039312 -0.021541 -0.006772 -0.011672 0.02195 0.029914 0.072013 -0.020401 0.0357 0.025878 -0.054028 0.001925 0.024033 0.020314 -0.049341 0.011434 -0.021367 0.022019 -0.028358 -0.005544 0.015338 -0.010633 0.011495 0.0026 -0.018851 -0.055111 0.00604 -0.022654 -0.015212 -0.004683 -0.007818 0.032983 0.027843 -0.001215 0.023578 -0.00658 -0.017326 -0.059208 -0.004935 0.010033 -0.01645 0.000208 -0.001214 -0.060967 0.008911 -0.002433 -0.024648 -0.002862 0.020404 -0.010412 0.053234 0.02093 0.025785 -0.026027 0.013452 -0.003373 -0.016236 0.005613 -0.006571 -0.045423 0.027773 -0.000753 0.041935 0.012739 0.010944 0.016239 -0.024984 -0.012648 -0.013782 -0.019871 -0.00051 0.009826 -0.008843 0.038506 -0.025787 0.019886 -0.037689 -0.000421 0.005893 0.051289 0.008138 -0.003496 0.031687 0.012673 -0.042734 -0.058329 0.076307 0.027053 0.019017 -0.049642 0.019664 -0.004217 0.055516 0.013624 -0.006372 0.025205 0.004668 -0.024452 0.013514 -0.026353 -0.012882 0.015422 0.039208 0.035754 -0.015301 -0.025281 0.009359 -0.001283 0.030952 0.023576 -0.030738 -0.024764 -0.024207 0.027429 -0.032214 -0.040535 -0.018635 -0.015713 -0.041111 -0.01302 0.037227 -0.028911 0.009071 -0.003218 -0.012161 -0.014888 0.008823 0.020529 -0.029451 0.01974 0.020885 0.024423 -0.037387 -0.02752 0.008495 0.064434 -0.020701 0.024407 -0.011507 -0.008654 -0.030257 -0.011102 0.011566 0.030015 0.029647 0.023096 -0.002268 -0.021395 -0.026347 0.042708 -0.020383 0.010476 -0.005677 0.012435 -0.015281 0.057512 0.021733 -0.021301 0.014972 -0.006811 -0.011161 -0.002553 -0.010063 0.017459 -0.015702 -0.007293 0.011755 0.034083 -0.00044 -0.032012 -0.00802 -0.004468 0.013704 -0.005845 -0.04385 -0.0086 -0.017868 -0.034821 0.032604 0.017684 0.022015 0.013937 -0.028398 0.012321 0.00437 0.006179 0.026033 -0.00707 0.053272 0.060477 0.028861 0.008442 -0.019417 -0.02297 -0.037051 -0.025624 -0.010016 0.016692 -0.023156 -0.001642 0.001412 -0.037909 0.034692 -0.033398 -0.018345 -0.009871 -0.046469 -0.009145 0.019523 -0.014429 0.007 0.012524 0.009832 -0.016325 0.021477 -0.001779 -0.017117 0.028139 0.030908 -0.052312 0.002243 -0.038034 0.011705 0.007693 -0.023716 -0.014912 0.02483 -0.005059 -0.011119 -0.018095 0.000305 -0.039742 0.007765 -0.057507 -0.018128 0.012432 0.005932 0.004561 0.018847 0.008172\n9 0.023348 0.005035 -0.036753 0.012265 -0.000617 0.032967 0.011356 0.003801 -0.009898 -0.015718 0.024439 0.006657 -0.010158 -0.012662 0.015125 0.009519 0.01741 -0.009517 -0.011271 -0.01905 0.000892 0.001376 0.01041 0.015552 0.004619 0.028934 0.005552 0.002456 -0.006515 -0.016413 0.018103 -0.015499 -0.011616 -0.031402 0.005876 0.019417 -0.031547 0.024056 0.012264 0.010907 -0.021645 0.018428 0.008351 -0.002209 -0.014379 -0.019174 0.038287 -0.00498 0.00843 0.011831 0.00763 0.043471 0.041154 -0.016957 0.03423 0.005126 -0.006418 0.023858 0.001239 0.021883 -0.019011 -0.013942 -0.001812 -0.010637 0.009121 0.019436 0.02162 -0.013783 0.023276 0.017529 -0.03624 -0.003629 0.016187 0.007697 -0.042508 -0.000291 -0.015179 0.017907 -0.021476 0.001266 0.015272 0.01128 0.004532 0.023558 -0.011533 -0.039769 0.007352 0.011348 -0.016984 -0.00155 0.011588 0.01536 0.00749 -0.014201 0.020369 0.009436 0.0099 -0.028304 0.00307 -0.006769 -0.001814 -0.008789 0.001317 -0.015308 0.013675 -0.00428 -0.006364 -0.00179 0.01559 0.005499 0.030224 0.015112 0.025397 -0.007554 0.007504 0.005179 -4e-06 -0.004784 -0.002743 -0.025732 0.021261 -0.001756 0.028919 0.002971 0.023777 0.005211 -0.002641 -0.003216 -0.004441 0.010226 -0.008012 0.005022 -0.001316 0.029275 -0.008644 0.020276 -0.019533 0.005701 0.000878 0.045082 0.009226 -0.007193 0.009961 0.024415 -0.01146 -0.036105 0.031226 0.010584 0.007055 -0.034977 0.01502 0.006692 0.028413 0.021797 0.007283 0.01838 0.006696 -0.025122 0.006653 -0.007224 -0.02229 0.011669 0.035655 0.016484 -0.005152 -0.002738 0.020551 0.00339 0.018766 0.011654 -0.01157 -0.006963 -0.010187 0.029239 -0.010473 -0.006078 -0.008683 -0.01017 -0.025715 -0.006067 0.03481 -0.004556 0.012216 -0.006466 -0.009193 0.001054 -0.005462 0.019865 -0.035625 0.006897 0.013641 0.015401 -0.030092 -0.020648 0.005514 0.033649 -0.005472 0.008782 0.007455 0.011163 -0.031944 -0.014973 0.021973 0.018157 0.023123 0.003733 0.00752 -0.000702 0.008418 0.024754 -0.012793 -0.001212 -0.015111 0.028533 -0.00288 0.054898 0.001213 -0.017604 0.00788 0.004644 0.003956 0.022635 -0.015379 0.005956 -0.014801 0.002627 0.019171 0.012497 0.00395 -0.012541 0.007589 0.010516 -0.005653 -0.016537 -0.023516 0.004144 0.000415 -0.024379 0.023928 0.013915 0.015376 0.020257 -0.016502 0.02021 -0.002257 -0.000535 0.028555 -0.010054 0.030759 0.042392 0.014126 0.009001 -0.0002 -0.030249 -0.029235 -0.002948 0.004228 0.009569 -0.012322 -0.008708 0.017293 -0.002059 0.020648 -0.018342 -0.010623 -0.013319 -0.023121 -0.002362 0.003183 0.012091 0.014049 -0.005623 -0.006012 -0.001533 0.008755 0.000445 -0.002914 0.012224 0.030482 -0.024108 0.00264 -0.014981 0.011547 0.011073 -0.008633 -0.003703 0.01839 -0.009784 -0.008714 -0.008525 0.009306 -0.026446 -0.001961 -0.041021 -0.012981 0.018721 0.016775 0.00016 0.026641 0.006522\nି 0.016807 -0.013021 -0.024535 0.041934 0.001498 0.034639 0.002443 0.011471 0.011466 -0.026822 0.011496 0.034952 0.000959 -0.008045 0.024362 0.009194 0.022291 -0.024918 0.010899 -0.031107 -0.001985 0.008329 -0.016725 0.045247 -0.003032 0.019022 -0.071387 -0.036263 -0.025151 -0.022092 0.022926 -0.019 -0.026525 -0.025711 0.01068 -0.011997 -0.045345 0.038336 -0.007429 0.013519 0.004195 0.021394 -0.00909 -0.001692 -0.042967 0.000307 0.026576 0.004137 -0.003367 0.009569 0.000195 0.055909 0.038064 -0.039962 0.030187 0.003385 -0.006177 0.024258 0.015372 0.002337 -0.019834 -0.051879 0.034886 -0.015543 -0.005949 -0.012662 0.011929 -0.010201 0.036304 0.035818 -0.020199 -0.006835 0.012297 0.000641 -0.02979 -0.013854 -0.023967 0.038123 -0.055345 0.007195 0.000695 0.005395 -0.022717 -0.009659 -0.050451 -0.06761 0.02555 -0.005313 -0.015738 -0.000736 -0.044648 0.028297 -0.000111 -0.005426 0.015376 0.00268 0.012585 -0.039359 0.029481 -0.001135 -0.022405 0.034991 -0.010265 -0.009279 0.003037 -0.029394 0.001773 0.001315 0.04441 0.006973 0.022045 0.019859 0.042485 -0.0164 0.00706 0.029457 0.009728 -0.000783 -0.001365 -0.03727 0.020097 0.007233 0.039109 0.003761 0.034309 0.025587 -0.015059 -0.024895 0.005053 -0.034935 0.021936 0.023018 -0.0133 0.029162 -0.027192 0.018505 -0.046776 0.038083 -0.01564 0.039908 -0.010123 0.016281 0.006778 0.034276 -0.036406 -0.084162 0.047698 0.015551 0.008264 -0.068072 -0.006864 -0.003608 0.053391 0.016078 0.020005 -0.013732 0.023124 -0.033022 0.031989 -0.000626 -0.036077 0.011097 0.017979 0.032294 -0.024715 -0.008181 0.013189 -0.010542 0.023295 0.019423 -0.018943 -0.013627 -0.034202 0.014869 -0.020348 -0.072438 0.005019 -0.035099 -0.037891 0.002585 0.007229 -0.0096 -0.011684 0.021693 0.015343 -0.017143 0.010495 0.008437 -0.026046 0.002017 0.028387 0.000315 -0.046994 -0.050973 -0.008844 0.024186 -0.009582 0.002535 0.001289 -0.014143 -0.036422 -0.049195 0.017609 0.049204 0.023454 0.047909 0.017558 -0.00584 0.013512 0.058301 -0.036346 0.001659 -0.033802 -0.023201 -0.030574 0.088903 0.034024 -0.014558 0.02008 0.006522 -0.018595 -0.024557 -0.015423 0.005599 -0.038159 -0.008499 0.003753 -0.005604 0.022018 -0.045516 -0.007253 0.03077 -0.00453 -0.026221 -0.01456 -0.02196 -0.016151 -0.021447 0.028857 0.006394 0.025119 0.026151 0.002378 0.017505 0.010432 0.008872 0.040417 -0.023385 0.033475 0.060944 -0.002971 -0.029342 -0.01575 -0.046579 -0.042195 0.001616 -0.016093 0.017002 -0.048861 -0.018443 0.000433 -0.008285 0.032263 -0.022212 -0.022907 -0.00364 -0.012479 -0.02729 0.035065 -0.008318 0.016271 0.026386 0.00298 0.010149 0.005896 0.031145 -0.042283 0.007843 0.044867 -0.022825 0.021898 -0.007248 0.01306 0.020407 -0.04415 0.007132 -0.013096 -0.0077 -0.022028 -7e-05 0.015246 -0.026469 0.022919 -0.086305 -0.006868 0.016021 0.011737 0.022793 -0.020606 -0.002639\nቅ -0.000539 -0.006941 -0.016291 -0.011077 -0.00185 0.000766 -0.004942 0.001251 -0.002307 -0.000262 0.029325 -0.002285 -0.008119 -0.017584 0.020935 0.0007 0.004394 0.022469 -0.027785 -0.038421 -0.018319 -0.00159 0.000866 -0.016452 -0.001782 -0.009857 -0.017239 -0.014757 -0.031101 -0.005752 0.009726 -0.015588 0.001667 0.004304 0.001775 0.001017 0.003311 0.012476 -0.003231 0.018114 -0.007243 0.000694 0.010599 0.014417 -0.014228 0.004446 0.009943 0.004647 -0.00446 -0.000654 -0.008425 0.015273 -0.019486 -0.014814 -0.002023 0.007511 -0.02698 0.003509 0.021226 0.004219 -0.027117 0.015582 -0.00679 0.012485 0.004739 0.01367 0.004243 0.010526 0.037271 0.020281 -0.012618 0.015695 0.022655 0.016302 -0.013644 -0.008913 -0.007931 0.003986 -0.027859 -0.005215 -0.010182 -0.017496 3.3e-05 -0.012294 -0.010734 -0.007605 -0.012988 -0.004382 -0.00507 -0.014778 -0.019697 0.01106 0.02104 -0.017909 0.012749 -0.02939 -0.015162 -0.007261 -0.00593 0.017031 -0.011617 -0.005868 0.013706 -0.02676 0.012974 0.000972 -0.009587 -0.002039 0.022125 0.007328 0.001576 0.027654 -0.001954 0.004912 0.005263 -0.002412 -0.00696 0.00476 -0.008835 -0.002711 0.004966 0.010534 0.000344 0.033118 0.004197 0.012722 -0.011206 -0.023626 -0.015858 -0.03007 0.00425 -0.004119 -0.017689 0.012144 0.008706 -0.01784 0.018627 -0.003887 0.009539 0.007345 0.010743 0.007098 -0.00085 0.015592 -0.0196 -0.020711 0.026699 -0.000565 0.013918 -0.019026 0.007402 0.003033 0.011686 0.011848 -0.009538 -0.010466 -0.004948 -0.00335 0.01655 0.017485 -0.023854 -0.001326 0.017632 0.005527 -0.00827 0.00235 -0.002845 -0.007521 0.000977 0.021342 -0.003007 -0.017015 0.001017 0.011582 -0.006907 -0.011619 0.005468 -0.014064 0.008476 0.008152 0.014812 0.005414 -0.00369 0.001252 -0.000798 -0.037837 0.012578 0.006934 0.005093 -0.0195 0.006462 -0.01045 -0.016582 -0.017843 8e-06 -0.002314 0.000158 0.017394 -0.022599 -0.024443 -0.017939 -0.015063 0.010296 0.025508 -0.003185 0.001868 0.000132 0.015263 -0.004119 0.01048 -0.015965 0.018229 -0.011175 -0.003536 0.00802 0.016339 0.01059 -0.01342 -0.002618 0.003 -0.004515 -0.007563 0.000656 0.026782 0.013047 -0.004495 0.001708 -0.008164 0.019934 -0.018782 -0.01072 0.003431 -0.015942 -0.014892 -0.030675 -0.010919 -0.013388 -0.008529 0.010294 -0.015567 -0.008521 -0.004146 -0.002713 4.2e-05 0.01768 0.004242 0.013877 0.010334 -0.000526 0.002778 0.014203 0.007408 0.001759 0.015894 0.017787 0.005169 -0.01397 -0.003033 -0.016684 -0.00158 0.009847 -0.026036 0.008294 -0.02002 -0.003282 -0.016462 -0.016075 -0.01493 0.018252 -0.001587 0.018079 -0.005415 0.007884 -0.004543 0.017534 -0.001167 0.003114 0.013473 0.023601 -0.017627 0.015608 -0.020864 0.006977 -0.01711 0.028017 0.008272 -0.011638 -0.010778 -0.002802 0.001927 0.01139 -0.010143 0.022116 -0.026013 -0.004845 0.029635 -0.011757 0.020374 -0.008616 -0.004459\nٍ 0.054459 0.004733 -0.089642 0.053518 0.02895 0.058406 0.00626 0.004009 -0.026213 -0.037814 0.054419 0.025223 -0.005789 -0.046455 0.050811 0.000571 0.003625 -0.046906 -0.01593 -0.074366 -0.028495 0.003477 0.006469 0.024007 0.010451 0.037128 -0.005256 -0.014031 -0.021952 -0.045826 0.019087 -0.048647 -0.039305 -0.071347 0.012819 0.004689 -0.05924 0.065953 0.017942 0.047823 -0.042169 0.010251 -0.003978 0.001129 -0.050444 -0.038022 0.066669 -0.015169 -0.016135 0.030072 0.007755 0.088189 0.047335 -0.05 0.071277 0.013651 -0.00057 0.039812 -0.016778 0.033766 -0.030802 -0.053405 -0.021209 -0.020851 0.03084 0.032483 0.072127 0.001392 0.05575 0.02507 -0.073607 -0.005741 0.040718 0.026446 -0.066979 0.013648 -0.050894 0.040315 -0.050094 -0.03379 0.022923 0.007117 -0.016497 0.041806 -0.045635 -0.095317 0.003397 -0.01774 -0.032602 -0.010748 -0.02846 0.045162 0.007276 -0.031475 0.010496 -0.012642 0.010987 -0.05697 -0.010467 -0.011752 -0.033942 -0.00044 -0.002847 -0.05055 0.018783 -0.006069 -0.022263 0.032086 0.061709 -0.013685 0.05546 0.032023 0.042287 -0.025242 0.022097 9.6e-05 -0.027133 0.004482 -0.020338 -0.069043 0.038481 -0.013563 0.060585 0.04031 0.053389 0.013953 -0.04024 -0.017587 -0.036258 -0.03398 -0.017609 -0.008359 -0.025659 0.04603 -0.04787 0.023542 -0.05505 1.6e-05 0.010491 0.07767 -0.007575 0.002468 0.02333 0.060076 -0.043846 -0.065782 0.056919 0.010788 -0.009118 -0.054326 0.014945 0.031805 0.065346 0.054687 -0.001894 0.009216 0.004045 -0.015521 0.027314 -0.035101 -0.024607 0.026641 0.031174 0.029165 -0.010527 -0.026986 0.020877 -0.036111 0.029527 0.056493 -0.053652 -0.039634 -0.031291 0.059231 -0.023313 -0.057008 -0.022724 -0.007382 -0.053881 -0.041357 0.059417 -0.012708 0.018403 -0.018549 -0.016468 -0.02873 0.021462 0.019314 -0.093668 0.001819 0.017516 0.045252 -0.060352 -0.061452 -0.009238 0.066449 -0.034376 0.021105 0.007504 0.014205 -0.058349 -0.050224 0.027356 0.041357 0.035722 0.007791 0.024296 -0.014594 -0.028407 0.071618 -0.051299 0.00594 -0.020286 0.026654 0.004618 0.11331 0.010661 -0.025225 0.01305 0.008114 -0.014392 0.00572 -0.001376 0.004338 -0.035481 -0.003707 -0.012509 0.027034 -0.031987 -0.039696 -0.00506 -0.005816 -0.00892 -0.040031 -0.050648 -0.010501 -0.035602 -0.029185 0.047449 0.052432 0.00699 0.036226 -0.043231 0.024035 0.013597 -0.031471 0.077321 0.002371 0.068639 0.080658 0.044545 0.042499 0.016019 -0.073481 -0.04636 -0.043217 -0.018551 0.026389 -0.005242 -0.025423 0.012275 -0.010891 0.049561 -0.037527 -0.067588 -0.027634 -0.079916 -0.034451 0.022609 -0.011466 0.028094 0.007877 0.019684 -0.010584 0.021719 0.015096 0.001301 0.033318 0.072536 -0.087792 -0.012537 -0.034145 0.016864 0.02564 -0.044979 -0.012006 0.030048 -0.00441 -0.018205 -0.032757 0.007122 -0.070674 0.015061 -0.1071 -0.008029 0.002172 0.013309 0.038053 0.023916 0.005437\nැ 0.046368 0.009287 -0.051201 0.022378 0.034633 0.051176 -0.017745 -0.011307 -0.021903 -0.057418 0.059624 0.027661 -0.004571 -0.041671 0.050246 -0.012809 -0.00423 -0.010024 -0.020292 -0.060706 -0.009563 -0.016781 0.011734 -0.010886 0.015438 0.0378 -0.022459 -0.028646 -0.007897 -0.031201 0.006072 -0.022732 -0.032978 -0.042861 0.011584 0.014291 -0.025032 0.058417 -0.001382 0.024914 -0.048661 0.007317 0.018271 0.013045 -0.033694 -0.027853 0.071746 -0.006963 -0.023293 0.03898 -0.002669 0.061862 0.03018 -0.025959 0.082723 -0.006433 0.000501 0.015286 -0.018272 0.018291 -0.030545 -0.046862 -0.001123 -0.009598 0.025442 0.028598 0.050364 0.00427 0.036174 0.034899 -0.071139 -0.001161 0.036111 0.014577 -0.044035 0.009773 -0.034932 0.007844 -0.053722 -0.018533 0.027179 -0.018357 -0.003389 0.016688 -0.029122 -0.050055 -0.000717 0.008678 -0.024217 -0.024007 -0.000414 0.03075 0.014935 -0.028623 -0.011683 0.003846 0.002192 -0.058651 0.004798 0.000355 -0.041178 0.00201 0.003572 -0.05379 0.018518 0.007972 -0.026596 0.027461 0.030813 -0.033858 0.041768 0.027924 0.027808 -0.017598 0.022123 0.003928 -0.002821 0.018457 -0.026313 -0.073718 0.024251 -0.001784 0.041307 0.054758 0.027046 0.003013 -0.001767 -0.014229 -0.017803 -0.028367 -0.043854 -0.010408 0.010387 0.052312 -0.03193 0.009245 -0.039725 0.036959 0.023114 0.065127 -0.004405 -0.010333 0.040425 0.029282 -0.04148 -0.051377 0.063297 0.010801 0.015051 -0.04326 0.004643 0.029852 0.021154 0.013014 -0.016889 0.010131 -0.005839 -0.030088 0.020703 -0.035739 -0.028374 0.011258 0.010226 0.017583 -0.04271 -0.010485 0.020867 -0.026649 0.034549 0.02801 -0.027222 -0.034613 -0.00458 0.054596 -0.036988 -0.042579 -0.013081 -0.010429 -0.040358 -0.058578 0.030766 -0.007523 0.01484 -0.02349 -0.014072 -0.012669 0.006331 0.028006 -0.062779 0.007137 0.029962 0.061383 -0.020902 -0.06401 -0.002452 0.053504 -0.031807 0.008338 0.01544 0.017069 -0.047134 -0.038902 0.00092 0.040198 0.025328 -0.003673 0.028226 -0.009522 -0.015005 0.057401 -0.018647 -0.02758 0.000216 0.002334 0.026433 0.087677 0.009677 -0.021943 0.013445 0.010904 -0.005609 0.0087 -0.004098 -0.017066 -0.037791 -0.02122 0.010794 0.009527 -0.038212 -0.005896 -0.011429 -0.020099 -0.021728 -0.027681 -0.047859 -0.028425 -0.011505 -0.036043 0.03541 0.017747 -0.025414 0.024599 -0.022416 0.028688 0.000222 -0.011019 0.043309 -0.012895 0.050449 0.064317 0.025143 0.009156 -0.000819 -0.050028 -0.057345 -0.015085 -0.003504 0.041739 -0.04255 -0.01149 -0.00424 -0.011193 0.05587 -0.033988 -0.032071 -0.030421 -0.059716 -0.016628 0.016665 -0.006896 0.036193 -0.01392 0.034481 -0.00376 0.039433 0.01115 0.008853 0.025374 0.072213 -0.071632 0.011139 -0.023675 0.028167 0.021099 -0.017556 0.003377 0.036937 -0.004371 -0.030561 4.6e-05 0.004126 -0.032898 0.030806 -0.08809 -0.008576 0.036399 -0.000205 0.018007 0.025266 0.02158\n॓ 0.010919 0.000177 -0.038821 0.034767 0.000198 -0.003666 0.002592 0.000457 -0.034081 -0.012295 0.004271 -0.006498 -0.034942 -0.021788 0.025536 -0.015264 0.026596 -0.021951 0.004462 -0.032683 0.021993 0.03887 -0.006472 -0.022984 0.009092 0.002604 0.00546 -0.009155 -0.001535 -0.053832 0.010309 -0.01536 -0.038647 -0.044138 -0.016115 0.004537 -0.037482 0.005629 -0.001589 -0.000755 -0.009355 0.030384 -0.002553 0.011463 -0.011894 -0.036767 0.037107 0.035806 -0.0055 0.027639 -0.012726 0.04408 0.017212 -0.034282 0.021876 0.013254 -0.001703 0.023454 -0.012202 0.004127 -0.001672 -0.023228 -0.00697 -0.01611 0.025375 0.043471 0.031104 0.003062 0.037529 -0.026761 -0.04303 -0.018119 0.036795 0.044433 -0.032723 -0.025969 -0.030956 0.037735 -0.009234 -0.001951 -0.021623 0.020354 0.013211 0.01968 -0.011798 -0.047085 -0.002747 -0.01643 0.006327 0.005475 0.038067 0.031449 0.011154 -0.038843 -0.000482 -0.011293 0.047679 -0.009473 -0.010622 -0.015711 0.013756 0.001612 -0.008069 -0.014667 0.003584 -0.006328 -0.029674 -0.012451 0.031653 -0.001526 0.011492 0.000906 0.016736 -0.004384 -0.01079 0.011173 -0.004869 0.004042 -0.031389 -0.024129 0.024664 0.00432 0.031102 0.038184 -0.006466 0.033028 0.001594 -0.017296 0.001821 0.021403 -0.016739 0.010787 -0.014376 0.01912 -0.00974 0.008654 -0.015199 -0.004727 0.018038 0.043523 -0.005972 -0.011393 0.006302 0.019162 -0.011005 -0.025613 0.031655 -0.016051 -0.036614 -0.027 0.03734 0.022554 0.027761 0.030343 -0.018088 -0.002198 -0.017549 0.004554 0.023836 -0.046832 -0.005108 -0.003337 -0.000425 0.027185 -0.021824 -0.014819 0.035405 -0.020123 0.005903 0.005253 -0.043647 -0.046042 -0.044556 0.004278 0.02695 -0.0139 0.001858 0.025492 -0.002613 -0.012571 0.026113 0.002945 0.020456 -0.033258 -0.041901 0.016986 0.033879 0.025892 -0.029917 -0.015 0.030053 -0.00147 -0.028822 -0.012971 -0.003613 0.032091 -0.033371 -0.003694 -0.00426 -0.007304 -0.013067 -0.027096 0.012291 0.009377 0.03407 -0.011681 -0.010796 -0.012882 0.00947 0.022683 -0.01788 -0.023612 0.04646 -0.019644 -0.012087 0.061492 -0.005878 -0.009903 0.007849 -0.011056 -0.021651 -0.008999 -0.002107 0.003759 -0.013967 0.006322 -0.011142 0.013777 -0.018468 -0.016742 -0.005866 -0.013288 0.020337 -0.012523 -0.015198 -0.007338 -0.034111 -0.033305 -0.005405 0.041086 -0.003595 0.043467 0.012628 -0.016874 -0.000243 0.000583 0.009669 0.01127 0.040026 0.040108 0.028811 0.023918 -0.009747 -0.017902 -0.057928 -0.02023 0.007191 0.002215 -0.007299 -0.020539 -0.023184 -0.010969 0.011473 -0.012309 -0.022321 -0.007979 -0.001442 -0.007528 -0.013689 -0.007105 0.035709 -0.008989 0.013163 -0.008287 0.021303 -0.007071 -0.001084 0.064703 0.03639 0.001778 -0.002675 -0.017515 -0.027636 0.020754 -0.030168 0.003127 0.043557 -0.005992 0.009485 -0.050366 -0.010162 -0.02928 -0.004593 -0.053087 -0.004368 0.0101 0.010116 0.011662 -0.009041 -0.00985\nṝ 0.011345 0.046849 -0.060932 0.043702 0.043104 0.073668 -0.021468 0.037279 -0.080363 -0.060098 0.126105 0.047948 0.027652 -0.081493 0.066893 0.018183 0.046136 -0.0158 0.017872 -0.063599 -0.074323 0.034431 0.023233 0.034209 0.027548 0.001499 -0.005241 -0.026901 0.025216 -0.064912 0.017777 -0.003692 -0.039747 -0.097291 0.058501 0.013177 -0.02789 0.033677 0.045069 -0.006276 0.009751 -0.036236 -0.014273 -0.016976 -0.091497 -0.088072 0.053169 0.014466 -0.037876 0.034675 -0.033224 0.068888 0.014773 -0.007972 0.069712 0.002322 0.038812 0.06726 -0.028105 0.006168 -0.067585 -0.018342 0.018481 -0.048658 0.017043 0.03647 0.034127 -0.04577 0.094113 -0.010904 -0.087796 -0.015838 0.057656 0.038887 -0.060603 -0.066796 -0.060236 0.087677 0.042354 -0.02995 0.003813 0.055218 0.013282 -0.008399 -0.059209 -0.059679 0.010593 0.044013 -0.077961 0.061302 0.011366 0.116719 0.021944 -0.070207 0.024091 0.000544 0.014346 -0.059592 0.041728 -0.001213 0.007553 -0.000897 0.026216 -0.057116 0.013922 -0.012401 -0.003493 0.089295 -0.006692 0.019321 0.057856 0.020827 0.050395 -0.013181 0.038468 -0.01132 -0.069985 -0.035663 -0.046602 -0.068173 0.064426 0.015999 0.052779 0.065747 -0.000836 0.004595 -0.004958 -0.035741 -0.001841 -0.085671 0.014091 -0.035423 -0.054317 0.016467 -0.037812 0.024789 -0.087509 0.035416 -0.015541 0.102331 0.019116 0.018344 0.042234 0.053926 -0.047462 -0.081686 0.050526 -0.067856 0.050417 -0.10488 -0.014566 0.065923 0.060382 0.057291 0.028279 0.047208 -0.048281 -0.057732 0.029537 -0.077208 -0.02345 -0.056437 0.064061 -0.021115 0.004263 -0.021559 0.031204 -0.056319 0.037084 0.034415 0.021987 -0.055307 -0.042962 -0.037482 0.006031 -0.049248 -0.050997 0.045396 -0.058149 0.04692 0.041895 0.007976 -0.028984 0.021045 -0.012665 -0.031317 0.014765 0.00062 -0.120757 0.007488 0.015994 0.061241 -0.059602 -0.057382 -0.045489 0.056022 -0.019899 0.013184 0.003817 0.020589 -0.075351 -0.078718 0.041921 0.053723 0.009579 -0.008629 0.061276 -0.066322 0.012451 0.036811 -0.013672 0.018293 -0.029873 0.015131 -0.03323 0.041185 -0.01618 -0.053364 0.011543 0.056787 0.013511 0.03673 -0.046696 0.047482 -0.091538 -0.009444 -0.085633 0.03034 -0.006682 -0.06016 0.016275 -0.013703 -0.012011 -0.038783 -0.122921 0.013724 -0.029188 -0.065354 0.023719 0.091031 -0.005746 -0.008623 0.000827 0.042921 0.006113 -0.007099 0.063525 -0.02676 0.04626 0.040951 -0.016504 -0.016585 -0.034032 -0.03301 -0.004011 -0.078024 0.02947 0.026435 -0.018594 -0.053452 0.048213 -0.003912 0.10704 -0.067141 -0.053959 -0.011126 0.026895 -0.030564 0.000149 -0.011389 0.065344 0.016446 -0.008305 -0.008481 -0.003607 -0.001496 0.000732 0.06776 0.122437 -0.105606 0.016832 -0.009948 0.019916 0.100062 -0.065443 -0.018346 -0.060384 -0.055883 -0.042293 -0.042636 0.019197 -0.048918 -0.010068 -0.040292 -0.03281 -0.01316 0.068193 0.003003 0.108928 0.011345\nנ 0.033204 0.006459 -0.047266 0.024765 0.012625 0.037471 0.010621 -0.005284 -0.019502 -0.032353 0.033227 0.014165 -0.007729 -0.025398 0.033592 -0.005989 0.008535 -0.024781 -0.01314 -0.04633 -0.017668 0.005 0.003296 0.012849 0.006033 0.019213 -0.00674 -0.010995 -0.015583 -0.029792 0.023551 -0.0335 -0.022175 -0.045195 0.011555 0.014435 -0.041035 0.039357 0.012016 0.023498 -0.03182 0.012098 0.001426 -0.001743 -0.028918 -0.025753 0.037175 -0.00118 0.000246 0.015925 0.006859 0.052234 0.035099 -0.033127 0.040298 0.008957 -0.004481 0.024642 -0.014851 0.031009 -0.032082 -0.029354 -0.01191 -0.013285 0.016993 0.022925 0.043095 -0.015095 0.038724 0.020785 -0.050199 -0.003994 0.025498 0.018909 -0.051121 0.006199 -0.029666 0.023147 -0.02853 -0.019856 0.014733 -0.000628 -0.000839 0.018181 -0.020235 -0.056851 0.000915 -0.003973 -0.022451 -0.004161 -0.009282 0.025493 0.006352 -0.011344 0.014443 -0.007902 -0.002947 -0.038471 -0.001995 -0.005242 -0.020951 -0.00388 -0.000816 -0.035324 0.015018 -0.00553 -0.015218 0.008127 0.035444 -0.00619 0.046246 0.019289 0.021188 -0.017955 0.011799 0.003413 -0.007151 0.002652 -0.013974 -0.045458 0.026168 -0.003393 0.04444 0.020093 0.032172 0.014267 -0.01436 -0.019163 -0.016969 -0.016706 -0.016826 0.00203 -0.017823 0.033138 -0.02097 0.010083 -0.027656 0.002149 0.007988 0.045959 -0.000672 -0.009898 0.013979 0.030845 -0.035261 -0.048323 0.045888 0.006067 -0.001284 -0.044926 0.008558 0.009957 0.03571 0.029248 -0.005608 0.006158 -0.002245 -0.024608 0.017857 -0.02332 -0.023312 0.017437 0.021787 0.013814 -0.014315 -0.015198 0.022015 -0.026066 0.02012 0.019818 -0.031657 -0.022716 -0.009388 0.037057 -0.021373 -0.029756 -0.009745 -0.010196 -0.040215 -0.018953 0.036312 -0.010079 0.008074 -0.010799 -0.005713 -0.017185 0.003175 0.022463 -0.058633 -0.000151 0.012639 0.030441 -0.036656 -0.041037 0.002686 0.041429 -0.022162 0.012211 0.003634 0.002233 -0.036155 -0.033713 0.01946 0.027603 0.021783 0.013688 0.011398 -0.007827 -0.011139 0.041119 -0.024536 -0.002451 -0.009757 0.018727 -0.003907 0.069856 0.002935 -0.022279 0.006912 0.000925 -0.009666 0.008938 -0.008439 0.007418 -0.024771 0.000519 0.00111 0.016548 -0.010156 -0.021169 -0.003212 -0.001222 -0.007613 -0.02743 -0.03507 -0.005635 -0.01791 -0.034057 0.028978 0.025871 0.009718 0.02417 -0.0214 0.010978 0.00692 -0.012219 0.040344 -0.005858 0.042623 0.054062 0.032254 0.005724 0.000804 -0.045825 -0.03306 -0.025629 -0.002984 0.021119 -0.027331 -0.013615 0.006673 -0.015477 0.031783 -0.027007 -0.034812 -0.019309 -0.035376 -0.013943 0.010152 -0.000371 0.018622 -2.2e-05 0.011268 -0.004306 0.012081 -0.000823 -0.002586 0.021191 0.049197 -0.048415 -0.005607 -0.01994 0.017194 0.01394 -0.021376 -0.006333 0.021822 -0.008702 -0.017442 -0.019688 0.010354 -0.0428 0.008866 -0.070387 -0.010202 0.006715 0.014888 0.016845 0.023047 0.002634\nţ 0.031302 0.000276 -0.027823 0.013329 0.01046 0.028933 0.005646 0.004105 -0.020594 -0.032712 0.038939 0.006021 -0.007968 -0.03358 0.028562 -0.010001 0.003968 -0.029775 -0.010715 -0.026002 -0.012606 -0.013252 -0.001238 0.026335 -0.010193 0.029119 -0.006883 -0.012724 -0.015962 -0.02637 0.035991 -0.023392 -0.017658 -0.031716 0.003513 0.024771 -0.035119 0.027039 0.008151 0.001409 -0.02352 0.011081 0.002234 -0.004505 -0.031268 -0.017256 0.024329 -0.001455 0.005145 0.011598 -0.005716 0.050731 0.019447 -0.024816 0.027411 0.009355 0.006577 0.022882 -0.013101 0.021695 -0.01323 -0.013284 -0.016762 -0.012506 0.019075 0.005238 0.021616 -0.01822 0.016058 0.007776 -0.02053 -0.011973 0.013059 0.002576 -0.046201 0.001552 -0.01928 0.016157 -0.019227 -0.009666 0.009459 -0.000958 0.000535 0.024844 -0.014897 -0.036152 -0.006375 0.009772 -0.016425 0.005589 -0.008347 0.030691 0.009254 0.000705 0.010517 -0.01977 0.002226 -0.019902 -0.008578 0.000517 -0.004758 -0.011986 0.002095 -0.017328 0.016924 -0.002054 -0.015501 0.012849 0.021873 -0.002498 0.039731 0.017289 0.017427 -0.011942 0.007422 -0.00025 0.000831 -0.004934 -0.000244 -0.031655 0.010833 0.00362 0.032923 0.010174 0.034447 0.008052 -0.009572 -0.028174 -0.017571 0.001162 -0.012899 -0.007851 0.001055 0.024028 -0.02179 0.001353 -0.01538 -0.0101 0.001568 0.040634 -0.005142 -0.01487 0.00949 0.020649 -0.02391 -0.043221 0.039514 -0.007617 0.001103 -0.046419 0.004069 0.003931 0.01848 0.012901 -0.001949 0.002203 -0.0093 -0.028835 0.006859 -0.01412 -0.012156 0.015391 0.007745 0.011853 -0.008482 -0.007847 0.026625 -0.025856 0.015009 0.01265 -0.015403 -0.015765 -0.006945 0.031367 -0.015108 -0.021715 -0.005731 -0.006206 -0.033013 -0.012005 0.025836 -0.011001 -0.003238 -0.008282 -0.008064 -0.028856 0.005775 0.014314 -0.04214 -0.002641 0.00494 0.023004 -0.023222 -0.028585 0.006343 0.034482 -0.005914 0.020419 -0.001777 0.001129 -0.02859 -0.019899 0.00715 0.021003 0.001868 0.01744 0.004833 -0.010567 0.006483 0.025428 -0.019839 -0.003284 -0.017223 0.00735 -0.002216 0.048827 0.004188 -0.02487 0.003703 0.004224 -0.007004 0.011832 -0.013908 0.008621 -0.016275 0.003677 0.008914 0.016122 -0.009317 -0.01341 -0.009859 -0.002285 -0.004371 -0.022053 -0.036485 -0.001467 -0.010546 -0.022426 0.017137 0.017718 0.009929 0.004409 -0.009423 -0.001167 -0.000565 0.000749 0.039106 0.005914 0.02731 0.032785 0.030212 0.011412 0.001541 -0.037515 -0.023309 -0.019077 -0.007002 0.013374 -0.026244 -0.025592 0.003124 -0.007869 0.022803 -0.017313 -0.012003 -0.016005 -0.011455 -0.029246 0.001691 -0.001752 0.010141 0.001197 0.008465 -0.003517 0.014764 -0.001008 0.010232 0.014039 0.027738 -0.038461 0.002311 -0.017264 0.009897 0.005455 -0.005336 -0.009868 0.011922 -0.001035 -0.016604 -0.004349 0.004729 -0.042578 0.013133 -0.042972 -0.012736 0.00426 0.012447 0.005306 0.009171 0.007007\nɥ -0.061535 0.009668 0.006144 0.005676 -0.047978 0.024482 0.007682 0.013727 0.064607 0.030834 -0.019764 0.035354 -0.009451 0.014295 -0.022309 0.027068 0.041133 0.008843 0.061836 0.026353 0.028604 0.045576 -0.001012 -0.061316 -0.040995 -0.011333 -0.005016 -0.025546 -0.028086 0.019855 0.013612 0.003052 0.031879 0.028789 -0.015853 -0.021622 -0.035871 -0.041426 0.012263 0.014917 0.01837 -0.023021 0.01173 -0.012168 0.018624 0.004573 -0.006713 0.027276 0.019543 -0.053278 -0.031758 -0.091178 -0.016208 0.03165 0.021418 0.014472 0.039278 -0.033143 0.022411 0.005904 0.015613 -0.00318 0.034567 0.02435 -0.038732 0.000103 -0.028254 -0.014508 0.000785 -0.00583 0.083115 0.046347 -0.03971 -0.018658 0.00821 -0.052094 0.025683 -0.04395 0.034552 -0.005905 -0.044361 -0.019348 0.012913 -0.015511 0.007546 0.00852 0.027806 0.025996 0.037914 0.044943 0.002975 0.006291 -0.023827 -0.002287 0.017809 -0.008543 0.041518 -0.016165 -0.022684 0.007532 -0.051302 -0.034662 0.045567 0.028061 0.014513 -0.025942 -0.00065 -0.038936 -0.020113 0.003336 -0.020843 -0.009958 -0.045195 -0.018361 -0.007712 -0.017021 0.015141 0.010088 0.023303 0.017526 -0.012024 -0.007788 -0.005074 0.030372 0.001969 0.00289 0.02207 0.027723 0.008683 7.8e-05 0.018455 -0.012672 0.03591 -0.013593 0.007936 0.002163 0.019496 -0.033734 0.017269 -0.012592 -0.02223 -0.01981 0.007147 -0.029881 0.011192 0.063496 -0.013743 0.01832 0.041833 0.045199 -0.004287 0.002693 0.019515 -0.059897 0.003054 -0.031132 -0.023222 0.013436 0.016709 0.039626 0.014317 -0.007282 0.004484 0.011221 -0.019963 0.022791 -0.024853 0.040875 -0.00126 0.029572 0.03264 0.00834 0.049226 -0.056677 0.005265 0.018622 0.052518 0.036917 0.014166 0.035456 -0.043805 0.000142 -0.011284 0.016197 0.00207 0.004496 -0.005743 -0.042292 0.040036 -0.026884 -0.016943 -0.044004 0.028698 0.020697 -0.006453 -0.060007 0.015073 -0.001993 -0.011586 -0.004062 -0.01532 0.011589 -0.070059 -0.00819 -0.000687 -0.036828 -0.018586 -0.013324 0.018344 -0.011653 0.014166 -0.013653 0.005255 -0.006195 0.009889 -0.027868 -0.024912 0.032327 0.006114 -0.025779 0.004302 0.025734 0.022084 0.010237 0.004443 0.021687 -0.026262 -0.027514 0.029315 -0.037281 0.039467 0.033393 0.028654 0.035839 0.063711 -0.006121 0.013694 -0.000316 -0.01243 -0.007238 -0.070703 -0.029791 0.010965 0.013551 0.010134 0.023168 -0.024901 0.018765 -0.034997 -0.020972 -0.025658 0.019732 -0.002 -0.009355 0.036592 0.026254 -0.050787 -0.021297 0.012748 -0.014363 -0.000897 0.008562 0.005622 0.011582 0.00474 -0.003377 0.025335 -0.013472 -0.013332 0.020315 -0.012556 -0.036407 -0.013932 -0.030279 -0.033034 -0.036143 0.004252 0.018531 -0.036457 0.054521 -0.027774 0.031747 -0.037003 -0.00766 -0.025583 0.006916 -0.001392 0.012244 -0.027696 0.000766 0.016539 0.016395 -0.031066 0.077011 0.012651 -0.026074 0.019208 -0.029475 -0.017098 0.015401\nཧ 0.037697 -0.000122 -0.011854 -0.002413 -0.019772 0.026971 -0.045575 -0.038529 -0.042226 -0.032562 0.06472 0.050156 0.010798 -0.035447 0.00674 0.005873 -0.00227 -0.009019 -0.004994 -0.058654 -0.015786 0.008814 0.026406 -0.0055 -0.000907 -0.005914 -0.014879 -0.028266 0.036437 -0.020944 0.04683 -0.01376 0.007715 -0.042877 0.019969 0.018837 -0.042356 0.004279 -0.026367 0.017403 -0.059129 0.002629 -0.010203 0.010465 -0.029041 0.023469 0.022211 -0.016422 -0.009757 -0.010187 -0.009374 0.022657 0.021551 -0.05449 0.039606 0.006201 0.002312 -0.006692 -0.009899 0.005689 -0.106393 -0.002798 -0.020581 -0.02848 0.05355 0.004168 0.027073 -0.025744 0.023635 0.010985 -0.066011 -0.009013 0.05133 0.045794 -0.058013 0.011173 -0.028932 -0.013938 -0.053131 -0.005669 0.017795 -0.001215 -0.00653 -0.01363 -0.012751 0.009982 -0.010196 0.006343 -0.005573 0.018643 0.02686 -0.016819 0.041195 0.002509 0.045307 0.009952 -0.007347 -0.028949 -0.0162 0.001645 -0.082586 0.036667 -0.024452 -0.014116 0.039567 -0.044406 -0.011594 0.041756 -0.009232 -0.00114 0.058651 0.025364 -0.003679 -0.01892 0.059902 -0.037867 -0.004181 0.013878 -0.032489 -0.029856 0.018442 0.033318 -0.009074 -0.006244 0.037879 0.044942 -0.008147 0.012442 -0.0101 -0.03257 0.020725 -0.037029 0.026124 0.035489 -0.00891 0.031334 -0.0012 0.014437 0.016357 0.070761 -0.034731 -0.002174 -0.02264 0.010323 -0.057081 -0.088581 0.09191 0.018774 -0.012949 -0.018092 -0.007609 0.0227 0.074867 0.008592 -0.019542 0.003515 0.051812 -0.005531 0.009323 0.005409 -0.036539 -0.025211 -0.001027 0.019404 -0.031628 0.025511 0.013556 -0.008344 0.062647 0.049825 0.002377 -0.043315 -0.030611 0.019815 -0.063849 -0.056131 -0.011444 -0.016679 -0.025784 0.015065 0.012866 -0.016106 0.002166 -0.019691 -0.008625 -0.020114 -0.002052 0.021747 -0.060839 0.021025 0.027632 0.031777 -0.024393 -0.006672 -0.0172 0.037109 -0.028152 0.034631 -0.009783 -0.016625 -0.016869 -0.008363 0.008508 -0.000755 -0.016972 0.017414 -0.040558 -0.012002 0.000185 0.025772 0.005162 -0.008131 -0.000104 -0.000185 0.030536 0.016559 0.064714 0.019312 0.016874 0.036081 -0.030017 -0.027782 -0.01807 0.025828 -0.009297 -0.006493 0.017951 0.000399 -0.000295 -0.005179 -0.000367 -0.029248 -0.003946 -0.02276 -0.014378 -0.00834 -0.025318 -0.032747 0.014045 0.015711 0.006245 0.001211 0.021761 0.005765 0.00482 0.015689 -0.013033 0.025265 0.033453 0.058475 -0.01048 -0.000563 0.018654 -0.015355 -0.007561 -0.020113 -0.005028 0.086974 0.005262 0.013089 -0.016217 -0.03133 0.040107 -0.021443 -0.049065 -0.012555 -0.025701 -0.018789 0.028027 0.002395 0.006648 0.042631 0.01455 0.002729 0.015671 -0.007933 0.035661 -0.006479 0.032016 -0.058779 0.050495 -0.017378 0.013015 -0.010879 -0.031002 -0.011783 0.009625 -0.012161 -0.001577 0.027149 -0.018676 -0.017481 0.041908 -0.056573 -0.025929 -0.023277 0.013957 0.040404 0.000593 -0.001535\nხ 0.032506 -0.009442 -0.025932 0.002786 -0.000801 0.029665 -0.000766 -0.012794 -0.018988 -0.024516 0.02661 -0.001773 -0.015707 -0.016276 0.023075 -0.011607 0.015114 -0.014703 -0.006155 -0.025964 -0.000705 0.002058 0.000298 0.009114 -0.000888 0.010661 -0.010861 -0.008175 -0.01735 -0.023856 0.018747 -0.025645 -0.019415 -0.032998 0.015853 0.009423 -0.019845 0.027219 0.004593 0.006839 -0.021251 0.01409 0.009288 -0.004373 -0.025219 -0.001831 0.013299 0.001679 -0.006397 0.004162 0.010573 0.036886 0.017061 -0.024207 0.017469 0.001181 -0.001604 0.013311 -0.019914 0.015623 -0.025673 -0.01525 -0.00883 -0.014523 0.008392 0.005843 0.026981 -0.004963 0.01871 0.004265 -0.031052 0.005063 0.011111 0.007773 -0.029462 -0.003008 -0.018182 0.0141 -0.028375 -0.0057 0.006357 -0.008841 -0.019373 0.007828 -0.023341 -0.026517 -0.000191 0.016577 -0.010796 -0.003592 -0.005462 0.015331 -0.005729 -0.005014 0.016655 -0.011231 -0.007291 -0.025866 -0.00135 0.005684 -0.015667 0.001788 -0.001659 -0.022987 -0.003029 -0.007566 -0.013235 0.009451 0.03798 -0.007766 0.029226 0.016834 0.020401 -0.012076 0.006906 -0.002541 -0.006227 -0.004908 -0.018029 -0.029715 0.022615 0.008176 0.018699 0.015399 0.021689 0.007978 0.000213 -0.009623 -0.001382 -0.008713 -0.002883 0.009355 -0.003254 0.028887 -0.003929 0.008283 -0.005991 0.006805 0.022314 0.03074 -0.002849 -0.007321 -0.004933 0.022348 -0.031366 -0.043739 0.032053 0.014843 0.002413 -0.038199 0.005741 -0.003395 0.017475 0.012398 0.003644 0.002308 0.004909 -0.02127 0.017472 -0.010523 -0.015442 0.012365 0.001939 0.017407 -0.005518 -0.005473 0.00528 -0.030229 0.011325 0.012595 -0.005033 -0.013361 0.002826 0.025493 -0.007616 -0.019313 -0.006173 -0.012689 -0.025598 -0.003625 0.013463 -0.011599 -0.004584 -0.012258 -0.005341 -0.016605 0.005544 0.020433 -0.039902 -0.012498 0.016355 0.020937 -0.01639 -0.030516 0.00553 0.035892 -0.007024 0.015034 -0.003552 0.001526 -0.019923 -0.012371 0.013043 0.015978 0.006176 0.009439 0.006617 -0.0089 0.010694 0.024113 -0.020157 0.001596 -0.007727 0.006583 -0.005098 0.043186 -0.012257 -0.01556 0.009913 0.004116 0.004155 0.006344 -0.006662 0.015459 -0.009867 -0.007583 0.00024 0.025185 -0.004501 -0.011666 -0.001534 0.001211 -0.001963 -0.012499 -0.029727 -0.011961 0.0012 -0.03309 0.022105 -0.000221 0.002052 0.012951 -0.014964 0.00409 0.00217 0.00834 0.011728 0.000296 0.026002 0.018883 0.011891 0.006473 0.00807 -0.02664 -0.01592 -0.018098 -0.008976 0.014274 -0.018702 -0.007806 0.007197 -0.016302 0.015343 -0.021729 -0.01687 -0.009957 -0.016398 -0.017715 0.001661 -0.005087 0.005101 0.003379 0.002331 -0.00098 0.004703 -0.002107 0.001845 0.006468 0.039242 -0.036028 0.002597 -0.018135 0.022086 0.005516 -0.014607 -0.007989 0.011939 0.006167 -0.007375 0.003837 0.000587 -0.043016 -0.002434 -0.047649 -0.015313 0.012679 0.008153 0.013551 0.003284 0.00098\ny 0.030411 0.005008 -0.055868 0.030317 0.025098 0.036042 0.010543 0.004462 -0.025901 -0.025858 0.040027 0.009082 -0.005976 -0.03222 0.027144 -0.009177 0.008108 -0.028723 -0.009091 -0.041065 -0.01877 0.001457 -0.001783 0.015639 0.008435 0.027621 -0.001298 -0.003327 -0.009064 -0.023331 0.0189 -0.031438 -0.015897 -0.03856 0.014629 0.017915 -0.047655 0.040074 0.010835 0.023155 -0.024423 0.010528 -0.004656 0.00199 -0.024829 -0.029711 0.041623 -0.001209 0.004301 0.025852 0.008663 0.058281 0.031042 -0.034815 0.047589 0.006097 -0.007984 0.033616 -0.020287 0.024004 -0.02502 -0.033931 -0.01438 -0.016263 0.009957 0.016386 0.037057 -0.01254 0.035002 0.013249 -0.043942 -0.011763 0.025808 0.013083 -0.055886 0.008651 -0.025657 0.027113 -0.021932 -0.020548 0.011753 0.000603 -0.004613 0.030552 -0.030188 -0.060364 -0.003632 -0.006595 -0.02188 -0.007999 -0.004621 0.035575 -0.005758 -0.019986 0.007574 -0.01186 0.004927 -0.034482 -0.002275 -0.007954 -0.014119 0.001765 -0.001665 -0.019312 0.012541 -0.003405 -0.016661 0.016707 0.035225 -6.2e-05 0.03989 0.025891 0.025365 -0.011009 0.011012 0.006835 -0.018251 -5e-06 -0.01109 -0.045677 0.013093 -0.00311 0.044063 0.026649 0.035738 0.010722 -0.01197 -0.012598 -0.012804 -0.014923 -0.020559 -0.008852 -0.024844 0.02456 -0.020902 0.014541 -0.020968 0.007301 0.002005 0.054303 -0.004839 -0.006594 0.024243 0.023426 -0.036499 -0.04234 0.042602 0.00257 -0.000768 -0.043726 0.003252 0.014388 0.028886 0.032879 -0.004437 0.00756 -0.002125 -0.022053 0.013676 -0.021203 -0.017041 0.019463 0.024415 0.006815 -0.010228 -0.011425 0.025919 -0.028982 0.025608 0.029297 -0.033923 -0.025979 -0.012662 0.033358 -0.022653 -0.03155 -0.0104 0.00271 -0.032045 -0.027792 0.036124 -0.010237 -0.001871 -0.009943 -0.006922 -0.016991 -0.002106 0.015315 -0.070541 -0.003045 0.010042 0.030684 -0.035896 -0.044213 -0.006494 0.039628 -0.011899 0.004424 0.007721 5.5e-05 -0.045218 -0.034116 0.014898 0.027259 0.017976 0.010245 0.018279 -0.009587 -0.006814 0.037166 -0.032028 0.000462 -0.004041 0.025832 0.003551 0.065202 0.00638 -0.02827 0.004122 0.001965 -0.001449 0.012192 -0.005597 0.004569 -0.019375 -0.00241 0.0048 0.014802 -0.013571 -0.020869 -0.001601 0.000746 -0.010165 -0.031984 -0.041165 0.006614 -0.015377 -0.037362 0.030181 0.031215 0.002091 0.030597 -0.015451 0.013571 0.010783 -0.020673 0.043775 -0.004654 0.03617 0.054797 0.020303 0.012654 0.009615 -0.05049 -0.041965 -0.024875 -0.008206 0.018456 -0.020385 -0.030573 0.010566 -0.004955 0.032949 -0.019755 -0.029637 -0.017044 -0.025204 -0.010794 0.003724 -0.002553 0.023103 -0.006984 0.008931 0.004964 0.014082 0.005183 0.004459 0.026694 0.039076 -0.052045 -0.002867 -0.017778 0.011056 0.023306 -0.026351 -0.001028 0.006421 -0.009192 -0.025803 -0.019049 0.011494 -0.044428 0.012992 -0.06734 -0.012847 0.010295 0.013632 0.013599 0.03871 0.000389\nൻ 0.046495 0.006741 -0.055916 0.043736 0.016324 0.046333 0.007294 0.003748 -0.025243 -0.037054 0.048109 0.013939 -0.018382 -0.040215 0.024164 -0.001059 0.023746 -0.027116 -0.011244 -0.061397 -0.032445 -0.000822 0.022267 0.031613 0.015423 0.00827 -0.007677 -0.000106 -0.024178 -0.026743 0.019211 -0.038083 -0.030939 -0.061339 0.014172 0.01539 -0.046653 0.056325 0.01636 0.031058 -0.035921 0.024291 0.003774 -0.002856 -0.053152 -0.025633 0.032201 0.006251 0.001324 0.018177 0.008682 0.075417 0.040611 -0.047998 0.045882 0.004211 -0.01303 0.021154 -0.013623 0.045551 -0.039065 -0.046406 -0.005044 -0.020806 0.007609 0.022866 0.047437 -0.023328 0.043314 0.023218 -0.045055 -0.00977 0.024547 0.02769 -0.050038 0.000288 -0.03486 0.046508 -0.052224 -0.028071 0.005922 0.0005 0.007319 0.019969 -0.042213 -0.077548 0.007679 -0.016561 -0.036648 -0.010976 -0.01639 0.03405 0.009884 -0.030533 0.024397 -0.008955 0.002737 -0.049178 -0.00142 -0.007637 -0.016576 0.002741 0.010438 -0.056138 0.006659 -0.003432 -0.00279 -0.002829 0.042128 0.000883 0.058999 0.031736 0.03058 -0.010847 0.008001 0.008209 -0.007351 -0.008043 -0.012556 -0.05538 0.031902 0.004747 0.059019 0.020131 0.041762 0.02052 -0.026784 -0.042966 -0.017032 -0.030287 -0.023173 0.028738 -0.023234 0.038811 -0.030376 0.032213 -0.050606 0.006243 0.00615 0.054081 0.006851 -0.019059 0.018158 0.034536 -0.056128 -0.055391 0.064017 0.011985 0.005775 -0.059933 0.011397 0.019994 0.038949 0.0267 -0.005464 -0.004259 0.002995 -0.031 0.031158 -0.021319 -0.02915 0.019353 0.041399 0.029447 -0.006275 -0.00817 0.032121 -0.029214 0.027691 0.029379 -0.031166 -0.039984 -0.011235 0.039486 -0.028294 -0.047042 -0.024571 -0.018199 -0.038952 -0.016116 0.043585 -0.017916 -0.000103 0.00813 -0.006337 -0.022626 0.009609 0.025535 -0.074974 0.001343 0.012217 0.025931 -0.04242 -0.041524 0.005483 0.058188 -0.0163 0.004678 -0.003194 -0.007839 -0.0372 -0.039792 0.014718 0.036389 0.020411 0.037845 0.005007 -0.016053 -0.015345 0.050236 -0.029522 -0.001079 -0.021119 0.012817 -0.008454 0.098752 0.008835 -0.027217 0.010926 -0.010648 -0.025412 0.002393 -0.025987 0.02599 -0.038271 0.004156 -0.015766 0.040079 -0.004961 -0.034363 -0.003339 0.002856 0.003871 -0.036794 -0.051382 -0.007274 -0.015372 -0.044682 0.042363 0.025378 0.024939 0.02657 -0.032772 0.005792 0.00199 -0.014799 0.043969 -0.004227 0.041965 0.073543 0.036484 0.007424 0.006175 -0.053937 -0.045193 -0.024035 0.011041 0.015343 -0.035813 -0.001741 0.004069 -0.020062 0.039789 -0.034172 -0.036549 -0.011573 -0.041938 -0.02467 0.005298 -0.010187 0.013349 0.027985 0.006229 0.000909 0.020194 0.013895 -0.025379 0.01398 0.04784 -0.068814 -0.000935 -0.040995 0.020422 0.020504 -0.010815 -0.004493 0.019702 -0.017914 -0.014118 -0.025693 0.005933 -0.051094 0.014127 -0.077823 -0.013039 0.012235 0.026062 0.034637 0.02308 -0.011673\nខ 0.026027 0.006367 -0.032329 0.019013 0.011503 0.035807 0.004991 -0.008324 -0.017951 -0.025979 0.036025 0.002788 -0.011707 -0.013216 0.029255 -0.004499 0.009609 -0.010097 -0.006131 -0.040712 -0.012644 0.010997 0.011646 0.012881 0.002103 0.012208 -0.015894 -0.009885 -0.009988 -0.012262 0.030404 -0.027097 -0.013151 -0.015572 0.009606 0.013238 -0.02321 0.050108 0.006368 0.018443 -0.033044 0.012129 0.004634 0.005773 -0.016817 -0.003944 0.023602 0.004895 0.002245 0.005822 0.002181 0.040004 0.026867 -0.027756 0.029142 0.008988 0.004769 0.013964 -0.008286 0.015152 -0.023009 -0.015616 -0.01298 -0.017452 0.01172 0.01819 0.046301 -0.026049 0.028423 0.016727 -0.045368 -0.01267 0.011567 0.012424 -0.04089 -0.005364 -0.01878 0.025169 -0.024326 -0.003983 0.019982 0.000789 0.009124 0.011756 -0.021708 -0.036416 0.002989 -0.001922 -0.011518 -0.007433 -0.011445 0.020657 0.012367 -0.018655 0.019132 -0.008675 -0.00479 -0.038789 0.004728 -0.006362 -0.008393 -0.005114 0.00374 -0.029228 0.010243 -0.010582 -0.025043 -0.001281 0.032564 -0.003305 0.045543 0.019232 0.018114 -0.010605 -0.002884 0.001777 0.006357 -0.001131 -0.006687 -0.041584 0.034667 7.9e-05 0.027863 0.017119 0.027726 0.004101 0.001082 -0.003637 -0.008996 -0.016917 -0.005535 -0.005046 -0.016719 0.035313 -0.019484 0.014145 -0.018743 0.004073 0.005352 0.036178 -0.010499 -0.009137 0.006008 0.015578 -0.031855 -0.049509 0.04618 0.007255 0.007695 -0.043393 0.002635 -0.000247 0.030277 0.007625 0.003896 -0.000258 0.002577 -0.033104 0.013434 -0.014375 -0.01697 0.014353 0.023109 0.023749 -0.0191 -0.006153 0.022476 -0.004916 0.026351 0.015077 -0.037549 -0.028779 -0.01372 0.033823 -0.012321 -0.019224 -0.002972 -0.002485 -0.031012 -0.022609 0.034161 -0.000514 0.003962 -0.029641 -0.004434 -0.011786 0.006696 0.014363 -0.044765 -0.006677 0.02994 0.011782 -0.032215 -0.033683 0.001111 0.029377 -0.021655 0.022584 0.010863 0.006347 -0.028903 -0.020743 0.020536 0.015283 0.025648 0.003289 -0.003922 -0.016946 -0.010164 0.016338 -0.010155 -0.00562 -0.009782 0.01806 -0.005436 0.044232 0.015068 -0.015791 0.013578 0.004006 0.003564 0.015946 -0.014915 -0.00234 -0.017823 -0.000355 -0.001196 0.02169 0.003775 -0.032048 -0.010332 -0.005392 0.00037 -0.023845 -0.021833 -0.006074 -0.011565 -0.026943 0.023201 0.009042 0.010547 0.02104 -0.028936 0.019994 -0.006049 0.00285 0.034273 0.008873 0.019964 0.052563 0.015289 0.007132 0.014597 -0.033196 -0.02658 -0.011866 -0.003681 0.013073 -0.024327 -0.011614 0.001139 -0.003018 0.013622 -0.025617 -0.02266 -0.027535 -0.020575 -0.019753 0.008492 9e-05 0.006824 -0.013103 -0.001439 0.006019 0.006238 -0.007204 0.004166 0.011166 0.028499 -0.037951 0.001252 -0.00719 0.017233 0.017121 -0.013067 -0.004148 0.016749 -0.012812 -0.013757 -0.002535 0.001048 -0.025038 0.008918 -0.054653 -0.012135 0.020097 0.008562 0.013221 0.009933 -0.000155\nኃ 0.026321 0.004529 -0.062581 0.023717 0.018449 0.047343 0.011728 0.018161 -0.027365 -0.031307 0.035094 0.023697 0.002896 -0.027684 0.040204 -0.012383 -0.004421 -0.029511 -0.0173 -0.036678 -0.008921 0.02256 0.018294 0.003015 0.012294 0.028678 -0.009909 -0.005202 -0.008864 -0.038971 0.03612 -0.042107 -0.029157 -0.044318 0.018096 0.013902 -0.05803 0.050093 0.020434 0.01987 -0.032835 0.02227 0.011526 0.024331 -0.033925 -0.031474 0.03383 -0.007032 -0.022666 0.019472 0.002741 0.067784 0.032754 -0.034291 0.04564 0.005588 -0.007312 0.027657 -0.02413 0.039588 -0.04111 -0.038592 -0.019717 -0.019909 0.015402 0.029892 0.043132 -0.010082 0.051618 0.026312 -0.048992 -0.003333 0.02465 0.003311 -0.049921 0.015804 -0.039189 0.009347 -0.039399 -0.006583 0.009407 -0.012759 0.001205 0.020385 -0.016268 -0.057658 0.008646 -0.00043 -0.02735 0.001159 -0.002579 0.023348 0.011528 -0.016076 0.020138 0.003775 -0.005309 -0.065691 0.006148 0.000605 -0.011992 0.031783 0.003729 -0.045569 0.01537 -0.006748 -0.003435 0.004003 0.030412 -0.019359 0.038045 0.021938 0.010513 -0.015906 0.00355 0.002945 -0.004287 -0.002978 -0.008849 -0.062658 0.020794 -0.016186 0.054069 0.032066 0.046032 0.031843 -0.020616 -0.008704 -0.016456 -0.010676 -0.028396 0.010077 -0.017457 0.026176 -0.022481 0.015241 -0.030464 0.010349 0.019748 0.061734 -0.010288 -0.002288 0.012219 0.030438 -0.028691 -0.05489 0.056542 -0.015596 -0.008935 -0.03873 0.012186 0.025318 0.037692 0.043445 -0.010854 0.005445 0.014425 -0.02626 0.030376 -0.040121 -0.006548 0.036596 0.00828 0.00585 -0.014571 -0.01575 0.000912 -0.029111 0.021698 0.036712 -0.021469 -0.009929 0.001542 0.063869 -0.027559 -0.033907 -0.013711 -0.001407 -0.061325 -0.017523 0.048158 -0.007813 0.008494 -0.021974 -0.004256 -0.045069 0.013635 0.016441 -0.072843 0.00476 0.014224 0.037433 -0.032496 -0.048258 -0.003004 0.041373 -0.037078 0.01458 0.009219 -0.000855 -0.023304 -0.044545 0.014151 0.022941 0.008967 0.013015 0.012221 -0.007632 -0.024526 0.068493 -0.027612 -0.014987 0.000208 0.032871 -0.012835 0.079268 -0.003754 -0.023082 0.010645 -0.007646 -0.023711 -0.006912 0.014494 0.008247 -0.025334 -0.010675 0.005678 0.016945 -0.03331 -0.028443 0.012718 0.013374 -0.00987 -0.016326 -0.050105 -0.010966 -0.021923 -0.036207 0.029099 0.031322 -0.004359 0.030183 -0.029181 0.032501 0.024836 -0.007365 0.034842 -0.014952 0.030504 0.054396 0.021254 0.009295 0.007162 -0.033763 -0.043741 -0.030198 0.003243 0.029662 -0.033039 -0.01213 -0.001581 -0.0188 0.03154 -0.0314 -0.054414 -0.017591 -0.037449 -0.013605 0.006867 -4.6e-05 0.01638 -0.014386 0.007706 -0.006466 0.013627 0.012205 -0.004 0.029007 0.049301 -0.058603 -0.006777 -0.031102 0.016956 -0.001788 -0.034038 -0.007293 0.031152 -0.019746 -0.013887 -0.015645 0.007908 -0.039098 0.021527 -0.079878 -0.030347 0.010306 0.015042 0.026897 0.034602 0.009545\nင 0.032374 -0.000468 -0.036123 0.017681 0.010128 0.043928 0.001064 -0.007139 -0.013968 -0.028113 0.02786 0.001631 -0.006642 -0.01833 0.035474 -0.005697 -0.001143 -0.01044 -0.002443 -0.041734 -0.021035 -0.000864 0.003875 0.001842 -0.002554 0.009057 -0.024593 -0.016822 -0.014652 -0.029365 0.023609 -0.02527 -0.020704 -0.032198 0.012825 0.007499 -0.025859 0.030072 -0.004798 0.016079 -0.028075 0.009157 0.005386 -0.007109 -0.030891 -0.00748 0.022848 -0.002103 0.000895 0.015246 0.001744 0.035137 0.025639 -0.033526 0.040793 0.007766 -0.007449 0.009894 -0.010955 0.01265 -0.041272 -0.023239 -0.007965 -0.010851 0.013915 0.01227 0.042225 -0.008686 0.035003 0.02464 -0.050325 -0.008938 0.017193 0.021338 -0.041641 0.000559 -0.028347 0.01613 -0.045097 -0.007315 0.001762 0.000529 -0.002046 0.00856 -0.018886 -0.044616 0.00297 0.004151 -0.011505 -0.006138 -0.007237 0.021521 0.009669 -0.017917 0.018321 -0.011624 -0.00085 -0.036237 -0.004008 -0.004109 -0.033033 0.00308 0.001751 -0.028685 0.014923 -0.000774 -0.01489 0.003291 0.037264 -0.004542 0.03429 0.025916 0.01857 -0.016917 0.01358 -0.007365 -0.008346 -0.006808 -0.017988 -0.026804 0.012216 0.002327 0.032616 0.02842 0.036154 0.006446 -0.012382 -0.003446 -0.014135 -0.020876 -0.018332 0.004816 -0.007679 0.029958 -0.01255 0.004159 -0.028182 0.016001 0.005009 0.037538 3e-05 -0.005986 0.007482 0.019512 -0.030928 -0.049427 0.05842 0.009756 0.004349 -0.039942 0.005971 0.010992 0.035489 0.010368 -0.001746 0.000547 0.001571 -0.018561 0.014747 -0.01995 -0.021584 0.008999 0.02289 0.01101 -0.020176 -0.016038 0.022038 -0.019048 0.018024 0.015373 -0.016376 -0.014639 -0.009676 0.025128 -0.019864 -0.024529 0.008667 -0.016093 -0.045495 -0.013127 0.026397 -0.005114 0.009935 -0.011695 -0.00504 -0.018496 0.005083 0.020526 -0.035118 0.003109 0.005898 0.025295 -0.039424 -0.023244 0.000526 0.038547 -0.022279 0.01529 -0.002704 -0.003972 -0.036067 -0.032818 0.008152 0.025027 0.016437 0.013622 0.018312 -0.003709 -0.007072 0.041508 -0.024115 -0.003444 -0.004448 0.015554 -0.003072 0.050697 0.011164 -0.025512 0.008175 0.006932 0.003129 0.005183 -0.006435 0.001135 -0.023449 0.001311 -0.005339 0.015689 0.001476 -0.01698 -0.010816 -0.001717 -0.005252 -0.02778 -0.038649 -0.010617 -0.014944 -0.030007 0.020714 0.008999 0.000796 0.028507 -0.013057 0.008487 -0.007233 -0.005308 0.022332 -0.010399 0.031144 0.048151 0.023292 0.007895 -0.003765 -0.031453 -0.023328 -0.011177 -0.007755 0.020983 -0.027089 -0.001662 0.003357 -0.011554 0.026583 -0.026925 -0.029915 -0.030773 -0.038351 -0.008939 0.006631 0.002199 0.021828 0.002025 0.020737 -0.006205 0.021873 0.010546 0.009652 0.012945 0.052841 -0.051324 0.009244 -0.013531 0.010261 0.018702 -0.015507 -0.016012 0.018963 -0.01085 -0.018366 -0.015727 0.001137 -0.034755 0.011471 -0.062118 -0.016254 0.012991 0.008588 0.020583 0.014027 0.001522\nฐ 0.022996 -0.007177 -0.032466 0.024123 0.015234 0.035201 0.006832 -0.000113 -0.019834 -0.032062 0.026848 -0.000739 0.000596 -0.011607 0.02104 -0.000776 0.014564 -0.018435 -0.010376 -0.024831 -0.017708 0.013627 0.006056 0.015767 0.006089 0.004222 -0.007991 -0.000403 -0.01539 -0.017941 0.022192 -0.025414 -0.017394 -0.032102 0.001187 0.009395 -0.029455 0.0271 0.00932 0.01553 -0.02355 0.015132 -0.004112 -0.005806 -0.01986 -0.02344 0.025523 0.00595 0.003739 0.002918 0.010882 0.038159 0.03074 -0.028723 0.025297 -0.006031 0.000571 0.01914 -0.010714 0.018251 -0.023281 -0.023747 0.001618 -0.016812 0.006066 0.02313 0.024472 -0.019418 0.032926 0.012486 -0.038634 -0.009538 0.018491 0.013799 -0.053942 0.000486 -0.029642 0.017095 -0.030688 -0.011816 0.016532 -0.010044 0.00318 0.010525 -0.018804 -0.052007 -0.004884 -0.000368 -0.014809 0.002354 -0.004644 0.021709 0.011543 -0.010005 0.012418 -0.001125 0.003366 -0.029218 0.000343 -0.001409 -0.021064 0.000365 -0.007011 -0.023136 0.012175 -0.001687 -0.008985 0.002069 0.026082 -0.006115 0.041318 0.019879 0.021529 -0.017226 0.009489 -0.005749 0.004279 -0.001595 -0.00652 -0.037144 0.014027 0.002417 0.035284 0.025831 0.033674 0.010612 -0.01701 -0.013657 -0.005638 -0.009932 -0.009946 -0.008027 -0.025659 0.024182 -0.012168 0.021818 -0.028524 0.002513 0.017921 0.031236 -0.001886 -0.007301 -0.001238 0.026645 -0.030323 -0.046514 0.029809 0.002035 -0.004227 -0.04422 -0.001479 0.000426 0.026033 0.018945 0.002491 0.010858 0.007999 -0.026345 0.015787 -0.023419 -0.008233 0.007133 0.016084 0.019837 -0.017528 -0.00864 0.018123 -0.016133 0.017141 0.012553 -0.030549 -0.013831 -0.009462 0.02188 -0.01792 -0.020434 -0.001298 -0.0029 -0.037436 -0.013679 0.036387 -0.010388 0.007412 -0.010145 -0.013253 -0.011126 0.007438 0.015832 -0.047134 -0.009464 0.01396 0.025848 -0.031416 -0.026893 0.00902 0.037957 -0.010956 0.006111 0.00397 0.007765 -0.023537 -0.023241 0.01563 0.026236 0.019989 0.018528 0.0017 -0.002199 -0.001568 0.032245 -0.014766 0.000167 -0.005298 0.020008 -0.001944 0.058554 0.004954 -0.025324 0.012293 -0.001122 0.000227 0.010773 0.004287 0.004351 -0.021388 -0.001832 -0.005336 0.00986 -0.004795 -0.029706 -0.01006 0.005785 -0.00431 -0.024058 -0.02533 -0.006077 -0.013323 -0.032065 0.012327 0.027923 0.008036 0.030899 -0.01924 0.00825 0.004564 -0.007474 0.025226 0.002776 0.041975 0.055882 0.020839 -0.001831 -0.009853 -0.03783 -0.019647 -0.012202 0.002846 0.024429 -0.023967 -0.013578 0.004299 -0.01508 0.021385 -0.016083 -0.023149 -0.031039 -0.029137 -0.010927 0.006722 -0.002052 0.015973 -0.002373 0.010309 0.00236 0.005527 -0.005456 -0.003157 0.015108 0.039642 -0.038747 0.000917 -0.002954 0.008599 0.010983 -0.013072 -0.009257 0.017234 -0.002437 -0.015598 -0.005874 0.006722 -0.032511 0.006902 -0.049332 -0.006637 0.006266 0.00864 0.006069 0.01948 -0.001079\nক 0.019028 0.000215 -0.046245 0.01521 0.005842 0.033762 0.000531 -0.005054 -0.010216 -0.031461 0.036208 0.012616 -0.009832 -0.018576 0.035653 -0.011394 0.004756 -0.013613 -0.004728 -0.050005 -0.014646 0.001346 0.007761 0.017061 0.002752 0.013757 -0.019423 -0.017889 -0.014524 -0.031331 0.018733 -0.024038 -0.01934 -0.03865 0.015028 0.010189 -0.029868 0.039245 0.004208 0.023757 -0.028038 0.004611 0.004025 0.006306 -0.023737 -0.013057 0.030087 -0.008401 -0.001106 0.017374 -0.002382 0.037449 0.03298 -0.030473 0.041277 0.001086 -0.005998 0.020776 -0.010472 0.025089 -0.037528 -0.036525 0.00601 -0.016325 0.008245 0.022432 0.03709 -9.5e-05 0.039715 0.014974 -0.054596 9.7e-05 0.011973 0.021713 -0.041474 0.00857 -0.022123 0.025333 -0.044403 -0.013714 0.006172 -0.009146 0.003697 0.007699 -0.021625 -0.043326 0.005951 -0.009875 -0.022739 -0.006364 -0.002571 0.022253 0.005594 -0.00714 0.016599 -0.001554 -0.007795 -0.031928 -0.001864 -0.001822 -0.023026 0.011805 0.000773 -0.030583 0.017041 -0.004248 -0.014266 0.01217 0.03328 -0.004592 0.044378 0.022476 0.02717 -0.022281 -0.002465 -0.005874 -0.001909 -0.007224 -0.019782 -0.034374 0.032709 0.01193 0.032877 0.023208 0.032148 0.011143 -0.015228 -0.0102 -0.007983 -0.020901 -0.012395 0.001962 -0.014006 0.030265 -0.011682 0.012211 -0.035611 0.003489 0.01176 0.044821 -0.000732 -0.009693 0.012566 0.021782 -0.040203 -0.054699 0.050085 0.028563 0.014243 -0.041291 -0.001863 0.021828 0.027192 0.017619 0.005744 -0.000416 0.014673 -0.024511 0.014767 -0.021288 -0.023703 0.016469 0.010359 0.01023 -0.00745 -0.018275 0.019722 -0.017295 0.021106 0.00721 -0.028605 -0.019989 -0.009848 0.028261 -0.020372 -0.025278 -0.001576 -0.000426 -0.036401 -0.019096 0.022052 -0.015335 0.008914 -0.009527 -0.002379 -0.02347 0.007232 0.025613 -0.040289 -0.003817 0.016038 0.032676 -0.041692 -0.028446 -0.000259 0.03772 -0.016883 0.010354 0.002769 -0.010301 -0.039448 -0.034325 0.007254 0.029469 0.013309 0.012799 0.023088 -0.003431 0.002913 0.041873 -0.026313 -0.010932 -0.004465 0.010665 -0.004791 0.055969 0.015268 -0.029018 0.010356 0.006128 -0.004581 0.004765 0.002895 0.00387 -0.029456 -0.007004 -0.000274 0.022038 -0.007624 -0.021302 -0.009733 -7.3e-05 -0.007002 -0.030232 -0.041092 -0.00975 -0.018447 -0.035306 0.022675 0.020183 0.016212 0.029912 -0.020957 0.012397 -0.001683 0.00683 0.025125 -0.011976 0.037142 0.045 0.00747 -0.00112 0.002299 -0.037139 -0.023745 -0.016467 -0.011949 0.030557 -0.028361 -0.008744 -0.002549 -0.020213 0.029362 -0.032223 -0.034571 -0.021546 -0.027787 -0.022969 0.010686 -0.001796 0.024218 0.004894 0.014642 0.000432 0.011531 -0.00231 0.001336 0.013386 0.0482 -0.055486 0.006325 -0.01216 0.021052 0.023343 -0.017622 -0.010568 0.008661 -0.009998 -0.020172 -0.005271 0.009445 -0.044229 0.005117 -0.065147 -0.008185 0.006253 0.014838 0.01448 0.015986 0.000407\nመ 0.032795 0.009577 -0.05184 0.006507 -0.004898 0.038511 0.002119 -0.008132 -0.026954 -0.041523 0.030558 0.015495 0.001421 -0.021798 0.029729 0.002732 0.007542 -0.010618 -0.015524 -0.038083 -0.014008 0.009141 0.015824 0.000784 0.002078 0.023386 -0.004066 -0.008085 -0.008314 -0.038067 0.021084 -0.023325 -0.029396 -0.026407 0.009526 0.008609 -0.029526 0.042232 -0.005658 0.021684 -0.03056 0.007651 0.007965 0.001882 -0.024678 -0.020959 0.023502 -0.012603 -0.015668 0.00981 0.00552 0.049626 0.018527 -0.015965 0.030486 0.014142 -0.010993 0.011723 -0.019658 0.023833 -0.026642 -0.017434 -0.002528 -0.004833 0.031712 0.023484 0.040971 -0.002312 0.032133 0.01941 -0.037325 0.002314 0.020945 0.01369 -0.029524 0.007308 -0.02537 0.020116 -0.044372 -0.001617 0.005077 -0.001126 0.00134 0.005991 -0.01333 -0.046596 0.003082 -0.008972 -0.014273 -0.006911 -0.013524 0.019673 0.015322 -0.005318 0.016896 -0.004092 -0.010839 -0.040755 -0.00328 -0.005658 -0.022163 0.020702 -0.002704 -0.02845 0.001436 -0.008407 -0.027673 -0.000177 0.03162 -0.012654 0.039543 0.024838 0.012146 -0.017726 -0.000217 0.002655 -0.017307 0.000843 -0.01027 -0.036943 0.024303 -0.008487 0.043318 0.01654 0.024171 0.014908 -0.022215 -0.009264 -0.027877 -0.008452 -0.024047 -0.007612 -0.010889 0.023068 -0.016209 0.007437 -0.022813 0.005452 0.015885 0.039785 -0.003826 -0.000128 0.017982 0.021164 -0.026519 -0.043368 0.053423 0.014384 -0.003074 -0.032499 0.021217 0.012261 0.033498 0.028732 -0.000651 -0.000833 0.013601 -0.01934 0.021389 -0.025809 -0.020341 0.017231 0.023578 0.001376 -0.014295 -0.019789 0.006205 -0.013882 0.019147 0.013588 -0.028933 -0.014172 -0.005571 0.035327 -0.019323 -0.019239 -0.016117 -0.018006 -0.039269 -0.014017 0.031128 -0.009212 0.003374 -0.021208 -0.006202 -0.029698 0.014943 0.017638 -0.044228 0.004536 0.008997 0.026613 -0.034617 -0.023004 -0.002254 0.044984 -0.030054 0.011146 0.009057 -0.00311 -0.026381 -0.031928 0.020754 0.026394 0.005603 0.023072 0.016505 -0.016879 -0.018323 0.050232 -0.02187 -0.017003 0.007783 0.008202 -0.007415 0.065699 0.014367 -0.015998 0.008397 0.008881 -0.011395 0.006521 -0.002497 -0.003597 -0.015502 -0.000822 0.010793 0.019424 -0.010912 -0.019597 -0.005706 -0.002951 -0.006823 -0.013043 -0.048409 -0.003778 -0.016609 -0.024763 0.016922 0.013654 0.001362 0.021867 -0.030517 0.016453 0.010465 0.004818 0.039996 -0.001184 0.027751 0.046075 0.023327 0.009287 -0.003542 -0.02232 -0.025366 -0.019623 0.00442 0.029338 -0.024857 -0.008349 0.006045 -0.015698 0.034408 -0.031528 -0.03328 -0.021022 -0.035307 -0.005585 0.014856 0.00568 0.019115 0.006286 0.015498 -0.015247 0.011161 0.004843 -0.000751 0.022937 0.054304 -0.048237 0.002283 -0.026546 0.020005 -0.000952 -0.017919 -0.001322 0.021347 -0.006415 -0.007709 -0.011641 0.002326 -0.03321 0.012712 -0.058799 -0.011341 0.006133 0.015689 0.020833 0.027003 0.006696\n$ 0.009994 -0.009533 -0.040026 0.012247 0.005246 0.031305 0.004992 -0.005645 -0.004755 0.002198 0.019696 0.005283 -0.018753 -0.012526 0.008424 -0.013472 0.004789 -0.018087 -0.011465 -0.036336 0.002707 0.022 0.007017 0.013938 0.004527 0.018297 0.010998 -0.001784 0.007044 -0.009429 0.013634 -0.011783 -0.001276 -0.039605 -0.001906 0.016829 -0.022635 0.023917 0.02574 0.006176 -0.018311 0.001026 -0.004676 -0.008221 -0.007085 -0.011826 0.016574 -0.006557 -0.011127 0.010845 -0.006314 0.036463 0.027419 -0.012738 0.016273 -0.006928 -0.005211 0.018758 -0.02398 -0.004031 -0.013236 -0.015668 -0.020008 -0.020223 0.011054 0.002615 0.014201 -0.001749 0.012251 0.013925 -0.034093 -0.004563 0.013338 -0.009099 -0.024256 -0.00823 -0.010955 0.018336 -0.018674 -0.00806 -0.002356 0.002902 0.000263 -0.002199 -0.013696 -0.031172 0.004175 -0.00487 -0.020054 -0.009154 0.01251 0.011974 -0.005384 -0.011846 -0.006755 -0.012528 0.005814 -0.026427 0.005859 -0.011865 -0.005326 -0.009626 0.005151 -0.005563 0.006991 0.006554 -0.006635 0.001356 0.019125 0.007453 0.012141 0.008013 0.017027 -0.023201 0.006328 -0.002336 -0.008526 0.000606 -0.005976 -0.029846 0.012578 -0.002776 0.025819 -0.006283 0.008421 -0.006485 0.009654 0.005586 0.000563 0.006432 -0.008135 -0.00401 -0.020018 0.019251 0.006258 0.000346 -0.020826 -0.009992 -0.004741 0.028568 -0.007716 -0.002942 0.010242 0.016001 -0.010886 -0.022319 0.028005 -0.013576 0.009646 -0.031257 0.016986 0.00279 0.017052 0.013733 -0.00202 -0.012364 -0.010375 -0.02398 -0.001507 -0.012077 -0.011101 0.003878 0.009707 -0.001304 -0.003579 -0.002113 0.011103 -0.00934 0.008657 0.028334 -0.014194 -0.005628 -0.000173 0.020123 -0.017762 -0.015841 -0.016422 -0.02346 -0.015067 -0.016501 0.022584 0.00394 0.010284 -0.006399 0.003331 0.003335 -0.011648 0.023917 -0.023028 0.001446 0.010836 0.021949 -0.031954 -0.03108 4.8e-05 0.027619 -0.010369 0.009546 0.001517 0.012542 -0.029962 0.002839 0.009872 0.005758 0.019019 0.007251 0.001863 -0.002282 0.020152 0.021582 -0.024591 0.006073 -0.016149 0.000737 -0.008659 0.032045 0.000399 -0.007713 0.000245 0.005182 -0.003113 0.005251 -0.013438 0.005013 -0.022725 0.010731 0.007382 0.0031 -0.003025 -0.020282 -0.00674 0.004857 0.00527 -0.005594 -0.026004 0.003648 -0.014993 -0.035222 0.003673 0.029109 0.013985 0.00441 -0.018467 0.009105 -0.005181 -0.015927 0.01714 -0.011157 0.029651 0.026333 0.009098 0.010552 -0.003447 -0.03211 -0.013396 -0.001689 -0.003663 0.003164 -0.026582 -0.012195 0.010215 -0.012551 0.027158 -0.01751 -0.008415 -0.000979 -0.02191 -0.004648 -0.002365 0.019773 0.000159 -0.012776 -0.008929 -0.000428 0.010027 0.015334 -0.01084 0.014748 0.028609 -0.019144 0.00251 -0.000729 0.01025 0.007945 -0.013233 -0.011868 0.012487 -0.017112 -0.001942 -0.011008 0.004532 -0.011685 0.005399 -0.031705 -0.023198 -0.001469 0.016934 -0.00916 0.012389 0.012557\nன 0.026035 0.00479 -0.053598 0.01657 0.007739 0.039015 -0.00081 -0.008266 -0.023382 -0.047516 0.047375 0.021401 -0.005688 -0.034483 0.039716 -0.014751 0.001811 -0.010522 -0.005798 -0.054305 -0.002545 -0.005874 0.005573 0.000349 -0.00658 0.012673 0.004208 -0.010949 -0.015525 -0.040734 0.015913 -0.033674 -0.021957 -0.050577 0.010928 0.005444 -0.039603 0.039003 -0.005947 0.024681 -0.045538 0.011426 0.004838 -0.003122 -0.048953 -0.019629 0.040305 -0.003851 0.001602 0.011337 -0.011111 0.059241 0.036761 -0.032199 0.035812 0.006899 -0.014415 0.010775 -0.020971 0.02005 -0.037774 -0.027868 -0.00199 -0.010502 0.024085 0.021037 0.050596 0.00046 0.040923 0.025944 -0.058458 -0.001743 0.028107 0.022864 -0.043867 0.01048 -0.017777 0.018346 -0.043511 -0.01259 0.016128 0.002216 0.011618 0.002873 -0.013421 -0.053566 0.008255 -0.011901 -0.007446 0.004134 -0.010998 0.018455 0.009994 -0.007302 0.012534 0.005747 -0.019059 -0.035987 -0.009042 -0.0061 -0.020985 0.014695 0.008117 -0.037733 0.015632 -0.005749 -0.01586 0.006349 0.039262 -0.018012 0.049142 0.020082 0.02334 -0.016558 0.001243 -0.006449 -0.001741 -0.005891 -0.017016 -0.036126 0.031457 0.007245 0.035106 0.025739 0.035165 0.008456 -0.007219 -0.010433 -0.013007 -0.020827 -0.020835 -0.001065 -0.006944 0.02699 -0.019663 -0.001218 -0.015907 0.011394 0.011819 0.036948 0.005234 -0.012119 0.03186 0.022329 -0.04808 -0.052482 0.072571 0.024274 0.016032 -0.046122 0.005373 0.018071 0.044106 0.016152 0.006323 -0.000492 0.016559 -0.030412 0.016473 -0.029832 -0.037937 0.010633 0.020617 0.019261 -0.027524 -0.018202 0.032274 -0.017878 0.019704 0.017135 -0.022024 -0.016597 -0.009704 0.033732 -0.030275 -0.015422 -0.011608 -0.005421 -0.042483 -0.022608 0.029049 -0.013069 0.010641 -0.019435 -0.004312 -0.02128 0.005923 0.018506 -0.039117 0.007154 0.01787 0.016716 -0.032895 -0.040971 0.014594 0.050537 -0.023236 0.011169 0.007734 0.005103 -0.038497 -0.035383 0.006617 0.033268 0.016979 0.039476 0.013405 -0.019118 -0.009348 0.031897 -0.027786 -0.007434 -0.014387 0.013933 0.002712 0.072395 0.025706 -0.02038 0.013076 0.003913 -0.009195 0.014298 0.007376 0.011882 -0.016071 -0.021242 -0.000411 0.023487 -0.007368 -0.015802 -0.009772 0.000933 -0.019824 -0.031135 -0.048361 -0.005258 -0.016623 -0.030912 0.017988 0.018544 -0.007108 0.027823 -0.020763 0.015854 0.000628 0.005288 0.023933 -0.007682 0.044241 0.056697 0.022562 0.008011 0.010657 -0.026956 -0.035129 -0.022381 0.001087 0.035344 -0.031124 -0.009816 0.00334 -0.023665 0.042495 -0.022344 -0.040087 -0.013019 -0.043825 -0.028445 0.018573 -0.003086 0.029295 0.003714 0.015184 0.009358 0.01739 0.011957 0.001212 0.023943 0.053249 -0.058066 0.002396 -0.023362 0.024112 0.00586 -0.009035 -0.004169 0.026189 -0.00121 -0.01065 -0.007774 0.002584 -0.039148 0.023752 -0.075827 -0.002668 0.000669 0.010597 0.017885 0.018591 0.008745\nਨ 0.024893 0.005912 -0.044976 0.012786 -0.001875 0.027344 0.011238 0.009742 -0.02215 -0.031242 0.031778 0.025347 -0.007722 -0.004797 0.026302 0.004228 -0.001282 -0.004406 -0.006779 -0.042203 -0.018223 -0.01429 0.018413 0.003242 0.008227 0.009975 -0.015908 -0.025443 -0.017563 -0.035009 0.015378 -0.037114 -0.010955 -0.024824 0.003774 0.008185 -0.021001 0.049969 0.01983 0.018636 -0.023635 0.026277 0.000247 0.007215 -0.022506 -0.022122 0.033148 -0.021812 0.00625 -0.003809 0.001573 0.050011 0.033771 -0.04565 0.024005 -0.00114 -0.010799 0.026436 0.002389 0.018829 -0.042981 -0.003809 -0.010674 0.00102 0.015778 0.017337 0.046185 -0.005836 0.030875 0.008716 -0.042613 0.009736 0.013579 0.031011 -0.045856 0.008152 -0.024616 0.015488 -0.038835 -0.009385 0.014704 -0.01278 -1.5e-05 8.9e-05 -0.01794 -0.052643 0.020903 -0.018243 -0.028317 -0.008606 -0.011049 -0.009202 0.014987 -0.010796 0.029092 0.009325 -0.009659 -0.030655 0.006499 0.011242 -0.026669 0.003559 0.020231 -0.02183 0.021352 -0.010187 -0.011467 -0.010684 0.025673 -0.004819 0.034536 0.01968 0.013384 -0.019774 0.014358 -0.011072 0.003233 -0.021153 -0.01571 -0.027952 0.027181 0.001173 0.034211 0.014942 0.023296 0.02712 -0.010233 0.008041 -0.016878 -0.016593 -0.015118 0.009668 -0.002866 0.048532 -0.011973 0.004546 -0.036783 0.012538 -0.002239 0.053948 0.00868 0.002237 0.008039 0.011475 -0.035183 -0.039686 0.066542 0.017476 0.008227 -0.032354 0.01805 0.024147 0.020414 0.016129 0.001058 -0.000212 0.007052 -0.026974 0.024325 -0.019016 -0.031175 0.018865 0.028641 0.011883 -0.016044 -0.006174 0.016133 -0.021642 0.028188 0.020343 -0.031334 -0.008939 -0.008101 0.019616 -0.040883 -0.024708 -0.016181 -0.004447 -0.036885 -0.01116 0.036127 -0.005108 0.014189 0.003939 -0.010394 -0.016201 0.011637 0.023475 -0.031499 -0.002768 0.031944 0.006435 -0.037027 -0.02716 0.005286 0.052146 -0.031862 0.003511 -0.015501 -0.014841 -0.030067 -0.042652 0.00972 0.025241 0.016435 0.024525 0.01739 -0.014931 -0.006326 0.047005 -0.029181 -0.00148 -0.012327 -0.003623 -0.024464 0.070229 0.013369 -0.001672 0.013185 0.001026 -0.008396 -0.006658 0.007438 0.019559 -0.018563 0.007772 -0.00374 0.027455 0.00548 -0.023455 0.006501 -0.003901 -0.00944 -0.015833 -0.025326 -0.012168 -0.020646 -0.036858 0.018007 0.013984 0.02861 0.025359 -0.02479 0.023451 0.003277 -0.000284 0.021121 -0.013085 0.045068 0.043776 0.029665 0.002142 -0.000204 -0.02475 -0.02533 -0.015578 0.000661 0.017202 -0.022649 -0.002592 -0.001338 -0.030642 0.034689 -0.01306 -0.024515 0.014146 -0.020315 -0.010949 -0.004975 -0.008399 0.018791 0.022974 -0.004267 0.001348 0.019803 0.003591 -0.014862 0.027143 0.034138 -0.067439 -0.002635 -0.028573 0.031013 0.020811 -0.014314 0.003392 0.010538 0.004741 -0.02246 -0.032893 -0.009101 -0.042281 0.008394 -0.071273 -0.018425 0.002457 0.021587 0.002707 0.016067 0.004336\nप 0.023624 -0.000801 -0.040608 0.014145 0.006321 0.026382 -0.000719 -0.006444 -0.022859 -0.027757 0.035403 0.012503 -0.003828 -0.01722 0.02077 -0.006536 0.003094 -0.013058 -0.004105 -0.035578 -0.011391 0.001616 0.00665 0.005803 0.004464 0.016105 -0.011891 -0.01288 -0.0116 -0.020381 0.021692 -0.025965 -0.011499 -0.027824 0.007993 0.005188 -0.025824 0.030015 0.006756 0.016578 -0.026113 0.004385 0.004543 -0.002285 -0.013947 -0.012746 0.02449 -0.008275 0.00014 0.0093 0.00581 0.042602 0.030457 -0.0342 0.03387 0.002037 -0.002124 0.007106 0.001876 0.020018 -0.025681 -0.024078 -0.003722 -0.017732 0.006406 0.011604 0.026023 -0.002516 0.02244 0.012484 -0.04616 -0.010074 0.019385 0.01443 -0.040015 0.002491 -0.027145 0.017515 -0.030369 -0.013781 0.011859 -0.003753 0.005861 0.006796 -0.011327 -0.025093 0.001639 -0.005217 -0.01192 -0.000698 -0.008123 0.011039 0.007777 -0.008185 0.014331 -0.005235 -0.009633 -0.03409 -0.003395 -0.001318 -0.024 0.004437 -0.000783 -0.014064 0.012857 -0.007352 -0.012056 4.7e-05 0.033682 -0.000138 0.035513 0.018343 0.019204 -0.018394 0.004414 -0.00293 0.002745 0.001755 -0.01993 -0.030168 0.019175 -0.001034 0.024381 0.024499 0.025649 0.007086 -0.00618 -0.009649 -0.009615 -0.013895 -0.008276 0.001778 -0.019497 0.029687 -0.020712 0.004833 -0.026528 0.005077 0.004447 0.025302 -0.014468 -0.004236 0.003545 0.023956 -0.028107 -0.042553 0.037872 0.012487 0.001221 -0.034688 0.001227 0.011765 0.023217 0.013311 0.010205 0.007557 0.007172 -0.027074 0.007995 -0.018883 -0.020162 0.009386 0.016255 0.010734 -0.01442 -0.007519 0.024547 -0.008178 0.014707 0.009625 -0.016397 -0.008326 -0.010404 0.024495 -0.011573 -0.020338 -0.008732 -0.005252 -0.028962 -0.012947 0.024553 -0.008758 0.011987 -0.014153 -0.00736 -0.007907 0.004452 0.022225 -0.041782 0.006462 0.020444 0.017629 -0.027967 -0.02881 0.001608 0.031124 -0.017586 0.018759 0.001487 -0.004441 -0.030654 -0.020424 0.008302 0.019647 0.016434 0.009564 0.001105 -0.003571 -0.003319 0.035632 -0.010988 -0.00918 -0.007392 0.015238 -0.002924 0.053837 0.009771 -0.019962 0.014344 0.002497 -0.000703 0.002794 0.000217 0.008657 -0.02741 -0.009212 0.003289 0.014278 0.001082 -0.017941 -0.008619 -0.009723 -0.000286 -0.024991 -0.029091 -0.007687 -0.005568 -0.020473 0.023621 0.021995 0.01181 0.015893 -0.023365 0.019404 -0.00512 0.00276 0.025201 0.001643 0.024494 0.040242 0.015541 0.007425 -0.00868 -0.026575 -0.019674 -0.015599 -0.012111 0.015781 -0.028191 -0.009313 0.000644 -0.010481 0.020523 -0.016999 -0.019083 -0.015442 -0.016638 -0.016973 0.002478 -0.011286 0.014448 0.009755 0.007782 -0.010748 0.005464 -0.003352 -3.1e-05 0.010694 0.04045 -0.037645 0.001819 -0.018134 0.012134 0.011892 -0.017505 -0.013301 0.015167 -0.014248 -0.019492 -0.004327 -0.000427 -0.027264 0.007254 -0.050484 -0.013666 0.010821 0.011174 0.018405 0.007447 0.009462\nᠴ 0.030513 0.007447 -0.038692 -0.00792 -0.009957 0.037644 -0.022335 -0.036409 -0.015289 -0.017377 0.046067 0.013625 0.004541 -0.018679 0.029786 -0.025488 -0.001239 -0.005283 -0.018488 -0.054642 -0.009857 0.003086 0.014704 -0.008363 -0.007455 0.006437 -0.003093 -0.008513 0.000123 -0.024377 -0.002233 -0.033911 0.012324 -0.021692 0.002538 -0.000473 -0.038854 0.042843 -0.003076 -0.009906 -0.039493 -0.01373 -0.007641 0.019846 -0.004315 -0.026104 0.055822 -0.026932 -0.023649 0.032617 0.008215 0.037282 0.033428 0.002043 0.0619 0.008197 0.013213 0.026857 -0.006775 0.023723 -0.036541 -0.016771 -0.012798 -0.005535 0.049606 0.021135 0.035784 -0.006634 0.024905 0.006768 -0.075374 -0.011788 0.021292 0.03511 -0.041463 0.016297 -0.021103 0.02367 -0.02898 -0.008816 0.01361 -0.013514 -0.005162 0.014116 -0.001062 -0.016868 0.012683 -0.000827 0.012671 -0.007221 -0.003695 0.013955 0.016206 -0.036835 -0.001707 -0.011785 -0.020356 -0.057098 0.002239 -0.014623 -0.028286 0.022094 0.011343 -0.022729 0.027994 -0.027403 -0.025373 0.005905 0.032965 0.006312 0.036489 0.027796 0.024976 -0.00211 -0.001751 -0.026067 -0.024338 0.022644 -0.00718 -0.038278 0.038465 0.008015 0.041181 0.023158 0.02832 -0.0167 -0.002587 0.015218 -0.000775 -0.003026 -0.009678 0.000519 -0.003216 0.030926 -0.004785 0.001854 -0.042807 0.028057 0.032047 0.011367 -0.022296 0.005533 -0.033915 0.015198 -0.016594 -0.049555 0.053824 0.010567 0.011635 -0.000355 -0.005558 0.025082 0.023397 0.018407 -0.002442 0.011742 -6.3e-05 -0.009427 0.001384 -0.049373 -0.008804 0.0405 0.003208 0.008529 -0.012376 -0.032677 -0.006374 -0.027594 0.02231 0.031938 -0.009739 -0.010503 -0.003405 0.057852 -0.0007 -0.029011 -0.000527 0.010942 -0.053018 -0.012732 0.030825 -0.002248 0.014573 -0.033443 -0.004539 -0.01731 -0.006309 0.009211 -0.040813 0.00806 0.059154 0.036342 -0.010476 -0.019144 -0.019309 0.042359 -0.023661 0.0307 0.009773 -0.00982 -0.01607 -0.030574 0.015009 0.025756 0.011775 -0.003196 0.012533 -0.005829 -0.005118 0.041914 -0.018952 -0.028475 0.023287 0.023806 0.027644 0.046668 0.02823 -0.000171 -0.002337 0.005915 0.006607 0.005313 0.010552 -0.037229 -0.039405 -0.01995 -0.009012 -0.00793 -0.029802 -0.004772 -0.005616 -0.018404 -0.004989 0.005267 -0.021014 0.013462 -0.011093 -0.042575 0.007955 0.026767 -0.008748 -0.012704 -0.038125 0.022967 -0.00079 0.000717 0.040114 -0.032808 0.055479 0.041749 0.015526 0.018034 0.001397 -0.011379 -0.018487 -0.019167 -0.009175 0.055132 -0.02344 -0.007284 -0.011463 -0.009608 0.019131 -0.032383 -0.014375 -0.022339 -0.026793 -0.03527 0.001921 -0.009265 0.023381 0.010439 0.00456 0.007043 0.021968 0.000277 0.021523 0.021411 0.043065 -0.060212 -0.01265 -0.030453 0.021346 0.016823 -0.017069 0.002965 0.033207 -0.012578 -0.010187 0.005985 -0.02296 -0.032352 0.022834 -0.058755 -0.016397 -0.005133 0.023232 0.004009 0.010669 0.0243\nҷ 0.038382 -0.005013 -0.065481 0.021696 0.029293 0.040533 0.008566 -0.012974 -0.025227 -0.038553 0.053172 0.007612 0.00194 -0.033249 0.032259 -0.002242 0.013338 -0.032057 -0.008102 -0.042239 -0.019145 -0.003794 0.003882 0.011666 0.008364 0.021212 -0.008963 -0.005137 -0.02036 -0.034402 0.026896 -0.022105 -0.034692 -0.028081 -0.001612 0.02127 -0.051136 0.037515 0.006683 0.01369 -0.04746 0.008982 0.002838 0.003363 -0.029292 -0.013168 0.04145 -0.009508 -0.010427 0.018717 -0.001112 0.05125 0.034453 -0.025903 0.043161 0.003779 -0.005367 0.032446 -0.021927 0.035822 -0.0306 -0.024825 -0.017992 -0.021685 0.025416 0.016509 0.039928 -0.019757 0.028466 0.014706 -0.050193 -0.012947 0.032182 0.018645 -0.046147 -0.004734 -0.027712 0.023456 -0.030922 -0.019788 0.010291 -0.011779 -0.009704 0.013962 -0.018732 -0.045878 -0.012075 -0.008697 -0.029033 -0.010323 0.006005 0.030537 0.010781 -0.016017 0.017931 -0.019925 -0.001699 -0.050695 -0.001433 0.00723 -0.015035 0.008633 -0.009261 -0.026409 0.018434 -0.007792 -0.021418 0.018928 0.031867 -0.002603 0.047408 0.036345 0.034416 -0.017009 0.014182 -0.006284 -0.020875 0.015888 -0.017932 -0.048539 0.02384 0.001277 0.045798 0.028357 0.030459 0.012013 -0.031277 -0.010578 -0.017034 -0.007521 -0.019724 0.00222 -0.021163 0.040775 -0.017313 0.015669 -0.026182 0.011527 0.005522 0.062463 0.002816 -0.003003 0.026068 0.030949 -0.041921 -0.060011 0.060521 0.015638 0.002671 -0.051743 0.007204 0.019212 0.043388 0.019916 -0.012064 0.007687 0.0086 -0.035008 0.01318 -0.017143 -0.021537 0.013874 0.019574 0.018267 -0.011349 -0.010278 0.021317 -0.027986 0.029571 0.026953 -0.028637 -0.03285 -0.010867 0.041886 -0.015142 -0.033699 -0.01411 -0.003622 -0.030609 -0.025539 0.044294 -0.020468 0.00627 -0.019149 0.00373 -0.031933 -0.010779 0.029922 -0.069954 -0.006098 0.026034 0.037919 -0.036372 -0.041239 -0.001804 0.052574 -0.02173 0.015787 -0.004325 0.000887 -0.03967 -0.038398 0.022255 0.028593 0.012651 0.008092 0.018412 -0.01894 0.001801 0.051128 -0.030123 -0.006201 -0.008461 0.022651 -0.000428 0.06295 0.006424 -0.024462 0.0139 -0.006927 -0.00495 -0.002202 -0.00862 0.007392 -0.023751 -0.004701 0.003406 0.018399 -0.003525 -0.031793 -0.004879 0.004328 0.001009 -0.018648 -0.043371 0.00158 -0.01807 -0.038035 0.037041 0.030926 0.004807 0.021174 -0.021074 0.007647 0.016413 -0.000889 0.048223 -0.002007 0.041495 0.062615 0.017439 0.029226 -0.007055 -0.056308 -0.037668 -0.020599 -0.005909 0.022294 -0.037786 -0.023646 -0.004945 -0.021176 0.030882 -0.018269 -0.038233 -0.013781 -0.02652 -0.016339 0.003314 0.009024 0.016012 -0.006288 0.015579 0.009246 0.008024 0.005273 0.003145 0.020469 0.052929 -0.038698 0.007851 -0.031157 0.007043 0.0148 -0.029054 -0.00593 0.028815 -0.026736 -0.017617 -0.019237 0.015449 -0.050141 0.016283 -0.068278 -0.008804 0.008991 0.017094 0.009968 0.034788 -0.001991\nܶ 0.047411 0.001689 -0.085677 0.039356 0.016744 0.04137 0.010847 -0.004782 -0.03375 -0.039655 0.036072 0.016555 -0.004806 -0.046602 0.046255 0.00759 0.007672 -0.04063 -0.017106 -0.03967 -0.021106 0.015197 0.002884 0.015332 0.002737 0.023563 -0.008791 -0.008541 -0.018533 -0.033763 0.026713 -0.045846 -0.019678 -0.047994 0.015314 0.023773 -0.050764 0.052531 0.013878 0.025911 -0.038331 0.01683 -0.010382 0.002571 -0.035976 -0.048575 0.04644 -0.002931 0.005095 0.041128 0.013042 0.06996 0.045686 -0.03342 0.050675 0.01015 0.00166 0.039768 -0.026061 0.038728 -0.025593 -0.045728 -0.020542 -0.019818 0.017938 0.0338 0.050942 -0.023779 0.045581 0.024091 -0.059099 -0.002852 0.030309 0.022991 -0.06458 0.018202 -0.036406 0.043045 -0.02787 -0.027448 0.00472 -0.002241 -0.011902 0.028164 -0.021843 -0.078158 0.006541 -0.028562 -0.021511 -0.016043 -0.009595 0.028634 0.003777 -0.022812 0.016894 -0.016455 -0.000243 -0.046228 -0.012204 -0.009014 -0.021382 -0.001337 -0.016819 -0.027643 0.014663 -0.004931 -0.019065 0.013278 0.041668 -0.010266 0.04806 0.02417 0.025351 -0.023727 0.024394 -0.004697 -0.024255 0.005756 -0.019087 -0.052684 0.026449 -0.015201 0.059361 0.015153 0.029503 0.007702 -0.024137 -0.027984 -0.015417 -0.007218 -0.018228 -0.008355 -0.030227 0.033435 -0.034606 0.013455 -0.029647 0.006203 0.009556 0.059106 -0.008756 -0.006973 0.023086 0.032004 -0.029966 -0.052938 0.044458 0.002062 -0.002223 -0.045489 3.3e-05 0.013813 0.039551 0.04729 0.00181 0.015136 -0.001523 -0.016301 0.027635 -0.024168 -0.012409 0.026136 0.026955 0.027547 -0.005684 -0.019322 0.015518 -0.027225 0.030071 0.035773 -0.056614 -0.027429 -0.022565 0.036732 -0.020876 -0.039863 -0.027299 -0.002173 -0.049989 -0.027152 0.045049 -0.012876 -0.000424 -0.012661 -0.004976 -0.017049 -0.004611 0.026893 -0.089359 0.013261 0.018905 0.028795 -0.045282 -0.060703 -0.000652 0.052938 -0.024625 0.010714 0.014903 0.006068 -0.050673 -0.045857 0.023319 0.03172 0.018703 0.025651 0.022904 -0.016826 -0.016577 0.053363 -0.047103 -0.008053 -0.014771 0.011086 0.007026 0.085888 0.002654 -0.038347 0.006506 -0.000789 -0.015822 0.020891 -0.016606 0.000451 -0.032575 0.004332 -0.007311 0.023291 -0.019936 -0.034662 0.005073 -0.003457 -0.011982 -0.016727 -0.035124 0.006401 -0.015032 -0.042191 0.036102 0.041707 -0.000963 0.027457 -0.033458 0.017125 0.02025 -0.015531 0.057206 -0.006733 0.053437 0.059316 0.045438 0.015187 0.010749 -0.070662 -0.050582 -0.02574 -0.004461 0.024317 -0.030317 -0.011534 0.000785 -0.018134 0.029987 -0.032544 -0.040395 -0.035516 -0.043078 -0.00849 0.008233 -0.009136 0.019331 0.006117 0.010664 -0.011474 0.014863 0.006256 0.00271 0.040776 0.047385 -0.062237 -0.008997 -0.04026 0.011183 0.021487 -0.040581 0.005743 0.018121 -0.010691 -0.026072 -0.033469 0.020285 -0.048584 0.025663 -0.070937 -0.006455 0.00277 0.015756 0.02096 0.045916 0.010788\nι 0.02642 0.001026 -0.043859 0.023825 0.008376 0.034439 0.005675 -0.002083 -0.013712 -0.029713 0.034785 0.010935 -0.011348 -0.022265 0.031047 -0.009548 0.00752 -0.0195 -0.012731 -0.033551 -0.013081 0.007119 0.008198 0.013597 0.007497 0.016523 -0.007899 -0.012481 -0.012557 -0.022196 0.020774 -0.030758 -0.016469 -0.037392 0.010468 0.016325 -0.032749 0.037691 0.006765 0.018333 -0.02978 0.010034 -0.001536 0.00424 -0.024982 -0.023222 0.031505 0.000406 0.003742 0.011183 0.010196 0.044381 0.033098 -0.029177 0.039359 0.007498 -0.001552 0.01983 -0.01494 0.023269 -0.029284 -0.027605 -0.007577 -0.018026 0.013409 0.021687 0.036015 -0.016434 0.0277 0.016192 -0.045817 -0.005027 0.022391 0.011818 -0.045334 0.002867 -0.031286 0.020646 -0.025873 -0.013843 0.009727 -9e-06 -0.002207 0.018439 -0.016819 -0.044772 0.004039 -0.004041 -0.014685 0.001408 -0.003384 0.023204 7e-06 -0.004813 0.011083 -0.007517 -0.001567 -0.031542 -0.007314 -0.00773 -0.014644 0.002549 -0.001652 -0.030131 0.016308 -0.007758 -0.012812 0.010405 0.029355 -0.007438 0.04289 0.017896 0.021112 -0.01198 0.005656 0.004845 -0.002339 0.003777 -0.013202 -0.038569 0.021057 -0.002067 0.035853 0.019437 0.030722 0.005899 -0.006394 -0.01232 -0.008894 -0.014365 -0.011809 0.000217 -0.016907 0.028831 -0.018612 0.011452 -0.027309 0.002718 0.004997 0.04599 -0.007551 -0.011077 0.010361 0.025537 -0.031866 -0.044171 0.040604 0.007835 0.003374 -0.042448 -0.001038 0.006306 0.033108 0.023848 0.000199 0.000761 -0.001264 -0.021121 0.01173 -0.022527 -0.014219 0.015982 0.021391 0.016096 -0.014012 -0.012931 0.021607 -0.020735 0.018057 0.017294 -0.028928 -0.021968 -0.009084 0.036147 -0.01663 -0.0229 -0.006076 -0.011441 -0.03539 -0.014895 0.03032 -0.014539 0.004237 -0.005814 -0.004938 -0.011694 0.001419 0.016732 -0.054624 0.000491 0.015346 0.028253 -0.032228 -0.035914 0.000385 0.034543 -0.017084 0.014277 0.005156 0.001822 -0.032712 -0.030831 0.017697 0.022919 0.013245 0.012282 0.011133 -0.011485 -0.004109 0.030924 -0.015119 -0.004848 -0.01266 0.012499 -0.001298 0.062055 0.005492 -0.019362 0.002731 -0.002004 -0.005221 0.011069 -0.009422 0.006891 -0.021628 -0.00487 0.004323 0.011531 -0.005639 -0.027797 -0.003369 0.001557 -0.004313 -0.021595 -0.029824 -0.000511 -0.015594 -0.032456 0.02431 0.02766 0.00775 0.023585 -0.020393 0.007837 0.007557 -0.004464 0.035165 -0.000336 0.032658 0.050539 0.025036 0.005555 -0.000811 -0.034631 -0.031687 -0.022405 -0.004153 0.016115 -0.0233 -0.012819 0.007846 -0.005433 0.028233 -0.024564 -0.027437 -0.014954 -0.025584 -0.018609 0.006013 -0.000766 0.017216 -0.005228 0.008047 -0.002604 0.00416 -0.00051 -0.004849 0.018551 0.040112 -0.042118 -0.00497 -0.018253 0.01118 0.013462 -0.021141 -0.004524 0.014224 -0.006372 -0.016894 -0.015171 0.004177 -0.036126 0.005416 -0.060155 -0.010146 0.003547 0.009106 0.011387 0.015035 0.000686\nົ 0.033993 -0.00014 -0.044078 0.034333 0.012821 0.036363 0.014284 0.002036 -0.017979 -0.030025 0.030636 0.007438 -0.011298 -0.022143 0.027579 -0.002872 0.008721 -0.023822 -0.007306 -0.039826 -0.018347 0.001522 0.003392 0.017818 0.007576 0.017621 -0.011976 -0.010405 -0.014993 -0.027421 0.027163 -0.030764 -0.020939 -0.044057 0.007876 0.013161 -0.032542 0.042846 0.00727 0.02285 -0.026201 0.016315 -0.000558 -0.005521 -0.027944 -0.024675 0.036548 -0.004277 -0.001104 0.020826 0.005137 0.049576 0.038105 -0.035605 0.039382 0.009103 -0.000919 0.024737 -0.010542 0.030173 -0.034746 -0.029453 -0.009649 -0.012916 0.007166 0.022731 0.039509 -0.016095 0.037518 0.015566 -0.049326 -0.008244 0.01807 0.016071 -0.052597 0.004198 -0.029098 0.029652 -0.032888 -0.014776 0.017677 0.001732 0.00497 0.019538 -0.020895 -0.06035 0.00994 -0.00338 -0.023861 -0.007043 -0.001465 0.02824 0.005811 -0.020306 0.020215 -0.004569 0.004934 -0.039495 0.001373 -0.003098 -0.01961 0.001884 0.002788 -0.037129 0.017782 -0.003473 -0.008634 0.005129 0.036115 -0.006343 0.045442 0.01879 0.028073 -0.017966 0.002984 0.005585 -0.009261 0.000404 -0.012126 -0.044859 0.024215 4.5e-05 0.044932 0.021706 0.034014 0.015345 -0.014926 -0.017766 -0.012708 -0.015058 -0.014897 -0.001006 -0.017837 0.033309 -0.02662 0.022881 -0.037562 -0.004069 0.001729 0.04933 -0.003411 -0.011296 0.007837 0.028963 -0.038678 -0.046563 0.04658 0.009343 0.001573 -0.045034 0.007619 0.004165 0.03082 0.024176 0.004313 0.009212 -0.001931 -0.024219 0.00877 -0.031334 -0.011644 0.016488 0.02619 0.019674 -0.01028 -0.019251 0.020656 -0.022648 0.029185 0.018684 -0.028564 -0.023469 -0.017544 0.035776 -0.028451 -0.030125 -0.01149 -0.003882 -0.040044 -0.025088 0.036361 -0.002004 0.005146 -0.009886 -0.005873 -0.012676 0.00207 0.021918 -0.059426 0.000571 0.011301 0.026236 -0.038952 -0.037254 0.003688 0.041575 -0.022685 0.010017 0.005905 0.002651 -0.028422 -0.027429 0.015495 0.018648 0.0143 0.02406 0.001132 -0.008107 -0.004279 0.043189 -0.023593 0.002495 -0.012558 0.018333 0.00012 0.068354 0.007634 -0.023811 0.006068 -0.00238 -0.003539 0.009066 -0.013377 0.007465 -0.02107 -0.003399 -0.002329 0.016042 -0.00463 -0.028154 -0.009436 0.002652 -0.009561 -0.030824 -0.035624 -0.001806 -0.012018 -0.032411 0.029853 0.025848 0.011222 0.031812 -0.026626 0.010464 0.000631 -0.014465 0.032701 -0.006727 0.044763 0.060846 0.025087 0.012997 0.00467 -0.041913 -0.038638 -0.016701 0.001706 0.020747 -0.023801 -0.01645 0.007876 -0.009543 0.032416 -0.027726 -0.034433 -0.025008 -0.039916 -0.014909 0.012419 -0.001112 0.021481 0.001669 0.005373 -0.005429 0.015386 0.003201 -0.00517 0.011213 0.040769 -0.050132 -0.001407 -0.016312 0.012047 0.015844 -0.02684 -0.003964 0.011177 -0.012682 -0.022614 -0.022094 0.007375 -0.047431 0.006304 -0.061564 -0.012747 0.003958 0.014228 0.019078 0.021944 0.00306\nĺ 0.068033 -0.006362 -0.08619 0.028961 0.047167 0.076477 -0.012011 0.035923 -0.069944 -0.044224 0.018726 0.029167 0.000564 -0.12758 0.068085 0.038629 0.046158 -0.038291 -0.024254 -0.083814 -0.031027 -0.044137 0.006237 -0.018798 -0.007957 0.02937 0.011298 -0.012004 -0.012291 -0.090547 0.053153 -0.082052 -0.087625 -0.095715 0.032439 0.050834 -0.061646 0.074778 0.036919 0.021492 -0.061766 0.016739 -0.014374 0.001358 -0.022676 -0.080284 0.078071 0.014373 0.015596 0.028407 -0.002446 0.129604 0.06465 -0.045224 0.07198 0.001494 0.000886 0.005156 -0.038168 0.083932 -0.094858 -0.066511 -0.023413 0.006673 0.01615 0.063565 0.130807 -0.024696 0.089517 0.058593 -0.140475 0.017075 0.063452 0.071863 -0.101253 -0.002628 -0.127888 0.039944 -0.07404 -0.061574 0.001885 0.023377 -0.005986 0.017871 -0.068799 -0.154711 0.018326 -0.006642 -0.045589 -0.008494 -0.024779 0.068551 -0.000372 -0.004658 0.019947 -0.030916 0.013733 -0.073526 -0.022452 -0.015481 -0.066583 0.01902 0.012101 -0.07838 -0.005503 0.001301 -0.060019 0.008453 0.130286 0.024353 0.114574 0.053269 0.020774 -0.068332 0.04832 -0.00421 -0.02723 -0.002056 -0.020851 -0.07079 0.049523 -0.001099 0.090049 0.043159 0.068978 0.012528 -0.058053 -0.013467 -0.038604 -0.06462 -0.042746 0.028083 -0.034272 0.046027 -0.046339 0.006128 -0.017345 0.00384 -0.000835 0.132727 0.000255 -0.001175 0.080605 0.030349 -0.09061 -0.098579 0.114137 0.019055 0.019969 -0.075459 0.059195 0.021749 0.106195 0.024038 0.03591 -0.002924 -0.006856 -0.057678 0.074779 -0.037751 -0.027136 0.020193 0.03618 0.001152 -0.055875 -0.0331 0.042393 -0.071927 0.037375 0.039216 -0.064059 -0.040384 -0.035783 0.040385 -0.019013 -0.087941 -0.064919 -0.050626 -0.11136 -0.034351 0.03647 -0.035686 0.040648 -0.045725 -0.034824 -0.045538 0.036931 0.064454 -0.110416 0.019204 -0.010072 0.116551 -0.08644 -0.087262 0.017986 0.073408 -0.044273 0.01341 -0.001769 0.003662 -0.082647 -0.050689 0.058649 0.038947 0.017729 0.036213 0.049633 -0.038022 -0.036757 0.109763 -0.028363 -0.026616 0.016281 0.054755 0.003274 0.121524 0.040877 -0.04684 -0.009926 0.023125 -0.015573 0.021597 -0.015746 0.059061 -0.020363 -0.003599 0.003886 -0.005884 -0.037803 -0.014593 0.00078 -0.008909 -0.009301 -0.071647 -0.104914 0.001458 -0.057643 -0.065481 0.049493 0.072007 0.022359 0.061995 -0.03621 0.038721 0.008252 -0.00781 0.107121 0.00327 0.069792 0.097057 0.03385 0.059958 0.003749 -0.077122 -0.05613 -0.089261 -0.034002 0.019811 -0.051809 -0.014895 -0.021322 -0.030802 0.06864 -0.033723 -0.102553 -0.008554 -0.079041 0.004323 0.033872 -0.037536 0.056593 0.002592 0.046471 -0.003974 0.016399 0.010982 0.01382 0.046987 0.110675 -0.10149 -0.018618 -0.076809 0.023096 0.077403 -0.030076 -0.026103 0.022282 -0.025055 -0.016959 -0.034655 0.039872 -0.098222 -0.010679 -0.17585 0.003449 0.010075 -0.000484 0.021075 0.052544 -0.026727\nල 0.030134 0.003111 -0.051991 0.022565 0.007088 0.029251 0.002298 -0.001327 -0.021316 -0.027887 0.037668 0.016757 -0.009092 -0.030153 0.034245 -0.003967 0.0143 -0.027427 -0.004379 -0.042231 -0.018908 -0.001581 0.014781 0.007125 0.001988 0.014323 -0.001689 -0.015178 -0.009212 -0.02098 0.024512 -0.033466 -0.018657 -0.042452 0.018312 0.014121 -0.030878 0.033463 0.002747 0.028034 -0.02505 0.014826 -0.00962 -0.002559 -0.028652 -0.016631 0.031591 0.002095 0.000248 0.014136 0.003832 0.051998 0.032242 -0.027251 0.038997 0.007543 -0.005144 0.021305 -0.015883 0.027156 -0.032714 -0.029411 -0.006148 -0.015235 0.009933 0.012462 0.040629 -0.002263 0.033055 0.007825 -0.046689 -0.006163 0.016787 0.017927 -0.039975 0.008439 -0.027263 0.029458 -0.030297 -0.013914 0.005182 -0.002131 -0.002267 0.013564 -0.017142 -0.049344 0.003123 -0.015939 -0.021484 -0.008817 -0.006592 0.025915 0.016108 -0.01299 0.014947 -0.005507 -0.001455 -0.033572 -0.00809 0.001275 -0.024263 0.000353 -0.000615 -0.024177 0.015317 0.000295 -0.011108 0.010004 0.039186 -0.009001 0.035962 0.02092 0.026425 -0.015231 0.01377 0.000336 -0.003977 -0.00074 -0.018921 -0.033973 0.029395 0.00285 0.032185 0.014679 0.032181 0.02187 -0.019367 -0.018962 -0.008142 -0.016965 -0.012901 -0.001819 -0.016011 0.025712 -0.019748 0.022443 -0.036266 -0.000918 0.004142 0.040169 -0.003692 -0.005051 0.010594 0.024091 -0.031859 -0.046048 0.051942 0.01578 0.001485 -0.039574 0.014521 0.007968 0.030906 0.021653 0.001239 0.006792 0.001848 -0.021736 0.020374 -0.019259 -0.023628 0.007648 0.020035 0.017026 -0.009164 -0.01075 0.013836 -0.016574 0.02253 0.020037 -0.024405 -0.018779 -0.012587 0.024496 -0.010895 -0.023269 -0.012477 -0.015516 -0.040404 -0.0187 0.030383 -0.013293 0.001004 -0.014769 -0.003935 -0.01783 0.001362 0.020245 -0.049256 0.002061 0.003797 0.016399 -0.03712 -0.033381 0.013395 0.037481 -0.015494 0.013642 -0.001524 -0.004304 -0.029081 -0.024704 0.010422 0.019347 0.019387 0.018568 0.011023 -0.010871 -0.003322 0.032743 -0.024037 -0.002867 -0.016995 0.007005 -0.008768 0.056708 0.017228 -0.021987 0.01336 -0.011429 -0.009603 -0.002247 0.001144 0.01397 -0.019261 -0.003041 0.00051 0.028573 -0.005007 -0.020547 -0.002562 0.006621 -0.000632 -0.025645 -0.036298 -0.010415 -0.01535 -0.041824 0.022266 0.018831 0.011461 0.029719 -0.025056 0.007672 9e-06 -0.002042 0.030818 -0.000633 0.046662 0.057864 0.026417 -0.001234 -0.000711 -0.040755 -0.027563 -0.018096 -0.001933 0.016922 -0.02439 -0.001783 0.000472 -0.011458 0.02445 -0.023966 -0.025248 -0.016479 -0.028758 -0.013744 0.008107 0.00387 0.014381 0.006907 0.018193 -0.00373 0.014338 0.007445 -0.012663 0.016892 0.032752 -0.047145 0.002668 -0.015164 0.008699 0.010307 -0.01129 -0.003081 0.013598 -0.006811 -0.023633 -0.016204 0.006766 -0.044309 0.010118 -0.06075 -0.000652 0.001085 0.007609 0.023605 0.009569 0.007889\nା 0.036304 -0.023605 -0.054837 0.01783 0.002371 0.033669 0.004237 -0.000811 -0.011497 -0.036982 0.039783 0.026571 -0.014182 -0.045046 0.039599 -0.010994 0.007549 -0.033527 -0.018754 -0.056348 -0.034777 0.007559 0.009243 0.04184 -0.003848 0.008696 -0.02027 -0.032405 -0.022863 -0.043158 0.009055 -0.034252 -0.021877 -0.05729 0.022926 0.010402 -0.043908 0.047729 -0.012112 0.057647 -0.035261 0.038243 0.003902 -0.012076 -0.059236 -0.027223 0.028095 0.004129 0.012526 -0.012845 0.004215 0.084833 0.045589 -0.032217 0.037424 -0.005813 -0.031235 -0.012039 -0.030678 0.023452 -0.050298 -0.01992 -0.029827 -0.001217 -0.002265 0.022311 0.050421 -0.000595 0.066813 0.027222 -0.054609 0.000874 0.028418 0.034185 -0.051896 -0.010683 -0.023574 0.031797 -0.056233 -0.011297 -0.014658 0.00082 0.004051 -0.008788 -0.031082 -0.063358 0.001246 -0.012081 -0.045786 -0.006348 -0.022058 0.018032 0.037472 -0.015414 0.025831 -0.023771 0.001376 -0.043553 -0.022476 0.01555 -0.035407 0.00349 -0.010166 -0.066108 -0.002941 0.003188 -0.018109 -0.017876 0.06295 -0.010041 0.05646 0.065307 0.015126 -0.017955 0.030345 0.004551 0.005223 0.002514 -0.022708 -0.03415 0.01977 -0.021772 0.050532 0.033598 0.032132 0.02018 -0.023929 -0.036639 -0.034623 -0.039988 0.00108 0.023334 -0.025024 0.021838 -0.014807 0.013894 -0.019311 -0.013051 -0.008748 0.027444 0.002409 -0.003557 0.001675 0.031566 -0.045433 -0.06685 0.071626 0.036415 -0.022765 -0.036301 0.015853 0.005502 0.05822 0.022978 0.000971 -0.009721 0.013161 -0.024117 0.048674 -0.020687 -0.041376 0.009017 0.025315 0.022209 -0.018933 0.003999 0.026899 -0.027945 0.013136 0.034177 -0.007499 -0.025314 -0.022809 0.01035 -0.024647 -0.034797 -0.0274 -0.027489 -0.051528 -0.00774 0.035588 -0.022338 -0.014882 -0.005087 0.01966 -0.028786 0.003178 0.034513 -0.045745 -0.005981 -0.011674 0.02272 -0.053962 -0.044627 0.021627 0.062251 -0.020631 0.024507 -0.018152 -0.013653 -0.051984 -0.015147 0.007237 0.045729 0.025584 0.019824 0.013846 -0.010953 -0.012928 0.059424 -0.034981 0.024925 -0.040746 -0.0175 -0.028577 0.050982 -0.007958 -0.050324 0.007206 0.013569 -0.028633 0.021824 -0.022623 0.044271 0.001501 -0.000699 0.016064 0.044251 0.006673 -0.045752 -0.006864 -0.004591 -0.006157 -0.048299 -0.061812 -0.020339 -0.023227 -0.053182 0.015767 0.006375 0.025829 0.020346 -0.028094 -0.004659 0.016738 0.000915 0.037868 0.009413 0.036672 0.05545 0.040289 0.002237 0.000663 -0.062246 -0.024104 -0.016308 -0.006818 0.024509 -0.036527 0.001728 -0.007143 -0.02293 0.021422 -0.028215 -0.039877 -0.006846 -0.065089 -0.012549 0.010178 -0.010792 -0.002622 0.02298 0.011644 0.005433 -0.000138 0.00914 -0.031181 0.005302 0.074123 -0.062442 0.007289 -0.045638 -0.006158 0.005252 0.001338 0.001144 0.007295 -0.007624 -0.024257 -0.023433 0.016994 -0.062415 0.006612 -0.094057 0.008192 0.019064 0.012483 0.03311 0.012871 -0.016817\nេ 0.034115 0.008636 -0.030078 0.026064 0.014292 0.04338 0.007389 0.003614 -0.019867 -0.026415 0.021019 -0.004748 -0.008246 -0.019848 0.030715 0.000704 0.004392 -0.02309 -0.011135 -0.039455 -0.019582 0.007619 0.005632 0.006381 -0.000661 0.016235 -0.012401 -0.015133 -0.016396 -0.019647 0.029568 -0.030835 -0.009788 -0.036535 0.009517 0.011848 -0.035327 0.044582 -0.001396 0.025031 -0.03158 0.014541 -0.000411 -0.003056 -0.019943 -0.016449 0.028035 -0.002302 0.000601 0.014677 0.001161 0.050879 0.032176 -0.031065 0.032569 0.006587 0.005834 0.021165 -0.0136 0.021332 -0.025637 -0.024201 -0.017271 -0.016366 0.015181 0.022429 0.047739 -0.024952 0.030575 0.014538 -0.052449 -0.008483 0.019789 0.016671 -0.043959 0.01223 -0.02996 0.025213 -0.025112 -0.011141 0.023253 0.008623 0.002946 0.022369 -0.011986 -0.046449 0.014228 -0.001132 -0.014046 -0.003128 -0.008913 0.021586 0.01166 -0.012929 0.027676 -0.006138 0.008568 -0.043494 0.012694 -0.002074 -0.016094 -0.004892 -0.001476 -0.033762 0.013998 -0.00087 -0.018105 0.00573 0.028811 -0.005493 0.044975 0.021649 0.017639 -0.014005 0.000996 0.003014 -0.007962 -0.003591 -0.013142 -0.04399 0.030139 0.002737 0.044844 0.002404 0.031553 0.011196 -0.008805 -0.007784 -0.01269 -0.019395 -0.011867 -0.00514 -0.017513 0.035546 -0.029278 0.018299 -0.019743 -0.003024 0.0135 0.045212 -0.007335 -0.011276 0.008115 0.021109 -0.036094 -0.049587 0.048735 0.011534 0.007659 -0.038502 0.011501 -0.001078 0.03141 0.023382 0.008849 0.007719 -0.002481 -0.030838 0.013993 -0.020272 -0.01699 0.016283 0.030403 0.026382 -0.009066 -0.014938 0.017262 -0.007857 0.03261 0.015801 -0.030484 -0.01989 -0.010545 0.035999 -0.015048 -0.025589 -0.011071 -0.009154 -0.045694 -0.028175 0.032997 -0.009989 0.001975 -0.017282 -0.004193 -0.006206 0.009212 0.01744 -0.053906 0.004023 0.022487 0.014227 -0.025457 -0.036779 0.010028 0.044292 -0.023674 0.016932 0.00619 0.003382 -0.023613 -0.011685 0.020543 0.014862 0.020939 0.019636 -0.000969 -0.007431 -0.022217 0.026836 -0.021487 -0.002112 -0.013294 0.01653 -0.001719 0.056822 0.009608 -0.019596 0.003397 0.000851 -0.010726 0.014656 -0.00779 -0.001095 -0.017423 0.00731 -0.003912 0.0165 -0.005768 -0.028839 -0.011104 -0.008584 0.001906 -0.017996 -0.035342 0.001918 -0.013038 -0.024301 0.029202 0.020525 0.010185 0.029617 -0.026414 0.013922 0.000652 -0.016313 0.036592 0.001107 0.031503 0.061022 0.027269 0.012594 0.006725 -0.034841 -0.034098 -0.015517 0.003692 0.017145 -0.023047 -0.009234 0.008556 -0.010593 0.017953 -0.033795 -0.035382 -0.02439 -0.031671 -0.012488 0.006293 -0.006182 0.011773 -0.000631 0.000897 -0.008506 0.012411 0.001026 -0.001514 0.022207 0.029759 -0.046124 -0.006597 -0.011026 0.011558 0.01347 -0.021518 -0.009324 0.019402 0.001109 -0.010275 -0.011483 0.007175 -0.029809 0.005975 -0.057562 -0.012897 0.008028 0.008616 0.014133 0.018577 0.002976\nۋ 0.038498 0.003621 -0.042573 0.014831 0.004645 0.026046 0.005216 -0.002724 -0.024047 -0.021007 0.02475 0.013911 0.001708 -0.019176 0.017987 -0.005162 0.006984 -0.02393 -0.010741 -0.037939 -0.011497 -0.003209 0.01167 0.005995 0.010914 0.021509 -0.012736 -0.00555 -0.013672 -0.030732 0.028252 -0.027061 -0.015199 -0.03181 0.006025 0.010758 -0.02998 0.049652 0.004519 0.013334 -0.028692 0.009633 -0.000467 0.005838 -0.024068 -0.012553 0.029793 -6.7e-05 -0.001598 0.017247 0.003042 0.043343 0.029819 -0.021497 0.031323 -0.002026 -0.004103 0.018991 -0.000595 0.021908 -0.028667 -0.018189 -0.020826 -0.008799 0.000522 0.013683 0.03672 -0.015157 0.030697 0.009484 -0.045105 -0.005208 0.01481 0.017443 -0.029359 0.004235 -0.016985 0.015333 -0.027118 -0.007329 0.020583 -0.008289 0.000546 0.008124 -0.013941 -0.036635 0.007328 0.001826 -0.010919 -0.005596 -0.013752 0.006061 0.01005 -0.004849 0.011223 0.003049 -0.000732 -0.03948 -0.006639 0.002041 -0.017776 -0.004706 -0.002749 -0.029162 0.009812 -0.000408 -0.026889 0.004574 0.025056 -0.011564 0.034437 0.017931 0.024829 -0.008476 -0.000295 -0.012072 0.003384 0.002808 -0.022929 -0.024193 0.020794 7e-06 0.024952 0.020798 0.017982 0.010472 -0.014803 -0.013476 -0.0102 -0.02607 -0.014135 -0.001796 -0.006683 0.032311 -0.0307 0.011518 -0.043934 -0.002368 0.015784 0.034639 -0.002976 -0.005084 0.012233 0.021245 -0.034095 -0.038778 0.052583 0.011983 0.000417 -0.037608 0.011934 0.0079 0.02134 0.009606 -0.007725 -0.000556 -0.003757 -0.015202 0.002986 -0.020173 -0.027201 0.019184 0.020833 0.013249 -0.018675 -0.016141 0.011636 -0.006189 0.004915 0.020488 -0.014264 -0.019526 -0.006821 0.032842 -0.015254 -0.038071 -0.016716 -0.018407 -0.030513 -0.020612 0.020389 -0.011715 0.00336 -0.006739 0.001448 -0.022849 0.009552 0.026186 -0.041347 0.005127 0.018486 0.017234 -0.02521 -0.024123 0.012957 0.038413 -0.022486 0.017242 -0.003396 0.000678 -0.025716 -0.023646 0.007487 0.013784 0.005345 0.016005 0.00656 -0.019368 0.004346 0.023977 -0.019827 -0.000915 -0.004739 0.006963 -0.014646 0.054748 0.009555 -0.009393 0.016254 -0.001913 -0.001549 -0.012242 -0.003278 0.016375 -0.02626 0.003646 -0.004531 0.013781 -0.005848 -0.023207 -0.015516 -0.006672 0.007887 -0.002552 -0.033971 -0.002462 -0.008598 -0.031405 0.027654 0.016023 0.000963 0.008776 -0.032868 0.00826 0.001812 -0.004753 0.036187 -0.003318 0.041403 0.03793 0.019476 0.010316 -0.005206 -0.024526 -0.030649 -0.023699 -0.009841 0.022778 -0.025867 0.008605 0.002137 -0.000426 0.022859 -0.023709 -0.024207 -0.010189 -0.026584 -0.013358 0.006862 0.002017 0.002715 0.003146 0.009856 -0.008885 0.014796 0.013658 -0.002892 0.007043 0.041123 -0.040771 -0.00246 -0.019903 0.008673 0.019467 -0.017888 -0.006207 0.02257 -0.016572 -0.010584 -0.014508 0.004838 -0.030341 0.013338 -0.058606 -0.004876 0.018474 0.01568 0.013864 0.01326 -9.3e-05\nь 0.039271 0.006343 -0.051361 0.022682 0.015854 0.036253 0.004687 -0.001823 -0.016054 -0.031081 0.041609 0.013602 -0.011468 -0.029408 0.036324 -0.012441 0.007159 -0.025735 -0.014248 -0.045903 -0.013209 0.001799 0.007185 0.015838 0.007562 0.023866 -0.005987 -0.012737 -0.018239 -0.025556 0.019796 -0.037738 -0.017407 -0.043087 0.011961 0.018184 -0.046839 0.042302 0.006867 0.019616 -0.034173 0.013959 0.003277 0.00341 -0.028561 -0.026398 0.039181 -0.002492 -0.003094 0.019738 0.014152 0.05548 0.032825 -0.03551 0.042607 0.013202 -0.000979 0.021541 -0.009575 0.026585 -0.031847 -0.027682 -0.009647 -0.018734 0.016995 0.021615 0.033651 -0.014661 0.028022 0.018191 -0.052752 -0.006862 0.023424 0.01635 -0.053034 0.001446 -0.036278 0.031044 -0.027425 -0.014727 0.016073 -0.001165 -0.002462 0.023445 -0.025086 -0.0559 0.002152 0.004191 -0.023836 -0.005666 -0.009553 0.02529 0.004851 -0.019229 0.014747 -0.007419 0.001614 -0.038292 -0.004571 -0.006001 -0.017862 -0.002309 -0.002703 -0.031246 0.01896 0.000444 -0.016746 0.011584 0.039847 -0.002947 0.05042 0.024389 0.021195 -0.011018 0.015647 0.006275 -0.013758 0.000197 -0.013577 -0.043819 0.023565 0.003654 0.043605 0.027405 0.031513 0.007716 -0.010429 -0.023696 -0.012573 -0.019342 -0.0189 -0.00442 -0.013894 0.028164 -0.02344 0.012216 -0.025103 0.01074 0.009465 0.043295 -0.005669 -0.013394 0.013148 0.031098 -0.034934 -0.052726 0.043458 0.006501 0.005584 -0.041711 0.004675 0.004124 0.032884 0.02868 -0.008363 0.001005 -0.001746 -0.023684 0.017122 -0.019353 -0.021435 0.020418 0.015894 0.01648 -0.020949 -0.008623 0.023963 -0.024972 0.018033 0.024495 -0.026972 -0.027179 -0.009746 0.038114 -0.018863 -0.029275 -0.007874 -0.007622 -0.038161 -0.027702 0.036414 -0.01108 0.004091 -0.010828 -0.011172 -0.018467 0.005061 0.019143 -0.06397 0.005609 0.023108 0.029765 -0.03064 -0.040637 0.007703 0.040185 -0.013843 0.017499 0.005663 0.006649 -0.041851 -0.037675 0.01463 0.029502 0.018257 0.017061 0.009834 -0.013707 0.001607 0.039842 -0.028178 -0.004381 -0.006555 0.021116 -0.003323 0.071625 0.001717 -0.024755 0.006671 -0.005172 -0.009762 0.010991 -0.008856 0.006271 -0.017345 -0.006862 -0.000396 0.021961 -0.011551 -0.025544 -0.008072 0.000158 -0.006034 -0.032383 -0.040556 -0.003635 -0.006249 -0.040865 0.030909 0.027926 0.004129 0.024765 -0.023587 0.017106 0.009611 -0.011561 0.049575 -0.006008 0.043067 0.052689 0.030656 0.004848 0.006819 -0.047771 -0.043973 -0.021099 -0.005439 0.025675 -0.029127 -0.010657 0.003278 -0.008339 0.028848 -0.027782 -0.028506 -0.020036 -0.031493 -0.02252 0.007543 -0.001784 0.013467 -0.004858 0.007389 -0.00596 0.013106 0.008328 0.005211 0.012434 0.040232 -0.05275 -0.004961 -0.022616 0.017403 0.015305 -0.020892 0.001594 0.018981 -0.013153 -0.019953 -0.018155 0.007998 -0.041296 0.00889 -0.066451 -0.013256 0.012061 0.013594 0.01869 0.018875 0.003689\nᓗ 0.045569 -0.013991 -0.071374 0.031414 0.003147 0.037576 0.007584 -0.006938 -0.039506 -0.045932 0.036875 0.00285 -0.01294 -0.016898 0.030194 -0.012199 0.004319 -0.025761 -0.018272 -0.036874 -0.020421 0.00492 0.003652 0.034084 -0.006449 0.002637 -0.002932 -0.001287 -0.025193 -0.041637 0.018114 -0.046726 -0.034821 -0.029675 0.014813 0.011593 -0.017001 0.051659 -0.006514 0.025122 -0.046674 0.019873 0.003359 -0.019511 -0.024341 -0.014814 0.040596 -0.002827 0.004686 0.008917 0.005667 0.060323 0.032338 -0.021677 0.05807 0.009197 0.000996 0.03197 -0.029782 0.04479 -0.028807 -0.02946 -0.010103 -0.010984 0.026461 0.026232 0.055036 -0.011126 0.025274 0.028687 -0.070576 -0.020058 0.042724 0.040866 -0.036428 -0.003169 -0.039057 0.016081 -0.028509 -0.02255 0.003159 -0.008375 0.011582 0.012034 -0.019297 -0.052114 0.007544 -0.031018 -0.00939 -0.005212 -0.004656 0.019985 0.008957 -0.0148 -0.002971 -0.01801 -0.006205 -0.056756 -0.011164 -0.0009 -0.029231 -0.01145 0.008072 -0.037993 0.01409 -0.024238 -0.020345 0.024238 0.047102 -0.018628 0.057528 0.019358 0.04316 -0.005109 0.013114 -0.006161 -0.015519 0.029797 -0.018244 -0.033455 0.02626 -0.006832 0.048617 0.027151 0.019532 0.006707 -0.012 -0.011851 -0.019344 -0.024493 -0.023692 -0.007935 -0.014046 0.028409 -0.006347 0.014061 -0.046923 -0.004445 0.018831 0.071503 -0.008784 -0.009406 0.028176 0.026492 -0.050146 -0.071609 0.069493 0.021419 0.00426 -0.056077 0.010418 0.006254 0.037591 0.027674 0.004312 0.015651 0.023269 -0.02556 0.014887 -0.026616 -0.01145 0.021547 0.036452 0.031286 -0.025008 -0.012913 0.003746 -0.020388 0.030205 0.014375 -0.036844 -0.034502 -0.029384 0.026952 -0.018331 -0.024485 0.000348 -0.020522 -0.036635 -0.037577 0.037969 -0.039708 0.002737 -0.019556 -0.013357 -0.001904 0.009289 0.01532 -0.058403 0.00658 0.02659 0.034358 -0.02742 -0.034803 0.00918 0.028896 -0.023104 0.021766 0.013723 0.001224 -0.028254 -0.028777 0.022988 0.018775 0.013607 0.018278 -0.012892 -0.028247 -0.008117 0.033085 0.00041 0.002163 -0.005012 0.021138 -0.005492 0.061055 0.032936 -0.029781 0.014111 -0.001734 0.010432 0.011325 -0.005679 -0.005123 -0.020804 -0.01078 0.009018 0.004723 -0.011896 -0.045926 0.006162 0.006425 -0.009299 -0.011609 -0.04816 -0.004345 -0.028432 -0.049629 0.03107 0.032214 -0.017988 0.015119 -0.037 0.002526 0.009265 -0.006281 0.048036 -0.007395 0.035022 0.067644 0.042258 0.021568 -0.010032 -0.044759 -0.049346 -0.027309 -0.026011 0.031505 -0.043577 -0.026886 -0.008015 -0.021257 0.027629 -0.018013 -0.022242 -0.018415 -0.055121 -0.016944 0.013506 -0.000217 0.014773 -0.00787 0.026408 -0.006687 0.024712 0.010753 -0.020922 0.017709 0.04849 -0.061914 -0.00781 -0.029982 0.018503 0.00243 -0.044026 -0.014901 0.03703 -0.002486 -0.012932 -0.01417 -0.008484 -0.038805 0.019254 -0.066146 -0.01361 0.000809 0.004718 0.021713 0.028398 -0.022365\nớ 0.054067 0.004011 -0.037351 0.032733 0.008209 0.015633 0.013529 -0.044271 -0.026523 -0.030018 0.029622 -0.037231 -0.019725 0.017392 0.002428 -0.019252 0.027777 -0.044453 0.000342 -0.029078 -0.004509 0.016486 0.015626 0.017446 -0.015546 0.020601 0.012796 0.018773 0.035545 0.005453 0.025309 -0.041263 0.01314 0.011082 0.034358 -0.00784 -0.013689 0.013225 -0.008992 0.05644 -0.002524 0.01505 -0.042287 0.018534 -0.03381 -0.035545 0.036729 -0.007735 0.020362 0.023843 0.013701 0.036292 0.036078 -0.034845 0.060392 0.006929 -0.022849 0.033584 -0.017359 0.00678 -0.001447 -0.025909 -0.000793 0.003547 0.02135 0.002251 0.039709 -0.017821 0.007618 -0.00937 -0.024291 -0.015163 0.045519 0.006881 -0.01917 0.027004 0.006969 0.031047 -0.012069 -0.011421 0.013022 0.002165 0.001368 0.037091 -0.041119 -0.042822 -0.031389 -0.022573 0.02453 -0.031208 0.00504 0.050008 -0.004321 -0.018609 -0.022374 -0.01809 -0.023133 0.001623 -0.008877 -0.013659 -0.020223 0.025456 -0.006444 0.001021 0.037815 -0.006923 -0.02041 -0.014112 0.063093 0.026752 0.008621 0.015285 -0.006736 -0.013202 0.015139 0.000879 -0.033703 -0.004201 0.000566 -0.04873 -0.004102 -0.022358 0.045 0.011513 0.006523 0.024842 -0.015738 -0.013705 -0.008878 0.00916 0.01004 -0.001908 -0.020888 0.026697 0.001631 0.023815 -0.032254 0.03333 0.002502 0.016513 -0.027103 0.005996 0.045079 0.035126 -0.030641 -0.009766 0.017022 -0.004498 -0.014435 -0.017865 -0.001165 -0.01693 0.016837 0.008477 -0.002962 0.006499 0.009838 -0.023949 -0.022068 -0.037274 0.011689 -0.01316 -0.011416 -0.006948 -0.018889 -0.001853 0.016176 -0.036746 0.033323 0.017844 -0.049119 -0.030489 -0.019143 -0.006538 -0.033951 0.003793 0.02797 0.025135 0.017019 -0.021548 0.043367 0.01767 -0.002654 -0.00214 -0.002392 0.016985 0.02289 0.00198 -0.064743 -0.039144 0.013701 0.019851 -0.014923 0.022485 -0.043296 0.020166 0.01906 -0.000326 0.011953 -0.001578 -0.040738 -0.023534 -0.012953 0.027568 0.042903 -0.028532 0.012192 -0.007423 -0.008253 0.013567 -0.033973 0.004698 0.02301 -0.00766 0.02018 0.007741 0.028051 -0.005575 0.016807 0.032565 0.03925 0.003383 -0.00069 -0.042199 -0.016844 -0.028747 0.026393 0.005364 0.010626 -0.000958 -0.000582 -0.024738 -0.016414 -0.040142 -0.025998 0.011188 0.007812 -0.063369 0.034685 0.008919 -0.00314 0.023268 -0.026882 0.018354 -0.019722 0.00235 0.023184 0.017154 0.021203 0.049336 -0.007392 0.00774 0.026598 -0.048842 -0.016608 -0.010948 -0.003496 0.03835 -0.003452 -0.036877 -0.004706 -0.003729 -0.014882 -0.022283 -0.030558 -0.035533 -0.005333 0.010454 0.000407 0.004978 0.015548 -0.017691 0.014451 -0.01905 0.040692 -0.013432 0.022307 0.036455 0.030289 -0.039428 -0.005164 0.017488 -0.00442 0.013116 -0.04113 0.009805 -0.013894 0.004063 -0.043672 0.002443 0.028406 -0.044185 0.015836 -0.041013 0.006373 0.032596 -0.002948 -0.015639 0.042836 -0.026701\nբ 0.027383 0.002901 -0.032191 0.02517 -0.001113 0.024136 0.002463 -0.013934 -0.008741 -0.021224 0.03328 -0.002623 -0.013059 -0.01459 0.011501 0.003769 0.026483 -0.031802 0.006868 -0.024323 -0.014726 -0.001748 -0.004568 0.032769 -0.014523 0.01105 -0.022591 -0.007217 -0.022154 -0.024279 0.03017 -0.02158 -0.016307 -0.022964 0.021158 0.033507 -0.044189 0.025467 0.004486 0.010366 -0.017038 0.008547 0.015781 0.001559 -0.030699 -0.017574 0.010938 -0.003541 0.008025 -0.002672 0.001404 0.043938 0.023084 -0.047336 0.039852 0.020568 0.002858 0.028836 -0.019153 0.022713 -0.036969 -0.030289 -0.010412 -0.015983 -0.003846 0.019685 0.034131 -0.027355 0.028587 0.026123 -0.030869 -0.00635 0.016103 0.011014 -0.049455 0.015398 -0.024513 0.009694 -0.037408 -0.024192 -0.00267 -0.00843 -0.008409 0.014892 -0.018912 -0.044044 -0.001366 0.013254 -0.015744 0.000525 -0.009005 0.038317 0.014739 0.013473 0.018988 -0.008704 0.000711 -0.019033 0.009547 -0.012342 -0.024307 0.000287 -0.014967 -0.026732 0.021141 0.012382 -0.019815 0.019521 0.040014 0.000449 0.03728 0.020627 0.017942 -0.020817 0.00606 -0.006177 -0.001333 -0.00456 -0.014297 -0.027042 0.014085 -0.023181 0.020911 0.02149 0.028629 0.029594 0.001367 -0.018752 -0.004546 -0.012924 -0.001378 0.000234 0.0042 0.029595 -0.010119 0.01381 0.003416 -0.025429 0.004184 0.043133 -0.002356 -0.004907 -0.009977 0.026943 -0.027263 -0.039438 0.046537 0.033513 -0.010209 -0.033489 0.000117 0.014408 0.020121 0.028605 -0.001443 0.003636 -0.002014 -0.017201 0.015148 -0.016395 -0.013732 0.006918 0.021997 0.014492 -0.014675 -0.005079 0.032896 -0.025803 0.020195 0.00677 -0.039609 -0.019131 0.004622 0.033508 -0.011171 -0.026563 -0.006602 -0.011918 -0.027691 -0.020169 0.03049 -0.024602 0.00767 -0.01219 0.00282 -0.004466 0.002758 0.00336 -0.026412 0.001768 0.02105 0.013439 -0.037517 -0.02951 0.001436 0.033986 -0.013463 0.004391 0.019607 0.008649 -0.019586 -0.024206 0.001325 0.014863 0.007607 0.013302 -0.002556 0.005875 0.016207 0.032704 -0.001499 0.019481 -0.016138 0.006434 -0.011644 0.045891 -0.016476 -0.029181 0.011183 -0.014276 -0.000839 0.024641 0.001165 0.003969 -0.006678 -0.020157 0.014072 0.027181 0.018274 -0.030196 0.017024 -0.00578 -0.009237 0.001831 -0.016424 0.005091 -0.00995 -0.029016 0.01602 0.002547 0.013396 0.003668 -0.01001 -0.01007 -0.003777 0.004057 0.007957 -0.004318 0.032048 0.052122 0.025459 -0.006879 0.003838 -0.03445 -0.030389 -0.021224 -0.010652 0.014572 -0.009847 -0.010567 -0.015806 -0.006372 0.024552 -0.02788 -0.026409 -0.026644 -0.021904 -0.019513 0.009678 -0.00206 0.006459 -0.006163 0.018455 0.004145 0.01263 0.004338 -0.01478 0.020173 0.046763 -0.040904 0.008948 -0.033152 0.02564 0.008181 -0.001961 -0.019877 0.005764 0.003897 -0.015861 -0.009366 0.005573 -0.034623 -0.021806 -0.054968 0.005741 0.01568 0.025464 0.00535 0.010115 -0.011415\nd 0.027399 0.005078 -0.055259 0.030808 0.023547 0.035973 0.008663 0.006103 -0.025194 -0.028685 0.040566 0.01114 -0.005419 -0.036554 0.028312 -0.008475 0.005605 -0.030327 -0.009942 -0.043461 -0.018046 -0.000691 -0.003506 0.016824 0.010316 0.029025 -0.001115 -0.004236 -0.01119 -0.024991 0.019299 -0.032373 -0.01864 -0.041606 0.012599 0.018184 -0.047867 0.04268 0.013104 0.021213 -0.026065 0.008491 -0.002694 -8.4e-05 -0.025669 -0.025714 0.042187 -0.000766 0.000686 0.025186 0.006675 0.060335 0.03028 -0.03444 0.045867 0.006548 -0.005527 0.032549 -0.021226 0.025476 -0.023405 -0.035053 -0.013293 -0.016861 0.012171 0.016847 0.035849 -0.012447 0.033306 0.013324 -0.043464 -0.01093 0.025976 0.011672 -0.057275 0.004304 -0.030422 0.026805 -0.021784 -0.019586 0.010786 0.000443 -0.003631 0.028009 -0.030436 -0.061028 -0.001252 -0.004301 -0.022708 -0.005069 -0.006813 0.036916 -0.004873 -0.018372 0.006643 -0.011523 0.005269 -0.036266 -0.000805 -0.006172 -0.013922 -0.003367 -0.001277 -0.019606 0.011968 -0.002038 -0.01889 0.018438 0.033136 0.000653 0.042218 0.022654 0.027237 -0.012285 0.008871 0.007712 -0.017749 0.001121 -0.010399 -0.045454 0.014726 0.000196 0.043873 0.026352 0.036188 0.009639 -0.010219 -0.012999 -0.010684 -0.016596 -0.021886 -0.009691 -0.024356 0.024238 -0.022869 0.016249 -0.020898 0.004843 -7.4e-05 0.056344 -0.003592 -0.009467 0.022227 0.022821 -0.037088 -0.044567 0.043409 0.001436 0.001689 -0.045201 0.003326 0.016422 0.028522 0.03474 -0.004009 0.005742 -0.00332 -0.022593 0.014604 -0.022276 -0.018574 0.018303 0.025056 0.00824 -0.00783 -0.009074 0.024073 -0.030431 0.022802 0.031055 -0.033892 -0.024298 -0.01151 0.034987 -0.021387 -0.032865 -0.013361 0.00286 -0.034649 -0.02629 0.036115 -0.012975 -0.003881 -0.007664 -0.008365 -0.016873 -0.000822 0.016747 -0.070296 -0.001966 0.00764 0.032166 -0.03766 -0.047649 -0.004123 0.039088 -0.016093 0.006158 0.006146 -0.000487 -0.04487 -0.034746 0.01573 0.028079 0.016689 0.010914 0.017803 -0.009739 -0.007631 0.038526 -0.033509 0.000577 -0.007043 0.026973 0.002435 0.069192 0.004914 -0.028334 0.003155 0.001527 -0.004163 0.011808 -0.008168 0.005055 -0.022516 -0.002171 0.003168 0.016406 -0.013719 -0.022615 -0.000575 0.004674 -0.009106 -0.030394 -0.039878 0.004551 -0.01563 -0.036324 0.030086 0.032607 0.004042 0.02743 -0.012227 0.013734 0.009761 -0.019633 0.044401 -0.006312 0.038507 0.052574 0.021332 0.011638 0.006241 -0.048821 -0.04065 -0.025716 -0.006401 0.016255 -0.021347 -0.029908 0.008812 -0.007044 0.034794 -0.018759 -0.028892 -0.014704 -0.024958 -0.0117 0.006006 -0.002255 0.022945 -0.006603 0.010998 0.003462 0.014301 0.006767 0.00306 0.024322 0.039715 -0.052538 -0.002159 -0.019052 0.011992 0.02305 -0.025927 -0.004618 0.007198 -0.0101 -0.024875 -0.020213 0.008534 -0.044435 0.013036 -0.067689 -0.012895 0.007249 0.0166 0.014171 0.037289 0.002415\nས 0.038305 0.005824 -0.058373 0.027662 0.014607 0.043387 0.009762 -0.007004 -0.017239 -0.029481 0.042336 0.011773 -0.006799 -0.027765 0.031955 -0.006552 0.001977 -0.024004 -0.012261 -0.042126 -0.005393 0.00847 0.001396 0.015466 0.010719 0.025778 -0.01259 -0.009872 -0.015924 -0.021779 0.024177 -0.042801 -0.030516 -0.05714 0.019517 0.020609 -0.052856 0.046813 0.010038 0.017124 -0.028629 0.002616 -0.010345 -0.001315 -0.032933 -0.02472 0.033281 0.008932 -0.002539 0.02936 0.008147 0.058179 0.028215 -0.033815 0.043488 0.015015 -0.001324 0.015678 -0.009259 0.029734 -0.038843 -0.032608 -0.014635 -0.018902 0.013556 0.030029 0.04205 -0.022494 0.036631 0.022698 -0.063521 -0.012014 0.02531 0.01775 -0.051774 0.007209 -0.039711 0.023236 -0.031903 -0.014454 0.018747 -0.004209 -0.001437 0.020883 -0.025429 -0.059393 -0.000784 0.008425 -0.024757 -0.006716 -0.005978 0.026948 0.001747 -0.014459 0.016712 -0.002375 -0.000404 -0.036231 -0.006389 -0.011715 -0.020178 0.006541 -0.00203 -0.040334 0.017561 -0.00478 -0.020092 0.008595 0.043768 -0.009635 0.052768 0.021551 0.032355 -0.021798 0.01379 -0.000688 -0.012864 -0.000113 -0.019043 -0.04218 0.026984 -0.006898 0.045603 0.027831 0.037267 0.009573 -0.014383 -0.015374 -0.014717 -0.024034 -0.015118 -0.006074 -0.017189 0.028676 -0.025725 0.025027 -0.026152 0.005574 0.010009 0.055421 -0.007212 -0.018139 0.009713 0.038603 -0.04263 -0.047892 0.04612 0.003195 0.003295 -0.035512 -0.004622 0.020979 0.032777 0.029317 -0.01076 0.002816 -0.005725 -0.02441 0.024673 -0.019098 -0.016365 0.022887 0.026368 0.023158 -0.016216 -0.029066 0.023463 -0.02585 0.021368 0.024625 -0.032691 -0.027131 -0.004168 0.035158 -0.019126 -0.039853 -0.015541 -0.002913 -0.041509 -0.015997 0.035869 -0.013888 0.008509 -0.00715 -0.005226 -0.020578 0.004702 0.023183 -0.074997 0.003932 0.005506 0.040097 -0.031405 -0.043792 0.006966 0.043923 -0.027294 0.01177 0.004803 -0.000783 -0.04094 -0.037134 0.012195 0.039541 0.023775 0.02045 0.009856 -0.002901 -0.014104 0.046452 -0.028893 -0.012932 -0.008964 0.029786 -0.003211 0.073827 0.001706 -0.028545 0.002676 0.001263 -0.014431 0.016065 0.000475 0.001194 -0.033218 -0.002928 -0.00368 0.017375 -0.010634 -0.02968 -0.010125 -0.006937 -0.010607 -0.032147 -0.03414 -0.00406 -0.020074 -0.030957 0.026249 0.0287 0.00591 0.039165 -0.020513 0.018219 0.006528 -0.011593 0.044875 0.003697 0.043794 0.055195 0.023362 0.002868 -0.001073 -0.044573 -0.032662 -0.023794 -0.000862 0.027367 -0.026963 -0.007951 0.003726 -0.011895 0.029801 -0.031168 -0.031078 -0.020653 -0.038728 -0.026919 0.003943 -0.004131 0.018906 0.002461 0.007663 0.000388 0.00632 0.006439 -0.005804 0.019085 0.044806 -0.054453 -0.003182 -0.02204 0.016204 0.017512 -0.0354 -0.004926 0.006429 -0.011022 -0.028191 -0.028685 0.007342 -0.045075 0.018336 -0.073067 -0.024131 0.00761 0.019087 0.026096 0.029037 0.005051\nჯ 0.024797 -0.010614 -0.026217 0.011232 0.008156 0.038173 0.002329 -0.002554 -0.013536 -0.046914 0.045255 0.007614 -0.017208 -0.038092 0.038377 -0.016087 0.004877 -0.031631 -0.004821 -0.05868 -0.02412 -0.007967 0.024075 0.020226 0.005001 0.025275 -0.0077 -0.02824 -0.026053 -0.012566 0.034033 -0.026741 -0.039865 -0.05028 0.032445 0.018412 -0.041668 0.0407 0.005264 0.018319 -0.010162 0.023893 0.012236 0.00034 -0.041014 -0.009112 0.037039 0.002339 -0.006045 0.008664 0.010651 0.059232 0.031578 -0.058891 0.039208 0.004631 -0.02076 0.03705 -0.015393 0.034662 -0.037248 -0.036957 -0.004387 -0.008277 0.01165 0.013547 0.037431 0.003448 0.035421 0.012286 -0.072567 -0.010591 0.024858 0.033454 -0.067525 0.006834 -0.035745 0.040751 -0.059856 -0.022555 -0.008253 0.007283 -0.007909 0.002289 -0.042421 -0.063631 -0.010741 0.011138 -0.039181 -0.024269 -0.007001 0.042742 -0.000451 -0.02213 0.032629 -0.026886 -0.021492 -0.034453 -0.020296 0.005652 -0.032718 0.007531 -0.005067 -0.031763 0.023662 0.011033 -0.025127 0.026818 0.056688 0.003931 0.042886 0.069264 -0.001368 -0.002044 0.01041 0.007354 -0.004975 -0.003808 -0.032776 -0.051943 0.020568 0.019615 0.051576 0.037832 0.069479 0.013558 -0.002929 -0.024124 -0.023388 -0.030338 -0.025793 0.019222 -0.009838 0.023705 -0.004212 0.007435 -0.027834 0.003698 0.02141 0.063112 0.01144 -0.013996 -0.003484 0.02889 -0.037202 -0.047885 0.088832 0.02384 -0.004143 -0.075811 -0.003272 -0.011463 0.033307 0.010088 -0.020544 -0.008191 0.005089 -0.020544 0.030695 -0.025905 -0.031818 0.011091 0.014765 0.015396 -0.024569 0.001896 0.025072 -0.059557 0.018263 0.032758 -0.009901 -0.022758 -0.002502 0.022697 -0.015279 -0.028941 0.000325 -0.011826 -0.046997 -0.007931 0.02278 -0.018552 -0.013151 -0.017602 -0.005133 -0.040802 0.003985 0.037283 -0.050007 -0.021311 0.020974 0.022036 -0.052661 -0.031553 0.011717 0.046347 -0.00241 0.007366 0.004013 -0.014315 -0.045449 -0.039603 0.016856 0.040715 0.022215 0.034174 0.012828 -0.014993 0.013344 0.045669 -0.037482 0.000942 -0.028625 0.018553 0.004187 0.077646 0.009833 -0.040892 0.009438 0.032793 0.003846 -0.002133 -0.008865 0.035903 -0.019242 -0.024332 0.021336 0.015249 0.008453 -0.013913 0.002424 0.002629 0.000959 -0.047608 -0.06417 -0.007035 0.004739 -0.055825 0.030762 0.013589 0.013585 0.028281 -0.027328 0.001355 0.001604 -0.005586 0.033539 -0.003604 0.039749 0.052533 0.048367 0.015704 -0.009363 -0.045173 -0.019574 -0.032756 -0.026628 0.018779 -0.038755 -0.020993 0.022206 0.002539 0.041461 -0.029217 -0.047678 -0.016059 -0.035301 -0.023938 0.005526 -0.008805 0.015184 0.000589 0.018275 -0.012551 0.01916 0.012284 -0.001469 0.004761 0.073852 -0.064738 -0.012001 -0.02622 0.027897 0.022349 -0.037329 -0.007514 0.008604 -0.012995 -0.006115 -0.008664 0.002978 -0.054811 0.001583 -0.085809 -0.006586 0.030374 0.014221 0.026014 0.005212 -0.013422\nᡴ 0.029139 0.00891 -0.050451 0.009943 0.001819 0.036237 0.000287 -0.003866 -0.025765 -0.022764 0.027434 0.016127 -0.005734 -0.024756 0.025927 0.002581 0.01317 -0.016323 -0.009211 -0.041268 -0.01135 0.001119 0.01049 0.002376 -0.008655 0.00973 -0.003996 -0.002814 -0.009676 -0.036867 0.008709 -0.030539 -0.00493 -0.03352 -0.004304 0.004907 -0.021967 0.035309 0.000103 0.00651 -0.036832 -0.002343 0.006256 -0.002363 -0.022474 -0.024092 0.036721 -0.011859 -0.010131 0.022766 0.003646 0.040247 0.034045 -0.014543 0.048809 0.005289 0.009215 0.026521 -0.002744 0.033076 -0.032703 -0.029856 -0.015651 -0.011208 0.026218 0.024519 0.048908 -0.017285 0.033134 0.01146 -0.052002 -0.007453 0.024606 0.023343 -0.03918 0.010868 -0.035252 0.026928 -0.035662 -0.014512 0.003781 0.00426 1.2e-05 0.017576 -0.010752 -0.039013 0.012842 -0.017368 -0.010829 -0.006701 -0.002973 0.008034 0.014742 -0.011741 0.009476 -0.009234 -0.00215 -0.042865 -0.002412 -0.015519 -0.015241 0.007078 0.011031 -0.034653 0.018097 -0.009789 -0.01143 -0.009329 0.029794 -0.000678 0.027014 0.014656 0.023633 -0.010099 0.008339 -0.009612 -0.019584 0.005175 -0.008533 -0.026564 0.013399 -0.009526 0.045297 0.016725 0.032889 0.002838 -0.008432 -0.006108 -0.00941 -0.005772 -0.005142 -0.003253 -0.011292 0.029801 -0.014017 0.016413 -0.034725 0.000669 0.01826 0.03013 -0.002031 0.006796 -0.002355 0.024667 -0.009669 -0.039163 0.048467 0.005427 0.005329 -0.015643 0.010573 0.009706 0.029981 0.036871 -0.001653 0.011564 0.003273 -0.010968 0.010521 -0.027 -0.018457 0.015602 0.016469 0.012483 -0.00709 -0.027478 0.020699 -0.013428 0.020934 0.0204 -0.016502 -0.012889 -0.006259 0.028951 -0.011124 -0.028203 -0.018337 -0.00168 -0.037203 -0.017794 0.031876 -0.00456 0.007243 -0.018105 -0.012206 -0.013744 0.000673 0.015571 -0.040504 0.007313 0.024451 0.019275 -0.018029 -0.021548 0.004125 0.0335 -0.018623 0.016051 0.000122 -0.003019 -0.024781 -0.021117 0.014171 0.027684 0.015701 0.018439 0.007096 -0.01436 -0.00336 0.034079 -0.019052 -0.00782 0.006841 0.017119 -0.002867 0.057711 0.013831 -0.020803 0.005312 0.002113 -0.002673 0.003327 -0.000754 0.007875 -0.020991 -0.009367 0.001418 0.016117 -0.021988 -0.020483 -1e-06 -0.00685 -0.004729 -0.005547 -0.03037 -0.002129 -0.008284 -0.033139 0.017856 0.020898 0.001067 0.008353 -0.026788 0.011151 0.002587 -0.00452 0.034983 -0.00676 0.039532 0.04455 0.020552 0.016218 -0.002151 -0.02459 -0.031972 -0.024562 -0.004938 0.031498 -0.025573 -0.0076 0.006038 -0.018252 0.017027 -0.02154 -0.019144 -0.020299 -0.032065 -0.017669 0.008916 -0.007595 0.016834 0.009879 0.008213 -0.012883 0.01617 0.014927 0.002924 0.022216 0.031969 -0.04623 -0.009504 -0.024801 0.007557 0.009806 -0.010159 -0.002519 0.028713 -0.016339 -0.013192 -0.017602 -0.009224 -0.038765 0.022105 -0.057698 -0.010165 0.004051 0.010011 0.007943 0.006053 0.008275\nӷ 0.023962 -0.005649 -0.056684 0.035374 0.012309 0.052023 0.030656 -0.009496 0.000245 -0.020462 0.060451 0.012523 -0.018316 -0.006742 0.044556 -0.007116 0.032606 -0.038453 -0.011669 -0.037473 -0.007456 0.026428 0.020158 0.026591 0.017255 0.016137 -0.019373 0.0124 -0.025931 -0.009551 0.035055 -0.024747 -0.015504 -0.014393 0.015501 0.014413 -0.022514 0.052979 0.035794 0.024829 -0.046961 0.033663 0.004191 0.015594 0.012842 -0.009519 0.020938 0.023941 0.023668 0.005216 0.029147 0.079217 0.047773 -0.024664 0.022278 0.003805 -0.010933 0.015577 -0.010316 0.025093 -0.028835 -0.024242 -0.01921 -0.0146 0.010835 0.01554 0.033297 -0.026948 0.020159 0.026654 -0.045486 0.002162 0.032588 0.007174 -0.036178 -0.033627 -0.024688 0.017324 -0.01452 -0.022548 0.028263 -0.015381 0.008345 0.018463 -0.037934 -0.053372 0.025459 -0.011553 0.029467 0.018598 -0.019019 0.003356 -0.012097 -0.02275 -0.004413 -0.001171 -0.020785 -0.037637 -0.02638 -0.019239 0.007957 -0.000976 -0.024225 -0.026263 0.002823 -0.031441 -0.023729 0.003302 0.022727 -0.016157 0.045761 0.022815 0.029891 -0.030582 -0.02119 -0.010977 -0.001636 0.003744 -0.010942 -0.026282 0.020785 -0.007051 0.050055 0.005118 0.009583 0.001647 0.027477 -0.020676 -0.020373 -0.045719 0.000324 -0.00662 -0.041257 0.017726 0.015104 0.016463 -0.015159 0.003524 0.006367 0.034498 -0.032817 -0.009338 0.030582 0.030559 -0.036833 -0.041887 0.026955 0.012964 0.007698 -0.052342 0.000574 0.027697 0.041158 -0.02134 -0.021853 -0.01227 0.000411 -0.003881 -0.00413 0.022644 0.00375 -0.009773 0.024369 0.02107 -0.054562 0.004262 0.013671 -0.013167 0.018201 0.0498 -0.056831 -0.028299 -0.009207 0.021723 0.002382 -0.012236 0.003777 -0.041938 -0.024108 -0.015612 0.018744 -0.028556 0.006508 -0.016328 -0.012717 0.009102 -0.019659 0.000449 -0.058822 -0.029947 0.029706 0.022865 -0.035935 -0.029236 -0.000429 0.010274 -0.022296 0.009487 -0.004908 0.030752 -0.024323 -0.034709 0.024864 0.012402 -0.000685 0.010076 0.020353 -0.038517 0.01479 0.055328 -0.01449 -0.0137 -0.01072 0.010974 -0.019902 0.079136 0.024415 -0.003898 -0.002496 0.016319 0.007372 0.011875 -0.038053 0.0087 -0.035188 -0.004802 0.011604 0.013056 0.024874 -0.043211 0.000353 0.023442 0.017016 -0.016202 -0.014876 0.012042 -0.023522 -0.042597 0.033232 0.018332 -0.002871 0.057713 -0.029256 0.029311 0.046972 -0.006603 0.049758 0.002947 -0.001192 0.036955 0.014708 -0.030462 -0.002441 -0.043578 -0.047313 -0.033285 -0.016562 0.002789 -0.017514 -0.024305 -0.00699 0.007144 0.017849 0.018764 -0.00711 -0.0118 -0.000245 -0.032009 0.00347 0.012684 -0.00191 -0.042634 0.003925 0.035734 0.013615 -0.013332 -0.011606 0.011913 0.069996 -0.011531 -0.022798 0.008946 0.020369 0.042438 -0.029185 0.005848 0.025867 -0.020797 -0.031315 -0.027635 -0.006368 -0.024917 0.002552 -0.065467 0.023009 -0.03182 0.021626 -0.013231 0.003146 -0.020198\nɸ 0.089107 -0.028445 -0.078576 0.044769 0.070528 0.019791 -0.042693 -0.046904 -0.031371 -0.017585 -0.027384 0.102837 -0.112973 0.011251 0.011404 -0.011362 0.005043 -0.123449 -0.016301 -0.041167 -0.000318 -0.017187 0.020814 -0.055662 -0.055947 -0.050753 0.058242 0.012068 -0.1246 -0.016114 0.104295 -0.043422 -0.0209 -0.045854 -0.094245 -0.054446 -0.093636 0.04963 0.049504 -0.012962 -0.022979 0.018993 -0.039869 0.051249 0.0486 -0.050097 0.058893 -0.069295 -0.031294 -0.000909 -0.033513 -0.037447 0.013466 -0.005034 0.064498 0.019346 -0.039432 0.001287 0.079048 0.055714 -0.171232 -0.066675 -0.037481 -0.118266 0.097093 -0.001046 0.196264 3.8e-05 0.003668 -0.043879 0.042919 -0.024168 0.107664 0.001943 0.000411 0.022009 -0.074393 -0.005439 0.034429 -0.050187 0.038764 0.126074 0.028649 0.066315 0.034524 -0.016753 -0.12434 -0.034635 0.167353 0.048192 0.065662 -0.071941 0.058589 0.081493 -0.134669 -0.014067 0.011291 -0.011595 -0.039738 -0.063943 -0.04305 0.105326 -0.058689 -0.075495 0.015243 -0.020186 0.082015 -0.033516 0.03243 -0.042333 0.007398 -0.022802 0.04378 -0.060924 -0.038611 -0.027137 0.024744 -0.034373 -0.003399 0.031397 0.02704 -0.148197 0.003105 0.127427 0.023853 0.0873 -0.033016 0.062692 0.010542 -0.069108 0.008457 -0.007531 -0.067252 0.085941 -0.035673 -0.045615 0.05607 -0.089119 0.024605 -0.103991 -0.102935 0.030707 0.076778 0.018627 0.022441 -0.07242 -0.019393 -0.057082 0.02857 -0.075928 -0.000534 0.001278 0.12384 0.017058 0.014071 0.009428 -0.023771 -0.017276 -0.002632 -0.060999 0.102995 0.043089 -0.011327 -0.040707 0.038434 0.063332 -0.010905 -0.080297 0.093879 -0.002378 -0.042493 -0.119456 -0.030836 -0.023912 0.033765 -0.073607 -0.074228 0.070172 -0.014758 -0.029421 -0.057512 0.007308 -0.094914 0.07428 -0.034655 -0.047105 -0.067517 0.020439 -0.116932 -0.075756 0.045717 0.104179 -0.012428 -0.143338 -0.089029 -0.122041 -0.045951 0.042526 0.029288 0.027363 0.02707 0.017891 -0.020232 0.058643 0.024365 0.035266 0.067071 -0.05851 -0.049911 0.021898 -0.014706 0.018997 0.017864 -0.054686 -0.006046 0.067923 0.058726 0.068572 0.038111 0.02405 -0.08795 0.087166 -0.008339 0.08226 -0.021727 -0.024117 -0.07134 0.058192 0.001979 -0.042659 -0.023965 -0.031525 -0.068458 0.103408 -0.016571 0.064808 -0.013027 -0.028903 0.000778 0.099711 -0.004488 0.018681 0.091403 -0.085467 0.109382 0.03155 0.091258 -0.034104 -0.084651 0.078407 0.051587 0.102954 0.009659 0.004132 -0.051531 -0.235118 0.046175 -0.08241 -0.147644 0.006907 0.055214 -0.081154 0.073027 0.049535 0.039557 -0.013531 -0.13459 -0.026701 -0.045823 -0.038481 0.026137 -0.031573 0.095154 -0.051825 -0.063399 -0.032903 0.020404 0.198827 0.06152 -0.02344 0.011455 0.00248 0.056503 0.081052 -0.078341 0.012996 0.001633 0.001833 -0.061738 -0.061344 -0.011481 -0.09752 0.046472 -0.11149 0.089188 -0.010708 0.05683 0.086877 -0.02063 -0.079641\nź 0.033497 0.013818 -0.054546 0.022106 0.002229 0.04021 0.004678 0.005499 -0.028399 -0.027876 0.059726 0.013154 0.022558 -0.040436 0.055185 -0.004616 -0.023309 -0.021387 -0.022302 -0.055742 -0.031033 -0.023443 -0.003102 0.036084 -0.042037 0.041818 -0.001983 -0.002539 -0.018066 -0.056192 0.030595 -0.021644 -0.021187 -0.015648 0.024871 0.013945 -0.056459 0.040636 0.008354 -0.013365 -0.052576 0.014191 0.030407 -0.012282 -0.039214 0.013692 0.052632 -0.012788 0.013198 0.030438 0.013961 0.105378 0.0194 -0.053015 0.027702 -0.009001 -0.012268 0.035536 -0.041356 0.028359 -0.022845 -0.027161 -0.024407 -0.024681 0.028277 0.009908 -0.006168 -0.054702 0.029975 0.004753 -0.031502 -0.027266 0.000386 -0.019073 -0.0766 -0.006654 -0.024398 0.039928 -0.007738 -0.015358 0.052257 -0.004129 0.004627 0.022165 -0.03945 -0.048489 -0.016116 -0.00413 -0.04101 -0.014895 -0.025486 0.051559 0.013236 0.008058 0.015665 -0.018236 0.010347 -0.066749 -0.001311 0.022862 0.002475 -0.018733 -0.002119 0.003696 0.004808 -0.004514 -0.024257 0.003394 0.037066 0.000678 0.063605 0.045694 0.031205 -0.014382 -0.001442 0.009956 -0.01325 -0.012419 -0.01387 -0.014695 0.011739 -0.005355 0.061028 0.022516 0.046829 0.030709 -0.015798 -0.034936 -0.022401 -0.035041 -0.014978 -0.014064 0.006561 0.030751 -0.029758 -0.011778 -0.006114 -0.008106 0.027524 0.054768 -0.004293 -0.02192 0.017554 0.023107 -0.042002 -0.051732 0.085813 -0.003775 0.007126 -0.054474 0.031632 -0.001995 0.027331 0.038617 0.012987 0.008207 0.012005 -0.0291 -0.004972 -0.030419 -0.027163 0.031196 0.004599 0.013291 -0.02021 0.013926 0.05303 -0.015968 0.004517 0.024071 -0.005661 -0.045105 -0.026945 0.049109 -0.048757 -0.055941 -0.010936 -0.013386 -0.04705 -0.044861 0.042349 0.007953 0.005151 -0.025012 -0.002827 -0.070109 0.006662 0.025048 -0.056934 0.004361 0.038045 0.022205 -0.009353 -0.046783 -0.018669 0.054303 -0.004716 0.048125 0.018025 0.01209 -0.061256 -0.03226 0.003875 0.035774 0.020436 0.024815 -0.027736 -0.025095 0.010693 0.017877 -0.042873 -0.003245 -0.018002 0.042533 0.006248 0.059565 -0.014866 -0.054764 -0.013741 0.014518 0.01507 0.011432 -0.03496 0.011587 -0.012415 -0.017435 0.009995 0.036767 -0.017364 0.001472 -0.007362 0.007471 -0.014072 -0.024334 -0.062487 -0.034347 -0.008077 -0.044715 0.012986 0.022944 0.018892 0.010744 -0.026326 -0.012928 -0.013606 -0.004591 0.049675 0.006353 0.024647 0.070387 0.049935 0.014368 0.009141 -0.022739 -0.012679 -0.025588 -0.027028 0.01087 -0.044297 -0.016286 -0.005842 0.010332 0.038206 -0.03016 -0.011481 -0.036089 0.003468 -0.053643 0.022083 0.002346 0.021319 -0.017802 0.018841 0.01347 0.059532 0.003553 0.01762 0.003792 0.030527 -0.050568 -0.005513 -0.028736 0.005403 -0.022621 -0.017571 -0.028869 0.034726 -0.00496 -0.013577 0.00799 -0.00804 -0.041311 0.019334 -0.053428 -0.0211 0.00534 0.030653 0.020142 0.012145 0.030666\nक 0.031875 -0.000341 -0.051873 0.020206 0.01115 0.036322 0.002083 -0.002743 -0.023069 -0.033817 0.043496 0.013967 -0.006074 -0.025441 0.031279 -0.005683 0.004273 -0.020508 -0.008912 -0.047051 -0.011735 0.002347 0.008499 0.010317 0.006763 0.018541 -0.011536 -0.011148 -0.017405 -0.025863 0.023755 -0.033018 -0.019635 -0.038456 0.009623 0.009146 -0.034567 0.041001 0.007954 0.020835 -0.030456 0.00801 0.003175 0.000818 -0.028362 -0.022421 0.031098 -0.006163 -0.002202 0.01648 0.004981 0.054769 0.036504 -0.036646 0.043261 0.005182 -0.003749 0.020214 -0.004708 0.025917 -0.031426 -0.032727 -0.00502 -0.018697 0.014203 0.01816 0.035337 -0.006638 0.034593 0.016181 -0.052356 -0.005682 0.025401 0.016079 -0.048505 0.003759 -0.028492 0.025444 -0.035818 -0.020775 0.009375 -0.001548 0.000707 0.013421 -0.017251 -0.044303 0.004452 -0.006748 -0.02117 -0.00376 -0.007975 0.022469 0.005365 -0.015711 0.014622 -0.005306 -0.005087 -0.040356 -0.002173 -0.005911 -0.026307 0.004187 -0.001232 -0.022768 0.010566 -0.007236 -0.013481 0.006218 0.037155 -0.003767 0.046569 0.028848 0.024252 -0.021565 0.005518 0.000449 -0.005391 0.000834 -0.018918 -0.040595 0.025756 -0.000792 0.035771 0.029558 0.034648 0.011619 -0.007574 -0.013352 -0.012957 -0.019571 -0.015913 0.00344 -0.019576 0.032731 -0.020728 0.011015 -0.034862 0.004698 0.005484 0.043542 -0.008325 -0.006796 0.008149 0.027952 -0.039352 -0.049331 0.049033 0.011745 -0.000156 -0.042981 0.002007 0.013608 0.029599 0.022917 0.005319 0.00827 0.003778 -0.027242 0.014113 -0.023179 -0.023734 0.016054 0.022367 0.014233 -0.014606 -0.011319 0.026129 -0.022385 0.020567 0.021351 -0.024435 -0.015772 -0.013428 0.032855 -0.018868 -0.030638 -0.009007 -0.006302 -0.037163 -0.016439 0.031307 -0.009267 0.008375 -0.013383 -0.001874 -0.014219 0.007215 0.027718 -0.055091 0.00432 0.022333 0.025327 -0.035956 -0.041015 0.001706 0.040775 -0.023935 0.017273 -0.001075 -0.007429 -0.038433 -0.029782 0.01043 0.028727 0.019553 0.016261 0.011708 -0.00749 -0.003202 0.045671 -0.020088 -0.010286 -0.008972 0.015149 -0.003018 0.067663 0.011178 -0.027013 0.013779 0.002542 -0.006789 0.001806 -0.007412 0.010105 -0.028647 -0.00672 -0.000297 0.022554 -0.005702 -0.02324 -0.008002 -0.007679 -0.003682 -0.029526 -0.036537 -0.009852 -0.008365 -0.033168 0.03146 0.028567 0.011791 0.022798 -0.027066 0.019162 0.001011 -0.004389 0.03634 -0.007223 0.036563 0.051907 0.024198 0.008197 -0.003685 -0.039856 -0.029045 -0.016949 -0.009466 0.021784 -0.029231 -0.012676 0.002971 -0.016225 0.02966 -0.019052 -0.028528 -0.015944 -0.030443 -0.019897 0.00676 -0.00742 0.020216 0.004174 0.008928 -0.006188 0.011531 0.004861 0.000106 0.018132 0.047909 -0.050498 -0.001934 -0.021462 0.01692 0.019789 -0.02693 -0.010622 0.020242 -0.012544 -0.022432 -0.015028 0.008641 -0.03952 0.011328 -0.067049 -0.015027 0.009488 0.011595 0.021902 0.012957 0.010472\nព 0.022573 0.0014 -0.034879 0.016121 0.008014 0.029478 0.004118 -0.009648 -0.016381 -0.024716 0.028302 0.007879 -0.003988 -0.016009 0.020343 0.002915 -0.001136 -0.018224 -0.007872 -0.037517 -0.012279 0.007974 0.008501 0.007782 -0.003602 0.019684 -0.010708 -0.009707 -0.012616 -0.020235 0.023807 -0.022699 -0.01069 -0.034114 0.002683 0.013438 -0.027301 0.033067 -0.001699 0.022488 -0.027755 0.006052 0.007733 -0.00096 -0.018467 -0.014557 0.029398 -0.013027 -0.006558 0.012028 -0.006185 0.040085 0.022863 -0.023484 0.033128 0.010964 0.002923 0.012449 -0.008229 0.021777 -0.025752 -0.014178 -0.003736 -0.011608 0.018035 0.017226 0.033116 -0.02038 0.029082 0.016684 -0.043969 -0.015419 0.024477 0.018431 -0.038968 0.005269 -0.017884 0.015108 -0.024575 -0.005967 0.012353 0.002618 -0.002628 0.015323 -0.007396 -0.033475 0.011335 -0.000274 -0.008962 -0.008337 -0.005524 0.015521 0.003742 -0.009528 0.01285 -0.004262 0.003267 -0.032993 0.005984 -0.006668 -0.017956 0.00428 -0.003071 -0.02768 0.017178 -0.00086 -0.017735 0.009515 0.028268 -0.003337 0.034447 0.019345 0.01689 -0.015785 0.002782 -0.002892 -0.004987 -0.001154 -0.012883 -0.031929 0.027589 -0.000421 0.031435 0.00899 0.027692 0.008167 -0.01219 -0.007265 -0.011968 -0.016082 -0.008458 -0.006316 -0.013688 0.028922 -0.022982 0.005246 -0.024245 -0.002484 0.005229 0.034887 -0.004902 -0.002616 -0.003368 0.019975 -0.027285 -0.037905 0.047977 0.008711 0.004485 -0.033875 0.00678 -0.005039 0.028898 0.026158 0.006644 0.0054 -0.000392 -0.022498 0.009579 -0.017233 -0.017951 0.012458 0.02018 0.01592 -0.010302 -0.016496 0.020343 -0.014275 0.02069 0.009987 -0.02411 -0.015558 -0.006859 0.032057 -0.018454 -0.014041 0.002096 -0.010233 -0.041089 -0.020219 0.025354 -0.009368 0.007621 -0.007737 -0.002522 -0.019583 0.007511 0.015165 -0.038768 0.004613 0.008468 0.013451 -0.032829 -0.028062 0.00446 0.024824 -0.019683 0.01812 0.003304 1.5e-05 -0.018738 -0.017748 0.014287 0.02319 0.014819 0.01984 0.00408 -0.008095 -0.010855 0.030263 -0.013335 -0.004275 -0.00484 0.016088 0.001372 0.044462 0.009918 -0.012889 0.009046 0.003542 0.000467 0.000308 -0.000514 1.1e-05 -0.022394 -0.004551 -0.003286 0.013927 -0.003137 -0.024676 -0.015553 -0.002398 -0.001122 -0.02584 -0.03196 -0.000837 -0.006422 -0.023136 0.016139 0.014855 0.006732 0.012556 -0.019458 0.009016 -0.002347 0.001651 0.024256 -0.002961 0.029717 0.041238 0.01611 0.007128 -0.002995 -0.031811 -0.017626 -0.013547 0.006044 0.017748 -0.018949 -0.00131 0.001749 -0.016275 0.021433 -0.023387 -0.023152 -0.02191 -0.02308 -0.01813 0.009267 0.00075 0.010124 0.006709 0.012202 -0.004222 0.010191 0.002262 0.004629 0.013751 0.034358 -0.04298 -0.007069 -0.013057 0.005401 0.020088 -0.017932 -0.01118 0.020515 -0.006969 -0.011187 -0.013441 -0.000269 -0.024722 0.00243 -0.050533 -0.011621 0.000179 0.01079 0.011624 0.013006 0.000781\nܡ 0.035272 0.003138 -0.0583 0.033732 0.007423 0.046972 0.004231 -0.01415 -0.018672 -0.03918 0.041542 0.01307 -0.008421 -0.025784 0.032035 -0.01479 0.018677 -0.028735 -0.01742 -0.053725 -0.023045 -0.005885 -0.002304 0.020311 0.003225 0.022031 -0.016861 -0.019426 -0.016904 -0.02356 0.024902 -0.036348 -0.017987 -0.036369 0.021288 0.017285 -0.041838 0.040354 0.000211 0.016744 -0.035717 0.009744 0.007485 0.003248 -0.044163 -0.02992 0.043372 -0.009093 -0.003585 0.032762 -0.001067 0.062504 0.041249 -0.044068 0.05813 0.013363 -0.006605 0.02205 -0.016415 0.034901 -0.036318 -0.038454 -0.000754 -0.015068 0.021504 0.02603 0.045874 -0.015882 0.052883 0.024545 -0.058318 -0.010388 0.025214 0.022306 -0.061126 0.004612 -0.035496 0.026861 -0.045297 -0.022492 0.019626 -0.003652 -0.004199 0.026022 -0.028149 -0.060753 0.002671 0.002069 -0.025277 -0.015449 -0.011931 0.033857 0.007697 -0.015781 0.012747 -0.005832 -0.002914 -0.047712 -0.010848 -0.004452 -0.028794 -0.001308 0.000258 -0.030748 0.023081 -0.006544 -0.027138 0.009864 0.043136 -0.009669 0.051201 0.031751 0.017459 -0.015192 0.00537 -0.001495 -0.002653 0.009856 -0.023348 -0.048139 0.023331 0.001742 0.049965 0.026752 0.047945 0.015472 -0.0095 -0.016113 -0.024443 -0.028836 -0.02076 0.002075 -0.021918 0.038597 -0.028814 0.013686 -0.03151 0.010352 0.009116 0.066456 -0.001787 -0.01337 0.006363 0.027173 -0.053508 -0.071278 0.063778 0.008842 0.003637 -0.048705 0.00926 0.013623 0.036978 0.028943 0.006715 -0.000749 0.008525 -0.021695 0.017091 -0.027215 -0.024283 0.023906 0.019387 0.017656 -0.014232 -0.013331 0.020054 -0.027094 0.030255 0.024171 -0.030808 -0.022032 -0.012431 0.04375 -0.020281 -0.033537 -0.012043 -0.010494 -0.055507 -0.021543 0.03774 -0.015049 0.004033 -0.011918 -0.004158 -0.017136 -0.002361 0.022788 -0.074784 -0.001978 0.001126 0.031909 -0.0442 -0.041994 -0.00078 0.052445 -0.027382 0.011663 0.000198 -0.000201 -0.053536 -0.045126 0.02271 0.034791 0.017626 0.00889 0.027795 -0.012269 -0.007753 0.044391 -0.029196 -0.013773 -0.010572 0.013309 0.001585 0.080953 0.009065 -0.020347 0.00022 0.008117 -0.001935 0.008151 -0.016194 0.010499 -0.029108 -0.003131 0.005842 0.015981 -0.022166 -0.022173 0.002451 -0.002292 -0.008408 -0.029918 -0.047379 -0.001669 -0.023682 -0.040409 0.030564 0.030238 0.009595 0.023899 -0.028298 0.014867 0.009374 -0.008197 0.050171 -0.007594 0.052985 0.059467 0.036744 0.011778 0.007902 -0.051942 -0.043421 -0.026772 -0.006963 0.031011 -0.02957 -0.02277 0.004052 -0.008664 0.041901 -0.040055 -0.039495 -0.010092 -0.028335 -0.021854 0.012335 -0.004081 0.036984 0.002161 0.017138 -0.009989 0.012728 0.008911 0.000263 0.017869 0.052818 -0.059704 0.000304 -0.029549 0.016149 0.020888 -0.023761 -0.010217 0.018213 -0.008586 -0.017319 -0.018632 0.007455 -0.048962 0.014086 -0.087918 -0.006921 0.009301 0.022438 0.01619 0.032493 0.009504\nڠ 0.016271 0.001993 -0.032414 0.00402 -0.001987 0.018483 0.000154 -0.010484 -0.01959 -0.02715 0.007217 -0.00653 -0.003861 -0.022589 0.016025 0.002472 0.007152 -0.006842 -0.008227 -0.025853 -0.010924 -0.002571 0.011093 -0.011431 -0.000622 0.005645 -0.009968 -0.012185 0.003492 -0.018278 0.005576 -0.003479 -0.009677 -0.017448 0.00569 0.009909 -0.01259 0.028008 -0.004221 0.005472 -0.022992 -0.003057 -0.005684 -0.004925 -0.005602 -0.003432 0.02505 -0.007042 0.004665 0.007158 -0.002852 0.026988 0.026707 -0.013912 0.03135 0.004604 -0.001757 2e-05 -0.007859 0.007155 -0.023822 -0.009751 -0.002118 -0.005474 0.020389 0.015398 0.01959 -0.005287 0.016095 0.008865 -0.041153 -0.009508 0.017313 0.025259 -0.033684 0.002314 -0.02132 -0.000108 -0.02215 -0.002931 0.001223 -0.007619 0.00651 -0.006672 -0.010197 -0.013954 0.008049 -0.000681 0.002182 -0.004342 -0.001893 0.018217 0.012399 -0.009329 0.008313 0.000825 0.002287 -0.029939 -0.003848 -0.009804 -0.00337 0.014531 0.00428 -0.018286 0.009417 -0.000813 -0.016359 0.017221 0.02203 -0.004516 0.031403 0.017237 0.019752 -0.01922 -0.005842 -0.001418 0.001353 0.000772 -0.009441 -0.019847 0.013835 0.003073 0.025633 0.028675 0.019913 0.000131 -0.005411 0.004693 -0.002651 -0.011035 -0.009942 -0.005398 -0.006718 0.021842 -0.009535 -0.002158 -0.016581 0.003695 0.018625 0.024711 -0.010471 -0.003987 0.006512 0.012078 -0.027871 -0.0216 0.02645 0.00357 0.012788 -0.018295 0.00738 0.013393 0.02028 0.009316 0.002291 6.6e-05 0.010442 -0.010512 0.008686 -0.013126 -0.013981 0.009201 0.009862 0.000621 -0.006682 -0.019213 0.016643 0.005585 0.01489 0.010695 -0.018354 -0.001067 -0.006663 0.02828 -0.007007 -0.015406 -0.003186 0.000103 -0.017303 -0.013161 0.016204 -0.007177 0.020384 -0.018637 0.000933 -0.010069 0.001382 0.017774 -0.016121 0.012469 0.020093 0.020498 -0.015872 -0.005898 -0.000242 0.020309 -0.017482 0.008257 -0.001054 -0.00325 -0.011545 -0.013283 0.001939 0.017618 0.003793 0.001215 0.015811 -0.000735 0.004758 0.021483 -0.009446 -0.004092 -0.001746 0.011249 0.012367 0.03224 0.019732 -0.010391 0.004864 0.002319 0.004249 0.002897 0.008579 -0.001136 -0.0185 -0.002521 0.007857 -0.004883 -0.010979 -0.017252 -6.3e-05 -0.010668 -0.012305 -0.010687 -0.022402 -6.4e-05 -0.018605 -0.016136 0.00971 0.014116 0.000132 0.002833 -0.014909 0.0141 -0.002762 0.009235 0.015332 -0.011214 0.015536 0.034621 0.001042 0.002975 -0.004197 -0.019915 -0.017276 -0.006413 -0.00704 0.029433 -0.019111 -0.007388 -0.002387 -0.01748 0.022503 -0.032241 -0.012383 -0.010512 -0.008187 -0.016465 0.006578 -0.006473 0.021331 0.00356 0.013005 -5.1e-05 0.013386 0.001435 0.005409 0.014455 0.025313 -0.032427 0.015625 -0.002677 0.017599 0.012062 -0.019415 -0.013037 0.021995 0.00457 -0.008341 -0.006553 0.000279 -0.018311 0.007914 -0.026376 -0.006677 -0.000812 -0.007425 0.008371 0.014594 0.009795\nĥ 0.00014 0.006913 -0.038204 0.035545 0.001646 0.032682 -0.008717 -0.010827 0.014145 -0.024964 0.012422 0.003639 -0.018638 -0.018562 0.007291 -0.014895 0.005879 -0.00327 -0.003327 -0.026649 0.001396 0.002019 -0.011093 0.015902 0.000167 -0.010665 0.01468 -0.012287 -0.000225 -0.019908 0.011904 -0.008168 -0.007929 -0.035187 0.012046 0.01934 -0.050028 0.030737 0.009722 0.006503 -0.020073 0.024913 0.013505 -0.016065 -0.044534 -0.007125 0.040944 0.008491 0.014418 -0.013349 9e-06 0.057233 -0.0008 -0.032731 0.017678 -0.005167 0.005896 0.00401 -0.004934 0.018624 -0.001457 -0.018041 0.014498 -0.01331 0.023883 0.008019 0.027977 0.00633 0.023551 0.008658 -0.025546 -0.001354 0.02392 0.01376 -0.032922 -0.01134 -0.022352 0.038163 -0.021568 -0.019934 -0.015965 0.006351 0.017353 -0.001424 -0.035182 -0.041772 0.005088 0.002847 -0.03005 -0.013015 -0.016061 0.024228 -0.004965 -0.00477 0.025565 -0.00187 0.027526 -0.019147 0.001542 -0.009868 -0.028111 -0.014087 0.006631 0.017229 0.012343 -0.014323 -0.02477 0.016428 0.035658 0.003839 0.044666 0.024061 0.035466 -0.014048 -0.010445 0.009965 -0.034059 -0.003246 0.000354 -0.041394 0.00585 0.005963 0.037943 0.034996 0.02522 0.020332 0.002904 0.008857 -0.028711 -0.00888 -0.005835 0.015624 -0.036264 0.011829 0.01266 -0.000461 -0.012984 0.021843 0.016168 0.017739 0.006446 -0.017007 0.023272 0.026395 -0.025231 -0.028239 0.040831 0.037301 -0.002659 -0.025433 0.016221 0.005908 0.00221 0.018765 -0.020511 -0.011953 0.012387 -0.02993 0.012464 -0.009932 -0.04274 -0.017253 0.015494 -0.001443 -0.027842 0.000637 0.043436 -0.025458 0.006477 -0.003125 -0.022634 -0.028813 -0.010821 0.003441 0.00731 -0.043826 -0.020798 -0.015246 -0.019992 -0.020025 0.010129 -0.018148 -0.008579 -0.030908 0.007571 -0.005102 -0.002206 0.02274 -0.052115 -0.017232 -0.012696 0.027762 -0.033299 -0.012727 0.019714 0.031898 -0.011038 0.025181 0.004204 -0.017014 -0.027247 -0.024198 0.002344 0.017807 0.005059 -0.009252 0.016163 -0.012381 0.000329 0.031312 -0.023295 0.006812 -0.011245 0.033102 0.012084 0.042215 0.002116 -0.031824 0.021014 -0.004967 0.013489 0.023588 -0.009605 -0.008955 -0.017299 0.007686 0.001214 -0.007083 0.008433 -0.031508 0.00509 -0.016016 0.000377 -0.033301 -0.036751 0.014175 -0.014828 -0.032086 0.000431 0.012444 0.011156 0.035197 -0.019647 0.005367 -0.006583 0.007916 0.029685 -0.003847 0.005953 0.018524 0.017872 -0.021666 -0.001426 -0.041668 -0.02498 -0.015119 -0.017902 0.013812 -0.033532 -0.012321 0.000628 -0.001737 0.04181 -0.013855 -0.036586 -0.0188 -0.026105 0.012111 0.01127 -0.004104 0.031889 -0.018241 0.036584 0.001683 0.007012 -0.019523 -0.002095 0.024518 0.025797 -0.05077 0.011835 -0.016942 0.030255 0.029837 -0.002227 -0.023598 0.004682 -0.011718 -0.018075 0.007029 0.006451 -0.02661 -0.008449 -0.044631 -0.010194 0.022729 0.008888 0.019297 0.028308 0.008388\n¤ 0.01702 0.001104 -0.026119 0.000146 0.002555 0.029916 -0.009691 -0.023435 0.010794 -0.02505 0.015219 0.003233 -0.006263 -0.021546 0.021972 -0.004457 0.009478 -0.019944 0.001879 -0.049012 -0.013763 0.006553 -0.004118 -0.006565 -0.005797 0.010165 0.012248 -0.009667 0.002377 -0.011839 -0.009203 -0.010701 -0.016171 -0.012155 -0.013193 0.000716 -0.019607 0.022421 0.003051 -0.007821 -0.018515 -0.001023 0.012704 0.004747 0.004924 -0.012185 0.019058 0.003433 -0.010252 0.005647 0.005894 0.026851 0.008365 -0.00324 0.025496 0.00301 -0.016072 0.015312 -0.008205 0.005153 -0.025091 -0.007583 -0.002444 0.001816 0.015734 -0.002148 0.014636 0.013941 0.012119 0.005272 -0.020656 -0.002325 -0.000953 0.003319 -0.031022 -0.025104 -0.013724 0.00714 -0.012413 -0.003443 0.002545 -0.020045 -0.013017 0.014346 -0.005529 -0.003493 -0.002122 0.011675 -0.004509 -0.01123 -0.003094 0.022965 0.019507 -0.012229 0.005989 -0.010782 0.01374 -0.033032 -0.00887 0.002888 -0.020631 -0.008335 -0.000751 -0.002271 0.012021 -0.010204 -0.007721 0.005549 0.008752 0.005474 0.010301 -0.004666 0.005406 -0.010551 0.010329 -0.004658 -0.004355 -0.013113 -0.0141 -0.007171 0.02856 0.00772 0.032257 0.020667 -0.000705 -0.021924 0.000919 0.006324 0.001592 0.001462 -0.005398 -0.000783 -0.005513 0.016554 -0.010054 -0.018002 -0.026454 0.023421 0.001164 0.017711 0.002268 0.006114 1.9e-05 0.013036 -0.003646 -0.034729 0.029208 0.002752 -0.005231 -0.031612 -0.005278 0.016084 0.045255 -0.000487 0.020144 -0.00546 -0.007564 -0.001497 0.009742 -0.004449 -0.029857 0.019522 0.010643 -0.03734 -0.019152 0.007047 0.015374 0.005167 0.001387 0.021074 -0.002815 -0.013172 -0.009428 0.01953 -0.005946 -0.012451 -0.008987 0.016761 -0.037147 -0.01536 0.023515 0.003615 0.013176 -0.011259 -0.005461 -0.024437 0.00168 -0.000105 -0.024801 0.010708 0.02716 0.010051 -0.015984 -0.028014 -0.012328 0.006685 -0.003545 0.014006 0.003876 -0.000916 -0.03266 -0.008669 0.000508 0.017371 0.02531 0.000692 -0.001936 -0.013045 -0.011566 0.014968 0.006635 -0.004205 -0.002096 0.010772 0.010916 0.024472 -0.003812 -0.008648 -0.006571 -0.000603 -0.006948 -0.000271 -0.004482 -0.008427 -0.015361 -0.000279 -0.020195 -0.003644 -0.014271 -0.013557 -0.006604 0.00546 -0.007241 -0.024028 -0.009502 -0.007658 0.008806 0.000855 -0.001984 0.026812 0.004166 0.000782 -0.016895 0.00483 0.003149 -0.008454 0.01209 -0.000879 0.006508 0.024116 0.001557 0.013456 -0.001273 -0.01487 -0.005517 -0.007371 -0.007851 0.006268 -0.005155 -0.008403 0.00772 -0.007446 0.005184 -0.027206 -0.01377 0.001905 -0.011287 0.014383 0.009271 0.005924 0.003601 0.002499 0.001528 -0.002865 0.009388 -0.005991 0.023731 0.019044 0.034207 -0.020057 -0.012864 -0.007916 0.014926 0.004254 -0.00588 0.004734 0.025999 -0.004966 -0.006234 -0.005093 -0.012957 -0.015476 -0.008385 -0.034999 -0.022087 0.003956 0.006624 -0.001446 0.00341 -0.001884\nధ 0.028476 -0.011887 -0.069169 0.016574 0.008877 0.030021 0.019003 0.005999 -0.00305 -0.045248 0.039464 0.014016 -0.000797 -0.007051 0.009559 -0.008565 0.011722 -0.00185 -0.011255 -0.027964 -0.024889 0.016869 0.003877 0.020993 -0.019219 0.008047 -0.019831 -0.015788 -0.029386 -0.032588 0.018142 0.00476 -0.033762 -0.047722 -0.003187 -0.006033 -0.014029 0.025114 -0.001319 0.025129 -0.016603 0.002225 0.016953 -0.00085 0.00821 -0.005866 0.047233 -0.02126 -0.025496 -0.018555 -0.001594 0.020857 0.030813 -0.023041 0.045753 -0.001725 -0.009081 0.020186 -0.008143 0.012678 -0.016052 -0.022108 -0.011602 -0.048855 0.020977 0.016796 0.008947 -0.00778 0.054428 0.011702 -0.052724 -0.021775 0.011936 -0.010585 -0.015553 0.00532 -0.037409 -0.007431 -0.039548 -0.004974 0.008475 0.002033 -0.014842 0.005162 0.011882 -0.025346 0.024184 -0.005461 0.002285 -0.006491 -0.032086 0.009744 0.016276 -0.013502 0.013495 -0.005119 0.004537 -0.025215 -0.028568 -0.019647 -0.004489 0.006966 0.006746 -0.031233 0.007573 0.015152 -0.005183 -0.000764 0.024335 -0.010992 0.029437 0.003738 0.023303 -0.015499 0.010447 -0.000791 -0.019233 0.00626 -0.005699 -0.026099 0.01782 0.018038 0.00458 0.021339 0.04469 -0.006552 -0.050016 -0.016687 -0.016603 -0.019774 -0.017864 -0.008409 -0.012524 0.033413 -0.010446 0.009901 -0.029202 -0.014253 0.009807 0.029629 -0.000725 0.008827 -0.006337 0.029782 -0.022407 -0.042053 0.029348 0.005035 -0.000681 -0.020148 0.011798 -0.01764 0.047347 0.021311 0.005424 -0.00923 0.006859 0.000838 0.026734 0.004655 -0.014995 -0.009719 0.020315 0.024859 0.011711 -0.017293 0.017775 -0.015445 0.009077 0.001563 -0.013617 -0.025379 -0.03353 0.027179 -0.02262 -0.01224 0.001275 -0.002246 -0.045906 -0.022382 0.023877 -0.016603 0.002048 -0.007441 0.003304 -0.025578 0.001944 0.00045 -0.03579 0.013084 -0.007813 0.009312 -0.027395 -0.017378 -0.006196 0.036561 -0.014823 0.015968 0.018828 0.013653 -0.005382 -0.020266 0.005393 0.028346 -0.004771 0.024384 0.021424 -0.004442 -0.015139 0.026388 -0.010502 -0.00193 -0.003109 0.024718 0.002841 0.036925 0.012408 0.008036 0.016499 -0.022891 -0.015599 0.004187 -0.021375 0.014127 -0.046029 0.024298 -0.008973 -0.003092 -0.006959 -0.045117 -0.007205 -0.006214 -0.002333 0.009599 -0.037825 -0.002357 -0.02011 -0.019467 0.028982 -0.00698 0.004802 0.021653 -0.0177 0.008499 0.005702 0.001539 0.028956 0.004113 0.024048 0.037098 0.023528 -0.004953 -0.024192 -0.032456 -0.039605 -0.01172 0.007996 0.026752 -0.030887 -0.003158 -0.016368 -0.008953 0.042194 -0.008207 -0.021324 -0.002115 -0.02672 -0.016265 -0.01261 0.003174 0.002355 -0.002242 -0.003172 -0.021818 0.025589 -0.012223 -0.015831 0.016581 0.029527 -0.041771 -0.009731 -0.007401 0.025869 0.024938 -0.018168 0.014519 0.0099 -0.000519 0.010339 -0.011143 -0.011473 -0.035682 0.006483 -0.055376 0.01424 -0.021416 -0.009169 0.010384 0.010567 0.026937\nન 0.034249 0.002915 -0.067887 0.029065 0.002669 0.049721 0.00378 -0.003384 -0.037643 -0.046266 0.053823 0.021809 -0.012375 -0.037328 0.03547 0.013414 0.010521 -0.02812 -0.029633 -0.058153 -0.032234 -0.019575 0.013197 0.015793 -0.000487 0.03602 -0.018432 -0.02507 -0.026511 -0.039238 0.031553 -0.033647 -0.032518 -0.044666 0.018854 0.009524 -0.044525 0.057092 0.012635 0.025683 -0.049315 0.006848 0.010418 0.004488 -0.03469 -0.030274 0.056531 -0.011719 0.012227 0.032424 -0.005574 0.074132 0.04009 -0.031316 0.062522 0.007947 -0.017112 0.028382 -0.017324 0.045919 -0.050687 -0.037891 -0.01256 -0.010314 0.013002 0.026903 0.065297 -0.007912 0.050263 0.014359 -0.070547 -0.003599 0.016055 0.035806 -0.055268 0.00056 -0.043114 0.027314 -0.052137 -0.021091 0.028056 0.006019 -0.017447 0.019251 -0.025493 -0.074143 0.013488 -0.011614 -0.026317 -0.009851 -0.016016 0.015333 0.016141 -0.03116 0.000162 0.006916 -0.011427 -0.048949 -0.008876 -0.008521 -0.032182 -0.019116 0.00959 -0.033634 0.01289 -0.015666 -0.026463 0.007828 0.05143 -0.008415 0.057611 0.026164 0.02462 -0.035957 0.011795 -0.013101 -0.006512 -0.009766 -0.033479 -0.051565 0.018137 0.011731 0.058049 0.016686 0.059379 0.026208 -0.021398 -0.041255 -0.00065 -0.023454 -0.016777 -0.003157 -0.018404 0.045547 -0.031315 0.025467 -0.057567 -0.002657 0.014173 0.072559 -0.005597 -0.024982 0.012409 0.028157 -0.058503 -0.074403 0.081256 0.02462 0.009941 -0.055615 0.011759 0.022911 0.039835 0.03293 0.007946 0.003512 -0.012525 -0.023695 0.032165 -0.04277 -0.027 0.022905 0.029925 0.033424 -0.01343 -0.028325 0.02052 -0.027487 0.021653 0.020154 -0.034231 -0.033124 -0.007879 0.047683 -0.025593 -0.041004 -0.032321 -0.019687 -0.056925 -0.032041 0.035388 -0.011618 0.001859 -0.001515 1.3e-05 -0.03565 0.002674 0.028961 -0.054936 0.002388 0.010446 0.023396 -0.042236 -0.061341 -0.012969 0.046858 -0.038996 0.017494 -0.010813 -0.013944 -0.045174 -0.054102 0.005693 0.04728 0.019626 0.032966 0.024147 -0.001493 -0.016197 0.060705 -0.030863 -0.003664 -0.003849 0.021498 -0.011163 0.090055 0.027495 -0.023815 0.009334 0.008161 -0.007853 -0.006785 -0.007607 0.000425 -0.034238 -0.005659 0.006495 0.022639 -0.017283 -0.019097 -0.013484 0.005458 -0.002789 -0.038143 -0.047349 0.001431 -0.013187 -0.044608 0.03258 0.014401 0.015656 0.029066 -0.038219 0.018502 -0.00174 -0.016925 0.053616 -0.015083 0.047121 0.074582 0.031249 0.014272 -0.008415 -0.045803 -0.026408 -0.019884 -0.019896 0.037778 -0.031395 -0.008611 0.004821 -0.020758 0.058865 -0.040535 -0.045926 -0.020297 -0.039924 -0.021676 0.01066 2.1e-05 0.032132 0.025975 0.014232 -0.001561 0.025414 0.020949 0.003363 0.033912 0.051099 -0.084789 0.004041 -0.026207 0.03035 0.024687 -0.016334 -0.017179 0.023351 -0.016818 -0.027037 -0.020349 0.015003 -0.053223 0.017947 -0.100773 -0.01507 0.004371 0.043281 0.01906 0.022071 0.003583\nপ 0.040594 0.006707 -0.071868 0.015857 0.021155 0.046618 -0.00205 -0.006339 -0.022164 -0.044312 0.048451 0.014151 -0.010515 -0.03866 0.055258 -0.010101 0.008703 -0.027237 -0.021383 -0.071146 -0.02296 0.001517 0.007765 0.007917 0.009333 0.0302 -0.018013 -0.026357 -0.01783 -0.037255 0.021657 -0.032589 -0.030832 -0.054851 0.006025 0.014534 -0.04602 0.060609 0.011545 0.034568 -0.046804 0.008153 -0.00706 0.007065 -0.041204 -0.027775 0.047933 -0.011771 -0.020555 0.022205 -0.002968 0.076337 0.039817 -0.047231 0.05194 0.016705 -0.004987 0.035122 -0.01964 0.040359 -0.037023 -0.041693 -0.010952 -0.027203 0.021232 0.044761 0.05079 0.000615 0.04875 0.017487 -0.058307 0.000967 0.02409 0.023378 -0.05478 0.010701 -0.050853 0.0391 -0.049587 -0.025253 0.014742 0.000176 -0.022505 0.020509 -0.02288 -0.06219 0.004634 -0.005015 -0.031907 -0.016114 -0.018507 0.036854 0.014686 -0.025999 0.015442 -0.005121 0.000656 -0.052547 0.004018 -0.006809 -0.02902 0.007971 0.003685 -0.044537 0.01834 0.004213 -0.024291 0.023574 0.051002 -0.012414 0.04999 0.040151 0.028571 -0.025871 0.008666 0.011767 -0.009445 -0.001605 -0.023993 -0.050856 0.042963 0.005119 0.056818 0.041824 0.040933 0.020149 -0.014526 -0.015233 -0.021459 -0.021593 -0.029014 -0.006112 -0.019636 0.051043 -0.031587 0.010539 -0.041886 0.011475 0.011879 0.068942 0.002717 -0.015608 0.013249 0.032367 -0.057548 -0.062322 0.073882 0.007783 0.002631 -0.05196 0.004723 0.032342 0.031496 0.03888 0.014386 0.004251 0.019995 -0.024533 0.019015 -0.035101 -0.022911 0.028974 0.018662 0.003952 -0.013598 -0.017199 0.019347 -0.029497 0.028318 0.028612 -0.042343 -0.01721 -0.013988 0.053587 -0.031193 -0.036243 -0.007927 -0.00054 -0.064132 -0.031654 0.034415 -0.016259 0.016193 -0.025853 -0.00416 -0.028225 0.012166 0.033666 -0.069081 -0.002943 0.025093 0.030596 -0.042643 -0.05653 0.001165 0.053427 -0.027273 0.019456 -0.003373 0.003807 -0.05802 -0.05448 0.012435 0.043122 0.009712 0.018799 0.032201 -0.013545 -0.003406 0.054713 -0.036115 -0.005338 -0.010099 0.010601 -0.002083 0.100243 0.003988 -0.031122 0.011884 0.000709 -0.01327 -0.002292 0.000495 0.008243 -0.042896 -0.008272 0.003381 0.02231 -0.023658 -0.023132 -0.005213 0.00279 -0.012326 -0.027754 -0.055201 -0.027322 -0.014588 -0.037029 0.038362 0.03055 0.002934 0.028004 -0.026842 0.021928 0.003333 -0.013241 0.050063 -0.014799 0.055393 0.067945 0.027076 0.014122 0.011948 -0.052057 -0.052441 -0.04266 -0.010164 0.044294 -0.03134 -0.019388 0.000387 -0.017498 0.048593 -0.034038 -0.051676 -0.017608 -0.030274 -0.029013 0.019084 0.003345 0.033752 0.007726 0.017942 -0.005389 0.027537 0.011685 0.007245 0.021052 0.07417 -0.076563 -0.008493 -0.024395 0.017221 0.029259 -0.025986 -0.004642 0.02716 -0.007514 -0.030178 -0.008636 0.011446 -0.059481 0.027596 -0.086565 -0.0121 0.011371 0.026285 0.026165 0.032847 0.003877\nᔭ 0.035134 0.026021 -0.072447 0.032209 0.014183 0.03427 0.015877 -0.011858 -0.029146 -0.036525 0.057255 0.005174 -0.025811 -0.016128 0.034596 -0.005115 0.024452 -0.045565 -0.011058 -0.069686 -0.01447 0.015475 -0.018944 0.02477 -0.001182 0.009152 0.016925 -0.026767 -0.015752 -0.050908 0.035974 -0.048213 -0.020376 -0.032749 -0.004062 0.043681 -0.041406 0.057245 0.009305 0.021022 -0.049462 0.022963 -0.004342 0.000497 -0.017631 -0.044653 0.054993 -0.000592 -0.001461 -0.005605 0.003068 0.061033 0.048814 -0.051897 0.070597 0.012579 -0.019701 0.026105 -0.009572 0.039876 -0.028143 -0.045837 -0.00696 -0.024304 0.028376 0.04135 0.068926 -0.027807 0.015644 0.028135 -0.085917 -0.032456 0.045063 0.029368 -0.076346 -0.007254 -0.033746 0.033401 -0.04126 -0.016883 0.016122 0.004995 0.015748 0.027069 -0.029354 -0.056915 -0.010821 -0.007608 -0.001599 -0.003017 0.010922 0.032202 0.019127 -0.023867 0.007454 -0.008739 0.008978 -0.047858 -0.015463 -0.000797 -0.019748 -0.003082 -0.003706 -0.031818 0.026623 -0.020021 -0.022893 0.014786 0.045405 0.009545 0.059438 0.010301 0.035264 -0.015895 0.008559 0.00106 -0.022766 0.005867 -0.014349 -0.051516 0.025322 -0.000964 0.047418 0.026772 0.052262 0.001974 -0.00708 -0.027347 -0.012754 -0.016182 -0.012338 -0.01078 -0.009709 0.047038 -0.020822 0.011464 -0.033803 0.027367 0.00617 0.073056 0.003478 -0.01379 0.017554 0.022004 -0.029842 -0.084764 0.066104 0.011779 0.015478 -0.069171 0.009119 0.004769 0.039464 0.02982 -0.002357 0.027454 0.01125 -0.034115 0.00287 -0.033152 -0.033054 0.017765 0.034069 0.017057 -0.007944 -0.016672 0.022954 -0.026748 0.032831 0.031683 -0.051394 -0.020456 -0.00321 0.041951 -0.034731 -0.033163 -0.018664 -0.013331 -0.054771 -0.014898 0.059077 -0.012687 0.017085 -0.02297 -0.025353 -0.027495 0.014907 0.017049 -0.058405 -0.00419 0.024418 0.043929 -0.057729 -0.031394 -0.011716 0.039985 -0.034802 0.027392 0.00389 -0.013314 -0.045495 -0.046532 0.025015 0.018425 0.04993 0.001044 0.002386 -0.027529 0.005778 0.041494 -0.012179 0.005806 -0.010247 0.024018 -0.002483 0.077661 0.024068 -0.017507 0.00387 0.000878 0.001278 0.01326 -0.004902 0.00121 -0.023216 -0.009268 0.004079 0.012076 -0.014467 -0.033202 0.003473 0.014524 -0.022911 -0.037433 -0.069132 0.006484 -0.017679 -0.047234 0.038178 0.030618 -0.010079 0.036413 -0.020919 0.010669 -0.011716 -0.006234 0.037935 -0.007723 0.057654 0.0709 0.013806 0.015536 -0.01247 -0.063129 -0.037465 -0.028207 0.008957 0.040418 -0.051465 -0.042321 0.007532 -0.025177 0.036843 -0.032417 -0.04258 -0.024907 -0.05035 -0.00633 0.028235 0.025167 0.013723 -0.009995 0.033455 -0.007827 0.019289 -0.007106 0.005437 0.040344 0.053663 -0.06586 -0.000448 -0.018138 0.009289 0.026019 -0.012943 -0.013496 0.032573 -0.007218 -0.028606 -0.012997 0.008102 -0.060938 -0.0005 -0.081345 -0.011747 -0.003368 0.042215 0.013696 0.038327 -0.01986\nု 0.024643 -0.005348 -0.026218 0.009419 0.007094 0.040483 -0.002803 -0.009804 -0.014902 -0.031241 0.030754 0.009017 -0.010337 -0.021423 0.030115 -0.004167 0.002113 -0.013206 0.004505 -0.047784 -0.016688 0.001295 0.012163 -0.001149 -0.006741 0.007776 -0.022902 -0.023362 -0.014407 -0.028106 0.023434 -0.017492 -0.018988 -0.025984 0.01382 0.012888 -0.011196 0.028613 -0.008512 0.013183 -0.025209 0.006124 0.001838 -0.007723 -0.02752 -0.011211 0.018819 0.000511 -0.002548 0.004742 -0.005599 0.028888 0.02634 -0.028602 0.03654 0.010237 -0.017868 0.00396 -0.008742 0.007798 -0.041397 -0.017568 -0.003952 -0.001742 0.008972 0.007738 0.035948 -0.004769 0.037268 0.027294 -0.049598 -0.007206 0.018476 0.016772 -0.03305 -0.007487 -0.022539 0.018646 -0.050498 -0.005087 -0.006297 0.001202 -0.003565 0.002232 -0.022457 -0.040383 -0.001243 0.001332 -0.014111 -0.008715 -0.006161 0.02829 0.015226 -0.024243 0.018278 -0.007669 -0.010834 -0.028625 -0.002377 0.002514 -0.026966 0.004882 0.005226 -0.024226 0.014165 -0.0046 -0.008474 0.003371 0.037581 -0.011061 0.033759 0.029317 0.018594 -0.013196 0.007971 -0.009637 0.004122 -0.005913 -0.018103 -0.019011 0.010896 0.00653 0.029152 0.031626 0.036327 0.005849 -0.005747 -0.000915 -0.013459 -0.02378 -0.01239 0.003487 -0.006514 0.032579 -0.007307 0.005079 -0.019445 0.019902 -0.001618 0.039008 0.001107 -0.005009 0.002219 0.0149 -0.039647 -0.039664 0.062524 0.016034 0.001329 -0.032005 0.007052 0.008933 0.031926 0.004259 -0.00874 0.00113 0.012106 -0.015087 0.018184 -0.016042 -0.025274 0.00616 0.018016 0.007229 -0.02144 -0.015765 0.017055 -0.014329 0.019164 0.011957 -0.007787 -0.014614 -0.01348 0.025016 -0.018027 -0.017616 0.003327 -0.010917 -0.032581 -0.010188 0.022583 -0.001855 0.010378 -0.015911 -0.00595 -0.019831 0.005796 0.020537 -0.029348 0.001708 0.006896 0.023458 -0.036771 -0.02063 0.00159 0.029001 -0.010303 0.014754 -0.000724 -0.008242 -0.029478 -0.026449 -3.7e-05 0.029501 0.013302 0.015658 0.006735 -0.007037 -0.006948 0.034194 -0.014699 -0.003563 -0.007743 0.010928 -0.003654 0.044292 0.019313 -0.029717 0.006317 0.008702 0.006826 0.005595 -0.013969 0.010639 -0.019758 0.000268 -0.000371 0.021452 0.003296 -0.011598 -0.008387 -0.005553 -0.001858 -0.034166 -0.034964 -0.009456 -0.012885 -0.034321 0.016164 0.001855 0.006195 0.023056 -0.020611 0.004557 -0.006914 -0.003224 0.018188 -0.014329 0.029583 0.032976 0.019081 0.011991 0.002671 -0.023394 -0.017266 -0.00467 -0.013395 0.01628 -0.025176 0.002512 0.003624 -0.009625 0.026297 -0.022653 -0.028316 -0.023829 -0.029149 -0.010083 0.002895 -0.003349 0.020096 0.008084 0.016638 -0.00621 0.019408 0.005137 0.004442 0.00191 0.054282 -0.039166 0.00949 -0.015745 0.008426 0.02188 -0.009563 -0.016381 0.015167 -0.011254 -0.019929 -0.013931 0.001662 -0.031772 0.017037 -0.056522 -0.014978 0.019615 0.006452 0.021538 0.01186 0.00027\nз 0.03718 0.006872 -0.049877 0.023395 0.017124 0.033805 0.005911 -0.000876 -0.014982 -0.030579 0.041966 0.012495 -0.011585 -0.030773 0.03781 -0.014077 0.006102 -0.025054 -0.014016 -0.046739 -0.012973 0.001517 0.007471 0.01309 0.007615 0.024489 -0.006187 -0.013842 -0.01711 -0.026469 0.0198 -0.036462 -0.015725 -0.042227 0.012677 0.018749 -0.044413 0.043573 0.007298 0.020761 -0.032426 0.012976 0.003261 0.000567 -0.028771 -0.025551 0.037198 -0.000248 -0.00526 0.020446 0.014182 0.056656 0.033251 -0.037437 0.040795 0.014766 0.000268 0.019891 -0.007986 0.026564 -0.032005 -0.027844 -0.008629 -0.019821 0.015737 0.021735 0.034157 -0.013902 0.027466 0.016917 -0.050815 -0.005578 0.021637 0.01662 -0.053147 0.000599 -0.036443 0.032779 -0.026364 -0.013888 0.016618 -0.003027 -0.000142 0.025936 -0.023573 -0.054753 0.002893 0.004158 -0.02677 -0.003892 -0.007823 0.025481 0.004932 -0.020283 0.016388 -0.006278 0.003939 -0.038759 -0.003258 -0.006081 -0.01754 -0.002907 -0.002358 -0.030071 0.01853 0.002048 -0.015298 0.01131 0.039987 -0.002688 0.049677 0.024248 0.021894 -0.009018 0.015623 0.00686 -0.014705 0.000437 -0.013682 -0.041654 0.022426 0.005582 0.042017 0.030142 0.032549 0.006475 -0.007485 -0.026778 -0.013484 -0.019245 -0.019379 -0.002855 -0.014942 0.029382 -0.025025 0.01296 -0.025042 0.009901 0.00963 0.043747 -0.007296 -0.015586 0.013973 0.031538 -0.036045 -0.052281 0.043129 0.007064 0.005782 -0.041308 0.003633 0.004543 0.033089 0.02752 -0.009587 0.000347 -0.002042 -0.024968 0.017865 -0.019002 -0.021428 0.020318 0.016873 0.016397 -0.021927 -0.006148 0.025176 -0.024548 0.014927 0.023399 -0.025604 -0.027026 -0.010469 0.036985 -0.017781 -0.028839 -0.007741 -0.00563 -0.038659 -0.028844 0.035477 -0.01027 0.003198 -0.008441 -0.008856 -0.018086 0.002621 0.019147 -0.061639 0.007654 0.023486 0.029939 -0.030039 -0.039709 0.011177 0.041735 -0.013249 0.017591 0.006596 0.007682 -0.043807 -0.038206 0.0128 0.029262 0.016787 0.018912 0.010775 -0.015177 0.001289 0.038401 -0.027392 -0.004112 -0.006119 0.019361 -0.003585 0.071164 0.002092 -0.025639 0.005142 -0.008372 -0.010089 0.01158 -0.009333 0.00667 -0.017587 -0.007227 -0.001321 0.021872 -0.011904 -0.024218 -0.010389 -0.000158 -0.005951 -0.034066 -0.04104 -0.003328 -0.003439 -0.038882 0.031317 0.027049 0.006681 0.025436 -0.0238 0.016121 0.006514 -0.011543 0.050751 -0.005987 0.042671 0.054461 0.029487 0.002518 0.009369 -0.046631 -0.045494 -0.020139 -0.00318 0.025871 -0.027383 -0.01058 0.003768 -0.007215 0.028499 -0.028438 -0.027554 -0.018764 -0.031123 -0.023077 0.008209 -0.000812 0.012873 -0.005094 0.00719 -0.006313 0.013692 0.010194 0.004344 0.007909 0.039823 -0.051967 -0.004677 -0.022688 0.015593 0.014042 -0.020704 0.002763 0.01827 -0.014146 -0.020395 -0.017428 0.007389 -0.042224 0.007968 -0.064516 -0.011897 0.01282 0.015423 0.019536 0.020551 0.002743\nா 0.034658 0.006392 -0.06621 0.02579 0.019698 0.046986 0.003558 -0.010231 -0.026001 -0.043876 0.046353 0.018198 -0.001514 -0.038222 0.041323 -0.011678 0.007901 -0.022171 -0.012571 -0.060314 -0.007555 -0.00656 0.005438 0.005507 -0.004883 0.020905 -0.005189 -0.013625 -0.017018 -0.045905 0.026613 -0.034186 -0.024769 -0.052912 0.015957 0.012908 -0.043663 0.053191 0.004973 0.030082 -0.043158 0.002554 0.003057 0.003711 -0.043438 -0.023051 0.043588 -0.0077 -0.003641 0.026097 -0.002842 0.06277 0.041392 -0.037464 0.05387 0.009207 -0.011833 0.030146 -0.017807 0.029669 -0.041424 -0.046009 -0.003918 -0.020247 0.026405 0.027677 0.053969 -0.011158 0.044284 0.02684 -0.058098 -0.009361 0.024438 0.024369 -0.058341 0.007042 -0.039553 0.024528 -0.049426 -0.022843 0.015735 -0.000956 0.003844 0.014359 -0.02398 -0.061451 0.010553 0.000302 -0.0173 -0.009025 -0.007188 0.030383 0.00243 -0.020415 0.01763 0.003944 -0.004149 -0.046365 0.001279 -0.007096 -0.02527 0.00578 0.004026 -0.038666 0.019713 -0.018761 -0.017725 0.014293 0.039181 -0.009026 0.05814 0.027649 0.032612 -0.020428 -0.002001 -0.005581 -0.010765 -0.004568 -0.02119 -0.051612 0.036187 0.010865 0.047349 0.029769 0.048505 0.014995 -0.006726 -0.007355 -0.009073 -0.025835 -0.024932 -0.004873 -0.008197 0.042756 -0.028419 0.010401 -0.032458 0.00387 0.015158 0.059475 0.002205 -0.016684 0.01343 0.02666 -0.045175 -0.068044 0.073446 0.016443 0.01066 -0.054865 -0.000201 0.01508 0.038375 0.022223 0.004497 0.004859 0.006448 -0.029248 0.014755 -0.031897 -0.031553 0.017225 0.024267 0.018542 -0.016234 -0.023316 0.032117 -0.024667 0.029534 0.016878 -0.028502 -0.018148 -0.007332 0.039985 -0.029182 -0.037912 -0.008456 -0.002305 -0.049076 -0.032524 0.036186 -0.007727 0.007399 -0.01788 -0.007719 -0.018089 -0.002023 0.020807 -0.056404 -0.000103 0.022623 0.031279 -0.040769 -0.050846 0.001782 0.049444 -0.024522 0.013165 0.00722 0.001824 -0.043475 -0.035063 0.015105 0.032578 0.020796 0.024011 0.024118 -0.012424 -0.012291 0.044227 -0.035399 -0.00806 -0.014976 0.019937 0.00248 0.091661 0.016558 -0.025655 0.016592 -0.00392 -0.008017 0.007879 0.000388 0.009792 -0.028616 -0.011112 -0.005338 0.021241 -0.017902 -0.018734 -0.008186 -0.005063 -0.012172 -0.033381 -0.04759 -0.009638 -0.018741 -0.041951 0.031605 0.027798 0.001943 0.033218 -0.020987 0.019179 -0.007094 -0.005785 0.038402 -0.008007 0.054741 0.072713 0.026717 0.006157 0.002559 -0.043058 -0.038072 -0.026324 -0.005742 0.033378 -0.033879 -0.020904 -0.001948 -0.020468 0.048123 -0.031607 -0.04657 -0.033268 -0.045598 -0.021952 0.015239 0.000103 0.034326 -0.001524 0.018051 0.009189 0.02225 0.010358 0.004879 0.021764 0.06374 -0.073257 0.005552 -0.024754 0.024385 0.019997 -0.011999 -0.009633 0.025385 -0.002295 -0.025561 -0.014496 0.004345 -0.044839 0.015537 -0.089998 -0.001616 0.000424 0.017156 0.020548 0.021455 0.008391\nً 0.065582 -0.007225 -0.098955 0.053882 0.03275 0.052905 0.008092 0.001571 -0.034605 -0.032539 0.059125 0.014956 0.01091 -0.070623 0.058341 -0.016873 -0.009237 -0.020907 -0.025252 -0.090115 0.001832 -0.011878 0.008773 0.00945 0.003914 0.05495 -0.002345 -0.037462 0.003442 -0.053842 0.005012 -0.047188 -0.05082 -0.087763 -5.8e-05 0.0084 -0.077329 0.087928 0.032758 0.038635 -0.030962 0.008439 -0.00594 0.005877 -0.0595 -0.042653 0.088265 -0.032459 -0.027465 0.011084 0.011206 0.088656 0.035329 -0.047285 0.083307 0.038132 -0.01415 0.042624 -0.00951 0.043739 -0.039047 -0.065354 -0.011187 -0.021368 0.046898 0.046437 0.072135 0.012094 0.060542 0.054883 -0.067412 0.001343 0.055526 0.017281 -0.102191 0.007303 -0.065938 0.010183 -0.080483 -0.026156 0.02653 0.011945 -0.032759 0.059631 -0.071311 -0.10779 -0.014624 0.00771 -0.019027 -0.025844 -0.043109 0.060551 0.017133 -0.050602 0.003837 -0.011938 -0.021829 -0.064911 -0.005054 0.004275 -0.021843 0.00769 0.014353 -0.042696 0.026652 -0.030417 -0.045087 0.042344 0.084811 -0.030956 0.051725 0.034829 0.027654 -0.014324 0.033695 -0.00224 -0.041461 -0.00602 0.001825 -0.074576 0.055542 -0.00386 0.078071 0.060925 0.071223 -0.007304 -0.059458 -0.008148 -0.039811 -0.031986 -0.027451 -0.01581 -0.046684 0.054908 -0.05536 0.010829 -0.040762 0.016185 0.023159 0.095422 0.013251 -0.001575 0.012219 0.050321 -0.043699 -0.075067 0.043774 0.009393 -0.006628 -0.040595 0.015402 0.034622 0.061232 0.067614 -0.024049 0.006454 0.026833 -0.021579 0.024297 -0.029755 -0.061946 0.032811 0.012922 0.032119 -0.021039 -0.023107 0.009916 -0.05698 0.042055 0.075409 -0.046452 -0.029934 -0.029913 0.071406 -0.019218 -0.058434 2.7e-05 -0.005789 -0.055334 -0.038448 0.05567 -0.023506 0.034335 -0.041459 -0.031521 -0.041849 0.02787 0.017972 -0.106926 -0.023304 0.017394 0.055995 -0.075793 -0.072784 -0.007707 0.089718 -0.027958 0.021357 0.018775 0.023522 -0.067836 -0.07516 0.044112 0.053929 0.040773 -0.028659 0.019145 -0.013169 -0.040635 0.088698 -0.056576 -0.011938 -0.004959 0.046478 0.045906 0.121702 0.045408 -0.034707 0.00383 0.043644 0.01714 -0.001905 0.002898 -0.016314 -0.060172 -0.006411 0.014399 0.005032 -0.042535 -0.007878 0.004878 -0.014157 -0.019614 -0.063027 -0.052689 -0.008539 -0.055355 -0.040064 0.049733 0.045839 -0.017324 0.043326 -0.039268 0.043211 0.014512 -0.045558 0.09633 -0.004056 0.081316 0.085049 0.028285 0.058664 0.019963 -0.063867 -0.017158 -0.032496 -0.030823 0.036163 -0.012876 -0.023394 0.017533 -0.015079 0.041092 -0.053092 -0.076017 -0.041297 -0.052316 -0.026916 0.020456 -0.014645 0.048699 -0.020677 0.018185 0.002444 0.034709 0.016616 0.010662 0.052356 0.100487 -0.105139 -0.015656 -0.015871 0.045453 0.020708 -0.066385 -0.027849 0.056076 -0.026722 -0.033542 -0.015354 -0.004391 -0.058098 0.037072 -0.126122 -0.010296 0.00434 0.012164 0.047953 0.038036 0.0181\nώ 0.025238 0.001903 -0.039432 0.018313 0.006701 0.032326 0.005379 -0.002584 -0.014675 -0.028747 0.032434 0.012536 -0.010029 -0.020183 0.025139 -0.005165 0.013232 -0.015882 -0.010012 -0.028305 -0.012222 0.002279 0.00602 0.010532 0.000443 0.017062 -0.004361 -0.009718 -0.009121 -0.017875 0.021918 -0.032849 -0.015022 -0.034322 0.00901 0.014911 -0.031393 0.037812 0.0078 0.017619 -0.029386 0.014775 0.004646 0.005806 -0.019173 -0.022651 0.027378 -0.002436 -8.9e-05 0.00812 0.00436 0.043486 0.024636 -0.023378 0.038452 0.005934 0.001818 0.019321 -0.016725 0.022959 -0.030055 -0.023539 -0.005385 -0.016436 0.014189 0.022341 0.036462 -0.015713 0.026319 0.015989 -0.041644 -0.002723 0.018187 0.007926 -0.040439 -5.1e-05 -0.031717 0.014975 -0.021392 -0.012589 0.006637 0.000549 -0.003668 0.013478 -0.012907 -0.045182 0.002274 -0.008097 -0.015453 0.002669 -0.005297 0.020814 3e-06 -0.000257 0.010474 -0.007847 -0.001795 -0.026441 -0.005429 -0.010041 -0.017402 0.002699 -0.002226 -0.026672 0.01555 -0.008182 -0.010499 0.013272 0.027987 -0.009638 0.041757 0.014109 0.016771 -0.009909 0.005735 9.5e-05 -0.00651 0.005824 -0.011826 -0.03926 0.02396 -0.001506 0.030311 0.018629 0.029141 0.004796 -0.008624 -0.003613 -0.002073 -0.012919 -0.007958 -0.000514 -0.012647 0.02581 -0.019748 0.009893 -0.029032 0.002444 0.00444 0.045485 -0.009147 -0.006837 0.006274 0.023919 -0.025305 -0.045462 0.035566 0.006674 0.001934 -0.037019 0.000194 0.001943 0.031065 0.023555 0.000737 0.003016 -0.002615 -0.018427 0.008835 -0.024878 -0.012241 0.012979 0.024643 0.01428 -0.007473 -0.015704 0.020538 -0.0202 0.017598 0.014585 -0.029115 -0.018543 -0.010257 0.037788 -0.012734 -0.019711 -0.006398 -0.010566 -0.037125 -0.007155 0.027996 -0.01458 0.007584 -0.009297 -0.004522 -0.007546 -0.001049 0.01566 -0.049137 0.002681 0.018037 0.026209 -0.030455 -0.031205 0.003839 0.03064 -0.018637 0.013586 0.005068 0.002233 -0.024097 -0.025506 0.01282 0.018761 0.010423 0.010691 0.010334 -0.019461 -0.004476 0.031935 -0.013706 -0.00312 -0.012007 0.011734 -0.003477 0.057649 0.007786 -0.013923 0.00196 -0.001146 -0.005458 0.006443 -0.007413 0.001918 -0.018878 -0.004323 -0.000383 0.009271 -0.005118 -0.029544 -0.00654 0.003504 -0.002618 -0.01957 -0.025175 -7.8e-05 -0.01422 -0.025209 0.020549 0.024636 0.003008 0.019465 -0.022147 0.006733 0.005657 -0.002754 0.028906 0.000677 0.033794 0.046456 0.022993 0.009375 -0.002406 -0.031061 -0.029605 -0.02237 -0.005611 0.011849 -0.027428 -0.005606 0.009697 -0.006444 0.024104 -0.021663 -0.028874 -0.011466 -0.024536 -0.011052 0.009052 0.000378 0.016671 -0.002211 0.01418 -0.005415 0.006565 -0.003587 0.001165 0.018503 0.036347 -0.040196 -0.006402 -0.016005 0.009871 0.011034 -0.021401 -0.004954 0.017324 -0.004612 -0.017404 -0.014213 0.002346 -0.034062 0.005157 -0.052876 -0.011422 0.002377 0.005853 0.005406 0.015847 -0.003231\nད 0.03294 0.003667 -0.052093 0.029681 0.014975 0.041022 0.010584 -0.009169 -0.016705 -0.025749 0.036139 0.015366 -0.007848 -0.022044 0.023446 -0.002723 0.002153 -0.017664 -0.012224 -0.040953 -0.003744 0.003894 0.003763 0.012077 0.007632 0.027003 -0.013421 -0.013317 -0.014662 -0.020251 0.020173 -0.03702 -0.027056 -0.056676 0.013265 0.02004 -0.047225 0.041627 0.013425 0.018149 -0.025646 0.000375 -0.007455 0.005739 -0.026777 -0.019245 0.031088 0.004755 -0.002089 0.022151 0.008043 0.052407 0.02143 -0.030518 0.03623 0.016583 -0.003391 0.008612 -0.008343 0.029562 -0.037665 -0.023557 -0.015459 -0.019416 0.013919 0.025652 0.039406 -0.019985 0.032917 0.021297 -0.058713 -0.007497 0.021664 0.024001 -0.042598 0.004154 -0.039307 0.020336 -0.030667 -0.019408 0.014094 -0.001455 0.001542 0.020943 -0.02157 -0.056969 -0.001507 0.011549 -0.019837 -0.002771 -0.00661 0.022462 0.003883 -0.016095 0.010714 0.000208 -0.002911 -0.036314 -0.007549 -0.011325 -0.020745 0.004678 -0.001253 -0.034571 0.018603 -0.00619 -0.016911 0.009594 0.041609 -0.009885 0.046406 0.015881 0.027053 -0.022032 0.013711 -0.001913 -0.011019 -0.000909 -0.01535 -0.040414 0.025687 -0.004947 0.043286 0.02417 0.035678 0.010852 -0.011259 -0.010202 -0.011878 -0.02009 -0.013672 -0.010477 -0.014422 0.028467 -0.027594 0.021526 -0.023702 0.009136 0.010186 0.052159 -0.009171 -0.015897 0.007966 0.037685 -0.038332 -0.045354 0.042366 -0.001846 0.003787 -0.033193 -0.001344 0.017814 0.032511 0.022698 -0.013081 0.004193 -0.003433 -0.021504 0.024988 -0.018843 -0.014677 0.016608 0.021211 0.022291 -0.013879 -0.02388 0.023183 -0.025181 0.019465 0.020803 -0.028578 -0.025404 -0.000919 0.034048 -0.01759 -0.038452 -0.015779 -0.00679 -0.038993 -0.012826 0.035793 -0.008275 0.006442 -0.00738 -0.00685 -0.018152 0.002802 0.022393 -0.070004 0.002632 0.005907 0.036889 -0.028343 -0.042242 0.006761 0.039524 -0.027777 0.012815 0.007498 -0.004823 -0.038995 -0.02976 0.016258 0.034545 0.023299 0.016319 0.007563 -0.005254 -0.008674 0.042239 -0.026079 -0.010405 -0.006703 0.026812 -0.003187 0.068861 0.0032 -0.018614 0.00298 0.005633 -0.015016 0.014722 -0.002816 0.002691 -0.030989 -0.005944 0.000258 0.017187 -0.010884 -0.0262 -0.011669 -0.005813 -0.007497 -0.032605 -0.033172 -0.003677 -0.017328 -0.028542 0.026462 0.026491 0.006584 0.034464 -0.01371 0.018854 0.010096 -0.010197 0.042514 0.005484 0.041163 0.04594 0.021225 0.004351 -0.000205 -0.040711 -0.029368 -0.019733 -0.002228 0.025894 -0.025487 -0.002081 0.004013 -0.012582 0.029414 -0.02999 -0.029121 -0.018944 -0.032479 -0.019651 0.00328 -7.2e-05 0.014691 0.001593 0.002984 0.001221 0.006639 0.003753 -0.00212 0.018846 0.043538 -0.051068 -0.002395 -0.021742 0.014831 0.019035 -0.031115 -0.006404 0.013302 -0.013363 -0.025866 -0.025691 0.007687 -0.040666 0.017683 -0.072115 -0.022006 0.002398 0.018407 0.021787 0.030368 0.005155\nි 0.028477 0.006821 -0.063706 0.026058 0.015499 0.043241 0.00012 0.001111 -0.020628 -0.025297 0.04486 0.02499 -0.014304 -0.038147 0.043357 -0.017306 0.009796 -0.029913 -0.006064 -0.051905 -0.027006 -0.005715 0.017037 0.013492 0.006628 0.019981 0.000716 -0.018365 -0.016462 -0.03042 0.022781 -0.037225 -0.026392 -0.048875 0.023302 0.01565 -0.047143 0.045482 0.003072 0.0365 -0.039963 0.014466 0.005423 -0.005732 -0.03757 -0.023684 0.049988 -0.000926 0.000685 0.023684 0.007482 0.063822 0.039009 -0.034156 0.043692 -7e-05 -0.009392 0.027511 -0.020501 0.025253 -0.03712 -0.038213 -0.008501 -0.020122 0.012612 0.018051 0.052165 -0.005175 0.038491 0.015584 -0.054203 -0.001521 0.022035 0.02247 -0.053525 0.007013 -0.032272 0.025818 -0.040718 -0.012302 0.006698 -0.001633 -0.004319 0.01857 -0.026285 -0.063118 -2e-05 -0.010518 -0.029603 -0.017891 -0.007298 0.025603 0.006538 -0.024595 0.014204 -0.009968 -0.012569 -0.034524 -0.007531 -0.005582 -0.022402 -0.004133 0.003778 -0.034396 0.014914 0.001598 -0.013773 0.013497 0.042027 -0.005877 0.034392 0.026472 0.023976 -0.016169 0.010074 0.013176 -0.015363 0.006019 -0.025731 -0.054125 0.025595 -0.012855 0.036133 0.023906 0.034964 0.019576 -0.018221 -0.019486 -0.018762 -0.019223 -0.024005 0.008031 -0.018679 0.039004 -0.020878 0.023258 -0.025377 0.005249 0.000895 0.052423 0.000602 -0.012625 0.021443 0.036223 -0.042943 -0.060565 0.068906 0.02491 0.001946 -0.051565 0.015342 0.021336 0.034932 0.026307 -0.013425 0.003489 0.008051 -0.024886 0.025769 -0.026916 -0.028793 0.007497 0.025982 0.003792 -0.021294 -0.017853 0.029824 -0.023252 0.027548 0.028688 -0.021474 -0.0254 -0.006181 0.038856 -0.018333 -0.033767 -0.013517 -0.014691 -0.040685 -0.031395 0.03923 -0.006222 0.004823 -0.011177 -0.006352 -0.017177 -0.000599 0.019577 -0.058004 0.000667 0.009954 0.02065 -0.044089 -0.043579 0.008436 0.055021 -0.022189 0.010731 -0.000718 0.003333 -0.040437 -0.030515 0.010944 0.037718 0.025376 0.019886 0.018255 -0.008339 -0.009754 0.04553 -0.029844 -0.005435 -0.0185 0.01116 -0.003841 0.081229 0.009675 -0.028049 0.012996 0.005223 -0.002407 0.000267 0.002665 0.0099 -0.02705 -0.002201 0.002839 0.02967 -0.008003 -0.014374 -7.5e-05 -0.000386 -0.006773 -0.030889 -0.0483 -0.004993 -0.017913 -0.041247 0.03407 0.015342 0.00817 0.032849 -0.030627 0.016027 0.005771 -0.019033 0.035143 -0.010796 0.045854 0.059025 0.040463 0.006999 0.004029 -0.053245 -0.035761 -0.021853 -0.007988 0.015284 -0.032982 -0.008161 -0.00509 -0.010027 0.042793 -0.02983 -0.027652 -0.020802 -0.038451 -0.009557 0.010314 0.002326 0.02707 -0.003949 0.013495 0.002751 0.019048 0.009798 -0.003598 0.02488 0.05204 -0.055227 -0.006495 -0.030478 0.010841 0.010535 -0.017854 -0.00048 0.028136 -0.005449 -0.027749 -0.011984 0.016211 -0.058327 0.009912 -0.078972 0.005707 0.015539 0.01663 0.02458 0.022149 0.014541\nዘ -0.000539 -0.006941 -0.016291 -0.011077 -0.00185 0.000766 -0.004942 0.001251 -0.002307 -0.000262 0.029325 -0.002285 -0.008119 -0.017584 0.020935 0.0007 0.004394 0.022469 -0.027785 -0.038421 -0.018319 -0.00159 0.000866 -0.016452 -0.001782 -0.009857 -0.017239 -0.014757 -0.031101 -0.005752 0.009726 -0.015588 0.001667 0.004304 0.001775 0.001017 0.003311 0.012476 -0.003231 0.018114 -0.007243 0.000694 0.010599 0.014417 -0.014228 0.004446 0.009943 0.004647 -0.00446 -0.000654 -0.008425 0.015273 -0.019486 -0.014814 -0.002023 0.007511 -0.02698 0.003509 0.021226 0.004219 -0.027117 0.015582 -0.00679 0.012485 0.004739 0.01367 0.004243 0.010526 0.037271 0.020281 -0.012618 0.015695 0.022655 0.016302 -0.013644 -0.008913 -0.007931 0.003986 -0.027859 -0.005215 -0.010182 -0.017496 3.3e-05 -0.012294 -0.010734 -0.007605 -0.012988 -0.004382 -0.00507 -0.014778 -0.019697 0.01106 0.02104 -0.017909 0.012749 -0.02939 -0.015162 -0.007261 -0.00593 0.017031 -0.011617 -0.005868 0.013706 -0.02676 0.012974 0.000972 -0.009587 -0.002039 0.022125 0.007328 0.001576 0.027654 -0.001954 0.004912 0.005263 -0.002412 -0.00696 0.00476 -0.008835 -0.002711 0.004966 0.010534 0.000344 0.033118 0.004197 0.012722 -0.011206 -0.023626 -0.015858 -0.03007 0.00425 -0.004119 -0.017689 0.012144 0.008706 -0.01784 0.018627 -0.003887 0.009539 0.007345 0.010743 0.007098 -0.00085 0.015592 -0.0196 -0.020711 0.026699 -0.000565 0.013918 -0.019026 0.007402 0.003033 0.011686 0.011848 -0.009538 -0.010466 -0.004948 -0.00335 0.01655 0.017485 -0.023854 -0.001326 0.017632 0.005527 -0.00827 0.00235 -0.002845 -0.007521 0.000977 0.021342 -0.003007 -0.017015 0.001017 0.011582 -0.006907 -0.011619 0.005468 -0.014064 0.008476 0.008152 0.014812 0.005414 -0.00369 0.001252 -0.000798 -0.037837 0.012578 0.006934 0.005093 -0.0195 0.006462 -0.01045 -0.016582 -0.017843 8e-06 -0.002314 0.000158 0.017394 -0.022599 -0.024443 -0.017939 -0.015063 0.010296 0.025508 -0.003185 0.001868 0.000132 0.015263 -0.004119 0.01048 -0.015965 0.018229 -0.011175 -0.003536 0.00802 0.016339 0.01059 -0.01342 -0.002618 0.003 -0.004515 -0.007563 0.000656 0.026782 0.013047 -0.004495 0.001708 -0.008164 0.019934 -0.018782 -0.01072 0.003431 -0.015942 -0.014892 -0.030675 -0.010919 -0.013388 -0.008529 0.010294 -0.015567 -0.008521 -0.004146 -0.002713 4.2e-05 0.01768 0.004242 0.013877 0.010334 -0.000526 0.002778 0.014203 0.007408 0.001759 0.015894 0.017787 0.005169 -0.01397 -0.003033 -0.016684 -0.00158 0.009847 -0.026036 0.008294 -0.02002 -0.003282 -0.016462 -0.016075 -0.01493 0.018252 -0.001587 0.018079 -0.005415 0.007884 -0.004543 0.017534 -0.001167 0.003114 0.013473 0.023601 -0.017627 0.015608 -0.020864 0.006977 -0.01711 0.028017 0.008272 -0.011638 -0.010778 -0.002802 0.001927 0.01139 -0.010143 0.022116 -0.026013 -0.004845 0.029635 -0.011757 0.020374 -0.008616 -0.004459\nṛ 0.028057 -0.00048 -0.045061 0.031612 0.008753 0.030293 0.009762 -0.003032 -0.016856 -0.026314 0.035592 0.017046 -0.008959 -0.020012 0.028082 -0.000985 0.008271 -0.019178 -0.00622 -0.032634 -0.010107 0.010148 -0.000419 0.01443 0.013904 0.019266 -0.014548 -0.005531 -0.011805 -0.014157 0.020551 -0.028178 -0.02455 -0.039267 0.01534 0.006465 -0.039428 0.032148 0.000907 0.019996 -0.02619 0.00693 -0.005344 0.003337 -0.024457 -0.024348 0.028485 0.00203 0.011159 0.020654 0.016023 0.046841 0.033064 -0.027953 0.039849 0.007017 0.002948 0.026083 -0.007854 0.02808 -0.02346 -0.03021 -0.015551 -0.018724 0.01213 0.024745 0.036557 -0.0233 0.028635 0.018092 -0.045631 -0.00607 0.034278 0.016955 -0.041974 0.012021 -0.030035 0.034988 -0.017827 -0.013984 0.006537 0.005997 -0.005921 0.024678 -0.01928 -0.044548 0.005646 -0.006387 -0.011704 -0.007838 -0.005118 0.021826 0.000259 -0.003042 0.004213 -0.007433 -0.000454 -0.038724 -0.001349 -0.001362 -0.018998 -0.001585 -0.009378 -0.026861 0.014817 -0.003467 -0.01501 0.00961 0.030988 -0.007226 0.039222 0.022355 0.026151 -0.018932 0.011353 0.007195 -0.005868 0.00361 -0.00941 -0.036491 0.017778 -0.009229 0.042991 0.016913 0.025161 0.012188 -0.006855 -0.021619 -0.006526 -0.017319 -0.016592 -0.003293 -0.01524 0.022268 -0.015103 0.017658 -0.023599 0.005202 -0.001588 0.044385 -0.014515 -0.008774 0.01604 0.029224 -0.035341 -0.047664 0.03943 -0.001067 -0.002567 -0.041115 -0.002089 0.010194 0.036867 0.023143 -0.004322 0.001244 0.001717 -0.025162 0.020742 -0.015868 -0.003833 0.018354 0.018941 0.016385 -0.017062 -0.015719 0.014653 -0.018695 0.01632 0.021246 -0.034574 -0.025507 -0.003207 0.0276 -0.015829 -0.021386 -0.008637 -0.00354 -0.028039 -0.015138 0.031786 -0.015676 -0.004854 -0.003402 -0.00731 -0.011426 0.003378 0.019663 -0.067855 -0.005762 0.009728 0.039556 -0.0338 -0.04501 0.000252 0.029825 -0.014098 0.010678 0.008842 0.003991 -0.039997 -0.027928 0.015604 0.026982 0.016762 0.018406 0.009409 -0.009587 -0.00709 0.038374 -0.014985 -0.00782 -0.001708 0.017333 0.003086 0.060935 0.003069 -0.02113 0.005606 0.001281 -0.01559 0.011292 -0.009484 0.004381 -0.019263 -0.006924 -0.000863 0.012484 -0.005616 -0.025149 -0.010995 -0.003505 -0.005262 -0.017462 -0.033089 0.002827 -0.01796 -0.034778 0.025155 0.036764 0.011773 0.028345 -0.011269 0.009581 0.015478 -0.004509 0.046221 -0.000437 0.027623 0.04134 0.017368 0.0041 -0.002769 -0.031572 -0.033047 -0.014912 -0.007267 0.019045 -0.021053 -0.017936 0.006981 -0.005405 0.022649 -0.016229 -0.023866 -0.013868 -0.028539 -0.024822 0.005494 -0.007288 0.017262 -0.004166 0.009935 0.004479 0.000159 0.004521 0.00229 0.022517 0.032775 -0.0416 -0.003109 -0.020595 0.002266 0.014118 -0.023735 0.005932 0.003733 -0.003916 -0.022376 -0.020345 0.003225 -0.031769 0.014189 -0.065033 -0.010508 0.003384 0.004841 0.018671 0.025712 0.002237\nɣ 0.00262 0.006512 -0.019593 0.014554 0.013933 0.029377 0.017287 -0.005186 -0.015232 -0.029282 0.047937 0.023092 -0.013934 -0.013345 0.049738 -0.012766 -6.9e-05 -0.02072 0.005337 -0.035675 -0.011462 -0.015613 -0.037114 0.008867 0.00274 0.005087 -0.015555 -0.008608 -0.000977 -0.033232 0.033749 -0.024721 -0.021368 -0.022587 -0.005513 0.010763 -0.020177 0.038484 0.011153 0.002349 -0.041661 0.02933 0.003551 0.020811 -0.007043 -0.018411 0.027596 0.00888 -0.001562 0.002254 0.007767 0.060196 0.021477 -0.040336 0.043958 0.013896 0.005698 0.029384 -0.014714 0.022603 -0.045012 -0.028804 -0.022531 0.00555 0.006737 0.029658 0.054956 -0.034151 0.018168 0.034875 -0.035272 -0.015107 0.006543 0.027083 -0.02604 -0.003142 -0.008944 0.00705 -0.014664 -0.00063 0.017452 -0.005859 -0.018421 0.02316 -0.014056 -0.062883 0.014637 0.000503 0.000615 0.019401 -0.000787 0.015143 0.007265 -0.004602 -0.002372 -0.029257 0.013999 -0.035644 -0.022937 -0.016805 -0.035719 -0.013638 -0.011657 -0.034248 0.017643 -0.003899 -0.018077 0.007817 0.007788 -0.003334 0.060293 0.002298 0.019791 0.012958 0.010281 -0.006621 -0.022614 -0.010102 -0.032454 -0.024706 0.030366 -0.008028 0.030254 0.015824 0.013115 -0.01695 0.015923 0.01224 -0.012954 -0.010401 0.006927 0.014759 -0.005833 0.03745 -0.00997 0.011319 -0.024488 0.028232 2e-06 0.041436 -0.002267 0.003591 0.0171 0.018529 -0.024639 -0.055102 0.038952 -0.011432 0.015601 -0.047425 0.032689 0.011267 0.041884 0.031431 0.009426 0.006421 -0.010055 -0.033288 0.024953 -0.011565 -0.029484 0.015977 0.03917 -0.00831 -0.010115 -0.01844 0.025872 -0.018145 0.010924 0.05309 -0.023974 -0.029658 -0.00312 0.018187 0.010872 -0.024108 -0.003958 -0.015186 -0.038952 0.003227 0.04642 -0.008725 0.009018 0.008815 -0.032596 -0.029043 -0.009841 0.019942 -0.023502 0.006731 0.012969 0.028864 -0.032421 -0.042721 -0.001811 0.038344 -0.035016 0.012218 -1.3e-05 -0.012389 -0.031909 -0.020009 0.024575 0.037056 0.015459 -0.000471 0.001515 -0.035363 -0.012272 0.02767 -0.017642 0.006791 -0.00557 0.030537 0.010543 0.024152 -0.000319 -0.010139 0.012395 0.001257 -0.019563 -0.019378 0.012175 0.01797 -0.028894 0.009764 -0.00439 0.008342 0.018814 -0.009359 -0.015543 0.001069 -0.009001 -0.037955 -0.020842 0.005445 -0.020727 -0.006133 0.016099 0.012486 0.010829 0.027336 -0.014473 0.024407 -0.010896 -0.023525 0.023278 0.022534 0.037867 0.037561 0.004249 0.018374 -0.026513 -0.032934 -0.029448 -0.011436 -0.011226 0.001063 -0.026197 -0.004846 0.003304 -0.013034 0.009184 -0.016844 -0.005255 -0.010189 -0.035306 0.002991 -0.004742 -0.001525 0.003027 -0.007029 0.01934 0.004678 0.021357 -0.00153 0.020716 0.018692 0.026278 -0.041598 0.006421 -0.007885 0.015118 0.025471 0.011365 -0.009101 0.015393 -0.011998 -0.022206 -0.013534 0.008563 -0.035019 0.011382 -0.052578 -0.024969 0.008715 0.009617 -0.002013 0.003764 -0.030032\nע 0.034531 0.008316 -0.054538 0.02656 0.012798 0.038508 0.008914 -0.004054 -0.020599 -0.03254 0.038071 0.014708 -0.0074 -0.029234 0.030993 -0.005464 0.008051 -0.02798 -0.01493 -0.047192 -0.01813 0.005578 0.005916 0.01676 0.005194 0.021736 -0.005395 -0.011168 -0.015722 -0.029733 0.023478 -0.034623 -0.023018 -0.048144 0.007711 0.014334 -0.043723 0.044015 0.009614 0.024561 -0.031203 0.01134 0.001384 0.002117 -0.027775 -0.027318 0.039491 -0.002956 -0.001322 0.016041 0.00699 0.057579 0.037929 -0.033659 0.043267 0.007854 -0.004419 0.029765 -0.015155 0.029982 -0.029773 -0.029604 -0.011738 -0.016825 0.016382 0.023645 0.042738 -0.013161 0.038245 0.020507 -0.047807 -0.006892 0.025833 0.016347 -0.053259 0.002771 -0.031109 0.027007 -0.029592 -0.01829 0.014027 -0.002659 -0.000912 0.017369 -0.024228 -0.056918 0.001966 -0.003707 -0.018257 -0.004532 -0.008988 0.026506 0.004801 -0.014942 0.012083 -0.007129 0.003327 -0.039907 -0.00333 -0.006208 -0.018705 -0.00333 0.000425 -0.032885 0.014664 -0.009017 -0.013494 0.009919 0.037967 -0.005308 0.044727 0.019975 0.022837 -0.018786 0.008373 0.004089 -0.013359 0.003621 -0.013511 -0.046594 0.024373 -0.00346 0.045308 0.020758 0.034535 0.013031 -0.014281 -0.018442 -0.016119 -0.020612 -0.015087 -0.00207 -0.017044 0.031107 -0.022491 0.018599 -0.029254 0.003828 0.004976 0.049196 -0.003025 -0.010404 0.012778 0.033954 -0.034617 -0.049421 0.046969 0.005686 -0.001458 -0.042699 0.007184 0.010611 0.035208 0.031346 -0.006511 0.006069 0.000193 -0.024421 0.015661 -0.022937 -0.020236 0.016002 0.025236 0.012963 -0.011202 -0.013417 0.020705 -0.024802 0.022279 0.025085 -0.031912 -0.023583 -0.011412 0.038672 -0.019618 -0.03096 -0.012977 -0.008662 -0.038796 -0.019575 0.038324 -0.008731 0.007402 -0.009558 -0.006722 -0.017705 0.003019 0.020673 -0.064022 0.00291 0.014566 0.029853 -0.038015 -0.041219 0.00198 0.044225 -0.023415 0.013194 0.002145 0.001716 -0.036262 -0.036854 0.018164 0.024761 0.023216 0.017937 0.012584 -0.009937 -0.010789 0.042982 -0.025917 -0.001668 -0.012573 0.017287 -0.000115 0.072634 0.005187 -0.019765 0.006779 -0.000146 -0.007114 0.010737 -0.009888 0.008797 -0.028581 -0.001164 -0.000804 0.016976 -0.012184 -0.023906 -0.004575 -0.000373 -0.005563 -0.028239 -0.035298 -0.004171 -0.018705 -0.034007 0.031375 0.026131 0.009954 0.028534 -0.02346 0.008134 0.008736 -0.011653 0.042086 -0.006527 0.042419 0.057704 0.028587 0.008082 0.00416 -0.047302 -0.03526 -0.022789 -0.000999 0.023022 -0.026742 -0.015649 0.006091 -0.013292 0.032089 -0.027912 -0.033875 -0.019554 -0.037638 -0.015064 0.007166 0.001218 0.019925 -0.003101 0.010951 -0.001844 0.012714 0.001817 -0.001344 0.020841 0.04694 -0.051615 -0.00804 -0.019567 0.018586 0.013329 -0.023815 -0.001186 0.020529 -0.010926 -0.020513 -0.020109 0.011508 -0.045171 0.010088 -0.070281 -0.007904 0.005274 0.017135 0.016325 0.026724 0.00242\nť 0.032753 0.002976 -0.043586 0.020255 0.00372 0.050177 0.005356 -0.003422 -0.016897 -0.026623 0.047361 0.016201 -0.001017 -0.044959 0.015839 0.002667 -0.005283 -0.032712 -0.009307 -0.045492 -0.0158 -0.015884 -0.000647 0.005793 -0.000751 0.043719 0.008031 -0.003175 -0.017875 -0.022002 0.026189 -0.020891 -0.00207 -0.037749 0.013311 0.022589 -0.031488 0.033171 0.016773 0.012567 -0.025311 0.003311 0.003252 -0.000452 -0.025971 -0.012077 0.031346 -0.00076 -0.002058 0.018316 -0.006276 0.045111 0.035757 -0.039198 0.02009 0.000776 0.013613 0.009957 -0.00933 0.024733 -0.013805 -0.035537 -0.013308 -0.014847 0.017455 0.003868 0.026206 -0.01887 0.033435 0.014627 -0.047621 -0.010466 0.015513 0.013951 -0.051308 -0.001484 -0.029571 0.030121 -0.023383 -0.012409 0.019813 -0.012758 0.005071 0.022455 -0.027637 -0.055211 -0.00425 -0.007721 -0.03161 -0.002535 -0.010074 0.026595 0.004787 -0.016806 0.003754 -0.006036 0.004631 -0.033768 0.000142 0.003522 0.000783 -0.008574 0.002596 -0.002329 0.003719 -0.01179 -0.001996 -0.001133 0.016074 0.001989 0.035671 0.011701 0.01166 -0.000402 0.017346 0.001901 -0.006042 -0.008418 -0.014407 -0.023938 0.028125 0.006252 0.042263 0.020492 0.037704 0.015621 0.000649 -0.018868 -0.003815 -0.009203 -0.021635 0.006256 -0.006228 0.019822 -0.023052 0.017468 0.00139 -0.005023 -0.015065 0.044056 -0.005398 -0.00946 0.005843 0.027503 -0.025551 -0.042132 0.044832 0.003037 0.002558 -0.039999 0.01261 0.017082 0.018897 0.024259 0.008255 0.003601 -0.017989 -0.031474 0.023315 -0.015116 -0.01484 0.021748 0.009594 0.010861 -0.008241 0.005206 0.024848 -0.024909 0.022955 0.022019 -0.032788 -0.025664 -0.007978 0.024498 -0.011861 -0.0334 -0.016161 -0.009254 -0.017711 -0.01953 0.021476 -0.000621 -0.006544 -0.00201 -0.002997 -0.025557 0.020471 0.028468 -0.055265 0.011332 0.014128 0.01036 -0.031866 -0.027427 -0.006853 0.035263 -0.009961 0.024459 0.006352 -0.000784 -0.038174 -0.026062 0.017572 0.018705 0.015462 0.022456 0.013799 -0.004749 -0.002727 0.02941 -0.027392 -0.008233 0.003477 0.038436 -0.011221 0.059686 0.002958 -0.035121 0.003057 0.004342 -0.008621 0.008249 -0.016525 -0.000442 -0.023436 0.002505 0.00336 0.026335 -0.012671 -0.004433 0.003213 0.011658 -0.004393 -0.028115 -0.031144 -0.007597 -0.012823 -0.036874 0.015574 0.020669 0.01623 0.02398 -0.017391 0.003428 0.0101 -0.009671 0.039992 -0.002529 0.028406 0.041607 0.012984 0.010762 0.004024 -0.027808 -0.022132 -0.020097 -0.006267 0.0174 -0.026823 -0.025192 0.0107 -0.009729 0.026459 -0.006317 -0.021455 -0.00112 -0.00984 -0.018967 0.008987 -0.002617 0.014615 0.001255 0.009128 -0.001417 0.031291 0.005003 0.010433 0.01929 0.033827 -0.042388 -0.004512 -0.017783 0.011065 0.008232 -0.03096 -0.008706 0.005715 -0.00189 -0.029195 -0.021784 0.016889 -0.033685 0.012716 -0.042061 -0.023414 0.002399 0.010792 0.019389 0.023465 0.010319\nä 0.031835 0.004501 -0.046222 0.02894 0.014236 0.033705 0.010523 0.008922 -0.023426 -0.026972 0.044301 0.013019 -0.003041 -0.034188 0.031059 -0.006426 -0.00158 -0.031526 -0.011213 -0.040369 -0.017563 -0.003865 -0.003399 0.023252 0.004904 0.025282 -0.010175 -0.005571 -0.017906 -0.027477 0.023086 -0.035256 -0.015638 -0.035649 0.008202 0.016644 -0.045069 0.039189 0.007884 0.016787 -0.025123 0.009954 0.002351 0.002115 -0.027977 -0.022454 0.038177 1.7e-05 0.004107 0.023625 0.00573 0.06218 0.031828 -0.0386 0.041033 0.006642 -0.006043 0.028763 -0.020282 0.029678 -0.027088 -0.027806 -0.008691 -0.016875 0.013156 0.018357 0.033352 -0.018995 0.034825 0.01838 -0.036646 -0.008019 0.025278 0.01092 -0.05944 -0.001677 -0.033332 0.02808 -0.019104 -0.012344 0.015097 -0.007385 0.001917 0.027173 -0.023578 -0.050241 -0.002991 0.001734 -0.028018 0.003905 -0.005571 0.036337 0.004545 -0.010783 0.011356 -0.010972 0.002297 -0.04222 -0.002637 0.000807 -0.00878 -0.010106 -0.001971 -0.018386 0.018496 -0.003152 -0.015568 0.007979 0.032927 -0.002869 0.045365 0.019663 0.021942 -0.014028 0.011499 0.004495 -0.011696 -0.001705 -0.009876 -0.04135 0.017599 0.001265 0.041473 0.020714 0.033761 0.012062 -0.00876 -0.023547 -0.008127 -0.011658 -0.020942 -0.006506 -0.015095 0.024315 -0.0254 0.020317 -0.022078 -0.003019 0.004855 0.047936 -0.005594 -0.014601 0.012959 0.025014 -0.036898 -0.055033 0.044217 0.001194 0.004009 -0.04362 0.005902 0.013298 0.030722 0.032559 -0.001673 0.001393 -0.002706 -0.02669 0.01368 -0.020076 -0.01556 0.021212 0.021636 0.017722 -0.008472 -0.00492 0.026753 -0.024081 0.020102 0.021124 -0.03177 -0.024383 -0.015813 0.039957 -0.016318 -0.034221 -0.007968 0.002272 -0.033317 -0.023451 0.033719 -0.014988 0.001192 -0.003161 -0.009814 -0.022879 0.006795 0.017421 -0.062369 0.002803 0.011314 0.028848 -0.032511 -0.045789 0.003653 0.033056 -0.022756 0.02099 0.005059 0.005093 -0.047752 -0.030218 0.01635 0.024166 0.016439 0.018009 0.012722 -0.008476 -0.003148 0.032565 -0.029286 0.003223 -0.009407 0.022645 -0.005473 0.070536 -0.002672 -0.032712 0.003322 0.005673 -0.000452 0.010214 -0.017937 0.001824 -0.024416 0.002045 -0.002425 0.021051 -0.010881 -0.022114 0.000256 0.002545 -0.008622 -0.029601 -0.034683 -0.00272 -0.009057 -0.037362 0.030694 0.030239 0.009733 0.019492 -0.014223 0.014389 0.004921 -0.002563 0.049646 -0.006383 0.037629 0.050056 0.033095 0.00772 -0.000657 -0.048511 -0.036497 -0.021624 -0.003463 0.011626 -0.025873 -0.02582 0.006185 -0.008327 0.030121 -0.021308 -0.025915 -0.013249 -0.021779 -0.014485 0.008844 -0.000439 0.017836 -0.004684 0.009363 -0.001427 0.019118 0.00129 0.000599 0.019818 0.03302 -0.049492 -0.00367 -0.018962 0.006565 0.008381 -0.02795 -0.008615 0.012523 -0.008617 -0.024567 -0.016377 0.00519 -0.04349 0.008178 -0.059071 -0.016452 0.005774 0.016071 0.011421 0.028858 0.003708\nѷ 0.006283 0.012553 -0.014614 -0.037355 -0.018436 9e-06 -0.037291 -0.004558 -0.050218 -0.046812 0.036856 -0.013253 0.002177 -0.004975 0.036499 0.004982 -0.018029 -0.031314 -0.015799 -0.060234 0.015381 0.01029 0.012931 -0.027285 -0.015235 0.067314 -0.030834 0.04688 0.01483 -0.027409 -0.035378 -0.018482 0.059542 0.032733 -0.003125 -0.007856 0.004087 0.020356 -0.017313 0.011913 0.022117 -0.039387 0.057535 -0.005583 0.016217 0.028932 -0.0021 0.035682 0.018894 -0.005962 -0.006753 -0.037674 -0.00409 0.00023 -0.02051 0.018287 -0.021512 -0.002015 0.037148 -0.015794 0.013912 -0.021923 -0.024576 -0.00466 0.030582 0.006605 -0.017279 0.014798 -0.005373 0.022666 -0.031862 0.033478 0.006613 0.068102 0.019214 -0.021331 -0.003843 0.015214 -0.023972 0.006161 -0.012034 -0.037944 -0.042204 0.034016 0.013382 -0.009291 -0.022847 0.010713 0.042498 -0.005598 0.009651 0.020801 0.023759 0.015972 0.071709 -0.056145 0.013674 -0.02738 -0.019714 0.014418 -0.027542 -0.021894 -0.020283 -0.003236 0.006027 0.00771 -0.081473 0.006544 0.047326 -0.012466 -0.001815 0.019302 0.052063 0.015886 0.074786 -0.001952 0.019839 -0.033142 -0.008688 0.028271 0.022198 0.020246 0.030589 0.075039 0.026933 -0.011729 0.022743 0.012083 0.005781 -0.004763 -0.022421 -0.021321 -0.000724 -0.0105 -0.000173 -0.085852 0.006317 0.040962 0.00122 -0.032783 0.001062 -0.002303 -0.024486 -0.005018 -0.003339 0.043181 0.03075 0.035605 -0.034686 -0.00582 -0.024494 0.009924 0.004692 -0.024481 -0.033031 -0.002171 -0.036322 0.015921 -0.031174 -0.030243 -0.050457 -0.041576 -0.001101 -0.034721 -0.072502 0.070914 -0.004104 0.009917 -0.010369 -0.0038 0.036989 -0.07771 -0.009555 -0.007497 -0.007161 -0.001454 0.046169 0.012054 -0.07074 -0.041412 0.011936 0.071218 -0.01127 -0.015266 -0.000956 -0.018614 0.003866 -0.046125 -0.005383 0.022774 0.051514 -0.039151 0.014346 0.022894 0.02932 -0.033377 0.015962 0.004395 0.004416 0.036912 -0.027724 -0.028254 -0.032217 0.038787 0.041068 -0.025677 0.009792 0.012488 -0.019922 -0.021084 -0.023448 -0.04333 0.050827 -0.002677 -0.012886 0.025227 0.007126 0.00525 0.028506 0.039232 0.002567 -0.020016 -0.020168 -0.013679 -0.003353 -0.006506 0.017847 -0.012775 -0.013643 -0.014673 0.021716 -0.027428 -0.0518 0.005175 -0.015364 -0.010836 -0.000678 -0.002899 -0.012641 0.008727 -0.056381 -0.019062 -0.018358 -0.046188 0.00282 0.035027 0.030058 0.00593 0.065173 -0.00343 -0.023924 0.026814 0.024813 -0.009477 0.035425 0.008766 -0.017444 0.036383 -0.018858 0.023912 -0.00964 -0.025488 -0.018274 -0.020116 0.020176 -0.000534 0.005073 -0.00399 0.028594 0.011349 0.022734 0.000592 0.013742 -0.02568 0.029123 0.01224 0.027527 -0.03813 0.027245 -0.014526 0.016083 -0.007441 0.063486 -0.025518 -0.023847 0.009986 -0.002855 0.013174 -0.027958 0.052033 -0.043947 0.026861 0.009186 -0.006664 -0.002349 0.027153 -0.028853 -0.007772 -0.01825 0.00453\nދ 0.043497 -0.011008 -0.09242 0.024698 0.021423 0.063601 0.022135 -0.0222 -0.022056 -0.058966 0.063301 0.001587 -0.014873 -0.027372 0.062312 -0.019494 0.009411 -0.020423 -0.00332 -0.08136 -0.026241 0.013133 0.030847 0.001781 0.000701 0.014259 -0.003301 -0.013437 -0.028783 -0.046133 0.041277 -0.050161 -0.030627 -0.053367 0.028356 0.028226 -0.066518 0.061858 0.025384 0.039273 -0.061593 0.037569 -0.007701 -0.004426 -0.070809 -0.054131 0.047683 0.004679 0.005644 0.006303 0.009408 0.071019 0.052088 -0.056832 0.056844 0.000504 -0.043057 0.028256 -0.008054 0.039172 -0.063158 -0.030088 -0.014154 -0.019052 0.02492 0.034961 0.088278 -0.023731 0.055214 0.020377 -0.080937 -0.005729 0.030167 0.015782 -0.059645 0.006339 -0.038782 0.018855 -0.071576 -0.028063 0.004568 -0.001471 -0.007432 0.015443 -0.028168 -0.086506 -0.008316 0.001617 -0.05385 0.012795 -0.026799 0.04528 0.001824 -0.028056 0.02957 -0.008045 -0.016447 -0.060475 -0.011488 -0.016499 -0.024169 0.006043 -0.00564 -0.062001 0.029634 -0.006864 -0.01622 0.002232 0.053079 -0.007128 0.06698 0.046287 0.031288 -0.016618 -0.000158 0.01238 -0.012854 0.001832 -0.015239 -0.096285 0.035551 -0.017014 0.049594 0.063728 0.055089 0.01223 0.004318 -0.016447 -0.025465 -0.039877 -0.028603 0.001251 -0.01444 0.030971 -0.013936 0.025706 -0.032738 0.005801 0.011741 0.073974 0.010335 -0.007069 0.013638 0.039146 -0.05604 -0.070057 0.090379 0.029541 -0.010285 -0.0679 0.019797 0.003431 0.057618 0.059288 -0.01636 -0.007715 0.014335 -0.031079 0.016809 -0.043038 -0.029728 0.007974 0.05699 0.024807 -0.037612 -0.021035 0.055627 -0.052721 0.041584 0.029922 -0.025807 -0.051112 -0.032292 0.052472 -0.032406 -0.040668 -0.021248 -0.024128 -0.064802 -0.018571 0.070137 -0.039176 0.023344 -0.020112 -0.012484 -0.025264 0.006103 0.026498 -0.076979 0.011545 0.029528 0.038381 -0.068662 -0.045196 -0.008802 0.077825 -0.051545 0.037395 -0.003452 -0.007627 -0.057233 -0.070554 0.020253 0.045287 0.02359 0.033265 0.026725 0.001425 -0.004157 0.04974 -0.030918 0.006218 -0.036976 0.002954 0.000726 0.092755 0.017765 -0.032759 0.02439 0.015997 -0.017221 0.029079 -0.004112 0.02632 -0.014367 -0.034361 0.010415 0.017645 0.001731 -0.041115 -0.001301 0.002342 -0.010426 -0.030545 -0.071631 -0.000678 -0.02845 -0.066776 0.044408 0.048272 0.022022 0.03712 -0.064219 0.024368 0.006564 -0.007428 0.024018 -0.008963 0.045742 0.077029 0.054571 0.005643 -0.005595 -0.046945 -0.063227 -0.036613 -0.003962 0.02757 -0.041451 -0.020298 0.005965 -0.026793 0.036011 -0.037746 -0.035054 -0.019441 -0.054731 -0.02006 0.013527 0.018525 0.049105 -0.014565 0.023396 -0.012818 0.00961 0.004348 0.001689 0.040335 0.083942 -0.086026 0.01234 -0.049938 0.025003 0.019595 -0.011761 -0.018135 0.023953 -0.021503 -0.021755 -0.037042 0.026343 -0.062811 0.015842 -0.110182 -0.023329 0.029693 0.007702 0.00691 0.02401 0.000981\nऔ 0.027686 0.012268 -0.064663 0.03534 0.020889 0.043444 0.006549 -0.010394 -0.01375 -0.03107 0.061545 0.023506 -0.001123 -0.028256 0.049133 -0.020322 0.011308 -0.02001 -0.0186 -0.050284 -0.005468 -0.000618 0.005272 0.026106 0.027449 0.023712 -0.008694 -0.040717 -0.019571 -0.049943 0.036149 -0.033652 -0.031416 -0.062043 0.010882 0.032916 -0.056789 0.057471 0.008511 0.015967 -0.039493 0.019944 -0.007162 -0.015468 -0.039953 -0.030469 0.063593 0.0073 -0.00265 0.015634 0.004746 0.069295 0.05295 -0.037686 0.036977 0.018991 -0.004809 0.03956 -0.025249 0.038942 -0.037799 -0.036074 -0.026706 -0.02737 0.012667 0.015132 0.032499 -0.012652 0.040544 0.028733 -0.058306 -0.016424 0.035179 0.02677 -0.065959 0.008041 -0.047969 0.02198 -0.051034 -0.018603 0.010738 -0.014677 -0.002306 0.027937 -0.013048 -0.056994 0.006084 -0.018768 -0.031206 -0.010065 -0.004949 0.01921 0.004403 -0.018524 0.036107 -0.006907 -0.00979 -0.042098 -0.010384 -0.001327 -0.027705 -0.009933 -0.012469 -0.032072 0.028242 -0.014105 -0.011182 0.0102 0.032117 0.002013 0.056824 0.023248 0.020102 -0.033758 0.00587 -0.003067 -0.001871 0.01228 -0.026246 -0.050837 0.047143 0.006882 0.043774 0.018453 0.052339 0.016233 -0.009189 -0.007501 -0.020466 -0.027144 -0.020746 -0.000313 -0.016515 0.05491 -0.018008 0.020899 -0.038911 0.004197 -0.014566 0.054485 -0.004846 -0.024862 0.010013 0.032805 -0.048084 -0.067723 0.050726 0.00593 0.00583 -0.060776 0.012149 0.011121 0.043964 0.025289 -0.000215 0.00374 -0.000438 -0.039565 0.025588 -0.018804 -0.020174 0.027031 0.027347 0.016722 -0.015679 -0.009958 0.027798 -0.043605 0.017371 0.025945 -0.02497 -0.029747 -0.005066 0.050739 -0.040621 -0.048234 -0.006923 -0.010813 -0.062537 -0.014282 0.041448 -0.013514 0.002951 -0.015582 -0.004913 -0.010586 0.015078 0.02661 -0.078959 0.001713 0.009913 0.042721 -0.03831 -0.050509 0.011296 0.057044 -0.016685 0.01624 -0.003951 0.008432 -0.049899 -0.045157 0.023866 0.036513 0.029848 0.027023 0.018556 -0.020842 -0.004202 0.073573 -0.01165 0.013883 -0.009125 0.019006 6.6e-05 0.09357 0.00442 -0.035501 0.009714 -0.023057 -0.009338 -0.000562 -0.00585 0.011431 -0.025193 0.003703 -0.002637 0.032698 -0.004845 -0.031641 -0.019932 0.004081 -0.020125 -0.031102 -0.053876 -0.009173 -0.031057 -0.047457 0.020677 0.039943 0.017581 0.014388 -0.036491 0.013006 -0.001904 -0.013537 0.053032 -0.008549 0.04842 0.065324 0.034617 -0.004012 0.005294 -0.041884 -0.036814 -0.021687 -0.003257 0.029424 -0.03212 -0.032157 -0.010759 -0.017955 0.031669 -0.027617 -0.03254 -0.028889 -0.051677 -0.031784 0.005191 0.000241 0.028561 0.001886 0.016466 -0.00078 0.009722 0.00877 -0.010625 0.019513 0.056637 -0.073559 -0.01667 -0.028047 0.014536 0.017797 -0.032595 0.003919 0.02265 -0.014201 -0.030754 -0.015898 0.000518 -0.04222 0.022377 -0.078497 0.006728 0.011965 0.01778 0.02769 0.016171 0.006982\nယ 0.010988 -0.007516 -0.034412 0.026017 0.016109 0.036745 0.010106 -0.00901 -0.01165 -0.01348 0.037338 -0.005865 0.000728 -0.022705 0.022235 -0.009757 0.001511 -0.013335 -0.001194 -0.022572 -0.009767 -0.022742 -0.023995 0.007367 0.014062 0.006403 -0.010532 -0.00856 -0.012098 -0.013387 0.006168 -0.034996 -0.015403 -0.018163 0.022565 0.008193 -0.033383 0.016458 -0.002368 0.019329 -0.017768 0.022962 -0.004017 -0.005829 -0.014831 -0.006803 0.02638 0.000139 0.011533 0.011873 0.017901 0.042226 0.026538 -0.042463 0.02455 -0.005773 -0.001254 0.017781 -0.003658 0.025259 -0.023753 -0.031352 -0.012539 -0.007967 -0.005263 0.007828 0.030542 -0.00649 0.023932 0.023996 -0.02414 -0.00486 0.013349 0.021837 -0.051227 -0.003315 -0.038309 0.010894 -0.021612 -0.013722 0.00744 -0.020097 -0.003095 0.007653 -0.010301 -0.038059 0.002723 0.005836 -0.004525 0.008468 0.011746 0.006452 -0.021444 -0.016652 0.026946 -0.008132 0.022174 -0.049554 -0.002786 0.005349 -0.026665 -0.010121 -0.010821 -0.019121 0.018584 -0.004161 -0.017731 0.009392 0.021465 0.008789 0.049511 0.026745 0.033154 -0.008736 0.01165 0.002446 -0.005202 -0.012513 -0.018834 -0.041728 0.009255 0.006209 0.027996 0.015387 0.032737 -0.002118 0.004868 -0.005647 -0.011659 0.010338 -0.025646 0.003867 -0.005161 0.009361 -0.005651 0.022024 -0.023982 0.031796 0.007092 0.047315 -0.017496 -0.015516 0.010404 0.030854 -0.010169 -0.043836 0.021032 -0.010033 0.019235 -0.037504 0.002917 0.008646 0.018211 0.00906 0.01528 -0.009911 -0.002475 -0.014594 0.018543 -0.020518 -0.032844 0.005759 0.026055 0.016136 -0.007408 -0.010352 0.012994 -0.015257 0.011518 0.018018 -0.026114 -0.014081 -0.007708 0.022334 -0.025742 -0.017936 -0.000984 -0.002688 -0.049836 0.004556 0.029524 -0.003738 -0.001121 -0.003859 -0.004805 -0.009433 -0.019526 0.014065 -0.044969 0.004846 -0.004195 0.033143 -0.04541 -0.04106 -0.004558 0.0352 -0.03215 0.006948 0.008333 -0.009274 -0.046101 -0.029873 0.00869 0.005184 0.031205 -0.00135 0.026393 0.00286 -0.003003 0.031953 -0.019676 -0.006729 -0.013313 0.02749 -0.006964 0.052037 -0.01772 -0.031407 0.014381 0.01202 0.00442 -0.001692 -0.01175 -0.019283 -0.025744 -0.008851 0.004575 0.016232 0.01541 -0.020037 -0.011809 -0.013373 -0.01009 -0.037136 -0.018605 -0.000499 -0.027835 -0.033982 0.010538 0.01098 0.003399 0.032039 -0.009177 0.018154 -0.008946 -0.001952 0.008624 -0.017273 0.022865 0.041394 0.015432 -0.018016 -0.000543 -0.034003 -0.022359 -0.007723 -0.00641 0.020068 -0.024824 -0.025843 0.014789 -0.011084 0.025616 -0.030018 -0.008351 -0.018525 -0.021348 0.00293 0.009252 -0.002542 0.024054 0.001948 0.020849 -0.001114 0.021585 -0.00149 0.000118 0.016188 0.037078 -0.024286 0.001682 -0.006648 0.003618 0.015889 -0.022776 -0.006806 0.017915 0.003079 -0.033618 -0.003692 0.007321 -0.034574 -0.005776 -0.050044 -0.013723 0.008084 0.014454 0.002353 0.007465 -0.011968\nᦟ 0.039308 0.00378 -0.016326 0.032218 0.025068 -0.012624 0.007064 -0.024817 -0.008645 -0.012832 0.027379 -0.028109 0.008736 -0.000833 0.019728 -0.024783 0.018838 -0.055262 0.001402 -0.001048 -0.028898 0.029814 -0.021743 0.043433 0.000223 0.004912 -0.045728 -0.012235 0.002032 -0.04458 0.030134 0.004501 -0.016117 -0.033913 0.022994 0.018573 -0.06747 0.088254 0.017849 -0.017114 -0.035537 0.013895 -0.010938 -0.030231 -0.007671 -0.05478 0.033245 0.006437 -0.013229 -0.01132 0.024428 0.044133 0.02527 -0.047251 0.059162 0.009547 0.034808 -0.024943 0.012174 0.012349 -0.011868 -0.031206 -0.004581 -0.036303 0.019283 0.030461 0.023741 -0.015795 0.009294 0.012356 -0.030657 0.01307 0.033127 0.068144 -0.071606 0.0316 -0.036464 0.037468 -0.022497 -0.001786 0.024653 0.011682 0.019165 0.063303 0.006335 -0.054107 0.00237 0.009776 -0.042857 -0.025619 -0.003457 0.030815 0.011769 -0.009353 0.028449 -0.022982 -0.01781 -0.023766 -0.020712 0.01261 -0.029621 -0.015339 -0.015099 -0.019497 0.000734 -0.016095 0.019959 -0.016784 0.061782 -0.024529 0.017705 0.028411 0.012253 -0.018188 -0.004852 0.033888 0.007946 0.003754 -0.026965 -0.069657 0.023566 -0.030828 0.051126 0.047746 0.033123 -0.010655 0.001602 -0.007149 -0.012316 -0.006758 -0.026807 -0.001066 -0.023566 0.020731 -0.040224 -0.00972 -0.010396 0.022219 -0.015676 0.013517 -0.036442 0.007238 0.033614 0.042504 0.001662 -0.047527 0.023674 0.003546 -0.011173 -0.04237 -0.019028 0.022803 0.012258 0.016223 -0.005186 0.006932 -0.045859 -0.025948 0.008577 -0.031606 0.022628 0.012802 -0.010473 0.053116 -0.0125 0.00566 0.008466 -0.004363 0.004142 0.034776 -0.043091 -0.037824 0.020892 0.006257 -0.03707 -0.002631 -0.001473 0.008231 -0.046111 -0.036961 0.048354 -0.001858 -0.016106 -0.009938 0.027588 0.013338 0.000307 -0.003235 -0.077065 0.018269 0.02041 0.060849 -0.07233 0.010341 -0.013141 0.029391 -0.019678 0.032833 0.041766 0.043577 -0.041414 0.000931 0.002666 0.022553 0.03552 0.003755 0.009433 -0.01364 -0.014199 0.047228 -0.020928 0.023062 0.009024 -0.021787 0.03254 0.031608 -0.037033 -0.050219 0.001151 0.022476 -0.011869 0.011178 6e-05 -0.027352 0.002015 0.011237 -0.01178 0.009958 0.005077 -0.048114 -0.01311 -0.011021 -0.013223 -0.037564 -0.055043 -0.003718 0.010319 -0.048032 0.011328 0.036225 0.002564 0.017495 -0.008994 0.019722 0.007134 -0.007149 0.058284 0.02732 0.014141 0.074582 -0.000804 0.010301 -0.018686 -0.052762 -0.031795 -0.002595 0.015857 -0.028347 0.022876 -0.058224 0.023256 0.028811 0.017384 -0.049835 -0.053844 0.018537 -0.021665 -0.027367 -0.021998 -0.026774 0.004438 0.01516 -0.020547 0.009722 -0.010678 -0.022181 -0.014804 0.028792 0.031369 -0.04614 0.000274 -0.004427 -0.004014 0.02012 -0.019184 0.008289 0.005105 0.000977 -0.013507 -0.022147 -0.006322 -0.03168 -0.020648 -0.08512 -0.01837 0.004748 -0.00499 0.035191 -0.013678 -0.005745\nܠ 0.048235 0.012101 -0.06708 0.023983 0.016663 0.063304 0.011049 -0.013791 -0.017382 -0.053361 0.044228 0.013167 -0.005698 -0.033343 0.044149 -0.017201 0.01598 -0.028494 -0.01995 -0.072235 -0.021854 -0.00499 0.002721 0.011413 -0.00358 0.02625 -0.020521 -0.016674 -0.02538 -0.041934 0.022501 -0.053555 -0.015998 -0.04792 0.024832 0.009036 -0.035233 0.068964 0.006984 0.013995 -0.037068 0.012387 -0.002797 -0.009295 -0.047306 -0.038476 0.051741 -0.017121 -0.010099 0.030464 -0.009121 0.081927 0.05462 -0.054925 0.058401 -0.003105 -0.006312 0.020914 -0.010067 0.0398 -0.044439 -0.043095 -0.005112 -0.028727 0.013711 0.045797 0.053368 -0.000872 0.062569 0.023812 -0.068489 -0.009605 0.024249 0.027664 -0.06769 0.015825 -0.047871 0.017988 -0.053624 -0.018469 0.025719 -0.006549 0.002705 0.039543 -0.027709 -0.073521 0.004551 0.014936 -0.027553 -0.013439 -0.019709 0.034431 0.012406 -0.018479 0.023538 -0.018708 -0.012168 -0.063711 0.006367 -0.00246 -0.038126 -0.001385 -0.005232 -0.038819 0.01996 -0.005112 -0.023644 0.015004 0.050306 -0.003732 0.05965 0.039168 0.022361 -0.018213 0.005212 0.003229 -0.002402 -0.002286 -0.029547 -0.065181 0.026616 0.010248 0.053773 0.034854 0.060544 0.026348 -0.018735 -0.015347 -0.030313 -0.034081 -0.017994 0.00971 -0.032994 0.052951 -0.047936 0.01629 -0.048483 0.014772 0.000149 0.069116 -0.005133 -0.009345 0.006261 0.022142 -0.065467 -0.086733 0.075501 0.007045 0.000287 -0.057661 0.013264 0.014709 0.048025 0.030406 0.011524 0.005815 0.008359 -0.026973 0.01759 -0.039148 -0.017346 0.024974 0.029232 0.014595 -0.015597 -0.022571 0.033533 -0.03568 0.038684 0.032629 -0.041269 -0.019394 -0.021706 0.058747 -0.012432 -0.042221 -0.008134 -0.01594 -0.069456 -0.02533 0.046887 -0.014264 0.004463 -0.01813 0.000662 -0.015709 0.005037 0.028881 -0.082326 -0.004307 0.005958 0.038166 -0.048617 -0.05246 0.007971 0.057326 -0.037495 0.018301 -0.002534 0.012869 -0.05782 -0.057506 0.027711 0.037554 0.025956 0.008357 0.04429 0.000464 -0.012754 0.055596 -0.041329 -0.012212 -0.02251 0.025816 -0.005344 0.104848 0.012516 -0.024413 0.004599 0.001983 0.00332 -0.001797 -0.009613 0.010314 -0.034331 0.007229 -0.003837 0.013808 -0.041016 -0.021583 -0.012136 -0.002609 -0.00717 -0.030806 -0.06415 -0.011033 -0.031704 -0.041678 0.031095 0.033352 0.01656 0.027092 -0.032696 0.019697 0.0112 -0.022227 0.051774 -0.016702 0.078002 0.077878 0.042615 0.017314 0.000118 -0.061174 -0.053013 -0.034206 -0.001702 0.030322 -0.045527 -0.022065 0.002274 -0.015458 0.066811 -0.044567 -0.060513 -0.011025 -0.040795 -0.036511 0.004778 -0.010998 0.040057 0.011284 0.025788 -0.009197 0.026763 0.014015 0.002534 0.02705 0.061853 -0.076872 -0.002957 -0.033074 0.028936 0.03229 -0.035437 -0.020103 0.030278 -0.01594 -0.020257 -0.015296 0.008615 -0.06684 0.025539 -0.112928 -0.020497 0.016866 0.041712 0.020151 0.044382 0.011669\n¥ 0.0158 -0.014634 -0.046693 0.023364 0.005634 0.040734 0.007312 -0.016629 -0.004649 0.019174 0.02339 -0.002513 -0.025623 -0.014192 0.01323 -0.03123 0.006726 -0.028228 -0.019671 -0.057972 0.008314 0.031954 0.016404 0.014084 0.013246 0.020881 -0.002234 -0.003921 0.01791 0.003713 0.018004 -0.021458 0.014032 -0.05228 -0.007555 0.03557 -0.025892 0.023169 0.034879 0.008795 -0.016205 -0.01033 -0.008447 -0.00906 -0.011262 -0.002433 0.027161 0.008064 -0.031988 0.003957 0.002662 0.027705 0.039976 -0.026807 0.026409 -0.015352 0.001883 0.008014 -0.030469 -0.019921 -0.022618 -0.020514 -0.025106 -0.020016 0.009155 -0.01095 0.009908 -0.0047 0.014131 0.023435 -0.053167 -0.020306 0.005364 -0.013358 -0.026364 -9.3e-05 -0.002652 0.026406 -0.013615 -0.011458 -0.005923 0.010808 0.00848 -0.002978 -0.023351 -0.036639 0.013583 0.003228 -0.026613 -0.004552 0.025203 0.01876 -0.001822 -0.00352 -0.007798 -0.014409 0.011144 -0.045251 0.021913 -0.011381 -0.020309 -0.023138 0.006494 -0.015678 0.008667 0.01079 -0.011829 -0.002648 0.022577 0.013135 0.017843 0.001385 0.030884 -0.025489 0.010276 -0.003371 0.000347 0.006417 0.000544 -0.048726 0.004566 -0.003625 0.03099 -0.009809 -0.002877 -0.011528 0.038956 0.016378 -0.00804 -0.001007 -0.010931 -0.007801 -0.029224 0.028071 0.005776 -0.007158 -0.033369 -0.022035 -0.017379 0.033066 -0.022899 -0.006153 0.00614 0.028696 -0.008812 -0.0263 0.052785 -0.031162 0.021597 -0.043969 0.023936 -0.0077 0.025024 0.015244 -0.018861 -0.022081 -0.015263 -0.029553 -0.015808 -0.019129 -0.011514 0.000851 0.023494 -0.002309 -0.006442 0.004901 0.018344 -0.023503 0.009184 0.038016 -0.009741 0.003168 0.017073 0.026301 -0.031601 -0.019969 -0.023828 -0.050537 -0.004588 -0.01458 0.042954 0.009695 -0.000889 -0.007422 0.010528 0.002328 -0.032975 0.034841 -0.020371 0.002119 0.015686 0.029227 -0.048732 -0.045355 0.009313 0.034197 -0.011176 0.011017 0.001202 0.025428 -0.037205 0.014008 0.00682 0.012325 0.024899 0.006946 -0.007267 0.008318 0.03231 0.019956 -0.039714 0.013605 -0.030553 0.005256 -0.015599 0.038966 0.015604 -0.007256 0.002495 0.006556 4.7e-05 0.004818 -0.016173 0.015439 -0.030922 0.001049 -0.002397 0.00457 -0.000674 -0.034519 -0.024867 0.015881 0.010836 -0.005398 -0.031869 0.008531 -0.009452 -0.063749 -0.008859 0.044418 0.030065 0.005742 -0.031292 0.011092 -0.013272 -0.015476 0.001255 -0.018848 0.039287 0.028329 0.022492 0.003108 -0.036993 -0.049956 -0.012929 0.019094 -0.012659 -0.001535 -0.05168 -0.012713 0.014077 -0.019184 0.032281 -0.032604 0.003673 -0.013417 -0.025776 -0.007871 0.007556 0.039498 -0.02142 -0.009373 -0.009571 -0.004824 0.018838 0.024108 -0.010263 0.0034 0.032024 -0.024672 0.000349 0.006502 0.005979 0.007126 -0.022231 -0.035667 0.005906 -0.028144 -0.016107 -0.006432 0.001976 -0.006014 -0.007008 -0.047881 -0.044007 -0.00664 0.024277 -0.016808 0.015609 0.015362\nට 0.026027 0.003487 -0.039574 0.031013 0.004959 0.022748 0.00269 0.002299 -0.026413 -0.01733 0.033274 -0.003732 -0.008006 -0.013801 0.028471 -0.014359 -0.008115 -0.027491 -0.021984 -0.036689 -0.01338 -0.002525 0.000726 0.0126 0.003109 0.023774 -0.00598 -0.014414 0.005865 -0.008901 0.01627 -0.021261 -0.017364 -0.034695 0.012513 0.020058 -0.035342 0.034058 0.00046 0.02791 -0.016043 0.021419 -0.006704 -0.002302 -0.033719 -0.018788 0.02917 0.007581 0.015054 0.021405 0.009975 0.039302 0.034007 -0.018888 0.051224 -0.015413 -0.012464 0.017776 -0.013331 0.024517 -0.043503 -0.037802 -0.005061 -0.029271 0.011187 0.012275 0.030422 -0.012223 0.022261 0.025652 -0.05062 -0.010288 0.024949 0.009887 -0.041893 -0.003973 -0.022041 0.021904 -0.017823 -0.028686 0.019415 0.001805 0.000235 0.010152 -0.00991 -0.049985 -0.001296 0.00525 -0.013058 -0.013349 -0.018487 0.006805 0.020223 -0.009244 0.014842 0.003687 -0.00352 -0.036755 -0.009084 -0.002998 0.000355 0.001302 -0.002768 -0.027289 0.003113 0.003068 -0.013935 0.007373 0.023649 -0.012555 0.033981 0.011773 0.013916 -0.012632 -0.004807 -0.006571 -0.007884 -0.005503 -0.000155 -0.050685 0.020065 -0.002568 0.022911 0.027927 0.017014 0.01272 -0.000719 -0.003379 -0.029585 -0.007154 -0.0044 -0.006954 -0.002041 0.026362 -0.016114 0.024958 -0.02334 -0.000944 0.001393 0.045613 -0.001408 -0.007264 0.02336 0.021635 -0.033647 -0.04157 0.049556 -0.001362 0.007654 -0.045035 0.012822 -0.000398 0.02611 0.002051 -0.02336 0.007269 -0.004887 -0.024686 0.016301 -0.007817 0.000531 0.001347 0.016669 0.031418 -0.020289 -0.012616 0.029435 -0.020086 0.016824 0.013313 -0.024468 -0.034072 -0.010193 0.026077 -0.026164 -0.039483 -0.002943 -0.003737 -0.020075 -0.014748 0.028926 -0.007023 0.000833 -0.011536 -0.020029 -0.012002 -0.002637 0.015796 -0.058185 -0.014266 0.009058 0.034472 -0.041702 -0.024463 0.019346 0.04673 -0.02489 0.00667 -0.001258 -0.003391 -0.042288 -0.03102 0.006011 0.007319 0.015753 0.000571 0.011645 -0.002491 0.001088 0.027618 -0.018145 0.006301 0.005461 -0.002007 -0.006683 0.059195 0.002278 -0.032876 0.00173 -0.002521 -0.01196 0.004888 0.010235 0.007254 -0.018762 -0.014001 -0.000556 0.024789 0.005313 -0.034532 -0.020733 -0.003108 -0.01439 -0.028921 -0.030254 0.009312 -0.000391 -0.034946 0.016145 0.012711 0.009062 0.044393 -0.027987 0.006568 0.006467 0.003527 0.024695 -0.006157 0.039643 0.061116 0.019115 -0.002409 -0.005555 -0.028938 -0.035688 -0.020326 -0.003811 0.027451 -0.020551 -0.002537 0.003763 -0.014353 0.043056 -0.028049 -0.025682 -0.043104 -0.033185 -0.000853 0.006026 -0.010462 -1.4e-05 -0.014876 0.008769 -0.003508 0.014928 0.008287 0.013466 -0.003213 0.035954 -0.033311 0.013729 -0.0147 0.012221 0.016106 -0.029533 -0.002207 0.026281 -0.013101 -0.032506 -0.017308 -0.003792 -0.043949 0.012558 -0.056358 -0.013379 0.007089 0.014802 0.013071 0.019995 -0.005028\nឫ 0.014802 -0.001255 -0.046694 0.021199 0.021771 0.026491 0.006367 -0.010453 -0.026592 -0.040943 0.039368 0.005821 -0.026875 -0.012976 0.042185 0.000617 0.000703 -0.012034 -0.014454 -0.06605 -0.005986 0.017666 0.012635 -0.0072 -0.006491 0.025444 -0.02032 -0.021539 -0.023468 -0.028014 0.0042 -0.03925 -0.02151 -0.049538 0.022075 0.008559 -0.003727 0.037494 -0.001877 0.034073 -0.019291 -0.000587 0.007571 -0.013003 -0.025748 -0.00989 0.048107 0.008412 0.019019 -0.003204 0.016884 0.076237 0.034678 -0.031073 0.050534 0.003773 -0.001335 0.030794 -0.011512 0.025974 -0.043385 -0.027061 -0.009841 -0.005383 -0.002476 0.009449 0.044627 -0.013512 0.047611 0.013908 -0.053863 -0.003201 0.003702 0.020101 -0.05248 -0.011936 -0.011745 0.004134 -0.035073 0.011635 0.026675 0.016503 0.00505 0.006036 -0.031062 -0.058253 0.007753 -0.003834 -0.027911 -0.029439 -0.031276 0.034036 0.028753 -0.015411 0.018937 -0.023285 -0.00264 -0.020363 -0.010913 -0.014997 0.011271 0.005574 0.004517 -0.021802 0.02687 -0.015145 -0.028335 0.025129 0.06504 0.009666 0.055224 0.021992 0.025201 -0.005368 -0.001237 0.003548 -0.003379 0.018829 -0.012633 -0.04257 0.021256 0.016135 0.011764 0.039603 0.042241 0.020742 -0.020495 -0.014869 -0.01711 -0.026301 0.001631 0.012648 -0.020224 0.017193 -0.022246 0.02404 -0.018974 0.020298 0.00579 0.046329 -0.006014 -0.018908 0.0254 0.014104 -0.049282 -0.050213 0.054611 -0.000862 0.013972 -0.057597 0.004692 -9.7e-05 0.036177 0.026057 -0.003748 0.002558 -0.020557 -0.034465 0.026968 -0.038282 -0.023879 0.015292 0.027056 0.013094 -0.024216 0.007765 0.044849 -0.01508 0.012809 0.029565 -0.039246 -0.034701 -0.013335 0.03597 -0.029101 -0.048216 -0.012704 -0.000594 -0.026674 -0.027515 0.026831 -0.00611 0.020388 -0.021013 -0.007775 -0.022217 0.01801 0.033485 -0.057679 -0.003885 0.025511 0.03408 -0.035916 -0.029192 -0.010106 0.034646 -0.029122 0.032875 -0.008685 0.016684 -0.040168 -0.036179 -0.00386 0.019683 0.002076 0.037845 0.009578 -0.011408 -0.002786 0.040173 -0.028481 0.026477 -0.033198 0.000212 -0.002852 0.067146 0.017906 -0.041534 0.017204 -0.000262 -0.014954 0.016251 -0.014763 0.004359 -0.001202 0.006883 0.018887 0.018737 0.005386 -0.020049 -0.015036 -0.005214 -0.021253 -0.033556 -0.066202 -0.00024 -0.011972 -0.042209 0.030524 0.023087 0.025098 0.037356 -0.008022 0.017935 0.006646 0.00267 0.038235 -0.009282 0.018509 0.060113 0.015876 0.005802 0.023919 -0.055748 -0.033756 -0.014276 0.002042 0.011629 -0.023342 -0.014484 0.003412 -0.005331 0.034654 -0.040818 -0.031438 -0.037761 -0.025419 -0.019392 0.015687 0.010118 0.01151 -0.019546 0.005075 -0.018411 -0.000621 0.01074 -0.011034 0.022853 0.036211 -0.054116 7.9e-05 -0.023921 0.013567 0.022805 0.005787 -0.013673 0.007682 -0.011965 -0.000523 -0.005396 -0.008803 -0.044989 0.025177 -0.084715 -0.022332 0.023177 -0.011289 0.025276 0.025795 -0.021659\nằ 0.050563 -0.008843 -0.046987 0.041631 0.03323 0.034115 0.031535 -0.024463 -0.032008 -0.027598 0.03952 -0.016958 -0.030643 -0.010616 0.011556 0.009654 0.021513 -0.041448 -0.008477 -0.037334 -0.022097 0.009054 0.003835 0.033291 -0.012012 0.022773 0.012492 -0.004193 0.011095 -0.015157 0.025293 -0.041895 0.014041 -0.013959 0.016441 0.006277 -0.029603 0.024856 0.005407 0.036755 -0.018617 0.022465 -0.042115 -0.008734 -0.034783 -0.061913 0.044069 -0.005107 0.012295 0.032505 0.012206 0.05151 0.04548 -0.047983 0.050876 -0.005119 -0.023502 0.031425 -0.019664 0.0133 -0.032029 -0.044654 -0.011541 -0.021412 0.010797 0.003765 0.0453 -0.022509 0.028623 0.01341 -0.062657 -0.014968 0.038314 0.033632 -0.039827 0.02846 0.009311 0.030311 -0.02473 -0.009683 0.010436 0.005352 0.011548 0.030204 -0.032812 -0.060607 -0.023544 -0.007225 -0.008795 -0.021644 0.003368 0.037528 -0.007135 -0.029151 0.009695 -0.015741 -0.00871 -0.013473 -0.00634 -0.036348 -0.014807 0.042493 -0.008108 -0.017221 0.031315 -0.008931 -0.00505 0.000313 0.054155 -0.007559 0.035612 0.013011 -0.003111 -0.015621 0.014286 0.017412 -0.02446 -0.005971 -0.004487 -0.055167 -0.002721 -0.011796 0.055256 0.02076 0.042134 0.02664 -0.016808 -0.007964 -0.030421 0.001657 -0.018239 0.00851 -0.033842 0.020469 -0.016146 0.019886 -0.031677 0.027641 0.002664 0.025516 -0.020063 0.018831 0.035292 0.033177 -0.036262 -0.02731 0.050572 -0.011773 -0.012209 -0.043754 -0.005059 -0.006102 0.027251 0.030945 -0.005118 0.009244 -0.005268 -0.02475 0.014758 -0.027439 0.010681 0.005192 0.01389 -0.000132 -0.025202 -0.005493 0.027353 -0.041026 0.032172 0.012673 -0.042477 -0.046144 -0.012788 0.003317 -0.041745 -0.0163 0.008262 0.012017 -0.007066 -0.025785 0.047375 0.011296 -0.003872 0.001426 0.000333 -0.01069 0.006786 0.004179 -0.069433 -0.006471 0.01732 0.026604 -0.027478 -0.007403 -0.028551 0.032291 0.000226 -0.002805 0.011182 -0.000421 -0.045999 -0.038776 0.010228 0.041261 0.0381 0.00131 0.015377 -0.007436 -0.022025 0.020687 -0.043504 0.003694 -0.005922 -0.010346 0.013184 0.039794 0.00669 -0.011908 0.011067 0.037668 0.015089 0.005633 0.00644 -0.01226 -0.013684 -0.006196 0.017589 -0.004487 0.003267 -0.000415 -0.002802 -0.032033 -0.031629 -0.030915 -0.032206 0.020238 -0.016307 -0.062683 0.034122 0.036815 0.003392 0.039717 -0.017269 0.011382 0.010421 -0.01778 0.040376 -0.008589 0.023431 0.054929 -0.008156 0.019895 0.001965 -0.062274 -0.032396 -0.019345 0.001402 0.040401 -0.009451 -0.032367 0.014716 0.000302 0.010108 -0.0237 -0.047422 -0.021624 -0.032969 -0.015457 -0.013465 0.006336 0.007906 0.001709 0.006491 -0.010797 0.026048 -0.009489 0.025096 0.040126 0.047809 -0.048504 -0.007347 -0.009153 0.007567 0.021405 -0.047706 0.001695 -4.4e-05 0.001379 -0.033946 -0.003068 0.029369 -0.044822 0.004725 -0.062218 -0.015061 0.01347 0.002037 0.000291 0.040333 -0.015606\nַ 0.041394 0.009141 -0.069231 0.036095 0.021283 0.052653 0.017077 -0.001959 -0.025405 -0.040678 0.040232 0.017796 -0.011208 -0.044273 0.046549 -0.009733 0.009085 -0.033855 -0.016057 -0.063925 -0.021023 -5.7e-05 0.007273 0.018355 0.010573 0.032541 -0.008552 -0.009419 -0.016808 -0.02872 0.028874 -0.041567 -0.028202 -0.060007 0.0127 0.019172 -0.05558 0.055154 0.013388 0.031504 -0.038349 0.011325 0.00195 0.004147 -0.03437 -0.040781 0.050536 0.000372 -0.000642 0.026669 0.005311 0.076667 0.054023 -0.048568 0.060963 0.011548 -0.008943 0.031413 -0.01441 0.038048 -0.035768 -0.042386 -0.012313 -0.018326 0.023227 0.026747 0.053293 -0.01512 0.046218 0.023382 -0.061261 -0.00627 0.030593 0.021023 -0.067721 0.007567 -0.044933 0.038056 -0.032348 -0.026572 0.017713 0.001113 0.000672 0.028822 -0.034294 -0.075821 0.006275 0.000187 -0.025036 -0.007637 -0.014358 0.037241 0.001821 -0.027082 0.012065 -0.01591 0.000795 -0.051181 0.000439 -0.010153 -0.024966 -0.002308 -0.000832 -0.041992 0.017128 -0.007083 -0.018058 0.013871 0.046351 -0.005439 0.054851 0.023589 0.030543 -0.018551 0.015805 0.009396 -0.020144 0.004764 -0.019036 -0.057331 0.028415 -0.004956 0.059338 0.030859 0.042583 0.008446 -0.014044 -0.025513 -0.023073 -0.023651 -0.027527 0.001887 -0.023707 0.037787 -0.029239 0.023162 -0.033286 0.010404 0.005964 0.064369 -0.003659 -0.017527 0.020074 0.041473 -0.050587 -0.060723 0.059156 0.002214 0.004189 -0.051156 0.004142 0.015164 0.044794 0.039801 -0.007768 0.006984 -0.003708 -0.030285 0.021018 -0.028749 -0.023539 0.023245 0.02474 0.011839 -0.018162 -0.016704 0.027687 -0.035914 0.029493 0.037449 -0.041483 -0.031982 -0.016158 0.047994 -0.02702 -0.039506 -0.014511 -0.010542 -0.043139 -0.027536 0.04978 -0.008603 0.006244 -0.008525 -0.014288 -0.024056 0.005814 0.029985 -0.089438 0.007384 0.014022 0.036405 -0.045658 -0.059155 0.001687 0.055118 -0.027782 0.012083 0.002989 0.003101 -0.056347 -0.048877 0.018723 0.03309 0.028635 0.020139 0.016906 -0.012187 -0.01074 0.053143 -0.038666 -0.010362 -0.010344 0.023708 -0.001078 0.093327 0.001354 -0.029345 0.002286 0.002654 -0.010088 0.018336 -0.010914 0.007025 -0.035528 -0.001432 -0.001005 0.020321 -0.017129 -0.024673 -0.005316 0.000804 -0.010965 -0.040827 -0.044117 -0.00513 -0.021232 -0.040786 0.044175 0.039627 0.015061 0.039438 -0.024682 0.022385 0.013654 -0.025459 0.058011 -0.011245 0.054622 0.072848 0.039268 0.014094 0.008342 -0.067047 -0.045633 -0.026543 -0.001807 0.029457 -0.030775 -0.023532 0.015512 -0.010497 0.041184 -0.027644 -0.044766 -0.029124 -0.044773 -0.021975 0.011774 -0.001704 0.030739 -0.007067 0.011885 -0.007538 0.020584 0.010722 0.003925 0.027912 0.06265 -0.068543 -0.009872 -0.024302 0.02322 0.020531 -0.031646 0.004108 0.023458 -0.018475 -0.028575 -0.031045 0.015262 -0.058579 0.018119 -0.087768 -0.013277 0.009993 0.021156 0.016657 0.032949 0.004789\nض 0.024433 0.001046 -0.031532 0.016207 0.006991 0.025389 0.003626 -0.005622 -0.007628 -0.02041 0.022309 0.005696 -0.006883 -0.0175 0.020687 -0.003337 0.003248 -0.014372 -0.00851 -0.02962 -0.013724 -0.003736 0.005162 0.005882 0.000624 0.017317 -0.004721 -0.012153 -0.010783 -0.02027 0.014929 -0.026126 -0.011301 -0.029903 0.008438 0.011711 -0.024224 0.026535 0.008177 0.015831 -0.021311 0.004475 0.005513 -0.002927 -0.018022 -0.009801 0.02724 -0.006038 -0.002887 0.007084 0.004508 0.028071 0.016578 -0.020254 0.027444 0.00696 -0.008061 0.01435 -0.007237 0.013452 -0.018461 -0.016706 -0.007126 -0.007069 0.004002 0.016114 0.02358 -0.002573 0.021138 0.019395 -0.036429 -0.003967 0.01594 0.016893 -0.030649 -0.00511 -0.027735 0.014595 -0.023142 -0.015524 0.011123 -1.1e-05 0.00204 0.003472 -0.016897 -0.031724 -0.001139 0.005312 -0.015288 -0.003716 -0.001388 0.023273 0.001278 -0.008249 0.014163 0.000839 -0.003126 -0.023593 -0.003998 0.001934 -0.012277 0.003756 0.00162 -0.025365 0.012019 -0.009503 -0.012413 0.009251 0.022772 -0.007332 0.033044 0.012104 0.00945 -0.012454 0.008483 0.00097 0.002932 -0.002881 -0.010178 -0.033069 0.013341 -0.000432 0.023491 0.014334 0.020179 0.010662 -0.005399 -0.011441 -0.010164 -0.013061 -0.011894 -0.002408 -0.013371 0.019713 -0.009929 0.007665 -0.015568 0.000964 0.005115 0.031755 -8.5e-05 -0.008354 0.00964 0.01732 -0.018117 -0.035501 0.02774 0.003765 0.005495 -0.029525 0.000504 0.003119 0.020894 0.023358 -0.000977 0.001063 0.00339 -0.017899 0.011791 -0.015045 -0.020367 0.012765 0.011105 0.011677 -0.017285 -0.010811 0.015846 -0.016135 0.012453 0.014193 -0.02092 -0.013898 -0.006771 0.031276 -0.015346 -0.023772 -0.004937 -0.007325 -0.028178 -0.016185 0.025099 -0.012834 0.003084 -0.006208 -0.004364 -0.020493 -0.00147 0.013656 -0.033481 -0.001925 0.011921 0.017099 -0.026573 -0.028441 0.000703 0.027852 -0.006605 0.011333 0.004493 0.000472 -0.020639 -0.020761 0.011047 0.021189 0.010657 0.005041 0.006221 -0.00612 -0.003886 0.020695 -0.010218 -0.000978 -0.0047 0.016765 0.002498 0.048312 0.004628 -0.017545 0.002359 0.007598 1.7e-05 0.006796 -0.0007 0.003092 -0.015753 -0.00354 0.000835 0.014922 -0.002569 -0.018547 -0.001472 -0.001674 -0.004198 -0.02414 -0.019326 -0.003201 -0.010797 -0.022579 0.021076 0.015817 0.007955 0.014151 -0.015172 0.012994 0.005124 -0.003042 0.030835 -0.002816 0.025966 0.029941 0.016502 0.0012 0.001801 -0.027281 -0.014365 -0.019396 -0.001835 0.011853 -0.017435 -0.008719 0.002396 -0.006409 0.019599 -0.021246 -0.02323 -0.010755 -0.023678 -0.011215 0.003038 -0.000479 0.008463 -0.009735 0.004139 -0.002189 0.013342 -0.008204 -0.007406 0.0078 0.032797 -0.03263 -0.002285 -0.013278 0.014223 0.009027 -0.013881 -0.000938 0.019864 -0.004397 -0.014803 -0.005209 0.003508 -0.026507 0.004921 -0.050708 -0.008139 0.00777 0.008184 0.009904 0.017745 0.000352\nʹ 0.032819 0.012474 -0.045894 0.018138 0.010778 0.033283 0.003123 -0.007126 -0.023472 -0.027061 0.026852 0.011519 -0.013705 -0.023789 0.027877 -0.000478 0.013394 -0.031616 -0.006183 -0.042694 -0.016313 -0.008596 0.002232 0.011154 0.001932 0.019835 0.005756 0.003313 -0.00865 -0.013043 0.01844 -0.031406 -0.01249 -0.038109 0.014656 0.027535 -0.045036 0.039596 0.017752 0.016768 -0.024644 0.012702 0.003592 0.004402 -0.020403 -0.02804 0.024261 0.005924 -0.001765 0.019978 0.009079 0.048636 0.019183 -0.026049 0.03261 0.009564 0.004914 0.005713 -0.004778 0.02154 -0.032818 -0.019319 -0.010563 -0.019369 0.009649 0.019845 0.036536 -0.010387 0.021856 0.007836 -0.053864 -0.004068 0.019833 0.011736 -0.053084 0.007061 -0.029808 0.023603 -0.005511 -0.012143 0.02298 -0.006867 -0.011995 0.010993 -0.01628 -0.052558 -0.00152 0.007955 -0.019665 -0.004957 -0.01191 0.020612 0.002508 -0.020398 0.000515 -0.00809 -0.001741 -0.040221 0.008314 -0.002097 -0.008903 0.002122 0.003087 -0.025982 0.015673 0.006859 -0.012774 -0.00084 0.03776 0.002312 0.042067 0.009734 0.023989 -0.008113 0.015848 0.002369 -0.005575 0.000396 -0.011676 -0.041186 0.020469 0.004724 0.043117 0.02248 0.030814 0.006599 -0.010282 -0.013966 -0.007398 -0.00948 -0.008585 -0.00329 -0.006156 0.028749 -0.025121 0.010689 -0.016242 0.012433 -0.000897 0.049271 -0.008702 -0.013017 0.007584 0.026235 -0.021736 -0.037553 0.036832 -0.008447 0.001572 -0.032259 0.004886 0.006534 0.026716 0.02805 -0.004949 0.004986 -0.012884 -0.005696 0.018183 -0.023209 -0.017266 0.0216 0.020142 0.016639 -0.015007 -0.012864 0.012597 -0.029707 0.013142 0.022996 -0.024347 -0.024322 -0.008006 0.027583 0.00143 -0.03218 -0.013195 -0.0072 -0.037304 -0.008554 0.032172 -0.01156 0.004463 -0.017437 -0.008986 -0.010247 0.000974 0.030213 -0.05215 0.004277 0.011217 0.033902 -0.016392 -0.037615 0.008221 0.038402 -0.014228 0.021441 -0.007309 -0.009484 -0.025903 -0.025069 0.013117 0.025159 0.015479 0.012955 0.010117 -0.013599 -0.004846 0.024657 -0.022129 -0.003799 -0.006086 0.020865 -0.006378 0.057286 -0.00584 -0.016646 0.007355 0.000346 -0.008653 0.01373 -0.002137 0.011566 -0.028713 -0.00391 -0.002064 0.00945 -0.012962 -0.017114 -0.00792 0.004609 -0.007601 -0.022386 -0.033493 -0.007025 -0.011295 -0.021921 0.031519 0.026618 0.014155 0.028498 -0.011104 0.017433 0.010922 -0.014241 0.052741 -0.000943 0.033192 0.045702 0.020657 0.002814 0.002877 -0.031118 -0.025257 -0.02607 -0.001699 0.016195 -0.028422 -0.010123 0.007191 -0.008867 0.016138 -0.021963 -0.037202 -0.004293 -0.02788 -0.020466 0.003542 -0.002637 0.020903 -0.005995 0.007351 -0.003522 0.003793 0.001721 0.005204 0.009147 0.03279 -0.041913 -0.002105 -0.018041 0.01886 0.010077 -0.018069 -0.004125 0.010806 -0.009217 -0.012113 -0.029921 0.002173 -0.032721 0.001854 -0.056401 -0.006376 0.010724 0.024426 0.016658 0.027435 0.005054\n: 0.022486 0.011478 -0.037792 0.010814 0.008762 0.040791 0.022897 -0.003712 -0.018921 -0.02121 0.011466 0.02164 -0.008183 -0.005782 0.024827 -0.015505 0.011688 -0.0069 -0.022931 -0.032311 0.006548 -0.004149 0.000961 0.00931 -0.000301 0.014207 0.01284 -0.002425 0.001462 -0.003848 0.015878 -0.01585 -0.010805 -0.041837 -0.005906 0.011264 -0.020681 0.004462 -0.000595 0.018833 -0.029187 0.013704 0.010151 0.0122 -0.011928 -0.021663 0.022408 -0.000435 0.008258 -0.003836 0.009889 0.025321 0.04716 -0.018047 0.027897 -0.0002 -0.013023 0.024777 0.000463 0.009939 -0.026034 -0.007687 -0.011317 -0.009119 -0.003246 -0.009098 0.025046 -0.016752 0.011451 0.005614 -0.045405 0.003507 0.014708 0.013762 -0.032685 -0.00105 -0.021823 0.007072 -0.004139 -0.012727 0.005069 0.006392 -0.000548 0.009629 -0.023439 -0.012001 -0.007643 0.01512 -0.011491 0.001475 0.00047 0.000753 -0.005167 -0.003174 0.023187 -0.007081 0.000784 -0.027946 0.00241 0.007416 -0.009565 -0.012921 -0.009301 -0.015461 0.007176 -0.003738 -0.005799 0.005016 0.014787 0.005761 0.030232 0.008396 0.011865 -0.010548 0.000218 0.007167 -0.003084 0.011119 0.002876 -0.008445 0.023833 0.007738 0.031245 0.008134 0.016557 0.002808 0.01366 0.002638 -0.013437 -0.001686 -0.00204 -0.012374 0.015468 0.013026 -0.009164 0.005641 -0.00797 -0.00178 -0.01638 0.036761 -0.004592 -0.007998 0.011141 0.025133 -0.024731 -0.028771 0.006566 0.000394 0.009258 -0.027243 0.001729 0.004001 0.027606 0.023924 -0.001744 0.030704 0.000689 -0.009191 0.005781 -0.010686 -0.021004 0.007255 0.028753 0.015333 -0.012272 -0.015736 0.010734 -0.00406 0.019795 0.021547 -0.012595 -0.011862 -0.022 0.019539 0.001395 -0.014042 0.003933 -0.021713 -0.031428 -0.009445 0.017112 0.009011 -0.001005 -0.009055 -0.025282 0.002608 -0.011903 0.029767 -0.049346 0.0078 0.027987 0.008261 -0.029401 -0.022998 0.009005 0.010861 -0.000608 -0.002328 0.000783 0.015595 -0.034191 -0.029954 0.009434 0.014533 0.03635 -0.009706 0.01296 -0.008555 -0.015774 0.02025 -0.010615 0.001438 -0.009074 0.004828 -0.013739 0.037559 -0.006505 -0.031452 0.006894 0.007582 0.001027 0.021607 -0.018362 -0.003659 -0.016418 0.007929 0.00874 0.022069 0.009553 -0.01447 0.014753 0.015688 -0.006634 -0.015675 -0.027788 0.005116 -0.000592 -0.030747 0.020674 0.029348 0.01037 0.006964 -0.018103 -0.003763 -0.009221 -0.006776 0.021822 -0.003294 0.034369 0.05348 0.024921 0.001821 -0.017186 -0.035408 -0.014891 -0.002622 -0.001469 0.021219 -0.031506 -0.003114 0.013947 -0.014112 0.022099 0.003954 -0.000252 -0.023329 -0.018924 -0.017572 0.001254 0.002048 0.004015 -0.022019 -0.014296 -0.003113 0.012998 -0.017741 0.007747 0.01374 0.034686 -0.017983 0.000713 -0.009886 0.00406 0.014579 0.005677 -0.010912 0.026544 -0.012015 -0.016613 -0.010463 0.019319 -0.024396 0.002139 -0.034946 -0.011713 0.023881 0.003044 0.001136 0.01335 0.006027\nি 0.021144 0.002679 -0.053847 0.01676 0.00836 0.033731 -0.001862 -0.006997 -0.019263 -0.031299 0.039429 0.008781 -0.011048 -0.017914 0.036095 -0.009472 0.007069 -0.017848 -0.010555 -0.047947 -0.018459 -0.001771 0.003069 0.011243 0.003493 0.019724 -0.016415 -0.013804 -0.013515 -0.03364 0.022649 -0.034373 -0.018986 -0.03537 0.00908 0.005649 -0.035545 0.04635 0.01061 0.022934 -0.032385 0.009784 0.005176 -0.00049 -0.033988 -0.0202 0.035337 0.00051 -0.001733 0.015551 0.00088 0.045086 0.033014 -0.034575 0.037657 0.006509 -0.008934 0.019701 -0.010542 0.029615 -0.033137 -0.028154 0.000289 -0.016724 0.017768 0.028929 0.039797 -0.004559 0.041057 0.013864 -0.051834 0.000763 0.015973 0.020637 -0.045109 0.004238 -0.026778 0.027547 -0.042523 -0.015534 0.013203 -0.002247 0.000578 0.009607 -0.024902 -0.038841 0.002152 -0.002167 -0.014024 0.003154 -0.009876 0.021856 0.008202 -0.010072 0.019917 0.00086 -0.006727 -0.035811 0.000462 -0.006773 -0.021199 0.005953 0.000691 -0.03381 0.013868 -0.004465 -0.018238 0.011088 0.034928 -0.00716 0.04447 0.024065 0.028807 -0.023964 0.002332 -0.007135 -0.008051 -0.006271 -0.015979 -0.036345 0.035875 0.007508 0.035898 0.020881 0.032218 0.018911 -0.006001 -0.01086 -0.006813 -0.02116 -0.012089 -0.003474 -0.014285 0.033431 -0.012852 0.017297 -0.037987 0.006261 0.004923 0.049982 0.00044 -0.012248 0.010774 0.018913 -0.037456 -0.053484 0.053633 0.020986 0.007069 -0.042341 -0.002448 0.013813 0.026313 0.019599 0.00495 0.001344 0.006475 -0.024838 0.015022 -0.018531 -0.024042 0.011131 0.024163 0.019233 -0.011336 -0.021638 0.016727 -0.017771 0.025763 0.015533 -0.027275 -0.018033 -0.012546 0.03613 -0.026175 -0.029185 -0.008374 -0.005461 -0.040919 -0.01688 0.027604 -0.009956 0.00638 -0.015782 -0.003989 -0.015838 0.007087 0.025806 -0.049134 -0.000132 0.016295 0.025131 -0.036024 -0.036095 0.002938 0.03853 -0.016897 0.011902 -0.000719 -0.005091 -0.040157 -0.03808 0.016951 0.028528 0.015328 0.01513 0.021795 -0.01307 -0.004659 0.041081 -0.021709 -0.008134 -0.005474 0.013015 -0.003266 0.070079 0.018289 -0.024907 0.015015 0.005415 -0.001134 -0.000174 -0.004337 0.004907 -0.025802 -0.006143 -0.000901 0.026482 -0.010437 -0.026896 -0.007949 0.002137 -0.001553 -0.028784 -0.04033 -0.009028 -0.015324 -0.039292 0.027369 0.024269 0.015228 0.025953 -0.023912 0.014767 -0.003047 -0.000291 0.032494 -0.012895 0.037876 0.052075 0.017289 0.002111 0.001445 -0.038546 -0.03326 -0.021408 -0.009257 0.028842 -0.026702 -0.012354 0.007499 -0.015402 0.03184 -0.025952 -0.031763 -0.02386 -0.029792 -0.021904 0.01141 0.006452 0.018469 0.010175 0.016552 -0.002343 0.010998 -0.001253 -0.002262 0.011974 0.051146 -0.054494 0.00124 -0.015261 0.02098 0.019946 -0.016424 -0.007327 0.019374 -0.010581 -0.022163 -0.010461 0.005208 -0.041018 0.00963 -0.071215 -0.010501 0.003125 0.020301 0.020782 0.015848 0.005843\nਾ 0.031125 0.008335 -0.063627 -0.002036 0.018736 0.045672 0.003793 -0.029747 -0.024054 -0.042466 0.045777 0.017809 -0.003558 -0.021697 0.049798 -0.025844 0.013556 -0.010401 -0.014389 -0.06078 -0.018624 0.003585 0.005664 0.013125 -0.003516 0.007891 -0.021688 -0.016827 0.001312 -0.045585 0.018832 -0.044403 -0.02055 -0.042506 0.010763 0.023622 -0.036856 0.060025 0.000386 0.021649 -0.051376 0.011855 0.008131 -0.007217 -0.025753 -0.015279 0.055457 -0.005821 -0.010934 0.011243 -0.003778 0.051645 0.044112 -0.018748 0.048042 0.003084 -0.018921 0.014037 -0.001305 0.022835 -0.053634 -0.041591 0.00634 -0.010984 0.020503 0.041975 0.05197 0.009728 0.03992 0.020738 -0.069735 0.004961 0.031931 0.032996 -0.056789 0.010003 -0.049004 0.025004 -0.058315 -0.016773 0.005777 -0.020686 0.005261 -0.000407 -0.019103 -0.041908 0.01191 -0.019686 -0.008195 -0.016993 -0.013446 0.012847 0.032128 -0.003514 0.031974 -0.005887 -0.006077 -0.046982 -0.005549 -0.008241 -0.044349 0.011221 0.001546 -0.034262 0.02388 -0.009621 -0.03346 0.023086 0.057535 0.004217 0.050829 0.030553 0.032896 -0.033877 0.001452 -0.007184 0.001419 0.004551 -0.022122 -0.031601 0.031915 0.009931 0.046605 0.035955 0.04096 0.023537 -0.013062 0.00144 -0.020054 -0.020306 -0.012201 -0.00513 -0.010974 0.054644 -0.033268 0.016598 -0.032513 0.010607 0.026338 0.050401 -0.000137 -0.013371 0.019081 0.022622 -0.054383 -0.060652 0.064292 0.021589 0.005477 -0.038368 0.012382 0.019573 0.039278 0.028587 0.004161 0.005989 0.01277 -0.023916 0.027374 -0.038134 -0.035619 0.009295 0.033831 0.01782 -0.017487 -0.017791 0.033916 -0.017802 0.030598 0.02456 -0.032585 -0.031277 -0.007811 0.038664 -0.02094 -0.031337 -0.024289 -0.01173 -0.060264 -0.024943 0.029359 -0.022268 0.010246 -0.027477 -0.00919 -0.024105 0.01287 0.021647 -0.048496 0.009263 0.034054 0.029982 -0.02808 -0.027742 -0.005852 0.058454 -0.037987 0.019804 0.008026 0.006365 -0.033948 -0.033469 0.011929 0.038224 0.031878 0.018088 0.025413 -0.017904 -0.00753 0.054539 -0.013271 -0.009344 0.012984 0.001067 0.00238 0.070836 0.019304 -0.016827 0.028742 -0.01444 -0.011641 -0.008137 0.002659 -0.006114 -0.027067 -0.003117 -0.001879 0.020023 -0.020407 -0.029432 -0.002938 -0.012944 -0.006956 -0.020386 -0.050891 -0.024401 -0.018706 -0.046449 0.023449 0.024234 -0.002245 0.009153 -0.037358 0.023051 -0.008797 0.001846 0.034187 -0.007122 0.06094 0.065795 0.028902 0.024266 -0.01399 -0.036984 -0.031251 -0.030801 -0.010647 0.052269 -0.034697 -0.029021 0.00428 -0.026199 0.034912 -0.026677 -0.051393 -0.020405 -0.058999 -0.023176 0.008363 0.005813 0.019939 0.017739 0.026836 -0.003869 0.012389 -0.005716 0.006442 0.018592 0.066909 -0.069748 -0.006218 -0.023931 0.017999 0.023469 -0.007792 -0.014119 0.047425 -0.01212 -0.030797 -0.01139 -0.007407 -0.043138 0.025766 -0.093227 -0.001764 0.009688 0.020742 0.014337 0.008553 0.012032\nཐ 0.039572 -0.002967 -0.055799 0.023974 0.010902 0.038828 0.007771 -0.002319 -0.027735 -0.037501 0.033635 0.022139 -0.008501 -0.02215 0.029327 -0.013259 -0.000372 -0.014596 -0.009035 -0.046618 -0.014993 -0.008945 0.014183 0.007222 -0.00438 0.02704 -0.010702 -0.012856 -0.005268 -0.020912 0.015619 -0.034877 -0.025952 -0.04096 0.014081 0.005004 -0.030692 0.041119 0.004001 0.006737 -0.036701 0.006782 -0.011407 0.010707 -0.028664 -0.021503 0.030785 -0.007873 -0.000367 0.018624 -0.003459 0.047228 0.033218 -0.030498 0.03764 0.017872 -0.018358 0.006061 -0.010029 0.03487 -0.025523 -0.029067 -0.01415 -0.015411 0.025626 0.016225 0.024286 -0.022045 0.035806 0.019326 -0.061386 -0.007643 0.034333 0.013833 -0.040933 0.003315 -0.034667 0.031626 -0.021367 -0.027457 -0.000962 -0.011302 0.010341 0.004597 -0.026841 -0.033957 -0.000554 -0.00331 -0.000552 -0.008557 -0.005741 0.020142 0.020633 -0.009754 0.002012 -0.008935 -0.012414 -0.042332 -0.013642 -0.005525 -0.023254 0.014648 -0.009067 -0.03956 0.016897 -0.008806 -0.025746 0.007489 0.036668 -0.011181 0.042527 0.013662 0.021866 -0.021671 0.00292 0.012762 -0.012549 0.013547 -0.013162 -0.041359 0.015508 0.002355 0.039481 0.030481 0.019984 -0.001789 -0.02007 -0.014424 -0.016903 -0.023437 -0.022904 -0.008378 -0.009139 0.029881 -0.03295 0.015907 -0.020368 0.012721 0.01396 0.04554 -0.010639 -0.009323 0.013134 0.025621 -0.030975 -0.045034 0.04737 0.009704 0.012264 -0.028055 0.000934 0.019599 0.024871 0.015541 0.000946 -0.001977 0.001689 -0.014223 0.032328 -0.030865 -0.001413 0.019357 0.026349 0.008632 -0.011302 -0.023282 0.024928 -0.007959 0.017624 0.023226 -0.026313 -0.031013 -0.02231 0.022481 -0.018703 -0.029294 -0.022327 -0.003947 -0.029941 -0.004513 0.029306 0.001422 -0.002812 -0.015693 -0.009712 -0.010188 0.011941 0.020303 -0.05447 0.017459 0.020167 0.027141 -0.019627 -0.031223 0.008319 0.026103 -0.03208 0.013707 -0.008335 -0.002637 -0.035127 -0.016064 0.017619 0.040719 0.029962 0.022374 0.010705 -0.006209 -0.01855 0.033558 -0.01286 -0.001955 -0.000573 0.022156 -0.001498 0.056543 0.009494 -0.021404 0.004613 0.004521 0.003159 0.005781 0.004031 -0.000669 -0.042214 -0.011894 0.003406 0.02123 -0.013341 -0.02994 -0.00859 -0.013014 -0.009256 -0.023623 -0.035952 -0.006692 -0.012161 -0.014795 0.029148 0.02743 0.0071 0.020261 -0.029149 0.026397 0.011764 -0.004113 0.034557 0.013936 0.040633 0.042647 0.02158 0.016891 -0.002047 -0.037587 -0.023241 -0.022387 -0.002543 0.026683 -0.036833 -0.011446 0.003391 -0.020416 0.01893 -0.045424 -0.027089 -0.017409 -0.030658 -0.013541 0.010295 -0.011161 0.024369 0.02172 0.013882 -0.004394 0.014171 0.008557 0.000616 0.024861 0.046601 -0.052206 0.00898 -0.019109 0.008862 0.01705 -0.025977 0.002041 0.018509 -0.018449 -0.020735 -0.018199 0.002376 -0.032347 0.016625 -0.062873 -0.029314 0.00809 0.013796 0.024761 0.020327 0.000143\n॔ -0.011628 -0.000824 -0.020657 0.019277 -0.029794 0.042673 -0.00059 -0.025968 -0.028578 -0.017181 -0.026497 0.00146 -0.027873 -0.009562 0.045797 0.03189 0.009021 -0.021562 -0.031473 -0.025122 -0.007811 -0.00327 -0.024758 -0.044071 0.046618 0.012608 -0.018482 -0.00586 0.025432 -0.045472 0.000356 -0.027716 -0.025484 -0.003194 0.020827 0.022446 -0.000857 0.002859 0.025992 0.031343 -0.002001 -0.043527 0.017267 0.029418 0.052035 -0.039431 0.018208 0.014229 0.024021 0.004447 0.007838 0.02837 -0.004679 -0.002935 0.017138 -0.016689 -0.013584 0.005774 -0.031768 0.029001 -0.013691 -0.015644 0.025379 -0.020626 0.023506 0.045542 0.009559 -0.006269 0.035019 -0.0148 0.022112 0.020916 0.048285 0.038129 -0.012352 0.030586 -0.033323 -0.003452 -0.01001 -0.007198 -0.035856 0.023182 -0.000929 -0.027135 0.015768 0.017699 -0.009515 -0.019245 0.008884 0.009131 0.008884 0.001061 0.036708 -0.018864 -0.044668 -0.006211 0.017217 0.0045 0.003879 0.013729 0.007666 -0.024293 -0.017304 -0.074091 0.033737 0.015607 0.042948 -0.027719 0.023462 -0.007672 -0.015184 0.016803 -0.029941 -0.032127 0.011952 0.00936 -0.028162 -0.019384 0.006454 0.005489 -0.002862 0.010133 -0.01531 0.034489 0.012773 -0.001497 0.04743 -0.031887 -0.013509 -0.016754 0.012361 -0.01451 0.006945 -0.021672 -0.049515 0.016604 -0.005294 -0.025606 0.022084 -0.011777 0.044244 0.047082 0.004673 0.006623 -0.01944 -0.068435 0.040317 -0.030856 -0.025783 0.002585 0.011084 0.020258 0.016048 0.03728 -0.021074 -0.004077 -0.013232 -0.02451 0.027339 -0.015482 -0.012915 0.024606 -0.009402 -0.012186 -0.027589 -0.004737 0.059019 0.021173 0.032762 -0.012247 -0.01914 -0.053183 -0.04414 -0.026788 0.02083 -0.043174 0.039824 0.048797 0.002824 0.012657 0.016892 0.023084 0.008157 -0.003917 -0.042548 0.054003 0.030039 0.029257 0.012262 -0.031808 0.00664 0.01544 -0.010285 -0.060367 -0.023006 0.016774 0.003621 0.004588 0.013484 -0.001573 -0.0417 -0.026915 -0.023715 0.005614 0.039791 -0.013709 -0.017187 -0.020511 0.026416 0.041761 0.016812 -0.025456 0.057412 0.019275 -0.018957 0.066478 -0.004138 -0.008363 0.014308 0.019927 0.004306 -0.033723 0.000611 0.021343 -0.010553 0.027905 0.002597 -0.013479 0.011358 -0.000429 -0.015658 -0.022866 0.007996 0.009863 0.011778 -0.031255 0.025952 0.006167 -0.00161 0.009377 0.032005 0.038365 -0.001677 -0.027657 0.05235 0.034165 0.015586 -0.000867 0.012486 -0.010711 0.044783 -0.005319 -0.030011 -0.036061 -0.036907 -0.014654 -0.010239 0.021748 -0.007148 0.025977 -0.022307 -0.004236 0.020978 -6.1e-05 -0.013304 0.013987 -0.052436 0.000635 -0.00751 0.008517 0.012883 -0.013547 0.019727 -0.030295 0.037401 -0.012493 -0.005581 0.024911 0.001542 -0.007635 0.006565 -0.016334 -0.02429 0.047672 -0.029895 0.010471 0.052276 -0.034589 -0.044228 -0.02798 -0.002394 0.001013 0.003933 -0.065239 0.007745 -0.007806 -0.036568 -0.019762 -0.013264 0.004684\nၚ -0.072722 -0.064261 0.077653 -0.040581 -0.037276 -0.034019 -0.003053 0.010689 -0.020861 0.016334 0.024892 -0.054328 -0.057792 -0.054297 -0.051989 0.031119 -0.025177 -0.044091 0.067322 0.010463 0.019795 -0.007812 0.018767 -0.010719 -0.032837 0.03977 0.009442 -0.021442 -0.019076 -0.001398 0.015133 -0.024442 -0.025007 0.075617 -0.015235 0.029309 -0.013718 -0.02215 0.003749 -0.027645 0.000392 0.000204 -0.013185 -0.0217 -0.022709 0.000122 0.023484 0.020846 0.044705 0.029758 0.001565 0.025497 0.015283 0.017176 0.052692 0.030756 -0.086847 -0.033362 0.010955 -0.027108 -0.065061 0.079042 -0.031199 0.005134 0.003137 -0.017966 0.003498 -0.0487 -0.023456 -0.0165 0.014845 0.050936 -0.031952 -0.007711 0.000945 0.019865 0.019696 -0.073228 -0.056852 0.028129 -0.032066 -0.027186 0.021202 0.010325 -0.042179 0.020265 -0.033366 0.020951 -0.000144 -0.016846 0.03542 0.045517 0.01873 -0.024732 -0.013251 -0.085558 0.01115 0.047836 -0.042524 0.061295 -0.008637 0.01445 0.008576 0.029829 -0.017543 -0.012744 -0.010141 0.00122 0.062338 0.021143 0.009972 0.045808 -0.014517 -0.008729 -0.011821 0.011307 0.071659 -0.091468 0.028238 0.008293 -0.023479 -0.005618 0.018698 0.006518 0.002008 -0.020566 -0.001194 0.032752 -0.019798 -0.051479 -0.034006 0.01649 0.018445 0.008449 0.074483 -0.016457 0.041447 0.005961 0.001164 0.066661 -0.012839 0.027274 0.025508 -0.042744 -0.047822 -0.019474 0.08842 -0.002351 0.014182 -0.028381 -0.019559 -0.011904 -0.016457 0.01801 -0.028809 -0.024175 -0.027802 -0.010086 0.004731 -0.012337 -0.034278 -0.022692 -0.00991 -0.046491 -0.044467 0.029786 -0.001989 -0.079387 -0.029584 0.007971 0.000915 0.016669 0.02147 0.024274 0.022565 0.054297 -0.002599 0.027885 0.037327 -0.041095 -0.008643 0.008519 -0.045631 0.025549 0.015465 -0.07856 0.018261 -0.025111 0.006168 0.006831 -0.050601 0.005209 -0.021541 0.003674 -0.031031 -0.028358 0.010136 -0.040053 0.008562 -0.030684 -0.039069 -0.005579 -0.046772 0.080942 -0.011876 -0.024508 0.021356 -0.011646 0.020984 -0.021713 0.022716 0.01449 -0.006202 0.030076 0.031867 -0.00915 -0.034982 -0.020692 0.036199 0.05339 0.020611 0.01097 -0.05887 0.04022 0.083543 0.003296 -0.030778 0.011366 -0.01819 -0.039243 -0.04611 -0.00774 0.009955 -0.021947 0.021161 0.008989 0.04811 -0.027718 -0.055789 0.031323 0.019698 -0.020755 -0.004322 -0.01438 -0.029926 -0.049265 -0.028298 0.025478 -0.033377 -0.030616 -0.023227 0.065604 0.051506 0.01408 0.07157 0.042665 -0.019787 -0.000133 -0.044564 0.022134 0.008009 -0.006488 0.049888 0.003258 -0.00273 -0.021262 -0.003126 -0.061063 -0.052996 -0.0638 0.014439 -0.023169 0.031671 -0.004589 0.024222 0.016987 0.011805 -0.051974 0.014701 0.023121 0.000796 -0.017499 -0.018053 0.085655 0.026103 -0.007267 0.018052 -0.025202 -0.007004 0.005152 0.019168 -0.011261 0.027205 0.035796 -0.041281 0.075527 -0.064666 0.006567 0.03178 -0.009326\nå 0.029588 0.007184 -0.043695 0.029195 0.016112 0.032455 0.010112 0.010046 -0.024328 -0.025783 0.0432 0.012194 -0.002037 -0.034837 0.029643 -0.008445 -0.009134 -0.033787 -0.009085 -0.040468 -0.013834 -0.005533 -0.003677 0.035167 -0.002932 0.017203 -0.013041 -0.00326 -0.01852 -0.029519 0.020521 -0.036864 -0.013048 -0.0454 0.012293 0.015666 -0.040829 0.037966 0.005831 0.016843 -0.025511 0.004818 0.008755 -0.000535 -0.02456 -0.016203 0.036277 -0.003648 0.001162 0.019291 0.002594 0.063819 0.030789 -0.034405 0.039018 -0.005358 -0.004351 0.026019 -0.021066 0.032546 -0.027695 -0.02333 -0.007843 -0.015925 0.014757 0.017841 0.030256 -0.019458 0.039037 0.017232 -0.031325 -0.008819 0.028221 0.011058 -0.059589 -0.005092 -0.032542 0.026041 -0.028475 -0.01221 0.019534 -0.009542 0.008546 0.029497 -0.020615 -0.048477 -0.001281 0.005489 -0.026261 0.007954 -0.005834 0.043285 0.005387 -0.007653 0.015205 -0.024217 0.001322 -0.039375 -0.008904 0.006054 -0.007548 -0.010613 0.001215 -0.00957 0.016624 -0.000829 -0.017049 0.010325 0.025702 -0.001973 0.043399 0.024092 0.030027 -0.010423 -0.00062 0.001041 -0.007401 0.001114 0.00251 -0.037899 0.020698 0.007658 0.039108 0.018839 0.040888 0.01206 0.000618 -0.017215 -0.007 -0.003502 -0.021115 -0.007915 -0.011898 0.027936 -0.029237 0.016296 -0.023808 -0.01621 0.002357 0.047988 -0.008041 -0.013028 0.007868 0.021412 -0.040733 -0.05849 0.039892 -0.002024 0.001576 -0.042055 0.008543 0.011244 0.033918 0.022811 0.00304 -0.001564 -0.002851 -0.028452 0.010945 -0.02182 -0.020133 0.024811 0.019126 0.013711 -0.005333 -0.004749 0.032743 -0.025786 0.015603 0.019285 -0.02626 -0.021239 -0.01149 0.044097 -0.010862 -0.038433 -0.011565 -0.003143 -0.030857 -0.023911 0.034567 -0.020248 0.002435 -0.004581 -0.008011 -0.025533 0.014977 0.017111 -0.053501 0.000378 0.013277 0.030846 -0.039312 -0.043544 0.00457 0.031207 -0.023978 0.022942 -0.000353 0.004715 -0.044822 -0.021342 0.014639 0.023895 0.012278 0.018991 0.007134 -0.002577 -0.001629 0.033605 -0.029988 0.001579 -0.015729 0.022756 -0.007429 0.069443 -0.00813 -0.033979 0.007834 0.00902 0.009836 0.008625 -0.01781 0.004401 -0.024612 0.004826 -0.014542 0.021528 -0.00951 -0.018396 0.004637 0.005409 -0.011815 -0.030602 -0.036362 -0.000765 -0.013723 -0.039178 0.031879 0.031805 0.005253 0.012221 -0.013783 0.009364 0.001886 -0.000415 0.052069 -0.001584 0.033338 0.051817 0.037968 0.008545 -0.003091 -0.047765 -0.036339 -0.020986 0.001147 0.007016 -0.023439 -0.027042 0.001697 -0.014689 0.030231 -0.019022 -0.02419 -0.014997 -0.021715 -0.021155 0.013161 -0.000732 0.017837 -0.004624 0.01554 -0.002293 0.021358 0.002118 0.000135 0.012518 0.036326 -0.056566 -0.000955 -0.019417 -0.000397 0.006119 -0.027178 -0.019263 0.009981 -0.009525 -0.019115 -0.014697 0.004054 -0.041182 0.009383 -0.061292 -0.017826 0.001652 0.01694 0.012229 0.026463 0.007847\nự 0.049538 0.00051 -0.059989 0.026144 0.002632 0.000746 0.014988 -0.04682 -0.032763 -0.039518 0.050169 -0.036382 -0.022539 0.018376 -0.007008 -0.025075 0.03356 -0.019555 0.006952 -0.035217 -0.01876 0.023079 -0.014594 0.012144 -0.002544 0.001768 0.012626 0.009833 0.023099 0.001299 0.011825 -0.036849 0.02429 -0.004185 0.044749 -0.019887 -0.021631 0.017864 -0.027694 0.036102 -0.007043 0.00612 -0.047351 0.017967 -0.02348 -0.031009 0.038399 -0.006484 0.005586 0.043239 0.023602 0.044799 0.02756 -0.031785 0.057948 0.007937 -0.012327 0.042848 -0.014914 0.000489 -0.003514 -0.030685 -0.004208 0.008576 0.01566 0.007377 0.063279 -0.003654 0.008786 -0.007557 -0.014738 -0.016562 0.041953 0.003283 -0.010578 0.035656 0.006286 0.035599 0.006142 -0.005622 0.002932 0.008926 -0.023966 0.013382 -0.028422 -0.038286 -0.04143 -0.02634 0.016623 -0.030046 0.000308 0.021861 -0.038368 -0.008273 -0.043209 0.004599 -0.017881 -0.000744 -0.012557 -0.009796 -0.016713 0.015469 -0.013505 -0.012298 0.027636 -0.023043 -0.011163 -0.014914 0.065263 0.017933 0.006988 0.003199 0.011272 -0.003288 -0.006154 0.00334 -0.03252 0.015995 -0.010029 -0.04718 -0.005607 -0.033707 0.048047 0.012536 0.011667 0.024705 -0.004709 0.00022 -0.016267 0.003261 0.002251 -0.00437 -0.01448 0.02518 0.017027 0.036312 -0.026868 0.04788 0.009807 0.007348 -0.015331 0.017501 0.046311 0.01722 -0.052612 0.011892 0.02408 0.016731 -0.012454 -0.018206 0.016317 -0.011627 0.019547 0.024038 -0.012014 -0.004299 0.049638 0.000845 -0.010333 -0.038881 0.017706 0.000108 -0.014346 -0.001261 -0.023335 0.002944 0.005919 -0.029787 0.031381 0.021729 -0.037765 -0.0185 -0.019979 -0.000801 -0.029292 0.006352 0.023374 0.003508 0.015808 -0.015878 0.035528 0.011849 -0.003272 -0.010523 -0.01958 0.010277 -0.007791 -0.009536 -0.075298 -0.056848 0.013374 0.012712 -0.029842 -0.003209 -0.043615 0.020768 0.028733 0.003001 0.004923 -0.011854 -0.06101 -0.023085 0.013857 0.005853 0.047023 -0.025398 0.011795 -0.016989 0.003872 0.013405 -0.03308 -0.003915 0.015126 -0.000885 0.036333 0.026043 0.03558 -0.005141 -0.000259 0.019637 0.038198 0.007794 0.018703 -0.023332 0.000219 -0.032565 0.038808 0.012299 -0.014627 -0.004215 0.01722 -0.021048 -0.027501 -0.041494 -0.000282 0.014331 -0.00029 -0.075962 0.022622 0.003758 -0.014601 0.037896 0.004234 -0.007176 -0.013019 0.002288 0.020761 0.007723 0.013216 0.054433 -0.004452 5e-06 0.021821 -0.034496 -0.02537 -0.006768 -0.008907 0.030636 -0.029613 -0.031794 0.007333 0.004472 -0.001871 -0.029303 -0.000677 -0.031575 -0.013016 0.018509 -0.001681 -0.00103 0.020204 -0.01446 0.017871 -0.000569 0.029753 -0.006528 0.029443 0.033698 0.016449 -0.045616 -0.002319 0.022352 -0.012704 0.019919 -0.028225 0.019726 -0.003861 0.001316 -0.053407 0.005113 0.003906 -0.029892 0.024667 -0.042066 0.020695 0.022174 0.0099 -0.003485 0.056583 -0.012142\nٶ 0.052555 0.010342 -0.039192 0.033987 0.0087 0.02207 0.019731 -0.011847 -0.029636 -0.013517 0.052564 -0.012651 -0.024711 -0.02177 0.015732 0.024988 0.033423 -0.01857 -0.014985 -0.036288 -0.011453 0.017331 -0.003193 0.021043 0.021788 -0.005435 -0.015743 -0.006224 -0.010779 -0.014117 0.036686 -0.016633 -0.020166 -0.011608 6e-05 -0.0049 -0.018624 0.014517 0.009435 0.00873 -0.035097 0.0063 0.020582 0.011106 0.009552 -0.019565 0.028053 0.007214 0.01084 -0.000208 -0.005692 0.034253 0.053917 -0.02508 0.043968 -0.016695 0.021484 0.026696 -0.020133 0.014686 -0.045144 0.015467 0.006909 -0.024887 -0.031631 0.022711 0.016848 -0.010647 0.065582 0.017579 -0.026651 0.008679 0.008342 0.032092 -0.025697 0.010569 -0.03286 0.006272 -0.019126 -0.016169 0.019536 -0.018241 0.008889 0.023842 -0.0338 -0.061648 0.026065 -0.038049 -0.00982 0.013886 -0.008499 0.029923 -0.01057 -0.025067 0.019743 -0.008093 0.022388 -0.021995 -0.022123 0.004946 -0.009714 -0.011139 -0.0131 -0.029008 0.026744 -0.027399 -0.003116 0.007462 0.02089 0.010099 0.038814 0.021937 0.023589 -0.006112 0.00939 0.002062 0.001488 0.003345 -0.00432 -0.028963 0.020523 0.016069 0.01388 0.040367 0.055003 0.019405 0.012927 -0.012496 -0.020233 -0.011981 0.008752 -0.001557 -0.043769 0.034944 -0.01494 0.002777 -0.0636 -0.024997 0.017561 0.035202 -0.015471 -0.012467 0.008684 0.035102 -0.022065 -0.027151 0.03151 0.01439 0.030795 -0.0511 -0.029368 0.022741 0.006158 0.005684 -0.011089 -0.005379 -0.003013 -0.049903 -0.039831 0.013389 0.013177 0.010119 0.041855 0.045882 -0.012662 -0.015198 0.019937 -0.007209 0.022179 0.048193 -0.061677 -0.050424 -0.017485 0.021946 -0.005317 -0.009332 0.005363 0.014648 -0.051375 -0.041868 0.032547 -0.017778 0.019595 -0.024404 -0.015089 -0.01638 -0.028772 0.012509 -0.037986 0.004881 0.040328 0.020151 -0.048227 -0.018992 -0.013714 0.03406 -0.001851 0.024308 0.003225 0.035813 -0.023512 -0.022845 0.001366 0.003921 0.007172 0.015602 -0.007888 -0.020495 0.025413 0.044659 -0.036557 0.035472 -0.029404 0.014682 0.003642 0.069649 -0.001796 -0.044819 0.013944 -0.017909 -0.012389 -0.010156 -0.008184 0.029054 -0.010824 0.02283 -0.000789 0.008288 0.048698 -0.04061 -0.012697 0.022588 0.01234 -0.02696 -0.014845 0.009298 -0.014999 -0.058701 0.012704 0.012782 -0.003911 0.000372 -0.021174 0.025676 0.024966 0.011411 0.03487 -0.002487 0.03252 0.046352 0.005511 -0.002037 -0.010851 -0.0567 -0.023253 -0.000907 -0.013965 -0.008748 -0.013627 -0.002337 0.011582 -0.003692 0.005048 -0.020843 -0.008182 -0.013296 0.001153 -0.011624 -0.032426 0.004801 -0.020111 -0.007804 -0.009658 0.005422 -0.010584 -0.021419 0.008871 0.036314 0.030883 -0.01042 0.017523 -0.01256 0.000724 0.036598 0.003774 -0.012754 0.028634 -0.016272 -0.011197 -0.015853 0.019125 -0.054036 -0.030492 -0.056112 -0.009812 -0.01894 0.006704 0.015938 0.01747 -0.038304\nz 0.028315 0.003828 -0.051572 0.028374 0.017669 0.034561 0.005784 0.007798 -0.02427 -0.026537 0.036761 0.01269 -0.002359 -0.03786 0.026252 -0.006441 0.003309 -0.028601 -0.013154 -0.038844 -0.017507 -0.006367 -0.002247 0.015551 0.008512 0.02931 -0.003696 -0.006024 -0.013248 -0.026387 0.021513 -0.031493 -0.017014 -0.04145 0.012569 0.01823 -0.044935 0.03809 0.012092 0.01862 -0.025293 0.010018 -0.000413 0.001286 -0.026615 -0.024327 0.038737 -0.00021 -0.001441 0.024997 0.006172 0.060394 0.027607 -0.034134 0.041727 0.006271 -0.003591 0.028433 -0.021141 0.026868 -0.026118 -0.031484 -0.015384 -0.014135 0.010007 0.018231 0.033212 -0.01604 0.031228 0.013502 -0.042064 -0.010838 0.021159 0.012409 -0.056504 0.004274 -0.031366 0.027213 -0.020519 -0.015642 0.014588 -0.002226 -0.00291 0.026431 -0.027584 -0.060573 -0.00016 0.000519 -0.024329 -0.003684 -0.008808 0.03367 -0.003078 -0.016175 0.008609 -0.010403 0.00441 -0.036644 -0.000782 -0.004477 -0.012316 -0.005195 0.000402 -0.018889 0.012876 -0.002591 -0.018799 0.01301 0.032028 -0.001494 0.041136 0.020631 0.025027 -0.007746 0.009581 0.002394 -0.014436 0.000784 -0.010741 -0.041487 0.014853 -0.001875 0.0404 0.022135 0.035654 0.011492 -0.011398 -0.017582 -0.010635 -0.017058 -0.020554 -0.007498 -0.020263 0.023123 -0.02483 0.015538 -0.019675 -0.000107 0.002178 0.05367 -0.005442 -0.011701 0.018576 0.022657 -0.035524 -0.04625 0.04295 0.000762 0.005196 -0.042974 0.005383 0.01442 0.024202 0.033135 -0.004091 0.005912 -0.004064 -0.020472 0.01315 -0.020893 -0.017557 0.017774 0.022706 0.01165 -0.007985 -0.008567 0.023043 -0.030985 0.017523 0.028095 -0.031315 -0.022961 -0.010146 0.037427 -0.018899 -0.031927 -0.015072 -0.000605 -0.036658 -0.025533 0.03344 -0.013537 -0.004394 -0.005908 -0.007249 -0.020126 -0.000558 0.017624 -0.063097 0.000966 0.005564 0.027563 -0.032063 -0.044087 -0.000474 0.035432 -0.015666 0.009291 0.005211 0.000894 -0.040941 -0.034702 0.015532 0.025854 0.012364 0.014207 0.015712 -0.010012 -0.008117 0.034787 -0.031408 -0.000546 -0.010451 0.027519 -0.000822 0.068325 0.004481 -0.028928 0.00288 0.002285 -0.005603 0.010882 -0.008447 0.00711 -0.021223 -0.001618 0.000306 0.017816 -0.011612 -0.021175 -0.001334 0.003517 -0.007565 -0.029711 -0.039234 0.000554 -0.012486 -0.034455 0.02903 0.029008 0.004494 0.023371 -0.01458 0.015991 0.008914 -0.015359 0.042997 -0.003837 0.03803 0.050425 0.024811 0.009081 0.004489 -0.048277 -0.037864 -0.024778 -0.006206 0.014323 -0.021812 -0.026612 0.007786 -0.00632 0.034539 -0.019235 -0.027207 -0.01334 -0.022788 -0.013174 0.005921 -0.001805 0.021069 -0.003907 0.009278 0.001248 0.01663 0.004921 0.002756 0.023 0.036335 -0.047885 -0.001739 -0.020673 0.011194 0.019428 -0.024155 -0.005379 0.0092 -0.009172 -0.022737 -0.016571 0.00643 -0.042809 0.012867 -0.063237 -0.015054 0.005507 0.019158 0.013268 0.035577 0.002747\nក 0.022982 0.000856 -0.031836 0.023136 0.01173 0.030562 0.007875 -0.002724 -0.018597 -0.021784 0.040063 0.00271 -0.011647 -0.016689 0.021522 -0.000978 0.0034 -0.025715 -0.001715 -0.037577 -0.014368 0.007033 0.006899 0.011941 -0.006578 0.01926 -0.01168 -0.009498 -0.013086 -0.020438 0.029249 -0.032631 -0.018261 -0.030194 0.008997 0.017184 -0.02696 0.040269 0.007804 0.017937 -0.026242 0.009386 0.000879 -0.009666 -0.015016 -0.01068 0.025904 -0.007215 0.003461 0.008352 0.002021 0.040776 0.022362 -0.027011 0.043301 0.011338 0.004322 0.021676 -0.006547 0.020546 -0.027191 -0.019247 -0.005579 -0.016891 0.007703 0.016976 0.042885 -0.026194 0.025177 0.016138 -0.045273 -0.013505 0.021962 0.015295 -0.042317 0.003998 -0.021062 0.013726 -0.018996 -0.010987 0.019121 0.003089 0.005264 0.018644 -0.013251 -0.044101 0.006508 0.002948 -0.007113 -0.003444 -0.005388 0.02269 0.000683 -0.007367 0.014723 -0.004622 0.002729 -0.031622 0.004222 -0.007751 -0.015272 0.001946 0.000943 -0.025692 0.012344 0.006901 -0.020333 0.005845 0.035155 -0.007288 0.038667 0.011824 0.017963 -0.01296 0.002271 -0.001363 0.006905 -0.00213 -0.014385 -0.040518 0.028195 0.001686 0.033643 0.011501 0.032211 0.005537 -0.006365 -0.013465 -0.01517 -0.009329 -0.007107 -0.008671 -0.01814 0.034998 -0.020302 0.009299 -0.018033 0.001511 0.006383 0.032729 -0.016733 -0.008037 -0.004518 0.025683 -0.038418 -0.041549 0.040464 0.007578 0.011475 -0.03705 0.00362 0.00301 0.026183 0.016008 0.002331 0.005587 -0.006786 -0.027628 0.017991 -0.014707 -0.010836 0.017359 0.024632 0.01323 -0.013343 -0.01635 0.02995 -0.011932 0.016444 0.017471 -0.033063 -0.019655 -0.011681 0.032112 -0.01156 -0.013602 0.000298 -0.009853 -0.041966 -0.021628 0.033223 -0.011619 0.007407 -0.011747 -0.008983 -0.008224 0.005567 0.017087 -0.048942 -0.001515 0.009231 0.022753 -0.034503 -0.033747 0.008115 0.038118 -0.021282 0.017395 0.007016 0.00195 -0.024187 -0.017727 0.016779 0.022584 0.020608 0.013872 0.009451 -0.000936 -0.010533 0.026146 -0.017455 -0.008504 -0.007453 0.010544 -0.002001 0.042222 0.008993 -0.013806 0.006637 0.005887 -0.002283 0.007444 -0.004001 0.002365 -0.023497 -0.000928 0.000146 0.015996 0.004713 -0.0211 -0.014235 -0.001926 0.003494 -0.02862 -0.030516 0.000306 -0.014112 -0.02524 0.019732 0.020162 0.01652 0.028592 -0.023505 0.017504 -0.0095 0.006334 0.02697 -0.001697 0.030971 0.051227 0.014741 0.00716 0.003224 -0.03167 -0.026458 -0.014934 -0.0014 0.019901 -0.016298 -0.007497 0.004363 -0.009392 0.026587 -0.019618 -0.025907 -0.023847 -0.018818 -0.020452 0.003122 -0.00326 0.015241 -0.003425 0.01509 -0.003434 0.006272 -0.00213 0.006424 0.015663 0.036682 -0.041017 -0.003986 -0.009482 0.011851 0.023146 -0.015969 -0.012522 0.011817 -0.007825 -0.02105 -0.006256 0.003309 -0.034767 0.003371 -0.056144 -0.017767 0.004683 0.00655 0.008048 0.018583 -0.004494\nጃ 0.070066 0.010718 -0.085805 0.034965 0.038007 0.090044 0.006884 0.038453 -0.043244 -0.062774 0.053207 0.033678 0.007591 -0.050302 0.062549 0.007496 0.00313 -0.072154 0.009211 -0.060088 -0.010499 -0.013329 0.011545 -0.017645 -0.00818 0.061401 -0.018988 -0.019122 -0.02442 -0.059637 0.018649 -0.062234 -0.029382 -0.108241 0.004701 0.005696 -0.080926 0.066676 0.010956 0.04857 -0.052095 -0.017092 0.00842 0.000961 -0.048063 -0.060644 0.081504 -0.019715 -0.033506 0.063849 0.006668 0.12086 0.065556 -0.060695 0.104669 0.011034 -0.009161 0.07169 -0.014215 0.063545 -0.064763 -0.047336 -0.020042 -0.037432 0.047913 0.026822 0.055845 -0.00685 0.052702 0.032891 -0.077798 -0.007507 0.018943 0.01914 -0.078101 0.042717 -0.058084 0.033434 -0.073186 -0.009924 0.02013 0.003545 -0.017491 0.06359 -0.030126 -0.102698 0.025701 0.02152 -0.025568 -0.004709 -0.031684 0.007769 0.003478 -0.035853 0.0218 -0.006726 -0.006788 -0.063542 0.017385 -0.037892 -0.025656 0.016741 0.005688 -0.041249 -0.008416 -0.002679 -0.013891 0.038894 0.056138 -0.010575 0.072665 0.037029 0.037428 -0.043917 0.044648 0.015017 -0.02173 -0.007452 -0.038368 -0.052284 0.041384 -0.024619 0.066664 0.040147 0.066071 0.014443 -0.026325 -0.025723 -0.023277 -0.027948 -0.05597 -0.006187 -0.015401 0.040784 -0.0469 0.013651 -0.050405 0.013149 0.007206 0.093621 -0.000899 -0.035017 -0.01388 0.060469 -0.068926 -0.081093 0.07544 -0.026851 -0.016538 -0.064284 -0.010479 0.028988 0.062409 0.086452 0.005698 0.022445 -0.008118 -0.014884 0.063484 -0.040207 -0.047193 0.057494 0.025996 0.003707 -0.001127 -0.036131 0.035132 -0.037334 0.04833 0.052937 -0.041122 -0.023855 0.0051 0.086483 -0.029913 -0.047848 -0.031827 -0.011823 -0.082378 -0.026054 0.073836 -0.032872 0.018418 -0.029388 -0.013716 -0.055113 0.020195 0.043822 -0.114595 0.012271 0.021067 0.040081 -0.052214 -0.082868 0.020919 0.078708 -0.045987 0.000445 -0.006279 -0.013686 -0.071003 -0.048147 0.03934 0.049678 0.026495 0.04123 0.045217 -0.005378 -0.022947 0.082506 -0.058814 -0.020212 -0.008068 0.030937 -0.005955 0.140317 0.006047 -0.046304 -0.013252 -0.003109 -0.023567 0.002618 -0.009495 -0.014355 -0.062399 0.001105 -0.026679 0.03402 -0.055862 -0.048942 -0.012213 -0.008074 -0.018496 -0.037357 -0.082954 -0.032112 -0.054056 -0.041554 0.067339 0.050971 0.005526 0.062046 -0.027758 0.035887 -0.005191 -0.060672 0.077501 -0.013863 0.078422 0.089757 0.089502 0.008449 -0.022731 -0.07818 -0.058995 -0.03625 -0.000133 0.069929 -0.032438 -0.015255 0.024159 -0.0326 0.055795 -0.040965 -0.086011 -0.027098 -0.071472 -0.047754 0.016984 -0.031617 0.044522 -0.021482 0.019749 -0.022574 0.017613 0.018705 -0.003122 0.035999 0.094155 -0.10965 -0.038225 -0.046105 0.039958 0.019173 -0.068798 0.008118 0.034836 -0.015565 -0.025935 -0.022054 0.017891 -0.089105 0.045699 -0.137083 -0.023638 0.006008 0.040871 0.054201 0.061606 0.0145\nစ 0.028386 0.001694 -0.029814 0.009906 -0.006457 0.01708 0.001425 -0.007046 -0.022586 -0.021255 0.031264 -0.00217 -0.015118 -0.005752 0.033344 -0.006208 0.004474 -0.016125 0.001578 -0.033969 -0.018701 0.004295 0.011675 0.008857 -0.001238 0.001283 -0.024156 -0.016977 -0.010302 -0.026917 0.023134 -0.018171 -0.012187 -0.024935 0.003244 0.011639 -0.017219 0.017617 -0.002921 0.004276 -0.027364 0.014876 0.004066 -0.005206 -0.020468 -0.002429 0.023781 0.004234 0.007824 0.000509 0.0032 0.024024 0.025922 -0.021847 0.03171 0.005088 -0.018144 0.003443 -0.017786 0.00454 -0.024225 -0.015085 -0.000537 -0.014056 -0.006567 0.006084 0.041429 -0.00912 0.030665 0.015346 -0.05493 -0.003488 0.013854 0.0244 -0.03365 -0.006368 -0.019525 0.019658 -0.034016 -0.004793 0.000992 -0.004065 0.001827 0.001873 -0.016144 -0.038547 0.004182 -0.001285 -0.013242 -0.005242 -0.008319 0.022487 0.006824 -0.006854 0.015663 -0.001534 -0.00524 -0.024181 0.001004 0.003706 -0.019912 -0.003334 -0.004774 -0.029373 0.013596 -0.008061 -0.010262 0.001485 0.035834 -0.002741 0.033381 0.019251 0.016691 -0.00706 0.007438 -0.016305 -0.003906 -0.002465 -0.009745 -0.02422 0.013826 0.007792 0.035731 0.027011 0.036795 0.007959 -0.01564 -0.004875 -0.01491 -0.010215 -0.00054 0.005246 -0.015722 0.032988 -0.002344 0.002195 -0.023722 0.006182 -0.000164 0.031496 -0.001124 -0.00334 0.006327 0.003868 -0.033532 -0.046431 0.049643 0.021799 0.012963 -0.034042 0.004045 -0.003337 0.035237 0.016438 -0.001268 0.008404 0.007668 -0.021652 -0.002193 -0.010413 -0.020971 0.011984 0.022093 0.018693 -0.015554 -0.01311 0.014959 -0.017534 0.01914 0.003347 -0.010804 -0.025952 -0.012179 0.017918 -0.017768 -0.019007 -0.000981 -0.007706 -0.034168 -0.014033 0.026163 -0.003892 0.012276 -0.011569 -0.011525 -0.019113 -0.006251 0.021466 -0.026082 0.00119 0.017847 0.013962 -0.024435 -0.025213 -0.000143 0.035533 -0.007144 0.015593 -0.001291 0.004799 -0.033393 -0.022654 -0.001915 0.013461 0.014387 0.015308 0.002592 -0.008339 0.001301 0.037175 -0.006573 0.004283 -0.012398 0.01667 -0.003004 0.031705 0.01896 -0.027168 0.010797 -0.000463 0.005913 0.003167 -0.001916 0.004501 -0.013405 -0.003541 -0.004422 0.016145 0.004116 -0.020038 -2.8e-05 0.010618 -0.008767 -0.019427 -0.029362 0.001129 -0.011164 -0.032955 0.018159 0.005159 -0.000107 0.011439 -0.022598 0.000448 -0.001949 0.009513 0.022171 -0.003206 0.029504 0.04735 0.01502 0.00862 -0.005068 -0.038723 -0.00928 -0.007027 -0.012921 0.013547 -0.022923 -0.013756 0.004332 -0.00419 0.023442 -0.026162 -0.023083 -0.024369 -0.031968 -0.006833 0.010155 0.004974 0.011107 0.001329 0.018817 0.001662 0.010716 0.002407 -0.006826 0.012973 0.042003 -0.043969 0.013999 -0.015095 0.006883 0.006163 -0.002626 -0.019044 0.010209 -0.010392 -0.016741 -0.007671 0.002472 -0.0332 0.003275 -0.044887 -0.015727 0.009955 0.003781 0.015319 0.005232 -0.005839\nď 0.03442 0.017924 -0.024924 0.034751 0.000867 0.062571 0.006724 -0.00842 -0.037506 -0.053349 0.054792 0.02359 0.006846 -0.042988 0.005481 0.01147 0.008396 -0.0403 0.005777 -0.055001 -0.025619 -0.027387 -0.006879 -0.002933 -0.006667 0.051637 0.012361 -0.004573 -0.028525 -0.023873 0.020712 -0.036913 -0.025651 -0.035507 0.009338 0.040614 -0.050677 0.047657 0.020922 0.020722 -0.020504 0.002909 -0.000534 -0.004565 -0.020327 -0.010197 0.04018 0.021929 -0.002289 0.018663 -0.008284 0.047112 0.04355 -0.060926 0.042208 -0.011144 0.013133 0.005048 0.010896 0.012783 -0.001848 -0.039121 0.000431 -0.015642 0.026517 0.022915 0.038292 -0.010217 0.032179 0.018739 -0.052714 -0.011086 0.032137 0.016615 -0.0635 0.006556 -0.053647 0.019381 -0.008868 -0.009846 0.039525 -0.008578 0.017524 0.033967 -0.04402 -0.074191 -0.012291 0.003434 -0.022402 0.003335 -0.014625 0.019781 0.004921 -0.016139 0.005143 -0.013464 -0.008757 -0.040262 -0.001223 -0.000253 0.003818 -0.008185 0.027467 -0.010158 0.017949 0.008591 -0.01108 -0.008473 0.036326 0.022678 0.030824 0.013192 0.016064 0.001995 0.014858 -0.015047 0.021791 -0.011935 -0.02624 -0.022174 0.03698 -0.009632 0.021589 0.030308 0.042077 -0.002374 -0.004701 -0.013795 -0.014783 -0.028792 -0.028914 0.01586 -0.015404 0.024245 -0.028192 0.013196 0.003991 0.001327 0.00359 0.055706 -0.021478 0.00297 0.039665 0.025023 -0.034068 -0.066375 0.041131 0.018425 0.002269 -0.04363 0.005009 0.015326 0.015248 0.035084 0.027739 0.002965 -0.032998 -0.023723 0.013621 -0.019467 -0.01275 0.040691 0.025728 0.007522 -0.009023 0.014609 0.032798 -0.028783 0.031562 0.013942 -0.049458 -0.029873 0.001897 0.034824 -0.020705 -0.036728 -0.021279 0.010404 0.000917 -0.0303 0.054561 0.000847 -0.002952 0.007128 -0.008675 -0.029859 0.036569 0.032134 -0.055038 0.015537 -0.008552 0.034026 -0.015799 -0.048343 -0.007767 0.000987 -0.028657 0.03258 0.022113 -0.004219 -0.044744 -0.022487 0.017122 0.029881 0.015905 0.027483 0.022875 -0.021976 -0.017928 0.006431 -0.031234 -0.007629 0.00137 0.009465 -0.004827 0.073748 0.005215 -0.031864 0.002056 0.031027 -0.01147 0.012798 -0.009062 0.003055 -0.029169 -0.003047 0.015059 0.016083 -0.003588 -0.010009 0.012162 0.010797 0.001497 -0.020258 -0.048519 -3.3e-05 0.000927 -0.02202 0.039273 0.034774 0.020604 0.039193 -0.015056 0.039678 0.018095 -0.016143 0.08285 0.013905 0.013491 0.052117 -0.005362 0.007069 0.011892 -0.046635 -0.029203 -0.041504 -0.022577 0.009986 -0.033402 -0.032873 0.008927 -0.01 0.019036 -0.008911 -0.034805 -0.018591 -0.008613 -0.025478 0.003875 -0.01451 0.02403 0.008274 0.010578 -0.004204 0.030987 -0.001709 0.010956 0.023489 0.046581 -0.060631 -0.012742 -0.037204 0.007296 0.016692 -0.039811 0.00882 0.002632 -0.015358 -0.0303 -0.022836 0.021898 -0.027199 0.031585 -0.069492 -0.023867 0.018369 0.009821 0.030323 0.033371 -0.007811\nʎ 0.008559 0.010353 -0.023037 0.010712 0.015028 0.028935 0.026255 -0.012185 -0.012736 -0.026745 0.034146 0.014333 -0.022706 -0.009655 0.045047 -0.015872 0.004292 -0.020877 0.001883 -0.033071 -0.002185 -0.009364 -0.032195 0.016657 0.002834 0.004007 -0.016349 -0.009689 -0.006797 -0.043521 0.030973 -0.0226 -0.025437 -0.017165 -0.014447 0.019869 -0.019276 0.03701 0.012541 -0.006878 -0.034706 0.045299 0.014302 0.024731 -0.006486 -0.014658 0.023554 -0.001553 -0.003323 5.2e-05 0.002189 0.052191 0.022107 -0.027846 0.037255 0.015927 0.010791 0.035285 -0.011345 0.02435 -0.043716 -0.02794 -0.009371 0.014033 0.006246 0.030301 0.058699 -0.037153 0.012211 0.029634 -0.034884 -0.011109 -0.004197 0.018524 -0.030254 -0.003005 -0.007734 1.4e-05 -0.012653 -0.012144 0.01686 -0.015246 -0.01525 0.021247 -0.024108 -0.055686 0.014327 -0.005962 0.010921 0.013072 -0.005903 0.011712 0.005749 0.002689 0.000524 -0.02677 0.003824 -0.029141 -0.031943 -0.007016 -0.034408 -0.010388 -0.015349 -0.027011 0.012353 -0.008359 -0.023881 0.003374 -0.00184 -0.009317 0.058883 0.001166 0.021535 0.01629 0.002603 -0.008984 -0.02562 -0.006025 -0.021675 -0.019901 0.039598 -0.003676 0.028381 0.002239 0.015086 -0.01182 0.013812 0.024114 -0.00312 -0.004158 0.022606 0.017589 0.000484 0.029596 -0.01435 -4.8e-05 -0.037387 0.02374 0.008561 0.032686 0.004849 -0.008359 0.01184 0.007093 -0.014033 -0.049704 0.035711 -0.0052 0.018616 -0.037544 0.030185 0.005226 0.032243 0.03495 0.008392 0.009431 -0.010279 -0.033368 0.02268 -0.007864 -0.031473 0.016023 0.039888 0.000729 -0.002676 -0.01371 0.020687 -0.01902 0.016078 0.051275 -0.018584 -0.029997 0.005245 0.008388 0.001887 -0.007828 0.005237 -0.002762 -0.051922 0.004554 0.041647 -0.011152 0.003361 0.010053 -0.030408 -0.030058 -0.00078 0.016924 -0.01445 0.005025 0.017696 0.036609 -0.045031 -0.037619 -0.016987 0.033954 -0.031616 0.001365 0.016771 -0.003437 -0.033543 -0.015858 0.024361 0.024608 0.019782 -0.009986 -0.004799 -0.028357 -0.010456 0.020015 -0.006811 -0.003413 -0.011184 0.032093 -2.6e-05 0.011868 0.002582 -0.007924 0.014352 -0.006823 -0.013739 -0.001492 0.004124 0.005374 -0.029356 0.019285 -0.004859 0.010836 0.011745 -0.010759 -0.011453 0.009543 0.004451 -0.045482 -0.021281 0.011868 -0.020757 -0.011765 0.014671 0.016251 0.007951 0.01808 -0.013597 0.012725 -0.001611 -0.018469 0.016267 0.023137 0.03552 0.032163 -0.003143 0.009278 -0.030905 -0.015251 -0.01806 -0.010478 -0.01969 0.011298 -0.034254 0.001292 0.003967 -0.012421 0.007506 -0.018562 -0.010819 -0.01163 -0.032827 0.015693 -0.000202 0.0041 0.000799 -0.000817 0.015539 -0.000637 0.022854 -0.002947 0.007639 0.031047 0.023718 -0.033721 0.00274 0.007566 0.020193 0.020627 0.028819 0.002363 0.021853 -0.009925 -0.011964 -0.018185 -0.001254 -0.017894 0.002074 -0.044134 -0.029453 0.001707 0.012139 -0.006323 0.000905 -0.033809\nฑ 0.018794 0.005001 -0.044306 0.024531 0.016208 0.018736 0.005941 -0.00728 -0.009215 -0.018361 0.026265 0.006411 -0.005866 -0.016981 0.019842 -0.003 -0.001003 -0.023833 0.001818 -0.034209 -0.00757 -0.004137 0.000549 0.033669 0.01517 0.005383 -0.021847 0.007462 -0.013291 -0.034095 0.025583 -0.027312 -0.00715 -0.04575 0.003528 0.020644 -0.026058 0.024639 0.015124 0.030308 -0.02311 0.00695 -0.003764 -0.008317 -0.022971 -0.022959 0.027227 0.001289 0.004757 0.004375 0.002827 0.04057 0.031249 -0.027873 0.026693 -0.002312 0.003658 0.020979 -0.004044 0.023496 -0.030824 -0.025123 -0.005186 -0.015653 0.002516 0.015585 0.03101 -0.008267 0.032504 0.021505 -0.036257 -0.015769 0.027557 0.024556 -0.049335 0.004994 -0.01463 0.022382 -0.019335 -0.013498 0.019727 -0.020283 0.003723 0.011633 -0.013815 -0.042415 0.010801 0.000979 -0.019407 0.00656 -0.008078 0.025104 -0.000237 -0.015915 0.021459 -0.004813 -0.011689 -0.039182 0.009251 -0.004101 -0.017003 -0.000699 -0.000812 -0.024715 0.01803 0.001579 -0.005311 -0.004657 0.02799 -0.005261 0.032769 0.012615 0.030312 -0.010062 0.010694 0.006878 -0.001343 0.004594 -0.007844 -0.04281 0.0251 -0.004665 0.034539 0.012976 0.02427 0.018671 -0.004482 -0.006297 -0.002063 -0.022176 -0.001092 -0.003029 -0.017704 0.030061 -0.016939 0.014562 -0.031034 -0.008697 0.017975 0.033507 -0.008394 -0.006729 0.007531 0.02627 -0.019662 -0.043948 0.029376 0.012099 -0.000207 -0.043233 -0.008229 -5.4e-05 0.029552 0.016793 0.009902 0.004046 0.007559 -0.018661 0.005215 -0.017277 -0.021482 0.014293 0.019124 0.015246 -0.015196 -0.002804 0.017735 -0.013222 0.017591 0.014367 -0.026638 -0.015505 -0.006512 0.019293 -0.018706 -0.018671 -0.000889 0.001534 -0.019451 -0.017218 0.032754 -0.008575 -0.001033 -0.010429 0.006201 -0.008327 0.006668 0.013199 -0.051425 -0.004693 0.020739 0.023288 -0.037147 -0.041737 0.007163 0.031772 -0.014839 -0.000431 -0.003053 -0.006597 -0.031154 -0.027003 0.012687 0.016205 0.012422 0.019712 0.005204 -0.003511 -0.001068 0.021323 -0.038883 0.000728 -0.010225 0.02146 -0.004236 0.055659 0.002479 -0.023924 0.012562 -0.004451 -0.006467 0.007595 -0.006694 0.009874 -0.01334 0.004924 0.006365 0.023189 0.000202 -0.022867 0.00016 0.00373 -0.006024 -0.025634 -0.025732 0.002255 -0.005062 -0.022123 0.018715 0.031337 0.004697 0.025971 -0.02074 0.008879 0.01604 0.000761 0.029388 0.004474 0.04519 0.049563 0.018654 -0.003991 0.006424 -0.033988 -0.0339 -0.018634 -0.005146 0.015311 -0.025636 -0.018367 0.00894 -0.005939 0.021476 -0.018156 -0.025368 -0.019811 -0.036367 -0.017619 0.001636 0.01124 0.013471 0.007277 0.019354 0.005606 0.010405 -0.006919 0.000276 0.000197 0.033659 -0.0489 0.005166 -0.006447 0.002086 -0.001063 -0.023603 -0.005842 0.018527 -0.006455 -0.020576 -0.014269 0.000257 -0.040098 0.002678 -0.042491 -0.016035 -0.004648 0.003009 0.017378 0.019198 0.002943\nྐ 0.044088 0.000805 -0.061556 0.036277 0.017738 0.038122 0.015289 0.002769 -0.024767 -0.035803 0.048038 0.014898 -0.014895 -0.020674 0.022642 0.002072 0.008976 -0.025527 -0.005763 -0.043839 -0.009979 0.012934 0.012501 0.019364 0.018569 0.027594 -0.02063 -0.017861 -0.010389 -0.025833 0.0266 -0.04261 -0.036451 -0.067471 0.02981 0.029123 -0.061788 0.04439 -0.003117 0.019217 -0.03364 -0.003259 -0.01038 -0.018178 -0.03764 -0.022212 0.023103 0.01991 0.006252 0.034909 0.000448 0.05252 0.027219 -0.031711 0.038304 0.015991 -0.004994 0.005812 -0.01616 0.020325 -0.059242 -0.038461 -0.025896 -0.024152 -0.001705 0.033618 0.050837 -0.024804 0.040449 0.028752 -0.079319 -0.016574 0.037829 0.029768 -0.050573 0.010832 -0.040679 0.018358 -0.039235 -0.02223 0.020495 -0.010208 -0.001194 0.021555 -0.026025 -0.051815 -0.002843 0.010404 -0.03185 -0.003828 -0.00149 0.021865 -0.000931 -0.015266 0.028639 0.002188 -0.004404 -0.044346 -0.015278 -0.010064 -0.024406 0.011671 0.002682 -0.044133 0.01722 -0.00619 -0.022801 0.001449 0.051077 -0.003641 0.059277 0.032403 0.043426 -0.013913 0.032103 -0.014792 -0.010252 0.001046 -0.023975 -0.043181 0.017954 -0.011242 0.039075 0.027792 0.037815 0.012907 -0.020109 -0.021665 -0.023036 -0.036287 -0.011572 -0.011908 -0.032492 0.038224 -0.034194 0.034755 -0.034816 0.005994 0.019133 0.064449 0.004885 -0.012694 0.002755 0.055827 -0.050547 -0.058149 0.060774 0.002218 0.007593 -0.035565 -0.011627 0.025671 0.028649 0.025256 -0.014848 0.000168 -0.009441 -0.02681 0.030972 -0.01965 -0.024327 0.022786 0.028801 0.026131 -0.01971 -0.028594 0.033618 -0.033911 0.025968 0.027367 -0.033651 -0.026627 -0.004427 0.035457 -0.025712 -0.047765 -0.023338 -0.006227 -0.052849 -0.013472 0.028124 -0.022937 0.005593 -0.003318 0.001365 -0.023528 0.003979 0.031913 -0.07468 0.000466 -0.002006 0.033817 -0.044184 -0.045736 0.02022 0.051461 -0.012263 0.005145 0.016234 0.001472 -0.041298 -0.03958 0.006947 0.044619 0.034718 0.028192 0.01166 0.005879 -0.017914 0.055654 -0.036201 -0.021025 -0.010146 0.031193 -0.023954 0.06165 -0.003935 -0.036664 0.004336 0.006303 -0.022753 0.008874 -0.007524 -0.004266 -0.030911 -0.012026 -0.011295 0.011432 -0.009061 -0.028893 -0.016839 -0.00978 -0.017625 -0.041695 -0.032857 -0.006591 -0.036809 -0.028703 0.023836 0.018667 0.002455 0.043709 -0.030657 0.012537 -0.002138 -0.014826 0.038323 0.009717 0.05113 0.06297 0.032701 0.013986 -0.002659 -0.051785 -0.042161 -0.032783 0.001424 0.02708 -0.026929 -0.001302 0.014297 -0.013671 0.03329 -0.030938 -0.033406 -0.024955 -0.051183 -0.033848 0.004558 0.005632 0.011038 0.011087 0.000292 0.000677 -0.000861 0.015248 -0.003883 0.020438 0.042247 -0.063549 -0.0125 -0.028087 0.018761 0.02169 -0.041822 -0.011175 0.008728 -0.01117 -0.030486 -0.031355 0.018349 -0.049231 0.013499 -0.086699 -0.036415 0.013351 0.024926 0.048264 0.040768 0.007751\nଓ 0.016807 -0.013021 -0.024535 0.041934 0.001498 0.034639 0.002443 0.011471 0.011466 -0.026822 0.011496 0.034952 0.000959 -0.008045 0.024362 0.009194 0.022291 -0.024918 0.010899 -0.031107 -0.001985 0.008329 -0.016725 0.045247 -0.003032 0.019022 -0.071387 -0.036263 -0.025151 -0.022092 0.022926 -0.019 -0.026525 -0.025711 0.01068 -0.011997 -0.045345 0.038336 -0.007429 0.013519 0.004195 0.021394 -0.00909 -0.001692 -0.042967 0.000307 0.026576 0.004137 -0.003367 0.009569 0.000195 0.055909 0.038064 -0.039962 0.030187 0.003385 -0.006177 0.024258 0.015372 0.002337 -0.019834 -0.051879 0.034886 -0.015543 -0.005949 -0.012662 0.011929 -0.010201 0.036304 0.035818 -0.020199 -0.006835 0.012297 0.000641 -0.02979 -0.013854 -0.023967 0.038123 -0.055345 0.007195 0.000695 0.005395 -0.022717 -0.009659 -0.050451 -0.06761 0.02555 -0.005313 -0.015738 -0.000736 -0.044648 0.028297 -0.000111 -0.005426 0.015376 0.00268 0.012585 -0.039359 0.029481 -0.001135 -0.022405 0.034991 -0.010265 -0.009279 0.003037 -0.029394 0.001773 0.001315 0.04441 0.006973 0.022045 0.019859 0.042485 -0.0164 0.00706 0.029457 0.009728 -0.000783 -0.001365 -0.03727 0.020097 0.007233 0.039109 0.003761 0.034309 0.025587 -0.015059 -0.024895 0.005053 -0.034935 0.021936 0.023018 -0.0133 0.029162 -0.027192 0.018505 -0.046776 0.038083 -0.01564 0.039908 -0.010123 0.016281 0.006778 0.034276 -0.036406 -0.084162 0.047698 0.015551 0.008264 -0.068072 -0.006864 -0.003608 0.053391 0.016078 0.020005 -0.013732 0.023124 -0.033022 0.031989 -0.000626 -0.036077 0.011097 0.017979 0.032294 -0.024715 -0.008181 0.013189 -0.010542 0.023295 0.019423 -0.018943 -0.013627 -0.034202 0.014869 -0.020348 -0.072438 0.005019 -0.035099 -0.037891 0.002585 0.007229 -0.0096 -0.011684 0.021693 0.015343 -0.017143 0.010495 0.008437 -0.026046 0.002017 0.028387 0.000315 -0.046994 -0.050973 -0.008844 0.024186 -0.009582 0.002535 0.001289 -0.014143 -0.036422 -0.049195 0.017609 0.049204 0.023454 0.047909 0.017558 -0.00584 0.013512 0.058301 -0.036346 0.001659 -0.033802 -0.023201 -0.030574 0.088903 0.034024 -0.014558 0.02008 0.006522 -0.018595 -0.024557 -0.015423 0.005599 -0.038159 -0.008499 0.003753 -0.005604 0.022018 -0.045516 -0.007253 0.03077 -0.00453 -0.026221 -0.01456 -0.02196 -0.016151 -0.021447 0.028857 0.006394 0.025119 0.026151 0.002378 0.017505 0.010432 0.008872 0.040417 -0.023385 0.033475 0.060944 -0.002971 -0.029342 -0.01575 -0.046579 -0.042195 0.001616 -0.016093 0.017002 -0.048861 -0.018443 0.000433 -0.008285 0.032263 -0.022212 -0.022907 -0.00364 -0.012479 -0.02729 0.035065 -0.008318 0.016271 0.026386 0.00298 0.010149 0.005896 0.031145 -0.042283 0.007843 0.044867 -0.022825 0.021898 -0.007248 0.01306 0.020407 -0.04415 0.007132 -0.013096 -0.0077 -0.022028 -7e-05 0.015246 -0.026469 0.022919 -0.086305 -0.006868 0.016021 0.011737 0.022793 -0.020606 -0.002639\nሙ 0.042462 0.00136 -0.06166 0.004846 -0.00825 0.038871 0.004364 -0.005882 -0.05353 -0.036961 0.039412 0.007219 0.000824 -0.00424 0.027794 0.010184 0.010831 -0.010756 0.005527 -0.043302 -0.011104 0.019147 0.01082 0.013415 -0.000369 0.027071 -0.000311 0.000501 -0.017782 -0.035234 0.024334 -0.031209 -0.025584 -0.032072 0.01562 -0.000453 -0.034315 0.053669 0.002616 0.023069 -0.022404 0.006561 0.023677 0.004649 -0.023606 -0.025455 0.022491 -0.002566 -0.021445 0.014723 0.000836 0.047854 0.018565 -0.023461 0.023066 0.019632 0.003195 0.023513 -0.018811 0.032775 -0.039238 -0.031172 0.006818 -0.010219 0.033415 0.035336 0.040891 -0.007512 0.043717 0.017845 -0.032357 0.002474 0.030385 0.013425 -0.029775 0.008447 -0.026163 0.031194 -0.04313 -0.012032 0.001332 -0.00274 0.019695 0.012904 -0.02541 -0.052647 0.019683 -0.019075 -0.022086 0.011006 -0.009266 0.020551 0.011903 -0.003586 0.028422 -0.013926 0.00063 -0.045395 0.000336 -0.008233 -0.02914 0.013688 0.002805 -0.032813 -0.00838 -0.0082 -0.028686 0.004055 0.03421 -0.006051 0.049222 0.019931 0.010147 -0.018457 -0.003121 0.001514 -0.02979 -0.007936 -0.010539 -0.053894 0.030893 0.002386 0.048975 0.006703 0.022148 0.0267 -0.021271 -0.002076 -0.026681 -0.005082 -0.02537 -0.021394 -0.016003 0.027271 -0.031881 0.009651 -0.04434 -0.021079 0.01123 0.03352 -0.00735 0.008734 0.012526 0.033457 -0.026329 -0.031818 0.058103 0.009072 0.000692 -0.021167 0.012895 0.016214 0.042483 0.024423 0.002779 -0.005015 -0.000612 -0.024912 0.011385 -0.024177 -0.020955 0.010739 0.036433 -0.007941 -0.014325 -0.016117 0.005861 -0.016179 0.022671 0.005191 -0.041265 -0.009201 -0.000544 0.042272 -0.031489 -0.016188 -0.012094 -0.017663 -0.045653 -0.011776 0.040419 -0.007134 0.000588 -0.026136 0.001012 -0.024749 0.012792 0.007487 -0.039657 -0.001528 -0.002543 0.025851 -0.03758 -0.025733 -0.002437 0.045058 -0.037166 -0.004478 7.5e-05 -0.000953 -0.02133 -0.044573 0.013467 0.02862 0.01001 0.032062 0.030631 -0.018572 -0.021175 0.057718 -0.032152 -0.013594 0.012648 0.009792 -0.006158 0.070479 0.010715 -0.016101 -0.003216 0.001795 -0.01356 0.004919 -0.021474 -0.008926 -0.028133 -0.011534 -0.014351 0.029856 -0.004644 -0.039688 0.000775 -0.011581 -0.006734 -0.031871 -0.043812 -0.006154 -0.003182 -0.037625 0.030289 0.019799 0.013953 0.027456 -0.043595 0.015379 0.010805 0.003359 0.049833 0.009502 0.029842 0.065302 0.02502 0.01678 -0.001387 -0.03184 -0.034628 -0.021446 0.013059 0.046441 -0.023535 -0.017723 0.020613 -0.012008 0.033309 -0.04 -0.035264 -0.032133 -0.041664 0.000928 0.022084 0.007346 0.010748 0.008559 0.014251 -0.019715 0.022975 0.009211 -0.007677 0.024135 0.03991 -0.048421 0.007828 -0.018505 0.028726 0.010425 -0.011122 0.001373 0.008755 -0.008824 -0.004161 -0.015934 0.002393 -0.046077 -0.004362 -0.058229 -0.002032 -0.004693 0.021429 0.031201 0.028004 -0.005992\nء 0.029964 -0.00085 -0.042643 0.021494 0.009728 0.030031 0.003807 -0.009472 -0.010207 -0.017064 0.021694 0.02037 -0.007043 -0.013867 0.022272 -0.003765 0.0047 -0.01695 -0.008724 -0.027387 -0.012659 0.000401 0.009693 0.007118 0.005997 0.018273 -0.004102 -0.019395 -0.011149 -0.024305 0.023411 -0.033683 -0.015649 -0.044303 0.012794 0.011827 -0.034802 0.026528 0.015281 0.016083 -0.020288 0.006621 0.007578 0.008652 -0.018388 -0.020225 0.027046 -0.002253 0.003803 0.00272 0.004525 0.037161 0.023537 -0.020556 0.032785 0.00973 -0.000674 0.019661 -0.009871 0.024623 -0.023701 -0.019509 -0.016931 -0.012231 0.007505 0.016457 0.029199 -0.007503 0.028422 0.013073 -0.041753 -0.000666 0.020604 0.0177 -0.03282 -0.002531 -0.03141 0.014953 -0.019212 -0.015817 0.015965 0.000936 0.009954 0.003889 -0.018201 -0.038945 0.000391 0.004107 -0.005034 -0.003072 -0.011828 0.025029 0.006442 0.008953 0.011576 -0.001247 -0.001981 -0.02671 -0.013956 0.002772 -0.009639 0.005415 -0.002871 -0.029159 0.007379 -0.017731 -0.010779 0.01199 0.034175 -0.020759 0.039637 0.009858 0.016955 -0.015626 0.01174 -0.003746 0.002699 0.007252 -0.007012 -0.039996 0.020474 -0.002773 0.031512 0.005306 0.023829 0.012471 -0.012234 -0.014936 -0.008253 -0.02028 -0.005354 -0.003689 -0.015544 0.030929 -0.019134 0.009747 -0.017236 -0.001146 0.009511 0.034677 -0.003356 -0.006522 0.01523 0.018993 -0.023158 -0.042054 0.032764 0.008582 0.008141 -0.036991 0.009022 0.005144 0.022856 0.022193 0.00604 0.001191 5.9e-05 -0.023225 0.017486 -0.017486 -0.021227 0.020814 0.008946 0.018172 -0.022829 -0.02524 0.016978 -0.017903 0.020347 0.01559 -0.021069 -0.017761 -0.005785 0.043358 -0.015494 -0.023734 -0.005762 -0.015162 -0.029053 -0.009224 0.023413 -0.019398 0.004192 -0.013957 -0.01219 -0.020883 0.011066 0.015393 -0.049299 -0.003151 0.013147 0.021684 -0.032094 -0.032243 0.00834 0.031247 -0.016447 0.012203 0.003594 0.002427 -0.015828 -0.02044 0.022653 0.019154 0.016982 0.012656 0.003189 -0.009688 -0.005054 0.029467 -0.018901 -0.001443 -0.004385 0.02166 -0.005812 0.054532 0.005868 -0.01339 0.003576 0.002165 -0.006433 0.0091 0.005481 0.007322 -0.023243 0.002581 -0.006277 0.016772 -0.003097 -0.023006 -0.001405 -0.004776 0.001359 -0.024739 -0.0186 0.000606 -0.013165 -0.027312 0.022128 0.020228 0.002994 0.013982 -0.0195 0.003227 0.008336 -0.001236 0.041978 0.00013 0.032942 0.032655 0.019674 -0.002531 -0.002148 -0.029294 -0.018514 -0.022398 -0.011802 0.014572 -0.02275 -0.001556 0.00143 -0.002511 0.024542 -0.029469 -0.027228 -0.011955 -0.017492 -0.016915 0.009026 -0.008014 0.009993 -0.011248 0.008577 -0.003983 -0.002582 -0.003704 -0.010318 0.015345 0.036891 -0.032919 -0.009544 -0.012352 0.019814 0.002644 -0.015511 0.000435 0.020383 -0.004446 -0.015256 -0.014932 -0.000155 -0.0251 0.009496 -0.053123 -0.01 -0.000722 0.008611 0.015419 0.017848 0.003857\nޠ 0.056876 -0.002247 -0.109884 0.032462 0.007064 0.107812 0.033309 -0.00695 -0.037385 -0.09374 0.080513 0.041609 -0.010144 -0.063764 0.080737 -0.035783 0.018538 -0.035253 -0.025389 -0.117299 -0.062904 -0.003377 0.044182 1.1e-05 -0.008457 0.018137 -0.028907 -0.039117 -0.046715 -0.088484 0.065971 -0.087237 -0.036329 -0.098785 0.004059 0.040857 -0.068817 0.111044 0.023847 0.070612 -0.078637 0.019266 0.015305 -0.018658 -0.09522 -0.049875 0.049279 -0.006803 -0.024628 0.028681 -0.005994 0.121976 0.068429 -0.07902 0.094992 0.010388 -0.053269 0.026948 -0.004581 0.053411 -0.084193 -0.052007 -0.022241 -0.035446 0.042816 0.039204 0.074906 -0.010928 0.103967 0.037143 -0.094035 0.001185 0.045352 0.054517 -0.103528 0.002021 -0.074477 0.031351 -0.092242 -0.018432 0.009319 -0.005528 0.004948 0.04744 -0.03629 -0.108845 0.013817 -0.009446 -0.03958 -0.010754 -0.027751 0.032935 0.023991 -0.063728 0.046898 -0.020684 -0.020284 -0.061142 -0.016177 -0.020866 -0.079488 0.019424 0.009714 -0.074744 0.02078 -0.008177 -0.021879 0.014444 0.089749 -0.018402 0.099523 0.055494 0.063322 -0.040635 0.033234 0.021271 -0.0174 -0.015236 -0.031191 -0.077419 0.046054 0.00617 0.049232 0.072854 0.091607 0.016111 -0.025909 -0.035431 -0.018775 -0.042169 -0.05442 0.00378 -0.042186 0.070189 -0.043725 0.038334 -0.04947 -0.002312 0.022605 0.122204 0.014913 -0.040625 -0.001339 0.061682 -0.087471 -0.116207 0.135059 0.02053 -0.031403 -0.086943 -0.005542 0.009102 0.11535 0.061242 -0.011695 -0.012402 0.008152 -0.036508 0.049614 -0.043327 -0.061771 0.026816 0.057013 0.000262 -0.043685 -0.038767 0.073435 -0.069458 0.040586 0.048354 -0.031481 -0.057057 -0.05164 0.068197 -0.02299 -0.043958 -0.047319 -0.039153 -0.079403 -0.054802 0.076666 -0.033958 0.03844 -0.024769 -0.013506 -0.052014 0.019598 0.074444 -0.132998 0.018963 0.025761 0.057028 -0.09151 -0.093987 0.008539 0.091506 -0.036333 0.032732 0.000755 -0.014197 -0.068997 -0.066171 0.032432 0.065962 0.023609 0.070145 0.058441 -0.011934 -0.000413 0.100591 -0.06746 -0.0216 -0.035767 0.015009 -0.027138 0.14655 0.020558 -0.058625 0.011439 -0.005025 -0.03832 0.002509 0.009106 0.023232 -0.03903 -0.026999 0.007873 0.050149 -0.014215 -0.064199 -0.027813 -0.005979 0.012566 -0.031172 -0.099449 -0.037234 -0.031166 -0.064254 0.069294 0.053849 0.042125 0.075208 -0.063204 0.04559 0.030183 -0.019295 0.095943 0.008828 0.083583 0.120214 0.091716 0.014512 -0.019864 -0.107917 -0.0577 -0.042986 0.010148 0.035352 -0.075519 0.005003 -0.004485 -0.049358 0.07487 -0.039799 -0.080442 -0.042005 -0.079364 -0.035597 0.03315 0.01298 0.072542 0.03002 0.038956 -0.030935 0.036573 0.016404 -0.016744 0.036756 0.123552 -0.110906 0.00626 -0.044087 0.025671 0.022091 -0.032931 -0.01962 0.040317 -0.052778 -0.04188 -0.045842 0.019227 -0.087034 0.030425 -0.176807 -0.003028 0.01423 0.04157 0.076494 0.027295 -0.010776\ṇ 0.015196 -0.003913 -0.013335 0.0125 0.017123 -0.002184 0.002013 -0.008176 -0.002483 -0.000312 0.014406 0.006435 -0.003104 0.002947 -0.007393 -0.00025 0.004056 -0.001952 7.6e-05 -0.011141 -0.001894 0.009566 0.016009 -0.003741 -0.004701 0.00738 0.001354 -0.008971 0.000243 0.003693 0.005606 -0.014363 -0.010753 -0.000755 -0.000454 0.002445 -0.017285 0.012297 0.002289 0.011239 -0.002013 0.000608 -0.003344 -0.011649 -0.003062 -0.005006 0.006575 -0.000632 0.003283 0.004199 0.008355 0.011198 0.017307 -0.010601 0.003808 0.002378 -0.001986 -0.002154 0.00362 0.006754 -0.005916 -0.007629 0.008216 0.002333 0.001641 -0.000261 0.013511 -0.005725 0.000565 0.005228 -0.008323 -0.000733 0.007539 0.005458 -0.008031 0.004425 -0.009362 0.017141 -0.007128 -0.00592 0.000571 -0.000526 0.002024 0.008467 0.00535 -0.004464 -0.005349 0.001966 0.002095 -0.00576 -0.001475 -0.010047 -0.004903 -0.000631 0.002581 -0.010184 0.007039 -0.003391 0.012677 0.001685 0.001499 0.001913 0.000755 -0.006037 0.011619 -0.003248 -0.008459 0.001295 0.015244 0.001408 0.002418 -0.004412 0.004061 0.00489 0.007031 0.001351 -0.009416 -0.003627 -0.004407 -0.012877 -0.002601 0.007586 0.008658 0.01116 0.010485 0.001294 -0.007828 -0.000338 -0.003774 -0.005267 -0.003051 0.009151 0.001048 0.016077 -0.003742 0.009265 -0.00219 0.010536 -2.4e-05 0.004076 -0.013889 0.000728 -0.001943 0.008752 -0.015517 -0.005465 0.014544 0.009896 0.005787 -0.003422 -0.001308 -0.0095 0.007148 0.012643 -0.009728 0.00413 0.002247 -0.003523 0.004161 -0.005266 -0.00794 0.00506 0.00963 0.002902 -0.001877 0.010319 0.003291 -0.004106 0.001111 -0.00541 -0.001647 -0.003846 -0.007218 -0.001147 -0.006474 -0.000436 0.003198 0.002708 -0.007929 -0.004098 0.019709 -0.004135 0.006502 -0.003961 -0.010051 -0.005848 0.004991 0.01213 -0.0174 -0.003442 0.007 0.004289 -0.005167 -0.013512 -0.002468 0.008541 -0.00453 0.005357 -0.00416 -0.010479 -0.011858 -0.013626 0.007644 0.014326 0.005092 0.005746 -0.010458 -0.002693 -0.008587 0.005004 -0.010034 -0.002472 0.001591 0.004181 -0.004575 0.0279 -0.001856 -0.005508 0.007588 -0.002585 -0.002706 0.001178 0.00123 -0.000862 -0.012358 -0.002449 -0.002058 0.005545 -0.001798 -0.012346 0.003943 0.003784 -0.00114 -0.013282 -0.003625 -0.000562 -0.002342 -0.009615 0.01295 0.007517 0.009475 0.008535 -0.002398 0.011084 0.002458 0.003715 0.00587 -0.00143 0.01076 0.019335 0.003788 0.005117 0.000818 -0.007709 -0.004306 -0.007906 0.01619 0.010486 -0.007577 -0.003596 0.014291 -0.00669 0.001049 -0.008454 -0.006886 -0.017756 -0.0069 7.7e-05 -0.004134 0.000396 0.006664 -0.002577 -0.001604 0.005805 -0.001585 -0.000706 0.014002 0.010477 0.010908 -0.004736 -9.8e-05 0.005714 0.004611 -0.00249 -0.014763 0.002789 0.003277 -0.007925 -0.007696 -0.007583 0.002162 -0.024542 0.008463 -0.022779 -0.000182 -0.000814 0.002307 0.004506 0.005125 0.000572\n% 0.047748 0.019589 -0.05594 0.009532 -0.001732 0.075841 0.004268 -0.017151 0.003312 -0.027421 0.031472 0.009857 -0.02931 -0.02244 -9.2e-05 0.014273 0.015304 -0.010897 -0.05149 -0.057791 0.018954 -0.010193 0.018906 0.019793 0.009912 0.033719 0.017314 0.010079 0.010873 -0.034274 0.007193 0.002861 -0.000843 -0.046962 0.019388 0.052414 -0.01979 0.098499 0.044748 0.00379 -0.068525 -0.005775 0.015327 -0.00737 -0.023749 -0.038797 0.048811 0.011301 -0.001335 0.005639 -0.007521 0.079185 0.052902 -0.038852 0.03499 -0.035167 0.007005 0.046672 -0.032782 0.025722 -0.026517 -0.035787 -0.046584 -0.028318 0.038403 0.003968 0.053948 -0.020718 0.033578 -0.018019 -0.056284 -0.018057 0.02582 0.000559 -0.053067 -0.019228 -0.0413 0.013013 -0.088921 -0.043022 0.017849 0.011252 0.020952 0.018332 -0.027247 -0.092956 -0.007477 0.0197 -0.04408 -0.019862 -0.002741 0.033657 -0.001329 -0.010311 0.030426 -0.036379 -0.017166 -0.076366 -0.007415 -0.030241 0.028935 -0.021085 0.011929 0.010285 0.00918 -0.003051 -0.029005 0.014185 0.027205 -0.000303 0.080745 0.043699 0.043961 -0.018263 0.00173 -0.013333 -0.001552 0.000447 -0.010166 -0.069934 0.045654 -0.026912 0.000812 0.002071 0.054738 0.007425 0.032342 -0.006715 -0.026986 -0.00436 -0.037492 -0.015745 -0.045183 0.05678 -0.00691 0.028554 -0.040773 -0.020349 -0.005375 0.090338 -0.014607 -0.037877 0.040782 0.012236 -0.04279 -0.039273 0.042341 0.003043 0.00778 -0.088921 0.045106 0.037054 0.048047 0.016036 -0.001966 -0.015053 0.001402 -0.053681 0.013517 -0.004975 -0.052746 0.013632 0.045223 0.025263 0.003796 -0.044409 0.025267 -0.014106 0.024175 0.039884 -0.058782 -0.021265 -0.03708 0.04996 -0.066776 -0.039325 -0.05833 -0.000265 -0.029248 -0.026411 0.090957 -0.008521 -0.019261 0.002809 -0.003338 0.00273 -0.015249 0.0562 -0.052277 0.008529 0.032832 0.035538 -0.058092 -0.050227 0.047035 0.066254 -0.039286 0.014926 0.001261 -1.3e-05 -0.069687 -0.01681 0.014763 0.071006 0.036012 0.011956 0.020711 -0.007814 0.053533 0.020962 -0.032535 -0.004108 -0.062666 0.019615 -0.028389 0.103209 -0.016762 -0.023395 0.031734 0.019422 0.018489 0.021442 -0.021386 0.01777 -0.042128 -0.015739 0.027463 0.005278 0.0039 -0.003762 0.007073 0.02783 -0.003692 -0.04194 -0.066302 0.003113 0.001455 -0.06541 0.014569 0.028445 0.009858 0.024068 -0.05769 0.056104 -0.046126 -0.024924 0.043775 -0.021504 0.059769 0.052453 0.033187 -0.008389 -0.011141 -0.061658 -0.04142 -0.001564 -0.006049 0.018064 -0.039427 -0.01996 0.013645 -0.010487 0.029831 -0.035115 -0.010277 -0.034935 -0.040023 -0.016557 0.032511 -0.003524 0.040219 0.027902 -0.025469 -0.004734 0.036931 0.029192 -0.026264 0.013084 0.060544 -0.058085 -0.004607 -0.021083 0.010516 0.00316 -0.02618 -0.026042 0.021976 -0.006085 -0.015878 -0.034344 -0.03177 -0.018225 0.02675 -0.081997 -0.003403 0.037491 0.025228 0.008106 0.062143 0.031404\nധ 0.066841 0.017419 -0.076279 0.052275 0.033417 0.069742 0.012786 0.003938 -0.022563 -0.054244 0.07301 0.026208 -0.012221 -0.058387 0.042291 -0.005815 0.02555 -0.039173 -0.02462 -0.093318 -0.058717 -0.009688 0.025988 0.033242 0.008588 0.034862 -0.012142 -0.003583 -0.04602 -0.040729 0.032885 -0.069551 -0.044785 -0.084988 0.017502 0.012742 -0.076184 0.076496 0.030902 0.057645 -0.064733 0.038713 0.001315 -0.009329 -0.080522 -0.046847 0.061686 -0.007338 -0.009449 0.036775 0.009131 0.121478 0.054993 -0.06326 0.073365 0.005017 -0.03611 0.025166 -0.023157 0.057638 -0.069729 -0.06638 -0.027389 -0.016131 0.014827 0.019384 0.068437 -0.016192 0.067001 0.034278 -0.066616 -0.013847 0.034315 0.031595 -0.085946 0.004111 -0.052296 0.045898 -0.081714 -0.038792 0.016754 0.00181 0.002058 0.040599 -0.065617 -0.1143 0.002145 -0.004466 -0.062035 -0.016467 -0.030382 0.053106 -0.000244 -0.040544 0.023487 -0.026573 0.012494 -0.057689 -0.01487 -0.018846 -0.018455 -0.000402 0.016044 -0.076959 0.022578 -0.0061 -0.0114 0.010439 0.064302 0.012808 0.079135 0.047859 0.016538 -0.009827 0.008282 0.006109 -0.027273 -0.010685 -0.022017 -0.079953 0.027656 -0.003209 0.093377 0.040519 0.079786 0.039323 -0.036597 -0.062659 -0.033747 -0.039115 -0.046492 0.033272 -0.042008 0.0451 -0.039538 0.043239 -0.065196 0.013951 0.005275 0.083942 0.006694 -0.038528 0.033398 0.043107 -0.074573 -0.095485 0.090364 0.012947 -0.013094 -0.092558 0.028274 0.026653 0.048079 0.053545 -0.01182 -0.006343 0.002974 -0.043303 0.049882 -0.040372 -0.048755 0.028913 0.045438 0.016481 -0.0128 -0.017891 0.048585 -0.058225 0.034625 0.053346 -0.037066 -0.056837 -0.013019 0.068652 -0.043612 -0.064272 -0.034949 -0.023509 -0.052995 -0.033144 0.076799 -0.02138 0.002017 0.014382 -0.012748 -0.041911 0.012123 0.042319 -0.109911 -0.003307 0.010925 0.048088 -0.056335 -0.062644 0.014626 0.07404 -0.024537 0.007603 -0.01186 -0.002262 -0.059213 -0.060948 0.025168 0.046205 0.023282 0.046704 0.012938 -0.011416 -0.030861 0.068608 -0.053076 -0.004908 -0.034189 0.025865 0.005147 0.134191 -0.00637 -0.046546 0.020574 0.014672 -0.031107 0.014001 -0.031349 0.035856 -0.041524 0.011815 0.001161 0.044885 -0.006866 -0.024329 -0.001729 0.006082 -0.019274 -0.050194 -0.073004 -0.001849 -0.024952 -0.070295 0.075419 0.028378 0.02675 0.028239 -0.03636 0.006605 0.009624 -0.035643 0.061783 -0.014306 0.055456 0.098644 0.061481 0.030292 0.011175 -0.084564 -0.062526 -0.040744 0.00151 0.017161 -0.047367 -0.01096 0.011146 -0.017579 0.061765 -0.037196 -0.054638 -0.006575 -0.067023 -0.015658 0.006675 -0.002406 0.03537 0.040821 0.020224 0.007379 0.045881 0.024415 -0.018186 0.030086 0.08043 -0.097089 -6e-06 -0.063122 0.030499 0.035424 -0.017127 -0.005238 0.032493 -0.02092 -0.021213 -0.025525 0.016265 -0.078832 0.018614 -0.126159 -0.003213 0.027848 0.047978 0.032886 0.047027 -0.017261\nந 0.022397 0.006268 -0.047799 0.023549 0.012524 0.035829 0.008653 -0.000787 -0.014407 -0.030685 0.035113 0.012679 -0.007062 -0.023628 0.030246 -0.003431 0.008456 -0.011533 -0.008184 -0.039996 -0.009092 -0.004616 0.003654 0.01356 0.005237 0.016055 -0.010414 -0.001836 -0.017391 -0.030187 0.017079 -0.028382 -0.023213 -0.043082 0.011476 0.013993 -0.037697 0.031525 0.008944 0.02114 -0.034499 0.011105 0.004685 0.002763 -0.02757 -0.020124 0.028838 -0.006577 -1.7e-05 0.021979 0.000918 0.047426 0.026767 -0.035111 0.037688 0.009879 -0.00915 0.021077 -0.013236 0.025915 -0.025363 -0.024475 -0.005454 -0.015994 0.006328 0.013825 0.041003 -0.011021 0.037523 0.020913 -0.037468 -0.000763 0.022129 0.019605 -0.048759 0.00839 -0.026677 0.026072 -0.032719 -0.013671 0.013708 0.001088 -0.004771 0.013847 -0.016614 -0.056064 0.007996 -0.009017 -0.010285 0.002705 -0.003121 0.021526 -0.00182 -0.019026 0.010516 -0.004124 -0.002914 -0.035046 -0.000683 -0.002593 -0.018079 0.007172 -0.002636 -0.029826 0.007766 -0.006664 -0.010789 0.018098 0.023914 -0.005151 0.04046 0.020632 0.0344 -0.008764 0.012104 0.00344 -0.018405 -0.001884 -0.012382 -0.042794 0.019116 -0.007262 0.047757 0.009713 0.030767 0.010392 -0.005287 -0.012105 -0.011774 -0.01843 -0.01255 0.006205 -0.014867 0.030116 -0.025379 0.008705 -0.020919 0.000154 0.007981 0.040263 -0.000429 -0.009575 0.011563 0.029437 -0.029904 -0.049041 0.044568 0.006935 0.005846 -0.039784 0.003523 0.01094 0.036882 0.021377 -0.002687 0.004801 -2.7e-05 -0.029119 0.015616 -0.0222 -0.026005 0.015273 0.02578 0.016038 -0.020786 -0.009268 0.023182 -0.025276 0.019154 0.018326 -0.021497 -0.014031 -0.005504 0.027152 -0.019474 -0.024745 -0.006269 -0.001329 -0.035656 -0.018297 0.023602 -0.00277 0.005087 -0.0015 0.001101 -0.022341 -0.00029 0.020199 -0.051508 0.003673 0.007769 0.020886 -0.030566 -0.041674 0.001308 0.043188 -0.017333 0.008828 0.007402 0.005292 -0.03113 -0.032216 0.019961 0.026784 0.018467 0.015396 0.018331 -0.01351 -0.005359 0.035371 -0.027978 0.000981 -0.008548 0.019736 -0.001362 0.06184 -0.003585 -0.021794 0.003097 0.004147 -0.009526 0.005283 0.000396 0.008904 -0.026226 -0.002244 -0.006728 0.025151 -0.004596 -0.019676 -0.012898 0.002364 -0.004531 -0.02697 -0.030472 0.001073 -0.011446 -0.02682 0.029059 0.018443 0.009246 0.027154 -0.011482 0.012123 0.006117 -0.009785 0.039339 0.000319 0.029305 0.043776 0.026401 0.004026 0.002421 -0.040302 -0.03425 -0.019449 -0.008394 0.026036 -0.025669 -0.007724 0.000155 -0.0215 0.027176 -0.019507 -0.040192 -0.017689 -0.03434 -0.014131 0.008339 -0.000783 0.019676 0.001609 0.010096 0.003921 0.012077 0.003895 0.000557 0.023042 0.038346 -0.047775 -0.004129 -0.020048 0.019134 0.015819 -0.01545 -0.00206 0.015473 -0.0071 -0.018342 -0.018168 0.002414 -0.035045 0.017092 -0.062207 -0.002501 0.004374 0.01158 0.026948 0.009886 0.005551\nḱ 0.042232 0.019428 -0.000737 0.021577 0.010594 0.045693 0.041918 -0.018187 0.011656 -0.005345 0.032413 0.00106 0.015068 0.007755 0.02976 -0.013395 0.002636 -0.017882 0.012389 -0.023471 0.02722 -0.003908 0.026852 0.071187 -0.010072 -0.001563 -0.035337 0.001627 -0.038949 -0.034094 0.046396 -0.017271 -0.016534 -0.038993 0.038646 0.018964 -0.036292 0.005831 0.005882 -0.031767 -0.013757 0.054387 0.0041 0.017316 -0.007724 0.007538 -0.008185 -0.022488 0.023147 -0.006175 0.007738 0.024232 0.032052 -0.025041 -0.01167 0.023562 0.038231 0.011049 0.016863 -0.004323 -0.003415 -0.00148 0.035085 -0.042238 0.013672 0.002253 0.022686 -0.029398 0.025904 -0.004359 -0.025877 0.023396 0.050313 -0.002065 -0.00707 -0.020697 -0.001556 0.002079 0.008455 -0.002532 0.033035 -0.008625 -0.007781 0.020147 0.003155 0.001226 -0.030663 -0.002104 0.021772 -0.012976 -0.004233 0.006263 0.01892 0.021431 -0.004896 -0.009158 -0.03655 -0.030411 0.010568 0.011837 -0.023526 0.008722 -0.049492 -0.027714 -0.025109 -0.016986 -0.055654 -0.021328 0.014073 -0.004866 0.022089 -0.008439 -0.001826 -0.020918 0.022091 0.002513 -0.018314 -0.018734 -0.000576 -0.00961 0.061754 -0.002366 0.029505 0.023203 -0.003401 0.00251 0.005626 -0.011948 0.004965 0.018962 0.026098 -0.023172 -0.014367 0.00422 0.013737 -0.017137 -0.008066 0.020614 -0.038048 0.01796 -0.034074 -0.014967 -0.007794 0.010433 -0.029686 -0.042754 0.045632 0.00188 0.01367 -0.043768 0.02519 0.025117 0.004374 0.030783 0.001901 -0.010225 0.003503 -0.037775 0.003361 -0.007533 0.006543 -0.013288 0.031904 -0.008921 -0.010832 0.018323 0.013346 -0.058313 0.03435 0.013945 -0.018345 -0.033105 0.019041 0.018483 -0.042907 -0.01534 -0.012212 -0.005929 -0.016018 -0.040207 0.034843 0.004725 -0.025304 -0.030293 -0.019441 -0.012513 0.012789 -0.009869 -0.032892 -0.011449 0.060017 0.060514 -0.036059 -0.011858 -0.027447 0.060945 -0.010861 0.002149 0.047412 0.004465 -0.007255 -0.019423 0.022532 0.029304 0.014068 0.019309 0.005194 0.003243 -0.008941 0.027203 -0.007905 -0.010942 -0.009958 0.036479 -0.001556 0.017855 0.003228 -0.004574 -0.00346 0.00187 0.022698 0.010367 -0.039266 0.000462 -0.005793 0.004492 0.005978 0.035182 -0.00257 -0.018166 -0.050371 -0.010551 0.022321 -0.024854 -0.014496 0.004212 -0.020551 -0.023914 0.00515 -0.012041 0.038738 0.029103 -0.003958 0.007779 0.015215 0.015422 0.040173 0.031231 -0.026011 0.033806 0.002401 0.023422 -0.008931 -0.002773 -0.006665 -0.034403 -0.011323 -0.019571 -0.062067 -0.006159 -0.02952 0.000785 -0.015151 -0.013411 -0.046716 0.000295 -0.01305 -0.017422 0.000905 0.022909 0.021847 -0.007088 0.019945 -0.042118 0.003207 -0.016713 -0.032693 0.021096 0.027504 -0.009381 0.028766 -0.01094 0.015889 -0.038986 -0.015925 0.036525 0.008138 -0.046117 -0.002621 -0.02416 -0.000842 -0.024572 -0.004377 0.008691 -0.015327 -0.014476 -0.017868 0.019193 0.041393 -0.043754\nᠵ 0.038736 -0.00264 -0.044921 0.023602 0.013171 0.031803 -0.009838 -0.001279 -0.017164 -0.018363 0.028395 0.011557 -0.003211 -0.018855 0.025758 -0.013338 -0.004586 -0.017614 -0.012274 -0.043672 -0.024723 -0.00819 -0.001491 0.011353 -0.009726 0.022598 0.001492 -0.005299 -0.014236 -0.029634 0.02843 -0.040199 -0.004393 -0.030245 0.00592 0.000746 -0.031922 0.046566 0.007195 0.013939 -0.025589 0.002982 -0.005737 -0.006872 -0.008862 -0.02343 0.044473 -0.013084 -0.009153 0.025758 0.0062 0.057487 0.030628 -0.024767 0.04289 0.00983 0.005173 0.033719 -0.016095 0.034628 -0.035767 -0.0415 -0.018747 0.001219 0.021688 0.018262 0.031244 -0.015051 0.035513 0.00394 -0.049566 -0.010948 0.028956 0.026253 -0.044212 0.01054 -0.021293 0.024389 -0.041037 -0.001151 0.008513 -0.001758 0.008047 0.018539 -0.007922 -0.046579 0.005975 0.014382 -0.015123 -0.001655 -0.010425 0.020675 0.008951 -0.022378 0.016076 -3.9e-05 0.014017 -0.051091 -0.004869 -0.008142 -0.0137 0.010575 -0.003478 -0.025682 0.010246 -0.014384 -0.011342 0.015448 0.038308 -0.002682 0.03332 0.024015 0.014887 -0.017438 0.016446 -0.012123 -0.011424 0.006792 -0.017206 -0.031401 0.025401 -0.002859 0.039091 0.015554 0.05198 0.020145 -0.011701 -0.013805 -0.006704 -0.017729 -0.029773 -0.005155 -0.009024 0.032484 -0.017593 0.034152 -0.027499 0.011071 0.017982 0.042496 -0.005079 -0.007123 0.007808 0.028633 -0.038341 -0.040523 0.053448 0.008309 -0.004977 -0.03007 0.002684 0.018528 0.024401 0.020677 -0.005099 0.011872 0.005586 -0.01152 0.01117 -0.031369 -0.015146 0.025044 0.021241 0.011844 -0.024363 -0.014223 0.006041 -0.020146 0.024738 0.025434 -0.016567 -0.012334 -0.020757 0.039343 -0.013613 -0.031475 -0.011921 -0.002755 -0.038174 -0.022391 0.03245 -0.010674 0.005117 -0.004316 -0.001037 -0.020866 0.003898 0.017046 -0.055495 0.00636 0.018135 0.042368 -0.029135 -0.029153 0.005598 0.057321 -0.023057 0.008165 0.002354 -0.010297 -0.029712 -0.034024 0.017004 0.026024 0.011674 0.021805 0.009802 -0.006199 -0.008067 0.034453 -0.04527 -0.007225 -0.010568 0.013972 0.002225 0.066561 0.000104 -0.017174 -0.001116 0.003677 0.016238 0.005826 -0.008704 0.006544 -0.018146 0.001445 0.002863 0.007397 -0.009686 -0.011017 0.001047 -0.004772 0.000823 -0.031252 -0.035513 -0.002441 -0.005575 -0.03903 0.027122 0.026011 0.006974 0.020055 -0.015556 0.017123 0.015053 -0.011843 0.032562 -0.014857 0.05765 0.045451 0.01679 0.014786 -0.005293 -0.030551 -0.029559 -0.018112 0.004517 0.040554 -0.029706 -0.017254 0.010044 -0.011952 0.032545 -0.026909 -0.024433 -0.015725 -0.020998 -0.020684 0.005356 0.000554 0.015373 -0.007951 0.012981 -0.000556 0.01484 0.025478 0.010921 0.015417 0.035783 -0.050634 0.000546 -0.028636 0.012905 0.021795 -0.028213 -0.008446 0.025844 -0.003029 -0.014168 -0.017802 -0.001067 -0.042566 0.012483 -0.059211 -0.018483 0.006464 0.01061 0.022112 0.028362 -0.002934\nθ 0.030315 -0.002105 -0.050329 0.028422 0.006302 0.045113 0.01043 -0.006893 -0.016977 -0.032224 0.03983 0.014758 -0.018237 -0.024643 0.036976 -0.008708 0.011627 -0.026717 -0.015196 -0.044536 -0.013298 0.009029 0.00471 0.015351 0.009903 0.019029 -0.00769 -0.007726 -0.011338 -0.021631 0.029481 -0.038733 -0.022307 -0.041592 0.008697 0.011513 -0.034149 0.038403 0.009831 0.019696 -0.038504 0.00991 -0.003241 0.015077 -0.02197 -0.024719 0.034672 0.000405 0.003295 0.010378 0.008334 0.051525 0.035726 -0.030937 0.044568 0.008457 0.006062 0.026776 -0.014782 0.025021 -0.035491 -0.027819 -0.016187 -0.021996 0.02261 0.023486 0.047658 -0.023001 0.026839 0.020944 -0.052468 -0.001091 0.024404 0.013581 -0.049027 0.00064 -0.034539 0.023643 -0.023774 -0.014945 0.014068 0.004684 -0.001379 0.014842 -0.017824 -0.051665 0.006771 -0.006312 -0.012153 0.003793 -0.005924 0.02705 -0.003379 -0.005437 0.006909 -0.015205 0.000844 -0.037649 -0.011592 -0.012714 -0.017059 0.003691 -0.006502 -0.039601 0.022361 -0.00564 -0.015657 0.01276 0.031447 -0.007733 0.049074 0.019526 0.025258 -0.011406 0.006254 0.00373 -0.009443 0.008691 -0.009082 -0.045318 0.028784 -0.008215 0.038402 0.024529 0.024546 0.00757 -0.003995 -0.004932 -0.013865 -0.014673 -0.004916 -0.000691 -0.017804 0.031251 -0.014326 0.008877 -0.028041 0.006476 -9e-05 0.042257 -0.016351 -0.005454 0.018165 0.027323 -0.038844 -0.051848 0.04626 0.006654 0.003602 -0.045838 0.002809 0.010513 0.036697 0.024208 0.000862 -0.004709 0.000911 -0.02104 0.019103 -0.018195 -0.015783 0.01818 0.023207 0.017278 -0.019812 -0.013852 0.026828 -0.025015 0.023604 0.02052 -0.035026 -0.025781 -0.01773 0.039237 -0.006303 -0.027879 -0.007121 -0.011062 -0.033793 -0.016305 0.034013 -0.013755 -6.4e-05 9e-05 -0.014454 -0.013322 -0.000346 0.022066 -0.064504 -0.003771 0.017351 0.037212 -0.038373 -0.038186 -0.001966 0.035374 -0.02091 0.015526 0.007069 0.003466 -0.036509 -0.034602 0.015688 0.025475 0.016119 0.008792 0.009415 -0.020613 -0.004497 0.033629 -0.015568 -0.013683 -0.011484 0.01614 -0.00228 0.066591 0.007261 -0.018289 0.003433 -0.00074 -0.004841 0.010056 -0.007799 0.003755 -0.02821 -0.003082 0.002699 0.014801 -0.005564 -0.026802 -0.003118 0.003539 -0.006216 -0.024399 -0.028513 0.004845 -0.017434 -0.036475 0.023186 0.037596 0.005573 0.028581 -0.024366 0.009679 0.010137 -0.003987 0.043697 0.003804 0.032821 0.054667 0.020851 0.007109 -0.003485 -0.037357 -0.041347 -0.027668 -0.008919 0.010983 -0.035375 -0.016591 0.014667 -0.007783 0.024821 -0.019114 -0.029261 -0.011982 -0.030061 -0.019181 0.007757 -0.001924 0.018055 -0.009091 0.010419 -0.003454 0.002715 -0.001347 0.002056 0.02154 0.039779 -0.050985 -0.005615 -0.014694 0.015975 0.017535 -0.026156 -0.004881 0.013605 -0.007537 -0.019358 -0.023846 0.00099 -0.036252 0.010892 -0.065358 -0.007914 0.003997 0.008019 0.007916 0.017036 0.001387\nº 0.106537 -0.05386 -0.042351 0.095165 0.03188 0.081465 0.072311 0.005376 -0.035252 -0.032847 -0.00264 0.075333 -0.020128 0.019828 0.077169 -0.053109 -0.014237 0.022555 -0.018233 -0.012796 0.003285 -0.058937 0.045978 0.026114 -0.001364 -0.044505 -0.047927 -0.005695 -0.036854 0.049695 0.015409 -0.018184 -0.011205 -0.149789 0.021145 -0.042757 -0.049383 -0.056977 -0.021573 0.037165 -0.02461 -0.036875 0.025573 0.028608 -0.059251 -0.060084 0.002854 0.009202 -0.073659 -0.01011 0.058271 0.087279 0.052228 -0.045955 0.039113 0.066043 0.004864 0.106824 0.047952 0.007609 -0.027917 -0.012118 0.006344 0.077231 0.062609 -0.00706 0.038433 0.015558 0.038805 -0.037037 -0.069623 0.018044 0.066972 0.060378 -0.071526 -0.009569 -0.026925 0.021637 0.048283 -0.046222 0.053406 -0.032068 0.04415 -0.017107 -0.022064 0.008171 -0.01248 0.013756 0.047316 0.013205 -0.035196 0.074442 0.041332 0.064005 0.013836 -0.01263 -0.044206 -0.072671 -0.021206 0.10498 -0.059952 -0.091566 -0.008089 -0.031523 0.039674 -0.081767 0.016203 -0.014573 -0.014573 -0.096416 0.040172 -0.02207 -0.047474 -0.022638 0.0486 0.022951 -0.017699 0.014994 0.063751 -0.007339 0.026772 0.068989 0.043022 -0.012406 -0.010954 -0.00926 0.016976 -0.075884 0.037002 -0.06897 -0.004806 -0.074097 -0.023644 0.00723 -0.027263 -0.026656 0.02751 -0.019009 0.03754 -0.015969 -0.021601 0.005539 0.0442 0.026794 0.01422 -0.094096 0.055963 -0.087975 0.06825 -0.041252 0.015665 0.031843 -0.029314 0.051271 -0.048259 -0.018848 0.021092 0.014734 0.012989 0.059316 0.042967 0.012559 0.048393 0.115187 0.020468 -0.030997 -0.057181 0.045038 0.020986 0.064915 -0.033071 -0.040294 -0.023686 0.041079 0.009584 -0.039185 0.004572 -0.099531 0.014234 0.038749 -0.000234 0.003297 -0.041441 0.033253 -0.027066 0.009339 0.053192 0.075839 -0.073449 0.031344 -0.016778 -0.049191 0.027764 -0.062685 0.040929 0.03155 -0.007227 0.108379 -0.071615 -0.033464 -0.022363 -0.066534 0.010879 0.109659 0.077202 -0.004745 0.02785 -0.002378 -0.055754 0.01092 -0.008715 -0.016203 0.01125 0.031339 -0.001294 0.120724 -0.045055 0.007894 -0.019564 0.008421 -0.00325 -0.008018 -0.01137 0.020406 -0.04956 -0.002282 -0.091307 0.023972 0.071988 -0.062612 0.006092 0.060829 -0.021596 -0.000712 0.000942 -0.010586 -0.042128 -0.002987 -0.006546 0.094428 -0.010122 0.079035 -0.004291 0.054757 0.029076 -0.024614 0.010438 0.02691 0.028083 0.037176 0.097783 0.02074 -0.06093 -0.042698 0.00948 0.012493 -0.018145 0.022898 0.001162 0.049382 -0.016077 -0.044282 -0.000854 -0.04336 -0.016685 -0.075177 -0.045717 0.014117 0.03092 -0.030541 0.062694 -0.017362 -0.028865 0.022288 0.038796 -0.014684 0.051686 0.049381 0.048405 0.001612 0.021111 -0.032572 0.045181 -0.026403 0.022726 0.064959 0.017059 0.018834 -0.047508 -0.03402 0.042131 0.041108 0.067725 -0.068577 -0.011962 -0.022022 -0.038454 0.061811 0.043904 0.023997\nि 0.029484 0.002313 -0.050539 0.020696 0.009934 0.037769 0.003468 -0.007501 -0.022984 -0.03107 0.037978 0.010238 -0.009439 -0.023293 0.029452 -0.001023 0.006083 -0.021771 -0.008577 -0.046256 -0.015202 0.001741 0.004184 0.011567 0.005087 0.020953 -0.011399 -0.012737 -0.016642 -0.02585 0.025145 -0.032218 -0.017951 -0.037542 0.006805 0.011182 -0.038683 0.042001 0.010996 0.022204 -0.031451 0.00774 0.004101 0.000957 -0.028745 -0.021676 0.034779 -0.002915 0.001478 0.015456 0.008697 0.053334 0.038562 -0.035573 0.043158 0.003531 -0.005387 0.019138 -0.008246 0.026374 -0.032865 -0.031433 -0.002622 -0.019726 0.016857 0.020515 0.039217 -0.00926 0.032409 0.018609 -0.05133 -0.007961 0.026156 0.01783 -0.046711 0.003666 -0.031233 0.021767 -0.033667 -0.017733 0.008279 -0.00321 0.003034 0.013083 -0.019782 -0.046225 0.005575 -0.005198 -0.017987 -0.002026 -0.009851 0.023876 0.008055 -0.018529 0.014741 -0.003945 -0.003809 -0.037171 -0.003454 -0.004852 -0.025208 0.003178 -0.005061 -0.022655 0.013307 -0.006232 -0.013693 0.007298 0.040972 -0.002215 0.045865 0.022565 0.023778 -0.020782 0.005683 0.0001 -0.005269 0.001576 -0.01397 -0.041831 0.026009 -0.00026 0.03813 0.02718 0.035122 0.013654 -0.009323 -0.015177 -0.014699 -0.021398 -0.01515 0.000118 -0.019228 0.032067 -0.018368 0.013652 -0.032488 0.00376 0.0054 0.044263 -0.007569 -0.009935 0.010297 0.026149 -0.037999 -0.04989 0.05058 0.01341 0.000951 -0.042252 0.004191 0.011248 0.033627 0.025286 0.003062 0.010317 0.003615 -0.02313 0.013299 -0.019475 -0.023988 0.013531 0.023545 0.013839 -0.014745 -0.012489 0.024625 -0.023204 0.019291 0.019186 -0.028355 -0.019623 -0.013537 0.032224 -0.01416 -0.029885 -0.004496 -0.006284 -0.039127 -0.015668 0.032943 -0.011856 0.008744 -0.013721 -0.007175 -0.013756 0.003269 0.024946 -0.054631 0.004543 0.019164 0.026331 -0.035288 -0.042118 0.004381 0.037439 -0.02281 0.017068 -0.001387 -0.004581 -0.038021 -0.033596 0.015035 0.025372 0.01792 0.017406 0.01182 -0.007473 -0.007343 0.041206 -0.018591 -0.005658 -0.010395 0.016903 -0.001456 0.06768 0.013 -0.024194 0.009139 -3.5e-05 -0.008536 0.008396 -0.005593 0.00652 -0.028138 -0.003594 0.002403 0.016233 -0.007551 -0.024148 -0.003971 -0.004627 -0.00446 -0.029746 -0.038105 -0.010145 -0.014986 -0.034257 0.029674 0.028366 0.011261 0.022433 -0.023817 0.017434 0.001331 -0.004962 0.033739 -0.003473 0.034304 0.053549 0.025081 0.009046 -0.004248 -0.03968 -0.03012 -0.022044 -0.006867 0.022883 -0.028115 -0.011422 -0.000675 -0.014415 0.028512 -0.021993 -0.028223 -0.018302 -0.029058 -0.01916 0.006275 -0.003424 0.016493 0.003938 0.012027 -0.003327 0.010539 -0.000774 -0.001972 0.017241 0.050019 -0.05129 -0.00294 -0.022535 0.01731 0.015498 -0.021176 -0.008863 0.018162 -0.012875 -0.021112 -0.016729 0.006782 -0.041741 0.008706 -0.06548 -0.00981 0.005216 0.013171 0.019168 0.016158 0.006123\nા 0.039392 0.000572 -0.058026 0.014151 0.007684 0.040603 0.002599 -0.012578 -0.027977 -0.040589 0.042111 0.021568 -0.007635 -0.02597 0.032347 0.00201 0.009994 -0.021717 -0.021732 -0.048866 -0.014397 -0.00505 0.006868 0.019601 -0.003144 0.026371 -0.008221 -0.019396 -0.018829 -0.036461 0.022272 -0.030645 -0.02366 -0.038578 0.004689 0.012275 -0.046747 0.041643 0.005242 0.011789 -0.039125 0.007239 0.014601 -0.005797 -0.031031 -0.023969 0.050588 -0.005375 0.001216 0.021691 -0.003933 0.054623 0.033496 -0.028532 0.057879 0.003883 -0.010746 0.028119 -0.010212 0.03762 -0.038362 -0.033311 -0.016206 -0.017418 0.016526 0.020121 0.056406 -0.005758 0.034784 0.016632 -0.065086 -0.009912 0.017497 0.021209 -0.049727 0.002548 -0.030785 0.02571 -0.04254 -0.015612 0.011274 -0.000278 -0.002166 0.017606 -0.017397 -0.051068 0.000863 -0.009183 -0.010972 -0.012574 -0.006102 0.024114 0.015577 -0.011643 0.005743 -0.00343 -0.013486 -0.043845 -0.006568 -0.006978 -0.026685 -0.00479 -0.003882 -0.024243 0.014263 -0.018999 -0.02049 0.010049 0.039696 -0.007147 0.055244 0.026659 0.022394 -0.020447 0.00014 -0.003754 -0.004564 -0.002405 -0.018964 -0.048947 0.016952 0.006928 0.046519 0.027502 0.0365 0.018588 -0.021595 -0.014024 -0.005748 -0.022075 -0.011868 -0.0037 -0.014264 0.03806 -0.022299 0.01281 -0.044205 0.00071 0.00744 0.053694 0.002633 -0.007586 0.011962 0.025094 -0.041548 -0.065698 0.062031 0.024088 0.005219 -0.047695 0.009585 0.010585 0.030984 0.030743 -0.00199 0.009732 -0.004054 -0.03087 0.023252 -0.031978 -0.024605 0.016557 0.019634 0.021048 -0.015046 -0.014354 0.016021 -0.029352 0.022691 0.02483 -0.026209 -0.029472 -0.010988 0.045266 -0.029309 -0.029168 -0.007506 -0.010865 -0.051025 -0.027992 0.02886 -0.016185 0.008024 -0.011092 -0.001264 -0.025061 0.005462 0.024105 -0.052442 0.002676 0.020215 0.028274 -0.041815 -0.03926 -0.000494 0.034594 -0.024222 0.015545 0.001638 -0.007281 -0.046269 -0.033253 0.013652 0.041021 0.017956 0.016438 0.019838 0.000405 -0.008428 0.04361 -0.025789 -0.009626 -0.003511 0.016334 0.001202 0.063146 0.020308 -0.023164 0.013387 0.008082 0.002688 0.000556 -0.003467 -0.006346 -0.030642 -0.005252 0.007197 0.022452 -0.012628 -0.021355 -0.009313 0.000798 -0.010992 -0.029269 -0.043569 0.003239 -0.006616 -0.037289 0.027458 0.013388 0.008989 0.018854 -0.031469 0.008846 -0.001635 -0.000926 0.038898 -0.011732 0.041935 0.066481 0.022214 0.004443 -0.009403 -0.036658 -0.02544 -0.017158 -0.011751 0.0318 -0.031953 -0.015882 0.000775 -0.019483 0.038575 -0.03351 -0.032631 -0.022219 -0.041434 -0.02571 0.006687 0.006651 0.022032 0.005806 0.012528 0.004289 0.014392 -0.004629 0.00823 0.019589 0.045984 -0.061893 0.001638 -0.034616 0.019678 0.021302 -0.012459 -0.017022 0.022509 -0.014972 -0.022669 -0.004753 0.007284 -0.045561 0.008416 -0.087455 -0.015354 0.005052 0.019395 0.014416 0.019472 -0.000961\nៀ 0.025247 -0.004973 -0.046862 0.02105 0.006764 0.032391 0.004324 0.00537 -0.02782 -0.020235 0.029283 0.011524 -0.014613 -0.011327 0.028728 0.000651 0.000453 -0.028986 -0.015965 -0.052979 -0.011982 0.01769 0.000678 0.013131 0.012145 0.019914 -0.010585 -0.019962 -0.011698 -0.033721 0.027422 -0.045605 -0.021156 -0.033737 0.004423 0.013485 -0.029618 0.049825 0.008595 0.027766 -0.041939 0.021671 -0.008175 -0.004573 -0.034523 -0.018402 0.029786 -0.011828 -0.000427 0.017473 0.00213 0.048758 0.022379 -0.036843 0.042713 0.010625 0.000189 0.031338 -0.013606 0.033599 -0.050678 -0.024928 -0.006154 -0.009986 0.017079 0.034577 0.05482 -0.033149 0.053027 0.026797 -0.064939 -0.005295 0.019939 0.010826 -0.049069 0.009545 -0.029541 0.045745 -0.049486 -0.006097 0.018895 0.00347 0.022452 0.007786 -0.017259 -0.056362 0.021216 -0.013319 -0.017794 0.001526 -0.012625 0.010023 0.016388 -0.02026 0.00844 0.00072 -0.013663 -0.05619 0.011036 -0.012496 -0.006093 -0.002384 0.003934 -0.047316 0.00082 0.016275 -0.035136 -0.0163 0.040473 -0.012922 0.046909 0.013821 0.018099 -0.015039 -0.002348 0.004565 -0.00599 0.001102 -0.007046 -0.042921 0.034456 0.001549 0.041879 0.012624 0.034055 0.020618 -0.023488 -0.020588 -0.01763 -0.021227 -0.007244 -0.009794 -0.020868 0.038545 -0.027014 0.010815 -0.039841 -0.00332 0.005632 0.047282 -0.004793 -0.003198 -0.002166 0.0256 -0.035303 -0.06233 0.055567 0.011545 0.001487 -0.034989 0.014469 0.002011 0.037601 0.035257 0.004996 0.004911 0.006096 -0.019995 0.0155 -0.022041 -0.010044 0.03105 0.0374 0.027606 -0.01813 -0.024704 0.020099 -0.012486 0.019628 0.024148 -0.041912 -0.023669 -0.014974 0.04133 -0.029265 -0.034708 -0.01786 -0.011941 -0.071801 -0.024238 0.042485 -0.016144 0.007132 -0.024806 -0.011204 -0.018449 0.00195 0.019002 -0.056474 0.0029 0.024699 0.030216 -0.049272 -0.030443 0.003115 0.053232 -0.032345 0.019262 0.002258 0.004805 -0.032996 -0.028139 0.02015 0.018092 0.023979 0.033062 0.002443 -0.022656 -0.019717 0.044155 -0.033033 -0.01158 -0.016744 0.016045 -0.004577 0.072417 0.023381 -0.020955 0.009191 -0.013412 -0.020724 -0.001729 -0.025123 0.006317 -0.011345 -0.001085 0.009321 0.028646 -0.007412 -0.033531 -0.017763 0.003779 -0.006763 -0.018291 -0.033583 -0.009453 -0.014588 -0.046128 0.02735 0.029642 0.013969 0.025651 -0.037236 0.018867 0.004709 -0.003086 0.032659 -0.005071 0.053189 0.057011 0.025517 0.000838 0.008574 -0.030989 -0.042545 -0.025188 0.003492 0.02119 -0.025027 -0.00227 0.015689 -0.022485 0.038571 -0.026918 -0.026397 -0.022546 -0.056401 -0.025965 0.01359 -0.003941 0.021934 -0.001365 0.014943 -0.008762 0.004702 -0.005786 -0.007301 0.022668 0.049283 -0.064174 -0.004748 -0.021179 0.015036 0.020136 -0.030938 -0.010346 0.025324 -0.023728 -0.025013 -0.014134 0.008797 -0.035867 0.010121 -0.054123 -0.017671 0.006559 0.013377 0.032599 0.014729 -0.000267\nᓂ 0.009582 -0.00077 -0.021183 0.007518 0.000414 0.022673 -0.003485 -0.014158 0.005012 -0.013656 0.026752 0.008797 0.007899 -0.007708 -0.01303 -0.017728 0.012975 -0.009071 -0.007918 -0.047239 8.1e-05 0.025474 -0.032285 -0.021835 -0.015566 -0.015186 0.007822 -0.021045 0.012919 -0.023386 0.037464 0.006825 -0.02768 -0.005757 0.000161 0.0143 -0.040485 0.055329 0.027206 0.004291 -0.012044 0.003245 -0.02607 0.008919 -0.020985 0.008943 0.023371 -0.034987 -0.000344 0.02049 0.026205 -0.015978 0.043172 -0.030152 -0.006394 -0.031658 -0.025154 -0.01163 -0.010162 -0.009424 -0.028983 0.00434 -0.011073 -0.009542 -0.003563 -0.02013 0.036423 -0.02555 0.012165 -0.004534 -0.013692 -0.031132 0.045782 0.013035 -0.013962 -0.018374 -0.000345 0.031246 -0.018443 -0.012514 0.041366 -0.047039 0.010117 0.035072 -0.027144 -0.063422 -0.004802 0.011907 -0.000442 0.028526 2.8e-05 0.025309 -0.013096 0.011687 0.043275 -0.015977 -0.002416 -0.019222 0.049685 0.038602 -0.005065 -0.005827 -0.012385 -0.024041 -0.027206 -0.033245 -0.000374 0.010907 0.04655 -0.000158 0.054132 -0.003441 -0.006539 -0.028468 0.021003 0.026569 0.04122 -0.011932 0.019001 -0.029936 -0.009314 0.00263 0.013621 0.028017 0.032728 0.014896 -0.005787 0.001876 -0.005715 -0.012599 -0.036051 0.016746 -0.026247 0.046753 -0.001355 0.021171 -0.029204 -0.0326 0.001403 0.030113 -0.011872 0.00443 0.033796 0.050802 -0.009213 -0.039015 0.00918 0.013057 0.006985 -0.023887 -0.003034 0.009968 0.009075 0.027969 0.006561 0.003279 -0.019694 -0.02039 -0.022663 -0.015327 -0.026327 0.0052 0.014894 0.005281 0.010762 -0.007139 0.017814 -0.016397 0.003177 -0.013827 -0.020041 -0.007804 0.025985 0.035139 -0.006487 -0.045135 0.010635 0.003327 -0.030409 -0.01812 0.037819 -0.017222 0.003694 -0.002901 -0.004771 0.005477 -0.015146 -0.015174 -0.011157 0.011966 0.01694 0.025184 -0.0091 -0.019277 -0.012844 0.031315 0.006285 0.007354 0.020636 -0.00684 0.000499 -0.013599 0.013871 -0.000344 0.024919 -0.007174 0.000654 0.016246 0.034062 0.002515 -0.022127 0.008224 -0.01242 7.3e-05 0.022156 0.04549 -0.017535 -0.028543 0.03454 -0.034557 0.003363 0.014299 0.00394 -0.015404 -0.002363 -0.021814 -0.003408 0.000625 -0.00746 -0.000972 -0.004458 0.00193 0.021678 -0.032597 -0.037795 -0.003151 0.013784 -0.040107 0.002628 0.015366 0.029064 0.004598 -0.014131 0.039281 0.005255 0.020558 0.023893 0.024291 0.011762 0.006796 -0.03688 -0.033163 0.01823 0.006667 -0.051022 -0.000782 -0.005241 0.023126 -0.028991 -0.00947 -0.008089 0.002309 0.028523 -0.034062 -0.046459 -0.009043 -0.008723 0.001238 -0.039042 0.020829 -0.002299 -0.004898 0.028748 0.018342 0.006592 0.017107 -0.022011 -0.008396 0.01553 -0.002336 -0.018798 -0.01264 0.008926 0.017201 0.030656 -0.01124 0.016374 0.010274 -0.030718 0.023256 -0.019057 -0.022474 -0.003703 -0.04425 0.005832 -0.004344 0.020886 0.036099 -0.0108 -0.017013\nэ 0.038277 0.008837 -0.051255 0.023546 0.015317 0.037421 0.007017 -0.004598 -0.018034 -0.027515 0.042569 0.009459 -0.011582 -0.02718 0.03368 -0.010787 0.006898 -0.02444 -0.012556 -0.046757 -0.017112 0.001905 0.005999 0.016927 0.00207 0.024349 -0.009056 -0.01254 -0.017011 -0.027663 0.02129 -0.03848 -0.014511 -0.038367 0.012576 0.018952 -0.042858 0.043637 0.007239 0.020664 -0.033058 0.013577 -0.000712 0.001879 -0.028737 -0.021942 0.037525 -0.002776 -0.005259 0.0172 0.009417 0.051213 0.036259 -0.034684 0.042718 0.01199 -0.002568 0.02211 -0.012578 0.027546 -0.034705 -0.031074 -0.00897 -0.017627 0.015521 0.02482 0.039108 -0.016434 0.030667 0.016884 -0.053881 -0.009784 0.022611 0.016302 -0.053247 0.00168 -0.031122 0.032514 -0.030713 -0.013448 0.012565 0.000935 0.002579 0.023851 -0.022968 -0.052655 0.005691 0.000325 -0.024131 -0.001933 -0.008364 0.025591 0.008328 -0.015848 0.015205 -0.007968 -0.001156 -0.039533 -0.003315 -0.006388 -0.020981 -0.000759 -0.002989 -0.029416 0.014202 -0.00348 -0.018197 0.012424 0.039617 -0.00279 0.049488 0.026249 0.022542 -0.012324 0.010186 0.002883 -0.01181 0.001741 -0.013857 -0.044424 0.022853 0.003873 0.041248 0.028033 0.032609 0.006313 -0.010931 -0.018656 -0.013333 -0.01908 -0.017929 -0.003673 -0.01397 0.029171 -0.021866 0.012821 -0.028438 0.011471 0.009842 0.043125 -0.005051 -0.012805 0.013426 0.027496 -0.035903 -0.057587 0.049263 0.008698 0.00407 -0.041576 0.002419 0.006291 0.032239 0.025231 -0.007307 0.003166 0.002362 -0.0248 0.014409 -0.019605 -0.022704 0.018492 0.019684 0.016567 -0.021118 -0.012389 0.0233 -0.024892 0.018091 0.019375 -0.027556 -0.022537 -0.012877 0.039588 -0.018505 -0.029255 -0.00687 -0.007501 -0.041235 -0.025849 0.037144 -0.008034 0.003496 -0.010124 -0.008412 -0.017553 0.000686 0.018753 -0.059831 0.002656 0.02544 0.030082 -0.032574 -0.036675 0.006723 0.043803 -0.016808 0.017321 0.008429 0.002783 -0.040953 -0.034374 0.013226 0.026112 0.015758 0.017295 0.008353 -0.016229 0.002386 0.04051 -0.022754 -0.006772 -0.007912 0.017717 -0.0024 0.06917 0.005292 -0.026734 0.004938 -0.004433 -0.003999 0.010699 -0.011625 0.002449 -0.018374 -0.006911 0.001414 0.019733 -0.008918 -0.029057 -0.007943 0.000698 -0.004599 -0.02758 -0.037426 -0.002922 -0.008948 -0.045308 0.029069 0.026564 0.006992 0.02096 -0.023033 0.015649 0.006052 -0.006923 0.046865 -0.008112 0.044507 0.054762 0.028112 0.004542 0.002564 -0.04347 -0.044026 -0.021373 -0.007044 0.027591 -0.029852 -0.01242 0.004103 -0.008961 0.029751 -0.029462 -0.025015 -0.019572 -0.034778 -0.021412 0.005192 -0.001847 0.016163 -0.004052 0.008214 -0.004549 0.014148 0.002477 0.003155 0.013943 0.041296 -0.053672 -0.00221 -0.023946 0.014288 0.018492 -0.021242 -0.004685 0.018902 -0.015141 -0.021189 -0.013083 0.006973 -0.043974 0.006876 -0.068295 -0.013598 0.013629 0.01309 0.016988 0.021315 0.004991\nŏ 0.04192 -0.006073 -0.04729 0.027352 0.012075 0.035606 0.011858 0.000689 -0.022272 -0.017191 0.022712 0.008928 -0.015377 -0.017681 0.014159 -0.015695 0.002073 -0.020465 0.000745 -0.034889 -0.001683 0.006628 0.002528 0.014327 0.00377 0.019433 0.003316 -0.018577 -0.010329 -0.016022 0.025705 -0.025969 -0.021149 -0.053362 0.012104 0.017917 -0.04185 0.035364 0.018727 0.015981 -0.019133 0.010496 -0.001974 0.002788 -0.012451 -0.022481 0.032274 -0.008483 0.000515 0.009244 0.017277 0.044026 0.024601 -0.023622 0.042331 0.017244 0.004741 0.027617 -0.011317 0.022995 -0.03529 -0.030848 -0.02054 -0.014014 0.003884 0.018459 0.038428 -0.019037 0.035406 0.020204 -0.052543 -0.001137 0.023401 0.019633 -0.046019 0.004321 -0.045221 0.018755 -0.011817 -0.018866 0.025438 0.00626 0.005924 0.021798 -0.028885 -0.054361 -0.008404 0.019127 -0.003482 -0.00478 -0.003767 0.026988 -0.004295 -0.014267 0.018416 -0.009009 -0.001756 -0.027894 -0.0138 0.003109 -0.018117 0.010155 0.000437 -0.023671 0.011998 -0.01576 -0.008091 0.009951 0.042144 -0.019391 0.047408 0.017012 0.021848 -0.015863 0.01633 0.006166 0.001821 -0.002397 -0.005279 -0.052889 0.029853 0.003481 0.041062 0.021753 0.031254 0.006054 -0.013703 -0.008471 -0.010491 -0.013299 -0.009899 -0.00329 -0.019163 0.033726 -0.015888 0.012618 -0.002503 0.011108 0.00551 0.041976 -0.011349 -0.004863 0.018917 0.033334 -0.019796 -0.047502 0.035875 -0.004518 0.008522 -0.040035 0.009385 0.008662 0.021984 0.025489 -0.013682 0.006678 -0.002876 -0.025144 0.014951 -0.01722 -0.013819 0.024654 0.010344 0.023015 -0.019949 -0.027265 0.00761 -0.01541 0.018158 0.019567 -0.027079 -0.0103 0.001374 0.045893 -0.012629 -0.024258 -0.007012 -0.019071 -0.031112 -0.010254 0.029485 -0.013298 0.000629 -0.013396 -0.029993 -0.010172 0.015604 0.021146 -0.061064 -0.001033 0.009975 0.043264 -0.044187 -0.045351 0.004226 0.043013 -0.017922 0.013904 0.002528 -0.00443 -0.027702 -0.020175 0.014748 0.020763 0.023852 -0.000839 -0.003009 -0.007964 -0.003299 0.029733 -0.021667 0.001631 0.000922 0.036879 0.002801 0.058254 0.004738 -0.017438 -0.002661 0.014309 0.007733 0.013756 0.00212 0.001663 -0.028461 0.002638 -0.006497 0.016448 -0.014032 -0.029824 -0.002015 -0.010034 -0.000799 -0.039816 -0.024015 -0.001169 -0.02032 -0.040174 0.025802 0.029082 0.012313 0.039129 -0.015972 0.021298 0.009024 -0.011568 0.057915 -0.003351 0.027843 0.052061 0.02596 0.003421 -0.008148 -0.042449 -0.022631 -0.021664 -0.010922 0.011828 -0.02901 -0.003556 0.002463 -0.001199 0.022101 -0.029683 -0.038473 -0.01637 -0.02224 -0.016328 0.014922 -0.018882 0.006986 -0.022371 0.003411 0.002489 0.008616 -0.002951 0.000434 0.021795 0.04599 -0.038154 -0.014602 -0.020936 0.023546 -0.000348 -0.018566 -0.002553 0.017278 0.002708 -0.021033 -0.019558 -0.002705 -0.032859 0.013591 -0.068812 -0.021028 0.00607 0.006452 0.019353 0.031322 0.00316\nᕗ 0.019396 0.030012 -0.051662 0.002203 -0.011753 0.008683 -0.014004 0.00783 -0.021239 -0.043489 0.025433 0.025602 -0.008074 -0.012321 0.02024 -0.00844 -0.004723 0.025604 0.026259 -0.031903 -0.014567 0.012661 0.019025 -0.025591 0.017185 0.002911 -0.016263 -0.025348 -0.022973 -0.056931 0.001402 -0.012341 -0.002053 -0.027383 -0.015036 0.010935 -0.062958 0.020742 0.021112 0.000145 -0.014129 0.043049 0.00519 -0.027937 -0.015958 0.015254 0.05207 -0.01583 0.002903 -0.006377 0.029675 0.039449 0.04061 0.000149 -0.002957 0.006435 -0.007426 0.012053 -0.036535 0.005049 -0.013256 -0.038837 -0.027737 0.011758 0.030146 -0.005604 0.019685 -0.018721 0.020139 0.007548 -0.046076 -0.01117 0.02203 0.020569 -0.025037 -0.012393 -0.02894 -0.023585 -0.063923 -0.003279 -0.014867 -0.01412 -0.014424 0.043353 -0.007118 -0.018874 -0.035655 0.024803 -0.004987 -0.013897 -0.009381 0.026327 0.041837 -0.01711 0.058737 -0.031046 -0.029696 -0.007879 0.015962 -0.018774 -0.016308 0.003358 0.021083 -0.00717 0.022479 -0.015224 -0.002573 -0.016615 0.014853 0.029445 0.052207 0.036339 0.005062 -0.001047 0.019727 0.011428 -0.011279 0.026953 0.00466 -0.026437 0.035496 -0.000368 0.035129 0.05796 0.041855 -0.026513 -0.012751 -0.023656 -0.03305 0.011785 -0.009769 0.023091 0.02219 0.024413 0.030899 0.019971 -0.015658 0.022624 -0.025635 0.001787 -0.003891 0.028875 0.019522 0.024202 -0.029576 -0.086278 0.039591 0.01471 -0.013043 -0.055078 -0.015223 0.008395 0.030461 0.004754 -0.018112 0.018993 0.028151 -0.037905 -0.013083 0.003412 -0.022547 0.03364 0.001598 0.014135 -0.065094 -0.013222 0.0195 -0.012304 0.018257 0.016754 0.000957 -0.018819 0.010388 0.056337 -0.058146 -0.016158 -0.036594 0.01486 -0.004359 0.007044 0.033036 0.008855 0.000429 0.012537 -0.024207 -0.045515 0.019172 0.023932 -0.024139 0.011955 0.022173 0.036435 -0.017077 -0.031207 0.006587 0.029211 0.002094 0.019727 0.01974 -0.001948 -0.022993 -0.019131 0.017272 0.022468 0.00893 0.00175 -0.000558 -0.003209 -0.009526 0.027446 0.004447 0.004998 0.008046 0.026591 0.042395 0.013431 0.006603 -0.044221 -0.005482 0.020019 0.01414 -0.013611 0.004359 0.013561 -0.041844 0.018434 0.030049 0.006974 0.012521 -0.00444 -0.010342 -0.005318 -0.018693 -0.031565 -0.065794 0.001809 -0.039521 -0.047088 0.02152 0.024539 0.00199 -0.007508 0.022591 0.030938 0.007517 0.034489 -0.002877 -0.027562 0.011058 0.042284 -0.00059 0.023769 0.024858 -0.010433 -0.020887 -0.024643 -0.002487 0.016299 -0.020319 -0.026735 -0.004485 0.005542 0.047898 -0.021807 -0.003582 -0.013727 0.007905 -0.024803 -0.035953 0.008147 0.020766 -0.003076 -0.01141 0.001946 0.031147 0.012891 -0.022491 0.039815 0.074099 -0.030104 0.004878 -0.01891 0.012898 0.022701 -0.021679 -0.021804 0.020951 0.000198 -0.025385 -0.014588 -0.006426 -0.033592 0.017537 -0.062157 -0.008886 0.041852 -0.01526 0.027369 0.049404 -0.040389\nლ 0.035567 -0.006051 -0.029396 0.008842 0.009637 0.028285 0.002439 -0.008219 -0.015481 -0.027046 0.030284 0.007828 -0.009152 -0.018083 0.018544 -0.002391 0.008854 -0.015467 -0.00863 -0.025255 -0.002875 0.002938 0.001667 0.007379 -0.001145 0.013477 -0.008152 -0.01052 -0.017203 -0.021195 0.012965 -0.03108 -0.016305 -0.028915 0.009264 0.012311 -0.028199 0.032006 0.005842 0.008958 -0.016394 0.006086 0.001856 -0.004193 -0.0208 -0.007773 0.021062 -0.003346 -0.004259 0.00483 0.006382 0.033797 0.02335 -0.016787 0.026912 0.008158 0.002425 0.017123 -0.015871 0.019529 -0.026086 -0.019663 -0.000797 -0.012727 0.014747 0.017436 0.029871 -0.004446 0.02054 0.010506 -0.043435 -0.004011 0.013497 0.013889 -0.038784 -0.001208 -0.022799 0.014015 -0.027502 -0.010145 0.001877 -0.001148 -0.011662 0.009782 -0.016314 -0.032148 0.001103 0.006517 -0.010408 -0.001854 -0.010212 0.016276 0.004204 -0.007335 0.013008 -0.002506 -0.004241 -0.022284 -0.004124 0.001649 -0.022033 0.003202 -0.003213 -0.022015 0.000826 -0.008503 -0.0144 0.010737 0.032522 -0.005384 0.031561 0.016908 0.016084 -0.014748 0.006849 -0.001856 -0.00129 0.000284 -0.013942 -0.033947 0.024721 0.005338 0.028162 0.019434 0.028142 0.002776 -0.005313 -0.009764 -0.003788 -0.008556 -0.006712 0.002977 -0.003616 0.02507 -0.007334 0.006848 -0.011992 0.000821 0.016918 0.035423 0.001291 -0.007147 -0.000762 0.027941 -0.032125 -0.040432 0.02814 0.008984 0.000968 -0.037133 -0.001441 0.004554 0.026001 0.011173 -0.001192 0.002865 0.003253 -0.017035 0.01769 -0.017484 -0.015523 0.011273 0.01097 0.015563 -0.00899 -0.011148 0.004144 -0.023061 0.014268 0.013257 -0.020287 -0.015938 -0.001076 0.026678 -0.009077 -0.016765 -0.008603 -0.012085 -0.031935 -0.001974 0.019662 -0.008778 0.003258 -0.014257 -0.008495 -0.0184 0.006568 0.017558 -0.043426 -0.00551 0.016419 0.022214 -0.021062 -0.032189 0.00382 0.032912 -0.009444 0.010748 0.00189 0.000321 -0.023234 -0.018366 0.016929 0.016751 0.010798 0.007624 0.013363 -0.002035 -0.001208 0.028736 -0.018726 -0.003365 -0.00415 0.010385 0.002114 0.044412 0.002755 -0.020312 0.007589 0.002975 0.000162 0.00819 -0.005605 0.012533 -0.011786 -0.007309 -0.002269 0.015154 -0.004428 -0.016753 -0.0057 -0.00172 -0.002794 -0.018851 -0.030962 -0.000207 -0.005556 -0.027311 0.01965 0.011675 0.004264 0.013232 -0.015557 0.008623 0.002903 0.003138 0.020984 -0.007378 0.0323 0.034927 0.020963 0.010214 0.000785 -0.024371 -0.019009 -0.019033 -0.010949 0.014926 -0.019479 -0.007739 0.004396 -0.008386 0.019844 -0.025585 -0.023901 -0.01502 -0.024691 -0.01886 -0.000996 -0.005012 0.012054 0.006004 0.006933 -0.007059 0.003665 -0.005806 0.002214 0.012089 0.035879 -0.034522 -0.005064 -0.022183 0.018722 0.005532 -0.015483 -0.008603 0.018364 0.001223 -0.009667 -0.002365 0.000871 -0.037143 -0.000144 -0.049456 -0.01106 0.004404 0.013516 0.011633 0.014223 -0.000426\n١ 0.053265 0.019827 -0.066123 0.022416 0.031954 0.055943 0.012007 -0.0104 -0.044035 -0.080621 0.05874 0.006435 -0.001166 -0.045443 0.066238 -0.014354 0.010192 -0.037149 -0.005474 -0.060854 -0.04218 -0.004148 0.019039 0.029168 0.001747 0.062405 -0.029947 0.002693 -0.024525 -0.026189 0.043354 -0.054776 -0.036266 -0.056169 0.009781 0.017157 -0.071284 0.058995 -0.016375 0.059659 -0.029059 0.032445 0.012062 0.00289 -0.038699 -0.031829 0.073899 -0.000203 0.040914 0.056914 0.028162 0.085146 0.077597 -0.057002 0.047602 0.020909 -0.039964 0.04597 -0.018288 0.032526 -0.032918 -0.023573 -0.007167 -0.046047 0.039723 0.012332 0.050905 -0.033182 0.063418 0.021421 -0.052899 -0.011208 0.041229 0.023094 -0.08764 0.015498 -0.021813 0.063702 -0.028849 -0.008483 0.032135 -0.008418 0.003582 0.028683 -0.030935 -0.082262 0.021979 -0.019757 -0.041556 -0.015886 -0.002492 0.050391 -0.005701 -0.03966 -0.00886 -0.018787 0.004356 -0.077324 0.020756 -0.027032 0.000322 -8.8e-05 -0.008319 -0.033838 0.038722 -0.020123 -0.018926 0.009773 0.064414 0.010106 0.077204 0.033888 0.018655 -0.002193 0.020529 0.02043 -0.01471 0.017397 -0.054066 -0.080796 0.007233 -0.003121 0.048923 0.039475 0.066562 0.00219 -0.027398 -0.053136 -0.022541 -0.018945 -0.064074 -0.001478 -0.038046 0.04698 -0.041166 0.037252 -0.042294 0.022289 -0.018358 0.075106 -0.007875 -0.023487 0.031491 0.066488 -0.043846 -0.091253 0.059417 0.01428 -0.031921 -0.076737 -0.016021 0.03153 0.059982 0.030049 0.011855 0.027233 -0.021559 -0.052865 0.049347 -0.027677 -0.021313 0.031668 0.064089 0.002685 -0.033533 -0.036162 0.066386 -0.017973 0.053023 0.041391 -0.040813 -0.033517 -0.010482 0.0443 -0.040843 -0.038029 -0.020392 0.017459 -0.050964 -0.045314 0.040206 0.006245 -0.001036 0.004184 -0.008508 -0.039788 -0.006026 0.012634 -0.081163 -0.006938 0.013749 0.029255 -0.039898 -0.070717 -0.008143 0.052774 -0.013258 0.013875 -0.014074 0.015806 -0.058934 -0.054608 0.041822 0.001979 0.04712 0.008364 0.018288 -0.019806 -0.022945 0.068138 -0.050778 -0.020365 -0.016424 0.018205 -0.03414 0.102259 -0.024288 -0.048242 0.010647 -0.026314 -0.001137 0.011107 0.001808 -0.002962 -0.021179 0.025235 -0.008698 0.025377 -0.017254 -0.037734 -0.002384 -0.010138 -0.026247 -0.036058 -0.068018 0.026319 -0.021791 -0.052745 0.052813 0.026595 0.006403 0.061571 -0.030531 0.003592 0.010528 -0.035144 0.095754 -0.043146 0.056019 0.062196 0.054069 0.018457 0.021603 -0.078077 -0.05792 -0.037832 -0.014093 0.042902 -0.031819 -0.037021 0.019981 -0.039843 0.021488 -0.042504 -0.048466 -0.019389 -0.060873 -0.003217 0.004382 0.008228 0.028159 -0.01599 -0.004495 -0.022622 0.029989 0.017672 0.014055 0.039314 0.045846 -0.073035 0.000496 -0.020066 0.018472 0.038132 -0.05132 -0.016375 0.026405 -0.024903 -0.025874 0.001529 0.03344 -0.058673 0.013935 -0.10278 -0.019418 0.04735 -0.000639 0.030224 0.024919 0.01481\ne 0.026788 0.006096 -0.055622 0.031095 0.024025 0.036542 0.007269 0.007775 -0.024646 -0.028953 0.040141 0.014452 -0.004511 -0.040516 0.029849 -0.008134 0.003322 -0.030617 -0.011007 -0.044349 -0.01802 -0.001314 -0.00232 0.016343 0.012384 0.029839 -0.001976 -0.004318 -0.013583 -0.026098 0.019027 -0.032475 -0.021109 -0.044982 0.011587 0.019835 -0.049169 0.043424 0.013478 0.020904 -0.026785 0.007826 -0.001223 0.000938 -0.025685 -0.025985 0.042432 -0.00082 -0.0001 0.025276 0.00697 0.062752 0.029125 -0.034313 0.045054 0.006587 -0.005792 0.031952 -0.021307 0.026408 -0.024844 -0.033959 -0.014418 -0.018438 0.012494 0.017422 0.034614 -0.011997 0.03261 0.013909 -0.044191 -0.010441 0.025846 0.011457 -0.058336 0.002825 -0.033671 0.026361 -0.021243 -0.019915 0.010236 0.000697 -0.005544 0.028307 -0.02982 -0.062606 -0.000137 -0.002223 -0.024545 -0.003564 -0.008354 0.036857 -0.00439 -0.018974 0.006783 -0.012541 0.006681 -0.037761 0.000681 -0.00576 -0.014661 -0.004296 -0.001777 -0.020673 0.011845 -0.000407 -0.02038 0.020121 0.032595 0.000352 0.043038 0.022687 0.02857 -0.012324 0.009464 0.007289 -0.018542 0.001459 -0.011165 -0.04499 0.015472 -0.000474 0.04358 0.026264 0.035837 0.008778 -0.010418 -0.013973 -0.011214 -0.017202 -0.023721 -0.011736 -0.024021 0.02405 -0.024347 0.015248 -0.020238 0.003332 -0.001075 0.058113 -0.002982 -0.010006 0.021802 0.022397 -0.037648 -0.046321 0.044201 0.000835 0.00222 -0.045854 0.003873 0.017956 0.029201 0.03614 -0.003878 0.005656 -0.005576 -0.023267 0.01652 -0.021309 -0.019402 0.018879 0.025585 0.007808 -0.007251 -0.008875 0.025366 -0.03162 0.021943 0.032305 -0.033737 -0.023877 -0.011447 0.037492 -0.019334 -0.034646 -0.014876 0.003195 -0.037594 -0.026928 0.035919 -0.01561 -0.003711 -0.008599 -0.007973 -0.018077 -0.001104 0.016391 -0.071746 0.000698 0.006839 0.032575 -0.037867 -0.050384 -0.00213 0.038367 -0.017287 0.006525 0.006902 0.000995 -0.044623 -0.034645 0.016207 0.027897 0.014107 0.012309 0.019037 -0.009734 -0.007589 0.039823 -0.032819 -0.000717 -0.008868 0.028529 0.001811 0.071036 0.003522 -0.029733 0.002431 -0.000501 -0.007673 0.012946 -0.008257 0.007234 -0.022689 -0.001535 0.001447 0.017375 -0.01437 -0.023903 -0.000695 0.005965 -0.009381 -0.030231 -0.040608 0.003634 -0.015389 -0.035717 0.03086 0.034497 0.004036 0.026587 -0.011715 0.014896 0.011766 -0.019291 0.045712 -0.00683 0.039289 0.052051 0.023063 0.012448 0.005595 -0.049818 -0.042426 -0.026693 -0.005624 0.014732 -0.021225 -0.029454 0.009187 -0.007924 0.036836 -0.017418 -0.027725 -0.01276 -0.026302 -0.011315 0.007617 -0.003088 0.023763 -0.005717 0.010985 0.004475 0.013514 0.007452 0.003345 0.025498 0.039722 -0.053217 -0.002084 -0.020445 0.012084 0.022276 -0.02525 -0.005226 0.008251 -0.011074 -0.024328 -0.02107 0.007954 -0.045068 0.013061 -0.070186 -0.013157 0.006163 0.017479 0.014186 0.037741 0.003347\nᑭ 0.009582 -0.00077 -0.021183 0.007518 0.000414 0.022673 -0.003485 -0.014158 0.005012 -0.013656 0.026752 0.008797 0.007899 -0.007708 -0.01303 -0.017728 0.012975 -0.009071 -0.007918 -0.047239 8.1e-05 0.025474 -0.032285 -0.021835 -0.015566 -0.015186 0.007822 -0.021045 0.012919 -0.023386 0.037464 0.006825 -0.02768 -0.005757 0.000161 0.0143 -0.040485 0.055329 0.027206 0.004291 -0.012044 0.003245 -0.02607 0.008919 -0.020985 0.008943 0.023371 -0.034987 -0.000344 0.02049 0.026205 -0.015978 0.043172 -0.030152 -0.006394 -0.031658 -0.025154 -0.01163 -0.010162 -0.009424 -0.028983 0.00434 -0.011073 -0.009542 -0.003563 -0.02013 0.036423 -0.02555 0.012165 -0.004534 -0.013692 -0.031132 0.045782 0.013035 -0.013962 -0.018374 -0.000345 0.031246 -0.018443 -0.012514 0.041366 -0.047039 0.010117 0.035072 -0.027144 -0.063422 -0.004802 0.011907 -0.000442 0.028526 2.8e-05 0.025309 -0.013096 0.011687 0.043275 -0.015977 -0.002416 -0.019222 0.049685 0.038602 -0.005065 -0.005827 -0.012385 -0.024041 -0.027206 -0.033245 -0.000374 0.010907 0.04655 -0.000158 0.054132 -0.003441 -0.006539 -0.028468 0.021003 0.026569 0.04122 -0.011932 0.019001 -0.029936 -0.009314 0.00263 0.013621 0.028017 0.032728 0.014896 -0.005787 0.001876 -0.005715 -0.012599 -0.036051 0.016746 -0.026247 0.046753 -0.001355 0.021171 -0.029204 -0.0326 0.001403 0.030113 -0.011872 0.00443 0.033796 0.050802 -0.009213 -0.039015 0.00918 0.013057 0.006985 -0.023887 -0.003034 0.009968 0.009075 0.027969 0.006561 0.003279 -0.019694 -0.02039 -0.022663 -0.015327 -0.026327 0.0052 0.014894 0.005281 0.010762 -0.007139 0.017814 -0.016397 0.003177 -0.013827 -0.020041 -0.007804 0.025985 0.035139 -0.006487 -0.045135 0.010635 0.003327 -0.030409 -0.01812 0.037819 -0.017222 0.003694 -0.002901 -0.004771 0.005477 -0.015146 -0.015174 -0.011157 0.011966 0.01694 0.025184 -0.0091 -0.019277 -0.012844 0.031315 0.006285 0.007354 0.020636 -0.00684 0.000499 -0.013599 0.013871 -0.000344 0.024919 -0.007174 0.000654 0.016246 0.034062 0.002515 -0.022127 0.008224 -0.01242 7.3e-05 0.022156 0.04549 -0.017535 -0.028543 0.03454 -0.034557 0.003363 0.014299 0.00394 -0.015404 -0.002363 -0.021814 -0.003408 0.000625 -0.00746 -0.000972 -0.004458 0.00193 0.021678 -0.032597 -0.037795 -0.003151 0.013784 -0.040107 0.002628 0.015366 0.029064 0.004598 -0.014131 0.039281 0.005255 0.020558 0.023893 0.024291 0.011762 0.006796 -0.03688 -0.033163 0.01823 0.006667 -0.051022 -0.000782 -0.005241 0.023126 -0.028991 -0.00947 -0.008089 0.002309 0.028523 -0.034062 -0.046459 -0.009043 -0.008723 0.001238 -0.039042 0.020829 -0.002299 -0.004898 0.028748 0.018342 0.006592 0.017107 -0.022011 -0.008396 0.01553 -0.002336 -0.018798 -0.01264 0.008926 0.017201 0.030656 -0.01124 0.016374 0.010274 -0.030718 0.023256 -0.019057 -0.022474 -0.003703 -0.04425 0.005832 -0.004344 0.020886 0.036099 -0.0108 -0.017013\nṱ 0.052454 0.005299 -0.043884 0.066668 -0.037144 0.025402 0.016568 -0.043122 -0.019238 -0.004852 0.022468 0.019644 -0.029764 -0.009697 0.032397 -0.029216 0.029703 -0.030285 -0.027131 -0.035072 -0.009982 0.011628 0.0306 0.038613 0.03839 0.027706 -0.016481 -0.021986 -0.027054 -0.001862 0.027669 -0.077067 -0.028601 -0.061761 0.01005 0.009349 -0.073418 0.02843 0.012321 0.047106 -0.024786 0.021626 -0.033093 -0.018871 -0.03697 -0.028302 0.059872 0.008816 0.026793 0.053678 -0.002969 0.059205 0.024899 -0.004067 0.041425 0.033254 0.017805 0.031825 -0.000719 0.029204 0.007371 -0.030965 -0.042937 -0.000363 -0.004818 -0.004807 0.034596 -0.045854 0.034529 0.046055 -0.058705 -0.019824 0.047991 0.054471 -0.057203 0.002696 -0.000119 0.01685 -0.018075 -0.059848 -0.016375 0.030064 0.014708 0.00166 -0.025167 -0.070544 -0.040108 -0.035753 -0.018035 -0.032406 0.046925 -0.004659 0.034064 -0.004624 0.015917 -0.004164 0.015141 -0.05207 -0.021826 -0.001735 0.000452 -0.005061 -0.036408 -0.046318 0.030722 0.031887 -0.014261 0.016653 0.024014 -0.037339 0.037356 0.009289 0.028796 -0.049456 0.005209 -0.032298 -0.003134 0.025677 0.007497 -0.045209 0.027659 -0.002199 0.035134 -0.026522 0.044895 0.027609 -0.024368 -0.02742 0.014346 -0.0131 -0.012028 0.031543 -0.025833 0.0292 0.002276 0.00617 -0.036645 -0.053599 -0.014344 0.056166 -0.021586 0.002051 0.021105 0.049602 -0.045621 -0.047185 0.032614 0.016262 -0.002549 -0.045505 -0.032294 -0.040659 0.038702 0.080384 -0.010558 0.021883 -0.021724 -0.060226 0.036482 -0.038509 -0.006917 -0.01345 -0.000722 0.05153 -0.013841 0.03008 0.010612 0.015467 0.016841 0.03611 -0.030606 -0.052519 -0.031205 0.055278 -0.032751 -0.034874 0.009016 -0.014625 -0.00277 -0.003795 0.026054 -0.037465 -0.010586 0.008545 0.023758 -0.028975 0.013321 0.03255 -0.07196 0.001092 0.01715 0.088893 -0.050748 -0.017701 -0.0359 0.026493 -0.000397 0.020769 0.02398 -0.005057 -0.036563 -0.013738 0.012578 0.036976 -0.006178 0.0393 0.017839 -0.051585 0.031202 0.073072 0.017332 0.042578 -0.019067 -0.003104 -0.006104 0.038661 -0.035828 -0.009175 0.036029 -0.049824 -0.04299 0.014986 -0.039596 -0.003228 -0.029527 0.01049 -0.005851 0.034685 -0.004485 -0.025958 -0.018873 -0.017739 0.024096 -0.044238 -0.015509 -0.004015 -0.008375 -0.038329 0.013171 0.057407 0.003267 0.009173 -0.054206 0.022751 0.015465 0.01474 0.084902 0.000445 0.039629 0.028603 0.001178 -0.024185 0.016423 -0.02535 -0.076947 -0.01861 0.022689 0.038977 -0.034351 -0.014108 0.028587 -0.027548 0.011714 0.026004 -0.044375 -0.024606 -0.032878 -0.018004 0.010578 -0.024567 0.020518 0.027392 0.032973 -0.019965 -0.032668 -0.047727 0.017568 0.005882 -0.0034 -0.060169 0.001649 -0.006894 -0.019093 0.029037 -0.041227 0.002009 0.039076 0.005473 0.002696 -0.032668 0.010581 -0.054709 0.014918 -0.04708 0.00243 -0.014238 0.002255 -0.016258 -0.028134 0.013789\nᡵ 0.024261 -0.006742 -0.06885 0.023413 0.011028 0.041759 0.005965 -0.02446 -0.023678 -0.023278 0.035856 0.013715 -0.0066 -0.015842 0.024929 -0.00547 0.00282 -0.016578 -0.022016 -0.047168 -0.026861 0.003585 -0.005435 0.001428 -0.000596 0.01696 -0.004536 0.0042 -0.017276 -0.039191 0.014545 -0.038847 -0.020921 -0.044225 -0.002405 0.007594 -0.046723 0.041903 0.010835 0.008422 -0.030908 0.010177 0.010558 0.012394 -0.014836 -0.026453 0.036483 -0.022309 -0.019553 0.027733 0.008016 0.053097 0.025009 -0.023256 0.047505 0.015329 0.001072 0.036855 -0.015044 0.038197 -0.045921 -0.034553 -0.01869 -0.015789 0.035806 0.030487 0.037466 0.003066 0.04347 0.013156 -0.043098 -0.010649 0.020332 0.021782 -0.049634 0.012915 -0.042979 0.017324 -0.050938 -0.019793 0.000606 0.004732 -0.003878 0.014302 0.000115 -0.049173 0.022894 -0.013432 -0.015347 -0.003523 -0.018421 0.021143 0.006125 -0.010433 0.019566 0.010026 0.011855 -0.037117 0.010324 -0.024549 -0.041563 0.020041 0.00358 -0.030973 -0.003544 -0.020844 -0.010919 0.020945 0.023255 -0.005493 0.038973 0.026468 0.023763 -0.021449 0.014312 -0.010855 -0.015255 -0.001287 -0.007266 -0.030226 0.017887 -0.018051 0.050783 0.01138 0.05048 0.012273 -0.017305 -0.005811 -0.003406 -0.006421 -0.023926 -0.01549 -0.021282 0.02891 -0.024601 0.019344 -0.038678 -0.000668 0.019013 0.042402 -0.001463 0.00913 -0.00232 0.023562 -0.026861 -0.029141 0.042979 0.000599 -0.019002 -0.024046 0.011091 0.006507 0.037674 0.029877 -0.002603 0.010026 0.000256 -0.00872 0.027216 -0.036052 -0.02268 0.019875 0.016008 0.010808 -0.003148 -0.013215 0.011253 -0.025837 0.026597 0.022655 -0.038516 -0.006563 -0.01079 0.056429 -0.011352 -0.017857 -0.010796 0.000498 -0.037195 -0.03248 0.035035 -0.017024 0.014583 -0.021841 0.009747 -0.018389 0.002579 0.016706 -0.064414 0.000371 0.007463 0.039851 -0.029475 -0.030259 -0.002449 0.046703 -0.022247 0.0075 -0.003662 -0.006336 -0.032118 -0.04794 0.020028 0.000144 0.014451 0.009378 0.024523 -0.016198 -0.004934 0.050891 -0.021633 -0.00814 -0.010992 0.026595 -0.012917 0.082176 0.011429 -0.012326 0.010706 -0.005064 0.003448 -0.001649 0.00057 0.003088 -0.021417 0.004025 -0.007486 0.019087 -0.018602 -0.029464 -0.00542 -0.004126 -0.011871 -0.019304 -0.038936 -7e-05 -0.011021 -0.020593 0.028124 0.036756 0.004908 0.012629 -0.036466 0.014241 0.004246 -0.012755 0.045796 -0.014614 0.052113 0.054762 0.033038 0.015679 -0.003968 -0.036833 -0.042259 -0.026778 -0.00732 0.037351 -0.015561 -0.011846 0.000259 -0.024666 0.043527 -0.019083 -0.034504 -0.026814 -0.033877 -0.014924 0.008777 0.017409 0.038343 0.002373 0.01782 0.009499 0.016881 0.00278 -0.003808 0.013903 0.054846 -0.054737 -0.000373 -0.024242 0.017694 0.014973 -0.012793 -0.009207 0.031102 -0.007214 -0.014491 -0.01802 -0.001661 -0.046797 0.015957 -0.072243 -0.005797 -0.006928 0.024748 0.021922 0.018487 0.008388\nշ 0.022344 -0.004304 -0.018268 0.015114 0.01185 0.026774 -0.012662 -0.001962 -0.003101 -0.017805 0.034918 -0.002897 -0.008129 -0.017745 0.015547 -0.012103 0.013017 -0.010707 -0.004193 -0.031634 -0.022512 0.002949 0.006953 0.015314 -0.018491 0.015236 -0.020544 -0.005968 -0.01894 -0.011629 0.019484 -0.030927 -0.000607 -0.023638 0.009135 0.02658 -0.041435 0.029023 0.009945 0.004234 -0.020219 0.004552 0.001571 0.001635 -0.016095 -0.006936 0.018011 -0.009225 -0.003013 0.000623 -0.006543 0.021852 0.020327 -0.031722 0.045016 0.00529 -0.000783 0.023921 -0.018518 0.013766 -0.018405 -0.012437 -0.00592 -0.007922 0.013384 0.020731 0.018568 -0.014553 0.025255 0.0126 -0.032267 -0.00859 0.014997 0.00592 -0.048364 0.002363 -0.021424 -0.004151 -0.039439 -0.016421 -0.000124 -0.00375 -0.006229 0.013148 -0.011061 -0.027857 -0.010753 0.016669 -0.015184 -0.008257 0.006657 0.020932 -0.001096 -0.000905 0.007697 -0.011451 -0.00466 -0.015139 0.004852 -0.009091 -0.007021 0.0021 -0.004581 -0.002328 0.026341 -0.009361 -0.016894 0.024139 0.023423 -0.005292 0.034679 0.018326 0.011441 -0.013669 0.002393 -0.003388 0.010625 -0.004178 -0.019231 -0.029093 0.010416 -0.001162 0.014471 0.036276 0.03333 0.007489 0.008152 -0.001202 -0.000483 -0.015252 -0.007539 -0.001161 0.005017 0.02313 -0.017869 0.000988 -0.004505 0.004572 0.017638 0.033864 0.002823 -0.008789 -0.010976 0.011957 -0.023061 -0.036446 0.035064 0.004168 0.005581 -0.030732 0.004946 0.004347 0.015363 0.00597 -0.003028 0.003923 0.011181 -0.018607 0.005932 -0.007554 -0.024909 0.014934 0.007375 0.011091 -0.023113 0.010075 0.014581 -0.027044 0.012532 0.006279 -0.020474 -0.021144 -0.008641 0.031658 -0.012239 -0.024631 0.004047 -0.016061 -0.02277 -0.007819 0.016732 -0.007017 0.002342 -0.01181 -0.002269 -0.009262 0.01069 0.022757 -0.041328 -0.005833 0.017558 0.010247 -0.030314 -0.013164 0.006633 0.030053 -0.002702 0.015124 0.016447 -0.005946 -0.021464 -0.024295 0.005839 0.020277 0.010537 -0.001782 0.0019 -0.000433 0.001422 0.029018 -0.014133 -0.005699 -0.009809 0.016822 0.004767 0.052542 0.000878 -0.026005 0.014031 0.000934 0.001497 0.014992 -0.002414 -0.000252 -0.012072 -0.019696 0.00936 0.013378 0.00119 -0.005732 -0.000961 -0.006748 -0.004072 -0.00337 -0.020101 0.001282 -0.00469 -0.026214 0.003878 0.009324 0.002498 0.009236 -0.017583 0.004892 -0.004326 -0.003468 0.020276 8.1e-05 0.029985 0.028647 0.016208 0.002102 -0.007324 -0.019698 -0.024413 -0.016289 -0.014154 0.010909 -0.030827 -0.015074 -0.001798 -0.00013 0.020963 -0.014125 -0.032482 -0.004051 -0.007833 -0.035714 0.003764 -0.002184 0.021367 -0.012618 0.013196 -0.002191 0.016639 -0.001304 0.011171 0.002065 0.030826 -0.034212 -0.003612 -0.012561 0.014565 0.019958 0.001638 -0.0137 -0.004189 -0.006098 -0.023521 -0.007412 -4.9e-05 -0.019509 0.012558 -0.038027 -0.013018 0.010545 0.028604 0.013938 0.00527 -0.000427\nɹ 0.027644 0.011355 -0.030097 0.018472 0.019872 0.031142 0.016961 -0.00903 -0.01324 -0.022755 0.02398 0.019808 -0.009661 -0.00319 0.050433 -0.005295 0.006402 -0.02805 -0.004106 -0.036699 -0.015548 -0.01643 -0.012546 0.030137 0.001285 -0.002425 -0.01141 0.000246 -0.015065 -0.039252 0.026948 -0.033136 -0.031776 -0.04044 0.007987 0.015236 -0.037995 0.045019 0.01915 0.015426 -0.028574 0.032909 -0.002282 0.016259 -0.019107 -0.017719 0.034937 -0.004124 -0.003128 0.021462 0.015393 0.063871 0.030964 -0.033546 0.035189 0.0215 0.019254 0.044908 -0.007872 0.018083 -0.029447 -0.030983 -0.002518 0.0033 0.017439 0.029764 0.049537 -0.041558 0.027173 0.011552 -0.047443 -0.010227 0.020189 0.015946 -0.044089 0.001443 -0.01656 0.017011 -0.019331 -0.02013 0.022279 -0.017852 -0.007608 0.02179 -0.026093 -0.054467 0.003955 -0.016682 0.004088 -0.000465 -0.006259 0.022656 0.007374 -0.003831 0.000796 -0.007175 0.004559 -0.041594 -0.019351 -0.004086 -0.037282 0.001744 -0.00378 -0.03885 0.006627 -0.004598 -0.020255 0.006166 0.018375 0.007083 0.051249 0.001853 0.02794 0.001639 0.008724 0.009138 -0.014602 -0.007476 -0.024021 -0.02752 0.034729 0.007507 0.032465 0.017505 0.018207 -0.000409 0.009981 -0.005429 -0.004807 -0.010434 0.005529 0.013426 -0.013123 0.03764 -0.018161 -7e-05 -0.049565 0.009728 0.008174 0.035825 -0.005632 -0.014576 0.011755 0.028627 -0.025976 -0.048127 0.049653 -0.011225 0.010839 -0.044691 0.011412 0.014418 0.03997 0.034769 -0.004125 -0.001608 -0.000441 -0.031045 0.009191 -0.013447 -0.017892 0.011948 0.030129 -0.004412 -0.007286 -0.019095 0.019872 -0.018493 0.00629 0.035997 -0.020533 -0.032261 0.000472 0.022118 -0.013673 -0.026763 -0.010308 -0.005461 -0.037098 -0.01765 0.037868 -0.020664 0.008983 -0.005374 -0.014743 -0.028888 -0.00434 0.016437 -0.036042 0.008332 0.012382 0.03379 -0.031056 -0.045535 -0.00694 0.040869 -0.026577 0.016537 0.001739 -4.3e-05 -0.034429 -0.023343 0.026893 0.031101 0.028666 0.014752 0.004996 -0.030216 -0.006921 0.038597 -0.034362 0.011639 -0.018797 0.021576 -0.003346 0.050934 0.000187 -0.012869 0.015908 -0.021361 -0.00722 -0.001712 -0.010822 0.005684 -0.023371 0.007831 -0.00631 0.002077 0.000522 -0.018499 -0.010525 -0.000407 0.001861 -0.04536 -0.025336 0.002178 -0.021162 -0.025133 0.016153 0.016457 0.003965 0.027797 -0.020129 0.020958 -0.003743 -0.016625 0.042714 0.018408 0.03523 0.060699 0.022193 0.003794 -0.010795 -0.047781 -0.02442 -0.023731 0.001811 0.013823 -0.035381 -0.010002 0.003791 -0.013927 0.023079 -0.032956 -0.031933 -0.016713 -0.038881 0.001719 0.002509 -0.002999 0.016231 9.9e-05 0.022271 -0.00844 0.020267 0.008205 0.002779 0.022418 0.035381 -0.0457 0.002362 -0.012978 0.017718 0.011942 0.004933 0.001374 0.017564 -0.002011 -0.017632 -0.023383 -0.000936 -0.045217 0.020087 -0.054355 -0.01737 0.002599 0.007648 0.014839 0.022035 -0.01272\nϸ 0.053292 0.000653 -0.034255 0.012521 0.013541 0.05411 0.009881 0.000553 -0.004754 -0.044996 0.051506 0.004954 -0.017163 -0.038173 0.030257 -0.042219 0.011271 -0.003278 -0.019483 -0.060304 -0.030276 -0.015828 -0.000203 0.022154 -0.00411 0.027906 -0.041057 -0.047942 -0.031293 -0.03437 0.0297 -0.030762 -0.040116 -0.04479 0.03517 0.00876 -0.034586 0.052031 0.008838 0.035136 -0.01537 0.032659 -0.015984 -0.042308 -0.062998 -0.020751 0.049834 -0.002636 -0.009335 0.006699 0.014228 0.053298 0.042226 -0.089737 0.044604 0.013566 -0.010428 0.019832 0.016476 0.003771 -0.085926 -0.033723 -0.032376 0.011474 -0.037043 0.023382 0.027138 4.6e-05 0.076146 0.024393 -0.04159 -0.009573 0.055766 0.03265 -0.083339 0.005355 -0.008458 0.045271 -0.070835 0.004405 -0.023223 0.011715 -0.007062 0.01205 -0.053396 -0.079445 0.003558 0.016823 -0.078893 -0.032152 0.01306 0.066018 -0.014312 -0.062425 0.001498 -0.006868 -0.051176 -0.01737 -0.0422 0.011554 -0.05364 0.037657 0.012852 -0.012382 0.032868 -0.003269 -0.005925 0.01269 0.069451 0.012252 0.058209 0.068119 0.002055 -0.017204 0.011286 0.034987 0.00289 -0.031062 -0.016002 -0.065558 -0.007913 0.013444 0.045782 0.032864 0.079769 0.024833 -0.010146 -0.033239 -0.020809 -0.054751 -0.012872 0.011865 -0.033744 0.040758 -0.021356 0.043233 -0.016721 0.047458 -0.011736 0.082067 0.024186 -0.020947 0.023684 0.050365 -0.084494 -0.098024 0.087521 0.031252 -0.022593 -0.085862 0.006227 0.00694 0.063238 0.022145 -0.03492 -0.024562 -0.005677 -0.012832 0.025378 -0.036365 -0.028626 -0.005474 0.015212 0.021409 -0.06432 -0.005257 0.067846 -0.070618 -0.005921 0.029243 -0.003644 -0.032979 -0.025026 0.022406 -0.025507 -0.023719 -0.004223 -0.02712 -0.045636 -0.028374 0.023862 -0.009034 0.001041 -0.00238 0.023646 -0.044384 -0.010725 0.046866 -0.054692 0.008099 -0.038964 0.036419 -0.056008 -0.060171 0.005849 0.068893 0.003471 0.018309 -0.011847 0.018051 -0.069825 -0.059411 0.023965 0.062496 -0.008255 0.038883 0.01182 -0.021469 0.026148 0.049979 -0.063762 0.027013 -0.056889 -0.0097 0.008334 0.071676 -0.024845 -0.037811 -0.007187 0.01021 -0.023651 0.015572 0.002538 0.025917 -0.00425 -0.018571 0.000569 0.055544 0.026576 -0.013492 -0.007245 -0.016782 0.017337 -0.067854 -0.072464 -0.019602 -0.018354 -0.072057 0.049553 0.035895 0.034467 0.037006 -0.024431 -0.008976 0.021137 -0.035337 0.005915 0.000398 0.032752 0.053157 0.048178 0.022836 0.006799 -0.052823 -0.061199 -0.034257 -0.031641 0.009671 -0.042301 0.002201 -0.00389 0.001679 0.038517 -0.012181 -0.027543 -0.013704 -0.03864 -0.024423 0.001982 0.011951 0.000603 -0.010585 0.010288 0.012265 0.008809 0.04273 -0.015468 0.025794 0.086621 -0.075167 0.013821 -0.059342 0.024248 0.048791 -0.012435 -0.037063 -0.009 -0.03361 -0.020472 -0.023976 0.053678 -0.050429 0.012957 -0.097587 0.029347 0.03338 -0.012107 0.061462 0.020846 0.009726\nú 0.053052 0.00689 -0.041354 0.035798 0.031206 0.033724 0.030833 -0.024066 -0.030981 -0.027924 0.044051 -0.017149 -0.011035 -0.005946 0.014453 -0.006722 0.020017 -0.043081 -0.003863 -0.031262 -0.015509 0.00926 0.003171 0.029938 -0.020582 0.034615 0.005814 0.00747 0.019307 -0.015181 0.022299 -0.029396 0.010813 -0.018401 0.02791 0.009733 -0.032925 0.021174 0.000115 0.045105 -0.010389 0.008445 -0.025319 -0.006413 -0.039239 -0.049301 0.038425 -0.007795 0.018043 0.020956 0.004406 0.043151 0.044468 -0.037051 0.06467 0.011204 -0.020606 0.027326 -0.001778 0.021049 -0.023076 -0.031994 -0.004599 0.000145 0.019198 0.007178 0.038747 -0.021109 0.03823 0.005604 -0.046952 -0.020883 0.034945 0.022441 -0.043176 0.02741 0.00557 0.032476 -0.018163 -0.015578 0.022893 -0.011669 0.017786 0.042515 -0.018216 -0.053634 -0.021574 -0.011259 -0.005489 -0.017993 -0.000427 0.040026 -0.001147 -0.027037 -0.003025 -0.019369 -0.002734 -0.016133 -0.006835 -0.022661 -0.022313 0.028643 0.004684 -0.00972 0.028336 -0.002834 -0.021335 -0.000216 0.060214 0.010289 0.025498 0.024625 -0.00502 -0.004509 0.026272 -0.000468 -0.015743 -0.00605 -0.010176 -0.040425 -0.00073 -0.011057 0.052252 0.026129 0.026221 0.02476 -0.015812 -0.022144 -0.011818 0.006688 -0.010961 -0.005048 -0.030245 0.019472 -0.008717 0.009383 -0.023742 0.026711 0.005492 0.038187 -0.021989 0.008035 0.043005 0.029326 -0.034442 -0.029525 0.052679 -0.010024 -0.004877 -0.034921 -0.004668 0.005919 0.028971 0.026715 -0.005527 0.013687 -0.001773 -0.028065 -0.009975 -0.039855 -0.008634 0.011172 0.021836 0.003827 -0.023122 -0.003092 0.025977 -0.021783 0.02272 0.01953 -0.042279 -0.036938 -0.013997 0.01597 -0.042401 -0.01154 0.013857 0.01683 -0.005723 -0.033222 0.048475 0.00336 -0.004274 -0.010934 0.008449 0.000538 0.019168 0.000757 -0.053061 -0.00654 0.016008 0.023125 -0.02643 -0.010022 -0.020932 0.03252 0.002416 0.00719 0.017121 0.003219 -0.040524 -0.035214 0.006571 0.038528 0.033852 -0.001524 0.000144 0.004071 -0.023946 0.022558 -0.04327 0.007157 0.012837 -0.007797 0.009731 0.029363 0.0169 -0.02468 0.015938 0.038598 0.019445 0.008061 0.007088 -0.023181 -0.023012 -0.009039 0.025554 0.007635 0.003607 -0.011413 -0.001836 -0.020268 -0.02041 -0.040696 -0.045094 0.020214 -0.002683 -0.047649 0.027606 0.018692 -0.001395 0.041328 -0.018272 0.016568 -0.003436 -0.009269 0.043889 0.00421 0.025484 0.065803 0.004594 0.021972 0.006562 -0.058339 -0.030128 -0.018531 -0.013656 0.036812 -0.003795 -0.039103 -0.00116 0.006901 0.007992 -0.027634 -0.051561 -0.033137 -0.01708 -0.006765 -0.010651 -0.006183 0.006107 -0.000534 0.005543 -0.009878 0.025079 -0.014756 0.017144 0.036535 0.037692 -0.048599 -0.006523 -0.00229 -0.000543 0.021426 -0.048889 0.002678 -0.010382 0.003055 -0.041694 -0.007208 0.028708 -0.042198 0.017945 -0.059369 -0.018492 0.015126 0.008286 -0.007248 0.040484 -0.017934\nғ 0.035623 0.006017 -0.046893 0.019006 0.007729 0.034319 -0.000978 -0.012644 -0.025615 -0.026159 0.035955 0.012079 -0.001877 -0.029511 0.022993 -0.000811 0.011155 -0.018646 -0.007028 -0.04326 -0.022513 -0.006989 0.008229 0.012784 -0.00201 0.021698 -0.00411 -0.001403 -0.014655 -0.021923 0.021955 -0.027682 -0.016273 -0.020327 0.008194 0.010977 -0.032352 0.040112 0.003613 0.014311 -0.030596 0.010033 0.004181 -0.000762 -0.024597 -0.013968 0.033295 -0.003575 -0.001347 0.016719 0.00355 0.044663 0.032577 -0.026536 0.03567 0.012131 -0.005537 0.02346 -0.012654 0.025515 -0.025446 -0.021505 -0.011914 -0.005511 0.012688 0.01827 0.028774 -0.009549 0.029461 0.00893 -0.047452 -0.014727 0.021684 0.021383 -0.045784 0.000179 -0.020288 0.021002 -0.035236 -0.003723 0.00802 -0.004938 -0.004211 0.010728 -0.017743 -0.042913 -0.002969 0.001252 -0.014887 -0.002688 -0.009316 0.016471 0.009992 -0.020373 0.014499 -0.006333 -0.00526 -0.041122 0.000117 -0.003761 -0.018883 0.000261 0.001967 -0.021418 0.016646 -0.001177 -0.025448 0.013506 0.030988 0.00024 0.039099 0.0267 0.022038 -0.002815 0.006683 -0.006366 -0.007792 0.004659 -0.015125 -0.036902 0.027179 0.004883 0.036314 0.032235 0.034383 0.001244 -0.007051 -0.012893 -0.012015 -0.010695 -0.022952 0.000268 -0.00573 0.033761 -0.020478 0.014646 -0.019366 0.007863 0.003699 0.042685 -0.004856 -0.005309 0.009652 0.018728 -0.033323 -0.044066 0.053972 0.014479 0.008949 -0.035001 0.010008 0.012958 0.022541 0.007295 -0.00432 0.002054 0.005337 -0.016225 0.013534 -0.022237 -0.019689 0.008142 0.019102 0.010207 -0.018032 -0.011511 0.013126 -0.023416 0.012346 0.020574 -0.022215 -0.026851 -0.01441 0.035161 -0.012427 -0.027253 -0.00604 -0.01555 -0.033898 -0.013658 0.032341 -0.016023 -0.002015 -0.015035 -0.008766 -0.021204 -0.000342 0.014354 -0.047319 0.005107 0.023849 0.021115 -0.027991 -0.029512 0.003612 0.042874 -0.018936 0.015505 -0.000212 -0.003291 -0.034458 -0.026621 0.014396 0.020207 0.010226 0.006506 0.013457 -0.011028 0.004019 0.035891 -0.019613 0.001539 -0.005872 0.011308 -0.004548 0.062742 0.013051 -0.01977 0.010161 0.007882 0.000727 0.003023 -0.009511 0.008199 -0.019351 -0.005971 0.004561 0.013507 -0.006769 -0.02407 -0.006398 0.000533 -0.000249 -0.022744 -0.041244 -0.002928 -0.010212 -0.033582 0.025463 0.012209 0.004864 0.012633 -0.027054 0.014862 0.003072 -0.001132 0.044149 -0.000696 0.03788 0.048514 0.023216 0.010649 0.000178 -0.034611 -0.02927 -0.020939 -0.012584 0.028037 -0.033124 -0.010189 0.006953 -0.00599 0.021173 -0.025275 -0.022088 -0.014609 -0.014484 -0.026281 0.005788 -0.000542 0.019259 -0.004645 0.007859 -0.001859 0.016646 0.00105 0.009252 0.007599 0.043748 -0.038297 0.005182 -0.025177 0.01439 0.014988 -0.020487 -0.003666 0.016275 -0.006971 -0.017607 -0.008014 0.002686 -0.044188 0.013238 -0.061529 -0.011533 0.011535 0.018421 0.014111 0.022193 0.005396\nಣ 0.026414 -0.004683 -0.001912 0.005871 -0.002694 0.003556 -0.011493 -0.007921 -0.006427 -0.009271 0.019553 -0.009081 -0.002111 -0.032446 0.009839 -0.02643 -0.001542 -0.010987 -0.006653 -0.010142 -0.001073 0.003556 0.002409 2.1e-05 0.009984 0.004049 -0.003755 -0.002918 -0.00364 -0.014085 0.023858 -0.004237 -0.01837 -0.023123 0.004751 0.01155 -0.031435 0.018466 0.00672 0.004402 -0.013002 0.004167 -0.002816 -0.007607 -0.017911 -0.008326 0.02027 0.007787 -0.010912 0.009443 0.007401 0.028681 0.013251 -0.024033 0.020225 0.005819 -0.019372 0.005401 -0.011987 0.018929 -0.013825 -0.010616 -0.004541 0.014067 -0.007685 0.00836 0.025997 -0.008146 0.019196 0.00735 -0.022308 -0.018769 0.009709 0.027684 -0.050332 -0.006605 -0.01991 0.00649 -0.031766 0.013858 0.000759 -0.011659 0.004254 0.004144 -0.007514 -0.027074 0.000172 0.023772 -0.018578 -0.005174 0.005221 0.005521 0.016009 -0.011646 0.004658 -0.00315 -0.010907 -0.017906 -0.009804 -0.006768 -0.000688 0.00176 0.008924 -0.010434 0.005414 -0.01296 -0.00308 0.000739 0.023316 -0.007514 0.029284 0.025857 0.003176 -0.012563 0.009642 -0.006115 0.003329 0.009435 -0.009248 -0.003038 0.016122 0.009771 0.037224 0.019865 0.033731 0.012549 -0.012693 -0.003938 -0.005439 -0.018164 -0.010522 0.009663 -0.031904 0.02046 0.004352 0.003315 -0.021405 -0.007567 0.016278 0.01989 -0.016581 -0.003426 -0.005088 0.013677 -0.023692 -0.029404 0.051085 0.010215 -0.001148 -0.04568 0.005306 0.019766 0.01471 0.008489 -0.00466 0.017912 0.012535 -0.012228 0.007727 0.002622 -0.022916 0.008903 0.018558 0.000629 -0.016875 -0.003827 0.001628 -0.014101 0.006602 -0.004454 -0.022808 -0.004795 0.00329 0.023762 0.003728 -0.018661 0.008317 -0.004236 -0.016845 -0.008167 0.019257 0.003187 0.017922 0.001052 0.004856 -0.018949 -0.000169 0.012007 -0.013109 -0.000574 0.027556 0.022741 -0.028398 -0.015922 0.011456 0.032337 -0.022763 0.003888 0.001906 -0.005473 -0.032931 -0.019223 -0.000461 0.014244 -0.002997 -0.001982 0.006885 -0.001243 -0.000631 0.018589 -0.004344 -0.006982 0.002756 0.028375 0.012684 0.019389 -0.008678 -0.028242 0.004669 0.018897 0.010124 0.017144 -0.019541 -0.00093 -0.000666 -0.000321 -0.003875 -0.005175 0.000887 -0.008988 0.005181 0.012196 0.015496 -0.011148 -0.012347 0.001192 -0.012852 -0.000434 0.007002 0.014451 -0.00929 -0.013252 -0.009432 0.005331 0.004427 0.011494 0.018403 -0.006369 0.016346 0.016183 0.011514 0.004762 0.000233 -0.00738 -0.008364 -0.009669 0.00281 0.005224 -0.006983 -0.018227 -0.000959 0.007045 0.020002 -0.01185 -0.020573 -0.01632 -0.015596 -0.005802 0.002533 0.010404 0.014525 -0.009069 0.004563 0.00629 -0.003374 0.001435 -0.000182 0.012054 0.03651 -0.025755 0.002823 -0.011132 0.005229 -0.001371 -0.031404 -0.031903 0.020373 0.009749 -0.00919 0.003899 -0.006398 -0.031855 0.012412 -0.037642 -0.007 0.00899 0.005549 0.024537 0.003614 0.01778\nྥ 0.039459 0.001988 -0.067349 -0.035211 -0.006244 0.050729 -0.035397 -0.044971 -0.020153 -0.028552 0.069332 0.008407 0.009528 -0.020161 0.019924 -0.019565 -0.005568 0.005609 -0.004945 -0.050829 -0.016579 -0.009554 0.002945 -0.005964 -0.035405 0.001597 -0.015078 -0.004598 0.01703 -0.036556 0.028977 -0.027671 -0.008605 -0.010307 0.001226 0.002495 -0.034496 0.026867 -0.024158 -0.022209 -0.042323 -0.023173 0.005586 0.009881 -0.018233 -0.00553 0.045744 -0.026321 -0.01194 0.007543 -0.013253 -0.001062 0.004084 -0.00801 0.064507 0.006954 -0.005634 0.004099 -0.023425 0.023811 -0.048957 -0.008137 0.006032 -0.009719 0.065514 0.000252 0.033256 0.012775 0.034254 0.022578 -0.081688 0.001522 0.038217 0.011027 -0.021991 0.003237 -0.020165 0.0069 -0.070219 0.010975 0.007569 0.010062 -0.022558 -0.009685 -0.002485 0.014619 -0.025244 0.025711 0.018433 -0.012199 0.003361 0.004578 0.024315 0.015136 0.035791 -0.015753 -0.002806 -0.047291 -0.008727 -0.004225 -0.035134 0.01051 -0.002119 -0.016664 0.02236 -0.002943 -0.040154 0.034572 0.023647 -0.034588 0.035724 0.017097 0.021476 -0.014431 -0.013017 -0.028413 0.007454 0.025601 -0.016128 -0.038027 0.026976 -0.012139 0.007093 0.042633 0.041167 -0.008394 -0.011564 0.041454 -0.001902 0.014368 -0.026294 -0.036661 0.013609 0.013882 -0.007126 -0.011698 -0.000642 0.028561 0.026062 0.068499 -0.006398 6.4e-05 0.01302 -0.010634 -0.027047 -0.066288 0.063062 0.045616 0.018182 -0.040415 0.014632 0.024883 0.019902 -0.027389 0.016892 0.019507 0.040279 -0.018317 0.024594 -0.036353 -0.022014 0.00111 0.01635 0.013598 -0.010355 -0.006021 0.001391 -0.010023 0.017707 0.029443 -0.00996 -0.020612 -0.023491 0.056419 -0.008931 -0.031117 0.013113 -0.008033 -0.040654 -0.004108 0.016896 0.006145 -0.003773 -0.042412 -0.03085 -0.01068 5e-05 0.024559 -0.028579 0.002475 0.053451 0.039311 -0.032658 -0.016829 -0.020567 0.051415 -0.045191 0.027733 -0.000452 -0.005239 -0.028469 -0.027634 0.005748 0.011211 -0.006015 0.009921 0.013625 0.000327 0.000936 0.06143 0.009824 -0.028088 0.011505 0.032538 0.031984 0.040847 0.06656 -0.013083 0.005176 0.014279 0.014065 0.007022 0.014719 -0.014451 -0.031769 -0.011103 -0.008163 -0.010654 -0.022399 -0.003157 -0.002709 -0.023486 0.001462 0.003833 -0.033937 0.001782 0.001769 -0.033476 0.007251 -0.004773 -0.019434 -0.019261 -0.006581 -0.000768 -0.0251 0.031649 -0.00609 -0.017622 0.053966 0.061994 0.026719 0.020251 -0.02939 0.006354 -0.000445 -0.0079 -0.015837 0.065902 -0.053484 -0.008071 0.030096 -0.032938 0.037178 -0.035949 -0.01912 -0.014683 -0.025118 -0.011788 0.026358 0.009917 0.033608 -0.001516 0.040864 0.019412 -0.007478 -0.033905 0.021702 0.010191 0.042465 -0.059663 0.025987 0.000127 0.013241 -0.002166 -0.014026 -0.063318 0.029913 -0.004479 0.002241 0.015261 -0.006085 -0.036064 0.032512 -0.053878 -0.02899 -0.001302 -0.008231 0.000543 0.001616 0.024496\nฤ 0.034549 -0.000703 -0.056134 0.029089 0.020162 0.039571 0.012299 0.000149 -0.020205 -0.030697 0.023014 0.004126 -0.002382 -0.019968 0.031083 0.002182 0.001503 -0.016929 -0.014548 -0.039362 -0.015378 0.004387 0.004131 0.021794 0.005716 0.022783 -0.01968 -0.000197 -0.013531 -0.028768 0.016224 -0.032093 -0.01217 -0.047003 0.002994 0.015656 -0.033162 0.03505 0.016583 0.023619 -0.032915 0.014719 -0.002665 -0.00332 -0.027292 -0.03489 0.041947 -0.000134 -0.000737 0.019193 0.007215 0.057757 0.035876 -0.027887 0.037942 0.003714 -0.004902 0.032805 -0.012178 0.036619 -0.025558 -0.0339 -0.002967 -0.017731 0.020529 0.031082 0.047309 -0.016942 0.044926 0.010421 -0.050082 -0.006193 0.019467 0.014479 -0.047652 0.017764 -0.028683 0.021859 -0.030275 -0.01022 0.009677 -0.009451 0.007395 0.018034 -0.023621 -0.041351 0.001283 -0.004443 -0.016596 -0.001768 -0.011701 0.021199 0.010628 -0.014033 0.017727 -0.014168 0.008783 -0.034951 0.001066 -0.004141 -0.021936 -0.004857 -0.003345 -0.036593 0.014545 -0.008551 -0.012869 0.000907 0.03179 -0.012143 0.049364 0.016782 0.022154 -0.011642 0.015147 0.003113 -0.006583 -0.002359 -0.014997 -0.04215 0.025482 -0.005953 0.03831 0.014534 0.039719 0.017624 -0.016849 -0.015031 -0.010026 -0.008926 -0.015944 -0.004119 -0.022431 0.020434 -0.023447 0.018371 -0.045301 -0.01507 0.007479 0.043333 -0.003872 -0.01291 0.011998 0.028532 -0.029108 -0.042276 0.052449 0.007865 -0.000686 -0.03668 0.009369 0.001893 0.040563 0.034164 -0.010748 0.007445 -0.000234 -0.023707 0.012259 -0.022851 -0.009996 0.020318 0.030454 0.018854 -0.010557 -0.012351 0.023647 -0.020864 0.016324 0.022963 -0.026414 -0.02499 -0.011447 0.029645 -0.02538 -0.020893 -0.01086 -0.00391 -0.045656 -0.027052 0.030412 -0.011291 0.007951 -0.003311 -0.00513 -0.012604 -0.001263 0.030512 -0.061531 0.003848 0.006088 0.029425 -0.030632 -0.035746 -0.001633 0.04602 -0.025819 0.008928 -0.0027 -0.006887 -0.03791 -0.045576 0.019266 0.022261 0.020216 0.017432 0.014578 -0.002538 -0.005688 0.048867 -0.027518 0.002423 -0.010679 0.01856 -0.009801 0.066464 0.003342 -0.025385 0.008076 -0.00942 -0.003501 0.021701 -0.001567 0.002555 -0.023203 -0.000603 -0.00279 0.023826 -0.011652 -0.031798 -0.001501 0.006178 0.009111 -0.025115 -0.034407 -0.010861 -0.011835 -0.038095 0.031659 0.029388 0.009571 0.024151 -0.023808 0.014465 -0.002183 -0.006433 0.031751 -0.002496 0.039505 0.068049 0.032099 0.01061 -0.006911 -0.045676 -0.038758 -0.032461 0.005749 0.015969 -0.02292 -0.01124 0.00859 -0.017548 0.026591 -0.032602 -0.028102 -0.01624 -0.039251 -0.01519 0.011815 0.002733 0.023377 0.0097 -0.000974 -0.004303 0.005991 0.009933 -0.00463 0.0252 0.041044 -0.053253 -0.007414 -0.014389 0.008994 0.012147 -0.030524 0.000479 0.027874 -0.001692 -0.019389 -0.02311 0.00764 -0.054266 0.00886 -0.062047 -0.005632 0.003132 0.013967 0.014144 0.025131 0.000684\nܪ 0.028036 -0.000492 -0.043433 0.022694 0.001211 0.038892 -0.006666 -0.006511 -0.012826 -0.038211 0.030257 0.031257 0.00174 -0.021791 0.019179 -0.005521 0.01178 -0.01177 -0.008329 -0.043464 -0.017222 -0.001201 0.014243 0.009717 -0.00469 0.010615 -0.019739 -0.014714 -0.01134 -0.030575 0.019186 -0.034477 -0.018579 -0.037149 0.016983 0.010236 -0.034135 0.040842 0.011823 0.019045 -0.029665 -0.009203 0.001784 0.01227 -0.04077 -0.015077 0.031044 -0.006166 -0.003977 0.013998 -9.2e-05 0.049069 0.037796 -0.037547 0.054719 0.00791 -0.017061 0.02476 -0.011038 0.03131 -0.033444 -0.03153 -0.00896 -0.004481 0.02962 0.02036 0.038942 -0.005771 0.050914 0.017333 -0.048309 -0.006436 0.018006 0.014707 -0.042276 0.006051 -0.024656 0.023259 -0.043959 -0.011213 0.013106 -0.006359 -0.011855 0.017525 -0.020586 -0.048684 0.0084 0.011266 -0.022776 -0.015496 -0.004458 0.021469 0.015098 -0.003836 0.022711 -0.013232 -0.006552 -0.039715 -0.000983 -0.000872 -0.021961 -0.006882 0.007181 -0.018487 0.017385 -0.006649 -0.019543 0.009061 0.030582 -0.008485 0.038027 0.027415 0.018527 -0.014053 0.001021 -0.002855 0.006863 0.006295 -0.021682 -0.027314 0.019717 0.003473 0.035427 0.022702 0.043398 0.010558 -0.007571 -0.015339 -0.010712 -0.016664 -0.024831 0.003647 -0.0235 0.031892 -0.022611 0.00479 -0.019903 0.007469 0.003332 0.051271 0.005036 -0.007125 0.004632 0.026314 -0.053441 -0.0516 0.048322 0.001007 0.001896 -0.049404 0.00157 0.013439 0.035963 0.021907 0.004219 0.001027 0.00418 -0.01343 0.009934 -0.033582 -0.030779 0.006876 0.015149 0.020157 -0.011703 -0.005704 0.027366 -0.027986 0.029517 0.018536 -0.018598 -0.015455 -0.017881 0.035644 -0.018468 -0.024062 -0.009909 -0.011304 -0.04306 -0.013747 0.030458 -0.005884 -0.001315 -0.009481 1.3e-05 -0.018297 -0.002046 0.019454 -0.055107 -0.007467 0.007668 0.023778 -0.032547 -0.026741 0.008057 0.040057 -0.025294 0.022537 0.00015 -0.000385 -0.04175 -0.041911 0.020291 0.031974 0.006992 0.010001 0.022371 -0.00353 -0.003831 0.030528 -0.025697 -0.020837 -0.018114 0.009684 -0.000231 0.068101 0.000801 -0.018314 0.003559 0.014631 -0.001374 0.007638 -0.009613 0.011613 -0.024257 0.000653 0.006025 0.017931 -0.016793 -0.014519 0.007383 -0.001378 -0.005449 -0.032214 -0.040978 -0.001148 -0.019846 -0.036967 0.026113 0.019655 0.017519 0.016335 -0.018817 0.004664 0.013374 -0.009094 0.038776 -0.003663 0.04772 0.038067 0.035362 0.013232 -0.002386 -0.050795 -0.033917 -0.016746 -0.0031 0.018994 -0.032309 -0.008102 -0.001314 -0.009262 0.037105 -0.030076 -0.037603 -0.01635 -0.01923 -0.018567 0.005118 0.003892 0.03241 0.006422 0.015293 -0.00608 0.00258 0.007029 -0.003447 0.021392 0.043192 -0.052646 -0.000651 -0.031001 0.019606 0.015921 -0.010002 -0.003325 0.01933 -0.006279 -0.014241 -0.015601 -0.000954 -0.030494 0.01094 -0.068355 -0.014357 0.001893 0.017339 0.017264 0.030919 0.011752\nắ 0.057136 0.010084 -0.043043 0.036231 0.020087 0.022068 0.021871 -0.014453 -0.038509 -0.010783 0.040218 -0.004594 -0.010138 -0.008393 0.020515 0.000701 0.023132 -0.024098 0.009536 -0.027375 -0.018369 0.005805 0.005462 0.018293 -0.011427 0.028741 0.019091 -0.009211 0.013719 -0.010675 0.031389 -0.028821 0.001324 -0.009902 0.028459 -0.002859 -0.017351 0.014373 -0.002086 0.038723 -0.000911 0.026834 -0.021193 -0.002039 -0.032802 -0.033365 0.036675 -0.012013 0.011905 0.02115 0.016801 0.05494 0.022638 -0.048706 0.055255 -0.000439 -0.01468 0.043001 -0.016698 0.017886 -0.013365 -0.019947 -0.00195 -0.00051 0.017455 0.002625 0.041861 -0.022335 0.022645 0.008667 -0.040825 -0.024714 0.028472 0.015422 -0.03727 0.022032 0.00647 0.030195 -0.015206 -0.006098 0.019753 -0.00707 0.010694 0.038543 -0.005296 -0.032722 -0.024878 -0.017529 0.001817 -0.034489 -0.001429 0.032815 -0.003845 -0.021277 0.008072 -0.023493 -0.005676 -0.009793 -0.014488 -0.012839 -0.015181 0.03252 0.000138 -0.003012 0.021168 -0.009747 -0.018307 0.005435 0.053707 0.024632 0.022588 0.02364 0.006353 0.002769 0.010717 0.005888 -0.026745 -0.015719 0.002383 -0.04373 -0.014542 -0.004221 0.05306 0.020916 0.028869 0.017875 -0.02315 -0.013768 -0.011451 0.008945 0.006346 0.008505 -0.024722 0.026143 -0.012776 0.025896 -0.015517 0.034317 -0.003019 0.024989 -0.010427 0.007234 0.034543 0.029023 -0.043337 -0.015919 0.036061 -0.006246 -0.013822 -0.031422 0.012537 -0.002701 0.014586 0.022159 -0.004796 0.014205 0.012827 -0.024826 -0.013005 -0.025047 0.000512 0.004882 0.013033 0.011753 -0.02606 -0.003345 0.019251 -0.03335 0.049091 0.0197 -0.028001 -0.025971 -0.013947 0.011943 -0.031397 -0.020319 0.01271 0.004425 0.007751 -0.022596 0.028767 0.00958 -0.010852 0.001358 -0.021277 -0.00191 0.009227 -0.004999 -0.051843 -0.014267 0.020762 0.023608 -0.013706 0.018292 -0.031915 0.027104 0.013006 -0.006567 0.020425 -0.001073 -0.030866 -0.028821 0.005939 0.026557 0.03777 -0.006891 0.006796 -0.01941 -0.017597 0.012284 -0.039286 0.004493 0.022315 -0.005689 0.018509 0.033436 0.014387 -0.01175 0.000914 0.038137 0.033886 -0.012672 -0.004684 -0.038684 0.002588 -0.002574 0.009428 0.016021 0.003513 -0.012447 -0.004245 -0.03397 -0.014853 -0.045042 -0.035329 0.018524 -0.01424 -0.058806 0.022342 0.020318 0.00928 0.021326 -0.029618 -0.005921 -0.005389 0.007065 0.019826 0.000568 0.009939 0.043325 -0.01126 0.018499 0.02445 -0.040895 -0.023163 -0.028316 -0.011681 0.029604 -0.010593 -0.045456 0.007727 -0.004433 0.007237 -0.0147 -0.035469 -0.023334 -0.010517 -0.013192 -0.004217 0.006942 0.013308 -0.007719 0.007067 -0.005638 0.022461 -0.011368 0.024872 0.017041 0.032797 -0.03882 -0.00776 -0.003984 0.001779 0.017754 -0.045613 0.002343 0.007247 0.014015 -0.037056 -0.001154 0.016775 -0.038742 0.01356 -0.062954 -0.004868 0.013865 -0.003935 -0.001968 0.037433 0.000922\nူ 0.027198 -0.008123 -0.023195 0.009351 -0.005727 0.029447 -0.007108 -0.008492 -0.012928 -0.027007 0.020819 -0.000759 -0.014813 -0.014375 0.035961 -0.002597 -0.002926 -0.005523 -0.001152 -0.032308 -0.013184 0.000717 0.001497 -0.004075 -0.013161 0.004129 -0.020674 -0.014875 -0.01086 -0.019994 0.027058 -0.018184 -0.001113 -0.021727 0.007807 -0.00097 -0.015856 0.020597 -0.003201 0.002233 -0.025882 0.002208 0.008452 -0.00389 -0.018091 -0.005075 0.015602 0.003582 -0.002048 0.006598 -0.006808 0.018856 0.012388 -0.025501 0.026069 0.007734 -0.005158 0.002729 -0.009646 -0.003489 -0.037888 -0.016882 -0.002367 0.004513 0.016318 0.013977 0.031832 -0.000999 0.021877 0.021529 -0.047809 -0.023061 -0.000529 0.022365 -0.030765 -0.010924 -0.02081 0.016471 -0.037008 -0.006629 0.011134 0.000746 -0.004659 0.002196 -0.012528 -0.037399 0.000933 0.004906 -0.003644 -0.005544 -0.005013 0.026533 0.017687 -0.012528 0.020659 -0.004435 -0.002838 -0.025708 -0.001137 -0.003068 -0.022306 -0.001035 -0.001129 -0.018356 0.022743 -0.00645 -0.013348 0.003473 0.033568 -0.007942 0.038619 0.03052 0.026397 -0.012899 0.003918 -0.014545 0.001628 -0.00845 -0.016277 -0.021237 0.016111 0.010608 0.024757 0.021458 0.038566 0.00078 -0.004633 0.008205 -0.011229 -0.0239 -0.005418 -0.002117 -0.006158 0.033759 -0.012979 -0.004736 -0.016665 0.027572 -0.003311 0.02841 -0.00067 -0.009099 -0.002737 0.015044 -0.034348 -0.053146 0.04606 0.016769 0.012183 -0.034884 0.010977 0.014319 0.019862 0.00154 -0.003819 0.005868 0.004219 -0.02431 0.014301 -0.016097 -0.024313 0.003858 0.014439 0.01333 -0.022143 -0.019907 0.009941 -0.00682 0.020269 0.003382 -0.003532 -0.013003 -0.010611 0.030087 -0.015369 -0.008044 0.017683 -0.002375 -0.044789 -0.005775 0.017903 0.004124 0.017287 -0.014599 -0.001723 -0.01395 -0.005233 0.021718 -0.02306 -0.005091 0.01087 0.020071 -0.028276 -0.023798 -0.002193 0.030691 -0.019891 0.021729 -0.00493 -0.00771 -0.028549 -0.027991 0.004755 0.027962 0.012397 0.020997 0.009756 0.005562 -0.003736 0.029898 -0.007521 -0.012366 -0.004497 0.021373 -0.001281 0.030441 0.019601 -0.023428 0.00375 0.011146 0.010593 0.002438 -0.004334 -0.006311 -0.022927 -0.008893 -0.008404 0.015375 -0.000236 -0.01018 -0.017619 -0.00136 -0.004298 -0.033994 -0.022109 -0.004317 -0.012569 -0.035968 0.008199 0.004368 0.008587 0.030943 -0.029139 0.00861 -0.007393 0.007218 0.007403 -0.018148 0.033756 0.036363 0.006149 -0.002253 0.002243 -0.013683 -0.010834 -0.002289 -0.007882 0.024607 -0.026308 0.008042 0.001169 -0.004507 0.020416 -0.023768 -0.012837 -0.032777 -0.032817 -0.020947 0.004722 0.008533 0.018581 0.00547 0.015803 -0.002546 0.017 -0.001651 0.006548 0.01056 0.042328 -0.035303 0.003823 0.002773 0.008796 0.020333 -0.008028 -0.013685 0.013715 -0.005803 -0.014263 0.000714 0.004422 -0.02572 0.014014 -0.040448 -0.019965 0.022652 0.001957 0.022892 0.013478 -0.003668\nષ 0.077692 0.015384 -0.06978 0.012941 0.037874 0.063328 0.002141 -0.010916 -0.039357 -0.059301 0.057386 0.02546 -0.036366 -0.045399 0.054838 -0.014648 0.00583 -0.004629 -0.003514 -0.063811 -0.000353 -0.01522 0.018783 0.0085 -0.006262 0.020271 0.000311 -0.008311 -0.023817 -0.034539 0.032907 -0.050052 -0.028403 -0.025689 0.025301 0.008065 -0.023714 0.062168 -0.014114 0.022633 -0.047082 0.003804 -0.017629 0.002706 -0.045936 -0.032144 0.053089 -0.018027 -0.01069 0.024908 -0.00196 0.058922 0.056166 -0.021322 0.080233 -0.001886 -0.002122 0.031707 -0.012526 0.03351 -0.036417 -0.042974 -0.020952 -0.004289 0.007915 0.01445 0.077466 -0.00484 0.025491 0.027536 -0.092367 -0.01501 0.035529 0.027645 -0.057243 0.008739 -0.021346 -0.011688 -0.043776 -0.025074 0.01963 -0.019348 0.015274 0.019091 -0.015088 -0.054359 -0.002451 -0.015453 -0.012869 -0.016079 -0.004961 0.04063 0.023132 -0.007022 -0.002851 -0.031545 -0.028534 -0.073254 -0.011354 -0.00872 -0.032716 0.01914 0.010978 -0.058355 0.01369 0.003856 -0.04155 0.024568 0.031654 -0.008336 0.072945 0.052888 0.026725 -0.025362 0.00263 0.002784 -0.023003 0.016733 -0.017411 -0.065727 0.044834 0.016558 0.049466 0.06207 0.027494 0.006946 -0.02905 0.005 -0.025779 -0.019464 -0.013576 0.005714 0.009656 0.03184 -0.00852 0.025845 -0.017326 0.02895 0.000754 0.078866 -0.012034 -0.004932 0.044108 0.008377 -0.065773 -0.06293 0.09731 0.039979 0.008016 -0.053356 0.017221 0.019645 0.055248 0.023805 -0.026618 0.036842 0.002681 -0.029803 0.01936 -0.030491 -0.017375 0.019367 0.043979 0.039518 -0.033704 -0.030624 0.018461 -0.021751 0.055371 0.041215 -0.048119 -0.042622 -0.052257 0.06156 -0.041659 -0.041436 -0.00736 -0.010019 -0.029726 -0.023081 0.051417 -0.015203 0.003219 -0.021478 -0.02032 -0.003599 0.012341 0.027602 -0.053611 0.01231 0.031535 0.05042 -0.026848 -0.052024 -0.018644 0.067982 -0.029634 0.0403 0.001047 -0.002082 -0.036527 -0.006958 -0.000762 0.059987 0.032308 0.016958 0.020533 -0.015085 -0.031885 0.028219 -0.025152 0.004932 0.008642 0.008658 0.014786 0.048981 0.029305 -0.021981 0.015977 0.01305 0.000954 0.015509 0.001399 0.001799 -0.038962 -0.023847 0.006539 0.016195 -0.013509 -0.007308 -0.004676 0.003092 -0.010633 -0.012476 -0.050567 -0.004096 -0.008628 -0.043484 0.024821 0.043728 0.012684 0.007903 -0.050252 0.037622 -0.008056 0.001418 0.040662 -0.01383 0.053653 0.090597 0.031147 0.030848 -0.018162 -0.044199 -0.051897 -0.02812 -0.017632 0.033476 -0.033494 -0.024828 0.010521 -0.021378 0.051084 -0.031942 -0.017821 -0.023441 -0.066027 -0.02685 0.018968 -0.016894 0.030703 -0.008148 0.012932 0.001709 0.033582 0.010317 0.010367 0.033008 0.064544 -0.092804 -0.014101 -0.041008 0.017813 0.0366 -0.0514 -0.021944 0.044325 -0.018528 -0.033994 0.000273 0.011673 -0.039795 0.027769 -0.098096 -0.004411 0.02447 -0.003056 -0.009538 0.021488 0.00848\nश 0.038293 0.002955 -0.065096 0.030386 0.012712 0.044757 0.008868 -0.004279 -0.024511 -0.03998 0.04456 0.012452 -0.012558 -0.033508 0.037213 0.00194 0.009972 -0.026485 -0.012077 -0.04852 -0.02329 0.004776 0.00839 0.021421 0.004494 0.021695 -0.004051 -0.009182 -0.021371 -0.035545 0.025753 -0.040675 -0.028521 -0.050558 0.011333 0.012455 -0.045471 0.047435 0.011181 0.024666 -0.044011 0.016338 0.002114 -0.00177 -0.037914 -0.029674 0.042058 -0.004516 -0.002852 0.016682 0.006403 0.065008 0.04437 -0.040781 0.045428 0.004327 -0.004714 0.025606 -0.015252 0.031264 -0.036794 -0.03643 -0.007849 -0.018032 0.018749 0.023671 0.051581 -0.016936 0.037381 0.021969 -0.057713 -0.007768 0.032146 0.018502 -0.050692 0.001467 -0.034285 0.032833 -0.039819 -0.018135 0.010255 -0.002603 0.003867 0.014349 -0.025536 -0.061931 0.005859 -0.008639 -0.022496 -0.000895 -0.015725 0.030891 0.003835 -0.022559 0.014281 -0.009736 0.001839 -0.045134 -0.005078 -0.001698 -0.025006 0.000239 -0.006088 -0.030997 0.011639 -0.005612 -0.018851 0.008151 0.041355 -0.008025 0.05208 0.021881 0.027365 -0.020389 0.005588 0.002104 -0.012469 -0.001426 -0.016064 -0.048334 0.027553 -0.004728 0.051675 0.019281 0.034284 0.01471 -0.010646 -0.022298 -0.019747 -0.022669 -0.016687 -0.00197 -0.020614 0.034974 -0.021469 0.02364 -0.03971 0.001078 0.003737 0.055765 0.00062 -0.011652 0.015827 0.030123 -0.048094 -0.056926 0.06235 0.01023 0.002168 -0.045114 0.007108 0.016885 0.039948 0.02962 -0.001722 0.005999 -0.003104 -0.02165 0.020423 -0.025769 -0.026001 0.018566 0.030081 0.018861 -0.016856 -0.020244 0.026751 -0.026299 0.024438 0.024862 -0.037839 -0.029367 -0.014329 0.043228 -0.014404 -0.034482 -0.013664 -0.013279 -0.046614 -0.012706 0.039477 -0.014534 0.006273 -0.0139 -0.006516 -0.014925 0.00599 0.026251 -0.072741 0.002452 0.016631 0.03088 -0.040104 -0.045738 0.011079 0.053593 -0.025306 0.016636 0.001169 -0.000844 -0.039713 -0.038435 0.01934 0.027706 0.020306 0.016007 0.010996 -0.014163 -0.009047 0.046693 -0.029079 -0.002964 -0.009753 0.019262 -0.001726 0.077395 0.009138 -0.022924 0.009931 0.002227 -0.011751 0.00911 -0.010065 0.010919 -0.029449 -0.000962 0.00193 0.027212 -0.012032 -0.031376 -0.003645 0.002645 -0.008399 -0.028653 -0.038602 -0.001991 -0.019098 -0.041755 0.037763 0.028839 0.016856 0.028571 -0.031557 0.015657 0.005015 -0.008837 0.043533 -0.001204 0.042023 0.059441 0.030339 0.01224 -0.002911 -0.047898 -0.039979 -0.033635 -0.009282 0.024563 -0.031769 -0.015001 0.003338 -0.015046 0.036439 -0.021486 -0.034388 -0.015802 -0.039005 -0.021357 0.012245 -0.002937 0.020555 -0.003893 0.0115 -0.002913 0.01091 0.000741 -0.005557 0.025187 0.054367 -0.061306 -0.011178 -0.022797 0.021122 0.018035 -0.028631 -0.006184 0.022022 -0.008086 -0.024452 -0.022062 0.00884 -0.049261 0.013906 -0.074017 -0.00621 0.003906 0.018525 0.021619 0.023496 0.004593\nඹ 0.031314 0.006399 -0.062861 0.038431 -0.00456 0.049979 -0.018295 -0.000128 -0.010805 -0.029767 0.026433 0.018323 -0.001173 -0.007996 0.040261 -0.017331 -0.008337 -0.033256 -0.015633 -0.051438 -0.011248 -0.028632 0.021059 0.003301 0.010581 0.007708 -0.022067 -0.011351 -0.006945 -0.018982 0.028965 -0.038926 -0.041902 -0.033756 0.004079 0.011734 -0.025077 0.04265 0.011143 0.042032 -0.026128 0.009939 0.007358 0.00666 -0.025879 -0.030237 0.039345 -0.010656 -0.004978 0.008292 0.013187 0.062609 0.055844 -0.038388 0.055893 -0.005873 -0.014006 0.005872 0.004136 0.010985 -0.023539 -0.027764 -0.039606 0.009812 0.026678 0.008685 0.047766 0.001467 0.045633 0.032697 -0.057613 0.01074 0.018614 0.000179 -0.035204 0.036892 -0.070181 0.006383 -0.036439 -0.002377 -0.005457 -0.004461 0.00183 0.018639 -0.015119 -0.048329 0.003777 0.012712 -0.020721 -0.01914 -0.017828 0.003957 0.011884 0.003446 0.019332 -0.026603 0.007679 -0.010158 -0.001925 -0.003472 -0.025189 -0.005222 -0.001946 -0.041537 0.013277 0.000327 -0.023447 0.020935 0.054169 0.004579 0.049222 0.02758 0.028711 -0.022144 -0.012837 0.001934 -0.016751 0.020564 -0.013499 -0.052915 0.022831 0.005287 0.036121 0.030594 0.044931 0.019625 -0.021315 0.001789 -0.002729 -0.014822 -0.033973 -0.009092 -0.037106 0.041936 -0.018323 0.0282 -0.034855 -0.015313 -0.015138 0.04972 0.007559 -0.021647 0.010836 0.041389 -0.013317 -0.052424 0.060247 0.003468 0.005144 -0.048847 0.006963 0.034037 0.02499 0.027629 0.015859 0.005009 0.018193 -0.021415 0.03335 -0.035894 -0.028871 0.014746 -0.011986 -0.016105 -0.014235 -0.025027 0.005766 -0.023277 0.022252 0.008925 -0.019552 -0.009056 -0.01219 0.020292 -0.031471 -0.033816 -0.024039 -0.033484 -0.031185 -0.042467 0.045996 -0.000315 0.019428 -0.00668 -0.011201 -0.028737 -0.007605 0.029888 -0.074288 -0.001449 -0.027215 0.019214 -0.059071 -0.039168 -0.001207 0.050728 -0.02277 0.001217 -0.005728 0.009046 -0.045498 -0.035151 0.000458 0.026315 0.025561 0.023169 0.0025 0.008792 0.002044 0.052306 -0.034631 -0.009777 -0.023533 0.025903 0.002171 0.077428 -0.001574 -0.060612 0.003344 0.003531 0.001443 0.003841 -0.009503 0.015153 -0.011788 -0.004477 0.007956 0.017239 -0.014567 -0.012 0.005086 0.018444 -0.012955 -0.003559 -0.034718 0.008484 -0.03134 -0.031879 0.038274 0.012907 0.003089 0.048042 -0.022418 0.02226 -0.005224 -0.013507 0.031618 0.00187 0.061054 0.065013 0.027969 0.010589 0.0019 -0.056105 -0.030036 0.000494 0.007523 0.012977 -0.030277 -0.020022 0.017319 -0.00616 0.030032 -0.027713 -0.031716 -0.023866 -0.031181 -0.005341 0.008473 0.004386 0.011212 0.00489 0.0414 -0.00592 0.011206 0.013295 -0.006083 0.023737 0.052241 -0.059215 0.016202 -0.011083 0.026638 0.016765 0.002204 -0.008996 0.003556 -0.016371 -0.037791 -0.016945 0.019553 -0.031432 0.008993 -0.065398 0.016421 0.008712 0.007089 0.02155 0.004158 -0.000746\nస 0.030307 0.01381 -0.068659 0.039424 0.023139 0.042276 -0.003842 -0.027519 -0.030064 -0.027758 0.06693 0.002495 0.003233 -0.016528 0.052112 -0.011777 0.012603 -0.036472 -0.011382 -0.073911 -0.013966 0.002917 -0.01119 0.027057 0.021226 0.009674 -0.015708 -0.005349 -0.00554 -0.012652 0.035909 -0.029982 -0.018485 -0.041201 0.016994 0.005555 -0.074485 0.049956 -0.001109 0.026776 -0.050976 0.012232 0.02568 -0.010292 -0.0353 -0.027465 0.057975 0.009165 0.004304 0.02044 0.001714 0.070695 0.048385 -0.064258 0.045287 0.004068 -0.003911 0.007663 -0.020317 0.031472 -0.050213 -0.053292 0.012429 -0.029703 0.031948 0.027615 0.038819 -0.007955 0.044486 0.026456 -0.051296 -0.004588 0.029953 0.044623 -0.062915 -0.014464 -0.039735 0.032525 -0.048784 -0.003263 0.013873 0.006854 0.011303 0.02174 -0.034297 -0.056426 -7.8e-05 -0.018243 -0.012061 0.013495 -0.003247 0.023243 0.002754 -0.018803 0.014213 -0.000604 0.002334 -0.053327 0.018765 -0.010495 -0.035976 -0.022103 -0.002962 -0.009763 0.004113 -0.017608 -0.029466 0.026842 0.0265 0.004836 0.054662 0.043478 0.061556 -0.022972 0.017939 0.018209 -0.030368 0.010138 -0.033473 -0.037403 0.029535 -0.01143 0.055913 0.05245 0.050709 0.010993 -0.003114 -0.014793 0.005199 -0.023306 -0.021778 -0.019656 -0.025517 0.053461 -0.01918 0.017455 -0.023872 0.009077 0.00157 0.022407 -0.012481 -0.00974 0.016617 0.019444 -0.060518 -0.088721 0.070868 0.009261 -0.003527 -0.050191 -0.013928 0.010768 0.020203 0.045217 -0.013274 -0.007876 0.005716 -0.022316 0.007122 -0.024852 -0.021431 0.008226 0.024047 -0.004744 -0.022149 0.007395 0.036793 -0.040634 0.029815 0.016594 -0.052758 -0.033358 -0.030127 0.075154 -0.019641 -0.037997 -0.004426 -0.01074 -0.03114 -0.009631 0.045643 -0.004404 -0.007954 -0.020081 -0.009662 0.006597 -0.001971 0.016263 -0.071423 -0.00076 0.028191 0.065031 -0.039636 -0.040582 0.009076 0.053451 -0.031623 0.035693 0.005893 0.004118 -0.071627 -0.055172 0.012468 0.005653 0.049125 0.002181 0.028121 -0.02272 0.008249 0.044936 -0.041267 -0.015212 0.006544 0.029275 0.013065 0.096876 -0.005197 -0.006973 0.020145 0.007117 -0.003661 0.01041 -0.008091 0.006946 -0.0358 -0.002305 -0.014054 0.041062 0.001906 -0.035445 -0.030738 -0.0 -0.031377 -0.020699 -0.073258 0.00479 -0.004584 -0.04657 0.024353 0.042153 0.015961 0.011298 -0.026559 0.021305 0.000982 -0.01394 0.042162 -0.024404 0.048284 0.078906 0.007994 0.018395 0.002525 -0.06087 -0.046664 -0.032348 -0.021587 0.008591 -0.051294 -0.024974 0.004377 -0.017386 0.044233 -0.009982 -0.030521 -0.028476 -0.03508 -0.046612 0.001985 0.002258 0.048999 -0.004644 0.011952 -0.005741 0.029414 0.005979 0.016754 0.022138 0.063879 -0.067731 -0.00722 -0.026896 0.023431 0.031842 -0.011752 -0.013279 0.026062 -0.030352 -0.029472 -0.016472 0.007116 -0.0626 -0.023297 -0.102947 -0.017756 0.001574 0.018684 -0.005338 0.019125 0.002806\n» 0.017817 0.005061 -0.032687 0.012449 0.012989 0.021709 0.004707 -0.001838 -0.006774 -0.018211 0.026708 0.009073 -0.015746 -0.008846 0.026002 -0.008102 0.005531 -0.018529 -0.006954 -0.02814 -0.00229 0.005534 0.008017 0.006006 -0.000809 0.015802 -0.00588 -0.009599 -0.002145 -0.018206 0.006961 -0.022717 -0.00149 -0.026177 -0.000492 0.014457 -0.030557 0.02879 0.003753 0.016825 -0.015502 -0.00481 0.007587 0.000388 -0.014414 -0.01888 0.013908 0.005987 -0.00255 0.011986 0.003252 0.027117 0.017756 -0.021667 0.022916 0.016886 -0.004941 0.009251 -0.007355 0.017443 -0.021409 -0.021979 -0.008588 -0.007998 0.012852 0.006377 0.025648 -0.013584 0.01553 0.01143 -0.032679 0.001631 0.015696 0.006517 -0.030468 -0.003721 -0.010113 0.020443 -0.012568 -0.008391 0.009526 -0.005109 -0.001674 0.016049 -0.003668 -0.019192 0.00193 0.003287 -0.012294 -0.001598 -0.009601 0.01299 0.004897 -0.007139 0.009538 -0.005005 0.008307 -0.027909 0.003983 -0.013109 -0.016944 0.00347 -0.003621 -0.016174 0.005197 0.005639 -0.01684 0.010397 0.026123 0.000208 0.019365 0.006414 0.012144 -0.009382 0.019164 0.005361 -0.005555 0.002146 -0.004393 -0.019362 0.011745 -0.000167 0.027578 0.02094 0.016886 0.008093 -0.00138 -0.009557 -0.012489 -0.011336 -0.010656 -0.004415 -0.010898 0.01651 -0.014878 0.007659 -0.018413 0.005622 0.003624 0.019088 -0.001598 -0.006046 0.007063 0.020193 -0.016807 -0.018461 0.031686 -0.003729 0.000203 -0.025504 -0.002621 0.000197 0.02586 0.018735 -0.004547 -0.001588 -0.009012 -0.00322 0.006806 -0.009785 -0.021844 0.01257 0.015344 0.000948 -0.014762 0.000872 0.014981 -0.013316 0.004482 0.007399 -0.017305 -0.017598 -0.002009 0.019468 -0.00165 -0.013766 -0.008501 -0.001445 -0.022456 -0.015938 0.014737 -0.004263 0.00528 -0.007333 -0.006966 -0.011883 -0.00129 0.012492 -0.031348 0.004463 0.014483 0.017423 -0.024072 -0.018691 0.011035 0.023813 -0.005455 0.009635 0.007423 0.003009 -0.02912 -0.018517 0.005104 0.01727 0.006388 0.008968 0.008277 -0.009863 -0.007847 0.019584 -0.017971 -0.005627 0.002773 0.015579 -0.003342 0.037637 -0.006449 -0.01594 0.003774 -0.009754 -0.003909 0.004779 0.001091 7.1e-05 -0.005554 -0.000183 0.002191 0.014889 -0.007606 -0.012144 -0.002531 -0.002367 -0.007987 -0.016062 -0.018289 0.000566 0.005749 -0.0224 0.01614 0.017106 -0.000174 0.018314 -0.008479 0.004276 0.00815 -0.005509 0.031393 0.002124 0.024465 0.029566 0.01301 0.01165 -0.002004 -0.016397 -0.021565 -0.016413 -0.001589 0.018417 -0.013475 -0.006852 0.002717 -0.010361 0.01641 -0.02085 -0.017344 -0.009471 -0.024513 -0.015309 0.002644 0.000854 0.002393 -0.002413 0.006266 -0.001394 -0.000201 0.009596 0.001121 0.007147 0.023959 -0.027127 -0.005016 -0.008571 0.009939 0.001003 -0.019902 0.004509 0.014551 -0.006869 -0.004999 -0.012388 0.001412 -0.029026 0.000906 -0.033486 -0.006243 0.004934 0.009395 0.002692 0.014126 -0.002661\nν 0.027793 0.001912 -0.043984 0.025203 0.009017 0.0366 0.00709 -0.00138 -0.01509 -0.032569 0.036786 0.012985 -0.012715 -0.026309 0.032931 -0.010484 0.007948 -0.02214 -0.014296 -0.035296 -0.01287 0.00563 0.007877 0.015106 0.008489 0.017835 -0.007317 -0.011345 -0.013007 -0.021387 0.022157 -0.034533 -0.018178 -0.037757 0.011091 0.017483 -0.033939 0.040806 0.007753 0.017764 -0.031682 0.008821 -0.002997 0.008203 -0.022616 -0.025199 0.031804 0.000868 0.002645 0.013866 0.008875 0.046214 0.034792 -0.029503 0.042109 0.007648 -0.000555 0.020996 -0.015469 0.025869 -0.031699 -0.028613 -0.007528 -0.019121 0.014833 0.023276 0.036284 -0.018434 0.028679 0.017434 -0.047647 -0.004687 0.023762 0.011678 -0.047093 0.003367 -0.03383 0.022557 -0.025712 -0.014023 0.012098 -4e-06 -0.00259 0.020495 -0.018773 -0.0481 0.003877 -0.003718 -0.016291 0.003068 -0.004825 0.023343 -0.000319 -0.006024 0.010965 -0.011057 -0.000333 -0.032518 -0.006323 -0.009105 -0.014296 0.001852 -0.002935 -0.031006 0.016247 -0.006324 -0.012956 0.012244 0.030922 -0.007962 0.043646 0.018195 0.024442 -0.011319 0.007223 0.005176 -0.002329 0.004169 -0.014022 -0.039092 0.02345 -0.000698 0.037063 0.021621 0.030348 0.004425 -0.004642 -0.011975 -0.0099 -0.01498 -0.013567 1.9e-05 -0.017866 0.029482 -0.019566 0.011723 -0.027688 0.003886 0.003668 0.046782 -0.009357 -0.01178 0.011938 0.026041 -0.03453 -0.047618 0.041304 0.007952 0.003844 -0.043384 -0.000277 0.008321 0.034526 0.025341 0.000236 0.000119 -0.00148 -0.022522 0.014802 -0.024214 -0.013027 0.017487 0.022522 0.015864 -0.013876 -0.014555 0.023955 -0.021386 0.020362 0.018694 -0.030588 -0.023677 -0.010368 0.03705 -0.014505 -0.024715 -0.007305 -0.009716 -0.03651 -0.015793 0.031648 -0.015172 0.002393 -0.003919 -0.006714 -0.011806 0.001776 0.017832 -0.057621 0.000376 0.016114 0.03077 -0.032595 -0.036993 0.0028 0.03407 -0.020972 0.015515 0.006674 0.002838 -0.034365 -0.030641 0.017235 0.023055 0.014735 0.012439 0.013926 -0.013868 -0.003877 0.031235 -0.016337 -0.007399 -0.012976 0.012053 -0.0027 0.063671 0.005523 -0.020079 0.002487 -0.004048 -0.006737 0.011922 -0.010468 0.005219 -0.023415 -0.005359 0.001519 0.012026 -0.008002 -0.028402 -0.004291 0.002246 -0.003735 -0.022238 -0.031528 -0.000817 -0.01593 -0.032925 0.025767 0.030189 0.009807 0.024738 -0.022351 0.008103 0.008889 -0.005432 0.037678 -0.000954 0.035628 0.052298 0.025658 0.006139 0.000342 -0.036435 -0.035507 -0.023443 -0.004719 0.015527 -0.024108 -0.013195 0.009371 -0.005736 0.028164 -0.023956 -0.027714 -0.01513 -0.027448 -0.01915 0.004937 -0.00206 0.018789 -0.004352 0.009038 -0.003595 0.003602 0.001641 -0.003338 0.018772 0.039306 -0.04374 -0.005917 -0.01801 0.011398 0.013967 -0.022485 -0.002387 0.013806 -0.007536 -0.017084 -0.017169 0.00372 -0.036418 0.005072 -0.062569 -0.010969 0.004183 0.008237 0.011342 0.015175 0.000813\n் 0.037608 0.005736 -0.067932 0.026905 0.016302 0.050092 0.005944 -0.007018 -0.025026 -0.043429 0.042873 0.019362 -0.003329 -0.036906 0.040676 -0.008256 0.010723 -0.023755 -0.012416 -0.058945 -0.013116 -0.004324 0.010784 0.01262 0.003265 0.021286 -0.007085 -0.007547 -0.021492 -0.039582 0.024592 -0.036615 -0.027946 -0.053681 0.020093 0.010981 -0.043722 0.049545 0.006885 0.031687 -0.043075 0.012261 0.005824 -0.000695 -0.042634 -0.023836 0.039197 -0.008348 -6.2e-05 0.026251 0.00089 0.068983 0.041662 -0.039735 0.053015 0.007906 -0.010126 0.026964 -0.016289 0.033001 -0.040611 -0.035756 -0.009401 -0.017609 0.019275 0.022022 0.054813 -0.011361 0.050018 0.026628 -0.055752 -0.004791 0.027966 0.022087 -0.056532 0.008709 -0.035837 0.030916 -0.043124 -0.019816 0.015295 -0.001957 0.003053 0.015767 -0.023027 -0.070473 0.012266 -0.011901 -0.023588 -0.005856 -0.012516 0.029531 0.003593 -0.023208 0.013564 -0.00332 -0.004556 -0.047705 -0.002169 -0.007083 -0.025976 0.00362 0.003617 -0.041345 0.015283 -0.010354 -0.019644 0.015027 0.038807 -0.008642 0.050999 0.024574 0.030072 -0.019463 0.006373 -0.001805 -0.017915 -0.003373 -0.019623 -0.047725 0.032041 0.003685 0.05148 0.023645 0.044193 0.017184 -0.011209 -0.013713 -0.015927 -0.028137 -0.022495 0.001992 -0.018027 0.03726 -0.028059 0.01551 -0.033698 -0.001411 0.012001 0.057642 -0.002248 -0.012919 0.018211 0.031926 -0.043279 -0.064339 0.06928 0.016443 0.004757 -0.053339 0.006393 0.018835 0.044855 0.02823 0.001676 0.004464 0.00368 -0.028013 0.019976 -0.032624 -0.029391 0.013946 0.029379 0.017462 -0.018912 -0.018932 0.031874 -0.026424 0.026638 0.021212 -0.030045 -0.022763 -0.009274 0.038316 -0.028224 -0.035721 -0.015526 -0.009528 -0.048843 -0.028608 0.035636 -0.006393 0.006426 -0.009845 -0.004502 -0.022055 -0.000657 0.024538 -0.060666 0.007081 0.015203 0.027149 -0.039908 -0.051661 0.002791 0.055538 -0.024888 0.014193 0.003242 0.003931 -0.039602 -0.039519 0.018311 0.035066 0.018161 0.021891 0.021095 -0.015007 -0.009984 0.052516 -0.038768 -0.002399 -0.013685 0.018729 -0.0035 0.083967 0.010845 -0.02924 0.014279 -0.001629 -0.010608 0.00945 -0.003143 0.012535 -0.029034 -0.006519 -0.00258 0.027671 -0.008702 -0.027268 -0.006486 -0.000222 -0.006287 -0.02925 -0.048232 -0.007835 -0.020316 -0.040039 0.035672 0.027575 0.005239 0.02946 -0.02266 0.016394 0.002838 -0.010839 0.042422 -0.005902 0.04999 0.069894 0.034837 0.011268 0.000579 -0.049811 -0.041274 -0.026505 -0.004721 0.031115 -0.034965 -0.01431 0.0012 -0.023418 0.044463 -0.031308 -0.047791 -0.025527 -0.044279 -0.017797 0.012042 0.001301 0.028525 0.000954 0.016355 0.003328 0.017909 0.011893 -0.003198 0.025241 0.060635 -0.069383 -0.00113 -0.026479 0.017731 0.019724 -0.017972 -0.007483 0.025934 -0.009979 -0.025018 -0.023699 0.006674 -0.049331 0.013287 -0.084027 -0.00186 0.001262 0.016474 0.024257 0.022528 0.007174\nٔ 0.048808 -0.001029 -0.096688 0.043083 0.018909 0.054564 0.031259 0.007346 -0.029584 -0.054417 0.055708 0.023691 -0.006769 -0.042148 0.059569 -0.011271 0.014579 -0.055872 -0.002334 -0.067636 -0.02663 0.002233 0.008136 0.029429 0.010265 0.024692 -0.010601 -0.02097 -0.042047 -0.049902 0.029902 -0.057665 -0.022697 -0.073976 0.023279 0.018474 -0.068251 0.071052 0.01358 0.032035 -0.044553 0.021448 -0.011957 0.005986 -0.062147 -0.047101 0.054121 0.000124 -0.01143 0.038393 0.009148 0.094589 0.065218 -0.055559 0.062745 0.004358 -0.005508 0.03785 -0.039446 0.028326 -0.043153 -0.060119 -0.016498 -0.023522 0.041701 0.028903 0.048711 -0.028082 0.052081 0.00758 -0.077246 -0.004259 0.06143 0.030837 -0.079644 0.024478 -0.056988 0.0579 -0.036984 -0.02998 0.019428 0.015441 0.00081 0.032669 -0.020723 -0.082313 0.009411 -0.024888 -0.016421 -0.009769 -0.008664 0.043097 0.020499 -0.02417 0.032209 -0.003569 0.000338 -0.07161 -0.010475 -0.014711 -0.029868 0.001421 -0.010407 -0.066871 0.011073 -0.014525 -0.018485 0.003463 0.056926 -0.021086 0.06245 0.028948 0.028984 -0.029342 0.04016 0.01176 -0.03339 0.003921 -0.010633 -0.054069 0.050208 -0.006317 0.074499 0.019131 0.039518 7.8e-05 -0.018898 -0.03882 -0.017235 -0.028579 -0.027569 -0.000466 -0.007347 0.041105 -0.0326 0.035668 -0.064597 0.007822 0.002084 0.084734 -0.017947 -0.002445 0.018103 0.048436 -0.053015 -0.070229 0.09044 -0.002658 -0.004967 -0.060223 0.007673 0.01171 0.056526 0.067378 -0.007898 0.006291 -0.007234 -0.01701 0.026243 -0.032314 0.004039 0.028456 0.039028 0.040094 -0.014553 -0.041036 0.035437 -0.01983 0.033854 0.020619 -0.049383 -0.047216 -0.019041 0.054724 -0.029243 -0.039509 -0.025075 -0.003528 -0.062218 -0.040721 0.064906 -0.026745 0.005303 -0.002214 -0.009986 -0.021662 0.007141 0.030524 -0.093639 0.016262 -0.003739 0.036894 -0.068907 -0.071512 0.017798 0.059864 -0.027689 0.022883 0.006662 -0.012828 -0.056589 -0.042789 0.028101 0.044485 0.041772 0.035506 0.024351 -0.028062 -0.018083 0.05291 -0.042156 -0.000251 -0.012472 0.024349 -0.012651 0.118578 0.008171 -0.031007 0.014907 0.001514 -0.023728 0.003411 -0.025782 0.014173 -0.027292 -0.003221 0.004711 0.029403 -0.014208 -0.044415 -0.009459 -0.00378 0.003374 -0.037368 -0.062874 -0.003489 -0.028165 -0.043039 0.045888 0.045357 0.018313 0.044377 -0.040219 0.010487 0.014559 -0.024538 0.07805 -0.012154 0.069336 0.088008 0.060172 0.016333 0.003322 -0.075608 -0.061834 -0.042944 0.006599 0.03362 -0.037449 -0.021084 0.010718 -0.033023 0.045766 -0.046867 -0.054837 -0.021065 -0.068209 -0.032178 0.017442 -0.007877 0.015631 -0.006604 -0.00536 -0.021104 0.012726 0.018515 -0.009659 0.028061 0.051143 -0.070286 -0.005794 -0.03353 0.016421 0.004464 -0.040654 0.004546 0.019971 -0.003207 -0.004794 -0.037506 0.015819 -0.061287 0.007539 -0.093226 -0.015774 0.003706 0.007885 0.02778 0.040184 0.019015\nმ 0.029129 -0.014405 -0.0186 -0.002273 -0.004077 0.01886 -0.008265 -0.01012 -0.013207 -0.019024 0.025099 -0.000453 -0.011655 -0.010879 0.016726 -0.011525 0.01475 -0.011746 -0.002195 -0.017673 0.002253 0.001668 0.001347 0.002107 -0.003741 0.010712 -0.006754 -0.007712 -0.01486 -0.011982 0.010552 -0.02232 -0.015146 -0.024258 0.012583 0.004657 -0.015771 0.021757 0.002515 0.001676 -0.009821 0.010192 0.005617 0.001492 -0.021605 0.005171 0.014566 0.00315 -0.003603 -0.002332 0.005695 0.021099 0.005782 -0.016205 0.014428 0.002945 0.003485 0.010839 -0.014637 0.014255 -0.018065 -0.010937 -0.00203 -0.005719 0.008344 0.009896 0.015643 0.004633 0.013384 0.000443 -0.024211 0.000492 0.00426 0.005026 -0.023616 -0.003799 -0.009475 0.009735 -0.024306 -0.005355 0.004215 -0.005227 -0.017387 0.004787 -0.015483 -0.019927 -0.003662 0.015451 -0.005729 -0.006474 -0.005996 0.012541 -0.001366 0.000809 0.016587 -0.006222 -0.006555 -0.01667 -0.004958 0.006691 -0.01318 0.001319 -0.002069 -0.017266 -0.001643 -0.009399 -0.014551 0.009947 0.039421 -0.00655 0.023789 0.016516 0.011329 -0.010105 0.002766 -0.006059 0.002515 -0.000846 -0.017264 -0.029629 0.022326 0.010146 0.012958 0.014466 0.019569 0.008388 0.001655 -0.007659 0.006671 -0.008956 -0.001165 0.006234 0.001874 0.020373 0.000227 0.00327 -0.001481 0.005959 0.024337 0.024554 0.002289 -0.003525 -0.008247 0.0174 -0.027159 -0.033069 0.016958 0.013386 0.002187 -0.026147 0.002913 -0.004656 0.008646 -0.00499 -0.001567 -0.001632 0.005737 -0.011416 0.010622 -0.011759 -0.012329 0.009335 -0.002538 0.017302 -0.006612 -0.003231 -0.001712 -0.022905 0.009364 0.006957 -0.003442 -0.014669 0.004157 0.020176 -0.007648 -0.012862 -0.004763 -0.013433 -0.02094 0.002793 0.008915 -0.006648 -0.00469 -0.012443 -0.011173 -0.014899 0.008451 0.01285 -0.026941 -0.009725 0.018755 0.01663 -0.016268 -0.013515 0.002446 0.02868 -0.006135 0.01219 -4.7e-05 0.001399 -0.01149 -0.007417 0.012243 0.007419 0.008008 0.004245 0.001722 -0.003467 0.007799 0.014987 -0.014294 9.2e-05 -0.001813 0.00376 7.9e-05 0.033851 -0.001114 -0.01117 0.008805 0.006981 0.006163 0.003183 -0.005071 0.011674 -0.003215 -0.012108 0.001308 0.015203 -0.001316 -0.005865 0.001778 0.000127 0.000452 -0.017343 -0.025497 -0.008706 0.004148 -0.031216 0.01318 -0.003694 0.000545 0.006762 -0.011233 0.000501 -0.002205 0.015434 0.010954 -0.001528 0.021251 0.019031 0.007468 0.008737 0.000289 -0.014578 -0.009618 -0.014305 -0.006872 0.009738 -0.016912 -0.002192 0.003296 -0.00565 0.007019 -0.021976 -0.012979 -0.006447 -0.010608 -0.017907 -0.002287 -0.005777 0.00467 0.002675 0.006462 -0.002251 0.001641 -0.006654 0.000234 -0.001898 0.027856 -0.025014 -0.001774 -0.017244 0.022148 -0.001697 -0.014287 -0.012321 0.01138 0.007913 -0.003179 0.011531 -0.001648 -0.028843 -0.000785 -0.028927 -0.013705 0.009335 0.004233 0.010687 -0.000673 0.002382\n˧ 0.007265 0.016425 -0.016372 0.002483 0.018927 0.03869 0.019344 -0.006139 -0.020625 -0.029984 0.043353 0.014657 -0.009145 0.003502 0.034686 -0.0133 0.008643 -0.014076 0.001197 -0.035646 0.00686 -0.009678 -0.025197 0.012235 0.002361 -0.002899 -0.033183 -0.008935 0.004939 -0.039164 0.021108 -0.034402 -0.026078 -0.02006 -0.003945 0.022397 -0.030029 0.045797 0.012351 -0.001316 -0.035626 0.036564 0.006928 0.005415 -0.006635 -0.00607 0.022041 0.015421 0.004535 -0.008854 -0.000869 0.045246 0.023591 -0.028802 0.030988 0.013397 -0.002167 0.023132 -0.011599 0.008314 -0.029448 -0.020664 -0.006075 -0.000698 0.006877 0.029652 0.046408 -0.018291 0.024463 0.024346 -0.032342 -0.015322 0.006371 0.02339 -0.039501 -0.001191 -0.001641 0.006902 -0.039033 -0.000959 0.015378 -0.007697 -0.020351 0.011504 -0.011103 -0.055791 -0.000182 -0.011125 0.008914 0.011325 -0.007283 0.001574 0.016558 -3.9e-05 0.013859 -0.033989 0.004988 -0.039366 -0.024767 -0.010822 -0.041162 -0.009543 -0.007175 -0.016498 0.005215 -0.004405 -0.013811 0.004067 0.004165 0.009792 0.065671 0.018224 0.029268 0.003035 0.004744 -0.007966 -0.01059 -0.016003 -0.013627 -0.019018 0.035369 0.006553 0.034171 0.020831 0.022476 -0.005695 0.006755 0.022502 -0.002795 -0.018693 0.014348 0.032337 -0.014952 0.043194 0.006525 0.007848 -0.024812 0.026395 0.002311 0.043397 -0.007359 -0.008393 -0.003139 0.016956 -0.038413 -0.051723 0.03842 -0.007119 0.000614 -0.06481 0.013804 0.001513 0.034572 0.012237 0.015237 0.005734 0.002029 -0.045299 0.024028 -0.00551 -0.030715 0.013856 0.01682 -0.015369 -0.015999 -0.006515 0.010582 -0.024006 0.019579 0.048311 -0.016578 -0.018916 -0.00114 0.005364 -0.002994 -0.02255 0.011353 -0.000306 -0.051883 0.017742 0.050039 -0.009152 0.009956 0.004731 -0.012011 -0.019851 -0.008998 0.017609 -0.018998 0.007001 0.012312 0.022409 -0.041916 -0.047614 -0.000415 0.038206 -0.019725 0.004499 0.011176 -0.005405 -0.043051 -0.001506 0.034454 0.033783 0.022216 -0.004912 0.009266 -0.022827 -0.010474 0.019223 -0.015245 0.005071 -0.005665 0.034132 0.019469 0.033748 -0.001169 -0.017972 0.031383 0.010236 -0.012267 -0.014658 0.012407 0.010892 -0.027991 0.011333 -0.009022 -0.004462 0.018424 -0.001341 -0.018699 0.002859 -0.00727 -0.038904 -0.032316 0.012404 -0.007353 -0.007568 0.011746 0.004627 -0.000455 0.029094 -0.012985 0.018899 0.000116 -0.026455 0.012 0.020127 0.026902 0.034904 -0.00941 0.00296 -0.033282 -0.026923 -0.007428 -0.011725 -0.0223 0.019489 -0.021107 -0.001665 0.007017 -0.013063 0.018011 -0.023587 -0.006993 -0.011664 -0.034572 0.010333 -0.00383 0.002455 0.019017 0.010356 0.024436 0.003876 0.013281 0.003467 0.021006 0.006531 0.027923 -0.031907 -0.005884 0.015987 0.022626 0.019989 0.014522 -0.000998 0.026053 -0.003552 -0.01991 -0.01636 0.009053 -0.022114 -0.009335 -0.062859 -0.023002 0.017771 0.003678 -0.002917 0.009958 -0.018831\nש 0.033642 0.006686 -0.053637 0.024668 0.015475 0.041328 0.00723 -0.003877 -0.022709 -0.033025 0.035593 0.013344 -0.00751 -0.030052 0.036476 -0.007381 0.008148 -0.0239 -0.015677 -0.050382 -0.015804 0.001689 0.004501 0.015539 0.005297 0.022498 -0.004096 -0.010328 -0.017901 -0.029488 0.020803 -0.030732 -0.023639 -0.050216 0.010185 0.015084 -0.042791 0.041185 0.012256 0.024442 -0.036374 0.008161 0.000782 0.003578 -0.030439 -0.028135 0.039671 -0.000234 -0.000701 0.017273 0.010044 0.061188 0.038707 -0.036683 0.048331 0.008008 -0.007741 0.026949 -0.013668 0.029405 -0.03052 -0.033482 -0.008743 -0.015658 0.015071 0.022764 0.042255 -0.014626 0.039404 0.020048 -0.053261 -0.005178 0.024975 0.019759 -0.056417 0.005977 -0.03474 0.02664 -0.028639 -0.018866 0.015564 -0.00057 -0.003216 0.016793 -0.026987 -0.061319 0.002318 -0.003777 -0.022615 -0.006478 -0.010462 0.029787 0.005496 -0.01931 0.013713 -0.013146 0.003016 -0.041692 -0.006541 -0.006729 -0.01754 -0.001929 -0.000297 -0.03568 0.017398 -0.008485 -0.011954 0.009961 0.039496 -0.001693 0.047629 0.022129 0.023994 -0.017024 0.009039 0.004907 -0.013555 0.003707 -0.01726 -0.04851 0.021191 -0.000352 0.046781 0.024795 0.037969 0.012875 -0.012723 -0.014502 -0.018467 -0.02125 -0.017199 0.000808 -0.021112 0.031704 -0.022574 0.015897 -0.029947 0.007206 0.008942 0.050175 -0.00482 -0.010105 0.018078 0.031162 -0.039075 -0.052567 0.049223 0.003912 0.002023 -0.045107 0.007321 0.014532 0.037115 0.033138 -0.005437 0.005674 -0.000463 -0.023928 0.019168 -0.024556 -0.023665 0.018239 0.022025 0.012733 -0.014198 -0.015188 0.023458 -0.027534 0.019596 0.027135 -0.031911 -0.02438 -0.01254 0.04044 -0.019679 -0.031281 -0.012129 -0.008011 -0.040406 -0.02232 0.039281 -0.009656 0.007917 -0.008695 -0.007197 -0.019108 0.00178 0.01939 -0.066152 0.001254 0.014407 0.03219 -0.040999 -0.042719 0.000599 0.045145 -0.022827 0.013893 0.00523 0.003141 -0.042045 -0.038874 0.017578 0.026801 0.023022 0.014223 0.014574 -0.009128 -0.010401 0.043339 -0.026991 -0.002993 -0.010359 0.019533 0.00329 0.073942 0.002486 -0.023525 0.003444 0.00138 -0.007864 0.011408 -0.011173 0.007776 -0.026598 0.001061 0.000887 0.01606 -0.011526 -0.019523 -0.002561 -0.000397 -0.008004 -0.033361 -0.040771 -0.00328 -0.019556 -0.034902 0.030918 0.028798 0.010684 0.028804 -0.021151 0.011333 0.010433 -0.013537 0.046467 -0.005541 0.042637 0.057655 0.030607 0.009613 0.002811 -0.049586 -0.035313 -0.022543 -0.00514 0.020868 -0.029033 -0.017105 0.009841 -0.011117 0.033805 -0.027064 -0.038217 -0.020257 -0.035265 -0.012885 0.007235 -0.001173 0.02462 -0.003639 0.011409 -0.001754 0.014373 0.004042 -0.001017 0.021655 0.050681 -0.052304 -0.006535 -0.020863 0.017619 0.015942 -0.020396 -0.00086 0.020647 -0.012783 -0.020545 -0.019349 0.013197 -0.04716 0.009758 -0.071018 -0.008183 0.008716 0.017093 0.0151 0.028017 0.001936\nᩬ 0.063428 -0.01093 -0.051355 0.022017 0.004095 0.034071 0.014565 0.008469 -0.038104 -0.051616 0.023996 0.010733 -0.020241 -0.011843 0.034108 0.002897 0.019576 -0.041624 0.006241 -0.042469 -0.010563 0.010757 0.022778 0.022808 0.014516 0.020463 0.001484 -0.006162 -0.018804 -0.025053 0.025464 -0.019273 -0.024802 -0.066075 0.006507 0.012646 -0.033625 0.041473 -0.00524 0.036466 -0.035726 0.019574 0.009636 -0.013278 -0.019175 -0.042714 0.031469 0.000308 -0.008502 0.022322 0.000875 0.050633 0.02094 -0.017487 0.036465 0.013005 0.006842 0.033871 -0.028956 0.029797 -0.032085 -0.01276 -0.013802 -0.018691 0.016463 0.038896 0.046226 0.007884 0.04954 0.01733 -0.06073 -0.025714 0.026952 0.035899 -0.032442 0.010241 -0.013802 0.033899 -0.03286 -0.005851 0.017488 0.020311 -0.010901 0.007696 -0.018498 -0.068457 0.007394 -0.05425 -0.000274 -0.027697 0.009595 0.034425 0.026955 -0.03089 0.022917 -0.016495 -0.007873 -0.05183 0.001191 -0.001668 -0.02829 -0.003537 0.009817 -0.035438 0.007942 0.002667 -0.021088 -0.005804 0.057727 -0.012965 0.041584 0.019359 0.033639 -0.016167 0.015323 0.003782 -0.013427 -0.009469 -0.000568 -0.036522 0.036969 -0.003783 0.061273 0.005842 0.022191 0.015993 -0.037623 -0.021358 -0.013578 -0.031931 0.002632 -0.005205 -0.007873 0.036112 -0.034885 0.013863 -0.034275 -0.008316 -0.012305 0.038615 -0.007243 0.001587 0.013824 0.023362 -0.013357 -0.046171 0.035517 0.003817 0.006488 -0.043477 0.028875 0.012776 0.032998 0.002928 0.014092 0.029539 -0.007045 -0.023262 0.029284 -0.014383 -0.025623 0.0008 0.033393 0.023309 -0.016528 -0.02784 0.016402 -0.02246 0.031019 0.029911 -0.01782 -0.024122 -0.039777 0.038855 -0.038983 -0.02133 0.004394 0.003064 -0.052161 -0.031087 0.030664 -0.006208 0.020708 -0.037654 -0.007285 -0.001501 0.010716 0.029856 -0.070379 0.008821 0.014077 0.01629 -0.045783 -0.036832 -0.000626 0.05192 -0.023707 0.029535 0.004077 0.004724 -0.022131 -0.010835 0.03029 0.025896 0.01258 0.043262 -0.001079 -0.015121 -0.020436 0.053633 -0.012602 0.027984 -0.00279 0.022405 0.00473 0.073759 0.026835 -0.024174 0.022842 -0.018738 -0.010132 0.006971 -0.023936 0.01064 -0.018326 -0.006543 -0.002569 0.022461 -0.014662 -0.033357 -0.015869 0.001391 -0.017154 -0.020908 -0.047417 -0.016214 -0.004073 -0.041721 0.02555 0.022664 0.008509 0.033766 -0.028731 0.0318 -0.002029 -0.01589 0.02487 -0.001966 0.041472 0.050495 0.016332 0.014538 0.00482 -0.035422 -0.028093 -0.013483 -0.004654 0.021687 -0.021 -0.000309 0.020846 -0.011685 0.013784 -0.031822 -0.041072 -0.041091 -0.05002 -0.013376 0.033313 0.009978 0.022114 0.017339 0.009065 -0.004417 0.020469 -0.010511 -0.001944 0.013426 0.020332 -0.059607 -0.013177 -0.008242 0.019651 0.005308 -0.029625 -0.005628 0.000651 -0.008681 -0.019659 -0.015827 0.009486 -0.047346 0.001348 -0.061982 -0.009267 0.023719 0.017035 0.02887 0.021898 0.011001\nữ 0.036185 -0.003 -0.055501 0.016928 0.024652 0.021085 0.009116 -0.027459 -0.031231 -0.034609 0.037678 -0.02779 -0.018208 0.008493 0.002446 -0.015417 0.033043 -0.039026 0.013736 -0.028311 -0.012899 0.02456 -0.012611 0.010769 -0.00392 0.017219 -0.003782 0.005563 0.04028 -0.00642 0.012064 -0.016605 0.005094 -0.019443 0.040215 -0.004774 -0.02834 0.028029 -0.022474 0.027764 -0.004246 -0.008566 -0.027121 0.0081 -0.047155 -0.047561 0.038103 0.011754 0.023785 0.029542 0.032825 0.039678 0.040754 -0.038668 0.061706 0.014369 -0.014278 0.035337 -0.004086 0.009197 -0.021342 -0.027849 -0.008435 0.006043 0.002698 0.013771 0.067415 -0.010112 0.02916 0.004296 -0.037686 -0.007978 0.043571 0.014641 -0.03835 0.017044 0.009473 0.028684 -0.024476 -0.000757 0.006958 -0.003457 0.010628 0.028725 -0.03232 -0.044697 -0.016621 -0.02078 0.021202 -0.029244 -0.003163 0.042105 -0.009514 -0.00969 -0.030609 -0.011374 0.00172 -0.007762 -0.019291 -0.012531 -0.023369 0.018109 0.001793 -0.014371 0.02678 -0.009521 -0.022505 -0.003292 0.058619 0.015928 0.023193 0.021373 -0.000395 -0.013209 0.004674 -0.000533 -0.006524 0.004173 -0.024288 -0.038937 0.012345 -0.020114 0.037064 0.03569 0.005744 0.022886 -0.002997 -0.006782 -0.003926 -0.016116 -0.012085 -0.000933 -0.035273 0.017666 0.004704 0.013895 -0.025474 0.042539 0.017148 0.019539 -0.028112 0.002119 0.044924 0.029381 -0.057649 -0.014146 0.047803 -0.001412 -0.019133 -0.046864 -0.016343 -0.009115 0.037507 0.006525 -0.010039 -0.006805 0.017029 -0.007091 -0.028414 -0.032501 0.006812 0.005527 -0.002513 -0.00259 -0.026869 -0.012769 0.022586 -0.025475 0.025707 0.006464 -0.052566 -0.028378 -0.016308 0.000774 -0.034599 -0.022866 0.020022 0.012041 -0.004759 -0.019834 0.030276 -0.005493 -0.006375 -0.005351 0.000884 0.013427 -2.5e-05 -0.007906 -0.049825 -0.03066 0.022732 0.020035 -0.031637 -0.011211 -0.032261 0.032712 0.000301 0.007247 0.010224 -0.000742 -0.057599 -0.027679 -0.00722 0.022628 0.030816 -0.011429 0.004714 0.001131 -0.008951 0.028897 -0.035502 -0.012348 0.023406 -0.003658 0.026298 0.035217 0.023021 -0.014132 0.007839 0.028971 0.023279 0.035993 0.009116 -0.019415 -0.008174 -0.031649 0.017694 0.004549 0.002157 -0.010013 0.027957 -0.030376 -0.028712 -0.038456 -0.029475 0.008293 -0.021316 -0.054633 0.018584 0.010871 -0.014257 0.038666 0.004519 -0.000564 -0.002363 -0.005774 0.032909 0.011715 0.028453 0.059444 0.004819 0.004135 0.006043 -0.041389 -0.007414 -0.024135 -0.010111 0.031971 -0.018471 -0.027912 0.005151 0.008625 0.000602 -0.043701 -0.027964 -0.035888 -0.014176 0.005159 -0.007265 -0.003043 0.021431 -0.01763 0.017331 0.0056 0.029029 -0.006025 0.011168 0.043171 0.032723 -0.034592 0.001456 0.022559 -0.001312 0.025191 -0.044456 0.005046 -0.006078 -0.002855 -0.036513 -0.001994 0.025509 -0.030825 0.016188 -0.051941 -0.004803 0.040045 0.006712 -0.000211 0.044103 -0.023783\nû 0.025119 0.003626 -0.039094 0.025342 0.012561 0.030828 0.006036 -0.000341 -0.019057 -0.021964 0.028161 0.008112 -0.002844 -0.019862 0.026832 -0.010758 3.5e-05 -0.016887 -0.007993 -0.024535 -0.011357 -3.1e-05 -0.00158 0.01238 0.005091 0.016735 -0.006584 -0.00824 -0.008299 -0.02056 0.024375 -0.026819 -0.021343 -0.040439 0.005151 0.014513 -0.037726 0.028115 0.008227 0.015471 -0.02065 0.009961 -0.001954 -0.000481 -0.025652 -0.016604 0.027352 0.005716 0.003642 0.014927 0.007423 0.042877 0.023629 -0.026012 0.030084 0.00841 -0.00235 0.015733 -0.016881 0.018725 -0.025895 -0.02159 -0.010062 -0.010645 0.008275 0.016399 0.029485 -0.016389 0.022052 0.015255 -0.034418 -0.005132 0.020586 0.014061 -0.039616 -0.002359 -0.029939 0.022539 -0.014871 -0.010065 0.010925 -0.004325 -0.000572 0.015458 -0.01912 -0.042977 -0.000628 -0.001726 -0.014466 0.002827 -0.009372 0.029372 0.002335 -0.012618 0.004861 -0.009091 0.000698 -0.028269 -0.003204 -0.003285 -0.016956 -0.001254 -0.00439 -0.022722 0.01722 -0.007732 -0.018641 0.004286 0.028647 -0.008553 0.033342 0.009101 0.021982 -0.016393 0.007291 0.006929 -0.01067 0.005221 -0.005647 -0.033096 0.00945 0.001161 0.034412 0.012569 0.021639 0.005552 -0.006193 -0.013681 -0.009314 -0.018111 -0.011607 0.000452 -0.013445 0.017844 -0.014068 0.01345 -0.018509 0.008335 -0.000628 0.044155 -0.00824 -0.007121 0.016247 0.025123 -0.025692 -0.037218 0.03343 0.000963 0.003123 -0.03017 -0.002287 0.012767 0.02331 0.0249 -0.000604 0.007269 -0.002128 -0.015075 0.015867 -0.01493 -0.015331 0.012445 0.02213 0.011935 -0.007911 -0.012911 0.0192 -0.019638 0.014975 0.02271 -0.028394 -0.024823 -0.004574 0.031391 -0.013533 -0.024741 -0.009015 -0.005094 -0.031372 -0.019272 0.028397 -0.012091 -0.004644 -0.001891 -0.009986 -0.01569 0.001288 0.010281 -0.055922 0.003886 0.00517 0.02607 -0.029245 -0.032149 0.000636 0.032046 -0.016581 0.010442 0.002629 0.001628 -0.028882 -0.02914 0.010555 0.018817 0.007873 0.011456 0.009997 -0.011096 -0.009676 0.028582 -0.022972 0.001792 -0.006028 0.014724 -0.001299 0.052489 0.001908 -0.022145 -0.000921 0.001941 -0.010376 0.011831 -0.009784 0.002154 -0.016484 0.002506 0.000121 0.012426 -0.001526 -0.025372 -0.004332 -0.002923 -0.005116 -0.023121 -0.032252 -0.000611 -0.015086 -0.027766 0.020517 0.023282 0.00653 0.019076 -0.017469 0.007377 0.010405 -0.010854 0.034186 -0.000298 0.025253 0.037701 0.019947 0.004979 -0.002938 -0.030441 -0.026591 -0.017759 -0.001727 0.01007 -0.018755 -0.015229 0.00439 -0.005063 0.025588 -0.027421 -0.024978 -0.015392 -0.021624 -0.01267 0.006075 -0.004926 0.008822 -0.001746 0.007267 -0.000255 0.005566 0.001882 0.004425 0.016971 0.034523 -0.041958 -0.005063 -0.017294 0.004092 0.014557 -0.019505 -0.006973 0.009807 -0.008173 -0.017661 -0.016426 0.003247 -0.032808 0.006654 -0.05388 -0.010672 0.003015 0.012623 0.018145 0.026306 -0.0057\nེ 0.029334 0.004405 -0.053207 0.026171 0.01836 0.040961 0.010034 -0.00718 -0.012982 -0.020968 0.033707 0.015429 -0.003674 -0.026973 0.026891 -0.006235 -0.001627 -0.021316 -0.010817 -0.041066 -0.000539 0.00744 0.001135 0.010039 0.00975 0.023064 -0.015322 -0.009374 -0.010061 -0.01618 0.020263 -0.036683 -0.028131 -0.053543 0.01884 0.019941 -0.047138 0.043675 0.003503 0.013553 -0.022337 0.002053 -0.01126 0.004772 -0.029813 -0.018243 0.030384 0.007927 -0.000732 0.026315 0.006594 0.052282 0.02253 -0.031962 0.037349 0.011939 0.003326 0.00953 -0.003767 0.024901 -0.035577 -0.024485 -0.013171 -0.017832 0.008441 0.031544 0.040021 -0.022516 0.034095 0.017135 -0.057319 -0.014667 0.020772 0.021477 -0.049375 0.006425 -0.036579 0.022825 -0.027781 -0.016745 0.018279 0.001053 0.002122 0.022893 -0.030734 -0.057796 0.003063 0.009961 -0.02762 -0.005312 -0.003413 0.022126 0.001204 -0.015115 0.011776 -0.000239 0.002296 -0.0319 -0.001941 -0.008335 -0.017591 0.010105 -0.005856 -0.032224 0.01508 -0.006402 -0.013029 0.011296 0.04008 -0.007712 0.046686 0.0208 0.028865 -0.019319 0.012321 -0.003466 -0.015247 -0.00521 -0.019237 -0.030771 0.024836 -0.007576 0.044277 0.028203 0.03328 0.010559 -0.015247 -0.012522 -0.01188 -0.022795 -0.010935 -0.009038 -0.012773 0.028671 -0.025983 0.024107 -0.027182 0.001792 0.007173 0.050902 -0.005999 -0.017778 0.007622 0.039223 -0.044012 -0.042828 0.042257 -0.000713 -0.00026 -0.032468 -0.005211 0.018271 0.031667 0.028338 -0.011966 0.004676 -0.00596 -0.024044 0.023346 -0.01407 -0.015557 0.015568 0.020509 0.02311 -0.011545 -0.026946 0.022331 -0.024443 0.016467 0.017189 -0.02636 -0.024416 -0.004398 0.02901 -0.013142 -0.038033 -0.015331 -0.006779 -0.032761 -0.014482 0.036648 -0.008615 0.000994 -0.001113 -0.002876 -0.016452 0.00083 0.016884 -0.068414 0.007839 -0.000402 0.032984 -0.023079 -0.035951 0.009917 0.037891 -0.022022 0.010087 0.006477 -0.005479 -0.041513 -0.033211 0.009267 0.03316 0.023765 0.021774 0.006476 -0.003803 -0.015727 0.038493 -0.027899 -0.011619 -0.008547 0.023662 -0.004269 0.064514 -0.006304 -0.021198 0.00193 -0.000216 -0.014735 0.015137 -0.004493 0.003222 -0.029007 -0.00085 -5.5e-05 0.020184 -0.010514 -0.025812 -0.012335 -0.006041 -0.010635 -0.031591 -0.030042 -0.003735 -0.018063 -0.029734 0.022566 0.027511 0.00248 0.034418 -0.010134 0.015764 0.007187 -0.009585 0.039386 0.005288 0.037315 0.046779 0.018455 0.002527 -0.00136 -0.040052 -0.030997 -0.019826 0.001654 0.028192 -0.023323 -0.004983 0.005062 -0.014814 0.031582 -0.027311 -0.028 -0.023427 -0.036394 -0.025869 -0.00129 -0.003117 0.012139 0.003548 0.000132 0.003431 0.001387 0.007684 -0.004519 0.018072 0.040087 -0.049381 -0.002594 -0.019071 0.013647 0.022385 -0.032977 -0.005355 0.009737 -0.013349 -0.027361 -0.026132 0.007743 -0.040919 0.013946 -0.069569 -0.023318 0.007952 0.018114 0.022945 0.028679 0.002808\nվ 0.03884 -0.002887 -0.043646 0.019407 0.010821 0.031129 -0.0075 -0.000676 -0.014408 -0.031891 0.037466 0.007406 -0.011457 -0.025379 0.023608 -0.014236 0.018476 -0.009855 -0.002199 -0.048388 -0.019967 -0.003462 0.00793 0.014638 -0.001824 0.025922 -0.014014 -0.008573 -0.0256 -0.019608 0.030605 -0.033501 -0.015675 -0.033538 0.01449 0.015388 -0.038948 0.037429 0.010507 0.009816 -0.026164 0.013903 0.003566 0.015866 -0.034842 -0.018522 0.029868 -0.011756 -4.9e-05 0.011801 0.007798 0.040699 0.036238 -0.035599 0.044225 0.008741 0.004118 0.024422 -0.026302 0.02184 -0.028286 -0.017014 -0.00961 -0.016424 0.012571 0.024271 0.035708 -0.020865 0.033649 0.01796 -0.039231 -0.011526 0.015403 0.014403 -0.054917 0.006349 -0.023146 0.019335 -0.031293 -0.01071 0.010975 -0.005144 -0.02029 0.005106 -0.019735 -0.040527 0.00455 0.002708 -0.014909 -0.003422 -0.010556 0.014773 0.002492 -0.008364 0.005375 -0.007761 0.005377 -0.03771 0.010686 -0.010695 -0.019691 0.00728 0.000286 -0.023312 0.024943 -0.005398 -0.021676 0.009544 0.037314 -0.010603 0.046042 0.027643 0.021522 -0.014663 0.006527 -0.005751 0.003635 -0.007574 -0.021585 -0.041667 0.024742 -0.006169 0.020573 0.022556 0.032429 0.013146 -0.002214 -0.015101 -0.008735 -0.018288 -0.011492 0.003428 -0.005176 0.03337 -0.021023 0.010335 -0.019005 0.000688 0.017564 0.048182 -0.000795 -0.012863 -0.00835 0.013984 -0.027544 -0.047032 0.046684 0.007443 -4.3e-05 -0.036486 0.010166 0.000921 0.031004 0.008051 0.001874 0.002186 0.007623 -0.016122 0.011748 -0.020594 -0.014924 0.021944 0.019793 0.01615 -0.023949 -0.008061 0.017226 -0.029045 0.016567 0.013327 -0.01996 -0.021284 -0.009337 0.033595 -0.010955 -0.035476 -0.00553 -0.018479 -0.041497 -0.009756 0.031514 -0.012124 0.002215 -0.007764 -0.004595 -0.017124 0.004338 0.020162 -0.05811 0.001677 0.018645 0.014675 -0.024717 -0.019608 -0.000137 0.041616 -0.00999 0.015876 0.00988 0.000558 -0.028302 -0.020629 0.012928 0.020105 0.007081 0.015455 -0.001261 -0.011836 0.004384 0.029288 -0.018206 0.001569 -0.019586 0.014685 1.8e-05 0.070012 0.000811 -0.020634 0.011872 -0.004512 0.001011 0.017102 -0.010732 0.004196 -0.018079 -0.02094 0.001733 0.019101 0.000265 -0.015836 -0.012706 -0.006227 0.001719 -0.007221 -0.030614 -0.011557 -0.01355 -0.030042 0.021575 0.019502 0.010634 0.014132 -0.030008 0.007414 0.005121 -0.009687 0.033621 0.000681 0.046194 0.043418 0.03126 0.00828 0.007525 -0.033333 -0.036628 -0.029029 -0.01081 0.023784 -0.028105 -0.01061 0.009623 -0.007395 0.025499 -0.033213 -0.035864 -0.008974 -0.018828 -0.031362 0.005143 -0.006287 0.024513 -0.004816 0.007512 -0.012977 0.009846 0.00385 -0.002537 0.011795 0.04051 -0.047675 -0.003621 -0.013753 0.015858 0.021447 -0.017481 -0.003254 0.011472 -0.007177 -0.016798 -0.010446 0.007034 -0.039469 0.005314 -0.052214 -0.009698 0.015483 0.030942 0.015271 0.01361 0.003936\nដ 0.019309 0.009991 -0.033822 -0.004822 -0.001535 0.030002 -0.009444 -0.038782 -0.014877 -0.025579 0.0224 0.005303 -0.006816 -0.006513 0.026318 -0.009992 0.003347 -0.006874 -0.010518 -0.051065 -0.003628 0.007449 0.00898 0.011802 -0.012411 0.016168 -0.022944 -0.013013 -0.015723 -0.015808 0.013208 -0.029831 -0.01122 -0.027493 0.00196 0.010865 -0.014163 0.02475 -0.004183 0.012309 -0.023948 0.005819 0.006963 0.006281 -0.011684 -0.011825 0.028399 -0.004939 -0.002302 0.002115 -0.011596 0.019673 0.022212 -0.001245 0.0329 0.007369 -0.00232 0.008601 0.002776 0.011897 -0.033671 -0.009123 -0.009218 -0.008069 0.014827 0.008165 0.033987 -0.011373 0.030377 0.01422 -0.052401 -0.008911 0.013093 0.021699 -0.013032 0.003376 -0.013751 0.007476 -0.026332 -0.01125 0.006327 -0.013388 -0.004098 -0.002701 -0.009274 -0.015024 0.009201 -0.003503 -0.005476 0.002893 -0.007616 0.009792 0.012564 -0.002172 0.009479 -0.01404 -0.013886 -0.020588 0.001474 -0.010616 -0.017809 0.008013 0.000856 -0.023689 0.011959 -0.003013 -0.011959 -0.001957 0.026777 -0.012443 0.027309 0.013977 0.014215 -0.006428 -0.002025 -0.013183 0.003772 -0.002432 -0.010578 -0.030683 0.023825 0.009479 0.0213 0.015392 0.026359 0.006306 0.004849 -0.002443 -0.000249 -0.023007 -0.006236 -0.005976 0.003476 0.033004 -0.026386 -0.003783 -0.019576 0.007678 0.002597 0.017537 -0.008993 0.000801 -0.018068 0.012162 -0.037228 -0.026431 0.042182 0.012431 0.006539 -0.020332 0.004476 -0.00463 0.029132 0.004289 0.00198 -0.003259 0.000302 -0.018247 0.01551 -0.025615 -0.020879 0.01192 0.015677 0.004769 -0.012529 -0.006957 0.024364 -0.01442 0.008234 0.01534 -0.014723 -0.024485 -0.006186 0.018138 -0.000899 -0.006582 -0.003807 -0.004401 -0.038179 -0.011429 0.013613 -0.011412 0.010191 -0.017038 -0.004772 -0.01227 0.007621 0.016712 -0.026318 -0.002053 0.01309 0.014788 -0.032649 -0.003544 0.002924 0.017691 -0.022966 0.01585 0.000266 -0.003575 -0.009689 -0.021081 0.027312 0.019726 0.019204 0.008308 0.011557 0.008764 -0.006892 0.024895 -0.006543 -0.014778 -0.007199 0.003852 -0.002528 0.0358 0.015222 -0.009101 0.011008 0.003668 -0.004742 0.016729 -0.00035 -0.007297 -0.005841 0.009576 -0.004116 0.00995 0.000931 -0.015967 -0.013085 -0.006861 -0.014084 -0.010852 -0.02101 -0.012046 -0.004878 -0.036524 0.021661 0.012709 0.014693 0.008986 -0.024419 0.012757 -0.004867 0.014474 0.014013 -0.000517 0.036941 0.03777 0.014215 0.00576 0.005502 -0.016521 -0.009056 -0.00974 0.016154 0.025436 -0.020124 0.004398 0.000653 -0.00755 0.015997 -0.023561 -0.018503 -0.029427 -0.020695 -0.026473 0.001741 0.001774 0.022874 0.00697 0.015272 -0.016963 -0.001513 -0.011495 0.007567 0.017609 0.0483 -0.040476 0.00465 -0.013687 0.020985 0.010305 -0.010139 -0.023349 0.019828 -0.007614 -0.006434 -0.007983 0.002578 -0.016696 -0.005786 -0.054728 -0.007661 0.010202 0.005274 0.009826 -0.003449 0.00498\nฏ 0.037932 0.005677 -0.057966 0.029371 0.016069 0.049424 0.011362 -0.002597 -0.03029 -0.042408 0.021071 0.001598 -0.00095 -0.009246 0.037381 0.011921 0.00555 -0.028155 -0.016931 -0.048278 -0.022691 0.012781 0.000395 0.027062 0.001529 0.019621 -0.0155 0.000137 -0.007078 -0.031189 0.019708 -0.046036 -0.023971 -0.042067 -0.006915 0.023195 -0.052348 0.044338 0.01148 0.019439 -0.043523 0.014208 -0.006876 -0.015221 -0.030818 -0.040935 0.041891 -0.002771 -0.00169 0.017914 -0.003659 0.051421 0.03497 -0.034639 0.046246 0.002093 -0.005358 0.031274 -0.020067 0.037215 -0.030497 -0.046196 0.003426 -0.022869 0.016118 0.034545 0.047169 -0.013457 0.051608 0.022337 -0.061365 -0.011 0.025102 0.014895 -0.071827 0.011566 -0.040608 0.029647 -0.0428 -0.017235 0.025648 -0.007131 0.01709 0.018679 -0.013863 -0.066421 -0.012545 -0.002971 -0.030249 -0.005483 -0.00584 0.029746 0.016531 -0.010759 0.016437 -0.001634 0.000557 -0.045794 0.012584 -0.002531 -0.018371 0.008258 0.00487 -0.043033 0.024138 -0.0148 -0.007119 0.001036 0.040266 -0.005291 0.054512 0.020763 0.031129 -0.015881 0.001544 0.007282 -0.0151 0.000597 -0.010765 -0.057371 0.015003 -0.001466 0.059102 0.02846 0.055782 0.014536 -0.017492 -0.017329 -0.009404 -0.025234 -0.017736 0.004246 -0.017617 0.027625 -0.02489 0.02495 -0.056158 -0.012415 0.012133 0.065831 0.008359 -0.011572 -0.001941 0.031042 -0.04075 -0.051148 0.060353 0.009646 0.002884 -0.046836 0.010114 0.00104 0.034764 0.039986 -0.009909 0.012309 0.003813 -0.029468 0.012538 -0.041199 -0.010698 0.017552 0.032726 0.020171 -0.004682 -0.013574 0.03039 -0.019993 0.038541 0.015871 -0.027109 -0.033368 -0.003281 0.036289 -0.033854 -0.027347 -0.006879 -0.010307 -0.047321 -0.019639 0.048264 -0.016966 0.017279 -0.015406 -0.013954 -0.015241 0.008311 0.03508 -0.080578 0.003158 0.008453 0.038707 -0.032718 -0.03141 0.016368 0.046262 -0.014735 0.008546 0.013508 -0.004268 -0.033337 -0.046915 0.022155 0.029764 0.021566 0.017968 0.01424 -0.003304 -0.005946 0.040129 -0.024861 0.006386 -0.014964 0.018964 0.007851 0.079419 0.006153 -0.016531 0.006188 0.002418 -0.012128 0.013718 -0.013413 -0.007057 -0.03176 -0.009758 0.003176 0.009098 -0.006429 -0.02366 -0.008546 -0.008536 -0.007527 -0.031163 -0.051513 -0.005265 -0.018658 -0.033309 0.034105 0.03773 -0.002406 0.037249 -0.04223 0.004225 0.000479 -0.011634 0.025386 -0.003096 0.05043 0.065497 0.028926 0.007824 -0.001175 -0.048469 -0.036228 -0.026277 0.009779 0.01854 -0.031494 -0.019765 0.005499 -0.012137 0.029774 -0.022738 -0.025994 -0.030745 -0.055423 -0.015479 0.014591 0.00627 0.028306 -0.007213 0.005468 0.000382 0.023461 0.01411 -0.005077 0.008142 0.047979 -0.069748 -0.0111 -0.01484 0.020038 0.015766 -0.037932 0.000963 0.018749 -0.008438 -0.026015 -0.026574 0.013297 -0.048459 0.01246 -0.068865 -0.010215 0.008907 0.015759 0.01423 0.021545 0.002259\nđ 0.043952 -0.003555 -0.053264 0.033423 0.0106 0.023274 0.02676 -0.031872 -0.037086 -0.024788 0.039294 -0.022335 -0.016598 0.006376 0.006799 -0.008415 0.024309 -0.031129 -0.003384 -0.034686 -0.023905 0.00621 0.00478 0.01754 -0.017835 0.022019 0.008459 0.001251 0.013925 -0.007252 0.021789 -0.031068 0.012554 -0.009238 0.026428 0.000587 -0.033789 0.017825 -0.008478 0.038309 -0.008529 0.012283 -0.020857 0.004827 -0.02454 -0.037247 0.041468 -0.009758 0.010559 0.029989 0.013654 0.048454 0.036936 -0.034712 0.063345 0.000865 -0.019302 0.034323 -0.007609 0.012096 -0.017508 -0.03405 -0.010302 0.000957 0.014578 0.003342 0.044216 -0.021362 0.025462 0.007776 -0.034526 -0.01602 0.030064 0.014079 -0.032397 0.025281 -0.000945 0.028835 -0.007477 -0.011143 0.015051 -0.008201 0.002084 0.034298 -0.020693 -0.042399 -0.018157 -0.020754 0.009415 -0.02887 0.004052 0.034351 -0.010996 -0.010655 -0.006558 -0.014236 -0.013788 -0.015926 -0.010508 -0.009849 -0.013873 0.01982 -0.008468 -0.005732 0.025821 -0.015569 -0.013971 -0.014594 0.057182 0.009589 0.015875 0.014742 0.003152 -0.009484 0.011031 -0.000538 -0.018227 -0.003312 -0.0026 -0.045331 -0.000521 -0.006431 0.046773 0.024914 0.024026 0.016426 -0.010474 -0.015426 -0.012871 0.002181 -0.002782 -0.004161 -0.021442 0.020872 -0.007392 0.026348 -0.023091 0.026571 0.011263 0.026752 -0.019143 0.00679 0.036171 0.026235 -0.039734 -0.020317 0.04064 -0.000411 -0.010995 -0.033166 0.005044 -0.003903 0.021927 0.028149 -0.006902 0.013853 0.011174 -0.014507 -0.013502 -0.032071 0.001825 0.004597 0.010142 0.002288 -0.022059 -0.001997 0.01758 -0.028777 0.026497 0.018678 -0.033801 -0.027953 -0.020274 0.012836 -0.029431 -0.00642 0.012582 0.00788 0.000477 -0.024302 0.04114 0.009422 -0.003625 -0.007655 -0.015375 0.003529 0.002702 0.008625 -0.065033 -0.028169 0.011684 0.019254 -0.033353 -0.006245 -0.032328 0.028497 0.014656 0.000109 0.008563 -0.000581 -0.053386 -0.036154 0.006681 0.027275 0.035202 -0.010252 0.011425 -0.013039 -0.00456 0.021166 -0.042858 0.00625 0.012608 0.003923 0.0173 0.034561 0.019363 -0.01868 0.006124 0.022496 0.035363 0.016055 0.00427 -0.028881 -0.013208 -0.011992 0.023437 0.007267 -0.006102 -0.010112 0.004572 -0.01965 -0.02102 -0.041665 -0.032903 0.016691 -0.011473 -0.052786 0.021736 0.013757 -0.004679 0.042993 -0.01548 0.004768 -0.00453 -0.004924 0.028897 0.006839 0.0276 0.059431 0.002463 0.013165 0.011614 -0.048211 -0.01726 -0.009465 -0.007602 0.024412 -0.016933 -0.036989 0.007703 0.005162 -6.2e-05 -0.033998 -0.028277 -0.035527 -0.012457 -0.008612 -0.005899 -0.000419 0.014355 -0.017753 0.006714 -0.003249 0.023774 -0.01429 0.014161 0.029887 0.033915 -0.044402 0.000885 0.000777 0.001517 0.015073 -0.035339 0.005732 -0.005752 -0.001426 -0.044167 -0.005293 0.019309 -0.036495 0.018642 -0.048439 -0.002639 0.014395 0.011587 -0.002846 0.044437 -0.018551\n 0.024969 -0.003151 -0.018686 0.007239 0.021871 0.030972 0.00503 -0.013027 -0.011994 -0.00779 0.02996 0.01127 -0.01544 -0.000903 0.016384 -0.01026 0.011106 -0.055278 -0.011896 -0.018686 0.006983 0.012018 0.010648 0.013746 -0.02233 0.004902 0.022767 0.013146 -0.017905 -0.011792 -0.004597 -0.044828 0.00088 0.008766 -0.014032 0.037519 0.005173 0.01544 0.021286 0.037621 -0.010541 -0.008313 -0.02322 -0.002099 0.014014 -0.019136 -0.005826 0.022657 -0.019999 -0.006671 -0.026013 0.036675 0.033275 0.000275 0.034586 -0.006447 0.017979 -0.00957 -0.016216 0.029532 -0.03386 -0.007597 -0.029467 -0.028308 0.015279 -0.030202 0.032357 -0.037896 -2.7e-05 -0.013578 -0.036946 -0.015304 0.043694 0.016371 -0.000648 -0.011264 -0.016196 -0.007562 0.003696 0.023891 0.000988 -0.000918 -0.013199 0.011195 -0.00799 0.017775 0.009311 0.014376 0.005235 0.044443 -0.001985 0.019464 -0.001688 0.013325 -0.016233 -0.009233 0.007424 -0.025092 -0.029167 -0.011591 0.014751 0.011643 -0.021564 -0.023252 0.016923 0.015845 0.005845 0.005475 0.009965 -0.001962 0.005065 -0.015792 -0.013801 -0.016927 0.006412 -0.004538 0.001406 0.004556 0.018801 -0.009567 0.004875 -0.035094 0.025378 -0.004461 0.006519 0.001042 -0.010964 -0.010776 -0.039238 -0.013787 -0.008732 -0.020288 0.013127 0.023244 0.006203 -0.015274 -0.01428 -0.01575 -0.003905 0.005547 -0.018114 -0.008242 0.037109 0.018892 0.011742 0.022768 0.061874 -0.015804 -0.008131 -0.022248 -0.012052 0.018906 0.02283 0.009342 0.015423 -4.7e-05 -0.011188 -0.008856 0.009257 0.011358 -0.017237 0.019013 0.000335 -0.005358 -0.019187 -0.004708 0.01753 -0.011908 0.002382 -0.004952 0.001237 -0.03563 -0.023109 0.010813 0.005011 -0.011828 0.026619 0.006244 -0.030794 -0.010388 -0.00891 -0.029938 0.009697 0.005686 -0.012956 -0.024844 0.016079 -0.00066 -0.024626 0.000442 0.0027 0.005409 -0.005242 -0.026733 -0.004616 -0.013793 -0.012723 0.030686 0.002574 0.010641 0.014227 -0.019276 -0.015571 0.063499 -0.014958 0.032981 0.005244 -0.015215 -0.052442 -0.012008 0.015179 0.004346 -0.023877 0.007112 0.012924 0.012767 0.020269 -0.048959 -0.029958 0.033534 -0.007929 0.005638 -0.00317 -0.001851 -0.025781 -0.021465 -0.015694 0.013969 -0.019797 -0.037101 -0.011717 -0.014165 -0.022663 -0.038889 0.002472 0.023332 -0.011626 -0.007993 0.004158 0.024718 0.009047 0.030797 -0.011839 0.021278 0.002471 0.036608 -0.001195 0.020601 0.002566 0.027663 0.001568 0.023702 -0.004703 -0.02027 -0.018299 -0.03809 0.003662 0.030222 -0.003664 -0.00952 0.005342 0.00021 0.011076 -0.013814 -0.01932 0.015422 -0.008018 -0.009742 0.023046 -0.038363 -0.020416 -0.004448 -0.001259 0.000426 0.011306 -0.00824 0.008392 0.01438 0.02367 -0.037559 -0.004664 -0.015039 0.004605 0.002407 -0.055299 -0.00201 0.020865 -0.000295 -0.023205 -0.032649 0.00869 -0.036284 0.028784 -0.016473 -0.001951 -0.033412 0.003448 -0.046901 0.038149 -0.009207\nܕ 0.041423 0.002182 -0.065424 0.032786 0.011482 0.051588 0.010735 -0.007107 -0.016623 -0.052245 0.047504 0.019739 -0.008655 -0.028406 0.034532 -0.006853 0.013434 -0.026953 -0.016273 -0.05984 -0.024495 -0.004343 0.003262 0.017114 -0.002636 0.02628 -0.022689 -0.012666 -0.02699 -0.035846 0.024865 -0.042126 -0.02294 -0.050615 0.021438 0.012902 -0.039259 0.050359 0.011024 0.030098 -0.036191 0.01229 0.005728 -0.003719 -0.046413 -0.035661 0.048568 -0.008061 -0.005382 0.026569 -0.000404 0.074761 0.04502 -0.054178 0.066589 0.005278 -0.009677 0.030448 -0.006731 0.044221 -0.03888 -0.036699 -0.009108 -0.022668 0.02331 0.026596 0.044727 -0.007825 0.059699 0.019664 -0.052008 -0.0078 0.02521 0.023538 -0.061774 0.000695 -0.03877 0.023683 -0.052806 -0.021156 0.01882 -0.003083 0.004546 0.03129 -0.033691 -0.078 0.002097 0.004241 -0.03127 -0.009787 -0.00987 0.02991 0.006192 -0.022584 0.025999 -0.018854 -0.004607 -0.048593 0.002126 -0.004567 -0.025622 -0.007334 -0.005548 -0.034472 0.017305 -0.012756 -0.018046 0.006377 0.046235 -0.006124 0.050565 0.036496 0.026971 -0.015899 0.002055 0.000347 -0.012012 -0.001914 -0.026789 -0.054831 0.023781 0.001037 0.051091 0.025485 0.050592 0.021191 -0.013816 -0.013891 -0.022843 -0.030503 -0.02156 -0.000561 -0.029219 0.03678 -0.03269 0.019655 -0.047406 0.001459 0.006253 0.06639 -0.004401 -0.012914 0.007685 0.03095 -0.055919 -0.071485 0.065012 0.007333 -0.004965 -0.057366 0.006824 0.018367 0.044521 0.035046 -0.002305 0.002634 0.008782 -0.023075 0.021195 -0.026748 -0.025224 0.01995 0.028772 0.020623 -0.013302 -0.014106 0.02851 -0.031375 0.03165 0.025403 -0.029823 -0.019221 -0.019716 0.044412 -0.031046 -0.03769 -0.012204 -0.010368 -0.057896 -0.026709 0.046294 -0.020342 0.003796 -0.008405 -0.000771 -0.020741 -0.000305 0.017187 -0.069779 -0.001606 -0.001942 0.030174 -0.042558 -0.048208 0.005335 0.051061 -0.025095 0.011175 -0.00915 -0.001559 -0.050347 -0.052918 0.023776 0.029947 0.023379 0.009562 0.025967 0.000175 -0.008503 0.047611 -0.041943 -0.011946 -0.019447 0.014825 -0.004149 0.0909 0.009595 -0.026705 0.004483 0.00512 -0.000321 0.010317 -0.0037 0.013372 -0.031428 0.007622 0.002724 0.021058 -0.02222 -0.024675 -0.002891 -0.002075 -0.005641 -0.02477 -0.058239 -0.012145 -0.023401 -0.040291 0.034752 0.030659 0.022272 0.029306 -0.029736 0.015844 0.011017 -0.014291 0.051555 -0.010274 0.056711 0.068443 0.05102 0.008769 0.004062 -0.063829 -0.042828 -0.026246 -0.007523 0.032309 -0.035952 -0.016098 0.004021 -0.01508 0.047229 -0.038637 -0.047916 -0.014515 -0.03893 -0.023356 0.004072 -0.005315 0.030061 0.006178 0.015379 -0.009994 0.011997 0.006804 -0.001853 0.019106 0.05765 -0.067834 0.004412 -0.035314 0.02262 0.023701 -0.023665 -0.008465 0.021231 -0.01315 -0.023946 -0.020761 0.012443 -0.058509 0.012662 -0.09374 -0.013557 0.00707 0.020609 0.028901 0.026067 0.001437\nရ 0.026112 -0.000102 -0.02774 0.008815 0.011909 0.036258 0.004366 -0.005987 -0.019464 -0.029469 0.045786 0.011457 -0.009764 -0.017007 0.035487 -0.005966 -0.00124 -0.018078 0.003509 -0.03857 -0.016839 0.001454 0.0038 -0.00064 -0.007004 0.00899 -0.014634 -0.011876 -0.011137 -0.02944 0.017872 -0.024956 -0.015038 -0.027854 0.014724 0.024937 -0.021735 0.026589 -0.008034 0.007154 -0.025228 0.00755 0.000423 -0.001046 -0.020714 -0.010735 0.021234 -0.004463 -0.007211 0.00878 -0.006505 0.028932 0.020306 -0.024739 0.031763 0.011888 -0.01468 0.008487 -0.011723 0.012778 -0.031135 -0.021943 0.0015 -0.008451 0.008342 0.013951 0.037503 -0.007489 0.032053 0.023571 -0.048462 -0.00488 0.022648 0.020261 -0.030318 -0.000627 -0.018937 0.018014 -0.04072 -0.002568 -0.00374 -0.008228 -0.008309 0.011206 -0.020919 -0.040451 -0.005403 0.006727 -0.004669 -0.00202 0.003619 0.029159 0.003895 -0.018015 0.013151 -0.003914 -0.004467 -0.03062 -0.000632 -0.002488 -0.025839 0.007372 0.002897 -0.021433 0.013927 -0.006153 -0.011716 0.004646 0.034665 -0.009177 0.040443 0.026052 0.019293 -0.005954 0.016697 -0.000572 -0.00263 0.001672 -0.011628 -0.021946 0.013915 0.004786 0.0327 0.026753 0.032208 0.002972 -0.005941 0.001005 -0.011565 -0.019966 -0.011581 -1.2e-05 -0.00597 0.023828 -0.008734 0.010593 -0.019243 0.025198 -0.000935 0.035247 -0.000606 -0.007865 0.000765 0.013381 -0.025009 -0.042019 0.046121 0.006422 0.013608 -0.027901 0.00845 0.011537 0.032077 0.013058 -0.008494 0.009272 0.003965 -0.013564 0.017304 -0.015457 -0.028891 0.009074 0.021295 0.01026 -0.006339 -0.012424 0.016001 -0.01097 0.016834 0.017451 -0.017061 -0.01398 -0.010592 0.018062 -0.017322 -0.018005 -0.000483 -0.014169 -0.042563 -0.007968 0.022532 -0.008269 0.008148 -0.008785 -0.009512 -0.02589 -0.004321 0.0265 -0.03623 -0.002293 0.007803 0.029115 -0.034976 -0.033979 0.003687 0.033968 -0.010829 0.01175 0.002792 -0.001038 -0.034444 -0.025294 0.005186 0.023849 0.018207 0.006395 0.004038 -0.006351 -0.005322 0.030221 -0.015046 -0.007822 -0.006419 0.019845 -0.001997 0.040712 0.014702 -0.024038 0.004525 0.00237 0.005752 -1.2e-05 -0.007661 -0.002282 -0.022923 0.000559 -0.001933 0.0222 -0.0 -0.017164 -0.008585 -0.006137 -0.012681 -0.028704 -0.031605 0.001377 -0.011959 -0.023626 0.018094 0.003033 -0.0021 0.017835 -0.01581 0.003604 -0.006441 -0.002774 0.019248 -0.009813 0.032069 0.040647 0.013596 0.003442 -0.003972 -0.030286 -0.020035 -0.01055 -0.011209 0.01777 -0.021645 -0.011807 0.002718 -0.011569 0.026481 -0.017929 -0.022815 -0.026026 -0.028393 -0.008746 -0.000776 0.003509 0.014367 0.001555 0.006303 -0.000233 0.017927 -0.005038 0.003305 0.009722 0.047062 -0.040083 0.007094 -0.016046 0.013247 0.015934 -0.008158 -0.016563 0.016726 -0.008534 -0.018503 -0.010563 0.007087 -0.036933 0.012173 -0.058977 -0.019918 0.013485 0.004437 0.008746 0.013791 0.006788\nड 0.023218 0.001714 -0.045272 0.023715 0.006178 0.029612 0.012645 -0.011256 -0.016015 -0.028924 0.038613 0.004963 -0.019191 -0.017427 0.019802 -0.006038 0.004358 -0.020508 -0.002205 -0.048021 -0.006319 0.003379 0.003643 0.016643 0.006811 0.015549 -0.007592 -0.013984 -0.003869 -0.018962 0.027398 -0.027531 -0.010978 -0.033325 0.012307 0.011454 -0.038878 0.041198 0.006422 0.02306 -0.027196 0.007932 -0.003057 -0.00874 -0.014887 -0.016685 0.025644 -0.009344 -0.003411 0.003147 0.002833 0.046686 0.035243 -0.04229 0.039821 0.005778 -0.010959 0.015475 0.004114 0.020258 -0.032072 -0.030393 0.000703 -0.018406 0.005364 0.014342 0.042621 -0.014286 0.031015 0.014111 -0.055834 -0.008757 0.021254 0.0118 -0.050815 0.001388 -0.028359 0.024797 -0.031149 -0.016422 0.013805 -0.001431 0.011476 0.012444 -0.01917 -0.028731 0.007663 -0.008154 -0.014927 -0.00385 -0.009908 0.015864 0.011671 -0.000835 0.01672 -0.003514 -0.003382 -0.032482 0.000342 -0.007735 -0.020562 -0.000456 -0.001513 -0.020848 0.013468 -0.016724 -0.013989 0.000788 0.036265 0.004218 0.047825 0.01997 0.020388 -0.016064 -0.003527 -0.002009 0.010482 0.004051 -0.011866 -0.028704 0.022834 0.00425 0.03543 0.032545 0.032076 0.008224 -0.003474 -0.012878 -0.012705 -0.012227 -0.004755 0.002786 -0.024794 0.029124 -0.018194 0.007563 -0.033399 0.004039 0.005903 0.034425 -0.016664 -0.004852 0.006051 0.022327 -0.033974 -0.048555 0.034452 0.011318 -0.002013 -0.045399 -0.005242 0.010448 0.024307 0.019483 0.006068 0.004302 0.005496 -0.022881 0.007765 -0.016353 -0.018604 0.002553 0.022911 0.013935 -0.006946 -0.009553 0.023633 -0.011136 0.030346 0.014683 -0.023612 -0.019497 -0.009495 0.024382 -0.018646 -0.024395 -0.006727 0.000905 -0.027569 -0.015235 0.035527 -0.009287 0.01362 -0.016114 -0.01334 -0.011246 0.001477 0.021834 -0.05216 0.013119 0.021156 0.02978 -0.038891 -0.031204 0.000497 0.033857 -0.016269 0.019287 0.007287 -0.01265 -0.041255 -0.027227 0.005775 0.020253 0.025598 0.009923 -0.000288 -0.001676 -0.004385 0.039007 -0.008405 -0.007474 -0.006463 0.02113 -0.004176 0.055488 0.014166 -0.02298 0.016831 0.001377 -0.001791 0.006667 -0.004218 0.008496 -0.016013 -0.006345 -0.000628 0.017004 0.004367 -0.030251 -0.002275 -0.003209 -0.001165 -0.028269 -0.028233 -0.006474 -0.002041 -0.031261 0.02553 0.026077 0.015271 0.012837 -0.020484 0.025468 -0.007637 -0.001112 0.028076 -0.001523 0.024875 0.059412 0.011003 -0.000663 -0.015565 -0.033995 -0.024996 -0.015797 -0.014862 0.018728 -0.026183 -0.015337 0.004399 -0.016115 0.026877 -0.018556 -0.018958 -0.024112 -0.021814 -0.015884 0.001835 -0.014657 0.014654 0.000126 0.004205 -0.002546 0.009236 -0.006846 -0.008017 0.011749 0.038266 -0.043436 0.010597 -0.018197 0.013453 0.013262 -0.01596 -0.0126 0.020439 -0.017891 -0.026687 -0.005606 0.006161 -0.036204 0.008643 -0.052837 -0.020636 0.009443 0.012436 0.018165 0.008664 0.006903\nణ 0.024615 -0.003466 -0.038418 0.009263 -0.006985 0.008907 -0.003454 0.000787 -0.009706 -0.013757 0.0143 0.00208 -0.005302 -0.023239 0.003229 0.000696 0.009443 -0.010801 -0.002946 -0.032469 -0.018691 -0.007245 0.000982 0.033913 0.013893 0.012398 -0.010397 0.008855 -0.001085 -0.004484 0.004035 -0.007296 -0.00445 -0.009487 -0.001619 0.021831 -0.0172 0.03362 -0.000517 0.012998 -0.021604 0.008771 -0.00657 -0.000747 -0.024372 -0.01394 0.017381 0.001608 0.025456 0.026713 -0.008745 0.045055 0.02213 -0.025576 0.024904 -0.015903 -0.00974 0.020477 -0.025116 0.037697 -0.007111 -0.032972 0.007919 -0.022353 0.011888 2.6e-05 0.033153 -0.020357 0.030924 -0.001145 -0.029183 0.010742 0.036526 0.023015 -0.012865 -0.00016 -0.021998 0.048242 0.002856 0.000395 0.001 -0.01013 0.014601 -0.001682 0.003986 -0.036073 0.00575 -0.033307 -0.02125 -0.008951 -0.009162 0.005783 0.010706 -0.020386 0.005184 0.0223 0.00995 -0.038116 -0.000273 0.022487 -0.023325 -0.009157 -0.00439 -0.00949 0.019116 0.008358 -0.011537 -0.005207 0.022338 0.000534 0.02899 0.013944 0.023487 -0.030235 0.01964 0.001271 0.006133 -0.001239 -0.018671 -0.037693 0.018742 0.00106 0.030905 -0.009078 0.023035 0.00891 -0.029408 -0.004819 -0.010037 -0.003994 -0.014041 -0.000757 -0.007297 0.019419 -0.001067 0.030549 -0.044162 0.002781 -0.005004 0.045847 0.003401 -0.001064 0.007574 0.013809 0.001295 -0.044625 0.042081 -0.017276 0.005875 -0.006792 0.017896 -0.008832 0.028596 0.025681 0.018787 -0.002826 0.009351 -0.013795 0.010939 -0.025448 0.001504 0.002365 0.025336 0.036186 0.001963 -0.007889 0.005093 0.001574 0.02855 0.020406 -0.012512 -0.028558 -0.020025 0.029115 -0.015526 -0.040245 -0.010283 -0.011791 -0.035045 -0.002764 0.004283 -0.001128 0.021355 -0.010734 0.002659 0.001663 -0.015314 0.029943 -0.041089 -0.00852 -0.004121 0.002869 -0.012415 -0.026447 0.001952 0.022477 -0.018915 0.027467 0.005264 -0.011558 -0.026091 -0.021597 0.004406 0.011194 0.003519 0.010637 -0.012242 -0.018386 -0.007277 0.028044 0.00498 0.014598 0.004009 -0.000316 -0.029151 0.058031 -0.006549 -0.012419 0.009729 -0.000613 -0.004125 -0.015265 -0.017838 0.002742 -0.017188 0.003433 0.009081 0.026095 0.004763 -0.026006 0.013744 -0.006508 0.003765 -0.004936 -0.01421 -0.024594 -0.021618 -0.015491 -0.000381 0.014325 0.006748 0.02129 -0.032781 0.004498 -0.002989 0.00166 0.04959 0.003116 0.033639 0.037627 0.021041 -0.005875 0.003359 -0.049371 -0.012374 -0.017459 -0.002104 0.002175 -0.047474 -0.00854 -0.014274 -0.014147 0.010261 -0.014952 -0.033301 0.007275 -0.016749 -0.008915 0.013455 0.005084 -0.011519 0.009989 0.014285 -0.004321 0.027471 0.008479 -0.020308 0.007835 0.017753 -0.020413 -0.006239 -0.005832 -0.003015 -0.009008 -0.020845 -0.007631 0.032353 0.016417 0.003986 -0.008607 0.009969 -0.030356 0.014879 -0.028004 -0.026459 -0.018924 -0.003514 0.005189 -0.000193 -0.009644\nȧ 0.024848 0.002294 -0.053451 0.014986 0.018936 0.061333 0.037984 -0.027352 -0.001453 -0.024162 0.02649 0.040611 -0.008362 -0.026457 0.010615 -0.010994 0.010362 -0.032774 -0.025002 -0.04689 0.00835 -0.007093 0.016145 -0.016513 -0.017022 0.024596 -0.001274 -0.01735 0.000376 -0.009892 0.021921 -0.021463 -0.014334 -0.026465 0.012568 0.009645 -0.058686 0.045332 0.028685 0.011093 -0.030167 -0.017029 0.011936 -0.035787 -0.005657 -0.031423 0.031757 0.002475 -0.003146 0.006256 -0.006353 0.046264 0.029186 -0.041215 0.042114 0.013398 -0.012127 0.031701 -0.006404 0.061194 -0.014804 -0.040849 0.009057 -0.016094 0.005107 0.012684 0.023348 -0.018189 0.022291 0.024477 -0.030916 -0.001791 0.01199 0.012401 -0.070542 -0.016535 -0.032419 0.008589 -0.045841 -0.005233 0.029118 0.007069 0.007792 0.06006 -0.039148 -0.031525 0.003576 0.005693 -0.031408 -0.004415 -9.5e-05 0.0149 -0.023782 0.010122 0.029249 -0.010035 0.000448 -0.02336 -0.003902 0.014976 0.005985 -0.025537 -0.011709 -0.012636 -0.004478 0.00625 0.002613 0.022481 0.026512 0.003691 0.036936 0.007035 0.022723 0.011264 0.001675 0.016897 0.006092 -0.000513 -0.011437 -0.029307 0.002705 -0.006221 0.017028 0.021152 0.058696 0.003545 0.015611 -0.021438 0.01986 0.003899 -0.019006 -0.00164 -0.014378 0.030883 -0.000144 0.011091 -0.018457 -0.015126 -0.009925 0.058168 -0.005774 -0.015352 -0.00442 0.009917 -0.060483 -0.051161 0.064518 -0.010647 0.01483 -0.054582 -0.011276 0.016857 0.005122 0.035796 -0.02507 0.012565 -0.008322 -0.020599 0.02469 -0.000851 -0.029151 0.040307 0.017319 0.001194 0.015826 -0.009548 0.031875 -0.023254 0.034709 0.018898 -0.023051 0.01683 -0.023172 0.043557 -0.027584 -0.01461 -0.014461 -0.036813 -0.003042 -0.02508 0.035216 -0.00174 -0.002039 -0.002545 -0.020474 -0.032165 -0.002994 0.022919 -0.055737 -0.026811 0.027148 0.028578 -0.010396 -0.041455 -0.009831 0.025161 -0.033521 0.025415 0.016263 -0.016292 -0.046612 -0.04217 0.035729 0.001661 0.027771 0.001577 0.001455 0.021903 0.012012 0.00648 -0.011441 -0.0047 -0.022384 0.0119 -0.01483 0.084418 -0.000362 -0.049072 0.014464 0.024126 0.016826 -0.014509 -0.004603 0.004235 -0.023928 -0.014875 0.003786 0.019117 0.002508 -0.029304 0.0251 0.031448 0.005221 -0.012761 -0.02608 0.006336 0.001347 -0.042765 0.009126 0.024576 0.002169 0.036043 -0.009823 0.012828 -0.037126 0.001155 0.008657 -0.026755 0.03299 0.015893 -0.000858 0.014512 -0.003256 -0.019962 -0.065026 -0.02 0.002868 0.021368 -0.033512 -0.02335 0.017446 -0.02753 0.026948 -0.018619 -0.007762 -0.020155 -0.002129 0.003764 0.012825 -0.001965 0.031696 0.01843 -0.011981 0.024781 0.017745 -0.006507 -0.009912 0.00676 0.045243 -0.046514 0.007391 -0.037002 0.006503 -0.000252 -0.00524 -0.012057 0.022734 -0.000662 -0.03477 0.000452 -0.005748 -0.014174 0.014568 -0.064183 -0.018002 0.015314 0.009624 0.028719 0.018962 -0.015405\nު 0.032415 0.00329 -0.069856 0.029135 0.0116 0.063733 0.017144 -0.005105 -0.020811 -0.054835 0.050175 0.005874 -0.006509 -0.035341 0.040424 -0.00203 0.002147 -0.028065 1.2e-05 -0.075308 -0.01576 0.007358 0.027259 0.000569 0.005949 0.025662 -0.002447 -0.010305 -0.030678 -0.040479 0.036826 -0.056831 -0.034069 -0.047436 0.016683 0.012969 -0.061096 0.061486 0.027509 0.038352 -0.047523 0.02542 0.001038 0.006891 -0.062091 -0.056 0.043444 -0.003472 -0.001589 0.005527 0.015608 0.085414 0.056382 -0.043084 0.051419 -0.007194 -0.030439 0.041687 -0.003999 0.032923 -0.052349 -0.031724 -0.011422 -0.012068 0.02937 0.036491 0.071438 -0.020099 0.065216 0.033675 -0.076297 0.000626 0.027945 0.012379 -0.070521 0.01315 -0.036986 0.023466 -0.06335 -0.010619 0.003207 -0.00172 0.01289 0.012742 -0.03205 -0.089809 -0.009081 -0.006166 -0.02681 -0.00883 -0.030307 0.028999 0.022423 -0.030873 0.041683 -0.01794 -0.007656 -0.050255 -0.00052 -0.0039 -0.029558 0.026916 0.006621 -0.045141 0.031234 0.007063 -0.008221 0.002612 0.05269 -0.013906 0.058559 0.051058 0.020991 -0.0326 0.005872 -0.000421 0.003797 0.004445 -0.016751 -0.08682 0.041284 -0.021762 0.044786 0.048182 0.045835 0.022576 -0.022216 -0.014433 -0.034684 -0.019119 -0.022593 0.000111 -0.021808 0.044763 -0.022992 0.019074 -0.040466 0.01265 0.009113 0.070934 0.027275 -0.014472 0.013665 0.044535 -0.052803 -0.069639 0.090477 0.022711 -0.021769 -0.074905 0.016124 0.005506 0.042206 0.059302 -0.041311 -0.001097 0.018121 -0.03593 0.022052 -0.036291 -0.015279 0.017098 0.056494 0.020009 -0.016121 -0.015734 0.04291 -0.051914 0.035719 0.014157 -0.028939 -0.029488 -0.01457 0.038928 -0.028653 -0.044719 -0.009274 -0.008355 -0.062364 -0.015409 0.06104 -0.031803 0.01315 -0.022413 -0.000835 -0.041982 0.001488 0.035543 -0.075726 0.005458 0.0389 0.043515 -0.063886 -0.038056 -0.015733 0.063808 -0.034939 0.015869 0.005267 -0.018957 -0.06158 -0.060318 0.028825 0.037779 0.033625 0.022272 0.015593 -0.001575 -0.017583 0.058235 -0.039318 -0.014466 -0.025076 0.015116 0.009242 0.082557 0.012942 -0.027331 0.02471 -0.00883 -0.019751 0.013276 -0.003388 0.024649 -0.017238 -0.025909 0.006983 0.02626 -0.000812 -0.028389 -0.001681 0.003236 -0.025292 -0.021241 -0.067857 -0.003509 -0.023167 -0.05339 0.044005 0.03299 0.016179 0.031422 -0.058454 0.018446 0.010525 -0.003652 0.035023 -0.019666 0.054101 0.066147 0.048567 0.00695 -0.017656 -0.051026 -0.052082 -0.043444 0.000761 0.011853 -0.037932 -0.015147 0.000699 -0.027586 0.042748 -0.024885 -0.033588 -0.024283 -0.049732 -0.010811 0.009108 0.007284 0.048861 -0.010431 0.007118 -0.008796 0.012665 0.009028 -0.000857 0.038884 0.081932 -0.062995 0.002473 -0.051162 0.024462 0.027043 -0.021682 -0.010521 0.023728 -0.014115 -0.031386 -0.039357 0.02046 -0.063996 0.004267 -0.098642 -0.01254 0.029312 0.00694 0.008868 0.018672 0.00235\nশ 0.01258 0.014731 -0.053992 0.028488 0.015435 0.043861 0.002935 -0.003866 -0.015994 -0.021559 0.041241 0.01759 -0.004294 -0.026408 0.046128 -0.011835 -0.003798 -0.018623 -0.014908 -0.060427 -0.006246 -0.013889 -0.003607 0.017467 0.017695 0.015723 -0.006869 -0.011114 -0.013474 -0.031521 0.035049 -0.035175 -0.020134 -0.042452 0.0015 0.009887 -0.039954 0.041597 0.015847 0.017057 -0.02934 0.003284 -0.003061 -0.00089 -0.030173 -0.015563 0.048527 -0.006904 -0.008439 0.028408 -0.008617 0.051749 0.036094 -0.035117 0.045522 -0.002677 -0.00628 0.018376 0.001224 0.027935 -0.045859 -0.041815 0.017504 -0.022725 0.015171 0.021988 0.042934 0.00613 0.044964 0.012029 -0.06068 0.002104 -0.011146 0.02076 -0.05294 0.004995 -0.048946 0.015548 -0.063778 -0.02289 0.023726 -0.000676 0.002266 0.015042 -0.028206 -0.040493 -0.00155 0.002027 -0.024591 -0.012772 -0.012333 0.020633 0.00699 -0.014195 0.023359 0.009351 -0.014452 -0.02161 0.00536 -0.007542 -0.027867 0.014384 -0.003884 -0.027264 0.020584 0.000207 -0.009583 0.024332 0.029447 0.006997 0.05683 0.025131 0.031671 -0.025592 -0.00468 -0.011214 0.002202 -0.02036 -0.029823 -0.038842 0.048969 0.007537 0.042062 0.034496 0.04566 0.011552 -0.013392 -0.010575 -0.00376 -0.028627 -0.025785 0.007835 -0.007541 0.037119 -0.000522 0.009877 -0.034904 0.012095 0.011468 0.058716 -0.002302 -0.016041 0.005697 0.024107 -0.057743 -0.068126 0.052501 0.028979 0.013923 -0.059294 -0.005373 0.02672 0.014451 0.025138 -0.007799 -0.006606 0.006511 -0.035642 0.021232 -0.015783 -0.028215 0.016593 0.017313 0.024514 -0.004879 -0.029749 0.018131 -0.029488 0.034522 0.001273 -0.027089 -0.008304 -0.010366 0.04353 -0.027522 -0.036992 0.001075 -0.002951 -0.039195 -0.035085 0.037079 -0.005108 0.009411 -0.012658 -0.006383 -0.021722 0.002067 0.032332 -0.058276 -0.012654 0.028959 0.024731 -0.045201 -0.048363 -0.012863 0.034251 -0.022254 0.025146 -9.8e-05 -0.009388 -0.040931 -0.054318 0.013533 0.036479 0.022169 0.012964 0.038847 0.000175 -0.003998 0.04493 -0.032348 -0.02892 -0.003158 0.028175 -0.005806 0.072235 0.026262 -0.047613 0.011943 0.014582 0.000521 0.009197 0.005118 -0.003769 -0.037458 -0.006153 -0.02432 0.036869 -0.018176 -0.019114 -0.015065 0.002901 -0.016017 -0.049652 -0.044018 -0.019444 -0.013579 -0.031157 0.0355 0.011241 0.026052 0.041312 -0.02175 0.028273 -0.004886 -0.001432 0.034559 -0.020671 0.043663 0.047615 0.004741 0.006774 0.015656 -0.052066 -0.027897 -0.024141 -0.02528 0.022594 -0.024026 -0.013557 0.001636 -0.012987 0.053509 -0.0256 -0.041106 -0.025184 -0.022835 -0.037548 0.013952 0.010341 0.033209 0.004594 0.015438 -0.001782 0.021123 -0.007579 0.00532 0.014178 0.068989 -0.050982 0.005984 -0.011677 0.033252 0.025512 -0.016755 -0.010057 0.011559 -0.01464 -0.041745 -0.008104 0.014367 -0.046011 0.022151 -0.088459 -0.011337 -0.008683 0.022448 0.003146 0.012099 0.014439\nಸ 0.011959 0.008857 -0.033886 0.012928 -0.005952 0.021832 -0.030388 -0.020632 -0.000192 -0.018726 0.038835 0.001861 0.000662 -0.017957 0.023845 -0.005344 -0.001436 -0.00039 -0.007162 -0.037158 -0.00712 0.005577 -0.008122 0.013827 0.001186 0.016536 -0.004981 -0.006473 0.003796 -0.016385 0.017735 -0.029612 -0.012178 -0.037509 -0.004052 0.018476 -0.028634 0.030203 0.017501 0.01526 -0.022134 0.002312 0.009461 -0.004927 -0.034657 -0.025574 0.025911 -0.007071 -0.010944 -0.004087 0.004971 0.021416 0.01683 -0.022065 0.02047 -0.002688 -0.017835 0.019162 -0.002499 0.023209 -0.026732 -0.024143 0.002265 -0.008278 0.012244 0.012946 0.015728 0.012528 0.01413 0.009148 -0.027795 -0.01485 0.011151 0.016201 -0.040556 0.003578 -0.023366 0.007539 -0.040144 -0.003366 0.011912 -0.017158 0.003887 0.000311 -0.02808 -0.031632 -0.010208 0.00896 -2.1e-05 -0.00286 0.000793 0.004816 0.004656 -0.016613 0.020532 0.004368 -0.011987 -0.020289 -0.013178 -0.012478 -0.014313 -0.00396 0.005558 -0.011333 0.007918 -0.011759 -0.006043 0.011784 0.041912 0.005622 0.024858 0.012482 0.017681 -0.0142 0.00682 0.000371 0.016179 0.003701 -0.00172 -0.023392 0.011307 0.018978 0.009325 0.020343 0.041283 0.011165 -0.004903 -0.007836 0.001363 -0.004986 -0.018825 -0.010134 -0.006363 0.027277 -0.023952 0.005727 -0.019789 0.012773 0.000402 0.049154 0.00563 -0.011012 0.000572 0.018056 -0.01753 -0.04625 0.020866 0.015592 0.008192 -0.039402 -0.00988 0.012 0.022032 0.017162 -0.006872 0.008681 -0.008778 -0.025267 0.014194 -0.015164 -0.034687 0.013724 0.012307 0.017799 -0.014653 -0.004076 0.016692 -0.022804 0.013736 0.030828 -0.021593 -0.013947 -0.007074 0.039823 -0.013061 -0.019061 0.007975 0.005638 -0.039074 -0.010445 0.014008 -0.007904 0.0156 -0.007385 0.003086 -0.02697 -0.018017 0.016982 -0.046538 -0.014372 0.010492 0.015433 -0.049765 -0.04556 0.004977 0.020342 -0.018037 0.011046 -0.002495 0.003937 -0.029558 -0.032989 0.006671 0.019887 0.016644 0.00168 0.018751 0.003529 -0.004292 0.033242 -0.008638 -0.006899 -0.015437 0.023882 0.011216 0.045741 0.010096 -0.020544 0.007181 0.004571 0.010793 0.025493 -0.002872 -0.004849 -0.012211 0.005073 -0.011653 0.019967 -0.000173 -0.009284 -0.014185 0.004234 -0.008192 -0.017663 -0.024461 -0.016036 -0.002888 -0.008124 0.017074 0.021334 0.00768 0.010448 -0.010367 0.009528 -0.004298 0.018039 0.015279 -0.017012 0.033716 0.039133 0.000173 -0.009669 -0.005387 -0.015969 -0.015815 0.001206 -0.006258 0.009989 -0.021979 -0.009048 0.002728 0.000691 0.021348 -0.015847 -0.00628 -0.010206 -0.023408 -0.022912 0.005263 0.004305 0.024379 -0.007963 0.000498 0.007955 0.002544 0.001247 0.004767 0.01181 0.031915 -0.037291 0.011 -0.013721 0.02047 0.013384 -0.009049 0.00191 0.010753 -0.003718 -0.031983 0.007977 0.005162 -0.026038 0.017746 -0.046343 0.000164 0.017683 0.021681 0.016785 0.00504 -0.003419\n; 0.029834 0.004156 -0.023623 -0.007481 0.017108 0.007762 0.021718 -0.028246 -0.017041 -0.040193 0.01542 -0.006012 -0.030257 0.002826 0.006669 -0.004116 0.019054 0.023534 -0.018001 -0.012772 0.018305 0.026973 0.02304 0.014142 -0.019204 0.02065 -0.008132 0.006011 0.040647 0.012182 0.022932 0.001012 0.021454 0.014275 0.005059 -0.009334 0.003635 -0.012058 -0.007587 0.013151 -0.017834 0.010017 -0.001187 0.002204 -0.01171 -0.028594 0.017164 -0.015573 0.009835 0.001154 0.001078 0.005375 0.040015 -0.008974 0.023654 0.018566 -0.013461 -7.8e-05 0.007652 -0.00781 -0.043892 0.006507 0.020322 -0.001421 0.004911 0.001149 0.017053 0.000332 0.019362 -0.000228 -0.025839 0.007295 0.0221 0.005314 0.004754 7.5e-05 0.002995 -0.0094 0.009907 0.021126 -0.004726 -0.015072 0.011993 0.00217 -0.004829 -0.01963 -0.024547 0.015059 0.011997 0.011421 0.010475 -0.016728 0.002896 0.001932 0.003266 -0.012272 0.003542 -0.022806 -0.017138 -0.006884 -0.005249 0.01363 0.002402 -0.006396 0.003087 -0.000892 -0.012688 -0.000204 0.004038 0.002288 -0.011534 0.002041 0.012127 0.008125 0.014653 -0.01538 0.001418 -0.010084 0.00368 -0.020314 -0.000352 -0.013116 0.006767 0.004437 -0.026091 -0.011496 -0.001899 0.006942 -0.002402 0.022613 0.01692 0.000337 -0.013223 0.021063 -0.005775 0.00966 0.0021 0.028121 0.010346 -0.0049 -0.000265 0.004925 0.020179 0.01888 -0.026201 0.005044 0.029325 -0.000172 0.004371 -0.008988 -0.012143 -0.012874 0.017928 0.014747 -0.010356 0.004901 0.015391 -2.5e-05 -0.004609 -0.009091 -0.007817 -0.005284 0.00436 -0.012068 -0.027542 -0.002994 0.0213 -0.009866 0.009847 -0.004325 -0.002653 -0.021684 -0.03003 0.000619 0.005318 -0.002946 0.040366 0.002356 0.004175 0.011699 0.016598 0.015276 -0.00229 -0.014993 -0.008744 0.003029 -0.004509 0.009042 -0.022871 -0.019572 0.036167 0.016673 -0.00256 0.027555 -0.019627 0.026855 0.007274 0.0267 0.002901 0.019934 -0.0489 0.000604 -0.00531 0.016886 0.009485 -0.021132 0.000765 -0.006203 0.018467 -0.001755 -0.010582 0.003156 0.011087 -0.006828 -0.002163 -0.013404 0.007362 -0.001194 0.008365 0.022179 0.033053 0.016906 0.023622 -0.006264 -0.010162 -0.025765 -0.00794 -0.004662 -0.02001 -0.025368 -0.003771 -0.007395 -0.039113 0.00532 -0.003202 0.007618 -0.00245 -0.023024 0.023805 -0.001794 -0.002729 0.011222 -0.007684 0.027216 -0.009852 0.018653 -0.023274 0.014764 0.02326 0.006799 -0.019513 0.004613 -0.031474 -0.020057 0.013733 -0.018179 -0.018652 0.019727 -0.016858 0.015642 0.004321 -0.005924 -0.027957 -0.007785 0.030979 -0.024172 -0.002598 -0.010247 0.004067 5.7e-05 -0.012446 -0.021888 -0.016283 -0.009679 0.001789 -0.023988 0.012018 0.015473 0.038404 -0.018882 0.002432 -0.014976 -0.002883 0.007621 -0.007645 0.015922 0.016766 -0.013663 -0.038358 -0.007038 0.020649 -0.034459 0.012249 -0.038207 -0.005181 0.03062 0.008776 -0.024929 0.021003 -0.002485\nʼ 0.024583 -0.00425 -0.034999 0.026054 0.012591 0.036966 0.00181 -0.004637 -0.013608 -0.018083 0.034158 0.010051 -0.004663 -0.0195 0.022823 -0.003621 0.00455 -0.018748 -0.008416 -0.018841 -0.005019 0.003272 -0.00049 0.024608 0.010043 0.018563 -0.009855 -0.011982 -0.01657 -0.024641 0.022942 -0.029956 -0.018598 -0.033397 0.020395 0.019352 -0.039752 0.030439 0.000879 0.015295 -0.022774 0.010693 0.001745 -0.002708 -0.021888 -0.018766 0.025906 0.000927 0.01022 0.010273 0.012534 0.044816 0.028885 -0.031198 0.031939 0.01047 0.001711 0.024975 -0.018205 0.02351 -0.015619 -0.02057 -0.008688 -0.019656 0.010621 0.020794 0.023029 -0.01264 0.024546 0.019585 -0.039845 -0.004959 0.027186 0.016733 -0.042959 0.005842 -0.034627 0.023881 -0.015201 -0.015367 0.01108 0.001085 -0.001516 0.020928 -0.016519 -0.041928 -0.003992 0.005256 -0.009733 -0.004267 -0.0001 0.023198 -0.002574 -0.001797 0.015741 -0.011029 0.00029 -0.035767 -0.007549 0.003606 -0.011452 0.000847 -0.002768 -0.020325 0.010741 -0.000245 -0.021663 0.011871 0.031809 -0.01196 0.03702 0.017505 0.021368 -0.01481 0.010065 0.001063 -0.00694 0.006438 -0.007848 -0.036529 0.016561 0.001986 0.031989 0.012496 0.021841 0.008776 -0.010306 -0.018287 -0.013588 -0.016534 -0.00878 -0.004907 -0.012747 0.023033 -0.013996 -0.001758 -0.012274 0.000223 0.011103 0.042606 -0.008424 -0.008869 0.007761 0.025873 -0.02805 -0.046296 0.039258 0.011823 -0.004846 -0.033788 -0.001283 0.012629 0.033451 0.021544 -0.000489 -0.001319 0.000659 -0.023261 0.011124 -0.014848 -0.019335 0.023611 0.015063 0.010318 -0.024989 -0.012355 0.019133 -0.021925 0.013716 0.021344 -0.029141 -0.012316 0.001367 0.039962 -0.023065 -0.026413 -0.002033 -0.012862 -0.032511 -0.022184 0.019968 -0.017721 0.002363 -0.004205 -0.005019 -0.013282 0.005037 0.009528 -0.050015 -0.000839 0.011547 0.027729 -0.034506 -0.038087 0.001685 0.031509 -0.019134 0.005046 0.009287 -0.000581 -0.030798 -0.030789 0.017323 0.033618 0.011604 0.016076 0.005125 -0.008563 -0.001164 0.035843 -0.016923 -0.00111 -0.005841 0.015804 -0.009464 0.052712 -0.005638 -0.013664 0.010086 0.008565 -0.003771 0.004557 -0.008211 0.007944 -0.024579 0.00344 0.006622 0.020495 -0.001141 -0.019836 -0.005199 0.004364 -0.00366 -0.022549 -0.02493 0.00036 -0.011752 -0.021209 0.01688 0.029665 0.007535 0.013541 -0.022224 0.011422 0.008661 0.002324 0.030243 0.006348 0.027491 0.035582 0.022633 0.006899 -0.000615 -0.040042 -0.026572 -0.01383 -0.008247 0.013571 -0.014831 -0.017803 -0.006153 -0.01225 0.011991 -0.017723 -0.031093 -0.00965 -0.01135 -0.023184 0.002556 -0.000196 0.008028 -0.008471 0.009505 -0.002543 0.000988 -0.002138 0.003756 0.013637 0.032098 -0.036003 -0.003889 -0.030308 0.017604 0.007221 -0.019253 -0.005673 0.012387 0.000744 -0.007917 -0.010584 -0.001475 -0.032499 0.003759 -0.067613 -0.017288 0.006911 0.001279 0.017385 0.022269 0.000337\n־ 0.03319 -0.013372 -0.063334 0.027936 0.002403 0.030394 0.004118 -0.007948 -0.039535 -0.045757 0.035506 0.023278 -0.012926 -0.036047 0.037228 -0.00916 0.022654 -0.026705 -0.009437 -0.047961 -0.028448 -0.002425 0.006838 0.018724 0.000441 0.01901 -0.007157 -0.009725 -0.012667 -0.039598 0.013171 -0.025251 -0.028947 -0.055518 0.017431 0.021493 -0.043852 0.03314 0.003377 0.035889 -0.033606 0.024804 0.000437 -0.006526 -0.042537 -0.029584 0.032838 -0.006024 0.00295 0.010811 0.011615 0.06647 0.036874 -0.030307 0.038955 0.011395 -0.011243 0.033374 -0.020383 0.025645 -0.039917 -0.028737 -0.023619 -0.008743 0.024369 0.019233 0.054379 -0.013256 0.046054 0.026662 -0.056902 -0.005886 0.021943 0.017494 -0.056786 0.023426 -0.024309 0.030734 -0.039317 -0.020107 -0.001245 0.004997 -0.013025 0.021639 -0.028422 -0.075963 0.005748 -0.012885 -0.036909 -0.014758 -0.005817 0.021813 0.006024 -0.019742 0.020378 -0.015405 -0.013599 -0.042663 -0.009858 -0.009638 -0.019443 -0.006176 -0.004409 -0.049163 0.017984 0.001738 -0.013219 0.011178 0.03667 -0.003275 0.037662 0.027618 0.026526 -0.014137 0.005343 0.000728 -0.026492 -0.000305 -0.018223 -0.057005 0.01897 0.00268 0.046749 0.024993 0.034861 0.013263 -0.018809 -0.025122 -0.009383 -0.022941 -0.022311 0.009803 -0.027069 0.037602 -0.023412 0.017462 -0.027921 -0.000408 0.01142 0.049217 -0.000249 -0.017363 0.020711 0.031001 -0.048744 -0.059817 0.067049 0.022661 -0.012623 -0.037488 0.009248 0.005164 0.032195 0.031553 -0.008661 0.007311 -0.005796 -0.02097 0.015375 -0.028853 -0.031533 0.009487 0.02439 0.014764 -0.017306 -0.012319 0.02294 -0.026608 0.032987 0.0201 -0.017824 -0.031591 -0.023223 0.030581 -0.014404 -0.038178 -0.017385 -0.010175 -0.037173 -0.021093 0.036011 -0.012215 -0.005978 0.005613 -0.002468 -0.01885 -0.0057 0.030676 -0.057603 0.004593 0.009216 0.032618 -0.049194 -0.035685 0.004496 0.05413 -0.026309 0.009358 0.003614 -0.003169 -0.039084 -0.040027 0.018985 0.045397 0.020624 0.019739 0.013213 -0.017038 -0.00428 0.047486 -0.026304 0.007274 -0.016194 0.008225 -0.006493 0.066964 -0.007078 -0.02705 0.015937 0.001858 -0.010274 0.008664 0.004306 0.026361 -0.028493 -0.014213 0.011837 0.026077 -0.001547 -0.024567 -0.002807 0.005481 0.003927 -0.020096 -0.04505 0.000148 -0.022657 -0.041057 0.027198 0.018545 0.011881 0.021505 -0.025393 0.00322 0.02411 -0.008333 0.049308 -0.016551 0.039624 0.065474 0.035574 0.005292 -0.005245 -0.053083 -0.033998 -0.030139 -0.018005 0.017809 -0.037313 -0.016846 -0.002925 -0.014233 0.037797 -0.019445 -0.04519 -0.011791 -0.046285 -0.01992 0.014172 -0.012023 0.025374 0.000207 0.009048 -0.002278 0.018497 0.011938 -0.015897 0.024517 0.048829 -0.060733 -0.006525 -0.041545 0.006222 0.009039 -0.021583 -0.002424 0.027574 -0.009561 -0.015929 -0.024266 0.016257 -0.053029 0.014479 -0.075014 -0.014839 0.012055 0.002931 0.029782 0.022604 0.002189\n៊ 0.031361 0.008359 -0.03363 0.012468 0.006678 0.042377 0.009167 -0.000486 -0.012523 -0.025852 0.027157 -0.0032 -0.007577 -0.007435 0.021043 -0.005947 0.008217 -0.022143 -0.013355 -0.038145 -0.020982 0.010382 0.003467 0.006781 -0.009452 0.01539 -0.015663 -0.013868 -0.008647 -0.029777 0.034357 -0.034228 -0.014774 -0.036955 0.008111 0.013438 -0.018217 0.044966 0.003667 0.025208 -0.044396 0.01725 -0.005069 0.00301 -0.028912 -0.025684 0.024351 -0.015794 -0.004745 0.012366 -0.007559 0.042123 0.029324 -0.029823 0.04251 0.009802 0.015734 0.029951 0.005302 0.026016 -0.03452 -0.024853 -0.012798 -0.004902 0.012483 0.027749 0.054629 -0.028786 0.037552 0.022734 -0.05726 -0.008452 0.018847 0.021837 -0.038968 0.016888 -0.02276 0.016741 -0.029513 -0.004919 0.038996 0.004821 0.006265 0.015995 -0.01483 -0.061954 0.018083 0.00889 0.001855 -0.001147 -0.010215 0.016825 0.016673 -0.002419 0.017944 -0.001446 0.011138 -0.054669 0.004308 -0.018287 -0.019471 -0.003928 0.000808 -0.033645 0.021772 0.013635 -0.030404 -0.000917 0.042565 -0.007356 0.044083 0.011463 0.013153 -0.009245 -0.007062 -0.001082 -0.006473 -0.015066 -0.027031 -0.048603 0.046247 -0.002854 0.037772 -0.005035 0.017447 0.010783 -0.00527 -0.002397 -0.017969 -0.019522 -0.010208 0.000208 -0.012372 0.03213 -0.028307 0.021125 -0.026309 0.00706 0.018948 0.03515 -0.000853 -0.003313 0.002904 0.016397 -0.040291 -0.051046 0.046856 0.007197 0.013579 -0.041941 0.017343 0.007987 0.024539 0.014791 0.013044 -0.002599 0.001363 -0.028859 0.014775 -0.024665 -0.020659 0.021038 0.031141 0.01669 -0.020864 -0.02346 0.032977 -0.015508 0.021261 0.024543 -0.038584 -0.023466 -0.009438 0.035373 -0.010385 -0.020082 -0.008465 -0.009592 -0.06079 -0.019632 0.04082 -0.003213 0.006543 -0.020395 -0.007116 -0.016398 0.011468 0.005613 -0.041072 0.007279 0.014676 0.016888 -0.021889 -0.034158 0.014555 0.046609 -0.035061 0.011979 0.009342 0.001465 -0.020234 -0.027902 0.017397 0.015939 0.025489 0.018966 0.011507 -0.009769 -0.023778 0.039365 -0.023671 -0.017084 0.001968 0.020097 0.006234 0.04999 0.022049 -0.006035 0.012826 0.000688 -0.020518 0.021416 0.000404 -0.000726 -0.025621 -0.003409 -0.002249 0.0112 -7.8e-05 -0.015791 -0.02031 0.002396 -0.012236 -0.025252 -0.032876 -0.006121 -0.013781 -0.024449 0.011135 0.001538 0.01191 0.030716 -0.024944 0.024529 -0.009972 -0.002042 0.031126 -0.001014 0.04639 0.064331 0.012593 0.009424 -0.000406 -0.022793 -0.034224 -0.018389 0.005152 0.022714 -0.020884 0.007617 0.014357 -0.009433 0.025285 -0.030888 -0.021051 -0.017082 -0.029242 -0.010596 0.013241 -0.002983 0.034196 -0.004757 0.023499 -0.000171 0.009462 0.00281 0.008767 0.020859 0.037013 -0.055545 -0.004391 -0.000861 0.014868 0.022061 -0.012197 -0.002962 0.013584 0.001558 -0.021952 -0.015203 0.008338 -0.034492 0.011509 -0.056394 -0.018869 0.007536 0.010571 0.007241 0.016265 -0.008426\nő 0.015913 0.000792 -0.019797 0.012361 0.003656 0.016615 0.004552 0.004701 -0.012703 -0.0167 0.011987 0.002742 -0.004109 -0.01566 0.016128 -0.003545 0.007007 -0.020855 -0.004407 -0.021714 -0.007656 -0.004169 0.001347 0.009548 -0.003042 0.013859 -0.003469 -0.003819 -0.008914 -0.014315 0.009245 -0.016264 -0.00585 -0.018085 0.004975 0.007629 -0.021065 0.01736 0.003368 0.004423 -0.01072 0.001686 0.003466 -0.001659 -0.010664 -0.011743 0.012179 -0.004705 0.004207 0.007949 7.5e-05 0.023456 0.014945 -0.013337 0.019356 0.000688 -0.002571 0.015259 -0.00855 0.010802 -0.006409 -0.010366 -0.00741 -0.008204 0.008816 0.003457 0.01426 -0.010386 0.01346 0.006863 -0.015165 -0.004095 0.006759 0.004421 -0.025895 -0.001017 -0.012407 0.011433 -0.009882 -0.005772 0.002937 -0.001189 0.003598 0.011044 -0.009862 -0.026148 0.001134 -0.000672 -0.006601 -0.000786 -0.001405 0.01955 0.004763 -0.004728 0.001616 -0.004988 0.003503 -0.018198 -0.000572 0.001072 -0.004927 -0.005461 -0.001827 -0.012652 0.006426 -0.000798 -0.003663 0.002753 0.014026 -0.001523 0.016223 0.008004 0.009654 -0.007425 0.005006 -0.001254 -0.006463 0.003594 -0.002399 -0.017039 0.010167 0.00136 0.019372 0.003145 0.016043 0.004428 -0.003659 -0.012176 -0.006669 -0.00379 -0.008607 -0.005651 -0.004904 0.016839 -0.01516 0.005206 -0.009958 -0.002329 0.004178 0.022046 -0.003204 -0.008349 0.008051 0.008042 -0.013077 -0.019204 0.019511 -0.002048 -0.000659 -0.023166 0.00593 0.008376 0.014354 0.01507 0.000894 0.0008 0.000562 -0.014129 0.003201 -0.006304 -0.003748 0.00769 0.011016 0.006291 0.000277 -0.004726 0.010481 -0.011522 0.006357 0.00402 -0.010972 -0.011037 -0.006942 0.014471 -0.007539 -0.016321 -0.006854 0.00029 -0.017367 -0.009906 0.010831 -0.001852 0.005963 -0.004627 -0.004599 -0.014163 -0.000163 0.009183 -0.023379 -0.00085 0.005686 0.013681 -0.010686 -0.016273 0.001402 0.018753 -0.007397 0.010336 0.001077 0.002469 -0.014426 -0.010465 0.008726 0.008482 0.0029 0.01273 0.008445 -0.007717 -0.000933 0.018016 -0.012057 -0.00106 -0.005223 0.003642 -0.002101 0.033173 -0.000181 -0.012695 0.005228 -0.002787 -0.005302 0.010114 -0.003759 0.003236 -0.013315 0.000118 0.001809 0.008443 -0.006666 -0.008426 -0.002957 0.001193 -0.005659 -0.009534 -0.015873 -0.005417 -0.00697 -0.014593 0.009213 0.009397 0.003215 0.008628 -0.004978 0.001384 0.005974 -0.003091 0.022777 0.000156 0.018932 0.022029 0.016354 0.004659 0.004031 -0.024093 -0.017658 -0.012405 -0.003938 0.004455 -0.012764 -0.007021 0.002997 -0.006103 0.014738 -0.010064 -0.012784 -0.010424 -0.01023 -0.006254 0.002132 0.000338 0.007619 0.00516 0.003929 0.000709 0.006053 0.005604 -0.000264 0.01341 0.013166 -0.021478 -0.003591 -0.003526 0.006695 0.00102 -0.012169 -0.003488 0.004327 -0.004705 -0.004423 -0.005083 -0.000557 -0.021626 0.005086 -0.023519 -0.004129 0.000902 0.007738 0.004102 0.008522 0.000877\nѓ 0.038537 -0.02943 -0.0786 0.010206 0.064536 0.074787 0.028314 0.005626 -0.017122 -0.044572 0.074567 0.044846 0.035497 -0.028134 0.023915 0.040075 0.017353 -0.02678 -0.041603 -0.027882 0.001512 0.03637 0.030324 0.045083 0.006911 0.02167 -0.006749 0.006067 -0.027185 -0.04221 0.047595 0.013094 -0.044892 -0.042518 -0.049914 -0.020937 -0.033044 0.015336 -0.012728 -0.002863 -0.019822 0.003047 0.009561 0.024959 -0.046059 -0.016622 -0.023261 0.010226 -0.035689 0.080463 -0.020475 0.101028 0.056922 -0.035999 0.050284 0.037024 0.020487 0.04999 -0.022815 0.069774 -0.002029 -0.01215 -0.013785 -0.055679 0.023837 0.039176 -0.026237 0.02979 0.037748 0.032332 -0.023876 0.000524 0.032743 0.021879 -0.060225 0.008013 6.7e-05 0.006182 -0.027744 -0.043015 0.017687 -0.003133 0.00933 0.01 0.00542 -0.075574 0.007248 0.0129 -0.032861 0.018062 -0.02645 0.036957 0.051087 -0.046868 0.011612 0.004577 0.00458 -0.087201 -0.022339 -0.044882 -0.047978 -0.013355 -0.046268 0.022852 0.021755 -0.055601 -0.024792 0.042951 0.031791 -0.02448 0.041683 -0.030808 0.023877 -0.013516 -0.022418 -0.005858 -0.046341 0.01159 -0.014516 -0.041708 0.103864 0.012429 0.002287 0.011044 0.049529 0.004825 0.004516 -0.030405 -0.032347 -0.065137 0.011905 -0.028196 -0.018537 0.036987 -0.016915 -0.009982 -0.036763 -0.010161 0.024408 0.074499 -0.024021 -0.003832 0.025491 -0.037387 -0.068764 -0.038727 0.042943 0.036368 0.042184 -0.069639 -0.03763 0.03237 0.004238 0.036927 -0.039969 -0.043129 0.005389 0.000779 -0.006186 -0.041724 -0.052008 -0.005229 0.043987 0.046857 0.012978 -0.049395 0.041055 -0.019951 0.026785 0.015788 -0.082858 -0.028857 0.01898 0.069736 -0.011532 0.019412 0.02895 -0.03719 -0.032569 -0.033496 0.001242 -0.034417 -0.00905 -0.029067 -0.047371 -0.070139 0.005201 -0.016456 -0.045957 -0.049385 0.024872 0.04609 -0.028867 -0.026987 -0.030392 0.093794 -0.045456 0.017143 -0.037318 -0.005606 -0.048897 -0.057317 0.03007 0.075601 -0.005609 -0.004486 0.033321 -0.04746 0.002948 0.068349 -0.069792 -0.003698 -0.031362 0.045805 0.003033 0.062398 0.031967 -0.020915 0.002736 0.022573 0.03489 0.022611 -0.018164 0.040559 -0.021413 0.021454 -0.052637 0.045496 0.035993 -0.055285 -0.000488 0.00214 0.054595 0.034066 -0.041119 0.036428 -0.017863 -0.008824 0.009783 0.062175 -0.02885 0.020821 0.008697 0.055544 0.020033 -0.001333 0.024384 0.037238 0.020566 0.094438 -0.004373 0.00645 0.020133 -0.027942 -0.038949 -0.06816 -0.021548 -0.00573 -0.039675 -0.024396 -0.002984 -0.009769 0.055667 -0.023793 -0.010946 -0.013055 -0.032508 -0.037819 -0.021282 0.037972 0.037365 -0.045171 0.041898 0.009922 0.020955 -0.008874 0.049851 0.002396 0.088985 -0.11605 -0.04965 -0.006541 0.014099 0.052294 -0.095831 -0.024917 0.05727 -0.058697 -0.039876 -0.012096 -0.006019 -0.068499 0.046716 -0.068218 0.029433 -0.003363 0.011312 0.0005 0.042681 -0.000513\nዜ 0.055895 0.020472 -0.066875 0.026297 0.007925 0.060677 -0.01561 -0.031606 -0.031671 -0.066759 0.032465 0.029183 -0.024998 -0.035567 0.053115 -0.004501 0.011499 -0.035274 -0.031742 -0.053322 -0.026384 0.001351 0.019701 -0.017298 0.005538 0.045677 -0.017503 -0.031555 -0.00302 -0.03384 0.00979 -0.029881 -0.042074 -0.052043 0.014382 0.015447 -0.044864 0.071943 -0.013339 0.042904 -0.036727 0.013672 0.02898 0.001069 -0.040497 -0.038757 0.047896 -0.039499 -0.017651 0.027684 0.012667 0.08981 0.039132 -0.011062 0.05125 0.014825 -0.030724 0.025637 -0.028873 0.033217 -0.026169 -0.022541 -0.031792 -0.015408 0.051481 0.011121 0.064638 0.000242 0.04125 0.024266 -0.083818 0.017065 0.01793 0.025588 -0.039751 0.015627 -0.036745 -0.000412 -0.082101 -0.003401 0.011665 0.010428 -0.022071 0.00686 0.004461 -0.075971 0.011522 0.007972 0.006119 -0.019708 -0.03897 0.007501 0.012341 0.007593 0.008893 -0.001185 -0.011457 -0.064652 -0.01741 -0.007748 -0.048821 0.031295 -0.021672 -0.04715 -0.007746 -0.022751 -0.040668 0.008863 0.048215 -0.02517 0.054234 0.019377 0.028049 -0.03083 0.00324 -0.010088 0.015321 0.026826 -0.016377 -0.056267 0.043977 -0.015938 0.0669 0.01915 0.021826 0.021588 -0.027004 0.001968 -0.019331 -0.010104 -0.023718 0.004773 -0.015298 0.024924 -0.027406 0.022049 -0.032475 0.026552 0.017191 0.056729 -0.004467 -0.008218 0.024184 0.009208 -0.041225 -0.070152 0.065356 0.023139 0.001863 -0.051871 0.048269 0.02888 0.022393 0.024629 0.004948 0.016582 0.007684 -0.002983 0.047519 -0.044342 -0.018985 0.016734 0.034271 -0.005293 -0.02287 -0.043672 0.004373 -0.006978 0.038929 0.047624 -0.04061 -0.033557 -0.01684 0.065224 -0.004583 -0.003904 -0.02693 -0.032133 -0.059745 -0.019752 0.039146 -0.012409 0.001854 -0.045805 -0.027349 -0.021044 0.032329 0.036494 -0.0745 0.005932 0.021364 0.04221 -0.037144 -0.045838 -0.01125 0.063048 -0.056485 0.019249 0.003033 -0.012806 -0.029062 -0.041475 0.028422 0.020709 0.020371 0.004253 0.031112 -0.008829 -0.018563 0.06005 -0.035551 -0.031981 0.012747 0.016124 0.004189 0.077085 0.029411 0.004549 0.011498 0.025012 -0.010422 0.008092 0.024561 -0.012842 -0.032956 -9.6e-05 0.011477 0.030504 -0.021992 -0.008206 -0.008193 0.006098 0.001513 0.006794 -0.061315 -0.006524 -0.025238 -0.025718 0.032758 0.019028 -0.012247 0.018273 -0.035003 0.040289 0.025309 0.002344 0.053573 -0.019864 0.044463 0.069259 0.054816 0.048446 -0.00661 -0.023503 -0.009292 -0.032979 -0.006701 0.03379 -0.054211 0.005463 -0.005569 -0.024911 0.052676 -0.047485 -0.062227 -0.027599 -0.076164 -0.030478 0.034171 -0.008725 0.049898 -0.006495 0.03234 -0.02769 0.020572 0.010054 0.031551 0.03669 0.095916 -0.083744 -0.022867 -0.028762 0.057554 -0.007916 0.002464 0.006325 0.060329 0.000997 0.005211 -0.015731 -0.000121 -0.034352 0.033766 -0.096152 0.000687 0.003583 0.008703 0.020256 0.054762 0.015037\nॡ 0.036632 -0.046794 0.005063 0.015772 0.009326 -0.003722 0.020303 0.017692 -0.006709 0.006467 -0.03029 -0.035763 -0.012732 -0.090646 -0.008831 -0.040348 0.011278 -0.00234 0.006477 -0.041772 0.020741 0.026183 0.014879 -0.040477 -0.008745 -0.03209 -0.008993 -0.024906 -0.032349 -0.049643 0.098296 0.01754 -0.020297 -0.045094 0.043826 0.017445 -0.002296 0.015082 -0.022178 -0.005909 -0.007665 -0.000568 0.016159 -0.006703 0.030752 -0.038712 -0.019258 -0.013387 0.031828 0.008998 -0.031711 0.036754 0.009899 -0.038022 0.046142 0.011969 -0.009539 0.006416 -0.048772 0.023742 -0.06034 0.020293 0.002983 0.004906 -0.013218 0.020907 0.02861 0.013962 0.021043 -0.016035 -0.060221 -0.032218 0.029906 0.095663 -0.051984 -0.064443 -0.009587 0.031881 -0.03208 -0.024046 -0.008671 -0.005021 -0.004442 -0.052737 0.052564 -0.046673 0.020932 0.087683 -0.011191 -0.001994 -0.009664 0.05428 0.026569 0.025257 0.00182 0.006288 0.023115 -0.049774 -0.02719 -0.061464 -0.025573 0.037626 -0.0168 -0.03435 -0.02839 0.004992 0.021907 0.000119 0.025566 0.016862 -0.000714 0.026242 0.008637 -0.001165 -0.007589 0.018811 -0.040077 0.001304 0.022813 0.03052 0.023916 -0.012009 0.062136 0.020057 0.034351 -0.001596 -0.010272 0.006322 0.042192 -0.066082 -0.004497 0.042294 -0.04922 0.000282 0.001747 -0.033272 -0.043962 -0.042675 -0.011706 0.006009 -0.017717 -0.002868 0.011539 0.003589 -0.050279 -0.012867 0.091807 0.031711 -0.006741 -0.023333 0.047716 0.034856 0.08189 -0.003664 0.026647 0.021543 0.02766 -0.004603 0.022486 0.014586 -0.043081 -0.008174 0.048662 -0.012305 -0.005834 -0.01877 -0.037873 -0.010266 -0.018144 -0.015305 0.007877 0.004796 -0.032346 -0.011327 0.036882 -0.025183 0.008337 -0.022636 -0.030306 -0.013451 0.03512 -0.030402 0.098819 -0.00366 0.024438 -0.021143 0.032892 -0.021998 0.024044 0.024857 0.040583 0.030505 -0.054098 -0.003475 0.026893 0.048805 0.020027 -0.00102 5.9e-05 0.008959 -0.050329 -0.022765 -0.034141 -0.006709 -0.021463 -0.038557 -0.010989 -0.005196 -0.020048 -0.00146 0.025346 -0.021348 0.056257 0.045929 -0.025566 -0.001274 -0.041833 -0.054701 0.018436 0.036056 -0.019902 0.011151 -0.07617 0.006422 0.023751 0.012671 -0.007904 -0.012548 -0.012881 -0.034532 -0.010356 0.03856 -0.014617 0.010366 -0.022893 -0.010754 -0.034286 0.000314 -0.034219 0.041779 -0.023726 -0.012873 -0.032931 0.027423 0.001664 0.050128 0.069263 0.038828 0.032615 0.002239 0.003951 0.00194 -0.021199 -0.007016 0.004436 -0.016446 0.047316 -0.008219 0.007814 -0.005638 -0.024371 -0.02294 -0.016244 -0.019763 -0.081674 -0.00958 -0.022781 -0.018961 0.024864 -0.00764 0.025648 -0.023014 -0.014473 0.011458 0.008568 -0.025059 0.014562 0.001986 0.081897 -0.005491 -0.048802 -0.010861 0.037164 0.064286 -0.047418 -0.022856 -0.018319 0.026384 0.009163 -0.015214 0.037555 -0.032206 0.007591 -0.046956 0.001699 -0.008872 -0.063396 -0.002244 0.026492 0.026409\nɧ 0.026327 0.019272 -0.050102 0.019592 -0.001202 0.000971 0.029211 -0.001228 -0.018429 0.015591 -0.043319 -0.030567 -0.035575 -0.010998 0.0569 -0.003396 0.010163 -0.022065 -0.007108 -0.037921 0.004889 0.001768 0.008566 0.026262 0.013058 -0.032003 -0.047204 -0.026017 -0.026676 -0.027218 0.019774 -0.018773 -0.021303 -0.066961 -0.001925 0.019814 -0.020661 0.027521 0.009191 -0.023774 -0.036761 0.029026 0.036865 -0.002056 0.001422 0.032223 -0.000116 0.038169 0.029161 0.024623 0.028556 0.038593 0.03864 -0.023049 0.048856 -0.025969 -0.011061 0.003974 -0.025122 0.014279 0.004899 -0.008959 0.006706 -0.031478 -0.028497 0.009681 0.038603 0.005733 0.023511 0.018324 -0.054553 0.00652 -0.002581 0.060767 -0.035448 -0.011853 -0.035914 0.033381 0.010211 0.023656 0.03476 0.024537 0.005601 -0.013036 -0.008467 -0.056805 0.035252 -0.032442 -0.02892 0.035056 -0.030557 -0.0097 0.02981 -0.009508 0.009928 0.017937 -0.000979 -0.007238 0.01034 0.013584 -0.038685 -0.022391 -0.019381 -0.01754 -0.011467 -0.023574 -0.00548 -0.001821 0.023326 0.014138 0.035242 0.011943 0.004765 0.001032 -0.015439 0.017458 -0.035487 -0.021783 -0.008591 -0.005988 0.018366 -0.00715 0.049498 0.012322 0.023654 0.013908 -0.016421 -0.015215 -0.040252 0.011032 -0.02291 0.001976 -0.037154 0.053156 -0.007404 0.01113 -0.039855 -0.001011 -0.011916 0.0194 -0.008127 -0.017594 -0.00554 0.019185 -0.016413 -0.054826 0.03769 -0.004233 0.057554 -0.03431 0.02041 -0.021891 0.066916 0.027396 0.038884 -0.007295 -0.025634 0.003866 0.025737 0.016405 -0.024185 0.009185 0.034195 0.03544 0.04556 -0.026768 -0.024506 -0.013481 0.021825 -0.006285 -0.021495 -0.029938 0.018875 0.022254 -0.026435 -0.028624 -0.041309 -0.00723 -0.03705 -0.011777 0.021288 -0.028398 0.011619 0.012883 -0.016474 -0.015793 0.025915 0.008696 0.013481 0.033379 0.028578 0.004885 0.011533 -0.032723 0.000557 0.074285 0.004583 0.009022 0.024925 0.080722 -0.04679 -0.015528 -0.003661 -0.014121 -0.018212 0.032206 0.011245 -0.006956 -0.018561 0.057446 0.025031 0.010784 -0.030723 0.027504 0.010547 0.026303 -0.037749 -0.020031 0.028374 -0.013504 -0.031986 -0.024686 -0.010831 0.015522 0.017174 0.02395 -0.039399 0.001616 0.028869 -0.035268 0.042362 -0.006819 -0.036154 0.002323 -0.020314 -0.015455 -0.005281 -0.026999 -0.020929 0.029338 0.032583 0.008836 0.003348 0.010313 0.021176 0.000573 0.048483 0.011777 0.050396 0.093165 0.025469 0.014535 -0.004645 -0.082997 -0.01674 -0.049292 -0.01302 0.036035 0.007517 -0.020569 0.013416 0.001007 0.014781 -0.027604 -0.038384 -0.022918 -0.05016 -0.015625 0.013499 0.015438 0.008952 0.024405 0.028518 0.034631 0.022957 0.019214 -0.036393 0.008202 0.030497 -0.073893 -0.001044 -0.015772 0.015852 -0.027098 -0.000467 -0.041118 0.019383 0.006941 -0.011182 0.006299 0.004463 -0.054039 -0.000608 -0.023009 0.001287 -0.004178 0.014261 0.009773 -0.007684 -0.005591\nթ 0.033564 -0.001337 -0.041891 0.013278 0.007642 0.030131 -0.000107 -0.006418 -0.017936 -0.030704 0.035671 0.005929 -0.014941 -0.025684 0.026679 -0.009774 0.01593 -0.014513 -0.010591 -0.045667 -0.022123 -0.002004 0.000157 0.012386 -0.000165 0.01731 -0.018011 -0.013429 -0.026524 -0.028123 0.03171 -0.036076 -0.014927 -0.032017 0.007935 0.015926 -0.037824 0.038686 0.010714 0.017979 -0.025514 0.006627 0.002031 0.00283 -0.026626 -0.021178 0.025535 -0.004283 -0.010876 0.011172 0.001073 0.041948 0.033534 -0.032289 0.041894 0.013112 6.8e-05 0.01962 -0.031668 0.020399 -0.026581 -0.020891 -0.013428 -0.016942 0.018947 0.025126 0.026212 -0.004713 0.036604 0.014172 -0.046273 -0.005286 0.020101 0.019898 -0.059548 0.003807 -0.022635 0.007842 -0.038898 -0.011967 0.007557 -0.00481 -0.017921 0.007545 -0.012379 -0.040219 -0.007962 -0.00094 -0.011607 -0.009628 -0.010193 0.015771 0.008553 -0.011482 0.007526 -0.012764 -0.006259 -0.032481 0.006993 -0.007418 -0.027835 0.01036 -0.006706 -0.014926 0.027746 -0.00635 -0.021065 0.010372 0.042763 -0.013856 0.036731 0.024726 0.017958 -0.009077 0.010958 -0.002403 -0.005928 -0.012105 -0.019025 -0.038831 0.01787 0.005208 0.020742 0.01912 0.030498 0.009017 -0.008391 -0.015648 -0.003602 -0.016412 -0.009418 0.002001 -0.008501 0.03405 -0.022667 0.002189 -0.024985 0.00603 0.014639 0.04185 0.001891 -0.013352 0.005366 0.014058 -0.028855 -0.047206 0.050437 0.010972 0.003136 -0.041023 0.010582 0.007563 0.038602 0.011977 0.000309 0.000742 0.017623 -0.018442 0.009898 -0.013328 -0.020904 0.013031 0.019216 0.008929 -0.019835 -0.010061 0.009274 -0.027806 0.02224 0.021871 -0.016799 -0.028253 -0.021638 0.031482 -0.008461 -0.02993 -0.00487 -0.016605 -0.03888 -0.004242 0.025766 -0.012613 0.005178 -0.015141 -0.005909 -0.023217 0.000877 0.021608 -0.04917 -0.002863 0.019944 0.024252 -0.031676 -0.020416 0.006252 0.039398 -0.007905 0.019243 0.010735 0.004959 -0.029619 -0.031614 0.019509 0.025704 0.000903 0.006682 0.004458 -0.013534 0.003914 0.044345 -0.022016 0.004711 -0.010445 0.017873 0.005615 0.06545 0.012125 -0.017297 0.010566 0.001826 0.00289 0.01592 -0.004866 0.007255 -0.022476 -0.017905 0.002698 0.023409 4.7e-05 -0.016201 -0.010443 -0.014289 0.006687 -0.007056 -0.034903 -0.007113 -0.008022 -0.027138 0.022553 0.026886 0.001707 0.015655 -0.020978 0.007405 0.003677 -0.010932 0.028249 0.003522 0.05399 0.02971 0.034527 0.007865 0.002651 -0.028018 -0.033596 -0.021783 -0.012195 0.01558 -0.03396 -0.008964 0.001762 -0.012924 0.023187 -0.026923 -0.039515 -0.007864 -0.02408 -0.031506 0.007957 -0.000134 0.028034 -0.001547 0.00831 -0.010219 0.00644 0.004122 -0.00043 0.009778 0.046024 -0.045271 -0.004445 -0.019583 0.014789 0.014849 -0.0178 -0.007148 0.011101 -0.006017 -0.015765 -0.007806 0.008419 -0.043092 0.00764 -0.062592 -0.009469 0.009433 0.027269 0.01548 0.012117 0.002715\nṯ 0.011797 -0.000608 -0.037579 0.016126 -0.006121 0.019062 0.002747 -0.012405 -0.010961 -0.021505 0.026887 0.003276 -0.014957 -0.001205 0.018752 0.002089 0.016312 -0.017943 -0.008983 -0.013499 -0.014843 0.008017 -0.002142 0.023302 0.012805 0.005787 -0.010362 -0.017228 -0.016132 -0.022987 0.029614 -0.026052 -0.015453 -0.028435 0.008699 0.012854 -0.028264 0.019465 0.003106 0.008963 -0.010712 0.005078 0.010702 -0.004532 -0.032695 -0.018807 0.013308 -0.001382 0.002356 -0.000614 0.000831 0.022758 0.026217 -0.012337 0.028583 -0.004018 -0.007549 0.00773 -0.016588 0.015245 -0.020025 -0.009728 -0.012607 -0.004056 0.003772 0.022344 0.03043 -0.001921 0.025893 0.01385 -0.044553 -0.008934 0.020038 0.015229 -0.040292 0.009736 -0.022686 0.015018 -0.020062 -0.00808 0.005512 -0.001867 -0.005505 0.01346 -0.006944 -0.031733 -0.000132 -0.003418 -0.016269 -0.004359 0.002666 0.025768 0.001995 0.008795 0.00849 -0.009438 -0.006681 -0.020757 -0.010767 -0.005051 -0.024045 0.008076 -0.003324 -0.026537 0.013418 -0.009615 -0.006851 0.004542 0.026128 -0.00414 0.038541 0.009627 0.014908 -0.012914 -0.008825 0.004057 -0.002709 0.00714 -0.015523 -0.022533 0.011152 0.003294 0.03222 0.009514 0.01937 0.018973 -0.009264 -0.002776 -0.005229 -0.022866 -0.011805 0.007252 -0.005276 0.021624 -0.026532 -0.000337 -0.033555 0.001322 0.008197 0.014158 0.00138 -0.006467 0.00784 0.011194 -0.023741 -0.034826 0.043198 0.007481 0.000133 -0.033987 -0.00661 0.00799 0.02293 0.015792 -0.001202 -0.00444 0.00476 -0.009899 0.005813 -0.0107 -0.017649 0.002779 0.019746 0.012699 -0.012438 -0.013677 0.0194 -0.014551 0.021911 0.012975 -0.032671 -0.009525 -0.002698 0.02676 -0.015194 -0.022426 -0.006472 0.002206 -0.024435 -0.007771 0.025464 -0.009487 5.5e-05 -0.004948 0.001057 -0.018443 0.009516 0.009278 -0.034464 0.00021 0.009597 0.029064 -0.041039 -0.014476 -1.5e-05 0.023197 -0.021448 0.002505 0.004625 0.006602 -0.020682 -0.031659 0.013297 0.017913 0.008513 0.011339 0.016557 -0.009667 -0.002299 0.023406 -0.002619 -0.006272 0.001883 0.01033 -0.002397 0.039584 0.017119 -0.015608 0.010859 0.006747 -0.0018 -0.005008 -0.007117 0.006792 -0.016672 0.005859 0.001375 0.003672 0.004394 -0.014449 -0.001637 -0.007829 0.000669 -0.024045 -0.020537 0.002178 -0.011357 -0.03291 0.007021 0.016717 0.00299 0.016403 -0.021746 0.003261 0.003771 0.012239 0.025408 6e-05 0.01969 0.043007 0.013909 -0.00097 -0.005893 -0.015629 -0.017458 -0.011867 -0.00156 0.017092 -0.027686 -0.018021 -0.008974 -0.002164 0.013701 -0.021131 -0.022594 -0.006387 -0.02313 -0.010491 0.000937 -0.007104 0.012704 -0.001777 0.014312 0.008077 -0.000759 -0.010624 -0.006084 0.008697 0.032154 -0.039784 0.009835 -0.030938 -0.002536 0.008974 -0.011325 -0.012401 0.008061 0.002813 -0.004581 -0.006771 0.005426 -0.028454 0.013644 -0.050557 -0.000255 0.009561 0.003209 0.013712 0.008405 0.003432\n{ 1.002515 -0.13774 -0.297634 -0.509686 0.625808 0.485703 0.615 -1.859962 -0.370739 -0.159258 0.703596 0.840084 -1.371845 0.140527 1.92029 -0.435458 0.929799 -1.553208 -0.479755 -2.72344 0.726494 -0.591336 -0.068894 -0.71155 -0.377658 -0.339264 1.138131 1.572131 1.199326 1.019599 1.370546 -0.671426 0.015887 0.22602 -0.133122 -0.686278 -0.214502 -0.330398 0.674503 -0.437446 -1.855299 -1.346761 -0.186656 0.756158 1.440539 0.603073 0.158206 0.473639 -0.147451 -0.862209 -0.01081 0.358549 1.277503 0.120113 1.205656 -1.053637 0.717156 1.405854 0.074184 -0.052358 -0.61782 0.232181 -0.823895 0.456112 -0.164296 -0.144604 0.621471 -2.050223 -0.21792 -0.788637 -1.081916 0.6388 0.874253 0.385666 0.606509 -1.372487 -0.456219 0.522583 1.329314 -0.2224 0.53248 0.322883 0.966382 -0.930663 0.048738 0.025161 1.147773 -0.242145 1.39478 1.130769 0.430478 0.32669 1.127132 1.289169 -1.215416 -0.577547 0.1873 -0.825092 -0.41589 -1.44245 0.239775 0.222222 0.727308 -1.277181 1.073759 0.555727 0.084795 0.339387 -0.031705 0.066419 1.129948 -1.019332 0.638301 -0.642231 1.447792 -0.444504 -0.513251 0.434383 -1.140542 -0.567589 1.135322 0.139975 -0.064241 2.1053 -1.39505 -0.842235 0.720225 2.061981 0.039129 -0.280576 0.718719 1.400854 1.311295 -0.28163 -0.452512 -1.03551 -0.579094 1.228634 -0.587501 -1.284894 -0.843651 -0.814702 0.404899 0.595102 0.269088 -0.385853 0.236896 -0.962322 -0.153482 -0.031876 0.984337 -0.260882 -0.030026 0.318556 -0.48997 -0.325024 -1.739693 0.636062 0.392642 0.035777 -0.673653 -0.07691 0.448189 -0.389136 0.578205 0.516697 0.025187 0.14983 0.481282 0.1701 0.285622 -0.255375 -1.496188 -0.905446 2.092239 0.248158 -1.119312 -0.102025 1.075808 1.36079 0.047278 0.359695 -0.697965 0.521852 -1.707044 -0.657046 -0.383171 2.002686 -0.199244 -0.591774 0.554743 0.595221 0.535042 -0.731663 -0.514085 -2.100312 0.668557 0.988828 0.836974 -0.874848 -1.190783 -0.48799 1.45271 1.068246 1.039338 1.332228 -0.62287 -0.373905 -0.751071 -0.944613 -1.11424 -0.628882 0.411777 -1.343507 -0.145357 -0.325117 -0.162331 0.297601 -0.11137 0.051815 -1.804931 1.771707 1.488746 0.307509 -0.884584 -1.26192 -1.546895 0.282857 -0.532476 -0.240278 -0.739106 -0.264961 -1.223159 0.38254 1.050992 0.931688 -0.978004 0.844564 -0.482728 1.171347 0.620459 1.007524 0.494084 0.356329 1.135769 0.190136 2.328746 -0.387643 1.032059 0.674804 -0.429856 1.464673 -1.09362 0.120994 0.22675 -0.653642 0.11606 -2.098464 -1.488567 0.561548 0.899914 -0.180187 0.334568 0.468632 -0.363577 0.514298 -0.810239 -0.587696 0.158604 -1.152121 0.82158 -0.623708 -0.642085 0.403131 -0.413162 -0.371856 1.082766 -0.090329 -0.186283 -0.469148 -0.583284 0.214808 1.608792 0.285957 -0.207426 -0.305365 -0.80921 -1.463386 -0.223796 -2.104425 0.418906 0.151655 1.248464 -0.875762 -1.66864 0.366443 0.275475 -0.712826 -0.364088 -1.720056\nဆ 0.030295 -0.004418 -0.015448 0.002494 0.001593 0.029992 -0.007836 -0.014751 -0.011315 -0.023593 0.008689 -0.005798 -0.014251 -0.027001 0.041503 -0.002516 -0.015077 0.006247 0.003567 -0.036151 -1.4e-05 -0.00033 0.008099 -0.008608 -0.015379 -0.009949 -0.026748 -0.018688 -0.009093 -0.011242 0.00087 -0.003331 -0.006953 -0.019961 0.016978 0.005258 0.005994 0.004899 -0.020985 0.006773 -0.018541 -0.010577 0.009673 -0.008375 -0.012949 0.014413 -0.003569 0.005749 -0.004984 0.00172 -0.002839 0.012853 0.017653 -0.023773 0.012606 0.005555 -0.017308 -0.003781 -0.010324 -0.009151 -0.023934 -0.006902 0.020239 0.008907 0.015661 -0.002253 0.029055 0.001475 0.021085 0.020497 -0.036952 -0.013786 0.006164 0.032739 -0.023799 -0.006831 -0.011484 0.011012 -0.039717 0.00581 -0.007549 0.004559 -0.000289 -0.016778 -0.011259 -0.014775 -0.000853 -0.000928 0.001013 -0.002945 0.002988 0.023217 0.01684 -0.018077 0.034471 -0.009181 -0.000259 -0.012126 -0.012327 0.00767 -0.033802 0.020197 0.014306 -0.018103 0.029544 -0.011136 -0.019939 0.005843 0.020722 -0.010291 0.015045 0.0461 0.007009 -0.014165 0.016734 -0.007786 0.010201 -0.010238 -0.017316 0.010058 0.008282 0.013704 0.03674 0.034879 0.03154 -0.003686 -0.013016 0.002062 -0.011295 -0.033455 -0.01126 0.005104 -0.010687 0.023022 0.002618 -0.010444 -0.011413 0.031787 0.004003 0.008675 0.008168 0.004706 0.007999 0.00092 -0.032357 -0.037559 0.043952 0.027663 0.021628 -0.01872 -0.000777 0.015879 0.025809 -0.009549 0.000347 0.003558 0.006852 -0.020532 0.029374 0.00257 -0.038075 0.005945 0.003775 0.017696 -0.023002 -0.019256 0.012945 -0.000199 0.008583 -0.012545 0.004379 -0.011375 -0.015577 0.002036 -0.025305 -0.006126 0.019437 -0.014689 -0.037488 -0.009194 0.001386 -0.014209 0.006841 -0.000289 0.003321 -0.017898 -0.002827 0.020113 -0.005897 -0.00223 -0.003951 0.010641 -0.028535 0.002929 0.002735 0.02433 -0.013251 0.023396 -0.014391 0.002954 -0.029297 -0.01229 -0.008032 0.027148 -0.005146 0.011409 -0.006096 -0.004596 -0.005734 0.014778 -0.004002 -0.0099 0.005438 -0.000221 0.004937 0.007435 0.022641 -0.029232 0.008066 0.008786 0.00943 -3.2e-05 -0.006094 -0.002325 -0.019875 0.009626 0.001154 0.026764 0.002402 -0.011629 -0.001464 -0.015806 -0.012728 -0.009832 -0.025214 0.000788 -0.015192 -0.011322 -0.002308 -0.003374 -6.3e-05 0.019024 -0.011618 -0.00358 -0.015168 0.008451 -0.002456 -0.023949 0.014118 0.010618 0.014191 0.001691 0.001461 -0.005224 0.004102 0.007228 -0.020354 0.016143 -0.002325 0.021421 -0.003629 0.008167 -0.000826 -0.011601 -0.014189 -0.013873 -0.014127 -0.014189 0.006326 -0.015326 0.002946 0.014948 0.000972 -0.009302 0.020929 -0.002162 -0.014598 0.009396 0.052549 -0.031185 0.007533 -0.016734 0.017911 0.023124 -0.001873 -0.021787 0.008245 -0.003517 -0.004778 0.007177 -0.006476 -0.015129 0.005018 -0.044151 -0.026955 0.037585 -0.010245 0.024518 0.006666 -0.002373\n 0.008311 0.026374 -0.038294 -0.010105 0.007822 0.0115 -0.01927 0.001172 -0.005651 -0.020276 0.009624 -0.007778 -0.02284 -0.012146 0.020027 0.006975 -0.012882 -0.019502 -0.018747 0.002443 0.010953 -0.00794 -0.032834 0.00349 0.011764 -0.003166 0.009376 0.001031 0.005903 0.008406 0.010098 -0.032543 -0.006833 -0.011207 -0.033693 0.012512 -0.011205 -0.005228 0.025618 0.022261 -0.004489 -0.014272 0.005349 -0.008632 0.015487 -0.015528 -0.01767 0.014134 -0.009043 0.019112 0.000553 0.024361 0.012006 0.003101 0.011167 -0.003934 -0.00327 0.017134 -0.009628 0.023099 0.000763 -0.012439 -0.017224 0.004042 -0.007701 -0.019159 -0.004192 -0.005754 0.001984 0.017977 -0.001596 0.014841 0.017024 0.028208 -0.019432 -0.0004 0.007868 -0.007349 0.013826 0.006108 0.000377 0.006747 -0.011357 -0.010416 -0.003495 0.003377 0.013605 -0.013424 0.012565 -0.000359 -0.019678 0.001932 -0.007773 0.00434 -0.004294 -0.007074 0.015653 0.007539 0.000277 -0.003043 0.000809 -0.004393 -0.005865 -0.011542 0.010968 0.002724 -0.019547 -0.001143 0.014849 0.003925 0.01865 -0.033342 -0.002344 0.005676 0.005565 0.005419 0.024207 -0.002922 0.018042 -0.004537 0.025266 0.023302 0.027097 0.01863 0.005877 -0.004534 -0.013603 -0.00462 -0.004221 -0.004185 0.000424 -0.004048 -0.018076 0.02936 0.014883 0.008804 -0.026419 -0.005472 -0.011094 -0.035352 -0.014217 0.011419 0.039297 0.01178 0.002761 -0.019141 0.038688 -0.025548 0.013198 0.02097 0.003507 -0.035371 0.00561 0.019681 -0.026986 -0.016668 -0.012783 0.002408 -0.011122 0.019425 -0.014433 -0.00251 -0.009415 -0.024316 -0.010727 -0.005321 -0.007182 -0.020733 0.028763 -0.007631 -0.022994 -0.010384 -0.008676 -0.015102 -0.006708 -0.001373 -0.012686 0.023864 -0.028173 0.005578 0.012895 -0.01652 0.011367 -0.001642 0.01472 0.010349 0.014762 0.021665 -0.013606 -0.012199 0.004541 -0.017735 -0.022696 -0.002161 0.005188 -0.007774 0.004286 -0.021021 -0.001609 0.003246 -0.007602 -0.002536 -0.02169 0.003895 0.019629 0.02313 0.009829 0.018225 -0.020624 0.066802 -0.055826 -0.004986 -0.003652 -0.013653 0.034969 0.023111 0.019364 -0.0187 0.002924 0.003757 -0.010556 0.027224 0.027472 -0.005133 -0.030666 -0.026722 -0.013859 -0.00144 -0.018244 -0.021202 0.013511 -0.015365 -0.009105 0.03527 -0.017001 -0.005413 -0.033164 0.004889 0.004032 0.008913 -0.002779 0.029972 -0.016645 -0.013434 0.012367 0.016694 0.03578 0.000391 0.018695 0.019392 0.015967 0.018485 0.005693 -0.0126 0.006638 -0.007625 0.027482 -0.017806 -0.00913 -0.005897 0.000862 -0.021686 -0.013246 0.026433 -0.016384 0.004751 -0.034053 -0.023914 0.027971 -0.013762 -0.022424 0.007388 0.007979 -0.018843 -0.013453 -0.012448 -0.014416 0.01967 -0.007957 -0.005016 0.02137 -0.002181 0.030145 0.013438 0.000157 -0.020004 -0.038617 -0.014226 -0.020222 -0.021547 -0.001072 -0.007361 0.020719 -0.015632 -0.010884 0.022694 0.029832 -0.015537 0.023302 -0.014246\nڕ 0.023916 0.021765 -0.029117 0.007567 -0.007433 0.054785 -0.01069 -0.026634 -0.002926 -0.045609 0.06807 0.008972 0.008522 -0.023624 0.024508 -0.016149 -0.010583 -0.006222 -0.004576 -0.049942 -0.001487 0.002899 0.001865 -0.011215 0.000454 0.005486 -0.01799 -4e-05 -0.007473 -0.025731 0.017143 -0.034524 -0.017065 -0.042014 -0.00982 0.008844 -0.063566 0.019922 0.004401 -0.004173 -0.026612 -0.012445 0.000593 -0.003529 -0.017099 -0.00232 0.070435 -0.014675 0.006203 0.023531 -0.004039 0.002492 0.03334 -0.001972 0.052097 -0.014047 0.013126 0.018158 0.005279 0.02102 -0.028659 -0.013669 -0.000238 -0.014345 0.040125 0.034847 0.047328 -0.00246 0.031711 0.025865 -0.061061 -0.008879 0.015244 0.025831 -0.073003 -0.005322 -0.019856 0.029215 -0.055424 -0.027931 -0.020618 -0.009841 0.001322 0.02852 -0.011735 -0.027797 -0.009609 0.017535 0.009128 0.018979 0.001608 0.004619 0.018474 -0.009208 0.033354 0.009565 0.010737 -0.043138 0.005258 -0.004222 -0.00336 -0.014944 0.004929 -0.026898 0.016791 -0.003399 -0.029585 0.020659 0.03002 -0.037783 0.041872 0.019431 0.018016 -0.029671 0.007239 -0.003754 0.009903 0.012162 -0.042254 -0.037592 0.036552 -0.006767 0.035611 0.037825 0.030583 -0.001007 -0.004617 -0.003068 -0.016494 0.01105 0.003063 0.011558 0.015742 0.029554 -0.011021 0.004293 -0.055824 0.006946 0.023494 0.047166 0.017737 -0.002147 0.003866 0.019874 -0.036713 -0.049826 0.043995 0.017719 0.016548 -0.041131 -0.008564 0.008456 0.043947 0.026666 -0.006481 0.018891 0.009404 -0.033583 0.01156 -0.027884 -0.039817 0.001745 0.019635 0.024057 -0.003128 -0.047517 0.014894 -0.024341 0.013129 0.027984 -0.034981 -0.011105 -0.025886 0.043969 -0.023738 -0.00735 0.006607 -0.014121 -0.028798 -0.016852 0.029652 0.007546 -0.018036 -0.038131 0.019629 -0.028513 0.007178 0.029542 -0.059103 0.002984 0.043429 0.026203 -0.003945 -0.058088 -0.006017 0.062435 -0.030588 0.041501 0.01305 -0.013637 -0.031954 -0.009083 0.032026 0.012303 0.008493 0.006067 0.02294 -0.019927 0.001632 0.020063 -0.00516 -0.016462 -0.008784 0.010376 0.014246 0.028994 0.014924 -0.021434 0.003613 -0.014939 0.026424 0.015389 0.009805 -0.010973 -0.052923 -0.007653 0.009729 0.001269 -0.008408 -0.017294 -0.01224 -0.006527 -0.026716 -0.00295 -0.026121 -0.015325 -0.028479 -0.007645 0.031192 0.014608 -0.004531 0.015908 -0.041941 0.027429 0.020445 0.019256 0.02616 -0.010579 0.04649 0.043789 0.042793 0.010642 -0.011513 -0.018559 -0.023789 -0.01732 -0.014261 0.041373 -0.021024 -0.008496 -0.010142 -0.013363 0.048776 -0.024419 -0.014693 -0.022434 -0.026309 -0.016708 -0.000366 -1.4e-05 0.03177 -0.017138 -0.003714 -0.005222 0.003569 -0.019787 0.011467 0.029936 0.063501 -0.046043 -0.002226 -0.030954 0.010766 0.006287 -0.003389 -0.02438 0.008358 -0.025336 -0.0147 0.015884 0.008533 -0.034511 0.026297 -0.062366 -0.016576 0.010233 0.021032 0.012506 0.006464 0.012685\nស 0.022318 0.003568 -0.039696 0.019867 0.010748 0.038802 0.009521 0.000355 -0.020141 -0.025567 0.03283 0.011553 -0.007244 -0.018433 0.02237 -0.002707 0.001411 -0.023479 -0.006518 -0.043686 -0.014533 0.004771 0.007471 0.007344 -0.00272 0.017522 -0.012389 -0.011434 -0.013506 -0.023146 0.027981 -0.031812 -0.016699 -0.033346 0.006666 0.010289 -0.023488 0.039489 0.007534 0.020859 -0.030946 0.010213 0.001486 -0.002587 -0.021405 -0.017276 0.030056 -0.010338 -0.003451 0.009516 -0.002311 0.048665 0.028509 -0.030966 0.040434 0.009677 0.0036 0.021197 -0.004402 0.024238 -0.027348 -0.023316 -0.002191 -0.015435 0.011508 0.016333 0.041556 -0.024205 0.03379 0.017564 -0.049582 -0.009365 0.016209 0.01544 -0.045898 0.005445 -0.02032 0.016802 -0.028697 -0.010048 0.019945 0.000826 0.00653 0.016309 -0.018089 -0.049655 0.010132 0.00208 -0.00955 -0.005261 -0.009171 0.018375 0.007474 -0.010005 0.014257 -0.008346 0.005383 -0.042438 0.006444 -0.011754 -0.016418 -0.002193 6.3e-05 -0.029145 0.016747 0.004821 -0.0222 0.008221 0.036222 -0.002823 0.041264 0.017057 0.017299 -0.015355 0.001691 -0.000722 -0.001654 -0.002332 -0.016547 -0.040378 0.03368 -0.001064 0.034233 0.016936 0.030759 0.005749 -0.008679 -0.012162 -0.013888 -0.016234 -0.010616 -0.004418 -0.016372 0.033102 -0.024602 0.01407 -0.022013 0.000482 0.008267 0.040007 -0.007483 -0.005564 0.003599 0.019654 -0.043079 -0.048731 0.048449 0.00618 0.009311 -0.040085 0.00688 0.008504 0.027136 0.018942 0.002819 0.003171 -0.001655 -0.023502 0.016342 -0.017772 -0.016767 0.017318 0.026465 0.012159 -0.017154 -0.01619 0.029623 -0.010425 0.01755 0.022327 -0.034984 -0.022123 -0.013352 0.038112 -0.015815 -0.019164 -0.004141 -0.011344 -0.047587 -0.02425 0.035076 -0.010629 0.005992 -0.011629 -0.006716 -0.017255 0.008946 0.01399 -0.049608 0.003115 0.014244 0.020229 -0.03299 -0.033422 0.007099 0.039838 -0.025176 0.017332 0.001514 0.00189 -0.025923 -0.023779 0.017526 0.018898 0.018274 0.020673 0.009199 -0.009038 -0.013704 0.032701 -0.021396 -0.008822 -0.004248 0.014844 -0.001799 0.051889 0.012628 -0.016771 0.010186 0.004353 -0.005429 0.006479 -0.005004 0.002523 -0.027353 -0.001777 0.00131 0.016431 -0.002026 -0.020666 -0.01337 3.7e-05 -0.002596 -0.030863 -0.034226 -0.00095 -0.015484 -0.027277 0.018701 0.017231 0.010281 0.028507 -0.023768 0.022127 -0.006299 -0.003092 0.03336 -0.004934 0.034614 0.056115 0.021099 0.008985 0.002436 -0.033297 -0.030562 -0.015545 -0.000134 0.01867 -0.02009 -0.008841 0.010078 -0.010537 0.02632 -0.025196 -0.030417 -0.022141 -0.026413 -0.018491 0.009569 -0.004438 0.019389 -0.002541 0.01509 -0.004789 0.007712 0.003406 0.008248 0.020259 0.038639 -0.047462 -0.000729 -0.008502 0.0169 0.023817 -0.015122 -0.009053 0.01448 -0.011996 -0.018238 -0.009452 0.004595 -0.031538 0.010848 -0.061595 -0.015113 0.008698 0.009458 0.009081 0.01832 -0.002582\nठ 0.033326 0.008336 -0.054897 0.018813 0.017283 0.047946 0.006036 -0.007541 -0.026703 -0.035345 0.043002 0.016172 -0.006831 -0.024097 0.030185 -0.001409 0.009109 -0.029485 -0.022609 -0.046762 -0.021846 0.006952 0.003061 0.014781 0.003755 0.014722 -0.018067 -0.012223 -0.017873 -0.029351 0.020058 -0.040192 -0.005742 -0.043573 0.008153 0.016089 -0.045906 0.042006 0.005797 0.02798 -0.035888 0.002579 -0.00105 -0.008129 -0.020711 -0.024436 0.035572 -0.006914 -0.00986 0.009618 0.013173 0.045565 0.040501 -0.039324 0.03977 0.004708 0.002901 0.034693 -0.007343 0.026389 -0.030692 -0.039832 -0.005192 -0.031189 0.017913 0.023326 0.032356 -0.007009 0.033602 0.018569 -0.051331 -0.016801 0.026475 0.021581 -0.055238 0.007768 -0.03068 0.02119 -0.03901 -0.0243 0.011877 -0.005826 0.00222 0.023059 -0.012613 -0.050871 0.010205 -0.006503 -0.014702 1.1e-05 4.9e-05 0.019751 0.006623 -0.0092 0.021024 -0.007015 -0.004291 -0.036194 0.013036 -0.0083 -0.030418 -0.001115 -0.005657 -0.025247 0.018823 -0.010249 -0.009071 0.019328 0.037749 -0.00385 0.045802 0.022027 0.018821 -0.023454 0.005354 -0.006039 -0.00369 7e-06 -0.013703 -0.039788 0.025593 0.00051 0.042215 0.025798 0.033717 0.01785 -0.01368 -0.012893 -0.018645 -0.022207 -0.018254 -0.002707 -0.019367 0.028745 -0.028197 0.013002 -0.031805 -0.006771 0.003889 0.041492 -0.008678 -0.008202 0.01215 0.029459 -0.034793 -0.055547 0.045243 0.012431 0.000375 -0.045034 -0.000478 0.016177 0.033461 0.039792 -0.001654 0.011643 0.001588 -0.034243 0.017221 -0.025502 -0.015905 0.01249 0.021817 0.010117 -0.01536 -0.012081 0.016932 -0.026754 0.02603 0.011036 -0.034806 -0.015606 -0.013534 0.034866 -0.018836 -0.038351 -0.009508 0.001821 -0.033979 -0.024856 0.03194 -0.008916 0.007799 -0.002066 -0.005877 -0.014959 0.011103 0.031362 -0.055739 0.001306 0.017856 0.029485 -0.027378 -0.041231 -0.008221 0.032039 -0.014216 0.015544 0.00273 0.000369 -0.036487 -0.035875 0.008112 0.027115 0.014274 0.014705 0.018603 -0.008017 -0.005175 0.049183 -0.028154 -0.015086 -0.005082 0.022325 0.001007 0.06877 0.016211 -0.023546 0.003342 -0.000584 -0.006645 0.013215 -0.000993 0.002779 -0.027292 -0.006915 0.001588 0.02097 -0.012828 -0.018298 -0.008733 -0.006284 -0.003207 -0.028407 -0.040209 -0.005068 -0.018733 -0.029878 0.027502 0.034213 0.006574 0.025555 -0.022103 0.014195 -0.000313 -0.009668 0.032563 -0.005485 0.043168 0.062307 0.017308 0.007984 0.002384 -0.049084 -0.040854 -0.021308 -0.005508 0.026456 -0.027203 -0.015205 0.005579 -0.005777 0.031016 -0.025119 -0.030949 -0.026453 -0.032774 -0.018385 0.009361 -0.001716 0.026391 0.003835 0.00897 -0.014188 0.018902 -0.001057 0.008089 0.016328 0.050564 -0.056461 -0.010334 -0.0298 0.015961 0.024115 -0.028654 -0.008068 0.01121 -0.008261 -0.017267 -0.009616 0.00498 -0.041914 0.017757 -0.085549 -0.004446 0.000444 0.014287 0.015767 0.020793 0.00868\nລ 0.032809 -0.004465 -0.035637 0.023952 0.008622 0.037677 0.007835 -0.001011 -0.018287 -0.025507 0.021924 0.008755 -0.008377 -0.019833 0.027694 -0.000576 0.005191 -0.023487 -0.003594 -0.033676 -0.017039 0.001562 0.007218 0.006501 0.002521 0.017391 -0.015323 -0.007336 -0.015778 -0.023564 0.022628 -0.029464 -0.017381 -0.039773 0.008732 0.012311 -0.026545 0.035242 0.005055 0.019061 -0.023287 0.009243 -0.000224 -0.001515 -0.021155 -0.024494 0.028738 0.001794 0.000697 0.017653 0.003341 0.044997 0.032391 -0.031669 0.036888 0.00567 0.003566 0.018798 -0.00591 0.024755 -0.028728 -0.023172 -0.010292 -0.013892 0.011924 0.02235 0.036972 -0.013578 0.032987 0.014771 -0.048476 -0.007708 0.017724 0.016531 -0.04232 0.001769 -0.026189 0.021621 -0.027865 -0.012077 0.014786 0.003675 0.00258 0.009872 -0.01611 -0.05241 0.007221 -0.003978 -0.018133 -0.006484 -0.005024 0.019042 0.010687 -0.014711 0.016045 -0.007137 0.002503 -0.037949 0.005316 -0.000187 -0.021111 0.000537 -0.00035 -0.027187 0.013933 0.000844 -0.013358 0.005178 0.033004 -0.003627 0.038331 0.014991 0.025999 -0.011318 0.009085 0.003255 -0.005118 0.004656 -0.011016 -0.035739 0.022144 0.001269 0.040951 0.021101 0.028628 0.012294 -0.008042 -0.011728 -0.014019 -0.012451 -0.012518 -0.004736 -0.012476 0.031513 -0.023003 0.014302 -0.029559 -0.001551 0.002562 0.040103 -0.004803 -0.007668 0.008119 0.021084 -0.034049 -0.045056 0.044576 0.005596 -0.001553 -0.036925 0.007758 0.01087 0.031986 0.016391 -0.000262 0.009109 -0.000961 -0.020424 0.015264 -0.023673 -0.014732 0.016283 0.021989 0.013617 -0.010926 -0.018006 0.019744 -0.020142 0.021378 0.016982 -0.020365 -0.026285 -0.010514 0.034453 -0.018206 -0.025728 -0.005189 -0.003468 -0.037258 -0.020793 0.030263 -0.006858 0.009765 -0.007079 -0.002092 -0.015217 0.005395 0.018371 -0.04692 0.001673 0.012665 0.024433 -0.032131 -0.033317 0.004313 0.03659 -0.022265 0.014047 0.003987 -0.001939 -0.033482 -0.024117 0.014137 0.019372 0.008741 0.019236 0.005977 -0.006261 -0.003463 0.035108 -0.021629 0.001096 -0.005632 0.01564 0.001532 0.059298 0.005822 -0.023783 0.008361 -0.00428 -0.003292 0.00209 -0.008059 0.003915 -0.01728 -0.00308 -0.005111 0.014159 -0.010452 -0.026353 -0.008904 -0.004511 -0.006715 -0.019256 -0.0311 -0.004022 -0.012473 -0.029875 0.027005 0.025089 0.008472 0.024019 -0.024538 0.014157 -0.000624 -0.015158 0.036106 -0.008825 0.036589 0.049357 0.021565 0.008753 -0.001699 -0.036025 -0.028465 -0.019824 0.003157 0.020653 -0.020836 -0.011679 0.007705 -0.010211 0.028253 -0.025387 -0.026718 -0.022265 -0.033248 -0.015303 0.009448 -0.002576 0.019037 0.005328 0.008639 -0.004489 0.011117 0.003586 -0.002755 0.015655 0.037003 -0.044008 -0.001241 -0.013849 0.012341 0.011662 -0.019184 -0.00539 0.011441 -0.010366 -0.016682 -0.014755 0.005789 -0.043353 0.011299 -0.061503 -0.011877 0.009373 0.012834 0.018863 0.020795 -0.000148\n& 0.003333 0.003703 -0.030424 0.001515 0.035348 0.009305 0.009081 0.011408 -0.004808 0.011025 -0.010769 0.009661 -0.02386 -0.027332 0.046465 -0.012207 0.013842 -0.032358 0.020803 -0.048733 -0.006574 -0.022074 -0.024229 -0.017136 0.005526 0.03804 0.017036 -0.003704 0.040907 0.000958 -0.010429 -0.010828 -0.054004 -0.013248 -0.00237 0.007977 -0.00771 0.036244 0.01155 -0.017008 -0.019676 -0.008383 -0.006923 -0.00418 0.027691 0.0042 -0.006495 0.016824 0.009219 0.027104 -0.001615 0.032558 0.04299 -0.011939 0.055657 0.009881 -0.025023 0.03588 -0.004293 0.003278 -0.037913 -0.000506 0.028754 0.001111 0.02995 -0.003815 0.010734 0.015571 0.024434 0.013758 -0.043385 0.006313 0.00283 0.000792 -0.013961 0.003705 0.015085 0.051449 0.047014 -0.002236 -0.006761 0.005611 0.003738 0.021536 -0.047871 -0.058935 -0.015958 -0.006803 -0.007607 -0.002544 0.007503 0.035567 0.007306 -0.026563 -0.010057 -0.021335 0.049218 -0.030832 -0.020443 0.006578 0.019802 -0.015161 -0.007581 0.00012 -0.027473 0.02265 -0.029074 0.002476 0.014992 -0.001889 0.008442 -0.011333 0.021488 0.044745 0.007045 0.005651 -0.013121 -0.024859 -0.007572 -0.02152 0.003891 0.017799 0.019752 0.018886 0.015603 0.000646 -0.026785 0.063082 0.063072 0.004926 -0.001305 0.008859 0.00251 0.002702 -0.018929 0.012994 -0.02818 -0.026063 -0.00325 -0.000476 0.026025 -0.008741 0.037732 -0.0097 0.018741 0.018329 -0.023288 0.010473 0.01818 0.002803 -0.009245 -0.004616 0.01138 0.030723 -0.011052 0.037088 0.014708 -0.019874 -0.000752 0.004455 -0.053123 0.013719 0.033786 0.001696 0.005742 -0.00318 -0.006615 -0.013473 -0.009072 0.011331 -0.005782 -0.018426 -0.008841 0.024869 0.013968 -0.018225 0.000123 0.015487 -0.008201 0.01459 0.00087 -0.007304 0.006005 -0.01402 -0.000779 -0.013509 -0.021443 0.01433 -0.013735 -0.017837 0.021044 -0.012072 -0.005328 -0.012317 -0.003122 0.017306 -0.025725 0.020165 -0.020499 0.008818 -0.040644 0.007832 0.001411 0.006139 -0.015505 -0.003774 -0.001658 -0.025155 0.007191 -0.016685 -0.015881 -0.008266 0.004265 0.009267 -0.042523 -0.022968 -0.011072 -0.017865 0.007801 -0.027664 0.010025 -0.003409 -0.000695 -0.000152 -0.042351 0.032482 -0.006549 0.013362 -0.004579 -0.022598 0.012844 0.023924 -0.034791 -0.047953 0.02385 0.010537 0.037518 0.00029 -0.007307 -0.017806 0.008225 0.002509 0.029478 -0.001982 0.023618 -0.019638 0.033548 -0.014528 0.042996 0.029212 -0.043514 -0.008231 -0.008914 -0.009648 0.009591 0.016149 -0.008675 -0.045842 0.004476 0.006833 0.039818 -0.031899 0.021179 0.043463 -0.014615 -0.027889 -0.000853 -0.023269 -0.018598 -0.031923 -0.041868 -0.01928 -0.018267 0.006141 -0.020318 -0.063667 -0.016518 0.011612 0.036361 -0.002997 0.016715 0.006863 0.022977 0.017446 0.03582 -0.02476 0.012569 -0.047811 -0.028421 -0.016218 -0.015605 -0.02339 0.012678 -0.022641 -0.024494 0.004276 0.007632 0.008045 0.010359 -0.00371\nت 0.028087 0.002122 -0.042121 0.018496 0.005393 0.030196 0.003368 -0.008983 -0.01801 -0.025248 0.031298 0.010323 -0.006663 -0.016467 0.023884 -0.006369 0.008883 -0.016971 -0.011637 -0.039321 -0.015679 0.003463 0.005593 0.009878 0.002295 0.014122 -0.006819 -0.006781 -0.014743 -0.026968 0.020568 -0.026147 -0.015305 -0.035215 0.009632 0.012212 -0.031882 0.03393 0.007935 0.016573 -0.026626 0.007613 0.002878 0.001649 -0.023357 -0.016597 0.031648 -0.001813 -0.00063 0.010812 0.002915 0.039997 0.026212 -0.025814 0.0371 0.00444 -0.001577 0.018932 -0.011838 0.021024 -0.026335 -0.021237 -0.008241 -0.013834 0.014685 0.018726 0.031321 -0.012067 0.030928 0.016439 -0.044671 -0.008186 0.019487 0.017673 -0.037295 0.000385 -0.025423 0.021792 -0.030946 -0.016163 0.010119 -0.002732 0.000322 0.011224 -0.018697 -0.040358 0.002377 -0.001729 -0.013058 -0.003723 -0.005811 0.020213 0.004322 -0.007688 0.013497 -0.00532 -0.002857 -0.032635 -0.000123 -0.000938 -0.018963 0.00332 -0.000951 -0.025716 0.012771 -0.00885 -0.014162 0.010029 0.029128 -0.00828 0.039489 0.019317 0.021678 -0.015566 0.005967 -0.000555 -0.00623 0.000913 -0.01723 -0.036391 0.02084 0.003827 0.031677 0.020065 0.028288 0.011015 -0.007273 -0.008816 -0.008806 -0.015655 -0.010109 0.000382 -0.012353 0.027361 -0.015097 0.009449 -0.026565 0.005647 0.012038 0.036725 -0.000804 -0.007497 0.008186 0.02297 -0.029077 -0.045447 0.041871 0.014445 0.002064 -0.041862 0.009263 0.006427 0.027339 0.022181 -0.002215 0.002828 0.002421 -0.022724 0.010816 -0.018398 -0.02168 0.010135 0.017111 0.015165 -0.01465 -0.015218 0.01546 -0.018353 0.016273 0.013323 -0.022313 -0.020939 -0.008567 0.034425 -0.013935 -0.020322 -0.006925 -0.012624 -0.032581 -0.016465 0.027593 -0.012217 0.005206 -0.014519 -0.005082 -0.01873 0.001865 0.020283 -0.044902 -0.001621 0.013601 0.020309 -0.029954 -0.028478 0.003118 0.034481 -0.019529 0.014801 0.00076 0.001309 -0.028251 -0.026579 0.0172 0.023109 0.012374 0.013525 0.007299 -0.011414 -0.003392 0.034852 -0.01768 -0.002603 -0.008968 0.017856 -0.00333 0.058124 0.004235 -0.02004 0.009346 -0.002162 -0.003297 0.005328 -0.006964 0.003235 -0.02119 -0.00118 -0.000295 0.016139 -0.001613 -0.024355 -0.003975 -0.003839 -0.001988 -0.020283 -0.028904 -0.003031 -0.013038 -0.030318 0.020367 0.016752 0.00674 0.015808 -0.020745 0.009417 0.003415 -0.001681 0.029528 -0.001575 0.033554 0.042961 0.018441 0.003944 -0.000906 -0.033201 -0.024435 -0.020045 -0.004345 0.019922 -0.025224 -0.008109 0.002495 -0.011324 0.024189 -0.025227 -0.026468 -0.016808 -0.026968 -0.015293 0.005581 0.000951 0.014007 -0.001997 0.008933 -0.000287 0.009678 -0.003481 -0.002059 0.011565 0.040744 -0.041129 -0.001609 -0.016143 0.013843 0.010931 -0.016798 -0.004516 0.020368 -0.007749 -0.01601 -0.015884 0.004401 -0.03516 0.010136 -0.057183 -0.006284 0.004776 0.013062 0.012096 0.015816 0.001119\nಹ 0.029503 -0.028507 -0.033518 0.027973 0.021993 0.036333 -0.006805 -0.011972 -0.014847 -0.016622 0.03508 0.032928 -0.002632 -0.032301 0.0142 -0.022234 0.000922 -0.032459 0.007413 -0.046032 0.019341 0.011319 -0.003133 -0.005314 -0.002655 0.012076 0.006943 0.004295 -0.019408 -0.031067 0.029249 -0.010201 -0.027942 -0.035624 0.028206 0.003058 -0.04174 0.046933 0.003959 0.017959 -0.030707 0.017967 -0.003832 -0.01742 -0.029316 -0.003865 0.034474 0.004125 -0.017118 0.021976 -0.010589 0.033727 0.040094 -0.040199 0.034365 0.019177 -0.024316 0.011323 -0.015305 0.013887 -0.047076 -0.015543 -0.00191 0.009594 0.018764 0.002965 0.019414 -0.002115 0.05166 0.02336 -0.057732 -0.005334 0.001701 0.050602 -0.050684 0.023067 -0.036489 0.021693 -0.04895 0.001105 0.008919 0.003356 0.022258 -0.004625 0.009129 -0.055547 0.003859 0.00928 -0.004155 -0.001728 -0.005942 0.002938 0.011219 -0.005553 0.010089 0.002139 -0.003314 -0.010982 -0.003488 -0.018091 -0.005849 0.028843 0.012815 -0.007696 0.031965 -0.007701 -0.002568 -0.022719 0.02383 -0.006375 0.016836 0.012897 0.012709 -0.001107 0.008492 -0.034917 0.016091 -0.024416 -0.021008 0.013045 0.027988 0.012876 0.029786 0.021872 0.029633 0.011847 0.010344 0.014352 0.00128 -0.038622 -0.047155 0.020359 -0.026015 0.034074 -0.015391 0.009392 -0.007869 -0.004662 0.026043 0.016434 -0.00617 0.017101 0.001587 0.007962 -0.051455 -0.048722 0.098188 0.009492 0.028086 -0.045899 -5.7e-05 0.018141 0.012741 -0.014294 0.000872 0.02775 0.020773 -0.027825 -0.005947 -0.012047 -0.054678 0.011645 0.013111 -0.002211 -0.012199 0.005497 0.018938 -0.018622 0.008085 -0.015835 -0.021667 -0.007405 0.017485 0.03018 -0.006094 -0.019682 0.007443 0.007656 -0.040771 -0.013905 0.046805 0.001837 0.036703 0.001067 -0.002958 -0.024211 0.013068 -0.006614 -0.027454 0.025815 0.025412 0.040798 -0.03272 -0.020032 0.00813 0.037958 -0.014521 0.021388 0.016619 0.00179 -0.069909 -0.02941 -0.001775 0.035188 0.009099 0.004311 0.011311 -0.026865 0.002105 0.007422 -0.029486 -0.014728 0.016103 -0.014538 0.002178 0.035146 0.011258 -0.019461 0.026305 0.007867 -0.018999 0.006564 -0.024501 0.009718 -0.035387 0.001837 -0.021277 0.012245 -0.008514 -0.00539 -0.002518 -0.005583 -0.001938 -0.013256 -0.031551 -0.002263 0.004592 -0.018783 0.009907 0.025352 -0.020509 0.012367 -0.008081 0.038775 0.00697 -0.00135 0.038846 -0.003602 0.038323 0.028864 0.010101 0.01031 0.002715 -0.012665 -0.042559 -0.009796 -0.022526 0.009084 -0.016552 -0.005287 -0.007315 -0.022566 0.035296 -0.02105 -0.046129 -0.022564 -0.017986 -0.012345 0.004949 -0.011661 0.015545 -0.005415 -0.011493 0.0096 0.010536 0.016584 0.011378 0.029958 0.03952 -0.065379 -0.012966 0.001595 0.013406 0.004614 -0.020707 -0.015954 0.009224 0.014419 -0.009158 -0.015569 0.026801 -0.021818 0.018784 -0.043705 0.011251 -0.003467 -0.025259 0.019564 0.017372 0.003177\nസ 0.063525 0.011531 -0.075031 0.041226 0.022552 0.071816 0.005798 0.01265 -0.015631 -0.059104 0.061883 0.024705 0.001849 -0.055538 0.046447 -0.005754 0.006914 -0.036611 -0.029174 -0.088078 -0.056893 -0.021701 0.014231 0.019863 -0.007627 0.033285 -0.024725 -0.014974 -0.027872 -0.056836 0.033482 -0.052142 -0.036022 -0.077607 0.00842 0.003231 -0.066571 0.081657 0.018298 0.04812 -0.072055 0.025299 0.00617 -0.011283 -0.07664 -0.028892 0.062532 -0.003385 -0.014823 0.031204 -0.00107 0.090955 0.054913 -0.067891 0.078518 0.02077 -0.023632 0.018349 -0.020509 0.044617 -0.063696 -0.060237 -0.019132 -0.020098 0.026627 0.025782 0.060725 -0.01246 0.06404 0.029995 -0.074421 -0.008012 0.04098 0.028954 -0.075319 0.006097 -0.048574 0.031507 -0.079609 -0.024031 0.017034 -0.007884 0.01028 0.040169 -0.047537 -0.090075 0.011662 -0.00512 -0.055903 -0.002788 -0.025359 0.0575 0.010274 -0.026055 0.027292 -0.01369 0.008532 -0.061178 -0.007654 -0.008856 -0.022957 -0.00759 0.013441 -0.07133 0.024569 -0.007254 -0.010371 0.010168 0.047252 -0.004318 0.075545 0.040521 0.012426 -0.025503 0.014582 -0.003132 -0.009966 -0.001099 -0.018175 -0.064544 0.038286 -0.001566 0.076919 0.050281 0.087623 0.035556 -0.038215 -0.054582 -0.027518 -0.040019 -0.050687 0.019722 -0.034242 0.039226 -0.037181 0.041275 -0.060948 -0.000638 0.005117 0.082896 0.010765 -0.037263 0.013312 0.035123 -0.074987 -0.092027 0.081067 -0.002126 -0.00919 -0.071774 0.014388 0.016151 0.045585 0.060783 -0.000405 -0.007949 0.0079 -0.035465 0.046097 -0.039433 -0.050498 0.036671 0.031229 0.015446 -0.011295 -0.018443 0.047574 -0.05053 0.031294 0.035811 -0.04704 -0.047863 -0.005734 0.067766 -0.042867 -0.045566 -0.038677 -0.019136 -0.052896 -0.028848 0.061998 -0.020737 0.007746 0.008414 -0.02123 -0.046931 0.014991 0.045494 -0.089299 -0.001217 0.019365 0.047551 -0.062575 -0.067512 0.019277 0.082606 -0.040942 0.018997 -0.003922 0.012006 -0.055515 -0.057414 0.020686 0.045646 0.015547 0.04748 0.015907 -0.014681 -0.031435 0.07236 -0.049913 -0.025597 -0.020427 0.024281 -0.003729 0.129846 -0.00038 -0.045277 0.020383 0.011213 -0.025157 0.009363 -0.023915 0.029775 -0.046171 0.0124 -0.002375 0.039428 -0.018362 -0.027678 0.001958 -0.002957 -0.019562 -0.055643 -0.069308 -0.016697 -0.025884 -0.058206 0.061604 0.03217 0.021877 0.023337 -0.040013 -0.006307 -0.000594 -0.027364 0.057275 -0.006982 0.058728 0.100008 0.065842 0.037651 0.00395 -0.070323 -0.052892 -0.038662 0.006291 0.02356 -0.034204 -0.016333 0.00146 -0.023716 0.054262 -0.057528 -0.057955 -0.015886 -0.067627 -0.0255 0.007632 -0.001098 0.029137 0.039756 0.03092 0.002308 0.045918 0.022258 -0.013701 0.027628 0.081614 -0.096629 0.000246 -0.054783 0.018551 0.028664 -0.033077 -0.015609 0.033917 -0.027237 -0.012443 -0.020381 0.00052 -0.073484 0.016288 -0.116897 -0.018274 0.013943 0.031735 0.02866 0.035043 -0.013565\nฺ 0.016799 0.010238 -0.044034 0.017307 0.011856 0.021978 0.005874 0.000571 -0.027029 -0.03643 0.01346 0.008337 -0.017995 -0.033179 0.018741 0.021461 -0.007332 -0.019211 -0.007309 -0.035157 -0.011121 -0.005224 0.010612 0.009874 0.00623 0.005021 -0.00856 -0.009528 -0.009364 -0.03091 0.009642 -0.031372 -0.023554 -0.054687 0.007642 0.010752 -0.013993 0.024351 0.014085 0.023654 -0.033468 0.002661 -0.001754 0.001145 -0.035077 -0.029027 0.034208 -0.00073 0.008605 0.021958 -0.007522 0.045352 0.030019 -0.042701 0.039068 -0.004404 0.002766 0.016753 -0.004518 0.025824 -0.035218 -0.022559 -0.007976 -0.044826 0.004944 0.031997 0.036705 -0.014365 0.047176 0.018114 -0.042568 0.005512 0.011878 0.028315 -0.047218 0.020425 -0.030399 0.000131 -0.005039 -0.016066 0.011276 -0.011599 -0.001291 0.014681 -0.031262 -0.054241 0.030241 -0.022316 -0.034058 0.005535 -0.021716 0.013186 0.004243 -0.01952 0.011776 0.010167 -0.002488 -0.038494 0.010162 -0.026276 -0.020943 0.006516 -0.02184 -0.034037 -0.003177 -0.003735 0.024025 0.001395 0.02007 -0.009356 0.042094 0.014629 0.031784 -0.017982 -0.001219 0.00855 -0.004586 -0.004229 -0.026391 -0.020084 0.02303 -0.004543 0.037807 0.023701 0.024411 0.020533 0.002879 -0.024573 -0.008543 -0.020228 -0.00752 -0.010228 -0.0083 0.038733 -0.027504 0.013925 -0.037351 -0.017525 0.002447 0.050107 -0.00656 -0.002338 0.012679 0.020684 -0.026209 -0.047935 0.029871 0.014623 0.004387 -0.032195 -0.002595 0.004932 0.052974 0.022395 -0.013554 -0.000813 -0.003154 -0.010456 0.015426 -0.025132 -0.015973 0.013708 0.008947 0.015704 -0.003497 -0.012702 0.009835 -0.003248 -0.005885 0.016476 -0.031218 -0.018116 -0.018638 0.029361 -0.010265 -0.035232 -0.009278 0.008084 -0.029731 -0.011203 0.030873 -0.011861 0.007653 -0.011743 -0.006246 -0.005265 0.006991 0.021411 -0.056029 0.017348 -0.002557 0.019005 -0.026912 -0.040396 -0.004971 0.028941 -0.005463 0.009065 -0.009315 -0.000599 -0.030152 -0.022089 0.012394 0.017993 0.013341 0.02696 0.014277 -0.008734 0.006044 0.010583 -0.02521 -0.003262 -0.012791 0.028039 -0.01109 0.075117 0.004189 -0.02795 0.012046 -0.01519 -0.020892 0.011778 -0.003789 -0.004469 -0.023002 0.008454 -0.010812 0.024072 -0.010732 -0.029299 0.00229 0.006004 -0.001021 -0.023282 -0.027806 -0.004353 -0.00921 -0.030138 0.009917 0.028743 0.000431 0.01462 -0.021735 0.008915 -0.007255 0.000623 0.040284 0.003039 0.025157 0.054798 0.037467 0.000924 -0.001053 -0.033363 -0.0296 -0.009193 -0.000336 0.02127 -0.015265 -0.001641 0.002813 0.00186 0.037425 -0.026463 -0.022655 -0.015881 -0.027064 -1.7e-05 0.001082 -0.001499 0.021874 -0.001117 -0.003816 -0.023115 -0.004616 0.003505 -0.020859 0.024287 0.027313 -0.055168 0.011928 -0.011256 0.005233 -0.002588 -0.009061 0.003695 0.010851 -0.002168 -0.011008 -0.00735 0.002069 -0.024682 0.007803 -0.043163 -0.01369 -0.006632 0.004147 0.017296 0.016896 -0.006882\nʽ 0.044838 0.023113 -0.066602 0.028741 -0.00612 0.030749 0.001799 0.006446 -0.047743 -0.03271 0.042714 0.013203 0.010559 -0.033432 0.034677 -0.029198 0.012403 -0.046315 -0.009299 -0.041304 -0.017111 -0.002531 0.011157 0.033604 0.049927 0.05297 -0.03202 -0.027528 -0.02397 -0.057426 0.046123 -0.068985 -0.027095 -0.059776 0.032336 0.043041 -0.039541 0.063399 -0.013116 0.007392 -0.054075 0.005317 -0.031214 0.027089 -0.019754 -0.035342 0.079761 0.009288 0.00812 -0.009107 0.00439 0.064984 0.06787 -0.072044 0.082008 0.009014 -0.008187 0.047192 -0.031413 0.062595 -0.046246 -0.054383 -0.025507 -0.03164 0.039908 0.032443 0.057855 -0.036656 0.046653 0.03042 -0.076332 -9.2e-05 0.009163 0.01169 -0.092283 0.007109 -0.049085 0.051836 -0.06028 -0.018964 0.023563 -0.020203 0.007388 0.051397 -0.046915 -0.096668 0.034842 0.025063 -0.032311 -0.032645 0.014355 0.035263 0.018423 -0.030516 -0.009698 -0.00878 0.01383 -0.047729 -0.003788 -0.025664 -0.001283 0.021323 0.010626 -0.049376 0.052125 -0.036811 -0.006505 0.008258 0.051381 0.00619 0.079023 0.0236 0.041128 -0.03069 -0.009103 -0.040668 0.010824 0.024869 -0.026867 -0.04267 0.045299 -0.009361 0.031244 0.003239 0.079099 0.028899 -0.037345 -0.030862 -0.038219 -0.028137 -0.032079 0.020827 -0.000458 0.023929 -0.044963 0.033903 -0.051117 -0.004806 0.022607 0.067309 -0.016584 -0.015109 0.011851 0.039027 -0.027348 -0.04383 0.050687 0.007146 -0.017747 -0.055741 0.022058 0.004153 0.056458 0.067677 -0.028227 0.024138 0.001069 -0.043685 0.027535 -0.036481 -0.023869 0.03986 0.039538 0.001871 0.036445 -0.021583 0.014982 -0.053116 0.027652 -0.009562 -0.058453 -0.029166 0.018431 0.074224 -0.005211 -0.026916 -0.033993 -0.004003 -0.063306 -0.052613 0.06268 -0.018882 0.020231 -0.00071 -0.034151 -0.030564 0.001625 0.008832 -0.082339 0.023122 -0.005181 0.056075 -0.044574 -0.07351 0.00329 0.039665 -0.02871 0.01091 0.00982 0.00208 -0.048151 -0.070093 -0.006701 0.049266 0.030559 0.006782 0.023771 0.002065 -0.027134 0.046444 0.002445 0.001854 -0.033666 0.03504 -0.019031 0.101412 -0.002047 -0.036618 0.001318 -0.030071 -0.034199 0.000869 -0.007727 -0.006656 -0.037649 -0.020098 -0.007625 0.041795 -0.016315 0.00204 0.016354 0.009263 -0.022646 -0.047875 -0.027714 0.009754 -0.055968 -0.059006 0.025657 0.023478 -0.015614 0.034396 -0.016526 0.011146 -0.030843 -0.033474 0.04841 -0.017054 0.045414 0.079868 0.018788 -0.026597 -0.004516 -0.087184 -0.072233 -0.007356 0.019642 0.013188 -0.005699 -0.051762 0.010935 -0.029663 0.04593 -0.006741 -0.066335 -0.048001 -0.035021 -0.039754 0.022986 -0.000524 0.010762 0.010154 0.013343 -0.011245 0.046801 -0.016353 -0.033174 0.03237 0.08126 -0.066802 0.01374 -0.023412 0.017643 0.00284 -0.044739 0.007293 0.023906 -0.013033 -0.025127 -0.024157 0.007839 -0.060149 -0.001201 -0.085323 -0.016984 0.015184 0.033304 0.019606 0.032163 -0.018343\n̼ -0.012824 0.026961 -0.025796 0.015888 0.004242 0.004212 0.026645 -0.015108 -0.00456 0.025093 0.03886 -0.021099 -0.012875 -0.003492 0.000497 0.017063 0.011508 0.003174 -0.01661 -0.042132 0.0056 0.008381 -0.032243 0.029291 0.01348 0.006348 0.010107 -0.009369 -0.018841 -0.019228 0.024957 -0.030925 -0.009119 0.006369 -0.005456 0.006388 -0.014714 0.015388 -0.002003 0.015592 -0.030562 0.012152 -0.02933 -0.019057 0.01422 -0.000745 0.022568 -0.00069 -0.007923 -0.022797 0.00313 0.016076 0.031783 -0.013447 0.025584 0.027194 0.012129 0.024632 -0.003121 0.008664 0.004398 -0.035937 -0.006652 -0.016462 -0.014502 0.013797 0.031582 -0.019588 -0.011693 0.015851 -0.01627 -0.020312 0.022043 -0.004863 -0.023513 -0.00114 0.004155 -0.00603 -0.051294 -0.001273 -0.027839 0.015006 -0.001278 -0.016995 0.002962 0.00999 -0.011193 -0.011696 0.012861 0.007684 -0.000716 0.024319 0.03386 -0.012547 0.032436 0.037635 0.027037 -0.021498 -0.014024 0.024697 -0.009326 0.01429 -0.02425 -0.035974 0.023378 -0.041001 -0.005109 0.004651 0.009691 -0.001479 0.055836 0.001086 -0.000107 -0.006255 -0.005171 -0.00881 -0.028784 -0.004898 -0.019805 -0.009165 0.002488 -0.003377 0.009613 0.000655 0.010357 0.004129 0.006769 -0.017564 -0.00554 0.01768 0.020591 0.02946 -0.045093 0.036437 0.012799 0.036952 -0.018491 -0.039709 -0.024501 -0.00475 -0.005529 -0.010367 0.001526 -0.011223 -0.028208 -0.017407 0.008634 4.6e-05 0.01073 -0.035945 0.022459 -0.036507 0.01688 -0.023803 -0.018291 -0.02532 -0.010802 -0.040827 -0.005217 -0.012053 0.005317 -0.003392 -0.01229 0.028394 0.012629 0.002848 0.02739 0.014988 0.010458 -0.003058 -0.023428 -0.01313 -0.00534 0.008093 -0.032837 -0.014869 0.016223 -0.025153 -0.002723 0.016713 -0.012935 -0.010907 -0.01423 -0.001051 -0.012885 0.01397 -0.005076 -0.014578 -0.016507 -0.027427 0.02669 -0.004479 -0.029567 -0.001779 0.014425 0.022334 0.011751 -0.002238 0.005578 0.028046 -0.002137 0.005858 0.001344 -0.012653 0.035147 -0.023635 -0.026807 -0.013548 -0.01695 0.033348 -0.002391 0.017294 0.01818 -0.006594 0.001253 0.044801 0.037525 -0.008621 0.013654 0.022662 0.005836 -0.024726 -0.038288 0.02367 -0.01092 0.002783 0.011488 0.01266 0.016566 -0.016453 -0.022462 0.00758 -0.009545 0.027959 0.007584 0.006056 -0.025555 -0.037378 -0.010356 0.033987 -0.008321 -0.00547 -0.01129 -0.019809 -0.015525 0.024072 -0.014932 -0.003899 0.019424 0.045161 -0.014448 -0.032352 -0.011425 -0.007802 -0.026823 -0.019208 -0.019272 0.006919 -0.001174 -0.00286 -0.009495 -0.009534 0.008034 -0.025573 -0.015018 0.001862 -0.033035 -0.006885 0.006924 -0.023385 0.019706 -0.007067 0.025496 0.024809 -0.023704 -0.033707 0.003037 -0.022461 0.018421 0.000899 -0.029276 0.000791 0.018987 -0.009607 -0.010736 -0.020567 -0.003658 -0.024669 -0.010802 0.002609 -0.026357 -0.034346 -0.000519 -0.018655 -0.006877 0.009523 -0.005419 0.016628 -0.007556 0.023867\nо 0.039131 0.007087 -0.052076 0.023292 0.017092 0.035969 0.006 -0.000266 -0.017115 -0.032718 0.043871 0.012221 -0.012179 -0.031244 0.039843 -0.013253 0.006245 -0.025733 -0.014583 -0.0484 -0.014356 0.000926 0.007333 0.014915 0.006548 0.024831 -0.008114 -0.012427 -0.018116 -0.027585 0.021237 -0.038432 -0.01653 -0.043147 0.012451 0.018202 -0.046977 0.044794 0.006117 0.020478 -0.03535 0.013854 0.003778 0.002462 -0.030502 -0.026907 0.039721 -0.001968 -0.004965 0.020908 0.013467 0.058741 0.035192 -0.038059 0.044785 0.01306 -0.00087 0.022879 -0.008513 0.028436 -0.032663 -0.029669 -0.008347 -0.019315 0.017643 0.023539 0.036978 -0.015324 0.030397 0.017821 -0.053439 -0.00833 0.021683 0.016166 -0.056234 0.001521 -0.036921 0.033305 -0.029044 -0.014504 0.016346 -0.001914 -0.000243 0.026017 -0.025168 -0.056905 0.003333 0.003439 -0.027047 -0.004674 -0.010057 0.026272 0.00588 -0.019157 0.016878 -0.007053 0.002791 -0.040074 -0.002351 -0.006598 -0.01791 -0.002279 -0.002324 -0.032181 0.020215 0.001471 -0.015942 0.010943 0.03993 -0.00271 0.051466 0.02546 0.022927 -0.011379 0.014475 0.007367 -0.015837 0.001202 -0.014599 -0.044499 0.023487 0.005983 0.043257 0.030187 0.033597 0.007442 -0.008815 -0.026338 -0.013372 -0.019894 -0.020073 -0.004305 -0.014487 0.0296 -0.024938 0.013619 -0.02781 0.009567 0.010381 0.044812 -0.005116 -0.015265 0.014286 0.031137 -0.037235 -0.054951 0.046216 0.007893 0.005946 -0.043495 0.004193 0.004153 0.034201 0.03058 -0.009208 0.001285 -0.00193 -0.025162 0.018589 -0.020224 -0.021372 0.020186 0.018573 0.016874 -0.021427 -0.007404 0.025772 -0.02572 0.017679 0.024914 -0.027715 -0.02745 -0.011856 0.038906 -0.019043 -0.030754 -0.008817 -0.005252 -0.041014 -0.02969 0.037397 -0.010064 0.004634 -0.010431 -0.009201 -0.019763 0.003409 0.021476 -0.06461 0.007424 0.025669 0.029709 -0.030873 -0.042302 0.009414 0.042531 -0.01422 0.01889 0.005004 0.005693 -0.045317 -0.041058 0.015034 0.029658 0.018297 0.018532 0.010792 -0.014075 0.000489 0.040326 -0.028682 -0.006018 -0.0071 0.020573 -0.003261 0.075716 0.003371 -0.026942 0.006809 -0.008192 -0.010092 0.011904 -0.009548 0.006432 -0.019249 -0.007039 -0.000787 0.022285 -0.012773 -0.026935 -0.008497 0.000723 -0.007051 -0.032773 -0.042582 -0.003172 -0.005164 -0.041686 0.032334 0.027943 0.005999 0.025196 -0.024947 0.0171 0.008082 -0.01192 0.051956 -0.007099 0.045678 0.05661 0.03216 0.004735 0.007914 -0.048975 -0.046748 -0.021834 -0.003379 0.026573 -0.03011 -0.012555 0.004021 -0.008878 0.0302 -0.029463 -0.029116 -0.02236 -0.033867 -0.023155 0.008307 -0.000823 0.01491 -0.004489 0.008746 -0.005881 0.015619 0.00875 0.004483 0.010833 0.041277 -0.054629 -0.003054 -0.024455 0.016478 0.015754 -0.022606 0.00117 0.019197 -0.014895 -0.021486 -0.018069 0.00801 -0.043968 0.009272 -0.067548 -0.012478 0.013561 0.015448 0.01878 0.020262 0.003798\nễ 0.040954 -0.004226 -0.062586 0.031653 0.034754 0.039426 0.039072 -0.011375 -0.024076 -0.035933 0.035376 -0.027817 -0.003426 0.001691 0.020343 0.006301 0.016226 -0.034336 -0.004134 -0.025422 -0.039395 0.004079 0.000933 0.011031 -0.017268 0.032019 -0.0105 0.000432 0.014039 -0.031455 0.007989 -0.024591 0.011551 -0.02301 0.015633 0.01202 -0.043604 0.019399 0.004383 0.043526 -0.020902 0.017344 -0.001962 -0.009747 -0.034358 -0.056365 0.04046 -0.002953 0.00824 0.01987 0.006138 0.033573 0.043638 -0.030826 0.067696 0.009337 -0.01399 0.032788 8.6e-05 0.00884 -0.03333 -0.032915 -0.010949 0.003224 0.000974 0.017934 0.039638 -0.017206 0.04797 0.02186 -0.043601 -0.001975 0.02752 0.020801 -0.056686 0.036766 -0.0003 0.034557 -0.019949 -0.010542 0.015058 -0.013046 0.014597 0.042315 -0.022741 -0.061467 5.9e-05 -0.013977 -0.015673 -0.018607 0.019648 0.030448 -0.01069 -0.022573 0.01594 -0.005266 0.007131 -0.017336 0.000478 -0.010369 -0.008549 0.01578 -0.002684 -0.024369 0.028794 0.00076 -0.009634 -0.008113 0.060728 -0.008765 0.024342 0.014093 -0.007593 -0.011962 0.025479 0.005836 -0.014686 -0.015079 -0.019635 -0.043389 0.011163 -0.008741 0.057677 0.023787 0.027055 0.011897 -0.01515 -0.021056 -0.01569 -0.003128 -0.019735 -0.011821 -0.031169 0.001601 -0.034345 0.013682 -0.023733 0.02011 0.01558 0.043677 0.00056 -0.007412 0.033759 0.029798 -0.029899 -0.04879 0.04792 -0.005205 -0.010931 -0.050957 -0.015754 -0.000146 0.04446 0.037713 -0.000804 0.016312 0.001431 -0.010241 0.010878 -0.030059 -0.022811 0.021944 0.034895 0.00105 -0.018474 -0.014652 0.028211 -0.013524 0.010793 0.020679 -0.042785 -0.026877 -0.021735 0.016186 -0.035451 -0.01617 0.010695 0.012032 -0.042696 -0.048464 0.03554 0.001205 0.00535 -0.011748 -0.000986 -0.012487 0.00142 0.015712 -0.054552 -0.019897 0.022435 0.02152 -0.030548 -0.040714 -0.017573 0.041787 0.009595 0.011845 0.015105 0.002108 -0.051847 -0.047756 0.010761 0.029753 0.025822 0.011491 0.015371 -0.00247 -0.027406 0.036678 -0.036476 -0.000459 0.008698 0.02108 0.015491 0.055645 0.012225 -0.03208 0.020187 0.011565 0.009878 0.033467 0.009983 -0.016993 -0.011808 -0.004883 0.025152 0.01124 -0.003598 -0.016973 -0.000113 -0.014584 -0.035629 -0.040238 -0.044822 0.016457 0.00134 -0.041079 0.027854 0.013165 -0.012721 0.065262 -0.005287 0.027747 0.004376 -0.025684 0.025181 0.000332 0.041333 0.07214 0.010329 0.007359 0.021977 -0.060074 -0.03219 -0.005473 -0.00279 0.037141 -0.012062 -0.031593 0.027427 0.009959 0.013522 -0.043284 -0.056957 -0.029608 -0.031136 0.000168 0.001042 0.004018 0.004953 -0.013012 0.000218 -0.014511 0.019969 -0.021262 -0.002319 0.045005 0.042834 -0.048991 0.001911 -0.010032 0.004911 0.024566 -0.040859 -0.0025 -0.002203 -0.003093 -0.044035 -0.00267 0.027515 -0.042353 0.010547 -0.050059 -0.024349 0.024869 0.010437 1.5e-05 0.042483 -0.010398\nো 0.037876 0.020135 -0.071921 0.023338 0.034557 0.035405 0.006092 -0.004515 -0.027739 -0.045128 0.047921 0.01044 -0.008508 -0.034293 0.045458 -0.000614 0.005617 -0.029241 -0.037188 -0.054322 -0.031124 0.006666 0.006162 0.005608 0.020325 0.022195 -0.023098 -0.030633 -0.026458 -0.052831 0.018245 -0.031654 -0.025432 -0.061262 0.007918 0.021025 -0.045917 0.056895 -0.001777 0.032591 -0.043747 0.013996 0.003824 0.001766 -0.044328 -0.031181 0.03592 -0.006708 -0.012495 0.012179 0.000138 0.07079 0.037897 -0.045862 0.05606 0.008117 -0.007116 0.025247 -0.015136 0.033422 -0.040056 -0.035782 -0.007519 -0.018435 0.014927 0.052557 0.052933 -0.002194 0.04222 0.029984 -0.074914 0.002399 0.027954 0.029613 -0.056851 0.013423 -0.049212 0.046653 -0.048278 -0.015664 0.012325 0.008247 0.000204 0.024107 -0.01797 -0.050952 0.012007 -0.003357 -0.027148 -0.004318 -0.021994 0.024012 0.01222 -0.016981 0.018045 0.003765 0.004666 -0.055289 -0.000988 0.001559 -0.029163 -0.001414 0.00469 -0.046813 0.004105 0.011424 -0.021644 0.018363 0.044136 -0.015869 0.049842 0.032498 0.028163 -0.030734 0.021523 0.013109 0.000249 -0.001756 -0.021074 -0.035517 0.048084 -0.003149 0.052055 0.040295 0.038224 0.02474 -0.02353 -0.018227 -0.0237 -0.025335 -0.031196 -0.010871 -0.015954 0.044389 -0.039066 0.008999 -0.030795 0.011385 0.015197 0.064271 0.004386 -0.021773 0.007531 0.035107 -0.059092 -0.05894 0.069723 0.018755 0.001021 -0.053644 -0.004219 0.025255 0.039418 0.027143 0.015253 0.006427 0.024642 -0.02118 0.016037 -0.025279 -0.03405 0.037409 0.021943 0.009097 -0.004627 -0.02222 0.013678 -0.023402 0.026568 0.028453 -0.043989 -0.016793 -0.018657 0.044206 -0.029844 -0.047222 -0.012424 -0.003625 -0.047609 -0.03028 0.038659 -0.021187 0.018751 -0.01926 -9.9e-05 -0.007369 0.008755 0.039607 -0.069032 0.010927 0.02799 0.024362 -0.029386 -0.062582 0.0116 0.060018 -0.022528 0.014995 0.001547 0.008372 -0.049837 -0.046148 0.008437 0.026878 0.013158 0.014684 0.023546 -0.018042 -0.004657 0.06046 -0.030578 -0.00763 0.000398 0.003338 -0.003642 0.1071 0.016432 -0.023734 0.019665 -0.004228 -0.018771 -0.000747 0.004652 0.00952 -0.036568 -0.009333 0.009118 0.021663 -0.021921 -0.026071 0.002633 0.003448 -0.006304 -0.011743 -0.061118 -0.020875 -0.031259 -0.039328 0.035459 0.025 -0.004056 0.034497 -0.023761 0.012097 0.009858 -0.007889 0.04466 -0.009841 0.052386 0.074269 0.018188 0.014476 0.003478 -0.042899 -0.059188 -0.042146 -0.013499 0.044272 -0.024917 -0.018746 -2.7e-05 -0.023097 0.049378 -0.039475 -0.042739 -0.013443 -0.03388 -0.015128 0.023384 0.001243 0.029897 0.01016 0.024898 0.001938 0.005463 0.014956 0.001604 0.024827 0.07176 -0.075088 -0.007705 -0.016256 0.014522 0.023964 -0.01941 -0.014629 0.029186 -0.009567 -0.026309 0.002833 0.01219 -0.05233 0.026587 -0.085206 -0.006559 0.014823 0.016989 0.032258 0.01877 0.012504\n્ 0.0485 -0.002357 -0.037099 0.017487 0.012042 0.027113 0.008488 -0.016855 -0.038153 -0.030945 0.055919 0.019089 -0.02558 -0.024026 0.021701 0.010157 0.00829 0.004616 -0.02302 -0.039969 -0.00158 -0.016774 0.007799 0.019033 -0.007055 0.027716 -0.008505 -0.011627 -0.024238 -0.013607 0.025829 -0.020559 -0.011277 -0.015273 0.008035 0.012142 -0.024265 0.025654 0.001724 0.01715 -0.02771 -0.012798 0.006876 0.017432 -0.018549 -0.01547 0.043291 -0.008908 0.02202 0.031041 -0.001658 0.030994 0.01959 -0.000472 0.061561 -0.010997 -0.012072 0.017388 -0.007958 0.031326 -0.030802 -0.02891 0.003258 0.000986 0.001746 0.002936 0.072121 -0.008593 0.011196 0.01974 -0.064465 -0.016435 0.009289 0.033289 -0.040829 -0.007666 -0.024939 -0.002599 -0.03279 -0.040812 0.020596 -0.013266 0.005814 0.016268 -0.013049 -0.032905 -0.004681 -0.0055 -0.002706 -0.002934 0.003446 0.010544 0.009629 -0.011451 -0.01735 0.005364 -0.01662 -0.038493 -0.00487 -0.007569 -0.027628 0.000194 0.000421 -0.027237 0.006167 -0.014633 -0.02495 0.018631 0.025451 -0.001083 0.044922 0.021451 0.016957 -0.029656 -0.004568 -0.009838 -0.01413 0.005191 -0.02791 -0.03538 0.026787 0.011952 0.038147 0.029801 0.031064 0.009694 -0.017095 -0.009865 -0.003935 -0.01261 -0.001521 -0.019141 9e-05 0.032787 -0.02016 0.00379 -0.037433 -0.000533 -0.006955 0.042518 -0.006806 -0.015586 0.018814 0.017128 -0.04433 -0.050904 0.06323 0.04295 0.016386 -0.034866 0.006373 0.023895 0.03606 0.012088 -0.006217 0.026285 -0.009477 -0.030306 0.023971 -0.02768 -0.004262 0.008426 0.028264 0.041538 -0.009933 -0.020694 -0.012028 -0.016882 0.029742 0.004168 -0.035117 -0.028584 -0.019086 0.030315 -0.021648 -0.035116 -0.011618 -0.00693 -0.040751 -0.018726 0.010225 -0.015684 0.000894 -0.001702 -0.003626 -0.01869 -0.003101 0.027941 -0.030806 0.007984 0.01869 0.030117 -0.015805 -0.034183 -0.024866 0.024789 -0.036344 0.030148 -0.002711 -0.016799 -0.033005 -0.002645 -0.003085 0.047808 0.03379 0.003464 0.027348 0.0039 -0.014033 0.033664 -0.015003 -0.000791 0.01375 0.010994 0.01352 0.015135 0.040601 -0.001896 0.008931 0.022928 0.008332 -0.013929 -0.003046 0.002684 -0.022902 -0.013268 0.013667 0.011103 -0.011515 -0.010588 -0.028241 0.003876 -0.006476 -0.015574 -0.026657 0.020019 -0.000375 -0.043647 0.01653 0.012141 0.012053 -0.003762 -0.031116 0.010076 -0.019259 0.018521 0.025976 -0.007887 0.034022 0.051431 0.011309 0.015823 -0.021496 -0.015622 -0.014423 -0.016709 -0.029285 0.032433 -0.018429 -0.00794 0.005273 -0.024141 0.041574 -0.035643 -0.020909 -0.030702 -0.027337 -0.021489 0.004282 0.00808 0.010835 0.004282 0.007043 0.014469 0.016262 0.011243 0.004974 0.028084 0.030979 -0.065175 -0.004243 -0.022129 0.002377 0.034352 -0.022992 -0.033681 0.020123 -0.018267 -0.027436 0.00525 0.030613 -0.027585 0.011663 -0.072815 -0.007681 0.00056 0.018018 0.003193 0.013867 0.00756\nד 0.037195 0.003244 -0.058295 0.029993 0.012215 0.040303 0.008664 -5.8e-05 -0.023134 -0.035788 0.035249 0.018513 -0.007966 -0.031971 0.038665 -0.004668 0.011105 -0.032606 -0.013121 -0.050513 -0.026602 0.004406 0.005367 0.017446 0.004808 0.022612 -0.009084 -0.008827 -0.015624 -0.029525 0.021709 -0.035721 -0.021075 -0.051029 0.012634 0.017667 -0.04297 0.045187 0.010101 0.027234 -0.034481 0.014097 -0.001166 0.001378 -0.034453 -0.034561 0.041553 -0.001786 -0.001532 0.021585 0.007963 0.063219 0.040045 -0.038293 0.043785 0.011119 -0.004434 0.029925 -0.01779 0.031837 -0.034394 -0.034052 -0.012333 -0.015826 0.017925 0.025036 0.045643 -0.014591 0.041845 0.020504 -0.05309 -0.004048 0.027659 0.0178 -0.054992 0.007408 -0.032297 0.033495 -0.030933 -0.017107 0.013662 -0.001027 -0.000229 0.022561 -0.024086 -0.063869 0.004945 -0.011695 -0.026333 -0.006572 -0.010721 0.03009 0.005812 -0.020727 0.011553 -0.012217 -0.000511 -0.045014 -0.002279 -0.006318 -0.020504 -0.001357 0.000801 -0.036672 0.011815 -0.005833 -0.018338 0.010332 0.04167 -0.003806 0.045166 0.019797 0.023642 -0.020069 0.008934 0.004458 -0.015908 0.001719 -0.016795 -0.049736 0.027097 -0.001042 0.049106 0.021599 0.037278 0.015395 -0.01558 -0.020238 -0.019538 -0.019027 -0.017881 -9.2e-05 -0.022303 0.034331 -0.023988 0.019152 -0.031731 0.000238 0.005941 0.055409 -0.002292 -0.009444 0.015814 0.031632 -0.03995 -0.05099 0.051848 0.006659 -0.002002 -0.042982 0.007048 0.012521 0.039212 0.032205 -0.00494 0.003601 -0.002125 -0.025902 0.019139 -0.029893 -0.02172 0.020927 0.027146 0.014271 -0.012509 -0.018301 0.020923 -0.027219 0.024365 0.025525 -0.032618 -0.027488 -0.010202 0.037926 -0.021555 -0.033853 -0.016114 -0.009385 -0.042827 -0.0235 0.039828 -0.008811 0.006433 -0.009687 -0.004068 -0.01854 0.002224 0.025307 -0.068999 0.003963 0.010826 0.031484 -0.037307 -0.04205 0.003409 0.048132 -0.025344 0.011472 0.000193 0.002896 -0.039566 -0.041982 0.02025 0.026152 0.020424 0.023226 0.014433 -0.009535 -0.008924 0.045778 -0.028824 -0.00493 -0.011585 0.017287 -0.003385 0.08027 0.001405 -0.026656 0.004667 -0.004416 -0.007087 0.011744 -0.007934 0.010003 -0.025751 0.001627 0.001518 0.021562 -0.011467 -0.027062 -0.003583 0.000921 -0.004638 -0.025215 -0.042418 -0.004526 -0.015395 -0.0385 0.035026 0.025027 0.01146 0.03134 -0.022926 0.010545 0.01025 -0.015073 0.045444 -0.006757 0.04743 0.061127 0.034051 0.008005 0.006098 -0.054907 -0.039126 -0.023031 -0.004562 0.023367 -0.023875 -0.015286 0.007156 -0.012468 0.036394 -0.027378 -0.038144 -0.020889 -0.036187 -0.015646 0.010562 -0.002744 0.022693 -0.000201 0.010723 -0.007371 0.013683 0.006717 -0.005838 0.026149 0.051768 -0.055933 -0.006973 -0.021209 0.014955 0.015626 -0.025481 0.001452 0.023095 -0.008032 -0.018087 -0.024346 0.010804 -0.050177 0.012491 -0.071178 -0.010202 0.007139 0.013755 0.017168 0.026654 0.00226\nɒ 0.008541 0.003222 -0.043617 0.018061 0.020808 0.039698 0.020978 0.002095 -0.010442 -0.02442 0.049287 0.00508 -0.003459 -0.016502 0.028003 0.00272 0.002997 -0.029236 -0.006432 -0.034587 -0.018392 -0.003486 -0.004676 0.013741 0.010999 0.016473 -0.006387 0.003051 -0.014493 -0.035742 0.032794 -0.02517 -0.018971 -0.008776 -0.003968 0.005618 -0.024556 0.033119 0.017988 0.015153 -0.040335 0.016916 0.006841 0.011966 -0.007795 -0.020728 0.023495 0.006766 -0.003648 0.007194 4.5e-05 0.048168 0.028299 -0.026893 0.033906 0.010617 0.006001 0.031601 -0.009912 0.023267 -0.022278 -0.026994 -0.01046 -0.007976 0.008448 0.019091 0.040245 -0.023549 0.028761 0.02098 -0.029259 -0.00879 0.014399 0.013878 -0.042416 -0.008436 -0.01167 0.00696 -0.025869 -0.014534 0.016441 -0.00912 0.004911 0.010189 -0.028309 -0.055835 0.008398 -0.010834 -0.004505 0.005073 -0.00772 0.021282 0.00253 -0.009777 0.006029 -0.018963 0.004893 -0.039887 -0.008615 -0.014691 -0.015931 -0.003075 -0.012676 -0.022671 0.006759 -0.01198 -0.016746 0.004756 0.019292 -0.007375 0.043025 0.014312 0.019908 -0.006388 0.012799 -0.006089 -0.017096 -0.000901 -0.013914 -0.035982 0.029882 0.010466 0.024388 0.010911 0.024559 0.006889 0.002228 -0.007366 -0.02081 -0.013594 -0.003286 0.011278 -0.016876 0.030807 -0.011758 0.009153 -0.032132 0.002016 0.006607 0.040213 -0.00587 -0.001484 0.016217 0.014387 -0.025776 -0.043312 0.035121 0.0002 0.005903 -0.053126 0.003864 0.015215 0.027816 0.014141 -0.010354 -0.005004 -0.003545 -0.026378 0.011204 0.002846 -0.014066 0.006418 0.028159 0.009335 -0.021087 -0.014721 0.015611 -0.013351 0.010564 0.028003 -0.038951 -0.022792 -0.013261 0.022855 -0.00781 -0.022058 -0.002924 -0.008459 -0.030805 -0.011195 0.025832 -0.003901 0.007713 -0.007351 -0.012241 -0.020142 -0.002152 0.006624 -0.035094 -0.003656 0.022476 0.020849 -0.03156 -0.036169 -0.000957 0.038658 -0.01618 0.014119 0.003679 0.00439 -0.031421 -0.030486 0.027817 0.016665 0.014326 0.006817 -0.000853 -0.028928 -0.005451 0.032267 -0.027561 0.004306 -0.002711 0.020832 -0.000806 0.041881 0.008598 -0.014608 0.02162 -0.000841 -0.008134 -0.002428 -0.005604 0.011466 -0.019448 0.009028 0.002145 0.006959 0.01338 -0.020778 -0.010702 0.007533 0.004381 -0.022686 -0.01666 0.006754 -0.015623 -0.027851 0.023709 0.012812 -0.000268 0.024999 -0.015996 0.009325 -0.000167 -0.007096 0.027617 0.006651 0.030863 0.041851 0.01601 0.011784 -0.002439 -0.03307 -0.026799 -0.019383 -0.017312 0.007956 -0.021542 -0.014097 0.015818 -0.010699 0.018793 -0.007956 -0.012639 -0.010461 -0.01822 -0.001606 -0.005531 0.012222 0.00457 -0.020265 0.007345 0.000906 0.011638 0.000439 0.009002 0.015471 0.037486 -0.029626 -0.008332 -0.002904 0.013408 0.022244 -0.009408 -0.004494 0.013571 -0.011557 -0.018674 -0.019102 0.003731 -0.029345 0.0129 -0.040871 -0.004692 0.002673 0.012359 0.000926 0.003496 -0.016052\nە 0.034637 0.000192 -0.045799 0.0195 0.009728 0.037527 -0.001329 -0.013458 -0.019634 -0.02222 0.03767 0.011786 -0.00529 -0.026145 0.023158 -0.008144 0.004275 -0.016162 -0.008349 -0.049355 -0.017487 -0.008256 0.009311 0.004853 0.002291 0.017552 -0.012447 -0.007611 -0.012143 -0.031461 0.026493 -0.025536 -0.020626 -0.040602 0.01349 0.010746 -0.041597 0.046149 0.004118 0.019422 -0.035286 0.006555 -0.005199 -0.004671 -0.032368 -0.014606 0.036466 -0.006874 0.000246 0.013531 0.001128 0.044286 0.028299 -0.035843 0.048512 0.005465 -0.008227 0.020582 -0.011754 0.021176 -0.04147 -0.026048 -0.014258 -0.01601 0.006278 0.017297 0.044613 -0.010727 0.036138 0.017676 -0.061096 -0.013667 0.019317 0.021122 -0.044913 0.001012 -0.021796 0.019355 -0.046993 -0.014133 0.008698 -0.005528 0.00274 0.015033 -0.0247 -0.047371 -0.00329 0.004007 -0.016795 -0.008874 -0.010254 0.018119 0.008393 -0.015233 0.014956 0.000905 -0.003116 -0.037548 -0.000728 -0.013206 -0.020919 -0.000152 -0.000454 -0.024057 0.017967 -0.008289 -0.021165 0.013519 0.041226 -0.017278 0.050528 0.024968 0.025168 -0.00799 0.004614 -0.008416 -0.005744 0.001768 -0.022576 -0.035855 0.020615 1.8e-05 0.039962 0.030344 0.035225 0.008318 -0.014371 -0.008954 -0.013941 -0.020641 -0.009862 0.003237 -0.018709 0.034667 -0.017381 0.013294 -0.028961 0.01315 0.014054 0.049017 -0.000331 -0.011696 0.012214 0.028826 -0.038702 -0.055858 0.059598 0.017017 -0.001758 -0.049672 0.00735 0.016465 0.037979 0.019733 -0.009809 -0.000999 0.002554 -0.018271 0.014345 -0.026982 -0.027597 0.017582 0.023713 0.014055 -0.022477 -0.021445 0.024755 -0.017545 0.008506 0.014839 -0.022478 -0.025884 -0.013089 0.03944 -0.022669 -0.028241 -0.006221 -0.024607 -0.034642 -0.021692 0.031111 -0.009178 -0.000798 -0.008503 0.000127 -0.028053 -0.001502 0.025712 -0.048859 -0.00177 0.016381 0.022122 -0.032154 -0.03246 0.009686 0.044488 -0.01889 0.024819 -0.002342 -0.006505 -0.030269 -0.029234 0.012423 0.025194 0.016372 0.014966 0.015589 -0.018033 0.00051 0.033548 -0.022469 -0.004779 -0.012096 0.01096 -0.006085 0.054673 0.007519 -0.019324 0.012938 -2e-05 0.001746 0.000384 0.005498 0.014555 -0.027453 -0.004568 0.003636 0.016183 -0.000434 -0.016104 -0.004618 -0.012136 0.001367 -0.021793 -0.035295 0.001228 -0.015694 -0.032766 0.032343 0.008553 0.006533 0.012801 -0.027217 0.012687 0.003411 -0.006533 0.044307 -0.00353 0.037364 0.056264 0.023371 0.003532 0.000578 -0.037675 -0.029353 -0.025235 -0.013045 0.022111 -0.028658 -0.005127 0.000172 -0.005721 0.038104 -0.035826 -0.023105 -0.017806 -0.029842 -0.015851 0.004873 -0.001608 0.022733 -0.004699 0.007366 0.001157 0.022325 0.008788 0.0056 0.012156 0.046713 -0.046684 0.004706 -0.032286 0.009489 0.016085 -0.015472 -0.006959 0.025739 -0.016036 -0.019196 -0.017182 0.013563 -0.046292 0.014 -0.069878 -0.008185 0.013914 0.013268 0.011774 0.022408 -0.002111\nዝ 0.054784 -0.007402 -0.055786 0.027606 0.009117 0.063412 -0.000105 -0.004878 -0.030654 -0.043894 0.059182 0.030195 0.024828 -0.033476 0.0184 0.022281 -0.007276 -0.031187 -0.004465 -0.055895 -0.022687 -0.010546 0.014948 -5.6e-05 -0.017605 0.048712 -0.038875 -0.003615 -0.019624 -0.042901 0.019901 -0.040612 -0.025716 -0.066567 -0.016962 0.009956 -0.076841 0.027626 0.021681 0.050684 -0.03348 -0.026216 0.025055 0.024853 -0.050827 -0.035848 0.069919 -0.015571 -0.025169 0.05362 -0.010358 0.08707 0.052398 -0.022865 0.068722 -0.004235 -0.030571 0.030091 -0.040024 0.04746 -0.047097 -0.034879 -0.025128 -0.020432 0.036039 -0.002243 0.058334 -0.009202 0.037311 0.015202 -0.05993 0.005836 0.022859 0.029168 -0.050058 0.000911 -0.049379 0.029956 -0.07411 -0.031441 0.034499 -0.010344 -0.027733 0.029223 -0.021348 -0.074724 0.013869 -0.000176 -0.020958 0.00372 -0.031261 0.001785 -0.009217 -0.053131 -0.002722 0.005851 -0.018023 -0.030715 0.015218 -0.024611 -0.039499 0.01117 0.004423 -0.033995 -0.010058 -0.032135 -0.037536 0.029764 0.050451 -0.003822 0.051931 0.023763 0.018575 -0.044828 0.018389 -0.002925 -0.036175 -0.01328 -0.049278 -0.032582 0.028153 -0.01972 0.050317 0.036527 0.042787 0.017238 -0.031893 -0.026666 -0.004958 -0.025848 -0.040422 -0.01082 -0.002777 0.036366 -0.039812 0.006397 -0.030822 -0.016129 0.010452 0.069702 0.018358 -0.0292 -0.005577 0.063597 -0.059391 -0.068996 0.072886 -0.001469 -0.023127 -0.040651 -0.005579 0.031479 0.039406 0.050874 0.007157 0.020488 -0.001467 -0.020185 0.059325 -0.035584 -0.034198 0.030564 0.008998 0.006369 0.000985 -0.020471 0.001126 -0.045652 0.018253 0.031757 -0.040125 -0.033061 -0.004751 0.040393 -0.008697 -0.040471 -0.015644 -0.029312 -0.06033 -0.041283 0.03444 -0.029415 0.024551 -0.010683 0.002188 -0.037521 -0.007538 0.033752 -0.094427 -0.009557 0.00702 0.012643 -0.032346 -0.068138 0.003805 0.06306 -0.03551 0.002157 -0.012292 0.001991 -0.064607 -0.026911 0.043583 0.055031 0.022681 0.01143 0.057323 -0.006124 -0.01772 0.061388 -0.047806 -0.015834 0.002566 0.014156 0.011333 0.107739 0.026496 -0.015103 -0.00066 0.017829 -0.007863 -0.005393 -0.015505 0.000349 -0.033164 -0.001824 -0.004471 0.039473 -0.028007 -0.043676 -0.030729 -0.017032 -0.011067 -0.032806 -0.056914 0.013064 -0.039278 -0.035086 0.051237 0.013719 -0.017834 0.019923 -0.037128 0.017875 -0.003581 -0.031997 0.050708 0.015419 0.067932 0.046159 0.051388 0.026174 -0.014381 -0.071329 -0.041156 -0.029879 -0.030709 0.060326 -0.023796 -0.006 0.01401 -0.029958 0.049843 -0.026575 -0.064483 -0.032511 -0.034567 -0.044785 0.006966 0.000895 0.039622 0.002468 0.023973 0.011374 0.017204 0.014991 0.005358 0.03221 0.084083 -0.088683 -0.014064 -0.039536 0.027549 0.04048 -0.041859 -0.009449 0.036395 -0.020994 -0.030378 -0.010766 0.033243 -0.085326 0.019381 -0.112648 -0.007288 -0.019808 0.055635 0.039282 0.057959 0.001211\nཤ 0.027047 0.02288 -0.041966 0.014736 0.012622 0.038787 -0.002868 0.000304 -0.016851 -0.030072 0.031301 0.024527 0.001655 -0.040145 0.032195 0.005626 -0.002274 -0.026361 -0.013325 -0.036358 0.008395 -0.000646 0.001934 0.011632 0.02089 0.019293 -0.009588 -0.010354 -0.008347 -0.017205 0.009004 -0.047575 -0.033814 -0.057982 0.011534 0.034005 -0.052168 0.039498 0.034637 0.008011 -0.021884 0.004306 -0.016293 -0.006631 -0.023942 -0.021268 0.037349 0.031804 -0.001038 0.022831 0.000468 0.055122 0.047419 -0.02648 0.044191 0.020372 -0.005484 0.012781 -0.011124 0.021117 -0.038508 -0.026705 -0.010242 -0.006148 -0.004836 0.028302 0.042352 -0.007053 0.027232 0.02564 -0.066651 -0.016566 0.017752 0.007224 -0.061764 0.006674 -0.045541 0.019891 -0.013256 -0.017248 0.017366 0.008993 -0.005355 0.022232 -0.039744 -0.064214 0.014748 0.015877 -0.032027 -0.012215 -0.012532 0.033297 0.00066 -0.016705 -0.002497 -0.006561 0.002492 -0.028114 -0.010375 0.005374 -0.001185 0.009622 0.01305 -0.041681 0.017387 0.004093 -0.011793 0.000844 0.036802 -0.005522 0.045942 0.007488 0.030052 -0.024729 0.002385 0.003531 -0.035472 -0.003224 -0.017844 -0.026849 0.021067 -0.006722 0.043908 0.033631 0.021274 0.009683 -0.003406 -0.015894 -0.025419 -0.028144 -0.00268 0.011994 -0.006429 0.021526 -0.017027 0.033509 -0.026464 -0.006846 0.0084 0.057371 -0.003363 -0.018426 0.009989 0.03122 -0.029816 -0.026578 0.038828 -0.004458 0.00667 -0.030311 -0.007277 0.013321 0.035324 0.036367 -0.011269 0.005142 -0.026638 -0.027018 0.012821 -0.018919 -0.005497 0.015064 0.02355 0.014314 0.004951 -0.027462 0.017137 -0.032818 0.005262 0.003525 -0.029732 -0.027318 0.015112 0.017869 -0.018637 -0.044122 -0.028318 -0.007236 -0.038414 -0.022515 0.032956 -0.012492 0.005932 0.008409 -0.002889 -0.022935 -0.00048 0.031851 -0.073868 0.025461 -0.024304 0.041236 -0.012118 -0.041466 0.001313 0.034462 -0.024025 0.019828 -0.010338 0.003267 -0.05212 -0.030807 0.004766 0.038248 0.019446 0.02428 0.016672 -0.012582 -0.021191 0.039716 -0.034601 -0.014374 -0.027067 0.035054 -0.010815 0.071848 -0.002644 -0.022971 0.009945 -1.4e-05 -0.022371 0.0165 -0.002493 0.010449 -0.026306 0.02396 0.00627 0.013213 0.0006 -0.023175 -0.010152 -0.00809 -0.01847 -0.035059 -0.028325 -0.005941 -0.00321 -0.023712 0.020735 0.022436 0.015647 0.040798 -0.009024 0.021558 0.008343 -0.01297 0.048364 0.012396 0.033375 0.052077 0.018227 0.008995 0.007812 -0.045554 -0.016064 -0.032064 0.009833 0.029079 -0.024569 -0.019138 0.005377 -0.001085 0.036806 -0.019866 -0.034446 -0.009923 -0.035235 -0.016931 -0.014201 -0.006959 0.003148 -0.001705 0.016205 -0.007585 0.006913 -0.002387 -0.012486 0.022391 0.037157 -0.049577 -0.002626 -0.026436 -0.005072 0.023779 -0.022335 -0.009782 -0.012828 -0.018202 -0.019499 -0.039264 0.01586 -0.04269 0.013834 -0.071577 -0.027137 -0.002034 0.023765 0.021093 0.026203 0.006556\nf 0.026118 0.005493 -0.057237 0.030834 0.023313 0.033315 0.007041 0.006626 -0.025871 -0.032476 0.039521 0.016072 -0.005514 -0.040324 0.029084 -0.007132 0.002658 -0.031693 -0.011877 -0.04432 -0.018969 -0.000968 -0.001244 0.015031 0.014133 0.029583 -0.001621 -0.003677 -0.016111 -0.025351 0.019036 -0.031127 -0.019426 -0.046363 0.011064 0.019744 -0.048473 0.041964 0.013012 0.019852 -0.02623 0.006532 -0.000771 0.000494 -0.022736 -0.025479 0.042613 -0.000243 -0.001751 0.024754 0.007877 0.063217 0.027271 -0.033009 0.044769 0.004985 -0.002736 0.031427 -0.019658 0.024768 -0.027398 -0.03317 -0.014854 -0.018426 0.012527 0.016769 0.032913 -0.01179 0.030208 0.012758 -0.045656 -0.010496 0.025115 0.011189 -0.05668 0.002059 -0.036124 0.026614 -0.019454 -0.019169 0.008717 0.00221 -0.00585 0.027944 -0.027396 -0.062493 0.000106 -0.000481 -0.023249 -0.003181 -0.009829 0.034053 -0.006687 -0.018112 0.00556 -0.013477 0.006561 -0.036804 0.003458 -0.003115 -0.015369 -0.005985 -0.001761 -0.019001 0.011304 0.001878 -0.02095 0.019109 0.031237 -0.000336 0.043292 0.019994 0.030347 -0.010092 0.010189 0.007455 -0.018967 0.00279 -0.012218 -0.041581 0.014687 0.000691 0.041282 0.026377 0.035699 0.007028 -0.00913 -0.013416 -0.007879 -0.017432 -0.022016 -0.014023 -0.023971 0.022953 -0.026307 0.014887 -0.020532 0.00212 -0.00291 0.0567 -0.002739 -0.009754 0.021107 0.021635 -0.037072 -0.046354 0.043866 -0.000308 0.004334 -0.045937 0.00508 0.017882 0.027941 0.035835 -0.006162 0.007602 -0.006772 -0.022508 0.016617 -0.021693 -0.020469 0.017558 0.0258 0.009643 -0.006927 -0.008395 0.0234 -0.031631 0.018555 0.034632 -0.03364 -0.023374 -0.011077 0.037368 -0.014348 -0.032481 -0.014249 0.005224 -0.040622 -0.027407 0.035693 -0.017419 -0.00494 -0.010505 -0.008899 -0.016634 0.000544 0.015911 -0.070866 0.000513 0.0065 0.030884 -0.038408 -0.049478 0.000934 0.035184 -0.018945 0.009009 0.006116 0.001181 -0.044921 -0.034891 0.015445 0.026896 0.013463 0.011298 0.019416 -0.01027 -0.00557 0.041347 -0.03353 -0.000917 -0.011371 0.029483 -0.000407 0.069527 0.003743 -0.03082 0.002057 -0.00348 -0.008586 0.015671 -0.008305 0.007165 -0.024214 -0.000463 0.000292 0.017165 -0.013089 -0.027539 -0.002518 0.007285 -0.00995 -0.030423 -0.038814 0.003045 -0.012952 -0.035787 0.030711 0.034194 0.005267 0.024678 -0.009823 0.016257 0.013367 -0.016384 0.044527 -0.007693 0.04058 0.052474 0.023461 0.012844 0.002974 -0.049011 -0.040693 -0.026774 -0.004293 0.014142 -0.022822 -0.027369 0.00848 -0.008486 0.03645 -0.01659 -0.025695 -0.01371 -0.025867 -0.010846 0.009885 -0.003726 0.022162 -0.006004 0.010131 0.004679 0.01295 0.005384 0.002398 0.02677 0.040677 -0.050198 0.000221 -0.019277 0.012848 0.02156 -0.024071 -0.007139 0.006291 -0.014258 -0.025322 -0.021389 0.010211 -0.042475 0.014035 -0.071639 -0.014143 0.004968 0.020127 0.013198 0.037178 0.004661\nө 0.039206 0.003516 -0.057327 0.022425 0.015479 0.045073 0.001487 -0.009618 -0.017515 -0.032548 0.044642 0.011826 -0.001154 -0.031485 0.031317 -0.015145 0.007752 -0.021663 -0.002594 -0.049436 -0.015639 -0.004432 0.011341 0.011009 0.000541 0.024203 -0.009148 -0.006589 -0.018176 -0.032845 0.0289 -0.035167 -0.024965 -0.039054 0.006981 0.0106 -0.039382 0.042666 0.012195 0.015808 -0.033679 0.012779 -0.002336 0.000722 -0.030762 -0.028183 0.035132 -0.000733 -0.010494 0.018943 0.003512 0.053366 0.04291 -0.040705 0.050537 0.008769 -0.002186 0.02384 -0.00896 0.034181 -0.034834 -0.029935 -0.009949 -0.015401 0.018006 0.025802 0.042169 -0.015279 0.037464 0.005829 -0.062167 -0.011317 0.022943 0.02985 -0.052574 -0.00089 -0.034304 0.026893 -0.039439 -0.010727 0.009425 0.000106 0.005119 0.014828 -0.02188 -0.050408 0.005686 0.00694 -0.021265 -0.000314 -0.008064 0.015925 0.004284 -0.014938 0.014302 0.003679 -0.000709 -0.046827 -0.001725 -0.01135 -0.024869 -0.000542 -0.002451 -0.032982 0.014581 -0.008542 -0.012336 0.008551 0.037002 -0.007882 0.051566 0.023275 0.023313 -0.017191 0.009989 -0.005502 -0.009437 0.003965 -0.016324 -0.041099 0.030316 0.00152 0.045122 0.032749 0.033934 0.007019 -0.012369 -0.013889 -0.004698 -0.029026 -0.013398 -0.004008 -0.018042 0.031177 -0.01891 0.020509 -0.034217 0.014063 0.014962 0.049957 -0.003021 -0.006472 0.007308 0.029904 -0.039715 -0.060618 0.062932 0.015296 -0.002313 -0.042929 0.00049 0.021765 0.032049 0.017893 0.00242 0.0042 0.01194 -0.020389 0.022282 -0.021648 -0.023152 0.013555 0.018564 0.016256 -0.021366 -0.015892 0.021667 -0.026123 0.024559 0.019004 -0.029228 -0.024565 -0.019741 0.036066 -0.009265 -0.03094 -0.007784 -0.013094 -0.037709 -0.019395 0.036318 -0.015002 0.003801 -0.013544 -0.007306 -0.016932 0.002884 0.012575 -0.060568 -0.000518 0.02748 0.038583 -0.035829 -0.034157 0.004326 0.046178 -0.023094 0.012778 0.005193 -0.004457 -0.041876 -0.032101 0.010937 0.026141 0.014979 0.016466 0.013804 -0.02039 0.000839 0.041887 -0.023102 -0.009093 -0.004434 0.014909 -0.006801 0.066859 0.010067 -0.030701 0.006151 0.011372 0.000543 0.006764 -0.008243 0.000883 -0.025428 -0.011165 0.000299 0.022689 -0.004884 -0.023405 -0.010821 -0.000356 0.006506 -0.026276 -0.038619 -0.007602 -0.0213 -0.035233 0.027964 0.027066 0.011772 0.020552 -0.023455 0.013773 0.007826 -0.006943 0.039891 -0.006707 0.041707 0.0514 0.024835 0.012974 -0.003332 -0.036231 -0.037165 -0.031748 -0.004632 0.032198 -0.029683 -0.010914 0.013715 -0.015098 0.026257 -0.030604 -0.028859 -0.020283 -0.028219 -0.030257 0.004348 0.003206 0.019407 0.001511 0.008862 -0.003658 0.011911 -0.001633 0.001618 0.010162 0.056936 -0.052113 0.005572 -0.023396 0.013338 0.018772 -0.022095 -0.005476 0.015529 -0.0164 -0.017233 -0.01609 -0.002454 -0.04711 0.014327 -0.068329 -0.013008 0.005693 0.016965 0.023711 0.022828 0.003004\nը 0.049971 -0.007509 -0.069186 0.039876 0.010753 0.050958 -0.005182 -0.005834 -0.007707 -0.036417 0.039841 0.019436 -0.010853 -0.02956 0.026044 -0.007096 0.023872 -0.02904 -0.001628 -0.052227 -0.030411 0.005542 -0.001333 0.02772 0.010309 0.035193 -0.020079 -0.004713 -0.039049 -0.022472 0.027391 -0.036765 -0.016679 -0.062863 0.015186 0.018756 -0.04485 0.05344 0.00511 0.017864 -0.026963 0.022008 -0.003483 0.023733 -0.035749 -0.046776 0.029413 -0.011321 0.000361 0.024926 0.013649 0.075505 0.030271 -0.023732 0.043718 0.016666 0.014752 0.025338 -0.002386 0.021411 -0.029592 -0.02523 -0.030456 -0.026835 0.006497 0.039708 0.02395 -0.037113 0.044473 0.014357 -0.054615 -0.012666 0.02195 0.022668 -0.066663 0.01476 -0.051534 0.025603 -0.028771 -0.015077 0.014843 -0.006345 -0.014442 0.011354 -0.039523 -0.069459 0.007406 -0.001407 -0.02081 0.006325 -0.016526 0.017057 0.007726 -0.017799 0.001763 -0.014299 -0.005233 -0.036561 0.012033 -0.013481 -0.036249 0.00466 -0.003529 -0.036682 0.02399 0.010561 -0.005733 0.00361 0.041318 -0.026838 0.052833 0.026371 0.026056 -0.026437 0.02163 -0.003206 -0.007259 -0.009226 -0.023496 -0.059966 0.039205 -0.006712 0.039326 0.023942 0.029642 0.013755 -0.015419 -0.028355 -0.025376 -0.028741 -0.032294 -0.003243 -0.013048 0.041953 -0.036119 0.021524 -0.041733 -0.006577 0.024392 0.061788 -0.000867 -0.004026 -0.012562 0.032365 -0.034408 -0.065345 0.040465 -0.000533 -0.001554 -0.034026 -0.009124 0.006748 0.042387 0.033753 0.00357 0.016357 0.005298 -0.01372 0.006982 -0.030228 -0.004603 0.014196 0.012446 0.037853 -0.016618 -0.031405 0.018558 -0.035969 0.003422 0.030408 -0.01611 -0.016965 -0.011338 0.047029 -0.021055 -0.041776 -0.00738 -0.026453 -0.044411 -0.017124 0.052267 -0.018606 0.005738 0.001469 -0.017836 -0.022042 0.008687 0.021734 -0.081357 -0.004115 0.01829 0.030242 -0.034833 -0.037685 0.008929 0.047884 -0.017393 0.010732 0.005799 0.006242 -0.041101 -0.034643 0.020793 0.033872 0.018902 0.029785 0.006818 -0.013905 0.005053 0.049307 -0.044153 0.002949 -0.030983 0.025353 -0.005381 0.081399 -0.010268 -0.01737 0.013246 -0.007869 -0.010148 0.00502 -0.009049 0.011879 -0.024202 -0.00531 -0.006162 0.016564 -0.01032 -0.016135 -0.018644 -0.001794 -0.00425 -0.018829 -0.034654 -0.023546 -0.014811 -0.016203 0.027557 0.042086 0.018047 0.027248 -0.027166 0.008536 0.016613 -0.017573 0.06073 0.009333 0.061426 0.059638 0.035014 0.005348 0.010188 -0.054046 -0.048997 -0.015309 -0.010448 0.008622 -0.035433 0.001548 0.009368 -0.00809 0.02134 -0.019639 -0.043125 -0.018754 -0.036907 -0.024875 0.00473 -0.021747 0.021321 -0.013064 0.010154 -0.001806 0.009435 0.010015 -0.001297 0.005539 0.039797 -0.061274 -0.018081 -0.017677 0.019231 0.025797 -0.04097 0.017019 0.024723 -0.018595 -0.024368 -0.029117 0.007963 -0.044617 0.015318 -0.062869 -0.014878 0.005757 0.030084 0.014721 0.014959 0.005693\nǻ -0.049277 0.019882 0.02415 -0.013636 0.009175 0.023833 0.035272 -0.012006 -0.023108 0.015767 -0.058145 -0.023712 -0.030137 -0.052591 -0.037359 -0.003247 -0.081175 -0.008997 -0.003171 -0.019582 -0.003576 0.029176 0.030964 0.007872 -0.013908 -0.01658 -0.027478 -0.003424 -0.023924 0.061897 -0.041221 0.009325 0.017719 -0.043128 -0.045076 0.041969 0.028392 0.01757 -0.015358 -0.050035 -0.046353 0.016867 -0.011221 0.041896 0.003485 0.009704 -0.059298 0.000975 -0.105653 -0.027823 0.007904 -0.011618 -0.028212 -0.031509 -0.06034 -0.012944 -0.028264 -0.026046 -0.030707 -0.055543 -0.039146 -0.047954 -0.019407 -0.022585 -0.077516 -0.056754 -0.03506 0.037739 0.0148 0.053376 -0.015861 -0.053919 0.040636 0.034616 0.050636 -0.043789 -0.043214 -0.033963 -0.001781 -0.003485 0.036575 0.016505 0.032345 -0.035261 0.014514 0.036113 -0.018977 0.015252 -0.01794 -0.070579 0.020161 0.011715 0.042286 0.063899 0.008638 -0.04268 0.027932 -0.012559 -0.043759 0.020118 0.043048 0.005303 0.085352 0.018235 -0.007644 -0.011208 0.022155 0.080054 -0.000136 -0.033675 0.006519 -0.038988 -0.009553 0.048253 0.08023 0.004313 0.010836 0.046532 0.016718 0.050599 -0.003999 -0.024383 -0.025575 0.006864 0.038689 0.029939 0.101646 0.053885 -0.056759 -0.009776 0.021504 0.061025 0.001455 -0.067715 -0.041486 0.012301 -0.072152 -0.061273 -0.051907 -0.010518 -0.03031 -0.016754 0.012101 0.017802 -0.048036 -0.00934 0.002849 -0.041306 0.028268 -0.015325 -0.044977 0.000986 -0.003784 -0.01032 -0.01368 -0.023816 0.011158 0.023545 -0.024984 0.077371 0.049744 0.007535 -0.030611 -0.019031 0.067242 0.016032 -0.053017 -0.003404 0.013683 -0.03515 0.039614 0.037217 0.032585 0.0241 0.051007 -0.035207 -0.118029 -0.033224 0.08004 -0.002429 0.068084 -0.041469 0.019175 0.051528 -0.088623 -0.07308 -0.012674 0.104466 0.070654 0.01658 -0.076712 -0.036419 0.017484 -0.062527 0.069087 -0.071569 0.008983 -0.04267 -0.005461 0.056916 -0.044516 0.060354 -0.062908 0.002459 -0.004513 0.004799 -0.016192 0.051453 0.024751 0.021676 -0.014265 -0.002828 -0.060758 -0.036347 0.022045 0.007935 -0.032684 0.042116 -0.068998 -0.044562 -0.005715 0.08858 -0.039548 -0.00416 -0.016141 -0.027877 -0.083498 -0.00084 -0.003797 -0.015538 0.001996 -0.02065 -0.016011 0.033623 -0.003559 0.016902 -0.023209 0.033627 -0.023277 0.046073 0.000887 -0.052751 -0.008238 0.041106 0.082844 -0.017319 -0.062715 -0.017268 -0.034834 0.002047 0.027384 -0.018243 0.042295 -0.033801 -0.016237 -0.070397 0.031976 -0.022472 -0.058614 0.050678 -0.025158 -0.008713 0.00825 0.012604 0.030288 0.004671 -0.005686 -0.035298 -0.006745 -0.014957 -0.03951 -0.024703 0.045364 0.008414 0.018137 -0.053695 -0.000402 -0.001423 -0.005116 0.027677 0.049068 0.006656 0.011504 -0.019171 -0.023631 0.049042 -0.041633 0.040056 0.059891 0.002754 0.029721 0.021118 -0.039424 0.02223 -0.02044 0.022141 0.05028 -0.010399 0.016816 0.012587\nႆ -0.008771 0.016346 -0.0482 0.040342 0.027009 0.038107 0.062567 -0.017564 -0.036181 -0.048444 0.072084 0.036256 -0.030843 -0.003833 0.073456 -0.020228 0.019898 0.007105 0.00566 -0.035463 -0.042595 -0.007993 -0.062159 0.034834 0.007603 0.006181 -0.010951 0.010286 -0.03686 -0.034181 0.02711 -0.001133 -0.026677 -0.032193 0.01717 0.037557 -0.042976 0.087925 0.005865 -0.001947 -0.05151 0.082759 0.001794 0.02396 0.012831 -0.016937 0.030181 0.005462 0.016291 -0.006582 0.013969 0.064323 0.034107 -0.030738 0.052239 0.01612 0.007184 0.048984 -0.026449 0.044502 -0.045538 -0.071779 -0.023749 0.018856 -0.009751 0.045076 0.077096 -0.08657 0.009492 0.064635 -0.045097 -0.017311 0.030341 0.025882 -0.032673 -0.021948 0.005124 0.0489 -0.035349 -0.012433 0.055232 0.01839 -0.036573 0.035424 -0.048883 -0.088136 0.005283 -0.002248 0.018087 0.045183 -0.014948 -0.011901 0.008729 0.034363 0.026743 -0.068753 0.027104 -0.061489 -0.041346 -0.002467 -0.06379 -0.009789 -0.040247 -0.048363 0.017109 -0.018004 -0.015081 -0.003987 0.035258 0.034282 0.086595 0.040343 0.03055 0.037952 0.015196 0.013995 -0.064316 0.002996 -0.054796 -0.041385 0.011188 -0.033098 0.034487 0.053741 0.017081 -0.011932 0.049571 0.027904 -0.035622 0.027851 0.011095 0.041412 0.008672 0.050287 -0.015279 0.041814 -0.045832 0.051243 0.045268 0.02035 0.020504 -0.014894 0.023553 0.037395 -0.031873 -0.076569 0.058716 -0.026834 0.005797 -0.048914 0.050851 0.023506 0.034802 0.0539 0.008274 -0.024434 -0.031938 -0.041006 0.003024 -0.0136 -0.01962 0.006195 0.067482 -0.018239 -0.038618 0.003437 0.038134 -0.049537 0.024453 0.068343 -0.022578 -0.037593 0.025629 0.02092 0.019776 -0.024361 -0.022417 0.005586 -0.058353 -0.023564 0.060403 0.002067 0.00686 0.016872 -0.053496 -0.0201 -0.009912 0.006723 -0.037552 0.009701 -0.024016 0.046396 -0.048155 -0.016736 -0.012113 0.059614 -0.062837 -0.016841 0.029517 -0.002201 -0.066889 0.009781 0.035765 0.042779 0.058513 -0.025709 0.006008 -0.068369 -0.002974 0.065388 -0.029343 -0.003779 -0.003834 0.062057 0.021078 0.049952 -0.004367 -0.028816 0.03417 -0.001204 -0.032348 -0.009577 0.012728 0.018119 -0.036489 0.006228 0.030174 0.012918 0.029113 -0.017719 0.002167 -0.006926 -0.019524 -0.09128 -0.040178 0.031772 0.016979 -0.020095 0.020457 0.038626 0.016165 0.01137 -0.022393 0.028708 -0.020233 -0.013048 0.054485 0.030634 0.050703 0.093674 -0.022469 0.02537 -0.022115 -0.053519 -0.074731 -0.019443 -0.01212 0.075844 -0.036002 -0.03495 -0.019822 -0.015885 0.022141 -0.046522 -0.030058 -0.028633 -0.062243 0.005037 -0.008863 -0.001436 0.016479 -0.006721 0.016908 -0.019937 0.029123 -0.030037 0.035798 0.030927 0.042119 -0.052186 0.011028 0.007783 0.001551 0.038256 0.013931 -0.022543 -0.00292 -0.00588 -0.041703 -0.032508 0.035439 -0.032801 -0.012309 -0.091394 -0.032598 0.011327 0.002453 0.002429 0.016968 -0.051165\nʒ 0.005704 0.008419 -0.034961 0.013364 0.015887 0.038919 0.023857 -0.008511 -0.013094 -0.021569 0.047917 0.011607 -0.011842 -0.011371 0.032949 -0.007579 0.006055 -0.02071 0.003699 -0.035638 -0.009102 -0.005111 -0.027826 0.017926 0.009237 0.003513 -0.019312 -0.005809 -0.015316 -0.037272 0.035501 -0.029033 -0.020652 -0.021397 -0.007674 0.009279 -0.025269 0.036791 0.014871 0.009797 -0.040605 0.02807 0.012374 0.021382 -0.009364 -0.01629 0.024494 0.010217 -0.005359 0.004907 0.005068 0.04561 0.02504 -0.033638 0.035682 0.013285 0.004748 0.029629 -0.007543 0.025316 -0.031896 -0.028378 -0.019504 -0.00591 0.002443 0.023627 0.041413 -0.030711 0.025403 0.027998 -0.035796 -0.010675 0.010475 0.017679 -0.036665 -0.004666 -0.007048 0.006023 -0.025209 -0.01243 0.024161 -0.010011 -0.009898 0.017146 -0.021681 -0.0555 0.016159 -0.008427 0.000497 0.021043 -0.007132 0.016307 0.002971 -0.003985 0.007495 -0.026046 0.004494 -0.039133 -0.023763 -0.01118 -0.033044 -0.004516 -0.013005 -0.025664 0.005752 -0.006781 -0.017461 0.008539 0.013391 -0.007444 0.053991 0.007572 0.01891 0.001918 0.009308 -0.001576 -0.022326 -0.008373 -0.023852 -0.024505 0.036667 -0.000553 0.027273 0.009991 0.021734 -0.003228 0.011428 0.008411 -0.015154 -0.013453 0.007214 0.016761 -0.008674 0.032947 -0.007401 0.007891 -0.02986 0.013012 0.007392 0.042624 -0.003075 0.000587 0.011398 0.019102 -0.023169 -0.045699 0.037374 -0.002904 0.010081 -0.049912 0.018286 0.010729 0.038526 0.023606 9e-05 0.002334 -0.006921 -0.030526 0.016595 -0.004098 -0.026743 0.009123 0.032107 0.002989 -0.013342 -0.017707 0.019436 -0.013491 0.011303 0.046855 -0.031373 -0.024387 -0.005868 0.017448 0.004319 -0.0163 0.001594 -0.013887 -0.039314 -0.001084 0.031697 -0.008518 0.007139 -0.002764 -0.020953 -0.029859 -0.003253 0.012335 -0.03047 0.001287 0.020735 0.023397 -0.03466 -0.03892 -0.000368 0.038716 -0.026596 0.00689 0.005373 -0.003521 -0.03062 -0.023632 0.028919 0.025393 0.020034 -0.006569 -0.00267 -0.034982 -0.004827 0.0326 -0.023943 -0.000138 -0.00473 0.025978 0.003811 0.036283 -0.001132 -0.006556 0.012949 -0.00149 -0.014463 -0.013562 0.003186 0.01287 -0.027771 0.011259 -0.008313 0.007555 0.021172 -0.01481 -0.013472 0.00801 0.005018 -0.034892 -0.020114 0.012649 -0.013712 -0.020348 0.016419 0.013196 0.00234 0.025266 -0.015708 0.012836 -0.000211 -0.015842 0.027523 0.020763 0.033317 0.039654 0.003376 0.010566 -0.018414 -0.028229 -0.029829 -0.011466 -0.014871 0.012167 -0.024589 -0.005438 0.007207 -0.011697 0.011799 -0.017415 -0.007686 -0.010532 -0.026543 0.004888 -0.004367 0.012525 0.001522 -0.011302 0.016144 -0.000552 0.017174 -0.002197 0.015875 0.014124 0.034658 -0.033895 -0.006742 0.004501 0.013855 0.021899 0.00308 -0.007816 0.018733 -0.006851 -0.019435 -0.021256 0.000666 -0.02521 0.005901 -0.049855 -0.015666 0.00116 0.005152 0.003976 -0.005094 -0.025909\nም 0.040867 -0.00565 -0.048094 0.017708 0.003289 0.048538 0.013356 0.002576 -0.029391 -0.038065 0.052503 0.024611 0.022916 -0.025885 0.018971 0.005555 -0.005254 -0.019029 -0.010641 -0.044368 -0.018729 0.004375 0.007161 -0.002143 -0.009721 0.043105 -0.026062 0.005116 -0.013093 -0.043894 0.031739 -0.029545 -0.030464 -0.048687 -0.000604 0.017145 -0.064079 0.021895 0.025941 0.036157 -0.025338 -0.017083 0.013862 0.014728 -0.052782 -0.030974 0.049399 -0.006668 -0.024596 0.040025 -0.002224 0.073312 0.039881 -0.027845 0.05731 -0.003192 -0.024794 0.025969 -0.041406 0.034927 -0.039921 -0.029501 -0.01781 -0.006322 0.030511 0.007706 0.054598 -0.022017 0.035759 0.009003 -0.046635 0.012596 0.018333 0.010332 -0.039069 -0.00165 -0.041072 0.034039 -0.061756 -0.024296 0.023296 -0.011003 -0.01364 0.015795 -0.018321 -0.074068 0.007419 -0.003846 -0.024574 -0.005241 -0.023523 0.010309 0.006014 -0.033823 0.005573 0.008309 -0.018559 -0.039197 0.011219 -0.021396 -0.021567 0.014337 0.015035 -0.041436 0.007092 -0.014543 -0.031625 0.006488 0.044571 -0.015088 0.044073 0.022083 0.02076 -0.024938 0.013271 0.002024 -0.033158 -0.014189 -0.033951 -0.037418 0.020238 -0.014168 0.050963 0.027902 0.029147 0.023577 -0.04165 -0.023464 -0.016543 -0.014692 -0.038514 -0.012117 -0.016317 0.029715 -0.01732 0.010704 -0.018009 -0.010673 0.014168 0.059857 0.009374 -0.019626 0.005929 0.040067 -0.044476 -0.059682 0.055252 -0.006494 -0.021869 -0.038615 0.012032 0.021414 0.041197 0.059349 -0.005192 0.016242 0.008931 -0.025112 0.043141 -0.037075 -0.017421 0.026742 0.014053 0.005242 -0.010809 -0.016692 0.000576 -0.029116 0.012797 0.02235 -0.037595 -0.036931 -0.001488 0.039082 -0.019276 -0.038464 -0.009587 -0.01201 -0.046079 -0.035157 0.032046 -0.022241 0.01793 -0.01511 0.000862 -0.035733 -0.004384 0.026465 -0.079021 -0.004668 0.008296 0.01746 -0.027831 -0.050631 0.006823 0.059079 -0.040854 0.00715 0.005066 -0.006274 -0.055642 -0.032793 0.03291 0.051949 0.009343 0.010419 0.036779 -0.002981 -0.017653 0.058159 -0.042015 -0.023136 -0.000223 0.016686 0.000794 0.09324 0.019145 -0.016843 0.009211 0.008075 -0.018394 -0.001037 -0.009763 0.004318 -0.02964 -0.006808 0.006877 0.025909 -0.023712 -0.037288 -0.017538 -0.015142 -0.01095 -0.027098 -0.049225 0.009248 -0.022646 -0.028043 0.048133 0.013019 -0.013013 0.021993 -0.033502 0.02035 -0.000751 -0.013026 0.041216 0.011254 0.05441 0.041318 0.031792 0.012689 -0.006875 -0.053592 -0.040929 -0.024572 -0.020159 0.040261 -0.022124 -0.008546 0.007104 -0.021782 0.0552 -0.019372 -0.043158 -0.031007 -0.03762 -0.028209 0.005291 0.005887 0.029004 -0.005284 0.016176 0.013783 0.00709 0.015434 -0.008215 0.024886 0.065758 -0.072134 -0.008926 -0.03661 0.019653 0.02199 -0.04199 -0.00662 0.029067 -0.023092 -0.025566 -0.011105 0.027715 -0.063448 0.022576 -0.082233 -0.019227 -0.012624 0.049132 0.025071 0.05207 0.00517\nঠ -0.040436 0.006079 -0.000675 0.036607 0.00626 -0.009383 0.009504 -0.014341 0.00358 0.064164 0.023859 0.001829 -0.016452 -0.007755 0.018008 -0.003604 -0.009758 0.019096 -0.008663 -0.003884 0.028002 -0.004063 -0.005226 0.01225 -0.002277 -0.01724 -0.000204 0.007801 0.013319 -0.05392 0.02111 -0.042334 -0.001944 0.003321 -0.028598 0.013476 -0.023219 0.042357 0.042348 0.007922 -0.012241 0.011497 0.006153 -0.017309 -0.043479 -0.007755 -0.00066 0.014456 0.03337 0.017661 0.025779 -0.04556 0.047476 -0.040918 -0.001252 -0.022163 0.022752 0.006099 -0.001036 0.022264 -0.051799 0.007634 0.061911 0.003268 0.006907 0.017742 -0.002919 0.008324 0.027884 0.022645 -0.031926 -0.015389 -0.033934 0.023227 -0.014609 -0.013779 0.007006 0.014422 -0.014297 -0.005475 0.034967 0.008114 0.035358 0.006113 -0.012375 0.033128 0.003997 0.036866 0.017775 0.026126 0.011936 -0.003829 0.011445 0.014633 0.030112 0.065979 0.028314 0.005901 0.048038 -0.007463 0.015331 -0.006873 0.016402 -0.024029 0.004299 0.003224 0.02092 -0.025315 0.007607 0.014599 0.021059 -0.001263 0.037003 -0.050569 -0.026826 -0.052218 0.005891 -0.012583 -0.033069 -0.017119 0.041289 0.007191 -0.006691 0.013883 -0.007256 0.023154 0.008713 0.01212 0.034349 -0.02155 0.009829 0.011038 -0.001022 -0.007389 0.011158 0.028101 -0.041986 0.003425 -0.016635 0.012213 0.024844 -0.006069 0.002862 0.00011 -0.000778 -0.009129 0.021141 0.015507 0.018594 -0.026069 -0.047001 -0.009354 -0.03517 -0.014645 0.058809 -0.016052 0.006428 -0.034455 -0.026255 -0.020866 0.005955 0.006208 0.036106 0.084356 -0.01059 -0.033389 -0.023145 0.014493 0.040578 -0.024815 0.01091 -0.016037 -0.022938 0.024539 -0.042034 -0.020947 0.0177 0.021134 -0.016417 -0.010742 0.023114 -0.001499 -0.02327 0.015825 0.021417 0.012192 0.026863 0.001455 -0.00861 -0.004402 0.004321 0.002749 -0.00657 -0.021273 0.031472 0.006226 -0.00401 0.007348 0.019652 -0.004035 0.01079 -0.035096 -0.012532 -0.008375 0.02486 0.035433 0.017029 -0.020554 0.022118 0.008656 0.002297 -0.042957 -0.019158 -0.011711 -0.038089 0.005542 0.017342 0.015704 -0.001932 0.019025 -0.007208 -0.027208 0.0011 0.019631 -0.028284 -0.012193 -0.03531 0.064484 -0.008652 -0.037529 -0.036278 0.021739 0.008976 -0.053664 0.023114 -0.006993 0.014175 -0.015309 0.027616 0.030388 0.03304 0.050092 -0.044433 -0.022574 -0.015637 0.018648 0.019794 -0.024685 0.028305 -2.3e-05 -0.019359 -0.017268 0.027743 0.011106 -0.029627 -0.010197 -0.015259 0.012178 -0.02818 -0.011466 -0.017874 0.02172 0.020936 -0.007732 -0.000256 -0.031538 -0.002694 -0.009047 0.00632 0.026929 0.011551 0.004867 0.014769 0.022195 -0.020037 -0.01768 -0.013038 -0.007859 0.034232 -0.015565 0.017369 0.043288 0.015528 0.005618 -0.031033 -0.010574 -0.01963 0.023659 -0.022096 0.009366 0.016516 -0.000123 -0.04469 -0.018192 -0.032257 -0.012374 0.060675 0.004041 -0.015337 0.02158\nണ 0.000964 0.015197 -0.049397 0.016668 0.006821 0.026845 0.014631 0.002222 -0.023549 -0.007567 0.019752 -0.005336 0.010363 -0.002489 0.010907 0.008257 -0.011177 -0.014338 -0.016737 -0.030201 -0.008913 0.005956 0.01218 0.015425 0.016416 -0.002875 -0.016223 -0.004632 -0.004298 -0.023658 0.017898 -0.011424 0.005253 -0.032831 0.011156 0.022678 -0.045139 0.023659 0.005623 0.006928 -0.000443 0.004785 -0.002777 0.001781 0.002833 -0.015961 0.036873 -0.004026 -0.000454 0.010278 0.00751 0.029764 0.015222 -0.024767 0.021813 -0.008841 0.010226 0.009631 -0.006291 0.016607 -0.019212 -0.020548 0.006013 -0.035267 0.004415 0.026769 0.030755 -0.019902 0.014206 0.019948 -0.053592 -0.02779 0.008029 0.012212 -0.038017 0.012279 -0.022428 0.006162 -0.017676 -0.029825 -0.002672 0.005622 0.019331 0.021727 0.000531 -0.02728 0.017833 -0.000971 -0.007625 0.018763 0.017902 0.012159 0.005805 0.001275 0.03535 -0.000608 0.010637 -0.017391 0.010414 0.019302 -0.001317 -0.000613 -0.004626 -0.02136 0.022271 -0.009491 0.003616 -0.006726 0.029036 -0.002313 0.030033 0.014246 0.012937 -0.001521 0.005351 0.001099 -0.004886 0.00416 -0.01669 -0.020757 0.012187 -0.002096 0.030084 0.020904 0.018726 0.015591 -0.019442 -0.015463 0.005728 -0.008016 -0.010444 -0.00042 -0.019087 0.024435 -0.010725 0.014985 -0.030486 -0.013485 -0.000415 0.027913 -0.023283 -0.016977 0.014662 0.032759 -0.003765 -0.027112 0.025869 0.008614 0.02026 -0.042315 0.006599 -0.005002 0.018222 0.026368 -0.01181 0.011401 0.000697 -0.034011 0.008352 0.003358 0.004426 0.002226 0.015111 0.033215 -0.012755 -0.007825 0.009401 -5.7e-05 0.014505 -0.000491 -0.03648 -0.02177 -0.01302 0.028095 -0.010274 -0.018754 -0.006397 0.005263 -0.029444 -0.008667 0.025253 -0.009453 -0.00066 -0.013893 0.004363 -0.001231 -0.008315 0.021288 -0.029709 0.002469 0.017523 0.014711 -0.037078 -0.019854 -0.000826 0.022168 0.002299 0.027518 0.023652 0.002727 -0.023012 -0.015153 0.016166 0.008543 0.040064 0.018346 -0.000642 -0.016859 0.004213 0.023475 -0.004962 -0.001637 -0.022998 0.027271 -0.003963 0.041753 0.003841 -0.024703 0.020158 -0.03308 -0.01088 0.027632 0.003117 -0.002617 -0.023682 0.007975 -0.007036 0.016824 -0.001872 -0.01452 -0.004966 -0.006352 -0.015813 -0.026722 -0.010551 0.017783 -0.024955 -0.029419 0.015466 0.04203 0.006187 0.015236 -0.007519 -0.002621 0.006964 0.007578 0.00933 -0.00254 0.020416 0.030083 -0.000867 -0.007532 -0.008502 -0.036885 -0.021862 -0.01129 0.015231 0.004789 -0.013717 -0.017167 0.003008 -0.001597 0.012382 -0.018265 -0.010104 -0.007899 -0.016377 -0.009047 -0.008987 0.000977 0.01426 -0.002164 0.002169 0.008263 -0.004099 -0.017048 -0.003236 0.014285 0.025811 -0.031534 -0.00979 -0.001625 0.008774 0.001357 -0.011929 -0.003484 -0.00358 -0.002987 -0.011485 -0.014293 0.011443 -0.011769 0.000737 -0.049619 -0.000553 -0.012313 0.012954 -0.007372 0.015732 0.012665\nล 0.026672 0.000829 -0.037963 0.020341 0.009863 0.029216 0.005706 -0.000415 -0.020613 -0.026077 0.020151 0.003904 -0.006356 -0.015001 0.024755 -0.001049 0.005227 -0.019115 -0.007486 -0.036525 -0.013939 0.004907 0.007182 0.011876 0.002384 0.009275 -0.012056 -0.007364 -0.014762 -0.023517 0.015577 -0.022741 -0.015535 -0.030814 -0.000379 0.015553 -0.028481 0.03183 0.00829 0.014851 -0.028265 0.008292 0.000778 -0.006929 -0.022278 -0.019965 0.026719 0.003642 0.000827 0.008369 0.001692 0.038202 0.027388 -0.027444 0.032644 0.00185 -0.000669 0.020328 -0.013583 0.01869 -0.024639 -0.024653 -0.000922 -0.013716 0.009104 0.014291 0.025839 -0.012393 0.034867 0.013828 -0.042179 -0.009488 0.019164 0.010211 -0.045823 0.004763 -0.024987 0.021635 -0.030206 -0.014058 0.013041 -0.003842 0.00067 0.008959 -0.016509 -0.038882 -0.002976 -0.002557 -0.016422 -0.003528 -0.005625 0.020453 0.012024 -0.012207 0.013908 -0.004143 0.002792 -0.031901 0.004189 0.00223 -0.018886 0.005845 -0.002709 -0.022974 0.014774 -0.002468 -0.00994 0.005237 0.027506 -0.003936 0.041103 0.017898 0.02496 -0.013051 0.007425 -0.001207 -0.002974 0.000513 -0.004837 -0.032817 0.017175 0.002849 0.034297 0.018844 0.031329 0.010649 -0.014508 -0.014077 -0.006592 -0.014205 -0.008663 -0.005017 -0.014131 0.026395 -0.017209 0.010256 -0.031068 -0.004889 0.007859 0.037003 0.001584 -0.006885 0.003639 0.022797 -0.030937 -0.037652 0.037983 0.006542 -0.000218 -0.036928 0.002371 0.00372 0.031953 0.022216 0.002559 0.008437 0.003761 -0.024145 0.011917 -0.020369 -0.010886 0.009959 0.019297 0.013031 -0.011089 -0.010964 0.016203 -0.017023 0.020618 0.013529 -0.019331 -0.01835 -0.00715 0.023847 -0.018966 -0.020905 -0.000332 -0.003807 -0.034587 -0.016327 0.03292 -0.008917 0.008261 -0.010343 -0.004531 -0.012373 0.002745 0.017009 -0.043815 -0.000679 0.011386 0.02414 -0.03088 -0.027342 0.00802 0.029562 -0.014402 0.007037 0.002288 0.001131 -0.028113 -0.024259 0.012837 0.022797 0.020834 0.015949 0.005496 -0.003774 -0.000631 0.029538 -0.016822 0.000633 -0.006077 0.014642 0.001406 0.050793 0.005221 -0.019981 0.008808 -0.002651 0.000194 0.007534 0.001091 0.006497 -0.022336 -0.001037 -0.00268 0.01582 -0.003708 -0.024382 -0.008296 -0.000494 -0.002145 -0.019652 -0.02456 -0.004097 -0.009947 -0.031142 0.019865 0.023626 0.00705 0.026865 -0.024794 0.008688 0.004512 -0.003324 0.027204 -0.004275 0.031782 0.045715 0.015766 0.00281 -0.005292 -0.036136 -0.02258 -0.017216 -0.000772 0.025114 -0.022386 -0.01299 0.007438 -0.009701 0.024833 -0.019693 -0.021305 -0.024553 -0.027983 -0.011619 0.004695 0.002069 0.01623 0.00092 0.011063 0.001851 0.010139 -0.001043 -0.001196 0.01156 0.037291 -0.041666 0.000309 -0.009475 0.009651 0.012602 -0.014324 -0.006979 0.019091 -0.007694 -0.018377 -0.012904 0.009091 -0.036586 0.01022 -0.057048 -0.008628 0.007195 0.005601 0.015186 0.016474 -9e-06\nྤ 0.076454 -0.002249 -0.113944 0.043024 0.031081 0.058692 0.013547 0.018139 0.022982 -0.090168 0.081371 0.010256 -0.010323 -0.059156 0.061675 -0.011775 0.011333 -0.034317 -0.033437 -0.003926 -0.000671 0.065229 0.015061 0.044535 0.03373 0.058739 -0.074689 -0.007775 -0.028448 0.008414 0.06944 -0.108992 -0.047408 -0.075981 0.037247 -0.007802 -0.155359 0.051348 0.004678 0.008411 -0.068594 -0.057768 -0.034558 -0.02441 -0.041849 -0.113905 0.017774 0.008696 0.037493 0.132241 0.052578 0.050555 0.021687 -0.061682 0.082099 0.020943 -0.018708 0.044714 -0.027406 0.020353 -0.146875 -0.019642 -0.060569 -0.045327 0.01903 0.068779 0.05728 -0.096119 0.058202 0.025473 -0.131207 -0.0216 0.106398 -0.015949 -0.060381 0.060804 -0.077308 0.036954 -0.040397 -0.055982 0.044536 0.009251 0.001552 0.071904 0.047925 -0.03801 0.035015 -0.027887 -0.054981 0.012454 -0.007061 0.024894 -0.038099 -0.007242 0.043412 0.077752 -0.007537 -0.059786 -0.030525 -0.007893 -0.034853 0.012047 -0.038124 -0.074489 -0.004933 -0.035489 -0.018223 -0.035219 0.115534 0.005802 0.05918 0.052089 0.100726 -0.054705 0.112861 -0.010695 0.039599 -0.010698 -0.073315 -0.053853 0.038187 -0.032902 0.107264 0.064328 0.088466 -0.002855 -0.045336 -0.077879 -0.05031 -0.093323 -0.015419 -0.009566 -0.030965 0.054695 -0.024992 0.052318 -0.02946 0.051452 0.042166 0.106419 -0.031186 -0.015621 -0.047904 0.165974 -0.094939 -0.144018 0.154626 -0.047497 -0.009278 -0.065417 -0.016361 0.058977 0.084142 0.060807 -0.049324 -0.014163 -0.009168 -0.056615 0.076421 -0.059892 -0.018113 0.058654 0.017526 0.041502 -0.04793 -0.030244 0.058934 -0.065013 0.063612 0.088822 -0.057538 -0.050803 0.02783 0.07875 -0.059435 -0.079856 -0.025865 0.015365 -0.135038 -0.082036 0.031842 -0.022525 0.017248 -0.00573 0.036696 -0.050576 -0.01283 0.061975 -0.103526 -0.03371 0.045226 0.080629 -0.128428 -0.131551 0.011013 0.155151 0.001852 0.005535 0.051307 0.007062 -0.07857 -0.118438 0.042974 0.054768 0.010517 0.033455 0.046587 0.036121 -0.033996 0.101563 -0.06011 -0.09438 0.010262 0.022503 -0.028064 0.159796 -0.047432 -0.059823 -0.014139 -0.013197 -0.088643 0.013389 0.004428 -0.026556 -0.050663 -0.083458 0.004919 0.018289 0.015548 -0.004748 -0.054414 -0.021419 -0.016486 -0.076195 -0.036514 0.001996 -0.051692 -0.020563 0.04215 0.059711 -0.020037 0.099659 -0.056254 -0.014603 0.016175 -0.03149 0.072231 0.01265 0.066626 0.084898 0.078887 0.030209 -0.051167 -0.042434 -0.075403 -0.048475 -0.021387 0.090738 -0.001943 0.012353 0.034464 -0.038045 0.062607 -0.074217 -0.059766 -0.032604 -0.101028 -0.145668 -0.021878 0.018516 -0.005987 0.030172 0.058656 0.01756 -0.013002 0.053094 0.001661 0.036758 0.046895 -0.10797 -0.065066 -0.04281 0.041461 0.070407 -0.120378 0.042757 0.036998 0.01645 -0.033022 -0.041096 -0.013125 -0.061776 0.006 -0.136258 -0.059691 -0.00232 0.105767 0.090894 0.08229 0.008888\ņ 0.020434 0.019697 -0.023484 0.040271 0.017712 0.040923 -0.020979 0.010416 0.00472 -0.025337 0.015803 0.04373 -0.003955 -0.006309 0.018429 -0.004193 0.003903 -0.017528 -0.002718 -0.021074 0.019033 0.019589 -0.0156 0.026493 0.026789 0.016496 -0.009839 -0.020684 -0.016459 -0.010012 0.005383 -0.054185 -0.035066 -0.046478 -0.005976 0.040969 -0.036639 0.042553 -0.007526 0.002626 -0.017848 -0.002804 -0.010711 0.031663 -0.024631 -0.02504 0.025252 0.016368 0.020063 0.020819 0.030201 0.036574 0.037472 -0.024511 0.038938 0.022295 0.027203 -0.00732 0.022881 0.018934 -0.028601 -0.037388 -0.013762 -0.046671 0.013696 0.020337 0.002522 -0.01201 0.013862 0.015528 -0.023353 0.0058 0.020801 0.018287 -0.028375 -0.006382 -0.037991 0.02847 -0.035538 -0.01284 0.001883 -0.010125 -0.034952 -0.00497 -0.035787 -0.053527 0.021779 -0.001439 0.002585 0.014566 0.001573 0.013624 -0.026211 -0.016835 -0.025936 0.004525 -0.006493 -0.011028 -0.002032 -0.011393 -0.025225 0.006936 0.011967 -0.038446 0.011895 0.010768 -0.005319 0.017686 0.029629 -0.013563 0.037282 0.015097 0.019792 -0.015182 0.014058 0.014807 -0.017662 0.010203 -0.014522 -0.017958 0.042332 -0.018422 0.041807 0.012069 0.034017 -0.028493 -0.004458 -0.038791 0.001811 -0.005446 -0.030571 0.005084 -0.004954 0.022567 -0.004299 0.011574 -0.012079 0.013959 -0.008463 0.051433 -0.017733 -0.032772 0.01184 0.026843 -0.044385 -0.040074 0.021713 0.018032 0.004239 -0.032189 -0.013256 0.015148 0.021343 0.026405 0.020886 -0.003013 -0.002887 -0.029533 0.023332 -0.018058 -0.007152 0.016675 -0.001164 0.029427 -0.000608 -0.017739 0.021521 -0.011425 -0.003618 -0.007256 -0.025009 -0.028647 -0.031447 -0.002134 -0.01037 -0.021233 0.013816 -0.004413 -0.016903 -0.010826 0.017646 -0.024096 0.013472 -0.002997 -0.010626 0.009662 0.007322 0.016042 -0.041775 0.008528 0.011788 0.028143 -0.027306 -0.045812 -0.021449 0.017168 0.005767 0.004865 0.036028 0.010982 -0.01436 -0.014036 0.009567 0.00099 0.003572 0.019038 0.030217 0.015256 0.003659 0.065108 -0.016953 -0.034028 0.01416 0.010792 -0.007321 0.062455 0.005921 -0.03417 0.013124 -0.009056 -0.03949 0.018168 0.014258 0.00534 -0.022983 -0.002783 0.009772 0.019367 0.008855 -0.008438 -0.003852 -0.011232 0.004805 0.009728 -0.02399 0.011192 0.018999 -0.052832 0.019432 0.03363 0.007491 0.033359 -0.012249 0.005772 0.017813 -0.023871 0.048849 -0.032004 0.022581 0.01795 -0.000936 0.007755 -0.003894 -0.037126 -0.020914 0.008136 -0.003447 0.02094 -0.009432 -0.00191 0.00074 0.00539 0.001612 0.007761 -0.002446 -0.021396 -0.039684 0.012103 0.020461 -0.007317 0.012415 -0.004618 -0.010628 -0.004656 -0.000745 0.006246 -0.006332 0.017664 0.029428 -0.039503 -0.019153 0.000729 -0.005079 0.014652 -0.028788 0.008591 0.004236 4.9e-05 -0.034976 -0.033794 0.011943 -0.007812 0.018326 -0.048501 0.022156 0.022728 -0.002048 0.036639 -0.002797 -0.007602\n¦ -0.03351 -0.002855 -0.057487 -0.024681 0.031282 0.006514 -0.008145 0.000499 -0.013234 -0.021687 -0.003526 0.01134 -0.037133 0.021903 0.0176 -0.0143 -0.001595 0.004521 0.023952 -0.042491 0.013905 -0.026822 -0.029432 0.023394 -0.021028 0.009201 0.004124 -0.019623 0.005866 -0.004998 -0.009462 -0.022951 -0.018228 -0.035953 0.005521 0.008782 -0.030007 0.042264 0.02596 -0.003601 -0.02443 0.024384 -0.001545 0.024434 -0.017063 0.006487 -0.013926 -0.008174 -0.007919 -0.004387 0.013722 0.031477 0.019292 -0.0515 0.028281 0.026172 -0.012749 0.029987 -0.008803 -0.011555 -0.01674 0.006272 -0.002804 -0.009402 0.055569 0.010175 0.034004 -0.042665 -0.004692 0.005832 -0.013578 -0.014801 -0.004271 -0.000202 -0.0033 -0.003805 0.003969 0.018727 0.018474 0.006566 0.023477 -0.051823 -0.014937 0.044812 -0.019384 -0.036172 0.010896 0.037822 0.012977 0.02344 -0.00169 0.039311 -0.023964 0.022555 -0.014281 -0.053665 0.023312 0.002387 -0.000672 -0.004506 -0.005896 -0.022217 0.000542 -0.045172 0.014003 0.019868 -0.026318 -0.016601 -0.017947 0.023662 0.02431 0.033544 0.04798 0.021485 -0.021833 -0.010539 0.006387 -0.003151 -0.011127 -0.055903 0.018766 -0.015067 0.01727 0.037191 0.00667 -0.046671 0.016193 0.013721 -0.029652 -0.006501 0.007563 0.013832 -0.004259 0.037527 -0.018261 0.011558 0.009708 -0.004644 0.014037 -0.009988 0.02149 -0.029258 0.044096 0.002527 0.033832 -0.029847 -0.024114 -0.020646 0.034113 -0.004455 0.0101 0.000113 0.002951 0.013989 0.002862 -0.021899 0.007937 0.015984 0.028737 -0.010952 0.013855 0.007807 -0.001287 -0.004857 -0.018318 -0.032336 0.005224 -0.022477 0.006649 0.049917 -0.002012 -0.00084 -0.031916 0.063471 0.038575 -0.013863 0.020657 0.01285 -0.03572 0.014326 0.021953 0.024024 0.034158 0.011205 -0.010322 -0.026832 -0.038495 -0.015718 -0.047651 -0.027251 -0.012339 0.022943 -0.030237 -0.036421 -0.001005 -0.01177 -0.051258 0.012362 0.016487 -0.040575 -0.025085 -0.006299 0.043535 0.001757 0.023792 0.020191 0.028747 -0.010282 -0.011132 0.016027 -0.033794 0.040276 -0.017866 -0.014044 0.007386 -0.020403 -0.010064 -0.000907 0.018222 0.000325 0.01969 -0.010161 0.025144 -0.025664 0.023486 0.001475 -0.028622 -0.022196 -0.000952 -0.010186 -0.012176 0.008442 -0.012301 0.016036 -0.024861 0.023761 -0.001521 -0.000162 0.010165 -0.022824 -0.029082 0.016451 -0.006017 -0.008455 0.010604 0.001812 -0.010503 0.000385 0.065819 0.041119 0.018935 0.009113 -0.04772 0.014393 -0.015771 -0.018171 -0.011097 0.014354 0.011297 -0.009528 0.032244 -0.005304 -0.033974 0.036715 -0.035283 -0.019547 -0.048619 0.01963 0.010288 0.005424 0.020163 -0.034394 0.004443 -0.044764 -0.006731 0.004711 0.054157 0.005252 -0.016405 -0.016414 -0.01739 -0.014134 0.043213 0.014514 0.002237 0.021404 -0.039623 -0.017785 -0.021707 -0.01381 0.00289 0.007454 -0.006392 -0.051989 -0.006995 0.021211 0.009397 -0.015077 0.023569 -0.033912\n֨ 0.074746 0.022561 -0.098698 -0.006401 -0.003881 0.05706 0.002118 -0.012996 -0.006025 -0.077263 0.07015 0.05724 -0.029384 -0.101643 0.084771 -0.032372 0.02646 -0.062904 -0.020448 -0.108408 -0.008371 -0.016531 0.038584 0.005054 -0.014446 0.068489 -0.024709 -0.002025 -0.021146 -0.068836 0.044105 -0.057033 -0.037245 -0.054556 0.006643 -0.007853 -0.07072 0.07994 0.029849 0.056721 -0.032613 0.013866 0.046156 0.021915 -0.071597 -0.036488 0.048087 0.028509 0.008462 0.022758 0.017066 0.11343 0.05813 -0.043123 0.078091 0.004127 -0.028055 0.041542 -0.058713 0.055274 -0.029006 -0.044586 -0.032056 0.023716 0.024271 0.038821 0.064661 0.016511 0.033624 0.008281 -0.127117 -0.03078 0.047379 0.037996 -0.073997 -4.9e-05 -0.047278 0.048343 -0.064024 -0.00067 0.002503 -0.007862 0.019857 -0.024796 -0.048496 -0.071709 0.009818 -0.025675 -0.028495 -0.029952 -0.00369 0.044143 0.057045 -0.010774 0.032212 -0.014913 0.006552 -0.100255 -0.010129 0.003626 -0.070621 0.009349 0.006411 -0.062887 0.021812 0.007987 -0.052511 0.002504 0.094826 0.01203 0.104745 0.04962 0.037008 -0.047548 0.018509 -0.025463 0.003701 -0.002322 -0.053849 -0.051396 0.047911 0.020239 0.078549 0.031694 0.061231 0.022501 -0.000703 -0.040669 -0.055169 0.002257 -0.038143 0.009104 -0.000815 0.070781 -0.043905 0.01013 -0.024183 -0.009607 0.005466 0.082599 0.01261 -0.014504 0.021977 0.030261 -0.082145 -0.081392 0.111234 0.01987 0.00996 -0.055232 -0.005207 0.068942 0.094527 0.037546 -0.037517 -0.004343 0.016715 -0.058291 0.040836 -0.033915 -0.05375 0.035395 0.04949 0.011523 -0.025643 -0.057241 0.05961 -0.065489 0.040408 0.015135 -0.076904 -0.027776 -0.018904 0.079245 -0.023276 -0.061731 -0.034781 -0.023547 -0.086395 -0.047333 0.060283 -0.035002 0.001117 -0.021062 0.009968 -0.048023 0.00054 0.069214 -0.079468 0.029935 0.00971 0.021992 -0.0528 -0.05607 -0.00824 0.088239 -0.042696 0.013555 -0.004146 -0.001433 -0.057762 -0.046356 0.035563 0.04831 0.000368 0.064172 0.061268 -0.039988 0.005034 0.065058 0.004928 -0.053893 -0.01342 0.041943 0.009006 0.122344 0.028621 -0.050387 -0.001575 -0.029268 -0.005322 0.043219 0.010053 0.005303 -0.040207 0.002847 0.01634 0.001754 -0.021056 -0.006677 0.01626 -0.007137 -0.006612 -0.019731 -0.080966 0.000522 -0.040551 -0.104806 0.056404 0.062981 0.005058 0.053714 -0.048981 -0.002891 -0.002729 -0.01884 0.062319 -0.008685 0.089967 0.079762 0.089802 0.051129 -0.011108 -0.078516 -0.045645 -0.035306 -0.026524 0.040286 -0.043421 -0.020962 0.024629 -0.023176 0.049557 -0.04148 -0.046078 -0.048149 -0.075995 -0.040523 0.002386 -0.003249 0.078786 -0.017695 0.039058 -0.043325 0.015773 -0.016284 -2.7e-05 0.03348 0.101612 -0.108095 0.0169 -0.008163 -0.004944 0.016459 -0.02223 0.004246 0.092326 -0.020275 0.006143 -0.042735 -0.021374 -0.086983 0.031356 -0.139397 -0.000846 -0.005258 0.002523 0.02517 0.046631 0.024766\nڪ 0.044467 -0.0035 -0.064412 0.008964 -0.023847 0.028462 0.004401 -0.007204 -0.022073 -0.041199 0.032564 0.010669 -0.017454 -0.022123 0.027422 0.009915 0.010033 -0.017104 -0.027232 -0.045847 -0.03073 0.010573 0.005323 0.013421 -0.011025 0.007393 -0.004883 -0.011584 -0.01341 -0.043503 0.000204 -0.030175 -0.008113 -0.029515 0.003478 0.019689 -0.028856 0.031724 -0.002124 0.021699 -0.040683 0.021763 0.017294 -0.004034 -0.023324 -0.013963 0.044383 -0.00068 0.002608 0.011167 -0.008401 0.039637 0.019802 -0.014575 0.051663 0.00437 -0.002672 0.026725 -0.016361 0.030643 -0.028986 -0.024537 -0.011237 -0.008943 0.022603 0.02584 0.055797 -0.013526 0.051715 0.034279 -0.063303 -0.002811 0.043805 0.031652 -0.044747 -0.009696 -0.016507 0.024922 -0.03592 -0.019126 0.009325 -0.002896 0.002646 -0.000971 -0.015008 -0.053059 -0.000764 -0.030765 -0.01201 -0.016307 -0.00326 0.017638 0.022942 -0.010593 0.017303 -0.005317 -0.011305 -0.045978 0.008751 -0.000104 -0.022107 -0.006294 -0.001247 -0.030166 0.025958 0.00596 -0.027348 -0.002158 0.052267 -0.007788 0.036464 0.016182 0.006896 -0.013141 0.009579 -0.00891 -0.017367 0.011014 -0.002198 -0.028763 0.034531 0.002317 0.037769 0.020531 0.045583 0.027892 -0.024624 -0.006183 -0.018664 -0.001803 -0.003993 0.001199 -0.008314 0.023337 -0.017476 0.013703 -0.058061 0.007379 0.008119 0.040123 0.00298 -0.006782 0.013189 0.014168 -0.02653 -0.0518 0.064736 0.018585 -0.000664 -0.040037 0.007552 0.000476 0.039265 0.012292 0.003512 0.019444 0.009288 -0.016711 0.007896 -0.015472 -0.018569 0.011609 0.029377 0.015897 -0.007601 -0.023379 0.010741 -0.031556 0.02597 0.017381 -0.031811 -0.032237 -0.00968 0.041767 -0.007009 -0.020378 -0.029105 -0.011992 -0.040605 -0.011051 0.033558 -0.017886 0.001175 -0.028385 0.002316 -0.022799 -0.006189 0.019779 -0.030973 -0.005716 0.023098 0.028579 -0.024885 -0.020526 0.00722 0.03105 -0.018245 0.006776 -0.002239 0.006751 -0.027392 -0.027222 0.032488 0.017072 0.030803 0.023305 0.021565 -0.025089 -0.016642 0.056219 -0.019857 0.013373 -0.016062 0.029303 -0.018335 0.057507 0.017362 -0.030658 0.017386 -0.000188 -0.001594 0.007254 0.00378 -0.002738 -0.028832 0.008183 0.019989 0.014009 -0.024752 -0.028424 -0.000595 0.00768 0.000292 -0.011822 -0.050397 0.01113 -0.01289 -0.039953 0.022434 0.015996 -0.006962 0.009911 -0.03351 0.002086 0.001798 0.008029 0.036768 -0.01405 0.04571 0.052908 0.026392 0.003101 -0.007248 -0.035799 -0.017752 -0.02312 0.001014 0.020114 -0.033117 -0.013765 -0.000528 -0.038071 0.018584 -0.034981 -0.031523 -0.018723 -0.040163 -0.009043 0.017803 0.015845 0.016766 0.02296 0.016584 -0.009899 0.004723 -0.01405 -0.012271 0.017482 0.042697 -0.040616 0.000959 -0.011798 0.017108 -0.01261 -0.011604 -0.015169 0.033137 -0.01616 -0.008311 -0.035879 -0.005635 -0.045166 0.019274 -0.08356 -0.014817 0.004225 0.006524 0.011032 0.027042 -0.002961\nေ 0.020196 0.001684 -0.032593 0.009517 0.003674 0.037008 0.003278 -0.005803 -0.010232 -0.029042 0.028279 -0.001436 -0.00977 -0.017301 0.039613 -0.004714 0.004715 -0.007933 0.001003 -0.037094 -0.01859 -0.000907 -0.00217 0.000453 -0.005849 0.004455 -0.025789 -0.018504 -0.016595 -0.02442 0.019265 -0.022343 -0.008729 -0.021079 0.005115 0.008268 -0.020227 0.026511 -0.008059 0.008734 -0.026488 0.011082 0.002359 -0.001747 -0.021375 -0.006344 0.016228 -0.003041 0.001241 0.004602 0.00036 0.029695 0.023078 -0.024712 0.028058 0.006812 -0.010668 0.016973 -0.015634 0.012422 -0.034887 -0.018749 -0.006812 -0.005093 0.007241 0.010748 0.039047 -0.013107 0.024779 0.020818 -0.046164 -0.005178 0.010133 0.016997 -0.034863 0.001115 -0.020063 0.014393 -0.039288 0.000135 0.000344 0.000927 -0.008171 0.005669 -0.014178 -0.040661 0.010233 0.000307 -0.006105 0.002703 -0.001134 0.01734 0.010495 -0.009213 0.019438 -0.014617 -0.004049 -0.03241 -0.005765 -0.005889 -0.033295 -0.00046 0.001479 -0.027558 0.015807 -0.001569 -0.012987 -0.000288 0.032355 -0.0048 0.033937 0.021646 0.012372 -0.007321 0.018599 -0.006466 -0.00787 -0.005289 -0.011426 -0.022122 0.010852 0.004052 0.021421 0.027047 0.032758 -0.002761 -0.0049 0.00467 -0.013941 -0.014804 -0.014865 0.007688 -0.008998 0.029248 -0.008707 0.001262 -0.022498 0.023556 0.005849 0.028502 -0.002986 -0.003961 0.000862 0.009051 -0.032535 -0.049069 0.046075 0.008205 0.009536 -0.035762 0.010944 0.000964 0.034083 0.012328 -0.003879 0.003466 0.000686 -0.018292 0.02113 -0.012323 -0.023752 0.009929 0.01552 0.005383 -0.014542 -0.012358 0.01867 -0.013437 0.018116 0.018874 -0.013148 -0.010652 -0.009194 0.014242 -0.015399 -0.020132 0.005479 -0.011698 -0.045919 -0.011692 0.025022 -0.006442 0.007588 -0.013864 -0.005825 -0.021637 0.000541 0.018224 -0.025138 9.3e-05 0.004282 0.025498 -0.038081 -0.028698 -0.005765 0.034452 -0.020711 0.01195 -0.001067 -0.005481 -0.034841 -0.029315 0.010727 0.021825 0.014715 0.001549 0.011132 -0.004864 -0.007175 0.031741 -0.008759 -0.003716 -0.000359 0.015154 0.000153 0.039129 0.008928 -0.025879 0.00831 0.00632 0.000523 -0.000544 -0.0007 -0.001613 -0.02274 -0.002958 -0.008094 0.01583 0.000661 -0.015999 -0.007761 -0.004164 -0.00756 -0.022887 -0.031602 0.000181 -0.01014 -0.02503 0.017581 0.007292 0.000965 0.024687 -0.010394 0.005423 -0.007621 -0.008574 0.017286 -0.008865 0.027966 0.040616 0.019605 0.008773 -0.004029 -0.030704 -0.017097 -0.010811 -0.010789 0.023034 -0.023772 -0.000823 0.003267 -0.012045 0.022172 -0.022105 -0.017527 -0.028963 -0.037062 -0.010732 0.004758 0.001033 0.016043 -5e-06 0.020639 -0.005014 0.024976 0.005847 0.00605 0.012653 0.048344 -0.043665 0.00579 -0.014524 0.00949 0.020171 -0.007059 -0.01664 0.014288 -0.004764 -0.015998 -0.010348 -0.002149 -0.031294 0.011461 -0.054044 -0.019301 0.015697 0.005955 0.010956 0.008372 -0.006704\nම 0.031601 0.007096 -0.064853 0.018339 0.014021 0.049235 -0.001955 -0.002601 -0.03094 -0.037372 0.04925 0.021849 -0.014712 -0.042979 0.048831 -0.016767 0.001949 -0.02758 -0.001028 -0.058984 -0.015467 -0.011896 0.013943 0.001186 -0.004563 0.018455 -0.004699 -0.020283 -0.01172 -0.039578 0.028238 -0.034166 -0.026064 -0.040432 0.021556 0.016194 -0.043447 0.0518 0.001835 0.022841 -0.035732 0.012903 0.013479 -0.000533 -0.038185 -0.011111 0.041366 -0.006439 -0.003742 0.021655 -0.002669 0.063229 0.031713 -0.033256 0.061517 0.007733 -0.01518 0.02582 -0.026254 0.024153 -0.036277 -0.042636 -0.01568 -0.009664 0.014842 0.02635 0.059379 -0.018018 0.045233 0.018711 -0.061843 -0.008233 0.024786 0.018793 -0.050609 0.002134 -0.033189 0.025866 -0.039984 -0.012229 0.015883 -0.008589 -0.002159 0.022966 -0.023229 -0.06264 0.00397 -0.006824 -0.02057 -0.018613 -0.013872 0.023953 0.014517 -0.01756 0.011236 -0.00502 -0.003626 -0.044101 -0.004658 -0.00384 -0.035898 0.006924 0.006179 -0.038167 0.014805 -0.00335 -0.02635 0.010574 0.040383 -0.006363 0.043225 0.022146 0.022899 -0.014031 0.004512 0.002065 -0.013304 0.002457 -0.026464 -0.047918 0.0301 -0.005295 0.042916 0.033363 0.034383 0.012168 -0.00954 0.000215 -0.01687 -0.017238 -0.021111 0.00314 -0.001472 0.038474 -0.020768 0.00866 -0.020894 0.0269 0.013233 0.059089 0.003732 -0.009342 0.01639 0.023625 -0.048076 -0.062639 0.080989 0.017653 0.007324 -0.048431 0.019801 0.023173 0.038377 0.020838 -0.001973 0.00829 0.011115 -0.022973 0.030132 -0.026965 -0.033014 0.012316 0.023072 0.00104 -0.010524 -0.021025 0.037724 -0.019854 0.030105 0.027924 -0.023784 -0.029557 -0.005657 0.03793 -0.023057 -0.037644 -0.014593 -0.016804 -0.048639 -0.034316 0.033581 -0.007504 0.006044 -0.014689 -0.013359 -0.020894 -0.001407 0.020689 -0.048115 0.000452 0.018183 0.025644 -0.039917 -0.049762 -0.001296 0.05844 -0.029773 0.005535 0.006071 0.00232 -0.036828 -0.025432 0.015733 0.042763 0.02556 0.011727 0.012892 -0.014179 -0.015608 0.037798 -0.019586 -0.00795 -0.011757 0.019215 0.002757 0.065111 0.020784 -0.023728 0.012617 0.013936 4.3e-05 0.001991 0.009855 0.007296 -0.031512 -0.010008 -0.004782 0.028702 -0.014478 -0.020781 -0.00433 -0.005336 -0.008138 -0.024362 -0.051855 -0.008508 -0.014734 -0.037183 0.027175 0.015768 -0.002571 0.028121 -0.026087 0.014687 -0.003832 -0.020045 0.038169 -0.005504 0.048124 0.060738 0.033815 0.016934 -0.001799 -0.044022 -0.035563 -0.027266 -0.010321 0.023297 -0.040232 -0.008259 -0.002046 -0.030235 0.03825 -0.036381 -0.033867 -0.026358 -0.042476 -0.013246 0.016173 0.003999 0.029064 0.000603 0.026301 0.00725 0.024719 0.013413 0.00665 0.0157 0.052106 -0.067074 -0.001198 -0.014984 0.020726 0.018799 -0.017698 -0.011728 0.035466 -0.002076 -0.028307 -0.011483 0.005011 -0.049005 0.018201 -0.087789 -0.006696 0.006491 0.012648 0.017283 0.019425 0.012257\nμ 0.028259 -0.00151 -0.043086 0.023146 0.007388 0.040793 0.012667 -0.006064 -0.013184 -0.029352 0.034469 0.011514 -0.012949 -0.024605 0.03379 -0.010766 0.008804 -0.021383 -0.013181 -0.040007 -0.010932 0.007724 0.008156 0.014361 0.009686 0.014573 -0.006569 -0.009908 -0.014468 -0.01788 0.02143 -0.033373 -0.011672 -0.037666 0.008411 0.014308 -0.035364 0.037816 0.010571 0.015418 -0.033396 0.007671 -0.001983 0.012403 -0.019806 -0.021103 0.03068 0.003339 -0.001992 0.009024 0.007385 0.048151 0.037354 -0.028689 0.037451 0.008869 -6.2e-05 0.024442 -0.016172 0.022287 -0.028921 -0.02777 -0.011064 -0.020502 0.014715 0.017971 0.035594 -0.0175 0.026 0.015628 -0.046798 -0.005578 0.024226 0.009777 -0.044546 -0.001164 -0.027925 0.025311 -0.021939 -0.015931 0.009118 0.001392 0.001184 0.01439 -0.017443 -0.045098 0.001687 -0.00126 -0.012964 0.000762 -0.003842 0.02579 0.002177 -0.004464 0.011671 -0.014063 -0.000847 -0.033855 -0.005082 -0.006603 -0.011099 -0.004527 -0.004223 -0.028892 0.017373 -0.010967 -0.009774 0.011224 0.027161 -0.007889 0.044639 0.015204 0.024328 -0.012555 0.007531 0.004563 -0.004137 0.003644 -0.0079 -0.038832 0.026691 1.5e-05 0.03569 0.020718 0.026435 0.000236 -0.00373 -0.008684 -0.009529 -0.014068 -0.009376 0.001049 -0.01573 0.03111 -0.018538 0.009855 -0.029233 0.000116 -0.001437 0.04108 -0.010917 -0.013793 0.015875 0.022867 -0.032043 -0.044063 0.03746 0.007229 0.005924 -0.04396 -0.001782 0.009032 0.031071 0.024942 -0.001552 -0.00391 -0.000773 -0.020896 0.011871 -0.02124 -0.010966 0.010416 0.023431 0.018338 -0.009154 -0.010062 0.02402 -0.021436 0.021961 0.015591 -0.030098 -0.022261 -0.014462 0.030965 -0.01257 -0.023897 -0.011855 -0.010996 -0.028772 -0.012419 0.032067 -0.012045 0.001483 -0.002459 -0.011239 -0.010425 -0.003415 0.023029 -0.058526 -0.003879 0.020283 0.029769 -0.030131 -0.03713 0.003367 0.031017 -0.015527 0.014315 0.006711 0.003405 -0.035568 -0.026053 0.014575 0.024498 0.018348 0.010952 0.013934 -0.013237 0.00097 0.02838 -0.014894 -0.00951 -0.011348 0.009302 -0.003069 0.062448 0.004254 -0.021406 0.002796 -0.000611 -0.005181 0.01358 -0.013152 0.004458 -0.028027 -0.004199 0.002519 0.012746 -0.005189 -0.030178 -0.002632 0.001922 -0.004266 -0.018272 -0.027302 0.001413 -0.014385 -0.03675 0.021284 0.031606 0.011077 0.018888 -0.022139 0.009229 0.007766 -0.004164 0.035761 -0.00371 0.034827 0.052766 0.027358 0.004179 -5.5e-05 -0.036863 -0.033744 -0.021267 -0.002373 0.011995 -0.026015 -0.016218 0.008889 -0.007355 0.02552 -0.016955 -0.024632 -0.015288 -0.025305 -0.020531 0.005669 0.001348 0.018894 -0.009493 0.007179 -0.002214 0.004027 -0.002755 0.001324 0.01729 0.04096 -0.039791 -0.008114 -0.017194 0.013083 0.015652 -0.019375 -0.006199 0.012998 -0.010179 -0.01871 -0.01821 0.005828 -0.036906 0.007631 -0.063037 -0.007479 0.00286 0.007908 0.008932 0.014451 0.000574\nṅ 0.029076 0.005135 -0.055884 0.031522 0.011501 0.041874 0.012354 -0.009948 -0.015868 -0.025259 0.043355 0.007491 -0.009779 -0.025964 0.025219 -0.004515 0.000467 -0.023136 -0.013449 -0.039146 -0.011818 0.01048 0.001433 0.02032 0.014154 0.018556 -0.017854 -0.010717 -0.01075 -0.020868 0.025893 -0.031307 -0.017632 -0.044097 0.018104 0.019272 -0.055824 0.036348 0.003398 0.024654 -0.031952 0.008306 -0.008688 -0.001051 -0.028369 -0.035755 0.036324 0.002548 -0.002605 0.02755 0.017993 0.047286 0.032842 -0.042546 0.040642 0.006837 -0.007352 0.019318 -0.013626 0.02636 -0.02666 -0.035566 -0.011737 -0.018781 0.007892 0.023883 0.039258 -0.024005 0.030607 0.016596 -0.053388 -0.012749 0.02952 0.024434 -0.053774 0.012125 -0.032385 0.03129 -0.029037 -0.019736 0.01743 -0.005754 0.004852 0.031582 -0.018681 -0.058802 -0.000109 -0.004879 -0.016736 -0.00525 -0.005179 0.022229 -0.000399 -0.012801 0.009981 -0.010341 -0.005137 -0.042543 0.001283 -0.012224 -0.020692 -0.003307 -0.012901 -0.02636 0.013623 -0.004442 -0.018651 0.00922 0.038677 -0.009574 0.052536 0.024387 0.030344 -0.022767 0.011352 0.007291 -0.00698 -0.00113 -0.013838 -0.043511 0.032198 -0.006487 0.044056 0.028059 0.030412 0.016823 -0.015701 -0.016298 -0.013532 -0.024751 -0.01548 -0.006013 -0.020088 0.028203 -0.023895 0.01647 -0.033935 0.01083 0.006793 0.057105 -0.005592 -0.011228 0.010559 0.035683 -0.039961 -0.047905 0.048567 0.000433 -0.001632 -0.0492 -0.003681 0.015388 0.042759 0.033513 -0.008883 0.010576 -0.003998 -0.031371 0.019511 -0.017694 -0.012212 0.017959 0.023654 0.023218 -0.021261 -0.020653 0.029604 -0.024785 0.024401 0.026293 -0.034271 -0.025365 -0.004881 0.03673 -0.02417 -0.030628 -0.00164 -0.007346 -0.032176 -0.021922 0.040452 -0.010666 -0.00326 -3.3e-05 0.001103 -0.008326 -0.007443 0.021204 -0.07105 -0.0047 0.018225 0.032742 -0.046262 -0.046051 -0.001484 0.038468 -0.021858 0.007426 0.013063 0.000482 -0.045814 -0.031672 0.015196 0.02735 0.024057 0.019779 0.013057 -0.012161 -0.008502 0.042742 -0.024811 -0.02304 -0.005782 0.020535 0.00718 0.074371 -0.003122 -0.027782 0.007409 -0.001214 -0.01293 0.013349 -0.010192 0.003009 -0.026621 0.001608 -0.001439 0.020636 -0.00774 -0.028187 -0.003619 -0.002732 -0.014081 -0.032872 -0.027696 0.000689 -0.018406 -0.034577 0.026695 0.032432 0.007483 0.030245 -0.024905 0.011633 0.003361 -0.005468 0.049772 -0.008575 0.044547 0.053176 0.028902 0.010885 -0.003645 -0.040709 -0.039051 -0.00835 -0.001677 0.024773 -0.026372 -0.025197 0.015721 -0.010297 0.030041 -0.027865 -0.02266 -0.020541 -0.037812 -0.020016 0.00291 0.004162 0.022103 -0.004503 0.005783 0.004059 0.00366 0.007011 -0.006736 0.026225 0.034933 -0.044994 -0.006729 -0.018328 0.011073 0.021857 -0.035583 -0.00037 0.003951 -0.001778 -0.023714 -0.019986 -0.002366 -0.036887 0.014379 -0.065419 -0.019853 0.010717 0.02214 0.015725 0.016732 0.002718\nो 0.024319 -0.000402 -0.041143 0.018876 0.010321 0.030202 0.004902 -0.00684 -0.02359 -0.032979 0.043965 0.015876 -0.005133 -0.021509 0.024051 -0.010421 0.001419 -0.017273 -0.004149 -0.045473 -0.011555 -0.000511 0.006738 0.001495 -0.002086 0.020061 -0.011691 -0.014156 -0.013794 -0.021909 0.019852 -0.027662 -0.013914 -0.02736 0.00853 0.008928 -0.034343 0.03545 0.010841 0.021604 -0.027792 0.006853 0.006035 -0.002473 -0.018226 -0.01513 0.029664 -0.012182 -0.002142 0.011152 0.002387 0.048817 0.029693 -0.039179 0.042234 0.003376 -0.004432 0.010261 -0.002007 0.024016 -0.026756 -0.028464 -0.0054 -0.018715 0.008307 0.012969 0.033747 -0.005625 0.025915 0.015962 -0.050159 -0.009498 0.022032 0.01393 -0.047123 0.003171 -0.025706 0.016403 -0.034018 -0.018794 0.009012 -0.006409 0.002965 0.011836 -0.01474 -0.033083 -0.001626 -0.006745 -0.014909 -0.004648 -0.013011 0.019705 0.00521 -0.009687 0.013464 -0.006305 -0.00884 -0.036166 0.000221 -0.005219 -0.023177 0.002733 0.001193 -0.01374 0.013006 -0.010611 -0.014642 0.005159 0.037965 -0.002281 0.039345 0.024899 0.020717 -0.017902 0.005049 -0.001101 0.001486 0.00108 -0.020332 -0.033624 0.018009 -0.000833 0.034925 0.033007 0.029582 0.004011 -0.009129 -0.009602 -0.01461 -0.020988 -0.015838 0.003214 -0.021244 0.036772 -0.020366 0.003829 -0.025764 0.008033 0.003459 0.030945 -0.01601 -0.002944 0.004252 0.02361 -0.03567 -0.0465 0.047992 0.016059 -0.000428 -0.040603 -0.000432 0.017506 0.021456 0.020967 0.006181 0.008312 0.008925 -0.026935 0.012867 -0.024174 -0.023558 0.01273 0.01782 0.009707 -0.014061 -0.011033 0.025808 -0.014961 0.017262 0.014134 -0.018218 -0.012755 -0.012746 0.026613 -0.016688 -0.025873 -0.005903 0.000987 -0.029249 -0.017636 0.026942 -0.010159 0.01176 -0.017011 -0.003464 -0.016263 0.002954 0.023656 -0.047084 0.00712 0.025256 0.025873 -0.031982 -0.032252 -0.001305 0.034433 -0.022354 0.017138 0.00065 -0.005751 -0.035118 -0.028579 0.009522 0.027785 0.01951 0.010674 0.006519 -0.001172 -0.005485 0.038729 -0.011238 -0.008082 -0.008065 0.017463 -0.001178 0.05764 0.009348 -0.024497 0.015945 0.009291 0.000181 0.004141 -0.001526 0.003272 -0.027298 -0.006851 -0.001195 0.01889 0.001405 -0.019811 -0.006794 -0.011424 0.003451 -0.027265 -0.03238 -0.004783 -0.002906 -0.0239 0.027556 0.024832 0.008744 0.018507 -0.020716 0.021218 -0.005442 0.000149 0.030069 -0.005768 0.028986 0.043497 0.020523 0.009361 -0.008381 -0.035051 -0.026348 -0.01551 -0.013404 0.019889 -0.031901 -0.013497 0.001745 -0.014004 0.026813 -0.01515 -0.026633 -0.016683 -0.021556 -0.020255 0.003073 -0.01336 0.01901 0.003897 0.010458 -0.007806 0.011668 0.001149 0.004552 0.01701 0.045611 -0.044702 0.005047 -0.023602 0.014179 0.017536 -0.021104 -0.018082 0.017788 -0.014726 -0.025952 -0.002392 0.006001 -0.032156 0.008588 -0.0576 -0.017553 0.013674 0.014912 0.019539 0.01378 0.009198\n੍ 0.035768 0.000805 -0.07234 -0.037895 0.023236 0.050168 -0.003757 -0.041139 -0.032561 -0.065254 0.071607 0.040761 -0.002854 -0.017453 0.060961 -0.036021 0.036994 -0.022255 -0.025631 -0.078343 -0.003313 0.012753 -0.005072 0.011499 -0.008771 0.000914 -0.031802 -0.026305 0.012659 -0.075831 0.017734 -0.059191 0.003335 -0.030379 0.003153 0.015586 -0.024525 0.064397 0.003078 0.015475 -0.089719 -0.025086 0.004943 -0.004471 -0.013278 -0.016626 0.064156 -0.006196 -0.028258 -0.002107 -0.012415 0.051791 0.043215 0.006251 0.054905 0.005526 -0.027583 0.003033 -0.006034 0.017762 -0.0699 -0.057561 0.010441 -0.018677 0.042337 0.059847 0.071059 0.021596 0.045138 0.007158 -0.083586 0.002971 0.031421 0.052991 -0.047105 0.007241 -0.076889 0.008345 -0.06994 -0.006866 -0.002764 -0.042693 0.018301 -0.002941 -0.011503 -0.014878 0.007532 -0.021573 -0.004145 -0.033756 -0.011539 0.010023 0.048108 0.012216 0.025596 -0.01201 -0.025981 -0.057649 -0.003705 -0.002391 -0.055841 0.018577 -0.00688 -0.040427 0.025651 -0.035273 -0.047192 0.028374 0.078504 -0.01471 0.049767 0.04045 0.036361 -0.059992 0.012899 -0.030056 0.02329 -0.003863 -0.025294 -0.012244 0.067317 0.015651 0.03828 0.042014 0.06251 0.034539 -0.015064 0.032233 -0.00544 -0.008105 -0.009374 -0.030763 0.000418 0.066038 -0.047586 0.0115 -0.055918 0.020265 0.039055 0.073725 0.003558 -0.020347 0.003771 0.017256 -0.066365 -0.068342 0.083847 0.035784 0.02263 -0.036375 0.031058 0.025985 0.037144 0.035823 0.013485 0.023437 0.01374 -0.020724 0.044204 -0.053185 -0.038127 0.010328 0.03237 0.000867 -0.010865 -0.028351 0.036881 -0.018995 0.036877 0.020021 -0.048792 -0.033744 0.007701 0.037821 -0.028701 -0.035861 -0.039614 -0.015438 -0.090383 -0.03562 0.019753 -0.022752 0.000992 -0.06511 -0.021587 -0.033861 0.043448 0.020625 -0.038676 -0.003246 0.068958 0.038158 -0.020871 -0.042753 -0.017603 0.051528 -0.055587 0.027965 0.004707 -0.004314 -0.033307 -0.031924 0.011505 0.066638 0.034583 0.022131 0.042623 -0.018241 -0.005493 0.074107 0.002303 -0.028094 0.030409 -0.015147 0.017672 0.064989 0.04271 -0.029491 0.053094 -0.047252 -0.012944 -0.019943 0.020948 -0.035088 -0.02173 -0.002355 -0.00245 0.018382 -0.050022 -0.027903 -0.013935 -0.031073 -0.002917 -0.033822 -0.049968 -0.070072 -0.018283 -0.062281 0.01032 0.030992 -0.028592 -0.005012 -0.052798 0.049036 -0.032331 0.005679 0.027735 -0.012362 0.078108 0.090258 0.033271 0.039046 -0.025784 -0.027464 -0.017789 -0.044611 -0.005695 0.092018 -0.040925 -0.025057 0.015996 -0.042634 0.026496 -0.032272 -0.060875 -0.028234 -0.081425 -0.056348 0.032645 0.007674 0.016884 0.022636 0.057135 0.002503 0.007198 -0.021359 0.040251 0.013517 0.070019 -0.080524 -0.020738 -0.024608 0.028697 0.032072 0.00529 -0.026338 0.067536 -0.024384 -0.050268 0.018913 -0.030567 -0.027199 0.060459 -0.12329 -0.002603 0.015262 0.023408 0.017923 -0.022316 0.011691\nཏ 0.026356 -0.003424 -0.047689 0.028811 0.014035 0.02893 0.022895 -0.021191 -0.00598 -0.012783 0.035199 0.007205 -0.004836 -0.017976 0.016697 -0.006549 0.007244 -0.01239 -0.00317 -0.047544 -0.003099 0.010665 7.5e-05 0.012396 0.007169 0.011505 -0.010789 -0.023706 -0.000949 -0.014478 0.023629 -0.030841 -0.03196 -0.04922 0.03574 0.022996 -0.050775 0.04037 0.00272 0.010828 -0.014624 -0.010982 -0.003027 0.00225 -0.027527 -0.002307 0.020194 0.011706 -0.00352 0.018435 0.011071 0.036435 0.026254 -0.035998 0.024267 0.016632 -0.004261 -0.000205 0.003437 0.022619 -0.032705 -0.016824 -0.008251 -0.013021 0.009534 0.030498 0.030826 -0.027012 0.031393 0.023486 -0.051725 -0.011089 0.016708 0.027814 -0.034644 0.003681 -0.026298 0.01946 -0.026222 -0.011595 0.00282 0.001833 -0.001386 0.025982 -0.030479 -0.055117 -0.003193 0.014635 -0.019742 0.00391 -0.020919 0.011477 0.004837 -0.007571 0.018592 -0.002596 0.000416 -0.017446 -0.000541 -0.004955 -0.022924 -0.001673 -0.00363 -0.034466 0.007572 0.000951 -0.004969 -0.011303 0.045732 0.000318 0.034018 0.01453 0.029752 -0.012303 0.001893 0.009349 -0.013716 -0.012032 -0.006896 -0.017381 0.025664 -0.002425 0.02742 0.017731 0.026461 0.011061 -0.025418 -0.005617 -0.022016 -0.02366 0.002664 3.1e-05 -0.005637 0.021766 -0.013557 0.022367 -0.027881 0.007935 0.013769 0.032717 -0.004476 -0.00658 -0.004778 0.040999 -0.02225 -0.023134 0.043887 -0.007299 0.0014 -0.022763 -0.006383 0.01139 0.041435 0.026039 -0.016134 -0.006742 -0.001498 -0.007464 0.004217 0.009583 -0.021094 0.004783 0.025601 0.01386 -0.001176 -0.019653 0.030933 -0.015771 0.006209 0.004769 -0.019805 -0.01794 0.006169 0.019386 -0.00562 -0.036688 -0.024235 -0.018338 -0.02751 -0.002977 0.038214 -0.008387 0.006101 -0.007009 -0.011017 -0.016823 -0.008077 0.026098 -0.043964 0.015589 -0.000558 0.024436 -0.0381 -0.022023 0.01889 0.025442 -0.005983 0.006734 0.015959 -0.004013 -0.023822 -0.017818 -0.000655 0.028113 0.020429 0.020981 -0.016954 -0.006582 -0.018188 0.044607 -0.014929 -0.006788 -0.015366 0.013301 0.003991 0.050509 -0.011753 -0.023174 -0.000877 0.000975 -0.022054 0.014194 -0.01224 0.012256 -0.018011 0.004757 0.002351 0.010437 0.001784 -0.02576 -0.010561 -0.005562 -0.010834 -0.010518 -0.029276 -0.009117 -0.007496 -0.020954 0.010825 0.02466 0.014 0.035072 -0.00094 0.017583 0.019497 0.011853 0.024633 0.015355 0.013669 0.031744 0.023205 0.014976 0.001441 -0.024745 -0.01995 -0.012507 0.010856 0.011732 -0.018131 -0.014668 -5.9e-05 -0.028183 0.02105 -0.041384 -0.02003 -0.022076 -0.03992 -0.022719 -0.002425 0.00173 0.003042 0.009742 0.002475 0.009876 0.012337 0.001333 -0.001102 0.013378 0.037928 -0.024793 0.00665 -0.023096 0.004429 0.017667 -0.029736 -0.01479 0.006187 -0.008746 -0.030943 -0.034568 0.00418 -0.034278 -0.00722 -0.056895 -0.021977 0.008681 0.023918 0.025042 0.032268 -0.00227\nǐ 0.024521 0.001499 -0.041897 0.021828 0.008885 0.027931 0.011122 0.000546 -0.017497 -0.02318 0.028887 0.005695 -0.006731 -0.014585 0.024254 -0.0016 0.00562 -0.020168 -0.006878 -0.030705 -0.013612 0.006897 0.001824 0.010316 0.005062 0.013451 -0.004165 -0.00648 -0.011106 -0.021469 0.018144 -0.02572 -0.014004 -0.030818 0.006444 0.014057 -0.029543 0.029073 0.002627 0.016549 -0.025 0.009968 -0.000189 -0.000633 -0.020368 -0.020314 0.028364 -0.002206 0.001283 0.018358 0.008405 0.040423 0.031092 -0.024046 0.030624 0.005487 0.002718 0.01945 -0.008285 0.021351 -0.024216 -0.023291 -0.005946 -0.015101 0.015337 0.019366 0.033767 -0.016935 0.028053 0.017746 -0.042311 -0.006634 0.017225 0.015213 -0.035029 0.005576 -0.020643 0.023473 -0.022082 -0.011994 0.00885 -0.004179 0.003336 0.013669 -0.013703 -0.039806 0.004281 -0.009794 -0.015557 -0.003083 -0.003577 0.018841 0.008211 -0.011282 0.012798 -0.004496 -0.001645 -0.032862 -0.002978 -0.00724 -0.013677 0.001968 -0.00365 -0.02554 0.013189 -0.003311 -0.012138 0.007519 0.023881 -0.006951 0.038557 0.012453 0.020436 -0.012652 0.008592 0.001435 -0.009586 0.001508 -0.011382 -0.031686 0.020948 -0.003258 0.031792 0.016549 0.025546 0.009026 -0.014686 -0.010759 -0.00995 -0.008937 -0.009181 -0.000775 -0.011289 0.022933 -0.016308 0.013397 -0.025467 0.001494 0.003733 0.035886 -0.002626 -0.006752 0.007581 0.023377 -0.025522 -0.036253 0.036789 0.004558 0.000586 -0.033845 0.00609 0.004924 0.02891 0.027814 -0.002215 0.005207 -0.002325 -0.018571 0.009403 -0.016514 -0.013909 0.01183 0.022514 0.013602 -0.012365 -0.013345 0.016922 -0.013886 0.013141 0.016894 -0.025184 -0.020006 -0.009462 0.026115 -0.015481 -0.021478 -0.006968 -0.006018 -0.028657 -0.015484 0.029268 -0.008126 0.006205 -0.00561 -0.005194 -0.015185 -0.001623 0.017097 -0.044934 0.004028 0.011565 0.023307 -0.026712 -0.028366 0.001798 0.030801 -0.016532 0.01244 0.005873 -0.001265 -0.027636 -0.022695 0.014135 0.019812 0.015368 0.015937 0.007824 -0.012516 -0.006899 0.031352 -0.018241 -0.000326 -0.006157 0.015302 -0.003267 0.05238 0.00457 -0.015812 0.007105 -0.007215 -0.008982 0.006044 -0.00521 0.003111 -0.018492 -0.000536 -0.000312 0.013502 -0.005692 -0.021818 -0.00513 -0.001302 -0.004758 -0.017019 -0.026857 -0.003481 -0.012165 -0.026489 0.023812 0.021826 0.009513 0.019803 -0.018913 0.008914 0.003559 -0.005477 0.030483 -0.002959 0.030736 0.043162 0.019415 0.008055 -0.002954 -0.031656 -0.027327 -0.016061 -0.00083 0.015929 -0.017878 -0.008071 0.003713 -0.010352 0.025033 -0.021713 -0.021751 -0.015667 -0.028815 -0.011869 0.002434 0.001025 0.010195 -0.003198 0.008648 -0.002648 0.00539 0.001059 -0.0032 0.015243 0.033001 -0.038995 -0.00243 -0.019576 0.010038 0.0094 -0.018115 -0.002211 0.013171 -0.007879 -0.017072 -0.016259 0.005501 -0.030657 0.010315 -0.04884 -0.009051 0.00304 0.009166 0.01345 0.016495 0.001155\nͧ 0.050305 -0.00872 -0.044287 0.025583 -0.004243 0.022341 0.011439 -0.018768 -0.002867 -0.014103 0.021545 0.013764 -0.009724 0.007002 0.021429 0.002674 0.022287 -0.043746 -0.021221 -0.057527 -0.018798 0.013242 0.019983 -0.004293 -0.015856 0.022671 -0.014797 0.004795 -0.003844 -0.030647 0.026336 -0.042917 -0.02732 -0.015357 -0.013829 0.006966 -0.025639 0.034511 -0.00853 0.007082 -0.019784 -0.007129 0.018205 0.013872 -0.029415 -0.023938 0.027264 -0.011381 -0.004204 0.014586 -0.027737 0.041146 0.028161 -0.008223 0.02683 0.003213 0.000917 0.016788 -0.039945 0.017832 -0.017498 -0.041028 -0.021748 -0.021561 0.035309 0.012968 0.026423 -0.00689 0.035264 0.000447 -0.047059 0.013505 0.011455 0.005229 -0.051891 0.020472 -0.037088 0.016927 -0.021229 0.007157 0.000537 0.013346 -0.000389 0.019431 -0.010077 -0.022828 0.013092 -0.008662 -0.010864 -0.006495 0.000369 0.01095 0.013562 -0.003265 0.013557 -0.009551 -0.013907 -0.040598 -0.010414 -0.003322 -0.030205 0.014956 -0.004272 -0.009679 0.00454 -0.016719 -0.033441 0.014424 0.015074 -0.019342 0.04878 0.014546 0.031732 -0.03341 0.015741 0.01147 0.00045 0.014353 -0.012504 -0.024395 0.016084 0.011622 0.037172 0.030865 0.056761 0.004034 -0.031145 0.006451 0.022383 -0.01099 -0.016468 -0.001392 -0.008967 0.030472 -0.034368 -0.000192 -0.019681 0.008105 0.017161 0.066859 0.013412 -0.014959 -0.004228 0.020014 -0.025872 -0.036909 0.048158 0.001523 -0.015731 -0.016959 0.008682 0.004932 0.041169 0.027991 0.021734 0.024293 0.014962 -0.021291 0.022469 -0.008917 -0.038529 0.004261 0.029088 -0.011207 -0.008419 -0.00786 0.007675 -0.01156 0.032135 0.011391 -0.028783 0.001315 -0.016388 0.038135 -0.009677 -0.020702 -0.011011 -0.001358 -0.033219 -0.011875 0.039457 -0.034275 0.00998 -0.041761 0.006346 -0.024992 0.014452 0.033059 -0.046024 0.001581 0.021923 0.046516 -0.024508 -0.016892 -0.011722 0.030932 -0.020091 0.025645 -0.007877 0.005805 -0.03643 -0.020756 0.025708 0.047519 0.015382 0.012686 0.020475 0.001984 -0.029874 0.040798 -0.033058 -0.002475 -0.019192 0.011518 0.024671 0.081462 0.026953 -0.022303 0.007902 -0.004255 0.015123 0.001229 -0.009424 -0.018426 -0.026449 0.016028 0.000848 0.005076 -0.028079 -0.026365 -0.012893 -0.015369 -0.00103 -0.019525 -0.037646 -0.019583 -0.000355 -0.023065 0.021264 0.000958 0.008841 0.011095 -0.018595 -0.002028 -0.015888 0.022114 0.044455 0.001471 0.043503 0.017396 0.022419 0.003584 -0.013111 -0.030351 -0.004736 -0.008942 -0.015948 0.006037 -0.030064 -0.004897 0.001471 -0.025435 0.021068 -0.023173 -0.039611 -0.015128 -0.036424 -0.034574 0.012056 -0.00402 0.025649 0.045879 0.021318 -0.024802 0.008884 -0.016286 0.006263 0.00103 0.039265 -0.037775 -0.004206 -0.032045 0.030378 -0.004155 -0.012556 0.001928 0.013043 -0.011476 -0.00034 -0.011919 -0.027048 -0.030552 0.018672 -0.060559 -0.013021 -0.01714 0.003704 0.009856 0.013073 0.009296\næ 0.01943 0.00334 -0.039688 0.021846 0.012764 0.031255 0.006727 -0.00175 -0.018176 -0.023164 0.033305 0.006433 -0.002049 -0.022177 0.022967 -0.007961 0.001244 -0.021686 -0.007135 -0.029532 -0.011017 -0.000247 -0.002933 0.015227 -0.00095 0.012348 -0.009581 -0.004142 -0.014782 -0.028544 0.02018 -0.02889 -0.017473 -0.027013 0.004004 0.010009 -0.03507 0.03023 0.00552 0.012051 -0.021306 0.012539 0.005375 0.002506 -0.018301 -0.013627 0.031888 -8.8e-05 0.001492 0.012401 0.006652 0.045147 0.027912 -0.025551 0.034675 0.001231 -0.003118 0.016339 -0.015013 0.020064 -0.022327 -0.021733 -0.005495 -0.013667 0.009073 0.013895 0.029066 -0.011902 0.025477 0.013055 -0.03023 -0.002724 0.020392 0.013662 -0.043372 -0.000885 -0.030546 0.014958 -0.022463 -0.011709 0.012686 -0.006303 0.002719 0.021368 -0.016399 -0.043805 -0.000902 -0.004796 -0.014349 0.006838 -0.004145 0.029604 0.004975 -0.011125 0.008305 -0.016437 -0.000531 -0.031512 -0.007242 0.000939 -0.014438 -0.00853 -0.008258 -0.0148 0.011812 -0.003341 -0.019756 0.006992 0.020808 -0.0054 0.034107 0.012466 0.024438 -0.00646 0.00893 0.004473 -0.010687 0.008296 -0.005908 -0.03536 0.01833 0.002452 0.032331 0.01993 0.028181 0.007979 -0.00202 -0.01303 -0.000724 -0.012136 -0.015258 -0.005989 -0.013555 0.025822 -0.019327 0.010513 -0.019024 -0.001853 -0.000731 0.04034 -0.004237 -0.007075 0.011799 0.022743 -0.026551 -0.045456 0.035309 -0.000167 0.001376 -0.037588 0.006291 0.010315 0.02656 0.019559 -0.000991 0.000278 -0.002314 -0.023831 0.008811 -0.015975 -0.01567 0.01033 0.021739 0.012594 -0.012644 -0.006742 0.024585 -0.019947 0.012639 0.017873 -0.023743 -0.015356 -0.011687 0.028888 -0.013713 -0.020233 -0.00945 -0.006662 -0.027748 -0.014503 0.023863 -0.013876 0.003682 -0.004509 -0.008159 -0.016004 0.004776 0.004836 -0.048203 0.000603 0.014205 0.021108 -0.033111 -0.035785 0.001418 0.032021 -0.018478 0.011324 0.002853 0.010304 -0.037012 -0.023795 0.012566 0.022303 0.008235 0.006961 0.001865 -0.010254 -0.003057 0.030536 -0.014769 -0.000327 -0.007831 0.014366 -0.002083 0.052837 -0.000864 -0.023492 0.007289 0.007429 0.000866 0.003066 -0.014659 0.003196 -0.01746 0.004338 -0.003355 0.012422 -0.006483 -0.020441 -0.004261 0.005197 -0.003176 -0.022836 -0.024211 0.004554 -0.016253 -0.026488 0.019372 0.024469 0.006024 0.016276 -0.009333 0.002555 0.0018 -0.002445 0.034923 0.000876 0.027795 0.039575 0.024732 0.007731 -0.002908 -0.031617 -0.028341 -0.013807 -0.002864 0.006456 -0.020938 -0.024341 0.002124 -0.003631 0.020072 -0.013362 -0.018847 -0.010934 -0.019636 -0.01412 0.008974 0.000925 0.014032 -0.003536 0.009249 -0.000295 0.012171 0.000409 0.000385 0.016568 0.032795 -0.042873 1.2e-05 -0.011812 0.002874 0.0089 -0.02076 -0.011143 0.012054 -0.006444 -0.01588 -0.016447 0.003183 -0.034091 0.00392 -0.048061 -0.010852 -0.000511 0.013393 0.008032 0.013609 -0.001922\nר 0.031901 0.005061 -0.049472 0.02146 0.00863 0.033386 0.006687 -0.004575 -0.022713 -0.032572 0.033697 0.012577 -0.007437 -0.027182 0.029645 -0.003756 0.007787 -0.023287 -0.012676 -0.045 -0.015926 0.004893 0.004417 0.015218 0.003792 0.020697 -0.00264 -0.008588 -0.015571 -0.027834 0.017289 -0.029424 -0.020833 -0.042681 0.007126 0.016031 -0.036793 0.039242 0.008509 0.023849 -0.030145 0.009708 0.005334 0.002647 -0.028491 -0.023724 0.035399 -0.000208 0.000375 0.012954 0.006249 0.051098 0.032703 -0.029255 0.040162 0.005857 -0.004004 0.024577 -0.01541 0.02616 -0.028608 -0.025922 -0.009725 -0.013959 0.015063 0.020199 0.040769 -0.013114 0.035499 0.019128 -0.046862 -0.006675 0.023096 0.016572 -0.045694 0.001787 -0.026929 0.024438 -0.026716 -0.014984 0.009097 -0.003296 5.8e-05 0.016094 -0.022971 -0.050347 0.000426 -0.008206 -0.018834 -0.005878 -0.008957 0.024235 0.005392 -0.012027 0.015268 -0.008683 -0.000171 -0.036828 -0.003798 -0.001428 -0.019368 -0.000596 0.001236 -0.030873 0.01196 -0.006232 -0.01355 0.006518 0.032663 -0.002194 0.043888 0.01841 0.021267 -0.017783 0.009194 0.002344 -0.010588 0.002368 -0.013381 -0.038623 0.022989 0.00053 0.038693 0.018172 0.033667 0.012296 -0.01451 -0.015985 -0.016111 -0.016903 -0.014346 0.000462 -0.016869 0.029319 -0.018903 0.015087 -0.028607 0.002808 0.00849 0.041862 -0.000944 -0.00961 0.013485 0.027105 -0.033408 -0.047514 0.046113 0.009622 -0.000318 -0.040724 0.008404 0.008031 0.036528 0.026966 -0.003998 0.004341 -0.000992 -0.023577 0.015856 -0.021529 -0.021345 0.014166 0.023606 0.011487 -0.012831 -0.013513 0.020693 -0.023533 0.018725 0.020716 -0.02857 -0.022748 -0.008992 0.033393 -0.016593 -0.02746 -0.012041 -0.009883 -0.038624 -0.016837 0.034028 -0.009118 0.008548 -0.010608 -0.005636 -0.019499 0.00175 0.020422 -0.053783 0.002262 0.013523 0.025489 -0.036573 -0.035534 0.000867 0.039857 -0.02056 0.014385 0.002307 0.001181 -0.03467 -0.030353 0.017969 0.026714 0.021318 0.017105 0.009818 -0.008952 -0.010049 0.037765 -0.022077 -0.001322 -0.009993 0.016886 -0.003391 0.064318 0.002852 -0.022055 0.007243 -0.002888 -0.008184 0.011645 -0.006837 0.008473 -0.02452 0.000547 0.004282 0.016915 -0.008642 -0.02207 -0.002549 -0.000357 -0.004737 -0.026632 -0.036255 -0.00542 -0.017126 -0.033127 0.028012 0.021591 0.00844 0.024872 -0.020013 0.008209 0.006128 -0.007204 0.034185 -0.005701 0.039179 0.050019 0.025427 0.007613 0.002805 -0.041097 -0.031465 -0.022386 -0.004376 0.020683 -0.025957 -0.012324 0.004355 -0.013468 0.030206 -0.02485 -0.030493 -0.018684 -0.032946 -0.011791 0.006368 -0.00086 0.016218 0.002249 0.012682 -0.002055 0.011826 -0.002355 -0.003696 0.019683 0.043671 -0.047711 -0.003361 -0.018676 0.015191 0.01374 -0.016673 -0.003362 0.020378 -0.009212 -0.017323 -0.018288 0.011064 -0.041197 0.007719 -0.062272 -0.006507 0.006411 0.015023 0.011533 0.023458 0.000939\nᇰ 0.087296 0.004482 -0.106704 0.031617 0.106713 0.093346 -0.003472 -0.00768 -0.06587 -0.005437 0.008378 -0.005335 -0.060579 -0.038158 0.041904 -0.023465 -0.00051 -0.01037 0.005859 -0.044336 -0.050387 0.014629 0.024963 0.050416 0.002801 0.058463 -0.002926 -0.009637 0.019621 -0.072187 0.116737 -0.022914 -0.157263 -0.106361 0.047279 0.030854 -0.07064 0.132661 -0.011562 0.027245 -0.050493 -0.053524 -0.049783 -0.015561 -0.055346 -0.031027 0.084028 -0.052194 0.020778 0.047988 -0.018615 0.113448 0.029734 -0.064555 0.198162 -0.055277 -0.052152 0.048903 -0.005274 0.070789 -0.096168 -0.10025 0.014124 -0.120732 0.022328 0.023142 0.037322 -0.042289 -0.010077 0.050489 -0.144142 -0.063062 -0.011559 -0.005351 -0.095837 0.027439 -0.05735 0.037428 -0.005893 -0.041391 0.006853 -0.004255 0.030947 0.088995 -0.083868 -0.11305 0.009937 0.055863 0.019964 -0.058061 0.003471 0.049483 0.008455 0.036886 -0.017217 -0.041642 -0.007636 -0.122271 -0.026692 -0.024463 -0.0181 -0.03229 -0.052287 0.039563 -0.034639 -0.05246 -0.025609 0.044346 0.074418 0.011701 0.160597 0.028359 0.054955 -0.113041 -0.019106 -0.008506 -0.012664 -0.013175 -0.02977 -0.04198 0.012632 0.016576 0.070122 0.03368 0.135685 0.013462 -0.009494 -0.037149 -0.025509 -0.072153 -0.036595 0.037593 -0.059512 0.073977 -0.065388 0.082262 0.019219 -0.002721 0.012068 0.087705 -0.006473 -0.017207 0.047312 -0.021599 -0.10391 -0.136702 0.138127 0.02693 0.046508 -0.094042 0.02108 0.022351 0.052297 0.072508 0.047522 0.010554 -0.009336 0.00861 0.046843 -0.116668 0.02008 0.042004 0.004303 0.059392 0.017399 0.016654 0.095883 -0.116413 0.11294 0.09307 -0.022384 -0.073154 0.036523 0.072148 -0.046338 -0.048446 -0.050607 -0.048911 -0.046247 0.002602 0.081865 -0.063735 -0.020753 -0.023644 -0.036902 -0.014249 0.066439 0.039844 -0.157793 -0.069587 0.039485 0.080123 -0.098038 -0.060524 -0.055466 0.002166 -0.067525 0.01186 0.023914 0.005477 -0.022989 -0.114462 0.040408 0.024562 0.062717 -0.008469 0.063584 -0.038796 0.055815 0.128899 -0.000755 -0.081981 -0.000607 0.008804 -0.017462 0.097516 -0.037286 -0.025753 -0.042412 0.050822 0.058772 -0.023367 -0.004316 0.03819 -0.053412 -0.030902 -0.056996 -0.000104 0.036307 0.009496 -4.6e-05 0.005123 -0.001662 -0.038978 -0.051048 -0.014911 -0.118427 -0.079397 0.043226 0.025675 0.014378 0.126768 -0.056407 0.02646 -0.029029 -0.046991 0.096351 -0.102955 0.09357 0.126377 0.030314 -0.017603 -0.018538 -0.154236 -0.062253 -0.097168 -0.015119 0.061538 -0.110767 -0.046601 -0.032974 -0.064244 0.113668 0.035396 -0.054969 0.013107 -0.117404 -0.037046 -0.03757 -0.018971 0.096392 -0.061955 0.02851 -0.028951 0.07974 -0.016215 0.048962 0.045581 0.133894 -0.107991 -0.059561 0.002152 -0.020002 -0.001728 -0.103884 0.019683 -0.010021 -0.054005 -0.111236 -0.11729 0.031659 -0.064454 -0.011494 -0.162365 0.039272 -0.01058 -0.008687 0.011113 0.079515 -0.069519\nዲ 0.047905 -0.012853 0.019111 0.002825 -0.027635 0.01061 -0.019693 0.000586 0.030849 -0.020604 -0.007116 0.041462 -0.037066 -0.020237 0.038614 0.010364 -0.014957 0.018261 -0.011755 -0.054156 -0.011611 -0.018351 0.025838 0.005749 -0.002003 0.045308 -0.033123 -0.071535 0.028063 -0.035288 0.044568 0.024753 -0.060986 -0.039092 -0.009519 0.00222 0.025056 0.020044 -0.016002 0.037718 0.027154 0.018876 -0.008497 -0.038299 -0.065718 0.053851 -0.010061 -0.003991 0.034097 -0.017603 -0.014816 0.05396 0.018757 -0.050992 0.001351 0.005824 0.000562 -0.003053 -0.002805 0.052468 -0.025716 0.009113 -0.026177 0.021663 0.044833 -0.003918 0.020858 0.016516 0.05771 0.027923 -0.039345 0.008502 -0.010565 0.000142 0.019113 0.006423 0.020099 -0.00139 -0.043975 0.022609 0.011791 0.029448 -0.030282 0.010056 0.01299 -0.009263 -0.006759 0.011198 -0.005183 -0.057727 -0.009038 -0.001513 0.015958 -0.000989 -0.003109 -0.021093 0.024912 -0.002451 -0.01306 0.030475 -0.022672 0.035144 0.013386 -0.027796 0.024041 0.0002 -0.009435 -0.007791 0.012048 0.018014 0.009749 0.038833 -0.019055 0.00204 -0.035427 6.5e-05 0.023677 0.038503 -0.00091 -0.00632 0.013808 0.004153 -0.002447 0.038168 0.040134 0.019372 -0.025211 -0.01023 -0.048029 0.002622 0.031959 0.005253 0.02644 -0.003599 -0.01677 -0.00518 0.003185 0.008874 0.010174 0.019213 -0.012358 0.028765 0.014672 0.025164 -0.038955 -0.091171 0.068007 0.017734 -0.038403 -0.048327 0.003987 0.024083 0.021679 -0.040857 -0.015405 0.001375 0.049662 -0.018045 -0.011008 -0.008834 -0.007878 -0.017965 -0.021248 0.042106 -0.0032 0.016776 0.006891 0.018942 0.027287 -0.001789 -0.005267 -0.025394 -0.009197 -0.005044 -0.009289 0.015101 0.012728 -0.019779 0.027632 0.06957 -0.006495 0.002639 -0.014626 0.006498 -0.024391 -0.040338 0.03149 0.007221 -0.026738 0.036715 0.016932 0.00901 -0.064637 0.027921 -0.036088 0.036664 -0.002015 0.011147 0.03214 -0.018248 -0.032421 0.007211 -0.027248 0.017794 -0.022274 0.01982 -0.019669 0.010656 0.021116 -0.004128 0.007872 0.009247 -0.030901 0.009736 -0.019353 -0.009327 0.035018 -0.018849 0.003443 0.025182 0.026155 -0.022174 0.002462 0.023889 0.023654 -0.047144 0.045282 0.063144 0.024875 -0.039482 -0.010464 -0.001639 -0.012549 -0.014395 -0.03271 -0.011274 -0.020846 -0.02459 -0.008611 -0.027039 -0.003282 0.000371 0.002963 -0.031939 0.010487 0.041811 -0.021058 -0.011391 0.016524 0.055571 0.017596 -0.005885 -0.038049 -8.8e-05 0.016133 -0.028287 -0.019728 -0.02182 -0.033208 0.0078 -0.007193 -0.000785 0.002186 -0.03785 0.02399 -0.040587 -0.005112 -0.035924 -0.020228 -0.052887 -0.039929 -0.006364 0.038159 -0.011343 -0.007856 0.025415 -0.03239 -0.038002 0.023032 -0.015538 0.035686 -0.004572 -0.003694 -0.000451 -0.02986 -0.027528 -0.010988 -0.010297 0.005732 -0.043796 -0.006494 -0.011478 0.005467 -0.030065 0.022281 0.030001 0.004283 0.01812 0.004462 -0.003721\nɽ 0.020763 0.008806 -0.041778 0.022687 0.010239 0.03234 0.027888 -0.001432 -0.024429 -0.038006 0.051906 0.016296 -0.024591 -0.014026 0.058101 -0.021832 -0.001114 -0.008293 0.010965 -0.025261 -0.015518 -0.012926 -0.027699 0.009524 -0.006067 0.004114 -0.007711 0.003347 -0.004832 -0.034316 0.019153 -0.031171 -0.034767 -0.030912 -0.002469 0.018519 -0.03257 0.040477 0.000457 0.005181 -0.032309 0.037979 0.004079 0.004628 -0.019375 -0.016376 0.039408 0.003987 0.000512 0.007038 0.018722 0.063356 0.023305 -0.04862 0.038795 0.012241 0.001432 0.025629 -0.011475 0.027827 -0.047596 -0.028391 -0.012101 -0.001744 0.031107 0.040754 0.060018 -0.0263 0.015032 0.034504 -0.062327 -0.01088 0.012204 0.031022 -0.029797 -0.00073 -0.014396 0.027939 -0.032237 -0.010864 0.017181 -0.016987 -0.012502 0.0181 -0.017219 -0.055005 0.01214 -0.014481 -0.009725 0.009739 -0.003231 0.025056 0.016576 -0.004722 0.007554 -0.032735 0.002649 -0.048159 -0.020115 -0.014036 -0.033516 -0.002309 -0.012999 -0.034099 0.012437 -0.010602 -0.026404 0.011963 0.019294 -0.003875 0.056456 0.005609 0.038734 0.012102 0.017207 -0.006739 -0.036752 0.008764 -0.023847 -0.038466 0.019524 0.00706 0.03897 0.005443 0.022073 -0.009945 -0.003793 0.004881 -0.024257 -0.013188 0.0083 0.008381 -0.008367 0.034545 -0.015079 0.014874 -0.025846 0.034133 0.005273 0.051504 0.006777 0.006886 0.030262 0.010039 -0.033068 -0.05277 0.055109 0.00304 0.014521 -0.043337 0.0349 0.012003 0.039462 0.022401 0.017939 0.021391 0.006101 -0.03564 0.016091 -0.025427 -0.023655 0.011608 0.044127 -7.6e-05 -0.008677 -0.023196 0.021285 -0.010257 0.024133 0.050377 -0.031887 -0.023562 -0.006642 0.025146 -0.002038 -0.025828 -0.003486 -0.01472 -0.031642 -0.005925 0.045141 -0.013 0.009358 0.003063 -0.01769 -0.022909 -0.002995 0.021873 -0.025372 0.019661 0.022804 0.027715 -0.033964 -0.035356 0.004157 0.051173 -0.026381 0.024979 0.004182 -0.016611 -0.034541 -0.02706 0.021957 0.031977 0.029882 0.003394 -0.009695 -0.043638 -0.016024 0.023766 -0.012533 0.009045 0.000901 0.038816 0.001444 0.039153 0.007519 -0.017163 0.010812 -0.005144 -0.00821 -0.007229 0.016213 0.019284 -0.015429 0.002888 0.000522 0.019912 0.009343 -0.010647 -0.006788 0.014232 -0.005476 -0.022511 -0.027352 0.017573 -0.021399 -0.01387 0.01913 0.012612 0.004356 0.035452 -0.021733 0.013795 0.002802 -0.022305 0.029799 0.007624 0.037231 0.043522 0.021939 0.012157 -0.019904 -0.022879 -0.02701 -0.003777 -0.015497 0.016311 -0.0377 -0.01765 0.012523 -0.02238 0.015573 -0.029788 -0.02102 -0.019677 -0.040404 0.008445 -0.000404 -0.003142 0.002314 -0.006221 0.014926 -0.010771 0.038961 0.003032 0.010183 0.016827 0.034385 -0.047992 0.011144 -0.008986 0.018824 0.021975 0.010558 -0.013812 0.02758 -0.009746 -0.017841 -0.018584 0.001879 -0.023709 0.002948 -0.053378 -0.019639 0.020233 0.003666 0.019134 0.00028 -0.019805\nᮁ 0.039757 0.021084 -0.047107 0.001605 0.001507 0.02623 0.009954 -0.004707 -0.007375 -0.025738 0.024587 0.010935 -0.018667 -0.016764 0.025554 -0.001863 0.009001 -0.024743 0.00227 -0.040142 -0.026229 0.013936 0.005164 0.022914 -0.009643 0.016739 -0.00386 -0.022731 -0.012825 -0.03792 0.030878 -0.052008 -0.010079 -0.031568 0.004971 -0.007176 -0.0123 0.040108 0.000509 0.022775 -0.0355 0.014593 0.008049 -0.009201 -0.015893 -0.009729 0.027196 -0.009738 -0.001387 -0.001484 -0.012141 0.061071 0.02646 -0.024187 0.034901 -0.006223 -0.00555 0.021154 -0.016112 0.048089 -0.020131 -0.015342 -0.012227 -0.015187 0.02021 0.021961 0.04219 -0.02633 0.050466 0.022937 -0.027382 -0.00016 0.035812 0.020606 -0.020681 0.007707 -0.018062 0.043647 -0.023276 -0.008962 -0.001181 0.013612 0.006656 0.014578 -0.003886 -0.044714 -0.011977 -0.018574 -0.018383 0.000506 -0.020521 0.0257 0.028112 -0.013929 0.007295 -0.020407 -0.010516 -0.046404 0.002145 -0.016166 -0.021735 0.001662 0.009547 -0.026557 0.012243 -0.002713 -0.0115 0.003534 0.020572 -0.005578 0.018681 0.00805 0.021404 -0.037891 0.015699 0.003319 -0.004578 -0.000903 -0.00539 -0.021307 0.014664 0.006428 0.037997 -0.007416 -0.001586 0.017931 -0.017061 -0.015314 -0.005993 0.009111 -0.000384 -0.01024 -0.004795 0.028194 -0.028738 0.029614 -0.039371 -0.011695 0.013832 0.02759 -0.015991 -0.010502 -0.008305 0.027383 -0.010014 -0.036459 0.059175 0.000172 0.003268 -0.023021 0.024393 -0.004152 0.040235 0.029181 0.040653 0.024352 0.003748 -0.001956 0.027533 -0.029755 -0.013176 0.009136 0.034977 0.008988 0.009245 -0.0105 0.0192 -0.006872 0.030268 0.021548 -0.011818 -0.010132 -0.015246 0.027403 -0.009179 -0.032395 -0.006616 -0.018658 -0.04202 -0.008134 0.016302 -0.004127 -0.008517 -0.029232 0.02268 -0.024348 0.009458 0.013607 -0.03791 -0.0038 0.014151 0.005836 -0.045718 -0.042417 0.006341 0.025147 -0.01459 0.002561 0.003217 0.003963 -0.034093 -0.013611 0.010959 0.026012 0.028942 0.035566 0.001713 -0.010867 -0.015052 0.038139 -0.010891 0.017658 -0.034199 0.026263 -0.027663 0.048059 -0.008221 -0.018642 0.026468 -0.012871 -0.003954 0.016184 -0.00756 -0.001088 -0.022712 0.011076 -0.001411 0.041411 -0.031263 -0.015163 0.004542 -0.019638 0.007285 -0.004586 -0.025873 -0.008313 0.003596 -0.004719 0.017079 0.017748 -0.000306 -0.004903 -0.030322 -0.00223 -0.021485 -0.00366 0.026923 -0.010612 0.063842 0.031094 0.033034 0.007025 -0.003362 -0.03654 -0.046211 -0.019651 -0.001283 0.046339 9e-05 -0.015732 0.014665 3.5e-05 0.024271 -0.023011 -0.015263 -0.022957 -0.0384 -0.008435 0.022124 0.019681 0.001252 0.014179 0.022267 -0.026502 0.013546 -0.008807 -0.033763 -0.000325 0.029373 -0.040959 -0.009004 -0.037938 0.002233 -0.00993 -0.013597 -0.022579 0.035316 -0.014532 -0.010758 -0.021019 -0.019266 -0.051354 0.002341 -0.049724 -0.011113 0.007235 0.010978 0.024234 -0.003758 0.026687\nႇ 0.016464 0.016298 -0.027107 0.029887 0.024306 0.040874 0.032629 -0.001072 -0.023238 -0.032403 0.042823 0.035081 -0.016786 -0.010092 0.04878 -0.008044 0.004911 -0.017645 0.005281 -0.020918 -0.031427 -0.002694 -0.028397 0.011174 0.015568 0.012012 -0.023354 -0.000737 -0.013064 -0.027033 0.029785 -0.017142 -0.029054 -0.025321 0.010209 0.025558 -0.019335 0.076171 0.008337 0.007083 -0.041942 0.054318 -0.006825 0.014273 -0.001829 -0.012878 0.024927 0.00482 0.014211 0.014544 0.003166 0.046053 0.02864 -0.031102 0.055094 0.015583 0.010679 0.039328 -0.016116 0.033935 -0.047695 -0.043326 -0.025722 0.005851 -0.007642 0.025987 0.060044 -0.063075 0.020844 0.040577 -0.052443 -0.016242 0.026979 0.033698 -0.036747 -0.006341 -0.003126 0.020423 -0.032054 -0.006397 0.041458 0.012994 -0.017417 0.024402 -0.039705 -0.072803 0.012424 0.005487 0.01653 0.02023 -0.013849 0.00033 0.014922 0.001611 0.017833 -0.027903 0.026844 -0.055385 -0.033762 -0.000977 -0.054266 -0.000884 -0.01474 -0.042207 0.009016 -0.011731 -0.021529 0.011384 0.034975 0.016229 0.064634 0.030367 0.026306 0.02509 0.002222 0.001703 -0.046625 -0.00385 -0.042684 -0.034494 0.021272 -0.017102 0.026993 0.031979 0.024417 -0.007747 0.01787 0.018931 -0.009886 -0.003709 -0.006335 0.031172 0.003146 0.048828 -0.023023 0.025409 -0.041647 0.025657 0.023926 0.021054 0.014353 -0.005292 0.023926 0.033941 -0.024831 -0.072156 0.057474 -0.009382 0.005659 -0.048883 0.026069 0.022795 0.030932 0.018558 0.010176 -0.012733 -0.025421 -0.033023 0.006208 -0.025716 -0.01179 0.017205 0.056675 -0.015455 -0.033839 -0.013741 0.016978 -0.032676 0.018898 0.051643 -0.026669 -0.020374 0.009051 0.023605 0.017375 -0.029428 -0.010444 -0.009965 -0.05161 -0.020342 0.039318 0.004804 0.00795 0.016259 -0.037284 -0.021043 0.001356 0.012206 -0.036833 0.026014 -0.007315 0.027596 -0.043369 -0.011375 -0.001147 0.062581 -0.061589 0.004894 0.017888 0.000354 -0.037156 -0.006682 0.018467 0.034236 0.046872 0.002556 0.016098 -0.043208 -0.003182 0.047217 -0.024631 -0.001362 0.000464 0.03297 0.004009 0.035835 0.01032 -0.009317 0.021409 0.001685 -0.013414 -0.014334 0.008809 0.013225 -0.03964 0.017671 0.008446 0.004432 0.011896 -0.010403 -0.016994 8.1e-05 -0.01079 -0.066914 -0.027573 0.014582 0.00129 -0.015421 0.014609 0.020854 0.014215 0.03189 -0.020713 0.018674 -0.008512 -0.008137 0.04324 0.023664 0.030486 0.071746 -0.007162 0.014863 -0.026348 -0.029346 -0.055516 -0.017478 -0.003575 0.038979 -0.026956 -0.000901 -0.007169 -0.015706 0.019736 -0.026944 -0.026327 -0.03677 -0.04973 0.005788 0.007653 0.003745 0.013092 -0.002298 0.016746 -0.003995 0.018434 0.005749 0.033292 0.020778 0.036993 -0.057437 0.008062 0.009623 0.006744 0.040586 0.002997 -0.011766 0.012735 -0.015529 -0.029009 -0.029266 0.025321 -0.037569 -0.005028 -0.067515 -0.023996 0.011148 0.004706 0.013783 0.012096 -0.028976\nញ 0.034016 0.001318 -0.032389 0.012871 0.00478 0.029758 0.006035 0.006631 -0.02781 -0.017283 0.019963 0.007047 -0.009503 -0.008157 0.018905 0.012863 0.016515 -0.024903 -0.018322 -0.021247 -0.018465 0.006215 0.00738 0.01096 -0.004709 0.002265 -0.020396 -0.019401 -0.021057 -0.027756 0.01687 -0.033084 -0.013705 -0.041508 0.008919 0.009057 -0.013198 0.046294 -0.002441 0.0254 -0.033249 0.013814 -0.002638 -0.010553 -0.016333 -0.012108 0.015956 0.003575 -0.002268 0.018504 -0.003352 0.030986 0.032945 -0.021706 0.020489 0.014114 0.01454 0.01296 -0.003837 0.024435 -0.016707 -0.016747 -0.011525 -0.012897 0.002901 0.023806 0.043375 -0.021738 0.030486 0.021793 -0.037163 -0.00271 0.024081 0.020467 -0.038533 0.020935 -0.012507 0.020889 -0.018404 -0.009564 0.015042 -0.004385 0.004773 0.018605 -0.003388 -0.049456 0.009236 -0.008603 -0.003211 -0.000787 0.000765 0.012091 0.003931 -0.013252 0.008755 0.011081 0.005389 -0.046147 0.003663 -0.002364 -0.01043 0.000498 0.000165 -0.026019 0.005417 0.015498 -0.022451 -0.009381 0.0399 -0.009897 0.038487 0.000277 0.010159 -0.017081 0.000405 -0.004089 0.001133 -0.006693 -0.013401 -0.033217 0.028564 0.014271 0.041653 0.009886 0.017858 0.025645 -0.016278 -0.025914 -0.009384 -0.019247 -0.001196 -0.003043 -0.033054 0.024414 -0.026707 0.028571 -0.030165 -0.014072 0.017923 0.021453 -0.01939 -0.001463 0.00771 0.027149 -0.036156 -0.047788 0.055626 0.021666 0.013196 -0.031404 0.007357 0.005736 0.030916 0.014622 0.018289 -0.0083 -0.009154 -0.01708 0.007251 0.000199 -0.011073 0.027757 0.027517 0.0087 -0.010129 -0.020563 0.014346 -0.002178 0.006303 0.021755 -0.041354 -0.024262 -0.013914 0.024954 -0.015976 -0.028919 -0.017009 -0.003299 -0.038115 -0.031716 0.030744 -0.018561 0.007369 -0.020334 -0.006436 -0.011146 0.005166 0.02539 -0.04304 0.004521 0.022023 0.016121 -0.018028 -0.02912 0.014162 0.031173 -0.025098 -0.000184 0.009026 -0.005151 -0.018453 -0.014602 0.016787 0.020056 0.010561 0.0218 0.010058 -0.020898 -0.014763 0.046886 -0.023897 0.002264 -0.017032 0.009575 -0.002687 0.041407 0.023977 -0.015528 -0.002348 -0.006545 -0.015639 0.018442 -0.006944 -0.003923 -0.018622 -0.002204 -0.002138 0.02282 -0.01738 -0.025922 -0.021231 0.003206 0.007736 -0.018716 -0.031058 -0.01301 -0.010113 -0.025509 0.02164 0.011811 0.007421 0.024016 -0.027287 0.026017 -0.001606 0.017823 0.040904 0.00937 0.032692 0.051726 0.013128 0.017576 0.011454 -0.039477 -0.020696 -0.016156 0.005607 0.017037 -0.021386 -0.001776 0.001294 -0.018184 0.0303 -0.028013 -0.036791 -0.023867 -0.021684 -0.011913 0.011736 0.005659 0.010891 0.00902 0.021682 -0.010812 0.013165 0.004447 -0.006105 0.015582 0.029134 -0.046885 -0.009377 -0.011634 0.004843 0.011766 -0.014657 0.0023 0.017188 -0.011388 -0.006958 -0.007649 -0.000491 -0.029788 0.005563 -0.040744 -0.006247 -0.010584 0.010476 0.022104 0.019321 -0.008901\nလ 0.019415 -0.006769 -0.013088 4.5e-05 -0.014236 0.019535 -0.011339 -0.009362 -0.009941 -0.017821 0.005866 -0.005504 -0.008041 -0.013324 0.025897 -0.003013 -0.004011 0.001551 0.003354 -0.033255 -0.003106 -0.000555 0.018343 -0.008367 -0.006709 -0.000717 -0.010582 -0.014523 -0.006496 -0.01285 0.021516 0.000985 -0.007469 -0.008169 0.012562 0.004117 0.012864 0.004044 -0.012466 0.001766 -0.012848 -0.001397 0.000762 -0.005835 -0.009048 -0.003914 0.002423 -0.003864 -0.005115 -0.009773 -0.010813 0.003795 0.008409 -0.01367 0.011452 0.003218 -0.008762 -0.006402 -0.006547 -0.007096 -0.024264 -0.001927 0.008716 0.01094 0.0033 -8.8e-05 0.013342 0.003224 0.014452 0.022617 -0.042468 -0.012118 0.001401 0.017994 -0.016748 -0.014012 -0.013431 0.005971 -0.032986 -0.000986 -0.009239 -0.000431 0.002469 -0.016589 -0.012482 -0.014432 0.004507 0.002318 0.001564 -0.007005 -0.003158 0.015165 0.012721 -0.0166 0.030765 0.006118 -0.007798 -0.015004 -0.011783 0.0077 -0.016096 0.009964 0.00848 -0.003798 0.01637 -0.012212 -0.010048 0.002153 0.022732 -0.015206 0.025232 0.034536 0.013691 -0.006784 0.00077 -0.011011 0.009946 -0.006554 -0.011904 -0.002675 0.009114 0.023302 0.01398 0.021179 0.028593 6.5e-05 -0.002164 0.006318 -0.000547 -0.020605 0.002937 -6.9e-05 -0.00187 0.023862 0.001629 -0.00933 -0.008043 0.02177 0.001273 0.016433 0.006078 0.00297 -0.002845 0.008159 -0.025626 -0.034796 0.042346 0.027465 0.010538 -0.017633 0.003853 0.010153 0.018209 -0.019337 -0.002875 0.001283 0.012092 -0.013132 0.020359 -0.002535 -0.021933 -0.005513 0.001078 0.011217 -0.020654 -0.019254 0.004255 0.004045 0.003211 -0.013364 0.000527 -0.008073 -0.01489 0.012177 -0.016172 -0.001821 0.015754 -0.008659 -0.028435 0.000783 0.005751 -0.002059 0.003809 -0.018261 -0.004171 -0.014407 0.002073 0.020245 -0.008642 -0.004249 0.006376 0.006702 -0.027287 -0.002662 0.004858 0.01722 -0.00567 0.01341 -0.007657 -0.008004 -0.009399 -0.009444 -0.013713 0.022655 0.006647 0.012123 -0.003682 0.003833 -0.005729 0.015118 0.009076 -0.006445 -0.000696 0.0095 0.001376 0.010854 0.018391 -0.016567 0.012397 0.008877 0.014683 -5.6e-05 -0.00775 0.000578 -0.016706 -0.002908 0.007443 0.021189 0.004235 -0.00112 -0.01195 -0.006576 -0.00435 -0.022496 -0.016653 -0.005444 -0.009933 -0.018286 0.002496 -0.00649 0.00656 0.020714 -0.025515 0.000376 -0.011839 0.021062 -0.008529 -0.025378 0.017329 0.010541 -0.006493 -0.002484 -0.002686 0.012994 -0.002755 0.006694 -0.012551 0.018691 -0.011103 0.011895 -0.004884 -0.000756 0.006824 -0.009792 -0.000335 -0.019512 -0.006504 -0.015637 0.001882 -0.001682 0.008727 0.009378 0.004972 -0.004385 0.009062 -0.008466 -0.001482 0.001884 0.03927 -0.020395 0.013113 -0.001716 0.006401 0.016572 -0.002018 -0.006941 0.006483 -0.00219 -0.004332 0.010019 -0.004138 -0.016903 0.004882 -0.031967 -0.015815 0.025645 -0.010224 0.016005 0.002238 -0.003388\nຣ 0.022648 -0.008811 -0.045865 0.052054 0.025627 0.035586 0.017253 -0.005879 -0.022102 -0.019242 0.056618 0.01564 -0.012675 -0.032319 0.037709 -0.013688 0.001011 -0.026224 -0.012648 -0.0261 -0.017402 0.001287 0.000779 0.02355 0.008 0.014505 -0.011579 -0.018311 -0.020576 -0.031411 0.03106 -0.040704 -0.018027 -0.029387 0.007982 0.024218 -0.052328 0.048133 0.012151 0.016986 -0.020654 0.014044 -6e-05 0.00446 -0.028432 -0.027653 0.044814 -0.002923 -0.003365 0.01715 0.011004 0.04607 0.040743 -0.042632 0.041297 0.007 -0.009853 0.036157 -0.015549 0.031182 -0.042935 -0.037186 -0.016715 -0.013474 0.012942 0.017495 0.04131 -0.003657 0.035183 0.021118 -0.047053 -0.007448 0.018783 0.007214 -0.076955 0.002826 -0.036171 0.030665 -0.029271 -0.024845 0.012206 -0.008826 0.007478 0.030126 -0.022618 -0.059707 -0.001843 0.012846 -0.027181 -0.005164 0.002364 0.040385 -0.003932 -0.023358 0.00368 -0.003433 0.003516 -0.04179 0.007438 -0.007514 -0.013609 0.005435 -0.014732 -0.023963 0.030927 -0.017101 -0.023893 0.007266 0.046525 -0.003878 0.068946 0.015707 0.026901 -0.013099 0.007863 0.016192 -0.00857 -0.008552 -0.017592 -0.057988 0.026031 -0.002525 0.056548 0.036451 0.029426 0.008527 -0.017321 -0.022562 -0.018452 -0.016698 -0.024497 -0.004893 -0.032911 0.027418 -0.025738 0.025318 -0.040915 -0.003015 -0.009322 0.064616 0.002318 -0.008092 0.013555 0.034967 -0.051026 -0.049018 0.062299 0.01849 0.002911 -0.054993 -0.00641 0.009113 0.037621 0.023151 -0.003063 0.000883 -0.001132 -0.024525 0.006871 -0.040623 -0.014445 0.016384 0.029366 0.015478 -0.011609 -0.011577 0.024087 -0.024407 0.030244 0.03365 -0.039873 -0.029644 -0.020888 0.041594 -0.04058 -0.039378 -0.005233 -0.004544 -0.027083 -0.019824 0.042925 0.001649 -0.00227 -0.008765 -0.014638 -0.004701 -0.009434 0.013285 -0.081845 -0.01663 0.017645 0.030425 -0.055395 -0.035395 -0.002899 0.045925 -0.030259 -0.007273 0.009074 0.005212 -0.034237 -0.047186 0.02065 0.015812 0.02468 0.008688 -0.000601 -0.00796 -0.000396 0.051541 -0.034162 0.004459 0.001121 0.01804 -0.003031 0.07566 0.010001 -0.037035 0.007705 0.017794 -0.002958 0.013557 -0.025804 0.007971 -0.026329 -0.00873 0.008176 0.016281 -0.000796 -0.038732 0.00148 0.005137 -0.004482 -0.048859 -0.024244 0.011987 -0.010836 -0.046257 0.029437 0.040125 0.001827 0.042589 -0.019515 -0.005388 -0.005505 -0.00281 0.045438 0.004759 0.035615 0.080748 0.02208 0.019697 0.011176 -0.048285 -0.037508 -0.010443 -0.001156 0.026604 -0.034293 -0.047812 0.007985 -0.001591 0.035956 -0.029855 -0.038394 -0.023529 -0.032562 -0.012724 0.013285 0.004994 0.022357 -0.018861 0.013872 0.018786 0.017779 -0.000265 0.004374 0.008571 0.049809 -0.054611 0.001615 -0.017844 0.01337 0.019354 -0.03097 -0.00536 0.009083 -0.016447 -0.039531 -0.015245 0.004035 -0.064195 0.009913 -0.077214 -0.01076 0.003077 0.018091 0.008993 0.007591 -0.002317\nढ 0.026577 0.019294 -0.0496 0.01334 0.026513 0.046912 0.004555 -0.012848 -0.025419 -0.037899 0.02882 0.009862 -0.013651 -0.014818 0.030071 -0.005343 -0.006315 -0.030189 -0.003647 -0.069113 -0.003516 -0.005169 0.01478 0.028061 0.002935 0.014326 -0.013189 -0.009947 -0.012846 -0.040942 0.017399 -0.017111 -0.019649 -0.043641 0.018788 0.025589 -0.044105 0.040514 0.010177 0.026994 -0.033913 -0.00013 0.014546 0.005719 -0.035326 -0.02707 0.051506 -0.015987 -0.001566 0.026898 0.010234 0.052049 0.047587 -0.052417 0.048133 -0.005967 0.005243 0.013678 0.007114 0.037387 -0.040439 -0.040536 0.009459 -0.013295 0.001886 0.016341 0.042501 -0.0018 0.02606 0.013988 -0.066072 -0.01177 0.02076 0.015696 -0.059393 -0.003312 -0.022063 0.017363 -0.036034 -0.023175 0.015248 -0.006993 0.012434 0.01653 -0.049423 -0.037724 -0.00069 0.000884 -0.011716 -0.003907 -0.009274 0.026548 0.003637 -0.021574 0.002224 0.00495 -0.000567 -0.036867 -0.014777 -0.009621 -0.025267 0.018701 0.000187 -0.023816 0.003201 -0.01629 -0.010166 0.007948 0.036797 0.002653 0.055435 0.013971 0.031311 -0.010697 0.016258 0.005 -0.006904 -0.005073 -0.015756 -0.036696 0.024554 0.006311 0.036031 0.046965 0.027594 0.010086 -0.002457 -0.010674 -0.015794 -0.016341 -0.019302 0.000783 -0.031325 0.028232 -0.020864 -0.000864 -0.044385 0.000226 0.004352 0.042584 -0.007851 -0.016623 0.012773 0.01529 -0.031741 -0.055339 0.032885 0.012 0.00917 -0.039722 0.005995 0.025459 0.02578 0.022617 -0.000765 0.004688 0.007383 -0.013857 0.001227 -0.026424 -0.019202 0.007133 0.016839 0.012145 -0.020913 -0.016111 0.021653 -0.017335 0.025636 0.024765 -0.025569 -0.023442 -0.001487 0.034635 -0.030265 -0.045169 -0.013583 0.015438 -0.041255 -0.023251 0.037769 -0.004364 0.010023 -0.001404 -0.016624 -0.014078 0.008304 0.018041 -0.061229 0.000616 0.020772 0.034675 -0.039764 -0.041005 0.000282 0.028433 -0.040254 0.005082 0.011434 -0.004611 -0.038491 -0.032934 0.01033 0.030556 0.025484 0.00693 0.007876 0.015291 -0.007611 0.054084 -0.042713 -0.008551 -0.006944 0.022856 -0.004099 0.067935 0.010231 -0.016033 0.01797 0.002091 -0.007929 0.013303 -0.010993 0.003213 -0.034554 -0.00704 -0.009684 0.005144 -0.002769 -0.015131 -0.00459 0.00285 -0.010234 -0.028308 -0.036952 -0.007095 -0.020576 -0.016941 0.024086 0.022292 0.016114 0.038962 -0.023362 0.016013 -0.006155 -0.009849 0.042177 -0.004648 0.042124 0.059407 0.011927 0.00889 -0.002848 -0.046219 -0.025997 -0.02638 -0.002657 0.016503 -0.03132 -0.013475 -0.01161 -0.010056 0.039759 -0.027999 -0.026894 -0.014409 -0.016584 -0.004601 2e-06 0.000724 0.025743 -0.001839 0.007491 -0.003024 0.015421 0.0146 0.008028 0.023831 0.048665 -0.048633 0.007164 -0.025575 0.025198 0.027851 -0.015058 -0.000725 0.0279 -0.028502 -0.011707 -0.000727 0.025348 -0.053958 0.003039 -0.073368 -0.023051 0.00492 0.017549 0.007719 0.022157 0.01249\nత 0.02377 0.002676 -0.054164 0.022488 -0.000826 0.029926 8.6e-05 -0.003019 -0.017036 -0.014924 0.036643 0.008963 -0.006587 -0.03676 0.027991 -0.008234 0.019152 -0.030023 -0.015844 -0.050247 -0.016423 0.000128 -0.003931 0.012641 0.016913 0.019311 -0.018378 -0.011354 -0.01431 -0.001933 0.028855 -0.01951 -0.015213 -0.026086 -0.007926 0.015095 -0.052737 0.040169 0.000722 0.012606 -0.041198 -0.00498 0.013224 0.001485 -0.022175 -0.014312 0.043395 0.009498 0.011332 0.020098 0.000302 0.05202 0.034931 -0.043219 0.046444 -0.008488 -0.010531 0.023344 -0.012679 0.026629 -0.009556 -0.02888 -0.000812 -0.005952 0.019286 0.015337 0.037854 -0.021591 0.028966 0.012648 -0.035503 -0.006458 0.021639 0.028325 -0.054039 -0.010567 -0.025238 0.033768 -0.01899 -0.023994 0.014051 -0.002907 0.006548 0.010885 -0.020175 -0.050909 0.002717 -0.018901 -0.014967 -0.001787 -0.006487 0.016706 0.003156 -0.017166 0.00088 0.007228 -0.005192 -0.036285 0.005253 -0.004101 -0.007476 -0.00096 -0.006756 -0.007612 0.020815 0.003461 -0.014923 0.0013 0.022248 0.007195 0.040804 0.030956 0.034538 -0.009842 0.022881 0.007434 -0.010967 0.006089 -0.022136 -0.031449 0.020443 -0.003639 0.036137 0.031936 0.054293 0.003846 -0.012428 -0.007903 -0.003663 -0.013034 -0.028435 -0.004646 -0.012729 0.025945 -0.017146 0.012297 -0.034192 0.016902 -0.01235 0.04259 0.001151 -0.025109 0.010457 0.006216 -0.051579 -0.05139 0.039188 -0.010085 0.006112 -0.041148 0.003245 0.009591 0.016905 0.0213 -0.005557 0.005811 -0.005413 -0.024163 -0.007307 -0.022463 -0.014466 0.020883 0.027082 0.01606 -0.002847 -0.002537 0.011016 -0.014763 0.036241 0.014735 -0.037248 -0.03045 -0.017993 0.044638 -0.022147 -0.02796 -0.007878 -0.001524 -0.02298 -0.00652 0.040492 0.004574 0.000427 -0.011468 -0.016188 -0.008987 -0.004173 0.031817 -0.062091 -0.001101 0.015032 0.028449 -0.023039 -0.042871 -0.001746 0.038569 -0.002988 0.020765 -0.021078 -0.005762 -0.039143 -0.039004 0.011528 0.007732 0.029819 0.009741 0.012283 -0.02277 -0.009657 0.027481 -0.013995 -0.007625 0.012448 0.012497 0.013194 0.056671 0.00609 -0.011717 0.011225 0.008458 0.008009 0.00552 -0.012393 0.005187 -0.027369 -0.001247 -0.008803 0.014138 0.010789 -0.021796 -0.001232 0.00934 -0.011407 -0.028431 -0.051854 -0.013934 -0.016135 -0.033445 0.022931 0.021829 0.00694 0.018667 -0.024271 0.023075 0.006446 -0.01074 0.043315 -0.011007 0.036984 0.051634 0.013278 0.01241 0.007365 -0.049667 -0.022927 -0.024585 -0.006527 0.007502 -0.050539 -0.025485 -0.003603 -0.003016 0.023864 -0.009578 -0.040729 -0.014962 -0.026792 -0.013762 0.003868 0.005066 0.033924 0.005909 0.003648 -0.003621 0.012041 0.002598 0.012735 0.022153 0.033164 -0.04808 0.002069 -0.014092 0.018649 0.02508 -0.013168 0.003727 0.01234 -0.01933 -0.017053 -0.000691 0.022049 -0.043514 0.001201 -0.0633 -0.024829 0.011312 0.013995 -0.003951 0.01755 -0.002804\n§ 0.053924 -0.030254 -0.100045 -0.019771 0.026982 0.081006 0.071534 -0.052749 0.095187 -0.02854 -0.036921 -0.053982 -0.083995 0.001179 0.118784 -0.15299 0.054505 0.055563 0.027646 -0.160793 0.021338 -0.024435 -0.032518 -0.089369 -0.066084 -0.020068 -0.012667 0.019331 0.039058 0.073256 -0.03002 -0.047453 0.077079 -0.029792 -0.102065 0.008826 -0.184856 -0.050274 0.006766 -0.060317 -0.088202 -0.020197 0.121772 0.026419 0.039975 -0.036529 0.033572 -0.089431 -0.03974 0.001148 0.037514 0.015847 0.102339 0.025231 0.105615 0.073659 0.031585 0.063558 0.078999 0.089804 0.055923 0.063608 0.046832 0.122572 0.07786 -0.078571 0.072446 0.001834 0.006267 0.00999 -0.069297 -0.003154 0.077655 -0.008667 -0.019579 -0.039108 -0.055397 0.02386 0.092899 -0.059769 -0.038386 -0.061715 -0.001222 -0.024637 0.054628 0.072695 0.017827 0.039069 0.069579 0.100649 -0.105489 0.055375 0.023804 0.090795 0.069134 0.01181 -0.076642 -0.148901 0.106211 0.125569 0.071708 -0.180949 -0.003535 -0.018897 0.142962 -0.071139 -0.017556 -0.052306 -0.076484 -0.014093 0.024156 -0.056671 0.0445 0.002054 0.025681 -0.049342 -0.076463 0.093848 0.049631 -0.020413 -0.02396 0.140026 -0.028873 0.025935 -0.029591 -0.11605 0.094007 0.105511 0.168016 -0.084013 0.089945 -0.024014 0.102748 -0.012183 -0.032239 -0.051209 -0.099964 0.006886 -0.035664 -0.037638 0.051936 -0.102735 0.024206 -0.040599 0.027718 -0.056045 0.014865 -0.004748 0.076049 -0.035815 -0.010029 0.002539 0.00353 0.103583 -0.100623 0.060582 -0.042965 0.077003 -0.004075 0.048082 0.047478 0.009477 0.040567 0.097558 0.031626 0.109946 -0.100636 0.011036 0.002127 0.026123 -0.04573 0.005334 -0.038673 0.015121 -0.022972 0.036743 0.063503 -0.102033 -0.033251 0.072733 0.131427 -0.030348 -0.080676 0.042838 -0.047721 0.0336 0.045671 0.142931 -0.080561 -0.05115 0.04773 -0.051995 0.021875 -0.162989 0.038225 -0.067011 0.02626 0.204513 -0.096736 -0.053311 -0.070124 -0.026181 0.085536 0.056152 0.075492 -0.03803 -0.004554 0.029235 -0.008969 -0.07529 0.069393 -0.006237 -0.018014 -0.015193 -0.025175 -0.016116 -0.080081 -0.135354 0.021298 0.066701 -0.073599 0.063367 0.037834 -0.050011 -0.082467 0.0846 0.003752 -0.055933 0.072169 -0.066964 -0.094837 0.098266 -0.028165 0.072614 0.037119 0.089112 -0.021414 -0.03051 -0.008688 -0.002702 0.132299 -0.077951 0.048497 -0.064183 -0.004329 0.018347 -0.057063 -0.154141 0.128544 0.005882 0.093909 0.026959 -0.030626 0.013141 0.064998 0.004694 0.036353 -0.025554 -0.134198 -0.000815 0.130725 0.008029 0.000155 -0.064087 0.003789 -0.042519 -0.017453 -0.056407 -0.065471 -0.046515 0.034316 0.029548 -0.118633 0.046327 0.003795 -0.127982 0.155202 -0.073706 0.020512 0.123131 0.0733 0.025681 0.063884 -0.001206 0.043696 0.021577 -0.044025 0.011328 -0.067387 0.002015 0.006346 0.097764 -0.03111 -0.055421 0.005001 0.151212 -0.004089 -0.074414 -0.006499 -0.018325\n̦ 0.016842 -0.009458 -0.052455 0.017444 0.019003 0.027236 0.003645 -0.01913 -0.014941 -0.016843 0.025575 -0.002013 0.002414 -0.027624 7.7e-05 0.004256 -0.003977 -0.015371 -0.018103 -0.017833 -0.017483 0.000565 -0.011444 0.016437 0.00863 0.025773 -0.022758 -0.008708 -0.016735 -0.030902 0.013636 -0.011422 -0.014967 -0.027927 -0.016882 0.01782 -0.028686 0.030314 0.01037 0.015347 -0.018781 -0.007548 -0.010228 -0.020995 -0.037336 -0.011268 0.031863 0.002664 -0.022599 0.007443 0.019483 0.030358 0.035652 -0.028661 0.018729 0.0184 0.006884 0.023423 -0.002388 0.002497 -0.032503 -0.028808 0.003406 -0.033222 0.012528 0.020451 0.008957 -0.024223 0.045732 0.025922 -0.029977 -0.014544 -0.012476 0.007872 -0.042133 -0.001864 -0.028869 -0.018777 -0.036165 -0.023343 -0.007236 -0.032095 -0.003728 0.028221 -0.014765 -0.031324 0.012945 -0.012901 -0.004368 -0.013054 -0.003595 0.029244 0.009594 -0.018584 0.012521 0.002698 0.022467 -0.017321 -0.006409 0.001306 -0.008899 0.011289 -0.013637 -0.008032 -0.011708 -0.033018 0.007956 0.014147 0.015488 -0.008244 0.053644 0.00132 0.050367 -0.027519 -0.010825 0.008374 -0.008487 -0.009077 -0.032854 -0.03277 0.016343 -0.022963 0.005071 0.01176 0.054495 0.01966 0.001176 -0.014908 -0.008833 -0.002866 -0.009864 0.010841 -0.015686 0.022625 -0.014589 -0.008422 -0.024803 -0.001241 -0.006033 0.029453 -0.016512 -0.012524 -0.005396 0.01977 -0.065827 -0.032483 -0.010474 0.000628 -0.000189 -0.026441 -0.011624 0.001605 0.015182 0.016868 -0.021205 -0.001836 0.00108 -0.024527 -0.00172 -0.036765 -0.000151 0.017703 0.015667 0.017082 0.014298 -0.00229 0.008257 -0.044459 0.032867 0.030731 -0.049184 -0.021384 0.004912 0.043542 -0.00611 -0.032964 0.000645 0.005897 -0.024517 -0.030389 0.038466 -0.014226 0.002416 0.005213 -0.002608 -0.011639 -0.011501 0.014609 -0.042566 0.007919 -0.023074 0.013761 -0.023109 -0.06515 0.004379 0.010873 -0.036213 -0.004531 -0.014836 -0.022745 -0.028729 -0.068135 -0.003318 0.021648 0.021461 -0.000472 0.012471 0.017708 -0.005304 0.041008 -0.034073 -0.004225 -0.007046 0.017968 0.016938 0.047553 -0.004285 -0.01701 0.00567 0.00728 -0.007712 0.007008 -0.007019 -0.00623 -0.044257 -0.006313 -0.006854 -0.018537 -0.012813 -0.005833 -0.01175 0.006683 0.0027 -0.004687 -0.029421 -0.01142 -0.014132 0.002393 0.015714 0.021911 -0.003377 0.007774 -0.020947 -0.000432 0.007138 -0.019875 0.04431 -0.020082 0.042786 0.050271 -0.000161 0.014365 0.003775 -0.017289 -0.014254 -0.020859 -0.007025 -0.013196 0.006026 -0.048426 -0.012913 -0.01104 0.020269 -0.02768 -0.016645 -0.025549 -0.035288 0.000234 -0.026477 0.018446 0.038821 -0.040533 0.005657 0.004276 0.019534 0.003093 0.037606 0.019001 0.041959 -0.035865 0.007229 -0.0172 0.017639 0.001872 -0.03006 -0.028687 0.01339 -0.028178 -0.029205 -0.000377 0.043117 -0.037533 0.029408 -0.053577 -0.013277 -0.017582 0.01245 0.020392 0.024981 0.015732\nީ 0.055153 -0.011495 -0.09873 0.028739 0.013045 0.071146 0.025942 -0.014121 -0.026073 -0.069388 0.059592 0.006856 -0.016822 -0.037686 0.066063 -0.021741 0.017315 -0.026506 -0.007938 -0.082074 -0.035963 0.006992 0.029145 0.01059 0.0001 0.015452 -0.010916 -0.015914 -0.040028 -0.055452 0.04014 -0.063243 -0.033484 -0.063718 0.026505 0.028451 -0.062663 0.073454 0.02288 0.053274 -0.063316 0.037807 -0.003896 -0.00083 -0.074754 -0.053144 0.039708 0.005192 -0.001534 0.008204 0.011937 0.090707 0.058927 -0.060004 0.062836 -6.7e-05 -0.035157 0.033331 -0.012404 0.044038 -0.061789 -0.027722 -0.020042 -0.02285 0.03104 0.038223 0.088845 -0.029764 0.063846 0.027012 -0.087328 -0.004123 0.034993 0.025347 -0.069855 0.009612 -0.051257 0.026297 -0.066503 -0.025094 0.006919 0.003091 -0.006628 0.015635 -0.029064 -0.09189 0.000345 -0.008699 -0.048197 0.005634 -0.030424 0.042738 0.014767 -0.034558 0.032835 -0.012317 -0.016446 -0.06078 -0.009494 -0.013142 -0.036916 0.009048 -0.001543 -0.067532 0.026042 0.003643 -0.016994 -0.00025 0.060079 -0.008232 0.067601 0.040972 0.036998 -0.022619 0.011435 0.006648 -0.017556 -0.000602 -0.020857 -0.094516 0.035831 -0.009475 0.055021 0.056223 0.056355 0.018412 -0.007416 -0.025018 -0.026307 -0.038228 -0.034005 0.003769 -0.027647 0.044203 -0.019588 0.025744 -0.036159 0.007338 0.016592 0.084586 0.014313 -0.016522 0.014592 0.050816 -0.0638 -0.077651 0.106464 0.028362 -0.011642 -0.065496 0.022977 0.001466 0.063354 0.059698 -0.01674 -0.009433 0.012083 -0.032732 0.021785 -0.038595 -0.031782 0.01356 0.057394 0.027436 -0.033909 -0.024124 0.05369 -0.052083 0.039729 0.034582 -0.02594 -0.052007 -0.023825 0.048164 -0.033756 -0.050836 -0.027891 -0.020993 -0.067156 -0.025414 0.065975 -0.037422 0.022522 -0.017898 -0.004918 -0.028817 0.004874 0.039239 -0.095615 0.015727 0.03308 0.041343 -0.069972 -0.0569 -0.003212 0.083323 -0.044001 0.03903 -0.004392 -0.011187 -0.058503 -0.061709 0.028248 0.044299 0.027293 0.039032 0.032594 -0.003579 -0.013658 0.062141 -0.037759 0.000222 -0.031767 0.008946 -0.012825 0.115724 0.019182 -0.035563 0.022408 0.005527 -0.030391 0.018751 1e-06 0.036034 -0.017682 -0.026108 0.008078 0.025033 -0.004347 -0.050563 -0.005879 0.004644 -0.002895 -0.028455 -0.076122 -0.010344 -0.037788 -0.060563 0.052374 0.054543 0.026557 0.046847 -0.061048 0.024735 0.014839 -0.008409 0.037409 0.001301 0.058684 0.089144 0.066428 0.007737 -0.005096 -0.063119 -0.064503 -0.042768 -0.004301 0.022935 -0.049708 -0.013712 0.005865 -0.035028 0.038111 -0.043643 -0.043344 -0.028114 -0.062414 -0.021614 0.019898 0.015592 0.051762 -0.007573 0.022853 -0.013963 0.016648 0.013169 -0.010199 0.04 0.084661 -0.091823 0.007943 -0.052548 0.022892 0.018547 -0.018471 -0.015353 0.026196 -0.021842 -0.020628 -0.044539 0.027039 -0.071523 0.01791 -0.117971 -0.019029 0.024124 0.011996 0.023929 0.025755 -0.000391\nب 0.026823 0.004812 -0.041043 0.017183 0.006375 0.028129 0.00229 -0.005633 -0.019459 -0.026874 0.027815 0.010952 -0.007934 -0.016674 0.023839 -0.003551 0.009001 -0.016383 -0.010209 -0.039887 -0.013918 0.002724 0.006277 0.007733 0.003085 0.014284 -0.005997 -0.011217 -0.012354 -0.028006 0.01968 -0.026413 -0.013301 -0.03438 0.009001 0.012292 -0.031415 0.034363 0.00717 0.01819 -0.026385 0.006068 0.003083 0.002184 -0.023794 -0.016972 0.031631 -0.003401 -0.001566 0.010668 0.002053 0.04101 0.029066 -0.024864 0.036398 0.004446 -0.004035 0.017532 -0.011665 0.020969 -0.027276 -0.0223 -0.006759 -0.013951 0.013934 0.019965 0.034914 -0.008979 0.031164 0.015363 -0.046665 -0.007085 0.018727 0.017388 -0.038901 0.000813 -0.026369 0.020234 -0.030785 -0.016002 0.010698 -0.002148 0.003972 0.009863 -0.019306 -0.040749 0.003923 -0.00207 -0.013355 -0.003167 -0.005259 0.019871 0.008273 -0.006154 0.01418 -0.003378 -0.001739 -0.029578 -0.00075 -0.002876 -0.019016 0.004472 -0.000143 -0.027577 0.013725 -0.008698 -0.013008 0.011082 0.030232 -0.007628 0.0395 0.016657 0.019826 -0.016472 0.00461 -0.000168 -0.006849 0.001306 -0.01263 -0.034815 0.020128 0.000795 0.030271 0.017708 0.029082 0.012963 -0.009648 -0.007425 -0.008396 -0.015195 -0.010686 -0.001422 -0.009256 0.023462 -0.016095 0.009557 -0.029628 0.006074 0.011426 0.038206 -4.1e-05 -0.007982 0.00855 0.019985 -0.025182 -0.041086 0.041374 0.013577 0.002035 -0.038774 0.007131 0.006506 0.028005 0.023964 0.000318 0.00541 0.002415 -0.022537 0.011165 -0.019261 -0.021141 0.011593 0.018562 0.012861 -0.013803 -0.016127 0.015379 -0.019865 0.016792 0.012644 -0.022738 -0.019709 -0.007881 0.033831 -0.013168 -0.021865 -0.007918 -0.01219 -0.033346 -0.015217 0.028216 -0.011134 0.006414 -0.014076 -0.002248 -0.018928 0.003031 0.01972 -0.042519 4.6e-05 0.013448 0.020699 -0.031045 -0.029468 0.001091 0.033648 -0.020631 0.013267 0.000655 0.001789 -0.025389 -0.027917 0.016196 0.022128 0.013874 0.013958 0.010547 -0.009108 -0.007655 0.033687 -0.018248 -0.004008 -0.009784 0.016327 -0.002115 0.056541 0.008108 -0.019092 0.009094 -0.004416 -0.004428 0.006634 -0.002674 0.003259 -0.020975 -0.002911 0.000437 0.015943 -0.004289 -0.020789 -0.002585 -0.002805 -0.005208 -0.019767 -0.028261 -0.003816 -0.012735 -0.027246 0.017898 0.017483 0.004401 0.014821 -0.02086 0.007789 0.005062 -0.003434 0.029884 -0.003469 0.034325 0.044314 0.019884 0.003861 -0.002438 -0.031801 -0.024963 -0.019684 -0.001873 0.019178 -0.024461 -0.00595 0.003281 -0.012713 0.027952 -0.027756 -0.025356 -0.018563 -0.030727 -0.013015 0.00667 -0.000779 0.015993 7.4e-05 0.011276 -0.002314 0.011906 -0.003186 -0.003081 0.014506 0.039876 -0.042996 -0.0025 -0.016416 0.015164 0.012299 -0.015639 -0.004585 0.020223 -0.009292 -0.016913 -0.014138 0.007192 -0.03448 0.007728 -0.055791 -0.007498 0.004922 0.01241 0.010522 0.01554 0.000922\nᠬ 0.041498 -0.009774 -0.019022 0.004032 0.01207 0.036336 -0.015025 -0.003174 -0.014134 -0.018927 0.024177 0.015748 -0.006701 -0.014411 0.025102 -0.005973 0.000113 -0.012272 -0.010955 -0.040756 -0.024592 -0.006512 -0.003415 -0.00097 -0.011383 0.018778 -0.00542 -0.003313 -0.008874 -0.020113 0.01785 -0.030869 -0.004242 -0.022935 0.009881 0.001613 -0.019076 0.041025 0.009797 0.000359 -0.022019 0.00388 0.000579 -0.011024 -0.010498 -0.006036 0.026555 -0.001395 -0.007107 0.018451 0.012509 0.04295 0.029155 -0.017152 0.036496 0.009312 -0.005586 0.020837 -0.014596 0.028394 -0.026806 -0.021338 -0.015287 0.001966 0.019787 0.015656 0.021954 -0.001654 0.02401 0.002049 -0.048864 -0.009663 0.020854 0.024208 -0.024715 0.009666 -0.026402 0.008931 -0.042638 -0.000819 0.00764 -0.005117 0.007179 0.007463 -0.008069 -0.037619 0.010027 0.019854 -0.007806 0.000307 -0.017737 0.016513 0.012142 -0.022221 0.020828 -0.003084 -0.001496 -0.04604 -0.005853 -0.006571 -0.018754 0.013744 0.000812 -0.02443 0.008182 -0.012096 -0.011077 0.014021 0.028662 -0.001833 0.0254 0.021637 0.007381 -0.019618 0.012938 -0.012778 0.004213 0.00894 -0.016109 -0.017506 0.030758 -0.006633 0.027813 0.01578 0.042623 0.017043 -0.012313 0.000607 -0.003931 -0.016847 -0.030077 0.004466 -0.001246 0.029427 -0.016267 0.016589 -0.016303 0.014934 0.01542 0.036865 -0.003077 -0.011628 -0.001236 0.026355 -0.024935 -0.024321 0.048197 0.00508 -0.002739 -0.029362 0.007136 0.010753 0.028772 0.01471 -0.005426 0.003744 0.002391 -0.010669 0.003555 -0.027526 -0.020316 0.006741 0.01088 -0.001938 -0.030164 -0.007947 0.016766 -0.030327 0.025165 0.017754 -0.007251 -0.009902 -0.025449 0.027773 -0.006 -0.018428 -0.011834 -0.01274 -0.038825 -0.011585 0.021211 0.002684 0.004603 -0.012236 0.00198 -0.015471 0.003014 0.010209 -0.04491 0.007826 0.01782 0.034256 -0.020153 -0.021455 0.003169 0.039076 -0.024279 0.011758 0.000429 -0.008568 -0.027219 -0.024038 0.01476 0.031776 0.014162 0.026202 0.008223 -0.011664 -0.007042 0.027094 -0.030999 -0.015083 -0.009721 0.012928 0.00352 0.050251 -0.002188 -0.005062 -0.005682 -0.002153 0.013161 -0.00243 -0.003479 0.003187 -0.017599 0.00044 0.003308 -0.004715 -0.006044 -0.006319 5.3e-05 -0.005951 -0.003527 -0.025636 -0.030545 -0.009105 -0.015191 -0.034224 0.015646 0.022577 -0.001847 0.008753 -0.009138 0.012748 0.007503 -0.012723 0.01857 -0.018146 0.051372 0.031099 0.008391 0.017825 -0.003599 -0.016234 -0.016091 -0.015759 -0.004143 0.024927 -0.016716 0.000723 0.004695 -0.007011 0.021145 -0.025793 -0.019402 -0.012881 -0.022752 -0.021337 0.000487 0.008577 0.010696 0.000501 0.011697 0.001574 0.017387 0.017026 0.006298 0.007359 0.031676 -0.032979 0.000317 -0.023132 0.010974 0.025889 -0.015311 -0.011993 0.030205 -0.002866 -0.012436 -0.008772 -0.01527 -0.028296 0.011596 -0.053908 0.000661 0.00011 0.00853 0.019524 0.019959 0.003902\nሰ 0.031805 0.003983 -0.051545 0.02013 0.009274 0.029309 0.005551 0.007278 -0.025311 -0.038477 0.030882 0.00851 -0.023948 -0.015489 0.006905 0.012586 0.005865 -0.024055 -0.021103 -0.033744 -0.015963 0.009362 -0.006174 0.009921 0.003477 0.004159 -0.01073 -0.006113 -0.018074 -0.014922 0.042696 -0.018033 -0.02325 -0.02413 0.009051 0.020699 -0.028205 0.043921 0.001254 0.022071 -0.025679 0.025039 -0.007856 -7.2e-05 -0.021429 -0.031935 0.028431 -0.002551 -0.017749 0.019388 0.02199 0.045308 0.018957 -0.035102 0.03574 0.023531 0.007008 0.011995 -0.004672 0.037102 -0.04056 -0.045914 -0.016137 -0.011205 0.010602 0.025686 0.046278 0.007612 0.039776 0.007581 -0.042766 -0.011636 0.007259 0.031612 -0.034235 0.024389 -0.042162 0.005579 -0.035011 -0.009007 0.01944 0.008897 0.000794 0.016076 -0.021184 -0.068258 -0.005409 0.025629 -0.030523 -7.1e-05 0.009389 0.026395 0.005138 -0.026635 0.005488 -0.022829 0.001677 -0.018388 0.016914 -0.012706 -0.024468 -0.001314 0.009493 -0.033161 -0.000312 0.019696 -0.033048 0.007985 0.034215 -0.005863 0.053847 0.007748 -0.011301 -0.013679 0.003592 0.014958 -0.016827 -0.014435 -0.0247 -0.044684 0.013578 -0.008711 0.047121 0.023675 0.016535 0.036644 -0.011749 -0.031502 -0.03043 -0.004389 -0.034657 0.011869 -0.018738 0.039909 -0.019416 0.009516 -0.027069 0.003669 0.008202 0.051796 -0.008602 0.016208 0.007477 0.028619 -0.041186 -0.052395 0.051909 0.020594 -0.001727 -0.031157 0.006373 0.01568 0.057259 0.007853 0.007771 0.018145 0.015063 -0.021053 0.01876 -0.042208 -0.040006 0.019409 0.016221 -0.00757 -0.015404 -0.015338 0.026979 -0.02582 0.01479 0.005247 -0.025984 -0.00386 0.004978 0.049606 -0.024032 -0.047958 -0.00504 0.002592 -0.036386 -0.031786 0.045857 -0.008393 0.011599 0.003724 -0.014525 -0.012454 -0.003945 0.012251 -0.041663 0.000169 0.004763 0.019679 -0.0475 -0.019651 -0.010818 0.037032 -0.019292 -0.025768 -0.004144 0.013791 -0.030324 -0.058538 0.013842 0.012936 0.013701 0.026126 0.025217 -0.009936 -0.00015 0.024108 -0.038531 0.011636 -0.024955 0.023255 0.000548 0.070573 0.006035 -0.014415 -0.003625 -0.008145 0.005569 -0.017515 -0.019778 0.004731 -0.020091 -0.009263 0.005416 0.023065 -0.022258 -0.03299 -0.001149 0.009172 0.000116 -0.038672 -0.036075 -0.005793 0.000877 -0.042092 0.053194 0.022204 0.019598 0.035836 -0.030754 0.005423 0.009645 -0.000457 0.052292 -0.006355 0.035826 0.054866 0.009762 0.000695 -0.003443 -0.030355 -0.036263 -0.037503 0.007353 0.029426 -0.027961 -0.01678 0.02253 -0.013469 0.022505 -0.023673 -0.019351 -0.000201 -0.042098 0.0207 0.009988 -0.005213 0.006207 -0.00012 0.016228 -0.022546 0.021282 0.028814 -0.023202 0.021164 0.035804 -0.057136 0.000924 -0.032539 0.01639 0.014484 -0.027061 0.016591 0.024045 -0.00449 -0.006299 -0.026388 -0.005565 -0.041946 -0.014072 -0.067532 -0.008259 -0.005666 0.021947 0.031884 0.021502 -0.002847\nุ 0.027819 0.000959 -0.041599 0.025858 0.014198 0.035578 0.009315 -0.000691 -0.023043 -0.026309 0.020769 0.002032 -0.005871 -0.017679 0.031534 -0.003574 0.007092 -0.019525 -0.01148 -0.041416 -0.014582 0.007014 0.005753 0.013054 0.004515 0.010281 -0.014075 -0.006225 -0.013319 -0.024242 0.01798 -0.025248 -0.015406 -0.034132 -3e-06 0.018312 -0.035924 0.036588 0.011281 0.01799 -0.029349 0.009733 0.001924 -0.005738 -0.024944 -0.022013 0.033681 0.00553 0.000539 0.009691 0.003185 0.043474 0.030927 -0.032731 0.033202 0.005885 -0.00347 0.024773 -0.013701 0.023322 -0.026124 -0.02874 -0.000139 -0.015121 0.009924 0.01823 0.030176 -0.01476 0.04149 0.015081 -0.045379 -0.009864 0.019618 0.010744 -0.053209 0.003556 -0.028799 0.023542 -0.028428 -0.012363 0.014501 -0.007896 0.003365 0.013489 -0.020043 -0.04597 -0.002702 -0.000728 -0.019547 -0.00157 -0.005983 0.023906 0.010787 -0.014883 0.01472 -0.004979 0.004175 -0.037652 0.004432 0.000977 -0.019537 0.007114 -0.000224 -0.022708 0.017924 -0.003657 -0.01039 0.003821 0.027507 -0.004523 0.048654 0.019384 0.026578 -0.015154 0.006442 0.002217 -0.001776 -0.000163 -0.004127 -0.037432 0.018834 0.005742 0.037146 0.025557 0.035355 0.01197 -0.01439 -0.013786 -0.002706 -0.016371 -0.01135 -0.006061 -0.016822 0.03075 -0.018059 0.012949 -0.032876 -0.002082 0.009566 0.039817 0.000801 -0.007443 0.003023 0.02611 -0.03504 -0.042685 0.042947 0.007988 0.003614 -0.043962 0.001389 0.00241 0.036414 0.024044 0.002043 0.0067 0.006116 -0.027419 0.0097 -0.021504 -0.015262 0.010965 0.024479 0.013678 -0.012568 -0.009997 0.020536 -0.016937 0.021484 0.016055 -0.024994 -0.017779 -0.008571 0.025295 -0.021538 -0.025232 -0.001202 -0.005462 -0.037523 -0.017893 0.035394 -0.009944 0.00797 -0.011116 -0.008649 -0.012044 0.003472 0.018388 -0.050411 -0.001073 0.013269 0.028292 -0.036057 -0.032918 0.006699 0.033965 -0.0144 0.007899 0.002565 0.000889 -0.031999 -0.02927 0.012478 0.026776 0.023449 0.016156 0.004062 -0.002705 -0.001362 0.031669 -0.018506 0.003312 -0.007883 0.019072 0.000772 0.058852 0.002882 -0.022734 0.007133 -0.001429 0.000513 0.009817 -0.001426 0.006994 -0.024605 -0.001565 -0.001593 0.014682 -0.002001 -0.028676 -0.008288 0.000288 -0.004979 -0.025368 -0.030176 -0.004983 -0.011311 -0.0346 0.021463 0.027549 0.006902 0.02874 -0.028467 0.012604 0.001544 -0.003828 0.029203 -0.003446 0.032352 0.050819 0.019683 0.003682 -0.006395 -0.038659 -0.026663 -0.018458 -0.000224 0.024747 -0.025356 -0.017772 0.009338 -0.010541 0.026021 -0.023176 -0.022716 -0.026924 -0.025519 -0.010937 0.005264 6e-06 0.02025 -0.003599 0.010236 0.004487 0.011864 -0.003047 0.00055 0.013102 0.041026 -0.042359 0.000155 -0.005461 0.012355 0.015698 -0.017699 -0.006162 0.020457 -0.008177 -0.023699 -0.012943 0.008916 -0.039345 0.01009 -0.061073 -0.010945 0.009184 0.00653 0.01557 0.020814 -0.001433\nʻ 0.027257 0.003963 -0.051108 0.020953 0.009536 0.040899 9.5e-05 -0.005741 -0.018508 -0.02849 0.026724 0.013989 -0.007932 -0.029936 0.026075 0.004926 0.011547 -0.020574 -0.004627 -0.038827 -0.019005 -0.001043 -0.000297 0.009668 0.007214 0.016173 -0.00973 -0.007845 -0.013528 -0.021797 0.018949 -0.026434 -0.023283 -0.035388 0.011027 0.013136 -0.034761 0.037048 -0.000266 0.025502 -0.027326 0.009622 0.002957 0.004488 -0.033673 -0.02033 0.039513 0.000212 -0.004927 0.012612 0.009996 0.048088 0.024111 -0.024835 0.038071 0.004375 1.9e-05 0.019291 -0.019107 0.022179 -0.032563 -0.024747 -0.010775 -0.023521 0.018188 0.015263 0.035224 -0.010917 0.035076 0.013396 -0.041666 0.000382 0.022583 0.018453 -0.047672 0.003063 -0.028235 0.015917 -0.02468 -0.014706 0.006284 -0.000464 -0.005479 0.015245 -0.014034 -0.045406 0.005305 -0.004662 -0.016916 0.000335 -0.000129 0.033169 0.006225 -0.010366 0.009378 -0.006739 0.002395 -0.038462 -0.00314 0.007528 -0.016956 -0.000611 -0.008266 -0.023112 0.013393 -0.003379 -0.016969 0.006067 0.027398 -0.003186 0.039524 0.022351 0.030091 -0.011187 0.010237 0.003746 -0.011661 0.006453 -0.007184 -0.048886 0.018469 0.007041 0.040688 0.012352 0.030332 0.009582 -0.008616 -0.008196 -0.007469 -0.017107 -0.012274 -0.010402 -0.012895 0.028713 -0.022794 0.021139 -0.027367 0.006211 -0.001178 0.049374 0.000736 -0.009913 0.016022 0.02228 -0.032334 -0.047559 0.04394 0.002498 0.003983 -0.030285 -0.005023 0.017171 0.027874 0.023033 0.003375 0.002464 0.001688 -0.01674 0.016322 -0.027187 -0.014204 0.01589 0.026947 0.01983 -0.013084 -0.016146 0.019553 -0.023843 0.017844 0.025453 -0.026359 -0.023933 -0.010571 0.035201 -0.019253 -0.026992 -0.013661 -0.009695 -0.03671 -0.004334 0.0292 -0.015148 0.005511 -0.007299 -0.009654 -0.011074 0.000769 0.018324 -0.052953 0.009501 0.006932 0.026181 -0.036404 -0.037078 0.001457 0.045013 -0.026759 0.009916 -0.005049 -0.002242 -0.030929 -0.034495 0.022663 0.027716 0.01153 0.014675 0.005564 -0.007698 -0.008561 0.038499 -0.020654 -0.00156 -0.008591 0.01741 -0.002287 0.06723 0.004166 -0.023873 0.009331 0.006879 -0.010905 0.008193 -0.011182 0.010013 -0.017583 0.004444 -0.00221 0.009117 -0.008238 -0.027256 -0.008646 -0.000668 -0.003186 -0.01815 -0.040159 0.000511 -0.023696 -0.023989 0.025659 0.025448 0.008127 0.019615 -0.023579 0.008545 0.014921 -0.007279 0.043269 0.002623 0.034626 0.048185 0.032973 0.0074 -0.006646 -0.035143 -0.025607 -0.024934 -0.007156 0.007483 -0.030025 -0.020473 0.005597 -0.01262 0.022834 -0.021452 -0.028417 -0.014648 -0.031086 -0.008082 -5.9e-05 0.001792 0.017348 -0.002976 0.015919 0.00153 0.005213 0.003681 -0.002201 0.011372 0.038013 -0.049812 0.004528 -0.021022 0.010512 0.011194 -0.020166 -0.00903 0.010342 -0.004049 -0.012355 -0.024459 0.002233 -0.036954 0.007051 -0.06541 -0.007879 0.006296 0.011094 0.021112 0.016835 4e-06\n< 0.03532 0.016314 -0.027156 -0.001964 0.011031 0.02102 0.010273 -0.017226 0.006482 -0.016986 0.015942 -0.008072 -0.014922 0.007789 0.024241 -0.010737 0.026925 -0.012411 0.001753 -0.032418 -0.003666 0.007541 0.009241 0.008679 0.001809 0.006905 -0.015465 -0.008643 0.00059 0.00137 0.005449 -0.027352 0.008441 -0.009977 -0.019805 0.002072 -0.013091 0.019128 0.001908 0.014379 -0.016512 -0.011006 0.028931 -0.0003 0.017024 -0.019852 0.009942 0.027329 -0.001725 0.015695 -0.008277 0.004129 0.01619 -0.017355 0.01491 0.013757 0.017152 -0.012567 0.000983 0.017052 -0.017851 -0.003503 -0.003818 -0.00999 -0.004276 -0.009014 0.032177 -0.009969 0.004411 -0.004613 -0.02496 0.028577 0.026268 0.002955 -0.007371 -0.026737 0.003145 0.001959 0.030262 0.00224 0.004415 0.003673 -0.010006 -0.002266 -0.001617 0.000242 -0.004959 -0.005824 -0.007237 -0.007189 -0.019383 -0.022556 0.00855 -0.00996 0.006264 -0.016928 0.014934 -0.02441 -0.006982 -0.004891 -0.003509 -0.004341 -0.007789 -0.002402 0.00298 0.016561 -0.021082 0.027326 0.011753 0.005538 -0.009986 -0.002572 -0.011764 0.008014 0.021914 -0.007511 0.006629 -0.007847 0.006453 -0.009089 0.011613 -0.004324 -0.0021 -0.002132 -0.030283 -0.001671 -0.004335 0.005168 0.008228 0.002058 0.011282 0.006806 0.006324 0.032629 -0.010792 -0.0227 -0.020027 -0.000371 -0.032082 -0.006093 -0.009557 -0.005008 0.002297 0.010477 -0.025507 0.006477 0.033734 0.00933 -0.002354 -0.002386 -0.002842 0.004756 0.003078 0.008698 -0.015794 -0.006967 0.007439 0.004574 -0.005446 0.003939 -0.005283 0.012232 0.030369 0.003983 0.001753 0.007939 -0.000131 0.002735 -0.008525 0.01555 0.007786 -0.015126 -0.017118 -0.005496 0.019397 0.009354 0.013758 0.015076 -0.006144 0.006622 0.03521 0.02557 -0.001459 -0.005985 -0.017772 -0.011564 -0.021172 0.011235 -0.0084 -0.01781 0.029734 0.022553 -0.025567 -0.000699 0.010399 0.01613 0.017333 0.002501 0.003143 0.011931 -0.017652 0.003157 0.013776 0.034109 0.014989 0.012196 -0.004327 -0.020473 0.000538 0.009379 0.009092 -0.011309 0.003953 0.002551 -0.006689 -0.001737 -0.001743 0.009301 0.016911 0.008201 0.013301 0.005143 0.010111 0.004904 -0.002557 0.007042 -0.005738 0.014446 0.016619 -0.023394 0.015554 -0.004669 -0.022452 0.001231 0.006039 -0.006702 -0.003102 -0.024514 0.01607 0.021554 -0.007464 0.025789 -0.00598 0.002906 0.009832 -0.011272 0.021183 -0.00263 0.017397 0.020561 0.005799 -0.004289 0.002913 0.002523 -0.012202 0.003117 -0.009653 0.021984 -0.002254 -0.003906 0.023666 -0.002914 -0.028591 0.011203 -0.023027 -0.006929 0.012507 -0.040296 0.008787 0.019192 -0.019671 -0.006576 -0.009595 0.001991 0.014572 -0.015634 0.023531 0.01502 0.020967 -0.004638 0.013046 0.00695 0.034534 -0.019872 -0.004237 0.020895 0.026727 -0.033562 0.001187 -0.027676 0.000466 -0.032548 -0.001621 -0.024471 -0.005798 -0.001329 -0.008004 -0.023508 0.009018 -0.001885\nể 0.04642 0.002532 -0.068255 0.033993 0.003387 0.016147 0.020869 -0.046066 -0.033874 -0.034576 0.029272 -0.011363 -0.025193 0.018204 0.007693 -0.016225 0.034328 -0.021321 0.004028 -0.041528 -0.008106 0.021376 0.003815 0.005181 0.007872 -0.004758 0.019245 0.0025 0.018312 0.012343 0.014597 -0.03504 0.010892 0.004695 0.036637 -0.020117 -0.024443 0.021546 -0.02314 0.043237 0.007725 -0.005693 -0.018867 0.01615 -0.017673 -0.014568 0.040666 -0.000973 0.02017 0.0422 0.029345 0.03288 0.025624 -0.015811 0.062339 0.006446 -0.019695 0.040677 -0.002403 0.010652 0.00171 -0.02438 -0.001731 0.010184 0.02442 0.006439 0.06548 0.007251 0.010509 -0.007374 -0.027528 -0.008281 0.027828 -0.008552 -0.003907 0.013701 -0.000336 0.033255 0.002626 0.005378 0.01078 -0.010338 -0.006242 0.034435 -0.031375 -0.025598 -0.030705 -0.026717 0.026614 -0.030535 -0.008033 0.021156 -0.023465 -0.010283 -0.03668 -0.015234 -0.001616 -0.015113 -0.002338 -0.000915 -0.01334 0.009373 -0.019591 0.002649 0.025745 -0.029752 -0.027131 -0.003341 0.054437 0.006917 0.006091 0.002569 0.012902 -0.002166 -0.000299 -0.001047 -0.021691 0.006843 -0.008654 -0.029268 -0.001693 -0.027434 0.032827 0.026676 -0.001321 0.030269 -0.001213 -0.005323 -0.020178 0.008638 0.005545 -0.003807 -0.024823 0.021358 0.011294 0.023385 -0.030577 0.030375 -0.003652 -0.001499 -0.01121 0.010078 0.040408 0.019704 -0.043184 0.01158 0.02953 0.009407 -0.013164 -0.032639 0.010296 -0.01606 0.02454 0.028735 -0.005904 -0.001274 0.034488 -0.005312 -0.019719 -0.038233 0.011973 -0.010479 -0.019338 -0.005113 -0.0116 0.002673 0.004806 -0.041368 0.05049 0.017659 -0.022877 -0.01806 -0.020656 -0.002865 -0.021823 -0.006596 0.004401 0.004258 0.016276 -0.000541 0.037547 0.01675 -0.019128 -0.006789 -0.010289 0.010673 -0.014206 -0.006519 -0.057995 -0.052428 0.035908 0.018266 -0.021803 0.015265 -0.044018 0.011384 0.015769 -0.004718 -0.00012 -0.009131 -0.056917 -0.019847 -0.001078 0.009131 0.043141 -0.021623 0.007246 -0.007001 0.011377 0.024005 -0.027997 0.006967 0.028465 0.000192 0.025296 0.015661 0.030493 -0.002026 0.007298 0.004933 0.034938 0.012422 0.017527 -0.030066 -0.007197 -0.025321 0.034815 0.010509 -0.018076 -0.007065 0.008586 -0.020684 -0.0191 -0.02876 -0.006041 0.011478 -0.002775 -0.068229 0.0101 0.02343 -0.011002 0.035436 -0.001393 -0.003289 -0.011532 0.003585 0.01675 0.017983 0.012329 0.051594 -0.009801 0.003311 0.020364 -0.036517 -0.015583 -0.018864 -0.008974 0.025536 -0.018398 -0.031092 0.008978 -0.006916 -0.010494 -0.017124 -0.006597 -0.032838 -0.016106 0.014882 0.001539 -0.009161 0.047318 -0.01652 0.025505 0.008719 0.019411 -0.01236 0.014938 0.022746 0.019882 -0.023667 0.010587 0.025409 -0.016869 0.020794 -0.03205 0.015153 -0.010935 -0.002948 -0.038691 -0.00834 0.027715 -0.037319 0.026824 -0.05099 0.014672 0.026292 0.008696 -0.000502 0.051513 -0.010121\n៉ 0.028623 0.015924 -0.031675 0.031472 0.015409 0.030056 0.013468 0.012503 -0.014032 -0.026306 0.044762 -0.004021 -0.003638 -0.025979 0.016428 -0.0039 0.002688 -0.027385 0.006116 -0.030521 -0.008739 0.013134 -0.009817 0.000954 0.009701 0.018513 -0.01958 -0.009913 -0.012439 -0.018197 0.020459 -0.034066 -0.022073 -0.043247 0.01266 0.010221 -0.037999 0.050229 0.012135 0.03428 -0.048442 0.007169 0.007992 0.00239 -0.021332 -0.020546 0.021068 0.001982 0.003668 0.021349 0.001908 0.040351 0.029002 -0.029675 0.04734 0.012191 0.002833 0.017851 -0.005841 0.047357 -0.031884 -0.030245 -0.020713 -0.01246 0.00485 0.017454 0.054711 -0.008881 0.032486 0.017279 -0.048116 0.004347 0.019101 0.013938 -0.062107 0.005296 -0.018382 0.020969 -0.046113 -0.018185 0.027112 0.010468 0.007825 0.020491 -0.021536 -0.063057 -0.002852 -0.008255 -0.015886 0.004211 -0.011722 0.020308 0.000952 -0.010741 0.015551 -0.004775 0.00579 -0.051444 0.015068 -0.003635 -0.011577 0.005726 -0.006566 -0.02926 0.016799 0.013249 -0.029096 0.00973 0.050622 -0.015842 0.053904 0.013877 0.030384 -0.008371 0.004103 -0.013622 -0.01418 -0.011356 -0.030339 -0.048256 0.043688 -0.000496 0.031703 0.029025 0.029616 0.026135 -0.009258 -0.011427 -0.023064 -0.020515 -0.039366 3.8e-05 -0.029377 0.036528 -0.017916 0.020222 -0.023891 -0.007824 0.0184 0.050318 0.006277 -0.00285 0.014418 0.021238 -0.055297 -0.049577 0.053649 0.018838 0.021561 -0.05489 -0.000257 0.013485 0.033757 0.007716 -0.006102 -0.011269 0.004651 -0.02593 0.008901 -0.010468 -0.020924 0.021386 0.041459 0.001535 -0.027647 -0.034702 0.020119 -0.01383 0.008842 0.015472 -0.048603 -0.028362 -0.010403 0.040463 -0.019692 -0.024576 -0.00131 -0.022035 -0.040437 -0.029243 0.017069 -0.022416 0.006878 -0.022066 0.002423 -0.012769 0.00535 0.009222 -0.055242 -0.004109 0.02843 0.025558 -0.020127 -0.027226 0.00809 0.045477 -0.036974 0.015033 -0.000767 0.008701 -0.034554 -0.034934 0.010012 0.009023 0.005414 0.011242 0.004744 -0.00453 -0.009086 0.031159 -0.024794 -0.006141 -0.003452 0.011026 0.006525 0.07204 0.032034 -0.016988 0.014909 0.002273 -0.0077 0.011001 0.005244 0.003298 -0.011651 0.00936 0.002777 0.010408 0.00024 -0.036835 -0.003357 -0.005612 0.003371 -0.01202 -0.033953 0.00458 -0.015975 -0.033491 0.028013 0.027805 -0.001996 0.034716 -0.018438 0.030127 -2.5e-05 -0.01145 0.048428 -0.001452 0.036313 0.053411 0.026747 0.005726 0.006346 -0.038244 -0.049596 -0.025145 -0.009585 0.022054 -0.026836 -0.012715 0.010101 -0.011804 0.032441 -0.017074 -0.028594 -0.024035 -0.013801 -0.009153 0.011254 -0.000353 0.018415 -0.027227 0.025323 -0.006533 0.018189 0.009774 0.02019 0.014809 0.052609 -0.0439 -0.006109 -0.01391 0.015591 0.01069 -0.028232 -0.016011 0.011892 -0.00432 -0.031497 -0.007166 0.00873 -0.035212 0.022335 -0.054639 -0.017533 0.004923 0.011241 0.015683 0.033697 -0.003803\nો 0.054333 0.003424 -0.069232 0.016157 0.009439 0.040496 0.003145 -0.026501 -0.034513 -0.054628 0.053219 0.022691 -0.00168 -0.034911 0.043687 0.00498 0.005208 -0.026554 -0.040237 -0.054758 -0.015587 -0.008861 0.015853 0.020614 -0.009237 0.033634 -0.019269 -0.026028 -0.01757 -0.047537 0.023996 -0.033192 -0.021313 -0.03079 -0.009161 0.010161 -0.052461 0.046635 0.012188 0.003896 -0.038031 1.7e-05 0.03014 -0.002391 -0.028645 -0.025945 0.068465 -0.012512 -0.007078 0.026584 -0.016294 0.049916 0.030812 -0.020676 0.070086 0.004272 -0.006027 0.032416 -0.019449 0.040808 -0.039123 -0.040474 -0.033259 -0.023423 0.023494 0.025918 0.069394 -0.005524 0.041466 0.022218 -0.07893 -0.003606 0.028642 0.027521 -0.053571 -0.001831 -0.029365 0.036626 -0.049544 -0.019818 0.019721 0.00114 -0.004514 0.018427 -0.010074 -0.042071 -0.001111 -0.019848 -0.008219 -0.024169 -0.012472 0.033071 0.023717 -0.014447 0.001111 -0.001526 -0.007151 -0.056516 -0.010037 -0.018559 -0.033567 -0.009887 -0.012446 -0.013581 0.010655 -0.027232 -0.031097 0.023662 0.051994 -0.008997 0.069519 0.031742 0.025181 -0.033241 -0.017348 -0.014259 0.003481 -0.004821 -0.013945 -0.064802 0.024274 0.006368 0.056024 0.046432 0.03462 0.026656 -0.027907 -0.011444 -0.00107 -0.025429 -0.014381 -0.016761 -0.017953 0.038559 -0.025998 0.014151 -0.050559 -0.007821 0.01308 0.068877 0.011093 -0.003856 0.002638 0.027354 -0.054152 -0.084391 0.070311 0.023416 -0.000112 -0.055 0.003596 0.015784 0.02579 0.039986 0.006911 0.006426 -0.004501 -0.029449 0.031493 -0.047195 -0.03372 0.023745 0.013369 0.025469 -0.012827 -0.017574 0.012518 -0.033092 0.027504 0.033928 -0.031597 -0.042641 -0.010308 0.054588 -0.027639 -0.031573 -0.013304 -0.007204 -0.06581 -0.036236 0.032012 -0.011682 0.015478 -0.033566 -0.002763 -0.038493 0.004453 0.027973 -0.064089 0.009463 0.037714 0.040557 -0.034497 -0.042558 -0.009482 0.035056 -0.032981 0.007904 0.005506 -0.007052 -0.058326 -0.025458 0.024193 0.043019 0.022931 0.003617 0.044737 0.009449 -0.009217 0.044961 -0.033289 -0.009565 -0.00074 0.01487 -0.000295 0.065253 0.045632 -0.028534 0.010865 0.020226 -0.001957 -0.008329 -0.000551 -0.019314 -0.043996 -0.010605 0.017408 0.020034 -0.016415 -0.029177 -0.009783 -0.006439 -0.021815 -0.026829 -0.059591 0.010523 -0.008506 -0.034273 0.03486 0.011948 -0.005602 0.021696 -0.036598 0.009065 0.004462 0.002938 0.044429 -0.020389 0.054016 0.078732 0.020382 0.018624 -0.005289 -0.04058 -0.030004 -0.023335 -0.013676 0.04813 -0.035278 -0.018064 -0.003823 -0.02707 0.048733 -0.0393 -0.046782 -0.021657 -0.049058 -0.035223 0.008767 0.003704 0.030098 -0.003106 0.026123 0.002396 0.014839 -0.007186 0.021623 0.020599 0.053602 -0.07614 0.010239 -0.044657 0.029028 0.023635 -0.017323 -0.015238 0.02409 -0.017987 -0.024891 0.004103 0.006361 -0.071222 0.010555 -0.115288 -0.03065 0.002226 0.035701 -0.000161 0.028292 -0.005108\n্ 0.026671 0.002857 -0.054639 0.016909 0.010411 0.034566 0.001652 -0.006527 -0.016124 -0.032263 0.039425 0.00751 -0.012717 -0.023608 0.036186 -0.002795 0.005262 -0.024935 -0.014057 -0.054351 -0.020152 0.002565 0.009779 0.008661 0.010086 0.019193 -0.011463 -0.016963 -0.01857 -0.037022 0.020838 -0.028977 -0.023325 -0.044122 0.004568 0.016212 -0.037026 0.048496 0.007978 0.029971 -0.031854 0.016278 0.000121 -0.000335 -0.033792 -0.015404 0.03332 -0.00052 -0.00726 0.016061 -0.005891 0.054073 0.030733 -0.03326 0.034959 0.006567 -0.008983 0.025242 -0.011862 0.024718 -0.032437 -0.03186 -0.00774 -0.018232 0.012811 0.030896 0.038422 -0.00405 0.037726 0.015332 -0.05228 0.002277 0.016971 0.023832 -0.045116 0.004053 -0.037539 0.031769 -0.046171 -0.012148 0.013418 0.000589 -0.006502 0.009036 -0.020309 -0.045701 0.002738 -0.009517 -0.024473 -0.00488 -0.012397 0.027422 0.011287 -0.018595 0.02075 -0.000168 -0.00976 -0.035676 0.002642 -0.000574 -0.022372 0.004051 -0.00051 -0.038864 0.010722 0.000908 -0.015096 0.012733 0.03825 -0.007496 0.046562 0.028932 0.024356 -0.023598 0.008435 -0.002868 -0.00374 -0.005098 -0.017712 -0.03745 0.038173 0.006169 0.040774 0.023465 0.032482 0.015001 -0.012201 -0.018031 -0.014573 -0.02607 -0.020012 -0.001084 -0.014956 0.039595 -0.016708 0.010645 -0.032123 0.00691 0.01017 0.050792 0.001014 -0.015622 0.005996 0.025423 -0.043076 -0.056045 0.056061 0.020129 0.004676 -0.045242 -0.0006 0.015589 0.033009 0.026828 0.004766 0.001365 0.014022 -0.019328 0.014927 -0.018381 -0.028706 0.01892 0.018609 0.017685 -0.012099 -0.018653 0.020276 -0.02001 0.018501 0.019515 -0.027 -0.014072 -0.01273 0.038186 -0.026283 -0.029057 -0.007247 -0.003343 -0.040428 -0.024805 0.031672 -0.017393 0.013163 -0.015233 -0.004584 -0.018894 0.007593 0.029946 -0.053655 0.00479 0.018068 0.024494 -0.035406 -0.037023 0.002921 0.036807 -0.01724 0.010141 -0.001159 -0.002301 -0.041626 -0.042071 0.014801 0.033778 0.014946 0.014442 0.022784 -0.013872 -0.003554 0.04198 -0.02528 -0.007651 -0.011344 0.012854 -0.004999 0.075071 0.013226 -0.032028 0.01259 0.002471 -0.008044 0.000559 -0.003654 0.01131 -0.028786 -0.001758 0.005041 0.023347 -0.00787 -0.025162 -0.002133 0.003989 -0.00439 -0.029294 -0.043497 -0.014553 -0.013787 -0.036123 0.028307 0.017427 0.007347 0.028275 -0.021017 0.014722 -0.002206 -0.006678 0.04025 -0.006127 0.035164 0.053062 0.018814 0.002697 0.005894 -0.039704 -0.033837 -0.026858 -0.013632 0.026799 -0.027945 -0.006816 -0.002488 -0.013192 0.036732 -0.03031 -0.037851 -0.016176 -0.027673 -0.022347 0.012387 0.004787 0.019565 0.008079 0.013862 -0.001631 0.013486 0.003571 -0.002888 0.015027 0.056918 -0.054973 -0.007304 -0.016411 0.019295 0.02381 -0.017939 -0.008634 0.020709 -0.009044 -0.02331 -0.01171 0.009815 -0.044366 0.01944 -0.070925 -0.009146 0.004841 0.016195 0.02563 0.017818 0.00432\nϑ 0.019241 -0.003427 -0.047955 0.038749 0.030556 0.050785 0.002399 0.008758 -0.027467 -0.027699 0.054379 0.036694 -0.02423 -0.004402 0.038201 0.002523 0.014574 -0.029197 0.005565 -0.020083 0.002812 0.032054 -0.023187 0.030586 0.000933 0.026932 -0.024489 -0.016651 -0.012792 -0.011889 0.031595 -0.039953 -0.015259 -0.065389 0.033858 0.00698 -0.048766 0.018236 0.018548 0.022828 -0.036268 0.012297 -0.011364 -0.014916 -0.012094 -0.0384 0.016884 0.002582 -0.015716 0.031946 0.017677 0.058977 0.020266 -0.032658 0.035804 -0.008274 0.010465 0.037839 -0.035276 0.030411 -0.013299 -0.034393 -0.02409 -0.020958 0.012006 0.037384 0.038447 -0.011776 0.034905 0.003088 -0.014254 -0.0044 0.024702 0.016118 -0.042766 0.040208 -0.018757 0.036751 -0.006187 -0.006978 0.025812 0.006833 0.005498 0.032823 -0.015129 -0.037052 -0.006429 -0.005473 -0.031884 -0.005972 0.003945 0.029589 0.013105 -0.031302 0.01832 -0.007557 -0.000507 -0.025929 -0.019128 0.007376 -0.022346 0.009395 0.0079 -0.017658 0.02841 0.011369 -0.005495 -0.000322 0.045481 0.004039 0.038416 0.042679 0.02661 -0.004914 0.010643 0.01086 -0.017325 -0.008086 -0.024109 -0.032516 0.005319 0.004381 0.043776 0.014572 0.02124 0.031047 0.006583 -0.028481 -0.007916 -0.008865 -0.012208 -0.008283 -0.021027 0.021707 -0.033022 0.01435 -0.023512 0.015549 0.00136 0.05639 -0.013606 -0.002354 0.03224 0.036975 -0.031836 -0.036709 0.035136 0.004463 -0.000706 -0.059543 0.000899 0.028219 0.012735 0.03033 -0.001227 0.009977 0.005047 -0.0305 0.013629 -0.013801 -0.011204 0.014257 0.00526 0.017587 -0.00822 -0.014652 0.023375 -0.007377 0.024777 0.026935 -0.023956 -0.026037 -0.00258 0.019688 -0.023807 -0.025287 -0.017059 -0.007972 -0.04965 -0.035972 0.031682 -0.027662 0.000355 0.004446 -0.016318 -0.015819 -0.012871 0.01761 -0.062939 -0.048308 0.013487 0.035278 -0.028394 -0.031508 0.012432 0.060835 -0.016683 -0.00588 0.021591 0.008117 -0.048946 -0.033893 -0.00303 0.043529 0.015207 0.030858 0.010915 -0.019262 0.011377 0.036321 -0.051255 0.004419 -0.00436 0.015082 -0.002464 0.073163 -0.010545 -0.02108 0.004189 -0.016688 -0.002333 0.020526 -0.023129 -0.010745 -0.016389 -0.001166 0.013514 0.006844 -0.00836 -0.021003 0.009856 -0.0025 -0.033536 -0.007728 -0.048056 0.015745 -0.026049 -0.047813 0.026193 0.048411 0.005111 0.038636 -0.02066 0.011437 0.018768 -0.033262 0.055924 -0.01227 0.034738 0.052337 0.028981 -0.002595 0.027986 -0.042878 -0.072684 -0.025632 -0.002004 0.010035 -0.020993 -0.03946 0.016639 -0.00647 0.032411 -0.029547 -0.020428 -0.006385 -0.018035 -0.019206 0.012867 -0.03222 0.009613 -0.003707 0.032419 -0.016805 0.001407 0.020081 0.024432 0.042773 0.027989 -0.059626 0.003462 -0.04873 -0.017745 0.029199 -0.046654 0.013171 -0.013023 0.041244 -0.025728 -0.006686 -0.010516 -0.031023 0.010341 -0.047494 -0.019989 0.017881 0.007292 0.003885 0.022051 -0.005543\nɐ -0.000175 0.008489 -0.012712 0.009259 0.014516 0.032917 0.027376 -0.00745 -0.017715 -0.02862 0.048395 0.018674 -0.017198 -0.012809 0.048443 -0.015616 0.001865 -0.019475 0.01197 -0.035453 -0.009526 -0.011898 -0.040044 0.011519 0.002969 -0.003938 -0.021318 -0.013249 -0.006837 -0.043561 0.027023 -0.034597 -0.016228 -0.024161 -0.005622 0.017666 -0.022952 0.040373 0.009028 0.000477 -0.041 0.035394 0.012171 0.01942 -0.002776 -0.009121 0.022438 0.006409 -0.010162 -0.001413 0.002192 0.05985 0.018681 -0.04095 0.037717 0.009963 0.003739 0.030829 -0.012227 0.026246 -0.041104 -0.031428 -0.021036 0.007377 0.002548 0.030768 0.05621 -0.034347 0.018619 0.035904 -0.040885 -0.018363 0.003822 0.027916 -0.030957 -0.00758 -0.008491 0.009373 -0.022751 -0.006059 0.02431 -0.007897 -0.023101 0.023781 -0.018459 -0.064817 0.022333 -0.00213 0.001845 0.019935 -0.000916 0.016121 0.013989 0.003808 0.012011 -0.029362 0.012238 -0.039336 -0.035268 -0.015666 -0.043777 -0.010611 -0.006521 -0.031238 0.012558 -9.2e-05 -0.007843 0.00626 0.007533 -0.00393 0.060217 0.00193 0.020996 0.013157 0.014279 -0.001826 -0.025953 -0.011996 -0.033522 -0.01537 0.031396 -0.008169 0.023867 0.01185 0.019555 -0.011481 0.014949 0.017858 -0.012703 -0.002617 0.020248 0.023488 -0.00133 0.031239 -0.010488 0.008649 -0.028905 0.03282 0.005603 0.04116 0.004046 -0.000524 0.007179 0.0161 -0.016355 -0.055773 0.039629 -0.013098 0.01471 -0.048013 0.034079 0.004991 0.036581 0.039031 0.009122 0.005557 -0.011888 -0.036694 0.027705 -0.008121 -0.028892 0.022246 0.033376 -0.002436 -0.009127 -0.019496 0.025743 -0.018821 0.00851 0.060696 -0.021379 -0.024111 -0.000568 0.01225 0.009549 -0.019915 -0.001886 -0.011626 -0.050208 0.00588 0.044504 -0.002452 0.008523 0.007409 -0.02956 -0.039728 0.000733 0.018797 -0.018 0.01192 0.010274 0.027034 -0.032805 -0.041048 -0.006199 0.036317 -0.033582 0.012964 0.006547 -0.01478 -0.038451 -0.019722 0.026096 0.034505 0.026434 -0.008869 -0.004331 -0.035701 -0.011577 0.018817 -0.015485 0.001272 -0.008258 0.032043 0.009268 0.017031 -0.004344 -0.010326 0.010856 -0.000167 -0.01997 -0.016719 0.014539 0.010937 -0.033837 0.009669 -0.008472 0.00741 0.016794 -0.000439 -0.016119 0.008347 -0.000956 -0.051603 -0.026347 0.008266 -0.019365 -0.006054 0.000246 0.009016 0.01393 0.025571 -0.012683 0.013831 -0.01342 -0.025294 0.018973 0.025731 0.0368 0.034664 0.001804 0.010279 -0.031646 -0.024107 -0.022161 -0.001019 -0.014654 0.011934 -0.024724 0.001062 0.007017 -0.015994 0.01454 -0.024719 -0.007186 -0.011593 -0.039709 0.015411 -0.001708 0.004718 0.004765 -0.000579 0.023457 -0.0029 0.029981 -0.004962 0.017267 0.01472 0.026467 -0.041397 0.002438 0.00284 0.018778 0.024319 0.025444 -0.011288 0.017477 -0.002794 -0.013652 -0.019822 0.003068 -0.028558 -4.6e-05 -0.052441 -0.023348 0.011367 0.002933 -0.002337 -0.006685 -0.041242\nו 0.035825 0.006809 -0.055809 0.026351 0.012896 0.041184 0.00828 -0.002648 -0.021931 -0.03525 0.038017 0.014152 -0.00623 -0.032321 0.036756 -0.007497 0.008857 -0.02723 -0.013716 -0.050562 -0.020079 0.002636 0.005521 0.016026 0.006074 0.023193 -0.005903 -0.010681 -0.017515 -0.029826 0.021704 -0.034071 -0.020883 -0.048801 0.01068 0.015439 -0.043181 0.04289 0.010295 0.026868 -0.034246 0.008907 0.001612 0.002349 -0.03393 -0.031994 0.041782 -0.001066 -0.001683 0.018223 0.008687 0.061204 0.040167 -0.037345 0.04825 0.008681 -0.006378 0.02993 -0.015037 0.030591 -0.032596 -0.031704 -0.009408 -0.017279 0.016593 0.0215 0.044128 -0.01476 0.039769 0.019599 -0.051874 -0.005795 0.026522 0.019071 -0.055296 0.005005 -0.030478 0.026831 -0.029357 -0.019314 0.013799 -0.000734 -0.001325 0.018708 -0.026802 -0.060278 0.002137 -0.005018 -0.022809 -0.005516 -0.010206 0.030166 0.006048 -0.016791 0.014209 -0.009698 0.001325 -0.042202 -0.002038 -0.004265 -0.017526 -0.001018 3.4e-05 -0.035999 0.017086 -0.006938 -0.016023 0.009738 0.038126 -0.003013 0.047781 0.019702 0.024431 -0.019141 0.011163 0.004699 -0.013099 0.003862 -0.015063 -0.049096 0.023583 0.000136 0.046469 0.022786 0.037541 0.012724 -0.014585 -0.018012 -0.017763 -0.020088 -0.020162 0.000331 -0.019395 0.031909 -0.023479 0.018517 -0.030943 0.003498 0.008865 0.050403 -0.00091 -0.011501 0.016782 0.030709 -0.038598 -0.053564 0.051378 0.00625 -0.001831 -0.045694 0.006753 0.013079 0.039098 0.030696 -0.006866 0.007212 -0.002121 -0.025282 0.015446 -0.026221 -0.021048 0.017448 0.026217 0.013581 -0.014054 -0.015181 0.02287 -0.027089 0.023081 0.026957 -0.03304 -0.026484 -0.012408 0.039149 -0.020202 -0.032793 -0.013355 -0.009021 -0.041807 -0.022412 0.040815 -0.009533 0.00867 -0.009244 -0.006847 -0.018723 0.002983 0.022178 -0.0671 0.00302 0.013869 0.029087 -0.039875 -0.045006 0.000701 0.047939 -0.023561 0.015209 -8.4e-05 0.001747 -0.0408 -0.039017 0.018483 0.02804 0.023638 0.018718 0.014774 -0.007843 -0.011682 0.044207 -0.026658 -0.003592 -0.011896 0.017631 -0.001116 0.075793 0.002451 -0.025192 0.006085 -0.00269 -0.008356 0.011503 -0.008862 0.008329 -0.029114 -0.000721 0.00266 0.018932 -0.011551 -0.023228 -0.002316 0.000375 -0.006703 -0.030926 -0.040162 -0.003584 -0.018513 -0.036278 0.034478 0.027624 0.011264 0.030314 -0.02328 0.012382 0.009479 -0.013558 0.043491 -0.007673 0.047041 0.057861 0.031958 0.007889 0.003818 -0.049476 -0.038546 -0.023197 -0.002466 0.022988 -0.02603 -0.015302 0.007963 -0.012448 0.035996 -0.028107 -0.034294 -0.019769 -0.035259 -0.013989 0.008256 -0.002982 0.022094 -0.000952 0.012153 -0.002843 0.015506 0.002825 -0.001049 0.023461 0.048988 -0.055033 -0.005864 -0.021164 0.01648 0.015384 -0.024727 -0.002292 0.023358 -0.011097 -0.022594 -0.020116 0.012837 -0.048529 0.010278 -0.07163 -0.008007 0.007254 0.016522 0.014635 0.027054 0.002591\nє 0.036167 0.011895 -0.043879 0.024217 0.001847 0.030757 0.007471 -0.000292 -0.013806 -0.023871 0.02594 0.017951 -0.009321 -0.015413 0.031797 -0.009185 0.011166 -0.023912 -0.015145 -0.042559 -0.006484 -0.007416 0.002008 0.010213 0.005475 0.009844 -0.002559 -0.014834 -0.007285 -0.024125 0.020444 -0.027399 -0.021338 -0.047963 0.01485 0.007099 -0.040593 0.030769 0.008632 0.02606 -0.031595 0.011199 0.00586 0.003001 -0.018071 -0.022553 0.036227 -0.002589 0.002001 0.016445 0.012017 0.042664 0.030445 -0.029929 0.036669 0.00882 0.000842 0.027763 -0.011769 0.026314 -0.034625 -0.019889 -0.010203 -0.015276 0.004693 0.016411 0.0324 -0.0134 0.036281 0.014435 -0.041681 -0.006565 0.020511 0.017509 -0.042267 0.014799 -0.032188 0.008214 -0.023004 -0.012275 0.017734 0.000679 -0.003246 0.009667 -0.022987 -0.044701 -0.001504 0.004524 -0.008372 -0.002889 -0.012297 0.021324 -4.5e-05 -0.010831 0.021076 0.001572 0.006467 -0.02865 -0.010438 -7.8e-05 -0.022104 -0.00026 -0.001478 -0.031864 0.011409 -0.006215 -0.009947 0.01055 0.035502 -0.007498 0.046879 0.018277 0.021057 -0.017428 0.011283 -0.000612 -0.007173 0.000477 -0.003944 -0.037699 0.022752 0.004849 0.0367 0.013051 0.030794 0.014113 -0.009808 -0.014619 -0.016427 -0.021551 -0.011763 -0.004341 -0.011733 0.025413 -0.021741 0.011716 -0.030007 -0.000835 0.016385 0.046817 -0.002911 -0.01231 0.016897 0.024143 -0.019554 -0.039905 0.034107 -0.001197 0.009636 -0.041951 0.00245 0.008569 0.032477 0.027437 -0.013025 0.002615 -0.000391 -0.02051 0.009382 -0.016433 -0.020869 0.024706 0.014292 0.018182 -0.012814 -0.021305 0.019416 -0.016577 0.018879 0.02529 -0.023378 -0.026198 -0.005428 0.034585 -0.007445 -0.029008 -0.009398 -0.012744 -0.032747 -0.017212 0.027185 -0.015412 0.0153 -0.010413 -0.014381 -0.018861 0.003889 0.022025 -0.052375 0.002987 0.018643 0.030602 -0.030465 -0.035998 0.009932 0.035585 -0.011335 0.020195 0.001201 0.000903 -0.026217 -0.026336 0.017348 0.022859 0.010901 0.009451 0.005193 -0.008651 0.001409 0.029285 -0.023218 -0.000781 -0.008175 0.022418 -0.000189 0.064415 0.000827 -0.010686 0.004204 -0.006005 -0.008431 0.00843 0.000659 0.015006 -0.020971 -0.001197 0.000539 0.01336 -0.00363 -0.024421 -0.009365 0.005596 0.002522 -0.029743 -0.024601 -0.007786 -0.018605 -0.030473 0.025591 0.029568 0.006816 0.023777 -0.018162 0.013673 0.01021 -0.009906 0.040023 0.005109 0.042784 0.051832 0.024465 0.005655 -0.002379 -0.036694 -0.027501 -0.020711 -0.009569 0.016517 -0.019699 -0.002536 -0.000208 -0.010385 0.025461 -0.027816 -0.035551 -0.016527 -0.031079 -0.012277 0.005115 0.002418 0.010586 -0.01555 0.007963 -0.001563 0.0068 0.001505 -0.005643 0.025728 0.047111 -0.044171 -0.008932 -0.013343 0.023211 0.004706 -0.016109 -0.000672 0.02362 -0.007181 -0.012694 -0.014888 0.013036 -0.030767 0.008222 -0.066837 -0.010205 0.002764 0.004239 0.018019 0.022426 0.005769\nç 0.04615 0.003429 -0.060779 0.025415 0.018599 0.037077 0.001383 0.015646 -0.019222 -0.03038 0.024569 0.002651 -0.004413 -0.042203 0.011393 0.007256 0.01295 -0.02855 -0.035018 -0.046194 -0.013864 -0.021571 0.01194 0.037484 0.008208 0.040858 0.008959 -0.00078 -0.024858 -0.040767 0.018431 -0.048394 -0.01613 -0.045079 0.012794 0.024251 -0.054929 0.038969 0.02582 0.026816 -0.024536 0.009333 -0.015787 0.008493 -0.038697 -0.037312 0.035908 -0.010908 -0.004085 0.017178 -0.007155 0.073314 0.037456 -0.041254 0.057804 0.005991 0.00123 0.032254 -0.005939 0.041469 -0.020945 -0.035753 -0.003539 -0.001273 0.00853 0.018893 0.02438 -0.027053 0.045663 0.01504 -0.046688 -0.01807 0.0177 0.027828 -0.061107 0.012536 -0.032899 0.047144 -0.028143 -0.017479 0.021846 -0.006425 -0.002742 0.023072 -0.053193 -0.080672 0.004496 0.007383 -0.031189 0.005128 -0.020996 0.040486 -0.008753 -0.036726 0.011631 -0.016871 0.010757 -0.037406 -0.013556 -0.007906 -0.011396 -0.002024 0.010507 -0.014936 0.015955 -0.00052 -0.012973 0.011045 0.032821 0.004873 0.046186 0.014688 0.02815 0.002905 0.009682 0.004017 -0.015212 -0.006994 -0.014828 -0.042626 0.006926 -0.011341 0.045905 0.004902 0.046134 0.019611 -0.007933 -0.028767 -0.016516 -0.022208 -0.021586 0.001545 -0.026095 0.01595 -0.039244 0.014541 -0.030796 0.000295 0.004534 0.064079 -0.00375 -0.02338 0.02642 0.023142 -0.048196 -0.055452 0.038669 -0.00369 0.01079 -0.049995 0.007328 0.009213 0.031535 0.02923 -0.006445 0.009872 -0.009902 -0.021066 0.016046 -0.03176 -0.007872 0.024079 0.016493 0.018774 -0.012729 -0.015475 0.011398 -0.030839 0.010239 0.038077 -0.047663 -0.03043 -0.013016 0.040462 -0.040405 -0.044945 -0.010422 -0.00203 -0.039698 -0.021103 0.041138 -0.022233 -0.004801 0.001556 -0.002259 -0.016714 -0.002889 0.02288 -0.064453 -0.013281 -0.012208 0.014579 -0.032218 -0.035255 0.012313 0.038856 -0.008721 0.003723 -0.000497 -0.006067 -0.038916 -0.038322 0.016451 0.026366 0.00205 0.028337 0.023183 -0.005488 -0.021675 0.036855 -0.03573 0.018291 -0.017646 0.029532 -0.001707 0.075413 0.008823 -0.019032 -0.01311 0.00916 -0.012028 0.00027 -0.007517 0.005255 -0.018762 -0.017193 -0.009319 0.028338 -0.012157 -0.016968 -0.005829 -0.00794 -0.018605 -0.021264 -0.050288 0.00066 -0.006598 -0.02755 0.037989 0.034943 0.012656 0.036891 -0.025426 0.024543 -0.001066 -0.020131 0.055389 -0.008028 0.026188 0.059196 0.018193 0.001209 0.007448 -0.057584 -0.038588 -0.031473 0.000856 0.023285 -0.016916 -0.015106 0.025013 -0.013239 0.033623 -0.032873 -0.027131 -0.018241 -0.010552 -0.02051 0.012062 0.003513 0.029703 -0.003508 0.003777 -0.012743 0.01035 0.005449 0.001713 0.023737 0.036446 -0.04799 -0.007798 -0.02669 0.012465 0.035124 -0.008005 0.000743 0.017349 0.003082 -0.025953 -0.015985 -0.002378 -0.052955 0.013024 -0.071691 0.003983 0.0105 0.023819 0.009014 0.03981 -0.008151\nժ -0.03936 -0.000308 -0.007466 -0.036301 0.004122 0.013654 -0.02833 0.009625 0.042387 0.001931 0.033117 0.024264 -0.016693 -0.027224 -0.010452 -0.031382 0.061182 0.003181 -0.023809 -0.018312 0.043961 0.01837 -0.007999 -0.009382 0.009058 0.049446 0.000935 -0.021683 0.008921 7.4e-05 -0.002489 -0.036793 -0.037121 -0.014036 -0.014857 0.004776 -0.03421 -0.009531 -0.00031 0.005272 0.004077 0.025949 0.002772 0.030507 0.008523 -0.019909 0.018988 0.018426 0.02405 -0.032451 0.003666 -0.002638 0.034934 -0.015452 -0.034135 -0.002794 0.033553 -0.016973 -0.037317 -0.017984 0.028184 0.034157 -0.003376 0.007954 0.039525 -0.004886 0.006681 0.022402 -0.010725 -0.03255 0.003726 0.009547 0.009728 0.016186 0.005015 -0.011267 0.007262 -0.053637 -0.042113 0.042289 0.004522 -0.062882 0.004851 -0.020747 0.053187 -0.035762 -0.012654 0.004775 -0.005835 0.002586 -0.006653 -0.007074 -0.013281 -0.017335 0.001573 5.4e-05 0.046957 -0.026343 0.019546 -0.005754 0.016664 -0.022204 0.021323 -0.012887 0.007382 -0.000194 -0.006857 -0.015992 -0.007709 -0.014805 0.007127 0.059114 0.021553 -0.010487 -0.003494 -0.019105 0.03524 -0.020892 -0.014846 0.026806 -0.010398 0.007118 -0.013469 -0.004355 -0.001839 0.008869 0.02884 0.038109 0.012765 0.010958 -0.001887 0.000673 0.029136 0.027472 0.018004 -0.061468 0.03978 0.004226 0.007223 -0.002844 0.024811 -0.004269 -0.05953 0.005737 -0.012278 -0.046563 0.008783 -0.016823 -0.013966 -0.015518 0.033216 0.020552 -0.00537 -0.003001 0.0072 0.004848 -0.006617 -0.001329 0.009158 0.009267 -0.016575 0.036286 0.017412 -0.007776 0.006824 -0.008661 -0.018076 0.014355 -0.007238 -0.008054 0.019499 -0.002673 0.029754 -0.009922 0.048952 -0.00467 0.018944 -0.020782 -0.01983 0.017416 0.017642 -0.000337 -0.025665 -0.017437 -0.014811 -0.043409 -0.002953 0.032401 -0.004818 -0.019437 0.037427 0.003976 -0.019134 -0.003084 -0.001735 0.06243 0.01246 0.005715 -0.005359 0.001871 -0.054347 -0.036843 0.035595 0.021154 -0.030109 0.020615 -0.020805 -0.000516 0.012727 -0.012226 0.024492 0.001971 -0.012835 0.010759 -0.016832 -0.029738 0.020185 0.001139 0.024765 0.020369 -0.011962 -0.03916 0.01681 0.009026 -0.015385 -0.036419 0.016022 -0.041581 0.006311 0.014965 -0.016846 0.020902 0.010666 0.03317 0.010888 -0.004231 -0.028193 -0.018925 -0.055704 -0.025055 0.009309 -0.049294 -0.032212 0.018096 0.00889 0.012685 0.004548 0.01123 0.051561 -0.006714 -0.018625 0.02344 -0.01283 0.022174 0.010731 -0.00441 -0.030617 -0.030596 -0.019496 0.0043 0.004224 -0.00531 0.021625 -0.037689 0.015871 0.010489 0.029677 -0.006131 -0.002748 -0.004676 0.03214 -0.024262 -0.028785 -0.036504 -0.019094 -0.0519 0.029952 0.034584 -0.004014 0.002836 0.017698 -0.014871 -0.00109 0.007726 -0.01047 -0.01383 -0.020792 -0.037767 0.001189 -0.045151 0.001461 0.022985 -0.007546 0.027004 -0.017005 0.023974 0.004032 0.005774 -0.033915 -0.013994\nᡬ -0.040702 0.020062 -0.049624 -0.016579 -0.005274 -0.017993 -0.038849 -0.005011 -0.02002 -0.030122 0.024382 0.013674 -0.022954 0.000959 0.001897 0.01984 0.015242 -0.020745 0.014415 -0.017237 -0.015381 -0.024928 0.006076 -0.004128 0.008276 0.022099 -0.001535 -0.002688 -0.009061 -0.01646 -0.018247 -0.007984 5.6e-05 0.046441 -0.015571 0.004665 0.025082 -0.02181 0.020368 0.011009 -0.032873 -0.062835 0.000749 -0.023017 0.014994 -0.029954 0.041484 -0.031495 0.013257 0.047065 -0.017794 -0.033139 0.006615 0.005357 0.020102 -0.01022 -0.031675 0.016699 0.024173 0.004907 -0.026605 -0.008216 0.018641 -0.022446 0.033771 0.004411 -0.00487 -0.027749 -0.010584 0.003772 -0.050885 -0.032512 0.053683 -0.033625 -0.010433 0.041809 -0.02906 -0.043608 -0.005697 -0.01091 -0.009451 0.07096 -0.011371 -0.03728 0.001074 0.018401 -0.034046 -0.056398 0.048937 -0.009582 -0.005052 -0.018623 0.054482 0.046966 0.044436 0.005366 0.016618 -0.035219 0.021411 5.4e-05 -0.00954 -0.001685 -0.003632 -0.010453 0.02832 -0.001096 -0.009771 -0.03788 0.011279 -0.009098 -0.009295 0.003357 -0.012171 0.003625 0.011965 -0.039732 0.035215 0.019887 -0.00368 -0.035309 0.018502 -0.035217 -0.023851 0.049524 0.033352 -0.010526 -0.010312 -0.014838 0.018952 -0.007492 0.010218 -0.007388 0.019176 -0.022046 -0.018874 0.007166 -0.006351 -0.000956 -0.007744 0.014544 0.027212 0.040489 -0.008324 0.032262 0.053724 -0.023652 -0.027961 -0.024741 -0.02328 -0.005135 0.013509 -0.016673 -0.007836 0.021601 -0.011261 0.008023 0.005847 0.035721 -0.005643 -0.000662 -0.014885 -0.040164 0.01127 -0.008089 0.02653 -0.017239 0.017733 0.007959 0.03023 0.018526 -0.034163 -0.059083 0.001097 0.013112 -0.007524 -0.01682 0.013048 0.004623 0.016042 0.018723 -0.025108 0.016472 0.03524 -0.033556 -0.007353 0.012458 -0.032351 0.027245 0.025792 -0.037968 -0.009016 -0.019707 0.000301 -0.032303 -0.001304 0.003075 -0.03332 0.014464 0.014457 -0.001967 -0.044209 0.044248 0.025889 0.048466 -0.02425 0.007279 0.006823 -0.009784 -0.023119 -0.009062 0.004411 -0.022551 0.025141 0.014446 0.003886 0.021267 0.009914 -0.000445 -0.00406 0.047421 0.015773 0.021448 0.006889 0.007111 0.006472 -0.002016 0.009216 -0.005072 0.021657 0.018221 0.007184 -0.036964 -0.054168 0.039014 -0.026978 -0.012548 -0.020969 -0.035332 0.024541 -0.001166 -0.024588 0.002734 0.019114 0.00159 0.003568 -0.017686 0.035616 -0.048936 0.021427 0.02118 0.017559 0.033292 -0.01133 -0.016982 0.001241 -0.002833 -0.01151 -0.005417 0.013787 -0.037617 -0.027632 0.042832 0.006624 0.028812 0.008052 -0.007182 0.020445 -0.027415 0.020782 0.009413 -0.024557 0.016946 0.031498 -0.023323 -0.017458 -0.006087 -0.012255 -0.003876 0.015684 0.007177 -0.016965 -0.026204 -0.020609 0.013365 -0.003458 0.000336 0.016119 -0.003187 -0.035997 -0.018531 -0.006115 -0.022384 0.021412 -0.038126 0.016212 0.025121 -0.006105 -0.011277 -0.030863 0.001117\nተ 0.014302 0.014742 -0.046017 -0.002575 -0.005201 0.038385 0.003457 -0.006431 -0.021158 -0.034475 0.014053 0.008053 0.016535 -0.004814 0.02473 0.00062 0.019874 0.00537 -0.012698 -0.027427 -0.007068 0.020311 0.002957 0.006884 0.002815 0.030104 -0.005731 -0.003234 -0.00121 -0.026408 0.013832 -0.021683 -0.024341 -0.002977 0.006987 9.1e-05 -0.024434 0.034057 -0.013556 0.005764 -0.021673 -0.005383 0.000289 0.011212 -0.001709 -0.011528 0.009243 -0.016662 -0.021382 0.006524 -0.004704 0.019742 -0.00067 0.000839 0.013684 0.023052 -0.018724 -0.006846 -0.004183 0.019889 -0.012825 -0.009226 0.021014 -0.003937 0.035484 0.034598 0.017577 0.013045 0.011398 0.011339 -0.005946 0.019837 0.020563 0.00616 -0.021818 -0.000392 -0.033456 0.023274 -0.020812 0.006349 0.00729 -0.016662 0.017202 0.010005 -0.020457 -0.021417 -0.001131 -0.01171 -0.003722 0.01453 -0.015868 0.014031 -0.004203 -0.005995 0.013694 -0.015776 -0.0072 -0.030404 0.005638 -0.016019 -0.006865 0.023868 -0.00393 -0.003689 -0.00399 -0.01428 -0.019105 0.002288 0.019717 -0.003332 0.028872 0.016559 0.024634 -0.025106 -0.001537 0.007254 -0.030146 -0.012661 -0.003955 -0.028313 0.027388 -0.000175 0.020759 0.001986 0.013297 -0.011595 -0.0089 -0.004975 -0.024634 -0.008391 -0.017149 -0.017056 -0.009572 0.023448 -0.019678 0.000506 -0.018015 -0.003038 0.013307 0.020549 -0.014209 0.005337 0.002964 0.02136 -0.01761 -0.019516 0.036099 0.008574 0.009672 -0.018081 0.00387 0.011494 0.025393 0.017414 -0.003587 -0.01372 0.004378 -0.016196 -0.003287 -0.019224 -0.011921 0.019934 0.002721 0.006928 -0.014605 -0.004876 -0.003593 0.002711 0.02359 -0.009752 -0.032224 0.006407 -0.003636 0.014181 -0.007708 -0.009545 -0.023169 -0.0258 -0.034625 -0.000997 0.026428 -0.004433 0.001847 -0.008602 0.004157 -0.016276 0.020188 0.010222 -0.03225 0.015016 -0.000739 0.019232 -0.028999 -0.013063 0.000663 0.038357 -0.018946 0.007582 0.006396 0.015394 -0.006279 -0.020469 0.021777 0.024819 -0.007806 0.024464 0.009558 -0.023795 -0.022918 0.035379 -0.019128 -0.017095 0.021414 -0.003801 0.003595 0.048361 -0.000723 -0.014663 0.007641 0.008076 -0.011034 0.018488 -0.010766 -0.013793 -0.020358 -0.006704 0.011845 0.004472 -0.016971 -0.015963 -0.004516 -0.000964 -0.018059 -0.014907 -0.03788 -0.006152 -0.010399 -0.019252 -0.00135 0.014499 0.011379 0.019735 -0.017757 0.003278 0.002931 0.005302 0.04556 -0.001884 0.012229 0.041277 0.020887 0.005333 -0.003945 -0.02197 -0.028125 -0.006128 0.007607 0.035232 -0.011574 -0.008881 0.016583 -0.00576 0.027546 -0.031011 -0.016118 -0.013042 -0.011301 -0.005963 0.009806 0.001372 0.013301 0.003299 -3.7e-05 -0.022354 0.005917 0.000888 0.014965 0.023075 0.024203 -0.035818 0.006458 -0.019593 0.006798 0.003513 -0.022176 0.001487 -0.006445 -0.003423 -0.019888 -0.002816 -0.002984 -0.026863 0.015876 -0.027206 -0.009804 0.001873 0.021005 0.020007 0.01078 -0.002607\n| 0.1464 0.121334 0.011584 -0.054602 0.215995 0.018722 0.110666 -0.055526 -0.0833 -0.205399 0.077167 0.097894 -0.079453 0.060817 0.026994 -0.103631 0.082875 -0.023998 0.094441 -0.131676 0.238546 0.000995 -0.163531 -0.034031 -0.096553 -0.070241 -0.023825 0.092369 0.030692 0.012411 0.0413 -0.047544 0.078518 -0.045894 -0.07603 -0.012842 0.106466 0.116485 -0.049315 -0.037694 -0.015304 -0.010073 0.212249 0.19774 0.127931 0.12859 0.200915 0.037001 0.109346 -0.077485 -0.087666 0.150982 0.012721 -0.078512 0.00582 0.100325 0.067555 -0.056428 0.007066 -0.152207 -0.051132 0.082631 -0.020163 0.087817 0.04702 -0.147885 0.165976 -0.028509 -0.040145 0.117797 -0.008816 -0.044683 -0.085303 0.183878 0.064906 -0.002801 -0.066813 0.041208 0.254147 -0.050847 -0.093591 -0.225196 -0.077407 -0.131164 0.063618 -0.035604 0.070812 -0.083578 0.044299 0.046295 -0.058626 -0.003822 0.126937 0.133641 0.195338 -0.129695 0.051032 -0.197894 -0.114331 0.047248 -0.153298 -0.190658 -0.019622 -0.23172 0.051128 0.033338 -0.138547 -0.118178 -0.220114 0.028924 0.136334 -0.141106 -0.000702 -0.020393 -0.031905 -0.013636 0.010784 -0.050693 0.011118 0.010861 0.050437 0.139304 -0.029755 0.257533 -0.027432 -0.101452 0.085351 0.182212 0.085188 -0.034709 0.231931 0.075379 -0.006522 0.004597 -0.010011 0.007716 0.136207 0.008676 0.054043 -0.179946 0.014088 -0.123016 -0.092814 0.16458 0.111836 -0.072382 0.154545 -0.065601 0.063164 0.064601 -0.094951 0.099977 -0.062244 0.119327 -0.221352 0.018566 -0.035572 0.046884 0.039078 0.0644 0.052924 0.222388 0.053249 -0.08482 0.060584 0.031106 0.019781 0.052711 0.050306 0.168992 0.101156 -0.13212 -0.038748 0.046264 0.098006 0.09636 0.158558 0.00081 -0.043043 0.124649 -0.034554 0.186806 -0.000744 -0.029689 -0.172286 -0.103298 -0.121059 -0.119078 0.062276 -0.019577 0.118267 -0.018189 0.010867 0.039939 0.055558 0.039536 -0.061058 0.213267 -0.047179 0.024098 -0.107475 0.106886 -0.031077 0.104974 0.051121 -0.025966 -0.083106 0.019496 0.079586 -0.132099 -0.023815 0.236802 -0.091129 -0.162357 0.055697 -0.032214 -0.188988 0.01648 0.110306 -0.184593 0.053534 -0.034962 0.14232 -0.030474 -0.034292 0.004944 -0.131288 -0.105248 0.007372 -0.110536 -0.016771 -0.112479 -0.253061 0.07607 0.144984 0.054008 -0.033188 0.000347 -0.110004 0.113827 0.136261 0.00373 -0.055035 0.070826 0.008036 0.010067 -0.072916 0.057622 0.146178 0.127901 -0.046362 0.222671 -0.172165 0.256304 0.068871 0.073298 -0.012163 -0.081858 -0.201058 0.168144 0.168126 -0.005259 -0.22523 -0.037637 0.128475 -0.065346 -0.017504 -0.062573 -0.075989 -0.101356 -0.160931 0.094242 0.120291 -0.124341 0.035771 -0.148922 0.17982 -0.027671 0.094016 0.097193 0.040905 0.115022 0.116491 0.05208 -0.000319 -0.106318 0.061538 -0.000601 -0.107803 -0.186593 -0.000999 5.7e-05 -0.025092 -0.032025 -0.069079 0.048939 -0.058638 -0.241054 0.0292 -0.103557\n̑ 0.025033 0.0231 -0.05263 0.038629 -0.004068 0.028173 0.015019 0.01267 -0.034431 -0.049899 0.048894 0.009105 0.014252 -0.069262 0.06042 -0.011885 0.002635 -0.027092 -0.026758 -0.047472 -0.013029 -0.008063 -0.017457 -0.000852 -0.015884 0.037015 0.019362 -0.012604 -0.016658 -0.024126 0.01157 -0.019907 -0.031878 -0.069651 0.021696 0.011793 -0.05097 0.052171 0.020528 -0.00206 -0.021636 -0.022345 -0.025652 0.021622 0.002894 -0.047967 0.034178 -0.00514 0.002827 0.039665 -0.002256 0.063997 0.055175 -0.044795 0.036519 -0.001292 -0.014511 0.025919 -0.000841 0.027329 -0.014591 -0.026333 -0.009868 -0.009566 0.028243 0.030525 0.036583 -0.04047 0.045958 0.006365 -0.053359 -0.019695 0.02968 0.008338 -0.052169 -0.030205 -0.038355 0.024768 -0.039433 -0.013622 0.008252 0.013509 0.003093 0.023805 -0.019264 -0.077583 -0.01736 -0.020188 -0.013221 0.005485 -0.027147 0.027744 0.031888 -0.014885 -0.005262 0.009457 0.006829 -0.079933 0.000842 -0.010934 0.003282 -0.014943 -0.019431 -0.028493 0.011085 -0.001093 -0.023043 0.013193 0.034309 0.009836 0.03612 0.034214 0.044092 -0.005052 0.018211 0.008963 -0.042195 0.018584 -0.027854 -0.055386 0.014988 -0.00588 0.057519 0.029587 0.018934 0.005146 -0.029477 -0.003316 -0.01607 0.015515 -0.050066 0.02577 -0.022441 0.027617 -0.017013 0.023027 -0.021424 0.0099 0.025497 0.07515 -0.000593 -0.010466 0.007737 0.002545 -0.059171 -0.076426 0.044918 0.023212 0.014376 -0.074565 0.04225 -0.004197 0.018971 0.038725 -0.022849 0.022449 0.037355 -0.034282 0.009091 -0.041 0.003336 0.033388 0.019323 0.013029 -0.022872 -0.015451 0.029757 -0.038482 0.023269 0.04037 -0.052566 -0.030986 -0.030879 0.029189 -0.017031 -0.03815 -0.027241 -0.015395 -0.021272 -0.013116 0.058736 -0.015803 -0.011502 -0.013371 0.016452 -0.008383 -0.024943 0.017387 -0.070555 -0.003303 -0.00652 0.040075 -0.036222 -0.070943 -0.01138 0.049245 -0.019416 -0.002654 -0.004643 0.007899 -0.041249 -0.065988 0.015846 0.043047 0.021288 0.018707 0.014215 0.002183 0.000882 0.034735 -0.032693 0.015235 -0.000813 0.042355 0.015465 0.076827 0.004862 -0.022769 0.006766 0.026204 -0.011054 -0.008934 0.030392 0.008087 -0.025452 0.012052 0.00891 0.040611 -0.015918 -0.006167 0.012685 0.010207 0.00607 -0.031088 -0.035015 0.007653 -0.020195 -0.02369 0.044911 0.050294 -0.011293 0.020835 -0.001712 0.013888 0.010181 -0.01287 0.075218 -0.006018 0.059718 0.074981 0.042124 0.027612 0.025786 -0.078324 -0.035468 -0.036491 -0.004431 0.015429 -0.005748 -0.028001 0.008439 0.014297 0.046246 -0.003025 -0.047908 -0.008711 -0.031991 -0.006163 0.025073 0.029731 0.036925 -0.018978 0.016296 -0.011368 0.012388 0.015355 0.006664 0.03438 0.04805 -0.052117 -0.002905 -0.021408 0.010377 -0.000705 -0.036248 -0.012491 0.023902 -0.015699 -0.038455 0.003682 0.030549 -0.048984 0.021054 -0.073357 0.002897 0.017339 0.024426 0.01548 0.060793 0.00147\nʐ -0.008295 0.004195 -0.013126 0.005604 0.009353 0.030761 0.03769 0.002741 -0.016573 -0.021422 0.037495 0.029778 -0.021785 -0.005316 0.048575 -0.017593 0.014237 -0.033352 0.005855 -0.034739 -0.00195 -0.017062 -0.050848 0.003652 0.013385 -0.012896 -0.017289 -0.016622 -0.002183 -0.045623 0.039242 -0.027435 -0.027242 -0.033113 -0.017181 0.02848 -0.015058 0.048812 0.026744 -0.000355 -0.042144 0.040896 0.00921 0.031982 0.009679 -0.008894 0.020762 0.010248 -0.006459 -0.012297 0.010123 0.065461 0.016567 -0.036669 0.037009 0.013779 0.017129 0.040242 -0.001401 0.032453 -0.051565 -0.030465 -0.038863 0.013199 -0.004371 0.033734 0.070839 -0.04894 0.025168 0.040581 -0.043059 -0.019297 0.000321 0.037132 -0.030988 -0.017336 -0.017978 0.005744 -0.01818 -0.001048 0.040135 -0.002107 -0.033209 0.018731 -0.02707 -0.09343 0.025797 -0.004079 0.017966 0.031514 -0.004654 0.015782 0.013227 0.0021 0.000702 -0.048955 0.024944 -0.041559 -0.044616 -0.01065 -0.059132 -0.010015 -0.013822 -0.035035 0.019674 -0.005494 -0.001455 0.001036 0.009353 -0.008698 0.069267 -0.003059 0.02219 0.014354 0.028215 -0.003037 -0.033854 -0.023076 -0.030185 -0.011986 0.048683 -0.013854 0.018458 -0.005577 0.010624 -0.010698 0.016971 0.023795 -0.012701 -0.007979 0.029678 0.034421 -0.007279 0.039881 -0.002187 0.010198 -0.019712 0.039868 0.005161 0.043278 -0.009512 0.007371 0.010902 0.011707 0.000573 -0.045639 0.040513 -0.031598 0.023541 -0.061103 0.045092 0.006388 0.037843 0.031703 0.017991 0.010862 -0.025338 -0.047582 0.031188 -0.000223 -0.033738 0.023994 0.036992 -0.012195 -0.017053 -0.023825 0.031934 -0.017609 0.007466 0.080572 -0.026629 -0.027038 -0.004021 0.006358 0.020137 -0.014636 -0.001477 -0.021501 -0.064707 0.020739 0.050648 0.002028 0.011258 0.008244 -0.051827 -0.025999 0.006251 0.019352 -0.008903 0.003385 0.007959 0.039765 -0.036432 -0.046366 0.00082 0.037203 -0.041499 0.015861 0.011724 -0.00449 -0.033819 -0.01234 0.029755 0.034015 0.028503 -0.024089 -0.013207 -0.048099 -0.011961 0.019786 -0.022688 0.004364 -0.004538 0.047225 0.00542 0.015621 0.00052 0.006553 0.012723 -0.000153 -0.028723 -0.030613 0.022379 0.028247 -0.04282 0.024776 -0.014774 -0.000276 0.018556 -0.015163 -0.021401 0.006951 0.006059 -0.067539 -0.014534 0.010588 -0.027412 0.000377 -0.001988 0.001018 0.025863 0.031343 -0.008379 0.027433 -0.006218 -0.041177 0.026464 0.043964 0.039774 0.044351 0.00738 0.003716 -0.038081 -0.023269 -0.015316 -0.01027 -0.026032 -0.004816 -0.043673 0.019673 0.0139 -0.011231 0.004749 -0.018371 -0.025344 -0.007618 -0.041765 0.02198 -0.010337 0.00625 -0.001955 -0.008756 0.030992 -0.002091 0.034067 -0.000377 0.014431 0.02295 0.022991 -0.033772 -0.003081 0.016996 0.01516 0.011381 0.025086 -0.012005 0.026336 0.000113 -0.009479 -0.023381 -0.002288 -0.013845 -0.000326 -0.046214 -0.027568 -0.002539 0.002476 0.003566 -0.007481 -0.047926\nƒ 0.465315 -0.720299 -0.258592 0.066503 -0.58759 0.429993 0.115819 -0.460605 -0.434933 -0.412085 -0.325936 0.402609 -0.512232 0.187953 0.333379 -0.098697 0.527425 -0.206278 -0.670877 -0.071395 0.313399 0.298292 -0.050383 -0.000774 0.616008 -0.544431 -0.068363 0.271296 0.495119 0.682843 0.147146 -0.568568 -0.322054 -0.171607 -0.01581 -0.03777 -0.840629 -0.028454 0.189982 -0.155915 -0.464916 0.121271 -0.391784 0.278073 -0.028474 -0.238597 0.13972 -0.389995 0.434193 0.262061 0.695679 0.003954 -0.152855 0.296292 0.164202 -0.552768 0.486764 0.355417 0.316997 -0.125307 0.075855 0.307985 -0.78031 -0.503179 0.157479 0.116191 0.574829 -0.303298 -0.018128 -0.29277 -0.298321 -0.266245 -0.286914 0.701651 -0.128684 -0.324124 -0.547235 0.379193 0.176763 0.446729 -0.552368 -0.077743 -0.221865 0.311186 0.06886 -0.284258 -0.137061 0.524966 0.648461 0.201937 0.273984 -0.050237 -0.296471 0.180394 -0.17033 -0.190247 0.257616 0.027478 -0.598841 0.1389 -0.172323 0.062858 -0.264502 -0.480004 0.631085 0.587493 0.353413 0.33338 0.324988 0.039143 0.403328 0.209004 0.54298 -0.087681 0.177031 0.295298 0.004448 0.110776 0.095196 -0.007613 0.508216 -0.80413 0.42603 0.142518 -0.073065 -0.305854 0.12599 0.515764 -0.224166 -0.140038 0.340151 0.167774 -0.346903 0.006898 -0.236518 -0.37594 0.173596 0.219864 0.04297 -0.585427 -0.054225 0.302052 0.488159 0.517763 0.029338 -0.424562 0.119431 0.395384 0.388493 0.159673 -0.1219 0.101152 0.190322 0.121756 0.136754 -0.17357 0.007301 0.070699 0.753822 0.673104 -0.003718 -0.058246 -0.155489 0.077401 0.011528 0.089834 0.646467 -0.023663 0.30818 0.104368 0.159358 0.316405 -0.239856 0.362094 0.770448 -0.417946 0.014763 0.489757 0.058121 -0.009417 0.19767 -0.286206 0.218062 0.227681 -0.462174 0.41465 -0.30003 0.223612 -0.74665 -0.719476 0.584572 0.856084 -0.20747 -0.520306 -0.763906 -0.945394 -0.026479 0.1224 0.229368 0.009931 -0.547402 -0.011992 -0.098476 0.593918 -0.130822 0.213829 0.446215 0.009571 0.458515 0.15893 -0.522514 -0.800315 0.340248 0.198938 0.51577 0.154916 0.144466 -0.04324 -0.147571 0.164994 -0.214688 0.614652 0.762029 -0.502489 -0.256292 -0.173348 -0.108075 -0.242743 -0.982464 -0.100488 -0.283916 -0.127517 -0.402417 0.115801 0.065893 0.636506 -0.208956 -0.186773 -0.582499 0.637428 -0.183416 0.307757 -0.087273 -0.177712 0.926391 0.387317 0.691184 0.334899 -0.099891 0.42909 -0.352179 0.270484 0.407873 0.479554 -0.435876 -0.418938 0.524545 -0.322566 -0.526485 0.04809 0.274052 -0.23518 -0.090452 0.659429 0.001967 0.47119 -0.229069 -0.264161 0.478593 0.210709 0.213693 -0.08855 -0.237699 -0.288269 -0.600385 -0.41693 0.896167 0.540551 0.305292 0.088511 -0.407953 -0.492515 0.163312 0.185658 -0.158986 0.277679 -0.505831 0.307879 -0.302486 -0.550171 -0.120038 -0.288339 0.667563 -0.49098 0.518591 -0.004116 0.203719 -0.066154 -0.130955 -0.29977\nማ 0.03745 0.003326 -0.06627 0.034162 0.024094 0.062119 0.008528 0.016256 -0.036347 -0.043462 0.033056 0.021758 0.00355 -0.033889 0.04112 0.002564 0.004318 -0.043488 -0.01233 -0.040887 -0.009866 0.005874 0.007084 -0.005552 0.000546 0.040476 -0.015538 -0.008687 -0.02154 -0.033259 0.026905 -0.045613 -0.037746 -0.056413 0.018284 0.011285 -0.068151 0.052304 0.01139 0.030217 -0.028935 -0.002675 -0.000446 0.014159 -0.029801 -0.027527 0.042404 -0.013582 -0.015122 0.041629 0.019325 0.077911 0.037229 -0.047749 0.066229 0.00712 -0.003409 0.032938 -0.014444 0.045525 -0.030414 -0.045472 -0.006364 -0.024175 0.021206 0.034197 0.054294 -0.004945 0.040503 0.023709 -0.05133 -0.006296 0.023835 0.012853 -0.060581 0.021567 -0.047504 0.031809 -0.045432 -0.003514 0.011269 -0.00712 -0.009134 0.03103 -0.029663 -0.079698 -0.003967 0.009927 -0.020853 -0.005449 -0.019706 0.030783 -0.003251 -0.017995 0.016672 -0.013646 -0.009662 -0.054303 0.016509 -0.013005 -0.017672 0.016056 0.004618 -0.044889 0.006507 -0.003366 -0.014729 0.016818 0.041189 -0.015662 0.055198 0.031876 0.03284 -0.0185 0.024072 0.008012 -0.020328 0.000891 -0.018412 -0.042055 0.039028 -0.012337 0.057068 0.030814 0.046769 0.013426 -0.017053 -0.024233 -0.026905 -0.024778 -0.032842 -0.005507 -0.013796 0.035211 -0.032299 0.016352 -0.029536 0.012073 0.017662 0.063985 -0.015441 -0.020303 0.000227 0.035855 -0.053188 -0.063718 0.0568 -0.017922 -0.008337 -0.04687 -0.000323 0.01872 0.043515 0.056978 -0.004381 0.004044 -0.000645 -0.021074 0.037234 -0.029872 -0.018173 0.035146 0.016927 0.00605 -0.017795 -0.024423 0.018072 -0.025069 0.032662 0.021586 -0.039267 -0.012208 0.0018 0.057678 -0.025994 -0.034665 -0.015223 -0.002499 -0.056106 -0.031677 0.045176 -0.015634 0.012491 -0.008424 -0.001087 -0.03911 0.011836 0.025881 -0.086009 0.013242 0.003236 0.034152 -0.040331 -0.049277 0.006348 0.058031 -0.032507 0.008902 0.013135 -0.002701 -0.045462 -0.030567 0.025637 0.037138 0.011752 0.022053 0.025969 -0.016383 -0.022014 0.063446 -0.036623 -0.013528 -0.000311 0.024628 -0.00955 0.107707 -0.006817 -0.031841 -0.001272 -0.008246 -0.023559 0.005607 0.000893 0.004233 -0.040376 -0.000248 -0.004426 0.012854 -0.038532 -0.033598 0.000397 0.005561 -0.013054 -0.021653 -0.059811 -0.020504 -0.04201 -0.025433 0.030474 0.046795 0.007204 0.044512 -0.024426 0.030539 0.002602 -0.027048 0.046177 -0.006381 0.042463 0.068397 0.055308 0.002252 -0.00272 -0.051424 -0.05089 -0.028856 0.003506 0.041462 -0.028747 -0.018413 0.011156 -0.016449 0.035154 -0.040151 -0.053999 -0.0216 -0.036051 -0.026791 0.004958 -0.013821 0.0326 -0.005012 0.007805 -0.007358 0.007561 0.02296 -0.00169 0.036162 0.057341 -0.077257 -0.016922 -0.030687 0.021187 0.022521 -0.053827 -0.005096 0.025048 -0.013796 -0.021132 -0.024639 0.014053 -0.049411 0.027726 -0.090299 -0.011991 0.001307 0.029367 0.030482 0.036673 0.006913\nᐟ 0.031751 0.002127 -0.003905 0.005398 0.006416 0.00771 0.022786 0.015786 -0.019085 -0.01682 0.006702 0.032921 -0.003257 -0.012793 0.042353 -0.026128 0.004901 -0.00947 0.032194 -0.012207 -0.004001 -0.008765 0.001821 -0.012016 -0.010585 -0.007198 0.003695 -0.016896 -0.002139 -0.020339 0.018486 -0.009513 -0.016191 -0.017401 0.015319 -0.014247 -0.042935 0.022304 0.004732 0.028001 -0.017228 -0.013497 -0.016977 -0.016076 -0.01621 -0.021422 0.028365 0.008025 -0.004904 0.024656 0.01145 0.026436 0.011842 -0.028618 0.034145 0.011784 -0.010323 0.018157 -0.014295 0.046809 -0.025072 -0.016688 0.011651 -0.013423 0.0147 0.001172 0.016975 -0.021249 0.027181 0.005238 0.012581 -0.014871 -0.00777 0.00217 -0.012514 0.037886 -0.020859 0.012069 -0.008053 -0.013341 0.009233 0.007241 0.004815 0.012858 0.000918 -0.019397 0.00941 -0.014691 0.008975 -0.004791 -0.011962 0.031839 0.005594 -0.015583 0.012905 -0.005711 -0.007396 -0.024045 -0.000952 0.010463 0.002973 -0.001012 0.007723 -0.024813 -0.005627 -0.004179 -0.001814 -0.002844 0.009298 0.013392 0.024964 0.019215 0.020358 -0.022868 0.007067 -0.005721 -0.022185 -0.007474 -0.009284 0.003677 -0.004502 0.020366 0.050951 0.015351 0.004097 0.02874 -0.007762 -0.009792 0.000649 -0.028631 -0.021103 0.005187 0.004107 0.019085 -0.011494 0.009022 -0.039869 0.008406 0.032233 0.027129 0.002444 -0.025112 0.009267 0.017831 -0.006993 -0.041977 0.007612 -0.027469 0.020373 -0.027318 0.008361 0.007631 -0.014754 0.041501 -0.010949 0.006395 0.006221 -0.01822 0.000759 -0.020561 0.008586 0.013872 0.020888 0.014565 0.00046 -0.026626 -0.002551 -0.012393 -0.007303 0.029486 0.004808 -0.021913 0.005866 0.012555 -0.017427 -0.028986 -0.013843 0.007823 -0.024936 0.005881 0.005774 -0.006613 -0.008785 -0.019234 0.005245 0.017582 -0.005312 0.012832 -0.016622 -0.002893 -0.005777 -9.4e-05 -0.011035 -0.01977 0.0224 0.028231 -0.017204 0.035105 0.009456 -0.020689 -0.014343 -0.020698 0.021665 0.028231 -0.022684 0.004265 -0.005182 0.02257 -0.027086 -0.001168 0.000983 -0.007683 -0.032725 -0.002924 -0.003246 0.053583 -0.000823 0.031664 -0.007872 0.00286 0.002506 -0.018345 -0.0117 0.00229 -0.017429 -0.014306 -0.008638 -0.000363 0.01211 -0.022253 0.002814 0.010711 -0.009203 0.008449 -0.03556 0.006206 0.016275 -0.017988 0.024645 0.000158 0.007122 0.021806 -0.007935 -0.007549 -0.023918 -0.025653 0.02966 -0.011483 0.029046 0.034151 0.048684 0.009465 0.000803 -0.017072 -0.013388 -0.010433 0.016775 0.025641 -0.005747 0.002421 -0.014544 -0.002299 0.04602 -3.5e-05 -0.020619 -0.007765 -0.010656 -0.013467 0.00247 0.013768 -0.001036 0.017326 0.017828 0.010274 0.017223 0.005422 -0.009155 0.015738 0.031455 -0.030321 0.003837 0.00742 0.014027 0.001154 -0.032912 0.00581 0.01927 0.01422 -0.00044 0.021587 0.026373 -0.007818 0.011674 -0.038616 0.004927 0.000381 0.025894 -0.000357 0.01294 -0.024906\nଡ 0.016807 -0.013021 -0.024535 0.041934 0.001498 0.034639 0.002443 0.011471 0.011466 -0.026822 0.011496 0.034952 0.000959 -0.008045 0.024362 0.009194 0.022291 -0.024918 0.010899 -0.031107 -0.001985 0.008329 -0.016725 0.045247 -0.003032 0.019022 -0.071387 -0.036263 -0.025151 -0.022092 0.022926 -0.019 -0.026525 -0.025711 0.01068 -0.011997 -0.045345 0.038336 -0.007429 0.013519 0.004195 0.021394 -0.00909 -0.001692 -0.042967 0.000307 0.026576 0.004137 -0.003367 0.009569 0.000195 0.055909 0.038064 -0.039962 0.030187 0.003385 -0.006177 0.024258 0.015372 0.002337 -0.019834 -0.051879 0.034886 -0.015543 -0.005949 -0.012662 0.011929 -0.010201 0.036304 0.035818 -0.020199 -0.006835 0.012297 0.000641 -0.02979 -0.013854 -0.023967 0.038123 -0.055345 0.007195 0.000695 0.005395 -0.022717 -0.009659 -0.050451 -0.06761 0.02555 -0.005313 -0.015738 -0.000736 -0.044648 0.028297 -0.000111 -0.005426 0.015376 0.00268 0.012585 -0.039359 0.029481 -0.001135 -0.022405 0.034991 -0.010265 -0.009279 0.003037 -0.029394 0.001773 0.001315 0.04441 0.006973 0.022045 0.019859 0.042485 -0.0164 0.00706 0.029457 0.009728 -0.000783 -0.001365 -0.03727 0.020097 0.007233 0.039109 0.003761 0.034309 0.025587 -0.015059 -0.024895 0.005053 -0.034935 0.021936 0.023018 -0.0133 0.029162 -0.027192 0.018505 -0.046776 0.038083 -0.01564 0.039908 -0.010123 0.016281 0.006778 0.034276 -0.036406 -0.084162 0.047698 0.015551 0.008264 -0.068072 -0.006864 -0.003608 0.053391 0.016078 0.020005 -0.013732 0.023124 -0.033022 0.031989 -0.000626 -0.036077 0.011097 0.017979 0.032294 -0.024715 -0.008181 0.013189 -0.010542 0.023295 0.019423 -0.018943 -0.013627 -0.034202 0.014869 -0.020348 -0.072438 0.005019 -0.035099 -0.037891 0.002585 0.007229 -0.0096 -0.011684 0.021693 0.015343 -0.017143 0.010495 0.008437 -0.026046 0.002017 0.028387 0.000315 -0.046994 -0.050973 -0.008844 0.024186 -0.009582 0.002535 0.001289 -0.014143 -0.036422 -0.049195 0.017609 0.049204 0.023454 0.047909 0.017558 -0.00584 0.013512 0.058301 -0.036346 0.001659 -0.033802 -0.023201 -0.030574 0.088903 0.034024 -0.014558 0.02008 0.006522 -0.018595 -0.024557 -0.015423 0.005599 -0.038159 -0.008499 0.003753 -0.005604 0.022018 -0.045516 -0.007253 0.03077 -0.00453 -0.026221 -0.01456 -0.02196 -0.016151 -0.021447 0.028857 0.006394 0.025119 0.026151 0.002378 0.017505 0.010432 0.008872 0.040417 -0.023385 0.033475 0.060944 -0.002971 -0.029342 -0.01575 -0.046579 -0.042195 0.001616 -0.016093 0.017002 -0.048861 -0.018443 0.000433 -0.008285 0.032263 -0.022212 -0.022907 -0.00364 -0.012479 -0.02729 0.035065 -0.008318 0.016271 0.026386 0.00298 0.010149 0.005896 0.031145 -0.042283 0.007843 0.044867 -0.022825 0.021898 -0.007248 0.01306 0.020407 -0.04415 0.007132 -0.013096 -0.0077 -0.022028 -7e-05 0.015246 -0.026469 0.022919 -0.086305 -0.006868 0.016021 0.011737 0.022793 -0.020606 -0.002639\nร 0.027124 0.000722 -0.043758 0.024258 0.01207 0.036203 0.008775 -0.000128 -0.022045 -0.027842 0.022884 0.004705 -0.005309 -0.018614 0.030092 -0.003251 0.007969 -0.021934 -0.009749 -0.040144 -0.015931 0.007734 0.006423 0.013139 0.003733 0.01202 -0.01454 -0.004998 -0.013983 -0.024805 0.017653 -0.027103 -0.017157 -0.036813 0.000867 0.017026 -0.033969 0.036446 0.009106 0.01678 -0.030149 0.010735 0.000545 -0.003855 -0.025853 -0.025315 0.034238 0.003161 0.00065 0.010008 0.002653 0.044569 0.031919 -0.031207 0.036073 0.00334 -0.002453 0.023919 -0.014615 0.023912 -0.027442 -0.028439 -0.001084 -0.015342 0.011976 0.017819 0.030621 -0.01505 0.041494 0.013738 -0.044558 -0.008923 0.020089 0.009874 -0.052711 0.004552 -0.029352 0.023265 -0.030351 -0.013113 0.01357 -0.006967 0.002044 0.013712 -0.019403 -0.049314 0.000426 -0.001418 -0.019093 -0.000678 -0.00606 0.024163 0.009904 -0.013326 0.015358 -0.004218 0.004925 -0.03641 0.004029 -0.000887 -0.019091 0.00534 -0.001616 -0.024641 0.015323 -0.002823 -0.010334 0.006547 0.028636 -0.004698 0.047521 0.019251 0.025624 -0.015877 0.008044 0.00189 -0.002776 0.000743 -0.005332 -0.039997 0.019065 0.003182 0.036838 0.023187 0.036216 0.010659 -0.014389 -0.014984 -0.00526 -0.015382 -0.010677 -0.006892 -0.016878 0.028271 -0.0195 0.013356 -0.033402 -0.002416 0.008695 0.041496 0.001389 -0.008971 0.004766 0.025717 -0.035695 -0.044235 0.043743 0.007823 0.00117 -0.041613 0.002098 0.004556 0.034737 0.024776 0.000141 0.007207 0.006588 -0.026545 0.011407 -0.022396 -0.013264 0.012623 0.023917 0.013254 -0.011368 -0.011996 0.020245 -0.017544 0.021843 0.018629 -0.025045 -0.018224 -0.009166 0.028539 -0.022023 -0.02279 -0.00224 -0.004898 -0.038378 -0.019747 0.03614 -0.011238 0.006949 -0.010416 -0.008348 -0.011909 0.004481 0.019646 -0.052222 -0.001611 0.011498 0.027842 -0.034525 -0.034018 0.007847 0.036087 -0.018073 0.008406 0.002465 0.002288 -0.031785 -0.030469 0.014639 0.024864 0.022389 0.018083 0.006575 -0.005248 -0.00225 0.033119 -0.020673 0.000377 -0.008472 0.017841 4e-06 0.060207 0.002949 -0.022499 0.007516 -0.003747 -0.001496 0.012335 -0.00053 0.005785 -0.023547 -0.001812 -0.002067 0.015947 -0.005889 -0.028839 -0.00758 0.001002 -0.002667 -0.022995 -0.030961 -0.005438 -0.010029 -0.033327 0.023129 0.026869 0.008233 0.028238 -0.028383 0.012613 0.003836 -0.00463 0.031345 -0.004235 0.035541 0.053515 0.019843 0.004298 -0.006448 -0.041549 -0.028579 -0.016931 0.000112 0.024574 -0.0247 -0.016291 0.008704 -0.011744 0.025983 -0.02356 -0.024952 -0.027157 -0.029653 -0.010635 0.007788 0.000617 0.019242 -0.002534 0.009184 0.000344 0.011392 -0.00099 8.1e-05 0.013092 0.040756 -0.045658 -0.000422 -0.008829 0.012413 0.013841 -0.018769 -0.006156 0.019628 -0.006402 -0.022017 -0.01529 0.008138 -0.040096 0.009283 -0.06146 -0.010426 0.008061 0.008412 0.014729 0.020049 -0.000394\nঢ 0.018233 0.003081 -0.056511 0.039934 0.011483 0.040422 0.007567 -0.012264 -0.018843 -0.038089 0.057941 0.02242 -0.009876 -0.026025 0.034222 -0.019937 0.008248 -0.01414 0.013957 -0.056732 -0.01161 0.005202 -0.001681 0.046543 0.01279 0.027616 -0.027065 -0.0193 -0.01953 -0.037502 0.030663 -0.021512 -0.014866 -0.052022 0.028317 0.024975 -0.03963 0.046677 0.007485 0.024466 -0.03181 -0.001414 -0.000893 0.009227 -0.042798 -0.024599 0.038597 -0.006842 0.000928 0.029713 0.008878 0.053545 0.041929 -0.040725 0.056233 0.002406 -0.012376 0.03303 -0.007919 0.036174 -0.053004 -0.045874 0.024055 -0.034238 -0.001377 0.03842 0.040355 -0.003688 0.038661 0.024513 -0.071999 0.010312 -0.004826 0.038216 -0.060735 0.025537 -0.033802 0.028903 -0.043911 -0.03112 0.012274 -0.016776 0.017931 0.034085 -0.03658 -0.059394 0.00505 -0.011522 -0.033677 -0.0032 0.007711 0.038213 -0.013912 -0.016312 0.026805 6.9e-05 -0.014375 -0.025379 -0.017305 -0.001137 -0.009318 0.013284 -0.012136 -0.031431 0.046588 -0.01109 -0.009397 0.03285 0.038069 0.000482 0.071414 0.016349 0.046057 -0.027695 -0.005405 -0.002682 -0.004086 0.001616 -0.019146 -0.055584 0.039733 0.018688 0.025707 0.028949 0.053503 0.005955 -0.019729 -0.020356 -0.005738 -0.021996 -0.019811 -0.006994 -0.017264 0.027342 -0.005455 0.030316 -0.036821 0.00294 0.01701 0.071653 -0.000682 -0.026505 0.026813 0.045365 -0.058467 -0.087288 0.052837 0.012627 0.040456 -0.045943 -0.008567 0.036721 0.023359 0.017002 -0.015309 0.005014 0.014878 -0.031585 0.022667 -0.029306 -0.014719 0.015493 0.023801 0.03539 -0.004066 -0.027909 0.036001 -0.024328 0.026356 0.001521 -0.042608 -0.031502 -0.021304 0.035628 -0.043704 -0.033278 0.008767 -0.001228 -0.048577 -0.025417 0.029143 -0.02707 0.012817 0.00413 -0.02703 -0.001726 0.000457 0.025227 -0.074254 -0.00228 0.019358 0.05751 -0.059629 -0.051174 -0.017525 0.04746 -0.012951 0.017637 0.008368 -0.030756 -0.064585 -0.045407 -0.009579 0.023349 0.015662 0.01301 0.020883 0.002465 -0.009852 0.033038 -0.054664 -0.019783 -0.000999 0.027787 -0.000698 0.07711 0.014065 -0.040642 -0.000835 0.003999 0.000238 0.010059 0.001389 0.000221 -0.024597 -0.024759 -0.008867 0.021075 0.003457 -0.024928 -0.018969 0.015396 -0.004873 -0.05186 -0.046869 0.000846 -0.016436 -0.053247 0.040584 0.032542 0.031398 0.061391 -0.023503 0.031255 0.00486 0.012027 0.046703 -0.017322 0.045094 0.060887 0.011839 -0.01874 0.004827 -0.069174 -0.02754 -0.00959 -0.025368 0.029255 -0.04194 -0.025606 0.00071 -0.010724 0.041429 -0.02987 -0.023226 -0.036406 -0.02389 -0.033296 0.002524 -0.015511 0.031356 -0.009574 0.009985 0.00422 0.022459 0.005849 -0.004067 0.030542 0.063711 -0.069467 -0.003479 -0.010548 0.020839 0.024198 -0.021675 -0.021994 -0.002574 -0.021508 -0.050914 -0.012387 0.027402 -0.072862 0.006875 -0.065422 -0.030943 0.001921 0.014587 0.014636 0.032008 -0.00738\nತ 0.016624 0.012042 -0.054889 -0.002974 0.007574 0.042308 -0.03496 -0.031218 -0.027437 -0.043777 0.066991 0.004799 0.016103 -0.041276 0.041605 -0.015481 0.002127 -0.012909 -0.028126 -0.073956 -0.011419 0.010457 0.009249 -0.000403 -0.005651 0.020851 -0.01229 -0.014829 -0.00271 -0.045004 0.01584 -0.047434 -0.011221 -0.022847 -0.014091 0.011112 -0.043689 0.044838 0.009409 0.004223 -0.048017 -0.019174 0.007663 -0.0017 -0.030821 -0.018294 0.065585 -0.006178 -0.022303 0.002959 -0.022809 0.031092 0.040523 -0.010647 0.046257 0.017384 -0.03834 0.020976 0.006438 0.016056 -0.032946 -0.027325 -0.006302 -0.021406 0.042201 0.025457 0.027515 0.025749 0.031576 0.017493 -0.06555 -0.010702 0.02466 0.027345 -0.043612 0.011563 -0.034749 0.00185 -0.040911 -0.009031 0.01842 -0.009189 -0.013747 0.010859 -0.02902 -0.038993 -0.009631 -0.012555 0.017569 -0.027063 0.004586 0.009363 0.017511 -0.020203 0.016939 -0.007744 -0.014059 -0.040233 -0.010201 -0.021975 -0.028513 0.007403 0.009101 -0.022493 0.035971 -0.02397 -0.025809 0.034833 0.075845 -0.005124 0.048525 0.045831 0.024613 -0.036464 0.010827 0.001577 -0.003948 0.006072 -0.01778 -0.035272 0.015396 0.010537 0.030741 0.044287 0.050637 -0.006429 0.001292 0.016598 -0.002669 -0.006988 -0.029609 -0.008189 0.002702 0.031554 -0.023646 -0.013935 -0.028113 0.038038 0.027934 0.050309 0.000954 -0.005957 -0.00807 0.008893 -0.039657 -0.044379 0.039917 0.020032 0.006354 -0.045916 0.003115 0.021783 0.050186 0.02892 0.005822 -0.006555 0.006859 -0.037544 0.013843 -0.021241 -0.052934 0.010542 0.019823 -0.001933 -0.007281 -0.001444 0.016123 -0.038001 0.037543 0.036455 -0.038973 -0.027902 -0.00966 0.061883 -0.005485 -0.019687 0.004524 0.011625 -0.061235 -0.024313 0.021864 -0.006442 0.013511 -0.028507 -0.008039 -0.037531 0.010459 0.012439 -0.057101 -0.018385 0.031472 0.042424 -0.045449 -0.054737 -0.019958 0.031252 -0.024147 0.013768 0.007866 0.033705 -0.042717 -0.052151 0.021656 0.031923 0.021998 0.006164 0.042772 -0.001137 -0.019326 0.035937 0.001295 -0.013307 -0.004147 0.018386 0.025455 0.058043 0.035834 -0.010999 0.014007 0.014652 0.01828 0.015542 0.010568 -0.033124 -0.03458 -0.009285 0.001787 -0.001622 -0.036536 0.018292 -0.019371 -0.000944 -0.02224 -0.012317 -0.055484 -0.020368 -0.004606 -0.028769 0.026352 0.040488 -0.021137 0.018355 -0.026545 0.019753 -0.01652 -0.002102 0.038387 -0.006463 0.052666 0.044623 0.011714 0.004984 -0.012522 -0.027058 -0.010348 -0.012503 -0.001613 0.056342 -0.029961 -0.014301 -0.002882 -0.019788 0.033801 -0.018382 -0.031193 -0.025667 -0.0334 -0.035843 0.008488 0.005507 0.038221 -0.007998 0.025849 0.016526 0.019089 -0.019643 0.039101 0.025389 0.07185 -0.063494 -0.004006 -0.01951 0.034929 0.020556 -0.016233 -0.008315 0.046389 -0.013137 -0.033407 0.010126 0.002314 -0.037163 0.015226 -0.087572 -0.002182 0.015615 0.020434 0.00577 0.012284 0.006773\n' 0.022261 -0.005318 -0.026433 0.010848 0.014067 0.034333 0.004465 -0.019342 -0.001212 0.000576 -0.010797 0.02166 0.000444 -0.006228 -0.002746 -0.008061 0.015314 -0.008196 -0.00474 -0.014363 0.012483 -0.00612 -0.009819 -0.005632 0.000543 0.011572 0.016287 -0.020496 0.011173 0.005863 0.000895 -0.01683 -0.015415 -0.04897 -0.002565 -0.000328 -0.016302 -0.016291 0.016358 0.031773 0.003562 -0.007153 0.004797 0.009543 3e-06 -0.014341 0.008119 0.000907 0.006213 -0.006806 0.00779 0.019319 -0.009124 -0.008784 0.016143 0.024278 -0.005612 0.018962 -0.009718 0.009213 -0.025774 -0.003794 -0.022031 0.001045 0.000206 0.002032 0.020168 -0.008051 0.023582 0.005942 -0.031456 0.008715 0.027941 0.007972 -0.005581 -0.004164 -0.027907 -0.019884 0.017807 -0.003796 0.016256 0.004846 -0.011742 -0.006033 -0.038165 -0.034258 -0.028303 0.032439 0.006224 0.005411 -0.022348 0.015754 -0.008752 -0.006534 -0.009478 -0.012979 0.008872 0.001505 -0.007216 0.020846 -0.0151 0.017562 0.014343 -0.003759 -0.00231 -0.012203 -0.006831 0.007867 0.024955 -0.007189 0.005404 -0.009804 0.002066 -0.01605 0.015708 -0.010692 0.01987 -0.007457 0.004423 -0.018927 0.022574 -0.012829 0.023458 -0.00066 0.004064 0.015741 -0.018825 0.007333 -0.013831 -0.006207 0.002198 -0.013361 0.000587 0.001212 0.006863 0.015224 0.027011 0.005697 -0.005765 0.021938 -0.003556 0.014803 0.011551 0.015319 0.007919 0.002723 0.002507 -0.027618 0.00885 -0.004714 0.008155 0.006919 0.008634 0.013527 -0.003624 0.021313 0.007665 -0.018164 0.000231 -0.006112 -0.014586 0.013622 -0.004418 0.008017 -0.01646 -0.00294 0.003016 -0.014554 0.00409 0.011774 -0.007269 -0.019351 0.00546 0.008214 0.015888 -0.000235 0.008628 -0.019449 -0.014044 0.015298 0.008618 -0.001806 0.006546 -0.011951 -0.029373 -0.001976 0.023506 0.001878 -0.036496 -0.022125 0.001675 0.033776 -0.02905 -0.000758 0.002691 0.019117 -0.005478 0.014686 0.001777 0.003176 -0.014921 0.002556 -0.001846 0.015839 0.017691 -0.02449 -0.011961 0.002992 -0.012913 -0.004913 -0.01038 0.008305 0.013504 0.013434 -0.00196 0.010449 -0.011988 0.005404 -0.00918 0.025414 -0.002978 0.006292 0.009852 0.01617 -0.01164 0.005945 -0.011538 0.010846 -0.017536 -0.021211 0.006342 -0.009745 -0.010399 -0.032097 -0.004865 -0.005618 -0.013969 -0.011864 0.011273 0.014058 0.002897 0.015884 0.005731 0.009776 0.010737 -0.008491 0.025187 0.026332 0.017143 0.010419 3.4e-05 -0.006907 -0.014967 -0.002762 0.012254 -0.0203 -0.024457 -0.003953 -0.009424 0.011684 -0.002101 -0.00295 0.000956 -0.013762 -0.032034 -0.000228 -0.000889 0.004234 0.011697 -0.032157 -0.002379 -0.020466 0.005428 0.002617 -0.013522 -0.020101 0.006089 0.027494 0.034194 -0.004866 -0.019208 -5e-05 0.01791 -0.001704 -0.005178 -0.004579 0.021468 0.00583 -0.004042 -0.010304 0.007879 -0.006558 -0.00765 -0.048053 -0.014425 0.00619 0.002955 -0.004276 0.04222 0.001716\nܩ 0.05604 0.010686 -0.066613 0.037765 0.027448 0.059936 0.010267 -0.000831 -0.014162 -0.053496 0.049446 0.028099 -0.00383 -0.038736 0.036351 -0.014216 0.017792 -0.032646 -0.014837 -0.069374 -0.030429 -0.018775 0.006101 0.021887 -0.018315 0.02626 -0.020811 -0.007644 -0.039053 -0.036812 0.032724 -0.063418 -0.020341 -0.054778 0.020079 0.008106 -0.033755 0.079421 0.001793 0.026213 -0.04142 0.006789 -0.012583 -0.003815 -0.049382 -0.038279 0.071365 -0.019202 -0.010829 0.032293 -0.016059 0.081863 0.053695 -0.064534 0.078208 0.006678 -0.011613 0.037384 -0.004617 0.05783 -0.038737 -0.04664 -0.007403 -0.033365 0.019928 0.039627 0.063858 0.000156 0.078366 0.011837 -0.062501 -0.007393 0.009474 0.034488 -0.073336 0.0099 -0.045336 0.027158 -0.060593 -0.019512 0.017237 -0.001308 -0.004276 0.052779 -0.036697 -0.088364 0.008604 0.020435 -0.037607 -0.008022 -0.01894 0.023618 0.009027 -0.00821 0.02475 -0.022613 -0.009333 -0.066165 0.019572 0.005141 -0.036367 -0.013962 -0.0042 -0.031731 0.015771 -0.001836 -0.02031 0.000495 0.046234 -0.001731 0.053357 0.036938 0.03838 -0.019251 0.013062 0.00134 0.004481 -0.007802 -0.037804 -0.073285 0.024214 0.00717 0.060377 0.027121 0.069573 0.036456 -0.027665 -0.021671 -0.025163 -0.02787 -0.016678 0.000152 -0.028814 0.052273 -0.051108 0.026039 -0.045338 0.003734 -0.006243 0.080207 -0.008593 -0.006928 -0.002008 0.031586 -0.081026 -0.084731 0.07501 0.004299 -0.01218 -0.060593 0.018426 0.021741 0.0476 0.030782 0.002881 -0.00535 0.006022 -0.019807 0.017874 -0.047451 -0.015221 0.020326 0.032131 0.018604 -0.009561 -0.021055 0.030681 -0.042831 0.045597 0.033604 -0.034744 -0.01612 -0.026581 0.06072 -0.028222 -0.057388 -0.015915 -0.032707 -0.077455 -0.037956 0.054371 -0.018892 2.3e-05 -0.023979 -0.003715 -0.01895 0.005915 0.023097 -0.081097 -0.011933 -0.001302 0.039823 -0.037214 -0.061929 0.010596 0.063746 -0.030956 0.008062 -0.017089 0.012814 -0.057442 -0.070096 0.030852 0.033576 0.032456 0.004256 0.040715 0.002613 -0.012551 0.063665 -0.060846 -0.017358 -0.029055 0.024493 -0.007808 0.119151 0.017956 -0.020876 -0.001135 0.000579 -0.00272 -0.00598 -0.004201 0.025503 -0.029617 0.013987 -0.009414 0.020458 -0.038331 -0.02078 -0.012914 0.004095 -0.005961 -0.025711 -0.072051 -0.021376 -0.025204 -0.039727 0.035717 0.035579 0.036783 0.027371 -0.034851 0.01275 0.020442 -0.020131 0.056802 -0.021857 0.085906 0.088533 0.062604 0.011522 0.010855 -0.083612 -0.062857 -0.040991 0.003995 0.029941 -0.045132 -0.020753 -0.003782 -0.024699 0.06458 -0.04333 -0.059318 -0.02106 -0.046158 -0.036371 0.002223 -0.00206 0.041015 0.006662 0.025335 -0.011465 0.012041 0.027134 0.012468 0.018832 0.053579 -0.084049 -0.011606 -0.043247 0.029199 0.035435 -0.028873 -0.013539 0.026372 -0.024494 -0.022816 -0.018731 0.00981 -0.068458 0.018644 -0.109627 -0.028799 0.003692 0.026282 0.031668 0.040339 0.008433\n༹ 0.005964 0.011653 -0.00786 0.005411 -0.029991 -0.018947 -0.021693 0.008722 -0.02827 -0.023869 -0.004492 0.005343 0.000418 -0.00531 0.009994 0.006584 0.01585 0.02751 -0.003682 -0.006518 0.004728 -0.045262 -0.020476 -0.00326 0.016852 -0.006627 0.005564 -0.021177 -0.002542 -0.020146 0.007156 -0.017937 -0.00205 -0.0089 0.010864 0.010089 0.014188 -0.000513 0.005374 0.00825 0.002676 0.000173 -0.007861 -0.006619 0.006573 0.008928 -0.005997 0.031304 0.009409 0.004766 0.027518 0.003827 -0.007096 -0.017013 -0.003136 -0.002448 0.013021 -0.022406 0.00767 -0.012925 0.001019 -0.009554 -0.017753 0.000922 -0.015486 0.008238 0.016878 0.010898 -0.001333 0.006254 -0.033117 -0.00351 0.014287 0.049744 -0.016755 -0.009347 -0.025834 -0.013896 -0.0081 0.016891 0.021977 -0.030262 0.006594 -0.036307 -0.046829 -0.021303 0.026189 0.004812 -4.2e-05 0.001123 -0.020612 0.000777 0.001258 -0.015235 0.017909 0.00866 0.009753 0.000467 -0.005048 0.011424 -0.003883 0.019679 0.010992 -0.027796 0.013627 0.033638 -0.023806 -0.007204 0.001897 0.006486 0.018842 -0.001054 0.009974 -0.017996 -0.00802 -0.009681 0.003347 0.013884 -0.001748 -0.00661 0.008548 -0.026388 -0.020768 -0.007018 0.008312 -0.02435 0.012906 -0.017059 -0.011756 -0.013667 0.002323 0.015688 -0.004224 -0.003101 -0.012553 -0.009547 -0.002629 0.006583 0.021032 0.016671 -0.006784 -0.006522 0.010564 0.027916 -0.019495 -0.018929 0.020974 0.009844 0.014482 0.021797 -0.004218 0.012591 -0.013245 -0.00902 -0.013086 -0.005272 -0.004864 0.019864 0.013176 0.004261 -0.017559 0.019666 0.000115 0.021583 -0.007097 -0.011636 -0.0188 -0.021191 -0.015043 0.004818 -0.008704 -0.019307 -0.004821 0.001315 0.013787 -0.007049 -0.015486 0.006444 -0.009016 -0.002683 -0.010899 -0.028734 0.014966 0.005369 -0.006971 -0.021492 0.004043 0.006826 -0.027444 -0.002027 -0.013916 -0.004834 0.022043 -0.01098 0.01995 0.015425 -0.019717 -0.0011 -0.01594 -0.008474 -0.005757 -0.003075 -0.007831 -0.00304 -0.008447 0.017239 0.024134 0.007352 -0.01953 0.008377 0.017943 -0.017196 0.008748 0.023624 0.0165 -0.00083 -0.00384 -0.02199 -0.013191 -0.009964 0.011777 -0.001774 0.010451 0.02067 -0.020461 0.004888 -0.018561 0.019979 -0.011529 0.011966 0.010816 -0.008654 -0.007641 -0.011269 -0.034739 -0.019864 -0.01752 0.02958 0.00509 -0.026032 0.016273 0.015454 -0.03384 0.006274 0.030192 -0.007247 0.019435 0.045699 0.014474 0.001941 0.008603 -0.003678 -0.013292 -0.00334 0.015821 -0.024812 -0.022917 0.010038 -0.010495 0.04038 -0.005632 0.002833 0.023944 -0.022272 -0.000965 0.00916 -0.019919 -0.014204 0.011315 -0.027857 0.011169 0.022587 0.019104 -0.012469 -0.012229 -0.010369 -0.014925 0.011208 0.023945 -0.023147 0.004482 -0.006122 -0.013856 0.004902 0.000211 0.004163 0.015289 0.002336 -0.021813 -0.025929 0.00119 -0.011207 0.003081 0.005603 0.032799 -0.01541 -0.000312 0.021866 -0.007733 0.000424\nຸ 0.025859 0.006395 -0.049281 0.034984 0.022514 0.039147 0.017915 -0.004143 -0.022961 -0.030955 0.037166 0.009583 -0.008444 -0.032843 0.038889 -0.000592 0.010808 -0.025901 -0.007844 -0.041155 -0.019887 0.003145 0.00617 0.02135 0.013391 0.024496 -0.011036 -0.012247 -0.0148 -0.032292 0.028051 -0.031619 -0.025027 -0.046353 0.011474 0.021511 -0.043751 0.050283 0.009838 0.023477 -0.025619 0.007475 -0.001904 -0.005665 -0.028006 -0.034425 0.042868 -0.003514 -0.000738 0.021844 0.005045 0.053611 0.037358 -0.047096 0.047099 0.008423 -0.01433 0.033221 -0.013594 0.035045 -0.04164 -0.033817 -0.010341 -0.009409 0.009997 0.027303 0.043257 -0.011612 0.041866 0.017644 -0.060398 -0.014511 0.016423 0.017126 -0.069675 0.001373 -0.034335 0.030795 -0.040772 -0.020137 0.019845 0.002504 0.008636 0.024913 -0.025867 -0.070404 0.003236 0.000951 -0.022212 -0.010841 0.009477 0.030566 0.002133 -0.025243 0.024588 -0.007657 0.003131 -0.042655 0.002658 -0.004406 -0.021535 -0.003177 -0.002229 -0.037082 0.024396 -0.009645 -0.010649 0.008084 0.038588 -0.002318 0.053147 0.023534 0.035646 -0.01668 0.006208 0.008499 -0.008759 0.000406 -0.011623 -0.05591 0.015718 -0.00029 0.051072 0.034362 0.041843 0.021707 -0.018404 -0.017121 -0.015507 -0.01413 -0.018274 -0.00143 -0.020739 0.036027 -0.032427 0.033545 -0.045018 -0.002836 -0.000106 0.05793 0.001434 -0.012253 0.01287 0.03017 -0.043405 -0.052085 0.054192 0.010885 0.005001 -0.059393 0.007074 0.009919 0.036578 0.02724 -0.004793 0.011833 -0.005085 -0.032983 0.010032 -0.030604 -0.016154 0.023705 0.031694 0.023176 -0.006642 -0.020085 0.026088 -0.024472 0.034657 0.028487 -0.029776 -0.033647 -0.021631 0.041753 -0.036993 -0.042308 -0.012482 -0.005552 -0.04999 -0.027217 0.039625 -0.00444 0.000601 -0.017144 -0.013978 -0.019718 0.003472 0.021447 -0.071891 0.00048 0.013966 0.03263 -0.049804 -0.044627 0.003182 0.044869 -0.027006 0.006966 0.010177 -0.000608 -0.036728 -0.039096 0.016318 0.022077 0.017693 0.017818 0.003254 -0.006757 -0.00706 0.044908 -0.034472 0.004425 -0.005003 0.018005 0.005044 0.074784 0.005803 -0.037366 0.011888 0.000232 -0.006855 0.01 -0.015757 0.008531 -0.018509 -0.001718 -0.002239 0.019375 -0.00797 -0.029354 -0.004414 0.003226 -0.010235 -0.038673 -0.039433 0.000924 -0.01508 -0.038532 0.037775 0.03134 0.008676 0.036625 -0.025716 0.00757 0.001914 -0.016842 0.04569 -0.007107 0.048712 0.072166 0.027465 0.014928 0.007019 -0.055759 -0.045336 -0.023167 -0.002803 0.019999 -0.027538 -0.025615 0.011805 -0.011731 0.036373 -0.024496 -0.036043 -0.02454 -0.044948 -0.012274 0.009144 0.003439 0.029775 -0.000309 0.013159 0.008396 0.027865 0.002535 -0.0013 0.009155 0.045404 -0.051226 -0.0006 -0.019628 0.015331 0.016331 -0.029487 -0.010778 0.008173 -0.01714 -0.025508 -0.024035 0.015059 -0.054692 0.00903 -0.074229 -0.017502 0.008286 0.017612 0.018681 0.025896 0.003494\nය 0.034904 0.006679 -0.05988 0.018031 0.00607 0.040257 0.005412 -0.008256 -0.020929 -0.034249 0.041972 0.020614 -0.005658 -0.02598 0.040631 -0.013552 0.00978 -0.030542 -0.01494 -0.048034 -0.015838 -0.003247 0.012069 0.011466 0.000111 0.013425 -0.005614 -0.020974 -0.006015 -0.033788 0.020204 -0.031076 -0.025948 -0.046508 0.018008 0.014568 -0.038958 0.044025 0.001573 0.031892 -0.034037 0.009305 0.001903 -0.000322 -0.036121 -0.032194 0.038467 -0.000131 -0.0073 0.017626 0.002465 0.052778 0.041964 -0.031874 0.046002 0.005918 -0.003719 0.022504 -0.015391 0.025735 -0.038096 -0.039904 -0.011706 -0.019931 0.021906 0.019702 0.047572 -0.015951 0.039368 0.012422 -0.049094 -0.015759 0.035025 0.01493 -0.053102 0.008859 -0.036766 0.026894 -0.03673 -0.016499 0.012617 -0.007156 -0.002445 0.015704 -0.014943 -0.049986 0.002754 -0.006364 -0.013922 -0.017392 -0.001537 0.022036 0.014191 -0.012301 0.00939 0.003734 -0.004349 -0.046666 -0.008337 -0.000581 -0.02458 0.001503 -0.00582 -0.031516 0.01792 -0.008429 -0.019309 0.011805 0.0373 -0.00525 0.045128 0.027999 0.021871 -0.025665 0.001005 0.000533 -0.010829 0.000182 -0.012059 -0.044566 0.033655 0.003101 0.048577 0.022417 0.037091 0.020004 -0.019382 -0.006038 -0.018929 -0.019053 -0.013496 -0.005534 -0.010884 0.037711 -0.022999 0.011693 -0.028727 0.006059 0.005291 0.0497 -0.006434 -0.003982 0.010633 0.028543 -0.041977 -0.055549 0.067621 0.015295 0.004003 -0.047607 0.007488 0.020304 0.036001 0.021227 0.004372 0.007973 0.007401 -0.02021 0.016121 -0.034221 -0.02273 0.016096 0.017766 0.018075 -0.014224 -0.009522 0.035386 -0.016754 0.030607 0.022277 -0.025262 -0.018454 -0.004103 0.036846 -0.019914 -0.03183 -0.008803 -0.004954 -0.044752 -0.019883 0.03919 -0.011085 0.008018 -0.019766 -0.007832 -0.017168 -0.000272 0.021921 -0.057241 -9.1e-05 0.021714 0.027295 -0.042464 -0.042554 0.001545 0.047578 -0.021323 0.01245 0.003526 0.001335 -0.036295 -0.023122 0.01205 0.040302 0.02701 0.017381 0.012577 -0.009033 -0.008665 0.046622 -0.019541 -0.007287 -0.015509 0.016888 -0.006436 0.066214 0.01762 -0.027431 0.014451 0.000377 -0.002456 0.001162 -0.000827 0.009998 -0.025756 -0.005282 0.007445 0.01946 -0.014472 -0.01653 -0.005254 -0.000911 -0.015052 -0.02723 -0.047042 -0.002748 -0.019809 -0.036055 0.029849 0.02633 0.002096 0.024805 -0.027497 0.002007 -0.002395 -0.005517 0.029006 -0.002877 0.045652 0.062175 0.030203 0.010937 -0.000583 -0.044146 -0.037865 -0.020373 -0.011025 0.035002 -0.024742 -0.016066 -0.006019 -0.01893 0.040051 -0.037647 -0.035821 -0.021822 -0.036697 -0.012374 0.010628 0.007448 0.022083 0.010375 0.023813 -0.000173 0.016302 0.005848 -0.005479 0.018157 0.04786 -0.061157 0.004224 -0.0224 0.017929 0.018344 -0.021616 -0.002562 0.034568 -0.008134 -0.026443 -0.015159 0.000262 -0.055472 0.009602 -0.078964 -0.004803 0.00581 0.015626 0.015263 0.008987 0.017944\n¼ 0.197843 -0.152149 -0.046977 -0.197515 -0.177189 0.516725 0.112108 -0.052996 0.303007 0.25169 -0.313647 0.232631 0.198811 0.039335 0.110631 -0.405167 -0.102992 -0.094783 -0.509743 -0.378911 0.433739 0.022611 0.185222 0.108282 0.084145 -0.135404 0.275508 0.109289 0.304703 0.264485 -0.304058 0.291711 0.301916 -0.351357 -0.156874 0.313131 0.211483 0.059065 0.286 -0.344765 -0.025082 -0.026997 0.034492 -0.192059 0.261015 -0.06337 0.244676 -0.222773 0.136165 -0.368466 -0.323212 0.189292 0.287073 0.159841 -0.005785 -0.358558 -0.021859 0.256133 -0.009289 -0.240227 -0.093828 -0.086577 -0.41623 0.171436 -0.133109 -0.017554 0.112805 -0.29007 -0.101311 0.031587 -0.117645 -0.193818 -0.01142 -0.215767 -0.13914 -0.239342 -0.061663 0.035198 -0.377176 -0.246401 0.112725 -0.034631 0.080547 0.045183 0.237607 -0.043088 0.010587 0.362336 -0.132201 -0.066664 0.397672 0.238636 0.247929 -0.104607 0.216973 -0.07456 0.017675 -0.019335 -0.058275 -0.105667 0.147336 0.081828 0.116894 0.319285 0.309711 -0.331774 -0.204205 -0.256766 -0.050879 0.260939 0.016607 0.308681 0.192954 0.002826 -0.172648 0.180764 -0.150418 -0.078702 0.108262 -0.218604 0.282554 0.176716 -0.150825 -0.396609 -0.072099 -0.294134 0.209715 0.514643 -0.156135 0.151304 0.277352 -0.008128 0.074508 0.181461 -0.03518 -0.099527 -0.165654 -0.070922 -0.484299 0.166572 -0.177353 -0.301913 0.415683 -0.245192 0.104472 0.357086 -0.113092 0.146514 0.267973 -0.335252 0.201319 0.22413 0.309515 0.017072 -0.097184 -0.220697 0.071086 -0.390142 -0.016486 -0.004945 -0.162747 -0.168088 0.035428 0.068646 -0.120205 -0.000791 0.221057 0.06052 0.033225 -0.016195 -0.119267 -0.108602 -0.538489 -0.016663 -0.146483 -0.229945 -0.282892 -0.267963 0.143477 -0.00886 0.306848 0.311998 -0.132897 0.316096 -0.002693 0.115958 -0.39737 0.372446 0.248028 0.357592 0.573129 -0.026761 -0.047601 -0.174348 0.135544 0.145291 0.08343 0.104398 -0.184422 0.263124 -0.058795 0.021109 -0.243677 0.096756 0.356531 -0.082238 0.040066 0.152619 0.454498 -0.179891 0.051643 -0.055546 -0.405376 -0.182342 -0.18205 -0.001859 -0.007534 -0.167251 0.173776 0.143272 -0.042382 0.270053 -0.284411 -0.014333 -0.494502 0.071776 -0.091177 0.18834 0.269415 -0.233629 -0.073019 0.029364 0.003962 -0.267857 -0.220139 0.356932 0.025671 -0.397832 -0.142391 0.520311 0.144421 -0.174474 -0.005201 0.274153 -0.446429 -0.040978 0.110345 0.001341 -0.065251 -0.24159 0.0637 0.027404 0.159318 -0.360216 -0.075336 0.083436 0.000524 -0.187983 -0.187159 -0.245916 0.230347 -0.154674 -0.053796 0.329368 0.291339 -0.197097 0.012288 0.11725 0.270814 -0.025757 -0.140904 -0.192422 -0.161367 0.036654 0.032024 -0.075776 -0.011421 0.125904 0.351981 0.226113 -0.070262 0.166521 -0.327918 -0.037536 -0.000727 -0.209998 0.096058 -0.201241 0.168792 0.033655 -0.048325 0.017788 -0.233141 -0.235892 0.143406 -0.156784 0.106697 -0.129812 -0.067645 0.324525\nп 0.03862 0.007521 -0.051316 0.023739 0.018642 0.035219 0.00638 -0.000612 -0.016318 -0.032581 0.043233 0.012705 -0.012708 -0.031765 0.040037 -0.013775 0.006339 -0.025316 -0.015475 -0.048606 -0.013971 -2.8e-05 0.007119 0.014146 0.007278 0.024458 -0.007879 -0.013545 -0.018066 -0.026106 0.021293 -0.037672 -0.015842 -0.04346 0.011847 0.019044 -0.047925 0.043771 0.007458 0.020479 -0.035056 0.013191 0.003412 0.00299 -0.029623 -0.026573 0.03978 -0.000661 -0.004809 0.020657 0.013292 0.05858 0.035852 -0.038551 0.044163 0.013866 -0.001201 0.021625 -0.007863 0.028441 -0.032128 -0.029574 -0.008066 -0.018835 0.016136 0.022379 0.036048 -0.015024 0.029544 0.017725 -0.053445 -0.008014 0.021982 0.016923 -0.055568 0.001429 -0.036789 0.032707 -0.02739 -0.013501 0.016886 -0.002869 -0.00109 0.026303 -0.025524 -0.056642 0.003973 0.004656 -0.027075 -0.004227 -0.009933 0.026648 0.005219 -0.019895 0.016459 -0.008349 0.00335 -0.040572 -0.002299 -0.006836 -0.017922 -0.003249 -0.002959 -0.032392 0.021083 0.001042 -0.016755 0.01182 0.040144 -0.002137 0.050943 0.026269 0.023025 -0.011044 0.015369 0.007857 -0.015147 0.000434 -0.015407 -0.044013 0.022246 0.005895 0.043566 0.030959 0.034083 0.006619 -0.007982 -0.025518 -0.01336 -0.019798 -0.020724 -0.003312 -0.015178 0.029457 -0.02487 0.013583 -0.026004 0.009861 0.009279 0.04447 -0.005835 -0.015845 0.014471 0.031669 -0.038094 -0.05463 0.045233 0.00717 0.006741 -0.04467 0.003439 0.004793 0.032906 0.030719 -0.009299 0.001378 -0.002536 -0.026077 0.019502 -0.019009 -0.021883 0.019179 0.018572 0.017518 -0.022041 -0.006822 0.026428 -0.026807 0.017057 0.024837 -0.026128 -0.027848 -0.010903 0.038208 -0.018293 -0.029726 -0.008295 -0.005459 -0.040288 -0.029298 0.037513 -0.009465 0.003263 -0.008999 -0.009834 -0.019239 0.003648 0.020521 -0.065352 0.00712 0.024565 0.029198 -0.031642 -0.043226 0.010544 0.042719 -0.013991 0.01904 0.005422 0.005754 -0.046509 -0.040746 0.014265 0.030169 0.018765 0.018589 0.01111 -0.014032 0.000265 0.039989 -0.028258 -0.006387 -0.006877 0.020776 -0.002525 0.075103 0.001988 -0.027423 0.006274 -0.007678 -0.009872 0.01179 -0.010977 0.006651 -0.018918 -0.006978 -0.001546 0.022132 -0.011995 -0.025486 -0.009571 0.000751 -0.006184 -0.033786 -0.042278 -0.002771 -0.004458 -0.041496 0.031548 0.027286 0.00646 0.024934 -0.023229 0.016775 0.00792 -0.011793 0.051918 -0.007331 0.044943 0.05658 0.031793 0.004088 0.0086 -0.048945 -0.044867 -0.020713 -0.003981 0.026506 -0.030608 -0.012794 0.004781 -0.006855 0.030623 -0.030082 -0.02833 -0.021108 -0.033314 -0.024022 0.008544 -0.001 0.014686 -0.005465 0.008018 -0.007128 0.014722 0.008708 0.005934 0.011014 0.041951 -0.053915 -0.00361 -0.023884 0.016181 0.016326 -0.022259 0.00148 0.018254 -0.015269 -0.022448 -0.019397 0.008685 -0.043883 0.008838 -0.0681 -0.012229 0.013999 0.016688 0.01961 0.020638 0.003208\nṃ 0.027758 0.00175 -0.052796 0.028985 0.013376 0.037135 0.005218 -0.003081 -0.016753 -0.030783 0.035409 0.014412 -0.013667 -0.019223 0.030503 -0.004958 0.006117 -0.021187 -0.006821 -0.040329 -0.007093 0.007804 0.001302 0.015507 0.012535 0.017545 -0.01017 -0.009132 -0.014136 -0.014187 0.02097 -0.027591 -0.020515 -0.044194 0.015445 0.014833 -0.045751 0.036273 0.001745 0.021651 -0.032108 0.012449 -0.005133 -0.001794 -0.024892 -0.022659 0.031266 0.000533 0.00597 0.023411 0.016853 0.050789 0.032164 -0.03246 0.043586 0.011848 0.001448 0.027782 -0.008076 0.027015 -0.029879 -0.032874 -0.010254 -0.022613 0.010337 0.024484 0.036792 -0.020953 0.029691 0.019436 -0.04853 -0.008752 0.027774 0.022205 -0.047059 0.00861 -0.035792 0.028931 -0.021618 -0.01955 0.012268 -0.000185 -0.001694 0.023719 -0.02037 -0.047919 0.004829 -0.004633 -0.015843 -0.008143 -0.006013 0.020935 0.002566 -0.004223 0.01053 -0.008621 0.000465 -0.03888 -0.004483 -0.003481 -0.02052 -0.002181 -0.007305 -0.025064 0.017259 -0.002132 -0.013624 0.007817 0.037424 -0.005097 0.046494 0.024479 0.026419 -0.021237 0.010965 0.004413 -0.009375 -0.000638 -0.014702 -0.040214 0.023867 0.001081 0.044238 0.020342 0.031172 0.013349 -0.003577 -0.013596 -0.013514 -0.017976 -0.017095 -0.002982 -0.017819 0.026615 -0.017806 0.015601 -0.026513 0.008627 0.005268 0.046589 -0.00962 -0.0087 0.016907 0.028147 -0.035893 -0.047867 0.044041 0.002622 -0.00189 -0.04125 0.002626 0.00862 0.036412 0.027696 -0.004347 0.005384 0.00356 -0.023466 0.017303 -0.0192 -0.011996 0.011959 0.019019 0.023701 -0.01727 -0.015915 0.021483 -0.019602 0.018641 0.024809 -0.036759 -0.025651 -0.012102 0.025303 -0.021158 -0.031728 -0.006644 -0.009197 -0.033677 -0.018165 0.035245 -0.01219 -0.00228 -0.003516 -0.008359 -0.010935 -0.001527 0.022302 -0.065169 -0.003203 0.008933 0.029901 -0.038368 -0.042406 0.00279 0.039336 -0.01962 0.011126 0.00834 3.4e-05 -0.043844 -0.027123 0.013382 0.033558 0.020545 0.020085 0.008913 -0.014575 -0.004778 0.041004 -0.023367 -0.006106 -0.003481 0.017043 -0.00455 0.066633 0.003303 -0.025226 0.002802 -0.001455 -0.00945 0.007641 -0.01187 0.006151 -0.021655 -0.005184 0.004363 0.015545 -0.006691 -0.030502 -0.006604 -0.000847 -0.010423 -0.025331 -0.029748 -0.003525 -0.02058 -0.035724 0.023325 0.03167 0.018938 0.034593 -0.017934 0.007019 0.002963 -0.005773 0.044185 -0.002762 0.03441 0.051269 0.027217 -0.000147 0.000125 -0.039857 -0.033594 -0.012148 -0.003922 0.020222 -0.027486 -0.016894 0.007321 -0.013528 0.026961 -0.024557 -0.026157 -0.019179 -0.032898 -0.018614 0.006492 -0.002593 0.015773 -0.000214 0.008824 -0.000527 0.004122 0.007413 -0.004154 0.020688 0.036543 -0.044584 -0.002473 -0.022169 0.007159 0.01538 -0.027366 0.005705 0.008668 -0.001253 -0.02394 -0.023613 0.003362 -0.035179 0.011254 -0.066849 -0.007697 0.009991 0.01141 0.01935 0.020826 0.007438\nᧂ 0.039308 0.00378 -0.016326 0.032218 0.025068 -0.012624 0.007064 -0.024817 -0.008645 -0.012832 0.027379 -0.028109 0.008736 -0.000833 0.019728 -0.024783 0.018838 -0.055262 0.001402 -0.001048 -0.028898 0.029814 -0.021743 0.043433 0.000223 0.004912 -0.045728 -0.012235 0.002032 -0.04458 0.030134 0.004501 -0.016117 -0.033913 0.022994 0.018573 -0.06747 0.088254 0.017849 -0.017114 -0.035537 0.013895 -0.010938 -0.030231 -0.007671 -0.05478 0.033245 0.006437 -0.013229 -0.01132 0.024428 0.044133 0.02527 -0.047251 0.059162 0.009547 0.034808 -0.024943 0.012174 0.012349 -0.011868 -0.031206 -0.004581 -0.036303 0.019283 0.030461 0.023741 -0.015795 0.009294 0.012356 -0.030657 0.01307 0.033127 0.068144 -0.071606 0.0316 -0.036464 0.037468 -0.022497 -0.001786 0.024653 0.011682 0.019165 0.063303 0.006335 -0.054107 0.00237 0.009776 -0.042857 -0.025619 -0.003457 0.030815 0.011769 -0.009353 0.028449 -0.022982 -0.01781 -0.023766 -0.020712 0.01261 -0.029621 -0.015339 -0.015099 -0.019497 0.000734 -0.016095 0.019959 -0.016784 0.061782 -0.024529 0.017705 0.028411 0.012253 -0.018188 -0.004852 0.033888 0.007946 0.003754 -0.026965 -0.069657 0.023566 -0.030828 0.051126 0.047746 0.033123 -0.010655 0.001602 -0.007149 -0.012316 -0.006758 -0.026807 -0.001066 -0.023566 0.020731 -0.040224 -0.00972 -0.010396 0.022219 -0.015676 0.013517 -0.036442 0.007238 0.033614 0.042504 0.001662 -0.047527 0.023674 0.003546 -0.011173 -0.04237 -0.019028 0.022803 0.012258 0.016223 -0.005186 0.006932 -0.045859 -0.025948 0.008577 -0.031606 0.022628 0.012802 -0.010473 0.053116 -0.0125 0.00566 0.008466 -0.004363 0.004142 0.034776 -0.043091 -0.037824 0.020892 0.006257 -0.03707 -0.002631 -0.001473 0.008231 -0.046111 -0.036961 0.048354 -0.001858 -0.016106 -0.009938 0.027588 0.013338 0.000307 -0.003235 -0.077065 0.018269 0.02041 0.060849 -0.07233 0.010341 -0.013141 0.029391 -0.019678 0.032833 0.041766 0.043577 -0.041414 0.000931 0.002666 0.022553 0.03552 0.003755 0.009433 -0.01364 -0.014199 0.047228 -0.020928 0.023062 0.009024 -0.021787 0.03254 0.031608 -0.037033 -0.050219 0.001151 0.022476 -0.011869 0.011178 6e-05 -0.027352 0.002015 0.011237 -0.01178 0.009958 0.005077 -0.048114 -0.01311 -0.011021 -0.013223 -0.037564 -0.055043 -0.003718 0.010319 -0.048032 0.011328 0.036225 0.002564 0.017495 -0.008994 0.019722 0.007134 -0.007149 0.058284 0.02732 0.014141 0.074582 -0.000804 0.010301 -0.018686 -0.052762 -0.031795 -0.002595 0.015857 -0.028347 0.022876 -0.058224 0.023256 0.028811 0.017384 -0.049835 -0.053844 0.018537 -0.021665 -0.027367 -0.021998 -0.026774 0.004438 0.01516 -0.020547 0.009722 -0.010678 -0.022181 -0.014804 0.028792 0.031369 -0.04614 0.000274 -0.004427 -0.004014 0.02012 -0.019184 0.008289 0.005105 0.000977 -0.013507 -0.022147 -0.006322 -0.03168 -0.020648 -0.08512 -0.01837 0.004748 -0.00499 0.035191 -0.013678 -0.005745\nੋ 0.021299 0.006764 -0.044513 0.010436 -0.006371 0.015771 0.007791 0.004317 -0.02936 -0.023876 0.033938 0.011222 -0.007017 -0.006298 0.022967 0.004325 0.010117 -0.004382 -0.01015 -0.033366 -0.011217 -0.007079 0.010443 -0.005786 -0.002587 0.00763 -0.003695 -0.015845 -0.010527 -0.030756 0.019324 -0.033536 -0.012944 -0.027039 -0.002477 -0.001333 -0.011634 0.026247 0.016737 0.007171 -0.01374 0.015009 -0.005959 0.008788 -0.022868 -0.013634 0.030362 -0.009286 0.017388 0.000356 0.010063 0.042492 0.0289 -0.023656 0.021518 -0.004313 -0.002127 0.019677 -0.006819 0.018987 -0.02693 -0.013816 -0.008049 0.002283 0.009516 0.018084 0.038047 -0.009643 0.019955 0.006291 -0.036725 -0.01167 0.012054 0.021689 -0.039551 0.004015 -0.019893 0.020544 -0.022733 -0.004985 0.014175 -0.010752 -0.008353 0.000767 -0.028832 -0.039384 0.010779 -0.022401 -0.0109 0.004711 -0.010262 0.002728 0.021071 -0.008927 0.016432 0.012317 -0.010547 -0.029253 0.007837 -0.007313 -0.021434 -0.000552 0.012976 -0.021137 0.011864 -0.017552 -0.009638 -0.005527 0.023961 -0.00775 0.024918 0.016132 0.02226 -0.02361 0.002296 -0.001491 -0.000952 -0.017034 -0.012462 -0.018509 0.024257 -0.003364 0.03279 0.016049 0.017173 0.02216 -0.013556 -0.001577 -0.011668 -0.01485 -0.009153 0.014451 -0.00657 0.025514 -0.006626 -0.00408 -0.030009 0.017482 0.007182 0.033027 0.007941 -0.002019 0.006392 0.005454 -0.026115 -0.028661 0.047874 0.014368 -0.001652 -0.026803 0.012315 0.011847 0.018752 0.017729 -0.001089 -0.009094 0.002977 -0.022106 0.017077 -0.011138 -0.01647 0.008343 0.028484 0.008975 -0.015383 -0.006347 0.012065 -0.01783 0.011023 0.00702 -0.03191 -0.008988 -0.007481 0.006292 -0.02166 -0.023348 -0.017009 -0.00686 -0.03046 -0.012136 0.022811 -0.007192 0.006196 -0.001263 -0.005976 -0.013331 0.012339 0.013105 -0.032168 -0.005905 0.019884 0.015601 -0.020553 -0.010584 0.000271 0.041236 -0.023455 0.009677 -0.007641 -0.014368 -0.021292 -0.03111 0.013347 0.021749 0.012345 0.018701 0.001983 -0.009421 -0.003993 0.035033 -0.016311 -0.003378 -0.009802 -0.002287 -0.020901 0.043354 0.01922 -0.009641 0.013487 -0.00577 -0.010329 0.000122 0.000398 0.020162 -0.012243 0.007499 -0.006498 0.02753 0.0029 -0.025249 0.004305 -0.00141 -0.005345 -0.000483 -0.030658 -0.006275 -0.012249 -0.028703 0.006465 0.000515 0.016525 0.009299 -0.02239 0.012146 0.007274 0.00053 0.012483 -0.001409 0.037302 0.033237 0.013694 -0.001709 -0.004851 -0.01776 -0.014273 -0.013951 -0.001137 0.023941 -0.022836 0.002579 0.002663 -0.027647 0.034388 -0.019528 -0.024766 -0.005421 -0.010415 -0.006367 0.001447 0.002983 0.014994 0.018088 -0.000805 0.002768 0.007622 0.000972 -0.017092 0.026005 0.027431 -0.051573 0.006897 -0.033575 0.013879 0.015299 -0.01169 -0.003457 0.002365 0.003469 -0.014781 -0.018738 -0.003796 -0.023216 -0.00487 -0.054309 -0.008248 0.001653 0.021615 0.007715 0.004271 -0.002044\n् 0.028001 -0.000174 -0.049905 0.02247 0.011823 0.035849 0.002496 -0.004661 -0.022215 -0.032894 0.038579 0.012754 -0.007214 -0.024594 0.030262 -0.003676 0.004784 -0.02108 -0.009998 -0.044553 -0.013419 0.000591 0.006756 0.012218 0.006217 0.020516 -0.011342 -0.009178 -0.016274 -0.027618 0.024732 -0.031615 -0.019207 -0.039912 0.008006 0.008905 -0.037408 0.039931 0.008881 0.019767 -0.031874 0.010228 0.002625 0.001123 -0.025642 -0.020863 0.032769 -0.006363 -0.003724 0.01564 0.006325 0.05342 0.035101 -0.036581 0.041533 0.005559 -0.003879 0.018392 -0.005298 0.028546 -0.030478 -0.02963 -0.002761 -0.019547 0.014521 0.018032 0.035847 -0.010408 0.030444 0.016585 -0.051463 -0.008252 0.022792 0.015203 -0.045997 0.003847 -0.029493 0.022118 -0.03403 -0.01708 0.011666 -0.002952 0.002161 0.013087 -0.019304 -0.043348 0.006037 -0.005607 -0.017555 -0.003406 -0.00996 0.022553 0.004688 -0.015305 0.013794 -0.004852 -0.003162 -0.04031 -0.001648 -0.004427 -0.025907 0.002237 -0.004683 -0.024175 0.01064 -0.007986 -0.013925 0.007526 0.034613 -0.003255 0.045261 0.022484 0.024548 -0.01861 0.005308 0.001348 -0.004977 0.001059 -0.01849 -0.039251 0.024501 -0.001137 0.036584 0.026658 0.03238 0.010203 -0.007735 -0.012944 -0.012849 -0.018289 -0.014864 0.000634 -0.018606 0.030348 -0.021148 0.011436 -0.033869 0.00381 0.005798 0.040618 -0.008549 -0.007315 0.008382 0.027391 -0.036827 -0.048518 0.047692 0.00954 0.001973 -0.040352 0.003353 0.012286 0.030491 0.023831 0.0008 0.007722 0.001894 -0.025166 0.013773 -0.020931 -0.021726 0.012296 0.023693 0.012139 -0.014284 -0.013021 0.025718 -0.021188 0.0193 0.019368 -0.026004 -0.017822 -0.014136 0.034076 -0.016744 -0.029125 -0.010256 -0.009212 -0.037454 -0.016404 0.031351 -0.010525 0.008209 -0.01204 -0.00478 -0.013227 0.00422 0.026416 -0.05649 0.003304 0.019881 0.025188 -0.034315 -0.039895 0.002765 0.039689 -0.02224 0.016854 0.001366 -0.004525 -0.038201 -0.028789 0.014428 0.02458 0.017295 0.016077 0.01071 -0.008319 -0.00818 0.040593 -0.02121 -0.008374 -0.008734 0.016461 -0.002318 0.068454 0.009821 -0.022265 0.011377 8.5e-05 -0.006811 0.005724 -0.006536 0.007083 -0.029299 -0.006216 0.000862 0.018863 -0.007151 -0.022173 -0.007223 -0.004823 -0.00426 -0.027611 -0.035568 -0.006751 -0.01062 -0.029135 0.030009 0.024807 0.012427 0.022868 -0.023196 0.019179 0.002718 -0.005938 0.035911 -0.0033 0.03614 0.051975 0.024161 0.008895 -0.004784 -0.039144 -0.030323 -0.019786 -0.006397 0.019406 -0.029611 -0.01216 0.003888 -0.012428 0.031231 -0.0198 -0.028188 -0.017746 -0.027658 -0.01798 0.006544 -0.004645 0.021423 0.003169 0.009273 -0.005276 0.009159 0.002209 -0.001136 0.018514 0.047233 -0.048689 -0.002141 -0.020189 0.016031 0.016376 -0.026197 -0.009698 0.01888 -0.011741 -0.021619 -0.016142 0.006479 -0.039264 0.01188 -0.062961 -0.012549 0.00819 0.014578 0.019774 0.014718 0.008187\nː 0.010749 0.003306 -0.033621 0.014831 0.012742 0.031734 0.018825 -0.003996 -0.010414 -0.019847 0.036616 0.008074 -0.009138 -0.012175 0.030655 -0.004385 0.0039 -0.01743 0.00345 -0.031099 -0.00946 -0.001894 -0.011661 0.011465 0.005646 0.004458 -0.012858 -0.001609 -0.014264 -0.026947 0.029781 -0.026241 -0.018294 -0.018441 0.00023 0.010382 -0.019817 0.031602 0.011943 0.013727 -0.034291 0.020439 0.007754 0.011861 -0.005873 -0.015681 0.02066 0.009691 8.7e-05 0.003926 0.005038 0.041346 0.025875 -0.027423 0.031597 0.011604 -0.001862 0.022106 -0.005348 0.017916 -0.0292 -0.021867 -0.013802 -0.002771 0.004369 0.0177 0.040661 -0.022798 0.026002 0.024227 -0.033363 -0.005723 0.012302 0.017352 -0.034187 -0.007269 -0.01244 0.011622 -0.020206 -0.008393 0.014319 -0.005651 -0.002602 0.011256 -0.023142 -0.046179 0.008022 -0.005178 -0.005135 0.008533 -0.007305 0.013219 0.005209 -0.005456 0.005607 -0.018345 0.004879 -0.032072 -0.015409 -0.007333 -0.026866 -0.001627 -0.008327 -0.024077 0.008123 -0.007418 -0.013051 0.004984 0.015257 -0.00604 0.042667 0.010225 0.017841 -0.00254 0.011943 -0.005087 -0.016068 -0.006833 -0.015939 -0.025372 0.028228 -0.000431 0.026029 0.018715 0.017626 0.003348 0.006293 0.000838 -0.015644 -0.01355 0.00155 0.013893 -0.011471 0.02589 -0.00851 0.009289 -0.02589 0.01606 0.006983 0.033484 -0.001333 -0.001504 0.011066 0.016515 -0.02229 -0.03882 0.035966 -0.000939 0.009091 -0.043257 0.014911 0.009133 0.033156 0.018654 -0.006126 -0.001598 -0.008929 -0.022282 0.013817 -0.004021 -0.020314 0.005284 0.028298 0.001715 -0.017375 -0.013763 0.019143 -0.015224 0.008285 0.030002 -0.024714 -0.019228 -0.007783 0.015014 0.000145 -0.020434 -0.000958 -0.012782 -0.030847 -0.003449 0.030313 -0.006173 0.004555 -0.00168 -0.018217 -0.020661 -0.002065 0.013648 -0.025864 0.00129 0.014983 0.023577 -0.028836 -0.029772 0.003414 0.030338 -0.016758 0.009832 0.004689 0.000976 -0.029288 -0.017582 0.019443 0.022983 0.017093 -0.000349 -0.004516 -0.025955 -0.00706 0.02836 -0.017742 0.002748 -0.005644 0.021407 -0.001412 0.030389 -0.000807 -0.012786 0.013458 0.000844 -0.011603 -0.000907 0.003028 0.01344 -0.02155 0.008607 -0.003309 0.009204 0.010056 -0.017022 -0.007453 0.002907 -0.001768 -0.026165 -0.02152 0.003876 -0.011069 -0.01688 0.018064 0.011601 0.006971 0.027004 -0.015862 0.014411 0.000532 -0.010432 0.027548 0.014317 0.025676 0.034191 0.011915 0.010113 -0.010413 -0.024101 -0.023068 -0.013962 -0.01034 0.007257 -0.023909 -0.004057 0.008497 -0.01111 0.012968 -0.015023 -0.013307 -0.008355 -0.026153 0.002571 -0.00185 0.003708 0.003747 -0.008422 0.011272 -0.000809 0.01268 -0.002696 0.00656 0.015763 0.029687 -0.031815 -0.001706 -0.003066 0.012295 0.017371 0.000487 -0.006941 0.015617 -0.010656 -0.01863 -0.020286 0.004155 -0.027651 0.004603 -0.043142 -0.011112 0.004591 0.005141 0.003144 0.002729 -0.019651\nٓ 0.030647 -0.017695 -0.088794 0.028462 0.024501 0.057358 0.013826 0.002782 -0.050696 -0.032757 0.040639 0.031908 -0.013578 -0.038892 0.036222 0.008335 0.014193 -0.060885 -0.012203 -0.050181 -0.034816 -0.006262 0.013608 0.035748 0.023554 0.0313 -0.011546 0.017984 -0.03742 -0.034219 0.060215 -0.047486 -0.028889 -0.016488 0.010638 0.001615 -0.026365 0.047467 0.01899 0.037268 -0.047351 0.021769 -0.011001 0.022475 -0.030041 -0.05054 0.03428 0.001752 -0.006173 0.028914 0.008515 0.098125 0.060731 -0.043601 0.065192 0.006967 0.021367 0.034254 -0.018983 0.054076 -0.02832 -0.037573 -0.029165 -0.043826 0.026811 0.019563 0.04485 -0.018156 0.040388 0.009039 -0.03371 0.011222 0.026523 0.020241 -0.059835 0.016087 -0.04972 0.037181 -0.038884 -0.03121 0.024385 0.002026 0.007812 0.019404 -0.057217 -0.07928 -0.005016 -0.008613 -0.035802 0.011631 -0.026738 0.011916 0.008799 -0.011748 0.000943 -0.02071 -0.000899 -0.050625 -5.5e-05 -0.02043 -0.015516 0.002319 -0.024264 -0.042444 0.004481 -0.035085 -0.027218 0.005783 0.051575 -0.012366 0.057947 0.02547 0.018221 -0.015443 0.027137 -0.003684 -0.041283 0.003291 -0.019447 -0.057551 0.028154 0.017288 0.045646 0.004471 0.026329 0.013889 -0.012996 -0.043669 -0.030135 -0.028052 -0.024703 -0.000536 -0.04536 0.051376 -0.034663 0.036663 -0.044995 -0.008371 -0.022544 0.059963 -0.006734 -0.020754 0.038168 0.025931 -0.034209 -0.053459 0.057289 -0.003456 -0.002746 -0.068104 -0.0091 0.014917 0.049077 0.022606 0.006437 0.013695 -0.006849 -0.026407 0.033764 -0.015663 -0.016943 -0.009135 0.041064 0.030057 0.003542 -0.035703 0.024633 -0.025794 0.02217 0.045387 -0.042912 -0.035464 0.00835 0.040771 0.00478 -0.041541 -0.010261 -0.001216 -0.033891 -0.020973 0.059561 -0.025917 -0.014447 -0.027712 0.001357 0.002342 0.008139 -0.007233 -0.088911 -0.0115 0.018302 0.032009 -0.01379 -0.060824 0.011246 0.065365 -0.023651 0.01951 -0.006065 0.016413 -0.042688 -0.059172 0.018544 0.007801 0.029192 0.019472 0.016067 -0.032519 -0.010192 0.073499 -0.04573 0.008045 -0.007161 0.031352 0.006727 0.097151 -0.018887 -0.009378 -0.006577 0.016986 0.001425 0.010143 -0.024331 0.01872 -0.032947 0.021221 0.003539 0.034911 -0.006063 -0.032477 0.001867 0.010841 0.011098 -0.013328 -0.043856 -0.011723 -0.017298 -0.054773 0.073058 0.045162 0.003365 0.043245 -0.010714 0.025333 0.015987 -0.025034 0.080784 -0.003036 0.057336 0.064662 0.039914 0.030848 0.015631 -0.063918 -0.05983 -0.024996 -0.007367 0.026546 -0.037946 -0.035282 0.0168 -0.018704 0.024206 0.00781 -0.025785 -0.013722 -0.019575 -0.042507 0.001666 -0.000682 0.016931 -0.01339 -0.007639 0.011444 0.023728 0.009065 0.007341 0.013406 0.061892 -0.052238 -0.032883 -0.022797 0.011965 0.01663 -0.044044 0.007768 0.015182 -0.020112 -0.027671 -0.034422 0.003982 -0.058317 0.027551 -0.092219 0.000675 -0.012149 0.029095 0.018867 0.013234 -0.015358\nǒ 0.028388 0.002111 -0.044781 0.022903 0.010342 0.030862 0.00844 -0.001916 -0.020697 -0.028775 0.035266 0.006096 -0.010654 -0.019511 0.028715 -0.000116 0.007339 -0.025094 -0.006183 -0.031281 -0.016621 0.001251 -3.7e-05 0.015574 0.00395 0.017856 -0.006533 -0.008759 -0.013239 -0.02626 0.021632 -0.02902 -0.016349 -0.036119 0.006533 0.017039 -0.032904 0.034304 0.007004 0.01447 -0.027336 0.005171 -8e-05 -0.005295 -0.017653 -0.024931 0.035716 0.000834 -0.000756 0.020437 0.007463 0.044732 0.03141 -0.032899 0.04178 0.009214 -0.001827 0.02375 -0.009994 0.021677 -0.031864 -0.03002 -0.010737 -0.015291 0.010247 0.023976 0.040409 -0.016591 0.030753 0.020125 -0.048682 -0.007419 0.01899 0.020242 -0.042585 0.012557 -0.028052 0.022657 -0.023473 -0.017595 0.009391 -0.002937 0.001351 0.016531 -0.016642 -0.046951 0.001406 -0.007097 -0.010144 -0.003254 -0.003768 0.019121 0.011573 -0.014371 0.014149 -0.004272 -0.001202 -0.03645 -0.002681 -0.003684 -0.014787 0.002643 -0.003801 -0.024751 0.015027 -0.001943 -0.014926 0.006767 0.033097 -0.008311 0.038729 0.018589 0.020752 -0.014392 0.011707 0.003443 -0.009973 -0.000373 -0.017971 -0.03588 0.020415 -0.002762 0.038686 0.022584 0.028335 0.004447 -0.008864 -0.013254 -0.010287 -0.011795 -0.010741 -0.003935 -0.017773 0.030734 -0.022552 0.015007 -0.02838 0.004747 0.003497 0.040014 -0.004664 -0.007043 0.013577 0.025164 -0.025425 -0.046952 0.04685 0.001665 0.005274 -0.03737 0.005786 0.009776 0.030131 0.034724 -0.003128 0.008108 -0.002503 -0.021264 0.015077 -0.0168 -0.015876 0.01398 0.015464 0.015556 -0.015433 -0.017944 0.019537 -0.016124 0.013126 0.02105 -0.026482 -0.021548 -0.00725 0.03168 -0.015577 -0.026792 -0.006412 -0.004268 -0.033112 -0.015887 0.034323 -0.00718 0.005122 -0.008274 -0.005322 -0.013442 -0.005178 0.019578 -0.04806 0.00117 0.012792 0.026644 -0.032741 -0.038901 0.004911 0.034796 -0.023028 0.013544 0.006854 -0.000788 -0.032231 -0.024729 0.015052 0.031008 0.016285 0.015431 0.011911 -0.011702 -0.006511 0.036002 -0.019157 -0.000145 -0.005436 0.017485 -0.000313 0.055141 0.002538 -0.018762 0.005491 -0.001909 -0.007325 0.003441 -0.008105 0.006399 -0.024197 0.00076 0.000512 0.013795 -0.001778 -0.020914 -0.005112 -0.003613 -0.009532 -0.018212 -0.032069 0.00022 -0.01395 -0.032741 0.024514 0.027512 0.007416 0.023304 -0.019817 0.011424 0.00571 -0.007356 0.03831 -0.002602 0.032785 0.050962 0.026264 0.012526 -0.001365 -0.036875 -0.033361 -0.018689 -0.00352 0.019315 -0.020543 -0.012823 0.002955 -0.008702 0.031315 -0.020828 -0.023413 -0.016213 -0.029969 -0.015616 0.004121 -0.00269 0.012866 0.001568 0.010014 -0.005763 0.006926 0.002435 0.000172 0.020411 0.040046 -0.04768 -0.002796 -0.023432 0.009193 0.017428 -0.021066 -0.001117 0.015918 -0.01039 -0.02145 -0.020848 0.006893 -0.037111 0.014184 -0.060481 -0.008558 0.008893 0.004398 0.014744 0.017504 -0.001654\nნ 0.038209 -0.01244 -0.033846 0.005443 0.008396 0.029209 0.002536 -0.006383 -0.016801 -0.027947 0.032371 0.003611 -0.010847 -0.019737 0.020288 -0.007191 0.008009 -0.018824 -0.009829 -0.029566 -0.00716 0.003796 0.001179 0.006062 0.003912 0.014559 -0.011473 -0.007868 -0.018087 -0.023279 0.015921 -0.031469 -0.017589 -0.028671 0.016089 0.011269 -0.032342 0.033204 0.00418 0.008933 -0.014879 0.003237 -0.001032 -0.001053 -0.024968 -0.010068 0.028824 0.002085 -0.009876 0.006098 0.007276 0.040006 0.024683 -0.020174 0.0343 0.007264 0.005082 0.020569 -0.017186 0.020482 -0.025956 -0.021967 -0.003981 -0.012934 0.016557 0.016909 0.029474 -0.009249 0.022831 0.008297 -0.044961 -0.008523 0.010128 0.016586 -0.044141 -0.002482 -0.030358 0.012525 -0.031722 -0.015344 0.002277 -0.009919 -0.016743 0.010565 -0.019784 -0.035236 0.005756 0.006142 -0.0085 0.000641 -0.010837 0.016818 0.009331 -0.007739 0.019184 -0.001704 -0.002972 -0.025625 -0.002777 0.00014 -0.025105 0.009363 -0.005179 -0.029689 0.006542 -0.013715 -0.012047 0.0116 0.037747 -0.005444 0.039117 0.014591 0.019038 -0.019009 0.006293 -0.002343 -0.002753 0.002052 -0.019064 -0.038098 0.025029 0.006898 0.029019 0.015948 0.031756 -0.003213 -0.004116 -0.012821 -0.001125 -0.014648 -0.009609 0.000682 -0.002977 0.028874 -0.01055 0.004699 -0.013426 0.005471 0.022991 0.036776 -0.00037 -0.013619 -0.000818 0.02446 -0.036818 -0.044657 0.028319 0.009634 0.002991 -0.044973 -0.003848 0.002641 0.025309 0.012578 -0.001771 -0.000378 0.001964 -0.019388 0.017394 -0.014026 -0.01491 0.010502 0.003455 0.025825 -0.006075 -0.009251 0.007381 -0.024201 0.013962 0.018787 -0.025454 -0.019258 -0.002013 0.033997 -0.015361 -0.022534 -0.009212 -0.01101 -0.036627 -0.005958 0.022447 -0.009261 -0.000167 -0.014658 -0.012692 -0.022783 0.01061 0.016695 -0.048402 -0.006849 0.023417 0.024799 -0.021896 -0.040172 -0.000537 0.03747 -0.013166 0.014262 0.001215 0.00069 -0.023997 -0.021561 0.020667 0.016953 0.012947 0.011827 0.012858 -0.001452 -0.006085 0.036119 -0.014267 -0.005866 -0.007401 0.010344 0.003103 0.052727 0.004044 -0.027234 0.006001 0.002885 0.000459 0.009067 -0.008587 0.006982 -0.016815 -0.009919 -0.002266 0.022259 -0.011155 -0.020848 -0.00758 -0.004074 -0.000516 -0.015486 -0.029744 -0.003074 -0.007634 -0.029799 0.02484 0.013765 0.005961 0.016681 -0.024992 0.011932 0.005754 0.004429 0.02937 -0.010849 0.037548 0.03369 0.026182 0.010765 -0.002217 -0.029043 -0.023057 -0.019423 -0.009483 0.016348 -0.029167 -0.007072 0.004634 -0.015481 0.022679 -0.027288 -0.023661 -0.017476 -0.026326 -0.024944 -0.002849 -0.013234 0.016662 0.007425 0.003126 -0.006036 0.003737 -0.008424 0.005454 0.012759 0.034848 -0.041642 -0.006404 -0.02297 0.023387 0.008848 -0.018883 -0.007768 0.015287 0.002288 -0.010994 0.004771 0.002108 -0.039435 0.008768 -0.058788 -0.014755 0.000726 0.015732 0.01257 0.009724 0.002653\ng 0.033278 0.002696 -0.054357 0.032416 0.021988 0.032834 0.014216 -0.003798 -0.02768 -0.027088 0.040453 0.000409 -0.007411 -0.02458 0.022647 -0.006222 0.008289 -0.032087 -0.008798 -0.038413 -0.01961 0.002128 -0.000184 0.018048 0.001498 0.027347 -0.00064 -0.002221 -0.002869 -0.022084 0.019557 -0.030631 -0.007359 -0.033564 0.017674 0.013734 -0.044843 0.034568 0.00743 0.026675 -0.021704 0.010736 -0.009189 -0.00072 -0.026692 -0.033847 0.041765 -0.004007 0.003427 0.027349 0.008771 0.057862 0.033076 -0.035573 0.050484 0.006132 -0.009689 0.032178 -0.017523 0.021331 -0.025411 -0.033784 -0.012168 -0.011048 0.01217 0.013487 0.038081 -0.016376 0.033655 0.012773 -0.043074 -0.012547 0.027461 0.01533 -0.052558 0.012473 -0.021168 0.029137 -0.018731 -0.016641 0.012866 -0.001953 0.000783 0.031453 -0.028487 -0.057004 -0.006848 -0.007125 -0.017477 -0.012784 -0.003177 0.035385 -0.00724 -0.01895 0.004957 -0.012952 6.8e-05 -0.030255 -0.002584 -0.008816 -0.013686 0.005727 -0.001906 -0.01667 0.01691 -0.004298 -0.016551 0.008105 0.04123 0.002262 0.035559 0.022421 0.018393 -0.010795 0.012545 0.004555 -0.016535 -0.000961 -0.010094 -0.043893 0.010943 -0.003355 0.045189 0.025777 0.033366 0.012949 -0.012611 -0.01457 -0.011414 -0.011952 -0.017518 -0.00771 -0.024292 0.022323 -0.019777 0.01629 -0.022694 0.010138 0.003415 0.049652 -0.00791 -0.005016 0.02566 0.025527 -0.03734 -0.040683 0.045158 -0.001288 -0.001841 -0.042593 0.001759 0.011911 0.026331 0.03177 -0.004904 0.009234 0.000287 -0.020869 0.008208 -0.026009 -0.013248 0.016556 0.021235 0.006685 -0.014061 -0.008208 0.023831 -0.028322 0.021008 0.028022 -0.034854 -0.025549 -0.011977 0.030208 -0.024392 -0.025829 -0.003898 0.004471 -0.028178 -0.028047 0.037899 -0.006617 -0.002652 -0.008921 -0.007985 -0.011676 0.001756 0.013896 -0.066533 -0.008593 0.00936 0.028373 -0.034808 -0.036578 -0.010943 0.036181 -0.008862 0.005963 0.007267 -0.000789 -0.047277 -0.034534 0.012596 0.028965 0.020898 0.006962 0.014392 -0.009505 -0.008543 0.033876 -0.035723 0.002329 -0.002631 0.020896 0.004359 0.058655 0.00826 -0.027815 0.005605 0.00915 0.00749 0.013052 -0.003399 -0.003802 -0.019862 -0.005783 0.007816 0.013674 -0.009311 -0.018973 0.000107 -0.005007 -0.01448 -0.035206 -0.040168 0.008819 -0.012997 -0.042114 0.029181 0.026402 0.001992 0.033493 -0.01409 0.014045 0.007379 -0.015801 0.042587 -0.002566 0.035022 0.055671 0.016907 0.012257 0.006825 -0.050349 -0.034341 -0.019987 -0.006679 0.020592 -0.018412 -0.031829 0.009143 -0.003007 0.02517 -0.023932 -0.031264 -0.020919 -0.022904 -0.011271 0.002618 -0.001727 0.018093 -0.006928 0.008679 0.00055 0.019314 -0.000386 0.006552 0.028908 0.03871 -0.050732 -0.001343 -0.015258 0.008513 0.020214 -0.029643 -0.00195 0.003786 -0.007495 -0.030863 -0.013486 0.011994 -0.041145 0.014842 -0.063416 -0.014075 0.009897 0.014488 0.008174 0.040009 -0.003405\nת 0.036122 0.0062 -0.05484 0.026925 0.012938 0.040636 0.009805 -0.008195 -0.020267 -0.035815 0.037428 0.014026 -0.007729 -0.031238 0.033937 -0.008184 0.008468 -0.025585 -0.015538 -0.051809 -0.017421 0.003213 0.00438 0.017368 0.003529 0.024131 -0.005435 -0.00928 -0.016488 -0.031138 0.021717 -0.03121 -0.024572 -0.049443 0.011181 0.014727 -0.041203 0.044462 0.013698 0.024179 -0.03504 0.007034 0.003644 8e-06 -0.032165 -0.030289 0.04084 0.000259 -0.002547 0.016946 0.007693 0.060376 0.040764 -0.039599 0.051095 0.009217 -0.005336 0.029283 -0.014745 0.031411 -0.03388 -0.032423 -0.010355 -0.016739 0.019745 0.02384 0.043426 -0.014193 0.038534 0.018619 -0.050691 -0.009746 0.024536 0.021884 -0.055096 0.00291 -0.031859 0.026914 -0.030785 -0.02105 0.016564 -0.003156 -0.002549 0.018557 -0.025402 -0.057803 0.003397 -0.003145 -0.019604 -0.003618 -0.009186 0.03005 0.003683 -0.015664 0.015288 -0.00863 0.004618 -0.042799 -0.002826 -0.006804 -0.022128 -0.002461 -0.000633 -0.035718 0.015575 -0.009765 -0.015861 0.013763 0.038274 -0.003318 0.049139 0.019385 0.025457 -0.018784 0.009587 0.003442 -0.016072 0.004267 -0.018861 -0.049765 0.022018 4.3e-05 0.047796 0.024111 0.040016 0.012281 -0.01208 -0.017 -0.014891 -0.022083 -0.016029 0.001398 -0.019281 0.029837 -0.024664 0.017228 -0.032126 0.005492 0.007752 0.05342 -0.000543 -0.012367 0.016209 0.031393 -0.041917 -0.053474 0.050013 0.005118 0.002102 -0.045396 0.006749 0.012865 0.040193 0.029053 -0.004772 0.007584 -0.003087 -0.024887 0.015784 -0.024051 -0.024832 0.015537 0.02409 0.01502 -0.014554 -0.015733 0.022478 -0.025983 0.019656 0.028645 -0.032582 -0.025218 -0.01185 0.041069 -0.020504 -0.031976 -0.012524 -0.011971 -0.039792 -0.021334 0.039221 -0.010226 0.010035 -0.008709 -0.005657 -0.019389 0.002315 0.02033 -0.064674 0.000516 0.014821 0.031703 -0.038682 -0.044226 0.0021 0.047609 -0.024844 0.016269 0.001686 0.000169 -0.03961 -0.039625 0.017679 0.025976 0.024564 0.015052 0.015812 -0.009697 -0.01023 0.042713 -0.026079 -0.00185 -0.012513 0.016069 0.003982 0.074904 0.003254 -0.021779 0.005899 -0.001765 -0.007212 0.009961 -0.008008 0.010336 -0.028541 0.001095 0.002048 0.018609 -0.010763 -0.023368 -0.005375 0.001974 -0.005807 -0.029866 -0.037366 -0.005643 -0.019417 -0.032073 0.033853 0.026869 0.01238 0.028834 -0.023384 0.011856 0.0069 -0.011978 0.041864 -0.007108 0.045598 0.058227 0.030779 0.009674 0.002788 -0.045101 -0.038067 -0.025315 -0.004015 0.025753 -0.028155 -0.015119 0.009288 -0.011376 0.036541 -0.029115 -0.036247 -0.023063 -0.03449 -0.014119 0.006601 0.001522 0.023788 -0.002129 0.013194 -0.002745 0.013644 0.000793 0.000334 0.020142 0.052457 -0.054105 -0.00721 -0.020093 0.018598 0.016572 -0.024241 -0.004172 0.022078 -0.012161 -0.023912 -0.021531 0.01382 -0.048773 0.009761 -0.073003 -0.008025 0.006662 0.018282 0.014622 0.027093 0.002187\nደ 0.03034 0.004039 -0.05065 0.007129 0.01333 0.044108 0.003808 -0.002451 -0.023727 -0.052422 0.018486 0.01274 0.01005 -0.021243 0.027808 0.007013 0.007851 -0.036971 -0.015829 -0.036161 -0.010846 -0.010507 0.007431 -0.003553 -0.00772 0.029122 -0.017928 -0.01858 -0.00308 -0.034366 0.011511 -0.030188 -0.014871 -0.040832 0.00149 0.013319 -0.035397 0.040579 -0.014872 0.023411 -0.044442 -0.00615 -0.00928 -0.004588 -0.015953 -0.028325 0.031646 -0.016309 -0.011673 0.029576 0.003673 0.0447 0.033692 -0.026235 0.055158 0.017478 -0.011716 0.020455 -0.003028 0.040004 -0.030966 -0.019213 -0.000388 -0.024319 0.02781 0.025999 0.029049 0.003357 0.019635 0.025841 -0.042581 -0.003564 0.018544 0.028562 -0.031643 0.01796 -0.031513 0.022673 -0.028123 0.003121 0.00741 -0.006 -0.000482 0.02751 -0.007593 -0.038748 -0.00056 4e-05 -0.00756 0.006685 -0.016671 0.006439 -0.002982 -0.021877 0.015907 -0.010898 -0.008861 -0.036887 0.007619 -0.013079 -0.020628 0.013255 -0.007007 -0.020274 0.003582 -0.00635 -0.001381 0.01448 0.028925 -0.012927 0.037137 0.018436 0.025293 -0.031625 0.018559 -0.00728 -0.025877 0.004647 -0.033038 -0.015959 0.042914 -0.003804 0.027694 0.032001 0.035427 -0.006702 -0.013113 -0.006366 -0.013117 -0.022762 -0.022697 -0.011038 -0.004953 0.016356 -0.033053 0.001875 -0.034044 0.015555 0.00604 0.055079 -0.014622 -0.016043 0.001327 0.027743 -0.025076 -0.055615 0.053723 0.001146 0.000363 -0.043933 -0.01974 0.016672 0.036793 0.040115 0.005137 0.008685 -0.000943 0.000441 0.030013 -0.020532 -0.027494 0.025212 0.009124 0.016062 -0.000937 -0.018147 0.015639 -0.018839 0.043674 0.011174 -0.036568 -0.015569 -0.005147 0.036776 -0.010209 -0.026494 -0.021751 -0.017513 -0.052506 -0.01115 0.037515 -0.017982 0.014438 -0.01729 -0.006896 -0.028704 0.01841 0.015868 -0.064314 0.015474 0.012653 0.018646 -0.029382 -0.041566 0.011744 0.046864 -0.020764 0.009307 -0.004619 0.004635 -0.030622 -0.034521 0.025284 0.034545 0.011545 0.035428 0.016855 -0.011114 -0.00954 0.039541 -0.024835 -0.012951 0.006408 0.012111 -0.002883 0.081418 0.00938 -0.024109 -0.002093 0.002211 -0.003278 0.008454 -0.005988 -0.002827 -0.034332 0.001936 0.015082 0.015607 -0.025429 -0.025944 -0.012311 -0.001235 -0.012165 -0.009681 -0.054701 -0.007859 -0.020184 -0.016637 0.0172 0.027626 0.002295 0.030597 -0.024217 0.004559 -0.007762 -0.013781 0.036675 -0.012143 0.044973 0.055474 0.038519 -0.010021 -0.015467 -0.040548 -0.042988 -0.021249 0.008693 0.027096 -0.025178 -0.009676 0.007359 -0.027795 0.034809 -0.030263 -0.028855 -0.016667 -0.025322 -0.023898 0.019408 3.7e-05 0.029296 0.004311 0.006249 -0.02137 -0.000462 0.004838 0.007035 0.027965 0.051218 -0.070763 -0.022999 -0.024939 0.012829 0.016403 -0.046534 -0.001195 0.024148 0.000823 -0.016949 0.001581 0.00016 -0.05451 0.015951 -0.078981 -0.015006 0.001843 0.027898 0.02622 0.015628 0.00344\nü 0.037041 0.003677 -0.053691 0.025629 0.014741 0.034568 0.005881 0.012541 -0.018916 -0.027352 0.03541 0.00453 -0.001556 -0.037844 0.013897 0.00049 0.007806 -0.028828 -0.027776 -0.041425 -0.013616 -0.016372 0.005563 0.033338 0.007326 0.034323 0.001909 -0.001893 -0.021714 -0.035457 0.018931 -0.042679 -0.015335 -0.034565 0.011667 0.019343 -0.052463 0.033694 0.017195 0.018937 -0.024942 0.012356 -0.008878 0.003468 -0.032307 -0.025247 0.034379 -0.009022 -0.001426 0.020774 -0.001055 0.067802 0.034835 -0.040527 0.049939 0.004504 -0.002619 0.029893 -0.010287 0.03688 -0.020656 -0.034673 -0.001429 -0.009555 0.010341 0.019059 0.025644 -0.02031 0.040792 0.014305 -0.041557 -0.01319 0.019995 0.021863 -0.060102 0.008677 -0.034348 0.039213 -0.021388 -0.013855 0.020277 -0.008144 0.0007 0.022854 -0.043159 -0.063294 -0.0005 0.004708 -0.028875 0.005641 -0.014068 0.036813 -0.005859 -0.02224 0.011823 -0.009983 0.004056 -0.042676 -0.00882 -0.004791 -0.007798 -0.00883 0.003332 -0.010728 0.015529 -0.003882 -0.011172 0.007922 0.03066 0.002456 0.044325 0.016619 0.022901 -0.002218 0.012367 0.003776 -0.013539 -0.006986 -0.011535 -0.039001 0.009303 -0.005144 0.044168 0.010225 0.039927 0.015784 -0.009537 -0.026828 -0.011688 -0.020301 -0.018659 0.000794 -0.021324 0.01691 -0.030762 0.016548 -0.025444 -0.001056 0.006913 0.055065 -0.002099 -0.018776 0.020881 0.023813 -0.042218 -0.053903 0.038734 0.00084 0.007862 -0.044512 0.007345 0.010281 0.028075 0.033746 -0.003563 0.004819 -0.005865 -0.020741 0.012485 -0.025455 -0.010929 0.021883 0.01631 0.018926 -0.012989 -0.007978 0.016216 -0.026836 0.012644 0.032847 -0.04197 -0.029154 -0.017327 0.036073 -0.031332 -0.041417 -0.006036 0.003588 -0.034236 -0.020845 0.033153 -0.016402 0.00087 0.00135 -0.007102 -0.017299 0.002252 0.024042 -0.061058 -0.005255 -0.004353 0.018448 -0.028252 -0.039005 0.008202 0.034675 -0.011402 0.011129 0.002431 -0.000706 -0.044019 -0.035479 0.016728 0.024271 0.008663 0.020983 0.022468 -0.007947 -0.013003 0.033625 -0.033235 0.013338 -0.012506 0.027009 -0.001694 0.071614 0.005834 -0.026383 -0.006481 0.009102 -0.004672 0.000279 -0.012488 0.001804 -0.021755 -0.01091 -0.006328 0.024638 -0.013379 -0.019223 -0.000799 -0.00462 -0.012119 -0.023983 -0.042652 -0.000148 -0.008332 -0.029474 0.03089 0.03169 0.013508 0.029169 -0.022523 0.018268 0.003249 -0.009937 0.052617 -0.009728 0.027508 0.053426 0.022951 0.001466 0.004985 -0.051216 -0.034314 -0.026443 -0.004284 0.020945 -0.021731 -0.019115 0.017948 -0.009929 0.034359 -0.026072 -0.026027 -0.011897 -0.012559 -0.019595 0.011197 0.003747 0.025988 -0.006013 0.005747 -0.007684 0.015608 0.002095 -0.0014 0.024065 0.033063 -0.043538 -0.00821 -0.022423 0.01066 0.020889 -0.016226 -0.00359 0.015747 -0.000362 -0.024825 -0.015935 -0.001988 -0.046374 0.010677 -0.059572 -0.006429 0.007616 0.019754 0.010799 0.032278 -0.005262\nᐊ 0.009582 -0.00077 -0.021183 0.007518 0.000414 0.022673 -0.003485 -0.014158 0.005012 -0.013656 0.026752 0.008797 0.007899 -0.007708 -0.01303 -0.017728 0.012975 -0.009071 -0.007918 -0.047239 8.1e-05 0.025474 -0.032285 -0.021835 -0.015566 -0.015186 0.007822 -0.021045 0.012919 -0.023386 0.037464 0.006825 -0.02768 -0.005757 0.000161 0.0143 -0.040485 0.055329 0.027206 0.004291 -0.012044 0.003245 -0.02607 0.008919 -0.020985 0.008943 0.023371 -0.034987 -0.000344 0.02049 0.026205 -0.015978 0.043172 -0.030152 -0.006394 -0.031658 -0.025154 -0.01163 -0.010162 -0.009424 -0.028983 0.00434 -0.011073 -0.009542 -0.003563 -0.02013 0.036423 -0.02555 0.012165 -0.004534 -0.013692 -0.031132 0.045782 0.013035 -0.013962 -0.018374 -0.000345 0.031246 -0.018443 -0.012514 0.041366 -0.047039 0.010117 0.035072 -0.027144 -0.063422 -0.004802 0.011907 -0.000442 0.028526 2.8e-05 0.025309 -0.013096 0.011687 0.043275 -0.015977 -0.002416 -0.019222 0.049685 0.038602 -0.005065 -0.005827 -0.012385 -0.024041 -0.027206 -0.033245 -0.000374 0.010907 0.04655 -0.000158 0.054132 -0.003441 -0.006539 -0.028468 0.021003 0.026569 0.04122 -0.011932 0.019001 -0.029936 -0.009314 0.00263 0.013621 0.028017 0.032728 0.014896 -0.005787 0.001876 -0.005715 -0.012599 -0.036051 0.016746 -0.026247 0.046753 -0.001355 0.021171 -0.029204 -0.0326 0.001403 0.030113 -0.011872 0.00443 0.033796 0.050802 -0.009213 -0.039015 0.00918 0.013057 0.006985 -0.023887 -0.003034 0.009968 0.009075 0.027969 0.006561 0.003279 -0.019694 -0.02039 -0.022663 -0.015327 -0.026327 0.0052 0.014894 0.005281 0.010762 -0.007139 0.017814 -0.016397 0.003177 -0.013827 -0.020041 -0.007804 0.025985 0.035139 -0.006487 -0.045135 0.010635 0.003327 -0.030409 -0.01812 0.037819 -0.017222 0.003694 -0.002901 -0.004771 0.005477 -0.015146 -0.015174 -0.011157 0.011966 0.01694 0.025184 -0.0091 -0.019277 -0.012844 0.031315 0.006285 0.007354 0.020636 -0.00684 0.000499 -0.013599 0.013871 -0.000344 0.024919 -0.007174 0.000654 0.016246 0.034062 0.002515 -0.022127 0.008224 -0.01242 7.3e-05 0.022156 0.04549 -0.017535 -0.028543 0.03454 -0.034557 0.003363 0.014299 0.00394 -0.015404 -0.002363 -0.021814 -0.003408 0.000625 -0.00746 -0.000972 -0.004458 0.00193 0.021678 -0.032597 -0.037795 -0.003151 0.013784 -0.040107 0.002628 0.015366 0.029064 0.004598 -0.014131 0.039281 0.005255 0.020558 0.023893 0.024291 0.011762 0.006796 -0.03688 -0.033163 0.01823 0.006667 -0.051022 -0.000782 -0.005241 0.023126 -0.028991 -0.00947 -0.008089 0.002309 0.028523 -0.034062 -0.046459 -0.009043 -0.008723 0.001238 -0.039042 0.020829 -0.002299 -0.004898 0.028748 0.018342 0.006592 0.017107 -0.022011 -0.008396 0.01553 -0.002336 -0.018798 -0.01264 0.008926 0.017201 0.030656 -0.01124 0.016374 0.010274 -0.030718 0.023256 -0.019057 -0.022474 -0.003703 -0.04425 0.005832 -0.004344 0.020886 0.036099 -0.0108 -0.017013\nऌ 0.053289 0.020914 -0.063742 0.027056 0.068542 0.068271 0.004585 0.003604 -0.007849 -0.003433 0.03975 0.019379 -0.008356 -0.003298 0.06277 0.005885 0.004039 -0.029883 -0.013596 -0.072736 -0.030999 -0.03684 0.012015 0.067879 0.008977 0.010121 0.027081 0.014524 -0.03026 -0.079197 0.061898 -0.014656 -0.070436 -0.090695 0.054517 0.025459 -0.077841 0.067519 -0.0185 0.037338 -0.040338 0.031855 -0.01355 0.041211 -0.037994 -0.044312 0.068793 -0.027102 0.03244 0.074525 -0.003775 0.10248 0.046559 -0.03627 0.086642 -0.018261 -0.002674 0.053822 -0.021511 0.085669 -0.041183 -0.048555 0.020361 -0.010049 0.004771 0.027396 0.080701 -0.048629 0.003431 -0.016096 -0.077728 -0.058498 0.063474 -0.010587 -0.08511 0.018988 -0.00128 0.037544 -0.006028 -0.019648 0.039031 -0.006673 0.023357 0.034863 -0.060877 -0.077127 -0.024876 -0.016073 0.004014 -0.021314 0.019526 0.042413 0.002769 -0.026157 0.020946 -0.029884 -0.041116 -0.056513 -0.035081 -0.014019 -0.006393 0.002875 -0.037785 -0.065428 0.006505 -0.01883 -0.04195 0.014784 0.033802 -0.000762 0.070079 0.015098 0.025838 0.013919 -0.010331 -0.006247 -0.024635 -0.021051 0.021503 -0.036724 0.012429 0.015819 0.074196 0.056308 0.020511 0.028103 -0.014764 -0.007913 0.016101 -0.033142 -0.047265 0.010847 -0.042452 0.03461 -0.048754 -0.016076 -0.033859 -0.050662 -0.013989 0.027665 -0.026354 -0.003325 0.046187 0.011134 -0.057674 -0.05965 0.055295 -0.001434 0.018107 -0.070936 0.020713 0.01877 0.047076 0.032958 0.010435 0.035972 -0.011993 -0.020729 -0.003583 -0.001786 0.002202 0.038465 0.045591 0.009231 -0.00528 0.02019 0.068811 -0.06208 0.030923 0.037508 -0.064837 -0.064927 -0.007594 0.04281 -0.049364 -0.051709 -0.070328 0.01417 -0.035515 -0.047216 0.057189 0.0029 -0.026695 0.001569 -0.001 -0.00966 -0.004582 -0.023378 -0.082209 -0.032758 0.028866 0.036313 -0.069416 -0.04389 -0.035502 0.062643 -0.013146 0.005562 0.034075 0.004337 -0.066099 -0.046978 0.026395 0.010091 0.038315 0.018712 0.029576 -0.017457 -0.006873 0.038465 -0.048912 0.040475 -0.008663 0.009112 -0.011974 0.075915 0.034835 -0.018116 0.005742 -0.020737 0.040876 0.02578 -0.028915 0.010909 0.000786 -0.008424 -0.002013 -0.023092 -0.02834 -0.019202 -0.010147 -0.013364 -0.003747 -0.052405 -0.04578 -0.000499 -0.041861 -0.058707 0.017092 0.020297 0.012021 0.022169 -0.044565 0.009038 0.031473 0.010733 0.09398 -0.000128 0.033654 0.098819 0.01393 0.0414 -0.001398 -0.060034 -0.056583 -0.073235 0.012431 -0.006442 -0.072031 -0.07588 0.005338 -0.024889 0.016645 -0.021769 -0.055323 -0.015388 -0.025697 -0.014152 -0.019255 -0.004618 0.084525 -0.032685 0.015712 -0.026301 0.004462 0.042386 -0.014292 0.065525 0.056918 -0.052307 -0.007689 0.005495 0.014888 -0.028622 -0.023895 0.027752 0.000927 -0.034201 -0.017836 -0.054345 0.011048 -0.084864 0.004908 -0.066163 -0.03151 0.000802 0.030144 0.000238 0.099409 -0.001138\nฎ 0.02785 0.002832 -0.038769 0.023082 0.004042 0.037018 -0.000177 -0.000969 -0.018031 -0.025451 0.020476 0.01197 -0.006366 -0.013787 0.035297 0.00371 0.010745 -0.026581 -0.001647 -0.03936 -0.019766 0.011628 0.00562 0.005979 0.002978 0.018378 -0.002742 -0.003534 -0.021281 -0.016985 0.010746 -0.035557 -0.011153 -0.029549 -0.002782 0.012676 -0.035013 0.038632 0.009647 0.010429 -0.030065 0.009072 0.002717 0.004835 -0.022493 -0.022022 0.029645 0.000293 0.007236 0.00951 0.002189 0.041357 0.030952 -0.016044 0.040009 -0.001825 0.007263 0.022575 -0.018375 0.022362 -0.014452 -0.029203 -0.003514 -0.02001 0.016202 0.013896 0.027685 -0.010875 0.033705 0.006917 -0.045639 -0.008037 0.020415 0.002712 -0.040736 -0.00163 -0.026002 0.029177 -0.025779 -0.014809 0.005993 -0.000726 0.002572 0.018623 -0.016789 -0.053809 -0.006227 -0.002572 -0.01967 -0.005132 -0.009207 0.022866 0.013355 -0.005439 0.01132 0.004123 0.001454 -0.04404 0.004835 -0.002244 -0.009345 0.005814 -0.004984 -0.021611 0.011481 0.002032 -0.011709 0.008427 0.02861 -0.006488 0.048191 0.01284 0.024708 -0.0119 0.011729 0.001236 -0.006708 0.007875 0.011831 -0.043917 0.017851 0.007148 0.03209 0.024257 0.029254 0.001838 -0.013268 -0.010255 -0.007932 -0.011949 -0.018777 -0.004854 -0.008944 0.021847 -0.020963 0.014315 -0.032426 0.00723 0.010757 0.033917 0.007177 -0.008402 0.008897 0.024787 -0.029586 -0.048833 0.04304 0.000624 0.000881 -0.033515 0.00699 0.007223 0.03244 0.02595 -0.002659 0.008294 0.001219 -0.019018 0.010799 -0.025209 -0.005198 0.008945 0.020853 0.012617 -0.016461 -0.009787 0.010513 -0.01975 0.019924 0.023697 -0.021309 -0.015516 -0.003869 0.028922 -0.022255 -0.026784 -0.001104 0.001411 -0.039529 -0.01829 0.03112 -0.016619 0.012046 -0.010362 -0.010238 -0.015668 0.00753 0.01709 -0.05667 -0.002616 0.014303 0.021881 -0.031118 -0.035085 0.008658 0.03786 -0.014017 0.012419 0.00029 0.0041 -0.027964 -0.029957 0.017486 0.029197 0.022267 0.019057 0.016895 0.004664 0.000967 0.032401 -0.017468 -0.009246 -0.007221 0.009772 -0.003589 0.056196 0.009118 -0.01573 0.010161 -0.005347 0.000659 0.010377 0.007406 -0.002268 -0.029492 0.000618 0.000383 0.009288 -0.008641 -0.027301 -0.013606 0.007707 -0.009639 -0.01867 -0.022662 0.001247 -0.008136 -0.035252 0.019842 0.021664 0.011666 0.030529 -0.02261 0.010177 0.00813 -0.005702 0.032114 0.001738 0.041225 0.051682 0.020762 -0.00287 -0.011245 -0.045847 -0.028515 -0.009087 -0.003417 0.024218 -0.021613 -0.013018 0.004406 -0.01078 0.014862 -0.014387 -0.016041 -0.025449 -0.025876 -0.012647 0.006428 -9.7e-05 0.016253 -0.003557 0.00991 0.004208 0.009565 0.00086 0.004797 0.014636 0.041604 -0.046852 0.003168 -0.012252 0.019282 0.008483 -0.022498 -0.006229 0.024149 -0.005717 -0.021863 -0.015214 0.010818 -0.033142 0.015014 -0.050712 -0.014446 0.010645 0.002693 0.006107 0.02191 -0.001082\nʑ 0.013316 0.01219 -0.0341 0.023454 0.021983 0.041993 0.017943 -0.002234 -0.012543 -0.03033 0.046045 0.032348 -0.011627 -0.012931 0.043989 -0.009066 0.002024 -0.021546 0.003304 -0.0363 -0.014643 -0.003315 -0.025032 0.00481 0.009564 0.008469 -0.011199 -0.006796 -0.006459 -0.032034 0.028403 -0.037889 -0.028385 -0.034663 -0.002353 0.012066 -0.024865 0.040259 0.014316 0.013025 -0.035676 0.027268 0.005277 0.020527 -0.0135 -0.020772 0.035119 -0.002851 0.005991 0.015855 0.012165 0.057739 0.021308 -0.044893 0.044787 0.011792 0.001342 0.030631 -0.013886 0.02983 -0.033613 -0.031517 -0.027158 -0.002369 0.010769 0.019384 0.05656 -0.031779 0.025709 0.025794 -0.04138 0.001579 0.005605 0.029915 -0.03998 0.000548 -0.011638 0.019093 -0.022151 -0.00771 0.017134 -0.00566 -0.009506 0.024831 -0.029308 -0.072824 0.0174 -0.006916 -0.006078 0.011775 -0.005772 0.016638 -0.000155 -0.009172 -0.004985 -0.025663 0.009757 -0.036857 -0.032689 -0.013016 -0.030353 -0.000754 -0.005937 -0.02701 0.01509 -0.007347 -0.018756 0.010799 0.025581 -0.002741 0.056929 0.00703 0.024735 0.008006 0.023914 -0.00491 -0.030041 -0.003348 -0.0257 -0.031781 0.033892 -0.016582 0.023868 0.010819 0.023335 -0.010039 -0.005068 0.003113 -0.014524 -0.00918 -0.005803 0.011726 -0.013582 0.037864 -0.008593 0.012092 -0.022028 0.024622 0.012064 0.040453 0.000675 -0.002844 0.013942 0.012487 -0.020797 -0.051136 0.036323 -0.010343 0.009115 -0.043009 0.020896 0.009803 0.036859 0.026137 0.008454 0.00177 -0.00062 -0.030339 0.02547 -0.017246 -0.023915 0.021725 0.032371 -0.010714 -0.017651 -0.025086 0.011355 -0.02292 0.006633 0.056389 -0.031694 -0.023863 0.002339 0.022976 1.5e-05 -0.028252 -0.000796 -0.00832 -0.043524 -0.003308 0.044221 -0.001414 0.009984 0.010481 -0.029517 -0.028259 0.000389 0.014413 -0.041137 -0.000842 0.009615 0.040302 -0.034148 -0.029849 -0.007884 0.04581 -0.03391 0.002994 0.008424 0.001702 -0.032191 -0.026467 0.025685 0.038756 0.021297 0.001397 0.002823 -0.031205 -0.023145 0.02656 -0.024531 0.002633 0.00018 0.032597 4.1e-05 0.039905 0.010279 -0.003251 0.009366 0.005697 -0.023874 -0.006801 0.00825 0.01142 -0.025212 0.009068 -0.008691 0.007365 0.006919 -0.007657 -0.01195 0.005053 -0.00836 -0.043854 -0.026728 -6.8e-05 -0.016868 -0.007751 0.018527 0.011936 0.011017 0.03782 -0.01723 0.020432 0.004425 -0.028701 0.039671 0.01882 0.037528 0.044604 0.012776 0.019529 -0.025485 -0.039412 -0.019849 -0.018761 -0.014375 0.002932 -0.02587 0.000858 0.009034 -0.004175 0.016175 -0.023229 -0.027334 -0.009963 -0.033849 0.012458 -0.000188 0.000924 0.003334 -0.00728 0.021665 -0.002411 0.028293 0.007049 0.012454 0.021749 0.03518 -0.048001 -0.008755 0.00014 0.017752 0.024485 0.008011 0.007805 0.026359 -0.007068 -0.018369 -0.025512 0.0045 -0.027701 0.013018 -0.04487 -0.010704 0.002561 0.011108 0.010012 0.007593 -0.02168\nҕ 0.033514 0.011196 -0.006122 0.002847 0.018369 0.014606 -0.002941 0.000861 -0.010795 -0.009485 0.024258 0.011958 -0.009338 -0.008525 -0.006454 0.015956 -0.009019 -0.000823 -0.001279 -0.01733 0.001237 -0.019948 0.029377 0.008551 0.026995 0.016498 0.00743 -0.015439 -0.026434 -0.037465 0.015092 -0.04666 -0.026203 -0.005362 0.031432 0.002228 -0.031417 0.056069 0.008981 0.000335 -0.012723 -0.00893 -0.005482 0.023476 -0.015957 0.010077 0.002989 -0.005987 -0.005886 -0.009946 0.013506 0.064698 0.043224 -0.012916 -0.015386 -0.007034 0.006614 0.021206 0.010261 0.000622 0.005493 0.000613 -0.006773 -0.021107 -0.006991 0.018005 0.019315 -0.010929 0.027481 0.023088 -0.031764 0.001725 -0.012897 0.029464 -0.01173 -0.001077 -0.028519 0.004293 -0.059775 0.027258 0.030336 0.001561 -0.012472 0.011277 -0.035435 -0.021646 0.018472 0.02764 -0.012224 0.021266 -0.017282 -0.00269 0.008109 -0.005826 0.018831 -0.000194 -0.016854 -0.008844 -0.037544 0.003607 -0.019734 0.007051 -0.022182 -0.005271 0.002658 0.016509 7.5e-05 -0.01298 0.044067 0.038543 0.051819 0.017357 0.025111 -0.010721 0.008581 0.0288 0.008028 -0.003526 -0.030787 -0.005608 0.028791 -0.015071 0.024256 0.036495 0.012071 0.015322 0.021685 -0.009153 0.007155 -0.023142 -0.059365 -0.013428 -0.027391 0.025717 -0.007897 0.028206 0.021381 0.000962 0.002757 0.050942 -0.00117 -0.012238 -0.008327 -0.0012 -0.062995 -0.059795 0.051738 0.006179 0.013842 -0.038391 -0.017828 0.017643 0.016182 0.01131 -0.018358 0.000844 0.002819 -0.027196 0.018371 -0.00852 0.002475 0.05492 0.000714 -0.004759 -0.045389 -0.026385 -0.011086 -0.011169 0.000971 0.060641 -0.031776 0.023669 -0.01631 0.031988 0.003543 -0.021632 -0.023378 -0.018575 -0.03688 0.011525 0.00474 -0.03432 -0.020766 -0.001745 -0.012913 0.003314 0.01861 0.022603 -0.015626 0.020545 0.017796 0.006672 -0.010914 -0.044554 0.014492 0.022899 -0.036187 0.009428 0.029567 -0.012911 -0.027404 -0.050432 0.003579 0.048236 0.004405 0.054918 0.006187 -0.001592 0.003623 0.026923 -0.023495 -0.026078 -0.018253 0.020177 0.016522 0.090797 -0.004332 -0.015813 0.008236 0.015581 0.001916 0.017559 0.002539 0.00581 0.00036 -0.034621 -0.001054 0.011329 -0.012462 0.001153 -0.00143 -0.000144 0.010435 -0.012741 -0.056854 0.005213 -0.038104 -0.025448 0.002665 0.020332 0.023078 0.046435 -0.030736 0.029438 0.012055 0.002029 0.039009 -0.029064 0.037544 0.042224 0.020238 -0.002257 -0.029269 -0.04498 -0.041198 -0.024395 0.007482 -0.004685 -0.019529 0.015652 0.018519 -0.011916 0.019863 -0.000937 0.01259 0.026338 -0.018877 -0.023024 0.009133 0.014948 0.047417 0.002433 0.024376 -0.025365 0.001426 0.031564 -0.000191 0.000786 0.059234 -0.046593 -0.01656 -0.018489 -0.014414 0.004197 -0.00925 0.006895 0.004474 -0.011469 0.008472 -0.008372 0.015873 -0.011334 0.004983 -0.067307 0.020953 0.013511 -0.019214 0.020576 0.017668 -0.009273\nડ 0.065507 0.005789 -0.065534 0.015685 0.005687 0.025987 0.005643 -0.013103 -0.038767 -0.055235 0.046572 0.024094 -0.018725 -0.024822 0.032515 0.004973 0.00043 -0.013023 -0.033573 -0.038887 -0.005038 9.7e-05 0.023874 0.020078 -0.01779 0.031678 -0.022009 -0.02221 -0.015197 -0.047544 0.019712 -0.032872 -0.024455 -0.020395 -0.019194 0.00626 -0.023372 0.033333 0.008753 0.006102 -0.02357 0.006455 0.025285 0.006543 -0.025491 -0.009737 0.054787 -0.016302 -0.002631 0.015762 -0.013981 0.030918 0.028072 -0.006913 0.066198 -0.006871 -0.0109 0.009683 -0.019618 0.03787 -0.040863 -0.045426 -0.017201 -0.007993 0.011261 0.013305 0.084517 -0.014203 0.032801 0.030943 -0.065078 -0.002204 0.025861 0.018943 -0.040415 0.003514 -0.019916 0.031796 -0.044776 -0.029343 0.014451 -0.006676 0.012969 0.011765 -0.010841 -0.04032 -0.011338 -0.016706 0.00226 -0.010728 -0.002056 0.033249 0.021217 -0.013249 0.00146 -0.008245 -0.027225 -0.059524 -0.00469 -0.004944 -0.030598 -0.006799 -0.022002 -0.035572 0.002209 -0.016622 -0.032496 0.014438 0.044789 -0.010001 0.066282 0.033829 0.028628 -0.036405 -0.015 -0.015109 -0.008488 0.009544 -0.005913 -0.052583 0.020361 0.003548 0.046822 0.050475 0.017042 0.015318 -0.023358 -0.004869 -0.001654 -0.020739 0.004771 -0.013604 -0.001728 0.029287 -0.022483 0.011739 -0.037931 -0.015658 0.00605 0.057906 0.016498 -0.006582 0.017962 0.011706 -0.065912 -0.082214 0.078062 0.037498 0.021096 -0.042906 0.010909 0.008069 0.040167 0.022678 0.004248 0.028657 0.016184 -0.032796 0.037825 -0.038078 -0.022604 0.012177 0.005211 0.027172 -0.003633 -0.029759 -0.012245 -0.032545 0.037557 0.01271 -0.035123 -0.040226 -0.022301 0.043978 -0.030159 -0.042576 -0.018549 -0.003287 -0.056502 -0.017042 0.018519 -0.021916 0.008771 -0.039312 -0.015084 -0.034766 0.005019 0.039004 -0.048985 0.01307 0.036867 0.03784 -0.021301 -0.036543 -0.010911 0.034425 -0.038376 0.021336 -0.013271 -0.011498 -0.051524 0.014776 0.033268 0.032128 0.028253 -0.003673 0.037549 -0.000865 -0.004663 0.030101 -0.033701 0.010114 0.00652 0.006441 -0.002966 0.040439 0.054936 -0.02095 0.007247 0.011758 -0.006373 -0.002468 -0.002645 -0.00219 -0.031282 -0.026497 0.020366 0.033671 -0.011691 -0.032471 -0.011556 -0.012172 -0.009369 0.002088 -0.050007 0.014693 -0.006776 -0.035541 0.031437 0.000111 -0.007051 0.019286 -0.023701 0.008767 -0.004517 0.018492 0.023601 -0.007451 0.058324 0.067001 0.009443 0.025605 -0.016403 -0.027735 -0.021714 -0.026467 -0.010193 0.050815 -0.038871 -0.001175 0.002579 -0.045662 0.050916 -0.037947 -0.029234 -0.037105 -0.043901 -0.030992 0.012956 0.003067 0.025458 0.005343 0.020752 0.007802 0.017023 -0.00414 0.003342 0.037458 0.043726 -0.076894 0.024353 -0.044398 0.007766 0.019328 -0.013067 -0.02629 0.028753 -0.021437 -0.019728 -0.002698 -9.5e-05 -0.057674 0.00821 -0.099682 -0.026241 -0.006023 0.024363 -0.001951 0.024186 -0.008187\nྣ 0.048426 0.006183 -0.067364 0.027084 0.010711 0.046777 0.009383 -0.013226 -0.010221 -0.036487 0.023511 0.002652 -0.014332 -0.026792 0.027319 -0.001496 0.013877 -0.020256 -0.003453 -0.057453 -0.003447 0.018332 0.008497 0.008317 0.000619 0.023717 -0.010039 -0.036318 -0.015189 -0.021997 0.012282 -0.047246 -0.032712 -0.074163 0.01887 0.027086 -0.037042 0.045512 0.02102 0.017176 -0.03058 -0.009687 -0.007132 0.000307 -0.02752 -0.018164 0.025364 0.028772 0.003207 0.014898 0.017947 0.075006 0.024988 -0.025328 0.040363 0.020025 0.004118 0.00897 -0.010176 0.032657 -0.047444 -0.018822 -0.018737 -0.018396 0.012081 0.024809 0.043273 -0.01445 0.030265 0.021645 -0.076001 0.001158 0.03745 0.008634 -0.050003 0.008453 -0.043488 0.016153 -0.019185 -0.025973 0.015917 -0.006461 0.009752 0.01253 -0.040197 -0.047469 0.011901 0.010321 -0.0325 -0.006928 -0.016048 0.024791 0.017153 -0.028553 0.015495 -0.001853 -0.004349 -0.035387 0.003277 -0.0108 -0.020091 0.001809 -0.002479 -0.040367 0.021418 0.006944 -0.019461 0.008953 0.037845 0.002544 0.031524 0.001706 0.040578 -0.026566 -0.00091 -0.004818 -0.011114 -0.005111 -0.011859 -0.049302 0.032193 0.005095 0.040337 0.033311 0.035869 0.000459 -0.00714 -0.01292 -0.031863 -0.026016 -0.013778 -0.006321 -0.012644 0.028875 -0.022745 0.021787 -0.021884 0.001675 0.01442 0.063354 -0.012971 -0.026761 0.014224 0.038222 -0.045677 -0.02911 0.054099 0.007932 0.000564 -0.028917 0.006354 0.026741 0.031445 0.037276 -0.0054 0.000218 -0.018858 -0.030563 0.018523 0.001989 -0.012853 0.024832 0.020511 0.028656 -0.01174 -0.012168 0.017665 -0.024629 0.022877 0.00464 -0.035963 -0.03475 0.003053 0.034032 -0.015802 -0.040037 -0.011658 -0.016721 -0.036729 -0.007442 0.021901 -0.029075 0.006058 -2.5e-05 0.003185 -0.020123 0.015127 0.020619 -0.075248 0.010399 0.000702 0.043255 -0.022514 -0.044669 0.001643 0.024937 -0.037155 0.015765 0.006104 0.000197 -0.036649 -0.017596 -0.005827 0.039352 0.018393 0.038406 0.002754 -0.01145 -0.009479 0.031841 -0.012474 -0.017985 -0.019389 0.028795 -0.003866 0.078693 0.008561 -0.030553 0.000977 -0.007568 -0.029713 0.016277 -0.009764 -0.006955 -0.035911 -0.004279 0.003032 0.016811 -0.006655 -0.034179 0.006966 -0.023646 -0.005377 -0.01525 -0.043623 -0.018848 -0.016293 -0.009845 0.029452 0.046382 -0.008238 0.045858 -0.013858 0.00992 0.016972 0.004385 0.044618 0.021645 0.042143 0.061621 0.017967 -0.001726 -0.004379 -0.03873 -0.01998 -0.023695 0.001451 0.019239 -0.008476 -0.005575 -0.006673 -0.012295 0.020499 -0.040184 -0.037233 -0.014727 -0.046825 -0.020047 -0.001572 -0.011542 0.012463 -0.000295 0.01641 -0.007961 0.014851 -0.012322 -0.017646 0.024368 0.035094 -0.054343 -0.006223 -0.018114 0.009913 0.032276 -0.018605 -0.009383 0.013473 -0.029184 -0.012483 -0.02826 -0.011922 -0.044542 0.006391 -0.072455 -0.020424 0.009321 0.012902 0.008451 0.026877 0.001242\nത 0.028221 0.011294 -0.072301 0.007451 0.000374 0.022202 -0.007963 0.010817 -0.033813 -0.024144 0.034203 0.021503 -0.018478 -0.014916 0.019545 0.015874 -4.4e-05 -0.018244 -0.016157 -0.045518 -0.033352 0.011586 0.01854 0.032937 0.016126 0.015567 -0.010638 -0.027953 -0.01502 -0.0403 0.014274 -0.016751 -0.024057 -0.038949 -3.4e-05 0.019258 -0.013305 0.027667 -0.004793 0.021557 -0.029791 0.026906 0.022229 -0.006316 -0.02744 0.002628 0.034276 -0.000262 0.042421 0.018211 -0.002878 0.061107 0.031964 -0.01636 0.022128 0.008111 -0.025215 0.029728 -0.019912 0.024382 -0.04555 0.002221 -0.023372 -0.013 0.024188 0.016136 0.060754 -0.030897 0.038451 0.021903 -0.052575 -0.020849 0.025944 0.026367 -0.060968 -0.009109 -0.012963 0.037726 -0.024907 -0.035524 0.005303 -0.003511 0.000796 0.002322 0.001192 -0.048581 0.008511 -0.029218 -0.015093 -0.010667 0.010714 0.011336 0.006653 -0.016678 0.008125 0.015443 -0.019205 -0.038264 -0.011004 -0.000451 -0.004271 -0.000159 -0.00682 -0.029073 0.019464 -0.012805 -0.016769 0.013206 0.047257 0.007566 0.058735 0.030169 0.016256 -0.024535 0.000425 -0.000958 -0.02234 0.012835 -0.023158 -0.035206 0.027527 -0.006151 0.04223 0.001429 0.034169 0.025545 -0.032173 -0.022982 -0.013219 -0.014331 0.001973 0.000508 -0.005433 0.028901 -0.017535 0.021464 -0.040667 -0.0154 -0.000674 0.041245 -0.004182 -0.018749 0.022383 0.026103 -0.027494 -0.055449 0.052089 0.02267 -0.005749 -0.041219 0.019048 -0.013525 0.049724 0.002555 0.016378 0.0143 -0.000415 -0.028917 0.016416 -0.032274 -0.021034 0.0167 0.033468 0.033035 -0.021629 -0.004395 0.012884 -0.020497 0.019692 0.015917 -0.030776 -0.043283 -0.002382 0.032897 -0.025579 -0.032123 -0.016744 -0.013159 -0.050339 -0.010771 0.031359 -0.007905 0.004862 -0.003525 0.003144 -0.036956 -0.023564 0.041641 -0.062385 0.009849 0.026037 0.005664 -0.032136 -0.04518 0.000544 0.039532 -0.015041 0.02253 -0.007084 0.002034 -0.050164 -0.017436 0.026484 0.023916 0.039228 0.016112 0.015023 -0.025597 -0.006902 0.036538 -0.012096 0.003741 -0.007554 0.020403 -0.025537 0.068653 0.01499 -0.022203 0.010376 -0.003454 -0.008348 -0.013767 -0.005865 0.017809 -0.030174 0.005671 0.020859 0.037356 -0.000631 -0.039354 -0.015433 -0.002184 -0.004541 -0.026934 -0.061856 0.006485 -0.001487 -0.031751 0.022804 -0.002388 0.005266 0.029446 -0.041634 -0.027862 0.00323 0.010313 0.023126 -0.024378 0.031828 0.049862 0.038197 0.011271 -0.00585 -0.044124 -0.041829 -0.023651 -0.019105 0.028555 -0.034203 -0.024737 0.006197 -0.030022 0.036574 -0.035491 -0.035293 -0.025573 -0.042341 -0.016434 0.004712 0.019587 -0.000856 0.022251 0.011293 0.003586 0.024231 -0.014836 -0.037466 0.007031 0.04612 -0.060309 0.009596 -0.025171 -0.00645 0.01102 0.001603 -0.001167 0.026463 -0.0117 -0.008213 -0.023699 0.017985 -0.052902 -0.00099 -0.065033 2.2e-05 0.014282 0.011957 0.030789 0.021707 -0.004085\nک 0.026466 0.006325 -0.045419 0.019267 0.007234 0.028653 0.002546 -0.005795 -0.019718 -0.030575 0.034554 0.005634 -0.00926 -0.021666 0.024319 -0.005373 0.007716 -0.014398 -0.009933 -0.04069 -0.01762 0.004097 0.005231 0.009239 0.006644 0.015441 -0.005778 -0.01003 -0.011611 -0.027948 0.020167 -0.025874 -0.014154 -0.036971 0.008951 0.015282 -0.03413 0.038305 0.00479 0.019689 -0.025917 0.011061 0.003204 0.001579 -0.024165 -0.017732 0.034852 -0.001247 -0.001183 0.010343 0.001667 0.043714 0.027756 -0.026811 0.040282 0.004894 -0.00668 0.019787 -0.012284 0.019092 -0.027705 -0.029001 -0.010036 -0.012862 0.014708 0.015006 0.039773 -0.009752 0.032602 0.020409 -0.047448 -0.00746 0.021141 0.0236 -0.043693 0.000568 -0.027213 0.02495 -0.036278 -0.020503 0.009385 -0.001779 0.000671 0.008181 -0.022066 -0.042155 0.001185 -0.00491 -0.019479 -0.006546 -0.007404 0.023266 0.002788 -0.011315 0.019001 -0.004999 -0.001598 -0.0353 -0.001108 -0.005562 -0.018565 0.005063 -0.002418 -0.025289 0.016717 -0.00763 -0.013992 0.012826 0.032433 -0.003731 0.042621 0.024598 0.022984 -0.018599 0.008351 -0.001255 -0.007592 -0.001361 -0.014774 -0.035755 0.020908 0.001184 0.033434 0.022332 0.03359 0.010993 -0.007382 -0.01062 -0.010093 -0.015491 -0.011714 -0.000133 -0.011017 0.026408 -0.019776 0.009812 -0.027904 0.008609 0.009333 0.041185 -0.001973 -0.006566 0.009774 0.022207 -0.033628 -0.044513 0.046084 0.012599 0.001374 -0.04007 0.006423 0.008643 0.028481 0.021261 -0.003619 0.004237 0.004614 -0.020642 0.012744 -0.021516 -0.022513 0.013072 0.018027 0.016491 -0.013594 -0.012878 0.017688 -0.021234 0.016421 0.017368 -0.027949 -0.021757 -0.009366 0.033956 -0.016224 -0.021595 -0.009421 -0.00958 -0.035454 -0.019334 0.032015 -0.013922 -0.00057 -0.011418 -0.004179 -0.022922 -0.000196 0.022232 -0.047986 0.000482 0.013254 0.023153 -0.031136 -0.029965 0.004914 0.035336 -0.015877 0.015824 -0.000536 -0.001507 -0.032088 -0.029053 0.015142 0.023289 0.017149 0.013396 0.014297 -0.009195 -0.005399 0.03513 -0.017455 -0.001321 -0.011829 0.015578 -0.00089 0.055836 0.009843 -0.022948 0.00689 -0.00451 -0.002551 0.005072 -0.002798 0.005878 -0.022243 -0.002995 0.00152 0.018443 -0.004233 -0.022823 -0.001318 -0.001813 -0.00208 -0.025134 -0.034938 -0.00519 -0.014986 -0.032744 0.020273 0.01476 0.008428 0.019352 -0.020305 0.010977 0.006473 -0.001035 0.033189 -0.004871 0.037373 0.04816 0.019781 0.002889 -0.001895 -0.035501 -0.023567 -0.019607 -0.003951 0.025091 -0.02911 -0.006499 0.003398 -0.013203 0.028371 -0.029485 -0.027205 -0.020473 -0.029521 -0.010106 0.004219 0.002742 0.018802 0.0015 0.010364 -0.00254 0.009144 -0.004506 -0.002158 0.016251 0.041984 -0.045568 -0.000355 -0.022365 0.015419 0.011293 -0.012949 -0.010733 0.021185 -0.008086 -0.019737 -0.014265 0.001718 -0.036876 0.009866 -0.064839 -0.007451 0.005955 0.013999 0.011297 0.020761 -0.000428\nܨ 0.078176 0.009419 -0.110089 0.070054 0.040266 0.08563 0.031515 0.009267 -0.039967 -0.056701 0.06981 0.034591 -0.00131 -0.075815 0.051085 -0.026732 -0.004933 -0.077565 -0.009578 -0.107202 -0.042945 -0.01477 -0.004547 0.044504 -0.007628 0.053021 -0.001704 -0.000516 -0.027061 -0.028048 0.03586 -0.067015 -0.034639 -0.071479 0.030511 0.030523 -0.077464 0.097612 0.011119 0.066461 -0.066012 -0.000566 -0.016155 -0.01287 -0.054478 -0.093233 0.105668 -0.005894 -0.018334 0.063757 -0.020359 0.1194 0.07303 -0.090244 0.11031 0.021344 -0.031261 0.088954 -0.013689 0.073471 -0.054059 -0.074565 -0.035576 -0.000635 0.062067 0.025332 0.089539 -0.052048 0.107529 0.036698 -0.109718 -0.006132 0.023556 0.019055 -0.123107 0.01545 -0.048405 0.068794 -0.081754 -0.047241 0.037599 0.000871 -0.01062 0.064082 -0.046044 -0.116813 0.011525 0.000289 -0.034657 -0.020032 -0.003328 0.050367 -0.006866 -0.031147 0.009135 -0.026012 0.004484 -0.095467 0.007314 0.013886 -0.036512 0.001518 0.004561 -0.04245 0.029251 0.011756 -0.045243 0.036231 0.085126 0.000383 0.087249 0.044893 0.032319 -0.033326 0.027576 -0.002219 -0.04285 0.00945 -0.067812 -0.088514 0.030951 0.02042 0.103275 0.048551 0.077207 0.031952 -0.040156 -0.057751 -0.039736 -0.032915 -0.059349 -0.013231 -0.059401 0.068303 -0.06932 0.046777 -0.073661 0.010623 -0.006927 0.122824 -0.000473 -0.024366 0.043104 0.067213 -0.090867 -0.109741 0.092977 0.00095 0.013688 -0.095816 0.033963 0.037525 0.071406 0.075679 -0.021267 0.001703 -0.008758 -0.057219 0.017424 -0.069588 -0.025221 0.063912 0.049858 0.017621 -0.018734 -0.038856 0.014032 -0.046175 0.060424 0.055839 -0.0351 -0.04216 -0.028986 0.055535 -0.04048 -0.097086 -0.038204 -0.021604 -0.082129 -0.042195 0.071502 -0.001629 -0.002968 -0.014631 -0.013319 -0.046587 -0.0119 0.060585 -0.151437 -0.002741 0.003333 0.066516 -0.067472 -0.070741 0.008501 0.10011 -0.025862 0.016924 -0.022134 -0.00633 -0.105882 -0.077055 0.034142 0.045197 0.05287 0.025753 0.045279 -0.037645 -0.025061 0.074965 -0.077867 -0.013365 -0.028196 0.037988 -0.000595 0.155287 -0.020302 -0.026828 0.03063 0.012353 -0.010105 0.003709 -0.030424 0.024011 -0.046871 0.009246 -0.004704 0.034681 -0.028258 -0.044396 -0.002515 0.025151 -0.020902 -0.073158 -0.093577 0.005399 0.00623 -0.076207 0.07691 0.055938 0.033171 0.060042 -0.03083 0.034043 0.03449 -0.033759 0.108804 -0.027331 0.10522 0.119573 0.052497 0.017235 0.010647 -0.119007 -0.050849 -0.050642 0.014267 0.044016 -0.04728 -0.060402 0.033821 -0.036537 0.063619 -0.05272 -0.073198 -0.040639 -0.059108 -0.021603 0.023258 -0.008073 0.077797 -0.005981 0.022352 -0.018867 0.009158 0.044379 0.012463 0.021106 0.098317 -0.101266 -0.009411 -0.046501 0.026258 0.028396 -0.061906 0.007551 0.025191 -0.043749 -0.047966 -0.065882 0.04271 -0.079875 0.037226 -0.135739 -0.034953 -0.004299 0.030028 0.014315 0.08608 0.006946\nဲ 0.011273 -0.018822 -0.031874 0.022547 0.008729 0.050377 -0.004752 0.027184 -0.00373 -0.029192 0.049678 0.011526 -0.023092 -0.030447 0.064419 0.022495 -0.015885 -0.026483 0.016446 -0.047539 -0.010305 0.009581 -0.016872 -0.012648 -0.011333 0.018458 -0.021473 -0.037336 -0.015341 -0.036802 0.052509 -0.028935 -0.00166 -0.030485 0.019711 0.016999 0.003878 0.053165 -0.015119 0.016004 -0.035794 0.003401 -0.017419 -0.010359 -0.029886 -0.020153 0.016142 0.009178 -0.000718 0.003778 0.000322 0.048087 0.048301 -0.034573 0.051571 0.010961 -0.017737 0.021656 0.013255 0.031014 -0.044011 -0.03358 0.016436 -0.002779 -0.006582 0.025505 0.034349 0.001687 0.040736 0.03137 -0.049306 -0.016343 0.009006 0.01486 -0.024811 -0.010848 -0.055334 0.025263 -0.052658 -0.005993 0.012742 -0.008504 0.014436 0.027854 -0.034083 -0.052413 -0.02039 0.019488 -0.026632 -0.015804 0.009076 0.039368 -0.007312 -0.029455 0.028965 -0.005979 0.003327 -0.037698 0.029569 0.000265 -0.009938 -0.005221 -0.006263 -0.03111 0.017132 -0.013627 -0.011239 0.009906 0.02741 -0.015923 0.033855 0.014727 0.037175 -0.003137 0.02117 -0.011284 -0.004571 0.000967 -0.02417 -0.050373 0.019389 0.025735 0.042997 0.038243 0.054608 -0.003948 -0.007868 -0.006893 -0.033732 -0.021727 -0.047125 0.002669 -0.021754 0.02335 -0.021401 0.026346 -0.014648 0.029728 -0.006105 0.054098 -0.011428 -0.014287 0.005278 0.017013 -0.054197 -0.0613 0.060632 0.028003 0.009581 -0.047003 0.024863 0.013001 0.024267 0.009009 -0.012283 0.013702 0.001745 -0.026407 0.017301 -0.017181 -0.012212 0.028775 0.021561 0.034141 -0.018767 -0.022952 0.011581 -0.013395 0.037703 0.007706 -0.009425 -0.00016 -0.021847 0.026943 -0.030385 -0.021792 0.014917 -0.019233 -0.048764 0.000961 0.031286 0.006666 0.026618 -0.000723 -0.002608 -0.018738 -0.002553 0.024586 -0.05754 0.008895 0.000107 0.03626 -0.031538 -0.042513 -0.009019 0.05541 -0.010734 0.025479 0.006644 -0.001055 -0.051214 -0.038922 -0.000607 0.020953 0.035223 0.027209 0.02052 -0.004067 -0.007073 0.025966 -0.022291 -0.021461 -0.00481 0.026802 -0.013789 0.062236 0.028447 -0.031977 -0.00149 0.007164 0.009724 0.013679 -0.023386 0.01662 -0.023571 -0.024878 -0.010933 0.042171 -0.003703 -0.007566 -0.015432 -0.007216 -0.019692 -0.040684 -0.025069 -0.007783 -0.009367 -0.043718 0.036947 0.010051 0.019293 0.044823 -0.014262 0.009475 -0.011032 -0.002262 0.013679 -0.035061 0.051016 0.058559 0.043507 0.023311 0.012475 -0.052564 -0.053729 -0.005196 -0.010347 0.023005 -0.023816 -0.007804 0.006021 -0.013298 0.039817 -0.034261 -0.034462 -0.031125 -0.02487 -0.003528 -0.008164 -0.004518 0.038246 -0.010088 0.003536 -0.000629 0.024075 0.010221 0.00083 0.00116 0.055865 -0.050891 0.002934 -0.000593 0.004704 0.032682 -0.020935 -0.002189 0.008217 0.002126 -0.039486 -0.014845 0.008082 -0.04556 0.022172 -0.059174 -0.027439 0.005245 0.005776 0.033606 0.028939 0.022862\nষ 0.031624 -0.00259 -0.062582 0.007726 0.020991 0.036729 0.005178 0.013035 -0.033804 -0.033257 0.050668 -0.000629 -0.012289 -0.008142 0.020812 -0.002527 0.001143 -0.026114 -0.01833 -0.017816 -0.018896 0.015163 0.017363 0.009643 0.008548 0.017758 -0.01873 -0.020049 -0.030894 -0.048187 0.031956 -0.036865 -0.043067 -0.061588 0.02742 0.016574 -0.048041 0.05443 0.000483 0.02725 -0.018322 0.031001 0.011334 -0.025093 -0.044951 -0.024118 0.039095 0.007267 0.00488 0.01564 0.006754 0.056315 0.043445 -0.038328 0.027726 0.022922 -0.005522 0.013583 -0.019383 0.025623 -0.036676 -0.024364 -0.008097 -0.021821 -0.000103 0.041499 0.039756 -0.021597 0.027165 0.017635 -0.056053 0.005229 0.030002 0.024852 -0.058325 0.019459 -0.023164 0.043416 -0.03496 -0.005373 0.013928 0.00409 0.003955 0.008695 -0.009707 -0.042979 0.005933 -0.013696 -0.007434 0.010741 -0.017351 0.019252 0.011928 0.003618 0.021988 -0.009446 -0.001236 -0.04524 -0.013819 0.000901 -0.020285 -0.001167 -0.00067 -0.049693 -0.001835 0.008488 -0.014822 -0.001322 0.034214 0.01068 0.064875 0.031962 0.049476 -0.02419 0.009612 -0.000862 -0.005193 -0.007809 -0.009632 -0.026371 0.030654 0.00401 0.039416 0.010535 0.024016 0.018441 -0.019954 -0.019876 -0.025504 -0.016593 -0.014663 -0.00391 -0.017998 0.040024 -0.020998 0.023148 -0.016252 -0.000161 0.010715 0.054941 -0.012232 -0.020538 0.022122 0.019282 -0.043623 -0.045616 0.068647 0.023059 0.008334 -0.055458 -0.005839 0.000206 0.048108 0.022976 0.018152 0.008823 0.004067 -0.029092 0.007004 -0.015173 -0.024778 0.031549 0.02987 0.028479 -0.006912 -0.01687 0.009968 -0.007667 0.016319 0.026819 -0.025686 -0.004134 -0.018656 0.041848 -0.034829 -0.031108 -0.040546 -0.016866 -0.024301 -0.027397 0.044294 -0.028437 0.011661 -0.007138 -0.00715 -0.005587 0.016295 0.040043 -0.061247 0.022543 0.009589 0.01252 -0.025463 -0.038611 -0.000203 0.051612 -0.011816 -0.001586 0.003029 -0.003305 -0.036536 -0.041293 0.02567 0.033745 0.012568 0.020213 0.008223 -0.031187 -0.009783 0.044062 -0.022939 -0.004954 -0.026432 0.006247 -0.00024 0.094816 0.004711 -0.033978 0.024615 0.003139 -0.018372 -0.013008 -0.017954 0.02443 -0.031165 -0.011032 0.008879 0.022873 -0.002148 -0.02612 0.002381 -0.001338 0.002985 -0.026593 -0.061575 -0.00188 -0.034323 -0.042348 0.026708 0.022824 0.009927 0.025868 -0.025868 0.008275 0.012233 -0.0112 0.033498 -0.00966 0.028344 0.065346 0.026859 0.011478 -0.008891 -0.046004 -0.049655 -0.048058 -0.02453 0.024403 -0.029623 -0.017204 -0.000639 -0.02176 0.037613 -0.041222 -0.026614 -0.01805 -0.044647 -0.017754 0.006203 0.008969 0.022381 -0.008693 0.019494 0.003887 -0.006057 0.006678 -0.018784 0.01956 0.048838 -0.061621 -0.009811 -0.016021 0.016221 0.018164 -0.022059 0.000739 0.007729 -0.005553 -0.028922 -0.011303 0.006024 -0.043176 0.01411 -0.081871 0.006132 0.00871 0.005255 0.033972 0.011576 0.012895\nູ 0.030548 0.002095 -0.042863 0.023919 0.008799 0.036512 0.012055 -0.000583 -0.015969 -0.028515 0.025188 0.005475 -0.007721 -0.020269 0.029247 0.000761 0.009468 -0.026026 -0.006978 -0.038019 -0.019333 0.002874 0.003917 0.013517 0.00309 0.015977 -0.015701 -0.011162 -0.010341 -0.026091 0.025609 -0.027224 -0.018089 -0.043141 0.007212 0.011447 -0.0291 0.038864 0.00454 0.028076 -0.027127 0.011829 0.003125 -0.00606 -0.022944 -0.023106 0.027528 0.001149 -0.002939 0.020088 0.000737 0.045696 0.035257 -0.031395 0.034355 0.00598 -0.003169 0.018477 -0.006618 0.025073 -0.032593 -0.02441 -0.013842 -0.012522 0.008625 0.017127 0.034795 -0.016317 0.032328 0.01208 -0.04954 -0.007567 0.019548 0.016363 -0.041748 0.00379 -0.024474 0.027499 -0.028463 -0.005912 0.017874 0.005158 0.002222 0.012572 -0.017953 -0.051026 0.009754 -0.002056 -0.020084 -0.009178 -0.006961 0.025144 0.00812 -0.016389 0.014521 -0.008165 0.006479 -0.037889 -0.000549 0.000801 -0.022045 -0.002409 -0.000358 -0.0293 0.01647 -0.006607 -0.006571 -0.000699 0.034566 -0.00238 0.036593 0.015946 0.028083 -0.015693 0.008756 0.005619 -0.007458 0.001979 -0.012245 -0.034914 0.022555 0.001733 0.037321 0.017745 0.027078 0.01565 -0.013755 -0.013652 -0.013507 -0.014869 -0.014067 -0.003634 -0.012282 0.032137 -0.0241 0.017277 -0.032889 -0.007032 0.000742 0.043743 -0.004641 -0.010974 0.008721 0.023635 -0.036393 -0.039505 0.044117 0.004328 -0.001923 -0.038612 0.010318 0.005546 0.031657 0.024334 0.001716 0.005963 -0.003692 -0.01757 0.011372 -0.019643 -0.017657 0.009599 0.026015 0.018848 -0.009996 -0.017149 0.021141 -0.018359 0.023398 0.016186 -0.017907 -0.024528 -0.015144 0.029728 -0.022681 -0.025818 -0.01057 -0.010499 -0.035206 -0.020965 0.031727 -0.009521 0.005155 -0.008952 -0.001673 -0.01336 0.00363 0.022333 -0.046229 0.004181 0.012108 0.025674 -0.029833 -0.03151 0.006648 0.039036 -0.019741 0.008992 4.9e-05 0.001337 -0.0324 -0.024802 0.017012 0.017004 0.013215 0.017397 0.001678 -0.006896 -0.008828 0.038154 -0.022135 -0.002039 -0.008604 0.013265 0.001183 0.060243 0.007769 -0.021492 0.005564 -0.004585 -0.005848 0.004544 -0.007928 0.002446 -0.013787 -0.007475 -0.001125 0.016678 -0.005682 -0.023919 -0.008376 -0.002764 -0.007943 -0.025521 -0.033752 -0.000763 -0.014163 -0.028389 0.024269 0.020672 0.007131 0.027003 -0.020937 0.013763 -0.002326 -0.016984 0.03318 -0.007084 0.037891 0.053409 0.023061 0.012602 0.001392 -0.039313 -0.03442 -0.017896 0.003738 0.016462 -0.020553 -0.011231 0.005992 -0.014594 0.028978 -0.027952 -0.028556 -0.022793 -0.036039 -0.014597 0.011844 -0.006844 0.017682 0.005481 0.003197 -0.006185 0.01238 0.002945 -0.007396 0.011164 0.039218 -0.041347 -0.003802 -0.019077 0.012088 0.011001 -0.023529 -0.00559 0.009457 -0.01067 -0.020954 -0.018848 0.008047 -0.041394 0.008475 -0.058317 -0.010551 0.007613 0.015877 0.020792 0.020534 0.004985\nλ 0.028037 0.00065 -0.043087 0.025123 0.008923 0.037744 0.007109 -0.004954 -0.0145 -0.029771 0.035964 0.012529 -0.012273 -0.024336 0.031829 -0.009898 0.009562 -0.022604 -0.014044 -0.036249 -0.012216 0.007096 0.006171 0.013813 0.00856 0.016745 -0.007271 -0.013222 -0.012688 -0.019899 0.022165 -0.033974 -0.016925 -0.0382 0.010103 0.015805 -0.033775 0.038695 0.008436 0.018834 -0.032225 0.006806 -0.001287 0.008084 -0.023233 -0.02507 0.032263 0.000525 0.001759 0.012158 0.009337 0.044342 0.033424 -0.027574 0.042308 0.008928 0.000199 0.020984 -0.013715 0.024001 -0.032468 -0.030291 -0.008613 -0.01984 0.01244 0.022563 0.03707 -0.018695 0.027004 0.016663 -0.0481 -0.00411 0.023996 0.011577 -0.047207 -0.000586 -0.031906 0.022779 -0.026432 -0.01591 0.01185 0.000383 -0.001976 0.017334 -0.018017 -0.048327 0.004875 -0.002795 -0.013352 0.001629 -0.003398 0.025399 5.6e-05 -0.004719 0.008837 -0.010492 -0.001588 -0.031152 -0.009815 -0.008463 -0.012974 0.00279 -0.00369 -0.029831 0.016524 -0.008408 -0.013709 0.012108 0.031612 -0.008954 0.044457 0.018394 0.023738 -0.012047 0.005398 0.003348 -0.003856 0.005422 -0.013499 -0.040891 0.027008 -0.001551 0.036123 0.022265 0.028975 0.00422 -0.002651 -0.010191 -0.010726 -0.015364 -0.011105 0.000597 -0.016595 0.030201 -0.018255 0.009555 -0.027779 0.003108 0.00389 0.04501 -0.009834 -0.009815 0.011589 0.026455 -0.03387 -0.046314 0.041927 0.007961 0.002589 -0.045484 -0.000741 0.007596 0.033224 0.025944 0.000303 -0.001655 3.5e-05 -0.020951 0.012958 -0.023294 -0.013909 0.014225 0.021362 0.017369 -0.014077 -0.01454 0.022715 -0.021845 0.020776 0.017543 -0.032081 -0.024193 -0.011752 0.03798 -0.011616 -0.023087 -0.006269 -0.01031 -0.035086 -0.015604 0.030545 -0.015476 0.002525 -0.004269 -0.006213 -0.014546 -0.001909 0.01903 -0.058997 -0.001722 0.017207 0.030969 -0.032692 -0.035781 0.001048 0.033096 -0.019128 0.015036 0.004688 0.003231 -0.034082 -0.031163 0.016422 0.023826 0.014975 0.012307 0.012904 -0.013854 -0.001912 0.030527 -0.016391 -0.007938 -0.012266 0.012612 -0.001434 0.063965 0.005963 -0.018169 0.002161 -0.00304 -0.007251 0.012536 -0.010633 0.004615 -0.025519 -0.005983 0.004651 0.012603 -0.006394 -0.028585 -0.003462 0.001391 -0.00556 -0.021988 -0.029831 -0.000302 -0.014712 -0.034638 0.025125 0.031394 0.006618 0.024111 -0.021049 0.007201 0.008413 -0.004613 0.038302 -0.00132 0.034951 0.052108 0.024051 0.005663 -0.002995 -0.034868 -0.033225 -0.025567 -0.004294 0.014376 -0.025245 -0.014021 0.008952 -0.005724 0.026934 -0.021096 -0.027793 -0.013682 -0.025275 -0.018911 0.004959 -0.000844 0.018538 -0.006662 0.007759 -0.003752 0.002139 -0.001159 -0.003597 0.018279 0.041468 -0.042032 -0.006486 -0.017924 0.011479 0.014384 -0.023621 -0.003788 0.013648 -0.007465 -0.017856 -0.016352 0.001858 -0.036434 0.005829 -0.063277 -0.010133 0.003322 0.009078 0.010612 0.012971 0.000142\n½ 0.086516 -0.110065 -0.102718 -0.003138 -0.093269 0.1326 0.178408 -0.233371 0.063417 0.130141 -0.120028 0.095299 0.073225 -0.065621 0.09894 -0.185849 0.160926 0.078706 -0.031459 -0.155471 0.081299 0.080924 0.019522 0.121527 -0.017657 0.131629 0.062777 0.011845 0.086766 0.116664 0.001524 -0.131607 0.123823 -0.054409 -0.041343 0.022131 -0.112887 -0.072393 0.130118 -0.096948 -0.016756 -0.111132 0.066375 0.089715 0.086307 -0.052632 0.022137 0.060757 0.204817 -0.090029 0.008176 0.171136 0.243896 -0.078199 -0.017854 -0.098771 -0.151285 0.119138 0.064905 -0.059042 0.056922 0.098519 -0.243674 -0.003755 -0.007343 -0.121156 0.011211 -0.161896 0.010368 -0.163964 -0.203444 0.11428 0.086014 -0.118163 -0.173678 -0.263963 -0.069024 -0.08354 0.011796 -0.120113 0.017165 -0.028922 0.288003 -0.162518 0.097635 0.007737 -0.008951 -0.056753 0.117871 0.094679 -0.082935 0.03324 0.131859 -0.021837 0.072949 -0.099195 0.027009 -0.154371 0.081639 0.005113 0.02047 0.010998 -0.080731 0.055865 0.084222 -0.300847 0.024698 -0.067552 -0.114803 0.041224 0.111507 0.10401 0.072125 -0.014599 0.014181 0.026008 -0.23601 0.013862 0.176843 0.040253 0.079432 0.226484 -0.115309 0.013839 0.097002 -0.227914 0.152724 0.182871 0.152845 -0.010158 0.089457 0.02841 0.031905 0.0502 -0.054993 0.035443 -0.160932 0.019715 -0.128056 0.060231 -0.072637 -0.130895 0.31486 -0.100209 -0.046022 -0.050638 0.093757 -0.068227 0.157763 -0.074374 0.157899 0.066609 0.047488 0.104105 -0.09947 -0.010654 -0.112157 0.000957 -0.033263 0.186447 0.014912 0.018248 0.105947 0.190091 0.132651 0.179707 -0.081343 0.038153 0.030851 0.072469 -0.020782 -0.093585 -0.251674 0.030204 -0.063297 0.009512 -0.137246 -0.167373 -0.001607 0.025305 0.201958 0.100571 -0.165674 -0.041231 -0.184043 0.035332 0.013544 0.175067 -0.177191 0.043078 0.245834 -0.088369 0.005678 -0.263615 0.010011 -1e-06 0.054813 0.012015 -0.086367 0.076263 -0.144602 -0.019141 0.003318 -0.034577 0.090232 0.053233 -0.041134 -0.115478 0.109709 -0.177381 -0.021175 -0.205799 -0.045169 -0.187216 -0.229672 -0.134766 -0.114049 -0.125396 0.033999 -0.080043 -0.094521 0.207771 -0.092632 0.019508 -0.091379 0.146313 -0.179586 0.042878 0.176795 -0.102955 -0.094028 0.118763 0.018528 0.048534 0.016236 0.008242 0.013413 -0.140591 -0.103599 0.348906 0.050386 -0.100938 -0.14454 0.088775 0.093427 0.064023 0.152 -0.059615 0.187809 -0.018396 0.248673 0.054394 0.028926 -0.206143 0.002858 0.115636 -0.060541 -0.086872 -0.256702 -0.006221 0.01624 0.06969 -0.028681 0.228044 -0.051458 0.008038 0.072099 -0.069205 -0.008332 0.035769 0.085038 -0.011657 -0.178828 -0.104587 -0.021568 -0.207955 0.206372 0.112864 0.159661 0.149298 -0.056412 0.162211 0.070529 -0.04048 -0.041914 -0.11902 0.043385 -0.213025 0.018035 -0.10629 0.048738 0.12375 -0.134629 -0.131305 0.08519 0.07318 -0.139709 -0.156623 -0.139825 0.028196\nļ 0.022793 -0.002754 -0.02191 0.045615 -0.009725 0.04741 0.016287 -0.004908 0.004163 -0.01994 0.048975 0.02164 -0.011237 -0.03741 0.048067 0.006305 -0.023405 -0.022764 0.002499 -0.055958 -0.02721 -0.013872 0.007561 0.025758 0.009595 0.035999 -0.020279 -0.049866 -0.015774 -0.00973 0.01356 -0.024897 -0.012393 -0.04152 0.009301 0.021642 -0.063421 0.035359 0.018715 -0.001011 -0.041036 0.001494 0.013897 -0.028773 -0.02802 -0.036832 0.054474 0.024173 0.0395 0.033889 0.016781 0.035457 0.021863 -0.045048 0.03707 -0.006603 -0.018292 0.021174 -0.061947 0.050123 -0.001218 -0.028443 -0.018093 0.001467 -0.001427 -0.007621 0.022705 -0.024118 0.052414 -0.014057 -0.043887 0.005188 -0.011893 0.006796 -0.058065 0.015128 -0.030805 0.042936 -0.03557 -0.012471 0.015284 -0.01097 0.002173 0.001782 -0.008104 -0.040879 0.020065 -0.007443 0.001866 -0.006025 -0.025097 0.019815 -0.010252 -0.0392 0.017538 -0.00896 -0.025577 -0.043615 -0.018612 -0.029902 -0.015836 -0.011155 0.011486 -0.013377 0.023491 -0.00617 -0.016473 0.013808 0.024709 0.018194 0.04793 0.04533 0.027856 -0.006366 0.002923 0.002754 -0.025244 -0.024552 -0.012398 -0.056478 0.027571 0.024882 0.055674 0.030902 0.048758 0.000397 -0.00663 -0.026605 0.001512 0.003934 -0.024878 -0.003934 -0.007223 0.019866 -0.021047 0.005705 -0.049751 0.00221 0.000375 0.047634 -0.006611 -0.002835 0.002686 0.018706 -0.035087 -0.028614 0.065914 0.012951 0.021274 -0.002938 0.033752 0.002523 0.044507 0.029874 0.01201 -0.009435 -0.022783 -0.017776 0.014495 0.006119 -0.01757 0.027931 0.029029 0.022951 -0.008589 0.003199 0.007512 -0.015 0.009226 0.047509 0.013448 -0.016889 -0.023784 0.052104 -0.021188 -0.026375 -0.012851 -0.002713 -0.035652 -0.023778 0.004083 -0.000623 0.002213 -0.022463 -0.044986 -0.056153 0.024552 0.008561 -0.066163 -0.00354 0.011053 0.027422 -0.021597 -0.037495 0.014736 0.041468 -0.011024 0.002795 0.000799 0.021692 -0.045349 -0.028493 0.005894 0.010986 0.01322 0.017338 0.015578 -0.044263 -0.016558 0.032723 -0.023289 -0.00042 -0.014655 0.016647 -0.002126 0.054867 -0.00012 -0.042804 0.003715 0.001341 0.006758 0.025325 -0.023807 0.00312 -0.015656 0.009482 0.004181 0.011762 0.019333 -0.021846 -0.005725 0.011288 0.01861 -0.046221 -0.057526 0.022426 -0.013879 -0.038352 0.013613 0.011809 0.020994 -0.004516 -0.014949 -0.008927 0.023097 -0.011368 0.06145 0.009975 0.035404 0.034194 0.042989 0.000238 0.026948 -0.06421 -0.018214 -0.039378 0.008795 0.018782 -0.027775 -0.019124 0.00345 0.004361 0.030265 -0.01047 -0.031362 0.010651 -0.059383 -0.03589 0.015602 0.008164 0.030059 0.00222 0.008274 -0.028094 0.004316 0.011635 -0.004476 0.036421 0.05029 -0.046961 -0.007387 -0.031573 0.01326 0.014342 -0.029575 -0.020943 0.002392 -0.020115 -0.027614 -0.038905 0.013059 -0.042846 0.004717 -0.0674 -0.031448 -0.011467 0.02954 0.045909 0.015086 -0.000348\nֿ 0.046227 -0.001737 -0.063439 0.030339 0.013306 0.047946 0.00842 -0.006836 -0.022723 -0.033262 0.030712 0.027638 -0.007602 -0.030995 0.037133 -0.010321 0.011664 -0.040117 -0.020288 -0.053808 -0.033085 -0.002735 -0.000657 0.014633 0.010597 0.028915 -0.002277 -0.010007 -0.019155 -0.041044 0.023375 -0.044267 -0.026386 -0.052166 0.004531 0.010206 -0.055916 0.048291 0.00997 0.034992 -0.036812 0.008038 -0.003937 -0.001876 -0.043679 -0.04333 0.046937 -0.01 -0.014584 0.027183 0.00548 0.063174 0.037176 -0.037549 0.04883 0.006505 -0.007608 0.039208 -0.019582 0.04069 -0.034823 -0.035306 -0.01006 -0.014953 0.016293 0.025671 0.05462 -0.009811 0.052546 0.014755 -0.053671 -0.001872 0.029406 0.019333 -0.06107 0.008689 -0.037974 0.028071 -0.041459 -0.022883 0.019397 0.010581 -0.002148 0.022441 -0.025487 -0.071227 0.007732 -0.005512 -0.01916 -0.010867 -0.016629 0.030114 0.003359 -0.015651 0.010229 -0.009595 -0.002467 -0.051823 -0.001803 3.8e-05 -0.031937 -0.003805 -0.004541 -0.039379 0.020901 -0.006694 -0.01885 0.012379 0.046922 -0.014819 0.044088 0.021801 0.021331 -0.024777 0.014733 0.002945 -0.020277 -0.007048 -0.015675 -0.053245 0.023676 -0.000788 0.050751 0.022158 0.033436 0.017721 -0.024128 -0.016144 -0.023298 -0.01822 -0.025305 -0.000399 -0.019636 0.037027 -0.020297 0.018695 -0.037577 0.00536 0.008345 0.066131 -0.001945 -0.011516 0.020035 0.032112 -0.038129 -0.064516 0.048756 0.003773 -0.003163 -0.050978 0.004224 0.016885 0.037729 0.042217 -0.003983 0.006695 0.004212 -0.028476 0.017027 -0.032875 -0.01286 0.028272 0.028685 0.008213 -0.009515 -0.024488 0.01127 -0.029343 0.033367 0.033387 -0.039059 -0.029365 -0.006973 0.043515 -0.025834 -0.041378 -0.016215 -0.011769 -0.047732 -0.022103 0.04579 -0.017511 0.005569 -0.012502 -0.008879 -0.025793 0.011617 0.028017 -0.082213 -0.003512 0.006404 0.044161 -0.036396 -0.049963 0.003609 0.045767 -0.027183 0.015385 -0.001159 0.003743 -0.045261 -0.045468 0.02118 0.035573 0.023276 0.021606 0.020928 -0.016447 -0.010757 0.05532 -0.033492 -0.004968 -0.007483 0.019625 -0.002862 0.08357 0.004203 -0.017952 -0.001748 0.008707 -0.003958 0.005536 -0.004034 0.011058 -0.032053 -0.001145 -0.006927 0.02265 -0.016028 -0.02681 -0.005589 -0.000829 -0.008043 -0.029133 -0.050339 -0.006012 -0.020665 -0.03535 0.03859 0.030755 0.005906 0.035469 -0.023904 0.014217 0.012594 -0.022391 0.057116 -0.008999 0.054197 0.065942 0.035299 0.021022 0.01284 -0.059115 -0.037462 -0.030269 0.00146 0.028732 -0.025054 -0.019193 0.01349 -0.019837 0.037928 -0.029905 -0.04589 -0.017482 -0.047919 -0.007815 0.01791 -0.006135 0.03908 0.001327 0.010868 -0.008415 0.011826 0.009456 -0.00163 0.02744 0.057399 -0.06344 -0.010648 -0.025868 0.01699 0.023878 -0.040609 0.001877 0.021691 -0.010924 -0.020495 -0.02336 0.012803 -0.052814 0.021143 -0.087204 -0.005307 0.001705 0.014522 0.018881 0.031276 0.008793\nோ 0.033113 0.007786 -0.062192 0.036003 0.018495 0.03779 0.017353 -0.004429 -0.013797 -0.035385 0.039796 0.014764 -0.006984 -0.032213 0.036588 0.004263 0.011674 -0.02848 -0.019104 -0.038303 -0.018255 -0.016525 0.006766 0.027652 0.004058 0.019443 -0.002707 -0.00084 -0.01319 -0.035609 0.020772 -0.034014 -0.019169 -0.056124 0.015172 0.017129 -0.047808 0.033763 0.013536 0.032603 -0.038002 0.018446 0.005633 -0.005303 -0.046684 -0.030228 0.039577 -0.003183 -0.006859 0.028118 0.004336 0.063471 0.038848 -0.035597 0.035006 -0.006833 -0.010055 0.028382 -0.014833 0.028525 -0.045333 -0.02563 -0.008308 -0.010234 0.012466 0.009952 0.057605 -0.018508 0.04296 0.024111 -0.047169 -0.00029 0.023098 0.023544 -0.045004 0.011584 -0.031243 0.040569 -0.027194 -0.018917 0.021386 -0.004891 -0.000232 0.013477 -0.026146 -0.06819 0.006406 -0.011543 -0.030136 -0.00191 -0.006547 0.031104 0.009476 -0.019234 0.015111 -0.001358 -0.004666 -0.041211 0.008712 -0.010011 -0.012087 -0.004047 0.008233 -0.042582 0.006643 -0.000903 -0.015948 0.006389 0.035489 -0.006877 0.044186 0.015838 0.034038 -0.015692 0.005336 0.007899 -0.021799 -0.000955 -0.014827 -0.049444 0.031184 0.003445 0.048795 0.016048 0.037246 0.030264 -0.019386 -0.017911 -0.010831 -0.016821 -0.014651 0.010488 -0.020033 0.030293 -0.022881 0.014207 -0.025487 -0.003786 0.00302 0.044718 -0.002716 -0.009274 0.029059 0.031805 -0.032616 -0.05083 0.052036 0.008528 0.00521 -0.036008 0.012131 0.01494 0.031357 0.040841 -0.005573 0.011061 0.006517 -0.029218 0.019448 -0.032312 -0.025209 0.021236 0.030484 0.018474 -0.014835 -0.024705 0.033778 -0.031853 0.018758 0.021955 -0.034585 -0.020341 -0.009679 0.036756 -0.032154 -0.037855 -0.023121 -0.006345 -0.04033 -0.023423 0.041783 -0.005508 0.004259 -0.009439 -0.004607 -0.019682 -0.003936 0.017297 -0.061176 0.014057 0.011419 0.018969 -0.033073 -0.043166 0.003265 0.051807 -0.022776 0.011635 0.001185 -0.005208 -0.02948 -0.03756 0.014382 0.030957 0.009809 0.019371 0.013072 -0.00725 -0.01749 0.045555 -0.041392 0.007975 -0.019851 0.01576 -0.000792 0.073988 0.004151 -0.033825 0.007918 -0.002181 -0.009237 0.011584 -0.008021 0.007964 -0.024035 -0.008009 0.000722 0.024395 -0.0019 -0.021979 -0.001268 -0.001921 -0.013142 -0.027473 -0.040652 0.008623 -0.026164 -0.027507 0.032836 0.031703 0.013496 0.030639 -0.018564 0.008323 0.005523 -0.010049 0.037698 -0.00956 0.040644 0.05371 0.036925 0.013508 -0.000112 -0.055608 -0.041654 -0.021048 0.0049 0.026309 -0.021209 -0.022208 0.000554 -0.02054 0.038548 -0.036933 -0.043241 -0.014028 -0.035384 -0.010824 0.002686 -0.003548 0.025247 -0.001363 0.014123 0.005845 0.014664 0.000157 -0.008708 0.030427 0.046403 -0.059466 -0.001383 -0.032464 0.016119 0.020126 -0.0171 -0.003982 0.019584 -0.010679 -0.024747 -0.021565 0.011961 -0.051215 0.010432 -0.06797 -0.000898 0.006021 0.010448 0.014446 0.020884 0.001973\nौ 0.044081 0.005172 -0.053952 0.025889 0.005234 0.042074 -0.008532 -0.004038 -0.027596 -0.039473 0.040792 0.009875 -0.012984 -0.024613 0.034346 0.002007 0.007436 -0.022144 -0.008223 -0.052484 -0.029887 -0.004515 0.001012 0.010985 -0.006229 0.022258 -0.016367 -0.013989 -0.01242 -0.032505 0.014622 -0.03037 -0.000327 -0.041884 0.002779 0.002834 -0.043478 0.044474 0.005137 0.019324 -0.039577 0.00821 0.001117 -6.1e-05 -0.034249 -0.019649 0.03231 -0.008488 -0.000855 0.018177 0.008129 0.059806 0.040256 -0.038685 0.052135 0.002014 -0.008701 0.024415 -0.021596 0.024706 -0.04035 -0.035236 -0.003265 -0.028717 0.022256 0.015521 0.045064 -0.013378 0.039708 0.007419 -0.051893 -0.015387 0.024992 0.020771 -0.051552 0.007871 -0.02612 0.026618 -0.038723 -0.020522 0.00293 -0.004963 0.005661 0.017975 -0.011797 -0.04596 0.01004 -0.013883 -0.02407 -0.004233 -0.009965 0.022199 0.013047 -0.019272 0.019507 -0.000844 -0.003202 -0.041222 -0.003702 -0.001123 -0.030735 0.007311 -0.00165 -0.032577 0.013939 -0.000489 -0.012285 0.00272 0.041318 -0.009654 0.04875 0.029667 0.016955 -0.013068 0.004381 -0.01142 -0.008166 0.001963 -0.008033 -0.031097 0.024993 -0.006448 0.041617 0.016644 0.034501 0.01019 -0.013468 -0.011802 -0.016224 -0.028539 -0.02367 -0.00632 -0.011217 0.03013 -0.016843 0.019323 -0.033097 0.003324 0.006965 0.048323 -0.006749 0.006546 0.011631 0.021887 -0.038021 -0.059119 0.058245 0.018864 -0.003544 -0.038226 0.003514 0.013419 0.036506 0.026549 0.002942 0.006106 0.003821 -0.02733 0.011415 -0.017289 -0.029949 0.018486 0.028097 0.001703 -0.007259 -0.012692 0.00904 -0.018217 0.019688 0.023976 -0.034411 -0.022138 -0.021695 0.030044 -0.025387 -0.030462 0.000302 -0.013529 -0.039757 -0.014577 0.041021 -0.002929 0.008701 -0.015192 -0.014225 -0.016256 0.009857 0.029646 -0.05898 0.008499 0.010481 0.022252 -0.031423 -0.03419 0.001394 0.037333 -0.024429 0.020691 0.005211 -0.001363 -0.028707 -0.039393 0.016272 0.030541 0.025293 0.019963 0.014421 0.00397 -0.006479 0.052061 -0.017112 -0.011719 -0.005252 0.015559 -0.01116 0.068966 0.025747 -0.030127 0.006233 -0.005226 0.004832 0.001064 -0.006343 0.008615 -0.037546 -0.003174 0.004479 0.013027 -0.004694 -0.028694 -0.008329 0.003122 0.006882 -0.027664 -0.049062 -0.008529 -0.019465 -0.02665 0.03021 0.025247 0.001327 0.019789 -0.022768 0.016061 -0.008072 -0.014906 0.032542 -0.007404 0.036856 0.062033 0.029354 0.009677 -0.009235 -0.034839 -0.028643 -0.020623 -0.005665 0.027779 -0.036476 -0.004574 0.008267 -0.019489 0.029755 -0.027856 -0.036469 -0.022377 -0.03677 -0.023695 0.006286 0.006347 0.018162 0.012016 0.0187 -0.006804 0.021112 -0.008597 -0.00389 0.01036 0.050033 -0.057171 -0.005834 -0.013366 0.021447 0.012838 -0.029578 0.006314 0.024722 -0.010283 -0.014946 -0.009192 -0.003629 -0.030947 0.021779 -0.06729 -0.012872 -0.00049 0.008218 0.014654 0.017841 0.00077\nා 0.037748 0.007852 -0.06529 0.030079 0.017023 0.04675 -0.002333 -0.001269 -0.028782 -0.039553 0.052903 0.028466 -0.011079 -0.041681 0.047959 -0.012066 0.016059 -0.030021 -0.006911 -0.057098 -0.021168 -0.008515 0.015591 0.004556 0.00015 0.022339 -0.002359 -0.021433 -0.009173 -0.029478 0.029371 -0.043981 -0.03103 -0.050833 0.022086 0.014868 -0.044389 0.047953 0.002726 0.03595 -0.040161 0.013297 -5.2e-05 -0.001452 -0.039777 -0.021799 0.050046 0.000458 -0.004211 0.02425 0.001637 0.059394 0.042568 -0.027906 0.0655 0.00316 -0.004738 0.027674 -0.018371 0.030842 -0.043166 -0.045029 -0.010668 -0.019211 0.022099 0.023135 0.060038 -0.00571 0.043887 0.012605 -0.064105 -0.005746 0.028483 0.020626 -0.059992 0.008886 -0.038302 0.029246 -0.039728 -0.017748 0.015234 -0.003512 -0.003757 0.01958 -0.028057 -0.062096 0.004117 -0.01171 -0.021189 -0.020633 -0.010492 0.031502 0.021249 -0.02027 0.006784 0.002821 -0.008737 -0.047183 -0.007925 -0.001222 -0.029626 0.002636 0.004759 -0.043023 0.020043 -0.002849 -0.025854 0.017203 0.048387 -0.011232 0.045479 0.032327 0.029339 -0.019485 0.008756 0.002923 -0.007884 0.00495 -0.023268 -0.051486 0.038154 -0.001759 0.044229 0.026719 0.037144 0.020706 -0.019894 -0.012539 -0.013533 -0.021194 -0.026397 -0.001537 -0.009776 0.04269 -0.02148 0.019663 -0.031077 0.013414 0.007841 0.053949 -0.001467 -0.004786 0.019525 0.025942 -0.047578 -0.065422 0.078588 0.022377 0.003935 -0.052487 0.013159 0.025981 0.037476 0.020371 0.001938 0.005568 0.01238 -0.026245 0.028451 -0.030339 -0.029602 0.010699 0.024264 0.018685 -0.014319 -0.01782 0.030996 -0.02085 0.035902 0.02532 -0.032959 -0.025961 -0.009101 0.040011 -0.022559 -0.037316 -0.01176 -0.016373 -0.047894 -0.027382 0.038676 -0.006831 0.004481 -0.024131 -0.01624 -0.015607 0.001623 0.020195 -0.059433 0.004989 0.016441 0.029363 -0.045336 -0.053272 0.004315 0.056929 -0.029435 0.011527 0.001893 0.000172 -0.041684 -0.032254 0.012211 0.040924 0.032872 0.016687 0.024455 -0.010931 -0.007361 0.04934 -0.022182 -0.010751 -0.015752 0.012046 -0.00062 0.079607 0.028472 -0.024865 0.018838 -0.001101 -0.005872 0.002277 0.001404 0.014962 -0.026964 -0.014906 0.004945 0.032234 -0.014224 -0.025017 -0.004604 -0.0009 -0.010102 -0.0272 -0.051576 -0.013426 -0.020542 -0.049332 0.033109 0.018653 -0.000679 0.031663 -0.027344 0.011082 -0.004578 -0.01129 0.037928 -0.009584 0.058824 0.071469 0.034892 0.007019 0.001608 -0.050231 -0.040636 -0.02576 -0.009387 0.02728 -0.03972 -0.012064 -0.005533 -0.019884 0.042884 -0.040467 -0.036951 -0.025555 -0.039616 -0.018554 0.013836 0.00714 0.026883 0.00256 0.028135 -0.00077 0.019357 0.016482 -0.003464 0.02284 0.051096 -0.068581 -0.000507 -0.020823 0.020817 0.01725 -0.017014 0.00071 0.033872 -0.008438 -0.034781 -0.010554 0.006789 -0.057112 0.019072 -0.088097 -0.005009 0.012239 0.015711 0.023427 0.018719 0.017892\nộ 0.055922 -0.014673 -0.045212 0.034595 0.006345 0.012015 0.024777 -0.041285 -0.044492 -0.024047 0.05232 -0.040624 -0.00806 0.017977 0.002538 -0.020711 0.042105 -0.01668 0.001169 -0.044521 -0.013042 0.015195 -0.003903 0.007104 -0.016927 0.017268 0.025821 0.012025 0.031971 0.007629 0.015939 -0.030482 0.019354 0.003939 0.045707 -0.003817 -0.022514 0.025873 -0.011232 0.046329 -0.005512 0.012536 -0.02871 0.005116 -0.029166 -0.033623 0.03433 -0.011076 0.01401 0.038366 0.010099 0.044511 0.028365 -0.033364 0.067647 0.010176 -0.011815 0.042427 -0.011555 0.013468 0.002431 -0.028869 -0.011138 0.003321 0.015662 -0.00695 0.052709 -0.017362 0.006954 -0.008915 -0.016839 -0.019909 0.03902 0.002389 -3.6e-05 0.03463 0.013624 0.038041 0.001944 -0.007706 0.026445 -0.001546 -0.014889 0.027033 -0.031515 -0.041322 -0.041117 -0.032489 0.027842 -0.041431 0.00312 0.03466 -0.015847 0.001246 -0.016937 -0.007052 -0.021901 -0.00545 -0.007474 -0.00323 -0.012738 0.014589 -0.005442 0.002616 0.022727 -0.018532 -0.017901 -0.021456 0.068426 0.010052 -0.000163 0.014873 0.004097 -0.004412 0.0014 -0.019006 -0.02215 -0.009371 0.00913 -0.032301 -0.001278 -0.014509 0.04329 0.022 0.01618 0.021191 -0.006289 -0.005546 -0.009878 0.015753 0.007998 -0.005395 -0.025349 0.028463 0.00777 0.037791 -0.023754 0.033646 0.015149 0.025204 -0.016845 0.00927 0.05165 0.017676 -0.047139 0.003039 0.022114 0.009688 -0.019663 -0.023496 0.014068 -0.010002 0.017199 0.013699 -0.010407 0.008955 0.029256 -0.005269 -0.024561 -0.042979 0.017386 0.004594 -0.002755 0.004571 -0.019826 0.007492 0.012789 -0.027962 0.037305 0.020508 -0.0356 -0.030342 -0.015106 -0.006477 -0.030745 0.001513 0.016966 0.012413 0.024967 -0.018131 0.037495 0.014175 -0.006415 -0.011102 -0.014715 0.018968 0.001125 -0.006707 -0.071535 -0.051074 0.008125 0.007573 -0.018902 0.013221 -0.049476 0.022203 0.031251 0.000688 0.010366 -0.008882 -0.053964 -0.028982 0.016816 0.02935 0.051815 -0.027721 0.010121 -0.015438 -0.002162 0.007356 -0.038292 0.009069 0.02296 -0.005427 0.023967 0.018876 0.029989 -0.011344 0.008324 0.036737 0.061213 0.01199 0.009721 -0.037795 -0.004601 -0.031184 0.037407 -0.003148 0.010068 0.001373 0.004772 -0.029355 -0.018394 -0.042931 -0.02357 0.013545 -0.008548 -0.06559 0.030787 0.001148 -0.004072 0.043495 -0.015115 0.004504 -0.016333 8.2e-05 0.015332 0.00594 0.025732 0.05797 -0.021896 0.001696 0.018645 -0.045119 -0.020511 -0.007648 -0.01194 0.037188 -0.008671 -0.030365 -0.000894 0.010126 -0.0176 -0.039912 -0.018399 -0.055031 -0.000199 -0.000981 -0.004398 -0.007087 0.027608 -0.016332 0.003007 0.001715 0.026925 -0.011629 0.01995 0.026513 0.032395 -0.037781 0.001502 0.020384 -0.002781 0.017553 -0.032036 0.026303 -0.018501 0.005057 -0.05459 0.005568 0.018432 -0.030706 0.029244 -0.056993 0.01008 0.025118 0.019692 -0.005498 0.061314 -0.026721\nო 0.033083 -0.006732 -0.034257 0.007857 0.009157 0.028647 0.00109 -0.008796 -0.01551 -0.027364 0.035351 0.007592 -0.010015 -0.01848 0.018911 -0.007142 0.012239 -0.018828 -0.007653 -0.026979 -0.006171 0.000585 0.003521 0.008295 -0.00059 0.016921 -0.008163 -0.008323 -0.014678 -0.023871 0.016503 -0.033087 -0.023365 -0.027796 0.011528 0.008553 -0.028121 0.033883 0.005604 0.006099 -0.018556 0.009819 -0.00036 0.000978 -0.02553 -0.01172 0.025088 -0.000669 -0.00555 0.006059 0.006053 0.038272 0.024386 -0.021227 0.032442 0.006854 0.002074 0.019368 -0.014995 0.019213 -0.02622 -0.019743 -0.001909 -0.011707 0.01481 0.01571 0.025697 8e-05 0.020438 0.011252 -0.042335 -0.00072 0.014451 0.013406 -0.039979 -0.000689 -0.021245 0.019486 -0.030788 -0.01306 0.001284 -0.002047 -0.010373 0.008488 -0.017813 -0.032845 -6e-05 0.006215 -0.008895 -0.00104 -0.006787 0.017336 0.003752 -0.005769 0.016871 -0.007063 -0.004984 -0.026047 -0.001147 0.000578 -0.018656 -0.001404 -0.001614 -0.021404 0.004746 -0.005914 -0.015702 0.012946 0.036342 -0.003754 0.028136 0.016164 0.014072 -0.016057 0.008358 -0.001627 -0.003871 -0.000728 -0.019409 -0.036434 0.02263 0.003007 0.028311 0.018202 0.029234 0.000411 -0.003136 -0.012704 -0.0015 -0.008387 -0.008164 0.001682 -0.007571 0.028315 -0.011581 0.006895 -0.014285 0.004167 0.019531 0.034569 0.002604 -0.00701 -0.00096 0.024013 -0.031996 -0.043586 0.034038 0.009305 0.003216 -0.038221 -0.001356 0.002438 0.027817 0.00649 -0.002045 0.002473 0.003477 -0.019818 0.018879 -0.021523 -0.016848 0.008687 0.010353 0.014384 -0.010197 -0.009631 0.002128 -0.023775 0.016771 0.016958 -0.019825 -0.016734 0.000301 0.026162 -0.012576 -0.019147 -0.008844 -0.013354 -0.035082 -0.004136 0.024947 -0.010205 0.000985 -0.012766 -0.010804 -0.020018 0.005254 0.01742 -0.043693 -0.006265 0.019083 0.022385 -0.027028 -0.033016 0.002399 0.035808 -0.012224 0.015739 0.000337 0.000461 -0.028055 -0.018856 0.016491 0.017166 0.011055 0.009786 0.015242 -0.004722 0.003852 0.034801 -0.017069 -0.001073 -0.007041 0.013192 0.004201 0.047751 0.005035 -0.019125 0.008171 0.005635 0.000409 0.006554 -0.005612 0.011711 -0.017491 -0.007116 -0.001392 0.015103 -0.003068 -0.014949 -0.002369 -0.001331 -0.001428 -0.020271 -0.030359 -8.4e-05 -0.008041 -0.030438 0.021967 0.013214 0.007465 0.015817 -0.020887 0.008532 0.002819 0.003669 0.022836 -0.005227 0.034255 0.038789 0.019262 0.01275 -0.001305 -0.028377 -0.020582 -0.020177 -0.009428 0.02157 -0.024743 -0.006453 0.008675 -0.009464 0.01829 -0.024045 -0.020534 -0.013243 -0.02628 -0.019786 0.000109 -0.006151 0.012139 0.004589 0.009963 -0.006285 0.008679 -0.004332 0.002693 0.011668 0.041412 -0.040075 -0.005593 -0.022633 0.016728 0.005842 -0.015077 -0.009434 0.013769 0.000365 -0.01031 -0.003725 -0.000345 -0.035816 0.002604 -0.053603 -0.012668 0.006501 0.014211 0.012809 0.016377 -0.001019\nǧ 0.0214 0.001437 -0.037408 0.005573 0.002774 0.015201 0.002317 -0.005835 -0.021436 -0.024358 0.034319 0.008938 -0.016225 -0.019936 0.02637 0.005661 0.004654 -0.014932 -0.001605 -0.036225 -0.015141 -0.001608 0.011153 0.009719 -0.003006 0.016423 -0.004295 -0.003206 -0.010173 -0.028842 0.024058 -0.017639 -0.013522 -0.027833 0.012392 0.003505 -0.025823 0.026392 0.014869 0.011464 -0.019451 0.004731 0.002323 -0.01045 -0.02207 -0.012145 0.01918 0.00087 -0.000623 0.000882 0.003375 0.039393 0.021721 -0.024278 0.023217 0.005041 -0.009972 0.017572 -0.00986 0.012101 -0.011168 -0.016557 -0.000759 -0.012563 0.014571 0.006335 0.029562 -0.006026 0.021339 0.016129 -0.040019 -0.003983 0.021519 0.018619 -0.033408 -0.005834 -0.025844 0.015703 -0.024987 -0.014871 -0.003531 -0.00875 0.008792 -0.003439 -0.023075 -0.032321 0.006776 -0.008891 -0.021467 -0.000447 -0.017755 0.008824 0.00994 -0.002267 0.016555 -0.003639 0.001829 -0.030433 -0.001726 -0.010348 -0.013089 0.000336 0.005195 -0.026621 0.003789 -0.004458 -0.019592 0.012828 0.023436 -0.002892 0.026213 0.013303 0.013428 -0.0233 0.002355 -0.000321 -0.002104 0.018592 -0.013083 -0.02672 0.015125 -0.00101 0.019902 0.01117 0.024676 0.004731 -0.001874 -0.020656 -0.015913 -0.020773 -0.000489 -0.007418 -0.012606 0.02657 -0.013646 0.019321 -0.023108 0.000703 0.01335 0.029636 0.002631 -0.001579 0.005345 0.008951 -0.027897 -0.03171 0.039716 0.009213 0.001372 -0.028369 0.008826 0.007387 0.017611 0.021756 -0.010632 0.00383 -0.00361 -0.014607 0.017351 -0.021261 -0.016394 0.007837 0.009946 0.011071 -0.015793 -0.010402 0.02225 -0.020291 0.007774 0.017819 -0.016586 -0.017472 -0.010528 0.020602 -0.013965 -0.027679 -0.011045 -0.009915 -0.033707 -0.009491 0.020725 -0.027095 0.001602 -0.009279 0.000726 -0.023631 0.007256 0.018531 -0.026488 0.005568 0.013072 0.020727 -0.028205 -0.025685 0.008901 0.050783 -0.010799 0.015991 -0.013978 -0.00283 -0.025611 -0.014015 0.015708 0.015405 0.008565 0.020433 0.008794 -0.01484 -0.006444 0.032809 -0.00326 0.013151 -0.009245 0.002105 -0.008141 0.039438 0.002468 -0.009986 0.010333 -0.005469 -0.00213 9.8e-05 -0.006373 0.008888 -0.009464 0.002329 -0.004594 0.026078 -0.005576 -0.0209 -0.00273 5.5e-05 -0.005096 -0.010571 -0.026357 -0.007213 -0.024723 -0.018657 0.020249 0.008491 0.009922 0.018434 -0.017198 0.005614 0.013789 -0.003336 0.032286 0.005033 0.036312 0.036978 0.022636 0.001102 0.003698 -0.032832 -0.020061 -0.023759 0.000548 0.012251 -0.017355 0.00379 0.00271 -0.012486 0.027191 -0.018194 -0.020805 -0.015054 -0.023207 -0.018015 0.000894 -0.011282 0.008331 0.009726 0.006273 -0.005755 0.004656 0.004288 -0.005386 0.010832 0.030539 -0.036942 0.011008 -0.015304 0.010884 0.006301 -0.014289 -0.006917 0.023796 -0.00676 -0.01516 -0.013956 0.007476 -0.037831 0.017469 -0.050999 -0.008132 0.006994 0.021271 0.013328 0.008108 0.006113\nɦ 0.026829 0.004537 -0.050624 0.028778 0.022668 0.050142 0.018283 0.004064 -0.028475 -0.032638 0.059952 0.01888 -0.01542 -0.018556 0.052835 -0.009967 0.003494 -0.026194 -0.005853 -0.059353 -0.02281 -0.008894 -0.021842 0.007877 0.004773 0.031321 -0.00876 0.000952 -0.00044 -0.041793 0.029376 -0.038827 -0.017129 -0.051034 0.005498 0.01911 -0.05888 0.060122 0.017414 0.031397 -0.034899 0.024061 0.004161 0.015896 -0.025431 -0.032243 0.059194 0.003172 0.004022 0.029244 0.014536 0.078182 0.040422 -0.048917 0.05052 0.011266 0.00397 0.039945 -0.020836 0.034459 -0.051253 -0.036928 -0.010456 -0.009921 0.016966 0.032404 0.059817 -0.03707 0.040024 0.025687 -0.058669 -0.000571 0.02234 0.024995 -0.053788 0.006828 -0.028782 0.02916 -0.03873 -0.015772 0.021452 0.004209 -0.00833 0.037235 -0.033873 -0.074865 0.006422 0.005812 -0.012078 -0.001557 -0.012913 0.021789 0.000614 -0.009282 0.005066 -0.025605 -0.002067 -0.057236 -0.01336 -0.027062 -0.034556 -0.005617 -0.011464 -0.041011 0.021065 0.000677 -0.026084 -0.000689 0.036779 -0.007578 0.063892 0.020106 0.035861 -0.012759 0.018495 0.009127 -0.018799 -0.008738 -0.021559 -0.042296 0.028258 -0.006839 0.058072 0.031605 0.041055 -0.005788 0.004896 -0.009618 -0.015282 -0.013321 -0.020794 0.001606 -0.017252 0.039039 -0.023767 0.021302 -0.036617 0.021396 -0.000246 0.060138 -0.011059 -0.010307 0.020536 0.031084 -0.043114 -0.071424 0.058253 -0.002617 0.009566 -0.061591 0.017442 0.018338 0.045549 0.047493 -0.002995 0.011348 -0.013054 -0.031314 0.03495 -0.025535 -0.036787 0.029614 0.036413 0.011704 -0.020457 -0.031672 0.037636 -0.021265 0.01475 0.045277 -0.040758 -0.032037 -0.015578 0.049721 -0.014931 -0.029781 -0.007372 -0.008249 -0.048318 -0.014437 0.048718 -0.010615 0.009424 0.001976 -0.026257 -0.029225 -0.018931 0.02329 -0.06784 -0.004745 0.011612 0.035196 -0.047859 -0.057147 0.005199 0.054958 -0.03118 0.023011 0.005071 -0.008404 -0.053218 -0.040687 0.024625 0.034021 0.03066 0.008634 0.017894 -0.017151 -0.011289 0.037503 -0.022467 -0.009051 0.000346 0.02933 0.009447 0.071456 0.000987 -0.031751 0.010783 -0.000579 -0.001956 0.009915 -0.004228 0.012838 -0.028736 0.00595 0.016356 0.001622 0.00118 -0.018285 -0.020876 -0.002235 -0.012578 -0.045824 -0.044761 -0.003166 -0.019776 -0.03793 0.042159 0.026488 0.013938 0.035992 -0.02004 0.022036 0.005985 -0.023938 0.045513 0.004674 0.054525 0.064184 0.023086 0.015206 0.000461 -0.051143 -0.05392 -0.021475 -0.00901 0.013552 -0.029654 -0.019878 0.018392 -0.014925 0.043492 -0.01815 -0.024622 -0.02014 -0.045 -0.009883 0.005826 -0.004807 0.021145 -0.00461 0.01913 -0.003975 0.016359 0.003854 0.012791 0.019648 0.050892 -0.064506 -0.006316 -0.017002 0.022218 0.034441 -0.013731 -0.007587 0.007786 -0.032958 -0.029922 -0.030059 0.021419 -0.055267 0.00994 -0.085701 -0.023921 0.016226 0.016051 0.014494 0.022072 -0.006941\ný 0.035658 -0.012454 -0.072537 0.042411 0.045053 0.039463 0.027117 -0.024499 -0.041016 -0.045332 0.053313 -0.044304 -0.019415 0.008602 0.010297 0.003189 0.016034 -0.036724 -0.007681 -0.021971 -0.037606 0.003717 -0.010355 0.012403 -0.013147 0.018772 -0.001925 0.003266 0.024932 -0.026282 0.012092 -0.040269 0.023796 -0.01713 0.019884 0.013114 -0.051508 0.01862 0.003638 0.035188 -0.022523 0.01703 -0.040639 -0.011519 -0.027218 -0.064729 0.053983 0.000359 -0.00905 0.041407 0.033733 0.048303 0.048496 -0.046316 0.068092 0.015281 -0.027088 0.030891 -0.020386 -0.003456 -0.021138 -0.053052 -0.014248 0.01144 -0.002217 0.015125 0.057464 -0.021297 0.048613 0.014687 -0.052288 -0.01019 0.053473 0.030962 -0.065292 0.039719 -0.000131 0.027149 -0.034999 -0.006923 0.013095 -0.003168 0.005862 0.037925 -0.047409 -0.062904 -0.014837 -0.014953 -0.012637 -0.021977 0.007201 0.03849 -0.035736 -0.022361 -0.013909 -0.008538 -0.013171 -0.025179 -0.00602 -0.023617 -0.017472 0.028072 -0.006153 -0.020326 0.030267 -0.005883 0.000179 -0.006718 0.054747 -0.000604 0.030664 0.022058 -0.00526 -0.022658 0.023721 0.004933 -0.016099 -0.000801 -0.00648 -0.039359 0.006301 -0.022794 0.056504 0.031484 0.039976 0.013854 -0.01648 -0.004053 -0.020189 -0.020211 -0.014481 -0.000642 -0.027452 0.016404 -0.022506 0.010704 -0.050901 0.03723 0.019338 0.048088 -0.016082 0.001943 0.04399 0.032304 -0.031398 -0.042813 0.055897 -0.012129 -0.022761 -0.050007 -0.031026 -0.007933 0.041485 0.035417 -0.002401 0.014047 0.026647 -0.003774 0.003349 -0.034779 -0.000615 0.025248 0.013531 -0.00178 -0.0345 -0.007487 0.009328 -0.030079 0.002919 0.022537 -0.052157 -0.032917 -0.010381 0.01966 -0.043714 -0.012565 0.018388 0.019358 -0.01817 -0.041795 0.042748 0.015474 -0.006286 0.005756 -0.023218 -0.003417 -0.001444 0.017749 -0.07163 -0.047127 0.004356 0.029546 -0.04192 -0.053212 -0.039119 0.041719 -0.002828 0.010584 0.008174 -0.004903 -0.066912 -0.050174 0.016703 0.015684 0.028382 0.008141 0.016195 -0.02029 -0.013527 0.03818 -0.060506 0.004077 -0.008068 0.026387 0.02992 0.070243 0.025623 -0.039895 0.008058 0.024619 0.02971 0.036566 0.010733 -0.022276 -0.013394 -0.017453 0.034842 -0.00184 -0.015204 -0.003895 0.013793 -0.017249 -0.037333 -0.048645 -0.046942 0.028607 -0.010403 -0.062046 0.023421 0.008838 -0.019522 0.063687 -0.005059 0.009514 0.020325 -0.035146 0.042063 -0.004415 0.035074 0.066874 0.006119 0.012637 0.010202 -0.058167 -0.028112 -0.012653 -0.00324 0.032977 -0.029362 -0.053318 0.030974 0.013699 0.006676 -0.048998 -0.037098 -0.037988 -0.038203 -0.002725 -0.017666 0.019592 -0.001787 -0.016924 0.003819 0.004721 0.029115 -0.018461 0.010516 0.063797 0.039814 -0.046238 0.002141 -0.011458 -0.003247 0.026497 -0.047262 0.005086 -0.002779 -0.002799 -0.055533 -0.002645 0.013048 -0.029536 0.025857 -0.056758 -0.011451 0.024888 0.020565 0.003365 0.046101 -0.021589\nż 0.028286 0.001452 -0.041183 0.023139 0.009463 0.024079 0.00039 0.00607 -0.014322 -0.022964 0.037108 0.006143 -0.003185 -0.020019 0.025272 -0.008033 0.001034 -0.020997 -0.006848 -0.029565 -0.018385 0.000148 0.001491 0.013112 0.001478 0.021526 -0.006735 -0.000929 -0.00698 -0.026146 0.017177 -0.025613 -0.013035 -0.03113 0.011084 0.009606 -0.041864 0.031879 0.011845 0.005369 -0.022649 0.013244 0.000149 2.4e-05 -0.021474 -0.014512 0.024345 0.003477 -0.001975 0.015365 0.002017 0.048079 0.01681 -0.024512 0.025526 0.003438 0.002728 0.018581 -0.021356 0.017497 -0.01954 -0.016704 -0.01625 -0.01699 0.008509 0.013537 0.018548 -0.017546 0.021569 0.012072 -0.026528 -0.008173 0.01658 0.004584 -0.045761 0.003487 -0.023194 0.018109 -0.008939 -0.007148 0.012902 -0.002929 -0.001338 0.017078 -0.020714 -0.043829 -0.00324 -0.001881 -0.022211 0.001258 -0.001859 0.027521 0.007868 -0.009403 0.006564 -0.005863 0.008941 -0.034445 -0.005763 -0.004134 -0.004368 -0.004983 1.6e-05 -0.007968 0.00745 0.001878 -0.016837 0.005828 0.027677 0.002739 0.029078 0.020705 0.02068 -0.00398 0.007389 0.002622 -0.004502 -0.000549 -0.006188 -0.031908 0.010205 -0.007853 0.033612 0.016039 0.023123 0.00667 -0.005846 -0.0166 -0.011709 -0.020175 -0.011703 -0.009625 -0.013933 0.024758 -0.019351 0.007758 -0.009734 0.001147 0.005317 0.045806 -0.009525 -0.009463 0.014466 0.018932 -0.023656 -0.038714 0.042887 0.004996 -0.002341 -0.031662 0.003666 0.010746 0.022762 0.023615 -0.004664 0.000127 0.000928 -0.017144 0.006702 -0.011191 -0.011832 0.017997 0.018196 0.00614 -0.010042 -0.002144 0.019268 -0.020169 0.011958 0.016645 -0.016873 -0.02244 -0.014806 0.029989 -0.019067 -0.019753 -0.00759 0.001639 -0.02907 -0.026503 0.020861 -0.009611 0.001289 -0.0036 -0.002306 -0.020919 0.00212 0.006707 -0.048 0.004378 0.005261 0.020898 -0.019578 -0.029893 -0.0005 0.02562 -0.012171 0.014265 0.005299 0.003447 -0.024782 -0.022782 0.017216 0.020384 0.005172 0.018627 0.007837 -0.011747 0.0007 0.022614 -0.024578 0.002397 -0.006639 0.022597 0.001446 0.048148 0.003193 -0.023889 0.007946 0.004166 -0.001963 0.005645 -0.006792 0.006214 -0.01742 -0.007162 0.00035 0.011159 -0.003655 -0.013012 -0.003631 0.001062 -0.004454 -0.017405 -0.028396 -0.005578 -0.006995 -0.022854 0.020344 0.020956 0.003341 0.014098 -0.011755 0.011785 0.006548 -0.005888 0.035135 0.001569 0.026557 0.035823 0.014876 0.005912 0.006025 -0.032955 -0.027756 -0.01737 -0.008551 0.007844 -0.020904 -0.016889 0.003354 -0.001155 0.025702 -0.014747 -0.014608 -0.00849 -0.014117 -0.016886 0.003717 -0.002361 0.012036 -0.002809 0.002877 0.004398 0.017866 0.005297 -0.00138 0.013081 0.021581 -0.037251 0.00321 -0.014777 0.005588 0.003359 -0.018443 0.000696 0.006832 -0.004757 -0.016157 -0.009022 -0.003586 -0.03103 0.007589 -0.045125 -0.01726 0.011865 0.011513 0.018041 0.026131 0.001765\nپ 0.026729 0.006665 -0.044063 0.013058 0.000891 0.025936 -0.002219 -0.007637 -0.017019 -0.027088 0.03434 0.01015 -0.005598 -0.015078 0.022946 -0.00674 0.008418 -0.009298 -0.007208 -0.03876 -0.020275 0.006035 0.009528 0.00902 0.01016 0.010909 -0.011998 -0.013179 -0.011631 -0.029783 0.018807 -0.025288 -0.014152 -0.034068 0.007429 0.013336 -0.032798 0.033208 0.002369 0.015456 -0.030199 0.012329 0.006339 0.001946 -0.02517 -0.013789 0.02976 -0.001757 -0.001979 0.004375 0.001006 0.036129 0.022342 -0.019867 0.03493 0.004613 -0.004643 0.015264 -0.012397 0.016941 -0.029391 -0.020038 -0.011578 -0.005856 0.013033 0.013729 0.032553 -0.006088 0.036734 0.017535 -0.046004 -0.006049 0.017646 0.026191 -0.03917 -0.003739 -0.024984 0.024106 -0.035802 -0.014087 0.008277 -0.009424 0.000437 0.000911 -0.018471 -0.039457 0.00157 -0.008241 -0.020878 -0.006041 -0.007919 0.018067 0.007382 -0.00488 0.021096 -0.004701 -0.006252 -0.032924 -0.004889 0.002835 -0.023906 0.002321 -0.002636 -0.027922 0.013262 -0.008443 -0.016935 0.012187 0.028108 -0.005242 0.035614 0.02463 0.019968 -0.018873 0.00612 -0.003831 -0.004142 0.002793 -0.018644 -0.027946 0.023489 0.00354 0.031416 0.019462 0.029666 0.007961 -0.00624 -0.008603 -0.010778 -0.019818 -0.006527 0.002781 -0.008888 0.030378 -0.016885 0.00872 -0.029612 0.005699 0.012589 0.032296 0.001349 -0.007975 0.003765 0.018617 -0.029189 -0.045634 0.042091 0.018745 0.000443 -0.034281 0.008298 0.006336 0.025683 0.02017 -0.00445 0.002231 0.007503 -0.018114 0.016728 -0.021629 -0.020468 0.011871 0.014207 0.021574 -0.010012 -0.009724 0.0178 -0.018 0.01634 0.014412 -0.020066 -0.020109 -0.010629 0.031824 -0.016325 -0.020104 -0.011156 -0.010503 -0.036195 -0.014607 0.027594 -0.013273 0.002555 -0.014217 -0.003469 -0.022903 0.000486 0.020068 -0.040533 -0.003181 0.00823 0.021856 -0.031494 -0.024092 0.010251 0.028651 -0.015737 0.011269 0.000737 -0.000317 -0.026891 -0.023497 0.0093 0.024186 0.00973 0.012209 0.01006 -0.008503 6.2e-05 0.038691 -0.015188 -0.004665 -0.007819 0.01352 -0.004451 0.056399 0.006713 -0.018894 0.01151 -0.008497 -0.001718 0.004485 -0.00821 0.005289 -0.018273 -0.003647 -0.001198 0.023231 -0.002793 -0.023203 -0.000725 0.002447 -0.000513 -0.018679 -0.029674 -0.006426 -0.021051 -0.030481 0.014128 0.007303 0.00664 0.015123 -0.020789 0.007499 0.007839 0.004397 0.02381 -0.001343 0.036995 0.042485 0.019441 0.001365 0.000844 -0.028806 -0.017725 -0.020892 -0.007749 0.022578 -0.02802 0.001938 -0.001419 -0.010699 0.022947 -0.029113 -0.025562 -0.017547 -0.031392 -0.016263 0.00023 0.002595 0.016796 0.006891 0.015041 -0.003933 0.005933 -0.004661 -0.001288 0.010238 0.045001 -0.045547 -0.000477 -0.017784 0.015104 0.00723 -0.007526 -0.004267 0.024063 -0.00808 -0.013588 -0.015861 -0.002696 -0.031599 0.012217 -0.063099 -0.00257 0.004634 0.013222 0.009711 0.016547 0.000223\nΐ 0.031798 0.003745 -0.05866 0.03767 0.005103 0.039199 0.006934 -0.01726 -0.03033 -0.024028 0.026574 -0.010127 -0.013121 -0.000895 0.014852 -0.00546 0.004963 -0.012787 -0.008499 -0.033211 -0.019058 -0.001687 -0.005571 0.006887 0.010161 0.00181 -0.022429 0.004194 -0.013219 -0.007266 0.009975 -0.042992 -0.01514 -0.001331 0.017826 0.008674 -0.043851 0.01935 0.022364 0.020109 -0.024966 0.03796 -0.007265 -0.002008 -0.024091 -0.012298 0.031917 -0.009199 0.013099 -0.008894 0.02208 0.038155 0.038344 -0.021218 0.041425 0.008005 0.015914 0.034788 -0.004104 0.017373 -0.014524 -0.024937 -0.017472 -0.020374 0.004464 -0.00098 0.043006 -0.004966 0.021336 0.024909 -0.024986 0.000345 0.01927 0.008811 -0.043388 0.020654 -0.045205 0.016782 -0.001195 -0.007809 -0.00779 0.004893 0.004869 0.008636 -0.009639 -0.046517 -0.00043 0.000182 0.007223 0.002412 -0.007072 0.006973 -0.001875 0.010191 0.002935 -0.005577 0.031569 -0.032761 -0.006104 0.011822 -0.010962 -0.0183 -0.017109 -0.026769 0.003799 -0.009733 -0.022444 0.010238 0.020501 0.005676 0.036251 0.024901 0.043741 -0.024506 -0.015091 -0.000146 -0.025517 0.003276 -0.014885 -0.052007 0.004118 -0.015338 0.024943 0.025782 0.02354 0.022679 0.007617 -0.011815 -0.001241 0.009268 -0.01148 -0.027704 -0.0174 0.031116 -0.00218 0.012868 -0.038245 -0.004302 -0.002427 0.031942 -0.021046 -0.03105 0.013847 0.028141 -0.015693 -0.046805 0.015538 0.01338 0.012127 -0.027105 0.004074 -0.003451 0.014232 0.018745 0.009957 -0.006003 0.003294 -0.034445 -0.015654 -0.038014 -0.009939 0.005339 -0.009689 0.014796 -0.012462 -0.008033 0.0087 0.003154 0.006485 0.02059 -0.034108 -0.00251 -0.024592 0.001062 -0.019756 -0.015528 -0.014031 -0.003834 -0.015541 -0.033021 0.019969 0.003974 -0.021802 -0.003875 -0.003374 0.007083 0.003617 0.014092 -0.05331 -0.005581 -0.021068 0.0091 -0.039647 -0.013689 0.003141 0.025795 -0.011916 0.002823 0.006697 -0.00715 -0.027504 -0.019075 -0.005978 0.002955 0.029639 -0.00398 0.004361 -0.019841 0.015118 0.033886 -0.025577 -0.000741 -0.007846 0.014159 0.000186 0.056603 -0.00729 -0.031182 0.006615 -0.008165 0.006788 0.027971 -0.026335 0.004154 -0.018459 -0.016304 0.020998 0.009454 0.004061 -0.045484 -0.006982 0.006423 -0.000664 -0.017265 -0.019398 0.004894 -0.03482 -0.031797 0.022435 0.0283 0.002294 0.022328 -0.018421 0.012863 -0.016145 0.002322 0.009579 0.000613 0.03167 0.036611 -0.002591 -0.003349 0.004867 -0.025149 -0.015369 -0.022003 0.007892 0.020362 -0.018573 -0.033797 0.019809 -0.010174 0.01225 -0.032073 -0.017811 -0.028108 -0.023044 0.005092 -0.004091 0.009404 0.002253 -0.008407 0.011275 0.001183 -0.003317 0.001092 0.002974 0.024335 0.017055 -0.031803 0.016148 0.005995 0.01345 0.004307 0.005604 -0.012009 0.004805 -0.005574 -0.032605 -0.006467 0.004568 -0.032338 -0.002681 -0.03725 0.007257 0.006617 0.029564 0.003373 0.027092 -0.004188\nܓ 0.017801 -0.00645 -0.045945 0.018556 -0.006888 0.037441 -0.011189 -0.012241 -0.005756 -0.036026 0.036089 0.030903 -0.018394 -0.023042 0.02192 -0.005237 0.016266 -0.005359 -0.008194 -0.041504 -0.024212 0.006044 0.017789 0.014302 0.000173 0.008324 -0.026771 -0.030862 -0.018336 -0.028782 0.025854 -0.018008 -0.027209 -0.04189 0.026618 0.0093 -0.030561 0.030178 0.010731 0.03 -0.020825 0.009664 0.015893 0.00301 -0.055374 -0.003986 0.012095 0.005998 -0.000182 0.006344 0.008584 0.044412 0.025101 -0.037321 0.047394 -0.003984 -0.028851 0.01643 -0.01239 0.013524 -0.040406 -0.020002 -0.010444 0.004731 0.012711 0.015803 0.027463 -0.000938 0.046818 0.021587 -0.040379 -0.006188 0.01804 0.019202 -0.038428 0.00222 -0.022385 0.019124 -0.055131 -0.002244 0.003698 0.000417 -0.010233 0.009749 -0.030809 -0.05261 -0.009545 0.007798 -0.03735 -0.016447 0.006414 0.023578 0.014678 -0.006842 0.034634 -0.016417 -0.012434 -0.021824 -0.010871 0.004516 -0.021714 -0.01324 0.007074 -0.024815 0.015536 -0.012271 -0.021537 -0.000948 0.044233 -0.003915 0.03653 0.043335 0.007503 -0.010758 -0.003751 -0.004036 0.004368 -0.002991 -0.017922 -0.017937 0.011428 0.00068 0.020276 0.027104 0.050618 0.015173 0.002063 -0.015038 -0.018918 -0.042682 -0.013039 0.017428 -0.03078 0.017224 -0.016126 0.00198 -0.018277 0.007461 0.010938 0.043953 0.011832 -0.026405 0.014559 0.026235 -0.054245 -0.057619 0.052917 0.018031 0.002635 -0.047546 -0.007606 0.010351 0.034208 0.018749 -0.018464 -0.006627 0.015734 -0.018885 0.016809 -0.016728 -0.035746 0.001241 0.007878 0.030117 -0.020348 0.005934 0.034931 -0.031555 0.014962 0.016254 -0.002036 -0.02148 -0.012725 0.017639 -0.020386 -0.019052 -0.00114 -0.008859 -0.04197 -0.003127 0.023256 -0.021775 0.001721 -0.007484 0.008222 -0.028427 0.002548 0.016322 -0.04355 -0.00741 -0.000585 0.017436 -0.047257 -0.010338 0.006395 0.029513 -0.016173 0.015825 -0.006216 -0.004554 -0.048551 -0.041187 0.00845 0.03909 0.002784 0.01432 0.01373 -0.002615 0.002588 0.037834 -0.023387 -0.012612 -0.014545 -0.004165 -0.008 0.051606 -0.003414 -0.019873 0.007528 0.028277 0.002711 0.007659 -0.012842 0.016189 -0.01524 -0.002362 0.011501 0.022994 0.007159 -0.017848 0.002673 -0.00878 -0.003644 -0.035895 -0.053916 -0.003562 -0.017684 -0.041192 0.022326 0.003502 0.020762 0.027514 -0.017493 -0.011761 0.01191 0.005039 0.021417 0.000215 0.021316 0.030689 0.033294 -0.00093 -5.8e-05 -0.03325 -0.008563 -0.014954 -0.014796 0.018508 -0.026516 -0.004407 -0.0022 -0.019135 0.024364 -0.021915 -0.027665 -0.00678 -0.015842 -0.016072 -0.001692 0.001597 0.030476 0.007752 0.015639 -0.000916 0.000626 0.003402 -0.007083 0.00651 0.068535 -0.048629 0.019868 -0.035414 0.014069 0.015352 0.008063 -0.015195 0.009958 -0.000136 -0.020971 -0.02082 0.004608 -0.027083 0.005437 -0.076826 0.006295 0.018842 -0.004279 0.03203 0.014731 -0.009911\n 0.043475 0.000112 -0.025074 0.035043 0.018908 0.041617 0.004982 -0.001673 0.004698 -0.041528 0.014351 0.011126 -0.014282 -0.015032 0.026188 -0.019968 0.017784 -0.004795 -0.023452 -0.015745 0.00604 0.004234 0.012929 0.008868 0.014759 -0.015393 -0.015997 -0.020745 -0.016385 -0.015728 -0.010403 -0.021569 0.001853 -0.062946 0.013271 -0.004957 -0.041616 0.012433 0.013254 0.018115 -0.0265 -0.005085 0.016551 0.010534 -0.032792 0.00829 -0.007618 -0.010204 0.005107 -0.006903 0.013783 0.046587 0.027648 -0.019886 0.048427 0.004319 -0.004055 0.053826 -0.000824 0.031232 -0.029937 -0.017338 0.005824 -0.001385 0.031467 0.005664 0.025415 0.023714 0.033446 -0.001698 -0.040845 -0.008514 -0.000422 0.021767 -0.04092 0.000935 -0.026672 0.039339 -0.020902 -0.020715 0.028368 0.020225 -0.002539 0.009944 -0.057727 -0.037208 0.011133 -0.017127 -0.016295 -0.017854 -0.037113 0.010435 0.046038 -0.019098 0.006722 0.021271 0.003004 -0.085081 -0.005197 -0.006769 -0.001818 -0.023844 0.000965 -0.003819 0.003195 0.006034 0.009129 -0.001408 0.023911 -0.01326 0.029614 0.011821 0.008439 0.011552 -0.000641 -0.002602 -0.002365 -0.01782 -0.006485 -0.008448 0.025022 -0.017365 0.02727 0.021063 0.011442 0.013367 0.019769 -0.027087 -0.010689 -0.021897 -0.02304 -0.007438 -0.030514 0.040376 0.003027 0.021529 -0.041691 -0.009398 0.008919 0.046 -0.008695 -0.024885 0.010258 0.005176 -0.04871 -0.035026 0.003087 -0.010525 0.021458 -0.027836 0.018256 0.017503 0.018493 0.039794 -0.013415 0.012414 -0.019735 -0.009686 0.020725 -0.02162 -0.026462 0.021002 0.051144 0.034203 -0.012761 -0.015071 0.023761 0.006773 0.041206 0.014875 -0.030476 -0.040808 -0.005922 0.016331 -0.018857 -0.004912 0.010745 -0.036051 -0.005579 -0.034231 0.003146 -0.008073 -0.01567 0.008419 -0.015866 -0.025511 -0.003217 0.020636 -0.037376 -0.007289 0.024086 0.038591 -0.033181 -0.032898 6.4e-05 0.022336 -0.025532 0.030463 0.001849 0.002101 -0.021155 -0.035574 0.009104 0.027817 0.018446 -0.004837 0.040052 0.023466 -0.00425 0.027869 -0.009287 -0.016399 0.010063 -0.008757 -0.025869 0.045344 -0.025015 -0.044571 -0.030874 -0.000229 0.01121 -0.006217 -0.011968 -0.005976 -0.020239 -0.003136 -0.016015 0.032548 -0.024599 -0.03349 -0.013419 0.012584 -0.017369 -0.033024 -0.031445 -0.017328 0.003382 -0.017366 0.022336 0.032068 0.007882 0.02386 0.002413 -0.008662 0.006762 -0.014485 0.021001 0.00639 0.024986 0.035127 0.031705 0.000298 -0.000374 -0.043322 -0.033249 -0.014678 0.00052 0.023347 -0.010018 -0.020042 -0.006634 -0.022646 0.016537 -0.03938 -0.014462 -0.060407 -0.012179 0.006718 0.000944 0.007603 0.031489 0.000108 0.014203 0.004534 0.012055 -0.013597 0.001845 -0.006604 0.043103 -0.036672 -0.019147 -0.021396 0.028513 0.007811 -0.001122 0.014892 0.016168 -0.012253 -0.025504 -0.023334 -0.002107 -0.01301 0.010832 -0.052831 -0.014617 -0.007675 0.019237 0.005988 0.046278 -0.011298\nဝ 0.036163 -0.000942 -0.033226 0.020596 0.011545 0.048712 0.000228 0.010636 -0.022501 -0.038798 0.049525 0.020563 -0.01544 -0.026565 0.053673 -0.010631 -0.011369 -0.030944 0.003071 -0.059077 -0.022939 -0.002154 0.003445 -0.000883 -0.000405 0.015251 -0.023131 -0.014955 -0.003568 -0.031362 0.036154 -0.037973 -0.025397 -0.035362 0.010218 0.026508 -0.025555 0.050505 -0.004287 0.011916 -0.036795 0.012508 0.004541 0.015269 -0.026757 -0.017766 0.042245 -0.007305 -0.006696 0.022379 -0.005175 0.055209 0.029485 -0.046417 0.042546 0.009352 -0.011392 0.014927 -0.004387 0.015377 -0.044504 -0.031516 -0.003637 -0.001514 0.011259 0.023601 0.049541 -0.011596 0.049385 0.030358 -0.058772 -0.000867 0.013127 0.020276 -0.048932 -0.010107 -0.028032 0.01895 -0.057033 -0.017452 0.012848 -0.006129 -0.008274 0.026828 -0.031866 -0.057266 0.012054 0.013465 -0.016074 -0.011616 -0.00374 0.033246 0.004885 -0.020445 0.013954 -0.008213 0.001347 -0.036661 -0.000572 -0.012558 -0.027512 0.011388 0.006884 -0.038817 0.020373 -0.005564 -0.015902 0.000239 0.028421 0.001969 0.049871 0.028665 0.028342 -0.009768 0.011017 -0.012683 -0.017839 -0.000988 -0.034765 -0.036516 0.023121 0.008677 0.041423 0.032985 0.049723 -0.005393 -0.007685 -0.006614 -0.006792 -0.023533 -0.024362 0.006045 -0.01444 0.03815 -0.012542 0.020365 -0.031613 0.041307 -0.004422 0.056412 -0.00608 0.0025 0.004456 0.024494 -0.053617 -0.069772 0.066383 0.011717 0.005915 -0.060686 0.010412 0.022611 0.038028 0.019675 -0.005675 0.013154 -0.002727 -0.028021 0.022818 -0.021875 -0.030608 0.02252 0.032155 0.004888 -0.024103 -0.015641 0.026559 -0.016055 0.027011 0.036196 -0.011152 -0.028478 -0.015551 0.033301 -0.013142 -0.037896 0.013396 -0.014166 -0.050109 -0.011515 0.043972 0.007084 0.012486 -0.006817 -0.021342 -0.020435 -0.002081 0.032472 -0.045585 -0.011724 0.012791 0.037757 -0.048427 -0.04622 -0.013226 0.056746 -0.023386 0.016101 0.002906 0.00162 -0.05526 -0.035513 0.017547 0.027553 0.030181 0.009171 0.026112 -0.014712 -0.004732 0.05387 -0.03427 -0.008539 -0.000532 0.02581 -0.007832 0.063034 0.024415 -0.020638 -0.007375 0.009518 0.004215 0.007678 -0.003699 -0.001948 -0.046666 0.009142 -0.019378 0.016757 -0.01354 -0.004497 -0.012191 0.000342 -0.013185 -0.048704 -0.037161 -0.00945 -0.012593 -0.038617 0.034175 0.008898 0.001222 0.041609 -0.028494 0.017562 -0.015277 -0.01325 0.026107 -0.016453 0.051627 0.053045 0.022572 0.013421 0.007963 -0.055013 -0.037578 -0.006811 -0.001946 0.02175 -0.037471 -0.008793 0.001704 -0.00959 0.037192 -0.028614 -0.035442 -0.047502 -0.047319 -0.009138 0.001882 0.009635 0.025461 0.008631 0.011114 -0.004269 0.015532 0.017933 0.008552 0.015448 0.05973 -0.075165 0.010893 5.1e-05 0.027212 0.024439 -0.009692 -0.008784 0.028505 -0.016726 -0.019665 -0.01771 0.007828 -0.044239 0.012893 -0.078949 -0.028018 0.0098 0.010319 0.032216 0.013301 0.009563\nħ 0.027312 0.00176 -0.066131 0.04502 0.007903 0.045837 0.022968 -0.009561 -0.035611 -0.027429 0.036415 0.016928 -0.015695 -0.024185 0.043598 -0.000887 0.01029 -0.029354 -0.011016 -0.05234 -0.020548 0.012938 -0.00676 0.027467 0.014592 0.015071 -0.014102 0.00819 -0.021194 -0.023833 0.032367 -0.047745 -0.022812 -0.043364 0.009304 0.013497 -0.049177 0.043509 0.010658 0.014295 -0.047421 0.021982 -0.005295 0.017925 -0.027071 -0.031171 0.04626 0.004443 0.000602 0.008261 0.010432 0.069504 0.040237 -0.036327 0.052809 0.014666 0.003334 0.035932 -0.007489 0.020301 -0.02647 -0.034905 -0.019228 -0.022281 0.022252 0.020371 0.047532 -0.032842 0.03365 0.018359 -0.056084 -0.000811 0.025269 0.020112 -0.050847 -0.006148 -0.040626 0.031349 -0.020529 -0.019022 0.010043 0.000817 -0.001261 0.018089 -0.033211 -0.060402 -0.001143 -0.015962 -0.010436 -2e-05 0.000182 0.038043 0.007108 -0.005369 0.008036 -0.022166 0.007044 -0.04892 -0.00445 -0.006167 -0.029189 -0.002533 -0.012846 -0.041524 0.01585 -0.01387 -0.027353 0.012728 0.031236 -0.008987 0.052006 0.015523 0.037036 -0.017502 0.019007 0.004279 -0.017824 0.007837 -0.00472 -0.049757 0.032953 -0.003706 0.047804 0.02017 0.028459 0.002051 -0.004726 -0.01212 -0.005638 -0.016891 -0.017128 -0.006593 -0.019749 0.029706 -0.033923 0.01963 -0.036575 0.003666 0.000492 0.055666 -0.021093 -0.013234 0.018835 0.027276 -0.04269 -0.069618 0.05364 0.00638 -0.006849 -0.043639 0.00916 0.015815 0.042837 0.02621 -0.004799 0.007378 -0.013407 -0.026565 0.015223 -0.02728 -0.012811 0.008286 0.025148 0.017216 -0.014299 -0.011655 0.023263 -0.022788 0.036622 0.030205 -0.036125 -0.022688 -0.010098 0.036587 -0.011651 -0.02457 -0.011422 -0.010591 -0.041206 -0.020123 0.037496 -0.024497 0.003572 -0.008885 -0.017081 -0.010442 0.000172 0.022181 -0.078396 0.006452 0.005747 0.038168 -0.039244 -0.046507 0.005015 0.046481 -0.019025 0.017136 0.008531 0.012306 -0.037948 -0.035208 0.020597 0.03769 0.024614 0.007661 0.003586 -0.028509 0.001867 0.04792 -0.024911 -0.003336 -0.005576 0.013039 -0.004744 0.073543 -0.011895 -0.017285 0.01613 0.0076 -0.003708 0.0207 -0.022553 0.003552 -0.02528 0.004863 -0.008386 0.022277 -0.008272 -0.03354 -0.005571 0.00057 -0.004253 -0.019404 -0.039537 0.001172 -0.016636 -0.032152 0.027926 0.035382 0.018643 0.028294 -0.028335 0.016402 0.013702 -0.00851 0.046153 -0.000333 0.049141 0.056638 0.031058 0.00692 -0.005945 -0.050104 -0.03367 -0.031417 -0.002586 0.01506 -0.042208 -0.020218 0.008552 -0.011427 0.030144 -0.017942 -0.035696 -0.013595 -0.032523 -0.018271 0.00185 -0.003873 0.017611 -0.000318 0.013262 -0.002589 -0.00019 -0.012182 0.005167 0.031218 0.048482 -0.064112 -0.012273 -0.015096 0.016497 0.021344 -0.036727 -0.004029 0.015736 -0.006604 -0.020681 -0.02139 0.008006 -0.047946 0.0048 -0.074703 -0.006758 0.003412 0.007614 0.013823 0.020098 -0.003542\nʦ 0.026524 0.004749 -0.022579 0.019285 0.033803 0.054614 0.044271 -0.011732 -0.036906 -0.047311 0.051941 0.060405 -0.020697 -0.001584 0.053624 -0.031442 0.039231 -0.018745 0.009233 -0.040058 0.009548 -0.007906 -0.050063 -0.006402 0.025866 -0.005692 -0.02074 -0.044078 0.008429 -0.056961 0.042404 -0.061578 -0.050865 -0.073273 -0.000636 0.007124 -0.037501 0.064266 0.041162 0.004588 -0.027942 0.036401 0.023556 0.056622 -0.00545 -0.014652 0.059097 -0.006615 0.006475 -0.033594 0.014983 0.086273 0.005213 -0.051862 0.032697 0.036029 0.022413 0.055374 -0.019969 0.056817 -0.053097 -0.048641 -0.062534 0.015946 0.000631 0.045316 0.083421 -0.064841 0.045602 0.042412 -0.07041 -0.014506 0.020511 0.058708 -0.018591 -0.012036 -0.033057 -0.011647 -0.011328 -0.016975 0.04851 -0.003155 -0.046524 0.024951 -0.041415 -0.115512 0.031212 0.01351 0.0099 0.027241 -0.016328 0.030327 -0.007321 0.024392 0.005965 -0.065071 0.004991 -0.048609 -0.08657 9.4e-05 -0.083624 -0.024911 -0.001618 -0.04449 0.009065 -0.029189 -0.028612 0.020703 0.035969 -0.040184 0.084058 -0.004234 0.041501 0.0121 0.032669 -0.007883 -0.026922 -0.037212 -0.022631 -0.02838 0.067329 -0.020514 0.026517 -0.015882 0.018472 -0.0191 -0.013188 0.043828 -0.027039 -0.030132 0.045711 0.033105 -0.014361 0.060025 -0.015338 -0.010222 -0.03346 0.044824 0.012408 0.082159 -0.002863 0.015474 0.023445 0.021988 0.005924 -0.068382 0.061541 -0.032007 0.010574 -0.078689 0.06541 0.023242 0.034328 0.058024 0.011342 0.005108 -0.024005 -0.053248 0.056534 -0.010574 -0.050036 0.046629 0.029938 0.001044 -0.030573 -0.060583 0.010063 -0.009021 0.006385 0.10919 -0.041763 -0.030522 0.012038 0.0484 0.017161 -0.001503 0.011465 -0.043926 -0.100723 0.031404 0.08793 0.008785 0.001565 -0.00213 -0.084806 -0.047726 0.04839 0.011412 -0.043061 0.00148 0.014584 0.073137 -0.061329 -0.047106 0.007175 0.057066 -0.052294 0.035015 0.01352 -0.012924 -0.02854 -0.019663 0.067626 0.071083 0.042337 -0.036497 -0.027581 -0.053159 -0.022701 0.043419 -0.028999 -0.008304 0.009415 0.080338 0.011174 0.023848 0.007153 0.001258 0.025132 0.004734 -0.031383 -0.039331 0.044988 0.023418 -0.055305 0.046699 -0.012296 -0.001527 0.021416 -0.018231 -0.011794 0.024771 0.008555 -0.097321 -0.010779 -0.010005 -0.033019 -0.006725 -0.00223 0.01148 -0.007605 0.061846 -0.018484 0.045034 0.009445 -0.058619 0.049863 0.069042 0.066836 0.050406 0.021024 0.009212 -0.065793 -0.018262 0.00821 -0.009173 -0.051098 0.004764 -0.060235 0.031182 0.022216 -0.009753 0.006062 -0.037713 -0.056695 -0.017146 -0.05624 0.02801 0.001786 -0.007397 -0.019676 0.002105 0.025134 -0.01534 0.057424 -0.032459 0.010953 0.029222 0.055833 -0.050005 -0.042225 0.020914 0.045382 0.013816 0.047118 -0.007358 0.044536 0.0192 0.00565 -0.029853 -0.004584 0.007022 0.020761 -0.080721 -0.045676 0.008993 0.005244 0.009222 0.0152 -0.057041\nة 0.025758 0.003751 -0.038447 0.019314 0.004783 0.026534 0.002777 -0.008412 -0.01825 -0.02398 0.026467 0.012819 -0.00794 -0.014188 0.023476 -0.005301 0.008944 -0.016006 -0.008063 -0.035628 -0.01204 0.004292 0.003232 0.007748 0.00445 0.014546 -0.005773 -0.012485 -0.010634 -0.025986 0.019632 -0.02491 -0.013845 -0.034763 0.008472 0.013285 -0.032464 0.03348 0.008796 0.015253 -0.022258 0.0084 0.002503 0.002953 -0.020873 -0.016669 0.032929 -0.003347 -0.001468 0.010991 0.005226 0.038842 0.026303 -0.021056 0.03371 0.003946 -0.002631 0.017676 -0.01169 0.02258 -0.026985 -0.02292 -0.007365 -0.012827 0.012465 0.022609 0.030629 -0.010954 0.027755 0.017424 -0.045842 -0.00838 0.022226 0.013914 -0.03454 0.000658 -0.026004 0.022139 -0.02736 -0.01709 0.01057 -0.001444 0.001473 0.01093 -0.016863 -0.040175 0.003405 -0.000287 -0.011299 -0.003419 -0.004877 0.019211 0.005289 -0.003232 0.015356 -0.001862 0.001329 -0.029118 0.000538 -0.00293 -0.019032 0.003641 7.4e-05 -0.026394 0.011526 -0.008099 -0.011129 0.011679 0.028589 -0.007122 0.038934 0.012563 0.019262 -0.014028 0.005758 -0.001085 -0.007165 0.001745 -0.014918 -0.036141 0.01875 -0.000779 0.029173 0.01506 0.027248 0.011602 -0.007316 -0.006071 -0.006648 -0.014903 -0.007646 -7e-05 -0.00933 0.021878 -0.017558 0.010195 -0.029136 0.005473 0.010963 0.037443 0.000632 -0.00961 0.008062 0.021587 -0.024274 -0.040438 0.03893 0.011746 0.002976 -0.039445 0.008438 0.004199 0.029034 0.02267 0.001271 0.005482 0.001901 -0.025163 0.010076 -0.019367 -0.021034 0.0126 0.01558 0.015286 -0.013522 -0.018244 0.014369 -0.020408 0.014435 0.010683 -0.021302 -0.018815 -0.006583 0.034882 -0.014169 -0.020156 -0.007607 -0.011701 -0.033461 -0.014141 0.027545 -0.013673 0.005956 -0.014067 -0.002987 -0.019211 0.002501 0.018859 -0.042534 -5e-05 0.010192 0.021451 -0.031123 -0.027437 -0.000481 0.032311 -0.020505 0.012555 0.003205 2.6e-05 -0.022964 -0.024646 0.018126 0.017248 0.013098 0.010915 0.007507 -0.010942 -0.004925 0.02989 -0.016363 -0.002842 -0.011295 0.015762 -0.002279 0.054753 0.007642 -0.01687 0.007855 -0.005804 -0.004643 0.006997 -0.002305 0.001713 -0.021778 -0.000605 -0.000173 0.01394 -0.001478 -0.020381 -0.001439 -0.003447 -0.005731 -0.018862 -0.024906 -0.003168 -0.009826 -0.025177 0.016332 0.017787 0.005819 0.012988 -0.020831 0.005767 0.004013 -0.00311 0.028482 -0.004769 0.031893 0.043006 0.016226 0.002502 -0.001915 -0.031269 -0.026736 -0.019409 -0.002598 0.018286 -0.022651 -0.005292 0.002328 -0.011897 0.024312 -0.025919 -0.02172 -0.019781 -0.029701 -0.011594 0.007004 -0.000435 0.013484 -0.002031 0.01216 -0.000663 0.00824 -0.002847 -0.00452 0.01354 0.037367 -0.038276 -0.003406 -0.013732 0.013349 0.009794 -0.015748 -0.002653 0.018484 -0.008361 -0.015802 -0.015658 0.003902 -0.032814 0.006255 -0.051705 -0.007966 0.003596 0.011443 0.007915 0.015399 -0.00119\nި 0.032307 -0.002815 -0.079773 0.016788 0.018457 0.054488 0.02538 -0.012849 -0.013747 -0.045115 0.047836 0.005801 -0.015306 -0.019559 0.049873 -0.022419 5e-06 -0.006481 -0.006596 -0.069163 -0.026529 0.008589 0.028285 0.003194 0.005722 0.006254 0.003337 0.000473 -0.023626 -0.034018 0.020548 -0.035321 -0.019064 -0.054272 0.021355 0.030104 -0.054719 0.045111 0.012161 0.0356 -0.049481 0.030255 -0.009067 -0.006237 -0.052604 -0.044419 0.042319 -0.004397 0.009981 0.027104 0.001259 0.040933 0.038243 -0.053354 0.039132 0.001408 -0.022938 0.0163 0.00527 0.03656 -0.038905 -0.031173 -0.006 -0.023319 0.017601 0.01593 0.061364 -0.010708 0.038823 0.010213 -0.063406 -0.015443 0.019263 0.019759 -0.049463 0.009847 -0.027875 0.000219 -0.054115 -0.022737 -0.002137 0.00447 -0.006789 0.011569 -0.031408 -0.066268 0.00228 -0.006115 -0.034749 0.003997 -0.021479 0.032893 0.004685 -0.029061 0.014394 -0.001997 -0.010818 -0.040407 -0.002883 -0.013218 -0.012884 -0.001397 -0.001711 -0.044836 0.023462 -0.013481 -0.009231 0.006968 0.044155 -0.012223 0.042015 0.030501 0.026894 -0.006507 0.002922 0.007797 -0.021605 0.004417 -0.02264 -0.075674 0.02973 -0.008293 0.047894 0.055977 0.040677 0.003743 -0.003274 -0.011925 -0.020035 -0.035868 -0.025758 0.008356 -0.010263 0.025793 -0.035356 0.024505 -0.019002 0.006635 0.00092 0.05368 -0.000655 -0.010047 0.01864 0.020927 -0.035986 -0.049678 0.05467 0.018571 -0.001718 -0.057516 0.024662 -0.001403 0.058212 0.048137 -0.001731 0.005738 0.024317 -0.033516 0.002372 -0.040164 -0.031424 0.002036 0.031615 0.020154 -0.03156 -0.01229 0.043679 -0.036133 0.029104 0.023117 -0.02226 -0.042003 -0.034412 0.056274 -0.019091 -0.023282 -0.027464 -0.020684 -0.048437 -0.015418 0.065122 -0.025186 0.020209 -0.011091 -0.011584 -0.019179 -0.001738 0.022093 -0.069899 0.008452 0.016431 0.025191 -0.039951 -0.043891 0.004984 0.059356 -0.034052 0.027362 -0.002376 -0.001348 -0.038219 -0.047119 0.014132 0.042395 0.011537 0.026908 0.016121 -0.009223 -0.002087 0.049008 -0.027702 0.010898 -0.019594 0.010444 0.011041 0.073841 0.015697 -0.020235 0.016251 0.015229 -0.008748 0.032878 -0.007086 0.003263 -0.029039 -0.020062 0.008749 0.01157 -0.00689 -0.027108 0.000472 -0.008534 -0.008949 -0.022962 -0.054944 -0.001823 -0.019248 -0.050197 0.037424 0.039545 0.022543 0.038059 -0.045321 0.020261 -0.002469 -0.011442 0.020735 -0.011989 0.034174 0.052175 0.036021 0.007902 -0.002194 -0.040842 -0.042613 -0.018032 0.006515 0.036077 -0.03606 -0.008746 0.008865 -0.014504 0.027193 -0.03477 -0.03946 -0.012166 -0.044982 -0.016615 0.008178 0.019161 0.052114 -0.008701 0.03287 -0.008702 0.009648 0.005213 0.004141 0.023858 0.055592 -0.076821 0.004581 -0.030088 0.007471 0.028117 -0.020026 -0.021977 0.02025 -0.026161 -0.01392 -0.027347 0.029617 -0.054727 0.027796 -0.090411 -0.017291 0.022769 0.019389 0.015908 0.026761 0.013706\nᠭ 0.030955 -5e-06 -0.026731 0.010244 0.010685 0.022579 -0.014284 -0.003114 -0.008544 -0.016717 0.016325 -0.004274 -0.002643 -0.010924 0.020895 -0.01785 0.000898 -0.00302 -0.009425 -0.031756 -0.022455 -0.00068 0.004298 0.004577 -0.009112 0.012687 -0.003111 -0.003561 -0.013988 -0.02347 0.024972 -0.031952 -0.005039 -0.024956 0.009683 -0.004086 -0.012537 0.036953 0.005815 0.015739 -0.016647 -0.000628 0.002103 -0.008129 -0.007046 -0.007204 0.023425 -0.000902 0.003471 0.017847 0.012205 0.035324 0.022213 -0.012994 0.025744 0.010772 0.006203 0.018693 -0.011164 0.023881 -0.02787 -0.026194 -0.021191 -0.000859 0.007006 0.016481 0.026892 -0.015223 0.029277 0.010518 -0.038013 -0.006947 0.020314 0.03345 -0.036915 -0.00437 -0.021581 0.020271 -0.033113 -0.002745 0.01357 0.005007 0.018097 -0.002909 -0.01578 -0.034767 0.007022 0.017767 -0.010576 -0.005015 -0.020209 0.011755 0.016236 -0.017821 0.009103 0.000462 0.001037 -0.040516 -0.009694 -0.001246 -0.013499 0.007736 -0.006905 -0.024278 0.004209 -0.010994 -0.015878 0.006789 0.025289 -0.005362 0.030735 0.016747 0.014347 -0.019039 0.007285 -0.010693 -0.006902 0.008267 -0.011607 -0.016644 0.026182 -0.000611 0.026918 0.009194 0.040332 0.02162 -0.00125 -0.003308 -0.004156 -0.025501 -0.019212 0.005346 -0.010747 0.021613 0.000496 0.018628 -0.027009 0.018015 0.027143 0.035246 -0.000982 -0.012696 0.006394 0.019425 -0.025867 -0.033392 0.05557 0.023533 -0.002508 -0.0236 -0.00387 0.019418 0.011597 0.001252 -0.010717 0.002873 0.008823 -0.0017 0.006487 -0.019694 -0.01849 0.010153 0.010052 0.01408 -0.033035 -0.01504 -0.00474 -0.019343 0.010482 0.017158 -0.015343 -0.008398 -0.009034 0.032701 -0.004963 -0.022005 -0.008539 -0.013131 -0.030053 -0.004497 0.016999 -0.014509 -0.000615 -0.004702 -0.003821 -0.010014 0.009522 0.001759 -0.043044 0.002294 0.023308 0.028289 -0.026542 -0.019049 0.011903 0.044368 -0.018 0.006568 0.004559 -0.008479 -0.025676 -0.016789 0.005325 0.022424 0.006975 0.019474 0.003463 -0.013598 -0.000929 0.027806 -0.019413 -0.004682 -0.002468 0.004903 0.003937 0.038301 0.003251 -0.00581 -0.003923 0.007262 0.006959 0.008149 -0.018224 0.015437 -0.006715 0.002313 0.003404 0.004763 -0.001663 -0.014933 -0.003228 -0.00595 0.011154 -0.021154 -0.031717 -0.003801 -0.013751 -0.031382 0.007852 0.007851 -0.007946 0.016916 -0.009392 0.015992 0.012585 -0.005591 0.024032 -0.004879 0.037347 0.030408 0.013837 0.005648 0.000963 -0.013019 -0.017696 -0.017574 -0.004197 0.034892 -0.024411 0.002129 0.003876 -0.005834 0.017757 -0.02607 -0.018654 -0.018576 -0.020561 -0.01102 -0.000769 -0.001082 0.009322 -0.011879 0.006422 -0.002706 0.008596 0.015648 0.005082 0.006702 0.037617 -0.038504 -0.007163 -0.015904 0.007407 0.017263 -0.013833 -0.004885 0.027306 -0.000432 -0.009276 -0.013265 -0.008469 -0.023521 0.013145 -0.048138 -0.004896 -0.001668 0.00025 0.022236 0.014545 -0.006166\nष 0.027881 -0.00073 -0.049874 0.023263 0.008617 0.04393 -0.00225 -0.00017 -0.024224 -0.035982 0.039453 0.00137 -0.010073 -0.033641 0.034335 -0.004239 0.006598 -0.017305 -0.013325 -0.04245 -0.004104 0.002138 0.003825 0.00806 0.0121 0.02021 -0.012001 -0.012668 -0.020389 -0.027787 0.023339 -0.036081 -0.021469 -0.045515 0.010031 0.005663 -0.048171 0.043231 0.009814 0.020284 -0.034579 0.009136 0.005157 0.009434 -0.038477 -0.024804 0.032694 -3.3e-05 -0.004622 0.020988 0.007999 0.051596 0.040622 -0.039889 0.041115 0.004726 -0.009326 0.026307 -0.002094 0.033269 -0.029866 -0.039404 0.004817 -0.020536 0.021313 0.02579 0.025751 -0.00915 0.041574 0.019864 -0.047861 -0.003972 0.031479 0.020628 -0.041124 0.0079 -0.033407 0.029824 -0.038705 -0.019152 0.01049 0.000212 -0.000986 0.014943 -0.014777 -0.057254 0.008016 -0.000558 -0.025244 0.000384 0.001204 0.031346 -0.000322 -0.021113 0.025697 -0.010273 -0.001117 -0.042991 0.000763 -0.004229 -0.025601 0.005483 -0.007406 -0.023114 0.00804 -0.000179 -0.010358 0.006749 0.034642 -0.006359 0.054665 0.036338 0.022862 -0.024345 0.00855 0.000169 -0.010566 -0.001108 -0.018622 -0.043374 0.030116 -0.001489 0.042306 0.035172 0.040958 0.007799 -0.000149 -0.014909 -0.007991 -0.019508 -0.016695 0.004948 -0.019661 0.028821 -0.020057 0.008723 -0.040646 0.003417 0.006776 0.038441 -0.002848 -0.002045 0.008596 0.03692 -0.044647 -0.053247 0.049415 0.009298 -0.000967 -0.043441 0.001733 0.011656 0.032702 0.028222 -8.3e-05 0.013681 0.000666 -0.026492 0.011461 -0.020827 -0.028795 0.011103 0.025264 0.012969 -0.017002 -0.012004 0.034648 -0.037378 0.017743 0.014706 -0.022141 -0.008895 -0.023637 0.036772 -0.012663 -0.034241 -0.013746 -0.012288 -0.038825 -0.023102 0.033084 -0.005429 0.007072 -0.013093 0.001337 -0.017322 0.010214 0.028496 -0.059516 0.002732 0.017343 0.026981 -0.042856 -0.050316 0.001071 0.048599 -0.02818 0.023215 -0.0026 -0.012794 -0.042442 -0.031352 0.016545 0.02667 0.016118 0.015799 0.019125 -0.00119 -0.012185 0.040986 -0.025425 -0.008338 -0.012668 0.007173 -0.002343 0.077515 0.005059 -0.028669 0.017466 0.002986 -0.015676 0.010687 -0.011467 0.011628 -0.02713 -0.00952 0.001818 0.017485 -0.01475 -0.013769 -0.008423 -0.004906 -0.013519 -0.041609 -0.038532 -0.020538 -0.009838 -0.0358 0.032514 0.025287 0.018783 0.032842 -0.024584 0.020756 0.013694 -0.00207 0.032671 -0.006659 0.040192 0.054203 0.023018 0.007767 -0.002622 -0.045002 -0.029385 -0.01902 -0.001994 0.016058 -0.022382 -0.012249 -0.004198 -0.018682 0.036021 -0.016825 -0.030639 -0.012833 -0.027775 -0.022776 0.013208 -0.006284 0.032576 0.004494 0.006437 -0.000876 0.016797 0.012038 -0.000637 0.02475 0.057644 -0.057599 -0.009318 -0.020869 0.027759 0.022745 -0.030936 -0.012814 0.018855 -0.008727 -0.021886 -0.030908 0.012126 -0.04568 0.015095 -0.07038 -0.011421 0.005562 0.008252 0.025026 0.013484 0.012503\nู 0.031006 0.004733 -0.038873 0.021927 0.012177 0.032215 0.005762 -0.00179 -0.028392 -0.027239 0.024837 0.00683 -0.00727 -0.021729 0.028202 -0.003718 0.00893 -0.02364 -0.007243 -0.038631 -0.016364 0.007097 0.006813 0.011075 0.003091 0.01066 -0.014258 -0.006257 -0.015758 -0.02386 0.015774 -0.028697 -0.017413 -0.03466 0.002992 0.018581 -0.0342 0.038078 0.005851 0.019373 -0.031311 0.010394 -0.000538 -0.006658 -0.023656 -0.021157 0.031309 0.003708 0.001229 0.01147 0.003924 0.041344 0.029345 -0.026638 0.036086 0.005106 0.0006 0.024336 -0.01426 0.021492 -0.024596 -0.028716 -0.003395 -0.018033 0.009175 0.015103 0.031215 -0.014369 0.036596 0.011982 -0.04546 -0.006234 0.021779 0.01432 -0.048982 0.007034 -0.029678 0.021149 -0.02647 -0.016208 0.008773 -0.002448 0.002242 0.01304 -0.017967 -0.044143 0.000291 -0.003176 -0.016959 -0.002459 -0.00168 0.025538 0.011155 -0.013689 0.010656 -0.005609 0.00256 -0.034234 0.002802 -0.002701 -0.017686 0.005466 0.000968 -0.022975 0.016442 -0.001558 -0.010782 0.011292 0.029281 -0.004239 0.043024 0.01897 0.024253 -0.012417 0.00882 -0.001041 -0.003172 0.005324 -0.002574 -0.033597 0.019592 0.001104 0.036306 0.021013 0.034957 0.006743 -0.015767 -0.015691 -0.002978 -0.016742 -0.009867 -0.005838 -0.015366 0.029019 -0.021065 0.013982 -0.028292 -2.8e-05 0.007467 0.037996 -0.004181 -0.010957 0.010181 0.025633 -0.031431 -0.043714 0.041741 0.003541 -0.000283 -0.038466 0.002497 0.007805 0.034312 0.024281 0.003882 0.008061 -0.001132 -0.029995 0.014151 -0.025067 -0.016516 0.012246 0.026589 0.012934 -0.010843 -0.010493 0.01921 -0.017274 0.019257 0.015894 -0.023275 -0.019131 -0.011598 0.027948 -0.017104 -0.02308 -0.002653 -0.004925 -0.036049 -0.017313 0.03747 -0.01339 0.006026 -0.008037 -0.006239 -0.012048 0.004607 0.017615 -0.047608 0.001108 0.012635 0.026993 -0.033266 -0.034288 0.012171 0.035691 -0.016772 0.010604 0.004571 0.00459 -0.030763 -0.026999 0.015153 0.024206 0.021392 0.016739 0.005066 -0.007684 -0.00038 0.031276 -0.019347 0.000195 -0.009522 0.014315 -0.001587 0.054986 0.005666 -0.02275 0.010276 -0.00576 -0.004406 0.009946 0.0015 0.004419 -0.023382 0.00131 -0.005846 0.016557 -0.006775 -0.024523 -0.006257 0.001187 -0.00602 -0.022392 -0.030388 -0.00087 -0.011236 -0.030422 0.021871 0.022778 0.009112 0.030018 -0.025171 0.011938 0.005033 -0.008292 0.036223 -0.006731 0.034396 0.05308 0.021636 0.005897 -0.003034 -0.039595 -0.026845 -0.016658 -0.00099 0.023387 -0.026328 -0.016652 0.010923 -0.010797 0.02548 -0.021339 -0.023619 -0.023626 -0.029147 -0.013581 0.007647 0.000555 0.01803 0.000524 0.010653 0.001063 0.00908 0.000142 -0.000223 0.014118 0.040964 -0.045888 0.001329 -0.012383 0.008029 0.013545 -0.018446 -0.009199 0.018691 -0.00813 -0.021048 -0.016573 0.009304 -0.038299 0.011437 -0.061481 -0.00973 0.007174 0.00927 0.014219 0.020416 0.000107\n̻ -0.032405 0.022983 -0.01928 0.006386 -0.019945 0.067076 0.005948 -0.013088 -0.017472 -0.03453 0.036128 -0.012954 -0.027529 -0.023617 0.07258 0.0231 0.017582 -0.010208 0.0174 -0.02619 -0.019859 -0.051013 -0.076189 0.00363 -0.001334 -0.027669 -0.020988 0.00964 0.002774 -0.059026 0.046633 -0.010828 0.010351 0.030433 -0.014507 0.024294 -0.03467 0.033235 0.026559 -0.013218 -0.063021 0.044787 0.02113 0.0389 0.008627 -0.002108 0.00233 0.001182 -0.010228 -0.002002 0.006334 0.069672 0.001006 -0.051186 0.044389 0.011807 0.0075 0.023347 -0.003954 0.03458 -0.052644 -0.03191 -0.023654 -0.013533 -0.009777 0.03669 0.06001 -0.032069 -0.004681 0.042682 -0.02841 -0.028672 -0.001941 0.030598 -0.023751 0.007951 0.003127 0.009686 0.006354 0.026383 0.044893 -0.010714 -0.031702 0.057647 -0.013111 -0.058207 0.020662 0.016605 0.026648 0.015088 0.013923 0.021578 0.01834 -0.011032 0.000974 -0.072017 0.030172 -0.089043 0.000218 0.001949 -0.039384 -0.017559 0.015138 -0.025252 0.040046 0.023098 -0.025338 -0.001393 0.032238 0.029062 0.074465 -0.002377 0.028525 0.039431 0.047461 -0.047584 -0.053723 -0.02041 -0.028164 -0.017294 0.042394 0.030955 0.047193 0.005431 0.026422 -0.036563 0.029846 0.033687 -0.002719 0.007673 0.03095 0.009964 0.021915 0.027979 -0.011172 -0.004109 0.004362 0.081915 -0.011578 0.064181 -0.027087 0.008786 -0.025112 -0.013761 -0.020988 -0.06057 0.018358 -0.046604 0.01528 -0.049848 0.031353 0.02846 0.048745 0.050421 0.036746 -0.008905 -0.020912 -0.036923 0.033177 -0.01413 -0.025618 0.007705 0.00156 0.004831 -0.049335 -0.006168 0.023515 -0.028472 -0.003458 0.050197 -0.013997 -0.039512 -0.026062 -0.020112 -0.002145 -0.025103 0.010659 -0.013659 -0.07385 0.00743 0.042223 0.001243 0.034558 0.02653 -0.024857 -0.04433 -0.001556 0.002492 0.017126 0.019854 0.037495 0.017747 -0.027194 -0.057547 -0.019717 0.044807 -0.025531 -0.009247 -0.027886 -0.020672 -0.033609 0.001463 0.029053 0.040647 0.00553 -0.044921 0.013525 -0.055166 -0.028825 0.041104 -0.008107 -0.007821 0.021537 0.0579 -0.006938 -0.009824 -0.01918 -0.013796 0.026502 0.044062 -0.024438 0.006017 -0.008005 0.013858 -0.041264 0.047343 -0.048761 -0.028424 0.002837 0.022008 -0.033609 0.024951 -0.00992 -0.074631 -0.047755 0.003613 -0.008509 0.043751 -0.01738 0.006527 0.02063 0.029238 -0.013984 0.020126 -0.028369 -0.057229 0.011235 0.026583 0.038983 0.056195 0.014448 0.011164 -0.050909 -0.012906 -0.009558 -0.029948 0.013382 0.010386 -0.057811 0.002352 0.032052 0.001737 0.002117 -0.038026 0.006628 0.013032 -0.033654 0.021614 -0.026356 0.014082 -0.002838 -0.019665 0.043736 0.006714 0.02314 0.009239 0.05041 -0.015939 -0.009321 -0.059806 -0.001439 0.00861 -0.015091 0.050448 0.029807 -0.031966 -0.015602 0.03378 -0.002492 -0.064679 -0.005636 -0.018446 -0.001691 -0.052769 -0.018522 0.022651 -0.016237 -0.013178 0.003556 -0.057536\n= 0.040312 0.006187 -0.046912 0.018491 0.013898 0.039846 0.016901 -0.013632 -0.01006 -0.027808 0.023218 0.015991 -0.013865 -0.017278 0.05054 -0.019665 0.010517 -0.025232 -0.005704 -0.046746 -0.006625 -0.000962 -0.00106 0.014739 0.006886 0.023017 -0.007839 0.001758 -0.004057 -0.009408 0.017045 -0.040935 -0.008653 -0.041046 -0.004018 0.012426 -0.039098 0.041901 0.011713 0.010432 -0.038729 0.002526 0.004964 0.008626 -0.005735 -0.030086 0.02834 0.017406 -0.004953 0.013853 0.001325 0.049417 0.040287 -0.029156 0.035937 0.010131 0.013097 0.011837 -0.008409 0.015657 -0.024355 -0.009874 -0.01248 -0.003055 0.016963 -0.001954 0.037911 -0.023045 0.015582 -0.000778 -0.049882 0.009832 0.021617 0.019089 -0.027123 -0.010793 -0.022782 0.032001 0.002077 -0.010002 0.014316 -0.013546 -0.000983 0.008069 -0.013415 -0.046689 0.001083 0.002452 -0.014122 0.002168 -0.019482 0.014812 0.006483 -0.006059 0.013124 -0.026572 0.005587 -0.046717 -0.000346 -0.0062 -0.022299 -0.020404 -0.008133 -0.025625 0.015315 -0.00277 -0.01598 0.010048 0.009284 -0.01006 0.039705 0.008033 0.026594 -0.002726 0.027028 -0.002893 -0.012747 0.008335 -0.011952 -0.023337 0.030026 0.009812 0.02491 0.02871 0.007602 -0.010284 0.005737 0.007213 -0.001095 -0.017805 -0.003094 0.003607 -0.001424 0.024612 -0.028286 0.008593 -0.024451 0.005786 -0.013722 0.027939 -0.017658 -0.023708 0.022822 0.023375 -0.026238 -0.045255 0.042808 -0.004202 0.002179 -0.031424 0.003421 0.025329 0.021313 0.033418 -0.016703 0.002492 -0.014052 -0.003971 0.026137 -0.007985 -0.0045 0.018661 0.025961 0.018967 -0.001177 -0.015344 0.010494 -0.014461 0.0188 0.034782 -0.015046 -0.027549 -0.025913 0.024341 -0.000837 -0.02101 -0.012232 -0.002891 -0.020813 -0.00854 0.03918 0.002218 -0.005271 -0.001434 -0.02596 -0.014741 -0.000772 0.035282 -0.057288 -0.000789 0.019304 0.025756 -0.022517 -0.048567 0.003533 0.028112 -0.011918 0.02619 -0.005563 -0.002709 -0.038709 -0.025895 0.01841 0.032659 0.024097 0.019022 0.006951 -0.018763 -0.004755 0.026869 -0.023664 -0.006256 -0.003043 0.008278 -0.010584 0.040862 -0.017315 -0.019904 0.01203 -0.004278 -0.014048 0.023218 0.004036 0.000196 -0.025776 0.001394 -0.012469 0.013477 0.000175 -0.022733 -0.013397 -0.000437 -0.008328 -0.006629 -0.018641 0.004769 -0.011576 -0.029109 0.02316 0.031115 0.008364 0.021138 -0.02116 0.01347 0.019717 -0.016465 0.040277 -0.004988 0.04457 0.047113 0.035511 0.012368 -0.00645 -0.03135 -0.024404 -0.008769 0.000395 0.011975 -0.030758 -0.006181 0.022086 0.00082 0.012913 -0.009912 -0.022165 -0.010048 -0.018087 -0.027952 0.004536 -0.005962 0.012175 0.000312 -0.005812 -0.015342 0.007589 -0.00537 0.022342 0.017152 0.035591 -0.034664 -0.001137 -0.006919 0.023584 0.005191 -0.014254 0.007409 0.006304 -0.019841 -0.018792 -0.040477 0.008548 -0.032867 0.013387 -0.045454 -0.018291 0.011132 0.009274 0.007881 0.017846 0.002624\nھ 0.025755 -0.00075 -0.041791 0.019389 0.009648 0.024479 0.008445 -0.007207 -0.013867 -0.019769 0.03134 0.002574 -0.011263 -0.027073 0.02297 -0.007871 0.003995 -0.014049 -0.012225 -0.038167 -0.015089 0.0016 -0.001967 0.013803 -0.002259 0.015939 -0.008962 -0.006997 -0.009775 -0.020177 0.018352 -0.017318 -0.007193 -0.036548 0.010879 0.016634 -0.032109 0.038329 0.009312 0.008041 -0.026467 0.011152 -0.004879 -0.009951 -0.016647 -0.014381 0.034985 -0.003151 -0.00036 0.00801 0.009402 0.038711 0.025402 -0.033159 0.036366 0.003186 -0.009721 0.020443 -0.008155 0.018026 -0.022537 -0.030353 -0.009887 -0.007645 0.013206 0.010259 0.039191 -0.008706 0.025303 0.016824 -0.047132 -0.015117 0.017647 0.021877 -0.045194 0.001776 -0.015985 0.021261 -0.025164 -0.019907 0.008239 -0.00562 0.004784 0.010188 -0.023548 -0.0384 0.006696 0.003921 -0.00914 -0.011986 -0.00511 0.022605 0.004191 -0.009588 0.014414 -0.004697 -0.004245 -0.032943 -0.00166 -0.006001 -0.013186 -0.002701 -0.001412 -0.016561 0.014163 -0.01195 -0.014166 0.010087 0.028549 -0.003285 0.038725 0.021392 0.015511 -0.015899 0.004753 -0.002485 -0.005629 0.006874 -0.01343 -0.032886 0.012109 -0.003299 0.03097 0.023447 0.031127 0.0135 -0.001628 -0.013972 -0.0112 -0.017398 -0.017023 0.002486 -0.016896 0.031119 -0.016801 0.011771 -0.02567 0.003165 0.009676 0.029628 -0.00473 -0.012023 0.020262 0.022049 -0.033306 -0.044677 0.036065 0.013633 0.000235 -0.038349 0.002529 0.010128 0.018036 0.014793 -0.001294 0.004286 0.003117 -0.024627 0.004877 -0.016742 -0.017019 0.015859 0.022093 0.012122 -0.019103 -0.013967 0.017532 -0.019697 0.015754 0.017252 -0.027572 -0.016249 -0.010843 0.033994 -0.018621 -0.024425 -0.005079 -0.013512 -0.02804 -0.016694 0.024232 -0.005406 0.000632 -0.012753 0.005807 -0.017048 -0.001742 0.02168 -0.046377 -0.002334 0.014585 0.022863 -0.027251 -0.028221 0.003298 0.029395 -0.01199 0.011564 0.002335 -0.002381 -0.032714 -0.025975 0.006456 0.014846 0.017096 0.013478 0.012845 -0.005807 -0.004429 0.030556 -0.023568 -0.003653 -0.006589 0.019074 -0.003966 0.053319 0.00735 -0.017294 0.00601 -0.001398 0.004955 0.014754 0.005868 0.005889 -0.023132 -0.000437 0.00507 0.014066 -0.005333 -0.01709 -0.004599 -0.004313 -0.003391 -0.01852 -0.027227 0.00083 -0.010237 -0.032223 0.020815 0.016031 0.006758 0.008403 -0.017836 0.007465 0.002228 -0.003357 0.031066 -0.003206 0.028234 0.042278 0.017442 -0.002867 0.000782 -0.033273 -0.026265 -0.015784 -0.007873 0.025788 -0.025565 -0.008598 0.006413 -0.010778 0.029196 -0.020355 -0.028909 -0.019153 -0.022008 -0.010146 -0.004133 0.000889 0.015474 0.00206 0.010636 0.005121 0.013659 -0.002222 0.005116 0.015286 0.031476 -0.044779 0.001591 -0.021703 0.007294 0.013592 -0.011352 -0.012923 0.017893 -0.006304 -0.020822 -0.015472 0.00546 -0.031365 0.006195 -0.064222 -0.007758 0.013009 0.011396 0.011944 0.021197 -0.001429\nៈ 0.016865 0.020874 -0.015709 0.004655 -0.000408 0.040691 0.002567 -0.004672 -0.008525 -0.011543 0.019244 0.013192 -0.00035 0.006507 0.01473 0.007931 -0.013211 -0.023025 -0.004932 -0.01514 -0.027475 0.004267 0.025504 0.013561 0.000906 0.017123 -0.034775 -0.021925 -0.005183 -0.024626 0.02216 -0.031151 -0.01221 -0.036707 0.014305 0.012744 -0.024092 0.029813 -0.009538 0.025016 -0.02263 0.01372 -0.001387 0.006944 -0.025319 -0.011131 0.017029 0.000387 0.00333 0.008496 -0.010687 0.034679 0.024775 -0.016615 0.013564 0.003442 -0.009788 0.002061 -0.010445 0.009904 -0.026514 -0.014733 -0.00874 -0.015911 0.009697 0.002037 0.021632 -0.019038 0.040043 0.007778 -0.060008 -0.005148 0.001862 0.024352 -0.020316 -0.018049 -0.020764 -0.000362 -0.045453 -0.002386 0.0146 -0.014044 0.009093 0.000205 -0.015776 -0.010476 0.002699 0.002311 -0.00599 -0.015282 -0.010272 0.007225 0.017703 0.000801 0.004349 -0.001529 0.012676 -0.047723 0.019453 -0.013466 -0.021418 -0.002184 -0.014399 -0.039028 -0.002641 -0.002616 -0.021445 -0.01182 0.036675 -0.011147 0.029196 0.020275 0.012508 -0.007657 -0.019808 -0.006034 0.020534 0.000116 -0.007547 -0.025306 0.034151 -0.003586 0.017619 0.011046 0.030708 0.010158 -0.002705 -0.017982 -0.010506 -0.012113 -0.015296 -0.006609 -0.008219 0.02417 -0.031065 0.002698 -0.016996 -0.010438 0.014468 0.024257 -0.007793 -0.009932 -0.028914 0.02012 -0.046701 -0.041733 0.048857 0.000774 0.005898 -0.024501 -0.00273 0.007097 0.020399 -0.007953 -0.011852 -0.004089 -0.00998 -0.004166 0.021744 -0.031571 -0.015335 0.009992 0.017974 0.012494 -0.010429 -0.013799 0.019661 -0.017683 0.021013 0.01484 0.003313 -0.016538 -0.012787 0.041068 -0.02351 -0.007514 -0.013267 -0.020715 -0.030017 -0.018573 0.025441 -0.006113 0.005277 -0.020953 -0.005128 -0.017103 0.012304 0.0053 -0.043997 0.003767 0.001324 0.008634 -0.035846 -0.019737 0.008212 0.017413 -0.023354 0.008595 -0.003123 6.2e-05 -0.001671 -0.0153 0.019966 0.009625 0.002294 0.022791 0.030054 0.014183 -0.007721 0.026198 -0.0175 -0.008117 0.002428 -0.009639 -0.015592 0.042033 0.017085 -0.016818 -0.006872 0.013282 -0.002815 0.007348 -0.002407 -8.8e-05 -0.013708 0.008343 -0.014247 0.025429 -0.010012 -0.010576 -0.009967 -0.00304 -0.007798 -0.007957 -0.036665 -0.010097 -0.024049 -0.033809 0.023753 0.010266 0.019536 0.023987 -0.023292 -0.001948 0.001469 -0.005501 0.021086 -0.007885 0.027242 0.052292 0.029349 0.015463 0.003708 -0.027037 -0.005826 -0.008333 0.015613 0.017872 -0.019219 0.010117 -0.005304 -0.010928 0.016689 -0.016321 -0.029895 -0.022529 -0.0218 -0.024366 0.004866 0.008139 0.023255 0.001561 0.009234 -0.004224 0.002027 -0.004314 -0.001305 0.013627 0.043366 -0.057505 0.006644 -0.017937 0.028352 0.001422 -0.023136 -0.020182 0.025074 -0.007758 -0.001167 -0.001917 0.003062 -0.02914 0.01248 -0.05047 0.009101 0.013377 -0.006742 0.011277 -0.002627 -0.006902\nୋ 0.031926 0.020951 -0.091165 0.04705 -0.000942 0.007208 0.0102 0.012814 -0.04255 -0.041864 0.059521 0.026647 -0.034032 -0.023666 0.042658 0.013018 0.009025 -0.033619 -0.024948 -0.067725 -0.057451 -0.000135 -0.006135 0.053905 0.018641 0.015158 -0.001325 -0.040197 -0.018481 -0.01065 0.02525 -0.032816 -0.032497 -0.042401 0.008993 0.030286 -0.015673 0.058482 0.001523 0.036716 -0.047478 0.032416 0.007515 0.017608 -0.011489 -0.001493 0.039147 0.009462 0.042811 0.025252 0.030531 0.0511 0.054192 -0.054227 0.020135 -0.008178 -0.009744 0.044384 -0.025898 0.010539 -0.050833 -0.005781 -0.035653 -0.0159 0.008398 0.013878 0.081076 -0.038887 0.049726 0.025822 -0.034184 -0.013375 0.035853 0.027087 -0.085841 -0.011964 -0.010212 0.035655 0.016234 -0.010627 0.026822 -0.009875 0.012011 0.008389 -0.011336 -0.035915 0.018558 -0.029814 -0.043617 -0.020681 -0.030451 0.03408 0.005951 -0.032874 -0.017909 -0.00278 0.008164 -0.068177 0.001048 0.011717 -0.004635 -0.003813 -6.4e-05 -0.039812 0.04579 0.001203 -0.045051 -0.010341 0.054412 0.006454 0.075455 0.018266 0.019037 -0.00883 0.034546 0.010514 -0.004804 0.014196 -0.014386 -0.036597 0.045083 -0.008391 0.034189 0.013756 0.013295 0.030886 -0.01738 -0.033194 -0.026198 -0.023768 -0.036164 0.028732 -0.013859 0.060402 -0.009205 0.031062 -0.040483 0.005096 -0.009244 0.063786 -0.006838 -0.020739 0.018743 0.030752 -0.008871 -0.057141 0.042953 0.031671 -0.006788 -0.048961 -0.021428 -0.006599 0.060606 -0.005588 0.016032 0.014574 -0.016555 -0.039667 0.015907 -0.030222 -0.03339 0.036514 0.049088 0.014328 -0.024106 0.018036 0.037503 -0.036192 0.044534 0.020284 -0.05699 -0.059401 0.013 0.026786 -0.012169 -0.023231 -0.040233 -0.000908 -0.04507 0.002141 0.056762 -0.004154 -0.009703 -0.012153 0.000966 -0.009561 -0.028122 0.027507 -0.084462 0.03449 0.02417 0.008482 -0.05853 -0.031969 -0.007997 0.051793 -0.015884 -0.008718 0.016906 0.021125 -0.046389 -0.025896 0.010857 0.009977 0.060886 -0.011126 -0.03303 -0.03682 0.000139 0.03693 -0.010792 0.037106 -0.02521 0.031022 -0.03358 0.083591 0.015652 -0.027102 0.013307 -0.005162 0.001206 0.038286 -0.050189 0.032436 -0.043824 0.016487 -0.006603 -0.007816 0.002032 -0.048543 -0.011917 0.025857 0.006334 -0.050609 -0.040537 -0.004795 -0.031539 -0.036619 0.026341 0.037553 0.022468 0.03975 -0.035375 0.015 -0.005881 -0.00384 0.03263 0.001827 0.056962 0.069765 0.005454 -0.018947 0.030736 -0.052797 -0.019501 -0.013847 -0.009665 0.025237 -0.054315 -0.029351 0.01291 -0.006632 0.021137 -0.046734 -0.022833 -0.023209 -0.036411 -0.009418 0.008672 0.008042 -0.010385 0.00205 -0.002378 -0.014713 0.002876 -0.016636 -0.015253 0.050517 0.0411 -0.044474 -0.000771 -0.020387 0.025743 0.011006 -0.017178 0.00429 0.003188 -0.026374 -0.015088 -0.004637 0.04136 -0.059142 -0.021056 -0.065679 -0.014947 0.020387 0.014193 0.008983 0.040465 0.02846\nৌ 0.00914 0.00131 -0.030538 -0.006338 -0.007832 0.029783 -0.010806 -0.015801 0.000803 -0.055712 0.032799 -0.024714 0.005378 -0.004024 0.019265 -0.011078 0.002117 0.002237 -0.01336 -0.02855 -0.014948 0.000614 0.011922 -0.005828 -0.019832 0.015159 -0.028031 -0.004763 0.001122 0.000749 0.003221 -0.033078 -0.030399 -0.028729 -0.003732 0.016611 -0.038417 0.032995 -0.004887 0.032869 -0.024586 0.001112 0.020331 0.020607 -0.017945 0.018271 0.032022 -0.001202 -0.021102 5.8e-05 -0.013969 0.011949 0.020544 -0.013907 0.029049 -0.002361 -0.00524 0.02092 0.006782 0.04015 0.006296 -0.033647 0.021875 -0.033705 0.041192 0.022723 0.032271 0.01442 0.017909 0.06308 -0.077238 -0.002172 -0.006199 0.018168 -0.015086 0.02275 -0.02346 -0.006937 -0.018234 0.015639 0.020952 0.006812 0.003797 0.012182 0.005137 0.006554 -0.012453 -0.001001 0.020564 0.010044 0.002397 0.013083 0.03315 -0.024535 0.035914 -0.000357 -0.043714 -0.036005 0.015818 -0.006963 -0.022682 0.005727 0.004745 -0.00732 0.018064 0.001194 -0.018875 0.004596 0.032318 -0.000212 0.041902 0.025967 0.060588 -0.020779 -0.021174 -0.000322 0.029459 0.022501 -0.01895 -0.012965 0.054168 0.01366 0.02807 0.025329 0.012449 -0.004296 -0.016196 0.007686 -0.000108 -0.014933 -0.024987 -0.015352 0.011288 0.041641 -0.009745 -0.012583 -0.015697 0.021526 0.021029 0.037407 0.015069 0.001053 0.00568 0.01607 -0.030359 -0.040021 0.036501 0.014706 -0.012089 -0.041794 0.006552 0.001886 0.028598 0.047109 -0.010315 -0.016532 0.000368 -0.017903 0.018017 0.014675 -0.04461 0.010677 -0.001771 0.007795 0.00604 -0.010123 0.017023 -0.001947 0.014435 0.005602 -0.003328 -0.010184 0.007353 0.054275 0.003797 -0.024636 0.014671 -0.023467 -0.033178 -0.020031 0.03503 0.013252 0.008843 -0.008111 0.021382 -0.038351 -0.003909 0.03587 -0.035195 -0.021009 0.009383 0.029708 -0.019956 -0.024357 0.013185 0.017185 -0.043023 0.020883 0.008679 0.012443 -0.024687 -0.010679 0.012618 0.035575 0.034435 0.000286 0.033129 -0.000444 0.016579 0.028208 0.011432 -0.024672 0.011397 0.000275 0.00677 0.04739 0.00364 -0.033442 0.022858 -0.001344 0.019387 0.01447 0.008237 -0.033127 -0.061848 -0.000862 -0.012445 0.027387 -0.004137 -0.013612 -0.007409 -0.002782 -0.004229 -0.031068 -0.029054 -0.02848 0.01736 -0.017135 0.00392 0.021143 -0.026351 0.00144 -0.013213 0.010625 -0.013802 0.011721 0.020122 -0.022357 0.02227 0.036831 0.02125 -0.028047 -0.005599 -0.02655 -0.01992 -0.005156 -0.003441 0.040618 -0.060653 -0.008745 -0.022307 -0.011323 0.046507 -0.049091 -0.019237 -0.015609 -0.045753 -0.027543 0.014313 0.028764 0.005546 0.001892 0.026671 -0.006275 0.003479 -0.009786 0.023741 0.021686 0.050897 -0.049092 -0.014734 -0.020912 0.00989 0.008093 -0.027662 0.001659 0.047683 0.004721 -0.008287 0.018527 0.017604 -0.006063 0.016381 -0.04162 -0.023656 -0.007946 0.005808 0.010911 0.008882 0.003027\nɑ 0.014568 0.003419 -0.0437 0.018156 0.012017 0.038278 0.021862 -0.005807 -0.011534 -0.023252 0.045901 0.012958 -0.007964 -0.01644 0.033439 -0.003337 0.004071 -0.024612 0.002134 -0.040795 -0.014926 -0.001549 -0.013345 0.013991 0.010645 0.009378 -0.014559 0.000153 -0.01792 -0.032734 0.035156 -0.03146 -0.023399 -0.02183 0.000705 0.010252 -0.026515 0.03792 0.013611 0.013998 -0.038734 0.0237 0.007993 0.017782 -0.009757 -0.018361 0.026168 0.006954 0.001604 0.006896 0.003148 0.050905 0.032229 -0.032764 0.036924 0.010147 0.006304 0.029061 -0.009096 0.026525 -0.029811 -0.021864 -0.014354 -0.01 0.00873 0.023351 0.041418 -0.023318 0.026367 0.022373 -0.037152 -0.005625 0.011497 0.020975 -0.03766 -0.007008 -0.012922 0.014471 -0.024625 -0.011975 0.018392 -0.004018 -0.002263 0.014644 -0.024044 -0.057753 0.010754 -0.00765 -0.0051 0.013363 -0.006419 0.015647 0.006066 -0.006222 0.007048 -0.018128 0.004303 -0.03816 -0.018108 -0.01001 -0.025185 -0.006518 -0.011634 -0.025197 0.010073 -0.012229 -0.016675 0.006863 0.01839 -0.007944 0.051705 0.011145 0.024899 -0.002546 0.009636 -0.003927 -0.020007 -0.006615 -0.022962 -0.033829 0.035553 0.001054 0.03032 0.015986 0.022357 0.002172 0.007453 -0.0013 -0.014162 -0.0107 -0.001119 0.010617 -0.01307 0.033837 -0.009826 0.014314 -0.032064 0.009798 0.005756 0.043213 -0.00272 -0.001663 0.013848 0.016957 -0.026919 -0.047554 0.03883 0.002595 0.010727 -0.049412 0.014768 0.012542 0.035077 0.018555 -0.001901 -0.001777 -0.005709 -0.028297 0.010815 -0.005088 -0.02078 0.008444 0.032223 0.006225 -0.017968 -0.017471 0.015801 -0.013156 0.014313 0.036378 -0.034717 -0.023731 -0.009114 0.022276 -0.000854 -0.018297 -0.004042 -0.018566 -0.032889 -0.007205 0.033899 -0.010384 0.005847 -0.006898 -0.019231 -0.018333 -0.003748 0.010095 -0.038771 0.00057 0.021535 0.02361 -0.030426 -0.035908 0.005314 0.040027 -0.022419 0.013409 0.005069 0.000822 -0.030997 -0.024741 0.023133 0.021914 0.01881 0.002201 -0.001172 -0.033003 -0.005094 0.034564 -0.023215 -0.001386 -0.004384 0.024953 9.2e-05 0.045749 0.003604 -0.012075 0.014374 -0.003302 -0.008332 -0.005423 -0.004718 0.010947 -0.02584 0.006811 -0.005008 0.011449 0.013409 -0.023072 -0.009203 0.003561 0.001906 -0.026104 -0.020339 0.007357 -0.012735 -0.026923 0.021749 0.016642 0.002929 0.022894 -0.020745 0.015298 -0.003109 -0.011453 0.031511 0.016012 0.034599 0.042921 0.013757 0.008485 -0.011492 -0.032614 -0.03205 -0.016526 -0.013418 0.007905 -0.02444 -0.009673 0.007866 -0.011025 0.014978 -0.014216 -0.013992 -0.011555 -0.025729 -0.002695 -0.000239 0.00855 0.000861 -0.012274 0.013223 -0.00204 0.015322 -0.003651 0.00507 0.015459 0.037547 -0.033831 -0.008568 -0.002326 0.01086 0.022156 -0.008155 -0.005375 0.023596 -0.010134 -0.020838 -0.020791 0.001869 -0.031089 0.007848 -0.047891 -0.012977 0.001415 0.010862 0.003201 0.005626 -0.015844\nѕ 0.031574 0.01562 -0.062594 0.041334 -0.020614 0.00803 0.005847 0.026876 -0.018032 -0.049893 0.013953 0.009761 0.001722 -0.03265 0.013744 -0.014792 0.020505 -0.036075 0.002817 -0.018759 -0.01263 0.003962 0.011358 0.014589 0.017255 0.022505 0.015313 -0.031383 -0.007263 -0.008973 0.026266 -0.01763 -0.010131 -0.020492 0.02945 0.013012 -0.043302 0.061545 0.004286 -0.003657 -0.040429 0.008285 0.018899 0.026188 -0.018461 -0.008075 0.03262 -0.006051 0.059469 0.026946 0.045821 0.050952 0.064036 -0.057121 0.061065 0.023731 -0.021807 0.020965 -0.043295 0.019695 -0.028059 -0.042419 -0.009291 -0.019902 0.031532 0.016792 0.043902 -0.020622 0.042974 0.013452 -0.044091 0.011782 0.031301 -0.004868 -0.061998 0.006341 -0.012378 0.017184 -0.005779 -0.003861 0.001065 0.00376 0.021246 0.008923 -0.026566 -0.049354 -0.002671 -0.006467 -0.015224 -0.002861 0.013643 0.056687 -0.02137 -0.009954 -0.02284 -0.024654 0.02663 -0.055014 -0.003465 0.014415 0.010587 -0.03807 0.006577 -0.02245 0.029679 -0.000923 -0.015537 -0.023994 0.021392 -0.000426 0.026394 0.03604 -0.009977 -0.001138 -0.014831 0.024999 -0.00914 0.020513 -0.006273 -0.043161 0.016386 -0.02376 0.040393 0.04248 0.040084 0.005958 0.048999 -0.020294 -0.013471 -0.000763 -0.042654 -0.035703 -0.030924 0.063209 -0.012311 0.02063 -0.031638 0.002847 -0.005824 0.074201 0.008786 0.004364 -0.002766 0.047418 -0.032369 -0.048634 0.010645 -0.004637 -0.014548 -0.047117 -0.001684 -0.011465 0.039454 0.00752 0.009863 -0.002336 -0.002858 -0.032876 -0.003254 -0.018816 0.008353 0.032933 0.022778 -0.002299 -0.034248 -0.009389 -0.010813 -0.02188 0.048498 0.020487 -0.027039 -0.033687 -0.009477 0.059582 -0.008563 -0.006802 -0.010109 -0.007663 0.004052 0.013912 0.047964 -0.009315 -0.015452 -0.019209 -0.020425 -0.020886 0.007145 -0.005557 -0.064066 0.023049 0.046573 0.031744 -0.032273 -0.023662 -0.001661 0.036801 -0.03837 0.0033 -0.004397 0.005901 -0.040369 -0.031544 0.017336 0.04974 0.037786 -0.023914 0.023218 -0.018231 0.009655 -0.019296 -0.027225 0.010443 0.005093 0.048487 -0.013934 0.088636 0.004488 -0.026656 0.035159 0.010899 0.040365 0.02025 -0.02178 -0.004594 -0.035843 -0.000945 -0.000845 0.032616 -0.02437 -0.033534 0.000922 0.029388 -0.033145 -0.051571 -0.024212 -0.014514 -0.023618 -0.037006 0.038602 0.02351 0.026813 0.042191 -0.015426 0.007926 -0.003706 -0.013795 0.039921 -0.003833 0.026578 0.067464 0.007863 0.015223 -0.007919 -0.068874 -0.044205 -0.02311 -0.016527 0.007199 -0.039076 -0.00796 0.053721 0.006743 0.020444 -0.016703 -0.02784 -0.015029 -0.011618 -0.034998 -0.003001 -0.012938 0.011119 -0.044043 0.009144 0.026003 -0.011371 -0.027454 -0.012065 0.032249 0.020307 -0.044575 0.010018 -0.007242 0.0155 -0.000785 -0.032943 0.003235 0.008345 -0.002554 -0.032552 -0.007295 0.040315 -0.033765 0.021555 -0.039783 -0.026182 0.030066 0.002413 0.019756 0.020719 0.001605\nה 0.035467 0.006967 -0.056094 0.026195 0.011205 0.0425 0.008321 -0.005918 -0.020833 -0.034861 0.038389 0.01565 -0.006528 -0.031345 0.033921 -0.006449 0.009796 -0.026151 -0.014451 -0.05035 -0.017615 0.004214 0.004821 0.018677 0.005604 0.025434 -0.005455 -0.00942 -0.017613 -0.027124 0.023245 -0.033263 -0.023414 -0.049223 0.010064 0.015889 -0.044032 0.043271 0.011926 0.026407 -0.033172 0.008834 0.003563 0.004911 -0.03074 -0.031164 0.041438 -0.001215 -0.000135 0.018059 0.007219 0.060754 0.041233 -0.036975 0.046357 0.00885 -0.00429 0.029824 -0.015146 0.029173 -0.031013 -0.031192 -0.009278 -0.018267 0.017232 0.022825 0.04367 -0.015262 0.037875 0.018494 -0.049668 -0.006992 0.026634 0.018546 -0.053145 0.003282 -0.030773 0.025541 -0.029184 -0.016778 0.014709 -0.002819 -0.003222 0.018085 -0.025579 -0.062271 0.001595 -0.004251 -0.022337 -0.00503 -0.010378 0.029912 0.002958 -0.016044 0.012312 -0.0085 0.001908 -0.042457 -0.002366 -0.004047 -0.019766 0.000419 0.001064 -0.034534 0.017035 -0.00753 -0.014343 0.009655 0.037873 -0.004115 0.048048 0.019668 0.02445 -0.017329 0.012312 0.003786 -0.011682 0.003224 -0.01633 -0.049358 0.023411 -0.000957 0.045317 0.022107 0.037507 0.01294 -0.014929 -0.018406 -0.018977 -0.019117 -0.020788 0.001165 -0.018961 0.032426 -0.023186 0.019061 -0.027509 0.005119 0.008696 0.051228 -0.003264 -0.009803 0.015822 0.033206 -0.039685 -0.052599 0.048874 0.006083 0.000439 -0.043448 0.007633 0.013234 0.03956 0.030366 -0.006422 0.006279 -0.001117 -0.02516 0.018641 -0.026214 -0.021201 0.018704 0.023329 0.013524 -0.014271 -0.016129 0.022449 -0.026783 0.023628 0.027786 -0.033835 -0.025661 -0.010202 0.038699 -0.019889 -0.030789 -0.012656 -0.010704 -0.039633 -0.021901 0.041646 -0.009774 0.007286 -0.008056 -0.00768 -0.021629 0.003845 0.021606 -0.065685 0.002828 0.011335 0.029884 -0.03945 -0.044313 0.00091 0.04716 -0.022823 0.016292 0.004086 0.002698 -0.040813 -0.040037 0.017037 0.028157 0.02574 0.017099 0.014052 -0.007478 -0.011557 0.044365 -0.026352 -0.004893 -0.009609 0.01895 0.001185 0.074118 0.003069 -0.023954 0.00452 -0.000647 -0.008469 0.01204 -0.007663 0.008678 -0.029461 0.001167 0.002881 0.016351 -0.011952 -0.022161 -0.002462 0.000614 -0.004318 -0.032239 -0.038404 -0.004291 -0.018839 -0.036361 0.033489 0.027332 0.010765 0.031123 -0.023539 0.012055 0.00918 -0.012819 0.04375 -0.008591 0.044487 0.057769 0.030596 0.008777 0.005511 -0.048814 -0.037859 -0.023275 -0.00421 0.022859 -0.026859 -0.014673 0.008533 -0.01116 0.034292 -0.027329 -0.034713 -0.021039 -0.034791 -0.016425 0.006871 -0.002409 0.020305 -0.001979 0.010498 -0.00189 0.013147 0.002344 0.000474 0.022464 0.048844 -0.052958 -0.008194 -0.021235 0.017024 0.015908 -0.024328 -0.00094 0.023025 -0.011685 -0.023708 -0.020129 0.012355 -0.047458 0.011994 -0.070746 -0.008061 0.008796 0.016808 0.015321 0.026094 0.002068\nṙ 0.031912 0.007512 -0.052252 0.023911 -0.008384 0.012581 0.036814 -0.021435 0.033359 -0.001023 0.016696 0.028371 -0.015105 0.001275 -0.017639 0.01807 0.027917 0.021747 -0.003051 -0.025132 0.003798 0.031634 0.004838 0.012837 0.033258 0.008365 0.029489 -0.04864 0.001663 -0.010804 0.027953 -0.052539 -0.016472 -0.071013 -0.0065 0.028161 -0.019314 0.007431 0.044094 0.034284 0.028653 0.021114 0.023233 -0.011756 -0.017443 -0.009731 7.9e-05 -0.016908 -0.002907 -0.033335 0.003914 0.012894 -0.014266 -0.008837 0.001331 0.017595 0.038677 0.027519 0.016341 0.039724 -0.028566 -0.00692 -0.00697 -0.015068 -0.026807 0.038536 0.016603 -0.005668 0.039636 0.041126 -0.042273 0.017563 0.005372 0.031906 0.023063 -0.000302 -0.049099 -0.064114 -0.006164 -0.026863 0.047075 0.033812 0.014361 -0.025824 -0.023585 -0.085681 -0.00196 0.050846 -0.006365 0.028218 -0.034226 0.001108 -0.007795 0.018877 0.002135 0.045044 0.002703 0.017429 -0.024733 0.05676 -0.023742 0.012434 0.039627 -0.036412 -0.008017 -0.033695 0.015835 0.010933 0.038352 -0.050635 0.042696 -0.001061 -0.007188 -0.02803 0.012594 -0.018154 0.010738 -0.018266 0.007921 -0.038235 0.054476 -0.01016 0.026187 -0.013081 0.03266 0.019836 -0.018687 -0.002499 -0.001871 -0.023209 0.01238 0.003975 -0.011947 0.032243 0.014879 0.00327 0.014061 -0.003642 0.036376 0.030613 -0.010356 -0.029736 0.004851 0.021403 0.041137 -0.038046 0.00394 0.00163 0.013043 -0.028749 0.006592 -0.019885 0.005638 0.017641 0.003486 0.004499 -0.002326 -0.026049 0.009919 0.003466 0.014331 0.009672 -0.004481 0.043566 -0.013867 -0.052223 -0.002253 -0.012525 0.008578 0.005124 -0.014753 0.007575 0.014842 0.042261 0.0003 -0.012998 -0.000131 -0.054486 -0.043683 0.034204 0.02645 -0.044251 -0.007875 -0.006931 -0.074537 -0.002764 0.06195 -0.007942 -0.045908 -0.006398 0.000331 0.060505 -0.047193 -0.041949 0.016055 0.050102 -0.016329 0.016922 0.023802 -0.029621 0.038412 -0.01057 0.02348 0.011243 0.027572 -0.001677 -0.062638 0.002272 -0.037962 0.034456 -0.024673 0.020109 -0.017912 0.050859 -0.004103 0.036955 0.004861 0.027061 0.006028 0.034168 -0.015982 0.021043 0.030121 -0.001853 -0.038458 0.01667 0.006139 0.013669 -0.010691 -0.018319 -0.019915 -0.02819 0.008317 -0.053147 0.02514 -0.01772 -0.043441 -0.021866 0.033976 0.019091 0.00967 0.05567 0.034693 0.020137 0.04231 -0.007268 0.024956 0.064855 0.034596 0.030668 -0.002576 -0.014911 -0.011164 0.006359 0.013063 -0.02721 -0.031074 0.013569 -0.008158 0.08593 -0.008995 0.010717 0.016733 -0.018785 -0.043692 -0.01264 -0.033272 0.000222 0.017363 -0.02754 -0.023505 -0.028978 0.006309 -0.00172 -0.005392 -0.012934 -0.037615 0.037367 0.062669 -0.007592 -0.046096 0.003494 0.036352 -0.025163 -0.001656 0.005457 0.027856 0.002636 -0.009263 0.026682 -0.022733 0.016457 0.009098 -0.049155 0.004912 -0.024976 -0.015819 0.026979 0.048837 0.014081\nལ 0.034671 0.004521 -0.05673 0.024552 0.014881 0.036094 0.010903 -0.0077 -0.014966 -0.026723 0.03811 0.012709 -0.005919 -0.024314 0.030637 -0.003762 0.001414 -0.018112 -0.012081 -0.04274 -0.008869 0.007527 0.000951 0.011766 0.010385 0.024012 -0.013183 -0.013671 -0.012205 -0.021897 0.018421 -0.036163 -0.030295 -0.049574 0.017186 0.019265 -0.0501 0.040463 0.01305 0.020052 -0.022708 0.003835 -0.009129 -0.000193 -0.028966 -0.027441 0.028109 0.011458 0.002466 0.02921 0.014938 0.053987 0.030373 -0.038164 0.042919 0.013272 -0.003937 0.016322 -0.005001 0.020682 -0.037468 -0.027692 -0.010829 -0.018268 0.011774 0.030002 0.041766 -0.02706 0.039827 0.025642 -0.055884 -0.014961 0.026363 0.02312 -0.051081 0.001898 -0.037083 0.021065 -0.027296 -0.021118 0.017703 -0.002513 -0.00038 0.020201 -0.029099 -0.054927 0.004646 0.007065 -0.025518 -0.003303 -0.010427 0.023513 0.006254 -0.018216 0.019017 0.000594 0.004843 -0.033511 -0.004744 -0.002457 -0.017661 0.010348 -0.004166 -0.038913 0.010609 -0.003738 -0.017814 0.009993 0.040207 -0.006454 0.046866 0.019004 0.026194 -0.0207 0.008603 0.000692 -0.012399 -0.001244 -0.017731 -0.038926 0.025716 -0.002312 0.042517 0.028376 0.0379 0.006056 -0.006611 -0.014893 -0.017056 -0.023646 -0.013134 -0.007102 -0.00999 0.023317 -0.023028 0.021126 -0.028191 0.005929 0.012754 0.053622 -0.006146 -0.018456 0.009729 0.039775 -0.040456 -0.045804 0.047604 -7.3e-05 0.004489 -0.037224 -0.001092 0.017397 0.037383 0.031355 -0.013538 0.005106 -0.005097 -0.027271 0.021225 -0.016029 -0.012009 0.022862 0.025007 0.023148 -0.013742 -0.027142 0.02545 -0.023232 0.019669 0.020071 -0.03042 -0.028051 -0.001029 0.031442 -0.0211 -0.037443 -0.015285 -0.005814 -0.038808 -0.010505 0.036895 -0.012201 0.005761 -0.00553 -0.00665 -0.020855 -0.000278 0.025925 -0.068612 0.008166 0.006533 0.037145 -0.032783 -0.043163 0.004063 0.044109 -0.032266 0.013798 0.004691 -0.000765 -0.044026 -0.033297 0.011142 0.033688 0.022729 0.017117 0.009535 -0.006163 -0.010689 0.044592 -0.023836 -0.013163 -0.005164 0.02734 0.000762 0.073737 -0.000923 -0.024069 -0.001913 -0.003614 -0.018713 0.013955 0.000875 0.004905 -0.030588 0.000663 0.001415 0.013061 -0.007045 -0.030132 -0.009582 -0.005538 -0.004909 -0.031473 -0.034608 -0.006081 -0.017051 -0.028774 0.028886 0.027961 0.006546 0.037776 -0.019579 0.010082 0.010766 -0.003355 0.041655 0.003677 0.037855 0.047838 0.024038 0.00174 0.000269 -0.041274 -0.031833 -0.022674 0.000893 0.023711 -0.027496 -0.008952 0.004914 -0.013689 0.031465 -0.032253 -0.026696 -0.020263 -0.039605 -0.025054 -0.000871 -0.006373 0.017928 -0.00044 0.008829 0.002795 0.005326 0.005789 -0.010394 0.021058 0.044483 -0.052642 -0.001131 -0.019226 0.010576 0.019919 -0.034097 -0.00613 0.006465 -0.008131 -0.033451 -0.024048 0.010959 -0.042354 0.011727 -0.074508 -0.018295 0.009002 0.016737 0.022696 0.026883 0.000637\n˦ 0.009379 -0.009299 0.002819 -0.002529 0.009945 0.023338 0.016801 0.016271 0.006464 -0.029659 0.032792 0.017688 -0.035373 0.006364 0.046444 -0.016908 -0.000324 -0.002349 0.022076 -0.031998 -0.046476 -0.005123 -0.012279 0.007878 -0.015259 -0.010474 -0.033115 -0.009571 -0.004385 -0.045881 0.046458 -0.016714 -0.05786 -0.034787 0.018676 0.014929 -0.010032 0.038497 0.00847 0.01197 -0.013511 0.042926 0.004096 -0.019759 -0.039557 0.003813 0.001823 0.032992 -0.001108 -0.018686 -0.002157 0.062352 0.025606 -0.038922 0.043724 0.006668 -0.014964 0.013282 -0.00514 0.005431 -0.075585 -0.013353 -0.020179 0.0138 0.000369 0.030505 0.04797 -0.024424 0.028106 0.03549 -0.039645 -0.035947 0.017631 0.033576 -0.040975 -0.015221 0.01712 0.006064 -0.042401 0.008052 -0.005405 -0.003398 -0.003701 0.008289 -0.031171 -0.083223 0.007158 -0.008532 -0.022677 -0.020427 -0.018555 0.028452 0.031083 -0.016558 0.020776 -0.049118 -0.007233 -0.037794 -0.036014 -0.005134 -0.048936 -0.011078 0.004667 -0.019949 0.017902 -0.010842 -0.015513 -0.015817 0.014627 -0.014306 0.040068 0.054917 0.012901 0.01601 2e-05 0.00724 -0.011902 -0.014099 -0.015664 -0.01026 0.006216 -0.009785 0.02382 0.032714 0.030169 -0.024105 -0.003495 0.019989 -0.031476 -0.030611 0.016143 0.047716 -0.022353 0.024357 0.001783 -0.010083 -0.022308 0.03403 -0.007458 0.030842 -0.010817 -0.011528 0.0015 0.024926 -0.040227 -0.067282 0.070726 0.016603 0.012891 -0.047385 0.030105 0.019178 0.025717 0.017415 -0.010813 0.009693 0.004262 -0.018854 0.02816 -0.030003 -0.036743 0.007094 0.041047 0.024522 -0.024408 -0.005953 0.049502 -0.023585 0.017928 0.057528 0.003748 -0.022826 -0.018613 0.005378 -0.004229 -0.029933 0.006575 0.004863 -0.056107 0.031828 0.02698 -0.016521 0.021724 0.011435 -0.005044 -0.020979 0.011594 0.023377 -0.003047 0.00273 -0.007597 0.02451 -0.053585 -0.022999 0.00795 0.027095 -0.032583 0.02984 0.013297 -0.014605 -0.038597 -0.015923 0.028284 0.064406 0.019914 0.03815 -0.018377 -0.021494 -0.01898 0.034569 -0.014615 0.006197 -0.023666 0.009192 0.015146 0.021191 -0.003776 -0.02689 0.006969 0.025992 -0.003933 -0.015792 -0.000923 0.028111 -0.011736 -0.003564 0.001005 0.029758 0.030889 -0.011283 -0.033018 -0.00057 0.000209 -0.038747 -0.04161 0.007553 -0.021609 -0.020604 -0.004997 -0.005598 0.026019 0.038861 -0.010091 0.007058 -0.000806 -0.022779 0.009826 0.022899 -0.000514 0.021433 -0.0024 -0.001807 -0.030683 -0.004754 -0.005398 -0.017988 -0.013746 0.011797 -0.049011 0.018986 -0.002356 -0.003834 0.015512 -0.008035 -0.015901 -0.024431 -0.054222 -0.000746 0.00514 0.003383 0.010952 0.02409 0.012189 -0.0045 0.019877 0.013025 0.014286 -0.002902 0.03943 -0.03658 0.012037 0.001027 0.030546 0.032458 0.022468 0.002319 0.009385 -0.022036 -0.023392 -0.021763 -0.000919 -0.034575 -0.018486 -0.047867 -0.006454 0.035628 -0.012897 0.047333 0.001327 -0.036682\nቱ 0.000668 0.010512 -0.02276 -0.01043 -0.006068 0.033544 0.009627 0.015297 -0.025756 -0.02205 0.036448 0.012883 0.00837 -0.015444 0.027145 -0.011345 0.005923 0.012487 0.003389 -0.032517 0.002965 0.018335 -0.003511 -0.003772 -0.001142 0.018701 -0.004884 -0.00534 -0.010388 -0.031264 0.023961 -0.013613 -0.026695 -0.007907 0.013041 0.009542 -0.020601 0.025187 0.007067 0.000852 -0.021595 0.01763 0.013789 0.007692 -0.023213 -0.00242 0.009172 0.004627 -0.018755 -0.003039 0.000664 0.030461 0.000887 -0.027371 0.02081 0.003967 -0.015545 0.014308 -0.022335 0.014142 -0.041188 -0.015853 0.003009 0.014781 0.013464 0.018231 0.02988 -0.019557 0.027435 0.016931 -0.0157 0.005999 0.004623 -0.01324 -0.01938 -0.00643 -0.010877 0.013968 -0.051011 0.008011 0.005605 -0.012784 0.003122 0.008935 -0.027708 -0.044232 0.016323 0.000649 -0.019951 0.011127 -0.01337 0.013773 0.008811 -0.000285 0.023438 -0.011124 0.002445 -0.036084 -0.012391 -0.009893 -0.00858 0.021828 0.01795 -0.018289 0.002059 0.002883 -0.019962 -0.003764 0.025999 -0.006892 0.04457 0.028195 0.01104 0.005696 0.001173 0.002208 -0.019695 -0.017732 -0.012337 -0.033696 0.022111 -0.012937 0.024992 0.014024 0.013412 0.015431 -0.008309 0.007675 -0.026134 0.000929 -0.004724 -0.000468 -0.011573 0.016386 0.015787 -0.002547 -0.003467 0.011841 0.008246 0.027109 0.007168 0.008585 0.005811 0.006442 -0.026118 -0.031202 0.031093 0.002913 0.002088 -0.024156 0.033109 0.009428 0.031625 0.031099 -0.001032 -0.006286 0.004719 -0.03313 0.020423 -0.018406 -0.024962 0.016022 0.010973 -0.014914 -0.022601 -0.002358 0.009885 -0.017429 0.011453 0.019373 -0.014462 -0.007661 0.005949 0.009625 -0.017744 -0.009482 -0.00765 -0.014555 -0.038088 0.007125 0.031023 -0.011027 0.00901 -0.018775 -0.010209 -0.039347 0.00071 0.010209 -0.013531 0.001887 0.002023 0.019627 -0.028265 -0.012815 -0.006967 0.034611 -0.02904 0.0039 0.010098 -0.009393 -0.025315 -0.029286 0.006412 0.03081 -0.009123 0.009558 0.004198 -0.01556 -0.011987 0.045992 -0.021659 -0.020269 0.007295 0.003331 0.009707 0.028268 0.002273 -0.014815 0.01195 0.006333 -0.014931 0.004542 -0.001162 0.007411 -0.021115 -0.012231 0.000605 0.005088 0.00601 -0.006119 -0.002043 -0.002538 -0.013969 -0.034678 -0.043814 0.003369 -0.002555 -0.02726 0.015653 -0.006978 0.010124 0.013742 -0.016639 0.014692 -0.000545 0.000571 0.018755 0.009264 0.008595 0.023088 0.007079 0.009117 -0.01184 -0.010746 -0.021791 -0.013473 -0.00783 0.01844 -0.017158 0.004853 0.009784 -0.007275 0.03477 -0.015924 -0.016644 -0.016641 -0.023461 0.014186 0.005518 0.011515 0.003864 -0.008795 0.018273 -0.003599 0.015475 0.002839 0.007058 0.009486 0.032241 -0.033082 0.011239 -0.017508 0.018762 0.007534 -0.000756 -0.00363 -0.001531 -0.009454 -0.008806 -0.008237 0.011016 -0.023594 0.019449 -0.026737 -0.018959 0.016552 0.016584 0.007203 0.013176 -0.013606\n} 1.766719 -0.986819 -0.124666 -0.059217 1.027888 -0.099442 0.13416 -2.253649 0.102376 -0.215937 0.975487 -0.818095 -0.575356 0.007106 2.17285 -1.041806 1.113357 -1.631624 0.319924 -2.179179 0.788751 0.087444 -0.569036 0.073919 -1.329319 0.385743 1.042027 2.358382 0.447154 0.987858 0.813985 -0.204391 -0.594315 0.607026 0.109474 -0.977572 -1.259759 0.305397 1.001708 -0.777396 -0.740568 -1.442226 -0.253297 0.681366 1.974094 0.658017 0.385075 0.53298 -0.110966 -1.205453 0.306546 0.655581 0.791701 0.140591 0.867987 -0.720692 1.352076 0.991534 0.064662 -0.484746 -0.208445 0.621582 -0.032469 0.911021 0.36309 -0.710594 0.170616 -2.554488 -0.422068 -0.859643 -1.334346 0.136121 0.811782 -0.303057 0.403552 -0.996485 -0.379298 1.131864 1.045844 -0.298732 0.305007 -0.276151 -0.158015 -0.229099 0.736588 -0.494234 0.359145 0.087235 1.541784 0.291499 0.274778 0.497261 0.237395 0.97123 0.202444 -0.911028 -0.050992 -0.290078 -0.085758 -0.529058 -0.198999 -0.436608 1.403939 -0.812312 0.986633 1.104015 -0.574392 -0.004502 -0.535343 0.206631 2.027669 -0.119015 1.431342 0.281396 1.64637 -1.390094 -0.021863 0.270882 -0.702037 0.336415 0.862552 -0.888822 0.05126 2.006393 -1.355015 -0.394528 0.979441 2.285767 -0.390268 0.394346 0.803759 1.131093 0.665386 -0.035482 -0.775519 -1.814933 -0.065692 0.864529 -0.53434 -0.437697 -0.912984 -0.962296 -0.21676 0.881379 -0.339823 -1.274114 0.040616 -1.09477 -0.334615 -0.446948 0.905501 -0.033428 0.127932 0.142767 -1.077888 -0.613877 -1.390698 -0.269617 -0.344346 0.073972 -1.460941 0.703312 -0.082095 0.383427 0.987426 0.337072 0.300076 0.438546 -0.119157 0.141521 0.614822 -0.210427 -2.491481 -0.332925 2.19502 0.614938 -0.931666 -1.363744 0.490111 0.41928 -0.229557 0.820029 -0.52983 0.76485 -1.176513 -1.362857 -0.538129 1.560684 -0.821723 -0.589093 0.024187 0.408189 0.252456 -0.655273 -1.859484 -2.261724 1.453947 1.021618 0.636552 -0.210315 -0.978432 0.364882 1.707481 1.077417 1.243076 2.073473 -1.740468 -1.061872 -0.728202 -1.158934 -0.738917 -0.475564 0.863259 -1.278271 -0.143306 -0.534378 -0.702599 0.090245 -0.922557 0.857656 -0.720791 2.25877 0.618764 0.867792 -0.757149 -0.10989 -0.419454 -0.481473 -0.520224 -0.326551 -0.310763 -1.105879 -1.012407 0.263604 0.525618 2.405109 0.30848 0.208189 -0.544715 1.085676 0.42154 0.936687 -0.258722 0.154898 1.206626 1.108728 1.38147 -0.774756 1.40796 0.733191 -0.105526 0.692433 -2.329021 0.17958 0.753236 -0.309529 -0.451388 -0.982999 -1.869817 -0.11362 1.44981 -0.04525 0.091361 0.050784 0.04169 1.394361 0.539611 -0.847645 0.111351 -1.651436 0.418708 -0.094677 0.244165 -0.057517 0.801323 -0.088557 1.550031 -0.34573 0.303754 -0.449445 -0.499248 0.624744 0.9599 0.739627 -0.337141 -0.538456 -1.056999 -0.760406 0.280116 -2.130215 0.258666 0.629267 0.826369 -0.179136 -1.816649 0.724536 -0.396629 -0.560354 -0.204568 -1.252189\nտ 0.032157 -0.001856 -0.036544 0.015822 0.006288 0.032858 -0.006376 -0.011584 -0.010952 -0.033132 0.035275 0.006214 -0.007076 -0.022597 0.016275 -0.008227 0.016454 -0.015423 -0.003698 -0.046438 -0.024316 -0.000845 0.003591 0.014617 -0.007796 0.020199 -0.015927 -0.007471 -0.024625 -0.02221 0.018236 -0.033628 -0.005957 -0.035627 0.010718 0.018226 -0.041778 0.03267 0.011442 0.009926 -0.024726 0.001444 0.006509 0.006916 -0.030637 -0.023519 0.029722 -0.014919 -0.00498 0.012862 0.002874 0.036532 0.028455 -0.034399 0.042899 0.010495 0.006068 0.022557 -0.019464 0.018706 -0.031144 -0.020548 -0.012163 -0.013123 0.015035 0.024454 0.031409 -0.012251 0.034765 0.018482 -0.043738 -0.014442 0.015948 0.013641 -0.048869 0.00091 -0.024914 0.014714 -0.043527 -0.014265 0.003078 -0.0066 -0.01367 0.005647 -0.018635 -0.035985 0.004815 0.004234 -0.009193 -0.00553 -0.007875 0.019004 0.00841 -0.006475 0.010501 -0.006307 -0.004402 -0.030053 0.010749 -0.013371 -0.024728 0.009195 0.001876 -0.021038 0.023577 -0.00013 -0.012602 0.014119 0.033568 -0.009762 0.04322 0.021226 0.019824 -0.018208 0.007497 -0.00516 0.000882 -0.009435 -0.019457 -0.040791 0.021445 -0.004381 0.026037 0.029729 0.031781 0.018486 0.001641 -0.011569 -0.007829 -0.0158 -0.012307 -0.00043 -0.003262 0.022818 -0.023535 0.000316 -0.017971 -0.006636 0.019317 0.039954 0.003225 -0.006775 -0.012619 0.014627 -0.026528 -0.052087 0.042032 0.00908 0.000464 -0.031852 0.003155 0.001929 0.027143 0.020375 0.001848 0.003624 8.5e-05 -0.014536 0.009675 -0.018459 -0.020896 0.013699 0.013505 0.020016 -0.019294 -0.006239 0.013014 -0.032236 0.014791 0.006958 -0.022961 -0.018789 -0.005496 0.036655 -0.013382 -0.027874 -0.003972 -0.013532 -0.039666 -0.016945 0.031844 -0.012707 0.009624 -0.01553 -0.003496 -0.018641 0.004924 0.019095 -0.049184 -0.002922 0.024072 0.015016 -0.034111 -0.025806 -0.001084 0.033661 -0.009977 0.012038 0.009711 -0.004611 -0.022322 -0.023405 0.016876 0.018317 0.01017 0.013625 0.007552 -0.003749 0.005394 0.033802 -0.017467 -0.004607 -0.01439 0.015997 0.003384 0.058483 0.001937 -0.022349 0.016666 -0.006249 -0.001917 0.016085 -0.001278 0.002249 -0.016973 -0.019242 0.009785 0.010739 -0.003335 -0.015356 -0.004977 -0.006551 -0.001933 -0.004973 -0.034296 -0.007371 -0.006519 -0.028277 0.014936 0.020495 0.009835 0.00743 -0.025247 0.009821 0.004649 -0.001045 0.029075 0.000258 0.044592 0.042782 0.021706 0.00963 -0.00169 -0.031495 -0.027736 -0.018961 -0.007293 0.023508 -0.027921 -0.009087 0.008377 -0.001347 0.028384 -0.026121 -0.03095 -0.009689 -0.027786 -0.025058 0.006946 0.001262 0.027258 -0.000227 0.011057 -0.012168 0.01588 0.001092 -0.000556 0.013725 0.037938 -0.04679 -0.000718 -0.017108 0.018323 0.020521 -0.015702 -0.008621 0.008618 -0.011181 -0.014843 -0.006549 0.002687 -0.035537 0.00102 -0.051701 -0.007131 0.010336 0.027617 0.010165 0.012885 0.004818\nฌ 0.03482 -0.007752 -0.056571 0.016391 -0.000475 0.034206 -0.009975 -0.000483 -0.037824 -0.033346 0.02456 0.005287 -0.012019 -0.016828 0.040922 -0.015052 0.009026 -0.005971 -0.033632 -0.054662 -0.035819 -0.00981 -0.00485 0.009352 0.002567 0.0162 -0.017175 -0.007391 -0.009966 -0.01731 0.009648 -0.033341 -0.019759 -0.035198 -0.01053 0.008705 -0.029459 0.024182 0.000835 0.02259 -0.029566 0.003476 0.011432 -0.016572 -0.032013 -0.018011 0.042741 0.014381 -0.001446 0.010117 0.008999 0.033913 0.018291 -0.030908 0.041596 0.01093 -0.011406 0.033373 -0.006886 0.031422 -0.016073 -0.028071 -0.007138 -0.01481 0.032751 0.008996 0.045721 -0.003487 0.04766 0.005079 -0.04917 -0.006743 0.024426 0.003295 -0.047128 0.011353 -0.016707 0.012811 -0.045738 -0.010082 -0.006878 -0.006153 0.0068 -0.001146 -0.016121 -0.029136 0.000762 -0.008495 -0.02176 -0.006553 -0.008245 0.028826 0.030099 -0.011789 0.021408 -0.008891 -0.003137 -0.024915 -0.005029 0.007039 -0.021905 0.011646 -0.001772 -0.025071 0.028769 -0.012242 -0.008597 0.012433 0.029993 -0.014246 0.028349 0.034215 0.012902 -0.009324 0.011674 0.001775 -0.002696 0.007619 -0.008984 -0.047044 0.021186 0.02005 0.027422 0.025556 0.036816 0.006735 -0.028638 -0.012744 -0.007537 -0.007317 -0.017885 -0.003348 -0.006793 0.021799 -0.019742 -0.004384 -0.033382 -0.000816 0.018461 0.043193 0.020685 -0.007436 0.015078 0.018662 -0.029366 -0.048332 0.064867 0.013749 0.010817 -0.032009 0.001951 0.01124 0.037285 0.024365 -0.005168 0.013499 0.012955 -0.014193 0.010269 -0.024187 -0.024037 0.010298 0.023961 0.007124 -0.015205 -0.012441 0.022867 -0.015579 0.020762 0.016254 -0.019878 -0.019645 -0.00694 0.008233 -0.012159 -0.02141 -0.01144 -0.006003 -0.027225 -0.011451 0.022865 -0.0237 0.01287 -0.015017 -0.011464 -0.006628 0.006332 0.02435 -0.032374 -0.020786 0.012979 0.030102 -0.037375 -0.025222 0.007234 0.03848 -0.018288 0.006633 -0.004659 -0.00635 -0.026822 -0.026589 0.016212 0.025465 0.023966 0.012961 0.010252 0.001771 -0.018478 0.0414 -0.021672 -0.005023 -0.00312 0.017616 0.001365 0.055156 0.005136 -0.007702 0.008495 0.009509 0.010725 0.016457 0.000764 0.014462 -0.01426 -0.010237 -0.008277 0.015971 0.005666 -0.022202 -0.018032 -0.004709 0.007607 -0.013641 -0.045534 -0.007822 -0.017239 -0.045054 0.024599 0.015485 -0.000619 0.025656 -0.015078 0.025109 -0.00605 0.002824 0.019613 -0.005625 0.041823 0.056638 0.011194 0.005705 -0.005438 -0.035659 -0.020105 -0.021899 -0.008142 0.025046 -0.03816 -0.014366 0.004167 -0.016065 0.03057 -0.037404 -0.030475 -0.027376 -0.010339 -0.005583 0.019582 -0.007549 0.019836 0.006747 0.017016 0.007716 0.014868 -0.002819 0.001197 0.014204 0.042876 -0.049922 0.006937 -0.004297 0.017107 0.015819 -0.005802 -0.010891 0.030043 0.000669 -0.013869 0.001805 0.011183 -0.036235 0.017729 -0.073285 -0.003163 0.01995 0.00118 0.021427 0.019734 0.01233\n 0.027706 -0.00559 -0.030106 0.017927 0.012468 0.015062 -0.003648 0.001305 -0.015351 -0.014235 0.019739 0.003582 0.00486 -0.002549 0.022479 0.002792 0.005126 -0.007553 -0.004437 -0.021888 -0.001036 0.008961 -0.001121 -0.00068 -0.010111 0.008095 -0.006753 -0.010995 -0.0018 -0.026296 0.019598 -0.023695 -0.011251 -0.027687 0.003759 -0.004784 -0.028982 0.025023 -1.9e-05 0.024656 -0.012967 0.010539 -0.006774 -0.002678 -0.019921 -0.017495 0.012428 0.004372 -0.002684 0.012561 0.008925 0.034605 0.023255 -0.029404 0.023899 0.010079 0.001929 0.015695 -0.004935 0.00895 -0.014875 -0.019372 -0.001029 -0.009115 -0.00448 0.009356 0.025397 -0.002087 0.007067 0.00206 -0.026802 -0.008506 0.020766 0.001748 -0.015376 0.020292 -0.020537 0.018413 -0.008795 -0.005592 0.008809 0.000114 -0.007559 0.005532 -0.015416 -0.024159 0.007102 -0.003499 -0.020803 0.004031 -0.010831 0.010119 0.010785 -0.001225 0.006984 0.001793 0.000513 -0.010101 -0.001738 -0.02024 -0.011299 -0.008262 0.009044 -0.022966 0.000553 -0.010083 -0.004696 -0.007374 0.019 0.005195 0.014802 0.001534 0.007012 0.003705 0.01503 0.001726 -0.006567 -0.014279 -0.017003 -0.019947 0.002119 0.001671 0.010339 0.005132 0.006779 0.009541 -0.014325 -0.010313 -0.001282 -0.001197 0.002653 0.004749 -0.011735 0.012141 -0.005946 0.018031 -0.020571 -0.006115 -0.00199 0.022774 -0.009696 0.010597 0.02147 0.013053 -0.014549 -0.012949 0.026923 -0.005448 0.000378 -0.014434 0.010266 0.011598 0.002533 0.009449 -0.012199 0.003041 -0.009588 -0.001001 0.015629 -0.009528 -0.012457 0.010237 0.011974 0.000579 0.009914 0.006826 0.021953 -0.006676 0.000113 0.00105 -0.006475 -0.010656 0.000845 0.007216 -0.02476 -0.014759 -0.006002 0.008282 -0.01522 -0.014466 0.021673 0.018578 -0.013979 -0.013969 -0.001303 0.006636 0.001498 0.010972 -0.023121 0.008559 0.011895 0.020325 -0.008749 -0.02142 -0.003371 0.024992 -0.007926 0.000877 -0.008213 -0.005351 -0.014422 -0.019537 -0.002558 0.02809 0.012095 0.010937 -0.005769 -0.012791 -0.005692 0.021733 -0.018638 0.007217 -0.014215 0.006402 0.018959 0.032065 0.004996 -0.014166 -0.008302 -0.014116 -0.009698 -0.000837 0.007705 -0.011752 -0.024153 0.000197 -0.000727 0.020048 -0.011682 -0.006646 -0.013689 0.006099 -0.009373 -0.004319 -0.017654 -0.005851 0.000238 -0.010705 0.013795 0.015672 0.005509 0.028019 -0.007378 0.012545 -0.002811 -0.011053 0.015702 0.003996 0.024692 0.017551 0.01925 0.00807 0.001092 -0.018343 -0.011338 -0.011576 0.002756 0.008939 -0.000215 -0.015323 0.00759 -0.013177 0.015713 -0.019169 -0.01882 -0.014137 -0.007449 -0.005406 0.003029 -0.003013 -0.001238 0.004419 0.007056 -0.002811 -0.005903 0.012079 -0.002297 0.018076 0.013196 -0.015573 0.010585 -0.015985 0.01297 0.015439 -0.011021 -0.007405 0.016098 0.01006 -0.007985 0.000402 0.007142 -0.007311 0.00492 -0.035844 -0.007517 -0.001903 0.013929 0.007405 -0.002847 0.007153\nܒ 0.031472 0.019082 -0.072042 0.008609 0.003514 0.046542 0.01475 -0.020286 -0.024026 -0.058086 0.018726 0.031437 0.003611 -0.015736 0.03253 -0.007441 0.009457 -0.021416 -0.010169 -0.042884 -0.018971 0.012536 0.010273 0.003215 0.009653 0.003523 -8.8e-05 -0.029162 -0.011252 -0.047091 0.01359 -0.049464 0.009567 -0.047048 0.014884 0.028324 -0.037763 0.053942 0.031146 0.016414 -0.036549 0.006143 0.002749 -0.002254 -0.033089 -0.030273 0.034391 -0.016142 0.003769 0.003492 -0.003148 0.079026 0.067305 -0.044098 0.053746 -0.001049 -0.028347 0.012609 -0.017209 0.039265 -0.052503 -0.048469 -0.016266 -0.026444 0.033011 0.016333 0.029706 -0.018492 0.023516 0.0077 -0.072402 -0.001912 0.029749 0.000495 -0.050875 0.013237 -0.032199 0.02313 -0.055136 -0.008401 0.05 -0.002338 -0.000128 0.014802 -0.047775 -0.064343 0.009458 0.003877 -0.01243 -0.023248 -0.013327 0.038704 0.007841 -0.017719 0.027883 -0.023601 -0.001389 -0.059532 -0.003405 -0.010389 -0.026671 -0.015372 0.002056 -0.031907 0.019652 -0.002732 0.001925 0.009155 0.039808 0.003951 0.048678 0.026012 0.020748 -0.02011 -0.01395 0.006366 -0.010549 0.004296 -0.009581 -0.034596 0.029275 -0.009873 0.043986 0.020896 0.048237 0.005837 -0.015855 -0.028683 -0.021284 -0.011777 -0.030976 -0.010311 -0.03155 0.05199 -0.028349 0.006248 -0.047274 -0.005927 -0.007493 0.042032 -0.000752 -0.006774 0.024723 0.02177 -0.040272 -0.055081 0.045729 -0.008178 0.027003 -0.063659 -0.012883 -0.000439 0.048495 0.050839 0.012152 0.017938 0.00494 -0.032836 0.007938 -0.04148 -0.031978 0.012758 0.024056 0.014218 -0.018218 -0.02687 0.038066 -0.029467 0.029174 0.042425 -0.040497 -0.034933 -0.018326 0.047277 -0.009667 -0.017614 -0.022453 -0.015869 -0.024069 -0.018282 0.027091 0.009581 -0.006904 -0.011479 -0.02289 -0.011059 0.004691 0.031416 -0.078728 -0.017145 0.019693 0.038216 -0.056453 -0.037904 0.006203 0.029666 -0.027744 0.031265 -0.006204 0.00913 -0.046837 -0.05008 0.015606 0.02375 0.017383 -0.007071 0.038937 -0.002763 0.008249 0.032771 -0.006843 -0.022689 -0.01893 0.040387 0.014184 0.081356 0.003481 -0.037168 0.018552 0.002166 0.002315 0.018703 -0.024418 -0.001733 -0.018828 0.005398 0.009453 0.014067 -0.032233 -0.024475 0.002361 0.017746 -0.015036 -0.056121 -0.05657 0.012927 -0.030283 -0.039413 0.036031 0.031375 0.012227 0.033659 -0.020068 0.015479 -0.006582 -0.032298 0.039959 -0.004776 0.065102 0.043949 0.025737 0.026365 -0.021194 -0.055847 -0.033143 -0.013422 0.003049 0.021203 -0.031595 -0.01687 0.012147 -0.003052 0.062996 -0.029628 -0.041027 -0.013867 -0.021952 -0.019803 0.016949 -0.004205 0.054513 0.01021 0.016479 0.00402 0.0137 -0.003187 -0.021783 0.043932 0.050307 -0.048076 -0.001546 -0.0144 0.030602 0.022794 -0.028287 -0.011277 0.025484 -0.021318 -0.017015 -0.009433 0.007373 -0.056871 0.040724 -0.073479 -0.021992 -5.8e-05 0.038898 0.008603 0.055127 0.02921\nਤ 0.029613 -0.009857 -0.064795 -0.005444 0.021473 0.025328 -0.001025 -0.01047 -0.006342 -0.04247 0.069536 0.011771 -0.023014 0.000916 0.039169 -0.014814 0.006959 -0.038886 -0.011877 -0.069356 -0.012674 0.002453 -0.009892 -0.000328 0.005989 0.009097 -0.028658 -0.000613 0.0158 -0.034474 0.001232 -0.0307 -0.016427 -0.032031 -0.012008 0.016112 -0.055436 0.071909 0.027143 0.023749 -0.028075 0.030097 0.020576 -0.002208 -0.017977 -0.046216 0.067855 -0.021536 -0.013857 0.011244 0.007294 0.042513 0.034743 -0.061242 0.078621 -0.005653 -0.019283 0.035354 0.009556 0.026546 -0.037531 -0.035847 0.007876 -0.021914 0.015118 0.032452 0.064335 -0.009599 0.040899 0.040124 -0.064582 -0.015488 0.005297 0.021378 -0.084789 -0.012272 -0.064135 0.005926 -0.03811 -0.001653 0.013171 0.006955 0.005579 0.040427 -0.036905 -0.069515 0.01929 -0.001233 -0.051268 -0.009541 0.009636 0.030341 0.01891 -0.026951 0.027651 0.026621 -0.019415 -0.043849 -0.014444 0.008065 -0.023472 -0.008827 0.010206 -0.022924 0.041185 -0.024643 -0.012934 0.011603 0.028685 -0.009881 0.058506 0.023138 0.036044 -0.036279 -0.000114 0.007883 0.009433 -0.011682 -0.004003 -0.042398 0.000388 0.006382 0.029042 0.009731 0.039108 0.038209 0.003539 -0.02056 -0.019825 -0.012141 -0.017457 -0.004215 -0.022357 0.031279 -0.043138 0.011621 -0.059944 0.01636 -0.016009 0.062645 0.022297 -0.013211 -0.01985 0.018077 -0.058718 -0.066224 0.066024 0.004624 0.021835 -0.04579 -0.014246 0.023326 0.040754 0.034002 -0.009709 0.017666 -0.003137 -0.019533 0.015486 -0.027658 -0.03667 0.024226 0.036965 -0.002693 -0.004522 -0.00194 0.024269 -0.047055 0.037766 0.002241 -0.03316 -0.020721 0.006178 0.042432 -0.055543 -0.03023 0.001569 0.010987 -0.061507 -0.03497 0.050806 0.013628 0.023366 -0.011134 -0.021905 -0.035017 0.015887 0.038569 -0.081795 -0.005793 0.016131 0.033534 -0.054924 -0.03442 0.00294 0.048157 -0.011092 0.014036 0.002288 -0.032076 -0.055404 -0.039557 -0.008059 0.021968 0.034135 -0.018854 0.026625 -0.00129 0.004464 0.04921 -0.034546 0.01008 -0.016184 0.031623 -0.012421 0.074155 0.039111 -0.015733 0.015419 0.010196 -0.011161 0.001104 -0.002826 0.004405 -0.026064 0.00247 -0.003738 0.049604 -0.015488 -0.033419 0.035533 0.004044 -0.007076 -0.047251 -0.033536 -0.015859 -0.021228 -0.048638 0.02617 0.046263 0.022282 0.062448 -0.014379 0.042357 -0.014968 -0.013148 0.042901 -0.03335 0.060951 0.068317 0.033876 -0.008648 -0.004143 -0.064489 -0.034741 -0.005988 0.014628 0.033697 -0.031882 -0.043473 0.010414 -0.021134 0.044959 -0.017979 -0.035786 0.0038 -0.030746 -0.013908 0.000331 -0.000146 0.037178 0.004277 -0.004243 -0.021268 0.034391 -0.015566 0.020238 0.055476 0.057228 -0.087018 0.009417 -0.031027 0.037676 0.031555 -0.011281 -0.022744 0.014312 -0.011693 -0.05045 -0.019825 -0.006931 -0.053763 0.017601 -0.124942 -0.02956 -0.000338 0.031518 0.005628 0.023991 0.017598\n( 0.020268 0.027854 -0.047737 0.024432 0.033839 0.040345 0.026502 0.00629 -0.004795 -0.016347 0.027499 0.006054 -0.010517 -0.037652 0.036757 -0.015559 -0.008622 -0.021448 -0.015634 -0.038149 -0.004313 0.001 0.00492 -0.003313 0.013301 0.001009 -0.003306 0.008636 0.001942 -0.015645 0.022227 -0.028397 0.004453 -0.030415 -0.00754 0.038211 -0.026741 0.02361 0.012348 0.024737 -0.020286 -0.004368 -0.0097 0.013704 6.4e-05 -0.0213 0.011695 0.01661 -0.005532 0.023029 -0.002589 0.027791 0.036649 -0.029821 0.026998 -0.002916 0.022554 0.010941 0.012652 0.012082 -0.036666 -0.02181 0.028754 -0.008797 -0.011024 0.014144 0.044274 -0.008077 0.032942 0.005581 -0.051506 -0.035978 0.013995 0.011697 -0.025206 -0.012072 -0.028171 0.01639 0.006565 -0.005811 0.014806 -0.010831 0.012691 0.013505 -0.026317 -0.037179 -0.004873 0.004691 -0.033861 0.001189 0.001708 0.025876 0.009183 -0.005695 0.016805 0.002511 0.01158 -0.019291 -0.003442 -0.003266 0.017562 -0.004031 0.005722 0.002233 0.018269 -0.009124 4e-06 0.013789 0.030334 -0.010181 0.050493 0.004137 0.027028 -0.006807 0.012795 -0.000522 -0.004683 -0.001018 -0.015522 -0.020526 0.011956 0.00527 0.024486 0.039878 0.026707 0.010958 -0.000699 -0.006993 0.003874 -0.025871 -0.008065 0.012754 -0.025708 0.011472 -0.037647 0.017352 -0.021736 0.008042 0.005491 0.033636 -0.005239 -0.020866 0.027351 0.029368 -0.018258 -0.029942 -0.000104 -0.007184 0.022314 -0.03086 -0.01749 0.007765 0.034639 0.035559 -0.017815 0.009561 -0.014348 -0.021427 0.025629 0.002564 -0.010813 0.013421 0.02507 0.024827 -0.002677 -0.014433 0.029811 -0.02305 0.008101 0.013163 -0.034433 -0.027115 0.004574 0.020516 0.012296 -0.027515 -0.020932 0.015058 -0.029386 -0.017727 0.03167 0.001864 -0.016095 0.006911 0.006592 -0.021771 0.008735 0.024072 -0.05476 0.00607 0.006402 0.026135 0.00042 -0.040629 0.015317 0.026452 -0.016493 0.024643 0.008444 -0.002864 -0.028314 -0.029864 -0.001051 0.010158 0.019046 0.038579 0.001475 -0.026696 -0.002797 0.029288 -0.024449 -0.009013 -0.016241 0.008951 -0.010009 0.0227 -0.013177 -0.033821 0.004071 -0.005391 -0.01578 0.010411 0.003452 -0.013643 -0.041124 0.020316 -0.015632 0.026433 -0.006708 -0.033688 -0.006035 -0.004216 -0.000804 -0.03028 -0.011937 0.006624 -0.014066 -0.036768 0.018416 0.01472 0.00724 0.01955 -0.012484 0.011451 -0.000399 -0.001898 0.028656 0.01041 0.041279 0.037296 0.018244 -0.014252 0.009764 -0.038669 -0.005721 -0.010493 -0.010293 0.013676 -0.007879 0.00099 0.003748 -0.01761 0.033043 -0.012817 -0.008119 -0.012241 -0.004922 -0.014911 -0.007402 -0.001329 0.006806 -0.014188 -0.005783 0.004434 -0.005285 -0.009476 -0.00363 0.031874 0.041136 -0.024975 0.008103 -0.025727 -0.000163 0.032071 -0.012334 -0.014442 -0.023352 -0.025648 -0.042633 -0.030129 0.015561 -0.017404 0.014207 -0.043598 -0.023966 0.00167 0.011326 0.020083 0.026741 -0.018002\n̪ -0.026547 0.027131 -0.012355 -0.00983 0.023074 0.031503 0.025623 0.002119 -0.014506 -0.037646 0.068133 0.016251 -0.021252 0.003777 0.050228 -0.01498 0.011754 -0.031709 0.022715 -0.029168 -0.027557 -0.013373 -0.061386 0.011155 0.006414 -0.000881 -0.040212 -0.014693 -0.008885 -0.030361 0.039378 -0.027172 -0.002543 -0.005777 -0.013653 0.027437 -0.025309 0.039998 0.013801 -0.017766 -0.036318 0.05488 0.003051 0.024312 -0.001319 -0.015673 0.020707 -0.005466 -0.013181 -0.004972 0.00499 0.06288 0.015901 -0.023539 0.042254 0.011254 0.007481 0.034713 -0.028206 0.025182 -0.04458 -0.025839 -0.03379 0.020622 -0.011448 0.028812 0.058239 -0.031266 -0.006319 0.041037 -0.045395 -0.018078 -0.002253 0.039291 -0.020926 0.001258 -0.003757 0.014116 -0.022208 0.005764 0.028264 -0.035428 -0.036966 0.028937 -0.015521 -0.064 0.037743 -0.005781 0.010835 0.022404 0.004454 -0.00856 0.007885 0.007173 0.014201 -0.044815 0.007552 -0.039489 -0.05724 -0.019396 -0.045935 -0.009449 -0.009346 -0.027779 0.021332 -0.00396 -0.007332 0.018414 -0.00204 0.001017 0.06637 0.002605 0.01175 0.019888 0.026815 -0.015212 -0.025824 -0.010246 -0.02802 -0.004229 0.03402 -0.005037 0.02986 -0.00422 0.019062 -0.016232 0.014505 0.033952 -0.013019 0.012349 0.026581 0.028643 0.001745 0.032838 -0.000749 0.014284 -0.029996 0.037643 0.003348 0.048197 -0.006513 0.007857 0.005068 0.00987 -0.011477 -0.073926 0.037379 -0.012947 0.015682 -0.060434 0.034199 0.00281 0.034889 0.036099 0.009481 0.018795 -0.02448 -0.038957 0.035121 -0.006691 -0.029189 0.019098 0.032698 -0.022513 0.00307 -0.02571 0.02897 -0.023993 0.018031 0.09174 -0.013521 -0.002835 -0.00616 0.009011 0.020745 -0.026184 -0.00723 -0.005961 -0.060287 -0.008578 0.046871 0.01458 0.006748 0.009082 -0.033138 -0.049137 -0.005275 0.029306 -0.004377 0.013303 0.007157 0.028423 -0.040311 -0.041944 -0.000354 0.049227 -0.032232 0.004501 0.004896 -0.020584 -0.030405 -0.026591 0.015575 0.032805 0.029041 -0.008964 0.004238 -0.040963 -0.034892 0.034628 -0.009174 0.008438 -0.004798 0.048792 0.005799 0.020213 -0.001119 -0.023571 0.023597 -0.012554 -0.015525 -0.028233 0.022883 0.00207 -0.037929 0.014379 -0.014372 0.00287 0.019897 -0.019161 -0.009482 0.013599 0.002013 -0.054859 -0.01429 0.01044 0.00297 -0.01077 -0.004047 0.002254 0.016316 0.026078 -0.011183 0.012256 -0.022002 -0.027574 0.015407 0.027476 0.035107 0.038842 -0.002695 0.006633 -0.038338 -0.04097 -0.013577 -0.002324 -0.021404 0.009611 -0.041051 -0.002178 0.002561 -0.012239 0.008501 -0.006843 -0.015633 -0.004651 -0.045041 0.019286 -0.010632 0.009766 -0.003741 0.005071 0.018987 -0.011152 0.036774 -0.005388 0.017793 0.019956 0.010437 -0.042089 0.00372 0.009791 0.022856 0.023892 0.033495 -0.012144 0.021719 -0.002044 -0.016833 -0.01721 0.002367 -0.023485 0.006598 -0.041964 -0.029799 0.012883 0.009764 -0.003622 -0.013094 -0.044825\nሴ 0.035895 0.000942 -0.076101 0.037426 0.032923 0.06269 0.004669 0.007769 -0.026577 -0.038405 0.038829 0.030087 -0.005591 -0.032278 0.052335 -0.023409 0.00045 -0.045311 -0.021261 -0.050997 -0.01289 0.021078 0.018764 0.012943 0.014071 0.036633 -0.022569 -0.010347 -0.010716 -0.034483 0.029406 -0.058791 -0.033613 -0.062162 0.02038 0.011925 -0.077295 0.072066 0.023931 0.027458 -0.034413 0.02508 0.015999 0.035331 -0.032622 -0.038026 0.052577 -0.015311 -0.022944 0.028993 -0.004856 0.088261 0.046169 -0.042764 0.057406 0.009188 -0.009737 0.035161 -0.020826 0.051471 -0.045093 -0.055823 -0.036767 -0.038321 0.016226 0.031977 0.041653 -0.000815 0.068924 0.03251 -0.062929 -0.00678 0.036176 0.017501 -0.069781 0.022267 -0.051098 -0.001285 -0.037466 -0.01024 0.010833 -0.017153 -0.007039 0.032832 -0.023045 -0.059275 0.010159 0.00463 -0.031537 0.006319 -0.002598 0.029665 0.002907 -0.026627 0.017869 -0.007694 -0.001213 -0.073098 0.004339 0.006858 -0.026447 0.030375 -0.005508 -0.047337 0.020209 -0.018181 0.007898 0.025886 0.03856 -0.013112 0.039694 0.024922 0.011776 -0.02947 0.007142 0.005643 0.000564 0.002834 -0.012189 -0.075383 0.023079 -0.001658 0.05871 0.03977 0.068132 0.023563 -0.009823 -0.005957 -0.005762 -0.02332 -0.032545 0.014943 -0.01691 0.035922 -0.051159 0.023148 -0.042171 0.015822 0.019758 0.078012 -0.018159 -0.003496 0.003305 0.045643 -0.038263 -0.070506 0.074534 -0.01986 -0.001571 -0.047455 -0.005451 0.037966 0.037671 0.037834 -0.007784 0.004743 0.0117 -0.027675 0.03443 -0.044397 -0.007885 0.038608 -0.000762 0.012267 -0.016979 -0.019607 0.004093 -0.039694 0.032841 0.047951 -0.019429 -0.005143 -0.00605 0.084207 -0.019404 -0.034518 -0.016643 -0.0052 -0.075091 -0.024555 0.05542 -0.002184 0.005332 -0.021962 -0.00018 -0.043397 0.027405 0.02028 -0.096183 -0.000993 0.008305 0.046901 -0.036254 -0.070308 -0.006413 0.046371 -0.040793 0.019455 -0.000911 0.011456 -0.022451 -0.053472 0.017078 0.033841 0.021795 0.013476 0.027709 -0.008491 -0.026059 0.073875 -0.035828 -0.007369 8e-06 0.03998 -0.009275 0.097046 -0.012516 -0.028299 0.00426 -0.00348 -0.022156 -0.011421 0.018193 0.004071 -0.035694 -0.01385 -0.005275 0.027269 -0.046619 -0.03075 0.015736 0.024763 -0.008174 -0.022029 -0.056468 -0.015168 -0.027302 -0.043405 0.031141 0.046044 -0.005702 0.03795 -0.030377 0.035119 0.033393 -0.020744 0.04893 -0.021739 0.037477 0.068794 0.032722 0.023669 0.015731 -0.051913 -0.046267 -0.033648 -0.000146 0.044273 -0.04511 -0.017164 -0.00594 -0.018241 0.020131 -0.043556 -0.070783 -0.014312 -0.036643 -0.030653 0.006719 -0.008955 0.025805 -0.011112 0.007115 -0.01577 0.027464 0.01802 0.010993 0.040742 0.059075 -0.078554 -0.015675 -0.030927 0.020091 0.016101 -0.031159 -0.007108 0.041595 -0.022389 -0.021206 -0.014444 0.00498 -0.04847 0.019832 -0.11277 -0.025377 0.014047 0.013919 0.03835 0.028398 0.009391\nື 0.037761 0.00303 -0.040228 0.030651 0.008977 0.032885 0.004412 -0.006039 -0.020094 -0.024981 0.031242 0.011646 -0.011271 -0.015803 0.023123 -0.00615 0.01182 -0.019804 -0.003825 -0.039593 -0.022848 0.006268 0.003417 0.01328 0.007671 0.017821 -0.010813 -0.007004 -0.013531 -0.015375 0.021266 -0.029726 -0.025029 -0.039792 0.008944 0.007683 -0.028165 0.040349 0.011787 0.021003 -0.017244 0.013252 -0.003678 0.001149 -0.01549 -0.026863 0.030774 0.000221 0.002345 0.023172 0.002163 0.043986 0.031072 -0.029801 0.03645 0.004299 0.006174 0.014508 0.000332 0.02605 -0.027722 -0.023174 -0.009673 -0.013508 0.011107 0.018326 0.036458 -0.017681 0.032879 0.016363 -0.046639 -0.01736 0.015171 0.019096 -0.045533 0.00105 -0.026845 0.020398 -0.026608 -0.011579 0.01717 0.001897 -0.00068 0.015678 -0.025733 -0.051524 0.004781 -0.007444 -0.017638 -0.004026 -0.00079 0.020445 -0.001994 -0.018318 0.015726 -0.013082 -0.000388 -0.038463 0.000343 0.001848 -0.02267 0.000788 0.005422 -0.02437 0.014524 0.002385 -0.009085 0.006685 0.036692 9.7e-05 0.028864 0.013675 0.03309 -0.016389 0.005106 0.004923 -0.010615 0.005098 -0.015468 -0.040653 0.019014 0.001161 0.036374 0.026221 0.029745 0.004245 -0.007101 -0.014517 -0.008322 -0.014174 -0.013125 -0.00241 -0.010614 0.02958 -0.023814 0.02312 -0.030418 0.004265 0.003881 0.036622 -0.013764 -0.01184 0.007768 0.019205 -0.038264 -0.043511 0.041459 0.002829 0.003266 -0.035484 0.008415 0.014932 0.021985 0.016833 0.00275 0.008497 -0.003806 -0.022176 0.007931 -0.028478 -0.011064 0.019206 0.019591 0.01616 -0.007908 -0.01853 0.02327 -0.018245 0.02097 0.019957 -0.022559 -0.028338 -0.010936 0.03148 -0.017385 -0.021886 -0.003537 -0.000323 -0.033593 -0.014354 0.0294 -0.007688 0.009569 -0.009883 -0.003672 -0.011108 0.007083 0.021716 -0.050769 0.007324 0.003167 0.031232 -0.030209 -0.026699 0.001237 0.032656 -0.023122 0.015056 0.011458 -0.000803 -0.028684 -0.024749 0.009208 0.020851 0.011698 0.026081 0.009251 -0.008103 -0.003182 0.034751 -0.025545 0.002684 0.000954 0.01065 0.003817 0.056353 0.004852 -0.025114 0.004938 -0.002546 0.001171 0.004125 -0.012607 0.002696 -0.021799 -0.000286 0.001804 0.013547 -0.004474 -0.019126 -0.012516 -0.002404 -0.006681 -0.025938 -0.032535 0.001098 -0.010899 -0.027517 0.025733 0.023868 0.011773 0.0305 -0.029566 0.025319 -0.000908 -0.009917 0.037729 -0.002532 0.038533 0.046651 0.01449 0.014077 0.0076 -0.033826 -0.032757 -0.014545 -0.003231 0.018299 -0.024353 -0.014292 0.004486 -0.007787 0.026706 -0.024185 -0.029578 -0.020484 -0.028557 -0.017065 0.007628 -0.002531 0.023319 0.008472 0.008028 -0.005048 0.003174 0.001121 -0.008081 0.011601 0.033583 -0.046554 7.5e-05 -0.012726 0.009773 0.013456 -0.017284 0.002395 0.002273 -0.012857 -0.019064 -0.010639 0.011356 -0.034859 0.006555 -0.052304 -0.008495 0.008927 0.013261 0.026521 0.028218 -0.001646\nശ 0.013994 0.007955 -0.060529 0.025544 0.028112 0.040504 -0.004494 -0.024586 -0.027445 -0.035098 0.054672 0.017117 -0.001042 -0.028255 0.045088 -0.01237 -0.002143 -0.024124 -0.036634 -0.060891 -0.012694 0.012434 0.004368 0.017079 -0.009601 0.016438 -0.005052 -0.023015 -0.003472 -0.036669 0.016831 -0.040816 -0.010587 -0.036928 0.006248 0.01514 -0.052764 0.05031 0.023803 0.036904 -0.02307 0.000956 0.007349 0.001474 -0.021766 -0.03136 0.059859 -0.002241 -0.009911 0.041437 -0.005131 0.035913 0.038452 -0.04228 0.051235 0.003032 -0.014107 0.019626 0.001037 0.02843 -0.041606 -0.058756 0.002503 -0.023037 0.017441 0.028533 0.028489 0.001027 0.051286 0.037158 -0.059349 -0.016519 0.013203 0.031761 -0.05339 0.006964 -0.034684 0.026962 -0.04101 -0.015793 0.015427 -0.007098 -0.002466 0.009868 -0.028795 -0.059248 0.003588 -0.010072 0.009554 -0.021136 -0.002404 0.031611 0.013137 -0.03419 0.005943 -0.001219 -0.006406 -0.037192 -0.003006 -0.000234 -0.016532 0.009116 0.016997 -0.015906 0.008416 -0.023521 -0.006645 0.026115 0.057413 0.004502 0.061537 0.028786 0.032682 -0.019658 0.015445 0.001624 -0.001516 0.002682 -0.019948 -0.040393 0.02598 0.011553 0.054674 0.037788 0.056265 0.019093 -0.011891 0.001459 -0.003417 -0.026741 -0.008726 -0.008753 -0.016123 0.042503 -0.030574 0.001315 -0.04943 0.011313 0.022285 0.039125 -0.001112 -0.019776 0.014394 0.020345 -0.03447 -0.061118 0.046125 0.011988 0.021902 -0.050494 0.001686 0.00577 0.033274 0.043036 -0.008114 -0.002033 0.001036 -0.040911 0.013336 -0.028557 -0.023966 0.006453 0.009547 -0.004093 -0.028551 -0.02874 0.037593 -0.047142 0.023968 0.023618 -0.019899 -0.014328 0.006033 0.052697 -0.034453 -0.041229 -0.020087 0.002306 -0.041545 -0.020172 0.05702 -0.007112 0.010307 -0.023823 -0.005318 -0.041464 0.010631 0.02308 -0.062899 -0.005705 0.042216 0.047916 -0.033993 -0.064634 -0.00171 0.060961 -0.035157 0.020734 0.001427 0.005369 -0.063943 -0.046135 0.029062 0.028294 0.01748 0.021229 0.022176 -0.020114 0.010866 0.043932 -0.037148 -0.014908 -0.005836 0.030219 0.009067 0.085721 0.007338 -0.020656 0.010611 0.000345 0.007888 0.003363 0.008039 -0.01487 -0.032459 -0.006018 -0.002626 0.027865 -0.026473 -0.015828 -0.019181 -0.003157 -0.024172 -0.051464 -0.052833 0.004208 0.000993 -0.052189 0.026824 0.026642 -0.003604 0.036604 -0.020199 0.020337 -0.005292 0.000838 0.037595 -0.017096 0.03241 0.059168 0.01707 -0.008978 -0.00256 -0.051053 -0.023012 -0.022009 -0.020611 0.02869 -0.039808 -0.021547 0.001195 -0.01802 0.042873 -0.034974 -0.044142 -0.029775 -0.036359 -0.01527 0.017732 0.012322 0.024876 -0.003346 0.027545 0.001106 0.019475 -0.010058 0.002519 0.023056 0.063228 -0.074252 -0.016183 -0.016423 0.028355 0.022823 -0.019817 0.000737 0.0202 -0.017659 -0.026365 -0.007479 0.006856 -0.037234 0.005514 -0.096455 -0.02211 0.004096 0.025914 0.031754 0.03462 0.015244\nহ 0.026088 0.000419 -0.061453 0.014741 0.017389 0.036534 -0.001209 0.002776 -0.020603 -0.036019 0.052759 0.010988 -0.007044 -0.023025 0.041265 -0.010487 0.000929 -0.010322 -0.016227 -0.058973 -0.015156 -0.004906 -0.003033 0.018667 0.00875 0.023172 -0.01189 -0.023169 -0.020819 -0.032608 0.029392 -0.032654 -0.03423 -0.046786 0.009909 0.00148 -0.040641 0.045606 0.004868 0.021417 -0.036758 0.008596 0.00747 -0.005474 -0.0434 -0.022909 0.035875 -0.006767 -0.004958 0.023923 0.002417 0.066781 0.037088 -0.043101 0.04619 0.007389 -0.026806 0.021885 -0.004879 0.038642 -0.031144 -0.030409 0.003511 -0.004518 0.02001 0.023927 0.050627 -0.006493 0.04686 0.016207 -0.059034 -0.002023 0.014716 0.021746 -0.055502 0.00095 -0.029151 0.027159 -0.043977 -0.022145 0.017295 0.000226 0.006799 0.014053 -0.029111 -0.053763 0.003366 -0.004694 -0.028531 -0.008494 -0.025244 0.020761 0.018464 -0.015105 0.020061 0.000444 -0.006633 -0.044982 -0.007006 -0.001431 -0.023982 0.010464 0.001714 -0.036787 0.010059 -0.001442 -0.018522 0.00954 0.046035 -0.008158 0.03965 0.035636 0.01896 -0.032251 0.006508 -0.000353 -0.00301 -0.005565 -0.021087 -0.046505 0.033411 -0.004319 0.043867 0.030245 0.047758 0.022156 -0.026564 -0.006514 -0.018727 -0.027802 -0.019699 0.004514 -0.006204 0.038683 -0.017795 0.019845 -0.036785 0.011535 0.002845 0.058602 0.01292 -0.013531 0.019116 0.030313 -0.051515 -0.055193 0.074497 0.025808 -0.001887 -0.050372 0.002675 0.019481 0.03537 0.024273 0.00165 0.00282 0.01037 -0.029401 0.017381 -0.026234 -0.027349 0.016181 0.024077 0.020116 -0.004627 -0.027159 0.01581 -0.022811 0.034607 0.019262 -0.032132 -0.015308 -0.014825 0.047287 -0.033344 -0.047326 -0.01015 -0.011023 -0.043077 -0.01885 0.02797 -0.005638 0.003371 -0.008795 -0.009773 -0.019229 0.005448 0.032314 -0.05689 -0.001357 0.010519 0.025705 -0.038347 -0.047386 0.006017 0.048252 -0.024435 0.005882 -0.004103 -0.009633 -0.052865 -0.04376 0.019272 0.043148 0.020901 0.02156 0.025531 -0.015963 -0.009779 0.047513 -0.0282 -0.006379 -0.005463 0.003282 0.005045 0.076203 0.009989 -0.026729 0.014305 0.009849 -0.007575 -0.008439 -0.006829 0.015034 -0.036626 -0.010632 -0.001521 0.033125 -0.002124 -0.025091 -0.00939 0.0008 -0.000709 -0.029718 -0.046756 -0.01484 -0.021214 -0.04223 0.032834 0.014947 0.018399 0.032468 -0.028227 0.018672 -0.002545 -0.009729 0.040473 -0.020868 0.03915 0.053234 0.026762 0.011491 -0.001305 -0.04288 -0.033239 -0.021707 -0.014719 0.029866 -0.029743 -0.016805 0.001204 -0.014838 0.040922 -0.028605 -0.032546 -0.01912 -0.037869 -0.020612 0.014832 0.003559 0.027156 0.001165 0.017357 0.001549 0.02177 0.00534 -0.004387 0.017518 0.06089 -0.069654 0.000266 -0.025329 0.016963 0.020375 -0.022314 -0.007752 0.025014 -0.013362 -0.034162 -0.009099 0.014641 -0.049695 0.019677 -0.080313 -0.00497 0.00606 0.017556 0.031133 0.015882 0.001641\nһ 0.048429 0.016475 -0.097884 0.036442 0.031799 0.068419 0.02347 0.000953 -0.02035 -0.042749 0.084763 0.029646 -0.007214 -0.054483 0.042645 0.000264 0.015431 -0.058633 -0.015249 -0.083255 -0.023317 0.011194 -0.017626 0.015279 0.022677 0.045647 -0.015574 -0.003907 -0.025548 -0.036952 0.024891 -0.04874 -0.037768 -0.058684 0.001392 0.023494 -0.065244 0.063613 0.010927 0.037289 -0.051355 0.015881 0.011499 0.020215 -0.046281 -0.026434 0.065207 -0.004881 -0.009995 0.048687 0.012312 0.090973 0.06175 -0.04878 0.066136 0.005377 -0.004023 0.039803 -0.00652 0.0492 -0.038727 -0.042761 -0.008948 -0.025018 0.025025 0.026974 0.053192 -0.017612 0.041488 0.019455 -0.077371 -0.013196 0.046663 0.029747 -0.085842 -0.008021 -0.051161 0.041547 -0.043409 -0.022517 0.027388 0.008775 -0.004611 0.035204 -0.052982 -0.089164 -0.003301 -0.014291 -0.021445 -0.013841 -0.009539 0.047428 0.015711 -0.035967 0.005693 -0.004609 -0.004734 -0.058539 0.006003 -0.015326 -0.031568 -0.008391 -0.020221 -0.034156 0.019561 -0.007763 -0.0359 0.037857 0.051493 -0.003928 0.063048 0.044664 0.037776 -0.019033 0.022411 -0.003865 -0.040188 -0.00567 -0.016457 -0.077667 0.031674 0.009363 0.077629 0.049088 0.047101 0.018158 -0.01771 -0.016335 -0.025956 -0.020549 -0.025275 -0.002205 -0.035172 0.04945 -0.032944 0.036658 -0.033884 0.021956 0.002224 0.090956 -0.004824 -0.017824 0.014246 0.034799 -0.05908 -0.073802 0.065697 0.019961 0.009034 -0.073372 -0.002922 0.021543 0.055557 0.030166 -0.013647 -0.004832 0.0062 -0.038486 0.002929 -0.013669 -0.031761 0.017745 0.032982 0.013745 -0.01791 -0.021376 0.033972 -0.049545 0.039321 0.047873 -0.052961 -0.041305 -0.03153 0.063478 -0.021376 -0.049696 -0.020064 -0.007839 -0.045647 -0.030873 0.040956 -0.018172 0.003666 -0.01787 -0.007551 -0.045836 -0.017093 0.028812 -0.111302 -0.012793 0.034914 0.059433 -0.045937 -0.080706 -0.009158 0.055314 -0.018691 0.016824 0.01275 0.003365 -0.054191 -0.044354 0.041152 0.037642 0.019286 0.017685 0.031595 -0.033701 -0.002254 0.081267 -0.053257 0.001284 -0.003036 0.038983 0.007969 0.107365 0.02976 -0.022533 0.005116 -0.003529 -0.002609 0.003041 -0.016496 0.014587 -0.038685 -0.013706 0.004296 0.026771 -0.011065 -0.032978 0.007604 -0.004755 -0.000496 -0.052467 -0.053871 0.008387 -0.028552 -0.063472 0.070786 0.035005 0.001049 0.025277 -0.024281 0.022173 0.017145 -0.021604 0.073836 -0.009082 0.070389 0.078301 0.029747 0.029823 0.0198 -0.074589 -0.067117 -0.031168 -0.002332 0.024472 -0.047476 -0.036476 0.00929 -0.014259 0.053989 -0.023878 -0.043022 -0.016571 -0.0455 -0.025599 0.015038 0.016615 0.030335 -0.008218 0.015699 0.02242 0.023554 0.012387 0.005308 0.022273 0.084507 -0.069999 -0.002568 -0.022864 0.012124 0.030983 -0.053564 -0.006762 0.035009 -0.027767 -0.029483 -0.037695 0.009628 -0.063301 0.026964 -0.103537 -0.009168 0.010028 0.017913 0.022929 0.047658 -0.004444\nʿ 0.029648 0.001217 -0.04032 0.026337 0.007921 0.031382 0.006613 -0.003031 -0.013213 -0.023563 0.030822 0.006654 -0.01283 -0.015963 0.027086 0.000114 0.009236 -0.020791 -0.007871 -0.026139 -0.010111 0.004202 0.004753 0.013318 0.003577 0.017378 -0.012494 -0.012122 -0.016465 -0.026861 0.02584 -0.031148 -0.019877 -0.035565 0.01512 0.014959 -0.037858 0.031976 0.008507 0.012957 -0.023362 0.01197 -0.004327 0.002979 -0.028388 -0.017731 0.031422 -0.000582 0.005755 0.011764 0.014441 0.044471 0.029114 -0.029706 0.042114 0.012338 -0.002791 0.021741 -0.017098 0.022616 -0.021738 -0.02818 -0.004627 -0.017734 0.014827 0.022147 0.032794 -0.014347 0.027487 0.01798 -0.041284 -0.006714 0.021553 0.017128 -0.038877 -0.000675 -0.033532 0.023614 -0.023471 -0.015303 0.013253 -0.001484 0.002734 0.017304 -0.021539 -0.047285 -1.4e-05 -0.00146 -0.012217 -0.000178 -0.002978 0.024167 0.002584 -0.004434 0.013202 -0.006426 0.001298 -0.034543 -0.005102 -0.001163 -0.019481 -0.000244 -0.003139 -0.031134 0.012767 -0.005023 -0.012324 0.006947 0.03481 -0.009322 0.040292 0.014466 0.023955 -0.014828 0.007849 0.002639 -0.00625 0.005826 -0.007653 -0.041158 0.020552 -0.007064 0.039766 0.015945 0.025783 0.009827 -0.005009 -0.018177 -0.010972 -0.014463 -0.01067 -0.000301 -0.010824 0.022705 -0.014736 0.016919 -0.022864 0.004657 0.008349 0.042939 -0.00888 -0.00984 0.012873 0.02448 -0.031558 -0.042843 0.0394 0.009237 0.001586 -0.036592 0.00517 0.00622 0.029433 0.027685 -0.004038 0.004524 0.001696 -0.024121 0.01165 -0.018211 -0.017925 0.015518 0.021085 0.017125 -0.01387 -0.015859 0.018508 -0.016125 0.01897 0.013003 -0.028011 -0.019906 -0.006569 0.035332 -0.01539 -0.023998 -0.011276 -0.018043 -0.031362 -0.014318 0.028862 -0.013035 0.00173 -0.00592 -0.010741 -0.01199 0.006767 0.016042 -0.056341 0.002183 0.009534 0.026063 -0.033572 -0.033413 0.00586 0.037606 -0.01718 0.011088 0.003747 0.005079 -0.031661 -0.027445 0.016939 0.026208 0.01346 0.00888 0.011515 -0.011782 -0.004078 0.03443 -0.022543 -0.003725 -0.005834 0.012788 -0.001616 0.058595 0.002069 -0.019339 0.002968 0.000814 -0.009054 0.013159 -0.006703 0.00491 -0.017998 -0.002594 0.004718 0.013317 -0.007003 -0.023739 0.001476 0.001278 -0.002644 -0.021257 -0.025258 -0.003309 -0.015997 -0.035716 0.0217 0.026146 0.008345 0.022624 -0.019466 0.009383 0.011284 0.000174 0.040417 0.000489 0.029396 0.044228 0.028494 0.005575 -0.004044 -0.037649 -0.028699 -0.022997 -0.003967 0.010911 -0.028615 -0.011828 0.00281 -0.006742 0.027176 -0.027135 -0.029845 -0.019151 -0.020048 -0.017864 0.004372 -0.006531 0.017506 -0.00433 0.009168 -0.000632 0.004527 0.000175 -0.006618 0.018301 0.037399 -0.045407 -0.007649 -0.01847 0.012145 0.008662 -0.018279 -0.003597 0.013409 -0.0059 -0.019141 -0.019154 0.002433 -0.037246 0.008031 -0.051494 -0.009318 0.000723 0.010942 0.015892 0.019955 -0.002545\nľ 0.03479 0.001814 -0.044658 0.02708 0.005898 0.036964 0.007669 0.006536 -0.022951 -0.023039 0.035148 0.013179 -0.004343 -0.030388 0.021501 -0.001321 0.011592 -0.025908 -0.01109 -0.042789 -0.014328 -0.009442 0.003198 0.014754 0.000337 0.026517 0.004736 -0.010465 -0.018722 -0.029901 0.025831 -0.032881 -0.020041 -0.033561 0.013492 0.01686 -0.039262 0.036019 0.0084 0.014095 -0.028734 0.009115 -0.002074 -0.002129 -0.015489 -0.020513 0.03193 -0.004514 0.000581 0.02205 0.007712 0.060393 0.037221 -0.037995 0.03816 0.00256 -0.002949 0.022293 -0.014124 0.023163 -0.024189 -0.032138 -0.016945 -0.013391 0.016622 0.011933 0.037346 -0.026294 0.028941 0.008909 -0.045397 -0.007375 0.022288 0.011894 -0.052407 0.004213 -0.028743 0.027173 -0.020998 -0.01117 0.018484 -0.00217 0.005073 0.017325 -0.024151 -0.053687 0.00575 0.003095 -0.021757 -0.008151 -0.007694 0.024417 0.00504 -0.006962 0.009061 -0.011371 0.001478 -0.044607 0.005337 0.001064 -0.013554 -0.005252 -0.001974 -0.021783 0.012965 -0.000111 -0.019231 0.003799 0.029511 0.001423 0.041038 0.017801 0.025263 -0.008037 0.007395 -0.001678 -0.006557 -0.002085 -0.009172 -0.036335 0.024685 -0.004649 0.038581 0.015087 0.0274 0.008907 -0.013675 -0.022587 -0.013361 -0.01177 -0.018991 0.000398 -0.020863 0.028923 -0.016312 0.017269 -0.019064 -0.000216 0.00748 0.0437 -0.010397 -0.007431 0.01636 0.030116 -0.031323 -0.047894 0.049752 0.005716 0.003132 -0.040482 0.011383 0.016395 0.024291 0.027607 0.005751 0.006926 -0.008409 -0.027151 0.007883 -0.016504 -0.021144 0.019694 0.022982 0.010838 -0.013371 -0.010055 0.02134 -0.020599 0.024787 0.013815 -0.020821 -0.017263 -0.011881 0.03206 -0.020205 -0.029019 -0.012345 -0.00967 -0.027496 -0.018608 0.033102 -0.00937 -0.00025 -0.007466 -0.008643 -0.020743 0.004187 0.01695 -0.050521 0.007401 0.003585 0.033036 -0.02445 -0.038794 0.005446 0.036653 -0.017831 0.020757 0.002667 0.000135 -0.042342 -0.035241 0.01504 0.020955 0.021174 0.016844 0.012922 -0.007089 -0.008337 0.0297 -0.028622 -0.002054 -0.004019 0.017198 -0.010396 0.065369 -0.001367 -0.027165 -0.000104 0.001953 -0.004412 0.004721 -0.019925 0.014669 -0.018715 0.006079 -0.000596 0.019721 -0.008897 -0.02107 -0.001382 -0.002592 -0.00404 -0.024121 -0.038175 -0.00595 -0.008825 -0.034126 0.026479 0.028423 0.005951 0.022196 -0.018625 0.016393 0.006049 -0.010889 0.044579 -0.00261 0.034122 0.051786 0.030242 0.006735 -0.00103 -0.044027 -0.037031 -0.027678 -0.007241 0.012672 -0.029426 -0.02338 0.009855 -0.009959 0.025395 -0.02157 -0.028522 -0.014501 -0.023223 -0.017879 0.003128 -0.012106 0.015609 0.001562 0.007448 -0.003562 0.015519 0.00323 -0.00203 0.020547 0.03509 -0.045633 -0.008208 -0.022926 0.011111 0.006843 -0.026707 -0.002071 0.008835 -0.005388 -0.01825 -0.019733 0.00845 -0.039813 0.019442 -0.061409 -0.02052 0.00562 0.010963 0.017824 0.024174 0.00023\nፊ 0.07593 -0.00313 -0.082974 0.036579 0.040135 0.092184 0.021315 0.016992 -0.041168 -0.072072 0.064725 0.036202 0.006811 -0.042509 0.06672 -0.03007 0.016083 -0.068956 -0.004402 -0.073362 -0.020328 -0.004636 -0.014223 -0.007121 -0.010875 0.080524 -0.034836 -0.001633 -0.01929 -0.057569 0.024517 -0.060906 -0.049098 -0.11254 0.023287 0.019364 -0.099981 0.070963 0.031976 0.050976 -0.031468 -0.032558 -0.002683 -0.006891 -0.068223 -0.063499 0.093524 -0.018104 -0.034847 0.076255 0.002774 0.139826 0.074476 -0.081155 0.117046 0.01154 -0.019938 0.076766 -0.027645 0.057582 -0.057188 -0.061953 -0.037599 -0.032445 0.053615 0.028703 0.056879 -0.025882 0.068349 0.015585 -0.076725 0.015051 0.026624 0.016866 -0.08499 0.033067 -0.067172 0.045027 -0.066971 -0.020661 0.014467 -0.004806 -0.02064 0.057037 -0.039681 -0.121031 0.014598 0.020884 -0.0384 -0.018709 -0.037188 0.024413 0.011184 -0.036087 0.019286 -0.020213 -0.012918 -0.068824 0.010839 -0.040958 -0.028275 0.002812 0.019743 -0.055533 0.027284 0.001843 -0.007593 0.038591 0.074832 -0.016342 0.066278 0.03978 0.054571 -0.040298 0.051318 0.029389 -0.034869 -0.008859 -0.039495 -0.062165 0.029567 0.017562 0.074132 0.034138 0.066107 0.002295 -0.045287 -0.028586 -0.025145 -0.03494 -0.07057 -0.021246 -0.040248 0.050515 -0.05411 0.033541 -0.035736 0.013986 0.009077 0.104608 -0.014947 -0.035621 -0.014987 0.053448 -0.074024 -0.09849 0.074869 -0.036328 -0.012229 -0.077549 -0.010688 0.03025 0.069454 0.108085 -0.0072 0.023344 0.001734 -0.026419 0.051989 -0.048693 -0.027185 0.044019 0.023795 0.013679 -0.025769 -0.037227 0.040057 -0.025433 0.050802 0.042239 -0.048109 -0.049024 -0.006588 0.09975 -0.026478 -0.049611 -0.021452 0.004592 -0.066165 -0.0455 0.06746 -0.021691 0.008288 -0.031353 -0.0031 -0.038856 0.036024 0.046951 -0.136642 0.001112 0.005852 0.04868 -0.046034 -0.094328 0.029964 0.098447 -0.067882 0.012749 0.004025 -0.011016 -0.083705 -0.066014 0.042609 0.094322 0.02585 0.037535 0.059665 0.003839 -0.019005 0.076479 -0.078069 -0.027729 -0.014479 0.034031 -0.006282 0.160848 -0.00328 -0.05398 -0.007714 0.001438 -0.036201 0.008188 -0.014869 -0.018698 -0.080378 -0.011344 -0.02469 0.036502 -0.064291 -0.049626 -0.010053 -0.010031 -0.015951 -0.048117 -0.079423 -0.027935 -0.032272 -0.033699 0.08425 0.060714 0.003827 0.073528 -0.027221 0.033925 -0.008007 -0.055148 0.093067 -0.009561 0.089231 0.095791 0.083784 0.013621 -0.00462 -0.098838 -0.060782 -0.026912 -0.009213 0.069622 -0.04232 -0.02683 0.010315 -0.018112 0.06735 -0.038846 -0.064843 -0.030947 -0.076136 -0.0633 0.011758 -0.033517 0.054761 -0.021336 0.011442 -0.016118 0.018523 0.034449 -0.004497 0.040701 0.093508 -0.129982 -0.047895 -0.045411 0.033134 0.041749 -0.071254 0.014819 0.038979 -0.02839 -0.042632 -0.015788 0.020787 -0.088441 0.049746 -0.144395 -0.026454 0.004926 0.05971 0.046863 0.054885 0.017735\n์ 0.029386 0.002139 -0.047247 0.026909 0.015015 0.038771 0.008446 0.002076 -0.023901 -0.029673 0.021821 0.005551 -0.003181 -0.021208 0.030384 -0.000809 0.006422 -0.020833 -0.013472 -0.042554 -0.016051 0.00696 0.006617 0.013554 0.005663 0.017427 -0.015438 -0.003998 -0.013101 -0.02655 0.017482 -0.027443 -0.01919 -0.040515 -0.002865 0.019099 -0.035728 0.037254 0.010834 0.018285 -0.032866 0.011797 0.001672 -0.007333 -0.029938 -0.028673 0.037347 0.004324 -0.001273 0.01259 0.003548 0.047286 0.03452 -0.029863 0.035736 0.003562 -0.00352 0.027114 -0.014799 0.025993 -0.02581 -0.029669 -0.000997 -0.014763 0.013281 0.018255 0.035726 -0.013209 0.045234 0.013877 -0.049188 -0.007562 0.021487 0.00941 -0.054338 0.007488 -0.030459 0.022996 -0.033142 -0.015014 0.016515 -0.004775 0.005005 0.012916 -0.01829 -0.050177 -0.000756 -0.00309 -0.022651 -0.000274 -0.007715 0.025946 0.012057 -0.016355 0.018216 -0.005543 0.005007 -0.036868 0.003016 -0.002727 -0.019041 0.007801 -0.001589 -0.027004 0.017574 -0.003292 -0.009846 0.008663 0.028997 -0.004752 0.048186 0.020311 0.023082 -0.016663 0.008844 0.001978 -0.004841 -0.000408 -0.009556 -0.043148 0.01968 0.003041 0.03943 0.021366 0.038689 0.011857 -0.017865 -0.013964 -0.009223 -0.01639 -0.011912 -0.006735 -0.016333 0.02817 -0.019525 0.013113 -0.034765 -0.004398 0.01056 0.045598 0.00615 -0.00781 0.005513 0.028648 -0.033331 -0.042804 0.047199 0.006843 0.001131 -0.042409 0.001457 0.003724 0.036905 0.030578 -0.001524 0.007802 0.00644 -0.027962 0.011917 -0.02335 -0.013518 0.016059 0.026433 0.01134 -0.00891 -0.013658 0.021737 -0.017335 0.022535 0.01793 -0.025282 -0.019019 -0.008477 0.029283 -0.023526 -0.024593 -0.005068 -0.005386 -0.040333 -0.019474 0.039631 -0.012678 0.009007 -0.008281 -0.009635 -0.010347 0.001956 0.022337 -0.053573 -0.000261 0.011734 0.030072 -0.035928 -0.034803 0.007858 0.039449 -0.018504 0.007899 0.002461 -0.000147 -0.030881 -0.03273 0.015067 0.029097 0.024026 0.019307 0.008078 -0.003833 -0.004839 0.037042 -0.022343 -9.5e-05 -0.009238 0.018758 0.003147 0.062897 0.002201 -0.022896 0.008571 -0.002671 -0.003458 0.014882 0.000668 0.008701 -0.022234 -0.002458 -0.00164 0.016143 -0.004194 -0.028223 -0.006643 0.000227 -0.004357 -0.023085 -0.03208 -0.006102 -0.013455 -0.036257 0.028478 0.028439 0.005591 0.029025 -0.028188 0.013324 0.006847 -0.006656 0.031387 -0.004076 0.038487 0.055004 0.020903 0.006641 -0.005439 -0.043301 -0.0315 -0.022025 -0.000178 0.024121 -0.025609 -0.017776 0.010816 -0.012117 0.030882 -0.024766 -0.025322 -0.026581 -0.033243 -0.007629 0.007159 8.3e-05 0.022277 -0.002816 0.008773 0.00243 0.012788 0.002583 -0.000337 0.017725 0.045618 -0.049184 -0.002766 -0.01122 0.01131 0.015558 -0.020326 -0.003956 0.020707 -0.008483 -0.02195 -0.017936 0.012455 -0.044322 0.009922 -0.062628 -0.010331 0.010266 0.007597 0.016658 0.021697 0.00144\nב 0.032112 0.005336 -0.053537 0.024072 0.011118 0.0394 0.011877 -0.003741 -0.018623 -0.033269 0.032433 0.014791 -0.007247 -0.031656 0.034932 -0.00694 0.009075 -0.02373 -0.013873 -0.050536 -0.017237 0.002742 0.00492 0.014989 0.004155 0.021375 -0.006952 -0.010414 -0.015167 -0.028831 0.019244 -0.032625 -0.022046 -0.048769 0.01052 0.016106 -0.040641 0.043068 0.012871 0.025659 -0.032272 0.01326 0.003319 0.002048 -0.029159 -0.028441 0.038967 4.4e-05 -0.001997 0.017608 0.005443 0.05835 0.036856 -0.035608 0.045778 0.008167 -0.007755 0.026781 -0.015631 0.029283 -0.031938 -0.033191 -0.011509 -0.015789 0.015426 0.022474 0.042599 -0.013661 0.039506 0.020115 -0.051669 -0.006327 0.023521 0.018706 -0.053666 0.004855 -0.033553 0.02495 -0.030631 -0.015311 0.014156 -0.001513 -0.002485 0.017578 -0.026181 -0.057439 0.006663 -0.004113 -0.020148 -0.004143 -0.011695 0.029367 0.004994 -0.015036 0.013996 -0.013683 0.000668 -0.041735 -0.004765 -0.005626 -0.022771 0.002199 -0.000144 -0.034841 0.013399 -0.008326 -0.014994 0.012819 0.036881 -0.002401 0.047832 0.018453 0.022936 -0.017566 0.010032 0.004006 -0.013818 0.00387 -0.016401 -0.047592 0.023324 0.000255 0.043715 0.020523 0.039846 0.011117 -0.013802 -0.016506 -0.016521 -0.020411 -0.016833 0.000189 -0.018436 0.031656 -0.021779 0.015102 -0.029564 0.00471 0.008277 0.050626 -0.001654 -0.011874 0.014928 0.031266 -0.038156 -0.051688 0.050412 0.00588 0.001991 -0.04321 0.006033 0.012196 0.037273 0.031716 -0.005845 0.004026 0.000392 -0.024392 0.014788 -0.022608 -0.024762 0.019396 0.022952 0.012387 -0.013845 -0.015802 0.023479 -0.027454 0.019918 0.025005 -0.031864 -0.023209 -0.010456 0.039198 -0.018588 -0.028074 -0.011275 -0.009764 -0.040705 -0.02151 0.035863 -0.009853 0.008206 -0.009734 -0.007982 -0.020705 0.002997 0.024289 -0.062835 0.004236 0.01387 0.031085 -0.038557 -0.043466 0.000955 0.044415 -0.024458 0.015411 0.00319 8e-06 -0.039459 -0.036194 0.019819 0.02825 0.021587 0.015828 0.014363 -0.010433 -0.008536 0.043226 -0.028391 -0.004961 -0.010994 0.017646 0.001213 0.073338 0.001525 -0.023295 0.006414 -0.000391 -0.008191 0.01125 -0.007455 0.008109 -0.027368 0.002842 0.001936 0.016273 -0.009161 -0.023234 -0.004826 0.00212 -0.004819 -0.030661 -0.038567 -0.003418 -0.017155 -0.03551 0.031471 0.029092 0.008739 0.029834 -0.021305 0.012403 0.008306 -0.014793 0.043032 -0.006138 0.043032 0.056535 0.031093 0.007394 0.001704 -0.046361 -0.035411 -0.02434 -0.004796 0.023572 -0.027804 -0.014141 0.006191 -0.012692 0.034291 -0.027326 -0.037529 -0.018555 -0.03717 -0.014485 0.007408 -0.001649 0.020434 -0.000779 0.012929 -0.003753 0.014078 0.002443 -0.000863 0.022886 0.051043 -0.053191 -0.007482 -0.019402 0.018826 0.017502 -0.021696 -0.000902 0.021648 -0.010657 -0.021119 -0.020547 0.009983 -0.04565 0.009962 -0.072223 -0.008619 0.006701 0.014967 0.014726 0.025385 0.001782\nϕ 0.063045 -0.095152 -0.077891 0.093455 -0.027743 0.047764 0.044052 -0.115947 -0.121825 0.024832 -0.022693 0.178406 -0.143984 0.015375 0.15293 -0.052774 0.034264 -0.000488 0.030309 -0.064407 0.08885 0.099317 -0.010113 0.037123 0.023721 -0.010128 -0.051534 0.085292 0.034904 0.09871 0.038835 -0.06433 -0.11346 -0.17796 -0.029051 -0.024676 -0.073582 0.025285 -0.037987 -0.016708 -0.066915 -0.079958 0.06088 0.139974 -0.017656 0.094072 -0.013458 -0.047059 -0.068742 -0.044857 0.075498 0.108505 0.160293 -0.088475 0.111479 0.0835 0.068779 0.122009 0.127742 -0.00454 -0.042775 -0.099567 -0.084476 -0.114928 0.137702 0.039061 0.154893 -0.158086 -0.033885 0.046236 -0.039799 0.080934 0.02037 -0.021129 -0.07824 -0.037992 -0.108511 0.128775 0.005476 -0.006326 0.039922 0.008797 -0.006274 -0.074225 0.13276 -0.07855 0.04221 0.067273 0.043745 0.064084 0.091985 0.02437 -0.114244 0.12312 0.016769 -0.054606 -0.047764 -0.086355 -0.163324 -0.042565 -0.028992 0.044428 -0.00827 -0.042401 0.12179 0.012949 -0.044693 0.044022 0.032009 -0.046697 0.107291 0.059665 0.033524 0.068479 0.150667 0.113985 -0.001713 -0.072687 0.001036 -0.081152 0.109542 -0.152484 -0.010921 0.05956 0.013151 -0.136508 0.094253 0.121497 0.061827 -0.004474 -0.039202 -0.066071 0.01582 0.132994 0.000644 -0.054356 0.064832 0.004222 -0.11796 -0.001876 -0.089258 0.081481 -0.071151 0.029285 -0.050842 -0.15118 0.055904 -0.088943 0.065074 -0.030841 0.086635 0.020004 0.098088 0.00402 0.064891 -0.044512 -0.032805 -0.069762 0.171294 0.069158 -0.006502 0.011125 -0.027471 0.122195 -0.038591 -0.083646 0.062263 -0.047152 0.084541 0.021422 -0.036731 0.065698 -0.072278 0.064147 0.076827 -0.106244 0.006534 -0.05273 0.095437 -0.061055 -0.004026 -0.022659 -0.071962 0.141518 -0.178277 -0.010502 -0.033811 0.159249 -0.07997 -0.004716 0.078428 0.088635 -0.025453 -0.059061 -0.003699 0.003733 0.060655 0.007534 0.074061 0.075489 -0.006982 -0.108938 -0.058281 0.186839 0.140799 0.03739 0.02063 -0.152903 0.061399 0.029261 0.082913 -0.084851 -0.04334 -0.014052 0.018142 0.206339 -0.039272 0.051653 -0.015603 -0.011494 -0.000581 0.041851 -0.020467 -0.09557 -0.132813 -0.021598 -0.078313 0.010051 0.021809 0.054288 0.042137 0.016909 -0.026484 -0.016411 -0.067543 -0.067593 -0.01819 -0.119305 -0.103483 0.190405 -0.008481 0.03104 -0.115731 -0.028309 -0.011624 0.037533 0.079154 -0.000761 -0.086992 0.069834 0.003804 0.043199 -0.117563 0.037652 -0.116054 -0.114498 -0.010307 -0.040615 -0.160662 0.01625 0.150653 -0.034351 0.025041 0.005177 0.082095 -0.006727 0.060037 0.033597 0.056107 -0.073741 -0.059771 -0.100668 -0.00706 -0.071555 0.008245 -0.089999 0.09477 0.082464 0.043576 -0.144198 -0.064057 -0.032115 0.055665 -0.040614 -0.027604 0.015778 -0.015563 -0.07888 -0.07248 -0.16754 -0.123641 -0.016283 0.111762 -0.124124 -0.066061 -0.072536 -0.013193 0.072986 -0.100377 0.106962\nɔ 0.008565 0.003682 -0.030461 0.014488 0.014604 0.036407 0.022831 -0.004079 -0.015128 -0.023264 0.04044 0.011916 -0.013249 -0.0168 0.036517 -0.00763 0.004531 -0.022178 0.006224 -0.035349 -0.011844 -0.004414 -0.02417 0.013395 0.005132 0.003681 -0.016795 -0.003763 -0.012573 -0.034718 0.03566 -0.026006 -0.023006 -0.022668 -0.00628 0.01303 -0.024977 0.038082 0.014884 0.008626 -0.037622 0.024864 0.009315 0.019036 -0.007592 -0.017083 0.02383 0.009455 -0.002853 0.008206 0.005687 0.053513 0.02307 -0.033659 0.034847 0.012519 0.006217 0.028541 -0.010358 0.024248 -0.030354 -0.026735 -0.019775 -0.005875 0.004376 0.024298 0.045479 -0.029356 0.02208 0.028454 -0.034481 -0.010835 0.007143 0.01901 -0.034826 -0.008312 -0.010479 0.011853 -0.018114 -0.008316 0.020731 -0.005573 -0.007322 0.016868 -0.020304 -0.062007 0.013991 -0.00562 -0.002207 0.017534 -0.007034 0.016232 0.007001 -0.006832 0.005401 -0.02483 0.004277 -0.040106 -0.019709 -0.009934 -0.032977 -0.007094 -0.010996 -0.026041 0.012383 -0.004974 -0.015776 0.006263 0.014637 -0.005433 0.051636 0.005082 0.023064 0.001919 0.015103 -0.00422 -0.022742 -0.009861 -0.024028 -0.027563 0.033742 -0.001825 0.024972 0.011463 0.019659 -0.002907 0.009751 0.007663 -0.01353 -0.010167 0.006466 0.016037 -0.010825 0.030557 -0.011068 0.01056 -0.026348 0.01942 0.00609 0.045346 -0.004493 -0.00242 0.012679 0.015381 -0.021356 -0.047739 0.038158 -0.007189 0.013191 -0.05055 0.019281 0.009216 0.034887 0.025692 0.001391 -0.001075 -0.0098 -0.029726 0.018085 -0.004754 -0.022925 0.010413 0.029522 0.003182 -0.014082 -0.015232 0.022476 -0.015304 0.011344 0.044019 -0.027972 -0.02285 -0.004045 0.01898 0.000965 -0.019719 -0.00053 -0.013905 -0.040117 -0.000154 0.036505 -0.008068 0.007144 0.000947 -0.021942 -0.024889 -0.004249 0.014968 -0.030257 0.001803 0.015086 0.026251 -0.032143 -0.038397 -0.00014 0.036445 -0.024028 0.013835 0.005733 -0.002673 -0.030278 -0.020524 0.024124 0.025292 0.018642 -0.003865 -0.001002 -0.032611 -0.00602 0.027159 -0.024939 -0.000847 -0.002655 0.029733 0.002579 0.031395 -0.001496 -0.010655 0.014698 -0.000902 -0.015408 -0.005948 0.001866 0.012474 -0.029931 0.012261 -0.008513 0.006085 0.015118 -0.014731 -0.010802 0.007283 0.002755 -0.034331 -0.021007 0.009228 -0.013878 -0.018468 0.014582 0.014181 0.005999 0.025847 -0.012449 0.016542 -0.000101 -0.018201 0.030009 0.017927 0.035229 0.041642 0.006753 0.006258 -0.017658 -0.030265 -0.026345 -0.014015 -0.009763 0.006617 -0.0276 -0.005506 0.009465 -0.010724 0.01315 -0.01725 -0.010986 -0.012392 -0.029233 0.004201 -0.004035 0.006479 0.002347 -0.012308 0.016135 0.000203 0.017935 -0.002512 0.013923 0.014003 0.031714 -0.039461 -0.005598 -0.001119 0.014579 0.021719 0.003572 -0.010394 0.018418 -0.009385 -0.018456 -0.01968 -0.000395 -0.028778 0.00804 -0.049478 -0.014128 0.008817 0.010717 0.001987 0.002845 -0.024575\nỗ 0.042932 -0.002152 -0.040577 0.046145 0.04173 0.030064 0.029804 -0.023028 -0.023668 -0.028933 0.056338 -0.042074 -0.014402 0.001276 0.015021 -0.001616 0.025646 -0.030468 -0.009283 -0.033392 -0.026964 0.006428 -0.002243 0.02619 -0.006519 0.016735 0.009278 0.006439 0.021973 -0.014087 0.015148 -0.027396 0.012917 -0.020542 0.035982 0.001803 -0.031071 0.01661 0.003807 0.036519 -0.022595 0.023147 -0.037325 -0.006535 -0.031851 -0.057627 0.037686 -0.000308 0.006681 0.02714 0.016756 0.041631 0.038726 -0.041969 0.045138 0.009998 -0.023687 0.025896 -0.022958 0.014395 -0.022751 -0.037723 -0.014513 0.000463 0.001295 0.01475 0.051325 -0.020028 0.033514 0.000255 -0.042547 -0.015835 0.038373 0.016827 -0.042422 0.037635 0.001128 0.030409 -0.022471 -0.017006 0.010302 0.004651 0.00513 0.028029 -0.027321 -0.054949 -0.020088 -0.010982 -0.015997 -0.02114 0.002417 0.036932 -0.008596 -0.025964 -0.004369 -0.018901 -0.013384 -0.003069 -0.011145 -0.025131 -0.017961 0.033804 -0.001648 -0.031092 0.023549 -0.004712 -0.01129 -0.007228 0.05029 0.010965 0.019345 0.015485 0.000967 -0.009833 0.023243 0.005737 -0.009554 -0.001152 -0.008035 -0.035546 -0.004471 -0.011073 0.062637 0.016118 0.015037 0.014356 -0.022407 -0.008955 -0.014253 -0.001624 -0.006251 0.010444 -0.026178 0.002929 -0.00673 0.011087 -0.034611 0.0214 0.005478 0.041707 -0.009902 0.007414 0.035789 0.029058 -0.035226 -0.025554 0.044718 -0.012257 -0.02322 -0.032458 -0.010824 0.002657 0.028184 0.037124 -0.003785 0.01929 0.006944 -0.008984 0.007296 -0.032388 -0.004252 0.007267 0.019953 0.001303 -0.028338 -0.007054 0.03037 -0.044951 0.02375 0.007083 -0.043543 -0.039787 -0.018261 -0.000736 -0.038923 -0.012548 0.0124 0.006405 -0.014417 -0.0351 0.039567 0.012805 -0.002962 0.000841 -0.002101 0.005072 0.00748 0.007397 -0.04811 -0.019696 0.01131 0.028466 -0.034236 -0.008544 -0.02845 0.030194 0.013154 0.00405 0.013755 0.005882 -0.04326 -0.039737 0.017846 0.025132 0.040181 0.001374 0.017522 -0.015044 0.002985 0.027434 -0.04096 0.009575 -0.001683 -0.011379 0.015631 0.033515 0.01338 -0.010558 0.005609 0.019311 0.016116 0.009293 0.006631 -0.017271 -0.017931 -0.012664 0.024177 0.001158 0.022764 -0.018277 -0.008822 -0.024635 -0.032484 -0.024584 -0.032964 0.012632 -0.011911 -0.046771 0.028976 0.019094 -0.006224 0.048485 -0.015535 0.002555 0.015681 -0.036005 0.037771 0.001545 0.026085 0.06034 0.008633 0.024161 0.010133 -0.05184 -0.038878 -0.016506 -0.010294 0.031663 -0.016057 -0.034051 0.002097 0.002278 0.011044 -0.025814 -0.040308 -0.031305 -0.038749 -0.004188 -0.011792 0.003372 0.00884 -0.018242 0.001998 -0.006501 0.018866 -0.009416 0.00833 0.050597 0.035428 -0.044739 -0.014504 -0.007118 0.003875 0.02264 -0.038484 0.005793 -0.008706 0.003897 -0.038278 -0.012386 0.026226 -0.035603 0.00701 -0.05623 -0.00265 0.010209 0.007027 0.001827 0.042256 -0.009201\nར 0.036916 0.007025 -0.060607 0.030805 0.017903 0.044808 0.008782 -0.007491 -0.016811 -0.025366 0.042445 0.012691 -0.009849 -0.02695 0.027949 -0.007065 0.003114 -0.018822 -0.009611 -0.047974 -0.010663 0.003356 0.002765 0.012951 0.009382 0.024088 -0.014003 -0.013941 -0.011606 -0.021854 0.024812 -0.037365 -0.029502 -0.054221 0.019013 0.027899 -0.052222 0.046278 0.013936 0.021031 -0.024788 0.00276 -0.006854 0.002011 -0.032428 -0.026492 0.033543 0.008681 0.003251 0.027386 0.012491 0.055363 0.030806 -0.03592 0.044726 0.013107 -0.001379 0.014571 -0.009452 0.028196 -0.037865 -0.033309 -0.011871 -0.022459 0.012988 0.024986 0.043948 -0.023245 0.03182 0.022345 -0.062165 -0.014154 0.02516 0.022173 -0.053767 0.005128 -0.039473 0.025035 -0.03302 -0.021132 0.018015 -0.005278 0.002814 0.022682 -0.032196 -0.062342 0.001986 0.006149 -0.021112 -0.004373 -0.005324 0.028813 0.006324 -0.018828 0.016345 -0.00491 -0.000227 -0.033811 0.000251 -0.007619 -0.021701 0.006604 -0.002084 -0.039552 0.022634 0.001321 -0.019578 0.00943 0.043297 -0.007328 0.050057 0.019728 0.032241 -0.020114 0.011482 0.001385 -0.014688 -0.003192 -0.014345 -0.042912 0.024838 -0.006878 0.045007 0.027386 0.035526 0.012426 -0.008784 -0.013803 -0.015598 -0.024986 -0.018581 -0.007975 -0.017946 0.028087 -0.026965 0.018758 -0.028143 0.007261 0.00832 0.057741 -0.005429 -0.017104 0.012177 0.042385 -0.041414 -0.047795 0.047661 0.004351 0.007001 -0.041131 -0.004857 0.020636 0.03312 0.031684 -0.01453 0.003561 -0.007995 -0.02719 0.022885 -0.017928 -0.01483 0.017137 0.026052 0.022665 -0.01397 -0.023952 0.026761 -0.028368 0.018493 0.021006 -0.0374 -0.026405 -0.004104 0.033416 -0.019978 -0.035185 -0.014076 -0.009199 -0.038924 -0.016252 0.040365 -0.012308 7.7e-05 -0.004139 -0.002761 -0.019404 0.003243 0.02227 -0.073587 0.00517 0.005519 0.037012 -0.032806 -0.044893 0.001462 0.041793 -0.025774 0.012313 0.00706 -0.000102 -0.043848 -0.037754 0.010085 0.03667 0.0271 0.022055 0.008827 -0.004871 -0.012506 0.051326 -0.026093 -0.014823 -0.004787 0.026665 -0.003066 0.071432 -0.00067 -0.02737 0.001571 -0.001124 -0.01349 0.013251 -0.003174 0.002896 -0.033439 -0.000731 0.000139 0.013828 -0.008292 -0.028766 -0.008747 -0.005064 -0.008038 -0.029991 -0.037028 -0.004395 -0.019968 -0.028843 0.028015 0.029168 0.00713 0.039208 -0.02079 0.015678 0.008942 -0.009962 0.042423 0.007066 0.041637 0.052342 0.020925 0.004854 -0.001105 -0.044938 -0.033347 -0.025012 0.000646 0.0256 -0.027371 -0.009401 0.008283 -0.014528 0.029757 -0.035022 -0.033587 -0.021886 -0.036939 -0.023276 0.00228 -0.004239 0.025555 0.00272 0.006804 0.001861 0.003927 0.003136 -0.001199 0.023808 0.04076 -0.053668 -0.0001 -0.022708 0.010228 0.022702 -0.031274 -0.007241 0.008857 -0.008947 -0.033471 -0.028043 0.013955 -0.044238 0.012008 -0.074122 -0.02317 0.007872 0.016295 0.025693 0.029826 0.001698\nզ 0.027028 0.000753 -0.022145 0.010575 0.001978 0.017711 -0.009624 -0.016463 -0.005446 -0.01584 0.018029 -0.006831 -0.008121 -0.013987 0.011959 -0.005789 0.013788 -0.001855 0.009579 -0.027728 -0.01088 -0.00708 0.000181 0.013345 -0.012347 0.010295 -0.008189 -0.011144 -0.014271 -0.012781 0.019702 -0.01889 -0.003151 -0.015122 0.013829 0.014957 -0.029759 0.011904 0.011868 0.003128 -0.013119 -0.001794 0.003555 0.003632 -0.013829 -0.013666 0.017528 -0.004877 -0.00094 0.004588 0.000434 0.014843 0.018547 -0.028542 0.031962 0.013105 0.005471 0.016351 -0.020885 0.008989 -0.030109 -0.017665 0.004784 -0.012152 0.01053 0.013543 0.029056 -0.017397 0.021254 0.013927 -0.021848 -0.013879 0.014524 0.009269 -0.029395 0.001415 -0.012417 0.017716 -0.021653 -0.018433 -0.001975 -0.011496 -0.003599 0.005527 -0.010877 -0.022965 0.002882 0.006965 -0.009647 0.007458 -0.00941 0.023259 0.00463 0.002248 0.01306 0.000174 0.003531 -0.025285 0.014673 -0.003896 -0.012347 0.001816 0.001465 -0.014524 0.018625 0.001784 -0.020926 0.012549 0.022705 -0.003858 0.022799 0.010414 0.016365 -0.008826 0.006563 -0.002978 0.006738 -0.002275 -0.011275 -0.034284 0.011573 -0.008537 0.011187 0.016928 0.015343 0.011872 0.003966 -0.006159 -0.012481 -0.008987 -0.001478 -0.009572 0.008329 0.017499 -0.014829 -0.003323 0.001527 -0.00865 0.010925 0.024705 -0.002158 -0.00667 -0.00073 0.017237 -0.023527 -0.031037 0.02801 0.008373 0.008867 -0.018562 -0.002171 0.00524 0.010807 0.011623 -0.003272 -0.001838 -0.008841 -0.013319 0.009441 -0.016077 -0.015025 0.011159 0.010527 0.018544 -0.020501 0.002632 0.008388 -0.023709 0.01144 -0.002729 -0.02911 -0.01402 0.006228 0.02556 -0.002789 -0.02773 -0.005209 -0.011021 -0.02491 -0.001894 0.018535 -0.012335 -0.000236 -0.013664 0.00063 -0.01565 0.000903 0.0071 -0.028252 -0.003747 0.011685 0.013432 -0.027587 -0.011042 0.00337 0.026266 -0.006301 0.009784 0.010815 -0.009011 -0.008971 -0.01115 0.006431 0.009068 0.007174 0.012042 0.003525 0.007925 0.011355 0.020375 -0.005909 -0.000985 -0.002193 0.011157 0.000927 0.022062 0.002113 -0.021695 0.013873 -0.014595 0.003583 0.019085 -0.010876 0.002722 -0.006604 -0.018173 0.013507 0.012883 0.005199 -0.018385 0.000788 -0.004419 0.000454 -0.001936 -0.019216 0.002671 -0.01006 -0.027764 0.002336 0.002805 0.010073 5.1e-05 -0.021234 0.006697 0.002306 0.006374 0.014852 0.000839 0.031557 0.025859 0.013135 0.008341 -0.006718 -0.021619 -0.020761 -0.02011 -0.006869 0.015906 -0.011482 -0.018321 0.002936 0.001444 0.019534 -0.024011 -0.016143 -0.007864 -0.003282 -0.024717 0.006214 -0.001412 0.012649 -0.002579 0.012632 -0.013628 0.004087 -0.011599 -0.006565 0.014204 0.029765 -0.034474 0.000916 -0.010744 0.019522 0.009939 -0.004359 -0.014436 0.005392 0.004573 -0.009844 -0.005427 0.002554 -0.023477 -0.016164 -0.027277 -0.011016 0.018873 0.024311 0.003582 0.006975 -0.003545\nh 0.033848 0.003299 -0.055615 0.030539 0.023638 0.033405 0.014389 -0.004616 -0.02777 -0.027583 0.041182 -0.000871 -0.008423 -0.021018 0.020756 -0.007718 0.010924 -0.031232 -0.007775 -0.037673 -0.020865 0.005076 -0.001134 0.017222 0.000603 0.026167 -0.001095 -0.00052 -0.001227 -0.021606 0.019305 -0.031269 -0.0056 -0.03063 0.019651 0.01271 -0.04585 0.035038 0.004074 0.027718 -0.020368 0.00987 -0.010699 0.001564 -0.02599 -0.034083 0.042014 -0.003462 0.00504 0.027752 0.010744 0.055476 0.034657 -0.034997 0.052725 0.007819 -0.010192 0.032997 -0.015831 0.02108 -0.023369 -0.035362 -0.01081 -0.010171 0.011457 0.013853 0.041188 -0.01438 0.034013 0.012556 -0.042273 -0.012001 0.030026 0.014434 -0.051663 0.014252 -0.018133 0.028561 -0.019762 -0.016642 0.013808 -0.002416 -0.001068 0.033432 -0.029897 -0.057756 -0.008358 -0.009105 -0.015939 -0.012918 -0.002763 0.035284 -0.009022 -0.01751 0.00264 -0.010496 -0.000257 -0.029605 -0.003435 -0.010428 -0.013516 0.006579 -0.004691 -0.016663 0.017411 -0.005793 -0.015769 0.007108 0.042669 0.002676 0.033792 0.022735 0.017642 -0.011418 0.011907 0.004516 -0.017183 -0.001139 -0.010162 -0.045203 0.010259 -0.00713 0.044827 0.026353 0.032581 0.012736 -0.011589 -0.013922 -0.013069 -0.011737 -0.01692 -0.006301 -0.024957 0.021701 -0.01755 0.017723 -0.024005 0.01353 0.005836 0.047989 -0.008207 -0.003723 0.02754 0.026894 -0.03827 -0.037517 0.044511 0.000592 -0.004224 -0.041724 0.000415 0.010307 0.028772 0.031363 -0.00495 0.008537 0.003285 -0.01883 0.00685 -0.026758 -0.011771 0.016695 0.020151 0.004319 -0.014263 -0.008171 0.024162 -0.026844 0.02349 0.027456 -0.035762 -0.02713 -0.012871 0.028604 -0.027038 -0.024259 -0.00266 0.006208 -0.025269 -0.028277 0.038363 -0.004055 -0.00105 -0.00885 -0.007181 -0.010393 7.9e-05 0.012609 -0.066948 -0.010883 0.010635 0.028283 -0.034071 -0.036993 -0.013746 0.037483 -0.006874 0.005118 0.007968 -0.000323 -0.048078 -0.034084 0.012311 0.027589 0.022719 0.005767 0.014564 -0.008912 -0.009096 0.034684 -0.03556 0.001841 -0.000702 0.021225 0.006768 0.056372 0.01022 -0.027515 0.006394 0.009882 0.008397 0.013646 -0.001001 -0.00488 -0.019177 -0.00694 0.011337 0.011507 -0.010471 -0.017746 0.001796 -0.005716 -0.014944 -0.034836 -0.039122 0.008252 -0.013787 -0.04359 0.028724 0.025612 -7.4e-05 0.035284 -0.014306 0.012947 0.00715 -0.016822 0.042042 -0.00174 0.035051 0.05764 0.016333 0.011928 0.00903 -0.049462 -0.035135 -0.019679 -0.007954 0.022502 -0.019574 -0.032143 0.011055 -0.001094 0.025375 -0.025837 -0.031784 -0.021763 -0.023089 -0.007682 0.000297 -0.001339 0.01937 -0.008007 0.009472 0.003295 0.018285 0.000241 0.006966 0.03 0.037188 -0.050138 -0.001446 -0.013136 0.006688 0.021001 -0.031239 -0.001013 0.001566 -0.006358 -0.032785 -0.013932 0.011901 -0.041907 0.016024 -0.062751 -0.011412 0.012882 0.01311 0.007438 0.040516 -0.005243\nټ 0.032504 -0.008837 -0.023958 0.012516 0.000503 0.036506 -0.008869 -0.016475 -0.004616 -0.032864 0.023973 0.011571 -0.030064 -0.023659 0.036605 -0.029054 0.00939 -0.005971 -0.001868 -0.056681 -0.03026 0.001218 0.044046 0.012726 -0.019542 0.006649 -0.020141 -0.037749 -0.019954 -0.037518 0.017074 -0.010661 -0.024514 -0.028884 0.017814 -0.001873 -0.01863 0.016282 0.007412 0.028765 -0.016325 0.008878 0.011431 -0.007129 -0.05625 -0.005153 0.018119 0.014399 -0.009848 -0.005301 -0.003839 0.0396 0.017767 -0.037969 0.023887 0.004995 -0.035324 0.014105 -0.007883 -0.004784 -0.042748 -0.010467 -0.004319 -0.000605 0.003755 -0.000513 0.034884 -0.002758 0.036045 0.014758 -0.044953 -0.011299 0.023589 0.011463 -0.022334 -0.00665 -0.006745 0.017405 -0.067018 0.00274 -0.003902 0.00334 -0.022843 0.002393 -0.0326 -0.05642 -0.009597 0.010744 -0.035528 -0.026767 -0.015108 0.016234 0.011939 -0.031944 0.014544 -0.016633 -0.02935 -0.023886 -0.032453 -0.007976 -0.013342 0.025175 0.01766 -0.022644 0.015733 -0.00309 -0.023614 0.022191 0.045632 -0.014587 0.034231 0.042044 0.00812 0.006147 0.009456 0.01097 -0.015541 -0.00747 -0.02296 -0.018342 -0.001776 0.013983 0.011715 0.043058 0.021577 -0.00216 0.00181 0.005368 -0.0297 -0.033285 -0.003207 0.038345 -0.00783 0.021945 0.014431 0.009741 -0.013379 0.007676 0.013322 0.042968 0.021517 -0.00411 0.008056 0.017821 -0.052413 -0.058111 0.055689 0.040789 0.011995 -0.033106 0.017697 -0.001603 0.018734 0.021328 -0.015913 0.006005 0.029161 -0.009881 0.016011 -0.017839 -0.021535 -0.01406 0.017966 0.0165 -0.01068 -0.016157 0.024622 -0.020397 0.026713 0.021898 0.00785 -0.023878 -0.018872 0.019223 -0.03314 -0.031081 -0.016324 -0.024291 -0.024069 -0.015802 0.003882 -0.004166 0.002988 -0.016748 -0.007842 -0.041861 0.009504 0.031606 -0.040896 0.006796 -0.004159 0.004838 -0.048687 -0.010731 0.016054 0.038647 -0.007258 0.011318 -0.016024 -0.021648 -0.030669 -0.017451 -0.007584 0.042089 -0.002622 0.023226 0.02131 0.003681 -0.007511 0.050532 0.000654 -0.018533 -0.008434 0.004143 -0.004612 0.036156 0.000266 -0.02777 0.007843 0.037161 -0.002268 -0.006831 0.000308 0.017539 -0.01183 -0.013223 0.02306 0.035542 0.023001 0.002068 -0.023724 0.007077 0.003012 0.001328 -0.046697 -0.00165 -0.001384 -0.035875 0.00933 -0.004601 -0.0009 0.023695 -0.018305 0.009127 0.007629 0.008196 0.002695 -0.011274 0.018886 0.014324 0.023999 -0.013593 -0.009189 -0.026794 -0.001893 0.000265 -0.006612 0.014773 -0.035492 0.011474 0.007088 -0.018031 0.027187 -0.024214 -0.031424 -0.00121 -0.007902 -0.007797 0.027721 -0.003931 0.021848 0.022631 -0.003019 0.002409 0.01918 0.00705 -0.002291 0.007944 0.072667 -0.049885 0.026688 -0.044931 0.01578 0.024635 0.016564 -0.012422 0.02105 -0.012473 -0.016696 -0.008482 0.004598 -0.03573 -0.000772 -0.089189 -0.00994 0.028377 0.00756 0.032009 0.023133 -0.007889\nž 0.031884 0.004122 -0.043466 0.028573 0.009676 0.037564 0.005722 0.001962 -0.028335 -0.031977 0.037729 0.01336 -0.002351 -0.035614 0.022929 -0.000708 0.007818 -0.031187 -0.004706 -0.043653 -0.018751 -0.008437 0.000617 0.014001 0.000765 0.030813 0.001075 -0.004473 -0.016686 -0.0228 0.024009 -0.031106 -0.017467 -0.038283 0.011292 0.014374 -0.037705 0.034691 0.010261 0.015925 -0.028588 0.011867 0.000491 -0.003605 -0.025916 -0.020825 0.032935 0.001183 0.000481 0.023348 0.00577 0.055456 0.033577 -0.035617 0.035322 0.005413 8.3e-05 0.020378 -0.013317 0.024063 -0.018991 -0.028238 -0.009816 -0.018779 0.018626 0.017471 0.031562 -0.017272 0.030506 0.007907 -0.04099 -0.004874 0.018371 0.010994 -0.051894 0.002492 -0.031208 0.028132 -0.020753 -0.013833 0.01427 -0.002527 0.003151 0.023139 -0.02316 -0.051466 0.000759 -0.006365 -0.020268 -0.000705 -0.009856 0.024733 0.00096 -0.013523 0.007766 -0.011224 -0.002158 -0.0394 0.000653 -0.00287 -0.008887 -0.006978 0.005234 -0.018924 0.012529 6e-06 -0.008563 0.004615 0.02759 0.002534 0.037665 0.013153 0.017794 -0.007247 0.01059 -0.000494 -0.005449 -0.00058 -0.015262 -0.035048 0.021833 -0.002438 0.033174 0.016151 0.034288 0.010638 -0.011121 -0.02162 -0.006422 -0.012946 -0.020476 -0.004705 -0.013546 0.029015 -0.024063 0.017389 -0.019911 -0.002358 0.004482 0.050895 -0.004558 -0.006823 0.016199 0.023284 -0.028786 -0.045993 0.040653 0.002127 -0.002248 -0.036083 0.008828 0.009954 0.022604 0.027742 0.004092 0.005565 -0.010806 -0.019815 0.011434 -0.021658 -0.01474 0.019984 0.02372 0.013213 -0.009233 -0.003528 0.024173 -0.02335 0.020503 0.019406 -0.027053 -0.023019 -0.013299 0.032373 -0.020112 -0.028987 -0.014948 -0.005496 -0.027509 -0.019463 0.032002 -0.005667 0.002176 -0.006604 -0.00983 -0.019618 0.008907 0.021771 -0.053254 0.003113 0.009045 0.021649 -0.026189 -0.036991 -0.001467 0.032105 -0.015141 0.01606 0.001843 -0.000782 -0.036098 -0.026134 0.013687 0.020182 0.01288 0.016128 0.012415 -0.012509 -0.006569 0.026412 -0.027761 -0.001821 -0.010121 0.018232 -0.006882 0.068366 0.004949 -0.027621 0.003883 0.000478 -0.003665 0.010589 -0.014318 0.007483 -0.020289 0.000406 0.0016 0.016791 -0.004798 -0.014371 -0.000844 0.005256 -0.004097 -0.026328 -0.037247 -0.006299 -0.00896 -0.029123 0.027749 0.024312 0.01023 0.022285 -0.015659 0.011422 0.007981 -0.011829 0.046083 -0.001149 0.034093 0.048636 0.01993 0.01067 0.004409 -0.042592 -0.027929 -0.023984 -0.007223 0.014527 -0.024531 -0.019134 0.008203 -0.006687 0.026109 -0.01854 -0.028713 -0.016333 -0.02089 -0.017637 0.007557 -0.004557 0.020218 -0.000197 0.005351 -0.006148 0.017509 0.003995 0.000809 0.021489 0.034277 -0.044098 -0.004267 -0.016233 0.013385 0.012434 -0.025838 -0.002269 0.01186 -0.010154 -0.022024 -0.015816 0.014288 -0.038576 0.013994 -0.052125 -0.015282 0.004526 0.015958 0.016046 0.02469 0.003793\n། 0.036061 -0.007993 -0.049918 0.017991 0.003921 0.027736 0.018883 -0.002588 -0.019248 -0.031474 0.030234 0.000302 -0.01225 -0.019175 0.015278 0.004034 0.005984 -0.01323 -0.016025 -0.041025 -0.013819 0.003461 -0.001328 0.012704 0.004748 0.018881 -0.01058 -0.013328 -0.014158 -0.021821 0.018995 -0.035445 -0.018308 -0.043329 0.015347 0.017699 -0.036918 0.037422 -0.003167 0.019999 -0.016682 -0.005193 0.001508 0.003638 -0.032236 -0.010106 0.027534 -0.001339 -0.001832 0.019943 -0.002299 0.041041 0.027172 -0.030558 0.030136 0.008843 -0.013821 0.014334 -0.0154 0.034839 -0.019233 -0.029265 -0.010424 -0.007345 0.014713 0.022679 0.040249 -0.021625 0.044985 0.022748 -0.04319 -0.001956 0.023439 0.017701 -0.033839 0.006297 -0.024007 0.020886 -0.037992 -0.011019 0.001433 -0.003834 0.002757 0.020848 -0.021725 -0.048769 0.003836 0.004539 -0.017414 -0.008352 -0.011946 0.019543 0.008933 -0.014479 0.01154 -0.000291 -0.001358 -0.035802 -0.004135 -0.002856 -0.017691 0.009137 -0.003567 -0.029414 0.01129 -0.013209 -0.018787 0.005615 0.03226 -0.002996 0.042503 0.015434 0.015355 -0.02108 0.008334 0.01049 -0.01336 0.008248 -0.01545 -0.039825 0.027961 -0.001531 0.036528 0.015257 0.029395 0.015552 -0.013173 -0.020178 -0.002043 -0.013063 -0.008291 -0.005254 -0.008345 0.025517 -0.020061 0.013966 -0.022144 0.000381 0.007562 0.051796 -0.003754 -0.009246 0.010023 0.03008 -0.035152 -0.049549 0.04878 0.010726 -0.0032 -0.028639 0.004883 0.010189 0.025304 0.027173 0.000216 0.003193 0.009438 -0.01766 0.017422 -0.019509 -0.015408 0.019742 0.024987 0.009589 -0.007006 -0.021273 0.008475 -0.005859 0.013668 0.020907 -0.03071 -0.023933 -0.005312 0.023362 -0.012779 -0.036127 -0.021232 -0.012864 -0.02955 -0.003289 0.022844 -0.005418 0.011884 -0.006834 -0.019541 -0.013204 0.000795 0.017735 -0.05207 0.004085 0.011974 0.026354 -0.03406 -0.029987 0.008208 0.032967 -0.023074 0.006975 -0.008989 -0.011938 -0.034193 -0.018276 0.021987 0.031841 0.017138 0.01847 0.012221 -0.00459 -0.010228 0.029923 -0.021541 0.004999 -0.006654 0.020576 -0.007144 0.061493 0.00979 -0.014238 0.008675 0.003576 -0.005212 0.003222 0.001021 0.00572 -0.020899 -0.0064 0.009421 0.018468 -0.005684 -0.023043 -0.00979 -0.00482 0.005661 -0.019393 -0.039186 0.003468 -0.008737 -0.032115 0.026433 0.018306 0.00077 0.026954 -0.020645 0.014477 0.004913 -0.006995 0.026379 0.004824 0.035368 0.041755 0.019946 0.002566 -0.003659 -0.040794 -0.027465 -0.023138 -0.001848 0.015381 -0.026066 -0.006675 -0.002105 -0.010272 0.027018 -0.032775 -0.025922 -0.018799 -0.028962 -0.012764 0.009811 -0.007537 0.004437 0.016254 0.009291 0.002815 0.017775 0.005003 0.004227 0.018566 0.039734 -0.047171 -0.006889 -0.018505 0.015468 0.013177 -0.023814 -0.007644 0.020583 -0.009813 -0.011415 -0.015102 0.00823 -0.036498 0.011128 -0.058201 -0.011132 0.000356 0.001912 0.02111 0.029303 -0.001688\nԑ 0.052429 0.038692 -0.029446 0.008367 -0.014472 0.009299 -0.011498 0.023729 -0.038714 -0.037719 -0.005169 0.002951 -0.003841 -0.009062 0.02241 -0.00545 0.01611 -0.027803 0.009016 -0.025224 0.039291 -0.018868 0.043344 0.004227 0.001712 -0.003027 -0.001701 0.013786 -0.006497 -0.011389 0.008679 -0.004935 -0.041089 -0.030843 0.060368 0.005827 -0.018535 0.008396 -0.023345 -0.013176 0.000711 0.00982 -0.003321 -0.006601 -0.018571 -0.023479 0.000863 0.036182 0.032794 0.026184 0.005936 0.034714 0.02438 -0.005972 0.032286 0.029687 0.013639 -0.006456 -0.040708 0.011599 -0.009049 -0.007077 -0.007376 0.005281 -0.002248 -0.024535 0.008795 -0.022244 -0.001801 -0.020365 -0.015729 0.004686 0.039925 0.013327 0.006336 -0.001597 -0.016119 0.005409 0.029379 0.021784 -0.0036 -0.006396 -0.032049 -0.020466 -0.025287 -0.019645 0.0151 -0.004271 0.005354 0.025358 0.011552 0.039598 0.008219 -0.014922 0.031635 0.012583 0.004079 -0.037874 -0.022747 -0.011309 -0.07279 0.019581 0.040958 -0.005752 0.013987 0.010545 -0.010714 0.000558 0.023378 0.01502 0.026088 0.028164 0.002153 -0.024335 -0.028601 -0.003648 0.012411 0.006508 0.015067 -0.01185 -0.002054 0.055677 0.038323 0.009813 -0.026902 -0.032536 -0.010704 0.013676 -0.045003 -0.070416 -0.031848 0.002925 -0.03992 -0.038031 -0.007822 -0.003446 0.013452 0.049873 -0.0011 0.027465 -0.001913 -0.003154 0.025748 -0.002708 -0.026893 -0.046378 0.027167 0.012618 0.000539 -0.002259 -0.003847 0.004899 0.025053 -0.037837 -0.015778 -0.019989 -0.015414 -0.01338 0.010373 0.023777 -0.015937 0.003383 -0.007933 -0.010949 -0.010314 0.012979 0.011668 -0.01571 -0.016468 0.048763 0.028207 -0.005789 0.011461 0.000349 -0.008335 -0.018616 -0.021161 0.005067 -0.006099 -0.016515 0.002895 -0.02665 0.021645 0.009648 -0.022036 0.006836 -0.010757 -0.018553 -0.026638 0.056718 0.000342 0.007858 -0.040452 -0.035683 -0.003166 0.003632 0.021875 0.003501 0.012716 -0.007226 -0.061202 -0.035244 0.029929 0.03858 0.02004 -0.006125 -0.009025 -0.040398 0.008092 0.00649 0.000756 0.004481 -0.017804 0.017494 0.003996 0.041753 0.005569 -0.044865 -0.000396 -0.002263 -0.015068 0.024003 -0.022964 0.018791 -0.006405 -0.029543 -0.008034 0.049674 -0.000943 -0.044495 0.004978 -0.014939 0.018322 -0.022894 -0.101742 -0.008514 -0.034391 -0.02066 0.001975 0.034154 -0.018257 0.00482 0.033177 0.026889 0.035128 -0.035482 0.066525 0.016603 0.000176 0.028149 0.000291 -0.000277 -0.00705 -0.003219 -0.017489 -0.022329 -0.027086 -0.009221 -0.024162 -0.001504 0.022652 0.02277 0.018977 -0.022706 -0.023844 0.037806 0.024171 -0.011558 0.002992 -0.021686 0.044189 0.017984 0.022499 -0.001741 -0.012978 0.003333 -0.043436 0.015221 0.00515 -0.050491 0.0245 -0.006047 -0.009378 0.027297 -0.009598 0.016215 -0.025787 0.00021 0.010233 -0.035057 -0.035623 -0.002773 0.012546 -0.032654 -0.016632 0.020042 -0.004812 0.000311 0.027475 0.016121\nʔ 0.02533 0.009809 -0.043347 0.014823 0.019812 0.044287 0.012177 -0.010032 -0.018399 -0.025882 0.055172 0.016221 -0.008063 -0.021747 0.049537 -0.004075 0.017767 -0.02944 0.001981 -0.054458 -0.01432 -0.007292 -0.021924 0.015893 0.010627 0.018131 -0.014072 -0.003879 -0.01593 -0.02538 0.033115 -0.035285 -0.023068 -0.032915 -0.003529 0.013475 -0.031995 0.048273 0.01391 0.007142 -0.042425 0.028311 0.010338 0.015619 -0.009764 -0.022211 0.030043 0.013356 0.008397 0.003937 -0.00102 0.058492 0.03399 -0.039018 0.043517 0.006456 0.004985 0.02576 -0.020356 0.024645 -0.039949 -0.036964 -0.013035 -0.015333 0.012809 0.017033 0.051917 -0.028928 0.033081 0.025453 -0.031812 -0.009557 0.0203 0.025525 -0.041782 -0.007838 -0.021446 0.013505 -0.030177 -0.010262 0.022944 0.002861 -0.009915 0.013532 -0.029548 -0.065279 0.007081 -0.002873 -0.007843 0.016691 -0.003428 0.015612 0.00245 -0.013124 0.008943 -0.012726 0.005755 -0.042635 -0.014409 -0.01221 -0.031029 -0.01215 -0.006937 -0.034613 0.014032 -0.011903 -0.018453 0.009716 0.020175 -0.006081 0.06259 0.019277 0.026108 -0.00093 0.018954 -0.007489 -0.021615 -0.007194 -0.025783 -0.03275 0.038953 -0.008097 0.036434 0.036879 0.031729 -0.004311 0.000188 -0.007118 -0.016051 -0.013081 -0.000741 0.023844 -0.009773 0.047947 -0.014922 0.011487 -0.02824 0.025286 0.000751 0.041083 -0.010309 -0.006897 0.014641 0.021338 -0.035709 -0.061874 0.049201 0.002108 0.010317 -0.055502 0.012963 0.01451 0.035273 0.030207 0.001586 -0.004336 -0.001461 -0.028676 0.018079 -0.012669 -0.031864 0.015945 0.035486 -0.002533 -0.020401 -0.013385 0.025623 -0.020552 0.024883 0.042156 -0.03396 -0.031184 -0.014976 0.033461 -0.00132 -0.017561 -0.001283 -0.014055 -0.026515 -0.004154 0.042909 -0.003496 0.00835 -0.004454 -0.027794 -0.018008 0.00127 0.016365 -0.045558 -5.7e-05 0.019425 0.044609 -0.037109 -0.041933 -0.000976 0.048271 -0.033259 0.024605 -0.000385 -0.006132 -0.04103 -0.034128 0.022737 0.032377 0.033962 0.00986 0.004107 -0.034756 -0.011901 0.034135 -0.027278 -0.002652 -0.000417 0.029591 0.008095 0.053906 0.003923 -0.014843 0.012328 0.010256 -0.00406 -0.003036 -0.002594 0.01795 -0.038986 0.013527 -0.003161 0.014982 0.015953 -0.019845 -0.01378 -0.000672 -0.00553 -0.038787 -0.024605 0.006164 -0.019368 -0.030695 0.02043 0.027571 0.004313 0.034922 -0.018192 0.02114 -0.005117 -0.014289 0.039836 0.012575 0.030979 0.054681 0.004074 0.014873 -0.009142 -0.042329 -0.026964 -0.017396 -0.018097 0.012925 -0.0292 -0.005112 0.012094 -0.007753 0.024888 -0.018138 -0.026232 -0.019301 -0.028053 -0.014769 0.002013 0.007725 0.015768 -0.007772 0.019674 -0.006597 0.01871 0.005002 0.020184 0.024103 0.038504 -0.041894 -0.003687 -0.003138 0.025192 0.024568 -0.003326 -0.005058 0.017933 -0.019781 -0.020939 -0.01257 0.008159 -0.035553 0.006383 -0.064888 -0.022572 0.012651 0.012201 0.005671 0.007827 -0.020956\nḗ 0.024944 -0.000684 -0.04169 0.019993 0.003702 0.031943 0.014293 0.006247 -0.01333 -0.026544 0.033071 0.014246 -0.002283 -0.017919 0.036541 -0.004496 0.00505 -0.015764 -0.008188 -0.011929 -0.016745 0.015777 0.003061 0.006914 0.003708 0.014962 -0.007427 -0.006811 -0.025063 -0.028355 0.025294 -0.033254 -0.012462 -0.027505 0.010475 0.011249 -0.036178 0.033258 0.007803 0.003557 -0.025767 0.005835 -0.003927 0.009226 -0.028734 -0.029724 0.029305 0.003229 0.004876 0.018137 0.018046 0.031314 0.032363 -0.023393 0.034632 0.002411 0.003087 0.019108 -0.019085 0.013532 -0.023145 -0.020878 -0.01057 -0.021357 0.017647 0.017542 0.029573 -0.016145 0.023319 0.019434 -0.051407 0.006884 0.024346 0.007764 -0.038658 0.006902 -0.03258 0.016546 -0.027306 -0.009738 0.012472 -0.002903 -0.003546 0.020481 -0.008781 -0.053515 -0.002337 -0.000555 -0.016402 0.00358 0.000196 0.018482 -0.003729 -0.010762 0.021405 -0.004277 -0.012243 -0.04449 0.000816 0.001426 -0.011068 0.006548 0.000852 -0.031821 0.014146 -0.007929 -0.010707 0.014548 0.027876 -0.011354 0.042863 0.028811 0.012766 -0.004276 0.014196 0.002722 -0.000419 0.003826 -0.019657 -0.055134 0.02363 -0.011101 0.040538 0.023352 0.02234 0.007393 -0.023399 -0.007305 -0.006711 -0.011058 -0.00935 0.000831 -0.020137 0.023061 -0.014357 0.00573 -0.011671 0.012107 0.003782 0.049843 -0.007442 -0.008007 0.019234 0.035663 -0.03289 -0.034723 0.042328 0.006788 -0.001947 -0.042446 0.008554 0.014507 0.032218 0.011961 -0.009979 -0.000283 0.008739 -0.026117 0.010527 -0.024136 -0.008264 0.01633 0.01856 0.011044 -0.010061 -0.010369 0.016661 -0.018089 0.023389 0.025209 -0.026996 -0.019085 -0.003253 0.03542 -0.015725 -0.016021 -0.011681 -0.014618 -0.045964 -0.010567 0.034757 -0.006549 0.001413 -0.004469 -0.003372 -0.010227 -0.004209 0.023393 -0.056075 0.008676 0.020099 0.030469 -0.026594 -0.036584 -0.002649 0.043091 -0.012683 0.00922 0.015512 0.003152 -0.027038 -0.034877 0.025503 0.023226 0.009169 0.009034 0.003847 -0.013057 -0.015021 0.029696 -0.008303 -0.008636 -0.007734 0.016068 0.004427 0.061968 -0.005081 -0.025429 0.013111 0.005401 -0.013319 0.008123 -0.014271 0.012244 -0.032596 -0.003703 0.012025 0.00701 -0.00418 -0.013376 0.002671 0.004151 -0.006312 -0.017623 -0.030553 0.001214 -0.017823 -0.032653 0.019025 0.018852 0.007803 0.023056 -0.017704 0.015224 0.009632 -0.007017 0.035536 0.007489 0.026281 0.035736 0.02095 0.010253 -0.009664 -0.024456 -0.034767 -0.021199 -0.007276 0.008857 -0.019406 -0.010564 0.007047 -0.008584 0.02565 -0.023274 -0.017367 -0.010786 -0.024381 -0.018869 -0.003399 0.001077 0.00752 -0.016611 0.002849 -0.002274 0.005439 0.002766 0.004576 0.02086 0.03407 -0.037779 -0.005027 -0.032543 0.006995 0.016389 -0.02929 -0.007317 0.008814 -0.003677 -0.005878 -0.02396 0.002634 -0.024078 0.013992 -0.047268 -0.022359 0.003242 0.000342 0.012994 0.007726 0.003666\nત 0.042492 -0.002354 -0.059445 0.025014 0.006639 0.031954 0.006033 0.01385 -0.026641 -0.040113 0.031947 0.020512 -0.016027 -0.01411 0.029064 -0.010818 0.00852 -0.011664 -0.010229 -0.031788 -0.009915 0.004235 0.009755 0.016727 0.003712 0.020148 -0.012698 -0.012335 -0.009241 -0.036861 0.014137 -0.029128 -0.034 -0.037923 0.010047 0.008307 -0.024644 0.04709 -0.005104 0.026615 -0.036047 0.025953 -0.005616 -0.00032 -0.03125 -0.025411 0.032223 -0.017499 0.002943 0.020494 -0.000146 0.044023 0.043504 -0.021169 0.05562 -0.001285 -0.01213 0.025649 -0.015729 0.027546 -0.031581 -0.029568 -0.013858 -0.011403 0.009504 0.015319 0.052003 -0.018231 0.030922 0.019906 -0.04744 0.0047 0.018389 0.013945 -0.046798 0.018977 -0.028106 0.02187 -0.026858 -0.010052 0.009554 -0.012668 0.010641 0.01469 -0.012612 -0.054748 -0.002089 -0.005874 -0.004083 -0.004715 -0.006355 0.018957 0.017173 -0.004841 0.017393 -0.013233 -0.01738 -0.050003 0.0048 0.012566 -0.012228 0.005631 -0.003342 -0.047415 0.014983 -0.001139 -0.015744 0.002227 0.023921 -0.01103 0.046068 0.024122 0.026311 -0.023433 0.009508 -0.008147 -0.021008 0.005732 -0.012874 -0.037923 0.018757 -0.00134 0.040148 0.014654 0.019036 0.006382 -0.011634 -0.006015 -0.021134 -0.020006 -0.008537 0.002422 -0.010978 0.027256 -0.01731 0.017287 -0.021211 0.007881 0.012991 0.052368 0.002059 -0.009402 0.029186 0.021105 -0.050818 -0.05936 0.064267 0.021126 0.00985 -0.038154 0.016053 0.009982 0.040493 0.031644 -0.013084 0.032952 0.00457 -0.018775 0.028479 -0.025613 -0.017436 0.013724 0.031441 0.026376 -0.01045 -0.016778 0.00895 -0.010842 0.019248 0.017127 -0.024073 -0.022597 -0.017756 0.045826 -0.039333 -0.029623 -0.014587 -0.014775 -0.041867 -0.01233 0.030584 -0.024417 0.003639 -0.002397 -0.013077 -0.011986 0.01105 0.019694 -0.038745 0.008182 0.009119 0.027862 -0.034825 -0.028049 0.0073 0.057129 -0.024095 0.018013 -0.00911 -0.00293 -0.030685 -0.016661 0.019702 0.032088 0.021786 0.021034 0.005908 -0.014847 -0.009032 0.044011 -0.020572 0.011146 0.007641 0.004951 -0.005341 0.063585 0.008044 -0.015301 0.019238 -0.003375 -0.012263 0.004654 0.002011 0.006025 -0.018507 -0.00177 -0.000578 0.024242 -0.013187 -0.023878 -0.003249 0.006746 0.002536 -0.009251 -0.039333 0.001929 -0.014237 -0.032342 0.029794 0.025619 0.017042 0.026846 -0.022169 0.012106 0.003203 -0.006783 0.03169 -0.007816 0.041965 0.059799 0.020048 0.008861 -0.020058 -0.032732 -0.043798 -0.028163 -0.003702 0.023523 -0.026143 -0.007507 0.006435 -0.036029 0.043249 -0.031449 -0.02176 -0.01769 -0.048169 -0.025954 0.008457 -0.011766 0.012803 0.015905 -0.001418 0.002704 0.017293 0.00358 -0.008976 0.034963 0.039601 -0.059436 -6.8e-05 -0.037397 0.009157 0.010018 -0.033352 -0.01099 0.021412 -0.006693 -0.0181 -0.020329 -0.00387 -0.034268 0.018207 -0.065803 -0.006673 0.016174 -0.003933 0.016787 0.026462 -0.0033\nا 0.02797 0.003379 -0.041092 0.017876 0.005536 0.02813 0.002826 -0.00703 -0.019172 -0.027604 0.028382 0.010282 -0.00755 -0.016192 0.024206 -0.004481 0.008892 -0.01636 -0.009654 -0.038059 -0.015975 0.003466 0.005924 0.008828 0.002523 0.014801 -0.006557 -0.011709 -0.012671 -0.027999 0.019382 -0.026787 -0.013638 -0.035438 0.00872 0.012245 -0.031385 0.034099 0.006654 0.017211 -0.025912 0.008631 0.003094 0.000778 -0.023567 -0.017867 0.030453 -0.003118 -0.001564 0.009905 0.003251 0.040241 0.027236 -0.025554 0.035149 0.004857 -0.003765 0.018444 -0.011201 0.020506 -0.027257 -0.022369 -0.008964 -0.012346 0.014046 0.019868 0.034157 -0.010064 0.030902 0.016411 -0.046308 -0.006851 0.019488 0.017046 -0.037751 0.000663 -0.026862 0.021554 -0.030988 -0.015127 0.009375 -0.001781 0.002097 0.010103 -0.018328 -0.040704 0.00358 -0.002514 -0.014395 -0.00364 -0.005172 0.020135 0.006645 -0.006873 0.01483 -0.003301 -0.002513 -0.031592 -0.000935 -0.003093 -0.017848 0.00367 -4.1e-05 -0.027729 0.01275 -0.00773 -0.013292 0.009546 0.029588 -0.007336 0.039366 0.016716 0.019051 -0.015494 0.005992 -0.000606 -0.006532 0.001162 -0.013228 -0.035121 0.019451 0.001037 0.030892 0.018229 0.028884 0.01168 -0.009558 -0.009981 -0.009334 -0.015406 -0.009969 -0.000978 -0.009921 0.024232 -0.016118 0.010978 -0.02889 0.004996 0.01055 0.03756 0.000653 -0.008595 0.009233 0.020754 -0.025833 -0.04245 0.041642 0.012546 0.001151 -0.037903 0.007612 0.005534 0.028161 0.023523 -0.001555 0.005213 0.002446 -0.021215 0.012623 -0.019187 -0.020082 0.011889 0.018534 0.01429 -0.012935 -0.015426 0.01641 -0.019492 0.01617 0.013499 -0.021691 -0.01966 -0.007991 0.032917 -0.015334 -0.021991 -0.007472 -0.011195 -0.033485 -0.014861 0.028886 -0.012316 0.006797 -0.013607 -0.002544 -0.019117 0.002316 0.020127 -0.043565 0.000602 0.011674 0.020823 -0.031028 -0.028568 0.00256 0.03341 -0.019222 0.012937 0.001182 0.00023 -0.025314 -0.025746 0.015506 0.021041 0.014259 0.013881 0.009879 -0.00964 -0.006353 0.033635 -0.016765 -0.003144 -0.010695 0.015697 -0.002002 0.057018 0.007132 -0.019452 0.008371 -0.00363 -0.004344 0.006301 -0.003707 0.004182 -0.02023 -0.002138 7.8e-05 0.016227 -0.004124 -0.020715 -0.002166 -0.000972 -0.004181 -0.019893 -0.02907 -0.003795 -0.013313 -0.027888 0.01903 0.016508 0.006418 0.016179 -0.020872 0.007885 0.004387 -0.002269 0.030101 -0.003097 0.034315 0.044182 0.019348 0.003461 -0.001721 -0.032037 -0.024924 -0.019526 -0.002239 0.01938 -0.024226 -0.005807 0.002647 -0.012556 0.026271 -0.026058 -0.025196 -0.018967 -0.030986 -0.013002 0.006525 4e-06 0.015879 -8.5e-05 0.010306 -0.002543 0.010705 -0.002674 -0.002867 0.013889 0.039431 -0.041936 -0.001294 -0.017675 0.014449 0.010715 -0.015862 -0.004369 0.019646 -0.008953 -0.015944 -0.01484 0.006187 -0.033772 0.007534 -0.05622 -0.006817 0.0055 0.011626 0.012284 0.016171 0.001182\nĩ 0.051687 -0.005896 -0.054295 0.033349 0.03338 0.035329 0.022663 -0.029449 -0.037092 -0.02135 0.04857 -0.039596 -0.008784 0.015664 0.011397 0.001213 0.010743 -0.042689 -0.014297 -0.024528 -0.028888 0.012675 0.009519 0.010608 -0.027084 0.030421 -0.00768 0.005111 0.026165 -0.023558 0.007159 -0.036521 0.025877 -0.01135 0.026697 0.005076 -0.055926 0.013611 0.001418 0.042074 -0.01818 0.013085 -0.04171 -0.011711 -0.031349 -0.060279 0.053983 -0.011377 -0.002143 0.03885 0.028276 0.048424 0.043515 -0.037108 0.075124 0.020336 -0.022474 0.04342 -0.005169 0.004668 -0.019855 -0.048793 -0.013508 0.003967 0.008171 0.008193 0.042502 -0.035966 0.038958 0.01979 -0.038487 -0.012669 0.042816 0.038051 -0.062659 0.044107 0.000182 0.03051 -0.014629 -0.013623 0.020344 -0.017325 0.009656 0.043629 -0.037735 -0.055031 -0.014141 -0.019157 -0.001341 -0.033772 0.007667 0.042523 -0.020143 -0.015901 -0.008649 -0.012255 -0.014657 -0.03051 -0.017005 -0.022624 -0.00812 0.024056 -0.004388 -0.01345 0.037214 -0.011699 -0.002585 -0.007289 0.066866 0.002894 0.027066 0.032672 -0.017356 -0.019052 0.029242 -0.004087 -0.001593 -0.013949 -0.0048 -0.044036 0.011577 -0.018054 0.054892 0.033566 0.031551 0.012202 -0.014129 -0.023808 -0.013879 -0.011687 -0.008762 -0.015675 -0.032727 0.013295 -0.015801 0.01874 -0.043408 0.033295 0.025946 0.036943 -0.029313 -0.000716 0.042178 0.036349 -0.032208 -0.032296 0.062025 -0.018348 -0.009478 -0.053644 -0.019684 0.00303 0.028818 0.038017 -0.014962 0.019417 0.004037 -0.012815 -0.014208 -0.032928 -0.006741 0.02306 0.015729 -0.004749 -0.03663 -0.009319 0.023052 -0.020348 -0.004266 0.02153 -0.053551 -0.036566 -0.025111 0.020876 -0.046436 -0.005217 0.038292 0.000339 -0.00438 -0.051503 0.057758 0.003704 0.000165 -0.00029 -0.00973 -0.004866 0.015057 0.011323 -0.06533 -0.034669 0.009717 0.01923 -0.034509 -0.032333 -0.032779 0.030944 0.015009 0.012637 0.0102 -0.004534 -0.06679 -0.037229 0.013607 0.03514 0.033983 0.007841 0.01468 -0.016972 -0.018551 0.025313 -0.04431 0.004784 0.009789 0.011339 0.020607 0.042351 0.02432 -0.038122 0.012471 0.023171 0.028796 0.030177 0.007707 -0.015531 -0.018401 -0.029731 0.036984 -0.005024 -0.006005 -0.010705 0.011642 -0.021176 -0.032429 -0.062847 -0.055122 0.026536 0.001536 -0.061894 0.036227 0.002198 -0.013558 0.064992 -0.011352 0.023245 -0.008338 -0.0146 0.063921 0.004893 0.035203 0.070078 0.01614 0.014246 0.007063 -0.04946 -0.013844 -0.012878 -0.004953 0.042663 -0.014098 -0.034437 0.02347 0.009013 -0.002122 -0.062739 -0.038859 -0.045714 -0.013629 -0.000259 -0.017338 0.002921 0.003087 -0.010601 0.001988 0.001999 0.02508 -0.011294 0.01534 0.053005 0.037173 -0.04756 0.001648 -0.011743 0.007682 0.012352 -0.044914 0.012987 -0.018288 -0.006091 -0.065218 0.005076 0.004692 -0.033289 0.022059 -0.056134 -0.025031 0.020978 0.014296 -0.005554 0.048717 -0.034954\n¨ 0.002639 -0.012595 -0.058164 0.016479 0.001838 0.009474 0.031347 0.009819 -0.020993 -0.017042 0.032375 -0.005282 -0.034564 -0.03151 0.030501 0.015398 0.005336 -0.010268 -0.02804 -0.054886 -0.020188 0.000554 0.014783 0.025071 0.034363 -0.005708 0.008382 0.011016 0.009369 -0.010246 0.025359 -0.013311 -0.00783 -0.04757 -0.003477 0.027694 -0.037835 0.046139 0.005571 0.016218 -0.028785 -0.009775 0.007857 0.004396 -0.003943 -0.026393 -0.002515 0.040481 0.013327 0.005062 0.008776 0.050766 0.021374 -0.026892 0.034428 -0.000873 -0.011485 0.012633 -0.021593 0.013512 -0.021803 -0.04786 0.00357 -0.012651 0.00228 0.014575 0.058781 -0.019235 0.027492 0.019261 -0.062964 -0.013914 0.009208 0.020441 -0.031774 -0.003405 -0.049122 0.041124 -0.017011 -0.039738 0.001075 -0.014622 -0.007319 0.012361 -0.037499 -0.036807 -0.001561 -0.000753 -0.014232 -0.013128 -0.005776 0.005615 0.002451 -0.024554 0.015206 -0.016465 0.005124 -0.039108 -0.002741 -0.020457 -0.001087 -0.013973 -0.014491 -0.050679 0.01202 -0.022272 -0.005934 0.001486 0.029219 -0.012561 0.036319 0.017144 -0.007183 -0.009003 0.018265 -0.003371 -0.002262 0.007494 -0.00039 -0.044949 0.017569 0.010034 0.033935 0.03401 0.037203 0.006894 0.007197 -0.018353 -0.000244 -0.013302 0.007005 -0.000559 -0.010724 0.019908 -0.001498 0.007432 -0.035584 -0.001031 0.009568 0.049734 -0.023927 0.006776 0.013399 0.002752 -0.015885 -0.01759 0.035063 -0.000668 -0.022424 -0.021761 0.010016 -0.00396 0.017389 0.022343 -0.005316 -0.001646 -0.024987 -0.018114 0.01946 -0.008545 -0.024354 0.014792 0.017446 0.001932 -0.009055 -0.016018 0.046104 -0.012188 0.004921 0.019059 -0.025775 -0.029758 -0.039162 0.035846 0.003884 -0.03864 -0.016855 -0.017155 -0.010019 -0.015116 0.039633 -0.009657 -0.019225 0.000784 -0.016603 0.007607 -8.8e-05 0.028979 -0.06314 0.012591 -0.00016 0.022537 -0.030942 -0.026364 -0.001549 0.020396 0.00271 0.029386 0.00595 -0.015115 -0.032056 -0.038848 0.007477 0.028532 0.009652 0.021281 0.017397 0.004698 -0.005367 0.035972 -0.009983 0.00236 0.003323 0.01703 -0.009328 0.04739 0.01796 -0.03619 -0.005903 -0.010426 -0.03657 0.021464 -0.01631 0.017548 -0.013254 0.003126 -0.00821 0.009409 -0.006894 -0.013077 -0.004506 -0.006085 -0.003995 -0.028979 -0.03381 0.006455 -0.014933 -0.018862 0.035131 0.0261 0.032483 0.024128 -0.029624 0.008233 0.021536 0.005756 0.020778 0.027434 0.037675 0.053174 0.006786 0.005585 0.008657 -0.029019 -0.005397 -0.028384 0.004648 0.022674 -0.013404 -0.009889 0.00772 -0.033071 0.016882 -0.009148 -0.047853 0.001961 -0.039974 -0.012573 0.015838 -0.009323 0.031174 0.019931 -0.001203 -0.002117 0.000907 0.00405 -0.012914 0.020559 0.035221 -0.047879 -0.000716 -0.022673 0.026083 0.012069 -0.01078 -0.029319 0.012164 0.000177 0.004363 -0.025907 0.002977 -0.029725 -0.001517 -0.058922 -0.025457 0.000572 0.011783 0.023109 0.009518 -0.009989\nื 0.029528 0.002265 -0.033607 0.019624 0.009782 0.023812 0.007128 0.001172 -0.018101 -0.020173 0.022055 0.003164 -0.003336 -0.014562 0.028099 -0.004556 0.006919 -0.019423 -0.005184 -0.032326 -0.011757 0.005344 0.004285 0.01188 0.00076 0.008377 -0.011923 -0.007185 -0.011756 -0.017206 0.017698 -0.020094 -0.013908 -0.029819 0.00185 0.013826 -0.028954 0.029331 0.006208 0.011587 -0.023545 0.010142 -0.001134 -0.005257 -0.017889 -0.019036 0.02478 0.004429 0.000299 0.00347 0.003373 0.03572 0.030972 -0.025611 0.029503 0.002433 0.003164 0.016034 -0.007287 0.016702 -0.020039 -0.020277 0.001014 -0.010897 0.003464 0.014271 0.024022 -0.01137 0.027439 0.014273 -0.035191 -0.011417 0.020385 0.01029 -0.045052 0.003864 -0.025191 0.019554 -0.021927 -0.012852 0.01132 -0.002026 0.002201 0.014588 -0.017844 -0.034387 -0.001326 -0.004353 -0.010982 -0.001675 -0.001764 0.020121 0.003378 -0.011136 0.011146 -0.005516 0.001319 -0.027859 0.002177 0.003033 -0.01407 0.007165 -0.000576 -0.018955 0.011574 0.001039 -0.00865 0.006921 0.023284 -0.000559 0.038141 0.012634 0.025681 -0.008398 0.005506 0.001045 -0.003077 -0.001223 -0.001425 -0.029399 0.013749 0.004358 0.033488 0.017995 0.028548 0.008092 -0.009498 -0.009613 -0.003542 -0.010958 -0.005599 -0.005745 -0.015352 0.022437 -0.016644 0.014397 -0.022422 0.00228 0.003624 0.035902 -0.002154 -0.009658 0.004738 0.018056 -0.03121 -0.034278 0.034864 0.003827 0.000662 -0.032515 0.002038 0.003314 0.027094 0.021198 0.002627 0.006707 0.002086 -0.023958 0.010164 -0.018882 -0.011462 0.013299 0.017721 0.012432 -0.009162 -0.008964 0.012697 -0.012337 0.017269 0.012421 -0.023198 -0.016999 -0.005494 0.022157 -0.019185 -0.018922 -0.000881 -0.001468 -0.027097 -0.01439 0.032969 -0.01144 0.008524 -0.008711 -0.008653 -0.008815 0.003402 0.017373 -0.039598 0.003261 0.01287 0.019363 -0.029465 -0.028694 0.007581 0.028017 -0.01287 0.006703 0.006296 0.00356 -0.023134 -0.022616 0.012002 0.020308 0.020749 0.013131 0.002026 -0.007358 0.00069 0.024497 -0.013071 -0.001008 -0.005396 0.010961 7.5e-05 0.045031 0.003326 -0.02101 0.005643 -0.00302 0.000521 0.010911 -0.004479 0.006944 -0.017872 -3e-05 0.001827 0.011386 -0.002924 -0.021134 -0.008449 0.001085 -0.00277 -0.019868 -0.021955 -0.004222 -0.008544 -0.03036 0.01967 0.022754 0.013532 0.026815 -0.022893 0.01067 0.005019 -0.002006 0.027494 -0.002735 0.024165 0.041448 0.013342 0.001136 -0.004294 -0.028249 -0.023431 -0.011521 -0.002253 0.019917 -0.020648 -0.013979 0.007161 -0.009138 0.021468 -0.020385 -0.018496 -0.019918 -0.019721 -0.016197 0.006762 -0.001885 0.00944 -0.000488 0.008433 0.000113 0.006415 -0.001703 -0.002029 0.007675 0.027594 -0.037144 0.000759 -0.0069 0.008278 0.014028 -0.015754 -0.006961 0.012232 -0.00646 -0.016445 -0.011136 0.006165 -0.031418 0.005261 -0.051803 -0.010368 0.007679 0.006199 0.014554 0.016681 -6.3e-05\nබ 0.031184 0.000406 -0.049566 0.016068 0.011242 0.035342 -0.004612 -0.011024 -0.030659 -0.036529 0.033564 0.010035 -0.002666 -0.012276 0.027381 -0.017692 -0.002515 -0.012566 -0.002326 -0.041491 -0.010722 -0.009577 0.012815 -6e-06 -0.010971 0.010581 0.005759 -0.014227 -0.008837 -0.020662 0.013036 -0.018474 -0.010795 -0.026987 0.008966 0.000354 -0.024669 0.032537 -0.009944 0.012639 -0.020401 0.010458 -0.003863 -0.002637 -0.034795 -0.007931 0.021427 -0.01059 0.003921 0.025199 -0.012158 0.047479 0.030934 0.000544 0.052394 -0.005799 -0.009629 0.008985 -0.027007 0.024442 -0.033936 -0.027247 0.005823 -0.007271 0.02627 0.018216 0.024097 -0.003359 0.041684 0.017913 -0.058951 -0.006563 0.028769 0.014561 -0.035373 0.008814 -0.015061 0.024315 -0.029445 -0.024513 0.012439 -0.003501 -0.003535 0.004481 0.002293 -0.042793 0.004759 -0.012179 0.002204 -0.017603 -0.023943 0.001028 0.013215 -0.004468 0.003693 0.002698 -0.009686 -0.03775 -0.003028 0.000636 -0.014596 0.007174 -0.000374 -0.017894 0.007769 0.001891 -0.018339 0.004799 0.027931 -0.018877 0.024784 0.006717 0.010837 -0.022757 -0.006228 -0.017916 0.00061 -0.008928 0.00326 -0.023744 0.026742 -0.008481 0.021848 0.018734 0.024145 0.01475 -0.012125 -0.001312 -0.007276 -0.006984 -0.013109 -0.014565 0.003701 0.014884 -0.024035 0.008522 -0.029205 0.012724 0.011068 0.030136 -0.009102 0.002543 0.005034 0.016559 -0.022879 -0.03787 0.073195 -0.0007 -0.00633 -0.025213 0.00691 0.004901 0.037328 -0.007104 0.00156 0.009395 0.002806 -0.019104 0.006967 -0.017853 -0.021036 -0.009976 0.018397 0.010581 -0.017848 -0.025145 0.022232 -0.014416 0.027635 0.007967 -0.01365 -0.02948 -0.008336 0.025957 -0.016802 -0.022476 -0.005301 -0.000997 -0.038076 -0.013918 0.021754 -0.00405 0.009879 -0.02199 -0.012086 -0.023681 0.005266 0.017709 -0.043484 0.000463 0.012566 0.018176 -0.031839 -0.011753 0.01115 0.044725 -0.025178 -0.001023 0.001794 -0.004685 -0.026897 -0.032154 -0.001996 0.015085 0.006163 0.013659 0.002332 -0.006717 -0.002362 0.033203 -0.015161 -0.000729 -0.003751 0.001425 -0.015082 0.039648 0.026748 -0.013957 0.015745 -0.004621 -0.011388 -0.010704 0.015109 0.012049 -0.022987 0.002504 -0.002433 0.017129 -0.004003 -0.028144 -0.016191 -0.002697 -0.012135 -0.009419 -0.024921 -0.011177 -0.008538 -0.028394 0.012723 0.008486 -0.010937 0.020326 -0.02515 0.00816 -0.005516 0.00332 0.018979 0.002292 0.04314 0.056624 0.015736 0.007922 -0.0023 -0.013309 -0.020891 -0.014715 -0.003334 0.032152 -0.028689 0.00983 -0.002768 -0.028214 0.032257 -0.02527 -0.041169 -0.03002 -0.040581 -0.015962 0.020651 0.007759 0.012292 0.008027 0.023424 -0.005446 0.020435 0.012054 0.022147 -7.3e-05 0.038638 -0.046757 0.009938 -0.016434 0.019073 0.006586 -0.020369 -0.008332 0.023114 -0.005172 -0.017467 -0.007744 -0.008622 -0.029128 0.015431 -0.064919 -0.004152 -0.002864 0.013551 0.008181 0.024363 0.012773\nह 0.026815 0.001915 -0.053947 0.023893 0.012925 0.037051 0.004685 -0.007376 -0.021556 -0.034243 0.039581 0.017119 -0.00722 -0.024727 0.030149 -0.004943 0.005509 -0.024584 -0.011097 -0.046394 -0.015978 0.00332 0.003846 0.013818 0.004908 0.020172 -0.013987 -0.014521 -0.014751 -0.028793 0.02459 -0.030951 -0.018044 -0.037764 0.009086 0.017413 -0.040954 0.041841 0.008619 0.021761 -0.032073 0.010865 0.003175 0.001558 -0.027218 -0.02264 0.04222 -0.00709 -3.5e-05 0.015629 0.008007 0.055821 0.036324 -0.0398 0.043702 0.004868 -0.006053 0.023349 -0.010358 0.028043 -0.035227 -0.034369 -0.004251 -0.018551 0.013084 0.018707 0.039373 -0.013306 0.03375 0.019847 -0.056649 -0.008904 0.023816 0.019799 -0.051821 0.00179 -0.030957 0.025364 -0.036668 -0.01769 0.010024 -0.00521 0.002774 0.014255 -0.021597 -0.048405 0.008688 -0.007656 -0.019721 -0.004884 -0.011235 0.023574 0.006527 -0.017354 0.014212 -0.003502 -0.002308 -0.044094 -0.002119 -0.002747 -0.023784 0.004498 -0.003179 -0.026565 0.016772 -0.013647 -0.018136 0.01095 0.03689 -0.006413 0.046882 0.023606 0.023235 -0.018543 0.006453 0.002258 -0.008081 0.002271 -0.017458 -0.039795 0.026025 0.000609 0.040242 0.026602 0.03607 0.013682 -0.015274 -0.014175 -0.015001 -0.021071 -0.017638 0.001437 -0.020822 0.036873 -0.019528 0.013878 -0.035483 0.008633 0.007695 0.049133 -0.008827 -0.009473 0.00728 0.027975 -0.038297 -0.055268 0.054468 0.009754 -8.5e-05 -0.043828 0.001781 0.012933 0.034785 0.025758 0.000154 0.006202 0.005145 -0.024168 0.0184 -0.022853 -0.024148 0.013113 0.026471 0.013762 -0.015622 -0.016198 0.023525 -0.01881 0.025194 0.020839 -0.031216 -0.018456 -0.015462 0.037692 -0.016993 -0.031487 -0.008758 -0.008623 -0.041919 -0.01925 0.034503 -0.012965 0.006648 -0.014485 -0.004711 -0.016593 0.002187 0.025699 -0.058947 0.007282 0.020285 0.02762 -0.034045 -0.039844 0.001986 0.041505 -0.023053 0.015035 0.003559 0.000298 -0.039072 -0.037485 0.013293 0.027053 0.018626 0.019368 0.013558 -0.010444 -0.008526 0.0463 -0.02043 -0.00545 -0.004745 0.015773 -0.002198 0.070296 0.010369 -0.024588 0.011215 0.000472 -0.006821 0.00697 -0.006533 0.006096 -0.03124 -0.00191 0.002465 0.017001 -0.00625 -0.026782 -0.005093 -0.004194 -0.006691 -0.027692 -0.041072 -0.006082 -0.014739 -0.033674 0.027472 0.026725 0.008746 0.023988 -0.025313 0.019016 0.002024 -0.006097 0.038637 -0.007628 0.037091 0.055177 0.02547 0.010171 -0.00153 -0.0419 -0.03217 -0.020145 -0.008794 0.027729 -0.030245 -0.015136 0.001572 -0.013226 0.034156 -0.024095 -0.029222 -0.020226 -0.033151 -0.019997 0.006732 -0.002111 0.02156 0.006264 0.011994 -0.003866 0.012064 0.001652 -0.001326 0.02011 0.04742 -0.053094 -0.002231 -0.023378 0.01878 0.01854 -0.025997 -0.006357 0.020932 -0.013673 -0.023989 -0.010366 0.009167 -0.041824 0.010476 -0.067145 -0.00929 0.006777 0.016583 0.017053 0.016261 0.00271\nл 0.038001 0.005523 -0.049816 0.021127 0.015259 0.034964 0.004853 -0.001682 -0.016812 -0.031613 0.040991 0.011367 -0.011331 -0.028862 0.037156 -0.012034 0.006469 -0.024565 -0.013493 -0.045972 -0.014845 0.00131 0.007246 0.014251 0.005639 0.022917 -0.007762 -0.012238 -0.01798 -0.026779 0.020591 -0.036917 -0.016827 -0.040052 0.011717 0.016587 -0.044644 0.042159 0.005823 0.018665 -0.034689 0.013157 0.003403 0.002975 -0.029559 -0.0256 0.037743 -0.002793 -0.004549 0.01913 0.012379 0.054536 0.032568 -0.035858 0.042281 0.011726 -0.001516 0.022638 -0.009547 0.027863 -0.031962 -0.026667 -0.009436 -0.018071 0.016934 0.022371 0.035206 -0.014811 0.029254 0.01728 -0.052385 -0.00786 0.021419 0.015658 -0.053522 0.001799 -0.033822 0.031467 -0.029792 -0.013049 0.014527 -0.001378 0.000241 0.022598 -0.023459 -0.053855 0.003055 0.002556 -0.02426 -0.00512 -0.008983 0.024156 0.006675 -0.017631 0.016805 -0.006592 0.00161 -0.039053 -0.003171 -0.006874 -0.018436 -0.002188 -0.002418 -0.031231 0.019074 0.000407 -0.015393 0.011162 0.037802 -0.003343 0.049077 0.02496 0.020544 -0.011248 0.013349 0.006009 -0.014079 0.001336 -0.01451 -0.042627 0.023591 0.004382 0.040794 0.02792 0.031789 0.008269 -0.01072 -0.022889 -0.011881 -0.019133 -0.017673 -0.00402 -0.013734 0.028019 -0.02308 0.013032 -0.027123 0.008354 0.00965 0.042686 -0.003997 -0.013884 0.012525 0.029444 -0.034113 -0.052086 0.045109 0.008299 0.004711 -0.042245 0.004972 0.003266 0.033123 0.028652 -0.008017 0.001916 -0.001323 -0.023409 0.016982 -0.019696 -0.020253 0.018449 0.019094 0.016618 -0.018556 -0.008866 0.022787 -0.023961 0.017764 0.022714 -0.026735 -0.025451 -0.011356 0.037279 -0.018547 -0.029389 -0.007986 -0.006887 -0.039592 -0.027256 0.035846 -0.010431 0.004354 -0.011077 -0.008472 -0.019233 0.003112 0.019945 -0.061311 0.00582 0.0247 0.027939 -0.02959 -0.039061 0.007833 0.040054 -0.013673 0.018099 0.004431 0.004983 -0.042216 -0.037367 0.014804 0.026929 0.017636 0.017163 0.009481 -0.013781 0.000216 0.038565 -0.026466 -0.005449 -0.00806 0.01914 -0.003069 0.071298 0.003957 -0.025271 0.007649 -0.007065 -0.009365 0.010492 -0.009145 0.006406 -0.01813 -0.007769 -0.000579 0.02121 -0.011063 -0.026455 -0.007962 0.000778 -0.005663 -0.030303 -0.040706 -0.003469 -0.005806 -0.03966 0.030096 0.025716 0.005002 0.022749 -0.024522 0.015953 0.007717 -0.010061 0.047243 -0.006776 0.044133 0.054025 0.030967 0.004766 0.006235 -0.045438 -0.04307 -0.0208 -0.003757 0.024695 -0.028801 -0.01139 0.004089 -0.009749 0.028378 -0.027661 -0.026511 -0.021086 -0.032618 -0.020924 0.006663 2.9e-05 0.014633 -0.003475 0.007585 -0.00614 0.014315 0.007466 0.004336 0.011452 0.039538 -0.051528 -0.002838 -0.023757 0.016084 0.014639 -0.020987 -0.000438 0.018444 -0.012994 -0.020065 -0.016623 0.007237 -0.041428 0.008617 -0.065209 -0.012785 0.013232 0.013783 0.017564 0.018683 0.003653\nܽ 0.057892 0.019045 -0.111242 0.049128 0.032552 0.061124 0.008224 -0.015521 -0.049538 -0.046929 0.041569 0.031273 -0.01145 -0.072258 0.051393 0.012102 0.015359 -0.046663 -0.035212 -0.064688 -0.022584 0.01615 0.005485 0.018513 -0.005354 0.032965 -0.003881 -0.011233 -0.035692 -0.040357 0.041608 -0.056593 -0.015949 -0.071487 0.014584 0.038528 -0.063611 0.06457 0.018983 0.036178 -0.057171 0.025267 -0.001345 -0.00202 -0.042991 -0.05277 0.0631 -0.002236 0.003068 0.055843 0.012443 0.103258 0.062026 -0.046163 0.055396 0.00459 -0.012578 0.047717 -0.029487 0.050805 -0.03145 -0.067376 -0.023718 -0.016927 0.021609 0.032353 0.070041 -0.028622 0.060684 0.023178 -0.07061 -0.006935 0.037428 0.027892 -0.101894 0.023082 -0.050642 0.055453 -0.051498 -0.027274 0.014911 -0.00557 -0.014386 0.036575 -0.044593 -0.107501 0.013054 -0.031293 -0.026586 -0.014651 -0.019204 0.039261 0.007616 -0.048759 0.029466 -0.012815 -0.005726 -0.053462 -0.009999 -0.013334 -0.034569 0.001494 -0.016659 -0.034009 0.025446 -0.018962 -0.02452 0.012757 0.064395 -0.010324 0.059823 0.038009 0.031457 -0.03376 0.024395 0.004777 -0.031757 -0.011072 -0.025844 -0.06596 0.032712 -0.015195 0.084006 0.024461 0.051093 0.007662 -0.023907 -0.03896 -0.033063 -0.021561 -0.026692 -0.000706 -0.042158 0.046676 -0.045637 0.021212 -0.036591 6.5e-05 0.01693 0.076435 -0.01295 -0.011236 0.037435 0.036707 -0.048347 -0.074858 0.06081 0.018532 0.013047 -0.044552 -0.004041 0.016647 0.045714 0.067929 -0.00361 0.017915 0.011486 -0.018509 0.04262 -0.023065 -0.029041 0.027342 0.043435 0.021715 -0.016252 -0.025334 0.027935 -0.032107 0.022379 0.054108 -0.064731 -0.047955 -0.033632 0.047309 -0.021702 -0.046252 -0.036871 -0.003168 -0.061097 -0.037173 0.055818 -0.018634 0.011773 -0.024766 -0.011137 -0.038393 0.000356 0.042811 -0.116429 0.006337 0.022089 0.047058 -0.068806 -0.075535 0.002806 0.067994 -0.016954 0.008742 0.013216 0.006923 -0.073811 -0.066453 0.036614 0.043137 0.019986 0.043715 0.02489 -0.015994 -0.017795 0.087284 -0.067108 0.001944 -0.024331 0.014846 0.017692 0.117723 0.001635 -0.055113 0.006427 0.007553 -0.014096 0.029758 -0.016929 0.000641 -0.035689 0.005585 -0.006874 0.041619 -0.021087 -0.030395 0.012445 -0.001557 -0.011976 -0.022096 -0.063464 0.01056 -0.027793 -0.049374 0.04939 0.040609 -0.004298 0.03015 -0.040226 0.020866 0.025328 -0.025137 0.06301 -0.004735 0.069694 0.065154 0.054153 0.020862 0.025997 -0.098397 -0.061243 -0.035611 -0.007772 0.034404 -0.036648 -0.021205 0.010223 -0.031636 0.047588 -0.041413 -0.053841 -0.050855 -0.059981 -0.018373 0.014801 -0.008662 0.041511 0.01785 0.014808 -0.014405 0.024164 0.016575 -2.1e-05 0.057683 0.06855 -0.08779 -0.014341 -0.055895 0.024494 0.04768 -0.047859 -0.003369 0.023681 -0.026613 -0.039183 -0.048782 0.036875 -0.068757 0.03794 -0.100379 0.000502 0.012184 0.032059 0.035975 0.065409 0.014758\n໌ 0.062591 -0.011427 -0.068697 0.052999 -0.013043 0.051268 0.010984 0.024062 -0.039435 -0.040855 0.03346 0.029063 -0.007326 -0.013276 0.027171 0.017815 0.005252 -0.034846 -0.00351 -0.072191 -0.040394 0.000358 -0.016688 0.039477 0.005153 0.017111 -0.006751 -0.009924 -0.022176 -0.046472 0.028515 -0.035168 -0.034405 -0.05635 0.006351 0.027879 -0.040071 0.062776 0.028615 0.034324 -0.045443 0.024076 0.000886 -0.00129 -0.045682 -0.021642 0.037372 -0.016959 -0.012692 0.022535 0.007376 0.080797 0.047385 -0.043865 0.049881 0.01921 0.004772 0.019727 -0.011823 0.044951 -0.016413 -0.049449 -0.0126 -0.030048 0.018232 0.033087 0.060969 -0.012078 0.033961 0.02341 -0.070506 -0.019996 0.030791 0.035194 -0.069469 -0.003767 -0.028403 0.060638 -0.016949 -0.026508 0.020507 0.005137 0.001905 0.029331 -0.012964 -0.066348 0.019289 -0.02466 -0.011661 -0.007976 -0.001557 0.022482 0.022618 -0.028939 0.026844 -0.002284 0.001236 -0.070057 -0.003738 -0.001435 -0.028639 -0.013025 -0.004628 -0.046037 0.010652 -0.016691 -0.006357 -0.009871 0.04627 -0.029162 0.060397 0.023798 0.026673 -0.018284 0.034421 -0.000415 -0.012086 -0.003318 -0.014164 -0.060275 0.039837 -0.011255 0.061303 0.019502 0.06008 0.034309 -0.049525 -0.030517 -0.013244 -0.018408 -0.009887 -0.015549 -0.004369 0.042364 -0.022488 0.028254 -0.061275 -0.026042 0.005587 0.061614 -0.011015 -0.017143 0.015893 0.020789 -0.019844 -0.057529 0.062242 0.001561 -0.003318 -0.040434 0.015155 0.015322 0.058689 0.060901 0.022075 -0.001278 0.00534 -0.02001 0.035306 -0.032832 -0.017179 0.018807 0.045182 0.016667 0.00201 -0.021104 0.02345 -0.023373 0.024716 0.025044 -0.046434 -0.012935 -0.008914 0.042954 -0.035576 -0.026518 -0.014615 -0.014797 -0.056697 -0.022743 0.063954 0.000305 0.010129 -0.009601 -0.002909 -0.019833 0.003048 0.027206 -0.06103 0.012243 0.00446 0.008911 -0.050373 -0.042726 0.004031 0.041401 -0.003521 0.018878 -0.007048 0.013776 -0.023435 -0.013484 0.029579 0.032633 0.050441 0.043259 -0.000668 -0.028397 -0.010876 0.066074 -0.035861 -0.00553 1e-05 0.028171 -0.030275 0.085536 0.009775 -0.025967 0.011931 0.00894 -0.006602 -0.011599 -0.030418 0.020388 -0.043175 0.004682 -0.007049 0.022624 0.010623 -0.033076 -0.003667 0.023164 -0.007959 -0.023385 -0.05789 -0.018853 -0.031165 -0.051051 0.03304 0.046564 0.007188 0.04317 -0.056162 -0.001601 0.009755 -0.026207 0.066714 -0.007064 0.070987 0.087682 0.035771 0.011072 0.000735 -0.060815 -0.043531 -0.035563 0.014501 0.031353 -0.02536 -0.01548 0.026413 -0.024762 0.037091 -0.045442 -0.055356 -0.02143 -0.058051 -0.028168 0.024037 -0.00125 0.013046 0.027201 -0.005735 -0.012883 0.023242 -0.008366 -0.009999 0.012975 0.045139 -0.07283 -0.007044 -0.035373 0.020538 -0.005694 -0.040496 -0.010978 0.032455 -0.004499 -0.009562 -0.034504 0.01288 -0.052841 0.024417 -0.06417 -0.020359 0.01062 0.016867 0.024962 0.028364 0.013571\n٧ 0.053265 0.019827 -0.066123 0.022416 0.031954 0.055943 0.012007 -0.0104 -0.044035 -0.080621 0.05874 0.006435 -0.001166 -0.045443 0.066238 -0.014354 0.010192 -0.037149 -0.005474 -0.060854 -0.04218 -0.004148 0.019039 0.029168 0.001747 0.062405 -0.029947 0.002693 -0.024525 -0.026189 0.043354 -0.054776 -0.036266 -0.056169 0.009781 0.017157 -0.071284 0.058995 -0.016375 0.059659 -0.029059 0.032445 0.012062 0.00289 -0.038699 -0.031829 0.073899 -0.000203 0.040914 0.056914 0.028162 0.085146 0.077597 -0.057002 0.047602 0.020909 -0.039964 0.04597 -0.018288 0.032526 -0.032918 -0.023573 -0.007167 -0.046047 0.039723 0.012332 0.050905 -0.033182 0.063418 0.021421 -0.052899 -0.011208 0.041229 0.023094 -0.08764 0.015498 -0.021813 0.063702 -0.028849 -0.008483 0.032135 -0.008418 0.003582 0.028683 -0.030935 -0.082262 0.021979 -0.019757 -0.041556 -0.015886 -0.002492 0.050391 -0.005701 -0.03966 -0.00886 -0.018787 0.004356 -0.077324 0.020756 -0.027032 0.000322 -8.8e-05 -0.008319 -0.033838 0.038722 -0.020123 -0.018926 0.009773 0.064414 0.010106 0.077204 0.033888 0.018655 -0.002193 0.020529 0.02043 -0.01471 0.017397 -0.054066 -0.080796 0.007233 -0.003121 0.048923 0.039475 0.066562 0.00219 -0.027398 -0.053136 -0.022541 -0.018945 -0.064074 -0.001478 -0.038046 0.04698 -0.041166 0.037252 -0.042294 0.022289 -0.018358 0.075106 -0.007875 -0.023487 0.031491 0.066488 -0.043846 -0.091253 0.059417 0.01428 -0.031921 -0.076737 -0.016021 0.03153 0.059982 0.030049 0.011855 0.027233 -0.021559 -0.052865 0.049347 -0.027677 -0.021313 0.031668 0.064089 0.002685 -0.033533 -0.036162 0.066386 -0.017973 0.053023 0.041391 -0.040813 -0.033517 -0.010482 0.0443 -0.040843 -0.038029 -0.020392 0.017459 -0.050964 -0.045314 0.040206 0.006245 -0.001036 0.004184 -0.008508 -0.039788 -0.006026 0.012634 -0.081163 -0.006938 0.013749 0.029255 -0.039898 -0.070717 -0.008143 0.052774 -0.013258 0.013875 -0.014074 0.015806 -0.058934 -0.054608 0.041822 0.001979 0.04712 0.008364 0.018288 -0.019806 -0.022945 0.068138 -0.050778 -0.020365 -0.016424 0.018205 -0.03414 0.102259 -0.024288 -0.048242 0.010647 -0.026314 -0.001137 0.011107 0.001808 -0.002962 -0.021179 0.025235 -0.008698 0.025377 -0.017254 -0.037734 -0.002384 -0.010138 -0.026247 -0.036058 -0.068018 0.026319 -0.021791 -0.052745 0.052813 0.026595 0.006403 0.061571 -0.030531 0.003592 0.010528 -0.035144 0.095754 -0.043146 0.056019 0.062196 0.054069 0.018457 0.021603 -0.078077 -0.05792 -0.037832 -0.014093 0.042902 -0.031819 -0.037021 0.019981 -0.039843 0.021488 -0.042504 -0.048466 -0.019389 -0.060873 -0.003217 0.004382 0.008228 0.028159 -0.01599 -0.004495 -0.022622 0.029989 0.017672 0.014055 0.039314 0.045846 -0.073035 0.000496 -0.020066 0.018472 0.038132 -0.05132 -0.016375 0.026405 -0.024903 -0.025874 0.001529 0.03344 -0.058673 0.013935 -0.10278 -0.019418 0.04735 -0.000639 0.030224 0.024919 0.01481\nצ 0.032932 0.005484 -0.052132 0.025238 0.012354 0.043099 0.008407 -0.001799 -0.02069 -0.031455 0.038964 0.01719 -0.004671 -0.033008 0.036757 -0.004872 0.007293 -0.025927 -0.016023 -0.04791 -0.016137 0.004712 0.002646 0.014598 0.008852 0.024473 -0.002937 -0.009854 -0.012321 -0.02455 0.021907 -0.033206 -0.022721 -0.046385 0.011334 0.016785 -0.043256 0.044303 0.012154 0.025002 -0.030819 0.010825 0.006904 0.005245 -0.031534 -0.026282 0.038554 -0.005134 -0.001365 0.01588 0.00612 0.060685 0.035759 -0.039011 0.045517 0.005655 -0.005501 0.027312 -0.014406 0.031473 -0.029918 -0.032662 -0.014351 -0.014514 0.014308 0.020471 0.041221 -0.01007 0.040708 0.022071 -0.0466 -0.002606 0.021247 0.017313 -0.054315 0.000462 -0.028349 0.021841 -0.026868 -0.017531 0.01618 -0.000664 -0.000185 0.021763 -0.022616 -0.061935 -0.000364 0.000143 -0.024365 -0.007781 -0.010613 0.029463 0.004561 -0.012138 0.012013 -0.0096 -0.001744 -0.035859 -0.005387 -0.00451 -0.022644 -0.002757 0.004178 -0.033553 0.01491 -0.007156 -0.015425 0.016443 0.040298 -0.005461 0.046827 0.022698 0.01802 -0.017708 0.012079 0.004941 -0.014915 0.007212 -0.017104 -0.047639 0.024698 -0.000895 0.041328 0.020631 0.037683 0.016029 -0.015159 -0.017154 -0.015761 -0.021686 -0.021324 0.006725 -0.018637 0.030683 -0.021586 0.017399 -0.023677 0.004707 0.009385 0.051211 -0.003466 -0.013079 0.01631 0.030796 -0.031837 -0.052051 0.045014 0.008218 0.000274 -0.0452 0.011235 0.012065 0.036304 0.033416 -0.006096 0.006464 -0.001951 -0.025485 0.019042 -0.024568 -0.019758 0.019777 0.016987 0.011882 -0.015892 -0.013384 0.022622 -0.027503 0.023883 0.022907 -0.031379 -0.019661 -0.006791 0.040867 -0.017573 -0.034857 -0.011797 -0.008466 -0.038084 -0.020498 0.037671 -0.00535 0.008197 -0.010003 -0.007052 -0.026153 0.005591 0.02391 -0.064162 0.005319 0.010685 0.034681 -0.039371 -0.045518 -0.001997 0.042029 -0.022111 0.012189 -0.000679 0.002338 -0.03872 -0.035392 0.015858 0.029465 0.020804 0.011602 0.010592 -0.008266 -0.010777 0.042007 -0.031664 -0.006806 -0.005223 0.021115 0.005902 0.0666 0.002105 -0.022105 0.003717 0.007346 -0.007207 0.005488 -0.002685 0.005953 -0.030947 0.002073 0.004576 0.013976 -0.012015 -0.018952 -0.005352 -0.00028 -0.004688 -0.034351 -0.038193 -0.007017 -0.017746 -0.033098 0.030727 0.02586 0.009368 0.031399 -0.017758 0.011433 0.003091 -0.01625 0.039282 -0.010459 0.043534 0.0528 0.027592 0.010946 0.003395 -0.046943 -0.032744 -0.026348 -0.005185 0.020062 -0.024563 -0.016567 0.006442 -0.013311 0.036127 -0.02544 -0.033978 -0.017768 -0.035945 -0.013 0.009046 -0.003766 0.020587 -0.006836 0.017184 -0.00153 0.020018 0.005063 -0.000856 0.026464 0.05287 -0.051005 -0.007778 -0.019821 0.016027 0.017819 -0.023944 -0.004206 0.019934 -0.010582 -0.022608 -0.015401 0.01266 -0.045278 0.013548 -0.0711 -0.011116 0.007184 0.01786 0.018441 0.028329 0.005796\nũ 0.037674 -0.004065 -0.057503 0.033431 0.036287 0.029322 0.031547 -0.013648 -0.034161 -0.023141 0.049671 -0.027263 -0.00708 -0.001844 0.010949 -0.001699 0.011873 -0.036118 -0.012951 -0.026641 -0.028003 0.005846 0.001298 0.024225 -0.019693 0.035646 -0.001692 -0.001273 0.006344 -0.026837 0.020516 -0.03322 0.021736 -0.014932 0.01824 0.01264 -0.048246 0.022799 0.013371 0.038475 -0.019331 0.02292 -0.029467 -0.009162 -0.030128 -0.062143 0.05169 -0.005078 0.006574 0.030237 0.019893 0.047809 0.043526 -0.039093 0.058156 0.012965 -0.01633 0.035047 -0.01834 0.012904 -0.033752 -0.046435 -0.015491 0.001823 0.012567 0.018392 0.033245 -0.026537 0.042116 0.013883 -0.047957 -0.012475 0.036623 0.029236 -0.052341 0.038797 -0.003549 0.034744 -0.029982 -0.017992 0.01451 -0.003544 0.010893 0.04044 -0.017679 -0.056122 -0.004533 -0.020804 -0.018734 -0.026257 0.005687 0.034367 -0.013649 -0.024211 0.007713 -0.010255 -0.008179 -0.020255 -0.008415 -0.022488 -0.010483 0.029844 0.007355 -0.022376 0.0288 -0.011169 -0.003446 -0.009574 0.050599 0.003475 0.027291 0.024957 -0.006806 -0.012733 0.021605 0.006734 -0.009103 -0.007628 -0.008968 -0.051179 -0.001962 0.001878 0.057739 0.029505 0.038764 0.007721 -0.01815 -0.01347 -0.012275 -0.009015 -0.013071 -0.000726 -0.02719 0.016521 -0.023828 0.020089 -0.03407 0.023674 0.01383 0.047622 -0.008903 0.00405 0.025987 0.039288 -0.032409 -0.040131 0.059609 -0.015292 -0.012162 -0.049487 -0.010954 -0.00263 0.029378 0.034666 -0.012712 0.015229 -0.003025 -0.015545 0.00105 -0.032137 -0.014476 0.013467 0.03247 0.008911 -0.031197 -0.015216 0.031476 -0.022321 0.007536 0.019872 -0.037124 -0.02865 -0.021231 0.019723 -0.038276 -0.010047 0.020345 0.011095 -0.026433 -0.044245 0.045606 0.003334 0.001995 0.001389 -0.010649 -0.013407 0.011529 0.014683 -0.059154 -0.019619 0.00439 0.031958 -0.033257 -0.026383 -0.013484 0.03904 -0.00089 0.002199 0.011327 -0.006777 -0.063486 -0.047665 0.015942 0.033778 0.031145 0.010247 0.014354 -0.015885 -0.017958 0.028554 -0.046837 0.00575 0.001676 0.014808 0.002555 0.055274 0.017606 -0.031521 0.00977 0.015482 0.020454 0.023294 0.002586 -0.015528 -0.017072 -0.005372 0.020661 0.008986 0.000173 -0.010665 -0.001724 -0.015252 -0.02621 -0.045433 -0.05238 0.018568 -0.004244 -0.049165 0.039046 0.014978 -0.002769 0.05326 -0.016638 0.020851 0.004133 -0.021587 0.050087 -0.004288 0.034049 0.077315 0.009413 0.016383 0.009766 -0.059359 -0.03358 -0.014495 -0.006673 0.03029 -0.010619 -0.041125 0.01876 0.003976 0.006629 -0.040329 -0.052355 -0.035625 -0.027142 -0.011861 -0.010273 0.006058 0.001926 -0.017157 -0.000414 -0.006768 0.031807 -0.011683 0.014779 0.040489 0.041436 -0.052785 -0.000256 -0.025075 0.013686 0.023063 -0.043783 0.008161 -0.013233 -0.005576 -0.042994 -0.008137 0.016664 -0.044433 0.013113 -0.061234 -0.020933 0.012348 0.006625 0.004199 0.043804 -0.016571\nè 0.027266 0.00492 -0.031088 0.024583 0.018495 0.025595 0.012089 -0.007285 -0.013223 -0.014974 0.023798 0.004255 0.000636 -0.021571 0.026053 -0.004352 0.005396 -0.034066 -0.007581 -0.032027 -0.01364 0.009002 -0.001995 0.01875 -0.001143 0.023112 0.002429 -0.003704 -0.001804 -0.019896 0.020141 -0.025012 -0.012124 -0.029156 0.01216 0.01712 -0.025507 0.029132 0.005456 0.035211 -0.016441 0.011114 -0.006558 -0.000692 -0.029332 -0.021129 0.02496 -0.001074 0.00579 0.016902 -0.000876 0.044228 0.024707 -0.030324 0.038818 0.011012 -0.008692 0.019489 -0.005471 0.022274 -0.022433 -0.021273 -0.009746 -0.00975 0.009667 0.01325 0.026625 -0.019139 0.019855 0.013229 -0.029405 -0.008847 0.029811 0.013397 -0.032477 0.010666 -0.018936 0.02852 -0.013017 -0.011255 0.007786 -0.002225 0.005706 0.024973 -0.021028 -0.053091 -0.00183 -0.005904 -0.014979 -0.010183 -0.007631 0.034041 0.011272 -0.023501 0.007788 -0.015424 0.00551 -0.018956 -0.005344 -0.008199 -0.021342 0.009106 0.001722 -0.025337 0.017092 -0.001048 -0.022884 0.007397 0.036656 0.003777 0.020707 0.011626 0.009025 -0.008844 0.009362 0.005346 -0.01439 0.002375 -0.008845 -0.029721 0.005533 -0.004769 0.038057 0.013145 0.020064 0.016709 -0.010757 -0.013952 -0.014877 -0.004077 -0.013045 -0.00394 -0.01973 0.015088 -0.017013 0.017609 -0.011689 0.001219 -0.001675 0.04171 -0.012235 -0.004881 0.023623 0.018658 -0.029374 -0.024739 0.036737 -0.006409 -0.00145 -0.027833 0.006952 0.005136 0.020758 0.029206 -0.001499 0.005632 -0.004821 -0.022908 0.005189 -0.018424 -0.009662 0.001623 0.019686 0.010283 -0.013633 -0.005022 0.026599 -0.027132 0.012532 0.014707 -0.036627 -0.024079 -0.00545 0.019859 -0.020626 -0.020897 -0.001636 -0.002632 -0.02736 -0.024633 0.032429 -0.008628 -0.008264 -0.004291 -0.001089 -0.011587 0.007848 -0.000145 -0.046742 0.000309 0.006945 0.027167 -0.024056 -0.019382 -0.000981 0.029903 -0.009207 0.002063 0.013474 0.008106 -0.026493 -0.025664 0.007911 0.026261 0.012531 0.004539 0.005935 -0.000225 -0.01395 0.015843 -0.028155 0.003357 0.003765 -0.000491 0.000489 0.042277 0.000945 -0.014102 0.0027 0.013282 -0.003968 0.003987 -0.005398 -0.005311 -0.008287 -0.007812 0.003318 0.010602 -0.001325 -0.015265 -0.005632 -0.00606 -0.006842 -0.023452 -0.035799 0.001321 -0.002788 -0.030942 0.028107 0.026949 0.000754 0.025182 -0.014636 0.011799 0.001816 -0.010271 0.032139 0.001301 0.028299 0.037472 0.00807 0.013844 0.005232 -0.038785 -0.034264 -0.018841 -0.005313 0.015247 -0.000925 -0.016633 -2.5e-05 -0.006619 0.021664 -0.017698 -0.027026 -0.014469 -0.025353 -0.003998 0.008057 -0.006336 0.008466 -0.001334 0.011813 -0.007418 0.021139 0.000622 0.010207 0.016533 0.037471 -0.03931 -0.012054 -0.012481 0.001889 0.014825 -0.030557 -0.001384 0.009738 -0.001459 -0.025717 -0.008224 0.007157 -0.037342 0.009238 -0.053472 -0.009087 0.012006 0.012359 0.002734 0.038771 0.001054\nዴ -0.000539 -0.006941 -0.016291 -0.011077 -0.00185 0.000766 -0.004942 0.001251 -0.002307 -0.000262 0.029325 -0.002285 -0.008119 -0.017584 0.020935 0.0007 0.004394 0.022469 -0.027785 -0.038421 -0.018319 -0.00159 0.000866 -0.016452 -0.001782 -0.009857 -0.017239 -0.014757 -0.031101 -0.005752 0.009726 -0.015588 0.001667 0.004304 0.001775 0.001017 0.003311 0.012476 -0.003231 0.018114 -0.007243 0.000694 0.010599 0.014417 -0.014228 0.004446 0.009943 0.004647 -0.00446 -0.000654 -0.008425 0.015273 -0.019486 -0.014814 -0.002023 0.007511 -0.02698 0.003509 0.021226 0.004219 -0.027117 0.015582 -0.00679 0.012485 0.004739 0.01367 0.004243 0.010526 0.037271 0.020281 -0.012618 0.015695 0.022655 0.016302 -0.013644 -0.008913 -0.007931 0.003986 -0.027859 -0.005215 -0.010182 -0.017496 3.3e-05 -0.012294 -0.010734 -0.007605 -0.012988 -0.004382 -0.00507 -0.014778 -0.019697 0.01106 0.02104 -0.017909 0.012749 -0.02939 -0.015162 -0.007261 -0.00593 0.017031 -0.011617 -0.005868 0.013706 -0.02676 0.012974 0.000972 -0.009587 -0.002039 0.022125 0.007328 0.001576 0.027654 -0.001954 0.004912 0.005263 -0.002412 -0.00696 0.00476 -0.008835 -0.002711 0.004966 0.010534 0.000344 0.033118 0.004197 0.012722 -0.011206 -0.023626 -0.015858 -0.03007 0.00425 -0.004119 -0.017689 0.012144 0.008706 -0.01784 0.018627 -0.003887 0.009539 0.007345 0.010743 0.007098 -0.00085 0.015592 -0.0196 -0.020711 0.026699 -0.000565 0.013918 -0.019026 0.007402 0.003033 0.011686 0.011848 -0.009538 -0.010466 -0.004948 -0.00335 0.01655 0.017485 -0.023854 -0.001326 0.017632 0.005527 -0.00827 0.00235 -0.002845 -0.007521 0.000977 0.021342 -0.003007 -0.017015 0.001017 0.011582 -0.006907 -0.011619 0.005468 -0.014064 0.008476 0.008152 0.014812 0.005414 -0.00369 0.001252 -0.000798 -0.037837 0.012578 0.006934 0.005093 -0.0195 0.006462 -0.01045 -0.016582 -0.017843 8e-06 -0.002314 0.000158 0.017394 -0.022599 -0.024443 -0.017939 -0.015063 0.010296 0.025508 -0.003185 0.001868 0.000132 0.015263 -0.004119 0.01048 -0.015965 0.018229 -0.011175 -0.003536 0.00802 0.016339 0.01059 -0.01342 -0.002618 0.003 -0.004515 -0.007563 0.000656 0.026782 0.013047 -0.004495 0.001708 -0.008164 0.019934 -0.018782 -0.01072 0.003431 -0.015942 -0.014892 -0.030675 -0.010919 -0.013388 -0.008529 0.010294 -0.015567 -0.008521 -0.004146 -0.002713 4.2e-05 0.01768 0.004242 0.013877 0.010334 -0.000526 0.002778 0.014203 0.007408 0.001759 0.015894 0.017787 0.005169 -0.01397 -0.003033 -0.016684 -0.00158 0.009847 -0.026036 0.008294 -0.02002 -0.003282 -0.016462 -0.016075 -0.01493 0.018252 -0.001587 0.018079 -0.005415 0.007884 -0.004543 0.017534 -0.001167 0.003114 0.013473 0.023601 -0.017627 0.015608 -0.020864 0.006977 -0.01711 0.028017 0.008272 -0.011638 -0.010778 -0.002802 0.001927 0.01139 -0.010143 0.022116 -0.026013 -0.004845 0.029635 -0.011757 0.020374 -0.008616 -0.004459\nជ 0.017593 0.002372 -0.023491 0.017531 0.008898 0.030282 -0.000618 -0.010453 -0.016243 -0.026062 0.02387 0.004706 -0.005552 -0.014101 0.014209 -0.000244 0.001212 -0.018768 -0.002238 -0.037012 -0.008221 0.00723 0.012199 0.002761 -0.008204 0.022418 -0.013247 -0.014172 -0.013527 -0.011801 0.023917 -0.028671 -0.010233 -0.033886 0.007365 0.010085 -0.017864 0.02661 0.000909 0.016736 -0.021088 0.007445 0.001992 -0.005774 -0.01349 -0.016249 0.030064 -0.012136 -0.000125 0.009869 -0.002284 0.03139 0.015215 -0.024236 0.02819 0.01117 0.001689 0.011125 -0.009362 0.020074 -0.028271 -0.009238 -0.002719 -0.006507 0.013965 0.013368 0.036195 -0.019034 0.024409 0.018542 -0.04286 -0.011821 0.019297 0.014874 -0.041732 -0.004742 -0.014405 0.009099 -0.021023 -0.007936 0.018783 -0.001064 0.000135 0.016941 -0.008835 -0.036093 0.012441 0.000497 -0.008563 -0.006068 -0.005969 0.017648 0.002368 -0.014603 0.010404 -0.000719 -0.000304 -0.033978 0.001241 -0.00279 -0.01644 -0.001869 -0.008722 -0.021166 0.010825 0.002426 -0.014457 0.006626 0.036801 -0.006187 0.032476 0.017444 0.015296 -0.012248 -0.001311 -0.005954 -0.001971 -0.004806 -0.009729 -0.033481 0.029388 -0.002704 0.031738 0.010657 0.027896 0.009729 -0.00247 -0.005763 -0.012432 -0.019183 -0.004138 -0.004088 -0.009264 0.027934 -0.017724 0.002602 -0.021784 -0.002501 0.001593 0.034438 -0.006203 -0.00479 -0.00056 0.021031 -0.02779 -0.032497 0.049225 0.006786 0.006411 -0.035539 0.003168 0.001662 0.023678 0.01175 0.008082 0.0024 -0.002728 -0.025429 0.009327 -0.015628 -0.015945 0.014864 0.018098 0.021001 -0.014903 -0.009725 0.017323 -0.013842 0.014782 0.007485 -0.022483 -0.019378 -0.003485 0.027335 -0.012572 -0.006899 0.000686 -0.007719 -0.043105 -0.021261 0.019738 0.000187 0.011025 -0.005373 -0.002243 -0.009483 0.00538 0.013465 -0.042828 0.006053 0.010746 0.012382 -0.03527 -0.022445 0.00788 0.031449 -0.017671 0.018225 0.010829 0.003307 -0.018441 -0.018369 0.007384 0.015925 0.017733 0.012688 0.008038 0.00279 -0.012267 0.029255 -0.020646 -0.007921 -0.001495 0.016628 0.001185 0.038475 0.008363 -0.013896 0.010852 0.006714 -0.007397 0.009384 -0.004363 0.007649 -0.012788 -0.001106 -0.000112 0.009373 0.003444 -0.013507 -0.017062 0.001834 -0.008223 -0.030763 -0.025811 0.002294 -0.012318 -0.024741 0.01124 0.017934 0.011836 0.015206 -0.026103 0.018261 -0.005792 0.011276 0.02076 -0.003169 0.028145 0.041926 0.012946 0.003054 -0.000165 -0.023723 -0.018036 -0.011215 0.009055 0.015046 -0.016567 0.000793 0.005762 -0.008423 0.019142 -0.023875 -0.025235 -0.021916 -0.020306 -0.020829 0.005084 -0.002138 0.010601 0.003867 0.013783 0.006267 0.006025 0.002037 0.00276 0.016588 0.034601 -0.041323 -0.007851 -0.012643 0.010137 0.015103 -0.016538 -0.019953 0.012982 -0.007776 -0.01661 -0.013805 0.004156 -0.025572 0.002323 -0.04558 -0.01515 0.007562 0.002243 0.016546 0.010632 -0.002918\nඋ 0.063014 0.018399 -0.064345 -0.002735 0.035024 0.081604 -0.041862 -0.004677 -0.049334 -0.075005 0.077712 0.037479 0.035318 -0.058061 0.084598 -0.010778 -0.045127 0.003601 -0.059428 -0.122186 -0.0223 -0.027321 0.033558 -0.037628 -0.007512 0.049329 -0.053775 -0.024782 -0.003644 -0.071336 0.022901 -0.021944 -0.079579 -0.084607 0.038381 0.034798 -0.022111 0.091716 -0.003208 0.046117 -0.088477 0.002246 0.006262 0.010355 -0.062919 -0.028056 0.109273 -0.023535 -0.032733 0.05938 -0.009356 0.089215 0.051251 -0.013688 0.122863 0.014042 -0.026188 0.037546 -0.020269 0.017083 -0.04761 -0.053342 -0.036327 -0.013804 0.058985 0.044272 0.061003 -0.031909 0.054145 0.039754 -0.093837 -0.007962 0.054559 0.019884 -0.066025 0.012423 -0.068736 -0.003319 -0.100495 -0.020015 0.055738 -0.016551 0.005437 0.035414 -0.041793 -0.060351 0.001176 0.057276 -0.020057 -0.054584 -0.024744 0.008292 0.045916 -0.024107 0.017196 0.024549 0.018117 -0.102815 0.022873 -0.002357 -0.066047 0.024012 0.004747 -0.102538 0.024626 -0.004499 -0.051469 0.052416 0.065497 -0.007643 0.11094 0.063869 0.029867 -0.024219 0.007039 -0.006721 0.021797 0.035965 -0.062167 -0.095704 0.068464 0.010252 0.044137 0.102028 0.046245 0.013368 -0.001476 0.038046 -0.02773 -0.050908 -0.0825 -0.031112 0.034405 0.089064 -0.032557 -0.007103 -0.03423 0.046969 0.021383 0.088976 0.002436 0.002026 0.014048 0.038619 -0.070473 -0.086219 0.142247 0.045794 0.01221 -0.052658 -0.01995 0.023993 0.041501 0.013239 -0.007175 0.027103 0.011499 -0.032524 0.049522 -0.029866 -0.05347 0.016189 0.038819 0.005447 -0.039714 -0.035365 0.047897 -0.035805 0.057498 0.037848 -0.028115 -0.004012 0.019635 0.085238 -0.026212 -0.05032 -0.006229 -0.046645 -0.062825 -0.08063 0.038973 -0.033524 -0.018995 -0.053869 -0.027675 -0.019581 0.015014 0.036084 -0.089857 0.012792 0.045938 0.058784 -0.025884 -0.117901 0.009505 0.078108 -0.067701 0.000685 0.017969 0.031924 -0.058897 -0.03433 0.038772 0.080734 0.03433 -0.020332 0.036358 0.003592 -0.042245 0.072462 -0.004632 -0.03829 -0.003637 0.026979 0.024075 0.127125 0.031805 -0.041501 0.039389 0.013032 -0.005136 0.022295 0.011835 -0.009527 -0.046524 -0.021919 0.010729 -0.008826 -0.067116 -0.013037 -0.027651 -0.029083 -0.011169 -0.019613 -0.111824 -0.057614 -0.020157 -0.028723 0.051191 0.016541 -0.001355 0.020088 -0.032432 0.041321 -0.022892 -0.003057 0.068571 -0.030517 0.068611 0.112685 0.038052 0.039746 -0.010212 -0.064164 -0.070074 -0.033963 0.00265 0.056549 -0.052072 0.003351 -0.009557 -0.031203 0.085148 -0.05558 -0.03888 -0.050662 -0.09416 -0.053586 0.036301 -0.019226 0.067929 -0.007979 0.017354 -0.002677 0.055659 0.022944 0.029701 0.036109 0.126606 -0.094468 0.005178 -0.020445 0.067714 0.030286 -0.030938 -0.019204 0.088229 0.029394 -0.038299 0.002994 -0.006824 -0.018475 0.051737 -0.169996 -0.010281 0.035872 0.012054 0.02593 -0.005947 0.032264\nሊ 0.043202 0.010839 -0.044847 -0.015313 -0.010347 0.044164 -0.013505 -0.0486 -5.5e-05 -0.047074 0.053766 0.022707 0.007903 -0.058978 0.035406 -0.015784 0.013109 0.018918 -0.028014 -0.079651 -0.014738 -0.017376 0.034308 -0.001987 -0.006526 0.015278 0.002537 -0.01471 -0.012067 -0.054758 7e-05 -0.02385 -0.041194 -0.028596 -0.007826 0.00522 -0.020123 0.036995 -0.00715 0.034756 -0.041865 -0.005159 0.003573 -0.011061 -0.040341 0.002167 0.051591 -0.014939 -0.0028 -0.010654 -0.012869 0.064358 0.028813 -0.031381 0.040997 0.006583 -0.017662 0.001726 -0.024516 0.005952 -0.033134 -0.019629 -0.031229 0.001807 0.030923 -0.006839 0.03908 0.01118 0.052207 0.028318 -0.047816 -0.032118 0.023898 0.021065 -0.039876 -0.002111 -0.011705 -0.003689 -0.062192 0.006078 -0.012113 0.010719 -0.032807 -0.010311 -0.026906 -0.026979 -0.007335 -0.011717 -0.032788 -0.042659 -0.01504 0.047508 0.037192 -0.031039 0.023736 -0.014825 -0.019451 -0.029077 -0.013098 0.007957 -0.043045 0.011635 0.009288 -0.019472 0.016741 -0.012815 -0.040485 0.027441 0.059275 -0.000353 0.023779 0.054988 -0.001264 -0.013407 -0.005825 0.020897 -0.015096 0.009108 -0.014983 -0.025413 -0.009709 0.011217 0.035788 0.045159 0.056326 -0.00612 -0.011918 -0.00535 -0.032303 -0.022946 -0.027529 -0.007951 0.005734 0.028259 -0.021971 -0.007279 -5.5e-05 0.03407 0.020746 0.054312 0.01866 -0.003642 0.027194 0.02125 -0.045427 -0.068711 0.078188 0.044395 -0.009913 -0.040693 0.016318 0.017207 0.045298 0.027623 0.007023 -0.007256 0.038651 -0.033616 0.031546 -0.021365 -0.05981 -0.006912 0.007564 -0.005333 -0.024898 -0.023352 0.023864 -0.045461 0.005716 0.024549 -0.000129 -0.017328 -0.020151 0.034887 -0.002321 -0.014765 -0.008178 -0.021325 -0.020654 -0.032971 0.002815 -0.014185 0.008666 -0.033962 -0.009627 -0.049902 0.022797 0.030227 -0.034544 -0.021605 0.004428 0.025305 -0.037761 -0.010627 -0.012952 0.042334 -0.023917 0.027871 0.001663 -0.008795 -0.052157 -0.034535 0.025304 0.063405 0.003684 0.029998 0.043374 -0.024577 -0.008298 0.055183 -0.006396 -0.008746 -0.001645 -0.008625 -0.006984 0.067209 0.03403 -0.039308 0.016877 0.028369 0.007016 0.001142 0.004477 -0.010408 0.006623 0.006678 0.012387 0.023718 0.004891 0.007578 -0.020506 -0.005675 -0.006956 -0.026042 -0.075007 0.007252 -0.026701 -0.028223 -0.004032 -0.001993 -0.007786 0.015357 -0.026679 0.00866 0.003949 0.001062 0.035776 0.000833 0.028689 0.021607 0.013124 0.014951 0.004731 -0.022092 0.000172 -0.009149 -0.017048 0.043289 -0.037004 -0.008095 -0.011025 -0.017331 0.025291 -0.026231 -0.041178 -0.013454 -0.018087 -0.012094 0.01041 0.022304 0.035629 0.032206 0.041271 -0.008506 0.025439 -0.014501 0.011185 0.027361 0.092301 -0.060399 0.012572 -0.048181 0.012252 0.019491 -0.006627 -0.017301 0.040162 -0.016956 -0.004415 0.003413 0.010708 -0.030332 0.009662 -0.092517 -0.003707 0.040933 0.016008 0.015338 0.011816 0.025327\nຍ 0.024527 0.003139 -0.027656 0.019562 0.012798 0.030716 0.008917 0.000913 -0.018271 -0.021018 0.016913 0.011119 -0.007518 -0.019828 0.022205 -0.000358 0.001876 -0.01609 0.001856 -0.032912 -0.017322 -0.000826 0.002607 0.009167 0.008947 0.015332 -0.013632 -0.012741 -0.011637 -0.019756 0.022792 -0.019886 -0.021089 -0.030141 0.013372 0.009472 -0.021169 0.019621 -0.001667 0.016118 -0.016111 0.00784 0.005322 -0.008902 -0.015792 -0.01858 0.024218 -0.002126 -0.003537 0.019616 0.003482 0.041112 0.027237 -0.03958 0.030461 0.006693 -0.00886 0.010489 -0.004514 0.013605 -0.022937 -0.019672 -0.008987 -0.000709 0.004747 0.01077 0.031547 -0.009741 0.025157 0.009071 -0.044028 -0.008652 0.022428 0.011818 -0.038334 -0.00129 -0.019203 0.019219 -0.019644 -0.006845 0.011096 0.000835 0.008308 0.007537 -0.017008 -0.041398 0.007685 -0.001634 -0.01703 -0.008698 -0.001993 0.016545 0.011624 -0.009207 0.025609 -0.007342 0.003742 -0.037168 -0.00086 -0.003571 -0.021904 -0.010066 0.007424 -0.022345 0.01212 -0.001341 -0.01198 0.005674 0.027925 0.004228 0.031689 0.016451 0.022629 -0.009274 0.012999 0.009041 0.001406 0.003332 -0.017917 -0.028645 0.008588 0.000841 0.027345 0.021801 0.0237 0.004665 -0.011914 -0.009321 -0.018746 -0.0096 -0.013485 0.003907 -0.009224 0.026271 -0.024841 0.014039 -0.020689 0.003507 0.004774 0.029691 -0.002067 -0.011806 0.010572 0.007522 -0.028253 -0.032071 0.042147 0.010381 0.006382 -0.037817 0.007512 0.00449 0.028965 0.018162 0.009393 0.007875 -0.010283 -0.018024 0.015392 -0.017033 -0.016809 0.013131 0.01467 0.013473 -0.006867 -0.012043 0.017173 -0.011121 0.016203 0.018581 -0.014904 -0.027602 -0.011045 0.022212 -0.020409 -0.021949 -0.007091 -0.003576 -0.025444 -0.017917 0.022084 -0.007769 0.003936 -0.006958 -0.001724 -0.011279 0.007847 0.01874 -0.031375 0.008091 0.011591 0.017328 -0.025847 -0.031456 -0.002891 0.029277 -0.014124 0.015053 0.002336 -0.002568 -0.023227 -0.018864 0.00985 0.015039 0.008076 0.020051 -0.00758 0.000193 -0.001424 0.027487 -0.018161 0.001383 -0.004387 0.008616 0.000597 0.043494 0.000483 -0.023138 0.007764 0.004891 -0.000355 0.000455 -0.006346 0.009987 -0.015168 -0.000199 -0.0036 0.008401 -0.002755 -0.023913 -0.003447 -0.003888 -0.005981 -0.017619 -0.029209 0.000477 -0.009842 -0.020925 0.022087 0.016646 0.004944 0.014031 -0.019991 0.015369 0.001028 -0.004301 0.031184 -0.006099 0.024684 0.037658 0.010902 0.008288 0.000124 -0.024151 -0.024771 -0.018002 -0.009724 0.009081 -0.01957 -0.006238 0.00031 -0.012922 0.020364 -0.021081 -0.028945 -0.015865 -0.035531 -0.006575 0.009124 -0.015094 0.017607 -0.00137 0.011517 -0.006398 0.016656 0.005801 -0.004867 0.008325 0.033679 -0.041229 0.002199 -0.016005 0.010267 0.010605 -0.02309 -0.000715 0.010126 -0.004002 -0.013496 -0.010009 0.009783 -0.02857 0.004954 -0.044023 -0.008388 0.014806 0.005164 0.019396 0.01798 0.009176\n༌ 0.049016 -0.010286 -0.051978 0.033879 0.005 0.018248 0.027949 -0.000645 -0.035002 -0.027422 0.016576 0.00455 0.006732 -0.029623 0.027375 0.002776 -0.001111 -0.028888 -0.005508 -0.025156 -0.006752 -0.001301 -0.002572 0.000389 0.002093 0.020959 -0.009828 -0.009699 -0.006439 -0.035878 0.017593 0.005528 -0.024088 -0.035528 0.012755 0.016897 -0.030774 0.032992 -0.002714 0.017277 -0.019856 0.033695 0.00406 -0.003122 -0.033911 -0.011765 0.038748 0.003017 -0.001312 0.035295 0.013601 0.054471 0.024364 -0.03377 0.047143 0.0176 -0.01343 0.03894 -0.022846 0.022725 -0.025794 -0.024692 -0.007182 -0.02151 0.023962 0.006392 0.026061 -0.042798 0.029537 0.014899 -0.040098 -0.004391 0.019013 0.014676 -0.040135 0.014722 -0.021284 0.019074 -0.02107 -0.024567 0.000472 -0.005777 -0.01039 0.02689 -0.007762 -0.036074 -0.000467 -0.025222 -0.024174 -0.019553 -0.013066 0.029253 0.013823 -0.012765 0.018975 -0.001468 0.019281 -0.034235 0.011354 0.00437 -0.000376 0.006609 0.004702 -0.020513 -0.000257 -0.001712 -0.017252 0.015314 0.011331 -0.013528 0.037685 0.02099 0.022193 -0.010544 0.007095 -0.002033 -0.022497 0.015937 -0.014681 -0.056782 0.020858 0.01564 0.04743 0.013611 0.028985 0.007854 -0.018493 -0.009117 -0.008439 -0.000462 -0.014321 -0.003263 -0.002248 0.010937 -0.003468 0.034156 -0.027046 -0.023334 0.01479 0.069324 0.000828 -0.007848 0.029751 0.011121 -0.046805 -0.033239 0.047767 0.017008 0.002234 -0.040248 0.016475 0.004022 0.028689 0.026142 -0.003075 0.017824 0.004514 -0.024414 -0.022989 -0.037422 -0.003866 0.022131 0.042522 0.017901 -0.003825 -0.028672 0.018909 0.00073 0.019434 0.002448 -0.035802 -0.033632 -0.006299 0.034831 -0.017985 -0.028441 -0.006297 -0.01098 -0.025756 -0.007342 0.025929 -0.020191 0.021766 -0.002018 -0.030639 -0.024552 -0.017393 0.035286 -0.040086 0.026508 0.025306 0.040345 -0.017322 -0.025496 0.00518 0.062743 -0.022972 0.020648 0.00711 -0.006258 -0.02079 -0.014069 0.004436 0.020862 0.009392 0.012725 0.006202 -0.006764 -0.003139 0.017124 -0.013114 0.011931 -0.004283 0.015931 -0.003822 0.065354 0.01245 -0.019176 -0.002817 -0.01478 -0.002828 -0.001396 -0.009051 0.010324 -0.020388 -0.012293 0.033395 0.012607 -0.002048 -0.036844 0.000805 0.003659 -0.005327 -0.008481 -0.033895 0.007509 -0.022971 -0.032144 0.042039 0.019965 -0.012116 0.020862 -0.022301 0.007793 0.007559 0.006662 0.02387 -0.018774 0.022953 0.067296 0.025699 0.016091 -0.01361 -0.041207 -0.044145 -0.024743 0.003225 -3.7e-05 -0.007092 -0.011862 0.000554 -0.020069 0.033823 -0.007993 -0.026338 0.001178 -0.020647 -0.002724 0.003622 -0.015818 0.019345 -0.011882 0.006146 -0.000276 0.034072 0.015994 -0.01248 0.012687 0.052549 -0.040837 0.013463 -0.008839 0.005483 0.006709 -0.04437 -0.011163 0.006891 -0.000846 -0.033072 -0.003101 0.016596 -0.061813 0.012406 -0.052414 -0.003204 -0.012616 -0.008377 0.0186 0.039886 0.006253\nґ 0.025329 0.001962 0.003897 -0.006212 -0.019663 0.023341 -0.013864 0.008004 -0.001923 -0.010867 0.025296 -0.013049 -0.016828 -0.034626 0.032686 -0.048479 0.022406 0.014351 0.003846 -0.029305 0.038339 -0.018414 0.012313 -0.025108 0.008642 0.015139 -0.016348 -0.012635 -0.014625 -0.010522 0.035914 -0.025093 -0.03884 -0.025361 0.024815 0.011378 -0.022307 0.020145 -0.012429 0.002966 -0.014952 0.014111 0.001304 -0.015635 -0.015516 0.008629 -0.005504 0.016448 -0.013891 0.005341 0.015943 0.006273 0.008682 -0.02278 0.019904 0.011927 -0.014369 0.001895 -0.002656 0.018229 -0.022651 -0.012811 6e-05 0.009453 -0.014431 0.008223 0.012995 -0.009041 0.017955 -0.008305 -0.033123 -0.017735 0.009216 0.008212 -0.049379 -0.002307 -0.030702 0.007199 -0.009492 0.007802 -0.008212 0.007216 -0.012918 -0.012707 -0.020811 -0.022093 -0.003673 0.054184 -0.017755 -0.007374 -0.011403 0.019853 0.005445 -0.029056 0.024031 -0.004423 0.014791 -0.003281 -0.025463 0.008493 0.008387 0.000351 0.016478 -0.005672 0.015785 0.017312 -0.003206 0.004633 0.015574 -0.001576 0.037758 0.036013 -0.004191 -0.00028 0.021106 -0.010328 0.007472 -0.025528 -0.029307 0.01723 0.00839 0.01564 0.020561 0.040359 0.034411 -0.004862 0.029956 -0.025879 -0.00462 -0.043517 -0.00757 0.025247 -0.020424 0.009713 0.010052 0.007543 0.022587 0.02469 0.017153 0.002959 -0.008688 -0.010771 -0.013696 0.030261 -0.055432 -0.034252 0.055098 0.010063 0.0255 -0.033012 0.007793 0.01283 0.02915 -0.001636 -0.029459 -0.011208 0.019659 -0.001621 0.024317 -0.007178 -0.0394 0.021986 -0.022051 0.010576 -0.032894 0.029237 0.006486 -0.015712 -0.016925 0.001001 0.016186 -0.004391 -0.019045 0.002666 -0.000934 -0.011712 0.004793 -0.002136 -0.012277 -0.010941 -0.021643 -0.025737 0.024003 0.000253 -0.013262 -0.026635 0.004103 0.00275 0.006843 0.005436 0.034096 0.023773 -0.024135 -0.018775 0.029777 0.023122 0.000936 0.017704 -0.008705 -0.009394 -0.051523 -0.022389 -0.029311 0.044753 -0.009741 -0.01282 0.003541 -0.010688 0.030897 0.016849 -0.021722 -0.01009 0.008579 -0.012431 0.007711 0.016701 -0.021305 -0.038076 -0.000753 0.016803 0.002581 0.036449 -0.024851 0.012862 0.000732 -0.023599 0.005264 0.03217 0.009745 -0.000743 -0.010167 0.007532 0.006575 -0.001529 -0.048062 -0.009181 -0.006106 -0.023882 -0.016632 -0.004628 -0.021901 -0.001455 0.003807 0.006141 -0.006219 -0.007983 0.023435 -0.004635 0.014262 -0.015249 0.023543 0.001903 -0.006117 0.000776 -0.012985 -0.024146 -0.01943 -0.012581 -0.023591 0.002722 0.009211 -0.00914 0.018195 -0.020096 -0.029753 0.002411 0.001164 -0.045773 0.018485 -0.013269 0.007579 -0.014171 0.024637 -0.010181 -0.008139 0.039323 0.016054 -0.006181 0.034302 -0.036702 0.003949 -0.024651 -0.004645 0.012186 -0.008946 -0.014405 -0.010004 -0.003818 0.016014 -0.00676 0.01693 -0.037308 0.012536 -0.041702 0.007508 0.016707 -0.004817 0.026529 -0.006407 0.000846\nʕ 0.005766 0.004214 -0.040734 0.011588 0.019563 0.041751 0.023204 -0.007406 -0.020399 -0.029479 0.048242 0.017599 -0.019628 -0.021078 0.04531 -0.013269 0.007259 -0.02594 0.001407 -0.039231 -0.018802 -0.002672 -0.024804 0.00975 -0.001314 0.007121 -0.007541 -0.000732 -0.015817 -0.041226 0.028967 -0.035115 -0.022856 -0.030991 -0.006181 0.016544 -0.030335 0.039956 0.019407 0.009264 -0.040864 0.035822 0.005056 0.024302 -0.009796 -0.019454 0.027149 0.005894 -0.009406 0.008757 0.003069 0.065582 0.034592 -0.039892 0.052132 0.010514 -0.001811 0.031042 -0.020791 0.031083 -0.038588 -0.030178 -0.015035 -0.003407 0.016499 0.028298 0.054543 -0.024872 0.033702 0.028733 -0.047772 -0.012612 0.014893 0.020284 -0.039085 -0.006745 -0.017107 0.016045 -0.02666 -0.010375 0.021841 -0.008684 -0.012877 0.019461 -0.022634 -0.062253 0.006831 0.004351 0.004415 0.010627 -0.002334 0.015113 0.004739 0.001382 0.009325 -0.027798 -0.001373 -0.041909 -0.021729 -0.01767 -0.035184 0.00151 -0.009924 -0.030156 0.005159 -0.009044 -0.01492 0.007253 0.017799 -0.01122 0.057837 0.007105 0.024562 0.008574 0.009248 -0.0043 -0.025442 -0.008865 -0.026216 -0.028037 0.033574 -0.000306 0.026233 0.021889 0.031714 -0.003978 0.015732 0.014572 -0.016207 -0.015006 7e-06 0.021781 -0.016031 0.0351 -0.011543 0.010574 -0.034657 0.023864 0.005145 0.046521 -0.005062 -0.007321 0.008861 0.014958 -0.02676 -0.052077 0.04507 -0.00789 0.01477 -0.054193 0.025335 0.007644 0.042159 0.020281 -0.006166 0.006852 -0.007206 -0.032549 0.02449 -0.011623 -0.028149 0.013988 0.033557 -0.007533 -0.015069 -0.024473 0.022658 -0.016946 0.014845 0.052977 -0.030392 -0.027986 -0.01018 0.026239 0.009133 -0.020005 -0.007597 -0.02302 -0.045772 0.002046 0.041684 -0.010316 0.006957 -0.011205 -0.027723 -0.031129 0.000685 0.020799 -0.038295 0.000589 0.014875 0.030205 -0.034864 -0.040532 0.002342 0.042323 -0.035789 0.012583 0.007069 -0.010515 -0.039884 -0.030099 0.026037 0.032615 0.019546 -0.004184 -0.000683 -0.039161 -0.017457 0.038201 -0.027462 -0.006655 -0.007786 0.03708 -0.00228 0.042648 0.012423 -0.00726 0.014926 0.000337 -0.013641 -0.003626 0.001468 0.011637 -0.040318 0.009426 -0.012839 0.005172 0.006996 -0.012364 -0.013995 0.003789 -0.000405 -0.038976 -0.024709 0.01187 -0.02291 -0.018659 0.019357 0.014774 0.008774 0.031362 -0.018872 0.021942 -0.009589 -0.015059 0.034007 0.020271 0.032 0.044149 0.019311 0.016165 -0.021585 -0.036951 -0.024244 -0.015874 -0.010082 0.01047 -0.035295 -0.001776 0.001525 -0.014061 0.021891 -0.021663 -0.017495 -0.009842 -0.036461 0.002348 0.005774 0.003989 0.020042 -0.00497 0.014362 -0.00111 0.020225 -0.003499 0.01768 0.028452 0.041223 -0.044295 -0.004373 -0.003099 0.025952 0.021522 0.004213 -0.007078 0.021202 -0.016865 -0.016852 -0.026567 0.010019 -0.036364 0.006618 -0.066652 -0.022188 0.006943 0.005698 0.003242 0.007136 -0.015437\nသ 0.030722 0.000318 -0.036134 0.017941 0.006224 0.044947 0.008107 -0.00176 -0.017272 -0.025607 0.038551 0.005212 -0.017912 -0.015523 0.044232 -0.001637 0.000602 -0.015835 -0.000674 -0.041091 -0.019792 0.005294 -0.002701 0.009454 0.005579 0.013205 -0.023483 -0.020194 -0.023116 -0.02331 0.030161 -0.028381 -0.013835 -0.032015 0.015142 0.018473 -0.030222 0.041309 0.003623 0.017615 -0.030696 0.019354 0.004482 -0.004556 -0.028402 -0.013953 0.03354 0.001883 0.008144 0.00401 0.005984 0.037528 0.027884 -0.035482 0.036272 0.009591 -0.00711 0.016942 -0.013872 0.010713 -0.047027 -0.024068 -0.00466 -0.003276 -0.00208 0.022436 0.045888 -0.011881 0.038954 0.024575 -0.05655 -0.017475 0.019816 0.024534 -0.052528 -0.005776 -0.027676 0.023922 -0.041829 -0.006243 0.012346 0.000277 -0.001053 0.009975 -0.02432 -0.057969 0.001297 0.006734 -0.023132 6.3e-05 -0.001808 0.023939 0.011376 -0.013628 0.025389 -0.004045 -0.00173 -0.041324 -0.003962 0.00107 -0.02906 -0.004534 0.002569 -0.029854 0.020898 -0.009603 -0.02002 0.007119 0.043311 -0.001656 0.050852 0.034523 0.027669 -0.012463 0.020129 -0.006452 -0.001409 -0.007126 -0.015942 -0.039913 0.018579 0.005232 0.034328 0.028951 0.046122 0.00868 -0.004317 -0.005783 -0.009622 -0.024134 -0.006562 0.008719 -0.010808 0.035507 -0.017921 0.015043 -0.030821 0.009583 0.007616 0.039597 -0.002727 -0.015496 0.007261 0.032885 -0.039498 -0.069282 0.059754 0.012974 0.003111 -0.046427 0.010913 0.007223 0.039442 0.020746 -0.007925 0.004384 0.001639 -0.027608 0.01256 -0.021296 -0.023178 0.016316 0.032544 0.018308 -0.021642 -0.017412 0.032393 -0.021918 0.019386 0.021461 -0.020201 -0.01842 -0.004716 0.031009 -0.02329 -0.022257 0.005435 -0.014288 -0.048268 -0.016543 0.028546 -0.008334 0.003654 -0.003751 -0.006195 -0.020802 0.001596 0.028022 -0.04458 0.000586 0.002655 0.024979 -0.048366 -0.03351 0.006047 0.043813 -0.019668 0.020748 -0.002497 -0.001108 -0.037097 -0.03012 0.007471 0.031855 0.025215 0.015435 0.013522 -0.004611 0.000681 0.042063 -0.027076 -0.00064 -0.010865 0.023293 -0.00672 0.057391 0.008024 -0.028469 0.00727 0.000655 -0.001288 0.003946 -0.0088 0.006746 -0.02374 0.001941 -0.001359 0.023073 0.007955 -0.022404 -0.018835 0.001591 -0.00223 -0.041346 -0.03302 -0.005103 -0.008335 -0.036768 0.021157 0.015467 0.014097 0.036961 -0.023998 0.003591 -0.005419 0.001643 0.02946 -0.007539 0.038667 0.056868 0.017345 0.002658 -0.009875 -0.038524 -0.02883 -0.017324 -0.011876 0.020183 -0.030032 -0.00208 0.001465 -0.015296 0.026477 -0.021823 -0.0278 -0.031479 -0.039682 -0.015168 0.004394 0.004277 0.014748 -0.001372 0.012082 0.001528 0.015534 0.004641 -0.00012 0.011536 0.052131 -0.042766 0.005841 -0.012511 0.009204 0.019286 -0.009154 -0.012556 0.013785 -0.007276 -0.025053 -0.014835 0.010625 -0.043843 0.004875 -0.070617 -0.013427 0.018908 0.003814 0.03219 0.009329 -0.004667\nಡ 0.026732 -0.001132 -0.06004 0.016721 0.005663 0.038662 0.009825 -0.009962 -0.015536 -0.021142 0.040401 0.005474 -0.010289 -0.033949 0.021121 -0.003604 0.004807 -0.03687 -0.018898 -0.047817 -0.028088 0.003383 0.005912 0.021603 0.007645 0.01872 -0.013207 -0.005567 -0.014859 -0.027722 0.026844 -0.034456 -0.015061 -0.031116 0.010054 0.016565 -0.04542 0.04213 0.011732 0.027185 -0.042117 0.008048 -0.002194 0.017015 -0.01843 -0.019055 0.042445 -0.005886 -0.004599 0.013138 -0.009363 0.054975 0.03428 -0.044785 0.044716 -0.000697 0.003271 0.021254 -0.004033 0.029129 -0.030605 -0.037484 -3e-05 -0.024655 0.013876 0.034618 0.043696 -0.012153 0.047388 0.022568 -0.053391 -0.003451 0.01316 0.014617 -0.050513 0.014413 -0.026394 0.021916 -0.035472 -0.023628 0.005902 -0.011507 3.2e-05 0.015724 -0.024874 -0.060103 0.00253 -0.011231 -0.013981 0.001529 -0.002539 0.02878 0.008732 -0.01175 0.017405 -0.019742 0.001282 -0.037815 0.002562 -0.009805 -0.033947 0.004343 -0.007935 -0.024191 0.010822 -0.011206 -0.01969 0.009647 0.033975 -0.006389 0.045819 0.030343 0.028736 -0.011194 0.007731 -0.005724 -0.015833 0.002437 -0.00519 -0.040794 0.027861 0.007438 0.031121 0.019406 0.032404 0.018298 -0.006414 -0.019414 -0.021375 -0.016712 -0.006689 -0.003452 -0.021772 0.034392 -0.021341 0.010388 -0.041295 -0.00628 0.003535 0.040076 0.001962 -0.003588 0.013417 0.01697 -0.034712 -0.054934 0.050453 0.007974 0.001017 -0.043853 0.002011 0.011597 0.035232 0.017514 -0.004834 0.002302 -0.011809 -0.024245 0.009566 -0.00937 -0.015413 0.004928 0.022671 0.017336 -0.021799 -0.02446 0.021854 -0.020688 0.021428 0.021816 -0.037136 -0.025573 -0.011429 0.033437 -0.020958 -0.031666 -0.004551 -0.008586 -0.039703 -0.022282 0.034604 -0.005405 -0.001878 -0.016359 0.001432 -0.016432 -0.005039 0.027807 -0.053166 0.001274 0.017954 0.02534 -0.034128 -0.03874 0.006464 0.037851 -0.015476 0.003398 -0.001693 0.011914 -0.03278 -0.038216 0.031732 0.014665 0.022951 0.011138 0.013804 -0.019978 0.011292 0.045789 -0.02317 -0.006729 -0.006382 0.022445 -0.004228 0.079021 0.013493 -0.016242 0.010502 0.001649 0.008801 -0.001294 0.006549 -0.00265 -0.022728 0.005137 -0.006506 0.017749 -0.014981 -0.021439 -0.005468 0.001253 -0.010823 -0.031843 -0.034955 -0.002944 -0.010349 -0.043059 0.034618 0.028439 0.0029 0.026499 -0.027261 0.015609 0.004305 0.000187 0.030523 0.002476 0.051108 0.063711 0.010152 0.005063 0.012186 -0.054295 -0.032227 -0.016757 -0.013974 0.025093 -0.027346 -0.020983 0.007251 -0.014609 0.030342 -0.018877 -0.025987 -0.029572 -0.037689 -0.022111 0.004163 0.01748 0.016523 -0.00326 0.006356 -0.003605 0.021545 -0.005387 -0.002464 0.018005 0.038487 -0.037421 -0.013724 -0.010494 0.015036 0.022386 -0.006541 -0.012222 0.029954 -0.014372 -0.023479 -0.011969 0.0027 -0.031703 0.012546 -0.070992 -0.000611 0.004798 0.01911 0.010488 0.016785 0.01215\nণ 0.034215 -0.007486 -0.0628 0.011156 -0.000414 0.032366 0.002504 -0.007999 -0.030649 -0.035948 0.038919 0.008376 -0.017067 -0.019964 0.045412 -0.013617 0.009897 -0.0208 -0.009219 -0.058677 -0.016115 0.015707 0.01494 0.013862 -0.000805 0.013998 -0.009415 -0.021361 -0.023337 -0.034936 0.020644 -0.032518 -0.03042 -0.042827 0.008449 0.015239 -0.038817 0.04986 0.00431 0.034446 -0.041044 0.009536 1e-05 -0.002511 -0.035412 -0.012277 0.034217 0.003287 -0.008855 0.015185 -0.002758 0.052298 0.036839 -0.031325 0.042477 0.005945 -0.003059 0.029202 -0.023871 0.034012 -0.026579 -0.040436 -0.014912 -0.029265 0.011163 0.035546 0.055155 -0.002814 0.04626 0.014142 -0.057687 -0.00507 0.026628 0.024826 -0.045197 0.002106 -0.030155 0.041338 -0.034496 -0.01742 0.006202 -0.004022 -0.017826 0.011143 -0.026084 -0.048599 0.003857 -0.010643 -0.027847 -0.013644 -0.002257 0.03341 0.023181 -0.010085 0.019167 -0.015521 -0.000313 -0.038778 0.002814 -0.003741 -0.028781 0.004375 -0.005207 -0.043793 0.01743 0.001662 -0.015458 0.013649 0.044854 -0.002566 0.058086 0.037076 0.030573 -0.021805 0.006861 -0.004089 -0.009061 0.005382 -0.022916 -0.041765 0.035653 0.007268 0.052654 0.024971 0.035039 0.016603 -0.004976 -0.009649 -0.016807 -0.018323 -0.017273 0.004654 -0.019187 0.042832 -0.021235 0.006192 -0.043574 0.000468 0.009193 0.047435 -0.004197 -0.012922 0.021761 0.023666 -0.044217 -0.054274 0.056646 0.028671 0.007752 -0.046003 0.015702 0.018401 0.035053 0.034779 0.006479 0.001998 0.011025 -0.022874 0.020981 -0.026541 -0.023658 0.017335 0.023358 0.011026 -0.01654 -0.011257 0.021507 -0.019214 0.027154 0.021972 -0.036462 -0.019221 0.003354 0.048866 -0.019901 -0.028228 -0.008851 -0.006815 -0.047424 -0.030004 0.03277 -0.02389 0.018018 -0.025067 -0.000631 -0.030795 0.008623 0.036998 -0.051444 -0.002439 0.024087 0.038922 -0.044158 -0.034956 -0.006356 0.045037 -0.022027 0.02296 -0.005747 0.004485 -0.045339 -0.044363 0.020941 0.040884 0.020846 0.011405 0.024096 -0.021638 -0.002403 0.050584 -0.026086 0.00329 -0.012066 0.013854 0.001812 0.070954 0.003282 -0.033383 0.01111 0.002472 -0.008751 0.005064 0.000764 0.01405 -0.029031 -0.004437 0.011151 0.024703 -0.013916 -0.025849 -0.005488 -0.002445 -0.009761 -0.023571 -0.053989 -0.017143 -0.010607 -0.046646 0.015323 0.027877 0.00791 0.032127 -0.020352 0.006315 -0.004276 -0.0052 0.038298 -0.008603 0.031372 0.06079 0.025952 0.006918 0.005969 -0.048121 -0.036564 -0.043743 -0.006499 0.027735 -0.043093 -0.005392 0.002227 -0.0119 0.027562 -0.042496 -0.046296 -0.034308 -0.040832 -0.038857 0.010701 0.002989 0.023965 0.005222 0.015162 -0.002338 0.018669 -0.002265 0.004749 0.01388 0.058494 -0.071966 -0.004706 -0.020069 0.019491 0.022516 -0.01757 -0.00972 0.021493 0.001602 -0.024965 -0.015622 0.012911 -0.045059 0.018881 -0.088196 -0.004515 0.011471 0.019248 0.029244 0.021415 -0.004142\nย 0.026095 -0.000378 -0.038861 0.021681 0.011707 0.032587 0.006745 0.000591 -0.021435 -0.026748 0.020503 0.002423 -0.005162 -0.014173 0.02747 -0.001007 0.00788 -0.018777 -0.008177 -0.037202 -0.014693 0.007091 0.007074 0.011195 0.004072 0.010613 -0.014727 -0.006146 -0.012436 -0.025016 0.015336 -0.026092 -0.015005 -0.032598 -0.00253 0.017854 -0.031997 0.034229 0.007668 0.015084 -0.030654 0.010328 0.000819 -0.007004 -0.022959 -0.020357 0.030421 0.004087 0.00101 0.00656 0.002754 0.041932 0.029162 -0.029184 0.032364 0.00149 -0.002951 0.023617 -0.01561 0.019745 -0.025369 -0.026545 -0.000336 -0.015315 0.010126 0.015403 0.02782 -0.012732 0.039524 0.015012 -0.045418 -0.008958 0.020416 0.011399 -0.050361 0.005348 -0.026498 0.01985 -0.031658 -0.010519 0.011407 -0.005496 0.003126 0.011267 -0.016997 -0.042287 -0.00354 -0.001691 -0.017242 -0.001505 -0.005079 0.022404 0.013235 -0.011848 0.014589 -0.004243 0.003712 -0.034599 0.004573 0.000186 -0.018955 0.006247 0.000386 -0.022503 0.015619 -0.00132 -0.011941 0.006627 0.02612 -0.003402 0.047655 0.018318 0.024205 -0.013579 0.005939 -0.000252 -0.000464 0.00033 -0.003681 -0.035652 0.016929 0.004784 0.034819 0.021229 0.034492 0.011142 -0.013478 -0.01552 -0.003753 -0.016276 -0.007617 -0.006316 -0.016591 0.028572 -0.016827 0.011635 -0.030535 -0.002613 0.008739 0.037953 0.002469 -0.006448 0.003324 0.023036 -0.034097 -0.041815 0.042597 0.00916 0.002279 -0.039906 0.001971 0.003182 0.033201 0.023438 0.002693 0.007795 0.006901 -0.02777 0.009922 -0.022355 -0.015061 0.010576 0.021154 0.011122 -0.011648 -0.00988 0.019165 -0.016372 0.02171 0.014465 -0.021548 -0.016616 -0.008836 0.024536 -0.021003 -0.021107 -0.000149 -0.004123 -0.035076 -0.016732 0.034264 -0.012803 0.009313 -0.010343 -0.008527 -0.009654 0.003852 0.018666 -0.04548 -0.000232 0.011397 0.026326 -0.033914 -0.027697 0.009153 0.033191 -0.01701 0.007829 0.001031 0.001334 -0.029587 -0.028706 0.013856 0.025434 0.023423 0.016546 0.005683 -0.002763 -0.000138 0.031866 -0.017027 0.002292 -0.006886 0.015609 0.002453 0.054902 0.004195 -0.021432 0.009766 -0.002829 0.000914 0.01133 0.000201 0.005176 -0.022932 -0.001408 -0.000156 0.015133 -0.001302 -0.026354 -0.008066 0.000363 -0.003286 -0.022093 -0.028634 -0.004635 -0.009992 -0.033034 0.020446 0.02575 0.006814 0.026774 -0.026874 0.010861 0.003115 -0.001432 0.026755 -0.00243 0.031451 0.048907 0.016912 0.002406 -0.008482 -0.037974 -0.025014 -0.018457 0.000843 0.02582 -0.026624 -0.015877 0.008104 -0.01091 0.025023 -0.020426 -0.022762 -0.025678 -0.028642 -0.011786 0.005186 -0.000458 0.018343 0.000239 0.011446 0.002588 0.011466 -0.003006 0.000719 0.011671 0.039874 -0.042887 -0.000125 -0.007663 0.011904 0.013311 -0.0168 -0.004572 0.020693 -0.006009 -0.019945 -0.012506 0.00835 -0.039874 0.008837 -0.06024 -0.010365 0.009769 0.007125 0.014265 0.019064 -0.00083\nާ 0.064798 -0.016358 -0.1235 0.038351 0.028601 0.088585 0.03965 -0.0166 -0.029989 -0.07209 0.083744 0.024267 -0.012062 -0.040968 0.084888 -0.034286 0.009392 -0.028915 -0.011193 -0.101051 -0.055149 0.003188 0.046062 -0.004612 0.000466 0.01412 -0.016084 -0.018769 -0.038195 -0.073667 0.057701 -0.063528 -0.031492 -0.085186 0.027273 0.047967 -0.08032 0.085757 0.026675 0.05896 -0.078975 0.045935 -0.007598 -0.015212 -0.091085 -0.058522 0.061205 -0.004931 -0.002542 0.029624 -0.002426 0.084644 0.061497 -0.084348 0.07857 0.005689 -0.061662 0.015531 0.000511 0.060505 -0.077399 -0.042146 -0.022201 -0.033719 0.02372 0.031646 0.091956 -0.024436 0.06331 0.012017 -0.089353 -0.010241 0.031383 0.040869 -0.078587 0.00671 -0.046445 0.016691 -0.08508 -0.043548 0.011242 -0.000586 -0.01724 0.040636 -0.030085 -0.109455 0.007859 0.001552 -0.065669 0.016249 -0.025941 0.044371 -0.008509 -0.046947 0.025768 -0.002296 -0.024552 -0.076495 -0.012568 -0.030485 -0.034592 -0.01467 -0.00696 -0.080481 0.024797 -0.023375 -0.018908 0.004833 0.069077 -0.0199 0.084188 0.042906 0.057792 -0.016105 0.017794 0.033423 -0.03483 -0.00961 -0.025532 -0.108797 0.04481 -0.008173 0.056457 0.0764 0.080676 0.005441 0.001617 -0.028026 -0.016608 -0.0526 -0.050774 -0.000153 -0.02205 0.034557 -0.036826 0.047808 -0.033977 -0.0119 0.013612 0.096745 0.000665 -0.01251 0.018953 0.043499 -0.064798 -0.090393 0.10515 0.017167 -0.013695 -0.077144 0.018613 0.011169 0.100034 0.070913 0.003368 0.000789 0.014827 -0.036717 0.020121 -0.054854 -0.057217 0.016576 0.060402 0.019226 -0.052233 -0.038417 0.069811 -0.062764 0.051379 0.050972 -0.038638 -0.07588 -0.058009 0.081032 -0.029883 -0.041962 -0.045844 -0.045715 -0.077628 -0.037832 0.092548 -0.042161 0.041396 -0.012776 -0.023096 -0.031404 0.010769 0.03898 -0.112764 0.020621 0.018793 0.037908 -0.074627 -0.08609 0.006289 0.103345 -0.06263 0.05002 -0.008813 0.001156 -0.062293 -0.075302 0.018746 0.061664 0.015741 0.06353 0.041511 -0.006567 0.010356 0.068055 -0.051644 0.011319 -0.040012 0.005081 -0.01002 0.132845 0.019083 -0.045458 0.019392 0.019459 -0.025181 0.030645 0.002896 0.016323 -0.032704 -0.03742 0.011771 0.019689 -0.009962 -0.05715 -0.009309 -0.00209 0.006222 -0.038317 -0.087727 -0.01443 -0.033004 -0.081495 0.064263 0.067264 0.04139 0.05967 -0.074152 0.042598 0.016084 -0.028646 0.056131 -0.000145 0.061004 0.106461 0.080991 0.020787 -0.00432 -0.081819 -0.078157 -0.024192 0.01187 0.047674 -0.05397 -0.010203 0.005172 -0.034553 0.059948 -0.051174 -0.065104 -0.024125 -0.074898 -0.034024 0.022862 0.029328 0.063514 -0.002778 0.043079 -0.027477 0.017053 0.007937 -0.001862 0.040306 0.10048 -0.121377 0.008377 -0.05089 0.020978 0.017471 -0.024405 -0.017314 0.038094 -0.046704 -0.018403 -0.048663 0.040211 -0.077724 0.042962 -0.148934 -0.031478 0.021925 0.028209 0.039845 0.042727 0.0037\n© 0.234264 0.056014 0.063948 0.164638 0.188986 0.03549 0.301021 -0.072021 0.240317 -0.001566 0.092313 0.05191 -0.059779 0.145233 0.386225 -0.141177 0.055722 0.117664 0.183581 -0.216234 -0.050917 0.002638 0.012729 -0.020555 0.020712 0.105788 -0.125166 0.003758 0.268379 0.037115 -0.031001 0.03156 -0.021073 -0.199767 -0.006954 -0.108441 -0.190352 0.104311 -0.027781 0.176182 -0.126499 -0.140654 0.230729 0.11674 0.104941 -0.301806 0.011639 0.131452 0.068122 -0.187561 0.161655 -0.00831 0.326639 -0.244533 0.080927 0.198875 -0.034903 0.060385 0.182524 0.087129 -0.156272 0.065696 0.150923 -0.089823 0.141092 -0.014961 -0.030928 0.011238 0.029572 -0.043557 -0.176116 -0.045398 0.252798 0.072141 -0.339345 -0.048019 0.094218 0.102506 0.244118 -0.056618 0.03017 -0.030633 0.108071 0.057198 -0.075263 0.207481 -0.09468 0.077324 -0.00086 -0.049582 -0.081985 0.066495 0.058467 0.012933 -0.089209 -0.142808 0.000102 -0.088003 -0.000709 0.022876 -0.22103 -0.034211 -0.139109 -0.015186 0.031021 -0.065104 0.103942 0.124907 0.093849 -0.191615 0.129681 -0.018251 -0.044126 0.07002 0.281249 0.299571 0.09966 0.10344 0.000851 0.032434 0.076726 0.133411 0.030827 0.15748 -0.197626 -0.050405 0.21845 -0.169086 0.124281 -0.114225 -0.036967 -0.231347 0.164591 -0.084113 -0.228451 -0.152151 -0.016513 0.151157 0.062713 -0.03267 0.020262 -0.015669 0.248873 -0.008289 0.231621 -0.296838 -0.040436 0.013205 0.159224 -0.001227 -0.151376 -0.002647 0.03542 -0.208702 -0.250396 0.055691 -0.153465 -0.132167 0.093475 0.2466 0.03468 -0.011707 0.443167 0.259373 -0.034136 0.028838 0.083996 0.041005 0.153887 0.165658 -0.183421 -0.320995 0.038889 -0.035348 0.073443 0.024335 0.105926 -0.000255 0.087643 -0.191894 0.193181 0.108282 0.018205 -0.246061 0.071828 -0.026127 0.032209 0.010931 0.036868 0.04416 0.229221 -0.25327 0.009866 -0.206165 -0.050097 -0.197323 0.039343 0.343678 -0.036149 0.074568 -0.08685 -0.078117 -0.020138 0.078202 0.116305 -0.014747 0.072921 0.131348 0.07462 -0.250052 0.06612 -0.042249 0.181439 0.031429 -0.062968 0.105913 -0.137381 -0.246068 0.068175 0.117136 -0.036272 0.177918 0.087872 -0.002163 -0.026469 0.055812 -0.112134 0.048842 0.169912 -0.240417 -0.044829 0.139888 -0.226779 0.002048 0.029499 0.002386 0.237386 -0.106356 -0.095876 0.175238 0.010423 0.184337 -0.031277 0.076354 0.150324 -0.074724 0.067285 -0.044267 -0.013599 0.170544 0.00198 0.030037 -0.046275 -0.194802 0.048817 0.053036 -0.01724 0.202834 -0.202031 0.027993 0.099985 0.044189 -0.082275 -0.08441 -0.165078 -0.188034 0.111966 -0.333896 0.020116 0.126147 -0.172693 -0.017162 -0.106445 -0.057781 0.014037 -0.183101 0.210548 0.018043 0.109928 0.102366 -0.033121 0.142161 0.335576 -0.003305 0.075725 0.011255 -0.100855 -0.200797 -0.035156 0.028049 0.215465 0.137932 -0.115528 -0.120194 -0.190551 0.356128 -0.202775 0.152991 -0.271473 -0.037618\nậ 0.042193 -0.002538 -0.063462 0.034988 0.02006 0.020528 0.019894 -0.03497 -0.036926 -0.035551 0.046321 -0.022532 -0.015794 0.010872 0.000689 -0.017043 0.030842 -0.027383 -0.002976 -0.037043 -0.02382 0.017999 -0.011937 0.017878 -0.011487 0.018391 0.009365 0.008625 0.019279 -0.016677 0.016609 -0.032734 0.012853 -0.008823 0.034898 -0.009267 -0.036942 0.020925 -0.024321 0.042647 0.001369 0.007065 -0.032758 0.001158 -0.031347 -0.038009 0.039323 -0.004742 0.006646 0.031747 0.023591 0.045804 0.038034 -0.038324 0.068853 0.013498 -0.014049 0.037341 -0.008202 0.012862 -0.010052 -0.031436 -0.002597 0.00283 0.015958 0.01288 0.058958 -0.011657 0.023941 0.007965 -0.022967 -0.013379 0.03648 0.011172 -0.031604 0.024692 0.005157 0.034381 -0.013321 -1.5e-05 0.021017 -0.002504 -0.007223 0.038349 -0.029128 -0.044992 -0.025557 -0.020294 0.003562 -0.025608 -0.003766 0.032021 -0.02064 -0.017635 -0.018776 -0.008697 -0.005018 -0.006817 -0.012794 -0.013252 -0.018728 0.012254 -0.01085 -0.008646 0.030523 -0.01484 -0.01675 -0.011464 0.063339 0.014718 0.011887 0.016736 0.012565 -0.004223 0.007146 -0.003735 -0.023827 0.000226 -0.013451 -0.035797 -0.003493 -0.024603 0.048742 0.019045 0.020699 0.017911 -0.012374 -0.016042 -0.017893 -0.001248 0.000109 -0.005375 -0.026258 0.02189 0.005882 0.024793 -0.03174 0.040122 0.010341 0.033743 -0.014804 0.005857 0.042171 0.035213 -0.045451 -0.00811 0.036078 0.005074 -0.015892 -0.032138 -0.003466 -0.012266 0.031041 0.017765 -0.001022 0.006846 0.034469 -0.010776 -0.018449 -0.042761 0.009896 0.01035 -0.005981 0.001967 -0.02188 -0.002439 0.006773 -0.018932 0.036002 0.027108 -0.038909 -0.024373 -0.014843 0.009102 -0.039132 -0.002987 0.017635 0.010941 -0.001503 -0.018662 0.033495 0.011316 -0.009009 -0.001454 -0.013125 0.017143 -0.001555 -0.003661 -0.074372 -0.04038 0.008956 0.017777 -0.022278 -0.006397 -0.04077 0.030763 0.012333 -0.000776 0.011845 -0.004405 -0.053348 -0.035859 0.006368 0.010456 0.042463 -0.015535 0.004868 -0.011745 -0.006682 0.024226 -0.044253 0.007007 0.021226 0.009282 0.025419 0.02448 0.024377 -0.018057 0.01074 0.027726 0.036297 0.017936 0.001864 -0.03106 -0.00612 -0.019582 0.037186 -8e-06 -0.010284 -0.011004 0.006393 -0.0204 -0.029518 -0.040229 -0.025478 0.010596 -0.01249 -0.06218 0.016203 0.008247 -0.008993 0.04209 -0.012292 -0.00631 0.004032 -0.002304 0.028623 0.006157 0.03065 0.060587 -3e-05 0.010769 0.023056 -0.038868 -0.018522 -0.006578 -0.010433 0.026867 -0.023759 -0.0306 0.012687 0.010966 0.005403 -0.04098 -0.023347 -0.039046 -0.019885 0.008586 -0.006373 -0.001907 0.017638 -0.011486 0.014025 0.003094 0.016936 -0.013245 0.01027 0.030926 0.029038 -0.039261 0.006995 0.008955 -0.012766 0.024277 -0.038295 0.002505 -0.003892 0.0006 -0.045674 -0.002473 0.017739 -0.035814 0.023205 -0.044259 0.004014 0.01995 0.014982 -8.3e-05 0.049133 -0.01926\nᠮ 0.040711 0.002968 -0.021927 0.001469 0.002734 0.020054 -0.012536 -0.017573 -0.012587 -0.019364 0.016104 0.003635 -0.008845 -0.010622 0.033636 -0.0133 0.001246 -0.017341 -0.007756 -0.030462 -0.020504 0.00669 0.008301 -0.000138 -0.017363 0.003376 -0.009322 -0.006495 -0.015553 -0.025211 0.014063 -0.024529 -0.004555 -0.025061 0.014419 -6.3e-05 -0.012422 0.037424 0.008306 0.006937 -0.014936 0.002072 -0.006108 -2.4e-05 -0.021394 -0.003192 0.00931 0.002103 -6.7e-05 0.027289 0.008417 0.032175 0.030329 -0.005138 0.029081 0.006909 -0.002071 0.022142 -0.014564 0.026466 -0.023418 -0.020825 -0.015694 0.000319 0.00834 0.022305 0.034503 -0.009663 0.025804 0.00214 -0.047938 -0.00777 0.023913 0.026711 -0.01574 0.009758 -0.02319 0.01828 -0.036065 0.001577 0.006374 -0.00179 0.011185 0.002709 -0.001382 -0.038072 0.014548 -0.00703 -0.008826 -0.006415 -0.023558 0.02178 0.014393 -0.015081 0.017645 0.00261 -0.000796 -0.033419 -0.006929 0.001532 -0.024982 0.012023 -0.007941 -0.038213 -0.001932 -0.005894 -0.007065 0.002118 0.028836 0.001731 0.029996 0.012299 0.01441 -0.02072 0.005873 -0.015504 -0.010543 0.003919 -0.014352 -0.010856 0.0221 0.005196 0.026165 0.005024 0.024464 0.027633 -0.014884 0.003245 -0.00462 -0.020642 -0.013519 -9.9e-05 -0.000985 0.025632 -0.010617 0.004613 -0.028235 0.008811 0.020742 0.030749 -0.003653 -0.006915 0.004841 0.024567 -0.019593 -0.039128 0.052005 0.017358 -0.003498 -0.020623 0.005531 0.006184 0.02796 0.005607 -0.000638 0.004225 0.010049 -0.007062 0.009379 -0.024212 -0.018184 0.012867 0.012944 0.007238 -0.026512 -0.009837 -0.000751 -0.02708 0.013345 0.010078 -0.010861 -0.011725 -0.015259 0.030819 -0.003954 -0.022922 -0.01403 -0.014913 -0.03919 -0.014253 0.019476 -0.009572 0.004211 -0.013795 -0.007274 -0.013935 0.003045 0.005927 -0.041197 0.008098 0.026222 0.026652 -0.015595 -0.017459 -0.00159 0.034261 -0.023374 0.001452 0.001393 -0.014757 -0.017839 -0.013066 0.013262 0.015676 0.015344 0.021154 0.008999 -0.01255 0.002781 0.03124 -0.019092 -0.005158 -0.004664 -0.000158 -0.001924 0.038596 0.018148 -0.004154 -0.001711 -0.015853 0.00338 0.005024 -0.01818 0.007534 -0.005019 -0.001512 -0.000675 0.001554 -0.001367 -0.021561 -0.008346 -0.007815 0.007433 -0.012042 -0.029711 -0.003475 -0.013103 -0.041353 0.007534 0.016668 -0.010103 0.006565 -0.014515 0.001929 0.007231 -0.00254 0.025258 -0.008833 0.046046 0.03335 0.015529 0.008843 0.003481 -0.009378 -0.016608 -0.015015 -0.004741 0.030493 -0.018425 0.009763 -0.001226 -0.012744 0.019302 -0.033733 -0.018302 -0.022127 -0.029441 -0.008012 -0.002846 0.006721 0.014978 0.014599 0.006122 -0.008656 0.013076 0.020497 -0.008316 0.000238 0.028669 -0.046728 0.000662 -0.016206 0.010624 0.020697 -0.008315 -0.011092 0.022279 -0.00633 -0.007875 0.001301 -0.011253 -0.033234 0.005972 -0.047185 0.001408 7e-05 0.01185 0.017505 0.008058 -0.003455\nྷ 0.031155 0.011563 -0.065259 0.025209 0.008969 0.046958 0.013067 -0.013396 -0.024309 -0.029781 0.049268 0.019238 0.014931 -0.041839 0.046026 0.001058 0.002334 -0.020919 -0.021405 -0.056073 -0.010133 0.003272 -0.007032 0.009352 0.027066 0.040931 -0.021947 -0.009863 -0.001789 -0.037319 0.022255 -0.035042 -0.048019 -0.065206 0.019569 0.024 -0.050849 0.048575 0.036461 0.029013 -0.023151 0.012833 -0.015484 0.005624 -0.03696 -0.039277 0.04875 0.033026 0.004573 0.036053 0.02042 0.060809 0.034942 -0.047668 0.072364 0.040666 -0.016886 0.024064 -0.020978 0.029121 -0.055117 -0.038 -0.015403 -0.034588 0.013988 0.026678 0.038946 -0.032166 0.044293 0.033797 -0.070597 -0.021735 0.019745 0.028311 -0.06306 0.000961 -0.052149 0.016845 -0.033203 -0.015167 0.030233 0.01243 -0.013504 0.013953 -0.031385 -0.083871 0.012613 0.005414 -0.030501 -0.008307 -0.018099 0.044704 0.011035 -0.022638 0.020538 -0.010847 0.00874 -0.039891 -0.011469 -0.01539 -0.004389 0.009689 0.002908 -0.057755 0.020236 0.006916 -0.023478 0.008757 0.02481 -0.018383 0.072534 0.016224 0.047358 -0.03036 0.009379 -0.003052 -0.028619 -0.001802 -0.027868 -0.044491 0.028706 -0.001831 0.058241 0.034467 0.046254 0.007038 0.006566 -0.007195 -0.028146 -0.016158 -0.00277 0.006165 -0.011041 0.018286 -0.018775 0.032872 -0.034204 0.002091 0.013394 0.071057 -0.017697 -0.027895 0.019996 0.043798 -0.058422 -0.048031 0.037584 -0.002763 0.014896 -0.051405 -0.009369 0.00499 0.039647 0.025252 -0.026772 0.014901 -0.016558 -0.030265 0.005345 -0.022032 -0.010176 0.030194 0.033429 0.027298 -0.004841 -0.04591 0.022196 -0.027423 0.026685 0.011639 -0.049786 -0.041891 0.016516 0.04277 -0.0274 -0.048961 -0.035087 -0.004643 -0.049022 -0.011739 0.046433 -0.018497 0.012422 -0.008338 -0.018819 -0.026224 0.003017 0.037263 -0.093339 0.038081 -0.005589 0.060932 -0.018104 -0.061066 -0.000385 0.061501 -0.048387 0.031312 0.007659 0.012022 -0.04843 -0.041462 0.009729 0.054889 0.022372 0.011293 0.020156 -0.005067 -0.007018 0.052851 -0.032305 -0.009997 -0.00043 0.036344 0.00191 0.102538 0.004689 -0.02323 -0.000243 -0.001474 -0.031949 0.020192 -0.004993 0.019221 -0.041464 0.019571 0.013219 0.01442 -0.000726 -0.043919 -0.007557 0.00324 -0.007874 -0.0462 -0.041342 -0.006895 -0.013674 -0.035038 0.049266 0.04758 0.015837 0.041103 -0.022303 0.038412 0.011503 -0.015645 0.063471 0.005423 0.040228 0.060211 0.024082 0.007072 0.026804 -0.057519 -0.039567 -0.045121 0.001764 0.022019 -0.02303 -0.003611 -0.005986 -0.019073 0.050228 -0.035814 -0.041837 -0.006127 -0.031182 -0.02959 -0.011614 -0.02465 0.026541 -0.017838 0.004295 0.003844 0.014872 0.011586 -0.013564 0.019844 0.07313 -0.057071 0.001556 -0.02326 0.00111 0.027646 -0.054159 -0.011048 0.013694 -0.01081 -0.04922 -0.028569 0.024764 -0.067166 0.023331 -0.095637 -0.027717 0.000135 0.030412 0.031708 0.048073 0.008237\nశ 0.051812 -0.009012 -0.084923 0.064608 0.029118 0.052807 0.013409 -0.003005 -0.025951 -0.036013 0.063351 -0.002651 -0.019263 -0.02308 0.050352 -0.022955 0.013361 -0.047438 -0.024161 -0.048548 -0.021342 0.005753 -0.028453 0.025702 0.010167 0.019735 -0.023311 -0.019975 -0.016116 -0.033823 0.040355 -0.052102 -0.025304 -0.073979 0.022959 0.016959 -0.085554 0.078806 0.01522 0.046804 -0.04967 0.031562 -0.008832 0.000604 -0.051727 -0.036488 0.063438 -0.014285 -0.001928 0.020025 0.012673 0.08348 0.069375 -0.059731 0.076402 0.015971 0.000424 0.040778 -0.029504 0.046858 -0.061055 -0.056561 -0.016524 -0.026162 0.010123 0.043999 0.052056 -0.035597 0.034085 0.033606 -0.082368 -0.009533 0.039843 0.022965 -0.08971 -0.004895 -0.044056 0.052524 -0.040086 -0.022601 0.017692 -0.001005 0.008497 0.046296 -0.035494 -0.076143 -0.00328 0.005394 -0.021046 -0.006498 0.007875 0.051203 0.016305 -0.011876 0.020983 -0.003472 0.002964 -0.053963 0.004283 0.002977 -0.0348 -0.01921 -0.009871 -0.033802 0.03106 -0.017677 -0.027336 0.025657 0.065845 -0.005244 0.080754 0.018669 0.052689 -0.007708 0.013658 0.014216 -0.019406 -0.009076 -0.010866 -0.074237 0.021776 -0.000446 0.074354 0.037983 0.048394 0.03033 -0.009192 -0.009242 0.009079 -0.02491 -0.024248 -0.014935 -0.047058 0.034788 -0.018149 0.026911 -0.039455 -0.002494 -0.008452 0.077771 -0.011611 -0.023748 0.02282 0.033919 -0.053786 -0.083097 0.054499 0.014361 0.014647 -0.062663 -0.001114 0.006355 0.046043 0.040412 -0.021161 0.013069 -0.002992 -0.036868 0.001232 -0.039484 -0.017514 0.026572 0.036316 0.018462 -0.006335 -0.0277 0.036216 -0.044078 0.038462 0.026601 -0.064241 -0.0356 -0.014386 0.067987 -0.044232 -0.050968 -0.004955 -0.014671 -0.048815 -0.04157 0.050555 -0.02029 -0.004788 -0.023207 -0.018206 -0.018974 -0.011851 0.030154 -0.107052 -0.003148 0.017014 0.050525 -0.05591 -0.044164 -0.008738 0.055342 -0.022493 0.021869 0.007559 0.005952 -0.059968 -0.06178 0.022573 0.03226 0.030364 0.00428 0.029107 -0.010583 -0.002501 0.060426 -0.049262 0.008851 0.001611 0.030611 0.002674 0.114365 -0.000548 -0.040255 0.005993 1.2e-05 -0.006343 0.008573 -0.015778 0.008119 -0.027462 -0.006183 0.000265 0.029925 -0.013797 -0.045522 -0.008844 -0.005137 -0.010051 -0.050398 -0.048474 0.00321 0.002351 -0.080097 0.044972 0.041515 0.009987 0.056489 -0.020228 0.02226 0.010585 -0.021497 0.07421 -0.007884 0.064351 0.108926 0.025249 -0.00462 -0.00224 -0.071356 -0.066775 -0.031332 0.002511 0.028083 -0.04882 -0.046598 0.013058 -0.014978 0.039822 -0.028841 -0.053008 -0.047162 -0.036674 -0.021983 -0.000362 -0.00338 0.045351 -0.006352 0.005271 0.00361 0.020721 -0.014491 -0.005274 0.015884 0.060276 -0.07743 -0.010964 -0.029299 0.008168 0.015417 -0.028443 -0.013127 0.012825 -0.008645 -0.028311 -0.027537 0.011966 -0.075846 -0.002022 -0.098849 -0.019728 0.013341 0.030148 0.021387 0.041806 0.004287\nस 0.031983 3.3e-05 -0.050787 0.022378 0.012645 0.037235 0.000867 -0.005282 -0.02472 -0.033776 0.037825 0.014739 -0.006882 -0.025997 0.0316 -0.006851 0.004003 -0.021474 -0.007795 -0.046318 -0.014696 3.8e-05 0.005903 0.00627 0.003268 0.022419 -0.015268 -0.011061 -0.014577 -0.027115 0.023198 -0.029978 -0.016069 -0.039632 0.006392 0.00998 -0.036041 0.041467 0.008925 0.020248 -0.029684 0.008274 0.003196 -0.0005 -0.027883 -0.020637 0.03644 -0.008368 0.000498 0.018255 0.005659 0.058247 0.036249 -0.037978 0.046027 0.00339 -0.007821 0.018397 -0.008843 0.029665 -0.03419 -0.030918 -0.003382 -0.018619 0.011951 0.014944 0.0391 -0.006816 0.033311 0.018586 -0.052314 -0.00618 0.024358 0.015999 -0.049482 0.003512 -0.030139 0.023588 -0.037829 -0.019093 0.011844 -0.000134 -0.001681 0.01446 -0.019465 -0.044991 0.005444 -0.005266 -0.020709 -0.005309 -0.012078 0.023542 0.006801 -0.016777 0.014419 -0.005187 -0.00268 -0.044732 -0.001168 -0.005236 -0.024838 0.000678 -0.002114 -0.026083 0.011862 -0.008422 -0.016365 0.008076 0.039145 -0.00265 0.045963 0.024204 0.02457 -0.017066 0.006287 0.000825 -0.008871 0.00111 -0.020627 -0.04162 0.02349 -0.001036 0.040602 0.029072 0.038421 0.010154 -0.009347 -0.012198 -0.014533 -0.019887 -0.016087 -0.001412 -0.018037 0.03203 -0.019779 0.012279 -0.031712 0.006713 0.006007 0.046574 -0.008688 -0.007586 0.011178 0.026347 -0.03807 -0.051688 0.049849 0.010724 -3.6e-05 -0.042667 0.005355 0.013182 0.02995 0.023107 0.005241 0.010179 0.005134 -0.025512 0.014978 -0.024079 -0.02117 0.013306 0.026068 0.013216 -0.015087 -0.012851 0.024391 -0.019373 0.019323 0.020099 -0.026685 -0.020122 -0.011614 0.03641 -0.017756 -0.030185 -0.010036 -0.007825 -0.03887 -0.018459 0.030083 -0.00882 0.009369 -0.010556 -0.005941 -0.016227 0.003094 0.028286 -0.059661 0.005239 0.02154 0.02632 -0.03432 -0.041062 0.001252 0.043486 -0.0247 0.01864 -0.001865 -0.006272 -0.041058 -0.031554 0.013809 0.025352 0.019528 0.016262 0.013196 -0.006085 -0.005565 0.043406 -0.022984 -0.00832 -0.009028 0.018095 -0.002405 0.066961 0.013701 -0.024702 0.009069 -0.000237 -0.006044 0.004333 -0.004145 0.006222 -0.028516 -0.005096 0.001558 0.018144 -0.006168 -0.023296 -0.006604 -0.003245 -0.004239 -0.028072 -0.039716 -0.004458 -0.008294 -0.029939 0.030777 0.024201 0.01006 0.02148 -0.025394 0.020115 0.001219 -0.008522 0.039765 -0.009248 0.037251 0.053829 0.025721 0.012184 -0.004329 -0.041527 -0.032638 -0.018385 -0.010017 0.02172 -0.03226 -0.013846 0.005016 -0.01643 0.032478 -0.02492 -0.03214 -0.022537 -0.030001 -0.018546 0.00701 -0.005702 0.021712 0.003438 0.011171 -0.00571 0.013628 0.004264 9.9e-05 0.020213 0.050335 -0.054432 0.000989 -0.021837 0.015757 0.019464 -0.025138 -0.012105 0.019816 -0.014441 -0.02461 -0.013138 0.00791 -0.041149 0.011009 -0.066532 -0.012685 0.013154 0.013139 0.01888 0.017817 0.009122\nֻ 0.036601 0.002016 -0.065621 0.02689 0.018675 0.046505 0.00832 -0.00531 -0.022014 -0.060364 0.045891 0.024433 -0.019093 -0.055127 0.047809 -0.003626 0.007933 -0.043417 -0.019301 -0.062846 -0.012273 0.010866 0.015384 0.014675 -0.003149 0.043197 -0.00527 -0.005457 -0.015348 -0.037972 0.026969 -0.048096 -0.029961 -0.054726 0.01113 0.01076 -0.047316 0.048043 0.023759 0.033446 -0.029828 0.00619 0.002751 0.00308 -0.042424 -0.029557 0.051577 -0.003915 -0.009563 0.022428 0.003642 0.071045 0.050983 -0.04796 0.053355 0.009475 -0.011624 0.025679 -0.030493 0.036685 -0.023566 -0.033907 -0.014491 -0.001823 0.022538 0.023006 0.055937 -0.008484 0.032183 0.020873 -0.061063 -0.02072 0.028159 0.019748 -0.05996 -0.000395 -0.03804 0.032507 -0.034563 -0.012829 0.024391 -0.001721 0.000396 0.014043 -0.042802 -0.071129 0.001547 -0.012206 -0.026482 -0.009198 -0.010685 0.03817 0.014822 -0.025349 0.006699 -0.005958 0.007354 -0.055318 -0.001741 -0.008637 -0.029295 0.013435 -0.000834 -0.036491 0.020841 -0.011139 -0.028002 0.023251 0.063514 0.001375 0.05008 0.025424 0.023272 -0.025178 -0.001153 0.004186 -0.017722 -0.004992 -0.041551 -0.048249 0.025914 -0.000375 0.066321 0.036401 0.046009 0.003298 -0.017112 -0.022204 -0.026731 -0.028263 -0.023918 0.009336 -0.014962 0.032485 -0.028507 0.019436 -0.029409 0.000914 0.000695 0.064278 0.007506 -0.021069 0.024988 0.028137 -0.057895 -0.060065 0.067405 0.00828 0.003117 -0.046486 0.005923 0.033652 0.046167 0.024242 -0.0086 0.007836 0.009844 -0.032365 0.016878 -0.023554 -0.019952 0.019158 0.027534 0.006017 -0.020073 -0.024768 0.038125 -0.036602 0.028082 0.036177 -0.042671 -0.020765 -0.019748 0.043411 -0.018711 -0.048392 -0.020533 -0.011361 -0.043829 -0.033234 0.042741 -0.017089 -0.000172 -0.005539 -0.009738 -0.025591 0.003785 0.031497 -0.067512 0.010205 0.018188 0.042974 -0.045581 -0.049742 0.003289 0.060224 -0.031756 0.026902 0.006426 -0.001784 -0.046291 -0.041574 0.012734 0.034802 0.016513 0.029999 0.031473 -0.015838 -0.009997 0.053312 -0.032614 -0.006028 -0.012425 0.030008 0.013805 0.088333 0.005259 -0.026926 -0.005923 -0.003462 0.000412 0.027486 -0.002984 0.007926 -0.033804 0.001567 0.002381 0.006806 -0.018035 -0.0232 0.003205 0.004409 -0.014771 -0.018973 -0.048696 -0.004204 -0.028011 -0.049534 0.04521 0.029594 -0.002644 0.036762 -0.02646 0.017846 0.012257 -0.016083 0.051665 -0.009252 0.051504 0.060225 0.043306 0.02462 0.00075 -0.050128 -0.040169 -0.02776 -0.004636 0.028051 -0.022665 -0.018548 0.01148 -0.00871 0.038252 -0.030612 -0.034986 -0.021812 -0.037646 -0.013301 0.006645 -0.006322 0.035633 -0.000765 0.015109 -0.017681 0.011321 0.005664 0.016715 0.03141 0.049773 -0.071051 -0.006737 -0.026007 0.018517 0.018655 -0.026393 -0.002064 0.033563 -0.015042 -0.026057 -0.018653 0.013301 -0.057853 0.026257 -0.088131 -0.005253 0.019412 0.01991 0.015576 0.046477 0.015136\nܼ 0.018673 0.0208 -0.004121 0.019742 -0.003178 0.024941 -0.031021 -0.020769 0.0036 -0.011398 0.038693 0.033544 0.021953 0.007302 0.023728 -0.045959 0.046475 0.011518 -0.025018 -0.037489 -0.020792 -0.035098 -0.002385 0.00458 -0.020946 0.02048 -0.034022 -0.024188 -0.015758 -0.007419 0.050676 -0.020655 -0.017595 0.01696 0.001345 0.012207 -0.01109 0.017281 -0.055971 -0.014564 -0.017315 -0.019473 0.007598 0.039546 -0.04693 -0.001671 0.033907 -0.033269 -0.004777 0.03127 -0.03463 -0.008539 0.022596 -0.041944 0.072366 0.037511 0.006836 -0.010435 -0.02857 0.019611 -0.012915 -0.024548 0.029589 -0.020518 0.017581 0.006975 0.05832 0.015227 0.031549 0.005965 -0.047476 -0.012758 0.001657 0.02531 -0.047681 0.007939 -0.034415 0.009102 -0.026454 -0.001972 0.011915 -0.007573 -0.022724 0.033316 -0.003802 -0.027696 0.000554 0.042333 -0.020148 -0.028299 -0.021616 0.016161 0.009855 0.021383 -0.038 0.018436 0.000561 -0.067328 -0.005514 -0.001676 -0.021871 -0.012412 0.013579 -0.004503 0.038674 0.026061 -0.059352 -8.2e-05 0.011807 -0.04264 0.029463 0.012939 0.020097 0.007101 0.005149 -0.001325 0.060333 0.010525 -0.02635 -0.036328 0.014251 0.009431 0.045192 0.029033 0.05501 -0.001881 0.007444 0.012166 -0.005305 -0.017791 -0.014313 0.003108 0.011739 0.038391 -0.031528 0.00013 0.002036 0.024017 0.020662 0.085847 0.012996 -0.004456 -0.03445 0.00888 -0.076387 -0.089095 0.05429 -0.005042 0.010209 -0.025616 0.029531 0.019647 0.010832 -0.025066 0.05618 -0.020782 0.0064 0.003234 -0.025862 -0.047766 -0.011257 0.030487 0.014547 -0.00186 0.00382 0.003315 0.008194 -0.014976 0.011683 0.007908 -0.029177 0.003691 -0.00791 0.067668 -0.010082 -0.030386 0.014211 -0.026287 -0.038903 -0.016013 0.023848 -0.021159 0.014823 -0.035861 0.008446 0.008286 0.002164 0.0157 -0.031838 -0.005764 -0.00322 0.026923 -0.004004 -0.012034 0.002019 0.044828 -0.035901 0.02655 -0.009138 0.008693 -0.01643 -0.034164 0.002468 0.034425 -0.003171 -0.006628 0.053506 -0.013437 -0.01132 0.036026 -0.023866 -0.02877 -0.015454 0.004798 0.014495 0.052833 0.024313 0.011583 -0.041457 0.023905 -0.002772 0.003875 -0.008427 0.050884 -0.036461 -0.000539 -0.00365 -0.007858 -0.027768 0.026118 0.021828 -0.009812 -0.008056 -0.022689 0.0029 0.016683 -0.040085 -0.00725 0.00983 0.037856 0.004052 0.015511 -0.030731 -0.000304 0.021793 -0.009861 0.046038 -0.00871 0.076375 0.027184 0.029011 0.006338 0.016901 -0.010968 -0.059444 -0.031536 -0.005975 0.023576 -0.027212 0.001915 -0.038489 0.018523 0.04132 -0.045518 0.002474 0.023512 0.011773 -0.038059 0.008747 0.010462 0.013233 -0.025544 0.02892 -0.009001 -0.003088 0.026802 0.017037 0.002329 0.012356 -0.042522 -0.017225 -0.03103 0.011883 0.006714 -0.009554 -0.021948 -0.001511 0.000518 0.001086 0.0008 -0.002769 -0.003227 0.00578 -0.072979 0.000791 0.023664 0.027804 -0.01846 0.05718 0.030336\nο 0.027761 0.00019 -0.044254 0.02601 0.008908 0.037536 0.008238 -0.001836 -0.012569 -0.03009 0.03768 0.013091 -0.012879 -0.02514 0.030911 -0.010003 0.009635 -0.020216 -0.013979 -0.034265 -0.012005 0.007374 0.008226 0.016077 0.008104 0.017628 -0.008585 -0.01288 -0.013746 -0.020699 0.023665 -0.033879 -0.018188 -0.03538 0.011949 0.016383 -0.032092 0.039512 0.007768 0.017397 -0.031942 0.010532 -0.003256 0.008461 -0.024077 -0.024401 0.031559 0.001313 0.003416 0.011948 0.010214 0.04608 0.034128 -0.028653 0.040074 0.008375 0.000118 0.021713 -0.015601 0.024171 -0.029792 -0.027355 -0.008847 -0.019374 0.012244 0.022438 0.036097 -0.018475 0.028341 0.017751 -0.045814 -0.005172 0.024314 0.012055 -0.046158 0.003791 -0.032485 0.021024 -0.025387 -0.015032 0.011302 0.000379 -0.001552 0.018415 -0.018565 -0.047898 0.003275 -0.003907 -0.016383 0.002923 -0.004013 0.024404 0.000134 -0.006384 0.010225 -0.01003 -0.00211 -0.031162 -0.008214 -0.008126 -0.013597 0.001724 -0.003945 -0.030178 0.015669 -0.008923 -0.014284 0.011452 0.030025 -0.008382 0.043559 0.019377 0.022601 -0.012246 0.005735 0.005791 -0.003084 0.004973 -0.013346 -0.041251 0.02392 -0.00052 0.037649 0.020455 0.02885 0.005944 -0.005362 -0.012587 -0.009257 -0.014898 -0.011263 0.000454 -0.01749 0.029771 -0.017388 0.011592 -0.027319 0.005974 0.003229 0.046463 -0.009678 -0.010574 0.010328 0.025543 -0.033439 -0.046841 0.042185 0.007487 0.003141 -0.045194 -0.001295 0.006363 0.03283 0.024281 -0.000115 -0.001045 0.000639 -0.022882 0.013318 -0.023292 -0.012531 0.015722 0.022076 0.016244 -0.015204 -0.013396 0.022476 -0.020261 0.019801 0.019457 -0.030709 -0.024152 -0.011438 0.035727 -0.015275 -0.023377 -0.006242 -0.011248 -0.035698 -0.014528 0.032065 -0.015109 0.003683 -0.005285 -0.007221 -0.011518 0.001395 0.015888 -0.057003 0.000436 0.016463 0.028937 -0.033141 -0.036606 0.002113 0.035654 -0.017613 0.014148 0.005437 0.00314 -0.033104 -0.031069 0.019228 0.023447 0.014119 0.010663 0.01054 -0.01303 -0.004196 0.031528 -0.015583 -0.006071 -0.012051 0.012645 -0.001978 0.065087 0.006148 -0.018826 0.003225 -0.000847 -0.006148 0.009223 -0.011176 0.004905 -0.022697 -0.005274 0.003528 0.011218 -0.007063 -0.028073 -0.003792 0.002313 -0.004131 -0.022143 -0.02978 -0.000773 -0.015204 -0.033761 0.024936 0.029313 0.008069 0.024698 -0.021481 0.007513 0.008949 -0.004327 0.036422 -0.000624 0.035078 0.051615 0.023412 0.006637 -0.001429 -0.0345 -0.033026 -0.02303 -0.005743 0.015546 -0.02385 -0.01246 0.007449 -0.004019 0.026789 -0.02292 -0.028873 -0.014019 -0.025807 -0.020718 0.004645 -0.001179 0.016968 -0.003869 0.009226 -0.003852 0.003166 -0.001768 -0.004576 0.018237 0.039541 -0.041375 -0.006469 -0.017353 0.011614 0.012855 -0.022964 -0.002072 0.014595 -0.006622 -0.01563 -0.015325 0.00362 -0.035197 0.005751 -0.06189 -0.011088 0.003884 0.008773 0.010973 0.014871 0.000504\n> 0.034152 0.013355 -0.023878 0.001465 0.008514 0.015423 0.003665 -0.020413 0.004066 -0.021825 0.005867 0.004406 -0.01048 -0.003805 0.014205 -0.009216 0.017875 -0.010694 0.000796 -0.026686 -0.012441 -0.00048 0.005084 0.007101 0.008255 0.004446 -0.007599 -0.004274 0.007213 0.003435 0.017555 -0.020951 0.002828 -0.010003 -0.014297 0.000674 -0.012639 0.021794 0.004811 0.006257 -0.0152 -0.006543 0.020025 0.006388 0.00415 -0.0157 0.008603 0.023811 0.003859 0.007744 -0.003439 0.016794 0.003266 -0.008527 0.017183 0.007937 0.005706 -0.000442 -0.00913 0.005073 -0.013807 -0.003229 -0.006411 -0.012202 0.003182 -0.008927 0.025099 -0.008538 0.007752 -0.002223 -0.011146 0.018548 0.016039 0.001855 -0.010565 -0.020058 -0.00409 0.020249 0.006719 0.001627 0.006313 0.000831 -0.004028 -0.007273 -0.002997 -0.00968 -0.002502 -0.000161 -0.002463 0.004112 -0.009194 -0.015305 -0.001548 -0.006944 0.010025 -0.015029 0.009221 -0.029046 -0.003904 -0.006485 -0.004466 -0.022274 -0.005289 0.000944 0.013962 -0.002079 -0.027609 0.017412 0.003223 0.006289 0.004306 0.000782 0.004782 0.007783 0.005901 -0.004979 0.001482 -0.005798 -0.004188 -0.004852 0.013616 -0.007608 0.003669 0.001425 -0.012586 -0.005659 -0.001025 0.004242 0.007865 -0.010489 0.015706 0.00443 0.007441 0.020445 -0.004128 -0.003189 -0.01077 -0.003883 -0.020119 0.003534 -0.014142 0.001078 0.00381 0.00894 -0.010024 -0.00794 0.029709 0.00736 -0.015968 -0.009995 0.005332 0.008026 0.004661 0.001754 0.001671 -0.00957 0.010071 -0.002524 0.000872 -0.00189 -0.00732 0.005142 0.020949 0.005262 0.001186 -0.005112 -0.000824 -0.016207 0.013163 0.013082 -0.004345 -0.02045 -0.0141 -0.002958 0.007234 0.001338 0.007008 0.009432 -0.014765 -0.000264 0.032463 0.012138 -0.005401 -0.007138 -0.011156 -0.007647 -0.013651 0.009351 -0.017312 -0.009659 0.02108 0.026226 -0.021151 -0.01808 -0.000592 0.01692 0.004664 0.003821 -0.002963 0.015109 -0.016609 -0.005605 0.017932 0.028625 0.012958 0.014367 -0.004777 -0.002848 -0.001984 0.013594 0.008754 -0.013044 0.001415 -0.000152 -0.008213 0.007071 0.001127 0.000518 0.01479 0.003902 0.010038 0.005293 -0.006142 0.004754 -0.018339 0.002488 -0.00813 0.019982 0.009354 -0.017167 0.007524 -0.007748 -0.004634 -0.003208 0.003102 0.000465 0.005208 -0.022806 0.009755 0.008875 -0.004231 0.018076 -0.012109 0.003735 0.009839 -0.004565 0.02055 -0.000117 0.018502 0.01912 0.010946 -0.001149 0.004858 -0.013593 -0.012359 -0.009865 -0.007899 0.010316 -0.010168 -0.00301 0.034897 -0.000683 -0.008695 -0.002675 -0.017213 -0.000714 -0.000748 -0.030026 0.002286 0.009561 -0.000724 -0.011011 -0.009233 -0.007772 0.013975 -0.005741 0.014496 0.010434 0.021425 -0.003654 0.014002 0.009153 0.025187 -0.001573 -0.013523 0.015548 0.020002 -0.015257 -0.004112 -0.025994 0.003803 -0.022876 -0.004815 -0.031058 -0.006428 -0.007169 0.006895 -0.012498 0.011622 0.009824\nះ 0.022012 0.005806 -0.046301 0.027962 0.010949 0.026309 0.007456 -0.010305 -0.027059 -0.026937 0.035781 0.014324 -0.018587 -0.023582 0.026809 0.00309 0.000456 -0.020744 -0.007956 -0.042645 -0.015747 -0.000192 -0.003576 0.011781 -0.005036 0.017369 -0.007797 -0.005043 -0.014656 -0.027332 0.026684 -0.035668 -0.02314 -0.036129 0.013976 0.025033 -0.036511 0.032831 0.008198 0.019174 -0.030533 0.012936 0.000697 -0.003558 -0.015648 -0.022093 0.034391 -0.006268 -7.6e-05 0.018859 0.004992 0.039375 0.019936 -0.028595 0.046308 0.002909 0.003038 0.030027 -0.023458 0.019716 -0.030344 -0.023425 -0.010652 -0.013273 0.012224 0.018085 0.055135 -0.021758 0.029276 0.022776 -0.057102 -0.007793 0.021542 0.018074 -0.041242 0.004534 -0.024516 0.023572 -0.02144 -0.018924 0.015322 -0.001425 0.000899 0.023327 -0.01161 -0.047983 0.009914 -0.013237 -0.01037 -0.001773 -0.003075 0.033776 0.005849 -0.01531 0.010091 -0.006183 -0.00035 -0.027122 -0.003067 0.003991 -0.019062 -0.010692 -0.00134 -0.032076 0.012571 0.006544 -0.020813 0.011064 0.037685 -0.006101 0.035457 0.01667 0.022885 -0.013303 0.002124 -0.002531 -0.011732 0.002722 -0.011573 -0.041957 0.020668 0.003761 0.044434 0.017159 0.027851 0.013173 -0.008786 -0.018255 -0.011286 -0.014194 -0.010019 -0.004661 -0.012157 0.038096 -0.026924 0.00135 -0.030842 0.001903 0.002036 0.044026 -0.006494 -0.006975 0.00393 0.029873 -0.039992 -0.044058 0.03968 0.009125 0.010816 -0.042141 0.0066 0.001279 0.029417 0.022805 0.004062 0.002289 -0.004181 -0.028574 0.01537 -0.017405 -0.014127 0.01903 0.032506 0.015754 -0.010388 -0.024691 0.02564 -0.019993 0.024459 0.018985 -0.034351 -0.032774 -0.017013 0.027119 -0.01239 -0.019142 -0.001149 -0.01114 -0.043479 -0.024544 0.034579 -0.012366 0.005629 -0.008103 -0.011461 -0.008301 0.001355 0.02292 -0.054295 0.000235 0.013851 0.033444 -0.038255 -0.03504 0.001898 0.045235 -0.027484 0.017859 0.004569 -0.003965 -0.029212 -0.024496 0.021223 0.026697 0.020885 0.010891 0.01764 -0.003614 -0.015171 0.040315 -0.017158 -0.001816 -0.005849 0.013793 -0.000456 0.056032 0.012173 -0.016764 0.00146 -0.000511 -0.000454 0.009404 -0.004414 0.000783 -0.020563 0.002869 0.002999 0.017756 0.000905 -0.02767 -0.005295 -0.001801 -0.008751 -0.031507 -0.035272 0.001876 -0.020178 -0.034854 0.022063 0.02738 0.015988 0.028349 -0.026488 0.013463 -0.002947 0.001207 0.029571 -0.005234 0.04942 0.051874 0.021014 0.008262 -7e-06 -0.034926 -0.027288 -0.017354 0.00087 0.021259 -0.01516 -0.011634 0.006849 -0.018385 0.030275 -0.023856 -0.029198 -0.026092 -0.031946 -0.02743 0.005806 0.000872 0.017704 -0.002419 0.016926 -0.002847 0.003 0.000187 -0.000776 0.021962 0.037301 -0.050844 -0.003006 -0.012484 0.014883 0.02071 -0.018227 -0.015776 0.011723 -0.008638 -0.021586 -0.013742 0.00829 -0.041309 -0.005389 -0.054866 -0.010578 0.001389 0.00549 0.011611 0.018596 -0.002329\nໍ 0.029553 -0.004771 -0.03329 0.029211 0.001786 0.034486 -0.002729 -0.006143 -0.016833 -0.027424 0.025962 0.002424 -0.012554 -0.018018 0.022792 -0.004492 0.002814 -0.020459 0.004884 -0.026634 -0.012481 0.006003 0.008228 0.00639 0.003131 0.013248 -0.018611 -0.006985 -0.0159 -0.016634 0.020673 -0.02905 -0.020507 -0.025176 0.007687 0.009115 -0.017055 0.029744 -0.000364 0.010134 -0.014753 0.007433 0.005029 -0.003743 -0.024502 -0.019644 0.024167 0.00262 0.001398 0.015967 0.002814 0.028892 0.025885 -0.018841 0.023988 0.001414 0.001556 0.016199 -0.006926 0.014373 -0.028498 -0.010205 -0.015378 -0.00907 0.011845 0.019386 0.031611 -0.006508 0.028859 0.01537 -0.048655 -0.015448 0.014964 0.011912 -0.040414 -0.006133 -0.019165 0.023001 -0.029978 -0.0022 0.007509 0.003031 0.001455 0.006976 -0.008451 -0.053242 0.008525 -0.008122 -0.005815 -0.016191 -0.001499 0.017405 0.012261 -0.010346 0.01418 -0.008344 -0.001914 -0.033062 0.008135 -0.001074 -0.02147 0.005485 -0.000988 -0.029988 0.018634 -5.4e-05 -0.013519 -0.001688 0.03054 -0.006431 0.030874 0.016448 0.025548 -0.012726 0.009278 0.001605 -0.006727 0.007987 -0.010941 -0.034663 0.02261 -0.00603 0.040079 0.023567 0.019386 0.009079 -0.01338 0.000512 -0.007253 -0.012318 -0.009904 -0.0036 -0.010399 0.032732 -0.016221 0.008254 -0.029214 0.007476 -0.003141 0.037495 -0.005105 0.004199 0.002302 0.009484 -0.029105 -0.03356 0.045973 0.008105 0.00069 -0.030249 0.011413 0.007804 0.029787 0.001939 0.001767 0.007629 -0.00034 -0.013676 0.00925 -0.027717 -0.017639 0.012746 0.014423 0.008789 -0.00862 -0.023725 0.010562 -0.016362 0.019229 0.013362 -0.017045 -0.020585 -0.014439 0.0322 -0.020751 -0.022727 -0.001566 -0.008834 -0.03483 -0.014203 0.022251 -0.006298 0.0059 -0.008473 -0.003404 -0.011757 0.004974 0.011656 -0.039465 0.003751 0.011948 0.021649 -0.027407 -0.023825 0.002751 0.037186 -0.02587 0.006195 0.007245 0.005786 -0.0191 -0.01307 0.013196 0.013668 0.009092 0.019141 -0.007828 -0.012343 -0.012491 0.032962 -0.009889 0.005372 -0.002544 0.005979 0.005821 0.042173 0.014496 -0.020268 0.01106 0.000264 -0.011839 0.006508 -0.005815 0.004804 -0.017143 0.002232 0.001623 0.014815 -0.010077 -0.019381 -0.002076 0.002984 -0.006599 -0.013347 -0.02583 -0.007108 -0.012082 -0.023761 0.023563 0.015049 0.005728 0.026361 -0.026761 0.006219 0.002495 0.000244 0.025562 -0.003094 0.034869 0.039091 0.021993 0.015817 -0.003649 -0.029394 -0.022336 -0.017348 -0.000481 0.016509 -0.025863 -0.008248 0.002719 -0.008821 0.020546 -0.021411 -0.0243 -0.019488 -0.029549 -0.013099 0.008781 0.005596 0.016245 0.010538 0.016953 -0.000591 0.01021 -0.001448 -0.003687 0.012395 0.027118 -0.04031 -0.004502 -0.01021 0.008711 0.005386 -0.021567 -0.004975 0.01349 -0.009189 -0.013946 -0.010308 0.004002 -0.039967 0.00784 -0.047598 -0.012787 0.00895 -0.005587 0.015805 0.013743 -0.001347\nӑ 0.02518 -0.027023 -0.027518 0.03097 0.003958 0.040409 0.02778 0.002402 -0.019417 -0.00676 0.012106 -0.011762 -0.000444 -0.059594 0.07869 -0.040954 -0.030386 -0.051555 -0.019353 -0.056107 0.003254 0.00518 0.001649 0.007952 0.010913 0.003239 0.006398 0.02583 -0.02485 -0.021463 0.04859 -0.012259 -0.024345 -0.059179 0.025955 0.016141 -0.050244 0.052804 0.031356 0.024404 -0.031714 0.006046 -0.008813 -0.003913 -0.004531 -0.021015 -0.001092 -0.008329 -0.020172 0.049821 -0.014223 0.0534 0.013573 -0.068248 0.055821 0.021981 -0.036783 0.024305 -0.020418 0.04421 -0.047968 -0.04209 -0.045586 -0.048628 0.013951 0.015443 0.038172 0.006205 0.048739 0.01587 -0.036547 -0.030277 0.002789 0.064463 -0.067585 0.009639 -0.034335 0.016578 -0.073301 -0.022734 0.014355 -0.00131 -0.011369 0.015805 0.006278 -0.103561 0.032146 0.02401 -0.03829 -0.022096 -0.02133 0.015978 -0.017018 0.003061 -0.024429 -0.006209 0.022178 -0.027611 0.014645 -0.056717 0.017562 0.025545 0.049532 -0.017705 0.018301 -0.000709 -0.031796 0.011849 0.049762 0.00574 0.051236 0.042467 0.010473 -0.002406 0.011732 -0.029528 -0.035974 0.029701 -0.011765 -0.012956 0.026292 0.039414 0.08082 0.02465 0.045102 0.028117 0.009581 -0.023726 -0.012942 -0.068537 -0.036853 0.038006 -0.042907 0.028346 -0.016631 0.011659 -0.02946 -0.033755 0.039894 0.049691 -0.00689 0.019716 0.002227 0.028507 -0.064197 -0.030996 0.115924 0.028413 -0.031193 -0.059913 -0.007778 0.036558 0.05177 0.042701 -0.060604 0.035581 0.005206 -0.019641 -0.003119 -0.017515 -0.002573 0.034544 0.016774 -0.009308 -0.029343 -0.01266 -0.005396 -0.064119 0.032456 0.016334 -0.055181 0.029283 -0.01511 0.023412 -0.000184 -0.013382 -0.016094 0.014668 -0.04626 -0.046941 0.052904 -0.016417 0.038819 0.020697 0.004016 -0.041984 0.020212 -0.021218 -0.091678 -0.011713 0.024892 0.069089 -0.013209 -0.044817 0.013216 0.03788 -0.062521 -0.004311 0.004074 -0.032748 -0.053828 -0.053153 -0.012176 0.036262 -0.010978 -0.000501 0.053234 -0.009664 -0.009395 0.036852 -0.054783 -0.052993 0.008051 0.030104 0.024089 0.045573 -0.036631 -0.034781 -0.005145 0.032983 0.036591 0.029758 -0.009422 -0.022051 -0.047449 -0.008707 -0.040774 0.018121 -0.032718 -0.018604 0.000587 0.023232 0.019793 -0.036794 -0.068599 0.012151 -0.018659 -0.00025 0.04669 0.034687 0.033666 -0.008176 -0.050206 0.025904 -0.000664 -0.016263 0.051461 -0.012387 0.025926 0.058512 0.045446 0.00483 0.014309 -0.045884 -0.019303 -0.021948 0.015128 0.010193 -0.017758 -0.003583 0.009921 -0.032835 0.048088 -0.031575 -0.079048 -0.019067 -0.02931 -0.015281 0.011603 0.009791 0.045739 -0.000189 0.000622 0.026318 0.006407 -0.018159 0.017902 0.021904 0.088202 -0.061405 -0.020965 -0.042294 0.022073 0.036947 -0.085838 -0.006402 -0.004889 -0.005295 -0.040912 -0.01777 0.026522 -0.046726 0.059338 -0.072635 0.023025 0.020933 0.016873 0.049533 0.022471 0.017296\nْ 0.052464 0.000757 -0.070812 0.043642 0.020242 0.043017 0.017968 -0.004353 -0.043459 -0.041448 0.050151 0.009545 -0.008276 -0.04888 0.034211 -0.010281 0.015224 -0.03309 -0.010926 -0.057846 -0.020048 -0.001869 0.004583 0.018677 0.014265 0.03172 -0.011924 -0.014407 -0.018802 -0.039404 0.024839 -0.041883 -0.026686 -0.050752 0.017209 0.022322 -0.055103 0.063253 0.019513 0.031547 -0.032373 0.014671 -0.008028 -0.003991 -0.027943 -0.040959 0.058182 -0.010685 -0.011036 0.026815 0.010051 0.075851 0.047023 -0.043472 0.057055 0.014451 -0.002941 0.028773 -0.018133 0.048236 -0.025461 -0.048647 -0.011259 -0.018501 0.028583 0.03284 0.050049 -0.011189 0.046277 0.023209 -0.080973 -0.013929 0.031116 0.024205 -0.069063 0.004591 -0.050877 0.032173 -0.035958 -0.021844 0.021925 0.003989 -0.007301 0.035049 -0.033696 -0.071858 0.00371 -0.005615 -0.015811 -0.0114 -0.009082 0.026787 0.013345 -0.025712 0.023754 -0.010607 -0.000588 -0.057696 0.000868 -0.006858 -0.022437 -0.009619 -0.011174 -0.037156 0.023681 -0.010427 -0.02408 0.011141 0.05502 -0.012604 0.057601 0.022123 0.032931 -0.014824 0.005587 -0.00127 -0.028639 0.009153 -0.019111 -0.05562 0.020296 -0.005384 0.058185 0.024592 0.055742 0.007234 -0.019481 -0.014495 -0.021608 -0.02148 -0.025422 -0.008007 -0.033166 0.046892 -0.039313 0.026527 -0.039084 0.007726 0.004827 0.072696 0.002234 -0.01587 0.020371 0.036919 -0.048493 -0.065393 0.059202 0.014327 -0.000744 -0.056154 0.013106 0.016644 0.040945 0.044033 -0.008162 0.011019 0.001197 -0.028344 0.017963 -0.032415 -0.02759 0.028708 0.017689 0.018921 -0.021097 -0.021895 0.032855 -0.037046 0.041182 0.035023 -0.045732 -0.040056 -0.020985 0.047879 -0.018751 -0.038242 -0.0138 -0.010995 -0.049126 -0.033221 0.056699 -0.020604 0.002005 -0.023296 -0.015206 -0.024279 0.011174 0.023225 -0.087814 -0.004805 0.017501 0.040008 -0.052793 -0.05279 -0.0033 0.048371 -0.024647 0.025651 0.00741 0.012478 -0.045148 -0.042977 0.02154 0.030359 0.029836 0.015716 0.019857 -0.009847 -0.013618 0.068359 -0.035761 0.004169 -0.016506 0.030922 0.008171 0.09148 0.017152 -0.040185 0.00361 0.000805 -0.007627 0.001441 -0.008733 0.002653 -0.043009 -0.002981 0.006023 0.019607 -0.014513 -0.026513 -0.003867 -0.002869 -0.007247 -0.03961 -0.044429 -0.001892 -0.025078 -0.045803 0.042898 0.039267 -0.002372 0.033697 -0.022559 0.026736 0.003305 -0.016712 0.067863 -0.002009 0.06709 0.085046 0.029596 0.017326 0.015497 -0.060787 -0.04705 -0.024132 -0.006775 0.032027 -0.031932 -0.028073 0.012936 -0.016316 0.045099 -0.030751 -0.045213 -0.01957 -0.048197 -0.018062 0.007674 -0.005604 0.032383 -5e-05 0.010829 0.00473 0.016429 0.008286 -0.001803 0.0333 0.053743 -0.066869 -0.000175 -0.033058 0.02146 0.033973 -0.043634 -0.009415 0.031094 -0.017776 -0.030381 -0.026046 0.012188 -0.057483 0.021591 -0.09688 -0.01059 0.013802 0.019205 0.032051 0.028174 -0.006595\né 0.02771 0.004 -0.038239 0.025151 0.017039 0.032021 0.010111 -0.003191 -0.01485 -0.02219 0.024233 0.009141 7e-05 -0.02773 0.028713 -0.002852 0.002207 -0.026978 -0.007667 -0.031041 -0.016545 0.001621 -0.003854 0.015277 0.001235 0.022821 -0.004632 -0.009373 -0.001998 -0.021977 0.022444 -0.026231 -0.014469 -0.03671 0.010177 0.014685 -0.031167 0.031882 0.007287 0.024299 -0.017953 0.008799 -0.002902 0.001712 -0.027532 -0.02003 0.028143 0.003346 0.001908 0.015623 0.000233 0.049874 0.019464 -0.031923 0.037477 0.014274 -0.007528 0.020705 -0.014169 0.020353 -0.018763 -0.0223 -0.013661 -0.012711 0.00943 0.015715 0.029246 -0.017907 0.019957 0.013212 -0.034592 -0.006761 0.027217 0.007725 -0.038431 -0.000286 -0.025346 0.02762 -0.013334 -0.009184 0.008348 -0.003718 0.00192 0.024264 -0.022578 -0.052923 0.00035 -0.002045 -0.016605 -0.006617 -0.006749 0.032894 0.009116 -0.01878 0.00593 -0.009953 0.006903 -0.021697 -0.000319 -0.001869 -0.019385 -0.005306 -0.00033 -0.022239 0.01341 -0.002821 -0.024909 0.005054 0.036009 0.000554 0.023011 0.006787 0.016606 -0.010535 0.006298 0.007174 -0.010659 0.002894 -0.011113 -0.033565 0.0087 -0.004213 0.036591 0.011955 0.023762 0.011014 -0.012131 -0.019869 -0.011061 -0.006548 -0.013085 -0.009414 -0.015622 0.016045 -0.020903 0.01938 -0.019014 0.003161 -0.002954 0.043991 -0.009014 -0.012648 0.017707 0.019934 -0.028789 -0.035496 0.038929 -0.007021 0.006147 -0.032454 0.006801 0.008493 0.025076 0.029406 -0.000578 0.004487 0.001566 -0.021698 0.012155 -0.018898 -0.010913 0.010419 0.018336 0.012774 -0.007225 -0.005087 0.023724 -0.026965 0.015763 0.020469 -0.031613 -0.019238 -0.002245 0.027382 -0.017996 -0.022137 -0.014626 -0.003049 -0.030849 -0.019415 0.027948 -0.008802 -0.010008 -0.002876 -0.005576 -0.014773 -0.000536 0.005224 -0.050523 -0.001386 0.008244 0.024969 -0.025519 -0.029869 -0.000841 0.029416 -0.009187 0.005472 0.006814 0.008035 -0.028342 -0.025472 0.008927 0.022761 0.011859 0.008982 0.007205 -0.003694 -0.010651 0.021768 -0.030426 -0.001398 -0.004329 0.013266 0.004566 0.051472 0.001494 -0.021627 0.001204 0.004204 -0.007347 0.010632 -0.006849 -0.002607 -0.014136 -0.005338 0.00018 0.01584 -0.006023 -0.020673 -0.003727 0.002898 -0.008366 -0.02153 -0.028527 -0.001536 -0.006374 -0.034894 0.020592 0.026251 0.002143 0.018949 -0.011381 0.008931 0.005813 -0.010687 0.030091 0.003091 0.03435 0.03665 0.014354 0.008819 0.004947 -0.039541 -0.031114 -0.01469 0.002139 0.006201 -0.009608 -0.019117 0.005958 -0.007453 0.022812 -0.017419 -0.020371 -0.014182 -0.023225 -0.00267 0.006781 -0.004773 0.012432 -0.003845 0.012339 -0.006282 0.011303 0.000721 0.008502 0.01833 0.037248 -0.039154 -0.004949 -0.016022 0.00369 0.016096 -0.02136 -0.005792 0.013661 -0.004948 -0.022097 -0.01237 0.005665 -0.039565 0.012722 -0.057959 -0.00571 0.007839 0.017784 0.009396 0.034467 0.001317\nɪ 0.011354 0.001528 -0.043976 0.017294 0.013361 0.038011 0.02434 -0.002611 -0.013533 -0.019664 0.044142 0.008349 -0.008878 -0.015312 0.027183 -0.000233 0.005697 -0.024884 -0.000134 -0.035888 -0.016956 0.000936 -0.00904 0.017843 0.009238 0.011869 -0.014513 0.004717 -0.016911 -0.03334 0.036374 -0.028136 -0.023623 -0.017365 -0.000378 0.009239 -0.024685 0.038219 0.01578 0.01534 -0.036455 0.023165 0.008609 0.014371 -0.008885 -0.016487 0.02852 0.008457 -0.000961 0.006052 0.001743 0.045695 0.032025 -0.02883 0.034782 0.013033 0.006372 0.026426 -0.007825 0.022591 -0.025516 -0.024468 -0.011905 -0.013216 0.007076 0.020652 0.043884 -0.022488 0.027262 0.023736 -0.037029 -0.005907 0.013907 0.016471 -0.039001 -0.007875 -0.015315 0.010399 -0.024793 -0.011986 0.017899 -0.007631 0.000159 0.011405 -0.026006 -0.05606 0.008333 -0.010065 -0.003759 0.013488 -0.010187 0.013771 0.003963 -0.009683 0.008249 -0.015565 0.00403 -0.038925 -0.013765 -0.008351 -0.025581 -0.004873 -0.01236 -0.026705 0.008296 -0.013724 -0.01901 0.0068 0.019065 -0.010481 0.051119 0.009278 0.024456 -0.005875 0.011782 -0.0063 -0.020449 -0.002393 -0.016932 -0.0352 0.03306 0.00319 0.029318 0.016962 0.021988 0.003493 0.00541 -0.005099 -0.016657 -0.017475 0.001495 0.011602 -0.018113 0.032885 -0.009368 0.012395 -0.029503 0.005116 0.00669 0.041446 -0.004147 -0.001831 0.017448 0.017738 -0.028478 -0.046745 0.04163 0.002745 0.011475 -0.04969 0.009232 0.011721 0.035009 0.012014 -0.005967 -0.005075 -0.005762 -0.023984 0.010481 -0.002241 -0.01988 0.004153 0.033415 0.007522 -0.017669 -0.016105 0.016816 -0.01439 0.013289 0.033652 -0.036039 -0.023353 -0.010795 0.019461 -0.001227 -0.019032 -0.003023 -0.017446 -0.031029 -0.006709 0.028434 -0.011806 0.007039 -0.007406 -0.013993 -0.017085 -0.004733 0.009209 -0.038047 -0.003512 0.022704 0.021819 -0.029655 -0.035165 0.006838 0.037336 -0.019504 0.010816 0.00381 0.000959 -0.031097 -0.024902 0.024481 0.017617 0.017331 0.000778 -0.001752 -0.03228 -0.001415 0.037674 -0.022387 0.000122 -0.001712 0.022752 0.001106 0.046789 0.006574 -0.01067 0.017013 -0.001636 -0.007853 -0.00751 -0.005862 0.015102 -0.024081 0.006435 -0.003451 0.010239 0.015504 -0.025391 -0.008858 0.004442 0.003866 -0.026239 -0.01771 0.008926 -0.014477 -0.027009 0.0245 0.016669 0.001661 0.026517 -0.02138 0.015968 0.000945 -0.008764 0.030879 0.014713 0.031029 0.042532 0.013069 0.008422 -0.007022 -0.033618 -0.029218 -0.017647 -0.013929 0.007285 -0.026522 -0.01055 0.009817 -0.009547 0.017258 -0.01381 -0.014042 -0.01059 -0.022419 -0.000908 -0.00332 0.009836 -0.00037 -0.013162 0.014169 0.001727 0.010723 -0.003874 0.007548 0.013695 0.037126 -0.030121 -0.006019 -0.002064 0.010703 0.021026 -0.008503 -0.005695 0.024806 -0.013922 -0.018793 -0.019504 0.003357 -0.031448 0.010829 -0.048496 -0.008436 -0.000741 0.009682 0.004302 0.001754 -0.017538\nử 0.03238 -0.010663 -0.064041 0.030393 0.02989 0.011513 0.041105 -0.041674 -0.033523 -0.029223 0.062739 -0.040801 -0.031412 0.021403 0.006889 -0.006779 0.037851 -0.029843 -0.01731 -0.022067 -0.018834 0.011936 -0.015138 0.020017 -0.013854 0.008314 0.000508 0.01447 0.03668 -0.008149 0.010897 -0.018725 0.022623 -0.008911 0.043612 0.000993 -0.05071 0.01128 -0.00637 0.027108 0.00192 0.009873 -0.042261 -0.010214 -0.028909 -0.057682 0.046983 0.009232 0.014518 0.028307 0.02888 0.03509 0.031844 -0.040137 0.088461 0.01425 -0.029403 0.035994 -0.012011 -0.00069 -0.013334 -0.040526 -0.012647 0.007655 0.002408 -0.001874 0.069671 -0.018094 0.041298 0.014346 -0.029126 -0.018278 0.051428 0.006417 -0.040825 0.046952 0.005201 0.032816 -0.016699 -0.001005 0.016311 -0.017137 0.007959 0.042068 -0.015098 -0.045566 -0.017407 -0.020351 0.001035 -0.037116 0.000496 0.028743 -0.020596 -0.030412 -0.008262 -0.009947 -0.007823 -0.006831 -0.011997 -0.020185 -0.021901 0.009513 -0.005107 -0.005205 0.036326 -0.016384 -0.00325 -0.018601 0.064443 0.00588 0.001969 0.016975 0.003749 -0.021238 0.012365 0.007928 -0.020822 -0.000457 -0.010154 -0.032006 -0.012611 -0.008731 0.051332 0.019716 0.02162 0.020362 -0.023328 0.004711 -0.033037 -0.002993 0.008123 0.014279 -0.028912 0.015492 0.006624 0.022965 -0.031015 0.051595 0.01413 0.036953 -0.025424 0.007087 0.033275 0.040164 -0.02959 -0.015015 0.046582 -0.009892 -0.01555 -0.04 -0.018671 -0.013663 0.031057 0.03581 -0.000447 0.003104 0.019711 -0.002462 -0.005679 -0.047116 0.009475 -0.00449 -0.00118 -0.002418 -0.027051 -0.005111 0.017608 -0.021646 0.012825 0.013242 -0.039612 -0.041704 -0.027021 -0.000257 -0.034679 -0.005092 0.022584 0.008917 -0.015752 -0.029033 0.027989 0.029423 -0.012009 -0.00242 -0.023811 0.023792 -0.012849 -0.002057 -0.063145 -0.036211 0.028005 0.031711 -0.03662 -0.019954 -0.041721 0.042649 0.006657 -0.004227 0.009642 0.016127 -0.060655 -0.044125 -0.005797 0.031302 0.0406 -0.01115 0.009206 -0.002514 -0.011044 0.039247 -0.06154 0.019696 0.025974 0.003829 0.018701 0.026325 0.024562 -0.021234 0.015766 0.012332 0.039296 0.033599 -4.1e-05 -0.042467 -0.016983 -0.015193 0.028431 0.00573 0.006042 -0.01149 0.001426 -0.033171 -0.026209 -0.036153 -0.019229 0.020492 -0.014749 -0.058318 0.015979 0.026416 -0.013744 0.059414 -0.008829 0.004435 0.011437 -0.023673 0.033869 0.014308 0.029707 0.063932 0.009424 0.027601 0.019302 -0.041521 -0.018602 -0.006782 0.006259 0.034157 -0.023966 -0.043427 0.011538 0.02745 0.002936 -0.053259 -0.050446 -0.044684 -0.029779 0.003092 -0.013772 0.005662 0.020954 -0.029195 0.003112 -0.010238 0.022521 -0.020756 0.011363 0.050072 0.029415 -0.051926 0.006531 0.002162 -0.008041 0.021254 -0.048186 -0.001542 -0.004743 -0.000793 -0.041281 5.5e-05 0.021211 -0.04703 0.017071 -0.045424 0.002595 0.016406 0.018325 -0.001632 0.041972 -0.011997\nድ 0.059566 0.003855 -0.063911 0.010633 0.014894 0.068174 0.003905 -0.015804 -0.020611 -0.059573 0.059246 0.029454 0.007357 -0.050744 0.051063 -0.022927 0.014596 -0.025019 -0.016208 -0.076506 -0.017533 -0.011006 0.010042 -0.004554 -0.008701 0.047901 -0.01615 -0.008172 -0.015679 -0.056163 0.012294 -0.042378 -0.045146 -0.070568 0.00773 0.012292 -0.060052 0.053979 0.012413 0.042866 -0.036666 -0.018859 0.000445 -0.008976 -0.054282 -0.030666 0.072558 -0.016521 -0.018823 0.032801 -0.005048 0.102092 0.051645 -0.056268 0.079022 0.009062 -0.0188 0.039246 -0.026081 0.031767 -0.045161 -0.040791 -0.034414 -0.015319 0.042269 0.010932 0.047979 -0.007351 0.060278 0.021951 -0.06227 -0.008534 0.025261 0.018965 -0.062433 0.015478 -0.039439 0.020669 -0.064581 -0.007291 0.001177 0.002957 -0.026724 0.023363 -0.033293 -0.074005 0.003632 0.004584 -0.035594 -0.030684 -0.026114 0.035961 0.024188 -0.033563 0.021511 -0.017519 -0.016185 -0.048951 -0.00113 -0.016501 -0.03566 0.007223 0.014516 -0.037502 0.022013 -0.005486 -0.024039 0.033016 0.067054 -0.008347 0.045029 0.047384 0.026653 -0.026853 0.022746 0.025143 -0.024982 0.000125 -0.027239 -0.043789 0.009929 0.014389 0.05496 0.039649 0.061216 -0.001913 -0.028603 -0.016968 -0.028724 -0.028943 -0.04905 -0.014599 -0.017257 0.039387 -0.03804 0.013131 -0.017896 0.024028 0.014911 0.07946 0.001857 -0.019632 0.006103 0.037349 -0.059725 -0.0836 0.076528 0.004033 -0.011071 -0.059121 0.002815 0.023729 0.057376 0.067854 -8.9e-05 0.008044 0.020193 -0.030018 0.041768 -0.035029 -0.043497 0.018554 0.01568 0.004173 -0.025333 -0.030289 0.03196 -0.035447 0.028259 0.033394 -0.024119 -0.033176 -0.01337 0.067319 -0.014399 -0.032188 -0.014815 -0.008367 -0.043409 -0.039236 0.035137 -0.017938 0.008477 -0.032658 -0.006364 -0.044379 0.029411 0.038589 -0.085593 -0.010247 0.00514 0.036993 -0.041898 -0.052478 0.008506 0.070391 -0.0459 0.02031 0.002844 -0.009905 -0.067931 -0.050275 0.033957 0.078864 0.014767 0.033767 0.05152 -0.010369 -0.013652 0.065831 -0.042233 -0.018238 -0.008062 0.012703 -0.006633 0.114029 0.015375 -0.046644 0.004582 0.014903 -0.014592 0.004665 -0.005196 -0.014553 -0.036877 -0.002333 -0.006152 0.03011 -0.0297 -0.021024 -0.01528 -0.007853 -0.011453 -0.03708 -0.077215 -0.010341 -0.029486 -0.030961 0.040109 0.029361 -0.001979 0.044443 -0.02695 0.021292 -0.002029 -0.027043 0.064421 -0.004364 0.05896 0.058699 0.048454 0.014286 5.6e-05 -0.060465 -0.030305 -0.01803 -0.01313 0.056456 -0.039662 -0.017463 -0.000355 -0.017722 0.04632 -0.032538 -0.053011 -0.022201 -0.047112 -0.037697 0.011084 -0.005606 0.045195 0.005435 0.026356 -0.012312 0.021981 0.009974 0.003344 0.034031 0.092905 -0.095191 -0.017661 -0.046796 0.022693 0.03062 -0.038941 -0.001241 0.03957 -0.022673 -0.023523 -0.006187 0.015748 -0.059386 0.029704 -0.118456 -0.015081 0.02293 0.037859 0.0311 0.033351 0.021531\n~ 0.11606 -0.05272 0.015745 0.097613 0.034912 0.159428 0.059504 -0.067945 0.058104 0.057739 -0.1021 0.045671 -0.176743 0.046586 0.222678 -0.047726 0.080982 0.042448 -0.22605 -0.221923 0.206797 0.076672 0.114772 -0.115516 0.101513 -0.162746 0.051158 0.248351 -0.007745 0.241174 -0.042697 -0.000544 0.033128 -0.238253 0.068165 0.030603 -0.081405 0.151503 0.116066 -0.034323 -0.1044 -0.177151 0.08757 0.05817 0.032222 0.039256 0.143995 0.161084 -0.072559 -0.141404 0.122728 0.031796 0.121973 -0.130432 -0.048324 0.09568 0.028297 -0.04366 0.054217 -0.221731 -0.164186 0.143427 0.00048 -0.023529 0.059988 -0.033243 0.101789 0.092069 0.109523 -0.0499 -0.245623 -0.091873 -0.067567 0.020182 0.108496 0.086061 0.020387 -0.039189 0.278889 0.036415 0.004649 0.076616 0.102139 -0.047568 0.029042 0.13521 -0.148729 0.088083 -0.043517 0.06501 0.077662 -0.243032 0.072348 0.069027 -0.055915 -0.155966 -0.13247 -0.115955 0.009157 0.074528 -0.109693 -0.157689 -0.009151 0.008392 -0.004301 0.025046 0.051764 0.001978 -0.069756 -0.115521 0.079832 0.029113 0.115575 -0.047371 0.054163 -0.064675 0.041079 0.127934 0.052486 0.070095 0.041546 0.103879 0.164781 0.052233 -0.030044 -0.055925 0.252961 0.202287 0.10849 -0.155526 0.04192 -0.123278 0.039636 0.057245 -0.005027 -0.012763 -0.100762 -0.08217 -0.085479 -0.0691 -0.127306 -0.221809 0.029996 -0.107778 0.079126 0.037461 -0.038358 -0.132819 0.066653 -0.09866 -0.080918 0.048253 0.000258 -0.024953 -0.136601 0.170816 -0.173098 -0.011969 0.087466 -0.084798 -0.035922 0.117749 0.17773 0.014768 0.001923 0.057114 0.019059 -0.046848 0.032227 0.142829 0.105036 -0.129264 0.055471 0.028258 0.152596 2.2e-05 -0.175857 -0.057448 0.146114 0.054032 -0.028735 0.063451 0.02319 -0.057228 -0.144518 0.001679 -0.173473 0.278567 -0.024711 0.077498 0.260101 0.089553 0.042917 -0.1811 0.061596 0.087078 0.013307 0.127771 0.123148 0.082818 -0.087425 -0.068732 -0.158362 0.122088 -0.097692 -0.06033 0.076774 0.06183 0.094557 -0.010982 -0.041281 -0.043135 0.170197 -0.068457 -0.098414 0.058604 -0.003723 -0.017068 -0.067869 -0.012597 0.015707 0.167992 -0.014269 0.043947 -0.219518 -0.007985 0.009596 0.042149 0.198945 -0.218333 -0.042871 0.142601 0.1018 0.001618 -0.041432 -0.088435 -0.021377 -0.200073 -0.157568 0.170713 0.074616 0.024569 -0.090174 0.119249 0.038441 -0.002982 -0.038354 -0.123324 -0.062344 0.033747 0.042841 -0.008305 -0.256336 -0.047309 -0.058199 0.064523 0.071134 -0.062527 -0.152355 0.023927 0.102562 0.010863 0.059825 -0.154489 0.052123 -0.126767 -0.003499 -0.114334 0.065513 0.086819 -0.05365 -0.18771 -0.035277 0.012127 0.061651 -0.040489 0.0505 -0.115478 0.076849 -0.094345 -0.079414 0.151871 -0.030245 0.094504 0.22161 -0.096113 0.044775 0.003703 0.035908 -0.122778 -0.003932 0.002987 -0.077638 -0.24589 -0.185957 0.05325 -0.173048 0.089878 -0.025337 -0.0389\nญ 0.029377 0.000216 -0.039697 0.026297 0.01489 0.032351 0.008572 0.002889 -0.020177 -0.027032 0.025541 0.008831 -0.003903 -0.01624 0.025303 0.001772 0.004515 -0.019681 -0.01178 -0.039275 -0.016848 0.005281 0.002691 0.009904 0.00487 0.014947 -0.012468 -0.008746 -0.009474 -0.024416 0.017306 -0.03123 -0.012968 -0.036648 0.00084 0.016997 -0.036768 0.036346 0.007164 0.020075 -0.02976 0.011938 -0.000154 -0.005967 -0.026613 -0.027307 0.034461 0.003376 -0.000146 0.009819 0.003165 0.045577 0.031527 -0.03617 0.033834 0.002349 -0.003174 0.02566 -0.01135 0.024032 -0.026817 -0.027505 -0.005201 -0.010674 0.011139 0.014355 0.034448 -0.014884 0.039906 0.017276 -0.049462 -0.007994 0.022036 0.011331 -0.050619 0.008448 -0.029004 0.022131 -0.030693 -0.014258 0.016655 -0.004204 0.006339 0.010173 -0.013471 -0.050526 -0.003636 0.001035 -0.023484 -0.002746 -0.005243 0.021628 0.007974 -0.015765 0.015607 -0.004506 -0.000964 -0.029003 0.004448 0.000716 -0.02177 0.007239 -0.001466 -0.026633 0.015892 -0.001778 -0.01118 0.004303 0.03084 -0.002908 0.046394 0.020017 0.022692 -0.016392 0.008504 0.003271 0.000197 -0.002824 -0.012402 -0.040494 0.016348 0.003001 0.037507 0.024352 0.034278 0.010307 -0.016178 -0.011814 -0.011557 -0.017041 -0.012905 -0.003524 -0.01589 0.026413 -0.016557 0.01081 -0.026229 -0.000603 0.010396 0.045841 0.002472 -0.008415 0.005142 0.022602 -0.031849 -0.040244 0.046222 0.007833 -7.5e-05 -0.038248 0.005326 0.004357 0.03373 0.027839 -0.003818 0.005876 0.007309 -0.026275 0.013758 -0.020098 -0.01521 0.01807 0.024141 0.013966 -0.010587 -0.012765 0.022049 -0.018065 0.02426 0.016942 -0.022091 -0.017129 -0.007932 0.025163 -0.023333 -0.022649 -0.006098 -0.003716 -0.038742 -0.017197 0.038661 -0.012314 0.008964 -0.008776 -0.007657 -0.012396 0.008185 0.019441 -0.050892 0.000663 0.00939 0.027512 -0.037441 -0.03483 0.006771 0.032035 -0.018005 0.00722 0.00048 -0.000638 -0.031897 -0.027542 0.014842 0.026455 0.024301 0.01986 0.005286 -0.002183 -0.008025 0.03353 -0.021849 0.000345 -0.008584 0.020878 0.00367 0.061081 0.001363 -0.018478 0.00889 0.001116 -0.003063 0.008564 0.001066 0.005054 -0.022752 -0.003861 0.000432 0.013305 -0.005232 -0.022318 -0.006351 -0.000372 -0.002214 -0.022442 -0.032564 -0.006543 -0.014988 -0.031859 0.029611 0.028072 0.008111 0.030025 -0.025061 0.012432 0.004692 -0.005869 0.033583 -0.004765 0.032508 0.047842 0.022632 0.0078 -0.003025 -0.037179 -0.027974 -0.0189 -0.002806 0.021598 -0.022337 -0.015591 0.01097 -0.009231 0.028146 -0.02377 -0.02472 -0.022606 -0.034106 -0.01115 0.007714 -0.003104 0.018746 -0.002735 0.005957 0.002042 0.013422 -0.002206 -0.00341 0.017505 0.041239 -0.040512 -0.00231 -0.012584 0.013865 0.015818 -0.01903 -0.005877 0.01414 -0.006197 -0.021861 -0.014999 0.006353 -0.039437 0.008786 -0.060503 -0.012006 0.010734 0.008085 0.013656 0.020101 0.003029\nē 0.026402 0.002519 -0.045946 0.026804 0.010874 0.033306 0.006897 -0.003518 -0.016271 -0.027115 0.033472 0.011332 -0.009481 -0.020743 0.028821 -0.007964 0.007165 -0.019527 -0.008507 -0.030754 -0.01253 0.006081 0.000548 0.015491 0.00622 0.017554 -0.009242 -0.010033 -0.011022 -0.021373 0.021508 -0.031202 -0.019018 -0.03498 0.012209 0.017114 -0.038112 0.037234 0.00545 0.016145 -0.027804 0.0122 -0.00159 0.004828 -0.025478 -0.023332 0.033326 -0.000739 0.003271 0.013461 0.012682 0.043698 0.032141 -0.028295 0.040881 0.010652 -0.001258 0.021619 -0.014809 0.02242 -0.028901 -0.027448 -0.007683 -0.018922 0.014798 0.023135 0.035134 -0.017989 0.028504 0.019136 -0.046333 -0.00418 0.024841 0.015399 -0.046528 0.006025 -0.028953 0.022898 -0.02143 -0.015476 0.009196 -0.002691 0.000879 0.019527 -0.016536 -0.045174 0.003899 -0.005874 -0.01465 -0.001747 -0.002607 0.025251 0.000695 -0.007793 0.010367 -0.008182 -0.002299 -0.036323 -0.006244 -0.004286 -0.014735 -0.000266 -0.004833 -0.028777 0.015858 -0.006178 -0.015764 0.010222 0.030264 -0.008596 0.04406 0.018402 0.020985 -0.013357 0.008489 0.005659 -0.006762 0.005037 -0.013366 -0.04303 0.02474 -0.003378 0.039345 0.02029 0.028027 0.005104 -0.007901 -0.012349 -0.00842 -0.014251 -0.01278 -0.002801 -0.015916 0.027873 -0.018018 0.014886 -0.023069 0.005568 0.002129 0.044465 -0.004694 -0.009732 0.012585 0.026751 -0.034635 -0.047017 0.043052 0.005288 0.000221 -0.043158 0.002318 0.009387 0.031626 0.023292 -0.000858 0.004208 -0.000914 -0.021163 0.013726 -0.021829 -0.012813 0.015584 0.024003 0.018748 -0.016167 -0.01275 0.019944 -0.019361 0.021783 0.020524 -0.030307 -0.022797 -0.007202 0.036522 -0.016056 -0.022867 -0.005432 -0.010313 -0.033635 -0.015296 0.03436 -0.014266 0.002754 -0.008558 -0.006755 -0.013237 0.00063 0.017071 -0.056335 0.000513 0.014515 0.030174 -0.032091 -0.034597 0.003631 0.040287 -0.018913 0.011057 0.005446 0.002634 -0.032707 -0.029638 0.017901 0.025323 0.012976 0.011528 0.008564 -0.012556 -0.005536 0.032285 -0.019288 -0.003715 -0.007264 0.015818 -0.000812 0.063191 0.0031 -0.017676 0.002765 0.000943 -0.004977 0.010103 -0.008111 0.005257 -0.021313 -0.00445 0.004681 0.013303 -0.005076 -0.02551 -0.002242 0.001301 -0.005769 -0.021693 -0.029626 0.000645 -0.015307 -0.034189 0.023616 0.026373 0.008363 0.02345 -0.020996 0.009356 0.009374 -0.003341 0.038537 -0.002891 0.032407 0.049272 0.025035 0.005054 -0.002265 -0.03532 -0.036054 -0.02167 -0.004704 0.014331 -0.025315 -0.016283 0.004808 -0.006044 0.025354 -0.02084 -0.025862 -0.017494 -0.025397 -0.01825 0.003985 -0.00258 0.012932 -0.007234 0.008593 -0.003184 0.006281 0.002882 0.000186 0.016605 0.037474 -0.045578 -0.004084 -0.020364 0.010708 0.012836 -0.021262 -0.003133 0.012028 -0.004284 -0.018864 -0.017358 0.002403 -0.032833 0.005775 -0.061524 -0.012984 0.004694 0.006118 0.012813 0.016557 0.001607\nវ 0.014434 0.000992 -0.032217 0.017419 0.009994 0.044707 0.013876 -1e-06 -0.018043 -0.027476 0.035048 0.016213 -0.008519 -0.013694 0.019981 -0.010689 -0.001798 -0.019178 -0.011272 -0.046582 -0.015879 0.008558 -0.005357 0.007766 -0.003989 0.013964 -0.020121 -0.010616 -0.012307 -0.026172 0.032088 -0.027421 -0.015837 -0.028426 0.008521 0.014756 -0.027958 0.034077 0.007923 0.015503 -0.034182 0.015784 0.001101 0.005937 -0.02739 -0.015897 0.031423 -0.012932 -0.011555 0.019576 -0.010037 0.046346 0.021395 -0.030955 0.046872 0.005138 0.004284 0.02918 -0.003237 0.022412 -0.032195 -0.027381 -0.001996 -0.005146 0.016266 0.023954 0.046708 -0.027937 0.034081 0.021436 -0.047359 -0.010331 0.010348 0.014308 -0.0415 0.004214 -0.024543 0.019962 -0.035917 -0.017445 0.028654 -0.006319 -0.000154 0.016364 -0.012148 -0.052287 0.01355 -0.002786 -0.004302 -0.001971 -0.007747 0.015851 0.009164 -0.006814 0.017677 -0.010515 0.006317 -0.047612 0.001622 -0.014531 -0.019557 0.00258 -0.004027 -0.026761 0.019631 0.001796 -0.016713 0.005369 0.030245 -0.001619 0.042695 0.018828 0.017979 -0.009699 -0.001878 0.000959 -0.011618 -0.009333 -0.025922 -0.036424 0.036817 -0.006214 0.036314 0.016457 0.019788 0.004703 -0.006057 -0.006142 -0.014293 -0.012551 -0.003061 -0.000453 -0.012776 0.032553 -0.022712 0.005904 -0.026073 0.003988 0.008157 0.037325 0.003803 -0.003332 0.007278 0.018645 -0.040984 -0.052332 0.045429 0.006967 0.008274 -0.041822 0.012288 0.008894 0.030338 0.023263 0.005961 -0.000642 0.004781 -0.026995 0.013415 -0.009339 -0.021977 0.020735 0.027494 0.008109 -0.009534 -0.020417 0.031914 -0.010758 0.014268 0.026374 -0.034549 -0.02215 -0.010292 0.033508 -0.009363 -0.018333 -0.00274 -0.009632 -0.055148 -0.024152 0.044737 -0.004514 0.00934 -0.012358 -0.008107 -0.018446 0.001224 0.017173 -0.045147 0.007672 0.006971 0.021921 -0.024615 -0.035072 0.003601 0.038959 -0.024221 0.014257 0.005611 0.004087 -0.03173 -0.025244 0.019777 0.020907 0.021977 0.019011 0.009956 -0.007706 -0.017463 0.032044 -0.022039 -0.013899 -0.000112 0.023011 0.003784 0.050448 0.011777 -0.012165 0.006626 -0.000914 -0.009046 0.008682 5.3e-05 -0.001535 -0.031463 -0.003269 0.00358 0.014414 0.002912 -0.015553 -0.00966 -0.004328 -0.009673 -0.035605 -0.030304 -0.002217 -0.010091 -0.018888 0.017152 0.010334 0.008646 0.02378 -0.021319 0.023919 -0.013486 -0.009088 0.027078 0.000912 0.036864 0.054977 0.016035 0.008889 -0.008243 -0.033802 -0.029188 -0.008827 -0.001488 0.020681 -0.021638 -0.001539 0.011493 -0.006927 0.021944 -0.028185 -0.030184 -0.021932 -0.038044 -0.010171 0.005219 0.002086 0.022326 0.000827 0.012763 -0.000595 0.012943 -0.001016 0.010044 0.023571 0.03715 -0.043299 -0.004687 -0.005103 0.017754 0.019219 -0.007576 -0.012222 0.016758 -0.009405 -0.022864 -0.004042 0.004632 -0.026209 0.000903 -0.052675 -0.018001 0.006216 0.010424 0.011958 0.015023 -0.008159\nడ 0.047176 0.007368 -0.062643 0.034949 0.022092 0.060777 0.016808 -0.003034 -0.028096 -0.041051 0.045691 0.012635 -0.013073 -0.041563 0.051095 -0.006205 0.025928 -0.050577 0.00565 -0.060976 -0.010359 -0.005774 -0.000357 0.007039 0.005218 0.041348 -0.014473 -0.01326 -0.030726 -0.004194 0.041839 -0.045753 -0.024188 -0.053435 0.008192 0.019194 -0.067868 0.046236 -0.000758 0.029175 -0.028083 0.014531 -5e-06 0.006908 -0.035667 -0.024927 0.059485 -0.000224 -0.002498 0.026882 0.022662 0.082264 0.049737 -0.045906 0.054735 -0.000115 -0.011819 0.025804 -0.020263 0.041126 -0.031428 -0.036335 -0.021581 -0.033018 0.018466 0.038023 0.079171 -0.021319 0.027701 0.030749 -0.040071 -0.011692 0.011207 0.00737 -0.078824 0.012797 -0.036391 0.041775 -0.02185 -0.023282 0.023027 -0.000503 -0.014725 0.031723 -0.032498 -0.060701 0.01524 -0.000256 -0.027061 -0.009583 -0.028665 0.041828 -0.006451 -0.032827 0.014958 -0.010217 -0.011715 -0.068467 0.010396 -0.008867 -0.024822 0.001602 -0.000921 -0.026615 0.01379 -0.015558 -0.029025 0.004941 0.041971 0.010564 0.062149 0.04287 0.042855 -0.035265 0.023068 -0.002639 -0.010753 -0.003197 -0.009552 -0.063679 0.035287 -0.01442 0.057693 0.008593 0.039305 0.007402 -0.024074 -0.027355 -0.010568 -0.015849 -0.023916 0.002651 -0.020067 0.045405 -0.018564 0.039166 -0.03257 0.008406 0.004032 0.068103 -0.004565 0.00395 0.008006 0.040593 -0.048959 -0.061554 0.04934 0.006777 -0.008637 -0.055981 -0.00303 0.012323 0.039587 0.044035 -0.008256 0.014282 -0.004102 -0.033812 0.030987 -0.01897 -0.019418 0.025364 0.036783 0.01126 -0.003058 -0.018563 0.037462 -0.021251 0.028218 0.013843 -0.054465 -0.045162 -0.008092 0.040759 -0.030082 -0.045327 -0.00989 -0.015381 -0.048413 -0.005646 0.046732 -0.014329 0.017753 -0.00942 -0.003681 -0.024596 -0.021097 0.036992 -0.093691 -0.003421 0.020483 0.025207 -0.046679 -0.06107 -0.007154 0.058232 -0.018041 0.006068 -0.013579 -0.003028 -0.046113 -0.04421 0.04159 0.014564 0.033564 0.023002 0.011141 -0.025322 0.001593 0.038228 -0.029456 -0.008777 -0.003675 0.028993 -7.2e-05 0.079984 0.014284 -0.014727 0.004866 -0.013146 -0.001591 0.019641 -0.010375 -0.009332 -0.035142 -0.000333 -0.011938 0.009312 -0.006273 -0.02682 -0.013705 0.012515 -0.024664 -0.039892 -0.062377 0.001705 -0.028728 -0.045996 0.046991 0.031092 0.032669 0.021286 -0.033055 0.01223 0.002811 -0.016987 0.050578 0.001722 0.068723 0.081164 0.05525 0.012588 -0.003659 -0.06803 -0.042268 -0.015613 -0.006359 0.018058 -0.029658 -0.027602 0.01999 -0.026971 0.051475 -0.037908 -0.047829 -0.034648 -0.039416 -0.020908 0.023405 -0.004133 0.02722 0.002512 0.00793 0.004446 0.024114 0.004996 0.000101 0.031018 0.052425 -0.062952 -0.011666 -0.034659 0.033235 0.017889 -0.014602 0.003774 0.007901 -0.018317 -0.034077 -0.014122 0.028405 -0.056976 -0.00474 -0.081554 -0.019484 0.010034 0.026436 0.003987 0.023443 -0.00401\nච -0.005676 -0.013144 -0.038018 -0.005523 0.005963 -0.016378 -0.027295 -0.002136 0.008066 0.016184 0.006514 0.011374 -0.050584 -0.004313 0.03897 -0.019064 -0.008512 -0.020627 -0.026308 -0.026404 -0.021815 -0.009806 -0.005556 0.012685 0.025049 -0.028523 -0.000694 -0.053128 -0.033453 -0.048003 0.004471 -0.008981 0.028225 -0.026189 0.003537 0.034681 0.008083 0.025946 -0.011133 0.01033 -0.059408 0.034788 -0.036548 -0.006084 -0.059505 -0.00776 0.01544 0.023588 0.030937 0.018038 0.025644 0.026352 0.0003 -0.01489 -0.017808 0.020538 -0.049777 0.039546 -0.005185 0.005527 0.009702 -0.012567 -0.018073 -0.042878 -0.033129 0.028883 -0.008842 0.021874 0.012919 -0.010044 -0.034996 0.016614 0.022722 0.049034 -0.018791 0.025979 -0.034462 0.0031 -0.033456 -0.002118 0.013807 0.013759 0.042304 0.011961 -0.008399 -0.026059 0.005361 -0.023852 -0.039654 0.003907 -0.025255 0.009407 -0.035418 -0.044404 0.002629 -0.015573 -0.012277 -0.020688 -0.012364 -0.023619 -0.047165 -0.023629 -0.002802 -0.035763 -0.037126 -0.004691 0.025364 0.030308 0.007727 -0.01815 0.022038 0.007085 -0.001711 -0.060195 0.012858 0.019478 -0.016725 0.04212 -0.036433 -0.022571 0.006852 -0.068343 0.002516 0.022344 0.049967 0.032458 0.014854 0.009666 -0.012241 -0.044779 0.035445 0.025059 -0.046155 0.009051 -0.082966 0.017948 -0.001825 -0.033701 -0.049708 0.051225 -0.002243 0.034278 0.023842 0.057277 0.005404 -0.062152 0.072754 0.022635 0.005913 -0.063059 0.015528 0.019424 0.002873 0.026764 -0.034834 -0.027447 -0.013248 -0.00923 0.029806 -0.048761 -0.033554 -0.004916 0.030175 0.001159 -0.010738 -0.003892 -0.014921 -0.029316 0.002736 0.029698 -0.009369 -0.024197 0.022085 0.019199 0.006298 -0.037391 0.00162 0.033891 -0.054447 -0.047819 0.014579 -0.014861 -0.019387 -0.054265 0.023025 0.015991 -0.011628 0.01664 0.005016 0.031755 -0.012049 -0.024689 -0.058221 0.022567 -0.005653 0.044065 0.007643 0.038026 -0.025167 0.002494 -0.00964 0.007171 0.015727 0.050774 0.013012 0.015792 0.012189 -0.003489 -0.010182 0.046429 -0.019739 -0.017738 0.003305 -0.012011 -0.015458 0.053764 -0.001349 -0.076968 0.01988 0.021871 -0.032811 -0.015502 -0.004752 -0.011887 -0.001286 0.041748 -0.02648 -0.008633 0.00659 -0.016159 -0.004229 0.001042 -0.002886 -0.029005 -0.034317 0.004987 0.00393 -0.029875 -0.017158 -0.053446 0.032437 -0.013691 -0.027128 0.00471 0.043967 0.026274 0.042893 0.002522 -0.012747 0.027896 0.006984 -0.024403 0.008091 0.00934 0.001109 0.006345 -0.034475 0.005443 -0.023139 0.020998 -0.023955 0.044375 0.044116 -0.036008 0.001247 -0.03306 -0.011921 0.014361 0.012858 0.008192 -0.030631 0.048417 -0.021032 -0.011544 0.003711 -0.00755 -0.007198 0.014864 0.06087 -0.036235 -0.023824 -0.022921 0.00118 -0.038506 0.015407 0.01704 0.034241 0.020969 0.054728 -0.023825 0.011609 -0.058528 -0.022019 -0.025636 0.037925 0.03676 0.001163 0.02938 0.042718 0.025766\nण 0.028131 -0.00025 -0.052542 0.01768 0.006557 0.034226 0.000547 -0.010795 -0.01985 -0.034071 0.043753 0.012804 -0.007651 -0.027479 0.035954 -0.019021 0.006562 -0.014281 -0.010344 -0.047058 -0.014086 0.008237 0.005389 0.011182 -0.001816 0.014896 -0.012345 -0.011656 -0.008618 -0.032222 0.024346 -0.032437 -0.017322 -0.035962 0.014193 0.007126 -0.034 0.036706 -0.003044 0.017454 -0.032307 0.003911 0.004484 -0.002244 -0.032578 -0.017761 0.036483 -0.004491 -0.002857 0.011006 0.008885 0.047128 0.033401 -0.026275 0.038188 0.002431 -0.004462 0.019474 -0.006693 0.028122 -0.038125 -0.028915 0.002063 -0.018409 0.020892 0.024901 0.045191 -0.005849 0.030031 0.020194 -0.055196 -0.006634 0.036194 0.019376 -0.043282 0.005931 -0.040358 0.02928 -0.033704 -0.016756 0.010638 -0.006086 0.004958 0.015324 -0.022679 -0.042208 0.006699 -0.000205 -0.014259 -0.008494 -0.007074 0.028085 0.011979 -0.018659 0.009003 4.3e-05 -0.007133 -0.049886 -7e-06 -0.002661 -0.030579 -0.000119 0.003862 -0.027715 0.008174 -0.00996 -0.023703 0.010391 0.035564 -0.00798 0.052917 0.023848 0.027025 -0.017721 0.002477 -0.003146 -0.004058 0.002343 -0.020064 -0.033389 0.030385 0.004129 0.03867 0.027896 0.040711 0.01175 -0.003419 -0.00849 -0.012766 -0.018662 -0.01561 0.003884 -0.013868 0.028402 -0.018259 0.014178 -0.031856 0.011633 0.014422 0.051666 -0.007859 -0.009929 0.010423 0.027185 -0.042032 -0.05768 0.048976 0.014056 0.006619 -0.036769 0.002851 0.016159 0.034169 0.020471 0.001803 0.001572 0.006754 -0.035209 0.018556 -0.030672 -0.021559 0.017215 0.017145 0.007794 -0.020907 -0.012875 0.022608 -0.022317 0.025409 0.017953 -0.033236 -0.02351 -0.01761 0.033739 -0.011697 -0.030103 -0.008767 -0.00431 -0.042702 -0.018645 0.027632 -0.014759 0.006912 -0.013668 -0.011739 -0.007289 0.006404 0.018293 -0.057502 0.010559 0.024044 0.027392 -0.030219 -0.040305 0.001228 0.037205 -0.027205 0.017798 -0.000251 -0.007623 -0.036537 -0.032921 0.008548 0.027336 0.014536 0.013604 0.015435 -0.011404 -0.00692 0.042093 -0.022265 -0.009532 -0.001436 0.010103 0.003394 0.064684 0.015566 -0.020361 0.012303 -0.0048 -0.012097 0.010326 -0.006857 0.006615 -0.027525 -0.01035 -0.007612 0.022772 -0.009525 -0.024727 -0.011946 -0.005649 -0.003375 -0.022868 -0.036881 -0.011134 -0.021525 -0.037411 0.022304 0.0283 0.002454 0.028533 -0.023199 0.017037 -0.001299 -0.007697 0.031901 -0.009392 0.034181 0.060757 0.019651 0.006407 -0.001302 -0.038027 -0.024549 -0.018399 -0.008181 0.032774 -0.029284 -0.014769 0.001972 -0.019918 0.03223 -0.026866 -0.027244 -0.020721 -0.036308 -0.019282 0.014395 -0.001849 0.025331 0.000259 0.013736 -0.003944 0.013564 0.003808 -0.000956 0.019018 0.049278 -0.056303 -0.001393 -0.016131 0.016133 0.021536 -0.02312 -0.015162 0.0238 -0.007518 -0.020482 -0.014958 0.001094 -0.045313 0.015915 -0.069898 -0.005729 0.008741 0.014461 0.016768 0.013412 0.005165\nຢ 0.02005 0.002312 -0.009785 0.016738 0.012501 0.024063 0.004282 7.9e-05 -0.008927 -0.016609 0.012061 0.010473 -0.003767 -0.011884 0.014058 -0.006475 0.006926 -0.014584 -0.005916 -0.041581 -0.019776 0.00409 0.013049 0.009968 0.006807 0.012667 -0.019153 -0.016993 -0.007475 -0.015843 0.015516 -0.009087 -0.025886 -0.030269 0.006904 0.013155 -0.012974 0.033518 0.011627 0.023222 -0.018059 0.017535 -0.004016 -0.009793 -0.017008 -0.012814 0.016117 0.010259 0.005323 0.012434 -0.004852 0.040152 0.023175 -0.018937 0.00837 7.1e-05 -0.011309 0.013722 0.006545 0.009904 -0.025785 -0.001682 -0.015575 -0.001074 0.000718 0.014403 0.030944 0.001593 0.030133 0.012511 -0.054452 -0.006376 0.013242 0.023402 -0.027389 0.00578 -0.012609 0.009574 -0.039318 0.015658 0.006594 0.000152 0.005154 0.008188 -0.028571 -0.046676 0.002547 -0.008075 -0.024027 -0.014446 -0.014833 0.016675 0.002526 -0.016905 0.012759 -0.006881 0.002214 -0.028289 -0.007464 0.008361 -0.023232 0.007743 0.004073 -0.020543 0.006939 -0.002903 0.001182 -0.007304 0.029632 0.004705 0.01861 0.024922 0.019934 -0.009987 -0.008905 0.012099 0.001637 0.009328 -0.019642 -0.021088 0.020851 0.011942 0.025603 0.018018 0.031601 0.015326 -0.006744 -0.007814 -0.015814 -0.027167 -0.00777 -0.00051 -0.00831 0.025159 -0.005457 0.004833 -0.015659 0.007635 -0.004016 0.021286 0.002612 -0.008748 -0.003335 0.014376 -0.020761 -0.032077 0.04256 0.002993 0.003204 -0.031041 0.009947 0.010881 0.02106 0.001847 0.005175 0.000917 0.011693 -0.013075 0.022803 0.000784 -0.019586 0.006607 0.010481 0.013376 -0.015044 -0.017315 0.033137 -0.020176 0.007696 0.014943 0.000497 -0.023151 -0.020646 0.022286 -0.01011 -0.010836 -0.006832 -0.016222 -0.03586 -0.017878 0.017491 -0.01127 0.011909 -0.008191 -0.002034 -0.014622 0.013773 0.018742 -0.030721 0.004559 0.009981 0.019942 -0.028912 -0.010751 0.023446 0.024224 -0.019116 0.011894 0.00623 0.00226 -0.023409 -0.002926 0.011037 0.018059 -0.001863 0.025405 0.000834 0.001586 -0.001649 0.023928 -0.00766 -0.000322 -0.003574 0.004509 0.009165 0.037544 0.011915 -0.029197 0.007915 -0.006641 -0.00907 -0.01084 -0.018536 0.012078 -0.004066 -0.005586 0.005148 0.013399 0.004573 -0.022188 -0.014463 -0.001918 -0.009776 -0.018283 -0.039166 -0.007326 -0.014934 -0.0258 0.014245 0.010459 0.015536 0.024289 -0.028461 0.013107 -0.002914 -0.013358 0.020998 -0.004578 0.034051 0.02863 0.016527 0.008113 0.00237 -0.014734 -0.021004 -0.010618 -0.002439 0.012123 -0.01993 -0.001203 0.00033 -0.007469 0.019647 -0.017473 -0.026269 -0.026903 -0.035902 -0.016596 0.001628 -0.000231 0.019538 0.010484 0.001113 -0.011593 0.014026 0.005338 -0.0065 0.008379 0.037868 -0.024615 0.007995 -0.013778 0.007271 0.015643 -0.009654 -0.004704 -0.009683 -0.011593 -0.008393 -0.003463 0.012476 -0.025838 0.001016 -0.046364 -0.013854 0.021401 0.000587 0.030218 0.014777 -0.008094\nத 0.033689 0.006677 -0.059747 0.025052 0.016562 0.044335 0.00203 -0.006934 -0.021537 -0.038558 0.039909 0.013064 -0.002787 -0.033243 0.033179 -0.008959 0.007248 -0.02126 -0.015112 -0.054073 -0.007973 -0.006501 0.006857 0.016737 0.005927 0.02049 -0.004889 -0.004662 -0.017512 -0.035541 0.024631 -0.030281 -0.021684 -0.055062 0.019636 0.01304 -0.040784 0.04214 0.007617 0.026625 -0.039538 0.009909 0.003143 -0.001682 -0.033697 -0.021367 0.036058 -0.005477 -0.000411 0.024974 0.002573 0.060253 0.038129 -0.040207 0.048829 0.005792 -0.007929 0.026277 -0.011396 0.026896 -0.034845 -0.031981 -0.004741 -0.01362 0.015223 0.018729 0.052562 -0.011723 0.04647 0.022657 -0.049108 -0.006918 0.025473 0.01973 -0.054152 0.008848 -0.031704 0.028406 -0.036388 -0.019528 0.022972 -0.002078 0.006294 0.017751 -0.022469 -0.063053 0.012316 -0.011433 -0.021786 -0.002478 -0.007989 0.026579 0.000598 -0.022051 0.014352 0.003214 0.000441 -0.044686 0.00043 -0.002248 -0.022158 0.005438 0.002366 -0.036404 0.019792 -0.006726 -0.016368 0.014431 0.038697 -0.009062 0.047726 0.022603 0.032782 -0.019363 0.005838 -0.004903 -0.019309 0.00104 -0.018028 -0.044909 0.031061 -0.002795 0.048112 0.023779 0.042307 0.014985 -0.00898 -0.013001 -0.018313 -0.025242 -0.017323 0.003939 -0.014872 0.027811 -0.026835 0.012984 -0.029417 -0.000235 0.009654 0.051453 -0.004965 -0.015091 0.026095 0.030361 -0.043069 -0.060671 0.058648 0.015042 0.009387 -0.047093 0.006915 0.018626 0.041255 0.025543 0.000615 0.002494 0.001187 -0.026418 0.016564 -0.027312 -0.025818 0.014393 0.025624 0.017766 -0.018155 -0.011655 0.034356 -0.023437 0.021776 0.015782 -0.02982 -0.01795 -0.008317 0.035895 -0.031468 -0.032629 -0.011453 -0.004739 -0.045378 -0.028751 0.031342 -0.006591 0.001855 -0.00849 -0.004674 -0.020247 -0.002668 0.018385 -0.05427 0.009506 0.012408 0.024734 -0.034177 -0.047369 0.000467 0.050472 -0.018315 0.015942 0.003946 -0.000325 -0.034408 -0.037434 0.015911 0.034385 0.022963 0.021361 0.018079 -0.013424 -0.012379 0.048233 -0.033564 0.001949 -0.012168 0.023216 0.000357 0.073319 0.009057 -0.029345 0.011397 -0.000965 -0.005707 0.011648 -0.005681 0.007888 -0.022438 -0.006798 -0.000928 0.027158 -0.009066 -0.025479 -0.008943 0.001593 -0.008196 -0.029018 -0.043256 -0.008079 -0.018766 -0.036787 0.027002 0.026272 0.005568 0.031365 -0.019928 0.016318 1.1e-05 -0.007373 0.039726 -0.006893 0.04371 0.062742 0.029459 0.005972 0.002007 -0.047285 -0.040955 -0.022107 -0.004195 0.031005 -0.03048 -0.01192 0.002404 -0.022616 0.041438 -0.032725 -0.045539 -0.0232 -0.041445 -0.016386 0.010968 0.005327 0.028113 0.001874 0.013447 0.008178 0.01711 0.009786 -0.00531 0.022365 0.053572 -0.063734 -0.001471 -0.023586 0.016583 0.020333 -0.018028 -0.007312 0.019769 -0.008536 -0.025159 -0.021843 0.005148 -0.041162 0.014794 -0.077459 -0.001197 0.006004 0.014145 0.019971 0.020248 0.008653\n) 0.001614 -0.000246 -0.009154 0.007704 0.008009 0.010559 0.011799 0.002313 -0.011128 -0.025098 0.01559 -0.002976 -0.022134 -0.008729 0.022108 -0.002361 0.01465 -0.004539 -0.016333 -0.020678 -0.002028 -0.005629 -0.000428 0.00724 -0.011559 0.018203 -0.00339 -0.005219 -0.000312 0.00297 0.015723 -0.009279 -0.008154 -0.007152 -0.008609 -0.000264 -0.016286 0.01877 -0.002111 -0.002023 -0.01087 0.017815 0.008681 0.001205 -0.01669 -0.01726 0.023089 -0.010138 0.007585 0.00367 0.011615 0.012892 0.023318 -0.017135 0.017614 0.013133 -0.009868 0.010441 0.005428 0.009664 -0.028111 -0.016892 -0.006515 -0.011252 -0.007859 0.013885 0.004228 0.002367 0.020382 0.004517 -0.018504 -0.000641 0.006878 -0.004258 -0.02174 -0.006913 -0.014689 0.006718 -0.006568 0.009417 -0.000993 0.006498 0.009689 0.008653 -0.012609 -0.016976 -0.008247 0.021823 -0.010768 -0.002735 0.020031 -0.003609 0.005798 -0.000769 0.011312 0.006149 -0.006002 -0.014796 -0.00124 -0.008703 -0.011084 -0.013128 0.01577 -0.013535 0.002742 0.006458 -0.002953 0.007033 0.007168 -0.012087 0.009594 -0.002337 0.008089 -0.003367 0.000529 0.001833 0.000157 -0.008137 -0.004047 -0.011635 0.003754 -0.004949 0.011845 0.001596 0.004684 -0.001177 0.009506 -0.002338 -0.004078 0.009112 0.007099 -0.000305 -0.00531 0.013686 -0.002754 0.005123 -0.0187 0.005283 -0.001382 0.030113 0.0054 0.005491 0.011977 0.016609 -0.013929 -0.026378 0.008667 0.011213 0.009008 -0.01988 -0.00164 -0.015045 0.020408 0.013519 -0.009756 0.008452 -0.005693 -0.022312 0.003364 -0.008608 -0.016957 -0.002597 0.027938 -0.004353 -0.016567 -0.00531 0.00134 0.001818 0.031173 -0.000469 -0.013801 -0.003671 -0.010766 0.016039 -0.008257 -0.011432 0.0071 -0.00049 -0.014712 -0.014589 0.013199 0.003582 0.007353 -0.016151 -0.008253 0.001905 -0.006623 0.010098 -0.020335 -0.009456 0.012934 0.014718 -0.019233 -0.008481 -0.002623 0.006322 -0.003764 0.012474 -0.002522 0.011495 -0.022871 -0.012415 0.003298 0.008819 0.008953 -0.008436 -0.010191 -0.003717 0.011134 0.013235 -0.01931 0.01106 -0.002204 0.022257 -0.012809 0.029917 0.003138 -0.012456 0.016847 0.002098 0.015951 0.00862 -0.006893 0.004408 -0.007919 -0.013557 0.012283 -0.004553 -0.013344 -0.016215 0.003677 0.007829 -0.014872 -0.015048 -0.016938 0.007843 0.009334 -0.027415 0.015733 0.01016 0.006553 0.020069 0.006409 0.005424 -0.012097 0.004809 0.012776 -0.006317 0.022045 0.0334 -0.005164 -0.005273 -0.01833 -0.023101 -0.009286 -0.010533 -0.001064 0.022984 -0.010576 -0.013344 0.024333 -0.00636 0.011593 0.003811 -0.000964 -0.019585 -0.008351 -0.016542 -0.004301 0.008223 0.003789 -0.01392 -0.007457 0.008539 0.00043 -0.016231 -0.002296 -0.004254 0.032487 -0.019843 0.005684 -0.005803 0.002032 0.010432 -0.012756 -0.007413 0.019453 -0.009229 -0.019288 0.004394 -0.001763 -0.023273 0.000224 -0.031126 -0.017248 0.019814 0.003197 -0.00133 0.018282 -0.00441\nḭ 0.012939 -0.01406 -0.068783 0.044749 -0.012009 0.026238 0.007822 0.009404 -0.007742 -0.041636 0.03681 0.016935 -0.012194 -0.006738 0.001954 -0.002899 0.009118 -0.030821 0.008427 -0.042833 -0.023908 -0.004803 -0.013025 0.003892 0.019017 -0.004253 -0.010525 -0.015543 -0.021519 -0.035269 0.023172 -0.046717 -0.004271 -0.031248 -0.008517 -0.002831 -0.034287 0.033079 0.028566 0.010912 -0.02388 0.030557 -0.018936 -0.008467 -0.007307 -0.023277 0.020771 -0.017738 -0.016964 0.021911 0.018128 0.059188 0.038373 -0.046211 0.037223 -0.00115 -0.000185 0.021659 0.000299 0.055667 -0.033092 -0.04901 -0.023042 -0.025011 0.01902 0.041055 0.062702 -0.033552 0.026171 0.024388 -0.037801 -0.025296 0.016502 0.022177 -0.0381 -0.005189 -0.015656 0.01723 -0.040361 -0.023795 0.001874 -0.002873 -0.00636 0.021144 -0.001266 -0.035458 0.036254 -0.019031 0.001604 -0.007564 -0.00178 0.031905 0.011435 -0.01713 0.009691 -0.025059 -0.010478 -0.043175 -0.001908 0.005097 -0.043283 -0.012756 0.006103 -0.021416 0.028708 0.004001 -0.000216 -0.00351 0.024166 0.027694 0.051483 -0.00658 0.009895 -0.00337 0.019949 -0.008452 -0.018614 -0.011774 -0.033033 -0.007129 0.050763 0.008878 0.04497 0.002322 0.045743 0.014537 -0.022213 -0.027952 -0.016532 -0.010202 0.01678 0.007314 -0.007426 0.044886 -0.015056 0.033464 -0.048359 0.009995 0.006958 0.064558 -0.01202 0.004102 0.003198 0.023576 -0.027573 -0.06489 0.041059 -0.003871 0.010624 -0.059138 0.039061 -0.009253 0.04401 0.039747 -0.010839 0.010554 -0.019064 -0.039077 0.005545 -0.007057 -0.03008 -0.000183 0.013562 -0.002416 -0.028129 -0.029852 0.034115 -0.035801 0.024585 0.032428 -0.037064 -0.01248 -0.015293 0.002094 -0.040565 -0.046407 -0.004781 -0.027971 -0.045369 -0.002736 0.056807 -0.011856 0.01136 -0.013382 -0.019381 -0.03165 0.006364 0.026768 -0.044931 -0.009029 -0.004551 0.008364 -0.027353 -0.040949 -0.028145 0.055845 -0.013394 0.006914 -0.002714 -0.005843 -0.042213 -0.013647 0.020024 0.01701 0.050795 0.004558 -0.001502 -0.031638 -0.01213 0.055417 -0.026847 0.022712 0.006345 0.022833 -0.011388 0.058349 0.01396 0.005874 0.009704 -0.003275 -0.000638 -0.007797 -0.001259 0.020684 -0.026989 0.014212 -0.009799 0.00943 0.004068 0.00954 -0.003353 -0.003705 -0.007339 -0.052546 -0.017516 -0.012876 -0.008164 -0.011053 0.033123 0.025767 0.023815 0.033542 -0.010569 0.024225 -0.021678 -0.01929 0.043428 0.005512 0.017504 0.064898 0.034305 -0.004199 -0.016049 -0.028504 -0.023904 -0.00029 0.010796 0.034425 -0.015683 -0.019678 0.025285 -0.007841 0.0204 -0.033141 -0.038658 -0.027867 -0.048679 0.021298 -0.012679 0.015175 0.01542 0.020585 0.040726 -0.009169 0.009377 0.020285 -0.013849 0.004797 0.031565 -0.034814 0.00022 -0.012095 0.008474 0.02403 -0.005768 -0.03339 0.019576 -0.009663 -0.018753 -0.035699 -0.001891 -0.054988 0.029089 -0.054881 0.007917 -0.03512 0.007305 -0.002079 0.016231 -0.01481\nᐱ 0.009582 -0.00077 -0.021183 0.007518 0.000414 0.022673 -0.003485 -0.014158 0.005012 -0.013656 0.026752 0.008797 0.007899 -0.007708 -0.01303 -0.017728 0.012975 -0.009071 -0.007918 -0.047239 8.1e-05 0.025474 -0.032285 -0.021835 -0.015566 -0.015186 0.007822 -0.021045 0.012919 -0.023386 0.037464 0.006825 -0.02768 -0.005757 0.000161 0.0143 -0.040485 0.055329 0.027206 0.004291 -0.012044 0.003245 -0.02607 0.008919 -0.020985 0.008943 0.023371 -0.034987 -0.000344 0.02049 0.026205 -0.015978 0.043172 -0.030152 -0.006394 -0.031658 -0.025154 -0.01163 -0.010162 -0.009424 -0.028983 0.00434 -0.011073 -0.009542 -0.003563 -0.02013 0.036423 -0.02555 0.012165 -0.004534 -0.013692 -0.031132 0.045782 0.013035 -0.013962 -0.018374 -0.000345 0.031246 -0.018443 -0.012514 0.041366 -0.047039 0.010117 0.035072 -0.027144 -0.063422 -0.004802 0.011907 -0.000442 0.028526 2.8e-05 0.025309 -0.013096 0.011687 0.043275 -0.015977 -0.002416 -0.019222 0.049685 0.038602 -0.005065 -0.005827 -0.012385 -0.024041 -0.027206 -0.033245 -0.000374 0.010907 0.04655 -0.000158 0.054132 -0.003441 -0.006539 -0.028468 0.021003 0.026569 0.04122 -0.011932 0.019001 -0.029936 -0.009314 0.00263 0.013621 0.028017 0.032728 0.014896 -0.005787 0.001876 -0.005715 -0.012599 -0.036051 0.016746 -0.026247 0.046753 -0.001355 0.021171 -0.029204 -0.0326 0.001403 0.030113 -0.011872 0.00443 0.033796 0.050802 -0.009213 -0.039015 0.00918 0.013057 0.006985 -0.023887 -0.003034 0.009968 0.009075 0.027969 0.006561 0.003279 -0.019694 -0.02039 -0.022663 -0.015327 -0.026327 0.0052 0.014894 0.005281 0.010762 -0.007139 0.017814 -0.016397 0.003177 -0.013827 -0.020041 -0.007804 0.025985 0.035139 -0.006487 -0.045135 0.010635 0.003327 -0.030409 -0.01812 0.037819 -0.017222 0.003694 -0.002901 -0.004771 0.005477 -0.015146 -0.015174 -0.011157 0.011966 0.01694 0.025184 -0.0091 -0.019277 -0.012844 0.031315 0.006285 0.007354 0.020636 -0.00684 0.000499 -0.013599 0.013871 -0.000344 0.024919 -0.007174 0.000654 0.016246 0.034062 0.002515 -0.022127 0.008224 -0.01242 7.3e-05 0.022156 0.04549 -0.017535 -0.028543 0.03454 -0.034557 0.003363 0.014299 0.00394 -0.015404 -0.002363 -0.021814 -0.003408 0.000625 -0.00746 -0.000972 -0.004458 0.00193 0.021678 -0.032597 -0.037795 -0.003151 0.013784 -0.040107 0.002628 0.015366 0.029064 0.004598 -0.014131 0.039281 0.005255 0.020558 0.023893 0.024291 0.011762 0.006796 -0.03688 -0.033163 0.01823 0.006667 -0.051022 -0.000782 -0.005241 0.023126 -0.028991 -0.00947 -0.008089 0.002309 0.028523 -0.034062 -0.046459 -0.009043 -0.008723 0.001238 -0.039042 0.020829 -0.002299 -0.004898 0.028748 0.018342 0.006592 0.017107 -0.022011 -0.008396 0.01553 -0.002336 -0.018798 -0.01264 0.008926 0.017201 0.030656 -0.01124 0.016374 0.010274 -0.030718 0.023256 -0.019057 -0.022474 -0.003703 -0.04425 0.005832 -0.004344 0.020886 0.036099 -0.0108 -0.017013\nስ 0.028884 0.014052 -0.033299 0.003872 -0.005617 0.031294 -0.011698 -0.011378 -0.014089 -0.042517 0.019203 0.0256 -0.015878 -0.027256 0.037865 0.003738 -0.001115 -0.006227 -0.015913 -0.040118 -0.018254 -3.5e-05 0.014924 -0.011535 0.004368 0.036848 -0.014528 -0.034459 0.001055 -0.032791 0.025666 -0.005475 -0.037716 -0.03115 0.007957 0.010582 -0.019891 0.036502 -0.009724 0.027542 -0.016586 0.014369 0.01553 -0.008389 -0.038058 -0.003714 0.017635 -0.016381 -0.009006 0.003443 0.00821 0.055784 0.018729 -0.019264 0.028164 0.00891 -0.014553 0.011119 -0.019938 0.02217 -0.023317 -0.006046 -0.014957 0.001314 0.032714 0.007516 0.043367 -0.001719 0.037648 0.020531 -0.053889 0.009312 0.007891 0.011196 -0.016877 0.006786 -0.012352 0.004682 -0.063492 0.006887 0.00628 0.00743 -0.016468 0.001081 0.001691 -0.0451 0.006397 0.005782 -0.000229 -0.0277 -0.019183 0.005349 0.011716 0.005153 0.012476 0.002527 -0.003253 -0.040122 -0.016744 0.002198 -0.027217 0.023572 -0.002279 -0.033076 0.003851 -0.010319 -0.02749 -0.00658 0.033504 -0.017695 0.038659 0.028597 0.010541 -0.014289 -0.001189 -0.007762 0.016521 0.018076 -0.008767 -0.038334 0.026254 -0.011018 0.036707 0.018987 0.021699 0.019848 -0.019156 -0.00185 -0.02529 -0.000149 -0.005086 0.005795 -0.006746 0.012498 -0.006332 0.00748 -0.012931 0.019813 0.018034 0.038433 -0.005554 -0.000758 0.017345 0.004784 -0.030316 -0.058478 0.050218 0.016865 -0.003708 -0.040304 0.029874 0.016367 0.023846 0.010146 -0.002911 0.005121 0.022062 -0.01309 0.026077 -0.028423 -0.019638 0.008702 0.015795 0.006432 -0.022259 -0.018143 0.008496 -0.005525 0.02166 0.02651 -0.017068 -0.027733 -0.004129 0.034055 -0.009938 -6.4e-05 -0.009353 -0.021563 -0.034303 0.007201 0.021838 -0.01089 -0.000801 -0.026021 -0.01858 -0.033524 0.017809 0.021268 -0.036018 0.012046 0.015479 0.025995 -0.038517 -0.020185 -0.00779 0.044362 -0.032321 0.014363 0.015701 -0.01614 -0.029722 -0.026556 0.011313 0.020231 0.001838 0.011204 0.007803 0.001258 -0.006572 0.042767 -0.015435 -0.022357 0.003161 0.016615 -0.001347 0.044351 0.025854 -0.003711 0.011429 0.016732 -0.004404 0.004037 0.012032 0.005782 -0.010548 -0.009912 0.017049 0.024338 -0.009475 -0.016138 -0.006221 -0.004359 -0.001714 -0.006512 -0.045311 -0.007964 -0.016366 -0.022718 0.015423 0.000297 -0.005633 0.008897 -0.020986 0.015428 0.015945 0.015379 0.012268 -0.008597 0.026152 0.045667 0.02649 0.009101 -0.018237 -0.00789 0.000151 -0.021856 -0.009412 0.014482 -0.036705 0.005751 -0.006216 -0.017299 0.039007 -0.033204 -0.026421 -0.025913 -0.043589 -0.016297 0.011899 -0.009374 0.017602 -0.00351 0.029213 -0.017124 0.003122 0.006413 0.005103 0.007868 0.06365 -0.042954 0.00519 -0.019263 0.030232 -0.007819 -0.000224 -0.001543 0.033846 -0.005615 0.004302 -0.011619 -0.000783 -0.020727 0.020778 -0.061869 -0.003318 0.015331 0.006767 0.016848 0.029028 0.008973\nᎴ 0.029738 0.005985 -0.041638 0.020543 0.014838 0.019582 0.01369 0.001625 -0.013306 -0.020208 0.049416 -0.007759 -0.018669 -0.025904 0.027192 -0.008412 0.026979 -0.035212 -0.037985 -0.034976 -0.0248 0.030395 0.00656 0.038549 0.008407 0.02728 -0.008382 -0.005045 -0.014225 -0.040897 0.034124 -0.043182 -0.028103 -0.024655 0.018963 0.038174 -0.063689 0.07218 -0.000631 0.013542 -0.034667 0.03586 -0.029076 0.001589 -0.035668 -0.029456 0.047918 -0.002189 0.006885 0.017433 0.002578 0.056497 0.040385 -0.048142 0.06646 0.030368 0.006605 0.046424 -0.020096 0.023319 -0.037546 -0.04857 -0.015538 -0.035822 0.015343 0.059434 0.057976 -0.042544 0.021139 0.050668 -0.056631 -0.014371 0.034759 0.015171 -0.063412 0.018684 -0.04716 0.047359 -0.024302 -0.049272 0.011035 0.022819 0.008734 0.060945 -0.035803 -0.079333 -0.029394 -0.009099 -0.005196 -0.01687 0.014195 0.036732 0.005731 0.000439 0.020936 -0.003528 0.014017 -0.060333 -0.006838 -0.024119 -0.008905 -0.005331 -0.022108 -0.052591 0.024365 -0.00629 -0.012704 0.006337 0.039532 0.003454 0.076585 0.026831 0.041825 -0.006331 -0.012678 0.001711 -0.036191 -1.6e-05 0.005686 -0.069373 0.033612 0.013319 0.050029 0.022579 0.039974 0.019846 -0.008084 -0.010058 0.004806 -0.020404 -0.007645 0.006598 -0.037105 0.025494 -0.007358 0.033046 -0.035505 0.004759 -0.002263 0.063602 -0.013081 -0.020092 0.023789 0.018477 -0.037631 -0.076526 0.060009 0.034967 0.016443 -0.05689 0.037596 0.003656 0.030079 0.047678 -0.008446 0.012364 0.016649 -0.035322 0.00361 -0.01264 -0.00807 0.017214 0.015004 0.021915 -0.013186 -0.010936 0.03363 -0.015256 0.032061 0.033012 -0.041371 -0.019108 -0.012162 0.061481 -0.052019 -0.035621 -0.023688 -0.004853 -0.049671 -0.027675 0.063784 -0.016425 0.012923 -0.009162 -0.028876 -0.006838 0.010821 0.014593 -0.076449 -0.016897 0.016662 0.050959 -0.042571 -0.037607 -0.012474 0.027443 -0.015024 0.027824 0.027881 1e-05 -0.03802 -0.048045 0.026382 0.03373 0.027717 0.00808 0.028936 -0.02066 -0.001382 0.041713 -0.031515 0.001678 -0.025416 0.023656 -0.000489 0.085956 0.016745 -0.047082 -0.0063 -0.003072 0.003658 0.024355 -0.012159 -0.003493 -0.012458 -0.012358 0.006805 0.031431 -0.000689 -0.016384 0.01003 -0.002423 -0.010405 -0.026659 -0.048209 0.003664 -0.00841 -0.091813 0.053983 0.041058 -0.012872 0.034616 -0.019191 5.6e-05 -0.003919 -0.001892 0.066041 -0.012149 0.036033 0.076134 0.005194 0.011596 0.009213 -0.063445 -0.061058 -0.041654 -0.002011 0.024211 -0.023638 -0.039892 -0.005732 -0.014538 0.033829 -0.038011 -0.017787 -0.020479 -0.028771 -0.015013 0.004867 0.001904 0.013496 0.003089 0.003441 0.006596 0.033017 -0.021097 0.011833 0.012221 0.05611 -0.035963 -0.024033 -0.015447 0.00711 0.000189 -0.02506 0.007137 0.006549 0.000906 -0.04908 -0.0278 -0.028746 -0.060333 0.032704 -0.086242 0.001013 0.011791 0.011887 0.007896 0.025531 -0.005675\nಶ 0.056668 -0.002299 -0.069402 0.025892 0.013528 0.053723 0.005307 -0.018209 -0.041896 -0.065897 0.029539 0.01455 -0.007787 -0.023535 0.040647 -0.019903 0.011581 -0.033825 -2.5e-05 -0.070913 -0.029686 0.012954 0.02481 0.01705 -0.000306 0.028933 -0.013009 -0.019191 -0.023216 -0.055211 0.018549 -0.041134 -0.034315 -0.047432 0.02445 0.012371 -0.050775 0.054585 0.002331 0.046646 -0.038645 0.044092 0.015564 -0.027795 -0.05927 -0.031946 0.041516 -0.010442 -0.010021 0.0282 0.009944 0.068688 0.036696 -0.058888 0.063681 0.006246 -0.021869 0.007834 -0.022814 0.041784 -0.04936 -0.018528 -0.015246 -0.006065 0.037684 0.014482 0.063394 -0.021243 0.053607 0.026756 -0.072192 0.004441 0.043638 0.027561 -0.035267 -0.006371 -0.035129 0.045807 -0.074474 0.018775 0.001043 -0.016843 -0.011597 0.014822 -0.018015 -0.072902 -0.00911 -0.013209 -0.021785 -0.020099 -0.010657 0.054158 0.0138 -0.021466 0.031872 -0.008063 -0.018619 -0.053229 -0.00763 -0.019399 -0.026617 0.010514 0.005587 -0.058544 0.024351 0.00012 -0.04554 0.003746 0.05175 0.013186 0.043846 0.0388 5e-06 -0.020658 0.019575 0.004835 -0.016204 0.012743 -0.017892 -0.052158 0.018655 -0.000907 0.043494 0.023704 0.041596 0.036528 -0.03238 -0.015913 -0.031933 -0.034535 -0.031772 0.010993 -0.014213 0.035581 -0.017269 0.033541 -0.029031 0.013263 -0.001894 0.070644 0.011168 -0.015168 0.034093 0.022803 -0.064264 -0.050386 0.100685 0.038155 -0.004999 -0.05639 0.044483 0.019263 0.041147 0.029293 0.00192 0.020561 0.009659 -0.040616 0.049851 -0.034926 -0.029344 0.013479 0.03613 0.007993 -0.022893 -0.010199 0.056934 -0.033449 0.020548 0.020512 -0.01371 -0.038915 -0.034812 0.028193 -0.024634 -0.042487 -0.034766 -0.008718 -0.045418 -0.020918 0.045238 -0.019076 0.019056 0.005888 -0.007067 -0.036463 0.010055 0.043274 -0.078539 -0.006253 -0.003866 0.037621 -0.047614 -0.020944 0.002073 0.060638 -0.034145 0.026184 -0.013309 -0.003665 -0.036834 -0.035433 0.020947 0.048783 0.023132 0.002637 0.01061 -0.005325 -0.015198 0.047041 -0.026273 -0.002353 -0.027587 0.021638 -0.001008 0.083421 0.017596 -0.028224 0.016526 0.014014 -0.003703 -0.001712 0.01498 0.01106 -0.025317 -0.011529 0.015201 0.039735 0.000298 -0.025515 0.008825 0.001318 -0.016772 -0.019905 -0.060007 -0.006777 0.005971 -0.038366 0.055387 0.026697 0.013791 0.027335 -0.033644 0.018785 0.013577 0.001466 0.049439 -0.025921 0.046384 0.06874 0.047027 0.013991 -0.00265 -0.054368 -0.04209 -0.029683 -0.020585 0.01773 -0.050953 0.001683 -0.006018 -0.019118 0.039773 -0.015779 -0.028394 -0.028302 -0.023719 -0.020581 0.023912 -0.006631 0.033485 -0.005399 0.011453 -0.012531 0.032768 0.006748 -0.012153 0.03373 0.074396 -0.069397 0.014366 -0.031111 0.01268 -0.010648 -0.020426 -0.019392 0.040514 -0.022918 -0.014769 -0.038122 0.02507 -0.051746 0.010697 -0.105779 0.011899 0.020145 0.019158 0.014273 0.035405 0.002114\nস 0.030505 0.009574 -0.067431 0.00821 0.014071 0.04663 -0.003037 -0.008253 -0.025312 -0.04669 0.049888 0.017196 -0.011204 -0.030313 0.046443 -0.017556 0.008486 -0.022888 -0.023162 -0.067835 -0.02452 -0.00399 0.004469 0.013875 0.003949 0.028099 -0.013823 -0.021847 -0.014118 -0.038963 0.024918 -0.036391 -0.026553 -0.051503 0.010138 0.007076 -0.045047 0.057812 0.009159 0.027533 -0.039732 0.006825 0.004916 0.003623 -0.047141 -0.030085 0.049107 -0.007189 -0.012713 0.023852 -0.003522 0.071194 0.033793 -0.042734 0.05121 0.012335 -0.019074 0.022952 -0.012155 0.03559 -0.034087 -0.043981 -0.007789 -0.01506 0.024215 0.030115 0.04738 0.000466 0.0551 0.014956 -0.063544 -0.000803 0.020721 0.022297 -0.053084 0.010376 -0.03818 0.027657 -0.053776 -0.017409 0.012551 0.004327 -0.003057 0.015823 -0.027112 -0.056036 0.00616 -0.008026 -0.0264 -0.012138 -0.022709 0.025988 0.016832 -0.02313 0.02196 -0.006962 -0.013961 -0.045828 -0.006147 -0.009077 -0.032896 0.01398 0.008723 -0.039029 0.015407 4.5e-05 -0.025275 0.019083 0.050924 -0.006512 0.0498 0.037195 0.026696 -0.028402 0.004871 -0.003517 -0.010823 -0.005305 -0.018568 -0.049151 0.036924 0.006467 0.047387 0.030964 0.049451 0.020369 -0.015328 -0.011407 -0.012615 -0.025551 -0.018887 0.00081 -0.010985 0.046655 -0.018858 0.02005 -0.037124 0.012526 0.001869 0.065375 0.006517 -0.014256 0.011002 0.02721 -0.054447 -0.058704 0.071371 0.027322 0.004291 -0.049455 0.000648 0.021025 0.039391 0.028267 0.004656 0.004632 0.010914 -0.026617 0.023911 -0.032743 -0.034129 0.020363 0.021845 0.01895 -0.009677 -0.021637 0.024151 -0.025714 0.036964 0.023186 -0.024626 -0.016856 -0.013776 0.050694 -0.028478 -0.036972 -0.013238 -0.005821 -0.053397 -0.029679 0.03585 -0.010697 0.005819 -0.025504 -0.002804 -0.023563 0.009091 0.035435 -0.065435 -0.003047 0.015342 0.027255 -0.043534 -0.040104 0.005531 0.052431 -0.026223 0.0097 0.000304 -0.002465 -0.054982 -0.054127 0.024605 0.049656 0.017842 0.023056 0.031177 -0.020409 -0.008038 0.051178 -0.030436 -0.012655 -0.009961 0.009315 0.004089 0.088789 0.01627 -0.028922 0.019573 0.013016 -0.002792 -0.006819 -0.00378 0.003715 -0.039238 -0.009772 0.002465 0.030802 -0.014189 -0.019833 -0.006641 0.005223 -0.005636 -0.032888 -0.053821 -0.022849 -0.014595 -0.043366 0.033502 0.027796 0.01289 0.027124 -0.034912 0.024829 -0.003501 -0.010599 0.044126 -0.019834 0.051228 0.067024 0.025633 0.011069 0.006108 -0.047008 -0.040927 -0.029114 -0.012023 0.04383 -0.032713 -0.022835 0.000644 -0.017975 0.044875 -0.030685 -0.043486 -0.020014 -0.040461 -0.022697 0.016963 0.007174 0.029895 0.014577 0.02352 -0.008082 0.022469 0.002567 0.002564 0.023084 0.067969 -0.07803 0.000123 -0.021733 0.026699 0.030144 -0.022241 -0.002123 0.026162 -0.010957 -0.025644 -0.008681 0.005561 -0.054959 0.020231 -0.093801 -0.007944 0.007331 0.021571 0.027504 0.019933 0.007031\n¾ 0.148358 -0.174826 0.018451 -0.226581 -0.07803 0.212913 0.011108 -0.019455 0.126452 0.138829 -0.036166 0.044046 -0.083848 -0.076051 0.025151 -0.045424 -0.001804 0.038818 -0.196495 -0.070722 0.163232 0.151246 0.083205 0.183968 -0.091674 0.035243 -0.00581 -0.019424 0.295511 0.173553 -0.093889 0.109397 0.103683 -0.094779 0.062868 0.063781 -0.080403 -0.076237 -0.005827 -0.173763 -0.023965 0.139488 0.086398 -0.046102 0.136646 -0.019187 0.043663 -0.19346 0.116736 -0.278167 -0.188834 0.062424 0.235761 -0.047917 -0.084445 -0.118278 -0.135162 0.07789 0.008228 -0.151918 0.028936 0.167566 -0.000741 0.077774 -0.116277 -0.064247 -0.001699 -0.087488 -0.00992 -0.142611 -0.344109 0.102779 0.081416 -0.03395 0.067075 -0.171224 -0.053061 -0.021258 -0.067472 -0.158731 0.050786 -0.039158 -0.036112 -0.128366 0.169561 0.028751 0.001213 -0.017814 -0.103574 0.099619 0.112409 -0.033704 0.142793 0.049882 0.029986 0.016771 -0.100152 -0.040268 0.151719 -0.062031 0.099005 -0.104282 0.130781 0.065425 0.109529 -0.139414 0.097139 -0.036585 -0.120225 0.05729 0.145437 -0.073467 0.059596 0.007833 -0.099623 0.079229 -0.161736 0.067938 0.063628 0.049658 0.094082 -0.017686 -0.062648 -0.02491 -0.045057 -0.078391 -0.040045 0.061224 0.017427 0.088997 0.160769 0.084998 0.061719 0.019255 0.008621 -0.011363 0.076362 -0.093101 -0.173115 0.07507 0.072925 -0.037347 0.152672 -0.039904 0.015792 -0.10126 0.100371 0.022573 0.028525 -0.157384 0.114653 0.108019 0.036728 -0.005971 0.016043 0.002047 -0.169643 -0.0438 0.099945 0.092838 -0.118772 -0.067567 0.145507 0.089553 0.050072 0.113707 0.099285 0.020616 0.099799 -0.007196 -0.132662 -0.0059 -0.244584 -0.026122 0.056759 0.047575 -0.069848 -0.276795 0.040505 0.008193 0.095598 0.099539 0.013271 0.076665 0.013473 -0.076829 -0.12582 0.169892 0.012345 0.207676 0.253995 -0.015373 0.056524 -0.106803 -0.009299 0.12761 0.028796 0.079929 -0.040312 0.091894 -0.045503 0.060689 -0.026935 0.099965 0.060288 0.192986 -0.102333 -0.032843 0.067058 -0.155066 -0.049989 -0.081049 -0.053053 -0.20568 -0.143532 0.001252 -0.186115 -0.201385 0.101703 -0.019737 -0.049427 0.018752 -0.104278 -0.071073 -0.091339 0.007554 -0.051761 0.009547 0.118605 -0.117302 0.010962 0.137913 -0.035648 0.047725 -0.074564 -0.008569 0.016479 -0.108851 -0.100385 0.181834 -0.099039 -0.11851 -0.019373 0.136902 -0.017805 -0.042678 0.155315 -0.184019 0.018694 -0.084451 0.010289 -0.007654 0.070573 -0.217292 -0.0206 0.224064 -0.029661 -0.085035 -0.107346 0.04405 0.028409 -0.053743 -0.015555 0.116374 -0.036234 -0.0749 -0.059277 0.018777 0.093975 -0.016206 0.003698 -0.089704 -0.112203 -0.038662 0.130042 -0.112555 0.130727 0.158525 0.173687 0.070769 -0.07681 0.148908 0.043409 -0.049466 0.066555 -0.116026 0.072554 -0.152168 0.208801 -0.120063 0.028097 0.098952 -0.138395 0.021952 -0.135394 0.010365 -0.014087 -0.120003 -0.035362 0.00151\nዊ 0.037487 0.002785 -0.072956 0.046876 0.026178 0.059548 -0.000217 -0.002998 -0.032945 -0.040219 0.035046 0.026612 -0.022524 -0.033346 0.063405 -0.016039 0.001388 -0.053383 -0.03421 -0.051684 -0.023223 0.013038 0.018039 -0.007892 0.011431 0.047137 -0.031069 -0.022556 -0.015076 -0.036048 0.025566 -0.048791 -0.051889 -0.0592 0.027147 0.016059 -0.068441 0.081756 0.012983 0.043876 -0.035585 0.03696 0.0072 0.01998 -0.031586 -0.043356 0.047704 -0.019964 -0.014961 0.033831 0.004828 0.097886 0.044894 -0.037664 0.06155 0.004909 -0.023551 0.029136 -0.02863 0.050003 -0.041001 -0.045783 -0.034863 -0.030842 0.023165 0.027885 0.061821 -0.005421 0.062904 0.026271 -0.080636 0.001072 0.025913 0.01654 -0.067452 0.011929 -0.051576 0.000105 -0.05721 -0.008754 0.017226 0.001591 -0.015662 0.029495 -0.011151 -0.06828 0.005092 0.004744 -0.024303 -0.0049 -0.021846 0.026706 0.001518 -0.011865 0.009723 -0.001114 -0.00688 -0.076372 0.005537 0.00267 -0.02887 0.036291 -0.020318 -0.05351 0.010448 -0.01515 -0.011431 0.013497 0.041549 -0.01528 0.051071 0.024061 0.019043 -0.027577 0.005663 0.004662 0.009877 0.013094 -0.008431 -0.073614 0.029958 -0.007585 0.067719 0.029092 0.047214 0.029076 -0.016628 -0.015472 -0.010624 -0.022838 -0.024925 0.011023 -0.03079 0.033728 -0.042223 0.034157 -0.044126 0.018119 0.022627 0.069275 -0.010612 -0.011531 0.012028 0.037794 -0.049812 -0.07048 0.076389 -0.002176 0.002625 -0.049761 0.020099 0.037909 0.025638 0.018891 -0.00672 0.010052 0.007005 -0.011572 0.045414 -0.048879 -0.007388 0.033296 0.018682 0.006195 -0.006192 -0.035373 -0.00977 -0.033848 0.0397 0.05037 -0.034335 -0.019545 -0.011552 0.083855 -0.025813 -0.024407 -0.020842 -0.017444 -0.067887 -0.023899 0.05238 -0.006174 0.007111 -0.024654 -0.006022 -0.025897 0.028825 0.02556 -0.109755 -0.002375 0.005904 0.043792 -0.029375 -0.061563 -0.015717 0.052592 -0.05086 0.017436 0.002058 -0.000944 -0.034928 -0.051904 0.024527 0.009809 0.026352 0.008528 0.038153 -0.014487 -0.034379 0.067489 -0.040506 -0.005351 0.002771 0.020757 -0.000775 0.094391 0.004929 -0.014666 0.001379 0.005848 -0.02683 -0.003588 0.027686 0.0004 -0.028157 -0.011976 0.002334 0.036304 -0.035112 -0.023227 0.008916 0.022881 -0.005203 -0.005546 -0.064972 -0.016546 -0.02609 -0.03832 0.032459 0.039414 -0.005576 0.032157 -0.032794 0.041612 0.032983 -0.001672 0.053369 -0.026688 0.050653 0.076497 0.047904 0.035518 0.017076 -0.046615 -0.039915 -0.027517 0.006475 0.039485 -0.045041 -0.012332 -0.006703 -0.027969 0.027139 -0.048395 -0.071868 -0.026765 -0.043829 -0.028458 0.01603 -0.012443 0.035177 -0.007122 0.01341 -0.012601 0.02547 0.023193 0.016324 0.037266 0.078155 -0.088266 -0.015392 -0.02701 0.036021 0.011669 -0.017946 0.00239 0.043978 -0.020549 -0.006208 -0.016346 0.006692 -0.045154 0.027257 -0.106955 -0.006677 0.009661 0.015174 0.035481 0.038473 0.008168\nํ 0.027367 -0.014636 -0.042163 0.025742 0.001484 0.02503 0.00765 -0.000719 -0.003339 -0.027075 0.023207 0.005376 -0.014271 -0.021194 0.017937 0.009448 0.016779 -0.034745 -0.002509 -0.030474 -0.021526 0.006659 0.013288 0.011942 0.003751 0.016454 0.01192 -0.003539 -0.011298 -0.014962 0.012399 -0.032081 -0.017181 -0.02255 -0.001062 -0.003616 -0.022401 0.029455 -0.012389 0.013037 -0.024701 0.034836 0.004069 -0.001652 -0.016904 -0.022807 0.029991 -0.006426 0.004131 0.014422 0.005683 0.043794 0.026696 -0.020389 0.043545 -0.004321 0.008895 0.018477 -0.00654 0.018402 -0.010258 -0.01815 -0.005249 -0.026252 0.018584 0.006713 0.037652 -0.009208 0.026981 0.0177 -0.031034 -0.001963 0.022294 0.00985 -0.041098 0.0165 -0.03143 0.036186 -0.022895 -0.013872 0.00399 0.014526 -0.010637 0.013264 -0.010596 -0.029929 -0.003167 -0.030453 -0.003847 -0.019833 0.011314 0.022152 -0.000157 -0.010063 -0.007186 0.01385 0.001637 -0.038404 0.006182 -0.001961 -0.007459 -0.005505 -0.003401 -0.030303 0.018145 6e-05 -0.021759 0.003169 0.023113 0.000517 0.008243 0.011974 0.011651 -0.008948 -0.002183 0.008382 -0.008593 0.012558 -0.008825 -0.035969 0.015129 0.000899 0.034605 -0.005536 0.018485 0.01827 -0.012241 -0.01768 -0.006224 0.015781 -0.004269 -0.008768 -0.016579 0.01522 -0.019087 0.016452 -0.030071 -0.011618 -0.012349 0.027603 0.001771 -0.00564 0.00883 0.024774 -0.011753 -0.02283 0.043953 0.00311 -0.007831 -0.028174 0.025377 -0.012404 0.025048 0.021245 0.007425 0.01199 0.002191 -0.012595 -0.00345 -0.024286 -0.006799 0.003967 0.026246 0.009634 -0.009637 -0.005761 0.007065 0.001226 0.015785 0.029336 -0.02367 -0.013879 -0.020761 0.018198 -0.015299 -0.014646 -0.00876 -0.015876 -0.031135 -0.004972 0.019708 -0.010093 0.006882 -0.009434 -0.012469 -0.007939 -0.001178 0.01622 -0.049626 0.005873 0.021698 0.01907 -0.012717 -0.029923 1e-05 0.038388 -0.003895 -0.001177 -0.009638 -4.4e-05 -0.02416 -0.013683 0.011038 0.013747 0.014589 0.011922 0.001819 -0.018176 0.003785 0.036744 -0.004431 -0.001261 -0.018361 0.007359 0.00073 0.054053 0.015519 -0.009453 0.003579 -0.016713 0.006036 0.006679 -0.018114 0.00271 -0.018256 -0.000586 -0.005913 0.01351 -0.019387 -0.031829 -0.002732 0.004816 0.010434 -0.015772 -0.028821 0.004357 -0.003374 -0.01919 0.010256 0.021243 0.013699 0.010391 -0.019767 -0.007934 0.000261 0.000302 0.021723 -0.007586 0.039676 0.035158 0.020333 0.012651 -0.00932 -0.03546 -0.034624 -0.008576 0.007158 0.012244 -0.020807 -0.005915 0.000186 -0.024634 0.014573 -0.029058 -0.038138 -0.015931 -0.026883 -0.013117 0.021725 0.00539 0.006917 0.008007 0.014806 -0.008763 0.011841 -0.003399 0.00693 0.021484 0.023358 -0.03633 0.005845 -0.01709 0.001644 0.001701 -0.026565 -0.003907 0.034174 -0.003893 -0.005166 -0.023633 0.007645 -0.032008 0.008891 -0.036572 -0.008326 -0.003602 0.006292 0.010018 0.001409 0.009395\nё 0.039625 0.0074 -0.050142 0.021243 0.015011 0.035635 0.004845 -0.002111 -0.016432 -0.031512 0.038243 0.011091 -0.012008 -0.027975 0.036767 -0.011632 0.007283 -0.025901 -0.011942 -0.043907 -0.014237 0.002264 0.008294 0.016112 0.007294 0.022929 -0.00507 -0.012544 -0.018608 -0.0247 0.017538 -0.036878 -0.013669 -0.03998 0.012113 0.016837 -0.042604 0.041063 0.007013 0.02076 -0.033939 0.014528 0.005008 0.003619 -0.02831 -0.025515 0.036405 0.000472 -0.000973 0.02001 0.012841 0.055129 0.032668 -0.034249 0.039555 0.012326 -0.00039 0.020967 -0.008054 0.026555 -0.030471 -0.027352 -0.008189 -0.017112 0.01658 0.020136 0.035213 -0.015815 0.028168 0.016446 -0.051597 -0.007356 0.021604 0.015581 -0.05311 -3e-05 -0.034025 0.034235 -0.025966 -0.0129 0.015384 -0.000362 -0.00015 0.021967 -0.024268 -0.054183 0.004529 -0.001131 -0.026829 -0.00435 -0.009344 0.025312 0.006665 -0.018849 0.014316 -0.005354 0.000586 -0.039302 -0.00246 -0.00616 -0.016606 -0.002802 -0.001496 -0.030592 0.0168 0.001803 -0.014275 0.009914 0.037848 -0.001027 0.045806 0.021376 0.020328 -0.011332 0.013268 0.008459 -0.016136 0.000465 -0.012405 -0.041012 0.021226 0.007209 0.041408 0.025944 0.030431 0.00754 -0.010925 -0.024945 -0.01235 -0.018363 -0.016041 -0.00319 -0.013014 0.026534 -0.02391 0.011538 -0.026214 0.006869 0.0096 0.042163 -0.006579 -0.015711 0.011605 0.029077 -0.033261 -0.049622 0.04161 0.006428 0.002876 -0.037274 0.004841 0.002466 0.032083 0.028157 -0.007797 0.001168 -0.001531 -0.022098 0.019615 -0.020623 -0.019283 0.017543 0.020246 0.017848 -0.018844 -0.007499 0.022231 -0.022504 0.015429 0.025453 -0.026994 -0.027034 -0.009925 0.034734 -0.017166 -0.029011 -0.007382 -0.004433 -0.038767 -0.0256 0.035892 -0.008784 0.00337 -0.009456 -0.007068 -0.016763 0.003881 0.019666 -0.060748 0.00717 0.02249 0.028988 -0.029013 -0.037709 0.009696 0.038754 -0.014502 0.017182 0.004443 0.006539 -0.041206 -0.035761 0.014909 0.028815 0.019483 0.016367 0.007335 -0.013185 -0.003602 0.038598 -0.026567 -0.005567 -0.006817 0.018417 -0.003558 0.072823 0.002433 -0.023771 0.006981 -0.007623 -0.009863 0.012014 -0.011842 0.006968 -0.018959 -0.006111 0.000329 0.020475 -0.009053 -0.027348 -0.00989 0.001566 -0.004659 -0.029499 -0.04049 -0.000973 -0.004384 -0.040352 0.030281 0.028248 0.004659 0.025556 -0.025592 0.014621 0.006487 -0.011508 0.045809 -0.006369 0.044025 0.052876 0.030459 0.002457 0.009642 -0.044255 -0.044076 -0.021418 -0.003571 0.024369 -0.027508 -0.013853 0.002894 -0.009623 0.026405 -0.026177 -0.027584 -0.019998 -0.033054 -0.019203 0.008374 -0.000108 0.013056 -0.004491 0.006021 -0.006708 0.014227 0.008507 0.002042 0.010361 0.038019 -0.052571 -0.002442 -0.023876 0.015352 0.01442 -0.019888 0.003236 0.018732 -0.012391 -0.018932 -0.017411 0.006603 -0.040521 0.006776 -0.062739 -0.01324 0.013593 0.014025 0.019583 0.01809 0.003092\nא 0.03492 0.007078 -0.056624 0.025482 0.015207 0.043225 0.011387 -0.005821 -0.018434 -0.0345 0.037706 0.017382 -0.007379 -0.03517 0.037564 -0.008068 0.008458 -0.028097 -0.012519 -0.054075 -0.014757 0.002075 0.00475 0.015603 0.007934 0.025279 -0.005635 -0.010642 -0.015918 -0.028222 0.022667 -0.034752 -0.023374 -0.049562 0.009333 0.015457 -0.046286 0.044449 0.011997 0.026904 -0.033342 0.009451 0.001807 0.002921 -0.02948 -0.032968 0.043124 0.00113 0.000244 0.019922 0.007314 0.062312 0.038426 -0.04148 0.048747 0.009642 -0.004421 0.029509 -0.012604 0.032683 -0.035155 -0.033352 -0.011103 -0.016195 0.017075 0.024252 0.046085 -0.015753 0.040206 0.021295 -0.05458 -0.003376 0.026167 0.016712 -0.055804 0.006788 -0.03359 0.028489 -0.030736 -0.020319 0.01374 -0.001467 -0.002513 0.02083 -0.029303 -0.064893 0.002049 -0.000486 -0.022079 -0.005258 -0.012454 0.030589 0.00222 -0.0174 0.012535 -0.012776 -0.000108 -0.043299 -0.001762 -0.002932 -0.019559 0.000312 0.000787 -0.035152 0.015311 -0.005772 -0.017674 0.011244 0.03918 -0.006127 0.047537 0.021242 0.024227 -0.019319 0.014415 0.006325 -0.012566 0.001579 -0.017246 -0.04889 0.025051 0.000201 0.047484 0.024781 0.038711 0.011384 -0.014832 -0.018063 -0.023448 -0.020347 -0.020617 0.000295 -0.021218 0.035382 -0.020826 0.017266 -0.028657 0.010279 0.007913 0.053225 -0.001775 -0.011 0.014572 0.033585 -0.039222 -0.055766 0.051859 0.003388 0.00039 -0.046892 0.005992 0.012769 0.040463 0.03518 -0.006737 0.004832 -0.001229 -0.028057 0.019633 -0.026459 -0.022391 0.020111 0.02333 0.011066 -0.014808 -0.017205 0.023299 -0.027554 0.022136 0.028853 -0.033026 -0.027509 -0.010608 0.040791 -0.018142 -0.031333 -0.012131 -0.007244 -0.042252 -0.022104 0.041169 -0.009475 0.007393 -0.006895 -0.005395 -0.021792 0.005279 0.024021 -0.068587 0.002867 0.014356 0.033375 -0.040868 -0.046092 0.002168 0.048048 -0.022562 0.013525 0.004758 0.001776 -0.044883 -0.040945 0.019203 0.029769 0.02342 0.016485 0.014344 -0.010815 -0.0111 0.043887 -0.030132 -0.006321 -0.007109 0.02393 -0.003556 0.078491 -0.000493 -0.024185 0.005959 0.001398 -0.008282 0.012127 -0.006642 0.009601 -0.027633 0.000881 0.000758 0.018184 -0.008841 -0.02174 -0.003954 -0.000473 -0.008658 -0.033258 -0.040153 -0.004836 -0.018265 -0.035925 0.033701 0.030737 0.011327 0.032211 -0.021764 0.014256 0.007989 -0.01569 0.046121 -0.00786 0.045263 0.059715 0.034488 0.008222 0.003612 -0.053917 -0.036365 -0.023787 -0.003633 0.023107 -0.028482 -0.017489 0.009288 -0.011408 0.037918 -0.029092 -0.037732 -0.020343 -0.037165 -0.016586 0.008522 -0.00194 0.023656 -0.003735 0.011833 -0.004642 0.014119 0.002993 0.001366 0.025304 0.05235 -0.05549 -0.005934 -0.021456 0.019012 0.016189 -0.025343 -0.001331 0.024635 -0.011019 -0.02227 -0.021253 0.012251 -0.048969 0.011445 -0.075081 -0.008704 0.010356 0.014818 0.016481 0.028529 0.001455\nœ 0.019159 -0.000123 -0.036323 0.021926 0.01165 0.031679 0.013413 0.003075 -0.016053 -0.017825 0.023249 0.010531 0.003682 -0.025919 0.019815 -0.001225 0.002514 -0.020461 -0.012433 -0.028288 -0.017074 -0.009053 0.004969 0.016585 -0.004807 0.022501 -0.004603 1e-06 -0.011196 -0.031378 0.024738 -0.020289 -0.019145 -0.037932 0.004883 0.006684 -0.031503 0.019397 0.005949 0.009722 -0.019078 0.005733 0.004991 -0.003451 -0.02507 -0.016541 0.026923 0.001089 0.009585 0.012022 -0.005731 0.05486 0.020322 -0.030596 0.029099 0.01191 -0.001367 0.016913 -0.013649 0.022281 -0.017726 -0.022579 -0.020466 -0.010697 0.015133 0.010894 0.022695 -0.019634 0.017011 0.017288 -0.03225 -0.011126 0.014808 0.007131 -0.035418 -0.005276 -0.021241 0.027582 -0.005454 -0.010265 0.006262 -0.007186 -0.006183 0.013337 -0.01377 -0.040332 0.004048 -0.00201 -0.018678 -0.007081 -0.008189 0.031397 -0.000298 0.000849 0.004916 -0.015562 -0.003192 -0.021462 -0.005775 0.006747 -0.014866 -0.00805 -0.000685 -0.022709 0.01687 -0.010868 -0.022327 -0.002836 0.030946 -0.0006 0.023459 0.003385 0.011278 -0.012457 0.004887 0.00229 -0.008444 -0.002807 -0.009983 -0.024189 0.009179 0.00041 0.025861 0.005994 0.017879 0.008982 -0.008814 -0.029314 -0.014877 -0.011042 -0.010734 -0.009309 -0.01344 0.021043 -0.014785 0.023193 -0.01284 -0.002182 0.005728 0.038969 -0.003376 -0.005411 0.015683 0.016577 -0.022182 -0.03584 0.034065 -0.010916 0.005484 -0.032756 0.013639 0.011925 0.018159 0.028396 0.001617 0.006341 -0.0055 -0.012651 0.011079 -0.014111 -0.014271 0.003242 0.023084 0.02104 -0.01036 -0.004574 0.027373 -0.017347 0.010121 0.02207 -0.024941 -0.0179 -0.001847 0.022867 -0.013826 -0.024518 -0.004082 -0.004445 -0.032418 -0.01343 0.035721 -0.008894 -0.005266 -0.006165 -0.003489 -0.011058 0.004616 0.006119 -0.054348 0.003313 0.005005 0.020656 -0.027493 -0.031278 0.001906 0.022233 -0.008028 0.014483 0.005691 0.012597 -0.029625 -0.027115 0.007587 0.02899 0.009838 0.014379 0.000701 -0.009889 -0.010985 0.016834 -0.021775 -0.005393 -0.003817 0.013133 0.000402 0.041579 0.001301 -0.023521 0.004162 0.000974 -0.016205 0.011531 -0.010811 -0.000394 -0.003977 0.007852 -0.001293 0.010938 -0.012934 -0.023229 -1e-05 0.005041 -0.006623 -0.026633 -0.034618 -0.004417 -0.006604 -0.02673 0.021615 0.028446 0.012051 0.025595 -0.003103 0.004543 0.0049 0.001241 0.033823 0.001267 0.030799 0.031784 0.0168 0.004359 -0.004812 -0.036148 -0.020131 -0.008438 -0.004446 0.005117 -0.008611 -0.012857 0.006943 0.000716 0.015063 -0.012508 -0.021341 -0.010887 -0.020334 -0.004767 0.010275 -0.014557 0.007132 -0.012089 0.013136 -0.005385 0.010953 -0.000668 0.008646 0.015731 0.029271 -0.038366 -0.011939 -0.024051 0.01006 0.005055 -0.016755 -0.003464 0.013951 -0.002949 -0.022678 -0.012369 0.002727 -0.030169 0.012069 -0.046544 -0.002004 -0.003361 0.012561 0.009001 0.025519 -0.000609\nے 0.037935 0.022938 -0.054067 0.006963 0.010364 0.029415 0.001393 -0.006851 -0.040811 -0.05035 0.054948 0.007776 -0.000455 -0.021327 0.039614 -0.028677 0.011264 -0.019527 -0.016851 -0.043891 -0.037286 0.004923 0.007917 0.034402 0.00483 0.028185 -0.007602 -0.003549 -0.013086 -0.029752 0.019787 -0.041047 -0.030377 -0.038379 0.011569 0.016827 -0.048944 0.041451 -0.012781 0.028096 -0.03605 0.027154 0.026927 0.005579 -0.023851 -0.016821 0.066429 -0.004248 0.025328 0.019981 0.015786 0.046901 0.052576 -0.031715 0.035988 0.011572 -0.016409 0.023473 -0.014523 0.023864 -0.028089 -0.031539 -0.006491 -0.032648 0.027546 0.033866 0.043213 -0.011109 0.035307 0.030739 -0.058636 -0.018543 0.03605 0.021008 -0.060748 0.005265 -0.021695 0.033349 -0.027928 -0.014987 0.008726 -0.012333 0.002231 0.018691 -0.02117 -0.053546 0.010669 -0.02356 -0.021146 -0.007188 -0.00192 0.023929 0.009333 -0.013786 0.005926 -0.005109 -0.006246 -0.059019 0.002115 -0.014317 -0.027609 0.004956 3.6e-05 -0.03967 0.031986 -0.016388 -0.0266 0.014759 0.042181 0.010605 0.069066 0.032497 0.029087 -0.010335 0.019807 0.00383 -0.025822 0.01199 -0.027616 -0.051459 0.024738 0.003784 0.046126 0.038397 0.036998 0.001125 -0.015254 -0.016902 -0.004911 -0.02128 -0.041081 0.00017 -0.02114 0.030232 -0.012349 0.021094 -0.029633 0.021876 0.010625 0.0524 -0.006709 -0.021585 0.00978 0.044112 -0.046929 -0.0612 0.055195 0.038918 -0.005848 -0.052205 -0.001371 0.002762 0.046792 0.023372 0.000235 -0.004207 -0.001743 -0.038905 0.020113 -0.019606 -0.019907 0.01491 0.043484 0.008982 -0.036409 -0.006996 0.031348 -0.00607 0.039944 0.032033 -0.033854 -0.017863 -0.012371 0.040366 -0.019226 -0.020217 0.002936 0.01318 -0.040868 -0.036059 0.048694 -0.005539 -0.012307 -0.021724 -0.01799 -0.0169 0.003531 0.026736 -0.059364 0.010691 0.023978 0.030221 -0.036925 -0.042081 -0.0118 0.034836 -0.00568 0.01021 -0.003607 0.014712 -0.044764 -0.038631 0.030094 0.02969 0.038967 0.009376 0.01806 -0.023341 -0.010802 0.049978 -0.016702 -0.0157 0.002895 0.030529 -0.007549 0.073668 0.002632 -0.044429 0.030524 -0.008131 0.004412 0.00772 -0.009152 -0.011743 -0.019773 0.007072 0.00426 0.019138 -0.02996 -0.03465 -0.005334 -0.007014 -0.008362 -0.03479 -0.047009 -0.011091 -0.00718 -0.049036 0.028542 0.032106 -0.002084 0.029833 -0.031625 0.003796 0.001026 -0.005852 0.061177 -0.020654 0.044142 0.043977 0.038651 0.00169 -0.001295 -0.041421 -0.033481 -0.024042 -0.013601 0.037693 -0.044974 -0.025253 0.013076 -0.022987 0.025606 -0.026929 -0.025722 -0.023107 -0.037759 -0.022234 0.000387 0.010237 0.013757 0.000378 0.018721 -0.013835 0.020543 -0.005877 -0.003369 0.016815 0.04273 -0.058913 -0.010313 -0.024398 0.014274 0.017787 -0.023044 -0.003897 0.02669 -0.016006 -0.024682 0.001177 -0.009474 -0.039167 0.002933 -0.08398 -0.019713 0.021659 0.015724 0.015101 0.010621 0.02767\nɕ 0.005555 0.004046 -0.020451 0.009639 0.00745 0.030798 0.022939 0.002259 -0.01766 -0.032579 0.04115 0.014879 -0.013893 -0.010135 0.043235 -0.018772 0.003529 -0.015171 0.008239 -0.03097 -0.006016 -0.006423 -0.032064 -0.000887 0.001841 0.000351 -0.015233 -0.005376 -0.008427 -0.038298 0.025127 -0.026517 -0.019691 -0.020188 -0.006259 0.011175 -0.022111 0.036909 0.012654 -0.000365 -0.039232 0.028425 0.014039 0.014454 -0.010179 -0.009547 0.023061 0.009083 -0.005286 0.003943 0.006038 0.053161 0.01946 -0.031714 0.036247 0.010946 0.00397 0.03169 -0.010009 0.022449 -0.036505 -0.032326 -0.021219 0.001555 0.008268 0.024173 0.054561 -0.032542 0.02105 0.033608 -0.036662 -0.010129 0.003653 0.017318 -0.025576 -0.004148 -0.006694 0.013551 -0.024585 -0.00926 0.023445 -0.005766 -0.012641 0.021717 -0.019536 -0.063334 0.016778 6.8e-05 -0.001934 0.016443 -0.004876 0.016008 0.009095 0.000664 0.008927 -0.025373 0.002476 -0.039178 -0.028812 -0.013788 -0.036018 -0.004353 -0.007065 -0.024053 0.011886 -0.004683 -0.011812 0.007417 0.001834 -0.003996 0.056535 0.003785 0.020424 0.008995 0.015035 -0.00371 -0.023498 -0.01205 -0.022856 -0.025 0.030149 -0.001614 0.020821 0.012033 0.016484 -0.010578 0.003661 0.014409 -0.016643 -0.0008 0.010567 0.021008 -0.007083 0.030072 -0.006064 0.003121 -0.024483 0.029683 0.005931 0.042829 0.005873 -0.000386 0.012828 0.013264 -0.016244 -0.049681 0.04081 -0.009601 0.011608 -0.048803 0.033245 0.006198 0.034275 0.02856 0.010089 0.006807 -0.00792 -0.026805 0.022642 -0.007435 -0.02813 0.015938 0.031098 -0.01138 -0.011934 -0.018579 0.021745 -0.012257 0.010974 0.048602 -0.024114 -0.018678 -0.001543 0.014191 0.003591 -0.019996 0.004426 -0.014742 -0.042703 0.00931 0.038557 -0.003631 0.015466 0.000788 -0.028347 -0.02933 -0.003145 0.014633 -0.021768 0.005572 0.020371 0.026961 -0.031889 -0.036121 -0.005556 0.03867 -0.033024 0.013031 0.007347 -0.009029 -0.033272 -0.017379 0.019888 0.029725 0.020182 -0.008911 -8.6e-05 -0.030212 -0.009471 0.017115 -0.021527 -0.003187 -0.006268 0.032258 0.007123 0.020487 -0.000786 -0.006301 0.011835 -0.005242 -0.017598 -0.014633 0.012014 0.009971 -0.029118 0.009003 -0.009779 0.006307 0.014351 -0.007795 -0.01281 0.004511 -0.003575 -0.042078 -0.022283 0.013086 -0.011386 -0.01117 0.009279 0.00924 0.007585 0.02912 -0.013449 0.014667 -0.010056 -0.021811 0.029004 0.01913 0.035845 0.036832 0.009245 0.011359 -0.028291 -0.022286 -0.025996 -0.005334 -0.014758 0.008884 -0.026522 -0.002434 0.010381 -0.014337 0.009864 -0.015975 -0.008114 -0.015332 -0.041546 0.012851 -0.004397 0.005546 -0.000114 -0.006928 0.016406 -0.004112 0.026995 -0.000611 0.017143 0.015277 0.024229 -0.037582 -0.000279 0.003946 0.016483 0.018957 0.014743 -0.009683 0.016715 -0.006398 -0.016003 -0.019513 0.001465 -0.024141 0.007829 -0.043983 -0.029247 0.014678 0.004865 -0.004212 -0.004363 -0.028362\nპ 0.031249 -0.009377 -0.043643 0.012059 0.011615 0.027771 0.006136 -0.004093 -0.021718 -0.023063 0.03393 0.010149 -0.012965 -0.023028 0.012184 -0.006996 0.016802 -0.025323 -0.010158 -0.034697 -0.008098 0.007721 0.003596 0.011444 0.006004 0.024942 -0.000381 -0.02665 -0.014405 -0.026323 0.020003 -0.030029 -0.027363 -0.049026 -0.006257 0.009143 -0.040898 0.036137 0.014951 0.016827 -0.027844 0.005017 -0.002668 0.002568 -0.03029 -0.019728 0.022847 -0.003437 0.001275 0.00396 0.010084 0.044642 0.023476 -0.024833 0.03238 0.004687 -0.003954 0.026532 -0.010641 0.03617 -0.035379 -0.015396 -0.001045 -0.011507 0.004232 0.024176 0.033211 -0.010226 0.023821 0.018188 -0.048041 -0.006331 0.021186 0.01577 -0.053456 -0.00991 -0.028584 0.016299 -0.033437 -0.015535 0.016638 0.006247 -0.006284 0.020776 -0.020324 -0.045507 -0.003327 0.006411 -0.01229 -0.000378 -0.002384 0.021315 -0.001282 -0.005972 0.013273 0.001343 0.008921 -0.027307 -0.001223 -0.003498 -0.022734 0.003456 0.000356 -0.024061 0.01149 -0.007187 -0.01716 0.012686 0.040395 -0.011024 0.041814 0.00878 0.023162 -0.021365 0.004093 -0.004475 -0.008804 -0.00243 -0.012497 -0.042914 0.021401 -0.00522 0.035625 0.00849 0.038546 -0.000613 -0.01675 -0.014115 -0.002718 -0.003991 0.001706 -0.005891 -0.021968 0.026467 -0.012749 0.015411 -0.029485 -0.002987 0.013832 0.04515 0.005191 -0.006699 0.010969 0.031002 -0.027673 -0.054931 0.020148 0.004619 0.002011 -0.03865 -0.003531 -0.006228 0.035824 0.014357 0.003348 0.009167 -0.002705 -0.026513 0.01627 -0.020548 -0.00574 0.022211 0.013004 0.0244 -0.009736 -0.013473 0.013732 -0.027459 0.02394 0.00967 -0.023072 -0.014732 -0.006424 0.040956 -0.016549 -0.026676 -0.013707 -0.022765 -0.046219 -0.007077 0.037822 -0.011326 0.001445 -0.007368 -0.021776 -0.016106 0.006115 0.019147 -0.057172 -0.000843 0.003961 0.029211 -0.037532 -0.040288 0.017972 0.037788 -0.010985 0.017917 0.009302 -0.003136 -0.023751 -0.032416 0.018695 0.007248 0.021952 0.015666 0.011057 -0.013222 0.001798 0.035913 -0.018794 0.008809 -0.015539 0.02568 5.4e-05 0.054477 0.009866 -0.023188 0.009302 -0.004977 -0.003953 0.006133 0.000745 0.019952 -0.016999 -0.008332 -0.002199 0.018524 0.008614 -0.035862 0.001469 0.006898 0.003028 -0.026442 -0.030315 -0.00545 -0.013304 -0.039545 0.030534 0.011824 0.004997 0.022139 -0.021348 0.008309 0.009992 -0.002058 0.036099 -0.010113 0.045533 0.056665 0.016335 0.007509 -0.005053 -0.030436 -0.019591 -0.025921 -0.01612 0.017716 -0.026335 -0.003394 0.012032 0.004487 0.032151 -0.02323 -0.028725 -0.013904 -0.030006 -0.01252 0.007642 0.001471 0.007314 -0.003449 -0.000759 -0.007116 0.002764 0.000702 -0.007946 0.014439 0.041845 -0.036395 -0.010553 -0.015734 0.012331 -0.001541 -0.01419 -0.005766 0.022663 -0.000745 -0.012874 -0.018351 0.003455 -0.02959 0.014401 -0.060126 -0.015797 0.008108 0.019528 0.015982 0.017186 0.002631\ni 0.030774 0.005108 -0.059967 0.032393 0.024399 0.03574 0.009569 0.003555 -0.02801 -0.033175 0.041261 0.011725 -0.006731 -0.036047 0.025811 -0.00629 0.006746 -0.033258 -0.008599 -0.045127 -0.020249 0.000153 -9.7e-05 0.017301 0.012367 0.029565 -0.001069 -0.003345 -0.013551 -0.025739 0.02086 -0.03301 -0.018703 -0.043887 0.018225 0.020023 -0.049801 0.044485 0.010391 0.023045 -0.02543 0.008599 -0.005134 0.002041 -0.026846 -0.030828 0.045758 -0.004282 0.00123 0.02795 0.010427 0.065989 0.031252 -0.036536 0.049223 0.005301 -0.005024 0.033475 -0.01921 0.025687 -0.026469 -0.036608 -0.01704 -0.017176 0.012082 0.017862 0.038213 -0.013856 0.032719 0.013895 -0.047752 -0.011833 0.02728 0.012066 -0.059702 0.007642 -0.032305 0.028416 -0.024773 -0.020978 0.012255 0.001498 -0.006718 0.03225 -0.02867 -0.067088 -0.001577 -0.003715 -0.022691 -0.008946 -0.008344 0.036074 -0.008736 -0.019718 0.0055 -0.01401 0.004017 -0.035611 0.001745 -0.008531 -0.017398 0.001446 -0.003391 -0.021471 0.013882 0.001692 -0.020077 0.017308 0.03792 0.002359 0.043444 0.02626 0.027457 -0.012192 0.008925 0.00591 -0.021016 0.000969 -0.012664 -0.046497 0.015496 -0.003795 0.045022 0.027712 0.03757 0.010099 -0.011546 -0.014987 -0.014578 -0.016107 -0.024157 -0.010987 -0.024942 0.025931 -0.023039 0.015301 -0.021331 0.007461 0.000245 0.059122 -0.005483 -0.008015 0.023583 0.023891 -0.04194 -0.044411 0.048563 0.002963 -0.002054 -0.047972 0.003793 0.017286 0.029193 0.035365 -0.004999 0.005966 -0.003436 -0.022409 0.014383 -0.025706 -0.016457 0.019076 0.025396 0.00693 -0.010377 -0.009565 0.025223 -0.034008 0.023102 0.035156 -0.036122 -0.024189 -0.012402 0.037457 -0.022519 -0.0335 -0.012479 0.003503 -0.036975 -0.028806 0.039771 -0.013285 -0.003858 -0.009113 -0.008256 -0.013902 -0.000169 0.01553 -0.072923 -0.002587 0.006972 0.033491 -0.038451 -0.047132 -0.005783 0.03779 -0.015953 0.004748 0.00908 2.3e-05 -0.045912 -0.03675 0.016578 0.028732 0.017366 0.010457 0.018848 -0.010701 -0.00654 0.043283 -0.035208 -0.002319 -0.010153 0.028965 0.003656 0.071964 0.007193 -0.028876 0.00311 0.002303 -0.002929 0.015167 -0.004854 0.004604 -0.022012 -0.005161 0.005398 0.014035 -0.01102 -0.021953 0.000339 0.002836 -0.012378 -0.032481 -0.042564 0.00539 -0.017008 -0.039127 0.032276 0.035095 0.003334 0.030613 -0.013281 0.015916 0.01023 -0.020271 0.047083 -0.006404 0.039949 0.058645 0.023963 0.015906 0.007465 -0.053124 -0.043682 -0.027257 -0.005536 0.017718 -0.022001 -0.030611 0.007674 -0.00621 0.034772 -0.020947 -0.031208 -0.018028 -0.02949 -0.010294 0.005729 -0.002086 0.027443 -0.007192 0.010286 0.005185 0.016575 0.007262 0.004486 0.029118 0.041788 -0.055261 9.9e-05 -0.019483 0.012007 0.024131 -0.028371 -0.004176 0.006322 -0.010163 -0.027073 -0.018889 0.011886 -0.046436 0.016495 -0.074766 -0.009863 0.008495 0.017376 0.010643 0.038468 0.002899\nṭ 0.023689 0.000401 -0.041727 0.026326 0.011096 0.031504 0.00792 -0.007515 -0.012675 -0.021155 0.032444 0.009709 -0.008875 -0.015559 0.022329 -0.00878 0.008206 -0.014961 -0.004598 -0.025903 -0.006223 0.006202 -0.001031 0.016104 0.008974 0.012693 -0.014862 -0.010621 -0.014963 -0.018462 0.021436 -0.027116 -0.017837 -0.032799 0.015189 0.012633 -0.036865 0.031073 0.003193 0.014418 -0.022545 0.007398 -0.005384 0.001492 -0.022766 -0.022757 0.029207 0.00011 0.001498 0.01371 0.016166 0.034174 0.02863 -0.027537 0.033459 0.01118 -0.003117 0.019911 -0.011087 0.020736 -0.022464 -0.030641 -0.006114 -0.019403 0.007937 0.022125 0.029659 -0.015171 0.024387 0.016455 -0.039565 -0.00677 0.020536 0.017677 -0.040603 0.005863 -0.030071 0.023351 -0.018898 -0.016633 0.005623 -0.004354 0.000302 0.02123 -0.017566 -0.041067 0.003626 0.001201 -0.013502 -0.004838 -0.002776 0.02122 0.000919 -0.007503 0.009336 -0.005423 -0.003785 -0.031051 -0.000946 -0.000286 -0.016631 0.001194 -0.006732 -0.024836 0.01056 -0.006104 -0.012288 0.009732 0.029037 -0.006778 0.038604 0.019949 0.02283 -0.017081 0.012113 0.006871 -0.007365 0.001255 -0.009072 -0.037568 0.016893 -0.007461 0.03621 0.022215 0.020918 0.007552 -0.00569 -0.013576 -0.005152 -0.016599 -0.010031 -0.00207 -0.017188 0.022685 -0.012114 0.013208 -0.017478 0.006316 0.004173 0.038474 -0.007592 -0.007419 0.012311 0.026914 -0.03331 -0.043145 0.039236 0.005719 0.00355 -0.037767 -0.005919 0.008529 0.024368 0.022159 -0.007509 0.003632 0.001572 -0.024532 0.010355 -0.015299 -0.010959 0.015189 0.016668 0.016304 -0.017649 -0.012401 0.016674 -0.019914 0.018945 0.016727 -0.030691 -0.020124 -0.007394 0.029476 -0.015483 -0.022488 -0.000565 -0.008155 -0.028373 -0.015456 0.029735 -0.011411 -0.001374 -0.005244 -0.004591 -0.007325 -0.002727 0.015727 -0.055104 -0.00327 0.012951 0.029869 -0.03328 -0.034202 0.004753 0.035072 -0.017417 0.010152 0.011089 0.003763 -0.031718 -0.028089 0.011976 0.026568 0.01765 0.009649 0.007977 -0.011081 -0.002997 0.029975 -0.020172 -0.008076 -0.002445 0.015488 -0.001945 0.052847 -7.4e-05 -0.019243 0.001001 0.003008 -0.00678 0.011045 -0.00747 0.002813 -0.018519 -0.003761 0.00263 0.012276 -0.00622 -0.023639 -0.006181 -0.000303 -0.004923 -0.023661 -0.025276 0.000369 -0.015192 -0.030665 0.017289 0.024691 0.007647 0.027064 -0.016034 0.009347 0.008938 -0.002405 0.035134 -0.002487 0.028191 0.040913 0.020487 0.005675 -0.001373 -0.031225 -0.033784 -0.014479 -0.004015 0.017072 -0.022028 -0.013544 -0.000512 -0.008811 0.02451 -0.021901 -0.022115 -0.018072 -0.025608 -0.018015 0.001553 -0.002835 0.010193 -0.005448 0.009295 0.003077 0.004514 0.001392 -0.000929 0.013208 0.033562 -0.036096 -0.005192 -0.020582 0.007787 0.012043 -0.022309 -0.000239 0.00833 9.4e-05 -0.021887 -0.016468 0.001692 -0.032679 0.007137 -0.054662 -0.009493 0.002365 0.010845 0.013843 0.015265 -0.000167\nት 0.021804 -0.017023 -0.032086 0.007666 0.003192 0.018777 -0.006905 -0.009264 -0.040343 -0.026132 -0.000889 0.004215 -0.008153 -0.020749 0.020757 0.010499 0.01171 0.000279 -0.013423 -0.026054 -0.012178 0.002467 -0.008789 0.011552 0.020068 0.017908 -0.000741 -0.023042 -0.001884 -0.00711 0.017369 -0.00351 -0.021944 -0.018733 0.011618 0.003129 -0.016715 0.014742 -0.001284 -0.006058 -0.010569 -0.001772 0.008871 0.015797 -0.025995 0.010204 0.000362 -0.001366 -0.009317 0.028748 0.023525 0.020112 -0.012972 -0.035634 0.029871 0.004905 0.025593 0.011912 -0.012797 0.00272 -0.003762 -0.022305 0.002024 -0.01112 0.008905 0.027053 0.014503 -0.005353 0.027679 0.020457 -0.018048 0.002742 0.016674 0.013644 -0.015142 0.002943 -0.008954 0.011983 -0.008356 -0.010695 0.007745 -0.001438 -0.015239 0.005106 -0.030414 -0.017854 0.0124 -0.017938 0.000165 -0.000959 -0.000479 0.032341 -0.021013 0.005785 0.026551 -0.027215 0.005199 -0.038726 -0.003364 0.016481 -0.030249 0.008636 -0.00739 -0.019967 0.003653 0.010033 -0.022655 0.027023 0.013599 -0.017357 0.035732 0.01404 0.029858 -0.003513 -0.02041 0.010548 -0.01379 0.015702 0.004049 -0.027746 0.027861 0.021603 0.023306 -0.00733 0.025542 0.008985 0.032582 0.011446 0.005421 -0.004298 0.006713 -0.008799 0.032046 0.024153 0.000415 0.001393 0.004126 0.001076 0.018526 0.036991 -0.023092 -0.00655 0.016231 -0.001195 -0.017004 -0.034125 0.012985 0.009222 0.022382 -0.027117 0.007071 0.002189 0.022424 0.00197 -0.002975 -0.009667 0.009995 -0.029607 -0.023652 -0.004463 -0.005627 0.018859 -0.000841 0.015385 -0.003668 -0.004458 0.003702 -0.012301 0.025579 -0.016164 -0.017815 -0.026033 0.008361 0.022297 -0.01492 0.00394 -0.00198 4e-06 -0.024767 -0.014675 0.00321 -0.03269 0.018584 0.002474 -0.027718 -0.014194 -0.004492 0.002158 -0.033057 0.014225 0.006002 0.012135 -0.019707 0.003555 -0.031308 0.039867 -0.013266 0.019036 0.013324 -0.005974 -0.01217 -0.004687 0.009288 0.042613 -0.000737 0.001533 0.007519 -0.015508 -0.005492 0.018635 -0.035333 -0.012645 0.005874 0.017053 0.006854 0.064981 -0.005185 -0.017852 -0.017907 -0.008051 0.003874 0.000908 -0.012133 0.022339 -0.006138 0.011032 0.030391 -0.023578 0.014689 -0.021071 0.008103 -0.000895 -0.003749 -0.01203 -0.035264 -0.00276 -0.035521 -0.04148 0.004139 0.02227 0.000378 0.004757 -0.023059 0.010973 0.011758 0.016757 -0.003299 0.002088 -0.007672 0.026992 0.003847 -0.008201 -0.009678 -0.005832 -0.013445 -0.025466 -0.02234 0.009751 -0.023198 -0.030839 -0.007348 -0.007891 -0.002569 -0.047269 -0.020526 -0.00461 0.001091 -0.022748 -0.007213 -0.008082 0.020546 0.014095 0.007747 -0.003875 -0.002938 0.007294 0.001939 0.029538 0.041784 -0.039205 0.02568 0.020298 -0.000802 0.035406 -0.027925 -0.017359 0.017268 0.01684 -0.008473 -0.008439 -0.000199 -0.017677 -0.005053 -0.018106 -0.006684 -0.00845 -0.006626 0.009735 0.012939 -0.004409\nջ 0.034582 -0.006085 -0.038733 0.013491 0.005518 0.024408 -0.013825 -0.007485 0.001481 -0.036855 0.030508 0.009207 -0.016942 -0.02899 0.023056 -0.010563 0.017249 -0.011287 -0.006064 -0.043909 -0.025281 -0.001629 0.013039 0.007254 -0.010103 0.015327 -0.015718 -0.021015 -0.026621 -0.024559 0.013794 -0.038114 0.004154 -0.040424 0.013829 0.010386 -0.043765 0.035585 0.004736 0.016485 -0.029205 0.004487 0.005985 0.007765 -0.036493 -0.025801 0.029384 -0.01403 -0.00809 0.008395 -0.001279 0.034223 0.026536 -0.024025 0.03578 -0.000375 -0.001303 0.018741 -0.023469 0.016594 -0.039349 -0.010942 -0.016866 -0.019151 0.017819 0.01774 0.022194 -0.006115 0.03731 0.015168 -0.047365 -0.008539 0.014544 0.021031 -0.051242 0.002365 -0.027294 0.001934 -0.049325 -0.010781 0.013014 -0.001572 -0.015464 -0.007475 -0.019212 -0.034317 0.010723 0.012522 -0.022965 -0.008745 -0.017527 0.021841 0.017121 -0.009907 0.008079 -0.012805 -0.006114 -0.024131 0.005818 -0.018847 -0.021534 0.012709 -0.004314 -0.024022 0.021204 -0.005751 -0.011049 0.019173 0.040132 -0.020161 0.037547 0.013254 0.00645 -0.014908 0.007016 -0.004407 0.008929 -0.009026 -0.0199 -0.033447 0.0277 0.002422 0.010458 0.023503 0.028013 0.011193 -0.003865 -0.014652 -0.004188 -0.029036 -0.010204 0.001389 -0.001386 0.033779 -0.036729 0.002347 -0.016876 0.004088 0.01496 0.050325 0.005203 -9.9e-05 -0.014102 0.015854 -0.020826 -0.048236 0.05415 0.005757 0.004212 -0.030023 0.005167 0.001116 0.023504 0.002485 0.001252 0.004606 0.008476 -0.006796 0.002037 -0.020861 -0.019807 0.016544 -0.000488 0.019304 -0.016208 -0.011422 9.8e-05 -0.035651 0.011689 0.013641 -0.019989 -0.024806 0.001286 0.034238 -0.009939 -0.030259 -0.006461 -0.023121 -0.044183 -0.000968 0.031674 -0.020032 0.005216 -0.01411 -0.017422 -0.017732 0.004739 0.027232 -0.056419 -0.004578 0.018074 0.015675 -0.029607 -0.014153 0.008021 0.045175 -0.003754 0.02124 -0.000687 -0.005012 -0.016871 -0.019252 0.013058 0.021054 -0.000688 0.006588 0.008514 -0.005181 -0.003954 0.042107 -0.024269 0.002482 -0.016811 0.015771 -0.002357 0.072046 0.006347 -0.01598 0.013298 -0.004831 -0.006519 0.008085 -0.002526 0.006745 -0.021199 -0.020777 -0.005103 0.024426 0.004201 -0.008255 -0.011727 -0.0048 0.004103 0.00651 -0.034371 -0.026661 -0.00785 -0.030031 0.020442 0.023302 0.005619 0.006713 -0.01915 0.014407 0.005468 -0.009336 0.028838 -0.000137 0.055995 0.032069 0.032068 0.006932 0.004953 -0.022056 -0.029611 -0.025058 -0.014669 0.018435 -0.034534 -0.001769 0.01087 -0.003322 0.030888 -0.022778 -0.036596 -0.006625 -0.029114 -0.033527 0.007626 -0.005561 0.019594 -0.002227 0.011377 -0.018646 0.015121 0.01017 -0.010857 0.005973 0.044321 -0.053887 -0.010175 -0.020555 0.016127 0.015873 -0.016761 -0.002716 0.014834 -0.014475 -0.013983 -0.009651 0.000813 -0.032502 0.002999 -0.056066 -0.01584 0.00945 0.033248 0.015351 0.015256 0.001376\nٽ 0.040814 0.010109 -0.077855 0.015914 -0.024241 0.043516 0.003197 -0.029458 -0.020215 -0.043871 0.039655 0.012325 -0.031563 -0.027264 0.03152 -0.005331 0.017316 -0.025477 -0.034192 -0.063709 -0.009746 0.029706 0.011195 0.027584 -0.008009 0.004398 -0.008333 0.000407 -0.013902 -0.037867 0.015648 -0.043695 -0.007205 -0.035443 0.012164 0.035717 -0.038554 0.041732 -0.008208 0.02322 -0.039893 0.019569 0.009334 -0.00824 -0.032286 -0.016167 0.043343 -0.003464 0.012141 0.0067 0.001521 0.036873 0.046363 -0.016355 0.053258 -0.010292 0.011233 0.024675 -0.028098 0.016651 -0.030961 -0.026227 -0.007766 -0.008423 0.021779 0.021364 0.051623 -0.016853 0.03375 0.026997 -0.084045 -0.016285 0.044624 0.028067 -0.043194 0.011218 -0.023835 0.032195 -0.024184 -0.023945 -0.013038 -0.014438 0.019042 -0.002844 -0.024446 -0.051864 -0.000294 -0.036394 -0.000548 -0.022644 -0.003034 0.029143 0.016046 0.005319 0.021142 -0.013182 -0.000313 -0.060401 -0.005144 -0.013147 -0.030047 0.006122 -0.004669 -0.043901 0.015351 -0.007246 -0.023735 -0.006912 0.017967 -0.006955 0.048764 0.032934 0.02593 -0.036907 0.004907 -0.01075 -0.008854 0.008495 -0.014708 -0.03277 0.038277 -0.000888 0.030187 0.013209 0.030747 0.030583 -0.026319 0.002362 0.000746 -0.012328 0.005923 -0.00461 -0.00933 0.040872 -0.023456 0.022533 -0.061537 0.006 0.016924 0.034588 0.000245 -0.035411 0.011283 0.01531 -0.005278 -0.064528 0.062821 0.040941 0.01905 -0.036613 0.012707 0.009921 0.028114 0.034241 0.011917 0.010775 0.000638 -0.030006 0.006537 -0.013126 -0.021648 0.010256 0.030761 0.011536 0.008407 -0.015555 -0.002138 -0.022567 0.023066 0.022226 -0.056884 -0.030732 -0.012135 0.031203 -0.023882 -0.022863 -0.027995 -0.007536 -0.049283 -0.006086 0.049118 -0.014217 0.00974 -0.031901 0.001365 -0.016842 -0.008208 0.025722 -0.058398 0.003202 0.010952 0.019885 -0.030955 -0.037335 -0.007596 0.023052 -0.02644 0.022474 0.00468 0.000525 -0.049298 -0.018654 0.025854 0.022319 0.043604 0.026552 -0.006961 -0.017549 -0.007858 0.042602 -0.010655 -0.00246 -0.015436 0.01118 -0.024232 0.073461 0.029198 -0.032028 0.011086 -0.01339 0.009642 0.020722 -0.021307 -0.016777 -0.028295 -0.010688 -0.009165 0.020874 -0.015318 -0.032453 -0.012824 0.010557 -0.001534 -0.007922 -0.042561 -0.009151 -0.011597 -0.056345 0.032008 0.012778 -0.007955 0.020718 -0.03587 0.013126 0.005226 0.011949 0.020325 -0.009145 0.044354 0.067802 0.015308 0.012179 0.001235 -0.046261 -0.02222 -0.02977 0.003749 0.040106 -0.044291 -0.009852 -0.00322 -0.028997 0.029662 -0.036206 -0.035519 -0.037581 -0.041308 -0.026183 0.003813 0.019121 0.007225 0.018812 0.005865 0.016813 0.00815 -0.03951 -0.007781 0.021659 0.047333 -0.04632 0.008007 -0.022003 0.005277 0.008603 0.003543 -0.018148 0.034432 0.002224 -0.00632 -0.024179 0.003643 -0.043178 0.012531 -0.071305 -0.01053 0.010125 0.000368 0.012756 0.020063 0.0127\nþ 0.034357 0.001198 -0.047675 0.014373 0.01066 0.037917 0.003894 -0.005211 -0.023199 -0.01939 0.032302 0.009617 -0.007527 -0.028349 0.020851 -0.000692 0.010575 -0.023914 -0.003862 -0.033313 -0.012132 0.002837 0.004507 0.011427 0.005259 0.016677 -0.001606 -0.00468 -0.005853 -0.014687 0.021312 -0.033136 -0.021653 -0.037583 0.010534 0.00649 -0.04136 0.035021 0.011285 0.010774 -0.022537 0.001742 -0.000904 0.006976 -0.023102 -0.020359 0.031793 0.00465 0.002161 0.017349 0.013376 0.04319 0.031235 -0.023639 0.039058 0.001371 -0.000214 0.021855 -0.01612 0.022235 -0.024358 -0.024835 -0.011786 -0.011512 0.013672 0.01863 0.033896 -0.014651 0.027987 0.006368 -0.037563 -0.002792 0.021875 0.018165 -0.040194 0.007203 -0.02844 0.016161 -0.023538 -0.013942 0.01232 -0.001223 -0.002024 0.018447 -0.014817 -0.051304 -0.002118 -0.002708 -0.011204 0.008113 -0.008537 0.035102 0.001798 -0.010697 0.00956 -0.007351 0.00258 -0.032332 -0.006609 -0.003018 -0.01847 -0.00724 -0.00273 -0.027204 0.012015 -0.006856 -0.012454 0.013023 0.028059 -0.007283 0.032436 0.021746 0.020187 -0.008643 0.015826 0.007382 -0.008188 -0.002799 -0.013409 -0.034858 0.020475 0.000275 0.036126 0.024471 0.029579 0.006709 -0.004099 -0.01337 -0.000628 -0.006932 -0.01657 -0.002771 -0.01551 0.029821 -0.020659 0.013562 -0.023056 0.001895 -0.001161 0.039659 -0.00602 -0.001682 0.019421 0.023138 -0.028374 -0.038157 0.041439 0.00208 0.002007 -0.037763 0.004937 0.006729 0.025955 0.026601 -0.002993 -0.009358 -0.003967 -0.024667 0.007192 -0.01907 -0.015135 0.01231 0.019354 0.01306 -0.009526 -0.010551 0.022223 -0.020587 0.021492 0.019122 -0.023527 -0.016277 -0.011295 0.035137 -0.014593 -0.022576 -0.013152 -0.006036 -0.028738 -0.019335 0.028817 -0.009415 0.00631 -0.009646 -0.008258 -0.016079 0.004131 0.011032 -0.056604 -0.000869 0.011052 0.031235 -0.031744 -0.034965 -0.001196 0.035541 -0.01862 0.017956 -0.000897 -0.000238 -0.033032 -0.032547 0.015364 0.023734 0.011642 0.013273 0.012089 -0.013149 -0.002533 0.030998 -0.019655 -0.00524 -0.01102 0.015272 -0.00695 0.070314 0.002872 -0.019279 0.001199 0.004535 -0.001658 0.007605 -0.015587 0.005061 -0.022564 -0.003231 0.005743 0.012165 -0.010247 -0.022478 -0.005886 0.000784 -0.002712 -0.018842 -0.026801 -0.002006 -0.012988 -0.030703 0.022361 0.025297 0.00623 0.014715 -0.012706 0.005333 0.003612 -0.006929 0.040157 5.5e-05 0.031498 0.045012 0.021361 0.009821 0.001835 -0.041059 -0.029957 -0.021893 -0.009025 0.012183 -0.028208 -0.013774 0.005225 -0.003532 0.019408 -0.017119 -0.030425 -0.013348 -0.021494 -0.014501 0.006693 0.000635 0.019659 3.6e-05 0.002143 -0.004852 0.00716 0.002564 0.006811 0.02276 0.038675 -0.039055 -7.1e-05 -0.017129 0.007573 0.011953 -0.016658 -0.000259 0.006962 -0.006789 -0.011518 -0.017442 0.009259 -0.032383 0.007497 -0.057279 -0.010571 0.004664 0.003789 0.018699 0.022497 0.005233\nለ 0.031507 0.00144 -0.056144 0.02311 0.016029 0.045739 0.008357 0.010239 -0.027661 -0.033976 0.038354 0.019612 -0.005297 -0.029056 0.046081 -0.010356 0.001818 -0.030233 -0.021997 -0.044638 -0.017215 0.009074 0.008015 -0.01124 0.003789 0.035542 -0.01976 -0.011282 -0.017141 -0.036672 0.026984 -0.036563 -0.034291 -0.047053 0.018577 0.014071 -0.050611 0.050619 0.01363 0.032308 -0.027912 0.011741 0.004979 0.009963 -0.036431 -0.032827 0.039043 -0.008772 -0.018267 0.028738 0.004389 0.07554 0.030141 -0.037728 0.052046 0.005452 -0.019297 0.030239 -0.018884 0.035526 -0.039891 -0.028413 -0.019947 -0.012946 0.023687 0.024773 0.046171 -0.010963 0.049687 0.020464 -0.054347 0.00729 0.020541 0.008236 -0.048748 0.010178 -0.038725 0.015967 -0.050503 -0.008531 0.009058 -0.004618 -0.006848 0.019845 -0.015086 -0.063924 0.003483 0.003088 -0.02221 -0.01049 -0.020624 0.01992 0.012806 -0.01454 0.015232 -0.005024 -0.011068 -0.055941 0.00515 -0.006097 -0.016143 0.020825 0.003003 -0.046269 0.013369 -0.002274 -0.013229 0.004757 0.038834 -0.014285 0.040948 0.026305 0.019738 -0.015864 0.012854 0.00677 -0.007213 0.001498 -0.013472 -0.049863 0.022134 -0.006463 0.05094 0.02842 0.033313 0.024314 -0.02639 -0.01947 -0.020019 -0.019215 -0.027254 -0.000595 -0.027614 0.02736 -0.018995 0.016689 -0.022482 0.009148 0.01672 0.055936 -0.003995 -0.010292 0.007654 0.028931 -0.040559 -0.056764 0.05498 -0.009663 -0.003345 -0.043475 0.016875 0.021825 0.03403 0.042476 -0.009434 0.007967 0.006134 -0.015268 0.036328 -0.032107 -0.013938 0.028371 0.021031 0.004923 -0.011235 -0.022732 0.002444 -0.021719 0.026119 0.035711 -0.029067 -0.024926 -0.002389 0.060447 -0.025776 -0.028546 -0.013103 -0.007637 -0.045451 -0.017721 0.044134 -0.00954 0.006728 -0.020282 -0.00567 -0.035381 0.018469 0.022754 -0.075444 -0.001374 0.010037 0.028862 -0.029269 -0.047891 0.000471 0.046539 -0.039819 0.013969 0.003004 -0.012565 -0.039302 -0.042315 0.022051 0.028118 0.011736 0.01371 0.023469 -0.003157 -0.022668 0.055933 -0.037245 -0.010085 -0.003901 0.018133 -0.003954 0.081936 0.006188 -0.021876 0.003169 3.1e-05 -0.02424 -0.000889 0.009651 0.005096 -0.025652 -0.008824 0.001854 0.019449 -0.024255 -0.027738 0.000749 0.005951 -0.011112 -0.015804 -0.055484 -0.014902 -0.021801 -0.028136 0.036895 0.02517 -0.003503 0.029669 -0.024462 0.028891 0.016673 -0.006972 0.04407 -0.010796 0.041313 0.055433 0.038423 0.014522 0.004263 -0.034727 -0.032303 -0.020015 -4.2e-05 0.0292 -0.031597 -0.011027 0.002778 -0.024001 0.036856 -0.032548 -0.046707 -0.025018 -0.043786 -0.022932 0.013847 -0.008444 0.028145 -0.012386 0.011007 -0.006744 0.01459 0.016049 -0.000544 0.026849 0.060634 -0.068569 -0.01041 -0.030349 0.024567 0.002082 -0.023785 0.004042 0.025113 -0.018946 -0.011419 -0.01292 0.011865 -0.041849 0.030259 -0.079682 -0.016988 0.011342 0.019118 0.028438 0.034046 0.007893\nޑ 0.025776 0.00236 -0.014447 0.021836 0.003792 0.011017 0.002833 0.000444 -0.021183 -0.01396 0.015038 -0.001042 -0.017008 -0.023707 0.025085 0.001701 0.012837 -0.020172 -0.013147 -0.02336 -0.010697 0.002997 -0.000877 0.012647 -0.016203 0.005946 0.013961 -0.009496 -0.008933 -0.020412 0.016968 -0.023153 -0.012143 -0.02275 0.014302 0.008057 -0.016967 0.019765 -0.000574 0.017473 -0.015647 0.015097 0.005646 -0.004891 -0.013342 -0.002002 0.010186 -2.2e-05 0.001581 0.003069 0.001223 0.031848 0.019746 -0.013742 0.038881 0.011342 -0.016322 0.010897 -0.012148 0.004866 0.007585 -0.026813 -0.014339 -0.006426 0.009462 0.011512 0.032088 -0.01632 0.015749 0.019947 -0.0211 -0.007942 0.023077 -0.005711 -0.035338 0.003773 -0.007828 0.02705 -0.030818 -0.010902 0.001502 0.010151 0.003989 0.014015 -0.002488 -0.038361 -0.000439 -0.025911 -0.003388 -0.012872 -0.013999 0.026159 0.02276 -0.012847 0.015771 -0.013481 -0.020562 -0.01511 -0.014514 0.002445 -0.022947 -0.013868 -0.011222 0.003752 0.00501 -0.020982 -0.018433 0.007114 0.008346 0.002761 0.046062 0.025094 -0.0043 0.006728 -0.004382 0.012301 -0.002784 -0.00751 0.016687 -0.029786 0.004028 -0.009974 0.042544 0.028153 0.023246 0.022302 -0.002365 -0.01816 -0.008841 0.006094 -0.008548 0.007803 -0.008601 0.023437 -0.013981 0.000824 -0.015185 0.003569 0.002054 0.030283 0.007055 -0.008299 0.022896 0.016789 -0.016761 -0.030177 0.036047 0.000921 -0.006469 -0.039061 0.016293 -0.014062 0.020384 0.001942 -0.007205 0.009113 0.007579 -0.011807 0.002539 -0.016216 -0.052354 -0.002595 0.004346 0.010144 -0.014644 0.013859 0.017344 -0.033468 -0.00363 0.011452 -0.016563 -0.015761 -0.014887 0.004642 -0.020594 -0.019778 -0.00851 -0.021475 -0.010564 -0.010217 0.020284 -0.005446 -0.009876 -0.012956 -0.004696 -0.010282 0.00178 0.013578 -0.03103 -0.003579 0.013697 0.01221 -0.049949 -0.007119 0.012343 0.030765 -0.008896 0.014747 0.007315 0.00051 -0.021886 -0.019627 0.016375 0.01592 0.012265 0.012752 -0.009492 -0.010399 -0.012151 0.021732 -0.023126 0.012984 -0.016206 -0.011395 0.014312 0.039998 0.004983 -0.019439 0.00857 0.016528 0.012318 0.003772 -0.009781 0.013422 -0.005856 -0.002981 0.018414 0.012363 -0.00193 -0.005023 0.017131 0.001477 -0.000367 -0.008506 -0.030357 0.003261 0.001267 -0.024807 0.028721 -0.00242 0.003562 0.011599 -0.008494 0.002352 -0.004566 0.003397 0.008876 -0.005535 0.020524 0.032937 0.013053 -0.000567 -0.009348 -0.014829 -0.014017 -0.005048 -0.009728 0.010002 -0.027958 -0.020406 0.015118 -0.036906 0.018397 -0.008599 -0.033522 -0.022779 -0.019011 -0.005091 -0.005732 0.011351 0.025462 -0.002972 0.015219 -0.019505 0.023562 -0.00179 -0.006872 -0.004376 0.023196 -0.041487 0.001327 -0.007473 0.018845 0.006308 -0.024455 -0.021029 0.02397 -0.00382 -0.024458 0.005117 0.012135 -0.013279 0.009803 -0.056834 0.013116 0.010655 0.003205 0.004645 0.018265 0.012211\nྡ 0.047077 0.002508 -0.060697 0.038139 0.014013 0.049264 0.010624 -0.012372 -0.020915 -0.033667 0.038761 0.012074 -0.010269 -0.033808 0.031088 -0.010474 0.009142 -0.023062 -0.008654 -0.043218 -0.017674 -0.001026 0.014719 0.006567 0.006928 0.016629 -0.007262 -0.027105 -0.026812 -0.0375 0.025903 -0.052254 -0.030317 -0.06351 0.017583 0.019389 -0.045931 0.040089 0.016397 0.028309 -0.033662 0.010826 -0.003798 -0.013651 -0.027846 -0.030834 0.03985 0.004912 0.002348 0.012905 0.026687 0.075498 0.029625 -0.030464 0.041137 0.011661 0.006165 0.01891 -0.009972 0.026491 -0.039446 -0.033592 -0.014644 -0.027083 0.020322 0.027827 0.057678 -0.018868 0.041621 0.013084 -0.062328 -0.006926 0.025585 0.01582 -0.055226 0.009283 -0.039824 0.033733 -0.029533 -0.015009 0.020219 0.005331 0.007541 0.014328 -0.036444 -0.076886 0.00291 0.007267 -0.022841 0.000722 -0.007776 0.0276 0.004458 -0.018174 0.019999 -0.005535 0.012729 -0.031276 0.006474 -0.000348 -0.009051 0.004088 0.001789 -0.049742 0.013257 -0.00344 -0.021149 0.014583 0.050473 -0.010567 0.044018 0.004627 0.02987 -0.020287 0.015453 -0.000576 -0.014103 0.001684 -0.017088 -0.053441 0.036779 0.001107 0.051683 0.024436 0.037072 0.005718 -0.016897 -0.01911 -0.017237 -0.022229 -0.024074 -0.008136 -0.015386 0.033367 -0.031091 0.019836 -0.033306 0.00588 0.012581 0.059664 -0.002405 -0.023804 0.02613 0.045282 -0.051826 -0.046765 0.051808 -7.9e-05 0.013715 -0.050226 0.004062 0.018902 0.045241 0.033834 0.001872 0.011485 -0.009795 -0.041167 0.033748 -0.019867 -0.015556 0.021568 0.036272 0.028481 -0.025669 -0.023809 0.01132 -0.018883 0.02111 0.031168 -0.026114 -0.03823 -0.007093 0.04105 -0.014753 -0.042844 -0.015363 -0.017708 -0.061416 -0.012699 0.038943 -0.022957 0.006466 -0.001109 -0.011224 -0.019236 0.01815 0.026359 -0.085625 0.008259 0.003771 0.051958 -0.036014 -0.055911 0.006496 0.056313 -0.032431 0.006636 -0.002476 -0.00476 -0.046151 -0.031069 0.008399 0.032238 0.019622 0.021986 0.015079 -0.008383 -0.015427 0.047563 -0.033677 -0.005634 -0.006726 0.025756 -0.01631 0.087506 0.001724 -0.02178 -0.007936 0.000881 -0.012589 0.018534 0.000327 0.002824 -0.033097 0.016147 -0.014823 0.033161 -0.020872 -0.037578 0.001112 0.00642 -0.005284 -0.024964 -0.049254 -0.013216 -0.025941 -0.02972 0.037534 0.031287 0.012007 0.035559 -0.011973 0.00258 0.016266 -0.019188 0.05761 -0.005437 0.049757 0.057853 0.040774 0.000567 -0.003345 -0.047052 -0.029385 -0.028102 0.008014 0.027021 -0.030917 0.00231 0.006258 -0.019169 0.035387 -0.040978 -0.038054 -0.013936 -0.042848 -0.031171 0.008164 -0.006624 0.020707 -0.002957 0.004447 0.004801 -0.001084 0.009345 -0.015059 0.02744 0.048046 -0.059731 -0.006079 -0.023657 0.008154 0.015994 -0.026639 -0.012108 0.002356 -0.005469 -0.025913 -0.019058 0.005795 -0.048597 0.015042 -0.088772 -0.030477 -0.002252 0.016982 0.012299 0.034905 0.00253\nภ 0.030592 0.002309 -0.04422 0.021112 0.011939 0.033237 0.006806 0.000314 -0.025763 -0.029212 0.024055 0.002777 -0.00247 -0.017737 0.031688 -0.003765 0.006737 -0.021865 -0.01142 -0.035815 -0.019732 0.00515 0.007364 0.010608 0.002845 0.013767 -0.015335 -0.002525 -0.013706 -0.026979 0.01872 -0.029051 -0.014945 -0.029991 -0.001158 0.016499 -0.033525 0.033902 0.008072 0.016309 -0.035149 0.010595 -0.000238 -0.005756 -0.022723 -0.026357 0.031041 0.002604 -0.001021 0.012185 0.004544 0.044599 0.029697 -0.026743 0.03503 0.006188 -0.003664 0.025062 -0.015006 0.025261 -0.022537 -0.029701 -2.5e-05 -0.011672 0.01146 0.016303 0.031141 -0.011055 0.042614 0.013909 -0.045329 -0.010453 0.02389 0.010637 -0.053451 0.011794 -0.02776 0.024022 -0.0283 -0.013099 0.013572 -0.007265 0.000805 0.010763 -0.016354 -0.044147 -0.004887 -0.001238 -0.019069 0.000652 -0.002037 0.023646 0.014675 -0.01178 0.014501 -0.005852 0.000886 -0.037941 0.002388 -0.001805 -0.019523 0.003633 0.002344 -0.025745 0.01447 -0.000523 -0.011131 0.008085 0.029179 -0.005648 0.04199 0.018851 0.024062 -0.015249 0.012032 -0.0021 -0.003179 0.002701 -0.007848 -0.037487 0.018042 0.001307 0.035626 0.020031 0.035281 0.007628 -0.018132 -0.012768 -0.004273 -0.012863 -0.013617 -0.006293 -0.011854 0.028376 -0.020878 0.013646 -0.03004 -0.001389 0.009758 0.042144 -2.4e-05 -0.008132 0.007912 0.024001 -0.035335 -0.044479 0.049907 0.00412 0.002265 -0.037083 0.001586 0.008365 0.032272 0.026762 0.003109 0.007156 0.004323 -0.024418 0.013301 -0.025195 -0.009507 0.014918 0.026361 0.010626 -0.012009 -0.011064 0.020074 -0.014381 0.020685 0.016508 -0.02189 -0.018179 -0.012111 0.022787 -0.018242 -0.021445 -0.00393 -0.003614 -0.041197 -0.016527 0.032673 -0.012776 0.009568 -0.012566 -0.004948 -0.011331 0.005879 0.020082 -0.049209 0.002576 0.010475 0.029842 -0.030885 -0.035997 0.005987 0.037547 -0.018043 0.010329 0.001958 -0.000363 -0.033447 -0.02789 0.011591 0.027442 0.02017 0.018987 0.008973 -0.001998 -0.002449 0.037081 -0.019809 0.00067 -0.005593 0.017615 0.00035 0.054397 0.003873 -0.018922 0.006487 0.000562 0.001259 0.010442 0.003414 0.004415 -0.023239 -0.002056 -0.00299 0.013829 -0.005679 -0.021591 -0.008543 -0.001179 -0.000162 -0.018835 -0.031851 -0.003826 -0.01371 -0.03259 0.023555 0.027228 0.008961 0.027362 -0.028875 0.014385 0.001743 -0.003868 0.032552 -0.00466 0.035807 0.052262 0.020955 0.007233 -0.005774 -0.038309 -0.031863 -0.01585 -0.001736 0.025993 -0.02687 -0.015503 0.009544 -0.016355 0.029432 -0.021475 -0.02162 -0.022564 -0.029705 -0.011169 0.009526 0.000514 0.02079 -0.000455 0.015568 0.001725 0.012508 -0.000687 0.001743 0.015222 0.040592 -0.044622 0.001353 -0.007671 0.011705 0.014741 -0.018442 -0.005904 0.021656 -0.00507 -0.02091 -0.01584 0.008091 -0.035249 0.011685 -0.063181 -0.009499 0.011721 0.009686 0.015157 0.023011 0.000215\nણ 0.06926 0.002152 -0.070893 0.019081 0.018542 0.054457 0.001867 -0.003183 -0.041786 -0.054657 0.044091 0.021882 -0.025692 -0.034723 0.043802 -0.003542 0.00971 -0.018211 -0.010669 -0.059605 -0.006146 -0.007239 0.018486 0.006243 -0.003257 0.019055 -0.002874 -0.010629 -0.025597 -0.043928 0.023276 -0.043638 -0.035819 -0.03791 0.015943 0.004955 -0.020155 0.058072 -0.010429 0.034323 -0.043521 0.013526 -0.007813 0.005413 -0.045618 -0.031199 0.04791 -0.009935 -0.006209 0.018021 -0.004997 0.059197 0.052278 -0.027538 0.062373 0.001569 0.000195 0.029593 -0.013768 0.038676 -0.046338 -0.037596 -0.010228 -0.010642 0.009404 0.026484 0.076011 -0.012463 0.036818 0.024201 -0.075127 -0.011834 0.031273 0.023618 -0.054029 0.009359 -0.024204 0.004353 -0.041721 -0.014043 0.016517 -0.007153 0.010489 0.010667 -0.012836 -0.063352 0.007818 -0.008719 -0.015575 -0.001427 -0.008906 0.025918 0.029604 -0.002515 0.007449 -0.022435 -0.028744 -0.070055 -0.004597 -0.003825 -0.032191 0.006587 0.014852 -0.063138 0.009633 0.001254 -0.027668 0.00661 0.029783 -0.011689 0.064435 0.034416 0.025026 -0.029993 0.013547 -0.00219 -0.022425 0.013531 -0.014642 -0.04864 0.038044 0.011195 0.047729 0.033721 0.032629 0.015067 -0.02534 -0.00386 -0.010782 -0.022592 -0.01023 0.004652 0.004752 0.03461 -0.020172 0.026098 -0.034091 0.014366 0.006289 0.071816 -0.005843 -0.009036 0.033929 0.013647 -0.057071 -0.058581 0.086736 0.034746 0.009926 -0.047212 0.014051 0.002948 0.059782 0.026453 -0.017009 0.027894 0.000275 -0.029671 0.019804 -0.035396 -0.017361 0.018581 0.039366 0.036385 -0.022631 -0.033866 0.012161 -0.021119 0.046225 0.028773 -0.036195 -0.032464 -0.038671 0.047492 -0.036046 -0.039906 -0.019106 -0.014559 -0.041474 -0.019078 0.048295 -0.023114 0.003873 -0.015211 -0.013842 -0.00854 0.007541 0.022987 -0.045234 0.011586 0.017648 0.035696 -0.029643 -0.049862 -0.003522 0.067433 -0.029723 0.029165 -0.009497 -0.007298 -0.036342 -0.020412 0.009665 0.043294 0.026251 0.028768 0.003293 -0.024092 -0.018947 0.039275 -0.021752 0.003037 -0.00056 0.017308 -0.000115 0.065326 0.029815 -0.025707 0.016174 -0.003196 -0.012667 0.00364 -0.003022 0.012063 -0.030219 -0.01469 0.005321 0.026276 -0.012985 -0.022697 -0.000379 0.003374 0.004418 -0.001631 -0.048384 -0.009487 -0.009026 -0.043208 0.0289 0.026702 0.0044 0.015512 -0.038586 0.034023 -0.001855 -0.005205 0.044859 -0.004924 0.061054 0.080338 0.03048 0.027109 -0.019072 -0.041993 -0.042605 -0.021384 -0.004814 0.033687 -0.03225 -0.007926 0.011814 -0.031148 0.051185 -0.033029 -0.018384 -0.019975 -0.058999 -0.02134 0.027933 -0.011857 0.024859 0.01418 0.011501 -0.008419 0.02901 0.011388 -0.007859 0.031986 0.044624 -0.074582 -0.003654 -0.034654 0.00947 0.025728 -0.039164 -0.01732 0.03517 -0.015209 -0.018725 -0.017487 -0.002408 -0.040838 0.024787 -0.0875 -0.006831 0.015967 0.004267 0.005028 0.022652 0.012651\nথ 0.034198 0.005275 -0.029853 0.022241 0.020781 0.009264 -0.002305 0.012687 -0.00252 -0.017632 0.017071 0.001976 -0.007697 -0.029178 0.013052 0.014238 -0.000939 -0.025814 -0.00145 -0.037331 -0.024528 -0.007199 0.016389 -0.002574 0.018244 0.004742 -0.027127 -0.005898 -0.011229 -0.042286 -0.001039 -0.027888 -0.026937 -0.035113 0.014932 0.020937 -0.016198 0.040944 -0.00899 0.033234 -0.022671 0.0346 0.013189 -0.01981 -0.036855 0.013737 0.001568 0.017292 0.000787 -0.003224 -0.004563 0.043528 0.015068 -0.036137 0.020178 0.004346 -0.017534 0.00142 -0.00156 -0.003552 -0.035615 0.001348 -0.01972 -0.00922 -0.004746 0.033296 0.04656 -0.004506 0.026513 0.026344 -0.030439 0.016885 0.030589 0.026332 -0.008951 0.005658 -0.047384 0.020456 -0.065977 -0.001235 -0.015047 0.00354 -0.008481 -0.004355 -0.02401 -0.017055 0.015058 -0.009375 -0.034836 0.00768 -0.020264 0.013923 -0.004255 -0.015578 0.040304 0.000114 0.003539 -0.032569 -0.000655 0.024752 -0.021181 -0.009002 -0.001595 -0.025915 -0.003222 0.030954 -0.008166 -0.008888 0.038594 -0.010737 0.02966 0.039533 0.004898 -0.042025 0.033939 0.018228 0.019446 -0.019274 0.001549 -0.017235 0.015756 0.003703 0.026379 0.031568 0.032142 0.028258 -0.013128 -0.049878 -0.016173 -0.037762 -0.021068 -0.009995 -0.007633 0.033948 -0.02629 0.00557 -0.01376 0.001335 0.031872 0.047274 0.00682 -0.031023 -0.010843 0.014459 -0.054487 -0.063216 0.042572 0.009414 -0.013528 -0.043652 -0.01131 0.014112 0.034646 0.025702 0.01001 0.007335 0.012642 0.014465 0.006188 0.01472 -0.036809 0.016162 0.009507 0.004887 -0.022685 -0.011809 0.026383 -0.01488 -0.012376 0.033828 -0.028112 -0.01911 -0.011075 0.008514 -0.02464 -0.029267 -0.001851 -0.002989 -0.045014 -0.012897 0.005407 -0.043592 0.006691 -0.002195 -0.006918 -0.012896 0.021685 0.020343 -0.01933 0.039726 0.015247 0.003188 -0.02622 -0.033485 0.011815 0.034111 -0.01157 0.009024 0.016264 -0.00141 -0.021876 -0.005921 0.004527 0.039643 -0.019506 0.011474 0.012168 -0.000796 -0.002809 0.044335 -0.029629 0.009974 -0.028434 0.004519 -0.001532 0.082398 0.001489 -0.019848 0.020308 -0.00478 -0.025576 0.012396 0.000662 0.026325 -0.001242 0.0083 0.00447 0.005046 -0.00278 -0.019385 0.019814 -0.017285 -0.00454 -0.014463 -0.04792 -0.000677 -0.033497 -0.033467 0.030324 -0.015095 0.005188 0.018496 -0.01506 0.003101 0.001845 0.002835 0.016483 -0.000199 0.007689 0.038302 0.009935 -0.012541 0.000802 -0.020434 -0.040293 -0.028727 -0.012907 0.013134 -0.008798 0.0189 0.005829 -0.011043 0.027941 -0.042878 -0.034385 0.007322 -0.021193 -0.007207 0.014332 -0.007819 0.018415 0.009992 0.013224 0.009931 0.023139 0.020085 -0.010793 0.011165 0.056662 -0.04377 -0.010656 -0.022162 -0.008642 0.020598 0.01236 -0.008799 0.011935 -0.018759 -0.029029 -0.006026 0.025498 -0.034123 0.021011 -0.045566 0.002579 0.009112 -0.007777 0.035106 0.025664 -0.002966\nҧ 0.044254 -0.002308 -0.03993 0.020481 -0.004083 0.035389 0.005014 -0.002761 -0.021447 -0.016475 0.026289 0.010253 -0.001131 -0.039041 0.030004 -0.020543 0.004821 -0.015092 -0.007445 -0.052471 -0.028468 0.001467 0.018364 0.010201 -0.012102 0.019948 -0.002451 -0.000188 -0.01657 -0.058713 0.013985 -0.039893 -0.023675 -0.043593 0.002673 0.010333 -0.031463 0.059569 0.003395 0.019898 -0.020773 0.002237 -0.004471 -0.009295 -0.028337 -0.008714 0.033094 0.003323 -0.009973 0.009208 0.009504 0.054547 0.034189 -0.029934 0.026579 0.017101 -0.01053 0.007179 -0.023618 0.032275 -0.022585 -0.021841 -0.017168 -0.00579 0.027906 0.020288 0.041547 -0.014396 0.033159 0.012307 -0.041871 0.002128 0.02872 0.020129 -0.037772 0.000494 -0.028445 0.015422 -0.042996 -0.004838 0.018045 0.000602 -0.006248 0.016514 -0.030259 -0.046868 0.007195 -0.014976 -0.022037 -0.004863 -0.008214 0.028382 0.027056 -0.014793 0.001165 -0.001829 0.00163 -0.052305 -0.007824 -0.011506 -0.025658 -0.001806 -0.004691 -0.027342 0.012542 0.000508 -0.009874 -0.000257 0.037413 -0.00587 0.056156 0.020404 0.030169 -0.019786 0.003721 -0.008803 -0.026328 0.000681 -0.014574 -0.043514 0.025577 0.005905 0.042903 0.030144 0.033752 0.011498 -0.022082 -0.000567 -0.011037 -0.035469 -0.017068 0.010169 -0.010532 0.038004 -0.026037 0.023571 -0.02825 0.004715 0.010891 0.038507 0.00217 0.003112 0.023371 0.021632 -0.050059 -0.049303 0.047789 0.008023 -0.008114 -0.036345 0.000945 0.012956 0.036474 0.021612 -0.004621 0.009168 0.00277 -0.023079 0.013612 -0.022792 -0.024734 0.025711 0.019579 0.012665 -0.009393 -0.022801 0.006571 -0.024192 0.007413 0.019659 -0.018762 -0.020601 -0.009898 0.026888 -0.020248 -0.024358 -0.028251 -0.010789 -0.038165 -0.027631 0.024625 0.004584 0.00843 -0.014853 -0.00443 -0.028465 0.017853 0.024686 -0.057813 -0.000711 1.4e-05 0.020719 -0.024714 -0.046776 0.005362 0.037323 -0.013899 0.014592 -0.002788 -0.006109 -0.045509 -0.030574 0.017664 0.032272 0.009877 0.020723 0.010799 -0.011439 -0.008355 0.038918 -0.027746 0.003043 -0.01147 -0.00336 0.010281 0.07675 0.012611 -0.022331 0.018818 -0.000151 -0.004184 -0.002529 -0.005817 0.008673 -0.018361 -0.000884 -0.001945 0.030403 -0.018917 -0.030658 -0.010313 -0.007677 -0.010676 -0.020243 -0.044588 0.002435 -0.011282 -0.034886 0.027217 0.017781 0.006618 0.025894 0.004025 0.011908 0.009009 -0.007438 0.041612 -0.001426 0.040536 0.042726 0.034983 0.005685 0.005102 -0.047074 -0.034827 -0.02038 -0.02049 0.029178 -0.023343 0.001624 -0.002931 -0.005565 0.028094 -0.028844 -0.027714 -0.019657 -0.021607 -0.025996 -0.007007 0.008556 0.01357 0.011225 0.008789 0.002461 0.028524 0.021657 0.002033 0.002292 0.03914 -0.052487 -0.000736 -0.018063 0.012103 0.00828 -0.016954 -0.000657 0.022499 -0.00677 -0.021341 -0.021533 0.005191 -0.052404 0.017818 -0.061462 -0.002223 0.015531 0.006921 0.02043 0.030111 -0.004763\nܦ 0.046606 0.008121 -0.099249 0.049043 0.037613 0.057236 0.011721 -0.000123 -0.034877 -0.044448 0.039135 0.012586 -0.007333 -0.051935 0.053461 -0.007935 0.008395 -0.044203 -0.012607 -0.061268 -0.034338 -0.002245 0.001952 0.021066 -0.01382 0.03023 -0.014496 -0.016931 -0.040392 -0.028634 0.034188 -0.065907 -0.016709 -0.064289 0.032539 0.01906 -0.060767 0.067311 0.01056 0.041088 -0.055366 0.016455 -0.00355 0.001052 -0.033852 -0.054581 0.075768 -0.016245 -0.008459 0.04903 -0.003472 0.088619 0.058046 -0.061634 0.069448 0.002055 -0.012606 0.051119 -0.009666 0.067361 -0.031539 -0.051334 -0.02795 -0.021757 0.032807 0.026774 0.066804 -0.031824 0.07415 0.027201 -0.068699 -0.006702 0.014209 0.013868 -0.079861 0.012686 -0.042166 0.044251 -0.053681 -0.019315 0.016111 0.007636 -0.0167 0.043944 -0.044053 -0.093369 0.010804 -0.015014 -0.03982 -0.012544 -0.014582 0.025685 0.011086 -0.015036 0.031608 -0.013724 0.005916 -0.065194 0.001389 0.008408 -0.016799 -0.010751 -0.011587 -0.038301 0.009306 0.00175 -0.032524 0.017361 0.054559 -0.005258 0.068624 0.027239 0.034062 -0.026353 0.023829 -0.003356 -0.020129 0.00043 -0.032693 -0.071778 0.025887 0.003946 0.064633 0.02169 0.056581 0.034124 -0.027756 -0.036676 -0.04354 -0.012396 -0.026158 -0.0001 -0.039909 0.051511 -0.048671 0.031972 -0.040005 0.007055 -0.011275 0.07752 -0.009346 -0.012058 0.023566 0.043791 -0.054677 -0.064909 0.07212 0.010638 0.009934 -0.073373 0.00563 0.020576 0.048499 0.049343 -0.009608 0.006981 -0.004788 -0.034577 0.018668 -0.033192 -0.020814 0.037942 0.03478 0.017298 -0.006693 -0.033099 0.019049 -0.029464 0.04228 0.039875 -0.048149 -0.041299 -0.023817 0.04658 -0.024857 -0.059937 -0.030997 -0.030527 -0.060421 -0.042606 0.0544 -0.002807 0.004698 -0.000894 -0.004411 -0.026172 -0.001016 0.037987 -0.10253 0.00102 0.009859 0.049847 -0.052472 -0.063299 0.009016 0.074581 -0.028965 0.007836 -0.005131 0.012161 -0.072504 -0.061026 0.030726 0.037063 0.017223 0.021004 0.028531 -0.014479 -0.00861 0.07834 -0.057642 -0.013668 -0.018736 0.027124 0.003136 0.125956 -0.00157 -0.033561 0.006473 -0.001583 -0.01458 0.008766 -0.021057 0.007834 -0.0339 -0.006518 -0.013061 0.038509 -0.037849 -0.028385 0.006992 0.011154 -0.004325 -0.03362 -0.074251 0.002462 -0.017599 -0.045264 0.060739 0.045734 0.019644 0.03709 -0.02398 0.020444 0.018006 -0.027524 0.061052 -0.02235 0.077977 0.087006 0.060182 0.027933 0.010004 -0.085856 -0.055786 -0.044409 0.015413 0.026464 -0.041985 -0.032609 0.009722 -0.03572 0.041835 -0.030594 -0.064532 -0.038955 -0.044516 -0.016646 0.003081 -0.004563 0.052163 0.000524 0.02123 -0.013997 0.022969 0.032568 0.014325 0.036029 0.062461 -0.083108 -0.007804 -0.030629 0.019833 0.031794 -0.031658 0.006658 0.030431 -0.018012 -0.035567 -0.046781 0.017715 -0.071772 0.040597 -0.104115 -0.010759 -0.003277 0.019639 0.030707 0.054187 0.008621\nẫ 0.051239 0.009484 -0.063267 0.03333 0.044267 0.033367 0.021721 -0.039909 -0.016491 -0.031499 0.033787 -0.020614 -0.034012 -0.005103 0.00053 -0.01167 0.043079 -0.03651 0.020786 -0.03169 -0.007753 0.028511 -0.020248 0.032456 0.014374 0.010449 0.017524 0.004874 0.036719 0.015227 0.007186 -0.045334 0.025735 -0.004467 0.055816 -0.007374 -0.044334 0.017552 -0.027092 0.055363 -0.005684 0.010831 -0.048796 0.021929 -0.031457 -0.055391 0.033819 0.003882 0.022551 0.032992 0.03268 0.042341 0.008336 -0.04411 0.066397 0.022011 -0.027498 0.045959 -0.01105 0.015172 -0.024175 -0.037979 -0.018212 -0.023454 0.01809 0.008277 0.071892 0.006603 0.024812 -0.002169 -0.050717 -0.025041 0.070557 0.012703 -0.060366 0.039104 -0.007058 0.038616 -0.002471 0.012976 -0.008092 -0.013122 -0.022426 0.046967 -0.033871 -0.078474 -0.03039 -0.027149 0.013371 -0.03914 -0.006153 0.041735 -0.017777 -0.044222 -0.018217 -0.02323 -0.011875 0.007555 -0.002746 -0.016635 -0.019742 0.038376 -0.039419 -0.016412 0.023883 -0.011721 -0.001346 0.005011 0.068085 0.020635 0.011272 0.013289 -0.009926 -0.012605 0.019398 0.014195 -0.01986 -0.012401 -0.01347 -0.018064 -0.00884 -0.056566 0.049201 0.013768 0.025349 0.035354 -0.017846 -0.006083 -0.01331 0.002106 -0.007436 0.010056 -0.030048 0.030033 -0.004214 0.036747 -0.023528 0.035699 -1.3e-05 0.022887 0.004246 0.021337 0.064191 0.020876 -0.030722 0.006649 0.04487 -0.020164 -0.0208 -0.017976 -0.013638 -0.015205 0.039479 0.026842 0.002668 0.0 0.040122 0.004627 -0.006193 -0.051192 0.005413 -0.009726 -0.003578 0.001781 -0.013016 0.017218 0.017232 -0.043451 0.049281 -0.001228 -0.047478 -0.0374 7e-06 -0.003834 -0.028032 0.011748 0.001609 0.04125 0.00849 -0.034787 0.032691 0.021237 -0.010001 -0.000262 -0.003184 0.014685 -0.008926 -0.018926 -0.073958 -0.034778 0.032229 0.021006 -0.018638 0.019633 -0.049365 0.044587 0.00232 -0.017814 0.025468 0.008202 -0.039376 -0.038604 -0.00717 0.006696 0.042748 -0.023544 0.020457 -0.000556 0.004177 0.023506 -0.041456 -0.003799 0.020359 -0.019623 0.036706 0.017523 0.016541 -0.005417 0.0117 0.018462 0.012268 0.012057 0.01421 -0.024037 -0.016762 -0.029603 0.049961 -0.007824 -0.007933 -0.017911 0.012104 -0.03461 -0.016737 -0.02296 0.001726 0.008226 -0.014782 -0.071437 -0.001968 0.020706 -0.023127 0.027937 -0.013637 -0.021266 0.012753 -0.027903 -0.000815 0.017366 0.034886 0.04965 -0.014332 0.003545 0.009804 -0.027498 -0.046483 -0.016396 -0.019218 0.036993 -0.022343 -0.04676 0.007303 0.008321 0.002174 -0.001225 -0.032137 -0.015727 -0.025363 0.033979 -0.02721 0.000698 0.02841 -0.017269 0.022482 -0.007567 0.005965 0.000774 0.022831 0.034047 0.021897 -0.03635 -0.013995 0.015472 -0.026599 0.035204 -0.050177 0.00584 -0.027627 0.00252 -0.047103 -0.013752 0.043057 -0.029525 0.011195 -0.064276 0.01518 0.031175 -0.008032 -0.024091 0.038657 -0.023036\nဴ 0.044744 -0.017483 -0.043663 0.006845 0.0181 0.036838 0.016547 -0.009789 -0.023814 -0.035739 0.028794 0.024542 -0.026692 -0.030902 0.060184 -0.013616 -0.001264 -0.012622 -0.017554 -0.055083 -0.011497 -0.008264 -0.019548 0.021966 0.01864 0.004002 -0.036994 -0.027231 -0.017247 -0.019186 0.00776 -0.033017 -0.038042 -0.050665 0.011591 0.025971 -0.054073 0.042139 0.016586 0.052408 -0.031361 0.01422 0.012991 -0.014115 -0.045849 -0.016265 0.038143 0.016593 0.001752 0.002907 0.027465 0.049548 0.03759 -0.056304 0.037569 0.017315 -0.016362 -0.001192 0.003743 0.022158 -0.064083 -0.025074 0.002132 -0.014547 0.028233 0.027848 0.039478 -0.005112 0.047216 0.019513 -0.052308 -0.011502 0.019776 0.027358 -0.058375 -0.012937 -0.023444 0.035529 -0.044763 -0.001306 0.007233 0.014657 0.005102 0.00113 -0.025875 -0.060251 0.001659 -0.000847 -0.037795 -0.002042 -0.025277 0.031658 0.022206 -0.019846 0.032871 -0.021267 -0.000611 -0.032987 -0.02738 0.010789 -0.046587 0.024713 0.016644 -0.038243 0.024558 0.001799 -0.005469 0.018286 0.046006 -0.015296 0.038898 0.046418 0.040345 -0.058824 0.047799 0.015834 -0.002607 -0.010476 -0.023939 -0.037755 0.025226 -0.002753 0.043933 0.050934 0.041253 0.007463 -0.029587 -0.01086 -0.003228 -0.054586 -0.022452 0.003307 -0.038017 0.017818 -0.002409 0.038293 -0.024705 -0.011697 0.006943 0.037527 -0.008811 -0.025123 0.028428 0.041223 -0.060241 -0.084551 0.0566 0.008654 -0.007231 -0.055742 -0.00814 0.014436 0.056596 0.045451 -0.015152 0.005597 0.001743 -0.035914 0.035028 -0.020609 -0.0211 0.016069 0.041193 0.048369 -0.017461 -0.023469 0.033976 -0.02816 0.027454 0.028003 -0.014697 -0.027138 -0.02747 0.036834 -0.031802 -0.036272 0.028097 -0.016221 -0.051487 -0.025516 0.003639 -0.031268 0.003899 -0.001819 0.002439 -0.024691 0.013656 0.045474 -0.05488 -0.007693 0.001722 0.034046 -0.062254 -0.045427 0.016045 0.059214 -0.008497 0.046025 -0.007985 -0.006494 -0.050426 -0.024103 -0.009062 0.06591 0.034073 0.048651 0.009064 -0.025549 -0.001135 0.070159 -0.039631 0.007735 -0.011241 0.012987 -0.003129 0.07919 -0.010777 -0.048453 -0.023678 -0.003409 -0.016751 0.015812 -0.003564 0.006052 -0.022258 -0.001268 -0.001212 0.04575 -0.006407 -0.047086 -0.020492 -0.010292 0.024114 -0.039658 -0.045867 -0.017681 0.001443 -0.044515 0.011644 0.026083 0.011655 0.071175 -0.036224 0.007902 0.008185 -0.004623 0.038551 0.007942 0.034177 0.047981 0.046177 -0.015608 0.001957 -0.053421 -0.026999 -0.012996 -0.020978 0.006487 -0.024415 0.01912 0.009193 -0.006218 0.034087 -0.019298 -0.065638 -0.025735 -0.058654 -0.039664 0.012834 -0.015333 -0.001848 0.029566 -0.018569 -0.00155 -0.006562 0.01006 -0.032429 0.011986 0.078061 -0.053654 -0.01668 -0.053393 0.003555 0.006729 -0.009222 -0.002089 0.017214 -0.002956 -0.004938 -0.020268 0.000277 -0.037467 0.014325 -0.099619 -0.028267 0.024221 -0.000754 0.058327 0.007296 0.01457\nಷ 0.027893 0.000308 -0.02213 0.010082 -0.013408 0.01907 -0.030723 0.00333 0.000316 -0.017528 0.023627 0.009734 -0.003701 -0.018466 0.010036 -0.00357 -0.001324 -0.01292 -0.00033 -0.007251 -0.020942 0.007705 0.000467 0.028127 -0.010086 0.003574 -0.02213 -0.011116 -0.00937 -0.018067 0.009022 -0.01255 -0.023206 -0.035637 0.004526 0.009346 -0.030922 0.017623 0.009061 0.020249 -0.008033 0.010167 -0.006234 -0.008648 -0.025391 -0.014399 0.01227 -0.001925 -0.013183 -0.00798 0.02087 0.03936 0.01992 -0.014025 0.013996 -0.009223 -0.009214 0.01144 -0.019218 0.016481 -0.031542 -0.013537 -0.002633 -0.002028 -0.001984 0.001166 0.021712 0.002832 0.026275 0.012857 -0.018603 -0.024971 0.003939 0.009267 -0.026239 -0.009655 -0.016865 0.003374 -0.034795 0.005582 -0.002761 -0.019558 -0.002297 -0.004198 -0.007785 -0.046219 0.001814 0.007249 -0.022237 0.013045 0.002999 0.011498 0.009763 -0.015663 0.021896 -0.003257 -0.022837 -0.022925 -0.011081 0.001407 -0.008106 -0.008266 0.001644 -0.010566 0.004502 -0.014166 -0.009142 0.001774 0.02419 -0.008453 0.013605 0.025729 0.010473 -0.013121 0.003769 -0.00122 0.008947 0.002247 -0.013415 -0.020482 0.009575 0.00479 0.022579 0.009701 0.038087 0.005494 -0.01216 -0.016318 -0.01248 0.002902 -0.001551 0.004444 -0.011787 0.0248 -0.013763 0.02051 -0.018562 -0.002229 0.00811 0.034428 -0.007588 -0.00865 0.0067 0.026769 -0.022625 -0.029197 0.029563 0.008828 -0.006594 -0.041178 -0.003021 0.002235 0.030743 0.004583 -0.002055 0.006157 0.002554 -0.02327 0.016796 -0.006162 -0.016994 0.009883 0.011669 0.003921 -0.011695 -0.003262 0.013541 -0.006805 -0.00266 0.015926 0.000719 -0.003564 -0.007398 0.029982 -0.008027 -0.033606 0.002878 -0.005183 -0.045024 -0.005812 0.010289 0.000541 0.022411 -0.002011 -0.000756 -0.026959 -0.014258 0.029257 -0.024712 -0.010348 -7.3e-05 0.007998 -0.047375 -0.026281 0.007155 0.037595 -0.011432 0.020328 -0.001673 -0.002836 -0.022296 -0.009269 0.01881 0.01168 0.004365 0.012441 0.011436 0.003832 -0.00605 0.034689 -0.014829 0.003067 -0.015344 0.025618 0.006424 0.040654 -0.004043 -0.027743 0.001391 -0.003381 0.011197 0.01042 -0.011035 0.014051 0.001634 -0.00102 -0.004573 0.00659 0.011046 -0.022751 -0.009079 0.003644 0.001879 -0.016915 -0.020398 -0.005019 -0.009133 -0.015193 0.014038 0.016937 0.015687 0.002931 -0.012385 -0.003811 -0.004916 0.015331 0.018049 -0.007964 0.025417 0.029976 0.025674 0.0019 -0.000598 -0.019424 -0.026853 -0.010318 -0.001469 -0.005757 -0.017896 -0.009045 -0.001931 0.015285 0.02893 -0.027674 -0.012245 -0.011411 -0.024954 -0.000908 -0.000474 0.002691 0.022359 -0.001222 -0.003511 0.001613 -0.007362 0.008907 -0.010512 0.015958 0.033986 -0.035709 0.006049 -0.023855 0.015975 -0.000677 -0.016765 -0.014005 0.017939 0.002436 -0.015285 -0.002102 -0.007879 -0.032004 0.003005 -0.042745 -0.007677 0.009011 0.012169 0.02115 0.00477 0.005969\nਸ 0.054496 -0.003956 -0.108631 0.01757 0.023101 0.088095 0.044054 -0.033726 -0.014785 -0.074192 0.086306 0.045605 -0.016557 -0.051383 0.104493 -0.03579 0.026514 -0.007183 -0.025509 -0.142254 -0.052865 0.001591 0.030136 0.013276 -0.022397 0.027031 -0.049292 -0.031698 -0.001307 -0.08099 0.046142 -0.074514 -0.072216 -0.076798 0.028841 0.015218 -0.080932 0.139982 0.046986 0.069375 -0.060591 0.054281 0.025327 -0.008099 -0.072446 -0.025308 0.078784 0.001518 -0.001629 0.012736 -0.009878 0.123734 0.062387 -0.091502 0.073702 0.007393 -0.042287 0.043094 -0.000216 0.044312 -0.123935 -0.082288 0.014621 -0.007645 0.017898 0.050462 0.110584 0.008137 0.111687 0.022106 -0.100297 0.00397 0.055821 0.03607 -0.136742 6.5e-05 -0.092326 0.040137 -0.124207 -0.014783 0.034622 -0.018589 -0.005156 0.014879 -0.093488 -0.134083 0.051356 -0.015814 -0.050898 0.007151 -0.02416 0.05583 0.063396 -0.017975 0.079248 -0.011858 -0.023765 -0.081214 -0.004834 -0.027203 -0.076379 0.01275 0.042605 -0.040126 0.033687 -0.003791 -0.059991 0.042488 0.094249 0.025511 0.110068 0.062096 0.046616 -0.048047 -0.001377 0.000517 0.008505 -0.019114 -0.062547 -0.063288 0.036627 0.023701 0.088995 0.069722 0.074026 0.055453 -0.00096 -0.036195 -0.04548 -0.069942 -0.032544 0.008354 -0.041708 0.103672 -0.042032 0.026533 -0.050021 0.039303 0.026474 0.102652 0.038845 -0.028377 0.034157 0.04179 -0.127667 -0.129133 0.143935 0.024056 0.001672 -0.084025 0.011712 0.035095 0.086885 0.049875 -0.011339 -0.010125 0.024653 -0.050932 0.056378 -0.07154 -0.074938 0.019907 0.059448 0.0138 -0.050548 -0.009933 0.085584 -0.064212 0.045467 0.036 -0.060316 -0.051383 -0.024983 0.058748 -0.075717 -0.063074 -0.03033 -0.01554 -0.102363 -0.058724 0.065963 -0.037587 0.018962 -0.013427 -0.000812 -0.055008 0.03108 0.049552 -0.098923 0.005 0.032795 0.058838 -0.079708 -0.035376 -0.018667 0.112401 -0.071768 0.051187 0.009794 -0.010208 -0.10239 -0.093676 0.004024 0.050971 0.06988 0.05777 0.038664 -0.01623 -0.024337 0.107441 -0.065976 -0.010218 -0.013885 -0.013215 -0.018684 0.144266 0.03394 -0.017246 0.043293 0.027173 -0.01925 -0.001783 0.001709 0.026847 -0.034701 0.014758 -0.028618 0.058407 0.000916 -0.051299 -0.003026 -0.001525 -0.024392 -0.058215 -0.116277 -0.002212 -0.015598 -0.092845 0.047336 0.021477 0.051107 0.039869 -0.036135 0.015957 -0.011754 0.001502 0.079343 -0.035695 0.12609 0.105574 0.080969 0.017744 -0.001685 -0.087281 -0.05928 -0.043361 -0.020416 0.084102 -0.078751 -0.023168 0.003697 -0.061327 0.077377 -0.035192 -0.103439 -0.038914 -0.084233 -0.024431 0.013749 -0.00721 0.063122 0.039018 0.022699 -0.028598 0.049078 0.015137 -0.006307 0.041488 0.142555 -0.141067 0.013652 -0.053928 0.035718 0.04541 -0.010673 -0.016579 0.041856 -0.01237 -0.073159 -0.065675 -0.00831 -0.108138 0.015848 -0.19817 -0.017773 0.030927 0.048272 0.028222 0.006773 0.011959\nڻ 0.016211 0.007092 -0.017294 0.030115 -0.016754 0.012076 -0.008837 -0.004372 -0.033643 -0.018023 0.043466 -0.035662 -0.006973 -0.049454 0.052484 0.014864 -0.035099 -0.032162 0.019996 -0.031979 0.001129 -0.039626 0.023395 -0.016746 -0.00963 0.024517 -0.007361 0.003013 -0.025119 -0.017566 0.020002 -0.033418 -0.024085 -0.005569 0.023217 0.020487 -0.059216 0.032992 0.001489 0.003543 -0.038049 0.012352 -0.001614 -0.005617 -0.027937 -0.032032 0.050741 -0.032142 -0.031537 0.027225 -0.004405 0.032623 0.029055 -0.042308 0.046046 0.023354 -0.031923 0.019762 -0.035554 0.016692 -0.023375 0.003344 -0.011334 -0.007596 0.036871 0.00409 0.042706 -0.061119 0.022783 0.021835 -0.023073 -0.009289 -0.008148 0.002779 -0.037527 0.042587 -0.012969 0.008502 -0.030975 -0.000916 0.02856 -0.013047 -0.005297 0.033897 -0.03355 -0.047512 0.000105 0.030921 -0.018684 -0.040762 0.006344 0.028694 -0.008974 -0.034577 0.009765 -0.013573 -0.000584 -0.04422 0.016369 0.001465 -0.009734 0.004832 -0.019561 -0.019507 0.021819 -0.020064 -0.022369 -0.011896 0.05832 -0.007322 0.042781 0.044455 0.035304 -0.005074 -0.000507 0.00951 0.002963 -0.006273 -0.012051 -0.038685 0.012768 -0.019883 0.043512 0.03611 0.047689 0.010452 -0.031091 0.011823 -0.029096 -0.043146 -0.031258 0.002284 0.007806 0.019501 -0.024643 -0.005487 -0.017065 0.004324 -0.011521 0.069145 -0.001179 0.019098 0.01151 0.00385 -0.042554 -0.049017 0.08006 0.021291 0.001868 -0.033253 -0.006142 -0.000615 0.019879 0.026991 0.013973 0.014009 -0.018158 -0.011684 0.005887 -0.044082 -0.005003 -0.004244 -0.001297 -0.001791 -0.032222 -0.001505 0.005749 -0.033899 0.003399 0.019641 -0.028208 0.004273 0.010898 0.048542 -0.020457 -0.010736 0.030358 -0.006766 -0.037184 -0.052565 0.023941 0.005039 -0.030796 -0.003378 0.03081 -0.044662 0.012112 0.00293 -0.035387 0.0111 0.012377 0.021147 -0.010888 -0.058769 -0.025694 0.023816 -0.012997 0.00388 0.001874 -0.016309 -0.030122 -0.011093 -0.018054 0.037976 -0.003701 -0.000111 0.008917 -0.016187 -0.010021 0.00806 0.018749 0.010436 -0.006179 0.017671 -0.012704 0.032173 -0.021693 -0.024737 0.010661 0.045413 0.012572 0.000897 -0.021218 -0.026049 0.008961 -0.012288 -0.015047 0.047279 -0.035843 -0.039601 0.004238 -0.000845 -0.014089 -0.029914 -0.009552 0.018772 0.014915 -0.02306 0.034941 0.018922 0.023878 -0.005225 -0.0314 0.022787 -0.012799 -0.023895 0.028481 -0.032078 4.7e-05 0.026665 0.020265 0.03921 0.011958 -0.044479 -0.00955 0.013669 -0.011853 0.02303 -0.025503 -0.026952 -0.010469 -0.026656 0.041771 -0.039586 -0.011305 -0.014166 -0.034479 -0.036307 0.00258 -0.034578 -0.000809 -0.01473 -0.002629 -0.020861 0.029146 0.024571 0.016698 -0.026192 0.035167 -0.022779 -0.00066 -0.029391 -0.000466 0.051391 -0.023876 -0.025722 0.001144 0.015775 -0.024458 -0.003492 0.021264 -0.033751 0.014599 -0.038579 -0.035043 0.009585 0.009044 0.001273 0.013455 -0.014975\nֽ 0.044663 0.020884 -0.074421 0.010008 -0.000391 0.063288 0.018262 -0.020304 -0.019031 -0.055655 0.056318 0.026789 -0.016231 -0.056771 0.042243 -0.004634 0.014174 -0.035046 -0.02611 -0.066888 -0.025165 0.002424 0.025524 0.024033 -0.002888 0.029165 -0.017647 -0.010974 0.000232 -0.032422 0.024889 -0.040204 -0.027227 -0.044758 0.008644 0.036175 -0.036177 0.054654 0.00128 0.028567 -0.045927 0.002287 0.016401 0.008728 -0.037322 -0.026865 0.043807 -0.003731 0.006055 0.023509 -0.013717 0.06901 0.055017 -0.042677 0.050923 0.004921 -0.023637 0.032694 -0.02785 0.028447 -0.030612 -0.050538 -0.011826 -0.018635 0.029352 0.021785 0.074114 0.010025 0.040587 0.014008 -0.074608 -0.01064 0.034316 0.021846 -0.056809 -0.003286 -0.031828 0.041507 -0.022324 -0.016717 0.002805 -0.001318 0.00333 0.022918 -0.029271 -0.0603 0.019469 -0.027343 -0.020513 -0.029171 -0.015295 0.043362 0.01666 -0.037797 0.005027 -0.006167 -0.00231 -0.051494 0.00528 -0.015327 -0.042898 -0.00093 0.014911 -0.038875 0.017711 -0.014534 -0.025513 0.015859 0.042477 -0.011765 0.061684 0.026286 0.030048 -0.025261 0.023673 0.002069 -0.021127 -0.003699 -0.014711 -0.041586 0.024312 0.007092 0.057311 0.038651 0.033121 0.004217 -0.028287 -0.013832 -0.009051 -0.007883 -0.020761 -0.003479 -0.014687 0.037947 -0.015264 0.021086 -0.039861 0.003166 0.015384 0.062422 -0.009859 -0.003436 0.022368 0.031654 -0.045065 -0.044438 0.046897 0.0165 0.006334 -0.043446 0.005392 0.004783 0.065699 0.041096 0.014576 0.012794 -9e-06 -0.036293 0.007709 -0.039686 -0.037263 0.008497 0.036607 -0.002648 -0.024204 -0.006217 0.027405 -0.040922 0.046322 0.037759 -0.062307 -0.040787 -0.011873 0.042024 -0.023303 -0.037116 -0.021365 -0.009401 -0.03955 -0.025559 0.042419 0.00536 0.001891 -0.027697 -0.016141 -0.036109 0.013361 0.028953 -0.061783 0.011427 0.0246 0.034252 -0.04132 -0.039792 -0.016297 0.045677 -0.026408 0.004415 0.009056 0.021224 -0.041699 -0.033989 0.018375 0.049118 0.022137 0.019512 0.004332 -0.009574 -0.025708 0.06241 -0.029262 0.001802 0.003354 0.0223 0.002694 0.074285 0.033979 -0.030043 0.015255 -0.002255 0.005251 0.022558 -0.024474 -0.008465 -0.0515 -0.004001 0.014404 0.023255 -0.019092 -0.024995 0.003178 -0.008372 -0.002491 -0.041451 -0.057963 -0.005907 -0.020512 -0.032176 0.045294 0.017588 -0.003197 0.028614 -0.045884 0.012947 0.010685 -0.020776 0.062104 -0.010846 0.052062 0.066212 0.020867 0.030278 0.025764 -0.070385 -0.046692 -0.035499 -0.017412 0.044062 -0.032265 -0.020538 0.011968 0.002242 0.043896 -0.034112 -0.045394 -0.031526 -0.04819 -0.011301 0.006693 -0.006581 0.022462 0.00075 0.025093 0.003057 0.046337 -0.001671 0.008596 0.035032 0.068376 -0.073784 -0.014107 -0.018566 0.017568 0.029753 -0.02991 0.005527 0.023855 -0.017328 -0.012851 -0.013335 0.008352 -0.068415 0.041388 -0.082743 -0.027355 0.009743 0.02101 0.001567 0.048759 -3e-05\nм 0.038452 0.007161 -0.050494 0.022019 0.016859 0.034891 0.005698 -0.000874 -0.016806 -0.031999 0.041451 0.012209 -0.012029 -0.03037 0.038511 -0.013917 0.005519 -0.025011 -0.014377 -0.04672 -0.013623 0.001148 0.007189 0.013989 0.00681 0.024365 -0.00804 -0.012213 -0.017791 -0.026711 0.021096 -0.038189 -0.01582 -0.0423 0.011712 0.017994 -0.045287 0.043407 0.006632 0.020416 -0.034875 0.013674 0.003514 0.003406 -0.028543 -0.026796 0.03852 -0.001169 -0.00552 0.020246 0.013275 0.056875 0.032973 -0.036537 0.042869 0.014019 -2.1e-05 0.02147 -0.008564 0.027627 -0.032561 -0.028604 -0.008014 -0.018737 0.016884 0.023174 0.035862 -0.015271 0.029356 0.017415 -0.053141 -0.007348 0.02205 0.016078 -0.054832 0.001307 -0.036007 0.032498 -0.027022 -0.012806 0.017003 -0.002342 -0.00022 0.024881 -0.024454 -0.055232 0.003808 0.003361 -0.026696 -0.003888 -0.010304 0.025645 0.006785 -0.018646 0.016457 -0.006513 0.003034 -0.04041 -0.002511 -0.006218 -0.017391 -0.00218 -0.001909 -0.031813 0.019728 0.001091 -0.015568 0.011369 0.039063 -0.003535 0.050322 0.023905 0.022037 -0.010644 0.014102 0.007873 -0.014907 0.000743 -0.014481 -0.043131 0.023271 0.006139 0.043124 0.029267 0.031381 0.007849 -0.009053 -0.024571 -0.012799 -0.019366 -0.018531 -0.005112 -0.013409 0.028826 -0.024074 0.012774 -0.0262 0.009026 0.009414 0.043702 -0.005423 -0.014948 0.014355 0.030841 -0.036153 -0.053072 0.045116 0.006751 0.005808 -0.042151 0.004369 0.004294 0.032628 0.029897 -0.009204 0.002278 -0.002092 -0.023962 0.017961 -0.019669 -0.021926 0.020214 0.019033 0.017409 -0.01939 -0.00728 0.023579 -0.024278 0.017135 0.024318 -0.02743 -0.026754 -0.01075 0.037918 -0.017866 -0.029522 -0.008912 -0.005971 -0.039807 -0.028819 0.037013 -0.01004 0.003412 -0.010051 -0.010307 -0.018622 0.002794 0.019755 -0.063064 0.007078 0.025032 0.02908 -0.029984 -0.040622 0.009957 0.0418 -0.014028 0.018498 0.004362 0.00601 -0.043897 -0.039721 0.01431 0.028438 0.018361 0.018151 0.010648 -0.01455 -0.000304 0.039227 -0.028253 -0.005868 -0.006391 0.020119 -0.002949 0.07264 0.002577 -0.0261 0.006618 -0.008081 -0.010938 0.011756 -0.009557 0.006908 -0.018837 -0.00677 -0.00048 0.021168 -0.011958 -0.02657 -0.008502 0.000709 -0.005989 -0.031447 -0.041004 -0.002084 -0.004513 -0.040943 0.0314 0.026483 0.005091 0.024073 -0.024817 0.016672 0.007903 -0.011595 0.05113 -0.007493 0.044817 0.055255 0.031231 0.003089 0.006333 -0.046532 -0.045306 -0.020899 -0.004164 0.025838 -0.029774 -0.011951 0.00498 -0.008364 0.029172 -0.029022 -0.028017 -0.02067 -0.03315 -0.022135 0.008337 -0.001342 0.013857 -0.004753 0.008155 -0.007316 0.014746 0.008945 0.005258 0.010894 0.040184 -0.052572 -0.00331 -0.023915 0.01703 0.015655 -0.021252 0.001262 0.018504 -0.014269 -0.020663 -0.017195 0.00744 -0.043055 0.007771 -0.06508 -0.013079 0.014029 0.015499 0.018626 0.020205 0.003645\n¿ 0.032152 0.048282 -0.018101 0.047261 0.011879 0.035382 0.014417 -0.024776 -0.004153 -0.040357 0.058686 0.022543 -0.018299 -0.055842 0.067521 0.000102 -0.012876 -0.021836 -0.010432 -0.031274 0.013335 -0.013697 0.011128 -0.033242 -0.000232 0.03454 0.024323 -0.002531 0.015641 0.040374 -0.00134 -0.019768 -0.062805 -0.07242 -0.024141 0.031523 -0.043985 0.044614 -0.000329 0.002429 0.002409 0.006651 0.019495 -0.043833 -0.031099 -0.044802 0.043334 0.018968 0.011398 -0.003049 0.036994 0.096067 0.031353 -0.074447 0.040571 0.037891 0.004736 0.00373 0.005732 0.021087 -0.07154 -0.028979 -0.008982 -0.026139 0.043135 0.027963 0.04864 -0.047221 0.006991 0.015065 -0.073561 0.008862 0.037142 0.033104 -0.081006 0.016733 -0.042904 0.028142 -0.024051 -0.000318 -0.005811 -0.03567 -0.005016 0.021977 -0.038758 -0.04257 -0.003034 0.025216 -0.02859 0.011229 -0.031831 0.033141 -0.007547 -0.052429 -0.026412 -0.036435 -0.000661 -0.08801 -0.018404 -0.025523 -0.029131 -0.009534 -0.002933 -0.033825 -0.008824 0.00379 -0.04697 0.001389 0.023929 0.005932 0.057586 0.011557 0.028798 -0.007814 0.008164 0.025463 -0.026876 0.013276 -0.032595 -0.010929 0.010127 -0.005646 0.085464 -0.013835 0.023346 0.022649 -0.00702 -0.030476 -0.045771 -0.006069 -0.036448 -0.01226 -0.024274 0.0331 -0.050699 0.006732 -0.025827 0.039338 -0.001029 0.052005 -0.006223 -0.016499 0.013422 0.055423 -0.051185 -0.01366 0.057211 -0.008804 0.013129 -0.017922 -0.00391 0.025517 0.065568 0.009419 0.019178 0.014621 -0.000582 -0.017017 0.042888 -0.055246 -0.051552 0.031308 0.013798 -0.028584 -0.00999 0.008639 0.035502 -0.025292 0.023186 0.030329 -0.055865 -0.030884 0.010896 0.046623 -0.014616 -0.056893 -0.022908 0.003182 -0.050015 -0.036338 0.077234 -0.066241 0.001618 -0.018169 -0.009111 -0.055952 0.017765 0.016264 -0.06208 0.002717 0.061476 0.052457 -0.060746 -0.05544 0.028647 0.074087 -0.056083 0.078522 0.020477 -0.010792 -0.063599 -0.041754 0.011741 0.051687 -0.017697 0.016799 0.015185 -0.032416 -0.022267 0.052828 -0.031634 -0.035167 0.01007 0.038508 0.019039 0.08809 -0.007298 -0.042224 -0.006994 -0.026249 -0.063786 0.037012 -0.008797 0.039169 -0.026576 -0.021026 -0.003193 0.034573 0.034897 -0.027439 -0.040427 0.016788 -0.031176 0.016678 -0.02114 -0.00305 -0.017018 -0.04771 0.059403 0.070582 -0.001276 0.04103 -0.014078 0.015485 0.018473 -0.020323 0.071415 0.026435 0.015465 0.032619 0.049174 0.01496 -0.018774 -0.028444 -0.04817 -0.006625 -0.023975 0.025313 -0.066933 0.002696 0.033197 -0.011127 -0.002111 -0.052712 -0.019063 -0.043145 -0.030785 -0.045818 0.029791 -0.031724 -0.003766 0.008137 -0.006833 -0.065933 -0.018219 0.003503 -0.00371 0.055886 0.031672 -0.074267 -0.021243 -0.013546 0.011482 0.023786 -0.00769 0.005351 0.047366 -0.043657 0.013319 -0.047382 0.015213 -0.071909 0.047153 -0.047843 -0.073041 0.023852 -0.018688 0.081975 -0.023556 0.033642\nᓇ -0.002181 0.043032 -0.036121 0.005572 0.002674 0.011798 -0.023741 0.014679 -0.015997 -0.010153 0.023579 0.002068 -0.010643 -0.020503 0.000573 -0.011765 -0.02073 0.033521 0.008487 -0.004837 -0.004702 -0.017163 -0.013869 -0.021714 0.01718 -0.0113 -0.018101 -0.028386 -0.018371 -0.036058 0.007608 -0.021571 -0.002246 -0.018619 0.004565 0.026234 -0.039145 -0.004843 0.009383 0.005386 -0.011854 0.001335 0.007782 -0.020798 -0.012032 0.020912 0.015964 -0.001063 0.015257 -0.002614 0.02703 0.005455 0.030617 -0.001319 -0.013394 0.012926 0.000743 0.006529 -0.013602 -0.026078 0.014693 -0.01955 -0.019868 0.006332 0.004328 -0.007272 0.029966 0.001095 0.003117 -0.012218 -0.041 -0.001683 -0.001225 0.011901 -0.024626 -0.008378 -0.01163 -0.010346 -0.048334 0.009427 0.011435 0.013665 0.010373 0.024386 -0.020322 -0.013116 -0.006733 0.021518 -0.001875 0.003492 -0.020214 0.019162 0.025414 -0.000585 0.047691 -0.012354 -0.018369 0.008696 0.010981 0.017881 -0.013744 0.001992 0.017894 -0.014398 0.022277 0.01267 -0.009496 -0.000612 0.003663 0.01823 0.024733 0.046881 0.017402 0.009164 0.020712 0.011707 0.012302 0.012211 0.000959 -0.009409 0.020434 0.004697 0.023373 0.037568 0.007916 -0.01279 0.00183 -0.021234 -0.021764 -0.00082 -0.023334 0.027603 0.018126 0.027937 0.032936 -0.000193 -0.004029 0.002382 -0.019132 0.015765 -0.008575 0.005757 0.028617 0.007029 -0.045742 -0.046252 0.029909 0.031336 0.016837 -0.063323 0.006327 -0.004479 0.02508 -0.01263 -0.01386 0.013764 0.022103 -0.035938 -0.031862 0.007685 -0.032224 0.020676 -0.006601 -0.00354 -0.045462 -0.002437 0.010503 -0.003113 -0.001353 0.017616 -0.005164 -0.022012 0.013344 0.025355 -0.025847 -0.02596 -0.007839 -0.014065 0.006226 0.003064 0.015311 -0.004061 -0.01995 0.011257 -0.008833 -0.013986 0.00532 0.01219 0.00807 -0.004239 0.005623 0.025669 -0.01457 -0.038732 0.004159 0.029722 0.000797 0.006967 0.026572 -0.000554 -0.029967 -0.004119 0.015081 0.030259 -0.002655 -0.009452 0.002765 -0.000609 -0.018475 0.013732 0.014538 -0.01701 0.016934 0.00228 0.023916 0.011227 0.012412 -0.036549 0.009095 0.025199 0.00463 -0.011449 -0.005903 0.009101 -0.004431 0.010727 0.005325 0.009957 -0.001761 -0.007731 0.013606 0.003861 -0.013276 -0.011581 -0.060616 0.000787 -0.034368 -0.029162 0.015172 0.021265 0.001411 -0.002331 0.020988 0.01692 0.001142 0.002466 0.007404 -0.021633 0.008732 0.035539 0.000931 -0.007662 0.013259 -0.024002 -0.014464 -0.055915 -0.002969 0.001079 -0.024586 -0.024757 -0.003925 0.000222 0.02131 -0.024864 9.7e-05 0.011281 0.007593 -0.011754 -0.023364 0.003754 0.029436 -0.006413 0.026123 0.014039 0.003535 0.017578 0.002485 0.012926 0.028946 -0.011981 0.015554 -0.017035 0.003271 0.006247 -0.008782 -0.013188 0.013616 0.017546 -0.035572 0.020966 0.0038 -0.039542 0.006745 -0.051041 -0.003953 0.031352 -0.034897 0.010389 0.038292 -0.01515\nِ 0.048182 0.003634 -0.063344 0.030393 0.016706 0.044684 0.015562 -0.007495 -0.033872 -0.036859 0.046418 0.012116 -0.004959 -0.039148 0.036057 0.000215 0.015567 -0.030926 -0.014583 -0.053564 -0.021842 0.000974 0.007772 0.019725 0.012655 0.027186 -0.008095 -0.015357 -0.020724 -0.034952 0.022238 -0.041185 -0.02207 -0.050886 0.00986 0.020922 -0.049109 0.056482 0.018039 0.025492 -0.034892 0.013915 0.001831 0.001754 -0.025501 -0.038906 0.045496 -0.008405 -0.008699 0.015002 0.005053 0.065963 0.040961 -0.039229 0.047831 0.015287 0.003552 0.027556 -0.018575 0.036787 -0.035152 -0.037158 -0.013387 -0.013965 0.022605 0.029792 0.048427 -0.009747 0.048432 0.019235 -0.068825 -0.004527 0.030798 0.026136 -0.060635 0.003398 -0.050489 0.026397 -0.044182 -0.018049 0.019697 0.003307 -0.003794 0.024859 -0.026908 -0.072226 0.002931 5.8e-05 -0.013397 -0.006272 -0.006237 0.029528 0.012176 -0.019711 0.022685 -0.01324 -0.002154 -0.040864 -0.001061 -0.007317 -0.02754 -0.003513 -0.008294 -0.041069 0.022464 -0.01055 -0.017298 0.007128 0.044718 -0.012622 0.053344 0.015214 0.027926 -0.018381 0.010633 -0.004136 -0.019307 0.002485 -0.014269 -0.050598 0.026882 0.000469 0.046906 0.018344 0.045353 0.013575 -0.01619 -0.010777 -0.014393 -0.022236 -0.014802 -0.006892 -0.026998 0.040435 -0.030868 0.022715 -0.034314 0.004029 0.005996 0.065409 0.005983 -0.010507 0.010726 0.033404 -0.037366 -0.06002 0.054883 0.010562 0.001676 -0.049298 0.010254 0.011074 0.039281 0.034897 -0.003954 0.014066 -0.000257 -0.027872 0.025014 -0.028694 -0.02486 0.024231 0.020343 0.019167 -0.015565 -0.025189 0.022011 -0.032634 0.03667 0.02568 -0.03182 -0.032218 -0.015792 0.043829 -0.019418 -0.035405 -0.008988 -0.014349 -0.04983 -0.026406 0.047406 -0.019751 0.000358 -0.019882 -0.018497 -0.02254 0.011116 0.026911 -0.073666 -0.004729 0.012491 0.03857 -0.048593 -0.050136 0.001378 0.047262 -0.027439 0.022554 0.000735 0.010013 -0.033745 -0.038616 0.022456 0.034678 0.021777 0.020063 0.015114 -0.01267 -0.006294 0.058391 -0.029803 -0.001017 -0.019389 0.025765 0.004428 0.079647 0.013941 -0.03387 -0.000478 0.002743 -0.00804 0.005932 -0.013111 0.001492 -0.039477 0.000683 -0.004003 0.021262 -0.010918 -0.03051 -0.0034 -9.8e-05 0.000954 -0.034209 -0.038559 -0.00713 -0.018514 -0.037651 0.034517 0.032572 0.00747 0.032901 -0.025713 0.018623 0.00772 -0.012735 0.056929 -0.004541 0.055934 0.071133 0.026514 0.009 0.006124 -0.053941 -0.038904 -0.029427 -0.006527 0.026517 -0.029214 -0.014234 0.009871 -0.0124 0.036431 -0.027573 -0.044315 -0.01707 -0.047988 -0.019033 0.00999 -0.001217 0.024415 0.003725 0.009426 -0.004369 0.013717 0.004295 0.001253 0.024059 0.055472 -0.055817 -0.006114 -0.027091 0.026836 0.021699 -0.033643 -0.006045 0.033771 -0.013973 -0.023052 -0.019489 0.012306 -0.045823 0.014566 -0.087099 -0.008269 0.008641 0.021293 0.023876 0.027579 0.000981\nჟ 0.033438 0.012712 -0.038151 0.020343 0.011342 0.051149 0.007822 -0.005878 -0.024992 -0.028609 0.035369 -0.00042 -0.009401 -0.013672 0.007079 -0.016122 0.022984 -0.03852 0.005616 -0.041589 -0.018548 0.018353 -0.008463 0.015632 0.002204 0.024658 -0.026529 -0.019518 -0.017841 -0.039459 0.009445 -0.03681 -0.017742 -0.047223 0.013136 0.005418 -0.045983 0.0518 0.001145 0.023388 -0.021607 -0.008697 0.004109 -0.013213 -0.015449 -0.006299 0.031037 0.021499 -0.015257 0.008993 0.017164 0.066833 0.026082 -0.03447 0.054144 0.010555 -0.010993 0.031637 -0.038433 0.017029 -0.033153 -0.031275 0.002791 -0.013394 0.035228 0.028398 0.043388 -0.006369 0.035189 0.014744 -0.055759 -0.015812 0.022169 0.007799 -0.047177 -0.010994 -0.056296 0.019559 -0.035699 -0.031936 0.007648 -0.006684 -0.008887 0.028648 -0.029677 -0.034626 0.009837 -0.00192 -0.012212 0.014127 -0.034328 0.037274 0.002525 -0.012294 0.020658 -0.016931 -0.00845 -0.029421 0.015416 -0.000994 -0.023405 0.006187 -0.020755 -0.020954 0.018205 -0.009854 -0.023282 0.021132 0.027969 -0.012469 0.04907 0.022971 0.031981 -0.024205 0.003075 0.007887 -0.027728 -0.003302 -0.002666 -0.052593 0.015726 0.018282 0.023153 0.046041 0.042018 -0.000349 0.012482 -0.026502 -0.006095 -0.005919 -0.02461 -0.021603 -0.004192 0.033892 -0.012811 0.018099 -0.014331 0.017728 0.01103 0.068155 -0.012584 -0.008053 0.002758 0.014588 -0.047246 -0.047078 0.058701 0.001705 -0.016443 -0.054066 0.015893 0.017596 0.023415 0.027115 -0.016176 -0.007832 -0.006569 -0.029332 0.037773 -0.026141 -0.016117 0.018028 0.001993 -0.002174 0.028058 -0.01466 0.019361 -0.03924 0.021012 0.032413 -0.039951 -0.021573 -0.015324 0.042878 -0.030091 -0.023641 -0.012756 -0.01177 -0.038654 -0.0163 0.029063 -0.013505 0.004856 -0.00877 -0.015031 -0.007155 0.024791 0.02818 -0.065365 -0.005366 0.017801 0.024981 -0.028377 -0.069692 0.005566 0.027835 -0.024925 0.006305 0.006304 -0.008986 -0.029153 -0.049874 0.005375 0.005842 0.023851 0.013738 0.035049 -0.000291 0.005037 0.038574 -0.024546 -0.010222 -0.006893 0.001247 0.003687 0.087454 0.022648 -0.020692 0.014243 -0.003157 -0.010587 0.013972 0.008151 -0.008581 -0.029289 -0.019951 -0.024579 0.021273 -0.013638 -0.037781 -0.007075 -0.010042 -0.003129 -0.015032 -0.032845 -0.008952 -0.016075 -0.039855 0.035555 0.035076 -0.001023 0.039629 -0.026585 0.01791 0.004623 -0.006722 0.039352 -0.01995 0.050791 0.056773 0.041813 0.0182 0.0006 -0.050752 -0.036141 -0.025268 0.021256 0.020809 -0.041254 -0.01451 0.023048 -0.01066 0.034551 -0.034074 -0.049804 -0.029901 -0.031246 -0.021749 0.003828 -0.011195 0.028691 0.006393 0.029964 -0.008342 0.016242 0.015244 0.02043 0.021478 0.037529 -0.054988 -8.3e-05 -0.011446 0.027376 -0.001098 -0.006992 -0.001783 -0.002396 -0.001893 -0.014464 0.000142 -0.002203 -0.037368 0.019606 -0.082464 0.011507 -0.006345 0.014183 0.023916 0.027741 0.001867\nӧ 0.019578 -0.014967 -0.03148 0.033888 0.013157 0.064302 0.011047 0.019806 -0.035648 -0.014614 -0.006145 0.024005 -0.013516 -0.042092 0.01778 -0.032801 -0.015606 -0.002671 0.022883 -0.003503 -0.042043 -0.022705 0.007508 0.014482 -0.002804 0.021909 -0.020161 -0.004145 0.017173 -0.022473 0.026993 -0.018089 -0.027922 -0.056007 0.0026 0.001667 -0.055678 0.020124 0.027073 0.042762 -0.046937 0.016428 -0.008734 0.002 -0.033432 -0.027864 -0.01514 0.002843 -0.006729 0.077286 0.035927 0.059049 0.037236 -0.0463 0.021202 -0.033122 -0.050424 -0.02347 -0.017385 0.027515 -0.058039 -0.042764 -0.027562 0.009181 -0.032894 0.014666 0.021093 0.011868 0.06427 -0.007937 -0.026733 -0.00952 -0.003721 -0.010587 -0.045826 0.014196 -0.035348 0.027302 -0.006163 -0.002704 0.011143 -0.023487 -0.000656 0.021534 -0.003329 -0.048867 0.023268 -0.01185 -0.041731 0.011044 0.023306 -0.01334 -0.009655 -0.013283 0.00873 0.003441 0.021917 -0.014036 -0.01729 -0.003075 -0.005456 -0.022424 0.001975 -0.043556 0.014478 -0.018153 0.000369 0.020732 0.01195 0.003293 0.037403 0.031744 0.00129 -0.016626 0.048941 8e-06 -0.022729 -0.039577 -0.041371 -0.014688 0.02681 -0.005654 0.013572 0.011571 0.003886 0.009235 0.001672 -0.032435 -0.030531 0.005219 -0.028257 -0.001429 -0.015458 0.010102 -0.044849 0.03204 -0.035475 0.009381 -0.011541 0.055968 0.005651 0.03423 -0.012492 0.017247 -0.023802 -0.052049 0.070185 0.014322 -0.029208 -0.062942 -0.012208 0.017825 0.033285 0.058439 -0.026764 -0.00992 -0.037506 -0.040318 0.019593 0.021455 -0.01147 0.027193 -0.004802 -0.004035 -0.008549 -0.010876 0.022468 -0.053302 0.028446 0.03012 -0.003856 -0.048136 -0.016343 0.007049 -0.05129 -0.053985 -0.010938 -0.02136 -0.075729 -0.028905 0.009577 0.004681 -0.022883 0.010246 -0.020397 -0.015142 0.05298 0.014916 -0.047837 0.010314 0.012591 0.003522 -0.04027 -0.038005 0.02615 0.028502 -0.008815 -0.00184 0.000584 -0.019906 -0.08193 -0.032895 0.043227 0.038507 -0.002427 -0.000358 0.014304 0.003526 -0.004434 0.066025 -0.036738 -0.03109 0.045073 -0.013791 -0.011385 0.072823 -0.018632 -0.010063 0.019982 0.014371 -0.050341 0.008446 0.027287 -0.027817 -0.024857 0.023151 -0.008552 0.00481 -0.06577 -0.013994 -0.00724 -0.027798 0.010837 -0.041388 -0.05534 -0.022446 0.000656 -0.000748 0.05635 0.045238 0.009791 0.038177 -0.004227 0.041217 0.03911 -0.067599 0.055201 0.001137 0.031155 0.037891 0.032466 0.052954 0.029385 -0.064814 -0.037322 -0.013068 0.025458 -0.005055 0.00023 0.001444 0.020734 -0.017921 0.020237 0.003988 -0.015986 0.011455 -0.063837 -0.010813 0.001338 -0.007666 0.019272 -0.030117 -0.001339 -0.018289 0.009462 0.000436 0.020604 0.032457 0.054256 -0.084885 -0.030024 -0.047455 -0.00357 0.003074 -0.023307 0.012374 0.011378 -0.031367 -0.033502 0.003761 0.00472 -0.053157 0.023863 -0.076375 0.003658 -0.01659 0.015556 0.003618 0.03539 0.007711\nɨ 0.007443 0.008218 -0.030853 0.020554 0.02035 0.046287 0.024406 -0.005133 -0.015069 -0.019368 0.058201 0.015516 -0.01931 -0.010763 0.044166 -0.011345 0.007415 -0.032555 0.006697 -0.041643 -0.01464 -0.010632 -0.031445 0.018195 0.0155 0.003605 -0.021371 -0.009319 -0.010969 -0.039463 0.042113 -0.032257 -0.019385 -0.024278 -0.002251 0.01659 -0.036436 0.049572 0.024678 0.004679 -0.04656 0.034354 0.008492 0.02068 -0.00596 -0.021934 0.029859 0.009631 -0.00499 0.005273 0.005879 0.060344 0.026964 -0.046802 0.047104 0.016588 0.009998 0.036488 -0.014847 0.031976 -0.041981 -0.037236 -0.01658 -0.007394 0.002929 0.032275 0.061476 -0.033392 0.026119 0.039127 -0.048373 -0.017805 0.011123 0.027332 -0.043979 -0.011229 -0.012266 0.010942 -0.024903 -0.008011 0.028704 -0.001742 -0.004687 0.02824 -0.023932 -0.076659 0.015467 -6.3e-05 0.000551 0.02487 0.003252 0.020943 0.006843 -0.000526 0.011264 -0.025139 0.008496 -0.049169 -0.022021 -0.015903 -0.036998 -0.009364 -0.017041 -0.030179 0.016391 -0.006901 -0.020079 0.003703 0.015807 -0.010833 0.068751 0.001885 0.029899 0.007937 0.018972 -0.002072 -0.028424 -0.010076 -0.031372 -0.037174 0.03897 -0.003052 0.024723 0.01479 0.024191 -0.007191 0.01595 0.006059 -0.018084 -0.015471 0.015312 0.022428 -0.014629 0.041459 -0.011948 0.016648 -0.036503 0.020604 0.007325 0.050445 -0.000841 -0.003684 0.014016 0.025354 -0.028441 -0.063052 0.040236 -0.006325 0.011984 -0.06308 0.019065 0.006835 0.039615 0.027602 -0.002894 -0.000278 -0.012641 -0.043467 0.019426 -0.004999 -0.028211 0.017039 0.041518 0.007839 -0.016963 -0.019979 0.021496 -0.01907 0.016787 0.049578 -0.037231 -0.030813 -0.013195 0.023055 0.002401 -0.021131 -0.00024 -0.018064 -0.047359 0.000506 0.043963 -0.0042 0.007653 0.002193 -0.026011 -0.024568 -0.003569 0.018525 -0.037434 0.002705 0.018335 0.034108 -0.037665 -0.044052 -0.000115 0.037188 -0.034085 0.01876 0.00571 -0.007298 -0.042005 -0.02682 0.029827 0.026247 0.032966 -0.004324 -0.003569 -0.036677 -0.001814 0.023852 -0.024975 -0.001437 -0.007147 0.036947 0.004218 0.039867 -0.002321 -0.009392 0.01424 -0.000129 -0.019094 -0.014092 0.006475 0.015238 -0.039492 0.013277 -0.007075 0.006477 0.019285 -0.01529 -0.015677 0.010125 0.002972 -0.045568 -0.021688 0.012481 -0.012791 -0.023172 0.018395 0.017776 0.014946 0.03433 -0.020084 0.013205 -0.009658 -0.021567 0.037788 0.024551 0.041029 0.046483 0.003444 0.00834 -0.026927 -0.034323 -0.036882 -0.012983 -0.019401 0.005154 -0.030251 -0.00489 0.008093 -0.009665 0.012882 -0.016352 -0.01074 -0.017402 -0.037839 0.00274 -0.00759 0.00928 0.000274 -0.014194 0.020377 0.002095 0.017929 -0.005625 0.01662 0.014301 0.033088 -0.03896 -0.001942 0.000257 0.017298 0.028797 0.005969 -0.010899 0.020241 -0.005544 -0.024534 -0.019516 -0.001002 -0.035458 0.005304 -0.058425 -0.023176 0.004178 0.004392 0.000345 -0.005667 -0.035921\nừ 0.047017 0.001789 -0.042339 0.029265 0.032444 0.023775 0.029972 -0.028869 -0.036189 -0.034772 0.041094 -0.031567 -0.025059 0.00701 0.016524 -0.006105 0.049031 -0.026609 0.004782 -0.02491 -0.020625 0.013271 -0.014448 0.02133 -0.00465 0.005534 0.005116 -0.004342 0.025105 -0.001608 0.02333 -0.020394 0.012541 -0.019027 0.038739 -0.003142 -0.019093 0.016663 -0.01193 0.029691 -0.008643 0.017956 -0.037378 -0.00431 -0.023455 -0.056292 0.030503 0.005823 0.014692 0.006658 0.034755 0.031815 0.029991 -0.050625 0.056977 0.016714 -0.018694 0.026572 -0.027621 0.008385 -0.019599 -0.025507 -0.010576 -0.00087 -0.00784 0.015669 0.050037 -0.019855 0.035083 0.008644 -0.041992 -0.014268 0.063801 0.007964 -0.036614 0.042592 0.00482 0.038454 -0.009033 0.001268 0.014099 -0.003888 -0.001047 0.03181 -0.017292 -0.032089 -0.037263 -0.009831 0.00495 -0.020298 -0.004628 0.018326 -0.015084 -0.025328 -0.016658 -0.01054 -0.00298 -0.002764 -0.013779 -0.027142 -0.019791 0.030944 -0.008846 -0.01818 0.021648 0.002217 -0.019141 -0.018868 0.055841 0.025415 0.014694 0.006357 -0.001958 -0.017284 0.021779 0.011867 -0.019672 0.005562 -0.014703 -0.022096 -0.004983 -0.036953 0.052349 0.005111 0.012885 0.021572 -0.023607 -0.018987 -0.031805 -0.002669 0.006212 0.009359 -0.02338 0.013253 -0.004744 0.00425 -0.024826 0.046833 0.003559 0.037979 -0.033137 0.008463 0.042499 0.046064 -0.039492 -0.013126 0.041953 0.007854 -0.011296 -0.012366 -0.015056 -0.012032 0.04428 0.010861 -0.015312 0.015635 0.033961 -0.013576 -0.016553 -0.043727 -0.00292 0.011594 0.005714 0.008701 -0.021502 -0.007419 0.006646 -0.032541 0.026818 0.00814 -0.038461 -0.041638 -0.001672 -0.012885 -0.038631 0.008916 0.018721 0.018592 -0.000247 -0.013084 0.018629 0.016196 -0.006805 0.00207 0.000474 0.023787 0.007988 -0.008621 -0.054999 -0.035632 0.015969 0.032263 -0.024457 -0.003004 -0.03569 0.023344 -0.006691 -0.006493 0.021458 -0.010591 -0.04372 -0.04622 -0.016918 0.016124 0.03687 -0.007926 0.01288 -0.006938 -0.005463 0.026639 -0.03383 -0.000427 0.010174 -0.005434 0.029195 0.022799 0.015455 -0.004247 -0.002951 0.039382 0.02303 0.024004 0.004307 -0.035796 -0.008949 -0.018582 0.013444 -0.007178 0.013481 -0.008786 0.002837 -0.020534 -0.010823 -0.019422 -0.028845 0.013261 -0.006741 -0.049313 0.009594 0.027725 -0.016515 0.046819 -0.01826 -0.013263 -0.003601 -0.008498 0.025401 0.025193 0.023014 0.039278 0.008859 0.025281 0.031244 -0.033821 -0.017776 -0.019743 -0.013722 0.032982 -0.017519 -0.043489 0.003428 0.006232 0.010043 -0.033935 -0.026115 -0.029567 -0.024128 0.006012 -0.012402 0.013111 0.006424 -0.017239 0.011772 -0.007683 0.014226 -0.010878 0.023098 0.033539 0.043673 -0.038765 -0.000624 0.00494 0.001437 0.030621 -0.040048 0.001527 -0.001181 0.005663 -0.04141 -0.005062 0.012886 -0.033328 0.009832 -0.057211 -8.2e-05 0.019559 0.010895 0.003674 0.031031 -0.001639\nዳ 0.02098 0.000729 -0.051638 0.027837 0.01262 0.037296 0.001246 -0.01168 -0.02969 -0.028703 0.019171 0.01143 -0.007413 -0.022334 0.022073 0.010214 0.006337 -0.033353 -0.023623 -0.028273 -0.008872 0.012995 0.012467 0.013432 0.005221 0.016507 -0.011402 -0.010899 -0.0178 -0.015654 0.025384 -0.039002 -0.031416 -0.022149 0.024308 0.013482 -0.056067 0.041191 0.004056 0.012148 -0.022615 0.012678 0.000749 0.023897 -0.010784 -0.002775 0.015375 -0.013247 -0.002578 0.020379 0.021901 0.043214 0.020808 -0.034636 0.03616 0.008451 0.005133 0.015017 -0.009005 0.03415 -0.00891 -0.04374 0.002049 -0.024735 0.008618 0.035911 0.044819 0.001933 0.029789 0.023411 -0.035985 -0.013752 0.028137 0.022453 -0.04971 0.011617 -0.031129 0.028417 -0.026743 -0.001439 0.005946 -0.009871 -0.007166 0.016923 -0.022004 -0.047497 -0.021519 -0.001833 -0.007663 -0.001018 -0.003259 0.043408 -0.011441 0.000227 0.014047 -0.021707 -0.008625 -0.04007 0.010953 0.01226 -0.024997 0.008371 -0.004845 -0.033434 0.012198 -0.009161 -0.016451 0.014881 0.026928 -0.015406 0.049278 0.02611 0.020902 -0.007117 0.000845 -0.00171 -0.014902 0.018113 -0.003771 -0.029229 0.037479 -0.001325 0.044353 0.019701 0.037428 0.012334 0.005478 -0.014414 -0.019239 -0.02126 -0.012601 -0.007265 -0.002221 0.033248 -0.038251 0.006735 -0.025444 0.010472 0.021537 0.039272 -0.02538 -0.006276 0.000278 0.026391 -0.034325 -0.058058 0.053848 0.000435 -0.001341 -0.03107 0.000937 0.017116 0.02587 0.021841 -0.003672 -0.008423 0.005955 -0.027824 0.018273 -0.015027 -0.014533 0.017207 0.012268 0.005218 -0.02203 -0.013618 0.014912 -0.025343 0.027167 -0.002587 -0.034817 0.004171 -0.001766 0.047782 -0.016704 -0.019589 0.002307 0.000116 -0.041237 -0.029141 0.022818 0.001601 0.001479 -0.002823 0.008629 -0.027891 0.004601 0.01321 -0.056496 0.001383 -0.005211 0.032486 -0.032918 -0.029318 -0.009826 0.03515 -0.018079 0.010616 0.016784 0.008042 -0.020635 -0.020033 0.014946 0.025954 0.01157 0.014144 0.016273 -0.02623 -0.020056 0.043272 -0.020504 -0.000995 0.005907 0.019728 -0.011589 0.080328 -0.011327 -0.015786 -0.004182 -0.010581 -0.012304 0.005571 0.001985 0.009884 -0.030147 0.003229 0.005273 0.011193 -0.025994 -0.0262 0.003925 0.009835 -0.001035 -0.005983 -0.038328 -0.013593 -0.031483 -0.018417 0.001361 0.04706 0.006937 0.028432 -0.027775 0.020963 0.004905 -0.000239 0.02498 0.003585 0.019862 0.053616 0.032036 -0.000198 0.001828 -0.036505 -0.038317 -0.025317 0.009181 0.031375 -0.029255 -0.019392 -3.8e-05 -0.00803 0.007048 -0.041626 -0.038106 -0.01818 -0.009335 -0.018385 0.00128 -0.003983 0.022614 0.016702 0.01081 -0.005048 0.004936 0.015093 0.005283 0.031824 0.034115 -0.049685 -0.000918 -0.018408 0.017157 0.032238 -0.030154 -0.012454 0.019607 -0.003648 -0.015084 -0.022408 0.001924 -0.027342 0.004434 -0.074398 0.001679 -0.001832 0.013373 0.020902 0.007306 0.002054\nÿ 0.028525 -0.015944 -0.049897 0.008569 0.031688 0.038855 0.009446 -0.010253 -0.019265 -0.01402 0.030989 0.009504 0.018523 -0.013368 0.012069 0.011059 0.007266 -0.06112 -0.006303 -0.018459 -0.015438 -0.007016 0.030903 0.004559 -0.027741 0.019701 0.001803 -0.012948 -0.003475 -0.03967 0.018031 -0.029459 -0.037338 -0.067971 -0.007107 0.010753 -0.016243 0.017174 0.052233 0.024783 -0.013095 0.009238 0.009384 -0.005485 -0.008122 -0.046273 0.035628 -0.008542 -0.000982 -0.019853 -0.003553 0.064109 0.020176 0.002285 0.029632 0.038075 0.001987 0.040108 -0.007454 0.007348 0.015492 -0.013892 -0.029057 -0.029162 0.006122 -0.005741 0.028611 -0.018962 0.005786 0.020386 -0.025166 0.003357 0.03643 0.016797 -0.040865 -0.006521 -0.039767 -0.012239 -0.011983 -0.008238 -0.025706 -0.004748 0.001221 -0.010315 -0.044476 -0.062968 0.014491 0.017037 -0.018606 -0.006222 -0.034578 0.01775 -0.014951 0.010495 0.008214 -0.026713 -0.01989 -0.002177 -0.010718 -0.000883 -0.027565 -0.002083 0.018368 -0.039037 -0.003115 -0.000178 -0.02201 0.004667 0.030771 -0.013291 -0.005723 -0.009914 0.000697 -0.043008 0.035445 0.009452 0.013934 0.034719 0.010038 -0.051912 0.035963 -0.009874 0.025345 -0.020015 -0.000776 0.009679 -0.015615 -0.036566 -0.014475 0.016583 -0.005443 -0.044879 -0.025383 0.027052 -0.015037 0.021586 -0.018559 -0.013466 0.016315 0.038914 -0.029988 -0.006048 0.040242 0.014105 -0.023388 -0.021618 0.001563 -0.034854 0.030941 -0.024266 0.002424 0.027938 0.009591 0.043419 -0.016795 0.010145 -0.0369 -0.014124 0.024317 -0.00959 -0.018188 -0.004227 0.014536 0.006982 -0.008573 -0.002157 0.046571 -0.023395 -0.000644 0.055193 -0.034416 0.00304 0.02198 0.043391 -0.020686 -0.007487 -0.015239 -0.010932 -0.065377 -0.022876 0.05229 -0.03178 -0.025868 -0.0044 -0.026945 -0.020818 0.01964 -0.011717 -0.050381 -0.015573 -0.005158 0.039946 -0.032439 -0.087026 -0.009115 0.05067 -0.009184 0.0096 -0.008142 -0.000799 -0.021049 -0.008556 0.009195 0.0539 0.003813 0.005769 -0.010499 -0.000534 -0.025977 0.010987 -0.030758 0.037498 -0.020652 0.013646 0.002821 0.032562 -0.021478 -0.02311 0.012216 0.04232 -0.003744 -0.006804 -0.013249 0.020872 -0.006856 0.015898 -0.023792 0.034003 -0.037029 -0.038116 -0.002495 0.00936 -0.005287 -0.044052 -0.016613 7.1e-05 -0.038529 -0.042577 0.019177 0.040918 0.021541 0.017261 0.003524 0.034954 0.020578 -0.00492 0.06129 0.011355 0.034054 0.032542 0.00107 -0.017992 -0.002267 -0.045037 -0.016452 -0.034621 -0.00076 0.005834 -0.02043 0.019056 0.03304 -0.024327 0.013613 -0.016841 -0.025872 0.019337 -0.012745 0.021707 0.007274 -0.055023 -0.013138 -0.00596 0.008006 -0.026772 -0.003341 -0.000539 0.0011 0.040966 0.039239 -0.027349 -0.024787 -0.047798 0.016753 0.017707 -0.005365 -0.011288 0.010298 0.019178 -0.061114 0.010102 -0.017301 -0.028227 0.042432 -0.084276 -0.0183 0.003848 0.030409 0.010067 0.074386 -0.006158\nឆ 0.027394 0.012676 -0.040986 0.011798 0.018356 0.035092 0.003396 -0.027527 -0.013417 -0.033365 0.045173 0.00601 -0.00698 -0.022178 0.030128 -4.5e-05 0.007629 -0.020593 -0.001093 -0.056608 -0.007579 0.004718 0.009721 0.007313 -0.007565 0.028283 -0.003722 -0.011798 -0.02841 -0.02953 0.025916 -0.034581 -0.001823 -0.044188 -0.002035 -0.00247 -0.013413 0.033343 0.026684 0.012787 -0.015625 0.000188 0.003387 0.00527 -0.010683 -0.02975 0.063593 0.004501 0.007586 0.010837 0.017413 0.037365 0.03334 -0.021564 0.034353 0.020528 -0.015561 0.014509 -0.003348 0.025944 -0.031397 -0.008578 0.005733 -0.010564 0.011931 0.010044 0.032952 0.001664 0.02287 0.002422 -0.044665 -0.013464 0.013915 0.027681 -0.039282 0.006626 -0.026821 0.000183 -0.013745 -0.012415 0.016469 -0.008166 -0.023167 0.014826 -0.020087 -0.021905 0.015201 -0.002285 -0.009761 -0.000446 -0.007841 0.010193 -0.003443 -0.011841 0.022984 -0.007036 -0.016404 -0.037264 0.011037 -0.007893 -0.01432 0.010352 -0.01091 -0.016004 0.004398 -0.025129 -0.002418 0.008242 0.034167 -0.003128 0.045609 -0.000336 0.043861 -0.025392 0.011173 -0.002329 0.006043 -0.005924 -0.017051 -0.033924 0.031289 -0.005066 0.039774 0.009393 0.037492 -0.003057 -0.003791 0.002698 -0.009452 -0.035968 -0.006108 -0.018078 -0.007842 0.023367 -0.028758 0.023862 -0.03208 0.002131 0.014432 0.039984 0.003406 0.000421 -0.006975 0.031974 -0.035332 -0.03242 0.038325 0.022274 0.009811 -0.027462 -0.003963 0.00699 0.038004 0.031216 -0.006883 0.015442 0.019983 -0.027959 0.014426 -0.030987 -0.023276 0.022197 0.016617 0.002611 0.011784 -0.009668 -0.002442 -0.021585 0.027735 0.015499 -0.01634 -0.016025 -0.015314 0.028984 -0.007542 -0.017917 -0.018924 -0.013898 -0.042111 -0.027933 0.025646 -0.016337 0.006899 -0.008227 0.003961 -0.010444 -0.00075 0.010664 -0.039849 0.001589 0.020547 0.02485 -0.040894 -0.023661 0.004434 0.033321 -0.009555 0.02057 0.020084 -0.016129 -0.02432 -0.032408 0.03383 -0.000543 0.010433 0.012206 0.017376 0.008713 -0.002483 0.035219 -0.028262 -0.006094 -0.009995 0.034542 0.010484 0.052235 0.011132 -0.007126 0.023671 -0.016119 -0.002097 0.009212 0.003987 -0.010727 -0.00073 0.00117 -0.002937 0.002368 -0.00544 -0.006809 -0.011912 0.01455 -0.013105 -0.011051 -0.015708 -0.000996 -0.017561 -0.049234 0.026795 0.036659 0.00593 0.014948 -0.039715 0.007459 -0.004021 -0.001606 0.040615 0.000234 0.036609 0.044789 0.023592 -0.004249 0.015121 -0.026272 -0.028411 -0.02251 0.020789 0.033914 -0.034852 -0.007798 0.010844 -0.002419 0.037363 -0.035175 -0.028958 -0.015325 -0.017111 -0.013546 0.006763 -0.010893 0.015557 0.014088 0.01876 0.002167 0.001228 0.005209 0.002753 0.020355 0.059459 -0.049563 -0.000366 -0.017574 0.023583 0.003892 -0.022774 -0.031877 0.026916 -0.007209 -0.037418 -0.030653 -0.012143 -0.03719 -0.002758 -0.069423 -0.021939 0.001182 0.028231 0.011208 0.005208 0.004685\nጉ 0.039501 -0.025523 -0.025766 0.020247 -0.019772 0.036781 -0.007093 -0.048208 -0.018065 -0.025014 0.065157 0.026712 0.042064 -0.01665 -0.025748 0.037067 -0.017682 0.009781 -0.018142 -0.051702 -0.034876 -0.007762 0.018351 0.017533 -0.027029 0.036023 -0.058762 0.011892 -0.014828 -0.026166 0.021153 -0.018991 -0.02205 -0.024892 -0.038625 0.014216 -0.072756 -0.011424 0.032407 0.052798 -0.014866 -0.03534 0.04169 0.048744 -0.05359 -0.011051 0.058335 -0.011426 -0.016832 0.043392 -0.027385 0.05328 0.039241 0.014965 0.032776 -0.019504 -0.051982 -0.011507 -0.065833 0.031375 -0.02943 -0.022422 -0.030213 -0.003432 0.024166 -0.031307 0.060823 -0.011553 0.021921 -0.002488 -0.042061 0.019179 0.026776 0.039197 -0.022016 -0.040895 -0.040674 0.026478 -0.075035 -0.052958 0.048868 -0.024233 -0.037975 -0.005143 -0.01257 -0.04675 0.002037 -0.021873 -0.016348 0.012149 -0.030838 -0.004199 -0.021912 -0.070408 -0.027244 0.018427 -0.029257 0.002112 0.013051 -0.011329 -0.053343 0.0056 0.003158 -0.026741 -0.011699 -0.061591 -0.061181 0.020635 0.044765 0.002932 0.031196 0.010498 -0.000278 -0.045739 -0.00787 -0.020867 -0.050619 -0.019108 -0.060189 -0.01288 0.014923 -0.014822 0.033971 0.032907 0.019502 0.020033 -0.037461 -0.027608 0.013361 -0.023747 -0.024874 -0.015452 0.009847 0.031947 -0.032725 -0.000857 -0.01124 -0.045407 0.013698 0.045783 0.037614 -0.023384 0.002725 0.066725 -0.049857 -0.056899 0.070332 0.023913 -0.029716 -0.017017 -0.000678 0.03397 0.016403 0.015297 0.008615 0.01853 0.005183 -0.025487 0.055166 -0.030961 -0.021204 0.003634 -0.008 0.009031 0.003097 -0.004811 -0.03288 -0.053969 -0.011825 0.010577 -0.039128 -0.042268 -0.014602 -0.005696 0.012519 -0.033094 0.000539 -0.046801 -0.038281 -0.056511 -0.004956 -0.025959 0.030683 0.008023 0.018092 -0.019929 -0.03527 0.023682 -0.074258 -0.031384 -0.007028 -0.014795 -0.012479 -0.053408 -0.01331 0.047413 -0.025033 0.003869 -0.018305 0.017669 -0.058211 -0.005675 0.047825 0.060384 0.018866 -0.01837 0.069429 -0.00687 -0.012494 0.04027 -0.036798 -0.011456 0.0132 -0.002624 0.028621 0.07516 0.046945 0.016098 0.011931 0.038768 0.007841 -0.013405 -0.021514 0.015053 -0.003929 -0.004753 0.017736 0.044926 -0.000152 -0.03841 -0.049244 -0.02599 -0.003638 -0.028256 -0.030874 0.05824 -0.024501 -0.028619 0.035136 -0.023534 -0.041193 -0.0222 -0.046499 -0.000138 -0.001971 -0.003323 0.023915 0.044702 0.057442 0.002562 0.013273 0.043899 -0.00603 -0.064477 -0.023317 -0.023507 -0.061285 0.050724 -0.015155 0.003255 0.003862 -0.027316 0.043891 -0.012184 -0.042955 -0.037925 0.002337 -0.041816 -0.003051 0.033408 0.034722 0.026419 0.028197 0.045323 0.016796 0.011278 0.013838 0.02842 0.074011 -0.067715 0.010096 -0.032967 0.015139 0.061787 -0.014919 -0.027016 0.037954 -0.026424 -0.03482 0.000522 0.048595 -0.081547 -0.006937 -0.088212 0.009062 -0.045624 0.070398 0.024362 0.054313 -0.012077\nซ 0.027812 0.00171 -0.03854 0.022981 0.012865 0.033388 0.014408 -0.00423 -0.020147 -0.028337 0.019558 0.000937 -0.002197 -0.016191 0.028676 -0.00253 0.004566 -0.022333 -0.007845 -0.038329 -0.013785 0.00967 0.005742 0.011512 0.005684 0.006517 -0.0138 -0.002187 -0.0158 -0.02597 0.012705 -0.022878 -0.015624 -0.031289 0.00092 0.015524 -0.024256 0.036331 0.008507 0.021878 -0.029356 0.013143 -0.000933 -0.004874 -0.021471 -0.022666 0.025943 0.003344 -0.002319 0.010285 0.000301 0.041816 0.034755 -0.031398 0.032368 -0.000532 0.003716 0.020566 -0.007042 0.021539 -0.029546 -0.021438 0.004389 -0.018882 0.007405 0.012228 0.023635 -0.010828 0.043356 0.013681 -0.044804 -0.007868 0.0176 0.01053 -0.050152 0.006415 -0.026084 0.01942 -0.033178 -0.01723 0.015106 -0.001371 0.005653 0.015532 -0.015992 -0.04545 0.002454 -0.006427 -0.018338 -0.001471 -0.007054 0.020728 0.009862 -0.015531 0.015334 -0.005865 0.006483 -0.033258 0.006683 0.00371 -0.016688 0.005337 0.002097 -0.025899 0.013909 -0.00197 -0.008364 0.008058 0.02599 -0.003805 0.043756 0.019851 0.02578 -0.018202 0.005228 0.001474 -0.010004 -0.004447 -0.005589 -0.034286 0.018957 0.011499 0.031293 0.022741 0.031582 0.012176 -0.017614 -0.017236 -0.003497 -0.018242 -0.004158 -0.003918 -0.019041 0.02737 -0.01766 0.012076 -0.031763 -0.007131 0.01425 0.043021 0.002484 -0.008617 0.00461 0.027981 -0.036868 -0.037755 0.038423 0.005377 0.004057 -0.040904 0.005265 0.005884 0.033933 0.025257 0.000119 0.006908 0.007446 -0.026671 0.007865 -0.018003 -0.01176 0.010486 0.022038 0.0123 -0.007639 -0.015625 0.016922 -0.016981 0.019497 0.016794 -0.022892 -0.018251 -0.013124 0.023366 -0.022975 -0.023604 -0.006795 -0.004052 -0.03747 -0.023078 0.034883 -0.011884 0.006583 -0.011296 -0.005766 -0.010494 0.002356 0.02138 -0.047091 -0.000786 0.011198 0.023801 -0.032247 -0.030067 0.00737 0.034964 -0.011389 0.010235 0.002586 0.002803 -0.029939 -0.02673 0.012236 0.025398 0.01788 0.020006 0.005827 -0.008416 0.003069 0.032043 -0.025957 0.000773 -0.006648 0.016192 -0.003127 0.060935 0.00544 -0.019367 0.010989 -0.00645 -0.002532 0.004736 -0.006693 0.007278 -0.023945 -0.000503 -0.004457 0.016319 0.001486 -0.03059 -0.012734 0.001658 -0.00698 -0.025603 -0.028218 -0.000249 -0.006769 -0.03287 0.020664 0.022854 0.007983 0.026127 -0.026335 0.008716 -3.4e-05 -0.003745 0.02673 0.000221 0.035391 0.050015 0.018813 0.005816 -0.005275 -0.036983 -0.022174 -0.015585 -0.002651 0.027389 -0.020212 -0.013764 0.00721 -0.01084 0.029084 -0.021732 -0.017691 -0.024372 -0.030334 -0.009347 0.005288 -0.000573 0.01721 0.00139 0.013459 0.002273 0.012569 0.000167 -0.005954 0.012076 0.045419 -0.043008 -0.001138 -0.004434 0.009824 0.015224 -0.017088 -0.00704 0.021941 -0.014901 -0.021774 -0.014709 0.011015 -0.044182 0.011306 -0.056916 -0.003601 0.006479 0.01068 0.016671 0.021931 -0.002768\nĕ 0.021011 0.00695 -0.039053 0.017749 0.00986 0.031649 0.010102 -0.009198 -0.010749 -0.01006 0.014611 0.01265 -0.004805 -0.009835 0.005592 -0.004446 0.012363 -0.011026 -0.009042 -0.023226 0.000926 0.004551 -0.001282 0.004823 0.008146 0.017117 0.003456 -0.019052 -0.010973 -0.004694 0.011538 -0.021674 -0.014104 -0.036192 0.005858 0.016715 -0.030437 0.027549 0.004397 0.005638 -0.011383 0.013574 0.002414 -0.004328 -0.011607 -0.007642 0.014427 0.000294 -0.000516 0.000237 0.007788 0.024814 0.012913 -0.013943 0.021046 0.011595 0.004159 0.01413 -0.011354 0.021016 -0.023717 -0.017201 -0.006576 -0.014231 -0.001191 0.013951 0.022254 -0.003842 0.029709 0.015988 -0.034938 0.006128 0.020372 0.014343 -0.03389 0.002175 -0.025692 -0.001806 -0.013661 -0.016711 0.022919 0.00431 -0.006329 -0.002114 -0.016381 -0.044196 -0.000475 0.015815 -0.006203 -0.001913 -0.009083 0.01874 -0.000601 -0.001304 0.014327 0.011298 -0.005108 -0.014793 -0.005403 0.007841 -0.017847 -0.005333 -0.000353 -0.024979 0.002214 -0.011419 -0.006844 0.009082 0.026403 -0.019612 0.03231 0.014744 0.011631 -0.009228 0.011131 -0.000374 -0.000594 -0.00595 0.000649 -0.032056 0.021775 -0.014493 0.023694 0.015937 0.01964 0.011427 -0.017585 -0.014312 -0.008138 -0.022477 -0.011008 0.006708 -0.016045 0.025026 -0.012431 0.008938 -0.002225 0.001842 0.004204 0.030514 -0.002699 0.000165 0.010897 0.027038 -0.015498 -0.024493 0.023242 0.008052 0.004962 -0.035442 0.003289 0.003254 0.017979 0.017791 0.002334 0.007653 0.009209 -0.019069 0.012891 -0.00995 -0.015217 0.01955 0.006773 0.012125 -0.0207 -0.01317 0.009409 -0.00791 0.01102 0.016481 -0.029636 -0.021221 0.004363 0.033113 -0.01679 -0.01716 -0.00436 -0.00735 -0.014605 -0.002198 0.027063 -0.015733 0.005601 -0.000863 -0.018235 -0.003906 0.019096 0.010212 -0.043441 -0.009921 0.012931 0.041674 -0.031234 -0.034137 0.000653 0.030011 -0.014364 0.009262 0.009756 0.001322 -0.018489 -0.012685 0.003319 0.014686 0.021543 0.002731 -0.005288 -0.013365 -0.010561 0.016489 -0.011025 0.000276 0.006156 0.017358 0.00412 0.044618 -0.003109 -0.007963 0.004015 0.012851 -0.007311 -0.001358 0.000136 0.000417 -0.016213 0.007356 -0.001665 0.012465 -0.010232 -0.01269 0.002429 -0.00223 -0.002868 -0.034477 -0.0093 -0.00655 -0.022819 -0.017536 0.01911 0.015132 -0.00795 0.029892 0.000187 0.009561 0.005743 -0.008729 0.029689 -0.00138 0.02185 0.030627 0.010756 -0.002478 -0.002162 -0.03225 -0.014869 -0.009302 -0.016663 0.009872 -0.021803 0.003902 -0.006499 0.009186 0.024778 -0.0177 -0.023354 0.000148 -0.016744 -0.00299 0.002903 -0.007048 0.010975 -0.020191 0.00886 -0.003394 0.000414 -0.006397 0.00062 0.018086 0.039422 -0.02265 -0.012574 -0.011419 0.015382 0.009126 -0.012043 -0.01189 0.017335 -0.001508 -0.008973 -0.005752 0.00849 -0.011116 0.007674 -0.047616 -0.013101 0.000349 0.006228 0.013037 0.021206 0.00105\n 0.016771 -0.002001 -0.024038 0.011623 0.012813 0.010924 0.002427 0.003376 -0.004104 -0.013644 0.019344 -0.003029 0.002049 0.002502 0.006685 0.009684 0.001189 -0.006276 -0.0162 -0.028613 -0.002045 0.00772 0.003416 -0.004402 -0.010553 0.00468 -0.006104 -0.012053 0.004181 -0.016154 0.013656 -0.017279 -0.0044 -0.016517 0.008269 0.01092 -0.015284 0.016456 -0.011082 0.022876 -0.005032 0.01378 -0.006711 -0.004935 -0.013505 -0.019218 0.006532 0.00739 -0.004534 0.003474 0.010426 0.025125 0.015268 -0.022131 0.018388 0.014458 0.002004 -8.3e-05 0.005684 -0.004473 -0.019219 -0.022154 0.000411 -0.004389 0.000348 0.014231 0.021521 -0.012446 0.005929 0.005919 -0.018457 -0.005302 0.022172 -0.002945 -0.015957 0.018121 -0.010991 0.018409 -0.004185 -0.009726 0.006025 -0.00514 -0.004086 0.003269 -0.005903 -0.013234 -0.007752 -0.009611 -0.013706 0.003249 0.000824 0.009895 0.0061 -0.010542 -0.000888 -0.007663 0.001319 -0.012345 -0.002144 -0.017131 -0.00564 0.001612 -0.009334 -0.01441 -8.5e-05 -0.002534 0.004076 0.001371 0.008486 0.005476 0.011796 0.006523 0.006909 -0.00206 0.017709 0.003746 -9.2e-05 -0.012274 -0.023075 -0.011952 0.002602 -0.003082 0.005032 0.000503 0.003971 0.013944 -0.013623 -0.004524 0.00198 0.006096 0.012638 0.003181 -0.015065 0.008077 -0.001371 0.0124 -0.016404 -0.007678 -0.01032 0.023303 -0.005276 -0.003556 0.004259 0.02199 -0.004808 -0.009579 0.017038 -0.008477 0.003681 -0.004924 0.007587 0.008315 0.012285 0.00537 -0.008668 0.002001 -0.003597 -0.005496 0.010125 -0.006445 -0.004176 0.002997 0.012293 0.003226 -0.000959 0.006884 0.022027 -0.00877 0.011451 -0.000359 -0.002994 -0.012714 0.005683 -0.002178 -0.016606 -0.013093 -0.006283 0.001997 -0.01767 -0.008802 0.010119 0.003763 -0.006453 -0.004432 -0.001373 0.00876 -0.002644 0.003298 -0.015312 0.011935 0.015548 0.012158 -0.001856 -0.010004 -0.001089 0.012382 -0.012533 -0.002311 -0.010185 -0.006802 -1.9e-05 -0.006445 -0.003473 0.017814 0.002557 0.004917 -0.016811 -0.012091 -0.006484 0.013754 -0.010354 0.007935 -0.011857 -0.002828 0.01222 0.030645 0.001131 -0.006268 -0.015342 -0.008937 0.000468 -0.003989 -0.000734 -0.000634 -0.01384 0.007 0.00502 0.0205 0.000997 0.003597 -0.005199 0.005207 -0.012392 -0.011304 -0.010864 -0.012755 0.000485 -0.008166 0.003514 0.013553 -0.005962 0.018958 -0.01339 0.018901 -0.002664 -0.012384 0.008505 0.000989 0.013245 0.011273 0.002698 0.019689 0.007584 -0.021022 -0.019586 -0.012409 -0.001081 0.001518 -0.001248 0.000725 0.009994 -0.012208 0.017626 -0.010154 -0.018868 -0.001943 -0.009546 -0.009487 0.001936 -0.002479 -0.012147 -0.001586 0.013296 -0.002819 -0.002207 0.01011 0.00077 0.010621 0.009239 -0.005402 0.006397 -0.007804 0.014491 0.003248 -0.005555 -0.013686 0.007063 0.011385 -0.005422 -0.01413 0.004917 0.00113 0.009044 -0.019171 -0.01036 -1.8e-05 0.017754 0.015273 0.005626 -0.003087\nဟ 0.043992 -0.005386 -0.018834 0.022107 0.011331 0.092299 0.000797 -0.016744 -0.01497 -0.040799 0.055099 0.018986 -0.027241 -0.030045 0.066002 0.004585 0.000662 -0.018189 0.01857 -0.082969 -0.019236 -0.007989 0.003479 -0.004178 -0.002388 0.002177 -0.070433 -0.048248 -0.024149 -0.046595 0.064151 -0.033567 -0.043092 -0.054273 0.027347 0.012554 -0.010623 0.064786 -0.00167 0.014257 -0.044998 0.013664 0.026183 -0.003692 -0.044076 0.00089 0.025472 0.006052 0.004486 0.004325 -0.00238 0.062326 0.024349 -0.054505 0.047608 0.032204 -0.021383 0.003956 -0.009088 0.01376 -0.092434 -0.035131 -0.006586 -0.008721 0.023136 0.027551 0.052779 0.000902 0.069825 0.039316 -0.084809 -0.018998 0.012945 0.032572 -0.06258 -0.013675 -0.037612 0.024836 -0.079556 0.006033 -0.003861 -0.00213 -0.010624 0.013526 -0.038896 -0.072296 -0.005174 0.021039 -0.037175 -0.006052 -0.012092 0.053433 0.02092 -0.042652 0.038629 -0.01244 -0.0177 -0.049832 -0.008858 -0.013944 -0.058663 0.004941 0.009232 -0.04649 0.02932 -0.008487 0.000536 -0.008043 0.056212 -0.016996 0.068484 0.059935 0.048149 -0.038366 0.023801 -0.00079 0.023552 -0.022994 -0.032134 -0.035718 0.024534 0.000616 0.038681 0.032178 0.078514 0.02128 -0.017157 -0.001218 -0.004421 -0.05801 -0.023258 0.01123 0.008992 0.061622 -0.018479 0.017227 -0.047289 0.051209 -0.002272 0.062473 -0.003995 -0.021215 -0.015229 0.051819 -0.060597 -0.081318 0.11012 0.014663 0.000541 -0.052859 0.018825 0.028601 0.054213 0.017003 -0.021264 0.012066 0.013027 -0.028098 0.032109 -0.029332 -0.048875 0.030374 0.038421 0.022501 -0.045085 -0.032711 0.059229 -0.02903 0.028395 0.030321 -0.017552 -0.020031 -0.011529 0.048188 -0.016148 -0.02949 0.03421 -0.03054 -0.077218 -0.000979 0.062888 0.012197 0.027694 -0.006759 -0.002856 -0.023204 0.019967 0.02913 -0.037723 0.009515 0.004011 0.037824 -0.069257 -0.055528 -0.008479 0.051391 -0.017479 0.028771 -0.007769 -0.001412 -0.045981 -0.04558 0.024259 0.055032 0.021402 0.039516 0.011748 0.004239 0.000119 0.0703 -0.042444 -0.026257 -0.008942 0.014203 -0.023496 0.089033 0.021171 -0.041056 -0.005315 0.025767 0.009601 -0.001529 -0.021105 0.016085 -0.059436 0.005344 -0.020052 0.041321 0.026708 -0.019546 -0.051529 -0.018883 0.007807 -0.0737 -0.062917 -0.043358 -0.026643 -0.050566 0.020207 0.004822 0.044654 0.057412 -0.042591 0.020597 -0.027084 0.000244 0.03124 -0.02805 0.060257 0.061615 0.048731 -0.001961 -0.02258 -0.037415 -0.034435 0.002313 -0.02801 0.033513 -0.034358 0.020755 0.001951 -0.01324 0.046718 -0.034671 -0.055628 -0.039618 -0.053462 -0.029641 -0.00361 -0.002589 0.024262 0.022031 0.029663 -0.008422 0.02776 0.013504 0.0014 -0.011693 0.109292 -0.077262 0.025129 -0.011155 0.032158 0.040507 -0.003448 -0.015651 0.023854 -0.02655 -0.036781 -0.03172 0.002881 -0.063053 0.011083 -0.100069 -0.047865 0.0436 0.013441 0.072102 -0.008227 0.01197\nਣ -0.000104 0.0081 -0.019968 0.000599 -0.005028 0.004844 -0.008043 -0.024707 0.006675 -0.004063 0.006145 -0.009632 -0.007857 -0.001031 -0.013216 0.018884 -0.001126 -0.002904 0.004297 0.001231 0.002681 0.01309 -0.018368 0.008958 0.041912 -0.02299 0.006896 -0.005068 -0.012385 0.008954 -0.002062 -0.012167 0.013918 -0.011734 0.000515 0.031817 -0.016547 0.003529 -0.006737 0.014403 -0.025636 -0.009308 0.005737 -0.013577 -0.002067 0.014807 0.015674 -0.005525 0.009383 0.000709 0.003937 0.004237 0.018802 0.006021 -0.01492 -0.017091 -0.009816 0.020409 -0.013195 0.002269 -0.002523 -0.010047 0.004692 -0.026996 -0.004733 0.001953 0.002341 0.015999 0.015649 0.015264 -0.028617 0.008273 0.006586 0.014504 0.000533 0.010621 -0.018606 0.016457 -0.021498 -0.018253 -0.027795 -0.030765 0.008115 -0.020055 -0.008308 -0.027403 -0.003117 -0.033318 -0.007624 0.001599 -0.0021 -0.007271 -0.002907 0.00712 0.003741 0.017502 0.018603 -0.016327 0.00076 0.015471 -0.016123 -0.012488 -0.010817 -0.024387 0.021141 0.004555 0.012225 -0.001479 0.014807 0.001411 0.010742 -0.003232 0.024948 -0.02608 0.000891 -0.015644 0.027625 -0.001996 0.006634 -0.001829 0.027571 -0.009207 -0.013584 0.005652 -0.005194 0.019027 -0.012964 -0.020448 -0.009761 -9.8e-05 0.002549 0.00045 -0.007087 0.033276 -0.007608 0.010333 -0.027848 -0.021034 0.033707 -0.003603 -0.021193 -0.00827 0.01003 0.025049 0.001298 -0.009904 -0.018634 0.00536 0.021691 -0.000656 -0.007279 -0.007622 0.01945 0.015757 0.018892 0.002902 0.007909 -0.003977 0.021032 0.020427 -0.021663 -0.011541 -0.00321 0.032974 -0.015162 0.010721 0.008669 0.013426 -0.005284 -0.002477 -0.0132 -0.01837 0.003466 0.008117 -0.010168 -0.010223 -0.003373 0.017184 -0.019903 0.006921 0.022731 -0.004319 0.018575 0.007028 0.005109 -0.011992 -0.012338 0.004185 -0.015764 -0.006861 0.016174 0.010431 -0.00475 -0.000775 -0.008144 0.001933 -0.012076 0.005587 0.018031 0.006023 0.009024 0.001088 -0.001163 0.013441 0.003541 0.013531 -0.002398 0.017596 0.0131 0.013175 0.026508 0.013307 -0.014439 0.017858 -0.014376 0.033455 -0.007413 -0.00991 0.013809 -0.032496 -0.032427 -0.013436 -0.002075 0.008807 -0.025795 0.005415 -0.003163 0.008009 0.010972 -0.031099 0.021879 -0.004582 0.007554 0.003788 0.014973 -0.030017 -0.017013 -0.020588 -0.000486 0.00275 0.00841 -0.004231 -0.00654 -0.001148 0.005904 0.006198 -0.004804 0.011616 0.01282 0.014878 0.000778 -0.01093 -0.010914 -0.018962 0.006531 -0.019386 0.00494 0.012718 -0.006603 0.001393 -0.015023 -0.001239 0.005159 -0.0148 0.001231 -0.002998 -0.012335 -0.004014 0.002699 0.00354 -0.007251 0.021137 -0.014106 0.008634 -0.000679 -0.002881 -0.024591 0.009913 0.016681 -0.006076 -0.009077 -0.001345 0.014378 0.00531 -0.015294 0.015468 0.011244 0.003912 -0.007082 -0.006192 0.007304 -0.012384 -0.005382 0.007821 0.008364 -0.017229 -0.005619 0.016311 -0.013701 -0.018979\nජ 0.049329 0.01599 -0.078594 0.024569 0.025476 0.071086 0.007603 0.001863 -0.039773 -0.048288 0.065472 0.030465 -0.008544 -0.047723 0.051713 -0.009537 0.026218 -0.025679 -0.013528 -0.082498 -0.042173 -0.008762 0.026365 0.013346 0.016682 0.046297 -0.006691 -0.028877 -0.011013 -0.040088 0.02685 -0.035863 -0.050307 -0.060478 0.027488 0.0128 -0.059117 0.069 -0.005058 0.046646 -0.053174 0.028567 0.00971 -0.018005 -0.045608 -0.040508 0.072688 0.002971 -0.000777 0.020663 -0.004672 0.084373 0.059917 -0.060629 0.061318 0.005515 -0.034013 0.02244 -0.028156 0.029204 -0.059419 -0.040183 -0.027637 -0.014333 0.017633 0.005177 0.091977 -0.006271 0.051731 0.03285 -0.076826 0.003802 0.034393 0.032004 -0.065832 -0.001691 -0.031341 0.035496 -0.057719 -0.004154 -0.006934 -0.004049 -0.007429 0.031895 -0.035285 -0.081632 -0.003771 -0.004102 -0.037385 -0.038178 -0.006053 0.033363 0.004894 -0.038034 0.022534 -0.03022 -0.017733 -0.048309 -0.010925 -0.01428 -0.025137 -0.004846 0.01665 -0.056949 0.029132 -0.014134 -0.031601 0.005882 0.05518 -0.004308 0.062696 0.045576 0.018669 -0.006013 0.023193 0.014618 -0.009318 -0.002228 -0.037048 -0.067241 0.032371 -0.017327 0.058344 0.048749 0.047986 0.012055 -0.030382 -0.019347 -0.041199 -0.027826 -0.047362 0.023539 -0.023644 0.059272 -0.017584 0.022244 -0.023994 0.020749 0.01186 0.081086 -0.002453 -0.029413 0.030136 0.040343 -0.05995 -0.091356 0.08504 0.019182 -0.004426 -0.06579 0.017951 0.023535 0.056697 0.024337 -0.010753 0.013018 0.006259 -0.030108 0.041712 -0.037708 -0.047151 0.019007 0.041389 -0.01057 -0.037485 -0.023478 0.054492 -0.032495 0.038629 0.037479 -0.032726 -0.046545 -0.013596 0.054118 -0.025769 -0.042573 -0.004994 -0.022076 -0.047844 -0.035515 0.056125 -0.004924 0.010658 -0.00984 -0.01588 -0.04042 -0.010884 0.020473 -0.073932 0.00931 0.021598 0.033202 -0.049772 -0.066035 0.00131 0.064911 -0.03537 0.01439 -0.001288 0.018978 -0.05898 -0.055093 0.010952 0.048792 0.030269 0.027936 0.026786 -0.01509 -0.00617 0.062033 -0.033838 -0.001079 -0.039588 0.017483 0.003497 0.119511 0.017752 -0.047558 0.013091 0.010141 -0.002697 0.018494 -0.001077 0.016149 -0.036561 -0.013369 0.006453 0.03578 -0.012813 -0.01387 -0.002067 -0.014452 -0.018892 -0.032979 -0.06883 -0.01838 -0.024127 -0.060457 0.046822 0.033785 0.006645 0.047731 -0.039712 0.029516 -0.004159 -0.031202 0.056889 -0.015804 0.069485 0.086364 0.063666 0.018063 0.008427 -0.085513 -0.037772 -0.023769 -0.008511 0.021702 -0.051669 -0.008115 0.009208 -0.008295 0.056014 -0.031918 -0.055111 -0.030002 -0.05916 -0.020178 0.018606 -0.00694 0.041505 -0.010826 0.003171 -0.006472 0.047588 0.008297 0.003388 0.041058 0.085019 -0.077757 -0.003672 -0.03261 0.024292 0.019811 -0.021228 0.00708 0.042526 -0.010972 -0.046056 -0.016942 0.033439 -0.074627 0.021551 -0.115074 -0.009219 0.034327 0.027545 0.024767 0.036237 0.013669\nथ 0.029136 -0.00273 -0.043777 0.024807 0.013003 0.031611 -0.000871 -0.005127 -0.019637 -0.030281 0.032989 0.016499 -0.005574 -0.020026 0.028224 0.003263 0.009713 -0.018408 -0.007244 -0.045352 -0.017316 0.006635 0.004512 0.012618 0.004173 0.020008 -0.013619 -0.0177 -0.011908 -0.024139 0.025843 -0.027298 -0.015374 -0.039722 0.00347 -0.000863 -0.030409 0.035423 0.009868 0.021179 -0.028989 0.008309 0.005737 -0.000187 -0.029318 -0.01701 0.027922 -0.003044 0.001311 0.011958 0.006831 0.058741 0.038606 -0.034113 0.035087 0.00623 -0.004114 0.010756 -0.005666 0.030441 -0.030801 -0.022546 -0.004861 -0.022065 0.013549 0.015388 0.038705 -0.005837 0.032866 0.018228 -0.041365 -0.006308 0.01896 0.017092 -0.046725 -0.000517 -0.029885 0.023966 -0.039061 -0.006216 0.009559 -0.003753 0.004344 0.011767 -0.01594 -0.045487 0.005298 -0.007281 -0.025173 -0.006081 -0.013175 0.016975 0.003985 -0.014637 0.012818 -0.010672 -0.001263 -0.042031 -0.001914 -0.00681 -0.018179 0.004426 0.000549 -0.022539 0.007552 -0.010586 -0.014402 0.003265 0.035789 -0.000212 0.041605 0.023756 0.022884 -0.017905 0.006557 0.003526 -0.000457 0.000575 -0.014292 -0.038915 0.029541 -0.004927 0.02897 0.019835 0.033761 0.017132 -0.014961 -0.018252 -0.017051 -0.017595 -0.012201 -0.002459 -0.01838 0.034052 -0.019913 0.007244 -0.030535 0.001265 0.009677 0.035719 -0.012077 -0.00343 0.009533 0.026117 -0.030445 -0.046042 0.045054 0.013561 -0.002135 -0.041405 -0.003351 0.009226 0.028692 0.020343 0.00955 0.006743 0.002333 -0.027668 0.018053 -0.02558 -0.020908 0.011373 0.026497 0.013137 -0.011617 -0.011213 0.018506 -0.015902 0.015871 0.020167 -0.021596 -0.022723 -0.009706 0.027933 -0.022006 -0.022943 -0.008035 -0.00929 -0.033133 -0.011862 0.029617 -0.005228 0.00593 -0.016797 -0.00218 -0.012555 0.003475 0.015575 -0.049635 0.003326 0.02462 0.019298 -0.033254 -0.03165 0.002752 0.038834 -0.022861 0.018318 -0.003754 -0.006059 -0.037024 -0.028073 0.016338 0.025305 0.01308 0.013379 0.002983 -0.004202 -0.003445 0.040884 -0.018868 -0.007697 -0.011459 0.012128 -0.00665 0.068439 0.005793 -0.022695 0.012775 0.003782 -0.006589 0.003226 -0.009493 0.011522 -0.025329 -0.006387 -0.007635 0.019676 -0.00258 -0.030296 -0.006711 -0.008869 -0.000596 -0.028471 -0.042157 -0.012877 -0.0065 -0.027185 0.021187 0.017975 0.010269 0.023312 -0.026636 0.01598 0.000224 -0.005819 0.037341 0.002316 0.03047 0.050572 0.031022 0.006037 -0.010996 -0.04021 -0.031961 -0.020279 -0.006691 0.022711 -0.029269 -0.012851 0.00481 -0.01173 0.025384 -0.020282 -0.031827 -0.019385 -0.024846 -0.018192 0.005439 -0.012234 0.019807 0.001819 0.006213 -0.003615 0.011145 -0.001164 -0.000836 0.013254 0.054175 -0.044959 0.002129 -0.020331 0.016194 0.014613 -0.028119 -0.010251 0.022805 -0.011933 -0.024751 -0.013676 0.00615 -0.039019 0.009461 -0.05758 -0.013293 0.016905 0.016801 0.020104 0.006842 0.006525\nަ 0.048093 -0.006133 -0.092022 0.0356 0.02075 0.063773 0.025967 -0.008175 -0.023089 -0.053863 0.063636 0.010232 -0.006272 -0.028368 0.058173 -0.013276 -0.000604 -0.028255 -0.00037 -0.07295 -0.030645 0.005561 0.032841 -0.002763 0.007794 0.022667 -0.006527 -0.005811 -0.028588 -0.050368 0.04228 -0.052345 -0.0291 -0.056713 0.023397 0.028236 -0.071624 0.062268 0.023938 0.040977 -0.057728 0.04095 -0.008383 -0.000474 -0.068413 -0.057041 0.053892 -0.006415 0.000839 0.018355 0.009393 0.07419 0.055473 -0.055587 0.057505 -0.004419 -0.044426 0.026353 -0.001084 0.04672 -0.05804 -0.030539 -0.015681 -0.018425 0.020853 0.031365 0.07787 -0.026156 0.048828 0.01814 -0.077575 -0.00468 0.022524 0.021049 -0.067566 0.015589 -0.03178 0.016328 -0.063395 -0.027595 0.007671 -0.000727 -0.003931 0.025317 -0.026396 -0.091623 -0.000573 -0.00122 -0.045925 0.006724 -0.023376 0.032298 0.00263 -0.031073 0.027579 -0.005137 -0.014171 -0.065284 -0.003211 -0.016177 -0.017284 -0.00232 -0.005243 -0.060414 0.028483 -0.010894 -0.010094 -0.000831 0.050964 -0.019776 0.062933 0.038635 0.036055 -0.017526 0.008723 0.015343 -0.017922 0.002045 -0.017333 -0.10166 0.040733 -0.016881 0.050425 0.056037 0.052819 0.010942 -0.007 -0.021299 -0.02462 -0.033817 -0.031206 -0.002304 -0.014938 0.03068 -0.02886 0.03611 -0.035584 -0.005127 0.007324 0.070593 0.009346 -0.006563 0.021919 0.03828 -0.049425 -0.067153 0.086017 0.015858 -0.012392 -0.068687 0.024128 0.007476 0.061308 0.063688 -0.017972 0.008443 0.018231 -0.035393 0.010687 -0.046016 -0.026668 0.014398 0.058992 0.024915 -0.033855 -0.026591 0.046076 -0.050525 0.045782 0.028747 -0.037272 -0.054491 -0.033418 0.061082 -0.028985 -0.043256 -0.02363 -0.026243 -0.065698 -0.019519 0.076559 -0.036343 0.024981 -0.012233 -0.011084 -0.031458 0.002639 0.027457 -0.085877 0.012727 0.029352 0.034358 -0.053596 -0.053527 -0.004074 0.082569 -0.05144 0.031395 -0.00302 -0.004894 -0.058084 -0.062687 0.019809 0.041364 0.022017 0.037639 0.018915 -0.003809 -0.002169 0.049514 -0.039221 0.004457 -0.026224 0.008004 0.002978 0.095588 0.014885 -0.029562 0.021106 0.005092 -0.019366 0.02481 -0.001514 0.016405 -0.024283 -0.031015 0.008894 0.014281 -0.005092 -0.038822 -0.001932 0.003349 -0.015395 -0.027518 -0.068557 -0.000777 -0.025715 -0.066121 0.051101 0.048294 0.024531 0.039046 -0.065551 0.026815 0.010846 -0.017287 0.035179 -0.01501 0.050565 0.07764 0.05704 0.016865 -0.008928 -0.058188 -0.065993 -0.026892 0.006432 0.029275 -0.038757 -0.014592 0.005504 -0.02512 0.046876 -0.036263 -0.041476 -0.019776 -0.056518 -0.018265 0.012468 0.017294 0.046752 -0.01568 0.022165 -0.016612 0.00858 0.007063 0.00344 0.038939 0.078171 -0.085355 0.001506 -0.052428 0.017711 0.018456 -0.022789 -0.010911 0.02991 -0.026714 -0.020195 -0.042591 0.035101 -0.065106 0.022357 -0.106542 -0.027987 0.026066 0.01248 0.012428 0.035001 0.006759\n̩ 0.017335 0.002853 -0.024888 0.005989 0.012777 0.033853 0.016081 -0.009131 -0.015771 -0.025844 0.043593 0.003929 -0.021469 -0.003145 0.036902 -0.011455 0.006874 -0.017536 0.006823 -0.037246 -0.004101 -0.008581 -0.027866 0.01708 0.00753 0.00157 -0.013804 -0.006595 -0.01055 -0.029685 0.027908 -0.026779 -0.028204 -0.026194 0.005959 0.013423 -0.017111 0.04074 0.01137 0.008904 -0.036385 0.030587 0.002527 0.016125 -0.005407 -0.007604 0.026708 0.007459 -0.003637 -0.007358 0.005103 0.045054 0.016195 -0.041524 0.032315 0.017787 0.002934 0.031112 -0.013874 0.024415 -0.033238 -0.039058 -0.024576 0.001937 0.009623 0.031221 0.053079 -0.026998 0.023063 0.027639 -0.036976 -0.012877 0.014594 0.024227 -0.03253 0.00245 -0.01248 0.014993 -0.014324 0.000518 0.021577 0.001097 -0.009379 0.016552 -0.023649 -0.062019 0.011255 -2.2e-05 -0.005423 0.00452 -0.01182 0.010052 0.011377 0.000492 0.009341 -0.030144 -0.002427 -0.043174 -0.029409 -0.008958 -0.042749 -0.006111 -0.01525 -0.023006 0.008379 -0.005367 -0.012875 0.008152 0.023554 -0.004499 0.055506 0.001639 0.020838 0.004813 0.022953 -0.001274 -0.021309 -0.01547 -0.022254 -0.023098 0.035828 -0.001454 0.031382 0.009327 0.019658 -0.008318 0.012771 0.012083 -0.014063 -0.00347 0.009274 0.018382 -0.003487 0.031566 -0.010211 0.013048 -0.025507 0.033081 0.008288 0.044156 -0.001007 -0.003522 0.012529 0.021792 -0.021662 -0.053772 0.041194 -0.005323 0.000405 -0.042737 0.020785 0.011578 0.039774 0.032943 0.004007 -0.005025 -0.008231 -0.03193 0.024525 -0.016762 -0.031464 0.026418 0.026778 -0.000145 -0.016367 -0.02117 0.025842 -0.013117 0.004951 0.0402 -0.029628 -0.019338 -0.001031 0.011904 0.000251 -0.024 -0.002301 -0.00926 -0.045622 0.005501 0.044674 -0.003508 0.00653 0.001399 -0.033128 -0.030488 0.000457 0.01876 -0.029034 0.005055 0.004676 0.02525 -0.037667 -0.029124 -0.006915 0.035499 -0.026338 0.022453 0.010915 -0.012901 -0.031967 -0.016209 0.030497 0.030891 0.032605 -0.010821 -0.004788 -0.034178 -0.013149 0.017109 -0.019286 -0.002017 -0.008319 0.028034 0.007606 0.026413 0.001433 -0.012304 0.012926 0.007409 -0.017059 -0.010124 0.005558 0.011183 -0.024969 0.008318 -0.007822 0.010488 0.009322 -0.002727 -0.005838 0.009783 -0.005986 -0.047803 -0.026844 0.008827 -0.013278 -0.018207 0.007712 0.008184 0.010762 0.03017 -0.009356 0.010711 -0.001001 -0.026051 0.027279 0.024863 0.035308 0.03869 0.013561 0.005706 -0.026168 -0.025208 -0.023719 -0.013481 -0.019442 0.010329 -0.033415 -3.4e-05 0.013761 -0.009016 0.016861 -0.021904 -0.01088 -0.016344 -0.032267 0.008679 0.003177 -0.002159 0.002872 -0.000949 0.010461 -0.004874 0.018759 -0.002932 0.008542 0.018485 0.026843 -0.040578 -0.00241 0.000334 0.023559 0.016402 0.014598 -0.003237 0.015561 0.003087 -0.011652 -0.017444 0.002152 -0.021527 0.00141 -0.051472 -0.019771 0.010119 -0.00268 0.005884 0.009087 -0.023941\nʨ 0.009543 -0.003937 0.02789 -0.018773 0.029636 0.020522 0.021623 -0.003158 -0.00592 -0.012913 0.044167 0.057493 0.024553 0.013844 0.020713 -0.04139 0.023169 0.046356 0.051274 -0.027354 0.028735 -0.008726 -0.070401 0.011821 -0.002658 -0.054744 0.018513 -0.032626 0.002138 -0.000591 -0.004404 -0.013277 -0.054214 -0.072723 -0.007748 0.003923 0.038353 -0.027384 0.058361 -0.007771 -0.001013 0.046234 0.064058 0.073565 0.022455 0.030131 -0.01164 0.004699 0.039459 -0.086356 0.021427 0.017772 -0.058679 0.029535 -0.002721 0.05307 0.003575 0.077325 0.013925 0.020181 -0.026796 0.014408 -0.062863 0.035597 -0.025572 0.024085 0.057138 -0.044195 0.009228 0.068423 -0.051097 -0.005407 -0.005696 0.02148 0.058246 -0.019712 0.021778 -0.034824 0.023102 0.017408 0.017262 0.019599 -0.015756 -0.007163 -0.006038 -0.075726 0.013115 0.037087 0.048487 0.007295 -0.014543 0.012447 0.03781 0.059128 -0.014672 -0.005704 0.01068 0.000331 -0.097007 0.061249 -0.050179 -0.028075 -0.013585 -0.03275 0.004695 -0.025729 -0.0225 0.058858 -0.019266 -0.057985 0.057467 -0.041979 -0.009381 0.051558 0.020725 0.008503 -0.01453 -0.055367 -0.011449 -0.032429 0.027328 -0.052703 0.006848 -0.015684 -0.003266 -0.017743 0.010671 0.051103 0.007991 -0.030885 0.096091 0.08823 -0.00401 0.055375 0.015776 -0.020247 0.062198 0.057831 0.013147 0.046159 0.011553 0.006854 0.052323 -0.023516 0.036635 -0.034965 -0.008827 -0.022649 0.019973 -0.02729 0.059681 0.011852 0.028572 0.040165 -0.008141 -0.00268 -0.000267 -0.033695 0.017987 0.001156 -0.040027 0.030077 -0.013621 -0.01328 -0.024361 -0.073384 -0.027687 0.028107 -0.032922 0.10169 -0.011985 -0.00184 0.039875 -0.020476 0.045465 0.004497 0.024265 -0.058378 -0.031608 0.08968 0.008353 0.028138 -0.022149 0.031958 -0.145258 -0.041694 0.066564 -0.005345 0.027807 0.00431 -0.027632 0.03498 -0.062527 -0.005708 -0.016144 0.027053 -0.014784 0.055855 0.020827 -0.03519 0.03125 0.004442 0.013478 0.012185 0.041267 -0.060485 -0.070732 -0.056965 -0.021479 -0.029364 -0.005559 0.018108 0.046882 0.041132 0.021433 -0.088089 0.007316 0.074477 0.012918 0.076878 -0.038549 -0.074688 0.049278 0.016039 -0.033305 0.026131 -0.056639 -0.031165 0.041101 0.008393 -0.000153 0.00616 0.040726 -0.083009 0.043725 0.01969 -0.072123 -0.006556 -0.036898 -0.000131 -0.038903 0.027617 0.006687 0.042658 0.049927 -0.015869 0.017819 0.032336 0.020169 0.013148 -0.047952 -0.007126 -0.109573 0.037781 0.043869 -0.033566 -0.072961 -0.022467 -0.023412 0.059483 -0.027241 0.017346 -0.033166 -0.031839 -0.003402 0.006448 -0.002347 0.054467 0.010393 -0.065437 -0.035788 -0.090961 -0.002372 0.010661 0.020808 -0.056683 0.043799 0.041749 0.025048 -0.038179 -0.072795 0.034522 0.012152 -0.009058 0.065179 -0.039462 0.039587 0.038351 0.0221 -0.005131 -0.017195 0.069481 0.016843 -0.006779 -0.047315 0.019809 -0.04446 -0.032947 0.02688 -0.058027\nḫ 0.03015 0.00169 -0.039371 0.017818 -0.002598 0.032183 -0.000995 0.005732 -0.006093 -0.028095 0.022092 0.015472 -0.002094 -0.019493 0.024272 -0.013995 0.007642 -0.0248 -0.00777 -0.027796 -0.015294 0.009338 0.004118 0.021488 0.001429 0.019103 -0.010084 -0.017232 -0.020288 -0.017072 0.025524 -0.036376 -0.018331 -0.041073 0.010341 0.018389 -0.036872 0.033011 -0.002029 0.002816 -0.018845 0.011834 -0.006019 0.01613 -0.023846 -0.025126 0.029162 0.000455 0.005223 0.010998 0.013287 0.045719 0.019354 -0.024003 0.034517 0.008192 -0.004153 0.017649 -0.015213 0.023864 -0.032823 -0.021474 -0.012973 -0.012462 0.016338 0.031362 0.034428 -0.017215 0.028335 0.013464 -0.051217 -0.008964 0.025024 0.020069 -0.043502 0.005975 -0.040564 0.020848 -0.022196 -0.014296 0.011996 0.010921 -0.005492 0.018279 -0.018654 -0.051219 0.000836 0.003324 -0.018246 0.006747 0.000412 0.027501 -0.004265 0.003738 0.007199 -0.006994 0.000174 -0.038787 -0.006778 -0.010436 -0.023095 0.005269 -0.005769 -0.035718 0.01315 -0.008725 -0.008324 0.006184 0.039126 -0.003551 0.039085 0.025831 0.013599 -0.01473 0.012825 0.011422 0.003857 0.008926 -0.01086 -0.04943 0.021795 0.007398 0.037188 0.015027 0.025869 0.004393 -0.002761 -0.005449 -0.000277 -0.015564 -0.014913 0.003228 -0.008475 0.0292 -0.007627 0.011102 -0.020028 0.011097 0.011506 0.043613 -0.004862 -0.009584 0.006182 0.02509 -0.036759 -0.048969 0.040431 -0.007205 0.005829 -0.038475 0.00608 0.011904 0.022632 0.021637 0.005433 -0.004709 -0.001468 -0.017867 0.009054 -0.033675 -0.005998 0.017302 0.019861 0.017581 -0.016049 -0.018547 0.018132 -0.022694 0.014661 0.021512 -0.025116 -0.02338 -0.007634 0.035438 -0.018356 -0.020398 -0.01286 -0.012264 -0.036286 -0.016624 0.025015 -0.019757 0.011956 -0.013201 -0.014281 -0.010981 0.007185 0.014049 -0.057151 0.004286 0.012686 0.037601 -0.035079 -0.028677 0.001457 0.045076 -0.020544 0.012625 0.004757 -0.004782 -0.023929 -0.031357 0.016338 0.028597 0.008374 0.010764 -0.002475 -0.008815 -0.006202 0.033413 -0.022912 -0.008843 -0.006869 0.019616 -0.00385 0.062403 -0.00372 -0.017336 -0.001508 0.006959 -0.000497 0.023053 -0.005472 0.00396 -0.027807 0.004814 0.000124 0.006474 -0.004598 -0.014657 -0.007581 0.003478 -0.000592 -0.027075 -0.026017 -0.004516 -0.022785 -0.031992 0.014548 0.020889 0.01214 0.027967 -0.018684 0.002045 0.016773 -0.002881 0.033297 0.001352 0.029025 0.043547 0.028076 0.005178 -0.011506 -0.024672 -0.026464 -0.024604 -0.007054 0.009021 -0.029412 -0.012956 0.006395 -0.005439 0.038822 -0.019273 -0.03648 -0.013237 -0.015027 -0.024343 -0.002105 -0.005588 0.008589 -0.001241 0.012904 0.003548 0.001059 -0.004013 -0.010236 0.021271 0.033234 -0.046972 -0.009395 -0.022444 0.008328 -8.6e-05 -0.012967 -0.002115 0.009628 -0.000727 -0.006449 -0.014993 0.000744 -0.034758 -0.000717 -0.05508 -0.011169 0.002738 0.001053 0.017776 0.01651 -0.002212\nᠯ 0.020815 0.001897 -0.041489 0.004223 0.012487 0.027916 -0.009706 0.000125 -0.023997 -0.024764 0.02906 0.008359 -0.000252 -0.011325 0.02259 0.002806 0.005862 -0.012781 -0.00184 -0.037778 -0.022219 -0.010955 0.005986 -0.004084 -0.008638 0.015685 -0.007418 -0.008305 -0.012715 -0.037477 0.014272 -0.028773 -0.005411 -0.016968 0.001748 0.000633 -0.013175 0.027526 -0.001027 0.003606 -0.030873 -0.006643 -0.000168 -0.00785 -0.014121 -0.01764 0.031555 -0.006373 -0.009056 0.021669 -0.000394 0.032347 0.024628 -0.025222 0.034865 0.002401 -0.006184 0.01996 -0.003115 0.024409 -0.036666 -0.026842 -0.010525 -0.006636 0.024916 0.021039 0.032731 -0.011833 0.028638 0.005174 -0.042351 -0.008836 0.022339 0.011607 -0.035775 0.014757 -0.027741 0.008052 -0.040497 -0.000373 0.000936 0.007924 -4.3e-05 0.006125 -0.003302 -0.028625 0.007109 0.00657 -0.005162 -0.004298 -0.010774 0.004095 0.02142 -0.004717 0.019889 -0.003913 0.001549 -0.034207 0.0008 -0.013771 -0.018992 0.008212 0.004306 -0.02695 0.010008 -0.013146 -0.012262 -0.004804 0.025068 -0.003135 0.024163 0.021792 0.008528 -0.01687 0.008957 -0.016638 -0.000743 0.006262 -0.014414 -0.025028 0.01985 -0.012059 0.031526 0.018738 0.043463 0.005065 -0.012921 -0.00505 -0.005021 -0.017202 -0.018785 -0.007317 -0.004112 0.023952 -0.012085 0.018526 -0.023507 0.007279 0.018965 0.03204 0.005468 -0.001433 -0.000663 0.019087 -0.012891 -0.029757 0.04636 0.008498 -0.008205 -0.01787 0.007809 0.01211 0.021268 0.016816 0.000299 0.005018 0.003265 -0.00149 -0.000353 -0.021056 -0.021521 0.010601 0.011015 0.003403 -0.011838 -0.016801 0.012876 -0.012897 0.022662 0.018935 -0.011989 -0.018576 -0.0125 0.029804 -0.00862 -0.020555 -0.010121 -0.012642 -0.032262 -0.009186 0.020187 -0.001141 0.009184 -0.009931 -0.009686 -0.009413 -0.003855 0.018382 -0.028834 6e-05 0.010374 0.019884 -0.018097 -0.021406 0.008193 0.032925 -0.024154 0.014469 0.003912 -0.002427 -0.030371 -0.015972 0.012983 0.029415 0.002962 0.022653 0.012925 -0.017971 -0.004956 0.024181 -0.017676 -0.003453 -0.002752 0.011578 -0.00366 0.053712 0.006941 -0.008466 -0.002227 0.004677 0.005288 0.002668 -0.002591 0.008197 -0.011058 -0.004457 0.000464 0.006945 -0.008617 -0.007701 -0.000197 -0.011099 -0.006955 -0.007338 -0.037736 -0.004864 -0.014111 -0.024909 0.023408 0.013563 -0.001254 0.010751 -0.011969 0.014222 0.001216 -0.009556 0.024918 -0.016144 0.034943 0.039896 0.021878 0.018786 -0.005158 -0.020848 -0.028585 -0.023152 -0.003779 0.022402 -0.022032 -0.007136 0.002627 -0.005428 0.023282 -0.021634 -0.016108 -0.012713 -0.027371 -0.017117 0.005482 0.000705 0.013218 0.00108 0.013554 -0.006298 0.014568 0.017386 0.005756 0.008765 0.037096 -0.042156 -0.002035 -0.025748 0.008066 0.018247 -0.008022 -0.003145 0.026638 -0.015142 -0.016262 -0.018302 -0.012162 -0.032705 0.016727 -0.051756 -0.006018 0.005488 0.002263 0.011943 0.006655 0.006438\nሳ -0.001983 0.006331 -0.015516 -0.012381 -0.011046 0.008333 -0.006348 -0.000142 -0.003207 -0.011837 0.014755 0.017986 0.001296 -0.018096 0.026301 0.005149 -0.001064 0.010733 0.007342 -0.020304 -0.008889 0.001687 0.00179 0.003292 0.01539 0.020068 -0.025157 -0.02904 -0.018581 -0.013923 0.028533 -0.001066 -0.015183 -0.018564 0.013047 0.018872 -0.000225 0.005643 -0.004633 0.00864 -0.002957 0.002844 0.003938 0.006882 -0.008017 0.009938 0.009603 0.009651 -0.01072 -0.016217 0.012071 0.010416 -0.00932 -0.010758 0.006731 0.008703 -0.008458 0.000735 -0.003172 -0.007209 -0.018267 0.006312 -0.005205 -0.004743 -0.000537 0.010552 0.005331 0.002148 0.032614 0.022722 -0.025217 0.010574 0.01859 0.02355 -0.016191 0.00105 -0.010616 0.010575 -0.019055 0.011364 -0.016369 -0.001591 0.000936 -0.001789 -0.009361 -0.018278 0.000111 0.004428 -0.003119 -0.015329 -0.007427 0.010711 0.005606 -0.010671 0.024883 -0.01002 -0.000805 -0.008586 -0.025455 0.014738 -0.011492 -0.005357 0.002804 -0.00826 0.006701 -0.000762 -0.004986 0.002705 0.02701 -0.007166 0.01964 0.036513 0.004425 -0.008508 0.01555 0.000822 0.017203 0.010158 -0.011001 -0.017037 0.010262 0.003433 0.007462 0.008033 0.018866 0.002072 0.000556 -0.010758 -0.007818 -0.013488 0.01243 -0.003857 -0.011063 0.003374 0.006595 -0.010068 0.010987 0.008825 0.011452 0.017688 -0.005553 0.004603 -0.007828 0.013732 -0.015644 -0.03039 0.024743 0.018326 0.01929 -0.020087 -0.003866 0.001013 0.013003 -0.000824 -0.00519 0.00112 0.01456 -0.01233 0.018625 0.007092 -0.017966 0.003997 0.006617 0.016543 -0.029245 -0.003385 0.02107 -0.014289 0.002086 0.013292 0.018154 -0.016878 0.013516 0.015207 0.002629 -4.4e-05 0.00138 -0.013194 -0.022641 0.01799 0.013954 -0.005045 0.000442 -0.005845 -0.004537 -0.039479 0.006268 0.001879 0.007703 -0.002714 -0.000443 0.009436 -0.030155 -0.026117 0.020704 0.019232 -0.005284 0.01592 0.000132 -0.008593 -0.032405 -0.015917 0.002516 0.040571 -0.002101 0.006296 -0.009387 0.00519 0.012661 0.016087 -0.008032 -0.008056 -0.005101 0.021208 -0.003484 0.0238 -0.003419 -0.012888 -0.001144 0.006835 -0.008732 0.005461 -0.005553 0.018651 0.00347 -0.002957 -0.003823 0.007657 -0.008303 -0.027782 -0.015089 -0.004318 0.006519 -0.020266 -0.023216 -0.012769 -0.006613 -0.014339 -6.9e-05 -0.005553 0.007694 0.000337 -0.013513 -0.008908 0.019397 0.00789 0.000916 0.003996 0.007925 0.002885 0.009206 -0.022537 -0.016216 0.005719 0.00859 0.005422 -0.019159 0.001271 -0.01966 0.007639 -0.000403 -0.018893 0.013272 -0.021948 0.003001 -0.014241 -0.009517 -0.017871 0.00692 -0.008296 0.000264 0.005967 0.007554 -0.01438 -0.010428 -0.01477 0.005598 0.004509 0.037794 -0.011589 0.011414 -0.015104 0.000608 0.003769 0.021799 0.011387 0.007999 -0.005773 0.002298 0.002552 0.000402 -0.013272 0.011525 -0.04105 -0.001048 0.032706 0.000107 0.024932 -0.014589 0.003938\nష 0.060207 0.013247 -0.081393 0.038335 0.031668 0.068888 0.016006 -0.007826 -0.024199 -0.043991 0.058404 0.017078 -0.01501 -0.043109 0.07019 -0.007393 0.046571 -0.061601 0.015313 -0.080313 -0.01973 -0.006164 -0.010714 0.00639 -0.008205 0.062498 -0.010504 -0.012671 -0.009455 0.012906 0.042158 -0.036128 -0.022812 -0.047567 -0.004197 0.007986 -0.090492 0.058386 -0.018357 0.025293 -0.035855 0.027702 -0.00595 0.019254 -0.038635 -0.036044 0.072547 0.008861 0.008373 0.032633 0.019606 0.101294 0.069966 -0.065995 0.074981 0.010857 -0.026249 0.035249 -0.032018 0.05144 -0.03473 -0.009603 -0.039987 -0.050914 0.036848 0.043198 0.091783 -0.020899 0.031253 0.045214 -0.037409 -0.008865 0.020597 -0.010445 -0.110932 0.013277 -0.03177 0.067435 -0.013552 -0.004054 0.021223 -0.007522 -0.035578 0.024982 -0.029119 -0.088289 0.013827 8e-05 -0.031661 -0.005654 -0.01718 0.055117 -0.013299 -0.032719 0.012925 -0.016635 -0.017422 -0.093079 0.02212 -0.021907 -0.017777 -0.006636 0.013221 -0.0345 0.011134 -0.006076 -0.027597 -0.000349 0.046157 0.007817 0.065414 0.06908 0.042883 -0.029257 0.038628 -0.001311 -0.012303 -0.005517 -0.010507 -0.083009 0.05366 -0.023654 0.071945 -0.003134 0.050364 -0.009787 -0.039583 -0.045309 -0.006494 -0.007644 -0.030779 0.001933 -0.022456 0.05692 -0.0191 0.063109 -0.032329 0.031599 0.017134 0.079442 -0.00407 -0.006606 0.015702 0.05972 -0.054742 -0.072496 0.062236 -0.014375 -0.009845 -0.058048 -0.009827 0.001806 0.052309 0.054955 0.003441 0.011016 -0.014198 -0.026355 0.02784 -0.042357 -0.025602 0.042778 0.047776 -0.002343 -0.013841 -0.015262 0.056651 -0.029432 0.048804 0.023728 -0.067167 -0.045081 -0.010294 0.044592 -0.039374 -0.034671 -0.00224 -0.025071 -0.061401 0.000639 0.067588 -0.008104 0.01012 -0.011394 -0.000469 -0.023785 -0.032419 0.036808 -0.11678 -0.005742 0.034756 0.023728 -0.056821 -0.070563 -0.015285 0.078785 -0.019427 0.009286 -0.030358 0.00315 -0.036992 -0.058099 0.048078 0.02731 0.045537 0.020135 0.004863 -0.028428 -0.006185 0.023973 -0.032854 -0.00735 -0.00364 0.030419 0.003661 0.105697 0.016756 -0.025092 0.017339 -0.003223 0.014567 0.041848 -0.012845 -0.007328 -0.041318 0.000673 -0.020848 0.000197 0.002577 -0.014653 -0.025271 0.032914 -0.026026 -0.055871 -0.079311 0.008331 -0.017736 -0.05426 0.060905 0.03508 0.039097 0.027602 -0.026173 0.016045 0.00415 -0.026111 0.057818 -0.003202 0.086966 0.109052 0.091661 0.022257 0.006957 -0.085725 -0.033191 -0.005676 -0.02234 0.022015 -0.03715 -0.02724 0.031983 -0.013748 0.039606 -0.039342 -0.060117 -0.052245 -0.044209 -0.038169 0.037549 -0.004168 0.035416 0.003479 0.000885 -0.005947 0.026514 -0.010138 0.005522 0.034206 0.056366 -0.08394 -0.036948 -0.03541 0.040666 -0.00065 -0.026497 0.007616 0.004703 -0.021615 -0.050697 -0.020952 0.042907 -0.055745 0.01193 -0.081123 -0.035692 0.018596 0.028176 -0.010368 0.038134 -0.007452\nହ 0.031926 0.020951 -0.091165 0.04705 -0.000942 0.007208 0.0102 0.012814 -0.04255 -0.041864 0.059521 0.026647 -0.034032 -0.023666 0.042658 0.013018 0.009025 -0.033619 -0.024948 -0.067725 -0.057451 -0.000135 -0.006135 0.053905 0.018641 0.015158 -0.001325 -0.040197 -0.018481 -0.01065 0.02525 -0.032816 -0.032497 -0.042401 0.008993 0.030286 -0.015673 0.058482 0.001523 0.036716 -0.047478 0.032416 0.007515 0.017608 -0.011489 -0.001493 0.039147 0.009462 0.042811 0.025252 0.030531 0.0511 0.054192 -0.054227 0.020135 -0.008178 -0.009744 0.044384 -0.025898 0.010539 -0.050833 -0.005781 -0.035653 -0.0159 0.008398 0.013878 0.081076 -0.038887 0.049726 0.025822 -0.034184 -0.013375 0.035853 0.027087 -0.085841 -0.011964 -0.010212 0.035655 0.016234 -0.010627 0.026822 -0.009875 0.012011 0.008389 -0.011336 -0.035915 0.018558 -0.029814 -0.043617 -0.020681 -0.030451 0.03408 0.005951 -0.032874 -0.017909 -0.00278 0.008164 -0.068177 0.001048 0.011717 -0.004635 -0.003813 -6.4e-05 -0.039812 0.04579 0.001203 -0.045051 -0.010341 0.054412 0.006454 0.075455 0.018266 0.019037 -0.00883 0.034546 0.010514 -0.004804 0.014196 -0.014386 -0.036597 0.045083 -0.008391 0.034189 0.013756 0.013295 0.030886 -0.01738 -0.033194 -0.026198 -0.023768 -0.036164 0.028732 -0.013859 0.060402 -0.009205 0.031062 -0.040483 0.005096 -0.009244 0.063786 -0.006838 -0.020739 0.018743 0.030752 -0.008871 -0.057141 0.042953 0.031671 -0.006788 -0.048961 -0.021428 -0.006599 0.060606 -0.005588 0.016032 0.014574 -0.016555 -0.039667 0.015907 -0.030222 -0.03339 0.036514 0.049088 0.014328 -0.024106 0.018036 0.037503 -0.036192 0.044534 0.020284 -0.05699 -0.059401 0.013 0.026786 -0.012169 -0.023231 -0.040233 -0.000908 -0.04507 0.002141 0.056762 -0.004154 -0.009703 -0.012153 0.000966 -0.009561 -0.028122 0.027507 -0.084462 0.03449 0.02417 0.008482 -0.05853 -0.031969 -0.007997 0.051793 -0.015884 -0.008718 0.016906 0.021125 -0.046389 -0.025896 0.010857 0.009977 0.060886 -0.011126 -0.03303 -0.03682 0.000139 0.03693 -0.010792 0.037106 -0.02521 0.031022 -0.03358 0.083591 0.015652 -0.027102 0.013307 -0.005162 0.001206 0.038286 -0.050189 0.032436 -0.043824 0.016487 -0.006603 -0.007816 0.002032 -0.048543 -0.011917 0.025857 0.006334 -0.050609 -0.040537 -0.004795 -0.031539 -0.036619 0.026341 0.037553 0.022468 0.03975 -0.035375 0.015 -0.005881 -0.00384 0.03263 0.001827 0.056962 0.069765 0.005454 -0.018947 0.030736 -0.052797 -0.019501 -0.013847 -0.009665 0.025237 -0.054315 -0.029351 0.01291 -0.006632 0.021137 -0.046734 -0.022833 -0.023209 -0.036411 -0.009418 0.008672 0.008042 -0.010385 0.00205 -0.002378 -0.014713 0.002876 -0.016636 -0.015253 0.050517 0.0411 -0.044474 -0.000771 -0.020387 0.025743 0.011006 -0.017178 0.00429 0.003188 -0.026374 -0.015088 -0.004637 0.04136 -0.059142 -0.021056 -0.065679 -0.014947 0.020387 0.014193 0.008983 0.040465 0.02846\nસ 0.036805 0.003922 -0.069543 -0.003458 0.013591 0.05084 -0.004295 -0.026063 -0.030663 -0.049167 0.046475 0.023931 -0.00814 -0.035191 0.031173 -0.004401 0.012937 -0.026462 -0.034711 -0.051135 -0.019241 -0.008666 0.010261 0.018707 0.002369 0.028595 -0.012804 -0.023642 -0.021117 -0.050885 0.024862 -0.023498 -0.01217 -0.043655 0.001869 0.011618 -0.044159 0.045086 0.001886 0.00674 -0.046495 -0.000175 0.018042 -0.006801 -0.031327 -0.033752 0.054443 -0.007286 -0.022019 0.010193 -0.011542 0.05033 0.013811 -0.017988 0.05838 0.01809 0.009087 0.031096 -0.001644 0.03194 -0.029281 -0.025223 -0.025803 -0.018128 0.03831 0.039119 0.0485 0.001436 0.031632 0.020411 -0.067365 -0.011116 0.026137 0.028732 -0.046571 -0.000177 -0.022695 0.025646 -0.045833 0.004462 0.010185 -0.00051 -0.003517 0.026631 -0.007519 -0.024838 0.004753 -0.020258 0.001078 -0.008567 -0.015078 0.023514 0.027637 -0.001776 0.014986 0.00293 -0.006575 -0.049063 -0.001521 -0.018706 -0.018203 0.004627 0.011623 -0.016826 0.00408 -0.02617 -0.028821 0.017086 0.045654 -0.016912 0.041606 0.018869 0.027685 -0.015111 -0.009542 -0.00385 -0.002185 -0.001067 -0.017554 -0.053171 0.028364 0.017624 0.039841 0.028773 0.030128 0.015106 -0.019276 -0.013899 0.005793 -0.024969 -0.0236 -0.005519 -0.004892 0.034207 -0.02675 0.013691 -0.043053 0.000253 0.01609 0.057595 0.010616 -0.002143 0.003951 0.024766 -0.031589 -0.051976 0.051275 0.022537 -0.006101 -0.033392 0.002519 0.011625 0.02354 0.03071 0.0008 0.01601 -0.013102 -0.027747 0.015928 -0.021321 -0.033201 0.014874 0.016313 0.020399 -0.011359 -0.007576 0.021818 -0.020698 0.030766 0.037602 -0.019524 -0.024905 -0.005007 0.04268 -0.022403 -0.015897 -0.014863 -0.007074 -0.049487 -0.026948 0.03216 -0.015582 0.012328 -0.026802 0.007314 -0.02354 0.011433 0.016105 -0.040094 0.01267 0.036662 0.036894 -0.02786 -0.035796 -0.003744 0.04121 -0.02587 0.005887 0.023227 -0.000161 -0.037953 -0.029156 0.008905 0.035819 0.015563 0.016134 0.019094 -0.001216 -0.022959 0.043627 -0.016681 -0.015651 -0.000308 0.022514 0.009955 0.065959 0.01855 -0.016695 0.03253 0.006396 0.005024 0.001406 0.001213 -0.018093 -0.035726 -0.003317 0.003293 0.005556 -0.030982 -0.020301 0.001687 0.003095 -0.016835 -0.026138 -0.039744 -0.008316 -0.006019 -0.032184 0.030738 0.024378 0.008054 0.006938 -0.033042 0.01664 0.006727 0.002811 0.035836 -0.019564 0.05618 0.063842 0.026328 0.007066 -0.00174 -0.036793 -0.034778 -0.014082 -0.010238 0.034509 -0.031816 -0.019645 -0.000366 -0.011894 0.030526 -0.036422 -0.031253 -0.01471 -0.038818 -0.020664 0.001944 0.001173 0.010924 0.003538 0.022592 -0.006546 0.018354 -0.013303 0.025729 0.006457 0.045401 -0.063151 0.008193 -0.039215 0.030451 0.02338 -0.020504 -0.003399 0.028701 -0.009479 -0.012767 0.002839 -0.007258 -0.047703 0.024768 -0.078963 -0.019168 0.014904 0.021433 0.004168 0.021623 0.01493\n? 0.021446 0.0044 -0.002739 0.00808 0.030902 0.013997 0.012077 -0.025437 0.011739 -0.0235 0.031765 0.000345 -0.011682 0.005173 0.024905 -0.010115 0.000625 -0.010661 -0.011957 -0.016292 -0.012321 0.003933 -0.00491 0.004917 0.012141 -0.007345 0.012031 -0.015008 0.011352 0.00182 0.005166 -0.012436 0.001888 0.001815 -0.005467 0.007011 -0.015515 0.010207 -0.016384 0.00775 -0.014367 -0.004662 0.002574 -0.005202 0.000493 -0.006206 0.024406 0.008166 -0.004197 0.00989 0.010479 0.012265 0.017259 -0.026195 0.012691 0.010503 -0.005067 0.005644 0.002687 -0.005307 -0.013805 -0.003264 0.013159 -0.005463 0.01254 -0.001676 0.020863 -0.003925 0.012734 0.017244 -0.021479 -0.009475 0.016578 0.017142 -0.020155 -0.003739 -0.012477 -0.012829 -0.003062 0.004738 -0.004671 -0.010912 -0.00198 -0.004544 -0.003875 -0.008735 -0.015437 0.010024 0.007698 0.001588 0.004071 -0.000409 -0.008224 -0.00439 -0.014164 -0.018743 0.006003 -0.023081 -0.01743 -0.002865 -0.017872 0.004239 0.000675 -0.007879 0.00321 0.009803 -0.009702 -0.008436 0.023729 0.00516 0.026301 0.000927 0.021857 -0.011542 0.01248 0.017173 0.001223 0.007571 -0.010119 -0.01414 0.014529 -0.003972 0.017142 -0.008078 0.001712 0.012821 -0.00129 0.002344 -0.011703 0.005285 0.007856 -0.013021 -0.000468 0.003149 -0.006385 0.012349 -0.005164 0.020522 0.005305 0.01977 -0.001446 -0.004945 0.002985 0.005619 0.002407 -0.015272 0.008612 -0.006567 0.002534 -0.002175 -9e-05 -0.001988 0.021928 0.013665 0.002729 0.018652 -0.004831 -0.001699 0.010069 -0.00735 -0.004246 0.00267 -0.000693 -0.025591 -0.00313 -0.007701 0.012668 0.001413 0.007223 -0.002684 -0.012979 -0.010506 -0.005786 0.010775 -0.00359 0.003302 0.012559 0.001351 -0.009151 -0.003131 0.019541 -0.00045 0.006742 -0.014987 -0.000229 -0.022402 0.008326 0.013111 -0.028701 -0.00377 0.022624 0.011321 -0.022651 0.002841 0.007505 0.018801 -0.005719 0.012903 0.017948 0.001531 -0.000949 -0.012661 0.014996 -0.002422 -0.005822 -0.006922 0.004335 -0.024516 0.002656 0.012737 -0.007371 -0.010981 0.009803 0.010464 0.006259 0.009679 -0.003272 -0.010522 0.01154 0.003622 0.008689 0.007241 0.006098 -0.004129 -0.014063 -0.004056 -0.010186 -0.007746 0.005663 -0.013 -0.012701 0.001031 -0.020002 -0.017443 -0.002445 0.008675 0.008121 -0.021349 0.002728 0.014031 -0.006064 0.012736 -0.019289 -0.000422 0.000382 -0.00046 0.008672 -0.002239 0.008919 0.021053 0.001272 -0.003756 0.000577 -0.004069 -0.007388 -0.00425 -0.008795 0.021879 -0.008314 -0.006946 0.005431 0.003987 0.008264 -0.020006 -0.017857 -0.015668 -0.006421 -0.006757 -0.002089 0.005686 -0.006416 -0.009481 -0.002202 -0.008592 0.010013 -0.02211 0.009175 0.01769 0.01211 -0.018945 -0.01218 -0.003167 0.007039 0.004616 -0.00431 0.009052 0.009405 -0.001186 0.001159 0.000968 0.004969 -0.004187 -0.001502 -0.028232 -0.020435 0.008905 -0.004529 0.012964 0.007557 -0.003647\nξ 0.022634 0.002605 -0.038463 0.027839 0.003156 0.034942 0.010185 -0.000982 -0.013396 -0.028167 0.030947 0.014132 -0.014256 -0.023751 0.032656 -0.01313 0.008805 -0.023513 -0.011063 -0.032804 -0.008198 0.005399 0.008489 0.015576 0.011513 0.005961 -0.010173 -0.008315 -0.01167 -0.013626 0.028701 -0.028222 -0.014912 -0.033391 0.007512 0.017635 -0.028697 0.034138 0.008162 0.011171 -0.03643 0.007471 -0.004614 0.014118 -0.010143 -0.020386 0.024441 0.002798 0.007332 0.008504 0.013126 0.042489 0.029613 -0.02337 0.038653 0.002622 0.003906 0.017301 -0.009666 0.022391 -0.026489 -0.02056 -0.013495 -0.015239 0.006341 0.019878 0.03414 -0.021857 0.01874 0.017708 -0.042401 -0.00488 0.019714 0.015817 -0.039674 -0.004777 -0.029164 0.021083 -0.019038 -0.016993 0.012711 0.000609 -0.001631 0.018326 -0.018223 -0.049004 0.003942 0.003248 -0.006686 0.010698 0.00155 0.020647 -0.003851 -0.000204 0.005916 -0.013481 0.002766 -0.02607 -0.012126 -0.013759 -0.011005 0.004121 -0.010146 -0.030401 0.015608 -0.005784 -0.012504 0.012744 0.018363 -0.007388 0.04252 0.01633 0.023686 -0.005773 0.004745 0.008423 -0.003023 0.003559 -0.009873 -0.029643 0.027198 0.000864 0.034019 0.026637 0.022578 -0.003609 0.003704 -0.00539 -0.013794 -0.015974 -0.006543 0.005509 -0.019736 0.023537 -0.012978 0.006848 -0.022515 0.007112 -0.00145 0.036613 -0.011879 -0.008691 0.017517 0.019264 -0.031249 -0.039782 0.029535 0.004619 0.005297 -0.041196 0.00231 0.00382 0.03286 0.018886 -0.001912 -0.003203 -0.007097 -0.014071 0.014662 -0.012373 -0.011681 0.015196 0.021511 0.016304 -0.010235 -0.015776 0.024649 -0.018442 0.01952 0.015356 -0.02485 -0.018391 -0.013412 0.032383 -0.006714 -0.021158 -0.009338 -0.007483 -0.027895 -0.010421 0.028136 -0.008244 -0.00105 0.004246 -0.012859 -0.013372 -0.005018 0.021954 -0.051938 -0.000294 0.021053 0.029705 -0.028465 -0.03399 0.00097 0.021004 -0.020653 0.015293 0.013214 0.006247 -0.029668 -0.025573 0.014139 0.025935 0.011451 0.006947 0.008544 -0.021658 -0.001208 0.019084 -0.011951 -0.010446 -0.012278 0.012184 -0.002668 0.047024 0.001779 -0.017152 0.006423 -0.001943 -0.010847 0.00841 -0.007456 0.004388 -0.025865 0.000362 0.00067 0.010104 -0.00419 -0.026828 -0.008887 0.004199 -0.006604 -0.013342 -0.019452 0.005843 -0.015666 -0.022515 0.017895 0.031073 0.00836 0.019258 -0.015224 0.005977 0.007943 -0.004726 0.040339 -0.000579 0.026303 0.046605 0.011751 0.006207 -0.00532 -0.03094 -0.030155 -0.021126 -0.006242 0.008894 -0.021847 -0.010127 0.014825 -0.002393 0.021502 -0.012403 -0.023897 -0.010555 -0.025117 -0.014099 0.000966 -0.001263 0.016078 -0.007842 -0.002282 0.001547 -0.000879 -0.007602 6.2e-05 0.016661 0.034541 -0.036412 -0.006622 -0.015084 0.009509 0.009321 -0.020223 0.001949 0.006263 -0.007445 -0.018689 -0.023872 0.003204 -0.028876 0.008439 -0.05481 -0.011919 0.004637 0.009792 0.0046 0.009905 -0.001339\nំ 0.018495 -0.001214 -0.02984 0.017816 0.009405 0.034119 0.005762 -0.00406 -0.012211 -0.017567 0.023875 0.00404 -0.006477 -0.018521 0.022527 -0.005142 -0.008896 -0.025088 -0.005559 -0.034251 -0.007596 0.007763 0.005621 0.008386 -0.002331 0.014689 -0.004326 -0.005256 -0.013632 -0.015212 0.025687 -0.031037 -0.008655 -0.019789 0.001125 0.017956 -0.02422 0.034668 0.005929 0.016077 -0.020569 0.006505 -0.000633 -0.001027 -0.01464 -0.012123 0.029887 -0.011903 -0.003005 0.005511 -0.004131 0.03378 0.019631 -0.019901 0.028855 0.01593 0.004737 0.010905 -0.004885 0.014849 -0.022552 -0.017213 -0.00636 -0.014361 0.011277 0.0135 0.031215 -0.027782 0.020727 0.010989 -0.039961 -0.015646 0.01748 0.008598 -0.034488 0.004674 -0.018762 0.011842 -0.016711 -0.007608 0.013815 -0.001557 0.003254 0.013708 -0.01566 -0.035512 0.004196 0.011586 -0.009704 -0.000913 -0.008811 0.014794 0.000692 -0.00885 0.011787 -0.008299 0.007943 -0.034409 0.007261 -0.008372 -0.016796 0.001106 -0.005867 -0.023365 0.015959 -0.001427 -0.014492 0.002106 0.024303 -0.009793 0.03684 0.011015 0.011584 -0.013256 0.004073 -0.0019 0.005175 0.002641 -0.011032 -0.03318 0.028652 -0.003189 0.027476 0.015604 0.02982 -0.001879 -0.000865 -0.011876 -0.019429 -0.005803 -0.007714 -0.007433 -0.011946 0.027208 -0.018636 0.002498 -0.014561 -0.003422 0.003387 0.027392 -0.01109 0.003897 0.003375 0.022636 -0.025644 -0.034973 0.044479 0.004371 0.010429 -0.035018 0.005542 0.00648 0.023924 0.017264 -0.000195 0.008706 -0.004925 -0.025589 0.011297 -0.011845 -0.019319 0.011835 0.019307 0.012837 -0.014334 -0.014294 0.028455 -0.009992 0.014653 0.013731 -0.032173 -0.018834 -0.010608 0.037576 -0.011355 -0.011499 0.001247 -0.003514 -0.038534 -0.023182 0.027948 -0.004787 0.005416 -0.010962 -0.004913 -0.012155 0.003862 0.00927 -0.039712 0.000844 0.009624 0.009943 -0.027866 -0.024587 0.008147 0.034336 -0.016371 0.017293 0.010137 0.005182 -0.019291 -0.014352 0.020872 0.023336 0.013568 0.012501 0.002539 -0.002064 -0.009716 0.021636 -0.009536 -0.011103 -0.00939 0.01058 -0.00339 0.034515 0.007501 -0.018365 0.008387 0.007504 -0.01018 0.008158 -0.003554 -0.000649 -0.026038 0.001055 0.000933 0.010277 -0.005645 -0.018199 -0.01134 -0.000303 -0.000934 -0.027211 -0.024965 0.000864 -0.005789 -0.014507 0.011931 0.017141 0.012495 0.01319 -0.023555 0.017827 -0.004526 0.007529 0.023197 0.00155 0.023901 0.039226 0.01192 0.007121 0.00243 -0.033036 -0.023254 -0.007396 -0.003924 0.011191 -0.01843 -0.004306 0.002456 -0.006849 0.019269 -0.019132 -0.020434 -0.01664 -0.021446 -0.014011 0.005218 -0.004083 0.013178 -0.000169 0.007014 -0.002768 0.007811 -0.00053 0.008354 0.018199 0.032492 -0.035146 -0.006105 -0.004395 0.015056 0.019565 -0.013289 -0.01036 0.020161 -0.008736 -0.021623 -0.008515 -0.001477 -0.019675 -0.000855 -0.048645 -0.009295 -0.000667 0.015998 0.003001 0.015673 0.003025\nወ -0.024999 0.008554 0.000484 -0.032928 -0.010597 -0.010382 -0.017226 -0.005864 0.003132 -0.008685 0.01332 0.005695 -0.0056 -0.017844 0.017113 0.008299 -0.003836 0.035289 -0.003453 -0.028483 -0.018049 -0.006512 -0.005944 -0.011336 0.000536 0.008061 -0.017093 -0.030199 -0.019307 -0.00887 0.02012 0.012596 -0.008588 0.010629 0.001182 -0.000953 0.006501 -0.005266 -0.009498 0.00612 0.002973 0.005183 0.011379 -0.001577 -0.009418 0.031476 -0.007106 0.009662 -0.008767 -0.022937 -0.000143 -0.000121 -0.024595 -0.014438 -0.005125 0.006143 -0.010111 -0.008142 0.010879 -0.015352 -0.014825 0.020971 0.005319 0.01401 -0.006005 0.0018 0.001791 0.005793 0.032346 0.014417 -0.012016 0.004157 0.012588 0.015821 -0.00228 -0.01219 0.011733 0.002047 -0.037636 0.011485 -0.012922 -0.014839 -0.009986 -0.015969 -0.012124 0.006699 -0.004018 0.002871 -0.000322 -0.027481 -0.003153 0.005726 0.004792 -0.006905 0.019681 -0.008145 -0.005861 -0.000353 -0.025434 0.017444 -0.011349 -0.014032 0.014729 -0.006969 0.014793 -0.004504 -0.008494 -0.010278 0.02617 -0.004747 0.013165 0.04315 -0.005892 -0.000798 0.013735 -0.008166 0.018256 0.00442 -0.004614 -0.010194 0.000263 0.016667 -0.011226 0.017382 0.013473 -0.000367 0.011139 -0.008102 -0.011864 -0.008942 0.016514 0.005367 -0.010079 0.004637 0.017415 -0.016678 0.021165 0.013529 0.018132 0.009683 -0.001139 -0.000842 -0.007028 -0.004259 -0.014659 -0.023148 0.021688 0.010271 0.024074 -0.017815 -0.004807 -0.004755 0.014085 -0.007486 -0.004725 -0.018857 0.017415 -0.015735 0.009597 0.010189 -0.036486 -0.006963 0.002237 0.012439 -0.03013 0.007884 0.016784 -0.015368 -0.006275 0.012542 0.023616 -0.018923 0.009617 0.001044 0.000186 0.008649 0.01263 -0.01672 -0.005974 0.022253 0.000631 -0.003134 -0.007127 -0.00098 0.003282 -0.043549 0.00243 0.004538 0.032694 -0.009 -0.003876 -0.004307 -0.02332 -0.012603 0.009644 0.003334 0.003675 0.014924 0.000445 -0.01957 -0.025827 -0.015249 0.005931 0.032914 -0.007154 0.012211 -0.003982 0.022276 0.00624 0.016664 0.000692 0.000503 -7.9e-05 0.009698 0.013342 0.008401 0.014347 -0.008917 0.002301 0.009576 0.000496 0.006227 -0.005195 0.029757 0.014794 -0.006105 -0.001647 -0.006544 0.005438 -0.01384 -0.009842 -0.014986 -0.002477 -0.027516 -0.024254 -0.012649 -0.001929 -0.010643 -0.005922 -0.022853 -0.00031 -0.010302 0.000103 -0.011792 0.009606 0.014141 -0.029421 0.015556 -0.005041 -0.006085 -0.003608 -0.028992 -0.019905 0.018305 0.034563 0.012276 -0.020315 0.001935 -0.016087 0.005399 -0.005341 -0.017199 0.013881 -0.015927 0.01128 -0.012204 -0.002473 -0.002924 9.9e-05 0.00173 0.008198 0.010155 0.019548 -0.012509 -0.001772 -0.00942 0.002728 -0.008463 0.032485 0.005062 0.034322 -0.007067 0.004358 -0.001128 0.04447 0.007616 0.005587 -0.011351 0.000446 0.020626 -0.000108 0.000193 0.007549 -0.032304 -0.004403 0.039021 -0.009417 0.019294 -0.025105 -0.000931\n๋ 0.02619 -0.005717 -0.018716 0.005058 0.005214 0.044012 0.011598 0.018569 -0.019265 -0.021609 0.019762 0.003427 -0.004968 -0.004416 0.021373 -0.006138 0.014792 -0.018088 -0.002851 -0.024692 -0.019136 0.007083 0.018124 0.009179 0.003003 0.016342 -0.025641 -0.001298 -0.012085 -0.032328 0.018463 -0.026024 -0.019035 -0.042617 -0.00592 0.015745 -0.031545 0.025426 0.011555 0.024464 -0.027055 0.007801 -0.007361 -0.008487 -0.008187 -0.008704 0.012522 0.007297 -0.0047 0.01056 0.004523 0.026276 0.02506 -0.005729 0.022511 -0.001289 0.017661 0.010749 -0.018499 0.017246 -0.027801 -0.042325 -0.002183 -0.024715 0.011166 0.008594 0.002287 -0.019423 0.038754 -0.003074 -0.046467 -0.008867 0.017948 0.016253 -0.060912 0.001901 -0.026055 0.017664 -0.025549 -0.002146 0.007903 -0.023588 -0.001869 0.023733 -0.016919 -0.046753 -0.005954 0.004224 -0.006419 -0.002191 0.002304 0.005318 0.007774 -0.003721 0.008428 0.000138 -0.016522 -0.026027 -0.002643 -0.015767 -0.013731 0.023053 0.008831 -0.01449 0.023876 0.002855 -0.003784 0.017881 0.018488 -0.002409 0.046272 0.01815 0.035983 -0.00676 0.008011 0.00891 0.000216 0.010411 -0.005567 -0.027366 0.023645 0.001911 0.040671 0.013231 0.042195 -0.000939 -0.011616 -0.016562 0.017236 -0.025758 -0.00321 -0.009996 -0.012328 0.032994 -0.022329 0.004893 -0.018445 0.002116 -0.003844 0.024672 -0.00031 -0.006648 -0.002676 0.025146 -0.024144 -0.04428 0.034443 0.001487 -0.012276 -0.039655 -0.013687 0.005643 0.025897 0.023084 -0.003784 0.002559 0.003506 -0.037873 0.029772 -0.019228 -0.008588 0.003732 0.009638 0.009365 -0.007795 -0.019535 0.004256 -0.012179 0.024549 -0.011233 -0.015393 -0.018824 0.010143 0.025193 -0.011746 -0.014543 0.015354 0.002315 -0.050268 -0.010675 0.025515 -0.026969 0.003301 -0.004993 -0.006143 -0.005795 0.020226 0.011726 -0.035 -0.010794 0.000685 0.022762 -0.036067 -0.025142 0.024782 0.029868 -0.018998 -0.004288 0.007554 0.001552 -0.025782 -0.007353 0.022919 0.038024 0.030212 0.011805 0.002052 -0.002051 0.001418 0.041472 -0.014427 0.010235 0.000215 0.018211 -0.010226 0.049443 -0.01216 -0.025723 0.016584 -0.013809 -0.028748 0.0109 0.020594 0.010235 -0.020167 -0.000416 -0.013806 0.016137 -0.014135 -0.023565 -0.027819 0.003252 0.006867 -0.012855 -0.022278 0.010543 -0.021857 -0.036062 0.014426 0.04201 -0.001754 0.027756 -0.02836 0.018665 0.016844 -0.011864 0.025952 -7e-06 0.019975 0.042039 0.011085 -0.003451 -0.021952 -0.026875 -0.026813 -0.014016 -0.003051 0.020475 -0.024191 -0.0 0.025575 -0.010749 0.008302 -0.006049 -0.025423 -0.016746 -0.030927 -0.019501 -0.00748 -0.005602 0.016243 0.010853 0.002962 -0.000492 -0.011299 -0.006483 0.008855 0.015937 0.030734 -0.040399 -0.008801 -0.011131 0.010102 0.014507 -0.015707 0.01366 0.016152 -0.013601 -0.014561 -0.020757 0.022768 -0.028781 0.008397 -0.060702 -0.015173 0.005037 0.00914 0.025814 0.008168 0.001738\n് 0.028871 0.002779 -0.061141 0.021502 0.014685 0.039097 0.012282 -0.006548 -0.025358 -0.028658 0.038085 0.016394 -0.013175 -0.025323 0.028022 -0.003107 0.008288 -0.023257 -0.019933 -0.052372 -0.024705 0.005773 0.007615 0.021547 0.007482 0.016639 -0.009867 -0.02201 -0.011129 -0.033805 0.019523 -0.030208 -0.02213 -0.047303 0.009577 0.020177 -0.043906 0.050318 0.005676 0.028935 -0.032718 0.016614 0.007872 -0.00838 -0.038206 -0.022534 0.04575 0.002138 0.003574 0.019997 0.005447 0.05525 0.042029 -0.041103 0.042505 0.003391 -0.015049 0.02424 -0.013611 0.030204 -0.045561 -0.02951 -0.014113 -0.023641 0.014434 0.022609 0.046394 -0.017745 0.041947 0.024773 -0.053916 -0.009674 0.020158 0.022892 -0.062462 -0.000376 -0.028507 0.029795 -0.041681 -0.01885 0.003569 -0.000948 0.002745 0.017859 -0.025822 -0.063866 0.007935 -0.012145 -0.021178 -0.007102 -0.001035 0.024051 0.008075 -0.022686 0.020076 -0.002836 0.003315 -0.040636 -0.010941 -0.001483 -0.021245 0.001787 -0.000775 -0.037418 0.018306 -0.005831 -0.006745 0.010039 0.047039 0.003536 0.056158 0.028427 0.028696 -0.02163 0.010803 0.002391 -0.00363 -0.003523 -0.02125 -0.041307 0.02074 -0.001494 0.044379 0.017634 0.042303 0.019458 -0.020388 -0.022445 -0.009525 -0.02103 -0.018647 0.00197 -0.016884 0.035982 -0.021211 0.02341 -0.043754 -0.003015 0.013334 0.050359 -0.002091 -0.01682 0.013121 0.029786 -0.038042 -0.055608 0.05096 0.014143 0.005199 -0.053106 0.006383 0.001165 0.044174 0.030492 0.003533 0.003092 0.000904 -0.033069 0.017813 -0.029642 -0.025667 0.013602 0.022925 0.021285 -0.018438 -0.015019 0.03486 -0.031578 0.026578 0.024396 -0.03285 -0.031937 -0.013146 0.034728 -0.026579 -0.033827 -0.012207 -0.013392 -0.038802 -0.018167 0.037829 -0.01103 0.002507 -0.007154 -0.012343 -0.026236 0.0023 0.030633 -0.064676 0.004063 0.023308 0.027019 -0.046445 -0.045975 0.003467 0.048694 -0.018274 0.018175 -0.00149 0.007167 -0.042642 -0.031313 0.020772 0.02846 0.024937 0.025645 0.01127 -0.015289 -0.00664 0.048158 -0.024925 -0.007671 -0.013632 0.022404 -0.010005 0.087582 0.015886 -0.029009 0.009835 -0.012136 -0.004948 0.009535 -0.007071 0.008351 -0.022619 -0.003258 -0.00247 0.029084 -0.004352 -0.021364 -0.012306 -0.000186 -0.003059 -0.043739 -0.045416 -0.007894 -0.01097 -0.045704 0.029305 0.029654 0.009627 0.034472 -0.031667 0.00296 -0.004152 -0.006265 0.037509 -0.010851 0.038006 0.066798 0.025585 -0.001726 0.002797 -0.055609 -0.034272 -0.014442 -0.000738 0.022294 -0.033828 -0.013876 0.002251 -0.016775 0.032711 -0.033016 -0.031146 -0.0237 -0.045055 -0.014591 0.010162 0.000521 0.015975 0.006009 0.013945 -0.000928 0.018668 0.001117 -0.009464 0.01453 0.052969 -0.0579 -0.001284 -0.023738 0.016975 0.01462 -0.01106 0.006505 0.013251 -0.018002 -0.027596 -0.013807 0.012451 -0.051141 -0.001181 -0.079982 -0.004281 0.006988 0.01861 0.033611 0.018537 0.007921\nې 0.020702 0.00923 -0.05228 0.011365 -0.001704 0.038523 0.001672 0.000339 -0.009698 -0.01204 0.028573 0.002965 0.010081 -0.012139 0.033694 0.001042 -0.010947 -0.007462 0.013432 -0.020269 -0.019653 -0.000398 0.005836 0.005816 0.004504 0.020118 4.8e-05 -0.023415 -0.016052 -0.049184 0.034172 -0.036455 -0.019472 -0.025464 0.013558 0.014439 -0.037722 0.025491 0.002266 -0.000787 -0.037252 -0.000659 0.005138 0.015677 -0.03108 -0.016379 0.032619 -0.002073 -0.003447 0.025202 0.015414 0.029284 0.02849 -0.012056 0.03884 0.000142 -0.001978 0.02778 -0.012096 0.006569 -0.034858 -0.019651 -0.001212 -0.007985 0.030894 0.029664 0.046352 -0.014962 0.024654 0.0299 -0.048766 0.0003 0.023452 0.020753 -0.037822 0.001106 -0.019467 0.032505 -0.036184 -0.01872 0.010522 -0.000988 0.017185 0.013653 -0.01924 -0.052406 0.001275 -0.00937 -0.004393 -0.004895 -0.003241 0.020496 0.015431 0.008135 0.000611 -0.000959 -0.01419 -0.037509 0.005619 -0.006145 -0.00199 0.003909 0.009305 -0.038456 0.022504 -0.004646 -0.011231 0.00069 0.042722 -0.00109 0.02947 0.022931 0.029303 -0.031501 0.005369 0.002717 -0.000539 0.008389 -0.009722 -0.036884 0.032543 -0.011925 0.033351 0.028161 0.036402 0.014685 -0.010984 -0.01184 -0.024806 -0.005709 -0.010954 -0.010138 0.01374 0.033985 0.004738 -0.000754 -0.038188 0.004672 0.013085 0.051697 -0.002439 0.00932 0.008781 0.011274 -0.029227 -0.046021 0.063391 0.023957 0.009983 -0.039092 0.015476 0.00683 0.013956 0.025565 0.004769 0.02072 0.006304 -0.015685 0.013383 -0.020091 -0.022339 0.022575 0.017842 0.013809 -0.005889 -0.016556 0.010171 -0.02024 0.030634 0.010622 -0.023343 -0.017456 -0.002046 0.025815 -0.023666 -0.016443 -0.00021 -0.003934 -0.041657 -0.00977 0.042772 -0.010743 -0.000446 -0.018874 -0.003533 -0.031215 -0.00844 0.02602 -0.039783 -0.002973 0.025506 0.028934 -0.040816 -0.028126 -0.00491 0.060055 -0.028357 0.020055 0.013242 -0.008174 -0.041004 -0.027808 0.013127 0.024994 0.00216 0.019672 0.012726 -0.006072 7e-06 0.035222 -0.017766 -0.011051 -0.003627 0.004719 -0.008251 0.044869 0.021649 -0.031207 0.002462 0.001617 -0.00174 0.007474 -0.008731 -0.00012 -0.026898 -0.008324 0.007405 0.020221 -0.012952 -0.015333 0.004084 -0.000127 -0.000273 -0.016402 -0.026225 -0.000107 -0.025031 -0.049834 0.007995 0.019922 -0.000204 0.021562 -0.033439 0.015425 0.008672 0.022538 0.026908 -0.011774 0.034149 0.042514 0.020266 0.008031 -0.015072 -0.026195 -0.021078 -0.020289 -0.005546 0.032938 -0.015688 -0.01923 0.000308 -0.0225 0.024153 -0.032254 -0.019077 -0.014051 -0.031394 -0.030245 0.002168 0.009495 0.001886 -0.006474 0.006119 -0.000388 0.015053 0.002674 0.006402 0.008068 0.027267 -0.053066 0.010872 -0.040768 0.013875 0.005731 -0.025455 0.002673 0.015658 -0.005674 -0.018647 -0.01161 0.003642 -0.040044 0.009677 -0.057517 -0.009944 0.012212 0.007735 0.006048 0.018093 0.002029\nɓ -0.003645 0.021792 -0.007667 0.007656 -0.005477 0.031544 0.047108 -0.00627 -0.01294 -0.004782 0.027879 0.013744 -0.012593 -0.009219 0.036555 0.018957 0.009171 -0.027387 0.024924 -0.029863 0.009062 -0.002119 -0.039479 0.00202 0.002578 0.003387 -0.015784 0.016762 -0.00741 -0.022785 0.057247 -0.04756 -0.018188 -0.013682 -0.004291 0.007005 -0.028634 0.038635 0.034559 0.018437 -0.034256 0.021549 0.014121 0.02713 0.006742 -0.023153 0.037956 0.01931 -0.014787 0.011262 -0.01885 0.043734 0.012804 -0.012065 0.035952 0.007247 0.014882 -0.003289 -0.025419 0.004227 -0.033188 -0.011046 -0.029982 -0.002186 0.009655 0.036864 0.035022 -0.040704 0.000704 0.016316 -0.03391 -0.00335 -0.005539 0.024101 -0.010686 0.000176 -0.011432 -0.004796 0.017436 0.009964 0.027766 0.011385 -0.019662 0.024661 -0.012336 -0.059205 -0.007082 0.010211 0.012342 0.028082 -0.005246 0.00446 0.025634 0.00103 -8.3e-05 -0.025993 0.001201 -0.035136 0.006459 -0.005426 -0.030831 -0.019808 -0.029383 -0.044906 0.020461 0.017283 -0.008464 -0.021828 0.011703 -0.009204 0.052747 0.010289 0.035604 0.001326 0.02565 -0.023279 -0.020847 -0.002511 -0.018625 -0.022756 0.035329 0.011773 0.021635 -0.000379 0.027829 0.006424 0.00403 0.03732 -0.006591 -0.018946 0.020387 -0.000105 0.001073 0.024308 -0.006557 -0.000216 0.001661 0.013271 0.01349 0.031083 -0.010502 0.000746 0.001754 -0.008865 0.000454 -0.019245 0.031896 -0.006448 0.007396 -0.048473 0.009507 0.003655 0.045546 0.020993 0.007387 0.004595 -0.027183 -0.015106 0.032009 -0.009899 -0.008384 0.026598 0.025521 0.004601 -0.00163 0.002906 0.034183 -0.029051 0.002345 0.032357 -0.028458 -0.031179 0.002951 -0.004321 0.034256 -0.018118 -0.011813 -0.018664 -0.015243 0.016767 0.047049 0.006173 0.013182 0.011663 -0.028792 -0.009078 -0.006788 0.021997 -0.016049 0.014969 0.006302 0.030271 -0.017989 -0.035455 0.01157 0.021931 -0.02354 0.008283 -0.004847 -0.009481 -0.010702 -0.009666 0.02048 0.051388 0.011558 -0.005335 -0.019125 -0.035958 -0.008072 0.013415 -0.02217 -0.014951 0.003649 0.032348 0.001427 0.036189 0.009542 0.006446 0.007387 0.011026 -0.004322 -0.020483 0.003716 0.015132 -0.037953 0.038328 -0.027202 -0.00468 0.009641 -0.0171 -0.006283 0.005872 0.004541 -0.024123 -0.017623 0.002109 0.003568 0.029974 0.015967 -0.008055 0.015085 0.021966 -0.010972 0.037036 0.017577 -0.031289 0.016912 0.029546 0.006883 0.030278 0.004861 0.009263 -0.021417 0.001947 -0.002518 0.000343 0.005439 -0.014798 -0.043859 0.02179 0.017002 0.010407 0.012257 -0.009396 -0.009958 0.020365 -0.055912 -0.01309 -0.012834 -0.028528 0.008852 -0.008791 0.010917 -0.009047 0.002256 0.010733 0.035262 -0.000252 0.032893 -0.024228 -0.001585 -0.00453 0.010425 0.015797 0.011101 0.004129 0.009707 -0.018471 -0.01623 -0.031393 -0.001797 -0.005757 -0.021354 -0.051139 -0.010837 0.027115 0.011444 0.007488 0.00361 -0.031103\nג 0.041167 0.00493 -0.060927 0.02916 0.010733 0.04284 0.010473 -0.00363 -0.020356 -0.035646 0.036768 0.014244 -0.009961 -0.031941 0.031266 -0.007501 0.013785 -0.027388 -0.012464 -0.053893 -0.01975 0.007006 0.004971 0.017005 0.009641 0.021825 -0.001685 -0.009004 -0.017942 -0.027762 0.021567 -0.038193 -0.024018 -0.051811 0.005782 0.011721 -0.044894 0.043012 0.012968 0.030669 -0.034831 0.010452 0.005256 0.002963 -0.030659 -0.031726 0.043307 -0.005855 0.000372 0.015598 0.005115 0.057785 0.035039 -0.029519 0.044922 0.00952 -0.005486 0.032526 -0.014845 0.033297 -0.031797 -0.032037 -0.011374 -0.015779 0.015389 0.020623 0.046774 -0.01489 0.040683 0.019934 -0.051532 -0.00276 0.031148 0.015932 -0.051624 0.003431 -0.034322 0.027323 -0.033585 -0.018611 0.012043 0.004343 -0.000352 0.017244 -0.02953 -0.063133 -0.0004 -0.003239 -0.017855 -0.00234 -0.012539 0.030273 0.005944 -0.015805 0.009985 -0.008572 -0.000915 -0.042382 -0.002901 -0.001258 -0.021275 0.00072 -0.002758 -0.034093 0.012143 -0.009718 -0.019676 0.009842 0.036219 -0.007585 0.046031 0.018636 0.022825 -0.019513 0.011995 0.004819 -0.011857 -0.000994 -0.011218 -0.053452 0.02798 -0.001154 0.04911 0.018202 0.036465 0.014301 -0.017271 -0.016893 -0.018723 -0.018033 -0.019053 -0.001037 -0.019358 0.03511 -0.019482 0.019298 -0.030045 0.006283 0.008035 0.048543 0.001819 -0.009865 0.0141 0.030525 -0.034928 -0.051 0.049014 0.003169 0.000299 -0.04445 0.005423 0.011638 0.039262 0.036321 -0.004768 0.006132 0.004172 -0.024981 0.015943 -0.026463 -0.020728 0.019852 0.021347 0.014189 -0.009813 -0.016762 0.019927 -0.02647 0.021936 0.026694 -0.033849 -0.022534 -0.009291 0.040026 -0.021488 -0.027975 -0.011285 -0.010224 -0.040763 -0.019263 0.04244 -0.012055 0.005849 -0.008152 -0.01158 -0.021409 0.005774 0.023884 -0.069503 -0.000499 0.009684 0.033453 -0.039949 -0.043832 -0.000652 0.043916 -0.021664 0.013829 0.001688 0.002527 -0.037253 -0.034032 0.020317 0.026582 0.024091 0.015134 0.011413 -0.013532 -0.01314 0.04665 -0.028227 -0.002539 -0.010075 0.020714 -0.002497 0.077031 0.004807 -0.017848 0.006672 0.004502 -0.009369 0.011989 -0.00842 0.007221 -0.030798 0.001806 -0.000141 0.018468 -0.010656 -0.025592 -0.001854 0.001887 -0.005445 -0.030318 -0.035073 -0.006472 -0.017245 -0.037312 0.033536 0.027793 0.008359 0.028759 -0.0234 0.012743 0.010371 -0.01281 0.047982 -0.009086 0.044439 0.058452 0.026087 0.009259 0.003205 -0.054883 -0.036562 -0.026115 -0.005963 0.022096 -0.025797 -0.011583 0.008016 -0.014868 0.032331 -0.027383 -0.038195 -0.018845 -0.037646 -0.012805 0.011214 -0.002215 0.021261 -0.006122 0.009769 -0.003186 0.011323 0.000292 -0.002465 0.022871 0.050983 -0.054501 -0.010275 -0.020069 0.021022 0.016637 -0.027768 0.003018 0.027567 -0.008873 -0.020257 -0.020272 0.010591 -0.04824 0.015934 -0.075787 -0.010868 0.004501 0.016999 0.014225 0.030951 0.006182\nŕ 0.057017 -0.00855 -0.049902 -0.012087 0.026007 0.037618 -0.004924 0.049871 0.005807 0.020541 -0.051632 0.012729 0.045124 -0.010293 0.023499 0.057946 -0.033497 -0.044079 -0.03186 -0.051032 0.026332 0.003077 0.084065 -0.021279 -0.069321 0.040252 0.021307 -0.053365 -0.042343 -0.013901 0.017486 -0.033099 -0.056711 -0.013607 0.01033 0.078541 -0.040965 0.017388 0.011453 0.051402 -0.018604 -0.0116 -0.014015 0.007649 0.013978 -0.042997 -0.014643 -0.0088 0.032371 0.03421 0.031642 0.051453 0.010926 0.032662 -0.013839 0.015094 0.025973 -0.015066 -0.004509 0.067645 -0.064777 0.026612 0.028088 -0.010059 -0.017884 0.068557 0.075769 0.0026 -0.026802 0.013085 -0.118638 0.014032 0.065352 0.070671 -0.00823 0.028174 -0.051348 0.060099 -0.011648 0.000352 -0.009677 -0.02263 -0.015525 -0.035179 -0.047824 -0.033148 0.012226 0.068628 -0.014295 -0.001705 -0.013957 0.041687 0.02531 0.02562 0.00798 -0.031494 0.052787 -0.042844 0.02201 -0.013145 -0.030714 0.029387 -0.007985 -0.040028 -0.040391 -0.019215 0.02501 0.014598 0.039274 -0.043464 0.053498 0.011288 0.045109 -0.054214 0.046219 0.018013 -0.020916 -0.055828 0.028367 -0.045041 -0.001758 -0.045497 0.03259 0.043302 0.005639 -0.018579 -0.060784 -0.008026 -0.011739 -0.024873 0.025294 0.050639 0.026061 0.049857 -0.025925 0.008498 0.056122 -0.036278 0.007985 0.039911 -0.026096 -0.004432 0.029445 0.05676 -0.052708 -0.002791 0.03866 0.060535 -0.005102 -0.081242 0.024439 -0.008294 0.10851 -0.01441 -0.004145 0.039986 -0.016305 -0.044874 0.077661 0.018283 -0.01136 0.01229 0.042457 0.073213 -0.022537 -0.011291 0.019754 0.001918 -0.045494 -0.010833 -0.015953 0.013774 -0.005376 0.007036 0.061002 -0.019302 -0.023319 -0.040314 -0.066737 0.020191 0.015135 -0.019544 0.036336 0.02423 -0.040562 0.033833 0.046061 0.074097 -0.036454 0.018263 -0.004308 0.039863 -0.046153 -0.05489 0.030025 0.029762 0.028485 -0.005108 0.002826 -0.024753 -0.024111 -0.041865 0.051827 -0.011245 0.011555 0.017927 -0.013981 -0.05989 -0.039732 0.014736 0.031985 -5.3e-05 0.004903 0.045219 -0.0042 0.013297 -0.014405 -0.002948 -0.046041 -0.009969 -0.050832 -0.019095 0.032716 0.038128 -0.003123 -0.024609 0.015581 -0.030676 -0.017561 0.015073 -0.007001 0.003416 0.035014 -0.037789 -0.003996 -0.051275 -0.022415 0.026053 0.006205 0.047709 0.044869 0.07994 -0.028353 0.084193 0.005959 0.0122 0.050351 0.007197 0.026661 0.071683 0.004996 0.003734 -0.038079 0.013814 0.000877 -0.018846 0.00561 -0.023262 -0.003102 0.044518 0.026568 -0.04097 0.017332 -0.045875 -0.01584 0.034952 -0.037629 -0.01105 0.001372 -0.032858 0.016546 -0.036595 0.03036 -0.012815 -0.025435 -0.005824 0.017397 0.038407 0.094826 0.005179 -0.01622 -0.064924 -0.002235 0.005903 -0.013603 0.009925 0.066781 0.000376 0.016782 -0.076673 0.025378 0.016024 0.009746 -0.073505 0.065675 0.006749 -0.029685 -0.034417 -0.035873 -0.037862\nཡ 0.029692 0.006437 -0.050054 0.012537 0.023872 0.030639 -0.003178 0.007077 -0.014849 -0.020824 0.031509 0.01783 0.005408 -0.02126 0.027098 -0.008856 -0.024107 -0.032524 -0.002623 -0.031725 0.001369 0.003945 -0.001988 0.009302 0.008965 0.028371 -0.014422 0.004612 -0.001622 -0.016576 0.021111 -0.020876 -0.019652 -0.035477 0.010587 0.027617 -0.049062 0.033862 0.002674 0.009842 -0.02187 -0.003059 -0.004567 -0.0053 -0.017994 -0.013727 0.026606 -0.000507 0.009873 0.02699 0.004833 0.041944 0.030367 -0.031623 0.042395 0.019226 -0.006855 0.019764 0.004469 0.019671 -0.024833 -0.021453 0.011723 -0.015868 0.010384 0.027291 0.027779 -0.014193 0.030036 0.007934 -0.044596 -0.009707 0.025299 0.027212 -0.036033 0.004913 -0.036797 0.022434 -0.011081 -0.022722 0.010596 -0.015622 -0.007243 0.021506 -0.022674 -0.033208 -0.008572 0.002518 -0.012323 -0.019015 -0.001795 0.017391 0.000968 -0.00477 0.009681 -0.008406 0.001491 -0.051619 -0.009435 3.9e-05 -0.01101 0.001152 -0.006969 -0.021455 0.00984 -0.006393 -0.020648 0.015471 0.036616 -0.001423 0.032421 0.026867 0.01575 -0.021889 0.006663 -0.00299 -0.012492 0.004187 -0.023286 -0.039215 0.023342 0.00519 0.041461 0.029689 0.033421 0.005204 0.007019 0.009075 -0.007353 -0.006569 -0.023556 -0.014681 -0.007644 0.018123 -0.014196 0.019976 -0.020246 -0.003238 0.011127 0.038556 -0.01399 -0.006304 0.012357 0.012698 -0.022112 -0.039229 0.047202 0.003212 0.009062 -0.02676 0.000323 0.016882 0.027106 0.021658 -0.007383 0.011317 -0.000322 -0.019335 0.002829 -0.009362 -0.009841 0.023283 0.019508 0.01138 -0.010636 -0.016601 0.026842 -0.013838 0.00946 0.011453 -0.033438 -0.022031 0.002413 0.022744 -0.015384 -0.028678 -0.010304 0.005974 -0.022636 -0.012267 0.029725 -0.007778 0.008001 0.001124 -0.005189 -0.01869 -0.004302 0.023129 -0.054849 -0.005295 0.002067 0.033765 -0.015183 -0.027977 -0.005124 0.039923 -0.012867 0.009266 0.014208 -0.006734 -0.026259 -0.028261 0.010187 0.027974 0.008802 0.015154 0.004909 -0.004158 0.001704 0.044693 -0.002275 -0.017439 -0.001363 0.024472 0.006051 0.060089 -0.004048 -0.024001 0.009817 -0.002777 -0.009583 0.016438 0.007281 -0.000309 -0.028246 0.002812 0.001488 0.007744 -0.011076 -0.012847 -0.002247 -0.003918 0.001071 -0.024883 -0.021204 -0.006113 -0.018946 -0.03013 0.011702 0.019144 -0.00647 0.034215 -0.008561 0.019341 0.008477 0.013002 0.028744 0.002945 0.025128 0.046252 0.000921 -0.003742 0.009702 -0.030274 -0.02431 -0.009574 -0.00326 0.026942 -0.021002 -0.001429 -0.003733 -0.001803 0.023977 -0.014886 -0.022848 -0.012657 -0.027879 -0.019828 -0.008288 0.00148 0.022184 -0.013238 0.014359 -0.001606 0.012252 0.007169 -0.004239 0.020036 0.030322 -0.034744 0.004715 -0.017551 0.010172 0.013582 -0.030984 0.007427 0.003224 -0.006125 -0.027245 -0.02106 0.019028 -0.035631 0.029901 -0.07056 -0.017151 0.016031 0.013718 0.0061 0.015696 0.001382\n॥ 0.068084 0.003064 -0.09152 0.04817 0.036144 0.063544 0.021527 0.001625 -0.025519 -0.053686 0.034461 0.033329 -0.007513 -0.037693 0.052376 -0.016156 0.018748 -0.057019 -0.022063 -0.057551 -0.021596 -0.015561 0.005184 0.032683 0.026703 0.026291 -0.032746 0.002905 -0.014066 -0.026989 0.026779 -0.048034 -0.031683 -0.080845 0.015019 0.007134 -0.06955 0.082535 0.015135 0.036145 -0.040199 0.029383 -0.013827 -0.005657 -0.042601 -0.046108 0.044379 0.001741 -0.005448 0.057518 0.025123 0.098992 0.052853 -0.061606 0.05733 0.012991 -0.004772 0.044694 -0.020017 0.040172 -0.044667 -0.040312 -0.030196 -0.015821 0.04837 0.020309 0.057315 -0.028685 0.039402 0.010094 -0.064762 0.003894 0.029059 0.023479 -0.074993 0.012709 -0.038814 0.038921 -0.0502 -0.018183 0.0352 0.014666 -0.010483 0.027852 -0.028764 -0.083079 0.007192 -0.015701 -0.020243 -0.01275 -0.017683 0.040745 0.01015 -0.025791 0.017275 0.001911 0.024224 -0.053657 0.002308 -0.002601 -0.046707 -0.006298 -0.005372 -0.039545 -0.004303 0.00714 -0.01859 0.019003 0.044406 -0.01303 0.051536 0.031161 0.034159 -0.029698 0.032556 0.020719 -0.025669 0.007448 -0.021931 -0.061311 0.034301 -4e-06 0.065472 0.015635 0.043441 0.006412 -0.031159 -0.039666 -0.010987 -0.025187 -0.037388 -0.017037 -0.039115 0.039729 -0.038489 0.029794 -0.056184 -0.008277 0.001928 0.075609 -0.011722 -0.02472 0.018519 0.043674 -0.055044 -0.058288 0.055697 -0.016856 -0.007467 -0.059626 0.007065 0.025603 0.05537 0.056792 -0.022 0.000281 -0.006156 -0.025681 0.023327 -0.045887 -0.018444 0.029784 0.048279 0.032334 -0.005509 -0.039478 0.042449 -0.043519 0.035603 0.060233 -0.035563 -0.028188 -0.033883 0.048777 -0.033699 -0.052425 -0.029684 -0.016247 -0.056023 -0.031345 0.045576 -0.009313 -0.002304 -0.003171 0.007702 -0.014509 -0.001448 0.040016 -0.093474 -0.005992 0.011371 0.032612 -0.052631 -0.066359 0.017308 0.074741 -0.025096 0.015141 -0.020124 0.006069 -0.061185 -0.048985 0.024683 0.037927 0.027833 0.044656 0.024183 -0.018013 -0.028564 0.062472 -0.051632 -0.002386 -0.023082 0.026933 -0.017383 0.121244 -0.006668 -0.030665 0.003544 -0.019927 -0.024669 0.028791 -0.009304 0.025129 -0.030027 0.019513 -0.006639 0.037442 -0.020216 -0.014264 -0.021735 0.029539 -0.013855 -0.038453 -0.056915 -0.015435 -0.03366 -0.028468 0.046671 0.058073 0.033678 0.051935 -0.034136 0.013464 0.025542 -0.050975 0.053106 0.00878 0.076919 0.075743 0.060658 0.010336 0.000733 -0.070548 -0.043169 -0.037843 -0.000941 0.014847 -0.016176 -0.017689 0.00855 -0.0185 0.047844 -0.020897 -0.032691 -0.005214 -0.052877 -0.026094 0.014518 -0.003644 0.030534 0.026812 -0.003803 -0.005688 0.013687 0.038183 -0.010065 0.028922 0.0618 -0.079953 1.5e-05 -0.039001 0.030945 0.01772 -0.045358 -0.004641 0.034104 -0.019677 -0.037512 -0.033786 0.012944 -0.054022 0.028535 -0.090676 -0.022561 -0.007502 0.036361 0.018409 0.038967 0.009415\nѧ 0.040201 -0.021152 -0.063129 0.039541 0.005464 0.073147 0.005145 -0.003292 -0.026657 -0.030352 0.051126 0.017972 -0.008558 -0.040206 0.047943 0.006724 0.038393 -0.041153 -0.032909 -0.06041 -0.035278 0.013426 0.025211 0.017608 0.010308 0.014093 -0.021102 -0.000544 -0.019313 -0.019288 0.044214 -0.036036 -0.036553 -0.043436 0.007569 0.011846 -0.039422 0.047194 -0.002596 0.033825 -0.045682 0.010475 0.010983 0.009654 -0.025059 -0.021562 0.050012 0.0132 -0.00052 0.008964 0.001764 0.068345 0.056841 -0.030826 0.032846 0.03904 0.001737 0.025336 -0.024855 0.026156 -0.035179 -0.014481 -0.01523 -0.028037 0.041262 0.028393 0.039645 0.001235 0.047769 0.025322 -0.061672 -0.002372 0.039077 0.042439 -0.084248 0.011656 -0.04044 0.023886 -0.043456 -0.023429 0.014448 -0.011165 -0.016937 0.019907 0.009298 -0.057197 -0.008001 -0.017335 -0.015479 -0.006715 -0.009231 -0.018105 0.026422 -0.015793 0.016885 -0.022428 -0.015422 -0.074406 -0.023771 -0.006189 -0.030792 0.000843 -0.011625 -0.044834 0.031155 -0.008858 -0.031551 -0.003053 0.054964 0.000261 0.064918 0.021018 0.030865 -0.014679 0.005589 -0.011899 0.00364 -0.004702 -0.027093 -0.047084 0.063046 0.020655 0.06309 0.031339 0.041982 0.010597 0.002994 -0.008627 -0.034016 -0.031357 -0.029189 0.008849 -0.040595 0.037778 -0.030575 0.002228 -0.023568 -0.007108 0.021097 0.047596 -0.007264 -0.006071 0.004622 0.035262 -0.03483 -0.03383 0.059978 0.019321 -0.008326 -0.079383 0.007377 0.028616 0.037069 -0.000634 0.000543 -0.006074 0.001447 -0.008769 0.036948 -0.020619 -0.045684 -0.007925 0.035233 0.022383 -0.030801 -0.003733 0.037355 -0.011298 0.048478 0.037013 -0.031368 -0.020381 0.006077 0.035419 0.00224 -0.018976 -0.026158 -0.007535 -0.04971 -0.010535 0.042266 0.008406 0.009885 -0.03426 0.016846 -0.044124 -0.003155 0.028013 -0.064056 0.005495 0.040921 0.037994 -0.035056 -0.042058 0.020298 0.067377 -0.022871 0.028259 -0.000641 0.012618 -0.036421 -0.057065 0.026577 0.047549 0.008192 0.019406 0.003655 -0.035608 0.001807 0.071028 -0.032077 -0.013905 0.000124 0.004727 -0.013845 0.094224 0.01225 0.002872 0.004293 -0.00564 -0.013716 -0.017441 -0.013929 0.027396 -0.059936 0.003608 -0.004889 0.009501 0.009867 -0.065066 -0.015144 0.008668 0.005755 -0.03549 -0.051511 -0.010861 -0.029884 -0.053032 0.03337 0.050699 -0.019245 0.016695 -0.048398 0.016433 0.016414 0.002931 0.048418 0.005824 0.034978 0.051693 0.029107 0.035641 -0.004665 -0.047205 -0.039642 -0.019739 -0.025492 0.015678 -0.039777 -0.02982 0.006832 -0.034041 0.017457 -0.043476 -0.056505 -0.025574 -0.006274 -0.033922 -0.002237 0.035647 0.0018 0.003309 0.012016 0.01209 0.014789 0.00097 0.022672 0.003585 0.075185 -0.05355 -0.003079 -0.019796 0.000994 0.012848 -0.011613 -0.001961 0.035402 0.005355 -0.001552 -0.031773 -0.022616 -0.01546 0.015396 -0.105106 -0.028798 -0.000325 0.006242 0.044459 0.020064 0.025222\n˨ 0.028809 -0.019443 -0.032118 0.018728 0.007984 0.029296 0.013928 0.000888 -0.010657 -0.014818 0.029687 -0.007824 -0.007738 -0.007642 0.001464 -0.003604 -0.008393 -0.015043 0.019724 -0.01665 -0.00703 0.003377 -0.004694 0.015421 0.010087 -0.001241 -0.008964 -0.000278 -0.00047 -0.010356 0.021037 -0.027861 0.000357 -0.016417 0.003596 0.001256 -0.032799 0.027629 0.029834 0.002431 -0.007936 0.00177 -0.005448 0.00483 -0.001872 -0.012332 0.018356 -0.003912 -0.011893 0.039312 0.018563 0.02718 0.026053 -0.029689 0.026334 0.010762 0.000219 0.011215 -0.000509 0.027486 -0.025463 -0.035609 -0.004856 0.000639 0.007809 0.029207 0.04035 -0.018483 0.021005 0.008106 -0.031208 -0.017397 0.009809 -0.000272 -0.039248 -0.00452 -0.007551 -0.00782 -0.031624 -0.009694 0.000823 -0.012119 -0.018682 0.01603 0.009375 -0.014529 0.016842 -0.01235 0.000768 0.004915 -0.004892 0.005271 -0.005544 -0.01162 0.012317 0.0034 -0.011093 -0.010871 -0.004582 -0.015507 -0.015279 -0.006959 -0.01533 -0.009639 0.016766 -0.008455 0.00167 0.011996 0.009994 0.002753 0.040032 -0.002566 0.007866 -0.007646 0.015752 -0.002511 -0.003641 0.001006 -0.027881 0.007769 0.038167 0.000821 0.019281 0.009309 0.023932 0.007703 0.005115 -0.016333 -0.011423 -0.01602 0.008701 -0.004566 -0.01295 0.020945 -0.013543 0.023736 -0.02322 0.012265 0.027503 0.041706 -0.003454 0.009123 -0.003175 0.018305 -0.017293 -0.041772 0.036793 -0.001138 0.004064 -0.041873 0.017574 0.015439 0.024737 0.017281 -0.012532 0.005392 -0.024531 -0.018324 0.007383 0.00825 -0.017868 0.01501 -0.001798 -0.018232 -0.014543 -0.031949 2e-05 -0.022693 0.012148 0.012736 -0.042122 -0.020338 0.011701 0.006654 -0.027254 -0.025585 0.011443 -0.012307 -0.043896 -0.002716 0.041902 -0.009437 0.030653 0.002809 -0.01193 -0.018472 0.019364 -0.001692 -0.016651 -0.00772 0.025891 0.009117 -0.025838 -0.031096 -0.022604 0.012867 -0.023319 0.018435 0.008209 -0.01802 -0.034068 -0.004547 0.029015 0.013517 0.026465 -0.016098 0.007979 -0.012235 -0.004982 0.020295 -0.005304 -0.020482 0.0147 0.023728 0.012364 0.047316 0.010667 -0.009813 0.014511 0.003144 -0.004527 0.004378 0.003663 -0.006949 -0.025766 0.015754 -0.01631 -0.003117 -0.007839 0.00584 -0.000963 -0.012487 0.003929 -0.03231 -0.010581 0.0116 -0.022024 -0.021131 0.021956 0.028799 -0.010143 0.019009 0.00577 0.023718 0.010799 -0.015352 0.034015 0.008278 0.012779 0.037271 0.012448 0.012395 -0.003437 -0.010208 -0.032338 0.006121 0.005408 0.023443 -0.001416 -0.017203 0.020662 -0.017261 0.021366 -0.01825 -0.015503 -0.027265 -0.013224 0.0134 -0.006513 0.011903 0.025166 3.3e-05 0.015189 -0.010338 0.009737 -0.001369 0.028484 0.013227 0.019296 -0.032577 -0.011969 -0.010095 0.012561 0.023982 0.00201 -0.02897 0.005946 -0.013797 -0.00494 -0.016838 -0.008479 -0.030086 0.02558 -0.036693 -0.008146 -0.006849 -0.011465 -0.009123 0.023085 -0.017134\nս 0.025052 -0.002995 -0.03513 0.008232 0.007038 0.029507 -0.002994 0.00046 -0.007386 -0.025746 0.032561 0.005113 -0.010183 -0.022 0.021386 -0.007056 0.018379 -0.015051 -0.005973 -0.039292 -0.019043 0.002378 0.01054 0.010908 -0.004088 0.018738 -0.013011 -0.008835 -0.022167 -0.020926 0.018572 -0.030304 -0.016176 -0.033413 0.010987 0.011901 -0.037375 0.02888 0.009207 0.013964 -0.024282 0.012294 0.004745 0.013469 -0.031734 -0.021965 0.015771 -0.006558 -0.003307 0.003949 -3.9e-05 0.040906 0.029429 -0.025548 0.031348 0.007196 0.001261 0.02014 -0.02227 0.018073 -0.021804 -0.015005 -0.010171 -0.007761 0.01185 0.019805 0.025696 -0.014616 0.037777 0.008842 -0.03367 -0.008074 0.018166 0.014618 -0.039979 0.007904 -0.020214 0.007743 -0.041992 -0.008845 0.006534 -0.005636 -0.008366 0.004062 -0.014533 -0.047429 0.00135 0.000181 -0.02323 0.000301 -0.010909 0.01727 0.00827 -0.008464 0.006204 -0.00801 -0.000218 -0.029594 0.00519 -0.009109 -0.020204 0.000399 -0.000111 -0.021741 0.016395 0.00109 -0.017636 0.010569 0.028039 -0.011593 0.03721 0.030122 0.011296 -0.019052 0.009226 -0.007411 0.00464 -0.005417 -0.017162 -0.029712 0.017142 -0.005618 0.020302 0.022335 0.027582 0.018076 -0.005047 -0.012642 -0.009537 -0.018337 -0.008165 0.001364 -0.004961 0.020759 -0.016053 -0.000108 -0.014116 -0.001162 0.012257 0.03915 0.004003 -0.004936 -0.011794 0.020225 -0.028443 -0.048305 0.045452 0.009301 -0.004076 -0.031646 0.010212 0.008454 0.024417 0.013817 -0.005077 0.001731 0.006434 -0.013398 0.01832 -0.016212 -0.014968 0.019571 0.016151 0.013344 -0.017832 -0.00769 0.015092 -0.02284 0.015512 0.014584 -0.018693 -0.017343 -0.006837 0.026321 -0.00786 -0.028187 -0.003779 -0.018034 -0.037624 -0.011918 0.026972 -0.016328 0.004877 -0.011733 -0.006587 -0.019167 0.005804 0.021077 -0.045412 -0.003223 0.018768 0.011011 -0.031642 -0.021807 0.003427 0.039102 -0.010997 0.0125 0.004603 -0.001498 -0.02566 -0.028382 0.013603 0.023145 0.001606 0.018866 0.00306 -0.005489 -0.00186 0.037349 -0.017909 0.004539 -0.018886 0.015098 -0.003519 0.054141 -0.00011 -0.020165 0.017185 -0.002538 -0.008496 0.011267 -0.006023 0.012567 -0.012669 -0.019131 0.00411 0.018392 0.004739 -0.014637 -0.006228 -4.8e-05 -0.000246 -0.00024 -0.027976 -0.009299 -0.015324 -0.027226 0.013854 0.009085 0.005216 0.008821 -0.020497 0.005417 0.005821 -0.010686 0.026254 0.001379 0.040597 0.038829 0.028052 0.008509 -0.000141 -0.028734 -0.028979 -0.020493 -0.011548 0.011578 -0.026836 -0.005402 0.005271 -0.009492 0.022718 -0.024959 -0.03051 -0.004753 -0.018037 -0.025742 0.00492 -0.006682 0.020494 -0.000807 0.00354 -0.011942 0.010825 0.001362 -0.003026 0.019497 0.03424 -0.039918 0.002274 -0.020769 0.010749 0.020154 -0.012397 -0.006129 0.007196 -0.006019 -0.014249 -0.01692 0.006622 -0.031464 0.005573 -0.044048 -0.004641 0.014219 0.020944 0.012509 0.007386 -0.002416\n -0.033106 0.021349 0.003116 0.010598 -0.006164 -0.012295 -0.026546 0.00337 -0.069399 0.014907 -0.015033 0.01981 -0.016156 -0.063103 0.065891 0.02709 -0.009077 0.028176 -0.026896 -0.014766 -0.02869 0.02416 0.018076 0.016723 -0.017248 0.003842 -0.036321 -0.008002 -0.018169 -0.029004 0.008409 -0.027838 -0.050917 -0.033842 -0.004757 0.025335 -0.024334 0.056911 0.058206 0.027603 0.002023 0.044567 -0.009508 0.046087 -0.041252 -0.084054 0.021933 0.025739 0.011226 -0.01429 0.015869 0.1055 0.007436 -0.051497 0.037031 0.018068 -0.008461 0.001159 -0.017855 0.037296 -0.015297 -0.079462 -0.07059 -0.057778 -0.023955 0.052078 0.054778 0.001373 -0.000754 0.00562 -0.094703 -0.049752 0.028223 0.024267 -0.047957 0.004326 -0.036425 0.015789 -0.048457 -0.011351 0.025973 -0.028345 -0.042358 0.00798 -0.055719 -0.121307 0.033517 -0.027206 -0.026298 0.044486 -0.052023 0.037983 0.005822 -0.026535 -0.040302 0.026699 -0.015027 -0.056405 0.013959 -0.027996 -0.002091 0.003007 0.027769 -0.093652 -0.015485 0.03235 -0.005471 -0.004045 0.014011 -0.00781 0.006765 0.027666 -0.005506 0.020989 -0.009279 0.015931 0.017635 -0.014948 -0.029439 -0.032227 -0.043581 0.027584 0.022694 0.012236 -0.011972 -0.006649 -0.011759 0.031286 0.026464 -0.028885 -0.021716 0.036428 -0.034684 0.046743 -0.040433 -0.007214 -0.039491 -0.036089 0.015416 0.08838 -0.004448 -0.042728 0.014915 0.017479 -0.062502 0.00555 0.01294 -0.014964 -0.003355 0.006036 -0.026276 0.057451 -0.016387 0.05902 0.020635 0.052247 -0.090625 -0.004294 0.02413 -0.02907 0.035396 0.028262 -0.022982 0.019009 -0.058629 -0.060207 0.023917 -0.017513 0.012428 0.002456 -0.081992 -0.044957 -0.032509 0.000555 -0.007662 0.001556 0.013339 -0.065308 -0.03768 -0.020588 0.014906 0.008866 0.003222 0.019401 0.062723 -0.026774 0.030171 0.011494 -0.095304 0.03054 -0.023291 0.033948 -0.032115 -0.018574 0.052059 0.041534 -0.021441 -0.018514 -0.006328 -0.052076 -0.083781 -0.032437 0.025976 0.028769 0.062555 0.009148 -0.000699 0.043028 -0.050781 -0.006961 0.019288 -0.063234 -0.01841 -0.003228 -0.059446 0.05096 -0.04109 -0.023915 0.091197 -0.004611 0.037277 0.004432 -0.020765 0.024209 -0.044338 -0.051947 -0.008785 0.056646 -0.024957 -0.003762 -0.004608 0.012627 -0.004558 -0.055362 -0.000626 -0.00947 0.080828 -0.025816 0.100512 0.011858 0.013022 -0.027484 -0.032771 0.021184 -0.029818 -0.003018 0.05568 0.019547 0.039029 0.10677 0.052085 -0.018458 -0.033593 -0.064476 -0.029027 -0.041903 0.023537 0.042975 0.004938 -0.075458 -0.012202 -0.020591 0.045921 -0.004155 -0.022321 0.010436 -0.006972 -0.014773 0.11907 -0.036397 0.005747 -0.024636 -0.017386 0.046523 0.056141 0.035207 0.01588 0.085052 -0.024203 -0.023952 -0.072528 -0.014804 0.022172 0.024746 -0.022182 0.03078 0.023299 -0.01374 0.016953 -0.035183 -0.001443 -0.018942 0.012451 -0.081252 -0.029193 -0.005416 -0.062806 -0.012943 0.030714 -0.011075\nገ 0.052712 0.016785 -0.073164 0.007397 0.021413 0.066961 -0.005838 -0.010073 -0.018935 -0.06313 0.04003 0.036133 0.008868 -0.033432 0.030975 -0.01924 0.009623 -0.01913 -0.005843 -0.05195 -0.005719 0.017432 0.021153 0.024372 0.010818 0.02467 -0.000503 -0.007139 0.005699 -0.030711 0.01747 -0.049881 -0.005522 -0.057968 0.000848 0.00718 -0.062572 0.052564 0.008556 0.010067 -0.034382 -0.010087 0.046579 0.031771 -0.042567 -0.028098 0.057642 -0.030192 -0.033619 0.018009 -0.006703 0.070558 0.041682 -0.021261 0.042961 0.023382 -0.003097 0.037688 -0.013265 0.036153 -0.034353 -0.04262 -0.0356 -0.030365 0.037602 0.019304 0.024303 0.009454 0.05329 0.036744 -0.048404 0.001361 0.038456 0.027511 -0.044408 0.036303 -0.035788 -0.003194 -0.042613 -0.006372 -0.001121 -0.02706 -0.004825 0.013533 -0.019327 -0.057961 0.021655 0.007743 -0.008351 0.002729 -0.000474 0.013419 0.015119 -0.021931 0.025184 -0.014346 -0.000123 -0.058104 -0.019807 0.000628 -0.043974 0.019463 0.007948 -0.034804 0.011777 -0.028812 -0.002011 0.03364 0.042237 -0.020835 0.031482 0.021099 0.013516 -0.034617 0.006199 -0.008126 -0.003305 0.006306 -0.023895 -0.059803 0.030219 -0.004084 0.048883 0.040506 0.063662 0.010563 -0.013393 0.020996 -0.009606 -0.011068 -0.038958 0.012613 0.012461 0.029311 -0.045279 3e-05 -0.028566 0.021958 0.011454 0.074204 -0.019562 0.007852 0.006737 0.024907 -0.018127 -0.070202 0.061646 -0.01223 -0.006528 -0.047259 -0.002831 0.028993 0.046459 0.062516 0.002818 0.005964 0.017075 -0.03519 0.025549 -0.035377 -0.019977 0.027357 -0.004617 0.006849 -0.044444 -0.01214 0.032099 -0.018671 0.025211 0.042785 -0.010797 -0.004755 -0.005837 0.065928 0.008235 -0.024126 -0.018531 -0.007644 -0.074153 -0.021066 0.045226 -0.004428 -0.001704 -0.040419 -0.015666 -0.056043 0.029491 0.025934 -0.047356 0.008697 0.026166 0.048428 -0.050902 -0.063328 0.007358 0.050605 -0.03635 0.023287 -0.002906 0.011993 -0.004107 -0.044611 0.013524 0.068773 0.011257 0.01415 0.010226 0.003163 -0.001922 0.072821 -0.026196 -0.036018 0.007221 0.05457 -0.012811 0.082396 -0.005479 -0.022717 0.01726 0.006356 -0.001074 -0.007574 0.005576 -0.005499 -0.048029 -0.003843 -0.003741 0.012434 -0.045006 -0.02325 0.005446 0.009864 -0.004429 -0.026172 -0.044308 -0.003767 -0.027664 -0.035887 0.030122 0.032289 -0.012501 0.029859 -0.030168 0.027304 0.026128 -0.0358 0.044696 -0.009966 0.018112 0.053852 0.02445 0.024748 -0.009301 -0.034099 -0.021995 -0.04524 -0.019944 0.043366 -0.054349 -0.004203 -0.004042 -0.005454 0.038659 -0.037808 -0.060058 -0.002694 -0.061792 -0.034867 0.015548 -0.001748 0.031153 -0.014474 0.019751 -0.03403 0.02456 -0.000293 0.02089 0.04364 0.057757 -0.064319 -0.023434 -0.036595 0.025695 0.000948 -0.023963 -0.012671 0.055561 -0.002682 -0.024786 -0.011927 -0.003545 -0.040983 0.018918 -0.107782 -0.036712 0.012354 0.006193 0.025994 0.034611 0.017483\nည 0.031516 -0.009741 -0.02849 0.005937 -0.010427 0.025303 -0.017351 -0.014353 -0.009391 -0.024157 0.030706 0.002222 -0.013664 -0.023948 0.034177 0.012621 -0.012912 0.000164 5.4e-05 -0.026095 -0.002109 0.00108 0.0045 -0.002825 -0.004266 0.010136 -0.017094 -0.017663 -0.014744 -0.015706 0.020766 -0.020314 -0.006598 -0.012631 0.022475 0.007766 -0.020954 0.022581 -0.013404 0.007382 -0.023307 0.007409 0.015763 -0.0053 -0.019702 0.006692 0.022783 0.004031 0.020248 -0.001823 0.006936 0.023981 0.016433 -0.021295 0.022567 -0.000268 -0.009315 -0.002654 -0.010587 -0.0029 -0.022169 -0.010827 0.00383 0.005196 0.009219 0.006855 0.029155 0.005214 0.021302 0.029593 -0.040878 -0.007842 0.008983 0.026453 -0.029937 -0.005484 -0.01789 0.012393 -0.036543 -0.013511 0.000809 -0.014677 -0.003282 -0.005436 -0.001951 -0.033513 0.001262 -0.001723 -0.010878 0.001781 0.006756 0.015619 0.003461 -0.005311 0.034217 0.006119 0.005945 -0.038319 0.000883 0.009824 -0.019389 -0.006536 -0.002718 -0.022227 0.030657 -0.002869 -0.022831 -0.003346 0.038719 0.004679 0.047115 0.045404 0.029008 -0.004959 0.012297 -0.01551 0.008409 -0.008688 -0.017698 -0.016146 0.018866 0.013507 0.033095 0.036258 0.032792 -0.006275 -0.01511 -0.004322 -0.014184 -0.013231 -0.014254 0.007097 -0.009485 0.029306 -0.004083 0.008688 -0.022124 0.019153 0.00476 0.029047 -0.003364 -0.008416 0.014667 0.011073 -0.038822 -0.05048 0.047657 0.024586 0.016897 -0.040666 0.013503 0.007928 0.02154 -0.002874 -0.004056 0.004821 0.018666 -0.021412 0.009882 -0.01524 -0.022799 0.002 0.026668 0.015196 -0.023773 -0.009762 0.012411 -0.004292 0.013423 -0.00061 -0.000638 -0.008607 -0.008168 0.023717 -0.025442 -0.009934 0.014369 0.000881 -0.027425 0.000938 0.026777 -0.001458 0.01102 0.000441 -0.008331 -0.022339 -0.021877 0.027109 -0.023005 0.00461 0.001959 0.018877 -0.028625 -0.017893 -0.006935 0.023526 -0.009075 0.022906 -0.002225 -0.009755 -0.026695 -0.020434 -0.002273 0.019428 0.016743 0.02158 0.003026 0.003713 -0.007639 0.02295 -0.000741 0.004003 -0.01038 0.017023 -0.019525 0.018351 0.016414 -0.031696 0.006415 0.007144 0.003635 0.002637 -0.006188 -0.002737 -0.017137 -0.005893 0.008891 0.026279 0.008695 -0.014504 -0.005682 -0.001972 -0.001277 -0.017645 -0.014157 -0.002535 -0.015589 -0.034949 0.012329 0.005256 0.014069 0.027894 -0.026837 0.005959 -0.007152 0.01805 0.012021 -0.020951 0.022486 0.033437 0.012121 0.00119 -0.006525 -0.021478 -0.017417 -0.004762 -0.018614 0.013546 -0.021047 0.005668 -0.001088 -0.006227 0.013513 -0.021764 0.004342 -0.024503 -0.020751 -0.000141 0.00281 0.005074 0.012731 -0.003714 0.020608 0.007602 0.024364 0.002588 -0.013427 0.01238 0.044367 -0.026824 0.015971 -0.008734 -0.00078 0.005553 -0.014756 -0.019126 0.013679 0.001724 -0.004315 -0.00293 0.001759 -0.023552 0.020678 -0.036582 -0.012069 0.02779 0.002333 0.017872 0.010967 -0.01212\nএ 0.011628 0.005017 -0.049942 0.013579 0.003075 0.019515 -0.01153 0.010582 0.001453 -9.2e-05 -0.00038 0.037699 -0.017379 -0.002609 0.018025 -0.002027 0.0245 0.045493 -0.027928 -0.029646 -0.001282 0.001275 6e-06 0.012921 0.022541 -0.002275 -0.001464 -0.013594 -0.011525 -0.013512 0.01884 -0.016803 -0.045027 -0.021881 -0.009341 0.01196 -0.01517 -0.002735 0.012594 -0.00352 -0.038012 -0.011497 0.024264 0.002902 -0.052054 -0.019221 0.013776 0.005127 -0.020774 -0.030398 -0.003146 0.037123 0.00984 -0.01379 0.006702 -0.002191 -0.03068 -0.012932 0.011471 -0.003952 -0.031726 0.009924 0.018784 0.022931 0.017233 0.019258 0.042409 0.011449 0.037349 0.012354 -0.045291 0.009776 -0.009221 0.008871 -0.008313 -0.006397 -0.020678 -0.001077 -0.018266 -0.017365 0.014543 0.006986 -0.003097 -0.020571 -0.017378 -0.021319 -0.00318 -0.011746 -0.032541 -0.008575 -0.060142 0.001529 0.028207 -0.01964 0.010579 0.034275 -0.023548 -0.018151 0.016788 -0.009363 -0.012831 0.005518 -0.002264 -0.016144 -0.022685 0.00858 0.00593 -0.007975 0.010805 -0.006615 0.009731 0.026221 0.005075 -0.03395 0.018774 -0.020169 0.027736 0.013564 -0.023276 -0.024436 0.0418 -0.003793 -0.001597 0.040482 0.029283 0.004365 -0.016305 0.015031 -0.0163 -0.058395 -0.009011 0.020747 0.02627 0.02133 0.024654 -0.015538 0.007194 0.031333 -0.007793 0.004578 0.01109 -0.006887 0.004705 0.030162 -0.046083 -0.016138 0.059589 0.03248 -0.018974 -0.046933 -0.015643 0.014345 0.0006 0.02687 -0.029257 0.003327 0.016604 0.002239 0.014307 -0.022764 -0.038936 0.019326 0.025135 0.050166 -0.00328 -0.01289 0.008666 -0.003093 0.036186 0.001492 0.030028 0.002949 -0.001778 0.026256 -0.01876 -0.017659 0.010951 -0.002256 -0.011621 -0.010483 0.001085 -0.016609 -0.002583 -0.010131 -0.015629 0.007374 -0.024225 0.016776 -0.001397 0.016471 0.023659 0.001056 -0.018767 -0.031538 0.02692 0.021126 -0.010207 -0.001236 -0.01123 -0.033415 -0.018387 -0.048047 0.011641 0.043215 0.022079 0.01578 0.024489 0.001061 -0.0192 0.050395 -0.000402 -0.012392 -0.011128 -0.009531 -0.010789 0.019818 -0.016635 -0.021646 0.052043 0.013769 -0.030077 -0.042478 -0.021576 0.045155 -0.011839 -0.001217 -0.014319 0.036722 0.019128 -0.03486 -0.023869 0.000281 0.02054 -0.006156 -0.029268 -0.023496 -0.025425 0.006014 0.029542 0.001459 0.013672 0.008563 -0.022668 0.003439 0.023052 0.013052 0.028167 -0.008052 0.008399 0.022736 -0.004932 0.023728 0.002858 -0.015712 -0.017897 -0.022603 -0.026573 -0.017427 -0.027457 -0.007762 -0.016957 -0.003234 -0.005439 0.009326 -0.025663 -3.3e-05 -0.028249 0.002039 0.013414 0.017074 0.002933 0.014364 0.010661 0.008903 0.009817 -0.03614 -0.023458 0.025896 0.053519 -0.041431 0.022987 0.006535 0.030556 0.022262 -0.000818 0.008464 0.019659 -0.009314 -0.036175 -0.020836 0.01726 -0.029581 0.019236 -0.038306 -0.002843 0.031448 -0.019631 0.012765 -0.01649 0.013515\nڑ 0.00913 0.004895 -0.02951 0.031102 0.0013 0.015615 -0.005776 -0.008226 -0.003465 -0.008012 0.038455 -0.002971 -0.009674 -0.028621 0.014869 -0.004221 0.014751 -0.00188 -0.008321 -0.051224 -0.011832 0.009647 -0.006159 0.011285 0.000144 0.012131 -0.014499 -0.000813 0.009368 -0.008926 0.008266 -0.017214 -0.01018 -0.025647 0.012853 0.016961 -0.031284 0.028582 -0.016881 0.006007 -0.016273 0.013359 0.001839 -0.006405 -0.001904 -0.005781 0.030661 -0.00263 -0.007865 0.006795 0.004461 0.026835 0.000156 -0.015796 0.028778 -0.005794 -0.01985 0.010406 0.005338 0.003158 -0.028916 -0.044131 0.002873 0.002998 0.007485 0.003543 0.010542 -0.010083 0.023122 0.013278 -0.027871 0.002487 0.001692 0.018861 -0.044602 -0.008271 -0.015109 0.02461 -0.0144 -0.021638 0.023847 -0.012037 -0.002227 0.007162 -0.023658 -0.028954 0.01651 -0.005381 -0.001836 -0.028902 -0.020308 0.019061 -0.007918 0.00411 0.026005 -0.001951 1.6e-05 -0.021549 0.002577 0.004176 -0.021222 0.006752 0.006391 -0.010028 0.000537 -0.00656 -0.013192 0.017582 0.009949 0.006913 0.043384 0.012947 0.023986 -0.009394 -0.011645 -0.017647 -0.017575 0.020201 -0.014553 -0.029687 0.01261 -0.000722 0.024094 0.020415 0.028129 0.004349 0.009136 -0.008195 -0.010891 -0.008149 -0.003258 0.017804 -0.00921 0.031617 -0.003397 0.015256 -0.010562 0.009872 0.007378 0.006905 -0.003785 -0.017421 0.002056 0.014583 -0.027431 -0.037804 0.033919 0.010442 0.004932 -0.022785 0.005052 0.012529 -0.007507 0.013475 0.007594 0.002497 0.011684 -0.026809 -0.006097 -0.023542 -0.011168 0.004605 0.013365 0.017431 0.010366 -0.018329 0.012199 -0.009886 0.019833 0.01345 -0.0277 -0.013981 -0.012227 0.038454 -0.016623 -0.028589 -0.010892 -0.017739 -0.026864 -0.012019 0.025011 0.011521 0.001205 -0.007412 -0.014986 -0.015306 -0.021414 0.00921 -0.034898 0.003921 0.003097 0.01568 -0.023263 -0.008032 -0.002998 0.026096 -0.004484 -0.011862 0.004233 -0.01138 -0.019534 -0.017935 -0.01717 0.001361 0.020583 -0.015001 0.01258 -0.009051 0.002825 0.017189 -0.01799 -0.013464 0.014537 0.015532 0.005973 0.043684 0.012838 -0.01126 -0.00126 -0.003676 0.009756 0.004375 -0.010416 0.001456 -0.009041 0.004017 0.004216 0.020879 -0.004863 -0.008386 -0.003018 -0.008722 -0.011197 -0.017168 -0.025546 -0.010708 -0.007196 -0.046927 0.014801 0.005221 0.014106 0.015371 -0.009272 0.017189 -0.003403 0.013375 0.013275 -0.012458 0.00937 0.038898 -0.002167 -0.016466 -0.008704 -0.032912 -0.020792 -0.010623 -0.015903 0.022828 -0.02107 -0.004834 0.002543 0.005076 0.020847 -0.016717 -0.021884 -0.007079 -0.010234 -0.009098 -0.012595 -0.000619 0.019147 0.006544 0.020051 0.009519 0.002811 -0.019559 0.004516 -0.00372 0.035686 -0.029537 0.002225 -0.013301 0.019042 0.007729 -0.006177 -0.013017 0.0154 -0.012129 -0.028719 -0.00182 -0.007467 -0.017552 0.013425 -0.046223 -0.006106 0.000464 0.014289 -3.1e-05 0.021374 0.006635\nܐ 0.047041 0.006188 -0.068001 0.035581 0.007701 0.053099 0.004448 -0.001578 -0.020714 -0.051219 0.04297 0.022751 -0.004587 -0.029763 0.03416 0.000414 0.011082 -0.023623 -0.016587 -0.057697 -0.023307 -0.006436 0.007425 0.015452 -0.007439 0.022982 -0.02824 -0.013085 -0.032026 -0.039702 0.025966 -0.047102 -0.022145 -0.051366 0.019712 0.013335 -0.040166 0.057463 0.012247 0.027694 -0.032558 0.012659 0.001889 0.001178 -0.041884 -0.034821 0.050835 -0.010706 -0.005242 0.02444 -0.001594 0.071515 0.052104 -0.049451 0.061961 0.003831 -0.010953 0.027979 -0.002794 0.040378 -0.036232 -0.036657 -0.011521 -0.019286 0.022344 0.030038 0.051553 -0.007762 0.06126 0.024789 -0.053116 -0.010186 0.024993 0.025594 -0.064309 0.005167 -0.047117 0.024083 -0.049694 -0.017074 0.011977 -0.007625 -0.002188 0.030864 -0.027381 -0.079796 0.005135 0.000253 -0.034772 -0.009458 -0.013745 0.02257 0.015392 -0.017096 0.032007 -0.01472 -0.002947 -0.051548 0.005439 -0.001697 -0.026874 -0.006509 -0.011437 -0.035657 0.014737 -0.010724 -0.02 0.009694 0.048013 -0.008829 0.054434 0.036955 0.030097 -0.021285 0.005728 -0.001473 -0.008461 -0.001054 -0.024492 -0.055697 0.025375 0.005507 0.049995 0.026139 0.053426 0.02088 -0.018616 -0.014078 -0.024953 -0.025506 -0.021695 0.002815 -0.033663 0.036545 -0.037089 0.01781 -0.044628 0.001831 0.008186 0.062216 -0.00464 -0.00972 0.006787 0.027713 -0.052018 -0.068093 0.064732 0.00694 -0.002119 -0.056065 0.006706 0.015612 0.045669 0.033922 0.000228 0.005128 0.007249 -0.019849 0.019725 -0.029737 -0.02518 0.022169 0.030076 0.024244 -0.013636 -0.014863 0.03109 -0.030541 0.03039 0.028673 -0.029973 -0.019267 -0.026273 0.041259 -0.028831 -0.035398 -0.014207 -0.014832 -0.060158 -0.025539 0.049363 -0.016617 0.002397 -0.012298 0.002862 -0.021394 -0.001548 0.019904 -0.070345 0.00513 -0.001638 0.027754 -0.04203 -0.049459 0.014451 0.054748 -0.024749 0.01678 -0.004945 0.007139 -0.047055 -0.052945 0.029063 0.032356 0.019671 0.018158 0.018015 0.00055 -0.007726 0.055433 -0.045798 -0.015018 -0.024592 0.014389 -0.005552 0.097199 0.002372 -0.027721 0.002969 0.005214 -0.004347 0.009705 -0.006589 0.013943 -0.032747 0.010471 0.001162 0.027239 -0.026743 -0.027429 0.002147 -0.001784 0.001317 -0.023376 -0.055815 -0.011797 -0.024887 -0.039887 0.037022 0.028766 0.022494 0.029495 -0.030876 0.009968 0.016854 -0.014274 0.045645 -0.005635 0.0615 0.064012 0.049037 0.014857 0.000512 -0.062185 -0.043418 -0.025928 -0.002814 0.023903 -0.041433 -0.006619 0.002013 -0.018479 0.044203 -0.036996 -0.052843 -0.020838 -0.043485 -0.02214 0.001441 -0.001423 0.028167 0.013682 0.017249 -0.012723 0.009553 0.008715 -0.00302 0.021126 0.055762 -0.073002 0.004452 -0.038709 0.02663 0.017079 -0.022122 -0.002243 0.021405 -0.014189 -0.024035 -0.025087 0.006721 -0.053059 0.01534 -0.092829 -0.01386 0.004259 0.025349 0.033671 0.028855 0.006884\nល 0.019571 0.000886 -0.038791 0.020291 0.00633 0.036233 0.006735 0.00107 -0.016664 -0.021758 0.029047 0.012035 -0.008064 -0.020343 0.020373 0.00093 0.001898 -0.020603 -0.013332 -0.038814 -0.01095 0.00608 0.006195 0.004414 0.004375 0.01762 -0.010572 -0.008634 -0.010377 -0.027014 0.019891 -0.025126 -0.012559 -0.032621 0.009554 0.009609 -0.030572 0.033656 0.005311 0.025457 -0.032834 0.00858 0.006866 -0.003751 -0.017917 -0.016689 0.024961 -0.010761 -0.004116 0.016312 -0.000442 0.040422 0.021429 -0.031817 0.034039 0.010843 -0.000739 0.011811 -0.005989 0.024656 -0.024214 -0.020443 -0.007293 -0.013568 0.004528 0.023616 0.035712 -0.013119 0.032317 0.020767 -0.041895 -0.005492 0.015951 0.017336 -0.042808 0.002904 -0.020893 0.015955 -0.034496 -0.01459 0.014346 0.000465 0.011158 0.016318 -0.013112 -0.04674 0.00358 -0.003094 -0.013865 -0.000801 -0.005959 0.015606 0.000578 -0.014392 0.018377 -0.009485 -0.001543 -0.035852 0.000344 -0.005397 -0.013259 0.007012 0.002131 -0.019321 0.011205 0.00213 -0.015472 0.003442 0.032672 -0.00162 0.039263 0.017456 0.023486 -0.011068 0.005691 -0.001607 -0.005222 -0.003666 -0.014007 -0.032812 0.024205 -0.001046 0.035109 0.012855 0.029122 0.018766 -0.013305 -0.019904 -0.012766 -0.020479 -0.016065 0.002008 -0.016285 0.030093 -0.017571 0.00638 -0.024422 -0.008418 0.005807 0.034292 -0.006471 -0.002795 0.005606 0.017032 -0.032873 -0.044091 0.039804 0.006785 0.007426 -0.037032 0.007851 0.007558 0.026376 0.023265 0.003144 0.00136 -0.001248 -0.022586 0.012542 -0.014416 -0.019896 0.012844 0.019007 0.006352 -0.0151 -0.017596 0.02336 -0.010191 0.012356 0.009579 -0.025104 -0.016964 -0.008035 0.03167 -0.019216 -0.018744 -0.005087 -0.011517 -0.045188 -0.018205 0.026109 -0.010094 0.006009 -0.013192 -0.001783 -0.019113 0.00671 0.013692 -0.045199 0.004226 0.009367 0.017293 -0.031924 -0.02781 0.008969 0.036718 -0.021571 0.016424 0.006258 0.002354 -0.024083 -0.020689 0.014694 0.022339 0.013716 0.011614 0.005777 -0.004832 -0.01038 0.034685 -0.019264 -0.000241 -0.008327 0.01431 -0.001642 0.051125 0.007223 -0.014791 0.013228 0.002605 -0.006842 0.001687 -0.001009 0.003864 -0.021102 0.005306 0.000161 0.019108 -0.005493 -0.02292 -0.009277 -0.002638 0.000355 -0.022265 -0.032311 -0.007146 -0.01679 -0.023892 0.019782 0.022578 0.011239 0.022448 -0.018473 0.014694 -0.004107 -0.002902 0.03495 -0.002046 0.030284 0.045959 0.029173 0.00802 0.002775 -0.0346 -0.023335 -0.019101 -0.007067 0.009833 -0.015217 -0.005008 0.008268 -0.010736 0.030907 -0.023947 -0.025979 -0.01542 -0.025296 -0.020968 0.004394 -0.001026 0.017574 -0.003986 0.015334 -0.004111 0.011087 0.002873 -0.000446 0.022404 0.03785 -0.042194 -0.003968 -0.01864 0.007746 0.015508 -0.020815 -0.010184 0.009066 -0.007773 -0.013404 -0.011456 0.010246 -0.029697 0.01215 -0.056363 -0.007163 0.000741 0.010034 0.01951 0.017694 0.000245\nሞ 0.031805 0.003983 -0.051545 0.02013 0.009274 0.029309 0.005551 0.007278 -0.025311 -0.038477 0.030882 0.00851 -0.023948 -0.015489 0.006905 0.012586 0.005865 -0.024055 -0.021103 -0.033744 -0.015963 0.009362 -0.006174 0.009921 0.003477 0.004159 -0.01073 -0.006113 -0.018074 -0.014922 0.042696 -0.018033 -0.02325 -0.02413 0.009051 0.020699 -0.028205 0.043921 0.001254 0.022071 -0.025679 0.025039 -0.007856 -7.2e-05 -0.021429 -0.031935 0.028431 -0.002551 -0.017749 0.019388 0.02199 0.045308 0.018957 -0.035102 0.03574 0.023531 0.007008 0.011995 -0.004672 0.037102 -0.04056 -0.045914 -0.016137 -0.011205 0.010602 0.025686 0.046278 0.007612 0.039776 0.007581 -0.042766 -0.011636 0.007259 0.031612 -0.034235 0.024389 -0.042162 0.005579 -0.035011 -0.009007 0.01944 0.008897 0.000794 0.016076 -0.021184 -0.068258 -0.005409 0.025629 -0.030523 -7.1e-05 0.009389 0.026395 0.005138 -0.026635 0.005488 -0.022829 0.001677 -0.018388 0.016914 -0.012706 -0.024468 -0.001314 0.009493 -0.033161 -0.000312 0.019696 -0.033048 0.007985 0.034215 -0.005863 0.053847 0.007748 -0.011301 -0.013679 0.003592 0.014958 -0.016827 -0.014435 -0.0247 -0.044684 0.013578 -0.008711 0.047121 0.023675 0.016535 0.036644 -0.011749 -0.031502 -0.03043 -0.004389 -0.034657 0.011869 -0.018738 0.039909 -0.019416 0.009516 -0.027069 0.003669 0.008202 0.051796 -0.008602 0.016208 0.007477 0.028619 -0.041186 -0.052395 0.051909 0.020594 -0.001727 -0.031157 0.006373 0.01568 0.057259 0.007853 0.007771 0.018145 0.015063 -0.021053 0.01876 -0.042208 -0.040006 0.019409 0.016221 -0.00757 -0.015404 -0.015338 0.026979 -0.02582 0.01479 0.005247 -0.025984 -0.00386 0.004978 0.049606 -0.024032 -0.047958 -0.00504 0.002592 -0.036386 -0.031786 0.045857 -0.008393 0.011599 0.003724 -0.014525 -0.012454 -0.003945 0.012251 -0.041663 0.000169 0.004763 0.019679 -0.0475 -0.019651 -0.010818 0.037032 -0.019292 -0.025768 -0.004144 0.013791 -0.030324 -0.058538 0.013842 0.012936 0.013701 0.026126 0.025217 -0.009936 -0.00015 0.024108 -0.038531 0.011636 -0.024955 0.023255 0.000548 0.070573 0.006035 -0.014415 -0.003625 -0.008145 0.005569 -0.017515 -0.019778 0.004731 -0.020091 -0.009263 0.005416 0.023065 -0.022258 -0.03299 -0.001149 0.009172 0.000116 -0.038672 -0.036075 -0.005793 0.000877 -0.042092 0.053194 0.022204 0.019598 0.035836 -0.030754 0.005423 0.009645 -0.000457 0.052292 -0.006355 0.035826 0.054866 0.009762 0.000695 -0.003443 -0.030355 -0.036263 -0.037503 0.007353 0.029426 -0.027961 -0.01678 0.02253 -0.013469 0.022505 -0.023673 -0.019351 -0.000201 -0.042098 0.0207 0.009988 -0.005213 0.006207 -0.00012 0.016228 -0.022546 0.021282 0.028814 -0.023202 0.021164 0.035804 -0.057136 0.000924 -0.032539 0.01639 0.014484 -0.027061 0.016591 0.024045 -0.00449 -0.006299 -0.026388 -0.005565 -0.041946 -0.014072 -0.067532 -0.008259 -0.005666 0.021947 0.031884 0.021502 -0.002847\nມ 0.034926 0.000205 -0.041007 0.02895 0.009726 0.036723 0.006069 -0.000473 -0.021506 -0.029992 0.027756 0.007568 -0.009448 -0.021417 0.029373 -0.003605 0.009565 -0.02175 -0.00694 -0.039985 -0.020444 0.003227 0.00657 0.013059 0.003776 0.01764 -0.014605 -0.010562 -0.015962 -0.024098 0.024307 -0.03341 -0.022025 -0.041988 0.008267 0.011854 -0.029106 0.03976 0.005645 0.020378 -0.02404 0.012735 0.003696 -0.003469 -0.026396 -0.026321 0.033431 -0.004768 -0.001304 0.018992 0.00116 0.046351 0.035408 -0.03325 0.036528 0.00663 -0.001125 0.022805 -0.007237 0.027958 -0.031713 -0.026316 -0.01348 -0.010034 0.011024 0.020737 0.037413 -0.01352 0.037261 0.014966 -0.05155 -0.010285 0.016832 0.015191 -0.048205 0.003164 -0.026105 0.027984 -0.034076 -0.010854 0.017326 0.003108 0.00132 0.013513 -0.020226 -0.05802 0.005686 -0.003947 -0.019057 -0.009383 -0.002483 0.025798 0.007612 -0.020844 0.015944 -0.007009 -0.000342 -0.041978 0.001091 -3.8e-05 -0.021755 0.001732 0.002495 -0.031664 0.017032 -0.003091 -0.009382 0.002588 0.038378 -0.003945 0.040509 0.018509 0.02761 -0.014809 0.006297 0.004422 -0.009467 0.003498 -0.013616 -0.041859 0.023273 -0.000855 0.042194 0.021651 0.031739 0.013407 -0.012257 -0.014239 -0.009826 -0.016737 -0.016238 -0.002196 -0.013018 0.03085 -0.024481 0.019267 -0.034055 0.001296 0.000621 0.044998 -0.003999 -0.008932 0.006422 0.025887 -0.038169 -0.044379 0.047361 0.010175 0.000668 -0.040193 0.007848 0.007392 0.032209 0.019129 0.005155 0.008582 -0.00019 -0.021873 0.010577 -0.028976 -0.015721 0.015981 0.0213 0.017252 -0.012479 -0.017585 0.021675 -0.020031 0.025411 0.021197 -0.024353 -0.025708 -0.014499 0.036139 -0.026092 -0.026086 -0.004541 -0.005712 -0.039492 -0.022317 0.032276 -0.006305 0.007683 -0.011934 -0.005449 -0.014451 0.004337 0.019894 -0.051673 0.000465 0.009975 0.026675 -0.037974 -0.031382 0.001453 0.040539 -0.023537 0.014234 0.005586 0.002175 -0.029884 -0.02632 0.014915 0.021189 0.013488 0.0249 0.004296 -0.006121 -0.004577 0.041263 -0.022613 0.003082 -0.006204 0.014811 0.004821 0.06103 0.011483 -0.026394 0.007854 -0.0039 -0.003476 0.00417 -0.012054 0.005437 -0.019748 -0.004467 -0.000398 0.015978 -0.00792 -0.026047 -0.009733 -0.000256 -0.008423 -0.027519 -0.036723 -0.001627 -0.01298 -0.032761 0.0268 0.022502 0.007031 0.029785 -0.025837 0.01516 -0.000617 -0.013015 0.032588 -0.006846 0.041044 0.054301 0.022468 0.012824 0.004159 -0.037428 -0.03358 -0.017366 0.001818 0.022968 -0.028492 -0.013593 0.005938 -0.011279 0.028509 -0.02886 -0.029024 -0.024767 -0.036003 -0.017671 0.009168 -0.00161 0.0233 0.004433 0.008359 -0.002766 0.012481 0.000624 -0.004406 0.012813 0.036282 -0.048072 -0.000583 -0.015458 0.012129 0.018126 -0.022392 -0.00252 0.012404 -0.010795 -0.016994 -0.014695 0.005932 -0.044426 0.006756 -0.058686 -0.013057 0.008663 0.01157 0.020538 0.024834 -0.001131\nண 0.048362 0.005003 -0.077867 0.029497 0.028598 0.060134 -0.0001 -0.010431 -0.030942 -0.056559 0.059457 0.019511 0.002512 -0.055633 0.055054 -0.023395 -0.002236 -0.033442 -0.008512 -0.073868 -0.013481 -0.012829 0.006208 -0.00328 -0.011884 0.038547 -0.000635 -0.018885 -0.018637 -0.046474 0.033011 -0.039996 -0.032788 -0.060692 0.018724 0.01823 -0.051582 0.069869 0.000279 0.032694 -0.049806 0.013997 -0.006872 0.004322 -0.03978 -0.039939 0.052943 -0.013023 -0.003834 0.027778 -0.004111 0.079777 0.054589 -0.051607 0.06477 0.007607 -0.01126 0.036879 -0.018829 0.033433 -0.035728 -0.059466 -0.000747 -0.023211 0.033364 0.032576 0.064336 -0.015789 0.040627 0.035928 -0.072304 -0.018379 0.0289 0.029433 -0.071736 0.010174 -0.047441 0.025311 -0.056641 -0.028106 0.018984 0.003242 0.001526 0.02219 -0.031096 -0.075287 0.011813 0.009422 -0.02265 -0.013365 -0.010112 0.043935 0.009916 -0.026463 0.016593 0.00113 -0.012613 -0.053583 -0.00374 -0.009039 -0.027111 0.003246 0.009027 -0.049102 0.025665 -0.017618 -0.022699 0.020213 0.048408 -0.013767 0.074274 0.033507 0.035103 -0.023472 -0.005955 -0.007478 -0.011029 -0.008468 -0.017671 -0.062862 0.038213 0.019416 0.055157 0.039412 0.055507 0.010755 -0.012825 -0.003565 -0.014976 -0.038388 -0.038978 0.001631 -0.004546 0.051116 -0.03878 0.024039 -0.026557 0.022907 0.020187 0.084408 -0.001979 -0.018535 0.021766 0.030179 -0.056283 -0.085213 0.086688 0.023613 0.014675 -0.068157 0.004216 0.018628 0.044617 0.027822 -0.001861 0.010568 0.011176 -0.037958 0.014872 -0.043972 -0.032516 0.019542 0.034053 0.020075 -0.019744 -0.032065 0.035861 -0.021786 0.036573 0.021617 -0.031493 -0.029331 -0.015571 0.054898 -0.040444 -0.046507 -0.004497 -0.006416 -0.052726 -0.044754 0.049835 -0.005026 0.007756 -0.014427 -0.017071 -0.013172 8.9e-05 0.030499 -0.060904 0.005733 0.020091 0.038339 -0.05232 -0.065376 0.001206 0.064648 -0.029998 0.010352 0.011868 2e-06 -0.055257 -0.050118 0.012153 0.037698 0.021417 0.033522 0.027048 -0.015028 -0.016818 0.048819 -0.034381 -0.012896 -0.018609 0.023014 0.003263 0.115276 0.023442 -0.028472 0.018609 -0.002072 -0.010113 0.010256 0.00263 0.012937 -0.034569 -0.01653 -0.006216 0.017208 -0.025161 -0.01482 -0.002716 -0.006483 -0.016595 -0.03704 -0.067459 -0.004639 -0.016175 -0.05736 0.048703 0.038881 0.000991 0.041236 -0.032696 0.037661 -0.008511 -0.011101 0.047467 -0.013708 0.057342 0.091284 0.024008 0.018249 0.00562 -0.050366 -0.054608 -0.037515 -0.005672 0.041483 -0.039082 -0.0274 -0.007407 -0.012086 0.062569 -0.036101 -0.046539 -0.036087 -0.053091 -0.019905 0.017676 -0.006857 0.045598 -0.003818 0.023915 0.015382 0.036852 0.022494 0.010908 0.027422 0.07659 -0.088031 0.002584 -0.025961 0.021109 0.025044 -0.016381 -0.010206 0.037425 -0.00188 -0.034651 -0.016761 0.001155 -0.051913 0.017038 -0.107874 0.003008 -0.000939 0.018422 0.018779 0.03694 0.00189\nत 0.029167 -0.000794 -0.052513 0.022688 0.011925 0.035601 0.000561 -0.004298 -0.023943 -0.033624 0.037503 0.014235 -0.007022 -0.02619 0.032132 -0.00716 0.004884 -0.021393 -0.007609 -0.049078 -0.012978 0.002161 0.005531 0.010875 0.006141 0.019283 -0.016543 -0.015071 -0.015278 -0.026504 0.024033 -0.032297 -0.021007 -0.039784 0.010521 0.008993 -0.039087 0.042365 0.006802 0.020478 -0.029842 0.008682 0.001259 -0.002417 -0.029202 -0.021389 0.033876 -0.002872 -0.001278 0.017758 0.00669 0.057664 0.035643 -0.042986 0.045728 0.004811 -0.007788 0.019007 -0.006575 0.027626 -0.032315 -0.030889 -0.002443 -0.019759 0.013884 0.017303 0.036286 -0.008192 0.033721 0.018128 -0.050038 -0.006773 0.020622 0.017573 -0.050543 0.004496 -0.031683 0.023569 -0.036557 -0.019679 0.009185 -0.002383 0.000293 0.015122 -0.020276 -0.046308 0.005474 -0.005748 -0.023864 -0.004615 -0.010647 0.025233 0.005084 -0.015391 0.018586 -0.005907 -0.00408 -0.039698 -0.003317 -0.004352 -0.026979 0.002072 -0.005554 -0.024121 0.013716 -0.005975 -0.011754 0.011559 0.039179 -0.003686 0.045323 0.026553 0.024987 -0.022271 0.00835 0.003668 -0.005372 -0.001311 -0.021787 -0.039362 0.02204 -0.002106 0.037987 0.028227 0.037222 0.010884 -0.011272 -0.01455 -0.011593 -0.022895 -0.015889 -0.0008 -0.020713 0.033044 -0.021605 0.010701 -0.035096 0.007851 0.004798 0.04301 -0.007828 -0.007692 0.010505 0.028592 -0.03844 -0.052653 0.048895 0.01079 -0.00172 -0.042918 0.001619 0.012509 0.031626 0.027439 0.000194 0.007935 0.005639 -0.026933 0.016036 -0.021749 -0.0216 0.012778 0.022923 0.014145 -0.014661 -0.013261 0.026513 -0.023456 0.018056 0.023174 -0.025782 -0.018009 -0.014355 0.037071 -0.019003 -0.034032 -0.009191 -0.00833 -0.041423 -0.019197 0.03258 -0.009876 0.004585 -0.010002 -0.00267 -0.014881 0.003583 0.02748 -0.058372 0.001917 0.017337 0.027491 -0.039697 -0.042951 0.002388 0.04309 -0.019783 0.019337 -0.000844 -0.005601 -0.043032 -0.032204 0.014931 0.029068 0.018496 0.020748 0.012634 -0.004787 -0.006515 0.045595 -0.023569 -0.00881 -0.011106 0.012917 -0.003292 0.073045 0.008363 -0.027444 0.007254 -0.000194 -0.00742 0.002534 -0.007111 0.006523 -0.027784 -0.006235 0.003202 0.01966 -0.007111 -0.022568 -0.007456 -0.001133 -0.004535 -0.030165 -0.040638 -0.008216 -0.009368 -0.030173 0.027241 0.02711 0.014729 0.025494 -0.024704 0.018751 0.002546 -0.008698 0.038134 -0.005819 0.036715 0.053268 0.027858 0.007165 -0.004102 -0.038331 -0.030186 -0.01784 -0.008536 0.01844 -0.029169 -0.013222 0.004376 -0.0137 0.033658 -0.022979 -0.029822 -0.019888 -0.02821 -0.019001 0.009413 -0.005719 0.023211 0.004687 0.009116 -0.00548 0.011104 0.006478 0.001545 0.016887 0.050304 -0.051904 -0.001066 -0.021791 0.016878 0.019448 -0.024254 -0.00989 0.017314 -0.012371 -0.023504 -0.015724 0.007959 -0.038524 0.009792 -0.069493 -0.012222 0.01272 0.012262 0.024891 0.013545 0.00736\nئ 0.036089 0.004256 -0.043188 0.019432 0.008333 0.03425 0.003737 -0.008767 -0.018226 -0.021671 0.025246 0.014198 -0.0075 -0.021642 0.018401 0.000989 0.01384 -0.016919 -0.009922 -0.040301 -0.015976 0.002311 0.001866 0.002243 0.004942 0.015738 -0.003521 -0.011834 -0.012778 -0.021909 0.018261 -0.024702 -0.019839 -0.046102 0.010364 0.014278 -0.032461 0.037315 0.011725 0.018506 -0.027529 0.009353 0.004461 0.000312 -0.024481 -0.016165 0.033871 -0.001258 0.003553 0.006048 0.005619 0.04127 0.02171 -0.028434 0.034209 0.006413 -0.00053 0.023205 -0.010343 0.022139 -0.031567 -0.02716 -0.016571 -0.011932 0.003888 0.022021 0.035175 -0.010256 0.035406 0.0162 -0.052475 -0.005096 0.024382 0.019675 -0.036089 0.000116 -0.031624 0.019033 -0.031762 -0.013801 0.014136 0.000596 0.001296 0.007261 -0.023407 -0.053827 0.002572 0.004879 -0.011811 -0.002862 -0.010771 0.024364 0.005691 -0.00961 0.014935 0.000888 0.000454 -0.030303 -0.006997 -0.000417 -0.020346 0.003135 0.006409 -0.03213 0.010798 -0.009624 -0.01535 0.011878 0.031716 -0.014711 0.039069 0.014069 0.017187 -0.012434 0.005559 -0.001504 -0.006481 -0.00144 -0.010856 -0.036726 0.024396 -0.001506 0.036225 0.015781 0.029413 0.014102 -0.013283 -0.012324 -0.012872 -0.015833 -0.010396 -0.004201 -0.01375 0.026648 -0.014934 0.014038 -0.021708 0.008779 0.015049 0.039596 -0.000538 -0.007921 0.014247 0.02673 -0.024493 -0.045777 0.04056 0.005023 0.004892 -0.036079 0.008385 0.002643 0.02766 0.020897 -0.001784 0.003393 0.002057 -0.024172 0.010238 -0.021696 -0.022106 0.014603 0.01884 0.014297 -0.015029 -0.021241 0.014283 -0.019989 0.015825 0.014353 -0.024185 -0.020954 -0.008454 0.034075 -0.017801 -0.02344 -0.00898 -0.014407 -0.032987 -0.010293 0.027033 -0.015242 0.005033 -0.011666 -0.010604 -0.017213 0.009724 0.020318 -0.047419 0.001115 0.010028 0.02839 -0.03347 -0.028576 0.003465 0.040103 -0.021787 0.01644 0.006753 -0.002771 -0.021205 -0.026115 0.016057 0.022842 0.016168 0.009787 0.007848 -0.011489 -0.007421 0.031283 -0.02333 -0.004071 -0.009164 0.014005 -0.000767 0.060415 0.006908 -0.013241 0.007612 -0.00024 -0.005555 0.00603 0.002277 0.009639 -0.024365 -0.002347 -0.001136 0.015928 -0.005092 -0.020803 -0.006288 -0.006756 -0.001844 -0.028741 -0.028545 -0.002387 -0.018395 -0.026661 0.024738 0.018013 0.005759 0.018783 -0.022924 0.008629 0.012397 -0.007409 0.038363 0.000615 0.035603 0.04567 0.019614 0.003281 -0.002809 -0.033289 -0.025114 -0.024182 -0.013933 0.020706 -0.025362 -0.000508 -0.001053 -0.005916 0.029702 -0.029978 -0.033159 -0.017821 -0.030561 -0.0136 0.010588 -0.004243 0.015378 -0.003051 0.010451 -0.003146 0.012616 0.000243 -0.002506 0.016633 0.043374 -0.04418 -0.009144 -0.015757 0.018847 0.014885 -0.017206 -0.005042 0.018794 -0.008081 -0.013361 -0.018297 0.008883 -0.032912 0.009843 -0.062081 -0.006678 0.004667 0.007442 0.016144 0.026813 0.001361\n* 0.049483 0.019353 -0.043359 -0.008841 -0.024673 0.054793 -0.007266 -0.032363 -0.005997 -0.004609 0.030449 0.026076 -0.019145 -0.02513 0.034258 -0.018692 0.012968 -0.054205 -0.010466 -0.061165 0.018777 0.010748 0.017922 0.003047 0.0255 -0.014978 -0.00582 0.009301 0.003109 0.027501 0.012609 -0.037789 0.016966 -0.037651 -0.006558 0.018672 -0.054496 0.058267 0.027643 -0.015692 -0.056605 -0.043242 0.042784 -0.004663 0.024995 0.007754 0.001869 0.025919 0.017904 -0.020836 -0.003678 0.023323 0.027446 -0.035076 0.05084 -0.002411 0.015604 -0.000639 -0.024532 -0.015008 -0.043867 -0.013179 0.027697 -0.028547 0.008858 -0.007406 0.051953 -0.028585 0.022254 0.018107 -0.042689 0.010208 0.013348 0.029987 -0.019019 -0.051515 -0.009179 -0.000594 0.030386 0.008769 -0.01244 0.003328 0.012896 -0.016162 -0.001538 -0.056108 -0.016015 0.032964 0.032239 0.029457 0.03115 0.020585 0.009453 -0.006116 -0.031446 -0.025637 0.003374 -0.032493 0.037895 -0.033566 -0.01189 -0.041529 0.010859 -0.020918 0.008428 0.003258 -0.005945 -0.005462 0.005748 -0.002617 0.028571 -0.005668 0.032092 0.013115 -0.007518 0.012541 -0.008009 -0.003007 0.011831 -0.020643 0.035131 0.001049 0.022406 0.057061 -0.012863 -0.038401 0.055226 0.016047 0.011722 -0.025767 0.003078 0.016174 0.002782 0.000837 -0.005043 -0.014733 -0.009761 -0.002251 -0.011918 -0.022721 -0.011385 0.018035 0.034678 0.018491 -0.000766 -0.034057 0.030058 -0.003179 0.016212 -0.045496 0.001934 0.02115 0.042984 0.005698 0.006691 -0.03711 0.001316 -0.025944 0.007077 0.017491 -0.018003 0.006174 0.037244 -0.013599 -0.02902 0.00275 0.010453 -0.033407 0.045946 0.012068 -0.024672 -0.059246 -0.030076 0.014508 0.038875 -0.010349 -0.019621 -0.013854 0.029864 0.008364 0.012748 0.018566 0.033647 -0.003283 -0.025473 0.003388 0.002775 0.060747 -0.057162 0.00271 0.057299 0.063091 -0.042365 -0.030394 0.020466 0.003853 -0.023091 0.083214 -0.018103 0.009892 -0.051037 0.012049 0.01269 0.005572 0.01991 0.027307 -0.015985 -0.035472 0.010703 0.018804 -0.030836 -0.001008 0.006799 0.002304 0.002949 0.0371 -0.003061 -0.024883 -0.014804 0.040986 -0.016257 0.040628 -0.021064 0.006149 -0.068732 0.012792 -0.000222 0.012874 -0.001426 -0.048936 -0.016407 -0.004668 -0.038359 -0.003536 0.004395 0.01199 -0.00219 -0.041707 0.00681 0.043035 0.014828 0.010508 0.01745 0.001023 0.03059 0.010535 0.009191 -0.033167 0.0148 0.039833 -0.028446 0.01238 0.005812 -0.000434 -0.027849 -0.004521 -0.024646 -0.038125 -0.067026 0.016189 0.02427 -0.020327 0.012968 0.022839 -0.024227 -0.02674 -0.004571 -0.044647 0.010025 0.001199 0.008066 -0.057278 -0.001032 0.00582 -0.014818 -0.047896 0.049812 0.037698 0.040213 -0.012125 -0.012071 -0.00953 0.000589 0.00861 0.008372 -0.019638 -0.000312 -0.028352 0.000924 -0.031187 0.0239 -0.00043 -0.013919 -0.076764 -0.032026 0.018706 -0.001456 -0.010987 -0.028848 -0.025119\nᎳ 0.029738 0.005985 -0.041638 0.020543 0.014838 0.019582 0.01369 0.001625 -0.013306 -0.020208 0.049416 -0.007759 -0.018669 -0.025904 0.027192 -0.008412 0.026979 -0.035212 -0.037985 -0.034976 -0.0248 0.030395 0.00656 0.038549 0.008407 0.02728 -0.008382 -0.005045 -0.014225 -0.040897 0.034124 -0.043182 -0.028103 -0.024655 0.018963 0.038174 -0.063689 0.07218 -0.000631 0.013542 -0.034667 0.03586 -0.029076 0.001589 -0.035668 -0.029456 0.047918 -0.002189 0.006885 0.017433 0.002578 0.056497 0.040385 -0.048142 0.06646 0.030368 0.006605 0.046424 -0.020096 0.023319 -0.037546 -0.04857 -0.015538 -0.035822 0.015343 0.059434 0.057976 -0.042544 0.021139 0.050668 -0.056631 -0.014371 0.034759 0.015171 -0.063412 0.018684 -0.04716 0.047359 -0.024302 -0.049272 0.011035 0.022819 0.008734 0.060945 -0.035803 -0.079333 -0.029394 -0.009099 -0.005196 -0.01687 0.014195 0.036732 0.005731 0.000439 0.020936 -0.003528 0.014017 -0.060333 -0.006838 -0.024119 -0.008905 -0.005331 -0.022108 -0.052591 0.024365 -0.00629 -0.012704 0.006337 0.039532 0.003454 0.076585 0.026831 0.041825 -0.006331 -0.012678 0.001711 -0.036191 -1.6e-05 0.005686 -0.069373 0.033612 0.013319 0.050029 0.022579 0.039974 0.019846 -0.008084 -0.010058 0.004806 -0.020404 -0.007645 0.006598 -0.037105 0.025494 -0.007358 0.033046 -0.035505 0.004759 -0.002263 0.063602 -0.013081 -0.020092 0.023789 0.018477 -0.037631 -0.076526 0.060009 0.034967 0.016443 -0.05689 0.037596 0.003656 0.030079 0.047678 -0.008446 0.012364 0.016649 -0.035322 0.00361 -0.01264 -0.00807 0.017214 0.015004 0.021915 -0.013186 -0.010936 0.03363 -0.015256 0.032061 0.033012 -0.041371 -0.019108 -0.012162 0.061481 -0.052019 -0.035621 -0.023688 -0.004853 -0.049671 -0.027675 0.063784 -0.016425 0.012923 -0.009162 -0.028876 -0.006838 0.010821 0.014593 -0.076449 -0.016897 0.016662 0.050959 -0.042571 -0.037607 -0.012474 0.027443 -0.015024 0.027824 0.027881 1e-05 -0.03802 -0.048045 0.026382 0.03373 0.027717 0.00808 0.028936 -0.02066 -0.001382 0.041713 -0.031515 0.001678 -0.025416 0.023656 -0.000489 0.085956 0.016745 -0.047082 -0.0063 -0.003072 0.003658 0.024355 -0.012159 -0.003493 -0.012458 -0.012358 0.006805 0.031431 -0.000689 -0.016384 0.01003 -0.002423 -0.010405 -0.026659 -0.048209 0.003664 -0.00841 -0.091813 0.053983 0.041058 -0.012872 0.034616 -0.019191 5.6e-05 -0.003919 -0.001892 0.066041 -0.012149 0.036033 0.076134 0.005194 0.011596 0.009213 -0.063445 -0.061058 -0.041654 -0.002011 0.024211 -0.023638 -0.039892 -0.005732 -0.014538 0.033829 -0.038011 -0.017787 -0.020479 -0.028771 -0.015013 0.004867 0.001904 0.013496 0.003089 0.003441 0.006596 0.033017 -0.021097 0.011833 0.012221 0.05611 -0.035963 -0.024033 -0.015447 0.00711 0.000189 -0.02506 0.007137 0.006549 0.000906 -0.04908 -0.0278 -0.028746 -0.060333 0.032704 -0.086242 0.001013 0.011791 0.011887 0.007896 0.025531 -0.005675\nึ 0.03136 0.005377 -0.031315 0.025007 0.019901 0.025631 0.007031 0.00013 -0.014873 -0.021768 0.03053 0.00614 -0.013865 -0.014347 0.02297 -0.007716 0.004925 -0.021942 -0.01734 -0.041771 -0.019735 0.002528 -0.000669 0.010835 0.008847 0.006545 -0.009789 -0.006049 -0.00474 -0.022662 0.010311 -0.031157 -0.010774 -0.034715 0.000758 0.025073 -0.034276 0.04173 0.022269 0.013033 -0.024155 0.00262 -0.010685 -0.01162 -0.016455 -0.025372 0.032314 0.005182 0.004856 0.013801 0.006324 0.033314 0.027858 -0.027099 0.030718 0.011779 -0.005895 0.02512 -0.008963 0.032249 -0.019453 -0.026448 -0.000991 -0.016337 0.011595 0.015998 0.034252 -0.016093 0.030441 0.013782 -0.037939 -0.007769 0.018882 0.01004 -0.040086 0.001996 -0.030194 0.021413 -0.019842 -0.018452 0.012586 0.001611 0.003603 0.011388 -0.018417 -0.038465 -0.008542 0.00019 -0.010381 -0.000947 -0.00092 0.015145 0.012631 -0.006374 0.01176 -0.002744 0.008103 -0.027838 -0.004867 -0.009712 -0.000158 0.003767 -0.000613 -0.018934 0.008501 -0.006099 -0.000896 0.01259 0.024321 -0.006976 0.043307 0.009453 0.028305 -0.014122 0.000475 -0.004235 -0.013078 0.007932 -0.004417 -0.033997 0.013913 0.001737 0.039324 0.02087 0.035595 0.008967 -0.006744 -0.013911 -0.00104 -0.012401 -0.011394 0.002421 -0.011052 0.024023 -0.020196 0.007493 -0.028635 -0.00118 0.002962 0.034709 -0.004655 -0.017987 0.002858 0.023801 -0.016759 -0.040703 0.031977 -0.002621 0.004152 -0.03324 -0.003868 0.003004 0.03043 0.02301 -0.005704 0.007088 -0.002411 -0.034805 0.015536 -0.020569 -0.014606 0.009331 0.027617 0.009467 -0.014371 -0.008999 0.014179 -0.011699 0.016258 0.017173 -0.017136 -0.017367 -0.00762 0.034293 -0.006692 -0.024328 0.001815 -0.005492 -0.035866 -0.01671 0.02765 -0.003439 0.002451 0.000448 0.001423 -0.009758 0.004576 0.012166 -0.051021 0.003583 0.014541 0.034197 -0.025489 -0.039478 0.003478 0.027435 -0.012933 0.004506 0.006371 -0.004683 -0.023234 -0.027959 0.005711 0.010909 0.018166 0.007015 0.007122 -0.006074 0.003372 0.022381 -0.015864 -0.000667 -0.005989 0.019776 -0.002453 0.051335 -0.006644 -0.013909 -0.005107 -0.008232 -0.002379 0.003544 0.000398 -0.002319 -0.017259 -0.000921 -0.008778 0.018208 -0.004535 -0.03287 -0.006994 -0.00048 -0.004812 -0.021811 -0.027844 0.001901 -0.006187 -0.029726 0.021347 0.025261 0.010017 0.024265 -0.028888 0.014378 0.00015 -0.003914 0.029509 -0.008937 0.026532 0.039161 0.018154 -0.008338 -0.003912 -0.03609 -0.030683 -0.013509 0.009864 0.02207 -0.015896 -0.009069 0.000413 -0.019952 0.0272 -0.014987 -0.02808 -0.017729 -0.029806 -0.015747 0.005607 0.003374 0.011955 -0.003107 0.004837 0.00323 0.011133 0.002268 0.002867 0.011184 0.035622 -0.045067 -0.004998 -0.010472 0.009971 0.011634 -0.018718 -0.006285 0.020175 -0.006832 -0.01988 -0.019871 0.009446 -0.027664 0.00764 -0.060237 -0.008749 0.008603 0.001526 0.02029 0.013893 -0.003315\nહ 0.046336 0.007749 -0.082836 0.02325 0.010762 0.05832 0.011073 -0.013447 -0.037993 -0.056792 0.045498 0.010174 -0.006859 -0.036024 0.041237 0.003303 0.011177 -0.036633 -0.030732 -0.064333 -0.041335 -0.011497 0.014261 0.008126 -0.008774 0.027472 -0.02145 -0.020036 -0.029405 -0.05093 0.026242 -0.033704 -0.0302 -0.050792 0.022733 0.002883 -0.050811 0.070671 0.006595 0.027447 -0.059461 0.022062 0.014665 -0.014006 -0.034566 -0.037505 0.049451 -0.017225 -0.006458 0.030011 -0.016371 0.072427 0.036064 -0.033433 0.062683 0.010983 -0.008311 0.044475 -0.018906 0.047973 -0.047267 -0.036218 -0.031504 -0.01851 0.026207 0.038026 0.058045 -0.005665 0.049896 0.007517 -0.073814 -0.002658 0.030444 0.030841 -0.063354 0.004854 -0.037799 0.036786 -0.059508 0.000987 0.025709 0.010049 -0.018807 0.015054 -0.011636 -0.062521 0.016934 -0.021831 -0.023161 -0.017782 -0.020641 0.026536 0.027094 -0.018626 0.001443 -0.000423 0.00154 -0.05521 0.001001 -0.016308 -0.028234 -0.02009 0.013545 -0.033161 0.014893 -0.015123 -0.025519 0.00801 0.059277 -0.007675 0.057749 0.025691 0.020682 -0.028044 0.006966 -0.006878 -0.000275 -0.012155 -0.020704 -0.063782 0.031234 0.001415 0.058634 0.022253 0.048088 0.037872 -0.031058 -0.039094 -0.007038 -0.030737 -0.026281 0.00659 -0.021516 0.057435 -0.028885 0.035342 -0.055184 0.003489 0.021334 0.079242 -0.005384 -0.015371 0.018465 0.03439 -0.049937 -0.071826 0.088049 0.019583 0.004287 -0.059647 0.01375 0.009358 0.039081 0.036628 0.005944 0.005132 -0.013179 -0.018685 0.012398 -0.041178 -0.038489 0.028184 0.036026 0.032629 -0.018601 -0.027855 0.030368 -0.020896 0.021614 0.034703 -0.037293 -0.035772 -0.019485 0.053521 -0.028802 -0.033099 -0.031543 -0.016072 -0.056495 -0.037704 0.050402 -0.007035 0.009393 -0.015332 0.001127 -0.025647 0.001863 0.026997 -0.060477 0.005286 0.018295 0.027388 -0.034934 -0.060094 0.002837 0.066798 -0.030074 0.007882 -0.007806 -0.001151 -0.040875 -0.05262 0.013512 0.033085 0.018788 0.033031 0.024886 -0.007824 -0.021769 0.053327 -0.025425 -0.009377 -0.016194 0.012454 -0.002461 0.096343 0.025154 -0.030852 0.01787 0.000821 -0.0109 0.006523 9.3e-05 -0.006462 -0.032248 -0.010699 0.006981 0.023458 -0.018063 -0.017786 -0.002234 0.009687 -0.005984 -0.039992 -0.051422 -0.004757 -0.011308 -0.027222 0.035321 0.026021 0.010215 0.021274 -0.045919 0.011628 0.007387 -0.021803 0.0492 -0.016881 0.050989 0.085297 0.040787 0.014052 -0.001729 -0.055634 -0.034191 -0.027085 -0.006918 0.03721 -0.031471 -0.012836 0.004561 -0.021279 0.046173 -0.043232 -0.050558 -0.010023 -0.062291 -0.010777 0.006115 -0.008654 0.025078 0.008102 0.014167 -0.007707 0.022747 0.017333 0.002603 0.029933 0.065616 -0.074448 0.00578 -0.040818 0.042042 0.010772 -0.033687 -0.008518 0.02715 -0.014034 -0.021145 -0.021366 0.011335 -0.052583 0.018638 -0.106542 -0.016345 0.017754 0.034859 0.013749 0.039444 0.00024\nƿ -0.009951 -0.015679 0.010014 0.001429 0.025844 0.009756 -0.018048 0.018534 -0.020155 -0.074321 0.001404 -0.027314 0.036201 -0.084267 0.050239 -0.043639 0.062431 0.032979 0.055521 -0.072601 0.010507 -0.024393 0.018675 0.037627 -0.036874 0.015526 -0.024746 -0.077735 -0.083206 -0.045188 0.006093 0.001443 -0.078883 -0.077828 0.03489 -0.011264 0.039025 -0.012925 0.055965 0.01567 -0.016196 -0.039647 -0.024142 -0.014739 -0.085083 0.03572 0.026762 0.080471 0.025999 -0.058796 0.004267 0.043553 0.018364 -0.041157 -0.01474 0.015454 -0.08812 -0.022482 -0.012766 0.009199 -0.063922 -0.011134 -0.053025 0.027567 -0.01595 -0.05184 0.091017 0.043292 0.108056 -0.00813 -0.025509 0.023211 0.061417 0.034403 -0.072121 0.036088 -0.060462 0.061107 -0.130652 0.000706 0.004764 -0.010392 -0.015707 -0.007815 -0.073815 -0.065511 -0.041068 0.05003 -0.112275 -0.067006 -0.040989 0.027725 0.019187 -0.061511 0.029752 -0.08306 -0.004819 0.039376 -0.056601 -0.00062 -0.094273 -0.006 0.032751 -0.037518 0.070296 -0.011841 -0.00846 -0.004048 0.063743 -0.009477 0.039159 0.094591 -0.007357 0.023526 -0.032397 0.063578 0.016124 -0.088333 -0.039525 -0.026256 0.040265 0.03997 0.053688 0.126404 0.077914 0.028192 0.009414 -0.029683 -0.066449 0.025235 -0.019319 0.062972 0.00684 0.022157 0.070446 -0.075528 0.029758 -0.028554 0.051808 0.043314 0.013949 0.000897 0.051723 0.010566 -0.045182 -0.141418 0.115883 0.01631 -0.022361 -0.066988 -0.00258 -0.038795 0.026446 0.005698 -0.069333 -0.050357 0.056153 0.027376 0.029433 -0.0721 -0.071479 -0.000596 0.015496 0.055725 -0.09457 0.008698 0.080517 -0.056863 0.071597 0.035674 0.023847 0.027934 0.034644 0.004711 0.009387 -0.01364 -0.049159 -0.076583 -0.043755 0.078071 0.005644 -0.077093 -0.033546 0.011418 0.008786 -0.133446 0.016701 0.005043 -0.051265 0.002207 0.025864 0.039273 -0.080383 -0.03807 0.025303 0.025282 -0.010514 -0.004382 -0.009043 0.012253 -0.114168 -0.03888 0.071731 0.104403 -0.045408 0.063939 -0.014748 0.040261 0.049313 0.033 -0.028182 -0.037911 -0.021733 -0.095729 0.012702 0.070474 -0.023613 -0.076324 -0.004055 0.049828 0.011595 -0.01162 -0.102328 0.061687 0.047084 -0.047876 -0.041039 0.024911 0.025089 0.030833 -0.006651 -0.006832 -0.008378 -0.071133 -0.074825 -0.00168 -0.039501 -0.030034 0.020308 -0.075659 0.00906 -0.01975 -0.039275 -0.043629 -0.022056 0.014431 0.060235 0.035262 0.045307 0.013729 0.030179 0.012029 -0.045343 0.018963 0.007113 0.036786 -0.059417 -0.047359 -0.132437 0.066469 -0.003672 -0.015632 0.008555 -0.01211 -0.064509 0.030189 -0.016631 -0.041912 0.02138 0.019863 0.043251 -0.051344 0.047014 -0.013046 0.005142 0.068033 -0.005523 -0.019579 0.111688 -0.024043 0.027908 -0.058571 0.002687 0.026899 0.052274 -0.05247 0.00663 -0.06459 0.01384 -0.048386 0.005157 -0.044489 -0.020312 -0.060345 -0.036023 0.06561 0.008073 0.08203 0.018283 -0.059068\nề 0.040846 -0.008636 -0.053965 0.033502 0.019814 0.020946 0.021894 -0.029305 -0.029387 -0.033245 0.041208 -0.033584 -0.025125 0.011689 0.003938 -0.008832 0.028215 -0.041464 0.002417 -0.033549 -0.027303 0.022156 -0.002542 0.0085 -0.021136 0.017534 0.008583 -0.003247 0.017664 -0.002524 0.018101 -0.035871 0.019296 -0.006276 0.033958 0.006731 -0.040346 0.028412 -0.020367 0.040579 -0.006924 0.004578 -0.032275 0.006987 -0.024811 -0.045983 0.033622 -0.011584 0.006095 0.035547 0.018995 0.042562 0.04734 -0.039538 0.064137 0.008683 -0.027305 0.030551 -0.010804 0.006278 -0.013344 -0.039692 -0.011496 0.004629 0.015614 0.009581 0.047211 -0.014499 0.027026 0.004907 -0.040302 -0.016013 0.034504 0.020547 -0.02945 0.029946 -0.000348 0.027563 -0.017468 -0.017876 0.009966 -0.008111 -0.008125 0.036447 -0.035725 -0.055497 -0.017807 -0.02249 -0.002827 -0.032491 0.004604 0.032422 -0.021669 -0.021427 -0.027438 -0.011328 -0.016741 -0.010799 -0.011831 -0.01965 -0.024526 0.020794 -0.009725 -0.008701 0.02721 -0.008808 -0.014309 -0.012552 0.05933 0.011263 0.017419 0.021541 -0.000278 -0.011472 0.016287 0.001454 -0.020501 0.003583 -0.012593 -0.043168 0.00179 -0.019196 0.045591 0.031968 0.022684 0.018939 -0.01143 -0.010995 -0.003836 -0.002037 -0.01138 -0.007925 -0.027312 0.017795 -0.00539 0.024939 -0.043123 0.039305 0.010606 0.029798 -0.018266 0.013159 0.037291 0.031566 -0.043357 -0.009777 0.046937 -0.004711 -0.018924 -0.035365 -0.000302 -0.006868 0.021914 0.016906 -0.014219 0.002211 0.019644 -0.011098 -0.015453 -0.032824 0.009532 0.003101 0.003862 -0.003334 -0.030402 -0.006326 0.011662 -0.027745 0.019572 0.021362 -0.04653 -0.026922 -0.004508 0.001137 -0.037829 -0.00629 0.025918 0.010832 -0.000657 -0.016463 0.04492 0.018758 -0.003858 -0.014561 -0.010133 0.012216 0.014128 0.004681 -0.066367 -0.042817 0.001493 0.023646 -0.040888 -0.015004 -0.043264 0.037072 0.016236 0.003049 0.002636 0.001412 -0.051061 -0.033451 0.002481 0.027949 0.041137 -0.012366 0.012249 -0.011314 -0.008189 0.025895 -0.041763 0.013665 0.015253 0.007154 0.02064 0.031742 0.021444 -0.019177 0.007026 0.032624 0.028928 0.018943 0.01335 -0.023783 -0.003451 -0.025037 0.026448 -0.001853 -0.006309 -0.005132 0.013769 -0.028283 -0.020698 -0.04526 -0.033412 0.012241 -0.017327 -0.057098 0.02269 0.011853 -0.012239 0.054796 -0.010692 0.003356 -0.003719 -0.012475 0.032053 0.008991 0.025405 0.064163 0.00286 0.017815 0.016786 -0.045899 -0.012663 -0.002211 -0.005328 0.02936 -0.005915 -0.035664 0.007624 0.002856 -0.000509 -0.044725 -0.023748 -0.034262 -0.015716 -0.009796 -0.00876 0.004888 0.007631 -0.021756 0.013042 0.006767 0.029155 -0.00148 0.012286 0.03943 0.028924 -0.04581 0.004974 0.013041 -0.001791 0.017449 -0.041972 0.005753 -0.00433 0.005757 -0.041173 -0.003144 0.022242 -0.038592 0.016179 -0.051026 -0.000719 0.026185 0.012117 -0.008619 0.039576 -0.012212\nፈ -0.049458 0.024049 0.017259 -0.054779 -0.019343 -0.021531 -0.029511 -0.012979 0.008571 -0.017108 -0.002685 0.013675 -0.003081 -0.018104 0.01329 0.015898 -0.012065 0.048108 0.020879 -0.018545 -0.017778 -0.011434 -0.012755 -0.00622 0.002855 0.025979 -0.016947 -0.045642 -0.007512 -0.011989 0.030514 0.040781 -0.018843 0.016953 0.00059 -0.002923 0.009692 -0.023007 -0.015764 -0.005873 0.013188 0.009672 0.012159 -0.017571 -0.004607 0.058507 -0.024154 0.014676 -0.013073 -0.04522 0.008139 -0.015514 -0.029703 -0.014062 -0.008226 0.004775 0.006758 -0.019793 0.000532 -0.034922 -0.002533 0.02636 0.017428 0.015534 -0.016748 -0.01007 -0.000662 0.00106 0.02742 0.008552 -0.011414 -0.007382 0.002521 0.01534 0.009083 -0.015467 0.031396 0.000108 -0.047413 0.028185 -0.015661 -0.012183 -0.020005 -0.019644 -0.013514 0.021002 0.004952 0.010124 0.004426 -0.040183 0.01339 0.000392 -0.011456 0.004099 0.026613 0.0131 0.003441 0.006556 -0.044938 0.017858 -0.011082 -0.022196 0.015753 0.012822 0.016612 -0.009981 -0.007401 -0.018518 0.030215 -0.016821 0.024753 0.058647 -0.00983 -0.006507 0.022207 -0.01392 0.043472 0.004079 -0.000392 -0.017677 -0.00444 0.022799 -0.022797 0.001645 0.02275 -0.013455 0.033485 0.007423 -0.007871 0.012186 0.028779 0.014852 -0.002469 -0.002869 0.026124 -0.015515 0.023702 0.030946 0.026725 0.012021 -0.013021 -0.008783 -0.013206 -0.024111 -0.009717 -0.025585 0.016678 0.021108 0.03423 -0.016605 -0.017015 -0.012542 0.016484 -0.02682 8.8e-05 -0.027248 0.039779 -0.028119 0.002644 0.002893 -0.049118 -0.012599 -0.013157 0.019351 -0.051989 0.013419 0.036413 -0.023214 -0.013527 0.003741 0.050238 -0.020832 0.018217 -0.009493 0.007279 0.028918 0.019792 -0.019376 -0.020424 0.036355 -0.013551 -0.011682 -0.010563 -0.003212 0.007362 -0.049261 -0.007717 0.002141 0.060294 0.001499 -0.014213 0.001836 -0.030057 -0.007363 0.019281 0.008982 0.007191 0.012454 0.023488 -0.014696 -0.033715 -0.015434 0.001566 0.04032 -0.011123 0.022554 -0.008096 0.029289 0.016599 0.022848 0.017349 -0.017222 0.011016 0.022931 0.018664 0.000464 0.018104 -0.004415 0.00722 0.016151 0.005506 0.020016 -0.011046 0.032733 0.01654 -0.007714 -0.005002 -0.004925 -0.009058 -0.008898 -0.008965 -0.033403 0.010988 -0.040141 -0.017833 -0.014378 0.009531 -0.012756 -0.022137 -0.030139 0.0079 -0.016458 0.002918 -0.023625 0.001532 0.02404 -0.072718 0.020778 -0.009557 -0.014947 -0.021419 -0.065393 -0.04157 0.020716 0.051338 0.019384 -0.02666 0.006903 -0.01549 0.012378 -0.020528 -0.008362 0.019468 -0.011834 0.025843 -0.007946 0.011129 0.009083 -0.018054 0.005047 -0.001684 0.025726 0.031212 -0.020475 -0.021078 -0.017674 0.002342 -0.030399 0.041369 0.027751 0.053036 0.00673 0.001739 0.014853 0.060923 0.00696 0.022811 -0.011924 0.003695 0.039325 -0.011606 0.010528 -0.007017 -0.038596 -0.003962 0.048408 -0.007077 0.018214 -0.041593 0.002596\n್ 0.027399 0.003649 -0.058357 0.01996 0.006147 0.041138 -0.007883 -0.013631 -0.018008 -0.033251 0.047147 0.010464 -0.00241 -0.030965 0.030119 -0.006894 0.003411 -0.025696 -0.017922 -0.055168 -0.026528 0.008608 0.004657 0.019255 0.004081 0.018522 -0.01619 -0.00815 -0.015166 -0.034957 0.025533 -0.040884 -0.022623 -0.039596 0.003833 0.015704 -0.049754 0.045843 0.013686 0.027308 -0.040187 0.008838 0.004971 -0.002802 -0.035037 -0.028694 0.045967 -0.008222 -0.013341 0.013409 -0.000534 0.056813 0.038777 -0.03749 0.041388 0.00603 -0.014134 0.021339 -0.008136 0.028304 -0.039925 -0.029001 -0.004092 -0.018923 0.022652 0.023206 0.03781 0.001382 0.044021 0.020576 -0.053288 -0.010144 0.019464 0.02281 -0.050731 0.004828 -0.037224 0.019596 -0.04825 -0.010865 0.010133 -0.016832 -0.004736 0.012442 -0.026391 -0.064615 -0.003212 -0.006924 -0.010537 -0.001297 -0.001908 0.026078 0.006186 -0.020894 0.021541 -0.013841 -0.011944 -0.039368 -0.005876 -0.016164 -0.02599 0.002284 -0.001646 -0.027019 0.018699 -0.01524 -0.0207 0.014892 0.047848 0.000499 0.0454 0.033304 0.025771 -0.01792 0.010293 0.000474 -0.009104 0.004068 -0.014068 -0.045359 0.022204 0.007585 0.033968 0.026776 0.043584 0.015948 -0.011041 -0.014322 -0.015006 -0.016322 -0.019073 -0.003298 -0.018755 0.038136 -0.024911 0.017022 -0.03237 0.007847 0.008956 0.055248 -0.000518 -0.009074 0.007942 0.022443 -0.041725 -0.051977 0.053158 0.015725 0.000605 -0.054361 0.004213 0.015932 0.043971 0.023332 -0.004547 0.005452 -0.002522 -0.033864 0.018833 -0.017465 -0.031342 0.009287 0.023991 0.011928 -0.018138 -0.014756 0.027622 -0.023883 0.02206 0.030752 -0.032415 -0.026865 -0.016581 0.043244 -0.017732 -0.03417 -0.004127 -0.003456 -0.050187 -0.020289 0.035327 -0.007739 0.010852 -0.011462 -0.002262 -0.026427 -0.00407 0.027835 -0.061869 -0.009134 0.018888 0.028491 -0.051054 -0.047986 0.002908 0.043824 -0.020289 0.016734 -0.003596 0.012223 -0.041254 -0.040543 0.025397 0.024414 0.021359 0.01162 0.018756 -0.009094 -0.001937 0.047664 -0.023054 -0.004031 -0.015479 0.023426 0.006328 0.074829 0.014992 -0.023287 0.010577 0.005326 0.007316 0.008849 0.006704 -0.001271 -0.023813 -0.000793 -0.002774 0.016957 -0.009559 -0.018114 -0.010324 0.001 -0.00764 -0.028301 -0.042532 -0.01033 -0.00617 -0.034254 0.038297 0.03383 0.004877 0.022097 -0.025242 0.018885 0.00315 0.000892 0.03877 -0.004088 0.049359 0.0572 0.023394 0.003118 0.001316 -0.047369 -0.03283 -0.018816 -0.007431 0.021811 -0.02882 -0.016758 0.002665 -0.007655 0.036962 -0.017619 -0.024339 -0.023238 -0.035128 -0.027094 0.009216 0.007122 0.025588 -0.006871 0.006557 0.00255 0.01635 -0.003873 0.004998 0.024135 0.054941 -0.049307 -0.00078 -0.022429 0.021801 0.013639 -0.018957 -0.013265 0.0323 -0.012763 -0.028833 -0.011009 0.004098 -0.044993 0.014928 -0.082753 -0.000122 0.007647 0.021739 0.01625 0.016717 0.007544\nђ 0.034205 0.001395 -0.042421 0.017601 0.008835 0.038694 0.006446 -0.005302 -0.01884 -0.037116 0.037911 0.003983 -0.003666 -0.025451 0.038127 -0.011101 0.008206 -0.026341 -0.00984 -0.044419 -0.015817 -0.001304 0.003462 0.008612 -0.007572 0.016953 -0.01037 -0.006368 -0.01505 -0.028835 0.021939 -0.033689 -0.017329 -0.03567 0.007274 0.001177 -0.038566 0.037923 0.003318 0.018207 -0.036546 0.002921 0.003161 0.003788 -0.0293 -0.023028 0.028032 -0.010168 -0.009865 0.021488 -0.003379 0.047298 0.03646 -0.030741 0.042968 0.005462 -0.002035 0.025382 -0.012271 0.035753 -0.032146 -0.02708 -0.006536 -0.018132 0.021786 0.017765 0.037171 -0.008275 0.03927 0.017077 -0.055994 -0.005778 0.017174 0.013392 -0.051526 0.003051 -0.02687 0.024949 -0.039772 -0.011193 0.015897 -0.000347 0.002183 0.015982 -0.016885 -0.045021 0.005399 -0.001139 -0.014841 -0.002574 -0.007612 0.022439 0.013609 -0.009924 0.007485 -0.003727 -0.009878 -0.041308 -0.004004 -0.007642 -0.026805 -0.000182 -0.000589 -0.027072 0.02083 -0.003275 -0.019135 0.009299 0.032916 -0.01207 0.045224 0.022722 0.013321 -0.018156 0.008179 -0.001486 -0.012858 0.002233 -0.017629 -0.035404 0.026987 0.00655 0.038846 0.024237 0.03191 0.015482 -0.009735 -0.01462 -0.013585 -0.014656 -0.018495 -0.00215 -0.011069 0.026506 -0.02107 0.005292 -0.033772 0.004209 0.014047 0.041317 -0.001379 -0.008236 0.015955 0.018498 -0.036853 -0.051399 0.051117 0.016291 0.003882 -0.047434 -0.000244 0.00944 0.030109 0.023738 -0.004964 0.007383 0.003803 -0.024705 0.013257 -0.019662 -0.01556 0.011086 0.031266 0.011202 -0.017536 -0.01065 0.013862 -0.018189 0.024459 0.012494 -0.032528 -0.019113 -0.013412 0.03747 -0.018152 -0.024694 -0.00998 -0.012467 -0.04096 -0.01647 0.029952 -0.005235 0.004751 -0.019839 -0.004032 -0.026951 0.005751 0.015236 -0.050834 -0.001501 0.025084 0.027327 -0.029309 -0.032562 -0.003643 0.038726 -0.016758 0.017969 0.000726 0.002114 -0.034652 -0.036414 0.013444 0.027513 0.011326 0.014738 0.016954 -0.007472 -0.014928 0.039058 -0.023255 -0.01382 -0.002979 0.022684 0.009051 0.059377 0.012428 -0.025995 0.012477 0.002306 -0.008153 0.004173 -0.000996 0.006355 -0.018839 -0.008701 0.000475 0.009463 -0.006665 -0.016545 -0.004061 0.006472 -0.004396 -0.022394 -0.037297 -0.004875 -0.01465 -0.025657 0.025583 0.022983 0.006725 0.01943 -0.019256 0.015838 0.01209 -0.009441 0.040643 -0.005298 0.040755 0.048837 0.028174 0.011014 0.00155 -0.038378 -0.027231 -0.02484 -0.001495 0.024692 -0.025861 -0.014797 0.012936 -0.015892 0.026531 -0.023599 -0.033037 -0.02152 -0.03676 -0.013189 0.009556 0.001119 0.0227 -0.00553 0.014226 -0.007241 0.016135 0.003605 0.010038 0.021868 0.047577 -0.042052 0.002341 -0.018232 0.017743 0.01227 -0.02432 -0.009305 0.023932 -0.007606 -0.01804 -0.013163 0.000208 -0.038348 0.011998 -0.063225 -0.003102 0.006529 0.015619 0.013807 0.015556 0.004633\n៛ 0.044976 -0.013677 -0.037326 -0.009893 0.007471 0.007644 0.005046 -0.012961 -0.004673 0.003565 0.015911 0.027273 -0.000993 -0.013099 -0.001647 0.011064 0.015926 -0.017349 0.002805 -0.031877 -0.002919 0.034793 -0.004798 0.025739 0.012928 0.025199 -0.024594 0.008781 0.026552 -0.043362 -0.004464 -0.034166 0.00314 -0.042063 0.026733 0.022895 -0.035629 0.018176 0.026355 0.013851 -0.015369 0.02354 0.01628 0.025514 -0.007447 -0.007522 0.000287 0.007595 0.000223 -0.000253 0.006524 0.045944 0.001266 -0.021476 0.032681 0.014155 -0.009002 0.035017 -0.014762 -0.007481 -0.011026 -0.033264 -0.012833 -0.012682 0.002237 0.014681 0.035518 -0.025502 0.007875 -0.008909 -0.029279 0.005441 0.03594 -0.030586 -0.05852 0.007371 -0.030008 0.037879 -0.002263 -0.020385 0.007884 -0.002301 0.004864 0.045635 0.011358 -0.035272 -0.00982 -0.002675 -0.032365 0.003141 -0.011102 0.025889 -0.001117 0.021575 0.010483 -0.017528 0.016317 0.000441 -0.006585 -0.022514 -0.029685 0.028885 -0.001067 -0.008059 0.024084 0.016025 -0.013001 0.006047 0.012084 0.014858 0.016821 0.020125 0.022559 -0.00302 0.005006 0.001224 0.000156 -0.016713 0.005235 -0.023246 0.054289 -0.032761 0.005132 -0.005799 0.018232 0.035686 -0.008413 0.019538 -0.043511 -0.004004 0.000807 0.00011 0.000646 0.003249 -0.0073 0.030731 -0.02856 0.00199 -0.010002 0.017753 0.024583 -0.028774 0.030623 0.009768 -0.001862 -0.014175 0.056795 -0.016884 0.016832 -0.052847 -0.007491 -0.010443 0.024815 0.003558 -0.002055 0.020554 -0.007551 -0.023414 0.010068 -0.020343 -0.0145 0.007567 0.035932 0.013098 -0.015256 -0.027749 0.037633 -0.016418 0.027214 -0.00166 -0.019038 -0.018029 0.01854 0.011148 -0.005974 -0.03322 -0.012852 0.002681 -0.054023 -0.031704 0.041481 0.0284 0.023954 -0.004252 -0.00579 -0.017563 -0.001639 0.047866 -0.017839 -0.002891 -0.002624 0.037493 -0.027977 -0.020258 0.038641 0.029173 -0.019473 0.007335 -0.022228 0.015074 -0.012164 -0.01854 0.016323 0.014226 0.010377 0.004113 -0.013307 -0.015252 0.011197 0.013227 -0.0062 -0.015777 0.001317 0.018123 -0.000414 0.029099 -0.010537 -0.017026 0.025729 0.001764 -0.011574 0.020967 -0.025634 -0.003512 -0.016513 -0.002944 0.018522 -0.014179 -0.016388 -0.006502 0.001678 -0.006511 -0.011158 -0.005947 -0.020778 -0.035715 0.013066 -0.007012 0.017701 0.01818 0.016818 0.034335 0.01477 0.001398 0.015527 -0.016871 0.013239 0.008938 0.033714 0.023148 0.020286 -0.003507 0.00255 -0.043022 -0.022984 -0.049712 -0.010536 -0.005756 0.020889 -0.024166 0.032806 0.005007 0.016837 -0.04804 -0.027145 0.004403 -0.038723 -0.012354 0.015694 -0.028831 0.012569 -0.015582 -0.015026 -0.018475 0.003935 -0.00607 -0.011728 -0.006858 0.014974 -0.019319 -0.008992 0.005221 0.011581 -0.002888 -0.044973 -0.011117 -0.004449 -0.010288 0.010377 -0.007498 0.024922 -0.012855 0.016518 -0.062997 -0.040434 0.009901 0.033598 -0.006803 0.021056 0.011774\nའ 0.035349 0.003228 -0.057445 0.024799 0.014794 0.041502 0.016022 -0.009217 -0.012144 -0.025795 0.036044 0.012267 -0.009743 -0.024046 0.02135 -0.003091 0.005658 -0.012618 -0.011113 -0.038709 -0.00513 0.005956 0.005666 0.011273 0.007253 0.027485 -0.011001 -0.012444 -0.01183 -0.017219 0.021496 -0.037012 -0.024843 -0.050014 0.01465 0.016667 -0.045191 0.040477 0.012165 0.016183 -0.024778 0.001083 -0.006814 0.002853 -0.025842 -0.020926 0.03202 0.004425 0.005418 0.020869 0.007629 0.049801 0.021902 -0.028292 0.03784 0.012354 -0.003744 0.012446 -0.009502 0.026963 -0.033303 -0.03348 -0.013204 -0.01197 0.015338 0.01989 0.046152 -0.021276 0.035978 0.019055 -0.057745 -0.011279 0.023811 0.024477 -0.045656 0.000455 -0.03709 0.022089 -0.029546 -0.021135 0.012351 -0.004718 0.004166 0.019003 -0.028569 -0.056673 -0.002352 0.01067 -0.018082 -0.001119 -0.009079 0.022203 0.003818 -0.013456 0.007364 -0.000554 -0.003103 -0.035901 -0.004642 -0.007352 -0.020459 0.002785 -0.005566 -0.02809 0.015726 -0.01083 -0.017643 0.013725 0.041172 -0.009386 0.040362 0.015258 0.025907 -0.021098 0.0106 -0.002759 -0.007666 -0.002277 -0.013189 -0.040653 0.02453 -0.001403 0.04624 0.021598 0.031575 0.011093 -0.009724 -0.013121 -0.009065 -0.020527 -0.013548 -0.010764 -0.014603 0.024773 -0.027139 0.014511 -0.026725 0.006737 0.006331 0.049534 -0.006046 -0.013023 0.010652 0.032561 -0.03721 -0.043745 0.043189 0.001728 0.004991 -0.034749 0.001187 0.019381 0.028694 0.023216 -0.014971 0.004483 -0.004815 -0.021035 0.024593 -0.017584 -0.017784 0.013599 0.019027 0.02344 -0.014938 -0.028097 0.018909 -0.02104 0.018495 0.023479 -0.030956 -0.02497 -0.001251 0.031533 -0.016214 -0.034792 -0.015085 -0.012786 -0.032894 -0.00731 0.035757 -0.010133 0.001645 -0.010745 -0.010963 -0.016627 0.004247 0.019073 -0.066169 0.000118 0.009727 0.031917 -0.030272 -0.03733 0.006106 0.040322 -0.024345 0.008846 0.001989 -0.004105 -0.036294 -0.02971 0.016119 0.035539 0.023811 0.012612 0.008824 -0.005512 -0.008389 0.044986 -0.02513 -0.008382 -0.000686 0.025933 -0.00244 0.060827 0.005568 -0.020188 0.004701 0.005119 -0.016035 0.010157 0.000441 0.006604 -0.029262 -0.003521 -0.000886 0.019586 -0.004835 -0.024751 -0.01056 -0.003597 -0.005636 -0.029226 -0.030243 0.000338 -0.016181 -0.031584 0.028861 0.023129 0.000317 0.034587 -0.018145 0.013978 0.009517 -0.007723 0.041328 0.004998 0.037563 0.041376 0.021263 0.00889 0.000131 -0.040747 -0.027606 -0.021445 -0.001712 0.026898 -0.029027 -0.00049 0.002031 -0.014973 0.025504 -0.027933 -0.028893 -0.019311 -0.032969 -0.016568 0.000981 -0.006281 0.019017 -6e-05 -0.00054 0.004919 0.0071 -0.000267 -0.002612 0.022129 0.041429 -0.048006 -0.004322 -0.02082 0.015724 0.020267 -0.028301 -0.004468 0.011802 -0.010971 -0.024082 -0.019246 0.010331 -0.036589 0.012668 -0.07291 -0.020553 0.005709 0.015479 0.021448 0.02853 9.4e-05\n। 0.046414 0.017289 -0.083412 0.047441 0.020143 0.073789 0.031826 -0.001605 -0.029379 -0.031815 0.034772 0.026035 0.004471 -0.050923 0.052357 -0.011193 0.009474 -0.048682 -0.005021 -0.087841 -0.027924 -0.015075 -0.000922 0.023241 0.006013 0.035776 -0.019639 -0.005191 -0.026031 -0.031805 0.021512 -0.047425 -0.025968 -0.08377 0.004073 0.011787 -0.065469 0.071377 0.016921 0.030147 -0.047251 0.011019 0.007424 -0.008783 -0.038152 -0.036851 0.060154 0.002088 -0.016153 0.010124 0.001848 0.093736 0.05989 -0.060752 0.075858 0.001886 -0.032186 0.030721 -0.021536 0.045789 -0.030185 -0.048291 0.013327 -0.028483 0.032153 0.030669 0.060947 -0.030161 0.05438 0.013925 -0.064176 -0.013799 0.01969 -0.003011 -0.069414 -0.003288 -0.049783 0.038025 -0.039899 -0.020987 0.023555 -0.005663 0.00512 0.030494 -0.033863 -0.078985 0.014962 -0.011497 -0.037691 0.003677 -0.018196 0.0345 0.003332 -0.03344 0.028758 -0.010071 -7.4e-05 -0.066051 -0.004776 -0.023616 -0.025891 -0.018808 -0.008317 -0.044029 0.012929 -0.014792 -0.019341 0.011812 0.052296 -0.009953 0.072234 0.025532 0.040271 -0.049079 0.027251 0.010594 -0.025007 -0.014107 -0.014452 -0.070746 0.030253 0.006492 0.047348 0.039326 0.030178 0.012884 -0.032832 -0.024815 -0.021844 -0.03101 -0.019791 -0.011232 -0.011506 0.04667 -0.039499 0.036493 -0.057588 -0.001641 0.00065 0.067375 -0.012912 -0.013553 0.037799 0.036653 -0.048776 -0.066865 0.054873 -0.001357 -0.004547 -0.065869 -0.002072 0.024966 0.048631 0.052319 0.000365 0.009649 -0.016258 -0.033814 0.024512 -0.031962 -0.025504 0.017767 0.030736 0.020316 0.002943 -0.023805 0.027789 -0.043646 0.026964 0.048829 -0.055667 -0.043132 -0.018218 0.054642 -0.042335 -0.051061 -0.02232 -0.022413 -0.052775 -0.034022 0.05777 -0.00677 -0.000212 -0.016285 -0.01644 -0.0267 0.014017 0.033109 -0.088441 0.000336 0.017329 0.037834 -0.053 -0.077222 0.004853 0.073727 -0.034409 0.01541 -0.000715 0.004151 -0.045629 -0.051115 0.038294 0.036397 0.019043 0.039409 0.024055 -0.013317 -0.02133 0.060284 -0.048189 -0.003873 -0.021576 0.004632 -0.000129 0.107778 0.007045 -0.040941 -0.002539 -0.012099 -0.027408 0.008269 -0.013322 0.009854 -0.054349 0.003123 -0.010005 0.032249 -0.019582 -0.044545 0.000808 0.009721 -0.00304 -0.028452 -0.059323 -0.014667 -0.015117 -0.025008 0.049789 0.032916 0.015306 0.056891 -0.027457 0.010912 0.012085 -0.031536 0.058596 0.009077 0.058855 0.084423 0.06448 0.018715 0.007666 -0.06077 -0.067472 -0.012877 0.007845 0.022562 -0.00505 -0.00594 0.004914 -0.016497 0.045398 -0.063221 -0.063188 -0.021134 -0.043013 -0.023101 0.035719 -0.020318 0.024249 -0.008257 0.011769 -0.020909 0.026914 0.011544 0.00092 0.008417 0.060008 -0.079651 -0.011259 -0.009075 0.020133 0.017237 -0.03526 -0.000104 0.018691 -0.037332 -0.032634 -0.028459 0.011874 -0.072394 0.01534 -0.062972 -0.033462 -0.003439 0.026631 0.031045 0.028584 -0.008617\nק 0.035672 0.005487 -0.055126 0.026094 0.013201 0.041481 0.012372 -0.000816 -0.022575 -0.033683 0.040039 0.014206 -0.007434 -0.030759 0.031795 -0.006633 0.007001 -0.030655 -0.012294 -0.048698 -0.020246 0.003397 0.007914 0.01638 0.003745 0.025184 -0.00686 -0.009608 -0.018326 -0.030819 0.021241 -0.03329 -0.018097 -0.048217 0.009066 0.013934 -0.043671 0.046354 0.010869 0.027456 -0.03478 0.012558 0.000814 0.001429 -0.033327 -0.031004 0.042691 -0.001243 -0.001802 0.020862 0.005498 0.060835 0.037068 -0.034205 0.048499 0.005998 -0.005303 0.030666 -0.019141 0.031363 -0.03192 -0.03163 -0.010735 -0.019159 0.019651 0.022717 0.042271 -0.013751 0.039777 0.019557 -0.048938 -0.006293 0.028028 0.018022 -0.052378 0.006521 -0.028868 0.027461 -0.029708 -0.019417 0.014251 -0.001426 -0.002585 0.019245 -0.02271 -0.058868 0.001918 -0.009719 -0.020712 -0.006399 -0.008236 0.027011 0.006316 -0.014035 0.012595 -0.009164 0.002402 -0.041215 0.000801 -0.007519 -0.018247 7.1e-05 0.000682 -0.03721 0.01237 -0.005529 -0.013312 0.00915 0.039414 -0.000866 0.046513 0.019872 0.025487 -0.02095 0.011475 0.004001 -0.014575 0.002711 -0.015623 -0.048136 0.025894 -0.000131 0.045769 0.017258 0.037776 0.016212 -0.017317 -0.018605 -0.015099 -0.019826 -0.01763 -0.000468 -0.020103 0.034345 -0.023794 0.017888 -0.034734 -0.000565 0.005572 0.052053 -0.000178 -0.00996 0.015176 0.031396 -0.039195 -0.048962 0.050174 0.008542 -0.000155 -0.046909 0.009237 0.010601 0.037463 0.031267 -0.001813 0.007088 -0.000346 -0.026578 0.014252 -0.025922 -0.022477 0.017673 0.026724 0.015499 -0.009802 -0.01895 0.023578 -0.026932 0.021418 0.025017 -0.03178 -0.023094 -0.010205 0.040173 -0.021904 -0.031677 -0.016501 -0.008145 -0.042849 -0.022805 0.038683 -0.007111 0.007985 -0.009012 -0.003495 -0.018695 -0.000307 0.021433 -0.06745 9.1e-05 0.014306 0.030265 -0.03717 -0.04211 -0.000216 0.049128 -0.020347 0.01391 0.004059 0.001334 -0.035214 -0.037889 0.01929 0.026999 0.021837 0.020847 0.014313 -0.01072 -0.012949 0.044861 -0.02634 0.000131 -0.012 0.015244 -0.002178 0.075394 0.001957 -0.025666 0.006074 -0.003922 -0.006251 0.008396 -0.007332 0.007359 -0.026079 0.003903 0.003184 0.018817 -0.011213 -0.024726 -0.00499 0.000874 -0.007668 -0.027342 -0.040512 -0.004171 -0.016823 -0.036335 0.032769 0.029162 0.008167 0.029561 -0.022039 0.006736 0.007057 -0.01327 0.042398 -0.006825 0.044607 0.058257 0.029678 0.009742 0.006392 -0.047367 -0.039195 -0.025411 -0.002684 0.022789 -0.027387 -0.017678 0.008007 -0.017698 0.035049 -0.027327 -0.033319 -0.019495 -0.038392 -0.013227 0.007116 0.001986 0.019067 0.004125 0.011524 -0.000706 0.013533 0.00604 -0.002574 0.021022 0.047404 -0.05387 -0.009482 -0.022304 0.016607 0.01758 -0.027173 -0.0031 0.0231 -0.010559 -0.021914 -0.022095 0.012387 -0.046048 0.009762 -0.069863 -0.007707 0.00393 0.017631 0.015046 0.026476 0.00324\n˩ 0.023664 -0.007801 -0.023565 0.007364 0.008434 0.029156 0.010103 -0.001634 -0.013875 -0.01428 0.038012 0.00013 -0.012007 -0.007189 -0.006571 -0.002054 -0.013065 -0.00357 0.010687 -0.007444 0.002224 -0.005494 -0.016011 0.008445 0.013263 -0.002661 -0.024101 0.002298 0.001135 -0.024735 0.020144 -0.041731 -0.015152 -0.024104 0.00695 0.012367 -0.033869 0.029755 0.017235 -0.005834 -0.005737 0.002474 -0.000477 0.001798 -0.01041 -1e-06 0.008905 -0.000245 -0.005366 0.024328 0.01722 0.026234 0.024424 -0.025884 0.022469 0.015625 -0.001182 0.000648 0.005415 0.023112 -0.022563 -0.021926 -0.008563 -0.000121 0.005208 0.033546 0.044607 -0.018182 0.020702 0.016916 -0.032583 -0.0117 0.007967 0.013289 -0.036888 -0.006624 -0.007464 0.004107 -0.041743 -0.00155 -0.003102 -0.0085 -0.021557 0.011762 0.002286 -0.015701 0.013874 -0.009326 0.004465 0.000984 -0.019233 -0.000549 -0.006354 -0.003515 0.016897 -0.011729 -0.005648 -0.016076 -0.015216 -0.016013 -0.017335 -0.011915 -0.019026 -0.011484 0.013692 0.001744 0.00285 0.012181 0.004895 0.010177 0.04138 0.002047 0.015726 -0.013953 0.012753 0.000928 0.007416 -0.004682 -0.029623 0.007865 0.0375 -0.002823 0.017569 0.019259 0.019168 0.014435 0.005554 -0.007399 -0.00441 -0.018144 0.012919 0.006917 -0.017567 0.023351 -0.001512 0.026202 -0.009343 0.0211 0.021372 0.04343 -0.013956 0.000407 -0.00281 0.021366 -0.019874 -0.047674 0.042972 0.005142 0.004824 -0.048572 0.009492 0.009302 0.027801 0.005422 -0.008909 0.007038 -0.015456 -0.022247 0.013253 0.00846 -0.022097 0.018741 -0.000405 -0.025946 -0.011176 -0.028804 -0.009978 -0.022294 0.011356 0.020474 -0.031804 -0.013267 0.012133 0.001614 -0.016368 -0.031039 0.006563 -0.010624 -0.040883 0.011585 0.038124 -0.018272 0.024773 0.005794 -0.013613 -0.016461 0.014945 0.012019 -0.007006 0.0013 0.030004 0.004748 -0.024302 -0.048255 -0.014768 0.01227 -0.020648 0.017098 0.018041 -0.017333 -0.037145 0.003216 0.035193 0.02275 0.019751 -0.008061 0.008618 -0.01263 -0.007179 0.02439 -0.005681 -0.01846 0.010517 0.028936 0.02429 0.051028 0.008596 -0.010162 0.02046 -0.001996 -0.020945 -0.004651 0.011002 -0.005132 -0.024519 0.009694 -0.018353 -0.010811 0.00097 0.008034 0.001917 -0.010486 -0.000327 -0.029168 -0.023375 0.014275 -0.017732 -0.016841 0.015187 0.021039 -0.009286 0.020565 0.008347 0.026118 0.004658 -0.019358 0.022574 0.009138 0.00949 0.034026 0.001618 0.012094 -0.019079 -0.011116 -0.027747 -0.013254 -0.004408 0.017728 -0.014285 -0.013912 0.007912 -0.012133 0.016089 -0.0196 -0.010682 -0.012474 -0.018705 0.01541 -0.013939 0.008389 0.025203 0.001046 0.026446 0.001985 -0.000333 0.008615 0.021424 0.015857 0.016652 -0.029961 -0.008446 -0.009225 0.009718 0.022796 0.003679 -0.019325 0.01131 -0.00342 -0.006086 -0.018925 -0.008065 -0.027173 0.018193 -0.048161 -0.007034 -0.005309 -0.011784 -0.014474 0.022633 -0.018854\nj 0.024458 0.004508 -0.051218 0.027739 0.020975 0.033598 0.006605 0.006022 -0.023415 -0.024488 0.032718 0.011197 -0.000876 -0.032508 0.028363 -0.00557 0.001641 -0.025593 -0.009579 -0.034814 -0.020417 -0.00354 -0.003956 0.011746 0.006012 0.026348 -0.003962 -0.002255 -0.005136 -0.024186 0.017146 -0.028418 -0.015507 -0.04213 0.010858 0.015595 -0.0427 0.036056 0.011993 0.020554 -0.024309 0.008056 0.001048 -0.000953 -0.023456 -0.023761 0.036602 0.002633 0.002459 0.023858 0.007632 0.051328 0.025986 -0.029962 0.041076 0.007583 -0.004687 0.028344 -0.023799 0.023049 -0.028027 -0.030435 -0.013281 -0.015354 0.008219 0.014363 0.032181 -0.013645 0.032052 0.011931 -0.039834 -0.00872 0.021405 0.014274 -0.054073 0.004717 -0.029378 0.023732 -0.019214 -0.014757 0.012086 -0.001635 -0.001441 0.024387 -0.027638 -0.053793 0.00059 -0.00308 -0.023845 -0.003929 -0.004552 0.03248 -0.001331 -0.01733 0.009397 -0.007413 0.006506 -0.031671 -0.000797 -0.002632 -0.013077 -0.004772 0.000472 -0.017848 0.00932 -0.00365 -0.017031 0.013734 0.029362 -0.004774 0.036178 0.018736 0.024863 -0.009077 0.010454 0.003544 -0.011693 0.002385 -0.011843 -0.039114 0.013884 -0.001121 0.037953 0.020862 0.035456 0.012543 -0.011133 -0.011838 -0.003506 -0.015884 -0.018312 -0.010364 -0.020232 0.022152 -0.024583 0.016053 -0.021253 0.0004 -0.000674 0.050484 -0.001888 -0.009206 0.0183 0.022844 -0.028895 -0.043315 0.040242 -0.002037 0.005575 -0.040844 0.003425 0.014995 0.025849 0.028164 -0.001122 0.007072 -0.003853 -0.018201 0.015704 -0.018736 -0.019327 0.016057 0.027611 0.010252 -0.005242 -0.011698 0.021669 -0.024245 0.016287 0.026693 -0.029911 -0.020371 -0.007855 0.035055 -0.012913 -0.028036 -0.013759 0.000741 -0.037293 -0.023724 0.029455 -0.012354 -0.002146 -0.009065 -0.003991 -0.018565 -0.002775 0.012339 -0.060052 -1e-05 0.007903 0.024128 -0.030855 -0.041895 0.001198 0.037277 -0.016372 0.007811 0.002345 0.000618 -0.036662 -0.033094 0.01457 0.022191 0.009995 0.010896 0.01406 -0.008718 -0.008216 0.033729 -0.029505 0.000299 -0.008635 0.02639 -0.001719 0.064426 0.004632 -0.02915 0.005157 -0.00192 -0.006169 0.011509 -0.007068 0.009163 -0.019149 0.003766 0.00065 0.015845 -0.010182 -0.024669 -0.003757 0.006998 -0.007339 -0.028332 -0.034006 0.002749 -0.011964 -0.032124 0.025741 0.025905 0.001867 0.024165 -0.013273 0.0123 0.010092 -0.016327 0.03604 -0.002185 0.038078 0.04772 0.023988 0.006441 0.001585 -0.042673 -0.03584 -0.021313 -0.005743 0.012648 -0.02048 -0.026461 0.008284 -0.006486 0.030073 -0.016689 -0.027516 -0.012744 -0.023102 -0.008907 0.005148 -0.003107 0.014817 -0.002316 0.009169 0.001933 0.011961 0.004882 0.001523 0.022387 0.03582 -0.046236 0.000551 -0.019469 0.012044 0.019662 -0.021998 -0.008848 0.006699 -0.009281 -0.022461 -0.017234 0.007943 -0.03737 0.010131 -0.059263 -0.017495 0.006623 0.016047 0.014623 0.032829 0.003005\nᩮ 0.063428 -0.01093 -0.051355 0.022017 0.004095 0.034071 0.014565 0.008469 -0.038104 -0.051616 0.023996 0.010733 -0.020241 -0.011843 0.034108 0.002897 0.019576 -0.041624 0.006241 -0.042469 -0.010563 0.010757 0.022778 0.022808 0.014516 0.020463 0.001484 -0.006162 -0.018804 -0.025053 0.025464 -0.019273 -0.024802 -0.066075 0.006507 0.012646 -0.033625 0.041473 -0.00524 0.036466 -0.035726 0.019574 0.009636 -0.013278 -0.019175 -0.042714 0.031469 0.000308 -0.008502 0.022322 0.000875 0.050633 0.02094 -0.017487 0.036465 0.013005 0.006842 0.033871 -0.028956 0.029797 -0.032085 -0.01276 -0.013802 -0.018691 0.016463 0.038896 0.046226 0.007884 0.04954 0.01733 -0.06073 -0.025714 0.026952 0.035899 -0.032442 0.010241 -0.013802 0.033899 -0.03286 -0.005851 0.017488 0.020311 -0.010901 0.007696 -0.018498 -0.068457 0.007394 -0.05425 -0.000274 -0.027697 0.009595 0.034425 0.026955 -0.03089 0.022917 -0.016495 -0.007873 -0.05183 0.001191 -0.001668 -0.02829 -0.003537 0.009817 -0.035438 0.007942 0.002667 -0.021088 -0.005804 0.057727 -0.012965 0.041584 0.019359 0.033639 -0.016167 0.015323 0.003782 -0.013427 -0.009469 -0.000568 -0.036522 0.036969 -0.003783 0.061273 0.005842 0.022191 0.015993 -0.037623 -0.021358 -0.013578 -0.031931 0.002632 -0.005205 -0.007873 0.036112 -0.034885 0.013863 -0.034275 -0.008316 -0.012305 0.038615 -0.007243 0.001587 0.013824 0.023362 -0.013357 -0.046171 0.035517 0.003817 0.006488 -0.043477 0.028875 0.012776 0.032998 0.002928 0.014092 0.029539 -0.007045 -0.023262 0.029284 -0.014383 -0.025623 0.0008 0.033393 0.023309 -0.016528 -0.02784 0.016402 -0.02246 0.031019 0.029911 -0.01782 -0.024122 -0.039777 0.038855 -0.038983 -0.02133 0.004394 0.003064 -0.052161 -0.031087 0.030664 -0.006208 0.020708 -0.037654 -0.007285 -0.001501 0.010716 0.029856 -0.070379 0.008821 0.014077 0.01629 -0.045783 -0.036832 -0.000626 0.05192 -0.023707 0.029535 0.004077 0.004724 -0.022131 -0.010835 0.03029 0.025896 0.01258 0.043262 -0.001079 -0.015121 -0.020436 0.053633 -0.012602 0.027984 -0.00279 0.022405 0.00473 0.073759 0.026835 -0.024174 0.022842 -0.018738 -0.010132 0.006971 -0.023936 0.01064 -0.018326 -0.006543 -0.002569 0.022461 -0.014662 -0.033357 -0.015869 0.001391 -0.017154 -0.020908 -0.047417 -0.016214 -0.004073 -0.041721 0.02555 0.022664 0.008509 0.033766 -0.028731 0.0318 -0.002029 -0.01589 0.02487 -0.001966 0.041472 0.050495 0.016332 0.014538 0.00482 -0.035422 -0.028093 -0.013483 -0.004654 0.021687 -0.021 -0.000309 0.020846 -0.011685 0.013784 -0.031822 -0.041072 -0.041091 -0.05002 -0.013376 0.033313 0.009978 0.022114 0.017339 0.009065 -0.004417 0.020469 -0.010511 -0.001944 0.013426 0.020332 -0.059607 -0.013177 -0.008242 0.019651 0.005308 -0.029625 -0.005628 0.000651 -0.008681 -0.019659 -0.015827 0.009486 -0.047346 0.001348 -0.061982 -0.009267 0.023719 0.017035 0.02887 0.021898 0.011001\nᑲ -0.023758 0.056053 -0.020579 0.008941 0.0171 0.014912 -0.033479 0.021528 -0.010755 0.023183 0.021725 -0.021466 -0.013213 -0.028685 -0.019094 -0.01509 -0.036737 0.041437 -0.009286 0.02223 0.005163 -0.046986 -0.046762 -0.017836 0.017175 -0.025511 -0.01994 -0.031425 -0.013769 -0.015186 0.013814 -0.0308 -0.00244 -0.009854 0.024167 0.041533 -0.015332 -0.030428 -0.002346 0.010628 -0.009579 -0.04038 0.010374 -0.013659 -0.008107 0.026569 -0.020142 0.013703 0.02761 0.001148 0.024386 -0.028538 0.020623 -0.002787 -0.023831 0.019417 0.008912 0.001006 0.009331 -0.057206 0.042641 -0.000263 -0.011999 0.000907 -0.02149 -0.008939 0.040246 0.02091 -0.013906 -0.031984 -0.035924 0.007805 -0.02448 0.003232 -0.024214 -0.004363 0.00568 0.002894 -0.032745 0.022133 0.037736 0.041449 0.035171 0.005419 -0.033527 -0.007357 0.022189 0.018233 0.001237 0.02088 -0.031047 0.011997 0.008991 0.01594 0.036645 0.006338 -0.007041 0.025272 0.006 0.054536 -0.011179 0.000626 0.014706 -0.021626 0.022074 0.040564 -0.016419 0.01539 -0.007528 0.007015 -0.002741 0.057424 0.029742 0.019374 0.021696 0.011985 0.035884 -0.002532 -0.002742 0.007619 0.005372 0.009761 0.011617 0.017176 -0.026023 0.000933 0.01641 -0.018812 -0.010478 -0.013425 -0.036898 0.032115 0.014061 0.031461 0.034973 -0.020356 0.0076 -0.01786 -0.012629 0.029742 -0.013259 -0.01736 0.037712 -0.010144 -0.061908 -0.006226 0.020226 0.047962 0.046717 -0.071569 0.027877 -0.017353 0.019698 -0.030015 -0.009608 0.008535 0.016055 -0.03397 -0.050642 0.011958 -0.041901 0.007711 -0.014799 -0.021216 -0.02583 0.008348 0.001505 0.006078 -0.020963 0.018478 -0.011285 -0.025205 0.016301 -0.005628 0.006452 -0.035762 0.020915 -0.042989 0.01681 -0.000916 -0.002413 -0.016977 -0.040329 0.009978 0.006541 0.017543 -0.008532 0.000449 0.040278 -0.020434 -0.010927 0.014903 -0.012063 -0.046257 0.001731 0.030233 -0.000499 -0.005792 0.033404 0.000839 -0.03694 0.010893 0.012891 0.038049 -0.01424 -0.020653 0.006087 0.001991 -0.027424 1.8e-05 0.024629 -0.039017 0.025822 -0.022031 0.005438 0.009023 0.018221 -0.028877 0.023673 0.030379 -0.004879 -0.009286 -0.016166 0.004641 0.032982 0.003021 -0.0194 0.01294 -0.016044 -0.011023 0.037554 0.013039 -0.007859 0.008402 -0.055439 -0.000235 -0.029215 -0.011237 0.008823 0.017991 0.000833 0.002846 0.019385 0.002902 -0.005233 -0.029557 0.017684 -0.015703 0.006407 0.028793 0.002452 -0.039093 0.00166 -0.03757 -0.00804 -0.087186 -0.003452 -0.014141 -0.028853 -0.022779 -0.003365 -0.005098 -0.005277 -0.027922 0.003775 0.036289 0.007282 0.001295 -0.010775 -0.000638 0.038107 -0.00975 0.063657 0.026133 -0.024076 0.022264 0.027462 -0.013964 -0.016207 0.006142 0.026229 -0.01516 -0.006355 -0.010207 0.004115 -0.004572 0.006282 0.034893 -0.04576 0.05652 0.014026 -0.045493 -0.004046 -0.039925 0.00098 0.020852 -0.054534 -0.006591 0.027181 0.010089\nռ 0.019543 -0.002788 -0.029508 0.004619 0.006734 0.010074 -0.008461 -0.006897 0.001576 -0.015567 0.025677 0.00744 -0.012645 -0.019109 0.005061 -0.008808 0.018192 -0.002236 -0.002256 -0.029064 -0.00723 -0.001299 0.01251 0.007301 0.003265 0.011532 -0.003167 -0.01652 -0.024773 -0.018174 0.026781 -0.022033 0.0022 -0.024865 0.009502 0.006953 -0.03298 0.014655 0.013874 0.004436 -0.009338 0.005628 0.005993 0.009337 -0.018687 -0.016224 0.019783 -0.009756 -0.006693 0.003956 -0.001464 0.019786 0.014364 -0.016578 0.025681 0.011856 0.011497 0.01515 -0.017957 0.007118 -0.017196 -0.01031 -0.012032 -0.008453 0.001678 0.020923 0.010686 -0.011592 0.024017 0.008074 -0.033129 -0.009227 0.007388 0.017315 -0.042534 0.007003 -0.021503 -0.003986 -0.027734 -0.002577 0.014814 -0.003003 -0.01362 -0.00641 -0.008803 -0.024541 0.012525 0.012334 -0.003523 -0.003728 -0.014458 0.009994 0.004773 0.000817 0.009486 -0.005169 0.004228 -0.015046 0.006919 -0.003096 -0.017413 0.012933 -0.001627 -0.014679 0.019409 0.000196 -0.008751 0.010212 0.028663 -0.021486 0.020151 0.012424 0.010302 -0.010166 0.000977 -0.004059 0.010307 -0.013826 -0.015262 -0.020457 0.024719 0.003486 -0.003979 0.005842 0.024144 0.009266 0.005151 -0.011224 -0.003658 -0.020567 0.001173 0.000449 -0.002268 0.020586 -0.014191 -0.00335 -0.007591 0.001341 0.014858 0.0344 -0.002079 0.001742 -0.016484 0.011095 -0.009266 -0.04113 0.0309 0.007768 0.010452 -0.020594 0.008893 -0.00396 0.017123 -0.002088 0.002816 0.00203 0.004978 -0.012336 0.000679 -0.009762 -0.014423 0.011926 0.004971 0.018093 -0.018139 -0.010459 -0.000311 -0.020273 0.007402 0.006688 -0.011715 -0.011623 -0.003158 0.024607 -0.002585 -0.018728 0.004693 -0.024569 -0.027575 -0.00518 0.020596 -0.019493 0.00331 -0.011351 -0.022593 -0.008296 0.01022 0.01509 -0.032567 -0.004096 0.023608 0.012558 -0.028782 -0.010521 -0.001811 0.032428 -0.003177 0.013271 0.009177 0.00184 -0.007138 -0.01946 0.007967 0.010193 -0.002753 0.003016 -0.007897 -0.002195 0.001568 0.026307 -0.009876 0.006287 -0.009662 0.020874 0.003688 0.048269 0.009012 -0.010881 0.013658 -0.010583 -0.002498 0.010613 -0.008398 0.003053 -0.007223 -0.017737 0.004084 0.017217 0.001546 -0.007048 -0.013679 -0.007633 0.009307 0.006175 -0.013851 -0.015291 -0.013482 -0.018342 0.004364 0.019662 0.006618 0.007205 -0.012985 0.006674 0.006049 -0.01349 0.022306 0.009984 0.047767 0.024318 0.014972 0.000914 0.006166 -0.007248 -0.02024 -0.024768 -0.011564 0.013582 -0.024526 0.002289 0.000411 -0.001341 0.014939 -0.028852 -0.02803 0.005169 -0.016833 -0.027551 0.008947 -0.003056 0.011499 -0.005956 0.004722 -0.01556 0.004322 -0.002125 -0.013895 0.006216 0.027207 -0.035354 -0.010335 -0.00372 0.016811 0.009668 -0.011569 -0.00042 0.008408 0.001492 -0.010636 -0.001963 -0.003941 -0.019222 -0.001193 -0.031164 -0.010126 0.003996 0.026041 0.008996 0.001706 -0.00023\nɾ -0.006632 0.008686 -0.00766 0.004451 0.012487 0.030621 0.028736 -0.004116 -0.019485 -0.025911 0.047761 0.020283 -0.017184 -0.007095 0.048833 -0.016844 0.001545 -0.018332 0.01264 -0.029454 -0.010038 -0.01451 -0.047061 0.011172 0.002762 -0.00645 -0.023745 -0.013005 -0.004632 -0.042705 0.029845 -0.030115 -0.013556 -0.017499 -0.009818 0.016539 -0.019445 0.04117 0.012893 -0.005839 -0.041032 0.03825 0.013271 0.024911 0.000296 -0.008876 0.020555 0.007275 -0.007517 -0.00242 0.003562 0.059473 0.016952 -0.037645 0.03904 0.012619 0.004534 0.034465 -0.013284 0.025773 -0.038546 -0.029394 -0.024349 0.011797 0.000332 0.029753 0.051656 -0.039137 0.010484 0.038947 -0.032319 -0.020064 -0.002705 0.028059 -0.026311 -0.007817 -0.000883 0.005174 -0.017557 -0.00605 0.024603 -0.011533 -0.024889 0.024426 -0.01455 -0.067044 0.026451 -0.007429 0.007005 0.028346 0.002703 0.010258 0.014871 0.003913 0.004316 -0.036995 0.014472 -0.036213 -0.038037 -0.014211 -0.041952 -0.013213 -0.01053 -0.026095 0.012456 0.00044 -0.0082 0.008646 -0.001029 -0.001733 0.060205 -0.003123 0.017047 0.017762 0.013011 -0.004913 -0.028276 -0.015281 -0.033419 -0.011455 0.031612 -0.006473 0.019507 0.002769 0.013508 -0.017141 0.019583 0.023841 -0.007674 0.000141 0.021469 0.024743 0.000682 0.031608 -0.009991 0.007473 -0.030879 0.031095 0.004512 0.040393 0.000472 -0.000626 0.007333 0.010798 -0.012348 -0.052978 0.033526 -0.020025 0.018127 -0.048273 0.037121 0.004963 0.037677 0.038554 0.010568 0.009631 -0.017331 -0.037984 0.0239 -0.008463 -0.02803 0.020012 0.036879 -0.006774 -0.007805 -0.020391 0.021737 -0.015465 0.005892 0.063461 -0.019909 -0.022242 -0.002451 0.010692 0.0143 -0.016474 0.000552 -0.012489 -0.048948 0.007967 0.046933 -0.000721 0.006359 0.014608 -0.033254 -0.039019 -0.007604 0.017009 -0.010618 0.012358 0.010522 0.022255 -0.027577 -0.041351 -0.007056 0.03288 -0.03278 0.011348 0.009858 -0.013099 -0.031476 -0.014419 0.026998 0.035606 0.024235 -0.008482 -0.005221 -0.037688 -0.015264 0.01651 -0.015265 0.002978 -0.007293 0.034613 0.007212 0.007555 -0.006347 -0.007681 0.009997 -0.00298 -0.021883 -0.021704 0.017067 0.011696 -0.034687 0.013681 -0.011136 0.004439 0.022674 0.001074 -0.014942 0.007964 -0.001027 -0.049866 -0.017468 0.012585 -0.01894 -0.000805 0.005058 0.008551 0.014519 0.024468 -0.010449 0.017565 -0.015841 -0.027964 0.014612 0.03101 0.03627 0.030114 -0.001513 0.011258 -0.033673 -0.023981 -0.023945 0.003477 -0.011403 0.003588 -0.02291 0.006421 0.004738 -0.017109 0.008193 -0.020542 0.001761 -0.011486 -0.037708 0.019389 -0.004665 0.007453 -0.001723 -0.001819 0.023195 0.00018 0.029412 -0.002267 0.020307 0.012441 0.018274 -0.037565 0.003931 0.006583 0.017128 0.023189 0.031256 -0.009496 0.017065 -0.005173 -0.015554 -0.015343 0.0017 -0.021016 0.001284 -0.042789 -0.026313 0.007188 0.003818 -0.005781 -0.012237 -0.043903\nḁ 0.055132 0.016744 -0.090039 0.052103 0.032578 0.047368 0.01471 0.006927 -0.035252 -0.038745 0.032978 0.011124 0.009137 -0.060698 0.060579 -0.014104 0.008598 -0.0578 -0.0146 -0.07873 -0.032086 -0.015954 0.019277 0.018358 -0.008669 0.054594 -0.009752 -0.009925 -0.007608 -0.075834 0.034103 -0.053105 -0.039542 -0.067455 0.024501 0.0254 -0.06916 0.068109 0.009874 0.05156 -0.041707 0.016541 -0.003815 -0.015296 -0.05692 -0.051001 0.055325 -0.016185 -0.018135 0.054949 0.016607 0.122911 0.064873 -0.08988 0.08054 0.01512 -0.029086 0.036469 -0.020155 0.0473 -0.076152 -0.061708 -0.010791 -0.013509 0.043249 0.043563 0.072651 -0.034531 0.071459 0.02963 -0.06998 0.006194 0.028192 0.028522 -0.098079 0.003382 -0.069116 0.05219 -0.056657 -0.016977 0.016006 -0.002302 -0.002968 0.035515 -0.030972 -0.097792 0.000823 -0.00787 -0.027733 -0.022306 -0.017516 0.044119 0.008365 -0.030779 0.016437 -0.020282 0.020053 -0.07306 0.017594 -0.025747 -0.010605 0.017774 0.005825 -0.061606 0.021117 -0.009091 -0.022828 0.00524 0.049777 -0.006425 0.082073 0.011012 0.052725 -0.016038 0.024813 0.008741 -0.046244 0.010132 -0.024421 -0.079087 0.027626 -0.022929 0.073525 0.037742 0.070452 0.01008 -0.029849 -0.034704 -0.037747 -0.03102 -0.026327 0.008552 -0.052776 0.049717 -0.044505 0.039415 -0.054469 0.017043 0.009321 0.08558 -0.013149 -0.023229 0.032212 0.035237 -0.065529 -0.085033 0.08087 -0.01253 0.007186 -0.072034 0.015701 0.033587 0.056229 0.063361 -0.006991 0.014428 -0.009145 -0.047784 0.028262 -0.051029 -0.023558 0.038565 0.045591 0.012826 -0.033411 -0.041453 0.025995 -0.03475 0.024613 0.044545 -0.05498 -0.048282 -0.031299 0.071683 -0.033592 -0.063158 -0.035288 -0.023014 -0.07068 -0.055931 0.058242 -0.025146 0.024641 -0.012412 -0.016049 -0.043551 0.00096 0.048163 -0.105924 0.024875 0.013901 0.044029 -0.048629 -0.066509 0.010491 0.108429 -0.040523 0.024624 -0.004866 0.010279 -0.059733 -0.055096 0.023558 0.029794 0.002988 0.033002 0.021905 -0.025442 -0.020008 0.055446 -0.047722 -0.013911 -0.007682 0.02537 -0.017676 0.159678 0.012658 -0.02067 -0.002302 -0.019046 -0.026455 0.026881 -0.009565 0.007228 -0.046507 -0.007071 -0.019432 0.044805 -0.029963 -0.033772 -0.009787 -0.008625 -0.01293 -0.038082 -0.040033 -0.013657 -0.015651 -0.041313 0.059031 0.040194 0.011471 0.03218 -0.023075 0.030253 0.016524 -0.040089 0.084183 -0.028635 0.084901 0.115701 0.073528 0.029517 0.006772 -0.085866 -0.064707 -0.041243 -0.005165 0.036248 -0.049599 -0.025403 0.020046 -0.021331 0.078789 -0.048107 -0.058738 -0.047708 -0.063163 -0.016504 0.052431 -0.009938 0.038425 -0.01135 0.013834 -0.010073 0.031574 0.040757 -0.004819 0.034869 0.071739 -0.099294 -0.015049 -0.031656 0.023349 0.043932 -0.053283 -0.005139 0.047737 -0.038484 -0.02825 -0.028204 0.023467 -0.078229 0.024791 -0.104023 -0.022749 0.00681 0.049652 0.029353 0.047097 0.002737\n་ 0.035466 0.005566 -0.053982 0.028655 0.015325 0.040473 0.009732 -0.007482 -0.01653 -0.02478 0.037065 0.013782 -0.006797 -0.024457 0.027494 -0.004637 0.002884 -0.020404 -0.008198 -0.042751 -0.005213 0.006403 0.00332 0.011826 0.007558 0.024231 -0.014615 -0.012517 -0.012254 -0.019883 0.022902 -0.038144 -0.029068 -0.054008 0.019168 0.02226 -0.048892 0.043254 0.010636 0.017119 -0.026519 0.001021 -0.010124 0.001561 -0.029677 -0.022254 0.029808 0.009676 0.000317 0.027018 0.007872 0.053218 0.026374 -0.033416 0.040449 0.015573 -0.002046 0.011482 -0.008015 0.026579 -0.038753 -0.026965 -0.013269 -0.019105 0.012216 0.026603 0.041467 -0.023475 0.033393 0.020967 -0.060496 -0.012075 0.024422 0.021639 -0.049341 0.005044 -0.03821 0.024171 -0.029976 -0.017947 0.016465 -0.003548 0.00135 0.020557 -0.028449 -0.05782 0.000404 0.009393 -0.022297 -0.003956 -0.006886 0.023158 0.00462 -0.013806 0.014105 -0.002492 -0.000611 -0.03513 -0.00452 -0.009841 -0.020297 0.006684 -0.002269 -0.03741 0.01734 -0.002934 -0.0171 0.006676 0.0408 -0.00737 0.048407 0.017275 0.029812 -0.021957 0.011061 -0.002283 -0.012549 -0.002601 -0.017183 -0.037221 0.025364 -0.005188 0.042843 0.025348 0.034768 0.012313 -0.011639 -0.012509 -0.013558 -0.023159 -0.013477 -0.008716 -0.013872 0.026766 -0.025867 0.02296 -0.027448 0.004671 0.009183 0.050476 -0.007047 -0.016707 0.008283 0.039086 -0.039565 -0.042323 0.045516 0.000587 0.003445 -0.03413 -0.004343 0.018709 0.03275 0.027755 -0.012226 0.002603 -0.007371 -0.022621 0.02392 -0.017367 -0.014096 0.016069 0.023649 0.022017 -0.012094 -0.025985 0.02276 -0.024323 0.018791 0.019617 -0.029503 -0.025676 -0.003236 0.030582 -0.018721 -0.038709 -0.017223 -0.007677 -0.038209 -0.013181 0.037173 -0.011751 0.005044 -0.005485 -0.004562 -0.017885 0.002128 0.022692 -0.069788 0.005781 0.004138 0.036071 -0.02802 -0.039898 0.005601 0.039218 -0.026916 0.011348 0.004453 -0.00178 -0.038273 -0.032784 0.010433 0.035638 0.02417 0.019423 0.005838 -0.004049 -0.011616 0.046117 -0.025639 -0.012015 -0.007512 0.026591 -0.004627 0.067895 -0.000156 -0.024 0.002259 0.000111 -0.016229 0.013276 -0.002007 0.003939 -0.03176 -0.000769 -0.00174 0.016227 -0.006175 -0.02831 -0.01078 -0.005776 -0.009413 -0.029594 -0.032601 -0.004854 -0.017386 -0.027581 0.025668 0.026754 0.006907 0.036381 -0.01824 0.01607 0.007978 -0.009093 0.041145 0.005807 0.039764 0.048991 0.021522 0.0043 -0.000442 -0.04308 -0.030495 -0.023093 0.001763 0.026507 -0.026506 -0.005911 0.004677 -0.01457 0.028848 -0.030293 -0.03055 -0.021155 -0.036711 -0.022659 0.001709 -0.003935 0.017214 0.00324 0.004303 0.002596 0.005344 0.004362 -0.004119 0.018369 0.040843 -0.051175 0.000683 -0.021117 0.012251 0.018356 -0.031713 -0.006805 0.00706 -0.011271 -0.029689 -0.027662 0.010905 -0.041854 0.013759 -0.070882 -0.024795 0.007706 0.018396 0.024337 0.027655 0.00305\nए 0.056733 0.016874 -0.082502 0.05 0.037784 0.041513 -0.013697 -0.007526 -0.018457 -0.034918 0.041484 0.024965 -0.02239 -0.034723 -0.027258 -0.025523 0.005265 0.007257 -0.000315 -0.043211 0.01196 0.028339 -0.017744 0.029955 0.01295 0.054524 0.001433 0.023777 0.009721 -0.059234 0.026061 -0.030493 0.009857 -0.057486 0.029724 0.055019 -0.059401 0.044858 0.029352 0.016851 -0.013108 0.012339 0.010479 0.003951 -0.056215 -0.034187 0.035351 0.003671 -0.00342 -0.004457 0.02964 0.050412 0.021237 -0.020443 0.040146 -0.006822 -0.008663 0.031692 -0.042055 0.030758 -0.015528 -0.082103 -0.021734 -0.036575 0.025981 0.026814 0.06033 -0.02001 0.034434 -0.020087 -0.067794 -0.019199 0.043822 0.007003 -0.047011 0.008451 -0.006047 0.064629 -0.002331 -0.014713 0.020463 0.020896 0.006985 0.081116 -0.018746 -0.069114 0.00606 -0.025701 -0.01681 0.013028 -0.025206 0.060966 0.051222 -0.011377 0.012623 -0.031223 -0.016202 -0.021307 -0.015509 -0.017116 -0.020291 0.037937 0.011081 -0.024312 0.044865 0.023428 0.01448 -0.004471 0.03368 -0.036542 0.04522 0.034739 0.010055 -0.047066 -0.000328 0.006873 -0.00449 0.005806 0.004952 -0.036207 0.044146 -0.023919 0.045917 -0.032588 0.044665 0.082155 -0.022897 0.012948 -0.039207 -0.018582 0.001049 0.030625 -0.029945 0.009181 -0.024336 0.054829 -0.069565 0.057398 -0.022908 0.075716 0.009901 -0.050932 0.03177 0.059708 -0.05281 -0.035377 0.021512 0.008299 0.032633 -0.047453 -0.012804 -0.00648 0.049571 0.012562 -0.035209 0.045841 -0.004896 -0.024862 -0.009434 -0.070226 -0.011901 -0.005664 0.038884 0.001294 -0.006574 -0.044972 0.011755 -0.029204 0.033608 0.005636 -0.034194 -0.060192 -0.0078 0.038962 -0.029076 -0.041567 -0.024945 0.020915 -0.073925 -0.070774 0.036012 -0.002605 0.003113 8.4e-05 -0.007933 0.007089 -0.004068 0.056576 -0.05962 0.015092 -0.021884 0.022359 -0.041438 -0.058602 0.035254 0.053431 -0.004733 -0.018149 -0.031626 0.0271 -0.034892 -0.058161 0.019326 0.036281 0.043926 -0.050599 0.011224 0.001491 -0.025926 0.003815 3.7e-05 -0.029959 -0.004985 0.015041 0.018505 0.074655 -0.024971 -0.020289 0.021704 2.8e-05 -0.024997 0.008096 -0.026723 0.012947 -0.061703 0.010351 0.03536 0.034592 -0.031098 -6.9e-05 -0.015088 0.005807 -0.009141 -8e-06 -0.038557 -0.04693 -0.014801 -0.02693 0.034632 0.039722 0.018926 0.05023 -0.007303 -0.013936 0.010737 -0.054748 -0.013022 0.00423 0.071574 0.03563 0.019388 -0.014422 -0.0435 -0.059928 -0.033371 -0.052908 -0.012236 0.032885 0.008559 -0.034019 0.003974 -0.012941 0.013435 -0.043945 -0.035737 -0.035875 -0.050055 -0.024429 -0.034448 -0.023551 0.031365 -0.030731 0.031076 -0.044075 0.034996 -0.028935 -0.022691 -0.005678 0.014685 -0.033517 0.035291 -0.015685 -0.00036 0.000318 -0.037471 -0.015594 0.021496 0.005044 -0.025425 -0.000448 0.008298 -0.060918 0.023089 -0.058241 -0.045789 0.001679 0.03504 0.00759 0.021813 0.003354\nސ 0.05832 -0.003804 -0.099579 0.035261 0.011062 0.074845 0.027644 0.000329 -0.032543 -0.069255 0.065732 0.026369 -0.004256 -0.041278 0.069176 -0.025894 0.005596 -0.035723 -0.009031 -0.07397 -0.050562 -0.003676 0.032346 0.002402 0.002428 0.024446 -0.019051 -0.011658 -0.036772 -0.06709 0.045415 -0.064827 -0.030878 -0.070101 0.014884 0.036043 -0.070664 0.079626 0.018618 0.053181 -0.062002 0.030965 -0.008317 -0.007905 -0.068728 -0.04782 0.048851 -0.012297 -0.013015 0.032904 0.001291 0.094171 0.059868 -0.060431 0.071618 -0.000689 -0.038503 0.024575 -0.004834 0.053213 -0.059571 -0.031852 -0.022009 -0.028698 0.032957 0.033402 0.070206 -0.023309 0.059437 0.020222 -0.078483 -0.001885 0.026824 0.033917 -0.08668 0.018266 -0.051257 0.023685 -0.064351 -0.019858 0.010425 0.002235 -0.005722 0.034719 -0.028822 -0.0921 0.015737 -0.005549 -0.043716 -0.006302 -0.022436 0.024755 0.014407 -0.044197 0.026763 -0.013128 -0.015599 -0.062593 -0.005858 -0.019937 -0.035056 0.005288 0.00183 -0.06542 0.024495 -0.005133 -0.013851 0.002886 0.063208 -0.020164 0.07394 0.031102 0.047347 -0.018522 0.025255 0.013764 -0.025241 -0.007654 -0.027483 -0.092022 0.037262 0.000672 0.054745 0.053817 0.06176 0.01129 -0.018199 -0.031495 -0.020937 -0.034583 -0.043202 1e-06 -0.030405 0.045259 -0.041897 0.036595 -0.036115 -0.007238 0.008436 0.086918 0.00542 -0.019729 0.012437 0.044759 -0.061448 -0.080135 0.102003 0.011774 -0.01339 -0.066658 0.021171 0.007647 0.082116 0.060474 -0.011317 0.009055 0.012643 -0.03518 0.015193 -0.046114 -0.036582 0.01616 0.05631 0.018076 -0.03986 -0.032275 0.047187 -0.048717 0.047214 0.043126 -0.028444 -0.05644 -0.035855 0.069137 -0.03354 -0.045551 -0.042124 -0.029137 -0.064083 -0.038824 0.073517 -0.031162 0.030637 -0.011589 -0.012612 -0.034274 0.012605 0.048672 -0.112364 0.01494 0.027206 0.039369 -0.050985 -0.072804 0.007481 0.089791 -0.046396 0.030041 0.000693 -0.006872 -0.060942 -0.056324 0.024546 0.043308 0.018116 0.051161 0.031801 -0.010931 -0.004737 0.069354 -0.053238 -0.000538 -0.015837 0.011263 -0.015609 0.118527 0.018624 -0.037294 0.010685 -0.003674 -0.032751 0.010741 0.005967 0.017703 -0.036478 -0.020402 0.005867 0.023311 -0.009746 -0.049515 -0.010307 0.001887 -0.001889 -0.028914 -0.074225 -0.013245 -0.033134 -0.058393 0.062851 0.052257 0.028637 0.056956 -0.062085 0.034994 0.018702 -0.023717 0.064464 -0.003728 0.063004 0.099024 0.066355 0.024026 -0.007202 -0.08735 -0.064628 -0.032107 0.007507 0.036375 -0.055426 -0.004717 0.006592 -0.037406 0.052406 -0.035609 -0.055723 -0.030315 -0.061111 -0.02377 0.025349 0.013394 0.05078 0.000464 0.032181 -0.02072 0.023908 0.018416 -0.005365 0.035554 0.080008 -0.094372 -0.002177 -0.051007 0.009816 0.012114 -0.033449 -0.010619 0.038347 -0.040392 -0.024258 -0.038541 0.031927 -0.077553 0.033571 -0.13675 -0.023385 0.014296 0.026641 0.042379 0.038987 0.000519\nᮘ 0.039757 0.021084 -0.047107 0.001605 0.001507 0.02623 0.009954 -0.004707 -0.007375 -0.025738 0.024587 0.010935 -0.018667 -0.016764 0.025554 -0.001863 0.009001 -0.024743 0.00227 -0.040142 -0.026229 0.013936 0.005164 0.022914 -0.009643 0.016739 -0.00386 -0.022731 -0.012825 -0.03792 0.030878 -0.052008 -0.010079 -0.031568 0.004971 -0.007176 -0.0123 0.040108 0.000509 0.022775 -0.0355 0.014593 0.008049 -0.009201 -0.015893 -0.009729 0.027196 -0.009738 -0.001387 -0.001484 -0.012141 0.061071 0.02646 -0.024187 0.034901 -0.006223 -0.00555 0.021154 -0.016112 0.048089 -0.020131 -0.015342 -0.012227 -0.015187 0.02021 0.021961 0.04219 -0.02633 0.050466 0.022937 -0.027382 -0.00016 0.035812 0.020606 -0.020681 0.007707 -0.018062 0.043647 -0.023276 -0.008962 -0.001181 0.013612 0.006656 0.014578 -0.003886 -0.044714 -0.011977 -0.018574 -0.018383 0.000506 -0.020521 0.0257 0.028112 -0.013929 0.007295 -0.020407 -0.010516 -0.046404 0.002145 -0.016166 -0.021735 0.001662 0.009547 -0.026557 0.012243 -0.002713 -0.0115 0.003534 0.020572 -0.005578 0.018681 0.00805 0.021404 -0.037891 0.015699 0.003319 -0.004578 -0.000903 -0.00539 -0.021307 0.014664 0.006428 0.037997 -0.007416 -0.001586 0.017931 -0.017061 -0.015314 -0.005993 0.009111 -0.000384 -0.01024 -0.004795 0.028194 -0.028738 0.029614 -0.039371 -0.011695 0.013832 0.02759 -0.015991 -0.010502 -0.008305 0.027383 -0.010014 -0.036459 0.059175 0.000172 0.003268 -0.023021 0.024393 -0.004152 0.040235 0.029181 0.040653 0.024352 0.003748 -0.001956 0.027533 -0.029755 -0.013176 0.009136 0.034977 0.008988 0.009245 -0.0105 0.0192 -0.006872 0.030268 0.021548 -0.011818 -0.010132 -0.015246 0.027403 -0.009179 -0.032395 -0.006616 -0.018658 -0.04202 -0.008134 0.016302 -0.004127 -0.008517 -0.029232 0.02268 -0.024348 0.009458 0.013607 -0.03791 -0.0038 0.014151 0.005836 -0.045718 -0.042417 0.006341 0.025147 -0.01459 0.002561 0.003217 0.003963 -0.034093 -0.013611 0.010959 0.026012 0.028942 0.035566 0.001713 -0.010867 -0.015052 0.038139 -0.010891 0.017658 -0.034199 0.026263 -0.027663 0.048059 -0.008221 -0.018642 0.026468 -0.012871 -0.003954 0.016184 -0.00756 -0.001088 -0.022712 0.011076 -0.001411 0.041411 -0.031263 -0.015163 0.004542 -0.019638 0.007285 -0.004586 -0.025873 -0.008313 0.003596 -0.004719 0.017079 0.017748 -0.000306 -0.004903 -0.030322 -0.00223 -0.021485 -0.00366 0.026923 -0.010612 0.063842 0.031094 0.033034 0.007025 -0.003362 -0.03654 -0.046211 -0.019651 -0.001283 0.046339 9e-05 -0.015732 0.014665 3.5e-05 0.024271 -0.023011 -0.015263 -0.022957 -0.0384 -0.008435 0.022124 0.019681 0.001252 0.014179 0.022267 -0.026502 0.013546 -0.008807 -0.033763 -0.000325 0.029373 -0.040959 -0.009004 -0.037938 0.002233 -0.00993 -0.013597 -0.022579 0.035316 -0.014532 -0.010758 -0.021019 -0.019266 -0.051354 0.002341 -0.049724 -0.011113 0.007235 0.010978 0.024234 -0.003758 0.026687\nม 0.024385 0.000914 -0.040811 0.022207 0.013263 0.031845 0.007146 0.000375 -0.022408 -0.026565 0.022836 0.004394 -0.004543 -0.017153 0.025843 -0.002223 0.007434 -0.020532 -0.008603 -0.038632 -0.015571 0.005989 0.005412 0.012491 0.001876 0.011632 -0.016008 -0.006499 -0.013768 -0.022633 0.015999 -0.025187 -0.016013 -0.032356 -0.000832 0.017835 -0.031095 0.033229 0.007221 0.014343 -0.028995 0.009563 0.000726 -0.0055 -0.022623 -0.020718 0.031451 0.003529 0.002476 0.007639 0.002541 0.041516 0.029012 -0.030315 0.034095 0.00525 -0.002048 0.020599 -0.01294 0.020813 -0.025199 -0.027157 -0.001026 -0.014866 0.009126 0.016885 0.028301 -0.012699 0.037507 0.014474 -0.044518 -0.007685 0.020579 0.011127 -0.049645 0.005889 -0.026929 0.01986 -0.029958 -0.013127 0.011822 -0.004413 0.001029 0.011223 -0.017686 -0.042026 -0.00171 -0.002228 -0.015669 0.000178 -0.005235 0.021678 0.010715 -0.012599 0.014139 -0.004555 0.003871 -0.033181 0.004363 -0.000275 -0.016481 0.005848 -0.000501 -0.021211 0.01392 -0.00167 -0.010532 0.008188 0.027253 -0.002982 0.045034 0.017471 0.02572 -0.013412 0.006657 0.00067 -0.002478 0.001024 -0.004559 -0.036948 0.01702 0.002687 0.035286 0.023433 0.03519 0.009284 -0.013183 -0.013447 -0.004159 -0.013913 -0.010085 -0.005314 -0.015291 0.02619 -0.017912 0.012421 -0.029904 -0.00231 0.007469 0.039314 0.000614 -0.008191 0.004089 0.020817 -0.032765 -0.041825 0.040866 0.006144 0.000447 -0.037409 0.001363 0.004373 0.032412 0.021163 0.000599 0.007676 0.004276 -0.025354 0.010301 -0.023732 -0.013471 0.009738 0.021566 0.012752 -0.010017 -0.010568 0.019358 -0.016125 0.020442 0.015963 -0.022213 -0.018038 -0.008391 0.027123 -0.019872 -0.020139 -0.002578 -0.003078 -0.034553 -0.016427 0.033475 -0.011542 0.008506 -0.010397 -0.008519 -0.010859 0.005805 0.017935 -0.048222 0.001026 0.011663 0.026595 -0.03236 -0.030169 0.007443 0.032658 -0.015503 0.008431 0.00213 0.001543 -0.029914 -0.028597 0.01262 0.022372 0.021115 0.01674 0.005918 -0.003752 -0.000425 0.031448 -0.018223 0.000385 -0.006629 0.016305 0.001351 0.055995 0.003684 -0.020294 0.007395 -0.002352 0.00061 0.009944 0.001481 0.005645 -0.023428 -0.001947 -0.000633 0.014144 -0.003311 -0.02531 -0.007285 0.000907 -0.002576 -0.021157 -0.028675 -0.003415 -0.009986 -0.03175 0.0219 0.024266 0.006659 0.026485 -0.025657 0.011827 0.003345 -0.00252 0.029653 -0.00396 0.03202 0.050087 0.016836 0.002943 -0.005111 -0.038089 -0.02581 -0.015803 -0.000436 0.024186 -0.025594 -0.015307 0.007116 -0.010477 0.024732 -0.021346 -0.023018 -0.024862 -0.027753 -0.011591 0.005601 -0.000916 0.017602 -0.000671 0.009665 0.00056 0.01007 -0.001679 0.001445 0.011795 0.038813 -0.043869 0.000727 -0.007078 0.011654 0.012448 -0.01743 -0.005932 0.018872 -0.006871 -0.020577 -0.012183 0.008875 -0.037373 0.007947 -0.058565 -0.010228 0.010245 0.007964 0.013905 0.01916 -0.001177\nত 0.03062 0.000701 -0.043944 0.009952 0.005758 0.035141 0.001335 -0.018216 -0.007321 -0.031596 0.038696 0.008247 -0.012137 -0.018569 0.029012 -0.002798 0.006197 -0.016451 -0.011856 -0.060039 -0.008132 -0.001851 0.003274 0.014509 0.004355 0.012388 -0.003272 -0.012125 -0.016216 -0.022024 0.017769 -0.027166 -0.013369 -0.030676 0.002342 0.011877 -0.031298 0.041049 0.013054 0.021181 -0.029728 -0.002275 0.001022 0.005631 -0.026939 -0.015099 0.021867 -0.006974 -0.005474 0.005232 -0.011363 0.03911 0.024714 -0.023082 0.02507 0.00292 -0.008198 0.022742 -0.010376 0.02241 -0.024849 -0.021998 -0.007051 -0.017803 0.004058 0.018024 0.02904 0.006957 0.034634 0.011064 -0.043568 -0.00595 0.008638 0.013376 -0.034518 -0.009222 -0.022857 0.017087 -0.037225 -0.017358 0.011689 -0.005563 -0.008583 0.004158 -0.027522 -0.035993 -0.010875 0.002333 -0.016064 -0.005016 -0.013889 0.021592 0.011565 -0.016994 0.017116 -0.00505 -0.001418 -0.0276 0.002607 -0.006637 -0.018877 0.014292 0.000902 -0.032123 0.020291 -0.000838 -0.019108 0.018583 0.031226 -0.007924 0.037753 0.024388 0.013652 -0.012397 0.002615 -0.00519 -0.009028 -0.007762 -0.016044 -0.034906 0.03335 0.004399 0.032907 0.023651 0.025486 0.007307 -0.007011 -0.004468 -0.010128 -0.023449 -0.010129 0.005113 -0.015232 0.031585 -0.001828 0.00837 -0.027325 0.015509 0.002613 0.03997 -0.004391 -0.006435 0.009589 0.016488 -0.038592 -0.039006 0.046253 0.026568 0.003416 -0.045198 0.002457 0.013299 0.022926 0.015478 -0.002078 7.9e-05 0.014284 -0.024461 0.009797 -0.013453 -0.03186 0.011379 0.013779 0.013934 -0.012254 -0.016168 0.015766 -0.022648 0.020353 0.015954 -0.029581 -0.005326 -0.011317 0.031548 -0.016879 -0.017389 -0.001334 -0.002935 -0.032249 -0.021871 0.027119 -0.012602 0.01024 -0.022763 -0.007867 -0.017595 0.010297 0.025223 -0.039847 -0.005895 0.020487 0.025326 -0.032252 -0.021989 0.000365 0.022249 -0.008026 0.014435 -5.7e-05 -0.006417 -0.032537 -0.034466 0.017861 0.02601 0.017837 0.003733 0.013622 -0.009832 -0.003868 0.029555 -0.017561 -0.00989 -0.003724 0.007832 -0.007277 0.05325 0.016198 -0.027388 0.018194 0.010443 0.003441 0.002579 -0.000514 0.00136 -0.027772 -0.002816 0.003406 0.015139 -0.001099 -0.010072 -0.008737 -0.001675 0.000148 -0.026335 -0.031718 -0.012619 -0.002713 -0.028396 0.025863 0.012207 0.000477 0.019935 -0.018824 0.017907 -0.004131 -0.000654 0.025735 0.00055 0.026685 0.043309 0.006981 0.002896 0.012252 -0.03292 -0.026756 -0.025683 -0.021541 0.018868 -0.021029 -0.002934 -0.001405 -0.003124 0.021692 -0.021042 -0.033383 -0.012833 -0.013544 -0.021166 0.000774 0.008004 0.015894 0.004752 0.01801 -0.002178 0.009638 -0.006575 0.007088 0.011244 0.053941 -0.042647 -0.004517 -0.004618 0.024075 0.025287 -0.019267 -0.007685 0.02619 -0.008266 -0.018168 -0.005407 0.011531 -0.028618 0.016661 -0.062333 -0.008512 0.006658 0.011495 0.015076 0.016857 0.005992\nª 0.036536 -0.006972 -0.0341 0.062886 0.033285 0.041492 0.003001 0.001901 -0.018387 -0.002399 0.034938 0.007803 -0.021646 -0.041551 0.050121 -0.022788 -0.002991 -0.025709 -0.033011 -0.036272 -0.018728 -0.005735 -5.1e-05 0.019919 0.01227 0.027718 -0.005588 -0.012321 0.011691 -0.016344 0.021176 -0.027268 -0.013388 -0.045607 0.022229 0.018 -0.063182 0.037085 0.021721 0.002887 -0.049607 -0.002668 -0.017027 0.000685 -0.032533 -0.043518 0.040893 0.002186 -0.003028 -0.007729 0.009359 0.06888 0.040334 -0.054375 0.052639 0.018836 0.003816 0.032048 -0.022924 0.028255 -0.023772 -0.028686 -0.033541 -0.010014 0.011052 0.006622 0.030784 -0.028295 0.01811 0.000244 -0.067323 0.009958 0.001134 0.011217 -0.05157 -0.01714 -0.041957 0.046298 0.003609 -0.013635 -0.010976 0.005959 0.009504 0.020611 -0.036552 -0.058466 -0.00239 0.006773 -0.009683 0.010795 -0.004049 0.040367 -0.005435 -0.006262 0.003291 0.004079 -0.001243 -0.038354 -0.001961 -0.01823 -0.012977 0.004644 0.001974 -0.031676 0.004081 -0.011034 -0.03 0.007351 0.030754 -0.008587 0.058349 -0.019285 0.043154 -0.033211 0.01951 -0.004234 -0.012606 0.006911 -0.022819 -0.033881 0.013617 -0.02623 0.044034 0.026495 0.022099 0.005279 -0.006549 -0.014874 0.006756 -0.023226 -0.005631 -0.029522 -0.032003 0.036143 -0.028832 0.038134 -0.051079 0.022426 0.009756 0.062373 0.006239 -0.033948 0.012028 0.023564 -0.032462 -0.040281 0.070945 -0.025483 -0.002198 -0.060253 -0.022711 0.028684 0.045106 0.042514 -0.022222 0.01707 -0.004461 -0.048979 0.025134 -0.020289 -0.029815 -0.009664 0.030719 0.02255 0.009164 -0.011729 0.02302 -0.021867 0.030374 0.043769 -0.037783 -0.003593 -0.028284 0.016738 -0.003067 -0.035882 -0.034945 -0.012319 -0.03395 -0.010054 0.046132 -0.01352 -0.007856 -0.004195 -0.016511 -0.016266 -0.022722 0.00246 -0.086641 -0.023253 0.019081 0.061195 -0.054248 -0.059062 -0.00558 0.022938 -0.009678 -0.025383 -0.000689 0.007551 -0.035522 -0.03253 0.009222 0.033573 0.014227 0.014972 0.002721 -0.025195 -0.008742 0.03494 -0.034308 -0.015165 0.006843 0.022081 -0.007709 0.081542 0.004328 -0.081724 0.007431 0.017592 -0.004062 0.031854 -0.010094 -0.003447 -0.029108 -0.017341 -0.022845 0.02645 0.007662 -0.030336 -0.001295 0.003538 -0.02476 -0.035755 -0.014905 -0.005065 -0.009846 -0.044299 0.008677 0.036313 0.019337 0.014304 0.000732 0.027854 0.009271 -0.001157 0.040159 -0.02286 0.068174 0.070379 0.03124 0.001047 0.00819 -0.053424 -0.035131 -0.012643 -4.4e-05 -0.007983 -0.034914 -0.029232 0.021684 -0.004112 0.04006 -0.017942 -0.028224 -0.018189 -0.004272 -0.054719 0.008879 -0.012122 0.036363 0.013696 0.002635 -0.006135 0.02412 -0.03147 0.018606 0.025714 0.038069 -0.063706 0.003066 -0.015811 0.005189 0.015819 -0.014414 0.024957 -0.016268 -0.037484 -0.054738 -0.026954 -0.002801 -0.033018 0.01372 -0.073355 -0.004073 0.006023 0.014844 0.015701 0.027854 0.001305\nဵ 0.060732 0.02267 -0.059482 0.027885 0.06339 0.076447 0.001263 -0.011939 -0.017645 -0.07415 0.033025 0.058916 -0.009773 -0.049044 0.062784 -0.01397 -0.022996 -0.048265 -0.010317 -0.059937 -0.043726 0.003389 -0.014486 -0.011491 0.019008 0.02547 -0.042048 -0.000198 0.010627 -0.063979 0.021237 -0.058768 -0.05189 -0.049964 0.00136 0.009482 -0.032346 0.085758 0.007251 0.018163 -0.069446 0.017137 0.005608 0.005356 -0.055168 -0.02399 0.054319 -0.033358 -0.020143 0.07036 -0.008539 0.070912 0.057857 -0.065863 0.076518 0.002911 0.000936 0.027229 -0.003582 0.030353 -0.053377 -0.034862 -0.005235 -0.019798 0.049061 0.012749 0.065189 -0.017203 0.061163 0.037881 -0.096538 -0.01004 0.030049 0.053625 -0.066913 0.013417 -0.054664 0.009961 -0.078273 -0.02584 0.02108 -0.018383 -0.003847 0.014682 -0.054388 -0.074151 0.02254 0.008487 0.004316 -0.004 -0.013324 0.022655 0.027218 -0.017857 -0.020546 -0.008052 0.009847 -0.079194 -0.034877 -0.022471 -0.023648 0.016254 0.01209 -0.0322 0.041494 -0.000943 -0.043271 0.022893 0.044133 -0.006009 0.071574 0.041251 0.035395 0.020456 -0.009943 -0.001262 -0.048396 0.012086 -0.064056 -0.032896 0.028694 -0.007698 0.05021 0.059767 0.059279 -0.019771 -0.032051 0.007365 -0.015515 -0.018653 -0.043715 0.016234 0.001083 0.077209 -0.01823 0.032323 -0.06443 0.048794 0.006053 0.075227 -0.004806 0.024702 0.050427 0.030558 -0.058091 -0.070447 0.088804 0.019835 0.002179 -0.084563 0.023565 0.032757 0.046179 0.016198 0.01389 0.016307 -0.002615 -0.022702 0.029095 -0.040519 -0.032608 0.021154 0.06396 -0.02906 -0.038649 -0.02947 0.010676 -0.031767 0.020683 0.06645 -0.053284 -0.042646 -0.039873 0.066093 0.009955 -0.05534 0.028648 -0.005424 -0.064347 -0.019354 0.040021 0.010822 0.0168 0.005344 -0.027088 -0.031505 0.022022 0.03877 -0.066628 0.012874 0.026421 0.056263 -0.050292 -0.034876 -0.006161 0.119186 -0.079923 0.029292 0.022372 0.004075 -0.071458 -0.04824 0.007493 0.040299 0.033528 0.045769 0.065004 -0.012264 -0.029995 0.058765 -0.038678 -0.00377 0.000554 0.00671 -0.014626 0.056201 0.023278 -0.013867 0.008289 0.023062 -0.006871 -0.008333 0.02934 -0.001441 -0.071707 0.027083 -0.011039 -0.002569 -0.035931 -0.01564 -0.015697 -0.018552 -0.014172 -0.045904 -0.056841 -0.006268 -0.026008 -0.02132 0.037608 0.022368 -0.01235 0.048522 -0.042431 0.024738 -0.002702 -0.020929 0.05673 -0.006444 0.038458 0.074188 0.041098 0.045428 -0.012917 -0.045005 -0.042313 -0.019843 -0.002499 0.020039 -0.054985 -0.000352 0.003761 -0.033172 0.055791 -0.04122 -0.024049 -0.050185 -0.059507 0.003454 0.014911 0.010181 0.023566 0.001007 0.03915 -0.001625 0.023053 0.060397 0.042872 0.037621 0.063455 -0.098841 0.005149 -0.01139 0.044901 0.037967 -0.019505 -0.015075 0.046639 -0.046311 -0.020181 -0.054091 -0.001315 -0.066102 0.00339 -0.094575 -0.025528 0.00484 0.022759 0.021989 0.020565 0.024087\nਹ 0.031978 0.01464 -0.07038 0.002674 0.013171 0.037207 0.011571 -0.031153 -0.027316 -0.041031 0.049147 0.010453 -0.006575 -0.01551 0.048963 -0.015899 0.012776 -0.008111 -0.019325 -0.054466 -0.021431 0.00293 0.005819 0.011078 -0.005297 0.007496 -0.011354 -0.014393 0.002618 -0.038996 0.017896 -0.045824 -0.022951 -0.03578 0.009302 0.022393 -0.036765 0.055782 0.000867 0.017449 -0.042867 0.020788 0.008208 -0.003857 -0.029001 -0.011721 0.058708 -0.008393 -0.001391 0.008264 -0.003671 0.049961 0.042426 -0.016242 0.044053 0.002923 -0.013454 0.018869 -0.004637 0.024882 -0.049114 -0.0483 0.004338 -0.007929 0.021422 0.038809 0.050852 0.000439 0.03815 0.020983 -0.068687 -0.003241 0.033446 0.028876 -0.054595 0.011299 -0.043252 0.032635 -0.04591 -0.016052 0.009875 -0.017791 0.003531 -0.003253 -0.027048 -0.04823 0.014777 -0.026415 0.002784 -0.003537 -0.011939 0.016944 0.034359 0.0017 0.02946 0.001848 -0.001405 -0.051237 0.002648 -0.014557 -0.041721 0.010724 0.010659 -0.032397 0.022695 -0.005786 -0.035848 0.019832 0.054276 0.007183 0.051513 0.026013 0.039902 -0.026104 -0.003073 -0.013692 -0.001424 0.004934 -0.020807 -0.031404 0.032419 0.010222 0.051923 0.032614 0.032837 0.017104 -0.015316 0.000629 -0.021013 -0.015681 -0.008951 -0.003405 -0.01079 0.05123 -0.028184 0.01107 -0.034807 0.01841 0.027887 0.0421 0.002293 -0.009163 0.022526 0.017172 -0.045518 -0.051261 0.06226 0.021222 0.001056 -0.035786 0.013658 0.013204 0.040594 0.02266 0.008119 0.006259 0.007151 -0.022991 0.021281 -0.035336 -0.031481 -0.000298 0.039926 0.017935 -0.019149 -0.011894 0.026458 -0.013514 0.027871 0.019324 -0.036838 -0.031354 -0.004709 0.035151 -0.021107 -0.032204 -0.023092 -0.005668 -0.054277 -0.022271 0.033018 -0.021272 0.012989 -0.024458 -0.003935 -0.021023 0.011929 0.017231 -0.04788 0.007787 0.031524 0.032854 -0.024678 -0.014755 -0.010889 0.057239 -0.037581 0.022501 0.010877 0.007898 -0.034366 -0.037211 0.010084 0.027772 0.037281 0.017166 0.018298 -0.019905 -0.008576 0.053298 -0.006576 -0.006831 0.009209 0.002272 -0.002345 0.06418 0.024019 -0.014667 0.030549 -0.015434 -0.01232 -0.002459 0.000348 -0.001769 -0.030968 0.001653 -0.004021 0.019221 -0.01888 -0.03747 -0.001054 -0.006112 -0.00729 -0.011228 -0.045909 -0.012631 -0.012687 -0.045887 0.024702 0.016808 -0.004409 0.010433 -0.034426 0.01574 -0.001204 0.005097 0.035906 -0.009431 0.058778 0.061087 0.020254 0.024814 -0.0126 -0.037877 -0.028958 -0.028945 -0.008901 0.054797 -0.040775 -0.029432 0.007942 -0.029549 0.037321 -0.028511 -0.050628 -0.027243 -0.049086 -0.013877 0.007162 0.009527 0.018552 0.021031 0.019391 -0.00493 0.012471 -0.007576 0.000196 0.024889 0.054543 -0.067844 -0.000234 -0.027817 0.012616 0.025184 -0.013779 -0.011034 0.037831 -0.006291 -0.030611 -0.015666 -0.002807 -0.037491 0.012026 -0.087896 -0.006328 0.005491 0.029516 0.005571 0.009159 0.009658\nஸ 0.01507 0.008629 -0.05605 0.036293 0.013921 0.035256 0.007686 0.016431 -0.033628 -0.040147 0.038401 0.024994 0.019869 -0.040287 0.027863 0.000526 0.015565 -0.014546 -0.002143 -0.048875 -0.008577 -0.011767 0.015512 0.013719 0.005601 0.00919 -0.01796 -0.012027 -0.009036 -0.046792 0.025223 -0.037472 -0.028952 -0.073763 0.021734 0.0004 -0.048502 0.04622 0.018436 0.008308 -0.031326 0.021779 0.01522 0.005421 -0.070848 -0.036628 0.01478 -0.000697 -0.004537 0.0286 0.018295 0.071807 0.058309 -0.035184 0.050973 -0.010629 -0.02494 0.019218 -0.012504 0.01302 -0.03825 -0.030735 -0.010157 -0.000309 0.00688 0.01609 0.049238 -0.038546 0.045944 0.005529 -0.049284 0.005299 0.014749 0.011135 -0.049565 0.024264 -0.040566 0.031981 -0.04546 -0.004056 0.03796 -0.014994 0.025001 0.016502 -0.026705 -0.081184 0.011349 -0.016129 -0.043006 0.018167 -0.025609 0.022956 0.014583 -0.019102 0.020375 0.015603 0.008751 -0.059692 0.006549 -0.006742 0.000314 -0.004243 0.014221 -0.044906 0.016491 -0.002953 -0.015646 -0.017919 0.0318 -0.016921 0.055764 0.017329 0.026524 -0.032705 -0.011192 0.002778 -0.005325 -0.032936 -0.034958 -0.04923 0.046824 0.004084 0.040626 0.003944 0.041955 0.021719 -0.007621 -0.016671 -0.007428 -0.006044 -0.035383 -0.013294 -0.015083 0.035205 -0.025539 0.001334 -0.040967 -0.008302 0.028169 0.068958 0.007682 -0.00507 0.0184 0.04456 -0.049631 -0.059707 0.056538 -0.018753 0.006355 -0.064345 -0.020263 0.022306 0.037382 0.045846 0.015569 0.002811 -0.004528 -0.039872 0.025571 -0.040138 -0.016869 0.036553 0.032647 0.019801 -0.015944 -0.017609 0.043711 -0.006221 0.020573 0.030332 -0.044504 -0.019572 -0.003205 0.047015 -0.039511 -0.035509 -0.027701 -0.011153 -0.045454 -0.01984 0.05664 0.002225 -0.002139 -0.000798 -0.017296 -0.009823 -0.00191 -0.000686 -0.058995 0.010482 0.027698 0.025106 -0.039166 -0.058157 0.015329 0.060144 -0.030864 0.010219 -0.001327 0.0163 -0.030742 -0.060242 0.014449 0.035657 -0.005076 0.028428 -0.000619 1e-05 -0.018963 0.062088 -0.053715 -0.01004 -0.016212 0.015694 -0.00647 0.09127 0.015782 -0.016196 0.034885 -0.007776 -0.02738 0.021487 -0.021171 0.027721 -0.008992 -0.00798 -0.005032 0.04151 -0.025762 -0.026562 -0.012434 0.007377 -0.032192 -0.046151 -0.054803 0.005019 -0.0332 -0.021249 0.022589 0.028438 0.004932 0.036877 -0.021528 0.018259 0.018549 -0.009289 0.037838 -0.006181 0.058814 0.081228 0.037142 -0.000314 0.002532 -0.043896 -0.055625 -0.033484 0.011297 0.000965 -0.032181 -0.019207 0.016559 -0.028622 0.060163 -0.032902 -0.038696 -0.019762 -0.054873 -0.018144 0.010925 -0.009416 0.03524 -0.005435 -0.008452 0.003293 0.009428 0.017416 -0.018775 0.026483 0.050055 -0.072526 0.003548 -0.025308 0.03429 0.030467 0.003039 0.001162 0.002967 -0.008256 -0.033644 -0.030355 0.017152 -0.044786 0.017097 -0.054584 -0.01815 0.015288 0.027723 0.031705 0.004772 0.011943\nн 0.038836 0.006301 -0.051267 0.022314 0.015414 0.036062 0.005357 -0.001133 -0.016613 -0.032027 0.042461 0.012411 -0.011411 -0.030388 0.037937 -0.012931 0.006223 -0.024888 -0.014225 -0.048123 -0.014501 0.001422 0.007273 0.014492 0.005646 0.024322 -0.008253 -0.012454 -0.017987 -0.027442 0.020935 -0.037949 -0.016481 -0.0418 0.011553 0.017008 -0.045535 0.043835 0.006198 0.019616 -0.034631 0.013378 0.003258 0.00284 -0.03005 -0.026318 0.038657 -0.002067 -0.004954 0.020056 0.013325 0.056605 0.034087 -0.036813 0.043357 0.012675 -0.000595 0.022926 -0.008794 0.028281 -0.032604 -0.02816 -0.008381 -0.019077 0.017244 0.022671 0.036136 -0.015306 0.029544 0.017964 -0.053063 -0.007795 0.0219 0.016123 -0.054826 0.001175 -0.036061 0.032013 -0.029938 -0.013735 0.015618 -0.001677 0.000166 0.02459 -0.023807 -0.055672 0.003392 0.003235 -0.025922 -0.004302 -0.010076 0.025787 0.006397 -0.018238 0.016936 -0.00697 0.002217 -0.039619 -0.002703 -0.00648 -0.018266 -0.001911 -0.002298 -0.03135 0.019208 0.000588 -0.015728 0.011342 0.039297 -0.00316 0.050854 0.025035 0.022069 -0.011822 0.014161 0.006715 -0.014439 0.001108 -0.014339 -0.043334 0.023773 0.005231 0.041998 0.029308 0.033044 0.007908 -0.009321 -0.025279 -0.012744 -0.019504 -0.019408 -0.004015 -0.013488 0.028983 -0.024166 0.013742 -0.026603 0.009293 0.010913 0.0448 -0.004525 -0.014679 0.013215 0.030259 -0.03621 -0.05381 0.045587 0.007966 0.005252 -0.04268 0.004367 0.003908 0.033755 0.029354 -0.009106 0.001019 -0.001591 -0.024261 0.018216 -0.02003 -0.020764 0.01987 0.017966 0.017101 -0.020748 -0.00801 0.024467 -0.024784 0.017443 0.023544 -0.027096 -0.026232 -0.01182 0.037731 -0.018537 -0.02995 -0.007953 -0.006643 -0.039854 -0.028264 0.036224 -0.010464 0.004966 -0.010511 -0.009377 -0.019738 0.003582 0.020283 -0.063549 0.006971 0.024991 0.02922 -0.030608 -0.041272 0.008467 0.041386 -0.014784 0.018375 0.004647 0.005939 -0.043953 -0.038734 0.014463 0.027905 0.017898 0.017574 0.00981 -0.01425 0.000601 0.039334 -0.027097 -0.005673 -0.007317 0.019891 -0.002768 0.073656 0.003179 -0.026658 0.00719 -0.007689 -0.009896 0.011039 -0.009601 0.006264 -0.01849 -0.007806 -0.000702 0.021845 -0.012034 -0.026825 -0.00824 -0.000149 -0.005538 -0.031927 -0.041129 -0.004267 -0.006158 -0.040858 0.031169 0.026924 0.005797 0.024349 -0.02455 0.016421 0.007441 -0.01121 0.05 -0.007032 0.045554 0.055873 0.031331 0.004631 0.007123 -0.046929 -0.044381 -0.021217 -0.004031 0.025651 -0.029467 -0.011101 0.003803 -0.009248 0.029541 -0.028977 -0.028151 -0.021715 -0.033459 -0.022138 0.00797 -0.000738 0.013892 -0.004007 0.008266 -0.005509 0.01427 0.008582 0.003578 0.011021 0.040917 -0.053221 -0.003238 -0.023518 0.016264 0.014487 -0.021186 0.000659 0.019198 -0.013905 -0.02078 -0.017448 0.007705 -0.042409 0.008753 -0.065931 -0.012472 0.013295 0.014987 0.018645 0.019172 0.003813\nּ 0.046319 0.01182 -0.076792 0.037216 0.018133 0.05857 0.014559 -0.001626 -0.02959 -0.046968 0.042987 0.01941 -0.007758 -0.054193 0.054574 -0.013138 0.012386 -0.03565 -0.019904 -0.074923 -0.023092 -2.5e-05 0.012416 0.019564 0.004666 0.035059 -0.007387 -0.009493 -0.014009 -0.032041 0.028493 -0.046601 -0.026198 -0.064208 0.011225 0.020721 -0.058568 0.060702 0.013028 0.036059 -0.044268 0.009597 0.002312 0.008822 -0.039234 -0.046373 0.055817 -0.003939 -0.003622 0.03154 0.004186 0.085303 0.062078 -0.052584 0.065901 0.011805 -0.012146 0.032687 -0.020823 0.039256 -0.038572 -0.047951 -0.01138 -0.017572 0.025421 0.022597 0.058786 -0.016327 0.051865 0.022909 -0.067436 -0.008189 0.031823 0.02672 -0.074931 0.005594 -0.042181 0.037176 -0.038062 -0.020248 0.019387 0.001483 -0.002407 0.023975 -0.038794 -0.076036 0.00786 -0.009239 -0.029389 -0.012141 -0.017057 0.040904 0.004909 -0.032021 0.012797 -0.01727 -0.001631 -0.057893 -0.000877 -0.013564 -0.026843 0.000375 0.002589 -0.045173 0.020825 -0.010991 -0.020341 0.013192 0.054093 -0.001837 0.063095 0.027118 0.030844 -0.021891 0.016823 0.008974 -0.022734 0.005477 -0.019574 -0.062411 0.029476 -5.5e-05 0.062561 0.03847 0.051165 0.00962 -0.016947 -0.025125 -0.020827 -0.026616 -0.032287 0.003735 -0.023093 0.040685 -0.034733 0.022925 -0.036937 0.012838 0.007388 0.071894 -0.003836 -0.02079 0.025052 0.041334 -0.056719 -0.067211 0.065114 0.004422 0.004121 -0.053667 0.005406 0.020052 0.048917 0.040709 -0.007826 0.011163 -0.001181 -0.030872 0.02111 -0.032641 -0.026671 0.024806 0.032266 0.013188 -0.021751 -0.018414 0.03195 -0.040049 0.030742 0.0439 -0.046213 -0.034581 -0.019639 0.052988 -0.027084 -0.043229 -0.01916 -0.010132 -0.050594 -0.033253 0.053766 -0.008238 0.007974 -0.010571 -0.016702 -0.0283 0.003574 0.032021 -0.094033 0.007806 0.019331 0.039304 -0.048963 -0.062434 -0.003744 0.059261 -0.030395 0.016357 -0.000148 0.004352 -0.06068 -0.056504 0.021555 0.040344 0.030514 0.019922 0.02305 -0.009054 -0.017607 0.058548 -0.042036 -0.010324 -0.013472 0.023104 0.006205 0.103998 0.004621 -0.030976 0.003668 0.003271 -0.008612 0.022273 -0.010913 0.00706 -0.038864 5.5e-05 0.000699 0.018638 -0.021244 -0.023168 -0.002524 0.002615 -0.011192 -0.043475 -0.054929 -0.003284 -0.024193 -0.045876 0.050073 0.041182 0.013661 0.042429 -0.02841 0.024244 0.014883 -0.02952 0.063125 -0.014713 0.059826 0.078636 0.044168 0.017667 0.012097 -0.07396 -0.04857 -0.028891 -0.001128 0.034193 -0.031285 -0.024247 0.015232 -0.009383 0.046173 -0.034192 -0.052671 -0.029934 -0.047721 -0.019481 0.011354 -0.000852 0.03497 -0.003712 0.016309 -0.007495 0.028279 0.009297 0.010087 0.033357 0.068559 -0.077586 -0.009153 -0.028101 0.025814 0.030505 -0.036558 0.00012 0.029246 -0.021915 -0.030262 -0.02811 0.021708 -0.064868 0.019715 -0.095219 -0.01282 0.013051 0.020748 0.016965 0.036803 0.006578\nʾ 0.022868 0.002079 -0.046068 0.023346 0.012457 0.021742 0.00422 0.001578 -0.022113 -0.022473 0.035089 0.006452 -0.023132 -0.021563 0.024507 -0.010284 0.006194 -0.021566 -0.004456 -0.032155 -0.016402 0.004555 0.004012 0.015836 0.011533 0.012169 -0.006297 -0.009617 -0.009008 -0.025901 0.024275 -0.026618 -0.025667 -0.034046 0.018175 0.016779 -0.041783 0.03425 0.004899 0.0148 -0.025454 0.007521 -0.006853 0.004752 -0.016483 -0.023461 0.03087 0.00475 0.007288 0.00683 0.023087 0.043837 0.038727 -0.032994 0.043044 0.006156 -0.005696 0.026784 -0.021582 0.018996 -0.023647 -0.022497 -0.011376 -0.017622 0.012282 0.017618 0.033918 -0.016553 0.022139 0.014991 -0.051463 -0.001836 0.027425 0.00925 -0.046945 0.00171 -0.033854 0.025512 -0.011603 -0.013139 0.010645 0.001544 -0.000509 0.019713 -0.026891 -0.041707 0.007765 -0.004444 -0.006232 -0.005756 -0.007095 0.020573 0.003935 -0.003693 0.006742 -0.013838 0.006734 -0.039245 0.000883 -0.005789 -0.012591 -0.002965 -0.005147 -0.032116 0.012045 -0.010024 -0.012741 0.01433 0.033862 -0.00185 0.049779 0.016114 0.018954 -0.014825 0.009313 0.004498 -0.007249 0.01007 -0.008333 -0.041056 0.014082 -0.008906 0.038279 0.018204 0.025708 -0.000348 0.00637 -0.013867 -0.006537 -0.01539 -0.015332 -0.013109 -0.020709 0.02659 -0.021949 0.02242 -0.02563 0.002441 0.002629 0.039237 -0.003219 -0.012794 0.012621 0.025209 -0.028803 -0.051203 0.041258 0.00945 0.002399 -0.044103 0.006994 0.007469 0.027387 0.02683 0.000694 0.013231 -0.003823 -0.024337 0.014187 -0.018797 -0.012108 0.019657 0.021286 0.014892 -0.015262 -0.015789 0.008406 -0.016402 0.02938 0.015076 -0.030321 -0.023627 -0.008463 0.034687 -0.01438 -0.028036 -0.017833 -0.008997 -0.026962 -0.018605 0.020763 -0.016142 -0.003125 -0.018445 -0.01065 -0.016556 0.008253 0.01999 -0.056442 -0.00432 0.004836 0.031816 -0.042531 -0.037107 0.003981 0.030967 -0.01549 0.01161 -0.002263 0.005753 -0.029996 -0.024214 0.015016 0.021911 0.011601 0.012982 0.017705 -0.01709 -0.001307 0.033415 -0.014457 0.001876 0.003887 0.018795 -0.00318 0.059622 0.001905 -0.025752 -0.003827 -0.002139 -0.014816 0.00988 -0.009067 0.006745 -0.017319 -0.005367 -0.001107 0.013548 -0.008277 -0.034714 -0.00239 -0.000222 -0.008716 -0.015187 -0.030389 0.004801 -0.010273 -0.039585 0.014301 0.02942 0.006056 0.029708 -0.019058 0.005793 0.004582 -6.6e-05 0.046763 -0.011547 0.032837 0.057748 0.021989 0.003462 0.010016 -0.036965 -0.034671 -0.027115 -0.006598 0.014909 -0.03224 -0.022058 0.002489 -0.008584 0.028275 -0.020741 -0.025623 -0.025906 -0.033378 -0.01981 0.004477 -0.00152 0.020003 -0.008783 0.011273 0.001476 0.006045 -0.004012 -0.002409 0.016229 0.038945 -0.040711 -0.001487 -0.009542 0.010463 0.014386 -0.019316 -0.00067 0.010873 -0.008666 -0.015612 -0.011381 0.010809 -0.03579 0.00494 -0.059875 -0.009807 0.010724 0.016902 0.017263 0.021605 0.001616\nṁ 0.011497 0.006936 -0.051711 0.016278 0.011159 0.038719 0.004865 0.001409 -0.014788 -0.017952 0.030048 0.007282 -0.009669 -0.023388 0.003313 0.005012 0.007083 -0.005921 -0.01542 -0.035982 -0.00588 0.008874 -0.00404 0.007051 0.008225 0.005394 -0.018033 -0.006232 -0.010447 -0.031849 0.021764 -0.018355 -0.01317 -0.039233 0.011303 0.015887 -0.035818 0.029372 0.009045 0.020639 -0.033808 0.010413 0.00999 -0.009619 -0.022867 -0.023945 0.033543 0.003254 0.002135 0.010446 0.010926 0.039102 0.030023 -0.027313 0.0401 0.007405 -0.007095 0.017908 0.00465 0.00533 -0.022132 -0.015199 -0.010527 0.00199 -0.003701 0.010409 0.035172 -0.012581 0.025552 0.021613 -0.043448 -0.008719 0.021848 0.019259 -0.044433 -0.004755 -0.021998 0.018722 -0.02731 -0.022933 0.007938 0.006307 0.009601 0.013407 -0.013282 -0.045986 0.006235 -0.006846 -0.014055 -0.010367 -0.00175 0.011092 0.005296 -0.019649 0.003622 -0.006941 0.003634 -0.032179 -0.000896 -0.002561 -0.010845 -0.006797 -0.007145 -0.017803 0.010717 -0.008159 -0.015791 0.018249 0.022528 -0.002458 0.036163 0.023869 0.019526 -0.02066 8.8e-05 0.001494 -0.001554 0.008217 -0.018297 -0.036225 0.024845 -0.000461 0.046237 0.024702 0.026708 0.009078 -0.003908 -0.01371 -0.011344 -0.021076 -0.003709 0.003495 -0.025578 0.024487 -0.013918 0.012231 -0.033285 0.003656 0.001392 0.038837 -0.011088 -0.017487 0.014282 0.030674 -0.028039 -0.049729 0.039624 0.00919 0.005234 -0.059259 -0.004362 0.007858 0.041572 0.017283 0.00042 0.004703 3.4e-05 -0.015869 0.007382 -0.013236 -0.013755 0.011246 0.012251 0.024155 -0.014246 -0.010396 0.017086 -0.002591 0.014816 0.013083 -0.025939 -0.007137 -0.006923 0.021704 -0.022001 -0.02755 -0.007361 -0.01232 -0.026228 -0.004602 0.024489 -0.017264 -0.002599 0.003629 -0.000233 -0.010758 -0.010413 0.010549 -0.037347 -0.000973 0.023269 0.019043 -0.03644 -0.045981 0.00962 0.030343 -0.00935 0.008943 0.002355 -0.0033 -0.032531 -0.021999 0.009782 0.022199 0.018768 0.003123 0.004215 -0.011164 0.003597 0.039167 -0.0231 0.006447 -0.008041 0.018773 0.005156 0.049146 0.016603 -0.016006 0.010047 0.000183 -0.001103 0.009097 -0.006132 -0.001501 -0.019047 0.003135 0.003798 0.00573 0.004943 -0.011296 -0.00391 0.002388 -0.008118 -0.028385 -0.027035 -0.00427 -0.013295 -0.025003 0.020526 0.019822 0.001432 0.01992 -0.017996 0.007438 -0.000846 0.008573 0.027409 -0.008465 0.015663 0.039202 0.020796 0.00544 0.009353 -0.034408 -0.031363 -0.013202 -0.005178 0.00812 -0.02123 -0.01496 0.006717 -0.008145 0.020871 -0.024049 -0.016017 -0.0189 -0.026383 -0.016634 0.009259 0.014044 0.015133 -0.00734 0.012885 0.000471 -0.009158 -0.003399 -0.011638 0.017545 0.038086 -0.03841 -0.001253 -0.013703 0.001656 0.019133 -0.022255 -0.010157 0.024376 -0.007007 -0.029329 -0.018283 0.005363 -0.038248 0.006305 -0.050353 -0.005135 0.003294 0.01499 0.017314 0.017822 -0.009696\n్ 0.024294 0.002003 -0.047842 0.015397 0.005777 0.038935 -0.00222 -0.003743 -0.017668 -0.017519 0.033955 0.007735 -0.002309 -0.027512 0.030491 0.000661 0.019845 -0.028262 -0.007134 -0.044103 -0.014318 -0.001099 -0.00013 0.006089 0.010373 0.027686 -0.014471 -0.014261 -0.016561 0.001494 0.025804 -0.022923 -0.013183 -0.022351 -0.006449 0.013583 -0.043162 0.030749 0.005096 0.01104 -0.034731 -0.000665 0.013235 0.003304 -0.015584 -0.008312 0.032436 0.009009 0.005356 0.011037 0.001391 0.037514 0.025566 -0.031184 0.036742 -0.002651 -0.003629 0.013203 -0.010285 0.023442 -0.018821 -0.020422 -0.009298 -0.002313 0.016262 0.01517 0.033695 -0.017122 0.02593 0.019885 -0.028665 -0.005946 0.011852 0.017086 -0.044413 -0.005617 -0.018919 0.021687 -0.021862 -0.017546 0.013602 0.002782 -0.002136 0.015158 -0.018173 -0.042778 0.000513 0.000983 -0.014615 0.003178 -0.006865 0.014726 0.00611 -0.010988 0.002712 0.005062 -0.014641 -0.032095 0.008719 -0.007058 -0.007753 0.000657 -0.001916 -0.015569 0.011457 0.00045 -0.015838 -0.002827 0.020052 -0.001655 0.036398 0.025496 0.024565 -0.006661 0.017863 0.000558 -0.001234 -4.6e-05 -0.011773 -0.030458 0.024847 -0.005723 0.03226 0.0268 0.038463 0.004668 -0.009779 -0.01014 -0.004499 -0.012073 -0.020317 0.0016 -0.007815 0.024956 -0.013805 0.013216 -0.024877 0.016311 -0.002497 0.035719 0.003274 -0.013295 0.008621 0.015294 -0.043905 -0.044218 0.03747 0.003133 0.001662 -0.038027 -0.002106 0.00901 0.019237 0.024967 -0.004615 0.008666 -0.003901 -0.022112 0.002433 -0.020242 -0.018265 0.016769 0.025165 -0.000732 -0.009354 -0.004757 0.01551 -0.017998 0.025193 0.012874 -0.032155 -0.030622 -0.009119 0.038262 -0.013515 -0.017176 -0.000988 -0.00509 -0.020681 -0.001913 0.032254 0.00285 0.004715 -0.004359 -0.006008 -0.01516 -0.00089 0.024914 -0.050616 0.001016 0.020222 0.022286 -0.029327 -0.035824 -0.000557 0.033688 -0.009779 0.014966 -0.019845 0.002506 -0.027055 -0.027429 0.015658 0.009842 0.024456 0.011178 0.014811 -0.025493 -0.008767 0.026759 -0.013456 -0.012301 0.001701 0.016673 0.009893 0.048512 0.005007 -0.00662 0.00905 0.009967 0.008802 0.015203 -0.008234 0.005564 -0.020845 0.008093 -0.003868 0.007168 0.009022 -0.019679 -0.014204 0.007936 -0.009501 -0.027458 -0.042595 -0.007526 -0.014529 -0.025819 0.018667 0.016411 0.007197 0.01711 -0.020397 0.020417 0.003872 -0.003633 0.025595 -0.005691 0.042382 0.041542 0.015681 0.010289 -0.0004 -0.034503 -0.020312 -0.01417 -0.002731 0.003339 -0.038429 -0.015637 0.005543 -0.008846 0.025813 -0.010684 -0.031854 -0.018295 -0.026598 -0.015302 0.00836 0.001417 0.023426 -5.1e-05 -0.001543 -0.004513 0.010168 -0.001644 0.011036 0.018812 0.0307 -0.046129 0.001782 -0.022973 0.02222 0.025194 -0.013411 -0.003067 0.005568 -0.01952 -0.019403 0.000186 0.024332 -0.037557 0.002415 -0.051865 -0.02453 0.016261 0.014726 -0.004593 0.017609 0.002884\nّ 0.042488 4.8e-05 -0.063362 0.037189 0.011083 0.041146 0.018228 0.003417 -0.030851 -0.042042 0.035069 0.013117 -0.012367 -0.035056 0.036536 -0.003289 0.017009 -0.028962 -0.013951 -0.05184 -0.020109 0.006257 0.008769 0.018273 0.016294 0.023885 -0.013163 -0.014863 -0.020875 -0.036081 0.030627 -0.041828 -0.022558 -0.054995 0.014305 0.01386 -0.047629 0.056854 0.006101 0.025993 -0.038912 0.015735 -0.004158 -0.001973 -0.031011 -0.038839 0.044215 -0.002727 -0.001434 0.019803 0.006357 0.071368 0.044292 -0.042837 0.044391 0.014799 0.002177 0.023461 -0.020005 0.043767 -0.036057 -0.039922 -0.011712 -0.0201 0.015609 0.040813 0.049843 -0.024111 0.041191 0.018514 -0.069679 -0.002534 0.028463 0.028726 -0.058288 0.004301 -0.045529 0.034676 -0.038183 -0.018508 0.025684 0.009144 0.00029 0.027115 -0.024355 -0.074848 0.015144 -0.006618 -0.016152 0.002728 -0.005152 0.024345 0.007409 -0.015531 0.02022 -0.009664 0.001791 -0.047744 0.001074 -0.005936 -0.024171 -0.005952 -0.012161 -0.048525 0.016702 -0.002118 -0.014958 0.010302 0.037069 -0.010996 0.053759 0.009786 0.027709 -0.019148 0.013743 -0.004875 -0.019147 0.004477 -0.018433 -0.046067 0.020894 -0.005984 0.056931 0.009515 0.043559 0.017856 -0.016169 -0.022565 -0.010793 -0.021285 -0.021339 -0.005732 -0.028949 0.032897 -0.026641 0.030324 -0.032683 0.004545 0.005989 0.07357 0.002337 -0.016981 0.017129 0.034716 -0.043006 -0.063506 0.057592 0.006604 0.002532 -0.057036 0.014611 0.012041 0.051104 0.035583 -0.003492 0.005318 -0.004354 -0.029705 0.022967 -0.031595 -0.019392 0.031099 0.021775 0.019999 -0.015848 -0.023827 0.024424 -0.022782 0.033577 0.032424 -0.034419 -0.03014 -0.014504 0.046188 -0.018309 -0.039275 -0.014139 -0.015907 -0.054246 -0.027303 0.047171 -0.020036 0.001946 -0.011268 -0.011865 -0.015982 0.007816 0.029033 -0.074555 0.001588 0.009569 0.039809 -0.046247 -0.053687 0.005407 0.055531 -0.023643 0.019299 -0.000318 0.010856 -0.039186 -0.03723 0.023288 0.028903 0.021868 0.020716 0.017112 -0.01401 -0.009956 0.055742 -0.030615 -0.001464 -0.01533 0.022606 -0.001336 0.090079 0.004973 -0.029171 0.001394 -0.005781 -0.015884 0.003833 -0.007036 0.00436 -0.029981 -0.00099 -0.001135 0.022094 -0.013406 -0.034538 -0.005811 0.00298 -0.000246 -0.028796 -0.043292 -0.004871 -0.01986 -0.045391 0.033938 0.032444 0.008756 0.036392 -0.026623 0.01787 0.007372 -0.025127 0.063569 -0.005225 0.058955 0.075259 0.033323 0.002735 0.00557 -0.057825 -0.04922 -0.029755 0.001157 0.023379 -0.030894 -0.010201 0.00837 -0.014673 0.043957 -0.033566 -0.038038 -0.021116 -0.050477 -0.017062 0.007965 -0.009411 0.021355 0.001529 0.010331 -0.00768 0.011599 0.015804 -0.006503 0.02031 0.048918 -0.058275 -0.006417 -0.024506 0.013004 0.021613 -0.036966 -0.004483 0.026343 -0.010091 -0.026815 -0.028765 0.009226 -0.048317 0.01731 -0.080773 -0.010626 0.007201 0.019272 0.026275 0.02289 -0.008414\nǔ 0.028509 0.003127 -0.0414 0.020873 0.010311 0.027738 0.007566 -0.003269 -0.017496 -0.022742 0.030695 0.004128 -0.009339 -0.020092 0.02287 -0.002988 0.006512 -0.019588 -0.006585 -0.030465 -0.011902 0.007235 0.0039 0.012857 0.003301 0.014087 -0.00759 -0.009215 -0.009048 -0.022107 0.017506 -0.025309 -0.012657 -0.030678 0.009007 0.011055 -0.029319 0.030449 0.005859 0.016959 -0.023935 0.005938 -0.002417 -0.004558 -0.018893 -0.019731 0.032032 0.001809 -0.002962 0.013968 0.004671 0.039066 0.029623 -0.023822 0.0334 0.004735 -0.000437 0.019544 -0.005473 0.017954 -0.028728 -0.024888 -0.005237 -0.012572 0.012241 0.020654 0.034899 -0.013952 0.027402 0.016533 -0.04374 -0.005674 0.019663 0.017291 -0.03815 0.006223 -0.024682 0.022109 -0.024302 -0.012016 0.010008 0.000173 0.001869 0.013502 -0.016675 -0.03838 0.004897 -0.006633 -0.013664 -0.002395 -0.006386 0.015818 0.008378 -0.010479 0.011977 -0.004798 0.000635 -0.032801 -0.005607 -0.007156 -0.015572 0.004409 -0.004479 -0.026408 0.010043 -0.002823 -0.012218 0.004851 0.02855 -0.005412 0.035563 0.017252 0.020252 -0.017197 0.009131 0.001338 -0.006597 0.000834 -0.011082 -0.030253 0.018139 -0.002281 0.032205 0.018922 0.026229 0.008511 -0.009656 -0.012434 -0.008282 -0.013071 -0.009322 -0.004039 -0.016006 0.026403 -0.016853 0.016828 -0.027493 0.002544 0.008005 0.03302 -0.004889 -0.008012 0.010439 0.02195 -0.025569 -0.039337 0.041073 0.004961 0.002398 -0.033811 0.001752 0.007582 0.02655 0.024738 -0.003975 0.004268 -0.00054 -0.018418 0.012272 -0.015566 -0.013273 0.013191 0.016083 0.015087 -0.014484 -0.01659 0.017023 -0.013359 0.014225 0.016633 -0.02483 -0.017567 -0.007326 0.025965 -0.012661 -0.026003 -0.008189 -0.008868 -0.029835 -0.011794 0.028103 -0.005878 0.00386 -0.009447 -0.007601 -0.010172 -0.000365 0.01746 -0.045069 -0.000585 0.012964 0.023604 -0.026803 -0.030449 0.004298 0.033315 -0.019042 0.013274 0.003688 0.000832 -0.028858 -0.023026 0.013304 0.020329 0.015409 0.015691 0.008226 -0.013804 -0.003256 0.03178 -0.019679 -0.002867 -0.004487 0.015928 -0.002213 0.051461 0.006366 -0.017991 0.005443 -0.003763 -0.006522 0.007014 -0.00873 0.004361 -0.016857 -0.002305 0.00086 0.013651 -0.007425 -0.023494 -0.005883 -0.004415 -0.00656 -0.018458 -0.025913 -0.001354 -0.013126 -0.027981 0.022766 0.021504 0.009385 0.021799 -0.017915 0.008591 0.004658 -0.004315 0.033872 -0.002235 0.029118 0.044384 0.019822 0.008671 -0.000426 -0.030363 -0.028972 -0.015046 -0.001753 0.018255 -0.018321 -0.009803 0.001093 -0.009058 0.020854 -0.02079 -0.021236 -0.019855 -0.028 -0.014284 0.002895 -0.000759 0.009804 0.001632 0.010201 -0.004152 0.007212 0.003209 -0.003861 0.012395 0.033979 -0.039604 -0.002105 -0.021773 0.00917 0.011561 -0.014686 -0.001532 0.012597 -0.010532 -0.019882 -0.016054 0.000464 -0.032655 0.01079 -0.052234 -0.007548 0.001205 0.009271 0.014935 0.016656 0.002285\nէ 0.073828 0.018785 -0.087143 0.023357 0.019183 0.071287 -0.022215 0.002162 -0.012342 -0.020579 0.037706 0.030499 -0.017963 -0.046866 0.025168 -0.011778 0.046975 -0.05816 -0.025231 -0.057915 0.00709 0.035744 0.02051 0.033655 0.00011 0.054897 0.011122 -0.013906 0.002609 -0.001885 -0.011128 -0.019312 -0.009642 -0.058754 0.022753 0.010863 -0.045056 0.053733 -0.011969 0.019151 -0.039712 0.016408 -0.023354 0.025986 -0.026814 -0.067992 0.005188 0.005551 0.001485 0.051046 0.003126 0.088139 0.01111 0.006074 0.052327 0.022606 0.015243 -0.006053 0.030938 0.021337 -0.06584 -0.033285 -0.038154 -0.017794 0.006007 0.054703 0.019924 -0.077433 0.057226 0.026742 -0.058332 -0.022904 0.059576 0.022174 -0.069324 0.015946 -0.077166 0.043139 0.012397 -0.02808 0.017569 0.024299 0.012495 0.03128 -0.065514 -0.046991 -0.028948 0.02266 -0.047476 0.016753 -9.8e-05 -0.003166 0.002028 -0.0149 -0.0069 -0.050951 -0.000848 -0.043886 0.006946 -0.032503 -0.049061 0.002342 0.001021 -0.051102 -0.00456 0.003049 -0.008359 0.00321 0.044019 -0.031752 0.062683 0.037985 0.002156 -0.035164 0.047869 -0.008041 -0.005388 -0.017121 -0.007114 -0.034821 0.028453 -0.035161 0.054333 0.029468 0.027987 -0.014795 -0.040154 -0.027551 -0.057258 -0.029878 -0.044034 -0.019733 -0.022117 0.031246 -0.040748 0.060112 -0.059058 0.023953 0.012073 0.064265 0.005648 0.004313 0.000379 0.035041 -0.016963 -0.030415 0.047403 -0.000274 0.002634 -0.005154 -0.005943 0.023391 0.047346 0.027808 -0.041931 0.034521 -0.001233 -0.011035 0.018085 -0.049746 -0.011071 0.009152 0.032503 -0.002911 -0.013234 -0.068873 0.037388 -0.063287 -0.013669 0.055989 -0.013514 -0.000543 -0.041619 0.031321 -0.011286 -0.080075 -0.00336 0.001469 -0.03684 -0.046144 0.038482 -0.010782 -0.042857 0.019848 -0.043365 -0.032467 0.032412 -0.002083 -0.070871 -0.037187 0.000179 0.042465 -0.031931 -0.018551 0.027991 0.030585 -0.040116 0.005161 0.016252 0.010521 -0.0592 -0.042317 0.006864 0.050147 0.035481 0.057413 0.006651 -0.023563 -0.002752 0.047555 -0.057118 0.013516 -0.043497 0.047206 -0.020349 0.045419 -1e-05 0.004791 0.007083 -0.009871 -0.018769 0.002155 3.7e-05 -0.018868 -0.022677 -0.008259 0.001299 0.034267 -0.013489 0.022599 -0.014963 -0.012092 -0.033503 -0.025612 -0.025362 -0.046169 -0.00496 -0.008171 0.030254 0.018334 -0.001684 0.042986 -0.006713 0.005687 0.001178 -0.023433 0.084371 0.005992 0.038437 0.093271 0.042666 0.027952 0.018755 -0.084424 -0.052714 0.023169 0.015951 0.012665 -0.049203 -0.004267 0.015737 -0.009807 0.002362 0.000918 -0.047582 -0.048266 -0.047465 -0.014773 -0.025459 -0.062327 0.00831 -0.050344 0.004995 0.011817 -0.001148 -0.003589 0.026504 -0.017693 0.013644 -0.063882 -0.03004 0.001921 0.026785 0.027946 -0.060159 0.034978 0.046266 -0.037594 -0.040305 -0.029303 0.037288 -0.029301 0.016014 -0.068597 -0.025919 0.063993 0.035102 0.010631 0.021128 0.005093\nê 0.044428 -0.003395 -0.056426 0.030837 0.030947 0.033216 0.027318 -0.022119 -0.030993 -0.027711 0.04024 -0.025032 -0.010898 0.004223 0.008236 -0.002466 0.012755 -0.034595 -0.003678 -0.026609 -0.026178 0.007802 0.003514 0.019256 -0.023078 0.025549 -0.005547 0.001696 0.01317 -0.017657 0.017328 -0.029639 0.020106 -0.01408 0.02366 0.008125 -0.044819 0.021691 -0.004744 0.037289 -0.012883 0.013459 -0.021451 -0.007126 -0.027481 -0.051559 0.04421 -0.006511 0.006516 0.025003 0.015214 0.041258 0.038225 -0.035861 0.060177 0.009556 -0.015584 0.029565 -0.007148 0.008348 -0.026179 -0.03614 -0.008192 0.001411 0.009303 0.011278 0.040074 -0.022626 0.036939 0.01708 -0.045562 -0.012099 0.035645 0.024011 -0.048134 0.029303 0.000555 0.028341 -0.02221 -0.012178 0.015585 -0.010812 0.009286 0.038669 -0.024153 -0.049066 -0.01359 -0.016193 -0.008448 -0.024037 0.008792 0.030803 -0.014879 -0.018523 -0.000413 -0.010088 -0.009519 -0.022017 -0.002951 -0.01731 -0.014517 0.018111 -0.001922 -0.014139 0.027581 -0.010699 -0.009088 -0.014533 0.0534 0.000502 0.02447 0.016225 -0.002656 -0.011304 0.021752 0.002918 -0.011324 -0.009031 -0.009716 -0.043711 0.006242 -0.013345 0.0474 0.029021 0.026283 0.012225 -0.014041 -0.016687 -0.015076 -0.009527 -0.016235 -0.002364 -0.023276 0.016678 -0.016501 0.013301 -0.030097 0.028662 0.015409 0.038192 -0.017067 0.00518 0.031225 0.03474 -0.032972 -0.029297 0.050091 -0.006044 -0.011272 -0.043757 -0.013068 -0.00233 0.031321 0.026411 -0.00906 0.017228 0.002106 -0.011493 -0.006575 -0.03216 -0.008475 0.015195 0.020303 -0.000661 -0.027319 -0.005168 0.021421 -0.020932 0.012876 0.017618 -0.038661 -0.034416 -0.015358 0.015075 -0.03715 -0.00751 0.018669 0.00616 -0.014053 -0.0372 0.047209 0.007039 -0.002247 -0.009826 -0.007599 -0.001594 0.002635 0.012587 -0.055014 -0.018382 0.00989 0.023184 -0.033537 -0.026486 -0.024564 0.035765 0.004022 0.006494 0.012563 -0.002416 -0.0503 -0.03936 0.011246 0.030596 0.031193 0.001599 0.006689 -0.007512 -0.018527 0.029075 -0.042114 0.010629 0.007321 0.013515 0.011364 0.044982 0.013985 -0.031612 0.014236 0.023308 0.026915 0.022421 0.003862 -0.022248 -0.018548 -0.012673 0.02365 0.003834 0.000174 -0.012851 0.004801 -0.024395 -0.028415 -0.045383 -0.042596 0.01841 -0.00801 -0.046481 0.027122 0.009155 -0.007354 0.052802 -0.013682 0.01579 0.003183 -0.017353 0.035939 0.002832 0.027967 0.068365 0.011192 0.016312 0.006065 -0.052268 -0.020696 -0.007378 -0.002839 0.027485 -0.01778 -0.038608 0.016343 0.004886 0.005746 -0.042114 -0.040453 -0.038494 -0.02058 -0.007625 -0.011478 0.001075 0.000962 -0.01218 0.000193 -0.005195 0.022707 -0.016052 0.008028 0.041672 0.036005 -0.046069 0.001947 -0.012932 0.002463 0.016501 -0.040324 0.001768 -0.006208 -0.002955 -0.04305 -0.002041 0.019014 -0.035977 0.018646 -0.052032 -0.018361 0.018679 0.010209 -0.001426 0.040913 -0.020287\nၵ 0.009898 0.022468 -0.039968 0.011469 0.024943 0.060021 0.014039 -0.010192 -0.025871 -0.055503 0.037989 0.032749 -0.025723 -0.046567 0.07876 -0.027958 -0.003744 -0.036621 -0.005834 -0.070698 -0.023971 -0.016723 -0.050654 -0.012014 -0.003139 0.014804 -0.042901 -0.007478 0.009411 -0.062716 0.02386 -0.045961 -0.021946 -0.030197 -0.010549 0.020637 -0.027987 0.075264 0.004801 0.007998 -0.058828 0.0463 0.001079 0.031642 -0.044885 -0.023439 0.041756 -0.006777 -0.00954 0.046069 -0.008366 0.075671 0.037536 -0.041057 0.059578 0.007506 0.002556 0.037152 -0.016178 0.033743 -0.060545 -0.059973 -0.053557 0.006353 0.020419 0.018769 0.080306 -0.043032 0.059413 0.037913 -0.072626 -0.018483 0.00654 0.064197 -0.041812 0.003706 -0.006752 0.034817 -0.043351 -0.009449 0.019132 -0.014221 -0.022225 0.022817 -0.052057 -0.070636 0.02935 -0.020342 0.00872 0.02877 -0.007135 0.015624 0.019702 -0.003391 -0.00745 -0.045744 0.007993 -0.084035 -0.035948 -0.024423 -0.066592 0.014414 -0.004522 -0.039892 0.024369 0.006968 -0.025882 0.007817 0.029126 -0.008413 0.082107 0.016722 0.029785 0.024382 0.015853 -0.000495 -0.055197 -0.012432 -0.055984 -0.022525 0.032523 -0.020448 0.02739 0.034455 0.038063 -0.02102 0.00308 0.02288 -0.002007 -0.013915 -0.02382 0.022286 -0.013379 0.075658 -0.005957 0.012161 -0.05865 0.052227 -0.001448 0.052875 -0.006478 0.023241 0.045672 0.031489 -0.031775 -0.064828 0.071712 0.006343 0.00278 -0.064421 0.043509 0.026699 0.056858 0.033716 0.026361 0.01767 -0.01404 -0.044183 0.027756 -0.047008 -0.046011 0.024143 0.050511 -0.051166 -0.029879 -0.02862 0.031884 -0.03565 0.009989 0.087167 -0.050269 -0.041137 -0.015517 0.020351 0.018162 -0.03503 0.030718 -0.002488 -0.077595 -0.012384 0.062952 -0.001673 0.0163 0.00529 -0.029205 -0.053573 -0.003136 0.026064 -0.062957 0.004978 0.025315 0.051268 -0.053324 -0.044146 -0.015914 0.093507 -0.093583 0.006923 0.005128 -0.011632 -0.053574 -0.030272 0.023235 0.050913 0.028931 0.015706 0.046968 -0.040585 -0.023063 0.05334 -0.020093 0.005068 0.001039 0.016646 -0.012426 0.038083 0.007467 -0.027302 0.011616 0.016994 -0.005525 -0.010717 0.006837 0.007757 -0.052293 0.034597 -0.028459 0.007 -0.024432 0.000215 -0.024085 -0.006994 -0.00792 -0.058501 -0.060782 0.002441 -0.016474 -0.020347 0.017779 0.021204 0.013222 0.037359 -0.016772 0.015725 -0.002549 -0.034241 0.043426 0.024246 0.041328 0.066268 0.013806 0.022103 -0.029122 -0.039166 -0.029815 -0.005336 -0.016295 0.022392 -0.040258 -0.013405 0.012797 -0.023486 0.02137 -0.041507 -0.024478 -0.037261 -0.054668 0.025208 -0.005121 0.012927 0.024393 -0.00873 0.051806 -0.006115 0.040707 0.021776 0.039955 0.023465 0.046708 -0.110248 0.001038 0.016738 0.029451 0.047602 0.014268 -0.012755 0.035074 -0.030293 -0.026257 -0.037918 -0.000818 -0.064468 0.013278 -0.06202 -0.038455 0.010967 0.022395 0.014725 0.001063 -0.002135\nᇴ 0.035609 0.026921 -0.011845 -0.032816 0.018071 -0.024247 -0.008486 -0.017675 0.018897 -0.017773 0.003087 0.011015 -0.020781 0.024424 0.009168 0.004372 0.010069 -0.004543 0.006512 -0.002845 0.040828 0.053616 0.038244 0.015238 0.006502 -0.004853 -0.030607 0.016486 0.026088 0.012364 0.032486 0.009272 -0.016112 0.030194 -0.054195 0.037278 0.006887 0.012907 -0.035166 -0.021508 -0.031155 0.029007 -0.018277 -0.035166 0.042815 -0.003124 0.00535 0.040823 -0.024204 0.006813 -0.019797 0.004634 -0.018597 0.017032 0.008407 0.027801 0.011375 -0.040195 -0.010625 -0.05529 0.01693 0.011897 -0.031466 0.002581 0.016708 0.015081 0.022962 -0.020433 -0.006714 -0.002169 -0.046788 -0.028775 0.038569 0.040886 0.002808 -0.007919 -0.011712 0.006907 -0.002911 -0.042499 -0.016924 0.01567 -0.030485 -0.041115 0.003468 -0.034493 -0.004143 0.009604 0.039687 0.003251 -0.032038 0.012958 0.009789 -0.011527 -0.00154 -0.003445 0.01595 -0.010816 -0.025719 0.02578 0.02269 -0.000252 0.015433 -0.011536 -0.09051 -0.002942 0.02924 -0.032218 0.011341 0.010942 0.015102 0.006331 -0.002955 0.044911 -0.025277 0.016934 -0.006193 -0.040303 -0.023556 0.036077 0.024102 0.006005 -0.019775 0.01069 -0.055571 0.038841 0.007615 0.052859 -0.019813 0.022258 -0.001629 -0.004868 0.019246 0.001125 -0.002745 -0.010792 0.051224 0.00898 -0.033838 -0.017217 -0.011986 -0.015929 0.027336 -0.044407 0.023402 -0.010822 0.017073 0.013823 0.016567 0.061639 0.010054 0.05533 -0.027547 0.012124 -0.01585 -0.011865 -0.026835 -0.033448 0.008738 0.025838 0.035642 -0.000272 -0.001167 0.032097 -0.038337 0.035249 -0.002242 -0.025209 -0.00558 -0.052696 0.017029 0.034291 -0.026975 -0.007777 0.058411 -0.008722 -0.028359 0.016248 0.009167 0.016018 0.002522 -0.034862 -0.015117 -0.014829 -0.00087 -0.008409 0.048386 0.027517 -0.021157 -0.014675 0.049832 0.037105 0.026919 0.000667 0.044066 0.004579 -0.020246 -0.003664 -0.012156 0.00332 0.07036 0.013122 -0.003935 0.006144 -0.003334 0.031763 -0.017418 -0.016226 0.055125 -0.001644 -0.032071 -0.012993 0.015321 -0.0221 0.038307 0.023131 -0.009035 0.001466 -0.024824 -0.035008 -0.016641 0.030614 -0.001796 0.03437 -0.010417 0.013296 0.011495 -0.026335 0.040859 0.007685 -0.008897 -0.026068 0.004621 0.040983 0.016582 0.022415 -0.028773 0.047985 0.000141 0.021999 0.004995 0.007272 -0.024403 -0.054858 -0.016135 0.016175 0.019055 -0.026853 -0.017967 0.018108 0.001372 -0.013463 0.050429 0.002757 0.014525 0.012289 -0.037455 0.018267 0.00831 -0.034533 0.006314 -0.010485 0.010852 0.008512 -0.015463 -0.018637 0.001076 -0.004674 0.00225 0.028848 -0.029596 0.012799 0.001588 0.01076 0.032505 -0.044307 0.031192 0.015543 0.02034 0.04645 -0.018398 0.008231 -0.030641 -0.004379 -0.012394 -0.002004 0.060912 -0.010947 0.012523 -0.028493 -0.005957 0.020003 -0.020674 0.025803 -0.011046 -0.004417 -0.018652 -0.002074 -0.029305 -0.001775\nſ 0.027637 -0.007346 -0.063949 0.057641 0.026151 0.056477 0.012794 -0.020188 -0.047783 -0.028182 0.039618 0.011446 -0.00916 -0.058981 0.043327 -0.020768 0.038148 -0.035763 -0.032687 -0.078097 -0.041678 -0.002112 0.013974 0.021622 0.006561 0.03807 -0.012881 -0.023277 0.00356 0.039372 0.04112 -0.035936 -0.041725 -0.028725 0.000547 0.00024 -0.078103 0.067706 -0.005215 0.026026 -0.041612 0.01866 0.006665 0.010844 -0.019921 0.015433 0.01925 0.007224 0.03122 -0.040698 0.005325 0.045788 0.062354 -0.074483 0.045588 0.01858 -0.018947 0.030262 -0.015748 0.030004 -0.048893 -0.045896 0.006826 -0.023475 0.000434 0.061785 0.094694 -0.023862 0.016325 0.039511 -0.040189 -0.004929 0.042495 0.00363 -0.082916 -0.018878 -0.044188 0.043867 -0.006094 0.001255 -0.001247 -0.010707 -0.035231 0.036355 -0.03395 -0.097951 -0.00169 0.01826 -0.034287 -0.011188 0.000698 0.020698 -0.046107 -0.002396 -0.005289 -0.011901 0.015715 -0.054314 0.01626 0.0019 -0.023552 -0.022708 -0.001309 -0.005375 0.012175 -0.016907 -0.063008 -0.00394 0.024582 0.009111 0.057951 0.020283 0.013742 -0.016565 0.016269 0.059873 -0.004607 0.041828 -0.013302 -0.042345 0.039512 -0.065763 0.045293 0.044604 0.017111 0.01516 -0.000167 -0.025987 -0.008735 0.009441 -0.049322 0.013691 -0.024307 0.061832 0.019944 0.006919 -0.00967 0.003023 0.013555 0.026736 -0.018697 -0.009393 0.01461 0.026667 -0.083552 -0.091425 0.073257 -0.005523 -0.008868 -0.037328 -0.007558 0.012785 0.040732 0.003013 0.031411 0.006872 0.012809 -0.069475 0.031977 -0.020415 -0.018944 0.002869 0.043723 -0.035623 -0.037057 0.010757 0.038978 -0.048877 0.046321 0.022942 -0.05991 -0.027488 0.007459 0.027111 -0.004221 -0.008843 -0.026944 -0.015979 -0.038948 -0.019903 0.02609 -0.00745 0.005049 -0.040387 0.02462 -0.012796 0.030837 -0.009299 -0.079659 0.016347 -0.009358 0.036302 -0.035516 0.001832 -0.035346 0.055841 -0.024145 0.004145 0.031643 0.035771 -0.080199 -0.013801 0.007964 0.02411 0.069783 -0.024318 -0.00043 -0.006776 -0.000696 0.013094 -0.01885 -0.001938 0.010345 0.023777 -0.016732 0.122552 -0.007937 -0.03005 -0.004366 0.040375 0.053928 0.047449 -0.027384 0.01964 -0.036538 -0.005679 0.005025 0.030616 -0.001944 -0.026657 0.029078 -0.010389 0.011573 -0.031329 -0.031871 -0.006754 -0.036067 -0.050704 0.031079 0.065598 -0.021749 0.055199 -0.048628 0.034231 -0.031664 -0.022825 0.028794 0.004548 0.051127 0.092277 0.047901 0.032058 -0.001887 -0.085565 -0.04648 -0.052474 -0.022514 0.005463 -0.052859 -0.033183 0.030412 0.017988 0.047691 -0.043206 -0.069473 -0.054633 -0.017471 -0.010129 0.022018 -0.02295 0.046053 -0.029047 0.004973 -0.00031 0.012687 0.003408 -0.0224 0.023764 0.105887 -0.063353 -0.01679 0.013622 0.00912 0.045695 -0.02562 0.012818 0.002706 -0.022849 -0.017727 -0.000986 0.030595 -0.033961 -0.005922 -0.036053 -0.00668 0.00439 0.055621 -0.013032 0.075961 0.014833\n"
  },
  {
    "path": "src/data/embedding_dicts/ELMO_23.vec",
    "content": "23 1024\ntôi 0.027776154 0.02129553 -0.030680764 -0.01855098 -0.013765394 -0.017949548 -0.03710915 -0.010346569 0.0076523395 0.0016653232 0.011870519 -0.0449551 -0.021881627 0.030594504 0.027980784 0.0017328946 -0.05508458 0.020665823 0.03458936 -0.008873417 0.0107994415 0.04850188 0.027431587 0.0063483557 -0.03356429 -0.021623801 -0.009456639 -0.055609334 0.032256473 0.021723483 -0.03365007 -0.03291733 0.0104519995 0.021802075 0.0206294 0.0013404054 0.009651206 -0.053089064 0.0006512732 0.020125251 -0.03220615 -0.0058638547 -0.0394061 0.003532402 0.030728687 -0.013932644 -0.01723933 0.012988083 0.011409021 -0.0062606568 0.01652959 0.023109414 0.010700241 -0.058025133 0.05847513 0.048014022 0.022548715 -0.009378525 -0.032010145 -0.044200793 -0.016021607 0.028819436 0.0035554052 0.0151810385 0.00039200988 0.03712209 -0.004535909 -0.015060272 -0.0032079637 -0.027607944 -0.019573178 0.011402791 0.018973183 -0.014094625 0.015847167 0.02234696 -0.057638872 -0.0052767983 -0.01060104 0.008589713 -0.0292656 0.052904084 -0.02507713 0.0034662683 -0.013583765 -0.014283921 -0.005483825 -0.0143788075 -0.010719889 0.017707057 0.017290607 -0.012108697 -0.01562864 -0.046170425 0.08162624 -0.02454375 0.0017472715 0.029124705 0.010443852 -0.0028370398 -0.009772931 -0.0037614738 -0.021143613 0.018991394 0.027919443 -0.008829328 -0.029287165 0.02886688 -0.01235502 -0.036766022 0.031929158 0.035645586 -0.0024824098 -0.020015508 0.028032541 -0.051990192 -0.013018275 -0.039163608 -0.010498964 -0.014187595 -0.04723863 -0.004437667 -0.005441174 0.013354215 -0.0063378126 0.020453043 0.027888771 0.0345908 -0.056678973 0.004260352 -0.0005712418 -0.0073724696 -0.028011454 0.015010432 -0.026414182 -0.014718582 0.047831435 0.011735856 0.00916383 0.025039751 -0.017473673 0.007953296 -0.012012372 0.0014798613 0.011373079 0.074162714 -0.004214825 0.019032128 -0.042563744 0.012655977 -0.014807718 -0.04295144 0.0001547912 -0.04670333 -0.062290274 0.05047918 -0.0077841277 0.027314175 -0.00077587285 0.007567995 0.031246735 -0.048151083 0.005593569 0.022887532 0.0019935956 -0.07429546 -0.013756768 0.055148315 -0.038903866 -0.01912366 0.00036229764 -0.016058028 0.03157261 -0.00019744263 0.0035180252 -0.029600581 0.0013197985 0.06759966 -0.023754936 -0.022233862 -0.005297405 -0.047021057 -0.031154722 0.015918093 0.007331256 -0.0064978753 -0.0053084274 -0.02855538 -0.0013830569 0.029005857 -0.02273945 -0.02002653 -0.04901705 -0.011455506 0.011363494 0.008627572 0.039630856 -0.034156136 -0.011445443 -0.0027086062 0.015192539 0.0069732713 0.02074729 0.024508286 -0.02206086 -0.061626542 0.024620906 -7.188445e-05 0.06947728 0.008127736 0.020725725 -0.015209313 -0.012638724 -0.030064953 -0.0144353565 0.059422087 -0.005299801 -0.04972727 -0.01603886 -0.013540635 0.0034998145 -0.058563784 -0.00423064 -0.034033936 -0.017224953 -0.025471536 0.002524582 -0.02788973 0.0023721869 -0.02331213 -0.0074961106 0.027650116 -0.009251529 0.010951357 -0.0050381417 0.020707995 0.033185218 -0.05311734 -0.008136841 0.043488655 0.0029338442 -0.034044478 0.021077001 0.012326267 0.00689947 0.039813925 0.019088197 -0.026672967 0.0011444004 0.0022935933 -0.030923255 0.043850474 0.031711586 0.01298377 0.028716402 -0.023776982 -0.005457947 -0.04207493 -0.033530265 -0.016354673 -0.013608206 -0.025399175 0.01042085 -0.031532835 0.05107582 0.03277356 0.023424746 -0.048169293 -0.0021378438 -0.021156553 0.019475894 -0.0044424594 -0.0041807997 -0.06823033 -0.028768158 0.021371247 -0.00015862503 -0.0012373711 0.0197457 0.0071357302 0.008620863 0.004383514 -0.020453524 -0.009036355 0.012677542 0.0032894325 -0.023804298 -0.001214368 -0.033378348 -0.043707665 -0.032541133 -0.0055020363 -0.017079268 0.03108092 -0.0006560655 0.020071577 0.0021402398 -0.0067044236 0.02812695 0.013204695 -0.040513597 -0.00941303 0.031016225 0.009451368 -0.0501442 0.008984598 -0.015263945 -0.03459751 0.0058154524 -0.0017213931 0.018780533 -0.05242102 0.0037245732 0.014431523 -0.021372207 0.03200296 0.016051318 0.03642433 0.030269586 0.05182917 0.007996906 0.01193809 -0.021156553 0.00097235705 0.019923974 -0.010236346 0.021153199 -0.053512227 0.023206698 -0.0055168923 -0.044548713 -0.018361207 -0.019498898 -0.012881694 0.02023164 -0.025702046 -0.06952233 0.07320281 -0.04737377 0.009047857 0.012821311 -0.035699256 -0.03524255 -0.04773032 -0.0048790374 -0.057669062 0.029528217 0.021368852 -0.011362057 -0.027662575 -0.04493018 -0.0197596 -0.008623259 -0.06779279 0.037709627 -0.025641184 0.0060291886 0.04625525 -0.01762511 0.019783081 0.012611409 0.0072152824 -0.021778114 -0.016226718 0.017851306 -0.03524255 0.022678588 0.00026549326 -0.07546478 0.02086614 0.02046119 0.0059803072 -0.0071261455 -0.020454003 -0.030866226 0.0113956025 0.038078632 -0.013463958 -0.020966299 -0.054121327 0.054798476 0.009548652 0.007200905 -0.02472394 0.0397545 -0.012885528 0.00070973916 -0.00013753893 0.029126622 0.038650833 -0.023233535 -0.026337026 -0.0002099026 0.03248219 0.042053364 -0.008469906 -0.006480144 0.012484892 -0.016681507 0.034489203 0.035376735 0.032099284 -0.000277474 -0.020579081 0.028825186 0.055527385 0.024928091 0.03145424 -0.0038031668 0.022117889 0.0660829 -0.083006896 0.012682814 -0.028973747 -0.032795604 -0.0077855657 0.010898641 -0.018530853 0.071198195 0.00063689623 -0.022003831 -0.010747684 0.011053912 -0.018915195 -0.026463063 0.015347331 0.024991829 -0.054465413 -0.00013514278 -0.025443742 0.028277906 -0.033648156 -0.010334109 0.0033306463 0.056790154 0.02197939 0.0027421522 0.009181082 -0.05156176 0.019944582 -0.009441304 0.0018296989 -0.0009781078 0.024247585 0.00082044123 0.034269717 -0.04395974 -0.003703487 0.0063013914 0.10865479 0.02142588 -0.024492951 0.04798431 0.0032472603 -0.002916592 0.017590605 0.04234282 -0.044833854 0.018314242 0.028930139 0.017647633 -0.002697584 0.0056903735 0.026105558 -0.015499246 0.008944343 0.0176069 0.009234756 0.018552897 -0.032116055 0.008543228 0.003083843 0.0014511076 -0.009507917 -0.042997446 0.013904849 -0.027739732 -0.0077745435 0.025772015 -0.018157534 -0.010025006 0.006330624 0.026728557 -0.033758376 0.00037811222 0.008812555 0.010466376 0.04414664 -0.052574374 0.045142956 0.0062472383 -0.007871827 -0.0070945164 0.0324242 0.0050994833 0.01608151 -0.02017509 0.057468746 0.023753019 0.014824012 0.008290194 0.031011432 -0.0036210595 0.04913494 -0.0016279432 0.0053448486 -0.00205302 0.119058385 -0.03437898 -0.004362428 0.037529916 -0.04091759 0.020545535 0.00062539475 -0.023337048 -0.038845878 0.001746313 0.0046058767 -0.015443656 -0.03582817 0.050675664 -0.019952249 -0.018212644 -0.027053475 -0.018553857 0.061052904 0.011551352 0.008255211 -0.0340555 0.04619343 -0.0050563524 0.009667021 0.019100659 0.024740713 0.060655624 -0.06091057 -0.05537547 0.007837801 0.025335915 0.0031308075 0.009543859 0.04435079 0.044417884 -0.049809698 0.06491598 0.038737096 0.0022624433 -0.043721564 -0.0027306508 0.017400831 0.05238316 0.03733918 0.0035026898 0.010457271 -0.03413505 0.040359765 0.022609578 0.012241922 0.015533272 0.014548934 0.01935513 -0.026614022 -0.022662772 0.043355912 -0.038823355 -0.016703552 0.04333147 0.024032889 0.025102051 -0.015877359 0.027063059 -0.004782233 -0.029353777 0.035732802 0.044006225 0.020823488 -0.010475482 0.06836882 0.0021848083 -0.03629494 0.023351425 -0.06214315 0.012438406 0.014404207 0.030394664 -0.00409358 0.061519675 0.03885211 -0.039189488 0.009771973 -0.014005967 -0.03768806 -0.0007523906 0.041591864 0.0048378236 0.020754 -0.07791508 0.0056994786 0.005102838 -0.0026472649 -0.016721282 -0.01170854 -0.018269194 0.043820284 -0.017389808 -0.016210424 0.07369115 -0.02377123 -0.041189793 -0.004331278 -0.025435116 -0.020743936 -0.020056242 -0.0107980035 -0.04827616 0.025780162 0.0832168 -0.0075440337 -0.019318707 0.021299843 -0.02033132 -0.07332406 0.054159187 0.057642706 -0.022089135 0.009280283 0.027980305 -0.059149403 0.026936542 0.000742806 0.02746609 0.004621691 -0.011038098 -0.016865531 0.06139028 0.05110793 -0.026924083 0.004495654 -0.019233404 0.12464141 -0.033326592 -0.010726119 0.006211296 0.014427689 0.021754632 0.01746265 -0.03468377 -0.015001327 4.7922967e-06 -0.04847025 -0.034066044 0.02205415 -0.013682008 -0.06402173 0.0061489963 0.017293962 0.010841134 0.101003885 -0.003849173 0.034419235 -0.019277973 0.06555383 -0.018854333 -0.035791747 -0.013569389 -0.016317291 -0.03775132 0.058526404 0.034971308 -0.020938983 0.027456986 0.04012686 -0.0023395994 -0.05985914 0.007866076 -0.00624628 -0.056112524 -0.05388794 0.023984008 0.007020715 0.037394293 -0.02846912 0.04307556 -0.0062084207 0.028897071 -0.039873827 0.0073657604 0.0038290452 0.013066198 0.021975078 -0.004538305 -0.042551283 -0.0036090787 -0.0168847 -0.040303696 -0.00875313 0.025995335 -0.0030852808 -0.03765643 -0.03554782 -0.0036253727 0.053740818 -0.009980437 -0.011138735 -0.021268694 -0.021192016 0.017248435 -0.04240464 -0.023756854 0.015967455 -0.024676975 -0.019038359 0.005416733 0.06144204 0.014093666 0.020046657 -0.01763182 -0.037276402 -0.036279127 -0.02148818 0.026635585 0.03677225 0.0047702524 -0.008348661 0.0037049248 0.028083818 -0.013726097 0.01738166 -0.017199075 0.00912022 -0.0530421 -0.00058370177 0.026682071 -0.030470861 0.018268235 -0.01921088 0.026803795 -0.051621184 -0.0031207437 0.029626459 -0.031836186 0.0015095735 -0.052150734 0.030792424 -0.049287815 0.0070719924 -0.016873678 0.0077098473 -0.014511075 -0.06606181 0.008982682 0.008330929 -0.03322835 -0.02171198 -0.01338201 0.0882396 0.00092012103 0.040117275 0.01066286 -0.0018958327 -0.018922385 -0.0041347938 -0.011441609 -0.0018450343 0.031069899 0.0016121287 0.00702407 -0.0354237 -0.007954733 -0.0088048875 0.0049082707 -0.012496873 -0.07761748 -0.05402452 0.02120208 0.0048387824 0.012178664 0.0040825577 0.0037998122 -0.039277665 -0.008928049 -0.024021389 -0.003862112 0.009510313 -0.032788895 -0.012822749 -0.06521933 -0.03324656 -0.003887032 0.020958632 -0.010788418 0.040573023 -0.0011554228 0.026648525 -0.04173851 -0.010692573 -0.006993399 0.021378916 0.016148124 -0.029715596 -0.017928941 -0.024475697 -0.046708122 0.0017348115 0.0052945297 0.01665419 0.036472254 0.02010608 0.04508593 0.02089058 0.036495257 -0.035499897 -0.020525407 0.0055005983 -0.035982 0.012031062 -0.009737468 -0.019951291 -0.009104885 0.016997319 -0.00234535 0.04033676 0.041026376 -0.07082967 0.009434116 -0.0010193215 0.04781227 -0.042319816 0.02209728 0.011911733 -0.0049413373 -0.019147143 0.02923972 -0.033832178 -0.026716577 -0.022205587 0.017900188 -0.029538281 0.059017617 -0.03279321 0.030025657 -0.028763367 -0.0071989885 -0.012172913 -0.020516781 -0.04553305 0.024478573 0.03275439 0.026229199 0.029306334 -0.06682475 -0.008433963 -0.034542397 -0.035073385 0.043967888 -0.04059267 -0.02932023 -0.04726978 0.0102075925 0.030014155 -0.022006227 0.034716837 0.017957695 -0.012544316 -0.057193667 0.010655672 0.06418755 0.0070092133 -0.018469991 -0.015380397 -0.0013432808 -0.019256886 0.002653974 0.012090486 0.018842353 -0.020456878 0.0062644905 -0.023986883 0.029141 -0.0062649697 0.0018090921 0.01843309 -0.0016533424 0.017274793 -0.0016739493 -0.043453675 -0.086897284 0.039308336 0.035160605 -0.02477953 0.042958148 -0.03702289 0.058416184 0.014678326 -0.027981743 -0.032541614 0.028025351 -0.07020188 0.054589055 0.018318076 0.0032232988 0.04913015 -0.012483933 -0.048188463 -0.045449186 0.04114714 0.009127888 0.0047702524 0.012689523 0.008840829 -0.045574743 0.0046475697 0.003653168 -0.020620296 -0.0073398817 0.015941575 0.042104643 0.043090418 0.0049959696 0.0058576246 0.09657054 0.01974618 0.023733372 -0.12087323 0.04237924 -0.008370705 -0.04458945 -0.0019413595 -0.033801988 0.02716849 0.022825232 -0.07213365 -0.0055073076 0.009904719 0.009806477 -0.029656172 -0.0068108123 0.015899403 0.03826122 -0.056499742 -0.010130916 -0.018443635 0.083951935 0.00624005 0.011533621 0.020565663 0.09984894 -0.027041974 0.023504779 -0.00605315 0.023643754 0.044268843 -0.019992026 0.050864004 -0.0037106755 -0.023655737 0.023886245 0.014533119 -0.0156526 -0.048534468 0.017135337 0.08779009 0.0451027 -0.006505543 0.019639311 0.019909598 0.012315244 0.049562894 0.015912822 -0.028236693 0.05103892 0.009346896 0.0021526997 0.0062793465 -0.008284923 -0.05701731 -0.0064815814 -0.05223172 0.027044369 0.06499553 -0.001811009 -0.015917614 -0.05579336 -0.014987908 -0.023227785 0.0051037963 -0.032113183 -0.02594933 -0.015649246 -0.046631444 0.01611937 -0.018889796 0.035227217 -0.009598012 0.007492277 -0.005758424 0.069391504 -0.0027565293 -0.024105253 0.0047458117 -0.04616851 0.033394642 0.055262852 -0.0043111504 0.022915326 0.079917304 -0.016436141 0.01251077 0.005076001 0.03488313 -0.03514431 0.025596617 0.04140353 -0.005954908 -0.004685429 0.009546734 -0.055951506 0.0008515912 0.029021192 0.09801637 0.0073513836 -0.023108456 -0.033913646 -0.06133517\nyêu 0.018781234 -0.008174676 -0.017067147 -0.005146571 -0.018879957 -0.04418731 -0.03208006 0.011595951 -0.008245809 0.003704514 -0.0017778907 -0.028022904 -0.054540806 0.045512967 0.027666377 -0.018329432 -0.0020688889 -0.015013347 -0.0227276 0.031085497 -0.012881948 0.017439194 0.009349446 -0.061731692 0.02484391 -0.06008788 -0.016874442 -0.017314173 0.035359934 0.025494453 -0.008174245 0.028291484 0.028968755 0.06555002 0.034881406 -0.03142133 0.014413244 -0.042206798 0.036436412 0.051238086 0.012009384 0.022516787 0.0051409667 0.07963735 0.020862626 -0.0338364 0.0007453863 0.00096223375 0.0074667963 0.07385748 -0.03077596 -0.028228542 0.016261837 -0.029578341 0.027665945 0.044476584 0.029108865 0.01809146 0.049930967 -0.004685285 0.04733397 0.010401782 0.01465682 -0.019207168 -0.032392617 0.0479802 -0.036052294 0.047437005 0.035700943 -0.04664592 -0.030982893 0.006836947 -0.025434097 -0.00238446 0.0028267773 -0.0016601981 -0.008597593 0.027496088 -0.011962393 -0.028380292 -0.016929192 -0.030862615 0.021317445 -0.04862471 -0.05600528 0.012797882 -0.02359887 0.020235794 0.0072266688 0.045655232 -0.037371486 -0.0016351938 0.049087718 -0.003103549 -0.0035329326 -0.060273256 0.03638468 0.021748552 0.015094396 0.030343559 0.03694469 0.040304746 0.02704084 0.0020507823 0.020493165 0.0775025 -0.009154154 0.02023838 -0.035425033 -0.025797091 0.0015739765 0.015353923 -0.021898579 0.04860574 0.04227319 -0.00085187005 0.0007009821 0.024877537 -0.011055342 -0.025039634 -0.0020533688 -0.0134398015 -0.021180782 0.040424597 0.003617861 0.024099385 0.015234075 0.0193822 -0.062416725 -0.00086221664 0.025053428 0.004258919 -0.043744992 0.01200378 -0.016954629 -0.049499426 0.002200377 -0.0071576913 -0.036251467 0.022329256 -0.03283838 0.0059040287 0.003223828 0.023205267 -0.01643083 0.02104714 -0.009691746 0.01579667 -0.03458782 -0.018701049 -0.041688174 0.019121379 0.04207617 0.03549789 0.013662685 -0.013755804 0.006861089 0.013003521 -0.038607474 0.016334694 -0.012862548 -0.023748895 0.052031327 -0.012380138 0.005062505 -0.017073182 -0.02552032 0.0133389225 -0.0034630932 0.044558924 0.0153327985 -0.00902396 -0.031521346 0.028762685 0.028862271 0.0018658368 -0.038947187 -0.011227354 0.034195945 -0.0446736 -0.0005337121 0.01986504 -0.04224689 0.022707768 0.02770647 0.03903039 -0.0021266574 -0.011468775 0.020233206 -0.03938433 -0.025115939 -0.032706466 -0.008245378 0.028944181 0.030080153 -0.042086087 0.047523227 -0.005452227 -0.02681623 -0.023413492 0.020196993 0.020187078 0.031476513 0.031032901 -0.041870102 0.03611351 -0.0075362045 0.021798993 0.04252237 -0.0039442102 0.04585182 0.017283564 -0.061860595 0.0076263063 0.02403429 -0.0071055274 0.07675021 0.038241893 -0.057954755 -0.028851924 -0.016870562 -0.016683461 0.0416054 0.056923974 0.024805972 -0.0032966854 0.009457654 -0.009987918 0.03872301 -0.07205027 -0.09328149 -0.0039192056 -0.03687744 -0.02505386 -0.02749264 -0.0012105522 -0.026324335 -0.012790552 -0.01941755 0.030263804 0.0019486096 -0.010215112 0.019678371 0.032647833 0.0035031862 0.012629318 0.02857386 -0.018187597 -0.030952284 0.02063069 -0.0005281077 -0.015787186 -0.040766034 -0.011803315 -0.001484306 -0.044446405 -0.024775364 -0.040765602 0.017444799 0.057643063 -0.018832967 0.002089582 0.006849018 0.0028345373 -0.011242874 0.03209429 0.016600689 -0.05522196 -0.004656401 -0.06250252 0.017022312 -0.0020641466 0.03333502 -0.10064913 -0.017960835 0.012735371 0.0033846314 -0.03249091 0.005121567 0.023822615 0.0073810057 -0.03969904 0.02465293 -0.023361329 0.043801036 -0.022607751 -0.024610681 -0.06791465 -0.018627329 -0.031357527 0.02773794 0.02701066 0.014547319 0.036704563 -0.021954192 0.0015511278 -0.073724695 0.018385045 0.0120184375 0.017806929 0.00028841148 -0.043037545 -0.06863675 0.033702753 0.020794941 0.0073891967 0.04496417 0.008043188 -0.037156366 -0.0075405156 -0.044001933 0.015527229 -0.04292287 -0.030875547 -0.016765803 -0.05061729 0.060943197 -0.05418342 -0.03484864 0.08786936 -0.049312327 0.017352972 0.021878317 0.015879875 0.021142846 -0.003502324 0.007020168 0.011254514 0.019943072 -0.038651016 -0.0037459002 -0.01051387 -0.013241492 -0.035628516 -7.932393e-05 -0.027841406 -0.09204551 -0.04232751 -0.043532457 -0.040122822 -0.06778143 -0.006355399 0.02486288 -0.014167944 -0.030471167 -0.030532816 0.0047335695 0.00602905 -0.052186955 -0.0036450208 -0.012537061 0.028673876 -0.0035825102 -0.013449717 0.03925888 -0.025712594 -0.054525718 0.0013097071 -0.00923779 -0.04524137 0.004279612 0.032979786 0.009046377 -0.008030254 -0.036312684 -0.05007237 -0.032694824 0.0073443614 -0.023970917 -0.004474473 0.010697522 0.02342039 -0.024593867 -0.051864054 0.006904631 0.012152513 0.03099712 -0.034982715 -0.026101453 0.011557152 -0.066404045 0.016202776 0.010175019 -0.047950454 0.013768306 -0.029999103 0.0119029 -0.030395292 0.006785214 0.020845382 -0.017484892 0.023561362 0.017044298 -0.025916507 -0.02425631 -0.0004513704 -0.0077233054 0.04266722 -0.033543244 -0.0066761435 -0.0035958744 0.042074878 -0.0127724465 -0.053820424 0.019778818 -0.00944817 0.042792674 -0.0138394395 0.036410976 -0.0018054816 0.028256133 -0.04386527 0.0033324673 0.037053328 -0.030112917 -0.0035208617 -0.05860702 0.026121285 -0.029017901 0.025894953 -0.013941181 0.043241028 0.06982187 0.004645192 -0.023671728 -0.025667327 0.033963144 0.026943408 -0.0018335037 0.04129371 0.079574406 -0.019334346 -0.025051273 0.041618336 -0.019015757 -0.0073969564 0.038533755 0.006223911 -0.023041015 0.060409054 -0.008613976 -0.022357278 0.035000823 -0.0014730971 0.012089571 -0.014899965 -0.027402107 0.032951765 0.0003375578 0.017057233 0.04709772 0.0039998232 -0.016817536 0.035749227 0.00967407 -0.00975555 -0.011962393 -0.028572135 0.029766304 0.032022294 0.03502798 -0.023429444 -0.015696222 -0.032379683 -0.0068033203 0.016338574 0.0024611973 0.0008902387 0.016786065 0.039160155 -0.019062316 -0.031115243 0.0018218638 -0.003466111 -0.029561097 -0.024264932 0.005906184 -0.009485676 -0.03288667 0.01136186 0.011509299 -5.0008566e-05 -0.0046344143 -0.029430041 0.014017487 -0.012378844 -0.014868926 -0.0029392964 -0.002610361 -0.013696742 -0.0028996347 -0.012152513 -0.036398906 0.033314757 -0.024901249 -0.048370354 0.061484236 -0.050046936 0.02634158 -0.014591724 0.047791377 0.0119360965 -0.0034600755 -0.02075528 0.010924716 -0.025615163 0.016013518 0.10303058 -0.01783409 -0.0031233798 -0.011030769 -0.07776289 0.06546768 -0.020471178 -0.023450568 -0.019433932 -0.013601468 -0.03085011 -0.012908245 -0.0038584194 0.0038467795 -0.006611477 -0.0032815966 -0.041600227 -0.03844969 -0.046559267 0.05140708 -0.010748824 0.019682681 -0.030012038 0.012272792 -0.028821748 -0.021416169 -0.032796998 0.0037174472 -0.02118725 0.01581909 -0.04356048 -0.02770259 -0.022901768 0.019964626 -0.018314775 -0.0078224605 0.04720593 0.024359776 0.032474957 -0.022537911 -0.036016513 0.025794074 -0.09180797 -0.002912568 -0.024206301 -0.012228819 -0.0152155375 -0.041933045 0.037982367 0.021356244 -0.02707274 -0.02075571 0.028396674 -0.0029556786 0.046306208 0.005712185 -0.0112295095 0.028960563 -0.0072654686 -0.00928866 -0.002037849 -0.0006013961 -0.016658025 0.02661749 0.015892807 0.017105516 0.007879798 -0.048536763 -0.033757076 0.0034652487 0.061642453 -0.027929783 0.066725224 -0.026181208 -0.03896745 -0.029195517 0.008668726 -0.011061808 -0.050264213 -0.015558699 -0.013348838 -0.020143537 0.031272598 -0.00063847145 -0.019046366 0.028812693 -0.015852284 0.026327355 -0.00774831 -0.045327593 -0.017206395 -0.028128956 -0.052677557 -0.018598875 0.02722018 -0.027070154 -0.061812744 -0.011930492 -0.012595692 0.04664161 -0.04962057 0.017440056 0.07200328 0.006918426 0.00794662 0.088862635 0.015619917 -0.026760187 -0.039659377 0.025017217 0.058385864 0.0074094585 -0.00461717 0.027343908 0.02021855 0.033881236 0.03072854 0.0031772684 -0.016073873 0.018415224 -0.013354442 -0.009732271 0.009479641 -0.008979555 -0.015172858 -0.012141304 -0.019364523 -0.040179726 0.012210712 -0.012344787 0.023263898 0.047292583 -0.06010426 -0.007903078 0.019676214 -0.0040386226 -0.03464947 -0.07318064 0.0071257893 -0.03925241 -0.035157315 -0.04956366 -0.012264601 0.043144457 0.0009803403 -0.030152578 -0.0131328525 -0.0029229145 -0.03032028 -0.014918072 0.06872384 0.0045861304 -0.018761404 -0.06117341 -0.016897291 -0.04669248 -0.010641478 0.019628793 0.07433169 -0.03654333 0.011283398 0.024590418 0.011956358 0.011019128 0.016470494 -0.022775453 -0.05589966 0.0007738394 0.0012588362 -0.03853117 -0.04860315 -0.0015338834 0.0053866985 0.05323886 -0.017377114 -0.015146129 -0.0047667646 0.03790951 0.0104591185 0.015078445 -0.028882964 0.0060381033 0.023582488 -0.0012299521 -0.0146469055 0.026807178 0.006296337 -0.019535674 0.0046309656 0.053776022 0.021220876 0.0024219665 -0.011257532 0.009170967 5.087078e-05 0.0018270371 -0.007588369 0.0026500227 0.025278898 -0.0036325187 0.035542727 -0.03278708 -0.0060273255 -0.009833581 -0.03023837 0.042836647 -0.036965813 -0.020786319 0.0217589 -0.036001857 -0.026566189 -0.060202554 -0.013899795 0.067620635 -0.013969634 0.078123726 0.004763747 -0.058063824 -0.06666185 0.0011273483 0.033271216 0.0028039285 0.056640305 -0.028369514 -0.027291313 -0.0080901785 -0.039117046 0.0413213 0.04362342 0.055975534 -0.034247246 0.008467399 -0.02446626 -0.009967225 0.0026362273 -0.044823196 -0.032053765 -0.054298524 0.0014023953 0.008187609 0.013372118 -0.00884893 0.0019180009 -0.03434252 -0.030569028 0.016023003 0.025481088 0.0472956 0.01607991 -0.037589196 0.072605535 0.014025247 -0.023273382 -0.04722102 0.007381437 0.012419368 -0.036219135 0.021289423 0.012084829 0.023163019 -0.030047819 -0.036526944 -0.012900054 0.009993522 0.03894072 -0.012453857 0.030564718 0.045576774 -0.009183469 -0.013618281 0.021088958 -0.0240774 -0.0032863386 -0.019743899 -0.050836723 0.02564146 -0.018595858 0.049571853 -0.08818838 0.010081037 0.000875581 -0.020769937 -0.014577497 0.06463003 -0.036728706 -0.014961614 0.0030397447 -0.0051362244 -0.010838926 0.05157435 -0.008978693 -0.0006022583 -0.0004910324 -0.034332175 -0.01956542 0.012385311 0.032081787 0.013531628 -0.0032527123 -0.00034488665 -0.02333115 0.009527494 -0.013414366 0.0043347944 -0.004345572 -0.004583975 0.04017326 -0.035713013 0.06122902 0.009909024 -0.015654836 0.06370013 -0.05019653 0.012388329 0.013344958 -0.0011070862 0.0018813567 -0.013661822 0.019714152 0.021384265 0.0014838749 -0.0027133957 0.01701326 -0.010126734 0.035735 -0.011473517 0.009756412 -0.0065593133 0.006948604 -0.03759394 0.0019257609 0.04794873 -0.020999717 -0.021485146 -0.05018877 -0.015406949 0.039209303 0.039127823 -0.055371985 -0.0009596471 0.0011006196 -0.030374167 -0.034301996 -0.042718094 -0.03182916 -0.06419979 -0.018601462 0.035744052 -0.03442314 0.0023965312 0.01730124 -0.0030656112 -0.0124573065 -0.015825124 0.003996374 -0.027125336 -0.006235982 0.032781906 -0.044137303 0.065482765 0.026312266 -0.01872131 -0.014674065 -0.03685847 -0.038415633 0.02249825 0.021833481 -0.035066783 -0.0128547875 -0.02981071 -0.057554685 -0.03570008 0.03211757 -0.038933393 -0.046118245 -0.025841925 -0.010975587 0.013959288 -0.0149435075 -0.004008445 -0.03522586 -0.00018365214 -0.020711306 -0.0019218809 0.015632419 -0.031999446 0.030007295 0.012146045 -0.030871667 0.0065037003 0.021693802 -0.009790039 0.047392167 -0.014140784 0.01611483 0.014258908 0.013343665 0.012537492 -0.006980075 0.01972881 0.012572843 0.025019802 0.023564382 -0.0354897 -0.023846326 -0.042797416 0.014443853 -0.025923405 -0.027253807 0.03010257 0.0015817364 -0.007953086 -0.017450834 -0.017549127 -0.022743981 0.017142592 -0.07115443 0.011263136 0.009123114 -0.081465244 -0.034857262 -0.029960304 0.007454725 -0.031151887 0.08831297 -0.057964668 -0.018422551 0.005372472 0.0469796 -0.0055186176 0.01156793 0.022061538 0.03867861 -0.022111114 -0.015350905 0.0037377093 -0.024417976 -0.03887304 0.009334789 0.09171312 -0.005200891 0.013409194 0.043827333 -0.022841843 0.02931321 0.0038260864 -0.052897852 -0.006227791 0.02188737 0.0575133 -0.004934466 -0.017750023 0.03172526 -0.008932133 0.060813863 0.04810048 -0.052136946 -0.022784937 0.04282328 0.05131655 0.0075560356 0.013325989 -0.012202521 0.021066539 0.0063622966 0.030338816 -0.07257364 0.006464038 -0.047537882 0.009439116 0.031392876 0.012015851 -0.010759601 -0.0019667163 -0.006340741 -0.022908233 -0.010143547 -0.05282715 0.051089354 -0.04668903 -0.019920653 -0.03669292 0.04508488 0.010345306 0.023269935 -0.03936062 0.003088891 0.001977494 0.007052932 0.05713263 -0.033923052 -0.029069634 -0.0029591275 -0.0543675 0.030716468 -0.0150486985 -0.07765899 0.031292427 0.04001289 -0.0047934935 -0.019611979 -0.005440587 0.014452044 0.004787458 -0.019475318 0.024520148 0.071488105 -0.03365447 -0.00011036373 -0.032267164 0.02034745 -0.022465916 0.056784727 0.03880363 0.03540046 0.0147684775 -0.07614451\nhà_nội 0.03806966666666666 -0.0006308333333333336 -0.051610333333333334 0.0320145 0.019662166666666668 0.02743033333333333 0.017123166666666665 -0.01183 -0.031086500000000003 -0.026711666666666672 0.04209433333333334 -0.009205166666666667 -0.0081695 -0.012419333333333333 0.016702833333333333 -0.0092455 0.015280666666666665 -0.02959116666666667 -0.0051495 -0.037536 -0.020232333333333335 0.0064996666666666675 -0.00038299999999999993 0.016399166666666666 -0.004031666666666668 0.02554016666666667 0.004433833333333333 0.0012733333333333331 0.0055565 -0.015821833333333334 0.018062833333333334 -0.02881766666666667 -0.0006488333333333334 -0.024643 0.0239115 0.009652666666666665 -0.04004866666666667 0.031655499999999996 0.0020266666666666666 0.0314545 -0.016555 0.011230166666666666 -0.013026833333333335 0.0003226666666666668 -0.027044333333333333 -0.034407 0.039652 -0.0058085 0.0069165 0.029193833333333332 0.0095645 0.05322033333333334 0.03289583333333333 -0.0333645 0.054733000000000004 0.007356833333333333 -0.010812166666666666 0.03342833333333333 -0.014430499999999999 0.019609666666666668 -0.019463333333333332 -0.03300433333333333 -0.011020999999999998 -0.007117166666666667 0.013496166666666665 0.009390666666666667 0.0399865 -0.016841 0.028038499999999997 0.009026500000000002 -0.03734083333333333 -0.012780499999999998 0.02963666666666667 0.01310716666666667 -0.041399500000000006 0.018644833333333336 -0.011236000000000001 0.030222833333333334 -0.014920500000000001 -0.014925166666666668 0.015725833333333335 -0.0017855 -0.0014845 0.03185983333333333 -0.027765666666666664 -0.054007 -0.013385833333333333 -0.013685833333333333 -0.006777166666666665 -0.019546833333333336 -0.0010626666666666666 0.03483633333333333 -0.009448833333333333 -0.015097666666666669 -0.0009568333333333335 -0.011473166666666666 -0.0043525 -0.02437716666666666 -0.0033181666666666667 -0.0095425 -0.014108333333333334 0.009508 -0.0034043333333333334 -0.012438166666666667 0.018590333333333334 -0.007431333333333334 -0.0169365 0.0009001666666666666 0.04749116666666667 0.004678666666666667 0.026837000000000003 0.0208445 0.013685833333333333 -0.0091875 0.009862833333333333 -0.00041566666666666634 -0.017512666666666666 -0.0018515000000000005 -0.006647333333333334 -0.041799833333333335 0.007715 -0.006585833333333333 0.04467616666666666 0.024428166666666667 0.027953666666666665 0.014330833333333334 -0.012004333333333334 -0.013201333333333334 -0.010698333333333332 -0.005356833333333334 -0.011690333333333336 -0.008189666666666666 -0.024970999999999997 0.021584000000000002 -0.014264833333333336 0.020659166666666666 -0.023566666666666666 0.0161775 0.007670333333333334 0.043049 -0.010425666666666666 -0.0018168333333333333 0.030788666666666662 0.02442683333333333 -0.038671500000000004 -0.03095366666666667 0.040744166666666665 0.00040400000000000006 -0.006834833333333334 -0.037870666666666664 0.004013333333333333 0.006317666666666666 0.025773666666666667 0.027472333333333335 -0.005458166666666667 0.010036499999999999 0.005514666666666667 -0.0161645 -0.0007916666666666662 -0.029407833333333338 -0.006517166666666667 0.012812666666666667 0.016889166666666667 0.004668666666666667 -0.016295499999999997 -0.004509833333333334 0.021378166666666667 -0.0266115 0.023234666666666667 0.02598333333333333 -0.034936 -0.027029333333333332 -0.012105666666666667 0.021260166666666667 -0.027072833333333338 -0.018989166666666665 0.002310666666666666 0.006269333333333334 -0.01642633333333333 -0.02534966666666667 0.038177666666666665 -0.001084 -0.0021551666666666668 -0.010775666666666668 -0.006970666666666667 -0.004978166666666666 0.0015826666666666665 0.0087535 -0.06519266666666666 -0.017117333333333335 0.009076666666666667 0.02313833333333333 -0.03141766666666667 -0.025004666666666665 -0.018741 0.03302016666666666 0.000624166666666667 0.004927166666666667 0.008376999999999999 -0.0010623333333333333 -0.047593833333333335 -0.03268666666666667 0.013260666666666665 0.029077000000000002 0.027541499999999997 -0.0005896666666666668 0.012334166666666667 -0.009179666666666668 -0.008284999999999999 0.028058 -0.036138833333333335 0.004541666666666667 0.003402 0.0151605 0.008819166666666666 0.048056833333333326 0.012770333333333333 -0.023839333333333334 0.007907666666666667 0.015090333333333336 0.018601666666666666 0.013606 0.0011858333333333334 -0.011389000000000002 -0.015551500000000001 -0.010765499999999999 0.0147715 0.0094415 -0.005035 -0.014618500000000001 0.0015478333333333336 -0.010213833333333333 -0.016016166666666665 -0.037012 -0.036855 0.009446833333333333 -0.010948666666666667 -0.04583416666666667 0.02909716666666667 0.020170166666666666 -0.0010745000000000002 0.036534833333333336 -0.013304000000000002 0.011564666666666668 0.0027696666666666664 -0.013245833333333333 0.0366205 -0.00026783333333333346 0.03302066666666667 0.05719250000000001 0.008892166666666666 0.010886666666666668 0.009396 -0.04855966666666667 -0.0295455 -0.016317166666666667 -0.007827333333333334 0.02424916666666667 -0.015412 -0.031428000000000005 0.007667333333333334 0.0010611666666666669 0.014718666666666666 -0.028780499999999997 -0.029685 -0.028895166666666663 -0.01763416666666667 -0.008120333333333334 -0.0002966666666666666 -0.0024298333333333338 0.018052 -0.008666833333333334 0.007538833333333335 0.0004266666666666667 0.020361 -0.003049 0.008691333333333334 0.028030666666666666 0.036206833333333334 -0.04691816666666667 0.0006166666666666667 -0.007904 0.005151500000000001 0.018474833333333333 -0.03125216666666667 0.0029373333333333335 -0.001661 -0.004995833333333334 -0.035664 -0.008547 0.014048833333333335 -0.03899866666666667 0.018516333333333333 -0.05972266666666667 -0.008669666666666666 0.014016166666666668 0.014346166666666667 0.003952499999999999 0.043106 -0.009016833333333333 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0\nghét -0.02798257 -0.056457493 0.0003145713 0.0010556332 0.0039208573 -0.11351603 -0.019083379 0.027432185 0.0089388 -0.022321207 -0.027449226 -0.03719495 -0.030086007 0.033363905 -0.017053174 -0.008501716 -0.038712077 0.01220334 0.016842691 0.022955878 -0.018021759 -0.015877793 0.035488527 -0.012584235 0.0047650877 -0.013805674 0.0320112 -0.018556945 -0.007627088 0.012361317 0.04602828 0.031403705 0.02113385 0.028808838 0.029404359 -0.018733805 0.03127244 -0.04714701 -0.0065037506 0.003795121 -0.037647694 0.013807056 -0.013358918 0.01918102 0.025571931 0.00031042617 0.014808802 0.03480642 -0.04687205 -0.005770979 -0.059523065 -0.04216914 0.014929933 0.012044443 0.03344036 -0.025166627 -0.02272513 -0.0126583865 -0.028477225 0.030960634 0.05312755 0.042713534 -0.0121863 -0.06469622 0.0015604212 0.038728196 -0.011874491 0.00041589738 -0.015071789 0.020590374 -0.003087681 -0.004922143 -0.03857022 0.026846796 -0.01652766 -0.01601228 -0.063534655 0.003463048 -0.045645542 -0.012053194 0.009794544 0.006284057 0.022754146 -0.017924117 0.03529002 -0.005800456 -0.016568191 0.035471488 -0.0058046007 0.007563529 -0.023226233 -0.05777473 0.08308506 0.003376921 0.04555573 -0.016449824 0.020938568 0.028345041 -0.046088614 0.03957657 0.019320574 0.035670914 0.0018436735 0.011951868 0.013814885 0.012269664 0.041678626 0.04926887 -0.008928207 -0.02348047 -0.009937322 -0.021579225 -0.064922825 0.050287656 0.030706398 -0.039487682 0.041611843 -0.0008769309 0.026200613 -0.007558002 0.016813677 0.031903427 -0.00055176637 -0.0030503746 0.003716363 -0.004769233 0.001628586 0.00642315 -0.026129225 0.010664566 0.010516262 -0.028386032 -0.044875003 0.009344565 -0.04991229 -0.05745233 0.012077604 0.02241839 0.040292762 0.0035735855 -0.03602095 -0.016138475 -0.01449377 -0.013999576 0.006110882 0.023685886 -0.0047425195 0.03806497 -0.005623596 -0.0048806914 0.02883371 0.016637737 -0.009901397 0.0019288795 -0.020534184 0.039885618 0.018295338 -0.022746777 0.00927686 0.028677113 -0.035704996 0.036177546 0.03951716 0.024488203 -0.04770799 -0.0028532494 -0.014607992 -0.055817757 0.023849389 -0.0131631745 0.005159338 0.025243543 0.009415032 0.039624933 0.034752533 -0.048572943 -0.026485708 0.015113701 0.0229918 -0.014491007 0.016634513 0.033275936 -0.060664367 0.041009877 0.0074995095 -0.0007350744 0.0030862994 0.009936862 0.053462848 0.026036188 0.026755603 -0.069688834 0.01616611 0.011780535 -0.008492504 0.009552283 -0.025715169 0.0016939873 -0.008935115 0.03044203 0.029942308 0.042173743 -0.067969516 0.03791897 0.0017400446 0.0645341 -0.020307582 -0.005087489 0.034817934 0.02749206 0.00707394 0.037398983 -0.009808822 -0.056185756 0.07395466 0.02149586 0.031661168 0.0096946 -0.004508088 -0.055904806 -0.016156899 0.01869834 0.0052270424 0.0598252 -0.010268474 0.016331457 0.01427638 -0.031655177 0.024724476 -0.052754484 -0.058302086 -0.0077440734 0.0037159026 0.012929204 -0.03568243 -0.006341168 -0.008211095 -0.03478339 -0.010673778 0.047283802 0.035220474 -0.038049772 0.022857314 0.040846832 0.04634423 0.040500022 -0.0065083564 0.0027311975 -0.049497776 0.021420326 0.055551544 -0.03358544 -0.002947667 -0.022342393 -0.00026667173 -0.0684766 -0.029897632 -0.011199292 -0.009340419 0.047027722 -0.015822984 0.010033581 0.02160824 -0.017358534 0.020226521 -0.0054780548 -0.041806206 -0.027134655 -0.038796823 -0.010219192 0.0045044036 0.017619679 0.0055816835 0.0050704475 -0.03710053 -0.016273424 0.035325024 0.06499237 -0.0049143136 -0.064046815 -5.2044743e-05 -0.0010455006 0.053361982 -0.039261542 0.04436653 -0.033236787 0.036650553 -0.046815857 -0.055213947 -0.010589032 0.051386584 0.06189686 0.011545642 0.038700104 0.011216333 -0.006630408 -0.01631902 0.012662532 -0.018149337 0.01778134 -0.012236502 -0.013852192 -0.016442915 0.04866644 -0.01549828 -0.0072683017 0.059022885 -0.004535262 -0.032775752 -0.018129993 0.03209825 0.011869425 0.0165751 -0.036227286 0.006055613 -0.0047038314 0.039797187 -0.021570934 -0.031836186 0.00034266626 -0.025728066 0.026032504 0.04405196 -0.0053744256 0.020558594 0.0071835564 0.014909207 0.032510463 0.028958064 -0.014369876 -0.016343892 -0.015322341 0.032142006 -0.024905942 -0.025039509 0.011605057 -0.07428351 -0.035971668 -0.016462259 -0.01779792 -0.0358031 0.0035339762 0.04031349 0.0029877366 0.016702678 -0.051380597 -0.03713093 0.02434036 -0.053744256 0.010647525 -0.020045977 0.0009653609 0.0039167125 -0.00013356615 0.020357324 0.03130376 0.0074723354 -0.049457245 0.00952557 0.006160624 -0.019915175 -0.009023084 -0.013104222 0.03738793 -0.018800126 -0.075986706 0.0037159026 -0.0075713587 -0.05944569 0.0014637008 -0.021239782 0.025332434 -0.004733308 -0.026039412 -0.007983572 -0.008015811 -0.008383349 -0.017039817 -0.02139131 0.025223738 -0.043789435 0.033739273 -0.050365034 -0.014948816 -0.010802738 -0.036581926 -0.010427372 -0.0069132 -0.0104130935 -0.0064834855 0.006972153 -0.0014388299 -0.02195321 -0.008331304 0.008743517 0.007914946 0.014233546 -0.0047369925 -0.00055591157 -0.013574466 -0.019594615 0.023196297 0.028134558 0.009917517 0.033355612 0.0056443214 0.016862497 0.032118056 0.00841697 -0.023840638 -0.0195352 -0.057502072 0.022818165 0.051497582 0.048879225 0.03759473 0.004422882 0.015466961 -0.008245177 0.035799876 -0.057327516 0.07806712 0.022787306 0.019589549 -0.051492516 0.0027952173 0.01299046 0.018118478 0.0003831967 0.016654318 0.011613808 0.05893814 -0.0069491244 -0.006381699 0.03919706 -0.01918793 0.035455365 -0.0045615146 -0.031404167 -0.012478763 -0.035723418 -0.030331492 -0.017889114 0.043708373 -0.047458816 -0.017110746 -0.021062922 0.013549595 -0.021580145 0.07670842 0.030638233 -0.022720063 -0.0047922614 0.048182838 0.0023010224 0.02382774 0.022977984 -0.03377934 0.05682503 0.017615994 0.032503095 -0.032286625 -0.025014177 -0.04192181 -0.022868369 0.020009592 -0.0071282876 -0.05095779 0.020474771 -0.051234595 -0.009237711 -0.02807929 0.005754398 -0.06361802 0.018188026 0.016138475 0.019083379 0.020404764 -0.0062559624 0.006521713 0.0401919 -0.024383193 0.001585292 -0.0031507795 0.08254389 0.032205563 0.04401051 -0.0045550666 0.031779535 -0.0013121723 -0.013568479 -0.014171829 -0.009036441 -0.013526567 0.002614212 -0.012868408 0.026645986 -0.010656277 0.015515781 -0.013311479 0.001831238 -0.0023549094 0.031114005 -0.016960138 -0.022617817 -0.0044749267 0.011313975 0.122985415 0.01999301 -0.01773344 -0.017605402 -0.02496812 0.04439877 -0.019032257 -0.022258108 -0.00089443265 0.011954632 -0.07656518 -0.030879574 -0.001701817 0.0020444833 -0.038034573 -0.006249054 -0.022241067 -0.039056584 0.026265554 -0.029352315 0.042111564 -0.049777802 0.045301035 0.05997581 -0.015729027 -0.032125425 -0.02894839 0.05998548 0.022964628 -0.0017124102 -0.0066713993 -0.003535358 -0.013539002 0.007555699 0.008865108 0.053244997 -0.00041497624 0.005147363 0.05057229 -0.025549363 -0.005654915 0.017734822 -0.07653755 -0.048833627 -0.009864551 -0.032247934 -0.0074691116 -0.037369967 0.010685292 -0.011419445 0.031472333 0.033028148 0.008763322 -0.018414628 0.07072835 -0.0011528141 -0.036557518 0.03222675 -0.0041838447 0.0018155786 -0.040653855 -0.037036512 0.024588607 5.8953337e-05 0.009400754 -0.003542727 0.029078273 -0.03532963 -0.03628532 -0.015612502 0.04342374 0.0014802815 -0.015319116 -0.032183457 0.061598867 0.0006199312 0.038968157 -0.011291406 -0.03504914 0.01898666 -0.010836821 -0.022201918 0.031176643 -0.023658251 0.040804923 -0.035468724 -0.028511308 -0.005585829 -0.011678288 -0.009135004 -0.008957223 -0.03371394 -0.0058930307 -0.01623105 0.0045946757 -0.01716233 -3.2240107e-06 0.03432742 -0.043203585 0.0798067 -0.0012278875 -0.0039434256 0.026709085 -0.037699737 0.03072344 0.09278334 0.017283 -0.023313742 -0.019336695 0.041066527 0.021733977 0.016553452 0.019058509 -0.008324856 -0.0006830297 0.0077173603 0.0056645866 0.0048309495 0.028238649 0.056243327 -0.06242652 0.024621308 0.012826496 0.011207582 -0.037930023 0.029664122 0.036773987 -0.013113894 0.009364369 -0.0062145106 -0.008263139 0.0050078095 0.039828505 -0.04906023 -0.005712026 0.010158857 -0.039620787 -0.03780659 0.02222633 -0.03651883 -0.04440522 -0.015163904 0.023928147 0.04089289 0.007866126 -0.021385323 0.002509662 -0.019733248 -0.027889995 -0.019963995 0.019386437 -0.007454373 0.015476633 -0.008529811 0.0019344063 -0.011866662 -0.054024745 0.028901413 -0.014473965 -0.0128863705 0.012790111 0.031651955 -0.04475203 -0.044201646 0.01210616 -0.028905097 0.0017230033 -0.030440647 0.018634321 -0.06039585 -0.024286471 -0.03678596 -0.012679113 0.06196226 -0.018133217 -0.023748523 0.027182095 0.017107522 -0.025178602 0.025922887 -0.06652055 -0.05000164 0.06693737 -0.018386072 -0.027157683 0.04209959 -0.011725727 -0.052240025 0.03286925 -0.018323435 0.038019374 -0.016120054 -0.015338461 0.03320639 0.032205563 0.0056968266 -0.01502435 0.01837778 -0.046846718 0.033276856 0.035165664 -0.01948684 -0.04938263 -0.001136694 0.025071288 0.036690623 -0.016607339 -0.036236957 0.019733708 -0.046147566 0.014990267 -0.01658385 0.05393079 0.048327 0.023547713 0.041103832 -0.02122182 -0.060099702 -0.036235116 0.026244368 0.055640437 0.021491716 -0.00021923272 0.043452755 -0.03505605 -0.038944207 -0.014456003 -0.036090955 0.017562106 -0.0020983703 -0.015703695 -0.0055070706 -0.046080325 0.0020237574 -0.043973662 -0.030462295 -0.02374714 0.040768996 -0.010995258 -0.03811195 0.023542186 -0.008964592 0.0068639186 -0.014309541 0.043426502 -0.016090116 -0.0130706 0.009995354 0.017019551 0.023672068 0.032210167 6.0335056e-05 0.03186566 -0.01707436 -0.018824538 0.061140597 -0.02810232 0.033514973 0.0129490085 0.042962704 -0.054485317 -0.046165068 0.036219917 -0.022538137 0.017826015 -0.02196887 0.017461242 -0.02308714 -0.016598588 -0.018426603 -0.021523494 -0.06576521 0.021071212 -0.036072996 -0.006024294 0.04178364 0.03714429 -0.027435869 -0.010270316 0.033916593 0.026599469 -0.008667983 0.034081478 0.005220134 -0.053168543 -0.007575504 0.008620083 -0.0054338397 -0.013727837 -0.004306357 -0.014526471 0.032443218 0.010507051 0.0074571366 -0.06480031 0.039910026 0.053035434 0.03692229 0.041761532 -0.016788345 -0.045126475 -0.021320382 0.0051146625 0.017525721 0.007718742 -0.005569248 0.040084586 0.003403634 0.0603719 0.050178964 -0.04461432 0.06495092 -0.044097096 -0.010677002 -0.022752764 0.043733705 0.02308714 0.005204474 0.004747586 0.043744758 0.0012228212 0.011616571 0.000388263 0.005229345 -0.040266052 0.0025782874 -0.01020906 0.03515139 -0.029429229 0.008642651 -0.010429675 -0.0112080425 0.02895438 -0.025302496 -0.02105325 -0.044297908 0.016162425 0.026965626 -0.047681734 -0.011302 0.04736578 -0.049916897 -0.008110229 0.012567654 -0.027702542 -0.007494443 -0.030702254 0.0919649 -0.05311972 0.009633344 -0.023152081 -0.039794423 0.027449226 -0.028716723 0.016136633 0.012707668 -0.00014600162 -0.017252142 -0.0093537755 0.055880856 0.07335591 0.043822594 -0.041167393 0.04113331 0.01586904 -0.035825208 -0.019191613 -0.059875403 0.025663584 -0.004695541 -0.038257953 -0.024443068 -0.022592945 -0.053197555 -0.0024907785 -0.02959918 0.028107386 0.0028799626 -0.0012269664 -0.006728971 -0.083173946 -0.02308806 -0.0068150978 0.014987965 0.04220276 -0.07866079 0.038831364 -0.045272477 -0.021925114 -0.023349207 -0.0075501725 -0.053051095 0.025241701 -0.0069873524 0.002374714 0.025487646 -0.020972189 0.010309004 0.030576978 -0.0033492865 0.023419213 0.02177773 0.00952557 -0.024973648 -0.07300127 -0.021452567 -0.0011915022 -0.009148821 0.023978349 0.020154212 0.013993127 -0.022021374 0.06943644 -0.04896443 -0.045074433 -0.011658022 -0.09394813 -0.0046886327 0.017965568 0.010012856 -0.0053016553 0.016148608 0.0026791529 -0.010676081 -0.018350147 -0.08784185 0.04021723 -0.012686482 -0.004635206 -0.012681415 -0.003662476 0.039595455 0.02861033 0.0004103705 0.030592177 -0.039741457 0.012175706 0.032159965 -0.04527985 0.11225222 -0.004168646 0.033811122 -0.0027136959 -0.032964125 -0.015680205 -0.020327847 -0.050093297 -0.016981784 0.033814806 -0.012247095 0.005111899 -0.029286452 -0.0053274473 -0.0146651035 0.07541744 -0.0074893767 -0.045680545 0.016046362 0.023591928 0.061742105 0.036194585 0.03641474 0.0034087005 0.04986301 0.009679401 0.026962861 -0.05911638 -0.044731304 -0.0011984108 0.037282918 0.010563701 0.021102991 -0.03812577 0.0033147435 -0.017860098 0.023248801 -0.011903048 -0.0032263135 -0.04319852 0.001739584 0.027967371 0.018240532 0.020308964 0.03924266 0.012598052 0.07593282 -0.019241355 -0.023361642 0.026773566 0.02260446 0.018704329 0.048478525 0.0043049753 0.0016815518 0.049933016 -0.021875372 -0.034087464 0.045751013 0.0038407177 -0.016581547 0.027975662 -0.0030319516 0.008759176 -0.0014765969 0.004655011 0.00926811 0.030307082 0.034720752 3.4082397e-05 -0.016879998 0.029031295 -0.02073177 0.074032955 0.011235217 0.007446083 0.03379546 -0.029474827\nem 0.00021794699 -0.026860552 -0.03016543 -0.008991945 0.025206156 -0.07428425 -0.047040444 -0.026562996 0.022118356 0.016590072 -0.013755457 0.0061360127 -0.008332013 -0.013248219 0.011256244 -0.040679958 0.029364115 0.029918771 0.019731816 -0.018824356 0.009331264 0.010342694 0.05520758 -0.02027255 0.003323583 0.0054082177 -0.057010323 -0.06837271 0.018746052 0.010699849 0.017172135 0.033785265 0.017145162 0.029777823 -0.014840841 0.017065553 -0.0039043399 -0.028735505 0.032851703 0.051099215 0.0054286635 -0.04367684 -0.049530953 -0.0010866898 0.007394972 -0.048424255 -0.011353689 0.019951938 0.01620116 -0.006015076 -0.05106833 -0.0038125496 0.046348754 -0.033862263 0.032755125 0.003652896 0.010054273 -0.024425723 0.026702639 0.00080435927 -0.016331669 -0.035724167 0.005615289 0.007869148 0.004783088 0.024957323 -0.0077886684 0.0003980469 -0.06910442 -0.003472361 0.0021372726 -0.019897994 0.011943147 0.011328893 -0.029189236 -0.026153203 -0.016107196 0.014577652 -0.0023173725 0.02373969 -0.06390371 0.003471491 0.052178945 0.0152506335 0.016498718 0.0056487857 -0.013891619 -0.03837433 -0.0037381607 0.022933591 -0.07634061 -0.027511783 0.0075768116 -0.006019426 0.038103744 -0.04384998 -0.032851703 0.0142648695 0.00500321 0.020985555 -0.016863702 0.02080676 -0.02390065 -0.030305507 -0.0023808859 0.051937073 -0.07038644 0.021057768 -0.011744341 -0.0477491 0.066408575 -0.005909365 -0.018130926 0.017788129 -0.038204238 -0.03763131 0.008981069 -0.022166645 -0.005503488 0.05522977 0.0077456012 -0.05171086 -0.0013590148 -0.014387111 -0.00900543 -0.048001844 0.043001246 0.008830551 -0.011555975 -0.017612379 -0.003818205 -0.045012362 0.030530414 0.041144565 0.010365315 -0.012693129 0.016247708 -0.014632029 -0.0115655465 -0.015821386 0.0163482 -0.0017161694 -0.0059006647 0.021634175 0.0033744806 -0.01592144 -0.014093906 -0.006887299 -0.023801465 0.024185155 -0.03506728 -0.06799163 0.03506815 -0.028933007 0.0010584132 -0.02252728 0.03855878 -0.019135833 0.0230815 0.04199895 -0.0077199345 -0.05158775 0.042823322 0.034959827 -0.016535694 -0.06339691 0.018877428 -0.0028876888 -0.013012871 -0.0926105 -0.03645196 0.020462656 0.020697568 -0.011343249 -0.01972094 -0.046658058 -0.038905494 0.05237079 0.028608479 0.038867213 0.025886534 -0.043292277 -0.049333017 -0.0006973434 0.019543884 -0.045643147 -0.012629615 -0.01144722 0.022615153 0.0074054124 -0.04521334 0.044876635 -0.0360078 0.0028024241 0.029135728 0.033028323 0.03788493 -0.024286952 -0.045957234 0.028395751 0.023242893 0.021750327 -0.01735528 0.019034907 -0.01862642 -0.031756748 0.008963233 0.006761577 0.010913881 -0.02891343 0.0318729 0.031775452 0.009417833 0.014496737 0.021971319 0.09029704 0.015512084 -0.019982388 -0.0034671407 -0.016024977 0.033669982 -0.02180514 -0.0025740366 0.051946208 0.012083225 -0.013038972 -0.015197996 -0.0052951113 0.007632495 -0.06367967 -0.0014695108 0.0008961493 -0.033418972 -0.022053538 -0.083612904 -0.014611148 0.020976854 -0.0069129653 0.012324228 0.012560446 -0.032068223 0.03347596 0.0483155 -0.017487092 0.03182113 0.041298997 -0.006981264 -0.049547922 -0.009691028 0.002707154 -0.03089453 0.021340968 -0.059567828 -0.01425878 -0.0031756747 -0.013494007 -0.034549166 0.0060611884 -0.051129233 0.0022229722 0.020316053 0.014230068 0.017443154 -0.02236023 0.030051017 0.042445283 0.057312664 -0.028475797 -0.05535288 -0.016332973 0.008074479 -0.023878898 0.09101614 -0.08614996 -0.010790333 0.041138038 0.022152288 -0.0056683617 0.03657333 -0.017595412 -0.02617191 0.032177415 0.037312873 -0.020026326 0.014075634 -0.011880504 -0.06843013 -0.030404257 0.023342514 -0.06925102 0.027600093 -0.023472587 -0.045976374 0.079109974 -0.016397793 0.008771823 -0.05373633 0.025526334 -0.024935137 0.015206262 0.054842595 -0.018328428 -0.03126343 -0.0062791356 -0.017720265 -0.030955868 0.03680955 -0.043758187 -0.04408924 0.040647767 0.01855116 -0.030245474 -0.015827475 0.038660143 -0.0016957233 0.0052420385 0.01509881 0.035568863 -0.009502227 0.018017385 0.016022366 0.024067264 -0.0036694268 0.05111705 0.0026057933 0.015981909 -0.04817281 0.006249989 -0.021113016 0.0026305898 -0.0016896329 0.031844623 0.049931612 -0.04805187 -0.02690275 -0.011044823 -0.05335264 0.03224354 -0.03869712 0.03926004 -0.07798021 -0.0051715644 -0.01336785 0.036482412 0.008722665 -0.027182035 0.0058101797 0.0003349684 -0.05499703 0.0027867632 -0.014009075 0.049814153 0.020592293 0.0075154733 0.054350585 0.0077382056 -0.0026066634 0.01027309 -0.054699037 -0.005163734 0.057190422 -0.0010832095 -0.021598067 -0.0035571908 0.0026606063 0.007561151 -0.031597093 0.039993055 -0.005108921 -0.034192447 -0.006906875 -0.0496632 -0.07316058 0.0029912246 0.005348184 0.013247783 0.0029498972 -0.031841576 0.011837436 -0.0045338194 -0.00082480535 0.07040384 -0.002143363 -0.03703968 -0.009064158 -0.02916096 0.04391523 -0.011442434 -0.017850338 0.039859504 -0.057705488 -0.03965678 -0.009872433 -0.0006760272 0.04473525 -0.013895534 -0.0002601443 0.038784124 0.029491141 0.016413888 0.003037337 -0.032034293 -0.03502073 -0.037932348 0.049441773 0.023837136 0.008599118 0.029492883 0.01663488 0.044958416 -0.0074284687 -0.00472697 -0.009578791 -0.035209965 -0.07026376 -0.019453835 -0.063433014 0.04061862 0.0189131 0.05638258 -0.0030621334 0.019736601 -0.026560387 -0.017401827 0.027827611 0.0059702685 0.03656202 -0.050300077 0.00572187 0.029485486 -0.0073031816 -0.05161559 0.046240434 0.008121462 0.03902034 -0.014760362 -0.018101346 0.04299994 -0.023929797 0.030485172 0.043814305 0.013487917 -0.03562411 -0.03816465 -0.06882165 -0.034155034 -0.020781092 -0.008882319 -0.015170154 0.07092587 0.0031691494 0.05230554 -0.02126397 0.032184374 0.038860686 -0.002510088 0.010511918 0.024203861 -0.027014986 0.008954532 0.034742314 -0.0025296642 -0.0054308386 -0.04075478 -0.0727273 0.018805215 0.07237798 -0.04260755 0.09017698 -0.003107376 0.01055455 -0.0053564496 -0.031085504 0.018960953 -0.056145057 0.013342619 0.06370534 -0.012559576 0.030664837 0.012370775 0.0066319397 0.012658326 -0.026785728 -0.028779877 0.03345769 -0.010069499 -0.052497383 0.0203365 -0.039134316 0.043574173 -0.006514048 -0.07337505 0.010764232 0.07450307 0.013206457 -0.041084096 0.054731667 0.0056983787 -0.013122497 0.018475901 -0.0038269055 0.04208291 -0.022150984 -0.008206726 0.01697507 0.02409989 0.052435175 0.10099037 -0.028767262 0.008310262 0.033730015 -0.036829997 -0.003215262 -0.03413459 -0.0083903065 0.0042462684 -0.028935181 -0.0874198 -0.031116826 -0.023048438 0.006002895 -0.032129996 -0.029254489 -0.024516208 -0.012543045 0.013222117 0.0065009976 0.005234208 -0.029942697 0.06586523 0.014705114 -0.012138473 0.0059724436 0.041683123 0.016795838 -0.0020411322 -0.039745092 -0.017709823 -0.01181786 -0.01236425 -0.0038573572 0.011924876 0.021929557 -0.0019754437 0.010893434 -0.020971633 0.020843301 -0.05351621 0.00015704364 0.013732836 0.021269625 0.0086639365 -0.016274245 -0.024702398 -0.006894694 0.074404754 0.037244137 -0.040616445 -0.011686918 0.0324132 -0.023683138 -0.04661151 0.028800324 -0.002382626 -0.053058565 -0.02006287 0.03903339 -0.054792132 -0.02053922 0.0029851343 0.074945055 -0.025183536 -0.021895625 -0.010486252 0.006130792 -0.0020472226 -0.01880304 0.043069977 -0.0075028576 -0.024378741 -0.047401514 -0.036169194 -0.009291676 -0.0075711566 -0.0045238137 0.016138082 -0.021268755 -0.008511678 -0.015067924 0.014131317 0.0295229 -0.0067607067 0.040600784 -0.0025414098 0.035350915 0.010328773 -0.025540255 0.01717431 -0.025551131 -0.011501597 -0.028082535 -0.0057510165 -0.041721404 4.9157705e-05 0.038784992 -0.043611582 0.044833567 -0.01973312 -0.025843032 0.042698033 -0.009835021 -0.008064909 -0.02308063 -0.011977949 -0.020882454 -0.0336913 0.035694584 0.03099763 -0.023828436 0.030963698 0.0051093563 -0.05489045 0.05392513 -0.0024217782 -0.029011745 0.056193344 0.02052182 0.019061444 -0.015750477 -0.038385205 0.052115865 0.04986636 -0.05725176 -0.018191831 0.018826965 0.011871368 -0.016799754 0.0102134915 -0.021191321 0.031304322 0.010969563 -0.029813495 -0.027165504 0.009690158 0.030465595 -0.013879003 -0.014113916 -0.018072635 0.009243389 -0.037018795 0.0042092917 0.0356302 -0.010614149 -0.0132408235 0.0074954624 -0.0038208151 -0.019486897 0.027282525 -0.010308762 0.011524654 -0.02444878 -0.009381726 -0.031427868 -0.051008295 0.012121942 0.0030473426 0.011982734 0.007840436 0.034046277 -0.030959347 0.049215563 0.054431066 -0.0389503 -0.010423173 -0.025475001 0.0390012 -0.008760512 -0.024531435 -0.0071000257 0.022395901 -0.0116482 -0.033726536 -0.010782068 0.037108846 -0.011101375 -0.028737681 0.0030608284 -0.03801326 -0.005978969 0.034472167 0.024807675 -0.006095555 -0.0027928536 -0.007629885 -0.082666725 0.047013473 -0.016635315 0.00082437036 -0.033879664 0.00048809685 0.017518414 -0.033712614 -0.02035912 -0.011147923 -0.05746579 -0.002778933 0.03627273 0.023536969 -0.018532455 -0.03980991 -0.037107542 0.0062586893 -0.01742532 -0.0010388371 0.023908481 -0.0010514528 0.010059059 -0.0044694357 -0.02409293 -0.0071539683 0.020530084 -0.0020985554 0.028707229 0.047430225 -0.018295802 0.008191501 0.03433731 0.035450537 0.01909581 -0.0037298952 -0.050773818 -0.028605433 0.020671032 -0.014501522 0.028739857 -0.0008852737 -0.031427868 -0.03073618 -0.045034546 0.017054243 -0.025578972 -0.012740546 -0.038048062 -0.02072976 0.0023787108 -0.016367774 -0.07360648 0.038960308 0.008002265 -0.0072274874 -0.007930486 -0.006293056 0.049598817 0.013516193 0.02681183 0.027152019 0.008140168 0.029516809 0.008430329 0.007056088 -0.03885155 0.0064422693 0.012880188 0.03911561 0.0036250544 0.011033077 0.045653585 -0.0300893 -0.042892925 -0.008303301 -0.020072004 0.04294643 0.002236458 -0.02199742 0.0507947 -0.022321077 0.053386137 0.038686678 0.0068598925 -0.01672754 -0.0090745995 -0.028284822 0.03597039 -0.036606394 -0.0086287 -0.050834723 -0.040252328 -0.0073371134 -0.0034832365 -0.01925329 0.030310292 -0.011596868 -0.066222385 0.022857463 0.0067150295 0.017942127 0.029661236 -0.03629666 -0.07802589 -0.013688463 -0.011348034 -0.017533204 -0.023926752 0.026670882 -0.021123458 0.041313354 0.0077369004 0.022237988 -0.015391147 -0.02710025 -0.0050632437 -0.04351414 -0.007835216 0.026378982 -0.036776055 0.034659225 0.0089101605 -0.0044259336 0.044788323 -0.0058589024 -0.04201722 -0.009509188 0.026254565 -0.022398077 0.022886174 -0.020027632 -0.06242985 0.0002888559 0.0066410755 0.015070534 -0.032004274 0.0041692695 -0.0010353569 -0.021065598 0.0073510343 0.07754606 -0.00028581073 0.033816583 -0.0075002476 0.027402593 0.015894905 -0.034331653 -0.036635105 0.053808544 0.016963324 0.014619414 0.0014616804 0.016403882 -0.008641751 0.057331804 -0.056121565 -0.02162939 -0.05675496 -0.029750416 0.00808753 -0.043099124 0.021397958 -0.03901686 0.0073927967 0.031153804 -0.02718769 0.03990344 -0.03998827 0.01744359 -0.0033575147 0.00617386 0.05884525 0.038526155 0.019713545 -0.034543946 -0.013570136 -0.04734148 0.064026825 0.03319276 0.012826245 0.017495792 0.013058548 0.009861993 -0.0034984625 0.050492357 -0.0064457497 -0.011441129 -0.004687818 0.060503997 0.011711279 -0.004741761 -0.030525628 -0.010553245 0.014138713 -0.04158959 0.019481242 0.033080958 0.017845986 0.009928986 0.057146918 -0.001981534 0.015382446 -0.03399364 0.0123211825 0.02881903 0.019028382 0.04502454 0.0027171595 -0.020577502 0.004194066 0.023165025 0.05485391 -0.014124357 0.00020663637 0.024164274 0.015266295 0.029016096 0.008026191 -0.014440619 -0.031875942 -0.012386437 0.00855605 0.040193167 -0.006150368 -0.00042414834 0.06181516 -0.023939801 -0.035377014 -0.10059624 0.043959603 -0.006758967 -0.027387802 -0.028110811 -0.016673163 0.043190047 0.015648682 0.006613669 -0.036715586 0.020216867 -0.02455623 -0.03276513 -0.021573272 0.03497201 0.016891109 -0.042574923 0.012421673 -0.008559096 0.0043528494 -0.058308434 0.0378001 0.036080886 0.08257885 -0.023467366 -0.0071961656 0.0029546826 0.02497951 0.042929903 -0.0021211766 0.006849452 -0.019402502 -0.031406116 0.0444477 -0.009864167 -0.01688937 -0.026994105 0.01573525 0.08441813 0.043414082 0.0010523229 0.004013966 0.015174504 0.03576071 0.009317342 0.016412148 0.007478061 0.023901954 0.008161919 -0.035613235 0.015586037 0.0044646505 -0.059500832 -0.017569311 -0.018876124 0.076757364 0.020816766 0.014567646 0.006979959 -0.060689755 -0.0369083 -0.02955335 -0.013143813 -0.02407205 0.007749081 -0.015373311 -0.004756117 -0.03055956 -0.015482937 0.034850203 -0.01943948 0.017913416 -0.025332313 0.026764847 -0.017939081 0.019188905 -0.00109104 -0.028331803 0.06522531 -0.024301307 -0.019422948 0.007477626 0.037263714 -0.0021868653 -0.034977663 0.0074885017 -7.351904e-05 -0.013552736 -0.0017596718 -0.004322398 -0.014502828 0.032608524 -0.04008789 -0.022513794 -0.023339033 -0.009970749 0.10888214 -0.023901954 0.012954143 0.027490467 -0.034157645\niphone 0.03072166666666667 0.004917 -0.05740916666666667 0.03179333333333333 0.023989333333333335 0.035936666666666665 0.010432499999999999 0.0028074999999999997 -0.027209 -0.029381666666666667 0.04096666666666667 0.009431333333333333 -0.006907666666666667 -0.033794833333333336 0.025783833333333336 -0.007548166666666666 0.006965833333333333 -0.032232833333333336 -0.009158833333333333 -0.043303 -0.019336000000000002 0.001253 -0.0011205 0.016876 0.009200166666666667 0.028635166666666666 -0.0015273333333333335 -0.003199166666666666 -0.010332333333333334 -0.024356166666666665 0.020292833333333336 -0.03230683333333333 -0.0156915 -0.040363 0.0164455 0.0182625 -0.048473499999999996 0.041758333333333335 0.009593000000000003 0.023893499999999998 -0.0246575 0.008865166666666667 -0.005432 0.0018751666666666665 -0.025936999999999998 -0.030059500000000003 0.04392516666666666 -0.0030450000000000004 0.002037 0.027327666666666667 0.008807333333333334 0.06234466666666666 0.03180283333333334 -0.035453000000000005 0.04939416666666666 0.006079333333333333 -0.0068484999999999996 0.033415 -0.01911833333333333 0.024957000000000003 -0.02509566666666667 -0.035279666666666674 -0.014499666666666668 -0.015533333333333335 0.011771166666666666 0.016859 0.038387166666666674 -0.0135345 0.03344516666666667 0.013904666666666668 -0.045387666666666666 -0.0118155 0.027392833333333335 0.012338333333333333 -0.05676016666666667 0.0076528333333333335 -0.028375333333333336 0.0277255 -0.022151166666666666 -0.019960500000000003 0.011910833333333334 0.0002395 -0.004698333333333333 0.031633666666666664 -0.02948133333333333 -0.06369999999999999 -0.003086 -0.005049666666666667 -0.0210645 -0.008575666666666667 -0.006384000000000001 0.03641783333333334 -0.007193833333333333 -0.018957666666666668 0.005415166666666666 -0.013034333333333334 0.003939166666666666 -0.03495633333333333 -6.933333333333336e-05 -0.008446333333333333 -0.015165999999999999 0.001226 -0.0030151666666666664 -0.019868166666666666 0.014449333333333333 -0.0011740000000000001 -0.019388666666666665 0.015488500000000002 0.0378685 0.0019686666666666667 0.040536166666666665 0.024742333333333328 0.0255015 -0.012021833333333334 0.009826166666666667 0.005709 -0.019103666666666668 0.0006108333333333333 -0.011308666666666667 -0.046619333333333325 0.013969833333333334 -0.003277 0.044499500000000004 0.027506500000000003 0.035888333333333335 0.010437166666666666 -0.011149 -0.014328500000000001 -0.0138365 -0.014694666666666667 -0.022031 -0.009652833333333333 -0.0250185 0.02447033333333333 -0.021578 0.01590566666666667 -0.021744 0.007676333333333334 0.0018530000000000003 0.05576916666666667 -0.006080833333333334 -0.007535166666666667 0.024457999999999997 0.024118166666666666 -0.039818 -0.043513500000000004 0.04615266666666667 0.0018706666666666665 -0.001174 -0.045654 0.0030891666666666667 0.015712833333333332 0.02889816666666667 0.034903500000000004 -0.005251666666666666 0.006419 -0.0021845000000000002 -0.022263 0.0129325 -0.02398233333333333 -0.016069333333333335 0.018700166666666667 0.02378116666666667 0.006390166666666666 -0.010794833333333332 -0.009085333333333334 0.025845333333333335 -0.031636333333333336 0.023786166666666667 0.0316015 -0.035048833333333335 -0.025139333333333333 -0.012614 0.03526783333333333 -0.023195833333333332 -0.031631 -0.010654166666666666 0.0039180000000000005 -0.033515833333333335 -0.028063333333333332 0.03851266666666666 -0.011554166666666666 -0.0031753333333333334 -0.009036666666666667 -0.007991666666666666 -0.014837499999999998 -0.00044300000000000003 0.01563016666666667 -0.07151533333333332 -0.003841833333333333 0.008206666666666666 0.03231883333333333 -0.03728616666666667 -0.04564083333333333 -0.007421500000000001 0.037969833333333335 -0.013531833333333331 0.005183833333333334 0.008254666666666665 0.0001395 -0.04672083333333334 -0.035322 0.015181 0.028617 0.0183265 0.010058666666666667 0.017709333333333334 -0.009765666666666667 -0.00709 0.039724999999999996 -0.034767166666666675 -0.0006115000000000001 -0.0067625 0.026731500000000002 0.003937666666666667 0.067004 0.007000666666666666 -0.028757500000000002 0.0039045 0.003469833333333333 -0.0007631666666666667 0.014001833333333333 -0.004713333333333334 0.0026745000000000002 -0.02164416666666667 -0.0048088333333333325 0.005547666666666666 0.0146695 -0.012232833333333332 -0.020890500000000003 0.000593 0.0008991666666666667 -0.012067000000000001 -0.032927333333333336 -0.041550166666666666 0.005927333333333333 -0.0160415 -0.03969966666666667 0.031166666666666665 0.03238233333333333 0.002773166666666667 0.03114183333333333 -0.013237833333333332 0.015278166666666667 0.0097845 -0.019024666666666665 0.045553500000000004 -0.005195333333333334 0.038455166666666665 0.056924833333333334 0.020857666666666667 0.014059000000000002 0.008077833333333334 -0.05180166666666667 -0.04126683333333333 -0.025012166666666665 -0.0066166666666666665 0.018082 -0.020797333333333334 -0.031131166666666668 0.0090325 -0.005282833333333334 0.03338533333333333 -0.0208 -0.030290833333333333 -0.017673333333333333 -0.026581833333333332 -0.010422333333333334 0.004762666666666666 -0.002366833333333333 0.0247795 -0.007233666666666666 0.010296333333333334 0.004755166666666666 0.01634333333333333 0.005315333333333334 0.005272666666666666 0.02833933333333333 0.04043733333333333 -0.05361183333333334 -0.0009933333333333333 -0.018015833333333335 0.0105735 0.022856500000000002 -0.028274833333333332 -0.002980166666666667 0.005742333333333333 -0.009628666666666666 -0.027874999999999997 -0.018509 0.010911166666666666 -0.04564633333333334 0.015545333333333333 -0.07033433333333333 -0.011200833333333333 0.009007333333333334 0.01614866666666667 0.010901000000000001 0.039662166666666665 0.0003003333333333333 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0\nthích -0.052666847 -0.016789911 0.005137715 0.026966566 0.007106197 -0.039068636 -0.046021286 0.030054813 -0.019884713 -0.01362817 0.011949928 -0.037584666 -0.025946982 -0.019028036 0.02692584 -0.04243589 0.008378572 -0.0006460179 -0.008233451 -0.039432842 -0.027569985 0.039867733 0.04921112 -0.0508594 -0.0061423196 -0.027903762 0.0030737345 -0.05844777 0.048198085 -0.01132357 -0.01321528 0.021203432 0.04760637 0.006200836 1.3575739e-05 0.028963137 -0.010130778 -0.046957076 0.0023359633 0.039217032 -0.029872712 -0.008430066 -0.020984815 -0.004273549 -0.015598992 -0.02169684 0.03478432 0.04936045 -0.004443948 0.023337632 -0.043859 -0.0015289091 0.008876661 -0.035178017 0.021867707 0.0016183218 0.029636307 -0.05855029 0.00063384656 0.027598074 0.06819609 0.037557986 -0.02056303 -0.0060739727 -0.024094127 -0.0064681373 -0.01909498 -0.0067504193 -0.045356076 0.013121186 -0.038849086 -0.01200423 0.030881997 0.03274 -0.027406609 -0.026335998 -0.068845846 -0.017496787 -0.0060955067 -0.034382667 0.012637609 0.021689817 0.00970759 -0.023639575 0.0029169114 0.018830955 -0.0011843662 -0.0031350595 0.009098554 0.020902425 -0.028067606 -0.004986509 0.011799658 -0.0033761458 0.05350667 -0.015768455 -0.026681477 -0.022813328 0.004783341 -0.016114403 0.028425725 0.0009095745 -0.049243886 -0.01467397 0.001579467 -0.025675936 0.0024455055 0.020656656 -0.039103277 -0.027298938 0.023311416 -0.01334027 -0.02989097 0.011888134 -0.0055281348 -0.057689402 -0.0038714262 -0.08561236 0.011600703 0.055965282 0.028769331 -0.015546094 0.005071709 -0.0024693802 -0.013931985 -0.004963571 0.00062963343 -0.01461639 0.0009643456 -0.017706508 0.021822298 -0.0047355923 0.036551505 0.0226022 -0.029142898 -0.022126114 0.02515163 -0.009673884 0.012527131 0.004456119 -0.011395663 -0.053381678 -0.06345815 0.010245938 0.015078901 0.021742716 -0.053019814 0.0023645193 -0.027484786 -0.009445906 -0.04553771 -0.02448876 0.048432153 -0.0068300012 0.003348058 -0.025048643 0.010054473 -0.040679 0.0066071716 0.0215241 0.0017405034 -0.029136812 0.052434653 0.023412533 -0.033749755 -0.05506507 0.0129704485 -0.012169479 -0.039015736 -0.052421078 -0.046144404 0.052243188 0.012598285 0.032607052 -0.049110938 -0.05327635 -0.036392342 0.05741742 0.018856702 0.016614832 -0.018651193 -0.01841432 -0.011706032 0.018565994 0.01952004 -0.01408085 -0.016512312 -0.003031603 0.013539693 0.0055903955 -0.029815132 0.0028579272 -0.05101482 -0.0074488674 0.012429291 0.010643847 0.022983726 0.0036691946 -0.0072536576 0.059431307 0.0041265567 6.694244e-05 -0.00487135 0.002192248 -0.017078748 -0.026215687 0.012755109 0.023177063 0.04290074 -0.026735779 0.017502872 -0.0026786337 -0.034558214 -0.03773915 0.01954017 0.01660032 0.025843995 0.007782175 0.002731064 -0.042484574 -0.025483066 0.0048315586 0.015729131 0.017832903 0.04463235 -0.03258037 0.02921499 0.014179626 0.029177072 -0.03013065 0.0035390547 0.005123203 -0.05037863 -0.015396292 -0.03902791 0.009579791 0.016325528 -0.020215211 0.029879734 0.056992356 -0.022021253 0.015681852 0.009600388 0.019286444 0.0077788983 0.032964233 0.0018706432 -0.028207578 -0.020145461 -0.014132344 0.0006712969 -0.0143514285 -0.03584791 -0.021168321 0.024069317 -0.04737933 -0.008450664 0.0042566964 -0.015603205 -0.035085328 0.0223672 0.0047987895 0.03677106 -0.018587995 0.0040104603 0.008849509 0.033467475 -0.02483424 -0.017117135 -0.010421487 -0.028947221 -0.006826256 0.048174214 -0.032319155 -0.029596047 0.0024384835 -0.017157393 0.00040633592 -0.02215467 -0.037935294 -0.00794368 -0.037021976 0.04034382 -0.03357327 0.017097006 -0.042421374 -0.06387619 -0.044985786 -0.013124931 -0.0109888585 -0.0042028613 -0.03541255 -0.023225749 0.035691086 -0.02442135 0.007682932 -0.03459145 -0.0055463915 0.014784448 0.017119942 -0.0027675782 -0.023779077 -0.021848045 0.0074619753 0.027119176 -0.009416882 0.027965086 0.010629804 -0.040726747 0.051697817 0.0243736 -0.028258136 -0.03710858 0.037454996 0.03404655 0.0060360543 0.014107534 -0.0019197967 0.0003768438 -0.01653291 -0.018149827 0.023428917 0.046670582 0.056837406 0.028545566 -0.016587213 -0.021540485 0.031418007 -0.0014586898 -0.0064180475 -0.009304998 0.0011693861 0.0132068535 -0.03608057 -0.010055877 0.0032773707 -0.09622437 -0.0025798585 -0.09049447 0.031000433 -0.053807676 -0.03166471 0.025599163 -0.033504926 -0.012668973 0.034987956 0.003612551 -0.024408242 0.00043910494 0.019983957 -0.05366583 -0.029375091 0.024320703 -0.020228788 0.06765118 0.04270366 0.0078655025 0.0109888585 -0.035838548 0.010104563 0.05234758 0.019416116 -0.053709835 0.024364239 -0.036889497 -0.0358451 -0.012951723 0.040852208 -0.05519006 -0.020172143 -0.03087357 -0.0044542467 -0.0028031562 -0.01043553 -0.0029407858 -0.04666356 -0.026734844 0.00081267185 0.00028509053 0.01706564 -0.011236031 0.0004451906 -0.026019074 -0.056034565 -0.00010907404 -0.04797713 0.011400344 0.0006258884 -0.050335094 0.04777162 -0.023078756 -0.031666115 0.0019104342 0.05818234 -0.0036860472 -0.02421865 0.014149197 0.053177107 0.035354502 0.0623206 0.017375074 -0.0054836622 -0.008972159 -0.044820067 0.07688924 0.020352842 0.0030985454 0.04088732 0.02427389 0.01312774 -0.011052992 -0.026541974 -0.063065395 -0.008765246 -0.09857157 -0.0003426704 -0.055646956 -0.014202096 0.02511699 0.004390113 0.020242363 -0.0041883495 -0.004030122 0.01630774 -0.032621097 -0.011015542 0.012204121 -0.036659643 0.04550307 0.026534485 0.010842802 0.027693572 0.014958592 -0.005140524 0.03561806 -0.019469483 0.033161316 0.013422193 -0.03748636 0.035566095 0.0019937612 0.030787436 0.004317085 -0.008253113 -0.03249049 -0.04511452 0.027967894 0.00612219 0.015447787 0.041175686 0.0782941 0.002265744 -0.025189081 0.060622696 0.04400927 0.0025007448 0.016211772 -0.004839985 0.012868864 -0.019270059 0.041420985 0.039255887 0.008537736 -0.014083191 -0.013792951 0.04056384 0.013602423 -0.006295398 0.06447774 0.0135808885 -0.031898305 -0.018044965 0.027077982 0.0038452111 -0.040555883 0.0037534577 -0.006602959 -0.020490939 0.034474418 -0.0280868 -0.0013425938 -0.03552771 0.009323256 -0.0031795318 0.054290786 0.0036949418 -0.039609794 -0.018896492 0.020097712 0.018371252 0.022395289 -0.051438477 0.0311287 0.00899463 3.3237153e-05 0.0091673685 0.023971947 0.022105984 0.019693248 0.006100188 0.01734839 0.004937824 0.033107013 -0.014981531 0.012459251 0.015412677 -0.0012353923 0.09669905 -0.040301688 -0.0071909283 0.016323656 -0.04748419 0.01028292 -0.00632489 -0.02651529 0.036336634 0.0124147795 -0.073063694 -0.06894837 0.009453395 -0.028547907 -0.020799436 0.07443297 0.013649703 -0.056230243 -0.00034173412 0.047918145 0.04421665 -0.054430757 -0.0046007712 0.022689741 -0.059443947 -0.022361582 -0.010335819 0.02915507 -0.02394573 0.023118079 -0.029962592 -0.0040830206 -0.024360493 0.023407383 0.017013209 0.026751695 0.00017976151 0.025308454 0.027566709 -0.022413544 0.00819881 0.00011469159 -0.07646184 -0.0013912792 -0.010745431 -0.0072850226 0.014269506 -0.015186571 -0.014595324 -0.022213655 -0.035526305 0.03572994 0.06478483 -0.006443795 0.048376445 0.010951408 -0.00050042983 -0.039995063 0.015842887 0.010670063 -0.013367889 -0.0011211688 0.00018303841 0.033500243 -0.02712339 0.017728042 0.0006446135 -0.042776216 -0.050578523 -0.0031032267 0.015672958 0.0010022641 0.015948215 -0.020439913 0.0037380096 0.026764335 0.0076454817 0.0020255938 -0.01885951 -0.014487186 -0.07099503 -0.031675946 -0.019136643 0.0065959366 -0.045268066 0.015005873 -0.026000816 -0.016186025 -0.06369643 -0.036632024 0.014959997 -0.010962175 -0.03525479 0.015632698 -0.0058076074 -0.061079122 -0.0059007653 0.037798133 -0.03438828 0.055561285 0.010562393 -0.06592285 0.022588158 -0.011915754 0.0031692327 0.045666445 -0.015776413 -0.050382845 -0.005014597 0.030455532 0.007084195 0.018343164 0.043091267 -0.009099958 -0.018385764 0.015049409 -0.013311246 -0.05766178 -0.008359378 0.044266272 -0.0104018245 -0.047142923 -0.0457273 0.015525028 0.019033186 -0.02663841 -0.005154568 0.009375218 -0.015064857 -0.01847892 0.05281056 -0.02951272 0.0521725 -0.03289823 0.0067977 0.03491399 -0.000682532 -0.005137715 0.008159019 -0.04949574 0.0058684642 0.066132575 -0.011387704 0.031048182 0.005508941 0.016100358 -0.031663306 -0.037948873 -0.022164032 0.02060329 -0.014311169 -0.007970831 0.004236099 -0.010586267 -0.01695048 -0.02450608 -0.08105887 0.062761575 0.0063305073 -0.04187975 -0.023446238 0.015397228 -0.051131852 -0.0013074841 -0.008477347 -0.02158683 -0.06959813 -0.002751662 0.02976317 -0.051142618 -0.04191954 0.00419818 -0.011370383 0.015443105 -0.0053979945 -0.046032052 0.08816413 -0.0048128334 0.008361719 -0.02905489 -0.032671187 -0.012522917 0.06593783 0.011647516 -0.00038105695 0.009568087 -0.049072083 -0.025791096 0.03338368 0.009692609 0.033339206 -0.024432117 -0.005090902 0.01574458 -0.017677017 -0.038951606 -0.009248355 -0.032921635 -0.022268426 0.029501017 -0.0052823666 -0.03144984 -0.07708492 0.0037146031 0.0010869954 0.040533878 0.013216216 -0.01916988 0.015484769 0.007876737 -0.058891557 -0.041986953 -0.016399961 0.030569287 0.002643524 -0.0009741763 0.023916706 -0.0240534 -0.0035179888 -0.007526577 0.033411298 0.025450766 -0.027510066 -0.044923995 -0.036314167 -0.077793665 -0.0036368936 -0.0055763517 0.011714927 0.045342032 -0.021698711 -0.014165581 -0.04035178 0.031195644 -0.014482505 0.024727507 -0.06619483 0.0137615865 -0.0041008093 -0.058508158 0.04787648 0.015721174 0.0093382355 0.028696304 0.035814203 -0.0040310584 -0.0045010597 0.007496617 0.017254297 -0.014027951 0.03898297 0.03458115 -0.031513505 -0.06706228 0.032030787 0.050236788 -0.0092474185 -0.055842165 0.038246132 0.050210573 -0.023036625 -0.05752696 0.026129084 -0.038129568 0.0021440305 0.010463149 -0.0057930956 0.03416873 -0.04492493 0.049008887 0.05115151 -0.005470555 -0.039694056 -0.007843968 -0.044946462 0.022353625 -0.020828929 -0.0014399646 -0.06859633 -0.028250644 -0.0097670425 -0.08409047 -0.010097072 -0.02168935 0.0013201236 -0.013788737 -0.005551073 0.005726621 -0.03345858 0.011353531 -0.017075472 -0.0504114 -0.002363583 0.017520193 -0.012457847 -0.024070721 0.0285994 -0.0009680906 0.011209816 -0.0047655525 -0.011845066 -0.012317876 -0.044585068 0.057667397 0.0010326924 -0.038436662 -0.013934794 -0.028671492 0.03223021 0.046356466 -0.02896969 0.04205015 -0.017614286 -0.01640277 0.01882955 0.049632903 -0.046054058 -0.012360476 0.008426321 -0.0023013218 0.024664776 0.05564087 -0.0110581415 0.008596719 0.0025611334 -0.035038047 -0.032096323 0.04157219 0.044071063 -0.0005163462 0.023117611 -0.008508244 0.039176308 -0.0450429 0.021239009 -0.03447676 0.06416924 -0.03129161 -0.06323439 0.01698325 0.010851229 -0.030266408 0.034751084 -0.016956566 -0.0018551949 -0.036518738 -0.046047036 0.035229042 -0.07327341 -0.03752662 0.0044823345 -0.01659049 0.025196103 -0.037204545 0.038808357 -0.057960916 -0.026449285 0.02189205 -0.02867477 0.0475193 0.059580643 0.038298566 -0.006267778 0.025227468 -0.012895079 0.025551414 -0.0037829499 -0.036689606 0.013733966 -0.010032471 -0.011933074 0.017215442 0.050835524 -0.06305837 -0.011106359 -0.07107274 0.011792168 0.03433913 0.0058904663 -0.017128838 -0.055857614 -0.078946196 -0.017558113 0.0112262 0.020373907 -0.05076156 -0.008012495 0.037016828 0.002022317 0.0447124 0.0024211628 -0.011139596 -0.033790484 -0.04005311 0.047039468 0.0041738376 0.009771255 0.042067003 0.040893402 0.035028685 0.020772753 0.03840155 0.03124433 -0.009555916 0.005956941 0.037124965 0.03211177 -0.011728502 0.0011295951 0.025272409 0.027102793 0.00012967171 0.03424878 -0.009067189 -0.006998996 -0.026472691 -0.0966059 -0.030035153 -0.003398616 -0.04807918 -0.025175037 0.0077367667 -0.009864413 0.035447657 -0.01784882 -0.026916945 0.052218378 -0.051579382 0.02894207 -0.038135186 0.023236984 0.011975674 0.039063018 0.015681852 -0.01850186 -0.05733971 0.023978032 0.03868992 0.011909668 0.096896134 -0.014360791 0.008705325 -0.031743355 -0.0152001465 0.019627241 -0.042950362 -0.03649112 -0.009713675 0.010659764 0.0047660205 -0.029434543 0.017748171 0.011303909 0.021387406 0.033792824 0.06593643 -0.034785725 -0.01826124 0.0686586 0.08539467 0.017466359 0.05292853 0.05471444 0.01567436 -0.032458186 0.012457379 0.004055869 0.033183787 0.0066207475 -0.013016793 0.012125944 0.03405357 0.015037238 0.021028351 0.023363378 0.02343313 -0.052254423 0.03417435 -0.023789376 -0.02134387 -0.053156976 -0.02721374 -0.015770795 0.03114883 0.016762761 0.017499596 0.053425215 0.04292742 0.030023448 0.05378942 -0.0041738376 0.010208019 0.0068969433 0.004589536 0.05893837 -0.022338176 -0.044060763 -0.009637838 0.053182255 -0.009612559 0.013199363 -0.03416405 0.031353403 -0.0098119825 -0.0144520765 5.757986e-05 0.007954915 0.041734163 -0.02320562 -0.011456051 0.0158897 -0.021671092 0.060243513 -0.0027638332 0.018279966 0.020637464 -0.05076718\nhận -0.011425744 -0.020851307 -0.019593254 -0.011266336 0.0058448245 -0.03214428 -0.002316129 -0.01380539 0.034952566 -0.023294881 -0.03374123 -0.036335602 -0.012246962 0.017666835 0.018803181 0.017761087 -0.013846369 -0.029953137 -0.04351757 -0.04507231 -0.023460435 0.015554781 0.021186514 -0.027641924 0.008042934 -0.0044884216 -0.009012495 -0.0082826605 0.015228179 -0.007713463 0.00079294224 0.0008621966 -0.010125074 0.014484821 0.024379592 -0.067616865 0.016162498 -0.04663156 0.022317123 0.022394983 0.0115818735 0.021865536 -0.0580864 0.028768435 0.029346239 -0.036679417 -0.00027619797 0.045416124 0.019237967 0.014922067 -0.0014445072 -0.016581712 0.0126391305 -0.032727 0.0072167986 0.0063570607 0.008898984 -0.01258176 -0.0015948998 0.07386205 0.008721136 -0.019394916 -0.074509114 -0.02485167 0.0028132033 0.014696682 -0.042444743 0.005395695 0.021554096 0.044769887 -0.01835569 0.051699422 -0.026897337 0.00015940802 -0.014615954 -0.008251927 -0.020874664 0.01944696 -0.0067299693 -0.028616404 -0.0068459394 -0.0051576076 0.0018018434 0.029183552 -0.009437856 0.02543316 -0.0004011837 -0.0045166975 -0.0020276373 -0.011567531 -0.0024923384 -0.012786655 0.012773131 -0.014960586 0.035098452 0.0016916101 0.03434444 0.005226862 -0.038028035 0.012493245 0.026244953 -0.005582149 0.0054034814 0.02815703 0.012576023 0.038047705 -0.0214873 0.021318467 -0.0030213762 -0.00025079102 0.047007747 0.02177948 0.025276212 -0.037606772 0.05576822 -0.013078014 0.022521608 0.00975995 -0.001917404 -0.042339835 0.022102393 0.023325205 -0.013939392 0.05288986 -0.0401028 -0.0054674083 0.010777048 0.022147061 0.008523617 -0.0071176295 -0.029005704 0.005475194 -0.08131366 -0.00713607 0.013711958 -0.01717099 -0.007964664 0.025633957 0.032232795 0.0074790637 -0.004515058 -0.03883696 -0.00029668742 -0.029952727 -0.0321033 0.009576775 0.027276803 0.014832732 -0.0063169017 -0.026420344 0.0069365026 0.024781186 -0.02413126 -0.045360394 0.016214132 0.02712723 0.0145774335 -0.0018194644 -0.05232353 0.0026132262 -0.0022329418 0.016165776 0.016327234 -0.0067545567 -0.056531657 -0.0116568655 0.012870251 -0.0097034 0.021766366 -0.013166119 -0.023364134 -0.046627052 0.053236544 0.009942307 0.015334724 -0.04445927 -0.01411642 0.05602229 0.003004575 0.025633138 0.045726337 0.048454303 -0.044987895 -0.0086670425 -0.039018493 0.03027851 -0.029489255 0.02459924 -0.016148156 0.010450446 -0.009819371 -0.019906742 -0.016598923 -0.020423077 0.007917538 0.002856641 -0.0063242777 -0.045087885 -0.011218801 -0.039604902 0.049616054 0.059539102 -0.007324983 0.014682749 -0.0312661 0.033710495 -0.017300893 0.0378592 0.031397235 0.016501803 0.04412242 -0.004151985 -0.028682789 -0.028470928 0.048437092 0.0061218417 0.021754483 -0.00046306188 -0.0048236293 -0.0430373 -0.022140915 -0.004771586 0.00015449055 0.022644134 0.0055743633 -0.0024300504 0.014081589 -0.025036074 0.04026876 -0.024322633 -0.044656374 -0.00045978357 -0.032249186 -0.022354824 -0.03443295 0.004435149 0.011993712 0.015976453 0.011311823 -0.02290804 0.013722613 -0.0072442545 0.005432986 -0.018482726 0.019408029 0.050027072 0.026430178 -0.0018366755 -0.036059406 -0.012083866 -0.010706974 0.011523274 -0.009873873 -0.01306818 -0.025926957 -0.02889711 -0.004649879 -0.015996125 0.023701392 0.036590904 -0.021732764 -0.022781415 0.054084808 -0.011381078 0.005033851 -0.0059157177 -0.028244315 -0.024331648 0.030350633 -0.0014215589 0.027731258 -0.02652566 -0.007232371 -0.02920937 -0.008114647 0.05243008 0.030909995 0.048913267 0.0068041408 0.0005880476 0.0069381422 0.033092942 -0.03601474 0.0025095495 0.054735553 -0.042243946 -0.033165064 -0.059605896 0.00064705726 -0.030088777 0.0075081587 -0.02228557 0.031588197 0.03179678 0.002907045 0.028771713 -0.059409197 0.037423596 -0.02664245 0.008873576 0.02584336 -0.05358855 0.011099962 0.058429804 0.02994863 -0.020094836 0.021635234 -0.04308975 0.006704972 -0.021708177 0.027446866 -0.01845199 0.022360152 -0.01320382 0.0031324292 -0.018089328 0.024193138 0.038473476 -0.0026591225 -0.0035434477 -0.04380524 0.06936954 -0.0030283427 -0.016105128 -0.01555724 -0.013419369 -0.00610586 -0.016630478 0.02354854 -0.030796483 -0.018499527 0.004542514 0.03558364 -0.058985066 -0.043884333 0.033161785 -0.06422094 -0.024493514 -0.057608996 -0.027502187 0.013798424 0.0011683092 0.028822938 -0.0102566155 0.010873348 -0.013235373 0.0042343526 -0.010954076 -0.024765614 -0.007049195 0.006249696 -0.001999362 -0.004237221 0.014537274 0.045466118 0.014390569 -0.04561733 -0.024844704 -0.017137798 0.020064922 -0.03153533 -0.023401426 0.01897775 -0.0022161403 -0.01336036 -0.05339759 0.013877514 -0.016526802 -0.055376463 -0.0069414205 -0.026025306 -0.023151044 0.024924202 -0.004622833 0.014085277 0.02790542 0.032605704 0.0045220247 -0.026711704 0.027813217 -0.030421525 0.014719221 -0.009311642 -0.0021013992 -0.027364908 0.011333542 0.049249705 -0.020425536 -0.020950885 -0.016648918 0.029172897 -0.018351592 -0.021324614 0.008507225 0.041044082 0.015122863 -0.00020530442 -0.020373493 -0.02359034 -0.050796658 -0.021115622 -0.00044011368 -0.0074302987 0.0099078845 -0.015404388 0.0055354335 -0.0016608759 0.022126162 -0.039893396 0.0042257467 -0.02421076 -0.089851215 -0.03930289 -0.022760516 0.0007101648 -0.030737473 -0.01182242 0.0065762983 -0.03251227 0.044778492 -0.036148332 -0.0019825604 0.03601064 0.022703964 -0.048470285 -0.013477969 0.04958327 0.025263509 0.034046933 -0.009953781 0.015630592 0.03237991 -0.0059009655 0.005856708 0.044722762 0.02693217 -0.015668292 0.019382212 -0.02874221 0.021164795 0.025097953 -0.022781825 0.050081577 0.0051461337 -0.03004534 -0.055103544 -0.028074253 0.0091899345 -0.010243912 0.06253056 0.027782073 -0.024721356 -0.040106487 0.06593919 0.011273713 -0.019521542 0.03910373 0.009413679 -0.0025968347 -0.019669065 0.018505264 -0.0029275345 -0.049627528 -0.035189424 -0.008199884 0.013976682 0.01771437 -0.015281452 -0.027214104 -0.026395757 -0.025086889 -0.014182396 0.039344687 0.024377953 -0.017291468 -0.0021866355 -0.0005073191 0.009174772 0.00037372782 0.029418362 0.04713027 -0.03348757 0.0066615343 -0.030292852 0.06794429 0.028343894 -0.011195852 -0.026681378 0.022936314 -0.024553344 0.015410535 -0.011494179 0.008245779 -0.005549366 -0.023827607 0.013054657 0.04833956 -0.0077757514 0.033745326 0.0017063625 0.023786627 -0.0029717917 -0.002325964 -0.038918916 -0.023356758 0.019225264 0.016533358 0.09608411 0.03276224 -0.007735592 -0.032467194 0.007955649 0.023051875 0.0022980983 -0.015399061 -0.01874663 0.0043290136 -0.02508484 -0.05214732 0.03107186 0.012887053 -0.05237025 -0.030077303 -0.058755994 -0.012948112 0.007130743 0.03758464 0.029145852 0.011946176 0.021873321 -0.009611198 -0.032831497 -0.044730548 -0.008121613 0.00622224 0.02494961 0.02753456 -0.05312221 -0.011229046 0.042362373 0.013723433 -0.027663235 0.046334464 -0.0031123494 0.04264431 0.022181483 0.0054256096 -0.048742384 0.04888581 -0.091248594 -0.026184715 -0.012545698 0.013682864 0.04239311 -0.07054686 0.018717945 -0.04665328 -0.0409568 0.026665807 0.02135084 -0.014563091 -0.013988567 0.0021575405 -0.020367756 -0.007221716 -0.0030754684 0.013192755 -0.03548365 -0.0061005326 -0.00018153664 -0.0006273874 -0.024954118 -0.0007142627 -0.014605709 -0.08205743 -0.04007534 0.010706974 0.013441497 -0.0033664189 0.06561095 0.007455296 0.0732777 -0.023647709 -0.007793782 -0.03873369 -0.026422802 0.037283447 -0.05864945 0.024392705 0.032698315 -0.011304856 -0.01431189 -6.8844594e-05 0.008137595 0.000688446 0.03580165 0.011951504 -0.015213016 0.010602068 -0.1103542 -0.0053657806 -0.0066578463 0.013137024 -0.06310591 -0.02259742 -0.018633528 0.03304254 -0.009652586 0.005176458 0.04332456 -0.0029074547 -0.051582225 0.074601725 -0.039272975 -0.010584037 -0.021084888 0.003959384 0.025293833 -0.018691719 -0.0029640058 -0.011591709 0.036818746 0.03553324 0.028443882 -0.010370537 0.0033688776 0.043570843 -0.057252888 0.03554717 -0.0026415016 -0.013602545 0.0012457593 0.035362355 0.028611487 -0.009985745 0.08013265 -0.021149224 0.02002886 0.00016555487 -0.00012334657 -0.00057370495 -0.020589452 -0.036155708 -0.0025398738 -0.056654595 -0.017487757 -0.018381508 -0.008830139 0.039538927 -0.024859866 0.07615483 0.059996426 0.0096173445 -0.047553994 0.0008519519 -0.06358659 -0.051866617 0.044772346 0.038882036 -0.010313986 -0.041435022 0.026489187 -0.02253759 -0.0072598266 0.005301444 -0.001975594 -0.0019321564 -0.009212063 -0.01462251 -4.917471e-06 -0.005691973 0.07895574 0.04167311 -0.05622063 -0.010779916 0.021127915 -0.039293464 -0.04213699 0.05479743 -0.014770035 0.038415283 0.033103187 -0.02734073 0.0062410906 0.07698424 0.006349275 0.010514783 -0.0024431637 0.015910069 0.06262358 0.008999382 -0.024446389 -0.0008589183 -0.010988909 -0.026071202 0.012630525 -0.017667655 0.03966965 -0.0045171073 -0.010214407 -0.006352553 0.0126333935 0.037533008 -0.030970233 -0.004058143 0.033731394 -0.032131575 0.021126276 -0.032736424 -0.07723298 0.0051498218 0.0026628107 0.024064874 0.035050504 -0.011676535 -0.008798585 -0.0057472945 -0.037658405 -0.023670657 -0.008958403 0.022410965 -0.0046367655 -0.05373034 -0.01627642 -0.021501234 -0.026729325 -0.021208234 0.018427813 -0.0059202253 0.0064078746 -0.03450221 0.022355644 -0.022317123 -0.041800145 -0.052316565 -0.022338023 0.03140789 -0.058018375 -0.0008470344 0.013556238 0.007154511 0.00637796 -0.0347657 -0.05985013 0.01119995 0.019998945 -0.0125227505 -0.007599542 -0.036744982 0.0018575747 -0.00838142 -0.009138301 -0.0014002499 -0.034915276 0.051438797 -0.0285074 0.016068246 0.022555212 0.02411405 -0.027062893 -0.018795395 -0.050710194 0.05265669 -0.022803543 -0.03718305 0.014464332 0.0066107204 0.0065328605 -0.015406027 -0.0043761395 -0.034679238 0.058339648 0.016728418 -0.009624311 0.09126171 -0.08674542 -0.055334255 0.007756491 -0.017562749 -0.035448 0.014030775 0.023677623 0.027838623 -0.0017510295 0.010545108 -0.013825471 0.022233117 -0.00577516 0.014834371 -0.0010662717 0.027337862 -0.019201085 0.080955505 0.0143692605 -0.019203953 0.004380647 -0.0033147854 -0.006010379 0.00460849 -0.025911385 0.02922658 -0.057660628 0.0049678753 0.055813707 0.058271624 -0.030538725 -0.023473958 0.026765795 -0.015465447 0.013917263 0.01829873 -0.01507123 0.00073106406 -0.02681579 -0.055464156 0.036474112 0.015157695 -0.0069237994 0.04714994 -0.114393085 -0.007854021 -0.008574431 0.029797006 0.025235232 -0.00501705 0.03364329 -0.0021493447 0.024705784 -0.01660712 0.075904034 0.024468927 -0.023637874 -0.024334107 0.0014531127 -0.044825617 0.013965208 0.00034545234 0.026244134 -0.0044863727 -0.032663893 -0.084152274 -0.023359217 -0.011802341 0.08848497 0.039770048 -0.06170156 0.0074815224 0.04332251 -0.046500016 -0.00044011368 -0.0058132703 0.007276628 -0.11079677 -0.02535858 0.050727814 -0.04682621 0.004335161 0.05682384 0.019625628 -0.01975676 0.023336269 -0.036661796 0.004215912 -0.026207253 0.032774534 -0.082240194 0.09739871 0.0540635 0.008839564 -0.010600429 -0.030699773 0.03286141 -0.025211465 -0.0009871824 0.017509066 -0.054608107 -0.0147311045 -0.076533884 -0.02430419 -0.0226929 -0.059882507 -0.035400465 0.004123709 -0.03274257 0.016669407 0.04357617 0.043879006 -0.00012457593 0.033244155 -0.025135243 -0.0135668935 0.019488757 -0.039470904 0.029072499 0.011213473 0.03041128 0.013956603 0.003264791 0.031375926 0.029375333 -0.032302048 -0.0064394283 0.011002841 0.013966028 0.016008828 0.02074845 0.0085207485 -0.0012912459 0.036994547 -0.02440172 -0.014752003 -0.041214146 -0.009435807 -0.015296614 -0.021886434 -0.038844336 -0.049069397 -0.032971233 -0.026782187 -0.015995715 -0.053881552 0.018572059 0.017590614 -0.08033017 -0.024331238 0.011428613 -0.020979982 -0.04783593 0.010534452 -0.0004917471 0.0075171744 0.041176036 -0.028206615 -0.046107028 0.03383261 0.012606347 -0.033397004 -0.026531396 0.04361264 0.0382149 -0.011188476 0.015421189 0.016908724 -0.026021209 -0.036819156 -0.023340777 0.09008151 0.0147085665 0.0086256545 0.024043566 0.02179669 0.043723285 -0.014323364 -0.09424415 0.01448605 -0.006477129 0.06308746 -0.0012904264 -0.018458137 -0.03642371 0.008610082 0.08501734 0.003712281 -0.01382588 -0.01860976 0.071162365 0.025154095 -0.02249743 0.031144803 0.020822622 0.016748087 0.017509475 0.06265104 0.017896727 -0.057095937 -0.06793691 0.06508683 0.034041192 0.043084834 -0.03912545 -0.017353347 0.0039446317 -0.02045873 -0.0014678652 0.061577395 0.013914804 -0.029171668 -0.05458065 -0.021366412 -0.0121146 0.037017904 -0.020723863 0.0035188603 0.001024883 0.0046994635 0.010872119 0.08696917 0.029811349 -0.04806828 0.01602481 -0.007827794 0.008975204 0.05236451 -0.028965134 0.009280907 -0.022935905 0.01674276 0.024199285 0.046817604 -0.001137575 0.10519168 0.019151501 0.0140918335 0.011423695 -0.018406095 0.032032818 -0.02638633 0.0032307785 -0.006434101 0.04058225 0.009094453 0.05520763 0.04350036 0.030819431\nđắm_say 0.035702 0.003980857142857142 -0.053504142857142854 0.03221771428571429 0.02075242857142857 0.03124714285714286 0.013928285714285714 -0.004067285714285713 -0.029518714285714287 -0.02486771428571428 0.039360285714285716 0.002806714285714285 -0.008131285714285714 -0.023265857142857144 0.022190714285714286 -0.006307999999999999 0.011657142857142856 -0.02956114285714286 -0.005587571428571429 -0.03802957142857143 -0.019681 0.0022124285714285722 0.0006238571428571431 0.01662257142857143 0.001853 0.02697257142857143 0.0027574285714285713 -0.0036337142857142857 -0.0029519999999999998 -0.019487285714285714 0.021438285714285715 -0.030772714285714285 -0.008924857142857142 -0.031124857142857145 0.01901614285714286 0.012129571428571429 -0.040841714285714294 0.03329128571428571 0.00568242857142857 0.027204428571428574 -0.018581571428571426 0.012166571428571428 -0.009059857142857144 0.001293 -0.026378142857142853 -0.03102371428571429 0.041379285714285716 -0.005009428571428573 0.005132 0.026112857142857143 0.010681428571428573 0.057486714285714294 0.02998428571428571 -0.03662714285714286 0.050667 0.0043487142857142865 -0.009377285714285715 0.034112142857142855 -0.01753942857142857 0.021653428571428573 -0.02217614285714286 -0.03190328571428571 -0.012284285714285716 -0.010972714285714284 0.01253842857142857 0.012757571428571427 0.038394428571428565 -0.016060857142857144 0.030459142857142858 0.011976571428571428 -0.04228085714285714 -0.013794571428571425 0.02658 0.013561857142857141 -0.049720714285714285 0.012235000000000001 -0.01875342857142857 0.027661857142857144 -0.019043428571428572 -0.01651657142857143 0.013259428571428571 -0.0019421428571428571 -0.0012818571428571425 0.03199085714285714 -0.023910571428571427 -0.054441142857142855 -0.00786857142857143 -0.00922042857142857 -0.01359757142857143 -0.015065285714285713 -0.0036342857142857145 0.03479271428571428 -0.006764142857142857 -0.017945428571428574 0.004744857142857142 -0.014016142857142855 2.6000000000000354e-05 -0.028157285714285718 -0.0038822857142857136 -0.008542571428571429 -0.014890142857142855 0.008143857142857144 -0.0027311428571428578 -0.015157 0.016174285714285714 -0.004676 -0.01785542857142857 0.009452285714285715 0.04152528571428571 0.005572571428571428 0.033860857142857144 0.022775857142857143 0.019242428571428574 -0.008984571428571429 0.010134 0.0050461428571428575 -0.019351142857142855 -0.002210857142857143 -0.007771 -0.04494942857142858 0.007641857142857144 -0.0035112857142857138 0.045478714285714296 0.024913714285714286 0.032718285714285714 0.012446571428571428 -0.013141285714285713 -0.014172714285714285 -0.011939428571428571 -0.008726857142857142 -0.014421999999999999 -0.006474714285714286 -0.023751857142857147 0.024041285714285716 -0.018005714285714285 0.018321285714285714 -0.020860285714285713 0.013666999999999999 0.0022405714285714286 0.04634814285714285 -0.007906571428571428 -0.0031347142857142854 0.026600142857142857 0.024695857142857148 -0.038662857142857145 -0.035913571428571434 0.04284085714285714 0.0004268571428571429 -0.004044857142857143 -0.040840714285714286 0.004995285714285713 0.009833428571428571 0.024998999999999997 0.03072 -0.004796000000000001 0.008971999999999999 0.00167 -0.021051571428571426 0.005271142857142857 -0.024544142857142855 -0.011376285714285716 0.01452142857142857 0.020447857142857146 0.006906857142857143 -0.014465142857142855 -0.007716285714285715 0.022790428571428573 -0.030101857142857142 0.02692785714285714 0.027322571428571425 -0.03298971428571428 -0.02493771428571429 -0.013454285714285716 0.02807357142857143 -0.024712428571428576 -0.025451571428571428 -0.0039049999999999996 0.0036442857142857145 -0.02271185714285714 -0.02618971428571429 0.036305 -0.005518142857142856 -0.004316428571428572 -0.007544285714285714 -0.010476571428571429 -0.010429571428571427 0.0011138571428571428 0.011214 -0.06572914285714286 -0.008236857142857143 0.010567857142857143 0.02773628571428571 -0.032573000000000005 -0.029272 -0.013520571428571425 0.03498885714285715 -0.005473 0.0028867142857142863 0.009524142857142858 -0.00017500000000000003 -0.043653571428571424 -0.033899428571428566 0.012689142857142855 0.027494428571428576 0.022720999999999998 0.004914571428571429 0.014784142857142859 -0.011413000000000001 -0.008312285714285715 0.03192242857142857 -0.035359428571428576 0.0013294285714285712 0.00038514285714285734 0.018208571428571428 0.007099571428571428 0.05693771428571428 0.009471714285714286 -0.024547285714285712 0.0037761428571428573 0.010671285714285713 0.009223714285714285 0.009572571428571429 -0.003733571428571429 -0.007099714285714285 -0.016010714285714288 -0.004519142857142858 0.008136714285714285 0.013723 -0.008729142857142855 -0.01835785714285714 -0.00041042857142857146 -0.006710571428571429 -0.012885428571428572 -0.03539485714285714 -0.03873457142857143 0.00922985714285714 -0.014655857142857142 -0.04312071428571428 0.02744342857142857 0.026921000000000004 0.002742285714285714 0.030405428571428576 -0.016467285714285716 0.010253714285714286 0.005501428571428571 -0.012715428571428572 0.03803371428571429 -0.002460571428571429 0.031764714285714285 0.053971428571428566 0.013786714285714286 0.013702285714285712 0.010443571428571429 -0.048286142857142854 -0.03447328571428571 -0.022426571428571428 -0.007564285714285715 0.020196142857142857 -0.018473 -0.03326342857142857 0.008520857142857143 -0.003727857142857143 0.023933714285714287 -0.02144357142857143 -0.030397 -0.02064757142857143 -0.02148514285714286 -0.010815999999999997 0.0018968571428571428 -0.0006154285714285715 0.02023285714285714 -0.007855714285714284 0.008901142857142857 0.0018198571428571428 0.017402857142857144 -0.00016099999999999993 0.008795142857142856 0.025696142857142855 0.03737185714285714 -0.04898142857142857 -0.002048714285714286 -0.013250857142857144 0.008211857142857142 0.02059357142857143 -0.030653999999999997 -0.0010755714285714286 0.004717285714285714 -0.004603 -0.030251142857142855 -0.01348042857142857 0.012580000000000003 -0.04157171428571429 0.014565999999999999 -0.0641227142857143 -0.009638571428571429 0.009994 0.012000142857142859 0.007542714285714285 0.03847642857142857 -0.0017545714285714287 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0\nđẹp -0.031829193 -0.0300507 0.022813685 0.0029789673 -0.0046096453 -0.027405815 -0.033424415 0.02019486 -0.035588257 -0.0065731234 0.025243254 -0.0072220624 0.01360892 0.00201688 0.009110351 0.002034396 0.029683724 -0.025859727 -0.031179402 -0.029391082 -0.02745281 0.011715078 0.046887655 -0.06794933 0.047714315 0.005235942 -0.016939485 -0.0060446593 -0.016168363 0.015131514 0.014379616 0.037675627 -0.048540976 -0.019574972 -0.017770845 -0.001290188 0.00019011048 -0.040401682 0.0189051 0.0143714985 0.012824555 0.04166282 -0.01307832 0.03138019 0.0055691693 0.011031962 -0.0018630828 -0.010825191 0.020167945 0.013365408 -0.029545305 0.036050502 -0.0006767079 -0.009317977 -0.014611593 -0.018902536 0.015871448 0.019231064 -0.015116134 -0.027607461 0.046788115 -0.04654503 -0.041148026 0.003822289 -0.023588225 0.04429788 0.015067004 0.016733568 0.025674742 0.026635548 -0.022126725 0.007271192 0.010348419 -0.009787058 0.012679729 -0.0027619423 -0.03514182 0.004816417 -0.024811769 0.071048774 -0.020993752 0.032100048 -0.039689943 0.004522066 0.0100844 0.018358693 0.010656441 0.004932192 -0.028202998 0.016218774 0.03219617 0.0215769 -0.036001373 0.06620886 0.023562165 0.010129685 0.012539175 0.039346036 0.006193757 0.0676537 0.049620118 -0.020237155 0.012642561 0.030500557 0.032368768 0.03882868 -0.032577246 0.045519713 -0.011979524 0.0074976156 0.00758135 0.003486071 0.00026871797 0.031906094 0.05578098 0.0346125 0.03164592 0.00950467 0.007069974 -0.014495818 -0.0097208405 0.012125632 -0.014438571 0.046102434 -0.021206504 0.007994466 0.011818037 0.012070521 0.0048488853 -0.030864544 0.013813984 -0.004149962 -0.014256578 0.009696489 0.009810128 -0.009409828 -0.006283045 -0.01876241 -0.020525098 0.016712207 -0.009862249 -0.015551038 -0.0042204526 -0.0015093491 -0.009155208 -0.022658607 -0.0007677046 0.0203713 0.00633132 -0.026677415 -0.027762966 0.020542612 -0.041790556 0.052980162 -0.021670887 -0.027582683 0.015472857 0.011563417 -0.036377322 -0.004640832 0.03056635 -0.0021394906 0.031119592 0.0070208446 0.0032220525 -0.009978023 0.017318424 0.05881506 0.03221326 -0.022781217 -0.0020792533 0.02348484 -0.022050254 -0.004093997 -0.02505528 0.0021411995 0.020163247 0.016642144 0.047771133 0.041843534 0.010570997 -0.0052393596 -0.0535035 -0.0044844714 -0.0069670156 -0.007193866 -0.029430386 -0.012680156 0.028244438 -0.019271223 -0.029073661 -0.030908547 0.0343143 -0.033737134 0.014224109 0.03145453 -0.023772782 -0.0062142634 -0.016070958 0.0043934747 -0.03635639 0.01204147 0.038562525 0.022092547 -0.027761258 0.041452203 0.045631643 0.029475242 0.0055033783 -0.019442108 0.021988308 0.014232654 0.0054303245 -0.0052585844 0.024669506 -0.0026504393 0.04770705 -0.046215646 0.008000447 -0.021020666 -0.021507263 -0.018262569 -0.0025274015 0.030412124 -0.08075552 0.04518136 0.03378242 -0.009039006 -0.0005066765 -0.005022762 0.0010483846 -0.021781962 -0.015219946 0.01727314 -0.06278773 -0.016116243 -0.030293358 0.012990741 0.035189666 -0.00851994 -0.001658447 -0.008894607 -0.035259303 0.074175134 0.045464177 0.03909227 -0.021776836 -0.0137759615 0.03330864 -0.008811301 -0.013376515 -0.0011598875 -0.017001858 0.029476525 -0.009089418 -0.037902907 0.034737673 0.0019224656 -0.0070968885 0.04715637 -0.009985287 0.030736808 0.019486539 -0.023667688 0.04051575 0.03938534 -0.02085149 -0.004522066 -0.03701387 -0.003866719 0.014746166 0.032872453 0.03329582 -0.054177646 0.039477617 0.027752286 0.03067187 0.029978074 -0.0069969203 0.02106766 0.038101986 -0.0063915574 -0.015833855 0.051871113 0.028333299 -0.027657446 -0.023257134 -0.030539434 -0.014351847 0.02623482 0.008482773 0.021248372 -0.047542576 -0.009635397 -0.08304795 0.029619642 -0.008847186 0.0064517944 0.010801266 0.004997556 0.009289781 -0.04061401 -0.046734713 -0.040608026 0.009683246 -0.017565355 -0.035588257 -0.04093271 -0.012132467 0.018245908 -0.0485508 -0.013922923 -0.034474935 -0.03909825 0.03769955 -0.03462916 0.015234472 0.030912392 0.04457856 -0.018870069 0.037183903 0.047597684 0.015243444 0.015163127 -0.03259049 -0.018355701 0.009850713 -0.05704511 -0.029126635 -0.0349265 0.017616194 0.009550809 0.06411893 -0.057389442 -0.04149065 -0.030451428 -0.01844029 -0.028722918 -0.01191117 0.010119004 0.018518897 -0.020415302 -0.017800322 -0.01926225 0.0010445396 0.056010824 -0.0124909 -0.021118926 0.03411992 -0.010045096 0.0146098845 0.0023364366 0.029539324 -0.028068852 0.02852469 0.056952402 0.03961561 0.008148691 -0.03275967 -0.0280492 -0.004080754 0.048044123 -0.015705263 0.00833453 0.009810556 -0.0018442853 0.03191293 -0.00015337003 -0.008150827 0.010539384 0.037172794 0.00532523 -0.03057233 -0.075045794 0.02447085 -0.04812145 -0.0122854095 -0.046953447 -0.014304853 -0.063697696 0.0042742817 0.011544192 0.020121379 -0.010544083 0.0034634287 -0.03206331 -0.013187259 -0.046878256 -0.0006831161 0.012351628 0.048654616 -0.005578995 0.03672849 0.004290089 0.016579771 -0.0032660554 0.005168442 -0.024146168 -0.019212695 0.0003810754 -0.017293219 0.036807097 -0.023963321 -0.055473812 0.016063267 -0.021901155 0.005558916 -0.018999087 -0.026195517 0.06286975 0.024379855 -0.048447415 -0.0017396178 0.051186286 0.02201992 0.029558549 0.0062283613 0.0029721318 -0.023780473 0.02078228 0.003201119 -0.028369185 -0.03094828 0.0110968985 -0.020590888 -0.04880542 0.03398962 -0.01942502 0.018416366 -0.022120316 0.033241995 0.011251124 -0.027947096 0.02827178 0.030893167 0.0036637923 0.030410843 -0.032027423 -0.008069229 0.021512391 0.021945158 -0.007267347 -0.04179013 -0.01271476 -0.008243959 -0.027219122 -0.034681708 0.070469044 0.05266317 0.02750621 0.043244794 -0.023865487 0.015467731 0.020562692 -0.019252852 -0.007328439 -0.008431934 -0.028283741 0.030019088 -0.0076398784 -0.017946858 -0.03366579 -0.008537029 -0.031468198 0.02142652 0.06846199 0.02506596 -0.013144538 0.0005045404 -0.023572845 0.0019399814 -0.017858852 -0.017467095 0.027493395 -0.019459624 -0.016564818 0.0140152015 -0.011335712 -0.010577406 0.013669157 0.0025235566 -0.008549846 -0.030339072 -0.008228153 0.00772703 -0.004312304 -0.025072796 -0.007057585 -0.03323687 -0.040755842 -0.0027563884 -0.015707398 -0.013312006 -0.029697822 0.04638397 0.037025407 0.03576384 0.00028666097 -0.024274759 -0.015573253 0.015582652 0.007639024 0.060111653 -0.017655497 0.00028666097 0.007107569 0.048414946 0.06991794 -0.008215336 0.007718486 -0.032867327 -0.096877314 -0.057014775 0.010270239 0.004300342 0.020070113 -0.057863653 0.013344475 -0.06902335 0.08641013 -0.05442244 -0.0076279165 0.003598001 -0.04781044 0.01591588 -0.009915651 0.048009094 0.06450086 0.096389435 -0.019993216 0.0030913246 -0.0085925665 -0.012421264 -0.019693311 0.009364116 -0.046062276 -0.023516027 -0.013931041 -0.013416674 -0.023404524 0.04724096 0.029098867 -0.02857211 0.008977487 -0.020585334 -0.016861305 -0.058639474 -0.019409213 0.031237504 -0.037559424 -0.043155935 0.027454944 0.012242261 0.065511644 -0.018826919 0.070755705 0.0075783595 0.02992339 0.028876714 -0.016702382 0.00642488 0.032169685 0.0063992473 0.0023061044 0.02519498 -0.03348209 -0.045985803 -0.062018313 -0.008146555 -0.016272603 0.041936666 -0.017230846 0.006257839 -0.059853617 -0.036402956 -0.011980378 -0.00316566 0.053140793 -0.014473603 0.006336874 0.038864564 0.016011149 -0.044737056 0.021133024 -0.018184388 -0.0056379507 -0.039455403 -0.016918551 -0.049967445 0.005109059 -0.0033177484 0.060703773 -0.019462615 0.06828598 -0.012512261 0.017263314 0.018041698 0.0017152665 -0.032278623 0.015175089 -0.0041127945 -0.03738213 -0.059759203 0.023479287 -0.0002725629 0.08286937 0.010759399 0.025708491 0.020430256 0.048864376 0.0018028455 0.029887078 0.006223662 0.045459475 -0.039551526 -0.01294332 0.025854599 -0.05973357 0.021162074 -0.0016546021 0.0013559791 0.013992132 0.008991585 0.02740026 0.00044131267 -0.014638935 0.013965645 -0.0041956743 0.054707818 -0.05789954 -0.017218884 0.018763265 0.017336369 -0.034416832 0.02505699 0.041050196 -0.07788634 -0.036867764 0.020426838 0.01694803 -0.026028475 0.019026002 0.026257463 0.02992809 0.040262412 0.026077177 -0.0058186627 -0.05527986 0.053053215 -0.004838205 0.034768857 -0.004997556 -0.01573004 0.021638418 -0.0057652607 -0.07447375 0.063067555 0.019956902 0.0016212793 -0.032710537 -0.01976551 0.02950942 0.047768142 -0.004968933 -0.07147471 0.019474149 0.03303266 -0.032088514 0.0060831085 -0.01557368 -0.045913607 -0.024075251 -0.009455113 -0.030536016 -0.015031972 -0.047734395 0.025095865 -0.0038398046 0.020787407 0.04098355 0.062301982 -0.024146168 0.013176579 -0.016406322 0.005745609 -0.0012030363 0.017946858 0.0071665244 -0.04290687 0.039246496 0.00575159 -0.014423192 0.08310306 0.0061736777 -0.02809064 0.0073198946 -0.023618558 0.10312106 0.013265013 0.023622403 0.009773815 0.0075322203 -0.03470093 0.04343448 -0.02997423 -0.015939375 -0.005550799 0.04410307 -0.03425663 -0.019143485 -0.059968963 0.016980926 0.030923927 0.023462625 -0.006194184 0.020410603 0.008023945 0.059431102 0.02247704 0.025538888 0.019917171 -0.002954616 0.116576605 0.005311986 0.025133034 -0.048621293 0.035058938 -0.003896197 0.017878931 0.029104847 -0.033802498 0.012977924 -0.06146849 -0.029398771 0.030777393 -0.018827347 0.03441897 -0.021167628 0.022832057 0.0006070719 0.008496016 0.019744148 0.04967395 -0.04670694 -0.05463092 0.04168589 -0.04352206 -0.005797302 -0.0013222292 0.03050483 0.025006577 -0.0215 -0.019774053 0.034809873 -0.04085795 0.080286436 0.01402161 0.08262415 0.0162961 -0.043996267 -0.03381574 0.019107599 0.004248649 -0.00817945 0.0013282101 0.012138448 -0.00029776857 0.018431319 0.032587502 0.054754384 0.0040529845 0.01781912 -0.0044421772 -0.002171959 0.05473772 -0.026103666 0.02793129 0.041992202 -0.026938016 0.0609161 0.011474556 0.00816108 0.013484601 0.029453028 0.007871001 0.0075142775 0.006417617 -0.061635103 0.022425348 0.04673642 -0.03131056 -0.009812265 0.03116103 0.014282638 0.0059963837 0.029208234 0.02369204 0.0022727815 -0.0016900608 -0.031976156 -0.020025684 -0.000889888 -0.021059116 0.05163828 -0.049017746 -0.023540378 -0.055553276 0.01865646 0.0041025416 -0.009716996 0.045614127 -0.027626686 0.016205957 -0.010004511 -0.039097823 0.03188687 -0.021353893 0.01576721 0.0058844537 -0.053786315 -0.061341606 -0.021149257 -0.036816496 -0.015439535 0.02502025 -0.03665245 0.053048518 0.011093481 0.031698894 -0.0047254204 0.0146726845 -0.08883329 0.016968535 -0.027004234 -0.050942346 -0.01426384 -0.032384146 -0.01805366 0.013511089 -0.051351618 -0.042488627 -0.009579432 0.05264138 0.040436286 0.04671762 0.007857758 -0.029109973 0.01767173 -0.02736993 -0.016814739 -0.00077624887 -0.0024325598 -0.056648225 -0.031979147 0.0801493 0.008361444 -0.00093389105 0.01978089 -0.020399496 -0.031813387 -0.008551981 -0.022353148 0.038995292 0.034261327 0.023289602 0.0143163875 0.053909354 0.06160904 0.03819811 -0.039337065 0.02186698 -0.0039453264 0.02309992 0.046510853 -0.039945845 0.028744705 -0.0079265395 -0.02359378 -0.014573571 0.06120105 -0.012438352 0.057088684 0.037505597 0.0043550255 -0.04582389 0.02288973 -0.0070588663 -0.037401356 -0.038815007 -0.018790606 -0.039363123 -0.05681911 0.044051375 0.044839587 -0.03480218 -0.009594385 0.00525004 0.040114168 -0.04818553 0.0061946115 -0.04429446 0.011298117 0.033526093 -0.04745884 0.049505197 -0.02521335 0.043044433 -0.012002166 0.03653881 -0.014397986 -0.0007980368 -0.011795394 -0.02388044 0.011000348 -0.044348292 0.0140246 0.0055533624 0.052241508 0.0012555836 0.008607946 -0.029620497 -0.0015764218 -0.07724381 -0.092786305 0.015890246 0.01704458 0.032567848 -0.020909164 0.0023462626 -0.018793596 -0.013694364 -0.0019374181 -0.009431616 -0.07690674 0.0105530545 -0.00325922 -0.07277472 -0.032755397 -0.01666436 -0.0028003915 -0.036492668 -0.049475722 0.0047788224 0.066650175 0.005028743 0.014155755 0.085821 0.028643884 0.0153852785 0.024996325 -0.0023936832 0.0034553115 0.010880728 -0.04735118 -0.012475093 0.012495172 -0.046534777 -0.0655518 -0.03053388 -0.019132378 -0.002006627 0.06660147 0.047160644 -0.076868296 -0.036625534 0.007359626 -0.01925328 -0.0019331459 -0.015995769 -0.028396098 0.018031873 -0.032762233 0.025703792 -0.0016546021 0.016895482 -0.035218287 0.059559267 0.022619303 0.04431625 -0.012964253 -0.04551245 0.017138995 0.0344587 -0.011644588 -0.0032489668 -0.029300513 0.010668403 0.03202358 0.044965617 -0.01800026 0.0007869293 -0.018656887 0.021041172 -0.007225053 -0.013593968 -0.016746812 0.024082085 -0.011732594 -0.004007273 0.0048711007 -0.010104052 -0.027390862 0.024883967 -0.0076954165 -0.0053739324 -0.015803521 -0.05876892 0.042122502 -0.034351468 -0.023062753 0.016602414 0.0016477667 -0.014318951 0.01241571 0.024968555 -0.002932401 -0.026275406 0.010377042 0.02368136 0.05916452 0.014972162 0.03695534 -0.04240788 -0.058732178\ngiận 0.010017667 -0.053029947 -0.0054778303 -0.07216709 -0.022590587 -0.07501136 0.024430232 -0.00013542065 0.009208172 -0.0025885678 -0.056480795 0.011185832 -0.012034266 -0.012045948 0.062405556 -0.009048089 -0.0153397415 -0.0057953983 -0.035449926 -0.056060255 0.013767045 0.03881424 0.0027399966 -0.008945118 0.005020515 -0.002996993 0.020870788 0.00952747 -0.015988722 -0.019011242 0.009231968 -0.0039635417 0.012179205 0.01084966 0.076676644 -0.07660656 0.006791367 -0.054203738 0.008615003 -0.023469307 0.006394191 0.04114841 -0.025678437 0.040113933 0.039814103 -0.011526763 0.037207797 0.04554547 0.017160783 0.02553696 -0.04538928 0.016113326 -0.008274937 -0.008372717 0.025972642 0.0030013197 0.008485207 -0.016388495 0.012585468 0.015072362 0.0077483975 0.016963923 -0.025582388 0.0077981525 -0.007818921 0.007209311 -0.034893963 -0.02266284 0.012731704 -0.006409334 -0.031459127 0.005881929 -0.017357206 0.015837293 -0.00028555153 -0.0027010578 -0.0146873 0.047082257 -0.033009324 -0.020558845 -0.030012764 -0.024381341 0.020388812 -0.01686701 -0.016445605 -0.018553494 0.009767593 -0.045044024 -0.017122276 -0.053003557 -0.056469545 -0.03697806 0.045490954 0.003984742 0.048469342 -0.0093029225 0.013078692 -0.0063669337 -0.029554151 -0.0023155634 0.0588552 0.018184008 0.0031427974 -0.016204616 0.035153557 0.03210724 -0.0241105 0.10265923 -0.036362823 -0.041875266 0.004763519 -0.015416754 0.01530513 -0.014984533 0.060953137 -0.049327727 0.0066563794 0.007635042 0.013237044 -0.003538243 0.028666778 0.052214827 -0.009037706 0.047033366 -0.048320077 0.015632216 0.035289843 0.04636405 -0.027881945 0.009186106 0.0060874396 0.0018876686 -0.070550695 0.008674277 0.018680695 -0.010080402 0.020659221 -0.04056303 0.03633427 0.025220258 0.01134851 -0.026781272 -0.03655579 -0.02899646 0.01926997 0.04139329 0.026658399 -0.017348986 -0.035607845 -0.005197903 -0.008544048 0.02177287 -0.030099295 -0.029013334 0.024276638 -0.012883133 -0.013587493 0.009242784 -0.010634631 -0.0024592043 0.027381362 -0.029122362 0.015441848 0.0010850958 -0.045699492 0.015638273 -0.019774877 -0.0405189 0.021949828 0.009513193 -0.05198682 -0.042718943 0.047113407 0.041950114 0.01809142 -0.0142416665 -0.04630694 0.07278579 -0.0052762134 -0.018837316 -0.0078072385 0.09090014 0.00089083426 0.02190137 -0.041517895 0.056064148 -0.008350219 -0.0066433996 0.02891339 0.0016306723 -0.039495237 0.005981872 -0.010804664 0.026947845 -0.012623541 0.030409507 -0.004487053 -0.04419559 0.00067234406 0.02912539 0.02993705 -0.0015346231 -0.017076846 -0.0047090044 0.009130727 0.017267214 0.012061091 0.044684056 0.03623649 0.0013416596 0.03726361 -0.03203715 -0.037445325 0.0040608887 0.08393441 -0.06249901 0.0061726724 -0.0052814055 0.0121407 -0.046481732 0.016420944 -0.031533543 -0.009917724 0.02684098 0.028244508 -0.0048660575 -0.0027789355 -0.043399505 0.032817226 -0.0695318 -0.031878367 -0.04291969 -0.0110733425 0.005330728 -0.019700026 0.015683701 0.021669034 -0.0010980754 -0.012404186 -0.008271043 0.00433822 -0.049159426 0.016192503 0.025770593 0.020599946 0.036772113 0.018869331 -0.014016254 -2.8122498e-05 -0.029509587 -0.029805522 0.010890329 -0.0005222132 -0.023419552 0.0042663994 -0.008569142 0.010167365 -0.022152308 -0.014192344 0.023323502 -0.005100989 -0.00087871996 0.07369999 -0.025901686 0.0020001587 0.0026915395 -0.01442814 -0.042054817 0.0151991295 -0.019430917 0.023895904 -0.01979824 -0.04684819 -0.04729512 -0.0032751895 -0.040063746 -0.0028291235 -0.01973983 -0.018540947 -0.006711759 0.0007402707 0.017649248 -0.0044675837 0.0019767953 0.033185847 0.0014623699 -0.036504734 -0.033400442 0.016460314 -0.012563835 0.015551742 -0.035476748 0.016415318 0.03479402 0.017392684 -0.0025491964 -0.050730824 0.00030588626 -0.037676793 0.025354812 -0.0076324465 -0.051134925 -0.010353839 0.031523157 -0.0059308186 -0.018553494 0.036852155 -0.01122131 -0.00125859 -0.013967364 0.020905834 -0.013212816 0.02136661 -0.0061973333 -0.023908883 -0.024965856 0.042370655 0.03295005 -0.04535813 0.019157479 0.01202345 0.048776962 0.03857109 -0.059281364 -0.03150499 0.017132659 -0.013383714 0.017180251 0.008700669 -0.039640177 -0.02421001 0.032270353 0.019681856 -0.10160962 -0.022157934 -0.023257308 -0.0791406 -0.011429416 -0.026144406 -0.025135025 0.025136756 0.0052796747 0.0036079003 -0.00045991104 0.01577153 -0.009789659 0.03176155 0.01898485 0.024803178 0.017629778 0.0009120343 0.020474477 0.040443182 0.020567065 0.009356139 0.05822742 -0.03194846 0.006586722 -0.003197312 0.0072871884 -0.04121417 -0.015794894 0.010660591 0.023276776 -0.028297292 -0.030523729 -0.021675525 -0.016170004 -0.052554894 0.007307956 -0.039136134 -0.0073685274 0.025592772 -0.015206484 0.047949728 -0.028747251 0.020513415 -0.00018257991 -0.039464086 4.4996e-05 -0.022287296 0.03255071 0.0027412947 -0.0040003173 -0.043304756 -0.032784343 0.008713649 0.016921956 -0.023985896 0.016929744 -0.02021575 -0.0086219255 0.014342475 0.022109477 0.022422286 0.005354091 0.015661204 -0.010638093 -0.05839226 -0.08580305 -0.016880423 0.011017097 -0.0023558002 0.02025642 -0.052272804 0.0027728784 -0.039503027 0.014830508 0.0011833082 -0.02313876 0.027522841 -0.064491816 -0.0061371946 0.025581956 -0.0066144117 0.013434335 0.032223623 -0.015643464 -0.0053575523 -0.01699075 -0.022428775 -0.009380801 0.037555218 0.021520201 -0.016243123 -0.0030804954 0.049778555 -0.010383692 -0.010570166 0.0075511076 -0.024260199 0.023528147 -0.030384846 0.029950028 0.01703012 -0.0016739377 0.033261996 -0.030316055 -0.008768163 -0.025068829 0.003767117 0.053276993 -0.0014437658 0.0070293266 -0.03928194 -0.023708565 -0.028152352 -0.012290398 0.020562306 0.079696134 -0.0052078543 -0.039528985 -0.0235156 0.026333475 -0.01442814 -0.0082861865 0.014978908 -0.049095828 -0.002139473 -0.0059390394 -0.020982413 -0.050158426 -0.080132246 -0.007974676 -0.025857124 -0.003444357 0.053756807 -0.014527651 -0.018714441 -0.018797943 0.0040414194 0.0024427637 0.049364503 -0.002533188 0.01047801 -0.025943222 -0.017027091 0.064474076 -0.018636564 -0.0047025145 0.009195625 0.01482099 0.0023432532 -0.043527573 0.06825288 -0.0047669797 -0.014727969 -0.0031280871 0.021687206 0.012315924 -0.015603228 0.006290787 -0.0054674465 0.037636988 -0.021677256 -0.039468415 0.03454914 -0.044980858 0.014688598 0.02769071 0.03403298 0.0021541833 0.023249086 -0.013697388 0.023753561 0.033202287 0.0011339857 0.08408497 -0.018961055 -0.0084856395 0.028396802 -0.041500587 -0.006570281 -0.03989328 -0.046476107 -0.06178383 0.005820925 -0.06351747 -0.02191435 0.026995003 0.026792089 -0.065075465 -0.068823114 -0.017856922 0.011688143 -0.003484594 0.021848585 -0.0017864277 0.015792297 0.032362074 0.042178556 -0.0752385 0.006218966 0.0009154955 0.018405095 0.010481904 0.018642621 -0.028076638 0.006451734 0.022065345 0.025135458 0.024409896 0.017101942 0.010838844 0.048120193 0.008597264 0.0070050983 -0.03971027 0.020124028 -0.033760846 0.024357112 0.0057023778 -0.030693328 0.010142704 -0.049384408 0.027455779 0.034766763 0.011167228 0.011901009 0.0087807095 -0.010488827 0.05041369 -0.025045898 0.030489115 0.009722164 -0.0025911639 0.035356473 -0.034386896 -0.0049846047 0.0043736976 0.051920623 -0.009551266 -0.036449354 -0.018810058 -0.029909791 -0.003643378 0.016910708 -0.010646746 0.0034153694 0.00654562 -0.013538604 0.052486967 -0.060419675 0.0037974026 -0.031256642 -0.03221281 0.052472256 0.023910182 -0.027772482 0.047651626 -0.0491551 -0.01326906 -0.002117408 -0.019878713 0.003953158 -0.00051572337 -0.012597149 -0.040306464 0.036315233 -0.10776325 -0.015772829 -0.053306848 -0.02220293 -0.04378673 0.0007069564 0.007005531 0.03153917 -0.0148815615 0.0363996 0.021781957 -0.018618826 0.019003022 0.10779873 0.017188039 -0.060946647 -0.06896848 0.07308475 0.0069376044 -0.004245632 0.0269128 0.0021130813 0.0008527607 0.040379148 0.006126811 -0.0061237826 0.009271772 0.052441537 -0.06050794 0.009475119 0.029318355 -0.031093532 -0.03512327 0.019394573 0.019875685 0.018999994 0.03904268 -0.023140058 0.0036312637 0.028575055 0.017523346 -0.0042906282 -0.0685328 0.025908178 -0.020170322 -0.05227886 -0.012244537 -0.030970227 -0.00083675253 0.011723189 -0.038951825 0.004079493 0.040636145 0.007519091 -0.014119226 -0.045018498 -0.018084064 -0.005236842 0.046946835 -0.0031791404 -0.057881728 -0.05828496 -0.0036425127 -0.017990611 -0.04818682 0.014314353 0.018369617 -0.013854441 0.0163011 0.014033993 -0.02571305 0.017886342 0.0075524054 0.013644604 -0.002493384 -0.0040466115 -0.009117315 -0.013532546 -0.019680126 0.0071046087 0.018811356 0.074672155 -0.024383072 -0.035449494 0.010018532 0.06427592 0.029547662 0.0038601374 -0.04126912 -0.017942587 0.08450508 -0.05564707 -0.020065187 0.021509385 0.025182616 -0.023541128 0.008771191 0.018457444 0.062821336 0.003168324 -0.0007104176 0.025035514 0.0054397564 -0.03353024 -0.017857786 0.028842436 0.015791865 -0.013745845 0.040094465 -0.019300688 -0.075004436 -0.02929975 -0.012527492 0.0067593507 -0.020927032 -0.011760397 -0.0029597848 -0.028966174 -0.029199375 -0.015600199 0.02128354 0.0018803136 -0.025683196 0.025187809 -0.0062059867 -0.01917868 -0.010138378 0.02700409 0.029577514 0.011728813 -0.00437413 -0.012798334 -0.011543204 0.0014178066 -0.06562537 0.06666503 0.016744137 0.03340304 -0.014762581 0.017220056 -0.031509746 0.011759532 -0.051467203 -0.014101919 0.0027490824 0.020331701 0.021833876 -0.039335158 0.0034491164 0.01456183 -0.0163647 -0.039259873 -0.0049564824 -0.0051667523 -0.03643854 -0.019017732 0.014108409 -0.016131498 0.0040003173 0.026026724 -0.042869937 -0.010431284 -0.06496557 0.017098479 0.015087937 -0.017378839 0.012736031 0.04080661 0.013877371 -0.005330728 0.015847677 -0.06429236 0.033014517 -0.01743595 0.0151173575 0.04706322 -0.074730136 0.010686549 -0.0074308296 -0.028025152 -0.029972095 0.027758637 -0.01776866 0.009113421 0.041195136 -0.0143139195 -0.0313912 0.02483909 -0.044323653 0.013552449 0.0075610583 -0.0029641115 -0.05108863 0.016267784 -0.01995486 -0.03189654 0.01976406 0.025504943 0.014942566 -0.0030926096 -0.014825316 0.017922252 -0.075581595 0.036890227 0.038554218 0.02446917 0.024862453 -0.0017652276 -0.022635583 -0.012487687 -0.01966455 0.044969175 -0.018530997 -0.005561332 -0.0070163473 -0.0553334 0.055964205 0.0035533858 -0.024549644 0.036199715 -0.016659768 -0.032029364 0.00019729015 0.023403976 0.005492973 0.0471822 -0.031557336 0.04883883 0.01823809 0.03654108 0.0337894 0.0023744043 -0.077364564 0.007120184 0.0010405325 0.02956064 -0.005766843 -0.051908508 0.008362766 0.0071158577 -0.06727984 0.0018106563 -0.04824566 -0.054470684 0.03581552 0.0196745 -0.07741389 -0.015954975 -0.035096448 -0.00444422 -0.0066061914 -0.0051797316 -0.027741764 -0.01285804 -0.027611967 0.031617478 -0.039959475 0.024248084 0.010824567 0.0071534985 0.020891989 -0.015943294 0.0066100853 0.022096064 0.0066031627 -0.002294796 -0.026359867 0.07653387 0.03935246 0.0034577695 0.0006178297 0.039870348 0.044304185 -0.049679045 -0.022957478 -0.012587631 0.0040578605 -0.060648117 -0.01311244 -0.021853345 -0.020677391 -0.081897475 -0.024300436 -0.031768475 0.0070985514 0.011377498 -0.03109483 0.03929016 -0.052238192 0.0061449823 0.003964407 0.0038038925 0.027017068 -0.07171151 0.016654145 0.00027386987 -0.002081065 0.0135061545 -0.0032336547 -0.0024704535 0.041953143 0.011299187 -0.0059632678 -0.03959518 -0.026292806 0.0016241824 0.031317648 0.014739651 -0.0031466912 0.03612097 -0.013974287 -0.0790584 -0.09325854 -0.01894894 -0.030550553 -0.025783572 0.025164446 -0.019009512 0.04937359 -0.08176985 0.063593626 -0.010400998 -0.031275246 0.035783067 -0.08036631 -0.009948875 0.051384132 -0.005654786 -0.016251344 0.016566316 -0.028811717 0.0041102115 -0.03589902 -0.038842365 0.006509277 0.032294147 0.013936645 0.014501691 -0.0045342124 0.050201688 -0.025079213 -0.0022848449 0.022259608 -0.0022303306 0.0070721596 -0.045130555 -0.024624493 0.08835267 0.0027136048 0.0086357705 0.017798513 -0.030479165 -0.043257162 -0.04460531 -0.028302915 0.03509212 0.024052525 0.02663417 0.003941909 -0.03800042 -0.037556082 0.023698613 0.06605499 0.0094573805 -0.048544627 -0.03213493 0.04182335 0.040658645 0.0052273236 0.0113225505 0.0030493443 0.030138666 0.034469098 0.048529483 -0.044318896 -0.05760829 -0.04830883 -0.014628459 0.002857246 0.08623526 0.018001428 -0.017085068 0.036736205 -0.019321023 -0.067446835 0.008693746 -0.0006208583 -0.026987648 0.012822562 -0.047848053 0.04506955 0.0077821445 -0.0053861076 0.04822792 0.036346383 0.010874322 -0.02979038 0.07816151 -0.008780277 0.025692282 0.0139461635 -0.041569814 0.03485589 0.022022946 -0.042620298 0.021679418 0.02908775 -0.006944527 0.0043360568 0.004658384 -0.0009185241 -0.014014956 0.02158683 0.00013412269 0.015402044 -0.0035001696 0.050081413 -0.003949264 0.020086387 0.049941666 0.030671263 0.018230302 0.062057704 0.02598043 -0.025053686\nđà_nẵng 0.04829571428571428 0.0009625714285714284 -0.05038428571428571 0.03002385714285714 0.017500142857142856 0.022832 0.020646142857142856 -0.017776 -0.032537857142857146 -0.02773671428571428 0.027740714285714285 -0.010839571428571426 -0.02161957142857143 -0.017599285714285713 0.015517857142857142 -0.015452714285714288 0.018611714285714284 -0.03170785714285714 -0.009149714285714285 -0.04199399999999999 -0.02269642857142857 0.008433285714285714 -0.00038571428571428567 0.02056371428571429 -0.0032692857142857133 0.017692857142857142 0.001812142857142857 0.0006268571428571427 0.006390714285714285 -0.0063188571428571426 0.019137571428571427 -0.03007942857142857 -0.006028428571428572 -0.025015857142857145 0.025106714285714284 0.010881714285714284 -0.032386 0.02889942857142857 0.003583714285714286 0.030022714285714288 -0.011015142857142859 0.02386871428571428 -0.01892185714285714 -0.000343 -0.02674542857142857 -0.043748714285714294 0.04076914285714285 -0.006141999999999999 0.017641285714285714 0.024613571428571433 0.0046744285714285716 0.048255857142857135 0.031752857142857145 -0.031456142857142856 0.05015385714285714 -0.0046065714285714295 -0.013527142857142857 0.03256357142857143 -0.01906457142857143 0.02619785714285714 -0.016649285714285717 -0.027070714285714285 -0.002562428571428572 -0.005639714285714285 0.016172714285714287 0.004627285714285714 0.041798857142857145 -0.025978142857142856 0.02310142857142857 0.007429428571428572 -0.04114 -0.018280714285714286 0.030765428571428572 0.015423857142857144 -0.03693342857142857 0.016884857142857142 -0.003399428571428571 0.03923114285714286 -0.009349285714285714 -0.014604 0.00658457142857143 0.008424714285714285 0.01240057142857143 0.02868871428571429 -0.01715557142857143 -0.05255571428571428 -0.016702 -0.01112157142857143 -0.0006997142857142852 -0.01752771428571429 0.005877857142857143 0.03239485714285714 -0.015379571428571426 -0.01710214285714286 -0.005480857142857142 -0.02056857142857143 -0.0024768571428571426 -0.016863999999999997 -0.006829714285714286 -0.015215571428571429 -0.013552714285714288 0.012626285714285713 -0.0021335714285714287 -0.011996142857142858 0.017478285714285714 -0.0027781428571428566 -0.024628571428571423 0.0056842857142857155 0.05225785714285714 0.010368714285714287 0.024163428571428575 0.016211 0.018286571428571426 -0.005136142857142857 0.007795999999999999 0.005422000000000001 -0.02132842857142857 0.0058028571428571435 -0.0003227142857142858 -0.04294828571428572 -0.0017941428571428574 -0.004411285714285715 0.04279299999999999 0.02235485714285714 0.024963285714285716 0.017191857142857144 -0.016247571428571427 -0.009559857142857144 -0.012116857142857143 -0.0012088571428571432 -0.004245714285714286 -0.0019110000000000002 -0.026660142857142858 0.012714999999999999 -0.006355285714285715 0.014957714285714286 -0.02011357142857143 0.023684714285714288 0.0043430000000000005 0.03087457142857143 -0.018196142857142855 -0.0018027142857142855 0.035295571428571426 0.025702142857142857 -0.032486 -0.029037428571428568 0.03420185714285714 0.0032608571428571426 -0.007791285714285716 -0.029796285714285713 0.011463571428571429 -0.0037701428571428578 0.02594285714285714 0.03009342857142857 -0.011206571428571429 0.0077352857142857145 0.00602 -0.02686328571428571 -0.001963714285714286 -0.031519285714285715 -0.0016188571428571426 0.007262857142857142 0.015012285714285714 0.005302428571428571 -0.018318857142857144 -0.0025562857142857145 0.02434757142857143 -0.025567285714285713 0.02604557142857143 0.019406285714285713 -0.036063000000000005 -0.02788842857142857 -0.016185857142857144 0.007231 -0.025728428571428572 -0.01266657142857143 0.002832857142857144 0.0071875714285714295 -0.010279571428571428 -0.021714857142857143 0.03551357142857143 0.0032227142857142862 -0.0003354285714285716 -0.0023228571428571426 -0.000681857142857143 -0.0034707142857142857 0.0029065714285714285 0.01580857142857143 -0.06616914285714286 -0.015418428571428573 0.01704214285714286 0.022607428571428573 -0.03232042857142857 -0.013803000000000001 -0.018615714285714284 0.023658000000000002 0.0016930000000000003 0.0010278571428571429 0.010637571428571429 -0.006107714285714285 -0.043132714285714295 -0.029236 0.010517571428571428 0.027501999999999995 0.030684857142857142 -0.0023430000000000005 0.01795242857142857 -0.008340142857142857 -0.008953857142857142 0.019487142857142852 -0.03617828571428572 -0.0032394285714285706 0.01569514285714286 0.007549285714285715 0.006379285714285715 0.02995114285714286 0.006818 -0.01143585714285714 0.007578714285714287 0.01812957142857143 0.026154857142857143 0.015477857142857142 0.005625428571428572 -0.015958142857142858 -0.01566557142857143 -0.013370714285714286 0.01028157142857143 0.014330857142857143 -0.005717 -0.009838285714285716 -0.0003897142857142857 -0.008193714285714285 -0.01823757142857143 -0.02680557142857143 -0.03512214285714286 0.014730714285714288 -0.01272242857142857 -0.043107285714285716 0.028456428571428573 0.023936857142857145 -0.0021305714285714283 0.03477 -0.005367142857142858 0.005305857142857144 0.001095 -0.0065754285714285715 0.03276028571428572 -0.010775571428571428 0.030365 0.05867828571428572 0.00602957142857143 0.016004428571428572 0.011029142857142854 -0.04809485714285714 -0.024343571428571433 -0.01524142857142857 -0.002805428571428572 0.021865714285714287 -0.013627285714285715 -0.033781428571428566 0.007814 -0.006871285714285714 0.01579957142857143 -0.01978185714285714 -0.034878571428571425 -0.028553999999999996 -0.017562714285714286 -0.0058228571428571435 -0.0015231428571428568 -0.0023105714285714288 0.017670142857142856 -0.01353757142857143 5.614285714285654e-05 -0.008909142857142857 0.027789714285714282 -0.008093285714285714 0.013230428571428572 0.035218285714285716 0.039738142857142854 -0.03955314285714285 -0.005549285714285715 -0.004376857142857142 0.01158557142857143 0.023855714285714286 -0.034650714285714285 0.005935857142857143 0.0025458571428571427 -0.007385285714285715 -0.029811285714285714 -0.01634485714285714 0.022303714285714288 -0.037431 0.018686571428571424 -0.06237157142857143 -0.007262285714285715 0.025624714285714282 0.009256714285714285 0.0005158571428571426 0.042656000000000006 -0.012545571428571428 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0\ncậu -0.0029181961 -0.030530121 -0.041687563 -0.0075994045 -0.04321936 -0.031984106 0.07276193 -0.044848535 0.024789773 -0.0014250829 -0.049016625 -0.0057274546 0.012394441 0.04074136 -0.01485999 -0.018594552 0.03389474 0.07585043 -0.0004544258 0.001363722 0.033457655 -0.01902808 0.062366605 0.029052125 0.05033855 0.021782203 0.043224696 -0.036241125 0.026123703 0.06446755 0.070366636 -0.005310379 -0.019321544 -0.020559432 -0.028865376 -0.022205504 0.0115905255 0.028225088 0.040709347 0.025719522 0.035976116 0.026394047 -0.006395309 0.032643512 -0.004690101 -0.02398808 -0.010686565 0.0010849305 -0.0162206 0.030316249 -0.06986285 -0.0133824395 0.030675076 -0.02255277 0.028212639 -0.024799999 -0.020369126 -0.008979133 0.026735978 -0.04880142 -0.008750587 -0.1077087 0.013205471 -0.0280001 0.018870676 0.008701231 0.014852876 -0.0003534917 -0.043985926 -0.0058839694 -0.0049991286 -0.00011471806 -0.016430471 0.011307732 -0.021371352 0.0148964515 -0.054804105 0.04179339 0.0045487043 0.0296146 0.0493301 0.023555886 0.039739136 -0.04194279 -0.020242846 -0.020197049 0.014354875 -0.023160597 0.028635051 0.025110805 -0.052956168 -0.01218368 -0.06579436 -0.01600139 -0.023779541 -0.03795478 0.038374968 0.033908967 -0.0035793814 0.035905417 -0.005392638 0.014175239 -0.009999591 0.0006211672 0.015921354 0.0080551645 -0.013214365 0.027435847 0.02859014 -0.0067385742 0.013723926 -0.023090344 -0.07205984 -0.028200634 -0.028651947 0.012728369 0.053196277 -0.060722314 0.0071196337 -0.040882315 0.00017741282 0.021470953 -0.04559598 -0.00829038 0.010234362 -0.034215327 0.002509124 0.013029837 -0.06588463 -0.05039102 -0.011794172 -0.053070888 -0.045555964 0.012173453 -0.014787069 -0.016849771 0.012698578 -0.035914313 -0.010519824 0.012248598 0.024822677 0.043209136 0.011096527 0.049021516 -0.03556393 0.00031258448 -0.043046396 -0.014343759 0.0032810254 0.030255333 -0.029200638 0.024375364 0.05327542 -0.029926296 -0.015622109 0.046325643 0.06355558 0.026162831 -0.024358468 0.008601631 0.021751078 -0.00684351 -0.02414415 0.016787965 -0.019582106 -0.05125852 0.042616423 0.046693362 -0.0074891327 -0.026286887 -0.030142836 -0.02033133 -0.036123294 -0.025110805 -0.028181959 -0.03086894 -0.08666682 0.031173965 -0.025606139 -0.024837794 -0.010901772 -0.046626665 -0.044053514 0.0111859 0.025764875 0.00030813803 -0.00658784 -0.040339407 -0.0007767924 -0.039966792 -0.051591557 -0.028339362 -0.039317615 0.02196673 0.037286036 -0.020253962 0.05420473 0.019803539 -0.029909398 -0.037187327 0.023250861 0.040997922 -0.052965507 0.027497208 -0.013187686 -0.014063189 -0.045645338 0.009995589 -0.0075998493 0.038714677 0.019764854 0.050266962 -0.005031143 -0.00032014342 0.056298997 0.059547566 -0.005017359 -0.0012761273 0.01746249 -0.031912964 0.030016113 0.0068728565 -0.0093628615 0.014794628 0.06985307 0.017627897 0.03753059 0.0038661764 0.06417809 0.04535454 -0.012692797 -0.026126815 -0.0019671035 0.01702496 -0.069538705 -0.011917784 -0.022152146 0.013014719 -0.02185468 -0.018770186 -0.014634111 -0.0009617642 0.014986269 -0.01690535 0.06144797 -0.014908456 0.08852277 0.006689219 -0.02620863 0.0864405 0.009602079 -0.014264612 -0.026856031 0.01165989 -0.013400225 0.033886738 0.034471888 -0.04167867 -0.043170452 -0.010742146 0.0047972603 0.0011707467 0.00245799 0.032376725 0.017229496 0.0429299 0.014307743 -0.03660662 -0.04053238 -0.04166978 0.019710608 -0.014133887 0.03687563 -0.022723958 0.007142311 -0.0017083208 0.053453725 0.0024935615 -0.0042138877 -0.011592304 0.030221539 -0.030773342 -0.008329954 -0.017812869 0.014619883 0.0035780473 0.043844976 -0.06366141 -0.015620331 -0.027584357 0.07530396 0.0065487116 0.023068557 0.026036553 0.027952967 -0.025424723 0.026225526 0.018824434 0.017764848 0.025409605 0.027413169 -0.0439259 -0.006156536 0.034804482 -0.0076878886 -0.015043628 0.020339334 -0.061275005 0.04791969 0.008419327 0.058210522 0.0058737425 0.06278768 -0.010128093 0.0063828593 0.015748389 0.025519878 0.05286546 0.034489673 -0.035579495 -0.013011162 0.008477131 -0.004301038 -0.024123251 -0.0038048157 0.017182363 0.022159705 0.016481161 -0.029637277 -0.008887093 -0.016030736 0.04970182 0.0118542 -0.03464352 -0.043149106 -0.039402097 0.023167713 -0.009247254 -0.07902651 -0.015088537 -0.010574071 0.01605786 0.0019533194 -0.0045024613 0.019182371 -0.021048095 0.030814694 0.015673688 -0.02312058 -0.0096701095 -0.017029852 -0.021058768 -0.08874598 -0.07091666 0.020382464 0.014106764 0.03859151 0.00085238187 -0.0073308395 -0.023356685 0.021377131 0.0054917936 -0.013135218 0.0056763208 0.017333098 0.0021209503 -0.021173485 -0.014129441 -0.015385115 -0.013737265 -0.017587435 -0.06272232 0.009446009 -0.016789299 -0.0674182 0.0041783163 0.05227186 -0.007147202 0.028999658 -0.011136545 -0.030672852 0.037721787 0.025435396 -0.01665235 0.00058203854 -0.057640933 -0.0013312631 -0.032841824 0.023684388 0.009661217 -0.015799968 -0.0028203747 0.019093888 -0.014701697 0.0026305118 -0.0015242384 -0.028542565 -0.04812289 -0.039730243 -0.038593736 -0.010755929 -0.024835126 0.025445621 -0.014970262 0.03963998 0.06728614 0.01403651 0.047766734 -0.020672372 -0.03438118 -0.008806612 0.02608991 0.04530207 -0.0025362473 -0.030586591 -0.015538962 0.004996905 -0.0032881398 0.0043539507 -0.005810603 -0.057139374 0.01048025 -0.021540316 0.0056914384 0.024019204 0.0027852478 0.052188713 -0.03224022 -0.015698588 -0.04552128 -0.03042563 0.002290804 -0.017391792 -0.02888494 0.033217102 0.019695045 0.010204127 0.040220685 -0.020788424 -0.020134354 -0.038428325 -0.019614564 -0.0053770756 -0.070797935 -0.04977163 -0.029471425 -0.014540291 0.0013254827 -0.036591947 0.013404227 -0.006084059 -0.019560318 -0.004988457 0.022067664 0.008180998 -0.014651897 -0.011087634 -0.008870196 0.0011102752 -0.028298011 0.017017845 0.018798199 -0.0046336316 0.013715478 -0.065930426 -0.0057487977 0.045975264 0.023641702 -0.03014684 0.001088043 -0.0076745492 -0.07606741 0.0113926595 0.0070418213 -0.08802966 0.037636418 0.0048590656 -0.0100240465 0.0019448713 -0.017615447 -0.0021596341 0.041844524 -0.03215485 0.002627844 -0.026418056 0.012402889 -0.0549375 0.055031765 0.028510105 -0.024527878 -0.009248587 -0.01829931 0.017544748 0.015366884 -0.0043005934 -0.02466038 -0.037153535 0.029086808 -0.05303487 0.015157457 0.009538051 0.020834668 -0.025342464 0.018570097 0.008612747 0.0050138016 0.009954682 0.05859114 0.014081419 0.03705171 0.024175718 -0.07684865 0.036490124 -0.0036189547 -0.03321666 0.016498057 -0.011949353 -0.014956922 0.07608031 -0.08246094 0.014550963 -0.018933816 -0.029193077 -0.04508909 -0.032438975 0.059145164 0.01948384 0.000534017 0.010010707 0.044715587 -0.009452234 0.0027941407 0.022838231 -0.0100302715 -0.01635933 0.0008101407 0.0130876405 0.010943125 -0.0005024473 0.00046643117 0.012736817 0.026075682 0.013897781 0.0012321075 0.024308668 -0.03250123 -0.00039084177 -0.05555511 0.0014406454 0.056158047 -0.006495799 0.07446714 0.012744821 0.023948062 0.02509791 -0.0024166382 0.027498987 -0.031804025 -0.0020057876 0.021656813 -0.06249066 0.015455813 -0.0082214605 -0.010083184 -0.026792446 -0.026154384 -0.00024544328 -0.033172637 -0.0017301084 -0.015217928 0.015613661 -0.0028466086 -0.016569646 -0.0363634 0.04416112 -0.018101888 -0.032106828 0.0041756486 -0.05011223 -0.07090643 -0.06471343 0.008786603 -0.007362854 -0.010538055 -0.020669704 0.032323815 -0.0132877305 0.045171347 -0.032727107 0.022930272 0.047830317 -0.044010382 0.028508771 -0.02947098 0.057779662 -0.07301671 -0.037622187 0.023105461 0.011803955 -0.024644373 -0.009933784 0.031007668 -0.010318845 -0.00058737426 -0.049238946 -0.019559428 0.05417627 -0.0136625655 0.018655024 0.0025976081 -0.012406891 0.021943163 0.007891536 -0.009412217 -0.0015313526 -0.04650083 0.030065024 0.046570197 -0.033917416 0.0069631194 0.04460576 -0.033035688 0.0115567325 0.024242861 -0.04942303 0.005946664 -0.0054957955 -0.017651463 0.021380244 -0.04979653 0.008974687 -0.0114220055 -0.006941332 0.021308657 0.040739585 0.014655454 0.003098277 -0.017586546 0.012131212 0.00830372 -0.029850261 -0.01680086 0.013921347 -0.027225975 0.006086282 0.009508704 -0.020422926 -0.025349578 -0.00432994 -0.05638926 0.004032918 0.0103882095 -0.035543036 -0.00067585835 -0.014357098 -0.007170768 -0.015465151 0.06802559 0.032106828 -0.00961942 -0.018471831 -0.031639062 0.0059537785 0.033828933 0.07120879 0.035076603 0.04430696 0.02676977 0.031477656 0.016737277 -0.03176134 0.03604948 0.027703522 -0.008439781 -0.035245568 0.03917266 -0.025765765 -0.0130645195 0.0010422447 -0.0017296638 0.0073272823 -0.012114316 0.043727145 -0.023975184 -0.0017616781 0.004120068 -0.025173055 -0.039442115 -0.090565905 0.0024117471 -0.0024366472 0.00054468843 0.0068146084 0.0026474083 -0.023297103 0.019035194 -0.017413134 -0.014873775 -0.03548834 -0.058643606 -0.027057454 -0.019821323 -0.0038675105 0.0014619883 0.03769911 0.028808907 0.031208202 0.0021222841 0.028356703 0.001080484 -0.016554972 -0.024672385 0.012547399 0.0015962707 -0.0069168764 -0.0076114098 0.0013081416 -0.051319435 -0.028950747 -0.032569256 0.03273111 0.031635504 0.022736853 0.02905435 -0.023488745 -0.0052450164 0.01197203 0.011106309 -0.008150763 0.028719088 -0.01195958 -0.043867208 0.009909328 -0.01924462 0.04260264 -0.02766128 0.034433648 -0.016137896 -0.022241075 -0.013762165 0.022370467 0.012290839 -0.018748399 -0.017707044 -0.024090348 0.003362395 -0.034360282 0.0211557 -0.0026856477 0.022500746 0.03340741 -0.0028652835 0.017264178 0.0014815526 0.017036077 0.053616907 0.028521221 -0.0026447403 0.04230606 0.05173651 0.00019430926 0.029714646 0.02855857 -0.017422028 0.029532786 0.00978216 0.003205436 0.0108622 0.024554111 -0.01707076 0.02900366 0.003744344 -0.07214076 0.012828859 0.011233033 0.035647526 -0.028491875 0.038780928 -0.027402943 -0.007876862 -0.036233567 -0.0013614988 0.0033259345 -0.019641688 -0.022254858 0.016983164 -0.03338829 -0.011468248 -0.01930776 0.008420217 0.007833731 0.014908012 0.009080067 -0.00078701926 -0.026468746 -0.010513154 0.049663138 0.042062398 0.022291765 -0.0031449643 -0.03269776 -0.023656376 0.020133909 -0.017124116 -0.017381564 0.063882396 0.010400659 -0.022474067 0.012174343 0.026977418 0.012623877 -0.03275334 -0.01590357 0.019686596 -0.020932488 0.063712545 -0.011002707 0.01323215 0.046229154 -0.028863152 0.005750576 -0.028486539 0.034279358 0.024201063 0.06375078 -0.0064188754 0.025592353 0.0394848 0.01264522 -0.002708769 0.033809368 -0.030796463 -0.004235675 -0.037932992 -0.010421557 0.0047447924 0.023778653 -0.031159293 -0.017004952 -0.005760358 0.037500355 -0.08835469 -0.037835173 0.031223767 0.07097135 -0.025351357 0.002892407 0.032356717 -0.0020249072 0.04536299 -0.05682457 -0.06313717 -0.019841777 0.022164151 -0.018613227 -0.0032201093 0.02977823 -0.030150397 -0.009497143 0.050877016 0.008225908 -0.047141563 0.008754589 0.0029368713 -0.052452385 -0.034222886 0.0368863 0.00978794 0.050951716 -0.017284632 -0.060047343 -0.028276224 0.010779051 0.02766973 0.045682244 -0.040241137 -0.018245062 0.0028781784 -0.02124952 0.019324657 -0.0056091794 -0.03338029 -0.011052507 0.0007959121 -0.010329961 0.010486475 -0.030886281 0.046194028 0.05255421 -0.050544422 0.04457108 -0.0039293156 0.04263999 0.053800993 -0.012273054 -0.0088364035 -0.0028252658 -0.019265965 -0.025561674 -0.013790622 -0.020691937 -0.01941492 0.0047243387 -0.008469572 -0.013636775 0.033719108 0.04604863 0.037648868 -0.008530488 -0.028647944 -0.061789457 0.03713397 -0.048310533 -0.053472843 -0.019505182 -0.042660445 -0.0010364644 0.0647539 0.046519063 -0.013329972 0.027074352 -0.047268286 -0.057747204 -0.093150176 0.019125901 0.05184367 -0.057086907 -0.0094509 0.0007990246 0.011385545 -0.042850308 -0.037571054 -0.039338067 -0.00932729 0.045042846 -0.0005704778 0.030764893 0.058711637 0.04723716 -0.030783124 -0.034583937 -0.05009889 0.0438761 -0.01856076 0.030531455 0.0061894394 0.10710887 0.009327734 0.024148151 0.045840092 -0.026146825 -0.005848842 -0.02405522 0.0077176797 0.025370477 -0.026186397 0.043515496 0.0140098315 0.013389554 0.0030844929 -0.008464237 0.05143771 0.00708673 0.0013539399 -0.013959587 -0.0037487906 -0.010071623 0.024939172 0.016361108 -0.015912017 0.030795574 -0.003939098 -0.053307436 -0.019453159 0.008381978 -0.05517894 0.0012387772 -0.03289118 0.005317938 0.06156669 -0.037619963 0.0143468715 -0.039764035 -0.076938026 -0.002786137 0.0019035194 -0.0657917 0.008099629 0.025219297 -0.011555843 -0.05026652 0.0028430515 -0.015740829 -0.00061094033 -0.046949033 -0.036457222 0.040393207 -0.012643887 0.018331768 0.0041921004 0.01925796 -0.011743039 -0.014205475 -0.05925499 -0.026037887 -0.007878641 0.007976907 0.0015900456 -0.02965862 -0.008370416 0.004215222 -0.0133108515 0.019666588 0.027177064 0.008891539 0.012614096 0.02225975 0.0004464222 0.022246411 0.062504 0.049938373 0.0036322938 0.028929405 -0.037508804\nbé 0.045732874 0.0029123235 0.0006869395 -0.041169602 -0.0236061 -0.019847125 0.034003284 -0.02754023 -0.005961417 0.0596327 -0.022661945 -0.040304422 0.030871246 0.024741733 -0.026876673 -0.008644319 0.04049237 -0.0015949173 0.020639509 -0.009435822 0.00255275 -0.029747082 0.020785103 0.011919746 0.008084003 0.00062605465 0.008110915 0.028544387 0.003952218 -0.0007319413 -0.033701066 -0.0025549561 -0.0022655325 -0.03620705 -0.05237638 0.0065437937 0.067415364 -0.03525054 0.020275965 -0.0021627343 -0.016258892 0.04955759 -0.008009 0.0047741635 0.045478746 -0.040117797 -0.025241166 0.030501084 -0.023554038 0.043755885 0.056198444 0.011221335 0.03649074 0.0023850962 0.034296677 0.014570883 -0.008190772 0.040336188 -0.032534108 -0.018162645 0.040279713 -0.02062451 -0.05589755 -0.0063046664 0.024264362 -0.0024874534 0.001785072 0.029175295 -0.014402346 0.02374287 0.001664626 -0.026307091 -0.020564506 0.025487794 0.003840155 -0.012824635 -0.051712822 0.058711488 -0.016292423 0.0930064 0.009616271 -0.006349668 -0.019000031 0.0033261636 0.0025558383 0.07257866 -0.007944586 0.035218775 -0.008429017 -0.021624256 0.01875605 -0.013641286 -0.011500611 0.0023356825 0.035345398 -0.055331938 0.020235375 0.037572104 -0.0144372005 0.009004775 0.0052016806 -0.011915334 -0.00676792 0.015781078 0.0303224 -0.027372135 -0.025568532 0.05268742 -0.0013222592 -0.018992972 0.032947507 0.014558529 -0.08905992 -0.055358853 0.05970285 0.024576727 -0.0150001645 -0.04015706 0.007092198 0.009166252 -0.017137751 0.0074954494 0.009518325 0.02225428 -0.0015975644 0.0049021095 0.048363715 -0.010476599 -0.046043035 -0.030811243 -0.055057958 -0.036368527 -0.060409643 0.015431652 -0.018726932 -0.0030830656 -0.0028426147 -0.042438477 -0.017445263 -0.0069982237 -0.04112725 0.016822297 0.018080141 0.011679736 0.015354443 -0.016943624 -0.0072925 -0.0030424758 -0.007309707 0.010307181 -0.06316225 0.00039707485 0.010030993 -0.030764477 0.016125651 -0.0398244 0.053031992 -0.0004306056 -0.015233997 0.0045734197 0.040750466 -0.00031854227 -0.02494733 -0.018945323 0.0024795118 -0.021106735 0.024893945 0.051881358 0.04639643 -0.017327463 -0.028485708 0.03253896 -0.010866174 -0.039895434 0.0014082921 -0.029040731 -0.0073026475 0.03016313 -0.0065234983 0.009625535 0.0031801283 -0.016433163 -0.060384497 0.018314416 0.0067374776 -0.053642605 -0.020197432 -0.010119673 0.0173257 -0.0009088602 -0.01653155 -0.012045044 -0.063978024 0.024052588 -0.0180722 0.024922183 0.03432403 -0.016111974 0.010264385 -0.0130942045 0.030081509 -0.027766561 0.0064842324 0.011989455 0.046652764 -0.031023016 0.0013434365 0.018439274 0.025774129 -0.00012750515 0.0030720357 0.027017415 0.0045597428 0.028549682 0.0011704884 0.005771262 0.005536106 -0.05137575 0.013278183 -0.05416763 -0.026689606 -0.019995365 0.0019377252 0.05351863 -0.007637073 0.0020219933 -0.0129265515 -0.019971982 -0.035044942 -0.010526013 0.016870828 -0.026244882 -0.055980496 -0.008247686 -0.039669544 0.007873111 0.0011749003 0.034063287 -0.0071460237 0.037538573 -0.034498744 0.014139394 -0.006865865 -0.0042839963 -0.03863494 0.024874974 0.014018948 0.0018186028 0.026696665 -0.032256156 -0.030828891 0.013137001 0.02112747 -0.008320042 0.059661377 -0.008331954 0.0022011183 -0.019724913 -0.018370448 0.05616403 -0.007574423 0.014095275 0.012659187 0.0059900945 0.0008409163 -0.0258156 0.04240583 0.02682373 0.010778817 -0.015529597 0.047350295 0.014615443 0.01687921 -0.06166396 0.040923856 0.048396807 -0.008871093 0.013532311 -0.008167829 0.00093709666 0.06439495 -0.028817927 -0.029643843 0.013676581 0.0039306 -0.00026648134 0.0039411886 -0.031609803 -0.0016774207 -0.030471524 0.019957865 -0.011025445 -0.051881358 -0.017255548 0.016745087 -0.011364282 0.0048500486 -0.0064573195 -0.010948236 0.039618805 0.015953144 0.011942687 0.048689317 -0.005550224 -0.06170896 -0.0045884205 -0.007053373 -0.030050183 0.02722654 -0.005413895 0.034735225 0.03313722 -0.012295643 0.0010006286 -0.029127205 0.0049885837 0.0067524784 0.030436229 0.01820147 -0.0015746224 0.00025677506 0.07691472 -0.032018352 0.014184837 -0.0355757 -0.001042542 0.0029824732 -0.016678026 -0.016003 -0.013396864 -0.011632528 -0.0048853443 0.03243087 0.023363443 -0.0168898 -0.046501875 -0.043745294 0.03137553 -0.012454032 -0.052137252 0.0016041824 0.047875755 -0.050575424 -0.022293989 0.0096189175 -0.0070136655 0.010414832 0.0018816936 -0.024604963 0.06904514 -0.00091327215 0.002543485 0.00072752935 -0.05359187 0.0024398044 0.056870382 0.021621166 0.050960146 -0.003669854 0.023786107 -0.03224998 0.018816937 -0.021318948 -0.016614053 -0.024704233 0.0038882452 0.017829102 0.014845747 -0.018064259 -0.013990711 0.026115172 -0.02830129 0.01594035 -0.028355114 0.0024600993 0.046023183 -0.008958891 0.0008642996 0.033363994 -0.014761037 0.0037157382 -0.026274884 0.020546418 -0.0029868851 0.04186228 0.0016275657 -0.00074253 -0.068610564 0.03758931 0.05173003 -0.046617027 -0.035484813 0.03802874 0.02240561 0.025244696 -0.0037276505 -0.019156214 0.011352811 -0.026984325 -0.0052947723 -0.043467343 0.0519118 0.018048817 -0.027148006 0.021115558 0.056470662 -0.018110584 -0.019758886 -0.04502961 -0.0005157561 0.05628668 -0.0060192137 0.025962519 0.014968398 0.008587405 -0.013016996 -0.025882222 0.0031964525 0.0047609275 0.016674938 -0.048242386 0.040046763 0.035971012 -0.03450492 -0.018820465 0.010410861 0.015183701 -0.06213074 0.010908528 0.007192349 -0.0121085765 -0.05224049 0.0073202956 -0.0068093925 0.050158054 -0.024169063 0.010194676 -0.004383265 -0.03462184 0.010281592 -0.022687534 -0.023228878 0.0019218422 0.009070954 0.005221534 -0.042100962 0.00033530765 0.014704123 0.020160373 0.067609936 0.019518435 -0.058540303 -0.03211762 0.013991153 0.010810142 0.033870924 0.04248436 -0.027592732 0.03625161 -0.047865607 -0.015487684 -0.003826478 -0.010660136 0.0032705732 -0.07528848 0.026164586 0.04235509 0.011043534 0.0048284302 -0.054348957 0.018654576 -0.051233243 0.005407718 -0.04439341 -0.021382922 0.023797138 -0.038056538 0.028243052 -0.034317855 0.005048586 0.042265087 -0.0076591326 -0.019844478 -0.0046316576 -0.0017316876 0.022242809 -0.0011691648 0.015586953 -0.04111357 0.01237947 -0.036164694 -0.029926207 0.005278448 0.018917529 0.017936753 -0.01935431 0.001878164 0.0018741933 0.01779116 0.0121465195 -0.023648895 0.017797336 -0.01007423 -0.039551742 0.01942049 0.014594265 0.021956915 0.09085734 0.07278293 0.0067489487 -0.014646768 -0.078614645 0.039182022 0.0050124084 0.0068049803 0.0065782066 -0.09676317 -0.055327084 0.05052248 -0.022233544 0.017840132 0.054195862 -0.04784531 -0.026261648 0.008051796 0.05077661 -0.0049334345 0.026472097 -0.0011585761 0.006486438 -0.027201833 -0.0057968516 -0.015963292 -0.0010897499 0.005427572 0.029585164 -0.042790107 0.032370426 -0.06787818 -0.017665418 0.04264231 -0.00473225 -0.02127527 0.01638066 0.014783979 -0.031362295 -0.025164839 -0.059950802 0.008642996 0.007324707 -0.0024627463 0.034856994 -0.032193948 0.012877137 -0.04576023 0.027109623 0.0558049 0.013979682 -0.034808904 0.0080570895 -0.026682107 -0.033900484 0.028467178 0.04000926 0.009028158 0.032356746 0.008288275 -0.003013798 0.010934118 -0.0101117315 -0.009208166 0.0113709 0.024084795 -0.029674286 0.0050269677 -0.01173268 0.010822937 0.021376304 0.011321486 -0.0062936363 -0.060709216 0.0046320986 0.04933743 -0.04431135 -0.039562773 0.05665199 0.03066256 0.004187375 -0.028046278 0.025413673 0.087086014 0.023350207 0.021857647 0.06774097 0.08196772 -0.038515378 -0.011928128 0.03011195 0.0015618277 0.049597297 -0.038964074 -0.028174225 -0.012733308 -0.06689608 0.022775773 -0.028715571 0.074210204 0.03818051 -0.023741547 0.025908692 -0.0169348 0.026375918 0.05419895 -0.026371064 -0.10102731 0.020960258 0.058916643 -0.012062693 0.018614428 0.049670976 0.005802587 0.0075369217 0.051716793 0.043690145 -0.062240157 -0.03105346 0.06761655 0.010635429 0.023257997 -0.042253617 0.021752642 0.075292006 0.01974565 0.008560493 0.014302195 -0.0071208756 -0.042016696 0.010464687 0.062308103 0.003495141 -0.0435397 -0.017364966 -0.009860251 -0.033120453 0.020963347 0.013389805 0.011916216 -0.01943196 0.044716362 -0.027483756 0.015566657 -0.023034753 -0.033086922 -0.0034571984 0.015121934 -0.017125838 0.07219482 0.06057509 0.08008117 -0.0039133932 -0.00067635084 0.04538742 -0.024748793 -0.03144524 -0.026132379 -0.025313962 0.004499299 -0.0064626136 0.004887109 -0.01858619 0.031068018 0.01346922 0.0040686936 -0.030002093 -0.04229862 0.03896231 -0.0077513424 -0.008706969 0.019416077 0.03912158 0.030753888 0.0096634785 0.034772728 -0.012647716 -0.04572758 -0.03829919 -0.006002448 -0.029969886 0.018157791 0.025954135 0.005511399 0.018876938 0.020435236 0.0013160825 -0.041499615 0.052919928 0.034247704 -0.049288902 -0.006558794 -0.026244441 -0.034365945 -0.04258319 -0.009167135 0.011689001 -0.04998202 0.034405213 -0.000754001 0.012375499 0.038462434 -0.013673934 -0.027679646 0.0077451654 0.010614252 0.06233987 -0.03841258 0.001235344 0.043826476 0.008992863 -0.019011945 0.01133031 0.038909364 0.01026262 0.04260966 0.057908513 -0.0058828844 -0.01619933 0.0030605646 0.013156413 0.018505452 0.010002315 -0.009384202 0.008867564 -0.01626198 -0.024443928 0.027831858 0.039724693 0.026537836 0.003934129 -0.015824756 -0.0010301886 -0.032508958 0.050586455 0.02326991 -0.026664458 -0.07689663 -0.012940228 -0.0025086307 -0.050665867 0.0014325578 0.04223332 -0.0044022365 0.010661018 0.019991394 0.059878446 -0.03829743 0.045164615 0.010165557 -0.055382233 0.033892546 0.049744215 0.03264529 0.041616973 -0.022481937 -0.026740786 -0.016710674 -0.006869395 -0.0008700351 -0.04965465 -0.013403923 0.018293679 0.018257061 0.06176367 -0.012401089 -0.030568145 0.009240373 -0.03779226 -0.008247686 -0.03200732 0.028738953 0.027781121 0.008736088 -0.02982738 0.04692851 -0.008069884 0.011392077 -0.03151539 0.03573806 -0.018352358 -0.012350352 -0.0039054516 0.015973879 0.03893716 -0.026699312 -0.030696092 -0.059911534 0.059911534 0.037600342 -0.008758589 -0.019622115 0.005468162 -0.027139625 -0.03822816 0.052094895 -0.01733364 0.0009022423 0.015056196 0.026183115 0.009686421 0.0021040556 -0.0073758857 -0.008246362 -0.019037092 -0.0065998253 -0.0011572526 0.005890385 0.0011462227 -0.010845438 -0.020043455 0.014930455 -0.0112756025 -0.009351113 -0.030397844 0.02948413 0.03489538 -0.026456214 0.012631834 0.02231737 0.014874424 0.022422375 -0.0025333376 0.07944056 -0.06585883 0.034629337 0.054354694 -0.054149978 0.022307664 -0.021196738 -0.003356606 -0.031017723 0.01950564 0.010951766 -0.101562925 -0.021254092 0.00011073976 0.043035854 0.029496925 -0.0152370855 0.036649566 -0.027992012 0.027963335 -0.02702668 -0.043244097 -0.030660797 0.008067679 0.0072633815 -0.0017069806 0.019748738 -0.02728963 0.048350923 0.049060803 -0.007582806 -0.039678365 0.014850158 0.05699833 -0.010437333 -0.013707024 -0.0058722957 0.0028148196 0.03695311 0.0048879916 -0.018205881 -0.10202132 -0.04777781 0.001460353 -0.011707973 0.009109338 -0.023164023 -0.0036557359 -0.0013460837 0.06329197 0.0012635804 -0.023342706 0.041413583 0.0039685424 0.009877457 0.013735701 -0.039122462 -0.003789859 0.006025831 -0.010691902 0.021493662 -0.034163438 -0.01161841 0.051037353 -0.0056847883 -0.013792174 0.019105036 -0.043788534 0.02965355 0.017066719 -0.048766967 0.052648153 -0.005715672 -0.015555186 0.001242403 -0.009577446 0.055515476 -0.04281305 0.006384081 0.014577941 0.013743201 0.020306848 -0.04054399 -0.03638441 0.012834783 -0.07026151 -0.0037011788 0.019339751 -0.008706086 -0.011898127 -0.008492549 -0.04645996 0.009415085 -0.074962 0.04933214 0.06925515 -0.007021166 -0.0799369 0.008597553 -0.0011413696 -0.032211594 0.025999138 -0.021336155 -0.0046175392 0.0048046056 -0.026803434 -0.0069854287 -0.033977695 0.035973217 0.027872007 -0.030042684 0.021191884 -0.007126611 -0.05692421 0.0028765867 0.004287967 0.09012717 0.04863108 0.016843032 0.011705325 0.017730715 0.028101427 -0.005782733 0.005038439 -0.038447432 -0.034654927 -0.013858794 -0.041005477 -0.026340622 0.02687226 0.046832774 0.08122519 0.009008305 -0.03170731 -0.030589323 0.00058414123 0.018996943 0.067045644 0.031458035 -0.03679781 0.039830577 -0.042603925 -0.028136283 0.035618495 0.019275777 -0.029056173 0.04262157 -0.03956895 0.024487605 -0.012224169 -0.055288702 -0.09342289 -0.048273712 -0.043846328 -0.013647022 -0.0015309441 -0.03774814 0.032384984 -0.024887769 -0.0004561949 -0.024364512 -0.00790576 0.047651187 0.031487152 0.016002558 -0.023802431 -0.0038044183 0.023463594 0.019970218 0.015167377 0.011694295 0.012473886 0.0049135806 -0.0025964284 0.0006225251 0.01011129 -0.033557236 0.0034620515 -0.02120115 -0.01770645 0.019677265 0.032205857 -0.01760674 -0.025180722 -0.014951632 0.0077045755 0.0051765325 -0.03268676 0.012831253 0.1049438 -0.018115878 0.026116496 0.0004711955 -0.06039685\ncô 0.0093800975 0.0033970354 0.0031153276 -0.029478017 -0.024998603 -0.029626884 0.029192174 0.005357102 -0.022776987 0.04316954 -0.003635324 -0.0329469 0.029714238 0.02551188 -0.008020663 0.02860188 -0.018066522 -0.01177384 0.027348926 -0.040829554 0.007152796 -0.0023503224 0.042995345 -0.011144261 -0.01294409 0.013211842 0.0052077193 -0.025123175 0.028933726 0.031646393 -0.024789779 0.01482869 -0.0133819 0.024860075 0.015535803 0.011471973 -0.02342104 -0.038473547 0.032155536 0.02222391 0.009388368 -0.007187945 -0.029003507 0.023651058 -0.010167329 0.0074308855 -0.04407669 -0.0044235894 0.0041553206 0.03714254 -0.017945569 0.03929334 0.007197766 -0.09101388 0.056192197 0.030777492 0.0006073519 -0.021177197 0.015161053 -0.0367559 0.030847272 -0.021517832 0.03557273 0.020315534 0.068558395 0.04529863 -0.011978529 -0.034722954 -0.049338166 -0.02800745 -0.021407733 0.006600752 -0.015101611 -0.019227467 0.03525794 0.041668992 -0.02914152 0.008376804 0.00532247 0.042280994 -0.009325824 0.0076820967 -0.008894216 0.0006280277 -0.0020877398 0.027358746 0.02348255 0.012871208 -0.01448082 0.01580769 0.006013042 -0.030548507 -0.013572117 -0.030290576 0.065488555 -0.037942693 -0.027668884 0.012459243 0.0037712676 -0.0043072877 -0.0066565764 0.0057845744 -0.031840745 0.0041708276 0.006431727 -0.006516498 0.014701017 0.04733158 0.0014271477 -0.0149165625 0.048403103 0.015952937 -0.034162637 -0.019902017 0.0005499765 -0.010912175 0.027360814 -0.037690964 0.020883601 -0.025459673 -0.014185673 0.00016540647 -0.004597266 0.0030626042 -0.017032214 -0.0007944679 0.039787494 -0.01958206 -0.0784528 0.018428348 -0.031138284 0.017784297 -0.024074912 0.020940976 -0.0008999146 -0.0035753641 0.048603658 0.00308328 -0.0052961083 -0.0271034 -0.05961611 0.0765191 0.025012042 -0.02109191 0.02843027 0.049673114 -0.023218933 0.012752322 -0.011055355 0.025726391 -0.026620103 -0.016007211 -0.004996309 0.047380168 -0.069374576 0.018187992 -0.036833953 0.022480806 0.0016618181 -0.016069755 -0.022393968 -0.058090236 0.0013646034 -0.015427255 -0.026581336 -0.0430889 0.034629393 0.03279597 -0.013971161 -0.017130425 -0.000818762 -0.012207515 -0.0062714894 0.011558811 -0.027056362 -0.007947264 -0.0010265539 0.011512808 -0.026153864 0.013826947 0.0030026443 -0.01898401 -0.0043320986 0.014466863 0.0040074885 0.004883626 0.00970936 -0.060771886 -0.04773786 -0.0010136315 0.009881486 -0.020392032 -0.05068881 0.020465432 -0.016264625 0.05735004 0.06812214 -0.017687637 -0.0029809347 -0.02342931 0.027132347 -0.014642607 -0.020776603 -0.0019802256 0.003659618 -0.07696777 0.028260212 0.02968736 0.050325952 0.017409548 0.032941215 -0.017706763 0.018216422 -0.015269602 0.048744768 0.025669016 0.053777777 -0.0075213425 0.020580184 -0.036997292 0.0036337734 -0.036502622 -0.00054429064 0.006058529 0.031967383 -0.02512059 -0.030417215 -0.011922188 -0.0005101756 0.020524358 -0.041522708 -0.030906199 -0.025169695 -0.0073626554 -0.0036270537 0.062967144 -0.0026532232 0.036237974 -0.0050531677 0.011652369 -0.0038446665 0.0122566195 -0.032881774 -0.0010549831 0.021686338 0.010492973 0.039023004 -0.012452522 0.009675245 0.04277308 -0.014693263 -0.005413444 0.0213731 0.019951638 0.020070525 -0.010885296 -0.025128344 -0.06490188 -0.074640185 0.008888531 0.03927215 -0.001968337 0.03452395 0.031348143 0.021134812 0.032523565 0.0072132726 -0.023850579 -0.015685702 0.054101355 0.031456694 0.011278137 -0.020233864 -0.051284794 0.035643544 -0.050252553 0.06909493 0.00652115 0.018767431 0.00044091162 -0.029699765 -0.0013341065 -0.0385211 0.00910511 0.026022572 -0.010832573 -0.015614888 -0.015274771 0.02386195 0.017466405 0.02946923 -0.0012353796 -0.02585975 0.023431893 0.008373703 0.022636393 -0.020288138 -0.044088576 0.04136609 0.05495113 0.024029424 -0.029827956 0.044928014 -0.012772481 -0.029376706 -0.012452005 -0.030503538 -0.048757177 -0.017870102 0.026262412 0.07318306 0.010425776 -0.017407997 -0.0032367979 -0.044289134 0.051042885 0.020919783 0.038975965 0.020728532 0.009125268 0.008558234 0.025873708 0.003112743 -0.017634397 -0.024963971 0.009563078 0.0030470972 0.018491926 -0.005149827 -0.044020865 -0.06558987 0.00048122945 0.02748952 -0.036387872 -0.008709167 -0.04000304 -0.045898743 0.012504729 -0.021084672 -0.026894057 0.011441476 0.018363737 -0.02087378 -0.038370684 -0.009626657 -0.04883936 -0.023112454 0.061539993 -0.013497168 0.035355117 -0.036730573 -0.0006936734 -0.020155296 -0.09400567 0.016682792 0.003522124 -0.00799947 0.039520256 -0.013769055 -0.035938174 0.0015470674 0.01460384 -0.0016793925 0.028958537 -0.012346042 -0.027535008 0.034740012 0.044446785 -0.07211412 0.009263796 0.05012643 -0.049461186 -0.009003798 0.01795694 -0.00022536631 0.00726703 0.017701594 -0.025383173 0.024812521 -0.03523261 0.023070585 -0.018623218 0.056804717 -0.04893757 0.040057313 -0.014295771 0.011298296 -0.035805333 0.03634135 0.07047453 -0.003774369 0.023832487 -0.01138255 -0.014564039 0.029195793 0.022290071 -0.018135786 0.029893083 0.008451236 -0.0043724165 0.02510715 0.030911885 0.023072653 -0.026901295 0.01600411 0.05277345 0.027541729 0.043059956 -0.0040989793 -0.024447594 0.011842069 -0.07690832 0.008698313 0.023288714 -0.0102919005 0.0005101756 0.005168435 0.0066860397 -0.003186659 0.014253902 -0.016141605 -0.00084719126 0.01085635 -0.0119868005 -0.017371815 0.005381913 0.030162903 -0.06643602 0.0028088086 -0.02733807 -0.0069036526 -0.008511714 -0.009372344 0.0029845529 0.06999899 0.0150892055 -0.0029230425 -0.017764138 -0.04411804 -0.022719612 -0.020515054 -0.004181682 -0.01399132 0.010913209 -0.03148047 -0.0331335 -0.022431701 -0.011985767 0.009729519 0.10344469 -0.01675154 -0.03801144 0.005401555 0.033192944 0.014136568 0.0108051775 0.029509548 -0.00045693538 0.036465924 -0.019151485 -0.0016504464 0.026541019 0.011510222 0.013257845 -0.040781483 -0.023876423 0.027540695 -0.032474976 0.024861626 0.001982293 0.02665887 -0.017690739 0.007774621 -0.012361549 -0.029812966 0.014835927 0.011616703 0.06721033 0.028222479 0.011664774 -0.02511232 0.0047337264 0.0120633 -0.019699393 -0.03941119 0.04178891 0.016787207 0.017643183 -0.00041610064 0.07172593 0.021448568 -0.056212354 -0.047418933 0.0490425 0.013928776 0.016211385 -0.006660195 0.015442762 -0.02863703 -0.02036412 -0.0474975 0.022108125 -0.008848213 0.07368031 0.039714094 -0.0026749328 -0.013375181 0.13388671 0.038717 0.0045605665 0.06338117 -0.033453975 -0.023538373 -0.0050050966 0.014316964 0.0053710584 0.0068555814 -0.073406875 0.057707217 -0.03519281 -0.049877804 0.0071491776 -0.065444104 -0.0006042505 0.0034156435 0.013757683 0.017138178 0.02967237 -0.011774873 0.01555958 0.0017786365 -0.0032342135 -0.004666013 -0.023418454 0.023396745 -0.055130493 -0.058431387 0.022003196 0.013468739 0.03369795 -0.018664569 0.053486764 -0.05484 0.005782507 0.003250754 0.04457446 0.0141288135 -0.061427828 -0.01672156 -0.012990611 -0.0028667008 0.007993785 0.024443975 0.011772806 0.0020484556 0.061198328 0.037172 -0.03645352 -0.058945697 0.027620295 -0.03014016 -0.02843027 -0.019007787 0.0284954 0.023108317 -0.004996309 0.061764844 0.0037480071 0.03652692 -0.024393318 0.014891234 -0.029375155 -0.001267944 0.017599765 0.027011393 0.08311365 0.030399125 0.026060823 -0.06342873 -0.048708588 0.052500013 -0.059641436 -0.032799587 -0.013007151 -0.00846571 -0.037304845 0.026956085 0.032355573 -0.05507932 0.0115308985 -0.052628204 0.030638965 0.0446706 0.0065878294 0.007926071 -0.010045341 -0.04229857 0.024182426 -0.012416857 -0.011379448 -0.029760242 0.0051141614 -0.041336626 0.029771097 -0.0017776026 0.017488632 0.05260546 -0.04547644 0.02019613 0.023690341 -0.01911737 0.010859451 -0.01528821 -0.0012762143 0.0032145714 -0.031887785 0.07270441 0.045352902 0.05960784 0.017635947 0.012759041 -0.006476697 0.036385804 0.04491199 -0.08758738 0.04474245 -0.027986774 0.0041749626 -0.013993904 0.0019130292 0.012811765 0.020030206 -0.008051677 0.011751613 0.00021916357 -0.01655822 0.0339993 0.033202764 -0.0098049855 -0.0028899612 -0.022244586 0.008842526 -0.032944318 -0.0015630912 -0.021794887 0.005238733 -0.013129655 0.016190192 0.0318914 -0.06866488 -0.0037526593 -0.019222816 -0.050407104 -0.018958166 0.02941082 0.0024531847 0.0105219195 0.07012355 -0.049298365 -0.010060332 -0.0069780853 -0.04306099 -0.00790798 -0.0024697254 0.020830361 0.0303831 0.016218621 0.021168927 -0.027567055 -0.021662045 0.035166968 0.030112764 0.07233225 0.035407837 -0.011184579 -0.037894104 -0.005001478 0.013635696 0.0036477295 0.009646815 -0.01457231 -0.0032140545 0.028942514 0.00080377207 -0.011615669 -0.025699513 0.0081674615 0.032087304 -0.014098834 -0.031043176 -0.02258832 -0.054232646 -0.002190602 -0.0052418346 -0.031499077 0.05006699 -0.009848405 0.02122837 -0.07565382 -0.030245606 -0.023181716 0.057036802 -0.012153757 -0.03510132 -0.0014312828 0.04829197 0.058629356 -0.054152012 -0.007830963 0.0023668632 -0.041000646 -0.019319475 -0.01790525 -0.011298296 -0.01926882 0.0025818916 0.001677325 -0.017267402 0.029858451 -0.0020040027 0.0207704 0.00255553 0.000508108 -0.016973805 0.05128221 0.011494199 0.043236732 0.0007190012 0.0069041695 -0.045955084 -0.00784957 -0.027481768 0.051734492 -0.03950682 -0.005426366 -0.0078108036 0.0062265196 -0.0019952154 -0.002540023 -0.017610103 -0.026637679 0.018684212 -0.06353418 -0.015625743 -0.025626631 -0.006403815 -0.015243757 0.05463634 -0.021108966 0.010429394 -0.0066726003 -0.004105699 0.00940129 -0.028964223 0.0154298395 0.0359237 -0.08384454 -0.019920107 0.04691031 0.012306241 -0.028212141 -0.016225342 0.04774251 -0.00535245 0.045555525 -0.017419368 0.018711606 -0.043997087 0.028835516 -0.0041470504 -0.013362776 0.0023260284 -0.04182716 -0.06909493 0.03777315 0.0038694777 -0.06539345 0.01205503 -0.010234525 -0.045465585 -0.011511774 0.014955847 0.014293703 0.037687864 -0.016802195 -0.016800646 -0.030849857 -0.09952249 -0.025758956 0.04201531 0.044969883 0.02641748 0.011792964 -0.035661116 -0.037158564 0.055791084 -0.019727306 0.0038519031 -0.033921767 -0.024157615 0.019865833 0.039820056 -0.014277163 -0.03311489 -0.007926071 0.025884045 0.006945004 0.019179914 0.059876624 0.015746696 0.037441306 0.0075580417 0.019757804 -0.041678812 -0.014151557 0.03667475 -0.00022123115 0.009087535 -0.021219065 -0.031150173 -0.045342565 0.0028770387 0.064461485 0.03445158 -0.016266692 0.008243962 0.01007894 0.010825337 0.033825625 0.012518168 -0.027655445 -0.024395386 0.007825277 0.040765975 0.017391974 -0.0011102909 -0.058003914 -0.015346102 0.007106792 0.009834966 0.043361824 -0.031314544 -0.053296547 -0.025063215 0.015777193 -0.05524576 0.0064896196 -0.0048970655 -0.017081318 -0.008625947 -0.05911627 -0.007831996 -0.002554496 -0.0012767311 -0.029986642 0.0038798156 0.010180769 -0.026034461 0.001785873 0.07940544 0.0067030974 0.02534389 -0.016812017 -0.014271477 -0.04217193 -0.022930505 0.036287077 0.032656923 -0.0012007476 -0.052812736 -0.042803574 -0.020426149 0.045440774 0.016583549 0.02744455 -0.0044117006 0.0058807167 -0.018232962 -0.032799587 0.009443158 -0.029009711 0.011518493 -0.014846781 0.0018680593 0.017914038 0.0083933445 -0.024517374 0.03887724 0.02543538 -0.06116473 0.055595182 -0.04383168 0.06313151 -0.0036565168 0.046877746 -0.01860461 -0.001894421 -0.019711282 0.052671105 -0.009926456 -0.002279508 0.024411928 -0.013713747 0.012430813 -0.03761188 -0.014755291 0.026496049 0.021272823 0.0070070317 0.03779538 0.0135271475 -0.02478099 0.022649832 0.0198281 0.020268496 -0.032548375 -0.012770413 0.04291936 0.016180372 0.016943825 0.022141207 -0.013166355 -0.018291889 -0.09146771 0.030274035 0.042753953 -0.00845227 0.020170802 -0.010705934 0.044106152 -0.010382357 0.024029424 0.043989334 -0.013201504 -0.06172866 -0.031954464 -0.020614816 0.03786309 0.049418285 -0.03733069 -0.017411616 -0.0015377633 -0.004736311 -0.0019280191 0.037556574 0.048780434 0.11465459 -0.020495929 -0.012837092 -0.009839101 -0.016069755 -0.022047132 -0.008580977 0.005406207 -0.0059908153 0.029595869 0.032658473 0.013103293 0.024323538 -0.03432701 -0.022230113 0.071395636 -0.035140604 0.034447446 -0.03184643 0.02920613 -0.022944462 0.017196586 0.04548161 0.008071319 0.042996895 -0.004725973 -0.029878095 -0.004972532 -0.0069072708 -0.006798723 0.010185937 -0.023426725 0.0028837584 0.07532611 0.015459819 -0.08510886 -0.04582483 -0.029217502 -0.0020303645 -0.008553065 -0.0003669956 0.025233274 0.008712785 0.038219232 -0.03404375 -0.025677804 0.0070964545 0.0031540946 -0.05128066 -0.010143035 0.021117236 0.00558557 0.021929797 -0.048426878 -0.0062900977 0.044891316 0.027309125 -0.024813037 -0.061211765 0.060486563 -0.021039702 -0.022242 -0.026385434 0.029184937 -0.031636056 -0.021438746 -0.033327337 0.035309628 0.0052464865 0.028097907 -0.023757022 -0.006027515 0.005658969 0.118349366 0.060267396 0.0016075441 0.031755973 -0.007631441\ngái 0.00643325 0.0061273472 0.003491816 -0.011237983 -0.04453894 -0.022876022 0.025124831 -0.04247319 0.022928152 0.043934815 -0.0070135356 -0.04334968 0.026715364 0.027881188 -0.044375684 0.014433999 0.028052526 0.013013592 0.001352114 0.023833333 0.022802074 -0.029932797 0.045893077 -0.00835878 -0.007890429 0.0021647562 -0.034522954 0.018483067 -0.0013262517 0.025077552 -0.0029386051 0.03311063 -0.017137013 -0.0042478847 0.004156154 -0.008166833 0.0013900993 0.003379881 0.049106065 -0.02438614 0.0054027983 0.0049720295 -0.059103463 0.011840089 -0.008286042 -0.06235565 -0.023852324 0.0397039 -0.05009449 0.015114904 -0.016820604 0.00075323984 -0.0035007063 -0.01674625 -0.0329009 0.03018455 0.018290311 0.0008756817 0.0006784816 0.0005588684 -0.014590384 -0.03576192 -0.040360563 -0.07174973 -0.027845223 0.002126771 -0.05029937 -0.018572371 -0.02430532 0.004704516 0.028877696 -0.010174395 -0.013189779 -0.039229892 -0.03586537 0.02372261 -0.015389288 -0.019242369 0.0044846865 0.056189913 -0.008621848 -0.050788328 0.0488535 0.013234634 -0.07133715 0.008539816 0.017134994 -0.008696202 0.00651609 -0.0014947607 -0.015478189 -0.03005241 0.018500848 -0.033252466 0.034908462 -0.019187815 0.009956989 0.040011015 0.009048981 0.05107645 0.0808569 0.023071606 -0.013011571 -0.026091436 -0.00019073454 0.010607185 0.01182837 0.017160451 0.045760937 -0.014609377 0.017671233 -0.043623254 -0.003367758 -0.0051126555 -0.0137539 0.01361287 -0.024416447 0.05889616 0.053039964 -0.04697485 0.02392183 -0.007965188 -0.048551235 0.011928587 -0.04304822 0.016897788 0.014117185 -0.0036405243 0.031116402 0.012244997 -0.0021413185 0.005918024 -0.052267328 0.047850933 0.0018342036 -0.013196245 -0.007814055 -0.028932653 -0.014701916 0.021625742 0.02001258 0.033043142 -0.01853075 0.025543882 -0.0040664445 0.0002626641 0.02348904 -0.009823637 -0.013446381 -0.00591762 -0.012162964 0.060959894 0.009209003 0.007475016 0.0077352556 -0.02205651 0.052419268 -0.0006247365 0.015466066 0.044253647 0.08433134 0.0442193 0.015448286 0.016374076 -0.011636828 -0.027230993 0.023463987 0.053966563 0.058250815 -0.037788473 -0.041144513 -0.0036243605 0.013515887 -0.030441556 -0.03247781 -0.0260486 -0.034910887 -0.032270912 0.03276876 -0.02545094 0.0460236 -0.02136429 -0.005675969 -0.0081983525 -0.00056048477 -0.0009653916 -0.017251778 -0.0130386455 0.025558833 0.010117417 -0.024789834 0.019287627 -0.04417202 0.048837338 0.034104306 -0.021231746 0.005000316 0.015687916 0.036660634 0.028381865 -0.031826403 0.018184843 0.00031196413 0.022046003 -0.021347722 0.037261933 -0.010338055 0.041492037 0.019768909 0.0030048774 0.010692449 0.008479605 -0.01106422 0.04070243 0.04715952 -0.004527521 -0.02871363 -0.0053951205 0.0036425448 -0.05353741 0.0047097695 -0.014832036 -0.05178362 0.033094868 -0.021841934 -0.01863622 -0.039016124 0.00045137815 -0.009294672 -0.04561829 0.023174651 -0.069049545 -0.026983686 -0.030686844 -0.05138801 -0.029050246 0.012294296 0.020037634 -0.009952141 -0.026204178 -0.027456481 0.020019045 -0.03649253 0.017435644 0.010841966 0.021677466 -0.027527198 -0.012993387 0.034105923 -0.017928239 -0.037624005 0.026926707 -0.00018548126 0.0013222106 -0.03029002 0.03374385 -0.0211089 0.00038833878 -0.0213061 0.06301716 -0.03766603 0.009345185 0.010762762 -0.012538776 -0.01422225 0.018418815 0.022505464 -0.0027058444 0.011944751 -0.044080693 0.047436327 0.025587928 0.030834341 -0.074802294 0.058967687 0.056339428 0.0050265826 -0.027895736 -0.042977907 -0.030098073 0.0636916 -0.0107170995 -0.050798025 -0.030538136 0.013598727 0.009970325 0.060465276 -0.060080573 0.026239336 0.0002642805 -0.015171883 -0.0050702253 -0.05393747 0.013888869 9.657957e-05 -0.027719952 -0.01761183 -0.032069266 -0.022933405 0.015235326 0.045758106 -0.04198423 -0.0068110824 0.030222131 -0.00545816 -0.07061785 0.016344173 -0.0095169265 0.022710342 -0.037850704 -0.033823457 -0.055729643 -0.012453511 -0.009111616 0.06489702 -0.027412433 0.022775402 0.043245826 -0.00066070125 -0.026343593 0.002651291 0.023250218 -0.025797252 0.02227351 -0.0018588536 0.015242196 -0.00047198718 0.021789806 -0.027361114 -0.0039735017 -0.010027708 0.022227848 0.031851053 -0.01211124 -0.016477121 -0.025583887 -0.029399386 0.05271143 -0.033840835 -0.03225879 0.032845136 -0.019221758 -0.034624785 0.034913313 -0.01177705 0.016389027 0.06962215 0.011296981 -0.05826496 0.024207527 0.012786892 0.010237434 -0.004881915 -0.019840838 -0.02232564 0.043782063 0.01276305 -0.0063770805 0.0133595 -0.03990393 0.03422796 -0.009118889 0.02539194 -0.04742057 0.028294178 0.036816213 0.038338453 -0.028177796 -0.0116517795 -0.016591884 -0.04861589 -0.0041905027 -0.0634055 0.005887313 -0.017376645 0.03638827 0.01846852 -0.015864104 -0.00440912 -0.048681356 -0.0639086 0.032609545 0.055544972 -0.024709014 -0.01337526 -0.014035153 0.017364522 -0.05392211 -0.007478249 0.034124512 -0.0092579 0.0012264393 0.03776463 -0.0059188325 0.028114352 -0.01711196 -0.0026860435 -0.018055126 -0.030553088 -0.048723787 -0.017448574 0.002191831 -0.011463066 0.01473586 0.035401057 0.031643346 0.0017457061 -0.013858562 0.012918225 0.051350024 -0.0061689694 -0.0238794 -0.061632313 0.007923162 -0.014151937 -0.009817172 0.020908466 0.03708211 -0.009890313 0.009559357 -0.050346244 0.066576056 -0.029727515 -0.016416103 0.04185613 -0.0004404675 0.04493536 -0.03876801 0.03328035 0.037821207 -0.028870422 -0.000803348 -0.024584148 0.01777064 0.026095476 0.008547494 0.03146635 0.058537323 0.014562906 0.031191563 -0.02645876 -0.06628834 -0.029578807 -0.017467566 -0.014509565 -0.024964403 -0.024530401 0.029876627 -0.0076406966 0.030890107 -0.013405971 0.01307259 -0.05655562 0.01372925 0.004209091 -0.00066150946 0.025023403 0.008863095 -0.022449294 0.004848375 -0.016841214 -0.024881564 -0.027612867 -0.0011516811 -0.0009294268 -0.0013707025 -0.01828425 0.039710365 -0.00968099 -0.03453952 0.0039646113 -0.0016083125 -0.026908118 0.027296457 -0.04082487 -0.039881706 0.02210783 0.014300242 -0.01304794 0.008148245 0.022136118 0.053170893 -8.081973e-06 -0.02375413 0.043778025 -0.015407472 -0.022732567 0.022653768 -0.036427874 -0.0011573384 -0.02081108 -0.02745244 0.002015644 -0.017358864 -0.019143768 -0.009028776 0.014178609 0.0026124977 -0.021059599 0.060564686 -0.030301334 0.007851636 -0.0069310996 -0.020779155 0.023118481 0.06653241 0.028014136 0.050116714 0.028162036 -0.039741077 0.027439104 -0.052389365 -0.0055022067 0.017778723 -0.054811127 -0.055053182 -0.08705335 -0.050590318 0.028949222 -0.035447128 0.009051001 0.022955226 -0.024579702 -0.043040138 -0.004528733 0.010683155 -0.0036752769 0.013811687 -0.06133328 -0.0045541916 -0.01010287 0.05153995 0.0015796215 -0.020190787 0.0149468 0.026075676 -0.011386691 -0.039227065 -0.053365666 -0.04991103 -0.011675621 -0.020091783 0.0055539315 0.020062285 -0.024392605 -0.016291237 -0.050184198 -0.030098073 -0.008758433 -0.022862284 -0.013613274 0.025003603 -0.012818412 0.037203744 0.012209436 0.027802793 0.037948094 -0.03738478 -0.014367727 0.035116576 -0.048693884 -0.0102527905 0.0180527 0.015886733 -0.02705723 0.03534287 0.0037605418 -0.007577253 0.00680098 -0.04705203 0.073149934 -0.014112336 0.0036688114 0.019141747 -0.020542758 -0.040453505 0.012629698 0.038852464 -0.047199123 0.012730319 -0.068040505 -0.035963565 0.002212844 0.019595146 -0.049997102 -0.039707944 0.0011973442 -0.002061307 0.013127548 0.0031826808 0.042065453 -0.04472119 0.029887943 -0.009249413 0.036608506 0.02671698 0.010553035 0.091032915 0.011040783 -0.0077671795 -0.005478365 0.045733456 -0.0008962907 -0.0064069834 -0.006397285 -0.0523732 0.030351039 0.010921573 0.079555705 0.011562474 0.016081508 0.041542955 0.037465196 -0.0004437003 -0.051975567 -0.033767693 0.024335222 -0.019189835 -0.010039426 0.029390093 -0.028979933 0.060978886 0.014576646 0.010806001 -0.053823106 0.043997448 -0.022214513 -0.009723017 -0.053239994 0.015075303 0.019632323 0.018030476 0.0051453877 0.044339318 0.04100429 0.022798032 -0.005806493 0.051379927 -0.0015881076 0.015749339 0.014969429 -0.017863179 -0.027574074 -0.021858098 -0.044366796 0.006576301 -0.0071602236 -0.015739238 0.00029741658 0.032239392 0.04354526 -0.013528817 0.010744174 0.01060476 0.02110405 -0.015848748 0.030123128 0.041923616 0.0012721025 -0.026748903 -0.038975313 0.025406487 0.03614177 0.0019889735 0.022743478 -0.019811338 -0.033383396 0.04727388 0.068838604 0.03207048 -0.005012439 0.039015315 -0.01710509 -0.012941662 -0.0030085142 0.06992603 0.008723277 -0.09045626 0.026760623 0.022263814 0.016094843 -0.04047573 0.03448133 0.03926586 -0.0071893185 -0.02574593 -0.018807154 -0.015757825 -0.09898961 0.028195173 0.039998084 -0.027753493 0.020240087 0.017455444 -0.052401893 0.010783776 -0.0040591704 0.02052619 0.011596014 0.019396733 0.0015743682 -0.07326631 0.047592714 -0.023963451 -0.04248006 0.0025664303 0.04309146 -0.00010546974 0.017086906 0.0072931717 0.016064536 -0.017236019 0.016787065 -0.018377597 -0.018755024 -0.00986526 0.008395148 0.03804831 -0.0034687824 0.01823293 0.028553609 0.005416134 0.00740147 0.032536 -0.038736086 0.01847943 -0.00046875438 -0.00047319947 -0.043371096 0.07456185 -0.031894293 -0.013461333 -0.04024378 -0.052793868 0.0027761576 -0.0069747423 -0.029843895 -0.047024954 -0.007843554 0.01452977 0.028846983 0.013646007 -0.068476126 -0.04241823 -0.09234421 -0.008073891 0.041605994 -0.045316022 -0.04028944 -0.012809522 -0.04461006 0.03712454 0.0070147477 0.01724814 0.024545355 0.060084615 -0.011351938 0.01044595 -0.017973093 -0.0034881793 0.007187298 -0.023482574 -0.045025475 -0.020587612 0.018914644 0.013219278 0.002036253 -0.00152426 0.016816968 0.014910431 -0.031366944 0.028044848 0.003105498 -0.020878967 0.07579516 -0.012098309 0.0094627775 0.034964632 -0.00342514 -0.028350346 0.015685895 -0.0017356036 -0.00457965 0.04445772 0.005807705 0.018811598 0.0020831283 0.0080355005 0.006465982 0.022596791 0.0073477253 0.0026040114 0.053439215 0.04018761 0.028010499 -0.0016939814 0.0014543509 -0.033371273 -0.00065948896 -0.002179304 -0.04365639 -0.05766366 -0.00059281266 -0.0019364406 0.012736784 0.012700415 0.0012397745 -0.027925638 -0.0014563714 -0.020883817 0.017418267 -0.04715144 0.028446117 0.02556045 -0.026606256 0.016512683 -0.023016244 -0.013235846 -0.020078449 -0.005662634 0.014326508 -0.037112013 0.029409084 -0.022495361 0.011027043 -0.0058287187 0.010528386 -0.01097047 0.0104556475 0.028291348 -0.049881127 0.00371205 0.005965708 0.019005567 -0.09382079 0.013450018 -0.004688756 -0.029865311 0.035038583 0.037507627 0.0046790577 -0.048201285 -0.042985585 0.016622193 0.060108457 -0.00089305796 -0.056679275 -0.0004707749 0.001315341 0.03690875 -0.03226687 -0.015736004 -0.07857657 0.014435614 0.026701624 -0.02055973 -0.0039145034 -0.023447419 0.029624065 0.025565702 1.3335254e-05 0.0031952078 0.029746104 0.02468396 -0.013649239 -0.03479774 -0.020464363 0.017078016 0.014219018 -0.002183345 0.008239975 -0.04776001 -0.002519555 0.0072887265 0.015057523 0.033409256 -0.020160884 0.010031749 0.016981436 0.065321326 0.0060376376 -0.05597938 -0.03557159 0.054824058 -0.0037225564 -0.003438071 -0.030613704 -0.01250766 0.044814132 -0.003404935 -0.024691233 -0.022335744 -0.032568328 0.06337196 0.024778923 0.007706565 0.02770581 -0.055230178 0.008843294 0.002442372 -0.0310077 0.011590357 -0.025777854 0.026303992 0.0612464 0.014145472 0.049716253 -0.038228538 0.01976527 0.04187795 0.0035653622 0.008406463 -0.048116427 -0.009196072 0.0048378687 -0.005768912 0.023383167 0.067858666 0.050264616 -0.057626482 0.00091083825 -0.010176011 0.02419096 -0.06362775 0.0011516811 0.024955919 -0.001020753 -0.07916373 0.03588234 0.026229637 -0.054641407 0.02499956 0.011240407 -0.022410097 -0.0035762729 0.008467078 0.03207856 -0.002401558 0.04825584 0.0334626 0.021439048 -0.0002994371 -0.0216019 -0.06318203 0.035363074 -0.012981668 0.05715207 -0.00895725 0.04287567 0.005830739 0.0018168273 0.055927653 -0.029547691 -0.010307748 -0.009051001 -0.0072515495 0.041293625 0.0035698072 0.006580342 0.040091433 -0.0032942118 0.047816988 0.01470434 0.0013585795 -0.009965071 -0.0061277514 0.028518856 0.0036138538 0.018963136 -0.028298622 0.057961483 -0.036151066 -0.027783396 0.04653761 -0.0070693013 -0.072454475 0.0036049637 -0.0032461241 0.061392684 0.07860243 -0.0058178077 -0.07414361 -0.08131959 -0.02293098 -0.065707244 0.007864972 -0.057386853 0.019156698 -0.017933492 -0.00046552162 0.006212208 -0.056298614 0.05198486 0.087732635 0.039924942 0.004547726 0.008781063 -0.017618295 0.048271198 0.037918594 -0.010487167 0.02358764 -8.284022e-05 -0.0052993493 0.03973623 0.045654252 0.04334968 -0.057146817 -0.04109117 0.025444474 -0.05730765 -0.04278111 0.00080536853 -0.019970553 0.028358024 0.0039044009 -0.002139298 0.042567343 0.0081922915 0.07014101 0.039005216 0.0085018305 -0.042672813 0.0036251687\nanh_trai 0.027611699 -0.06237286 -0.024890486 0.021028738 -0.02183456 -0.019580688 0.042149942 -0.028484045 0.048679348 0.04622549 -0.006897172 -0.008942266 0.035167 0.061243206 -0.036517985 -0.041777156 0.040458806 -0.03079356 0.044441886 -0.01993423 0.042407673 -0.026747305 0.061324373 0.004047094 -0.011535034 0.035017215 0.027255649 0.011836275 -0.02848488 0.06069051 0.022393111 0.03148056 0.0050165053 -0.014996381 -0.029826242 0.014430717 0.027219668 -0.037903693 0.03250185 0.0064264825 -0.021497337 0.017329328 -0.03628201 0.0007121011 -0.03391643 -0.054655224 0.014737816 -0.030624531 -0.0058578895 -0.02641845 -0.02239604 -0.048999418 -0.028200794 -0.036818806 0.045911275 0.023647446 0.025822243 0.038171884 0.0006254942 -0.034344863 -0.06485685 -0.016454054 0.0135968635 -0.073101655 -0.064628825 0.0037232595 -2.133793e-05 -0.026703792 -0.0155482385 0.039263047 0.030022886 0.026118463 -0.055671915 -0.024960358 -0.04880152 0.011813263 -0.017685797 0.020323751 0.018693281 0.04409546 -0.04339591 0.0032303953 0.033043668 0.018009212 -0.0015869562 0.014556234 -0.008087913 -0.031818617 0.014336997 0.009129705 0.011612018 -0.04714846 -0.006670404 -0.019969374 -0.0039286893 -0.077373005 -0.09469438 0.024541967 0.0017321379 0.034287125 0.03328131 0.009271122 0.0038077745 0.00097317697 -0.0036169882 0.015657857 0.0082753515 0.011496542 0.046873156 -0.0032425285 0.038340077 -0.014731121 0.0113413185 0.012822004 0.016150303 0.05476108 0.031663395 0.004437034 0.05605474 -0.0032785102 -0.050742853 -0.052422274 0.025165787 -0.005985917 -0.007369117 -0.038765162 0.025964078 0.0049503995 0.015158717 -0.025990436 -0.020977277 0.0099932635 -0.095487654 0.018195815 -0.002102832 -0.0352967 -0.031158816 -0.05366322 -0.038615797 -0.031163001 -0.08564836 0.020205764 -0.03908816 0.021265548 -0.026965287 -0.01146307 0.018598307 0.011390271 0.011649255 0.019990712 0.0090631815 0.030529557 0.02866228 -0.038636297 0.004618197 0.030900251 0.07364054 -0.01298685 -0.022180988 0.05658777 0.020783981 0.006472087 -0.011822887 -0.036871105 0.00859291 -0.03442059 0.047794454 0.05368707 0.05704047 -0.037160214 -0.01258645 0.028345976 0.043798402 -0.071086265 0.00906611 -0.038191967 -0.0029642987 -0.011007443 0.027484508 0.015939433 0.03969399 -0.006928133 -0.0050156685 -0.0003903586 0.05404354 -0.005749108 -0.003036262 -0.037495762 0.01863889 0.007442335 -0.020585245 0.023682592 -0.04292313 -0.03017769 0.036894117 -0.032628205 0.06268707 0.027212135 -0.027535135 0.0028258113 0.022055052 0.039301537 0.033840284 0.040860042 -0.072327636 0.0018237655 0.008446473 -0.005670032 -0.00591228 -0.012636239 0.047556806 0.006744041 0.003042956 -0.007820142 0.01104719 0.017879093 0.0031078067 0.027784495 0.0065699904 -0.061569132 0.039651733 -0.004569664 0.026271595 0.02199857 -0.018208366 -0.06537314 -0.022083083 0.0058507766 0.009082427 -0.048346728 0.02512604 -0.05188799 0.021323286 -0.023444528 -0.062023506 -0.015190514 0.044247754 0.0539335 0.03511512 -0.003971784 -0.030878076 0.04168302 0.0004949563 0.0104597695 0.0060064183 0.060408097 0.036307953 0.008081636 0.02037061 -0.031720296 -0.01624988 0.013568832 -0.0242265 0.022053797 0.0011853011 0.08037412 0.022793094 0.01439097 -0.031353787 0.03840995 -0.0035165746 -0.03293698 0.011480643 -0.016198417 0.018720059 -0.015180054 0.04673425 0.009853103 -0.042363323 -0.06246658 0.04766224 -0.014863333 0.024259552 -0.0050596 0.018189121 0.037542205 0.0062189605 -0.03050571 -0.037225064 -0.029218739 0.019847622 0.022229102 -0.015704298 -0.026807135 0.05940312 0.023015676 0.0807808 -0.051406838 -0.030737916 0.016076248 0.016973278 -0.0068892227 -0.014836137 0.046695758 0.0012647953 0.012437085 -0.036065284 -0.054740995 -0.045412134 0.014351222 0.003247131 -0.024035713 -0.021032924 0.021830376 -0.015868725 -0.019289488 -0.02186594 -0.0071456963 0.059439104 0.027499152 0.024536528 0.009388689 -0.014306454 -0.00082464825 0.005311053 -0.02436917 0.008329742 -0.0073845973 -0.017865704 -0.027259415 -0.014119433 0.0011869747 -0.023277171 -0.013016974 -0.018884068 0.040332034 -0.047791943 0.04245746 -0.0036165698 -0.002095301 -0.042436123 -0.0124906385 0.011482317 0.0042650755 0.0058143768 0.0036052733 -0.028204978 0.06794248 -0.028918752 0.053463228 -0.012227471 0.06593588 -0.045797054 0.02417462 -0.025204698 0.020731682 -0.019800762 0.08381832 -0.06844622 0.020021254 -0.0058967997 -0.004375949 -0.038956366 0.0073034293 0.028661024 0.062322654 0.06510537 -0.041324876 -0.030480605 -0.01644234 0.012759664 -0.0016162436 0.058944985 -0.0025638987 0.008893733 -0.0045332643 -0.0064189513 -0.020152211 -0.026367405 -0.061900917 -0.00771931 -0.0044156965 -0.018329281 0.02797068 -0.038785663 -0.0049650436 0.015857011 -0.056145113 -0.013026597 -0.0049629514 -0.02918234 -0.011082335 0.002957186 0.019355176 0.03232069 -0.012107393 -0.012585613 -0.017103815 -0.011406587 0.03078603 0.014949103 -0.0350942 0.017430577 0.0042767907 0.04600918 0.040288102 0.016068298 -0.037383217 0.004293108 0.020315383 0.03819364 -0.03324575 -0.0113045005 0.010202459 -0.019881094 0.01618252 0.017077874 -0.013533268 -0.034526024 0.04274782 -0.045502927 0.01702223 0.020972675 -0.0037680273 -0.031288937 0.0016329793 0.025145704 0.010011255 0.016277075 0.005302685 -0.04962073 0.08284012 0.002694855 -0.030981 0.032114003 -0.007198832 0.056407444 -0.068822354 0.03471179 0.030804858 -0.04788566 0.022983043 0.021244628 -0.046813328 0.05290635 -0.024318546 0.014147884 0.08432206 0.005192648 -0.024259135 -0.0049278066 0.0066846297 -0.012174335 -0.0029739216 -0.0389321 0.0053097974 -0.0065653883 0.03199769 -0.034130227 0.011078151 0.0002949655 -0.00296137 -0.052297175 -0.010550979 0.017936831 0.048214935 0.031724483 0.0017605884 -0.017498357 0.0013626987 -0.03689035 0.034738567 -0.022199396 -0.00219697 -0.05808101 -0.016495056 0.025941484 0.024209764 0.005673379 -0.01086268 0.009844735 0.010240114 -0.012231236 -0.015473764 -0.05343101 0.026904201 0.014752041 -0.021648375 -0.026024744 0.0052796733 0.0683274 0.032247886 -0.051733185 0.008243553 0.01685571 -0.038143013 0.006073361 -0.04620331 -0.022932418 -0.013672174 -0.06277535 -0.008801268 -0.053391684 -0.034029815 0.007888759 -0.04357038 -0.017351503 -0.030377263 -0.0043646526 0.04715306 -0.03583768 -0.0638774 -0.0014543263 -0.018497474 -0.024018979 0.054979477 0.016498404 0.05969474 0.0412299 -0.017653162 0.002637954 -0.05688985 -0.033590503 0.008177448 -0.041455414 0.020013724 -0.022037897 -0.026133107 0.024035295 -0.056433804 0.05689989 -0.013293949 -0.022231612 -0.019900758 -0.010724611 0.033707235 -0.0015442803 -0.029144684 -0.010917908 -0.008380786 0.024246583 -0.027383259 0.023685101 0.021435415 0.037879847 0.032980908 -0.026458196 0.010772726 0.005103112 0.054002535 0.0012878068 0.02691006 0.015792578 0.004042073 -0.010751806 -0.03987766 -0.010499098 -0.041647874 0.0060582985 0.016548611 0.009793691 -0.028303718 -0.016272891 -0.011661388 -0.0048202802 -0.0026546896 0.03682006 -0.0045771953 -0.0024676688 -0.0011179402 -0.049199827 -0.06814665 -0.0154428035 0.009248947 -0.029437557 -0.01356925 0.037656426 -0.021667622 -0.015553259 -0.007178749 0.047768094 -0.011451774 -0.03833631 -0.020812431 0.040897697 -0.003224956 -0.090266556 -0.015166665 -0.03812 -0.022477627 -0.036034323 -0.024477534 0.017212598 0.03492768 -0.030077694 -0.010460188 -0.017930973 0.03981281 0.019939668 0.059991382 0.012850873 -0.005700156 -0.0123283025 -0.0055691996 -0.007637305 0.009563995 0.025186706 0.0037914573 -0.042942375 0.013326583 -0.004491425 0.00076481834 0.042087603 -0.04712712 -0.047603667 -0.018248115 0.023882164 0.013930321 -0.022795185 0.01849873 0.040027026 -0.000519223 -0.020071043 0.01435708 -0.033532348 -0.013998937 0.044338543 -0.0309605 -0.013209433 0.04908184 -0.024608908 0.014053328 0.023139939 0.033603057 -0.016008886 0.028025487 -0.005344942 0.024547825 0.009351034 0.011422068 0.043698825 0.005975457 -0.032021537 0.055284064 0.033354115 -0.0042659123 0.020089451 -0.014915631 -0.027914196 0.0452498 0.017349828 0.003539586 0.0036763998 0.0114467535 -0.0066578523 0.01665028 0.008077034 -0.011218312 -0.04587362 -0.0368368 0.00461234 -0.021234587 -0.025564931 -0.015493429 -0.006172101 0.039869294 0.014602675 0.04653426 -0.028191172 0.0060227355 -0.03024254 -0.0059252502 0.030919498 0.012124965 -0.023429884 -0.038534626 0.02132747 -0.0074243443 0.061344873 0.0105053745 -0.038992766 0.053451095 -0.021654652 -0.015655346 -0.015385066 0.0018128873 -0.028429653 -0.02351147 0.03536197 0.035004664 -0.013885135 -0.021268059 0.026477024 0.01567794 -0.009410027 -0.06269293 0.0075498614 -0.044421803 -0.049817372 -0.006047002 0.006268749 -0.062352777 0.0013145838 0.02752551 -0.05728732 0.04724887 -0.02188142 0.0036985746 -0.011243834 -0.038273133 -0.025627272 -0.014584266 -0.013470928 0.018693281 -0.0061800503 0.020599889 0.030506546 -0.012396919 0.013742464 0.047499068 0.0063875723 0.03305789 -0.019040128 -0.0022287676 -0.016542334 0.003861747 0.029227944 -0.0015082988 -0.056525014 -0.0012083126 0.00660137 0.007180841 0.042099737 0.021337511 0.03827941 -0.0031701468 0.009823397 0.03410387 0.035843957 0.06914075 -0.013871328 -0.003602763 0.01245131 -0.016389621 0.05515646 -0.0019777333 -0.028389907 -0.022912335 -0.03440804 0.0014982574 -0.009463163 -0.011742556 -0.058016993 0.013927393 -0.025505101 -0.018258154 -0.036950182 -0.0050922344 0.025998803 0.017115112 0.0046600364 -0.018434716 0.030352158 0.036785755 0.013126174 0.092742175 0.013422813 0.012293576 0.026519282 0.032275084 -0.03802252 -0.020374376 -0.0010087402 -0.014521926 0.014753296 -0.014654555 0.008355683 -0.016857801 -0.012649208 0.012595654 -0.0033295539 0.0022015723 -0.006008092 -0.037620027 0.004176795 -0.01565451 0.02676111 0.02104129 0.0534921 -0.015436528 -0.07252721 0.0042960364 0.018934693 0.04707231 -0.01983005 0.05283857 -0.027518399 -0.0025442343 0.008449402 -0.007544841 0.01389685 0.03278092 0.017469907 0.011612855 0.023343695 -0.010821678 0.058817375 -0.01994176 0.040292706 -0.05276619 -0.026381213 -0.04004418 0.021482693 -0.0090347305 0.0382815 0.049902722 -0.019801598 0.06359498 -0.0010129241 -0.03595274 0.028771479 0.00091543904 -0.008702529 0.06474932 -0.00014434481 -0.0073753926 -0.046538025 0.007077917 -0.004491425 -0.016730193 -0.0211894 -0.021573065 0.028787795 -0.030107819 0.015705971 0.014560417 -0.01865981 0.01783056 0.03341227 -0.009841806 -0.006432758 -0.03377083 -0.002589839 -0.026284982 -0.03429047 0.031234963 -0.029056404 0.0054482846 -0.017395852 0.040095225 -0.018349783 -0.05198589 -0.058395218 -0.011182331 0.012622013 0.025527695 -0.0018287861 -0.015514349 -0.028792817 0.09000799 -0.046860605 -0.010806197 0.018927163 0.031562563 0.015895084 -0.008233094 -0.0150047485 0.0030099032 -0.009476551 0.040639132 0.0048077283 0.040266767 -0.030382283 0.021800252 -0.07383593 -0.021192329 0.017818008 0.053607576 0.010668128 -0.0694922 -0.037677344 -0.0032149148 -0.012673475 0.07364849 0.010837576 -0.019281957 0.025697144 -0.017805874 0.021731636 -0.015604302 0.027360665 -0.011215383 -0.045929685 -0.010924602 -0.04087343 0.0047897375 -0.0318387 0.0037956412 0.043798402 -0.06353808 -9.622988e-05 0.016287535 0.034689616 0.01110451 0.030092338 0.00757622 0.009827581 -0.0018463585 -0.05457573 -0.031977188 -0.027922146 0.0020873516 -0.00034684595 -0.03905427 0.012383949 0.073003754 0.0453272 0.036546852 0.027151052 -0.041538253 -0.017506307 -0.011941291 0.013516951 -0.02086724 -0.0018417562 0.020968491 -0.008912979 0.014752459 0.05419541 0.019591566 0.047390707 -0.00764651 -0.015098887 -0.05781282 -0.018392878 0.04035421 -0.0069867074 0.03574647 0.012515323 0.0166712 0.03182364 0.012289393 -0.011007861 0.027228454 -0.028621694 -0.057228748 -0.0056683584 -0.017297111 0.08192635 -0.019012515 0.033446997 0.005585517 0.016142353 -0.027917963 -0.0042575444 0.014590124 0.077216946 -0.0028914986 0.02248725 0.012498169 -0.014001448 0.027054403 -0.012065972 0.03147261 -0.028580694 -0.039931215 0.064582385 0.0180544 -0.032110237 0.0014472137 -0.009656459 0.019751392 0.018553957 0.01286468 -0.0068666297 0.0007459908 0.0071385833 0.015019811 0.02855768 -0.027215065 0.011238395 -0.02055052 -0.0021773055 0.044278715 -0.00020626666 -0.023933627 0.01496542 -0.032998063 0.035880774 0.027971935 -0.023303112 -0.0075251767 -0.035943117 -0.01801507 -0.017766964 -0.031052964 -0.030581437 -0.023396412 -0.0014262942 -0.039392747 -0.04435737 0.012250482 0.09903728 -0.02679751 -0.057028756 -0.03663639 0.016261594 -0.02563857 0.02641008 -0.0013978436 -0.005571292 -0.006559112 0.0061357007 -0.044403397 -0.04015631 -0.08456515 -0.0011685655 0.010859333 -0.039709467 -0.045853537 -0.016230633 -0.027431792 -0.018412123 -0.041684274 0.029180247 0.027587852 -0.0010120873 0.031323664 0.0014836137 0.075669736 0.046908718 0.0055261054 -0.027707929 -0.03641297\nem_gái -0.016133595 0.008968179 0.016204907 -0.01009871 -0.019381136 -0.034163132 0.0062721157 -0.04913387 0.023183009 0.030750623 0.0060249013 -0.07637262 0.037190083 0.008538406 0.021964053 0.0030678362 0.0013910566 0.0787725 0.025936123 -0.04030451 0.04082366 -0.03958331 0.058206163 -0.0062169675 0.011077584 -0.04981466 -0.018355196 -0.0054249307 -0.011807342 0.050253466 -0.0063077714 0.057069927 0.020124206 -0.023076518 -0.020349076 -0.02818102 0.0073774494 -0.01048522 0.04045474 -0.019285103 -0.060471505 -0.009701265 -0.058274146 0.015623001 -0.00640428 -0.048464965 -0.014916539 0.027358556 -0.01877974 -0.00071929896 -0.022411415 -0.016770171 -0.011004371 -0.0029679995 0.00907372 -0.03129735 -0.011065223 0.010109644 0.0046248115 0.005330799 -0.030449212 -0.05777734 -0.022728039 -0.026564142 -0.00653074 0.007719271 -0.054365307 -0.10736618 -0.071746856 0.026813257 -0.0029057204 -0.02380152 -0.05608915 -0.0060610324 -0.046786282 0.027726525 -0.045324866 0.01475585 0.035564173 0.03536973 -0.029447518 -0.056224644 0.05171013 0.026316453 0.004995158 0.018950412 0.006068639 -0.042889327 -0.018736953 -0.004574418 -0.02702339 -0.04854626 -0.011887686 -0.03383843 0.028349316 0.008754243 -0.050483566 0.0067104455 0.023203451 0.04760304 0.0280132 0.019708695 -0.011228765 -0.004846829 0.024677705 -0.0063553127 -0.03531078 0.00688825 0.009668462 -0.038705222 0.027366638 -0.037272807 -0.014584701 0.02365652 0.03727043 0.0072604977 0.051265143 0.032133598 0.052330066 0.0508677 -0.01819023 0.014342716 -0.016035184 0.01405937 -0.05321053 -0.0076546147 0.032601405 0.0066339043 0.016145956 0.030892773 -0.015913004 -0.06938739 -0.033691525 0.010820861 0.020254469 -0.024751395 0.000507265 -0.035626452 -0.018555345 -0.0010924976 0.018382296 0.0005652653 0.0020851586 0.039503917 -0.03710974 -0.00879608 0.02350534 -0.013562089 0.011165535 -0.008836014 -0.058978233 0.042414866 0.020886293 -0.016262908 0.040404346 0.0012374985 0.07753358 0.032120287 0.05907997 0.024923969 0.020692324 0.043252066 0.016609957 0.0053288974 5.039371e-05 -0.0290515 0.032749258 0.04691512 0.052448444 -0.036102816 -0.03188876 -0.0029504092 0.03191253 -0.031316366 -0.045222178 -0.055651773 -0.042155292 -0.0034429363 0.046264756 0.008332552 0.024154752 -0.013953829 -0.058875546 -0.00015498443 0.011884359 -0.0072243665 -0.0016049922 -0.01952471 0.012063114 0.018449329 -0.018794477 0.012809986 -0.034083266 0.034913808 0.089954674 -0.033476163 0.057054713 -0.018496394 0.008495144 0.0018978462 0.0038617747 0.030564737 -0.007333236 0.011939031 -0.0156134935 0.032446895 -0.010344498 0.0332028 0.034571987 0.02056824 -0.026529912 -0.0069300863 0.0029009664 0.0089810155 -0.00036892 0.019180987 -0.0041275304 -0.029288255 -0.031797957 -0.03185786 0.01728124 -0.025550088 0.0403202 0.046764415 -0.013228349 -0.03287239 -0.04415963 0.03448879 0.02412195 0.0015156147 0.0028291792 -0.06273447 -0.010124382 -0.06691049 -0.060891293 0.009029508 0.0600945 -0.0049875514 0.014423061 0.015323017 0.0033516572 0.06509489 -0.0042050225 0.0015241721 0.020978522 0.021866592 -0.0008134306 -0.043576773 -0.027844427 -0.022768926 0.011484537 -0.02019029 0.0096727405 -0.00438663 0.0257664 -3.422969e-05 -0.0040681036 -0.0065236087 -0.043456495 0.039346553 0.019106349 -0.01626148 0.026997242 -0.008387701 0.0017713865 0.011618128 0.04241867 -0.001042104 -0.012458657 -0.040556956 0.044809043 0.03814566 0.0047598286 -0.028170561 0.025825826 0.019303644 0.006189394 -0.016287154 0.0007796763 0.020618634 0.008822228 0.014265699 -0.020931931 -0.0028329825 0.06816891 -0.029878717 -0.00990902 -0.07173022 0.0025287184 -0.040080592 0.028512383 0.019131545 -0.06999544 0.013543072 -0.004587254 -0.013072889 -0.05121475 -0.033321653 -0.030343195 0.0065060183 0.06601291 0.0045967624 -0.0560283 0.033675835 -0.0040167593 -0.027758379 0.013914845 -0.030378375 0.012908397 0.029388092 -0.06321654 -0.022378135 0.008570734 -0.011082338 0.027163638 0.008236044 0.031320166 0.08473655 -0.0014048435 -0.02569889 0.020563012 0.012032212 -0.008950113 0.041267697 -0.0006109049 0.04876067 0.0018902397 0.017240355 -0.0007059874 -0.0136386305 -0.024915412 -0.013771745 0.016319482 -0.019066414 -0.039170653 -0.05126229 -0.06090413 0.048010945 -0.032027107 -0.0094241 0.013921501 -0.00080439774 0.0026271287 0.007703107 0.011844424 -0.0035489534 0.019043118 0.03414507 -0.056523204 -0.004256367 -0.0027626213 0.009974627 -0.0025510627 0.008144765 0.032343253 0.06596204 0.0036911017 -0.032802027 -0.059113726 0.013905812 0.021721592 -0.019908844 0.026483797 0.018435542 0.009242017 0.00572967 -0.006405231 -0.029812159 -0.0373774 -0.049499463 -0.01525313 -0.009642314 -0.04605082 0.040904004 -0.08121945 -0.043481216 0.011495947 -0.03171999 -0.019141054 -0.021201491 -0.06576046 0.022338202 0.023737816 -0.03165343 -0.0062706894 -0.03500604 -0.008696243 -0.037337936 0.015256934 0.0098538725 -0.001245105 -0.022498416 0.0051449127 0.013221218 0.052446544 0.0144040445 -0.02530525 -0.022313956 -0.031918235 -0.043137018 0.012804757 -0.05468621 0.0040310216 -3.613134e-05 0.0046238606 0.02483269 0.03107628 -0.02797897 0.028490514 0.005020355 -0.03514724 -0.029936243 0.0026047844 0.0325377 -0.046789613 0.006020147 0.0024892592 0.0070603495 -0.0026176206 0.027427966 -0.07385246 0.069094054 -0.017149076 -0.042779982 0.019429628 0.004411827 0.054928195 -0.056255072 0.00854839 0.05562943 -0.050839648 -0.015786069 -0.013231677 -0.04932879 0.024042554 0.000102213664 -0.031045854 0.026631651 0.0027649985 -0.014549045 -0.03437992 -0.026054975 -0.027785951 -0.025183069 -0.024816051 -0.008386275 -0.031861186 0.034129377 -0.012878446 0.047102906 0.00161973 -0.0015018277 -0.059060954 0.023375552 -0.0027203097 0.0136885485 0.010112497 0.008670095 0.018315261 -0.03375856 0.015352492 0.0077939103 -0.025257234 0.026894078 -0.008714784 -0.004834944 0.0062987385 0.0005105929 -0.012764823 -0.050976567 0.008062994 -0.0047536483 -0.020952374 0.035056908 -0.06073013 -0.014294224 0.042702015 0.0027165064 -0.011392782 -0.024197064 0.03419451 0.0367199 -0.041705552 -0.058535147 0.017629717 -0.020400897 0.016839582 -0.023791537 -0.06957993 -0.004489319 -0.019163398 -0.03668044 0.03212694 -0.03280298 0.01634753 -0.021820953 0.021945987 -0.013486974 -0.043890547 0.010518024 -0.04902833 0.00051201915 -0.010671582 -0.011560127 -0.007313744 0.055569053 0.003762889 0.08981681 0.06540533 0.0223363 0.043882463 -0.0491101 -0.00571208 0.018846773 0.0066491175 -0.05027486 -0.0097388225 0.029033909 -0.005905573 -0.042528965 0.04805183 -0.018350918 0.03785994 -0.07536998 0.0017818456 0.015238393 -0.007422138 0.028632186 0.00012931216 0.05218364 -0.010477138 -0.038514584 0.029720405 -0.002877671 0.05417657 0.021854708 0.002338078 -0.047982898 -0.013782205 -0.0067570363 0.001926371 0.012484329 -0.035699666 0.011603866 -0.0011695145 -0.025377512 -0.012326968 -0.05147052 0.010090153 -0.0056431447 0.017210403 0.01753416 -0.005058863 -0.028402086 -0.031120969 0.04222375 0.041120317 -0.018535852 0.0022605858 0.005835687 -0.03361023 -0.028795252 -0.015924888 -0.031999532 -0.017797537 0.005138257 0.013328186 -0.042559866 -0.019051675 -0.053218137 0.025620924 0.006080049 -0.029494584 0.017362535 0.037177723 -0.0210389 -0.063727126 0.00034847728 -0.065985814 -0.055378888 -0.07058923 0.0040643006 -0.027384704 -0.004498352 -0.009531543 -0.024115292 -0.008037321 0.007590434 0.011790702 0.035242796 0.06699987 -0.007963633 0.030883739 -0.018965626 0.025217298 0.017210403 0.007688369 0.06901419 -0.014526226 -0.015439017 0.008217503 0.016429776 -0.009037114 -0.021279933 -0.05043745 -0.038535975 0.05821567 0.014335585 0.040478986 0.023493454 0.030765362 0.013205529 0.00718253 0.010685368 -0.016409334 -0.003888398 0.03509637 0.01906356 0.009227755 -0.024608295 -0.030295178 -0.02949078 0.022866385 0.028738678 0.0017024517 0.053513844 0.023201074 -0.018272474 -0.020865373 -0.008140486 0.041855305 0.07436305 -0.02871681 0.03654495 0.011083289 -0.0018697969 -0.014837145 -0.020320551 0.024184704 0.01558592 0.012615068 0.03498417 0.009024277 -0.038865436 0.006643888 -0.00574726 0.039861903 -0.021466771 0.003466707 -0.053315595 0.0156482 0.04968297 -0.034161232 -0.016880468 0.02374875 0.019939747 0.02138072 0.06531358 -0.012870364 -0.027486917 -0.049811333 0.017965835 -0.013198874 0.031985745 -0.003233755 -0.021453934 0.01741816 0.040868826 0.042945426 0.013825943 0.009944676 0.032660354 -0.023811504 -0.010249415 0.045417096 0.057736456 -0.0025448825 -0.0629446 0.044918388 0.045737524 0.026609782 -0.04021894 -0.0057867193 0.03096551 -0.0032057057 -0.006189394 -0.05046835 -0.013673811 -0.046573773 -0.01127488 0.046898004 -0.022859728 0.009973201 0.023202026 -0.05480744 0.027685164 -0.021057917 0.025410317 -0.016864778 -0.04172837 0.0051829456 -0.04720845 -0.019055955 0.0020804047 -0.0806171 0.024759002 0.059760287 -0.008475652 0.041510157 -0.038975257 -0.0037771515 0.0104709575 -0.015787493 -0.032850996 0.0024593081 0.009745003 0.029383812 0.022690007 -0.02964529 0.0148899155 0.039693605 0.0161973 0.0105280075 -0.009138376 0.007549073 0.010183333 -0.0062098363 0.02192697 -0.001603566 0.015651051 -0.017378699 0.0015275 -0.014759652 -0.046315625 0.019538498 -0.0004183629 -0.023936538 -0.058509476 -0.021468196 0.04569711 -0.005179618 0.030843329 -0.05685504 -0.025844844 -0.05424788 -0.061805986 -0.035982538 -0.010445761 0.038520765 -0.00038128073 -0.031737104 0.031694792 0.0020090926 0.03904942 0.013673335 0.06302019 0.011450307 -0.026699634 0.0047042053 0.031410497 0.014598964 0.024469951 0.005802408 -0.05162408 0.002474046 0.019770974 0.017106764 -0.035218075 -0.06320322 -0.0022662908 0.0066629043 0.037871826 0.0060500978 0.013707565 -0.008162355 -0.0022501268 0.0040795137 0.03505168 0.031110035 -0.027603868 -0.02932819 -0.021585623 -0.005164405 0.012361197 0.013763188 0.031848826 0.002170733 -0.0082079945 0.0022006838 0.007070808 0.03778958 0.030974068 -0.032672714 -0.031118592 -0.035312682 -0.024352524 0.08477458 -0.027136538 -0.043206904 -0.04365474 -0.01787598 -0.04317838 -0.01366145 0.007408351 -0.043238282 0.023798669 0.011609095 0.009095115 0.01046763 -0.027327655 0.0173207 -0.027941411 -0.0114750285 0.06323888 0.0138777625 0.008731899 -0.014908457 0.013499334 -0.025868613 0.009488756 -0.03134584 0.017718144 -0.008873097 -0.0109644355 0.01333199 0.0263136 -0.01383973 0.01019189 0.052401856 0.04249236 -6.1803607e-06 0.013526908 -0.012014146 0.0074891713 -0.035575584 0.05060622 0.039438784 0.05899915 0.025289562 -0.00029285403 0.0006227902 -0.037133984 -0.011796407 -0.008956294 0.016126938 0.016189693 -0.017211355 0.00056669157 -0.0013511219 0.080976516 -0.037673578 -0.0054539307 0.0034714611 -0.056659173 0.014213404 -0.005857556 0.021182474 -0.011061896 0.039555736 0.017653963 -0.00074354495 -0.009431706 -0.02681421 0.0074516134 -0.035026483 -0.032808207 -0.0037762006 0.041849602 0.02006668 -0.05716501 -0.012338378 -0.024799887 0.013041037 0.026329288 0.04498732 0.027526852 -0.0060077864 -0.032128368 -0.029626273 0.009654199 -0.019983009 -0.05511741 -0.013057201 -0.00069933163 -0.03619552 0.052309148 -0.0531164 -0.030218162 0.022706646 -0.054147568 -0.031661514 -0.0032560993 0.005496718 0.040053017 0.021248082 -0.013194595 0.002279127 -0.04218049 -0.017550323 0.01363768 -0.042197127 0.030703083 0.005373586 -0.039075095 0.033193767 0.041662764 0.0713323 -0.022004938 0.020322453 0.038077205 -0.031836465 -0.031442825 0.033164766 -0.023101239 0.007840501 0.007582352 0.015479427 0.010866025 0.013171775 -0.021865167 0.023588536 -0.05282307 -0.01386968 -0.10554487 0.010083022 0.025180692 -0.037526675 -0.010338318 0.02910427 0.0016106971 -0.019455776 0.027448885 -0.019203808 0.015199409 -0.0006332493 -0.02618714 -0.0009831528 -0.0068254955 0.027106587 -0.051948786 -0.001966781 0.009362771 0.0069510043 -0.049292658 -0.0042140554 -0.02536848 0.117121644 0.03655731 -0.02314355 -0.025194954 -0.007596139 0.0152017865 0.00025672268 0.05191218 -0.035422027 -0.05809492 -0.006735167 -0.008437144 -0.0053716847 0.004574418 0.021228114 0.08376243 0.00024436196 0.041110333 -0.038032513 0.014777243 0.016693154 0.006037262 0.021356 -0.012402558 0.019713925 -0.005436816 0.034001492 0.061555445 -0.029037237 -0.041058514 0.019174807 -0.012022228 0.0011581045 0.00787996 -0.021501001 -0.024392935 0.004693271 -0.0040419563 -0.050521124 0.018359 -0.047062974 -0.0024008325 0.02711039 -0.057113666 -0.035468616 -0.03926621 0.037256166 0.02032578 -0.015276901 -0.03721718 0.06329593 -0.023508666 0.035781913 -0.01306148 -0.040643003 -0.014252863 -0.0023014713 -0.028193856 -0.00059569173 -0.014699276 0.011398963 -0.0317333 -0.009779233 -0.023740668 -0.014862342 -0.03813663 -0.026291255 -0.032636583 0.001991978 -0.022669088 -0.018447902 0.009699839 -0.016101742 0.11567924 0.021117343 0.04123109 0.017151453 -0.020783128\nngười 0.040728513 0.031979267 -0.03602281 -0.038986757 0.028353646 0.007624261 -0.00051709975 0.0018705394 0.010977515 0.05082232 -0.088656954 0.005778886 0.019492885 -0.01138705 -0.028430125 -0.00014309058 0.010561566 0.0071569965 -0.047633868 -0.009159771 0.056599233 -0.022907322 -0.006923117 -0.0025134601 0.06118307 0.0014309059 -0.029180117 -0.029782578 0.010777681 0.03332777 0.028675847 -0.015614637 0.0029313834 0.039333135 -0.058478653 0.0066744355 -0.03947968 0.0439895 0.0016652783 0.043919433 -0.05017052 -0.064242736 0.014779777 0.013475679 -0.056230158 -0.052137274 -0.011182282 -0.037046645 -0.01691528 0.005678229 0.033137806 0.009226383 0.00016430746 0.018260332 0.022607327 -0.009041845 0.021047639 0.021637764 0.01577105 -0.017699318 -0.013083413 -0.04316056 0.07441204 0.015298357 0.027110238 -0.03921718 0.031765122 0.029251663 0.026338536 0.053083647 0.029369095 0.001600641 0.054969482 -0.066989586 0.016762815 0.074372075 -0.024310103 -0.008025408 -0.016419398 -0.031780418 0.0065599633 0.08039273 -0.003298978 0.026492976 0.018379245 0.047620546 0.07226469 0.0032659192 -0.0027567141 0.026891654 0.030982072 0.051878233 -0.03681622 0.047075815 0.052832004 -0.023587743 -0.03723316 0.008226722 9.5722666e-05 0.016845215 -0.017179258 0.0024019482 0.0146860285 -0.016027132 0.0026338536 -0.0075734393 -0.016282722 0.025815021 -0.013099203 0.034659993 0.061608884 -0.032239787 -0.05291539 -0.01146649 0.018726116 0.009679832 -0.0035757844 -0.016894065 -0.0010840346 -0.047734525 -0.0045848195 0.054982312 0.001989946 -0.07113082 -0.008149256 0.05306934 0.041666005 0.057189852 -0.008102874 -0.0047412324 -0.024935262 -0.05394071 0.02472852 0.044676334 0.00071989367 -0.015578617 0.03672543 0.009072437 -0.039967667 0.051081367 -0.010894621 -0.01766922 0.008488232 -0.030589806 0.052853715 -0.034793217 0.045796387 0.015443915 -0.06187434 0.006168191 0.013088841 0.021075763 -0.02563147 0.009095627 0.016555088 -0.017636161 -0.030345567 0.029439654 0.0006922624 -0.008344648 0.049580395 -0.03748381 -0.015466118 0.046434868 -0.024336748 -0.031880584 -0.01288506 -0.0049440265 -0.017265607 -0.0005881516 -0.018236648 0.038110945 0.0020466887 -0.027014516 -0.017118568 0.015494243 0.028827325 0.038226895 0.010914851 0.017427446 0.034466576 0.045626655 -0.0070548593 0.02532506 -0.025648741 -0.008348102 -0.02876318 0.0046899174 0.0032432221 0.032145545 0.0025924067 0.0021429048 -0.018948155 -0.0607385 -0.054198768 -0.031243583 0.027819278 0.0023836917 -0.044431105 0.009835257 0.06487579 0.04032934 -0.012765653 0.04230843 0.052771315 0.070307314 0.01856033 -0.0005545994 0.033774313 0.021248952 -0.019933505 -0.013653803 -0.007889225 -0.059053484 0.010939522 0.012601347 -0.012937856 -0.019343873 0.016182559 -0.030344086 -0.013198873 -0.05672555 0.01716643 -0.04223442 0.03318172 0.01759422 0.017800469 -0.056996927 -0.017124489 -0.021020006 -0.008022941 -0.0002368396 -0.0348169 -0.012102503 -0.06499865 -0.01575378 -0.052190565 0.0144107025 0.0565943 0.051608827 0.0370575 -0.018886477 -0.009619635 0.015503618 0.047744393 -0.0038358145 0.010302029 0.053317524 -0.016872847 0.017010016 -0.018658519 0.03178733 -0.0002121688 -0.020256693 0.0073296917 -0.019952254 -0.044050682 -0.019035488 -0.05059387 0.013212196 -0.034393057 -0.019933505 0.018194215 0.029141137 -0.042935565 -0.004926757 -0.0009848579 0.030220732 0.04521317 0.030360369 -0.0048611327 -0.037787758 0.00012730127 -0.037899267 0.06760438 0.022407493 -0.004006536 -0.006574272 -0.038131665 -0.02472112 0.01957874 0.017660832 -0.031262826 0.016949326 -0.0037583483 -0.03770881 0.012669438 0.011813855 0.04105417 -0.049286813 -0.0077500823 0.025636405 -0.054031003 0.062360357 -0.04611119 0.0037198619 0.039557144 -0.04867596 -0.00056101376 0.013468771 -0.001439294 -0.030718096 0.034933347 -0.002396027 -0.030096391 -0.006674929 0.0047708373 -0.0067790397 0.04366878 0.036945004 0.052652895 -0.03167088 0.0012976836 0.027016982 0.014830106 0.018454738 0.0029126336 -0.009651213 -0.046175826 -0.05359581 0.023408633 -0.06395261 -0.014020904 -0.03373089 0.011172907 -0.02869065 0.026615836 0.0092382245 0.017512314 0.055414543 -0.04841396 -0.013505284 0.06594305 -0.09181679 0.05066295 -0.028034406 -0.037549436 -0.02404514 -0.012042306 0.04529853 0.04473653 0.0070361095 0.032468732 -0.024452208 0.018479902 -0.05766156 -0.037562758 -0.031700484 0.003750947 -0.043521248 0.06343156 -0.011563693 0.017549321 0.024920952 -0.026838366 -0.054572776 0.034433518 0.0071880817 -0.0016080422 0.024469476 -0.03264538 0.0004771331 -0.049966738 -0.032523997 0.07308327 0.019704066 0.09093752 0.008382641 -0.08980267 0.012291482 -0.0038205187 -0.014896717 0.0029017783 -0.0030739806 0.016274827 0.009734107 0.0016050816 -0.022119831 -0.0072685084 -0.013394759 -0.0029002982 -0.0053165555 -0.018154742 -0.0042749546 0.012857922 -0.012687201 -0.015354606 -0.0398453 0.024971774 0.0011639679 -0.03045313 -0.030361354 0.009651707 -0.008646125 0.010672584 0.03180953 0.009101055 0.079558365 0.038637914 0.07529723 -0.027131949 0.04085631 -0.012546084 -0.016933044 0.0065565095 0.06826655 -0.015618584 0.0059427 0.015256417 0.06588236 0.01879865 -0.037120163 0.0505465 -0.005918523 0.018331878 -0.024016522 5.9703314e-05 0.0067074946 -0.0026432285 0.026799386 -0.017599648 0.05662884 -0.0017151134 -0.001204428 0.03849038 0.040556807 -0.03172022 -0.024382142 -0.021508489 0.016637487 0.014479287 0.011106296 -0.0075541963 -0.0011348564 0.06279851 0.013742124 0.0115326075 0.004979059 -0.047297854 -0.060396068 0.024972267 -0.007762911 -0.045637015 0.012685227 -0.012866311 0.025793312 -0.0007450579 0.017880403 -0.043235067 0.058594115 0.032757383 -0.03294488 -0.009567826 0.04642796 0.0335804 0.025350718 0.03261824 -0.00010904489 0.019408017 -0.036495008 -0.05368611 -0.029190972 -0.011823723 -0.022364073 -0.003950287 -0.012230298 0.05188958 -0.064679414 0.023725405 -0.015840128 -0.038982317 0.04196748 -0.04432798 0.029351333 -0.07043609 -0.020674122 0.035009824 -0.0100691365 0.05829313 0.049094874 -0.020646492 -0.06336791 -0.008503528 -0.03792246 -0.041790344 0.0052139247 0.012018129 0.07424724 -0.049966738 -0.030018924 0.053534135 -0.020389915 0.0022588575 0.06832576 -0.010571434 0.04526202 -0.021869175 0.06652775 -0.036971647 0.018275628 0.030978618 0.051803727 -0.0069300253 -0.01840737 -0.012168127 0.018502107 -0.019540746 0.09391677 0.001980571 0.067014255 0.0002092083 -0.07441599 -0.011888854 -0.00080574804 -0.03067122 -0.01124988 0.012010234 -0.0041664033 -0.030983552 -0.02989557 0.02245338 -0.006952229 -0.06521477 -0.026765835 -0.025816008 0.046746213 -0.022031017 0.022246145 0.013855609 0.053580023 -0.04005303 0.046722036 0.026658269 0.01002769 0.0031667426 0.005420666 -0.00018947167 -0.0037114737 0.004992381 0.020830043 0.016323183 0.06990123 0.032888137 -0.026507284 -0.0020432349 0.020851752 0.004365743 -0.013310879 0.004168377 0.044589985 0.025744464 0.004213771 0.01290233 -0.026333602 -0.0058731283 0.07517486 0.0615477 -0.036686454 -0.008051559 0.013227984 -0.0043627825 -0.01912085 -0.017656885 0.06879302 -0.030044582 0.0062190127 0.02604594 -0.05914131 -0.0040159114 -0.0066413768 0.04528126 -0.0032841756 0.0009039378 -0.00490554 0.0070119323 0.0041713375 -0.008509942 0.010283279 0.022747455 -0.07182654 -0.026811229 -0.024217341 0.04956066 -0.030644082 0.02704708 0.02587818 -0.014266625 0.008808459 0.0050476436 0.04788699 -0.0019055719 -0.005770498 0.048396196 0.0049336646 0.00837524 0.036887765 -0.04403884 0.004956362 0.008762571 0.0018616578 0.0032693732 0.002749313 -0.051377416 0.013686367 -0.056743804 0.005432015 0.056164537 0.015360034 0.009965026 -7.154529e-05 0.015329442 -0.024089053 0.023929186 -0.0115326075 -0.0005175932 -0.0054601394 0.012221416 -0.0028874693 -0.047089633 -0.0076099522 -0.033218727 0.008510436 0.034199145 0.029884223 -0.04278507 0.013992285 -0.010558112 -0.043146253 -0.0041062064 0.016917255 -0.0023812247 0.038931493 -0.012690161 0.017792575 -0.0049040597 -0.007001077 -0.029702151 0.0043090004 0.0066408836 0.030862173 0.017811324 -0.0041239695 -0.0068619335 0.03129786 0.0265961 -0.021222308 0.0028613182 -0.027734904 0.02913571 -0.040435426 -0.0030868093 0.013066637 0.0066907182 -0.036846813 -0.0053170486 -0.013654789 0.017019885 0.07496269 -0.009362072 0.025087234 -0.05101722 -0.01902414 -0.018876115 -0.06674041 -0.0077875815 0.013892615 -0.015983712 -0.013070092 0.051333502 -0.0024093494 0.016923176 0.015720228 -0.016466273 -0.014177317 -0.000700157 0.036851253 -0.029695245 0.008470963 -0.005336292 0.07942811 -0.0150970435 -0.009271283 -0.04468719 -0.020498466 0.025484927 -0.02797865 -0.0045369584 0.0059787193 -0.0564142 0.044488344 0.008385108 -0.0060073375 -0.02684774 -0.036505368 -0.0483133 0.025673412 -0.019755382 -0.00424683 0.00829876 0.001585345 0.006373452 0.04323803 -0.01043081 -0.009520952 -0.018571679 -0.011083599 -0.007049925 -0.041013215 0.026263043 0.026436232 -0.011638693 -0.022181507 0.027746744 0.014332742 -0.018140431 0.0055780658 0.017473828 0.008591849 0.021741875 0.026701197 0.035915244 0.043078654 0.00899645 0.00043519275 -0.02045554 -0.0005323957 0.03665882 0.012138029 -0.0036078563 0.020570999 -0.011291821 -0.068218686 0.009491347 -0.05871648 0.070761256 0.0010070617 0.0005111788 -0.02632768 0.03391099 0.016552126 0.007921297 0.018168064 -0.034854893 0.037787262 -0.039867997 -0.026297089 -0.02738359 0.000955253 0.034082204 -0.013104631 0.008347609 0.051328566 0.002980725 0.04932826 0.017943066 0.08506982 -0.008862241 0.017290277 0.00514534 0.0018133031 0.0021818848 -0.03315409 0.006966044 0.0016544232 0.03406148 0.007176733 -0.00084078056 -0.033289284 -0.0129038105 0.014166461 -0.03892804 0.02807092 -0.06747856 0.011814842 0.0039473264 -0.052922793 0.016738638 0.060949683 0.017018897 -0.01750886 -0.012435066 0.015103951 -0.0027468458 -0.015259378 -0.0064198333 -0.02384728 0.013489001 0.003373484 -0.014254782 0.01230727 -0.0047274167 0.0121074375 -0.03658086 -0.007611432 0.010386403 0.025091674 0.015462171 0.011655962 -0.005352575 -0.03370326 0.0132482145 0.024560265 0.0053728046 -0.00494452 -0.0045453464 0.012773548 -0.0044525843 -0.0038353212 0.009063061 -0.019400124 -0.018542565 -0.027481288 -0.00733956 0.016237328 0.002567736 0.022914724 0.027543457 -0.06619716 0.008613559 0.0007243344 -0.025637886 -0.022650747 0.06428369 -0.01864273 0.014271066 0.022010786 0.007256666 0.028162694 0.018130071 -0.050680712 -0.029554127 -0.023774253 0.020705702 -0.046703782 -0.00013470251 -0.007749095 0.0011279485 -0.0023644485 -0.016507225 0.008665369 0.010791497 0.011036231 -0.047343742 0.03830584 0.0272854 -0.006957163 0.022334468 0.022760285 0.0069719655 0.052223623 -0.022995643 -0.049334675 -0.048986815 0.013945905 0.020742213 -0.017696852 -0.052939568 -0.060569752 -0.026176695 0.011398892 -0.030936185 0.022676405 -0.019294038 0.023448106 -0.025516998 0.020265574 0.015999502 -0.0045774183 0.01974502 0.0102586085 0.025076378 0.019691732 0.00042335078 -0.020104721 -0.026493963 0.0021873123 -0.021232668 3.0591782e-05 0.024813881 0.022903375 -0.04798469 0.01357683 0.0013100189 0.025958605 0.0049558682 -0.025735581 -0.029295083 0.032748006 -0.0037874598 -0.06885618 -0.008167512 0.029763829 -0.013029631 0.0058484576 0.016098185 -0.05022973 -0.023440212 -0.036763426 -0.0068782163 -0.041986726 -0.058752008 0.018690592 0.0056703347 -0.033266094 0.016146045 0.014359387 0.0404448 -0.02496832 0.034655552 0.011293795 -0.030215798 -0.0039769313 -0.039732803 -0.00903247 -0.0061203297 -0.012119773 0.066284 0.08773525 0.001134363 0.021100927 0.079909675 0.0036823621 -0.024437405 -0.109028615 0.06287943 0.0127488775 0.014372216 0.007450085 -0.013776663 0.020800438 0.003460325 -0.060460705 -0.025506636 0.011139849 -0.023510277 -0.014901651 -0.019563444 0.013035059 -0.0019465254 -0.019473642 0.03793825 0.005776419 0.038340382 -0.010559591 -0.022257987 -0.0071061747 0.10114679 -0.008457147 0.019400124 -0.024296781 -0.029424852 -0.02164171 0.030975165 0.014211856 -0.012314178 0.012140496 0.0015083721 -0.024783783 0.02667998 -0.0022524432 0.016824 0.090339005 0.022686766 -0.0028040821 -0.0057329983 0.026356792 0.0443191 0.024973255 0.028434567 7.647945e-05 -0.0010613374 0.0002940758 0.003760322 0.011877999 0.01198655 0.0077101155 0.00714022 -0.010971594 0.004616892 -0.00097005547 -0.010809754 0.007492519 -0.06349225 -0.050678246 -0.027194612 0.0037445326 -0.029905438 0.022399103 -0.006412432 -0.009517497 0.01793221 0.01842464 0.051091235 -0.0050422163 0.019074468 -0.042399716 0.024505496 -0.016246703 0.012974862 0.032857545 -0.036542375 0.031609695 0.058139186 0.0022835284 0.013205287 0.04577517 -0.0066137454 -0.00021759637 0.018096024 0.017099818 -0.028059077 -0.018182866 0.010250714 -0.030431913 -0.00027828652 0.028679794 -0.022285124 0.01114873 -0.00642082 0.06594009 -0.0036044025 0.04146321 -0.012297896 -0.024457142\nđàn_ông 0.011559902 0.00021196579 -0.012417358 0.004494223 0.026973104 -0.015284378 -0.0015550249 -0.04028081 -0.05459855 0.021831106 -0.02479543 0.002978028 0.008409195 0.029840581 0.002612113 -0.009686471 -0.007448953 0.011162923 0.03212424 0.026291981 0.00030104624 -0.04914043 0.020430945 0.015858147 0.007035985 -0.027634127 -0.00047189798 0.0309566 -0.038640358 -0.0029177275 0.034711227 -0.01137763 0.018055009 0.0076257433 0.0074366187 0.0056709987 0.0030205126 -0.040623426 -0.008276716 0.0034522102 0.00060072204 -0.0012749925 -0.036840476 0.020825183 0.027392467 -0.024576155 -0.0055321245 0.016111685 -0.04108756 0.0077700997 -0.0073932204 0.0096275415 0.013725242 0.025299305 0.020932078 0.01741089 -0.012241482 0.042890638 0.027831018 -0.0076312255 0.027243087 0.015408634 0.0128348945 -0.032957025 0.018018005 0.044281665 0.01932315 0.001312452 0.0025700852 0.007305511 -0.014254243 0.019781342 0.0012233715 -0.03151164 0.009686928 0.06331336 -0.053239502 0.0030250808 -0.013277556 0.03066743 0.029595723 0.025858 0.0017519156 0.019487148 0.08373471 0.040333346 0.045688678 -0.03911317 -0.0038217797 0.00092415255 -0.012312289 -0.039735362 -0.021064557 0.030750114 0.029951133 -0.004566401 -0.0033247566 -0.012304979 -0.0032758764 -0.014327334 0.03133896 -0.01281388 0.01709705 -0.0026486588 -0.041112684 0.0073781456 -0.04589151 0.046029925 0.010707927 -0.016618758 -0.00088029756 0.008104037 -0.07510898 0.034707114 0.037940964 0.024412155 -0.032741405 0.016326848 -0.018814249 -0.005827232 -0.021467932 0.06543484 -0.010079339 0.045269314 -0.053689472 0.03736902 -0.024723709 0.01679829 -0.006079398 0.028024253 -0.023347758 -0.06213567 -0.00950694 0.010426524 -0.0211043 -0.033857882 -0.029851088 0.0026162243 0.022260062 0.0049656644 0.007711626 0.02184207 0.02191699 0.030560534 0.0046755816 0.012901134 0.024227599 -0.045885112 -0.041789237 0.022181032 -0.010892941 0.04569827 0.02284571 -0.03938681 -0.012695107 -0.003810816 0.05531622 0.017511846 -0.0039976565 0.05625545 0.037159797 -0.07768683 -0.05022356 0.023226243 0.024937501 -0.02729882 -0.016395828 0.020825183 0.032219257 -0.010448452 -0.030896299 0.024449158 0.017146844 -0.002439434 -0.0052694515 -0.008643088 -0.009015398 0.0837073 0.067242496 -0.019399438 -0.002387356 -0.03501821 -0.06633113 0.056257274 -0.021727407 -0.0054928376 -0.03232524 -0.064421155 -0.0113991 0.034874767 0.002376849 0.005247981 7.309165e-05 0.005535779 -0.056101043 -0.023345474 0.028755626 0.04187512 -0.024392512 0.009181682 0.004813999 -0.031817712 -0.044846755 0.032741405 0.026875343 0.016002504 0.008257986 -0.045040447 0.07300303 -0.0028405243 0.028810902 -0.009720276 0.0010100353 0.0032982607 -0.04468504 0.009003978 -0.014551634 0.0008021809 -0.0028565133 -0.061167207 0.02132449 -0.051317193 0.04361973 0.039940935 0.014079279 0.01306559 -0.014322766 -0.009066106 -0.019841643 -0.031886235 -0.03984546 -0.053638767 -0.03213703 0.020091983 -0.04103 0.007704774 0.006869245 0.0678455 -0.0069788825 0.10788648 -0.0046477155 0.017537428 0.0129545815 0.055342715 0.06401778 -0.014825728 -0.027933802 -0.045024917 -0.029572425 -0.04746435 -0.021898717 -0.018745724 0.021260535 -0.01165355 0.024166841 0.030037472 0.0031991303 -0.017249173 -0.033435777 0.01006472 0.02081239 0.004616195 0.019904684 -0.00218407 0.045497727 -0.0032397874 0.08792469 -0.043543894 -0.0008789271 -0.0020433685 0.020673517 0.0023558354 0.0064101378 -0.025038002 0.016575359 0.022680797 -0.030958883 -0.04300393 -0.035558634 0.035908103 0.0084425425 -0.017954964 -0.010541644 0.021151355 0.019821085 0.004489198 0.01625741 -0.03793548 0.0024554227 0.0044905683 0.021082373 0.0027194663 -0.08812021 0.018751206 -0.05795894 0.0034997198 0.021749793 -0.0018021661 0.004491482 1.2334216e-05 0.0019360152 0.006247509 0.029142099 0.0009648098 -0.0527571 -0.033350352 -0.027538193 0.007972929 0.029579278 0.0043133213 -0.021393012 0.017969126 -0.007862834 -0.028787604 -0.030347198 -0.036974326 0.009596934 0.0127823595 0.023628248 -0.019166915 0.04670648 -0.046270672 0.020090612 -0.021096079 -0.00019003829 -0.022504006 -0.025569744 -0.007444385 0.0025755672 0.0065147504 -0.043928996 -0.0046915705 -0.0102666365 -0.025710445 -0.029001398 -0.027688945 -0.04147586 0.03857138 -0.026016973 -0.047096606 0.020615043 0.03912916 0.01836839 -0.023212539 -0.044713818 0.00402735 -0.020298466 -0.021266473 0.02960486 0.06436086 0.014001163 0.060447253 -0.024580723 0.008879722 0.044012595 0.002449484 0.058386527 0.03847088 0.0063365893 0.05599323 0.0066079423 0.054551497 -0.02400741 0.022268742 -0.010982478 -0.036342084 0.027119286 -0.0016066459 -0.063028306 -0.014929884 0.045072425 0.041710664 0.0024714116 0.011030901 -0.03228093 0.011431535 -0.020013409 -0.06634209 0.016044075 -0.04700661 0.024807764 -0.035517063 0.031449966 0.013275271 0.013847213 0.011815722 -0.012392233 -0.092939235 -0.009564957 -0.0009095342 -0.007707058 -0.02726273 0.03666323 -0.014375757 0.005461774 0.04681703 -0.025350926 0.054476578 -0.018181091 0.024911463 -0.0023704537 0.017691378 -0.047817472 -0.028304743 0.0058459616 0.091475576 -0.044837162 -0.0007765988 -0.007903035 0.056493454 -0.028410269 -0.0972891 0.010745844 -0.013536574 -0.015481725 -0.014054611 -0.022810534 -0.027818225 -0.01684991 0.033332992 -0.028564218 0.049062315 -0.039107688 -0.06222064 0.009520644 0.0683882 0.008254789 -0.026200617 0.035046533 -0.03649466 -0.008673695 0.0070204535 -0.0012210874 -0.03422014 0.0021726494 -0.06538597 0.0041653104 -0.029954787 -0.02063149 -0.0013686412 -0.011583656 0.015663998 0.00905971 -0.021594472 -0.016056865 -0.028419862 -0.044486776 -0.0130363535 0.008010388 0.061082695 0.03937082 -0.06978151 -0.01607331 0.03865041 -0.05100838 0.0095019145 0.0055252723 -0.028292865 0.034666 -0.028821409 -0.00023663422 0.015412289 -0.014249218 0.0029853373 -0.015166061 0.004267182 -0.00632791 -0.012778705 0.03476239 -0.0023238577 0.011365752 0.027496623 0.03807938 -0.014998864 -0.010219583 0.012527453 -0.015020334 -0.016543383 -0.045985613 0.0062772026 0.0015582227 -0.0023494398 -0.0063283667 0.009740833 0.011905259 0.029658308 -0.013261567 0.031237544 0.0042891097 -0.01345526 0.026128896 -0.014387178 -0.05327148 0.055517223 -0.010150603 -0.0184561 -0.0032347625 0.042840388 0.009700633 0.020680826 -0.021312155 0.027106954 -0.005935499 -0.04091077 -0.003723563 -0.003934158 0.030935585 0.10496373 0.0069957846 0.024738783 0.0053644706 -0.06613196 -0.02117922 -0.018814249 0.0076458436 0.014217697 -0.007930445 -0.02196267 -0.021663452 -0.011735322 0.015555274 -0.04884578 0.015744856 -0.019978689 0.0052173734 0.026445016 0.041598745 0.011092115 0.04750683 0.024707263 0.023111124 0.014418699 -0.016471203 -0.042836275 -0.0059058056 0.07067598 0.014521484 -0.03304519 -0.054544188 -0.008157485 -0.015796933 -0.010411906 -0.033913158 0.030183654 0.016465265 -0.026487958 -0.018285247 -0.030895384 -0.013741688 -0.011281696 0.024748834 0.02026786 0.012066062 0.01448174 0.02038389 0.054243144 0.039476346 -0.006023209 -0.034744117 0.06304201 -0.02342953 -0.048926182 0.01309574 -0.017924357 -0.050143614 0.038141053 0.03602962 -0.033701647 0.0048427787 -0.0395805 0.018976877 -0.051006097 0.049247786 0.032483302 0.075555295 -0.029941995 -0.021615487 0.014859077 -0.0040063364 -0.015927585 -0.046143673 0.0066280426 0.010707471 0.0040511047 0.021400323 -0.01771422 -0.07594314 0.030581547 -0.029518064 0.02276805 0.009866003 0.02802334 0.060956612 -0.01962191 0.020530531 0.030484244 0.05278679 0.042902514 -0.017505908 0.0112880925 -0.02358622 0.014994295 0.029011903 0.068292275 -0.021386618 -0.008634408 0.037135586 0.03161214 0.0107773645 -0.003759195 -0.020521395 -0.00806338 0.007289065 -0.014004361 -0.00912732 0.028021969 -0.022748863 0.04213368 -0.04221728 -0.013808384 0.015961846 0.023465162 -0.038040552 0.035795722 0.0081186555 0.014134555 -0.028587516 0.010403226 -0.0642768 0.04241189 0.020881828 -0.022468831 0.0049423664 0.049062315 -0.00470893 -0.0100126425 -0.049419094 0.0030058941 0.024334952 0.028816842 0.039665926 0.029553697 -0.0047331415 -0.05326006 0.0040812553 0.0063192304 -0.010216386 -0.02658983 -0.05314357 -0.0075412313 0.060332134 -0.01865162 -0.015240067 0.012019008 0.046827994 -0.004641777 0.029214276 0.039625727 0.017309017 -0.011287179 -0.01965069 0.0008145151 0.0060739163 0.0082324045 0.005679678 -0.033913158 0.019178793 0.014576303 0.047279336 -0.034981664 -0.011275758 0.019354213 -0.004001768 -0.04256675 -0.016707838 0.054493483 0.03844758 -0.03461986 -0.01920209 0.04393311 -0.00808348 -0.035247993 -0.032428026 -0.012066975 0.035095412 0.024810504 -0.052948963 -0.01000442 -0.019337768 0.011486353 0.026112907 -0.047759 0.031716753 -0.05766383 -0.053638767 0.045921657 -0.02982916 -0.023505818 -0.028124753 -0.016863614 -0.0075357496 0.03902135 0.00041205419 -0.008819878 0.0008204538 0.029868446 -0.011400014 -0.018408589 0.052997388 0.045796946 -0.026917372 0.011316415 -0.03187253 -0.0019150013 -0.009580032 0.0022525934 0.015275698 0.021532344 0.03302098 -0.0009520188 0.029863423 0.0036404212 0.008012216 -0.013501856 -0.017058222 -0.009473592 0.00042164748 -0.0368857 0.0037427493 0.014659445 0.0077134534 -0.04849905 0.037143808 -0.058484286 0.032283213 -0.012015811 -0.03684733 0.03812095 0.0096216025 0.029196918 0.016207617 0.00061488355 -0.040366694 -0.05433268 -0.027044369 0.011225508 -0.008513807 0.006528455 -0.0047093867 0.025672529 0.0013960506 0.06423432 0.024298863 0.015413659 -0.034636308 0.06100321 0.070342496 -0.04448312 -0.045391288 0.01593124 0.013822088 -0.040247463 -0.039623898 -0.0309968 0.06135496 -0.036492378 0.011133686 0.018453358 -0.024319878 0.02504577 0.021657057 0.06613881 0.0364202 0.007567727 0.014988814 -0.052121658 -0.031124253 -0.028735984 0.00964627 0.0014782787 0.011572693 0.022049924 0.042004403 -0.013044119 0.022763938 0.00955582 0.002629929 -0.028329868 0.015180223 -0.007305511 0.035233833 0.033142038 -0.07437487 0.017872736 -0.004395549 -0.003803507 -0.0040899348 0.001487872 0.010034113 -0.095846914 -0.04204232 0.014757205 0.011251089 -0.02091335 -0.030547285 0.023940258 0.008106321 0.022260519 0.019240463 -0.04116248 0.02393706 0.018976877 -0.012546639 0.024679396 0.028125212 0.007609755 -0.019634245 -0.031481944 -0.01741363 -0.041049644 0.033509325 -0.04326432 0.016155995 -0.027186897 0.032069877 0.0016061891 -0.035224237 -0.0036883876 0.010288107 -0.0032242555 0.027749246 2.0100204e-05 0.031842835 -0.031722233 -0.011075213 -0.015222707 -0.019106157 -0.015954994 -0.027609458 -0.022841599 0.0472501 0.0003882994 -0.05428928 0.00044129085 -0.0069578686 -0.10223375 0.015592277 0.003924108 -0.032333463 0.05992739 -0.014640258 -0.015505937 0.008876524 0.009243353 0.014895165 -0.004267639 -0.041623868 -0.025544163 -0.015471219 0.06432614 0.042397268 0.047257867 0.03055094 -0.00587931 -0.039781503 0.024409872 0.01459823 -0.009183053 0.07821721 0.0036025047 0.046856776 0.0045006187 0.02037704 0.017566664 0.016228175 0.039552633 0.023382934 -0.03622605 -0.031825475 0.0021434128 -0.044486776 -0.040238325 0.032648213 0.00895053 0.006515664 0.0007546713 -0.0047335983 -0.010892941 0.020833861 -0.03262857 0.02082838 -0.006552667 0.01306422 -0.047955435 0.03979612 0.059707202 -0.033602517 0.010865075 -0.022896416 -0.016601855 -0.033777025 0.034306023 0.007691069 -0.038636703 0.048652545 -0.014763143 0.026724136 -0.0028629086 -0.015273415 -0.002010934 0.015345592 0.03121379 -0.034493778 0.010279885 0.0117243575 -0.05033228 0.022920173 0.08501473 -0.0072278506 -0.019666223 0.022922913 0.039647654 -0.05161367 -0.12695792 0.044420995 -0.028857497 0.026112907 0.041171614 0.008617049 -0.05155794 -0.043304063 0.016024888 -0.048190698 0.011888814 0.03179578 -0.07105605 -0.04445891 -0.035319258 -0.0072461236 -0.022145858 0.016933965 -0.01695178 0.011671823 0.008907588 -0.017943544 0.005433451 0.07655711 -0.050076462 -0.004913586 -0.0011077954 -0.041385863 -0.014502297 -0.028732328 0.008997583 0.009266194 -0.019982344 -0.02045744 -0.02562502 -0.006014529 0.02360038 -0.017672649 0.067440294 0.045381237 0.011364382 -0.03182776 0.034820862 0.0012992041 0.032767445 0.06954443 -0.0030995428 0.00075969636 0.0147713665 -0.048717413 0.057229392 -0.0028729588 -0.06834344 -0.032556392 -0.0061227963 -0.0044430587 0.020154566 0.014366621 -0.02146839 -0.04603495 -0.01077371 0.02417872 -0.0014156939 0.0008707043 0.05155794 0.0049953577 -0.03234854 -0.02105268 -0.015859062 0.025904596 -0.027034318 -0.015128601 0.016423238 0.008022723 -0.021423621 0.033892598 -0.0050145444 -0.062616706 0.00015486294 0.037871983 -0.029296504 0.046395842 -0.017460225 -0.016636575 0.034350336 -0.04640452 0.020580782 0.018353313 0.020957662 0.0033380045 -0.02776158 -0.008473607 -0.019144988 0.018987384 0.021936633 0.030386027 0.08396723 0.003336634 0.04883345 -0.037601087 -0.02781183\nphụ_nữ 0.012676308 -0.0031804407 -0.018665114 -0.0015871744 -0.013543701 -0.033258963 0.009209079 -0.013689906 -0.03880119 0.0121027315 0.013888596 -0.004644371 0.03808 0.00405252 -0.002128885 0.024090186 -0.047141 0.00015651499 -0.015166021 0.008978524 0.022038622 -0.021863362 0.024669854 0.01173956 0.03400405 0.0071682925 -0.0016808959 0.0382084 -0.012310325 0.018015625 0.04293478 0.031852674 -0.04089305 0.019387707 -0.031790815 0.037736513 0.0175189 -0.021212466 0.022856811 0.0076345573 0.017253667 -0.002216046 -0.005907269 0.0052638706 -0.01639096 -0.05473057 -0.025128152 0.02867645 -0.031016208 0.002612488 0.0066462634 -0.009232978 0.0054058586 0.020897562 0.004665927 -0.00678544 -0.030789401 0.008953219 -0.0054264776 -0.020000178 0.04428999 0.004577829 0.022482393 0.00032568237 0.0067966864 0.004273234 0.016883468 -0.011795325 0.08078891 0.021337584 -0.00046954493 -0.0009981345 0.009598961 -0.054476116 -0.015248965 0.015396575 -0.038027048 -0.00963645 -0.007679075 0.056067977 0.046356082 0.015209133 -0.057432562 0.024078002 0.063666455 0.045881853 0.026460873 -0.058142036 0.004073607 -0.01616228 0.0078027872 -0.02115764 -0.0036879429 0.008365117 0.06469083 -0.011526344 0.032817535 0.010789693 0.015371739 0.03376787 0.027620208 0.02245615 0.038595002 -0.012121945 -0.0064180517 0.020348823 -0.036876615 0.0223957 0.06959481 0.034355976 -0.0076579875 -0.0061668777 -0.020446293 0.0315209 0.024176879 0.0052619963 -0.016741011 0.022692328 -0.008871213 -0.0069949077 -0.019145906 0.030698493 -0.01433143 -0.005518793 -0.04935189 0.0073712 0.009658943 0.016133226 0.024807625 0.041919306 -0.014750834 -0.071706355 0.012262995 0.005972874 -0.022909762 -0.015958436 -0.008453215 -0.0202148 0.038088907 0.028170822 0.016350193 -0.02166889 0.018297257 0.015638378 0.03764045 -0.0007624248 0.09886264 -0.021233553 -0.019105136 -0.071326785 -0.01026907 0.014945306 0.03796988 0.00027741576 -0.0015150087 0.0010646768 0.05550799 0.013463569 -0.034407992 0.061658 0.0701473 0.017322553 -0.05114994 0.032778174 -0.02633013 -0.02469797 -0.022305727 0.02640464 0.06517021 -0.0023369468 -0.05298454 0.036614664 -0.022218099 0.0058529107 -0.053086694 -0.011201599 0.006716086 0.008412914 0.034227576 -0.007993979 0.013683346 0.0006194994 -0.042841524 0.02718862 -0.022868995 0.04032182 -0.061611608 -0.025622534 0.004522533 0.0027305773 -0.044612862 0.008918074 -0.018806634 -0.022966465 -0.016467344 -0.004736687 0.012285957 0.03154011 0.016591057 0.015881585 -0.018775238 -0.038021892 -0.040070646 0.0331793 0.042877607 -0.009300926 -0.004135932 -0.021013308 0.0562184 0.0045314366 0.009891841 -0.004793857 -0.0031626336 -0.016249442 -0.020908808 -0.009540385 -0.027007269 -0.004422251 0.008807951 -0.039506443 -0.0060333246 -0.06561305 -0.0035843805 0.04386637 -0.0030890622 -0.012201608 0.015026844 -0.015778022 0.015841285 -0.029358273 0.005066118 -0.016524045 -0.024117835 0.004191696 -0.055475656 -0.02240273 -0.038494717 0.067423746 0.023118762 0.050411884 0.023039568 -0.0051598395 -0.017086376 0.04922818 0.0041785752 -0.030801587 -0.0070534837 -0.027096305 0.008313569 -0.02553303 -0.014477636 0.020640297 -0.006665945 -0.00015510916 -0.0010337486 -0.0105038425 0.0047188797 -0.004855245 -0.014364702 0.03388971 -0.04438746 0.0039981613 0.0070666047 0.010779852 0.04729611 -0.0014915784 0.031336267 -0.047819544 0.0042760456 -0.005448502 0.061697364 -0.0141575765 0.025966022 -0.031471696 0.03242531 0.014246612 -0.020887721 -0.015197886 -0.002354754 0.031088375 0.00039691073 -0.041148912 -0.012863282 -0.013954669 0.03996146 -0.013386717 0.0012249406 -0.030340476 0.002216046 0.002170591 -0.035378948 0.0022441624 -0.07683292 -0.009298114 -0.008033811 0.010330457 -0.02155127 0.01486986 -0.0061753127 0.014364232 0.034448292 -0.026874185 -0.012037596 0.01866324 -0.039983485 -0.044708457 -0.06880802 -0.013546512 0.005547378 0.015135561 -0.022826351 -0.0017076066 0.009735794 -0.040731385 -0.04408521 0.0012446222 0.018628094 0.00243348 0.009095208 0.014099469 0.07200814 -0.003560013 0.00440585 0.023739668 0.019980496 -0.02249364 0.009981813 0.028975891 0.008043183 -0.053544994 -0.006538015 -0.03745113 0.017022645 0.0042498033 0.0032844716 -0.03309261 -0.04699995 0.0109471455 -0.053254455 -0.024238266 0.015726475 -0.02557942 -0.003560013 -0.0016949541 0.018780392 0.0052104495 0.0069958447 -0.026615044 0.001805077 0.04775066 0.043863557 0.045655046 -0.0043646125 0.045659732 -0.0086041065 0.029650217 0.020123422 0.0163202 -0.012712859 0.03161509 0.0117972 0.031773947 0.014997791 0.006037073 0.02527014 -0.03742067 0.018139336 0.0070975325 -0.03703079 -0.04687764 0.0050797076 0.06814775 -0.007595194 -0.008520226 0.0058758724 0.010489784 -0.0083613675 -0.06041947 0.012254092 -0.06561914 0.018432684 -0.024727024 0.06546965 0.014484664 -0.011806572 0.0030023698 -0.031622585 -0.08149182 0.025304817 -0.010272819 0.0055993935 -0.041749667 0.026487114 0.015349715 0.0030337665 0.028293597 -0.040489115 0.020026889 0.044814363 0.036157772 0.0055276966 0.06564304 -0.016702117 -0.019841319 0.0017666512 0.029572427 -0.022400856 -0.05836931 -0.027606618 0.05196391 -0.023515204 -0.07791588 -0.015857685 -0.040580023 -0.00037488618 -0.026335286 -0.005964908 0.007872141 0.015953282 0.031407494 -0.027321236 0.024106588 -0.012605079 -0.03692629 0.02350349 -0.0024053634 0.015756465 -0.025447274 -0.0019109823 -0.0132911205 0.008005226 -0.0010562418 0.0061865593 -0.030918738 0.07293598 -0.008070363 0.00855256 -0.032670394 -0.04088696 -0.013471535 -0.022491764 0.020836642 0.015396107 -0.0027019922 -0.04214611 0.030454816 -0.02713145 0.017305214 0.019964563 0.080012895 -0.02384323 -0.025607537 -0.00562423 0.025227029 -0.05923858 0.028273916 0.013957481 -0.007786386 0.0049194437 -0.026776245 -0.023361033 -0.042985857 0.05174882 -0.043602545 0.007836996 -0.038859766 -0.03130487 -0.0031499811 0.029234562 0.02427388 -0.022703575 0.011182855 0.023703584 -0.006732487 -0.012953254 -0.04762554 0.0022764963 -0.04302709 0.012863282 0.014727403 0.019542348 -0.030760817 -0.0342496 0.003142952 0.014746148 0.0060441024 -0.006078779 0.020250883 0.009682842 -0.027039135 -0.033840977 -0.07822375 -0.032175075 0.03757203 0.008817323 0.00914816 0.015039965 0.053767115 -0.009690808 0.059904 -0.009678155 0.017495938 0.0048472784 -0.008124252 -0.00066917186 0.020643108 0.034892064 0.11582905 -0.004691232 0.014217558 0.022673585 -0.0712982 -0.01653951 -0.02531044 -0.019099982 0.031902812 -0.031016208 -0.041017234 -0.014539961 0.028566796 0.025652524 -0.03940663 -0.044063654 -0.031057915 -0.0018242899 0.067707255 0.005895085 0.017671198 -0.028573357 0.031497467 -0.04170562 0.032273013 -0.013510429 -0.0040431474 -0.003612497 0.035248674 0.017696971 -0.0015440625 -0.044342943 -0.026315136 0.00512938 0.020744327 -0.016594805 0.012616326 0.026491333 -0.009304207 7.919471e-05 -0.010883883 -0.006120954 -0.014651489 -0.022130936 0.0042990074 -0.014660393 0.016134633 -0.019520791 0.07141394 0.08928946 -0.012719888 -0.026177365 -0.00446302 -0.043332156 -0.048631642 -0.01632723 0.024130018 -0.06631971 0.04750089 -0.020939736 -0.08453449 -0.027119735 0.004120936 0.013488874 -0.041249663 0.025866678 0.027531173 0.05656189 0.011930753 -0.014269105 0.047927324 -0.033811454 -0.040546753 -0.015883459 -0.045003213 0.025341837 -0.033407513 0.015688049 0.028044298 -0.0749196 0.007097064 -0.01950814 0.024917278 0.027972601 0.024118772 0.07918768 -0.01701046 0.004087665 0.034678377 0.015508104 0.034329735 0.0060834656 -0.018887235 -0.01912435 -0.04839031 0.009182368 0.033758033 -0.010531959 -0.03549235 0.07400722 0.06597575 0.02715863 -0.007443365 -0.020451916 -0.006784034 -0.04113345 0.024112212 -0.035154015 -0.02232916 0.027463693 0.012007136 -0.02657615 -0.024624398 0.026008198 0.016508114 -0.02066232 0.032861117 -0.0404938 0.059500996 0.021925218 -0.02855227 -0.040502235 -0.0096669085 0.008883866 0.0040450217 -0.024372756 0.05087065 -0.020186216 0.015198355 -0.04581906 0.0025585983 0.039230432 0.01019503 0.035365824 0.0441152 -0.015447185 -0.045399185 0.020544231 -0.018801011 0.022453807 -0.015600888 -0.037685435 -0.025426656 0.013255038 0.012794865 0.011873582 -0.03226083 0.059904467 0.039718255 0.08379409 0.065439664 0.041997094 0.015083546 -0.035595912 -0.03357996 -0.03662544 -0.028894821 -0.012162713 0.0031973105 0.041546762 0.004311191 0.070394725 -0.03616527 -0.00518327 0.013286435 -0.03667324 0.008833724 -0.043289512 0.034359258 0.0044981656 -0.027041009 -0.004361332 0.02410893 0.01629677 -0.0073473006 -0.026380273 -0.002333198 -0.039121717 -0.017917216 -0.05013353 0.0064522596 -0.0033978745 0.03167507 -0.0056092343 -0.042165793 -0.0070656673 -0.0068721324 -0.022296356 0.04055003 -0.036267426 0.037429105 -0.04561053 0.017028268 -0.01512572 -0.02518954 0.0037886936 -0.0041087526 -0.008882459 0.044466186 -0.019020788 -0.0013458414 0.013315957 0.015457494 -0.030575717 0.017339893 0.0056917095 -0.04066203 -0.015641658 -0.011619128 0.013596185 -0.023872752 -0.0030323607 0.018031089 0.023834795 0.072045155 0.04469815 -0.002502834 -0.026912142 -0.0024128612 0.040843382 -0.060487885 0.023302926 -0.023693744 -0.009086303 -0.03336534 -0.0054761497 -0.057438657 0.011581171 0.033961877 0.014955147 -0.0057184203 0.009579279 0.038452074 0.04369814 0.020616397 -0.057421315 -0.0035839118 -0.045130674 0.012124288 -0.031073378 -0.016361907 0.0036809137 0.017859578 -0.028822187 0.04073841 0.04354631 0.04275249 -0.07832872 0.07927249 0.012762532 -0.021454737 0.020659508 -0.017045606 0.001744158 -0.034365818 -0.03595674 -0.0011035712 0.0029217692 -0.02480903 0.03660623 -0.057323847 0.029577583 0.004614849 0.027657697 0.04478484 -0.012573683 -0.005801364 0.004306505 -0.013626644 0.0020792126 0.05350282 0.04293431 -0.021388663 -0.007836527 0.026080362 0.05238144 0.0019170742 0.017804751 -0.020000646 -0.010840771 0.0071064364 0.030892028 0.020710588 0.0054278835 0.100531355 -0.10339314 -0.001944722 -0.0069972505 0.0013983254 0.041830268 -0.0010848269 0.006479908 -0.032064483 -0.020361006 0.027096773 -0.01911732 -0.0011340308 -0.01977384 -0.01722649 -0.006443825 0.061362308 -0.019368494 -0.005568934 0.003368821 -0.0029512914 0.025612693 0.0200297 -0.031779103 0.023031602 0.0018369423 -0.060188446 -0.043407135 -0.03248014 0.023451943 -0.019513294 0.03561934 -0.0052423147 0.05771935 -0.026835758 -0.076542385 0.00085802074 0.02552225 -0.020890065 -0.00080834836 0.018994546 0.053316314 -0.023372747 -0.012567591 0.0076209675 0.004259644 -0.027802965 -0.019859595 0.025167983 0.068585426 -0.05564998 -0.032637123 0.020786501 0.00913785 -0.04697886 0.04203599 0.024646891 0.0016279432 0.021245737 -0.026686274 0.008103165 -0.06497621 -0.046782985 0.01607465 -0.034669474 0.006218893 -0.0693099 0.021560173 0.00073055946 -0.030585557 0.0307327 -0.003525336 -0.015427972 -0.010928401 0.070137925 0.02888498 -0.0021748084 0.00084068225 0.017695565 0.047078207 4.358052e-05 0.059133142 -0.004041273 0.026561154 0.013369379 0.012196922 -0.051157437 -0.005043625 0.05774981 -0.03154714 -0.012612577 0.009434948 0.050575428 0.010317805 -0.021010496 -0.0032258956 0.0048482157 0.021741055 -0.07248424 0.019096702 -0.0073440205 -0.0064382018 -0.039314784 0.028411217 0.021212466 -0.025405567 -0.052263353 -0.0071298666 -0.048397336 -0.019838039 0.008434471 0.020290714 -0.05464622 -0.039723877 0.022313694 -0.008311227 0.028285163 -0.015525911 -0.012653815 0.038896784 0.021550331 -0.028166136 0.018319283 -0.0009489306 -0.04539028 -0.00013027295 0.06860792 -0.012220821 -0.051063247 -0.008429316 0.014946712 -0.04725206 -0.09566346 0.076742016 0.0046017277 0.04463676 -0.012607423 -0.015654778 -0.024950549 -0.026203606 0.00080319366 -0.029194262 0.02546227 0.025568174 -0.06011628 -0.047641005 -0.041439917 0.001818198 -0.022627661 -0.0020196992 0.013679128 0.03683538 -0.0077212495 -0.0526209 0.0040558 0.10881774 -0.046199568 -0.015346435 -0.014529651 -0.035470325 -0.013978569 0.041046757 0.00082240655 -0.01615619 -0.047907174 -0.036459554 0.0032746308 0.00959943 -0.019599987 0.050043087 0.085064486 0.026690021 0.036779616 -0.031690534 0.003950363 0.0143286185 0.050129313 0.0110104075 -0.00038519554 0.033698518 -0.037589837 -0.0028172696 0.02958461 0.009427919 -0.022958968 -0.009069434 -0.068461716 0.0022005818 0.01741815 -0.0068468275 0.029438876 -0.021013776 -0.059007555 -0.016094802 -0.0020131387 -0.022960372 0.033430476 -0.010274693 -0.019803362 -0.039673734 -0.0006363693 0.019776652 -0.029980117 -0.017946739 -0.032559335 0.043157365 -0.03815404 0.030422483 0.027278125 -0.0097882785 -0.005302765 0.0024222333 -0.00683933 0.016701179 0.04489168 0.011134588 0.010197842 -0.005970531 -0.0018997358 -0.022307603 0.016513737 0.010217055 -0.014962644 0.008410103 -0.0056518777 0.010923714 0.040027067 0.058322918 0.0881901 -0.033012476 0.025109876 -0.008507105 -0.035853177\nhoàng_tử -0.06994437 -0.029115397 -0.037317056 0.029521467 -0.029319137 -0.05079527 0.016294409 0.02810938 0.00863214 0.02663063 -0.040387224 -0.02762679 0.021466274 0.06287313 -0.017632324 -0.046020083 -0.022811232 0.0070261713 0.008657959 0.0034546398 0.03433374 0.05706892 0.052983347 0.01904582 0.034126244 0.00047226084 -0.0026054152 0.065260254 0.04929211 -0.004365831 0.03554162 0.024043053 -0.013697912 0.011179344 -0.040858075 0.041086227 -0.015355989 -0.05510148 0.010042819 0.0016651185 -0.030629355 0.08186825 -0.042631164 0.015831536 0.008289445 -0.04577691 -0.014419448 -0.020796847 -0.008397887 -0.011322994 -0.01904629 0.003386101 0.01667278 -0.027658243 0.049990173 -0.02066775 0.0010257355 -0.051469862 0.06400167 -0.011133338 0.009323162 -0.0076486543 0.0012398021 -0.05931709 0.0323325 0.010098214 0.016339475 -0.01083618 -0.022554915 0.014126045 0.008500226 0.019793645 -0.02680761 -0.013331276 0.03983187 0.008457976 -0.009540045 0.02153012 0.023247346 0.027421644 0.0356848 0.050182175 0.029689059 0.006573627 -0.029008834 0.029467013 -0.017197149 -0.0018848184 -0.022620637 0.0073834183 0.02343747 -0.024800736 0.03000922 0.013501215 0.03436003 -0.04157022 -0.008901601 -0.03098003 -0.008326531 -0.002540632 0.0053408667 0.021641847 0.039885387 -0.015832005 0.014835845 -0.012397552 -0.005707033 0.027336674 -4.506664e-05 0.0049413694 0.04366394 0.014918467 -0.033047933 -0.017650632 0.09433434 0.010487853 0.010163466 0.025091792 0.023477374 0.018190963 0.0020031184 0.0037151813 -0.03161472 0.051745895 -0.02413882 0.050301414 0.03387697 0.062370826 0.012052979 0.022223018 -0.009944705 -0.06003675 -0.049144235 0.006095733 0.04166505 -0.020590762 -0.058571145 0.06471617 -0.007082974 -0.007964591 -0.020842852 -0.03373379 0.033491086 0.034581605 -0.0140729975 0.03395161 -0.001253416 -0.0077693015 -0.0433804 0.06296702 0.008114812 0.037549432 -0.009359778 -0.035105035 -0.03275453 0.038010426 0.08674906 0.030737797 0.016650246 0.016153574 0.0732286 -0.023723831 0.04129184 -0.047465034 -0.020656014 -0.010133891 -0.0019608685 -0.008594114 0.032241896 -0.09337198 -0.03101383 0.012614904 0.007202682 -0.026852207 0.035444446 -0.1034195 -0.006730891 -0.004031117 -0.021581288 0.005644597 -0.04811803 0.027772788 -0.05630936 0.007306899 -0.02375857 0.0033551175 0.0047268337 -0.008466426 -0.021515097 0.030775823 -0.0037302035 0.02315017 -0.019641545 0.0070106797 0.037245233 0.00108113 0.019108256 -0.023148293 -0.027352165 -0.00042672476 0.058013443 -0.04012762 0.011733288 0.0090142675 -0.0023645903 -0.058696955 -0.0023434653 0.06593625 0.027412724 0.014587978 0.013515768 0.037778992 -0.018021492 0.012295682 0.05549722 -0.02159678 -0.0126965875 0.0226535 -0.07238782 -0.043282755 -0.021373793 -0.060663927 0.038698163 0.04625856 0.019547656 0.003524587 0.014532114 0.014990761 0.045065705 -0.023510704 -0.03218838 -0.0052258526 -0.040014483 -0.0441808 -0.051536992 -0.0074702655 0.022745041 0.023314476 -0.028334713 0.0033865704 -0.021265352 0.047202613 0.03334603 0.09719513 0.008160348 0.0030748595 -0.0090142675 -0.0038639952 -0.0011759577 -0.020051839 0.031728324 0.03313619 -0.013425634 0.007982429 0.005544605 0.025232155 -0.011365714 0.029895145 -0.068989046 0.02794742 0.002608232 -0.06729013 0.0034152064 -0.0077777514 -0.06262339 -0.059880424 0.08827569 -0.034186803 -0.019741068 0.008042987 0.019596009 0.0069853296 0.05531273 -0.07757284 0.050621577 0.01817641 0.036390375 -0.012561387 -0.068610676 0.0069473046 -0.0668404 -0.031239633 -0.03955208 0.022927186 0.044901866 -0.0037203452 0.004916489 -0.000437522 0.01111503 0.005753977 0.031257473 0.011104702 0.018384842 0.034811635 0.034100424 -0.0070580933 0.0063407826 -0.022728141 -0.046484362 0.028322037 0.035851922 -0.0372288 -0.012683443 -0.0013670215 0.015877541 -0.04079564 -0.0228056 -0.015858764 -0.0071768626 0.016676536 -0.03478206 0.046440236 -0.032705706 -0.045780666 -0.028576946 0.008501165 0.02936749 0.046882924 -0.05568782 -0.014340581 -0.003092229 -0.037396394 0.018861799 0.10213462 -0.02234836 0.061421607 -0.022244144 0.011356324 -0.008035007 -0.052480575 -0.024427999 0.020738166 -0.04610083 -0.010677977 -0.013916204 -0.05103187 -0.039260086 -0.0307777 -0.04644399 -0.019523244 0.0015087937 -0.008617118 0.027031535 -0.040260002 -0.012013077 -0.01342986 -0.018905457 0.027019799 -0.032157395 0.035901215 0.0036485202 0.014412406 0.0017566602 0.019170692 0.0073308405 0.00799839 0.012327604 0.0029077374 -0.05710413 0.0058830744 0.0064928825 -0.007366518 -0.018545862 0.026348494 0.02467915 -0.023797065 0.041651905 0.04538117 -0.061936587 -0.039674137 0.024939692 0.027574213 0.0064219967 0.008544823 0.0039466172 -0.002292296 0.013485254 -0.05389219 0.021029223 -0.058824174 -0.028127218 -0.007921401 -0.020892614 -0.018625667 -0.0032875177 -0.020383736 -0.0094931 0.01097138 -0.0037217536 -0.031832542 0.0009158856 -0.02174935 -0.027065804 0.037648953 0.05186138 0.0039982563 -0.012563266 0.07014294 -0.051535584 0.0053418055 0.008054723 -0.0061224913 -0.025673434 0.0138335815 0.026454119 -0.02995805 -0.034390073 0.005655394 -0.047818054 0.043731075 0.017194802 -0.033022113 0.004120781 -0.009339123 -0.010861999 -0.01995091 -0.010824444 -0.014259837 0.030773476 0.011243189 -0.08271701 0.045335166 -0.05557562 0.0058121886 0.026322674 0.03201281 0.085131824 -0.02829387 0.014232139 0.036592707 -0.019726515 0.032474272 0.041448165 0.021000117 0.013963617 -0.04560134 0.005456819 -0.01758491 -0.008010596 -0.0050399527 -0.040256247 -0.03664669 0.028092949 0.0054220804 -0.028325792 -0.04055857 -0.013605901 0.023372687 -0.020256987 0.03181564 0.03819398 -0.04764624 -0.031342443 -0.0047859834 0.012455293 0.032703828 0.0022350238 -0.014297392 0.011366183 -0.010045167 0.0314368 0.06299378 -0.0075444374 -0.038316503 0.0041785226 -0.021543732 -0.009306261 -0.030450966 -0.001425702 -0.011422516 0.003481398 -0.0041184337 0.01655448 0.012264699 -0.06362987 -0.0066196327 0.046102706 -0.039311726 -0.014553709 0.019080559 -0.0041254754 -0.0072472794 -0.05248527 -0.010983585 0.040856197 -0.045417786 0.024800267 0.019100275 -0.01950963 0.011104702 0.020172017 -0.03351503 0.0031818927 0.029843036 0.01288953 -0.04296541 0.01152016 0.030697895 -0.026084667 0.022911225 -0.017076502 -0.0030208733 -0.02881871 -0.06575974 -0.021940883 0.00330254 0.020908106 0.124599405 -0.000887719 0.034387726 -0.02484862 -0.051210728 -0.053064093 0.024148209 -0.018472629 0.0023744488 -0.0043001086 -0.017809303 0.017062418 -0.057075962 -0.0047263643 -0.04794856 -0.040334646 -0.06564426 -0.0037968645 0.020003956 -0.038349833 -0.025537295 -0.006842149 0.011855343 0.04149652 -0.041498866 -0.010657322 0.032406203 0.03603829 0.025053298 0.017242685 -0.0015749852 0.0017735602 0.081919886 -0.021662502 0.0064712884 0.01183281 0.012751512 0.0038611784 0.035850514 -0.020763516 -0.01712063 -0.024652861 -0.025273936 0.007191885 -0.0055774665 -0.02526314 0.027514594 -0.030787088 0.057257168 0.012279721 0.0022613127 -0.024807308 0.04829454 -0.03499941 -0.01593012 -0.015011886 0.04081113 -0.025824595 -0.01594608 0.016688272 -0.059974782 -0.021238124 -0.038668588 0.050968494 -0.0018275463 0.0072200517 -0.024833597 -0.0034353926 -0.007966468 -0.0041414364 -0.032367706 0.025189437 -0.028359124 -0.027753072 0.0107455775 0.011145544 -0.005479822 -0.0018472628 -0.022494826 0.005134311 0.028496671 -0.008410562 0.045940746 0.017098567 0.023901282 0.05319272 -0.030044898 0.027067682 0.0056286356 0.0022251655 0.02873327 0.0019632156 -0.0045230947 -0.044723477 -0.004734345 -0.017828083 -0.015587425 -0.049824927 -0.014742895 0.06353552 -0.010864817 -0.004833867 -0.026952669 0.0223831 -0.026450833 0.009540045 -0.037109565 -0.018508777 -0.0058873 0.0039306562 -0.014281901 -0.029617703 0.03529 -0.043214686 0.017290568 0.020905757 0.041796964 -0.024172151 -0.011076536 -0.014951797 -0.005396261 -0.029613947 0.007249627 -0.003078615 0.06528044 0.010687366 0.03275265 -0.053318065 0.040597063 -0.026944218 0.010690183 0.025235912 0.07712921 -0.010693 -0.004049895 0.024179192 -0.005632861 0.015626859 -0.018551495 0.033289697 -0.01851441 -0.0041949535 0.02701135 0.0054896805 -0.019911945 -0.03200248 -0.013314846 0.028174631 0.012590493 -0.003722223 0.0752627 -0.007369804 -0.031036833 -0.06304025 0.0034175536 0.013730303 -0.04002763 -0.033847865 0.019518081 -0.038096804 0.032007173 0.03483088 -0.023274574 0.012188649 0.013459904 -0.0049737613 -0.016684046 0.049270514 -0.0017730907 0.0072716903 0.02566029 -0.015071036 -0.011400452 -0.012088188 -0.0035926565 -0.004412306 -0.018017737 0.020909045 0.021932902 -0.02198642 -0.029154362 -0.03641291 0.009239131 0.012495196 -0.03763628 -0.009960198 0.0073585375 -0.031090349 -0.000887719 -0.044793896 0.016319288 0.029752903 -0.02575981 -0.016480308 -0.0041264147 0.007780568 0.026169635 -0.021333423 0.007881968 -0.0057488135 0.015198256 0.016581709 -0.02402099 0.003229776 0.0058455192 0.0240116 0.022673216 0.021437168 0.013159929 -0.0009191717 -0.003461212 0.013366015 0.029848201 0.047189 0.008914276 0.014828803 0.009016614 -0.02273659 -0.0012299438 0.0059093633 0.006855763 -0.00038212756 0.01955235 -0.042042483 -0.045664243 -0.029638829 -0.07278216 0.013143968 -0.001956174 0.031116638 -0.005880258 -0.0009233967 -0.020771028 0.03032938 0.022454454 -0.066089764 0.00073655794 -0.020486075 -0.020479033 -0.035314407 0.009719373 0.01935847 -0.009212373 -0.026847044 0.0022951127 -0.019787073 0.048748493 0.009023187 0.07375391 0.017976426 -0.0035100342 -0.02793146 0.016034804 0.014669192 -0.04269595 0.010024511 -0.0057342607 -0.0064187106 -0.017217804 -0.0024805432 -0.010294911 -0.014454187 0.011658177 -0.019246742 0.029424762 0.0010506161 -0.03316764 -0.020654136 -0.035461344 -0.021814601 0.028333304 0.056246925 -0.014219465 -0.009526431 -0.011355855 0.006133288 -0.0142424675 0.030167423 -0.05958749 0.0012271272 -0.0041846256 0.077833846 -0.005510805 0.007765076 -0.0045967973 -0.07058 -0.02457071 -0.031913754 -0.035384357 0.078865215 0.035036027 -0.017215926 -0.024794634 0.0023622431 0.013861748 0.016194416 -0.024151495 0.019249089 -0.01048175 0.06273511 0.008814285 -0.005567608 -0.046575904 -0.007729868 -0.020082822 0.013746264 0.0068637435 -0.041490886 0.0018866962 0.016289713 -0.027893435 -0.004012809 0.014870584 -0.019727923 0.019187123 0.04105712 0.025028886 -0.018467465 -0.01494147 -0.010522592 0.015055545 0.010272378 -0.004339073 -0.017521534 -0.059407223 0.012405063 0.004310906 0.0068773576 0.057369836 -0.0054572886 0.062029537 0.01935002 0.03543834 0.02748408 -0.04836918 -0.024380114 0.026907602 -0.0048671975 -0.02377594 -0.024369318 -0.032360196 -0.028730454 0.05816648 -0.046179224 -0.028883493 -0.022507502 -0.023245938 0.022283576 -0.041634068 -0.016974632 -0.04365784 -0.0036212925 0.039077472 -0.025712397 -0.011205633 -0.0079091955 0.031226018 0.008518064 -0.051503662 -0.025877642 0.03707764 0.031189403 -0.024312515 0.058340177 -0.006846374 -0.010176611 -0.00842136 0.006787224 0.037674304 0.01407957 -0.014680929 -0.001521938 0.053105403 -0.031592187 -0.043789286 0.00037039147 0.023282085 -0.03583737 -0.0004769553 -0.021277558 0.016619733 0.03715557 -0.059715647 -0.022092983 -0.053434484 -0.052446306 0.03076831 -0.033114593 -0.012841176 0.01480627 -0.037971932 0.004871892 0.0036475814 -0.011500914 -0.0107836025 0.021034855 -0.02001804 0.011012691 0.017876904 0.041559424 -0.04170683 0.031023689 0.03091384 -0.022659602 0.0031654623 -0.049759675 -0.011623438 -0.0354421 -0.0028546902 0.024640186 0.038042348 -0.045409337 0.013102657 -0.029408332 -0.0013463659 -0.014977617 -0.103104025 0.021627294 0.010224494 -0.006708827 -0.020530673 0.01326039 -0.0365528 0.0167831 0.021362998 -0.008507737 0.001136055 -0.010814586 -0.016180333 -0.019858427 0.016318819 0.020587005 -0.01746614 0.03683165 0.015468186 0.03901128 -0.011167139 0.06834967 0.047902085 0.11839617 -0.026352718 0.030307787 -0.0034565176 -0.031983703 0.019925559 -0.005009908 -0.021707099 0.009563517 -0.010593008 -0.00037320814 0.004049895 0.024964103 0.00587838 0.021238124 0.08982533 0.018931275 0.0076913736 -0.004465353 0.024155252 0.014992639 0.01896179 0.033331946 0.006163802 0.023444513 0.032486476 0.03309112 0.07529838 -0.029362326 -0.072445564 0.0211156 -0.015782245 0.01472975 0.012006974 -0.011465236 -0.0142204035 -0.052066524 -0.0104225995 0.007960835 -0.039461948 -0.05217168 -0.0010069578 0.007315818 -0.025381438 -0.016720664 0.022233816 0.06867217 -0.013464129 -0.021032978 -0.020546164 0.041413896 -0.034701314 0.021412289 0.0063849105 0.036252826 0.014790309 0.0061619245 -0.013836867 0.0030908205 -0.0047470196 0.005976494 -0.027975587 -0.026194517 0.015301064 0.007529415 0.0042019947 0.003407226 -0.028321099 -0.035992756 -0.009373861 0.017293854 0.0049507585 0.00300679 0.11689724 -0.040358588 0.005937061 -0.009709044 -0.057292376\ncông_chúa -0.030791132 -0.038213227 0.028090496 0.00010791906 -0.029209206 -0.03331469 0.0159743 -0.007812732 -0.05046584 0.01835422 -0.060951468 -0.056022152 0.048745595 0.037489712 -0.0034423901 -0.056842566 -0.07796962 0.03551411 0.004390102 -0.01626652 0.04584888 -0.013231485 0.07740115 -0.02641395 0.005074476 0.031902242 -0.037466533 -0.0020250024 0.004037845 0.036353145 0.033668086 0.030094977 -0.010075612 -0.020083586 0.0020994816 0.048416518 -0.0062688054 -0.041724775 0.043851998 0.017880743 -0.028616792 0.059141167 0.0032573317 0.03586561 -0.028083656 -0.038141027 -0.044478234 0.003981225 -0.019327011 -0.021563672 -0.060948808 -0.031370245 -0.02860121 -0.0010871706 0.038777143 -0.023125079 -0.029192105 -0.046374798 -0.015883861 -0.012456291 0.0068057408 0.000573795 0.031379748 -0.04861412 0.015642563 -0.002635277 -0.0096272165 0.013607682 -0.027971936 0.0026101973 -0.016286278 0.026650308 -0.018297981 -0.02512918 0.04922705 0.022113528 -0.035142854 0.015412286 0.015750103 0.033608805 0.008286968 0.06254555 0.013546122 -0.0071994173 -0.032582056 0.053145576 0.06268843 -0.027280722 -0.0053739133 0.003214012 0.0138562 -0.0298153 -0.013896859 0.03775305 0.04933345 -0.025614057 -0.010051292 0.02181637 -0.016025221 0.0003568169 0.025007581 0.018878616 -0.0031399126 -0.0016784454 0.02740954 -0.024205029 -0.02868747 -0.015895262 0.015600384 0.023856193 -0.002504558 -0.015159208 -0.061333746 -0.0054689124 0.047559626 -0.010429389 -0.012448312 0.047561906 0.0044531813 -0.0024760584 -0.030497774 0.012167494 -0.068314284 0.060481034 -0.012805888 0.033910904 0.02307796 -0.0073818155 -0.0013679881 0.016515417 0.009664835 -0.03887214 -0.04019643 0.005485252 -0.0005384553 -0.022475664 -0.051976327 0.03694328 0.018145222 -0.023364857 -0.022028409 0.012385232 0.042041693 0.03294343 0.043483403 0.026673488 -0.009708916 0.018665057 -0.021545433 -0.01603852 -0.029062146 0.021599771 -0.0042935824 0.015467765 -0.013381204 0.06342601 0.02759422 -0.0011198502 -0.008951962 0.03803045 0.01944595 0.0048590177 0.009781115 -0.016169999 -0.043944716 -0.01615746 -0.024809605 0.07001553 0.04237191 -0.06186498 -0.05510218 -0.011303001 -0.0053089336 0.013318884 0.00074213353 -0.033935223 -0.022352165 0.009752995 0.0012159894 -0.010654727 -0.0025642177 -0.0055160318 -0.021173416 -0.018304061 -0.0056908303 0.054650363 -0.017963963 0.038422227 0.021359993 0.005863729 -0.0017552048 0.030833311 0.0011240302 0.024864703 -0.019902706 0.0341788 0.04561138 0.023133438 -0.0016552656 0.023413116 0.02530436 -0.02184411 -0.012495431 0.014607833 -0.0022207007 0.005503492 -0.004741979 0.03679242 0.040628105 -0.008804143 0.01608716 0.051378593 -0.026671208 -0.012229433 0.037124157 0.010418749 -0.009923994 0.03369317 -0.027960917 -0.018599698 0.041627876 -0.027973456 -0.0045417203 0.054445546 -0.006754821 0.0057630297 -0.016803073 -0.009362359 0.00344391 0.013029707 -0.04264665 -0.047843102 -0.008385767 -0.013450743 -0.045198325 0.019966926 0.011925437 0.013129646 -0.04489015 0.02409217 0.019786807 0.07938853 0.015273587 0.078159235 0.033521406 -0.005614451 -0.022083508 -0.024546646 0.024180708 -0.029517382 -0.008256188 0.03470472 0.025699176 0.000690074 0.039657973 0.026455369 0.008332947 0.039711934 -0.03461162 0.04484759 0.015905142 0.010402409 -0.036272205 -0.018628579 -0.008413887 -0.060039856 0.009975673 -0.07487341 0.020808239 -0.018948155 0.02982822 0.04929469 -0.02751442 -0.08598375 0.030763771 0.060348034 0.037136316 0.01258321 -0.032118462 0.022578264 -0.022416385 -0.024914863 -0.061476626 0.053779412 0.045159947 0.0060126875 -0.026186712 -0.016619535 -0.008707624 -0.004705119 0.029059866 0.018616037 -0.030501954 0.033585247 0.014466094 -0.026346311 -0.0015237867 0.018962976 -0.025529698 0.026065493 0.006698202 -0.019886747 -0.018713318 0.03324401 -0.009532217 -0.061528683 -0.010006073 -0.017255269 -0.009869654 0.012504931 -0.031633966 0.036366444 -0.029270764 -0.032035623 -0.041723635 -0.014238096 0.041036222 0.02056808 -0.003943606 0.017100232 0.020698799 -0.021678051 -0.010832186 0.082926296 -0.026009634 0.03423922 -0.019428471 0.007974611 -0.0001493387 -0.015961 0.0015207467 -0.014749572 0.0021629413 0.008514206 -0.0669368 -0.049209572 -0.0031304127 -0.015298666 -0.0072989766 0.007080478 0.043790057 -0.027741278 0.020547181 -0.02740726 0.011262722 -0.013619461 -0.013889639 0.046480436 0.0014523474 -0.0021355813 0.021302614 0.06256911 -0.062182277 0.0012004095 0.006414724 0.034590717 -0.003339031 0.026606988 -0.029262785 0.004344882 0.033035394 -0.026298432 -0.015626984 0.0041089044 -0.013442003 -0.024642026 0.011250942 0.040566925 -0.025486378 -0.04670121 0.067550875 0.0142263165 -0.059038945 -0.001715305 0.023414256 -0.036320843 -0.027498081 -0.029281026 -0.0148415305 -0.007692273 0.042153414 0.0130669465 0.03325123 -0.013709901 -0.004355522 -0.026495269 0.015168708 0.0055536516 0.008227688 0.011800417 0.022574464 -0.040892582 -0.013643401 0.03702308 -0.016557977 0.018000443 -0.023451496 -0.01490309 -0.035921086 -0.039722953 -0.016821314 -0.02866733 -0.0182957 -0.0072735166 0.002740916 0.023876332 -0.014513593 -0.007599554 -0.022552423 -0.009916014 0.0007786132 -0.034890916 -0.0012114295 0.01259575 0.009436837 -0.05929734 -0.007329756 0.020169845 -0.008688244 -0.005310454 -0.02762804 0.029049227 -0.007042479 -0.01492703 -0.021572413 0.01960327 0.011311742 -0.055654313 -0.0091982 0.027072864 -0.004483581 -0.026561769 0.004823298 -0.010034952 0.048915453 -0.013521803 0.01970701 -0.009007062 -0.00806087 -0.018980455 -0.021446634 -0.031711105 0.019736648 -0.00575809 0.011271462 0.00803769 -0.009614676 0.019194772 -0.013170686 0.033120133 0.0030004538 -0.05193947 0.0039667855 -0.0031311726 0.0022389404 0.027617399 0.017888725 -0.0038892662 0.012169014 -0.02049018 0.03557453 0.020551741 -0.009493077 -0.05410051 -0.023850493 -0.016809914 0.0084336465 0.030294096 -0.012879608 0.015644465 -0.04237077 -0.044493053 0.007775492 -0.002063382 -0.025653196 -0.004227843 0.0023179797 -0.045413025 0.000344657 -0.028020196 0.026828146 0.019819487 -0.07118022 -0.024866223 0.06663394 -0.030820772 0.015053568 0.04578162 0.03650324 -0.005403173 0.025445338 -0.09083365 -0.020142484 -0.010069532 -0.026459549 0.0086791245 0.044341434 0.037137836 -0.02302666 0.035379592 -0.021105016 -0.010232171 -0.069457695 -0.032974213 -0.0024627584 -0.01262767 0.019935386 0.0809963 0.024454307 0.009490417 0.022594983 -0.030604552 -0.027860217 0.009954773 -0.0015329067 -0.030612154 -0.008618325 -0.007858711 -0.018768417 -0.060002238 -0.040732604 -0.058144435 -0.091031626 -0.04583976 0.022386365 -0.0070857983 -0.0640416 -0.024917522 -0.06733807 0.01727199 -0.014089137 -0.01945621 0.0436734 -0.012609431 0.05365325 -0.019705107 -0.034600217 0.020514121 -0.025943514 0.0028397152 -0.031870704 0.059486203 0.042320233 -0.02079494 0.00034085702 -0.0071914373 0.0034093303 0.022762181 0.0016647655 0.006500983 0.0034986294 -0.040957183 -0.01944557 0.0366959 -0.021322755 0.0034062904 0.031684883 0.033050593 -0.06770819 0.055693075 -0.015980002 -0.01380414 -0.081029736 0.032952935 0.0041856635 -0.01950219 0.04214011 -0.023234518 -0.013558662 -0.056632426 0.014309156 -0.04365896 0.005937828 -0.0018213241 0.018055543 0.000924152 0.014052277 0.02300652 0.0013007286 -0.014687632 0.027701758 0.009442158 0.03453486 0.008954622 0.059070107 -0.017576367 0.019116113 0.04452801 -0.016383937 0.030104097 -0.011189003 -0.031548847 0.09107266 0.04704625 0.02987496 0.008642645 -0.016480077 0.04136112 0.009431518 -0.012387892 -0.000460176 0.0062391656 -0.02751404 0.05605521 -0.0735875 0.0103473095 0.018121282 0.014705492 0.011394961 0.032512516 -0.0005171755 0.0034374502 0.053057417 0.027952176 -0.025712475 0.019725248 0.044246055 -0.020083586 0.004472181 -0.016504016 -0.025487898 0.015617484 -0.010088152 0.00923848 -0.041958854 0.022596883 0.0029666342 -0.006103507 0.0030665733 0.038540404 0.049718007 0.080599956 -0.026606608 0.010542628 -0.07429163 -0.012926348 -0.016622195 0.022438044 0.01712151 0.030305495 -0.023340916 -0.004126384 0.014607833 0.009679276 -0.008322688 -0.0053150137 0.031546187 0.006272225 0.014661033 0.060485974 0.012851488 -0.032347977 -0.00060419476 0.011630938 0.04586028 0.035195295 0.001958123 0.05738938 0.024496486 -0.015952641 -0.01024623 -0.0032546716 -0.021056376 -0.030637613 -0.022397764 0.043955736 -0.018091263 0.09061059 0.045595802 -0.030252296 -0.016459556 0.0054415525 0.061807983 0.067402296 0.067432694 -0.017884165 -0.0030688532 0.030327536 0.013104945 0.06995891 0.0343327 -0.033886965 -0.04267249 -0.061013028 0.0016218259 0.0029632142 0.008676465 0.014509033 0.010749347 0.0063512647 -4.1799634e-05 -0.016402557 -0.005289554 0.005295634 -0.0138391 0.00089185225 -0.040966682 0.0760514 0.001484647 0.024398448 -0.0046310197 0.015434706 0.033752065 0.06476816 -0.0020383021 0.038328744 -0.021139216 0.008315087 0.032931272 -0.0059420085 -0.026185572 0.03316345 0.05844501 0.018952714 -0.013289624 0.0013531682 0.015369346 0.02528346 0.014038978 0.02531158 0.00081889285 0.028848968 0.015522105 0.017637927 -0.016869953 0.02641243 0.06579073 0.003093173 -0.031209128 0.00228568 -0.09765459 -0.02887101 0.04923845 -0.049756765 0.02057378 -0.016663235 -0.031362265 -0.029397683 -0.016608136 -0.009811895 -0.00013489883 0.051055595 -0.012776629 -0.0320056 -0.03565927 -0.0029814541 -0.071336776 -0.0015731863 -0.023363337 -0.010853846 -0.02061596 0.03409824 0.011360761 0.064530656 -0.007954091 0.09644126 0.02049208 -0.0065967427 -0.039605156 0.013549162 0.050928675 0.0068433606 0.02409749 -0.028288094 0.0388026 -0.016167719 -0.00920352 -0.060211614 0.0005319954 0.016494896 -0.00578697 0.043005366 0.027209664 0.0041894633 -0.052251063 -0.04257977 -0.05064976 -0.008160049 0.05056122 -0.03443872 0.0012213094 -0.0435366 0.02407279 0.026146812 0.005826869 -0.03778231 -0.04928937 0.03899222 0.073352665 0.03317447 -0.0341826 0.013063906 -0.037411053 -0.0005528952 -0.053626653 0.036200006 0.019215293 0.01717015 -0.029764 -0.022663763 -0.024700925 0.015921101 0.0067092218 -0.016247898 -0.0072761765 0.008111789 0.055324476 0.007929011 0.025883855 0.042312633 0.015564664 -0.022634882 0.021999149 -0.008388427 -0.012331652 0.017843125 0.04505621 -0.056641925 -0.006397244 -0.012910767 -0.020895258 -0.022683142 0.003214012 0.04699267 0.022194467 -0.02982404 -0.044385515 -0.047806244 0.034978315 0.054551944 0.043855797 -0.006983199 -0.00096177164 -0.036127426 -0.030435834 0.049655687 -0.058927227 0.02182625 -0.00799741 -0.008874062 0.069478214 -0.05391431 -0.0572655 0.03098607 -0.016805734 -0.034895096 -0.039548155 -0.025087 0.018002722 -0.0034192102 -0.0029407945 0.033503547 0.028365232 -0.043412343 0.039736632 -0.012467312 0.00041799637 -0.03911268 -0.018309 0.06175934 -0.03331545 -0.020481441 0.054429207 0.0482896 -0.044955507 0.006450824 -0.071033925 0.06421868 -0.004702079 0.005873229 0.0274749 -0.038525585 0.044948667 0.004126384 -0.00082915276 0.022429304 0.012294793 0.010994065 -0.0057755695 0.068313524 0.01839146 -0.025986074 0.018091643 -0.003972485 -0.05018236 -0.029078487 0.04251061 0.0076364134 0.031910982 -0.03409368 -0.024935763 -0.045799863 0.017627666 0.023592854 0.0005057756 0.026937965 -0.010190371 -0.050921835 0.03919362 -0.0051196953 -0.061195046 0.023817053 0.011733538 -0.02530322 -0.019151453 0.017294029 0.038296446 -0.005971268 0.019163612 -0.0037190276 -0.016297678 -0.0064812237 -0.058931787 -0.012997407 0.007361296 0.02621027 -0.02066992 0.022690743 0.016684135 0.0053195735 0.025934394 -0.0049920166 -0.013280124 -0.061485365 0.045031127 0.039787933 -0.010886905 -0.047391668 -0.009464958 0.013748661 -0.01716711 0.0065063033 -0.013543082 0.0011890096 -0.016947092 -0.012422472 -0.0067517813 0.01728035 0.015572645 0.0075604143 -0.029086467 0.026183672 0.025986074 -0.070452146 0.0153495865 0.020895258 0.08127597 -0.053332914 0.003915106 -0.0115728 -0.003887366 -0.020106005 -0.009461918 0.007948011 -0.0068156207 -0.04459565 0.004684979 0.00014249876 0.032897454 -0.008247448 0.01601002 0.048696578 0.0032835514 -0.032681994 -0.005997488 -0.0005806349 0.016926192 0.013394883 0.05518464 -0.010221151 0.010055472 -0.029504083 0.03114871 0.008090889 -0.0103115905 -0.053289976 0.0054966523 -0.0064101643 -0.014021878 0.022428544 -0.023335977 -0.0099433735 -0.054318625 -0.051962268 -0.041597478 0.029495724 -0.002742816 0.015234827 -0.012389412 -0.03448622 -0.02057036 -0.005957968 0.07661379 0.01264325 -0.015250787 -0.028428692 0.049519647 -0.008360687 0.039841894 0.0006505543 0.032567617 0.01142004 0.021742651 -0.020291064 -0.024499906 -0.033654027 -0.0009123721 -0.0030209736 -0.008693565 0.046240278 -0.04923769 0.011789397 0.0017719246 -0.033783987 -0.0063717845 0.052151505 -0.026150232 0.024430748 0.027716959 0.070774384 -0.00019797827 -0.0065720426 0.029580463 0.0059819077\n"
  },
  {
    "path": "src/data/embedding_dicts/FastText_23.vec",
    "content": "23 300\ntôi 0.01981081 0.020889733 -0.03780313 -0.0005338048 -0.044294827 0.14188156 0.006977781 -0.047029607 0.061489426 -0.007115883 0.009362537 -0.0714791 0.11521516 -0.049498636 0.03172937 0.05187226 0.11271206 -0.016313743 0.007861134 0.052889854 0.038359623 -0.03771 -0.062529735 0.078347854 -0.12954551 -0.015137605 -0.1278533 0.037203476 -0.039481703 -0.06193008 -0.06535991 0.042366397 0.016796645 0.02002387 0.0996151 -0.009979681 -0.05366895 0.02538077 -0.0061666593 -0.054736514 0.04346576 0.15021083 0.09721648 -0.004741575 -0.032890063 0.01016253 -0.032672007 0.017131906 -0.1177069 0.024981001 0.038068883 0.04712955 -0.043647476 0.00016562009 0.0019717456 -0.017863529 -0.047590647 -0.032558437 0.011736846 0.050064217 -0.078347854 -0.05355765 0.01597076 -0.02851532 0.03583154 -0.009193091 0.027095687 0.05307611 -0.014984966 0.01921093 -0.0017835363 0.068660274 -0.0064235562 0.005656273 -0.06665689 -0.006320434 -0.023104815 0.10408524 0.07464999 -0.014787126 -0.037778143 -0.05900904 0.08943008 -0.0876402 -0.074606836 -0.054641113 0.055124924 0.02901276 -0.021088708 0.021423515 0.06236619 -0.031674854 0.05944288 -0.011730486 0.04497852 0.10104154 -0.04490811 0.020526987 -0.11998058 0.037335217 -0.046320926 0.004490811 0.03487982 -0.068742044 0.08638411 -0.035742957 0.038441397 0.027302386 0.038234696 -0.030418765 -0.0358747 -0.10647703 -0.07575844 0.00029598785 -0.043424875 -0.022927644 -0.009525398 0.13189869 -0.035213716 -0.07981519 -0.0632475 0.017649107 0.103592336 0.0088944 0.0295261 -0.020388205 0.04985979 -0.11865408 -0.011530147 0.051820017 -0.08216837 -0.05351449 -0.0061991406 -0.06662736 -0.11207607 0.012758073 0.030357435 0.076389894 0.116103284 0.03366234 0.025714668 0.036240395 0.12687205 -0.12794416 0.08863054 0.013432229 0.036656063 -0.028651604 -0.021524819 0.033426117 -0.06616172 0.13241203 -0.04301602 -0.05312608 0.09145391 -0.011859502 0.0016234017 -0.046859253 0.03008941 0.007574254 -0.019110989 -0.013113322 0.13586685 0.006818328 0.087033734 0.03245849 -0.06407884 -0.036192697 -0.048099443 0.13763401 -0.022438835 0.009406376 0.09295985 -0.0062277606 0.05100458 -0.011117431 -0.062388904 0.08483728 -0.09082927 0.050513957 -0.07161311 0.06091476 0.0060914755 -0.07117927 -0.035145573 -0.09200359 0.014223361 0.05614479 -0.030643634 0.01917845 0.022092672 -0.014633806 -0.057248697 0.029124059 0.047304448 0.04851057 0.09089968 0.017461488 -0.02179012 -0.043343104 0.011344119 0.07486577 -0.005996985 -0.008280664 -0.0060778474 0.032801475 -0.04266168 0.062627405 0.053400923 0.033135373 -0.11148096 -0.013576237 -0.042554926 -0.014883434 -0.011975117 0.068530805 0.05706244 -0.015098537 0.03698542 0.04435843 -0.02780891 -0.024490377 -0.07193111 -0.14142045 -0.009459982 -0.082563594 -0.07696229 -0.017160298 0.004070827 -0.026518747 0.07181072 -0.014028929 0.0065732426 -0.008637048 0.04965763 -0.04285248 0.04216197 -0.061648425 0.07517469 -0.023302427 0.06735421 -0.01918163 0.068703435 -0.016812092 -0.027522713 -0.05403692 0.0075117904 0.05253097 0.06805835 -0.029155858 0.0014437329 0.14610864 -0.1380156 0.027066158 0.027088873 -0.03239944 0.07742566 -0.050302714 -0.14030519 -0.00069505244 0.06207318 -0.044992153 0.074843064 0.053930163 0.062118605 0.034066655 0.050670683 0.022219418 0.0440427 0.08516663 0.09372986 0.017870342 -0.052001733 -0.04998699 -0.05413913 -0.00048680927 -0.0023023044 0.019275438 0.032238167 0.06416061 0.050561655 0.018779589 -0.0212577 -0.016267179 0.003037788 -0.06782894 0.033912197 0.082563594 0.006210271 0.11840195 -0.05284897 0.01764252 -0.025262658 -0.020215122 0.08936421 -0.06560522 0.0029882712 -0.02542847 0.046366356 0.020563103\nyêu -0.030428387 -0.008464548 -0.014155134 -0.030897979 -0.044946115 0.034339674 0.023103144 -0.14354463 -0.023216084 -0.063048206 -0.04448247 -0.03648157 0.06333551 -0.03296656 0.04225537 0.09450494 -0.0006814239 -0.038736403 -0.11260108 0.09461392 0.0482293 -0.0705062 -0.04711179 0.064001255 -0.025714632 -0.07536856 -0.08989818 0.072178505 -0.009534902 -0.014948289 0.034111813 0.072208226 0.09162794 0.0661808 -0.042481255 -0.069781005 0.009192912 -0.003066021 0.017505288 -0.015041019 0.094076954 0.18212055 -0.022918874 -0.027985318 0.051922634 0.06086866 -0.023033796 0.05445288 0.01448682 -0.09646653 -0.00056856323 0.029423816 0.014643747 -0.08202607 0.034072183 -0.033420302 0.01943973 -0.07558255 0.04143111 0.10478445 -0.054617338 -0.06667813 0.07790079 0.038944453 -0.06363074 0.06559431 -0.027898137 0.010300515 0.0018982027 -0.038607612 0.092474 0.035134215 -0.029685361 0.046806652 -0.053547382 0.0042259335 -0.015893813 0.09484574 0.0419225 -0.059596602 -0.05965406 0.024817057 -0.019962622 -0.13183455 -0.024587214 0.02327949 0.012559512 -0.04414761 -0.01506321 -0.018307954 0.107263185 -0.059671894 0.05841965 -0.053018346 -0.041526217 0.0746394 -0.003332916 0.09348848 0.059810594 -0.040262084 -0.05257055 -0.0429449 -0.0634643 -0.15893418 0.012118253 0.043582913 0.012078228 -0.027151149 0.07325044 -0.015693098 -0.07241825 -0.065186135 0.024042329 0.03480134 0.00065435795 -0.018207299 0.03959237 0.00068045297 -0.083054416 -0.05901407 0.030057864 -0.0047206897 0.10934762 0.012774097 0.028575776 0.03514016 0.040672235 0.0006962249 -0.0103554 0.010166968 -0.046751175 -0.13036633 -0.026275368 0.022920856 -0.019940827 0.06588359 -0.08846959 0.008141183 0.016559366 0.017590687 0.014437285 0.031173393 0.011255551 0.043676037 0.031969916 0.06605597 -0.024597121 -0.0029352487 0.0321423 0.027032264 -0.062045615 -0.023957128 -0.10006673 0.0020691778 0.06702488 0.04427244 0.07245788 -0.037608985 -0.06486317 0.027454302 -0.012552378 -0.031757906 0.20247945 0.04561385 0.04176597 -0.041478664 -0.13788179 -0.06381104 -0.13709913 0.016833395 -0.004640839 0.044494357 0.036406275 -0.03846099 0.09973782 -0.036192283 -0.047082067 -0.06477004 0.01123217 -0.07950573 -0.037878457 0.028720418 -0.09519843 0.124648005 0.0012533158 0.011766554 0.058954626 -0.06631553 -0.029273229 0.06664246 0.09858068 0.06819589 -0.00046988943 0.09235512 -0.026001936 -0.025185598 0.117833965 0.14093512 -0.078312926 -0.08726093 0.037664466 0.02168446 0.049124893 -0.010352626 -0.015144845 -0.12351068 0.02527278 0.015332681 -0.03733357 0.028958187 -0.10123576 0.037496045 0.021387251 -0.06588359 0.029938981 0.07353973 0.01588569 -0.06885173 -0.012297174 0.093652934 -0.023642085 -0.013307095 -0.020796793 -0.07226965 0.010353022 0.025407515 -0.05092599 0.02475167 -0.03679661 -0.024941886 0.012979766 0.078417934 0.06454416 0.017080674 -0.03361646 -0.043487806 -0.029251434 -0.033499558 0.06941246 -0.016624358 -0.016892837 -0.095832475 0.030915812 0.014853578 -0.06154828 -0.0034004818 0.11876324 -0.016684592 0.09010028 -0.011178474 0.024036385 0.08759579 -0.025944475 -0.039100982 0.012958764 0.008772458 0.044946115 -0.041363742 -0.06661869 -0.053028256 0.026697407 -0.049313128 -0.012765379 0.027339382 0.062699474 0.07871118 -0.05570513 -0.0094164135 0.116256766 0.04551874 0.10555323 -0.018396126 -0.048138157 -0.062455766 0.074148014 -0.016934842 0.06874077 0.040632606 0.018998077 0.0047448627 -0.016124647 0.012512354 -0.0057201087 -0.018544534 0.05100128 -0.057652846 0.00522991 0.048249114 0.03491824 0.040604867 -0.08259473 0.10660734 -0.08728867 -0.014522684 0.018114768 0.02332308 -0.025748316 -0.032189853 -0.022605812 -0.06449859\nhà_nội -0.04773608 -0.0011605956 -0.051928014 0.0052624084 -0.008153718 0.022830721 -0.06755954 0.041547064 0.04378457 -0.16879997 0.02190198 0.094366975 0.18111402 -0.08942275 0.046458334 0.0024626155 -0.09283523 -0.09148769 -0.016990514 0.07131716 -0.028166613 -0.03467555 -0.06924446 -0.032081284 -0.14632407 0.034991592 -0.09802571 0.090316586 0.109950036 -0.00013540604 -0.037661478 -0.048277035 -0.0005268613 0.05071813 0.025341615 -0.041896068 0.0064275023 -0.07453382 0.08777661 0.11290106 -0.05986205 -0.032849092 -0.013171435 -0.05218589 0.00015606712 0.0212951 0.011334701 0.020236453 -0.02334647 0.04676856 -0.022819087 0.08607618 -0.09038251 -0.014982381 -0.018878825 0.010006739 -0.06834674 0.038468067 0.025231097 0.0052090883 0.023586897 0.010986278 0.028143346 -0.077923045 -0.051964853 0.0017512665 -0.013918887 0.020556374 -0.076883785 -0.035825327 0.07356242 0.09578626 0.029770095 -0.026615482 0.030580562 -0.09219539 -0.0021772073 0.018352797 0.030824866 -3.2829703e-05 -0.09528021 0.10252399 -0.031259183 -0.0010120166 0.019856425 -0.1026539 0.07268603 0.051171836 0.02999501 0.09464424 0.009681389 -0.072020985 0.08847268 0.047972627 0.031891268 0.055080686 -0.065393776 0.01846351 -0.044437986 0.07095458 -0.12807113 0.05540061 -0.009432432 -0.10748761 0.007823327 -0.0133438045 -0.009889628 -0.005941416 0.074043274 -0.05092753 0.08579309 -0.08789682 0.021211727 0.032752145 0.10294473 -0.017503746 -0.10352253 0.08931998 -0.078844026 -0.050279934 -0.09687012 -0.012499407 0.02556459 0.06924833 -0.027319308 -0.06264052 0.005798518 -0.00272941 -0.050778236 0.06388336 0.063608035 -0.049062297 -0.020587396 -0.036112286 -0.02006001 0.07562931 -0.060032677 0.05254071 0.0063228006 0.08115327 0.02204352 -0.06404817 -0.058175195 -0.055759307 0.057676893 0.030210229 -0.0027862203 -0.017517513 0.019037234 -0.043720588 -0.004774771 0.06884117 -0.1146868 0.002736972 0.13512297 0.009794427 0.0070712217 -0.0018615326 0.10831165 -0.0067179515 0.07078783 0.020593213 0.09011882 0.1564898 0.021469602 0.09449688 0.11841727 -0.029518036 -0.07968552 -0.031900965 -0.042454474 0.027100211 -0.04485679 0.0011904743 0.10900772 0.063590586 0.01862657 -0.02350934 -0.03326402 0.054729745 0.010557972 -0.006929487 -0.053139836 0.04571573 0.004192903 -0.05550725 0.034968324 0.051743817 -0.002279194 -0.026227698 0.0032701734 0.0052639595 -0.08939366 0.006682663 -0.057609033 0.0060108295 -0.04103907 -0.012017587 -0.012280116 -0.00060664763 -0.008074416 0.07813826 -0.0010954868 -0.027765257 0.084449425 -0.107514754 0.043968767 -0.013980932 0.021033347 0.06956826 -0.07572044 0.017145434 -0.014987228 0.04507007 -0.024792902 0.13444822 -0.0010114348 0.008514162 -0.009632916 -0.08365447 0.04607249 -0.0023540363 0.031683803 -0.105362564 0.034850053 0.026679466 -0.025217524 0.012154669 0.036449656 0.053566396 -0.05518151 0.0413396 0.011764364 0.014595956 -0.014679329 0.018331856 0.031790446 -0.09317455 -0.0036641608 0.07138308 0.081416965 0.027745869 0.0018997098 -0.069393754 -0.010858504 0.048940144 -0.022675607 -0.026301377 0.040275134 0.009248429 0.017832004 -0.07876647 -0.09219539 -0.0026865602 -0.011012066 0.020882111 -0.039501507 -0.011087489 0.01486721 -0.015869047 0.14545543 0.054087963 -0.04053883 -0.085539095 -0.004762944 -0.008052894 0.00848915 0.09932284 0.034361444 0.026210248 -0.017614458 0.09269951 0.040304217 0.03974581 0.004432553 -0.014014088 0.00077254116 -0.0272243 0.048490316 0.047710873 0.059229966 0.106396005 0.07591045 -0.11612742 0.11716474 -0.030755064 0.007859779 0.075547874 0.0112046 0.06946743 -0.105531245 -0.024583498 0.028973201 -0.051549923 0.009807031 0.035809815 -0.026499147 -0.011372122 0.043472406 -0.0811843\nghét -0.018237742 -0.020173306 0.01706273 -0.02982977 0.053774767 0.02021215 -0.060984097 -0.074179195 -0.01393273 0.020788973 0.024613105 -0.023166189 -0.0008603225 0.021004554 0.012414731 0.06853331 -0.007577954 -0.014560827 -0.013124788 0.015259425 0.018642489 -0.1075204 -0.027763302 0.06227758 -0.07906763 -0.029969605 -0.011363629 0.028623683 -0.034347255 -0.008463195 0.006179981 -0.050315764 0.009738422 -0.0034195764 -0.016926972 -0.06915869 0.024910256 0.026675688 -0.035287265 -0.05741051 0.028654758 0.17093804 0.0061038476 -0.035961196 -0.022812713 0.09616843 -0.06275342 -0.012995828 -0.07880156 -5.8507834e-05 0.07072213 0.004551278 0.108505085 -0.026157128 -0.020258762 0.006421198 0.07337319 -0.042247996 0.047190815 0.058074728 -0.09945264 -0.060910296 0.021927085 0.04828814 -0.039948467 -0.0010889934 -0.08417359 0.111160025 0.023189494 0.010276597 0.14868662 0.06995692 -0.017875332 0.007896664 -0.045110755 0.025215177 -0.02445579 0.07197483 0.08461641 -0.024294589 -0.0939058 0.013530895 0.042756844 -0.091538295 -0.037198357 0.009013217 0.080075614 -0.09864469 0.021781422 -0.075433835 0.09141982 -0.106893085 0.043533713 -0.02823525 0.061955184 0.018342812 0.021932911 0.034691017 0.0072738104 0.05719881 -0.030746473 0.014133162 -0.036749717 -0.10689697 0.12020665 0.03789948 -0.006112005 0.021571668 0.09065849 -0.055534374 -0.1004781 -0.036003925 -0.025108358 -0.05333778 0.004042818 0.05269104 0.055279948 -0.040340785 -0.073328525 -0.02872079 0.04268887 -0.013678306 0.08699751 -0.034131672 -0.03016188 -0.031257264 0.11882965 -0.05683174 0.02424215 0.004679073 -0.028489674 -0.08255576 0.05121693 -0.092796825 -0.12378995 -0.026778622 -0.015454419 -0.044069752 0.09622669 -0.028417813 0.0668475 -0.02338177 0.023805162 -0.0668747 0.0128748305 0.026285311 0.039882436 0.031942848 -0.039727062 0.019996569 -0.049670964 -0.06737577 0.046474155 -0.014580055 0.0017677037 -0.0013983808 0.0018502848 -0.08289759 0.06459847 -0.027102964 0.088450246 -0.025681296 0.0780946 0.10133265 0.0060650045 -0.04673829 -0.08253246 -0.091295525 -0.07469581 0.1328016 -0.009896903 0.039396893 -0.041593485 -0.06359437 0.07162524 0.08135939 -0.06334772 0.0035487306 -0.008317337 -0.058793332 -0.0068933396 0.014555972 -0.096838474 0.11337022 0.034708496 0.018022355 0.013257827 -0.030641597 -0.07437729 0.051075153 0.1650824 -0.058968127 -0.060648102 -0.0042195558 -0.109880134 -0.0024883065 0.08481839 0.09303377 -0.0113170175 -0.041801296 -0.11039481 0.059603214 0.043784253 0.004072922 0.014109662 0.006392066 -0.0051853964 0.05768047 0.059729457 0.0040589385 -0.08967187 0.01390923 0.00593585 -0.03258182 0.037006084 -0.075358085 -0.023836236 -0.008583997 0.033999607 0.06937815 0.10847789 -0.046330433 -0.025982333 0.04725491 0.05383886 0.030602753 -0.079160854 -0.043751236 -0.018464975 0.01919154 -0.0069578197 0.07123875 0.00029627784 -0.029503485 0.052609466 -0.031721443 0.03323245 -0.110610396 -0.061914396 -0.0062798085 0.0048897984 -0.037990764 0.06090447 -0.0499351 -0.048907693 -0.053011496 0.04270829 -0.016669635 0.066101715 0.033572327 0.051640324 -0.02928402 -0.11137366 -0.101334594 0.002468108 0.023133172 0.023855658 -0.04840273 -0.13236463 -0.07620487 0.024764594 0.030086135 0.06333024 0.024094544 -0.008913195 0.08546902 0.068471156 -0.027625408 0.052753188 -0.030033696 0.13501568 0.05148495 -0.034992054 -0.023908097 0.04138956 -0.03340142 0.12347532 0.043042343 0.029363649 -0.03375295 0.054578826 -0.10482467 -0.029637495 -0.00717845 0.05847093 -0.041003067 0.08824632 0.041766338 0.019930536 0.043296766 -0.13807654 0.029334517 -0.077434264 0.011069585 0.03129805 -0.11080849 -0.013214905 -0.0198276 -0.085047565 -0.0403874\nem -0.032225855 0.061605174 -0.05504072 -0.12507899 -0.025117267 0.08566322 0.010943468 0.0047229216 -0.054752193 -0.07370197 0.018118862 0.0022247497 0.14475106 -0.099539585 -0.047329906 0.06773587 -0.0314997 -0.17600483 -0.04587953 0.09283377 -0.052213553 -0.06394631 -0.07151189 -0.058216445 -0.05052887 -0.05285451 -0.06001925 0.05231812 -0.06790821 -0.05517046 0.008303164 -0.0487067 -0.0035771434 0.03878837 0.05695003 0.019792119 0.0072057955 -0.054909047 0.027582327 0.017339453 0.045852423 0.05610575 -0.05227939 0.056460116 -0.028081922 0.060104452 0.051841762 -0.015751012 0.016959917 -0.067422174 -0.035542935 0.035085943 0.024414347 -0.030994292 0.05229488 -0.030107414 -0.064285174 0.01835433 0.015346687 0.07479218 -0.0473241 -0.032074813 0.08550056 0.009527753 -0.009432482 0.0064490438 -0.076023735 0.14949527 0.030279756 0.059093643 -0.0037177273 0.010360606 -0.024842296 0.0715022 -0.038544383 0.0033480653 0.043240193 0.15280461 0.12028442 -0.034900047 -0.041700743 -0.041894384 0.0017728674 -0.047812074 -0.04955098 -0.0018631625 0.022212641 0.05024809 -0.026437903 0.046721872 0.04932442 -0.008313813 -0.03433461 0.030872298 0.044398174 0.10369901 -0.033635568 0.049839504 -0.13704218 -0.009706291 -0.0503391 0.041323144 -0.07126402 -0.06319304 0.07779168 -0.06718593 0.026362384 0.030231345 0.07078767 -0.042301033 -0.047157567 0.03484389 -0.011319907 0.012665137 -0.01658367 -0.03532993 0.02812646 -0.04503913 0.04914627 -0.09091672 -0.07766388 -0.07251495 0.061880145 0.014780479 0.034642503 0.06233908 -0.03563976 0.08303357 -0.003549259 0.08109715 0.0081709055 -0.13051645 -0.018346392 -0.015367794 -0.12866718 -0.0072809285 -0.038228747 0.11794717 0.053853698 0.052157395 0.015592031 -0.021867959 0.0731559 0.01279933 -0.08243715 0.09156542 -0.013464683 0.049951818 -0.113262974 -0.012535203 -0.0048638927 0.027489377 0.009120525 0.014072718 0.046412047 0.11088118 0.10784682 -0.12193425 -0.011874303 -0.008109715 0.012925391 -0.0024114202 0.102854736 0.02115342 0.08539794 0.012287922 -0.10649133 -0.011123555 -0.061349567 0.09556025 0.0835351 0.009498513 0.05567974 -0.04993826 0.026139695 0.06845234 -0.07303972 0.05269572 0.03070383 0.03730314 -0.015211332 -0.029962182 -0.041377362 0.12796426 -0.107864246 -0.032719642 0.12273786 0.0818175 -0.094045974 -0.0038585048 -0.092159905 0.06318529 -0.05756581 0.036598284 0.029276691 0.039136928 0.075084575 -0.0302875 -0.097169414 -0.030200362 -0.052933898 -0.014682302 0.10717294 -0.017392512 0.040322013 -0.008460207 -0.024774522 -0.09580424 0.052043147 0.09066886 -0.08659464 -0.023541024 0.04183823 0.018999932 0.040931985 -0.06365197 -0.07409506 -0.019428072 -0.043418344 -0.020307207 -0.07927692 0.009976228 -0.10106355 -0.014254354 0.05310043 -0.010912679 -0.022282353 -0.052244537 0.048083175 0.011960668 -0.036956523 0.05386338 0.07833001 0.024913942 0.009261303 0.014469103 -0.02455377 -0.00487919 0.0078008566 0.046549533 0.057060406 -0.017235275 0.021194085 -0.030548917 0.00064221275 -0.0031691403 0.016587736 -0.033170827 0.11080566 0.020318825 0.031888917 0.01663789 -0.056919046 0.005107494 0.040153544 0.072408445 -0.004266314 -0.066727 -0.05099748 -0.051541615 -0.0011881469 0.07261177 0.057219192 -0.05088517 0.0017011618 0.08495449 -0.160955 -0.0034890363 -0.018414553 0.04995569 -0.004853049 0.012091182 0.044626668 -0.0076912553 0.03732057 -0.03407707 -0.02069449 0.100633666 -0.03597476 0.049742684 0.03291522 -0.03215227 -0.020880386 0.03602704 0.08965999 -0.03856181 0.09713843 -0.000736129 -0.0027142758 -0.010120491 -0.029402558 0.004988985 -0.07033841 -0.076068275 0.013546012 0.021900877 -0.009932271 0.0027510677 0.07983848 -0.07593854\niphone 0.03072166666666667 0.004917 -0.05740916666666667 0.03179333333333333 0.023989333333333335 0.035936666666666665 0.010432499999999999 0.0028074999999999997 -0.027209 -0.029381666666666667 0.04096666666666667 0.009431333333333333 -0.006907666666666667 -0.033794833333333336 0.025783833333333336 -0.007548166666666666 0.006965833333333333 -0.032232833333333336 -0.009158833333333333 -0.043303 -0.019336000000000002 0.001253 -0.0011205 0.016876 0.009200166666666667 0.028635166666666666 -0.0015273333333333335 -0.003199166666666666 -0.010332333333333334 -0.024356166666666665 0.020292833333333336 -0.03230683333333333 -0.0156915 -0.040363 0.0164455 0.0182625 -0.048473499999999996 0.041758333333333335 0.009593000000000003 0.023893499999999998 -0.0246575 0.008865166666666667 -0.005432 0.0018751666666666665 -0.025936999999999998 -0.030059500000000003 0.04392516666666666 -0.0030450000000000004 0.002037 0.027327666666666667 0.008807333333333334 0.06234466666666666 0.03180283333333334 -0.035453000000000005 0.04939416666666666 0.006079333333333333 -0.0068484999999999996 0.033415 -0.01911833333333333 0.024957000000000003 -0.02509566666666667 -0.035279666666666674 -0.014499666666666668 -0.015533333333333335 0.011771166666666666 0.016859 0.038387166666666674 -0.0135345 0.03344516666666667 0.013904666666666668 -0.045387666666666666 -0.0118155 0.027392833333333335 0.012338333333333333 -0.05676016666666667 0.0076528333333333335 -0.028375333333333336 0.0277255 -0.022151166666666666 -0.019960500000000003 0.011910833333333334 0.0002395 -0.004698333333333333 0.031633666666666664 -0.02948133333333333 -0.06369999999999999 -0.003086 -0.005049666666666667 -0.0210645 -0.008575666666666667 -0.006384000000000001 0.03641783333333334 -0.007193833333333333 -0.018957666666666668 0.005415166666666666 -0.013034333333333334 0.003939166666666666 -0.03495633333333333 -6.933333333333336e-05 -0.008446333333333333 -0.015165999999999999 0.001226 -0.0030151666666666664 -0.019868166666666666 0.014449333333333333 -0.0011740000000000001 -0.019388666666666665 0.015488500000000002 0.0378685 0.0019686666666666667 0.040536166666666665 0.024742333333333328 0.0255015 -0.012021833333333334 0.009826166666666667 0.005709 -0.019103666666666668 0.0006108333333333333 -0.011308666666666667 -0.046619333333333325 0.013969833333333334 -0.003277 0.044499500000000004 0.027506500000000003 0.035888333333333335 0.010437166666666666 -0.011149 -0.014328500000000001 -0.0138365 -0.014694666666666667 -0.022031 -0.009652833333333333 -0.0250185 0.02447033333333333 -0.021578 0.01590566666666667 -0.021744 0.007676333333333334 0.0018530000000000003 0.05576916666666667 -0.006080833333333334 -0.007535166666666667 0.024457999999999997 0.024118166666666666 -0.039818 -0.043513500000000004 0.04615266666666667 0.0018706666666666665 -0.001174 -0.045654 0.0030891666666666667 0.015712833333333332 0.02889816666666667 0.034903500000000004 -0.005251666666666666 0.006419 -0.0021845000000000002 -0.022263 0.0129325 -0.02398233333333333 -0.016069333333333335 0.018700166666666667 0.02378116666666667 0.006390166666666666 -0.010794833333333332 -0.009085333333333334 0.025845333333333335 -0.031636333333333336 0.023786166666666667 0.0316015 -0.035048833333333335 -0.025139333333333333 -0.012614 0.03526783333333333 -0.023195833333333332 -0.031631 -0.010654166666666666 0.0039180000000000005 -0.033515833333333335 -0.028063333333333332 0.03851266666666666 -0.011554166666666666 -0.0031753333333333334 -0.009036666666666667 -0.007991666666666666 -0.014837499999999998 -0.00044300000000000003 0.01563016666666667 -0.07151533333333332 -0.003841833333333333 0.008206666666666666 0.03231883333333333 -0.03728616666666667 -0.04564083333333333 -0.007421500000000001 0.037969833333333335 -0.013531833333333331 0.005183833333333334 0.008254666666666665 0.0001395 -0.04672083333333334 -0.035322 0.015181 0.028617 0.0183265 0.010058666666666667 0.017709333333333334 -0.009765666666666667 -0.00709 0.039724999999999996 -0.034767166666666675 -0.0006115000000000001 -0.0067625 0.026731500000000002 0.003937666666666667 0.067004 0.007000666666666666 -0.028757500000000002 0.0039045 0.003469833333333333 -0.0007631666666666667 0.014001833333333333 -0.004713333333333334 0.0026745000000000002 -0.02164416666666667 -0.0048088333333333325 0.005547666666666666 0.0146695 -0.012232833333333332 -0.020890500000000003 0.000593 0.0008991666666666667 -0.012067000000000001 -0.032927333333333336 -0.041550166666666666 0.005927333333333333 -0.0160415 -0.03969966666666667 0.031166666666666665 0.03238233333333333 0.002773166666666667 0.03114183333333333 -0.013237833333333332 0.015278166666666667 0.0097845 -0.019024666666666665 0.045553500000000004 -0.005195333333333334 0.038455166666666665 0.056924833333333334 0.020857666666666667 0.014059000000000002 0.008077833333333334 -0.05180166666666667 -0.04126683333333333 -0.025012166666666665 -0.0066166666666666665 0.018082 -0.020797333333333334 -0.031131166666666668 0.0090325 -0.005282833333333334 0.03338533333333333 -0.0208 -0.030290833333333333 -0.017673333333333333 -0.026581833333333332 -0.010422333333333334 0.004762666666666666 -0.002366833333333333 0.0247795 -0.007233666666666666 0.010296333333333334 0.004755166666666666 0.01634333333333333 0.005315333333333334 0.005272666666666666 0.02833933333333333 0.04043733333333333 -0.05361183333333334 -0.0009933333333333333 -0.018015833333333335 0.0105735 0.022856500000000002 -0.028274833333333332 -0.002980166666666667 0.005742333333333333 -0.009628666666666666 -0.027874999999999997 -0.018509 0.010911166666666666 -0.04564633333333334 0.015545333333333333 -0.07033433333333333 -0.011200833333333333 0.009007333333333334 0.01614866666666667 0.010901000000000001 0.039662166666666665 0.0003003333333333333\nthích -0.115369156 -0.08861903 -0.014594884 -0.040136334 -0.0743327 -0.022675265 0.008667283 -0.16795103 -0.010190388 -0.0005589245 0.012766063 -0.06841909 0.018863956 -0.020045867 0.062051363 0.11622467 0.00868857 -0.016524054 -0.06492404 0.040322844 0.051493227 -0.07657691 -0.0022138034 0.08153365 0.018065203 -0.021789338 -0.056869604 0.03508027 0.0318589 0.007103835 -0.0069163106 0.100543566 0.08176881 0.056867577 -0.0093101375 -0.07056599 0.015681714 0.022772575 -0.081355244 -0.027982717 0.002720829 0.13776262 0.022434017 -0.017754013 0.002676026 0.06377456 0.011705789 -0.029109892 0.012348846 -0.04245353 0.07232366 0.017165286 0.04341244 -0.0070105796 -0.030822953 -0.07637216 0.054528084 -0.08889474 0.043416493 0.09579767 -0.04441392 -0.14268084 0.09102543 0.030977027 -0.07328865 -0.0077249976 -0.104506925 0.08443064 -0.0074427985 -0.05509167 0.08696882 0.034693055 0.007720943 0.12767887 -0.030820927 0.078044675 -0.061378304 0.03548978 0.017129201 -9.14248e-05 -0.05464972 -0.025363455 0.058359664 -0.127391 -0.067516945 0.01894971 -0.004198117 -0.029525487 0.049196303 -0.058592804 0.08041458 -0.022936786 -0.0026281818 -0.06473753 -0.006804607 0.002560673 0.11785462 0.08550309 0.0216008 0.011297289 -0.069976054 0.011153149 -0.01764393 -0.1285425 0.07302307 0.008774729 0.065443024 -0.010022934 0.016147384 -0.07640865 -0.07495508 0.022855693 0.051702037 0.0085055055 0.107943185 0.0068944157 0.09937787 0.0027031917 -0.09082675 -0.030062718 0.08134713 0.016176172 0.10866693 0.030956754 0.07535648 0.0074772625 0.024153162 -0.036387872 -0.043513805 0.014610696 -0.013351342 -0.09422246 0.0028982172 -0.088831894 0.0056299935 0.07094104 -0.030857418 0.016377887 0.0042117 0.018992485 0.046094548 0.012104152 -0.03330436 0.075070634 7.4841555e-05 0.038315825 -0.052819077 -0.0994022 0.016669411 -0.013786197 -0.0812701 -0.03744409 -0.11254108 0.0040600584 0.059340876 -2.374162e-05 0.03621555 -0.06515312 -0.04071614 0.06852046 0.0042710993 -0.03936191 0.08849334 0.042907644 -0.013645705 -0.04969502 -0.11682475 -0.016124273 -0.091745116 0.05002344 0.049899776 0.0642307 0.018837601 -0.02378825 0.051028974 -0.016406877 -0.052316308 -0.023646338 -0.014955741 -0.062012848 -0.05950914 0.05929222 -0.14153136 0.07587953 0.01626294 -0.052685276 0.10153086 -0.057264928 -0.053386718 0.089170456 0.17438364 0.06313191 -0.03026342 0.018415924 -0.084049515 -0.041370954 0.061041772 0.12842289 -0.0225962 -0.017384438 0.06591944 -0.022004232 0.08911977 0.01420909 -0.0414338 -0.054745004 0.017415252 0.037016332 0.001134858 0.03701836 -0.06916108 0.07839945 0.020319551 -0.08219252 0.046072245 0.07809333 0.0025012733 -0.07449894 0.051095877 0.08777973 0.030835116 -0.019265156 -0.033253677 -0.020779748 0.053388745 -0.009554021 -0.022198852 -0.00062894716 0.042222418 -0.0025809458 0.0035345843 0.022099514 0.090313844 -0.0063093393 0.019223394 -0.056105316 -0.0048095486 -0.07967259 0.031958237 0.023881504 -0.010563815 -0.06668981 0.0443308 -0.026498739 -0.116050325 -0.03763263 0.06694322 0.014894517 0.13606578 0.024250472 -0.03972074 0.040444482 -0.11115239 -0.048436068 0.038001597 -0.021906922 0.012996566 -0.008225941 -0.015310923 0.022847585 0.023765948 -0.015938573 0.01031162 -0.023512537 0.04705143 0.06568225 0.053741492 -0.122977585 0.09296149 0.061639823 0.1093035 0.03159738 -0.051079657 0.0064169886 0.012501907 0.028911216 -0.01187892 0.0075950483 0.042232554 0.010125717 0.058963798 0.028992308 -0.06667967 0.038396917 0.04327864 0.0013723553 0.056263447 0.042560976 0.030022172 0.024370082 -0.10173359 0.033770636 -0.04884153 -0.08007805 0.014633199 -0.012815935 0.0019164603 0.019580603 -0.06932124 -0.01288101\nhận -0.057562016 0.011441143 0.11858619 -0.039689105 -0.0011811167 0.0038420972 -0.025728064 -0.04228655 -0.05672872 0.023348868 -0.059691556 0.00011368395 0.14419687 0.030848546 -0.0835695 0.117258534 0.063666254 0.0045760274 -0.025129545 0.0226528 0.024630228 -0.031280074 -0.03139581 -0.014867583 -0.037619088 -0.07474382 -0.1034248 -0.06658775 0.0053922953 -0.0136039145 0.101968184 0.022837976 0.03373863 -0.07597558 -0.024659988 -0.0024704628 0.013138326 0.10846426 -0.036602266 -0.123313166 0.024102803 0.14225747 0.030618727 -0.0023482789 0.0056966804 0.02906456 -0.009924012 -0.051259376 -0.066063635 0.012734243 0.03585164 0.01191599 0.038138248 -0.022581704 0.032723464 -0.05904674 -0.07496868 0.025470138 0.043329824 -0.054729797 -0.101769775 0.02110194 -0.001184688 0.04612236 -0.0030486458 0.02195177 -0.0026184393 0.035476323 0.04901741 -0.07519023 0.07305904 0.039409686 -0.03298635 -0.0416004 -0.091092326 0.09635169 0.01315767 0.055857394 0.02808246 -0.05035333 -0.058949195 0.11820757 -0.048048537 -0.039055865 -0.114492446 -0.0074323863 0.053894848 0.0027397966 0.00953977 0.042458497 -0.005590865 -0.010868913 0.035122503 -0.06610497 0.04026944 0.058044802 -0.08087451 0.050490562 -0.05473476 0.018752502 0.011204711 -0.051213082 0.017438075 -0.0956209 -0.035755742 -0.033434413 0.047053207 0.06983001 -0.0012163831 0.056540236 -0.01924686 -0.046109136 -0.028452815 0.0029342328 0.013629376 0.03564166 0.009113862 -0.0073216106 -0.03403789 -0.10981838 0.035367202 0.008899255 0.11790665 -0.02067537 -0.037476897 -0.01282617 0.05196867 -0.03412552 -0.071157664 0.042516366 -0.02406643 -0.095720105 -0.028105607 0.047684796 -0.066195905 0.077126324 -0.05301691 0.07186034 0.058939274 -0.0719116 0.03161075 -0.05282677 0.045647845 0.07089147 0.0646219 0.13541417 0.053648494 0.12140518 0.0869804 0.045538723 -0.11284404 -0.07904919 0.03577889 -0.012010398 0.02459716 0.027946884 -0.017872911 -0.008580485 0.06876028 0.058345713 -0.026687017 -0.033431105 0.07842587 0.057702553 0.030142557 0.0038409398 -0.013016307 -0.13488509 -0.086312436 0.08502116 -0.001597501 0.030628648 -0.04341745 0.002691849 0.02661923 -0.024840206 -0.19048455 0.022442821 -0.020961404 0.03464964 -0.040497605 0.010308255 -0.07661213 -0.007272671 -0.008859574 0.119057395 -0.03346583 0.04129122 0.045418028 0.04139869 0.030898146 -0.0043690256 -0.07709821 0.0678377 -0.06797493 0.036919713 0.08669437 0.08719203 -0.034388408 -0.02772864 -0.03064022 0.0147409355 0.11140065 -0.020657184 0.06866439 0.0079224445 0.0053947754 0.04719044 0.02317361 0.031428877 -0.08705976 0.09891111 0.033748552 0.03938819 -0.034824897 0.024499612 0.01242407 -0.04230804 2.1029191e-05 0.046973847 -0.009448173 -0.14943638 -0.09968819 0.085854456 0.018934373 0.03025664 -0.008084144 0.028642952 0.03291691 0.054261893 -0.030063195 -0.041735977 -0.026599389 0.03172318 -0.027083825 -0.07369889 0.07980478 0.08164828 -0.011313338 0.061634265 -0.013356901 -0.06273706 -0.06495754 -0.06125564 -0.09925335 -0.03013925 0.041372236 0.007818944 0.028657833 -0.03117922 -0.025982684 0.14615445 0.030691475 -0.060762938 0.0841085 0.030135944 0.09059962 -0.1042085 -0.01729754 -0.054587606 0.029489476 0.07888386 0.02538747 -0.032002598 0.005109735 0.067963354 -0.0111407265 -0.04436979 0.059288133 0.07730985 0.035418455 -0.02678622 -0.02856359 0.03392216 0.0851154 -0.039998285 0.09689234 0.060232207 0.015574234 0.035711102 0.009721475 -0.07902439 0.13035817 -0.07291685 -0.008201202 0.018074622 0.016492018 0.071721464 0.10114977 0.05538453 -0.07851846 0.062155075 -0.052623406 -0.03536224 0.028804982 -0.06665719 -0.046882913 0.019990876 -0.04433838 0.03591281\nđắm_say 0.035702 0.003980857142857142 -0.053504142857142854 0.03221771428571429 0.02075242857142857 0.03124714285714286 0.013928285714285714 -0.004067285714285713 -0.029518714285714287 -0.02486771428571428 0.039360285714285716 0.002806714285714285 -0.008131285714285714 -0.023265857142857144 0.022190714285714286 -0.006307999999999999 0.011657142857142856 -0.02956114285714286 -0.005587571428571429 -0.03802957142857143 -0.019681 0.0022124285714285722 0.0006238571428571431 0.01662257142857143 0.001853 0.02697257142857143 0.0027574285714285713 -0.0036337142857142857 -0.0029519999999999998 -0.019487285714285714 0.021438285714285715 -0.030772714285714285 -0.008924857142857142 -0.031124857142857145 0.01901614285714286 0.012129571428571429 -0.040841714285714294 0.03329128571428571 0.00568242857142857 0.027204428571428574 -0.018581571428571426 0.012166571428571428 -0.009059857142857144 0.001293 -0.026378142857142853 -0.03102371428571429 0.041379285714285716 -0.005009428571428573 0.005132 0.026112857142857143 0.010681428571428573 0.057486714285714294 0.02998428571428571 -0.03662714285714286 0.050667 0.0043487142857142865 -0.009377285714285715 0.034112142857142855 -0.01753942857142857 0.021653428571428573 -0.02217614285714286 -0.03190328571428571 -0.012284285714285716 -0.010972714285714284 0.01253842857142857 0.012757571428571427 0.038394428571428565 -0.016060857142857144 0.030459142857142858 0.011976571428571428 -0.04228085714285714 -0.013794571428571425 0.02658 0.013561857142857141 -0.049720714285714285 0.012235000000000001 -0.01875342857142857 0.027661857142857144 -0.019043428571428572 -0.01651657142857143 0.013259428571428571 -0.0019421428571428571 -0.0012818571428571425 0.03199085714285714 -0.023910571428571427 -0.054441142857142855 -0.00786857142857143 -0.00922042857142857 -0.01359757142857143 -0.015065285714285713 -0.0036342857142857145 0.03479271428571428 -0.006764142857142857 -0.017945428571428574 0.004744857142857142 -0.014016142857142855 2.6000000000000354e-05 -0.028157285714285718 -0.0038822857142857136 -0.008542571428571429 -0.014890142857142855 0.008143857142857144 -0.0027311428571428578 -0.015157 0.016174285714285714 -0.004676 -0.01785542857142857 0.009452285714285715 0.04152528571428571 0.005572571428571428 0.033860857142857144 0.022775857142857143 0.019242428571428574 -0.008984571428571429 0.010134 0.0050461428571428575 -0.019351142857142855 -0.002210857142857143 -0.007771 -0.04494942857142858 0.007641857142857144 -0.0035112857142857138 0.045478714285714296 0.024913714285714286 0.032718285714285714 0.012446571428571428 -0.013141285714285713 -0.014172714285714285 -0.011939428571428571 -0.008726857142857142 -0.014421999999999999 -0.006474714285714286 -0.023751857142857147 0.024041285714285716 -0.018005714285714285 0.018321285714285714 -0.020860285714285713 0.013666999999999999 0.0022405714285714286 0.04634814285714285 -0.007906571428571428 -0.0031347142857142854 0.026600142857142857 0.024695857142857148 -0.038662857142857145 -0.035913571428571434 0.04284085714285714 0.0004268571428571429 -0.004044857142857143 -0.040840714285714286 0.004995285714285713 0.009833428571428571 0.024998999999999997 0.03072 -0.004796000000000001 0.008971999999999999 0.00167 -0.021051571428571426 0.005271142857142857 -0.024544142857142855 -0.011376285714285716 0.01452142857142857 0.020447857142857146 0.006906857142857143 -0.014465142857142855 -0.007716285714285715 0.022790428571428573 -0.030101857142857142 0.02692785714285714 0.027322571428571425 -0.03298971428571428 -0.02493771428571429 -0.013454285714285716 0.02807357142857143 -0.024712428571428576 -0.025451571428571428 -0.0039049999999999996 0.0036442857142857145 -0.02271185714285714 -0.02618971428571429 0.036305 -0.005518142857142856 -0.004316428571428572 -0.007544285714285714 -0.010476571428571429 -0.010429571428571427 0.0011138571428571428 0.011214 -0.06572914285714286 -0.008236857142857143 0.010567857142857143 0.02773628571428571 -0.032573000000000005 -0.029272 -0.013520571428571425 0.03498885714285715 -0.005473 0.0028867142857142863 0.009524142857142858 -0.00017500000000000003 -0.043653571428571424 -0.033899428571428566 0.012689142857142855 0.027494428571428576 0.022720999999999998 0.004914571428571429 0.014784142857142859 -0.011413000000000001 -0.008312285714285715 0.03192242857142857 -0.035359428571428576 0.0013294285714285712 0.00038514285714285734 0.018208571428571428 0.007099571428571428 0.05693771428571428 0.009471714285714286 -0.024547285714285712 0.0037761428571428573 0.010671285714285713 0.009223714285714285 0.009572571428571429 -0.003733571428571429 -0.007099714285714285 -0.016010714285714288 -0.004519142857142858 0.008136714285714285 0.013723 -0.008729142857142855 -0.01835785714285714 -0.00041042857142857146 -0.006710571428571429 -0.012885428571428572 -0.03539485714285714 -0.03873457142857143 0.00922985714285714 -0.014655857142857142 -0.04312071428571428 0.02744342857142857 0.026921000000000004 0.002742285714285714 0.030405428571428576 -0.016467285714285716 0.010253714285714286 0.005501428571428571 -0.012715428571428572 0.03803371428571429 -0.002460571428571429 0.031764714285714285 0.053971428571428566 0.013786714285714286 0.013702285714285712 0.010443571428571429 -0.048286142857142854 -0.03447328571428571 -0.022426571428571428 -0.007564285714285715 0.020196142857142857 -0.018473 -0.03326342857142857 0.008520857142857143 -0.003727857142857143 0.023933714285714287 -0.02144357142857143 -0.030397 -0.02064757142857143 -0.02148514285714286 -0.010815999999999997 0.0018968571428571428 -0.0006154285714285715 0.02023285714285714 -0.007855714285714284 0.008901142857142857 0.0018198571428571428 0.017402857142857144 -0.00016099999999999993 0.008795142857142856 0.025696142857142855 0.03737185714285714 -0.04898142857142857 -0.002048714285714286 -0.013250857142857144 0.008211857142857142 0.02059357142857143 -0.030653999999999997 -0.0010755714285714286 0.004717285714285714 -0.004603 -0.030251142857142855 -0.01348042857142857 0.012580000000000003 -0.04157171428571429 0.014565999999999999 -0.0641227142857143 -0.009638571428571429 0.009994 0.012000142857142859 0.007542714285714285 0.03847642857142857 -0.0017545714285714287\nđẹp -0.043797694 0.07805925 0.12294768 -0.007069834 -0.066468365 -0.04110929 -0.04156636 0.050018 0.08855939 0.017918598 0.03758985 0.010439271 0.1337657 0.01094371 0.10348272 -0.009599093 0.105288155 -0.1211464 0.007295668 0.12632169 0.02526766 -0.10335392 -0.010437609 0.10257482 -0.06233188 -0.06071344 -0.028217841 -0.0117658125 0.053057518 -0.068142906 0.031222036 -0.013127258 0.083741456 0.1016212 -0.07721159 -0.060270913 -0.13121234 0.09007396 0.016539078 0.08418398 -0.033804484 0.02270807 0.044285927 -0.022305015 0.095321946 0.004008712 -0.064149775 -0.011758749 0.01675868 -0.06766921 -0.0056024315 0.061388656 0.09335239 0.071176186 0.0047377385 0.11352996 -0.05367456 -0.020962892 -0.02116442 0.033968613 -0.05514134 -0.025884705 0.05235737 -0.04502763 0.0064906017 -0.038433354 -0.02669912 -0.07507583 -0.0008013476 0.023823734 0.06208465 0.06333744 0.047824066 -0.015739828 -0.011583192 0.040614825 -0.08899984 0.050747234 0.0545887 -0.08531211 -0.027773235 -0.026391638 0.0025749663 -0.0615424 -0.027663123 0.03523802 0.048229195 0.02971786 0.07223991 0.019577347 -0.06442194 -0.048910644 0.025194945 -0.05225349 -0.052621223 0.07693943 -0.07311458 0.08986827 -0.07636393 0.054493133 -0.06899264 0.057854675 0.05443496 -0.13944376 0.013696726 0.048781835 0.0008184046 -0.04624094 0.0999342 0.033654895 0.060840175 -0.05178811 -0.0072713606 -0.024606988 0.056919757 -0.049577553 -0.02424133 0.017722266 -0.05233244 0.013166109 0.061241146 0.045106575 0.068394296 -0.010181234 0.052008335 0.06787697 0.008249698 0.039276857 -0.048006892 0.02411252 -0.08670203 -0.041900855 -0.009523677 -0.097571984 -0.044080246 -0.03498871 -0.032416653 -0.08501502 -0.016049182 0.010262468 -0.003918752 -0.0043334393 0.08439382 0.019776588 0.10936646 0.0554883 -0.022820259 0.058617152 -0.021563316 0.0041522733 -0.03740287 0.013079681 -0.076669335 0.002404396 0.053032584 0.025228187 0.06242122 -0.05143284 -0.05080541 0.043434117 0.08490075 0.0045463922 0.1600119 -0.037363395 -0.003430726 -0.07131331 -0.027548855 -0.057407994 -0.06944971 0.029300265 0.04132744 0.005570229 0.0075327214 0.046263795 0.06477928 -0.044470835 -0.05575631 0.054397564 -0.0695432 0.09976799 -0.0020742253 0.047749273 0.033118878 0.005265654 -0.06103131 -0.06328758 0.08963974 -0.06806603 0.026524603 0.06912561 0.084755324 0.018874498 -0.05069945 0.15467872 -0.01905982 0.0734366 0.012844498 0.12949625 0.052093513 -0.0007268036 0.022338258 -0.03519647 0.01856639 0.05908045 -0.029655533 -0.10825703 0.06950996 0.017649135 0.12528704 -0.05891217 0.005938378 -0.044115566 -0.010476875 0.025053669 -0.06731187 0.0717226 -0.016487762 0.10631033 -0.021384643 0.13720202 0.01087515 0.0033370266 -0.10537957 -0.019110097 -0.01251146 0.028893057 -0.00029084194 0.08698665 0.018953446 0.0522244 -0.07387706 0.07336804 0.031905565 0.052671086 -0.005188783 0.069780044 0.031766366 -0.0893094 -0.034068335 -0.019762669 -0.045952156 0.045368355 0.06486862 0.061372034 -0.01269408 -0.084042706 0.018987104 0.07527943 0.011324532 0.0254588 -0.03385019 0.096678615 0.00082721363 -0.0031224114 -0.007763957 -0.061559018 0.04361279 -0.049178656 -0.08671449 -0.11601891 0.00024783582 0.0566933 -0.001697371 -0.0036607152 -0.04683098 0.0034481776 0.0054771528 -0.0057846364 0.06661587 0.009078241 0.059286136 0.034591887 -0.049282536 0.016433744 0.004241194 -0.005504785 -0.018557666 0.06882436 -0.072414435 -0.03164379 0.034498397 0.113789655 -0.028903445 -0.10812822 -0.009741616 -0.04772434 -0.029541265 0.03466876 -0.018338688 0.026805079 -0.05367456 0.059824232 -0.041138377 -0.003996246 0.029152757 -0.060939897 0.05608249 0.06717059 -0.019441266 0.05251319\ngiận -0.045808874 0.028460657 -0.010134199 -0.093375675 0.03131066 0.067622945 0.014789032 0.032197326 -0.016474385 0.030233992 -0.011171326 -0.0693843 0.047645543 -0.05046302 0.07732494 0.038939767 0.016306465 -0.06097123 -0.12845723 0.015557592 0.030704714 -0.056642305 -0.033979222 -0.011939201 -0.07529827 -0.06857124 -0.06341898 0.025561016 -0.03558652 -0.043871213 -0.008366512 0.012369526 0.060012672 0.025223808 -0.026642818 -0.093093246 0.14871195 0.09432054 0.0026232006 -0.089178555 -0.04431626 0.092848465 0.023536058 0.011226444 0.0150849875 0.1531898 -0.016872017 0.014536212 0.025497682 0.009484604 0.017276322 0.0036620395 0.09157838 -0.10770785 -0.02050119 0.008353332 0.052325364 0.03723148 0.033313364 0.06869961 -0.061387178 0.021733625 0.031699218 0.0030745796 -0.071628354 -0.051472932 0.00502696 0.11212407 0.06277709 -0.00071979256 0.021579571 0.06705979 -0.017678576 -0.051094644 -0.012657949 0.008526044 -0.086852334 0.054066177 -0.0009357081 0.04593554 0.01766317 0.036776163 0.065871865 0.0161697 -0.06359186 -0.021182453 0.059149966 -0.031252462 0.0019063351 0.05223978 0.07997809 0.013315076 0.032606427 -0.0024722277 0.032245256 -0.0550487 -0.035410214 0.0754917 -0.022680202 0.057540957 -0.055103477 0.05527636 -0.0127770845 -0.08183701 0.03406652 0.056332488 -0.012654183 0.022483354 0.010257271 0.008752333 -0.049245995 -0.04564797 0.017271187 0.027262459 0.018508757 -0.04957293 -0.0331285 0.02497732 0.03744373 -0.0050105276 0.019373171 0.05670393 0.076304756 0.04913987 0.00700125 0.0068738987 0.105439834 -0.08216738 0.04912446 -0.03195769 -0.06931412 -0.031245615 -0.0034049402 0.03397751 -0.09699082 -0.0012837336 -0.023142364 0.0104097845 0.0113733085 -0.06369285 -0.03885076 -0.0020578217 0.04292635 -0.01900173 0.037666254 0.106465146 0.1394841 0.1327913 -0.037454 -0.0038777154 -0.019213982 0.008974342 -0.026680477 -0.0054025096 0.06719331 0.06691943 0.003077147 -0.10984749 0.107190914 -0.007872341 0.107493885 0.0020858939 0.06685439 0.04484518 0.060466275 0.04582599 -0.027900929 -0.093918286 -0.06979682 0.044482294 -0.035271566 0.03910067 -0.0048388424 -0.098127395 0.008684378 0.043272115 -0.10015235 -0.041305356 -0.035379402 -0.010476542 -0.020295786 -0.006657538 -0.1265949 0.038847335 -0.040654905 -0.04125914 -0.053908702 0.08201161 -0.020905156 0.060457718 0.09526883 -0.010598074 -0.025538763 0.021505967 -0.13907842 0.08373873 0.11643759 0.091340445 0.0028734533 -0.03966896 -0.093765944 0.12577157 0.0917427 -0.0386813 0.012868661 -0.0025410384 -0.04867086 0.030225435 0.07568341 0.0062424475 -0.09544685 -0.04865374 0.06910872 -0.04832509 0.0048859147 -0.07098133 -0.038486164 -0.00065283035 0.012934905 0.11427398 0.078211606 -0.082775034 -0.100640185 0.05970285 0.057677895 -0.016379215 0.0021124254 -0.016012052 0.053275365 -0.033042915 -0.06354907 0.048138514 0.00657743 0.052885097 0.028893722 -0.059115734 0.007118845 -0.0032330842 -0.007123466 -0.036125712 0.042251933 0.076754935 0.06110303 -0.08609234 -0.048966985 -0.07230449 0.07918386 -0.0025941017 0.013214427 -0.02231903 -0.0019205423 0.009876072 -0.0698516 -0.034535527 0.04664419 0.06903683 0.093702614 -0.0998237 -0.053360954 -0.1266257 0.08451585 0.083481975 0.14750005 -0.04795536 -0.06832817 0.074724846 0.030388048 -0.062354293 -0.049673922 0.05287996 0.06690403 -0.02605399 -0.052594103 -0.031711202 0.033845708 -0.0014566509 0.06480547 0.010431352 -0.018207494 0.072403766 0.10834974 -0.024522005 0.06110303 0.023299843 0.045988604 -0.067970425 -0.011387002 0.010749047 0.114352725 0.08941135 -0.094815224 0.036492016 -0.070686914 -0.0036189044 -0.005000599 -0.06683043 -0.02205885 -0.08165728 -0.00027450747 -0.081503235\nđà_nẵng 0.01790522 -0.030853065 0.037452172 -0.07947007 -0.0730963 0.06952133 -0.054463204 0.009453177 0.04953623 -0.11084712 -0.037942186 0.027303137 0.1384364 -0.046939507 0.048611637 -0.006579972 -0.009893833 -0.05086857 -0.0054384517 0.024974672 -0.08008527 -0.059620883 -0.09075293 -0.026394643 -0.093050994 0.03495381 -0.044378553 0.023050379 0.12316546 0.00011442924 0.035155896 0.04582356 -0.0019664983 -0.015392374 -0.05271775 -0.055343088 0.015918335 -0.050133545 -0.0067722225 0.016440183 0.009449958 -0.025271542 0.01311595 0.018397024 0.090101965 0.115033716 0.012743789 0.0049681086 -0.030828027 0.0940972 0.0075036683 0.08972104 -0.012913506 -0.028234882 -0.09091567 -0.021496281 -0.02536096 -0.0029939204 0.0068800617 0.07595412 -0.0005461522 0.00016268142 0.06380032 -0.077703156 -0.09473386 -0.032902543 -0.03933891 0.046141893 -0.07687692 0.06282386 0.037802693 0.10125249 -0.015141465 0.058426246 -0.020664686 -0.12567991 0.0139142815 -0.014148737 0.023724597 0.0017587785 -0.052515663 0.011577768 -0.009213535 0.058009554 -0.01580531 -0.088206284 0.09794578 0.1016817 -0.056915067 0.051975574 -0.11117797 -0.07429093 0.0047247107 0.03626648 0.056106724 0.016431957 -0.07166738 0.012278275 -0.05086678 0.055965442 -0.092339225 0.05408407 0.0067427144 -0.15905996 -0.016887635 0.0042042932 0.053177364 -0.070660524 -0.050092414 -0.034199115 0.04221283 -0.050589584 0.12598573 0.049496885 0.045866482 -0.021206563 0.03773116 0.069812834 0.008198631 0.039610744 -0.030847698 0.00025820575 0.10838275 0.06347841 -0.030393451 -0.015304386 -0.003318332 0.047334738 -0.04951119 0.15809065 -0.010015622 -0.052218795 -0.02287154 0.013992612 0.018209245 0.028242035 -0.14761971 0.09567812 0.007187841 0.06511835 -0.015607873 0.01165127 -0.035422366 -0.08514101 0.12416874 -0.010375264 0.021324595 -0.032151423 0.07918035 -0.056578852 -0.028132943 0.054495394 -0.108402416 -0.07395293 0.12271479 0.06995054 -0.105355024 -0.020729067 0.056598525 0.0027440842 -0.017870348 -0.023272138 0.05376753 0.09254846 -0.034935925 0.11741941 0.09421344 -0.039059922 -0.12246084 -0.016738664 -6.133951e-05 0.045456942 -0.042232502 -0.0038736225 0.053202398 0.11034996 -0.06666887 0.08247811 -0.00898498 0.12268439 -0.027052766 0.03582475 0.0035969608 0.069784224 -0.052326094 -0.025192853 -0.057008065 0.006679227 0.0033381828 -0.011967097 -0.09664921 -0.015070109 -0.0778641 0.031516552 0.058143683 -0.013039944 -0.0034934138 0.07224861 -0.07050315 0.021399708 0.04801432 -0.015988082 0.02474397 0.073153526 0.035785407 -0.011542895 0.0895726 0.007287454 -0.054708213 -0.04359703 -0.102232516 -0.01791774 0.08380688 -0.004262952 -0.03159524 0.03217646 -0.10057291 -0.010847574 -0.020872137 -0.122577086 0.061133847 0.02864442 -0.05377647 -0.08445069 0.06983609 0.016401734 -0.039551724 0.028724896 0.074131764 0.04868854 -0.14814013 -0.00020764835 0.045837868 -0.028279591 -0.009412402 0.05437915 -0.042230714 -0.06961969 0.04507602 0.070494205 0.0074868575 0.037425347 0.055961866 -0.032337416 -0.04661939 0.054221775 -0.011552552 -0.039607164 0.14102776 0.0021219081 -0.0031829518 -0.048493605 -0.0035755003 -0.024275417 -0.010189809 -0.02727989 -0.040002394 -0.015343373 0.013397798 -0.03328168 0.07444473 -0.06455501 -0.06366261 -0.041835483 -0.08317022 0.011037857 -0.023467071 0.044516258 -0.005606738 -0.00213085 0.031588085 -0.06378064 0.04005247 -0.0007306947 -0.04761909 0.018642033 -0.09411508 0.06365725 0.0024940693 0.04091268 0.023184508 0.051544577 0.00035095093 -0.025085552 0.08221523 -0.010336992 -0.034737416 0.15484834 0.0070102555 0.07018303 0.008976396 -0.035794348 0.001741306 0.0007454667 0.018350527 0.030237863 -0.035245314 -0.03704442 -0.015493775 -0.014021405\ncậu -0.08036337 0.00078773126 -0.05742215 -0.07967243 -0.037764512 0.028935902 -0.005126954 0.03711525 -0.010589066 0.10433332 0.03974519 0.012754214 0.085487254 -0.049062937 -0.033184603 0.048565026 -0.015226882 -0.09308095 -0.09622635 0.007011341 -0.060593866 -0.12824623 0.0018731785 0.008814352 -0.05766123 -0.025547033 -0.059681393 0.11713644 -0.0114188455 -0.014111736 -0.047961827 0.01749578 0.09294277 0.058439907 -0.029920759 -0.0726578 0.018941259 -0.00141907 -0.044818625 0.0053645037 -0.038951162 0.019862067 0.005491943 -0.013193341 0.055757325 0.061466858 0.06961989 -0.035588615 -0.03919683 0.043517914 -0.0149375675 -0.08574608 0.058233723 0.021732854 0.032052785 -0.078012 -0.018002246 0.0050872527 0.023132052 0.054654025 -0.0503461 -0.17898057 0.038014565 -0.068459556 0.026891613 -0.021538734 -0.12396463 0.05196925 0.017157113 0.030308997 0.047354244 0.17654586 -0.022474019 -0.05476808 -0.023026766 0.044838365 0.06434465 0.061100554 0.09023606 -0.008268623 -0.034180425 -0.014134548 0.01977038 -0.07166637 -0.060826372 0.026744653 -0.0024766168 -0.027110957 0.092146546 -0.025540452 0.1031686 0.0116509115 -0.007911092 0.042015404 0.015037588 0.03495471 0.016620377 0.03003043 -0.103594124 0.017825674 -0.049626652 0.08405932 -0.07252839 -0.04650538 0.0346235 -0.039727643 0.0319475 -0.0630593 0.045777157 -0.087700434 -0.052997973 -0.054629896 -0.08812158 -0.028534502 -0.011156948 -0.020037541 -0.0012610104 -0.035424106 -0.08696344 -0.045200285 -0.08625934 -0.05297604 0.14233692 -0.06033943 -0.03918367 0.022261254 0.014362666 -0.032015495 0.020954182 0.03139475 0.0838663 -0.13073799 0.06514965 -0.06035259 -0.099575736 -0.08136797 0.12840416 0.06604896 0.064324915 0.0076768314 -0.038512476 0.022559563 0.1273206 -0.056470193 -0.010036099 0.058942202 0.054504868 0.050541315 -0.028503794 0.009940026 -0.010358974 0.03461034 -0.01494327 -0.028286643 0.025024993 0.017506747 0.06115758 -0.017057091 0.028277868 -0.047242377 0.05463209 -0.019088 0.11192482 -0.013547363 0.08940255 -0.022392862 -0.03751446 -0.060567547 -0.015576079 0.080227375 0.016722811 0.08634489 0.004828646 -0.040346194 -0.04510816 0.17393127 -0.010015261 -0.032019883 -0.01731153 0.028117748 -0.058012184 -0.04040103 -0.04507745 0.07636034 -0.15868683 -0.026865292 0.03354652 -0.0133431535 0.0011938034 -0.056832112 0.044513736 0.031089863 -0.07060035 -0.030877098 0.07505085 0.059510306 0.054452226 0.059139613 -0.061102744 -0.06588226 -0.024031363 0.05469131 0.07452881 -0.025693992 0.0365976 0.09762796 -0.07985449 0.07409012 0.06093824 0.08217735 -0.10955152 0.0031796151 -0.009283529 0.03984609 -0.06987871 0.094440885 -0.061490986 -0.050030246 -0.08354606 0.040118076 0.017220942 -0.045902185 -0.021000244 -0.111143954 0.055197995 -0.11279562 -0.06053245 0.025573354 -0.01622468 0.026928902 0.042884007 -0.015288518 0.048705406 0.015699789 -0.04277653 0.004129157 -0.048161432 -0.05604028 -0.0069174618 -0.0064476263 0.009327617 -0.0331517 0.03319118 -0.032008916 -0.07310966 0.01151426 0.06425472 -0.103591934 0.00018063224 0.06594367 0.037646066 0.034066364 -0.08626154 0.05467815 0.046849754 0.011421259 0.08221902 -0.06400248 -0.051598556 -0.07467797 0.048786562 0.007564089 0.06835207 0.020498164 0.09931691 0.011094655 0.057310283 -0.021048939 -0.023805438 -0.032467347 0.09611668 0.004380745 0.049466528 0.015052284 -0.002504254 0.056171887 -0.03518941 -0.059426956 -0.00058185466 0.016132994 0.04856941 -0.0061962577 -0.04940073 0.0053824903 0.024746425 -0.04323057 0.0019975028 0.035163086 0.025323302 0.12448229 0.032682303 0.070391975 -0.09827722 -0.030124748 0.028122135 -0.050028052 -0.061269447 -0.078781895 -0.029885663 0.028595919\nbé -0.14693412 0.013599428 -0.06200521 -0.091307834 0.02005298 0.018185446 0.0010826087 0.0032253936 0.007817577 0.0043444685 -0.0036308803 0.020815473 0.15269217 -0.082747325 -0.045218024 0.12859474 -0.03878595 -0.07326826 -0.025624115 0.06735925 -0.04690631 -0.15135472 -0.048537187 0.025798472 -0.026770193 -0.0478993 -0.1271361 0.10517135 0.009375309 -0.052547403 -0.027905641 -0.020056807 0.12791857 0.036806356 -0.034960724 -0.020590086 -0.031475708 0.026355565 0.062164683 0.020217981 0.0007865206 -0.000980461 0.022485686 -0.060416862 0.074161306 0.011839697 -5.378491e-06 -0.0017816531 -0.0018884361 0.04443767 -0.096532166 -0.049736425 0.08468014 -0.0037325176 0.0728515 -0.074061364 -0.08637268 0.0033712583 0.0153763825 0.040859096 -0.041775536 -0.15369153 0.05244534 -0.05878386 0.039681125 -0.02864772 -0.09527765 0.01908551 0.050106402 0.052239086 -0.00027948167 0.10897531 0.02695093 0.017975578 -0.05533499 0.0199641 0.0875783 0.060667764 0.10323004 0.027212465 0.03856694 -0.051847845 0.021010881 -0.10719559 -0.04983636 0.010030849 0.065571025 -0.03377212 0.088435195 -0.0540911 0.013239232 0.036751073 -0.0017946236 0.039553545 0.004384443 0.057788745 0.015897753 0.025224369 -0.053510617 0.040733647 8.9579145e-05 0.054461077 -0.021275818 0.012056155 0.0023742334 -0.015311104 0.00033621152 -0.01937639 -0.019456126 -0.068392634 -0.042011555 -0.044588637 -0.110317014 0.0028726396 0.0049494025 -0.005220294 -0.040055353 -0.036697917 -0.1270319 0.016170982 -0.07804394 -0.076604426 0.10804399 -0.07033183 -0.007169904 0.009418898 -0.1057816 -0.022910947 0.00461536 0.032851428 0.075035214 -0.07723169 0.03175213 -0.08588788 -0.08822256 -0.07848621 0.07420596 0.081977606 -0.01511187 -0.02863709 -0.018197564 -0.02928774 0.11528832 -0.03130773 -0.010418475 0.08537119 -0.053684976 0.096136674 -0.07286213 0.018800799 0.011230511 0.08692977 0.0831088 -0.056281194 0.0340294 0.057565484 0.054509982 0.005441855 -0.06754637 -0.05328523 0.024529066 0.0008665973 0.14837363 -0.01728623 0.06277919 -0.040986676 -0.031784024 -0.012583905 -0.1088775 0.06184574 -0.010187983 0.059742823 0.0041920124 -0.032685578 0.014173105 0.13693412 -0.0025547568 -0.0076691606 -0.04988952 0.08075923 -0.019240092 -0.02017992 -0.052630328 0.013393177 -0.14028516 -0.019971117 0.10161404 -0.028773174 0.036612865 0.0002715718 0.03225819 0.05037857 -0.06743155 -0.026780825 0.062704764 0.039651357 0.068577625 0.06732523 -0.113750994 -0.008564549 0.0023049158 0.011283243 0.10849902 -0.0796493 0.033550985 -0.015840767 -0.04020207 -0.011029575 0.034050666 0.07432928 -0.059798107 -0.0071784095 -0.04371685 -0.009167781 -0.032957744 0.10082518 0.020649834 -0.07208815 -0.08473968 0.02897092 -0.015789948 -0.06077408 -0.041205686 -0.021248389 0.074914016 -0.09940906 -0.029764032 0.037465513 -0.019868629 0.045171246 0.014132493 -0.008651939 0.053085357 0.039627966 -0.007610262 -0.036834 -0.025955819 -0.03728903 0.06607709 0.033263933 0.03792692 0.007899652 0.0060493406 -0.06954509 -0.09743372 0.02390606 0.07434842 -0.10422727 -0.053891227 0.07723381 0.06338306 0.012574549 -0.07449088 0.00077357143 0.004162457 0.035800613 0.0857114 -0.050333917 -0.09951538 -0.09262615 0.035132956 0.03627053 0.025015991 -0.0070610372 0.06708495 -0.029740643 0.0050808084 -0.018422741 -0.0029379171 -0.0142947305 -0.0042845067 0.025466768 -0.023215009 0.007831823 -0.032047685 0.042889718 -0.01334172 -0.017348956 -0.062749416 -0.0072145564 -0.00023750839 -0.0024127194 -0.0747269 -0.008368502 0.03252823 0.04103558 0.047831256 0.014405086 0.011128448 0.080467924 0.09368079 0.09232421 -0.0939317 -0.018619424 0.08211369 -0.06817788 -0.07388063 -0.10048072 -0.06389975 0.028052356\ncô 0.016424045 -0.0044595534 0.02060663 -0.10757088 -0.006335338 0.053082082 0.0020323745 -0.02391484 -0.030564439 0.06597907 0.062072683 -0.048435055 0.11716068 -0.048298758 -0.010563183 0.11826907 0.08270786 -0.09261655 -0.03164197 0.10105424 -0.019595701 -0.0766644 -0.12482172 0.023382759 -0.0807431 -0.061154593 -0.06936855 -0.0069427695 0.030651875 -0.045379896 0.0053133518 -0.013215101 0.15488468 0.088455565 0.042929083 -0.06788211 -0.034051638 -0.0024995203 0.035746377 -0.029533194 -0.03050529 0.0650584 0.026141146 -0.026825214 0.07819713 0.035792667 0.022110034 -0.005618096 -0.11324658 0.01368649 -0.019301243 -0.023419535 0.05330325 0.07735105 0.06312193 0.01904279 -0.049301714 0.011194274 0.030896185 0.09032518 -0.075916044 -0.09962695 0.087488614 -0.024256874 -0.0010053219 0.0017002932 -0.07313348 -0.06156349 0.06216012 0.036175847 0.10504806 0.096558936 0.022407064 -0.016721332 -0.06523585 0.02171914 0.06667342 0.019166488 0.09936464 -0.023139479 -0.045577917 0.03876553 0.0075149685 -0.15129718 -0.046969198 0.046550013 0.028720543 -0.023957787 0.0912407 -0.063788 0.05940585 -0.052192282 0.023705248 0.03056701 0.018744474 0.09756961 -0.04389861 0.07897378 -0.07016062 0.012846579 0.031600825 -0.026935795 -0.07278888 -0.0325292 -0.0463057 -0.009727901 0.01513229 0.059657875 0.063649125 -0.06250472 -0.02347611 -0.0722694 -0.068028696 0.032801803 -0.0011996381 -0.03196086 -0.06484239 0.06643169 -0.0050209514 -0.07832828 0.0029795505 -0.038014602 0.06193381 0.011275539 0.05960644 -0.038914688 -0.042113863 0.031400234 0.065351576 0.02819592 -0.050783 -0.08163547 0.0008529497 -0.091310136 -0.06896222 -0.050407536 0.058966093 0.10798749 -0.016557517 0.046861187 -0.0056399554 0.06821129 0.15638654 -0.1040271 0.0058806646 0.021252379 0.01003213 0.10650106 0.028144486 -0.025026836 0.019636847 0.062046967 0.0026511468 -0.053264674 0.11469701 0.054216195 0.0062535587 -0.06315022 -0.06403745 -0.045611348 0.038500648 -0.010963851 0.11996896 -0.07302548 0.09988669 -0.053436976 0.04833219 -0.096484356 -0.020647518 0.06832187 -0.028188204 0.088561006 -0.01014297 -0.051029883 0.01273754 0.042211585 -0.046400856 -0.0430551 0.019285813 0.017969884 -0.02599456 -0.08004617 -0.057459086 0.04714407 -0.05050526 -0.041738395 0.068146996 -0.0016529484 0.051474784 0.039171856 0.071557045 0.027596718 -0.08723145 0.08439745 0.022825733 0.05656414 0.06761466 0.11221791 -0.031662546 -0.14238116 -0.04850449 0.11361176 0.05339583 -0.081460595 -0.00533624 0.012370561 -0.021780087 0.055347737 0.09065178 -0.030528435 0.029018857 0.053377826 0.03499802 -0.005532459 -0.00742496 0.1638547 -0.07305376 -0.018253284 -0.0015073142 0.022424037 0.025219455 -0.058405466 -0.031017054 -0.08068652 0.05838232 -0.04443352 -0.026889505 -0.012397564 -0.03192486 0.008814182 -0.05492598 -0.013614226 0.031042771 0.02802876 0.02651404 0.051294766 -0.012462113 -0.040241677 0.021383792 -0.036098696 -0.071071 -0.0011923346 0.03908699 -0.033995062 0.0034488824 0.05773683 0.1192926 -0.03506231 -0.046863757 -0.047977295 0.0629522 0.06336881 -0.012446169 0.03605755 0.031366803 0.041676674 0.03301525 -0.06505583 -0.036656752 -0.061038867 0.07540686 -0.030667305 0.05460452 0.021863153 0.09703984 -0.0027115813 -0.041769255 0.008767121 -0.01014297 -0.011038173 0.066200234 0.020206733 0.02865368 -0.012891841 0.025207369 -0.011911516 0.0106837945 0.010654992 -0.017543241 0.02737041 -0.034018207 0.040167097 -0.08544927 0.017077252 0.027414128 -0.0061355187 -0.0009097324 0.012122651 -0.14547747 0.084009126 -0.040190242 0.11646633 -0.0072935466 -0.043096244 0.04944058 -0.108805284 0.01844873 -0.08965912 0.029517764 0.04313482\ngái -0.075459816 0.12198829 0.01626295 -0.115438595 0.017398998 0.024213467 0.023060251 0.00030961083 0.036634255 -0.02329453 0.077643044 -0.0053686076 0.16990021 -0.10427402 -0.000729595 0.037979335 -0.0034178372 -0.011386125 -0.018420128 0.11546889 -0.0119877765 -0.049594283 -0.06569889 0.036353525 -0.03928604 -0.047142442 -0.10356513 -0.057105325 0.04271337 -0.07333112 -0.018963816 -0.14757511 0.19109835 0.040659398 0.034731753 -0.047639273 -0.06817901 0.03973642 0.050438493 -0.020345856 0.0062620966 0.046106365 0.0041659116 -0.003683016 -0.046970773 0.046894025 0.015846299 -0.053932473 0.025499977 0.018070124 -0.015036827 0.05213297 0.079798006 0.099113844 0.07532652 -0.0101743415 -0.07843879 -0.04759888 0.03596575 0.106158346 -0.06797705 -0.039542533 0.09324073 -0.025007185 -0.07663525 0.030034069 -0.061883796 0.028046744 0.041469272 0.079388015 0.07103276 0.07950717 0.0066446164 0.05260759 -0.0525369 -0.016540853 0.02082249 0.093515396 0.03719773 -0.0049523595 -0.038490303 -0.018500308 -0.010251491 -0.11100145 -0.029381726 -0.017969143 0.00023641907 0.03435206 0.034992285 -0.0036135402 -0.0067098504 -0.08721412 -0.024760788 0.022082746 0.05484939 0.0475908 -0.04306075 0.10513641 -0.017247122 0.023946874 -0.029506942 -0.018837184 0.039027527 -0.07687356 -0.059644014 -0.034166254 0.047293913 0.00882502 0.050468788 0.036242444 -0.052074403 -0.123123325 -0.07663525 0.03328165 0.017694067 -0.0013703663 -0.010149904 -0.009092016 -0.031413484 -0.007740271 -0.00089845713 -0.07387642 -0.036729176 0.0070216833 0.036220226 0.06364492 -0.056333825 0.043688856 0.1339587 0.070370324 0.05462723 -0.085323736 0.027119728 -0.075498186 -0.07077021 -0.03515184 0.040065624 0.093026645 0.031932533 -0.021751525 -0.008296076 0.094450496 0.12223468 0.030989358 -0.019257471 0.048031084 -0.029486747 0.11326748 -0.08339296 -0.013522904 0.025609037 -0.025413133 0.037751116 -0.04287898 0.03445304 0.062495746 0.013669531 -0.10227256 0.07048544 -0.10630376 0.03317865 -0.016380897 0.13124631 -0.027761973 0.062118072 -0.022238258 -0.025465643 -0.07184668 -0.04383023 0.08057758 -0.00039376924 0.08704043 0.09016482 0.0028987895 -0.013227633 0.06611292 -0.13077573 -0.042464953 -0.005678824 0.024833497 -0.014316825 -0.04051398 -0.11150838 0.079163834 -0.06935041 -0.041786354 0.11228795 -0.02155966 0.09025974 0.02525358 -0.036490858 0.14023371 -0.06955439 0.04327483 -0.044775423 0.027131846 0.11086007 0.054433342 0.031694215 -0.07094996 -0.054253593 -0.016574379 0.022973407 -0.05237129 0.001231112 -0.0018582103 0.009118877 0.01365297 0.09591271 -0.0598379 -0.036490858 -0.016667888 0.005933501 0.013291454 -0.04289514 0.027479224 0.008124406 0.0026960177 -0.025800904 -0.062178664 0.05528361 -0.06378226 -0.07964249 0.0071406397 0.08330208 -0.012838247 0.006566658 0.05467974 -0.0024791083 -0.020462994 -0.038498383 0.08553782 0.08268609 -0.09551282 0.011301503 0.057676885 0.006157681 -0.072284944 -0.009370524 -0.01837186 -0.03255862 0.021848468 0.012837035 -0.0046726395 0.09813028 0.017436968 0.046734475 -0.053987 0.008820779 0.015871545 0.060726542 0.06285928 0.009676096 0.04186916 -0.0431173 0.039605144 -0.0066973288 -0.06618159 -0.056505494 -0.05742241 0.024144799 -0.020978002 0.0567014 0.030450115 0.038754877 0.0005619043 -0.06942513 -0.08344749 0.06224733 0.009422631 -0.060431674 0.00036406034 0.066928856 -0.052690394 -0.022914838 0.025394956 -0.015597075 0.07610408 0.0082682045 -0.0038437792 -0.025586821 0.059534952 -0.013629946 0.023532847 0.03319077 -0.03519223 -0.041515723 -0.02048723 -0.12360804 -0.015621715 -0.042089302 0.19446914 -0.05360125 0.017656503 0.047392875 -0.06292795 0.049864918 -0.029426157 -0.013789295 -0.021767681\nanh_trai -0.0398523 0.04264466 -0.064397275 -0.14651462 -0.057926144 0.057192776 0.019339852 -0.06266422 -0.011514476 0.077741 0.12901317 -0.06022761 0.13198043 -0.07633388 -0.038600206 0.009977583 -0.041714534 -0.0985297 -0.07201119 0.054293092 0.03296778 -0.044761293 -0.012248837 -0.07800135 0.046396963 -0.054163907 -0.014473388 0.011378733 -0.013536505 -0.036443826 -0.025161086 0.009994874 -0.022555541 0.047639117 -0.013834026 -0.06973357 -0.012795982 0.0006077416 -0.00421796 -0.04304414 -0.01084093 -0.004338399 -0.051401354 -0.041736398 0.04648441 0.08395773 0.008571265 0.009430041 -0.029692465 -0.03219665 -0.007451736 -0.007751443 0.011608283 0.008328995 0.11065909 -0.04616443 0.034979075 0.018029328 0.05740941 0.093837336 -0.0615274 -0.087195285 0.11643461 -0.031405646 0.0006995219 -0.061809618 -0.089272164 0.052724995 0.0132940365 0.004729926 0.113364 0.08235983 0.039854284 0.04296265 -0.081884824 0.0063882526 0.021400835 0.08768618 0.09470585 -0.055020496 -0.03633849 -0.03199393 -0.04053797 -0.14246222 -0.11416495 -0.008124686 -0.021090792 0.029803762 0.0017733795 0.020987445 0.12505417 -0.081475414 -0.039299786 -0.0097764535 0.019683084 0.041658886 -0.0020917885 0.0255387 -0.09125564 0.051305957 -0.029336713 0.03792646 -0.054151982 -0.06599717 -0.01624003 -0.03998347 0.032154914 -0.085557625 0.03713148 -0.022046756 -0.053792253 -0.037582632 0.10298953 0.023887131 0.022978868 -0.104597375 -0.06854706 -0.1031843 -0.033639535 -0.08397761 -0.0297978 0.009778043 0.05174121 0.013212352 -0.104265474 -0.021844035 -0.023426045 0.068103865 0.072786294 0.057856586 0.07162165 -0.13240574 -0.081382 -0.06426809 -0.1273139 0.05425732 0.080116 0.13507886 0.076824784 -0.09263493 0.036109935 0.018245762 0.07957541 -0.027553972 -0.007356537 0.110655114 0.096232206 -0.056465372 -0.028621232 -0.012182457 0.023487655 -0.036467675 -0.01423549 -0.0064526456 0.050371855 0.07632593 0.06602698 0.0050520916 0.028655019 -0.00658342 0.00018280742 0.072142355 0.044061713 0.019975835 0.08902374 0.0018356065 -0.08159068 -0.06534926 0.044620182 0.09711265 0.079171956 -0.04956893 0.0036491523 -0.06864644 -0.03351234 0.11490428 -0.06493985 -0.04700711 -0.0054857526 -0.03535868 -0.03660282 -0.017322792 -0.11241798 0.06294843 -0.042092152 -0.015549789 0.029094243 -0.014513137 -0.089455016 -0.038149055 0.017145311 0.08736621 -0.0911205 -0.02135115 0.03951642 0.018148974 0.06823106 -0.013984277 -0.05508211 -0.057800937 -0.009624413 -0.05561077 -0.019655855 -0.12203524 0.052140687 0.064488694 -0.025721546 0.06864445 0.005456537 0.049354285 -0.14101139 0.018195082 -0.012866338 0.006404152 -0.02743075 0.020154705 -0.055779703 -0.09416129 -0.013289068 -0.033679284 0.021951357 -0.075165264 -0.040410772 0.0065086917 0.0041146125 0.027188282 0.022265375 -0.09168095 -0.03207939 0.008351652 0.007639947 -0.009892123 0.1404867 0.013939162 0.039488595 -0.0009723189 -0.06695512 0.04338598 0.028168093 0.06584811 0.035919137 0.047611292 0.014764748 0.005085083 0.10437677 -0.050149262 0.017379235 -0.07873472 0.041324995 0.017258795 0.11046233 0.0020585982 -0.10336913 0.08415449 0.07401255 0.0084593715 -0.005046328 -0.026252193 0.001555277 -0.10741756 0.03300554 0.028645081 0.080177605 -0.047750413 0.035984725 0.0034710772 0.014733147 0.01960756 -0.07399267 -0.026148846 -0.025894454 0.043709934 0.03502479 0.00686683 0.046434723 0.026140897 0.03348849 -0.04884351 0.011190323 -0.013776588 -0.0050169136 0.014145061 -0.06917112 0.04701307 0.008398556 0.09560616 -0.060768194 0.031240687 -0.02027594 0.044429388 0.0005257395 0.056642253 -0.06851129 -0.009433221 -0.038178865 -0.0661661 0.006167447 0.06698096 0.049686186 -0.08363577\nem_gái -0.06148516 0.08541983 -0.0051264795 -0.07397274 0.027254906 0.068333365 0.069373846 -0.06670548 0.059294954 0.036004987 0.10595011 -0.039128225 0.17573406 -0.018730473 -0.04199358 0.023744846 -0.0081456695 -0.052294534 -0.032933682 0.105375245 -0.06743077 -0.13206066 -0.063985184 -0.07069907 0.001128019 -0.09563125 -0.026517076 -0.035827693 0.06461019 -0.010705148 0.027188644 -0.10604861 0.038150422 -0.009772116 0.058401324 -0.0907297 0.002884876 0.01863914 -0.007943662 -0.060749125 -0.016149502 0.06521908 -0.042657983 -0.0053163096 0.043777265 0.09629207 -0.004189508 -0.03043545 -0.08678804 -0.0083107855 0.024337616 -0.01000439 0.12645352 0.031295057 0.060827922 -0.018017715 -0.010976819 -0.016629808 0.10530899 0.12203729 -0.09673441 -0.090448536 0.08573682 0.012560287 -0.088824235 -0.023895277 -0.07168941 0.047643702 0.043055553 0.035705913 0.086046636 -0.015050102 -0.026527822 0.064434685 -0.042031188 0.03150638 0.018889857 0.05369856 0.060459007 -0.059864447 -0.040627163 0.020444313 0.042237133 -0.089067794 -0.10712491 0.026868083 -0.0068716602 -0.007380619 0.0893597 0.037120685 0.022770625 0.0030569765 -0.021097973 -0.021860873 0.017594 0.10982551 0.009556141 0.023850504 -0.046526212 0.0914532 0.010567074 -0.025315419 -0.03945953 -0.06456721 -0.018667793 -0.0111097 -0.03971383 0.008083527 0.055743705 -0.06096044 0.0011294158 -0.034772884 0.023854086 -0.002994655 -0.038028643 -0.028735936 -0.04818633 -0.029330498 0.00046936318 -0.078165114 -0.014785593 -0.028306132 0.027761715 -0.021226913 0.004440585 -0.021757005 -0.029495256 0.06173588 0.119954534 0.108091965 0.01606999 -0.13943538 -0.020496247 -0.13419177 -0.06939712 -0.00043689512 0.03161204 0.15530407 0.02384155 -0.03142221 -0.023103721 0.011834098 0.11848067 -0.029305426 -0.047581024 0.0051365085 0.060894184 0.052808505 -0.014856691 0.004062895 0.03787284 -0.048093203 0.053822126 -0.010605219 -0.016102403 0.06437201 0.07084771 -0.06642253 0.0015295269 -0.041597802 0.018519152 -0.0037330212 0.06323482 0.04085102 0.057138775 -0.083766885 -0.021250194 -0.10880293 -0.059321817 0.04068626 0.055372998 0.12947468 0.0005478023 0.014922056 -0.03962787 0.09210328 -0.08635824 -0.094477944 0.046647992 -0.020752339 -0.038791545 -0.07296987 -0.12397678 0.14804755 -0.006186482 0.025161406 0.0032353448 0.039552655 0.0708495 0.042849604 -0.016427621 0.10337845 -0.09352879 -0.024532817 0.021302128 0.011115073 0.08774973 0.040003948 -0.04007558 -0.064099796 -0.058933206 -0.005325264 0.029217673 -0.10604145 0.09749552 0.023918558 0.039853517 0.03330976 0.091836445 0.030600209 -0.043856062 0.0065262057 0.054534882 0.024994856 -0.023680374 -0.012855239 -0.04480342 -0.09191524 -0.00080434117 -0.082726404 0.018861204 -0.03996097 -0.028820107 -0.0514403 -0.021952206 0.025286764 0.01859795 -0.029869543 -0.07592656 0.015323564 -0.007481802 0.0077423705 0.12429913 0.0061198627 0.09480029 -0.029095897 -0.039801583 0.02035298 -0.026277103 0.07437031 0.06846051 0.057120867 0.06169648 -0.0022964035 0.09683111 -0.0045911954 -0.016560145 -0.050582483 0.007368441 -0.0076501416 0.029346615 0.045474987 -0.015689077 0.023619486 -0.0055378373 0.057036698 -0.030743476 -0.01646917 -0.08400865 -0.08477155 0.07653007 -0.054932453 0.06500059 -0.037023976 0.013384256 0.045446333 -0.10068502 -0.020956496 -0.042949893 0.018757336 -0.059977267 -0.026973743 0.12115799 0.013261045 -0.003440934 0.044332426 -0.056137692 0.06405861 0.05110183 0.002124303 -0.049131896 0.00025351235 -0.064980894 0.06708156 0.03022055 0.026024593 0.02827569 -0.014540248 -0.11021591 0.048553452 -0.011304903 0.08950655 -0.018422447 0.0011727543 0.019341152 -0.11130833 0.0686575 0.038125347 0.028664302 -0.03624496\nngười 0.04369242 0.06947802 0.02227145 -0.10719573 -0.08246602 0.085925065 -0.0056109205 -0.016023535 0.08384502 0.10410307 0.10382324 0.08748293 0.06286285 -0.059793275 0.0117728645 -0.03797447 -0.024922423 -0.085172094 -0.030372651 -0.051175956 0.07041562 -0.07703656 0.00075118075 -0.066760406 -0.13970612 -0.07583066 -0.043605875 0.102776 0.056691963 0.046952404 -0.0059934636 0.052350126 0.028567834 0.00047336103 -0.05938073 -0.001610316 0.041026738 0.038006205 -0.03238634 -0.058503706 0.040253572 0.039595805 0.043193325 0.069117405 -0.06901643 0.06740375 -0.10018533 0.03857454 0.04547243 0.03580788 -0.021694174 0.078698285 0.09090158 0.08726367 0.09937754 -0.0031792042 0.03750711 0.04753228 -0.13053201 0.0561294 -0.07091183 -0.016971815 0.060301024 0.028347423 -0.036312744 0.07842999 -0.0477573 0.027669175 -0.10523686 0.08450856 0.07107051 0.13148116 -0.03071019 0.020590397 -0.057133358 0.02569299 0.045553207 0.060699146 0.11564284 0.028795455 -0.07757605 0.061082844 0.036356017 -0.055950534 -0.059934635 -0.017181551 0.048943013 0.03873898 -0.05578609 -0.006559489 0.08791279 0.009686476 -0.014313054 0.06551123 0.020749068 -0.0080677355 0.029259065 -0.08058792 -0.012187142 0.029310994 -0.03287101 0.009166321 -0.015735619 -0.014173712 0.011804022 0.047431305 0.068892375 0.0063174423 0.10082866 -0.09043134 -0.029184056 -0.14613953 -0.0039419825 0.01535221 0.0808793 0.026896011 0.049384408 -0.051268276 -0.034105767 -0.04769672 -0.010991623 -0.02538286 -0.010370207 -0.047520738 -0.004066035 -0.02534074 0.04029108 0.07525944 -0.033096034 0.0800369 -0.0018251287 -0.03141123 0.008414794 -0.08455472 -0.124378435 0.011435326 0.019289289 -0.008885905 0.014178905 0.098563984 -0.012493523 0.038583193 0.028137978 -0.08044945 0.0010945175 0.018854816 0.09060444 -0.034050953 -0.07397564 -0.009989683 0.027839098 0.02740578 -0.041580647 0.08611258 0.042183597 0.012852409 0.044768505 -0.08460665 -0.010596386 -0.047041837 -0.03900151 -0.034293287 0.026550395 -0.011728725 -0.014051391 -0.0057196827 -0.11020761 -0.12625076 0.013689331 0.1337343 -0.016591292 -0.04482909 0.0038888997 -0.097862944 0.007766548 -0.021116033 -0.0417047 0.06097033 -0.03513569 -0.0002921579 -0.07048486 -0.0076436494 -0.061065532 -0.014650304 -0.09605409 -0.039682355 0.04838045 0.06514195 -0.01859921 0.011684297 0.031500664 0.07202542 -0.090284206 -0.023485145 -0.022340978 -0.025791943 -0.04974791 -0.064146645 0.018641619 -0.093890384 0.05155677 0.070205025 -0.084003694 0.01567763 -0.039471753 -0.02550749 0.05135482 0.0024634795 0.012149926 0.0043046195 -0.024481893 -0.035375137 0.02462585 -0.051158648 -0.0618762 0.057271834 -0.025784442 -0.028551102 0.09510495 -0.048677597 -0.01791721 -0.017088367 -0.024576807 -0.021199984 0.059366304 0.072735116 0.021770338 0.115934215 -0.08975049 0.03916595 0.052635737 0.02476 0.075294055 -0.042304765 0.077102914 -0.0018674508 0.0045155087 -0.051894307 0.039431363 0.13048874 0.030199556 0.019211683 0.04709088 -0.016305683 0.07625763 -0.03560882 0.074826695 -0.012239648 -0.0008518075 0.03197091 0.008335747 0.041580647 0.02833848 0.022122588 -0.002205133 0.09139779 0.063904315 0.012947035 0.035375137 -0.15820436 0.026827926 0.008951104 -0.012048953 0.0021242392 0.017463697 -0.0051602926 -0.03316239 -0.08623664 -0.008368058 0.014279301 0.07034927 0.1006873 -0.036050215 0.054643657 0.035519388 0.051966432 -0.009699458 -0.08803107 -0.020094186 0.14623186 -0.076635554 0.027864197 -0.015275471 0.028843634 0.109451756 0.03935924 0.05585533 0.053729128 0.039258268 0.10126429 0.04123734 0.11697568 -0.053521413 0.042700004 -0.036084834 -0.059011456 0.11527645 0.028455032 0.02654347 -0.0397891\nđàn_ông -0.046945542 0.02122014 0.039321635 -0.13117437 -0.033976946 0.13391943 0.008920312 -0.05257201 0.058062132 0.056451 0.07622544 0.028382296 0.07303044 -0.012799074 0.01750658 0.014419524 0.00016738965 -0.07966358 0.06995133 0.033379305 0.081885986 -0.0097965505 -0.04161676 0.0447754 -0.1305631 -0.081297435 -0.08111792 0.0018383728 -0.0039301184 0.011792628 -0.0415395 -0.05681231 0.10909118 0.026762072 -0.06838338 0.009708836 -0.034360982 0.01047668 0.0071494295 -0.069156 -0.030386552 0.07631406 -0.0068276576 0.07577323 -0.043684646 0.08822826 -0.10972518 0.0721442 0.0138127925 0.02681661 -0.04252118 0.020834513 0.11275202 0.056989558 0.0949523 -0.012492527 0.035488095 0.03809681 -0.088591844 -0.0069335513 -0.06638367 -0.067678936 0.06647002 0.009913351 0.08801693 0.016970068 -0.033547465 -0.047029622 0.033067986 0.028098244 0.067444876 0.12889062 0.06776756 0.067910716 0.01656967 0.073189504 -0.027721027 0.070028596 0.032999814 0.016798502 -0.037921835 -0.034779105 -0.03124552 -0.08984848 -0.066865414 0.09226405 0.13143343 0.07495971 0.049767867 -0.020235736 -0.0057609924 -0.07341902 0.041650847 -0.01833669 0.04074643 0.045604825 -0.041221365 0.016398786 0.051888015 -0.013905507 0.007238962 -0.0063343192 -0.0059666447 -0.07470974 -0.076307245 0.03775368 -0.0062559214 -0.079022765 0.08838506 -0.05164487 -0.09162778 -0.024057915 -0.09220042 -0.017396824 0.06518157 0.035947118 -0.02028073 0.04255072 -0.08115882 -0.045800254 -0.0034885907 0.0701604 0.04060554 -0.018330326 0.031656824 -0.006706766 0.0057109995 -0.051088132 0.0051763034 0.010324202 -0.02920945 -0.0058314367 -0.048774827 -0.1631516 -0.18843208 -0.034697298 0.016401058 -0.06010502 -0.045141257 0.065615594 -0.0026112166 0.10116504 0.10734143 -0.061502546 -0.011182715 0.075589165 -0.026487112 -0.031861342 -0.065020226 0.027502876 0.032177206 0.038289964 0.0073050894 -0.008919857 0.11735136 -0.0041196365 -0.0074566584 -0.107598215 0.09465916 0.021854822 0.06872651 -0.045504842 0.123448215 0.013070626 0.07467111 0.02252677 -0.06935369 -0.12214613 -0.031384137 0.094563715 0.010392373 -0.036215264 0.060189098 -0.055378426 -0.0058121216 -0.054142237 -0.04734094 -0.073696256 -0.04025332 0.05053139 -0.04459588 0.010014701 -0.086046755 -0.06458392 -0.02905947 -0.046616044 -0.06433396 -0.005702137 -0.013974133 0.06615415 0.02565314 0.058777936 -0.09232313 0.06387948 0.01958242 0.01832669 -0.0007932499 -0.008003852 0.029263986 -0.071930595 0.10694149 -0.04137134 0.028068703 -0.009759055 0.015540045 0.008910995 0.022730833 0.03343157 0.0334952 -0.062334247 -0.06651547 0.04033058 -0.029707106 0.026868876 -0.0062884167 0.12532067 0.045395765 -0.016612165 0.061375294 -0.019342909 -0.03904213 0.020914048 -0.15486644 -0.00063986285 0.05910062 -0.019217473 0.018941376 0.14826284 -0.045927506 -0.022121374 0.043046102 -0.019161116 -0.032770302 -0.03148185 -0.10601889 0.044225477 0.012657504 -0.09939257 0.06601326 0.074132554 0.059332404 -0.058789298 0.111449935 -0.009243902 -0.06595645 -0.0009049839 -0.018530753 -0.018522572 0.02845274 -0.03755371 0.036606114 0.10159453 -0.07471656 0.0061191227 -0.057273608 0.03564716 0.007972721 -0.031795442 -0.049570166 -0.025007779 -0.0013935502 -0.007088302 0.063097775 0.010825721 0.09970161 -0.03281575 0.007417573 -0.051517613 0.048933893 -2.8934488e-05 0.016674427 0.035322208 -0.0977928 0.054983027 0.03812181 -0.012145531 -0.061170775 -0.009957891 -0.039885193 0.073053166 -0.02840729 0.010933887 -0.039653406 -0.037658237 0.0056700963 0.027518783 -0.03748781 0.033511106 -0.047772698 -0.012538203 -0.037758224 0.068862855 0.052967407 0.07117844 0.008371755 -0.12624554 -0.004804993 -0.017951973 -0.01015059 0.038167257\nphụ_nữ -0.0651103 0.012414037 0.08028758 -0.06546647 0.0025881303 0.09292083 -0.03682489 0.0023598033 0.037236176 0.03487446 0.04136387 0.026504593 0.13876644 -0.044791956 0.023962678 0.005332295 0.037976064 -0.07212972 0.049962703 0.045379203 0.033695728 -0.0048025 -0.047713354 0.05942439 -0.17018314 -0.0649195 -0.09096829 -0.009882087 0.004742291 0.07739799 -0.027308082 -0.058784142 0.082282536 0.08177373 -0.07749763 0.016151434 -0.039421923 -0.013493343 0.08868714 -0.008193909 -0.02855042 0.03086337 0.017443804 -0.009712061 -0.03846155 0.07497904 0.0037123812 0.091606416 0.012819175 0.013835728 -0.03242795 0.08099992 0.10467003 0.024658049 0.09883359 0.03838311 -0.01194551 -0.02852498 -0.04294541 0.06549191 -0.07143647 0.021902012 0.05714536 -0.025065092 0.02406868 0.06557671 -0.07490271 -0.049180415 0.051707488 0.03238131 0.092973836 0.10217052 0.0008108048 0.06760982 -0.0006073881 0.012578551 -0.011005066 0.07322789 0.013953601 -0.02629471 -0.034304176 -0.037009332 -0.021014992 -0.019384477 -0.08012859 0.008535021 0.058464017 0.003994133 0.06498522 -0.0392078 0.096569404 -0.063581765 0.008604558 0.019158907 0.029631633 0.025465779 -0.04977402 -0.0008617067 0.06539227 0.005796157 0.06737874 -0.08028971 0.011899294 -0.03541083 -0.058177814 0.05943075 0.031955186 -0.05131528 0.08622791 -0.08511277 -0.03402433 -0.013207776 -0.0801625 -0.063448206 0.0010005897 0.0037208614 -0.013213923 0.030369403 0.03849123 -0.023449631 -0.06297332 0.044785596 -0.025120214 -0.015136153 0.05734252 0.025947025 -0.03838311 -0.036515366 0.056322787 0.008485201 -0.0914877 -0.053002823 -0.0027344124 -0.084673926 -0.12812391 0.04519264 -0.019706085 0.055375136 1.8252382e-05 0.07590337 -0.040246613 0.025686262 0.06879704 -0.056888837 -0.0074010184 0.06519723 -0.03766442 0.008013071 -0.09557935 -0.0030950292 0.006164194 -0.01404985 0.024980292 -0.018901747 0.0039684805 0.00617861 -0.04608517 -0.13920529 0.038785916 0.0042701606 0.007377698 -0.06788966 0.13627966 -0.064054534 -0.019266816 0.0034821462 -0.044980638 -0.11314166 -0.0065701795 -0.0077855913 -0.059786916 0.026536392 0.0480568 -0.016265493 0.059988316 -0.059833556 0.019800639 -0.09245019 -0.07515288 0.10181011 0.004221188 0.021770569 -0.10008017 -0.009144317 0.018271463 -0.056780715 -0.044649914 -0.03618888 -0.0143998675 0.05777713 0.059093665 0.1299429 -0.07934629 0.05030191 -0.027920771 -0.008839246 0.014535337 0.06386161 0.0038715955 -0.15497194 0.122225985 -0.032887995 -0.031389136 -0.00045101478 -0.04436795 -0.10604169 0.0347727 0.043081094 0.037005093 -0.068966635 -0.14379515 0.03384413 0.053074904 0.06082149 0.051766846 0.15446101 0.04205076 -0.04193416 0.041230306 -0.01949069 -0.02640495 0.03750118 -0.08292914 0.016651973 0.040064294 0.012310156 0.023665875 0.088386096 -0.056823116 -0.03309364 0.021965612 0.038092665 -0.11632383 0.017032942 -0.08113984 0.045353763 0.05935443 -0.15936676 0.0046962863 0.024609286 -0.024725888 0.08260266 0.065992236 0.011119547 0.0072729685 0.11517901 -0.010619433 0.027534926 -0.0031030853 -0.030922731 0.05648603 0.0059854756 -0.06658372 -0.08067131 -0.059875954 0.028092492 0.028444419 0.007064146 -0.03542567 -0.034955025 0.049880024 0.011185693 0.02562478 -0.022962024 0.027948331 -0.0017471365 -0.057698686 0.0114765605 0.0006893484 -0.042691007 -0.030689528 0.021172933 -0.028022533 0.0479614 0.059975598 0.044628713 -0.14318882 0.05203609 -0.037276454 0.101125345 -0.05425152 0.06516542 -0.04642014 -0.015409425 0.04739959 0.028828142 0.024185281 0.042763088 -0.10394498 0.0024560527 -0.06014096 0.10632365 0.124524094 0.05399076 0.025245296 -0.12709993 0.071979195 -0.0067334217 -0.04300477 0.07344202\nhoàng_tử -0.05606376 0.11831273 0.057630375 -0.1136091 0.0010470828 0.03866466 0.005970723 -0.04510499 -0.03294622 -0.07513908 0.037251115 -0.11243555 0.16990529 -0.14259626 -0.03672576 -0.0042825933 0.03385709 -0.11995871 0.012341889 0.11193665 -0.099726856 -0.088136904 -0.0072493404 -0.006379291 -0.026020221 -0.02733172 0.053213987 0.06943009 0.0131998435 0.034461815 0.000110925626 0.012562802 -0.07104395 0.0012072029 -0.075207114 0.006209023 -0.052834146 -0.011709194 0.060752273 -0.10161284 0.027879752 -0.016932892 -0.012923748 -0.013780191 0.03508544 0.107108295 0.062061884 0.036844812 0.028331408 -0.15278967 -0.05129209 0.036364812 0.08249406 -0.017792737 0.03172921 -0.03336575 -0.08183642 -0.05064579 0.026912192 -0.029157236 0.033509374 -0.097069845 0.06632142 0.013036567 0.013245764 0.030956296 -0.041559786 0.024415808 0.103787966 0.061948497 0.110770665 0.054376196 -0.0063178735 -0.021023674 -0.08655517 0.02807251 0.05890975 0.009062195 0.15351911 0.026460538 0.007724617 -0.012676189 -0.015318274 -0.04640515 -0.115882486 0.034603547 -0.0066644573 0.033889215 0.014625106 -0.055113204 -0.07611798 -0.0777205 0.021821156 0.030585902 0.043459002 -0.018782597 -0.07261435 0.026409512 -0.11047208 0.040921044 -0.05759825 -0.023867775 0.12871969 0.013322489 -0.014883438 0.02970149 0.0017810122 0.029992513 -0.03288953 0.025893606 -0.009117376 -0.03354906 -0.04077364 -0.054695565 -0.005414753 -0.047552243 0.047385942 -0.079487436 -0.13063402 0.14610933 0.03851537 -0.019931387 -0.005148863 0.060914792 -0.055905018 0.04763539 0.030362908 -0.0034735831 0.05525116 -0.009491362 0.00464335 -0.10134072 0.034342762 -0.06952269 -0.08639643 -0.001341471 -0.052185953 0.05187603 0.056360453 -0.010632781 -0.008247705 -0.050299965 0.04757492 -0.013063213 0.035100557 0.0855706 0.10388057 0.028520385 -0.14174019 -0.058405183 -0.045023732 -0.040427815 -0.0101061035 0.071083635 -0.04766563 0.097058505 0.07803043 0.040471278 -0.0128717795 -0.07080206 0.019519418 0.009405377 0.106016 0.08055705 0.10120843 -0.007621625 -0.049423113 -0.07651294 0.049321067 0.05793463 -0.021235328 0.046165153 0.006356236 -0.10560592 -0.03998183 -0.027845737 -0.08244681 -0.0015837204 -0.021137059 -0.0006045747 -0.024251398 -0.016573647 -0.04471381 0.046397593 -0.010495206 -0.028161328 -0.0041461517 0.027807942 -0.09443173 -0.06637812 0.07696649 -0.05761337 -0.13399592 0.019464614 -0.025801009 0.029435033 -0.015800353 0.10265033 -0.092536286 -0.0745457 -0.029225267 0.032033462 -0.0073253093 -0.13272788 0.0009758197 -0.015993487 -0.019460835 -0.027966682 0.03940356 0.049746264 -0.14241105 -0.0725123 -0.01023404 -0.011525319 -0.07777531 0.06413496 0.021189973 0.007904334 -0.012136092 -0.013157134 -0.045246724 -0.03456953 -0.029567316 0.06884993 0.018322628 -0.012703779 0.054448005 -0.002030556 0.054051153 0.037731115 -0.007238947 -0.0050139334 0.12856472 0.067455284 -0.04871256 0.083576895 -0.013177733 -0.011092184 0.088503525 0.049806736 -0.057959195 -0.063220315 -0.012964 0.026243214 0.03860986 -0.03792576 0.07590444 -0.029244166 -0.0072880806 0.0025468408 -0.06751953 -0.099832684 0.0072912932 0.05580864 0.0826906 0.018553745 -0.049324844 -0.008764368 -0.018367793 -0.09422385 0.109315544 0.039282616 0.012552787 0.015535219 0.07820807 0.0487787 0.01909044 -0.02855251 0.062141255 0.010794735 -0.034331422 0.040019624 0.021652967 0.00187654 -0.02040005 -0.0018015729 0.0569614 -0.030852359 0.02456321 -0.02416258 -0.015070147 0.02944637 0.013956696 0.050475713 0.062770545 -0.014416476 0.054689895 -0.025345573 -0.0756153 0.05922345 0.006711134 0.026322585 -0.08195736 -0.034616776 -0.037345603 -0.018229462 0.068386935 -0.042081363 0.0074880184 -0.01949485\ncông_chúa -0.041238517 0.13020861 0.054651156 -0.05877231 0.019714944 0.030140199 0.023387989 -0.05283173 -0.001749546 -0.04403334 0.021428192 -0.08918245 0.13925175 -0.10720575 -0.07405476 0.07217775 0.09973728 -0.1293322 -0.049227074 0.12283193 -0.06695522 -0.058594145 -0.053873718 0.08076918 -0.07790238 -0.057768118 -0.06739973 -0.007568343 0.066823855 -0.012229924 -0.033788048 -0.027066432 0.01851999 0.059389584 0.0148586435 -0.026323184 -0.0033066398 -0.016384369 0.049416035 -0.068880826 0.02128422 0.056396797 0.020742534 -0.030417342 0.04074002 0.06898521 -0.020697542 0.07701336 0.0015662177 -0.08905108 -0.030464133 0.06964027 0.110655636 0.03782102 0.0049023717 -0.013728656 -0.04293377 0.0010749729 0.049108297 -0.03845269 -0.002678029 -0.110425286 0.075309105 0.00048039318 -0.061849676 0.0486242 0.0027833073 0.07130673 0.11040369 0.08287835 0.111544654 0.03601599 -0.042208515 0.0048091505 -0.07320174 -0.0051840134 0.036125768 -0.026244001 0.05405188 -0.023533758 -0.025799492 0.01818706 0.01380712 -0.028362166 -0.080898754 0.022103053 0.00051435217 -0.017484844 0.1190995 -0.036444303 -0.019135464 -0.038229536 -0.028560124 -0.042559445 -0.0019364016 0.02974608 -0.06120721 0.045482043 -0.031272165 -0.008383036 -0.0427718 -0.037691448 0.042782597 -0.055405203 -0.10966944 0.049606796 -0.043254104 0.038585864 0.00068258157 0.07881299 0.014568543 -0.0578563 -0.03654868 -0.0534598 -0.066516116 0.019338822 0.018968098 -0.04583657 -0.0860475 0.04988574 -0.0003520616 -0.008936781 -0.030791666 0.02552775 0.054469395 -0.008277217 -0.099607706 0.018851122 0.11150146 0.030176193 -0.10781222 0.011208095 0.07650406 -0.05662895 -0.08599891 0.031806655 0.002654454 0.088500395 0.1322008 0.032051407 -0.017909555 -0.014134472 0.10408339 -0.059281606 0.04622349 0.08523946 0.057685334 0.013089247 -0.10286324 -0.046392657 0.022182237 0.014043411 -0.023843296 0.055590563 0.007805174 0.0753163 0.08470318 -0.03320317 0.02921519 -0.073577866 0.059949268 0.033923022 0.059128635 0.051717762 0.0228445 -0.10277326 0.01083881 -0.060120232 -0.027914058 0.043135326 -0.0029207992 0.09854953 -0.003091044 0.0019302829 -0.061957654 -0.0012870772 -0.046882156 -0.034142576 0.064189196 -0.0074295914 -0.024566745 -0.13495064 -0.030501924 0.08637503 -0.03344252 0.017484123 0.020042477 0.03185345 0.030043019 -0.059004463 0.00018984295 0.014345209 -0.07036193 0.045183305 -0.032382537 0.02858712 0.051690765 0.16952333 -0.015060741 -0.102559105 -0.011853442 -0.06080409 -0.009762991 -0.10143973 -0.032107197 -0.025797693 -0.008825565 0.08916086 0.07910813 0.004686956 -0.13721277 -0.1040024 0.030228382 0.06783524 -0.046648204 0.03805857 -0.04768119 0.014559005 -0.05866973 -0.050673977 -0.028426953 -0.11694174 -0.0558983 0.15109871 0.017721314 0.03086185 0.009648535 -0.030856453 0.03154931 0.028223595 -0.020922495 0.061174814 0.19761735 -0.009569711 0.04651863 0.031070609 -0.054068077 -0.072836414 0.0077896975 0.009063476 -0.0061529344 -0.07558445 -0.0039284118 0.0053108875 0.047812562 0.07398098 0.09687767 -0.019180454 -0.0025993853 -0.020593164 -0.05449279 -0.088468 0.060413573 0.027233798 -0.016835896 0.03422356 -0.002061296 -0.0077344486 0.04622889 -0.087802134 0.017787362 0.03398241 0.062987044 0.041089147 0.067945026 0.04074182 -0.0665899 -0.023449177 0.04637106 0.017625755 -0.052680563 0.033953615 -0.02877788 -0.073059574 -0.004608492 0.082665995 -0.035001 0.0850559 -0.013634355 -0.02659493 0.00036086177 0.021106059 0.071335524 0.017089464 0.07947705 -0.017423296 0.007764143 0.020443795 -0.13594224 0.045998536 0.015377297 0.050754957 -0.06888983 -0.01619217 0.01477856 -0.041783806 0.034671668 0.013267411 -0.0056366203 0.0316051\n"
  },
  {
    "path": "src/data/embedding_dicts/MULTI_23.vec",
    "content": "23 1624\ntôi 0.0025431418 0.0026816446 -0.004852841 -6.852528e-05 -0.00568619 0.018213535 0.0008957476 -0.0060372576 0.007893484 -0.000913476 0.0012018823 -0.009175873 0.014790334 -0.00635421 0.004073144 0.006658916 0.014469007 -0.0020942185 0.0010091449 0.0067895455 0.0049242796 -0.004840886 -0.008027031 0.010057624 -0.016629942 -0.0019432359 -0.016412709 0.004775863 -0.005068322 -0.007950053 -0.008390345 0.005438634 0.0021562094 0.0025704924 0.012787731 -0.0012811058 -0.006889559 0.0032581654 -0.0007916228 -0.007026604 0.005579761 0.019282777 0.0124798175 -0.0006086827 -0.004222144 0.0013045784 -0.0041941516 0.0021992472 -0.015110201 0.0032068468 0.004886957 0.006050087 -0.005603088 2.1260887e-05 0.00025311578 -0.0022931665 -0.0061092786 -0.0041795727 0.0015066756 0.0064268145 -0.010057624 -0.0068752714 0.002050189 -0.0036605522 0.004599746 -0.00118013 0.003478312 0.0068134554 -0.0019236414 0.0024661345 -0.00022895508 0.008814017 -0.00082460104 0.0007261038 -0.00855684 -0.0008113631 -0.0029659977 0.0133615695 0.009582926 -0.0018982444 -0.0048496337 -0.0075750747 0.011480266 -0.011250497 -0.009577385 -0.007014357 0.0070764646 0.003724409 -0.0027071873 0.002750167 0.008006036 -0.004066146 0.0076307673 -0.0015058592 0.0057739564 0.012970846 -0.005764918 0.0026350785 -0.015402078 0.004792775 -0.005946283 0.00057649176 0.0044775717 -0.008824514 0.011089251 -0.004588374 0.0049347766 0.003504846 0.0049082423 -0.0039048998 -0.004605286 -0.013668608 -0.009725219 3.799638e-05 -0.005574513 -0.002943254 -0.0012227888 0.016932022 -0.004520435 -0.010245989 -0.0081191715 0.002265641 0.013298295 0.0011417867 0.003790307 -0.0026172625 0.006400572 -0.015231792 -0.0014801414 0.0066522094 -0.01054807 -0.0068697315 -0.0007957925 -0.0085530495 -0.014387364 0.001637772 0.0038970273 0.009806279 0.014904343 0.0043212827 0.0033010284 0.004652231 0.016286746 -0.016424373 0.011377628 0.0017243142 0.0047055907 -0.003678047 -0.0027631717 0.0042909575 -0.008493274 0.01699792 -0.005522028 -0.0068198703 0.011740068 -0.0015224211 0.00020839837 -0.0060153888 0.00386262 0.00097231776 -0.0024533048 -0.0016833758 0.01744142 0.00087527843 0.011172645 0.004166743 -0.008225891 -0.0046461076 -0.0061745937 0.017668271 -0.0028805053 0.0012075098 0.011933388 -0.00079946645 0.00654753 -0.0014271605 -0.008008952 0.010890681 -0.011659882 0.006484548 -0.009193077 0.007819714 0.0007819714 -0.009137384 -0.0045116874 -0.0118106315 0.0018258732 0.007207386 -0.003933767 0.002461965 0.0028360677 -0.0018785624 -0.0073490962 0.003738697 0.0060725394 0.006227371 0.0116689205 0.002241556 -0.0027972287 -0.005564016 0.0014562606 0.009610626 -0.0007698415 -0.0010630005 -0.0007802219 0.004210772 -0.0054765404 0.008039569 0.006855152 0.004253635 -0.014310968 -0.0017428007 -0.005462836 -0.0019106077 -0.0015372628 0.008797397 0.007325186 -0.0019382207 0.004747871 0.005694354 -0.0035698693 -0.0031438642 -0.009233899 -0.018154344 -0.0012143912 -0.010598806 -0.009879759 -0.002202892 0.0005225778 -0.0034042494 0.009218445 -0.0018009135 0.00084381644 -0.0011087501 0.006374621 -0.0055010337 0.005412392 -0.007913895 0.009650282 -0.0029913657 0.008646356 -0.002462373 0.008819557 -0.002158192 -0.0035331296 -0.006936796 0.0009642992 0.0067434753 0.008736746 -0.0037427791 0.00018533404 0.018756174 -0.017717259 0.003474521 0.003477437 -0.0041591614 0.009939241 -0.006457431 -0.018011175 -8.9224864e-05 0.007968422 -0.0057757064 0.00960771 0.0069230916 0.007974254 0.0043731844 0.0065046675 0.0028523381 0.005653824 0.0109329615 0.012032235 0.0022940412 -0.006675536 -0.0064169005 -0.0069499174 -6.249239e-05 -0.00029555007 0.0024744156 0.004138459 0.008236388 0.0064906715 0.0024107625 -0.0027288813 -0.0020882408 0.00038996513 -0.008707297 0.0043533565 0.010598806 0.00079722126 0.015199426 -0.006784297 0.0022647951 -0.003243003 -0.002595044 0.01147181 -0.008421836 0.0003836086 -0.003264289 0.0059521147 0.0026397146 0.05968847 0.07045163 0.0029574877 -0.059095427 0.122786686 0.0083529735 0.016057678 -0.11612437 -0.021990282 -0.005808205 0.06620715 -0.016433362 0.009087324 0.03560308 0.10811014 -0.02519923 0.01800949 -0.0032098764 0.072105356 0.008539591 -0.11765055 0.047214765 -0.028793473 0.012539735 0.052427333 0.04101862 0.010738594 -0.02141 0.078350775 0.07838543 -0.010969173 0.053201765 0.046440277 -0.02854052 0.0796965 -0.05924489 -0.034006618 -0.058340784 0.039124392 0.077022195 0.035240598 -0.00958795 -0.004929948 0.08500201 -0.085296676 -0.021535372 0.017231131 0.040355258 0.019552797 0.016998136 0.016617095 -0.027147504 -0.0010015217 -0.067256786 0.01390649 0.048812963 -0.031350177 0.06637645 -0.051535763 0.02733743 0.00095541007 -0.0058249487 0.01880739 -0.030061504 0.0671774 0.0036837508 0.010050954 0.03664594 -0.028397607 0.0067928787 -0.0010244565 -0.017098753 0.10686401 0.016331725 -0.005646445 0.052483324 0.0442204 -0.001276919 0.03775132 -0.002931366 0.033648986 -0.032319907 -0.05478381 -0.027295664 -0.046646405 0.019653114 -0.08211406 0.019762605 0.048400816 -0.030373825 0.017318161 0.008060534 -0.057844277 -0.018694308 -0.10152961 -0.050810598 -0.0005899123 0.040310085 -0.017509546 -0.023993934 -0.14791827 0.022766197 -0.0033594046 0.027604463 0.022759492 0.046478596 -0.017058529 0.07094901 0.10264939 -0.022210741 -0.060465716 0.03689191 0.050003216 0.015158959 0.09304553 0.008434896 -0.051816385 0.021799617 0.021246033 0.026053952 -0.015981453 -0.094536886 0.027967514 -0.03824384 -0.10140909 0.11973389 -0.05809107 0.07749859 -0.049494226 0.029356318 0.025594689 -0.04346701 0.0366611 0.023647672 0.036970958 -0.0061037405 0.04529145 0.07044672 0.004122513 -0.01877543 0.00087733497 0.05281356 0.013497968 -0.012358294 0.044381574 -0.026544537 -0.07453588 -0.004860981 0.014202957 0.009866673 -0.02697705 0.0016326262 0.03162571 0.05398452 0.028881943 -0.050806854 0.03417705 -0.009311264 0.05140075 -0.021558307 -0.047362365 0.0037412618 -0.062806204 -0.045199543 -0.052850533 0.06224418 -0.060276587 -0.020615174 0.047111772 0.018232469 -0.08992879 -0.02088197 0.031266134 -0.009394168 0.012622396 0.041650563 0.10647946 0.01831751 -0.023459045 -0.0065972633 -0.026839387 -0.0065188417 0.0456128 -0.03658007 0.09486249 0.007041195 0.018270269 -0.055841614 0.001823553 -0.08914399 0.036068816 -0.06473977 0.023699535 0.039629977 -0.045872357 0.005560958 0.06095427 -0.013605251 0.025700957 0.055837274 0.023828493 -0.008407532 -0.0047473046 0.051892623 -0.008469543 -0.087404825 0.089146614 0.0514877 0.026555618 -0.018682128 0.017423505 -0.048011106 0.115364745 -0.0124412095 0.05351046 -0.06682127 -0.0017645763 -0.047788706 0.0669867 0.041213512 0.006289876 -0.051128887 0.074807875 -0.043177035 -0.005617969 0.033409454 -0.004883451 -0.027159605 0.047305163 -0.009190364 -0.018584106 0.05916583 -0.026486568 0.024068795 0.0036256223 0.007532917 0.055803344 -0.08753455 -0.03747281 0.017291922 -0.06444001 0.0093271565 -0.004320589 -0.053086948 0.028459223 -0.01856772 0.0034850542 0.07843526 -0.017652657 -0.059421036 -0.057625115 0.047283117 -0.033175204 -0.0018376565 0.067318134 -0.00012704001 -0.040012494 0.10922802 0.03941536 -0.026344629 0.014035451 0.04211063 -0.05767289 0.029924182 -0.01477446 -0.017600117 0.005130227 0.04760252 -0.021546684 0.04839451 -0.081777886 -0.017001089 -0.056740087 -0.000606008 0.011587371 0.01465674 0.067293935 0.079827644 -0.031319138 0.04215147 -0.022366041 0.06926244 0.02196375 -0.008789091 -0.010638332 0.07034978 0.049358737 0.026323179 0.04932793 0.02808214 0.048931 0.04163988 0.023373608 0.021406379 -0.042677015 0.03131927 -0.0018826288 -0.023231063 -0.015345741 -0.02810362 -0.0021466452 -0.0010753637 -0.008136375 0.0102567775 0.0010400821 -0.014115023 -0.012432872 -0.00988005 -0.01564555 -0.010543697 0.020946559 -0.022047872 -0.012690342 0.013037035 0.007060136 0.0068732304 -0.0021892167 0.00450119 0.023152687 -0.006624509 -0.00015541456 0.0005741299 0.0400226 -0.0021317743 -0.0056275814 -0.014684197 -0.00791477 -0.006432646 0.029762032 0.003699041 0.00411105 0.018957367 0.0042460538 0.004798898 0.011203261 -0.012107755 -0.019777304 -0.014936126 0.017957523 0.030532397 -0.006549863 0.0016929398 -0.022209993 0.017582254 0.007926434 -0.011859326 -0.030674402 0.010488004 -0.008519516 0.0011237666 -0.010786878 -0.015546704 -0.0067417254 -0.02765475 0.027577773 0.009850891 0.011410286 -0.013395976 -0.0088586295 -0.010441351 0.010241615 0.014303387 0.014575436 -0.006177801 -0.006826577 0.025041863 -0.023131983 -0.017944986 1.3412889e-05 -0.035729893 -0.014179755 0.009316126 -0.013184286 -0.0114318635 -0.009391354 0.0072607463 -0.022044666 -0.008020616 -0.005733718 -0.0045487187 -0.022881221 0.02062348 -0.0009371527 0.010773757 -0.0016771941 -0.018368075 0.0023647505 -0.01776916 -0.018186709 0.016390549 0.0052628093 -0.02136644 -0.011596025 -0.037892867 0.047323294 -0.029238932 0.008237555 -0.004411965 -0.010057041 0.0016162529 0.008418046 -0.013461291 -0.018969323 0.012166364 0.009301547 0.0072187576 -0.025986305 0.0066178027 0.008497648 -0.012289705 0.021453913 0.0018670157 -0.008324155 -0.013028288 -0.0010858608 -0.029627029 0.012041566 -0.008771154 -0.011401538 0.011785555 -0.02424875 -0.005295758 -0.0002866276 0.017868591 -0.00937036 -0.0010532034 0.015283695 0.026814695 -0.0027659708 0.009967233 0.0035844485 -0.017173162 -0.020253753 0.01252997 -0.0038920701 -0.0031715648 0.005767542 -0.0020851209 0.003818008 -0.009697226 0.001629666 0.014301638 -0.003917438 0.009640951 -0.0027849237 0.049458567 0.008535262 0.008305202 -0.006415734 -0.007382629 -0.014540446 0.007374464 0.0018973406 0.005383817 -0.00684378 0.031148516 0.0052097407 0.01584441 0.0021069897 0.014968784 0.021211898 -0.021669688 0.013971273 0.0015806797 -0.011653759 -0.04169921 0.001435179 0.028704455 -0.011474434 -0.0041439994 -0.004503523 0.00019477846 -0.009386689 -0.011214633 0.0028808552 -0.02007297 0.00040267824 0.0049776393 0.00023968249 -0.011406787 0.0083410675 -0.027589437 -0.016810723 0.009505656 0.002742061 -0.021525936 -0.0053642807 -0.015493927 -0.0014068953 0.010145684 -0.011259828 -0.022432473 -0.0316133 0.0026207615 0.00430058 0.0027283565 0.020050226 -0.0068338662 0.011631015 3.6448066e-05 -0.0076762545 0.013693101 0.01107438 0.011823169 -0.021339905 -0.031200418 0.004782861 0.0014217661 0.05178483 0.011542373 0.010276021 -0.008395594 -0.00837489 -0.0065565696 -0.0057821213 0.037274417 -0.029822681 -0.019676123 -0.0014471341 -0.0123072 -0.006008974 -0.012006868 -0.008603201 -0.007362509 -0.0065959333 -0.029712465 -0.016370138 -0.014615383 -0.003178563 -0.027323803 -0.024460442 0.0020734577 -0.017895125 0.0049543125 -0.014216495 0.00023968249 0.02128538 -0.020473607 -0.012007159 0.0077943457 0.011873613 -0.013715261 0.016521761 0.0226879 0.010237533 0.019026766 -0.00075753656 -0.01579805 0.0064612213 0.002127109 -0.0109212985 0.009385231 0.012796771 -0.0059719426 0.010070747 -0.023136647 -0.0072747422 -0.019974997 -0.009941575 0.0011444692 0.010838488 -0.003330187 -0.004500024 0.006179551 0.034618665 0.012951601 0.022732804 -0.025071895 -0.002647879 -0.01647919 0.021994513 0.003417079 0.009664569 -0.004104927 -0.0067536808 0.017758954 -0.004577877 -0.0046758493 0.025506647 0.017011333 -0.0041894866 0.0023702907 -0.0043900968 0.0002805043 0.008436415 0.015013978 -0.010419773 -0.013388687 -0.0032701204 -0.02005985 -0.0065084584 0.013958151 0.010282436 0.02042433 -0.001943411 0.013664525 0.0032756606 0.008576375 0.017970353 0.010140435 -0.012003368 -0.017903872 0.008279835 0.009084899 -0.017497405 0.014014718 -0.021389766 -0.0038442505 0.004046027 -0.004009579 0.002451351 -0.022778874 -0.0022810658 0.006818996 -0.0128486715 -0.0029006829 0.009866929 0.010766466 0.018774837 -0.003362261 -0.0016763194 0.013289839 -0.017993096 -0.0059500737 0.009212905 -0.016056394 0.012075098 -0.013981477 0.008523891 -0.01236056 0.0008654229 -0.017701805 0.004144291 -0.019505838 -0.008686012 -0.033875998 -0.04643775 0.015986996 -0.02395921 -0.007355511 -0.0002528038 -0.025108052 -0.005554102 -0.015645843 0.009872469 -0.0024175274 0.022330128 0.018221993 -0.02470829 -0.014460551 -0.018742763 -0.0102637755 -0.029777778 -0.022173837 0.012990674 0.0012030777 0.010582477 0.03920529 -0.014185879 0.003870493 0.007906314 0.017947027 -0.0008887496 -0.01185087 0.008625362 -0.013391894 -0.0067023616 0.0036054426 -0.034079816 -0.014397569 -0.0155044235 0.009829897 -0.005695229 -0.0050219605 -0.010731769 0.0011622559 0.017398264 -0.014512162 0.008380139 -0.019306686 0.01026465 0.016246798 -0.0002356003 -0.008681929 0.002779967 0.008433791 0.0033319364 -0.0014404276 0.008846383 0.016109753 -0.006582812 -0.0009015794 -0.005233942 0.0066408375 0.012661767 -0.015563324 -0.017880838 -0.00456184 -0.026855517 0.020981256 0.0036357676 -0.00042163124 -0.0077506085 -0.0071505276 0.014282393 0.037748825 0.013571802 0.017247517 -0.0023530873 0.018195748 0.031637795 -0.054638565 -0.007315564 -0.014900845 -0.025267549 -0.008311908 -0.0014622963 -0.0065317852 0.016399588 0.008435832 -0.013895461 -0.005759086 0.001278015 -0.013987602 -0.012744868 0.011116952 0.011291028 -0.04114928 0.005333664 -0.012300493 0.013978562 -0.016893242 0.0037850589 -0.0052007018 0.016621483 0.012483025 0.0040227002 1.3704473e-05 -0.013773578 0.019027058 -0.010056458 0.013249309 0.009770414 0.002211377 0.010437559 0.01914748 -0.026212575 0.009262182 0.0015293609 0.057353508 0.0058346065 -0.0067306454 0.029526431 0.0058048647 0.002406447 0.009564264 0.016467528 -0.009122805 0.031635463 -0.0032946134 0.031135397 -0.0023557113 0.013402974 0.004120964 -0.006039007 0.003967882 0.012064893 0.006354793 0.0066393795 0.0033762574 -0.007536002 -0.004166743 0.018673947 -0.000106136766 -0.017409636 0.002062669 0.012208353 -0.021526517 0.0152772805 -0.012893576 -0.00056246656 0.025394388 -0.00032336725 -0.020353766 -0.0049586864 0.009546185 0.0010823618 0.02782591 -0.023220334 -0.006141062 0.0020536298 -0.008166408 -0.008578707 -0.008633235 -0.0021087392 -0.0024947973 0.004733 0.029918613 0.0044384995 0.021839973 -0.012836134 0.021558885 -0.0016445367 0.030643785 -0.0046038283 -0.0060760383 0.017826311 0.07743289 -0.013456917 0.012633483 0.038096976 -0.021642279 0.01808553 -0.0057786223 -0.017247517 -0.0052718483 0.010421814 -0.029046193 -0.01761783 -0.020300698 0.016684175 -0.011422824 -0.0036039846 -0.022102108 -0.018882431 0.017402932 0.016216181 0.013859887 -0.017342865 5.27768e-05 0.022247024 -0.014876351 -0.0063842433 -0.006362666 0.016683009 -0.011894316 -0.01451012 -0.010925089 -0.0084130885 -0.00030033206 0.014085866 0.028388668 -0.024261 -0.005951823 0.039426893 0.0022845648 0.004304079 -0.021579295 -0.0031677743 -0.016559085 0.026995478 0.021747248 0.005057242 -0.003552666 0.000637987 0.035733975 0.031519994 0.007817673 -0.035801042 0.037769526 0.007174146 -0.023221793 -0.006511374 0.0098258145 -0.01280785 0.010038089 0.042053778 0.003394627 0.01932214 -0.015862782 0.00095173187 -0.0030861306 0.00175738 0.04208381 0.027112987 -0.0051592966 -0.014556483 0.051166378 -0.014431101 -0.02482813 0.00055838434 -0.017044574 -0.020971052 0.0052458975 0.00011051053 -0.020675385 0.024673883 0.041326273 -0.016138038 0.01845876 -0.005399854 -0.025284752 0.0023956585 -0.0037663972 0.022505952 0.005281762 -0.04139684 0.017685184 0.005467793 0.00827342 -0.022784416 0.014622964 -0.0032569992 0.021124715 -0.010783962 -0.024459276 0.053925645 -0.03908778 -0.010129063 0.02058645 -0.030136134 0.0039101485 0.012325278 0.0057424656 -0.012211559 0.013384895 0.034090314 -0.011912686 -0.008692717 0.0063536265 -0.009469207 -0.035150513 0.025918074 0.023590647 -0.0056386613 0.013226566 0.011992872 -0.02668261 -0.0005994978 0.0058474364 0.021181867 -0.00053010066 0.0023761224 0.0057862033 0.014311551 0.0030015712 -0.035142932 0.0012371931 0.004008413 0.014825907 -0.007541251 0.031554986 -0.0062218304 0.0048808334 -0.00578008 0.00035544153 -0.008152412 -0.007031561 0.0014188503 -0.033152867 0.0003201598 0.0046175327 -0.010970284 -0.03295605 -0.013181661 0.037793145 0.010707275 0.036199052 -0.0034596503 0.0102608595 -0.0022087528 -0.007226631 0.0032368798 0.030975899 0.008050357 0.0062859794 0.010919841 0.027355295 0.00836556 -0.009939534 0.00976604 0.01653605 -0.010014471 -0.004624822 -0.008045108 -0.0085600475 -0.0129201105 -0.025749829 -0.012192024 -0.004833305 0.018266605 -0.0037439452 -0.003484435 -0.0057523795 0.024822883 -0.00011838332 0.017565344 -0.010646042 0.008973514 0.018002136 -0.003698458 -0.03218685 0.019024141 -0.030864224 -0.020175608 0.0021900914 0.004439958 0.0016101297 -0.017591586 -0.013142881 0.012030486 0.036662962 -0.021348944 -0.017223023 -0.02471762 -0.014819783 0.014229033 -0.023955708 -0.028643806 0.015385166 -0.0021845512 -0.007744777 -0.012517432 0.02810146 0.014349458 0.0078258375 -0.02217996 -0.026293343 0.001010632 -0.026258644 0.021627408 -0.01338927 0.017026788 -0.012040108 -0.012811057 0.012671097 0.0086396495 0.0067061526 -0.028369425 -0.018387903 -0.0071639405 -0.014746888 0.0421812 -0.027767887 0.014354706 -0.017215734 -0.012517141 -0.020064514 0.004037862 0.004738832 -0.006811415 -0.0029700801 -0.03494378 0.0077762674 -0.02019981 -0.015312853 0.0009628121 0.0059159584 0.004428877 -0.021746956 -0.012684802 0.008071351 -0.0048901644 -0.01845905 0.0016442451 0.025033697 -0.012825346 0.01917664 0.010415982 -0.0090131685 -0.017502652 0.017359193 0.009607127 0.016649475 0.012351812 0.012398466 0.019011019 -0.02612364 -0.0019696536 -0.008848424 0.004677599 0.0005292259 -0.028358344 0.012590911 0.012380387 -0.007067134 0.0033578875 0.026630124 -0.00030033206 -0.013380231 -0.009928745 -0.018001555 0.0042489697 -0.0026391316 -0.029317366 -0.011867781 -0.04005555 -0.0022489913 -0.020564873 0.020019026 0.015691038 0.0032590402 -0.01674949 -0.009054866 -0.035002097 0.017333826 0.0032846997 0.015488387 -0.033701338 -0.012876956 -0.020279704 -0.020603655 -0.0009840978 0.0017731255 -0.007250541 0.010449806 -0.013812942 0.011031517 0.010843154 0.022206202 0.03466532 -0.011479391 -0.028353387 -0.014569021 -0.025872296 0.030554561 -0.012337233 0.01053145 0.024863705 -0.01177185 0.001798785 0.0033613865 -0.005420265 -0.024597779 0.0046758493 0.012868208 0.021547513 -0.0032155942 0.012233137 0.02175308 0.022347037 -0.0028875617 0.008611075 -0.0104008205 -0.034536436 0.002973579 0.015348426 0.0018113231 0.04074252 -0.019570278 0.023990115 -0.023554198 0.006336423 -0.0069248406 0.016049394 -0.020350268 -9.214071e-05 -0.01133185 -0.01534551 0.015178433 -0.037213184 -0.016195187 -0.029683888 -0.011907145 0.041200016 -0.02632775 -0.012017948 -0.027128149 0.036424156 0.03797393 -0.042728797 -0.002588396 -0.005882426 -0.0203526 -0.031301893 -0.016056975 -0.0011156024 0.019166725 -0.036862697 -0.024711497 -0.00026067658 -0.032671463 0.018917128 -0.003336602 -0.019176347 -0.015055092 -0.0064892136 -0.024225716 -0.012900283 0.005415308 -0.011118118 -0.0019346633 -0.0007447069 0.023764431 0.0068152053 -0.027608389 -0.01856198 0.028304111 0.020129537 -0.00380372 0.024568329 -0.011924057 0.036561493 -0.010838488 0.002574108 0.002719317 0.013383438 -0.027250031 0.03850432 0.0022988524 -0.015509381 0.040111534 0.002527163 -0.00802499 -0.02356207 0.015045178 0.0069761598 -0.021274881 0.0043163258 0.008431749 -0.010098739 -0.0049219467 -0.0199403 -0.0027884226 -0.0016413293 -0.014264898 0.01640163 0.009722594 0.030122722 0.01193747 0.020057516 -0.0033538053 0.002739145 -0.07478939 0.01952071 -0.004250136 -0.012490314 0.017903581 0.012044482 0.0121167945 -0.00392327 0.013995183 -0.010754221 0.011581737 0.017179577 -0.012150618 0.01750965 0.0037801017 0.007140905 -0.008829179 -0.0077476925 -0.021286838 0.031994697 -0.016850961 0.020376509 0.027323803 0.061905436 0.00940331 0.022209119 0.0075721582 0.019832412 0.017887544 0.009141174 0.010622133 -0.0065373247 0.023937631 0.023995074 0.02719813 0.0036483055 -0.024174398 -0.0060614594 0.077167265 0.022414394 0.010110693 0.023888063 -0.00793693 0.018248526 0.055555306 0.01699413 -0.007097167 0.045504972 -0.0019189179 0.011804217 -0.010935003 -0.022948576 -0.034504075 0.016067766 -0.023731481 0.019721903 0.025970267 -0.024790516 -0.022794036 -0.03059159 -0.023546325 -0.014177714 0.014721228 -0.022179376 -0.009834854 -0.006213375 -0.0024939224 -0.0022166257 0.0025892705 0.002706196 -0.0019813168 0.0017620453 0.022498954 0.01098428 -0.0123287765 -0.013281384 -0.01027748 0.0020518804 -0.002618429 0.016706917 -0.031307142 0.008311908 0.03336806 0.00853847 0.02486837 -0.000848511 0.019654253 0.0041792807 -0.010860649 0.011700121 0.032549288 0.009987062 0.010990112 -0.027485339 0.009325748 -0.0042460538 0.07518566 -0.0019807336 -0.010430853 -0.009537438 -0.012457366\nyêu -0.0040373337 -0.0011231028 -0.0018781476 -0.004099641 -0.0059635923 0.0045562955 0.0030653977 -0.019045953 -0.003080383 -0.008365434 -0.005902074 -0.004840489 0.008403554 -0.0043741073 0.0056065754 0.012539212 -9.041346e-05 -0.005139668 -0.014940265 0.012553671 0.006399215 -0.009354984 -0.0062509403 0.008491888 -0.003411898 -0.010000138 -0.011927973 0.00957687 -0.0012651207 -0.001983386 0.0045260624 0.009580814 0.012157484 0.008781076 -0.005636546 -0.009258763 0.0012197443 -0.0004068093 0.0023226566 -0.0019956897 0.012482425 0.024164325 -0.0030409482 -0.0037131798 0.006889258 0.008076246 -0.0030561963 0.0072249793 0.0019221569 -0.012799482 -7.543876e-05 0.0039040442 0.0019429784 -0.010883477 0.004520804 -0.004434311 0.0025793246 -0.010028531 0.0054972097 0.01390313 -0.0072467998 -0.008847063 0.010336122 0.005167272 -0.008442726 0.008703259 -0.0037016124 0.0013667047 0.00025185948 -0.005122579 0.012269741 0.0046617184 -0.003938747 0.006210454 -0.0071048345 0.00056071015 -0.0021088412 0.012584431 0.0055624084 -0.007907464 -0.007915089 0.003292805 -0.0026487035 -0.017492222 -0.003262309 0.0030887958 0.0016664354 -0.0058576437 -0.001998634 -0.0024291568 0.014232016 -0.0079174545 0.007751303 -0.007034641 -0.005509829 0.009903391 -0.00044222176 0.012404345 0.007935857 -0.0053421 -0.006975226 -0.0056980643 -0.008420642 -0.021087885 0.0016078878 0.005782718 0.0016025774 -0.0036024998 0.009719099 -0.0020822096 -0.009608681 -0.0086491015 0.0031900117 0.0046175513 8.682226e-05 -0.0024158016 0.00525324 9.0284644e-05 -0.011019921 -0.007830172 0.003988172 -0.00062635593 0.014508585 0.0016949073 0.0037915236 0.0046625067 0.00539652 9.237731e-05 -0.001373987 0.0013489854 -0.0062030926 -0.017297413 -0.0034862983 0.003041211 -0.0026458115 0.008741641 -0.011738423 0.0010801977 0.0021971487 0.0023339875 0.0019155846 0.0041361838 0.0014934218 0.005795074 0.004241869 0.008764514 -0.0032636235 -0.000389458 0.004264741 0.0035867256 -0.008232407 -0.0031787069 -0.013277167 0.00027454502 0.008893072 0.005874207 0.009613939 -0.0049900785 -0.008606249 0.003642723 -0.0016654889 -0.004213739 0.02686561 0.006052189 0.0055416394 -0.0055035194 -0.018294588 -0.00846665 -0.018190743 0.0022335078 -0.00061576115 0.005903651 0.004830499 -0.0051031252 0.013233527 -0.004802106 -0.0062469966 -0.008593893 0.0014903196 -0.010549069 -0.005025833 0.0038107154 -0.012631226 0.016538689 0.00016629389 0.0015612234 0.007822285 -0.008798954 -0.0038840643 0.008842332 0.013079994 0.009048444 -6.234641e-05 0.012253967 -0.0034500184 -0.0033417044 0.01563458 0.018699715 -0.010390805 -0.011578055 0.0049974397 0.0028771623 0.0065180454 -0.001373619 -0.0020094656 -0.016387785 0.0033532719 0.0020343882 -0.0049535353 0.003842263 -0.013432278 0.004975093 0.0028377275 -0.008741641 0.0039723977 0.0097574815 0.0021077632 -0.009135464 -0.0016316277 0.012426166 -0.003136906 -0.0017656272 -0.0027593838 -0.009588964 0.0013736715 0.003371149 -0.00675702 0.0032841295 -0.00488229 -0.0033093677 0.0017221962 0.010404739 0.008563922 0.0022663174 -0.004460338 -0.0057700984 -0.0038811723 -0.004444827 0.009209865 -0.0022057719 -0.0022413947 -0.012715355 0.004102007 0.0019708194 -0.008166419 -0.0004511866 0.01575788 -0.002213764 0.011954788 -0.0014831951 0.0031892231 0.011622485 -0.0034423945 -0.005188041 0.0017194095 0.0011639573 0.0059635923 -0.0054882714 -0.008839177 -0.007035956 0.0035422957 -0.0065430207 -0.0016937505 0.003627475 0.008319163 0.010443647 -0.0073911315 -0.0012493994 0.015425313 0.0060395696 0.014005136 -0.0024408558 -0.006387122 -0.008286827 0.009838192 -0.0022469682 0.009120741 0.005391262 0.0025207244 0.0006295633 -0.002139469 0.0016601784 -0.00075896195 -0.002460547 0.0067670103 -0.007649561 0.0006939209 0.006401844 0.004633062 0.005387581 -0.010958929 0.014144996 -0.011581735 -0.0019269153 0.0024035242 0.0030945796 -0.0034163673 -0.004271051 -0.0029994103 -0.008557876 0.022272043 0.097572275 0.021547874 -0.0069254017 0.10422718 0.028784966 0.016356 -0.007673549 0.025960114 -0.0022983474 0.08256579 0.02566994 0.03655346 0.04682039 0.011999277 0.009983762 0.047654703 -0.027087871 0.08629198 0.010378173 -0.03019447 0.014835953 0.03210673 -0.013099942 0.009744418 -0.006626316 -0.03754759 0.068785645 0.01941883 0.03846549 -0.056466408 -0.021190979 0.055244382 0.00095837447 0.010842345 0.02860111 -0.029661316 0.044933826 -0.037208233 0.066120245 0.06309511 0.013184509 0.06240604 -0.039571203 -0.031863857 -0.04173576 -0.037187412 0.023741867 0.030398378 -0.0083594965 -0.048551377 0.0064942827 4.317075e-05 -0.039437283 -0.024251359 0.058693945 0.022465311 0.03350866 -0.034058962 0.010275542 -0.0013866819 -0.0017634043 0.047987062 -0.016403295 0.04416781 -0.02045993 0.07889145 -0.019510029 0.0039190194 -0.07450658 -0.0025045727 0.076299906 0.028574754 0.012979749 -0.037320256 -0.024587246 0.044136357 0.0028897468 0.0689465 0.10856182 0.04734823 -0.07917431 -0.01599739 -0.015088385 -0.012029925 0.049204033 -0.031006608 -0.07881147 0.026348108 -0.09572249 -0.027178755 0.005610779 -0.02163499 -0.033420764 -0.04460852 -0.021537196 -0.018636782 0.035952777 -0.08385519 0.028104149 -0.066644356 -0.001985498 0.04553667 0.044129122 0.0072369976 -0.011767987 -0.0078022545 0.018625056 0.06531334 -0.07038142 -0.050423108 -0.011935147 0.05288345 0.029541623 0.049333252 -0.011506305 -0.018631058 0.030698882 -0.016668096 0.04581722 -0.0010244416 -0.07472263 -0.013912919 0.04937438 0.010106423 0.05399094 0.023110026 0.025885103 0.035363723 -0.011836898 -0.032058436 -0.086377 -0.06166478 0.032028213 0.022127694 0.03496158 0.030103229 0.056701407 -0.03286051 -0.008884711 -0.009959275 -0.007795247 -0.01861107 0.049269345 0.0018027734 0.0326938 0.0016573346 0.010250121 -0.031606965 0.0272778 -0.06002911 -0.05617642 0.07685875 -0.02837603 0.06372664 0.03614745 0.07262236 -0.016064418 -0.019297611 -0.007674523 -0.011962543 0.0057924003 0.08807029 0.08081413 -0.07593766 -0.00942553 -0.003454784 0.023431681 0.042920724 0.0070523145 -0.04544694 0.0057877824 0.05536382 -0.012473498 -0.0033856449 -0.036348242 0.08473222 0.027415931 0.024675481 -0.10629438 0.047408894 0.05480303 0.04452462 -0.06508237 0.06053475 0.08087644 -0.038862884 -0.0907283 0.03952709 -0.06771676 0.017174408 -0.0071612387 0.081658155 0.01638597 -0.03311069 -0.032222662 0.057052277 0.003137468 0.08929167 -0.008414647 -0.01175956 0.04622084 -0.100903265 -0.078969 0.014783686 0.0043347087 0.043710846 0.021953708 0.04924171 0.009378213 -0.008516976 -0.02795318 0.06880477 -0.008800094 -0.019533396 -0.057637274 -0.0038856864 0.030767146 -0.004907948 0.029278278 0.0154368915 0.006868224 -0.014563201 -0.038788263 -0.0073016975 -0.055383425 -0.003632047 -0.018246222 0.08708225 -0.017209046 0.014622707 0.019131782 -0.018039254 -0.08546533 0.02827213 -0.0001302315 0.065892406 -0.0383175 -0.032286793 -0.089777455 -0.023910142 0.065660946 -0.079388954 -0.022189284 -0.011508167 -0.07051957 0.0029807056 0.08751206 -0.007481446 -0.030889045 -0.044210996 0.007876371 -0.06302813 0.014882679 0.03193095 -0.011933992 -0.032961924 0.009022421 0.042866327 0.039586935 0.00097095926 0.031386364 -0.038966205 0.014600966 -0.026869107 0.06484705 -0.019321272 0.0026235394 -0.06415804 0.0065126666 -0.022393622 -0.008806492 -0.02450506 -0.022950226 -0.025036344 -0.00028864428 0.08718956 0.02191174 0.012640457 0.053901665 -0.060000047 -0.021027995 -0.032746732 0.041010633 -0.044416867 0.044385277 -0.026104994 -0.0132713355 0.06938581 0.023346597 0.016279899 -0.02673203 0.0022899301 0.013952875 0.014354467 0.10566069 -0.04338966 -0.11219684 0.034678005 -0.057557385 -0.00310641 -0.013192778 0.00078895874 -0.009470922 -0.022871127 -0.02434704 -0.011186336 0.021798238 -0.0022835373 -0.013794553 -0.033889208 -0.015769185 -0.02035729 0.02766298 0.030098738 -0.010438914 0.009717784 -0.03940929 -0.013618673 -0.016705628 -0.017910494 -0.009494583 0.01470208 -0.022081116 -0.01362288 -0.026492292 -0.018912662 -0.044333905 0.015149269 0.0051691127 -0.008989555 0.0061250115 -0.01676557 -0.004407232 -0.012822617 -0.016237143 -0.0052742716 -0.025612634 0.024612306 0.014877695 -0.007326458 -0.019396923 -0.020648057 0.015363795 0.016567344 -0.035373796 0.009749595 0.01093737 -0.005571347 0.024742177 -0.00054051954 -0.020866262 0.034382142 -0.027038597 0.01201394 0.004994285 -0.005831354 -0.011157154 -0.00037436764 0.009290837 0.044727992 -0.007168982 -0.02678963 -0.017745657 -0.023009412 0.020783186 -0.023459759 0.0038159734 0.015830178 8.4127554e-05 -0.008232407 0.022819337 -0.004799214 -0.018564586 0.006273024 -0.016241351 -0.020472966 0.01639094 -0.027304912 0.0026744674 0.0005076572 -0.0011465008 0.016532378 -0.015990809 -0.013997774 0.025813753 -0.010959717 0.02218575 -0.013665469 0.018747825 -0.008429055 0.0066245194 -0.0032215596 -0.0021420978 0.02104188 -0.0049756193 0.021045823 0.01874625 0.016159851 0.0071684564 0.035611723 0.018610328 0.021653907 0.0026090057 0.001052909 0.014274606 0.0038987866 0.0051714787 -0.0046349023 -0.01150497 -0.009739342 -0.021932842 -0.015160048 0.03274928 0.020505829 0.005183046 0.026324037 -0.0009466979 -0.01395124 -0.026519896 -0.0020182726 -0.017655483 -0.0006419984 0.015461331 0.024255814 0.017120745 0.04574909 0.008594944 -0.018788839 0.010342169 0.010989687 0.003308316 -0.042869564 0.021349996 -0.016047068 -0.021218546 0.030161567 -0.009947558 -0.019723706 0.010860342 -0.018013287 -0.026072182 -0.00937181 -0.018427089 0.0154605415 0.021437803 0.02032443 0.011877497 -0.024958279 -0.019019663 -0.021834254 -0.0018260936 0.032120164 0.006730993 -0.0034287237 -0.023178454 0.005990408 0.021527978 -0.032777146 -0.0008260274 -0.0088544255 0.0030141326 0.03759371 0.019555189 -0.009134412 0.023972148 -0.027841752 0.009139407 0.006479662 -0.0046709194 0.015688213 -0.011636155 0.00084101263 0.016248975 -0.0071723997 0.004239503 -0.032734033 -0.0040991153 0.0033614214 -0.0015858044 0.021437278 0.0011528104 -0.024049439 0.0020787392 0.0365529 0.013780619 0.010759125 -0.010149989 0.01366284 -0.0086409515 0.008271316 -0.0032060486 -0.0035746323 0.0028995087 0.026574582 -0.008792381 -0.0007119294 0.018446807 0.009260604 -0.015532049 0.029923383 0.011392185 0.020092288 0.024925679 -0.009211704 0.023821505 0.004887285 0.010383443 0.039695587 0.011713973 0.007967405 0.0023631956 -0.046536736 0.001976209 -0.01082853 0.013732246 0.039019674 -0.010992842 -0.026383715 -0.02596965 -0.009319493 -0.017576087 0.0013439377 0.026073232 -0.009431487 -0.012943287 0.021145198 -0.0020987196 0.0031108793 -0.016849436 -0.04271419 0.012604937 -0.010269083 0.0060987216 -0.03077202 0.0027241553 0.0033043725 -0.015647462 -0.015375625 0.009356825 -0.03188066 0.0064215614 -0.00072901783 0.027803104 -0.00482787 0.028103072 0.007689784 -0.011226034 -0.013992778 0.020064421 0.0062138713 0.023932712 -0.01930517 -0.009598428 0.017219596 -0.018875595 -0.025154402 0.018419465 0.00057048997 0.026008822 0.015475789 0.0015387455 0.016120154 -0.011130864 -0.008405394 0.025956769 -0.011910621 -0.015258372 0.009107071 -0.02093856 -0.0026644773 -0.022222556 0.039729238 -0.06937815 0.0035606988 -0.0011472895 0.001724352 -0.0256639 0.017202508 0.005224584 0.01456432 -0.00658561 -0.002497274 0.006029054 0.0411134 -0.03546187 0.008558402 -0.025008755 0.0014656598 -0.022868497 0.009672566 0.03802986 0.014710754 0.021113386 -0.016452458 -0.014133955 -0.028615987 -0.0012763727 0.0005702271 0.025671523 0.011572008 0.0063792346 -0.03185411 0.007399018 0.0096078925 0.025727784 0.02608927 0.0019409804 -0.006691032 -0.0049590566 -0.0055629346 0.0057903416 -0.011551502 0.003826752 -0.0056202463 0.002447849 0.032917798 -0.009402569 -0.012643583 0.029922858 0.01020809 -0.02163419 0.025043195 0.011390083 0.018797776 0.0023003628 0.02969913 -0.0058765723 0.039858583 -0.0070304344 0.007182127 0.0009785086 -0.02335565 -0.011224982 -0.008505821 -0.002113968 -0.0542373 -0.036641754 -0.0096588945 -0.0084553445 -0.02473797 -0.008212164 0.0147961965 -0.03169374 -0.0020269484 -0.016298136 0.011675591 -0.012294716 -0.012746113 0.013560574 0.017654167 -0.009148609 0.016065208 -0.025148094 0.025512995 0.006216238 -0.02911681 -0.0027028606 0.00916333 -0.037818488 0.0104136765 0.050607458 -0.012759784 -0.022167612 -0.004599411 -0.027725024 -0.004488994 0.010783049 -0.025919437 0.0024352297 -0.0018410789 -0.006499905 -0.01159935 -0.034661867 0.006479662 -0.015335139 0.009286631 -0.015124031 -0.02632167 -0.0079766065 -0.020183777 0.03250899 -0.023102477 -0.024981415 -0.00641236 -0.012378318 0.015119562 -0.04659878 -0.0016383842 -0.013336057 0.0122098 0.025396006 0.026740469 -0.024859956 0.0034773597 0.00980454 -0.0027446614 0.033401005 -0.0021271126 0.0040357565 0.0049556387 0.028594956 7.5189e-05 -0.032203764 -0.0028437744 -0.04025293 0.0020855747 0.00961762 -0.012496885 -0.016506352 0.0061250115 -0.03587015 -0.02347711 0.0085042445 -0.0027388777 0.011684266 -0.023545988 0.010556957 -0.016841285 0.020476647 -0.017041087 -0.005059484 0.005507989 0.02755151 -0.028394891 -0.013693337 0.017724624 0.030591145 0.0219218 -0.0060090735 0.023237871 -0.023354335 -0.020673295 0.016841022 0.024525022 0.0024930674 0.020746643 0.01938588 -0.009981471 0.036907546 0.020249765 -0.0151660945 -0.0040207715 0.014540658 0.015062775 0.017041614 -0.01083484 0.02323235 -0.0051885666 0.032588385 0.023316741 0.011743155 0.004918044 0.038982343 -0.012392252 -0.021987263 0.012006579 0.001954914 0.02775736 0.007849626 0.02967179 -0.006870592 0.006674733 -0.0012729551 -0.016539214 0.027600147 0.011531259 -0.026646877 0.0010200466 0.02534185 -0.02087599 0.0030493608 -0.017333694 -0.011968984 -0.014985484 0.0076366784 0.0046320106 0.01758818 -0.006949462 0.020901492 0.0152055295 0.02323419 -0.0016089395 -0.02419009 -0.004952221 -0.0057724644 -0.027261535 -0.021935733 -0.0058886656 -0.018585354 -0.0050889286 -0.0055411137 -0.0110270195 0.020129358 -0.0060966187 -0.031882763 0.033148885 -0.016213484 0.029561896 -0.009167801 0.038340606 0.027564917 -0.028757429 -0.029911026 0.015706878 -0.009193039 -0.0056533716 0.05923789 -0.012849958 -0.0030688155 -0.023491044 -0.03875546 0.008405131 0.017348943 0.010129483 0.012300237 0.0135476915 -0.0037255362 -0.014778582 0.009502207 0.005152287 0.031965315 0.009552421 -0.012074933 -0.021737508 -0.0024670407 0.033440437 -0.01159935 0.050439462 -0.01221164 0.013482755 0.005209862 -0.013675196 -0.0069244867 -0.0125910025 0.019233398 -0.008840492 -0.033043988 0.008255542 -0.017423606 0.020909378 0.01332817 0.0104136765 0.02727205 -0.012769774 0.040681455 -0.032297093 -0.026309317 0.017690185 -0.031187136 0.011325935 0.008437205 -0.008350711 -0.0072160405 0.0051020733 0.039059896 0.0138169 -0.024080986 -0.019858046 0.032272384 -0.021819532 0.036099397 0.015387456 -0.033347636 0.016169315 -0.0035819937 0.013282952 -0.012378055 0.0010087419 0.011054624 0.009109437 0.021431757 0.017992781 0.009542694 -0.01867658 -0.0020061794 -0.022503858 0.015273883 -0.019751571 0.0278733 -0.022939743 -0.011941381 -0.0121945515 0.027400345 -0.006611111 -0.023880132 -0.02632325 -0.013992514 -0.0029321082 0.0078827515 0.024950393 -0.0034455492 0.020091238 -0.015770761 0.050623756 -0.0069836383 -0.014739937 0.025537971 -0.021903923 -0.01458062 0.00044666475 0.017943619 -0.020163272 0.016374113 -0.022152627 -0.005430171 0.026201265 -0.015741317 -0.001806902 0.015205793 -0.029843723 0.002118437 0.06501193 -0.0054380577 0.019550193 -0.02660744 0.028657788 0.0050647417 0.001384424 0.021245362 0.010521729 -0.009246144 0.014607698 0.015912464 0.0040746657 0.027300969 0.036163807 -0.004689848 -0.025175959 0.024274742 0.02474244 0.015264682 0.013053704 0.0062814364 0.00090095354 -0.0024278685 0.017908128 -0.01351956 0.038785692 -0.006177066 0.0088299755 -0.011741315 -0.0019288871 -0.001986462 -0.043168478 0.025083682 -0.027935343 -0.033102617 -0.031932455 -0.008401713 0.02005601 0.013470662 0.0029394694 -0.004635428 0.004799477 -0.010213873 0.014559325 0.023803892 0.014379239 0.0014372667 -0.034482308 -0.016628863 -0.010173388 -0.022346383 0.030929497 0.039286252 -0.01789919 0.012672502 0.021248518 -0.026158148 -0.010360572 -0.009785875 -0.011944798 0.0062417383 0.01132462 0.0027911945 -0.009231159 -0.0060453536 -0.009739605 0.0074305665 0.02274809 -0.025880791 -0.021866066 0.0043499204 0.014990216 0.011713711 -0.008117257 -0.031490784 -0.028180892 -0.014758864 -0.01827487 -0.008571809 0.025231693 0.005532701 -0.00044061805 0.015823605 0.04455816 0.012336254 -0.0055397996 -0.0012327316 0.013686239 -0.025471983 0.012233461 -0.02173593 0.012560506 0.007388503 0.017629456 0.029130217 -0.01625397 -0.018651867 0.0044253725 -0.022341123 0.008156955 -0.009653636 0.010645027 0.012912529 0.015604872 -0.0048523196 -0.032584704 0.00958949 0.02614921 0.024883354 0.01951654 -0.011090377 -0.030498868 -0.030946583 0.0020711154 0.026359003 -0.013296885 0.051375646 -0.019015718 -0.0031229726 -0.012814467 -0.042173404 0.015233134 0.027045956 0.013944931 -0.023193704 0.025311615 -0.0023219206 -0.008244237 -0.013027152 -0.010791199 -0.0165379 -0.04876927 -0.008460603 0.00010331916 0.0038974718 -0.01309498 0.032393314 -0.020183515 -0.038536467 -0.016718775 -0.033989374 0.007955575 -0.02658457 -0.008344139 0.031606194 0.011854098 -0.031355653 -0.011632738 0.038475737 0.022292225 -0.03202394 -0.013757748 0.016082559 0.008126985 0.0038493616 -0.024576288 0.001060533 0.014200731 0.065965995 0.005090506 0.025038201 0.023745265 -0.0026205734 0.00018245164 0.010062444 -0.040914647 -0.0008344402 -0.009631554 -0.024396729 -0.0024977997 -0.029080003 0.0029983586 -0.04458366 0.020206124 -0.0047305976 -0.024968008 0.006949199 0.024772147 0.0004774239 -0.025566364 -0.030709714 0.004036808 -0.03570978 -0.00068984594 -0.03575237 0.0010350319 -0.027239189 -0.046726022 -0.02202249 -0.029626833 0.035764724 0.027152168 -0.0047984254 0.009486697 -0.016008947 0.023754729 -0.0088149905 0.014511478 -0.01974684 0.0027919833 0.011066191 -0.022378456 0.0073498567 0.008064941 -0.029612636 0.048301835 -0.018760445 0.009043975 -0.01722985 0.018360313 -0.02222913 0.01478016 0.024274217 -0.004112786 -0.034520164 0.00011015451 -0.012103326 0.0063263923 0.025322657 0.0029865282 -0.015195277 0.022435242 0.0031566236 0.011657976 -0.0057606343 -0.0021725942 -0.008172729 0.0016396986 -0.0048270817 0.003331188 0.010323502 -0.0019002311 -0.026809612 0.02181033 0.0055108806 -0.021431232 -0.014973916 -0.04476664 0.023448978 -0.028046813 -0.01493343 0.03767889 -0.018470468 -0.0227289 -0.0048399633 -0.012718772 -0.0227452 -0.023719763 -0.019074084 -0.0076003987 -0.017595805 0.0069602407 -0.0058266222 0.046136867 0.02124878 -0.008292348 -0.045677584 -0.0023468959 -0.029806655 0.014293535 0.013106285 -0.031615134 -0.014386337 -0.005991722 -0.035140343 -0.012971154 0.0043170583 -0.019293342 0.015188704 -0.035098277 0.019954793 0.025898932 -0.028963279 -0.00053105515 -0.017586865 -0.032989834 -0.022557227 -0.015632214 0.0021681248 -0.019451605 0.008250284 0.024537642 -0.019653775 0.0024147236 -0.0065722023 -0.012347822 0.02803577 -0.022927387 0.017680984 0.015773654 0.007905624 0.022795675 -0.031262852 0.010570364 0.0053846897 0.004725865 0.012639639 -0.0001516925 -0.011176346 -0.009203028 0.00065198855 -0.02139837 -0.011325935 0.0003541244 -0.008513971 0.02048138 -0.00038015138 0.0050949752 -0.0143371755 -0.015413483 -0.048494276 0.029103665 0.011127447 -0.015661921 -0.03337787 0.009444895 0.0040662526 -0.00065882393 0.021585554 -0.012600468 0.00903267 0.030831434 0.019867247 0.00047032564 0.002525404 0.032798707 0.032335214 -0.0034655293 -0.01530806 0.015511017 -0.010325342 -0.037391018 0.018074542 0.057943907 0.0025611583 0.008377001 0.014178648 0.010520677 0.0014046673 0.00058889284 -0.014243584 -0.005280318 0.010906086 0.018383974 0.0045741727 -0.009127314 -0.0010931324 -0.00013591857 0.042459965 0.023781545 0.00836964 0.00460835 0.019267313 0.04060916 -0.0040544225 0.017546117 0.001203024 0.0046811723 -0.021190679 0.022991272 -0.05202027 -0.02556321 -0.0308083 0.013658634 -0.0063566254 0.012318114 -0.021817956 -0.01331634 0.024516873 0.014713646 -0.020129094 -0.037930485 0.01565272 -0.029022956 -0.009672303 -0.031487893 0.014700765 0.008393301 0.028963802 -0.019442404 0.022038527 0.023919042 0.0038488358 -0.0055595166 -0.0038257006 -0.01894947 0.007157152 -0.0347084 0.0027478163 -0.014458109 -0.030790687 0.008940919 0.029359993 -0.018810658 -0.0074371384 0.001309498 0.022814604 0.032364924 0.007130599 0.019207371 0.019945854 0.0015808094 -0.002486758 0.014696295 0.03297064 -0.02478161 0.049677324 0.023267053 0.0067656958 -0.011666914 -0.015839903\nhà_nội 0.03806966666666666 -0.0006308333333333336 -0.051610333333333334 0.0320145 0.019662166666666668 0.02743033333333333 0.017123166666666665 -0.01183 -0.031086500000000003 -0.026711666666666672 0.04209433333333334 -0.009205166666666667 -0.0081695 -0.012419333333333333 0.016702833333333333 -0.0092455 0.015280666666666665 -0.02959116666666667 -0.0051495 -0.037536 -0.020232333333333335 0.0064996666666666675 -0.00038299999999999993 0.016399166666666666 -0.004031666666666668 0.02554016666666667 0.004433833333333333 0.0012733333333333331 0.0055565 -0.015821833333333334 0.018062833333333334 -0.02881766666666667 -0.0006488333333333334 -0.024643 0.0239115 0.009652666666666665 -0.04004866666666667 0.031655499999999996 0.0020266666666666666 0.0314545 -0.016555 0.011230166666666666 -0.013026833333333335 0.0003226666666666668 -0.027044333333333333 -0.034407 0.039652 -0.0058085 0.0069165 0.029193833333333332 0.0095645 0.05322033333333334 0.03289583333333333 -0.0333645 0.054733000000000004 0.007356833333333333 -0.010812166666666666 0.03342833333333333 -0.014430499999999999 0.019609666666666668 -0.019463333333333332 -0.03300433333333333 -0.011020999999999998 -0.007117166666666667 0.013496166666666665 0.009390666666666667 0.0399865 -0.016841 0.028038499999999997 0.009026500000000002 -0.03734083333333333 -0.012780499999999998 0.02963666666666667 0.01310716666666667 -0.041399500000000006 0.018644833333333336 -0.011236000000000001 0.030222833333333334 -0.014920500000000001 -0.014925166666666668 0.015725833333333335 -0.0017855 -0.0014845 0.03185983333333333 -0.027765666666666664 -0.054007 -0.013385833333333333 -0.013685833333333333 -0.006777166666666665 -0.019546833333333336 -0.0010626666666666666 0.03483633333333333 -0.009448833333333333 -0.015097666666666669 -0.0009568333333333335 -0.011473166666666666 -0.0043525 -0.02437716666666666 -0.0033181666666666667 -0.0095425 -0.014108333333333334 0.009508 -0.0034043333333333334 -0.012438166666666667 0.018590333333333334 -0.007431333333333334 -0.0169365 0.0009001666666666666 0.04749116666666667 0.004678666666666667 0.026837000000000003 0.0208445 0.013685833333333333 -0.0091875 0.009862833333333333 -0.00041566666666666634 -0.017512666666666666 -0.0018515000000000005 -0.006647333333333334 -0.041799833333333335 0.007715 -0.006585833333333333 0.04467616666666666 0.024428166666666667 0.027953666666666665 0.014330833333333334 -0.012004333333333334 -0.013201333333333334 -0.010698333333333332 -0.005356833333333334 -0.011690333333333336 -0.008189666666666666 -0.024970999999999997 0.021584000000000002 -0.014264833333333336 0.020659166666666666 -0.023566666666666666 0.0161775 0.007670333333333334 0.043049 -0.010425666666666666 -0.0018168333333333333 0.030788666666666662 0.02442683333333333 -0.038671500000000004 -0.03095366666666667 0.040744166666666665 0.00040400000000000006 -0.006834833333333334 -0.037870666666666664 0.004013333333333333 0.006317666666666666 0.025773666666666667 0.027472333333333335 -0.005458166666666667 0.010036499999999999 0.005514666666666667 -0.0161645 -0.0007916666666666662 -0.029407833333333338 -0.006517166666666667 0.012812666666666667 0.016889166666666667 0.004668666666666667 -0.016295499999999997 -0.004509833333333334 0.021378166666666667 -0.0266115 0.023234666666666667 0.02598333333333333 -0.034936 -0.027029333333333332 -0.012105666666666667 0.021260166666666667 -0.027072833333333338 -0.018989166666666665 0.002310666666666666 0.006269333333333334 -0.01642633333333333 -0.02534966666666667 0.038177666666666665 -0.001084 -0.0021551666666666668 -0.010775666666666668 -0.006970666666666667 -0.004978166666666666 0.0015826666666666665 0.0087535 -0.06519266666666666 -0.017117333333333335 0.009076666666666667 0.02313833333333333 -0.03141766666666667 -0.025004666666666665 -0.018741 0.03302016666666666 0.000624166666666667 0.004927166666666667 0.008376999999999999 -0.0010623333333333333 -0.047593833333333335 -0.03268666666666667 0.013260666666666665 0.029077000000000002 0.027541499999999997 -0.0005896666666666668 0.012334166666666667 -0.009179666666666668 -0.008284999999999999 0.028058 -0.036138833333333335 0.004541666666666667 0.003402 0.0151605 0.008819166666666666 0.048056833333333326 0.012770333333333333 -0.023839333333333334 0.007907666666666667 0.015090333333333336 0.018601666666666666 0.013606 0.0011858333333333334 -0.011389000000000002 -0.015551500000000001 -0.010765499999999999 0.0147715 0.0094415 -0.005035 -0.014618500000000001 0.0015478333333333336 -0.010213833333333333 -0.016016166666666665 -0.037012 -0.036855 0.009446833333333333 -0.010948666666666667 -0.04583416666666667 0.02909716666666667 0.020170166666666666 -0.0010745000000000002 0.036534833333333336 -0.013304000000000002 0.011564666666666668 0.0027696666666666664 -0.013245833333333333 0.0366205 -0.00026783333333333346 0.03302066666666667 0.05719250000000001 0.008892166666666666 0.010886666666666668 0.009396 -0.04855966666666667 -0.0295455 -0.016317166666666667 -0.007827333333333334 0.02424916666666667 -0.015412 -0.031428000000000005 0.007667333333333334 0.0010611666666666669 0.014718666666666666 -0.028780499999999997 -0.029685 -0.028895166666666663 -0.01763416666666667 -0.008120333333333334 -0.0002966666666666666 -0.0024298333333333338 0.018052 -0.008666833333333334 0.007538833333333335 0.0004266666666666667 0.020361 -0.003049 0.008691333333333334 0.028030666666666666 0.036206833333333334 -0.04691816666666667 0.0006166666666666667 -0.007904 0.005151500000000001 0.018474833333333333 -0.03125216666666667 0.0029373333333333335 -0.001661 -0.004995833333333334 -0.035664 -0.008547 0.014048833333333335 -0.03899866666666667 0.018516333333333333 -0.05972266666666667 -0.008669666666666666 0.014016166666666668 0.014346166666666667 0.003952499999999999 0.043106 -0.009016833333333333 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0\nghét -0.0028306853 -0.0031311049 0.0026483112 -0.004629887 0.008346397 0.003137134 -0.009465361 -0.011513375 -0.002162503 0.003226663 0.0038202072 -0.0035956313 -0.0001335309 0.0032601233 0.0019268942 0.010637075 -0.0011761766 -0.0022599904 -0.0020371024 0.0023684201 0.0028935063 -0.016688274 -0.0043091504 0.0096661225 -0.012272111 -0.0046515916 -0.0017637524 0.0044426904 -0.005331048 -0.001313575 0.0009591967 -0.0078095254 0.0015115036 -0.0005307535 -0.0026272403 -0.010734141 0.0038663284 0.004140341 -0.005476947 -0.008910703 0.0044475137 0.026531344 0.00094738015 -0.005581548 -0.003540768 0.014926331 -0.009739976 -0.0020170864 -0.012230813 -9.081018e-06 0.0109768035 0.00070640526 0.016841106 -0.004059856 -0.0031443685 0.0009966361 0.011388276 -0.0065573244 0.007324501 0.009013796 -0.015436074 -0.009453906 0.0034033093 0.007494817 -0.0062004137 -0.00016902301 -0.013064609 0.017253183 0.0035992486 0.0015950338 0.023077693 0.010858034 -0.0027744358 0.0012256436 -0.007001654 0.0039136554 -0.0037957903 0.011171236 0.013133339 -0.0037707705 -0.014575147 0.0021001343 0.0066363025 -0.014207687 -0.0057735685 0.0013989442 0.01242856 -0.015310673 0.0033807012 -0.011708108 0.014189299 -0.016590908 0.006756881 -0.0043824017 0.0096160825 0.0028469935 0.0034042138 0.0053844033 0.0011289703 0.0088778455 -0.0047721695 0.0021936123 -0.0057039345 -0.016591512 0.01865731 0.00588239 -0.00094864616 0.0033481452 0.014071132 -0.008619507 -0.015595237 -0.00558818 -0.0038970758 -0.008278573 0.0006274871 0.008178191 0.008580018 -0.0062613054 -0.011381342 -0.004457763 0.006625752 -0.002123014 0.013502909 -0.0052975873 -0.004681435 -0.0048514497 0.018443586 -0.008820872 0.0037626314 0.00072624034 -0.0044218907 -0.012813505 0.007949395 -0.014403023 -0.019213475 -0.004156318 -0.002398685 -0.006840079 0.014935374 -0.004410737 0.0103754215 -0.0036290914 0.0036948065 -0.010379642 0.0019983063 0.004079751 0.0061901645 0.0049578594 -0.0061660493 0.0031036735 -0.0077094454 -0.010457414 0.0072132675 -0.0022629746 0.00027436583 -0.00021704313 0.00028718324 -0.012866559 0.010026349 -0.0042066593 0.0137283895 -0.003986002 0.012121087 0.01572787 0.0009413512 -0.0072542643 -0.012809888 -0.014170006 -0.01159356 0.020612178 -0.0015361013 0.0061148037 -0.006455737 -0.009870501 0.011116975 0.012627816 -0.009832218 0.00055079954 -0.0012909365 -0.009125331 -0.0010699173 0.0022592368 -0.015030329 0.017596224 0.005387116 0.002797255 0.0020577514 -0.0047558914 -0.011544122 0.007927391 0.025622489 -0.009152461 -0.00941321 -0.0006549185 -0.01705453 -0.0003862108 0.013164689 0.014439799 -0.0017565177 -0.006487992 -0.017134411 0.009251034 0.0067957668 0.00063215947 0.002189965 0.0009921145 -0.0008048269 0.008952604 0.009270627 0.000629989 -0.013917998 0.0021588558 0.00092130515 -0.0050570345 0.005743725 -0.011696352 -0.0036996296 -0.0013323248 0.0052770893 0.010768204 0.016836885 -0.007190961 -0.004032726 0.0073344484 0.008356346 0.0047498625 -0.01228658 -0.0067906426 -0.0028659543 0.002978725 -0.0010799252 0.0110569885 4.5985373e-05 -0.004579245 0.008165532 -0.0049234945 0.005158019 -0.017167872 -0.009609752 -0.00097469095 0.00075894705 -0.0058965576 0.0094530005 -0.007750442 -0.007590978 -0.00822793 0.0066287667 -0.002587299 0.0102596665 0.005210771 0.00801511 -0.004545182 -0.017286342 -0.015728174 0.0003830758 0.0035905067 0.003702644 -0.007512602 -0.020544354 -0.011827781 0.0038437198 0.0046696784 0.009829505 0.0037397216 -0.0013834196 0.013265672 0.010627429 -0.004287748 0.008187838 -0.0046615396 0.020955825 0.0079909945 -0.0054311273 -0.0037107829 0.0064240857 -0.005184244 0.019164642 0.006680615 0.0045575406 -0.0052388054 0.008471196 -0.01626987 -0.004600045 -0.0011141694 0.0090752905 -0.0063640983 0.013696738 0.006482566 0.0030934245 0.0067201043 -0.021430902 0.004553019 -0.012018596 0.0017181135 0.0048577795 -0.01719862 -0.0020510894 -0.0030774479 -0.013200259 -0.0062685404 0.049138356 0.056168664 0.07802334 0.026632186 0.09910403 -0.02561962 -0.040353134 -0.031185206 0.0025875275 -0.009721745 0.067329675 -0.060774975 0.040834866 0.011447731 0.040485322 0.0022355216 0.05228793 -0.027146548 0.09424478 0.040194564 -0.03210566 0.028632792 -0.018455908 0.018206885 0.009152331 0.011948535 -0.020383896 0.0103111705 0.08416424 0.027664186 0.0041460637 -0.004069071 0.037867934 0.006527129 -0.0013465307 0.020683711 0.02397208 0.033868227 -0.027645912 0.021770442 -0.006064547 0.058654696 -0.029404929 -0.02663873 -0.041030753 -0.12268518 0.0011650987 0.0077903485 0.0070429225 -0.010736363 0.042398542 -0.0028404165 -0.023486866 -0.043681994 0.03657901 0.13279837 -0.005809499 0.004035847 0.02300612 -0.040151086 0.020895831 0.023222327 0.047042683 0.013620988 -0.03873939 -0.019161915 0.063684836 -0.03166824 0.02567942 -0.042516604 -0.0502733 0.032170724 0.07647562 0.013652236 -0.036328834 -0.02388673 0.011498108 -0.01303558 -0.022256834 0.060745437 0.08984526 -0.013319764 -0.050839283 -0.039335836 -0.04054002 0.0066887517 -0.069179595 -0.010344132 0.0146991825 -0.09366146 -0.036180172 0.036714043 -0.023559418 -0.04062748 -0.025466738 0.01456407 -0.039170995 0.068049885 -0.029755877 -0.024776287 -0.07151827 -0.031847756 0.022080572 -0.027125278 -0.044732597 0.0808992 -0.004902889 0.046290014 0.023909453 -0.012834941 -0.011831239 -0.0810211 -0.012125414 -0.055490304 0.035421748 0.0052904794 -0.057206616 0.00058941485 -0.035651717 0.017076122 -0.010461686 -0.06868995 0.006445121 -0.031209465 0.07066054 0.054988712 0.015755864 0.003347073 -0.0032641296 -0.0068467865 -0.01792456 0.06842004 -0.028073268 0.014369688 0.021433173 -0.026231162 0.04480421 0.07119654 -0.019752724 -0.04400349 0.027996222 -0.02870653 0.023581415 0.018690918 -0.03307864 0.100202195 0.00933509 -0.05485683 -0.06653036 0.04723658 -0.05585331 -0.038708042 0.040550105 0.0027379934 0.03702167 0.042122237 0.007782265 0.027953032 0.017485214 -0.026400078 0.0018284842 0.04305599 0.0545757 0.0457098 -0.032204 -0.007879176 -0.0545969 0.014185559 0.03752355 0.050562393 -0.038864907 -0.004246854 0.072206944 -0.07321332 -0.011146808 0.003390723 0.0136055965 -0.00047307604 0.04153565 -0.054603156 0.01279945 0.037518416 0.032214962 0.020804998 0.017853329 0.08249818 0.021893507 -0.063618354 0.042030558 -0.031042278 0.016810095 0.030576771 0.062171057 0.012855014 -0.06587988 0.06151217 -0.025228143 0.010569295 0.032134525 -0.005283863 0.039228614 0.042337134 -0.023524772 -0.077177174 0.0072151455 -0.03725818 0.03236725 -0.012786009 -0.030881085 -0.025351955 0.01711639 -0.042172503 -0.045527637 -0.035812907 -0.028430974 -0.020640645 -0.023425637 0.017198505 -0.043610476 0.03395488 0.055561084 -0.024569724 -0.014892648 -0.067705184 -0.029582782 0.027487867 -0.012717687 -0.026449503 0.06850345 -0.006621927 -0.02924623 -0.0026807513 0.0258282 0.04119673 0.0058569205 0.031118395 0.0035004765 -0.10567023 0.017714098 -0.083182745 -0.066649854 -0.011574444 -0.08948012 -0.047862355 -0.036872044 -0.04432388 -0.008070253 0.046005856 -0.00952591 -0.047480922 -0.041677814 -0.035925686 -0.029069401 0.093318745 0.03639539 -0.035381928 -0.043864433 0.020862112 0.009027946 -0.031021547 -0.0012708354 0.012146818 0.017333513 0.007793322 0.015710853 0.026776783 -0.012484876 0.01920034 -0.030063028 0.0060746144 -0.040219672 0.012733635 -0.013465831 0.021708174 -0.024647543 -0.010681743 0.06283117 0.034304187 0.010967528 0.043031294 -0.07421965 -0.0042958017 -0.034117624 0.052286685 -0.0032594413 0.05349576 -0.06216442 0.021849686 -0.020421276 -0.018930633 -0.009195792 0.052930713 -0.05954944 -0.04768199 0.043528765 0.05557106 -0.0012351461 -0.05377186 0.023782576 -0.016244603 -0.016661447 -0.035372414 -0.005662335 0.02640534 0.00354318 -0.06888672 -0.036568243 0.012880125 0.017935652 -0.012341443 -0.027777215 -0.018071603 -0.01115767 -0.00059716176 0.0037605215 -0.017184151 -0.029582867 0.02961422 0.0072735567 0.012367066 -0.025338527 0.0044631884 0.03361529 -0.009103626 -0.0014767771 -0.008682509 0.000609521 -0.021130059 -0.01879929 -0.008891711 0.013412777 0.006865401 0.0344307 0.017773775 0.014016872 0.00080485706 0.020980844 -0.04976398 -0.012401431 0.024536686 -0.02049582 -0.004921083 -0.002940592 -0.0014589918 0.012977492 -0.006595005 0.02034148 0.03495913 -0.009213051 0.008821173 -0.041765448 -0.015690492 0.015761634 -0.016895669 0.03872056 -0.037951574 -0.01078207 -0.012481917 -0.01617401 0.03947809 0.008806101 0.000998686 -0.02385964 -0.013151425 -0.0087397825 0.015781227 -0.009084937 -0.009864473 0.008158598 0.030779 -0.0111636985 -0.0022334028 0.011454894 0.023341458 -0.01493236 -0.01675821 -0.03705086 -0.008630962 -0.028812377 -0.01053157 0.0060120113 -0.007927391 0.013563801 -0.008462755 0.019576415 4.4312357e-05 -0.014152221 0.031940766 -0.016741028 0.017034333 -0.013322344 -0.027219543 0.044965588 -0.010318148 0.02585219 -0.011788595 0.026141576 -0.0011584517 -0.018855963 0.0032302802 0.019771148 0.015026109 -0.00848657 -0.0010237058 0.015716417 0.00854927 0.016683754 0.010420036 -0.0020465076 -0.028177535 -0.008784095 -0.0052559883 -0.015403518 0.0183004 0.00076597073 -0.048634466 0.040370967 -0.013586409 0.003971231 0.023465352 0.0046133082 0.032642834 -0.007892122 -0.002798009 0.0051815314 -0.022161001 0.011068745 -0.0032501756 -0.00397726 -0.011544122 -0.0057762815 -0.018799592 -0.015034851 0.012771303 -0.04223932 -0.04131509 0.0038705484 0.014671309 0.021119209 -0.013355202 -0.0059405686 -0.03275105 -0.027042594 0.014268277 0.004461079 0.010844469 -0.010757653 0.028446723 0.012230512 0.005786832 0.032220505 0.011158876 0.0065386347 -0.022917325 -0.0048680287 0.0096197 -0.016189383 -0.019271655 0.0012241665 0.019355757 -0.031974528 -0.0016383514 0.024245791 0.034586847 -0.02193944 -0.021289224 -0.02789508 -0.03186782 -0.0026053856 -0.025031658 -0.025695138 0.023009267 0.020813545 0.028626384 0.011100094 -0.0230789 -0.025153743 0.04272344 0.023468064 0.0012187405 0.0020193774 -0.006000858 -0.02828364 0.006440665 -0.002064594 -0.0061995094 -0.004946404 -0.0101740565 0.006917852 0.030019362 -0.0063674143 -0.0074116183 -0.013380221 -0.011485643 -0.00019111588 -0.006800289 0.0045819576 0.02692051 -0.015946418 0.021955717 0.0147192385 0.011107329 -0.027564999 0.019774465 0.0038862238 0.017101856 -0.00867226 0.012969352 0.03626861 0.023468668 0.017918168 -0.0017589292 -0.020901868 -0.032881577 0.042057853 0.0009338754 0.02969802 0.01700479 0.0034177788 -0.01214249 -0.018275682 -0.0032688652 -0.021304596 0.017441886 -0.004954242 -0.01288133 -0.013536973 -0.01680855 0.03526299 -0.03584719 -0.024358531 0.011065428 -0.023380043 0.014249286 -0.008713859 -0.013053756 0.005752166 -0.051252514 -0.005793464 0.026988333 0.025063308 -0.005213183 0.012168112 0.026194932 0.037234135 0.025100386 -0.011985437 0.019736482 -0.034298968 0.0026105102 0.0049979514 -0.026011353 -0.015119255 0.015463807 -0.00096221117 -0.027270788 -0.027023302 -0.0021110163 -0.008037417 0.005038345 0.0073446976 0.024083916 0.003998964 -0.0014535659 0.033345196 -0.0152310915 0.0176746 0.00488913 -0.035434812 -0.021272644 -0.014062089 0.0011286085 0.009628744 0.0028037361 -0.041605685 -0.007313649 0.009109957 0.023804476 0.024522819 -0.017141346 -0.004835473 -0.004901489 0.022384673 -0.017120244 0.006924785 -0.021676881 -0.00794005 -0.010689226 -0.025863042 -0.010696159 -0.0016073027 0.039520595 -0.006932623 0.027024508 0.0011243884 -0.011044628 -0.008112175 -0.004361602 -0.023280567 -0.0139547745 -0.0033602028 -0.010707915 -0.0048815934 0.026593141 0.021544848 -0.017258005 0.06665513 -0.0020844894 0.004637725 -0.011193844 0.043252476 0.013027531 -0.0065576257 -0.0014825045 0.0064677955 0.007644635 0.01445035 -0.019299086 -0.007873432 0.023895212 -0.013376001 0.03234621 0.026938898 0.021656683 0.009897029 0.0021239787 -0.028462099 0.013221661 0.004999157 0.015328759 0.0025538385 0.011043725 0.014582683 -0.020588966 0.0039579677 0.02850249 -0.059514508 -0.03761245 0.0021836646 -0.012646204 -0.0051999195 0.0030337384 0.014442512 0.0063882135 -0.014672514 -0.050065726 -0.026766773 -0.023264287 -0.026468946 -0.0063004936 -0.0057226242 0.009501835 0.007217488 0.0140853 0.0066188187 0.01787054 -0.0005495335 -0.022873012 0.0040058973 -0.004110197 -0.015970837 -0.0010900237 -0.024272319 0.011152848 -0.027760938 -0.018329037 -0.005533317 -0.013297626 -0.020807212 -0.010071565 -0.018030304 0.0037267597 -0.012196147 -0.01299799 -0.020697488 -0.022394622 0.0041771177 0.017633604 -0.016928827 0.011435301 -0.00806304 0.0057045375 -0.034669746 -0.027812183 -0.022804284 -0.015099059 0.0141178565 0.0060909893 -0.017102158 0.009681496 -0.0020525362 0.00046090878 -0.01730503 -0.0023063526 -0.0066287667 -0.017479565 0.0053337603 -0.005356068 0.030632198 0.019146856 -0.008919142 -0.014737325 -0.004479165 0.020578718 0.02880665 0.03617064 0.0029776697 0.029102666 0.03018847 0.008395231 -0.03105 -0.043119542 -0.012292007 0.016014848 -0.0055073923 -0.006650169 -0.011939014 0.006567875 -0.009179892 0.0056707757 -0.015724557 0.062733635 0.020013208 0.01442744 -0.03982686 0.023127733 0.01776443 0.017812964 0.003919081 -0.013200259 0.010325985 0.026810784 -0.0088672945 -0.023665208 0.046981044 -0.007668751 -0.0049364567 0.021109562 -0.006551295 0.011441028 0.013095959 -0.0032643436 -0.0085818255 0.014362027 -0.038792 0.0022141105 -0.0047860355 -0.0049364567 -0.005375963 0.04380834 0.027923416 -0.026293203 -0.0022813329 0.023954295 -0.00013896596 -0.0009402057 0.03775865 -0.016614722 -0.000968843 0.02952258 0.029327244 0.01634101 -0.024853503 -0.016644264 -0.025039796 0.009534391 -0.009627236 -0.020940453 0.016575836 -0.0381237 0.0009287508 -0.0052415184 0.00941321 -0.03056196 -0.03750423 0.004634409 -0.0018342903 0.008702706 0.0068729366 -0.020519637 0.007616299 -0.02711042 0.009528965 -0.02045573 0.055491127 0.017422894 0.014984811 -0.005772061 0.018174697 0.005425701 0.0057250354 -0.003058457 -0.0104372185 -0.009808104 0.008504054 -0.0311965 0.007666641 0.004511118 0.0039413883 -0.0076705595 0.01897654 0.026640467 0.023499114 -0.038268995 0.009224204 0.011885659 0.00550679 0.090317324 0.01520366 -0.0061350004 0.011315325 0.016493542 0.004485194 -0.010874613 -0.02026371 -0.006903081 0.026276926 -0.048607938 -0.007671765 -0.0038934585 -0.016487813 -0.016857987 -0.015877087 -0.018057736 -0.042878687 0.023842156 -0.008156488 0.02690815 -0.06589609 0.025227297 0.026871072 -0.0099464655 -0.030792566 -0.018316377 0.045534413 0.008677082 -0.0046136095 0.002884825 0.028209487 0.010224397 -0.005622243 -0.0065594343 0.055753384 0.0016350355 -0.0036911892 0.031359885 -0.007919552 0.0038202072 0.004443595 -0.054031834 -0.019624949 0.027257524 0.0065235626 0.0038401026 -0.02458763 0.033186335 0.013561088 -0.008783492 0.028305648 0.02726868 0.004463792 0.026039086 -0.023395114 -0.034410503 0.001553344 0.005486593 0.009083732 -0.020181715 -0.03193534 -0.0041279825 0.0028139853 0.034256164 0.0010978612 0.019638814 -0.028975759 -0.010744692 0.0029571715 0.030571004 -0.004313672 0.016277405 -0.019383792 0.02340657 -0.002164975 0.005926401 -0.005929717 0.005042264 0.017419277 -0.008397643 -0.014096152 -0.011375614 0.0010598792 -0.017520262 -0.03440749 -0.049739264 0.012706795 -0.0014484413 -0.022537204 -0.01180879 -0.034760483 -0.0058278283 -0.008730137 -0.0103501 -0.019841686 -0.019949604 0.030624663 -0.033347607 0.05234314 0.0009631155 0.015203057 0.037612148 -0.029490625 0.023642903 0.0416919 -0.0046515916 -0.023825578 -0.014207988 0.03329456 0.014729487 -0.0042609195 0.022803681 -0.033232156 -0.03270312 0.0043010116 -0.0031389426 -0.018845713 0.03629785 0.030700928 -0.059305005 0.02482336 0.001670606 0.0014858205 -0.016842917 -0.0114491675 0.02460692 -0.009092172 -0.01107628 -0.009462949 -0.0023184102 -0.014957983 0.050852798 -0.043992523 -0.0022930892 0.020057218 -0.041814588 -0.005603855 0.019639418 -0.0526476 -0.03007965 0.004993128 0.02536626 0.03647751 0.0060448684 0.009954002 -0.01584634 0.004453844 -0.014467532 0.020840673 0.029346233 0.0010568647 0.023903048 -0.007064354 -0.011473584 -0.010247609 -0.020296266 0.024152042 0.004575326 0.0117506115 -0.010485449 0.010566236 -0.015767362 0.044405505 0.015826445 -0.020839468 -0.010934602 -0.01893283 0.033298172 -0.03643802 -0.022907076 -0.0070040654 -0.0120650185 0.026110226 -0.012281154 -0.043273274 0.012656453 0.005721418 0.00325108 0.0034690243 -0.013183077 -0.036857028 0.05491808 -0.010236758 -0.0074342266 0.020557014 -0.030229166 -0.0657306 0.013094753 -0.013439304 0.016340407 -0.016191795 0.010366679 0.023230527 0.017515138 -0.008127247 -0.02609425 -0.005844106 -0.031483173 0.018305222 -0.01298774 0.0010984641 0.0005145659 -0.009840358 0.03580047 0.006141331 -0.025594454 -0.027370567 0.0029463195 -0.018770654 -0.00970742 -0.026157252 0.029200938 0.008709337 0.010543025 -0.00835725 0.0040559373 -0.021450797 -0.0032357064 0.021967473 0.033047974 0.040360417 -0.004015845 0.031109383 -0.007849617 -0.033469692 -0.012987138 -0.02753847 -0.005753673 0.012701368 -0.019662026 0.013403734 -0.015560872 0.02736695 -0.0404192 -0.014433469 -0.014869659 0.0070004477 0.014656236 0.0070504877 0.008693662 -0.0062100603 -0.002860709 -0.032268137 0.004639835 -0.0008931803 -0.008242701 -0.004052018 0.033386197 0.028192606 0.032033008 0.014766866 -0.004507803 -0.026648303 0.02108635 0.03747469 -0.012909667 0.01897473 0.03283847 0.00749753 -0.052671716 -0.055385925 0.007351631 -0.03191243 -0.0015165678 0.007414331 0.00392722 0.024506541 -0.016725352 0.0069437763 -0.010086939 -0.03178884 -0.01102835 -0.026796013 -0.03759858 0.006830433 -0.01980702 -0.010385369 -0.02046447 -0.027602077 -0.0019856156 -0.02208986 0.0201787 0.022923956 -0.009522334 -0.023935605 -0.0006592593 0.016134823 -0.011859132 -0.015156634 -0.0048719477 0.011966446 0.0013797119 0.013063404 -0.03497933 0.004965094 0.014078668 0.0144416075 0.039850373 0.007096006 -0.01147479 -0.021001345 0.0018807128 0.016794683 0.014136245 -0.0011524226 0.021376943 -0.021954209 0.010477913 0.01661653 -0.021770932 0.016886022 0.010008564 -0.015341119 0.005284324 0.02772175 -0.024518901 0.016227065 0.008995107 -0.0002655727 -0.020369213 0.02143874 0.028673712 -0.019458551 0.0014188997 0.0038461317 -0.0028341822 0.012312504 0.03479153 0.0064014774 0.01970031 -0.012197353 0.018887311 0.0022020529 -0.008642416 -0.005446501 0.04411099 -0.001455073 -0.040493052 0.0063993675 0.0238928 -0.021300377 -0.0057322704 0.0024908367 -0.028725259 0.0026720047 -0.016665064 0.04568001 -0.067296304 -0.012161481 -0.009301073 -0.018250663 0.009930188 -0.027075753 -0.036810607 -0.0013652426 -0.004230172 -0.014998376 0.015188587 0.027434172 0.04772169 0.02023688 -0.035721485 0.041670494 0.018509904 0.0077124597 0.012575364 -0.02338758 0.011993274 0.011813312 -0.01779548 -0.023040917 -0.017008709 -0.03335786 -0.009652558 -0.024119487 0.0042479574 -0.030410936 0.004592207 -0.028520577 -0.035704 -0.0018156009 -0.0060943053 0.04205996 0.020708641 -0.040881313 0.018439667 -0.024928562 -0.016892051 -0.0053415983 -0.036770817 -0.0030403703 0.018405605 0.00037288695 0.015334789 0.025440115 0.006520548 0.008433817 0.0009766805 0.008064548 -0.011263176 0.0012898814 -0.0037104816 0.009215765 -0.045989595 -0.007215378 -0.0135375755 -0.017940173 0.03144459 0.046872824 0.02662027 -0.015378197 0.042431343 0.014971849 0.0023389088 -0.017036442 -0.06678083 0.011961623 0.002037464 -0.006125354 -0.016361207 -0.010923749 0.00038102598 -0.0011705094 -0.008871816 -0.03694927 0.028505506 -0.019617412 -0.012002016 -0.008379859 0.0012739048 0.018940367 0.016266854 0.012542206 0.042277604 -0.0034738476 0.020685129 0.0068910234 -0.010687416 0.06887225 -0.027117051 -0.0096450215 0.017111503 -0.005860987 0.030304529 -0.01582132 -0.032148164 -0.0095898565 0.0047335844 0.0022674664 -0.00085037516 -0.03435413 0.00970742 0.014314398 0.041138746 0.009842166 0.006680012 0.012815615 0.004936155 0.018660024 0.0069226753 0.0009396028 0.019722918 0.01222388 0.008413921 0.028664367 -0.05961007 -0.023869287 -0.02164131 -0.002024502 0.026170816 0.029712489 -0.014228185 0.015090016 0.013972862 0.012030955 0.0052502607 0.0022153163 -0.032226235 -0.009686923 -0.0027024508 0.0019672276 0.02967481 0.027716324 0.008304497 0.029176822 0.009649242 -0.014445225 0.016164664 0.0051351087 0.014562186 0.0038874294 0.017118435 0.0023006252 0.0566535 -0.016856782 -0.009228425 0.01147268 2.5924235e-05 0.022519117 0.0028061478 0.008808814 0.018517742 0.0038916497 0.02514289 0.017451532 0.027528523 0.036646016 -0.0056967 -0.009038514 0.032032408 -0.021026663 0.047320772 -0.022373518 -0.009702597 0.012012869 0.020580528\nem -0.004634901 0.008860398 -0.007916262 -0.017989555 -0.0036125048 0.01232056 0.0015739503 0.00067927677 -0.0078747645 -0.010600226 0.0026059553 0.00031997584 0.0208189 -0.014316335 -0.00680725 0.009742148 -0.0045304615 -0.02531399 -0.0065986486 0.013351868 -0.0075096427 -0.009197112 -0.010285236 -0.008373012 -0.007267342 -0.0076018283 -0.008632301 0.0075246817 -0.009766936 -0.007934921 0.001194207 -0.007005268 -0.0005144846 0.005578759 0.008190868 0.0028466124 0.0010363775 -0.007897324 0.0039670435 0.0024938565 0.0065947496 0.00806944 -0.0075191124 0.008120407 -0.004038898 0.008644556 0.00745617 -0.0022653977 0.002439269 -0.009697031 -0.0051119826 0.005046255 0.0035114072 -0.0044577713 0.00752134 -0.004330215 -0.00924585 0.0026398215 0.0022072457 0.010757026 -0.0068064146 -0.0046131774 0.012297166 0.0013703344 -0.0013566318 0.0009275372 -0.010934155 0.02150124 0.004355002 0.008499175 -0.0005347042 0.00149012 -0.0035729567 0.010283844 -0.005543667 0.0004815373 0.006219045 0.021977207 0.017299972 -0.0050195185 -0.005997632 -0.006025483 0.00025498364 -0.006876598 -0.007126697 -0.00026797038 0.0031947454 0.0072269593 -0.003802446 0.0067197992 0.0070941113 -0.0011957388 -0.0049381945 0.004440225 0.0063855913 0.014914568 -0.004837654 0.0071681943 -0.019710166 -0.0013960126 -0.0072400486 0.005943324 -0.010249588 -0.009088773 0.011188432 -0.009663054 0.0037915844 0.0043480396 0.010181075 -0.006083969 -0.0067824633 0.0050114417 -0.0016280919 0.0018215701 -0.0023851553 -0.0050813467 0.004045303 -0.0064777774 0.007068489 -0.013076147 -0.01117005 -0.010429502 0.008899946 0.0021258104 0.004982477 0.008965951 -0.0051259077 0.011942348 -0.00051047414 0.011663842 0.0011751851 -0.0187716 -0.0026386797 -0.0022102813 -0.018505627 -0.0010471835 -0.0054982705 0.016963815 0.0077455374 0.007501566 0.0022425323 -0.003145171 0.0105216885 0.0018408706 -0.011856569 0.013169447 -0.0019365653 0.007184347 -0.01629011 -0.0018028823 -0.00069955207 0.003953675 0.0013117645 0.0020240163 0.0066752383 0.015947547 0.015511128 -0.01753726 -0.0017078283 -0.0011663842 0.0018590013 -0.00034682386 0.014793138 0.0030424024 0.012282404 0.0017673171 -0.0153161725 -0.0015998513 -0.008823635 0.013744006 0.012014481 0.0013661289 0.008008169 -0.0071823974 0.0037595562 0.009845196 -0.010504978 0.0075789914 0.004415995 0.005365145 -0.002187778 -0.0043093273 -0.005951122 0.01840453 -0.015513634 -0.0047059203 0.017652841 0.011767447 -0.013526213 -0.0005549516 -0.013254949 0.009087659 -0.008279434 0.005263768 0.004210736 0.0056288904 0.01079908 -0.004356116 -0.013975444 -0.0043435832 -0.0076132473 -0.0021116904 0.015414207 -0.0025014875 0.005799336 -0.0012167938 -0.003563209 -0.013779097 0.007485134 0.013040499 -0.012454521 -0.0033858006 0.006017406 0.0027326755 0.0058870655 -0.009154779 -0.010656764 -0.0027942534 -0.0062446673 -0.002920695 -0.011402046 0.0014348364 -0.01453552 -0.0020501402 0.0076371985 -0.001569522 -0.0032047716 -0.007514099 0.006915589 0.0017202497 -0.005315292 0.0077469302 0.011265856 0.0035832613 0.0013320119 0.0020810266 -0.0035314595 -0.0007017522 0.0011219624 0.006695012 0.008206744 -0.002478873 0.003048251 -0.0043937145 9.23666e-05 -0.00045580333 0.0023857404 -0.004770812 0.015936686 0.0029223661 0.004586441 0.0023929535 -0.008186413 0.0007345881 0.0057751057 0.010414185 -0.000613605 -0.009597047 -0.007334741 -0.007413001 -0.00017088586 0.010443428 0.008229582 -0.007318588 0.00024467052 0.012218626 -0.02314944 -0.00050181255 -0.002648483 0.007184904 -0.0006979924 0.0017390209 0.0064184554 -0.001106199 0.005367651 -0.004901153 -0.0029763966 0.014473692 -0.005174089 0.007154268 0.0047340496 -0.004624318 -0.003003133 0.0051816087 0.012895397 -0.0055461735 0.013970989 -0.000105874155 -0.00039038222 -0.0014555851 -0.004228839 0.00071754353 -0.010116462 -0.010940562 0.0019482627 0.0031499057 -0.0014285143 0.00039567385 0.011482812 -0.010921901 -0.011700683 -0.012371501 0.056419052 -0.0035649296 0.12922892 -0.008573731 0.088575974 -0.08913916 -0.053303733 0.014817763 0.06440793 -0.112886116 -0.017678479 0.08394887 -0.016052594 -0.014274495 -0.008252184 0.0027837348 -0.012247504 0.03635735 -0.009824917 0.034662664 -0.025056835 0.050600387 -0.07071069 -0.0009052007 -0.025444806 0.0735025 0.11793371 0.091345474 -0.021021174 -0.0391444 0.045651395 0.022388613 0.054167952 -0.08580822 0.021708978 -0.08017308 0.020714538 0.10092027 0.0016583691 -0.025018593 0.023776045 -0.012250546 -0.06616055 -0.035442792 0.037584588 0.017897561 0.08890398 -0.04897631 0.029676583 0.008186725 0.025536997 -0.06091593 0.0463556 0.036177464 -0.07403127 -0.033119343 0.005777512 -0.020602293 0.027419591 -0.030156795 0.014592219 -0.056167003 0.0012583595 -0.02601411 0.048280835 -0.012382818 0.059029285 -0.033604298 -0.009632872 -0.023755787 0.03514748 -0.019771747 -0.013886277 -0.03519877 0.048546728 -0.06405852 0.004977978 0.0559487 0.04138694 -0.0041372944 -0.011417657 -0.0036049425 -0.047993027 0.035335317 -0.076457866 0.009435978 0.018984642 0.042400446 0.030621693 0.0843946 -0.05493561 -0.07045098 -0.083562344 -0.036720887 0.03009658 -0.045468997 0.0079003675 -0.050365306 -0.080589846 0.11258569 0.011488976 -0.026213601 0.05298167 0.039223745 0.032023817 0.063722 0.07972125 -0.10986541 0.046686374 -0.021352394 -0.04624131 -0.066793054 0.046408426 0.058138017 0.022827772 -0.007451725 0.00787803 -0.031518403 0.016081242 0.012454054 0.06666102 -0.013950862 0.010168447 0.09680342 -0.03095454 0.045479745 0.07790179 0.044255454 0.07459974 -0.07268447 0.0011700632 -0.037645694 0.0032804706 -0.006980113 -0.011787935 0.02145305 0.027018305 0.023661241 0.043225024 -0.009128923 -0.021127976 0.006145599 0.07127516 0.033726666 -0.026212785 0.010826405 -0.036620192 -0.0037838249 -0.06356577 -0.02832825 0.0058666673 -0.06020078 0.024277126 0.009005176 -0.030809153 0.0075422064 0.037014447 -0.024063071 -0.0053932094 -0.013686816 0.05881756 0.011547092 -0.07330952 0.0096303895 -0.045423485 -0.07366824 0.02523523 -0.015231246 -0.03827654 -0.072721794 -0.00835431 -0.019664558 -0.009518275 0.09226165 0.05058744 0.009776764 0.041756537 -0.022422165 0.014803643 0.04046741 -0.030252362 -0.013487803 0.060145184 -0.020591414 -0.030909985 -0.04293505 -0.00905154 -0.04185207 0.042543855 -0.0034109328 0.022446265 -0.010923808 -0.027250359 -0.01184088 0.032758273 0.03842075 0.01678356 0.008471135 -0.018832417 0.0032436615 0.0044535478 0.07585023 -0.055285215 -0.008436165 0.010835812 0.01020616 0.06476322 -0.006307893 -0.010687249 -0.022916814 0.09844934 0.02605234 0.055785872 -0.021935796 -0.015834233 0.0030039481 0.03331947 0.03756769 0.025854738 0.0230779 0.00017563038 0.00048928626 -0.031586587 0.027426237 0.044720773 -0.020849586 0.06460025 -0.017660145 0.0036208702 0.013319208 -0.026079666 0.010832253 -0.009693414 0.041392714 -0.0046851058 -0.028870078 0.02122867 0.019259807 -0.11448872 0.054997973 0.01853349 0.035875604 -0.0036473214 -0.115759715 -0.06350713 0.033728253 0.010240282 -0.01763494 0.0035838005 0.024910666 -0.00082604703 -0.07134037 0.031596437 0.010677016 -0.0051721623 -0.027860811 0.031384364 -0.0025461828 -0.020145074 0.051625688 -0.08541483 -0.015059941 -0.060302414 0.009232929 -0.016074022 -0.03402147 -0.06404809 0.047232255 -0.09521958 -0.019851753 -0.078864925 -0.114834785 0.028414514 0.008378352 0.032424543 0.08788418 0.0350535 0.0683155 -0.00493081 0.03527929 -0.010170904 0.044831857 -0.057685222 0.055520028 -0.039080344 0.0069924607 -0.007589223 0.038860552 0.03949841 0.008994209 -0.016500972 0.005266451 0.042326413 0.09260669 -0.037323996 0.016173512 -0.0003227861 -0.0017761296 -0.013816696 -0.02014547 -0.018664096 -0.0062761386 -0.0014719056 -0.02368807 -7.798176e-06 -0.029111423 0.00043753334 0.03522213 -0.026211059 -0.0021642721 0.013906096 0.0014861095 0.02170065 -0.0015239862 0.009668345 0.030884674 0.023997491 0.018627612 0.013666302 0.009184301 0.014253671 0.0009082089 0.000802098 -0.0052648825 -0.014440271 0.0004946271 0.011191496 0.025982684 0.013651262 0.024761992 0.0137069635 0.0097585805 0.0057024155 -0.017552022 0.010764267 -0.009036414 0.03000877 0.00810676 0.010272146 -0.010560401 -0.036723558 0.011774409 0.0045585907 -0.020450436 -0.024682894 0.008669343 -0.021089887 -0.0065966994 -0.008789379 0.008182236 0.017031772 -0.020541508 0.015272448 0.01530002 -0.0048888987 0.008134053 0.005103627 -0.024018658 -0.012465104 -0.032210086 0.027696334 -0.0072935224 -0.018222386 0.02426625 -0.003623088 -0.012528325 -0.03232288 -0.016734606 0.021572258 -0.022068279 0.014027247 -0.008000928 -0.012641121 0.0072419983 -0.03198171 -0.0092725875 0.00022001994 0.018030496 -0.033513494 -0.012223083 0.025354931 0.007060691 -0.011840137 -0.0011365841 -0.012903473 -0.0077884276 -0.0007168751 -0.0004314062 -0.019368997 -0.030119896 0.009137791 -0.005545895 0.021971915 -0.022940561 -0.018159723 0.014669202 -0.0036030356 0.009668624 -0.004753545 0.012867824 -0.0020258545 -0.0063460437 0.00030412883 0.03053097 -0.02906408 0.0120381545 -0.0006327662 -0.02617764 0.040021073 -0.006709494 0.00902973 0.011800588 0.0047989413 -0.005732773 0.009769721 -0.020047437 -0.006376122 0.0018721191 -0.013051918 -0.005995404 0.0021634365 0.023999998 -0.021067327 -0.013093415 0.01755982 -0.012606586 -0.019297142 0.0074230274 -0.005162392 -0.007339754 -0.02604841 0.013155243 -0.0013540974 -0.011358042 0.0063212565 -0.022650078 -0.03212152 0.0115374 0.012358715 0.0016955462 -0.0054757115 0.0025753472 -0.019579547 -0.001136027 -0.0026288205 0.00023478079 -0.025206208 0.01045596 -0.028784458 0.0021832106 0.009407664 -0.014366467 -0.008842853 -0.008474667 0.0221276 0.006354677 -0.01005881 0.029450646 0.0071136067 -0.0046995147 0.0062750243 -0.0031045093 0.009605402 -0.024855848 -0.0034710234 0.023032468 0.0003687423 -0.03266182 -0.010024276 0.0066880495 0.0027081948 -0.033722095 -0.017042913 -0.027700791 -0.00045591476 0.052218534 0.00096084655 0.0010577668 -0.0021999208 -0.025662122 -0.04130359 0.0053144563 0.0068055787 -0.021776125 -0.011612597 0.012597674 0.0021043934 -0.016076773 -0.011106829 0.01980068 -0.02380198 0.007223338 0.007326107 0.0052083456 0.04634734 -0.019138115 -0.026313549 0.014051198 0.02514828 -0.0146705955 -0.017044304 0.019722698 -0.011151112 -0.050540254 0.008889085 -0.0020940886 0.01782273 -0.018366653 0.018056674 0.012179358 0.02907438 0.011901687 0.022942789 0.030446025 0.009735464 -0.017877595 -0.0019358969 0.0019473159 0.011190939 -0.0055417176 -0.0018256085 -0.0036760042 -0.0057728775 0.011003225 -0.02338088 0.0044343765 -0.005869241 -0.03275512 -0.00470035 -0.013245479 -0.0024099147 -0.0067963884 -0.05682614 0.0069339704 0.03787741 0.013724511 0.006211247 0.029790424 -0.022622785 0.030253299 0.011401489 0.0055316915 0.005569011 0.021265067 -0.006473878 -0.036579013 -0.006903613 -0.020195602 0.0021202683 0.014248102 -0.011206256 -0.0111558465 0.012432519 0.014772808 -0.012757536 -0.025487779 -0.024205536 0.008994916 -0.008430942 -0.0056481073 -0.014432752 -0.0038890615 0.029204445 0.04244491 0.04915719 -0.0021314085 -0.043907348 -0.023499524 0.04587583 -0.0041196644 0.003989324 -0.042496435 0.007882284 0.004144173 0.0009602896 0.00039269382 -0.011955995 0.0035974653 0.01457479 -0.0075795483 0.0017715783 0.012663402 0.0080583 0.001799986 -0.015337619 -0.024160974 0.0017072433 -0.017312786 0.021509038 -0.011660779 -0.03259331 0.032430105 0.022625849 -0.009897277 -0.021260055 -0.011064218 -0.019550582 0.014914568 0.021592034 -0.0053506624 -0.013986305 0.005132035 -0.020062476 -0.011578341 0.019416343 -0.04036057 -0.020583283 0.0025430408 0.0061984356 -0.014632997 0.00872198 0.014877247 -0.010790725 -0.011608977 -0.0033186805 0.041665092 -0.005021468 0.015775708 0.01542117 0.0155607015 -0.0007427762 0.022528091 -0.014884767 0.0046212543 -0.005371272 0.014886159 -0.0009513774 0.0012112238 -0.031631626 0.031333625 0.0049883258 0.0032075567 -0.009474504 -0.0132582905 -0.0458218 0.0420667 -0.03326145 0.014852182 -0.013197854 0.0077611343 -0.042265553 0.014068466 -0.0032454336 -0.025503654 0.008423701 0.01549191 0.0028892239 0.027424233 0.0028262816 0.00093243894 -0.015391926 -0.016234687 0.020965395 0.01182454 0.009334695 0.015010651 -0.0182235 -0.0033885858 0.012312205 -0.0018801958 0.0017331444 -0.00075920805 0.0056957314 0.0028290667 -0.010397474 0.00393223 -0.026121937 -0.0135654835 0.014803444 -0.006334068 -0.0040712045 0.0013852902 -0.014223872 -0.0018141898 0.010313643 -0.027472693 0.011693642 -0.009000487 0.010431453 0.016214356 0.022047114 -0.016769141 0.016001299 -0.005613851 0.0035503977 -0.04083069 0.014046743 0.0027664027 -0.027298905 -0.018324876 -0.0033273143 0.0055670617 0.028096545 0.006974632 -0.004947107 -0.0052774153 -0.0025990203 -0.0048150946 -0.0026925986 -0.0022286072 0.0014050641 -0.0070882626 0.022611644 0.0068053002 0.015859261 -0.010845033 0.007245619 0.026191842 -0.0016749366 -0.0102440175 -0.00012699884 -0.0038077377 -0.024689302 -0.0072194394 -0.028413208 0.013420938 0.0066479445 0.029635573 -0.029349547 0.023228256 -0.011918675 -0.021169817 0.007696242 0.02647397 0.009775848 -0.03976206 0.011218232 0.016519876 -0.020393899 -0.023227422 0.009641051 -0.0025561305 0.020271078 -0.0020291966 -0.0002047021 0.03623617 0.012938008 -0.0026037549 -0.01412528 -0.011806995 -0.026073756 -0.013425394 -0.031316634 -0.018591128 -0.01804637 0.0020720866 -0.01329004 0.047182858 0.015991552 -0.014754704 -0.00506213 0.012049017 0.018516768 0.0073294495 0.0011978555 -0.004654675 -0.0053851972 0.0041205 0.0068275807 0.0019063753 0.003936129 0.01370223 -0.03542182 0.001045791 0.014838814 -0.04277327 0.025944252 0.0018551302 0.0064596743 -0.01774809 -0.018664654 0.012712418 -0.035486154 0.025232667 0.02338255 0.011128275 -0.0056625893 0.017971732 0.026316335 0.007876435 -0.013052196 -0.0014490681 0.025875181 -0.0025012647 -0.0031699582 0.021623226 -0.033687837 0.007794555 -0.015125117 -0.037704177 0.00700499 0.008991017 0.024286859 -0.016409032 -0.0069345273 0.0018445469 -0.010279666 0.0028098498 -0.00844988 0.0321438 -0.0119067 -0.012572051 0.0023656322 0.025408404 0.018917259 0.06194007 0.008510873 0.030435443 0.02412477 -0.03787769 0.009877503 -0.0042461064 -0.039372988 -0.00920853 -0.021228027 -0.03155309 0.014948545 -0.028499268 0.02383735 -0.01098568 -0.017625548 -0.007325272 0.00341198 0.019611854 0.0070751733 -0.013539304 -0.022846425 0.02468039 -0.0006773272 0.004937916 0.023871606 0.0146296555 0.017516373 0.018272517 -0.0382325 -0.003999907 -0.05876092 -0.0038935174 0.011405667 0.015237634 0.018464964 -0.03163079 0.025000114 -0.022329796 0.020001205 -0.011401211 0.011865202 0.015085291 0.010401374 0.030080905 -0.031680923 -0.018505907 -0.028940978 0.026580358 0.019141736 0.012885649 -0.011729848 0.026707357 -0.02067519 -0.032725044 0.011786663 0.010693247 -0.011210155 -0.0071957665 0.019483741 -0.025327638 -0.015389978 0.00015262142 0.032508925 -0.004863276 -0.003934458 0.003051036 0.014890059 -0.0042349664 -0.018209575 0.024174342 -0.0040054773 -0.052940696 -0.035877455 -0.040215187 -0.006758233 0.013295889 -0.00031387655 0.01886323 -0.029978415 0.018799452 -0.014925986 0.008380254 0.017662032 -0.024044001 0.016873859 -0.015884325 0.035514005 0.041015897 -0.024473738 -0.01574563 0.01543064 -0.010373801 -0.015738111 -0.0075486335 -0.0063750083 0.00056676025 -0.018528743 -0.020020144 0.028388143 -0.0017465128 0.007898995 0.0367489 0.013660732 -0.018309 0.0018662704 -0.00418205 -0.015477428 -0.013455473 0.027270775 0.029200826 -0.012816302 0.01246789 -0.015914684 -0.014372873 0.043221388 0.018063916 -0.002156474 0.03166644 0.006472207 0.0034804926 -0.0006193979 -0.00015819156 0.01767902 0.03739726 -0.010915774 0.025704736 0.0008823078 0.025606701 -0.011843478 -0.008759579 0.028115766 0.00038740222 0.01257038 -0.014120268 -0.00031109148 -0.006751549 0.010230092 -0.0065930784 0.016466683 -0.027271332 0.0063964534 -0.015118434 0.001160257 0.029516928 0.0076878862 -0.00853928 0.014271775 0.010227865 -0.0039313943 0.04680994 0.021378418 0.003449857 -0.023887482 0.008649012 -0.027625313 -0.037058324 0.014726576 -0.0034220063 -0.0010959221 0.0027755934 0.027604984 -0.0049947314 0.021992248 0.020528696 -0.00039854247 -0.012512729 -0.0135877635 0.014509619 0.011691693 0.026477868 0.0036899294 0.010628634 0.0045198784 -0.025731193 0.003840601 -0.01174628 -0.026616843 -0.028984144 0.005689604 -0.030116273 0.005274073 0.051389974 0.005219764 0.013283635 -0.022064658 -0.0010413349 -0.0382818 0.018171977 -0.008243507 0.015856475 -0.0077288267 -0.002580639 0.0048641115 -0.005872026 0.007565622 0.022030959 -0.010847541 0.02425511 0.023450783 0.013782997 0.007925731 -0.0015944483 -0.033407383 0.019324156 0.0098911505 0.015718894 0.009339151 0.00089595467 -0.0028301808 -0.019731054 -0.007923503 -0.011637941 0.017316962 0.0015490518 0.03722125 0.021872766 -0.00050883094 0.024262073 0.032246012 0.02777738 -0.011783321 -0.0018437115 -0.013007357 -0.024635829 0.02912117 -0.01893954 0.025478031 -0.011008795 0.0063686026 -0.03450163 -0.0047418475 0.026795087 -0.027792139 0.00052219926 -0.015290829 -0.0047685844 -0.029685982 -0.0018679415 -0.034117017 0.018710608 0.016304594 -0.007870865 -0.015634784 -0.0001517859 0.013474133 0.018129086 0.00335795 0.014879474 -0.0060719936 0.0051869005 0.0033256433 0.027997956 0.030584723 -0.0044722534 -0.020146308 -0.0039202543 0.014992549 -0.00817193 0.0021417132 -0.049256336 -0.0102771595 -0.010269083 0.0008589133 0.027361013 -0.0066496152 -0.024431963 0.009067607 -0.013697495 0.016030822 0.02217439 0.017323647 0.02163548 -0.016248612 -0.0109931985 0.02687697 -0.01629958 -0.022444263 -0.020120127 -0.011216004 0.0018827022 0.001602525 0.002323856 0.009288183 0.01683041 -0.015594401 0.029236473 -0.034274098 0.019010002 0.024293544 0.0089575965 -0.021219391 -0.0020807202 0.0012613549 -0.04781451 0.0011853226 -0.01186186 -0.01168278 0.041935246 0.023746 0.0038219413 0.005139833 0.02272444 -0.02688031 -0.018317077 -0.020335691 0.010776799 -0.009720147 0.02905043 -0.0012474295 -0.020961495 0.028519042 -0.004522663 -0.0093725715 -0.011700048 0.028628495 -0.014130572 0.03133251 -0.0054046926 -0.0076385913 -0.025891334 -0.009610415 0.034762874 0.006849026 -0.020786872 0.010732238 -0.009314642 -0.009088495 0.018336851 -0.0005751154 -0.0031212196 -0.0061683566 -0.003787128 0.0065565943 -0.06183842 -0.015143221 0.028400118 0.026452245 0.0023692527 -0.016399562 0.021878894 0.0049381945 0.040576693 -0.03047694 0.0062287925 -0.020283332 -0.014274282 0.012110845 0.004187342 0.013760159 -0.0333851 0.014358947 0.031434163 0.0022035416 0.014465057 -0.0028471695 0.008528976 -0.0047599506 -0.020705268 0.012368741 -0.0044218437 0.008820015 -0.01207436 -0.0055896207 -0.012317496 0.02452554 0.046552878 0.00068345433 -0.0051097544 0.0043048714 -0.0021926798 -0.0056514493 0.038058992 0.0032315082 -0.01513765 -0.007779237 0.01827224 -0.0020180563 -0.0012866989 -0.03686727 -0.0005107805 0.035987187 -0.03281277 -0.00015150741 0.03278297 0.020905238 0.028683636 0.0062374263 -0.004509295 0.0031551972 -0.021058137 0.010664005 -0.007835495 -0.013627868 0.0011014922 0.0026820153 -0.023625407 -0.014588159 0.019000812 0.04113816 -0.0027148789 0.0006230185 0.006974911 0.00077870354 0.011459419 -0.019130873 -0.018347157 -0.0026588992 -0.0047504813 0.01378606 0.0110672815 0.0014769187 -0.0014777542 0.02685831 -0.002734653 -0.020651795 -0.06716318 0.013552393 -0.0034924687 -0.024771739 -0.01642992 -0.013842597 0.021870818 -0.0136142215 0.0013287534 -0.0222209 0.004520714 -0.008651797 -0.028841551 -8.383039e-05 0.007191588 0.0137587655 -0.015785735 0.00081630185 0.015708033 0.028876087 -0.053894024 0.0061934222 0.015918026 0.059711184 -0.0077683753 -0.008932252 0.014420776 0.007740524 0.018063916 0.008145194 0.012593218 -0.019440573 -0.03161937 0.016283982 -0.023008516 0.00568487 -0.011480864 0.017599646 0.057705104 0.002806229 0.0005322255 0.0027212845 -0.005654513 0.02318871 0.011714252 -0.010189708 -0.010445098 0.02613057 0.0070581846 -0.009993083 -0.0028961867 0.0052261697 -0.039616957 -0.0005082739 -0.0070676534 0.04872857 -0.0036428617 0.0009316034 -0.016523497 -0.017931068 -0.014132521 -0.03627043 0.011766332 -0.02434089 -0.003160489 0.0032972356 0.010100308 -0.016446352 -0.006266669 0.028009932 -0.001090352 0.0040102117 -0.015453477 0.03213489 -0.0049095084 0.001754868 0.0021213822 -0.00940265 0.019397961 0.0024806552 -0.026449181 0.011897509 0.0053294958 0.011600064 -0.007712952 -0.01524014 -0.010417805 0.0039269384 -0.026936568 0.019327221 0.00010193329 0.007837445 0.0014128623 -0.031092439 -0.01873066 0.016516535 0.060578458 -0.013428736 0.030127695 5.0966646e-05 -0.040937915\niphone 0.03072166666666667 0.004917 -0.05740916666666667 0.03179333333333333 0.023989333333333335 0.035936666666666665 0.010432499999999999 0.0028074999999999997 -0.027209 -0.029381666666666667 0.04096666666666667 0.009431333333333333 -0.006907666666666667 -0.033794833333333336 0.025783833333333336 -0.007548166666666666 0.006965833333333333 -0.032232833333333336 -0.009158833333333333 -0.043303 -0.019336000000000002 0.001253 -0.0011205 0.016876 0.009200166666666667 0.028635166666666666 -0.0015273333333333335 -0.003199166666666666 -0.010332333333333334 -0.024356166666666665 0.020292833333333336 -0.03230683333333333 -0.0156915 -0.040363 0.0164455 0.0182625 -0.048473499999999996 0.041758333333333335 0.009593000000000003 0.023893499999999998 -0.0246575 0.008865166666666667 -0.005432 0.0018751666666666665 -0.025936999999999998 -0.030059500000000003 0.04392516666666666 -0.0030450000000000004 0.002037 0.027327666666666667 0.008807333333333334 0.06234466666666666 0.03180283333333334 -0.035453000000000005 0.04939416666666666 0.006079333333333333 -0.0068484999999999996 0.033415 -0.01911833333333333 0.024957000000000003 -0.02509566666666667 -0.035279666666666674 -0.014499666666666668 -0.015533333333333335 0.011771166666666666 0.016859 0.038387166666666674 -0.0135345 0.03344516666666667 0.013904666666666668 -0.045387666666666666 -0.0118155 0.027392833333333335 0.012338333333333333 -0.05676016666666667 0.0076528333333333335 -0.028375333333333336 0.0277255 -0.022151166666666666 -0.019960500000000003 0.011910833333333334 0.0002395 -0.004698333333333333 0.031633666666666664 -0.02948133333333333 -0.06369999999999999 -0.003086 -0.005049666666666667 -0.0210645 -0.008575666666666667 -0.006384000000000001 0.03641783333333334 -0.007193833333333333 -0.018957666666666668 0.005415166666666666 -0.013034333333333334 0.003939166666666666 -0.03495633333333333 -6.933333333333336e-05 -0.008446333333333333 -0.015165999999999999 0.001226 -0.0030151666666666664 -0.019868166666666666 0.014449333333333333 -0.0011740000000000001 -0.019388666666666665 0.015488500000000002 0.0378685 0.0019686666666666667 0.040536166666666665 0.024742333333333328 0.0255015 -0.012021833333333334 0.009826166666666667 0.005709 -0.019103666666666668 0.0006108333333333333 -0.011308666666666667 -0.046619333333333325 0.013969833333333334 -0.003277 0.044499500000000004 0.027506500000000003 0.035888333333333335 0.010437166666666666 -0.011149 -0.014328500000000001 -0.0138365 -0.014694666666666667 -0.022031 -0.009652833333333333 -0.0250185 0.02447033333333333 -0.021578 0.01590566666666667 -0.021744 0.007676333333333334 0.0018530000000000003 0.05576916666666667 -0.006080833333333334 -0.007535166666666667 0.024457999999999997 0.024118166666666666 -0.039818 -0.043513500000000004 0.04615266666666667 0.0018706666666666665 -0.001174 -0.045654 0.0030891666666666667 0.015712833333333332 0.02889816666666667 0.034903500000000004 -0.005251666666666666 0.006419 -0.0021845000000000002 -0.022263 0.0129325 -0.02398233333333333 -0.016069333333333335 0.018700166666666667 0.02378116666666667 0.006390166666666666 -0.010794833333333332 -0.009085333333333334 0.025845333333333335 -0.031636333333333336 0.023786166666666667 0.0316015 -0.035048833333333335 -0.025139333333333333 -0.012614 0.03526783333333333 -0.023195833333333332 -0.031631 -0.010654166666666666 0.0039180000000000005 -0.033515833333333335 -0.028063333333333332 0.03851266666666666 -0.011554166666666666 -0.0031753333333333334 -0.009036666666666667 -0.007991666666666666 -0.014837499999999998 -0.00044300000000000003 0.01563016666666667 -0.07151533333333332 -0.003841833333333333 0.008206666666666666 0.03231883333333333 -0.03728616666666667 -0.04564083333333333 -0.007421500000000001 0.037969833333333335 -0.013531833333333331 0.005183833333333334 0.008254666666666665 0.0001395 -0.04672083333333334 -0.035322 0.015181 0.028617 0.0183265 0.010058666666666667 0.017709333333333334 -0.009765666666666667 -0.00709 0.039724999999999996 -0.034767166666666675 -0.0006115000000000001 -0.0067625 0.026731500000000002 0.003937666666666667 0.067004 0.007000666666666666 -0.028757500000000002 0.0039045 0.003469833333333333 -0.0007631666666666667 0.014001833333333333 -0.004713333333333334 0.0026745000000000002 -0.02164416666666667 -0.0048088333333333325 0.005547666666666666 0.0146695 -0.012232833333333332 -0.020890500000000003 0.000593 0.0008991666666666667 -0.012067000000000001 -0.032927333333333336 -0.041550166666666666 0.005927333333333333 -0.0160415 -0.03969966666666667 0.031166666666666665 0.03238233333333333 0.002773166666666667 0.03114183333333333 -0.013237833333333332 0.015278166666666667 0.0097845 -0.019024666666666665 0.045553500000000004 -0.005195333333333334 0.038455166666666665 0.056924833333333334 0.020857666666666667 0.014059000000000002 0.008077833333333334 -0.05180166666666667 -0.04126683333333333 -0.025012166666666665 -0.0066166666666666665 0.018082 -0.020797333333333334 -0.031131166666666668 0.0090325 -0.005282833333333334 0.03338533333333333 -0.0208 -0.030290833333333333 -0.017673333333333333 -0.026581833333333332 -0.010422333333333334 0.004762666666666666 -0.002366833333333333 0.0247795 -0.007233666666666666 0.010296333333333334 0.004755166666666666 0.01634333333333333 0.005315333333333334 0.005272666666666666 0.02833933333333333 0.04043733333333333 -0.05361183333333334 -0.0009933333333333333 -0.018015833333333335 0.0105735 0.022856500000000002 -0.028274833333333332 -0.002980166666666667 0.005742333333333333 -0.009628666666666666 -0.027874999999999997 -0.018509 0.010911166666666666 -0.04564633333333334 0.015545333333333333 -0.07033433333333333 -0.011200833333333333 0.009007333333333334 0.01614866666666667 0.010901000000000001 0.039662166666666665 0.0003003333333333333 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0\nthích -0.017120242 -0.013150649 -0.0021658123 -0.005956044 -0.011030625 -0.0033649032 0.0012861842 -0.024923148 -0.0015122058 -8.294178e-05 0.001894424 -0.010153072 0.0027993226 -0.0029747128 0.0092081325 0.017247196 0.001289343 -0.0024520925 -0.009634423 0.0059837215 0.0076413536 -0.011363655 -0.00032851804 0.01209921 0.0026807913 -0.0032334356 -0.008439182 0.005205747 0.0047277114 0.0010541759 -0.0010263481 0.014920195 0.012134109 0.008438882 -0.0013815808 -0.0104716625 0.002327093 0.0033793433 -0.012072737 -0.004152504 0.00040375828 0.020443328 0.003329103 -0.0026346124 0.00039710972 0.009463846 0.0017370842 -0.0043197717 0.0018325109 -0.0062999045 0.0107324915 0.002547248 0.0064422023 -0.0010403373 -0.0045739817 -0.011333271 0.008091712 -0.013191563 0.006442804 0.014215926 -0.0065908176 -0.021173168 0.013507747 0.0045968457 -0.010875692 -0.0011463534 -0.015508338 0.0125291115 -0.0011044764 -0.008175346 0.012905764 0.005148287 0.0011457517 0.018946948 -0.004573681 0.011581465 -0.009108253 0.0052665174 0.0025418932 -1.35670125e-05 -0.008109762 -0.003763818 0.008660301 -0.018904228 -0.010019198 0.0028120482 -0.0006229809 -0.004381444 0.0073005008 -0.008694897 0.011933147 -0.0034037116 -0.00039000987 -0.009606746 -0.0010097717 0.00037999186 0.017489074 0.012688257 0.0032054575 0.0016764648 -0.010384118 0.0016550751 -0.0026182765 -0.019075105 0.010836281 0.0013021288 0.009711438 -0.0014873564 0.0023961961 -0.011338685 -0.011122983 0.003391678 0.00767234 0.0012621771 0.016018262 0.0010230991 0.014747211 0.00040114095 -0.013478265 -0.0044611664 0.012071533 0.002400468 0.016125662 0.0045938375 0.011182549 0.0011095908 0.0035842159 -0.0053997897 -0.0064572445 0.002168159 -0.0019812766 -0.013982172 0.00043008185 -0.013182237 0.0008354647 0.010527317 -0.004579096 0.0024304017 0.0006249965 0.002818396 0.0068402146 0.0017961994 -0.004942211 0.01114013 1.1106136e-05 0.0056858887 -0.007838104 -0.014750821 0.0024736626 -0.002045807 -0.012060102 -0.0055565275 -0.01670057 0.00060249364 0.008805908 -3.5231453e-06 0.005374218 -0.009668417 -0.006042084 0.010168114 0.0006338111 -0.005841123 0.013131997 0.006367293 -0.0020249586 -0.007374508 -0.017336244 -0.0023927665 -0.013614546 0.007423244 0.0074048927 0.009531536 0.0027954115 -0.0035300646 0.007572461 -0.0024347038 -0.007763495 -0.0035090058 -0.002219362 -0.009202416 -0.008830878 0.008798688 -0.02100259 0.011260166 0.0024133439 -0.007818248 0.015066703 -0.008497846 -0.007922338 0.013232478 0.025877714 0.00936848 -0.0044909497 0.0027328366 -0.012472554 -0.006139256 0.0090583125 0.019057356 -0.0033531704 -0.0025797691 0.0097821355 -0.0032653247 0.013224957 0.0021085623 -0.0061485823 -0.008123902 0.002584342 0.00549305 0.00016840761 0.0054933513 -0.010263179 0.011634111 0.0030153263 -0.012196983 0.006836905 0.011588684 0.00037117724 -0.0110552935 0.007582389 0.0130261015 0.0045757866 -0.0028588588 -0.00493469 -0.003083617 0.00792264 -0.0014177719 -0.0032942055 -9.333282e-05 0.006265609 -0.00038300027 0.0005245157 0.0032794646 0.013402152 -0.0009362764 0.0028526618 -0.008325766 -0.00071371446 -0.0118230395 0.0047424524 0.0035439031 -0.0015676207 -0.009896455 0.006578483 -0.003932289 -0.017221326 -0.0055845054 0.00993406 0.0022102764 0.020191524 0.0035986563 -0.005894372 0.0060017714 -0.016494494 -0.007187686 0.005639259 -0.0032508846 0.0019286295 -0.0012206911 -0.0022720692 0.0033904745 0.0035267554 -0.0023652096 0.001530196 -0.0034891502 0.0069822115 0.009746937 0.007974985 -0.018249298 0.01379505 0.009147061 0.016220126 0.004688903 -0.0075799823 0.00095225096 0.0018552244 0.004290289 -0.001762776 0.0011270696 0.0062671136 0.001502609 0.008749952 0.004302323 -0.009894951 0.005697923 0.006422347 0.0002036511 0.008349232 0.0063158493 0.00445515 0.003616406 -0.015096788 0.0050114044 -0.007247854 -0.011883208 0.0021714983 -0.0019018245 0.00028439373 0.0029056696 -0.010286946 -0.0019114816 0.01618309 0.035250228 0.036963228 0.060748603 0.037688054 -0.030702282 0.054018658 -0.0341703 -0.007848361 0.013885288 -0.037338838 -0.016150359 -0.024377631 0.0068477234 0.042737518 0.02411786 0.013949227 -0.040285397 0.0829781 0.008149544 0.01851459 0.05522347 0.00708658 0.00020457194 -0.0048422846 -0.016300201 -0.015095074 0.020021247 0.09033856 0.042431045 0.0075298934 0.031907633 0.08715064 0.030125756 -0.0083523495 -0.0030803164 -0.0109050535 0.07426872 -0.018213931 0.073603876 0.048431054 0.03580591 0.009717538 -0.0006401979 -0.0667612 -0.016979627 0.020330105 0.010638193 0.014585027 0.021400135 0.07446094 -0.028871097 0.035857655 0.02487096 0.026880458 0.028562063 -0.004420342 0.019702695 0.0015477256 0.018964248 0.018711774 0.01231249 0.03699445 -0.042671546 0.005937233 -0.04695454 -0.0005658326 0.045502316 0.004604356 -0.06369583 -0.028059943 0.022801924 0.08755819 -0.086696215 -0.047428668 -0.08592334 0.07203102 0.010312897 0.038770273 0.109301455 0.025009269 -0.01929893 0.017217422 -0.031001415 -0.024650836 0.021795938 -0.041756757 0.04108548 0.012756325 -0.01720821 -0.0504775 0.02311404 -0.02173382 -0.07370526 -0.023070063 0.023259146 0.050633904 -0.0040652975 0.0011439099 -0.010888765 -0.0772602 0.039822955 0.004630934 0.023581043 -0.06523547 0.051413696 -0.03643459 0.109344624 0.04588974 0.042970616 -0.004927591 -0.024401993 -0.050727937 0.00072507124 0.02770396 -0.043315712 -0.075784065 -0.012824219 -0.03395736 0.04716433 -0.006570931 -0.06200971 -0.007912712 -0.017102467 0.009017834 0.061872534 -0.020897971 0.070673056 0.018727645 -0.019740961 0.018538624 0.034104135 -0.07634682 0.031706497 0.029926041 0.0026732048 -0.04005856 0.09979857 -0.030294774 -0.07986446 -0.010269318 0.004470042 -0.003210723 0.0017888227 -0.017275445 0.12621556 0.0015271952 -0.018117774 -0.1278653 0.03612688 -0.061855026 -0.008028333 -0.032201126 0.031702492 0.045750182 -0.0061961133 -0.00984951 -0.021220908 0.011180336 0.030128116 -0.01979945 -0.0457002 -0.056642473 0.05380776 -0.060675543 -0.014420017 -0.05779206 -0.0010719398 0.077364 0.061375495 -0.0013265959 -0.0056090043 0.060574573 -0.07469086 0.021431819 0.030225702 0.0039313827 -0.07035709 0.022577621 0.0014148506 -0.041551918 0.0902014 -0.015387989 0.016645582 0.057421636 0.021575637 0.050485924 -0.057751335 -0.0061039366 -0.07628712 -0.0059500295 -0.024218578 0.055975616 0.104792684 -0.007232941 0.07795059 -0.0155066 0.059009727 0.027351608 -0.01266375 -0.02060144 0.077389434 -0.017228203 -0.055177413 0.0333434 -0.09338521 -0.03323771 -0.0072852364 -0.067248724 -0.045177206 -0.0015470207 -0.017658934 0.0631119 -0.07804231 -0.03546435 -0.06250211 -0.06238683 0.049034335 0.056849793 -0.037028715 0.049473584 0.0070308154 0.026544461 -0.034031432 -0.012656784 -0.058473293 0.03279103 -0.046554122 0.03580144 0.0006615349 -0.015393963 0.010272865 0.009959838 0.010508088 0.03475905 -0.028296988 0.061545745 -0.074163325 0.009640436 -0.018211447 -0.0496402 -0.026068427 -0.06730226 -0.01662418 -0.04696479 -0.03809722 -0.020054694 0.031868983 -0.015508334 -0.048948966 -0.016717449 -0.080241576 -0.0031912196 0.08092867 0.032658465 -0.014618638 -0.046403863 0.014319085 0.08568483 -0.10643132 -0.027785812 -0.050130226 -0.0011347618 -4.8150787e-07 -0.024223616 0.03232236 -0.05612597 0.068691716 -0.02000419 0.012865797 -0.0984227 -0.01963565 -0.02757547 0.0023285074 0.04082452 0.006646646 0.05680309 0.08540337 0.03946753 0.10033917 -0.0195861 0.01849441 -0.082264036 0.090019114 0.013370057 0.03824666 -0.08264204 0.04855043 -0.07119693 -0.100469455 0.014136572 -0.011702706 -0.04849727 -0.059518766 0.015585133 0.03710264 -0.058984816 -0.101996064 -0.018537447 -0.016846124 -0.007227698 -0.026414413 -0.005107974 0.006551708 0.012660279 -0.03117642 -0.004964774 -0.001161245 0.0010992719 0.001129356 0.008859157 -0.030032625 -0.00036612313 -0.018788703 0.021549819 -0.007284857 0.0021720699 -0.015158159 -0.0030736893 -0.016409958 -0.021046514 0.0202189 0.031016072 -0.014522483 -0.0013188855 -0.029358141 -0.0054503307 -0.028696893 0.029064218 -0.0050186245 -0.012601614 0.0060038776 0.021092841 0.00591874 -0.00473072 0.0016642506 -0.0066326344 -0.004620913 0.01850501 0.00077376224 -0.012161485 0.00477013 0.001990362 0.005627526 -0.009126604 0.0033709197 0.01592109 0.018716803 -0.012101618 0.009981593 -0.021954149 -0.0065438864 -0.008142855 -0.018434314 0.017865725 -0.0026919225 0.018625047 -0.02851669 -0.00875687 0.0028143646 0.017426196 0.01575653 -0.010107947 -0.030645436 -0.022746865 -0.016404843 -0.003249681 -0.007909403 0.0007009588 0.0049837264 -0.033087663 0.0006431974 0.024203837 0.020500788 -0.0074623534 -0.00927913 -0.042523533 -0.0041326485 -2.2262211e-05 -0.012890121 0.008377511 0.011556795 -0.012053784 -0.023232423 0.0044873394 0.011005053 -0.009829067 -0.0013844689 0.010911492 -0.015476147 -0.0022671355 -0.003176276 0.011998429 -0.017016152 0.036781386 -0.0058176573 0.0020306748 0.0011049878 0.00902492 -0.015650334 0.009685867 0.003670858 -0.03266799 -0.0075754696 -0.0008585993 -0.0010180449 0.020824494 0.027935464 -0.010882912 -0.013225558 0.0027487813 -0.0013408469 -0.0053922688 0.0014494504 0.0101097515 -0.033620752 -0.0006410915 -0.038703155 -0.01067443 0.011156076 0.009890138 0.006693104 0.003733132 -0.002613704 -0.023159018 0.023918038 0.0040517226 -0.012296563 -0.020127745 0.013097099 0.0027000452 0.0027990218 -0.013467736 0.007947008 0.008671733 -0.011400959 0.017496895 -0.013304077 0.0006525234 -0.009258673 0.007298094 -0.02736808 -0.026784146 -0.010551084 0.010394347 0.007381427 -0.036371037 0.0066894935 -0.024736023 0.0011829055 -0.018630462 -0.0072027277 0.029344302 0.013571525 0.0038104483 0.00017208087 0.005308334 -0.016299248 -0.021090437 0.01023099 -0.010067634 -0.017684016 0.039285883 0.016349789 0.0023986027 -0.021512216 0.009502654 -0.0026314536 -0.015312188 -0.0072830524 -0.004557135 0.013743606 0.0119355535 0.0047084573 -0.02149597 -0.025667125 -0.03332653 0.027443891 0.0020144293 0.014974345 -0.023678869 -0.019577509 -0.0068633794 0.016745092 0.0023276045 -0.0055475025 -0.0067496616 0.0012313409 -0.001503 0.017322406 -0.0025047995 -0.0037854782 -0.02052666 0.008421433 -0.009842905 0.0012632301 0.024096437 -0.021562155 -0.0038844552 0.037518445 0.009689476 0.00656645 0.0001678691 0.017216511 -0.014461713 -0.028266689 0.0050619454 -0.003978317 0.036661047 -0.0101636015 -0.008674441 -0.009039962 0.004549012 -0.0361078 0.016857006 0.011822136 0.019543514 -0.011110948 0.0023655104 -0.034837954 -0.00018892795 -0.00038838532 0.008736715 0.01426045 0.015110928 -0.015833246 0.0037677288 -0.0024449322 0.022447528 0.019253204 -0.010333577 -0.01792499 -0.032244407 -0.010697293 -0.0127833225 0.02609763 0.015954785 -0.016724335 0.0152399875 0.0458415 -0.01633986 0.0071341363 0.011782425 -0.00023615993 0.0008372396 0.021651205 0.009888934 -0.010576054 -0.021828098 -0.013500226 0.0018904828 -0.012619967 -0.0008351338 -0.013956903 0.030222155 -0.027336793 -0.0024160517 -0.0053934716 -0.0103778 -0.032914378 -0.0036871035 -0.024390358 0.02173273 -0.016463807 0.012703599 0.008457835 0.01815754 -0.009129612 -0.000117027026 -0.019717399 0.011527915 0.0035032898 -0.00013928923 -0.019189725 -0.004612189 -0.01292923 0.0022463775 -0.005141367 0.005096843 -0.006405199 -0.01350895 -0.021017632 0.0025685779 0.0029052186 0.011352825 -0.00968677 -0.03235602 -0.01929833 -0.022922255 0.0053985864 -0.008791768 -0.022353064 0.009395556 0.018002005 -0.0029115363 0.0009160599 -0.01841506 -0.028668614 0.00868858 0.0017677399 -0.015423802 -0.00435136 -0.010577258 0.016040225 0.018838644 -0.0022758597 -0.0014217731 0.01811813 -0.018201161 0.0025427055 0.0047051483 -0.0031714626 -0.03183105 0.015373561 0.013935543 0.011273103 0.022025147 0.005918138 -0.023481818 -0.009889235 -0.0007015605 0.029903263 0.03559186 0.021356981 0.01507994 -0.019673778 0.0013661175 0.0098603545 -0.0010718954 -0.0020649706 -0.010916305 0.028140036 0.009861257 -0.025621098 -0.0043101446 0.006434982 -0.06254057 0.005783963 -0.02969388 -0.014943659 -0.015764654 -0.002607988 0.004623921 -0.026936974 -0.01306882 -0.009948802 0.010556801 -0.0006242444 0.016140101 0.036170073 -0.042539775 -0.020033283 0.010261976 -0.014222244 0.01919484 -0.009016496 0.015371456 0.017303754 -0.018221319 -0.00406165 0.01557753 -0.00096329185 -0.021445427 0.0054993676 -0.025412314 -0.029385818 -0.006077283 0.016495395 -0.038807247 0.0025201424 0.0060811937 0.014563698 0.023003481 0.006720781 -0.026778731 -0.043745846 -0.0084713735 -0.01644666 6.1371495e-05 0.0086849695 0.0037812665 -0.0049638716 -0.004424464 -0.025412012 0.010580568 -0.025276031 -0.014328741 -0.014792336 -0.012758954 0.010770698 -0.011095005 -0.01584528 -0.00068742095 0.03938907 0.009216856 0.0023844633 0.007533051 0.012142832 0.010692781 0.034735065 -0.0026052804 0.030060302 0.012403962 -0.013246015 0.027178248 0.031431235 0.0012063712 0.013372368 0.015751418 -0.0040532267 -0.00028008266 -0.045230795 -0.035470318 0.007100743 -0.024060939 0.0003754492 -0.03261865 -0.013205402 0.016365131 -0.0007508984 -0.014657861 0.0022349455 -0.012805585 0.01681579 -0.043956734 0.0056290305 0.003293604 -0.009601932 0.028369877 -0.0043444405 0.0053715105 0.023329893 -0.0042987126 0.009236109 0.011267086 0.0069045946 0.018890688 0.005678067 -0.029459825 0.012746319 -0.02705069 0.002405823 -0.005193413 0.0045598424 0.014046553 -0.012236093 0.016856104 -0.008816437 -0.006322468 0.04207016 0.026487518 -0.001831819 -0.0035751907 0.03216709 0.020636769 0.029887922 0.0039668856 0.0063663907 0.022099154 -0.0031359633 0.013503535 0.022328997 0.015036018 -0.008086598 -0.013757143 0.0063110357 0.0021901203 -0.017174091 0.028164405 -0.0029199598 -0.0014199681 -0.025292277 0.0256936 -0.00701741 -0.017685823 -0.0076473705 -0.025476994 -0.0058697024 0.012369667 -0.024513101 -0.00884261 -0.0069560385 0.012971047 0.0045481096 0.037103284 0.0040174266 0.0050354716 -0.004013817 0.012345599 0.019194236 0.01859075 -0.01424962 0.016613929 -0.013873268 0.00272682 0.025838604 0.0023143676 0.012026408 0.0041744653 -0.0065011675 0.013453897 0.0058323983 0.018524265 -0.022305531 0.00495274 -0.0043633934 -0.015394921 0.06186428 -0.014905453 0.0011227374 0.0020559453 -0.015917782 0.006658808 -0.02026463 -0.012519786 0.03792458 -0.007164521 -0.052636288 -0.029248934 0.013401851 -0.0074939416 -0.017228244 0.0434784 -0.007915119 -0.024534762 -0.00087725144 0.010417512 0.01526917 -0.028312117 -0.033338863 -0.0009241826 -0.024608167 -0.0020409033 0.010762275 0.025720073 -0.022102766 0.032842476 -0.042581894 -0.024515808 -0.022861486 0.03498777 0.01171594 0.010733996 0.00633029 0.038537692 0.04075308 -0.0026245343 -0.0050330646 -0.009595314 -0.022518527 -0.012649749 -0.022011008 0.0046353536 0.0014341075 -0.01125445 -0.018168973 -0.013116654 -0.0007593219 0.01219909 0.02049086 0.00884261 0.03750972 -0.022738442 -0.025167128 -0.025949916 0.004425968 0.007149178 -0.018216506 -0.0075324494 0.0053014145 0.012080258 -0.015622355 0.005501474 0.0114839915 -0.01656188 -0.038677283 -0.013636807 0.010335984 -0.014071823 0.007824866 -0.01874809 -0.002581514 0.004068269 -0.0066025504 0.015551658 -0.017655136 -0.008537558 -0.024159914 -0.025935777 -0.0024482417 0.0029316926 -0.01304024 0.010590795 -0.009000853 -0.004293899 -0.028969454 0.0011248434 0.006365187 -0.033127975 -0.01127581 0.023000773 -0.027972165 -0.030962823 0.0017208087 0.029124387 -0.04198292 0.037609 0.007315844 -0.020242969 0.003835117 -0.0067150653 0.020290801 0.03776724 0.0012187056 -0.036389086 -0.011094703 0.03391738 -0.0084160175 0.027782336 0.02202184 -0.0038170668 -0.0060541183 0.012959916 0.0065778815 -0.008543574 0.0033898728 0.025290774 -0.011831462 -0.008052302 -0.010339894 0.02982986 0.008203926 -0.008006273 0.023211062 -0.0007617286 -0.020099467 -0.013375979 0.019607292 -0.011482187 0.023440303 -0.030840082 0.023211062 0.02695352 -0.009416313 -0.012017983 0.021232132 -0.0071166875 0.007538165 0.034587957 -0.024005882 -0.00033092475 0.02035458 0.015836254 -0.026299192 0.0011729778 -0.007949415 0.028747134 0.01383085 0.0069220434 0.01178784 -0.007971676 0.00020427082 0.00088507327 -0.030518781 0.04860081 0.014181028 -0.01875501 0.001920567 0.016880171 -0.021582913 -0.00846686 -0.009796276 -0.021153012 -0.02990567 -0.005425361 0.012745417 -0.024335003 -0.007926551 0.00918978 -0.0012891024 0.020464687 -0.0054151327 -0.012298969 0.035704374 0.0003372424 0.0077607874 -0.022429178 -0.026155991 -0.0123985475 0.019568183 0.0062042377 -0.002996674 0.0063552596 -0.010905174 -0.002768035 -0.00013297159 0.0018760426 0.019626847 -0.0040420955 0.007932568 0.0010315827 0.014535118 0.0059479214 -0.007483412 -0.025193302 -0.006710552 0.030685749 0.008553202 -0.013202393 -0.03269747 0.0030938457 0.013521586 0.017931309 -0.009543268 -0.027759474 0.013044753 0.0055490066 -0.030854521 -0.028337989 -0.015834147 0.02106998 -0.0136783235 0.003268634 0.014810387 -0.025544984 -0.017197859 0.0071184924 0.035576515 0.004637158 -0.019117223 -0.03512014 -0.024848238 -0.038656224 -0.007260489 -0.009805902 -0.004700034 0.027460136 -0.016682519 -0.0080980295 -0.011186762 0.009523111 0.0016991482 0.021858182 -0.03167221 -0.010379605 -0.00039590633 -0.021592239 0.012261063 0.0076940004 -0.011971053 -0.0012111845 0.0035463101 0.0024356062 0.005802014 0.0018273063 -0.0007394664 -0.014495407 0.027122894 0.01013442 -0.014900339 -0.051342674 0.018931603 0.025878618 -0.019271854 -0.011169011 0.030021194 0.029018791 -0.0380756 -0.014354313 0.0096467575 -0.023733923 -0.020380754 -0.0039945627 -0.010739712 0.00953695 -0.019324802 0.01446051 0.022680981 -0.006149785 0.00023375322 -0.0013243008 -0.02921133 0.012611844 -0.0035863218 0.004558037 -0.018124148 -0.010323949 -0.009075462 -0.043948915 -0.0066206013 -0.0017325415 0.003357683 -0.018518548 -0.0033682124 0.0052126665 -0.007995744 0.01515154 0.00899995 -0.010393745 0.0029864456 -0.0018441534 -0.021234538 -0.0031684542 0.016823312 0.0032547954 0.01997913 -0.0017677399 -0.012456008 -0.013538432 -0.013906361 0.034683622 -0.0011281526 -0.03004857 -0.0048820423 -0.0396502 0.023107274 0.038413446 0.019911742 0.013935241 0.00699605 -0.009530031 0.014903648 0.022318166 -0.03207052 -0.04369681 0.018097974 0.019326307 0.01936301 0.03581779 0.0116780335 0.0055219308 -0.019489963 -0.012455105 -0.03153021 0.022202043 0.009737009 -0.00207911 -0.009208432 0.00012815814 0.034712803 0.0031320525 -0.003587525 -0.009644049 0.01977516 -0.021741757 -0.026038062 -0.004877229 0.027328368 -0.025538666 0.010856438 -0.005429272 0.0061055617 -0.017940937 -0.014093484 0.0417961 -0.04760052 -0.04120254 -0.007635637 0.020174377 0.014314902 -0.00832005 0.020593448 -0.021194227 -0.010509268 -0.0078023034 -0.016570907 0.009349226 0.042864084 0.024382235 -0.0041985326 0.015269771 -0.0004620913 0.010568533 0.0053143506 -0.021096453 0.0049945572 0.0041022636 -0.018681904 0.0007539068 0.02645563 -0.035260636 -0.003688006 -0.041554824 0.009502956 0.014437043 0.016585346 -0.016690942 -0.038335524 -0.04084123 -0.021086827 0.0042972085 0.011040251 -0.016227648 -0.012507452 0.016627766 -0.013058592 0.018117528 -0.009296579 -0.013633498 0.0056813764 -0.031316914 0.03107203 0.009740018 0.000830922 0.009691884 0.040602062 0.025403589 -0.006288774 0.027503157 -0.009831473 0.011986997 -0.0038588834 0.020656323 0.014601303 0.020829005 0.0007632328 0.022026652 0.00764376 0.0043474487 -0.0034798244 -0.002228026 0.013568215 -0.018919569 -0.068731874 -0.022202644 -0.008210243 -0.0337459 -0.029422218 0.001686513 0.0084256455 0.014429523 -0.014793841 -0.0216858 0.039769035 -0.02457748 0.004855569 -0.038727522 -0.0018898813 0.0071603092 0.033650234 0.014741194 -0.005466877 -0.032741696 0.014991192 -0.005105868 -0.0004184694 0.065504454 0.004087522 0.032473043 -0.012583564 0.015347689 -0.0062517705 -0.026521211 -0.041153803 0.010231592 0.014450882 0.00537843 0.0027933058 0.02183201 0.008001159 -0.011314017 0.032403853 0.008192494 -0.01927757 -0.017568193 0.024045594 0.030767579 0.035283197 0.019607592 0.019819083 0.01698396 -0.018210487 0.0054058065 0.0055709677 0.019671371 0.00546447 0.008721372 0.00819129 0.036519654 -0.004859179 0.0013895832 0.009679548 -0.0005619704 -0.025067851 0.008894656 -0.00080805813 -0.013306485 -0.027646055 -0.016889196 0.010371482 0.010547173 0.0071211997 0.0071988166 0.018020658 0.004454247 0.005838716 0.018886177 -0.003373026 -0.0025857259 0.011724062 0.0076837717 -0.0067917793 -0.009943086 -0.042079188 -0.0032878877 0.021892177 -0.0025384938 0.040963672 -0.0063796276 0.028365968 -0.017700864 -0.004879636 -0.004252684 0.004662128 0.012428029 -0.0036922179 -0.0071335346 0.022620512 -0.017630767 0.033532 0.024071766 0.034390602 0.020965287 -0.028609348\nhận -0.010683604 0.0021234949 0.022009786 -0.007366362 -0.00021921717 0.00071309943 -0.0047751702 -0.007848452 -0.010528942 0.0043335874 -0.011078849 2.1099924e-05 0.026763171 0.0057255398 -0.0155106345 0.021763373 0.011816559 0.00084931805 -0.004664084 0.0042043957 0.00457141 -0.0058056326 -0.005827113 -0.0027594476 -0.0069821635 -0.013872574 -0.01919581 -0.012358795 0.0010008187 -0.0025249086 0.018925458 0.004238765 0.006261945 -0.0141011905 -0.0045769336 -0.00045852188 0.0024384945 0.020131143 -0.00679344 -0.022887124 0.004473519 0.026403213 0.0056828856 -0.00043584435 0.0010573132 0.0053944294 -0.0018419127 -0.009513823 -0.012261517 0.002363496 0.006654122 0.002211627 0.0070785205 -0.0041912007 0.006073528 -0.010959171 -0.013914308 0.0047272984 0.008042085 -0.010157939 -0.018888636 0.0039165537 -0.00021988 0.008560385 -0.0005658336 0.0040742843 -0.0004859866 0.0065844627 0.00909771 -0.013955428 0.013559875 0.0073145013 -0.00612232 -0.007721102 -0.016906882 0.017883029 0.0024420847 0.010367222 0.00521215 -0.009345659 -0.010941065 0.021939516 -0.008917886 -0.007248832 -0.021249983 -0.0013794629 0.010002971 0.0005085107 0.0017705966 0.0078803655 -0.0010376736 -0.0020172878 0.0065187933 -0.01226919 0.0074740727 0.010773208 -0.015010439 0.009371129 -0.010158859 0.003480495 0.0020796126 -0.009505231 0.003236535 -0.017747393 -0.0066363234 -0.006205481 0.0087331515 0.0129605625 -0.00022576266 0.010493959 -0.0035722484 -0.00855793 -0.005280888 0.0005445983 0.0025296342 0.00661515 0.0016915476 -0.0013589028 -0.006317488 -0.020382468 0.0065642097 0.0016517161 0.021883665 -0.003837382 -0.006955773 -0.0023805578 0.0096454695 -0.006333752 -0.013206977 0.0078911055 -0.004466768 -0.017765805 -0.0052164462 0.008850375 -0.012286067 0.01431477 -0.009840024 0.013337396 0.010939225 -0.01334691 0.0058670063 -0.009804734 0.008472314 0.013157572 0.011993929 0.025133088 0.009957247 0.022532998 0.016143702 0.008452061 -0.020944037 -0.014671657 0.0066406196 -0.0022291492 0.004565273 0.0051869866 -0.003317241 -0.0015925519 0.0127620185 0.010829059 -0.004953154 -0.0062048673 0.014555968 0.010709687 0.0055945073 0.00071288465 -0.0024158477 -0.02503489 -0.016019728 0.015780065 -0.00029649877 0.0056847264 -0.00805835 0.0004996115 0.0049405717 -0.0046103825 -0.03535424 0.0041654236 -0.0038904704 0.006431029 -0.0075164204 0.0019132288 -0.014219334 -0.0013498195 -0.0016443513 0.022097245 -0.0062113116 0.007663717 0.008429659 0.007683663 0.0057347463 -0.00081089826 -0.014309553 0.012590786 -0.012616257 0.0068523586 0.016090615 0.016182981 -0.006382544 -0.0051464806 -0.0056868745 0.0027359414 0.020676142 -0.0038340066 0.012744221 0.0014704185 0.001001279 0.008758621 0.004301059 0.0058332505 -0.016158432 0.018358061 0.006263786 0.0073105125 -0.006463557 0.004547167 0.0023059277 -0.007852441 3.903052e-06 0.008718422 -0.0017535961 -0.027735634 -0.01850229 0.015934726 0.0035142503 0.005615681 -0.0015004303 0.0053161783 0.006109432 0.010071095 -0.005579778 -0.0077462643 -0.0049368897 0.005887873 -0.005026802 -0.013678634 0.014811896 0.015154053 -0.0020997736 0.011439418 -0.0024790624 -0.0116441 -0.012056223 -0.011369146 -0.018421583 -0.0055938936 0.007678754 0.0014512086 0.0053189397 -0.0057869134 -0.004822428 0.0271265 0.005696387 -0.011277699 0.015610673 0.00559328 0.016815437 -0.019341266 -0.0032104512 -0.010131548 0.0054732943 0.014640971 0.0047119553 -0.0059397337 0.00094837503 0.012614109 -0.0020677368 -0.008235104 0.011003974 0.014348833 0.0065737227 -0.0049715657 -0.0053014485 0.0062960074 0.015797555 -0.0074237464 0.017983375 0.011179195 0.0028906027 0.0066280384 0.0018043214 -0.014667055 0.024194686 -0.013533485 -0.0015221565 0.003354679 0.003060945 0.013311619 0.01877356 0.010279459 -0.014573153 0.011536082 -0.009766989 -0.006563289 0.005346251 -0.0123716835 -0.008701544 0.0037103388 -0.008229274 0.0066654757 0.031441715 -0.0059942794 0.03644977 0.018141435 0.058162376 -0.043770634 -0.039541125 -0.060742337 0.028851131 0.025586052 0.031812787 -0.075721264 -0.008408874 0.023669343 0.027416272 -0.005073911 -0.026355328 0.05762634 0.06108646 -0.020943835 0.011278571 0.046590805 0.000110179644 0.024374608 -0.027313655 0.03829887 -0.020715056 0.025923306 0.029158248 -0.05869817 0.021466125 -0.013934496 0.06271736 0.017395144 0.03657988 -0.014584166 -0.03879045 -0.03689021 -0.025150359 0.02607745 0.017623978 -0.014154007 -0.037170324 -0.003700141 0.04136771 -0.13114174 -0.014866586 0.007722127 -0.00922638 0.022627242 0.06401741 0.048603907 -0.0053215805 -0.03468775 0.01863777 0.07493516 -0.0028728014 0.008084413 -0.08377438 -0.0057213805 0.015717193 -0.028562337 -0.0050407597 0.031263348 0.012135293 0.005496 0.022895979 0.0027126614 0.0047916574 -0.084449224 -0.0013576667 -0.025553405 0.029554892 0.04214911 0.0018904856 0.016089635 0.007656393 0.058563527 -0.006584966 0.013698543 0.037526283 -0.0005412324 -0.009563105 0.026351593 0.07446363 0.059302945 -0.05678301 0.0036802741 -0.064741604 -0.036667947 -0.05400396 0.03242263 0.015598514 -0.0005539381 -0.05257548 -0.03754377 -0.047080636 0.057329778 -0.047389403 -0.05927854 -0.08054086 0.041166198 0.014255963 -0.07368415 -0.023403121 0.028534569 -0.035621077 -0.019394606 0.0428 -0.025847148 -0.07347715 -0.0021250027 -0.020898271 -0.027606998 0.054980945 0.08268593 0.010087087 0.009293486 -0.00952132 0.009556248 0.0022649541 -0.08746015 0.034089547 -0.030553991 -0.00386578 0.068277024 -0.014134048 0.058099493 -0.032806918 0.044425327 0.0121559445 0.0664938 0.024906537 -0.026214974 0.043657064 -0.0013933136 -0.013411027 0.04030029 0.019491723 -0.05115527 0.0015395944 0.035937063 0.01475904 -0.0040979935 0.04813928 0.011674877 0.0009702786 -0.080519445 -0.024666239 0.07249979 -0.012820785 -0.049295936 0.008244357 -0.018714627 0.0383751 0.017082706 -0.010240385 -0.019353023 0.038219027 -0.00018617902 0.000676089 -0.020584662 -0.022733158 0.042599518 -0.056226864 0.03812015 0.07725911 0.0060469178 -0.045902923 -0.022475075 -0.06639651 -0.014244407 0.0947526 -0.055174105 -0.040502228 0.02815241 0.013556706 0.0501278 0.05452461 -0.026109355 0.060451183 0.05945674 0.051146444 0.03326148 -0.080832876 0.050849754 0.021836128 -0.02490662 0.042116288 -0.038751725 0.050210245 -0.04584871 -0.011914346 0.06520615 0.015273332 -0.011822644 0.06711812 0.0087931175 -0.012535131 0.022514733 0.04513551 0.03730561 -0.065408215 0.04667896 0.057368517 -0.0064147455 -0.0017972606 -0.017022075 -0.00904194 0.011598498 0.014240515 -0.02021356 -0.03868107 -0.001029439 0.01248638 -0.061302844 0.008345438 -0.014087763 0.0034718437 0.039632317 0.012639483 -0.009625654 -0.020946227 -0.04752327 -0.0015799564 -0.03330257 0.007014945 -0.0523772 0.050544064 0.01139372 -0.041427385 -0.0002051342 -0.046424944 0.0451778 -0.0395486 0.048076324 -0.014740419 0.020461848 0.013279366 0.003882094 -0.08433444 0.009466333 -0.037007116 -0.026919505 0.0549868 0.019015236 0.015913425 0.00077271764 -0.015263018 -0.022955187 0.030553387 0.040109437 -0.00899732 0.013554413 0.0023968113 0.024656693 0.038261473 0.022036185 0.026728576 -0.020644711 -0.020432768 0.041475415 0.0021428957 0.002341651 0.010109931 0.056871478 0.028000161 -0.018448103 -0.011002366 0.07401038 -0.035498127 -0.045331106 -0.015087191 -0.04820528 -0.03706725 -0.0019195401 0.055870935 0.05741964 0.029257478 -0.017503923 -0.03193402 0.028320381 -0.007438876 -0.0032986507 0.00027917663 0.056704424 0.0143477945 -0.038504608 0.01896804 -0.024560412 0.024770202 -0.0152106015 0.0024616902 -0.017127842 -0.0041239792 0.0070717423 0.009057816 -0.007087524 0.014714865 -0.051655557 0.006835174 -0.030475965 0.0082881935 0.022668326 0.009116736 -0.019668695 -0.011822389 -0.010202435 0.026708854 0.011258674 -0.00605665 -0.01243858 -0.008175265 0.025773829 0.038998604 0.01705418 -0.008380868 0.005663246 0.0034215762 0.00187128 -0.0023260582 0.0074403174 0.023590771 -0.011268186 0.005942188 -0.022836795 -0.010735771 0.0022398282 -0.008543506 -0.003997874 -0.015646577 0.0015223713 0.013695818 -0.003561201 0.012212725 -0.05236822 -0.004776091 -0.0084594255 0.0038864813 -0.016538028 0.01856182 0.011259901 -0.032915257 0.0024856294 -0.017361354 -0.030030087 -0.0029026628 0.013259758 0.026136853 -0.002574928 -0.0141060995 -0.016958436 -0.010984334 -0.026667427 0.0004520163 -0.01649169 0.007751788 -0.010803896 -0.008770282 0.00015435452 -0.0112310555 -0.011932862 -0.014509325 -0.018549547 -0.027919142 0.04609738 -0.038683143 -0.017108189 -0.01865879 0.02572473 -0.013624011 0.026818406 -0.0021888884 -0.0007536674 0.0065835426 0.010044704 -0.033809777 0.0055579897 0.007885275 -0.026289366 0.021759383 -0.03459413 -0.0003080953 0.0018010073 0.006488413 0.0019424732 -0.02028826 -0.018699298 -0.018436618 -0.03195169 0.005646061 0.009544203 0.010721041 0.002595795 0.026931334 0.016739333 0.012870651 -0.0061431867 -0.02379361 -0.0015969401 0.031239452 -0.024020387 0.019466775 0.0078671705 -0.013143762 -0.007446148 -0.0014594634 0.013893748 0.0026341535 0.00038205044 0.015121219 0.009929323 -0.0017663313 -0.03758517 0.033243604 -0.026552046 0.0041144835 0.010348197 0.0068238196 -0.016927136 0.05375066 0.040497348 0.00637119 0.026853697 -0.036321487 0.008056201 0.013482545 -0.013756271 0.0006462636 0.008247687 -0.020618755 0.000849717 -0.0565272 0.0062208246 0.033405326 0.0025896577 -0.017767647 0.017747086 0.017216204 -0.024947127 -0.010009722 -0.011808581 -0.012713841 -0.03634113 -0.028082395 -0.00051246927 -0.0064199814 0.023258433 0.00095896196 -0.00035044306 -0.007791374 0.016955676 -0.0063358997 -0.031021269 -0.0031420195 0.0026559408 -0.009222913 -0.008742665 -0.0089234095 0.008870935 -0.025078773 -0.0014072958 0.018838923 -0.0049844543 -0.006777483 -0.003922998 -0.019696005 -0.02437175 0.021052053 0.011281075 0.0033261403 -0.030571707 0.038008343 0.011471639 0.009498173 -0.04282402 -0.029255245 0.025795922 0.0021471542 0.02326641 0.022260806 0.038298637 -0.008529085 -0.006871998 0.004077046 0.021057883 -0.015169704 0.01947107 -0.020011771 0.013741542 0.008610404 0.00049436407 0.009170131 -0.010029668 -0.012347748 0.0050627054 0.017373934 -0.034217294 -0.019547481 -0.0037944207 0.018648358 0.026553888 -0.02225344 0.009722186 0.009504311 0.00086291233 0.005669997 0.028240431 0.04218297 0.022783095 0.019866316 -0.010494572 -0.016999556 -0.0022864721 0.049911436 0.00069965865 0.019949785 -0.012051007 -0.026772683 -0.0056939325 -0.02353492 0.0030217275 0.02900668 0.02792129 -0.014578062 -0.022200353 0.0074510574 -0.01565026 0.020717874 0.0003786749 -0.018335659 7.6716955e-05 -0.0102699455 -0.020018216 -0.030975547 -0.0051302165 0.012551508 0.0002678956 0.012708931 0.0031128672 0.0028661455 0.00616344 0.02075562 0.008597823 0.034243688 0.014439666 0.0041712546 0.01650059 -0.027834447 0.032002937 -0.0073648277 -0.006760912 0.0011838961 -0.018157676 -0.015241205 -0.015030692 -0.014463908 -0.0037416394 -0.0028360724 0.030288469 0.0057098893 -0.031044282 0.0007196051 0.0073286174 0.010431665 -0.0085048415 -0.01976413 -0.0153179215 0.022208024 -0.0024948353 0.008481519 0.0022235643 -0.019317944 -0.011270334 -0.019526921 0.021057883 0.023809567 0.012536778 0.029935263 -0.010751728 -0.0013161561 0.020918872 -0.00960926 0.008926171 0.027431836 -0.011141143 -0.01318519 -0.02114258 -0.005380927 -0.039546672 0.0064212093 -0.0031226869 0.0039905095 0.022818077 -0.0039282152 0.008866025 -0.0172607 0.009831431 -0.02084062 -0.0002629857 0.028118607 -0.027995858 -0.012031674 0.034918796 0.036420915 0.012874332 -0.003308342 -0.029739175 -0.008058656 -0.033080965 0.024401516 -0.0071337563 0.017702898 -0.008547496 -0.0065129627 -0.016895222 0.022256816 0.020163978 0.005148935 -0.001304802 -0.015757969 0.038537383 -0.021462644 -0.0043636602 -0.0038861744 -0.0060262703 0.007980098 -0.020513806 -0.0049761683 -0.03422681 -0.004077353 0.02546911 0.009279683 -0.0374971 -0.045368873 0.02275517 -0.065918885 -0.011789248 -0.004929218 0.0022619227 -0.02373193 0.008603039 0.013830533 -0.0146471085 0.008169741 0.006333752 0.00823756 0.031478193 -0.014936178 -0.015649647 -0.035716653 -0.010387169 -0.00023199207 -0.006504984 0.055399463 -0.0014898432 -0.017439911 -0.038332395 -0.029121142 -0.0028716691 -0.010320579 -0.031853493 0.029072657 -0.0019124004 0.0063365134 -0.006628345 -0.0065083597 -0.0017687862 -0.03588052 0.0008638329 -0.007396128 0.0014818647 0.0013339544 0.0069631375 0.013813041 0.010110681 0.014109476 0.004731288 0.008010784 0.015395251 -0.01352704 0.008539211 -0.015110479 0.006846528 -0.026203137 -0.0009156936 0.009696409 -0.013455847 -0.016553678 -0.00593912 -0.014753284 -0.0034304755 -0.027209664 0.0010464193 0.007441545 -0.007163829 -0.012458833 -0.013076252 -0.0072479113 -0.051139213 0.0064202887 -0.016936956 -0.00088899606 0.029180367 -0.02695036 0.008439479 -0.019914802 0.034773342 -0.020017603 -0.018304052 0.01393671 -0.059726603 -0.011935317 0.007737672 -0.013244722 -0.0034697547 -0.013025312 -0.006986153 -0.02112294 0.018775094 -0.021479521 0.001288538 0.018673215 0.009750418 -0.032107886 -0.005472374 0.033656344 -0.010379191 0.021719798 0.005373869 -0.0009604963 0.03903727 -0.021350022 -0.0071540093 0.024336152 0.027301418 0.0027940315 0.012278702 0.0034528768 -0.0010362926 0.02064085 -0.027252318 0.04048016 -0.020894324 -0.0034396814 -0.011892049 -0.03373306 -0.018685795 -0.005936358 0.042313084 0.028536558 0.014629923 -0.021325165 0.04264051 0.00063398894 -0.029184358 0.031476352 -0.0073636 0.02110453 0.007901233 0.012506398 -0.0021063408 -0.01334783 -0.036553174 0.035136674 0.01513196 0.0024368374 -0.019324386 -0.009998981 0.0033166273 0.0069548525 0.014321828 0.019418595 0.008932616 -0.0290343 -0.020059949 0.002930281 0.017811835 -0.0057470207 0.011859828 0.009872245 -0.004090855 -0.00017031164 -0.0010424299 0.02733057 0.016305728 -0.006319329 -0.0063334447 0.016770327 -0.0102972565 0.048285652 -0.0043305187 0.005462861 -0.033073295 -0.01579602 0.008676995 0.03212047 0.011087442 0.009777422 0.002073506 0.02010598 -0.012035356 -0.03511857 -0.009222298 -0.032926608 -0.0003777543 0.027635595 0.076445684 0.02041469 0.0009166142 -0.011704552 0.018859481 0.017285865 0.0017862776 -0.011520739 -0.01402969 0.0032494233 -0.018741645 -0.039066114 0.023310907 0.009669098 -0.03920482 -0.02251489 -0.04396434 -0.009709605 0.0053450237 0.028157579 0.021833645 0.009003501 0.016411291 -0.007292714 -0.02449204 -0.033505056 -0.0060943947 0.004578161 0.01867475 0.020596355 -0.039817024 -0.008427511 0.031712335 0.010254603 -0.020728309 0.03472455 -0.0022965989 0.031971022 0.01661137 0.004121542 -0.03649088 0.036637258 -0.06833057 -0.019626653 -0.009391076 0.010298791 0.03171479 -0.05279661 0.014018336 -0.034968507 -0.030657936 0.019970344 0.015965411 -0.010888898 -0.010549809 0.0015726975 -0.015296747 -0.00548158 -0.002324217 0.009868869 -0.026639502 -0.0045309034 -0.00013318064 -0.00046337044 -0.018694388 -0.00055205525 -0.010867418 -0.061492324 -0.030040827 0.008034106 0.010122035 -0.0025381036 0.049168512 0.0055696513 0.05483329 -0.0176986 -0.005870995 -0.02895574 -0.019798499 0.02794185 -0.043936413 0.018278582 0.02449818 -0.00853645 -0.010641869 -7.886503e-05 0.0060376246 0.0005336431 0.026790481 0.008944276 -0.0114535345 0.007975187 -0.08261312 -0.004028868 -0.00497801 0.009791232 -0.047268998 -0.016924681 -0.013943767 0.024756562 -0.0071530887 0.003872979 0.032407697 -0.002212517 -0.03865031 0.05584166 -0.029436296 -0.007865636 -0.015737716 0.002992575 0.01892423 -0.013973533 -0.0022349183 -0.008698782 0.027542 0.026643185 0.021321483 -0.0077247834 0.002497904 0.032624956 -0.042863607 0.02657015 -0.0019657954 -0.010195376 0.0009414705 0.02653885 0.021423057 -0.0074108583 0.059962895 -0.015863225 0.015046343 0.0001267364 -8.438865e-05 -0.00045968802 -0.015415505 -0.027123127 -0.001864222 -0.042438593 -0.013096812 -0.01376517 -0.006628959 0.029629316 -0.018690398 0.057032615 0.044873893 0.00714419 -0.0356114 0.0006609933 -0.04758446 -0.038886905 0.033537894 0.029194176 -0.007704224 -0.031040296 0.019906208 -0.016892768 -0.005362822 0.0039404896 -0.0014993561 -0.0014431993 -0.00689532 -0.010920199 -3.682414e-05 -0.004302594 0.05912177 0.031119464 -0.04214768 -0.008094253 0.015738944 -0.029471586 -0.031534657 0.041035593 -0.011052765 0.028707486 0.024831744 -0.020453662 0.0047119553 0.05755705 0.004746018 0.007823595 -0.0017838227 0.011867193 0.046883572 0.006669158 -0.0182838 -0.00059286866 -0.008220069 -0.01945143 0.009408568 -0.01317629 0.02968179 -0.0033706361 -0.0076210625 -0.0047794664 0.00947301 0.028106332 -0.023169748 -0.0029756972 0.025307696 -0.024018237 0.015820572 -0.024541141 -0.057902887 0.003844747 0.0019725466 0.018080654 0.026256839 -0.008766907 -0.006568199 -0.004394961 -0.028229386 -0.017806312 -0.0067296117 0.016773088 -0.0034841774 -0.040206745 -0.012194007 -0.016102582 -0.019989371 -0.01582947 0.013778979 -0.004450197 0.0048165973 -0.025825996 0.01674854 -0.016753756 -0.03130052 -0.039227217 -0.016716624 0.023523873 -0.043461997 -0.0007070235 0.010110067 0.005448438 0.0048076985 -0.026112918 -0.04489998 0.00844132 0.014946918 -0.009338908 -0.005678282 -0.027490446 0.001427856 -0.0062180627 -0.006873532 -0.0010531704 -0.02609696 0.038493194 -0.021365058 0.012054996 0.016930206 0.018104896 -0.020260949 -0.014061297 -0.037958935 0.039352424 -0.017106347 -0.027888454 0.010911606 0.0050114584 0.004930752 -0.011531479 -0.0033163207 -0.02593555 0.043621875 0.012517138 -0.0071843895 0.06831 -0.064932615 -0.041424703 0.005738735 -0.013086379 -0.026505707 0.010536307 0.017741257 0.020825278 -0.0013293514 0.007906143 -0.010342366 0.016621802 -0.004317937 0.011198221 -0.0007874229 0.020406712 -0.014471273 0.06065396 0.0107695265 -0.014468818 0.0033347327 -0.0024899254 -0.004524459 0.0034264862 -0.019384535 0.02186464 -0.04320423 0.003728444 0.041819334 0.043672815 -0.022883749 -0.0175108 0.020039083 -0.01147747 0.010394534 0.013695204 -0.011235965 0.00056340935 -0.020058721 -0.041570466 0.027357267 0.011306852 -0.0052305623 0.035321712 -0.085734576 -0.0058381604 -0.0064276536 0.02233691 0.018874519 -0.0037787703 0.025233127 -0.0015957127 0.0184983 -0.012463744 0.056777604 0.018300064 -0.017669141 -0.01826508 0.0010755718 -0.033572875 0.010447622 0.0002860008 0.01965918 -0.003343018 -0.02445798 -0.063025735 -0.01745679 -0.008832884 0.06629818 0.029820187 -0.046201102 0.005681351 0.03252093 -0.034815997 -0.0002918313 -0.0042811134 0.0054926276 -0.082971536 -0.018990207 0.037962005 -0.035046455 0.0032049278 0.04259571 0.01471155 -0.014876339 0.017504048 -0.027444111 0.0031027405 -0.019599648 0.024513217 -0.06158285 0.072972864 0.040377665 0.0066163773 -0.007958617 -0.022986548 0.024562314 -0.01886961 -0.0007309592 0.013134864 -0.040888604 -0.011032819 -0.057332728 -0.01820739 -0.017038222 -0.044827864 -0.026522893 0.003057324 -0.024532855 0.012439194 0.03259673 0.032825653 -4.9712587e-05 0.024881763 -0.018814681 -0.010184943 0.014588189 -0.029534187 0.021747109 0.008473234 0.02275824 0.010483832 0.002449419 0.023482446 0.022045078 -0.024140678 -0.0048331684 0.008312742 0.010418163 0.012002521 0.015539174 0.006430415 -0.0009786015 0.027686536 -0.018319089 -0.011029136 -0.030795721 -0.0070374 -0.011409346 -0.016414974 -0.029118994 -0.03678087 -0.024640258 -0.020067928 -0.012000373 -0.040344834 0.013920445 0.013172915 -0.060108043 -0.018242985 0.0085379835 -0.015737409 -0.035759617 0.007971506 -0.000336634 0.005642072 0.030819044 -0.021071386 -0.03444131 0.025340226 0.009476079 -0.024984565 -0.019953774 0.03267805 0.028593637 -0.008332382 0.011586408 0.012677017 -0.019471684 -0.027623935 -0.017469373 0.06739677 0.011027295 0.0064988467 0.017997185 0.016402697 0.032793738 -0.010658133 -0.07051362 0.010822922 -0.004843295 0.047239847 -0.0009215241 -0.013759953 -0.027303873 0.006400649 0.06366096 0.0028004758 -0.0103675295 -0.013901726 0.053301714 0.018889556 -0.016873742 0.023333002 0.01558459 0.012476632 0.013084537 0.046932057 0.013448789 -0.042787194 -0.050952643 0.048739202 0.025472177 0.03226163 -0.02932521 -0.01296578 0.002934884 -0.015311477 -0.0011249775 0.04607283 0.010435961 -0.0218539 -0.040863134 -0.015961424 -0.009075616 0.027731339 -0.015548072 0.0026181964 0.0007567361 0.0035369585 0.008128622 0.06515356 0.022349797 -0.0360226 0.011988098 -0.005876826 0.0067326804 0.03919715 -0.021672849 0.0069662062 -0.017218966 0.01250425 0.018161971 0.03509218 -0.00086015055 0.07883803 0.014379826 0.010573131 0.008568671 -0.013814882 0.02402008 -0.01982581 0.0024432817 -0.004761668 0.030390963 0.006797736 0.041368548 0.032570954 0.023031658\nđắm_say 0.035702 0.003980857142857142 -0.053504142857142854 0.03221771428571429 0.02075242857142857 0.03124714285714286 0.013928285714285714 -0.004067285714285713 -0.029518714285714287 -0.02486771428571428 0.039360285714285716 0.002806714285714285 -0.008131285714285714 -0.023265857142857144 0.022190714285714286 -0.006307999999999999 0.011657142857142856 -0.02956114285714286 -0.005587571428571429 -0.03802957142857143 -0.019681 0.0022124285714285722 0.0006238571428571431 0.01662257142857143 0.001853 0.02697257142857143 0.0027574285714285713 -0.0036337142857142857 -0.0029519999999999998 -0.019487285714285714 0.021438285714285715 -0.030772714285714285 -0.008924857142857142 -0.031124857142857145 0.01901614285714286 0.012129571428571429 -0.040841714285714294 0.03329128571428571 0.00568242857142857 0.027204428571428574 -0.018581571428571426 0.012166571428571428 -0.009059857142857144 0.001293 -0.026378142857142853 -0.03102371428571429 0.041379285714285716 -0.005009428571428573 0.005132 0.026112857142857143 0.010681428571428573 0.057486714285714294 0.02998428571428571 -0.03662714285714286 0.050667 0.0043487142857142865 -0.009377285714285715 0.034112142857142855 -0.01753942857142857 0.021653428571428573 -0.02217614285714286 -0.03190328571428571 -0.012284285714285716 -0.010972714285714284 0.01253842857142857 0.012757571428571427 0.038394428571428565 -0.016060857142857144 0.030459142857142858 0.011976571428571428 -0.04228085714285714 -0.013794571428571425 0.02658 0.013561857142857141 -0.049720714285714285 0.012235000000000001 -0.01875342857142857 0.027661857142857144 -0.019043428571428572 -0.01651657142857143 0.013259428571428571 -0.0019421428571428571 -0.0012818571428571425 0.03199085714285714 -0.023910571428571427 -0.054441142857142855 -0.00786857142857143 -0.00922042857142857 -0.01359757142857143 -0.015065285714285713 -0.0036342857142857145 0.03479271428571428 -0.006764142857142857 -0.017945428571428574 0.004744857142857142 -0.014016142857142855 2.6000000000000354e-05 -0.028157285714285718 -0.0038822857142857136 -0.008542571428571429 -0.014890142857142855 0.008143857142857144 -0.0027311428571428578 -0.015157 0.016174285714285714 -0.004676 -0.01785542857142857 0.009452285714285715 0.04152528571428571 0.005572571428571428 0.033860857142857144 0.022775857142857143 0.019242428571428574 -0.008984571428571429 0.010134 0.0050461428571428575 -0.019351142857142855 -0.002210857142857143 -0.007771 -0.04494942857142858 0.007641857142857144 -0.0035112857142857138 0.045478714285714296 0.024913714285714286 0.032718285714285714 0.012446571428571428 -0.013141285714285713 -0.014172714285714285 -0.011939428571428571 -0.008726857142857142 -0.014421999999999999 -0.006474714285714286 -0.023751857142857147 0.024041285714285716 -0.018005714285714285 0.018321285714285714 -0.020860285714285713 0.013666999999999999 0.0022405714285714286 0.04634814285714285 -0.007906571428571428 -0.0031347142857142854 0.026600142857142857 0.024695857142857148 -0.038662857142857145 -0.035913571428571434 0.04284085714285714 0.0004268571428571429 -0.004044857142857143 -0.040840714285714286 0.004995285714285713 0.009833428571428571 0.024998999999999997 0.03072 -0.004796000000000001 0.008971999999999999 0.00167 -0.021051571428571426 0.005271142857142857 -0.024544142857142855 -0.011376285714285716 0.01452142857142857 0.020447857142857146 0.006906857142857143 -0.014465142857142855 -0.007716285714285715 0.022790428571428573 -0.030101857142857142 0.02692785714285714 0.027322571428571425 -0.03298971428571428 -0.02493771428571429 -0.013454285714285716 0.02807357142857143 -0.024712428571428576 -0.025451571428571428 -0.0039049999999999996 0.0036442857142857145 -0.02271185714285714 -0.02618971428571429 0.036305 -0.005518142857142856 -0.004316428571428572 -0.007544285714285714 -0.010476571428571429 -0.010429571428571427 0.0011138571428571428 0.011214 -0.06572914285714286 -0.008236857142857143 0.010567857142857143 0.02773628571428571 -0.032573000000000005 -0.029272 -0.013520571428571425 0.03498885714285715 -0.005473 0.0028867142857142863 0.009524142857142858 -0.00017500000000000003 -0.043653571428571424 -0.033899428571428566 0.012689142857142855 0.027494428571428576 0.022720999999999998 0.004914571428571429 0.014784142857142859 -0.011413000000000001 -0.008312285714285715 0.03192242857142857 -0.035359428571428576 0.0013294285714285712 0.00038514285714285734 0.018208571428571428 0.007099571428571428 0.05693771428571428 0.009471714285714286 -0.024547285714285712 0.0037761428571428573 0.010671285714285713 0.009223714285714285 0.009572571428571429 -0.003733571428571429 -0.007099714285714285 -0.016010714285714288 -0.004519142857142858 0.008136714285714285 0.013723 -0.008729142857142855 -0.01835785714285714 -0.00041042857142857146 -0.006710571428571429 -0.012885428571428572 -0.03539485714285714 -0.03873457142857143 0.00922985714285714 -0.014655857142857142 -0.04312071428571428 0.02744342857142857 0.026921000000000004 0.002742285714285714 0.030405428571428576 -0.016467285714285716 0.010253714285714286 0.005501428571428571 -0.012715428571428572 0.03803371428571429 -0.002460571428571429 0.031764714285714285 0.053971428571428566 0.013786714285714286 0.013702285714285712 0.010443571428571429 -0.048286142857142854 -0.03447328571428571 -0.022426571428571428 -0.007564285714285715 0.020196142857142857 -0.018473 -0.03326342857142857 0.008520857142857143 -0.003727857142857143 0.023933714285714287 -0.02144357142857143 -0.030397 -0.02064757142857143 -0.02148514285714286 -0.010815999999999997 0.0018968571428571428 -0.0006154285714285715 0.02023285714285714 -0.007855714285714284 0.008901142857142857 0.0018198571428571428 0.017402857142857144 -0.00016099999999999993 0.008795142857142856 0.025696142857142855 0.03737185714285714 -0.04898142857142857 -0.002048714285714286 -0.013250857142857144 0.008211857142857142 0.02059357142857143 -0.030653999999999997 -0.0010755714285714286 0.004717285714285714 -0.004603 -0.030251142857142855 -0.01348042857142857 0.012580000000000003 -0.04157171428571429 0.014565999999999999 -0.0641227142857143 -0.009638571428571429 0.009994 0.012000142857142859 0.007542714285714285 0.03847642857142857 -0.0017545714285714287 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0\nđẹp -0.0059475927 0.0106002055 0.016695917 -0.0009600618 -0.0090262 -0.0055825156 -0.005644584 0.006792291 0.012026093 0.0024332907 0.0051045865 0.0014176209 0.018164972 0.0014861223 0.014052637 -0.0013035274 0.0142978085 -0.016451309 0.0009907293 0.017154098 0.0034312708 -0.014035144 -0.0014173953 0.013929346 -0.008464479 -0.008244699 -0.003831896 -0.0015977613 0.007205048 -0.009253597 0.0042398567 -0.0017826414 0.011371833 0.013799847 -0.010485097 -0.008184605 -0.017818233 0.012231766 0.002245956 0.011431927 -0.004590545 0.003083686 0.006013893 -0.0030289527 0.012944428 0.00054437073 -0.008711343 -0.001596802 0.0022757773 -0.009189271 -0.00076079305 0.008336391 0.012676968 0.009665508 0.0006433703 0.01541702 -0.007288841 -0.0028466964 -0.002874063 0.0046128333 -0.007488025 -0.0035150636 0.00710997 -0.0061146137 0.0008814038 -0.0052191317 -0.0036256586 -0.010195067 -0.00010882054 0.0032351902 0.008430905 0.008601029 0.006494361 -0.0021374205 -0.001572962 0.0055153687 -0.012085905 0.006891319 0.007412978 -0.011585123 -0.0037715202 -0.0035839034 0.0003496725 -0.008357269 -0.0037565671 0.0047852146 0.006549377 0.0040355944 0.009809959 0.0026585436 -0.008748301 -0.0066419155 0.0034213962 -0.007095863 -0.007145801 0.010448138 -0.009928736 0.012203836 -0.010369987 0.0074 -0.009368989 0.007856487 0.0073921005 -0.018936032 0.0018599733 0.0066244234 0.00011113684 -0.0062793777 0.013570758 0.004570232 0.008261909 -0.0070326664 -0.0009874285 -0.0033415533 0.007729529 -0.006732479 -0.0032918984 0.0024066295 -0.0071065845 0.0017879172 0.00831636 0.0061253347 0.009287735 -0.0013825804 0.007062572 0.009217484 0.0011202836 0.0053336765 -0.0065191886 0.0032744063 -0.011773869 -0.0056900075 -0.0012932861 -0.013249975 -0.005985962 -0.0047513596 -0.004402082 -0.011544779 -0.0021794296 0.0013936117 -0.00053215446 -0.0005884677 0.011460422 0.0026856 0.01485163 0.007535141 -0.0030989212 0.007960029 -0.002928232 0.00056386593 -0.005079195 0.0017761806 -0.010411461 0.0003265096 0.0072016623 0.0034259104 0.00847661 -0.006984422 -0.0068992185 0.0058982195 0.011529262 0.0006173861 0.021729125 -0.005073834 -0.00046588204 -0.009684129 -0.00374105 -0.0077958293 -0.009431058 0.003978886 0.005612139 0.00075642 0.0010229204 0.0062824814 0.008796828 -0.0060390024 -0.0075715357 0.007387022 -0.009443753 0.013548188 -0.00028167342 0.0064842044 0.004497442 0.00071505964 -0.008287865 -0.008594259 0.012172801 -0.009243159 0.00360196 0.009387045 0.011509513 0.002563099 -0.00688483 0.021004895 -0.0025882649 0.009972465 0.0017442434 0.017585192 0.007074139 -9.86977e-05 0.0030334669 -0.0047795726 0.002521259 0.008022944 -0.00402713 -0.0147009725 0.009439239 0.0023966983 0.017013595 -0.008000092 0.00080641353 -0.0059907585 -0.0014227275 0.0034022115 -0.009140745 0.009739708 -0.0022389875 0.014436616 -0.002903969 0.018631615 0.001476812 0.000453158 -0.014310221 -0.0025950924 -0.001699018 0.0039235884 -3.9495444e-05 0.01181252 0.0025738198 0.007091914 -0.010032277 0.009963156 0.0043326775 0.007152572 -0.00070462085 0.009475916 0.004313775 -0.012127942 -0.0046263756 -0.0026837096 -0.006240162 0.0061608832 0.008808959 0.008334134 -0.0017238171 -0.011412742 0.0025783903 0.010222715 0.0015378367 0.0034572268 -0.0045967516 0.013128659 0.00011233307 -0.00042401388 -0.0010543215 -0.008359525 0.005922483 -0.00667831 -0.011775562 -0.015755013 3.3655346e-05 0.0076987757 -0.00023049777 -0.00049711386 -0.006359503 0.00046825196 0.0007437806 -0.0007855359 0.009046231 0.0012327974 0.008050876 0.0046974723 -0.006692417 0.002231652 0.0005759412 -0.00074753293 -0.002520074 0.009346137 -0.009833657 -0.0042971293 0.0046847765 0.015452285 -0.003924999 -0.01468348 -0.0013228816 -0.006480819 -0.004011613 0.004707911 -0.0024903375 0.0036400475 -0.007288841 0.008123947 -0.0055864654 -0.00054267794 0.003958855 -0.008275451 0.00761583 0.00912156 -0.002640064 0.0071311295 0.018627955 0.0017242911 -0.034873884 0.06891299 -0.005670995 0.017815376 0.045830198 -0.07822941 0.06349161 -0.014854725 -0.048198257 0.08147707 -0.06891326 -0.043774214 0.03529858 -0.044872984 0.0065207537 0.00046155736 0.08506169 0.0621145 0.07175824 -0.00052314234 0.043394405 0.048489723 0.08170443 0.0026708343 0.03955595 0.016725093 0.09578403 0.11350156 -0.00053288444 -0.06041904 0.054442875 0.001183325 0.04179005 0.009024602 -0.032008376 -0.0045902943 -0.0017540484 0.06644519 0.04117036 -0.0037562218 0.028866693 0.047532514 -0.07366147 -0.05981506 -0.0061712344 0.0838647 0.06290688 -0.034443848 0.020490395 0.016759325 0.009280249 -0.023458943 -0.013411332 0.041046713 -0.020465689 0.025754256 0.012176238 0.020305557 -0.015460761 -0.046850245 0.13669755 0.044580586 0.00899627 -0.025886694 0.012648461 0.085964456 -0.021366466 0.0060128267 -0.06339648 -0.03654413 0.03694165 0.020312566 -0.0267455 -0.03463985 0.045449667 0.011253455 -0.02600101 0.031358335 -0.004979139 -0.05427668 0.0155664785 0.03755967 0.051868748 0.015065173 -0.030781059 0.011810284 0.04645271 -0.07854975 0.009962953 0.09895181 0.018899098 -0.044258427 -0.062376108 -0.044115003 0.01594987 0.05286319 -0.0208868 0.019042889 -0.071052544 0.072139256 -0.03778601 -0.021652268 0.012525814 0.022027515 -0.061154686 0.026363576 0.015904283 0.028591784 -0.06347647 0.048363667 -0.06424519 -0.023611039 -0.019689905 0.053529937 -0.029591337 0.017510215 -0.01198195 0.04286781 0.010729148 -0.077646166 -0.018633734 0.019705394 -0.045603998 0.02837327 -0.05736617 0.02338607 0.061216496 0.02574272 -0.012579125 -0.072801694 -0.03535684 -0.027407866 0.022185598 0.043310255 0.0036546334 -0.00706456 -0.044886515 -0.063284606 0.008217217 0.072644986 -0.007353154 0.034467187 -0.045855798 -0.04805989 0.011554106 -0.06997086 -0.09766215 -0.04325791 0.00018565536 -0.023007361 0.0020180782 0.016716897 0.056141164 0.026562294 0.020593608 0.01778598 -0.056960825 -0.017885832 0.047139436 -0.042288695 0.0022600887 -0.05230857 -0.0123777315 0.056319896 0.011348451 -0.016059658 0.041030392 0.0013715089 -0.049324546 -0.030368024 0.0283789 -0.0024287137 0.035459522 0.050862394 0.082143195 0.026324125 0.033522297 0.017878596 0.013971119 0.07251495 -0.062995374 -0.027375834 0.049525082 -0.0069584274 0.018662244 -0.05245848 0.016400088 0.01899709 0.06380484 -0.058267705 -0.014251388 0.113240965 -0.041757777 0.0035729106 0.01176532 -0.024777131 -0.025383102 0.02016288 0.005609564 0.026831452 -0.044969533 0.058658846 -0.05713599 -0.013783686 -0.024924949 0.042264227 -0.037801076 0.012296121 -0.017239198 -0.025220428 0.03356527 -0.022271622 -0.04789654 -0.09991546 -0.02695895 0.02634078 0.03095649 0.012265597 0.059673622 -0.01045967 0.04139558 -0.047206435 -0.0038263635 -0.028775007 0.056413505 0.05609364 0.015490116 0.01650847 0.070447914 0.018061453 0.015223014 -0.08416699 -0.014571551 0.034808308 0.049552906 -0.085077345 -0.009530212 -0.0075999987 0.04353557 -0.054916155 -0.08602066 0.029276004 -0.008956842 -0.05292354 -0.015033159 -0.018834671 -0.00990767 -0.073671356 -0.04273424 -0.030227123 -0.047319155 0.00839338 0.067648984 -0.0979445 0.0013571942 2.585381e-05 0.07141477 0.01902668 0.0072489586 0.0006399343 -0.02753159 0.06464366 -0.04528484 0.034445666 -0.03161831 0.01862261 -0.01405667 -0.03571945 -0.046899784 0.059035607 0.029716013 0.014338763 0.04063073 0.06455878 0.05393286 -0.015857508 -0.0955956 -0.008781135 -0.06900398 0.08554593 0.015458099 0.011675492 -0.07255683 0.05641509 0.005494873 0.023666922 0.03877372 0.040564872 0.0052440865 0.00061469676 -0.015073571 -0.024346367 0.0025651976 0.024391524 -0.072747424 -0.098792374 -0.014120804 -0.071080916 -0.021399032 0.030698333 0.012442518 0.033158228 0.019834619 0.006374456 -0.024735225 0.028115993 -0.0074815354 -0.0309531 0.0002398109 -0.034998003 -0.019458257 -0.0041667847 0.005656716 0.0034752833 0.021238782 -0.03704881 -0.011599512 0.008426955 -0.014068154 0.0072724773 0.020878784 -0.016704947 0.015702253 -0.0045332722 -0.016986793 0.010946662 0.024885882 -0.012189165 0.008168805 0.031785663 -0.005044775 -0.016928392 -0.008637707 -0.013030478 0.004283587 -0.039135728 -0.0015060125 -0.014301194 0.021147937 0.023870213 -0.010692181 0.030257927 0.02185834 0.0002361432 -0.016401373 -0.011613336 0.03427067 0.02689437 -0.036899563 0.04400276 0.00036253766 -0.0053898203 -0.021716993 -0.009960898 -0.007363323 -0.013432796 0.0082283355 -0.03370302 0.020444866 -0.036939062 -0.014477807 -0.006452888 -0.015173823 0.053759117 -0.015869275 0.019618789 -0.0072634495 -0.016101468 -0.037062634 0.012188883 0.022892348 -0.007366709 0.0115151545 -0.0029956612 -0.02084013 0.00994933 0.005948721 -0.018423684 -0.017911617 0.03469048 -0.0071584964 0.018635564 0.016087927 0.024602905 0.004910481 0.027123177 -0.004957879 -0.008785825 0.01362408 -0.024657074 -0.0018730642 0.007218308 -0.003237447 -0.014441413 0.025121743 -0.0022604293 -0.0014089596 0.042390667 -0.011070518 -0.0066046743 -0.032678608 0.022079531 0.04470555 0.014851912 -0.0062672463 -0.0025487668 -0.010990675 -0.02230439 -0.00034307066 0.002761211 -0.020408755 0.029401097 0.016113883 -0.020689758 0.012747783 0.00819194 -0.018511428 0.01971161 0.0030202067 -0.027219666 -0.019399855 0.02747161 -0.0070098136 -0.029258624 0.012129636 0.021255711 -0.021761287 0.0062348014 0.011015784 0.013668093 0.021096306 -0.021611476 0.022861032 -0.010273216 0.02011449 -0.020884424 -0.018759418 0.026490359 -0.0060838615 -0.026757818 0.00069121964 -0.0005981166 0.018181333 0.005241138 0.0019416219 0.018654184 -0.0035215525 0.0023112127 -0.022373794 -0.0312657 -0.043660257 0.0357575 -0.014559061 0.004276252 0.028506465 0.013157437 0.011012116 0.034643084 0.0030994855 -0.023266735 0.031964254 0.017581243 -0.0066721034 -0.033812206 0.017420147 -0.0053077205 -0.008569714 -0.024303002 -0.005017126 0.006300538 0.0015347898 0.0008889931 -0.009775257 0.002285539 0.03380431 0.029068468 0.026905373 0.014465958 0.008667895 0.017406603 -0.018368103 -0.021300005 -0.037132323 -0.016797485 -0.029372886 0.009835068 0.002508422 -0.026718885 0.0040161274 -0.007663228 0.007887522 -0.023475794 0.014097777 -0.00034673835 -0.0075012846 -0.011987442 -0.032925755 0.0023924664 -0.0019557285 0.017446103 0.0053057456 0.017022906 -0.02345012 -0.0052436767 0.0056640515 0.023316672 0.008823067 -0.016505761 0.032101654 0.020448817 -0.0032188266 -0.023652973 0.0099758515 -0.0005936025 0.02012493 -0.036112133 0.0077549205 -0.0071026343 -0.021839438 -0.0047389455 -0.009106889 0.012518694 -0.04681447 0.033075 -0.003334782 0.023690496 0.031033505 0.0018784245 0.016252972 -0.000800122 -0.027728628 0.013928781 0.0041230544 0.007883853 -0.023061344 0.00075780245 0.025291586 0.0022505547 0.016277518 0.020027878 -0.0061030462 0.03696925 0.018161867 0.017652903 -0.007678181 -0.011347852 -0.020170636 -0.022376614 -0.013554676 -0.02886646 -0.013167594 0.015049685 0.013982104 -0.014379344 -0.00069488736 0.0057492545 -0.014065333 0.02644437 0.012197911 0.027118945 0.005994144 0.024222312 0.047923528 0.023961622 0.0043656873 -0.010548011 -0.020544458 0.011643807 0.013716337 0.02955232 0.02722164 -0.026340546 0.0038891686 -0.00046805444 0.025381586 -0.0014041634 0.011547036 0.022066833 0.007515392 -0.0070670866 -0.000302726 0.029477837 0.03339663 0.010358985 -0.03925535 -0.014899311 -0.010949766 -0.014525768 0.0053855884 0.014352824 0.0015638492 0.015834855 -0.062819734 0.036246993 -0.031253006 0.021244707 -0.008457144 0.0020437532 0.0033739982 -0.015939526 -0.030271472 -0.020519631 0.01869312 0.0038076327 -0.013612795 -0.0042581954 0.010287324 -0.005348065 -0.023243884 -0.0058849594 -0.030237334 0.0025456634 0.010865409 0.009390995 0.024769645 0.041727662 0.0058719814 -0.020023927 -0.0007152008 0.05672656 0.022447994 0.017267795 -0.025229799 -0.031996135 -0.030362599 -0.021443326 -0.020308034 0.0012492738 0.01692952 0.018513402 0.015526768 -0.022932129 -0.015995387 0.010974593 -0.03489531 -0.022317931 -0.0008949179 -0.007599184 -0.019653773 -0.032079928 0.018102337 0.0013364521 -0.0006212513 0.038537048 0.014177621 -0.024069116 -0.00072366465 0.0143325105 -0.0033926188 0.022784576 0.022532914 0.013266903 -0.0007380533 0.0111582605 -0.0076104696 0.04075826 -0.009964002 -0.015498555 0.031879894 0.022854825 0.009885005 0.006703984 -0.0036425863 -0.017189644 -0.019933363 0.004171863 0.014917366 -0.017093157 0.029382478 0.027801419 -0.005903016 -0.017363438 -0.011657349 -0.030429747 -0.0020146938 -0.040543843 0.015659653 -0.04686695 0.03706884 0.008502566 -0.009824911 -0.025947258 -0.008841405 -0.0038177893 -0.030176392 -0.005462328 0.0021554767 0.022745922 0.04147995 -0.015603225 0.0012103397 0.00888175 -0.016987076 -0.010436006 0.0060683447 -0.02206091 -0.018609608 -0.0076149837 -0.012590354 0.032946635 -0.030531596 -0.016908644 -0.003087918 -0.005435526 0.019802455 -0.013771352 0.0040561897 0.024752999 -0.009557451 -0.030407175 0.025325442 0.0016123756 -0.030304762 0.010083907 -0.029850816 0.012358725 -0.011990827 0.025458327 0.002453971 -0.00583474 0.03241397 -0.0026926533 -0.008830402 -0.03238209 0.020181075 0.0020558848 -0.02003465 -0.021574799 0.00057357125 -0.018129705 -0.015028525 0.03175689 0.002430836 0.03331989 -0.017790018 -0.0067759277 0.004115155 0.025706036 0.040164657 0.0036877275 -0.024311747 -0.029914858 0.027108788 -0.04499078 -0.018389829 0.027170293 0.030990059 0.034363773 0.024171246 -0.004917534 -0.0009479583 -0.006739815 -0.008198429 0.013997621 -0.029636959 -0.009583972 -0.005464303 -0.01776632 -0.010442777 -0.025189172 -0.006182043 -0.020988815 0.0070100958 0.023706576 0.013580915 0.0009265164 0.011073339 -0.0054812306 0.0011911548 -0.021706836 0.017944062 0.01802729 -0.010328232 0.009648016 -0.011620108 -0.018868603 0.0015285829 -0.017864501 -0.009006451 0.009071059 -0.02349498 -0.005396592 0.041014716 0.007945358 -6.658279e-05 0.040381897 -0.010570019 -0.02401692 0.0037455643 0.0068148617 0.00676831 -0.0026382022 0.02580845 0.0023298333 0.046926197 -0.002190461 -0.0136328265 -0.018444562 0.017600145 -0.020166686 0.017274285 -0.0013127531 0.0022031567 0.0053652753 0.020984864 0.05706286 -0.0017531588 -0.019835465 0.009827169 -0.030078212 -0.0218053 -0.00024206795 0.018090488 0.025052903 -0.0066825426 -0.0005366122 -0.048820987 0.041158322 -0.010899264 -0.020999253 -0.008656609 -0.021497214 0.0024235009 -0.013549316 0.018901894 0.038469337 0.01996327 -0.021513296 0.0041354685 -0.004517473 -0.033935215 -0.007803729 0.007881315 -0.03277002 -0.018332837 -0.012011423 -0.006848717 -0.016612405 0.022019437 -0.008558992 0.0016992718 0.003228419 -0.014622259 0.0089206835 -0.028992008 -0.019766062 0.024418956 -0.014044454 -0.014530284 0.0028232797 0.020590447 0.01404643 -0.013009036 0.029338185 0.020312265 -0.009803469 -0.014813825 -0.00077078043 0.008518647 0.0241893 -0.003541302 -0.0064811013 0.020206185 -0.011211583 -0.04036497 -0.04442906 -0.019264996 -0.015404041 0.0141511 -0.022670312 0.0009677075 -0.02276511 -0.02270586 0.002168455 -0.01233813 0.038298927 0.0042996686 0.024277046 -0.003688856 -0.009694285 -0.023629837 0.0049494146 0.0016659804 0.009311434 -0.01868268 -0.013548751 -0.019217035 0.007463197 0.015051379 0.020566182 -0.0058776243 0.015156048 0.0016916543 0.008140593 0.019584933 -0.0007391818 -0.022568181 0.01490326 -0.005499287 -0.02746117 -0.050591636 -0.0041134623 0.009170369 0.017701993 0.008466453 0.018077226 0.0071285903 0.0054736133 0.0018409013 0.0556824 -0.0046588206 0.01837798 -0.028314896 -0.0013133173 0.044158217 -0.0015517176 0.014217965 0.017384315 -0.0102359755 -0.011394685 0.014524077 0.0010932556 0.0088064205 0.003728072 0.018756034 0.021484235 0.039625507 -0.02482212 9.3385184e-05 0.023151346 -0.005498723 -0.002101872 0.005422548 0.015326456 -0.030520309 -0.015241817 0.011547318 0.03397641 -0.033451647 0.002845568 0.0059244577 0.029310817 0.03084081 0.005437218 0.002108361 -0.019551923 0.048705593 -0.0053565293 0.0078799045 0.002959831 0.0050831446 -0.015062664 -0.0014123451 -0.020420603 0.037298776 0.009664097 -0.019489009 -0.0027662893 -0.01053193 0.011464654 -0.0015407145 -0.014502917 -0.020013489 0.013172954 0.014315582 0.013820161 0.0032154408 -0.010529956 -0.0015940372 -0.0014806207 -0.010794876 -0.03372898 0.001440276 -0.0172156 0.02977182 -0.019591704 0.01858873 -0.0060838615 0.029182449 -0.021388592 0.010537291 0.012631545 -0.0070622894 0.009067391 0.003944748 0.0040488546 -0.029604796 0.02822941 -0.009079522 0.0149179315 0.029748118 0.005890038 -0.020593548 -0.0011984903 -0.018516786 0.040197104 0.0006147623 0.018049015 0.0051962794 -0.00802238 -0.006463045 0.010853559 -0.001974631 -0.01443577 -0.011684151 0.018555721 -0.03899325 -0.022196896 -0.031589866 -0.012264212 0.018215472 0.011243746 0.0125054335 0.0009555759 0.00054112624 -0.013197217 -0.00076344504 0.015054763 0.017818233 -0.0057574366 0.052040942 0.0081010945 -0.001645667 -0.011359419 0.013290884 0.0038823974 0.014969843 -0.004337192 -0.0115961265 -0.02144502 -0.025519548 -0.034003492 -0.003690831 -0.009552656 -0.016395729 -0.01971161 -0.023173634 0.0015652599 0.009522186 0.025406694 0.01322938 -0.012157002 -0.0124633955 0.020526685 -0.020994738 0.0053305733 -0.013931321 -0.0076138554 0.011669199 -0.004728789 -0.0117812045 0.012979977 -0.0052893823 0.036853008 0.012895902 0.030664196 0.0031209271 -0.030960152 -0.029805109 0.021968089 0.0047722366 0.0022468872 0.009775821 0.02222793 0.03272262 -0.0011293682 0.006199253 0.029456679 -0.014447338 -0.014973793 -0.008668458 -0.010981646 0.012216532 0.0020970758 0.02215627 0.031074416 -0.005577155 0.015060125 0.020823205 -0.021027466 -0.0008379275 0.013890412 0.018637821 0.01061262 -0.001770651 -0.017289238 -0.010416257 0.0362453 -0.003042213 0.0050690384 0.0067852377 -0.0055856192 -0.009564787 0.008171627 0.014109063 0.015587427 -0.005846872 -0.006359503 -0.00018310267 -0.0066224486 -0.01877522 0.019465592 -0.025668513 0.005814145 -0.021122543 0.03279795 -0.010706005 -0.00028438753 0.015455671 -0.006253704 0.0005050135 -0.005664616 -0.023267018 0.016601685 0.005921919 0.00793492 -0.012458036 -0.016652469 -0.020748721 0.007568432 -0.02147831 -0.022673696 -0.015355234 -0.0016211217 0.02804772 0.010061901 0.018626535 0.025908323 0.024120463 -0.03863128 0.007890061 -0.003371459 0.019165123 0.026736094 -0.004916406 -0.0075421934 -0.0031133096 0.0032292653 -0.019588036 0.0047189146 0.02690396 0.021522887 0.037690654 0.011459858 -0.036447026 0.014195395 -0.0043188534 0.0072609102 -0.0092242565 -0.012993519 -0.021562103 -0.01690667 0.040868856 -0.013549034 -0.018591551 -0.012983362 -0.001887735 -0.009690899 -0.010401868 -0.012488224 0.0108315535 -0.0026263525 -0.00027648787 0.019478004 0.022076145 0.0047965003 0.021119723 -0.007542476 -0.0011406534 0.02298009 0.001701811 0.017084694 -0.0140058035 0.033539105 0.007059469 -0.010772588 -0.027561044 0.053954065 -0.014623105 0.017636823 0.017007671 0.01136083 0.004978474 0.00897852 -0.0071500326 -0.026047414 -0.022691472 -0.024104945 0.0019819664 -0.03328406 0.026304716 0.028171856 -0.015218399 -0.014381036 -0.00598568 0.0038005796 -0.034844805 -0.0012032865 -0.022802068 0.026319953 0.037381157 -0.0044144955 0.015396706 -0.0025724655 0.007754356 -0.016061688 0.020339068 0.010011118 0.009599771 0.00236115 -0.0039345915 0.023036517 -0.03431158 0.017468108 0.029132511 0.019927438 -0.007049594 0.009070212 0.0005250448 -0.0024297077 -0.02181715 -0.06467869 0.008719242 0.018711174 -0.019513272 -0.009384506 -0.010212558 -0.002467231 -0.005828251 0.0020993329 -0.009768203 -0.016674474 -0.011242618 -0.0016104007 -0.025785316 -0.029137308 -0.002525068 0.0028438752 -0.0102562895 -0.0013993672 0.019745182 0.010576225 -0.0046856226 0.0065019787 0.06059062 0.011637036 0.002542842 0.033112526 0.017243814 -0.0041845595 0.021480285 -0.017674629 0.000631408 0.004627786 -0.008239338 -0.04213308 -0.015986642 0.005645713 -0.0044444012 0.05442579 0.03869899 -0.02965276 -0.015581502 0.0066740783 -0.0014284266 0.02132596 -0.0015505891 -0.0073289033 0.015676297 0.00036056276 0.016088208 -0.010088139 -0.0036166303 -0.0135851465 0.03221253 0.006771413 0.043622732 0.009660994 -0.017433688 0.0011987725 0.017363438 -0.014526899 -0.017422969 -0.021895865 -0.005801167 0.012021861 -0.001974631 -0.0031911777 0.015999619 -0.017322812 -0.004733021 0.0031466011 -0.009879363 -0.00810448 0.017171025 -0.014629594 0.0009677075 0.016081154 -0.0069468985 -0.016652752 0.018871991 -0.008220153 0.011648885 -0.024226826 -0.0026712113 0.023995196 -0.010558168 -0.0153715955 -0.0023724353 0.0066134203 -0.013760913 -0.00157852 0.016387265 -0.0020319037 -0.017386008 0.024061497 0.025045285 0.057145245 0.0051954323 0.026371581 -0.01688833 -0.026444936\ngiận -0.008104277 0.0050351173 -0.0017928918 -0.016519558 0.005539325 0.011963514 0.0026164015 0.00569619 -0.0029145658 0.005348847 -0.0019763752 -0.012275123 0.008429211 -0.008927666 0.013679941 0.0068890285 0.0028848585 -0.010786725 -0.022726012 0.0027523711 0.0054321242 -0.0100208735 -0.006011434 -0.0021122238 -0.013321393 -0.012131279 -0.011219769 0.004522127 -0.0062957895 -0.0077614756 -0.0014801616 0.0021883545 0.010617142 0.00446247 -0.0047135144 -0.01646959 0.026309373 0.016686717 0.00046408354 -0.015777024 -0.007840211 0.016426286 0.0041638818 0.0019861262 0.0026687605 0.02710157 -0.0029849126 0.002571674 0.0045109224 0.0016779687 0.0030564405 0.0006478697 0.016201587 -0.019055134 -0.003626968 0.0014778298 0.0092571415 0.006586807 0.0058936337 0.012153992 -0.010860312 0.003845004 0.0056080674 0.0005439392 -0.012672131 -0.009106333 0.00088934455 0.019836431 0.011106208 -0.0001273421 0.0038177494 0.011863884 -0.0031276052 -0.0090394085 -0.002239381 0.0015083851 -0.0153654795 0.009565118 -0.0001655408 0.008126685 0.0031248797 0.0065062544 0.01165372 0.0028606625 -0.011250354 -0.0037474935 0.0104645165 -0.0055290293 0.0003372593 0.009242 0.014149325 0.0023556368 0.0057685664 -0.00043737414 0.0057046693 -0.009738941 -0.006264598 0.013355613 -0.004012468 0.010179859 -0.009748631 0.009779218 -0.0022604577 -0.014478195 0.006026878 0.009966062 -0.0022387148 0.0039776424 0.001814665 0.0015484189 -0.008712355 -0.008075811 0.0030555322 0.004823138 0.0032744766 -0.008770195 -0.005860929 0.0044188625 0.0066243573 -0.0008864374 0.0034274044 0.010031776 0.013499456 0.008693579 0.0012386261 0.0012160958 0.018653886 -0.014536642 0.008690854 -0.0056537944 -0.012262708 -0.005527818 -0.000602385 0.006011131 -0.01715913 -0.00022711174 -0.004094231 0.001841647 0.002012109 -0.011268221 -0.0068732817 -0.00036405952 0.0075943144 -0.003361691 0.0066637252 0.018835282 0.02467683 0.023492772 -0.0066261743 -0.00068602606 -0.0033992417 0.0015876957 -0.0047201766 -0.000955785 0.011887504 0.011839051 0.00054439344 -0.01943367 0.01896368 -0.0013927352 0.019017281 0.00036902592 0.011827544 0.007933785 0.010697391 0.0081073055 -0.0049360925 -0.016615555 -0.012348104 0.0078695845 -0.006240069 0.006917495 -0.0008560638 -0.017360209 0.0015363967 0.0076554855 -0.017718453 -0.007307537 -0.006259147 -0.0018534573 -0.0035906287 -0.0011778184 -0.022396535 0.0068726763 -0.007192462 -0.007299361 -0.009537258 0.014509084 -0.0036984354 0.010695877 0.016854485 -0.001874958 -0.0045181904 0.0038047282 -0.024605058 0.014814638 0.020599555 0.016159495 0.00050835696 -0.0070180334 -0.016588602 0.022250876 0.01623066 -0.006843302 0.0022766592 -0.0004495478 -0.008610604 0.0053473325 0.01338953 0.0011043826 -0.016885977 -0.008607577 0.012226367 -0.008549433 0.00086439156 -0.012557662 -0.006808779 -0.00011549548 0.0022883785 0.020216782 0.013836806 -0.014644145 -0.017804759 0.01056233 0.010204084 -0.0028977285 0.00037371975 -0.002832772 0.009425211 -0.005845787 -0.011242783 0.008516425 0.001163646 0.009356166 0.0051117325 -0.01045846 0.0012594303 -0.0005719811 -0.001260248 -0.00639118 0.0074750003 0.013579099 0.010810043 -0.015231026 -0.008662993 -0.012791748 0.014008812 -0.00045893548 0.0023378304 -0.003948571 -0.00033977276 0.0017472254 -0.012357796 -0.006109853 0.008252057 0.01221365 0.016577398 -0.01766031 -0.009440353 -0.022401987 0.014952121 0.014769212 0.026094971 -0.008484023 -0.012088278 0.013219946 0.0053761015 -0.01103141 -0.008788061 0.009355258 0.011836326 -0.0046093413 -0.009304686 -0.005610187 0.0059878137 -0.00025770342 0.01146506 0.0018454627 -0.003221179 0.012809311 0.019168695 -0.0043383106 0.010810043 0.004122092 0.008136073 -0.0120249875 -0.0020145313 0.0019016676 0.020230712 0.015818208 -0.016774235 0.0064559854 -0.012505575 -0.00064023846 -0.000884681 -0.011823304 -0.0039025412 -0.014446398 -4.856449e-05 -0.014419144 0.08785317 -0.011467214 0.058199607 -0.00831028 0.06967068 -0.045666747 0.029115997 -0.08764454 0.0205113 0.004771778 0.032834753 -0.054852217 0.02931233 0.072287105 0.0119925225 -0.0031687515 -0.008991438 0.0010905394 -0.008626371 0.058577273 0.0013838031 -0.010025877 -0.006080355 0.020988397 -0.009350811 -0.048814338 0.058755063 0.0145144155 0.050949775 -0.050243642 -0.02502331 -0.025002358 0.02947054 0.048753712 -0.01632685 0.069013834 0.06730018 -0.02165697 -0.013710624 0.009486708 -0.017237213 0.018386284 -0.09460004 -0.013703121 -0.04091311 -0.105927765 0.0023932755 -0.028632397 -0.03879118 -0.011901318 0.053064108 -0.063155964 -0.030040713 -0.052594617 0.017411219 0.093096904 -0.050716925 -0.013103266 -0.089783296 -0.07026401 0.0006539625 0.01297458 0.008993184 0.04303899 0.010537186 0.00041041648 0.022683017 -0.0077322284 0.046976008 -0.052885678 -0.026664326 -0.034221888 0.0660304 0.033144243 -0.017790195 0.035930984 0.06115035 0.011977853 -0.008645576 0.060633406 -0.015972283 0.04164932 -0.039952092 -0.0030586142 -0.009896778 0.054275043 -0.093144104 -0.017549952 -0.013815933 -0.07905438 0.018067941 -0.0037725251 -0.04972256 -0.07853979 -0.019171622 -0.03866832 -0.037176114 0.03965246 -0.02496943 -0.059049748 -0.07682216 0.06680617 0.026503382 -0.05067563 0.0021590157 0.049023032 0.008654613 0.013722961 -0.013241907 -0.008685032 -0.004898672 0.020409 -0.04671433 -0.035288684 0.048145123 0.03833259 -0.059179053 -0.022969477 -0.049313292 0.059417352 -0.05930518 -0.012262994 0.076240644 0.030939458 0.034714565 0.07717667 -0.032062512 0.00431684 -0.052410148 -0.0037171687 0.03904366 0.039950803 0.035353057 -0.025218124 0.03362289 -0.030621674 0.0389677 0.028219465 -0.022582132 0.03057224 -0.01584005 0.0083665 0.018383497 0.06534782 0.041127007 -0.024180485 -0.026478052 -0.081799805 -0.02067185 0.05804198 -0.018973367 -0.0077333744 0.005247549 0.052649178 0.06964173 -0.026057499 0.042037707 -0.031279672 0.0026503205 -0.04804927 0.02857753 0.011520989 -0.0094060255 0.028143534 -0.03448318 0.06595539 -0.021310141 0.0052312943 -0.014953328 0.01264041 -0.041179176 -0.021439865 0.034187302 -0.093493186 0.0014894874 0.027433483 0.057055846 0.071874045 0.032583255 -0.064100295 -0.01805609 0.060905945 -0.002599624 -0.02341921 -0.025196437 0.04170619 0.03797314 -0.038331795 0.0097962655 -0.036538515 0.07174303 -0.0076740803 0.04785928 0.01619486 -0.026383154 0.057278074 -0.014988345 0.009103173 0.009452639 0.0412987 0.050970793 -0.05422 -0.0645583 -0.009890188 0.05168947 -0.014172621 0.043869488 -0.041505247 0.017532216 -0.04735972 -0.029190022 -0.043691177 -0.05693011 -0.00027418396 -0.012016368 -0.04288885 0.06130516 -0.015087296 0.05865556 -0.007581244 0.059100747 -0.024552984 0.032198157 -0.047859136 -0.014736927 0.030923499 -0.0437784 -0.01836875 0.084972024 -0.009222947 0.002447986 0.027517712 -0.011167674 0.0339881 -0.041565385 0.05680478 -0.03869309 -0.030788196 0.03258955 0.011214023 -0.046599556 0.064015165 -0.02392072 -0.027067324 0.011690904 -0.07818296 -0.013919443 0.016249109 -0.018712062 -0.06420933 -0.03378805 0.042369798 0.044731457 0.0045556277 -0.007998463 0.03264371 -0.02030117 0.045592297 0.020825965 -0.06696557 0.03297021 0.01768731 0.005682516 -0.045456246 0.0058961245 -0.00020848773 -0.07135727 -0.02415308 -0.0664627 0.069117144 -0.044777114 -0.024587028 -0.058674518 -0.026886187 -0.012411358 -0.005488366 0.047355946 -0.034974437 0.0076076468 -0.021078132 -0.05116011 -0.0010671198 -0.010145364 0.013307109 -0.04053119 0.08202954 -0.017302291 0.026110532 0.029895857 -0.0074851844 0.019301452 0.016915858 -0.017916739 0.007539571 0.039815754 0.04213157 0.04210208 -0.03296094 -0.00047221046 -0.046916727 -0.018570004 -0.047318652 -0.012353859 -0.02850124 -0.002217002 -0.07478604 0.00033856145 0.018696586 0.042398006 -0.015988095 -0.047702946 -0.021179168 -0.025258863 -0.0014675034 0.038631737 0.0078795785 -0.02118674 0.015962353 -0.0067691086 -0.009990288 -0.011446587 0.028472472 -0.022024663 -0.00025104423 -0.003749916 -0.017216668 0.014912753 -0.0014220792 -0.008201787 -0.01721273 0.0044597443 -0.0046020737 0.03687806 0.007814773 0.052472178 -0.058399428 0.012181852 -0.017934065 -0.0033244432 -0.0066189063 -0.009208689 0.016742742 -0.0013766551 0.027845012 0.026134338 -0.018443422 0.0032781104 0.03725781 0.0077748 0.0076557887 -0.047288675 -0.0044779144 -0.0041060415 0.010723736 0.0073036 -0.015300071 0.00415086 0.0016431435 0.0077000014 0.013208439 0.0018012195 0.014858548 -0.021260325 0.0055238814 -0.022667566 0.00953968 -0.011903857 -0.050298784 -0.019046351 0.038318917 -0.040301226 -0.012180035 -0.006120755 -0.006955954 -0.010795204 -0.005096894 -0.015757037 0.038807075 -0.028797407 -0.026607659 -0.0033235347 0.009866129 0.016094387 0.009256839 -0.006383912 -0.01291409 0.015198319 -0.029991759 -0.010612901 -0.019843698 -0.038229585 -0.023235975 0.030236444 0.009531504 0.027090367 -0.005413046 0.01278448 0.002950148 -0.021574661 -0.0021482601 0.031028036 0.023159964 -0.013979135 -0.012520414 0.017739953 -0.0011292447 -0.017742375 0.030991998 -0.013703259 -0.031918045 0.005194708 0.010879087 0.011042009 -0.0016476859 0.037884966 -0.061537325 0.013038855 -0.010705567 0.014086942 -0.013942796 0.021310292 0.026006544 0.0018148468 0.01943821 0.002646109 -0.00042062777 0.03699344 0.026610384 -0.019246824 -0.0138177285 -0.017341433 -0.011289116 -0.037524298 -0.0050941687 0.0118429875 -0.012389289 -0.0005968735 -0.024484836 0.026337234 0.015960839 -0.0051562483 -0.017908325 -0.020705244 -0.0025485985 0.008532476 0.021391148 -0.005122634 -0.014308309 -0.025842413 0.01018652 0.002217305 -0.051924363 -0.016606167 -0.030256128 0.014385227 0.0011268221 -0.025242511 -0.007952862 0.0016261851 0.015618948 0.0005768869 -0.022675442 0.043370686 -0.0018554257 -0.01954935 -0.006575602 -0.03441577 -0.054621954 0.009808894 -0.006026878 -0.003748099 -0.016136179 0.011581648 0.011501702 0.0243952 -0.029304339 -0.03603196 0.051157907 -0.008620901 0.023990924 0.0021222169 0.055558298 -0.0023396474 0.02539211 -0.01926469 0.032475553 -0.005842153 -0.011944133 0.026931684 -0.0143034635 -0.034562036 -0.0063796723 -0.004752882 0.0026049244 0.007120995 0.00056235114 -0.00013899794 -0.028289564 0.007791456 0.008223893 0.03407872 0.014841286 -0.0433289 0.0027890438 0.0033946992 0.023869792 0.005223779 0.020857263 0.035905987 0.021816317 0.022028903 -0.0012164591 -0.015940854 -0.00690629 0.056797165 -0.0023369219 0.01671064 -0.026628252 -0.031734835 -0.03936882 -0.0028011568 -0.024167472 0.017347792 0.04005533 0.02046177 -0.035012342 0.028532432 -0.03030034 0.015300372 -0.03673876 -0.02099202 0.007994956 -0.028776813 -0.0048952107 -0.012933169 -0.015217398 -0.00086972135 -0.029749496 -0.021834487 0.009508489 0.006670993 0.00875899 -0.003494935 -0.011363309 0.024066025 0.0106983 -0.004008834 -0.011801198 -0.011705202 0.02740561 0.0013070046 -0.006354538 -0.0041505573 -0.012955275 0.012839897 -0.006515642 0.0085454965 -0.019102072 -0.024838539 0.031914715 -0.013583945 0.001998966 0.02974223 -0.02124579 0.009540891 0.029634422 -3.9670434e-05 -0.024232278 0.0036772375 -0.0097071435 -0.00034401234 -0.019086022 -0.016121339 0.015803974 -0.024974508 -0.013358035 0.007740883 -0.009451254 0.006976243 -0.018503988 -0.017297523 -0.0012749049 0.028874626 0.02249889 0.030183753 0.016601622 -0.0074307877 -0.012624284 -0.02501115 -0.014015778 0.0066207233 0.033698976 0.018421618 0.031230023 0.020233134 0.0051171836 -0.02994028 -0.009907616 -0.008963096 0.01982795 -0.02553474 -0.021402352 -0.018315023 0.015637724 0.004822532 0.00066198147 0.031063769 -0.002811453 0.0020050227 0.006380884 0.028455514 0.015235264 0.014418539 -0.0071951877 -0.01566316 0.0036805687 0.04185019 0.014647779 0.0006247337 -0.006069274 0.018763209 0.0046683927 0.022489201 -0.017519495 0.00028677788 -0.00026436863 0.011772732 -0.009500313 -0.019105405 -0.010421212 -0.017925587 0.021504102 -0.002219122 -0.05290734 -0.025165593 0.010409704 -0.052362554 -0.012027411 -0.034671053 -0.020467523 -0.0047840727 0.0036993441 0.012445918 0.016290618 0.047087293 -0.006311536 -0.003401664 -0.012804466 -0.0055690026 0.022050707 -0.0047919466 -0.004659308 0.018073972 0.010313707 0.013531253 0.02994482 -0.0046659703 -0.0019072094 -0.031937428 -7.4495634e-05 -0.036881696 0.0017339918 0.00014626581 0.0146072 0.012710893 -0.00086760154 -0.024609601 -0.0055747563 -0.033593893 -0.007911375 -0.048304964 -0.00067803136 -0.0038186582 -0.031888068 -0.003390157 -0.042018563 0.023755323 -0.012960423 -0.020739462 -0.0030724904 -0.0026851739 0.036156423 -0.0034292217 -0.024883056 -0.03525127 -0.0365286 0.011327878 0.015700711 0.010929055 0.0042925836 -0.027494036 -0.011597698 0.032838944 0.019783737 0.02413295 -0.0046938304 0.022788092 -0.009514849 -0.044873018 -0.03262545 -0.0116682565 0.005565066 -0.006883275 0.014790411 -0.026100725 0.0059021134 -0.03455477 0.013165437 0.022556126 -0.025114112 0.001993515 -0.03976189 0.0028314397 0.016971376 -0.022415008 0.0101901535 0.023302596 -0.024796143 -0.006316684 -0.032440726 -0.012174584 0.008043106 0.021470185 0.024086617 -0.018607859 0.0007267866 0.046861384 -0.0033435212 0.00081097276 -0.016581334 -0.018172089 0.028119072 -0.026718795 0.019300122 0.0119874375 0.021730011 0.0060456535 -0.016085908 0.0056762034 -0.018489148 -0.030787589 -0.01210978 0.0038998162 0.015521437 -0.019935455 -0.010656206 -0.022748422 -0.03698163 -0.0038337994 0.041475292 0.016497452 -0.036481965 -0.0068754014 0.033899147 -0.015774298 -0.014414602 0.005146861 -0.037269317 -0.00244594 0.004972735 0.0076757753 -0.038853407 -0.048332524 -0.030976858 -0.006118332 0.00871508 0.028205682 -0.0040657655 0.006654943 0.0037135768 -0.0065183677 -0.011439016 0.031601287 -0.020291276 -0.0045478675 0.001274602 -0.01690536 0.038455494 -0.01672548 0.004608736 0.0039603813 0.005340065 -0.012507393 -0.038030624 0.034291003 0.00297498 0.030061107 -0.002013199 0.008558518 -0.036658514 0.013501576 0.002458053 -0.002415657 0.018287769 -0.013894343 -0.008995196 0.0028317424 -0.01416174 0.008129411 0.026694572 0.026224883 0.002820235 0.005102042 -0.015808214 0.012544639 0.002368416 0.021721533 0.056270547 0.0018639049 -0.018937638 0.024066934 -0.012986466 -0.01418748 0.02075642 -0.014989974 -0.022497984 0.017481036 -0.018276563 -0.03721299 0.003193016 0.014846737 -0.038192336 -0.015595024 -0.03347246 -0.015000876 -0.0028090302 0.02961383 -0.0034943298 0.0075712996 0.0282399 0.009951224 -0.06288733 -0.002053778 0.006780919 -0.010816705 0.0267942 -0.005694676 -0.027616983 -0.015178636 0.013909182 3.9064784e-05 -0.014097843 0.016757276 0.004233532 0.010341569 0.006876613 0.021226713 -0.017622154 0.015133515 -0.012789325 -0.019654129 -0.005610187 -0.017866535 0.0065977084 -0.019186864 -0.0043180212 0.01996725 0.0051035564 -0.0011395408 0.040544398 0.0042414055 0.03025098 -0.026786024 -0.0023899167 0.019652916 0.014547845 -0.0044282502 -0.061337158 -0.022037383 -0.0049045985 0.026745142 -0.010573837 -0.024095703 0.027457999 -0.019184139 -0.008519757 -0.015870295 0.0005747671 -0.0078605 -0.0027196961 0.01284232 0.0106510585 -0.05344819 0.018726567 -0.016433857 -0.0152071025 0.025898738 -0.006736101 -0.01578005 0.016165854 -0.01045634 -0.012197902 -0.00231209 -0.021340271 0.005946932 0.020386063 -0.0047619664 -0.030855725 0.017021948 -0.075648494 0.0020404535 -0.034226805 0.0046602166 -0.013439799 0.0055108597 -0.0057394947 0.03278807 -0.010804894 0.013863758 0.0071694474 -0.016997421 -0.0076672966 0.051904377 0.01311547 -0.032051593 -0.042906456 0.050344814 0.014413389 -0.011288208 0.015652863 -0.01432769 -0.0010014515 0.010096883 -0.014243201 0.0051950105 0.017715424 0.033381004 -0.050621293 -0.0128665455 0.01541575 0.0007958314 -0.025765495 0.01966503 0.015354579 -0.0039891503 -0.0036203058 -0.024237728 -0.0023953675 0.019836431 0.0020613486 0.016280323 -0.033035178 0.0074680354 -0.010658023 -0.010501158 0.013461603 -0.004076062 -0.018250218 0.02352457 -0.023041256 0.01959114 0.033695646 0.004918226 -0.021951985 -0.032121547 0.009659297 0.013428291 0.025976263 0.0011525624 0.0010874545 -0.03646955 0.003449511 -0.010808528 -0.037803806 0.01766334 0.018297458 0.028028527 -0.0056465263 0.018312298 -0.018428585 0.013029164 0.003542782 -0.01576703 -0.0015310972 0.0038256233 0.0013472807 -7.2375835e-05 -0.023657208 0.011278214 -0.0075331433 0.034347635 -0.013007966 -0.008261445 -0.013535189 0.045227934 0.0069199177 -0.0111752525 -0.0072151744 -0.025347592 0.061254784 -0.04448116 -0.013138485 0.018009167 0.011345139 -0.012462876 -0.009449741 0.005313416 0.027457394 -0.012022868 -0.02326989 0.035361804 0.0066376817 0.0010026627 -0.0138122775 -0.00253164 -0.010005429 -0.009297115 0.028063351 -0.01209918 -0.04350484 -0.016746677 0.0150699215 0.042493097 -0.029118707 0.005589292 -0.013474018 -0.008275375 -0.014677154 -0.0117651615 0.014672005 0.0038774067 -0.02301067 0.024798565 -0.010632586 -0.010371245 -0.03160765 -4.9058097e-05 -0.0018823774 -0.0020595316 0.0063711936 -0.018456748 0.0065428964 -0.017504657 -0.052183278 0.017469527 0.010794901 0.024147788 -0.014492731 -0.011949886 -0.008210267 -0.005835188 -0.019571152 0.0007649429 0.023560908 -0.002053475 0.014199594 -0.021240339 -0.014407939 0.014213221 -0.020059008 -0.027394405 -0.028709888 0.00064835424 -0.0097016925 0.0010290088 -0.01109682 0.012124315 -0.007980723 0.019205034 0.00042728998 0.0066867396 -0.0350081 -0.012324485 0.009556335 -0.017914383 -0.009067572 0.036540408 -0.013882231 0.0008975815 0.0043476983 -0.031498328 0.03841158 0.025454793 -0.0019511193 0.030706737 -0.057153292 -0.019030908 -0.0027517958 -0.014494548 -0.005738586 0.019863987 -0.009865825 -0.0056795343 0.020110186 0.011142851 -0.01673517 0.006705515 0.0011537737 -0.013628763 -0.010575654 -0.009802535 -0.0087677725 0.023538498 -0.01290349 -0.010859403 1.211311e-06 -0.020697672 0.029235598 -0.00956966 -0.02110134 -0.003268117 -0.045737892 0.015119887 0.023076687 0.0040024747 -0.0027069775 0.0058276174 -0.0054460545 -0.0057452484 -0.0011301532 -0.008072782 0.0074807545 0.0068003 0.0027978257 -0.013521865 0.0021845994 0.009671712 -0.0018254457 0.029870931 -0.029243471 -0.0101114195 0.0013285053 0.00896128 0.00021288791 0.023165416 0.011471116 -0.005623814 0.0173487 0.018164821 0.029403063 0.0011510483 -0.017596412 0.014403095 -0.005875767 0.0150608355 0.005797032 -0.0058651683 0.0045881434 -0.0013312309 -0.043310124 0.008678741 -0.00664071 -0.034320377 0.018756546 0.006062006 -0.03700071 -0.012496793 0.0007198216 -0.01717215 0.0007089198 0.0003110041 -0.021241853 -0.038336784 -0.001162253 0.03504262 -0.02700103 0.03091417 0.010850015 -0.003004657 -0.02446697 0.0008521573 -0.008018577 -0.0026800258 -0.0025431477 0.02219576 -0.0041133096 0.037141826 0.026632188 0.0056813518 0.016585574 -0.020922672 0.007748151 -0.028656894 -0.00013778664 -0.0118538905 0.00998302 -0.02722876 -0.0006795455 -0.011333934 -0.02249889 -0.059957173 0.0012637003 -0.005172601 0.020706454 0.014139937 -0.014383713 0.027670283 -0.05670026 0.009362829 -0.009897925 -0.010156843 0.025146818 -0.04296187 0.023616327 0.0050184615 -0.0039040556 -0.00020895115 0.0029404575 -0.010911187 0.039416365 -0.00031433522 0.0025922058 -0.017687261 -0.011102878 0.026034104 0.0076106675 0.025398165 0.01854275 0.013713253 -0.0009193851 0.012116139 -0.029099932 -0.021135865 -0.012262708 -0.027785962 0.017662732 -0.025000248 -0.0006535023 -0.043100566 0.028309248 -0.025078379 -0.028222032 0.0150142005 -0.07180652 0.002749979 0.0142120095 -0.016564678 -0.015975678 0.019225625 -0.015005419 -0.0047483393 -0.007500135 -0.0283898 -0.01216762 0.014867934 0.0058612316 0.0038374334 -0.017077366 0.032516133 0.0025367881 -0.01441763 0.014476984 -0.0017691198 0.008209963 -0.022010127 -0.029021196 0.07477666 -0.00058173214 -0.01259703 0.028422808 0.008117601 -0.010844565 -0.016413568 -0.016470803 0.014726817 0.013564867 0.024307683 0.004060012 -0.027999759 -0.039227095 0.037229344 0.06123662 0.006010828 -0.012001973 -0.023683857 0.04323896 0.01639873 -0.0007464704 0.016336346 -0.012408368 -0.02107651 0.010448769 0.018522764 -0.00046696042 -0.050602216 -0.039055396 0.024451524 0.011975324 0.072338894 -0.013057328 0.0026309676 0.029782504 0.0025646482 -0.03252794 0.012746929 -0.011122561 -0.023450075 -0.018768962 -0.010804289 0.029480888 0.007746031 0.0022921034 0.018984878 0.01062441 0.0055329665 -0.0115401605 0.043431256 -0.006225836 0.007642161 0.026258498 -0.028185392 0.030037789 0.022908013 -0.010601091 0.030885402 -0.0011513511 -0.007964067 0.018055802 0.019401267 0.006062006 0.0025086254 0.03978975 0.017667275 0.007030752 0.020082932 0.00087093265 -0.005679838 0.0037847415 0.020259479 0.037216626 0.02857816 0.056240264 0.015206496 0.012386563\nđà_nẵng 0.04829571428571428 0.0009625714285714284 -0.05038428571428571 0.03002385714285714 0.017500142857142856 0.022832 0.020646142857142856 -0.017776 -0.032537857142857146 -0.02773671428571428 0.027740714285714285 -0.010839571428571426 -0.02161957142857143 -0.017599285714285713 0.015517857142857142 -0.015452714285714288 0.018611714285714284 -0.03170785714285714 -0.009149714285714285 -0.04199399999999999 -0.02269642857142857 0.008433285714285714 -0.00038571428571428567 0.02056371428571429 -0.0032692857142857133 0.017692857142857142 0.001812142857142857 0.0006268571428571427 0.006390714285714285 -0.0063188571428571426 0.019137571428571427 -0.03007942857142857 -0.006028428571428572 -0.025015857142857145 0.025106714285714284 0.010881714285714284 -0.032386 0.02889942857142857 0.003583714285714286 0.030022714285714288 -0.011015142857142859 0.02386871428571428 -0.01892185714285714 -0.000343 -0.02674542857142857 -0.043748714285714294 0.04076914285714285 -0.006141999999999999 0.017641285714285714 0.024613571428571433 0.0046744285714285716 0.048255857142857135 0.031752857142857145 -0.031456142857142856 0.05015385714285714 -0.0046065714285714295 -0.013527142857142857 0.03256357142857143 -0.01906457142857143 0.02619785714285714 -0.016649285714285717 -0.027070714285714285 -0.002562428571428572 -0.005639714285714285 0.016172714285714287 0.004627285714285714 0.041798857142857145 -0.025978142857142856 0.02310142857142857 0.007429428571428572 -0.04114 -0.018280714285714286 0.030765428571428572 0.015423857142857144 -0.03693342857142857 0.016884857142857142 -0.003399428571428571 0.03923114285714286 -0.009349285714285714 -0.014604 0.00658457142857143 0.008424714285714285 0.01240057142857143 0.02868871428571429 -0.01715557142857143 -0.05255571428571428 -0.016702 -0.01112157142857143 -0.0006997142857142852 -0.01752771428571429 0.005877857142857143 0.03239485714285714 -0.015379571428571426 -0.01710214285714286 -0.005480857142857142 -0.02056857142857143 -0.0024768571428571426 -0.016863999999999997 -0.006829714285714286 -0.015215571428571429 -0.013552714285714288 0.012626285714285713 -0.0021335714285714287 -0.011996142857142858 0.017478285714285714 -0.0027781428571428566 -0.024628571428571423 0.0056842857142857155 0.05225785714285714 0.010368714285714287 0.024163428571428575 0.016211 0.018286571428571426 -0.005136142857142857 0.007795999999999999 0.005422000000000001 -0.02132842857142857 0.0058028571428571435 -0.0003227142857142858 -0.04294828571428572 -0.0017941428571428574 -0.004411285714285715 0.04279299999999999 0.02235485714285714 0.024963285714285716 0.017191857142857144 -0.016247571428571427 -0.009559857142857144 -0.012116857142857143 -0.0012088571428571432 -0.004245714285714286 -0.0019110000000000002 -0.026660142857142858 0.012714999999999999 -0.006355285714285715 0.014957714285714286 -0.02011357142857143 0.023684714285714288 0.0043430000000000005 0.03087457142857143 -0.018196142857142855 -0.0018027142857142855 0.035295571428571426 0.025702142857142857 -0.032486 -0.029037428571428568 0.03420185714285714 0.0032608571428571426 -0.007791285714285716 -0.029796285714285713 0.011463571428571429 -0.0037701428571428578 0.02594285714285714 0.03009342857142857 -0.011206571428571429 0.0077352857142857145 0.00602 -0.02686328571428571 -0.001963714285714286 -0.031519285714285715 -0.0016188571428571426 0.007262857142857142 0.015012285714285714 0.005302428571428571 -0.018318857142857144 -0.0025562857142857145 0.02434757142857143 -0.025567285714285713 0.02604557142857143 0.019406285714285713 -0.036063000000000005 -0.02788842857142857 -0.016185857142857144 0.007231 -0.025728428571428572 -0.01266657142857143 0.002832857142857144 0.0071875714285714295 -0.010279571428571428 -0.021714857142857143 0.03551357142857143 0.0032227142857142862 -0.0003354285714285716 -0.0023228571428571426 -0.000681857142857143 -0.0034707142857142857 0.0029065714285714285 0.01580857142857143 -0.06616914285714286 -0.015418428571428573 0.01704214285714286 0.022607428571428573 -0.03232042857142857 -0.013803000000000001 -0.018615714285714284 0.023658000000000002 0.0016930000000000003 0.0010278571428571429 0.010637571428571429 -0.006107714285714285 -0.043132714285714295 -0.029236 0.010517571428571428 0.027501999999999995 0.030684857142857142 -0.0023430000000000005 0.01795242857142857 -0.008340142857142857 -0.008953857142857142 0.019487142857142852 -0.03617828571428572 -0.0032394285714285706 0.01569514285714286 0.007549285714285715 0.006379285714285715 0.02995114285714286 0.006818 -0.01143585714285714 0.007578714285714287 0.01812957142857143 0.026154857142857143 0.015477857142857142 0.005625428571428572 -0.015958142857142858 -0.01566557142857143 -0.013370714285714286 0.01028157142857143 0.014330857142857143 -0.005717 -0.009838285714285716 -0.0003897142857142857 -0.008193714285714285 -0.01823757142857143 -0.02680557142857143 -0.03512214285714286 0.014730714285714288 -0.01272242857142857 -0.043107285714285716 0.028456428571428573 0.023936857142857145 -0.0021305714285714283 0.03477 -0.005367142857142858 0.005305857142857144 0.001095 -0.0065754285714285715 0.03276028571428572 -0.010775571428571428 0.030365 0.05867828571428572 0.00602957142857143 0.016004428571428572 0.011029142857142854 -0.04809485714285714 -0.024343571428571433 -0.01524142857142857 -0.002805428571428572 0.021865714285714287 -0.013627285714285715 -0.033781428571428566 0.007814 -0.006871285714285714 0.01579957142857143 -0.01978185714285714 -0.034878571428571425 -0.028553999999999996 -0.017562714285714286 -0.0058228571428571435 -0.0015231428571428568 -0.0023105714285714288 0.017670142857142856 -0.01353757142857143 5.614285714285654e-05 -0.008909142857142857 0.027789714285714282 -0.008093285714285714 0.013230428571428572 0.035218285714285716 0.039738142857142854 -0.03955314285714285 -0.005549285714285715 -0.004376857142857142 0.01158557142857143 0.023855714285714286 -0.034650714285714285 0.005935857142857143 0.0025458571428571427 -0.007385285714285715 -0.029811285714285714 -0.01634485714285714 0.022303714285714288 -0.037431 0.018686571428571424 -0.06237157142857143 -0.007262285714285715 0.025624714285714282 0.009256714285714285 0.0005158571428571426 0.042656000000000006 -0.012545571428571428 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0\ncậu -0.010727317 0.00010515043 -0.007665005 -0.010635087 -0.005041002 0.0038625135 -0.00068437227 0.0049543353 -0.0014134832 0.013926949 0.005305393 0.0017024982 0.011411279 -0.006549174 -0.004429652 0.00648271 -0.0020325629 -0.012424926 -0.01284479 0.0009359099 -0.008088382 -0.01711897 0.00025004154 0.0011765851 -0.0076969187 -0.0034101498 -0.00796658 0.015635978 -0.0015242464 -0.0018837074 -0.006402192 0.002335427 0.01240648 0.00780086 -0.0039939773 -0.009698739 0.002528377 -0.00018942478 -0.005982621 0.00071608165 -0.005199402 0.0026512912 0.0007330929 -0.0017611153 0.0074427756 0.008204913 0.009293222 -0.004750552 -0.005232195 0.0058089956 -0.0019939435 -0.01144583 0.0077733374 0.0029010135 0.004278571 -0.010413444 -0.0024030327 0.00067907275 0.0030877856 0.007295501 -0.0067204577 -0.023891252 0.00507438 -0.009138335 0.003589631 -0.0028751013 -0.016547438 0.0069371234 0.00229022 0.0040458012 0.006321089 0.023566252 -0.0029999479 -0.007310726 -0.0030737314 0.0059852563 0.008589057 0.008156017 0.012045175 -0.0011037383 -0.004562579 -0.0018867523 0.0026390525 -0.009566397 -0.008119418 0.0035700144 -0.00033059157 -0.0036189104 0.012300197 -0.0034092714 0.013771477 0.0015552238 -0.0010560134 0.005608433 0.002007295 0.0046659354 0.0022185736 0.004008617 -0.0138282785 0.0023794628 -0.006624421 0.011220672 -0.009681463 -0.006207778 0.004621723 -0.0053030504 0.004264517 -0.008417481 0.0061105713 -0.011706707 -0.007074443 -0.0072922804 -0.011762923 -0.0038089326 -0.001489287 -0.0026747144 -0.00016832618 -0.004728593 -0.011608329 -0.0060335672 -0.011514342 -0.007071515 0.018999865 -0.0080544185 -0.005230438 0.0029715472 0.0019172027 -0.004273594 0.0027970723 0.0041907337 0.011194906 -0.01745158 0.00869651 -0.008056175 -0.013291883 -0.010861416 0.01714005 0.008816556 0.008586422 0.0010247432 -0.005140844 0.0030113668 0.016995411 -0.007537933 -0.0013396703 0.00786791 0.007275591 0.0067465156 -0.0038048336 0.0013268461 -0.0013827693 0.0046199667 -0.0019947048 -0.003775847 0.0033404652 0.002336891 0.00816363 -0.0022768686 0.003774676 -0.0063061565 0.0072925733 -0.0025479647 0.014940303 -0.0018083719 0.011933913 -0.0029891147 -0.005007623 -0.008084868 -0.0020791753 0.010709164 0.002232247 0.011525761 0.0006445525 -0.0053856177 -0.0060212696 0.023217242 -0.0013368888 -0.004274179 -0.0023108325 0.003753302 -0.0077437656 -0.005392938 -0.006017171 0.010192972 -0.021182338 -0.0035861176 0.004477963 -0.001781113 0.00015935504 -0.007586243 0.0059419232 0.0041500353 -0.0094241 -0.0041216346 0.010018175 0.007943743 0.007268564 0.007894261 -0.00815631 -0.008794304 -0.0032078302 0.0073004784 0.00994849 -0.0034297667 0.0048852363 0.013031884 -0.01065939 0.009889931 0.00813435 0.010969456 -0.014623502 0.00042443143 -0.0012392133 0.0053188615 -0.009327771 0.012606457 -0.008208133 -0.0066782953 -0.011152159 0.0053551677 0.0022987402 -0.0061272606 -0.0028032209 -0.014836069 0.0073681134 -0.015056542 -0.008080184 0.0034136632 -0.0021657539 0.0035946085 0.0057243784 -0.0020407904 0.006501449 0.0020956888 -0.005710032 0.00055118115 -0.0064288364 -0.007480546 -0.00092337845 -0.0008606624 0.0012450984 -0.0044252602 0.00443053 -0.0042727157 -0.009759054 0.001536983 0.008577052 -0.013827986 2.4111723e-05 0.0088025015 0.0050251908 0.0045473543 -0.011514635 0.007298722 0.0062537463 0.0015245685 0.010975019 -0.0085433815 -0.0068876417 -0.0099684 0.0065122824 0.0010096936 0.0091239875 0.0027362008 0.013257334 0.0014809718 0.007650072 -0.002809721 -0.0031776729 -0.0043339087 0.01283015 0.0005847644 0.0066030477 0.0020092565 -0.00033428075 0.0074981125 -0.0046972637 -0.007932616 -7.766896e-05 0.0021535151 0.006483296 -0.0008271084 -0.006594264 0.00071848254 0.0033032806 -0.0057706395 0.000266637 0.0046937503 0.0033802849 0.016616538 0.0043626027 0.009396284 -0.01311855 -0.004021207 0.0037538875 -0.0066780024 -0.008178562 -0.010516214 -0.003989293 0.0038171308 -0.0073785936 0.012739023 -0.004992293 0.03755631 0.09009693 -0.024557123 0.016832538 -0.107131645 -0.11169825 -0.028882306 0.04272517 -0.015313933 0.08355249 0.044864807 0.02315821 0.0026376757 0.038792785 -0.01237261 -0.048226587 0.026120728 -0.015880335 0.03260656 -0.022324817 -0.005120186 0.034180094 0.039424554 0.0178954 0.052196413 0.07629509 0.040425353 -0.035039134 -0.00044410734 -0.0107186865 0.015557694 0.07553985 -0.061637823 -0.029558446 -0.04430484 0.032116484 0.10166174 0.044296443 -0.0040643318 0.06602016 0.0063473685 -0.058752004 0.006562491 0.006095613 0.033211276 0.07725099 0.07010866 0.041249502 -0.043198165 0.043465227 -0.028879324 0.014696519 0.036065634 -0.12850994 0.04288525 -0.039690156 0.038347278 -0.006388246 -0.013811685 -0.019652072 -0.0097468225 -0.01218348 -0.0321578 0.033140857 0.009227547 -0.034917023 -0.020014366 0.006826149 -0.0038784416 0.043782003 0.0021680829 0.0012879199 0.058209967 0.028719706 0.013013632 -0.005218619 0.031265695 0.010345158 0.0053781946 0.00333188 -0.013536902 -0.011451439 0.02962776 -0.1234773 -0.08728213 -0.01716792 -0.015412307 -0.039469793 0.04660174 -0.05014924 -0.13345371 -0.02298081 -0.03315749 0.037910786 0.07245665 0.0046968795 -0.016251959 -0.0882532 0.03411847 0.035534576 -0.045809716 0.03479411 -0.010184526 0.055269595 0.048719835 0.02239395 -0.03866977 -0.0085394485 -0.0092749735 -0.010866483 0.0159261 0.063214414 0.05659127 -0.025599822 -0.0049881847 0.038409874 0.02183975 -0.05299595 -0.054240305 0.025677435 0.026539315 -0.032129496 0.10001696 -0.08256987 0.07577646 0.0068321223 -0.033756517 0.07580987 -0.0411047 0.017899891 0.019384528 0.015002855 -0.041308846 -0.0032487898 0.033970535 0.0073798867 0.035922665 -0.02041596 0.03248673 0.011927713 0.0132347 0.026467599 0.062582016 -0.049735636 -0.024609132 -0.03370772 0.05557104 -0.015222295 0.017768951 -0.05459172 0.019608553 -0.008716137 -0.023771465 0.025156256 0.0021737262 0.006727301 0.0076218145 0.009205922 0.017808322 -0.0011561052 -0.014176608 -0.029187435 0.027199345 -0.0010776483 -0.073003836 -0.010689326 0.008812828 -0.015210718 -0.10002247 8.341094e-06 -0.0014423847 -0.01875506 0.03898532 0.044766832 -0.011621089 -0.026096918 -0.024370456 -0.0022551534 0.03193381 0.034841873 -0.03345605 0.0691289 0.001797175 -0.05375483 -0.13815227 -0.0028607135 -0.0865813 0.05407023 -0.05986791 0.011465209 0.089511454 -0.053720493 -0.021118307 0.014750215 -0.03387177 -0.015753295 0.0202307 0.017983017 0.032934234 -0.023858659 -0.055342287 0.033160668 -0.044014536 -0.014445515 0.058209825 -0.01728174 -0.073222645 -0.0061301985 -0.044036195 0.09072163 0.0026243285 0.01384794 -0.025435153 0.034436595 -0.044347838 0.047995485 0.031286914 0.050452527 -0.045825616 0.020538326 -0.037418216 -0.05357025 0.06938533 0.060505606 -0.09183895 0.08259703 0.041947216 -0.0769922 0.05365196 -0.022178425 -0.03445345 0.014333206 0.0028454778 -0.0044618156 -0.039364327 -0.037836555 0.051709704 -0.09311166 -0.004703405 0.05883113 -0.040036142 0.071786165 -0.03637129 0.009425761 0.09230781 0.03916651 -0.08313832 0.049143113 0.001879217 -0.0063545527 -0.08192412 -0.045077883 0.011737626 -0.004878466 0.021832943 0.027323272 -0.036784794 -0.05794128 0.07931024 -0.01963587 0.050103523 -0.005884624 -0.037227552 0.0075315223 0.030379953 -0.08567258 0.072390355 -0.0038170079 0.004553643 -0.019461744 0.034907408 0.038744565 -0.0080624735 0.10799101 0.13488264 -0.049238387 -0.003534614 -0.0074667074 0.08528277 0.0016601974 0.029267654 -0.031544745 -0.021219268 -0.019666864 0.007213774 -0.0031344653 0.009973543 0.08702259 0.055223037 -0.018385464 -0.0073228753 -0.01873852 0.058815192 0.04239501 -0.046156008 -0.0109868925 -0.0203203 -0.00058353465 0.005813095 -0.007258609 -0.013830035 -0.01270952 -0.029160045 0.018876893 -0.020593826 -0.0071031363 0.0007457415 -0.02056279 -0.02191871 0.0010265291 0.021138713 0.0008493899 -0.0027399485 -0.033157535 0.027675003 -0.005449447 -0.006912236 0.010450336 0.006665998 0.021468982 -0.0024960528 -0.0020726754 -0.0059753014 0.013745419 -0.034985144 0.0042569046 0.036570612 0.006623543 0.0049610697 -0.011016596 0.01682442 0.004700192 -0.014902532 -0.0114865275 -0.028770925 0.0010932857 0.018712344 0.021121731 0.029954975 -0.013514991 0.003713775 -0.00790773 -0.020147024 -0.039962903 -0.0021192292 -0.0003818009 0.018631535 -0.0007530613 0.0050357315 0.017845972 -0.024263682 0.006388431 -0.0102802245 -0.0155572165 -0.009010677 0.012981524 -0.04594084 -0.008003472 -0.009157366 0.018635048 0.0030681686 0.030142361 0.021237677 -0.003722266 -0.021742156 -0.03020619 -0.015644174 -0.022990914 -0.008809529 -0.018680722 0.015306293 -0.003378821 0.0082892375 -0.049393736 0.008711443 0.017365208 0.004987128 0.016690614 -0.0072442624 -0.008704124 0.00019939143 0.01115011 0.010481665 0.008266985 0.0054356856 0.0012443665 0.010489278 -0.0089020515 -0.01479742 -0.029254615 -0.029185517 0.02168067 -0.028497163 0.017600318 0.01770953 0.013922557 0.00348569 -0.00457312 0.0016036223 -0.027947886 -0.005963883 0.005961833 0.0027094984 -0.0003270488 0.030199457 -0.0061670803 -0.0011114388 0.024545055 -0.006649309 -0.04910153 0.014808548 -0.0050682314 -0.0017134194 0.009927995 -0.047224734 -0.0035398565 -0.017938787 -0.024710776 0.01177727 -0.033632737 -0.009283852 0.0027876736 0.0019713694 0.016322868 -0.0063852104 -0.055045795 0.010455021 -0.008858425 -0.017841289 -0.015594107 0.017629597 0.0058567207 -0.014422939 0.016018363 -0.014134539 0.0012265061 0.0059837927 0.02679692 0.010113917 0.00071236317 0.020198263 -0.008013427 0.016728677 -0.027204486 0.0031141369 -0.021561211 0.005005281 -0.00909588 -0.0002673192 0.023126477 -0.01363767 -0.013301545 0.018292772 -0.003932491 0.020531168 -0.019316666 0.018082842 0.0074957707 -0.045382194 0.0054017217 0.00815631 0.0110233305 -0.00734996 0.030281438 0.023385892 -0.0111937355 -0.026280727 -0.023315914 -0.02831768 0.0034081002 0.013390554 -0.024632307 -0.035191853 -0.040346168 0.025209693 -0.012292584 -0.0016586673 -0.005943387 -0.020677272 -0.026860747 0.00898374 -0.0057630274 -0.028901216 0.0011840513 -0.017886085 -0.013454676 -3.6013433e-05 -0.014018008 -0.003927806 -0.03431904 0.025030505 0.013977602 0.019154461 0.042134248 -0.012076797 -0.018912613 -0.0046729622 0.03146227 -0.016597798 -0.020298107 0.021948867 0.002667629 -0.028922297 -0.005188862 0.023024293 0.035455074 0.020891888 0.026854893 0.0017107843 -0.0049891775 -0.017193632 0.041344296 0.04540825 -0.008068179 -0.019203063 -0.012901299 -0.026095098 -0.008240634 -0.025895705 0.011623261 -0.0072445553 0.016279828 -0.0023031025 0.0073405914 -0.0021751525 0.034900233 0.016605997 -0.009126623 -0.0054980502 0.006557665 0.0018571803 -0.01837007 0.0365428 0.0026418632 0.0035603521 -0.0048146737 0.010493083 -0.0075578433 -0.0075443736 0.024645483 -0.020407317 0.029387545 -0.000370382 0.047816757 0.004366116 -0.0027446332 0.0151906395 -0.002998484 -0.015670527 0.0037568153 0.026554195 -0.009627004 0.0039588423 0.020315966 -0.034968164 -0.022558168 -0.0032842492 0.016499128 -0.020719728 0.01609976 0.017313968 0.03419402 -0.0063740844 0.0023944539 -0.020576552 -0.022238439 0.004001004 0.013593752 -0.011461055 0.026739532 -0.036756244 -0.002351999 0.00071909744 0.01936439 -0.0075511085 -0.013032762 0.012808191 0.003908482 -0.02466715 -0.010354008 0.0111665055 0.015647689 0.0014853344 -0.014635214 -0.015792329 -0.00047725116 -0.0016440278 0.00910642 -0.019290902 -0.01507528 0.005823928 0.009463627 -0.018748358 -0.0014762578 -0.015677553 0.005496001 0.007816378 0.013988435 -0.0038226936 0.022935577 0.009074505 -0.02176558 -0.02295783 0.004937939 -0.027689936 0.010653241 -0.01738541 0.026689464 0.006679759 -0.004609133 -0.0003144587 -0.027338877 0.025426652 0.0100761475 0.02946982 0.014934448 0.0072902306 -0.011062564 0.0077133155 0.006888227 -0.034391653 -0.0072697354 0.012629587 0.002559003 -0.0052928026 -0.007038137 -0.014111994 -0.031061439 0.020055382 0.018072885 -0.026057912 -0.003951815 -0.026903788 -0.029089188 0.02748176 -0.04921601 -0.006800097 0.003446456 0.005378591 -0.01898259 -0.025076473 0.025587395 -0.026736312 -0.012907154 0.0032271547 0.028057683 -0.0001373195 -0.029239977 0.003529316 -0.038811058 -0.058684032 0.022176953 0.026420096 0.01136619 0.014758186 -0.020087589 -0.01783543 0.003632086 0.03116772 -0.0031911412 0.026597822 -0.0043464988 -0.024699356 0.0068343533 0.019606238 -0.043126225 0.029536575 0.017915657 -0.016306471 0.01175004 -0.014068954 -0.014092377 -0.017283225 0.02106405 -0.015207916 0.0038888648 -0.040570445 0.013267289 -0.007019398 0.014984807 -0.042847198 0.029558826 -0.015529108 -0.010233377 -0.018071715 0.024218298 0.016317597 -0.015573905 0.0039219502 0.0057513155 -0.0037082122 0.007294915 0.01427303 -0.011958801 0.0024846338 -0.013529045 0.01266443 0.019160315 0.025919713 0.017615544 -0.0062370575 0.023360712 0.03573674 0.016408654 0.019829346 0.0012145017 0.0022483505 0.014013031 -0.031938054 0.018547209 -0.001254907 -0.026273407 -0.0074834735 0.00052468345 -0.0014159427 0.0053048073 0.022385128 -0.020594705 -0.006139265 0.002442179 -0.001302632 0.016920457 0.019571982 0.01616271 -0.030585064 -0.009462749 -0.022101704 -0.0049086595 0.001721032 0.009198064 -0.020074997 0.0450244 0.007949013 -0.005834468 0.011530153 -0.02253943 -0.003963527 -0.013463752 -0.007094353 0.011163577 -0.0037371984 -0.0132877845 -0.036265526 -0.013863999 -0.0007747279 -0.01209817 0.05587703 -0.0163094 -0.035384804 0.013907625 0.019598331 0.0027999708 -0.009742658 0.018948628 -0.012687854 0.020397948 0.0017558743 -0.0048161373 0.0035269738 0.013314135 0.012479092 -0.020937564 -0.0131574925 0.026945071 0.0034821765 -0.02901277 -0.017878473 0.018627435 -0.023231003 0.0065427325 0.01703816 -0.055584826 0.008266985 0.004261589 0.028798738 0.006198409 -0.010769772 -0.038646214 0.005857306 0.018917004 -0.0061158417 -0.008547188 0.007341762 -0.0013260555 0.033585306 -0.000705629 0.02033324 -0.001359141 -0.0034365011 -0.01998599 0.010980583 -0.008355408 -0.011675963 -0.023854066 0.047196917 -0.013553932 0.008250882 -0.00610413 -0.00069801643 -0.004572827 0.011644343 0.023616027 0.0015579469 0.0045564305 0.069161884 0.0065764035 0.020799952 0.03079236 -0.045088522 0.004956678 -0.004488503 -0.0010165742 -0.007012371 0.0067187008 -0.028054168 0.01923615 -0.033801675 0.021906706 -0.040453035 -0.02891 -0.029906372 -0.031204613 0.04008353 -0.0025206471 -0.00949027 -0.020939028 0.022925623 -0.008966759 -0.013496545 0.0006458994 0.01600109 0.01238862 -0.006673025 -0.016380547 0.006065774 -0.00079493056 -0.009551757 0.0039854865 -0.01033439 0.020734658 0.00066610205 0.019972228 0.0014645462 0.017214127 -0.03698784 -0.0080222115 -0.0019728334 -0.0030898352 0.014169967 0.0038256217 0.007652122 -0.018282231 0.03281321 0.015654132 -0.014491453 -0.01944813 0.009240226 -0.0063486113 0.003480127 -0.01751746 0.009306105 -0.01107047 -0.009838108 0.0137029635 -0.02558271 -0.021017496 -0.0197134 0.02147513 -0.006879736 -0.01171227 -0.0020234862 0.006379647 0.0036481896 -0.014747352 0.0117198825 -0.0255019 -0.03689737 -0.032563753 -0.013729315 -0.017293766 0.005465258 0.00897847 0.039657813 -0.0054848744 0.014762578 -0.017762233 0.018404912 0.039148062 -0.023609584 0.030646844 -0.021083375 0.017978607 0.000570359 -0.017994124 0.015011452 -0.010327071 0.0038109822 -0.011645806 -0.0009020925 -0.0140695395 0.00982054 -0.029413898 0.0018276083 0.041769136 -0.012154679 0.0013550419 0.019774009 -0.014933275 -0.020546101 0.0061413143 0.011047046 -0.043399405 -0.011032407 0.03709471 0.0148269925 -0.018406084 0.01436321 0.0069623035 -0.010482543 0.010223716 0.008206377 -0.03485602 0.015172195 -0.0009234663 -0.015902126 0.009887004 -0.01589422 0.02451402 -0.0067936555 -0.019103222 0.019451642 0.021919295 0.01432339 -0.006603633 0.0026980795 -0.0059091304 0.0073704557 -0.029018333 -0.01678226 0.0054769693 -0.00029132815 0.018351331 -0.012367247 0.013510599 -0.0063172826 -0.000571823 -0.030309252 -0.003646433 0.0035094062 -0.004553503 -0.013843797 -0.0042326027 0.015244222 -0.014976024 0.035445414 -0.003692694 -0.012309859 -0.018859033 -0.014721587 0.009067186 -0.015563951 0.026148677 0.0078122793 -0.0054055275 0.01402767 0.0074585862 -0.0078389235 -0.0006093004 0.03488208 0.0015298388 -0.021828823 -0.0025475842 0.02617005 -0.024807397 0.0038707117 0.010022567 0.0011527225 -0.009014484 -0.017865296 0.016937438 -0.020486956 -0.0016528114 -0.0022427875 -0.007017934 -0.0018284867 -0.045669716 0.023446206 -0.008555385 -0.00542983 -0.020162249 -0.0051379157 -0.02467359 0.021258757 -0.0070273033 -0.002299589 -0.012728259 -0.012501052 -0.009212703 0.012138575 0.00020993194 -0.009610608 0.0067907274 0.028674303 0.025443342 -0.003578798 0.034428544 -0.0071335873 -0.032220308 -0.00942 0.010629818 0.026310006 -0.0014996812 -0.0065210657 0.005881022 -0.03210407 -0.011618577 0.005903567 0.012406187 -0.0014311678 0.032810282 0.013307109 0.001492947 0.0035501043 0.0180357 -0.00067312905 0.009096172 0.0062417425 -0.011016889 -0.012468552 0.0055112257 -0.02345587 0.018939551 -0.013624787 0.029923059 0.002116887 -0.016718138 0.0026696783 0.0044797193 0.017718608 -0.04737464 0.0036631222 -0.025319198 0.00035457124 -0.011427969 0.018539302 -0.0068525067 0.009075385 -0.002559003 -0.012727673 0.0012177224 0.010919389 0.016205166 0.027940566 0.0032874697 0.023882175 0.029640809 0.022626976 -0.017869102 0.00019031488 -0.002249229 -0.036320567 0.01886284 0.016831156 0.0136649 -0.023058258 -0.0059094233 -0.019904593 0.014874133 -0.011628824 -0.014648682 -0.005405821 0.030652113 -0.009114618 -0.0074954783 0.021879476 0.009058695 -0.028138494 -0.009636081 -0.013908796 0.018853763 0.004278864 -0.0045983 -0.01604091 -0.023447964 0.014111994 0.014468615 0.011311438 0.021873914 0.01944374 -0.0155457975 -0.011290064 -0.006334557 0.004794764 0.011514342 0.04145673 -0.025851786 -0.017193045 0.0013951544 0.007298722 -0.014465687 -0.010289593 -0.0077010184 0.030427247 4.06981e-05 -0.0059369453 0.00028049486 0.0026936873 0.013782603 -0.01883971 -0.0019406261 0.011488576 -0.024051994 0.014848074 -0.011930107 -0.015721472 0.017247213 0.0032865915 -0.028568018 -0.018082255 0.028799033 0.0038797883 0.021740107 0.002498395 0.0032617042 0.01951196 0.020965671 -0.0047657774 -0.0041318825 -0.012282629 -0.014016837 -7.5247575e-05 0.0006201337 0.011630287 0.007955454 -0.0006453138 -0.0029191372 0.004078594 0.003293033 -0.028761555 -0.011262542 0.007033452 0.019200722 -0.0018618649 0.0016730141 0.025808746 0.017418496 0.018205814 -0.042347692 -0.03797748 -0.020729681 -0.008208133 0.02281114 -0.02277015 0.010834772 -0.016324624 -0.010639773 0.022887852 -0.0044721067 0.0043646516 -0.006446404 0.014700798 -0.049703214 -0.010849704 0.02692077 0.024321068 0.011564995 -0.010237476 0.0008880385 -0.02519564 0.0012546142 0.03140342 0.009194258 -0.02031655 -0.0029115248 0.0021678328 -0.007150862 0.0051707085 -0.014227355 0.007779487 -0.010094301 0.0154512245 0.0194534 -0.0044653723 -0.031383507 -0.0012581277 0.032644853 -0.048111893 0.015435708 -0.008372976 0.010732588 0.033491906 0.0108256955 -0.027636353 0.010746642 -0.023970304 -0.0033073798 -0.012840398 -0.0072261095 0.007449803 -0.00535956 -0.001805649 -0.02612906 0.006273949 0.03405348 -0.009024438 -0.001268961 -0.01626958 -0.018787298 -0.008703538 -0.016554466 -0.029053176 0.007970094 -0.011066078 0.030682564 0.050612044 0.021928372 0.024285642 0.041767087 -0.015988791 -0.021283645 -0.054412194 0.02641834 0.02943029 -0.02056074 -0.01110502 -0.007986197 0.010949253 -0.010999029 -0.008115904 0.0042700805 0.012077382 -0.0014742082 -3.2207133e-06 -0.008123225 0.038565405 0.026888272 -0.022825781 0.00016601312 -0.007637775 0.018339034 -0.01592057 0.012354656 0.006371742 0.07512577 -0.0129581 0.015418433 0.0015031947 -0.015118613 0.022951681 -0.0048887497 0.0029080112 0.0031208713 -0.014172309 0.040966008 -0.011776391 0.013567401 -0.026370907 0.007736739 0.045660052 0.015423116 -0.012226999 0.014072468 0.024022423 0.0064499173 -0.004698435 0.025012644 0.006007216 0.01013822 -0.0071737 -0.009381938 0.012144724 -0.0031276054 -0.024651045 0.009906328 0.0105522275 0.025215842 0.025500728 -0.021459905 -0.011891166 -0.03266389 -0.02951081 -0.0030989116 0.0021163013 -0.03008878 0.017478226 0.006627935 0.0094241 -0.02398553 -0.0010335562 -0.00032587763 0.025618723 -0.008082818 -0.018455273 0.022663867 -0.012653011 0.02590127 -0.0063699847 0.009058402 0.016595164 0.011724567 -0.00779032 -0.00683084 0.003490082 -0.0030825152 -0.020775355 -0.0016797483 0.006989826 -0.011299726 -0.0034285956 0.044798657 -0.0039550355 0.018059125 0.008104778 0.011135763 -0.007426087 0.013770012 0.05908955 0.023003213 0.012275309 0.009570203 -0.019034121\nbé -0.019543432 0.0018088341 -0.008247196 -0.012144682 0.002667209 0.0024188117 0.00014399574 0.00042900353 0.0010398012 0.0005778495 -0.00048293654 0.0027686267 0.020309297 -0.011006066 -0.006014364 0.017104143 -0.005158846 -0.009745272 -0.0034082148 0.008959327 -0.0062389197 -0.020131405 -0.0064558396 0.0034314059 -0.0035606527 -0.0063709947 -0.016910132 0.013988642 0.001246992 -0.006989231 -0.0037116765 -0.002667718 0.017014207 0.0048955437 -0.0046500596 -0.0027386483 -0.0041865245 0.0035055035 0.008268408 0.0026891555 0.00010461362 -0.00013040926 0.0029907788 -0.008035932 0.009864055 0.0015747758 -7.153829e-07 -0.0002369743 -0.00025117732 0.0059105703 -0.012839561 -0.0066153477 0.011263145 -0.0004964551 0.00968984 -0.009850762 -0.011488266 0.00044840467 0.0020451834 0.0054345913 -0.005556485 -0.02044222 0.006975655 -0.00781873 0.005277911 -0.0038103792 -0.012672699 0.0025385276 0.006664558 0.0069482224 -3.717333e-05 0.0144946 0.0035846923 0.0023908978 -0.007360002 0.0026553872 0.011648623 0.008069305 0.013730431 0.0036194783 0.005129716 -0.006896184 0.0027946176 -0.014257884 -0.0066286405 0.0013341843 0.008721478 -0.0044919658 0.0117625985 -0.007194555 0.0017609252 0.004888191 -0.00023869947 0.0052609425 0.0005831665 0.0076863724 0.00211453 0.0033550456 -0.007117346 0.0054179053 1.1914753e-05 0.007243765 -0.0028298565 0.0016035663 0.00031579228 -0.002036501 4.4718858e-05 -0.0025772168 -0.0025878225 -0.009096775 -0.0055878772 -0.0059306505 -0.014673057 0.00038208434 0.00065831066 -0.00069434143 -0.0053276867 -0.0048811203 -0.016896272 0.002150872 -0.010380477 -0.01018901 0.014370727 -0.009354703 -0.0009536554 0.0012527897 -0.0140698105 -0.0030473417 0.0006138803 0.004369506 0.009980292 -0.010272441 0.004223291 -0.011423784 -0.011734316 -0.010439302 0.009869994 0.010903686 -0.002010001 -0.0038089652 -0.0024204238 -0.003895507 0.015334281 -0.004164182 -0.0013857415 0.01135506 -0.0071405373 0.012786957 -0.009691254 0.0025006586 0.001493749 0.011562364 0.011054144 -0.007485856 0.0045261867 0.0076566758 0.0072502694 0.00072381087 -0.008984214 -0.007087368 0.0032625648 0.00011526446 0.019734897 -0.002299209 0.00835014 -0.0054515605 -0.004227533 -0.0016737613 -0.01448159 0.008225985 -0.0013550842 0.00794628 0.00055757165 -0.004347447 0.001885138 0.018213347 -0.00033980337 -0.0010200605 -0.0066357106 0.010741632 -0.0025590884 -0.002684093 -0.0070002605 0.001781401 -0.018659065 -0.0026563206 0.013515492 -0.0038270652 0.0048698075 3.612125e-05 0.004290601 0.0067007584 -0.008968942 -0.0035620667 0.008340242 0.0052739517 0.00912138 0.008954802 -0.015129805 -0.0011391544 0.00030657247 0.0015007628 0.014431249 -0.010594003 0.004462553 -0.0021069506 -0.005347201 -0.0014670229 0.004529014 0.009886397 -0.007953633 -0.00095478666 -0.0058146957 -0.0012193893 -0.0043836473 0.013410567 0.0027465953 -0.009588309 -0.011271064 0.0038533674 -0.002100191 -0.008083446 -0.0054806904 -0.002826208 0.009964171 -0.013222211 -0.0039588576 0.004983217 -0.0026426888 0.006008142 0.0018797361 -0.0011507781 0.007060783 0.0052708406 -0.0010122266 -0.004899221 -0.0034523343 -0.004959743 0.008788788 0.0044243727 0.005044588 0.0010507178 0.00080461137 -0.009250061 -0.012959475 0.0031796996 0.009888942 -0.013863072 -0.0071679703 0.010272724 0.0084304605 0.0016725169 -0.009907891 0.000102891274 0.0005536405 0.0047617718 0.011400311 -0.006694819 -0.013236351 -0.012320029 0.004672968 0.004824274 0.0033273296 -0.00093917525 0.008922843 -0.0039557465 0.0006757887 -0.002450374 -0.0003907668 -0.001901315 -0.00056987413 0.0033872866 -0.0030877846 0.0010416959 -0.004262602 0.0057046805 -0.001774557 -0.002307552 -0.008346181 -0.0009595945 -3.159054e-05 -0.00032091123 -0.009939284 -0.0011130787 0.004326518 0.0054580653 0.0063619446 0.001915993 0.0014801738 0.010702887 0.012460305 0.012279868 -0.012493677 -0.0024765343 0.010921787 -0.009068211 -0.009826723 -0.01336475 -0.008499185 0.0037311907 -0.06203361 -0.02035903 0.031254984 0.032877557 0.024746874 -0.01920766 0.019634977 -0.0779729 -0.002833216 0.021112265 0.00731633 0.006593396 0.08583753 0.062276877 0.02493269 0.03774326 0.06321729 0.0041397614 -0.025562981 -0.0064368686 0.08945471 0.03152823 0.061339486 -0.010857859 0.021785675 -0.061185848 0.030711822 0.04060428 0.07007704 0.07334569 -0.01553668 -0.027638827 -0.050075024 -0.0001280043 0.076308265 -0.04035073 -0.015018382 -0.092026606 -0.003923848 0.096706994 0.09073949 -0.019136183 0.054011263 0.016588718 -0.054400854 -0.006279625 -0.055880938 0.050926276 0.11677153 -0.008112644 0.028750716 0.0095649 0.06802612 -0.010370051 -0.0032328707 0.061371475 -0.062181924 0.060648736 -0.005022521 -0.013765693 -0.0078049405 -0.039926115 0.029000245 -0.052572813 0.022922713 0.0021237533 0.0012517056 -0.032408364 -0.036868688 -0.014344812 -0.026505224 -0.027991712 0.045751512 -0.026271883 0.08396513 0.035613235 0.07094816 0.04123288 0.05387574 0.0376158 -0.024157379 -0.04113002 0.012373249 0.10607637 -0.10500921 -0.008081752 -0.12915471 0.010992357 0.057986423 -0.03629168 -0.00062742515 0.020562353 -0.0005437881 -0.06376028 -0.04490459 -0.006668411 0.023498747 -0.02089523 0.020205013 -0.040617853 -0.02357363 0.05212734 -0.0145074045 0.008613275 0.05823939 -0.001959444 0.028994806 0.024905873 -0.0013307444 -0.01366245 0.015968684 0.034608025 -0.032468088 -0.0004845162 0.01435848 0.025807291 -0.0063956543 0.0505589 0.011501647 0.04470558 0.02147296 -0.019013966 -0.04124617 -0.025188053 0.058107924 0.09240864 -0.02276913 0.0392753 0.006542524 0.02000921 -0.03056181 -0.08088662 0.025816537 0.0119065745 0.07623217 0.0142069515 -0.041167535 0.038862236 -0.013605509 -0.031074941 0.008054136 0.062820174 0.014346036 0.001013151 0.037228465 0.032421064 -0.036209844 -0.024742175 -0.021076206 0.06750511 -0.070876084 -0.02353589 0.013967355 -0.005829743 0.050465982 -0.09257706 0.027685057 0.02102387 -0.036408033 -0.041222688 0.00021565621 -0.025246605 0.03121198 -0.0015575064 -0.012184212 0.004043833 0.07032835 -0.03100843 0.011174488 0.014372253 -0.045954112 -0.094561756 0.03975405 0.0010298158 -0.011614976 0.026721187 0.044701792 0.019706855 -0.038584795 -0.03878156 0.0042925715 0.018173303 -0.008713947 -0.041840743 -0.0040062526 -0.0032056787 -0.08720488 -0.12835252 0.016037269 -0.009749227 0.08411673 0.023301937 0.09989606 0.09036652 -0.035759006 0.015762487 -0.03692848 -0.059534226 -0.076216415 -0.0442205 0.058446888 0.042895783 -0.021674564 0.046926487 0.038551442 -0.017590433 0.016638357 0.011582313 -0.027999444 -0.018286878 0.0032713579 0.03003431 0.07579207 -0.030104395 0.014421358 -0.048358675 0.0005817454 -0.029625436 0.050939616 0.030917179 0.03788114 0.008885065 -0.031898443 0.007007593 -0.009806372 -0.0021488494 0.002896439 0.010131349 0.09003973 -0.023732232 -0.015935047 0.021612646 -0.025721882 0.011584199 -0.034902494 0.0057524857 0.02517783 -0.02781401 -0.016947119 0.03827152 -0.06698842 -0.051178027 -0.040661063 -0.043975472 0.025279868 -0.03285677 -0.012448648 0.08079794 0.026577476 -0.073104605 -0.034396123 0.04380418 -0.04377636 -0.10791518 -0.054525964 0.006793463 -0.005286194 -0.008160545 0.042005334 -0.020097468 0.018496994 0.06746204 0.036744058 0.083165094 -0.08937796 -0.016342105 0.01617768 0.022845909 -0.028749093 0.06154643 -0.04044058 0.039478507 -0.05082897 -0.0040092617 0.009789299 -0.01955088 0.019177238 0.041770563 0.017739234 0.030592993 -0.006343719 0.0772819 0.09242223 0.0655019 0.016171586 -0.09143188 -0.05180949 -0.022750834 0.024637375 -0.005052675 0.081796385 0.0020251614 0.033475492 0.004533796 -0.013650773 0.026543297 -0.02091544 -0.003926119 0.019072363 0.0149012515 0.017563717 -0.01881716 0.023875887 -0.018853925 -0.006215729 -0.042952955 0.012645549 -0.020452967 -0.001118537 0.01541743 -0.01893283 -0.038986176 0.011935964 0.009282585 -0.010742198 -0.0070644594 0.018593451 -0.01743843 0.0068789325 0.0024548424 -0.023056004 -0.020912543 -0.012033818 -0.01681171 0.015112553 0.013825741 0.013499371 -0.011259751 0.012446447 0.027186532 -0.012629712 0.018583836 0.020434866 -0.014087062 -0.032605004 0.006938889 0.012702113 -0.0019568037 0.026013128 -0.013515209 -0.0070689847 0.022371873 -0.008882117 0.0015229639 0.0065310686 -0.04257257 -0.022151276 0.024418328 -0.0075294087 0.041131336 -0.0028536129 -0.0095195845 0.011325082 -0.013640496 0.0032586055 0.008016135 -0.014650998 0.014796082 -0.008329213 -0.007566175 0.0069552925 -0.015544696 -0.02147676 -0.016600166 0.012921012 0.010277249 -0.020026479 -0.01493042 -0.037952486 0.016211577 -0.010890677 -0.008452803 -0.024694921 -0.0036206099 0.03461752 0.00014480176 -0.023224562 0.011751002 0.0014341597 0.030028548 3.761452e-05 -0.013323176 0.004541458 -0.010682242 0.0036259831 0.009357248 -0.0110057825 0.010460796 -0.0063022706 -0.0043816674 -0.0057459716 -0.0025266777 0.019047936 0.0035600872 0.03311407 -0.048069376 -0.0029477905 -0.0047524394 -0.02242589 0.0075721145 0.024653915 0.0050805057 -0.008262185 -0.0037809664 0.017177958 -0.0076730796 -0.019394668 0.025927436 0.01134799 -0.009050959 0.022565318 0.0075229043 -0.03778308 -0.013361073 0.012329644 0.031130118 -0.00028875508 0.00010747006 0.008757962 0.028813006 -0.015785938 0.043376047 0.0064564054 0.024996405 -0.021833392 0.003596853 0.015326362 -0.00059759006 -0.028692808 0.008388887 -0.017612645 -0.023130668 -0.008466379 0.0035219071 0.003590631 -0.0031389743 -0.008186673 -0.008212693 -0.032325014 -0.035544872 -0.017663553 -0.008014721 0.018416975 -0.0024426812 0.019242797 -0.0061192885 -0.008713276 -0.019535512 -0.018053556 0.012195024 -0.04897552 0.010131598 -0.0009932496 0.008576394 0.004525055 -0.0009448881 0.018139249 -0.011087516 -0.02308372 -0.00028140185 -0.003318845 -0.001161525 0.0011635048 -0.0020597484 0.014146736 -0.023058834 0.005995981 0.011908531 0.034640715 -0.003665012 -0.0075415703 0.026556417 -0.03278883 -0.014106294 -0.0053455043 -0.017364332 0.0009191518 -0.013202696 0.011523335 -0.0048904535 0.030561939 -0.01700233 -0.05566808 0.028436013 0.008885511 -0.026795963 -0.0018569696 3.7331705e-05 0.0018303847 0.0020894443 -0.0014024843 -0.0059040654 -0.040711354 0.013592984 -0.0022025707 0.0068082283 0.004788074 -0.007213503 0.006891659 0.02357978 0.011445561 0.0011567172 -0.0259642 0.00928202 0.015479931 -0.016722623 0.00472642 -0.0069773523 0.03080403 -0.008893147 0.02304045 0.02016195 -0.0019254109 0.032244414 0.003113238 0.0096409125 -0.021735819 -0.020613888 -0.0014163423 -0.014343577 -0.010157052 -0.016051503 0.014679278 0.027055304 0.008111444 -0.0147859 -0.01720426 -0.0003600247 -0.03942822 0.0077929934 -0.00566848 -0.016061118 -0.032694936 -0.011757224 -0.031202236 0.0059668506 -0.022714647 0.041616652 -0.005543758 0.008947165 -0.016281996 0.02667718 -0.008104091 0.013242008 -0.008625038 -0.0048904535 0.010707412 -0.0026576214 -0.018600522 -0.00091151585 -0.013974219 -0.005230398 -0.012387056 -0.015714103 0.016798986 0.0005068062 0.0067663714 0.006603187 -0.026509471 0.041263413 -0.016509382 0.002349635 -0.012411095 0.011440471 -0.004986328 -0.0071815453 0.04401125 0.015730506 6.56133e-05 -0.024811443 0.03386099 0.021297455 0.007722855 -0.027324546 0.047652505 0.022107722 0.00072966516 -0.005150361 0.01663184 -0.007277137 0.021414258 -0.028923022 -0.0017814577 0.011098263 0.006975655 0.012260354 -0.0036808497 -0.01781203 0.008282265 -0.008451389 0.034230914 0.0053107175 -0.024143998 -0.009174266 0.032886405 0.00926703 -0.0030360292 -0.0063410164 0.0041344864 0.017808072 0.011643533 -4.5250552e-05 0.0056051295 -0.0054560853 -0.024545314 0.019145224 -0.015628975 -0.009091118 0.007884625 -0.016881283 0.008360605 0.01623618 -0.017732842 0.0003051584 -0.00643576 0.019564925 0.011758922 0.012281566 0.012514888 -0.015160631 0.011004368 0.032464724 -0.015228225 -0.0051772287 -0.019413901 -0.01113899 -0.02791959 0.010816013 -0.005064385 -0.0118680885 0.018759748 -0.015319574 0.009370257 -0.005184582 -0.00822853 -0.033819694 -0.03686562 -0.0025388387 -0.0055491314 -0.04056344 -0.00015328624 0.0096115 0.0027206894 -0.02102878 0.0078263655 0.013822347 0.035401203 0.0026966499 -0.014259015 0.03504655 -0.012270818 -0.02438128 -0.0035589556 -0.018033193 0.0058325133 0.0022930717 -0.0045134597 0.01480202 -0.00718296 -0.01099758 -0.010214181 -0.008607786 -0.0077440664 0.00087672943 -0.008892865 0.005614745 -0.02076067 0.010516228 -0.0064866664 0.0073995967 0.008699701 -0.017137231 -1.5554877e-05 -0.016735915 -0.016789367 0.024582928 -0.00063944684 -0.013040643 0.033822525 -0.02431397 -0.007551469 -0.024818514 0.01673337 -0.012745101 0.012549675 -0.0083190305 -0.015343331 -0.023909826 0.011907966 0.032574743 -0.023082307 -0.0197431 0.0069951694 0.009201983 0.003219294 -0.02185432 -0.008089102 -0.0029296903 -0.017340576 0.005905197 -0.01214242 0.01143142 -0.010996167 0.00816829 0.025996158 0.042432573 -0.006647306 0.011292558 -0.00041178003 0.007544681 0.026535489 -0.026448665 0.024235064 0.009323593 -0.011538608 -0.028273676 -0.008319315 0.02043232 7.126962e-05 0.009187276 -0.026586961 0.010451181 0.022106308 -0.03425297 -0.009878479 0.01750574 0.01015083 -0.0130646825 0.017598223 0.009044171 -6.844146e-05 -0.016567076 -0.0042227246 0.004506389 0.016885243 -0.016768724 -0.008803212 -0.0045058234 -0.011551052 -0.0005786414 -0.0012028163 -0.001685583 -0.0062830388 0.0046500596 0.007014967 -0.015956191 -0.005217954 0.0013510118 0.0086915 0.06018804 0.011174058 -0.023987317 -0.018902004 0.00630425 0.010197212 0.022039564 0.009868862 -0.021871004 0.013118135 -0.023901341 0.017517338 -0.017524123 0.00012670155 -0.021334222 -0.0139844 0.0058551384 0.015734183 0.006331118 0.004075095 0.0087237405 0.009336885 -0.034638166 0.010809791 -0.0016462717 -0.023003967 0.0068141674 -0.0011674643 0.0009364036 -0.03427305 0.009281171 0.032851618 -0.0025747563 -0.016031422 -0.016593376 -0.005173552 0.017816273 -0.017332658 0.025490202 -0.016591681 0.002578433 -0.005474468 -0.0066637094 -0.002851916 0.007112256 0.0014559365 0.0008170553 0.011763729 0.007405252 0.0069128703 7.947128e-05 -0.021645885 0.011581313 -0.005665086 -0.016040472 0.004517702 -0.009380722 0.026154537 0.075814754 0.043062687 0.002008276 -0.027682308 -0.042251006 0.04789092 -0.008423673 -0.018569695 0.0095823705 -0.043782737 -0.045816183 0.032978036 -0.04226486 0.03231285 0.032401375 -0.04444594 -0.012541756 -0.010660465 0.021693964 -0.0002341716 0.016436415 0.0047595096 0.005760395 0.004756116 -0.013730997 -0.00060126674 -0.016216667 -0.028658304 0.005861926 -0.0339546 0.005071455 -0.019446142 -0.00033287436 0.010648586 -0.012638762 -0.023355223 -0.003598833 0.017452572 -0.013740048 0.0059671337 -0.05085851 0.009149378 -0.002369432 0.013940847 0.03945763 -0.004838698 -0.011008611 -0.007167687 0.060179558 0.039132394 -0.027186815 -0.036923602 0.03031617 -0.0020495672 -0.02361202 0.020990035 0.021310464 0.0021757032 0.020226149 0.013540097 0.0007324933 0.0005927822 -0.0145664355 -0.006342996 0.009195761 0.02984585 -0.006824349 0.010950351 -0.0076883514 -0.0030645935 0.020874646 -0.0025956847 -0.010762844 -0.032117426 -0.016840275 0.034606207 -0.032605566 -0.010630486 -0.008753437 0.001774953 0.019500442 -0.007851536 0.012883115 0.053700242 0.018273588 0.013868162 0.029820962 0.052601222 -0.02388211 -0.007977107 0.013683766 -0.016862618 0.016143417 -0.020248773 -0.014409473 0.00075992645 -0.022737272 0.031322148 -0.0035072004 0.047557484 -0.0005005842 -0.012852288 0.0149751045 -0.013796893 0.0014870462 0.04210394 -0.0032308893 -0.059599496 -0.0034206589 0.02118461 0.0009974919 0.0071679703 0.021807937 0.0040360666 0.0066982126 0.020551387 0.048440434 -0.0343299 -0.030660361 0.019949554 0.008642007 -0.0141342925 -0.0100213 0.017520448 0.03260953 -0.019355357 0.006012384 0.03333297 0.0141012035 -0.027769981 0.0037560784 0.012484345 0.0070938724 -0.0067007584 -0.028794905 -0.012157409 -0.0129611725 -0.004094609 -0.006962363 0.01773454 -0.029150689 0.032062843 -0.024130989 0.0010020168 -0.022397324 -0.013068925 -0.014205563 0.0039905333 -0.014518074 0.041901447 0.025181932 0.03524113 -0.004834456 -0.010900292 0.0150551405 0.012072282 -0.00084505405 0.020332487 -0.011055841 0.0009089705 -0.006172741 0.004844637 -0.00740299 0.024694074 -0.0028923587 -0.0004926654 0.013684332 -0.031229103 0.023306863 0.015291292 -0.0186305 0.021812463 0.035930067 -0.014270328 0.0048782923 0.019539189 0.03254052 -0.019202072 -0.03705002 -0.0021723094 -0.021957548 0.0105148135 0.008652471 0.01866868 0.027519405 0.03038829 -0.0061964975 -0.03510962 0.019454626 0.022877548 -0.020269984 -0.0050669303 -0.023890877 -0.012176923 -0.023028288 -0.004183131 -0.0280511 -0.047329813 0.0038434688 0.013345518 -0.0029786176 0.01571693 0.010656788 -0.022216607 -0.00038745784 0.016917767 0.03140473 -0.035530735 0.004645252 0.037831724 0.0017616606 -0.01101851 -0.004736602 6.787583e-05 0.015407531 0.045203887 0.023225129 3.082694e-05 -0.0029268623 0.004551923 0.013347781 -0.0096957795 0.017356414 -0.0046967245 -0.00032891493 -0.029926172 -0.019915333 0.003678587 0.025310613 0.005650663 0.011926631 -0.003242485 -0.012908568 -0.03914286 0.018024145 -0.0032054358 -0.021663984 -0.05678803 -0.0044110804 0.015986454 -0.0023722602 -0.015570148 0.032465857 0.006787017 0.0014355738 0.0021072617 0.022174466 -0.009020414 -0.018906811 0.0077378447 -0.0018767666 0.016192626 0.022696545 -0.006765806 0.007921957 0.0054114005 -0.025876245 0.0070293904 -0.013361073 0.021075444 -0.03623523 0.0052838502 -0.008259922 -0.0063619446 0.044366185 -0.016371084 -0.009589158 -0.0110779 -0.025345398 -0.015172227 -0.02815461 0.013730714 0.008657845 0.006453011 -0.021764383 0.016318481 -0.0002641501 0.033636432 -0.028156023 0.010200323 -0.016583195 -0.004391566 0.0048582125 0.03154727 0.0037037577 -0.025408184 -0.021740345 -0.013902101 0.039845373 0.029298883 -0.0050194175 -0.021581402 -0.009924577 -0.03261377 -0.001179908 0.032347072 -0.00029045198 -0.0039812 0.022569561 0.035715412 -0.0031050362 0.023666887 -0.009224891 0.020458058 -0.022286179 5.034124e-05 -0.004209998 -0.0024477718 0.029645052 0.016924838 -0.015082858 0.014021732 -0.004461987 -0.013802833 -0.015078049 0.032348204 0.03151135 -0.009399105 0.0077771554 0.018313747 0.0048811203 0.018056385 0.00038604377 0.027520537 -0.047878195 0.019132782 0.026452342 -0.021898156 0.018327322 -0.0132954605 -0.011340071 -0.007896221 -4.2988024e-05 0.018742496 -0.054523803 -0.030200783 0.02283965 0.005623795 0.0021018882 -0.0047165216 0.004302479 -0.00876588 0.009039929 -0.019409377 -0.024335748 -0.018172905 0.0031757404 0.006081391 -0.0040363492 -0.00493429 -0.014213199 0.022759896 0.027623199 -0.016407851 -0.007692028 0.014468865 0.0123627335 -0.0066826576 0.0061079757 0.009532029 0.012547977 -0.0055457377 -0.021307636 -0.011206864 -0.06013459 -0.022187758 0.015858904 -0.04452117 0.014336789 -0.00025453433 -0.013063269 -0.0050638197 0.023091922 0.00075200765 -0.010333529 0.012512343 0.007691745 0.011629675 -0.006753645 -0.027160512 -0.001601021 0.01850295 -0.0064374567 0.028962899 0.00064821413 -0.022669679 0.015287899 -0.008786526 -0.005956104 0.025832692 -0.027835028 0.01948319 0.002315697 -0.01293289 0.031633813 0.008177623 -0.008300083 -0.0036044894 -0.027853977 0.043589856 -0.032950886 -0.014819838 0.004154849 0.012441922 0.034271635 0.0017543073 0.00021239478 -0.0011618079 -0.048193533 -0.0016660688 0.032869153 -0.01638692 -0.01559249 0.0025331825 -0.03565574 0.010068813 -0.04838443 0.03806759 0.043668196 0.00830178 -0.050786674 -0.004535802 0.0010302985 -0.018777 0.014423048 -0.021275112 0.017229147 0.022652427 -0.020531872 0.009730848 -0.0143025685 0.02448875 0.008777193 0.0023106062 0.0143316975 -0.0023697147 -0.030042974 0.0022308521 -0.012692779 0.05581882 0.027949287 0.01771559 0.008864017 0.028376056 0.012140157 -0.020666776 -0.008777193 -0.02614577 -0.0030218884 0.0005271689 -0.024356108 -0.013873536 0.015526596 0.02268891 0.0692851 0.00623496 -0.0029678706 -0.022634609 0.004057278 0.017669775 0.034662772 -0.0020849193 -0.017761407 0.02081582 -0.0131410435 -0.01819751 0.023049217 0.009127319 -0.04768277 0.031913232 -0.020137627 0.018498143 0.0030094443 -0.009735656 -0.03414748 -0.023175634 -0.042828236 -0.03407876 -0.009362622 -0.01934235 0.028655477 -0.054029442 -0.01584137 -0.020900663 -0.013414243 0.031081755 0.0017002895 0.014099789 0.012222739 0.006473374 0.015175339 0.007181828 -0.008502013 0.021031043 0.018592037 -0.03164965 -0.019810691 0.020555628 0.014359698 -0.025170902 0.0034834442 -0.02029261 -0.005206076 -0.0010582973 0.014903834 -0.006637973 -0.012101129 -0.0073337005 -0.00041178003 0.0078399405 -0.021484112 -0.0052790428 0.06681583 -0.008568474 0.016646829 -0.019589528 -0.012765747\ncô 0.001704713 -0.00046287366 0.0021388389 -0.011165183 -0.0006575684 0.005509588 0.00021094772 -0.0024822105 -0.0031723971 0.0068482137 0.006442756 -0.005027255 0.012160544 -0.0050131083 -0.0010963922 0.012275589 0.008584557 -0.009613018 -0.0032842385 0.010488796 -0.002033911 -0.007957285 -0.012955712 0.002426984 -0.008380627 -0.0063474635 -0.00720002 -0.00072061596 0.0031814727 -0.004710149 0.0005514926 -0.0013716447 0.01607606 0.0091811335 0.00445577 -0.007045738 -0.0035343468 -0.00025943454 0.00371025 -0.0030653605 -0.0031662579 0.0067526544 0.002713287 -0.002784289 0.008116372 0.0037150546 0.002294883 -0.0005831232 -0.011754286 0.0014205719 -0.002003348 -0.002430801 0.005532543 0.008028554 0.006551661 0.0019765222 -0.0051172087 0.0011618955 0.0032068305 0.009375188 -0.007879609 -0.010340653 0.00908077 -0.0025177116 -0.00010434611 0.00017647978 -0.0075907973 -0.0063899043 0.006451831 0.0037548263 0.01090333 0.010022213 0.002325713 -0.0017355696 -0.0067710727 0.0022543105 0.006920283 0.0019893614 0.010313427 -0.0024017328 -0.004730702 0.004023619 0.00078000664 -0.0157037 -0.004875108 0.0048315995 0.0029810122 -0.0024866683 0.009470213 -0.0066207945 0.006165955 -0.005417232 0.0024604562 0.003172664 0.001945559 0.010127114 -0.0045564002 0.0081969835 -0.007282233 0.0013333944 0.0032799677 -0.0027957668 -0.0075550294 -0.0033763272 -0.0048062415 -0.0010096951 0.0015706369 0.0061921133 0.0066063805 -0.0064875986 -0.0024366733 -0.0075011104 -0.0070609525 0.0034046215 -0.00012451492 -0.003317337 -0.006730233 0.0068951924 -0.0005211433 -0.008129985 0.00030925867 -0.003945677 0.006428342 0.0011703303 0.006186775 -0.004039101 -0.004371155 0.0032591478 0.006783084 0.00292656 -0.005270957 -0.00847325 8.853083e-05 -0.00947742 -0.007157846 -0.005231986 0.0061203106 0.011208425 -0.0017185664 0.0048638973 -0.000585392 0.0070799044 0.016231943 -0.010797361 0.0006103761 0.0022058636 0.0010412723 0.011054142 0.002921221 -0.0025976289 0.0020381818 0.0064400863 0.0002751724 -0.0055285394 0.011904831 0.0056273015 0.0006490802 -0.006554597 -0.006646686 -0.004734172 0.003996126 -0.0011379791 0.012452026 -0.0075795874 0.010367612 -0.005546423 0.0050165784 -0.010014472 -0.0021430831 0.007091382 -0.002925759 0.009192077 -0.0010527767 -0.005296582 0.0013220768 0.004381298 -0.0048161177 -0.0044688494 0.0020017466 0.0018651613 -0.0026980725 -0.0083082905 -0.0059638927 0.004893259 -0.0052421293 -0.004332184 0.007073231 -0.0001715657 0.0053427597 0.004065793 0.007427173 0.0028643662 -0.009054077 0.008759926 0.002369168 0.0058710035 0.0070179775 0.011647516 -0.003286374 -0.014778273 -0.005034462 0.0117921885 0.005542152 -0.0084551 -0.00055386825 0.0012839867 -0.0022606365 0.0057447483 0.009409087 -0.00316866 0.0030119754 0.005540284 0.0036325748 -0.0005742346 -0.0007706643 0.017007092 -0.0075825225 -0.0018945764 -0.00015644977 0.0023274745 0.0026176213 -0.006062121 -0.0032193759 -0.008374754 0.006059719 -0.004611921 -0.002790962 -0.0012867893 -0.0033136003 0.0009148569 -0.0057009724 -0.0014130714 0.003222045 0.0029092096 0.0027519912 0.005324075 -0.0012934892 -0.0041768337 0.0022195035 -0.0037468185 -0.0073767244 -0.00012375685 0.0040569846 -0.0035284744 0.0003579724 0.005992721 0.012381825 -0.0036392482 -0.004864164 -0.0049797427 0.0065340437 0.0065772855 -0.0012918343 0.003742548 0.0032556774 0.0043257773 0.0034267763 -0.006752388 -0.003804741 -0.006335452 0.0078267595 -0.003183074 0.005667607 0.0022692583 0.010072127 -0.00028144516 -0.004335387 0.0009099721 -0.0010527767 -0.0011456931 0.0068711694 0.0020973322 0.0029740722 -0.0013380923 0.0026163666 -0.0012363406 0.001108911 0.0011059215 -0.0018208786 0.002840877 -0.003530877 0.004169093 -0.0088690985 0.0017725118 0.0028454147 -0.00063682836 -9.4424526e-05 0.0012582552 -0.015099649 0.008719621 -0.0041714953 0.012088475 -0.00075702445 -0.00447312 0.005131623 -0.011293307 0.0019148625 -0.009306054 0.0030637588 0.0044771237 -0.03629823 0.0018268904 -0.033122506 0.026741715 0.11300831 -0.039812945 -0.002059713 -0.07429226 -0.059738185 -0.0024273081 0.035839334 0.0062800273 0.0703171 0.061989985 0.04778418 -0.045500696 0.026515193 -0.028882088 0.02074522 0.015879313 -0.012705813 0.0126952045 -0.02495728 -0.013510706 0.054587986 0.07180456 0.043961823 0.0091505395 0.17381646 0.069773145 -0.038318876 0.020417698 -0.025847236 0.0017744494 0.022800572 -0.049829163 -0.051300094 -0.0040916954 0.084020235 0.08852841 0.05707967 -0.04283347 0.065583296 0.04921843 -0.047186304 -0.067007676 0.014727003 0.07486991 0.09111046 0.05218566 0.043987896 0.0083504915 -0.037939787 -0.022731781 0.01057733 0.017970182 -0.089535974 0.060114298 -0.062643945 0.034244843 -0.030098636 -0.013993353 -0.020590145 -0.010491583 0.03257856 -0.039419737 0.011069476 0.06413583 -0.048768435 -0.03131946 -0.0050889663 -0.007962053 0.045027237 -0.040721353 0.03047887 0.07369626 0.07826572 0.017494164 0.016747506 0.0573146 -0.028504588 -0.012653758 0.0026219685 0.006983144 -0.049049355 0.0042069317 -0.1098951 -0.13389991 0.004727255 -0.05404915 -0.030358747 0.018316513 -0.063582435 -0.14357795 -0.072379254 -0.04315544 0.03617942 0.044970118 0.023773497 0.011922443 -0.08719541 0.03810938 0.024265248 0.01135846 0.011359957 -0.05166063 0.0149323605 0.06329939 0.07823127 -0.023374423 -0.06478625 0.08723995 -0.0026927632 0.008037642 0.08538438 0.013019472 -0.032811705 0.021677734 0.0049067014 0.011092539 -0.026435167 -0.026830709 0.011741103 0.022067577 -0.014289859 0.040683996 -0.06993384 0.07730773 0.013989471 0.0071990103 0.06363266 -0.074079886 0.0050669475 -0.03193551 0.002426845 0.0019379443 -0.05661975 0.0022235662 0.03635 0.01663503 -0.0035505905 0.037423298 0.048273534 -0.038666286 0.03828134 0.021669906 -0.04101834 -0.047097895 -0.0232712 0.03191876 -0.038319003 0.030915296 -0.045666933 -0.055068854 0.06516267 -0.011858034 0.004776292 0.0041969144 -0.043545417 -0.03340471 -0.007696918 0.020972665 0.008709641 -0.015649376 0.016096534 0.07247954 -0.001310797 -0.042148665 0.029878344 0.01699625 -0.006239446 -0.08376263 0.06153063 0.0011347979 0.020201705 0.02623512 0.060132153 0.045019437 0.042776532 -0.0036160285 -0.0431015 0.071111836 0.03195307 -0.035298385 0.08278655 0.0015107952 -0.07418561 -0.12937227 0.01893803 -0.11149888 0.02830203 -0.055401407 -0.0104141105 0.10426229 -0.01571999 0.014666779 0.017446559 -0.051486254 -0.013910384 0.012335719 0.0073099933 0.04565772 -0.024469776 -0.012898577 0.01500211 -0.060664408 -0.0044196914 0.106426366 -0.0077388673 -0.07216334 -0.020276697 0.012200071 0.12691773 0.038744338 0.052999333 -0.065780535 -0.0045818468 -0.03430683 0.09707565 0.028547576 0.03345821 -0.051405314 0.0068134186 0.058360547 -0.0035777444 0.03585375 -0.015604783 -0.015831767 0.06213374 0.018108703 -0.049816955 0.052140705 0.004784361 -0.036145777 0.02919748 -0.0077261925 0.030552989 -0.06540694 -0.016531898 0.042207457 -0.09348082 -0.015266434 0.02467281 -0.03729863 0.08475176 -0.026580645 0.001913957 0.11072349 0.031176668 -0.064922795 0.03177826 0.005586896 -0.03051133 -0.060661573 -0.016579801 -0.0037088462 -0.016012805 0.043541502 0.06862067 -0.026612515 0.00526552 0.04654462 -0.08025627 0.060890544 0.012546527 -0.05377978 -0.027770258 0.036765493 -0.079549864 0.015269319 -0.027099855 -0.011129731 -0.011043853 0.06225139 0.04494665 0.04234002 0.067602396 0.05962391 -0.064302884 0.03813562 0.011611605 0.06769381 -0.043087624 -0.009297953 -0.003472616 -0.009120163 0.024433684 0.04490829 0.024592802 0.020061385 0.06278269 0.026137121 0.026097327 0.007280464 -0.044594865 0.06639585 0.022401463 -0.07612322 0.008098077 -0.071368515 -0.003989453 -0.009071962 -0.004766737 0.012132784 -0.0023895076 -0.03577615 0.021075288 -0.016130246 0.0040121414 0.0056094173 -0.022236142 -0.00071108673 0.01699241 0.0039678323 0.0062228097 0.010132719 -0.012952509 0.010239489 -0.018010193 -0.014345321 0.02024542 0.00711674 0.0207072 -0.009522797 0.0012249163 -0.007222175 -0.0034830973 -0.019022906 0.012756587 0.02770756 0.01357204 0.016280256 -0.01615934 -0.004635143 -0.0028310006 -0.038383737 -0.012315094 -0.017872995 0.025404535 0.014228141 0.025851367 0.00841853 -0.011538076 0.022486517 0.0061961175 -0.02593865 -0.028731214 0.008177764 -0.0018214926 0.004343929 -0.027528452 0.0209848 0.009123744 -0.029213013 0.027046654 0.00039745052 -0.007125815 -0.0024674498 0.015675139 -0.03266061 0.020248089 -0.014514284 -0.0018999683 -0.0020553183 0.024924872 0.021257063 0.0053203385 -0.006052779 -0.01094497 -0.0070166434 -0.0059412047 -0.004875375 -0.027126465 0.013748478 0.02297659 0.00020873493 -0.029615002 0.0005613421 0.007056415 0.0053929416 0.007978906 -0.004618594 -0.014643209 0.0022696585 0.022643467 0.011226842 0.010527501 0.013104389 -0.0024922735 0.0152069535 0.0077039734 -0.012493399 -0.00861045 -0.013981236 0.018814437 0.006258044 -0.01007026 0.004327913 -0.0054148296 0.009955748 0.020654615 0.0030469426 -0.0039024355 0.005196485 -0.012379956 0.0085832225 0.0003010908 0.018333439 -0.0075811883 -0.00017937324 0.012154671 0.007567575 -0.037440695 -0.015797924 -0.012902594 0.012441082 0.013655855 -0.025560152 0.019392595 -0.024574133 0.009741408 -0.0031953526 -0.007488298 0.00965012 -0.015597997 -0.015711173 -0.0059361327 -0.028033474 -0.033480868 -0.013571507 -0.00769383 -0.00025090898 -0.008802367 0.029829875 -0.0062404266 -0.01414406 0.015083902 -0.016662225 0.01285348 -0.00642327 -0.009588994 0.025226763 0.023575835 -0.004254242 0.010743442 0.032466557 -0.015141823 -0.027864778 -0.001759566 0.01663233 -0.010126313 0.019251926 0.008328309 -0.0055899317 -0.008812244 0.01869432 -0.010726092 0.0033637818 -0.003560505 -0.007074566 0.0040036 -0.018883837 -0.022439005 0.005345696 -0.0050715646 0.0050576846 0.022260165 0.01219044 -0.0013808002 -0.005628102 -0.02012984 0.0043463307 0.0015962082 0.020578275 -0.013867259 -0.023023834 -0.025189126 -0.01756256 0.0036349772 -0.015532067 0.0041637546 -0.004958389 -0.004023352 0.0038228922 0.019924844 0.009655192 0.020421322 -0.029706024 -0.028345507 -0.02311806 -0.013641174 0.0057009724 -0.015484555 -0.011522595 0.02962808 0.012357801 0.03822812 -0.0036883622 -0.013497837 -0.019195871 0.014523626 -0.013625959 -0.01639797 0.015215761 0.013228241 -0.0065230997 -0.008370751 0.006632005 0.025960807 0.010604909 0.016216194 0.0040927525 0.021899283 0.0061360593 0.020712271 0.0025560686 0.023993572 -0.011024781 0.0012831058 -0.0351382 0.007761896 -0.009375721 0.018892912 0.015437843 0.009237188 -0.005428176 -0.013913438 -0.0056841564 -0.0059233205 0.018645206 -0.015514182 -0.030357586 0.012589758 -0.0010823787 0.006165154 0.031307835 -0.016527962 0.015061479 0.00078235555 0.00016656086 -0.00022768657 0.017516382 -0.0032671553 -0.021055536 0.015513382 0.012437345 0.02489631 -0.005544021 0.0106190555 0.027019426 -0.0021885138 -0.010944436 -0.018358797 0.007031057 0.006031692 -0.0022026605 -0.0008667037 -0.02059669 -0.021932382 0.0030618906 0.013008563 0.0012222471 0.012274788 0.027239108 0.03272974 -0.013972427 -0.002900935 -0.005324075 -0.023526188 0.011951009 0.015391132 0.0028563587 0.023691414 -0.04683563 0.0012764328 -0.02548141 0.012982405 0.008443355 -0.0064571695 0.012149867 0.008513021 -0.02409794 -0.0035418204 0.01966486 0.007862526 0.0090901125 -0.000119315235 -0.013475681 0.010193311 0.011401678 0.02001346 -0.014114165 -0.013151902 0.012964253 -0.0121253105 0.00037689734 -0.0040046675 -0.009609281 0.01843674 0.013909968 0.041493673 -0.008818116 0.013891015 -0.0013618486 -0.021135345 0.010856618 -0.025745932 -0.038094927 -0.00874231 0.020299606 0.03240303 0.0010618254 0.00432471 0.007607347 -0.031408466 0.010097485 0.012221136 -0.01298534 0.010847276 -0.008208461 -0.0034956427 0.017052468 0.00023729584 -0.011842637 -0.02142923 0.02320134 -0.01003022 0.02977836 0.025800383 -0.00829441 0.0014835661 0.00685382 -0.004095422 -0.016862951 -0.017757416 -0.035222284 -0.039700743 0.011633902 -0.03784615 -0.021976957 0.015824618 0.0107354345 0.0063893707 -0.012040695 -0.0058106785 -0.011805534 -0.008310692 0.014784678 -0.0053011193 0.005680953 -0.009149636 0.003398215 -0.020225132 -0.042351034 0.02915616 0.0050750347 -0.0055077192 -0.008207393 0.012862288 -0.011941399 0.025092233 0.005048075 0.0050085704 0.016084867 -0.003024521 -0.022287391 0.0071148714 -0.00078769407 -0.0400731 -0.007915111 0.013783178 -0.010162615 -0.007441587 -0.007058283 0.0024666488 0.0032028265 0.019577574 -0.008741242 0.028546503 -0.015764559 -0.0045465245 0.028013455 0.013944667 -0.03832688 0.0038888222 -0.0026161266 0.0060204808 -0.019900018 0.013557093 0.031229628 0.008574681 0.017553486 0.0019130476 -0.003000231 0.0064152624 0.0007271022 -0.00045777543 0.015857982 -0.015093511 -0.016143324 0.0002586498 -0.00209509 0.016431335 -0.022505736 0.047372684 0.0082989475 0.0110306535 0.012989611 -0.0032772985 -0.03611354 0.007039332 -0.020773662 0.00953988 0.016353661 -0.007319602 0.0001243868 0.0024666488 3.897097e-05 -0.0053011193 0.014284996 0.004681054 -0.01636754 -0.007504314 -0.0020099413 0.0056088837 0.010203721 0.027064003 -0.014078664 -0.028379409 0.00267485 -0.002960459 0.019196672 -0.003414231 -0.018505605 0.026094534 0.016889911 0.0022386955 -0.0052453326 -0.034458347 -0.023142083 0.014672036 -0.0034144977 -0.012241422 -0.009239857 -0.014017805 -0.010110831 -0.017254531 0.007850247 -0.008585359 0.039603848 0.01638409 -0.007939401 0.0069005312 0.024137177 0.009340487 -0.013605139 0.017999783 0.0044506984 0.051565267 -0.012201918 -0.008516759 0.013732462 0.0024223395 0.016266376 0.003423573 0.0007607347 0.016508745 -0.026530689 -0.012246227 -0.029325387 0.0030453412 -0.014798826 0.010309691 -0.012162679 -0.034911048 -0.012018274 0.01400339 0.0059217187 0.026889702 -0.009363176 -0.018974593 -0.015597463 -0.0052728257 -0.015019038 -0.0065012123 0.01588334 -0.00566387 0.00955029 0.0004292145 0.021624617 -0.008107831 0.005592868 -0.032317877 0.023682872 -0.008144933 -0.007984244 0.014047167 0.020328164 -0.023156498 0.009201152 -0.022723012 0.0026033141 -0.0032941147 0.01304353 0.0067836177 -0.010743442 0.00017937324 0.062443506 0.006327978 -0.0012233148 0.013198346 -0.025507567 -0.0029284281 0.0060538463 0.002176769 -0.011483356 -0.004390907 -0.015750678 0.011984641 -0.025150957 -0.0004671178 -0.007862793 -0.00032164398 -0.010371082 -0.0035599715 0.045790087 0.01402261 0.010090812 -0.01526968 0.031113781 -0.0105920965 0.020000916 0.009706441 -0.004260381 0.010136723 -0.0014072257 -0.0017184595 0.011330143 -0.008268518 0.020535033 -0.0011683283 0.016057909 0.0023540067 0.012690923 -0.0024012525 -0.01896258 0.01143798 -0.014505742 -0.01841672 0.004477391 -0.013867259 0.042149507 -0.012327372 -0.0004268122 0.008904333 0.02770489 0.03131798 -0.010981539 -0.04357782 -0.00209162 -0.013075829 -0.0006779881 -0.012004928 0.019013029 -0.0055696457 -0.02209654 0.034092393 -0.019054936 -0.0031470393 -0.03629879 0.028423449 -0.01725186 0.004564408 -0.0027519912 0.013400942 0.0198453 -0.023937251 0.002558471 -0.01818236 -0.014579413 -0.01645082 -0.019674467 0.0050360635 0.0014432605 0.009444054 -0.009399211 -0.015866524 0.021939054 -0.011978234 0.012770199 0.0013207422 0.0067609292 0.016855212 -0.0051679243 0.024277313 -0.01496165 -0.029250916 0.02914121 0.0026054494 -0.003179871 -0.016655551 0.008626998 0.0050115064 0.01177991 -0.026329428 0.008106495 0.03440763 -0.006943239 0.005427375 0.011534873 -0.008046171 -0.018405242 -0.008543719 0.014926682 -0.00146328 -0.022291396 -0.003560772 0.014334643 -0.018951902 -0.009314596 0.0021807726 -0.016704665 0.022258563 0.03481255 -0.031987157 -0.019544743 -0.0135640325 -0.015057475 -0.010689523 -0.011792456 0.026649471 0.026148988 -0.008144933 0.024465762 0.00639898 -0.0121674845 -0.0073745884 0.0011365643 -0.004641816 0.0038762768 0.009331412 -0.022969116 -0.008947041 0.0022376277 0.012824385 0.007747749 -0.00207427 -0.005409491 -0.006640013 -0.025286287 0.022744633 0.0056048795 -0.019737462 -0.0049597234 0.002576355 -0.006705142 0.016379286 0.028017992 -0.0034051554 -0.022309013 -0.009361308 -0.010043833 -0.023894543 0.0011950207 0.025187792 0.02546566 0.014301011 0.019010894 0.013673472 -0.0015572374 0.014528698 0.019335207 0.0106823165 -0.0025413877 -0.016883506 6.886651e-05 -0.02133634 -0.0077432115 0.009934395 0.02624161 -0.0013973495 -0.008378758 0.006587429 -0.01888891 -0.014677908 0.007907103 -0.012732296 0.012084204 -0.027984628 -0.010288069 -0.008332313 -0.0023219758 -0.035033032 -0.018638266 -0.006589564 0.044103127 -0.0026230665 0.017138952 -0.009937064 -0.029255988 -0.02347654 0.0065543302 -0.008800499 -0.004809445 -0.0121725565 0.033100232 0.02414385 -0.0099848425 0.013883809 6.7798814e-05 -0.02103952 -0.008996689 0.012461102 -0.0060228836 -0.02109237 -0.015068152 0.013332609 -0.022083728 0.011193744 0.0016768195 0.014511081 0.015900156 0.0075024455 -0.004589766 0.018603565 0.00035767877 0.028610032 -0.022306876 0.00013826687 0.0064603724 0.017423762 -0.017425362 0.008899796 -0.008971598 0.019835958 0.0030287919 0.008495404 -0.010643079 0.011371516 0.007048407 -0.016340582 0.024355521 -0.04280267 -0.007649521 -0.028787803 -0.0036520604 -0.030224923 0.017465401 -0.0056126206 0.018797621 0.0075550294 -0.023170644 0.002169562 0.007966094 -0.01034706 0.03773084 -0.0061534094 0.001769709 0.0041811042 0.036165863 0.018035818 0.0047162883 -0.0032167064 -0.0406921 0.041035365 -0.011433709 0.011096049 -0.011362174 0.0014229743 0.0023537397 0.0033843352 0.015769364 -0.011908835 0.020773662 0.020853207 -0.0051988875 0.0018012061 0.033804648 0.013355565 -0.02851287 0.00048313328 0.0049658627 0.008385165 -0.02295924 0.00057762454 -0.00060298236 -0.0020152796 -0.009415226 -0.014706737 0.013744206 0.03114528 0.032147583 -0.00803843 -0.016276786 -0.01849039 0.018414585 0.014071723 0.017847102 -0.01206018 -0.031601187 0.008966259 0.012193376 -0.0006614388 -0.012070858 -0.02085801 0.006892523 0.02049526 -0.01683546 0.019620283 0.019792715 0.020304943 0.00079596875 -0.0029420413 -0.0001321276 0.0004302822 0.029739654 -0.023520581 -0.0112431245 0.0015046531 -0.025139745 -0.021403871 -0.015580113 0.044459738 0.0051073325 0.024531426 -0.011696629 0.01536871 -0.0025275077 0.01191711 -0.014212926 0.0065652737 -0.010453296 0.0077693705 0.011207891 0.006249235 0.00020072718 -0.012920478 0.0036237661 -0.002331852 0.012665832 -0.00091394933 -0.03462277 -0.011232715 -0.016593093 0.010761593 -0.010284866 0.003576254 0.0145778125 0.00043828992 0.015322264 -0.014003123 -0.0339253 -0.019355226 4.5911005e-05 -0.007536612 0.0024527689 0.014752649 -0.025615672 -0.016965184 0.03945517 -0.017661324 -0.0037147878 -0.011679012 0.025679734 -0.02493715 -0.00431083 0.014596497 -0.016081931 0.004768071 -0.025483545 -0.023781901 -0.010935094 0.0127282925 0.015915638 0.0016455892 -0.013759956 -0.025529722 0.0041533443 0.0042702574 0.021698557 -0.017253997 0.0019135814 0.0012369279 0.005628369 -0.0032180413 -0.00085736136 -0.016564263 0.025286287 0.0150761595 -0.033611126 0.024123298 -0.01481671 0.018483719 0.02141001 0.02365965 -0.029310174 -0.015424764 -0.014267645 0.0014531367 -0.0048030387 -0.025353018 0.01920895 0.0010933225 0.00569857 -0.011890684 0.003080575 0.030958965 -0.007430109 -0.00019618947 -0.0132503975 -0.011739337 -0.004013209 -0.010660962 -0.0068965275 0.00029842154 -0.012837465 0.0043084277 0.03139165 0.022674166 0.016324833 0.04354979 -0.025161099 -0.021604331 -0.047874503 0.0035570352 0.02996414 0.013131081 -0.003713453 0.000929431 0.009813744 -0.035867173 0.007525935 0.020488854 -0.012400776 0.011731597 0.0020547844 -0.026986862 0.026479173 0.031627346 -0.020458959 -0.014175289 -0.014720617 0.023452517 -0.019959811 0.0028849195 0.029196464 0.06673939 0.008223675 0.006345061 -0.004379963 -0.011501508 -0.008357137 -0.002586231 0.018920673 0.0005613421 -0.017904224 0.007323339 0.0034652133 0.002293415 -0.00900443 0.00089713314 0.04857678 0.006443823 -0.00576717 -0.0041077 0.009987513 -0.010243226 0.007878542 0.03152618 0.00044523 -0.004444826 0.0008626998 0.0025424554 -0.003083778 -0.003491906 -0.02106728 0.0045038164 -0.022643736 -0.02243847 0.024843726 0.008484995 -0.01481938 -0.035413936 -0.01919427 0.0006825258 -0.00311314 -0.011075229 0.013125209 0.025554813 0.015394867 0.007933262 0.0012831058 0.009233184 0.023132207 -0.020892177 -0.018739166 -0.00045777543 -0.009511853 0.01203776 0.008553327 -0.020627389 0.019063745 0.017348755 0.0008707076 -0.024278114 0.0043295147 -0.0050793057 -0.015816875 -0.0010802433 -0.0043303156 -0.024760446 -0.013675875 0.017632762 0.008633939 0.0045924354 0.022469167 0.0026417514 -0.021273611 0.0017782507 0.049279593 0.030766513 0.015346821 0.035923492 -0.010318765\ngái -0.009778461 0.015807854 0.0021074347 -0.014959112 0.0022546495 0.0031377024 0.002988263 4.0120925e-05 0.0047472506 -0.003018622 0.010061376 -0.0006956911 0.022016522 -0.013512352 -9.454458e-05 0.0049215527 -0.00044290046 -0.0014754713 -0.0023869725 0.014963038 -0.0015534362 -0.006426676 -0.008513592 0.004710872 -0.005090882 -0.006108954 -0.01342049 -0.007399995 0.005535013 -0.009502614 -0.0024574264 -0.019123523 0.024763484 0.0052688485 0.0045007146 -0.006173336 -0.008834979 0.005149245 0.006536073 -0.002636518 0.0008114738 0.005974694 0.00053983973 -0.00047726367 -0.0060867085 0.006076763 0.0020534429 -0.0069888406 0.003304415 0.0023416176 -0.0019485475 0.0067556524 0.010340625 0.012843669 0.009761189 -0.0013184422 -0.010164491 -0.0061681014 0.0046606227 0.013756531 -0.0088088075 -0.00512412 0.012082602 -0.0032405565 -0.009930779 0.0038919654 -0.008019213 0.0036344377 0.0053737964 0.010287497 0.009204782 0.0103029385 0.00086104276 0.0068171546 -0.0068079946 -0.0021434468 0.0026982827 0.012118195 0.004820269 -0.0006417516 -0.0049877665 -0.0023973626 -0.0013284397 -0.014384124 -0.0038074316 -0.0023285318 3.063637e-05 0.0044515124 0.004534476 -0.00046826064 -0.0008694961 -0.011301643 -0.0032086272 0.002861593 0.0071076592 0.006167055 -0.005580028 0.013624103 -0.0022349684 0.003103156 -0.0038236578 -0.0024410167 0.005057383 -0.009961662 -0.0077289706 -0.0044274344 0.0061285826 0.0011435903 0.0065399986 0.0046964777 -0.0067480626 -0.015954938 -0.009930779 0.0043128035 0.002292886 -0.00017757893 -0.0013152754 -0.0011781891 -0.004070717 -0.0010030231 -0.000116426585 -0.009573277 -0.004759551 0.0009099049 0.004693599 0.008247428 -0.0073000197 0.005661421 0.01735904 0.00911894 0.00707887 -0.011056678 0.0035143103 -0.009783435 -0.0091707595 -0.0045551513 0.005191904 0.01205486 0.0041379775 -0.0028186718 -0.0010750471 0.012239369 0.015839783 0.004015757 -0.0024954798 0.006224109 -0.0038210405 0.014677769 -0.010806479 -0.0017523657 0.0033185475 -0.003293161 0.004891979 -0.0055564735 0.004464598 0.008098512 0.0017713662 -0.01325299 0.009133858 -0.013775375 0.004299456 -0.0021227188 0.017007556 -0.0035975357 0.008049572 -0.002881745 -0.003299966 -0.009310254 -0.0056797415 0.010441648 -5.1026593e-05 0.011279136 0.01168401 0.00037563968 -0.001714103 0.008567244 -0.016946577 -0.005502822 -0.0007358905 0.003218049 -0.001855246 -0.005250005 -0.014449813 0.010258447 -0.008986774 -0.0054148855 0.014550837 -0.0027938087 0.01169631 0.0032724855 -0.004728669 0.018172188 -0.009013207 0.0056077694 -0.005802224 0.0035158808 0.014365804 0.007053746 0.0041070953 -0.009194052 -0.007030453 -0.0021477912 0.0029770094 -0.0067865346 0.00015953368 -0.0002407962 0.0011816699 0.0017692203 0.012428851 -0.007754095 -0.004728669 -0.0021599086 0.0007688928 0.0017223733 -0.005558567 0.0035608958 0.0010528014 0.00034936352 -0.0033434103 -0.008057423 0.007163928 -0.008265224 -0.010320473 0.0009253199 0.010794701 -0.0016636443 0.0008509405 0.007085675 -0.0003212553 -0.0026516975 -0.0049888133 0.011084421 0.010714878 -0.012377031 0.0014645053 0.00747406 0.00079794315 -0.009367046 -0.0012142796 -0.0023807178 -0.004219109 0.0028312341 0.0016634874 -0.000605504 0.012716213 0.0022595697 0.0060560876 -0.006995906 0.0011430407 0.0020567141 0.00786925 0.008145621 0.0012538771 0.005425616 -0.0055873557 0.0051322333 -0.00086787343 -0.008576143 -0.0073222653 -0.007441084 0.003128804 -0.0027184347 0.0073476518 0.0039458787 0.0050220513 7.281438e-05 -0.008996457 -0.0108135445 0.008066321 0.0012210318 -0.007831039 4.7176763e-05 0.008672977 -0.0068278858 -0.0029694196 0.003290806 -0.0020211472 0.009861949 0.0010714355 -0.00049809617 -0.0033156688 0.0077148373 -0.0017662367 0.0030495045 0.004301026 -0.004560386 -0.0053798156 -0.002654838 -0.01601775 -0.0020243402 -0.0054541426 0.025200287 -0.006945919 0.0022880181 0.0061414065 -0.008154519 0.006461746 -0.003813189 -0.0017868861 -0.0028207654 -0.03966831 0.026836852 -0.0019349224 0.025168767 0.04128275 -0.06131895 0.042871285 -0.040399503 0.05456312 0.026240164 0.072148524 -0.05508787 0.033835478 0.105604835 -0.022854423 -0.0018617455 0.02653231 0.05056601 -0.0063027553 0.031992607 -0.010032912 -0.022471119 0.03944922 0.05348033 -0.02363645 -0.010543669 -0.034811318 0.13877372 0.09429528 0.010934897 -0.072356276 0.025736827 0.008116938 0.0014581251 0.025692085 -0.003415299 0.010807192 0.028812645 -0.012821767 0.039780237 -0.002770817 -0.045931134 0.07241462 0.02617539 -0.12433784 -0.033110283 0.013823013 0.029024906 0.06710963 -0.012305565 0.0131759625 -0.03173326 0.03994261 -0.014870141 0.021167114 0.09531551 -0.039486688 0.007129719 -0.07234317 -0.017533014 -0.11834475 0.044426646 0.00249195 -0.0056020287 0.008606664 -0.061914172 0.042588737 -0.026450105 0.022516886 0.021915501 0.010657313 0.032459565 0.048253518 0.02655865 -0.08053236 0.031583615 0.019325783 0.009578808 -0.03965048 0.042213682 0.017462851 -0.034844402 -0.017137825 -0.026522957 -0.10075393 -0.021618797 -0.06591122 -0.08307931 0.043641336 -0.011299577 0.009407505 0.041867312 0.006860305 -0.096108995 -0.03472708 0.05867287 0.025118178 -0.031733055 0.011433554 -0.115647264 -0.018654622 0.086320266 0.015205399 0.035335608 -0.021807432 0.033015437 0.021519132 0.015690189 0.08036531 0.0028252439 0.02121448 -0.025119217 -0.063800655 -0.03566984 0.045765765 0.020222018 0.096885376 -0.019881548 -0.0020578266 -0.025264587 0.059641123 -0.05065985 -0.017451245 -0.01684921 0.048486132 -0.0007330233 -0.04840044 0.06898514 0.09431295 0.08261197 -0.005062123 -0.028101452 -0.010555084 0.03347776 0.034886435 0.04688252 -0.04722158 0.015862627 0.05336723 -0.031068822 0.009813775 -0.0069303834 -0.0074362885 0.015960867 -0.008106303 -0.009705792 -0.065 -0.08677826 0.0015671803 -0.037703417 -0.047849745 -0.015637677 0.0017333052 -0.030689316 0.07674151 -0.03601176 0.03002446 0.026362482 -0.014454507 0.008752702 0.049921405 -0.016620876 0.008780548 -0.029665345 -0.0016344558 -0.024689691 0.037468582 -0.04293395 -0.006680672 -0.0653953 0.013756857 -0.046916835 0.0046328264 -0.061495468 -0.0068976604 0.06631989 0.017064314 0.015117557 -0.041574754 -0.09326897 0.027724788 -0.020487554 -0.05958571 -0.11918225 0.051914785 -0.017374687 0.007252061 -0.09247565 -0.013423695 0.027798563 0.06441831 0.046208065 0.08743018 -0.025470784 -0.06813643 0.003647593 0.059036195 0.004815191 0.04270065 0.011971244 0.049536254 -0.009133691 -0.03873974 -0.024590718 -0.006928781 -0.016498797 -0.019212216 -0.013908388 -0.029061325 -0.05735882 -0.063118085 0.0907278 0.08729257 -0.0016367855 0.033930358 0.0359872 -0.026139632 -0.05692802 -0.0063891355 0.023403967 0.020846201 0.0014104347 0.071921766 0.024640283 0.016005203 0.011359762 0.04583946 -0.032196287 0.047274567 -0.01669441 0.011635402 -0.008882367 0.017616875 0.0042923996 0.021920402 -0.006712846 0.006655222 -0.03870868 -0.03193271 0.054962203 -0.052545607 0.012500614 0.009196506 -0.01209351 0.02326154 -0.06495368 -0.11194975 0.008816709 0.04485779 -0.0018696281 0.06842508 -0.023523577 -0.046262965 -0.089975074 0.063475005 -0.061679803 0.038762033 -0.027416838 0.019887527 0.004463682 0.0024300923 0.054699883 -0.08175811 -0.0035625552 0.023223734 0.015014573 0.010554243 0.025709564 -0.06128786 0.025109205 -0.022740252 0.0028598928 -0.049338046 -0.031684116 0.036829583 -0.035796408 0.0504877 0.051115204 0.009879816 0.04066276 0.020370351 0.08352887 0.009484299 0.078143485 -0.07896843 0.01576753 -0.063068375 0.0050166184 0.0071734944 0.013085904 0.041372072 -0.012014229 0.062013175 -0.0028551298 -0.03890751 0.056599252 -0.04130522 -0.077276886 -0.035604224 -0.053817138 0.022512995 0.0025768469 0.004811894 -0.021228759 -0.01884715 -0.015760746 0.014015628 -0.028273607 0.0039838273 0.01999608 -0.0070137028 -0.031207696 -0.0009811699 0.016210372 -7.851453e-06 -0.021794848 0.003517451 0.011854648 0.00042921279 -0.0044428757 0.007896991 -0.018234216 0.022333197 -0.0033127898 -0.016888738 -0.012023977 -0.016355364 -0.006202386 0.005325641 0.021838555 -0.008665126 0.024153948 -0.006602025 0.004275378 0.011096459 0.02178124 0.0044852733 0.00055326574 0.024528725 -0.0019628634 -0.008468316 0.010024212 -0.021521356 0.005256286 -0.008724797 -0.031119758 -0.009878436 0.020879893 -0.015303791 0.021536537 -0.018941892 0.0012795251 0.009509942 -0.01551133 -0.015917514 0.018989002 0.014485669 0.0140658785 -0.0030984452 -0.013088896 -0.00784491 0.008699933 -0.011703899 -0.03223362 0.008727937 0.021524759 -0.025027554 -0.01275521 -0.02684752 -0.007576129 -0.0014996276 0.0024284546 -0.027878154 -0.032172114 0.004183516 0.016671514 -0.015478355 -0.0247873 -0.01129955 0.026172034 -0.0039513744 -0.02376216 -0.004820531 0.019627849 -0.023131428 0.022039553 0.03223519 0.0010549736 -0.012046223 0.0033277075 0.004474543 -0.02409297 -0.0018649818 -0.021652738 0.022820247 -0.038702954 0.026720589 0.02049177 0.015888724 0.024485018 0.017006772 0.014798943 -0.015813874 -0.009558097 0.0030667775 0.0017788776 -0.0036569454 0.010787112 0.010114242 -0.0015449043 0.017306697 -0.01770398 -0.013784011 0.015566815 -0.012668581 -0.007409155 -0.0101613505 0.016543012 0.005163116 -0.0038537548 0.010953824 0.016410844 -0.026748331 0.005852473 -0.00885199 0.016656073 0.0050053014 0.03783982 0.0039165663 0.0012415765 -0.0019735936 -0.0079406975 -0.011106404 0.001956582 -0.012655757 -0.01518628 -0.0014635109 0.0011533785 -0.0048969514 -0.003685472 0.0075588557 0.0030445317 -0.0046300017 -0.0088648135 0.015232867 -0.0010785279 0.0057464787 -0.020538092 -0.017114598 0.009057436 -0.0047231726 0.033083405 0.021086648 0.0053196214 -0.0028006134 -0.017325016 0.03339668 0.010401605 -0.0008874759 0.012549763 0.027624814 -0.0025276444 0.0019513479 0.007430877 0.0033672263 -0.017147312 0.0019296255 0.036972232 0.02732044 -0.024316475 -0.019943476 0.0043392368 -0.0034800258 -0.016060408 -0.006459914 0.004058678 -0.032515224 -0.041802183 0.021270372 -0.013486965 0.029619606 -0.015678568 -0.031526726 -0.0039736205 0.009289839 0.00043968137 -0.0076562143 -0.008913231 -0.010140152 -0.0025022582 0.010032587 0.01009409 -0.030418623 0.009151392 0.0023928613 0.02284799 0.0052295914 0.008312857 0.030919807 0.0035839267 -0.015656583 0.006766644 -0.0067250314 0.013445875 0.00536673 0.0073931897 0.01030477 0.015609474 0.035599273 0.0005210748 0.024332177 0.009461787 -0.0105390055 0.013239119 0.008000893 -0.00052316854 -0.014629351 -0.004803781 -0.0053020865 -0.013918795 -0.013471001 -0.025508324 -0.02093407 0.0043151584 0.0031107457 -0.0017383116 -0.02129445 0.0034776705 0.0006783655 -0.019145507 0.0054250923 -0.0114141805 -0.028182007 -0.018632544 -0.031061398 -0.0075517893 0.0004812941 0.009713295 -0.015891602 0.020468999 -0.01259059 -0.004937517 -0.013792909 0.024862673 0.0072890273 0.02442273 -0.022468243 -0.009604683 0.0066650985 -0.033257447 -0.027862975 0.0067724017 0.008451566 0.005623473 -0.009357624 0.00090082333 -0.012099351 0.008548924 -0.008733171 0.047798075 0.0038935358 0.00887031 0.016533852 0.0077904738 0.00426805 -0.0065198466 0.017783804 0.0026880759 0.014335969 -0.016215606 0.008887583 0.024198964 -0.0016276062 -0.05088056 0.059672616 0.02823435 -0.007989901 -0.0016406919 -0.019843502 -0.0063824463 0.025996162 -0.008567767 -0.019590685 -0.0125979185 0.0019921754 0.010326755 0.0138787525 -0.031219734 0.012855708 0.0038940592 -4.4491568e-05 -0.0036027702 -0.020043189 0.0008348712 -0.0013588249 -0.0036969876 -0.010708074 -0.011567284 -0.0021034044 0.012944953 0.0331402 -0.0035069825 0.002871538 0.008298725 -0.0012316314 -0.03931929 0.002512465 -0.007628472 -0.0014514719 -0.011911701 -0.009542656 -0.02797944 -0.0023844864 0.0022975968 0.0060063615 0.005408343 0.0016346726 0.022594389 -0.001096848 -0.0058705313 0.02218585 0.0049500796 -0.028552596 0.026600461 -0.017931411 0.0018916767 0.008614876 0.005471154 -0.0057354867 -0.012801271 -0.016737204 0.0065779476 0.016077943 -0.011196958 -0.012791326 -0.027336929 -0.027340068 0.021949524 -0.019384192 -0.012061403 -0.0044944333 -0.004291866 0.00090867485 -0.021268802 -0.013535643 0.02170639 0.01708607 0.0013517585 -0.011456317 0.03235453 0.023553837 0.026028875 -0.0049519115 -0.035418168 -0.011458411 0.016025078 0.0066221775 0.008802526 0.009334069 -0.002735708 0.022198936 0.010564915 0.010782663 -0.02205761 0.0014820927 -0.0021227712 0.017506124 -0.013322083 -0.023810318 -0.010729273 0.005058168 0.010090949 -0.026700962 -0.00045145856 -0.017471053 0.017322138 0.0037119053 -0.0036320821 0.006382708 -0.028606508 -0.00687133 -0.002119369 0.026138535 -0.024764793 -0.0030133878 -0.023424026 0.016871989 -0.029622748 0.016385198 0.010529061 -0.02315629 0.0067802537 0.022007886 0.00035671768 0.0021010488 0.00057577324 -0.010502365 0.012113222 -0.001967836 -0.009059269 -0.025130408 0.012410007 -0.0183813 -0.003230873 0.03551474 0.021497017 -0.009068429 -0.010690538 -0.0063222516 0.01591097 0.010607052 -0.034755766 -0.025568519 -0.007465685 -0.0040065967 -0.016562901 0.008163679 0.023156814 -0.00093065895 0.012831892 -0.00936626 0.0062722643 -0.010411027 -0.008255541 0.00043078305 0.0067116837 0.026293209 -0.0315686 0.02039258 -0.017289422 -0.008063704 -0.0069116345 -0.025130669 -0.013467074 0.028415455 -0.014606058 0.012282813 -0.001030634 -0.0063413572 0.012862774 -0.019859727 -0.006585014 -0.01209752 0.0015927982 -0.004313065 -0.013063771 -0.010854895 0.008129395 0.0025527691 0.04686166 -0.0065549165 -0.0010285403 0.0012475959 0.019929344 0.014081319 -0.00567346 0.0017741667 -0.021944812 -0.007766134 -0.005320145 -0.0107627725 -0.0037522095 -0.008324111 0.017940046 -0.0074028736 0.0036182113 -0.031558916 0.010240651 0.015118236 -0.0049937856 -0.0100205485 -0.004005026 -0.0135626 -0.0024983324 -0.02850941 -0.02537956 0.022433957 -0.0023805606 -0.0192358 -0.004102908 0.0056116953 0.013403739 0.01366022 -0.020125892 0.012323641 -0.0072837933 -0.000920452 0.013199077 0.0064978627 -0.0052973754 0.00227823 -0.015290966 -0.011758859 0.026091164 -0.011237785 -0.0010746022 0.019321641 0.014669655 -0.0056145745 0.006352611 -0.01812508 -0.003477147 0.007991209 -0.008875806 0.011120798 0.008724535 0.0021976219 0.051030256 -0.0020866545 -0.0073222653 0.0017896078 -0.028708316 0.019674433 0.01047567 -0.022250494 -0.032897327 -0.061136387 -0.05085177 0.017325278 -0.027787603 0.0107855415 0.028959822 -0.0060011274 0.0005184576 -0.009479321 0.010547381 -0.00063937 0.007397116 -0.016832992 0.0066069975 0.007379843 0.019326614 0.012712549 -2.8526947e-05 0.0011983935 0.009832375 0.022485252 -0.014699491 -0.041239496 -0.031575404 0.0054489085 0.010926605 -0.004198434 0.0013083138 -0.0071921926 -0.017952086 -0.040535223 -0.034972727 0.020984579 -0.009721669 -0.0072908597 0.022012597 -0.010026567 -0.0026236938 -0.011708349 0.017454566 0.028517263 -0.03473038 0.0022991672 0.010597369 -0.025595475 0.01583769 0.0324901 0.018437568 -0.018071951 0.028112127 0.027255796 -0.010416784 0.0056622066 -0.0117481295 0.039197333 -0.035061974 -0.012865129 0.026961891 -0.016082393 -0.041370615 0.012072656 0.024009481 -0.01848232 -0.009757524 -0.048116583 -0.008504433 -0.0037448814 -0.005257333 -0.020088727 -0.031098297 -0.0031217379 -0.00026668768 -0.006380876 -0.015956508 0.013610756 -0.029602597 0.025691 -0.010877141 0.043076735 0.012732963 0.0033719374 0.053243846 0.020366147 -0.0043394985 -0.012412362 0.011686365 -0.0051235966 -0.013656556 -0.01882255 -0.02848638 0.0069911955 0.026910855 0.024128301 0.018112255 0.0060369824 0.040108364 0.011326507 0.0069579575 -0.017661322 -0.024125421 0.0123767685 -0.0032703918 0.009883148 0.004612205 0.0023946932 0.054644283 0.01887725 0.0050089653 -0.01955038 0.005057383 -0.023200782 -0.020914178 -0.045209453 0.01105537 0.008437172 0.021493092 0.014547435 0.0020214873 0.027848843 0.023211513 0.004228269 0.020283967 0.0045957174 0.023866847 0.010805955 -0.021386834 0.0016807343 -0.025757477 -0.02883106 0.000963635 -0.0012326782 -0.02024602 -0.0033441957 0.01702038 0.041472163 0.026265204 0.021623688 -0.011039667 0.006762457 -0.02672975 0.038676783 0.032276276 0.0010165015 -0.012224712 -0.030826638 0.01906359 0.0060060997 -0.0049793916 0.012024239 0.0020060462 -0.010146694 0.038020924 0.041412752 0.004969708 -0.020331075 0.011118181 -0.013531456 0.014985807 -0.0012782166 0.03714444 0.003634961 -0.051660467 0.025070215 0.039188173 0.016254602 -0.0032463141 0.029763028 0.025110519 -0.0032690833 -0.02103823 -0.018672064 -0.006697028 -0.035442244 0.038394913 0.0149421 -0.011278089 0.031552635 2.3030929e-05 -0.029977895 0.010003537 -0.0006396317 0.0014472846 0.023622667 0.010328587 -0.016661307 -0.048856717 0.023432923 -0.016529664 -0.032326527 0.00069354504 0.00789987 -0.011564929 0.009481153 -0.008548924 -0.00073018513 -0.0038414544 0.010256353 0.006521679 -0.020497004 -0.0068475143 0.018285772 0.01012314 0.0038812351 0.008567767 0.013507641 0.007324097 0.0051123425 0.014342774 -0.017997624 0.010849923 0.021813693 0.008732124 -0.029766953 0.04592341 -0.030892065 -0.007893851 -0.0270459 -0.027850674 -0.013032889 -0.00097541214 0.0013928477 -0.029839447 -0.0034747915 0.018725716 0.0048058745 0.022193702 -0.02564939 -0.044277746 -0.05275758 0.006558581 -0.0019437581 -0.020428434 -0.023211513 -0.008947778 -0.04741545 0.018366644 -0.022030655 0.0051440103 0.007672702 0.02239941 -0.003842501 -0.009496594 -0.0025014728 0.0076753185 0.009158197 0.007750955 -0.025618507 -0.027788648 0.014590356 -0.0045292415 -0.007286934 -0.00924116 -0.011887362 0.015055685 -0.0292676 0.033690587 0.0033177626 -0.0073926663 0.016737988 -0.017802123 -0.0059192106 0.03323337 0.004942228 -0.0034617055 0.041014683 -0.0017236557 -0.011653912 0.0018136858 -0.010701269 -0.011351893 0.0026946187 0.021843005 0.012190689 -0.004717153 0.0033719374 -0.026101634 0.017094184 0.0124204755 -0.0012455021 0.017593537 -0.011178638 -0.03019512 0.006389251 -0.016057268 -0.047779758 -0.04562087 -0.014744505 0.029115545 0.022894576 -0.0041144234 0.012874813 -0.023461975 0.0023826542 -0.0052026347 0.015564197 -0.039070137 0.0023491548 0.013292248 0.015306931 0.021861324 -0.010581666 -0.016551124 0.0020714751 -0.023645174 0.026563821 -0.0358992 0.03331398 -0.026107391 0.0052555013 0.0053450074 0.008284068 -0.0062986976 -0.0025158674 0.012850997 -0.030208204 -0.016619172 0.021654569 0.015733527 -0.0481951 0.00031274956 -0.016212204 -0.019201513 0.03287351 0.009990189 0.009311038 -0.035719138 -0.021171706 0.013848131 0.027684484 -0.0036668903 -0.041433953 -0.0036844253 -0.014236255 0.014295665 -0.014593495 -0.016148608 -0.048456814 -0.006274096 0.013018233 -0.023663495 -0.016768087 -0.014283363 0.002076971 0.01017339 0.0051484597 0.005637082 0.01377014 0.016440159 0.015925102 -0.026977593 -0.020726789 -0.00271922 0.040729415 0.0049812235 -0.008128086 -0.050257675 0.022940898 -0.006342404 0.010732937 0.009922405 -0.012087574 0.0030180984 -0.0041112825 0.031233605 -0.01366022 -0.031299032 -0.006998524 0.0275798 0.00055692974 0.005065758 -0.01974719 -0.0014530423 0.015248046 -0.0046642865 -0.0039110705 -0.02609038 -0.0149698425 0.03792304 0.018965708 0.00093039713 0.013767523 -0.054599266 0.0038532314 0.0061492585 -0.026887825 0.024678688 -0.015714683 0.013220015 0.02400294 0.006363603 0.040826246 -0.015357704 0.0105110025 0.02155852 0.013314232 -0.0036046023 -0.009562808 -0.0022803238 0.0052138884 -0.0138376625 0.0052743442 0.034331262 0.030818261 -0.034536712 0.004639947 0.00917233 0.015335198 -0.041709274 0.008978137 0.009548414 -0.0037312724 -0.05616406 0.03506747 0.009729782 -0.038503528 0.022336075 -0.020701665 -0.012894965 0.0018563452 0.013931619 0.022980155 0.025445513 0.037053887 -0.0040338147 -0.00067313126 -0.004259937 -0.011753887 -0.023731017 0.022978324 -0.008683183 0.04076684 0.016940556 0.01049844 0.008004556 0.018867565 0.048163954 0.0027166028 -0.009372803 0.0036904449 -0.0022771833 0.029233577 0.0063586305 0.018384963 0.008377239 0.009629284 0.033322353 -0.00941965 0.0015365294 -0.014542985 -0.0105110025 0.03417345 0.006941732 0.0031900455 -0.023237685 0.011328076 -0.01730251 -0.013258749 0.037730943 -0.013885295 -0.04898443 0.0036184732 -0.0073777484 0.026185643 0.03633574 0.0020858694 -0.03503554 -0.032545842 0.00490742 -0.03923031 0.025788099 -0.05375105 0.020217491 -0.027976038 0.017141555 0.003863962 -0.018054156 0.03233935 0.05709341 0.013466289 -0.0031358704 -0.0046140375 -0.022897193 0.031504482 0.014935296 0.008353161 -0.00077546184 0.015325513 -0.020278733 0.03749069 0.020907111 0.015510283 -0.0095633315 -0.02278073 0.021077227 -0.037407987 -0.029927121 0.024305744 -0.019528134 0.0035831416 0.00066894386 0.019978808 0.018717865 0.01333517 0.03505412 0.016889784 0.029779255 -0.020659268 -0.0120716095\nanh_trai -0.0057105045 0.006110627 -0.009227597 -0.020994335 -0.008300338 0.008195252 0.002771241 -0.008979265 -0.0016499292 0.011139642 0.01848652 -0.008630118 0.018911704 -0.010938014 -0.0055310903 0.0014297051 -0.005977348 -0.014118491 -0.010318607 0.0077797514 0.00472401 -0.006413923 -0.0017551573 -0.011176948 0.0066483007 -0.0077612395 -0.0020739168 0.0016304783 -0.0019396691 -0.0052220984 -0.0036053753 0.0014321827 -0.0032320227 0.006826292 -0.0019823015 -0.009992245 -0.0018335584 8.7084336e-05 -0.0006043987 -0.006167869 -0.0015534157 -0.0006216567 -0.0073653893 -0.0059804805 0.0066608316 0.012030449 0.0012281914 0.001351247 -0.004254685 -0.0046135136 -0.0010677722 -0.0011107177 0.001663371 0.0011934761 0.015856532 -0.006614981 0.0050122123 0.0025834537 0.008226293 0.013446114 -0.008816368 -0.012494363 0.016684117 -0.0045001693 0.0001002357 -0.008856807 -0.012791963 0.0075550554 0.0019049256 0.00067775935 0.016244125 0.011801482 0.0057107895 0.0061561926 -0.011733418 0.0009153838 0.0030665626 0.012564705 0.013570565 -0.007883983 -0.0052070054 -0.0045844656 -0.0058087553 -0.020413658 -0.016358893 -0.0011642001 -0.0030221362 0.0042706328 0.00025411064 0.0030073274 0.01791923 -0.011674752 -0.0056313346 -0.0014008849 0.002820423 0.005969374 -0.000299736 0.0036594847 -0.013076179 0.00735172 -0.0042037084 0.0054345485 -0.007759531 -0.009456849 -0.002327062 -0.0057293004 0.004607533 -0.0122597 0.005320634 -0.003159118 -0.0077079856 -0.0053852806 0.0147575475 0.0034228284 0.0032926819 -0.014987939 -0.009822228 -0.0147854565 -0.004820267 -0.012033297 -0.0042697783 0.0014011128 0.0074140877 0.0018932207 -0.01494038 -0.0031300695 -0.0033567585 0.00975872 0.010429674 0.00829037 0.01026279 -0.018972648 -0.0116613675 -0.009209086 -0.01824303 0.007774625 0.01147996 0.019355685 0.011008357 -0.013273819 0.005174255 0.002614467 0.011402498 -0.0039482564 -0.0010541308 0.015855964 0.013789279 -0.008091021 -0.004101186 -0.0017456453 0.0033655867 -0.005225516 -0.002039828 -0.0009246108 0.0072178706 0.010936875 0.00946112 0.000723923 0.004106027 -0.00094334956 2.619479e-05 0.010337403 0.006313679 0.002862372 0.012756365 0.00026302724 -0.01169127 -0.009364009 0.006393703 0.013915439 0.011344687 -0.0071028178 0.0005228934 -0.009836467 -0.004802041 0.016464831 -0.009305343 -0.00673573 -0.00078606297 -0.005066606 -0.0052448814 -0.0024822126 -0.016108567 0.009019989 -0.006031457 -0.0022281562 0.004168965 -0.0020796123 -0.012818163 -0.005466444 0.0024567815 0.012518855 -0.013056813 -0.003059443 0.005662376 0.0026005977 0.009776947 -0.0020038313 -0.007892811 -0.008282396 -0.0013790987 -0.007968564 -0.0028165216 -0.017486641 0.007471329 0.009240697 -0.0036856846 0.009836182 0.0007818767 0.007072061 -0.020205766 0.0026072047 -0.0018436398 0.00091766205 -0.0039305994 0.0028880027 -0.0079927705 -0.013492534 -0.0019042135 -0.004825963 0.003145448 -0.010770561 -0.0057905293 0.00093264173 0.00058958994 0.0038958562 0.003190444 -0.013137122 -0.0045967116 0.0011967227 0.0010947412 -0.0014174593 0.020130584 0.0019973668 0.005658389 -0.00013932526 -0.009594115 0.006216852 0.0040362547 0.00943549 0.0051469156 0.0068223043 0.0021156662 0.00072865037 0.014956327 -0.0071859746 0.0024903007 -0.011282034 0.00592153 0.0024730426 0.01582834 0.0002949801 -0.014811942 0.012058643 0.0106053855 0.001212158 -0.00072309707 -0.0037617225 0.00022285835 -0.015392049 0.004729421 0.0041046035 0.011488788 -0.0068422398 0.0051563135 0.0004973766 0.002111138 0.0028096014 -0.010602538 -0.0037469135 -0.003710461 0.006263272 0.0050187623 0.0009839599 0.006653712 0.0037457745 0.0047986237 -0.006998871 0.0016034808 -0.0019740711 -0.00071888225 0.0020268704 -0.009911651 0.0067365845 0.0012034435 0.0136995725 -0.00870758 0.004476532 -0.0029053746 0.006366364 7.533412e-05 0.008116366 -0.009817102 -0.0013517025 -0.005470716 -0.009481056 0.00088374416 0.009597817 0.0071196198 -0.011984314 -0.071087755 -0.013999835 0.010558385 0.0479796 0.09902364 0.026292844 0.017765913 -0.04544906 -0.061104495 -0.009824496 0.010624983 -0.053956665 0.05790048 0.0005462085 -0.013967609 -0.019913144 -0.047458407 0.072381385 -0.018963557 0.06687547 -0.10188876 0.047049057 -0.04795182 0.019461622 -0.06498481 0.03246126 -0.042148694 0.10313536 0.13388741 -0.0004964551 -0.058156528 -0.028368277 0.032642387 0.0055361986 0.02758612 -0.051484667 -0.011255579 -0.049481485 0.019512977 0.040913645 -0.015034359 0.010940477 -0.023035545 -0.011125298 -0.0011317591 -0.036051694 0.0054927063 0.02277993 0.121524304 0.08728618 0.023714537 -0.030328251 -0.018963313 -0.008161848 0.09700705 0.042192847 -0.12893932 -0.001971706 -0.0732967 -0.024823355 -0.014337784 -0.009479883 -0.05441042 -0.039870605 -0.06186836 -0.056606006 0.017397115 -0.051785056 0.047230065 -0.019077677 0.0056347726 -0.047652878 -0.014302408 0.010903135 -0.05259344 0.009885048 -0.02745174 -0.0590473 -0.039191213 0.020763956 0.014688643 -0.014747115 -0.01705333 -0.070494816 -0.047750607 -0.02883143 -0.037281428 -0.025184227 0.004066685 0.00033135316 0.006031514 0.0339411 -0.028718479 -0.02761672 -0.025010977 0.03211658 0.017856117 -0.02693384 0.023471253 -0.022894407 9.9783814e-05 0.05139655 0.013260609 -0.00060843234 0.057707958 -0.030638315 0.053301297 0.0052475976 0.031239802 -0.08105836 0.050778206 -0.003512658 -0.058828846 -0.023813756 0.01822719 0.010278011 0.0027577581 -0.032398064 -0.010976079 -0.02641239 0.003207467 -0.053861704 0.023144161 -0.012754659 0.09477896 0.07984461 -0.036761682 0.016670331 0.13745809 0.0006537465 0.03116267 -0.06762557 0.04966759 -0.020308858 -0.010136288 0.03483313 -0.03428589 0.032052476 0.02148322 0.061110917 0.030434553 -0.005223087 0.019354079 0.020626035 0.029926298 -0.0013343692 -0.049258266 -0.047446612 -0.046511002 0.036660254 -0.03500649 -0.0006310989 0.046847247 -0.023305029 0.05268747 0.009419126 0.058257695 -0.0030540507 -0.046138164 -0.042581953 -0.023434164 -0.012201386 0.05253047 -0.03817731 0.00802352 0.013560852 0.0011024062 -0.04841062 -0.008170546 -0.035674773 0.00064418564 -0.030996991 -0.029391982 -0.030604107 0.044175975 0.048966672 0.01089037 -0.0013600814 0.0014950648 -0.03763773 -0.022024259 0.06043195 0.054127306 -0.033172615 0.008568792 0.0017074387 -0.0149647705 -0.09387281 -0.021765707 -0.04029474 0.032128584 -0.038229063 0.05285628 -0.020401416 -0.024594497 0.019306306 0.018588921 -0.024117634 -0.004058917 -0.03681216 -0.0023679757 -0.03747512 0.01794133 -0.059283253 -0.054574948 -0.05783717 -0.019906795 -0.023672495 0.019005315 -0.054253817 -0.015507442 -0.014668428 -0.013803259 0.07324266 0.04891281 0.07641066 0.028675094 -0.017522277 0.012468453 0.02848771 0.049229536 0.06262024 0.057986937 -0.023901064 -0.0038839083 0.0020847407 0.03936265 -0.075300455 0.009991542 -0.037949838 -0.017200477 0.0675537 0.005878778 -0.03961188 -0.005453438 -0.0012998099 -0.07203112 -0.03205268 0.0058255917 -0.053400435 -0.050633054 0.00632694 0.023600753 0.005224696 0.024589427 -0.09545613 -0.10470838 0.037649445 0.037653964 -0.048358884 0.044566583 -0.010716457 0.027378011 -0.031604912 -0.024283664 -0.036241993 0.021868903 -0.02127025 -0.04459084 -0.054774147 -0.030505281 0.07337437 -0.037911028 0.02425008 -0.0713783 0.005260336 0.023969447 0.0014073926 -0.045752514 0.05093491 -0.041751865 0.0072494987 -0.04864778 -0.019777868 0.04658164 -0.052259177 0.012385047 0.1030078 0.047735706 -0.008402164 0.006429152 0.0038271637 -0.045570556 0.04193555 0.013028663 -0.016134428 -0.09769285 -0.021401418 -0.028061002 0.043641966 0.032063186 0.0103779435 -0.041353673 0.017717348 0.052644614 0.022332197 0.018094858 -0.008841035 0.062196877 -0.0065383934 0.01696577 -0.040721662 -0.0065366654 -0.009480486 -0.0058064773 -0.018780988 0.016585581 -0.034121778 0.026975386 0.03791055 -0.021875175 -0.018354949 0.025086408 0.02202013 -0.01633725 -0.028283687 0.012758928 -0.008441306 0.01973046 -0.0080371965 0.03968391 -0.018402223 0.041715562 0.020405969 0.0061180317 0.01896268 0.014593513 0.02024649 0.000607446 0.044597585 0.032603588 0.007598913 0.006496226 -0.004486215 -0.004851309 0.006009244 0.003999233 0.0028669287 0.011931059 0.018499905 -0.028550245 -0.006466039 -0.029729541 -0.0017457308 0.0022005322 -0.02628222 -0.0071560727 -0.025515864 -0.013258156 -0.006301433 -0.022459837 -0.016977161 -0.012074875 -0.04091133 0.020887256 0.017782532 -0.003673439 -0.0034900378 0.01252569 -0.008070231 -0.03697589 -0.059195366 0.018708652 -0.024362484 -0.042378258 -0.002008872 -0.024027579 0.0072862185 -0.031614814 0.012555307 -0.0014435741 -0.00093551807 -0.009911651 -0.00058323925 -0.03447605 0.01416605 -0.01638253 0.011827966 0.0028404435 0.047400437 -0.026332626 -0.006724054 0.021670414 0.0071737287 -0.021181153 -0.016857551 0.004939592 -0.013851078 0.007888254 -0.009409289 -0.0061023682 -0.023644257 -0.0033687192 -0.021395028 0.014384195 -0.040458236 -0.007508351 0.025842797 0.014030493 0.02679056 0.015000755 0.0168117 -0.0047886563 1.908058e-05 0.0055777947 -0.0036537887 -0.013101524 0.013277236 0.034463517 -0.036479793 0.017087089 -0.015564344 -0.01178297 -0.018538067 -0.00040012263 0.006565429 0.028355168 0.003701063 0.008179874 -0.0057583484 -0.0126928575 -0.018140221 0.0080161225 0.022724973 -0.018434405 -0.019230947 0.014414951 -0.012123289 0.005344271 -0.0090647 -0.0047237254 -0.021872897 -0.025911998 -0.001824901 -0.006284631 -0.022981279 -0.03770465 -0.015090462 -0.008488581 -0.025764197 -0.004887761 0.024296701 -0.01828176 0.02546688 -0.02226476 0.01581951 0.0095761735 -0.009365148 0.011234759 -0.0069424836 -0.009193992 0.018482817 0.015046036 -0.009915353 -0.009480486 -0.016958935 0.04901175 0.019783715 -0.0018086683 0.033577263 0.021978837 -0.00437344 0.0137098245 -0.024113014 -0.000306998 -0.045036722 0.023265494 0.062355053 0.030706352 -0.011800058 -0.00504183 0.023972329 0.0319725 -0.052201908 -0.0065312544 -0.011676461 -0.025542064 -0.0066323527 0.027310861 -0.0030625756 0.024989296 -0.009675279 -0.016829927 -0.018519271 0.044445794 0.0005675761 0.0073465933 -0.025161592 0.0126521345 -0.00686787 -0.0034729505 0.010290698 -0.03587548 0.011455184 0.00040553356 -0.026304716 0.020849096 0.021480178 -0.024854878 -0.003657491 0.021191407 0.022122653 0.0040080613 0.029064849 -0.021134164 -0.0039508194 -0.01144607 0.0077515575 0.010892734 -0.0040747006 0.013958442 0.008182152 0.006355542 0.017079685 0.0025915415 0.034589674 0.0017474395 -0.00010736387 0.012416047 -0.018746529 0.041562345 -0.017403768 0.014018247 0.010242284 0.01830084 -0.049407884 -0.0018268944 0.018859304 3.7306807e-05 -0.035706602 0.015897825 -0.016217925 0.010511691 -0.0039986633 -0.05989366 -0.015142862 0.029997235 0.02139218 0.0096149035 -0.01447675 -0.013072477 0.025673633 -0.0095943995 0.02627339 0.010310064 0.037613805 0.027190398 -0.007653876 -0.008664008 -0.004993986 0.029147722 0.013434722 -0.005390976 0.004915101 -0.0085512325 0.030609807 -0.0106065255 -0.027390033 -0.0037554572 0.031876817 -0.009012585 -0.01688603 0.011283743 -0.010118688 -0.0033163188 0.029060293 0.01659441 -0.025593039 -0.040561896 -0.037898023 0.03583789 0.004584181 0.015120934 -0.010173651 0.040502947 0.015187858 0.014262308 -0.027478885 -0.0058389422 -0.019261135 -0.0041290945 0.01543676 -0.008242242 -0.02287249 0.031406067 0.007884837 0.042594407 -0.031541057 -0.010959943 -0.026572984 0.046749987 -0.024251133 -0.004895166 0.02509068 0.011006078 0.005090813 -0.031665504 -0.03176034 -0.007910183 0.033678934 0.012984478 -0.017328301 -9.056157e-05 0.012216128 -0.023411874 -0.028510945 -0.0055854837 -0.0034681093 0.023507277 0.0080337785 -0.0015449574 4.328729e-05 -0.0015526467 0.009278003 -0.0012157463 -0.01664795 -0.002120223 0.03432397 0.002188856 -0.02180939 0.009253513 -0.0049301945 0.0050073713 -0.026596906 -0.022675134 0.006719497 -0.008348751 0.032661114 0.01129371 -0.016677566 0.0019348278 0.027188119 0.007831582 -0.0072449255 -0.004038248 -0.022621596 -0.022121513 0.052662976 -0.0054986244 0.020587092 0.015590829 0.010452742 -0.020225985 0.020875296 -0.0010739234 0.011398796 0.009375685 0.033492114 -0.037785247 0.028207079 0.0064848345 -0.0020581398 -0.029212087 0.0008925155 0.0090325195 0.022965616 0.018001247 -0.028296502 -0.015498274 0.012498351 0.04633819 0.01693017 0.01989051 -0.020257596 0.01310779 -0.014574147 -0.007154648 -0.014931836 -0.022589415 -0.020809226 -0.017686274 -0.0142440805 -0.03136677 0.018442947 -0.023447186 0.012820727 0.021696044 -0.02914687 0.02079413 -0.019629076 -0.036427677 -0.020924563 0.021735061 0.016237289 -0.0031713634 -0.031873114 -0.00028763263 -0.024108741 0.0009571617 0.00496266 0.0029629008 -0.015033789 -0.02673104 0.018774722 0.023101173 0.017071139 -0.0059212456 -0.043397214 -0.018356944 -0.01849962 -0.010534475 -0.02106838 0.012532809 -0.0006914575 0.026597476 0.029807854 0.0017978464 0.0015070811 -0.02167611 0.031863146 -0.01517903 0.0152704455 -0.009179753 0.017398072 -0.02698279 0.008105544 0.03277816 0.0038864582 0.011771579 -0.01432439 -0.032359526 0.040013973 0.008982397 0.005224662 0.0101098595 -0.0071985056 0.042367432 -0.044633467 0.006796674 0.021781195 -0.007324665 -0.0019197343 0.004991993 -0.012620523 0.030400205 -0.007297326 0.008213193 0.040237814 0.0005390976 -0.016554255 -0.016485337 -0.027588243 -0.013830858 -0.012543631 -0.011089235 -0.014776628 -0.015815524 0.009417264 -0.021270007 0.019262843 -0.016563084 0.0018701816 -0.020478874 0.022811832 0.009936141 0.009893708 0.0084433 -0.0032411357 -0.00430025 0.024094502 0.005369617 0.022594256 -0.02026785 -0.012758359 -0.025489094 -0.020251617 0.027959317 -0.0017238023 0.00015947947 0.01777114 0.0003015871 -0.019218417 -0.015915768 -0.007727351 -0.03203829 0.007844682 0.009950951 -0.025676196 0.0046072486 0.004183204 0.057770588 -0.019814188 -0.03428524 0.0052642473 0.014537125 -0.032274377 0.00826417 -0.034665145 -0.019205602 0.020882415 -0.035929587 -0.018423298 0.007290206 -0.007526008 0.012897049 -0.046627816 -0.024498327 -0.005277632 -0.01875678 0.004585889 -0.025455773 -0.0027945933 -0.0142477825 -0.003104724 0.0042700632 0.03096522 0.020726638 0.04419974 0.038514294 -0.004316483 0.020893237 -0.033593785 -0.0018251857 0.004422138 -0.018542623 0.007264006 -0.022594256 -0.014394162 0.018506454 -0.045451086 0.0407584 -5.7811314e-05 -0.022070538 -0.022782214 -0.0009944685 0.027021237 -0.00075952103 -0.0171486 -0.0046442705 0.011894322 0.02250882 -0.00024890192 0.031056352 -0.0060197813 0.0023147308 0.041574307 -0.018498765 -0.00657682 -0.006049399 0.019299582 0.00503528 0.005595167 0.0090792235 -0.0035484186 0.020771064 -0.010242855 0.011274914 -0.025892064 0.0010690821 0.020538678 0.02244218 -0.01480824 -0.022908373 -0.0045320652 0.010957665 0.012461613 0.022906095 -0.015484888 -0.01299473 0.014427482 -0.034589395 -0.02230406 -0.025839377 -0.0011103759 -0.017285014 -0.013864463 0.033337478 -9.654205e-05 -0.015547541 -0.027714971 0.028721116 -0.0069125816 -0.016329275 -0.024826968 0.02058681 0.00999139 -0.057331163 -0.025219971 -0.0297452 -0.024249995 -0.026855206 -0.0001255901 0.018198319 -0.00014353154 0.0038164011 -0.032633204 -0.02541448 0.019847222 0.025231078 0.03197478 0.01435828 -0.007558758 0.005062619 0.005665793 0.0069214096 -0.016231595 0.008517629 -0.0044460604 -0.016435215 -0.01749376 -0.0007683494 2.1643646e-05 0.0072315405 -0.0023204263 -0.0035253512 -0.022161668 0.029126365 -0.0018642012 -0.026234375 0.026149224 0.034445576 0.01286259 -0.014309582 0.031892765 0.0046923994 -0.014815359 0.003882756 0.014053845 -0.0025513868 0.02115239 0.014309865 -0.0072397995 0.013609296 0.026033888 -0.023033964 0.026377907 0.009296515 0.014013405 0.008121777 0.0059454525 0.026399836 0.00021558208 -0.028967453 0.040899366 0.028262613 0.017803323 -0.012636756 -0.0147407465 -0.0197578 0.01992981 0.012960841 -0.01740918 -0.0137377335 -0.0036728694 0.008972999 0.004031698 -0.01439217 -0.005707942 -0.023143036 -0.0137260575 -0.0033886542 -0.017489772 -0.0007655015 -0.006976943 0.0011733134 0.039249323 0.011825119 0.024355365 0.012918978 -0.00355326 -0.024469849 -0.005631904 0.04328928 -0.0010232318 0.004057044 -0.01086454 0.0153040495 0.0126985535 0.055691946 0.0076940306 -0.019889371 0.046651736 -0.0056905695 -0.0023842182 -0.014432608 0.017248845 -0.00164093 -0.0102027 0.027548088 0.026805937 -0.0018704664 -0.019554464 0.013050263 0.021214474 -0.019179402 -0.016471952 -0.010147167 -0.014248353 -0.037741106 -0.015353318 -0.004826817 -0.030425552 0.0021882863 -0.00964623 -0.0446104 0.01981504 -0.01919706 0.011864704 -0.0019909304 -0.02618283 -0.005164287 -0.013225121 -0.010981017 0.0147407465 -0.0015697337 0.0070686433 0.026145807 -0.039593346 0.014468492 0.036150865 0.00751661 -0.00092213316 0.011389398 0.011481099 0.015689934 0.0061815386 0.009116531 0.0058153053 -0.032178402 0.008157376 0.013257586 0.012406649 0.0334175 0.0073312144 0.028662167 0.019033022 0.018477691 0.028738772 0.031928077 0.024849467 -0.0033482148 0.0018921102 0.007721655 -0.007884267 0.020005563 -0.00066554203 -0.010017305 -0.03264602 -0.024179367 0.002603218 0.0047872323 -0.012903315 -0.032474864 0.0018528098 -0.025496498 -0.029630149 -0.033477306 0.0007877147 0.016322156 0.0015221747 -0.0012408074 -0.008390614 0.016862107 0.0121751195 0.010013319 0.049477655 0.0106162075 -0.013501647 0.014396725 0.016043635 -0.01375539 -0.0027507362 -0.006178406 0.0022332822 0.0070008645 -0.023865536 -0.0003764855 -0.007815064 -0.011068161 -0.000877422 0.010356484 -0.00803919 -0.003079378 -0.022963908 0.0036472387 -0.011312221 0.019969394 0.028367128 0.038259413 -0.022820659 -0.036811285 -0.014294773 0.0111610005 0.02115296 -0.02593706 0.036704488 -0.011775851 0.01700621 -0.010584597 -0.02098038 0.004445491 0.020877289 0.007046715 -0.0046294616 0.008724098 0.009695783 0.031338573 9.113113e-06 0.014850958 -0.02551985 -0.021077776 -0.034040898 0.0062484634 -0.011815721 0.035906237 0.040302172 -0.021682946 0.045204174 0.015055148 0.0062496024 0.00870701 -0.0106096575 -0.015556084 0.03617308 0.0023788074 0.03772715 -0.023797471 -0.011467429 -0.005950578 -0.013126871 -0.020934815 -0.02471505 0.036024705 -0.017519392 0.037690412 0.009153268 -0.01130083 0.0077199456 0.038935207 -0.012271377 -0.019918134 -0.018184649 0.0055706752 0.0040772636 0.002539426 0.0053456957 0.010646394 -0.01632244 -0.009815963 0.017585177 -0.010668892 -0.02385215 -0.028698618 -0.017611662 0.010179347 0.022600522 -0.009532032 -0.0030617213 -0.01953937 0.07126227 -0.030090645 0.0046280376 0.008344764 -0.011911693 -0.00914387 0.00953431 0.009208231 -0.013369791 -0.004491626 0.03132006 -0.010728982 0.018987741 -0.013661696 0.022006746 -0.05152013 -0.02161944 0.007702859 0.026483277 0.022505688 -0.037356928 -0.034908067 0.00798736 0.0058907736 0.044716056 0.017477527 -0.004548298 0.00095944 -0.015718414 -0.013219995 -0.0075752754 0.023801174 -0.00667621 -0.02273494 0.013540947 -0.0353717 0.006105216 -0.024783967 0.01729441 0.036532477 -0.0415333 0.0074849986 0.0019015081 0.009903106 0.0027216882 0.010040658 0.0054487875 0.008635244 -0.012292165 -0.020143967 -0.020450396 -0.039360106 -0.007697733 -0.0024836082 -0.02457351 0.0061271447 0.012447089 0.032650862 0.019351412 0.025514724 -0.034263883 -0.0010551277 -0.008393463 0.0017366176 -0.011138218 -0.0035299074 0.015668573 -0.0051907725 0.023430953 0.034875885 -0.01108952 0.02985399 -0.0053650606 -0.0036979306 -0.04545934 -0.012917268 0.02679711 -0.017797912 0.010393506 0.002346057 0.011364907 -0.00010935736 -0.02756005 -0.0016275451 0.0007532558 0.0019012234 -0.011121131 -0.0009901967 0.0013732323 0.03978671 -0.02550789 0.01141332 -0.023117976 0.015390339 -0.015634686 -0.025015498 0.021708861 0.05976807 -0.022226313 -0.0014646483 0.009848998 -0.012072597 0.0116511155 -0.014809094 0.011780123 -0.018536357 -0.025713503 0.022411425 0.024829248 -0.005095654 0.0008392608 -0.0059716525 0.025304552 0.0065141674 0.014203357 0.006990897 -0.010570358 0.0043330006 0.0031833246 0.03646783 -0.013868449 0.0029384096 0.014678662 -0.0024861714 0.02769646 -0.023615777 -0.0012635901 0.03602357 -0.011309943 -0.010001643 0.024093078 -0.016699497 -0.01816158 -0.033162333 -0.022417689 -0.017265078 -0.015816947 -0.017299822 -0.009976866 -0.007090857 -0.030821405 -0.022284126 -0.009526906 0.04705556 -0.0054260045 -0.04250328 -0.011325606 -0.0030369451 -0.014078336 0.034623567 0.025154186 -0.0073708 -0.017491197 0.0110169 -0.017540751 -0.006746267 -0.03891812 0.000763508 0.005098787 -0.035614617 -0.02072094 -0.019401534 -0.018196609 -0.008763398 -0.026674084 0.016772686 0.022064272 -0.012464745 0.014866052 0.0026613139 0.053291492 0.029412005 0.01853351 -0.021002594 -0.02253616\nem_gái -0.009611281 0.013352719 -0.0008013647 -0.011563323 0.0042604515 0.010681784 0.01084443 -0.010427315 0.009268911 0.005628253 0.016561985 -0.0061164736 0.027470522 -0.0029279233 -0.0065643825 0.0037117633 -0.0012733205 -0.008174614 -0.005148151 0.016472124 -0.010540691 -0.020643553 -0.010002081 -0.011051588 0.00017633046 -0.014948953 -0.004145115 -0.0056005386 0.010099782 -0.001673415 0.004250094 -0.016577382 0.0059636245 -0.0015275647 0.00912922 -0.014182749 0.00045096013 0.0029136462 -0.001241743 -0.009496224 -0.0025244695 0.010194962 -0.0066682408 -0.00083103863 0.0068432055 0.0150522515 -0.0006548985 -0.00475763 -0.0135665955 -0.0012991312 0.0038044248 -0.0015638733 0.019767052 0.004892003 0.009508542 -0.002816506 -0.0017158823 -0.0025995502 0.016461765 0.019076712 -0.0151213985 -0.014138799 0.013402268 0.001963408 -0.013884891 -0.003735279 -0.011206396 0.007447602 0.0067303884 0.0055815023 0.013450698 -0.0023526126 -0.004146795 0.010072348 -0.006570261 0.004925036 0.0029528383 0.008394089 0.009450873 -0.009357933 -0.006350786 0.0031958288 0.0066024545 -0.013922962 -0.016745627 0.004199984 -0.0010741691 -0.0011537288 0.0139685925 0.0058026575 0.0035594746 0.00047786257 -0.0032980079 -0.0034172635 0.0027502715 0.01716778 0.0014938036 0.0037282803 -0.0072729173 0.014295846 0.0016518314 -0.0039572734 -0.006168263 -0.010093063 -0.0029181254 -0.0017366541 -0.006208015 0.0012636065 0.008713784 -0.009529258 0.00017654881 -0.005435652 0.0037288403 -0.0004681206 -0.005944588 -0.0044919644 -0.0075324248 -0.0045849057 7.337025e-05 -0.01221867 -0.0023112649 -0.0044247783 0.0043396754 -0.0033181638 0.0006941465 -0.0034010268 -0.0046106605 0.009650473 0.018751139 0.016896795 0.00251204 -0.021796357 -0.003203947 -0.020976685 -0.01084807 -6.829488e-05 0.004941553 0.02427693 0.0037268805 -0.0049118786 -0.0036115441 0.001849891 0.018520745 -0.0045809867 -0.0074378042 0.0008029323 0.009518901 0.008254957 -0.0023223786 0.0006351065 0.0059202337 -0.007517868 0.008413405 -0.0016577941 -0.002517107 0.010062549 0.011074823 -0.010383084 0.00023909367 -0.0065025147 0.00289489 -0.00058354106 0.009884786 0.0063857785 0.008931859 -0.013094332 -0.0033218032 -0.017007934 -0.009273111 0.0063600237 0.008655836 0.020239316 8.563174e-05 0.0023325966 -0.0061945776 0.014397466 -0.013499409 -0.01476867 0.0072919535 -0.0032439788 -0.006063844 -0.011406556 -0.01937989 0.023142604 -0.00096706295 0.0039331983 0.00050574495 0.00618282 0.011075103 0.006698195 -0.0025679446 0.016159987 -0.0146203 -0.0038349384 0.0033299215 0.0017374939 0.013716924 0.0062533654 -0.0062645636 -0.010019998 -0.009212362 -0.00083243835 0.0045672692 -0.016576262 0.015240374 0.003738918 0.0062298505 0.005206939 0.0143557545 0.0047833854 -0.0068555227 0.0010201681 0.008524823 0.0039071636 -0.0037016855 -0.0020095145 -0.007003613 -0.014368071 -0.00012573357 -0.012931684 0.0029483591 -0.006246647 -0.0045051216 -0.008041081 -0.0034315407 0.0039527947 0.0029072075 -0.004669168 -0.011868741 0.0023953598 -0.0011695456 0.0012102773 0.01943028 0.0009566491 0.0148190595 -0.004548233 -0.006221732 0.0031815516 -0.004107603 0.0116254715 0.010701659 0.008929061 0.009644314 -0.00035897084 0.015136516 -0.00071768975 -0.0025886605 -0.007906988 0.0011518253 -0.0011958603 0.0045874254 0.0071085915 -0.002452496 0.0036921676 -0.0008656676 0.008915903 -0.0048057805 -0.0025744394 -0.013132123 -0.013251379 0.011963082 -0.008586969 0.010160809 -0.0057875407 0.0020922096 0.007104112 -0.015738951 -0.0032758925 -0.006713872 0.0029321224 -0.009375569 -0.0042165006 0.01893926 0.0020729497 -0.0005378824 0.0069299876 -0.008775372 0.010013559 0.007988172 0.00033206833 -0.0076802345 3.962872e-05 -0.01015773 0.010486103 0.0047240374 0.0040681306 0.004420019 -0.0022729128 -0.017228808 0.0075898133 -0.0017671678 0.013991549 -0.0028797733 0.00018332343 0.003023384 -0.017399574 0.010732452 0.0059597054 0.004480767 -0.005665765 -0.060974956 -0.0028451046 -0.031499423 0.043974534 0.074212685 -0.008911193 0.06281153 0.005627214 -0.04898805 0.019265134 0.036382414 -0.06019802 0.05241217 0.04261628 -0.026670782 0.0030986436 -0.0097552305 0.08813426 0.029550131 0.029867494 -0.06589735 0.025016226 -0.014326689 0.03571277 -0.062927045 -0.015240863 -0.055294245 0.16327067 0.15818922 0.031369735 -0.029395297 -0.040782314 0.013123806 0.026119903 0.014958564 -0.057377215 -0.02661656 -0.024040142 0.012937368 0.03679536 -0.025383301 -0.031516466 0.050625674 0.020740176 -0.034916308 -0.05554092 0.0017085855 -0.012428229 0.11707057 0.041311864 0.039065007 -0.040228464 -0.0028368386 0.009785737 0.08137021 0.055647034 -0.099650174 -0.04210334 -0.062248845 -0.015241842 -0.038046256 0.0030599744 -0.025196448 -0.066071786 -0.058939222 -0.062854424 0.050330676 -0.02659517 0.045470703 -0.046044677 0.007860114 -0.023269976 -0.020725723 -0.010962488 -0.061153818 0.0009759325 -0.0065967655 0.0042452607 -0.053292837 0.022891711 0.025076266 -0.02740441 0.02436197 -0.057162374 -0.05948307 -0.020486955 -0.06412636 -0.05345177 0.0144681 -0.011127494 -0.006938701 0.090283096 -0.017278505 -0.10673851 -0.040268876 0.009436226 0.05004082 -0.010125628 0.037220508 -0.042128336 -0.038089473 0.06807713 -0.007558677 -0.0009325865 0.06106327 -0.03728287 0.056282535 0.015132631 0.035068117 -0.06643092 0.098704696 0.04001554 -0.0631261 -0.012708104 -0.0042835325 0.0057991273 0.019553857 -0.03944461 -0.014662312 -0.043646347 -0.002648362 -0.020859446 -0.029709285 -0.0038598292 0.09053746 0.03753628 -0.028583076 0.023781426 0.063239664 0.022022186 0.004905681 -0.054106537 0.057954114 -0.04213748 -0.025317544 -0.010984851 -0.05713977 0.019156106 0.05335252 0.07512623 0.005199544 -0.025995156 0.010612378 0.0018307155 0.002404294 -0.02033872 -0.09569377 -0.073510736 -0.014219506 0.016681174 -0.033102613 0.030423148 0.08369684 -0.087392256 0.07650987 0.022206467 0.018010406 -0.00600374 -0.036442976 -0.030567277 0.05950252 -0.0065354095 0.04374323 -0.053217705 0.02396838 -0.00016630934 0.044535182 -0.052177683 -0.028528508 -0.06387265 -0.022487095 -0.059710894 -0.024923354 0.0027479162 0.03494859 0.04623861 0.01502153 0.045517247 -0.00065713364 -0.08375649 0.008020618 0.0451321 0.0013261286 -0.059871085 0.048663184 -0.014204705 -0.04682605 -0.06293608 -0.014631572 -0.014901284 0.061967522 0.005650466 0.085835 -0.0044643944 -0.029818168 0.020068545 0.0026287502 0.00789666 -0.008704366 -0.0013488884 -0.021658529 -0.010091692 0.018472953 -0.0039759744 -0.035886303 -0.04992672 -0.028553136 0.015946023 0.014036191 -0.004424035 -0.026293568 -0.027491516 -0.00455892 0.027524833 0.028254004 0.09409835 -0.00012255998 -0.020857139 -4.8987746e-05 0.035700466 0.014111212 0.020969406 0.027890181 0.029086635 -0.0054099974 0.0012788307 0.022965297 -0.032023404 0.036884002 -0.029497791 0.01824823 0.018544571 0.01201888 -0.0038257306 0.0035257381 0.044027038 -0.056352243 -0.031463727 -0.008566813 -0.033695016 -0.042324074 -0.022833101 -0.007976709 0.0038449056 0.029646937 -0.06483763 -0.122876436 0.013685155 0.008452645 -0.010595618 0.039049983 -0.029482935 -0.03422207 -0.08247276 -0.014931035 -0.07095183 -0.020949554 -0.018444939 -0.046354126 -0.02531886 -0.012744038 0.077027105 -0.07088397 0.0034847292 -0.045054223 0.060124245 0.012980064 0.010228836 -0.09411577 0.07206681 -0.0760669 0.00666409 -0.027305447 -0.027184533 0.05551037 -0.030237464 0.03071167 0.08277309 0.040870164 0.03096292 0.011192171 0.039117046 -0.030381836 0.046077188 -0.021266123 -0.003830441 -0.0720148 -0.0067456164 0.023945574 0.04130495 0.04770002 0.005672698 -0.012284637 -0.027853362 -0.00044770996 0.05081549 -0.018459007 -0.0022134816 0.032084413 -0.00081047096 -0.0056904005 -0.00937109 -0.00077740155 -0.029261595 0.0046184985 -0.026571624 0.010025037 -0.035666972 0.005635531 0.018830642 -0.007344863 -0.030438757 0.021058148 0.025675807 -0.0053810636 -0.014738156 0.007924345 0.031177808 0.017049646 -0.021570163 0.037798457 -0.017600572 0.049830124 -0.0020237076 0.0014828577 0.00092073233 0.008348738 -0.014208504 -0.0012675816 0.04112614 0.02439059 0.02095037 0.01251177 -0.0058575263 -0.01545985 -0.00843832 0.010654069 -0.011930329 0.035357356 0.012643623 -0.022879738 -0.0013428864 -0.01997225 0.016311156 0.006103876 -0.032894697 -0.0034698928 0.0001329729 -0.0040678508 -0.027307594 -0.023124967 -0.014261694 0.007828604 0.008489271 -0.0031364807 -0.020000244 -0.006878198 0.010205041 0.0014218303 0.012184517 -0.01976397 -0.021225834 -0.0051926617 0.005712236 0.0024175872 -0.010015799 -0.018807968 -0.038997453 -0.01565133 0.020299783 -0.0026597378 -0.014087848 -0.012813268 -0.02070934 -0.04145731 0.031385243 -0.017955262 0.02477999 0.01574791 0.051588725 -0.019654235 -0.020568248 0.037999455 0.0067821774 -0.034848418 0.013661216 0.021577163 -0.013257817 -0.00726004 0.00084430794 -0.015801659 -0.032647505 -0.0065165116 -0.004062252 0.021630911 -0.022336649 -0.004583226 0.018774373 0.0042321775 0.023740841 0.045505285 0.029747019 -0.015782904 -0.008091471 0.017681757 0.00706688 -0.010821475 0.0027050886 0.021138772 -0.024919122 0.01481794 -0.0049827048 -0.0055117966 0.01197204 0.01766748 0.0054678456 0.00073037116 0.01874834 0.009390686 0.008691949 -0.021566804 0.01746396 -0.014357993 0.014150556 -0.017987175 0.0018227085 0.022155525 -0.0005195741 0.0035488368 -0.0042131413 -0.0014806183 -0.031041194 -0.04734787 0.005529153 -0.013723923 -0.020787723 -0.026258927 -0.008704546 -0.0036272209 -0.01849891 0.009941894 0.0022062303 -0.0036655732 0.039827205 0.0035384786 -0.0050286152 0.014124521 -0.008407806 0.002919805 -0.010760726 -0.018458037 0.032553166 0.010566167 0.008513065 0.019015405 -0.014135999 0.036717597 0.0165897 0.039333943 0.015869126 0.0061741415 0.03936558 0.016520552 0.0088652335 -0.010195522 -0.033396635 0.013009509 0.032065783 0.031918533 -0.017241126 -0.03542622 -0.00040115824 0.027616372 -0.029898467 -0.02502746 -0.007973335 -0.009298584 -0.0020920136 0.013113087 0.0045818263 0.01310133 -0.0168856 -0.055610668 -0.0004199144 0.019465832 -0.0104239555 -0.01976929 -0.018218966 -0.00049046 -0.005961665 -0.024116244 0.008718543 -0.024059137 0.01202523 0.030232718 -0.024650376 0.016654925 -0.0051156776 0.011666623 -0.006168263 -0.0003454496 0.008574372 -0.011920811 -0.0027680758 -0.00804808 0.023786752 -0.0026577783 0.034225542 0.0069123516 0.015591422 -0.00012205513 0.004474888 0.0049393135 0.027644925 0.008111067 0.039825246 -0.00220791 -0.008355737 0.0046912837 -0.014053976 0.024772432 -0.017974857 0.006829488 0.013285812 0.007561259 -0.022359883 0.0099724075 -0.0024738559 0.014049776 -0.02948555 0.012772397 -0.028946659 -0.03160388 -0.025382707 -0.061402403 -0.00740897 0.024504526 0.010232475 -0.001477259 -0.002801109 0.0010380285 0.033648863 0.0061803004 0.025741594 -0.00012681415 0.012191515 0.011853345 -0.034026224 -0.015973544 -0.018121546 0.010811397 -0.013282173 0.00015396862 0.0032053469 -0.007341224 0.0077913725 -0.018964736 -0.017331827 -0.021260547 0.03798154 -0.002070738 0.014919 0.023719845 -0.013777392 -0.01467209 0.019892186 0.023329046 -0.015350671 -0.017200815 -0.03424962 0.017825367 0.00662373 0.028228328 -0.03361471 0.01658046 0.025758391 0.023397632 -0.011412994 0.007858279 -0.0055019986 -0.0004910199 0.011387239 -0.032963283 -0.012165481 0.034490928 -0.018767655 0.01349269 -0.027508315 -0.0029458397 -0.015916156 0.033719126 -0.0059818206 -0.026456568 0.01290621 -0.0063373484 -0.0085385395 -0.034469374 -0.010366847 -0.0047604297 0.017302994 0.03346522 -0.009027321 -0.036326237 0.017430928 -0.002576035 -0.037379943 -0.0065123127 -0.009496504 -0.014960151 0.0043732687 -0.032757245 -0.012055183 0.0008821002 0.012257862 0.013573314 -0.009192486 0.019372052 0.046688326 0.009285707 -0.0020925736 0.019455755 -0.006501955 -0.0028937703 0.010284265 0.0062088547 0.019626519 0.0062374086 -0.006682798 -0.011358125 -0.019395847 -0.002968515 0.01752135 0.008038002 -0.02712899 -0.019043118 -0.0123132905 -0.01290873 0.026517875 -0.011756483 0.0065327487 0.017147345 -0.02864936 -0.009040197 0.014105205 0.00088461966 0.018726785 0.011917171 0.046917316 -0.022659423 0.020600721 -0.0004451093 -0.005670524 -0.01937513 -0.009270591 0.021658346 0.034540482 0.013021546 -0.015252411 -0.0105126975 0.003744517 0.028414208 0.010476026 0.008656116 0.004818658 0.013620624 0.0069753383 -0.010150451 -0.028690513 -0.022418952 -0.024450216 -0.009414481 -0.017014932 -0.045807064 0.03203807 -0.035885047 -0.0036972067 0.016880559 -0.0026846528 -0.024223182 -0.021202879 -0.025430018 0.008484511 0.032451827 -0.008781531 -0.010044633 -0.030895902 0.023582954 -0.022836905 -0.007859678 0.015301961 -0.019510902 -0.0090670725 -0.0036070647 0.00047282365 0.012942042 -0.0037960263 -0.009764411 -0.013727842 -0.040482268 -0.032272384 -0.020177448 -0.017076239 0.007981453 -0.0068678404 0.023762677 0.032800917 0.0042853667 -0.013165716 0.011875739 0.012278298 -0.022485297 -0.010329335 -0.028525347 0.006885477 -0.020190325 -0.010731053 0.010141493 0.01579046 0.0036344994 0.003871891 -0.021671223 0.030430079 0.013340401 -0.0142395785 0.0024450216 -0.010620475 0.031665187 -0.040976647 0.004240016 0.02860065 -0.008347059 -0.021032114 -0.0058782417 -0.022292417 0.023888653 -0.021509416 0.003558075 0.016496478 0.0011544847 0.005269646 -0.025672449 -0.033488173 -0.014909481 -0.011394798 -0.03061512 -0.009382848 -0.021038832 0.028810328 -0.019556815 0.021775361 0.00065534643 0.014657812 -0.010554409 0.0026026296 0.012755041 -0.0095203 -0.011262945 -0.007071639 0.0056604464 0.008599567 0.027564023 0.0011376882 -0.024481852 -0.016105957 -0.02443006 0.0033735924 -0.0019685589 0.0035284008 0.0012020749 -0.0064350488 -0.00210965 -0.016794616 -0.021978881 0.008657516 -0.047028456 0.0036392582 0.01933202 -0.0010926173 0.006473681 -0.0059630647 0.053584717 0.0010962565 -0.021906655 -0.021250749 0.020973045 -0.01918281 -0.014517282 -0.03955482 -0.04446586 0.0027946704 -0.023698289 -0.03193757 0.022227472 0.012911528 0.008639879 -0.04460891 0.02084819 -0.03164867 -0.027253846 0.016572062 -0.003733319 0.0028030686 -0.01241267 -0.007940302 0.0032255028 0.026854647 0.009132018 0.04558199 0.009063993 -0.009509662 -0.005450209 -0.024956355 0.0038114232 0.004320639 0.006719751 -0.0156059805 -0.036623813 -0.043944605 0.016427612 -0.040156696 0.020177167 0.0019954334 -0.009287108 -0.05157529 -0.00799993 0.024870131 0.021527331 0.0018904547 -0.005710556 0.0646475 0.017459761 0.0061839395 0.030544013 -0.01535935 0.010864306 0.0025684766 -0.028289635 -0.0021818753 -0.009402724 -0.0030564172 0.006325311 0.03002584 0.007406171 0.00071077514 0.023203632 -0.007453481 0.014168751 -0.044653703 -0.009885626 0.024498647 0.010655468 0.00446733 -0.024383591 -0.028719628 0.008016726 0.027744586 0.040447276 -0.0074786763 0.014705404 0.008367774 -0.044015147 -0.021069907 -0.007382096 -0.005356708 -0.029512424 -0.01732119 0.01766832 -0.025479008 -0.009531217 -0.024495568 0.017127749 0.013026865 -0.05143812 -0.01600406 0.017650682 0.0025679166 0.0026076685 -0.0017112911 -0.034805868 -0.047818176 -0.03237512 0.0031767925 -0.00647648 0.013734281 -0.01668208 -0.025744673 -0.013828902 0.02723257 0.00038688115 0.015240935 0.022121653 -0.0027731147 0.018911825 -0.008376174 0.010465387 0.0014383469 0.0041148816 0.01531484 -0.0070377653 -0.008713504 -0.010299661 0.0046949233 -0.0032045068 -0.0071732583 -0.011958043 -0.015511079 0.033732567 -0.0068608415 0.012963038 0.032888256 0.03430337 0.014858251 0.0029816723 0.0041882265 -0.007938902 -0.026613617 0.023976553 0.0179645 0.0014064333 0.0007678835 -0.010882782 -0.009850072 0.025731236 0.02850183 -0.023908807 0.016011337 -0.0298268 -0.011391158 -0.004787864 0.0012415469 0.01280459 0.030431477 -0.020949531 0.031045392 0.024635259 -0.0092680715 -0.015126157 0.006354985 0.010281744 0.011745007 -0.0074316454 -0.0015189705 0.011362044 -0.014096808 0.0073031513 -0.011371842 0.019238519 -0.006661802 -0.00047786257 -0.020146655 0.027642127 -0.002609908 -0.0132483 0.008445599 0.0178626 0.03337424 -0.01564685 0.048906595 -0.0019537217 0.012045385 -0.026587581 0.0037361186 0.0031476784 0.013624543 0.021551128 0.00018840161 0.020927975 0.025165193 0.04754439 0.012194035 0.0005923592 0.029370775 0.011865102 0.022654103 0.0034463776 0.030128302 0.017036209 -0.018439282 0.0131785935 0.004686245 0.023439623 0.008625602 0.002625585 -0.0039984253 -0.029402968 -0.030159373 -0.023092493 -0.007864438 -0.016917512 -0.018374896 0.0055201952 -0.024902605 -0.02438303 0.005359228 -0.048822608 0.028205652 -0.025104724 0.0137368 -0.01707372 1.8196291e-05 -0.002811467 -0.013029105 0.015149112 -0.007028808 -0.010380284 0.02379795 0.04253873 0.011274702 0.019837318 0.011232991 -0.013858576 0.0013997147 -0.017254284 0.0035451977 -0.0069943746 0.0010601439 0.019826958 0.029018886 0.0022490616 0.012879615 0.03007791 0.00485953 0.0020925736 0.016648768 -0.006004496 0.035801623 0.005495 0.006241328 0.0103996005 0.04293009 -0.02904044 0.009484467 0.015979424 -0.01752275 0.026877321 -0.013972512 0.015184105 -0.025643613 -0.029406326 -0.00094256795 0.016361546 -0.0034169836 -0.012371799 -0.020130698 -0.027024852 -0.03714367 -0.024654575 0.0011645627 -0.0030886105 -0.01520566 -0.0059697833 0.027490398 0.022530368 0.0009422879 -0.015953388 0.044812147 -0.005907916 -0.008598448 0.008069635 0.0035365194 -0.023841621 -0.0270856 0.00745684 -0.0025791144 0.02772359 0.007078917 -0.012410711 -0.016434051 -0.02610608 -0.00047422334 -0.017823407 0.04185847 -0.010570366 -0.0032274623 0.010266627 -0.017961979 -0.00613495 0.01903584 0.007921546 -0.014044179 0.009805002 -0.004911039 -0.0048749265 0.025716959 -0.0038878475 0.013649178 0.003626101 -0.006113954 0.020836154 -0.008923462 0.0069624614 0.011255106 -0.0061285114 0.016898196 -0.020030478 -0.003782869 0.022703372 -0.0032879298 -0.017334906 -0.035654094 -0.010495901 -0.028494831 0.0052626473 0.006830888 -0.014301166 0.021489821 -0.009335257 0.024958594 -0.008041081 -0.012747481 0.014700084 0.00052237354 -0.0047318754 0.039138824 -0.015826855 0.034494292 -0.012739643 -0.0148756085 0.007422407 -0.003885608 -0.016453087 -0.018447401 0.033550885 -0.0031583162 0.016537629 0.006070283 0.0047240374 0.02987411 0.020190045 0.022847824 -0.011935927 0.008356297 0.014418181 0.005657367 -0.012521008 0.0049849437 0.0037321995 7.418488e-05 0.0039743497 -0.009513021 0.0014982547 -0.027549185 -0.011390878 -0.0087804105 0.031491064 0.017054405 0.0023084097 -0.0032238232 -0.0048959223 0.022443864 -0.01315088 -0.003159996 0.007968296 -0.03807504 -0.016210377 0.007221408 0.0039914264 -0.0122449845 0.00020687784 0.050910424 -0.029782569 -0.0105322935 0.001114453 0.024207788 -0.037996657 -0.022627508 0.004982145 0.0071021523 0.014777909 -0.018449359 0.0010184324 0.00235516 0.0097313775 0.011365403 0.032559883 0.0038800095 -0.011424472 0.0008412286 -0.024199108 0.012128808 -0.018604448 -0.01526305 -0.0076032504 0.0090670725 -0.016408296 0.018139463 -0.036702197 -0.010505699 0.032354407 -0.032752205 -0.028982494 0.022197235 0.023711167 0.011074543 0.023579594 0.015734473 -0.030300466 -0.017595533 0.012328687 0.00041879466 -0.024599427 -0.0018599409 -0.025294246 -0.014341758 0.033646904 0.023717046 0.037227932 0.021651069 -0.009845594 -0.009307823 -0.019442597 -0.023693252 -0.017772738 -0.013726443 -0.0041823476 -0.00022955322 -0.009210123 0.035105687 0.025454372 -0.009482787 0.017041527 -0.0254163 -0.012635505 -0.05999933 0.018656237 0.04459967 -0.017787855 -0.0026608577 0.013266217 0.02207042 -0.011907374 0.0008160337 0.007348502 -0.011910172 0.01281047 -0.03371269 -0.0039947857 0.012788914 0.021968523 -0.027884837 0.0068398463 -0.023965076 0.011760683 -0.037438452 -0.015930712 0.00010021958 0.0619427 -0.02748368 -0.033480894 -0.01300111 -0.026194261 0.017529467 0.000510336 0.0200232 -0.026433332 -0.03871751 0.02536787 0.004081568 0.0065044747 0.022542685 -0.02193577 0.04768212 0.0050051 0.014987866 -0.0124342255 -0.0015657209 0.0048738066 0.0114471475 0.01227046 -0.0008641839 0.013452379 -0.0045051216 0.010346131 0.0046985624 -0.019842356 -0.026369505 0.021254947 -0.02713123 -0.0035535956 0.0379793 -0.0033243224 -0.022849223 -0.0037755903 -0.029856475 -0.03448617 0.015023699 -0.016312275 0.0016541829 0.028509948 -0.022340288 -0.0052573285 -0.017594693 0.01987175 0.014864971 -0.021519773 -0.022145165 0.01113781 -0.0103391325 0.030591324 0.012979834 -0.025630176 -0.0028176256 0.0045972234 -0.020140776 -0.020729775 -0.011619592 -0.011360645 0.00052321336 -0.020387406 -0.016828211 -0.029908264 -0.016368825 -0.01211929 -0.023302171 0.022509933 0.004656291 0.0056268536 0.013113648 -0.005037853 0.04984496 0.026850728 0.008651357 -0.004896482 0.0059863\nngười 0.0037969914 0.006037831 0.0019354502 -0.009315603 -0.0071665235 0.007467124 -0.0004876044 -0.0013924893 0.0072863633 0.009046843 0.009022525 0.0076025072 0.0054629543 -0.0051961998 0.0010230943 -0.003300086 -0.002165827 -0.007401689 -0.002639467 -0.004447331 0.0061193113 -0.006694689 6.527967e-05 -0.005801663 -0.012140846 -0.0065898923 -0.0037894703 0.008931517 0.0049266876 0.0040802932 -0.00052084844 0.0045493697 0.002482623 4.1136373e-05 -0.0051603485 -0.00013994088 0.0035653363 0.0033028438 -0.002814462 -0.0050841332 0.0034981463 0.0034409845 0.0037536188 0.0060064923 -0.0059977174 0.005857571 -0.008706381 0.0033522332 0.003951679 0.0031118032 -0.0018852835 0.006839098 0.007899597 0.007583454 0.008636181 -0.0002762816 0.0032594707 0.0041306852 -0.01134359 0.004877799 -0.0061624334 -0.0014748974 0.005240325 0.002463469 -0.0031556773 0.006815782 -0.0041502407 0.0024045273 -0.009145373 0.007344026 0.0061762226 0.0114260735 -0.0026687998 0.001789362 -0.004965046 0.0022327916 0.0039586993 0.0052749226 0.01004968 0.0025024042 -0.0067415717 0.005308267 0.003159438 -0.004862255 -0.0052084844 -0.001493124 0.0042532827 0.0033665237 -0.0048479647 -0.00057003764 0.007639863 0.0008417814 -0.0012438438 0.0056931055 0.001803151 -0.0007011084 0.0025426932 -0.007003312 -0.0010590961 0.002547206 -0.0028565812 0.00079657853 -0.0013674686 -0.0012317345 0.001025802 0.004121911 0.005986937 0.0005490031 0.008762288 -0.007858732 -0.0025361746 -0.012699928 -0.0003425691 0.0013341493 0.0070286337 0.0023373372 0.0042916406 -0.004455354 -0.0029638847 -0.004144976 -0.00095520227 -0.0022058403 -0.00090119947 -0.0041296827 -0.0003533496 -0.00220218 0.0035014055 0.0065402524 -0.0028761365 0.0069554267 -0.0001586087 -0.0027297223 0.0007312687 -0.007348037 -0.010808827 0.0009937614 0.0016762923 -0.00077220955 0.0012321859 0.008565482 -0.0010857215 0.0033529853 0.0024452675 -0.0069912784 9.511658e-05 0.0016385354 0.0078737745 -0.0029591213 -0.006428686 -0.00086813094 0.002419294 0.0023816375 -0.0036134725 0.00748342 0.0036658705 0.0011169098 0.0038905062 -0.00735255 -0.00092085503 -0.0040880647 -0.0033893383 -0.0029801808 0.0023073023 -0.0010192584 -0.0012211044 -0.0004970562 -0.009577344 -0.010971539 0.0011896405 0.011621878 -0.0014418289 -0.0038957708 0.00033795607 -0.008504558 0.00067493436 -0.0018350412 -0.0036242527 0.0052984892 -0.0030533879 -2.5389327e-05 -0.0061253286 -0.0006642542 -0.0053067626 -0.0012731517 -0.008347364 -0.0034485057 0.004204394 0.0056610145 -0.0016163226 0.0010153975 0.0027374944 0.006259207 -0.007845946 -0.0020409236 -0.0019414924 -0.0022413908 -0.0043232306 -0.00557452 0.0016200079 -0.008159333 0.004480425 0.0061010094 -0.0073001524 0.0013624292 -0.003430204 -0.002216671 0.0044628754 0.00021408313 0.0010558619 0.00037408326 -0.0021275438 -0.0030741969 0.002140054 -0.004445827 -0.005377212 0.00497708 -0.002240739 -0.0024811693 0.008264881 -0.004230217 -0.0015570548 -0.0014850261 -0.002135792 -0.001842337 0.005159095 0.006320881 0.0018919021 0.010075002 -0.007799565 0.0034036287 0.0045741904 0.0021517123 0.0065432605 -0.0036764005 0.006700455 -0.0001622866 0.00039241015 -0.0045097577 0.003426694 0.01133983 0.0026244244 0.0016695481 0.0040923273 -0.0014170087 0.0066269976 -0.0030945041 0.0065026456 -0.0010636591 -7.402441e-05 0.00277836 0.0007243993 0.0036134725 0.0024626919 0.0019225137 -0.00019163212 0.00794272 0.00555346 0.0011251329 0.0030741969 -0.013748394 0.0023314205 0.0007778756 -0.0010470871 0.00018460224 0.0015176433 -0.00044844364 -0.0028819027 -0.007494201 -0.0007272073 0.0012409105 0.006113545 0.008750003 -0.0031328627 0.004748684 0.0030867322 0.004516026 -0.0008429095 -0.0076501416 -0.0017462401 0.01270795 -0.0066598402 0.0024214752 -0.0013274804 0.002506591 0.009511658 0.003420426 0.0048539815 0.004669209 0.0034116514 0.008800145 0.003583638 0.010165508 -0.0046511577 0.0037107477 -0.0031358714 -0.0051282574 0.01001784 0.0024728205 0.0023067007 -0.003457782 0.015392086 0.03675173 -0.0207328 0.0136648435 0.034463804 -0.034701303 -0.034110107 -0.14405096 -0.002067123 -0.003797841 -0.006020279 -0.055922095 -0.013994848 0.102403454 -0.033248086 0.040502213 0.01680566 -0.00059281284 -0.0026584477 -0.011347475 0.008446336 0.0027038269 0.0105571095 -0.022086633 -0.03549886 -0.016709818 -0.0176235 -0.030761788 0.14762154 0.03520046 -0.012365193 0.028507369 0.034964126 0.060290575 0.06795615 -0.05031743 0.015544949 0.009365093 0.06616297 0.028845966 0.043511473 -0.076617956 -0.028080085 0.03190042 0.0021131258 0.07832609 0.020879885 0.02665831 0.045548744 0.050570756 -0.023862313 -0.06529361 -0.01383817 -0.033577085 0.08223277 -0.00233302 -0.01755834 0.015685372 -0.07021987 -0.07415968 0.042030808 0.045664582 -0.08487916 0.023900218 -0.05149583 -0.0029956035 0.02557261 -0.04607516 -0.021191638 -0.09705411 0.010335774 -0.013462858 0.10023741 0.033579208 0.0031421962 0.06730545 0.07181728 0.012770982 -0.0032630318 0.05373314 0.051998403 -0.04657137 0.01651415 0.00083081337 -0.060474325 -0.008423397 -0.084506966 -0.058749165 0.04035057 -0.032503314 0.03231298 -0.009422098 -0.02299797 -0.004085284 -0.12335716 -0.0022666475 -0.017760472 -0.004513426 -0.038775742 -0.010948361 -0.023773434 0.04734406 0.04159035 0.027155519 0.03224469 -0.021551441 -0.023228066 -0.04284169 0.070166014 -0.04834085 -0.051259894 -0.0021647273 -0.025203073 0.037626658 0.027223498 -0.04696397 0.041514687 0.021155387 -0.019999718 0.04610497 -0.027130961 -0.095568426 -0.046609327 -0.065946825 -0.053878587 0.024006791 -0.014343951 0.12628806 0.08038875 0.013852149 0.030939093 -0.06738958 -0.0003583493 0.037676964 0.07734765 0.020978881 -0.0012725726 0.06776117 0.08695058 -0.008361956 -0.061448812 -0.013870406 0.0071927486 -0.026566505 -0.03006464 0.054975443 -0.052991547 -0.093513094 -0.051817223 -0.05382029 0.014547082 0.0010533622 -0.035096314 -0.043062985 0.0066902717 -0.08123899 -0.002106792 0.05182181 -0.07114227 -0.025657473 0.038551997 0.007874238 -0.075406805 0.00918439 -0.034772184 0.026869453 -0.0066716657 -0.07090637 -0.07055253 -0.03984356 -0.025827706 -0.0704672 0.0035022604 -0.0700829 -0.0022198833 0.06017203 0.08401924 0.025995206 0.06803742 0.032996494 -0.028897885 0.0078035295 -0.02587879 0.0065953196 0.055636413 0.061519768 0.026206432 -0.10758535 0.0011141716 -0.05712719 0.017125642 -0.10219042 -0.03999525 0.0758857 -0.064546816 -0.015091065 0.066813044 0.034398284 -0.030755067 0.022777734 -0.017375005 0.022565134 -0.008712912 -0.025559485 0.0362791 -0.040103972 0.020062717 0.04418596 0.094660446 -0.11664553 -0.016961116 -0.0015465497 0.024741976 -0.079674765 0.035274226 -0.009484672 0.044572543 0.059651177 0.06783161 0.07287356 0.10415032 0.0051887576 0.07232017 0.020633116 -0.031794712 -0.0046302467 0.029708952 -0.019758103 0.025833096 0.0071359547 -0.0076944185 0.015883343 0.025251606 -0.05928812 0.049370207 0.00847875 -0.0112983445 -0.07746146 -0.047366384 -0.074844345 -0.04881959 -0.008863586 0.043028526 -0.0537656 -0.05439352 0.034742545 -0.055219837 0.06949895 0.044964403 -0.016910562 -0.0696091 -0.051314216 -0.030152993 0.0247596 0.013307935 0.048841316 -0.0024571656 0.047972776 0.030329669 0.0056097596 0.0071938178 0.055195697 -0.10000515 -0.030873807 0.09618415 -0.10299065 0.08783127 0.0819351 -0.028983634 -0.0066675525 -0.026767453 -0.022754062 -0.040365703 0.024343124 0.018282508 0.013745292 0.010719478 0.080104545 0.001907891 0.022769162 0.015173807 0.066577666 0.030040732 0.030976163 -0.020997973 0.031980075 -0.06448797 0.038591538 0.016174726 0.03364751 0.06303952 0.082118265 -0.026488345 0.0775626 -0.008458427 0.09195702 -0.017968366 -0.04316354 0.019715078 -0.012591019 -0.00057462556 -0.021747522 0.00064983836 0.013603483 -0.007293633 -0.038164463 -0.012553012 0.0010151218 0.0047341427 0.005393007 -0.032642845 0.0028076929 -0.020165045 -0.0026530053 0.0017258824 -0.0028520685 0.014993165 -0.001330514 -0.0063258954 0.0013821601 -0.0031807483 -0.001944501 0.009830561 -0.0061381143 0.02334755 -0.0047048097 0.004186343 -0.020209672 0.022493133 0.0134224715 0.027892658 0.014424807 0.0095432475 0.0123476805 -0.012408604 0.031195752 -0.00113471 0.01782593 0.010325209 0.016764678 -0.016499676 -0.029685982 0.0134435315 0.0053716963 -0.020209422 -0.011330805 -0.0059891935 -0.015621192 -0.012886455 0.014332295 -0.0098089995 -0.0038403643 -0.00013087023 0.024500811 -0.0021092168 -0.0016208353 -0.0036523321 -0.006679396 -0.015165905 -0.011512568 -0.015686877 -0.014036959 0.020637382 -0.007490691 0.0043493044 -0.00062551955 -0.008965111 0.0017276375 -0.02622068 -0.011767791 -0.016839638 -0.0012375008 0.010276321 -0.011952814 0.026596993 0.032204855 0.0016669659 0.00441148 0.0053325854 -0.028023275 0.02522862 0.03183707 0.008421574 0.011070569 0.013900324 0.030483488 0.039467905 -0.0012377516 0.0071577486 0.0037596358 0.039223462 -0.0040624924 -0.027783597 0.021439401 0.01589296 -0.018448438 -0.035961483 0.0035838888 -0.0009253679 0.02823312 0.012530699 0.022659354 -0.016422208 -0.013191067 0.003610213 -0.007922161 -0.014474949 -0.008863575 0.0178505 0.013853943 0.015038292 -0.02462391 -0.012390804 0.0038997824 -0.004438055 -0.006696444 -0.0022862176 0.002331596 0.00049765786 -0.014246302 0.007279844 0.03773049 0.0069366232 -0.016116595 0.00054403907 0.024374204 0.0010544831 0.0049101408 -0.0045350795 -0.004897605 -0.012364479 -0.031486828 0.026887314 -0.008076598 0.011187399 0.0062561985 0.008725434 -0.01712971 -0.036362868 0.0023150493 -0.004788547 -0.01537274 0.0003168965 -0.018039282 0.023999894 -0.018411083 0.007320961 0.020670475 -0.019712014 -0.013087775 -0.033723403 0.0033727912 -0.013003286 -0.01354557 0.019129368 0.00069998024 -0.03118447 0.0151854595 0.0128992405 -0.017985128 0.0057838624 -0.001578967 -0.0022445999 -0.013216388 -0.0026838426 -0.010126899 -0.01888292 -0.012229096 -0.02190196 0.0065678307 -0.020926952 0.014818923 -0.0013999605 -0.008814435 0.003084225 0.019624518 0.018555492 0.046293963 0.00585732 0.0019607972 0.030574493 -0.012876427 -0.03059831 -0.0020861516 -0.0038473841 0.021108214 -0.012631985 0.00014165073 -0.0074099624 -0.013537798 -0.0020174575 0.012203272 0.008372435 -0.04522895 -0.0078018215 0.0062474236 0.006389325 -0.0100855315 -0.013573148 -0.00017574718 0.041497145 0.02686876 -0.030540649 0.024693357 0.018864617 0.028788442 0.006129089 -0.002619661 0.029532297 0.022078209 -0.010095059 -0.014105403 0.0052002114 -0.01720442 -0.0004951508 0.012712212 -0.013790763 -0.03855482 0.005346124 -0.0058432803 0.009009738 -0.025575604 0.0060458537 -0.00785121 0.0018354424 -0.00617898 0.004353566 0.0066510653 -0.04219587 0.0024950583 -0.0083248 -0.008983915 -0.0066465526 -0.010171525 -0.0071146274 0.0065189414 -0.026703293 0.009131833 0.005973649 0.00059518375 0.001203655 -0.016096035 -0.00039837701 -0.008884635 0.006869684 0.013450551 -0.006120565 0.018812219 -0.033172846 0.008182899 -0.0030882366 0.0035202086 -0.015182952 -0.01143535 0.009433938 -0.010199103 -0.009343934 0.005527136 -0.010708795 -0.019048387 -0.018965904 0.0065720924 0.01312112 0.017210187 0.010939698 0.022277022 0.012396569 0.024834506 0.011449891 0.0012841327 -0.0031265952 -0.015848333 0.01066141 -0.009571327 0.024310775 0.014512055 0.016459312 3.8107806e-05 -0.0021475756 -0.015630217 -0.023188097 -0.0040183677 -0.01396952 -0.020388179 0.0044282777 -0.016086007 0.020092841 0.027826471 0.045011587 -0.035095535 -0.03550996 0.03168589 0.00810568 0.02275788 -0.0027648215 0.004389167 0.014843493 0.00079524977 0.0061433795 -0.009363239 0.012626469 -0.024594828 -0.011875094 -0.0024955599 0.0016782477 -0.0020086823 0.017820412 0.018385513 0.020595012 0.013824609 0.02493479 0.0081508085 -0.004399446 0.026523534 0.024643214 0.009997282 -0.009783928 -0.0021420598 -0.004541849 -0.0009040576 0.007403193 -0.032295864 0.003044112 0.0036377911 -0.0022852148 -0.036416523 0.03204365 -0.0017649931 0.0071652704 0.007892327 0.020650418 0.0036949527 0.013529525 -0.016881507 0.04083101 -0.02155899 -0.019014793 -0.015321845 -0.0036445605 -0.026358567 -0.0043442897 0.007178056 0.018864868 -0.008042753 0.0065856306 0.000735581 0.002667797 0.010587953 -0.018213274 -0.025629003 0.029495442 0.006078195 0.010794789 0.00035650856 -0.027518097 -0.044957183 0.0115396455 0.0040810453 -0.014665237 0.007939461 -0.003118071 0.009694926 -0.026736386 0.0011492511 0.010674197 0.033580497 0.027960349 0.003547285 -0.01542965 0.012130066 0.007957261 0.0048161247 6.719008e-05 -0.0063504656 -0.02969626 0.010109099 -0.009789695 -0.0070466846 0.020662954 0.0044894502 -0.0075649004 -0.017492486 0.0028578348 -0.03426318 -0.019106552 0.012176196 -0.0056735505 -0.012456739 0.0035563104 -0.009281256 -0.007909876 -0.0059866863 0.01781941 -0.007355809 -0.013636828 -0.0024421588 0.013112345 0.023391673 -0.0002033252 0.03049928 0.010657901 0.013484398 -0.030047001 -0.022695955 0.0038045128 0.045689754 0.010120882 -0.021392267 0.009999538 0.014228753 -0.015764348 -0.032026853 0.013930159 -0.019036101 0.007977318 -0.008515089 0.0044179983 0.010637844 -0.0019362275 -0.0150004355 -0.025999552 0.018793166 0.0049379696 0.0098398365 0.010867745 0.01534817 -0.011297711 -0.015308307 0.010791529 -0.008074092 -0.0006252689 0.01690733 -0.02590353 -0.01559236 0.013706274 0.0030909944 -0.0037413342 -0.0130143175 -0.01194078 -0.029791528 -0.0010469619 -0.015148856 0.0011550174 -0.012007218 -0.0122356145 0.011103912 -0.00445385 -0.0028966947 -0.02167557 0.012306063 0.027325053 -0.0073645837 -0.011676784 0.029200107 0.006818038 0.020921687 0.008532137 0.0088149365 0.021163872 -0.0042307186 -0.013487155 -0.023582213 -0.0069616945 -0.028305827 -0.00014816916 -0.0022909811 -0.0016627038 -0.03444093 0.0046967873 0.011136254 -0.012621957 0.0077717355 -0.006608194 0.012934091 -0.037380997 -0.022380564 0.010107343 -0.011302976 0.023624834 0.006391832 0.022635283 -0.0134249795 -0.006777925 -0.0052791843 0.0026116383 0.006530474 0.0051758923 0.023503993 -0.016951455 -0.024225784 0.029283091 -0.020750202 0.017547391 0.032381605 0.013805054 0.028521184 0.0058004092 0.021359174 -0.023074778 0.0074769016 0.015795685 0.042197376 -0.0066618463 -0.020782793 -0.020906143 0.009400093 -0.0037217787 0.0528455 -0.008499043 0.024533154 -0.0053345915 -0.008688579 0.02644807 -0.027602589 -0.0013605991 0.013939685 -0.016153447 -0.020252796 -0.019743104 0.019808536 0.028125565 -0.010215399 -0.020903135 0.0037360692 -0.03305526 0.009221587 0.006738814 0.016950453 0.034935832 0.031614937 0.01363733 0.01881623 0.017957551 -0.0050871414 -0.044633515 0.024494043 -0.0026901101 0.015503359 -0.009261701 0.01848755 0.009875437 -0.012164914 0.0009699941 0.017046474 -0.0032201095 0.009750083 -0.010488672 -0.015469262 -0.019278288 0.0011783334 0.027340597 0.0031431417 0.03504113 -0.0076879994 0.0028432936 0.011342588 0.015161892 -0.006164439 -0.006873946 0.011967355 -0.009123811 -0.0024800159 0.017840471 -0.0031095468 -0.007205133 0.017362118 -0.0047231116 -0.0043816455 -0.008746744 -0.015444442 0.0056958636 0.026482418 -0.01568813 0.0036252558 0.02407586 -0.016006282 -0.008946309 -0.013628304 -0.017569704 0.008934024 -0.011933509 -0.015013472 -0.0050893975 -0.006237395 0.029672442 0.019592427 0.01281375 0.00045453588 -0.021208247 0.0027996702 -0.0029949727 0.004505496 0.021438649 -0.014296695 0.027555704 0.011329551 -0.018376987 0.02610886 0.02549738 -0.004624583 -0.0052398234 0.0075894706 0.006540503 0.040125012 0.017890612 0.00898216 0.002399789 0.0019655605 -0.025597414 0.0034933826 -0.008090639 0.00018778123 0.019761404 0.012675358 0.03206446 -0.011502039 -0.009680386 0.025830574 -0.009053863 -0.0013894306 0.013380101 0.002629188 -0.019438742 0.012629729 0.014396226 -0.004165785 -0.012700429 0.004173557 -0.021439401 0.019176751 -0.0073969257 -0.011899413 0.022306604 0.001007099 -0.0048677707 -0.0170733 -0.025133852 -0.0100243585 0.013256 0.0012059114 0.017795594 0.02497365 -0.012056106 0.026202125 0.009503636 -0.001967566 -0.008183652 -0.0087948805 -0.022512436 -0.0019623013 0.013158475 -0.007004566 0.009504639 -0.016230667 0.013447543 -0.016000766 0.009704955 0.010203866 0.016753145 0.042423014 -0.020697052 -0.0037478525 -0.03273937 0.001008854 -0.029651133 -0.002552471 0.01219174 0.00079926103 0.001395197 -0.00546847 -0.0013595963 -0.019509692 -0.0167203 0.01575181 0.011314258 0.023422763 0.010031629 0.009766378 -0.023600014 -0.008063813 0.015295771 0.0054130633 -0.015481797 0.011823198 0.023468893 -0.013604737 0.02511605 0.0063838097 -0.026927928 -0.008560718 -0.007873022 -0.013030864 0.0061178072 -0.0337575 -0.019602455 -0.0032399155 0.010006558 -0.004434545 -0.010045669 0.0054017813 0.013544065 -0.013103319 -0.016545055 -0.006478327 0.0075007193 -0.0022313125 -0.0011863562 0.0093489485 -0.017127704 0.01330188 -0.005967883 -0.025770403 -0.009307581 -0.0031012734 -0.011383954 0.017410003 0.02781644 -0.0023809858 0.018999249 0.010460091 0.024037 0.028666848 -0.03824294 0.03237885 -0.010399419 0.0056286734 -0.004134697 -0.034938842 0.0021405555 -0.009882959 0.020966563 -0.018044297 -0.012536214 -0.008338589 0.0019490137 -0.003278274 -0.0001220954 0.027558962 0.018656028 0.01278542 0.017973848 0.0063863164 0.022802757 0.004201385 0.009698437 0.0069845086 0.011824201 0.025293052 0.019176248 -0.005333338 0.035609487 0.04421433 0.0012522927 0.0036011876 -0.014279395 -0.012613684 -0.0018214027 0.009302567 -0.005264142 0.0041306852 0.009128324 0.02191249 0.0038055156 0.01528499 0.010521265 -0.019912582 -0.0025038333 0.0043716175 -0.016937917 0.009302066 -0.017835706 0.038505428 -0.003401623 0.0045799566 -0.03381767 -0.0019861185 0.008096404 0.011187649 -0.026796306 -0.0076132873 -0.0070938184 0.00504778 -0.014986397 -0.008678802 0.016240193 -0.008166102 0.018835535 0.020498991 0.012986237 0.009153395 0.02624249 0.0008494029 -0.02012393 -0.0074453126 0.0014834466 -0.02487136 0.016445022 0.0009975721 0.016890533 -0.009620216 -0.017811388 0.010223421 0.011626391 0.021977926 0.0058736163 0.014533115 0.005498555 -0.0126457745 0.015500099 -0.004897856 -0.012844587 -0.0037345649 -0.00016622024 0.008104428 0.009179218 0.017373148 0.0005500561 0.0071936003 -0.009651303 -0.0014789338 0.036294173 -0.022303848 0.029800806 0.017848242 -0.0029137428 0.011945042 -0.007827895 0.032189563 -0.007403444 -0.041507173 0.0023235732 0.0018239098 0.023616059 -0.019346982 -0.018684106 -0.03640223 -0.0069306064 -0.015645009 -0.0064417236 0.01785501 0.004877548 0.0051204856 0.001034677 -0.0019068945 0.0004467639 -0.03832417 -0.0035019068 0.024721937 -0.018136809 0.03287851 0.0015536452 -0.0009333905 0.012973451 0.014032697 0.0022305602 0.014425559 0.01683989 -0.0151849575 0.00895383 -0.0020061755 0.0021267666 -0.0040822984 -0.0028573333 -0.014343075 0.021105958 0.006693185 0.010025863 -0.017729405 0.026431022 0.0024928022 -0.0040221284 -0.010661912 -0.007475899 0.002600607 0.0020054232 0.009013498 0.0063063405 -0.014636155 0.03468111 -0.011652464 -0.02353508 -0.022857662 -0.004180827 -0.021994723 0.0064845947 -0.017082326 0.0012051594 0.013164993 -0.02109568 -0.014274382 0.008601584 0.016747128 -0.0074443095 -0.03476635 0.018652266 0.0072562774 -0.02450031 0.00031037806 0.006783691 -0.009287524 -0.021808194 -0.014193653 -0.0007997625 -0.01470159 0.018683104 -0.012283499 0.020334525 0.0047752587 0.01623217 -0.018724471 0.02731076 -0.013471359 -0.014802376 0.012915539 0.010302646 -0.01660297 0.03587599 0.039958037 0.012730263 -0.003434466 0.0112738935 0.0071208947 -0.0005472983 -0.059678826 0.02866735 -0.011742469 0.014891628 -0.007042423 0.0029989842 0.0008789866 -0.003656093 -0.011921977 0.01839855 -0.01691811 0.0011931253 -0.0020991885 -0.012245643 -0.0030902422 -0.006976486 -0.0039000332 0.012949384 0.0028961932 -0.003338946 -0.006372528 0.001553896 0.0063825557 0.04264389 0.0114162965 -0.002696378 0.008419068 -0.015127545 -0.0041911067 -0.0073355017 -0.013785499 0.023438055 0.008520103 0.0041680415 0.013487155 0.022791225 -0.0027861318 -0.036018398 0.03901763 -0.0041625258 0.02414606 -0.027637938 0.0075037275 -0.0011419806 0.017517807 0.026644627 0.010659656 -0.0032740121 -0.01168982 -0.0021124762 -0.019521726 -0.008949317 -0.02019764 0.0070469356 -0.01718311 -0.028211812 -0.02347867 0.0028493106 0.027623145 -0.010865488 -0.01847326 -0.011273642 -0.016918862 -0.048754174 0.01868862 0.0281193 0.013032118 0.014304467 -0.0058475425 0.013709534 -0.018161377 -0.008145794 -0.019542785 -0.014953303 0.0032341492 -0.0014922214 -0.013799038 -0.027888646 0.016887775 0.009210306 -0.0027482747 0.020924946 0.010057202 -0.0073761162 -0.02286042 0.00658187 -0.014808894 0.0033304214 0.0075072376 0.013338484 -0.008627908 -0.0092250975 0.0012372502 -0.0022536255 0.01946256 -0.0041903546 0.038436987 -0.016579654 0.0023137957 -0.027344106 -0.0034108993\nđàn_ông -0.0062624346 0.0028307212 0.005245422 -0.017498381 -0.0045324517 0.017864566 0.0011899505 -0.0070129936 0.007745364 0.0075304424 0.01016831 0.0037861373 0.0097421035 -0.0017073691 0.0023353405 0.0019235336 2.232942e-05 -0.01062695 0.009331359 0.0044527277 0.010923415 -0.0013068388 -0.005551587 0.005972943 -0.017416839 -0.010844904 -0.010820957 0.000245235 -0.00052426936 0.0015731113 -0.00554128 -0.0075786407 0.01455253 0.0035700032 -0.009122196 0.0012951379 -0.0045836815 0.0013975666 0.00095371855 -0.009225261 -0.004053501 0.010180132 -0.0009107949 0.010107986 -0.005827438 0.011769461 -0.014637104 0.009623882 0.0018425969 0.0035772785 -0.005672234 0.0027792794 0.015040877 0.007602285 0.012666433 -0.0016664764 0.0047340356 0.005082033 -0.011817963 -0.0009249209 -0.008855439 -0.009028224 0.008866958 0.0013224198 0.011741269 0.0022637707 -0.00447516 -0.0062736506 0.0044111987 0.0037482455 0.008997002 0.017193733 0.009040047 0.009059144 0.0022103584 0.009763323 -0.0036979255 0.009341665 0.0044021043 0.002240884 -0.005058692 -0.0046394584 -0.0041680858 -0.011985595 -0.008919704 0.0123078255 0.01753294 0.009999464 0.0066389265 -0.0026994038 -0.000768504 -0.00979394 0.005556134 -0.002446075 0.0054354863 0.0060835863 -0.0054988414 0.0021875629 0.00692175 -0.0018549648 0.00096566207 -0.00084498466 -0.00079593767 -0.00996612 -0.010179223 0.00503626 -0.0008345265 -0.010541468 0.011790377 -0.0068893153 -0.0122229485 -0.0032092743 -0.012299338 -0.0023206992 0.008695081 0.0047952686 -0.002705406 0.005676175 -0.010826413 -0.006109656 -0.00046537054 0.009359247 0.0054166922 -0.0024452263 0.0042229528 -0.0008946682 0.00076183514 -0.0068150475 0.0006905078 0.0013772264 -0.0038964779 -0.00077790115 -0.0065064575 -0.021764075 -0.025136435 -0.004628545 0.002187866 -0.008017881 -0.006021747 0.008752979 -0.00034833068 0.0134952 0.014319117 -0.008204308 -0.0014917502 0.010083432 -0.003533324 -0.004250235 -0.008673559 0.0036688247 0.0042923703 0.0051077995 0.00097448326 -0.00118989 0.01565442 -0.00054955075 -0.0009947022 -0.014353371 0.012627329 0.0029153863 0.009167969 -0.0060702483 0.016467728 0.0017435936 0.009960966 0.003005023 -0.009251635 -0.01629403 -0.0041865767 0.012614597 0.0013863205 -0.004831039 0.008029097 -0.0073873634 -0.00077532453 -0.0072224587 -0.00631518 -0.009830923 -0.0053697065 0.0067407796 -0.0059489952 0.0013359396 -0.011478453 -0.008615357 -0.0038764714 -0.0062184804 -0.008582012 -0.0007606529 -0.0018641194 0.0088248225 0.003422074 0.00784085 -0.012315708 0.0085213855 0.002612253 0.0024447413 -0.00010581784 -0.0010676968 0.0039037534 -0.009595388 0.014265765 -0.0055188485 0.0037443049 -0.0013018372 0.0020730088 0.0011887077 0.0030322443 0.0044597 0.0044681877 -0.008315255 -0.00887302 0.005380013 -0.003962864 0.0035842503 -0.00083886134 0.01671751 0.006055698 -0.0022160271 0.008187333 -0.0025803025 -0.0052081365 0.0027898892 -0.02065885 -8.535633e-05 0.007883896 -0.0025635697 0.002526739 0.019777946 -0.0061266315 -0.0029509438 0.005742258 -0.0025560518 -0.004371488 -0.0041996115 -0.014142693 0.005899584 0.0016884839 -0.013258756 0.0088060275 0.009889124 0.007914815 -0.007842367 0.014867182 -0.0012331167 -0.00879845 -0.00012072292 -0.0024719627 -0.0024708714 0.0037955346 -0.005009584 0.0048831776 0.013552492 -0.009967029 0.00081627787 -0.0076401765 0.004755255 0.0010635438 -0.0042414437 -0.006612554 -0.0033359842 -0.00018589661 -0.0009455643 0.008417108 0.001444128 0.013299982 -0.004377551 0.0009894883 -0.0068723396 0.0065276767 -3.8597987e-06 0.002224333 0.0047119074 -0.01304535 0.0073346184 0.0050853677 -0.0016201879 -0.008160051 -0.0013283612 -0.0053205993 0.009745136 -0.0037894717 0.0014585571 -0.0052896794 -0.0050235284 0.0007563787 0.0036709467 -0.005000793 0.0044703097 -0.0063727754 -0.0016725694 -0.0050368663 0.009186157 0.0070657386 0.009495051 0.0011167742 -0.016840884 -0.0006409758 -0.0023947547 -0.001354067 0.00509143 -0.030790599 0.013476187 -0.038761176 0.0059846793 0.033562478 0.008784646 0.012943985 -0.009956268 -0.017168803 0.036620595 0.03758928 -0.02541599 0.04491586 0.006085837 0.065087475 -0.06700457 0.049828965 0.05667388 0.018553525 0.023902394 0.03543852 0.04423887 0.00744065 -0.020823926 0.052886568 -0.0042994698 0.028114075 0.09901057 0.09416353 0.057319988 -0.0065917014 0.064158805 -0.011484127 -0.006569447 0.122854106 0.04374449 -0.026953295 -0.004845473 0.06888494 -0.0041061654 0.048207976 -0.020346101 0.026367173 0.06469999 -0.13194609 -0.011155191 0.054779924 0.07235854 0.07429631 0.004269355 0.0717102 -0.009321387 -0.061793894 0.0008204358 0.025176352 0.012669589 -0.029516563 0.07110347 -0.05623875 -0.06969191 -0.004725634 0.006209189 0.009636782 -0.028804448 -0.015468475 -0.054545637 0.09560372 0.02827721 -0.035457492 0.0266524 -0.0030722248 -0.008334282 0.057384454 0.03427113 -0.00045551453 0.013560842 -0.034707468 0.032552537 -0.033364765 0.02948432 -0.017322509 -0.0072736777 0.0105008455 -0.019269098 -0.04324033 -0.06605245 -0.049604 -0.056389365 0.07446419 -0.08630138 -0.025992915 0.06872657 0.017676087 -0.10975204 -0.07449455 -0.0325714 0.0004937977 -0.017763026 -0.016736634 0.015619888 -0.055022106 0.048080318 -0.04180058 -0.020667382 -0.015161711 -0.007122542 -0.01546738 0.041346468 -0.023286164 -0.07569623 -0.027736353 0.015583613 0.02025139 0.0083699515 -0.010439568 0.01938048 0.04062067 -0.013780966 0.023992006 0.00021656818 -0.016098754 -0.06945833 -0.061547548 -0.055794407 -0.006231137 0.03422705 -0.026273994 0.09646343 0.06660358 -0.023607956 8.671134e-05 -0.055142533 0.001822461 0.054481506 0.061837606 -0.012768217 -0.009032969 0.017640289 0.02877362 0.017313216 -0.021398043 -0.026166508 -0.009401028 0.015305545 -0.00084760156 0.017509295 -0.030540878 -0.026927216 -0.0032999308 -0.0012254397 0.012701308 0.008492961 0.045023844 0.05384634 0.05978549 -0.01100334 0.051512256 0.03740077 0.004855414 0.066002734 0.010967858 -0.0664827 -0.02457584 -0.05366775 0.07160338 0.018329345 0.02776537 -0.00057671074 0.02320185 -0.009150406 -0.051104784 -0.064018525 -0.002885929 -0.027937299 0.0021874302 0.04034407 0.017231863 0.011041448 0.06211531 0.00074749195 -0.009438869 0.022667933 -0.015961368 0.007921774 0.075193115 0.11247867 -0.0005804716 -0.09384341 -0.0037030417 0.0020669175 0.026463842 -0.008036003 0.03198526 0.14999509 -0.097800635 -0.010991755 0.011478453 -0.02958563 -0.04129027 0.015101485 0.031362403 -0.00812715 -0.030211555 0.008940323 -0.03586499 -0.06454097 0.050844513 0.019552264 0.012935051 -0.07502951 0.020568747 -0.033042636 0.09728643 -0.04916784 0.017033482 0.04530215 -0.027057605 0.021923913 0.059486058 0.027452061 -0.0057541053 -0.029975396 0.049212307 -0.0062521556 -0.010820031 -0.016229436 0.05594568 0.02015976 0.0695765 -0.0026358643 0.029735252 -0.001963828 -0.027310994 -0.072147496 -0.0046416437 -0.040860225 0.03103607 -0.08709658 0.022030838 0.040842865 -0.041726336 -0.09717295 -0.043502755 0.013031934 -0.065146424 -0.015520384 -0.0013631053 0.03384571 -0.024230924 -0.05560019 -0.013157618 -0.034233104 -0.06213331 0.0052650594 0.0578592 -0.015510681 0.00031169405 0.020089453 0.013457436 0.005597177 -0.0822068 0.07772548 -0.073256604 -0.041379914 0.0098939 -0.04589527 0.06216776 0.015177623 -0.07082412 -0.040737025 -0.037793264 0.032281052 -0.096889734 0.042460687 0.007405504 0.055986784 0.023485808 0.015953053 -0.02166259 0.04060522 -0.017009484 0.06669015 0.028766215 -0.006594586 -0.013924781 0.02067713 -0.033735592 0.06799648 -0.014860465 0.06365409 0.07845705 0.07209826 -0.0022284207 -0.005097801 -0.03052968 -0.035679497 -0.026248118 0.013546557 0.021667598 -0.025970334 0.023780216 0.0021913522 -0.00011367506 -0.001848205 0.001189799 -0.018260458 0.009504144 -0.024729025 -0.01401174 0.024366478 0.00081785413 -0.00042014304 0.0061135963 0.015428586 -0.017436845 -0.024684768 0.0025511715 -0.0021613417 0.0055124825 -0.014850207 -0.0011303847 -0.031374317 0.010506304 0.0027515427 0.007224884 0.0039101187 -0.009006399 0.003022241 -0.009615091 0.008598988 0.0102246925 0.0063709565 -0.0021683138 0.008504713 0.013348181 -0.0023462533 0.013935956 -0.013637672 0.009378041 0.011022843 0.003569397 0.0028685525 -0.0034020673 0.0038091755 0.020595193 -0.008910912 0.0017205856 0.015691401 0.0027457832 -0.018252274 0.0012361784 0.0184966 0.011902537 -0.0025675409 -0.0059562703 0.002221059 -0.012642182 0.027278073 0.0063897506 -0.005453675 0.00057807553 -0.0008354359 0.019702163 -0.016620811 0.0059480853 -0.001703004 -0.016445598 -0.013065053 0.02010927 0.006825354 0.0035709124 -0.0035636374 -0.00013822886 -0.023201838 -0.0034920978 0.03271083 -0.024715384 0.0136922365 -0.022939323 0.025402587 0.024410736 0.024883926 -0.017448366 0.009360459 0.022290923 0.035335362 0.040391326 0.0012916519 -0.010072216 0.001887006 -0.010781852 -0.01746443 -0.020915302 0.028969862 0.03775952 -0.003510589 0.0006547684 0.0076756435 0.012601563 0.009928228 0.025654491 -0.008152169 0.008119734 -0.0115997065 -0.03176627 0.03434442 -0.014002039 0.020698259 0.021052016 -0.015241856 0.01643317 0.015228517 -0.020540932 0.025277697 0.019099835 0.0016596558 0.00044742503 0.020056827 0.021867141 -0.022534339 -0.027351432 0.035449643 -0.010900984 -0.003819179 -0.017779991 0.01287802 0.0060299314 0.01427789 0.01626493 0.023624709 -0.02376506 -0.050496887 -0.012622782 0.019715197 0.0030810488 -0.013141747 -0.022999344 -0.01300564 -0.004981393 -0.0033205242 0.015380993 0.009867905 0.009399867 0.03291848 0.005913528 0.0038346385 0.018570565 -0.015615922 -0.01608972 0.011335071 -0.004587622 0.055531934 0.012850738 -0.022472497 -0.0064564403 -0.015596219 0.042604502 -0.0040207626 -0.01927353 0.030055687 0.036989562 -0.031048145 -0.01649016 0.01874729 -0.0044857697 -0.02218725 0.0057025473 0.019630926 0.027948909 -0.0072621694 -0.049732383 0.0095966 0.00437361 -0.01603364 -0.013202069 -0.009445639 0.016385881 0.04694901 0.015155159 -0.0039768084 0.0023829325 -0.019111356 -0.04794905 0.010061607 -0.016445598 -0.011712472 -0.039118163 -0.021938378 -0.00096305506 0.0208474 -0.010606944 -0.0015520435 -0.013759229 -0.011858885 -0.028428162 -0.0209635 0.0051532695 0.018973732 -0.022507055 0.024668094 -0.0021840767 -0.0018227417 -0.0040525915 0.024669306 -0.007175473 0.025310434 0.013032921 -0.005628583 0.02590973 0.007929971 0.0051626666 0.001258004 -0.012819213 -0.002856427 -0.016137615 0.0100952545 -0.0015650783 -0.0127904145 0.019465717 -0.009577805 0.03038125 -0.042284396 -0.0040222784 0.016547453 -0.013375766 -0.008599291 -0.0035415087 -0.020029243 0.00031040868 -0.03312097 -0.020564878 -0.02101382 -0.002123147 0.004491529 -0.03801021 -0.012994121 -0.002531771 0.030755319 0.012379669 0.053495787 0.006758058 0.0013835012 0.006333065 0.036920447 0.028158676 0.0066986443 -0.028691282 -0.009867602 0.0026909162 -0.027866153 -0.011076801 0.0032923329 0.018239846 -0.0048037567 0.008157625 0.007899355 0.017314985 -0.016706293 -0.0034551157 0.011702468 -0.005584325 0.00051563006 0.011225034 -0.0146634765 0.00574438 -0.0022216653 0.027326271 -0.008908791 -0.0016893629 -0.02033753 0.019780975 0.01093251 0.016358599 -0.017575074 0.033033974 0.015129999 -0.008943954 -0.022087822 -0.04484678 0.028301755 0.00041438348 -0.0006077827 -0.0111347 -0.00670501 0.0145040285 0.008454091 0.010915231 -0.03972504 0.015297328 0.0053284806 0.01448766 -0.0040789642 -0.033019118 0.013031406 -0.054992355 0.007924516 0.005457009 0.015541351 -0.010059788 0.0065934565 0.00024644754 -0.014103589 -0.0029543391 -0.0051417504 -0.021362424 -0.03250834 -0.008521992 0.0031095436 0.02033298 0.009661774 -0.017145837 -0.021805301 0.005075364 -0.018590571 -0.016680527 -0.028928636 0.015197597 0.032611404 0.021892603 -0.01712765 0.024215212 -0.025679044 0.0010312601 0.014779273 0.009816978 -0.017814852 -0.007548327 -0.0060960148 0.019435707 -0.00039771115 -0.021682533 -0.010074642 0.020230522 -0.013016855 -0.016423166 -0.032436192 -0.025353784 0.017489893 -0.02157674 -0.02323973 0.01473441 0.030189974 -0.0020237193 0.0009897309 -0.02665362 0.014196348 -0.037362415 -0.0122623565 0.012330865 0.034565706 0.023036629 0.03703867 -0.0037946252 0.021181755 0.012794355 0.010609672 0.03684436 0.030882027 0.0007523773 0.028809505 -0.0026760625 0.034584805 -0.009866389 -0.00015005108 0.01065393 -0.017308317 0.019397816 -0.0075525707 -0.04391677 -0.013380312 0.016738426 0.012111698 -0.009090973 0.0018988281 0.015273987 -0.0045421524 0.0040271287 -0.041916996 -0.011044063 -0.02044302 0.0041638417 -0.010599366 0.020806478 0.024242494 0.010344431 0.003406008 0.01685604 -0.050471727 0.014685303 0.0064588655 0.0054748943 -0.013364853 0.024654152 -0.008949714 0.011269594 0.005831682 -0.018899769 0.009802124 -0.0078263 0.026821554 -0.003085899 0.016210062 -0.019024659 -0.034882482 0.007912694 0.05661867 -0.027036173 -0.022917196 -0.02458928 0.04312377 -0.03147981 -0.05815616 -0.00794725 0.005818344 0.017442908 0.004952292 -0.0043957387 -0.0032441346 0.013626154 0.0330661 0.021734672 0.014523429 -0.016426198 -0.037120517 0.005793184 0.033711173 0.009390166 -0.02879556 0.008320712 -0.012167475 0.0003167745 -0.008355875 0.0041047307 -0.034029763 0.010459924 -0.020052584 0.038434297 -0.027134087 -0.007900871 0.012450905 -0.009585081 -0.002527224 0.0011470572 -0.015672911 -0.0231691 -0.02210419 -0.036355708 0.0067219855 0.005611001 0.030076602 0.021466399 -0.015855702 -0.022390652 0.051972236 -0.028183231 6.9720704e-06 0.0007241859 -0.0076665487 0.01108347 -0.008978511 0.001128263 0.014812012 -0.010885221 -0.014962366 -0.013179032 0.035211682 0.015376447 -0.017817581 0.008077902 -0.01811162 0.005452159 0.009503235 0.0035160454 -0.01921169 -0.017175846 0.0017442302 -0.013961722 -0.006953579 -0.012157775 0.0072145774 0.009084305 0.0025575373 -0.0062657692 0.0005483685 0.0044797068 -0.0022149964 -0.019156521 -0.013764685 0.0046712873 -0.031792942 -0.035245635 -0.021836827 -0.012464243 0.0329497 0.0021170843 0.004909247 -0.0056255516 0.03017209 0.0064294613 0.017500807 -0.02145791 0.024781164 0.0032708105 -0.026186187 0.017961873 0.009205861 0.01183706 0.06778096 0.0012292063 0.011907994 -0.009532033 -0.04078358 -0.010971917 0.0023644413 -0.012787687 0.0030780174 -0.012991088 -0.015570149 -0.005738317 0.00030161784 0.017907308 -0.017249811 -0.02101655 -0.010639682 0.0076010725 0.02518918 0.007856008 0.0059489952 0.0031034807 0.023250945 0.0048759026 0.0022265154 -0.01547557 -0.024131246 -0.014464014 0.03486217 -0.011464206 -0.011085289 -0.047237597 0.0025117642 -0.0012237498 0.010697581 -0.0071584973 -0.009211015 0.036712192 -0.01356583 0.008521992 -0.0215828 -0.0070887767 0.001616914 -0.013929591 0.006601944 -0.013086272 0.003730664 -0.0065188855 0.028363595 0.0491731 0.0118876835 -0.012432718 0.046050828 -0.020711597 -0.021951716 0.006330337 0.006934179 -0.008532299 0.035200164 0.012635513 -0.03450114 -0.016928794 -0.004777081 0.014654382 -0.02481178 0.013623728 0.012810725 0.033528082 -0.02969041 0.000910613 0.0100652445 -0.006176042 -0.019827355 -0.033739667 -0.0074334396 0.005742561 -0.0064364336 0.015260346 -0.0038619207 -0.029326044 0.017180394 -0.019053152 0.028369658 0.008489254 0.030586472 0.031687453 -0.011592127 0.0126052 0.02086771 0.026485076 0.0029079597 -0.012403616 0.009616001 -0.012608837 -0.004346934 -0.0046109636 0.02989351 -0.0067535113 -0.020980475 0.040271893 0.03548117 0.011261713 0.006267285 -0.01244939 -0.002577544 -0.0012810421 -0.008493801 -0.007616229 -0.008173995 -0.0124818245 0.022386713 -0.016424986 0.010514186 -0.009537186 0.009857295 0.005851992 0.044590935 -0.0074579935 0.040806316 -0.010813074 -0.0032371625 -0.020386333 0.015008443 0.03795595 -0.019923145 -0.0008369516 0.05127746 -0.019800074 0.023016926 -0.032076374 -0.005008372 0.017274063 0.005122047 0.007358566 0.0063542845 0.0026706061 -0.034409594 0.0004207493 0.0014774726 -0.012453331 -0.021867141 -0.010865213 -0.022016888 0.03242437 0.00486499 0.011739148 -0.0020770708 0.035779756 0.020847704 0.03744881 0.06498182 0.01947481 -0.019984076 -0.011724294 0.0009530517 -0.008859379 -0.013429117 0.00010639986 -0.014133902 0.017938226 0.0047886 0.034246508 -0.028216574 0.006480388 0.022383984 -0.009868511 -0.03180113 -0.0110167805 0.016160652 0.010716376 -0.0068493015 -0.015569845 0.022985097 -0.0028439984 -0.019819474 -0.008926068 -0.00081936986 -0.007516195 0.003851614 -0.020822845 -0.017455336 -0.017271636 0.03433017 0.017939439 -0.025325287 -0.00019036783 -0.016801175 -0.05334907 0.03801749 -0.027468441 0.0045369994 -0.020434229 0.0051475097 -0.009288314 -0.01056784 -0.011569394 0.008078507 -0.019364169 0.026669078 -0.013295132 -0.027286561 0.0039519514 0.02457382 -0.029008057 0.005453372 -0.0030962056 -0.0049150065 -0.012970173 0.016170656 0.010049178 0.020019542 0.0002807016 0.0015290054 0.014534342 0.015698375 0.035478745 0.00079996925 0.0043208646 0.012349052 0.025051558 -0.014496753 0.0051281094 -0.0046430957 -0.005664959 -0.023377048 0.014668327 -0.028205661 0.026487503 -0.001816679 0.0013283311 0.005976883 -0.009904584 0.013638279 0.008427718 0.013427905 -0.027005557 -0.021748919 -0.022728343 -0.00560221 -0.009158876 -0.0012501226 0.004568525 -0.00067538145 -0.006051454 0.022840504 0.015828418 0.017175544 -0.035218958 0.05259275 0.021186 -0.034609962 -0.013491563 0.0167651 0.006984802 -0.033771195 -0.017365912 -0.02410487 0.041507464 -0.005995071 0.008594138 -0.025375307 0.00569315 0.014241211 0.010447799 0.033917304 0.002084346 -0.0030755925 0.006743811 -0.039742317 -0.004792237 0.012201123 0.026121922 0.01131567 0.008431962 0.00578985 0.017318927 -0.02721017 -0.0024193085 0.009586294 -0.004931679 -0.003787653 -0.0035975883 -0.0009478985 -0.0013283311 0.01775665 -0.024094565 0.016174901 -0.0036312363 0.018971004 0.007701106 0.01569595 0.0067292606 -0.051883116 -0.011669427 -0.022240601 0.011581215 -0.0056391926 -0.0134179015 0.018160122 -0.0075683338 0.02111931 0.007950888 -0.0058413823 -0.015308849 -0.02045181 0.0062751663 0.018032199 0.013602813 0.011383573 -0.0057477145 -0.017642975 -0.01578204 -0.034588743 0.017674502 -0.024973955 0.019197445 -0.01682785 0.022588296 0.0011840394 -0.025813939 -0.025515048 0.016601408 0.023831446 0.009143112 -0.034594808 0.015683217 -0.035918288 -0.005654349 -0.011055279 -0.021647975 -0.016818149 -0.0253747 -0.0035700032 0.03589616 -0.009421086 -0.031158185 0.0060872235 0.006251522 -0.051837344 0.0062803198 0.019128026 -0.020533353 0.02311484 -0.02791041 0.009110374 -0.009192524 0.009093399 0.024348287 0.009599024 -0.02804288 -0.03681041 -0.01631222 0.026954025 0.008178239 0.042058863 0.038924765 -0.0038901123 -0.021797117 0.018428091 0.019094681 -0.007144553 0.035562407 0.009669352 0.031168187 0.0034050986 0.014541314 0.016134886 -0.0039413413 0.022578897 0.016861195 -0.017503837 -0.011528166 0.019123781 -0.018864907 -0.026058264 0.017219499 0.010550865 0.011580911 0.011897081 -0.017639035 -0.00044287802 0.016647788 -0.024052734 -0.0008815122 -0.021323623 0.002675153 -0.002316243 0.018298652 0.030323049 -0.017067023 -0.016393157 -0.0009612363 -0.034231048 -0.020473938 0.0031677452 -0.0009354699 -0.030193308 0.011532411 -0.008492588 0.021778626 -0.0041156434 0.002064642 0.0017799999 -0.010647868 0.009998858 -0.022313353 0.0005420027 0.023724742 -0.03677282 -0.0013604631 0.04737643 -0.020861043 -0.022097826 0.00592626 0.030071145 -0.056288857 -0.08297794 0.029620387 0.004691294 0.014142997 0.010261372 -0.00392376 -0.030164815 -0.0124612115 0.004946229 -0.01986434 0.014177553 0.0037182355 -0.054929912 -0.022272127 -0.011186232 0.002007653 0.010188923 0.001873365 -0.0017906096 0.020727662 0.0021040498 -0.013639795 0.00795968 0.05148813 -0.03840186 -0.01385411 0.003764615 -0.01748565 -0.0125657935 -0.015501034 -0.0026166483 0.00047925406 -0.029411528 -0.013873207 -0.031101497 -0.005236934 -0.011446018 -0.0035008886 0.050268933 0.02857306 -0.006725623 -0.027312934 0.023175769 -0.006530708 0.01214656 0.020324798 -0.007500735 0.011999842 -0.008180967 -0.030458549 0.02404273 -0.0044315085 -0.035940416 -0.022563439 -0.0072515593 0.0011225033 0.016402856 0.000785722 -0.014928415 -0.022521606 0.009997645 0.0040492574 -0.00185063 -0.0043011615 0.017672986 -0.028570939 -0.024758125 -0.022717126 -0.0042493255 0.020310549 -0.0041689947 -0.008260084 0.017372884 0.008015758 -0.02400908 0.011864645 0.0053436374 -0.017767563 0.014294259 0.031262156 -0.019682156 0.025091875 0.009284372 -0.008724788 0.009026406 -0.0393825 0.01697881 0.009618123 0.025302248 0.0028464235 -0.0073816036 -0.00750801 -0.012378456 0.009971273 0.0069038654 0.033043068 0.051053137 0.012613689 0.030270003 -0.005057176 -0.040495906\nphụ_nữ -0.008687939 0.0016564566 0.010713106 -0.008735463 0.00034534498 0.012398814 -0.004913698 0.00031487836 0.0049685775 0.0046534445 0.005519353 0.0035366178 0.018516183 -0.0059767766 0.0031974397 0.00071151025 0.0050673042 -0.009624568 0.006666731 0.0060551353 0.004496161 -0.0006408175 -0.006366591 0.007929243 -0.022708243 -0.008662479 -0.012138276 -0.001318608 0.0006327836 0.010327535 -0.003643831 -0.007843812 0.0109793 0.010911409 -0.010340831 0.002155153 -0.005260231 -0.001800473 0.011833894 -0.0010933473 -0.0038096013 0.0041182274 0.0023275993 -0.0012959207 -0.0051320847 0.010004764 0.0004953585 0.012223424 0.0017105157 0.0018461585 -0.0043269964 0.010808156 0.013966557 0.0032902258 0.013187777 0.005121618 -0.0015939391 -0.0038062066 -0.005730385 0.008738858 -0.009532064 0.0029224763 0.0076251426 -0.0033445396 0.003211584 0.008750173 -0.00999458 -0.0065623466 0.006899545 0.004320773 0.012405885 0.013633036 0.000108189044 0.009021459 -8.104631e-05 0.0016784082 -0.0014684518 0.009771102 0.0018618869 -0.0035086123 -0.0045773485 -0.0049383086 -0.0028041177 -0.0025865515 -0.01069189 0.0011388634 0.007801097 0.00053295377 0.008671248 -0.00523166 0.012885656 -0.008483979 0.001148142 0.0025564525 0.0039538722 0.0033980045 -0.0066415546 -0.0001149811 0.008725562 0.0007734053 0.008990625 -0.010713389 0.0015877723 -0.0047250143 -0.007762907 0.007930092 0.004263913 -0.0068472116 0.011505747 -0.011356951 -0.004540008 -0.0017623684 -0.010696417 -0.008466157 0.00013351285 0.00049649 -0.0017631887 0.004052316 0.0051360447 -0.0031289817 -0.008402791 0.005975928 -0.0033518947 -0.0020196799 0.007651451 0.0034622194 -0.005121618 -0.004872397 0.007515384 0.0011322156 -0.0122075835 -0.0070723873 -0.00036486398 -0.011298394 -0.017096104 0.006030242 -0.002629465 0.007388935 2.4354913e-06 0.010128101 -0.0053702733 0.0034274245 0.009179874 -0.0075909137 -0.0009875486 0.008699536 -0.00502572 0.0010692173 -0.01275355 -0.0004129826 0.000822514 -0.0018747299 0.0033332242 -0.0025221386 0.00052953087 0.00082443765 -0.006149336 -0.01857474 0.005175366 0.0005697853 0.000984437 -0.0090588 0.01818436 -0.008547062 -0.0025708512 0.00046463727 -0.0060019535 -0.015096962 -0.0008766863 -0.0010388639 -0.007977616 0.0035408614 0.006412418 -0.0021703723 0.00800449 -0.007983839 0.0026420814 -0.012336013 -0.010027961 0.013584946 0.0005632507 0.0029049374 -0.013354113 -0.0012201644 0.0024380372 -0.007576487 -0.0059578237 -0.0048288326 -0.0019214342 0.0077094417 0.007885113 0.01733882 -0.010587505 0.0067119924 -0.0037255844 -0.0011794573 0.0019395105 0.00852132 0.00051660306 -0.02067855 0.01630912 -0.004388382 -0.004188383 -6.0180773e-05 -0.0059201997 -0.014149584 0.0046398663 0.005748489 0.004937743 -0.0092025045 -0.019187184 0.0045159627 0.007082005 0.008115664 0.0069074654 0.020610375 0.0056110076 -0.005595449 0.0055015315 -0.0026007239 -0.0035233223 0.005003938 -0.01106558 0.002221942 0.005345945 0.0016425952 0.003157836 0.011793723 -0.007582144 -0.004415822 0.002930963 0.005082863 -0.015521572 0.0022727763 -0.010826826 0.006051741 0.007919908 -0.021264968 0.000626645 0.0032837195 -0.0032992782 0.0110220155 0.008805619 0.0014837275 0.00097046245 0.015368815 -0.0014169951 0.0036740995 -0.00041405755 -0.0041261483 0.0075371657 0.00079866685 -0.008884543 -0.010764308 -0.007989497 0.0037484984 0.0037954568 0.00094259833 -0.0047269943 -0.004664194 0.006655699 0.0014925535 0.003419221 -0.0030639183 0.0037292622 -0.00023312768 -0.0076989755 0.0015313651 9.198262e-05 -0.0056964387 -0.004095031 0.0028251924 -0.003739163 0.0063996883 0.008002793 0.005954995 -0.019106278 0.006943392 -0.0049739527 0.013493575 -0.0072390055 0.008695293 -0.006194032 -0.0020561437 0.0063247243 0.0038466589 0.0032271424 0.0057060565 -0.013869811 0.0003277213 -0.008024857 0.0141872065 0.016615767 0.007204211 0.0033685847 -0.016959472 0.009604484 -0.0008984684 -0.0057383054 0.009799673 -0.037399452 0.021208512 -0.076503694 -0.018756209 0.006782566 0.009642334 -0.019878462 -0.041369963 0.002129726 -0.0018412431 0.03745837 0.005773142 0.05498635 0.04142191 0.04426916 -0.010998649 0.029663807 0.015934996 0.03183384 0.015265911 0.035329472 0.06767335 0.009556491 -0.024429806 0.038636137 0.036414374 -0.0031925265 0.0680491 0.108814515 0.022619883 -0.025798455 0.069814146 -0.0041292827 0.0015495026 0.05056248 0.028634138 -0.023829665 0.013665281 0.01747348 -0.010544321 0.04623107 -0.03544523 0.049249485 0.06825571 -0.10614863 -0.0146233495 0.030056056 0.056685574 0.017599802 0.021967245 0.08141409 0.044307433 -0.07075613 -0.014862533 0.045766775 0.032807805 0.0126084555 0.05128783 -0.048411313 -0.027006898 -0.0051984186 0.03327117 -0.013757057 0.006390375 -0.013020242 -0.04651689 0.08136129 0.046855092 -0.031456117 0.00035047255 0.006956993 -0.007907776 0.052243285 0.01723868 0.040466715 0.0036275233 0.025955327 0.06922804 -0.026073374 -0.0040155496 -0.03439614 -0.009970036 -0.007957005 0.042467173 -0.04757981 -0.038078208 -0.040440876 -0.06418696 0.08142414 -0.052481133 -0.048553172 0.070820466 -0.0032007147 -0.1003723 -0.06053582 0.023905745 0.0109009575 -0.039267432 0.020948237 -0.0058981106 -0.029184896 0.06336755 -0.008004128 -0.0062428005 0.0016416925 -0.0048258114 -0.018664198 0.020750476 0.055383958 -0.11053534 -0.033131126 0.042419728 -0.015635528 -0.003766227 0.017660702 -0.051013302 0.032473426 -0.07601289 0.0028361916 -0.009986732 0.020019813 -0.057522766 -0.032470003 -0.019543808 0.010049199 0.02724612 -0.02192951 0.11695765 0.06111237 0.0107745025 0.013965981 -0.0334181 -0.06184574 0.022581156 0.05848913 0.036490873 -0.009212575 -0.012649549 0.101700045 0.01280825 -0.01898331 -0.037963632 0.0057168454 -0.028427262 -0.022740746 0.028468288 -0.01564118 0.003746523 0.015835283 -0.058904044 -0.029987788 0.008566542 0.041274432 -0.020196155 0.06629087 -0.040733676 0.06492866 0.032591514 -0.018880734 0.041172653 0.050468177 -0.028760042 -0.022620112 -0.04790513 0.04925515 0.03503112 -0.005198083 -0.0055004386 0.005807049 -0.010227019 -0.06038785 -0.035919335 0.011201367 -0.04231937 -0.00019345741 0.06723165 0.06514836 0.012036942 0.061948944 0.008876063 0.0066793626 -0.007175902 -0.02047717 -0.02979317 0.07750637 0.07348134 -0.017065117 -0.05637866 0.0017073058 -0.0149225155 0.049053494 -0.042117383 0.037886582 0.089732364 -0.047019847 0.019383784 0.026972448 0.0030198512 -0.046207376 -0.018436955 -0.013564993 -0.021990921 -0.06748547 0.00087121554 -0.026309628 -0.051783387 0.017495904 0.06800363 -0.0050455136 -0.031275187 0.01198777 0.0024659052 0.11159745 -0.0060160537 0.041767333 0.01067162 -0.019913675 0.04211662 0.061679427 0.083542384 0.036864147 0.024542319 0.033286087 0.01874568 -0.026000125 -0.06314314 0.075036496 0.025466165 0.02584249 0.012028992 0.053902797 -0.004623659 0.018791199 -0.074738495 0.022285577 -0.055828977 -0.0016072073 -0.063100584 -0.0070284475 0.029130146 -0.032073528 -0.065496415 -0.01954329 0.0051174494 -0.07739322 0.02039899 -0.052524183 0.018059043 0.008198059 0.0063569783 -0.022756789 -0.043352187 -0.06185261 0.019850716 0.02964022 0.0008294895 0.009046712 0.014067583 0.057018064 0.041695938 -0.066731125 0.08477124 -0.06420121 -0.055509146 0.078350745 -0.045924723 0.09436285 0.018834999 -0.020373197 -0.02415449 -0.03092288 0.045054734 -0.070478156 0.07183061 0.010906159 0.0753483 0.027348068 0.030451143 -0.024433648 0.062874354 -0.020552127 0.08232277 0.013353624 -0.017182268 -0.03936293 0.020724403 -0.0002586503 0.068332456 0.0033687027 0.05747971 0.0355898 0.06334494 0.03473238 0.043612216 -0.042136703 0.0135010015 -0.044685245 -0.026064701 -0.0018273161 -0.039414007 0.0012789193 -0.026005259 -5.9971444e-05 0.038839713 -0.011657091 -0.03650026 0.009166862 -0.008885392 -0.029195344 -0.024437515 0.013214934 -0.016784932 0.005001109 0.003834495 0.0018410102 0.016399926 -0.0026944717 -0.009091615 -0.016605018 0.02803269 0.006024584 -0.025318982 -0.010743093 0.004405072 0.009625416 0.0061674407 0.00021386043 -0.0068986965 0.007960644 0.025588004 0.017672906 0.018673467 0.011343089 0.011453697 -0.033599284 0.014205877 0.0012715644 0.025639772 0.018466396 0.006049195 -0.0060011046 0.0010033902 -0.013256518 0.024154065 0.0010036731 -0.04148072 -0.027222792 -0.012456521 -0.023604702 0.012323849 -0.012088772 -0.008488788 0.005355563 0.023273163 0.0060257157 -0.0310174 -0.0061323633 0.016745329 0.011128946 0.01984885 0.020021692 -0.0024339354 0.018008124 0.0010596841 0.008940837 0.02287939 0.00906757 -0.006007328 0.040658094 0.00094341865 -0.01656202 -0.008038436 0.009420325 -0.037973523 -0.008972802 0.006169704 -0.020710798 0.00804268 -0.0027705675 0.02744514 0.055081792 0.012810692 0.004789229 0.008752435 0.033645958 0.035119504 0.018255929 -0.049170643 -0.0013072077 -0.017169654 0.019332021 -0.0028458147 0.0064658835 0.013766558 0.031200143 -0.013097254 0.00465005 -0.015719874 -0.012928655 0.01736541 0.0061168047 0.025690408 0.01499767 -0.010992031 -0.013846331 -0.024014318 -0.02445477 0.016335147 0.021976987 -0.0023428467 0.0021117302 -0.0025951792 -0.06129817 0.015007005 -0.015235576 -0.008065028 -0.007680588 0.016897237 -0.023554634 -0.024326624 -0.035498288 0.04285299 -0.015174189 0.012513947 -0.020053942 -0.002019793 0.026685596 -0.008761206 0.011672083 0.014505735 -0.021613766 -0.05163315 0.018446311 -0.0015482251 0.004132655 -0.00010523291 -0.021855066 -0.016525244 0.014560896 -0.015180413 -0.0057897903 -0.018492986 0.024197346 -0.002435067 0.036555424 -0.010575907 0.010339982 -0.042851012 -0.02002735 -0.028230427 -0.016201625 0.024791686 0.0068687103 0.013533179 0.020694109 0.018390866 0.021462139 0.024523795 -0.016616616 0.025935668 0.021287033 0.021364544 -0.016727505 0.017922975 -0.006900959 -0.010969683 -0.023210363 0.032288965 0.022614893 -0.021020275 -0.0040378887 0.028705388 -0.026753487 0.0047946037 -0.020352101 0.03677438 0.024885038 0.019082235 -0.0008124433 -0.017881108 -0.0012517625 0.003521625 -0.043983113 0.012253411 -0.012364301 0.04471041 -0.028369604 -0.01797135 -0.0055165244 -0.0036840003 -0.024513328 -0.004066177 0.019058755 0.0046104463 -0.0024684472 -0.0029997036 -0.018615192 0.015752405 0.0014859906 0.008198832 -0.011646907 0.0038641978 -0.03662473 0.022331726 0.016690731 -0.00054540066 0.0044404324 -0.00830661 0.03133876 0.0070401384 0.0021796224 -0.012299238 -0.0013238979 0.00042800375 -0.0050118584 -0.013449162 0.0040429807 -0.028786574 -0.009673224 -0.011937429 -0.013150719 -0.031392504 0.0024545859 0.033060674 0.024027616 0.02482563 -0.013752131 0.0021833 0.0051680105 0.0135824 0.034202676 -0.012909702 -0.028760267 0.012314513 -0.012344782 -9.0522935e-06 -0.0026047972 0.03675542 -0.0047855517 0.021992547 0.0015357782 -0.0035496305 -0.0045196405 0.031275675 -0.028838908 -0.019829048 0.009080016 -0.02374558 -0.0026927744 -0.007984405 -0.020205002 0.019928906 0.0061428295 -0.013088767 0.0006817508 -0.026263814 -0.0061428295 0.010460207 -0.031865206 0.020423671 -0.012550439 0.029543009 -0.006674935 0.0024806114 0.04250448 0.021438943 0.03270735 -0.011464729 -0.0016002757 -0.009017216 0.026508227 0.0036064903 0.002664203 -0.02379367 0.027610343 0.0219272 0.01866102 0.0014279993 0.014639539 0.01380107 0.020157194 -0.014842649 -0.019220848 0.0019069222 0.013680278 -0.007880304 -0.004584138 -0.016652826 -0.006427977 -0.0385011 -0.010900375 0.004642978 -0.00096152327 0.017907416 0.002535208 0.022545302 -0.01616485 0.020780955 0.022321824 0.008548759 0.023512766 0.015803888 0.013082827 0.012129225 -0.0011465296 -0.027656453 -0.029788835 -0.009858513 0.0076721017 0.0103614805 -0.016938256 0.008779594 -0.016855653 -0.008574785 -0.0071230233 -0.0118245585 0.0027759424 0.004107478 0.014391166 0.027064377 0.05095451 -0.008984967 -0.010373645 -0.023947276 0.005804783 -0.028478233 0.029551776 0.014453684 -0.00792698 -0.024070613 0.035947505 -0.0074228807 -0.017470077 0.013553829 0.022269491 -0.016320435 -0.028417412 -0.01774306 0.006447496 -0.0069320765 0.014360897 -0.030685578 0.0010181001 0.0078308 0.010707448 -0.0006998554 0.018217176 0.017762013 -0.0011569962 0.01271338 0.0045434027 0.013655667 -0.025233269 0.025669474 -0.014061323 0.026876258 0.0065663075 0.007752724 0.016675174 0.017438395 0.001411592 0.009685106 0.012212675 0.014206726 0.020417446 -0.01488197 -0.01245935 -0.012030215 -0.018166821 0.008735463 0.018238109 0.03274384 -0.019676857 0.009789206 -0.021533426 -0.009649745 -0.00897252 -0.028328303 0.009310284 -0.02627513 -0.0082825655 -0.02209382 0.01943301 -0.012450298 -0.021376709 -0.013635582 -0.038972106 -0.060124204 -0.0063892216 -0.019631313 0.00305034 -0.023282215 0.024257034 -0.007752724 -0.013454254 -0.026870318 -0.01701039 0.014232469 0.010633616 0.030393073 0.022512205 0.034679618 -0.0046806014 -0.0060839895 0.011274631 0.038506757 0.0043682973 -0.028001856 0.0047086067 0.009682276 -0.0064480617 -0.04629937 -0.006173381 -0.04601394 0.005588942 -0.0056786165 -0.007230802 0.02601912 -0.020790571 0.0134921605 -0.015164571 -0.009425983 -0.023922665 -0.031844836 0.012020031 -0.014984374 0.001961236 -0.02466863 0.0019394538 -0.01110292 0.022900604 -0.008424573 -0.018317316 -0.024091264 0.00038189362 -0.022441484 0.001164917 -0.027890116 0.007956966 -0.010780715 0.012569392 -0.009531217 0.035328556 -0.01353629 -0.042444788 0.02393002 -0.018392563 0.017403033 -0.0043159635 0.038704492 -0.010365158 0.01353233 -0.007609018 -0.0020195101 -0.021797357 0.022071471 -0.023075428 -0.008826834 0.0033756567 -0.007446643 0.027151223 -0.025708796 0.017083092 -0.021714188 -0.017908264 -0.0003753873 -0.039304208 -0.019912217 0.017228212 0.05620003 -0.005827131 -0.007876061 0.011424842 0.02756084 0.0043996978 -0.022765104 0.004904646 -0.027219964 -0.0026098895 -0.012222859 0.005641842 -0.01631789 -0.019058188 0.007865028 0.015674612 0.015614641 0.0076590884 0.0054276986 0.00092418253 -0.03278373 0.004898705 -0.027782902 -0.010614946 0.036461223 -0.007426275 0.007854562 0.025243733 0.0012899518 -0.0077600786 0.02378094 0.006465035 0.034820214 0.007258525 0.0055665947 0.005549056 -0.0038299686 0.0191456 0.0768336 0.0110768955 -0.013854252 -0.011301505 -0.030782042 -0.013193717 -0.022896362 0.010898112 0.009456818 -0.047655232 -0.004012146 -0.008278888 -0.004254012 0.016070932 -0.031134514 0.0092158 -0.0016758058 -0.0029442583 0.005158959 0.023712482 0.0258013 0.016137127 0.00018726932 -0.009473508 0.014874616 -0.009567709 -0.01508791 -0.038494594 0.043406878 0.022816023 -0.007842397 -0.020445453 0.013136575 0.015432462 -0.0024302579 -0.027606383 0.023175567 0.008121322 -0.012112817 -0.01601464 -0.0069193467 -0.029363943 -0.019735698 0.0010585525 0.01669724 0.004172541 0.023643175 0.006363762 0.039975494 0.041089207 -0.024076553 -0.017491011 0.011980144 -0.04413304 -0.04337802 0.023145866 -0.0021578404 -0.033000983 0.048389316 -0.024380373 -0.05823765 -0.0021018293 -0.001057421 -0.0029253052 -0.018131461 0.029421652 0.026071737 0.039398126 0.017745325 -0.0212347 -0.00059631985 -0.029704819 0.0005400259 0.013651424 -0.018698927 -0.008003076 -0.027482197 -0.0011482268 -0.0023287025 -0.045014225 -0.0068740854 -0.033664063 0.021268647 0.0032975809 -0.0059425477 0.032787405 -0.006105206 0.01300956 -0.03727508 0.016522134 0.0314884 0.007758382 -0.053546295 -0.00041697125 -0.011881418 0.026130293 0.017728068 -0.010983261 -0.006600536 0.0129815545 0.021902025 -0.009796279 -0.006256266 -0.03165813 -0.005649762 -0.026689272 0.007114537 0.022042617 -0.022933703 -0.02239594 0.020767093 -0.0054155346 -0.00813094 0.038687803 0.0023468072 -0.037435196 0.0018608121 -0.03127341 -0.0028602418 0.022763407 -0.0039852723 -0.035535626 0.011169964 -0.008545647 -0.015617187 -0.014417474 0.017340798 -0.011669255 0.022283634 -0.05125748 0.022318147 0.016802754 -0.0044950293 0.018455928 0.05925744 -0.030025328 -0.045697108 0.033339597 0.013252557 0.022834128 -0.014349016 -0.023734264 0.001787545 0.025662404 0.007383277 -6.25174e-05 -0.0014028226 0.037203796 -0.018439239 0.03282418 0.019394537 0.055854063 -0.016926091 -0.02449098 -0.029697744 -0.020679116 0.037710156 -0.015690735 -0.023588862 0.01427377 0.009958088 0.042077888 -0.0014206443 -0.0021810369 -0.00066110026 -0.021722674 0.016721565 -0.031802688 0.01472893 0.0057261414 -0.051046163 0.0018766535 0.013500647 0.009224004 -0.0028687285 0.010187791 0.004550192 -0.022071188 0.0029849939 -0.010554974 0.004229684 0.0064514563 -0.03020524 0.012988061 -0.02256256 0.009951017 -0.0029148385 0.019202176 0.019942768 -0.0012936293 0.022322673 -0.01634335 0.0037484984 0.008163755 -0.017157774 -0.012131771 -0.01879341 0.0062489114 0.02107657 0.0105595 0.02358377 -0.015568247 0.018276013 -0.0058494788 0.017920995 -0.0102703925 -0.01861887 -0.0267665 -0.0090808645 0.015420298 0.0048463717 0.006320764 -0.01644632 0.005375082 0.03156365 -0.012571373 0.016142784 0.010081708 0.0053103017 0.017173897 -0.019604439 0.037445378 0.005941982 0.011969112 0.014333459 -0.039800104 -0.026977532 -0.008517076 -0.0035490647 0.010171666 0.004089373 0.007200251 0.021052523 0.028113594 0.038448766 0.0069122748 -0.016352402 -0.010945355 0.0014362029 -0.014820867 -0.009564031 0.0006806193 0.040926266 -0.0009258798 0.010792313 0.04912708 -0.0012347894 -0.03518089 0.029769033 0.004343121 -0.037119497 0.0003714269 -0.009042958 -0.025671173 0.01088708 -0.023267506 -0.009126975 0.018311376 -0.015242647 0.014349865 0.0010707165 0.017217746 -0.004244677 0.0173821 0.030878788 -0.022731721 0.009629659 -0.008550457 0.016131187 0.002811303 0.060343724 0.00057708373 -0.020587461 -0.015030201 0.02923919 0.021569353 -0.022747846 0.028683607 -0.003785556 -0.0032494904 -0.023429032 -0.006481725 0.03559192 0.0042228946 0.062330693 -0.03492007 -0.010666713 0.0045301067 -0.0115855215 0.01872184 0.010310845 0.013381835 -0.01348424 -0.025602149 -0.008324149 -0.02014786 -0.026817704 -0.016663576 0.004762638 0.0033796171 0.026967349 0.007045796 0.010291609 0.018202182 0.01100476 0.0096421065 0.0031510468 0.0036432655 0.024376977 -0.005687669 -0.0071872384 -0.04206544 -0.035718936 0.02736367 -0.0099948635 -0.0034834356 0.009838995 0.031902265 -0.025841752 -0.051319998 0.0010294154 0.0223999 -0.043599524 0.0067063347 0.021881657 0.0141405305 0.0013321015 0.00039575493 -0.0017055087 0.0012964582 -0.021633567 -0.003270424 0.011932054 0.04526854 -0.033378918 -0.01533317 9.0522935e-06 -0.006362631 -0.036304507 0.0304703 0.00994451 -0.001792354 0.033569016 -0.0074752145 0.0021623666 -0.03548075 -0.022178117 -0.0008435606 0.01066247 0.038376346 -0.019045178 0.009912827 0.0049493415 -0.012565149 0.013534309 -0.0081487615 0.008289072 -0.005155564 0.0544272 0.029857008 -0.010028244 0.0031151203 0.019207835 0.031918667 0.010842385 0.029472003 0.0057450943 0.03272178 0.0070373095 0.005817513 -0.021082226 -0.0012741103 0.011116217 -0.023296077 0.011469821 -0.0027626466 0.021144744 -0.01003475 0.004073532 0.013880843 -0.003711723 0.0077790315 -0.012040964 0.041252997 -0.0068240147 0.0027434106 -0.033790514 0.050286055 0.010556388 -0.014181549 -0.020301465 -0.004231947 -0.028394498 -0.031048516 -0.008054844 0.0069807325 -0.041212544 -0.010782696 0.00852811 0.015371361 0.01626386 -0.016352119 -0.007762625 0.024941048 0.0114152245 0.018187754 0.008896141 -0.006997423 0.0005635053 -0.021412067 0.04109204 0.009949036 -0.05373696 0.01764971 0.008217785 -0.01470828 -0.057843305 0.024523228 0.006923873 0.02863014 0.010384678 -0.0118913185 -0.0040613683 -0.012131771 0.008147347 -0.013989471 -0.0075835586 0.031750638 -0.019720422 0.0037216241 -0.019082518 -0.0015717044 -0.03194526 0.0012048037 -0.009336875 0.004342555 -0.004657122 -0.015953252 0.0005575647 0.05274234 -0.007986103 -0.0020347857 0.004663911 -0.0273119 -0.0076593715 -0.014933173 -0.015350144 0.012526959 -0.025078248 -0.033608336 0.012193156 0.011701786 -0.020968787 0.02347203 0.055405695 0.020100335 0.013392585 -0.03236591 0.0140918745 -7.6944496e-05 0.026053915 0.0285085 0.0039383136 -0.008095296 0.011021167 -0.015876025 -0.021046016 0.014234167 -0.015076311 -0.009364031 -0.0440015 -0.014739397 0.0015354953 -0.01859143 0.014856229 -0.03263748 -0.025676265 -0.0052568363 -0.009611272 0.029495483 0.028361965 0.0075595137 -0.0064192074 -0.04310193 -0.022812063 -0.016674891 -0.022135403 -0.027190544 -0.018780114 0.024188576 -0.0030149794 0.011005043 -0.0058333543 -0.035988808 -0.010192317 -0.013889046 -0.0006591201 0.017094407 0.024114745 -0.0071957246 0.0110910395 -0.006143961 -0.028093226 0.013117622 0.013086504 -0.012540256 0.0053496226 -0.0039940416 -0.011063599 0.010416361 -0.012354118 0.02638602 0.04190561 -0.014344491 0.0037284133 -0.03929997 -0.019814622\nhoàng_tử -0.0085677095 0.01808065 0.008807123 -0.017361837 0.00016001608 0.005908766 0.00091245084 -0.0068929824 -0.005034869 -0.011482817 0.005692746 -0.017182494 0.025965068 -0.021791678 -0.0056124614 -0.0006544695 0.0051740687 -0.01833219 0.0018860977 0.017106252 -0.0152403405 -0.013469156 -0.0011078503 -0.0009748886 -0.0039764317 -0.004176856 0.008132206 0.010610363 0.002017211 0.0052664834 1.6951746e-05 0.0019198578 -0.010856995 0.00018448575 -0.0114932135 0.000948868 -0.008074158 -0.0017894087 0.009284213 -0.01552856 0.004260607 -0.0025876986 -0.0019750178 -0.0021059003 0.005361786 0.016368378 0.009484349 0.005630655 0.0043296292 -0.023349443 -0.007838501 0.005557301 0.012606811 -0.0027191008 0.0048488844 -0.005098982 -0.01250631 -0.0077397325 0.0041127433 -0.004455833 0.0051209303 -0.014834294 0.010135295 0.001992259 0.0020242287 0.0047307666 -0.006351201 0.003731244 0.015860964 0.009467021 0.016928066 0.008309815 -0.0009655027 -0.0032128552 -0.013227433 0.0042900643 0.009002637 0.0013848923 0.023460919 0.004043721 0.0011804824 -0.0019371856 -0.0023409512 -0.007091674 -0.017709259 0.005288143 -0.0010184679 0.005178978 0.002235021 -0.008422446 -0.011632414 -0.011877312 0.0033347271 0.004674163 0.006641441 -0.002870372 -0.011096985 0.004035924 -0.016882434 0.006253588 -0.008802212 -0.0036474934 0.019671049 0.0020359538 -0.0022744993 0.0045390064 0.00027217576 0.0045834812 -0.0050262054 0.0039570825 -0.001393325 -0.005126995 -0.0062310616 -0.008358622 -0.0008274871 -0.007266973 0.007241559 -0.012147336 -0.0199636 0.02232855 0.0058859508 -0.0030459312 -0.00078685355 0.00930905 -0.008543451 0.0072796806 0.0046400847 -0.0005308359 0.008443528 -0.0014504779 0.0007096006 -0.015486973 0.0052482896 -0.010624515 -0.013203174 -0.0002050047 -0.007975101 0.007927738 0.008613051 -0.0016249105 -0.0012604211 -0.0076868823 0.0072704386 -0.0019963311 0.0053640963 0.01307697 0.015875116 0.004358509 -0.021660853 -0.008925528 -0.006880564 -0.0061782124 -0.001544423 0.010863061 -0.0072843004 0.014832561 0.011924675 0.0061848545 -0.001967076 -0.010820029 0.0029829736 0.0014373376 0.016201453 0.012310795 0.015466758 -0.001164743 -0.0075528813 -0.011692771 0.007537286 0.008853618 -0.0032452003 0.0070549967 0.0009713653 -0.016138786 -0.0061100563 -0.0042554084 -0.012599591 -0.00024202546 -0.003230183 -9.239161e-05 -0.003706119 -0.0025327983 -0.0068332013 0.0070905187 -0.0016038863 -0.004303638 -0.0006336184 0.004249633 -0.014431135 -0.010143958 0.011762083 -0.008804523 -0.020477368 0.0029745984 -0.0039429315 0.004498286 -0.002414623 0.015687108 -0.014141473 -0.011392135 -0.00446623 0.0048953807 -0.0011194599 -0.020283585 0.00014912557 -0.002444138 -0.002974021 -0.004273892 0.006021685 0.0076022656 -0.021763375 -0.01108139 -0.0015639745 -0.001761309 -0.011885687 0.009801158 0.0032382694 0.0012079469 -0.0018546476 -0.0020106842 -0.0069146417 -0.0052829445 -0.004518502 0.010521703 0.002800079 -0.0019414022 0.00832079 -0.00031031127 0.008260143 0.0057661007 -0.0011062619 -0.0007662335 0.01964737 0.010308573 -0.0074442937 0.012772291 -0.002013832 -0.0016951169 0.013525181 0.0076115066 -0.008857372 -0.009661381 -0.0019811692 0.0040105097 0.0059003904 -0.0057958467 0.011599779 -0.0044691176 -0.0011137705 0.00038921036 -0.010318391 -0.015256515 0.0011142615 0.008528722 0.012636846 0.002835399 -0.0075378637 -0.0013393781 -0.0028069813 -0.014399367 0.016705692 0.006003202 0.0019183274 0.0023741052 0.011951822 0.007454402 0.0029174169 -0.004363418 0.009496478 0.0016496604 -0.0052465564 0.0061158324 0.0033090243 0.0002867744 -0.0031175527 -0.00027531787 0.008704889 -0.004714883 0.0037537701 -0.0036925452 -0.0023030324 0.004500019 0.0021328737 0.0077137407 0.009592647 -0.0022031378 0.008357756 -0.0038733317 -0.011555593 0.009050577 0.001025601 0.0040226392 -0.012524793 -0.0052901646 -0.005707186 -0.0027858415 0.010450949 -0.006430909 0.0011443252 -0.0029792194 -0.10086552 0.0021679637 0.03262043 -0.039614853 0.06468234 0.013300735 -0.03147466 -0.05397027 -0.016787894 0.01706285 0.02435678 -0.029947655 -0.004803866 0.054218926 0.010075208 -0.059689954 -0.01695035 0.012242967 -0.00934405 0.047349166 0.0035385243 0.049643476 -0.00019982891 0.07722572 -0.11744308 -0.058435213 -0.0521601 0.058448207 0.10537986 0.048036087 -0.024907501 -0.07169837 0.006285051 0.03958424 0.02139626 -0.0408632 -0.0059605404 -0.020055303 0.0015008168 -0.043461025 0.07972814 0.034272596 -0.0103966035 0.04991395 -0.009307332 -0.010019509 0.000807943 -0.01753455 0.0802836 0.015209833 0.06571248 -0.0120371645 0.040049348 -0.028678915 0.05884335 -0.028044485 -0.037301566 0.06351498 -0.03733921 -0.005891235 -0.008511839 -0.013941728 0.016192082 0.051662453 -0.05912204 -0.0978307 0.038931992 -0.03964494 0.020762252 -0.0023249872 0.010801121 -0.023687406 0.05685831 -0.041948877 -0.043382853 -0.00076848443 0.019653859 -0.036215585 -0.008483765 0.11169783 0.02979651 -0.040881313 0.00974985 -0.047164924 -0.07751206 -0.017972646 -0.039279822 -0.023798823 -0.05053077 0.104255795 -0.005980535 0.098986566 -0.044256512 0.010038837 -0.04806007 0.021550689 -0.04307605 -0.000978176 0.07512882 -0.010713585 -0.051107958 0.08825723 -0.013718847 -0.01131583 0.043301534 0.014549899 0.030793604 0.010876727 0.051026434 -0.080702044 -0.012199543 -0.021406868 -0.06875082 -0.042769223 -0.023772653 0.019958438 -0.0012670736 -0.0032236695 0.016207306 -0.068034925 -0.02072588 -0.09310286 0.039787993 -0.013886585 0.054826 0.07346877 -0.01783925 0.0050476855 0.11909694 -0.06637439 0.012368781 -0.022748495 0.037060216 -0.010700051 0.025462113 0.05564152 -0.017701106 0.039384782 0.058874898 0.007729535 0.01002907 0.034163676 -0.070001855 0.041061964 0.045430437 0.018014107 -0.003896628 -0.05982415 -0.04225256 0.042565107 -0.11296611 0.053171955 -0.015976204 -0.036560994 0.046809632 0.011449663 0.06134767 -0.02361457 0.001145835 -0.058503963 0.09200418 -0.061478533 -0.00061701814 0.03278157 -0.053720336 0.006832515 -0.014123425 -0.048333064 -0.032295715 0.0101072965 -0.035348684 -0.061066143 -0.02849501 0.06519289 0.011466126 0.06260033 0.062260993 0.017472776 -0.06463764 0.020289762 -0.00762154 0.07645851 0.011530903 -0.003939721 0.049367595 0.019778827 -0.022966987 -0.077585496 -0.036990333 -0.06808171 0.06317168 0.07195621 -0.026181817 0.026823444 -0.02352263 0.017178793 -0.027915 -0.045571174 -0.0037794483 0.018056607 -0.011671553 -0.061882984 -0.024520392 0.0013699278 -0.05048799 0.017887788 -0.089247756 0.004303557 -0.04228799 -0.010743182 -0.10383907 0.044745833 -0.0004050137 0.06370316 0.021835554 -0.0052630864 0.06060845 -0.07120998 0.060345028 0.0030845276 0.043676805 0.06693942 0.0117718335 -0.053740814 0.027268203 -0.040347118 -0.008654131 -0.06367531 0.06842691 -0.0016560944 -0.028909704 0.035698175 0.013027753 -0.047723882 0.015203139 0.04282936 -0.011122441 0.033809375 -0.016353993 0.018002568 -0.07078907 -0.034905814 -0.022059603 0.024418004 0.025722897 -0.045060366 -0.020526126 0.034551024 0.07026819 -0.022778837 0.038016193 -0.04139321 0.016406326 -0.008207986 0.020324705 0.0015729909 0.0029850735 -0.0046202596 -0.01341986 -0.063396424 -0.011643349 0.08368489 -0.055690717 -0.050835937 -0.007815808 -0.018478494 0.009771797 0.009861895 0.01088194 0.04884669 0.017928457 -0.002505659 0.028177628 0.02294794 0.020570917 -0.052807674 0.028210515 0.053932555 0.0096076 -0.02971411 0.065681286 0.0913517 0.025835624 -0.004669493 -0.094546795 -0.03432591 -0.048007123 -0.05085882 -0.021122547 0.06041901 0.012211102 0.0043089786 -0.0024602 0.030805467 -0.008620835 0.07089729 0.0028631634 -0.008562762 -0.04790398 -0.07613801 -0.04302887 -0.017911416 -0.022956971 0.018161224 -0.018036753 -0.031248592 0.010024108 0.017292526 0.0053103804 0.016382817 -0.024845695 -0.016995644 0.013205773 0.038678735 -0.010847177 -0.028310958 -0.014033174 0.0043224096 0.005326264 0.0021252497 0.02112167 0.03510806 0.03259467 0.011716742 0.020994022 0.00029052875 -0.0016028177 0.04014726 0.030323865 -0.0026858025 0.021864742 0.014790975 -0.008426778 0.0068773874 -0.025135357 0.025275713 -0.009446805 -0.033897717 0.0061782124 0.0010243594 -0.018842781 0.050364286 -0.026226139 0.009739356 0.005099559 -0.028161362 -0.008870657 -0.012793951 -0.0051662712 -0.0069657587 -0.01171703 0.0020830855 0.010256878 -0.017014991 0.030753307 -0.012714531 0.0006310192 -0.031663593 0.039373 -0.0068490854 0.0057354877 -0.0047053527 0.0007627102 -0.036491107 0.019890534 0.0062122904 0.0100518335 -0.0066662775 -0.013875491 0.00869016 0.0052292286 0.012176794 -0.016491694 -0.008201228 0.02450405 0.0052032373 -0.0058689117 0.01324505 0.014301465 0.016869439 0.021952827 0.030871423 0.018264323 0.00404401 -0.017845858 0.018127723 -0.010579463 -0.0011595159 -0.013915923 0.004542183 0.014418428 -0.015257091 0.018461281 0.008305772 0.021137845 -0.02557346 -0.0054761493 -0.019058513 -0.0051223743 -0.0015629638 0.0032856318 0.013313783 0.024536973 -0.009739644 0.009126819 -0.007626813 -0.0035108926 0.016817167 -2.7724413e-05 0.0030398665 0.02686149 0.0091776475 -0.02033066 -0.01085844 0.05803326 0.006451991 0.0062524327 0.015436145 0.014442975 0.011190844 0.0012322924 0.0022855313 -0.019448964 0.031833403 -0.014849888 0.030944776 0.020840673 0.03836972 0.0074148364 0.013671313 -0.0061178543 -0.03693383 -0.030232895 0.0037500157 0.025631798 -0.012667169 -0.036032207 0.039812546 -0.0043573533 -0.0048997127 -0.012822253 -0.02075259 0.020603282 0.021274155 -0.008657526 0.02088659 -0.0007710852 -0.0047795735 -0.02668706 0.038736492 0.004992127 0.023099924 -0.005758014 -0.021596164 -0.020150162 0.02338352 0.0533669 0.018909495 0.010243015 0.00993747 0.045049287 -0.014594594 0.025402205 -0.029199874 -0.012707312 -0.0062342384 -0.0012063008 -0.005286988 0.019834796 -0.05744123 -0.019079307 0.0077605257 0.0044309967 -0.016519131 0.021804962 -0.06362233 -0.0041407566 -0.002479891 -0.013276529 0.0034724828 -0.029601587 0.01708546 -0.034640785 0.0044951094 -0.014615964 0.0020640248 0.0029078866 -0.0052084355 -0.013235808 0.018932886 -0.002294773 0.014241685 -0.012083223 0.0043128794 0.022912784 0.00066509715 0.011755152 -0.014240529 -0.016826699 -0.00026251553 0.03568912 -0.02468599 0.0072181663 0.00554546 -0.0014546653 -0.036109604 -0.0014416695 0.040563125 0.016863953 0.008974335 0.008314725 0.023241144 -0.011086589 0.007564144 0.034141168 -0.013286059 -0.007810776 0.013936139 -0.044532053 -0.02662699 -0.013148881 -0.03731966 0.023806607 0.028457668 0.012025464 0.00216828 0.008939968 0.009222122 0.027723836 -0.01446348 -0.019801874 -0.0032148766 -0.02461639 -0.027179455 -0.03170489 -0.004595611 0.013992454 0.014342763 -0.017431147 0.0020833742 -0.013082169 0.029038435 0.020514045 0.059793185 0.0050201407 0.0018916136 -0.00554546 -0.0023770796 -0.0007234339 -0.012335631 0.019518854 0.020384952 -0.008259276 0.0049106865 0.0034109694 0.015522495 -0.0069920393 0.018391106 -0.042441167 0.01719289 0.0016045504 -0.041396014 0.0021009909 -0.0047847717 -0.038525093 -0.03683766 0.05430606 -0.02103128 -0.012144448 0.0049479418 0.012055211 0.004297284 0.034027673 -0.0477218 0.031141737 0.011181892 0.022386886 -0.007727603 -0.042208396 0.004273892 -0.04111935 -0.019218218 -0.024331927 0.014104507 0.027623046 -0.0022887082 0.0030245604 -0.00026915784 0.0068378225 0.0035397722 0.019229192 0.006831469 0.011310116 0.021415666 0.02097814 -0.0043420475 0.003900767 -0.013982057 -0.028596576 0.01742335 0.022055639 -0.022902675 -0.0078026894 -0.00084097387 0.009767657 -0.025096947 -0.014029709 -0.009756105 -0.004415113 0.010259188 -0.021397471 0.028569432 -0.020120127 -0.028163673 -0.017580165 0.005229806 0.0180665 0.028841766 -0.03425842 -0.008822139 -0.0019022991 -0.023005776 0.011603533 0.06283189 -0.013748421 0.037785776 -0.013684308 0.006986263 -0.004943032 -0.03228537 -0.015027788 0.012757851 -0.028360631 -0.0065689534 -0.008561068 -0.031394143 -0.024152298 -0.018934041 -0.028571742 -0.012010447 0.0009281903 -0.005301139 0.01662945 -0.02476743 -0.007390289 -0.008261875 -0.011630392 0.01662223 -0.019782813 0.022085961 0.0022445223 0.008866325 0.0010806746 0.011793561 0.004509838 0.004920506 0.0075837825 0.0017888022 -0.035129722 0.0036191912 0.0039943373 -0.0045317863 -0.011409174 0.016209252 0.015182293 -0.014639645 0.025623713 0.027917907 -0.038102586 -0.024407014 0.0153425755 0.016963298 0.003950729 0.005256664 0.0024279077 -0.0014101907 0.008295953 -0.03315378 0.012936904 -0.03618787 -0.0173035 -0.0048731435 -0.012852865 -0.011458268 -0.0020224382 -0.0125398105 -0.005840032 0.0067494507 -0.0022895744 -0.019582966 0.0005634409 -0.0133799175 -0.016650531 0.023161147 0.031904448 0.0024596753 -0.007728758 0.04315103 -0.031704023 0.0032862094 0.0049551614 -0.003766477 -0.015793964 0.008510239 0.01627423 -0.018429805 -0.021156326 0.0034791252 -0.029417047 0.02690279 0.010578019 -0.020314775 0.002535051 -0.005745307 -0.0066821612 -0.01227354 -0.0066590575 -0.008772466 0.018931441 0.0069166636 -0.05088643 0.027889606 -0.0341894 0.003575583 0.01619337 0.019693865 0.052371994 -0.017406022 0.008755428 0.022511357 -0.012135495 0.01997775 0.025498375 0.012918999 0.008590236 -0.028053353 0.0033569646 -0.010818008 -0.0049280147 -0.0031005135 -0.02476512 -0.022544568 0.017282417 0.0033355935 -0.01742566 -0.024951106 -0.008370174 0.014378575 -0.0124618355 0.01957257 0.023496442 -0.029311348 -0.019281464 -0.0029442748 0.007662335 0.020118972 0.0013749576 -0.008795571 0.006992328 -0.0061796564 0.019339511 0.038752954 -0.0046412405 -0.023571815 0.002570573 -0.013253425 -0.0057250913 -0.01873304 -0.0008770734 -0.007026984 0.002141711 -0.002533607 0.010184102 0.0075450838 -0.039144274 -0.0040723123 0.028361788 -0.024184063 -0.008953253 0.011738112 -0.002537939 -0.004458432 -0.032288253 -0.0067569595 0.025134202 -0.027940433 0.015256802 0.011750242 -0.012002071 0.006831469 0.012409562 -0.020618012 0.0019574591 0.018359048 0.00792947 -0.026431762 0.0070870533 0.018884946 -0.016046949 0.014094688 -0.010505242 -0.0018584022 -0.017728897 -0.04045454 -0.013497746 0.0020316797 0.0128623955 0.07665194 -0.0005461132 0.021154882 -0.015286549 -0.031504177 -0.032644343 0.014855665 -0.011364122 0.00146073 -0.0026453712 -0.010956053 0.010496579 -0.035112392 -0.002907598 -0.029497331 -0.02481335 -0.040383495 -0.002335782 0.012306174 -0.023592321 -0.015710212 -0.0042092013 0.007293253 0.02552812 -0.025529563 -0.006556246 0.019935874 0.022170288 0.015412464 0.010607476 -0.0009689105 0.0010910713 0.050396055 -0.01332649 0.0039810524 0.0072793914 0.0078445645 0.0023753468 0.022054771 -0.012773446 -0.010532388 -0.015166121 -0.0155481985 0.0044243545 -0.003431185 -0.015541555 0.01692662 -0.018939817 0.035223868 0.007554325 0.0013911303 -0.015261134 0.029710174 -0.021531183 -0.009800003 -0.009235118 0.025106478 -0.015886955 -0.009809821 0.010266408 -0.036895707 -0.013065419 -0.023788415 0.031355154 -0.0011242827 0.004441682 -0.015277307 -0.0021134089 -0.0049008676 -0.0025477582 -0.019912194 0.015496215 -0.017446164 -0.01707333 0.0066105397 0.006856594 -0.0033711153 -0.0011364121 -0.013838526 0.0031585617 0.017530782 -0.0051740687 0.028262151 0.010518816 0.014703759 0.03272347 -0.01848323 0.016651686 0.0034626639 0.001368893 0.017676337 0.0012077448 -0.0027825492 -0.027513305 -0.0029125074 -0.010967605 -0.009589182 -0.03065165 -0.009069637 0.039086226 -0.006683894 -0.002973732 -0.016580932 0.013769792 -0.016272208 0.0058689117 -0.022829322 -0.011386359 -0.0036217906 0.0024180887 -0.00878604 -0.018220427 0.021709949 -0.026585113 0.010636933 0.012860951 0.025712948 -0.014870393 -0.006814141 -0.009198152 -0.0033197098 -0.018218117 0.004459876 -0.0018939241 0.04015968 0.006574729 0.020149007 -0.032800578 0.024974788 -0.016575733 0.006576462 0.0155248055 0.04744889 -0.006578195 -0.0024914427 0.014874726 -0.003465263 0.00961344 -0.011412639 0.020479389 -0.011389825 -0.002580681 0.016617032 0.00337718 -0.01224957 -0.019687511 -0.008191121 0.01733267 0.0077455086 -0.0022898633 0.04630064 -0.004533808 -0.019093458 -0.038781546 0.0021024349 0.008446705 -0.024624478 -0.020822767 0.01200727 -0.02343666 0.019690398 0.021427507 -0.014318216 0.007498299 0.008280358 -0.0030597933 -0.010263809 0.030310582 -0.0010907823 0.0044734497 0.015785877 -0.009271506 -0.0070134103 -0.007436496 -0.0022101556 -0.0027143934 -0.011084279 0.012862973 0.013492837 -0.013525759 -0.017935384 -0.022400748 0.0056837937 0.0076868823 -0.023153352 -0.0061273845 0.004526877 -0.01912638 -0.0005461132 -0.027556624 0.010039414 0.018303601 -0.015847102 -0.010138472 -0.0025385167 0.0047865044 0.01609922 -0.013124044 0.0048488844 -0.0035365955 0.009349769 0.010200851 -0.014777401 0.0019869164 0.0035960875 0.014771625 0.013948268 0.013187868 0.008095818 -0.0005654625 -0.0021292928 0.0082225995 0.018362224 0.029030062 0.0054839468 0.009122487 0.0055469046 -0.013987255 -0.00075664546 0.003635364 0.0042175762 -0.00023507992 0.012028352 -0.02586399 -0.02809205 -0.018233422 -0.04477464 0.008085998 -0.0012034128 0.019142553 -0.0036174583 -0.0005680617 -0.012778067 0.018658241 0.013813689 -0.040657565 0.0004531209 -0.012602768 -0.012598435 -0.021724967 0.0059792316 0.01190908 -0.005667332 -0.016515953 0.0014119234 -0.01217275 0.02998944 0.0055509475 0.045372445 0.011058864 -0.0021593275 -0.017183073 0.009864404 0.009024297 -0.026265994 0.0061669494 -0.0035276427 -0.0039487076 -0.01059217 -0.0015259979 -0.0063332957 -0.008892029 0.007171959 -0.011840346 0.018101731 0.0006463254 -0.020404302 -0.012706156 -0.02181536 -0.01342006 0.017430281 0.03460238 -0.00874763 -0.005860537 -0.0069859745 0.0037731193 -0.008761781 0.018558608 -0.036657453 0.0007549127 -0.0025743272 0.04788237 -0.003390176 0.004776974 -0.0028278902 -0.043419898 -0.015115581 -0.019632928 -0.021767998 0.04851686 0.02155371 -0.010591015 -0.015253337 0.0014532213 0.008527568 0.009962594 -0.014857686 0.01184179 -0.0064482363 0.03859383 0.005422433 -0.0034251204 -0.028652893 -0.004755315 -0.0123546915 0.0084565235 0.004222486 -0.025524655 0.001160671 0.010021221 -0.017159678 -0.0024686279 0.00914819 -0.0121363625 0.011803669 0.025257807 0.015397445 -0.011360945 -0.009191799 -0.006473362 0.009261976 0.006319434 -0.0026693414 -0.01077902 -0.036546554 0.007631434 0.0026520134 0.004230861 0.035293177 -0.0033572533 0.038159765 0.011903881 0.021801207 0.01690785 -0.029756092 -0.01499833 0.016553208 -0.0029942368 -0.01462665 -0.014991689 -0.019907573 -0.017674603 0.035783265 -0.028408859 -0.01776875 -0.013846323 -0.0143006 0.013708567 -0.025612736 -0.010442574 -0.026857737 -0.0022277723 0.024039954 -0.015817933 -0.00689356 -0.0048656343 0.019209843 0.005240203 -0.031684384 -0.01591959 0.022809684 0.019187316 -0.014956743 0.03589012 -0.0042118006 -0.0062605194 -0.005180711 0.0041754125 0.023176743 0.008661569 -0.0090315165 -0.0009362765 0.032669757 -0.019435102 -0.026938599 0.00022786003 0.014322837 -0.022046685 -0.0002934167 -0.013089677 0.010224245 0.022857623 -0.03673629 -0.0135913165 -0.0328722 -0.03226429 0.018928265 -0.020371668 -0.007899725 0.009108625 -0.02335984 0.0029971246 0.0022439447 -0.007075213 -0.0066339322 0.0129403705 -0.012314838 0.0067748646 0.010997639 0.02556682 -0.025657501 0.01908537 0.019017791 -0.013939893 0.0019473511 -0.030611508 -0.0071505886 -0.021803519 -0.0017561683 0.015158323 0.02340316 -0.027935235 0.008060585 -0.018091625 -0.00082826684 -0.009214036 -0.06342826 0.0133048305 0.0062899766 -0.0041271835 -0.012630203 0.008157619 -0.02248681 0.0103247445 0.013142238 -0.0052338494 0.00069888623 -0.0066529927 -0.009953931 -0.012216647 0.010039126 0.012664859 -0.010744943 0.022658354 0.0095158275 0.023999235 -0.0068698786 0.04204783 0.029468743 0.07283579 -0.01621185 0.018644957 -0.0021264048 -0.019675959 0.012257946 -0.0030820307 -0.013353925 0.005883352 -0.006516681 -0.00022959281 0.0024914427 0.015357592 0.0036163032 0.013065419 0.055259377 0.011646275 0.0047316332 -0.0027470272 0.014859996 0.009223277 0.011665047 0.020505382 0.0037918913 0.01442276 0.019985259 0.020357229 0.046322584 -0.018063322 -0.044567574 0.0129900435 -0.009709031 0.009061552 0.0073865345 -0.007053264 -0.008748208 -0.03203065 -0.006411848 0.004897402 -0.02427648 -0.032095343 -0.00061946735 0.0045005963 -0.015614332 -0.010286336 0.013677955 0.04224623 -0.008282958 -0.012939215 -0.012639733 0.025477292 -0.021347798 0.013172562 0.0039279144 0.02230227 0.0090988055 0.0037907357 -0.008512261 0.0019014326 -0.002920305 0.0036766613 -0.017210217 -0.016114527 0.009413016 0.004631999 0.0025850127 0.0020960812 -0.017422773 -0.022142276 -0.005766678 0.010638955 0.0030456425 0.0018497381 0.07191366 -0.024828078 0.0036524027 -0.005972878 -0.035245527\ncông_chúa -0.0056861998 0.017953899 0.0075356103 -0.008103858 0.002718408 0.0041559013 0.003224868 -0.007284738 -0.0002412373 -0.006071566 0.0029546402 -0.01229698 0.019200819 -0.0147821335 -0.01021109 0.009952276 0.01375234 -0.017833054 -0.0067877066 0.01693676 -0.009232164 -0.008079292 -0.007428413 0.011136912 -0.01074162 -0.007965394 -0.009293457 -0.0010435659 0.009214051 -0.001686331 -0.004658887 -0.0037320724 0.0025536409 0.008188971 0.0020487937 -0.0036295897 -0.00045593816 -0.0022591695 0.006813762 -0.009497678 0.0029347888 0.0077763093 0.0028600977 -0.004194115 0.005617464 0.00951207 -0.0028538941 0.010619037 0.00021595896 -0.012278866 -0.0042005666 0.009602395 0.015257825 0.005214976 0.00067596673 -0.0018929847 -0.0059199505 0.00014822333 0.0067713293 -0.005302074 -0.00036926178 -0.015226062 0.010384046 6.623933e-05 -0.008528182 0.006704579 0.00038377816 0.009832175 0.015223084 0.011427736 0.015380407 0.0049660886 -0.005819949 0.00066311285 -0.01009347 -0.0007148011 0.004981225 -0.0036186713 0.0074529788 -0.0032449677 -0.0035573798 0.0025077346 0.0019038038 -0.0039107357 -0.011154778 0.0030476938 7.0921786e-05 -0.002410909 0.016422113 -0.0050251465 -0.0026385058 -0.0052713044 -0.0039380314 -0.0058683367 -0.000267002 0.0041015577 -0.008439596 0.0062713213 -0.004311983 -0.0011559003 -0.005897618 -0.005197109 0.005899106 -0.0076395823 -0.015121841 0.006840065 -0.00596412 0.005320437 9.41182e-05 0.01086718 0.0020087932 -0.007977553 -0.0050395387 -0.00737134 -0.009171618 0.002666546 0.0026154285 -0.0063202055 -0.011864715 0.006878528 -4.8544243e-05 -0.0012322539 -0.004245729 0.0035199102 0.007510548 -0.0011413094 -0.013734473 0.0025992992 0.015374451 0.004160864 -0.014865759 0.0015454354 0.010548812 -0.0078083198 -0.011858015 0.004385682 0.0003660111 0.012202934 0.018228594 0.004419429 -0.0024694707 -0.001948941 0.014351606 -0.008174082 0.0063735563 0.011753299 0.00795398 0.0018048193 -0.014183365 -0.006396882 0.003058612 0.0019363848 -0.003287648 0.007665141 0.0010762215 0.010385037 0.011679353 -0.0045782407 0.0040283552 -0.010145332 0.0082661435 0.004677498 0.008152991 0.0071311374 0.0031499288 -0.014170958 0.0014945164 -0.008289717 -0.003848948 0.0059477426 -0.0004027363 0.013588565 -0.00042621064 0.0002661583 -0.008543071 -0.00017746948 -0.0064643766 -0.0047077714 0.008850769 -0.001024434 -0.0033874018 -0.018607756 -0.004205778 0.011909877 -0.0046112435 0.0024108097 0.0027635698 0.004392133 0.0041425014 -0.008135869 2.6176618e-05 0.0019779985 -0.0097019 0.0062301294 -0.0044650873 0.0039417534 0.0071274154 0.023374835 -0.00207666 -0.014141429 -0.0016344195 -0.008384012 -0.0013461764 -0.013987083 -0.0044271215 -0.0035571319 -0.0012169187 0.012294003 0.010907875 0.00064626394 -0.018919673 -0.01434044 0.00416806 0.009353507 -0.0064321174 0.0052477308 -0.006574552 0.002007478 -0.008089714 -0.006987214 -0.0039196685 -0.01612459 -0.0077075735 0.020834344 0.002443515 0.0042554066 0.0013303945 -0.004254662 0.004350197 0.0038916285 -0.0028849118 0.008435129 0.027248595 -0.0013195259 0.0064142514 0.004284191 -0.0074552125 -0.010043097 0.0010740876 0.0012497233 -0.00084840134 -0.010422011 -0.00054167164 0.00073229516 0.0065926663 0.010200915 0.013358041 -0.0026447093 -0.00035841792 -0.0028395017 -0.0075137736 -0.012198468 0.0083301645 0.0037551497 -0.0023214286 0.004718938 -0.00028422315 -0.0010664695 0.0063743 -0.012106655 0.0024526217 0.004685687 0.00868501 0.005665604 0.009368644 0.005617712 -0.009181792 -0.003233305 0.0063939034 0.0024303384 -0.0072638937 0.004681716 -0.0039680563 -0.010073867 -0.0006354449 0.011398454 -0.0048261355 0.011727989 -0.0018799821 -0.0036670591 4.9757655e-05 0.0029102226 0.009836145 0.0023563919 0.010958745 -0.0024024225 0.0010705639 0.002818906 -0.018744484 0.006342538 0.0021203086 0.00699838 -0.009498919 -0.0022326678 0.0020377513 -0.005761387 0.0047807256 0.0018293856 -0.00077720906 0.0043578898 -0.017589658 -0.047356196 0.009590472 -0.006564912 0.08790204 0.037075546 0.0063449545 -0.007051272 0.036784656 -0.0040486096 0.026492435 0.0039875535 -0.011168128 0.0709818 -0.020610753 -0.012926133 -0.04068984 0.006858195 0.008799655 0.030675275 0.02020785 0.065621324 0.044985056 0.02473218 -0.03663754 -0.07155652 0.008173413 0.083479926 0.13817564 0.050614305 0.003077043 -0.06100248 0.03010913 0.043034803 0.030353535 0.0020803271 0.017137814 0.017756267 0.013833785 -0.03390756 0.047933664 0.020941328 -0.022812124 0.06125153 -0.03065072 -0.029488178 0.036355313 -0.024250558 0.058434717 0.022766678 0.07410797 0.036823053 0.028784163 -0.007719692 0.0021026332 -0.023925895 -0.032416116 -0.008212173 -0.0074306377 -0.03490825 -0.07890609 -0.0018384103 0.033028375 0.016685512 -0.043177478 -0.03799796 0.018537082 -0.025885679 0.039496217 0.0030913588 -0.050526023 -0.004933788 0.018709777 -0.0009930105 -0.03909761 0.01827842 0.050983414 -0.02642541 -0.08035735 0.06449933 0.002969763 -0.039645076 0.026128015 -0.0027193513 -0.07551613 -0.015855212 -0.037522845 -0.06865451 0.014284202 0.057259798 0.006034426 0.06600259 -0.052003816 -0.024392104 -0.03255415 -0.009313016 -0.016336672 0.008713459 0.03308072 -0.051803738 -0.046048176 0.08154148 -0.04286684 0.054135326 0.02585132 -0.0049260287 0.07350129 -0.036178168 0.08529513 -0.036198575 -0.01780297 0.06709166 -0.05529287 -0.04525049 0.010796276 0.0024987878 0.07755852 -0.031707063 0.009450773 -0.051821362 0.0013147641 -0.058179557 0.015369477 0.032144744 0.01689069 -0.011735244 -0.0010986186 0.055687748 0.044677053 0.002416052 0.017243635 -0.05189536 -0.00030700487 -0.018759668 -0.014626499 0.013394756 -0.092846476 0.044987965 0.05213444 0.0028736598 -0.00546566 0.008050843 -0.04026933 -0.0139928395 0.014990155 -0.044048972 -0.029741526 -0.08718573 -0.04360945 0.038189918 -0.12909798 0.015569483 0.040722515 -0.10800848 0.08041129 0.040504683 0.019422872 0.021563215 -0.028522514 -0.056703858 0.10535457 -0.07212541 0.029351665 -0.0048782215 -0.015839854 0.030412525 0.015596214 0.0047717444 -0.046470087 -0.035326183 -0.0071055433 -0.07244432 0.0010083655 0.02620501 -0.008045612 0.041175812 0.03825122 0.08186252 -0.010691868 -0.010800455 0.046880007 0.043512635 0.008014551 -0.085938014 0.03259717 0.035822317 -0.03329836 -0.08183135 -0.050169464 -0.021653801 0.05235034 0.078566074 0.011775471 0.015201608 -0.0326366 -0.0063818693 -0.074669555 -0.040914517 -0.0017353331 0.022083566 -0.034288283 0.003489302 -0.029441299 0.030024925 -0.055067576 0.010142893 -0.044418156 0.062286753 -0.05153545 -0.015181954 -0.12617408 0.051225055 0.03270143 0.016548434 0.019361664 0.0012975438 0.05572186 -0.07891946 -0.0040198844 0.06326088 0.05654063 0.013943857 -0.032370728 -0.041112717 -0.03178896 -0.01663527 -0.027795203 -0.027654804 0.03426324 0.03274792 -0.0073202075 0.004749286 0.01874222 -0.014628518 0.03760757 0.021389175 -0.01967669 -0.010566637 -0.0058425786 0.0022721328 -0.040472437 -0.023464695 -0.053182997 -0.016161049 0.019784361 -0.05356027 -0.053453356 0.054087896 0.032626238 0.02957719 0.009805762 -0.017288836 -0.06462778 -0.015519827 -0.020077787 -0.05744256 -0.013618888 0.054485783 -0.00354342 -0.051870022 0.025178118 0.08339336 -0.060768604 -0.0360773 0.025047839 -0.015568493 0.0016969847 -0.022102708 -0.01874955 0.062450577 -0.028443003 -0.037988864 0.030755412 0.013024584 0.070799805 0.014541765 0.04852811 0.059638467 -0.051081695 -0.0029827317 0.020146832 0.09210994 -0.04670997 -0.023938691 -0.09050492 -0.04301887 -0.07346869 -0.034354564 -0.0077637057 0.035202917 0.017646486 0.013173883 0.016625121 0.026929026 0.006460333 0.010657776 -0.059862733 -0.0016736548 -0.049149815 -0.09627438 -0.020107036 -0.02495377 0.018343484 7.047265e-05 -0.019074017 -0.021754956 0.010431441 -0.0051018223 -0.032954898 0.011985561 -0.039802156 -0.036583245 0.03183155 0.024481304 -0.0022479286 -0.037118986 -0.05091525 0.023191208 0.0028667974 -0.010622263 0.029939957 -0.008640343 0.050544024 -0.017248677 0.0033137035 0.020832608 -0.024466168 -0.0013223547 0.0026367689 0.023739107 0.021985728 0.01965244 -0.006579515 -0.01311486 0.0013709908 0.031616658 -0.004093617 -0.027246859 0.028635966 0.011676375 -0.018687163 0.038620003 0.002127083 0.023420742 -0.018339017 -0.024906622 -0.029044906 0.0025997953 -0.012620808 -0.0140813785 -0.03980042 -0.020485207 -0.018676989 -0.0007099375 0.025322013 -0.015100999 -0.01906285 -0.030283386 -0.010372383 -0.008134131 0.0044442434 0.00037469613 0.02049141 -0.031745695 0.010214812 -0.0017208725 -0.006286706 0.008886005 -0.018266063 0.0017044952 -0.010635166 0.017403021 -0.011948836 -0.016409704 0.032145947 0.014440441 -0.022948772 0.010064437 0.010285037 0.021947019 0.0054115052 0.040843118 0.008845806 -0.0047013196 -0.021276535 0.0347048 0.04093642 -0.017814692 -0.0035092402 0.0020987946 0.009048291 -0.019469805 -0.009074842 0.024653267 0.032215428 -0.016726336 -0.0065636337 0.014246393 -0.010464692 0.0002330064 0.0163303 0.012327998 -0.0020504068 -0.0010960482 0.017898813 -0.01580622 -0.018733317 -0.010379827 0.010187268 0.015578425 -0.0016355113 -0.009899174 -0.04005179 -0.0035712759 0.031057097 -0.0068105357 -0.008128921 0.031058585 0.0029079893 -0.0016169006 -0.01991547 0.007945543 -0.04461018 0.039494954 -0.008362424 0.022144293 0.015070229 -0.0048204283 -0.0008933152 0.010784796 0.006311272 -0.025384048 -0.026248826 0.0035819463 -0.0003516188 -0.014676921 -0.033941265 0.024124473 0.011849082 -0.0152575765 -0.014384856 0.008087729 0.02745381 0.02151252 0.028395265 0.01741816 -0.0063400567 0.012188542 -0.014069468 -0.010473377 -0.018977987 0.014104951 -0.0028037692 0.010100666 -0.008738112 0.041418064 0.01801941 -0.0007312778 -0.005845756 0.024834413 0.012698477 0.003173006 0.006387204 -0.010559234 -0.028696513 -0.010551046 -0.016201017 0.045721114 0.027669447 -0.04039869 -0.03598249 -0.0073810173 -0.0034668075 0.008697416 0.0004846235 -0.022160174 -0.014596275 0.006368842 0.000794058 -0.006957685 -0.0016744698 -0.0036020456 -0.013826535 -0.011952806 -0.0037161913 0.035687447 -0.0117307175 0.025090247 0.0139483735 0.0038290967 -0.0011461731 0.020134581 0.0007340074 0.016236998 -0.012996744 0.022319233 0.029784868 0.015106457 -0.0010809114 0.015289091 0.016524099 -0.014264508 -0.008159691 0.009539118 -0.0014501484 0.003593857 -0.003096578 0.024025962 0.026530718 -0.005749228 0.010505139 0.033550937 -0.017416669 -0.0079859905 0.024242591 0.006803588 -0.0064805057 0.022002107 -0.018258868 -0.012145862 0.027183581 -0.018267056 -0.0029658068 0.0355537 -0.0044109924 0.0037633386 -0.0109726405 -0.0061137504 0.0022489212 0.00850858 -0.027848855 -0.031242212 -0.0054760226 -0.008783522 -0.029515136 0.01303868 0.0077874754 0.008573841 -0.02931389 0.015732523 0.01292106 0.051841814 0.009973864 0.05103907 0.021889945 -0.0036663148 -0.014420837 -0.0160293 0.01579034 -0.019275261 -0.005391406 0.022662664 0.016781919 0.00045062794 0.025897209 0.017275725 0.0054415306 0.025932446 -0.022601867 0.0292861 0.010386279 0.0067929183 -0.023686254 -0.01216472 -0.005494385 -0.039206862 0.006514253 -0.048893377 0.01358807 -0.012373408 0.019478241 0.032190118 -0.017967299 -0.05614858 0.020089172 0.039408106 0.024250532 0.008217012 -0.020973802 0.0147439195 -0.014638211 -0.01626975 -0.04014509 0.035118703 0.029490072 0.003926369 -0.017100288 -0.010852788 -0.0056861998 -0.0030725081 0.018976497 0.012156531 -0.019918201 0.021931633 0.00944656 -0.017204506 -0.0009950539 0.012383086 -0.016671248 0.01702113 0.004374019 -0.012986322 -0.012220057 0.021708801 -0.00622467 -0.040179085 -0.0065341047 -0.011267931 -0.006445022 0.008165893 -0.020657418 0.023747792 -0.019114217 -0.020919707 -0.027246116 -0.0092976745 0.026797226 0.013431244 -0.0025752294 0.011166689 0.013516604 -0.014156069 -0.0070735677 0.054152027 -0.016984653 0.022358688 -0.012687062 0.0052075316 -9.752025e-05 -0.010422756 0.0009930688 -0.009631676 0.0014124307 0.0055598947 -0.04371066 -0.032134533 -0.002044203 -0.009990242 -0.0047663334 0.004623651 0.028595516 -0.01811544 0.013417595 -0.017897323 0.007354714 -0.0088936975 -0.009070127 0.030352373 0.00094840303 -0.0013945644 0.013910903 0.0408585 -0.04060589 0.00078388414 0.004188904 0.02258822 -0.0021804336 0.017374733 -0.019109005 0.0028372684 0.021572571 -0.017173242 -0.010204638 0.0026831715 -0.008777815 -0.016091585 0.0073470213 0.026490767 -0.01664296 -0.030496541 0.044111658 0.009289982 -0.038553253 -0.001120118 0.015289835 -0.023718016 -0.01795663 -0.019120917 -0.009691726 -0.005023161 0.027526766 0.008532898 0.021713516 -0.008952756 -0.0028442165 -0.01730178 0.009905377 0.0036266115 0.005372795 0.007705836 0.014741439 -0.026703427 -0.008909331 0.024176585 -0.010812588 0.01175454 -0.015314153 -0.009731925 -0.023456968 -0.02593964 -0.010984551 -0.018720167 -0.011947347 -0.0047497074 0.0017898564 0.015591577 -0.009477579 -0.0049626143 -0.014727047 -0.006475295 0.00050844526 -0.022784254 -0.00079108024 0.008225201 0.0061623864 -0.03872199 -0.0047864327 0.0131711885 -0.0056735445 -0.0034678003 -0.018041495 0.01896955 -0.0045988364 -0.009747558 -0.014087086 0.012801208 0.0073867245 -0.03634304 -0.0060065524 0.017678957 -0.0029278407 -0.017345205 0.0031496806 -0.0065529635 0.03194247 -0.008829925 0.01286895 -0.0058817365 -0.00526386 -0.012394501 -0.0140049495 -0.020707792 0.012888305 -0.0037601127 0.0073604216 0.0052487236 -0.006278517 0.0125344535 -0.00860064 0.021627907 0.001959338 -0.033917196 0.0025903662 -0.0020446994 0.0014620593 0.018034546 0.011681586 -0.0025397448 0.007946535 -0.013380373 0.023230663 0.013420573 -0.006199111 -0.035328384 -0.015574704 -0.010977107 0.0055072885 0.019782465 -0.008410563 0.010216053 -0.027668703 -0.02905458 0.0050775046 -0.0013474171 -0.016751895 -0.0027608403 0.0015136731 -0.029655337 0.0002250658 -0.01829758 0.017519152 0.012942402 -0.046481673 -0.01623799 0.043512892 -0.020126391 0.00983019 0.029896036 0.023837125 -0.003528347 0.01661616 -0.059315633 -0.013153323 -0.006575545 -0.017278453 0.005667589 0.028955573 0.024251524 -0.015036729 0.023103366 -0.01378187 -0.00668175 -0.04535684 -0.02153262 -0.0016082156 -0.008246044 0.013018085 0.052891705 0.015969003 0.006197375 0.014754837 -0.019985199 -0.018193109 0.0065006055 -0.0010010094 -0.019990161 -0.005627886 -0.0051318477 -0.012256037 -0.039182294 -0.026598958 -0.037969124 -0.05944492 -0.029934002 0.014618607 -0.004627125 -0.041820057 -0.016271489 -0.0439727 0.011278849 -0.009200403 -0.012705175 0.028519338 -0.008234133 0.035036318 -0.01286771 -0.022594424 0.013396006 -0.016941477 0.0018543736 -0.020812012 0.03884532 0.027635701 -0.013579384 0.00022258438 -0.004696109 0.0022263401 0.014864021 0.001087115 0.0042452323 0.0022846537 -0.02674561 -0.0126982285 0.023962934 -0.013924055 0.002224355 0.02069067 0.021582495 -0.04421439 0.036368355 -0.010435162 -0.009014295 -0.052913543 0.021518724 0.0027332965 -0.012735202 0.02751808 -0.015172463 -0.008853995 -0.03698176 0.009344078 -0.028509907 0.0038774845 -0.0011893499 0.0117905205 0.0006034841 0.0091763325 0.015023578 0.00084939395 -0.009591228 0.018089633 0.0061658607 0.022551743 0.0058474927 0.0385736 -0.011477612 0.012483087 0.02907741 -0.010698939 0.019658394 -0.007306575 -0.020601835 0.05947172 0.030721856 0.019508764 0.0056437673 -0.010761719 0.027009385 0.006158912 -0.008089466 -0.0003005013 0.004074262 -0.01796705 0.036604833 -0.04805366 0.006756937 0.01183345 0.009602891 0.007441068 0.021231126 -0.0003377228 0.0022447028 0.034647234 0.018253159 -0.016790604 0.012880862 0.028893288 -0.01311486 0.0029203964 -0.010777352 -0.016643953 0.010198434 -0.0065877037 0.0060328557 -0.027399715 0.014756079 0.0019372534 -0.003985675 0.0020025151 0.02516742 0.03246655 0.05263289 -0.017374486 0.006884483 -0.04851347 -0.008441084 -0.010854525 0.014652356 0.011180584 0.01978991 -0.015241943 -0.002694586 0.009539118 0.006320702 -0.0054348307 -0.003470778 0.020600097 0.0040958505 0.009573858 0.039498184 0.008392201 -0.02112368 -0.0003945476 0.007595165 0.0299474 0.022983015 0.0012786816 0.037476063 0.015996546 -0.010417297 -0.006690931 -0.0021253459 -0.013750107 -0.020006787 -0.014626052 0.028703706 -0.011813846 0.059169978 0.029774694 -0.01975517 -0.010748319 0.0035534094 0.04036147 0.044014633 0.044034485 -0.011678608 -0.0020040039 0.019804303 0.008557712 0.04568414 0.022419732 -0.02212866 -0.027865728 -0.039842356 0.0010590748 0.00193502 0.0056658518 0.009474601 0.007019473 0.0041474644 -2.7295744e-05 -0.010711098 -0.0034541523 0.0034581225 -0.009037125 0.0005823919 -0.026751814 0.04966262 0.00096949516 0.015932525 -0.0030241203 0.010079077 0.022040568 0.042294506 -0.0013310397 0.025029203 -0.013804202 0.005429868 0.02150458 -0.003880214 -0.017099543 0.021656195 0.038165405 0.012376387 -0.00867831 0.0008836377 0.010036397 0.01651045 0.009167648 0.016528813 0.0005347484 0.018838778 0.01013615 0.011517811 -0.011016314 0.017247684 0.042962257 0.002019885 -0.020379996 0.0014925809 -0.0637698 -0.018853169 0.032153394 -0.03249186 0.013434964 -0.010881324 -0.020479998 -0.019197097 -0.010845344 -0.0064073037 -8.809081e-05 0.033340015 -0.008343317 -0.020900102 -0.023285998 -0.001946931 -0.04658391 -0.0010273126 -0.015256584 -0.0070877117 -0.013462509 0.022266626 0.0074187354 0.042139415 -0.0051941318 0.062977485 0.013381613 -0.0043077646 -0.025862718 0.008847791 0.033257134 0.0044688093 0.015735997 -0.018472519 0.025338639 -0.010557746 -0.0060100267 -0.039319023 0.00034740038 0.010771397 -0.0037789717 0.0280831 0.01776829 0.002735778 -0.034120675 -0.027805181 -0.033074997 -0.0053286254 0.03301718 -0.022488963 0.00079753203 -0.028430006 0.015719866 0.017074233 0.0038050266 -0.024672374 -0.032186642 0.025462462 0.047900308 0.02166339 -0.022321716 0.008530912 -0.024429938 -0.00036104827 -0.03501895 0.023639107 0.012547853 0.011212347 -0.019436307 -0.014799752 -0.016130047 0.0103967 0.004381215 -0.010610104 -0.0047514443 0.0052971113 0.036127653 0.0051777544 0.016902516 0.027630737 0.010163942 -0.014780893 0.01436575 -0.0054777595 -0.00805274 0.011651808 0.029422332 -0.036987964 -0.0041774893 -0.008430911 -0.013644895 -0.014812408 0.0020987946 0.030686868 0.014493296 -0.019475512 -0.028984359 -0.031218141 0.022841327 0.035623178 0.028638445 -0.004560126 -0.00062805024 -0.023591712 -0.019875024 0.032425854 -0.038480297 0.014252844 -0.00522242 -0.0057948865 0.04537024 -0.035206795 -0.037395168 0.020234335 -0.010974377 -0.022786982 -0.025825497 -0.01638216 0.011756029 -0.0022327919 -0.0019203796 0.021878283 0.018522892 -0.028348861 0.025948573 -0.008141328 0.00027295743 -0.025541123 -0.011956031 0.04032971 -0.021755453 -0.013374667 0.03554303 0.031533778 -0.029356573 0.0042124777 -0.04638614 0.041935693 -0.003070523 0.0038353002 0.017941492 -0.025157742 0.029352106 0.002694586 -0.0005414483 0.014646648 0.00802867 0.0071792766 -0.0037715272 0.04460968 0.01200988 -0.016969267 0.011814094 -0.0025940882 -0.03276978 -0.018988656 0.02776002 0.0049866843 0.020838315 -0.02226365 -0.0162834 -0.029907947 0.011511111 0.015406462 0.0003302785 0.017590865 -0.006654454 -0.033252668 0.025593977 -0.0033432322 -0.039961215 0.015552867 0.0076621636 -0.016523356 -0.012506166 0.011293242 0.025008112 -0.0038993212 0.012514106 -0.0024285768 -0.0106426105 -0.0042323293 -0.038483277 -0.008487487 0.0048070285 0.017115673 -0.013497746 0.01481737 0.010894972 0.0034737557 0.01693552 -0.003259856 -0.008672106 -0.0401508 0.029405953 0.025982074 -0.0071093007 -0.030947417 -0.006180749 0.008978066 -0.011210362 0.0042487066 -0.0088438215 0.0007764398 -0.011066687 -0.008112047 -0.004409007 0.0112843085 0.010169153 0.0049370555 -0.018993868 0.017098302 0.016969267 -0.046006233 0.010023493 0.013644895 0.05307434 -0.034827136 0.0025566188 -0.0075571984 -0.0025385043 -0.013129502 -0.0061787637 0.0051901615 -0.004450695 -0.029121581 0.0030593567 9.305367e-05 0.021482494 -0.0053856983 0.0104547655 0.03179954 0.0021442047 -0.021341797 -0.003916443 -0.0003791627 0.01105304 0.008747045 0.036036335 -0.0066745537 0.0065663634 -0.019266577 0.02034054 0.0052834633 -0.006733612 -0.034799095 0.0035893903 -0.004185926 -0.009156481 0.014646151 -0.015238717 -0.006493161 -0.03547082 -0.033932082 -0.027163731 0.019261118 -0.0017910971 0.009948554 -0.008090459 -0.022519981 -0.013432731 -0.0038906361 0.050029874 0.008256218 -0.009958976 -0.018564332 0.032337017 -0.005459645 0.02601731 0.00042482102 0.021267107 0.007457445 0.014198253 -0.013250347 -0.015998779 -0.021976547 -0.0005957917 -0.0019727377 -0.0056770183 0.030195545 -0.0321529 0.0076986407 0.0011570913 -0.022061413 -0.004160864 0.034055658 -0.017076466 0.015953617 0.01809956 0.046216656 -0.00012928258 -0.0042916355 0.019316453 0.003906269\n"
  },
  {
    "path": "src/data/embedding_dicts/W2V_C2V_23.vec",
    "content": "23 300\ntôi 0.07352853 0.08678736 0.0036432447 -0.07279798 0.15125743 0.010289791 0.019780997 -0.1430503 -0.027089203 -0.007154962 0.081558704 -0.02024379 0.011194416 0.04385842 0.1331778 -0.031042216 0.022185378 -0.0039541554 0.08882454 0.01051968 -0.14493038 0.058162525 -0.03546986 0.015447343 0.06458374 0.050529674 0.013228569 -0.026374368 0.09651809 0.096560776 -0.013512612 0.06553774 0.05720846 -0.035158254 0.098175846 -0.07298209 -0.041891787 -0.07186835 0.048196226 0.09488145 0.04341189 -0.011811122 -0.0060730632 0.10471156 -0.10507455 -0.026528813 0.02122654 0.049712494 0.024086535 0.020939521 0.020470127 -0.03344224 -0.0012337461 -0.082851715 0.01713101 0.0601313 -0.03861939 0.08176725 -0.063485436 0.033676203 0.0011769425 -0.0071755885 0.02316829 -0.03703191 0.08275393 0.0045379074 0.012381485 0.04514309 -0.034982204 0.008367954 -0.0012619988 -0.021063467 0.13164273 0.020118587 -0.006955695 0.06465271 0.05447385 -0.0015730002 0.046504777 -0.0036110661 0.04145123 -0.039813973 -0.067486614 -0.033624753 -0.05746238 0.024210112 -0.10115398 0.02434499 0.059623588 -0.037416648 0.02133375 0.0099295415 -0.07125672 -0.023028985 -0.12507144 -0.06259213 -0.00072669616 0.049656846 -0.02156951 -0.029557444 -0.1822163 0.02804503 -0.004138355 0.034005154 0.02803677 0.05725566 -0.021013916 0.08740007 0.12645087 -0.02736078 -0.074485995 0.045446094 0.061597537 0.01867389 0.11462014 0.010390708 -0.063831136 0.026854329 0.026172383 0.032095123 -0.019687096 -0.1164573 0.034452386 -0.047111496 -0.124922976 0.14749677 -0.07156074 0.095468305 -0.06097053 0.036163215 0.03152937 -0.053545777 0.045161765 0.029130893 0.045543473 -0.007519024 0.055793244 0.086781316 0.005078406 -0.023128917 0.001080764 0.06505952 0.016627762 -0.015223831 0.0546724 -0.03269946 -0.09181863 -0.005988104 0.017496219 0.012154474 -0.03323226 0.0020111857 0.038958814 0.06650199 0.035578843 -0.062587515 0.042101733 -0.0114702815 0.063319124 -0.026557066 -0.05834435 0.004608754 -0.077369176 -0.05568003 -0.065105066 0.07667684 -0.074253015 -0.025395246 0.05803565 0.022460058 -0.11078072 -0.025723904 0.03851586 -0.0115724085 0.015549172 0.051308144 0.13116902 0.02256482 -0.02889853 -0.008126982 -0.033062678 -0.0080303755 0.056189112 -0.04506195 0.1168584 0.008673848 0.022506624 -0.06878969 0.002246383 -0.10981394 0.044432145 -0.07975109 0.029194783 0.048819043 -0.056508847 0.0068503856 0.07508782 -0.01675992 0.031660277 0.06878435 0.029353643 -0.010357 -0.005848069 0.06392505 -0.01043339 -0.107671514 0.10981718 0.063426234 0.03271311 -0.023013981 0.02146352 -0.059143517 0.14211455 -0.015325972 0.06591801 -0.08231522 -0.0021737313 -0.05886955 0.08251902 0.050769754 0.00774832 -0.06298422 0.09215369 -0.05318856 -0.0069206166 0.041156154 -0.006015784 -0.033457145 0.058273885 -0.011321347 -0.022893231 0.0728847 -0.03262805 0.029649664 0.004466301 0.009279586 0.06874255 -0.10783132 -0.04616169 0.021301426 -0.079381816 0.011489858 -0.0053224107 -0.0653963 0.035058107 -0.022873046 0.0042931396 0.09662216 -0.021745805 -0.073199086 -0.07098674 0.058246728 -0.04086759 -0.0022637565 0.082927294 -0.00015649697 -0.04929025 0.1345549 0.04855466 -0.032453198 0.017289873 0.051874883 -0.0710456 0.03686275 -0.018200235 -0.021681083 0.006319781 0.05864019 -0.026542747 0.05961582 -0.100739844 -0.020943157 -0.0698965 -0.000746524 0.014274153 0.018055221 0.082897484 0.098337404 -0.03858116 0.051925197 -0.02755209 0.08532243 0.027056517 -0.010827031 -0.013105059 0.0866619 0.060803626 0.032426775 0.060765672 0.03459359 0.060276706 0.051294982 0.028793283 0.026369909 -0.0525726 0.03858132 -0.002319157 -0.028617684 -0.018903982 -0.03462005\nyêu 0.029439084 0.1289706 0.028481884 -0.009153964 0.13776702 0.03804784 0.021619288 -0.010142863 0.034313962 -0.0030379454 0.10913509 0.03393041 0.048316203 0.06188698 0.015860591 0.013196493 0.06298977 -0.035804626 0.11406035 0.013717822 -0.039910916 0.019610096 0.042438533 -0.017315445 0.012880127 -0.008758634 -0.049630236 0.09092055 0.025667723 0.050843507 -0.07463705 -0.028010141 0.07302178 0.0012667752 0.014331362 0.03780482 -0.039206196 0.059393328 -0.049181677 0.08739744 0.083398834 0.017427227 0.08248802 -0.05230504 -0.042117503 -0.05516614 -0.049154155 0.031381894 0.04018044 -0.011049544 -0.064174995 0.008584114 5.7062898e-05 -0.052128024 -0.032055337 0.0775814 0.029694548 0.044291597 -0.045018986 0.013582165 -0.0018329099 -0.00233086 0.06342909 -0.021681802 0.058380812 -0.027043844 0.10427836 -0.025788268 0.005180142 -0.09848247 -0.003310533 0.10085287 0.03776998 0.017156573 -0.049329747 -0.03249931 0.05833924 0.0038196545 0.09113318 0.14349653 0.062584676 -0.10465225 -0.021145279 -0.019943759 -0.015901102 0.06503767 -0.040984396 -0.10417264 0.03482681 -0.12652555 -0.035924755 0.0074163023 -0.028597033 -0.044175413 -0.05896334 -0.028467769 -0.024634013 0.04752222 -0.11083941 0.03714794 -0.08809021 -0.0026244225 0.060190167 0.058329675 0.009565831 -0.015554872 -0.010312985 0.024618514 0.086330876 -0.09302984 -0.066649035 -0.015775824 0.0699011 0.039047983 0.06520847 -0.015208983 -0.02462645 0.040577643 -0.022031814 0.060560994 -0.0013541023 -0.09876804 -0.018390033 0.06526283 0.013358625 0.071364984 0.03054673 0.034214813 0.04674361 -0.015645958 -0.042374697 -0.11417273 -0.08150823 0.042334747 0.029248286 0.04621206 0.039790314 0.07494767 -0.043434877 -0.011743772 -0.013164124 -0.010303722 -0.024600029 0.065124 0.0023828975 0.043214515 0.0021906574 0.013548564 -0.041777946 0.036055673 -0.07934621 -0.07425374 0.10159156 -0.037507307 0.08423359 0.047779534 0.0959919 -0.021233875 -0.025507495 -0.01014415 -0.015812038 0.007656369 0.1164109 0.10681976 -0.10037406 -0.012458623 -0.004566518 0.030971888 0.056732416 0.009321718 -0.060071558 0.007650265 0.07317965 -0.016487414 -0.0044751302 -0.048044942 0.11199867 0.036238257 0.03261594 -0.14049943 0.06266487 0.0724384 0.05885245 -0.08602558 0.08001456 0.10690211 -0.051368784 -0.119924255 0.052246727 -0.089507714 0.022701055 -0.0094656935 0.107935384 0.021658903 -0.04376556 -0.04259177 0.07541145 0.004147091 0.11802533 -0.011122442 -0.015543733 0.061094496 -0.13337348 -0.104380876 0.019541008 0.0057295985 0.057776798 0.02901831 0.06508747 0.01239608 -0.0112577 -0.036948387 0.09094584 -0.011631926 -0.025819154 -0.07618469 -0.005136083 0.040667877 -0.0064873034 0.0386999 0.020404415 0.009078388 -0.019249573 -0.051270153 -0.009651351 -0.07320556 -0.0048008235 -0.024117775 0.11510492 -0.022746839 0.01932823 0.025288302 -0.023844207 -0.112967685 0.037369974 -0.00017213942 0.08709628 -0.050647903 -0.04267654 -0.11866744 -0.03160432 0.08679034 -0.10493597 -0.029329697 -0.015211443 -0.09321244 0.0039398833 0.11567304 -0.009888941 -0.040829003 -0.058437895 0.010410952 -0.0833103 0.01967186 0.042206187 -0.015774297 -0.043568924 0.011925796 0.056660514 0.05232583 0.0012834095 0.041486353 -0.051505357 0.01929949 -0.035515465 0.08571454 -0.025538772 0.0034677824 -0.084803805 0.008608413 -0.029599788 -0.011640382 -0.032390676 -0.030335506 -0.033092927 -0.0003815287 0.11524677 0.028962841 0.016708098 0.07124698 -0.07930779 -0.02779471 -0.043284483 0.054207668 -0.058710016 0.05866826 -0.034505464 -0.01754199 0.09171385 0.030859428 0.021518698 -0.035334278 0.0030268193 0.018442847 0.01897367 0.13966183 -0.057352256 -0.14830129 0.04583723 -0.07607909\nhà_nội 0.05991782 -0.07886167 -0.0105381785 -0.0031745278 -0.0055090985 0.015794884 0.13955922 -0.03208075 -0.01390737 0.028386977 -0.03271584 -0.12841624 -0.0003971064 0.055412605 0.026983824 -0.060379546 0.017384036 0.013345908 0.055926662 0.01909528 -0.050354537 -0.021877332 0.03985728 -0.0015955364 -0.066327974 -0.010696701 0.0076100836 -0.027239248 0.04987617 -0.0082010375 0.012105547 0.13912311 0.05737816 0.042139858 0.02952455 0.049688525 -0.0038474563 -0.0639833 -0.042221457 0.08788929 -0.03232356 0.06340604 0.095874555 -0.037117686 0.00091377494 -0.0030340934 0.05176401 -0.00010610578 0.06416308 -0.046857137 -0.016072983 -0.020848649 -0.07738927 0.0245067 0.05389253 -0.058203463 -0.06825786 0.005140457 0.046756 0.009078568 0.049299702 0.06533556 0.06780076 -0.0025433642 0.0024609682 0.02062048 -0.021240467 -0.04422388 -0.02872343 0.11703605 0.00069675717 0.04742904 -0.026019255 -0.017205754 0.058880027 -0.011557243 0.14857887 0.11183804 0.12225217 0.012912871 0.065847225 -0.0033702117 0.116005644 0.0966647 0.08954 0.021989942 -0.062095776 -0.037980556 0.050584245 -0.18246084 0.08180594 -0.052432615 -0.025612785 0.042878956 -0.0019108851 -0.061620723 -0.048566893 -0.056652624 0.09014658 0.06780813 -0.014445311 0.037921652 -0.01153243 0.0830101 0.03749816 -0.0022277192 -0.037296396 -0.08141989 0.10455212 0.019274428 -0.04817375 -0.054890558 -0.040144783 0.047452137 0.06628084 0.02198446 0.03202093 -0.021558562 0.035697684 0.006228837 -0.006401845 -0.024775257 0.046780758 0.07916145 -0.032154568 -0.08304359 -0.041406136 0.034675397 -0.04538941 0.084017105 -0.031033844 -0.037709445 -0.106862746 -0.0052704914 0.076810144 -0.026301766 0.07818378 -0.07034343 0.075816795 -0.019988324 -0.0060670157 -0.0053730076 -0.022155397 -4.1604144e-05 0.026989982 -0.036895413 -0.01396555 -0.004636981 -0.0025341937 -0.07359927 0.047925316 -0.0012942489 0.03538337 0.013050395 -0.00860664 -0.013459193 0.06556805 -0.017405584 -0.08877797 0.050865315 -0.095054686 0.031356998 -0.006335628 -0.0043795416 -0.12633775 0.12307508 0.10223397 0.05959305 0.010485144 0.016227512 -0.07210469 -0.013234019 0.053394128 -0.025384074 -0.04153735 0.028793907 0.07132508 0.054825436 0.078185454 -0.041692056 -0.041050293 0.04224303 0.015165349 -0.12356219 0.09295355 -0.081023745 -0.030240016 0.021375697 -0.0035312802 -0.057676703 0.0009985947 0.0013630826 0.01912854 0.06074353 -0.038140647 0.0034056054 0.13449162 0.048556097 0.0103908 0.028127525 -0.07326538 0.01678464 0.026708907 0.10762111 0.024474613 -0.044127602 0.040612835 0.028154835 0.013093705 -0.11483206 -0.069599114 0.010153559 0.118341014 0.07025445 -0.043948047 -0.13861948 -0.06577867 -0.027192567 0.041671157 0.033939783 0.11415688 0.02084393 0.076444894 -0.06887384 0.023544254 -0.035098214 0.05580691 -0.085056596 -0.049265496 0.1107946 0.06916814 -0.029709145 -0.07513471 -0.045196157 -0.0479165 0.043308258 0.05656711 -0.012806993 -0.029019888 0.0015702887 0.002478932 0.1134827 0.08947141 -0.033473566 0.013198782 0.021883236 -0.02968571 0.0012578211 -0.014741279 0.106141806 -0.09103847 -0.01932356 0.06036639 -0.077746265 0.044650353 0.05985903 0.011052671 -0.026007298 0.013610955 0.052467927 0.04639182 0.018176282 -0.011352012 -0.020538617 -0.12138358 -0.039708674 0.02219369 -0.020666933 0.020622937 0.0049853125 -0.035981897 -0.05480347 -0.016373951 -0.042021245 0.015979776 -0.13886002 0.010483047 0.014600517 -0.024558648 0.0782329 0.029012943 -0.013285943 0.01416752 -0.112595014 0.032414272 0.043900866 0.048546553 0.06360732 -0.02710545 0.08804518 0.10361072 0.03335439 0.04166571 -0.06307444 -0.03673258 0.10880271 0.025350854 -0.040605824 0.10553439 0.03084779\nghét 0.06934056 0.07926123 0.11010099 0.037581448 0.13984857 -0.036152586 -0.05694348 -0.044006348 0.003651335 -0.013718636 0.095010854 -0.08576133 0.057623263 0.016154226 0.057130013 0.0031546094 0.073785014 -0.03830728 0.13299155 0.056719717 -0.045305226 0.04040456 -0.026043665 0.025692262 0.01291512 0.016860925 -0.028764307 0.014550392 0.11876659 0.039037734 0.0058506303 -0.005741984 0.053436536 0.009210621 -0.0019001284 0.029187385 0.033827696 0.047792435 -0.039011948 0.0307209 -0.008557858 0.08276934 -0.041494146 -0.037590683 -0.057899687 -0.17312461 0.0016441046 0.010993186 0.009938472 -0.0151503915 0.05982981 -0.004008194 -0.033142995 -0.06164093 0.0516177 0.18739563 -0.008197952 0.0056951004 0.0324646 -0.056658357 0.029486714 0.0327697 0.066383295 0.01922097 -0.05466628 -0.027039936 0.08986752 -0.04468797 0.036236975 -0.059996415 -0.07094211 0.04539704 0.107916966 0.019265065 -0.05126467 -0.033707257 0.016225312 -0.018394884 -0.031407263 0.085719645 0.12678325 -0.018795906 -0.071740784 -0.05550794 -0.057207193 0.009438691 -0.09762134 -0.014596905 0.020742442 -0.1321684 -0.05105489 0.051808245 -0.033245377 -0.057330616 -0.035936855 0.020551782 -0.055275325 0.096027166 -0.04198938 -0.034962535 -0.100921504 -0.04494129 0.031158535 -0.038277265 -0.063123465 0.114159204 -0.0069186087 0.06532118 0.033739325 -0.018111758 -0.016695404 -0.114331216 -0.017110523 -0.07830398 0.049984656 0.007465549 -0.080725916 0.0008317404 -0.05030917 0.02409661 -0.014762788 -0.09693037 0.009094898 -0.04404058 0.09971114 0.077596165 0.022233557 0.0047231517 -0.0046061077 -0.009661699 -0.025293864 0.096549496 -0.039615 0.020277483 0.030244973 -0.037015554 0.063224524 0.1004675 -0.02787364 -0.062094603 0.03950628 -0.040508617 0.03327642 0.026375297 -0.04667823 0.14139822 0.013173016 -0.077410065 -0.09388292 0.06665691 -0.07881623 -0.05462204 0.05722143 0.0038636618 0.052242354 0.05943991 0.0109817805 0.039445333 0.024673892 -0.037253916 0.002580227 0.060757555 0.07701335 0.064502425 -0.045443997 -0.011118534 -0.077043265 0.020017654 0.05295057 0.07135006 -0.054843392 -0.0059928596 0.10189331 -0.10331343 -0.015729584 0.0047847475 0.019199252 -0.00066757126 0.05861216 -0.077052094 0.018061675 0.052943323 0.045459468 0.029358534 0.02519335 0.11641557 0.03089456 -0.0897737 0.05931054 -0.043804657 0.02372121 0.043147773 0.087731384 0.018140081 -0.09296501 0.0868016 -0.035600163 0.014914637 0.04534596 -0.007456212 0.055356633 0.059743162 -0.033196487 -0.10890694 0.010181501 -0.0525761 0.045674365 -0.018042708 -0.043577194 -0.03577488 0.024153434 -0.059510842 -0.06424537 -0.050536633 -0.04011977 -0.029126612 -0.033056594 0.024269309 -0.061540004 0.047914717 0.07840385 -0.03467105 -0.021015447 -0.09554075 -0.04174512 0.038788926 -0.017946295 -0.037323657 0.09666719 -0.009344392 -0.041270204 -0.0037828856 0.03644692 0.0581339 0.00826487 0.043912068 0.0049396236 -0.14911433 0.024996879 -0.11738159 -0.09405154 -0.016333032 -0.12626798 -0.06753995 -0.052031208 -0.06254671 -0.011388168 0.0649202 -0.013442288 -0.0670017 -0.05881277 -0.050695773 -0.041020673 0.13168478 0.051358588 -0.04992846 -0.061898373 0.02943913 0.012739595 -0.043775402 -0.0017933126 0.017140727 0.024459822 0.010997383 0.022170039 0.037785493 -0.017617771 0.027094156 -0.04242281 0.008572064 -0.056755144 0.0179688 -0.019002026 0.030633032 -0.03478086 -0.015073318 0.088662885 0.048407633 0.0154765975 0.060722705 -0.104733504 -0.0060619307 -0.048144367 0.073783256 -0.004599492 0.07548942 -0.08772201 0.030832727 -0.028817056 -0.026713565 -0.012976448 0.07469206 -0.08403194 -0.06728544 0.061424702 0.078417934 -0.0017429504 -0.07587903 0.03356028 -0.022923231\nem -0.015013661 -0.015874417 0.072393775 -0.0045743184 0.16581932 -0.011001333 0.11365573 -0.114378385 -0.06839637 0.019013325 0.08264465 -0.14484915 -0.022684034 0.1077185 -0.02059779 -0.018316232 -0.01058874 0.0035719327 -0.015715312 0.046651714 -0.012606784 0.044477195 -0.032151528 0.064927585 -0.090732 -0.0011615029 -0.03264935 0.09431429 0.15132594 0.117209405 -0.026973195 -0.050227907 0.058577314 0.028727813 0.06950528 -0.1101043 0.027855746 -0.10287361 0.026579736 0.12949523 0.0021279266 -0.03210246 0.030508092 -0.015719214 -0.08489351 -0.045478206 0.04822644 0.022965148 0.11407661 -0.06284366 0.03807933 0.010504747 0.032767646 -0.07816391 0.059480913 0.046420895 -0.09499279 -0.04249689 0.0074133803 -0.02643571 0.035183284 -0.03869551 0.018723918 -0.07207035 0.0016146565 -0.03337985 0.06195127 -0.01588894 0.07574308 -0.043119155 -0.012360363 -0.030482097 0.04509928 -0.02537 -0.017818093 -0.04516509 0.06229244 -0.0821963 0.006387463 0.07179025 0.053105403 -0.0053087445 -0.014650499 -0.0046256604 -0.06158197 0.0453403 -0.09810645 0.012107718 0.02436003 0.05440588 0.03929204 0.10829043 -0.0704903 -0.090398744 -0.10722252 -0.047118187 0.038618244 -0.05834327 0.010137309 -0.06462594 -0.10340838 0.14446366 0.01474201 -0.033635825 0.06798311 0.05032971 0.04109117 0.08176451 0.10229384 -0.14097315 0.059905343 -0.027398197 -0.05933426 -0.08570511 0.059548695 0.07459945 0.029291319 -0.0095616365 0.010108647 -0.040442653 0.02063455 0.015980346 0.08553569 -0.017900966 0.013047582 0.12421273 -0.03971913 0.05835706 0.099959224 0.056786124 0.09572222 -0.09326464 0.0015013595 -0.04830485 0.0042093163 -0.008956491 -0.015125618 0.027527353 0.034668375 0.03036078 0.055463932 -0.011713723 -0.027110236 0.007885688 0.09145629 0.04327617 -0.03363478 0.013891837 -0.04698898 -0.0048551923 -0.08156403 -0.036349222 0.007527779 -0.07724627 0.031151049 0.011554938 -0.03953258 0.009677737 0.04749487 -0.030876387 -0.0069202646 -0.017562157 0.0754714 0.014816582 -0.09406667 0.012357177 -0.058284875 -0.09452696 0.032380436 -0.019543882 -0.049114313 -0.09331255 -0.010719783 -0.02523246 -0.012213318 0.11838499 0.06491098 0.012544996 0.05357965 -0.028770866 0.018995207 0.05192552 -0.03881814 -0.017306793 0.07717493 -0.026421748 -0.039661966 -0.055091858 -0.01161443 -0.05370223 0.05458989 -0.004376718 0.028801793 -0.01401682 -0.034966134 -0.015193554 0.04203358 0.04929936 0.021535724 0.0108696865 -0.024164703 0.004162085 0.005714543 0.09732677 -0.07093889 -0.010824815 0.0139039075 0.013095973 0.083100535 -0.008093935 -0.013713279 -0.029405573 0.12632468 0.033428904 0.07158131 -0.028146787 -0.020317601 0.0038544983 0.042753678 0.04820476 0.033175353 0.02961227 0.00022535908 0.00062782475 -0.040530145 0.03519181 0.05738319 -0.02675302 0.08289143 -0.02266051 0.004646098 0.017090462 -0.033463966 0.013899341 -0.012438046 0.053112812 -0.0060116653 -0.03704447 0.02723944 0.024713106 -0.14690551 0.07057033 0.023781138 0.046033565 -0.0046800384 -0.14853638 -0.0814888 0.043278206 0.013139756 -0.022628168 0.0045985323 0.03196397 -0.0010599374 -0.09153997 0.04054278 0.013700149 -0.006636629 -0.03574943 0.04027066 -0.0032671192 -0.02584903 0.066243194 -0.10959952 -0.019324074 -0.077376686 0.0118471775 -0.020625286 -0.043654446 -0.08218293 0.060605787 -0.12218043 -0.02547266 -0.10119505 -0.14734957 0.036459915 0.010750633 0.041605357 0.11276806 0.044978686 0.08765863 -0.0063269394 0.045268405 -0.013050734 0.05752573 -0.07401845 0.071240194 -0.050145708 0.008972334 -0.009738066 0.04986369 0.05068215 0.0115408655 -0.021173123 0.006757615 0.054310888 0.11882772 -0.047892064 0.020752946 -0.00041418106 -0.00227903\niphone 0.03072166666666667 0.004917 -0.05740916666666667 0.03179333333333333 0.023989333333333335 0.035936666666666665 0.010432499999999999 0.0028074999999999997 -0.027209 -0.029381666666666667 0.04096666666666667 0.009431333333333333 -0.006907666666666667 -0.033794833333333336 0.025783833333333336 -0.007548166666666666 0.006965833333333333 -0.032232833333333336 -0.009158833333333333 -0.043303 -0.019336000000000002 0.001253 -0.0011205 0.016876 0.009200166666666667 0.028635166666666666 -0.0015273333333333335 -0.003199166666666666 -0.010332333333333334 -0.024356166666666665 0.020292833333333336 -0.03230683333333333 -0.0156915 -0.040363 0.0164455 0.0182625 -0.048473499999999996 0.041758333333333335 0.009593000000000003 0.023893499999999998 -0.0246575 0.008865166666666667 -0.005432 0.0018751666666666665 -0.025936999999999998 -0.030059500000000003 0.04392516666666666 -0.0030450000000000004 0.002037 0.027327666666666667 0.008807333333333334 0.06234466666666666 0.03180283333333334 -0.035453000000000005 0.04939416666666666 0.006079333333333333 -0.0068484999999999996 0.033415 -0.01911833333333333 0.024957000000000003 -0.02509566666666667 -0.035279666666666674 -0.014499666666666668 -0.015533333333333335 0.011771166666666666 0.016859 0.038387166666666674 -0.0135345 0.03344516666666667 0.013904666666666668 -0.045387666666666666 -0.0118155 0.027392833333333335 0.012338333333333333 -0.05676016666666667 0.0076528333333333335 -0.028375333333333336 0.0277255 -0.022151166666666666 -0.019960500000000003 0.011910833333333334 0.0002395 -0.004698333333333333 0.031633666666666664 -0.02948133333333333 -0.06369999999999999 -0.003086 -0.005049666666666667 -0.0210645 -0.008575666666666667 -0.006384000000000001 0.03641783333333334 -0.007193833333333333 -0.018957666666666668 0.005415166666666666 -0.013034333333333334 0.003939166666666666 -0.03495633333333333 -6.933333333333336e-05 -0.008446333333333333 -0.015165999999999999 0.001226 -0.0030151666666666664 -0.019868166666666666 0.014449333333333333 -0.0011740000000000001 -0.019388666666666665 0.015488500000000002 0.0378685 0.0019686666666666667 0.040536166666666665 0.024742333333333328 0.0255015 -0.012021833333333334 0.009826166666666667 0.005709 -0.019103666666666668 0.0006108333333333333 -0.011308666666666667 -0.046619333333333325 0.013969833333333334 -0.003277 0.044499500000000004 0.027506500000000003 0.035888333333333335 0.010437166666666666 -0.011149 -0.014328500000000001 -0.0138365 -0.014694666666666667 -0.022031 -0.009652833333333333 -0.0250185 0.02447033333333333 -0.021578 0.01590566666666667 -0.021744 0.007676333333333334 0.0018530000000000003 0.05576916666666667 -0.006080833333333334 -0.007535166666666667 0.024457999999999997 0.024118166666666666 -0.039818 -0.043513500000000004 0.04615266666666667 0.0018706666666666665 -0.001174 -0.045654 0.0030891666666666667 0.015712833333333332 0.02889816666666667 0.034903500000000004 -0.005251666666666666 0.006419 -0.0021845000000000002 -0.022263 0.0129325 -0.02398233333333333 -0.016069333333333335 0.018700166666666667 0.02378116666666667 0.006390166666666666 -0.010794833333333332 -0.009085333333333334 0.025845333333333335 -0.031636333333333336 0.023786166666666667 0.0316015 -0.035048833333333335 -0.025139333333333333 -0.012614 0.03526783333333333 -0.023195833333333332 -0.031631 -0.010654166666666666 0.0039180000000000005 -0.033515833333333335 -0.028063333333333332 0.03851266666666666 -0.011554166666666666 -0.0031753333333333334 -0.009036666666666667 -0.007991666666666666 -0.014837499999999998 -0.00044300000000000003 0.01563016666666667 -0.07151533333333332 -0.003841833333333333 0.008206666666666666 0.03231883333333333 -0.03728616666666667 -0.04564083333333333 -0.007421500000000001 0.037969833333333335 -0.013531833333333331 0.005183833333333334 0.008254666666666665 0.0001395 -0.04672083333333334 -0.035322 0.015181 0.028617 0.0183265 0.010058666666666667 0.017709333333333334 -0.009765666666666667 -0.00709 0.039724999999999996 -0.034767166666666675 -0.0006115000000000001 -0.0067625 0.026731500000000002 0.003937666666666667 0.067004 0.007000666666666666 -0.028757500000000002 0.0039045 0.003469833333333333 -0.0007631666666666667 0.014001833333333333 -0.004713333333333334 0.0026745000000000002 -0.02164416666666667 -0.0048088333333333325 0.005547666666666666 0.0146695 -0.012232833333333332 -0.020890500000000003 0.000593 0.0008991666666666667 -0.012067000000000001 -0.032927333333333336 -0.041550166666666666 0.005927333333333333 -0.0160415 -0.03969966666666667 0.031166666666666665 0.03238233333333333 0.002773166666666667 0.03114183333333333 -0.013237833333333332 0.015278166666666667 0.0097845 -0.019024666666666665 0.045553500000000004 -0.005195333333333334 0.038455166666666665 0.056924833333333334 0.020857666666666667 0.014059000000000002 0.008077833333333334 -0.05180166666666667 -0.04126683333333333 -0.025012166666666665 -0.0066166666666666665 0.018082 -0.020797333333333334 -0.031131166666666668 0.0090325 -0.005282833333333334 0.03338533333333333 -0.0208 -0.030290833333333333 -0.017673333333333333 -0.026581833333333332 -0.010422333333333334 0.004762666666666666 -0.002366833333333333 0.0247795 -0.007233666666666666 0.010296333333333334 0.004755166666666666 0.01634333333333333 0.005315333333333334 0.005272666666666666 0.02833933333333333 0.04043733333333333 -0.05361183333333334 -0.0009933333333333333 -0.018015833333333335 0.0105735 0.022856500000000002 -0.028274833333333332 -0.002980166666666667 0.005742333333333333 -0.009628666666666666 -0.027874999999999997 -0.018509 0.010911166666666666 -0.04564633333333334 0.015545333333333333 -0.07033433333333333 -0.011200833333333333 0.009007333333333334 0.01614866666666667 0.010901000000000001 0.039662166666666665 0.0003003333333333333\nthích 0.020422436 0.04448443 0.046646167 0.07666239 0.04756087 -0.038745094 0.06816947 -0.043121602 -0.009904328 0.017522696 -0.047120176 -0.02038113 -0.030763632 0.008641562 0.053933095 0.030435808 0.017603386 -0.050838616 0.10471516 0.01028441 0.023364699 0.069689885 0.008942991 0.00025816192 -0.0061107767 -0.020570226 -0.0190494 0.025266042 0.11400378 0.053546343 0.009502435 0.040266205 0.10998075 0.03801754 -0.010540343 -0.0038872403 -0.013761757 0.09372426 -0.022985278 0.09288525 0.061118122 0.045185678 0.012263158 -0.00080790505 -0.084250055 -0.021427633 0.025655806 0.01342499 0.018405741 0.027006144 0.093966834 -0.03643421 0.045250975 0.031386193 0.033922102 0.03604422 -0.0055783014 0.024864042 0.0019531702 0.02393215 0.023613537 0.015537887 0.046685573 -0.053849846 0.007492559 -0.059254814 -0.00071405893 0.05742217 0.005810519 -0.080381684 -0.035410568 0.02877515 0.11049505 -0.10940728 -0.059853148 -0.108431935 0.09090037 0.013014479 0.048926592 0.13793422 0.031560734 -0.024354506 0.021727722 -0.039122593 -0.031108404 0.027505632 -0.052695416 0.051848292 0.01609799 -0.021716097 -0.06370066 0.029169027 -0.027427243 -0.09301319 -0.02911353 0.029352145 0.063898034 -0.0051302486 0.0014435702 -0.013741202 -0.09749939 0.050255034 0.0058440603 0.029758366 -0.08232465 0.0648821 -0.04597905 0.1379887 0.05791108 0.05422726 -0.00621843 -0.030794375 -0.0640167 0.0009150119 0.034961328 -0.05466276 -0.09563657 -0.016183669 -0.04285288 0.05951956 -0.0082922615 -0.078253865 -0.009985537 -0.021582652 0.011380158 0.07808075 -0.026372435 0.089186676 0.023633566 -0.024912331 0.023395028 0.043038104 -0.09634674 0.040012375 0.03776551 0.0033734813 -0.050552357 0.12594193 -0.038230836 -0.10078587 -0.012959482 0.0056410204 -0.0040518083 0.002257425 -0.021800946 0.15927917 0.0019272615 -0.022863934 -0.16136107 0.045590732 -0.07805866 -0.010131448 -0.04063658 0.04000732 0.05773497 -0.007819256 -0.012429701 -0.026779968 0.014109152 0.038020518 -0.024986142 -0.05767189 -0.07148062 0.067903325 -0.07657019 -0.018197505 -0.07293135 -0.0013527467 0.09763038 0.07745351 -0.0016741127 -0.0070783473 0.07644278 -0.09425698 0.02704613 0.03814367 0.0049612536 -0.088787936 0.028492087 0.0017854868 -0.052436918 0.11383069 -0.019419048 0.021006081 0.07246389 0.027227622 0.063711286 -0.07287996 -0.0077029327 -0.0962714 -0.007508707 -0.030562911 0.07063907 0.13224432 -0.009127692 0.098370634 -0.019568732 0.074468 0.034516677 -0.015981164 -0.025998224 0.097662486 -0.021741329 -0.06963177 0.04207809 -0.11784854 -0.04194471 -0.009193687 -0.084865294 -0.05701189 -0.0019522805 -0.022284893 0.079644784 -0.09848639 -0.044754643 -0.07887525 -0.07872978 0.061879437 0.071742244 -0.04672881 0.062433757 0.008872618 0.033498086 -0.04294635 -0.015972372 -0.07379104 0.041381016 -0.058749504 0.045180038 0.00083483156 -0.019426588 0.01296396 0.012568932 0.013260802 0.043864578 -0.03570971 0.077668354 -0.09359126 0.0121658575 -0.022982145 -0.06264402 -0.03289735 -0.084932856 -0.020979075 -0.05926776 -0.048077226 -0.025308251 0.040217426 -0.01957092 -0.06177171 -0.021096775 -0.10126178 -0.004027196 0.10212886 0.041213725 -0.018448155 -0.058559887 0.018070133 0.108130954 -0.13431221 -0.035064623 -0.06326241 -0.0014320257 -6.076443e-07 -0.03056927 0.040789567 -0.0708288 0.0866863 -0.025244517 0.01623614 -0.12420565 -0.024779432 -0.03479918 0.0029384864 0.051518973 0.0083878115 0.07168331 0.10777576 0.049806498 0.12662415 -0.024716903 0.023339232 -0.10381404 0.11360065 0.016872495 0.04826581 -0.10429107 0.061268773 -0.08984777 -0.12678857 0.01783981 -0.014768364 -0.061201688 -0.07511039 0.019667836 0.046822097 -0.07443656 -0.1287151 -0.023393543 -0.021259159\nhận 0.048183467 -0.00918605 0.055858165 0.027801195 0.08913206 -0.06707716 -0.06059557 -0.09308578 0.044213478 0.039209846 0.04875213 -0.11604053 -0.0128863435 0.03627255 0.042014603 -0.007775614 -0.040388737 0.08831061 0.09361314 -0.03209579 0.017284065 0.07139899 0.00016884693 0.037353344 -0.041857343 0.058691856 -0.031745195 0.03972668 0.044684127 -0.089953154 0.03289618 -0.021354191 0.096112445 0.02665753 0.056057554 -0.02234979 -0.05944518 -0.056533124 -0.038542155 0.039962895 0.02700821 -0.021690585 -0.05696239 -0.005670354 0.063394755 -0.20097071 -0.02278259 0.011833924 -0.014139147 0.03467556 0.09810472 0.074484006 -0.00815516 -0.053157922 0.028561816 0.11483584 -0.0044024806 0.012389116 -0.12838168 -0.008767841 0.02408612 -0.043770913 -0.00772481 0.047910128 0.018596968 0.008422452 0.03508739 0.004157071 0.0073430687 -0.12941585 -0.0020805828 -0.039159816 0.04529197 0.06459223 0.0028971115 0.024656875 0.011733189 0.08974682 -0.010091259 0.0209926 0.057507884 -0.0008294222 -0.014655167 0.040383015 0.11411325 0.090879954 -0.08701823 0.005639908 -0.09921453 -0.056192514 -0.082759425 0.049686693 0.02390425 -0.00084889325 -0.08057032 -0.057534687 -0.07214964 0.087856136 -0.07262281 -0.09084255 -0.12342641 0.06308594 0.021846829 -0.112918705 -0.03586457 0.043728355 -0.054588217 -0.029721644 0.0655897 -0.039609965 -0.1126015 -0.0032565016 -0.032025963 -0.04230688 0.08425662 0.12671366 0.015458153 0.014241985 -0.014591132 0.014644658 0.0034709733 -0.13403001 0.052241188 -0.046823062 -0.0059241904 0.10463246 -0.021659996 0.0890357 -0.0502756 0.06808046 0.018628616 0.10189973 0.03816851 -0.04017365 0.06690312 -0.0021352107 -0.02055199 0.061758965 0.029870473 -0.07839389 0.0023593814 0.055072453 0.02261778 -0.00628005 0.073771976 0.017891394 0.0014869223 -0.12339359 -0.03780026 0.11110372 -0.019647462 -0.075544514 0.012634226 -0.028679594 0.05880867 0.026178725 -0.015693078 -0.029657917 0.05856949 -0.00028531367 0.0010360859 -0.031545367 -0.034837868 0.065282464 -0.08616596 0.058417965 0.11839723 0.009266717 -0.07034483 -0.034442365 -0.101750635 -0.02182912 0.14520547 -0.08455264 -0.062068425 0.04314271 0.020775238 0.07681933 0.08355731 -0.04001179 0.092639595 0.09111564 0.07838036 0.05097221 -0.12387393 0.0779257 0.033463202 -0.038168635 0.06454193 -0.05938584 0.07694567 -0.07026175 -0.018258372 0.099926434 0.023405915 -0.018117841 0.10285648 0.013475184 -0.019209705 0.034503143 0.06916879 0.05716971 -0.100236095 0.07153408 0.0879155 -0.009830401 -0.002754247 -0.026085813 -0.013856497 0.017774343 0.021823157 -0.030976662 -0.059277564 -0.001577584 0.019134995 -0.09394474 0.012789129 -0.021589067 0.0053204945 0.06073531 0.019369623 -0.014751022 -0.032099456 -0.072827965 -0.002421235 -0.051035177 0.01075019 -0.08026646 0.077457234 0.017460529 -0.0634862 -0.0003143619 -0.07114481 0.0692336 -0.06060702 0.0736755 -0.022589242 0.031357158 0.020350223 0.005949191 -0.12923996 0.014506867 -0.05671228 -0.04125332 0.0842656 0.029140268 0.024386838 0.0011841662 -0.02339011 -0.035178125 0.046822134 0.061466485 -0.013788119 0.020771723 0.0036730403 0.037785627 0.058634542 0.033769783 0.04096073 -0.031637393 -0.031312592 0.06355981 0.0032839223 0.0035885083 0.015493161 0.08715381 0.04290939 -0.028271155 -0.01686079 0.11341865 -0.054399796 -0.069468535 -0.02312066 -0.073873125 -0.05680443 -0.0029416368 0.08562051 0.087993845 0.044836193 -0.026824228 -0.048937906 0.043400124 -0.011399851 -0.005055082 0.00042782965 0.0868978 0.021987557 -0.059007134 0.029067943 -0.037638083 0.03795958 -0.023309782 0.0037724653 -0.026247896 -0.0063198726 0.01083723 0.0138808265 -0.0108614145 0.022550082 -0.07916056\nđắm_say 0.035702 0.003980857142857142 -0.053504142857142854 0.03221771428571429 0.02075242857142857 0.03124714285714286 0.013928285714285714 -0.004067285714285713 -0.029518714285714287 -0.02486771428571428 0.039360285714285716 0.002806714285714285 -0.008131285714285714 -0.023265857142857144 0.022190714285714286 -0.006307999999999999 0.011657142857142856 -0.02956114285714286 -0.005587571428571429 -0.03802957142857143 -0.019681 0.0022124285714285722 0.0006238571428571431 0.01662257142857143 0.001853 0.02697257142857143 0.0027574285714285713 -0.0036337142857142857 -0.0029519999999999998 -0.019487285714285714 0.021438285714285715 -0.030772714285714285 -0.008924857142857142 -0.031124857142857145 0.01901614285714286 0.012129571428571429 -0.040841714285714294 0.03329128571428571 0.00568242857142857 0.027204428571428574 -0.018581571428571426 0.012166571428571428 -0.009059857142857144 0.001293 -0.026378142857142853 -0.03102371428571429 0.041379285714285716 -0.005009428571428573 0.005132 0.026112857142857143 0.010681428571428573 0.057486714285714294 0.02998428571428571 -0.03662714285714286 0.050667 0.0043487142857142865 -0.009377285714285715 0.034112142857142855 -0.01753942857142857 0.021653428571428573 -0.02217614285714286 -0.03190328571428571 -0.012284285714285716 -0.010972714285714284 0.01253842857142857 0.012757571428571427 0.038394428571428565 -0.016060857142857144 0.030459142857142858 0.011976571428571428 -0.04228085714285714 -0.013794571428571425 0.02658 0.013561857142857141 -0.049720714285714285 0.012235000000000001 -0.01875342857142857 0.027661857142857144 -0.019043428571428572 -0.01651657142857143 0.013259428571428571 -0.0019421428571428571 -0.0012818571428571425 0.03199085714285714 -0.023910571428571427 -0.054441142857142855 -0.00786857142857143 -0.00922042857142857 -0.01359757142857143 -0.015065285714285713 -0.0036342857142857145 0.03479271428571428 -0.006764142857142857 -0.017945428571428574 0.004744857142857142 -0.014016142857142855 2.6000000000000354e-05 -0.028157285714285718 -0.0038822857142857136 -0.008542571428571429 -0.014890142857142855 0.008143857142857144 -0.0027311428571428578 -0.015157 0.016174285714285714 -0.004676 -0.01785542857142857 0.009452285714285715 0.04152528571428571 0.005572571428571428 0.033860857142857144 0.022775857142857143 0.019242428571428574 -0.008984571428571429 0.010134 0.0050461428571428575 -0.019351142857142855 -0.002210857142857143 -0.007771 -0.04494942857142858 0.007641857142857144 -0.0035112857142857138 0.045478714285714296 0.024913714285714286 0.032718285714285714 0.012446571428571428 -0.013141285714285713 -0.014172714285714285 -0.011939428571428571 -0.008726857142857142 -0.014421999999999999 -0.006474714285714286 -0.023751857142857147 0.024041285714285716 -0.018005714285714285 0.018321285714285714 -0.020860285714285713 0.013666999999999999 0.0022405714285714286 0.04634814285714285 -0.007906571428571428 -0.0031347142857142854 0.026600142857142857 0.024695857142857148 -0.038662857142857145 -0.035913571428571434 0.04284085714285714 0.0004268571428571429 -0.004044857142857143 -0.040840714285714286 0.004995285714285713 0.009833428571428571 0.024998999999999997 0.03072 -0.004796000000000001 0.008971999999999999 0.00167 -0.021051571428571426 0.005271142857142857 -0.024544142857142855 -0.011376285714285716 0.01452142857142857 0.020447857142857146 0.006906857142857143 -0.014465142857142855 -0.007716285714285715 0.022790428571428573 -0.030101857142857142 0.02692785714285714 0.027322571428571425 -0.03298971428571428 -0.02493771428571429 -0.013454285714285716 0.02807357142857143 -0.024712428571428576 -0.025451571428571428 -0.0039049999999999996 0.0036442857142857145 -0.02271185714285714 -0.02618971428571429 0.036305 -0.005518142857142856 -0.004316428571428572 -0.007544285714285714 -0.010476571428571429 -0.010429571428571427 0.0011138571428571428 0.011214 -0.06572914285714286 -0.008236857142857143 0.010567857142857143 0.02773628571428571 -0.032573000000000005 -0.029272 -0.013520571428571425 0.03498885714285715 -0.005473 0.0028867142857142863 0.009524142857142858 -0.00017500000000000003 -0.043653571428571424 -0.033899428571428566 0.012689142857142855 0.027494428571428576 0.022720999999999998 0.004914571428571429 0.014784142857142859 -0.011413000000000001 -0.008312285714285715 0.03192242857142857 -0.035359428571428576 0.0013294285714285712 0.00038514285714285734 0.018208571428571428 0.007099571428571428 0.05693771428571428 0.009471714285714286 -0.024547285714285712 0.0037761428571428573 0.010671285714285713 0.009223714285714285 0.009572571428571429 -0.003733571428571429 -0.007099714285714285 -0.016010714285714288 -0.004519142857142858 0.008136714285714285 0.013723 -0.008729142857142855 -0.01835785714285714 -0.00041042857142857146 -0.006710571428571429 -0.012885428571428572 -0.03539485714285714 -0.03873457142857143 0.00922985714285714 -0.014655857142857142 -0.04312071428571428 0.02744342857142857 0.026921000000000004 0.002742285714285714 0.030405428571428576 -0.016467285714285716 0.010253714285714286 0.005501428571428571 -0.012715428571428572 0.03803371428571429 -0.002460571428571429 0.031764714285714285 0.053971428571428566 0.013786714285714286 0.013702285714285712 0.010443571428571429 -0.048286142857142854 -0.03447328571428571 -0.022426571428571428 -0.007564285714285715 0.020196142857142857 -0.018473 -0.03326342857142857 0.008520857142857143 -0.003727857142857143 0.023933714285714287 -0.02144357142857143 -0.030397 -0.02064757142857143 -0.02148514285714286 -0.010815999999999997 0.0018968571428571428 -0.0006154285714285715 0.02023285714285714 -0.007855714285714284 0.008901142857142857 0.0018198571428571428 0.017402857142857144 -0.00016099999999999993 0.008795142857142856 0.025696142857142855 0.03737185714285714 -0.04898142857142857 -0.002048714285714286 -0.013250857142857144 0.008211857142857142 0.02059357142857143 -0.030653999999999997 -0.0010755714285714286 0.004717285714285714 -0.004603 -0.030251142857142855 -0.01348042857142857 0.012580000000000003 -0.04157171428571429 0.014565999999999999 -0.0641227142857143 -0.009638571428571429 0.009994 0.012000142857142859 0.007542714285714285 0.03847642857142857 -0.0017545714285714287\nđẹp 0.024198605 0.0022399367 -0.045302846 0.08952127 -0.007366894 0.023143025 0.059535623 -0.101623744 0.08247864 -0.019296998 -0.06261184 0.10584261 -0.08952162 -0.056864798 0.045854542 -0.058292158 0.008470771 0.00059958507 0.11049921 0.080689706 0.09321739 -0.0006795869 0.056371406 0.06299047 0.10613797 0.0034695417 0.051385067 0.021726696 0.124428034 0.14744397 -0.00069224235 -0.078487225 0.0707239 0.0015371958 0.054287273 0.01172339 -0.041580413 -0.005963012 -0.002278593 0.086315475 0.053482268 -0.004879512 0.037499215 0.06174701 -0.09568977 -0.07770263 -0.008016729 0.10894425 0.081719056 -0.044744205 0.026618002 0.021771165 0.012055486 -0.030474288 -0.017421963 0.05332164 -0.026585909 0.03345601 0.015817516 0.026377888 -0.020084267 -0.06086071 0.17757665 0.057912316 0.011686584 -0.033628054 0.016430957 0.11167193 -0.027756061 0.0078109493 -0.08235507 -0.04747257 0.04798897 0.026386995 -0.034743685 -0.044998825 0.05904129 0.014618776 -0.033776555 0.04073598 -0.00646814 -0.070508 0.0202216 0.04879181 0.06737999 0.01957038 -0.039986067 0.015342124 0.06034429 -0.10203988 0.012942351 0.12854314 0.024550833 -0.057493813 -0.08102955 -0.057307497 0.020719644 0.068671815 -0.027132953 0.024737624 -0.09230065 0.09371235 -0.049085837 -0.028127333 0.01627163 0.028614797 -0.07944286 0.034247544 0.020660426 0.037142098 -0.08245897 0.062826715 -0.08345757 -0.030671868 -0.025578126 0.06953795 -0.038440563 0.022746608 -0.015565126 0.055687334 0.013937676 -0.10086608 -0.024206111 0.02559825 -0.05924177 0.036858235 -0.0745214 0.030379623 0.07952315 0.033441026 -0.016340885 -0.09457289 -0.045930225 -0.03560413 0.028820153 0.056262095 0.004747544 -0.009177201 -0.05830973 -0.08220972 0.010674558 0.09436931 -0.009552099 0.04477452 -0.059568875 -0.06243209 0.015009336 -0.0908955 -0.1268678 -0.056194093 0.00024117519 -0.029887661 0.0026215801 0.021716049 0.07293006 0.03450569 0.026752083 0.023104837 -0.07399484 -0.023234554 0.06123638 -0.05493504 0.0029359634 -0.06795134 -0.016079266 0.073162235 0.014742181 -0.020862265 0.053300444 0.0017816557 -0.06407494 -0.039449517 0.036865547 -0.0031550152 0.046063613 0.06607269 0.10670794 0.0341963 0.043547064 0.023225153 0.018149152 0.09420039 -0.081834 -0.03556252 0.06433545 -0.00903933 0.024243148 -0.06814607 0.021304497 0.024678128 0.08288555 -0.07569254 -0.018513234 0.14710543 -0.05424535 0.0046413816 0.015283713 -0.03218668 -0.032973863 0.026192546 0.0072870925 0.03485534 -0.058417574 0.07620065 -0.074222386 -0.017905667 -0.0323787 0.054903254 -0.049105406 0.01597325 -0.022394542 -0.032762542 0.04360289 -0.028931903 -0.062219895 -0.12979497 -0.035020966 0.034217935 0.04021396 0.015933597 0.07751889 -0.013587611 0.053774837 -0.061323415 -0.0049706292 -0.03738011 0.07328384 0.072868325 0.020122401 0.021445291 0.09151521 0.023462692 0.019775424 -0.10933694 -0.01892914 0.045217656 0.0643716 -0.11051954 -0.0123802 -0.009872762 0.056554787 -0.07133871 -0.11174496 0.03803093 -0.011635366 -0.06875021 -0.019528793 -0.02446714 -0.012870537 -0.09570262 -0.05551382 -0.03926648 -0.06146985 0.010903402 0.08787928 -0.1272346 0.0017630601 3.3585333e-05 0.092771195 0.024716567 0.009416744 0.0008313053 -0.035764854 0.083975196 -0.058827173 0.044746567 -0.041073695 0.024191663 -0.018260285 -0.046401273 -0.060925066 0.07669007 0.038602524 0.01862674 0.052781265 0.08386494 0.07006137 -0.02059966 -0.12418325 -0.011407115 -0.08963947 0.111128256 0.02008081 0.015167023 -0.09425479 0.0732859 0.007138103 0.030744465 0.050368916 0.05269571 0.006812319 0.0007985205 -0.01958129 -0.031627093 0.0033323143 0.03168576 -0.09450239 -0.12833603 -0.0183436 -0.09233751\ngiận 0.12446177 -0.016245624 0.0824515 -0.01177319 0.098702595 -0.06469618 0.041248694 -0.12416619 0.0290584 0.006760187 0.046517063 -0.07770925 0.04152684 0.10240929 0.01698983 -0.004489177 -0.012738189 0.0015449694 -0.012220997 0.08298654 0.0019604366 -0.01420368 -0.008614051 0.029734306 -0.013247313 -0.06915537 0.083238415 0.020562602 0.07218065 -0.07118027 -0.035450574 -0.03542089 0.041750975 0.06906948 -0.02313028 0.09777204 0.095344305 -0.030681472 -0.019423869 0.013439839 -0.024419993 0.026047887 -0.13402006 -0.01941324 -0.057961684 -0.15006807 0.0033905583 -0.040563572 -0.054955542 -0.016860621 0.07517603 -0.08947319 -0.042558737 -0.074510895 0.024666509 0.13189058 -0.07185078 -0.018563425 -0.12719618 -0.09954316 0.00092647003 0.018381113 0.012740662 0.060973424 0.014928052 0.0005814379 0.032135077 -0.010954264 0.06655101 -0.07492325 -0.037775405 -0.048482217 0.0935454 0.04695552 -0.025203407 0.0509035 0.08663183 0.01696905 -0.012248205 0.08589947 -0.022627966 0.059004676 -0.05660021 -0.004333145 -0.014020785 0.076891564 -0.13195744 -0.024863055 -0.01957306 -0.111996494 0.025596887 -0.005344544 -0.07044205 -0.11126748 -0.027160477 -0.054781485 -0.052667476 0.056175716 -0.035374243 -0.0836559 -0.10883411 0.094644435 0.037547395 -0.07179227 0.003058682 0.069451034 0.012261008 0.019441346 -0.018759836 -0.012304102 -0.006939959 0.028913472 -0.06618028 -0.049993552 0.068207294 0.05430586 -0.08383908 -0.032540906 -0.06986224 0.08417668 -0.08401777 -0.01737301 0.10801028 0.043831993 0.049180195 0.10933634 -0.045423023 0.0061156754 -0.074249566 -0.0052661207 0.055313237 0.05659838 0.050084744 -0.03572657 0.047633614 -0.043381788 0.05520562 0.039978575 -0.031992152 0.043311756 -0.02244063 0.011852837 0.026043938 0.09257839 0.058264717 -0.034256544 -0.037511513 -0.11588595 -0.029285852 0.08222819 -0.026879609 -0.010955888 0.007434214 0.074588194 0.09866159 -0.036915712 0.0595549 -0.04431397 0.0037547143 -0.0680715 0.040485848 0.01632181 -0.013325536 0.039871003 -0.04885239 0.09343915 -0.03019012 0.0074111857 -0.02118441 0.017907694 -0.058338623 -0.0303739 0.048433222 -0.13245198 0.0021101597 0.03886507 0.08083113 0.101824105 0.046160765 -0.090811014 -0.025580099 0.086285576 -0.0036828925 -0.033178043 -0.035695843 0.059085246 0.053796623 -0.05430473 0.013878389 -0.051764186 0.101638496 -0.010871885 0.06780234 0.022943292 -0.037377067 0.081145965 -0.021234019 0.012896485 0.013391572 0.058507953 0.07221042 -0.076813586 -0.09145988 -0.01401145 0.073228575 -0.020078382 0.06214999 -0.05880057 0.024837926 -0.06709462 -0.041353565 -0.061897375 -0.080653004 -0.00038843698 -0.017023614 -0.06076072 0.08685115 -0.021374203 0.08309745 -0.010740365 0.08372814 -0.03478426 0.045615193 -0.06780214 -0.020877834 0.043809384 -0.062020946 -0.026023047 0.120380044 -0.013066167 0.003468067 0.038984396 -0.015821267 0.048151013 -0.05888576 0.08047545 -0.054816578 -0.0436177 0.046169683 0.015886929 -0.06601768 0.09069041 -0.033888534 -0.03834633 0.016562529 -0.11076196 -0.019719703 0.023020146 -0.026509415 -0.09096549 -0.047867604 0.06002538 0.063371144 0.006453967 -0.011331438 0.04624641 -0.02876071 0.0645907 0.02950419 -0.09487026 0.046708964 0.025057647 0.008050432 -0.06439795 0.008353052 -0.000295365 -0.101091996 -0.034217715 -0.09415785 0.0979184 -0.06343582 -0.034832492 -0.08312431 -0.038089715 -0.017583197 -0.007775379 0.06708927 -0.049548354 0.010777769 -0.029861433 -0.07247863 -0.0015117907 -0.014372959 0.018852208 -0.05742062 0.116211414 -0.024512192 0.036990844 0.042353522 -0.010604275 0.027344406 0.023964731 -0.02538268 0.010681326 0.05640706 0.05968788 0.059646104 -0.04669583 -0.0006689815 -0.066467024\nđà_nẵng 0.056103278 -0.038827114 -0.048053317 0.030066928 -0.041587718 -0.013254391 0.13227035 -0.035680883 -0.0010324799 0.043013476 -0.10081516 -0.0892772 0.011963957 0.014628697 -0.010901445 -0.029735705 0.045577884 -0.005426327 0.015780414 0.02617437 -0.015830286 -0.03784375 0.012233246 0.030549334 -0.0659945 -0.023638703 0.022616344 -0.04678702 -0.0065457993 -0.05225301 0.026933601 0.043085348 0.000859717 0.024179803 0.0005906286 0.11916508 0.017467469 -0.030751776 -0.023335861 0.019567778 0.000111844136 0.05696778 0.12954035 -0.044015836 0.067928545 -0.072630435 0.028376512 0.055298366 0.13907677 -0.007890285 -0.09180925 0.024364095 -0.009792207 -0.016189015 0.04495026 -0.13529818 -0.04004909 -0.064659834 -0.0027340003 0.020475235 0.030230613 0.03879151 0.011272302 0.024895463 -0.04046652 0.008833104 0.0037252977 -0.001673811 0.004615195 0.11454664 0.08909599 0.09819175 -0.10534437 0.022964433 0.04459345 0.009094382 0.1892716 0.12886801 0.12468851 0.03684527 0.0009453352 0.08086995 0.08130967 0.095062464 0.11279898 0.07950821 -0.075476006 -0.06543415 0.09425416 -0.0929051 0.10964827 0.024997089 -0.03350427 0.020416409 0.035104893 -0.12044779 -0.093646236 0.04244756 0.058545224 0.0461498 0.028694822 -0.020201843 0.048508417 0.080575354 0.042212557 0.03457803 -0.14293626 -0.012455799 0.044397265 -0.024495281 0.0028392253 -0.0018564464 -0.0068039997 0.03547071 0.013330023 -0.025092337 -0.026958419 0.047070857 0.06434942 -0.07803835 -0.0059970724 0.04399078 -0.027838148 -0.04449835 -0.020026354 -0.016475162 -0.03250933 0.01681499 -0.031708825 0.004481896 0.0508846 -0.030448863 -0.022146452 0.0016566938 0.032234345 -0.037344005 0.08030531 -0.038143843 0.0043210457 -0.05786498 -0.0055773095 -0.021116909 -0.0015309849 0.0013086228 -0.077915475 -0.0601032 -0.03442889 0.030592332 -0.0026993023 -0.021948244 0.081601486 0.0052936324 0.027839692 0.0015571561 -0.02397057 0.0065549724 0.025031975 -0.01402924 0.046592318 0.032136023 -0.079462335 0.06696229 0.024622168 -0.0064883903 -0.11936202 0.08895618 0.09221192 0.033744894 0.025669953 0.009015928 0.017627925 -0.0022504316 -0.023148006 -0.010038084 0.0033662152 0.10594722 0.071722455 -0.003521555 0.05763649 -0.033258747 0.031818997 0.006660981 0.01926512 -0.061260615 0.034861375 -0.07085643 -0.049011618 -0.00022619778 0.0026696662 -0.030949602 0.018559622 -0.05801771 -0.03584147 0.030529961 -0.011684642 -0.050288852 0.07224534 0.041960746 -0.042060412 -0.042746514 -0.012248043 -0.00678738 0.02671826 0.09816952 0.001604482 -0.020035122 0.03452316 0.023835318 -0.015590383 -0.07677766 -0.006646106 0.046363186 0.10277635 0.14055543 0.02988086 -0.14573292 -0.050803296 0.00014546413 0.014903543 0.046998594 0.12238579 0.089980215 0.0786036 -0.09423452 0.066332996 0.060300414 0.084120736 0.026480597 -0.042818546 0.0625553 0.069562376 0.0031497707 -0.07974977 -0.041814193 -0.040817905 0.09093336 -0.024796244 0.007355551 -0.021025728 -0.012491377 0.023419749 0.022391353 0.05589965 -0.077718735 -0.007462316 0.06120888 -0.05114006 -0.021091642 -0.06163383 0.07776262 0.0090836445 -0.0075311684 0.10488322 -0.106717244 0.04199409 0.08059604 0.062299825 -0.022523154 0.103723906 -0.015553006 0.029420989 -0.05112986 -0.03710162 -0.018818099 -0.03762358 -0.14039458 0.071604975 -0.029788591 0.05705605 0.0516338 0.011686048 -0.097283185 0.02001665 -0.094861634 0.016745886 -0.20447819 -0.004617139 -0.0037987968 0.028918004 -0.014995294 0.03515325 0.024554204 -0.0032748017 -0.08046936 0.00180064 0.02650994 0.028962517 0.07823289 -0.032302327 0.037775937 0.08051944 -0.029679332 0.07328921 -0.0097799385 -0.014859438 0.12491189 0.017571185 -0.035924036 0.059635065 -0.011145971\ncậu -0.009385057 0.01620315 -0.0063498495 0.04776901 0.11459701 -0.03123495 0.021409813 -0.13626398 -0.1420724 -0.03673628 0.054343436 -0.019478256 0.10627294 0.05706491 0.029455628 0.0033549396 0.04934172 -0.015737098 -0.061340857 0.033223744 -0.02019868 0.041473273 -0.028395612 -0.00651252 0.043474697 0.050145287 0.022761703 0.0663902 0.09704205 0.05141823 -0.04456734 -0.00056487357 -0.013633423 0.019788302 0.09608143 -0.07839902 -0.037596285 -0.056352668 0.040849928 0.12930666 0.05634199 -0.0051695467 0.08397305 0.00807341 -0.07472846 0.008347032 0.007753195 0.04224243 0.09825787 0.08917333 0.05246649 -0.054945055 0.055284742 -0.036732487 0.018692948 0.045872975 -0.1634557 0.054547053 -0.05048311 0.048775062 -0.008125404 -0.0175675 -0.024996068 -0.012397278 -0.015496537 -0.04090248 0.042152863 0.011736796 -0.04441202 -0.02545688 0.008682386 -0.004933107 0.055687655 0.0027576503 0.0016381444 0.07403902 0.036529467 0.016552433 -0.0066377195 0.039767783 0.0131583195 0.006840689 0.004237919 -0.017217996 -0.014565432 0.037684448 -0.15705453 -0.11101679 -0.0218364 -0.019603381 -0.050202828 0.059274167 -0.06378634 -0.16974382 -0.02922999 -0.042174015 0.04821988 0.09215981 0.005974103 -0.02067136 -0.11225192 0.043396313 0.0451975 -0.058266766 0.04425568 -0.012954008 0.070299074 0.061968233 0.028483542 -0.04918525 -0.010861584 -0.01179712 -0.013821409 0.020256892 0.08040433 0.07198015 -0.03256119 -0.006344624 0.04885468 0.02777864 -0.06740715 -0.06898989 0.032659907 0.03375616 -0.040866483 0.1272146 -0.105023116 0.09638237 0.008689984 -0.042935938 0.09642488 -0.052282315 0.022767413 0.024655767 0.019082585 -0.05254197 -0.0041322345 0.043208156 0.0093867015 0.045691125 -0.02596768 0.041320853 0.01517122 0.016833616 0.03366494 0.07959997 -0.063260265 -0.0313011 -0.04287387 0.07068249 -0.019361699 0.022600867 -0.06943686 0.024940714 -0.011086319 -0.030235648 0.031997006 0.002764828 0.008556658 0.009694417 0.0117092915 0.022650944 -0.0014704854 -0.018031659 -0.037124384 0.034595672 -0.0013706934 -0.092855796 -0.013596077 0.011209303 -0.019346973 -0.12722161 1.060929e-05 -0.0018346128 -0.02385513 0.04958661 0.05694029 -0.014781215 -0.03319346 -0.030997522 -0.002868398 0.04061758 0.044316433 -0.042553768 0.08792715 0.0022858814 -0.0683724 -0.17572007 -0.0036386284 -0.11012537 0.06877357 -0.07614781 0.014582947 0.11385233 -0.06832872 -0.026861016 0.018761246 -0.04308253 -0.020037094 0.02573204 0.022873145 0.041890047 -0.03034655 -0.070391536 0.042178057 -0.055983424 -0.018373689 0.07403884 -0.02198117 -0.0931341 -0.0077971853 -0.05601097 0.11539159 0.003337963 0.017613614 -0.032351743 0.043800946 -0.05640736 0.061046913 0.039794777 0.0641721 -0.058286987 0.02612332 -0.047593363 -0.06813762 0.0882533 0.07695892 -0.11681274 0.10505767 0.053353935 -0.0979287 0.06824155 -0.02820941 -0.04382239 0.01823084 0.0036192497 -0.0056751184 -0.05006868 -0.048125464 0.06577114 -0.11843154 -0.0059824027 0.074829094 -0.050923187 0.091307 -0.04626175 0.011988911 0.1174091 0.049817074 -0.10574615 0.062506616 0.002390233 -0.008082548 -0.10420177 -0.057335928 0.014929442 -0.0062050684 0.027769981 0.034753297 -0.046787698 -0.07369727 0.1008771 -0.024975456 0.06372819 -0.007484832 -0.047350854 0.009579572 0.038641185 -0.108969554 0.09207548 -0.004854968 0.005791917 -0.024753982 0.04439979 0.049280386 -0.010254904 0.13735704 0.17156133 -0.0626278 -0.004495783 -0.009497131 0.10847374 0.0021116554 0.037226416 -0.040122714 -0.02698943 -0.02501488 0.009175418 -0.003986821 0.012685651 0.11068667 0.07023986 -0.02338503 -0.009314187 -0.02383409 0.07480883 0.053923503 -0.058707226 -0.013974561 -0.025846004\nbé -0.0814848 -0.026742786 0.041055266 0.043186612 0.032506477 -0.025230395 0.0257917 -0.10242199 -0.0037215962 0.027732205 0.00961043 0.008660815 0.11275265 0.08180435 0.032750558 0.049577996 0.08303964 0.0054378207 -0.033578485 -0.008455207 0.11750403 0.04141419 0.08057304 -0.014262438 0.028616767 -0.08037122 0.040341787 0.053336114 0.09205033 0.09634389 -0.020408347 -0.03630523 -0.0657765 -0.00016814121 0.10023541 -0.053003065 -0.01972753 -0.12088238 -0.0051542055 0.12703034 0.11919167 -0.025136504 0.070946984 0.021790259 -0.07145873 -0.008248658 -0.07340291 0.066894665 0.1533863 -0.010656436 0.03776576 0.012564061 0.089356326 -0.013621673 -0.0042465664 0.08061505 -0.08167962 0.07966569 -0.006597378 -0.018082049 -0.010252249 -0.052445307 0.03809353 -0.069057494 0.030110335 0.0027896755 0.001644189 -0.0425703 -0.048429195 -0.018842757 -0.034816176 -0.036768764 0.06009731 -0.034509666 0.11029315 0.046780087 0.09319459 0.054161824 0.07076896 0.04941057 -0.03173214 -0.05402671 0.016252993 0.13933755 -0.1379358 -0.010615858 -0.16965234 0.014439109 0.07616859 -0.047671262 -0.00082415994 0.027009863 -0.0007142977 -0.083752885 -0.058984824 -0.008759351 0.03086699 -0.027447116 0.026540477 -0.053353943 -0.03096535 0.06847233 -0.019056331 0.011314045 0.07650087 -0.0025738454 0.03808639 0.032715335 -0.0017480112 -0.017946433 0.020975808 0.045459684 -0.042648748 -0.00063644064 0.01886071 0.0338994 -0.008401069 0.06641209 0.015108091 0.05872342 0.028206 -0.024975965 -0.054179277 -0.03308599 0.07632819 0.1213842 -0.029908597 0.051590424 0.008593991 0.026283279 -0.040144738 -0.10624935 0.033911545 0.015639987 0.10013545 0.018661669 -0.05407599 0.05104784 -0.017871639 -0.04081877 0.010579582 0.08251801 0.018844366 0.0013308336 0.048901785 0.042586975 -0.04756376 -0.032500304 -0.02768484 0.08867194 -0.09309992 -0.03091578 0.018346945 -0.0076577114 0.06629004 -0.12160543 0.036365956 0.027616093 -0.0478241 -0.054148436 0.00028327716 -0.033162907 0.04099878 -0.0020458763 -0.016004682 0.0053118127 0.092380434 -0.0407314 0.014678349 0.0188788 -0.060363438 -0.124212444 0.05221929 0.0013527238 -0.015256957 0.035099853 0.05871844 0.025886117 -0.050683405 -0.050941866 0.005638546 0.023871707 -0.011446283 -0.054960284 -0.005262449 -0.004210848 -0.11454875 -0.1685986 0.021065896 -0.0128061855 0.11049228 0.030608468 0.13121936 0.11870176 -0.046971563 0.020704957 -0.048507735 -0.07820172 -0.100114755 -0.058086235 0.07677343 0.05634614 -0.028470818 0.061640706 0.050639592 -0.023106072 0.021855462 0.015214052 -0.03677892 -0.024020892 0.0042971214 0.039451838 0.09955735 -0.039543897 0.018943304 -0.063521974 0.0007641569 -0.03891476 0.06691219 0.04061154 0.049759116 0.011671057 -0.041900486 0.009204887 -0.012881248 -0.0028226404 0.0038046434 0.013308126 0.1182725 -0.031173687 -0.020931624 0.028389484 -0.03378721 0.015216528 -0.045846485 0.0075562294 0.033072565 -0.03653534 -0.02226104 0.0502719 -0.08799324 -0.06722535 -0.053410705 -0.057764374 0.033206597 -0.043159302 -0.016352033 0.106132865 0.034911085 -0.09602721 -0.045181338 0.057539374 -0.05750283 -0.14175296 -0.07162307 0.008923614 -0.0069437274 -0.010719356 0.05517648 -0.02639921 0.024296893 0.088615365 0.048265487 0.10924225 -0.117403224 -0.02146632 0.021250337 0.030009449 -0.037763633 0.08084487 -0.05312109 0.05185735 -0.06676685 -0.005266402 0.012858822 -0.025681233 0.025190432 0.0548681 0.02330153 0.0401857 -0.0083328495 0.10151433 0.121402055 0.08604061 0.021242332 -0.12010117 -0.068054825 -0.029884564 0.032362647 -0.0066369865 0.107444376 0.002660169 0.043972034 0.005955409 -0.017931096 0.034866188 -0.027473662 -0.0051571885 0.025052674 0.019573674\ncô -0.04358617 0.0021936924 -0.039772823 0.0321109 0.13569807 -0.047806565 -0.002473261 -0.08920862 -0.07173239 -0.0029146618 0.04303514 0.0075409277 0.08443533 0.0744363 0.057378262 -0.0546363 0.031838898 -0.03468102 0.024910435 0.019067552 -0.01525688 0.015244141 -0.02996819 -0.016223378 0.06554814 0.086221434 0.052788455 0.010987779 0.20871523 0.08378216 -0.04601252 0.024517152 -0.031036831 0.0021307224 0.027378459 -0.059833836 -0.0616001 -0.004913224 0.10088977 0.106303096 0.06854009 -0.051433552 0.07875107 0.059100483 -0.056660343 -0.080461435 0.017683882 0.08990225 0.10940357 0.062663466 0.052819762 0.0100270985 -0.045557316 -0.027295856 0.012701041 0.021578224 -0.10751296 0.07218401 -0.07522156 0.041120503 -0.036141824 -0.016802931 -0.024724223 -0.012598078 0.03911967 -0.04733441 0.013291999 0.077012986 -0.058560137 -0.037607767 -0.0061107264 -0.009560669 0.054067783 -0.048897367 0.036598403 0.08849296 0.093979865 0.021006634 0.020110061 0.0688222 -0.03422772 -0.015194372 0.003148406 0.008385216 -0.058897458 0.0050515975 -0.13195978 -0.16078427 0.005676391 -0.06490111 -0.03645416 0.021994092 -0.07634848 -0.17240545 -0.08691152 -0.051820163 0.043443505 0.053999197 0.028546726 0.0143162245 -0.10470246 0.045760963 0.02913721 0.013639006 0.013640803 -0.062033027 0.017930472 0.0760086 0.0939385 -0.028067527 -0.07779399 0.104755946 -0.0032334148 0.009651435 0.102527805 0.015633516 -0.039399624 0.02603018 0.005891866 0.013319693 -0.031742807 -0.032217763 0.014098475 0.026498292 -0.01715897 0.048852507 -0.08397512 0.09282953 0.016798269 0.008644423 0.07640879 -0.088953614 0.006084286 -0.038347505 0.0029141055 0.0023270438 -0.06798783 0.0026700124 0.043648332 0.019975003 -0.004263476 0.044937126 0.057965867 -0.046429683 0.045967445 0.026020778 -0.04925398 -0.056554183 -0.02794358 0.038327392 -0.046012674 0.037122454 -0.054835916 -0.06612555 0.078246 -0.014238884 0.0057352735 0.005039568 -0.052288443 -0.04011169 -0.009242302 0.025183545 0.010458359 -0.018791452 0.019328387 0.087031946 -0.0015739781 -0.05061125 0.035877302 0.020408748 -0.0074921986 -0.10058045 0.07388472 0.001362642 0.024257792 0.031502593 0.072205454 0.054058414 0.05136518 -0.0043420526 -0.0517554 0.08538964 0.03836859 -0.04238558 0.09940839 0.0018141319 -0.08908056 -0.15534756 0.022740398 -0.13388556 0.033984497 -0.06652487 -0.01250505 0.12519602 -0.01887624 0.017611567 0.02094947 -0.061823633 -0.016703302 0.014812478 0.008777689 0.054824855 -0.029382804 -0.015488347 0.018014226 -0.07284457 -0.005307075 0.1277946 -0.009292672 -0.086652264 -0.024347842 0.014649594 0.15240021 0.046523407 0.06364051 -0.07898791 -0.0055017876 -0.041194938 0.11656644 0.034279343 0.04017593 -0.061726443 0.008181413 0.07007815 -0.004296082 0.043052446 -0.018737903 -0.01901046 0.07460892 0.021744559 -0.059819177 0.06260949 0.005744962 -0.043403108 0.035059735 -0.009277453 0.036687404 -0.07853931 -0.019851163 0.050681848 -0.112249844 -0.01833162 0.029626602 -0.04478743 0.10176818 -0.03191749 0.0022982403 0.1329545 0.037436303 -0.07795796 0.038158685 0.0067086304 -0.03663738 -0.07284117 -0.019908685 -0.0044535063 -0.019227847 0.05228374 0.08239829 -0.03195576 0.006322728 0.055889826 -0.096370086 0.073116116 0.015065612 -0.064577654 -0.033345953 0.04414725 -0.095521845 0.018335085 -0.03254095 -0.013364353 -0.013261232 0.07475019 0.05397101 0.05084103 0.081175566 0.07159516 -0.07721358 0.045792468 0.013942977 0.08128533 -0.05173873 -0.011164791 -0.004169846 -0.010951304 0.029339464 0.05392495 0.02953053 0.0240893 0.07538816 0.03138492 0.031337135 0.008742231 -0.053548597 0.07972677 0.026899219 -0.0914072 0.009724004 -0.08569785\ngái -0.050861858 0.034409635 -0.0024809162 0.032270852 0.052931856 -0.07862184 0.054968644 -0.05179938 0.06995966 0.033644576 0.092507295 -0.070632495 0.043383125 0.13540426 -0.029303452 -0.0023870901 0.03401916 0.064834654 -0.008081258 0.041020233 -0.012863984 -0.028811986 0.050580945 0.06857134 -0.03030615 -0.013518866 -0.044634327 0.1779327 0.12090339 0.01402049 -0.09277366 0.03299921 0.010407364 0.0018695768 0.03294184 -0.0043790233 0.01385675 0.036942955 -0.016439795 0.05100537 -0.003552682 -0.05889192 0.09284848 0.033561528 -0.1594233 -0.042453296 0.01772357 0.037215114 0.08604653 -0.015777932 0.016893936 -0.040687703 0.051213562 -0.019066175 0.027140021 0.1222115 -0.050628982 0.009141573 -0.09275686 -0.022480456 -0.15173909 0.056962892 0.003195125 -0.007182801 0.011035279 -0.07938503 0.054606367 -0.033913758 0.028870668 0.028099585 0.013664579 0.041618958 0.061869625 0.03405293 -0.10325686 0.040495835 0.024779107 0.012281743 -0.050838996 0.054125477 0.022390494 -0.044676743 -0.021973753 -0.03400717 -0.12918454 -0.027719157 -0.084509954 -0.10652251 0.055955984 -0.014488076 0.012062103 0.05368137 0.008796136 -0.1232289 -0.044526316 0.0752291 0.03220599 -0.040687446 0.014659857 -0.14828046 -0.023918556 0.110677995 0.019496037 0.04530656 -0.027961023 0.042331684 0.02759137 0.020117624 0.10304267 0.0036224672 0.027200751 -0.032207325 -0.081803836 -0.04573511 0.058679882 0.025928238 0.12422435 -0.025491696 -0.002638501 -0.032393713 0.076470576 -0.064954974 -0.022375612 -0.021603698 0.062167883 -0.00093986676 -0.062058005 0.088451274 0.120926045 0.105923295 -0.0064905453 -0.03603108 -0.013533503 0.042924464 0.04473064 0.06011177 -0.060546495 0.02033872 0.06842632 -0.03983578 0.012583013 -0.008885989 -0.00953465 0.020464683 -0.0103937285 -0.012444559 -0.083341606 -0.11126522 0.002009405 -0.048342515 -0.061351918 -0.020050295 0.0022224067 -0.039349183 0.098396316 -0.04617351 0.038496718 0.03380141 -0.01853326 0.011222526 0.064008154 -0.021310931 0.011258231 -0.03803627 -0.0020956642 -0.031656593 0.048041414 -0.055048987 -0.008565815 -0.08384846 0.017638747 -0.06015576 0.005940111 -0.07884817 -0.008844032 0.085033946 0.021879498 0.019383408 -0.05330626 -0.11958748 0.03554813 -0.026268706 -0.07639952 -0.15281293 0.06656402 -0.022277452 0.009298437 -0.118570305 -0.017211575 0.03564272 0.08259577 0.05924699 0.1121011 -0.032658093 -0.08736308 0.004676866 0.07569495 0.006173935 0.054749858 0.015349272 0.06351432 -0.011711024 -0.049671266 -0.03152969 -0.008883935 -0.021154404 -0.024633491 -0.017833037 -0.037261806 -0.07354425 -0.08092865 0.11632924 0.111924656 -0.0020986511 0.04350478 0.046142012 -0.033515677 -0.072991885 -0.008192013 0.030008065 0.026728554 0.0018084291 0.09221655 0.03159324 0.020521527 0.014565243 0.058774374 -0.04128139 0.060614437 -0.021405216 0.014918664 -0.0113887815 0.02258798 0.005503623 0.028105868 -0.008607067 0.008533183 -0.04963144 -0.040943436 0.07047136 -0.06737285 0.016028019 0.011791564 -0.015506039 0.029825447 -0.08328222 -0.14353958 0.0113045955 0.057515696 -0.002397197 0.08773318 -0.030161425 -0.05931738 -0.11536411 0.08138629 -0.07908452 0.04969985 -0.03515328 0.02549936 0.0057232375 0.0031158123 0.07013502 -0.1048285 -0.0045678318 0.029776974 0.019251363 0.013532424 0.032964256 -0.07858198 0.032194488 -0.029157065 0.0036668933 -0.06326018 -0.040624693 0.0472221 -0.045897383 0.06473425 0.065538816 0.012667689 0.052136924 0.026118428 0.10709893 0.012160566 0.1001939 -0.101251625 0.020216787 -0.08086492 0.0064322003 0.009197701 0.016778465 0.053046387 -0.015404387 0.07951196 -0.0036607864 -0.049886372 0.07257035 -0.05296067 -0.09908277 -0.045650974 -0.06900318\nanh_trai -0.09630182 -0.018965425 0.01430333 0.06499745 0.13414624 0.03561863 0.02406729 -0.061569348 -0.0827776 -0.013309138 0.014393549 -0.07309451 0.07843716 0.00073994277 -0.018921768 -0.026976122 -0.06429139 0.09805428 -0.025689723 0.09059548 -0.13802761 0.06373685 -0.06495981 0.026364448 -0.08803422 0.043974917 -0.057098377 0.13971636 0.18137583 -0.0006725423 -0.07878402 -0.0384302 0.04422029 0.007499828 0.03737062 -0.06974572 -0.015247811 -0.06703203 0.02643402 0.05542527 -0.020366883 0.014820945 -0.031206002 -0.01507132 -0.0015331819 -0.048838843 0.0074409097 0.030859724 0.16462766 0.11824564 0.032125827 -0.04108535 -0.025689395 -0.011056768 0.1314144 0.05715819 -0.1746727 -0.0026710487 -0.099294245 -0.03362793 -0.01942324 -0.012842295 -0.073709205 -0.054012273 -0.08381239 -0.076683536 0.023567684 -0.070152655 0.063982055 -0.025844323 0.007633365 -0.06455483 -0.019375317 0.014770359 -0.071247764 0.013391166 -0.03718858 -0.07999074 -0.05309191 0.028128704 0.019898545 -0.019977756 -0.023101963 -0.09549857 -0.06468723 -0.039057624 -0.05050474 -0.034116797 0.0055090943 0.0004488805 0.008170826 0.045979638 -0.03890461 -0.03741207 -0.0338821 0.043507982 0.024189489 -0.03648698 0.03179625 -0.031014804 0.00013517606 0.069626346 0.017964002 -0.00082423666 0.07817634 -0.041505393 0.07220668 0.007108864 0.042320218 -0.109808885 0.068788685 -0.0047585596 -0.0796948 -0.03226024 0.024692178 0.01392351 0.0037359053 -0.043889306 -0.014869175 -0.03578058 0.004345121 -0.07296587 0.031353142 -0.017278599 0.12839603 0.10816462 -0.049800653 0.022583118 0.18621297 0.0008856233 0.04221573 -0.091611624 0.067284144 -0.027512189 -0.013731519 0.047188062 -0.046446726 0.04342114 0.029103084 0.08278629 0.041229356 -0.007075659 0.026218759 0.027941864 0.040540833 -0.0018076554 -0.066729635 -0.064275414 -0.06300795 0.04966325 -0.047422912 -0.0008549429 0.06346346 -0.031571068 0.07137514 0.012759988 0.078921065 -0.0041372892 -0.06250287 -0.057685312 -0.031746008 -0.016529083 0.07116246 -0.05171839 0.010869375 0.018370738 0.0014934177 -0.065581344 -0.01106855 -0.048328225 0.0008726713 -0.041991286 -0.039817 -0.04145905 0.059844714 0.06633462 0.014753066 -0.0018424874 0.0020253481 -0.050987426 -0.029836025 0.08186651 0.07332567 -0.04493858 0.011608049 0.0023130486 -0.020272613 -0.12716848 -0.029485768 -0.05458685 0.043524243 -0.051788494 0.07160383 -0.027637577 -0.033317897 0.026154041 0.025182208 -0.0326719 -0.005498571 -0.049869034 -0.0032078708 -0.05076714 0.024304925 -0.080310374 -0.07393209 -0.078351386 -0.026967518 -0.03206887 0.025746295 -0.07349706 -0.021007763 -0.019871159 -0.018699124 0.09922103 0.06626166 0.1035127 0.03884584 -0.023737239 0.016890878 0.038591992 0.06669072 0.084830955 0.07855428 -0.03237851 -0.0052614883 0.0028241754 0.05332416 -0.10200871 0.013535434 -0.05141023 -0.0233013 0.09151427 0.007963917 -0.053661782 -0.007387713 -0.0017608383 -0.09757978 -0.043421417 0.007891865 -0.07234099 -0.06859205 0.008571036 0.031971686 0.0070778388 0.033311028 -0.12931338 -0.14184731 0.051003296 0.05100942 -0.06551126 0.060373865 -0.014517468 0.037088696 -0.042814832 -0.032896817 -0.049096633 0.029625565 -0.028814578 -0.060406722 -0.07420194 -0.041325174 0.099399455 -0.051357657 0.032851323 -0.09669541 0.0071261204 0.03247115 0.0019065794 -0.061980434 0.069000974 -0.0565608 0.009820817 -0.06590262 -0.026792863 0.06310364 -0.07079494 0.016777888 0.13954355 0.064667046 -0.011382321 0.008709502 0.0051846174 -0.061733935 0.056809634 0.017649788 -0.021857135 -0.13234344 -0.028992267 -0.038013935 0.0591213 0.04343565 0.014058887 -0.05602137 0.024001498 0.07131709 0.030253185 0.024512907 -0.011976854 0.08425743 -0.0088574905\nem_gái -0.08052503 -0.0037573155 -0.041598912 0.058073856 0.0980071 -0.011768342 0.082950465 0.007431438 -0.06469483 0.025442012 0.048047513 -0.07949899 0.0692168 0.056280114 -0.035222095 0.0040921452 -0.012882998 0.116392285 0.039024632 0.03944375 -0.08702567 0.033037044 -0.01892018 0.04716317 -0.083103016 -0.020127458 -0.07302295 0.21561927 0.20890859 0.041427646 -0.038820155 -0.05385813 0.017331623 0.03449459 0.019754648 -0.07577377 -0.035150487 -0.031748004 0.017085407 0.04859286 -0.033521816 -0.04162142 0.06685752 0.027389988 -0.046111338 -0.07334871 0.0022564002 -0.016413026 0.15460628 0.054557472 0.051590215 -0.0531267 -0.0037463992 0.012923286 0.107459515 0.073488854 -0.13160048 -0.055602707 -0.08220736 -0.020128753 -0.050244823 0.0040410776 -0.033275053 -0.08725603 -0.077836595 -0.083007105 0.06646793 -0.035122238 0.06004973 -0.06080774 0.010380261 -0.030730905 -0.027370902 -0.014477331 -0.08076124 0.0012888405 -0.008711851 0.005606396 -0.07037984 0.030231358 0.033116337 -0.036190942 0.03217302 -0.07549004 -0.07855481 -0.027055578 -0.08468685 -0.07058973 0.019106932 -0.014695244 -0.00916342 0.119230084 -0.022818422 -0.1409615 -0.053180072 0.0124617135 0.066085145 -0.013372153 0.049154323 -0.05563572 -0.0503019 0.08990434 -0.009982175 -0.0012315968 0.080641665 -0.049236678 0.0743281 0.019984527 0.04631182 -0.08773031 0.13035186 0.05284551 -0.083365895 -0.016782636 -0.0056569385 0.007658471 0.025823308 -0.052091528 -0.019363413 -0.057640444 -0.0034974923 -0.027547501 -0.039234813 -0.0050973855 0.119566 0.04957133 -0.037747517 0.031406336 0.08351586 0.029083041 0.006478564 -0.07145443 0.076535635 -0.055647798 -0.033434976 -0.014506865 -0.07546019 0.025298025 0.07045866 0.09921355 0.0068666465 -0.034329843 0.014014969 0.002417688 0.0031751702 -0.026859816 -0.12637556 -0.0970801 -0.018778631 0.022029571 -0.04371613 0.040177558 0.11053211 -0.11541237 0.101040825 0.029326407 0.023784986 -0.007928687 -0.048127495 -0.0403679 0.07858049 -0.008630823 0.057768393 -0.07028062 0.031653233 -0.00021963223 0.058814257 -0.068907134 -0.03767545 -0.0843518 -0.029697012 -0.07885568 -0.032914396 0.003628966 0.04615397 0.06106385 0.019837802 0.0601112 -0.0008678269 -0.11061089 0.010592225 0.059602566 0.0017513181 -0.07906723 0.0642658 -0.018759085 -0.06183964 -0.083114944 -0.019322814 -0.019679004 0.081835836 0.0074621453 0.11335583 -0.0058957892 -0.03937861 0.026503015 0.0034715922 0.010428524 -0.011495202 -0.0017813753 -0.028602786 -0.013327338 0.024395838 -0.0052507697 -0.047392335 -0.065934464 -0.037707977 0.021058712 0.01853654 -0.00584249 -0.034723934 -0.03630597 -0.0060206223 0.03634997 0.037312936 0.12426861 -0.00016185574 -0.027544452 -6.4694425e-05 0.047146916 0.018635616 0.027692717 0.036832463 0.038412526 -0.0071445764 0.0016888555 0.03032854 -0.0422909 0.04870992 -0.03895551 0.024099063 0.02449042 0.015872428 -0.005052354 0.0046561765 0.058143195 -0.07442016 -0.041551776 -0.011313544 -0.04449847 -0.055894215 -0.030153958 -0.010534238 0.0050776773 0.039152477 -0.08562618 -0.16227366 0.018072953 0.011162772 -0.013992834 0.05157037 -0.03893589 -0.04519451 -0.10891556 -0.019718293 -0.09370073 -0.027666498 -0.024358843 -0.061216407 -0.033436712 -0.016830092 0.101723894 -0.093611114 0.0046020197 -0.05949972 0.07940156 0.017141793 0.013508454 -0.12429161 0.09517322 -0.10045583 0.008800762 -0.036060248 -0.035900567 0.07330836 -0.03993234 0.04055859 0.109312184 0.053974148 0.040890396 0.014780657 0.051658932 -0.040123 0.06085067 -0.028084567 -0.005058575 -0.09510452 -0.008908427 0.031623118 0.054548338 0.062993824 0.007491505 -0.016223395 -0.03678384 -0.00059125683 0.06710819 -0.02437742 -0.0029231785 0.042371467 -0.0010703279\nngười 0.01834908 0.043812152 -0.024715805 0.016290015 0.041084692 -0.041367818 -0.040663045 -0.17172478 -0.0024642409 -0.004527449 -0.007176843 -0.06666537 -0.016683418 0.12207632 -0.03963542 0.048283145 0.020034218 -0.00070669886 -0.0031691657 -0.013527454 0.010068973 0.003223263 0.01258525 -0.026329724 -0.042318594 -0.019919962 -0.021009175 -0.03667148 0.17598131 0.04196287 -0.014740687 0.033983957 0.04168113 0.07187308 0.0810113 -0.059983976 0.01853131 0.011164233 0.078873634 0.0343876 0.051870517 -0.09133714 -0.033474587 0.03802885 0.002519081 0.09337342 0.02489115 0.03177967 0.054299176 0.06028597 -0.028446535 -0.07783725 -0.01649664 -0.040027622 0.09803062 -0.0027812195 -0.020931495 0.018698711 -0.0837099 -0.08840659 0.0501054 0.05443727 -0.10118541 0.028491722 -0.06138876 -0.0035710928 0.030485397 -0.05492672 -0.025262792 -0.1156993 0.012321394 -0.016049227 0.11949415 0.040030155 0.0037458476 0.08023559 0.08561419 0.0152244335 -0.0038898971 0.06405588 0.061987884 -0.05551826 0.019686706 0.000990422 -0.07209213 -0.010041627 -0.100741714 -0.07003555 0.04810237 -0.038747568 0.038520668 -0.011232191 -0.027416142 -0.004870114 -0.14705548 -0.0027020962 -0.02117246 -0.0053805066 -0.046225 -0.013051665 -0.02834058 0.05643939 0.049580332 0.032372404 0.03843926 -0.025691716 -0.02769044 -0.051072065 0.0836457 -0.057627674 -0.061107498 -0.0025805961 -0.03004487 0.044855163 0.03245344 -0.05598628 0.049490128 0.025219578 -0.023841891 0.05496226 -0.032343127 -0.1139282 -0.05556351 -0.07861596 -0.06422927 0.028618768 -0.017099587 0.15054941 0.09583233 0.016513305 0.036882844 -0.08033588 -0.00042719228 0.044915136 0.09220701 0.025009163 -0.0015170482 0.08077886 0.103654765 -0.009968382 -0.073253825 -0.016535068 0.0085745575 -0.03167023 -0.0358404 0.06553685 -0.06317182 -0.111478016 -0.0617719 -0.06415978 0.01734174 0.0012557249 -0.041838713 -0.051335875 0.0079755485 -0.09684592 -0.0025115306 0.06177737 -0.08480951 -0.030586563 0.04595827 0.009386968 -0.08989331 0.010948815 -0.04145231 0.03203138 -0.007953368 -0.08452828 -0.08410647 -0.04749796 -0.0307895 -0.084004745 0.0041750846 -0.08354662 -0.002646348 0.07173175 0.10016029 0.030989181 0.08110818 0.039335493 -0.034449495 0.009302676 -0.0308504 0.007862356 0.0663248 0.07333841 0.031240985 -0.12825371 0.0013282166 -0.068101965 0.020415671 -0.12182236 -0.047678787 0.0904642 -0.07694699 -0.01799023 0.079648584 0.04100658 -0.036663465 0.027153594 -0.020712942 0.026900154 -0.010386761 -0.030469751 0.043248728 -0.047808398 0.023916991 0.05267458 0.11284579 -0.13905446 -0.020219538 -0.0018436593 0.02949519 -0.09498119 0.042050805 -0.011306785 0.053135432 0.071110845 0.080862835 0.08687339 0.12415878 0.006185577 0.08621369 0.02459697 -0.037902836 -0.0055197696 0.035416376 -0.023553858 0.030795926 0.008506853 -0.0091726035 0.018934714 0.030102726 -0.07067805 0.05885478 0.010107614 -0.013468885 -0.09234268 -0.056466006 -0.089222796 -0.058198385 -0.010566382 0.051294792 -0.06409457 -0.06484313 0.04141698 -0.0658282 0.082850486 0.053602573 -0.020159272 -0.082981795 -0.061172258 -0.035945725 0.029516201 0.01586454 0.058224287 -0.0029292149 0.05718889 0.03615634 0.006687458 0.008575832 0.065799415 -0.11921727 -0.03680502 0.114662215 -0.12277632 0.104704656 0.09767576 -0.034551717 -0.007948465 -0.031909786 -0.027125375 -0.048120417 0.029019713 0.021794787 0.016385918 0.012778812 0.09549353 0.0022744185 0.027143376 0.018088866 0.079367995 0.035811897 0.036927033 -0.025031922 0.03812381 -0.07687684 0.046005413 0.019282075 0.040111583 0.075150125 0.09789412 -0.031577054 0.09246325 -0.010083387 0.109623 -0.02142029 -0.051455747 0.023502568 -0.015009897\nđàn_ông -0.04044652 0.017702315 -0.050916668 0.007861472 0.04408766 0.011539509 0.017003214 -0.01307855 -0.022552934 0.0481048 0.04937727 -0.033386435 0.059001457 0.007994353 0.085498884 -0.08801717 0.06545531 0.07444679 0.024371903 0.031398177 0.046552025 0.058112163 0.009774035 -0.027354302 0.06947178 -0.005647782 0.036930636 0.13006024 0.123693176 0.07529551 -0.008658856 0.084278986 -0.0150855435 -0.008629623 0.16138111 0.057462744 -0.035405837 -0.006365011 0.090487234 -0.0053938567 0.06332598 -0.02672663 0.03463591 0.08498989 -0.17332435 -0.014653455 0.071958885 0.09505015 0.09759561 0.005608223 0.09419849 -0.01224457 -0.08117244 0.0010777242 0.03307165 0.016642768 -0.038772944 0.093401484 -0.073875204 -0.09154726 -0.006207591 0.008156389 0.012658874 -0.037837513 -0.020319382 -0.07165113 0.125585 0.037144933 -0.04657695 0.035010584 -0.0040356736 -0.01094791 0.07538019 0.04501854 -0.00059836375 0.017813517 -0.04559172 0.042760998 -0.043827944 0.03873059 -0.02275484 -0.0095547 0.013793907 -0.025311878 -0.05680048 -0.08676648 -0.06515979 -0.07407305 0.09781613 -0.11336546 -0.034144282 0.0902792 0.0232193 -0.14417022 -0.097856015 -0.04278578 0.00064865244 -0.023333503 -0.021985237 0.020518279 -0.07227702 0.06315829 -0.054909226 -0.027148664 -0.019916415 -0.009356168 -0.020317946 0.054312706 -0.030588696 -0.09943453 -0.03643446 0.020470629 0.026602218 0.010994765 -0.013713413 0.025458192 0.053359296 -0.018102672 0.03151589 0.00028448386 -0.021147318 -0.091240436 -0.080848835 -0.07329151 -0.008185219 0.04496064 -0.034513507 0.12671432 0.08749043 -0.0310114 0.00011390399 -0.072435215 0.002393984 0.07156689 0.08122985 -0.016772324 -0.011865704 0.023172276 0.037797015 0.022742633 -0.028108463 -0.034372315 -0.012349187 0.020105358 -0.0011134091 0.023000201 -0.040118486 -0.03537158 -0.004334788 -0.0016097372 0.016684433 0.01115635 0.059143305 0.070732534 0.07853419 -0.014453983 0.06766648 0.04912964 0.00637807 0.08670117 0.014407374 -0.087331645 -0.032282814 -0.07049793 0.09405818 0.024077421 0.03647258 -0.000757567 0.030477941 -0.01201997 -0.06713123 -0.08409471 -0.0037909553 -0.036698427 0.0028734074 0.052995954 0.02263577 0.014504043 0.08159465 0.000981905 -0.012398894 0.02977659 -0.020966845 0.01040604 0.09877364 0.14775194 -0.0007625072 -0.123272665 -0.0048643136 0.0027151022 0.034762893 -0.010556091 0.04201583 0.1970335 -0.12847087 -0.014438765 0.015078091 -0.03886367 -0.05423888 0.019837305 0.04119764 -0.0106758205 -0.039685886 0.011744005 -0.047112238 -0.08478098 0.06678933 0.025683846 0.016991477 -0.09855873 0.027019098 -0.043404795 0.12779543 -0.064586855 0.022375176 0.059508886 -0.03554286 0.028799241 0.07814086 0.036061015 -0.0075585907 -0.039375667 0.06464527 -0.008212829 -0.014213188 -0.021318981 0.073490225 0.026481852 0.09139567 -0.0034624704 0.039060216 -0.002579684 -0.03587571 -0.09477292 -0.0060972613 -0.053673975 0.040768966 -0.114410035 0.0289397 0.05365117 -0.0548117 -0.12764636 -0.0571452 0.017118745 -0.08557631 -0.02038757 -0.0017905745 0.044459715 -0.031829733 -0.07303639 -0.017283842 -0.044968594 -0.08161829 0.0069161803 0.07600383 -0.020374823 0.00040944119 0.026389498 0.017677683 0.00735245 -0.10798682 0.102100156 -0.096229844 -0.05435664 0.012996623 -0.06028801 0.08166355 0.01993732 -0.093034536 -0.05351214 -0.049645215 0.04240438 -0.12727432 0.055776343 0.009727867 0.07354422 0.030850947 0.020955922 -0.028455969 0.053339005 -0.022343652 0.08760415 0.03778729 -0.008662646 -0.018291587 0.027161472 -0.044315062 0.08932015 -0.0195207 0.08361598 0.103061154 0.09470825 -0.0029272526 -0.0066964687 -0.04010378 -0.046868574 -0.034479517 0.017794752 0.028462548 -0.03411462\nphụ_nữ -0.050706405 0.02875463 -0.10372417 -0.025429783 0.009195844 0.013073133 -0.026951337 -0.056089647 0.0028874956 -0.0024963685 0.050786287 0.0078272605 0.07455082 0.056160077 0.06002039 -0.014912033 0.040218364 0.021604765 0.043160513 0.020697614 0.04789991 0.091751926 0.012956749 -0.033122078 0.05238311 0.04937083 -0.0043284465 0.092261374 0.14753138 0.030668175 -0.0349777 0.09465443 -0.005598506 0.002100825 0.06855292 0.038822338 -0.032308403 0.01852747 0.023690648 -0.014296053 0.06268036 -0.048056852 0.066772744 0.0925415 -0.14391695 -0.019826425 0.04075018 0.07685464 0.023861919 0.029783323 0.110381715 0.060072284 -0.09593159 -0.020150712 0.062050868 0.04448102 0.01709462 0.06953635 -0.06563635 -0.036616117 -0.007048047 0.045109253 -0.018651899 0.008664109 -0.017652921 -0.06306788 0.11031012 0.063526414 -0.042648394 0.00047517274 0.009432333 -0.010721411 0.07083175 0.023372307 0.054865018 0.0049182177 0.03519039 0.093859784 -0.03535044 -0.0054443064 -0.046634495 -0.013517435 -0.010788155 0.05757725 -0.06450899 -0.05162666 -0.05482998 -0.08702506 0.110395335 -0.07115424 -0.06582869 0.096018806 -0.0043395483 -0.13608536 -0.08207483 0.032411553 0.0147795845 -0.053239018 0.028401745 -0.007996694 -0.039569058 0.08591411 -0.010852044 -0.008464026 0.0022258165 -0.006542864 -0.025305033 0.02813362 0.0750899 -0.14986448 -0.04491938 0.05751292 -0.02119874 -0.005106273 0.023944486 -0.06916414 0.044027667 -0.103058726 0.0038453257 -0.013540071 0.027142981 -0.07798972 -0.04402303 -0.026497612 0.013624764 0.03694045 -0.02973216 0.15857188 0.08285652 0.014608135 0.01893516 -0.04530846 -0.08385082 0.030615669 0.07929991 0.049474545 -0.012490464 -0.017150335 0.13788553 0.017365502 -0.025737686 -0.051471323 0.007750933 -0.038541853 -0.030832041 0.038597476 -0.021206407 0.0050795586 0.021469573 -0.07986246 -0.04065762 0.0116145685 0.055960122 -0.02738207 0.08987755 -0.055226963 0.088030666 0.044187773 -0.025598614 0.05582213 0.06842506 -0.03899304 -0.030668482 -0.064950064 0.066780426 0.047495402 -0.0070475917 -0.007457528 0.0078732325 -0.013865854 -0.08187421 -0.04869965 0.01518688 -0.057376854 -0.0002622907 0.09115307 0.08832855 0.016319757 0.08399075 0.01203422 0.00905592 -0.009729131 -0.027763072 -0.040393755 0.1050836 0.099626444 -0.023136988 -0.076438524 0.0023147755 -0.020232037 0.06650702 -0.057103004 0.05136686 0.12165968 -0.06374979 0.026280649 0.03656941 0.0040943325 -0.06264824 -0.024996934 -0.0183915 -0.029815424 -0.091497205 0.0011811992 -0.03567075 -0.07020823 0.02372105 0.092199735 -0.0068407375 -0.042403087 0.016253091 0.0033432893 0.1513045 -0.008156602 0.0566284 0.014468647 -0.026999082 0.057101965 0.08362534 0.11326727 0.049980633 0.03327462 0.045129474 0.025415504 -0.035251126 -0.08560985 0.101734936 0.034527183 0.035037402 0.01630898 0.07308174 -0.0062687844 0.02547722 -0.1013309 0.030214919 -0.075693265 -0.0021790615 -0.08555215 -0.009529212 0.039494824 -0.043485478 -0.08880043 -0.02649691 0.0069382684 -0.10493019 0.027657073 -0.071212605 0.024484558 0.011114978 0.008618829 -0.030853791 -0.058777157 -0.083860144 0.026913721 0.04018639 0.0011246268 0.012265586 0.019072913 0.077305436 0.056531604 -0.090474464 0.11493336 -0.087044396 -0.07525963 0.10622841 -0.062265016 0.12793772 0.025536606 -0.027622102 -0.0327488 -0.041925427 0.06108548 -0.0955547 0.09738837 0.0147866355 0.10215768 0.037078675 0.041285843 -0.03312729 0.08524542 -0.027864698 0.111613706 0.018104924 -0.023295823 -0.053368498 0.02809827 -0.00035067962 0.09264555 0.0045673074 0.07793134 0.048252862 0.08588345 0.04709037 0.059129704 -0.057129193 0.01830474 -0.060584527 -0.035338677 -0.0024774862 -0.053437747\nhoàng_tử -0.1304136 0.0028030586 0.042176433 -0.051219836 0.083630726 0.017197123 -0.040695015 -0.06978061 -0.02170583 0.022061333 0.031491987 -0.038720682 -0.006211136 0.07010211 0.013026692 -0.07717585 -0.021915875 0.015829487 -0.0120813465 0.061219882 0.0045751184 0.064186305 -0.00025836786 0.09984864 -0.15184747 -0.07555354 -0.06744016 0.07557033 0.1362504 0.062108036 -0.03220404 -0.09270207 0.008126227 0.051180262 0.027664196 -0.052833885 -0.007706653 -0.025930412 0.001940474 -0.056192733 0.103084125 0.044312593 -0.013442241 0.06453601 -0.012033872 -0.012954678 0.0010446261 -0.022671213 0.1038023 0.019665482 0.08496265 -0.015563397 0.05178162 -0.03708027 0.07608123 -0.036259983 -0.048228886 0.082121395 -0.04827756 -0.007617045 -0.011005344 -0.018025892 0.020935478 0.06679673 -0.07644157 -0.12648974 0.050336935 -0.051258743 0.026844455 -0.0030060813 0.013965258 -0.030626522 0.073514685 -0.054237604 -0.05609166 -0.0009936084 0.025411364 -0.046824772 -0.010969044 0.1444192 0.03852526 -0.052857306 0.012606024 -0.060981672 -0.100218855 -0.02323765 -0.050786663 -0.030770577 -0.06533352 0.13479705 -0.007732505 0.12798423 -0.05722125 0.012979668 -0.062139045 0.027863864 -0.055694975 -0.001264728 0.09713746 -0.013852079 -0.066079795 0.11411177 -0.01773772 -0.014630749 0.055986512 0.018812224 0.039814446 0.014063015 0.06597439 -0.10434333 -0.015773343 -0.02767791 -0.088891044 -0.05529827 -0.030736743 0.02580517 -0.0016382568 -0.0041680285 0.02095516 -0.08796544 -0.02679743 -0.1203769 0.0514437 -0.017954595 0.07088702 0.094991095 -0.023065172 0.0065263812 0.15398584 -0.08581846 0.015992157 -0.02941256 0.047916833 -0.013834581 0.03292112 0.07194144 -0.022886563 0.05092237 0.07612202 0.009993866 0.012967039 0.044171765 -0.09050858 0.053090874 0.058739074 0.023291256 -0.0050381273 -0.07734936 -0.054630253 0.055034358 -0.146059 0.06874843 -0.020656358 -0.047271367 0.060522296 0.014803789 0.07931919 -0.030532349 0.0014815021 -0.07564243 0.11895638 -0.07948838 -0.00079777074 0.04238478 -0.06945746 0.008834069 -0.018260816 -0.062492006 -0.041756596 0.013068181 -0.045703918 -0.07895519 -0.03684249 0.08429085 0.014825074 0.0809388 0.08050006 0.022591343 -0.08357293 0.026233554 -0.009854235 0.09885667 0.014908827 -0.005093843 0.0638296 0.025572943 -0.029695058 -0.100313805 -0.04782648 -0.08802592 0.081677526 0.09303545 -0.03385166 0.034681246 -0.030413473 0.02221124 -0.036092572 -0.058921035 -0.00488662 0.023346204 -0.015090681 -0.080011316 -0.031703528 0.0017712418 -0.06527821 0.023127932 -0.11539248 0.0055642636 -0.05467606 -0.013890347 -0.13425824 0.05785392 -0.0005236606 0.0823647 0.028232178 -0.0068048835 0.07836341 -0.09207062 0.07802282 0.0039881254 0.05647172 0.08654901 0.015220337 -0.069483936 0.035256296 -0.05216662 -0.011189318 -0.0823287 0.08847225 -0.0021412396 -0.03737867 0.04615579 0.016844172 -0.061704375 0.019656828 0.05537602 -0.014380708 0.043713674 -0.021144819 0.023276336 -0.091526404 -0.04513131 -0.02852186 0.031571146 0.0332583 -0.058260594 -0.026539158 0.044672586 0.09085293 -0.029451791 0.04915286 -0.05351916 0.021212483 -0.010612478 0.026278734 0.0020337913 0.0038595367 -0.0059737433 -0.017351145 -0.08196811 -0.015054214 0.10819999 -0.072005056 -0.06572809 -0.010105412 -0.023891684 0.012634398 0.012750891 0.014069754 0.063156106 0.023180515 -0.0032396798 0.036432132 0.02967043 0.026597071 -0.06827743 0.036474656 0.06973185 0.012422101 -0.038418718 0.08492231 0.118112765 0.03340405 -0.006037399 -0.12224384 -0.04438152 -0.062070586 -0.06575768 -0.027310297 0.07811847 0.015788289 0.0055712736 -0.0031809043 0.039829787 -0.011146268 0.09166632 0.0037019139 -0.011071183 -0.06193723 -0.098442286\ncông_chúa -0.023620168 -0.06359199 0.012878508 -0.008815653 0.11803873 0.049786676 0.008520285 -0.0094687585 0.049396053 -0.0054366514 0.035575207 0.005354663 -0.014997054 0.09531749 -0.027677028 -0.017357782 -0.054640107 0.009209487 0.011816565 0.04119211 0.027135992 0.08811921 0.060407914 0.03321146 -0.049198505 -0.09608926 0.010975619 0.11210053 0.18554834 0.06796712 0.0041319886 -0.081916824 0.04043187 0.057789028 0.040760063 0.0027935547 0.023013411 0.023843896 0.018576616 -0.045532566 0.064367436 0.028120939 -0.030633125 0.08225125 -0.041159138 -0.039598025 0.048819512 -0.03256472 0.07846871 0.030572098 0.099515446 0.049447615 0.038652644 -0.010366343 0.0028235083 -0.032128748 -0.04352979 -0.011027668 -0.009978188 -0.046876337 -0.10595857 -0.0024686982 0.044351958 0.02240604 -0.05798062 -0.05102534 0.02489241 -0.034760427 0.053037263 0.004151213 -0.06784857 -0.0066253077 0.025124313 -0.0013334582 -0.052501995 0.024545068 0.068462774 -0.035485204 -0.107907385 0.08661255 0.0039879284 -0.05323715 0.03508585 -0.0036516648 -0.10140639 -0.021291077 -0.05038733 -0.09219229 0.019181455 0.076890975 0.008103292 0.0886312 -0.06983302 -0.03275479 -0.043715145 -0.012505928 -0.021937603 0.011700816 0.044422247 -0.069564335 -0.06183552 0.10949749 -0.057563484 0.0726953 0.034714293 -0.006614888 0.09870076 -0.048581637 0.114538066 -0.048609037 -0.023906613 0.090093635 -0.0742497 -0.060764354 0.014497714 0.0033554824 0.10414899 -0.042577643 0.012690915 -0.069588006 0.0017655231 -0.07812607 0.02063881 0.043165382 0.022681564 -0.015758602 -0.0014752734 0.07477996 0.059994314 0.003244381 0.023155512 -0.06968738 -0.0004122597 -0.025191307 -0.019641107 0.017987069 -0.12467833 0.060411822 0.07000843 0.003858877 -0.007339529 0.010811027 -0.05407543 -0.0187902 0.02012944 -0.059150904 -0.03993823 -0.117076844 -0.05856069 0.051283102 -0.17335846 0.020907387 0.054683987 -0.14503856 0.10797983 0.054391474 0.026081888 0.028956035 -0.03830129 -0.07614444 0.14147475 -0.09685319 0.03941471 -0.0065506906 -0.021270454 0.040839277 0.020943282 0.0064077084 -0.06240208 -0.047437556 -0.009541636 -0.09728142 0.0013540777 0.03518924 -0.010804002 0.055292696 0.051365424 0.10992859 -0.014357512 -0.014503327 0.06295254 0.058430683 0.010762293 -0.11540135 0.043772917 0.048103783 -0.044714503 -0.10988674 -0.06736977 -0.02907768 0.070298344 0.10550199 0.01581262 0.020413388 -0.04382587 -0.008569854 -0.10026957 -0.054941814 -0.0023302818 0.029654782 -0.046043817 0.004685588 -0.03953507 0.040318795 -0.07394716 0.013620323 -0.05964666 0.083641395 -0.06920407 -0.020386998 -0.1694321 0.06878726 0.04391292 0.022221968 0.025999695 0.001742399 0.07482577 -0.10597653 -0.0053980774 0.0849495 0.07592525 0.018724425 -0.04346884 -0.055207968 -0.042687617 -0.022338577 -0.037324622 -0.03713609 0.046010185 0.043975353 -0.009829897 0.006377551 0.025167879 -0.019643819 0.050501104 0.028722327 -0.026422728 -0.014189345 -0.007845672 0.00305112 -0.05434817 -0.031509425 -0.07141647 -0.021701768 0.02656731 -0.07192309 -0.07177952 0.07263161 0.043811947 0.039717555 0.01316761 -0.02321621 -0.08678503 -0.020840706 -0.026961338 -0.0771364 -0.018288044 0.07316591 -0.0047582607 -0.06965335 0.033810284 0.11198427 -0.08160276 -0.048446186 0.033635344 -0.02090606 0.002278786 -0.02968049 -0.025177723 0.08386139 -0.03819452 -0.05101312 0.041299723 0.017489986 0.0950731 0.019527324 0.06516568 0.080085166 -0.06859475 -0.004005343 0.027054053 0.12368928 -0.0627242 -0.03214593 -0.121534 -0.057767633 -0.098657 -0.04613282 -0.010425446 0.047272027 0.02369648 0.01769047 0.022324944 0.036161482 0.0086752195 0.014311732 -0.08038632 -0.0022474574 -0.066000536 -0.12928148\n"
  },
  {
    "path": "src/data/embedding_dicts/baomoi_c2v_dims_300.vec",
    "content": "367 300\n< -0.003531 0.04465 -0.062746 0.02843 0.035368 -0.126503 0.011095 0.044803 0.149568 0.005739 0.032506 0.006824 -0.021295 0.006534 0.016246 -0.030139 -0.002518 -0.01721 0.059967 -0.055306 0.056134 0.074242 0.008016 0.051532 0.035188 0.054822 0.067925 0.028096 -0.057357 -0.062006 -0.029382 -0.052166 -0.035743 -0.040044 0.116861 0.023789 -0.034324 0.086465 -0.075027 -0.065451 0.02584 -0.018797 -0.034352 -0.135943 -0.032307 -0.010827 -0.005268 0.028391 -0.026769 -0.013499 -0.025932 -0.014507 -0.020239 -0.045972 0.027479 -0.040396 0.075848 -0.065175 -0.055007 0.105639 -0.024168 -0.031657 0.080553 0.037624 0.043495 0.012785 -0.05617 0.07192 -0.101077 0.022896 -0.067732 0.047021 0.00293 -0.0168 0.006179 0.085667 -0.037689 0.058951 -0.077634 -0.02827 -0.001136 -0.022059 0.022033 0.13296 0.01635 -0.077518 0.050293 0.150431 -0.019029 0.012682 0.030613 0.025294 0.0433 -0.066945 -0.014059 0.055024 -0.024415 -0.082369 -0.023061 -0.08412 -0.014209 0.015244 0.007459 0.003131 0.027041 0.068219 0.026478 0.034795 0.024164 0.035316 0.03882 0.066659 0.012825 0.043566 -0.023341 0.061912 -0.016479 0.059358 -0.036674 -0.072102 0.025239 -0.0027 -0.03678 0.055931 0.076803 -0.013676 0.022832 0.061128 -0.036408 -0.054808 0.071716 -0.083861 -0.061571 -0.112103 -0.007942 -0.066773 0.005541 0.009397 0.032745 0.018626 0.033222 -0.158031 0.102349 0.082046 0.043739 -0.000394 -0.009656 0.117101 0.028788 0.061397 -0.035939 0.067505 -0.060491 0.158457 0.047779 -0.035704 -0.079741 0.023563 0.047518 0.042869 0.047846 0.062481 0.030129 -0.024219 -0.001941 -0.00725 0.059627 -0.023797 0.04099 0.058707 -0.002651 -0.067092 0.032529 -0.007822 -0.048381 0.01507 -0.079177 0.104756 0.013424 -0.017317 0.000423 -0.074702 0.002975 0.028235 0.024371 -0.072684 0.028847 0.021903 -0.094005 -0.045417 0.008639 0.023551 0.00773 -0.058861 0.037656 -0.024807 0.02986 -0.018041 0.031169 0.017123 0.02532 0.045571 -0.036224 -0.003516 -0.026092 -0.075519 0.006062 0.07028 0.02996 0.079703 0.087838 -0.056501 0.017033 0.000463 0.035834 0.115003 -0.016589 -0.02638 0.010029 -0.064959 -0.031822 -0.030598 -0.0042 0.030013 0.065232 -0.016948 -0.122542 -0.009319 -0.029905 -0.012888 -0.074674 0.00696 0.034307 -0.037755 -0.007579 0.020845 -0.025103 -0.039975 0.096326 -0.072559 -0.063981 0.043725 -0.074266 -0.109524 0.066441 -0.110325 0.07343 -0.069396 -0.035111 -0.040788 0.026006 0.021648 0.031432 0.006184 -0.009663 0.06328 -0.007175 0.018184 0.107725 0.009582 -0.060521 -0.007951 -0.014714 0.079596 0.016568 0.01435 -0.078095 0.007838 -0.053555 -0.039216 -0.044767 0.037091 -0.033962 0.020156 0.034892 0.025709 -0.025715 -0.071362 0.055354 0.122161 0.047742 0.052441 -0.015139 -0.048391 0.133786 0.087287 -0.023316 -0.078815 -0.090505 -0.024626 0.029633 -0.019322 0.039383 0.045747 0.027592 0.055482 -0.011146 0.065965 0.016525 -0.064848\np 0.009131 0.002259 -0.005291 0.013484 -0.000682 -0.056233 -0.004356 0.010837 0.013116 0.028476 0.0263 0.013736 -0.041275 0.00476 -0.017095 -0.035125 0.031813 0.020557 -0.007443 0.041147 0.005168 0.072815 0.014024 0.021718 0.017487 0.023713 0.017544 -0.021124 -0.007174 -0.005942 0.011437 -0.036776 0.003916 -0.021543 0.031434 0.071501 -0.075975 0.038206 -0.006584 0.094867 0.010586 0.02456 0.007639 -0.033873 -0.016661 0.010758 0.060302 -0.061713 0.017472 0.016171 -0.006657 0.004556 0.018367 -0.034479 0.086627 -0.025893 -0.026152 0.03492 0.00535 0.104218 0.002205 -0.060687 0.049169 0.061269 0.032531 0.031764 -0.056911 0.042522 -0.045 0.041472 0.004328 0.046523 -0.006848 -0.017643 -0.029214 0.090219 -0.001221 0.092631 0.002522 0.033712 0.014406 0.055138 -0.028652 0.12117 -0.002593 -0.089207 -0.023033 0.043573 -0.037444 -0.024843 0.053279 0.025802 -0.013781 -0.057728 -0.030967 0.018424 0.011452 -0.047237 -0.022311 -0.049059 0.036988 0.007831 -0.062448 0.058159 -0.013871 0.031639 0.019303 0.020777 0.024973 0.007011 -0.016658 0.020713 -0.006555 0.044059 0.005811 -0.002487 -0.056941 0.052194 -0.061653 -0.038271 0.066997 -0.063337 0.052015 -0.031972 0.052947 -0.013642 -0.031982 0.017883 0.057978 -0.011721 0.042698 0.031365 -0.07268 -0.020225 0.008473 -0.053985 -0.004147 0.054913 -0.017128 0.064253 0.042509 -0.002827 0.005087 0.064842 0.029208 0.028822 0.020834 0.068152 0.055813 0.061612 -0.030899 0.093837 -0.026465 0.075224 0.033378 0.02257 0.031279 -0.0341 -0.012834 0.062766 -0.01659 0.080238 0.054864 0.018729 0.006502 -0.011739 0.048797 -0.004915 0.024658 0.047298 0.006839 -0.028321 -0.02235 0.008491 -0.042446 -0.044732 0.012081 0.060485 -0.088976 0.010479 -0.065185 0.008335 0.033342 0.031149 -0.015043 -0.032428 0.040835 -0.003791 -0.041195 -0.042644 0.017017 0.016432 0.006382 -0.032322 0.04126 -0.029012 0.004683 -0.012654 0.02562 0.047671 0.033319 0.005931 0.033195 0.018922 0.042741 -0.0801 0.001039 0.012462 0.003754 0.062497 0.050538 -0.023425 0.084327 0.056285 0.029426 0.016544 0.072441 0.004422 -0.068755 -0.075704 -0.047498 0.026666 0.044773 -0.001062 0.04581 -0.020364 -0.009917 -0.013905 -0.01172 0.05555 -0.053048 -0.008088 0.021322 -0.006072 -0.013421 0.031417 -0.022601 0.022352 0.03872 0.032193 -0.067242 0.027558 -0.022592 -0.061814 -0.002579 -0.049272 0.07859 -0.048811 -0.026507 0.026877 -0.016993 0.032511 0.001174 0.024792 0.016848 0.012847 0.009213 0.008724 0.067589 -0.014653 0.03039 0.002187 0.048841 0.004013 0.058668 0.012901 -0.089999 0.003983 -0.040333 -0.001587 0.03788 -0.016166 -0.000964 0.013261 -0.041772 0.042383 0.007674 -0.027626 0.018839 -0.005191 0.040052 0.018302 0.040057 0.046355 0.034022 0.046108 -0.021625 -0.007551 -0.014235 0.013356 0.014225 -0.038911 0.002727 -0.037469 0.030925 0.028826 -0.028373 0.039971 0.04496 -0.014421\nu 0.007785 -0.005648 -0.013117 0.02864 0.004651 -0.065278 -0.006016 0.000216 0.003276 0.01581 0.02428 0.02013 -0.044105 0.02361 -0.01379 -0.011025 0.035994 0.036459 -0.014658 0.039078 -0.001843 0.089415 0.02842 0.023444 0.015433 0.019678 0.01531 -0.018233 0.006197 -0.006285 0.016066 -0.053257 0.024935 -0.02534 0.021732 0.076166 -0.074502 0.040379 -0.007706 0.116205 0.026167 0.028562 0.011145 -0.032668 -0.014768 -0.00343 0.05776 -0.076215 0.039359 0.018165 -0.010439 -0.007161 0.00616 -0.049448 0.062778 -0.017587 -0.022506 0.017251 -0.014598 0.104186 -0.00278 -0.050758 0.046634 0.064882 0.030257 0.020054 -0.047865 0.064879 -0.049194 0.042525 0.010233 0.046667 0.001829 -0.010802 -0.036637 0.092809 -0.002589 0.082347 -0.002063 0.036389 0.023275 0.047005 -0.03371 0.121611 -0.003936 -0.095711 -0.037943 0.056857 -0.035296 -0.036664 0.047742 0.006004 -0.020008 -0.081947 -0.035499 0.018678 0.014804 -0.049204 -0.027188 -0.063302 0.031516 0.004857 -0.09266 0.057084 -0.029891 0.030684 0.026196 0.030943 0.022656 0.013683 -0.023572 0.033065 -0.017498 0.058278 0.007186 -0.002773 -0.059701 0.043479 -0.062933 -0.048964 0.087491 -0.086461 0.081942 -0.037242 0.055431 -0.011272 -0.025024 0.028239 0.074382 -0.019042 0.039064 0.033633 -0.076596 -0.002602 0.008901 -0.048733 0.003784 0.06016 -0.019201 0.072688 0.05416 0.00275 -0.013799 0.065875 0.037337 0.032735 0.033056 0.062324 0.063652 0.077001 -0.025508 0.104098 -0.020701 0.074722 0.036246 0.011871 0.036282 -0.01648 -0.005032 0.04923 -0.030551 0.101536 0.055066 0.025804 0.008941 -0.022856 0.044326 -0.002326 0.013691 0.058674 0.011471 -0.040425 -0.013302 0.018776 -0.037223 -0.035194 0.017787 0.053639 -0.091453 0.014691 -0.055232 -0.009749 0.02487 0.031286 -0.031034 -0.011186 0.03639 0.007547 -0.032586 -0.040859 0.017254 0.034479 0.015836 -0.023693 0.046476 -0.034409 0.01047 -0.007135 0.019082 0.056071 0.046937 -0.008462 0.042313 0.034022 0.056365 -0.072357 -0.000379 0.001476 0.008497 0.050569 0.045477 -0.038973 0.093185 0.060478 0.041564 0.015633 0.071673 0.00241 -0.062158 -0.083786 -0.028098 0.017289 0.066367 0.01493 0.050376 -0.025076 -0.018948 -0.017684 -0.001209 0.053975 -0.062582 -0.000285 0.018916 -0.009505 -0.016424 0.043811 -0.028038 0.01818 0.039846 0.037451 -0.089712 0.053722 -0.023263 -0.065122 0.011014 -0.077021 0.098321 -0.055671 -0.032306 0.038278 -0.010206 0.033948 0.005419 0.016894 0.028963 0.015068 0.007929 -0.006163 0.060216 -0.00876 0.043009 0.000939 0.046044 -0.003484 0.065579 8.5e-05 -0.083822 -0.005292 -0.031701 0.019352 0.035573 -0.003316 -0.00298 0.019836 -0.055139 0.029145 0.004007 -0.031685 0.014642 -0.015031 0.040828 0.012348 0.046977 0.05427 0.052481 0.027584 -0.01122 -0.010139 -0.008811 0.01826 -0.008778 -0.037022 0.015102 -0.041929 0.041795 0.001624 -0.034295 0.037033 0.049797 -0.015978\nn 0.012299 -0.007771 -0.005552 0.03093 0.005976 -0.063829 -0.002032 -0.001488 0.002242 0.011409 0.02573 0.020361 -0.042342 0.02359 -0.009989 -0.005304 0.034328 0.039072 -0.014656 0.041637 -0.008074 0.092104 0.028544 0.022073 0.012938 0.017927 0.009969 -0.017277 0.012486 -0.002343 0.014874 -0.055154 0.026437 -0.028694 0.016854 0.070693 -0.07158 0.041527 -0.007361 0.114561 0.028072 0.024663 0.013864 -0.027923 -0.013596 -0.002969 0.052844 -0.081089 0.043857 0.014183 -0.008313 -0.003106 0.003573 -0.047339 0.056564 -0.017357 -0.016516 0.011907 -0.015479 0.104753 -0.002283 -0.050415 0.047092 0.056455 0.030902 0.018076 -0.051321 0.070754 -0.05065 0.041508 0.010021 0.048628 0.004785 -0.014313 -0.035005 0.092532 -0.003646 0.076718 -0.001812 0.033848 0.026266 0.050034 -0.03728 0.122868 -0.006226 -0.095698 -0.041178 0.053961 -0.034998 -0.037991 0.049057 0.007899 -0.021054 -0.088523 -0.040668 0.015941 0.01519 -0.050128 -0.026667 -0.066908 0.029327 0.012258 -0.098486 0.055269 -0.026236 0.033981 0.030132 0.033674 0.028629 0.00891 -0.02188 0.033647 -0.017879 0.06563 0.009383 -0.000881 -0.061208 0.043069 -0.060888 -0.053705 0.100231 -0.086361 0.087468 -0.038156 0.055569 -0.013098 -0.025423 0.029149 0.074288 -0.028916 0.035578 0.040306 -0.083135 0.002289 0.000994 -0.04206 0.001873 0.059603 -0.020366 0.070789 0.059749 0.001303 -0.014566 0.066537 0.037838 0.036703 0.03984 0.059726 0.065783 0.078528 -0.024251 0.106774 -0.017841 0.074404 0.03553 0.008553 0.042052 -0.017199 -0.002493 0.047792 -0.027889 0.10757 0.05618 0.0254 0.010849 -0.030534 0.043332 -0.000432 0.0148 0.055789 0.011185 -0.042609 -0.006366 0.01988 -0.034947 -0.032132 0.019787 0.048819 -0.092713 0.011682 -0.05653 -0.008491 0.023724 0.031578 -0.033889 -0.010664 0.035231 0.006651 -0.031756 -0.040364 0.011622 0.036672 0.017854 -0.022373 0.038228 -0.029864 0.009236 -0.005824 0.017282 0.055405 0.04554 -0.004154 0.042539 0.032591 0.059635 -0.074053 -0.001133 -0.003213 0.009334 0.048709 0.044936 -0.043416 0.09278 0.059077 0.046425 0.018452 0.072611 0.001194 -0.063548 -0.082809 -0.02648 0.022049 0.068826 0.017703 0.050524 -0.026685 -0.015704 -0.018965 0.001976 0.049121 -0.064588 -0.001723 0.012894 -0.011765 -0.017469 0.042717 -0.032537 0.01919 0.040892 0.040599 -0.089373 0.06461 -0.023793 -0.065789 0.012473 -0.083256 0.101444 -0.055443 -0.037117 0.047932 -0.009601 0.033833 0.0137 0.011946 0.032114 0.012724 0.006089 -0.006929 0.058877 -0.006795 0.045131 -0.002257 0.04769 -0.004888 0.06566 0.001381 -0.080932 -0.004043 -0.033638 0.022517 0.041632 -0.000716 -0.000558 0.01788 -0.056926 0.029189 0.003608 -0.027783 0.01467 -0.029711 0.042383 0.006153 0.043567 0.050122 0.053153 0.024372 -0.009771 -0.010114 -0.009385 0.023032 -0.011359 -0.036 0.012299 -0.039845 0.044785 -0.004242 -0.032377 0.035923 0.045941 -0.018476\nc 0.008383 -0.003259 -0.006647 0.011272 0.002508 -0.053228 -0.008678 0.00798 0.015578 0.021255 0.024354 0.011096 -0.031338 0.008523 -0.00984 -0.024904 0.029238 0.020887 -0.001236 0.039759 -0.007092 0.07432 0.012683 0.017755 0.023486 0.028098 0.017883 -0.030016 0.002165 -0.003183 0.009864 -0.046164 0.004291 -0.019342 0.031054 0.063496 -0.071633 0.036185 -0.006846 0.102825 0.019406 0.027149 0.010327 -0.023673 -0.018505 0.006608 0.059638 -0.065258 0.013385 0.019442 -0.010649 0.002031 0.013825 -0.036526 0.075427 -0.025878 -0.023042 0.041702 0.003956 0.099401 0.010578 -0.063824 0.04646 0.061855 0.035483 0.034087 -0.064435 0.047409 -0.035662 0.039467 0.011618 0.045609 -0.009143 -0.008568 -0.030101 0.088528 0.00152 0.082216 0.005796 0.030069 0.013286 0.052486 -0.032411 0.110974 -0.01034 -0.082355 -0.027843 0.035214 -0.036508 -0.022937 0.049117 0.026558 -0.016073 -0.063505 -0.034553 0.017385 0.011897 -0.041124 -0.024222 -0.053285 0.030842 0.002869 -0.064016 0.052528 -0.017721 0.027565 0.018257 0.022546 0.034417 0.013814 -0.012862 0.019456 -0.008993 0.049582 0.013755 0.003568 -0.056927 0.047454 -0.070726 -0.036559 0.06826 -0.06589 0.064995 -0.038751 0.058577 -0.010702 -0.031435 0.014585 0.050876 -0.009473 0.040265 0.037666 -0.074484 -0.017711 -0.008616 -0.048958 -0.006511 0.060814 -0.016594 0.0661 0.042234 0.001193 -0.003868 0.067496 0.024971 0.027471 0.030433 0.074936 0.050763 0.062613 -0.027924 0.090665 -0.016452 0.071237 0.031276 0.01324 0.03163 -0.024631 -0.009405 0.056104 -0.010036 0.084606 0.052852 0.015323 0.008439 -0.021832 0.045707 -0.008328 0.025892 0.0502 0.004963 -0.031797 -0.011844 0.012966 -0.036276 -0.042755 0.021434 0.048598 -0.084061 0.002898 -0.066592 0.003356 0.025322 0.029709 -0.015255 -0.033401 0.030404 -0.011842 -0.038614 -0.03849 0.016652 0.020549 0.012006 -0.028261 0.034195 -0.020233 0.004798 -0.013396 0.031547 0.048733 0.036637 -0.003309 0.030093 0.015733 0.04353 -0.076146 -0.002906 0.008201 0.000776 0.061514 0.048791 -0.023149 0.081282 0.045746 0.028302 0.015983 0.065115 0.00443 -0.073307 -0.071681 -0.048911 0.030664 0.045772 0.004487 0.041449 -0.004949 -0.007172 -0.011121 -0.014069 0.055248 -0.052948 -0.001469 0.020701 -0.00849 -0.016813 0.030876 -0.027319 0.029012 0.034791 0.042819 -0.064707 0.040053 -0.015988 -0.062658 -0.002493 -0.055999 0.077744 -0.039919 -0.022038 0.042769 -0.012821 0.035037 0.015719 0.01656 0.016669 0.011499 0.00562 0.006223 0.062276 -0.0219 0.032157 0.002197 0.041325 0.003304 0.056758 0.006892 -0.08845 -0.004309 -0.0402 0.003851 0.036983 -0.007216 -0.002508 0.013601 -0.04312 0.040658 0.010267 -0.023345 0.014706 -0.022769 0.037931 0.010699 0.036127 0.04417 0.038413 0.037469 -0.010338 -0.005498 -0.011909 0.010853 0.021276 -0.034587 0.000278 -0.034975 0.028934 0.02533 -0.031651 0.042995 0.039958 -0.015816\nt 0.00712 -0.001461 -0.003125 0.023278 0.002378 -0.054431 -0.007935 0.007962 0.008804 0.018992 0.028081 0.016754 -0.039117 0.018307 -0.008902 -0.020021 0.032718 0.026815 -0.003615 0.042903 0.001811 0.075786 0.014516 0.015438 0.014475 0.026723 0.016049 -0.018441 0.003974 -0.001967 0.012912 -0.046251 0.007085 -0.027265 0.03111 0.064999 -0.072068 0.041322 -0.004428 0.096886 0.023717 0.024625 0.010781 -0.030931 -0.014057 0.003161 0.054554 -0.073556 0.024717 0.014219 -0.004943 0.002787 0.013517 -0.039636 0.067848 -0.018879 -0.014764 0.024148 -0.001288 0.102919 0.000524 -0.056599 0.044478 0.058261 0.035131 0.025955 -0.055045 0.057544 -0.046716 0.042065 0.004438 0.047013 -0.000809 -0.0105 -0.028141 0.084476 -0.004121 0.073223 0.000717 0.024644 0.016236 0.046974 -0.033402 0.113725 -0.008042 -0.084917 -0.034654 0.046435 -0.036872 -0.024746 0.050311 0.020927 -0.014978 -0.066827 -0.035697 0.00988 0.012232 -0.043653 -0.018981 -0.055068 0.028422 0.009411 -0.077302 0.052953 -0.020908 0.030822 0.024585 0.02492 0.032739 0.00833 -0.019265 0.03138 -0.014614 0.053735 0.008904 0.003216 -0.057422 0.045556 -0.06441 -0.04389 0.074927 -0.073546 0.067216 -0.034065 0.054799 -0.008719 -0.027837 0.019842 0.060704 -0.020528 0.034753 0.038603 -0.079687 -0.015088 0.002095 -0.046992 -0.00161 0.058667 -0.020006 0.0635 0.051977 -0.004467 -0.005517 0.072192 0.034466 0.030838 0.028493 0.065851 0.054636 0.070635 -0.027664 0.0942 -0.015184 0.074016 0.029495 0.013938 0.03243 -0.021857 -0.001745 0.048135 -0.01554 0.092736 0.058978 0.019941 0.01041 -0.024264 0.044541 0.001255 0.025338 0.053816 0.002999 -0.035253 -0.007581 0.015418 -0.039898 -0.035874 0.020412 0.054408 -0.084152 0.012376 -0.057093 -0.001323 0.024149 0.027199 -0.021341 -0.019919 0.03167 -0.00299 -0.03659 -0.041008 0.016014 0.025451 0.012161 -0.025816 0.035027 -0.027392 0.011632 -0.014766 0.023647 0.048237 0.034331 -0.001887 0.032041 0.021425 0.048163 -0.071378 -0.003188 0.00981 0.003002 0.058409 0.050031 -0.032314 0.083565 0.052591 0.039003 0.021386 0.068592 0.006258 -0.064917 -0.076983 -0.039429 0.026774 0.058832 0.00932 0.046177 -0.013322 -0.005237 -0.016924 -0.005369 0.05011 -0.057811 -0.000104 0.018372 -0.007741 -0.019313 0.035479 -0.026772 0.024316 0.031162 0.033705 -0.074665 0.04812 -0.022461 -0.062897 0.009584 -0.06468 0.084117 -0.046826 -0.025997 0.044817 -0.012032 0.032094 0.013387 0.017143 0.021536 0.014902 0.006377 0.000573 0.061767 -0.01311 0.034406 -0.000695 0.046178 -0.00108 0.058676 0.008736 -0.086601 0.001126 -0.036735 0.008061 0.036889 -0.004479 -0.003135 0.013992 -0.049782 0.03481 0.009515 -0.028255 0.017017 -0.020965 0.037579 0.007731 0.040299 0.044355 0.044864 0.031125 -0.012478 -0.006355 -0.015634 0.014846 0.00954 -0.035624 0.006529 -0.036741 0.037598 0.016561 -0.034418 0.04097 0.03948 -0.020388\n> 0.008293 0.023526 -0.029743 0.007528 -0.009108 -0.080903 -0.014253 -0.004441 0.084377 0.003593 0.020095 -0.015873 -0.053824 -0.001774 -0.002219 -0.004488 0.03231 -0.025338 0.014381 0.011135 0.042184 0.042614 0.021248 0.045532 0.044538 0.013893 0.018321 0.027467 -0.079275 -0.019271 0.011539 -0.018497 -0.021106 0.011795 0.064177 -0.001956 -0.029015 0.037075 -0.013054 0.017266 -4e-06 -0.009851 -0.003592 -0.047762 -0.001736 -0.005469 0.039101 -0.009886 -0.00898 -0.006168 0.00297 -0.004975 -0.003139 -0.028218 0.000902 -0.017313 0.029366 -0.043038 0.001362 0.045636 -0.04338 -0.002972 0.059335 0.028759 0.021207 0.023119 -0.027848 0.010487 -0.040744 0.013993 -0.045237 0.00608 0.006052 0.026218 0.010116 0.068067 -0.021547 0.001956 -0.025145 -0.015155 -0.009781 -0.000766 -0.019215 0.067902 0.010166 -0.021495 -0.010043 0.07993 -0.015195 0.00991 0.035564 0.026443 0.039703 -0.021405 -0.003001 0.026901 -0.017408 -0.052537 -0.007415 -0.045599 0.013599 -0.002035 -0.013549 0.001075 0.031678 0.015718 0.035605 -0.005529 0.001019 0.010471 0.007593 0.004746 -0.032078 0.029637 -0.001908 0.009437 -0.017229 0.044419 -0.053396 -0.027929 -0.001451 -0.036785 -0.003906 0.020519 0.011641 -0.035558 0.022829 0.046364 0.013222 -0.007426 0.024212 -0.021779 -0.036868 -0.058883 0.012705 -0.049377 -0.003738 0.042146 0.026371 0.020553 0.013371 -0.089953 0.044853 0.065995 0.029402 -0.0123 0.033044 0.048716 0.024377 0.050749 0.022072 0.044694 -0.009356 0.090455 0.032842 0.025219 -0.050262 0.01948 0.025146 0.043377 -0.012558 0.057361 0.012865 -0.006127 -0.034442 -0.01125 0.040822 -0.020602 0.035547 0.066497 -0.019976 -0.051459 -0.002871 -0.015498 -0.03755 -0.01689 -0.033487 0.056636 -0.00269 0.01466 0.000269 -0.023985 0.004652 0.010959 0.010757 -0.024774 0.030951 -0.007921 -0.038077 -0.037057 -0.007 -0.009622 0.015922 0.00285 0.023458 -0.040366 0.01416 -0.001643 -0.0029 0.044 -0.004179 -0.008904 0.015219 0.012604 0.025327 -0.022716 0.00165 0.005411 -0.001872 0.062223 0.030211 -0.036682 0.025054 -0.013893 0.016083 0.046135 -0.01532 -0.03122 -0.004341 -0.052783 -0.054655 -0.018162 0.045659 -0.008599 0.042093 -0.019026 -0.005969 -0.036728 0.001945 0.020422 -0.040794 0.011058 0.021168 -0.010231 -0.033835 0.019771 -0.040322 -0.011539 0.044558 0.000292 -0.047543 0.035394 -0.029822 -0.055363 0.015699 -0.090448 0.07116 -0.038469 -0.018799 0.007821 -0.019164 0.064033 -0.00756 0.030898 0.000359 0.018487 -0.000859 -0.005792 0.021076 -0.016674 -0.027985 -0.005055 0.004072 0.037658 0.01463 0.020207 -0.045546 0.021166 -0.029883 0.006623 -0.043208 0.02162 -0.016685 0.006827 0.010579 0.010141 -0.017243 -0.024083 0.05356 0.059942 0.028383 0.05405 -0.004623 -0.02137 0.041892 0.039348 -0.004688 -0.02222 -0.046568 -0.024768 -0.004995 -0.012649 -0.019374 -0.006076 -0.014247 0.026634 -0.032482 0.037048 0.014251 -0.002682\nm 0.002917 0.001856 -0.00997 0.018257 0.001613 -0.055876 -0.017376 0.007161 0.008759 0.023809 0.024036 0.019589 -0.033274 0.01722 -0.010302 -0.013201 0.037357 0.025644 -0.001723 0.042512 0.00376 0.080859 0.022956 0.024873 0.030546 0.030214 0.014143 -0.028559 0.005193 -0.008334 0.017768 -0.057508 0.009905 -0.020097 0.032405 0.06926 -0.075858 0.038706 -0.006053 0.109972 0.026031 0.029395 0.005121 -0.029201 -0.018763 0.00378 0.068218 -0.066138 0.018842 0.00707 -0.010942 0.00032 0.014405 -0.046153 0.068292 -0.018747 -0.018033 0.033589 -0.000231 0.099824 -0.000647 -0.064893 0.042586 0.065527 0.031984 0.028523 -0.055867 0.057103 -0.040508 0.039917 0.003836 0.04187 -0.006175 -0.009417 -0.042162 0.092016 -0.001232 0.084865 0.003195 0.030335 0.015255 0.049527 -0.031817 0.108559 -0.010147 -0.085457 -0.027333 0.047786 -0.035142 -0.024535 0.049482 0.020378 -0.018788 -0.071098 -0.030017 0.02181 0.014415 -0.049873 -0.025262 -0.05081 0.036067 0.003733 -0.07709 0.059034 -0.023301 0.024516 0.014675 0.0264 0.034137 0.013052 -0.018875 0.027386 -0.010032 0.052351 0.007577 -0.002718 -0.053289 0.050333 -0.07736 -0.03566 0.069295 -0.068572 0.074734 -0.041805 0.057982 -0.00768 -0.028759 0.016404 0.058896 -0.005419 0.039032 0.032799 -0.070683 -0.021757 -0.000475 -0.044081 -0.00734 0.061897 -0.013556 0.076274 0.046525 -0.000375 -0.002413 0.067955 0.036655 0.029864 0.021902 0.068783 0.053472 0.069653 -0.027865 0.096389 -0.016277 0.077794 0.039173 0.016802 0.032762 -0.020604 -0.00653 0.055931 -0.016401 0.084542 0.054823 0.018109 0.012181 -0.021422 0.040736 -0.006913 0.021828 0.055145 0.005451 -0.034799 -0.013289 0.0186 -0.039069 -0.036769 0.020888 0.05233 -0.087766 0.007687 -0.05811 -0.001331 0.026747 0.025252 -0.016037 -0.018807 0.036406 -0.003598 -0.03618 -0.036251 0.014908 0.017117 0.009719 -0.02048 0.03911 -0.025649 0.006369 -0.008423 0.025332 0.043072 0.042563 0.000261 0.034386 0.019695 0.044481 -0.069172 -0.007168 0.009385 0.002489 0.061091 0.050813 -0.02122 0.086936 0.048283 0.029661 0.016919 0.06511 0.001647 -0.068828 -0.078822 -0.040195 0.01998 0.049204 0.003081 0.048446 -0.011014 -0.007143 -0.01577 -0.004905 0.06154 -0.059644 0.003328 0.02565 -0.00459 -0.020505 0.039646 -0.026147 0.018475 0.027156 0.041787 -0.076101 0.037538 -0.02023 -0.066333 0.000828 -0.05946 0.089841 -0.050198 -0.025095 0.039866 -0.012192 0.037198 0.004197 0.027522 0.016208 0.007689 0.004875 -0.00198 0.059457 -0.022052 0.031395 -0.003185 0.047002 0.001532 0.053602 0.007589 -0.083438 -0.000286 -0.046741 0.008789 0.030337 -0.012157 0.002455 0.019531 -0.046233 0.029856 0.006495 -0.037529 0.024556 -0.016117 0.034262 0.012746 0.04023 0.050056 0.042517 0.039449 -0.008655 -0.003528 -0.016453 0.017018 0.018596 -0.035598 0.003682 -0.042464 0.040809 0.018198 -0.03847 0.042139 0.049145 -0.019622\nb 0.002326 0.001257 -0.014767 0.011781 -0.001505 -0.052492 -0.010424 0.008608 0.008839 0.028079 0.020668 0.016862 -0.028438 0.012996 -0.006021 -0.024894 0.037736 0.021824 -0.003874 0.039646 0.002354 0.076396 0.017501 0.021397 0.030802 0.0327 0.01642 -0.033393 -0.001795 -0.013808 0.013149 -0.043639 0.007253 -0.018552 0.034826 0.065894 -0.071849 0.036823 -0.012712 0.110847 0.01886 0.03724 0.007244 -0.030498 -0.016876 0.012686 0.069602 -0.065538 0.01182 0.016342 -0.010124 -0.001917 0.014185 -0.034097 0.077084 -0.02282 -0.027706 0.041332 0.006433 0.095356 -0.001923 -0.061712 0.050789 0.063705 0.034701 0.033408 -0.05916 0.043668 -0.037829 0.03919 0.008962 0.040643 -0.010761 -0.011287 -0.035324 0.094759 -0.000934 0.088749 0.009089 0.035614 0.011754 0.049778 -0.029958 0.112119 -0.006667 -0.084465 -0.026805 0.042335 -0.035979 -0.024951 0.052601 0.02214 -0.018125 -0.068288 -0.030614 0.019864 0.00994 -0.045382 -0.026211 -0.05061 0.036901 -0.000435 -0.070756 0.055679 -0.017457 0.022466 0.011934 0.019875 0.027905 0.014858 -0.009079 0.017549 -0.007202 0.048112 0.01352 -0.003731 -0.055399 0.059949 -0.076891 -0.027165 0.062627 -0.073829 0.070521 -0.040679 0.058782 -0.008565 -0.036646 0.010831 0.051785 -0.000804 0.043757 0.031732 -0.05951 -0.02424 -0.007476 -0.050184 -0.010253 0.066023 -0.016793 0.076925 0.039483 -0.000133 0.003259 0.065063 0.033631 0.027133 0.021944 0.074628 0.047706 0.064379 -0.023958 0.096202 -0.017375 0.078137 0.040858 0.02219 0.03052 -0.031815 -0.007924 0.068553 -0.017542 0.072373 0.045078 0.012757 0.007451 -0.018236 0.043271 -0.007182 0.01936 0.052752 0.001331 -0.031665 -0.023522 0.012374 -0.041875 -0.041192 0.022296 0.050762 -0.088129 0.008649 -0.064804 0.005512 0.032577 0.026101 -0.01473 -0.033548 0.036386 -0.013796 -0.034957 -0.041572 0.024722 0.018369 0.003401 -0.022692 0.036189 -0.027115 0.003587 -0.005896 0.033141 0.043996 0.038864 0.001478 0.039783 0.015769 0.047264 -0.077032 -3.9e-05 0.014864 -0.001558 0.059251 0.052752 -0.01401 0.085627 0.045541 0.017679 0.01291 0.069226 0.002055 -0.070025 -0.077701 -0.042327 0.023874 0.039256 0.000609 0.047672 -0.006862 -0.003539 -0.015001 -0.009847 0.060343 -0.062618 -0.000207 0.026594 -0.005118 -0.010412 0.036753 -0.028858 0.026929 0.038747 0.042904 -0.067606 0.028035 -0.016935 -0.063289 -0.001104 -0.046973 0.088115 -0.047256 -0.019999 0.035878 -0.016243 0.037829 0.005512 0.027534 0.014136 0.007486 0.001311 0.002617 0.064334 -0.019488 0.032182 0.004798 0.047257 0.005237 0.051737 0.010367 -0.083763 -0.003026 -0.050517 -0.000602 0.034031 -0.014668 0.000923 0.019959 -0.043962 0.027989 0.006537 -0.034029 0.017782 -0.010083 0.032382 0.016814 0.03837 0.04449 0.038391 0.042098 -0.00794 -0.001527 -0.011398 0.017627 0.019884 -0.036196 -0.000224 -0.04046 0.029674 0.024178 -0.033176 0.043888 0.05216 -0.019776\ne -0.012345 0.006265 -0.001231 0.008711 -0.004483 -0.061942 -0.031659 0.008443 0.009454 0.045025 0.018042 0.014874 -0.043102 0.005522 -0.023728 -0.035717 0.049534 0.014634 0.000284 0.038107 0.033436 0.06428 0.029925 0.031677 0.039084 0.034454 0.033077 -0.043808 -0.027846 -0.024779 0.020011 -0.048318 -0.011569 -0.010201 0.049598 0.079652 -0.093522 0.03534 -0.012377 0.111413 0.0129 0.047613 -0.01249 -0.044976 -0.021088 0.009152 0.088602 -0.058324 0.0102 0.017916 -0.013149 -0.008463 0.025737 -0.038677 0.09394 -0.017045 -0.034092 0.044252 0.015517 0.100116 -0.004744 -0.069179 0.040275 0.072896 0.02981 0.038953 -0.050029 0.030537 -0.044039 0.035981 -0.002787 0.032122 -0.021508 -0.008891 -0.028806 0.086553 -0.001625 0.104181 0.015508 0.035335 0.009764 0.056567 -0.023009 0.11036 0.000179 -0.08565 -0.021524 0.056106 -0.041588 -0.014746 0.05098 0.024098 -0.018751 -0.058622 -0.013562 0.024683 0.010705 -0.059738 -0.024676 -0.033967 0.041796 0.00289 -0.06324 0.067832 -0.020371 0.018837 -0.002362 0.015 0.01645 0.017525 -0.01201 0.009044 -0.005876 0.036923 0.002176 -0.0096 -0.047341 0.063274 -0.092161 -0.019337 0.04139 -0.071929 0.064044 -0.03645 0.051053 -0.004226 -0.036044 -0.001054 0.062374 0.017091 0.058309 0.025868 -0.047043 -0.044701 0.015649 -0.049306 -0.0048 0.057788 -0.021519 0.075868 0.034686 -0.000737 0.013166 0.061035 0.032064 0.019993 -0.004432 0.071708 0.040096 0.057646 -0.032587 0.09554 -0.032184 0.081094 0.051142 0.029854 0.030119 -0.031299 -0.008124 0.066287 -0.012104 0.059903 0.037549 0.01519 0.008855 0.004488 0.047443 -0.01121 0.027411 0.056417 -0.003959 -0.031397 -0.033153 0.016022 -0.053963 -0.039889 0.012883 0.076771 -0.090169 0.014363 -0.054959 0.016789 0.031823 0.027558 -0.003514 -0.030973 0.042767 -0.001529 -0.045333 -0.041308 0.01872 0.006178 -0.00037 -0.015486 0.057689 -0.040247 0.008229 -0.008259 0.033269 0.023687 0.045312 0.003381 0.041872 0.008755 0.041304 -0.071885 0.002709 0.022217 -0.000699 0.076387 0.046759 -0.001902 0.073184 0.0437 0.009109 0.005099 0.07462 0.004632 -0.071366 -0.080337 -0.042328 0.011765 0.033559 -0.001913 0.053068 -0.006035 0.002407 -0.013198 -0.01345 0.07623 -0.061742 0.003306 0.039566 -0.000559 -0.011082 0.041172 -0.013641 0.027707 0.026578 0.03336 -0.066679 0.001744 -0.00979 -0.061659 -0.019924 -0.040957 0.090611 -0.052186 -0.017589 0.01984 -0.022402 0.035937 -0.033464 0.047646 -0.002063 0.011977 0.004237 0.003512 0.067414 -0.028355 0.026014 5.7e-05 0.056761 0.001769 0.056445 0.009937 -0.084513 -0.003685 -0.057651 -0.01796 0.018566 -0.024824 -0.00121 0.018605 -0.025838 0.035699 -0.00202 -0.052008 0.033064 0.027591 0.024421 0.029372 0.044202 0.053448 0.020017 0.051395 -0.016243 0.007193 -0.017916 0.00858 0.025689 -0.031524 -0.004156 -0.045025 0.033688 0.031457 -0.030594 0.038419 0.070402 -0.013743\nr -0.00549 0.002382 -0.00757 0.012267 -0.001823 -0.064988 -0.023198 0.006505 0.005537 0.036336 0.012089 0.014892 -0.040629 0.013084 -0.022107 -0.022571 0.04722 0.022786 -0.004001 0.03935 0.020879 0.074093 0.031174 0.029855 0.03534 0.031153 0.02744 -0.038873 -0.014377 -0.021388 0.021521 -0.049087 0.001309 -0.012732 0.036773 0.077842 -0.085336 0.034597 -0.010555 0.116752 0.015935 0.044005 -0.007203 -0.03947 -0.018683 0.006426 0.079105 -0.06285 0.017922 0.016571 -0.010761 -0.010718 0.015725 -0.040916 0.085065 -0.017612 -0.035374 0.039743 0.008173 0.098195 -0.00542 -0.063326 0.042659 0.0723 0.031037 0.032534 -0.04781 0.040392 -0.043997 0.039048 0.002884 0.036423 -0.019909 -0.005966 -0.030307 0.090414 -0.000759 0.096411 0.011155 0.03504 0.015098 0.054023 -0.023055 0.111333 0.000748 -0.08757 -0.027239 0.054443 -0.036623 -0.025517 0.051204 0.015759 -0.020141 -0.063814 -0.021924 0.024829 0.011528 -0.05467 -0.02531 -0.04458 0.038491 -0.000476 -0.071829 0.066763 -0.027645 0.022008 0.005912 0.020818 0.015396 0.017034 -0.01249 0.016218 -0.011346 0.044018 0.007866 -0.007526 -0.050854 0.061342 -0.079631 -0.023889 0.053053 -0.079873 0.070723 -0.038678 0.053096 -0.006187 -0.033004 0.007925 0.063617 0.010477 0.053814 0.030804 -0.051341 -0.02981 0.00839 -0.047171 -0.005488 0.059801 -0.022439 0.07895 0.039663 0.000816 0.002778 0.059286 0.028575 0.025001 0.01053 0.068506 0.046322 0.062661 -0.03 0.096367 -0.026196 0.077141 0.049715 0.027076 0.03082 -0.026445 -0.012565 0.066044 -0.018833 0.069899 0.037631 0.019395 0.00993 -0.005526 0.046259 -0.00957 0.021599 0.059708 0.003524 -0.03402 -0.029322 0.018472 -0.046768 -0.039943 0.016254 0.064981 -0.091999 0.01523 -0.054935 0.010359 0.029765 0.032181 -0.014646 -0.024005 0.040724 -0.001539 -0.040714 -0.038944 0.019685 0.014732 0.001764 -0.017556 0.053716 -0.039728 0.010781 -0.005832 0.0309 0.032039 0.049745 0.000537 0.048311 0.013365 0.044942 -0.072542 0.000599 0.013953 0.000274 0.063754 0.043577 -0.01134 0.081607 0.046491 0.017196 0.006486 0.075763 0.001638 -0.071281 -0.080872 -0.035849 0.0148 0.042671 0.001552 0.052773 -0.012679 -0.002168 -0.016992 -0.009228 0.072001 -0.063252 0.005047 0.033582 -0.004655 -0.010363 0.044477 -0.022902 0.024005 0.03224 0.041045 -0.075061 0.015598 -0.013347 -0.062038 -0.011784 -0.048958 0.096089 -0.052811 -0.021662 0.024439 -0.018975 0.03556 -0.020393 0.041181 0.0081 0.013018 0.001216 0.001033 0.063799 -0.026598 0.034947 0.002605 0.057513 0.000808 0.060062 0.008381 -0.082848 -0.00316 -0.048945 -0.005276 0.023283 -0.020637 -0.002186 0.019361 -0.037086 0.031027 -0.000578 -0.046187 0.025604 0.013385 0.028387 0.019767 0.045712 0.051884 0.032693 0.044828 -0.011791 0.002136 -0.012236 0.014141 0.014808 -0.036642 0.003809 -0.044122 0.036381 0.022194 -0.034204 0.036571 0.066716 -0.011461\nủ 0.035493 -0.026577 -0.034901 0.002809 -0.010466 -0.056747 -0.003679 0.029763 -0.004683 -0.016332 0.01353 0.019158 -0.000941 0.02979 0.021606 0.001338 0.004878 0.043578 0.01206 0.05419 -0.051784 0.083152 -0.004999 -0.046014 0.01182 0.024145 -0.016466 -0.020828 0.038208 0.025805 0.010697 -0.050984 0.027914 -0.043224 0.008462 0.031246 -0.042357 0.011 -0.014225 0.086639 0.018571 0.016947 0.041722 -0.019726 -0.009475 -0.001085 0.031214 -0.073856 0.008373 0.037126 -0.013319 0.010395 -0.010258 -0.003534 0.058747 -0.008479 -0.031172 0.047157 -0.014201 0.104289 0.016952 -0.067801 0.080425 0.05156 0.047334 0.038686 -0.07306 0.056293 -0.024611 0.052538 0.004012 0.088322 0.001512 0.014875 -0.01178 0.100608 0.005817 0.032076 0.014528 -0.011185 0.021278 0.035753 -0.046606 0.063751 -0.042031 -0.06136 -0.036771 0.005195 -0.044575 -0.002213 0.042561 0.014429 -0.015016 -0.049736 -0.041591 0.004145 0.020604 -0.007114 -0.005703 -0.088888 0.013861 0.005477 -0.083224 0.026061 -0.052008 0.030166 0.04853 0.018503 0.030149 0.022595 -0.016493 0.039878 -0.025834 0.075997 0.037413 0.03804 -0.068506 0.042693 -0.027255 -0.054335 0.098096 -0.080937 0.07142 -0.040902 0.081445 -0.005259 -0.025275 0.028655 0.011494 -0.018704 0.011219 0.041184 -0.089928 0.003273 -0.036243 -0.041385 -0.000989 0.079263 -0.035414 0.044182 0.051625 0.018535 -0.015692 0.069263 0.032112 0.040334 0.061654 0.101546 0.045758 0.063416 -0.024683 0.073316 0.028011 0.062658 0.003518 -0.002965 0.006585 -0.035359 -0.011408 0.048123 -0.020335 0.080918 0.074304 0.031201 0.005662 -0.038395 0.053038 0.01399 0.011119 0.060422 8.4e-05 -0.034388 0.019318 0.016505 -0.020725 -0.030753 0.053958 0.01962 -0.072585 0.022698 -0.065661 -0.011336 0.003079 0.002329 -0.025987 -0.047388 0.015537 -0.036291 -0.025107 -0.026573 0.035524 0.033278 0.012955 -0.042627 -0.005657 -0.009987 0.010402 -0.036131 0.024315 0.072625 0.021123 -0.011066 0.046037 0.024439 0.061408 -0.072348 -0.009969 0.005574 -0.011739 0.0257 0.057854 -0.036937 0.071733 0.054183 0.0399 0.022937 0.076287 -0.002512 -0.070961 -0.069308 -0.043402 0.02726 0.063239 0.024868 0.012068 0.012569 0.001334 -0.006567 0.004716 0.015133 -0.061396 0.004705 -0.017068 -0.004407 -0.02548 0.019688 -0.045906 0.05049 0.027745 0.072365 -0.043158 0.078583 -0.004534 -0.048264 0.025731 -0.041255 0.072506 -0.02334 -0.01906 0.077767 -0.040121 0.051318 0.111113 -0.029968 0.039506 -0.001527 -0.013646 1.4e-05 0.031734 -0.005555 0.037156 0.019983 0.047168 0.022452 0.050671 0.019233 -0.070381 -0.027335 -0.022951 0.027319 0.046258 0.016349 0.033998 0.029243 -0.077134 0.039826 0.018782 -0.000846 -0.003205 -0.087444 0.020461 -0.06073 0.023892 0.035299 0.054189 0.018614 0.003471 -0.015678 0.003267 0.014328 0.035567 -0.031163 -0.009505 -0.043545 0.034244 0.010223 -0.05117 0.040187 0.005016 -0.003481\na -0.003585 -0.003486 -0.01497 0.012684 -0.0063 -0.063819 -0.01729 0.00604 0.006501 0.03346 0.012166 0.01482 -0.038286 0.00747 -0.016118 -0.018489 0.048166 0.026036 -0.011688 0.041918 0.014902 0.072466 0.028667 0.030853 0.031776 0.032495 0.021717 -0.037771 -0.015472 -0.022796 0.015958 -0.048155 0.00415 -0.011925 0.03364 0.070154 -0.079633 0.035775 -0.004647 0.118153 0.011792 0.038425 -0.002428 -0.036347 -0.016701 0.005794 0.080067 -0.066053 0.018391 0.013454 -0.011586 -0.006509 0.013992 -0.036432 0.084311 -0.018823 -0.032199 0.038026 0.005378 0.095024 -0.006867 -0.062197 0.05021 0.071344 0.031463 0.031507 -0.049322 0.042656 -0.047829 0.036311 0.000101 0.033253 -0.015546 -0.010396 -0.038553 0.094624 0.000498 0.09692 0.011769 0.035783 0.011684 0.053022 -0.024315 0.110958 -0.00227 -0.095458 -0.023426 0.051824 -0.035615 -0.028319 0.055754 0.017428 -0.017871 -0.066407 -0.026049 0.021614 0.012748 -0.050684 -0.028456 -0.04622 0.037664 -0.002159 -0.071874 0.062208 -0.025961 0.016687 0.013224 0.019753 0.020243 0.017522 -0.011701 0.018514 -0.011081 0.049075 0.009588 -0.006039 -0.054556 0.061438 -0.0803 -0.023614 0.060809 -0.078284 0.071825 -0.040625 0.055468 -0.006428 -0.03614 0.006859 0.058607 0.008735 0.048068 0.023595 -0.052007 -0.025949 -0.000897 -0.04818 -0.004211 0.062991 -0.018272 0.077804 0.038457 -0.001551 0.003847 0.061143 0.033908 0.028899 0.011351 0.069848 0.049484 0.063302 -0.022969 0.096878 -0.01996 0.076991 0.047082 0.028938 0.032104 -0.025516 -0.013434 0.066949 -0.019157 0.070753 0.04226 0.022155 0.003527 -0.006501 0.046895 -0.008742 0.016698 0.057985 0.000249 -0.033953 -0.027935 0.015259 -0.046669 -0.033098 0.016741 0.060487 -0.092338 0.01394 -0.058521 0.011951 0.034362 0.024512 -0.012801 -0.029216 0.040022 -0.004576 -0.035977 -0.041878 0.022334 0.014211 -0.001894 -0.017925 0.047868 -0.039434 0.01365 -0.006141 0.025017 0.034362 0.047885 0.003994 0.049439 0.019135 0.04586 -0.065906 0.004049 0.014706 -0.003017 0.057697 0.048259 -0.009819 0.084691 0.046452 0.011836 0.006676 0.070211 -0.001541 -0.066376 -0.079395 -0.034236 0.013127 0.041774 0.002881 0.054168 -0.018849 -0.007596 -0.012955 -0.006408 0.069812 -0.063777 0.005074 0.034044 -0.000672 -0.011671 0.040082 -0.028101 0.024482 0.033807 0.039777 -0.069152 0.022631 -0.016358 -0.059192 -0.003189 -0.048907 0.094394 -0.049548 -0.02343 0.026288 -0.020124 0.040012 -0.015048 0.034097 0.009254 0.013694 -0.000749 -0.001116 0.058663 -0.019374 0.036284 0.00607 0.059547 0.005305 0.056211 0.0084 -0.084222 -0.002619 -0.054781 -0.000504 0.024026 -0.019476 0.0013 0.024412 -0.034664 0.028649 -0.001418 -0.042167 0.023998 0.010735 0.031731 0.024524 0.041836 0.055163 0.0338 0.043144 -0.012131 -0.001692 -0.012408 0.014235 0.010455 -0.038805 0.006208 -0.046479 0.034441 0.016848 -0.034832 0.039354 0.063633 -0.012517\nv 0.003179 -0.005868 -0.006854 0.029178 0.009562 -0.068547 -0.001459 -0.002182 0.00796 0.018159 0.019878 0.015967 -0.045877 0.017573 -0.018372 -0.021884 0.038548 0.035249 -0.022095 0.033581 0.001399 0.094419 0.040041 0.023066 0.010026 0.011325 0.010783 -0.022976 -0.000483 -0.005364 0.006476 -0.04089 0.025484 -0.027996 0.019328 0.081709 -0.081259 0.043656 -0.012935 0.117724 0.0274 0.033437 0.010608 -0.035009 -0.011649 0.0013 0.056501 -0.074599 0.040971 0.02299 -0.007923 -0.006084 0.002901 -0.048963 0.064367 -0.021922 -0.021829 0.017595 -0.011607 0.104855 -0.006156 -0.045365 0.05054 0.06105 0.030804 0.0239 -0.046629 0.05696 -0.054644 0.037824 0.010724 0.047807 0.000922 -0.016092 -0.027757 0.094549 -0.004232 0.089653 -0.000129 0.044606 0.028703 0.056399 -0.03488 0.125354 0.004039 -0.103252 -0.033785 0.069737 -0.034279 -0.037139 0.055721 0.006437 -0.023361 -0.087168 -0.038597 0.020534 0.016685 -0.055861 -0.033679 -0.064617 0.029167 0.003892 -0.088982 0.062356 -0.025742 0.031626 0.026555 0.032068 0.012571 0.008499 -0.018516 0.028878 -0.009828 0.063738 0.007806 -0.007798 -0.063899 0.051369 -0.054528 -0.046947 0.087654 -0.091178 0.080421 -0.041767 0.047709 -0.017182 -0.036339 0.03447 0.079157 -0.020812 0.045993 0.034373 -0.068447 -0.002719 0.013217 -0.052802 0.000529 0.059601 -0.024315 0.072639 0.050779 -0.001771 -0.005293 0.063354 0.032914 0.034647 0.02772 0.059598 0.068281 0.079162 -0.031856 0.113343 -0.034562 0.07593 0.046592 0.012126 0.045577 -0.022023 -0.008513 0.053854 -0.031125 0.10121 0.04349 0.022816 0.00084 -0.017633 0.049965 -0.009915 0.016231 0.052084 0.013075 -0.045037 -0.016705 0.020155 -0.038436 -0.032915 0.015452 0.062882 -0.094876 0.010225 -0.056278 -0.002472 0.031897 0.045121 -0.030874 -0.013592 0.040246 0.011369 -0.033679 -0.041156 0.014527 0.040395 0.015213 -0.02427 0.053377 -0.04212 0.004967 0.001465 0.016242 0.057918 0.048496 -0.003017 0.046129 0.028951 0.054944 -0.082552 0.009085 -0.002046 0.011942 0.058069 0.046283 -0.042251 0.092481 0.062722 0.041949 0.010631 0.081885 -0.000521 -0.063273 -0.095519 -0.020489 0.02217 0.065866 0.018589 0.055503 -0.030334 -0.022179 -0.016178 -1.8e-05 0.051764 -0.064511 -0.004589 0.022565 -0.013927 -0.010696 0.042429 -0.024472 0.018543 0.058191 0.032016 -0.085443 0.046583 -0.025114 -0.06651 0.001362 -0.078313 0.104349 -0.069244 -0.040257 0.0264 -0.014937 0.02879 -0.005602 0.027362 0.030348 0.009985 0.003641 -0.002631 0.068672 -0.000613 0.043825 0.000699 0.049088 -0.01238 0.0735 0.001312 -0.077508 -0.003234 -0.030268 0.019887 0.037887 -0.013853 -0.001991 0.016752 -0.055324 0.027071 0.002199 -0.028888 0.018171 -0.008977 0.0375 0.014953 0.04729 0.052459 0.042929 0.028428 -0.022146 -0.008894 -0.00687 0.023515 -0.016769 -0.037395 0.006164 -0.040755 0.046728 0.004383 -0.025469 0.029669 0.048185 -0.013055\nà 0.026072 -0.018689 -0.001836 0.026788 -0.004042 -0.058223 0.009865 0.000485 0.020301 -0.010988 0.033702 0.032427 -0.030402 0.032584 0.004358 0.003134 0.016578 0.041771 -0.015851 0.040683 -0.040418 0.104198 0.014841 0.006744 0.008548 0.009296 -0.013516 -0.014059 0.025687 0.009819 0.007254 -0.059995 0.043741 -0.027611 0.019908 0.049107 -0.063306 0.036129 0.001241 0.10224 0.030621 0.00909 0.034937 -0.009305 -0.00276 0.001314 0.032041 -0.086552 0.049587 0.014465 -0.010734 0.013945 -0.008221 -0.050884 0.037863 -0.035296 -0.005985 0.000132 -0.019748 0.100915 -0.006218 -0.038552 0.053089 0.040743 0.031688 0.016755 -0.064361 0.085183 -0.04318 0.046811 0.012208 0.053022 0.008846 -0.030215 -0.03881 0.091405 0.000239 0.061269 -0.002727 0.025942 0.033627 0.053576 -0.048058 0.118381 -0.005937 -0.101615 -0.038283 0.040827 -0.030666 -0.0367 0.057747 0.005872 -0.011848 -0.094824 -0.059112 0.007069 0.015769 -0.043551 -0.021807 -0.081704 0.020802 0.008352 -0.102746 0.045192 -0.017496 0.036451 0.027864 0.039938 0.041799 0.003105 -0.020486 0.039815 -0.007338 0.077265 0.026716 -0.001387 -0.063379 0.036215 -0.055903 -0.057224 0.109351 -0.087546 0.092741 -0.039511 0.066989 -0.02122 -0.025442 0.040368 0.065953 -0.046887 0.016854 0.046405 -0.098185 0.004205 -0.019543 -0.026795 0.003392 0.066929 -0.009075 0.065913 0.060953 -0.000122 -0.026269 0.062643 0.033095 0.039102 0.060862 0.059051 0.060376 0.075379 -0.017295 0.110865 -0.014751 0.064178 0.021359 0.004226 0.044121 -0.01613 -0.001009 0.040567 -0.023657 0.117186 0.071489 0.013058 0.021805 -0.051435 0.04039 0.002363 0.0115 0.045466 0.023225 -0.047101 0.004562 0.01279 -0.026311 -0.027515 0.020592 0.022174 -0.087822 -0.00369 -0.060212 -0.015967 0.023862 0.023388 -0.036247 -0.002964 0.027063 0.002789 -0.022157 -0.043778 -0.009381 0.03996 0.028405 -0.018666 0.016682 -0.01762 -0.000403 -0.012118 0.010247 0.066786 0.030635 -0.007776 0.03634 0.035354 0.074083 -0.074827 -0.005662 -0.006581 0.008432 0.036355 0.055886 -0.052634 0.090012 0.045895 0.062262 0.020819 0.053067 0.004849 -0.06196 -0.079838 -0.036503 0.032345 0.076667 0.019969 0.049663 -0.023862 -0.027123 -0.009807 0.016778 0.027125 -0.070267 -0.000365 0.012538 -0.024839 -0.024698 0.029569 -0.040515 0.016829 0.03898 0.04713 -0.076967 0.083196 -0.028012 -0.060965 0.029203 -0.097192 0.088915 -0.035175 -0.034118 0.062814 -0.008536 0.029662 0.040208 -0.005026 0.041513 0.006855 0.00954 -0.016762 0.050152 0.007843 0.041554 0.003043 0.046098 -0.003315 0.062474 0.005458 -0.073882 0.004543 -0.022732 0.039906 0.040676 0.010449 -0.000646 0.015018 -0.053087 0.022905 -0.000489 -0.014083 0.007562 -0.067072 0.052889 -0.002629 0.025983 0.045015 0.066191 0.012792 0.000319 -0.008985 -0.006512 0.017119 -0.023147 -0.023806 0.011151 -0.034904 0.043104 -0.017696 -0.041922 0.029776 0.022996 -0.026096\nl -0.003106 0.000293 -0.007451 0.014013 -0.00133 -0.063125 -0.022092 0.004209 0.007301 0.030771 0.018268 0.01411 -0.037895 0.013875 -0.016716 -0.020829 0.045562 0.023212 -0.00315 0.037956 0.0141 0.075271 0.027678 0.028563 0.034021 0.032558 0.02384 -0.036033 -0.010526 -0.018587 0.019239 -0.053477 8.1e-05 -0.013987 0.034735 0.072527 -0.084841 0.038211 -0.009119 0.115978 0.018349 0.040119 -0.004828 -0.035096 -0.019074 0.005915 0.077291 -0.065713 0.017615 0.014227 -0.008878 -0.00738 0.01574 -0.041358 0.078943 -0.019905 -0.028544 0.036992 0.004025 0.097222 -0.004011 -0.063245 0.041844 0.066847 0.032074 0.032039 -0.052163 0.04413 -0.047031 0.039109 0.002372 0.034498 -0.013146 -0.0062 -0.031315 0.08818 0.000319 0.09403 0.010484 0.035972 0.016571 0.053203 -0.025976 0.109046 -0.002066 -0.089386 -0.028117 0.052179 -0.039072 -0.024584 0.050695 0.017648 -0.01631 -0.069627 -0.023339 0.02096 0.012649 -0.054462 -0.026019 -0.045145 0.035263 0.002421 -0.074367 0.061498 -0.023382 0.020584 0.008036 0.021599 0.023808 0.014549 -0.013903 0.017512 -0.012373 0.04926 0.009695 -0.004897 -0.052096 0.056026 -0.080769 -0.02729 0.057683 -0.078481 0.071266 -0.03866 0.05304 -0.006897 -0.034193 0.0097 0.061949 0.002862 0.04881 0.032656 -0.057404 -0.026825 0.00369 -0.0431 -0.003945 0.061118 -0.019817 0.077245 0.043541 -0.001 0.000822 0.061951 0.032183 0.025663 0.013588 0.067058 0.045971 0.063525 -0.026196 0.096093 -0.021981 0.077271 0.047422 0.021535 0.032942 -0.021946 -0.006571 0.062916 -0.014124 0.074966 0.043026 0.015438 0.011435 -0.010665 0.043601 -0.006183 0.021296 0.057001 0.002448 -0.034633 -0.022658 0.017792 -0.046355 -0.037154 0.020841 0.060205 -0.090682 0.013579 -0.057124 0.008091 0.029018 0.027672 -0.015926 -0.026685 0.037862 -0.003134 -0.038332 -0.039403 0.018841 0.017629 0.00395 -0.018689 0.045722 -0.033115 0.010447 -0.008043 0.029388 0.033599 0.046159 0.001125 0.047639 0.01347 0.048626 -0.070064 0.000273 0.011503 -0.000313 0.062661 0.046948 -0.017041 0.081209 0.046151 0.020488 0.008905 0.071589 0.001155 -0.068405 -0.076408 -0.03571 0.016461 0.043867 0.000696 0.054033 -0.013759 -0.003297 -0.016308 -0.007034 0.069124 -0.065705 0.005055 0.030987 -0.004136 -0.011572 0.040145 -0.024777 0.025739 0.032415 0.04087 -0.074914 0.026029 -0.013071 -0.063161 -0.005391 -0.056723 0.094695 -0.051155 -0.023248 0.031357 -0.016378 0.038698 -0.009523 0.033594 0.010061 0.012106 0.001183 4e-05 0.06236 -0.026243 0.036427 0.001601 0.056503 0.002806 0.056985 0.00846 -0.083464 -0.003467 -0.04866 -0.002542 0.025442 -0.0155 -0.00141 0.017511 -0.039794 0.034134 0.002032 -0.041512 0.022409 0.001721 0.029832 0.018749 0.042425 0.051756 0.035073 0.039465 -0.012134 0.001049 -0.013963 0.014275 0.012876 -0.033323 0.004052 -0.043964 0.035515 0.019253 -0.035967 0.039465 0.06218 -0.015417\ná 0.036186 0.000986 -0.022466 0.003464 0.010044 -0.022125 0.001773 0.004364 0.004283 0.00057 0.036272 0.027992 0.003083 0.022477 0.024338 0.000597 -0.005315 0.018512 0.014397 0.053548 -0.055753 0.087847 -0.015124 -0.014503 0.017802 0.027181 -0.010488 -0.028124 0.054455 0.011968 0.015537 -0.051723 0.034327 -0.027637 0.01713 0.043854 -0.038263 0.030037 0.007096 0.099504 0.02927 -0.000925 0.042397 0.006255 -0.011083 0.015823 0.01614 -0.060107 0.009633 0.011951 -0.006619 0.020071 0.000475 -0.036703 0.056827 -0.036441 -0.019593 0.068535 0.006389 0.110779 0.013136 -0.069184 0.050489 0.050398 0.046785 0.035577 -0.084804 0.062446 -0.013319 0.051079 0.018944 0.060356 0.001503 0.001538 -0.037991 0.099997 0.008156 0.035055 0.006224 0.011041 0.014285 0.033396 -0.050509 0.107838 -0.034053 -0.065697 -0.035944 0.009538 -0.02124 -0.032871 0.046526 0.030496 -0.006346 -0.055826 -0.055451 0.009851 -0.000279 -0.014438 -0.008643 -0.068228 0.027681 -0.001767 -0.074987 0.052332 -0.002918 0.038219 0.024412 0.025994 0.061662 0.016408 -0.012948 0.034761 -0.014394 0.051214 0.02812 0.008046 -0.053398 0.038869 -0.048269 -0.042947 0.071867 -0.05583 0.060412 -0.040491 0.07769 -0.003011 -0.022138 0.023985 0.03809 -0.036584 0.020348 0.057448 -0.107316 0.007574 -0.026638 -0.036802 -0.019283 0.072387 0.001971 0.072331 0.05479 0.002602 -0.02222 0.07035 0.013878 0.026547 0.086697 0.073725 0.047077 0.065594 -0.012583 0.074108 0.019283 0.07366 0.00295 0.0077 0.030107 -0.015315 0.010335 0.04511 -0.003735 0.093149 0.088179 -0.001805 0.020473 -0.056185 0.041235 0.004849 0.022607 0.058808 0.013099 -0.03339 0.00543 -0.001206 -0.010442 -0.054297 0.036977 0.002616 -0.069032 -0.0199 -0.087232 -0.008724 0.021067 0.017742 -0.03923 -0.020393 0.007084 -0.028351 -0.026205 -0.036844 0.023213 0.028465 0.044709 -0.036271 -0.013692 0.008124 0.012218 -0.026248 0.044574 0.073653 0.021811 -0.024496 0.010529 0.004954 0.053512 -0.074568 -0.032971 0.005457 -0.004784 0.043543 0.055283 -0.037323 0.092728 0.042062 0.041762 0.042978 0.045525 0.00311 -0.090493 -0.055104 -0.070532 0.057229 0.065558 0.008195 0.033664 0.019702 0.007538 -0.016865 -0.014358 0.03149 -0.050458 0.004888 -0.011886 -0.015556 -0.036015 0.013986 -0.043662 0.033257 0.039856 0.078936 -0.065005 0.06737 -0.011641 -0.064521 0.012096 -0.055271 0.069987 -0.018126 -0.000587 0.073191 -0.003125 0.038967 0.090315 -0.016697 0.03669 0.003294 0.015552 0.00493 0.048339 -0.017621 0.032764 0.005424 0.01119 0.011264 0.03182 0.025192 -0.074876 -0.005856 -0.019638 0.036223 0.040686 0.011458 0.00577 0.001875 -0.071297 0.035916 0.032652 0.001037 0.003058 -0.095258 0.042354 -0.019759 0.042685 0.025629 0.066607 0.025192 0.027821 -0.008462 -0.007658 0.008437 0.030713 -0.032132 -0.002083 -0.035286 0.028453 0.024682 -0.051118 0.049651 0.011825 -0.024032\no -0.002143 0.002033 -0.005294 0.01359 0.001181 -0.059156 -0.023831 0.007214 0.010814 0.036353 0.018941 0.01566 -0.039856 0.008816 -0.018757 -0.026676 0.042691 0.020159 -0.003454 0.041172 0.019212 0.07251 0.028187 0.029443 0.032814 0.030215 0.024268 -0.037089 -0.015807 -0.019328 0.017931 -0.049045 -0.001288 -0.012635 0.041964 0.073736 -0.084205 0.03786 -0.011678 0.110163 0.016264 0.039167 -0.005219 -0.039263 -0.018884 0.007593 0.078057 -0.059548 0.015836 0.014956 -0.012243 -0.005925 0.019384 -0.040325 0.085849 -0.017159 -0.03134 0.041265 0.00881 0.098055 -0.004413 -0.064934 0.045103 0.070706 0.029995 0.033132 -0.053158 0.039049 -0.04271 0.037175 0.000442 0.033508 -0.015884 -0.011681 -0.034038 0.088446 -0.002881 0.095487 0.010387 0.034396 0.013718 0.05286 -0.027288 0.110574 -0.002001 -0.088116 -0.022952 0.052695 -0.039694 -0.020922 0.050504 0.023218 -0.018911 -0.063284 -0.021578 0.022117 0.011075 -0.051874 -0.024659 -0.043563 0.038098 0.001189 -0.067642 0.062541 -0.021264 0.021983 0.007317 0.018764 0.022018 0.015424 -0.012879 0.013553 -0.005 0.043432 0.006762 -0.006238 -0.052172 0.057714 -0.086197 -0.026684 0.054225 -0.069235 0.066166 -0.036232 0.053292 -0.007161 -0.032476 0.007232 0.060085 0.007567 0.051015 0.02783 -0.054777 -0.031793 0.007082 -0.048956 -0.00526 0.058352 -0.015509 0.073986 0.037935 -0.001682 0.007172 0.062441 0.033631 0.024577 0.008886 0.069585 0.046305 0.064006 -0.029667 0.096495 -0.025455 0.078262 0.042833 0.025575 0.032264 -0.02889 -0.008177 0.064317 -0.016418 0.068916 0.04344 0.018533 0.008062 -0.004483 0.047052 -0.009121 0.02542 0.056779 0.000635 -0.033882 -0.025512 0.017699 -0.047696 -0.038352 0.015589 0.065777 -0.087027 0.010618 -0.056412 0.009119 0.029798 0.02642 -0.008737 -0.027607 0.040045 -0.003529 -0.038702 -0.038148 0.019756 0.011151 0.006664 -0.018847 0.051148 -0.036148 0.007729 -0.006956 0.030729 0.033777 0.042431 0.00239 0.039848 0.01394 0.046573 -0.069406 -0.003439 0.016411 0.002664 0.068048 0.049342 -0.010454 0.079163 0.045741 0.01484 0.006292 0.072339 0.000651 -0.070693 -0.078664 -0.04082 0.014865 0.040643 0.000257 0.050011 -0.009278 -0.004343 -0.013389 -0.010012 0.068338 -0.059422 0.002583 0.033223 -0.003815 -0.01473 0.038253 -0.019062 0.024554 0.029786 0.036069 -0.069692 0.017022 -0.014129 -0.062774 -0.011904 -0.050219 0.09021 -0.048966 -0.021073 0.026562 -0.018499 0.033915 -0.016533 0.037177 0.006728 0.011005 0.004579 0.000773 0.062126 -0.023434 0.028435 0.00115 0.052275 0.00317 0.055323 0.00918 -0.082527 -0.004378 -0.052725 -0.006655 0.022592 -0.020837 0.000432 0.020368 -0.03442 0.034826 0.000358 -0.044011 0.029371 0.009912 0.028795 0.025472 0.043931 0.051769 0.030125 0.046763 -0.013647 0.001797 -0.015569 0.010652 0.019105 -0.032127 0.000479 -0.045006 0.034207 0.025081 -0.03384 0.039472 0.05975 -0.013155\ng 0.014441 -0.006075 -0.00615 0.030086 0.006285 -0.064031 -0.002887 -0.002221 0.004055 0.008516 0.029167 0.021082 -0.037234 0.023284 -0.009822 -0.004172 0.033078 0.037645 -0.014221 0.041543 -0.013022 0.094226 0.025327 0.021364 0.015429 0.017859 0.008222 -0.016949 0.017858 0.000163 0.013643 -0.056894 0.028214 -0.028581 0.017125 0.068722 -0.068706 0.043914 -0.008452 0.112583 0.030429 0.021188 0.015834 -0.026958 -0.011927 -0.002987 0.049769 -0.0785 0.042506 0.011194 -0.009299 -0.00042 0.000705 -0.04831 0.054925 -0.018783 -0.014945 0.012657 -0.015665 0.106107 -0.002743 -0.049797 0.047075 0.055707 0.032716 0.019431 -0.052749 0.074496 -0.050249 0.044213 0.011625 0.049776 0.005376 -0.014617 -0.036666 0.092349 -0.002977 0.072233 -0.003689 0.033086 0.025621 0.048951 -0.038324 0.121844 -0.00874 -0.092769 -0.039189 0.051759 -0.035392 -0.03692 0.047266 0.008793 -0.018813 -0.086581 -0.043235 0.015657 0.014243 -0.048377 -0.024445 -0.066957 0.028406 0.012056 -0.09748 0.05582 -0.024528 0.035859 0.030886 0.035725 0.030703 0.008266 -0.020028 0.034553 -0.015341 0.066566 0.013031 0.000766 -0.062566 0.040571 -0.060841 -0.053797 0.10124 -0.083467 0.088582 -0.037982 0.05601 -0.013112 -0.024288 0.032835 0.072797 -0.030942 0.034758 0.040622 -0.086282 0.001346 -0.00121 -0.042417 0.000329 0.058423 -0.017163 0.069698 0.06194 -0.001872 -0.012369 0.068764 0.03594 0.036029 0.043504 0.061637 0.066727 0.080208 -0.023625 0.10507 -0.017945 0.07492 0.032375 0.005513 0.042087 -0.016966 -0.001501 0.047165 -0.026965 0.1091 0.058584 0.022763 0.010893 -0.03292 0.042002 0.001749 0.017049 0.054049 0.013503 -0.043688 -0.003395 0.018526 -0.033413 -0.032856 0.020936 0.04343 -0.092789 0.006762 -0.057323 -0.011612 0.023115 0.029896 -0.034286 -0.009202 0.034197 0.00462 -0.031771 -0.040107 0.011674 0.038601 0.02146 -0.023668 0.033967 -0.027516 0.008309 -0.006314 0.020598 0.057282 0.043053 -0.005495 0.03992 0.031633 0.059443 -0.075379 -0.002421 -0.003668 0.007972 0.048484 0.045645 -0.044128 0.093889 0.055611 0.048913 0.018739 0.068585 0.0001 -0.064801 -0.082839 -0.030559 0.025403 0.070129 0.015135 0.050542 -0.023181 -0.015635 -0.017345 0.002533 0.045221 -0.065697 -0.0025 0.012202 -0.013441 -0.018275 0.040298 -0.036286 0.016909 0.039852 0.042449 -0.09065 0.068173 -0.0233 -0.066893 0.015156 -0.083737 0.100991 -0.056237 -0.037268 0.05143 -0.009388 0.033637 0.020251 0.010476 0.032904 0.011407 0.005822 -0.007451 0.057467 -0.007962 0.044364 -0.002997 0.044271 -0.004743 0.064266 0.001242 -0.080596 -0.002609 -0.032562 0.023923 0.039951 -2.9e-05 1.4e-05 0.01478 -0.058066 0.03059 0.004826 -0.026057 0.012875 -0.035829 0.043067 0.00483 0.043916 0.04783 0.057612 0.023705 -0.008279 -0.011978 -0.011973 0.023146 -0.009473 -0.03449 0.011218 -0.039283 0.043914 -0.000547 -0.03344 0.036739 0.042899 -0.018156\nó 0.062974 0.033639 -0.027 0.005089 0.018016 -0.009286 -0.03544 0.012093 0.0084 -0.003573 0.047147 0.004304 0.056998 0.011306 0.037522 0.05858 0.013477 0.00915 0.065033 0.042687 -0.075646 0.099014 -0.042928 -0.001301 0.050421 0.046354 -0.023503 -0.018488 0.121892 0.00562 0.04419 -0.087988 0.012673 -0.020476 0.009539 0.021837 -0.011918 0.007036 0.001652 0.084494 0.04561 0.031734 0.009551 0.005009 -0.013015 0.013828 0.010098 -0.034472 -0.032103 -0.010125 -0.007796 0.035646 0.001912 -0.07167 0.014595 -0.034878 0.022734 0.089047 0.012168 0.088261 0.010707 -0.046583 0.042706 0.078067 0.041198 0.028303 -0.085404 0.080416 0.015832 0.039729 0.027472 0.039683 -0.005306 0.033323 -0.072549 0.108784 -0.010093 -0.015848 0.012556 0.018461 0.024496 0.031109 -0.054196 0.057259 -0.025672 -0.026885 -0.031623 0.004158 -0.019167 -0.007926 0.021103 0.055562 0.007625 -0.036456 -0.044445 0.041512 -0.00533 0.012366 -0.008911 -0.049732 0.030873 -0.000421 -0.044935 0.041459 -0.012764 0.023998 0.026567 0.052547 0.104797 0.021158 -0.006412 0.054148 -0.005284 0.032318 0.042426 0.017887 -0.056194 0.022196 -0.051437 -0.001594 0.053791 -0.027001 0.037395 -0.03495 0.065833 0.021269 -0.015705 0.03964 -0.01471 -0.021272 0.005552 0.078592 -0.106471 -0.007408 -0.071777 -0.010621 -0.049093 0.092243 0.009132 0.083066 0.052379 -0.022564 -0.018344 0.065472 0.000129 0.021265 0.1039 0.097762 0.027808 0.100221 -0.037449 0.026796 0.053852 0.05638 0.010686 -0.005839 0.014363 -0.021921 -0.002271 0.031667 0.016795 0.066894 0.101438 -0.016007 0.063382 -0.084565 -9e-06 -0.000263 0.028768 0.084425 0.029159 -0.011856 0.048398 0.022773 -0.007525 -0.038547 0.066297 -0.013229 -0.05691 -0.028107 -0.079173 -0.071684 0.012277 -0.006472 -0.001971 -0.013043 0.001035 -0.072351 -0.028838 -0.040502 0.025514 0.022864 0.029334 -0.066479 -0.040583 0.024431 -0.001054 -0.035884 0.053044 0.0735 -0.0007 -0.047631 -0.021714 -0.049507 0.054635 -0.040325 -0.07873 0.022119 -0.013936 0.05224 0.026878 -0.05174 0.083958 -0.012009 0.048379 0.058407 0.012599 0.010875 -0.096807 -0.039419 -0.085745 0.080511 0.041228 0.010071 0.027675 0.054559 0.043048 -0.040438 -0.038965 0.018645 -0.039643 0.014322 -0.01654 -0.017618 -0.049652 0.0065 -0.048079 0.012984 -0.017119 0.120241 -0.067162 0.112115 -0.000743 -0.107027 0.007157 -0.043736 0.043589 0.009859 0.019433 0.112306 -0.019828 0.044367 0.125255 -0.005725 0.044795 -0.031468 0.001079 0.005947 0.009531 -0.048495 0.000323 -0.041183 -0.021308 -0.002038 -0.016855 0.01754 -0.053608 -0.012039 -0.036413 0.036718 0.022719 0.033026 0.030228 0.007187 -0.094768 0.029896 0.05555 0.01671 0.004244 -0.17239 0.001227 -0.036555 0.066544 0.019158 0.061755 0.012619 0.063548 0.010059 -0.022713 0.000493 0.089517 -0.015434 -0.026432 -0.000811 0.039085 0.04455 -0.067855 0.080985 -0.036988 -0.035689\nđ 0.037953 -0.001927 -0.024421 0.011669 0.005691 0.009228 -0.042772 0.004976 0.003273 0.005742 0.01737 0.000394 0.044391 0.020044 0.031703 0.003588 -0.005194 0.032505 0.0756 0.069686 -0.062476 0.069762 -0.018185 -0.061096 0.039556 0.037098 -0.01435 -0.037014 0.09162 -0.009178 0.005809 -0.074066 0.017985 -0.004027 0.015976 -0.004668 -0.03415 0.02828 0.034021 0.073313 0.053832 0.042436 0.028324 0.03145 -0.014496 0.037316 0.014283 -0.050353 -0.025173 0.039803 0.000944 0.02128 -0.004801 -0.035966 0.07002 -0.026339 -0.038237 0.127144 0.032281 0.114792 0.060957 -0.069616 0.036017 0.068528 0.037653 0.060837 -0.082776 0.038711 0.03624 0.052475 0.002014 0.063143 -0.031525 0.025075 -0.045359 0.100757 0.004267 0.009704 0.00953 0.004929 -0.004905 0.035154 -0.070179 0.042848 -0.032602 -0.0104 0.00364 -0.050319 -0.0094 -0.006154 0.028794 0.073942 -0.010457 0.005355 -0.043381 0.000424 -0.000718 0.03772 0.011577 -0.046799 0.030213 -0.022066 -0.03624 0.01855 -0.020953 0.015565 0.014805 0.020386 0.063895 0.022521 -0.007335 0.009186 0.007909 0.041256 0.035416 0.030587 -0.030548 0.027817 -0.030966 -0.016685 0.042638 -0.020288 0.051681 -0.020876 0.096736 0.016087 -0.016609 -0.013824 -0.007001 -0.025522 0.013041 0.060248 -0.112071 -0.003769 -0.09281 -0.018084 -0.031428 0.070317 0.014071 0.041026 0.040225 0.015648 -0.03571 0.066632 -0.022713 0.023197 0.106493 0.105406 0.015371 0.055036 0.004255 0.019759 0.07826 0.027849 -0.027152 0.00311 -0.012782 -0.050251 0.009507 0.048647 0.037961 0.045318 0.076032 -0.012178 0.059419 -0.052339 0.031903 0.0097 0.043535 0.060824 0.019719 -0.004295 0.007045 0.031201 0.019338 -0.061466 0.068638 -0.037104 -0.030768 -0.051298 -0.083113 -0.015834 0.000819 -0.00106 -0.020547 -0.023905 -0.021194 -0.075308 -0.034332 -0.006429 0.049189 0.001342 0.03684 -0.055717 -0.022815 0.036252 0.023112 -0.075659 0.059017 0.077474 0.004063 -0.078212 -0.002054 -0.040761 0.02437 -0.082999 -0.051082 0.025109 -0.038175 0.038723 0.05963 -0.022411 0.061743 0.005504 0.056369 0.011721 0.057202 0.025583 -0.111773 -0.050363 -0.086172 0.083798 0.032074 0.033706 -0.012208 0.07393 0.057908 -0.022876 -0.052497 0.012395 -0.036806 0.021111 -0.021674 -0.021585 -0.037728 0.025082 -0.033581 0.037821 -0.013266 0.087303 -0.032172 0.059648 -0.002465 -0.048026 0.010124 -0.012849 0.01907 0.038867 0.053031 0.092985 -0.002263 0.023361 0.136332 -0.021448 0.025345 -0.010468 -0.001625 0.021514 0.01233 -0.054082 0.012127 0.000938 -0.023765 0.017762 0.019201 -0.012904 -0.043165 -0.012063 -0.007354 -0.004479 0.023967 -0.01341 -0.018123 -0.015867 -0.060028 0.054053 0.0784 0.023038 -0.018686 -0.144908 0.020447 -0.058078 0.041133 -0.002971 0.074247 0.034956 0.051386 -0.006244 0.00914 -0.005853 0.087478 -0.029398 -0.021895 -0.028698 -0.013621 0.047946 -0.049702 0.078815 -0.018729 -0.015552\nư 0.028723 -0.021443 0.001321 0.026212 0.007736 -0.060381 0.004711 -0.004011 0.006994 -0.007826 0.036653 0.023649 -0.035648 0.030057 0.003356 0.008397 0.030552 0.040013 -0.012429 0.041554 -0.039457 0.100002 0.019311 0.017034 0.008309 0.015892 -0.007002 -0.010945 0.035888 0.02287 0.01102 -0.056861 0.038541 -0.033268 0.010114 0.046027 -0.056956 0.049994 0.001732 0.109213 0.029105 0.007679 0.033424 -0.02012 -0.01709 -0.005325 0.03428 -0.096784 0.04984 0.00662 -0.010797 0.009645 -0.002947 -0.048648 0.04345 -0.020835 -0.00702 -0.00176 -0.021282 0.110144 0.001326 -0.051862 0.048633 0.046025 0.030405 0.016312 -0.063905 0.081506 -0.049779 0.046652 0.012666 0.05643 0.014036 -0.018174 -0.037272 0.087621 0.003675 0.064374 -0.014604 0.025075 0.025646 0.042503 -0.043683 0.120276 -0.02001 -0.089304 -0.0422 0.039148 -0.026506 -0.035848 0.041365 0.010804 -0.013857 -0.099831 -0.054116 0.000831 0.020669 -0.040798 -0.023357 -0.078785 0.022143 0.020176 -0.1002 0.039079 -0.023729 0.038333 0.038977 0.036117 0.044155 0.006931 -0.027111 0.04428 -0.021098 0.080538 0.022157 0.008564 -0.061889 0.036367 -0.054898 -0.071199 0.127717 -0.081105 0.10118 -0.035384 0.070058 -0.017185 -0.023747 0.037771 0.069303 -0.056649 0.016929 0.044039 -0.106392 0.01484 -0.016375 -0.032028 0.000381 0.064731 -0.013297 0.063309 0.074866 0.004241 -0.029415 0.068658 0.039993 0.038572 0.054694 0.061673 0.067209 0.084706 -0.01625 0.110819 -0.006029 0.078106 0.026113 0.003555 0.049828 -0.005575 -0.003214 0.039604 -0.021053 0.120272 0.073786 0.022221 0.012496 -0.055691 0.041136 0.012626 0.012414 0.050162 0.01253 -0.052764 0.006075 0.02134 -0.025188 -0.026842 0.025008 0.022481 -0.08518 -0.002438 -0.058274 -0.011134 0.011589 0.024028 -0.045279 -0.01111 0.030452 -0.001371 -0.021272 -0.038011 0.005588 0.045701 0.037448 -0.014697 0.016467 -0.01073 0.008458 -0.016774 0.014947 0.065548 0.035136 -0.009064 0.043085 0.036636 0.060016 -0.073903 -0.000317 -0.016862 0.014578 0.038889 0.052775 -0.052645 0.092147 0.056602 0.066004 0.027808 0.060321 -0.001774 -0.060847 -0.075982 -0.040251 0.025038 0.086684 0.019421 0.04887 -0.023458 -0.019534 -0.017665 0.017479 0.037968 -0.068107 0.002162 0.008689 -0.020693 -0.020475 0.036248 -0.051015 0.018807 0.039468 0.047416 -0.08944 0.09033 -0.02858 -0.060195 0.028959 -0.101536 0.099005 -0.044533 -0.036806 0.073228 -0.005489 0.046913 0.056013 -0.015788 0.039344 0.01299 0.007588 -0.018832 0.052649 0.001162 0.057465 -0.001946 0.042783 0.007254 0.061144 -0.001151 -0.077495 -0.002264 -0.020778 0.039113 0.049737 0.012875 0.000873 0.017044 -0.063485 0.03323 0.006114 -0.016761 0.004561 -0.062327 0.052434 -0.007114 0.035475 0.044096 0.073191 0.008763 -0.006149 -0.017668 -0.008632 0.018673 -0.021484 -0.024592 0.01801 -0.03868 0.045503 -0.014088 -0.0404 0.036829 0.030919 -0.023914\nợ 0.026654 -0.023914 -0.006848 0.017337 0.019081 -0.03024 0.00069 0.006735 0.027474 -0.000466 0.029246 0.007134 -0.014119 0.000615 0.029645 -0.038102 0.00454 0.040643 0.022625 0.045116 -0.054229 0.098469 0.010417 -0.011988 0.019434 0.034229 0.000771 -0.023831 0.044822 0.034776 0.023394 -0.042842 0.045561 -0.013263 0.018271 0.035203 -0.052415 0.042473 0.015261 0.088289 0.024007 0.00527 0.023019 -0.011629 -0.030723 0.009736 0.035236 -0.084759 0.006279 0.004285 -0.002623 0.029154 -0.014662 -0.023737 0.058706 -0.039044 -0.024416 0.055471 -0.010056 0.08961 0.024234 -0.0616 0.030808 0.023817 0.046023 0.030093 -0.08433 0.09017 -0.043213 0.030242 -0.010169 0.069429 -0.001157 -6e-06 -0.023283 0.082425 0.043031 0.045251 -0.021155 0.016748 0.021229 0.055921 -0.03392 0.089712 -0.050291 -0.065387 -0.04256 -0.001962 -0.031187 -0.039121 0.029271 0.039617 -0.003122 -0.050649 -0.057189 -0.003073 0.01053 -0.018707 -0.022702 -0.056079 0.017427 0.019637 -0.059748 0.020608 -0.019878 0.015579 0.021336 0.030507 0.067262 0.010379 -0.015634 0.031364 -0.033432 0.047158 0.049483 0.025902 -0.033949 0.018041 -0.041946 -0.054949 0.090584 -0.058287 0.06879 -0.033423 0.073132 -0.021253 -0.02852 0.039024 0.042388 -0.020601 0.003731 0.060957 -0.095946 0.014365 -0.040958 -0.038551 -0.027873 0.056081 -0.012808 0.063575 0.051095 -0.008347 -0.012505 0.077871 0.027412 0.019186 0.069133 0.045619 0.052155 0.055091 -0.033917 0.079268 0.019579 0.068484 0.015606 0.007252 0.016297 -0.007824 0.012671 0.035543 -0.003112 0.111745 0.078748 0.021592 0.025012 -0.062948 0.033065 0.027069 0.032764 0.034893 0.009489 -0.039816 0.033707 0.02373 -0.007127 -0.038197 0.036025 -0.000819 -0.075989 -0.027142 -0.063376 -0.006005 0.034739 0.011415 -0.020706 -0.020801 0.014994 -0.042393 -0.037382 -0.033733 0.025267 0.019135 0.024536 -0.037805 -0.003741 0.001917 0.00552 -0.022921 0.052871 0.044802 0.031832 -0.020182 0.038809 0.012526 0.039971 -0.050033 -0.022522 -0.004183 0.005658 0.023248 0.070301 -0.044488 0.068032 0.037651 0.047328 0.052093 0.055872 -0.017905 -0.068154 -0.037331 -0.059488 0.055418 0.064026 0.004486 -3.5e-05 0.012179 0.022249 -0.01904 -0.007946 0.037372 -0.041071 0.024104 0.021483 -0.009149 -0.035586 0.029344 -0.051864 0.024899 0.023209 0.058739 -0.069181 0.065594 -0.015484 -0.069949 0.016666 -0.070498 0.073431 -0.025519 -0.024118 0.071328 -0.002552 0.033491 0.077006 -0.054745 0.047757 0.004139 0.009012 0.009413 0.049697 -0.019069 0.053127 -0.00888 0.022278 0.026087 0.045294 0.014153 -0.092516 -0.015835 -0.022151 0.010936 0.040869 0.010201 -0.010642 0.010977 -0.068824 0.054771 0.032292 -0.006254 0.014326 -0.071676 0.057357 -0.026813 0.019252 0.047748 0.063291 0.018003 0.012051 -0.006819 -0.023368 0.001784 0.015301 -0.01187 0.006238 -0.030563 0.005018 0.031932 -0.0583 0.05151 0.018434 -0.009808\nh 0.017158 -0.010802 -0.001942 0.028973 0.005899 -0.058409 0.000532 0.001345 0.0011 0.005376 0.029517 0.022051 -0.042287 0.027371 -0.003946 -0.00205 0.030115 0.038903 -0.010074 0.044227 -0.012557 0.087026 0.019483 0.016287 0.008283 0.023174 0.007132 -0.012086 0.017495 0.004384 0.014014 -0.05559 0.022189 -0.032634 0.014893 0.066338 -0.069153 0.042318 0.001075 0.103668 0.029366 0.018106 0.019586 -0.025917 -0.011121 -0.006335 0.047268 -0.085055 0.041648 0.011383 -0.004734 0.001232 0.004207 -0.046883 0.052618 -0.018637 -0.012237 0.007236 -0.016358 0.107157 -0.000805 -0.047756 0.043987 0.050889 0.033607 0.017964 -0.053082 0.075275 -0.049829 0.043937 0.003864 0.05042 0.010121 -0.011592 -0.032206 0.087817 -0.003299 0.068129 -0.003566 0.026143 0.023448 0.043693 -0.038371 0.119224 -0.009067 -0.093107 -0.042753 0.048356 -0.035523 -0.032145 0.047498 0.010217 -0.017458 -0.084614 -0.042633 0.008271 0.016333 -0.045132 -0.022099 -0.069431 0.024743 0.014588 -0.09808 0.04939 -0.024888 0.035516 0.032494 0.032568 0.037468 0.009338 -0.025912 0.039464 -0.02133 0.067461 0.00948 0.004406 -0.058988 0.037736 -0.056492 -0.058726 0.099274 -0.083658 0.084375 -0.036813 0.057821 -0.013353 -0.023807 0.027769 0.068338 -0.037205 0.027884 0.044329 -0.090958 0.002298 0.000259 -0.040382 0.00157 0.061935 -0.019894 0.062879 0.064045 -0.001002 -0.01866 0.069644 0.037038 0.036203 0.044225 0.058243 0.063209 0.077647 -0.023018 0.103254 -0.011286 0.072214 0.028072 0.005788 0.037442 -0.015253 0.001355 0.040626 -0.021794 0.111967 0.067466 0.026725 0.012677 -0.036403 0.041652 0.006247 0.017376 0.053011 0.008709 -0.040026 0.001381 0.017804 -0.033058 -0.029033 0.022668 0.045008 -0.087242 0.015466 -0.055541 -0.009391 0.019877 0.025823 -0.033844 -0.011398 0.030635 0.002731 -0.029761 -0.039569 0.010342 0.036404 0.018801 -0.022207 0.029837 -0.023761 0.014442 -0.013024 0.015294 0.057978 0.040285 -0.003625 0.036551 0.031917 0.059467 -0.070343 -0.006059 -0.001544 0.010048 0.047191 0.046749 -0.047217 0.093802 0.060258 0.050514 0.024768 0.067871 0.003111 -0.060129 -0.076226 -0.030347 0.025557 0.07327 0.018392 0.047912 -0.022578 -0.013061 -0.019659 0.002174 0.045638 -0.058644 0.000957 0.008312 -0.011378 -0.020976 0.037567 -0.033782 0.01745 0.034041 0.041038 -0.086818 0.070593 -0.023874 -0.06483 0.022991 -0.085948 0.09288 -0.045773 -0.030923 0.053206 -0.008527 0.034631 0.024842 0.004877 0.034723 0.015913 0.00782 -0.008729 0.058013 -0.006934 0.043958 -0.000681 0.044767 -0.003634 0.064111 0.003725 -0.084367 -0.003173 -0.029997 0.024216 0.042497 0.005187 -0.001929 0.017983 -0.060657 0.028273 0.008224 -0.0226 0.013192 -0.039003 0.045579 0.00111 0.041574 0.049289 0.056048 0.019721 -0.009016 -0.012521 -0.011237 0.01733 -0.008396 -0.034289 0.015343 -0.03766 0.04235 -0.002425 -0.037316 0.037364 0.039177 -0.022573\nã 0.045935 -0.020634 -0.007728 0.01645 0.008224 -0.056891 0.007963 -0.008188 0.01375 -0.013329 0.031653 0.006676 0.006951 0.037857 0.02978 0.010642 0.008682 0.024427 0.026308 0.051736 -0.063335 0.101088 -0.022551 -0.019157 0.034867 0.026127 0.006268 -0.026815 0.060767 -0.004139 0.026907 -0.073547 0.04504 -0.005903 0.009502 0.01467 -0.035758 0.016793 -0.015227 0.126084 0.051605 0.015916 0.02821 0.004465 -0.020573 0.003356 0.032099 -0.063597 0.005349 -0.010835 -0.011613 0.02452 -0.00785 -0.046338 0.038824 -0.02171 -0.009759 0.062995 -0.009792 0.107346 0.030096 -0.07148 0.06679 0.057367 0.037558 0.025919 -0.092146 0.066732 -0.019327 0.054308 -0.012643 0.047317 0.004759 0.005443 -0.046911 0.109892 0.009631 0.018765 0.007418 -0.006389 0.009881 0.051952 -0.053191 0.09197 -0.052247 -0.058396 -0.047086 -0.004389 -0.030582 -0.039416 0.064029 0.039444 0.012541 -0.063437 -0.03832 -0.002076 0.014507 -0.017852 -0.014132 -0.060035 0.015632 0.006879 -0.09768 0.037037 -0.023639 0.015223 0.038216 0.044608 0.070038 0.017507 -0.014589 0.032942 0.002359 0.082294 0.035502 0.011698 -0.064575 0.044075 -0.071482 -0.047796 0.115126 -0.06084 0.11412 -0.040893 0.110107 0.002486 -0.032549 0.012983 0.012212 -0.047288 0.019911 0.064537 -0.129225 0.003498 -0.053671 -0.043733 -0.030565 0.058857 0.009711 0.06981 0.069192 -0.004947 -0.005854 0.072419 0.058732 0.044009 0.083306 0.091525 0.055261 0.086184 -0.016684 0.083486 0.032289 0.058428 0.029488 -0.006931 0.02757 -0.011823 0.010626 0.049303 -0.014718 0.105901 0.076433 0.019291 0.022575 -0.050718 0.02324 0.021339 0.033299 0.054738 0.013105 -0.053012 0.019002 0.026325 -0.01073 -0.049052 0.037151 -0.009177 -0.068223 -0.017048 -0.091725 -0.024887 0.010001 0.007248 -0.032711 -0.035783 0.022562 -0.059003 -0.029511 -0.03218 0.023461 0.044727 0.023207 -0.053214 -0.026421 0.015257 0.018956 -0.024635 0.043617 0.074264 0.025433 -0.016146 0.032625 -0.000205 0.064314 -0.062453 -0.036306 -0.004448 -0.016865 0.042783 0.046832 -0.057497 0.069106 0.027834 0.036431 0.036508 0.050457 -0.001224 -0.094754 -0.070431 -0.057399 0.046109 0.059504 0.000912 0.025671 0.035675 0.020257 -0.042792 -0.0272 0.019853 -0.07703 0.007796 -0.008692 -0.013524 -0.022073 0.042073 -0.059573 0.045557 0.007217 0.091085 -0.068719 0.098287 -0.012563 -0.085136 0.034678 -0.045503 0.09621 -0.016762 -0.01659 0.118746 0.01491 0.060443 0.130286 -0.026268 0.047576 0.007417 -0.032526 -0.009173 0.043467 -0.026102 0.046448 -0.00435 0.029933 0.019818 0.025884 0.014274 -0.070628 -0.007712 -0.033786 0.020761 0.039607 0.031737 -0.014102 0.010877 -0.103919 0.034119 0.054627 0.00594 -0.009988 -0.120296 0.017668 -0.055468 0.008499 0.017309 0.088109 0.010614 0.029827 -0.000331 -0.017189 0.020848 0.004689 -0.047278 -0.007438 -0.0378 0.023741 0.003191 -0.061016 0.066106 0.002671 -0.00545\nớ 0.033611 -0.002349 -0.017747 -0.002749 0.020035 -0.030385 -0.010063 0.000175 0.011612 0.000408 0.029866 0.003283 0.012589 0.012849 0.02871 0.021716 0.035926 0.009651 0.005064 0.03903 -0.057862 0.105675 -0.009432 0.002915 0.043947 0.042157 -0.02083 -0.02377 0.076815 0.033545 -0.001051 -0.067811 0.0268 -0.020266 0.010742 0.007642 -0.025305 0.0268 0.000832 0.09109 0.043278 0.006769 0.040363 -0.01481 -0.026958 0.002595 0.029533 -0.066708 -0.004032 -0.011109 -0.032804 0.027067 -0.010311 -0.043687 0.037712 -0.038224 -0.003062 0.047284 0.001486 0.093915 0.024665 -0.075657 0.063084 0.0553 0.012641 0.030086 -0.102337 0.076209 0.000988 0.04807 0.014655 0.065172 0.001057 -0.011476 -0.076121 0.091955 0.027312 0.037479 -0.013696 0.024741 0.026062 0.036856 -0.045713 0.079662 -0.03853 -0.041795 -0.021548 -0.007215 -0.001946 -0.028075 0.02706 0.030551 0.004273 -0.079137 -0.025522 0.040449 0.020768 -0.025418 -0.004763 -0.05499 0.031555 0.00681 -0.069177 0.014038 -0.000581 0.01377 0.033038 0.032773 0.06305 0.002604 -0.020253 0.048257 -0.011109 0.057693 0.022448 0.016748 -0.042059 0.049487 -0.058605 -0.05094 0.097549 -0.047098 0.096322 -0.033048 0.07123 0.004592 -0.02097 0.038851 0.00981 -0.0134 0.011545 0.033723 -0.127775 -0.004473 -0.078669 -0.012871 -0.016716 0.088551 0.010401 0.07241 0.043281 0.005242 -0.024364 0.059026 0.01838 0.024812 0.068599 0.093599 0.042121 0.07597 -0.015977 0.075169 0.017775 0.08249 0.016595 0.007002 0.035168 -0.003305 -0.003977 0.050917 0.01958 0.069448 0.073044 -0.023204 0.041144 -0.052596 0.018419 -0.0127 0.025775 0.028704 0.017124 -0.0483 0.025826 0.005093 0.00663 -0.042136 0.037003 -0.002551 -0.07754 -0.018297 -0.074331 -0.009586 -0.004211 0.016412 -0.018475 -0.045974 0.02249 -0.044053 -0.048082 -0.036465 0.009979 0.037038 0.030038 -0.036954 -0.025373 0.027006 -0.006191 -0.028197 0.040805 0.074146 0.010704 -0.014219 0.011277 -0.006332 0.043758 -0.068174 -0.030421 -0.004696 -0.011593 0.042708 0.041488 -0.029621 0.084198 0.026383 0.047228 0.048214 0.010942 0.005386 -0.075421 -0.074185 -0.067883 0.040332 0.061432 0.016518 0.027952 0.020338 0.005593 -0.010301 -0.00912 0.027327 -0.056476 -0.004279 0.005285 -0.016733 -0.03003 0.022214 -0.059101 0.044828 0.021422 0.085821 -0.068353 0.090591 -0.010264 -0.072526 0.003411 -0.074827 0.052005 -0.016153 0.001039 0.101509 -0.036984 0.061925 0.111478 -0.022991 0.035294 -0.004283 -0.008 0.001119 0.048291 -0.020152 0.041673 -0.000792 0.022357 0.038274 0.028965 0.021213 -0.066295 0.003957 -0.017631 0.037008 0.038311 0.020154 -0.002518 0.006716 -0.068381 0.04681 0.037745 0.00014 0.000748 -0.101027 0.027228 -0.015318 0.018223 0.019951 0.074014 0.005716 0.008436 -0.009671 -0.00468 0.006064 0.038036 -0.027967 0.004435 -0.007185 0.036373 0.014513 -0.049422 0.053274 0.010908 -0.028733\ni 0.002552 -0.003133 -0.007596 0.016905 -0.000602 -0.058292 -0.014207 0.005312 0.007943 0.027589 0.019185 0.011724 -0.038288 0.009253 -0.012574 -0.022773 0.038717 0.024832 -0.004594 0.042543 0.009397 0.07388 0.023572 0.022085 0.025943 0.028602 0.019873 -0.031471 -0.00763 -0.011968 0.016249 -0.046804 0.007154 -0.017346 0.03504 0.068904 -0.078726 0.036944 -0.00453 0.108185 0.015879 0.034438 0.002211 -0.032224 -0.016724 0.00367 0.068227 -0.06837 0.019602 0.017349 -0.008747 -0.001968 0.01735 -0.040405 0.079083 -0.02018 -0.025551 0.036288 0.003437 0.099905 0.001896 -0.060996 0.046211 0.066176 0.031466 0.031027 -0.054356 0.045322 -0.045242 0.038261 -0.000549 0.038538 -0.010238 -0.009459 -0.034831 0.089843 -0.002441 0.087149 0.007107 0.032317 0.014062 0.049619 -0.029542 0.110862 -0.006155 -0.087789 -0.028421 0.048738 -0.03546 -0.024011 0.050801 0.022396 -0.018278 -0.064989 -0.027607 0.018337 0.013961 -0.04685 -0.024311 -0.048405 0.033041 0.003157 -0.069989 0.054291 -0.02024 0.021198 0.014456 0.022346 0.026946 0.013302 -0.013678 0.02056 -0.010819 0.047974 0.008692 -0.000886 -0.05372 0.053906 -0.076218 -0.03309 0.065404 -0.069304 0.067897 -0.037872 0.056882 -0.009165 -0.031655 0.009938 0.060121 -0.003469 0.042255 0.031816 -0.063957 -0.021278 -0.00088 -0.047623 -0.003269 0.059533 -0.016281 0.071574 0.044231 -0.000624 -0.001073 0.064221 0.0333 0.026895 0.021055 0.070559 0.04993 0.066394 -0.025007 0.094054 -0.019371 0.076272 0.040944 0.020867 0.031314 -0.024166 -0.007078 0.057619 -0.015044 0.076686 0.047921 0.020133 0.007319 -0.012395 0.044182 -0.005371 0.021459 0.055642 -0.001 -0.033571 -0.018899 0.015376 -0.043422 -0.035891 0.018862 0.057011 -0.084023 0.010958 -0.060608 0.006039 0.02825 0.025709 -0.015026 -0.026881 0.035017 -0.00647 -0.036028 -0.03801 0.020195 0.014968 0.006739 -0.02201 0.040392 -0.030871 0.01117 -0.013154 0.023863 0.041583 0.039417 -0.001158 0.037676 0.01811 0.047037 -0.068113 -0.00151 0.010628 4e-05 0.061456 0.048564 -0.020831 0.07893 0.047011 0.022698 0.010619 0.070504 0.002914 -0.068925 -0.074783 -0.039776 0.020669 0.047853 0.005926 0.047639 -0.011903 -0.004151 -0.015216 -0.011571 0.060256 -0.057998 0.003393 0.024395 -0.002875 -0.015622 0.037583 -0.023595 0.025744 0.02994 0.037483 -0.069528 0.031103 -0.016698 -0.06061 -0.002817 -0.055097 0.085508 -0.043845 -0.021611 0.035761 -0.014688 0.03616 -0.003206 0.025623 0.014293 0.014419 0.004308 0.000436 0.061302 -0.018171 0.033194 -0.000402 0.049723 0.002529 0.05559 0.007455 -0.082381 -0.005051 -0.045287 0.003251 0.028682 -0.012451 -0.000442 0.018396 -0.040692 0.03254 0.006216 -0.034662 0.021226 -0.003575 0.031493 0.016996 0.042783 0.048592 0.035494 0.041128 -0.011994 -0.002357 -0.014941 0.012551 0.013723 -0.033435 0.004999 -0.04379 0.034906 0.019147 -0.033939 0.03886 0.051878 -0.014255\nk 0.005394 -0.008329 -0.008673 0.013095 -0.00028 -0.05375 -0.010285 0.011073 0.003827 0.027007 0.01653 0.011182 -0.039 0.009408 -0.006971 -0.017928 0.038415 0.027049 -0.013676 0.042571 0.011346 0.071032 0.029871 0.027522 0.017866 0.026722 0.020463 -0.033397 -0.004488 -0.015322 0.013574 -0.048055 0.006472 -0.015909 0.027919 0.07161 -0.074997 0.035945 -0.004123 0.110804 0.018004 0.033992 0.00744 -0.031104 -0.015542 0.00308 0.067135 -0.07064 0.021859 0.011631 -0.010484 0.001219 0.014129 -0.041041 0.08072 -0.0133 -0.027723 0.032707 -0.003936 0.101195 0.000251 -0.059185 0.052199 0.06868 0.029713 0.029738 -0.050569 0.051947 -0.039078 0.040181 -0.004247 0.043401 -0.012171 -0.011447 -0.035097 0.08559 -0.004644 0.087982 0.006529 0.033182 0.014519 0.050754 -0.028387 0.112701 -0.004231 -0.090523 -0.03139 0.047983 -0.033469 -0.032471 0.051595 0.018329 -0.019863 -0.066039 -0.031273 0.01531 0.013381 -0.045468 -0.026257 -0.05235 0.038704 0.002384 -0.073547 0.054957 -0.024476 0.02167 0.018612 0.020358 0.021146 0.018955 -0.013837 0.019208 -0.007213 0.04835 0.007866 -0.001876 -0.052642 0.052158 -0.070922 -0.036081 0.070636 -0.073977 0.076124 -0.038541 0.056527 -0.009096 -0.023549 0.008945 0.058529 0.000887 0.043173 0.026463 -0.067248 -0.018065 -0.000586 -0.047486 -0.004098 0.062421 -0.011636 0.071271 0.04517 0.001572 -0.001214 0.060475 0.032711 0.032679 0.024442 0.063667 0.051925 0.065623 -0.023793 0.093899 -0.014633 0.071988 0.04296 0.017194 0.029759 -0.028157 -0.008419 0.063194 -0.021075 0.070734 0.048606 0.028794 0.005182 -0.01338 0.045588 -0.005771 0.020596 0.052069 -0.005309 -0.035464 -0.023322 0.01756 -0.038719 -0.034177 0.017195 0.058043 -0.086879 0.011446 -0.056967 0.003862 0.026455 0.027875 -0.020892 -0.02989 0.032989 -0.007171 -0.032101 -0.036389 0.022937 0.013511 0.004946 -0.019147 0.041112 -0.033449 0.015391 -0.006089 0.028091 0.04224 0.03881 0.003951 0.043052 0.02656 0.050403 -0.074925 -0.001055 0.014214 0.00209 0.051921 0.046506 -0.013781 0.092924 0.051545 0.02425 0.012179 0.069162 -0.002493 -0.067353 -0.078217 -0.036362 0.018246 0.044648 0.008938 0.048329 -0.014721 -0.009283 -0.014987 -0.010515 0.064963 -0.053587 0.008292 0.022846 -0.003028 -0.014682 0.042826 -0.024035 0.018495 0.034611 0.03833 -0.067342 0.030782 -0.016011 -0.060893 -0.00334 -0.047579 0.09022 -0.042869 -0.021878 0.03182 -0.015268 0.034359 0.000908 0.025486 0.015433 0.014143 0.003864 -0.003909 0.056594 -0.013381 0.032395 0.004264 0.050466 -0.003875 0.053996 0.007613 -0.07842 -0.012744 -0.046195 -0.000344 0.027039 -0.014297 0.005556 0.020576 -0.040057 0.025144 0.002905 -0.035136 0.020786 -0.002045 0.037714 0.017485 0.043109 0.048981 0.032421 0.041644 -0.014119 -0.008147 -0.011553 0.015949 0.016002 -0.033432 0.003674 -0.046136 0.033508 0.013205 -0.030712 0.041343 0.058495 -0.013111\nô 0.032187 -0.020748 -0.0118 0.003199 -0.011014 -0.051685 0.012027 0.007257 0.025164 -0.004026 0.026602 0.026819 -0.013612 0.020532 0.018612 0.006228 0.023886 0.034493 -0.020152 0.05134 -0.041351 0.095979 -0.002591 0.016761 0.016778 0.020823 -0.001431 -0.021148 0.040804 0.013211 0.003415 -0.04986 0.033991 -0.017462 0.009698 0.029 -0.047871 0.03901 -0.001062 0.103574 0.02517 0.000495 0.033904 -0.008499 -0.006853 0.015836 0.024981 -0.066295 0.035046 0.009462 -0.009522 0.014769 -0.005904 -0.041242 0.053527 -0.034095 -0.009612 0.018786 -0.015986 0.098281 0.012271 -0.0636 0.059053 0.054594 0.034333 0.019528 -0.092016 0.075792 -0.028959 0.046018 0.019166 0.056059 -0.006457 -0.021722 -0.035129 0.094478 0.014655 0.070922 -0.002348 0.022818 0.02021 0.054931 -0.043679 0.10693 -0.01714 -0.082377 -0.028727 0.009663 -0.030768 -0.04533 0.038694 0.017443 -0.011016 -0.072063 -0.057863 0.010167 0.003207 -0.028073 -0.016765 -0.071647 0.029978 0.010265 -0.081027 0.050789 -0.004878 0.025332 0.035071 0.036061 0.044662 0.009216 -0.01391 0.035267 -0.008352 0.072563 0.034864 0.015119 -0.06765 0.031113 -0.044727 -0.052261 0.118392 -0.064819 0.082783 -0.032783 0.082162 -0.007696 -0.019316 0.033316 0.043593 -0.04039 0.023969 0.03394 -0.107849 0.022013 -0.043179 -0.028594 -0.003691 0.066163 -0.005032 0.06592 0.053447 0.008422 -0.022129 0.057493 0.030269 0.042756 0.066353 0.066874 0.054125 0.074729 -0.013484 0.09069 0.002828 0.062924 0.013541 0.006708 0.04781 -0.017678 -0.012347 0.056038 -0.013599 0.105622 0.067799 0.010412 0.011664 -0.053657 0.046932 0.006483 0.005445 0.050259 0.023007 -0.037673 0.004128 0.002268 -0.022645 -0.042054 0.02315 0.01176 -0.088072 -0.018136 -0.078744 -0.004819 0.010976 0.024017 -0.0354 -0.030289 0.016599 -0.019199 -0.030534 -0.03844 0.008864 0.026661 0.026934 -0.031808 0.002249 0.002337 0.002281 -0.010734 0.018709 0.066998 0.027074 -0.016632 0.037417 0.027588 0.062282 -0.074484 -0.013838 -0.007108 0.006891 0.039809 0.044301 -0.042958 0.104989 0.041896 0.049145 0.036266 0.040524 -0.009209 -0.067602 -0.065082 -0.05796 0.03809 0.066209 0.017052 0.039709 -0.014837 -0.015341 -0.008926 -0.004758 0.03155 -0.057415 -0.002631 -0.005046 -0.020339 -0.021595 0.019764 -0.056094 0.026577 0.045946 0.065177 -0.075109 0.085354 -0.025425 -0.062791 0.026972 -0.080918 0.073008 -0.037303 -0.034165 0.07407 -0.003577 0.048984 0.069665 -0.015806 0.030138 0.008424 0.003612 -0.003175 0.039718 -0.003718 0.049062 -0.005356 0.044453 0.004144 0.047143 0.004865 -0.07122 -0.007788 -0.030073 0.028307 0.042947 0.011974 0.003506 0.015885 -0.051758 0.041735 0.017353 -0.002112 0.003353 -0.066826 0.048178 -0.015804 0.014131 0.034902 0.063394 0.019489 -0.001635 -0.017542 -0.002946 0.014842 -0.002288 -0.038597 0.014544 -0.023949 0.029849 -0.008488 -0.043323 0.043532 0.014958 -0.024427\nộ 0.046301 -0.022887 0.000719 0.003298 -0.001104 -0.028099 0.006713 0.021318 0.02366 0.004998 0.032195 0.001477 -0.013577 0.012099 0.027257 0.007404 -0.006251 0.032548 0.041798 0.051866 -0.034203 0.066887 -0.0195 -0.018348 0.024557 0.042135 0.008156 -0.010505 0.034887 0.00385 0.000714 -0.034111 0.019125 -0.016187 0.019418 0.000428 -0.047153 0.006103 -0.000986 0.082514 0.007788 0.020096 0.029709 -0.013292 -0.010566 0.011489 0.037704 -0.07382 -0.007273 0.01881 0.001087 0.014848 -0.006057 -0.018766 0.053639 -0.018342 -0.018523 0.044292 0.009146 0.095905 0.051212 -0.070084 0.062022 0.0722 0.051716 0.041287 -0.098028 0.03918 -0.018079 0.045044 0.001759 0.056659 -0.019426 0.007659 -0.020711 0.099198 0.015002 0.039938 0.018194 0.010644 0.012519 0.042443 -0.043342 0.089914 -0.033968 -0.046995 -0.031586 -0.017833 -0.038316 -0.043406 0.040201 0.0482 -0.005621 -0.033863 -0.04299 0.00245 0.014872 0.006643 0.001559 -0.069874 0.021345 0.013124 -0.051973 0.021001 -0.015081 0.02493 0.053126 0.051272 0.042324 0.026581 0.008297 0.003371 0.000445 0.068568 0.040685 0.026564 -0.055875 0.030841 -0.028934 -0.044254 0.089966 -0.033755 0.049891 -0.038821 0.082451 0.003002 -0.020026 0.013913 0.00944 -0.028793 -0.00523 0.051177 -0.112404 -0.000935 -0.061628 -0.036922 0.003182 0.072633 0.01392 0.040491 0.04085 -0.004413 -0.007971 0.06099 0.030696 0.04627 0.076745 0.092859 0.044396 0.061436 -0.012724 0.058135 0.026669 0.065432 0.002435 0.017442 0.02946 -0.050357 -0.025073 0.066828 -0.007068 0.085892 0.066482 0.006978 0.01411 -0.050765 0.040773 0.003691 0.024757 0.043531 -0.005455 -0.021031 0.000634 0.005052 -0.024607 -0.054648 0.041365 0.00493 -0.053501 -0.026317 -0.088147 -0.006581 0.00472 0.018374 -0.039464 -0.052823 0.010008 -0.053913 -0.045312 -0.041978 0.038516 0.021752 0.007957 -0.035463 -0.02301 0.011957 -0.004595 -0.040424 0.048184 0.06418 0.023779 -0.016213 0.020461 -0.005527 0.061727 -0.079564 -0.010587 0.007319 -0.006866 0.030291 0.042687 -0.025012 0.080112 0.02846 0.038242 0.02688 0.069572 0.005491 -0.076873 -0.059157 -0.070717 0.051824 0.045512 0.003455 0.01224 0.007012 0.014605 -0.018251 -0.019075 0.007447 -0.032607 -0.014514 -0.006191 -0.008449 -0.028775 0.017347 -0.053768 0.030578 0.015895 0.055461 -0.034788 0.070004 -0.031446 -0.047241 0.006179 -0.058266 0.041914 -0.0098 -0.005741 0.085768 0.012193 0.031326 0.115535 -0.027068 0.023158 0.012046 0.001415 0.015754 0.039575 -0.002616 0.027046 0.002885 0.015621 0.026468 0.043813 0.011581 -0.072071 0.00033 -0.023675 0.016166 0.048204 0.016314 0.004141 0.014353 -0.05642 0.048668 0.041852 0.020111 0.01008 -0.100934 0.038968 -0.024257 0.012425 0.00667 0.045138 0.015493 0.012493 0.002806 -0.025008 0.000839 0.021701 -0.053093 -0.002404 -0.028962 -0.011778 0.020441 -0.032992 0.062661 0.007144 -0.014918\nữ 0.017091 -0.026586 0.00227 0.051521 0.012285 -0.078745 0.023532 -0.003651 0.002679 -0.006183 0.022465 0.007088 -0.054659 0.027853 -0.012636 0.009603 0.004814 0.03274 0.00266 0.027378 -0.017819 0.121788 0.025391 0.008841 -0.011234 0.001777 -0.006353 -0.012574 0.033474 0.020262 0.03115 -0.06978 0.057168 -0.034842 -0.001265 0.086576 -0.066498 0.045785 0.011075 0.111016 0.053465 0.025244 0.028005 -0.00917 -0.023527 -0.006689 0.028803 -0.086889 0.071905 0.040177 -0.004632 -0.019652 -0.010507 -0.08041 0.033291 -0.006888 -0.023744 0.016217 -0.032547 0.112541 0.014241 -0.046422 0.029233 0.052935 0.029099 0.014325 -0.056146 0.086058 -0.041762 0.037873 0.023025 0.051238 -0.002892 0.005764 -0.036894 0.105006 0.007443 0.073182 -0.021129 0.037812 0.017009 0.056366 -0.04149 0.115592 -0.00288 -0.092745 -0.056869 0.051311 -0.021319 -0.042128 0.037769 -0.00231 -0.030973 -0.109095 -0.071212 0.003538 -0.002739 -0.02923 -0.032894 -0.10021 0.036383 0.011447 -0.102171 0.041773 -0.039311 0.04606 0.038867 0.050375 0.031409 0.027881 -0.032256 0.044619 -0.027013 0.066552 -0.002991 0.002898 -0.055588 0.039816 -0.039205 -0.080044 0.121725 -0.084699 0.088283 -0.0483 0.064044 -0.016827 -0.01692 0.043966 0.092238 -0.060129 0.030607 0.040168 -0.109846 0.033278 0.018437 -0.039697 0.000839 0.06737 -0.02055 0.066029 0.064703 0.001971 -0.044868 0.063464 0.013538 0.033646 0.074994 0.046012 0.07454 0.079505 -0.028265 0.116911 -0.014949 0.050382 0.022182 0.000717 0.031704 0.014769 -0.009269 0.037501 -0.035378 0.124287 0.068726 0.018187 0.017391 -0.036986 0.042342 -0.000641 0.01544 0.080635 0.011985 -0.060742 -0.00913 0.033837 -0.027326 -0.0415 0.038284 0.032086 -0.080526 0.002957 -0.058356 -0.029281 0.016037 0.050829 -0.0435 0.012129 0.021326 0.014219 -0.007248 -0.044375 0.009136 0.039747 0.047352 -0.026437 0.034783 -0.01999 0.009965 -0.023672 0.007154 0.074002 0.041376 -0.034898 0.01169 0.051209 0.056306 -0.063762 -0.018212 -0.014789 0.027896 0.033106 0.037451 -0.080777 0.088753 0.064105 0.071624 0.013588 0.069845 0.011422 -0.06376 -0.074127 -0.026692 0.018876 0.093795 0.03872 0.034277 -0.044773 -0.032951 -0.02813 -0.007126 0.0219 -0.039061 0.005351 -0.018222 -0.034991 -0.01262 0.053605 -0.030078 0.022121 0.045414 0.045408 -0.098471 0.089589 0.001021 -0.065052 0.013623 -0.104104 0.090265 -0.060671 -0.035228 0.052848 -0.003146 0.023888 0.032241 0.004661 0.056813 0.021479 0.02376 -0.006833 0.043136 -0.002665 0.044083 -0.004782 0.03557 -0.01315 0.07795 -0.004263 -0.065795 -0.03415 -0.003907 0.028098 0.060812 0.001911 -0.011252 0.017304 -0.070006 0.052231 0.015929 0.007115 0.001246 -0.045041 0.035057 -0.001064 0.050372 0.035964 0.066101 0.005005 0.015353 -0.027218 0.001147 0.011435 -0.026342 -0.021748 0.017089 -0.036614 0.042561 -0.016955 -0.037418 0.040602 0.040729 -0.0256\nờ 0.030274 -0.002911 -0.000696 0.026327 -0.007896 -0.049166 -0.012652 -0.011114 0.021029 -0.022341 0.044647 -0.00178 0.005441 0.019769 0.014861 0.032445 0.03626 0.026699 -0.003789 0.061163 -0.03061 0.095966 0.011998 0.00494 0.026783 0.023579 -0.007676 -0.029109 0.04427 0.009646 0.000849 -0.071348 0.051749 -0.010774 0.010454 0.014951 -0.048802 0.039777 -0.010295 0.107843 0.038854 0.013268 0.025827 0.000508 -0.017498 0.004087 0.014629 -0.075394 0.020959 0.007184 -0.004987 0.016144 0.001676 -0.059859 0.048298 -0.024264 0.003928 0.011156 -0.009163 0.094289 0.006244 -0.039876 0.052346 0.048981 0.036912 0.031998 -0.071315 0.073277 -0.036786 0.052643 0.014085 0.043872 7.8e-05 -0.012001 -0.040843 0.085492 -0.00457 0.047761 0.002526 0.021637 0.022838 0.056318 -0.06451 0.115562 -0.004615 -0.053059 -0.027255 0.026974 -0.030851 -0.033261 0.045833 0.036778 -0.021709 -0.086812 -0.051214 0.016505 0.00462 -0.028653 -0.012895 -0.0722 0.030007 0.001145 -0.09124 0.044306 -0.018333 0.012605 0.016907 0.036156 0.056384 0.007118 -0.021989 0.015336 -0.011254 0.085759 0.020451 0.00506 -0.056449 0.025985 -0.073309 -0.040879 0.13677 -0.090022 0.144494 -0.03406 0.081733 0.000965 -0.016279 0.013983 0.054064 -0.069223 0.004295 0.042243 -0.113228 0.010741 -0.045356 -0.009365 -0.00035 0.056962 -0.003547 0.066529 0.070983 -0.006126 -0.027897 0.061439 0.027762 0.051611 0.07084 0.087806 0.039927 0.098457 -0.002161 0.092681 0.007476 0.05805 0.018835 0.005397 0.051262 0.003686 0.011148 0.063369 -0.011489 0.100018 0.058728 -0.016979 0.043795 -0.06672 0.035811 0.000534 0.013672 0.038794 0.003983 -0.038658 -0.004321 0.010057 -0.010786 -0.029993 0.036917 -0.002415 -0.07288 -0.02841 -0.070133 -0.02158 0.007567 0.014158 -0.042222 -0.001063 0.033571 -0.015689 -0.028351 -0.011325 0.014166 0.036102 0.020398 -0.02485 -0.008795 -0.000608 -0.002064 -0.012803 0.039278 0.095915 0.013014 -0.015226 0.040677 0.008907 0.057743 -0.070663 -0.001124 -0.001715 -0.008076 0.059973 0.042932 -0.046421 0.084001 0.022148 0.050921 0.013523 0.042418 -0.000185 -0.079516 -0.082976 -0.055773 0.036715 0.068901 0.002563 0.029384 0.000831 0.006373 -0.0288 0.006394 0.023199 -0.072496 0.002125 -0.007019 -0.032369 -0.008212 0.031299 -0.073006 0.025263 0.01527 0.061151 -0.062212 0.102013 -0.023729 -0.07221 0.038376 -0.105381 0.10835 -0.031467 -0.018587 0.098413 -0.011248 0.043612 0.08984 -0.027218 0.020942 -0.020323 -0.001256 -0.023024 0.042383 -0.020091 0.046139 -0.021532 0.031691 0.010004 0.040442 -0.014685 -0.046403 0.0052 -0.020191 0.022239 0.053266 0.001949 -0.002855 0.006014 -0.04036 0.025488 0.017077 -0.018002 0.017205 -0.084792 0.032382 -0.01449 0.030885 0.015591 0.073316 -0.000821 0.018565 -0.013562 -0.017707 0.021281 -0.011061 -0.029895 -0.005784 -0.028314 0.033482 -0.00225 -0.020105 0.038829 0.020422 -0.03006\ny 0.002845 -0.00207 -0.00814 0.032744 0.005569 -0.062598 -0.00907 0.000975 -0.006298 0.017294 0.031754 0.029011 -0.051804 0.032049 -0.016019 -0.006246 0.043548 0.036353 -0.013788 0.042234 0.008274 0.087157 0.034229 0.028555 0.012058 0.020202 0.017324 -0.016248 0.01107 -0.006998 0.021273 -0.061571 0.021461 -0.030358 0.018951 0.081067 -0.078054 0.043826 -0.009277 0.113922 0.030613 0.030269 0.007845 -0.036605 -0.012241 -0.001976 0.060079 -0.07755 0.046044 0.012218 -0.00764 -0.011369 0.012383 -0.059322 0.057674 -0.009327 -0.020285 0.009518 -0.015201 0.110281 -0.008826 -0.053143 0.040723 0.064191 0.027157 0.017016 -0.045242 0.071079 -0.050721 0.038317 0.007951 0.046699 0.006307 -0.013048 -0.038185 0.090016 -0.010442 0.085283 -0.002277 0.034941 0.029409 0.042328 -0.033727 0.124451 -0.004071 -0.098337 -0.041825 0.061723 -0.038675 -0.035345 0.044927 0.00404 -0.022296 -0.086374 -0.030261 0.016326 0.018579 -0.055188 -0.025855 -0.060077 0.0341 0.011803 -0.103117 0.065409 -0.032446 0.035293 0.023333 0.031542 0.024837 0.012658 -0.029478 0.03783 -0.020889 0.061018 -0.003568 -0.007377 -0.057888 0.042198 -0.06628 -0.051309 0.089267 -0.089103 0.086436 -0.039765 0.053326 -0.007138 -0.020845 0.028853 0.082924 -0.02439 0.040589 0.036179 -0.079645 -0.00673 0.020143 -0.043972 0.002259 0.063036 -0.023863 0.077126 0.065032 0.000922 -0.015981 0.070513 0.043872 0.03515 0.028797 0.058789 0.060923 0.078106 -0.030444 0.10872 -0.021781 0.077529 0.037854 0.009011 0.039287 -0.021286 0.000851 0.045406 -0.031106 0.10657 0.060102 0.027449 0.011059 -0.023878 0.045259 0.003355 0.01478 0.061673 0.007756 -0.042961 -0.013033 0.024988 -0.037501 -0.032465 0.017798 0.061717 -0.093314 0.021909 -0.051595 -0.011353 0.022082 0.027845 -0.0336 -0.004553 0.034918 0.015884 -0.032331 -0.037928 0.011797 0.034337 0.017035 -0.014447 0.050185 -0.03553 0.01322 -0.007956 0.012691 0.049078 0.048237 -0.004135 0.04483 0.033479 0.056704 -0.075824 -0.002153 0.003781 0.015152 0.049829 0.048376 -0.041902 0.095445 0.063496 0.050512 0.020356 0.075953 0.002181 -0.056758 -0.086225 -0.02055 0.013002 0.067478 0.018475 0.056394 -0.027899 -0.020016 -0.021185 0.003446 0.059321 -0.064264 0.004273 0.018788 -0.009662 -0.017493 0.050039 -0.022842 0.01315 0.033217 0.035713 -0.099852 0.053724 -0.024989 -0.070061 0.012748 -0.084622 0.102878 -0.058336 -0.035945 0.034815 -0.008661 0.037688 -0.000989 0.022656 0.02703 0.015082 0.007561 -0.012251 0.054673 -0.008681 0.037322 -0.001495 0.052297 -0.009142 0.065828 -0.000378 -0.07967 -0.004687 -0.038466 0.018166 0.0358 -0.005332 -4.2e-05 0.02353 -0.056481 0.022678 0.000282 -0.03633 0.015818 -0.01493 0.039872 0.015321 0.053042 0.055226 0.053366 0.022425 -0.010469 -0.010186 -0.007426 0.021052 -0.008063 -0.034033 0.013447 -0.044818 0.050819 -0.004094 -0.033954 0.035555 0.057096 -0.025074\nể 0.047785 -0.008975 0.020134 0.025263 -0.002965 -0.038638 -0.001645 -0.003615 0.02059 0.021 0.019259 -0.015916 -0.019673 -0.006896 0.008973 -0.02233 -0.000544 0.01861 0.019523 0.040264 -0.002943 0.056929 0.001239 -0.00603 -0.021903 0.013284 0.016081 -0.013665 0.017202 0.00759 -0.002495 -0.037884 -0.015492 -0.006285 0.026775 0.045184 -0.075517 0.026939 0.030733 0.105966 0.031987 0.058614 0.025559 0.013361 -0.014383 -0.023515 0.016766 -0.075096 0.009437 0.028787 0.012532 0.003019 -0.020924 -0.036787 0.066908 -0.018989 -0.027678 0.056857 0.001725 0.118928 0.031876 -0.037761 0.035581 0.066466 0.055123 0.016566 -0.075508 0.035583 -0.005771 0.041772 -0.002404 0.034435 -0.011936 0.015791 -0.022621 0.087692 -0.002961 0.067839 -0.022783 0.041576 -0.014335 0.024858 -0.056616 0.115032 -0.009227 -0.044494 -0.037369 0.00946 -0.03778 -0.035532 0.030093 0.035454 -0.038054 -0.02893 -0.055388 -0.016636 0.038469 0.008954 -0.009427 -0.066309 0.009216 0.011142 -0.062814 -0.024809 -0.002236 0.013977 0.036016 0.016603 0.034919 0.023 -0.017545 0.036117 -0.016031 0.047046 -0.009661 0.021029 -0.03455 0.040308 -0.04028 -0.060817 0.070279 -0.045346 0.058822 -0.020939 0.044415 -0.002822 -0.001291 -0.025451 0.031564 -0.030228 0.041635 0.055293 -0.094031 0.023207 -0.020765 -0.044076 -0.002973 0.067669 -0.006476 0.034327 0.028791 0.015066 -0.016195 0.061604 -0.010764 0.026678 0.054281 0.085955 0.024376 0.041105 -0.005168 0.067682 0.026037 0.018522 0.013216 -0.020105 0.024368 -0.024283 -0.030715 0.035326 0.004994 0.069248 0.05967 0.007119 0.02173 -0.024074 0.046215 0.010864 0.023544 0.049856 -0.004186 -0.016521 -0.007587 0.024804 -0.026407 -0.044438 0.046048 0.03591 -0.025751 -0.019065 -0.061074 0.009985 0.002564 0.009258 -0.044018 -0.062359 -0.004992 -0.043751 -0.035364 -0.034801 0.052117 0.018917 0.043736 -0.041753 -0.007093 -0.002233 0.015216 -0.050173 0.04142 0.073301 0.006074 -0.040396 0.024044 -0.009124 0.038295 -0.072128 -0.015587 0.024959 -0.004916 0.033016 0.019979 -0.028879 0.089844 0.076312 0.053688 -0.001339 0.081628 0.023135 -0.057505 -0.076535 -0.063822 0.046906 0.043266 0.01173 -0.001262 0.019577 0.017684 -0.033647 -0.043432 0.029297 -0.011048 0.004913 -0.010941 -0.030815 -0.011453 0.006552 -0.01369 0.038864 0.035752 0.061073 -0.041939 0.049521 -0.020833 -0.046503 0.005352 -0.039645 0.035047 0.003721 0.002293 0.048088 0.010306 0.005681 0.052939 -0.037056 0.023481 0.042497 0.029759 0.035218 0.031305 -0.006095 0.029938 0.00921 0.00678 0.017743 0.031475 0.005323 -0.068419 -0.03079 0.008097 -0.009081 0.043731 0.007221 -0.017371 0.027025 -0.05771 0.04694 0.042711 0.009755 -0.03266 -0.063406 0.028576 -0.01957 0.036807 0.001871 0.057076 0.046173 -0.00029 -0.012907 -0.002386 -0.010521 0.0146 -0.026685 0.012628 -0.013109 0.009177 0.023246 -0.032002 0.038093 0.008168 -0.022428\n: -0.069874 0.009966 0.045173 0.06894 -0.064054 -0.094818 0.009378 0.011894 0.110835 0.00489 0.049031 0.02205 -0.053625 -0.037916 -0.04761 -0.068604 0.050677 -0.024943 0.043853 0.04814 0.090004 0.020168 -0.008756 0.032518 0.026237 0.04088 0.024462 0.032055 -0.084741 0.004141 -0.033783 0.001131 -0.040949 -0.035662 0.071577 0.054129 -0.079393 0.065838 0.004624 0.051951 -0.011208 -0.003543 0.032749 -0.107932 -0.012352 0.063709 0.029209 -0.012093 -0.029964 -0.004056 -0.016674 0.036859 -0.022198 -0.018682 0.120077 -0.082139 0.079982 0.000711 0.01411 0.081753 -0.01564 -0.026026 0.058956 0.04424 0.100324 0.049062 -0.025588 0.030167 -0.088865 -0.007616 0.002867 -0.0126 0.036135 0.002249 0.083732 0.13087 -0.009143 0.072886 -0.006422 -0.017437 -0.032239 0.069817 -0.058861 0.153015 0.036393 -0.048862 0.024721 0.164249 -0.067336 0.008244 0.059259 0.010372 0.020558 -0.089826 -0.042769 -0.00897 0.025204 -0.0625 -0.012652 -0.021666 -0.002859 -0.032513 -0.043562 0.037807 0.01136 0.035077 0.092249 -0.015992 -0.036252 0.037892 -0.021041 0.026486 -0.033019 0.038458 -0.014661 0.00829 -0.104154 0.058163 -0.065724 -0.024696 -0.001488 -0.051724 -0.040932 0.027677 0.015714 -0.005616 -0.007863 0.072553 0.012684 -0.04899 0.0589 -0.057457 -0.071024 -0.034008 0.02016 -0.130871 -0.014019 0.072148 -0.057158 0.018202 0.042696 -0.079792 0.088594 0.118433 0.004504 0.043564 -0.030911 0.118689 0.075687 0.069233 -0.033945 0.0645 -0.054837 0.098345 0.041621 0.031866 -0.024428 -0.009167 -0.00496 0.017458 0.029703 0.094018 0.053867 -0.013969 -0.054604 -0.014641 0.060983 0.007298 0.078118 0.018588 0.01063 -0.058514 -0.019877 -0.005955 -0.086678 -0.018355 0.013744 0.108317 -0.062361 -0.049057 -0.010365 -0.02952 0.021997 0.068653 0.078123 -0.050846 0.07661 -0.003879 -0.010147 -0.067735 0.03628 0.010885 -0.074861 -0.013604 0.021737 -0.03425 -0.041004 -0.045344 0.016998 0.063522 0.036078 0.079377 -0.079982 0.039354 0.029165 -0.068012 0.016846 0.047575 -0.022178 0.119714 0.045788 -0.086499 0.047795 0.036815 0.027138 0.098261 -0.016566 0.009049 -0.075445 -0.083054 -0.064222 0.027374 0.084606 -0.059862 0.053574 -0.011199 -0.032293 0.024591 -0.015236 0.004193 -0.09111 -0.066625 0.084684 0.012429 -0.011646 0.065885 -0.012168 0.03083 0.080685 -0.036738 0.001448 -0.003925 -0.092727 -0.104357 0.057247 -0.026132 0.023876 -0.095463 -0.034113 -0.00946 -0.02345 0.026098 -0.019817 0.087945 -0.027123 -0.021423 -0.008086 0.024872 0.133255 0.033341 -0.040064 0.004642 0.004179 0.016262 0.040527 0.007147 -0.094111 -0.008643 -0.071497 -0.043391 -0.010663 -0.000952 -0.05708 -0.001487 -0.012895 0.06739 -0.022166 -0.023985 0.056642 0.082451 0.043412 0.095291 -0.006326 0.003427 0.051673 0.085658 -0.069356 -0.045029 -0.076539 -0.040884 0.037778 -0.07917 -0.084872 -0.03578 -0.058169 0.066296 0.014464 0.042622 0.020828 0.018543\nở 0.039665 -0.034274 0.001388 0.024834 0.026701 -0.055268 -0.029854 -0.014669 -0.014154 0.005993 0.040071 0.017586 0.013214 0.011872 0.034832 0.041393 0.016062 0.07324 0.024035 0.035181 -0.021505 0.094989 0.02464 0.005545 0.008482 0.03173 -0.014364 -0.028072 0.039475 0.000611 0.007686 -0.111323 0.040844 -0.035395 -0.014097 0.013289 -0.053967 0.02851 0.007727 0.089466 0.085162 0.046879 0.032833 -0.008257 -0.011017 -0.009444 0.00994 -0.092665 0.008012 0.010753 -0.019094 0.037297 -0.023166 -0.061005 0.03462 -0.02542 0.017405 0.044963 0.013063 0.104559 0.000641 -0.017563 0.042436 0.024556 0.030877 -0.009321 -0.041631 0.074714 0.01513 0.04814 -0.010841 0.056392 -0.023636 0.006283 -0.029369 0.074196 -0.014351 -0.015581 0.008927 -0.012292 0.00853 0.045578 -0.051959 0.065568 -0.00186 -0.037281 -0.0692 0.019943 -0.024295 -0.012647 0.040564 -0.021678 -0.019601 -0.034579 -0.068312 0.034354 0.009587 0.004015 0.011819 -0.079044 0.022605 0.015782 -0.072892 0.024213 -0.03776 0.043745 0.026992 0.026019 0.030835 0.008794 -0.005407 0.041309 -0.030706 0.058792 0.014611 0.042401 -0.076364 0.050151 -0.054979 -0.052926 0.097204 -0.0778 0.052473 -0.001238 0.067397 0.001717 -0.018886 0.006872 0.026626 -0.054249 -0.028685 0.037357 -0.10935 0.018682 -0.021384 -0.048135 -0.012881 0.064658 -0.023096 0.051152 0.064329 0.005178 -0.040397 0.009506 0.020845 0.045391 0.08726 0.087135 0.056705 0.097659 -0.008881 0.073478 -0.008765 0.029556 0.007677 0.003853 -0.015478 -0.042858 -0.003972 0.016623 -0.034967 0.077866 0.069235 0.047557 0.046888 -0.079737 0.047698 0.016419 0.060676 0.06534 -7.4e-05 -0.047878 0.030253 0.001074 -0.010405 -0.004254 0.063887 0.002084 -0.087907 -0.045764 -0.052971 -0.05113 0.021611 0.038819 -0.012673 0.006754 0.039735 -0.024996 -0.037631 -0.074311 0.036551 0.028108 0.037676 -0.055273 -0.046433 -0.040802 0.022752 -0.04076 0.009365 0.065086 -0.006346 -0.024786 0.023251 -0.035605 0.071975 -0.044251 -0.085509 0.032623 -0.022326 0.057496 0.018395 -0.061932 0.056885 0.015592 0.086339 0.054792 0.054991 0.00924 -0.068045 -0.05015 -0.024304 0.067188 0.085238 0.045247 0.036475 0.049291 0.028462 -0.046766 -0.024842 0.003097 -0.026749 0.018035 -0.014486 -0.018261 -0.046076 0.026423 -0.046783 0.055394 -0.014813 0.060533 -0.066138 0.08247 -0.028888 -0.039524 0.028485 -0.02502 0.094764 -0.015498 -0.022072 0.106097 0.00802 0.049459 0.0914 -0.018964 0.040232 0.02894 -0.014972 -0.023757 0.035525 -0.031446 0.030307 -0.03777 0.02885 -0.037414 0.026547 -0.01392 -0.04169 -0.010165 0.008897 0.091566 0.017327 0.047152 0.042304 0.01479 -0.058364 -0.002424 0.038415 0.011319 0.005824 -0.092463 -0.007525 -0.055143 0.058464 0.001545 0.062522 -0.016991 0.050049 0.014876 -0.014757 0.030423 0.008046 -0.025974 -0.021515 -0.012603 0.052046 0.055833 -0.05822 0.021291 -0.003673 0.030038\nề 0.028962 -0.02841 0.006016 0.012586 -0.000413 -0.053634 0.003989 -0.00347 0.006796 -0.011363 0.027687 0.003861 -0.030122 0.012348 0.020037 0.00999 0.012676 0.036661 -0.008123 0.05085 -0.03665 0.089804 -0.004832 -0.005835 0.012727 0.0273 -0.001211 -0.024975 0.030729 0.019009 -0.00035 -0.054727 0.032305 -0.029281 0.017459 0.03738 -0.047276 0.04346 0.02018 0.089539 0.020666 0.014569 0.033065 -0.008836 -0.00361 -0.003086 0.035374 -0.10431 0.02483 0.017823 -0.015241 0.024492 0.009065 -0.046165 0.049963 -0.019266 -0.000645 0.009486 -0.017245 0.10623 0.023859 -0.059027 0.038066 0.037513 0.038721 0.017631 -0.076541 0.06945 -0.040652 0.040054 0.019802 0.053346 0.018689 -0.011925 -0.034064 0.073516 0.004479 0.051426 -0.006981 0.014063 0.005934 0.032217 -0.037771 0.086454 -0.025737 -0.084685 -0.020662 0.028246 -0.030731 -0.031586 0.03401 0.027447 -0.022545 -0.090348 -0.044596 -0.006067 0.016549 -0.014842 -0.016561 -0.069303 0.023228 0.020709 -0.0757 0.021171 -0.023682 0.028362 0.042065 0.026204 0.063364 0.01895 -0.019661 0.035518 -0.017712 0.079291 0.022604 0.016851 -0.046769 0.026005 -0.043093 -0.072167 0.123421 -0.07307 0.09183 -0.043841 0.071367 -0.013186 -0.022675 0.015049 0.071573 -0.055675 0.012001 0.05405 -0.099014 0.019377 -0.023953 -0.037698 0.015357 0.070834 -0.01648 0.04688 0.076618 0.013414 -0.042594 0.069565 0.018066 0.043013 0.079882 0.070399 0.041785 0.087709 -0.017943 0.097084 0.02472 0.053426 0.012887 -0.004108 0.04106 -0.015146 0.011937 0.051135 -0.007424 0.10494 0.082052 0.019697 0.032908 -0.055008 0.042887 0.018942 0.016687 0.041166 -0.009821 -0.042685 0.006569 0.011366 -0.032223 -0.02145 0.046492 0.023778 -0.074642 0.015208 -0.05937 -0.009178 0.013678 0.018664 -0.036132 -0.014232 0.008518 -0.013513 -0.01003 -0.028114 0.006414 0.027694 0.022439 -0.029784 0.015669 0.00474 0.010366 -0.032342 0.020163 0.076406 0.025935 -0.016568 0.006839 0.02735 0.059585 -0.058058 -0.018956 -0.022786 -0.00922 0.046303 0.057113 -0.042274 0.08526 0.047607 0.067668 0.016883 0.07048 0.008495 -0.067653 -0.071363 -0.047994 0.050335 0.073556 0.01096 0.033111 0.009562 -0.011618 -0.029195 0.003831 0.039563 -0.068941 0.003613 -0.009021 -0.017028 -0.000401 0.018009 -0.045812 0.009625 0.033552 0.051747 -0.057322 0.085229 -0.018116 -0.044438 0.031051 -0.084607 0.071539 -0.022598 -0.020962 0.088562 -0.014671 0.043338 0.074808 -0.035945 0.04425 0.014989 0.022055 0.00239 0.05988 -0.009898 0.046997 0.009132 0.034859 0.005792 0.050398 -0.012731 -0.068636 -0.010234 -0.002723 0.025879 0.063711 0.015767 -0.016439 0.011143 -0.060595 0.023782 0.020428 -0.002161 0.014823 -0.061867 0.065308 -0.009354 0.036826 0.039215 0.05727 0.023187 -0.013393 -0.016797 -0.007828 -0.004299 0.008308 -0.034949 0.020579 -0.031358 0.023007 -0.006699 -0.040162 0.033596 0.020906 -0.044733\nă 0.013861 0.003711 -0.023164 0.076899 0.029753 -0.085109 0.004983 -0.01548 0.000539 -0.016063 0.031436 0.045419 -0.04765 0.059544 -0.014324 0.008757 0.020781 0.067864 -0.040313 0.020564 -0.044542 0.14863 0.056284 0.018045 -0.009549 -0.037963 -0.002924 0.008798 0.042799 0.012669 0.020684 -0.061204 0.103756 -0.051338 -0.02933 0.097181 -0.070303 0.04697 -0.021158 0.168833 0.060898 0.020358 0.031396 -0.019311 -0.010706 -0.004438 0.001846 -0.080414 0.103064 0.028583 -0.009416 -0.030973 -0.025776 -0.075447 0.009337 -0.012363 -0.014774 -0.006733 -0.060911 0.104704 -0.009548 -0.033375 0.040097 0.058229 0.02023 -0.01991 -0.031506 0.103928 -0.051186 0.036326 0.046226 0.068385 0.015973 -0.012257 -0.034706 0.121169 -0.003541 0.074875 -0.032178 0.06177 0.077879 0.063758 -0.048514 0.148949 0.00768 -0.104437 -0.077825 0.081795 -0.019418 -0.081266 0.042221 -0.051818 -0.035725 -0.129823 -0.061682 0.041035 0.011877 -0.063243 -0.026932 -0.108473 0.028915 0.002367 -0.154574 0.067768 -0.048567 0.04695 0.059249 0.067999 0.007183 0.010497 -0.046942 0.064929 -0.029872 0.069592 0.015217 -0.017936 -0.077093 0.022335 -0.017018 -0.081812 0.147689 -0.131485 0.106936 -0.037476 0.039157 -0.019011 -0.013953 0.08727 0.120141 -0.060655 0.040097 0.054248 -0.097261 0.057484 0.021453 -0.041912 -0.002554 0.053556 -0.040091 0.087314 0.069624 0.002933 -0.042544 0.061149 0.034226 0.051228 0.070609 0.025099 0.102457 0.101203 -0.037929 0.128107 -0.03609 0.060615 0.033804 -0.001782 0.0563 -0.004783 -0.010082 0.033795 -0.069168 0.168544 0.048353 0.021857 0.031507 -0.037916 0.052883 -0.005525 -0.016414 0.079928 0.055074 -0.052549 0.00431 0.018684 -0.013165 -0.04371 0.011102 0.040154 -0.112915 -9.8e-05 -0.054232 -0.053686 0.027445 0.071888 -0.081934 0.049311 0.039922 0.049465 -0.02458 -0.037574 0.012121 0.084486 0.046284 -0.052324 0.077736 -0.051217 -0.008689 0.02519 0.0045 0.091151 0.074112 -0.029988 0.06827 0.053684 0.079576 -0.087509 -0.00438 -0.028584 0.039358 0.00897 0.022346 -0.104669 0.113644 0.094213 0.080431 0.040068 0.086033 -0.01423 -0.059467 -0.103025 0.02428 0.010123 0.1143 0.051132 0.061522 -0.069784 -0.059417 -0.031736 0.019116 0.023906 -0.074684 -0.014244 -0.00499 -0.042114 -0.017387 0.071348 -0.036726 0.001336 0.080618 0.052133 -0.153028 0.115192 -0.034666 -0.084311 0.011062 -0.142558 0.130892 -0.109098 -0.057319 0.030097 0.015366 0.017792 0.020956 -0.00058 0.070599 0.002007 0.01157 -0.010589 0.064145 0.025621 0.073012 -0.008668 0.036172 -0.023155 0.104604 -0.022419 -0.06092 -0.01056 0.013747 0.058641 0.061071 0.012404 -0.007627 0.019997 -0.097444 0.031917 0.002631 -0.011286 -0.000545 -0.053168 0.045707 -0.010258 0.060422 0.065297 0.092891 -0.014193 0.012411 -0.014867 0.007261 0.040802 -0.080404 -0.045159 0.033142 -0.014041 0.073696 -0.047744 -0.025518 0.020404 0.040484 -0.000508\nũ 0.025149 -0.014284 -0.006992 0.067823 0.023781 -0.084281 0.020804 -0.019793 -0.017496 -0.011746 0.042177 0.038254 -0.068764 0.06306 -0.038078 0.021881 0.035375 0.062205 -0.029376 0.02503 -0.022061 0.137622 0.050195 0.037385 -0.014296 -0.020232 0.004026 0.015258 0.034911 0.008372 0.018367 -0.073239 0.073184 -0.060668 -0.012522 0.120401 -0.072156 0.055305 -0.015889 0.148553 0.046832 0.021571 0.027558 -0.016009 -0.012759 -0.02704 0.039378 -0.093296 0.104673 0.030645 -0.008638 -0.018452 -0.014877 -0.081011 0.019597 -0.006216 -0.02498 -0.020437 -0.053585 0.127344 -0.016804 -0.037658 0.039949 0.055112 0.021208 -0.000654 -0.021395 0.107828 -0.063562 0.060347 0.031479 0.062496 0.025411 -0.01892 -0.039307 0.092798 -0.018359 0.073515 -0.015108 0.065531 0.064932 0.036028 -0.044291 0.160214 0.002894 -0.109128 -0.062907 0.09575 -0.03804 -0.066086 0.051387 -0.019247 -0.027351 -0.129992 -0.052062 0.021829 0.030346 -0.066558 -0.046358 -0.095794 0.019281 0.007553 -0.158253 0.067947 -0.040895 0.049842 0.045922 0.060493 0.006374 0.0017 -0.043041 0.054642 -0.025637 0.08723 0.003139 -0.009072 -0.077392 0.017912 -0.034657 -0.087042 0.149963 -0.124204 0.126443 -0.041247 0.042941 -0.030041 -0.010467 0.072622 0.119133 -0.062775 0.036358 0.059665 -0.103982 0.04293 0.036361 -0.039247 0.012365 0.061803 -0.023907 0.091633 0.083051 0.003864 -0.041538 0.069744 0.043988 0.046857 0.06167 0.043006 0.10599 0.108525 -0.025052 0.142355 -0.032392 0.079553 0.044145 -0.012304 0.065802 -0.012059 -0.012018 0.025736 -0.074743 0.156318 0.055583 0.037984 0.000414 -0.051519 0.037604 -0.00445 -0.003001 0.062895 0.043083 -0.07231 -0.004405 0.045207 -0.023906 -0.03659 0.008259 0.044427 -0.114079 0.025996 -0.04573 -0.044106 0.023312 0.046307 -0.072829 0.031392 0.040404 0.053455 -0.018914 -0.033044 -0.009564 0.083237 0.04546 -0.016322 0.06106 -0.043605 0.006238 0.008388 0.001886 0.088834 0.070577 -0.023198 0.043318 0.075104 0.079212 -0.08894 0.013034 -0.034404 0.037873 0.040342 0.041533 -0.094174 0.126441 0.08488 0.100581 0.012102 0.09801 -0.002891 -0.065849 -0.120726 -0.001491 0.016708 0.106274 0.041551 0.068103 -0.059478 -0.053328 -0.036045 0.026297 0.04332 -0.083549 -0.008373 -0.002956 -0.024324 -0.026309 0.063383 -0.038445 -0.002546 0.072221 0.047902 -0.145763 0.111493 -0.031612 -0.075896 0.01844 -0.138335 0.142115 -0.079173 -0.076973 0.047959 -0.006011 0.032163 0.003425 0.019293 0.074575 0.01286 0.015807 -0.025718 0.056755 0.006425 0.061275 -0.018534 0.03367 -0.023863 0.096302 -0.009626 -0.064228 -0.006507 -0.00886 0.069775 0.056506 0.005581 0.007071 0.016691 -0.096144 0.016508 0.00151 -0.023563 0.001262 -0.052838 0.060916 0.00695 0.067805 0.070158 0.08827 0.003543 -0.019588 -0.019051 0.003866 0.047723 -0.069795 -0.041818 0.035015 -0.046922 0.072999 -0.043923 -0.025304 0.028204 0.052781 -0.020704\ns -0.008787 0.003665 -0.003478 0.009948 -0.006406 -0.060567 -0.021441 0.010644 0.011885 0.04243 0.018593 0.009645 -0.040069 0.000392 -0.0214 -0.03698 0.046981 0.016953 -0.008283 0.041516 0.026987 0.06549 0.025827 0.025797 0.031748 0.033681 0.031734 -0.039589 -0.021646 -0.020606 0.015529 -0.041163 -0.007083 -0.011083 0.045208 0.078068 -0.085948 0.034664 -0.011601 0.109069 0.010527 0.042439 -0.007537 -0.037657 -0.021174 0.008754 0.081044 -0.060823 0.012042 0.019486 -0.011043 -0.002069 0.023029 -0.035808 0.093664 -0.020233 -0.032766 0.045589 0.015032 0.101015 0.000642 -0.067697 0.048005 0.073406 0.032173 0.03762 -0.051585 0.033454 -0.044353 0.034923 0.002466 0.038308 -0.020343 -0.010241 -0.029519 0.086682 -0.003528 0.102995 0.00972 0.033501 0.006526 0.055776 -0.023817 0.116008 -0.003844 -0.086679 -0.022098 0.052111 -0.038491 -0.019776 0.053371 0.025184 -0.019852 -0.056216 -0.020118 0.022956 0.012479 -0.054822 -0.024984 -0.038694 0.041063 0.002509 -0.060893 0.062736 -0.019438 0.018262 0.003723 0.015044 0.018324 0.012218 -0.008413 0.010308 -0.003937 0.039243 0.005535 -0.007249 -0.053338 0.064982 -0.084636 -0.020586 0.051822 -0.069252 0.063467 -0.035824 0.051622 -0.006027 -0.038355 0.000622 0.060508 0.012609 0.054809 0.025819 -0.053758 -0.035853 0.008861 -0.051299 -0.00508 0.057505 -0.018123 0.072947 0.034183 0.002039 0.009979 0.061882 0.032403 0.026186 0.003524 0.073127 0.046307 0.056906 -0.029257 0.095919 -0.029479 0.078069 0.045386 0.028288 0.030574 -0.031505 -0.012673 0.066726 -0.013621 0.063116 0.041049 0.017736 0.004798 0.000465 0.04747 -0.01202 0.025844 0.053131 -0.00521 -0.029135 -0.03241 0.013946 -0.051775 -0.039879 0.013311 0.071631 -0.08801 0.013166 -0.060889 0.016502 0.033212 0.029663 -0.008625 -0.034767 0.041573 -0.005525 -0.045203 -0.043862 0.021149 0.010309 0.000504 -0.019063 0.055073 -0.038954 0.008497 -0.009795 0.032399 0.027397 0.043185 0.00458 0.041446 0.012912 0.039895 -0.074657 0.006658 0.021857 -0.000894 0.068815 0.045865 -0.001876 0.077595 0.046672 0.01174 0.004883 0.074782 0.004058 -0.07226 -0.080265 -0.042729 0.013028 0.035689 -0.000812 0.050186 -0.011014 -0.0015 -0.0119 -0.015186 0.072012 -0.058651 0.001417 0.034148 -0.000536 -0.011851 0.040535 -0.015664 0.029379 0.0345 0.030452 -0.062261 0.009612 -0.010901 -0.061199 -0.017702 -0.038282 0.087194 -0.049293 -0.020528 0.022041 -0.021415 0.035076 -0.02458 0.039342 0.001102 0.015806 0.002145 0.008325 0.067428 -0.024585 0.027928 0.00482 0.055353 0.002206 0.054812 0.010395 -0.086808 -0.000513 -0.054249 -0.013874 0.027045 -0.023577 0.000533 0.0161 -0.026358 0.035103 0.000386 -0.044218 0.025951 0.020337 0.027108 0.026061 0.041679 0.05157 0.024423 0.049508 -0.018031 0.002114 -0.015396 0.011123 0.024051 -0.035211 -0.001141 -0.044527 0.034448 0.029716 -0.026173 0.039473 0.062535 -0.012945\nẽ 0.011478 0.032336 0.011727 0.04751 0.077602 0.004264 -0.125009 -0.081851 0.036414 -0.046775 0.034546 -0.000215 0.195513 -0.030662 0.055683 0.163644 0.041239 -0.000594 0.119658 0.065183 0.013018 0.112298 0.060752 0.048098 0.040735 0.173831 0.007335 -0.112277 0.165764 -0.020754 0.012951 -0.209314 -0.04615 0.031758 0.003901 0.018407 -0.011841 0.034331 0.020003 0.040825 0.194934 0.013686 0.021491 0.12446 -0.045235 -0.001677 -0.037962 -0.0495 -0.085538 0.026425 0.051757 0.049921 -0.045793 -0.097234 -0.009122 -0.090488 -0.001412 0.051847 -0.014482 0.038281 0.005249 -0.040898 -0.04004 0.01059 -0.062035 0.01659 -0.062242 0.072421 0.168487 0.04292 -0.020884 0.026638 0.078702 0.043133 -0.155549 0.01379 0.034556 -0.03831 0.001518 -0.030383 0.018874 0.022185 -0.107908 0.004817 0.018254 0.003716 -0.033649 0.015443 -0.053666 0.050914 -0.051485 0.000961 0.026826 -0.042085 -0.011466 0.068887 -0.047448 0.024765 -0.022821 0.049422 0.013762 -0.048968 -0.127049 0.124549 -0.06025 -0.028093 -0.031033 0.001912 0.160755 0.094384 -0.044195 0.02126 -0.054077 0.035867 0.029489 0.047905 -0.008441 -0.04757 -0.085671 -0.073776 0.022797 -0.063116 0.217317 -0.046619 0.065684 0.058932 0.030582 0.03991 -0.050594 0.02285 0.004492 0.120877 -0.170864 0.056905 -0.120212 0.064288 -0.024611 0.131397 0.077778 0.104113 0.11544 -0.026154 0.036341 0.059182 -0.017474 0.005829 0.130985 0.020845 -0.076354 0.129788 -0.028969 0.027502 0.156242 -0.012561 -0.000936 -0.00943 -0.036158 0.094134 0.06748 0.023137 -0.026892 0.090707 0.121329 -0.048594 0.152704 -0.214703 0.068094 -0.026006 0.096577 0.05034 0.011447 0.048943 0.15434 0.087029 0.09788 -0.09162 0.113681 -0.046805 -0.057554 0.054055 -0.060694 -0.089306 -0.06739 0.001834 0.043911 -0.032108 -0.002242 -0.026457 -0.087718 0.038594 0.040617 -0.043799 0.028255 -0.140227 -0.099832 0.121357 0.073137 0.00073 0.125395 0.095793 -0.014086 -0.064846 -0.098635 -0.059813 0.033159 0.008429 -0.153385 -0.078384 -0.053034 0.158049 -0.013029 -0.101931 0.10968 -0.100221 0.181073 -0.035071 -0.040931 -0.03394 -0.109119 -0.013408 -0.034776 0.214471 0.084489 0.035621 -0.036971 0.132179 0.135161 -0.088581 -0.127693 0.044903 -0.043732 0.051456 -0.042728 -0.054201 -0.000245 0.058666 -0.075245 0.05602 -0.075615 0.257733 -0.082404 0.19661 0.020054 -0.121475 0.02739 -0.030103 0.066271 0.062686 0.004884 0.161081 -0.041196 0.055848 0.227544 -0.125005 0.030079 -0.050058 -0.034385 -0.052451 -0.035814 -0.188279 -0.000402 -0.102413 -0.104793 -0.07018 -0.029085 -0.004827 0.032545 -0.098719 0.012174 -0.024504 -0.005677 0.003526 -0.042852 -0.061377 -0.160254 0.013772 0.153352 -0.006616 0.046696 -0.262073 -0.03071 -0.104453 0.077652 -0.077149 0.077002 -0.018086 0.090815 0.023633 -0.066842 -0.053151 0.147041 -0.038414 -0.074778 -0.034157 0.013564 0.02019 -0.061934 0.107879 -0.03029 -0.119888\nế 0.027765 -0.024263 0.008113 0.02767 0.004622 -0.047623 0.001966 -0.003234 0.000939 0.006442 0.023391 0.007995 -0.02327 0.024452 0.002229 0.004987 0.008831 0.052793 0.011362 0.041277 -0.022638 0.086369 0.003403 -0.007349 0.002019 0.014854 -0.006378 -0.012938 0.03497 0.008681 0.018936 -0.060797 0.0323 -0.04838 0.013024 0.062707 -0.053883 0.037649 0.014739 0.103597 0.048073 0.032455 0.026956 -0.009186 -0.011302 -0.010749 0.026433 -0.085748 0.030323 0.031604 0.003039 0.010899 -0.003854 -0.052472 0.053421 -0.027179 -0.018169 0.0303 -0.016186 0.113261 0.010524 -0.055677 0.038861 0.056529 0.033651 0.012739 -0.049082 0.07019 -0.024498 0.047511 0.005078 0.060178 0.004223 -0.003804 -0.032115 0.084708 -0.000757 0.043394 -0.002879 0.013723 0.023888 0.036458 -0.054858 0.097395 -0.014342 -0.073275 -0.050199 0.031914 -0.027978 -0.021998 0.040367 0.014423 -0.011553 -0.059296 -0.044921 0.007245 0.008848 -0.017101 -0.009899 -0.067416 0.011635 -0.000823 -0.08895 0.032755 -0.026331 0.034042 0.047525 0.036221 0.036995 0.007944 -0.018774 0.035382 -0.017382 0.047466 0.014086 0.019387 -0.051772 0.026532 -0.037115 -0.063515 0.087139 -0.080492 0.071945 -0.037106 0.067127 -0.015101 -0.020991 0.025578 0.061462 -0.04192 0.020669 0.055354 -0.095373 0.019322 -0.020813 -0.041099 0.000686 0.054922 -0.016616 0.054421 0.05945 -0.000591 -0.029976 0.065649 0.017983 0.026587 0.076401 0.061922 0.05117 0.079784 -0.021278 0.082481 -0.003296 0.052037 0.019589 -0.005486 0.021367 -0.013601 -0.004568 0.03903 -0.024568 0.09885 0.064183 0.028796 0.022517 -0.038362 0.031302 0.00575 0.019246 0.052762 0.010488 -0.044128 0.00415 0.019983 -0.022712 -0.031292 0.031129 0.019497 -0.069024 0.008037 -0.062989 -0.011926 0.017796 0.028632 -0.045139 -0.00825 0.01575 -0.020017 -0.024075 -0.024926 0.021581 0.037558 0.022685 -0.034329 0.014326 -0.018022 0.024155 -0.022263 0.019843 0.080809 0.025624 -0.020112 0.025275 0.02571 0.061549 -0.068872 -0.019806 -0.008905 -0.004969 0.033909 0.047628 -0.06627 0.079774 0.053666 0.063747 0.0181 0.070551 0.010281 -0.071142 -0.07295 -0.041096 0.046375 0.069472 0.032622 0.024387 0.000721 0.005908 -0.033823 -0.007021 0.021149 -0.049528 0.012005 -0.008301 -0.015592 -0.026658 0.040595 -0.026386 0.025544 0.022253 0.041207 -0.079197 0.079854 -0.008702 -0.063207 0.015355 -0.078296 0.076267 -0.030816 -0.010106 0.061353 0.00305 0.020222 0.062645 -0.005956 0.0438 0.013872 0.010005 -0.017829 0.0484 -0.00336 0.04273 0.002108 0.019846 -0.005889 0.065115 -0.002673 -0.071929 -0.013832 -0.009486 0.034021 0.042326 0.011236 -0.005138 -0.00673 -0.076344 0.031682 0.032386 0.006215 -0.006479 -0.064502 0.047095 -0.024945 0.051055 0.027417 0.061991 0.011408 0.015318 -0.014284 -0.009647 0.010011 0.002146 -0.035003 0.009764 -0.021137 0.031467 -0.001155 -0.04272 0.042776 0.015992 -0.012745\nừ 0.041027 0.003165 -0.041508 0.020022 0.00191 -0.031224 0.00796 -0.001388 0.030735 -0.012652 0.022855 0.019868 0.013206 0.044054 0.03227 0.03466 0.007399 0.05492 0.027055 0.042127 -0.056326 0.093713 -0.008808 -0.005419 0.036599 0.025621 -0.015667 -0.016251 0.042944 -0.005136 0.025483 -0.06242 0.037185 -0.026874 0.020215 0.020051 -0.025876 0.03861 -0.016686 0.084097 0.069148 0.019341 0.019711 0.014406 -0.025558 0.038075 0.032666 -0.055368 -0.019394 -0.017895 -0.023176 0.027038 -0.002768 -0.073232 0.011844 -0.032672 0.015802 0.049166 -0.007538 0.060791 -0.001717 -0.019975 0.02926 0.04855 0.036229 0.038219 -0.061823 0.089282 0.005761 0.060091 -0.035178 0.031358 0.022956 0.022775 -0.047825 0.074108 0.000476 0.009525 -0.022854 -0.006948 0.015924 0.044117 -0.056894 0.060223 -0.024511 -0.044443 -0.046495 0.040099 -0.000382 -0.002407 0.018966 0.005278 0.027521 -0.07813 -0.033265 0.05012 -0.000249 -0.005336 -0.016717 -0.048926 0.021197 -0.022553 -0.071143 0.035697 -0.051998 -0.002817 0.040434 0.03697 0.063484 0.012181 -0.022203 0.042341 -0.030168 0.044263 0.024516 0.011602 -0.04267 0.010535 -0.0709 -0.04286 0.079002 -0.084775 0.082659 -0.016934 0.083385 0.013408 0.002594 0.005218 0.007208 -0.023552 0.017516 0.043451 -0.104061 -0.027591 -0.032532 -0.023025 -0.023949 0.066094 0.013283 0.072559 0.062879 -0.022107 -0.020869 0.058118 0.001184 0.008884 0.064745 0.074938 0.017335 0.083405 -0.020057 0.037719 0.043449 0.044539 0.014592 0.00347 -0.020083 0.01925 0.021025 0.029164 0.003164 0.065545 0.054697 0.006173 0.052199 -0.044933 0.042621 0.005866 0.025796 0.051137 0.021703 -0.040274 0.027023 -0.001599 -0.001693 -0.027498 0.043717 -0.005705 -0.057019 -0.018125 -0.060734 -0.062723 0.018251 0.004064 -0.011633 -0.014471 0.003087 -0.043555 -0.032516 -0.004729 0.020381 0.01346 0.003401 -0.046022 -0.039822 0.016466 0.010666 0.00256 0.032844 0.087307 0.002679 -0.01549 0.008625 -0.004632 0.05425 -0.046424 -0.071161 -0.001841 -0.020357 0.062315 0.023918 -0.055744 0.028034 -0.001034 0.04744 0.062945 -0.002657 -0.020073 -0.082319 -0.047486 -0.039593 0.057394 0.074614 0.007749 0.02413 0.029946 0.001171 -0.032691 -0.010307 0.037656 -0.043742 0.031312 0.018517 -0.019515 -0.023796 0.024821 -0.044252 0.024017 -0.028944 0.093804 -0.058947 0.083287 -0.00774 -0.071757 0.031244 -0.046185 0.075423 -0.028854 -0.010127 0.085565 9.6e-05 0.048463 0.095885 0.008574 0.046596 0.008989 -0.014372 0.007999 0.016616 -0.034484 -0.000935 -0.018591 -0.010172 0.002053 0.013621 0.017267 -0.0514 -0.029371 -0.04384 0.059241 0.016458 -0.006488 0.003949 0.01133 -0.078638 0.00517 0.036946 -0.010046 0.013532 -0.079285 0.01099 -0.041368 0.02588 0.016775 0.052283 -0.003878 0.030718 -0.006284 -0.009011 0.021841 0.031752 -0.035045 -0.036672 -0.016098 0.021776 0.004974 -0.058911 0.067528 0.001555 -0.023496\nạ 0.032461 -0.017084 -0.004989 0.033015 0.014666 -0.061795 0.005079 -0.002382 -0.000341 -0.00424 0.029806 0.019154 -0.032857 0.036929 -0.003955 0.009269 0.014147 0.04457 0.001982 0.050337 -0.031987 0.098899 0.006112 0.006197 0.009358 0.017391 -0.007633 -0.009005 0.043217 0.012589 0.023921 -0.054702 0.048257 -0.03781 0.014255 0.054264 -0.058888 0.034857 0.000847 0.106566 0.034182 0.01465 0.032687 -0.010817 -0.015366 -0.002148 0.029401 -0.074681 0.04372 0.015102 -0.002001 0.008047 -0.009949 -0.046208 0.050432 -0.01818 -0.012709 0.019478 -0.019141 0.117716 0.012589 -0.050839 0.054968 0.049958 0.040821 0.016852 -0.064406 0.079257 -0.042479 0.059022 0.010043 0.059241 0.003744 -0.00374 -0.028682 0.094922 0.007845 0.04691 -0.012875 0.023092 0.024836 0.047162 -0.046917 0.114046 -0.018909 -0.074947 -0.054343 0.031264 -0.02337 -0.050517 0.049289 0.012758 -0.002439 -0.07871 -0.051439 0.015699 0.018817 -0.034571 -0.01922 -0.081986 0.027388 0.007969 -0.103456 0.05321 -0.017841 0.033023 0.03611 0.048861 0.044822 0.005354 -0.0274 0.044915 -0.017103 0.076266 0.021485 0.012433 -0.066603 0.032805 -0.046604 -0.055563 0.114918 -0.079399 0.086747 -0.036401 0.068966 -0.013554 -0.018456 0.035153 0.063087 -0.047962 0.016095 0.056746 -0.107759 0.015926 -0.010621 -0.044869 -0.007451 0.058435 -0.005427 0.068073 0.066944 0.000778 -0.029966 0.071156 0.030325 0.036849 0.070258 0.060763 0.06108 0.083565 -0.023634 0.093423 -0.00418 0.069364 0.017686 -0.001451 0.040162 -0.013238 -0.001517 0.041814 -0.021293 0.121259 0.064084 0.025893 0.021452 -0.05167 0.037426 0.010352 0.011835 0.060465 0.017027 -0.035008 0.004895 0.025124 -0.024308 -0.05128 0.034191 0.025391 -0.085111 0.001007 -0.061716 -0.022423 0.010853 0.027465 -0.05503 -0.008069 0.024164 -0.006611 -0.030389 -0.038948 0.021282 0.039804 0.025328 -0.033317 0.018433 -0.011144 0.013376 -0.015245 0.020761 0.066533 0.041868 -0.018047 0.034471 0.033022 0.064996 -0.080853 -0.018125 -0.01277 0.005734 0.035558 0.039898 -0.062105 0.094719 0.058501 0.057163 0.029671 0.065758 -0.001266 -0.073178 -0.073173 -0.039333 0.031163 0.087296 0.019073 0.04059 -0.012812 -0.004643 -0.027364 0.003208 0.032436 -0.061976 -0.003181 -0.009044 -0.014202 -0.032301 0.038136 -0.042668 0.017153 0.036964 0.057861 -0.094666 0.086581 -0.023896 -0.067365 0.029366 -0.096482 0.090385 -0.045168 -0.038592 0.072639 0.005387 0.034922 0.060266 -0.007643 0.046894 0.009326 0.00662 -0.005332 0.054583 -0.004577 0.0518 0.002169 0.03014 0.002502 0.069495 0.008828 -0.080481 -0.005212 -0.017833 0.030725 0.048015 0.015287 -0.003265 0.008379 -0.085969 0.035945 0.021721 -0.004124 0.006148 -0.071986 0.044621 -0.017755 0.03091 0.04605 0.073614 0.016478 0.002407 -0.013942 -0.018082 0.023443 -0.009557 -0.039186 0.017773 -0.028281 0.034943 -0.004198 -0.043017 0.040129 0.023487 -0.014553\nê 0.022252 -0.02068 -0.001455 0.033537 0.004369 -0.070253 0.010678 -0.006293 0.001426 -0.007843 0.035262 0.030206 -0.048292 0.039578 -0.003309 0.009604 0.027217 0.048461 -0.019439 0.04855 -0.028251 0.103102 0.018818 0.01422 0.004452 0.014488 -0.007976 -0.000434 0.03478 0.015356 0.008303 -0.062484 0.049064 -0.040817 0.001872 0.065905 -0.068344 0.048167 -0.006706 0.113641 0.033481 0.007963 0.03406 -0.013461 -0.009579 -0.005529 0.034741 -0.100743 0.060777 0.01358 -0.010857 0.007236 -0.009852 -0.059432 0.040714 -0.018102 -0.010447 -0.017231 -0.030062 0.105004 -0.000956 -0.039634 0.04465 0.04178 0.029643 0.011538 -0.056946 0.091983 -0.05367 0.054447 0.008879 0.063505 0.018719 -0.01775 -0.035455 0.094923 -0.002052 0.062271 -0.010688 0.032265 0.032721 0.044004 -0.044604 0.121466 -0.013213 -0.103038 -0.052033 0.052315 -0.03052 -0.04402 0.049753 -0.003453 -0.018963 -0.107347 -0.053724 0.013905 0.019155 -0.046066 -0.027697 -0.086922 0.017546 0.020517 -0.122663 0.055963 -0.032471 0.044739 0.038729 0.041901 0.038647 0.006143 -0.030251 0.048433 -0.026356 0.08454 0.014546 -0.002268 -0.073262 0.026524 -0.048966 -0.079566 0.134569 -0.090152 0.105351 -0.036096 0.06354 -0.02078 -0.020515 0.049199 0.078404 -0.057964 0.021991 0.047086 -0.110968 0.026203 -0.003066 -0.035093 0.00694 0.056166 -0.020047 0.06989 0.076817 0.001077 -0.037222 0.06687 0.040442 0.050982 0.060337 0.057658 0.072211 0.083622 -0.017763 0.118945 -0.013435 0.077721 0.031437 -0.002768 0.048898 -0.007118 0.004634 0.03418 -0.032977 0.1315 0.068892 0.028689 0.020549 -0.056068 0.053197 0.013415 0.010997 0.058942 0.01963 -0.049162 0.006732 0.00951 -0.031841 -0.033883 0.021431 0.035032 -0.092145 0.008065 -0.057448 -0.022672 0.012163 0.038391 -0.056232 0.001712 0.034917 0.018518 -0.025929 -0.048433 -0.003284 0.052128 0.028098 -0.011541 0.023416 -0.021328 0.009287 -0.011062 0.005932 0.07151 0.040994 -0.004631 0.046457 0.053673 0.067157 -0.075175 -0.012839 -0.018704 0.009198 0.041534 0.046914 -0.067807 0.099805 0.070152 0.072851 0.032294 0.071915 -0.003419 -0.056441 -0.08378 -0.024274 0.026446 0.094764 0.031585 0.046553 -0.038186 -0.027152 -0.026416 0.01296 0.03078 -0.069212 -3.2e-05 0.004258 -0.021746 -0.01954 0.037676 -0.04359 0.010981 0.042562 0.043521 -0.105248 0.098359 -0.035025 -0.069664 0.04241 -0.11292 0.104424 -0.055968 -0.050469 0.076064 -0.004286 0.039596 0.044128 -0.006071 0.050464 0.018391 0.012981 -0.01738 0.057205 0.006909 0.055586 -0.001121 0.052828 -0.005988 0.070972 -0.000764 -0.079014 -0.005447 -0.024185 0.048148 0.050677 0.012037 -0.005471 0.017063 -0.0782 0.025539 0.004236 -0.017438 0.007851 -0.051594 0.053168 -0.014955 0.042359 0.052802 0.070416 0.008628 -0.011017 -0.017827 -0.005906 0.026574 -0.038449 -0.031649 0.028247 -0.037964 0.052847 -0.028556 -0.038471 0.036891 0.031205 -0.023858\nả 0.043073 -0.017559 -0.000489 0.02723 0.00517 -0.040182 0.007701 -0.011459 0.001279 -0.002031 0.029185 0.006231 -0.010476 0.010771 0.005113 -0.00158 0.016772 0.042773 -0.009574 0.054641 -0.02945 0.091774 -0.005966 0.001346 0.002252 0.015019 -0.003451 -0.007337 0.03519 0.006636 0.007293 -0.046724 0.024412 -0.028624 0.022441 0.050989 -0.053898 0.026268 0.00836 0.100453 0.034783 0.018781 0.033866 -0.00913 -0.003254 -0.019813 0.034683 -0.078428 0.033349 0.008384 -0.008113 0.018258 -0.005964 -0.040043 0.059571 -0.03118 -0.010525 0.028694 0.000772 0.113711 0.014093 -0.044033 0.050958 0.043118 0.040825 0.017795 -0.061998 0.077331 -0.031102 0.035741 0.006931 0.054345 0.003631 -0.018473 -0.039777 0.096696 -0.00619 0.053039 -0.003402 0.033859 0.018628 0.041417 -0.046888 0.117574 -0.01916 -0.076462 -0.043464 0.025865 -0.038285 -0.031647 0.04385 0.031881 -0.009881 -0.073781 -0.053118 0.0016 0.026535 -0.02785 -0.019815 -0.074549 0.016066 0.019395 -0.08895 0.032329 -0.010077 0.014646 0.023664 0.03611 0.049478 0.00394 -0.022111 0.027896 -0.016051 0.057916 0.024591 0.015018 -0.051271 0.028082 -0.042319 -0.056418 0.101799 -0.05699 0.06612 -0.031121 0.065729 -0.020819 -0.023315 0.011581 0.046624 -0.03693 0.020513 0.058134 -0.107339 0.018565 -0.016289 -0.039596 -0.011075 0.049753 -0.011647 0.074012 0.059626 -0.004918 -0.02709 0.066527 0.035565 0.041358 0.067897 0.071133 0.052133 0.073948 -0.006401 0.077664 -0.003851 0.05438 0.014843 -0.005492 0.045648 -0.017648 0.003889 0.04381 -0.011038 0.105363 0.075942 0.02286 0.009994 -0.045488 0.040021 0.013927 0.024423 0.050674 0.013267 -0.047626 0.023887 0.012291 -0.023653 -0.035682 0.021775 0.009397 -0.06926 -0.000182 -0.066985 0.00268 0.015992 0.017003 -0.039963 -0.029858 0.010706 -0.020854 -0.029909 -0.037302 0.014243 0.024344 0.028888 -0.034585 -0.00357 -0.010081 0.014587 -0.018095 0.026319 0.051905 0.019033 -0.017449 0.022238 0.029936 0.063822 -0.069321 -0.024671 -0.009034 0.005328 0.035983 0.046202 -0.042364 0.092454 0.050084 0.051308 0.031428 0.064651 0.00398 -0.068593 -0.066099 -0.050936 0.045375 0.072434 0.022314 0.027676 0.000875 0.003826 -0.033707 -0.011354 0.029442 -0.056751 0.010395 -0.007716 -0.015223 -0.021313 0.021643 -0.031563 0.029021 0.021021 0.050955 -0.063717 0.082426 -0.023934 -0.059134 0.014183 -0.072527 0.083325 -0.020629 -0.024062 0.072735 -0.001718 0.023173 0.056269 -0.027558 0.050992 0.023544 0.013325 0.003655 0.049235 -0.012451 0.039163 0.005124 0.025859 0.000521 0.045435 0.002633 -0.075061 -0.013285 -0.02213 0.024532 0.052424 0.018516 0.004354 0.012161 -0.06381 0.031947 0.025467 -0.008139 -0.002431 -0.082649 0.043513 -0.010953 0.034541 0.023127 0.05822 0.025445 -0.000719 -0.003881 -0.003902 0.014783 -0.012029 -0.039189 0.009873 -0.033141 0.031007 -0.003716 -0.041196 0.037758 0.011616 -0.023421\nò 0.038137 0.017893 -0.00744 0.015776 0.00596 -0.054986 0.024542 0.018034 0.015885 -0.027758 0.053472 0.030072 0.01039 0.02112 0.042975 0.03777 0.027277 0.043147 -0.010022 0.045734 -0.083715 0.118717 -0.018727 -0.001577 0.041864 0.030023 -0.028323 -0.014949 0.086204 0.004138 0.009543 -0.049595 0.018774 -0.000495 0.000757 0.009626 -0.029571 0.036839 -0.031652 0.094157 0.024927 -0.014749 0.060348 -0.008864 -0.016899 -2.7e-05 0.026705 -0.070335 -0.000268 -0.020809 -0.023294 0.022548 -0.028884 -0.023139 0.036898 -0.048287 0.015581 0.019434 -0.011825 0.061899 -0.006148 -0.050159 0.041527 0.03901 0.037627 0.034192 -0.112076 0.110242 -0.013007 0.048568 0.021056 0.064005 0.018037 -0.027374 -0.076957 0.111642 0.028477 0.049015 -0.006096 0.030439 0.025963 0.059796 -0.045732 0.116139 -0.024614 -0.079975 -0.013426 0.003107 -0.018085 -0.023886 0.041718 0.019076 0.01394 -0.090553 -0.055757 0.023538 0.011714 -0.038524 -0.011647 -0.092048 0.015555 0.014933 -0.09853 0.046319 -0.023898 0.042697 0.02823 0.054684 0.082047 0.005579 -0.015478 0.03302 -0.018517 0.086719 0.055044 0.001546 -0.057348 0.03275 -0.055925 -0.042732 0.12021 -0.044357 0.094408 -0.060918 0.068694 -0.017628 -0.029702 0.062831 0.031582 -0.042556 0.026579 0.049806 -0.11186 0.007463 -0.053043 -0.031334 -0.013994 0.071136 0.007342 0.074198 0.056677 -0.007153 -0.01086 0.082565 0.023379 0.031385 0.049008 0.088819 0.049884 0.078989 -0.004282 0.074655 0.003776 0.062038 0.030397 -0.003151 0.036299 -0.029125 0.009346 0.06959 -0.000854 0.106482 0.0908 0.013279 0.040237 -0.088592 0.035084 -0.017544 0.013328 0.033977 0.041275 -0.026508 0.032848 -0.001286 -0.015343 -0.053275 0.031712 -0.007776 -0.103927 -0.024502 -0.08401 -0.02253 0.0238 0.014776 -0.02581 -0.040526 0.029078 -0.033298 -0.040765 -0.037986 -0.00714 0.033268 0.020712 -0.031052 -0.04577 0.017703 -0.007156 -0.013839 0.041901 0.075911 0.037799 0.00039 0.038523 -0.007848 0.072573 -0.089223 -0.012968 -0.007182 -0.012555 0.03831 0.036294 -0.044273 0.118241 0.02963 0.040469 0.047221 0.020316 -0.007947 -0.07485 -0.065195 -0.07362 0.055561 0.038102 -0.000487 0.036643 -0.029533 0.011386 -0.002463 0.017896 0.021528 -0.087404 -0.0052 -0.002783 -0.016603 -0.032884 0.023231 -0.08211 0.028417 0.042719 0.092061 -0.045881 0.136137 -0.007854 -0.081341 0.038926 -0.092747 0.098588 -0.029226 -0.034276 0.074617 -0.007816 0.043784 0.109847 -0.021891 0.054654 -0.036688 -0.014093 0.017412 0.059248 -0.022657 0.023697 0.00414 0.046589 0.02489 0.03933 0.015044 -0.08511 0.023016 -0.047769 0.031345 0.049025 0.011305 0.030592 0.008641 -0.079773 0.044619 0.012906 -0.005786 0.016423 -0.1217 0.047892 -0.041693 3e-06 0.025881 0.10042 0.032242 0.01537 -0.022479 0.00859 0.02897 0.035233 -0.050506 -0.018547 0.008418 0.016145 0.012727 -0.036868 0.048131 -0.008772 -0.042522\nơ 0.025537 -0.021904 -0.00263 0.028375 0.002197 -0.065957 0.012602 -0.002993 0.006475 -0.008743 0.041757 0.030284 -0.038988 0.038519 -0.002204 0.017055 0.032757 0.046355 -0.025566 0.044547 -0.03855 0.111176 0.015591 0.025621 0.011729 0.017387 -0.008367 -0.003492 0.046165 0.024309 0.006614 -0.06373 0.036437 -0.03739 0.004985 0.057282 -0.058605 0.050174 -0.002626 0.110364 0.036593 0.005375 0.029719 -0.023387 -0.012885 -0.004928 0.042842 -0.096184 0.064584 -0.000567 -0.015697 0.010338 -0.002672 -0.049107 0.033935 -0.021052 0.000277 -0.014112 -0.028186 0.106554 -0.000444 -0.04272 0.045424 0.046238 0.026968 0.011836 -0.066955 0.094211 -0.054628 0.04536 0.013003 0.048629 0.026634 -0.024047 -0.041684 0.090005 0.002236 0.073926 -0.010353 0.026508 0.027023 0.039087 -0.039616 0.124229 -0.018545 -0.099621 -0.041768 0.049328 -0.034407 -0.039622 0.043599 0.00845 -0.01755 -0.107897 -0.048269 0.001721 0.024037 -0.055275 -0.024317 -0.07907 0.021486 0.027238 -0.115635 0.043132 -0.024915 0.035864 0.045573 0.041657 0.050137 0.001061 -0.029714 0.05211 -0.021162 0.08933 0.017918 -0.002151 -0.066808 0.025148 -0.059844 -0.067285 0.128843 -0.082228 0.102431 -0.041341 0.065795 -0.022809 -0.027066 0.044382 0.069812 -0.057348 0.019253 0.052132 -0.108717 0.011556 -0.014687 -0.022768 0.00157 0.066574 -0.018017 0.072927 0.078568 -0.002644 -0.024441 0.073537 0.045291 0.045345 0.043964 0.051661 0.076016 0.084579 -0.017212 0.115526 -0.011167 0.078678 0.027826 0.000302 0.054335 -0.00448 -0.000658 0.036345 -0.024565 0.132122 0.078444 0.025015 0.01417 -0.057791 0.040949 0.014962 0.009493 0.051337 0.01844 -0.05283 0.008537 0.021528 -0.033795 -0.020209 0.016005 0.029488 -0.0941 0.009685 -0.056722 -0.015334 0.018616 0.022455 -0.043996 -0.008046 0.025074 0.011038 -0.029307 -0.039446 -0.003498 0.050626 0.032704 -0.009471 0.020939 -0.011497 0.005976 -0.011587 0.005789 0.056774 0.042654 -0.005017 0.037028 0.041743 0.065237 -0.073185 -0.000343 -0.023083 0.020538 0.038363 0.053446 -0.05518 0.106685 0.059705 0.067106 0.028239 0.061437 -0.008928 -0.06093 -0.08177 -0.033766 0.029523 0.093623 0.01592 0.054282 -0.035011 -0.025859 -0.014855 0.022073 0.04143 -0.080088 -0.001746 0.012712 -0.0226 -0.025614 0.031892 -0.051553 0.00803 0.044168 0.045977 -0.106707 0.100345 -0.029912 -0.06537 0.035761 -0.117844 0.102169 -0.054334 -0.050322 0.074975 -0.001529 0.042888 0.045779 -0.010141 0.041422 0.011524 0.007022 -0.014636 0.058069 -0.001688 0.054307 -0.004361 0.044029 0.001468 0.063301 0.001141 -0.085016 0.002032 -0.026604 0.046573 0.050111 0.01354 0.003832 0.022029 -0.079471 0.028761 0.00671 -0.021689 0.012462 -0.063332 0.054854 -0.010654 0.031205 0.046316 0.070478 0.008914 -0.013219 -0.019982 -0.011703 0.024098 -0.023472 -0.026641 0.026706 -0.043413 0.05016 -0.02575 -0.044075 0.043815 0.030794 -0.032689\nị -0.027178 0.007226 0.001195 0.036878 -0.00196 -0.052164 -0.013004 0.015749 -0.031613 -0.027375 0.041922 0.05595 -0.076387 0.080529 0.00037 -0.000677 0.049136 0.047403 -0.026065 0.058892 -0.033075 0.069847 0.003227 -0.010265 -0.020741 0.057985 0.002047 0.042786 0.047339 0.024408 0.014264 -0.067546 0.002493 -0.078588 -0.016003 0.060433 -0.053155 0.071663 0.021234 0.07422 0.049848 0.004284 0.043887 -0.058614 0.014301 -0.018261 0.025201 -0.122315 0.078573 -0.008865 0.029365 -0.012293 -0.006014 0.001268 0.020486 0.004382 0.011979 -0.058569 -0.034512 0.105074 -0.041984 -0.029937 0.02352 0.040283 0.070247 -0.008495 -0.012602 0.132103 -0.100564 0.041224 -0.01012 0.054122 0.04557 -0.01783 0.003199 0.062949 -0.011661 0.041979 -0.022705 -0.00928 0.030593 0.007812 -0.023581 0.088347 -0.007957 -0.119267 -0.050162 0.05774 -0.042755 -0.014542 0.035253 -0.009957 -0.026903 -0.077908 -0.073139 -0.037938 0.032081 -0.047788 -0.003625 -0.08195 0.008643 0.036996 -0.131722 0.076614 -0.071576 0.058354 0.065116 0.032639 0.066265 0.001471 -0.06373 0.131426 -0.053469 0.092094 -0.006015 0.025287 -0.069641 0.040347 -0.021869 -0.079368 0.107128 -0.124087 0.074895 -0.052773 0.035491 -0.011909 -0.036029 0.051255 0.078451 -0.05856 -0.006739 0.066397 -0.094492 0.004477 0.024153 -0.028433 0.012912 0.053663 -0.061792 0.034153 0.1134 -0.02362 -0.037762 0.107548 0.059964 0.071433 0.017845 0.016737 0.085065 0.078 -0.048961 0.106055 0.019518 0.076238 0.004469 -0.005094 0.018117 0.018179 0.024477 0.007508 0.016109 0.174251 0.128031 0.040177 0.021132 -0.07382 0.042317 0.072599 0.019471 0.060069 0.017404 -0.016555 0.054217 0.02919 -0.040485 0.016829 0.054506 0.064709 -0.109314 0.07871 -0.020574 -0.023139 0.022767 -0.00879 -0.05353 0.034203 0.032682 0.039452 -0.017928 -0.026885 0.023686 0.06966 0.004736 -0.027393 0.05267 -0.007449 0.048618 -0.023743 -0.024996 0.03763 0.065254 0.00657 0.053241 0.047312 0.03259 -0.042374 0.021915 0.018344 0.015395 0.018831 0.074892 -0.070635 0.112341 0.088838 0.089202 0.051163 0.083306 -0.008742 0.005946 -0.071776 0.014084 0.030993 0.108415 0.014647 0.047304 -0.06965 -0.020305 -0.015144 0.022067 0.054477 -0.06685 0.006795 0.011086 -0.007048 -0.030777 0.047649 -0.062081 -0.016271 -0.008157 0.015064 -0.102124 0.117945 -0.042098 -0.056389 0.121181 -0.135609 0.072963 -0.068187 -0.010966 0.066322 -3.5e-05 0.04881 0.006793 -0.002462 0.060285 0.020859 -0.004082 -0.02205 0.075314 0.004814 0.078398 0.01961 0.069638 -0.008616 0.097415 0.007822 -0.11464 0.044303 -0.010872 0.048097 0.060909 0.034287 -0.022732 0.032014 -0.088238 -0.012545 0.011367 -0.030413 0.002265 -0.053676 0.061474 0.002528 0.052572 0.094923 0.103747 -0.026144 -0.039214 -0.02363 -0.006935 0.012897 -0.010083 -0.043031 0.064496 -0.021497 0.050607 -0.026367 -0.089144 0.023973 0.032434 -0.055832\nệ 0.036197 -0.031741 0.009116 0.021291 0.003091 -0.048483 0.01048 0.010885 0.002 0.012532 0.024422 0.011702 -0.042849 0.018139 -0.00188 -0.01221 0.012669 0.037725 0.004409 0.042319 -0.012843 0.078182 0.015746 -0.000656 -0.004257 0.019007 -0.003748 -0.013776 0.019317 0.015295 0.006116 -0.034357 0.024235 -0.037854 0.016873 0.05424 -0.075282 0.042621 0.008826 0.086842 0.015003 0.015982 0.029434 -0.011448 -0.017122 -0.005607 0.039412 -0.097942 0.036028 0.015117 0.01366 0.014169 0.016046 -0.049701 0.063901 -0.022592 -0.01191 0.021511 -0.001087 0.112217 0.014477 -0.055137 0.040286 0.03591 0.033202 0.026656 -0.072984 0.051697 -0.041719 0.051208 -0.00173 0.051882 0.004298 -0.009501 -0.024481 0.07739 -0.010139 0.058182 -0.005498 0.005612 0.014777 0.039725 -0.038373 0.108479 -0.012201 -0.085236 -0.044104 0.024223 -0.039401 -0.031085 0.047014 0.021633 -0.017672 -0.06395 -0.044018 -0.00093 0.010419 -0.028572 -0.017598 -0.078249 0.020776 0.010706 -0.077259 0.036574 -0.017194 0.032032 0.041593 0.022829 0.039288 0.002353 -0.029277 0.02131 -0.013518 0.065764 0.015295 0.021363 -0.050293 0.029377 -0.046308 -0.058725 0.094217 -0.059629 0.067057 -0.035939 0.066763 -0.018597 -0.029412 0.016754 0.066741 -0.045039 0.014391 0.05452 -0.102232 0.004883 -0.022292 -0.043769 0.001461 0.066123 -0.01229 0.052996 0.060372 -0.002305 -0.035801 0.06474 0.02895 0.033607 0.059586 0.05918 0.053337 0.077188 -0.028971 0.088846 0.002093 0.054361 0.007415 0.004997 0.042924 -0.030556 -8.7e-05 0.048712 -0.006715 0.105684 0.057365 0.023368 0.01584 -0.038853 0.045805 0.010985 0.03116 0.048271 -0.011198 -0.043182 0.005671 0.011186 -0.024224 -0.035845 0.022595 0.035611 -0.075688 -0.00098 -0.070843 0.002798 0.015464 0.031434 -0.034312 -0.009797 0.021862 -0.016062 -0.014113 -0.027287 0.012339 0.025305 0.025959 -0.026034 0.018163 0.000177 0.009137 -0.034135 -0.00096 0.053646 0.023803 -0.002863 0.023333 0.024808 0.059113 -0.07985 -0.014812 -0.00495 0.014601 0.045967 0.042027 -0.057425 0.084017 0.061389 0.056803 0.024395 0.07577 0.013463 -0.073178 -0.057027 -0.057295 0.039801 0.073169 0.027398 0.030539 -0.00963 -0.00044 -0.013592 -0.006528 0.048925 -0.021145 0.012307 -0.001754 -0.013256 -0.026848 0.020241 -0.02385 0.020393 0.033012 0.027772 -0.058434 0.074844 -0.035924 -0.051988 0.010033 -0.084329 0.062931 -0.026703 -0.017207 0.063112 0.002428 0.027493 0.051942 -0.009814 0.043668 0.019083 0.014275 4e-05 0.056116 -0.001566 0.037946 -0.00398 0.037861 -0.002588 0.060963 0.008611 -0.073687 -0.004742 -0.026502 0.018189 0.054755 0.015979 -0.002327 0.010499 -0.067414 0.046971 0.028472 0.008338 -0.002111 -0.060794 0.052257 -0.010486 0.034325 0.035931 0.035287 0.020504 -0.014825 -0.008039 -0.016628 0.014016 0.003624 -0.027506 0.015528 -0.040306 0.024914 -0.001176 -0.033668 0.03149 0.018208 -0.022569\nì 0.035202 -0.001163 0.000745 0.034892 0.015054 -0.05799 0.000676 -0.004885 0.000449 -0.00437 0.037174 0.019284 -0.016358 0.027434 0.007717 0.026604 0.013436 0.049811 -0.004356 0.051631 -0.037819 0.105491 0.008585 0.016134 0.009173 0.01829 -0.009627 -0.002309 0.032176 0.005834 0.027272 -0.064335 0.038147 -0.022281 0.011235 0.049525 -0.063377 0.040309 -0.005846 0.105638 0.041929 0.010629 0.032687 -0.014242 -0.014977 -0.003935 0.029753 -0.086605 0.034371 0.013258 -0.00384 0.007399 -0.008254 -0.055761 0.035669 -0.027195 0.004462 -0.002435 -0.020164 0.095539 0.010348 -0.045065 0.030145 0.044518 0.014621 0.008309 -0.069975 0.077453 -0.019085 0.047909 0.011316 0.061509 0.012172 -0.00508 -0.042865 0.088165 0.01248 0.047849 -0.010404 0.033814 0.022199 0.042914 -0.050411 0.119925 -0.00501 -0.080994 -0.032192 0.029162 -0.018325 -0.045948 0.033626 0.00782 -0.016195 -0.102948 -0.026737 0.01734 0.008732 -0.030008 -0.020552 -0.066581 0.021682 0.024176 -0.106955 0.042333 -0.010715 0.035259 0.031891 0.04818 0.042685 0.01362 -0.029863 0.031833 -0.017944 0.075222 0.018186 -0.001503 -0.054221 0.021248 -0.048848 -0.076681 0.119889 -0.075044 0.104527 -0.028757 0.059314 -0.018368 -0.013397 0.027372 0.06738 -0.06598 0.019931 0.047916 -0.111365 0.01669 -0.016913 -0.021149 -6.2e-05 0.051443 -0.01326 0.065845 0.064128 -0.013163 -0.02395 0.069628 0.024212 0.029273 0.078881 0.056361 0.063276 0.083632 -0.007109 0.096409 -0.015338 0.064753 0.0234 -0.003203 0.038127 -0.01916 0.009576 0.050984 -0.020513 0.106452 0.060183 0.010578 0.036383 -0.059447 0.03147 0.003171 0.017355 0.041436 0.019996 -0.040196 0.005487 0.009041 -0.019713 -0.030756 0.025894 0.016888 -0.08459 -0.006151 -0.064847 -0.022193 0.0168 0.034243 -0.044228 -0.015498 0.028249 -0.003672 -0.028456 -0.021018 0.006359 0.034068 0.017765 -0.030902 0.01019 -0.009759 0.001522 -0.005643 0.032034 0.076174 0.035899 -0.003153 0.026665 0.0237 0.075236 -0.077283 -0.015567 -0.020298 0.004519 0.048549 0.04385 -0.050832 0.096766 0.05315 0.063208 0.032354 0.05779 -0.013901 -0.061607 -0.08707 -0.032125 0.035456 0.078732 0.024079 0.037244 -0.017186 -0.006341 -0.026179 0.005369 0.025987 -0.067589 -0.007893 -0.004831 -0.034965 -0.021692 0.031589 -0.038595 0.023157 0.046872 0.066361 -0.088847 0.089921 -0.021477 -0.073446 0.017341 -0.107935 0.106124 -0.034978 -0.030499 0.064065 0.001231 0.030078 0.054266 -0.014743 0.045398 -0.000591 0.017822 -0.000588 0.060418 -0.009048 0.035156 -0.002514 0.028794 0.003436 0.062487 -0.004889 -0.064091 -0.007903 -0.02484 0.026671 0.047501 0.004924 0.006487 0.019146 -0.071553 0.052039 0.017252 -0.015409 0.02462 -0.07836 0.036126 -0.026542 0.039595 0.019636 0.06631 0.02486 0.008851 -0.019623 -0.006306 0.021674 -0.013715 -0.035541 0.021655 -0.033264 0.041939 -0.010801 -0.023475 0.035465 0.034424 -0.034122\nấ 0.027844 0.003248 -0.031946 0.049077 0.020187 -0.040097 0.000435 -0.005014 -0.010367 0.007406 0.022612 0.002719 0.00263 0.038472 -0.000249 0.008559 0.010312 0.043466 0.037412 0.041428 -0.040208 0.11444 0.007586 -0.003296 0.012007 0.01035 -0.011803 -0.01943 0.06614 0.016128 0.023531 -0.064711 0.048215 -0.039225 0.011193 0.051017 -0.037746 0.040784 0.016138 0.108542 0.060312 0.043034 0.007427 0.004795 -0.026626 -0.006585 0.03601 -0.072482 0.024822 0.022613 0.001545 0.003254 -0.007169 -0.05956 0.036688 -0.021169 -0.010968 0.062007 -0.024114 0.100659 0.027342 -0.041418 0.047059 0.054832 0.029391 0.02408 -0.065624 0.074527 -0.014304 0.053713 0.017856 0.055198 0.008991 0.006553 -0.041882 0.087549 0.004904 0.023586 -0.011243 0.025942 0.02647 0.049834 -0.036843 0.095745 -0.017609 -0.060354 -0.057367 0.034999 -0.033138 -0.032902 0.042118 0.038053 -0.006978 -0.04747 -0.048812 0.016777 0.012161 -0.022519 -0.009786 -0.059503 0.015886 0.003093 -0.07267 0.035753 -0.036853 0.029196 0.035203 0.058349 0.051396 -0.002426 -0.031922 0.044453 -0.014745 0.044681 0.016283 0.020743 -0.0455 0.021379 -0.024986 -0.031407 0.070173 -0.058495 0.059018 -0.021221 0.05603 -0.001917 -0.005847 0.024718 0.048505 -0.030577 0.017241 0.061338 -0.095696 0.020559 -0.016535 -0.034982 -0.014416 0.069265 -0.008927 0.085774 0.059275 0.002127 -0.019879 0.065807 0.01305 0.019018 0.094474 0.054449 0.073696 0.061842 -0.020267 0.066589 0.017098 0.042215 0.002421 -0.002797 0.019517 -0.025842 0.002309 0.023388 -0.012407 0.101027 0.054368 0.001212 0.013073 -0.043492 0.018412 -0.000511 0.023607 0.070213 0.021312 -0.0431 0.012616 0.029369 -0.011751 -0.040208 0.036909 -0.008111 -0.076299 -0.006244 -0.071448 -0.030167 0.010626 0.028852 -0.036097 -0.001452 0.008916 -0.039177 -0.031916 -0.02676 0.02463 0.044609 0.031468 -0.07187 -0.00658 -0.001781 0.013604 -0.010821 0.050003 0.07572 0.031037 -0.033997 0.015589 0.01359 0.067775 -0.070548 -0.041274 -0.022615 0.007041 0.01725 0.035975 -0.06997 0.072049 0.040715 0.066897 0.019666 0.062867 0.022618 -0.084391 -0.064411 -0.021207 0.049769 0.080599 0.023315 0.030836 0.013948 0.014764 -0.036008 -0.008929 0.033387 -0.061136 0.01336 -0.007501 -0.004812 -0.040935 0.039647 -0.017281 0.0259 0.017363 0.066829 -0.100703 0.080531 0.000285 -0.074423 0.008683 -0.072547 0.080947 -0.044061 -0.018554 0.067201 0.004601 0.021608 0.076778 -0.001979 0.05691 0.002881 0.005355 0.00789 0.039975 -0.0298 0.042575 -0.004659 -0.001044 -0.016989 0.051087 -0.00018 -0.070344 -0.015546 -0.009533 0.030086 0.044785 0.016797 0.007655 -0.008699 -0.091412 0.043014 0.043366 0.002101 -0.021548 -0.1196 0.024747 -0.019622 0.050576 0.014233 0.07169 0.010942 0.023853 -0.00572 -0.010192 0.041814 0.018404 -0.030892 -0.005073 -0.027718 0.045357 0.020499 -0.036843 0.048895 0.018963 0.003391\n_ 0.014156 -0.011964 -0.001234 0.027663 0.001241 -0.057898 -0.005062 -0.003261 0.002558 0.010693 0.022149 0.020303 -0.040675 0.023616 -0.004537 -0.000771 0.027868 0.036539 -0.005961 0.04152 -0.009958 0.086181 0.023567 0.01426 0.008475 0.01864 0.007604 -0.01298 0.011427 -9.6e-05 0.014664 -0.050327 0.027698 -0.028028 0.018878 0.061979 -0.066443 0.039996 0.002071 0.106974 0.025826 0.023941 0.016714 -0.025402 -0.007782 -0.004186 0.048412 -0.081672 0.038464 0.012257 -0.003452 0.000107 0.001449 -0.045174 0.052025 -0.018976 -0.011242 0.011242 -0.013545 0.101773 -0.003114 -0.048233 0.041055 0.053209 0.032132 0.017006 -0.05107 0.066358 -0.045716 0.03947 0.004541 0.048679 0.002804 -0.013108 -0.027242 0.086338 -0.003726 0.064983 -0.005292 0.028739 0.023191 0.041743 -0.035027 0.110374 -0.005811 -0.08809 -0.039916 0.048377 -0.029249 -0.033406 0.045605 0.008242 -0.017339 -0.07851 -0.041718 0.010682 0.015949 -0.044546 -0.020576 -0.064825 0.029303 0.010034 -0.091912 0.048252 -0.025273 0.02945 0.030977 0.031969 0.030365 0.007515 -0.020989 0.036025 -0.018264 0.061296 0.011333 0.004418 -0.055638 0.041126 -0.051884 -0.050905 0.09009 -0.079724 0.078459 -0.036732 0.053728 -0.011336 -0.020468 0.025531 0.067216 -0.027813 0.027774 0.038793 -0.08307 0.003003 -0.002247 -0.037471 -0.000161 0.060745 -0.016423 0.064303 0.059509 -3.1e-05 -0.018131 0.067145 0.030522 0.032611 0.046483 0.058411 0.060751 0.073879 -0.019668 0.097577 -0.012717 0.067901 0.030318 0.006487 0.03807 -0.019952 -0.00309 0.045337 -0.020733 0.099416 0.058263 0.022941 0.011196 -0.03025 0.042156 0.002357 0.018415 0.05426 0.00802 -0.040344 -0.001253 0.017829 -0.032991 -0.027847 0.022803 0.041914 -0.085104 0.009658 -0.055481 -0.007564 0.02155 0.028065 -0.033614 -0.008282 0.028168 0.000163 -0.027147 -0.035658 0.013927 0.032857 0.017958 -0.021881 0.030248 -0.026187 0.012356 -0.010186 0.017926 0.054186 0.034978 -0.004987 0.03906 0.028998 0.060949 -0.069534 -0.003421 -0.003292 0.00706 0.042963 0.045871 -0.042499 0.086374 0.054178 0.047138 0.021941 0.069939 0.000781 -0.059642 -0.078053 -0.027364 0.024578 0.070553 0.017346 0.046313 -0.020725 -0.012955 -0.019379 0.000945 0.045698 -0.060232 0.003512 0.011555 -0.00904 -0.018808 0.035676 -0.030293 0.017041 0.03079 0.040372 -0.08229 0.063137 -0.021922 -0.054544 0.016097 -0.079877 0.092321 -0.046558 -0.029547 0.048638 -0.007006 0.034302 0.018594 0.006192 0.031379 0.013053 0.006776 -0.006631 0.053276 -0.003626 0.040895 -5.9e-05 0.043996 0.000123 0.063999 0.002898 -0.075006 -0.006259 -0.028392 0.025915 0.035519 0.002414 -0.00132 0.018637 -0.053827 0.024263 0.004926 -0.023223 0.011536 -0.036873 0.038344 0.002279 0.044337 0.043424 0.050669 0.019657 -0.008621 -0.006174 -0.009234 0.017062 -0.010323 -0.030841 0.012669 -0.038484 0.039439 -0.005106 -0.035501 0.033272 0.040544 -0.016482\nỉ 0.036412 0.027183 -0.069527 0.037438 0.0075 -0.022559 -0.020047 -0.007864 -0.001416 -0.029095 0.038512 -0.003066 0.069964 0.032881 0.039511 -0.02236 0.021727 0.032693 0.053033 0.03119 -0.055951 0.092352 -0.007072 -0.012433 0.02281 0.015946 -0.001996 -0.015591 0.060528 0.004656 -0.035278 -0.074718 0.022117 -0.040799 0.008129 0.036638 -0.043565 0.020264 0.009172 0.076463 0.052886 0.015214 0.034983 0.042367 -0.017307 0.009669 0.02225 -0.043927 -0.021084 -0.010144 0.010726 0.021439 -0.014088 -0.052085 0.018108 -0.025064 0.024076 0.056151 -0.019374 0.090229 0.039471 -0.045552 0.019978 0.040696 0.015067 0.005841 -0.054167 0.066613 -0.009209 0.047301 -0.007392 0.065604 0.005779 0.018975 -0.050069 0.063972 -0.019651 0.026876 -0.024681 0.031854 0.026072 0.012838 -0.075796 0.099218 0.009965 -0.045681 -0.036646 0.013327 -0.046374 -0.000547 0.051781 -8.4e-05 -0.012242 -0.056727 -0.079584 0.052102 0.002971 -0.012041 0.030826 -0.053487 0.044981 0.007025 -0.0886 0.031528 -0.019022 0.022664 0.019235 -0.000834 0.071996 0.036065 -0.026912 0.002885 -0.022065 0.048735 0.046103 0.007253 -0.033631 0.023947 -0.039259 -0.085074 0.063954 -0.075281 0.083218 -0.016411 0.076738 0.013334 -0.016696 0.055107 0.016319 -0.035391 0.012317 0.086308 -0.103411 -0.00644 -0.07992 -0.042652 -0.013411 0.083071 -0.008101 0.092032 0.05184 -0.016062 -0.032084 0.057748 0.001711 0.027554 0.080361 0.077 0.059134 0.060657 -0.022468 0.012604 0.058525 0.020724 0.034261 -0.0318 -0.032502 -0.019055 0.027505 0.034277 0.00869 0.091812 0.058886 0.013893 0.013173 -0.050766 0.026351 0.032208 0.051156 0.057327 0.032981 -0.02654 0.035982 -0.026097 0.028232 -0.052179 0.048108 0.002892 -0.075989 -0.045046 -0.079516 -0.038419 0.005141 0.03107 -0.004455 -0.017084 0.000355 -0.046888 -0.022696 -0.00396 0.039002 0.043636 0.045769 -0.045622 -0.033249 0.000236 0.00412 -0.018526 0.061149 0.057195 -0.009581 -0.017203 0.042769 -0.032892 0.027151 -0.06812 -0.091077 0.010496 -0.05154 0.025495 0.018035 -0.052228 0.088763 0.060329 0.041498 0.059942 0.032022 -0.022687 -0.092636 -0.061619 -0.049295 0.054711 0.045723 0.011459 -0.014993 0.047244 0.012135 -0.019691 -0.048703 -0.007604 -0.032742 0.032688 0.015491 -0.029551 -0.002435 0.01912 -0.049106 0.036035 -0.006538 0.085215 -0.082965 0.067015 -0.043703 -0.08448 0.025895 -0.044448 0.068718 0.010204 0.014366 0.073682 0.016403 0.021661 0.120088 0.006486 0.011437 0.012652 -0.000734 0.012919 0.051772 -0.028614 -0.00081 0.003539 0.026133 0.012079 0.028544 -0.01921 -0.054175 -0.034099 -0.018642 0.029728 0.029778 0.034312 -0.005866 0.007995 -0.099278 0.03354 0.042426 -0.011171 -0.028524 -0.122757 -0.006784 -0.052525 0.017708 0.006594 0.042644 0.012405 0.030817 -0.011547 -0.040375 0.02924 0.027297 -0.026542 -0.040728 -0.035328 0.012954 0.025987 -0.053252 0.058653 0.000784 -0.037634\nự 0.049479 -0.026884 0.014969 0.014581 0.013137 -0.030666 -0.00396 0.003588 0.00105 0.003329 0.0115 -0.037071 -0.018902 -0.017534 0.004712 -0.006778 0.018844 0.038181 0.018491 0.032868 -0.035326 0.057785 -0.01085 -0.024691 -0.01987 0.039441 0.031993 -0.02477 0.026534 -0.003029 0.015833 -0.046381 0.006137 -0.014519 0.018156 0.035659 -0.049424 0.031603 0.016662 0.094792 0.040016 0.053167 0.001231 0.008738 -0.013569 -0.020485 0.010929 -0.068406 -0.004244 0.044668 0.00505 0.005803 -0.009278 -0.023122 0.085575 -0.021243 -0.039268 0.083885 -0.007293 0.103764 0.060774 -0.074759 0.021007 0.054062 0.028454 0.031213 -0.05173 0.044505 -0.004873 0.034113 0.030173 0.061797 -0.019644 0.030534 -0.03298 0.07565 0.009604 0.036706 -0.008645 0.016369 0.003796 0.050671 -0.04076 0.071276 -0.019902 -0.027922 -0.04493 -0.01534 -0.029598 -0.031409 0.022997 0.044477 -0.04355 -0.03751 -0.028288 -0.016491 0.013968 0.012716 -0.018693 -0.078785 -0.005427 -0.002059 -0.048008 0.014093 -0.037582 0.02143 0.052185 0.01838 0.030979 0.035672 -0.01063 0.005011 -0.006435 0.033349 0.037706 0.059111 -0.02392 0.016698 -0.012826 -0.049028 0.101319 -0.056067 0.050969 -0.036259 0.05159 -0.007792 -0.027405 -0.026186 0.051397 -0.026273 0.01598 0.07429 -0.10009 0.007423 -0.040274 -0.009002 -0.007726 0.075307 -0.023926 0.023454 0.055927 0.01194 -0.032478 0.069051 0.013762 0.033121 0.093243 0.055435 0.029146 0.077855 0.002402 0.058882 0.035591 0.011512 -0.018677 -0.00445 0.01467 -0.032355 -0.002159 0.052623 -0.005951 0.073786 0.061311 0.027197 0.040607 -0.035359 0.034934 0.008188 0.022396 0.046069 -0.004114 0.00128 0.005003 0.040617 0.002782 -0.033827 0.045421 0.014105 -0.051174 -0.016601 -0.07162 -0.021886 0.00949 0.033332 -0.040103 -0.055839 -0.010545 -0.050378 -0.042582 -0.020317 0.027798 0.027489 0.012976 -0.035679 -0.008558 -0.010972 0.028477 -0.049281 0.041505 0.068429 0.0105 -0.012231 0.028613 0.011767 0.052755 -0.080533 -0.021855 -0.025027 -0.007818 0.049392 0.042866 -0.02983 0.068223 0.014351 0.049103 0.023132 0.076192 0.015138 -0.07626 -0.065206 -0.048903 0.054349 0.040667 0.050555 0.001023 0.02746 0.025148 -0.035102 -0.022097 0.025913 -0.017261 0.016571 -0.011599 -0.020954 -0.0167 0.026015 -0.04204 0.060905 -0.00406 0.039055 -0.026838 0.053566 0.004305 -0.04215 -0.001516 -0.069424 0.051439 -0.0084 0.012368 0.05594 -0.004381 0.013586 0.083815 -0.053626 0.019194 0.018176 0.026923 0.02101 0.035054 -0.016127 0.019266 0.025519 0.006357 -0.013076 0.050017 0.00514 -0.062987 -0.032905 0.008822 -0.004271 0.056292 -0.008073 -0.023321 -0.006626 -0.028223 0.02801 0.033467 0.012785 0.007394 -0.081539 0.05398 -0.036935 0.058896 -0.004852 0.013203 0.017097 0.011321 -0.015749 0.001211 -0.008706 0.042256 -0.053376 -0.01289 -0.034463 0.017402 0.021737 -0.018426 0.049789 0.012686 0.014183\nồ 0.020357 -0.001737 -0.009718 0.025613 -0.009423 -0.05669 0.002073 -0.004171 0.013999 -0.013684 0.04453 0.034702 -0.023835 0.046899 0.018009 0.01582 0.020499 0.047797 -0.014362 0.040445 -0.050498 0.102818 0.000458 0.011938 0.019024 0.023756 -0.007501 -0.007313 0.052605 0.012346 0.006791 -0.062951 0.043659 -0.030931 0.007559 0.034138 -0.044999 0.042807 -0.010858 0.099989 0.036676 0.003951 0.036856 -0.013331 -0.006096 0.006168 0.040934 -0.087632 0.048046 0.000312 -0.022825 0.019063 -0.011807 -0.0429 0.030248 -0.027063 0.00498 -0.003942 -0.020023 0.102813 0.000597 -0.039068 0.05117 0.043836 0.03618 0.017704 -0.076023 0.101043 -0.038888 0.055358 0.017939 0.048915 0.008878 -0.013875 -0.03961 0.089084 0.010651 0.04933 -0.015631 0.025701 0.030821 0.035697 -0.048855 0.105271 -0.015076 -0.084274 -0.029941 0.029161 -0.033432 -0.031664 0.041467 0.01997 -0.008746 -0.093353 -0.05052 0.003712 0.018477 -0.039904 -0.020682 -0.07982 0.030256 0.025375 -0.107571 0.054456 -0.012237 0.036186 0.031597 0.048731 0.056483 -0.001619 -0.016613 0.048627 -0.013616 0.086075 0.023882 0.004709 -0.058672 0.026012 -0.058617 -0.062546 0.108423 -0.074164 0.096529 -0.046638 0.067723 -0.018005 -0.014908 0.047548 0.056783 -0.042204 0.018167 0.051054 -0.110107 0.016017 -0.027338 -0.025737 -0.004816 0.062758 -0.011619 0.068683 0.063319 -0.00361 -0.024567 0.080058 0.034352 0.045266 0.058634 0.059448 0.076333 0.081597 -0.014793 0.114371 -0.000122 0.084137 0.010561 0.003512 0.046125 -0.017455 0.007667 0.045274 -0.021804 0.11813 0.079669 0.007363 0.021303 -0.076116 0.03504 0.006392 0.011678 0.045655 0.028303 -0.055195 0.014022 0.016182 -0.023435 -0.027835 0.017862 0.01027 -0.088974 -0.008505 -0.061102 -0.029667 0.018459 0.00755 -0.044998 -0.002596 0.023316 0.001619 -0.028408 -0.038481 -0.000877 0.036627 0.028863 -0.022216 0.014472 -0.009918 -0.000315 -0.011297 0.021829 0.062777 0.045563 -0.010302 0.029636 0.027523 0.065725 -0.079741 -0.015242 -0.009796 0.005907 0.036237 0.055671 -0.046103 0.105185 0.040928 0.052643 0.043247 0.041029 -0.014614 -0.055688 -0.076405 -0.049683 0.028083 0.074742 0.016033 0.049013 -0.029484 -0.021519 -0.011034 0.0232 0.035157 -0.080221 0.000218 0.010514 -0.026262 -0.025251 0.025517 -0.057819 0.007019 0.030498 0.065869 -0.087369 0.102792 -0.023591 -0.077045 0.036897 -0.097283 0.094695 -0.046773 -0.038956 0.085457 -0.001884 0.038613 0.048912 -0.009787 0.034183 0.008819 0.006011 -0.011039 0.064446 -0.022371 0.042999 -0.006366 0.032328 0.013932 0.053052 0.006311 -0.070653 0.004727 -0.020208 0.041275 0.053488 0.009359 -0.000262 0.01293 -0.072791 0.023168 0.006385 -0.017997 0.009717 -0.07686 0.056437 -0.014792 0.027763 0.039053 0.073949 0.001293 0.010215 -0.013518 -0.00885 0.020129 -0.007238 -0.020929 0.026243 -0.034922 0.035001 -0.007821 -0.046733 0.042748 0.02282 -0.037908\nẫ 0.064947 0.029593 -0.02028 0.042424 0.046321 -0.057715 -0.017037 -0.011766 -0.053907 0.011045 0.038496 0.016422 0.024232 0.044221 0.030106 0.043679 0.027874 0.058866 0.107683 0.101768 0.006492 0.126473 0.008539 -0.024778 0.033328 0.037183 -0.037021 -0.002841 0.109699 -0.023124 0.076618 -0.118329 -0.001659 0.016528 -0.022789 0.023794 -0.048455 0.008784 0.025493 0.090975 0.114953 0.020272 -0.004895 0.042679 -0.036805 -0.009237 0.016123 -0.061106 -0.008774 -0.001228 0.015833 0.031219 -0.015011 -0.085087 -0.004158 -0.013853 -0.012518 0.058281 -0.000389 0.087969 0.059221 -0.051531 -0.007132 0.091526 0.033285 0.007887 -0.059968 0.075963 0.019723 0.029144 0.006605 0.047447 -0.004093 0.055741 -0.063853 0.09178 0.000176 0.017953 0.035502 -0.058145 0.020411 0.014346 -0.078132 0.059566 -0.077878 -0.029776 -0.043066 0.001792 -0.042065 -0.029432 0.010573 0.025296 0.022942 -0.061163 -0.030739 -0.007807 0.014412 0.010976 -0.036212 -0.079399 0.057715 0.028359 -0.085903 0.08032 -0.059357 0.017154 0.027523 0.071945 0.088575 0.016345 -0.053451 0.034393 -0.026458 0.038543 0.017886 0.043826 0.007297 -0.014904 -0.080716 -0.056773 0.047042 -0.042285 0.101124 -0.054961 0.077706 0.01125 0.051248 0.034034 0.034582 -0.047804 0.029329 0.086659 -0.141019 -0.016377 -0.04995 -0.006005 -0.03047 0.075496 0.006404 0.097091 0.075631 -0.023056 -0.033527 0.10559 -0.011717 0.040239 0.120012 0.053122 0.041953 0.097646 -0.042575 0.069623 0.071274 0.046054 0.003111 -0.010476 -0.004154 0.005547 0.058258 0.00745 0.006959 0.11669 0.102087 0.005017 0.067071 -0.05802 0.038071 0.001845 0.082707 0.090121 -0.006255 0.006299 0.061969 0.042765 0.01585 -0.080236 0.045855 -0.020881 -0.044451 -0.031537 -0.056771 -0.052378 -0.025299 0.02072 -0.004391 0.021984 -0.016489 -0.045952 -0.004143 -0.033486 0.033101 0.006573 0.038046 -0.034107 -0.048505 0.034434 0.043173 -0.030156 0.042572 0.086165 0.029812 -0.04007 0.008691 -0.038612 -0.002546 -0.057607 -0.099531 -0.011314 -0.022937 0.064595 0.000976 -0.05749 0.054618 0.038744 0.086559 0.041877 0.056015 0.017092 -0.130945 -0.068654 -0.050699 0.059431 0.105411 0.036548 -0.021152 0.064771 0.111226 -0.016258 0.004098 0.042405 -0.026268 0.021942 0.001443 -0.048072 -0.037375 0.090589 -0.058169 0.02833 -0.007617 0.108905 -0.083483 0.133234 -0.031338 -0.087442 0.020188 -0.066287 0.079565 -0.006197 0.024179 0.087738 0.006463 0.028533 0.134417 0.018651 0.049444 -0.015398 0.004922 -0.018895 0.000389 -0.100626 0.012417 -0.004511 -0.010529 -0.005996 0.018389 -0.008135 -0.02754 0.006042 -0.031009 -0.005621 0.051655 0.004212 -0.044056 -0.011425 -0.089956 0.058522 0.091459 -0.005766 0.035206 -0.176966 -0.013795 -0.062625 0.036566 -0.006019 0.079513 0.027904 0.067307 0.014058 -0.026132 0.002041 0.067837 -0.01072 -0.026547 -0.019955 0.01614 0.027602 -0.118006 0.040357 0.01731 -0.02819\n% 0.007332 0.042045 -0.021406 -0.011406 0.002736 -0.089319 0.049378 0.043873 0.070951 -0.03327 -0.039882 -0.01442 -0.020471 -0.00497 -0.03061 -0.159968 0.01861 0.012012 0.017593 -0.027237 0.064285 0.065575 -0.017287 0.009077 -0.015891 0.070484 0.118008 0.006381 -0.049433 -0.015316 -0.01898 0.016226 -0.062717 -0.000138 0.054939 0.031639 -0.050928 0.050077 -0.031443 -0.018623 -0.040284 0.008985 -0.037954 -0.1374 -0.033517 0.08928 0.063096 0.001654 -0.056036 0.030681 0.00913 -0.03134 0.035664 -0.006894 0.062262 -0.017029 0.037802 0.048481 0.009033 0.088734 0.019559 -0.099325 0.108192 0.107024 0.045997 0.018036 -0.016977 -0.001028 -0.171702 0.00501 -0.030847 0.047639 -0.029799 -0.062513 0.093054 0.080636 0.039376 0.08847 -0.040847 0.061401 -0.056708 0.03652 -0.005646 0.108489 -0.035651 -0.052208 0.025829 0.091449 -0.004963 -0.027467 0.027478 0.006404 0.035386 -0.064767 -0.065712 -0.000839 0.007145 -0.042075 -0.033509 -0.011888 -0.02323 -0.009329 -0.024268 0.051182 -0.011563 0.087693 0.043835 0.015757 -0.030049 0.004179 -0.006886 0.036251 0.022649 0.009503 0.04417 -0.013753 -0.04813 0.058114 -0.053533 -0.059302 0.041636 0.006323 -0.057393 -0.05136 -0.002927 0.007958 -0.044652 0.016634 0.023738 -0.007204 0.046662 -0.038454 -0.092827 -0.016276 -0.022653 -0.1332 -0.032505 0.043045 0.018439 0.021207 0.032428 -0.034445 0.1031 0.075912 0.044291 -0.009131 -0.032918 0.040613 0.07921 0.10471 -0.039399 0.022397 -0.042206 0.117797 0.038733 -0.029608 0.004602 -0.037198 -0.005548 0.067876 0.100018 0.047095 0.082584 -0.06607 -0.028744 0.036543 0.047852 0.027076 0.049994 0.028416 0.027725 -0.069047 0.003177 -0.022897 -0.067305 0.016792 0.011167 0.047626 -0.009255 -0.03961 -0.080533 0.004443 -0.009904 0.078802 -0.002602 -0.086932 0.089584 0.053861 -0.068235 -0.018496 0.022463 0.073153 0.028605 -0.060656 0.065484 0.009196 -0.080633 0.002215 0.071004 0.034621 0.046843 0.074659 0.023734 0.006307 -0.017909 -0.156402 0.03622 0.033291 0.040241 0.01067 0.093182 -0.005323 0.048849 0.069263 0.01078 0.102145 0.065493 -0.038977 0.013628 0.005908 -0.031825 -0.020736 -0.001324 -0.055106 0.046554 -0.022938 -0.07785 0.03868 -0.011986 0.051798 -0.077142 0.001808 0.098995 -0.038599 0.005945 0.06084 -0.019395 0.043446 0.123787 -0.081976 -0.094137 -0.010514 -0.033333 -0.068933 0.094083 0.000638 0.019333 -0.106431 -0.032102 -0.039427 -0.00429 -0.00745 0.021483 0.038767 -0.019461 0.037641 -0.007774 0.007704 0.140425 0.033275 -0.01679 0.058189 -0.021685 0.051083 0.015669 -0.01943 -0.096861 0.035425 -0.0018 -0.042313 -0.005725 0.025279 -0.054423 -0.020315 -0.020401 0.07297 -0.017751 -0.057089 0.037271 0.075139 0.045221 -0.001861 0.030314 -0.04675 0.046093 0.05018 -0.05716 -0.024069 -0.025422 -0.013096 0.03845 0.007295 -0.047044 -0.02387 -0.022498 0.103536 -0.067427 0.069734 -0.001615 0.030808\nù 0.014493 -0.00215 -0.019271 0.054504 0.006087 -0.07506 -0.008599 -0.00809 0.007257 -0.01808 0.035714 0.035016 -0.032003 0.061388 -0.008575 0.021514 0.025031 0.057435 -0.015038 0.032964 -0.039342 0.13165 0.02041 0.026055 0.012294 0.001545 -0.004898 0.006509 0.057697 0.006096 0.016041 -0.079038 0.0624 -0.040688 -0.004555 0.071631 -0.050915 0.046872 -0.007338 0.124737 0.053469 0.027615 0.025282 -0.019175 -0.004316 -0.006037 0.033592 -0.085115 0.061648 0.009432 -0.010403 -0.004146 -0.019295 -0.066747 0.01801 -0.021665 0.007967 0.002045 -0.036632 0.099295 -0.011577 -0.026929 0.044491 0.055217 0.030936 0.014657 -0.048493 0.106061 -0.050535 0.048167 0.028342 0.060827 0.016589 -0.008874 -0.043344 0.096964 0.000361 0.056653 -0.012197 0.032716 0.047584 0.036802 -0.042675 0.120273 -0.009981 -0.089826 -0.053552 0.06485 -0.027003 -0.049371 0.041289 -0.002726 -0.01081 -0.104187 -0.051556 0.021201 0.023121 -0.042037 -0.02945 -0.084755 0.027812 0.01619 -0.128293 0.058733 -0.034488 0.045288 0.041908 0.068427 0.039981 -0.001108 -0.0333 0.057521 -0.029828 0.081321 0.017968 -0.006919 -0.073003 0.014197 -0.037328 -0.057141 0.118069 -0.097247 0.112733 -0.034191 0.04894 -0.015961 -0.009798 0.059689 0.075876 -0.05137 0.02572 0.059061 -0.099481 0.027955 -0.005632 -0.029453 -0.009364 0.059231 -0.013721 0.078892 0.080237 -0.011031 -0.032101 0.062688 0.030871 0.039859 0.065054 0.054161 0.079588 0.098306 -0.011038 0.117343 -0.012314 0.070567 0.02423 -0.004416 0.048679 -0.011732 0.003967 0.023391 -0.048247 0.137351 0.066332 0.021748 0.01112 -0.056147 0.037581 0.003762 0.00023 0.062823 0.038616 -0.058254 0.008692 0.032892 -0.016725 -0.035669 0.018891 0.019021 -0.102654 0.003707 -0.047204 -0.048146 0.01724 0.02614 -0.058155 0.024949 0.036005 0.021499 -0.037667 -0.037748 0.009277 0.06796 0.028873 -0.030853 0.033404 -0.017963 0.005179 0.002968 0.018327 0.079824 0.052303 -0.022956 0.039374 0.041993 0.076028 -0.075251 -0.005213 -0.029812 0.013983 0.038079 0.038023 -0.08174 0.097739 0.05812 0.073833 0.028061 0.068636 -0.012597 -0.062613 -0.098445 -0.009607 0.025923 0.097147 0.028755 0.055282 -0.030902 -0.028204 -0.034903 0.025532 0.03202 -0.081767 -0.004039 0.004914 -0.025444 -0.027457 0.057088 -0.045276 -0.00703 0.041662 0.059493 -0.124047 0.110857 -0.024561 -0.086336 0.031588 -0.1155 0.118711 -0.073328 -0.046063 0.070505 -0.002004 0.03495 0.045928 0.00129 0.057912 -0.007928 0.002679 -0.012763 0.046548 -0.007616 0.053348 -0.010709 0.020717 -0.003108 0.069684 -0.004103 -0.06458 0.0086 -0.009303 0.058789 0.047005 0.006283 -0.005299 0.020917 -0.090091 0.008811 0.011408 -0.01863 0.013109 -0.069169 0.043354 -0.008321 0.051079 0.052525 0.094643 -0.002062 0.00293 -0.020857 -0.007788 0.038468 -0.033878 -0.038277 0.019934 -0.038257 0.062758 -0.0307 -0.037569 0.037587 0.032649 -0.025806\n; 1.20395 -1.826646 0.306935 -0.387043 -0.27465 -1.839867 1.204932 0.101685 2.305798 -1.315618 0.21808 -0.245823 0.058828 -1.827133 0.636436 -0.672846 -1.457231 -0.880409 0.570148 -0.518781 1.016448 -0.465785 -0.216593 0.828852 -0.02065 -0.127122 0.849931 0.909255 -1.555694 0.370648 -0.414383 0.663459 -0.952868 -1.010678 0.599001 -0.74797 1.405556 0.972266 -0.232751 -2.135277 -0.101082 0.270311 0.553263 -1.475867 -0.640198 0.223407 -1.346555 0.020245 0.551155 0.297791 -1.410085 0.463033 -0.642891 0.127552 0.535293 0.562336 1.272415 -2.146866 -1.604155 0.738917 0.8995 0.526658 -0.621776 0.462426 0.251499 -1.486362 -0.626038 -1.118943 -1.862585 -0.528437 -0.201599 -0.296165 -0.408613 0.92234 0.986195 -0.440325 0.306473 1.181413 -1.32808 -0.224244 -0.331821 -0.820121 0.363619 0.416098 0.673312 -0.184999 0.116989 2.45673 0.590658 -0.800722 -1.080927 -0.976719 0.234486 0.734539 0.855874 -0.272299 -1.236897 -1.703672 -0.41006 -1.13684 -0.288082 0.752703 1.348002 -0.240521 0.274872 -0.038352 0.747814 0.573853 -1.167678 0.309369 0.157759 0.564158 -0.720362 0.080034 0.66505 0.258331 -0.064966 0.985583 0.836515 -1.034217 0.61579 -0.463273 -1.055379 1.745719 -0.356792 -1.511859 1.032538 0.507237 0.802965 0.226245 -0.266 0.928574 1.192055 0.768172 -0.468672 -1.060871 -0.200439 -0.849587 -0.912852 -0.720761 -0.583421 -1.608988 0.935071 -0.338819 0.555027 -0.030887 0.630639 -0.051495 0.221437 -0.976234 0.867065 1.265752 0.084991 0.456272 0.357258 -0.261556 -1.243217 0.272063 -0.883438 0.047961 0.187373 -0.158211 -0.592809 -0.376566 -0.622039 -0.117512 0.357192 -0.618068 -0.198998 0.096721 0.734329 0.116271 0.402158 0.546534 -1.129748 -0.575781 -1.478428 0.058017 0.454618 -0.870317 0.853506 0.350773 -0.030215 0.819241 0.555965 -1.373122 1.961094 -0.093288 -0.463562 1.049671 -0.557296 -0.328717 0.218301 -0.665358 0.560001 1.095323 1.251629 0.24583 -0.860308 -0.531759 0.323205 0.844851 -0.579666 0.365355 -1.081267 -0.553975 1.136167 -0.820952 0.871214 0.019004 0.212701 -1.360999 -0.031146 0.306531 0.002442 0.11125 -1.291461 -1.429109 -0.148073 -0.440888 0.490738 0.056787 -0.435757 -1.08519 0.08239 -0.642622 -1.447959 0.825775 -0.916975 -0.785014 0.45859 -0.292876 0.744655 -0.67373 0.201418 -0.93925 -0.404641 -1.381734 0.247718 -1.14054 0.054329 0.328267 0.188851 -0.420698 1.503835 -1.209069 0.454655 -0.498967 -1.275563 0.23304 -0.929906 0.537924 -0.819489 -0.753788 1.010229 0.894946 -0.574822 1.618348 0.245718 0.028354 -0.260929 0.16062 -0.401972 -1.294869 0.566183 0.036829 -0.32239 -1.692658 0.306174 1.110991 0.234077 1.256043 1.136952 1.198218 0.047959 0.566467 -1.390832 0.279538 0.53201 2.524124 1.716537 1.297384 -1.058651 -0.083867 0.462692 -0.996998 -1.302058 -0.295279 -0.560183 0.392067 -0.313085 -1.755098 0.238425 1.232404 0.366326 -0.661489 0.577782 0.474556 -0.949599 0.153011\nq 0.0223 -0.019634 -0.013411 0.028141 0.004775 -0.065315 0.009114 0.001993 0.011464 0.007805 0.021396 0.014445 -0.041573 0.016488 -0.00262 -0.00806 0.032733 0.036703 -0.020986 0.035527 -0.011532 0.0905 0.029284 0.014419 0.002816 0.009356 0.004782 -0.014145 0.00312 -0.006017 -0.00247 -0.042934 0.030677 -0.037449 0.013821 0.066738 -0.068618 0.038269 -0.008025 0.116392 0.014683 0.025 0.017222 -0.025943 -0.009251 -0.007316 0.044337 -0.081935 0.034758 0.023152 -0.006547 0.00148 -0.002977 -0.046093 0.060537 -0.022119 -0.017931 0.00536 -0.024162 0.104616 0.000454 -0.054298 0.055083 0.051211 0.031584 0.024782 -0.054086 0.062381 -0.056079 0.046615 0.011255 0.051858 0.015444 -0.018922 -0.028523 0.09065 -0.014995 0.084347 0.000563 0.03494 0.02759 0.051721 -0.040385 0.123877 0.00357 -0.108146 -0.041929 0.053199 -0.031707 -0.044666 0.051124 0.005763 -0.018501 -0.091963 -0.045265 0.014308 0.016438 -0.050585 -0.028956 -0.078067 0.025363 0.011945 -0.09188 0.038784 -0.024647 0.043847 0.035634 0.029006 0.014141 0.01168 -0.008211 0.03012 -0.022026 0.069672 0.018832 -0.002066 -0.070684 0.038431 -0.050071 -0.066588 0.105288 -0.088702 0.0789 -0.034741 0.058036 -0.015954 -0.027538 0.033673 0.078943 -0.037448 0.034602 0.035107 -0.092763 0.017164 0.001879 -0.056452 0.015155 0.067892 -0.018466 0.07195 0.051091 0.004416 -0.01392 0.061593 0.032844 0.038875 0.058288 0.065728 0.073189 0.084664 -0.014673 0.108144 -0.016692 0.072327 0.039563 -0.00404 0.045578 -0.024728 -0.005036 0.056364 -0.03851 0.111047 0.053706 0.02551 0.002499 -0.026861 0.044754 -0.006709 0.00817 0.043951 0.008969 -0.044065 -0.018231 0.005863 -0.03011 -0.037537 0.02325 0.040656 -0.095944 0.014994 -0.069523 -0.008927 0.026942 0.040302 -0.042785 -0.019259 0.032872 0.007936 -0.032429 -0.038493 0.012073 0.052854 0.023145 -0.028971 0.034771 -0.031531 0.008864 -0.006497 0.016797 0.071717 0.037204 -0.012022 0.040107 0.044357 0.064984 -0.091478 0.012809 -0.011863 0.009758 0.047366 0.040632 -0.043796 0.098697 0.062499 0.052975 0.014023 0.079534 -0.002743 -0.066258 -0.086929 -0.028458 0.024716 0.068472 0.013999 0.047088 -0.019825 -0.03438 -0.012835 -0.004622 0.035083 -0.059318 -0.014086 0.00202 -0.013847 0.000459 0.027734 -0.035468 0.025593 0.059978 0.036953 -0.087677 0.061503 -0.02792 -0.060354 0.012353 -0.076873 0.102742 -0.056735 -0.044213 0.042584 -0.009345 0.031715 0.030998 -0.006353 0.03931 0.018192 0.004474 -0.002763 0.061755 0.009005 0.051725 0.006748 0.045571 -0.001295 0.065585 0.003132 -0.085958 -0.011106 -0.025105 0.030408 0.057827 -0.004138 0.00747 0.022005 -0.056767 0.030696 0.005962 -0.011596 0.004136 -0.025345 0.041844 0.006344 0.042041 0.038899 0.044926 0.020051 -0.019774 -0.019231 -0.001404 0.030442 -0.026666 -0.04048 0.00967 -0.044616 0.034552 -0.007954 -0.019433 0.040558 0.039289 -0.015704\nọ 0.022858 -0.027603 0.010878 0.049158 0.016006 -0.07692 -0.003143 -0.014196 -0.002847 -0.00985 0.049878 0.024364 -0.055279 0.055459 -0.023812 0.01069 0.021038 0.054436 -0.020551 0.018728 -0.026325 0.108582 0.037167 0.024695 -0.007123 0.007856 0.005234 -0.001184 0.037907 0.019909 0.019415 -0.065488 0.037962 -0.049626 -0.001015 0.105509 -0.082691 0.042052 0.006887 0.130106 0.053024 0.01827 0.01931 -0.009649 -0.013456 -0.020647 0.020872 -0.097409 0.076808 0.020788 -0.000815 -0.007414 -0.018106 -0.083305 0.029603 -0.014975 -0.001977 -0.008185 -0.035047 0.12742 0.007965 -0.037638 0.036715 0.059935 0.042059 -0.001802 -0.036605 0.110251 -0.055479 0.045285 0.035629 0.072191 0.018112 0.001697 -0.029623 0.091077 -0.014036 0.07897 -0.010563 0.032088 0.039792 0.048567 -0.053072 0.140112 -0.006567 -0.096288 -0.060503 0.07777 -0.024976 -0.046626 0.041677 -0.028445 -0.023312 -0.10372 -0.046178 0.011347 0.029507 -0.044284 -0.018383 -0.091591 0.016393 0.021929 -0.132563 0.050039 -0.042639 0.053557 0.034127 0.054559 0.037732 0.01767 -0.044198 0.043847 -0.035832 0.080841 0.00829 0.001754 -0.077713 0.021976 -0.049748 -0.083877 0.132154 -0.101773 0.092746 -0.040915 0.056757 -0.012383 -0.015167 0.058854 0.090723 -0.075663 0.03308 0.066226 -0.114718 0.032908 0.00446 -0.035323 -0.003114 0.060369 -0.02219 0.068354 0.087301 0.003063 -0.061565 0.065388 0.017059 0.048133 0.07222 0.051274 0.086002 0.097297 -0.024773 0.117087 -0.019671 0.061089 0.026321 -0.018392 0.05728 0.010384 0.004334 0.021052 -0.036507 0.168843 0.068871 0.033609 0.015866 -0.055345 0.037316 0.013212 0.018314 0.06523 0.030451 -0.037769 0.001599 0.028823 -0.030794 -0.026159 0.014272 0.052925 -0.078522 0.018288 -0.054763 -0.047939 0.003844 0.052917 -0.05202 0.016788 0.019815 0.029563 -0.021897 -0.04647 -0.001271 0.06517 0.046663 -0.015558 0.05084 -0.021396 0.013524 -0.021906 0.010259 0.084071 0.053871 -0.018442 0.032321 0.048447 0.059929 -0.080342 0.000802 -0.015799 0.022069 0.045321 0.03207 -0.089118 0.103788 0.073029 0.078128 0.023007 0.067672 0.017332 -0.057387 -0.08058 -0.008406 0.021916 0.09377 0.038115 0.053931 -0.033868 -0.039271 -0.014506 0.005622 0.043621 -0.052645 0.003029 -0.000536 -0.023314 -0.031762 0.032717 -0.014854 0.007695 0.050749 0.049474 -0.118059 0.116781 -0.023535 -0.078423 0.033629 -0.117242 0.089202 -0.051581 -0.04962 0.05889 -0.005983 0.029406 0.011618 0.008638 0.058789 0.023778 0.027282 -0.015545 0.059949 0.006146 0.064755 -0.007906 0.039583 -0.019608 0.079535 -0.009482 -0.094915 -0.001496 -0.014433 0.055078 0.051637 0.0249 -0.020802 0.031796 -0.074113 0.040626 0.015755 -0.003526 0.002689 -0.061862 0.053105 0.002409 0.053996 0.056691 0.081105 0.006633 -0.001252 -0.019795 -0.005541 0.022952 -0.043167 -0.033965 0.036845 -0.035389 0.051754 -0.020556 -0.033454 0.024811 0.029602 -0.02851\nằ -0.004154 0.030229 -0.012094 0.033416 0.014692 -0.060687 -0.034464 0.007666 0.020133 -0.029735 0.050386 0.041642 0.020289 0.042125 0.001488 0.060822 0.05401 0.012611 0.015405 0.073703 -0.04631 0.123185 0.01919 0.031199 0.042783 0.048111 -0.035184 -0.015223 0.106772 0.005254 0.012775 -0.11972 0.015662 -0.036362 0.005628 0.03587 -0.00899 0.062904 0.002857 0.058364 0.071703 -0.013573 0.017908 -0.012832 -0.008448 0.000491 0.051 -0.077464 0.025579 -0.017627 -0.007065 0.035672 -0.027339 -0.052472 0.003701 -0.020538 0.032068 -0.026496 -0.045367 0.087757 -0.009155 0.00834 0.020203 0.042459 0.006159 0.011107 -0.058625 0.1311 -0.028049 0.039652 0.013415 0.055666 0.038792 -0.001714 -0.042338 0.088728 -0.002437 0.049936 0.002469 0.024931 0.038143 0.023643 -0.054378 0.068541 -0.033518 -0.081913 -0.036578 0.024536 -0.050207 -0.003729 0.030401 0.017988 0.00494 -0.102583 -0.04311 0.000527 0.0201 -0.046668 -0.004662 -0.070094 0.008578 0.05114 -0.122334 0.059957 -0.04495 0.054084 0.032212 0.04838 0.097531 0.008208 -0.035478 0.085179 -0.040897 0.080405 0.046564 0.035259 -0.051433 0.00323 -0.072935 -0.060228 0.119981 -0.090907 0.121653 -0.045785 0.043415 -0.002122 -0.015633 0.063004 0.055513 -0.033668 0.002759 0.080427 -0.129149 -0.004241 -0.034059 -0.017431 -0.031306 0.071827 -0.016533 0.067972 0.093923 -0.039551 -0.03727 0.07049 0.035769 0.021251 0.08187 0.065312 0.058577 0.085746 -0.047125 0.090188 0.04312 0.051047 0.003776 -0.014375 0.017157 0.000586 0.047032 0.022577 -0.005717 0.12939 0.115904 -0.008539 0.03733 -0.099424 0.025242 0.055469 0.037942 0.056305 0.035058 -0.01538 0.040418 0.031226 -0.002014 -0.016667 0.04644 0.021236 -0.099469 0.012057 -0.046495 -0.048987 0.002888 -0.01579 -0.022333 -0.011567 0.007483 0.01026 -0.011763 -0.000701 -0.011934 0.038603 0.030656 -0.016364 0.005978 0.032073 0.025199 -0.003752 0.021278 0.061289 0.056043 -0.006197 0.023463 0.008839 0.040965 -0.055784 -0.022943 -0.029409 0.001563 0.047769 0.056224 -0.073263 0.089428 0.029478 0.084839 0.042857 0.01718 -0.036816 -0.066105 -0.059291 -0.029224 0.053293 0.100925 -5.9e-05 0.034731 0.000969 0.009417 -0.011435 -0.002856 0.04158 -0.108074 -0.008143 -0.016119 -0.026764 -0.031267 0.042746 -0.068019 -0.001379 -0.000626 0.111763 -0.112423 0.143637 -0.010933 -0.113296 0.074692 -0.119023 0.105546 -0.050916 -0.020951 0.088713 -0.008911 0.059492 0.0818 -0.032034 0.05168 -0.02709 -0.030663 -0.041845 0.031028 -0.062035 0.032943 -0.01419 0.025092 0.005483 0.039401 0.014613 -0.058045 -0.002372 -0.054332 0.043535 0.046049 0.004792 -0.006026 0.010759 -0.100196 0.015313 0.024849 -0.045456 0.01019 -0.111917 0.041214 -0.028202 0.037416 0.014861 0.096698 0.005964 0.005202 -0.03951 -0.024909 0.02654 0.042351 -0.036481 0.020592 -0.034526 0.05221 -0.041805 -0.060792 0.061369 0.043536 -0.080174\nd -0.003919 -0.000835 -0.003818 0.012245 -0.000883 -0.05903 -0.01995 0.00696 0.008733 0.034177 0.018255 0.01244 -0.041643 0.008164 -0.020304 -0.033237 0.041255 0.021563 -0.002235 0.039628 0.022036 0.072731 0.026844 0.029584 0.032502 0.03164 0.027901 -0.035357 -0.017453 -0.016583 0.017996 -0.045799 -0.001716 -0.016753 0.03999 0.078402 -0.086322 0.038754 -0.00774 0.109049 0.016257 0.041971 -0.006237 -0.037913 -0.019545 0.008335 0.075816 -0.061642 0.014247 0.018275 -0.01039 -0.006388 0.019647 -0.040602 0.084654 -0.018866 -0.031415 0.040736 0.005487 0.101838 0.00022 -0.065947 0.044124 0.070134 0.031257 0.034456 -0.052186 0.03792 -0.046319 0.035627 0.001742 0.037127 -0.015644 -0.006755 -0.029177 0.088421 -0.001631 0.097725 0.007607 0.035568 0.013048 0.053588 -0.029082 0.113045 -0.003887 -0.085658 -0.023573 0.054579 -0.037373 -0.021817 0.049955 0.02226 -0.019458 -0.066481 -0.022177 0.021748 0.012282 -0.052159 -0.028919 -0.04275 0.037725 0.000637 -0.063712 0.060592 -0.020493 0.02182 0.009708 0.020176 0.019661 0.014971 -0.013402 0.014411 -0.009593 0.04497 0.004031 -0.006146 -0.051898 0.059554 -0.08045 -0.028286 0.056702 -0.073128 0.063967 -0.037561 0.052152 -0.008141 -0.034517 0.008112 0.063259 0.004727 0.050763 0.026427 -0.054779 -0.032791 0.008119 -0.052348 -0.005033 0.05928 -0.019895 0.074709 0.039281 -0.001557 0.006083 0.065076 0.031646 0.02308 0.010125 0.069891 0.046354 0.064528 -0.032761 0.097329 -0.027254 0.078689 0.047315 0.025282 0.030068 -0.031247 -0.010127 0.065016 -0.015438 0.072049 0.043382 0.018048 0.00552 -0.00227 0.046241 -0.010162 0.023219 0.055734 -0.000299 -0.035086 -0.02618 0.015487 -0.045452 -0.040691 0.019173 0.068013 -0.087136 0.012373 -0.057693 0.007853 0.032941 0.031622 -0.011564 -0.027919 0.038026 -0.002511 -0.040124 -0.040071 0.021144 0.015735 0.001894 -0.022497 0.05213 -0.035394 0.007292 -0.008159 0.029144 0.034719 0.044072 0.001232 0.042168 0.015186 0.041782 -0.074023 0.00138 0.016702 0.001394 0.065848 0.047909 -0.011497 0.079085 0.048944 0.016273 0.007415 0.07339 0.004029 -0.069746 -0.080237 -0.038761 0.015266 0.042764 0.00173 0.050277 -0.010234 -0.005156 -0.013707 -0.011363 0.068798 -0.057557 -0.000441 0.031355 -0.001559 -0.010858 0.038548 -0.021039 0.025497 0.034191 0.036223 -0.071344 0.01699 -0.015324 -0.063212 -0.012233 -0.048324 0.089561 -0.052926 -0.023102 0.025006 -0.017695 0.034671 -0.016788 0.038375 0.007533 0.014606 0.003476 0.003176 0.064562 -0.022866 0.031237 0.000791 0.051579 0.002881 0.056762 0.008474 -0.082814 -0.004095 -0.049076 -0.007583 0.025683 -0.019808 -0.002625 0.015915 -0.036733 0.036808 0.001886 -0.041574 0.026278 0.011439 0.028941 0.022436 0.042902 0.048878 0.029763 0.046366 -0.019083 -0.001367 -0.01442 0.013008 0.018564 -0.037414 -0.001372 -0.044983 0.034316 0.026491 -0.032191 0.04009 0.061976 -0.013444\nầ 0.012259 -0.007966 -0.00992 0.046854 0.011574 -0.069378 0.004352 -0.006759 -0.000795 -0.018844 0.033749 0.027632 -0.046874 0.059274 -0.008035 0.00647 0.024317 0.050206 -0.022534 0.036525 -0.043678 0.119396 0.025952 0.016129 0.008016 -0.001094 -0.000231 0.004481 0.046703 0.014247 0.027345 -0.064917 0.063269 -0.037271 0.001737 0.070591 -0.053291 0.055462 -0.012444 0.113238 0.049332 0.007327 0.03361 -0.015695 -0.00764 0.002302 0.022412 -0.088394 0.071712 0.010837 -0.005399 -0.003719 -0.019536 -0.068015 0.027332 -0.012941 -0.010172 0.001398 -0.040964 0.110599 -0.008942 -0.038939 0.045369 0.054348 0.032469 0.001925 -0.047069 0.103752 -0.038683 0.056594 0.025693 0.065748 0.018283 -0.006337 -0.026373 0.088088 0.008593 0.048613 -0.018873 0.03392 0.040604 0.044388 -0.041079 0.122835 -0.012595 -0.092683 -0.04675 0.058295 -0.025286 -0.048031 0.040943 -0.013101 -0.022021 -0.106348 -0.061074 0.013982 0.021878 -0.04272 -0.03662 -0.083663 0.028729 0.004298 -0.118049 0.066991 -0.038493 0.05023 0.04098 0.052967 0.0308 -0.000562 -0.038559 0.067975 -0.020977 0.083433 0.017536 -0.001851 -0.069898 0.033464 -0.048947 -0.065191 0.128919 -0.11515 0.115196 -0.046205 0.059006 -0.011742 -0.014876 0.052899 0.089598 -0.043703 0.023222 0.049413 -0.104007 0.022444 0.005233 -0.027289 0.006274 0.065028 -0.015612 0.072138 0.077508 0.011237 -0.038392 0.079888 0.033331 0.043326 0.060551 0.042618 0.089526 0.089453 -0.027858 0.120712 -0.006272 0.071306 0.028814 0.00488 0.047624 -0.007053 0.000798 0.029801 -0.035498 0.134799 0.065071 0.014639 0.023016 -0.05593 0.03992 0.008384 0.003064 0.063798 0.035127 -0.053843 0.012294 0.028651 -0.015122 -0.042682 0.030743 0.030422 -0.101101 0.003589 -0.04666 -0.039682 0.01564 0.036404 -0.060563 0.022412 0.03599 0.015086 -0.021357 -0.024552 -0.004721 0.059126 0.035389 -0.02471 0.042315 -0.021287 0.003774 -0.005251 0.010062 0.080421 0.051569 -0.018044 0.043204 0.047502 0.066398 -0.078438 -0.005022 -0.023856 0.014509 0.039716 0.042038 -0.073157 0.107808 0.076494 0.077639 0.025116 0.074741 -0.002971 -0.061299 -0.094628 -0.013801 0.017067 0.094212 0.022811 0.058193 -0.035215 -0.027424 -0.013865 0.007207 0.04154 -0.075023 0.005604 0.004355 -0.031709 -0.031708 0.05877 -0.050949 0.003418 0.053234 0.04777 -0.115003 0.104814 -0.029803 -0.064642 0.034009 -0.117483 0.111398 -0.070259 -0.038476 0.066232 0.006617 0.034617 0.02846 0.003876 0.054508 -0.000255 0.010596 -0.021129 0.059757 0.000476 0.055268 -0.004442 0.038717 -0.010964 0.074049 -0.004263 -0.08327 0.006449 -0.004162 0.054628 0.042448 0.01318 -0.006892 0.009316 -0.078139 0.016973 0.002204 -0.036501 0.005891 -0.072286 0.048151 -0.009878 0.047418 0.056304 0.090688 0.006545 0.005338 -0.022913 -0.001499 0.034077 -0.028101 -0.033117 0.026937 -0.025392 0.064112 -0.023504 -0.038249 0.019343 0.035024 -0.024536\nố 0.025837 -0.007879 -0.02856 0.021698 0.003921 -0.047146 0.008604 0.012159 0.014496 0.001607 0.016466 0.00911 -0.001226 0.023588 0.013043 0.009261 0.008438 0.026839 0.013908 0.036757 -0.038839 0.086552 0.002883 -0.008419 0.00538 0.021586 -0.001924 -0.012762 0.060281 0.019759 0.028496 -0.050593 0.037172 -0.017958 0.015226 0.027686 -0.030086 0.034202 0.005458 0.088817 0.02898 0.011827 0.038406 -0.014505 -0.009835 0.011947 0.024663 -0.059647 0.016355 0.021527 -0.005391 0.010015 -0.0008 -0.036323 0.051963 -0.028821 -0.027425 0.053972 -0.000573 0.087415 0.022906 -0.061916 0.055248 0.067428 0.033367 0.020074 -0.073282 0.055779 -0.00681 0.042127 0.01807 0.06221 -0.000929 0.005977 -0.022227 0.095176 0.016181 0.035994 -0.004837 0.020629 0.015769 0.038824 -0.041725 0.09928 -0.028227 -0.06426 -0.028356 0.008165 -0.012022 -0.037775 0.04449 0.027648 0.002268 -0.050552 -0.047555 0.007657 0.015941 -0.016583 -0.010699 -0.070656 0.033693 -0.000732 -0.059191 0.046877 -0.024483 0.036715 0.041251 0.038915 0.042822 0.012627 -0.00828 0.029958 -0.017185 0.043673 0.032293 0.009344 -0.062232 0.033704 -0.044102 -0.042657 0.081491 -0.05041 0.061398 -0.041515 0.069362 -0.001188 -0.010382 0.019967 0.043835 -0.01631 0.015234 0.051576 -0.104384 0.020058 -0.044285 -0.046567 -0.003922 0.068893 -0.004621 0.055836 0.055454 0.00655 -0.017993 0.071419 0.015923 0.018828 0.074598 0.075502 0.061344 0.062939 -0.021693 0.065068 0.022431 0.059978 -0.003234 0.005113 0.015387 -0.019192 -0.01149 0.045656 -0.004114 0.076127 0.057461 -0.00662 0.003395 -0.055706 0.037296 -0.004773 0.027098 0.052169 0.012248 -0.024331 0.023395 0.02419 -0.004763 -0.052554 0.031568 0.002802 -0.069979 -0.012036 -0.072025 -0.019583 0.017357 0.026736 -0.038005 -0.016913 0.003306 -0.029408 -0.032885 -0.023567 0.027666 0.025706 0.019602 -0.048897 0.014998 0.002759 0.008712 -0.029098 0.050804 0.071177 0.019414 -0.030935 0.018882 0.016053 0.049076 -0.090006 -0.01912 -0.005046 -0.007983 0.036655 0.05671 -0.03044 0.083331 0.03575 0.057538 0.030157 0.047497 -0.003862 -0.082871 -0.057671 -0.043912 0.047658 0.053914 0.007288 0.029984 0.003142 0.013729 -0.0125 -0.027984 0.031537 -0.05683 0.01487 -0.000834 -0.020921 -0.034694 0.037587 -0.039091 0.034592 0.043819 0.062384 -0.062637 0.074305 -0.002555 -0.070226 0.01018 -0.061564 0.066889 -0.022466 -0.011779 0.068952 -0.003629 0.038842 0.083322 -0.01149 0.030698 -0.003824 -0.005612 0.011156 0.051484 -0.013271 0.039364 -0.008828 0.004788 0.013025 0.051052 0.011478 -0.083259 -0.004803 -0.015215 0.015923 0.040414 0.00695 0.007203 -0.003348 -0.06223 0.04387 0.039875 0.008606 -0.012151 -0.08599 0.038293 -0.019682 0.044558 0.027548 0.060261 0.019397 0.006806 -0.016635 -0.006953 0.006017 0.047701 -0.041139 -0.001494 -0.028676 0.025548 0.017155 -0.04131 0.058345 0.016522 -0.008221\nâ 0.038121 -0.025298 0.001506 0.021252 -0.000346 -0.058949 0.013405 0.002677 0.001704 -0.004449 0.033073 0.026417 -0.036511 0.019557 0.012096 0.023462 0.02618 0.047381 -0.025799 0.048054 -0.035944 0.101008 0.011532 0.015549 0.014766 0.021519 -0.009645 -0.013847 0.0268 0.012402 0.013738 -0.057624 0.031639 -0.030888 0.010683 0.048396 -0.050776 0.040196 -0.000722 0.10797 0.021332 0.002299 0.030269 -0.016474 -0.010577 -0.005369 0.03631 -0.099924 0.049391 0.005106 -0.007964 0.012009 0.001274 -0.041245 0.050621 -0.021461 -0.005805 -0.002427 -0.023736 0.106348 0.008375 -0.055164 0.055722 0.050515 0.029538 0.016534 -0.083995 0.085813 -0.049052 0.048556 0.016951 0.063696 0.018149 -0.025653 -0.043794 0.10333 0.013846 0.075887 -0.008412 0.029759 0.026562 0.054938 -0.042619 0.118693 -0.022057 -0.097156 -0.046119 0.018703 -0.028572 -0.042873 0.051199 0.017774 -0.017115 -0.105941 -0.047161 0.002934 0.02247 -0.037404 -0.026797 -0.076992 0.018606 0.026539 -0.108978 0.038251 -0.022092 0.0375 0.050795 0.048887 0.044492 0.008593 -0.020491 0.043755 -0.021918 0.087012 0.019352 0.009928 -0.063292 0.029073 -0.054245 -0.066333 0.13513 -0.076464 0.100491 -0.047748 0.080004 -0.022797 -0.029034 0.039399 0.060045 -0.059763 0.024985 0.049396 -0.107884 0.025641 -0.02912 -0.036644 -0.004395 0.060917 -0.006639 0.060644 0.068117 0.003288 -0.032448 0.072593 0.042375 0.04186 0.059944 0.074143 0.072663 0.080007 -0.009627 0.106655 -0.015608 0.073658 0.026894 0.001071 0.053852 -0.01205 0.000878 0.058177 -0.020802 0.122239 0.076509 0.027895 0.017098 -0.050787 0.043151 0.015481 0.003635 0.052613 0.013135 -0.052807 -0.002515 0.014397 -0.031549 -0.030388 0.025872 0.025285 -0.089753 0.005186 -0.069834 -0.004387 0.014693 0.026497 -0.055808 -0.025177 0.023284 -0.007835 -0.024833 -0.042781 -0.0013 0.042327 0.028561 -0.01537 0.012713 -0.009743 0.002701 -0.012034 0.008625 0.06746 0.046749 0.00109 0.045358 0.043632 0.077876 -0.075973 -0.001014 -0.022069 0.007149 0.034846 0.047446 -0.054155 0.09534 0.052829 0.052694 0.02484 0.066993 -0.004058 -0.054449 -0.070691 -0.046476 0.023652 0.079512 0.016166 0.047834 -0.029641 -0.020135 -0.013467 0.017879 0.028515 -0.06502 -0.007004 0.00271 -0.019474 -0.023724 0.028803 -0.05398 0.026677 0.042923 0.04765 -0.092679 0.09505 -0.028883 -0.064522 0.026677 -0.092525 0.100999 -0.032792 -0.05006 0.075007 -0.00561 0.044086 0.054429 -0.022756 0.03558 0.014449 0.00559 -0.011627 0.053077 0.008515 0.05641 0.005246 0.047169 0.018874 0.060185 0.001426 -0.080688 -0.005421 -0.040293 0.041282 0.054654 0.01198 0.001549 0.020312 -0.06811 0.035469 -0.003194 -0.008871 0.000333 -0.068678 0.058868 -0.017617 0.019129 0.037788 0.059971 0.015845 -0.005532 -0.018993 -0.010321 0.022758 -0.019908 -0.030488 0.013715 -0.036262 0.039145 -0.02062 -0.039826 0.052541 0.021639 -0.02875\nứ 0.02739 -0.025277 -0.019987 0.035084 0.028244 -0.062906 0.017295 -0.010586 -0.010124 -0.008497 0.030016 -0.0082 -0.035497 0.03317 -0.006292 0.013496 0.011068 0.051848 0.006006 0.030897 -0.046717 0.099041 0.030293 -0.013759 -0.017823 -0.002765 -0.001429 -0.002162 0.026745 0.010053 0.025639 -0.06718 0.070688 -0.045612 -0.02097 0.073269 -0.051745 0.032911 -0.003238 0.116797 0.050867 0.033662 0.027628 -0.010642 -0.021098 -0.033996 0.035323 -0.100386 0.057882 0.020848 0.001825 -0.007446 0.00125 -0.049524 0.043651 -0.013828 -0.025315 0.028654 -0.02855 0.093799 0.029553 -0.057112 0.026057 0.05269 0.031978 0.013815 -0.036967 0.071981 -0.045024 0.039788 0.022903 0.043543 0.019772 0.006422 -0.041177 0.088651 -0.007665 0.051137 -0.000505 0.035577 0.034452 0.046948 -0.037299 0.118426 -0.015694 -0.074139 -0.066642 0.041949 -0.040864 -0.038586 0.041191 0.001829 -0.025984 -0.111375 -0.045495 0.017997 0.028316 -0.033445 -0.034405 -0.073277 0.017477 0.001889 -0.107212 0.043371 -0.039736 0.042769 0.053368 0.039224 0.038306 0.002228 -0.019201 0.043084 -0.030811 0.045247 0.010617 0.005501 -0.047885 0.03805 -0.038093 -0.066823 0.107209 -0.086685 0.085216 -0.04175 0.048317 -0.022707 -0.026489 0.030941 0.079513 -0.047766 0.03284 0.069572 -0.084155 0.040363 -0.010665 -0.045657 -0.003301 0.075081 -0.029065 0.061754 0.068744 0.014103 -0.02897 0.063736 0.021856 0.040589 0.082302 0.061382 0.071023 0.086417 -0.018591 0.094175 -0.006313 0.05009 0.014595 -0.000724 0.032435 -0.011905 -0.010185 0.029444 -0.034146 0.135806 0.048343 0.033865 0.010952 -0.035822 0.039917 -0.009184 0.021745 0.054306 -0.003418 -0.044365 0.020142 0.028486 -0.008718 -0.035985 0.02573 0.012406 -0.086451 0.006547 -0.075433 -0.032467 0.025299 0.058112 -0.044931 0.000179 0.017857 -0.008281 -0.030218 -0.037085 0.01934 0.057941 0.020652 -0.04141 0.023599 -0.01716 0.008253 -0.00539 0.026724 0.080682 0.040214 -0.022442 0.037902 0.02434 0.070242 -0.06559 -0.022067 -0.032903 0.006379 0.025903 0.036383 -0.064929 0.097313 0.056725 0.059338 0.02713 0.078931 6.4e-05 -0.08284 -0.074819 -0.016208 0.037497 0.084592 0.043179 0.039524 -0.029081 -0.00438 -0.040061 0.001297 0.044454 -0.057767 0.002189 -0.003949 -0.025332 -0.018185 0.046936 -0.040029 0.024982 0.04167 0.06405 -0.093853 0.098632 -0.017335 -0.05739 0.008767 -0.074477 0.095057 -0.049994 -0.042627 0.054774 -0.004144 0.024567 0.053184 -0.000833 0.059617 0.025093 0.004516 0.013362 0.059271 -0.003662 0.04791 -0.012088 0.026235 -0.014243 0.076841 0.003941 -0.067026 -0.028483 -0.008613 0.036972 0.056833 0.024485 -0.010169 0.003419 -0.085271 0.040849 0.033826 -0.000906 -0.021267 -0.069857 0.043708 -0.025337 0.068161 0.039109 0.053257 -0.009067 0.002624 -0.019896 -0.002123 0.03246 -0.015625 -0.042254 0.005942 -0.04376 0.050946 -0.001917 -0.025245 0.031647 0.031159 0.006375\nx 0.009933 0.019156 -0.015068 0.009881 0.006754 -0.037243 -0.001845 0.00635 0.0193 0.015444 0.043929 0.028537 -0.023368 0.022269 -0.013206 -0.025301 0.032937 0.007902 -0.000929 0.036398 -0.006747 0.085373 0.004302 0.021447 0.020613 0.028267 0.01151 -0.013494 0.021354 0.004956 0.014754 -0.05068 0.017797 -0.02517 0.016916 0.052946 -0.059745 0.039181 -0.009652 0.084334 0.02486 0.011016 0.006145 -0.033274 -0.021391 0.01143 0.043938 -0.045022 0.00972 -0.003964 -0.008963 0.013349 0.018917 -0.028387 0.068313 -0.030014 -0.012968 0.041477 0.002068 0.090385 0.004462 -0.069717 0.053134 0.066686 0.032434 0.034666 -0.077955 0.047977 -0.030678 0.039536 0.012381 0.052749 -0.005703 -0.01894 -0.036733 0.097088 -0.000302 0.080332 0.005361 0.029551 0.022175 0.059265 -0.026183 0.116537 -0.008401 -0.088049 -0.017784 0.033303 -0.03858 -0.032744 0.057803 0.030883 -0.002212 -0.056492 -0.040951 0.020001 0.008781 -0.04381 -0.017714 -0.049045 0.043072 0.012292 -0.058089 0.065451 -0.009411 0.03287 0.021416 0.021622 0.042836 0.005724 -0.015372 0.031332 -0.005161 0.045161 0.014112 -0.000814 -0.061365 0.041982 -0.064071 -0.037218 0.058011 -0.04076 0.042747 -0.030935 0.058636 -0.007423 -0.018991 0.034784 0.052489 -0.013646 0.03769 0.027578 -0.081217 -0.027981 8.5e-05 -0.052488 -0.008991 0.054216 -0.003456 0.071373 0.03912 -0.01077 0.006485 0.076063 0.0339 0.030416 0.033783 0.070401 0.063371 0.078603 -0.037404 0.084176 -0.025454 0.083854 0.023118 0.015374 0.019382 -0.038099 -0.00682 0.065648 -0.013195 0.099303 0.074347 -0.00406 0.01193 -0.033356 0.04365 0.000224 0.03524 0.040079 0.022036 -0.026872 -0.014505 0.010444 -0.030118 -0.048459 0.008637 0.043475 -0.084331 -0.003563 -0.068089 -0.003129 0.021574 0.027687 -0.017593 -0.034077 0.034372 -0.010315 -0.041733 -0.035917 0.015167 0.018118 0.027112 -0.047658 0.023864 -0.006131 -0.005789 0.006568 0.029584 0.05189 0.029065 0.007526 0.01947 0.011531 0.043094 -0.086693 -0.011383 0.016108 0.009129 0.055371 0.050585 -0.02814 0.101129 0.049502 0.036076 0.024764 0.054675 -0.004484 -0.076762 -0.075138 -0.057306 0.041201 0.042781 -0.019604 0.035746 -0.0137 -0.015058 -0.016081 -0.010069 0.041083 -0.054356 -0.009979 0.023719 -0.023378 -0.028572 0.029645 -0.034513 0.019047 0.045019 0.046249 -0.078105 0.039615 -0.025263 -0.081121 -0.004538 -0.053361 0.06868 -0.0543 -0.023538 0.039206 -0.003485 0.030649 0.033636 0.016839 0.022202 0.002393 0.006377 0.009288 0.059954 -0.013952 0.025496 0.001678 0.039326 0.004754 0.049198 0.020648 -0.089319 0.006216 -0.036729 0.002117 0.031104 -0.006972 -0.005697 0.009724 -0.059912 0.046126 0.011009 -0.023133 0.01141 -0.035989 0.042249 -0.005925 0.021383 0.025612 0.042805 0.04457 -0.020527 -0.010648 -0.021354 0.009879 0.028951 -0.037966 -0.001029 -0.019606 0.036891 0.037926 -0.043723 0.04842 0.025091 -0.020177\nậ 0.038422 -0.019111 0.000717 0.027532 0.004999 -0.041098 0.00257 6.3e-05 0.000606 0.016581 0.03026 0.006091 -0.008667 0.008057 0.024332 0.010279 0.00663 0.042298 0.014669 0.051948 -0.022168 0.09238 -0.006714 -0.007902 0.007526 0.029542 -0.014518 -0.012293 0.017982 0.0005 0.013026 -0.047533 0.016259 -0.021389 0.006309 0.03998 -0.051755 0.021603 0.015827 0.104205 0.02549 0.021283 0.034386 0.000933 -0.009172 -0.01218 0.022677 -0.077776 0.015377 0.022747 0.004837 0.020302 0.001735 -0.025253 0.068833 -0.026579 -0.011193 0.042937 0.003506 0.094711 0.035867 -0.048517 0.042666 0.041038 0.04056 0.025461 -0.072538 0.064729 -0.018455 0.047648 0.008314 0.05667 -0.008797 0.021483 -0.03779 0.081251 0.001211 0.04001 0.000683 0.013423 0.011942 0.046622 -0.053612 0.087462 -0.014834 -0.061558 -0.039948 0.006802 -0.018537 -0.026698 0.051366 0.027837 -0.013113 -0.05814 -0.047491 0.007814 0.010857 -0.005013 -0.009 -0.065815 0.016788 0.00872 -0.073421 0.030975 -0.018962 0.020675 0.03422 0.034468 0.053747 0.021799 -0.022351 0.022399 -0.032654 0.057265 0.021872 0.022888 -0.054887 0.034936 -0.038625 -0.042737 0.080777 -0.066828 0.057309 -0.022656 0.067937 4.7e-05 -0.026049 0.010395 0.034169 -0.041394 0.024975 0.056007 -0.110403 0.027195 -0.035398 -0.031187 -0.005884 0.06267 -0.009783 0.060238 0.057709 0.017412 -0.029073 0.063751 0.011587 0.019597 0.085812 0.075124 0.04532 0.085028 -0.008587 0.060108 0.01269 0.04576 0.004787 -0.002489 0.026498 -0.012897 0.001653 0.049326 -0.011621 0.087317 0.075435 0.008165 0.019666 -0.043807 0.033245 0.007685 0.01808 0.066704 -0.010401 -0.028758 -9.1e-05 0.001169 -0.026343 -0.036913 0.033373 0.015291 -0.066889 0.005599 -0.086821 -0.017253 0.007758 0.033594 -0.034247 -0.046006 0.008439 -0.030841 -0.0315 -0.040867 0.03318 0.01351 0.006514 -0.038622 -0.007403 -0.000234 0.026846 -0.034299 0.048488 0.078298 0.006009 -0.02397 0.026845 0.006641 0.065181 -0.079242 -0.01098 -0.00089 -0.011679 0.026265 0.034379 -0.046789 0.07036 0.048195 0.049914 0.028257 0.042661 0.010105 -0.065674 -0.055528 -0.057911 0.043864 0.061564 0.036739 0.021535 0.015002 0.003989 -0.024974 -0.012726 0.02864 -0.043496 0.000252 -0.018626 0.001447 -0.012204 0.015986 -0.022958 0.059054 0.013698 0.051932 -0.062064 0.076556 -0.01324 -0.060708 0.002073 -0.04926 0.067644 -0.020839 -0.013622 0.061815 -0.013027 0.032075 0.067073 -0.027187 0.029676 0.025719 0.012428 0.011826 0.043391 -0.028303 0.028179 0.01575 0.023842 0.0055 0.045208 0.023161 -0.07563 -0.020165 -0.00766 0.02068 0.048678 0.013329 -0.009164 0.004299 -0.059221 0.043579 0.040409 0.014121 0.000591 -0.079337 0.034838 -0.013385 0.035343 0.017291 0.05207 0.015567 0.008169 -0.011205 -0.011123 0.00665 0.011044 -0.034693 0.018749 -0.023489 0.028066 0.003812 -0.043409 0.034489 0.009723 -0.011887\nỷ 0.023992 -0.02405 -0.013528 0.007557 -0.009757 -0.07532 0.009414 0.007457 0.054459 0.031246 -0.033238 -0.037706 -0.019029 0.013481 0.007665 -0.032348 -0.045673 0.019659 0.019871 0.030746 -0.041274 0.101664 -0.003212 -0.001466 0.054608 0.005393 0.032705 -0.066134 -0.034147 0.016736 -0.000405 -0.012965 0.017244 -0.028571 0.064041 0.086409 -0.048013 0.060615 -0.034439 0.05912 0.046255 0.01872 0.041162 0.02071 -0.020338 0.0165 0.075731 -0.076273 -0.00905 0.061126 -0.009876 0.001863 0.003198 -0.046357 0.067649 -0.001746 -0.013111 0.077241 -0.056079 0.091693 0.054252 -0.080887 0.07444 0.061678 0.028098 0.009545 -0.051942 0.031832 -0.049869 0.074966 -0.001902 0.064518 -0.007587 -0.003382 0.015798 0.043574 -0.013697 0.05088 -0.066297 0.014469 -0.02978 0.052427 -0.050576 0.046949 -0.059278 -0.053542 -0.053738 0.0164 0.00406 0.003861 0.067185 0.025636 -0.027344 -0.049472 -0.047553 0.015087 -0.029254 -0.025591 -0.012931 -0.055004 0.032622 -0.014033 -0.046615 0.018871 -0.013679 0.052378 0.048461 0.01222 0.049045 0.00212 -0.019002 0.013308 0.011789 0.093388 0.019045 0.032546 -0.050863 0.051332 -0.058399 -0.09595 0.066522 -0.051143 0.0823 -0.012271 0.102809 -0.00492 -0.06467 0.019405 0.005899 -0.001838 -0.015968 0.060948 -0.07399 0.002885 -0.041113 -0.042189 -0.019438 0.032099 -0.009339 0.018992 0.046801 0.037808 -0.002596 0.091234 0.015402 0.003625 0.062675 0.032203 0.038045 0.087398 0.020525 0.081919 0.06615 0.100273 0.018869 -0.0152 0.000954 -0.031805 0.015461 0.058404 0.005668 0.023369 0.005226 -0.018839 0.030632 -0.025628 0.048205 0.025488 0.044321 0.060121 -0.017991 -0.104185 -0.002113 0.010196 -0.015147 -0.005681 0.078694 0.035504 -0.04989 -0.042689 -0.079454 -0.01083 0.017483 0.030952 -0.039694 -0.058358 0.035673 -0.049822 -0.017672 -0.010451 0.048281 0.035528 0.0068 0.016909 0.014204 -0.012001 0.016803 0.000624 0.054253 0.038762 0.034314 -0.026539 0.03416 0.021466 0.009306 -0.080317 0.039865 -0.051243 -0.041918 0.043289 0.087999 0.014701 0.059375 0.035638 0.050264 0.014968 0.094476 -0.018308 -0.073376 -0.089297 -0.11341 0.031106 0.042214 0.011228 0.027367 0.061159 -0.002471 -0.035607 -0.02947 0.049572 -0.09815 0.037196 0.034097 -0.007618 -0.019102 0.010228 -0.006426 -0.003828 0.048398 0.020789 -0.049291 0.009661 0.006177 -0.007617 -0.007079 -0.092335 0.04616 -0.048279 0.012766 0.065148 0.024029 0.039103 0.076955 -0.002292 0.013393 0.000781 -0.013958 -0.002166 0.104294 -0.009089 0.053066 -0.010112 -0.004669 0.018504 0.064837 -0.007339 -0.071183 0.031048 -0.00776 0.009506 0.035676 -0.003634 -0.018034 -0.031333 -0.052874 0.034846 -0.001676 0.007273 0.005403 -0.034646 0.005072 -0.013273 0.042272 0.035591 0.039536 0.041361 0.010447 -0.005787 -0.031062 0.002481 -0.028199 0.008487 0.004684 -0.06963 -0.002016 0.057524 -0.052586 0.073765 0.024738 -0.013116\nổ 0.055843 -0.021972 -0.022841 -0.002506 -0.008941 -0.053485 -0.008875 0.003019 0.007722 0.008147 0.020358 -0.008498 0.010529 0.03434 0.030664 -0.009307 -0.016431 0.036233 0.017213 0.069537 -0.049221 0.089888 -0.020663 -0.020761 0.030836 0.009792 -0.026759 -0.04004 0.050828 0.020545 0.014059 -0.037549 0.038402 -0.045098 0.018999 0.007089 -0.03424 0.019839 0.001654 0.084131 0.049741 0.020342 0.034871 0.009194 0.005457 0.014071 0.028383 -0.084418 -0.027412 0.009722 -0.009405 0.042169 -0.007203 -0.042254 0.070032 -0.034506 -0.009792 0.095864 0.008852 0.118157 0.054118 -0.073226 0.098206 0.036804 0.018128 0.024913 -0.097373 0.073035 -0.016685 0.069578 0.004345 0.090142 -0.033517 0.002449 -0.016419 0.11834 0.008939 0.014555 -0.017382 -0.018682 -0.019543 0.021538 -0.060014 0.070672 -0.029946 -0.048124 -0.031598 -0.032462 -0.020525 -0.03122 0.067053 0.041261 0.01371 -0.033582 -0.060232 -0.0054 0.009278 0.004341 -0.015346 -0.062026 0.019607 8e-05 -0.069034 0.025261 -0.000104 0.026664 0.043588 0.030074 0.052399 0.035531 0.016672 0.012796 0.001754 0.088041 0.058742 0.028645 -0.085159 0.025682 -0.074804 -0.029007 0.102214 -0.045153 0.079793 -0.04619 0.079794 0.023526 -0.033085 0.008053 -0.010481 -0.029243 0.000614 0.063306 -0.101316 0.020965 -0.061146 -0.057846 -0.00439 0.072374 -0.008742 0.07275 0.054212 0.002049 -0.017153 0.056053 0.007153 0.014634 0.104084 0.097688 0.049694 0.059745 -0.018883 0.074183 0.026438 0.060514 -0.012218 0.001728 0.003599 -0.05053 -0.008486 0.062438 0.010116 0.045219 0.079986 0.006531 0.043654 -0.054197 0.04216 0.013742 0.041514 0.070233 -0.024819 -0.039517 0.001817 -0.000325 -0.002263 -0.05977 0.051962 -0.001009 -0.084046 -0.028803 -0.081434 -0.039894 0.019089 0.025425 -0.026609 -0.023954 -0.004254 -0.047534 -0.013886 -0.052691 0.035596 -0.00842 0.019523 -0.058967 -0.022529 0.00567 0.005365 -0.027342 0.044093 0.090168 0.010584 -0.043228 -0.006574 -0.002945 0.057316 -0.076535 -0.021375 0.023952 -0.040157 0.009807 0.044685 -0.035336 0.088968 0.023209 0.045936 0.075457 0.05742 -0.012265 -0.073217 -0.038418 -0.078145 0.052292 0.055576 0.006526 0.044754 0.051252 0.014379 -0.004199 -0.027494 -0.005541 -0.041953 0.018002 0.010982 -0.025733 -0.042156 0.006098 -0.042267 0.042684 0.028987 0.102991 -0.046391 0.089794 -0.011016 -0.058378 0.032417 -0.013636 0.042075 -0.009002 0.009843 0.108442 0.011017 0.062228 0.107311 -0.011169 0.035807 0.010773 -0.015209 -0.005111 0.037446 -0.024278 0.027504 0.009593 -0.008282 0.009225 0.023747 0.008585 -0.083609 0.000519 -0.003954 0.026731 0.047193 0.019013 0.006913 -0.000408 -0.071833 0.048218 0.04453 0.020744 -0.016146 -0.097961 0.024653 -0.046589 0.037418 0.006718 0.078358 0.047422 0.053017 -0.020595 -0.037933 -0.00141 0.011407 -0.027623 0.007946 -0.023961 0.027914 0.055917 -0.073258 0.059274 0.010405 0.000321\nỹ 0.027999 -0.057114 0.011786 0.011805 -0.002307 -0.065433 0.011627 -0.001041 -0.007327 0.010988 0.021325 0.026832 -0.076234 0.014333 -0.00313 -0.001865 0.041566 0.030563 -0.02217 0.057248 -0.026792 0.072076 0.028488 0.030952 0.017101 0.023877 0.006242 -0.021704 -0.000456 0.007125 0.005876 -0.027062 0.025173 -0.022729 0.014995 0.045861 -0.069451 0.033356 0.015631 0.090137 -0.013524 0.00481 0.020385 -0.030864 0.004994 -0.013636 0.068959 -0.112893 0.050596 -0.00452 -0.003239 0.01432 0.003465 -0.018831 0.058431 -0.00636 8.6e-05 -0.031238 -0.011078 0.111855 0.001955 -0.046332 0.050431 0.046911 0.033578 0.007811 -0.066059 0.07093 -0.072319 0.031035 -0.010679 0.045928 0.012517 -0.050918 -0.023145 0.083741 0.00408 0.085182 -0.01156 0.036582 0.027474 0.040985 -0.029533 0.12749 -0.010566 -0.113349 -0.055731 0.040718 -0.03077 -0.041245 0.053172 0.013073 -0.010917 -0.099507 -0.041798 -0.008504 0.030954 -0.067729 -0.021455 -0.077577 0.040063 0.038446 -0.086117 0.046827 -0.02674 0.02125 0.027346 0.014961 0.034779 0.014424 -0.000721 0.040219 -0.019503 0.075058 0.020807 -0.004703 -0.082525 0.048525 -0.047796 -0.061471 0.121451 -0.072375 0.084569 -0.047542 0.05595 -0.033485 -0.026092 0.023162 0.075287 -0.025032 0.018843 0.041226 -0.106682 -0.00036 -0.011159 -0.024064 0.002765 0.06012 -0.014129 0.05422 0.054662 0.00995 -0.025803 0.046915 0.039147 0.036711 0.048967 0.048542 0.070787 0.065114 -0.013504 0.110347 -0.022703 0.08793 0.044726 -0.005554 0.065033 -0.033549 -0.018923 0.060947 -0.012215 0.111561 0.066075 0.044142 0.003836 -0.052723 0.049814 0.007852 0.015782 0.031062 -0.016964 -0.030726 -0.007215 0.010347 -0.044012 -0.024783 0.014012 0.06308 -0.101294 0.028982 -0.064545 0.013933 0.021455 0.033271 -0.031236 -0.02884 0.041771 0.010388 -0.017943 -0.050139 -0.010151 0.011667 -0.003794 -0.007246 0.018756 -0.021466 0.010495 -0.003319 -0.002645 0.035028 0.028766 0.034871 0.064596 0.047364 0.068778 -0.072516 0.025768 0.002451 0.022171 0.036337 0.039292 -0.024138 0.101089 0.072149 0.047311 0.048379 0.069029 -0.007252 -0.039517 -0.063217 -0.048711 0.00091 0.054972 0.002464 0.059318 -0.043053 -0.019612 -0.003913 0.012251 0.048245 -0.054797 0.00168 0.021388 0.016293 -0.005527 0.034263 -0.029822 0.022751 0.045373 0.043905 -0.076874 0.068803 -0.029079 -0.04477 0.018837 -0.080848 0.095263 -0.039446 -0.05479 0.048312 -0.03122 0.039832 -0.00806 -0.009887 0.03502 0.0286 0.000969 -0.013598 0.052778 0.015721 0.060627 0.011082 0.074398 0.006699 0.070635 0.019612 -0.100002 -0.000907 -0.05517 0.017667 0.042781 0.012702 0.005842 0.040965 -0.038173 0.024729 -0.004247 -0.014265 0.012764 -0.015103 0.057855 0.014845 0.023752 0.062386 0.029597 0.02336 -0.043095 -0.00734 -0.008316 0.005903 -0.013316 -0.018082 0.025245 -0.041804 0.01531 -0.022082 -0.034249 0.023323 0.043722 -0.013645\ní 0.030298 -0.007482 -0.008679 0.034614 0.021241 -0.032314 -0.007751 0.0166 0.012115 -0.003006 0.029017 0.011717 -0.023918 0.028579 -0.003992 -0.002231 0.00693 0.042154 0.027152 0.022459 -0.027319 0.074701 0.014896 -0.000412 -0.00499 0.038346 0.019078 -0.012315 0.035999 0.019555 0.017834 -0.060464 0.024767 -0.036874 0.006947 0.061275 -0.039736 0.044907 0.008659 0.099171 0.036028 0.018791 0.024516 -0.011873 -0.029677 -0.012167 0.013069 -0.07245 0.024862 0.012557 -0.000507 -0.00253 0.019084 -0.069935 0.045485 -0.012759 -0.024167 0.041423 -0.022377 0.103267 0.033375 -0.078858 0.024111 0.068983 0.027279 0.03012 -0.05243 0.062773 -0.011232 0.043852 0.008689 0.052659 0.002107 0.013055 -0.040786 0.074786 0.006269 0.043618 -0.016658 0.020412 0.013223 0.025689 -0.044558 0.098453 -0.023208 -0.059059 -0.041804 0.041293 -0.032124 -0.029253 0.03149 0.023892 -0.027338 -0.074484 -0.031164 -0.00581 0.004665 -0.014172 -0.011007 -0.069403 0.01283 0.000299 -0.090226 0.036541 -0.028396 0.039197 0.038166 0.026912 0.06279 0.032045 -0.030388 0.025917 -0.020102 0.048997 0.025359 0.0113 -0.039109 0.029286 -0.03468 -0.080963 0.092517 -0.057599 0.077349 -0.031651 0.07416 -0.011635 -0.01775 0.028949 0.061 -0.032903 0.023983 0.064637 -0.098998 0.007615 -0.019708 -0.032087 -0.00709 0.063196 -0.011778 0.052923 0.060312 0.003284 -0.032936 0.061931 0.011524 0.031067 0.05948 0.061414 0.04608 0.081447 -0.020496 0.089678 0.013944 0.060966 0.009704 0.005977 0.015789 -0.024426 0.000233 0.021983 -0.00979 0.110631 0.074756 0.023495 0.023512 -0.041268 0.039188 -0.002372 0.031192 0.053936 0.012312 -0.031013 0.020553 0.018611 -0.00788 -0.040816 0.043516 0.020913 -0.06009 0.007039 -0.058799 -0.016996 0.009621 0.030083 -0.036531 -0.004262 0.012649 -0.013944 -0.02838 -0.015232 0.022919 0.034295 0.044807 -0.024266 0.027197 0.001728 0.013005 -0.042903 0.035627 0.065301 0.034167 -0.02886 0.007476 0.02314 0.042793 -0.071054 -0.024437 -0.017071 0.005585 0.044045 0.039868 -0.044529 0.086579 0.042776 0.066268 0.032701 0.064142 0.003418 -0.080057 -0.057382 -0.056534 0.032732 0.062865 0.024167 0.026706 0.00712 0.000114 -0.026662 -0.016142 0.047732 -0.036178 0.008144 -0.012974 -0.015164 -0.029746 0.033237 -0.023394 0.013166 0.038592 0.05176 -0.066396 0.065034 -0.021139 -0.065366 0.010498 -0.070084 0.056456 -0.03153 0.000765 0.079518 -0.003017 0.024741 0.057473 -0.009607 0.031583 0.004701 0.033856 -0.004381 0.056286 -0.016233 0.035015 -0.023187 0.009139 -0.008769 0.050981 -0.00032 -0.074653 -0.026385 -0.000578 0.021804 0.035528 0.004103 -0.012109 0.016036 -0.061527 0.038111 0.044349 -0.001162 0.010555 -0.062103 0.058947 -0.015212 0.051792 0.025645 0.046001 0.012933 0.016183 -0.010456 -0.009836 0.000246 0.031003 -0.051821 0.000565 -0.039778 0.024117 0.015987 -0.044852 0.049581 0.019992 -0.026367\nặ 0.006149 0.013569 -0.028446 0.055932 0.037323 -0.051358 -0.038122 -0.020223 -0.035682 -0.005602 0.029902 0.026075 0.013483 0.061009 0.001287 0.048162 0.013103 0.036464 0.043605 0.060304 -0.028471 0.139162 0.028323 0.00166 0.027273 0.029345 -0.013488 0.002817 0.09076 -0.000871 0.023793 -0.102315 0.056806 -0.040329 -0.002972 0.059974 -0.039136 0.041722 0.010189 0.107535 0.081514 0.031991 0.041851 0.007219 -0.025929 -0.018976 0.020822 -0.077135 0.034463 0.011891 0.005777 -0.002344 -0.016787 -0.074677 -0.003539 -0.020386 0.023632 0.007888 -0.021418 0.089459 -0.001203 -0.014354 0.014999 0.0361 0.041699 0.010765 -0.014574 0.12151 -0.018487 0.0262 0.008077 0.079368 -0.003576 0.027353 -0.051363 0.088923 -0.000783 0.030484 -0.020452 0.035902 0.029459 0.037482 -0.056103 0.070151 0.006408 -0.066669 -0.038454 0.045348 -0.032444 -0.019244 0.035143 -0.006913 -0.011698 -0.066581 -0.062874 0.017676 0.006598 -0.024952 5.5e-05 -0.081084 0.027155 0.007572 -0.113517 0.066241 -0.057155 0.047429 0.025074 0.07028 0.059161 0.008938 -0.034189 0.070616 -0.042508 0.069887 0.014909 -0.000964 -0.052373 0.033187 -0.020283 -0.063915 0.078282 -0.08239 0.113336 -0.026291 0.045513 0.013629 -0.005798 0.04524 0.073162 -0.023663 0.029402 0.060409 -0.113495 0.016313 -0.017372 -0.015441 -0.011776 0.081327 -0.004081 0.101492 0.075399 -0.01205 -0.041106 0.058337 0.028037 0.027109 0.076494 0.043432 0.081365 0.088173 -0.017293 0.076528 0.010084 0.034241 0.019773 -0.017051 0.0156 -0.00602 0.01267 0.010486 -0.031641 0.125144 0.073148 0.000174 0.045918 -0.064468 0.040712 0.013927 0.030561 0.07971 0.04099 -0.038771 0.037635 0.035044 0.010003 -0.021191 0.046314 0.008712 -0.097406 0.011049 -0.02389 -0.056478 0.013828 0.001513 -0.029972 0.039708 0.020057 0.010282 -0.032365 -0.018354 0.020919 0.046929 0.032991 -0.047605 0.02172 0.005432 0.007011 -0.004069 0.032072 0.078817 0.059402 -0.044491 0.021149 0.027851 0.063366 -0.052129 -0.053685 -0.001267 0.012371 0.023786 0.025412 -0.069699 0.083576 0.036511 0.091652 0.027203 0.047258 0.017804 -0.074153 -0.080421 -0.003481 0.038905 0.099252 0.028483 0.026521 -0.016403 -0.020273 -0.047021 -0.02862 0.012177 -0.062723 0.013759 -0.010506 -0.030422 -0.03497 0.07151 -0.030325 -0.005605 -0.002894 0.06451 -0.102329 0.100479 -0.025983 -0.079742 0.039754 -0.072046 0.102123 -0.049907 -0.000899 0.065581 3.2e-05 0.020626 0.067854 0.006081 0.070743 -0.020399 0.009905 -0.005078 0.03293 -0.036439 0.04861 -0.022974 0.007507 -0.022954 0.058357 0.005142 -0.036993 -0.021856 0.003052 0.052101 0.048963 0.015567 -0.002114 0.021168 -0.102811 -0.003054 0.034245 -0.017713 0.007175 -0.113871 0.017047 -0.034428 0.067136 0.035286 0.075045 0.001335 0.009512 -0.005596 -0.014247 0.032814 0.009642 -0.038862 0.012029 -0.04352 0.054185 -0.022362 -0.073663 0.056055 0.034541 -0.027197\nử 0.035117 -0.005294 -0.038745 0.007507 -0.028446 -0.028357 -0.009441 0.02475 0.018803 0.018248 0.064411 0.003755 -0.012958 0.055925 0.007323 0.006683 -0.003373 0.027442 0.010697 0.054323 -0.036343 0.07745 -0.022808 -0.023127 0.020741 0.016526 -0.02944 -0.036429 0.04885 0.00699 0.019003 -0.037643 0.008227 -0.020277 0.016139 0.015437 -0.066452 0.025155 0.003102 0.105334 0.028554 0.00567 0.048568 0.012952 0.012101 0.002839 0.011841 -0.066686 -0.002729 0.017729 0.002074 0.012897 0.010301 -0.071375 0.065445 -0.015362 -0.018106 0.072134 0.004854 0.119806 0.004847 -0.057793 0.059646 0.022074 0.036177 0.054124 -0.078627 0.066305 0.00169 0.065507 -0.014952 0.050402 -0.009901 0.010866 -0.033986 0.095098 0.007098 0.033735 -0.016097 0.00024 -0.001946 0.026556 -0.065903 0.09921 -0.034318 -0.043695 -0.030652 -0.00201 -0.001174 -0.004102 0.048825 0.01013 0.019559 -0.051972 -0.051992 0.007763 -0.005134 -0.001184 -0.019453 -0.064322 0.030569 -0.017911 -0.075778 0.03296 0.007544 0.03397 0.014381 0.037916 0.062385 0.043097 -0.018429 0.050993 -0.008139 0.069306 0.020283 -0.001104 -0.07001 0.047249 -0.076253 -0.053309 0.082883 -0.080866 0.058442 -0.052027 0.082973 0.007676 -0.016629 -0.005918 0.040743 -0.040263 0.052031 0.030281 -0.10984 -0.025054 -0.030449 -0.057315 -0.007854 0.085668 0.021973 0.073223 0.07066 0.022295 -0.042288 0.062351 0.007368 0.016414 0.07252 0.098659 0.053428 0.081589 -0.005736 0.059907 0.030076 0.039358 0.010036 0.008046 0.016881 -0.02279 0.012459 0.050095 -0.009691 0.085007 0.096588 -0.011339 0.030152 -0.020219 0.040859 0.013682 0.019855 0.100073 -0.017002 -0.043111 -0.007019 0.018625 -0.012264 -0.025229 0.026139 0.018774 -0.041751 -0.011589 -0.08102 0.018671 -0.00292 0.01705 -0.043722 -0.018412 -0.002381 -0.044794 -0.004265 -0.036706 0.030927 0.00247 0.028772 -0.015197 -0.025234 0.010049 0.040913 -0.056243 0.025889 0.091952 0.018419 -0.023705 0.014377 0.010799 0.033029 -0.078638 -0.023646 0.014472 -0.024095 0.043609 0.064881 -0.02499 0.060856 0.03529 0.052208 0.054323 0.03254 0.000104 -0.090051 -0.058699 -0.091244 0.028431 0.051385 0.022715 0.03526 0.029088 0.025293 -0.028531 -0.02523 0.028003 -0.037097 0.025584 0.001116 -0.011667 -0.025841 0.019534 -0.020133 0.040022 0.013118 0.061061 -0.078197 0.065159 0.007477 -0.077486 0.009608 -0.057355 0.069076 -0.002125 0.015169 0.043979 0.02769 0.027473 0.101834 -0.002359 0.027833 -0.010047 0.025583 0.001744 0.031462 -0.021184 0.016841 0.011562 0.025862 -0.010725 0.036625 0.020754 -0.057299 -0.012543 -0.030692 0.007967 0.014241 0.0064 -0.007986 -0.004787 -0.082691 0.044778 0.050611 0.018585 -0.016843 -0.080917 0.017098 -0.035291 0.014582 0.004554 0.074128 0.020326 0.02735 -0.019205 -0.035208 0.002788 0.033326 -0.044261 -0.011203 -0.025227 0.041425 0.01675 -0.053664 0.046491 0.005888 -0.026607\nụ 0.045092 -0.01559 -0.028589 0.012273 0.007803 -0.040248 -0.004923 0.014234 0.004127 0.007002 0.04527 0.00475 -0.012671 0.037061 0.034019 0.002495 -0.004663 0.00795 0.034833 0.063127 -0.05233 0.086537 -0.028962 -0.00478 0.020256 0.014257 -0.022439 -0.024898 0.05283 0.0087 0.027724 -0.074541 0.036446 -0.018476 -0.00695 0.018294 -0.031773 0.025031 0.028281 0.079158 0.0263 0.008685 0.038251 0.001662 -0.00928 0.00734 0.005043 -0.055912 -0.009985 0.020262 0.007351 0.024312 0.005472 -0.035601 0.054945 -0.027925 0.004561 0.064968 -0.00162 0.096138 0.047625 -0.075729 0.050079 0.057479 0.041567 0.042097 -0.089276 0.068862 0.010091 0.039517 -0.002587 0.057531 -0.00624 0.035719 -0.001695 0.096752 0.011385 0.01976 -0.000185 -0.012965 0.020401 0.021631 -0.055201 0.072641 -0.041982 -0.04539 -0.032067 -0.007417 -0.023653 -0.018294 0.040867 0.027148 -0.007774 -0.032113 -0.076037 0.010503 0.022682 -0.004836 -0.013096 -0.070859 0.032774 0.01032 -0.06776 0.034903 -0.015226 0.026671 0.018939 0.058491 0.089857 0.020284 -0.0101 0.034451 -0.009913 0.038255 0.014802 0.0297 -0.058135 0.009304 -0.029567 -0.032809 0.062545 -0.028107 0.051575 -0.028922 0.079209 0.005708 -0.011402 0.020383 0.023088 -0.027756 0.013567 0.086758 -0.122786 0.001956 -0.049397 -0.036599 -0.008139 0.075118 -0.00929 0.062912 0.060867 0.018633 -0.033968 0.083127 0.011971 0.028914 0.089179 0.071953 0.037863 0.062815 -0.023154 0.038129 0.042464 0.043405 0.004827 0.000982 0.020125 -0.033366 -0.002637 0.032767 -0.012976 0.096622 0.099255 -0.005679 0.018455 -0.066644 0.02631 0.006906 0.003521 0.082878 -0.00103 -0.014051 0.007278 0.004917 -0.016746 -0.056158 0.040233 -0.020967 -0.06694 -0.008709 -0.074905 -0.018012 -0.000535 0.010597 -0.039233 -0.013104 -0.01874 -0.042211 -0.026448 -0.031037 0.028359 0.001665 0.025694 -0.053598 -0.012565 0.021056 0.002446 -0.03731 0.04293 0.078689 0.025009 -0.048217 0.024522 -0.009175 0.046829 -0.071862 -0.033221 0.003231 0.003858 0.021872 0.02456 -0.059021 0.065069 0.032752 0.048044 0.066623 0.049174 0.001061 -0.102881 -0.028719 -0.067622 0.057078 0.060088 0.017394 0.029882 0.042938 0.035554 -0.028788 -0.021947 0.018766 -0.025072 0.017076 -0.01662 -0.037925 -0.020378 0.017596 -0.039341 0.049239 -0.00927 0.095316 -0.051318 0.07703 -0.014504 -0.053287 0.006242 -0.060578 0.061576 -0.001095 0.003088 0.089929 0.006769 0.03409 0.12447 -0.01428 0.051371 0.016079 -0.005874 0.007694 0.024683 -0.045151 0.015072 0.021423 0.00554 0.010882 0.02908 0.032103 -0.075913 -0.010464 -0.016767 0.00064 0.063068 0.039421 -0.005427 0.005099 -0.076625 0.048027 0.048118 0.019627 -0.007222 -0.112744 0.010817 -0.039303 0.01567 0.012646 0.078828 0.008477 0.018231 -0.001648 -0.025343 0.015958 0.05114 -0.03849 0.006318 -0.035455 0.032244 0.018739 -0.071648 0.069377 0.002141 -0.018015\nú 0.033242 -0.010222 -0.014038 0.015328 -0.000243 -0.045342 -0.001098 0.004001 0.020265 -0.019868 0.061651 0.038957 -0.015381 0.041629 0.025089 0.017139 0.037228 0.039446 -0.015914 0.049441 -0.073283 0.120262 0.002455 0.023864 0.026175 0.044371 -0.016152 -0.001588 0.064087 0.022556 -0.005788 -0.07368 0.027427 -0.032427 0.000368 0.031498 -0.053387 0.030965 -0.006271 0.105851 0.028529 -0.006813 0.039449 -0.008367 -0.014534 0.005426 0.030163 -0.092185 0.047026 -0.022071 -0.016592 0.031642 0.000699 -0.04777 0.024712 -0.034419 0.014733 -0.000332 -0.011696 0.095532 -0.004838 -0.045093 0.042121 0.035064 0.029205 0.006885 -0.098412 0.11083 -0.045169 0.041318 0.009855 0.049421 0.028001 -0.015066 -0.067087 0.103527 0.021982 0.065915 -0.003412 0.026987 0.027838 0.054346 -0.035938 0.106709 -0.031444 -0.095204 -0.039792 0.016635 -0.038224 -0.035677 0.046127 0.005834 0.00647 -0.114973 -0.056283 0.009029 0.02667 -0.048417 -0.020789 -0.07575 0.020395 0.028711 -0.115246 0.054161 -0.016897 0.047754 0.037063 0.050454 0.070448 0.013804 -0.032376 0.060668 -0.027308 0.088973 0.043317 0.012017 -0.066046 0.018044 -0.064744 -0.051958 0.110471 -0.071318 0.114262 -0.066603 0.069662 -0.010366 -0.040041 0.061527 0.041399 -0.045883 0.009229 0.053237 -0.125032 0.006904 -0.034756 -0.032662 -0.018565 0.070282 -0.015049 0.08643 0.082764 -0.021518 -0.028619 0.086387 0.037438 0.037653 0.056516 0.073135 0.065868 0.095818 -0.015894 0.09735 -0.007176 0.082031 0.0268 -0.008495 0.048227 -0.000146 0.012422 0.03329 -0.002706 0.128679 0.099552 0.016672 0.032311 -0.066835 0.034056 0.008973 0.008031 0.056437 0.018113 -0.051742 0.029132 -0.002554 -0.023368 -0.036233 0.019298 0.022695 -0.096452 -0.00309 -0.070466 -0.014267 0.019061 0.021256 -0.035975 -0.005554 0.032829 -0.014284 -0.01376 -0.063196 -0.012522 0.038846 0.042237 -0.013433 -0.009508 0.006005 -0.002021 -0.011866 0.028695 0.064323 0.032733 0.008054 0.024716 0.016229 0.07701 -0.066727 -0.020783 -0.01246 0.00159 0.039737 0.056112 -0.05807 0.09798 0.048945 0.052142 0.051413 0.029574 -0.007299 -0.061943 -0.061764 -0.0506 0.040278 0.075021 0.015701 0.058895 -0.008226 -0.014552 0.00135 0.044159 0.037328 -0.076929 -0.006224 0.012133 -0.007333 -0.033714 0.016658 -0.057357 0.012085 0.040598 0.063055 -0.113365 0.115685 -0.027671 -0.087085 0.032726 -0.109092 0.096049 -0.036096 -0.041066 0.086726 -0.011997 0.052214 0.070598 -0.011771 0.04193 -0.003406 0.002343 -0.010334 0.05373 -0.010348 0.028031 0.009662 0.049244 0.019331 0.057219 0.015065 -0.093736 0.013045 -0.037926 0.050225 0.045428 0.028829 -0.002743 0.029154 -0.080891 0.033576 0.006554 -0.00651 0.009024 -0.089808 0.045149 -0.008831 0.016511 0.053209 0.079508 0.011367 0.01553 -0.015865 -0.020435 0.025224 -0.010758 -0.014478 0.01215 -0.029409 0.041265 -0.004203 -0.052874 0.055957 0.015415 -0.047691\nẻ 0.009127 0.029083 0.004992 0.03875 0.054568 0.016687 -0.02261 -0.015518 0.042174 -0.014198 0.070542 0.059953 0.064134 0.020493 0.030742 0.036314 -0.031089 -0.007501 0.118775 0.04602 -0.045028 0.089898 -0.044456 -0.003595 0.098114 0.065867 -0.045505 -0.037766 0.115087 0.001325 -0.008197 -0.127822 0.034656 -0.023719 0.015204 0.008977 -0.058405 0.019796 0.017841 0.058 0.087218 -0.005195 0.017654 0.037606 -0.02911 0.070803 -0.029216 -0.009991 -0.029549 -0.025449 -0.042992 0.031831 -0.018438 -0.057161 -0.043669 -0.030285 0.02833 0.079409 0.021377 0.077034 0.013437 -0.096804 0.03452 0.051994 0.070376 0.042631 -0.093818 0.090854 0.017357 0.007271 0.018337 0.069369 -0.004345 0.022337 -0.061936 0.100373 0.02614 0.01089 0.012064 -0.01071 -0.022423 0.009594 -0.069374 0.053179 -0.113416 -0.048323 0.000369 0.012619 -0.028243 -0.039602 0.01724 0.057554 -0.008202 -0.111639 -0.055956 -0.012752 -0.024398 -0.017389 0.015736 -0.019995 0.026293 -0.012562 -0.081312 0.067093 -0.000958 -0.002612 -0.003115 0.05364 0.173826 -0.002065 -0.04343 0.045262 -0.031441 0.067857 0.043489 0.002982 -0.007844 0.053552 -0.090631 -0.038569 0.033063 -0.01683 0.097368 -0.107937 0.082728 0.013233 -0.0196 0.012437 -0.010279 -0.006825 -0.023108 0.070018 -0.095116 -0.015577 -0.057212 -0.000976 -0.09561 0.063692 0.007786 0.094354 0.055406 -0.047563 -0.010519 0.065 0.015641 0.022118 0.031807 0.067458 0.037505 0.061966 -0.066129 0.064096 0.068288 0.05977 -0.025351 0.001104 0.021631 -0.010607 0.040757 0.028348 -0.004327 0.095981 0.127326 -0.035583 0.07599 -0.109093 -0.015206 -0.025569 0.076623 0.077137 0.039084 -0.016641 0.00618 0.027279 0.022392 -0.049312 0.06867 -0.002796 -0.036952 -0.008609 -0.091444 -0.015696 0.004682 0.01869 0.015219 -0.004572 -0.028424 -0.063492 -0.036162 -0.007111 0.021945 0.008067 0.092174 -0.03976 -0.028301 0.09336 -0.054331 -0.016404 0.044423 0.071098 -0.005753 -0.056748 -0.084178 -0.042317 0.015298 0.016722 -0.086772 0.043841 0.021825 0.045735 0.086037 -0.049933 0.031653 -0.022776 0.053495 0.055496 0.006068 -0.01063 -0.060637 -0.062126 -0.097657 0.05952 0.045433 -0.010344 0.002051 0.083318 0.018112 -0.021008 -0.042745 0.003873 -0.04662 0.017848 0.004994 0.008195 -0.043459 0.022584 -0.041893 0.006924 0.032717 0.121306 -0.048779 0.107725 0.021601 -0.050051 0.037955 -0.078076 0.004041 -0.009418 0.023753 0.114052 -0.017343 0.08611 0.125974 0.001431 0.014375 -0.031622 -0.024391 -0.011299 0.023081 -0.021321 -0.004964 -0.058837 -0.010192 0.070613 -0.046915 0.014798 -0.058983 -0.031772 -0.034259 0.039831 0.001442 0.029903 0.020132 0.027114 -0.079178 0.013415 0.027018 0.025804 0.089436 -0.114953 0.008473 -0.040929 0.019305 -0.018372 0.119089 0.028675 0.090165 0.001637 -0.042755 0.008648 0.108779 -0.054968 -0.033136 -0.052675 0.012358 0.030367 -0.106252 0.116863 0.01578 -0.077349\nỗ 0.010455 -0.004855 -0.01939 0.065339 0.026049 -0.071229 -0.000133 -0.008834 -0.002356 -0.017786 0.026564 0.031292 -0.031638 0.075599 -0.007112 0.017976 0.034315 0.056119 -0.017753 0.024382 -0.039466 0.124379 0.040429 0.025821 -0.011669 -0.001181 0.009669 0.001053 0.053053 -0.000433 0.027509 -0.081488 0.084275 -0.056325 -0.010413 0.088156 -0.050939 0.049048 0.000526 0.122246 0.078324 0.023517 0.023882 -0.032927 -0.001924 -0.013876 0.022577 -0.07906 0.094639 0.020534 0.004751 -0.016718 -0.015639 -0.0813 0.007904 -0.015417 0.008589 0.002707 -0.063106 0.097057 -0.009107 -0.02746 0.027994 0.063715 0.029857 -0.015162 -0.023727 0.111569 -0.043423 0.045018 0.027461 0.065041 0.023753 0.00076 -0.028734 0.081893 -0.003582 0.044198 -0.025214 0.036457 0.060467 0.032301 -0.053631 0.115663 0.007529 -0.078213 -0.071533 0.087226 -0.027955 -0.035324 0.041049 -0.030899 -0.01749 -0.112619 -0.034202 0.025043 0.027882 -0.061497 -0.035371 -0.084593 0.023616 0.003783 -0.143021 0.07409 -0.054873 0.055695 0.0535 0.06907 0.036121 0.003586 -0.036766 0.079693 -0.020976 0.075467 0.002138 -0.005273 -0.065506 0.020389 -0.026299 -0.077787 0.124581 -0.113119 0.117406 -0.037992 0.042548 -0.005918 -0.018999 0.069075 0.103893 -0.051874 0.029113 0.057251 -0.094028 0.03336 0.023925 -0.027409 -0.002357 0.065434 -0.033824 0.095031 0.081284 0.007147 -0.031241 0.062986 0.024962 0.049114 0.074025 0.033555 0.097786 0.109644 -0.040006 0.121859 -0.023044 0.066799 0.021456 0.000735 0.042543 0.008598 0.00137 0.015751 -0.04844 0.154516 0.064114 0.032735 0.017518 -0.054656 0.030833 0.016733 0.00945 0.071606 0.045859 -0.045581 0.040068 0.040679 -0.010185 -0.028962 0.023359 0.046562 -0.108019 0.014505 -0.038421 -0.058187 0.021341 0.0334 -0.046392 0.040108 0.034028 0.031123 -0.027402 -0.017473 0.008088 0.070504 0.033841 -0.035773 0.068469 -0.037751 -0.00212 0.010044 0.010227 0.081409 0.065771 -0.02218 0.041304 0.043564 0.06589 -0.07416 -0.019701 -0.031487 0.029326 0.047555 0.038959 -0.094813 0.106522 0.080115 0.0929 0.028846 0.064316 -0.003593 -0.05724 -0.096178 0.011526 0.03254 0.099322 0.0446 0.058195 -0.025202 -0.019142 -0.037203 0.006625 0.038894 -0.071215 0.00014 -0.003036 -0.038043 -0.032675 0.057299 -0.030244 -0.007677 0.044222 0.057193 -0.139038 0.112636 -0.009694 -0.090633 0.033302 -0.122099 0.11433 -0.065767 -0.046837 0.051848 0.014155 0.039761 0.031697 0.011228 0.064013 0.005162 -0.003236 -0.02785 0.067129 0.002618 0.062684 -0.034682 0.017773 -0.030435 0.092033 -0.018762 -0.06778 -0.008033 0.005277 0.052898 0.054107 0.014374 -0.011084 0.01179 -0.103518 0.004686 0.013191 -0.031867 0.015532 -0.069352 0.037419 -0.018302 0.072012 0.071731 0.101448 -0.018372 -0.001398 -0.007035 -0.003157 0.039435 -0.038272 -0.044629 0.031435 -0.029727 0.067453 -0.020896 -0.042448 0.029422 0.048088 -0.013996\nÔ 0.009512 0.029486 -0.075177 -0.006356 -0.003106 -0.087072 0.040022 0.00584 0.097504 -0.007173 0.030708 0.002063 -0.036657 -0.003038 0.027026 -0.028234 0.037984 0.001941 -0.04228 0.032427 -0.01432 0.065656 -0.016885 0.049166 0.060859 0.037947 0.01097 -0.017005 -0.031403 0.046877 -0.016947 -0.020412 -0.002478 -0.007458 0.064164 0.024379 -0.032517 0.035071 -0.030179 0.054643 -0.025105 -0.053879 0.042027 -0.041519 -0.003436 -0.024396 0.049214 -0.034316 -0.020128 -0.014143 -0.029499 0.006918 0.022897 -0.046408 0.056242 -0.066716 0.035619 -0.049824 0.018706 0.062042 -0.021609 -0.007447 0.101811 0.020971 0.030402 0.024625 -0.098606 0.087844 -0.084777 0.054028 0.013998 0.047202 0.001259 -0.022968 -0.044236 0.117907 0.020978 0.033543 0.005051 0.026841 0.000664 0.063059 -0.011031 0.152968 -0.038453 -0.040531 -0.013126 0.058815 -0.047768 -0.003272 0.036749 0.052167 0.020041 -0.077196 -0.056067 0.030978 -0.017404 -0.04586 -0.035546 -0.048895 -0.00716 -0.006634 -0.04955 0.029998 0.036757 0.032036 0.019568 -0.010788 0.045794 0.026276 0.02261 0.017602 -0.046371 0.081958 0.026607 0.038012 -0.073406 0.013345 -0.113099 -0.076598 0.138175 -0.08031 0.09991 -0.022564 0.045995 -0.042679 0.008176 0.044656 0.033716 -0.018273 0.03774 -0.003743 -0.089592 -0.025328 -0.026538 -0.078449 0.020697 0.080919 0.003265 0.038814 0.041221 -0.030109 0.018507 0.076474 0.061089 -0.017749 0.08993 0.097425 0.019815 0.094299 -0.025099 0.139628 -0.05767 0.169968 0.045484 0.007869 0.020884 0.023745 0.033265 0.063182 -0.017147 0.082826 0.072025 0.003174 -0.030254 -0.043022 0.019971 -0.033656 0.010297 0.034039 -0.003179 -0.072275 0.017909 0.005597 -0.0395 -0.03304 -0.017264 0.060234 -0.0511 -0.008894 -0.057624 0.009049 0.014432 0.007344 -0.009372 -0.069797 0.019299 -0.007379 -0.028148 -0.06893 0.001124 0.048195 -0.006354 -0.014737 -0.023925 -0.063675 -0.014197 -0.003729 0.006131 0.090333 0.025127 0.007561 -0.004139 0.037354 0.073078 -0.076349 -0.021773 0.00494 -0.033362 0.091971 0.059141 -0.047236 0.077139 0.031873 0.033636 0.027967 -0.014402 -0.029131 -0.064038 -0.103837 -0.074577 0.040986 0.05726 -0.019507 0.073779 -0.023787 -0.020724 -0.006765 0.004119 0.017544 -0.061527 -0.022218 0.015812 -0.024282 -0.006395 -0.011192 -0.091691 0.046275 0.08359 0.051362 -0.074816 0.0897 -0.036935 -0.094252 0.041989 -0.1024 0.11963 -0.044632 -0.064896 0.054077 -0.029792 0.063628 0.076053 -0.016522 0.029477 0.005087 -0.01891 -0.017737 0.05959 -0.018107 0.016972 -0.024099 0.022235 0.033943 0.044602 0.017426 -0.110445 0.02926 -0.023059 0.0125 0.031526 0.033976 -0.004183 0.002357 -0.024678 -0.005933 -0.035523 0.004729 0.024716 0.006438 0.08876 0.038299 -0.007213 0.005157 0.073373 0.060707 0.002855 -0.04019 -0.079129 -0.018289 0.016378 -0.028885 -0.006122 0.019886 0.03623 0.020173 0.009571 0.046482 -0.032142 -0.015516\nẹ 0.005385 0.036124 -0.012083 0.042155 0.055069 -0.032975 -0.044973 0.007308 0.041047 -0.038224 0.05929 0.04388 0.106377 0.049613 0.017843 0.101038 0.023675 -0.046015 0.114005 0.062524 -0.044901 0.138183 0.016658 0.004665 0.085341 0.068686 -0.060141 -0.03067 0.162488 -0.011658 0.01643 -0.174193 0.016537 0.010412 -0.007605 0.005593 -0.025463 0.035233 0.02268 0.046086 0.116825 -0.00277 0.054254 0.033691 -0.046852 0.015195 -0.005943 -0.014856 -0.028691 -0.060704 -0.041018 0.080867 -0.040157 -0.108993 -0.031051 -5.2e-05 0.05813 0.081858 0.020071 0.046063 -0.006429 -0.061908 0.023714 0.053263 0.041838 0.027986 -0.080431 0.175179 0.03383 0.020443 -0.045415 0.03894 0.026555 0.041087 -0.129268 0.051902 0.033995 0.011202 0.001954 -0.048521 -0.022701 0.011736 -0.094009 0.068215 -0.063505 -0.008284 0.005412 0.030585 -0.047626 0.023553 0.037641 0.040872 0.015378 -0.070147 -0.034902 0.01316 -0.003954 -0.042693 0.047419 0.001675 0.023324 0.007785 -0.127478 0.070938 -0.068766 0.02346 -0.020885 0.030506 0.168037 0.044073 -0.060021 0.040143 -0.010729 0.06458 0.06121 0.012852 -0.020186 0.005538 -0.139338 -0.078428 0.056081 0.012069 0.153939 -0.072264 0.074714 0.057534 -0.016388 0.033604 -0.029057 0.028433 -0.008001 0.053575 -0.150673 -0.066869 -0.056773 0.00061 -0.035787 0.110505 0.041473 0.077495 0.076581 -0.062504 0.001131 0.087653 0.039183 0.018453 0.062729 0.093172 0.04815 0.11221 -0.026763 0.031185 0.091894 0.030869 0.011932 -0.00089 -0.004908 0.006413 0.112651 0.021619 0.019762 0.107791 0.143252 -0.025947 0.086555 -0.099438 -0.017704 -0.028123 0.067918 0.084154 0.040129 0.008792 0.0444 0.058862 0.012977 -0.008822 0.079531 0.001892 -0.026335 -0.027876 -0.060647 -0.071525 -0.04817 -0.044304 0.051353 0.011456 -0.002552 -0.050494 -0.043621 -0.000519 0.030483 0.017069 0.054495 -0.013889 -0.035226 0.08138 -0.021109 -0.031325 0.072594 0.047524 0.007091 -0.064115 -0.097276 -0.057221 0.015308 0.018257 -0.100751 0.0318 -0.009981 0.051687 0.042473 -0.051341 0.090716 -0.043099 0.09345 0.033814 -0.040641 0.009282 -0.086906 -0.030762 -0.056545 0.083929 0.01708 0.015261 0.028051 0.098303 0.051281 -0.010117 -0.034476 0.071046 -0.056952 0.017605 0.001231 -0.027565 -0.015119 0.046333 -0.06399 -0.019325 -0.010521 0.138236 -0.10442 0.128197 0.012409 -0.13184 0.057496 -0.050383 0.057491 0.001411 0.016691 0.150174 0.001059 0.064557 0.174691 0.005199 0.040462 -0.05386 -0.065825 -0.026792 0.010288 -0.082636 -0.02839 -0.076924 -0.018541 0.042462 -0.021638 0.034649 -0.059303 -0.027601 -0.042784 0.02079 -0.017727 -0.002087 0.014273 0.060137 -0.093045 0.024617 0.082561 0.029923 0.072177 -0.137349 -0.02861 -0.062642 0.02987 -0.04333 0.096927 0.003373 0.11414 0.011958 -0.033007 -0.017336 0.121872 -0.031332 -0.031436 -0.038401 0.033758 0.038368 -0.101142 0.087899 -0.032882 -0.083635\nễ -8.3e-05 -0.006724 -0.005167 0.099502 0.03392 -0.103823 0.02204 -0.024841 -0.030708 -0.029455 0.044063 0.058402 -0.0958 0.090862 -0.040276 0.018619 0.043058 0.087202 -0.065377 0.021831 -0.018595 0.147144 0.069423 0.025438 -0.045803 -0.022054 0.007048 0.045831 0.042262 0.014801 0.028873 -0.065787 0.097347 -0.086606 -0.039326 0.141496 -0.079139 0.068282 -0.020521 0.165961 0.074222 0.018618 0.038572 -0.038118 -0.006479 -0.033529 0.015014 -0.114635 0.149292 0.030957 0.005638 -0.046817 -0.030155 -0.084293 -0.002515 -0.001355 -0.015657 -0.064357 -0.080299 0.13763 -0.034572 -0.020013 0.031084 0.059829 0.043081 -0.034716 0.005735 0.137913 -0.104147 0.050972 0.038906 0.072682 0.046896 -0.020045 -0.023406 0.104115 -0.017836 0.067798 -0.025101 0.0535 0.08369 0.042485 -0.040223 0.173556 0.023734 -0.143957 -0.098878 0.12745 -0.037257 -0.090427 0.048175 -0.068775 -0.051718 -0.159218 -0.069042 0.025866 0.032396 -0.078282 -0.037482 -0.119171 0.021282 0.017372 -0.199939 0.091488 -0.068198 0.075675 0.069906 0.081151 0.000261 0.005088 -0.0599 0.105567 -0.053596 0.102365 -0.020796 -0.022044 -0.097421 0.029545 -0.010327 -0.113359 0.18073 -0.178895 0.135505 -0.047311 0.033063 -0.02398 -0.01969 0.105608 0.166937 -0.092601 0.036835 0.059721 -0.098131 0.073109 0.073577 -0.05161 0.021375 0.047406 -0.059127 0.08276 0.115433 0.009172 -0.057228 0.078821 0.058909 0.067254 0.062826 0.012033 0.137559 0.117919 -0.044313 0.170284 -0.053657 0.078029 0.044715 -0.007278 0.067503 0.020169 0.004832 0.000401 -0.095128 0.225133 0.060615 0.056869 0.014063 -0.052708 0.053323 0.027819 -0.010445 0.082637 0.052547 -0.065847 0.0119 0.047604 -0.024635 -0.021741 0.016071 0.074673 -0.133014 0.057109 -0.025898 -0.062096 0.024259 0.068935 -0.095441 0.080501 0.065951 0.088383 -0.023647 -0.044759 0.004554 0.109802 0.034686 -0.035326 0.102184 -0.071847 0.015357 0.017546 -0.024236 0.095204 0.097704 -0.017403 0.078944 0.09271 0.077096 -0.085603 0.020792 -0.036129 0.052847 0.018714 0.037834 -0.134948 0.141428 0.125972 0.121872 0.029764 0.123836 -0.006474 -0.036476 -0.1306 0.053595 0.007525 0.146165 0.061309 0.084191 -0.103021 -0.07367 -0.04243 0.032372 0.045284 -0.083105 -0.016345 -0.002285 -0.032629 -0.01465 0.090887 -0.035292 -0.02544 0.08507 0.029381 -0.184967 0.136615 -0.048176 -0.092981 0.059729 -0.181276 0.153031 -0.124942 -0.089179 0.030426 0.018011 0.020395 -0.01612 0.027146 0.098754 0.01963 0.020373 -0.033592 0.078841 0.026017 0.101423 -0.014403 0.063368 -0.04677 0.138075 -0.025955 -0.091078 0.009704 0.017096 0.091302 0.079749 0.022011 -0.014743 0.020762 -0.122484 0.007643 -0.011261 -0.03181 -0.001449 -0.043293 0.062894 0.00912 0.090262 0.104876 0.116964 -0.022862 -0.028788 -0.029918 0.014828 0.06182 -0.118274 -0.057226 0.062824 -0.038212 0.091676 -0.065055 -0.037119 -0.006207 0.062803 -0.019694\né 0.021167 0.057526 -0.037962 0.016615 0.048372 -0.020326 -0.032081 0.026181 0.020526 -0.000977 0.04897 0.034127 0.046732 0.029909 0.028465 0.038005 0.035241 -0.004536 0.064772 0.054577 -0.034336 0.088127 -0.012104 0.010356 0.043582 0.031436 -0.004238 -0.036943 0.070056 -0.006468 0.025334 -0.101523 0.006294 -0.019048 0.018257 0.020549 -0.015395 0.018771 0.005336 0.091277 0.056705 0.01394 0.017667 -0.007606 -0.010593 0.027696 0.025191 -0.028887 -0.015391 -0.006482 -0.010586 0.016281 -0.004289 -0.032219 0.023329 -0.032154 0.013333 0.071895 0.002914 0.06046 -0.010837 -0.05545 0.039649 0.063731 0.032079 0.026879 -0.077783 0.072393 0.000257 0.04739 -0.003874 0.046723 -0.012332 0.04305 -0.063877 0.101189 0.005217 0.024764 0.007798 -0.000894 0.029526 0.017307 -0.064617 0.072713 -0.016423 -0.058949 -0.025951 0.040639 -0.029235 -0.00472 0.035817 0.002929 0.037656 -0.0419 -0.049118 0.033509 0.011229 -0.030129 0.002738 -0.028868 0.031099 -0.021555 -0.05359 0.077437 -0.039873 0.038731 0.015588 0.030776 0.092747 0.045345 -0.028733 0.042283 -0.032436 0.034468 0.043881 0.015263 -0.047027 0.005937 -0.063632 -0.025457 0.004494 -0.045424 0.048993 -0.040649 0.033714 0.02135 0.010354 0.039481 -0.003498 0.034005 0.011959 0.059187 -0.088915 -0.0291 -0.042762 -0.05281 -0.051246 0.07516 0.01464 0.083885 0.051211 -0.005768 -0.002667 0.06994 0.017695 0.010526 0.094275 0.070427 0.046606 0.067915 -0.042075 0.019624 0.043842 0.052891 0.019047 0.002426 -0.015871 -0.01094 0.030527 0.026391 0.01586 0.076628 0.095245 -0.029545 0.030142 -0.055042 0.026378 -0.012023 0.024719 0.076214 0.04926 0.001746 0.02928 0.00767 -0.002555 -0.066168 0.026311 0.016821 -0.070223 0.001642 -0.058413 -0.043511 -0.004594 -0.010649 0.010327 -0.020846 0.010164 -0.044226 -0.033338 -0.012704 0.024235 0.02664 0.03452 -0.03867 -0.022757 0.03156 0.008565 -0.001895 0.05615 0.06637 0.0388 -0.034895 -0.005105 -0.025544 0.03311 -0.045893 -0.07959 0.028133 -0.005946 0.049719 0.037692 -0.050278 0.105865 0.016206 0.049007 0.056158 0.000232 -0.008514 -0.089969 -0.032969 -0.048726 0.069022 0.032723 -0.022956 0.034221 0.039561 0.030473 -0.014245 -0.03312 0.038991 -0.057884 0.019079 0.010904 -0.017469 -0.047598 0.04989 -0.031603 0.016082 0.002649 0.111589 -0.085305 0.082764 0.019191 -0.105455 0.029553 -0.046813 0.047488 -0.030031 0.010864 0.066542 0.003195 0.043973 0.087229 0.013506 0.025881 -0.014344 -0.017691 0.006472 0.021191 -0.060737 0.005471 -0.015787 -0.001643 0.005669 0.01551 0.037301 -0.056279 -0.008018 -0.034033 0.018245 0.004202 0.006957 0.026795 0.009324 -0.094944 0.013927 0.03724 0.003072 0.018974 -0.106551 -0.022566 -0.026269 0.046182 0.013449 0.076707 0.023117 0.037676 -0.001084 -0.013403 -0.004948 0.082573 -0.034389 -0.016595 -0.020619 0.030006 0.025566 -0.089191 0.077873 0.008457 -0.027465\nẩ 0.026829 0.007502 -0.056692 0.004819 0.019373 -0.005407 0.029816 0.015101 0.016368 -0.020804 0.043771 0.010608 -0.018884 0.050258 0.02369 -0.01766 -0.00485 0.003927 0.039526 0.052853 -0.072567 0.07836 -0.033194 -0.003763 0.016832 0.040862 -0.041118 0.011417 0.079898 0.031086 0.029302 -0.043871 0.013012 -0.031727 0.028639 0.051664 -0.035376 0.034035 0.022126 0.083212 0.000383 0.001279 0.055737 0.015897 -0.02503 -0.008874 0.011216 -0.068637 0.001753 -0.006192 -0.015443 0.041004 0.022974 -0.021674 0.041902 -0.024713 0.003289 0.060826 -0.008383 0.084596 0.029706 -0.079291 0.027027 0.052273 0.074641 0.032045 -0.071079 0.081771 0.00903 0.051735 0.036301 0.043789 0.027164 0.007693 -0.021879 0.099241 0.033 0.03121 -0.03284 -0.004767 0.021745 0.043956 -0.021158 0.101666 -0.051471 -0.05039 -0.052993 0.010961 -0.047065 -0.023888 0.030493 0.052826 -0.027396 -0.062415 -0.074834 0.005151 0.010699 -0.010548 -0.004248 -0.092678 0.007732 0.001001 -0.029716 0.053075 -0.001648 0.023603 0.02162 0.029269 0.09619 0.018785 -0.046346 0.002679 -0.041405 0.02933 0.025095 0.01639 -0.050037 0.009415 -0.06883 -0.066874 0.037542 0.003023 0.026133 -0.011405 0.083947 -0.014846 0.018256 0.023253 0.031047 -0.026992 0.006304 0.102032 -0.137892 0.007857 -0.031835 -0.033072 -0.017058 0.093676 -0.012502 0.068482 0.046708 0.011251 -0.037132 0.072635 0.025771 0.032485 0.067681 0.062991 0.043514 0.03984 -0.025946 0.049881 0.047052 0.067473 -0.01366 -0.020156 0.01426 -0.012405 0.006099 0.02579 -0.005406 0.115602 0.114618 -0.035643 0.004417 -0.08192 0.035902 0.023471 0.023432 0.075495 0.036442 -0.019793 0.042801 0.019295 0.010683 -0.066693 0.056875 -0.003705 -0.062461 -0.004559 -0.085195 -0.003003 0.007137 0.021249 -0.040961 -0.010374 0.014985 -0.022636 -0.052863 -0.025829 0.024992 0.010701 0.023769 -0.076393 -0.025878 0.052607 0.030546 0.007969 0.051497 0.07282 0.03467 2.2e-05 -0.011327 0.006978 0.039377 -0.04975 -0.064486 0.002247 0.010222 0.042201 0.021771 -0.040762 0.089148 0.064039 0.04774 0.051883 -0.00953 -0.001554 -0.090798 -0.030961 -0.066096 0.067711 0.080994 0.003918 0.019937 0.01204 0.01676 -0.013698 -0.020277 0.045114 -0.019103 0.021022 -0.003648 -0.027644 -0.047703 0.036558 -0.03377 0.044974 -0.029679 0.112521 -0.082377 0.116701 -0.009652 -0.062421 -0.002089 -0.078987 0.038846 -0.009501 0.011781 0.09541 -0.005164 0.027228 0.137136 -0.023605 0.047034 0.001109 0.016072 0.029174 0.045729 -0.047829 0.041583 -0.016026 0.003046 0.003756 0.023074 0.040674 -0.107847 0.008998 -0.034633 0.029967 0.049935 0.044698 0.004508 0.00571 -0.097918 0.062905 0.03611 0.004776 -0.026674 -0.125976 0.025041 -0.035438 0.017436 0.035355 0.072612 0.004706 0.019109 -0.01841 -0.025344 0.016604 0.060911 -0.020018 0.009666 -0.014638 0.0298 0.029052 -0.074975 0.027969 -0.007371 -0.024619\nỏ 0.016749 0.071566 -0.069287 0.05783 0.040844 0.004591 -0.037252 0.006482 -0.030842 -0.003362 0.076733 0.014304 0.073361 0.092007 0.026965 0.062991 0.028458 0.012544 0.076177 0.087179 -0.050209 0.135103 -0.022663 -0.016073 0.037719 0.061141 -0.033777 -0.039611 0.146476 0.014579 0.0433 -0.134334 0.013916 -0.005253 -0.004429 0.014491 -0.00279 0.031958 0.004256 0.061283 0.13809 0.014986 0.003774 0.008952 -0.031846 0.00064 0.033126 -0.036015 -0.032924 -0.045203 -0.024815 0.010118 -0.015687 -0.039682 -0.008084 -0.038232 0.035503 0.095122 -0.013167 0.067461 0.02291 -0.044004 0.014537 0.062003 0.011909 0.027786 -0.095913 0.144807 0.02725 0.03385 -0.036702 0.066833 0.018328 0.050268 -0.135309 0.118037 0.007291 -0.008482 0.00028 0.015035 0.018428 0.000302 -0.088796 0.019906 -0.018128 -0.038412 -0.001306 0.022358 -0.05097 -0.013933 0.038512 0.036186 0.038328 -0.073542 -0.048179 0.050255 -0.012073 -0.015792 0.021011 -0.050402 0.030913 0.01195 -0.095793 0.069358 -0.04915 -0.00074 0.00485 0.056736 0.110897 0.031064 -0.046933 -0.000851 -0.024195 0.02174 0.054527 0.006228 -0.029719 0.019 -0.062959 -0.018758 0.035573 -0.042742 0.090022 -0.0719 0.066185 0.049644 0.005351 0.036685 -0.045525 -0.006386 0.035564 0.070627 -0.134315 -0.027466 -0.053158 -0.007134 -0.066753 0.114036 0.027125 0.130716 0.069336 -0.009085 -0.028933 0.070333 0.018964 0.025706 0.118619 0.069856 0.076129 0.076527 -0.024398 -0.005932 0.073485 0.001504 0.02109 0.010317 -0.016931 0.020179 0.058067 0.040529 -0.003246 0.07796 0.111881 -0.014031 0.057968 -0.072844 -0.032845 -0.010928 0.024846 0.118433 0.043464 0.007641 0.052148 0.028791 0.048921 -0.031782 0.080502 -0.026852 -0.065433 -0.009759 -0.075992 -0.060542 -0.002514 -0.031563 -0.002646 -0.034921 -0.02672 -0.080651 -0.034732 -0.001681 0.031432 0.013253 0.027032 -0.051435 -0.092789 0.055936 0.015016 -0.001434 0.05508 0.069383 0.01154 -0.048925 -0.029323 -0.070983 0.047647 -0.004401 -0.119867 0.029991 -0.025489 0.044336 0.048986 -0.061888 0.081746 -0.003163 0.034093 0.068904 -0.030627 0.010153 -0.094957 -0.020724 -0.08029 0.083967 0.042957 0.014855 0.019024 0.069879 0.0627 -0.041232 -0.042076 0.005937 -0.070376 0.029352 0.006042 -0.002036 -0.036119 0.048709 -0.045112 0.029837 -0.054286 0.105324 -0.090256 0.119924 0.021542 -0.109588 0.036594 -0.017483 0.056708 0.013186 0.006457 0.100688 -0.007625 0.053579 0.145238 0.019438 0.029363 -0.032762 -0.019858 0.018572 -0.016467 -0.108335 -0.047869 -0.030487 0.011924 -0.007887 -0.005072 0.041672 -0.032936 -0.030452 -0.036716 0.054182 0.013445 0.028818 0.020654 0.051133 -0.104351 0.024122 0.029719 -0.009403 0.016096 -0.151443 -0.039437 -0.076945 0.053183 -0.012092 0.066477 0.021367 0.06627 0.008394 -0.004001 0.019352 0.072645 -0.036492 -0.058576 -0.016749 0.054642 0.032381 -0.097217 0.075001 -0.016566 -0.054154\ný 0.01928 -0.014923 0.012669 0.034825 0.016154 -0.047409 -0.004744 -0.015233 0.003552 0.013943 0.033929 0.031826 -0.043616 0.036429 0.007876 0.002032 0.007534 0.037659 -0.007572 0.032995 -0.025613 0.081367 0.014396 -0.0105 -0.020895 0.032244 0.003806 -0.02185 0.01174 0.024115 -0.010253 -0.068545 0.028482 -0.045021 -0.005506 0.063917 -0.078688 0.05469 0.026114 0.127626 0.04534 0.010267 0.031374 -0.005518 -0.037013 -0.021204 0.023433 -0.097134 0.059134 0.014763 0.010282 -0.012889 0.011909 -0.060375 0.057985 -0.028704 -0.024904 -0.007932 -0.05267 0.115407 0.031948 -0.076045 0.009943 0.038041 0.022072 0.013204 -0.049526 0.063676 -0.03954 0.044803 -0.002249 0.051526 0.012521 0.002464 -0.025912 0.074005 0.012476 0.077007 -0.007755 0.023507 0.010519 0.032856 -0.036978 0.106704 -0.003753 -0.103668 -0.070306 0.053501 -0.028794 -0.035068 0.030395 -0.000528 -0.031703 -0.118763 -0.024432 -0.005246 0.018892 -0.034331 -0.012445 -0.074392 0.020513 0.014352 -0.113181 0.030731 -0.034211 0.032831 0.038261 0.016606 0.055544 0.020899 -0.029611 0.04011 -0.033833 0.074986 0.005426 0.010497 -0.047083 0.037688 -0.05765 -0.102083 0.118462 -0.103496 0.096868 -0.037058 0.077913 -0.023125 -0.02837 0.018428 0.09472 -0.066279 0.021818 0.065525 -0.118063 0.041535 0.008392 -0.040134 0.0022 0.067222 -0.02002 0.052859 0.099037 0.012691 -0.040093 0.070071 0.016333 0.036336 0.064657 0.049414 0.042825 0.086832 -0.013335 0.101865 -0.001164 0.0523 0.017844 -0.006049 0.037 0.016564 0.005075 0.039318 -0.0137 0.145482 0.063589 0.011688 0.028721 -0.047425 0.04676 0.014469 0.017198 0.051511 -0.007055 -0.047776 0.006968 0.006743 -0.030077 -0.029247 0.031561 0.035768 -0.079315 0.037844 -0.071451 -0.011137 0.012019 0.05345 -0.063068 -0.001573 0.017088 0.003851 -0.017235 -0.018535 0.005293 0.045393 0.036045 -0.015653 0.011495 -0.014641 0.021406 -0.030054 0.035957 0.06117 0.034408 -0.014915 0.03437 0.043272 0.049464 -0.0737 -0.006211 -0.032803 0.006247 0.041017 0.038112 -0.055312 0.091682 0.078532 0.065031 0.01973 0.073125 -0.005943 -0.069458 -0.071681 -0.029351 0.036745 0.089341 0.040904 0.032348 0.018821 -0.013801 -0.020467 -0.019828 0.036942 -0.05636 0.017968 -0.014201 -0.014173 -0.007562 0.028792 -0.015778 0.029081 0.039193 0.050363 -0.090821 0.073476 -0.020808 -0.058781 0.022487 -0.075349 0.080077 -0.030322 -0.035085 0.058858 0.013095 0.037082 0.039884 -0.050671 0.045043 0.019329 0.039087 -0.017529 0.073019 -0.007675 0.043704 -0.021117 0.029681 -0.035047 0.066223 -0.01564 -0.074564 -0.032603 -0.001589 0.032576 0.043209 0.0182 -0.005626 0.008513 -0.070243 0.032541 0.019448 7.7e-05 0.001721 -0.053359 0.060098 -0.009429 0.060451 0.053143 0.037297 0.006221 -0.010258 -0.015264 -0.007722 0.010363 -0.020984 -0.031359 0.018947 -0.051543 0.031776 -0.016967 -0.047643 0.027555 0.057266 -0.020102\nĐ 0.022821 -0.017043 -0.007864 0.031375 0.002632 -0.087433 0.026611 0.000922 0.029314 -0.00689 0.034404 0.013487 -0.065241 0.021877 -0.005764 -0.000361 0.035958 0.047267 -0.058543 0.022822 -0.018279 0.104307 0.02651 0.029092 0.006431 0.009505 0.008478 0.00107 -0.009045 0.018111 -0.006434 -0.02922 0.034457 -0.04239 0.016908 0.070315 -0.062167 0.040864 -0.020699 0.116401 0.012164 0.004119 0.026417 -0.042399 -0.00786 -0.009656 0.042111 -0.095677 0.060746 0.011658 -0.009934 0.009845 -0.014943 -0.043124 0.047933 -0.030959 0.00215 -0.040104 -0.024541 0.106487 -0.013235 -0.019867 0.074698 0.043673 0.035685 0.00644 -0.06224 0.077074 -0.082252 0.052339 0.013399 0.055773 0.020081 -0.02903 -0.01627 0.096696 -0.002809 0.071565 -0.010149 0.044229 0.037549 0.058193 -0.031303 0.151226 0.010651 -0.108968 -0.050519 0.0655 -0.032394 -0.054909 0.050916 -0.013852 -0.006324 -0.099976 -0.053863 0.023165 0.009883 -0.061646 -0.030505 -0.088323 0.021803 0.022232 -0.100335 0.040759 -0.00487 0.048589 0.049903 0.042409 0.008288 0.002338 -0.013563 0.043915 -0.031678 0.0913 0.013989 0.006438 -0.085209 0.042121 -0.053297 -0.07957 0.141349 -0.106661 0.089372 -0.034099 0.058091 -0.029876 -0.028004 0.062998 0.082506 -0.054743 0.031687 0.023028 -0.091913 0.02363 0.007227 -0.055738 0.010585 0.054714 -0.01765 0.055534 0.059759 -0.013061 -0.008379 0.062518 0.040194 0.044558 0.058715 0.059083 0.0744 0.084137 -0.017193 0.12761 -0.040429 0.089876 0.046574 -0.003361 0.049617 -0.00755 -0.01805 0.054254 -0.039488 0.130535 0.043731 0.038297 -0.011014 -0.036954 0.051139 -0.004615 0.013189 0.042542 0.014433 -0.061503 0.003092 0.000201 -0.040987 -0.030888 0.001497 0.062876 -0.105595 0.01436 -0.056334 -0.015525 0.028596 0.043131 -0.050496 -0.022257 0.045932 0.022199 -0.031612 -0.060045 -0.005236 0.05317 0.015495 -0.025063 0.0301 -0.047796 0.001339 0.011555 0.001959 0.0786 0.045889 0.011887 0.050643 0.053818 0.080651 -0.085927 0.013725 -0.019584 0.012933 0.052166 0.049053 -0.063382 0.108943 0.075441 0.05495 0.02131 0.068509 -0.014346 -0.048447 -0.103884 -0.023729 0.019773 0.085487 0.011641 0.064306 -0.064576 -0.048947 -0.016206 0.019041 0.023496 -0.073796 -0.020568 0.010285 -0.019217 -0.012821 0.025064 -0.051158 0.012839 0.079006 0.033805 -0.101293 0.092034 -0.039472 -0.065038 0.030949 -0.112599 0.120177 -0.075794 -0.073607 0.047258 -0.002859 0.024163 0.026222 -0.002954 0.050102 0.007957 0.002414 -0.01045 0.072912 0.018736 0.062023 -0.002473 0.057524 0.008376 0.085762 0.00766 -0.087175 0.000569 -0.029443 0.044602 0.058655 0.003182 0.004037 0.020606 -0.063874 0.027393 -0.015412 -0.017235 0.001532 -0.025179 0.06625 0.009039 0.030685 0.046284 0.067326 0.024145 -0.029725 -0.022815 -0.019632 0.030583 -0.054891 -0.032107 0.023086 -0.023347 0.050459 -0.02229 -0.011119 0.025045 0.026964 -0.013335\nẢ 0.005886 0.030507 -0.07277 0.040497 0.008686 -0.087241 0.019885 0.016021 0.088723 0.023059 0.008366 -0.038918 -0.064714 -0.024694 -0.01481 -0.031632 0.029421 -0.004651 0.010607 0.027198 0.075747 0.066803 0.011694 0.013318 0.072126 0.025408 0.028858 -0.014901 -0.092726 -0.008066 0.002024 -0.030422 -0.020684 -0.006632 0.085048 0.069508 -0.039713 0.036372 -0.007163 0.042368 -0.033479 0.000955 -0.015162 -0.085128 -0.000234 -0.02556 0.057929 -0.013955 -0.030948 0.01318 -0.000644 0.002248 0.00861 -0.043993 0.043335 -0.044841 0.018943 -0.022782 0.015814 0.107276 -0.034482 0.012801 0.097045 0.030332 0.051479 0.024161 -0.041744 0.037184 -0.079892 0.050096 0.012953 0.043987 0.006548 0.024062 -0.04016 0.117761 -0.042364 0.026563 -0.017464 0.030672 -0.021723 0.019469 -0.010734 0.139981 -0.023596 -0.010081 -0.014884 0.084465 -0.044457 -0.035138 0.051865 0.056142 0.019698 -0.050047 -0.022041 0.012584 -0.037165 -0.061662 -0.04685 -0.027392 0.001481 -0.01395 -0.042981 0.021126 0.039838 -0.000784 0.027719 -0.016047 0.016777 0.016674 0.002839 -0.027431 -0.0402 0.035382 -0.002684 0.056636 -0.057994 0.025848 -0.086943 -0.045682 0.069668 -0.082786 0.068409 0.000883 0.042094 -0.031972 0.010703 0.01657 0.048388 -0.010083 0.013837 -0.0117 -0.066587 -0.045306 0.009222 -0.108388 0.018099 0.084736 0.003998 0.035298 0.032809 -0.038612 0.029342 0.09427 0.032278 -0.027261 0.090572 0.107864 0.01354 0.099412 0.002004 0.111696 -0.038824 0.162778 0.072841 0.013547 0.000895 0.03035 0.033697 0.068595 -0.023147 0.071483 0.031964 0.016359 -0.018907 0.000939 0.02122 -0.05491 0.029517 0.042199 -0.041501 -0.051331 0.030953 0.023088 -0.079323 -0.010821 -0.00957 0.073582 -0.010369 0.021814 -0.031627 0.011535 0.041495 0.017243 -0.001975 -0.050715 0.042368 -0.004944 -0.062995 -0.077603 0.037928 0.022887 -0.002483 -0.051242 -0.005551 -0.097826 -0.020529 -0.006253 -0.001413 0.075664 0.021858 -0.000453 0.005459 0.031058 0.075911 -0.046833 -0.005602 0.00736 -0.025421 0.117492 0.04309 -0.055838 0.062082 0.0313 0.020368 0.007454 0.033036 0.011358 -0.057956 -0.099779 -0.039687 0.042299 0.060999 0.005316 0.047262 -0.013473 -0.02496 -0.035687 -0.001572 0.00999 -0.036043 -0.032244 0.029593 0.035055 -0.003673 -0.003302 -0.054127 0.041748 0.070739 -0.028188 -0.061598 0.064859 -0.063232 -0.073106 0.020227 -0.098345 0.126869 -0.039122 -0.025704 0.020508 -0.05785 0.054761 0.012477 0.020896 -0.006851 0.028824 0.010825 -0.007105 0.046326 -0.018882 -0.002944 -0.008747 0.008115 0.046909 0.030097 0.022623 -0.111069 0.004608 -0.057503 -0.003544 0.034891 0.022174 -0.038017 -0.003269 0.008923 0.000393 -0.010271 0.004223 0.036993 0.065186 0.094381 0.052717 0.00139 -0.01503 0.052232 0.063009 -0.017383 -0.02631 -0.076526 -0.003821 -0.033897 -0.042768 -0.020948 -0.022914 0.018673 0.024821 0.007607 0.078713 -0.013876 0.010226\nõ 0.020743 -0.005207 0.005337 0.063361 0.010388 -0.077082 0.004421 -0.009964 -0.013423 -0.006835 0.028641 0.037498 -0.061828 0.049915 0.006519 0.026572 0.025862 0.053552 -0.023344 0.033226 -0.031721 0.118556 0.046889 0.002769 -0.004618 -0.009197 -0.01223 0.020743 0.047379 0.013049 0.009493 -0.076658 0.061575 -0.039262 -0.001158 0.083954 -0.06631 0.068865 -0.005894 0.136645 0.051204 0.015913 0.025922 -0.019927 -0.006749 -0.014622 0.020325 -0.086261 0.086671 0.024057 0.01069 -0.007255 -0.028001 -0.077961 0.031768 0.002709 -0.017271 -0.013355 -0.048629 0.109566 -0.006835 -0.009 0.032666 0.054467 0.031496 0.008938 -0.023672 0.11443 -0.051173 0.065468 0.027738 0.058923 0.008832 -0.005674 -0.032943 0.10066 0.008291 0.064104 -0.029246 0.032657 0.046757 0.050906 -0.049257 0.114909 0.00241 -0.087215 -0.057214 0.06503 -0.013228 -0.046655 0.038368 -0.022837 -0.020267 -0.095493 -0.064129 0.007598 0.020292 -0.048376 -0.022088 -0.093185 0.018699 -0.01136 -0.134655 0.068309 -0.045319 0.042103 0.053616 0.056296 0.027217 0.011708 -0.042535 0.078853 -0.002238 0.073297 0.013176 0.003269 -0.071646 0.032994 -0.031009 -0.072179 0.128513 -0.131524 0.111855 -0.035451 0.034705 -0.011358 0.000225 0.070203 0.098431 -0.053077 0.039601 0.044164 -0.114563 0.022347 0.025427 -0.03988 0.002802 0.060262 -0.020455 0.066597 0.077544 0.009736 -0.043828 0.079004 0.028004 0.044238 0.067751 0.034289 0.083996 0.08851 -0.0431 0.11943 -0.018559 0.05657 0.022152 0.001742 0.027712 0.003958 0.004261 0.039659 -0.056182 0.139374 0.058764 0.02315 0.03314 -0.039311 0.040193 0.008873 0.015162 0.078762 0.037987 -0.047116 0.008866 0.027616 -0.019128 -0.036177 0.029785 0.043546 -0.101649 0.018554 -0.038655 -0.0579 0.01701 0.051287 -0.064622 0.039462 0.034741 0.039044 -0.016093 -0.039887 0.002254 0.0746 0.03223 -0.014423 0.044542 -0.028754 0.006724 -0.003078 0.00629 0.09133 0.06673 -0.020432 0.050393 0.054401 0.062476 -0.065607 -0.009715 -0.012145 0.017657 0.034043 0.027495 -0.080539 0.115565 0.076846 0.090157 0.029777 0.073064 0.002654 -0.056649 -0.111856 -0.001898 0.013501 0.102962 0.037499 0.046491 -0.028629 -0.046092 -0.037323 0.008 0.028316 -0.06874 -0.001147 -0.004157 -0.034551 -0.0272 0.057715 -0.042771 -0.013666 0.063381 0.04908 -0.126132 0.110356 -0.023396 -0.06003 0.028875 -0.126467 0.110839 -0.084655 -0.044928 0.035971 0.001702 0.034845 0.030296 0.014247 0.062185 0.002072 0.016603 -0.026675 0.070255 0.002411 0.057276 3.7e-05 0.027864 -0.02167 0.090681 -0.005091 -0.065808 0.012502 0.003758 0.05105 0.044396 0.00498 -0.021005 0.016338 -0.085601 0.015723 0.002491 -0.018167 0.005532 -0.05776 0.054779 -0.013252 0.058678 0.057683 0.100055 5.2e-05 0.012223 -0.016333 0.001201 0.024476 -0.046917 -0.038532 0.03733 -0.027703 0.050119 -0.041307 -0.036821 0.024097 0.03833 -0.017781\nẳ -0.035441 0.071569 -0.02831 0.070437 0.091475 -0.046529 -0.093991 -0.049665 0.006099 0.002792 0.011719 -0.025798 0.132653 0.004825 -0.039221 0.161711 0.035127 -0.041443 0.109624 0.021541 -0.030265 0.108598 0.044648 0.091332 0.076932 0.128443 -0.003337 -0.076993 0.164491 0.010412 -0.00337 -0.236566 0.006305 0.049772 0.002082 0.044624 0.010646 0.133268 0.01134 0.094321 0.167322 0.001549 -0.008099 0.0827 -0.026429 -0.00777 0.06134 0.002025 -0.035792 -0.02018 0.029173 0.035102 -0.113044 -0.1081 0.048807 -0.051146 0.016435 0.077501 0.01165 0.033616 0.03833 0.007592 -0.002299 0.069837 0.042664 0.016722 -0.001381 0.128295 0.018016 0.059601 -0.010739 0.06687 0.007584 0.046247 -0.066735 0.033004 0.056068 0.018342 0.007404 0.004808 0.006414 0.007311 -0.036394 -0.010746 -0.019146 -0.015667 -0.046154 0.007522 -0.110825 -0.002072 -0.049422 -0.010298 0.019473 -0.036946 0.006824 0.061969 -0.008617 -0.002768 0.017928 -0.042567 -0.055462 -0.046269 -0.055953 0.069206 -0.077531 0.058647 0.001986 -0.012042 0.163115 0.038546 -0.014743 0.028703 0.011496 0.037965 0.067471 0.073989 -0.048904 0.016836 -0.097897 -0.056455 0.140427 -0.070422 0.145071 -0.024419 0.034324 0.022686 -0.000514 0.000682 0.018406 0.006398 0.049748 0.124481 -0.15454 -0.051109 -0.091093 0.034133 -0.041875 0.11223 0.050623 0.049395 0.034005 -0.039498 -0.017523 0.020314 0.001229 0.046802 0.150436 0.0711 0.009063 0.075332 -0.063998 -0.003328 0.128154 -0.068017 -0.023743 -0.004202 -0.069475 0.030475 0.051221 0.039381 0.023327 0.069431 0.098571 -0.090536 0.114062 -0.133544 0.018293 0.057571 0.076062 0.048448 0.047777 -0.007055 0.073773 0.067194 0.078628 0.003063 0.133743 0.004876 -0.077364 -0.023019 0.006814 -0.132545 -0.058731 -0.035583 0.011734 -0.023614 -0.044419 -0.013577 -0.04262 0.082627 0.027822 0.022472 0.018048 -0.002879 -0.043043 0.046964 0.025009 -0.03836 0.123778 0.076743 0.018598 -0.000113 -0.049783 -0.043566 -0.022704 -0.022346 -0.137355 -0.050531 -0.089643 0.096403 0.037687 -0.034399 0.067129 -0.081841 0.093995 -0.035342 -0.014164 -0.017347 -0.141501 -0.109903 -0.066215 0.172872 0.060356 0.024847 -0.01195 0.110142 0.035469 -0.10515 -0.070639 0.027344 -0.075824 0.053106 -0.028799 -0.068933 -0.024871 0.10177 -0.066838 0.005251 -0.022443 0.162195 -0.124663 0.13556 0.039171 -0.080732 0.07553 -0.085571 0.023001 0.014762 -0.008809 0.131466 -0.046502 0.047209 0.119002 -0.013834 -0.022069 -0.116423 -0.038212 0.025593 -0.007579 -0.090249 0.015818 -0.041897 -0.070702 -0.046732 -0.011327 -0.025979 0.014921 -0.028092 -0.064132 0.001945 -0.032823 0.005772 -0.046137 -0.012802 -0.049085 0.048056 0.072801 0.033385 0.040271 -0.12421 0.018271 -0.06012 0.085032 -0.067694 0.012263 -0.001527 0.091669 -0.077644 -0.038646 -0.02981 0.132175 -0.051096 -0.048616 0.010439 0.00478 -0.048274 -0.042037 0.044022 0.062882 -0.003232\nắ 0.023276 0.025829 -0.02816 0.037866 0.017089 -0.043256 -0.015585 0.013656 0.000657 -0.006493 0.042337 0.018573 0.029716 0.018419 0.015819 0.057496 0.028108 0.041541 0.020307 0.054605 -0.053754 0.113523 0.008142 0.026247 0.037796 0.042291 -0.033913 -0.017893 0.087506 -0.008238 0.007571 -0.09677 0.034291 0.006361 0.008465 0.04942 -0.04294 0.031181 0.001159 0.111696 0.063334 -0.00194 0.024172 -0.00523 -0.03023 0.028292 0.040375 -0.055536 0.010811 -0.023359 -0.015298 0.027357 -0.015524 -0.054812 0.00942 -0.041255 0.013125 0.039013 -0.005574 0.07961 -0.007228 -0.04918 0.041394 0.059133 0.017079 0.016457 -0.069773 0.125591 0.00318 0.045992 0.015459 0.050647 0.000962 0.00336 -0.086993 0.114416 -0.004247 0.053007 -0.009248 0.046932 0.013134 0.049569 -0.059266 0.101549 -0.024474 -0.061019 -0.025786 0.007237 -0.035948 -0.040405 0.046638 0.027391 0.003343 -0.072485 -0.063767 0.039327 0.011777 -0.027457 0.005738 -0.064666 0.04079 0.001091 -0.096811 0.043149 -0.035939 0.027688 0.036715 0.046175 0.053221 0.016325 -0.033054 0.040603 -0.002804 0.064122 0.023181 0.016901 -0.058326 0.025016 -0.056889 -0.037726 0.08907 -0.062968 0.108161 -0.054366 0.05661 0.007838 -0.001625 0.048773 0.016056 -0.020177 0.03591 0.05652 -0.122834 0.019527 -0.067798 -0.023251 -0.026919 0.080267 0.016738 0.104751 0.044293 -0.019861 -0.020415 0.068081 0.028548 0.044298 0.079191 0.078204 0.052849 0.085017 -0.00713 0.059941 0.033998 0.057737 0.026964 -0.003595 0.032244 -0.002199 0.004401 0.049754 -0.018638 0.110305 0.073573 0.016407 0.020993 -0.066172 0.024741 -0.010229 0.02183 0.066996 0.029722 -0.037833 0.034277 0.036907 -0.000656 -0.055183 0.026773 -0.005639 -0.081509 -0.012389 -0.065407 -0.042051 0.01113 0.017627 -0.032399 -0.011706 0.016755 -0.041462 -0.046045 -0.041548 0.013159 0.037764 0.027105 -0.034714 -0.031564 0.018372 0.01238 -0.005288 0.0547 0.066139 0.036401 -0.019623 -0.003361 0.006761 0.067082 -0.0602 -0.05752 -0.003227 -0.025499 0.033112 0.037012 -0.052888 0.108428 0.019951 0.066292 0.024996 0.028909 -0.001916 -0.093791 -0.084095 -0.05887 0.050507 0.067917 0.001642 0.037349 0.00126 0.004804 -0.038852 -0.003055 0.025317 -0.078492 -0.026166 -0.001958 -0.01964 -0.030147 0.040507 -0.061594 0.011477 0.006551 0.091827 -0.106793 0.112647 -0.03091 -0.090121 0.019543 -0.04903 0.097763 -0.031982 -0.04116 0.096151 0.006945 0.033232 0.100693 -0.006453 0.053594 -0.01688 -0.005721 0.00203 0.015369 -0.045145 0.023082 -0.00093 0.028831 0.006376 0.032456 0.010589 -0.047951 -0.009398 -0.044181 0.046533 0.030472 0.004737 0.023989 0.009688 -0.099122 0.042283 0.043298 -0.004066 -0.003635 -0.126116 0.030285 -0.035425 0.024146 0.00116 0.066622 0.029868 0.045964 -0.002163 -0.014071 0.040231 0.031489 -0.044912 -0.009149 -0.037368 0.047914 -0.002267 -0.048584 0.073257 0.008291 -0.040118\nĩ 0.061932 -0.054906 0.009923 0.00647 0.012219 -0.06682 0.01802 0.001782 0.014634 0.000231 0.018867 0.024957 -0.027518 0.008328 0.018599 0.011723 0.024915 0.048709 -0.002723 0.027384 -0.048784 0.087065 0.006598 0.002171 0.025158 0.052744 -0.011439 -0.019537 0.027653 0.013204 0.010492 -0.059721 0.038286 -0.034795 0.005539 0.057476 -0.057694 0.013743 -0.005305 0.114978 0.011312 0.01402 0.038391 -0.01029 -0.028501 -0.020034 0.03439 -0.092069 0.043801 0.014097 -0.015314 0.024271 -0.025413 -0.060557 0.06985 -0.018653 -0.043067 -0.004886 -0.019396 0.11924 0.029056 -0.058167 0.060576 0.050411 0.030524 0.023837 -0.081306 0.058202 -0.034964 0.043862 0.007791 0.056485 0.005772 -0.022983 -0.034841 0.088233 0.035524 0.084772 -0.003852 0.0154 0.022227 0.051347 -0.046274 0.121095 -0.022616 -0.078167 -0.065142 0.00578 -0.038333 -0.028409 0.044673 0.010099 -0.019204 -0.130783 -0.032504 0.012063 0.004739 -0.039279 -0.025553 -0.09439 0.017551 0.020949 -0.116945 0.027956 -0.018545 0.040436 0.044205 0.017913 0.043967 0.03486 -0.007452 0.019808 -0.021492 0.088229 0.027301 0.020319 -0.06543 0.035492 -0.050545 -0.063656 0.167357 -0.073802 0.121031 -0.039949 0.088276 -0.029254 -0.035001 0.029321 0.0513 -0.067734 0.032184 0.053338 -0.125523 0.019407 -0.056141 -0.036409 0.008677 0.068148 -0.011705 0.04853 0.063124 0.0007 -0.037258 0.059886 0.029425 0.030174 0.079132 0.085201 0.064658 0.0777 -0.005924 0.12352 -0.013912 0.08269 0.023733 -0.001204 0.047512 -0.025587 -0.004486 0.05973 -0.014949 0.119415 0.064723 0.030948 0.029118 -0.058441 0.057234 0.009256 0.025597 0.04437 -0.011559 -0.051997 -0.006171 0.00259 -0.028585 -0.048368 0.031207 0.028801 -0.086247 0.000373 -0.081949 -0.004519 0.007087 0.041095 -0.041909 -0.026941 0.034822 -0.00304 -0.024124 -0.041999 -0.004174 0.046202 0.023522 -0.000341 -0.002234 -0.003721 -0.000888 -0.01878 0.024704 0.058023 0.028157 0.020041 0.035987 0.039241 0.066966 -0.092063 -0.008868 -0.004939 0.012653 0.042888 0.029904 -0.053252 0.084803 0.051046 0.049259 0.032295 0.070083 -0.010752 -0.060587 -0.079219 -0.068891 0.022843 0.084581 0.019759 0.026988 -0.025278 -0.01181 -0.01101 0.007878 0.025924 -0.059254 -0.030444 -0.013917 -0.026765 -0.006561 0.016602 -0.060678 0.028135 0.051087 0.06917 -0.084007 0.090464 -0.009709 -0.041293 0.022369 -0.094816 0.101452 -0.02394 -0.034926 0.091806 -0.029339 0.041745 0.079824 -0.043786 0.032319 0.018997 0.002643 -0.020892 0.043821 0.017696 0.042665 0.001418 0.0427 0.011838 0.05679 0.001011 -0.067325 -0.005006 -0.032639 0.036027 0.05993 0.006531 -0.017795 0.027456 -0.065177 0.059916 0.010717 -0.005317 0.002204 -0.073218 0.063513 -0.040289 0.014691 0.033618 0.04643 0.024988 -0.01164 -0.016428 -0.008314 0.017562 -0.020946 -0.016246 0.008659 -0.03222 0.021333 -0.02653 -0.033306 0.043266 0.019457 -0.034602\nỳ 0.022609 -0.014711 0.014913 0.048426 0.008403 -0.065984 0.001865 -0.005865 -0.000945 0.000334 0.022836 0.028775 -0.070645 0.047143 -0.010564 0.014777 0.03432 0.052561 -0.026794 0.0472 -0.020363 0.112792 0.040536 0.037066 0.005402 0.01321 -0.004029 0.010368 0.017513 0.013572 0.01203 -0.066905 0.046395 -0.032882 0.001909 0.068019 -0.066517 0.051171 -0.001144 0.118235 0.040372 0.014798 0.01743 -0.031429 -0.005531 -0.005483 0.051388 -0.101641 0.068577 -0.002095 -0.005447 -0.007627 -0.013427 -0.058499 0.039207 -0.001012 -0.000566 -0.022191 -0.044664 0.116223 -0.005509 -0.024669 0.03452 0.045254 0.023141 0.000452 -0.031701 0.095438 -0.06696 0.049626 0.006329 0.042433 0.025376 -0.030182 -0.028659 0.088092 -0.004148 0.081704 -0.013488 0.043377 0.035363 0.032366 -0.029481 0.135945 -0.008902 -0.109077 -0.052942 0.069246 -0.025697 -0.049693 0.044805 -0.003003 -0.020459 -0.117822 -0.043601 0.001329 0.029049 -0.058574 -0.029192 -0.081994 0.024693 0.026783 -0.135907 0.046767 -0.029958 0.037245 0.040539 0.041679 0.032669 0.004598 -0.042126 0.053933 -0.028717 0.085706 0.003762 -0.000453 -0.061277 0.032982 -0.053943 -0.076612 0.117841 -0.091625 0.102985 -0.038119 0.055344 -0.024972 -0.016386 0.043516 0.089289 -0.049499 0.022503 0.045041 -0.098339 0.01688 0.015218 -0.021838 -0.00015 0.065546 -0.02104 0.074957 0.079535 -0.007476 -0.022409 0.070108 0.049627 0.041932 0.048318 0.042226 0.07307 0.093756 -0.007095 0.122732 -0.013581 0.082303 0.039612 -0.00543 0.052181 -0.012629 0.005925 0.0313 -0.031841 0.132285 0.069319 0.036119 0.017736 -0.040338 0.048085 0.011839 0.005628 0.054185 0.014535 -0.054893 0.006689 0.026544 -0.043023 -0.016256 0.010155 0.046333 -0.098782 0.019271 -0.047334 -0.019039 0.019467 0.032478 -0.061113 0.00496 0.033172 0.023356 -0.015701 -0.041272 -0.000985 0.052734 0.026855 -0.003971 0.037253 -0.018732 0.001423 0.002686 0.004595 0.063213 0.047942 0.003486 0.050119 0.052674 0.072428 -0.06816 0.016863 -0.026594 0.017049 0.025308 0.0432 -0.059621 0.104697 0.080827 0.063611 0.026143 0.07987 -0.010763 -0.044106 -0.088085 0.000589 0.010973 0.098729 0.014864 0.066591 -0.043127 -0.039128 -0.027578 0.025398 0.048058 -0.077457 -0.00707 0.02114 -0.006398 -0.013843 0.051106 -0.026399 -0.007076 0.050438 0.04025 -0.11205 0.090231 -0.034946 -0.056462 0.027687 -0.121132 0.128564 -0.066675 -0.044821 0.053266 0.001772 0.039193 0.009477 -0.010347 0.041335 0.009391 0.015831 -0.021769 0.058849 0.00264 0.052993 0.002566 0.053702 0.005149 0.079766 -0.009073 -0.081199 -0.000201 -0.027756 0.040399 0.039029 0.010552 -0.005816 0.029806 -0.081104 0.012209 0.003311 -0.03153 0.018122 -0.036195 0.045124 0.00846 0.037664 0.05099 0.077106 0.016144 -0.01792 -0.014824 -0.009572 0.026438 -0.052063 -0.020414 0.031148 -0.054226 0.04647 -0.035172 -0.046729 0.037465 0.057399 -0.032129\nÂ 0.033798 -0.003537 -0.033958 0.021158 -0.012367 -0.095133 0.05264 0.01088 0.073816 1.1e-05 0.012322 -0.007948 -0.060838 -0.017457 -0.016006 -0.025255 0.035347 0.040198 -0.033105 0.04952 0.019691 0.079458 0.010143 0.023514 0.057455 0.033377 0.005038 -0.03603 -0.056067 -0.003017 -0.014874 -0.047323 0.008696 -0.018906 0.067318 0.054687 -0.05287 0.033913 -0.014159 0.074466 -0.011754 -0.029705 -0.011593 -0.06017 0.00291 -0.024759 0.06038 -0.062254 -0.009177 0.008312 -0.021476 0.015602 0.03648 -0.034334 0.060933 -0.051592 0.00767 -0.030918 0.005113 0.098407 -0.007286 0.0065 0.107384 0.039889 0.044721 0.038381 -0.070978 0.077667 -0.071667 0.076722 0.007607 0.063928 0.019034 -0.025749 -0.018391 0.103186 -0.008269 0.065407 -0.024101 0.019606 -0.012282 0.04527 -0.03242 0.143245 -0.038031 -0.050488 -0.039486 0.061207 -0.015603 -0.009429 0.076746 0.048246 -0.006941 -0.08663 -0.049903 -0.006418 0.012567 -0.070449 -0.027607 -0.0766 0.026139 0.016589 -0.077691 0.00724 0.018556 0.038336 0.023304 -0.004445 0.063281 0.006071 0.029349 0.008849 -0.019781 0.066172 -0.000797 0.043122 -0.084205 -0.006854 -0.113561 -0.077462 0.114791 -0.061937 0.105652 -0.018418 0.088188 -0.039656 -0.000358 0.000328 0.058869 -0.045086 0.015321 0.019692 -0.099261 -0.040822 -0.002886 -0.078427 0.01771 0.058912 0.027423 0.003152 0.063322 -0.035431 -0.01563 0.089857 0.047463 -0.005931 0.086561 0.113712 0.043195 0.100668 -0.014082 0.12954 -0.043625 0.152321 0.054929 -0.002573 0.027466 0.038019 0.043239 0.054601 -0.025081 0.071103 0.075173 0.023331 -0.021478 -0.030774 0.019573 -0.022395 0.000589 0.038714 -0.029033 -0.078162 0.017027 0.010172 -0.065063 -0.036573 0.002709 0.054246 -0.051552 0.007297 -0.048308 0.018437 0.028533 0.027888 -0.025447 -0.031925 0.029155 0.001985 -0.057491 -0.087081 8.6e-05 0.039864 0.003918 -0.015599 -0.006728 -0.068319 0.002049 -0.034448 0.000608 0.086336 0.036959 -0.003757 -0.027999 0.038834 0.077495 -0.064925 -0.019052 -0.020234 -0.026472 0.098715 0.040838 -0.038514 0.079314 0.052426 0.055311 0.015313 0.052636 0.026459 -0.076312 -0.095791 -0.083112 0.037054 0.071601 0.016766 0.061761 -0.020436 -0.023952 -0.027118 0.036782 0.015005 -0.043392 -0.039506 0.023866 -0.005948 0.007642 0.01557 -0.061603 0.036335 0.063978 -0.001962 -0.0838 0.083554 -0.041585 -0.086745 0.029734 -0.098238 0.123129 -0.040806 -0.033749 0.059099 -0.043119 0.043662 0.031794 0.004005 0.006665 0.025762 0.021534 -0.006033 0.049329 -0.000981 0.022989 0.017974 0.020109 0.023889 0.0493 0.007025 -0.127538 0.023142 -0.026969 0.017903 0.049781 0.024202 -0.017997 -0.003734 -0.04338 0.011969 0.007573 -0.009657 0.007534 0.016533 0.086006 0.032525 -0.004579 0.010621 0.068848 0.0533 -0.002906 -0.029398 -0.075471 -0.012583 -0.031621 -0.039049 0.001235 -0.01417 0.016634 0.028619 0.012929 0.078467 -0.000577 0.004986\nỞ -0.01248 0.02164 -0.007086 0.001728 0.014111 -0.067281 -0.040113 -0.035209 0.065812 0.026137 -0.005457 0.004075 -0.010653 0.002621 -0.006038 0.011919 0.042616 0.004364 0.014914 -0.011774 0.042693 0.040998 0.020936 0.027675 0.051064 0.061026 0.05094 -0.010318 -0.069066 -0.031264 0.017137 -0.030009 0.001073 -0.006879 0.081821 0.019839 -0.011502 0.008252 0.004004 0.061591 -0.021003 0.017211 -0.00564 -0.075628 -0.002014 -0.032102 0.077861 -0.054065 -0.01248 0.05436 -0.00051 -0.011842 -0.031169 -0.041464 0.034476 -0.045121 0.038033 -0.005395 0.046813 0.037396 -0.045887 0.024717 0.05901 0.040939 0.036296 0.01795 -0.011632 -0.004733 -0.05138 0.012822 -0.01884 0.006606 -0.02828 0.008131 -0.0151 0.087096 -0.006776 0.005277 -0.011661 -0.017432 0.014231 0.039667 0.002869 0.046385 0.027521 -0.012451 -0.028939 0.081711 -0.044224 0.016793 0.027692 0.000277 0.002026 -0.003893 -0.036133 0.072844 -0.012809 -0.011295 -0.00143 -0.065274 0.012289 -0.041036 -0.022328 0.010813 -0.01242 0.010568 0.033244 0.00318 0.020296 0.02241 -0.010829 0.010244 -0.05364 0.017361 0.017089 0.028589 -0.035707 0.071791 -0.050362 -0.003829 0.01901 -0.0687 0.043899 -0.022503 0.038778 -0.017368 -0.007732 0.027283 0.016072 0.020629 0.021863 -0.002849 -0.027426 -0.01132 -0.042966 -0.038659 5.2e-05 0.048211 -0.005646 0.032473 0.030695 -0.062072 0.000647 0.036819 -0.020547 -0.023746 0.04272 0.081884 0.009107 0.049083 0.004381 0.071965 -0.001274 0.077608 0.058843 0.037125 -0.019275 0.018982 -0.020594 0.046069 -0.009814 0.024224 0.010352 0.020561 -0.017937 0.025722 0.032249 -0.035939 0.009566 0.048842 0.005445 -0.029662 0.014913 -0.01473 -0.021999 0.015417 0.032041 0.053597 -0.068659 -0.000549 -0.036899 -0.008671 0.039022 0.012512 0.016242 -0.062399 0.015116 -0.039681 -0.011754 -0.024256 0.021299 0.014204 0.002687 -0.028302 -0.004168 -0.086569 0.005079 -0.008445 0.027313 0.042267 0.023267 0.008055 0.026314 0.016024 0.080617 -0.029795 -0.033907 0.010048 -0.037198 0.055596 0.030888 -0.03228 0.007483 -0.041741 -0.00311 0.0035 0.035594 -0.01711 -0.019844 -0.072419 -0.060382 0.039369 0.077258 0.024114 0.04707 0.013862 -0.010453 -0.035465 -0.003365 0.014968 -0.037718 0.007571 -0.004801 0.010143 0.003058 0.009774 -0.056021 0.046519 0.010725 0.034249 -0.043308 0.056767 -0.012756 -0.019306 0.007503 -0.073266 0.073627 -0.062903 0.021267 0.044345 -0.066054 0.064403 -0.007908 0.012916 -0.001878 -0.000804 -0.030383 0.01509 -0.005932 -0.012679 0.002198 -0.010686 0.001393 0.069966 0.048996 0.002588 -0.05004 0.015206 -0.053551 0.010534 -0.012226 -0.0063 -0.022171 0.0032 0.014657 0.015513 -0.013445 -0.013131 0.023642 0.020809 0.04698 0.034639 0.021247 0.010754 0.037939 0.000767 -0.007001 -0.001298 -0.070942 -0.008238 -0.016737 -0.007918 -0.030838 0.003651 -0.002955 0.014933 -0.030341 0.029704 -0.013702 0.022025\n+ -0.036303 0.113575 -0.111002 0.010376 0.041976 -0.210401 0.029908 0.023391 0.132709 0.005627 -0.004001 0.028543 -0.023253 0.020859 -0.099006 -0.178684 0.083945 -0.010041 0.085392 -0.104721 0.062806 0.09295 0.041015 0.068753 0.123915 0.227801 0.101285 0.015373 -0.017901 0.029051 0.044318 -0.058076 -0.070786 -0.122016 0.05468 0.091904 -0.202459 0.05393 -0.027084 0.068393 -0.036289 0.001803 -0.014291 -0.150454 -0.165696 0.009624 0.058132 -0.008033 -0.035084 0.072914 -0.073905 -0.014761 0.024408 -0.005621 0.163361 -0.087001 0.026598 0.083187 -0.046543 0.092659 0.057762 -0.268147 -0.00351 0.143579 0.120143 -0.071487 -0.045905 0.055849 -0.169148 0.068148 0.002198 -0.005268 -0.004643 -0.092128 -0.085508 0.119871 0.049322 0.179328 -0.055428 0.021229 -0.023864 0.055307 0.099881 0.272655 0.042759 -0.036548 -0.002808 0.114965 -0.053751 0.069359 0.000515 0.070123 0.070917 -0.091822 -0.040568 0.017643 0.0134 -0.099127 -0.001632 -0.000261 -0.087173 0.026835 0.086261 0.097199 -0.034073 0.12176 0.001457 0.098508 -0.023506 0.049991 -0.029092 0.052353 -0.035742 0.032716 0.013794 -0.089828 -0.037622 0.072977 -0.117922 -0.099447 0.065002 0.022792 -0.159977 -0.065534 0.017528 -0.048724 -0.033824 -0.002582 0.062604 -0.09237 -0.009784 -0.014004 -0.115855 -0.098854 -0.019003 -0.244349 -0.044141 0.07108 -0.005917 0.063857 0.095063 -0.164875 0.178989 0.096518 0.105227 -0.023048 -0.038811 0.02069 0.147788 0.094953 -0.020804 0.132129 -0.13783 0.179052 0.11958 -0.10559 -0.040061 0.057224 -0.076112 0.115874 -0.038789 0.128027 0.113616 -0.090565 0.07308 -0.022531 0.112664 -0.027771 0.095282 0.019336 0.019609 -0.063249 -0.010419 0.01687 -0.13871 -0.072796 -0.112902 0.064417 -0.026203 0.055117 -0.098077 -0.034347 0.098401 0.006129 0.150878 -0.150561 0.032268 0.028211 -0.100045 -0.061489 0.0233 0.03159 0.08332 -0.158743 0.058395 0.060586 -0.121541 0.007663 0.008591 -0.005123 0.049738 0.063392 -0.048143 -0.063934 -0.079396 -0.191086 -0.045132 0.063422 0.080618 0.108721 0.054172 -0.095062 0.005252 0.085877 0.054906 0.037782 0.073435 -0.040631 -0.045317 -0.022677 -0.206622 0.027025 -0.067781 -0.031287 -0.019178 -0.054418 -0.105355 0.006374 -0.111357 0.009531 -0.154566 -0.085045 0.122339 -0.01216 -0.026108 0.022836 -0.084364 0.042788 0.04771 -0.052121 -0.170129 -0.025041 -0.18727 -0.106464 0.067404 -0.081891 -0.035851 -0.1181 -0.065857 0.008097 -0.041094 -0.06369 0.016571 0.040534 -0.05923 0.056421 0.120468 0.034145 0.218004 -0.068503 -0.056231 -0.008615 -0.059436 0.023919 0.066192 0.012115 -0.254914 0.087298 -0.052635 -0.005289 0.000202 -0.053515 -0.051345 -0.023583 -0.044205 0.113936 0.019608 -0.144347 0.017153 0.118281 0.083138 -0.002803 0.002384 -0.075527 0.090513 0.130539 -0.06997 -0.051077 -0.029053 -0.15596 0.153758 -0.08541 -0.060198 -0.070581 0.003421 0.154817 -0.080578 0.026825 0.06106 -0.033706\nÁ -0.001074 0.01251 -0.035616 0.022609 -0.003145 -0.07843 0.018458 -0.006341 0.047372 0.021082 0.017991 0.00468 -0.068903 -0.019085 -0.027168 -0.019053 0.043814 0.021294 -0.026089 0.032533 0.014149 0.072034 0.018849 0.035867 0.04274 0.04504 0.027359 -0.009063 -0.039076 -0.003762 -0.001239 -0.048375 -0.011267 -0.035243 0.06227 0.074564 -0.064029 0.049131 0.003459 0.061666 0.01896 -0.0001 -0.001121 -0.071746 0.015045 -0.024708 0.086755 -0.067873 0.006136 0.010476 0.001126 0.012143 0.007864 -0.035117 0.046467 -0.022071 0.005923 -0.040621 0.000889 0.112292 -0.033792 -0.01702 0.082672 0.038226 0.052588 0.026155 -0.044766 0.082104 -0.113237 0.05783 0.002795 0.045758 0.036505 -0.018293 -0.035826 0.095631 -0.028025 0.057745 -0.005686 0.050474 0.00297 0.024142 -0.020163 0.156839 -0.035206 -0.09092 -0.024338 0.076583 -0.038657 -0.027434 0.062362 0.041615 -0.015759 -0.075641 -0.048234 -0.010842 0.000103 -0.075151 -0.029651 -0.057138 0.020982 0.009155 -0.068315 0.020274 0.008257 0.037863 0.020492 0.002499 0.049694 -0.005411 0.004964 0.05406 -0.023603 0.059986 -0.001863 0.046299 -0.076671 0.020444 -0.074341 -0.073187 0.103895 -0.076646 0.09564 -0.047232 0.04284 -0.030287 -0.006255 0.030552 0.044421 -0.028174 0.01692 0.01204 -0.088175 -0.028505 0.008497 -0.076338 0.008658 0.080113 0.000105 0.049624 0.083663 -0.023833 0.002612 0.087871 0.057707 0.001009 0.05183 0.076096 0.064102 0.08388 -0.011572 0.131432 -0.039506 0.14398 0.061902 0.008568 0.035438 0.027019 0.033875 0.03669 -0.009068 0.090979 0.060715 0.03084 -0.017244 -0.033541 0.01381 -0.023065 0.009007 0.043049 -0.003257 -0.063112 0.010064 0.034829 -0.067277 -0.000347 0.005003 0.07772 -0.061459 0.03989 -0.026735 0.014361 0.024272 0.000197 -0.023587 -0.036238 0.034678 0.006952 -0.033579 -0.07097 0.012877 0.05093 -0.000893 -0.020365 0.01736 -0.055158 -0.005611 -0.038037 0.003347 0.063974 0.03828 0.014686 -0.00641 0.020095 0.059938 -0.061342 0.006904 0.001302 -0.005903 0.100703 0.06487 -0.038969 0.077015 0.053645 0.050426 0.000873 0.066803 0.009117 -0.057598 -0.092618 -0.041663 0.053323 0.063271 -0.013109 0.069678 -0.034786 -0.028558 -0.013337 0.01792 0.044947 -0.051601 -0.02298 0.032832 0.006866 0.001623 0.010716 -0.045364 0.021522 0.075221 -0.009758 -0.086538 0.084007 -0.068498 -0.071188 0.049235 -0.090362 0.104615 -0.047124 -0.055804 0.042842 -0.04376 0.042977 0.010361 0.011323 0.013598 0.016766 -0.004922 -0.020789 0.064167 -0.002544 0.030129 0.002919 0.030406 0.040215 0.069876 -0.001496 -0.12516 0.025669 -0.046517 0.033323 0.05312 0.022821 -0.008152 0.013186 -0.032949 -0.006907 -0.002992 -0.019531 0.026013 0.006862 0.079278 0.049515 0.022106 0.025242 0.061814 0.063329 -0.023808 -0.005844 -0.043949 -0.000624 -0.005327 -0.039305 0.001554 -0.046992 0.031437 0.006018 -0.001324 0.056977 0.009546 -0.017918\nẵ -0.011036 0.038359 -0.097442 -0.000542 -0.002372 -0.01653 -0.041944 0.007339 0.075389 -0.070008 0.023589 0.015495 0.08394 0.03902 0.044814 -0.059103 0.007801 0.060687 0.043905 0.022736 -0.034287 0.14615 -0.029517 -0.020825 0.055599 0.008651 -0.058832 0.00668 0.10462 -0.003544 -0.071667 -0.113257 0.025859 -0.020199 -0.054182 -0.040479 0.016386 0.094767 -0.060764 0.056471 0.08855 -0.077358 -0.000563 0.097439 0.041457 0.038376 0.038874 -0.034791 -0.07294 -0.010265 -0.073843 0.056747 -0.071798 -0.07129 -0.038564 -0.03029 0.05695 -0.000652 0.007299 -0.012831 -0.02389 -0.037132 0.005916 0.022327 0.004893 0.011486 -0.030521 0.048926 -0.001578 0.034897 -0.00371 0.043925 -0.026525 -0.029696 -0.039263 -0.019781 -0.021408 0.042849 0.061218 0.009748 0.016156 0.041717 -0.104891 -0.003257 -0.041896 -0.074631 -0.038185 0.051748 -0.073135 0.049757 -0.038088 -0.053166 0.044972 -0.065041 -0.00842 0.011585 0.073271 -0.085966 0.041187 -0.053393 0.005763 0.000132 -0.055034 -0.001983 -0.086483 -0.015041 -0.040531 -0.012497 0.060693 -0.068232 -0.068285 -0.029299 0.013924 0.007634 0.081977 -0.04105 -0.023066 0.088741 -0.056223 -0.036922 0.024248 -0.005576 0.101456 -0.054502 0.044076 -0.03573 0.004882 0.065468 0.037261 0.015455 0.036788 0.029555 -0.095871 -0.007646 -0.114923 0.012147 -0.001847 0.116502 0.003937 0.080318 -0.02162 -0.008049 -0.051942 0.07598 0.084039 -0.009191 0.001439 0.016941 -0.012366 0.05429 -0.058511 0.061103 0.034109 -0.013152 0.076248 -0.058574 -0.020497 0.020305 0.02498 0.012717 0.023615 0.053168 0.108446 -0.003284 0.094429 -0.104527 0.00559 0.001356 0.020104 0.000639 0.094826 -0.040479 0.043513 -0.090581 0.058482 -0.013172 -0.037655 -0.009093 -0.082448 -0.028262 -0.059453 -0.06778 0.056643 -0.014352 0.048124 -0.012698 -0.015882 -0.027969 -0.058042 -0.025791 -0.003565 0.031028 0.033147 -0.026768 -0.052149 0.011314 -0.035483 -0.05645 0.012952 0.078473 -0.006877 -0.034247 -0.087809 -0.057856 0.00626 -0.025177 -0.03982 0.118397 -0.044204 0.08478 0.003201 -0.09735 0.089768 -0.008024 0.052244 0.021321 -0.046813 0.029058 -0.063777 -0.106817 -0.09417 0.068239 0.011036 0.040614 0.076768 0.053758 -0.003869 -0.000155 -0.022647 0.030194 -0.125298 0.02106 0.013521 -0.006796 -0.030649 0.01692 -0.082465 -0.006274 0.009711 0.050277 -0.101126 0.04971 0.050386 -0.096371 0.088483 -0.039957 0.097294 -0.056269 -0.007005 0.034096 -0.046157 0.071356 0.051775 0.023811 -0.004445 -0.067742 -0.093905 -0.031471 -0.021146 -0.036721 -0.059778 -0.013965 0.022971 -0.029882 -0.045574 -0.025602 0.007751 0.010311 -0.043352 0.075175 -0.027834 -0.014081 0.019823 0.02509 -0.080582 0.053727 0.054305 0.05482 0.001152 -0.137151 0.015416 0.000557 0.033167 0.00269 0.039209 0.069097 0.061768 -0.004681 -0.018393 -0.030714 0.041065 -0.037718 -0.040879 0.005196 0.072014 -0.06152 -0.052952 0.073524 -0.019012 -0.013545\nỦ 0.010996 0.052948 -0.153878 -0.005842 8.5e-05 -0.127431 0.074468 -0.022709 0.12602 -0.008917 -0.002403 -0.021522 -0.135055 -0.034075 0.014241 -0.039409 -0.029843 0.036669 0.03234 0.041916 0.038291 0.086987 0.03609 -0.063859 0.023292 0.070467 0.074539 0.027002 -0.178057 0.034061 -0.097618 0.013697 -0.05348 -0.046228 0.073359 0.084575 -0.025775 -0.021887 -0.154728 -0.001351 -0.100053 0.002557 0.015348 -0.158713 0.097316 -0.045328 0.04453 -0.112849 -0.034631 0.02771 -0.045672 -0.058759 0.073294 0.048762 0.006418 -0.047129 0.050337 -0.133627 -0.041274 0.092329 -0.038028 0.033021 0.082628 0.016169 0.020848 0.033157 -0.028255 0.047364 -0.177884 0.049183 0.019133 0.073909 0.086686 0.008989 -0.019156 0.0817 -0.024271 0.024165 -0.030869 0.050274 0.066811 0.021794 0.015452 0.136897 0.024069 -0.051221 0.013167 0.108421 -0.079979 -0.034233 0.04169 -0.003913 -0.041825 -0.043959 -0.079311 0.086069 -0.067985 -0.131491 -0.049611 -0.021544 -0.012569 -0.038664 -0.010249 -0.053048 0.018774 0.127411 0.022385 -0.097153 -0.023949 0.090166 0.079082 -0.000487 -0.098787 0.054921 0.010253 0.040902 -0.161932 0.035524 -0.054257 -0.198872 0.150884 -0.051214 0.018757 0.014257 0.052989 -0.08316 0.045241 0.088105 0.000397 -0.018389 -0.043317 -0.106283 -0.038279 -0.068303 0.057199 -0.132335 0.015511 0.143869 -0.092395 -0.019539 0.004931 -0.001665 0.031646 0.05185 0.04041 -0.007585 0.112745 0.201686 0.056362 0.128869 -0.093609 0.123676 -0.034865 0.267334 0.133523 -0.024929 -0.025172 -0.016497 0.023709 0.109441 -0.114496 0.035108 0.057528 0.070268 -0.080968 0.027239 0.07156 -0.061353 0.057173 0.02498 0.024831 -0.065103 0.040092 0.033617 -0.061729 0.010069 0.014675 0.193441 -0.087063 0.071232 -0.036718 0.02899 -0.019872 0.043709 0.031031 -0.139741 0.110156 -0.014963 -0.081794 -0.104758 0.080279 0.05412 -0.064405 -0.083413 0.010105 -0.119882 -0.012361 0.029985 0.002534 0.122464 0.029102 0.068284 -0.038056 0.04322 0.07411 -0.09321 -0.012319 -0.030549 -0.00307 0.104972 0.096145 -0.026972 0.121623 0.06327 0.064117 0.012276 0.10761 -0.043226 -0.083456 -0.11444 -0.029623 0.098277 0.01071 -0.046609 0.051079 -0.056542 -0.080442 -0.026041 -0.045771 0.019587 0.017861 -0.10058 0.048184 -0.035153 0.0845 -0.045445 -0.047122 0.059453 0.089117 0.032678 -0.019634 0.105639 -0.174928 -0.059127 0.089258 -0.014417 0.100988 -0.09013 -0.092359 0.029165 -0.085464 0.031972 0.060551 -0.039662 0.09059 0.018364 -0.000757 0.033161 0.131855 0.05901 -0.00217 -0.063108 -0.04625 0.05082 0.061994 -0.026496 -0.190532 -0.019611 -0.014696 0.029821 0.111009 0.013838 0.004332 -0.015318 -0.016846 -0.010819 0.013654 0.057316 -0.030191 0.100512 0.107372 0.025518 -0.000408 -0.039622 0.025535 0.060163 -0.04866 -0.040725 0.000693 -0.015736 -0.059504 -0.04787 -0.100539 -0.057034 0.021207 0.116168 0.091938 0.025452 -0.038353 0.026744\nè 0.05397 0.06437 -0.056542 -0.01634 0.031332 -0.008509 -0.041164 0.02932 0.043294 -0.059452 0.080846 0.067552 0.093129 0.040458 0.042122 0.052123 0.034784 -0.023783 0.05481 0.053331 -0.090928 0.148811 -0.037001 0.010831 0.109314 0.056171 -0.02349 -0.037038 0.180771 4.5e-05 0.007515 -0.127933 0.046848 0.015796 0.031502 -0.013771 0.003357 0.01852 -0.037474 0.07383 0.064533 -0.03406 0.047806 0.038081 -0.011137 0.06964 0.003201 -0.013329 -0.047934 0.00291 -0.059995 0.063611 -0.009851 -0.077414 -0.000597 -0.078067 0.054633 0.10398 0.014556 0.054366 -0.008081 -0.043669 0.052667 0.069293 0.038449 0.045428 -0.119928 0.126243 0.036369 0.051134 0.050121 0.028153 -0.011097 0.01216 -0.125788 0.121852 0.024529 -0.013449 0.020669 0.032201 -0.000413 0.054809 -0.10485 0.071345 -0.06663 -0.01488 0.036223 0.001499 -0.009537 -0.015944 0.017742 0.019309 0.008999 -0.043813 -0.033946 0.076775 0.007041 -0.022559 -0.005378 -0.049008 0.060987 -0.003792 -0.050097 0.068686 -0.002648 0.040139 -0.020624 0.06667 0.116825 0.036128 -0.031509 0.025726 0.014268 0.073108 0.082299 0.020123 -0.0627 -0.006008 -0.075943 0.020809 0.085369 -0.03859 0.100342 -0.04929 0.108938 0.002479 -0.014174 0.049231 -0.042205 0.02248 -0.003056 0.043033 -0.111403 -0.042268 -0.110187 -0.004454 -0.038335 0.07649 0.036032 0.105103 0.045655 -0.030375 -0.020092 0.101805 7.4e-05 0.023898 0.109369 0.111308 0.058914 0.086828 -0.004285 0.062399 0.060673 0.078147 0.02868 -0.018357 0.011514 0.002613 0.042849 0.071165 0.011131 0.076407 0.10235 -0.049618 0.094589 -0.09652 0.011974 -0.028421 0.02971 0.050802 0.1029 -0.002175 0.043485 -0.015901 0.040333 -0.058102 0.050021 -0.041408 -0.098087 -0.075238 -0.055932 -0.085087 0.003374 -0.028112 0.02219 0.034398 0.025763 -0.052477 0.006817 -0.016517 -0.02296 0.005687 0.044677 -0.038869 -0.029106 0.049823 -0.043024 0.004605 0.09737 0.086854 0.004802 -0.072699 -0.025692 -0.03903 0.033244 -0.046874 -0.098497 0.049732 0.001239 0.041477 0.090779 -0.040924 0.122813 -0.05176 0.017197 0.042467 -0.031369 -0.037478 -0.120217 -0.042905 -0.093464 0.09459 0.025571 -0.021427 0.036749 0.081577 0.012586 0.006666 0.004203 0.024966 -0.096264 -0.002709 0.002053 -0.04641 -0.037782 0.003876 -0.081723 -0.022484 0.009811 0.162076 -0.099837 0.13577 0.047059 -0.126384 0.028073 -0.079777 0.03577 -0.017951 0.031309 0.139353 -0.041616 0.064755 0.150151 -0.035973 0.040698 -0.064342 -0.017588 0.020781 0.019516 -0.076341 -0.022958 -0.043517 -0.021128 0.067747 -0.017381 0.021184 -0.076047 0.007474 -0.038659 0.046635 0.000533 0.029494 -0.004666 0.00507 -0.097171 0.000348 0.029313 0.003257 0.048386 -0.153552 0.037111 -0.085995 -0.026506 0.024296 0.14061 0.017944 0.090558 -0.006068 -0.009112 -0.022227 0.126673 0.009498 0.010641 -0.006142 -0.001427 0.02616 -0.095077 0.106505 -0.029842 -0.042283\n* -0.008376 0.034124 -0.018431 0.02661 -0.012704 -0.054672 0.005592 0.019637 0.07525 0.003103 0.031857 -0.010907 -0.024091 -0.005142 -0.010847 -0.02471 0.009229 -0.009457 0.014987 -0.008548 0.01173 0.051495 -0.002388 0.018995 0.034271 0.03347 0.019544 0.006486 -0.050756 -0.005898 -0.009662 -0.035793 -0.026087 -0.005446 0.06966 0.024392 -0.034658 0.038361 -0.013649 0.03912 -0.015558 0.005464 -0.001338 -0.074126 -0.017305 -0.007525 0.024443 -0.011214 -0.008884 0.029438 0.003247 -0.000835 0.015155 -0.030302 0.060446 -0.03145 0.02145 -9.1e-05 -0.009146 0.05501 -0.030805 -0.023783 0.060738 0.043637 0.040788 0.030866 -0.04403 0.032684 -0.035799 0.011424 -0.013213 0.059938 0.001549 0.000545 -0.00237 0.069748 -0.016798 0.02187 -0.031845 -4.4e-05 -0.013391 0.032886 -0.030687 0.085241 0.004775 -0.026883 -0.011148 0.082434 -0.017885 0.004722 0.035868 0.022771 0.022179 -0.048542 -0.037113 0.023841 -0.020566 -0.046876 -0.011714 -0.012195 -0.004048 -0.008666 -0.018552 0.016936 0.009411 0.026269 0.030296 -0.001281 0.006773 0.042471 -0.031219 0.010791 -0.028935 0.029717 0.009594 0.004908 -0.042052 0.053194 -0.048881 -0.039055 0.028779 -0.046046 0.035333 0.000229 0.034394 -0.035679 -0.000281 0.030122 0.02867 -0.034382 0.021595 -0.026132 -0.07472 -0.03151 -0.013982 -0.081691 -0.009798 0.087475 0.005511 0.024524 0.015842 -0.03159 0.037918 0.075292 0.007313 -0.010055 0.031109 0.086258 0.022713 0.064262 -0.012049 0.081826 -0.021396 0.105205 0.028811 0.017544 -0.003048 0.004572 0.019212 0.047662 -0.00994 0.073569 0.039761 -0.00058 -0.023787 -0.01137 0.064685 -0.022964 0.052293 0.030492 -0.005652 -0.027249 0.037142 0.007456 -0.034329 -0.019089 0.007371 0.072048 -0.051477 -0.012979 -0.021565 -0.030461 0.029589 0.021031 0.034298 -0.068645 0.028487 -0.011577 -0.032678 -0.029411 0.012338 0.000507 -0.012716 -0.036564 0.005127 -0.03238 -0.014762 -0.019667 0.011761 0.053554 0.014914 0.025593 -0.009796 -0.004866 0.039287 -0.048363 -0.016862 0.040568 -0.010269 0.088544 0.034538 -0.041611 0.043872 0.013124 0.024927 0.035061 -0.004973 -0.011362 -0.03039 -0.080864 -0.038317 0.020124 0.024972 0.005693 0.038436 0.000694 0.00347 -0.013479 -0.021009 0.001811 -0.032409 -0.032878 0.021881 -0.001289 -0.025263 0.015665 -0.034974 0.029326 0.037072 -0.010317 -0.059482 0.028631 -0.028714 -0.058316 0.035172 -0.063092 0.058885 -0.053506 -0.040032 0.017069 -0.022687 0.043287 0.013236 0.016241 0.000836 0.003452 0.002497 0.011526 0.0539 0.003247 -0.001164 -0.005708 0.005205 0.027683 0.028307 0.018758 -0.075789 -0.01709 -0.026207 -0.023764 0.014431 0.019204 -0.021713 -0.004911 -0.022326 0.037542 0.000125 -0.010928 0.019481 0.015587 0.047378 0.028632 0.011548 0.002051 0.043788 0.042028 -0.006823 -0.013985 -0.048466 -0.015829 0.019478 -0.024355 -0.02631 -0.024958 0.021264 0.04472 -0.013244 0.068306 0.003988 -0.012323\n| 0.017961 0.049445 -0.055798 0.018823 -0.110593 -0.1376 -0.010701 0.028784 0.174238 0.01409 -0.016576 -0.041651 -0.030049 -0.011228 0.064354 0.023813 0.029685 0.044639 0.051279 0.059452 0.076581 0.015016 0.002433 -0.035825 0.058569 -0.000406 -0.060769 0.016144 -0.126221 -0.053714 0.025068 -0.073182 0.046477 0.06032 0.056476 -0.05881 -0.107255 0.095396 0.021016 0.057015 -0.00366 -0.069046 0.010536 -0.053626 0.050509 0.017688 0.026243 -0.061199 -0.135159 0.018051 -0.03022 0.025781 0.042512 -0.013304 0.089369 0.005137 0.085673 0.029009 -0.00697 0.092626 -0.076743 0.090074 0.079191 0.081943 0.011886 0.0551 -0.125566 -0.009566 -0.010997 -0.020282 -0.028093 0.052949 -0.015799 0.03119 0.031716 0.091004 0.011767 -0.077114 -0.085997 -0.020282 -0.020081 0.091065 -0.143237 0.100663 -0.008048 0.014862 0.018178 0.072036 -0.012057 0.001902 0.018215 0.116389 0.094578 0.058318 -0.030951 0.061205 -0.046845 0.030775 0.006674 -0.072559 0.051449 -0.105051 -0.029226 0.022585 0.03242 -0.008691 0.047549 -0.074619 0.0165 0.022776 0.080118 -0.007566 0.087423 0.040391 0.061049 0.043318 -0.05428 0.062617 -0.055679 -0.131461 -0.030939 -0.066425 -0.064991 -0.021109 0.014428 -0.0543 0.034155 0.013834 -0.045526 -0.011474 -0.000745 -0.028393 -0.120088 -0.003032 -0.03711 -0.040093 -0.008615 -0.033556 0.062349 0.022751 -0.05591 -0.073294 0.044463 0.151437 0.011202 -0.048253 0.019142 0.028076 0.048596 0.045787 0.056168 0.096522 -0.027853 0.035651 0.000619 -0.026345 -0.001008 0.028454 0.052268 0.072039 0.00411 0.088805 0.057879 0.021395 -0.042978 -0.017688 0.070132 -0.052087 0.003999 0.059366 -0.067482 -0.123866 0.060653 -0.051535 -0.060011 -0.077628 -0.055138 0.003701 0.043406 -0.005945 -0.013867 -0.04995 0.017677 0.060499 -0.058976 -0.071288 -0.069797 0.005132 -0.007262 -0.05627 0.043319 -0.016909 -0.023581 0.027307 0.051547 -0.057864 -0.014228 -0.085354 0.016259 0.13423 -0.108122 0.005843 -0.051523 0.068407 0.042156 -0.013856 0.032851 0.030157 -0.068272 0.04257 0.014205 -0.018777 0.033926 -0.025661 0.009557 0.046582 -0.055786 0.011919 -0.04855 -0.13046 -0.105585 -0.031468 0.05227 0.041883 0.095141 -0.028683 -0.060677 -0.022981 0.105821 -0.013107 -0.056303 -0.021973 0.085326 -0.046748 -0.100689 0.010969 -0.065649 -0.063058 0.081134 0.027722 0.045281 0.043454 -0.090051 -0.037124 0.1092 -0.017282 0.061591 0.050336 -0.022508 -0.00805 0.001568 0.005576 0.019291 0.052891 -0.026467 0.034224 0.006657 -0.066768 0.046456 0.007241 -0.016397 -0.05808 -0.000425 0.071886 -0.049293 0.040011 -0.058459 -0.018695 0.000768 0.008153 -0.043186 0.116111 -0.025488 0.010753 0.015075 0.04894 0.034915 0.000488 0.040251 0.063189 0.015866 0.106662 -0.000744 -0.001512 0.051431 -0.048233 -0.004466 0.040171 -0.060728 -0.123796 0.009679 0.003025 -0.002317 -0.016087 -0.070626 0.047274 -0.010277 0.087503 0.004919 0.027705\nẤ 0.012449 0.063664 -0.143048 0.020735 0.018131 -0.070029 0.038896 0.00995 0.100525 0.017777 0.013321 -0.011158 -0.047674 -0.052085 -0.023409 -0.044539 0.027831 0.023642 -0.029277 0.023061 0.007358 0.07633 0.028068 0.006835 0.09658 0.057789 0.045719 -0.026149 -0.094341 -0.007097 -0.013419 -0.057076 -0.037452 -0.012248 0.1046 0.063294 -0.044433 0.022022 -0.011576 0.054197 -0.009315 -0.030075 -0.029198 -0.094914 -0.006096 -0.015778 0.039896 -0.031768 -0.048165 0.016192 -0.008884 0.012215 0.03246 -0.010234 0.063791 -0.077741 -0.003315 -0.063481 0.02556 0.100439 -0.009717 0.001179 0.124269 0.022815 0.041976 0.062349 -0.069943 0.114655 -0.095448 0.099219 0.039388 0.07202 0.020067 -0.022316 -0.036821 0.117748 -0.031995 0.046093 0.00661 0.038518 -0.029258 0.065855 0.00903 0.186749 -0.064509 -0.008887 -0.016017 0.061483 -0.045524 -0.04175 0.062809 0.07448 -0.048222 -0.056 -0.044323 0.017764 -0.028404 -0.086051 -0.058275 -0.044004 -0.007808 -0.033882 -0.065089 -0.007443 0.036137 0.054367 0.026018 -0.011327 0.055935 0.002462 0.019246 0.010624 -0.03144 0.051853 0.003342 0.051264 -0.082977 0.025886 -0.113898 -0.070708 0.147628 -0.078243 0.098067 -0.004738 0.066812 -0.056957 0.016204 0.015683 0.003327 -0.028603 0.02495 -0.016787 -0.083893 -0.033417 0.007191 -0.105447 0.018053 0.073272 -0.002052 0.04768 0.045698 -0.052591 0.008634 0.110398 0.088558 -0.030544 0.081189 0.127699 0.036728 0.113482 -0.004182 0.129849 -0.077018 0.228367 0.088897 -0.001174 0.023169 0.08215 0.067831 0.065285 -0.000371 0.071848 0.053097 0.005787 -0.011748 0.003578 -0.006863 -0.051192 0.028367 0.054469 -0.017205 -0.095402 0.024884 0.031384 -0.06536 -0.021949 -0.01414 0.068783 -0.038957 0.011302 -0.031264 0.019402 0.043981 0.038784 -0.020839 -0.058663 0.03887 -0.004008 -0.079901 -0.105922 0.052728 0.08106 -0.022657 -0.069682 -0.00675 -0.102993 -0.036691 -0.056326 0.018805 0.102999 0.042009 0.009426 -0.022966 0.008532 0.109095 -0.091616 -0.020891 -0.014966 -0.033125 0.101574 0.051384 -0.04306 0.039218 0.057574 0.025533 0.008706 0.061243 0.013511 -0.094196 -0.097899 -0.055754 0.059978 0.053874 0.00388 0.084838 -0.018462 -0.008569 -0.030942 0.006213 0.002557 -0.030289 -0.051925 0.023378 -0.003631 0.032864 0.000408 -0.067384 0.049959 0.08353 -0.005677 -0.099701 0.10911 -0.079102 -0.098146 0.061367 -0.090523 0.141933 -0.049215 -0.046214 0.025464 -0.066071 0.046616 0.051313 0.012042 -0.026638 0.004001 0.012609 0.021614 0.063581 -0.007894 0.008892 -0.00615 0.003424 0.062611 0.050732 -0.0337 -0.16443 0.032155 -0.015774 0.017725 0.065222 0.039719 -0.035884 -0.012475 -0.037838 -0.016485 0.007018 -0.006909 0.024489 0.040653 0.105647 0.022688 -0.025781 -0.03192 0.084434 0.104908 0.018355 -0.039117 -0.104831 0.004509 -0.008112 -0.070607 -0.026796 0.007107 0.027203 0.050066 0.042577 0.120165 -0.035627 0.01378\nf -0.015574 0.00855 0.001081 0.009227 -0.005206 -0.056808 -0.021632 0.009051 0.013099 0.048301 0.017746 0.011158 -0.047091 -0.004324 -0.028995 -0.051925 0.045896 0.0099 -0.002733 0.037581 0.032124 0.062155 0.024635 0.027225 0.036688 0.030401 0.039971 -0.034999 -0.034529 -0.021481 0.011202 -0.031965 -0.011082 -0.017789 0.054168 0.085201 -0.09743 0.038538 -0.018463 0.106569 0.013899 0.045705 -0.013447 -0.043399 -0.022284 0.012325 0.090319 -0.057607 0.002731 0.024846 -0.011971 -0.007867 0.032288 -0.031948 0.103137 -0.01741 -0.038396 0.050151 0.018274 0.10056 0.003201 -0.070836 0.041814 0.070083 0.03074 0.042736 -0.051806 0.023106 -0.047063 0.032269 0.000107 0.036191 -0.019825 -0.014233 -0.026976 0.085508 0.001751 0.113825 0.010934 0.039677 0.008575 0.059668 -0.022798 0.112828 0.003684 -0.087165 -0.021291 0.05278 -0.038562 -0.006893 0.057668 0.031877 -0.024566 -0.053807 -0.013346 0.025547 0.014191 -0.05753 -0.02833 -0.028139 0.044216 0.001752 -0.05075 0.070472 -0.01546 0.024274 -0.002968 0.013891 0.016363 0.011677 -0.003666 0.006026 0.002574 0.032724 0.001116 -0.011956 -0.053474 0.069253 -0.087654 -0.023419 0.040446 -0.064059 0.052194 -0.034207 0.050295 -0.008244 -0.041467 -0.005162 0.062438 0.016126 0.058485 0.026495 -0.047777 -0.047787 0.021536 -0.055599 -0.002314 0.050913 -0.020378 0.073144 0.029422 -0.000313 0.022404 0.062799 0.03454 0.01819 -0.006524 0.075043 0.044601 0.053107 -0.037505 0.100884 -0.045582 0.08352 0.053842 0.032353 0.027065 -0.038405 -0.011672 0.067711 -0.015846 0.057665 0.034014 0.012437 0.008781 0.008865 0.048516 -0.015512 0.029966 0.047882 -0.006418 -0.025268 -0.037341 0.011862 -0.058566 -0.045728 0.008501 0.088129 -0.090929 0.017303 -0.060188 0.015949 0.034703 0.033525 -0.000688 -0.038769 0.052806 0.000621 -0.050107 -0.04526 0.018422 0.00307 -0.006911 -0.021907 0.067118 -0.042521 0.001729 -0.00829 0.036044 0.028549 0.039756 0.009631 0.034794 0.013737 0.027624 -0.078735 0.007683 0.02512 0.001058 0.08136 0.051995 0.002928 0.070128 0.048103 0.009603 0.003905 0.077571 0.011839 -0.069918 -0.082992 -0.046661 0.016238 0.029863 -0.008123 0.044782 -0.00628 -0.00555 -0.014529 -0.021379 0.075227 -0.055431 -0.009515 0.042782 0.003767 -0.005817 0.037512 -0.00602 0.025123 0.032636 0.021877 -0.059789 -0.010969 -0.007947 -0.060803 -0.024831 -0.033777 0.083626 -0.054045 -0.015312 0.010806 -0.027238 0.030877 -0.03905 0.049432 -0.00417 0.0156 0.008361 0.010539 0.080524 -0.029581 0.026356 -0.004865 0.058983 0.000515 0.058928 0.013755 -0.092059 0.005418 -0.055698 -0.022648 0.027121 -0.034413 -0.001026 0.014787 -0.023551 0.039009 -0.001713 -0.051121 0.03681 0.033653 0.023752 0.034111 0.044038 0.054306 0.011878 0.056917 -0.027405 0.005029 -0.018471 0.008928 0.028514 -0.034864 -0.004211 -0.043826 0.03209 0.051288 -0.021262 0.034754 0.069951 -0.008898\nw -0.01325 0.001211 0.005934 0.015062 -0.01732 -0.055442 -0.034567 0.009543 0.006767 0.052555 0.027441 0.016854 -0.049184 0.008103 -0.018699 -0.03463 0.04722 0.014759 -0.005614 0.053153 0.044524 0.053815 0.027377 0.033886 0.03177 0.031179 0.037147 -0.036462 -0.0338 -0.026763 0.015969 -0.046732 -0.00958 -0.01416 0.057479 0.08281 -0.091005 0.038225 -0.014158 0.112093 0.010874 0.039909 -0.010676 -0.044482 -0.012062 0.01103 0.0883 -0.059797 0.014101 0.019144 -0.010122 -0.001665 0.030429 -0.044484 0.097146 -0.011876 -0.030493 0.03372 0.015939 0.110608 -0.006526 -0.071922 0.044332 0.069307 0.025159 0.036955 -0.045267 0.034584 -0.0423 0.032117 -0.003191 0.045222 -0.019819 -0.016594 -0.030515 0.082551 -0.009518 0.10466 0.008115 0.026768 0.010017 0.053615 -0.033253 0.122838 -0.000586 -0.079982 -0.022768 0.052894 -0.038916 -0.017323 0.048054 0.025731 -0.015551 -0.057247 -0.009563 0.024299 0.012803 -0.062097 -0.024903 -0.028542 0.053857 0.014149 -0.073656 0.071982 -0.0125 0.017885 0.002243 0.017359 0.017181 0.011145 -0.009899 0.005598 -0.001461 0.033574 -0.009399 -0.014284 -0.04662 0.059917 -0.095496 -0.027515 0.059799 -0.068667 0.071067 -0.028916 0.049455 0.006545 -0.031736 -0.010258 0.072942 0.013869 0.056096 0.02178 -0.061174 -0.046056 0.023923 -0.047402 -0.000717 0.05311 -0.014417 0.073312 0.041319 0.003712 0.008446 0.065522 0.040429 0.025925 0.002724 0.073934 0.039994 0.056231 -0.030985 0.096833 -0.03598 0.077124 0.046363 0.033239 0.030173 -0.039828 -0.003527 0.065353 -0.015211 0.05505 0.039189 0.017695 0.007991 0.00982 0.04448 -0.008136 0.032716 0.051993 -0.015014 -0.024219 -0.038718 0.011812 -0.057904 -0.044346 0.008716 0.085014 -0.091521 0.014059 -0.054996 0.01185 0.029783 0.025245 -0.007036 -0.024813 0.042458 0.002531 -0.047483 -0.056128 0.016383 -0.000217 -0.004713 -0.014598 0.063849 -0.046024 0.007892 -0.014308 0.036486 0.022552 0.039251 0.005114 0.041919 0.015975 0.042469 -0.07517 0.009574 0.034328 -0.000884 0.078928 0.045077 0.008979 0.079028 0.050424 0.016421 0.019784 0.070384 0.011732 -0.071016 -0.084568 -0.039495 0.001577 0.03689 0.002183 0.054842 -0.001007 0.003738 -0.015115 -0.015806 0.074274 -0.059203 0.000121 0.036222 0.00145 -0.007991 0.047013 -0.007891 0.027132 0.022 0.022518 -0.066397 0.002082 -0.009482 -0.061549 -0.02269 -0.035235 0.091443 -0.048241 -0.019862 0.011954 -0.022335 0.042478 -0.037281 0.045589 -0.007606 0.017675 0.008882 0.002173 0.064741 -0.026231 0.019112 -0.004045 0.058724 -0.000327 0.051813 0.009412 -0.086347 -0.001188 -0.062013 -0.023243 0.021802 -0.020774 -0.000606 0.017393 -0.015058 0.030482 -0.011212 -0.054986 0.035406 0.032386 0.026505 0.03992 0.043475 0.058422 0.02134 0.050695 -0.01705 0.007946 -0.017892 0.009578 0.021974 -0.033561 -0.004321 -0.043655 0.042238 0.029304 -0.009678 0.04144 0.077884 -0.012249\nỡ 0.037475 -0.017364 -0.028588 0.036042 0.064094 -0.038901 -0.024459 -0.010435 -0.047073 0.018341 0.063932 -0.013827 0.06978 0.071654 0.043468 0.090487 0.019387 -0.013564 0.1212 0.089818 -0.084367 0.10577 -0.01372 -0.045757 0.059583 0.076619 -0.014848 -0.061308 0.144287 0.00056 0.073255 -0.13671 0.042488 -0.013544 -0.081293 -0.004673 -0.048015 0.012325 0.045068 0.065554 0.136656 0.020919 0.073443 0.064461 0.010375 -0.018992 0.050577 -0.040038 -0.032513 -0.008939 -0.017608 0.00706 -0.004929 -0.04041 -0.03822 -0.002519 -0.005473 0.14704 -0.024258 0.095403 0.059601 -0.09131 0.008083 0.0368 0.03697 0.020137 -0.110896 0.12596 0.022028 -0.013929 -0.084356 0.048197 0.019785 0.102504 -0.069555 0.046917 0.018948 -0.022094 -0.047694 0.007202 0.020218 0.020421 -0.058775 0.059109 -0.045054 -0.03662 -0.039219 -0.001268 0.007917 0.046326 -0.033156 0.022185 0.053659 -0.010569 -0.077672 0.051756 0.048572 0.000533 0.02124 -0.01696 0.003074 0.020814 -0.077094 0.06098 -0.078133 -0.015198 -0.006046 0.074145 0.167357 0.042596 -0.023217 0.077364 -0.010956 0.009693 0.008311 0.027111 0.016817 0.032422 -0.049338 -0.004013 0.019178 -0.013543 0.020774 -0.02353 0.060929 0.027175 -0.019187 0.043652 0.000234 -0.059346 0.03848 0.099647 -0.08339 -0.053464 -0.074158 -0.052167 -0.071927 0.124826 0.011225 0.102045 0.07376 -0.032252 -0.084587 0.062392 0.039984 0.018126 0.133293 0.082118 0.003672 0.067609 -0.026689 -0.014452 0.083663 -0.006344 0.002637 -0.024777 -0.054137 0.038347 0.069168 0.038332 0.013557 0.100025 0.152881 0.03887 0.129727 -0.095182 -0.052643 0.024417 0.013097 0.117078 0.059958 -0.035184 0.014865 0.073392 -0.00971 -0.007233 0.051888 -0.047058 -0.051102 -0.057211 -0.101102 -0.099652 0.005684 -0.009541 -0.013602 -0.038443 -0.033233 -0.084497 -0.038209 -0.025691 0.062122 0.00529 0.022426 -0.115261 -0.070165 0.094153 0.003653 -0.11137 0.043227 0.059883 0.009355 -0.062602 -0.052343 -0.108527 0.025752 0.031625 -0.152501 0.032555 0.023043 0.019205 0.017837 -0.115293 0.06799 -0.01685 0.064802 0.106019 0.057178 0.056077 -0.121044 -0.010634 -0.050523 0.021804 0.067896 0.060811 0.016557 0.098708 0.117025 -0.017353 -0.052042 0.034557 -0.019402 0.086565 -0.016571 -0.036643 -0.042001 0.066479 -0.027823 0.084632 -0.045809 0.126563 -0.083598 0.1671 0.002313 -0.10616 0.012942 -0.064302 0.028117 0.035557 0.013785 0.134781 0.046336 0.025332 0.163086 0.003389 0.035166 0.0601 -0.029675 0.033393 -0.02834 -0.095096 -0.047682 -0.035457 0.019736 -0.008126 -0.035945 -0.00532 -0.093087 -0.022287 -0.045917 0.024293 0.031462 0.07142 0.03923 0.033403 -0.079553 0.049715 0.129919 0.044988 -0.030603 -0.22338 -0.049222 -0.039508 0.005675 -0.011481 0.114314 0.000178 0.084542 0.011399 -0.022699 -0.031513 0.061036 -0.076239 -0.090925 0.005917 0.03322 0.090952 -0.087512 0.137518 0.011575 -0.01681\n& 0.03922 -0.017051 -0.035168 -0.016512 0.054405 -0.053708 -0.016915 0.049946 0.097242 -0.043621 0.016346 0.002314 -0.048599 -0.014417 0.010537 -0.119861 0.061552 0.032291 0.006503 0.039272 0.055271 0.058397 0.052885 0.02476 0.022325 0.088317 0.05604 -0.019041 -0.019928 0.020199 -0.054204 -0.027717 -0.041112 -0.01533 0.060615 0.05422 -0.112594 0.052354 -0.060714 0.09873 -0.003923 0.033461 0.03936 -0.070581 0.029031 0.018721 0.046686 -0.013947 -0.041172 0.029547 -0.062482 0.014881 0.056273 0.009895 0.095822 -0.021051 0.074054 0.024391 0.018646 0.116859 -0.005887 -0.118378 0.126998 0.118753 0.066696 0.025894 -0.121722 0.002721 -0.12958 0.04187 -0.040461 0.042239 0.020543 0.006317 0.048641 0.099579 0.000728 0.09488 0.02686 0.025218 -0.024066 0.081244 -0.007696 0.17167 -0.000616 -0.149686 -0.020794 0.056014 -0.050082 -0.044799 0.043874 0.01462 0.072131 -0.109577 -0.079041 0.006595 -0.008949 -0.047843 -0.020793 -0.086303 0.010639 0.016734 -0.026022 0.076168 -0.01628 0.060567 0.061995 -0.031113 -0.03441 0.034041 0.024263 0.030498 -0.02508 0.031763 -0.014654 0.00403 -0.103094 0.088509 -0.102452 -0.068853 0.00513 -0.080813 0.014337 -0.004763 0.04542 -0.03118 -0.064252 0.001566 0.073619 -0.063596 0.040102 0.003022 -0.060017 -0.064963 -0.002409 -0.112487 0.017725 0.028761 -0.067523 0.020343 0.111327 -0.062054 0.08982 0.144969 0.046781 0.047385 0.002648 0.085857 0.065261 0.152874 -0.079758 0.116783 -0.047165 0.118451 0.093306 -0.05913 0.059278 -0.001319 0.023796 0.064558 0.024942 0.093223 0.097775 -0.04524 -0.105223 -0.005852 0.039884 -0.018018 0.010359 0.065565 0.01117 -0.079401 -0.022593 -0.022909 -0.105741 -0.007573 -0.012873 0.051383 -0.101504 -0.001392 -0.047866 0.000523 0.018476 0.032184 0.033434 -0.110165 0.045591 0.01838 -0.061511 -0.081804 -0.04611 -0.002098 0.022398 -0.005168 0.056895 0.001282 0.055044 -0.010005 0.045074 0.060253 0.055009 -0.03616 0.01533 0.001379 0.060465 -0.138397 0.041266 0.016082 0.04629 0.132245 0.068819 -0.072001 0.141214 0.08516 0.052576 0.071477 0.076816 -0.021503 -0.110987 -0.059771 -0.111694 0.114368 0.036613 -0.045614 0.044156 -0.039487 -0.021218 0.012266 -0.029145 0.044316 -0.07882 0.002242 0.00897 -0.02239 -0.004415 0.032374 -0.087017 0.050897 0.096503 -0.044849 -0.085705 -0.00266 -0.077471 -0.08795 0.065579 -0.082341 -0.004405 -0.091715 -0.095118 0.069833 -0.008389 -0.027727 -0.042058 0.019498 0.034209 0.09604 0.018564 0.007496 0.119899 0.034493 0.006932 0.004817 0.029245 -0.005034 0.065374 0.002454 -0.100006 0.011895 -0.113207 -0.020102 0.003205 0.006919 0.034036 0.008906 -0.045156 0.094195 -0.012982 0.013525 0.031033 0.050759 0.042673 0.05463 0.040502 0.019757 0.058113 0.111335 -0.064655 -0.022586 0.048257 0.030316 0.068526 -0.046529 -0.044056 -0.026536 0.033085 0.021288 -0.030269 0.088294 0.000827 -0.001477\nÝ 0.002208 0.018698 -0.039643 0.023931 0.034607 -0.088176 0.022706 -0.006475 0.067416 0.027183 0.02202 0.037688 -0.053936 0.012281 -0.024862 0.000876 0.056553 0.011198 -0.029031 0.025265 0.010479 0.080627 0.039044 0.068129 0.057504 0.074108 0.057557 -0.015492 -0.069935 0.011221 -0.013728 -0.06027 0.02522 -0.04328 0.091152 0.042899 -0.062265 0.028933 0.018913 0.050556 0.016853 0.006562 -0.017376 -0.102755 -0.030536 -0.06544 0.055003 -0.051275 0.029152 0.014966 -0.011917 0.007471 0.023918 -0.055141 0.05285 -0.050114 0.029442 -0.075095 0.011328 0.111116 0.020612 -0.019025 0.069632 0.026444 -0.015589 0.014481 -0.05603 0.090246 -0.079134 0.026082 0.013841 0.042028 0.029023 0.010498 -0.033825 0.073846 -0.033505 0.039304 -0.019822 0.022334 0.016692 0.029844 -0.013635 0.095163 -0.019222 -0.044938 -0.034059 0.076303 -0.047876 -0.004664 0.040334 0.016559 -0.033123 -0.111894 -0.010135 0.03557 0.003834 -0.056668 -0.02071 -0.060488 0.024542 -0.01055 -0.066834 0.019509 -0.00604 0.051896 0.038481 0.015636 0.04753 0.032584 -0.021126 0.011821 -0.042942 0.051218 0.005628 0.020494 -0.042873 -0.009198 -0.055988 -0.092986 0.084872 -0.088303 0.080004 -0.026528 0.058509 -0.056603 0.007077 0.032892 0.041941 -0.022782 0.006419 0.003433 -0.085006 -0.045327 0.015567 -0.074381 -0.011329 0.077241 -0.029785 0.069939 0.084771 -0.027736 0.001178 0.089712 0.043256 -0.043919 0.095232 0.095055 0.045523 0.112036 0.000444 0.125015 -0.02289 0.159003 0.031576 0.003705 0.026924 0.035542 0.022063 0.040039 -0.034175 0.119881 0.0436 0.043769 -0.019027 -0.040959 0.028802 -0.037352 0.025553 0.082718 0.003417 -0.084409 0.0262 0.023308 -0.043887 -0.014986 0.005682 0.079637 -0.029984 0.023043 -0.029839 0.040816 0.007823 0.038232 -0.017615 -0.025099 0.013413 0.020692 -0.019809 -0.062239 -0.028267 0.061394 -0.005069 -0.025911 0.022827 -0.099621 0.003198 -0.032982 -0.002244 0.065395 0.020785 0.027179 -0.008535 0.04616 0.071385 -0.024082 -0.009609 -0.004788 -0.00499 0.074971 0.050727 -0.054259 0.042065 0.024015 0.044707 0.019264 0.067611 -0.018735 -0.042513 -0.099194 -0.05464 0.04652 0.079133 0.039942 0.048975 -0.039761 -0.009145 -0.037904 0.028214 0.033554 -0.058075 -0.026646 0.003436 0.006298 -0.005228 -0.011024 -0.030602 0.035433 0.049569 -0.020654 -0.076195 0.076732 -0.056856 -0.069881 0.066704 -0.118873 0.097704 -0.064558 -0.020654 0.0464 -0.061253 0.049303 0.01859 -0.006177 0.002705 0.022294 0.000698 -0.035621 0.055755 -0.010489 -0.001445 -0.012968 0.011926 0.04704 0.08132 -0.005025 -0.094 0.014105 -0.015487 0.015856 0.01771 0.025552 -0.009755 0.017593 -0.024892 -0.024671 -0.00296 -0.0364 0.020601 0.03848 0.071513 0.020602 0.047133 0.002762 0.039928 0.011984 -0.011736 -0.023709 -0.05237 0.007226 -0.043542 -0.00328 0.00279 -0.01923 0.021195 -0.012763 -0.022266 0.079114 0.012898 -0.00411\nz -0.00833 0.000265 -0.024024 0.004007 0.005535 -0.068475 -0.029968 0.004226 0.000932 0.035717 -0.000661 0.011355 -0.029569 0.010651 -0.028582 -0.019087 0.057388 0.032481 -0.004775 0.0234 0.024932 0.078604 0.051764 0.031615 0.042546 0.038343 0.017622 -0.053673 -0.025845 -0.036436 0.023 -0.050161 -0.004296 -0.00782 0.026369 0.079979 -0.086893 0.032745 -0.003398 0.136998 0.009892 0.059536 -0.016569 -0.049453 -0.024628 0.003288 0.087458 -0.057334 0.014695 0.012706 -0.012452 -0.031747 0.008941 -0.034836 0.09272 -0.023793 -0.053104 0.056336 0.008488 0.077874 -0.019772 -0.068807 0.045139 0.085964 0.029598 0.035806 -0.039413 0.023956 -0.055813 0.040438 -0.001986 0.01572 -0.027969 0.008454 -0.037931 0.099408 0.004711 0.100698 0.025372 0.04804 0.014323 0.056109 -0.008737 0.096531 0.00752 -0.093363 -0.022292 0.063927 -0.042643 -0.031266 0.055554 0.011566 -0.026984 -0.071165 -0.018712 0.031333 0.008225 -0.050481 -0.03506 -0.046932 0.027981 -0.029363 -0.068431 0.067762 -0.03969 0.009192 0.002651 0.01845 0.004097 0.03359 -0.009581 0.009864 -0.018571 0.044333 0.016973 -0.005341 -0.049078 0.07406 -0.079811 -0.007485 0.029493 -0.084464 0.075381 -0.04582 0.046906 -0.010443 -0.048121 0.007094 0.05512 0.032872 0.069011 0.028001 -0.016368 -0.027145 -0.004954 -0.052881 -0.006632 0.066981 -0.024974 0.085997 0.02987 -0.004138 0.01805 0.045549 0.016287 0.023738 -0.000327 0.065387 0.038506 0.070599 -0.027724 0.094025 -0.018099 0.085409 0.065959 0.037508 0.032387 -0.020513 -0.015333 0.084637 -0.019921 0.063669 0.025979 0.017466 0.003541 0.005467 0.053984 -0.009157 0.016009 0.070379 0.00091 -0.039007 -0.032701 0.02587 -0.043641 -0.024578 0.019463 0.060908 -0.082968 0.022979 -0.05295 0.019456 0.039936 0.03866 -0.015695 -0.024387 0.044266 -0.011726 -0.037122 -0.022396 0.038392 0.017883 -0.001166 -0.023047 0.051981 -0.046584 0.013686 0.002888 0.027219 0.029034 0.061517 0.006799 0.068357 0.004012 0.053007 -0.060346 -0.000395 0.007795 -0.011539 0.053511 0.049466 -0.010132 0.083743 0.042295 -0.010042 -0.016379 0.08571 -0.010042 -0.073712 -0.077841 -0.020095 0.016536 0.02972 -0.001267 0.058459 -0.019868 -0.002958 -0.01038 -0.005618 0.0793 -0.075597 0.013994 0.04369 -0.005125 -0.004084 0.042112 -0.035657 0.029555 0.040959 0.051185 -0.074618 0.002066 -0.007848 -0.058439 -0.007544 -0.049588 0.103133 -0.054835 -0.014407 0.01048 -0.027211 0.028513 -0.028685 0.057343 0.006386 0.012324 -0.004821 0.004093 0.061943 -0.025052 0.047015 0.015026 0.06219 0.01268 0.063514 0.00967 -0.078019 -0.01522 -0.056038 -0.006143 0.00402 -0.03201 -0.003094 0.024508 -0.043296 0.031489 0.002859 -0.055459 0.030366 0.024762 0.020388 0.024494 0.048199 0.046544 0.025248 0.051231 -0.012118 0.002711 -0.012512 0.01364 0.010214 -0.042874 0.004002 -0.052133 0.02768 0.023657 -0.053106 0.037742 0.075953 -0.000332\nÚ 0.000874 0.020368 -0.064262 0.044379 0.010064 -0.057951 0.03215 -0.006038 0.013531 0.014142 0.018156 0.021509 -0.041015 0.007419 -0.017372 -0.006422 0.045305 0.032464 -0.024949 0.042503 0.007067 0.092447 0.033494 0.039203 0.031631 0.032658 0.016977 -0.022455 -0.013661 -0.006493 -0.00222 -0.055357 0.020325 -0.010426 0.040929 0.05977 -0.041324 0.051176 -0.011833 0.08834 -0.003724 0.005235 -0.016164 -0.064199 0.010753 -0.026409 0.053072 -0.049037 0.032545 0.002865 -0.007803 -0.036178 0.015579 -0.02709 0.031734 -0.033689 0.010034 -0.044931 -0.003977 0.076662 -0.026297 -0.002817 0.060091 0.038293 0.039257 0.021644 -0.038281 0.103765 -0.079255 0.047542 0.016847 0.059159 0.035221 -0.007841 -0.047697 0.107343 -0.020085 0.065543 -0.017095 0.039802 0.009865 0.03323 -0.010665 0.145114 -0.020578 -0.079632 -0.031287 0.07854 -0.019953 -0.023397 0.047715 -0.001063 -0.013965 -0.096221 -0.038214 0.012093 0.008487 -0.062293 -0.028768 -0.048472 0.011346 0.002707 -0.089981 0.022733 -0.023084 0.036516 0.017623 -2.2e-05 0.022532 -0.006363 -0.014804 0.041567 -0.027856 0.053693 0.018157 0.02398 -0.061427 0.015145 -0.057601 -0.047919 0.082275 -0.098071 0.083687 -0.013307 0.038255 -0.030162 -0.013625 0.037827 0.069519 -0.008028 0.015161 0.006603 -0.074906 -0.011245 0.01209 -0.064536 0.003256 0.061368 -0.027348 0.053836 0.051301 -0.009145 -0.016218 0.081861 0.057532 0.00486 0.057501 0.070289 0.064673 0.09287 -0.042456 0.102484 -0.030887 0.122879 0.058963 -0.004773 0.020963 0.014426 0.030161 0.044376 -0.030441 0.111497 0.065248 0.014446 -0.000298 -0.027734 0.008905 -0.026589 0.004879 0.046699 0.003172 -0.051829 0.017585 0.023335 -0.038257 -0.013651 0.002116 0.046697 -0.071683 0.029231 -0.040228 -0.005854 0.023994 0.024373 -0.020752 -0.004361 0.022482 0.023925 -0.026307 -0.067424 0.023741 0.057847 0.006109 -0.03466 0.022009 -0.072975 0.003151 -0.00304 -0.022146 0.064961 0.059155 0.00991 0.011511 0.046864 0.060637 -0.055158 0.005005 0.010328 0.003789 0.070883 0.043003 -0.057647 0.101001 0.062645 0.059931 0.028675 0.049526 0.016865 -0.045051 -0.080057 -0.024779 0.011004 0.078658 0.017366 0.054516 -0.03052 -0.024948 -0.022791 0.004527 0.040398 -0.056087 -0.010578 0.003826 6.2e-05 -0.015838 0.022425 -0.048764 0.014909 0.07082 0.015509 -0.096514 0.091281 -0.036391 -0.083693 0.029102 -0.10324 0.107148 -0.053551 -0.047332 0.016384 -0.049312 0.03873 -0.007777 0.020003 0.011693 0.010396 -0.001966 -0.023055 0.047926 -0.007677 0.04196 0.00207 0.034986 0.016881 0.061182 -0.000416 -0.102925 0.009917 -0.022953 0.020274 0.040595 0.012193 -0.015238 0.014732 -0.046933 -0.013247 0.013144 -0.018533 0.002472 0.019248 0.067598 0.026473 0.023237 0.034928 0.057492 0.017708 -0.007986 -0.030909 -0.021188 0.028853 -0.006305 -0.03256 0.019353 -0.029571 0.043654 -0.009769 0.004738 0.056601 0.024692 -0.003673\nj -0.002022 -0.012526 -0.002101 0.014765 0.00595 -0.063567 -0.038947 -0.00118 -0.011269 0.044541 0.003151 0.018186 -0.043845 0.015875 -0.014848 -0.005147 0.059832 0.030736 -0.004217 0.047276 0.03292 0.077267 0.058587 0.038107 0.039997 0.034818 0.022693 -0.055885 -0.030564 -0.034346 0.027114 -0.067533 -0.001134 -0.000739 0.030306 0.083789 -0.097008 0.041667 -0.008335 0.139448 0.01587 0.064845 -0.013642 -0.042492 -0.018275 0.002253 0.101235 -0.076387 0.027662 0.015139 -0.013381 -0.027014 0.020543 -0.054968 0.079186 0.005148 -0.041152 0.034127 -0.013884 0.102586 -0.012868 -0.067342 0.032734 0.075938 0.016186 0.025318 -0.050158 0.03805 -0.046009 0.02761 -0.014632 0.023965 -0.018007 0.001185 -0.040251 0.085389 -0.009695 0.103821 0.01397 0.0439 0.015784 0.046512 -0.025417 0.102863 0.000735 -0.10372 -0.032903 0.062548 -0.03773 -0.030056 0.044008 -0.002354 -0.02277 -0.087476 -0.018567 0.028104 0.018855 -0.068044 -0.042053 -0.045169 0.039444 -0.002032 -0.085491 0.059539 -0.03967 0.017003 0.003974 0.01618 0.006245 0.030974 -0.012746 0.01783 -0.01381 0.049198 0.002399 -0.010101 -0.054014 0.064997 -0.105305 -0.023711 0.055092 -0.086577 0.087617 -0.052475 0.048404 -0.003531 -0.032917 -0.007832 0.073344 0.025682 0.059102 0.018867 -0.042298 -0.025735 0.011203 -0.043696 0.004081 0.075886 -0.016257 0.092302 0.053477 0.015374 0.002254 0.055651 0.043821 0.024566 -0.001592 0.061075 0.042939 0.07046 -0.026765 0.099997 -0.011868 0.076218 0.065349 0.01966 0.041905 -0.031796 -0.007401 0.059613 -0.022017 0.062575 0.04242 0.025796 0.005478 0.012354 0.040134 -0.011736 0.015181 0.076359 -0.009863 -0.043702 -0.031277 0.019775 -0.044159 -0.023879 0.021825 0.0695 -0.089319 0.020502 -0.055121 0.010391 0.028331 0.017792 -0.009851 -0.017303 0.0411 -0.000189 -0.028627 -0.024038 0.026154 0.006112 0.002324 -0.004949 0.055472 -0.041242 0.019535 -0.0004 0.025242 0.027047 0.058446 -0.003527 0.069734 0.01878 0.058835 -0.063744 -0.00038 0.000769 0.009851 0.050529 0.041415 -0.000221 0.081825 0.047568 -0.000414 -0.000866 0.087569 -0.00751 -0.068821 -0.07728 -0.020466 -0.008699 0.04336 0.011582 0.056322 -0.006623 -0.004064 -0.009829 -0.008565 0.090211 -0.070844 0.016759 0.036511 0.005031 -0.0102 0.048057 -0.014999 0.02249 0.017445 0.042439 -0.09341 0.009012 -0.003842 -0.04672 -0.014081 -0.052682 0.114116 -0.044559 -0.024482 0.016576 -0.012929 0.035953 -0.033635 0.042102 0.008707 0.025638 -0.005016 -0.010754 0.045604 -0.031518 0.032282 0.001821 0.056741 0.000659 0.054313 -0.005678 -0.078682 -0.025191 -0.055099 -0.000369 0.004007 -0.019416 0.014584 0.034525 -0.035321 0.015159 -0.011588 -0.066716 0.032774 0.016296 0.017738 0.031839 0.054912 0.064172 0.025946 0.041384 -0.011719 0.00486 -0.010041 0.016482 0.010036 -0.020758 -0.001117 -0.061465 0.039767 -0.000981 -0.04392 0.035816 0.096704 -0.012494\nỵ 0.029058 -0.049809 -0.0391 0.04635 0.000216 -0.064352 0.051676 0.022572 0.05183 -0.0334 0.040003 0.035735 -0.024325 0.051724 0.071047 0.04572 0.006118 0.012053 0.027777 0.015989 -0.017943 0.082473 -0.014817 -0.02904 0.028161 -0.007326 -0.000381 0.007659 0.072595 0.007427 0.045084 -0.118347 0.038799 -0.048962 -0.003561 0.054404 -0.040255 0.094525 0.01074 0.122515 0.028693 0.024551 0.047038 -0.017957 -0.07486 -0.01841 0.017206 -0.070384 0.037025 0.037193 0.011678 0.003504 -0.020949 -0.076116 0.040971 -0.037584 0.0019 0.045007 -0.050897 0.105349 0.021023 -0.082747 0.050696 0.004679 0.058251 0.009694 -0.064559 0.102387 -0.052826 0.094428 -0.017877 0.035133 -0.015735 0.026068 -0.011651 0.084922 -0.000142 0.085726 0.004378 -0.019473 0.002682 0.018778 -0.068351 0.057377 -0.071241 -0.050969 -0.069539 0.017759 -0.034989 -0.032534 0.045167 0.024629 0.056434 -0.053268 0.017238 -0.002173 -0.010078 0.004013 -0.063844 -0.09328 0.009557 0.00576 -0.115171 0.018544 -0.06605 0.034735 0.05738 0.045522 0.094598 -0.001794 0.018868 0.051999 -0.050083 0.052009 0.013945 0.031439 -0.064355 0.028523 -0.117643 -0.013718 0.114799 -0.101567 0.088456 -0.045938 0.149401 -0.018381 -0.028361 0.034945 0.027694 -0.034148 -0.004794 0.048182 -0.116945 0.022133 -0.044223 -0.063959 -0.041394 0.087112 -0.000877 0.045567 0.088579 -0.00762 -0.079487 0.111732 0.045286 0.000374 0.121543 0.063478 0.078952 0.092639 -0.025322 0.118626 0.032876 0.083823 0.030983 0.000641 -0.001864 0.020829 0.026896 0.032379 -0.03378 0.105073 0.085157 0.026267 0.02746 -0.050125 0.035195 0.016205 0.022252 0.1058 -0.038121 -0.03625 0.006709 -0.01431 -0.028096 -0.04163 0.068368 -0.03058 -0.053349 -0.00773 -0.050641 -0.056125 -0.023282 0.012109 -0.082624 0.019554 0.026287 -0.012417 0.00271 -0.000902 0.022132 0.034686 0.040092 -0.016643 -0.012208 0.020523 -0.003337 -0.019461 0.055791 0.103565 0.035147 -0.005336 0.076726 0.019463 0.022213 -0.07119 -0.007429 -0.036447 -0.001137 -0.024887 0.005338 -0.092063 0.025722 0.014649 0.029192 0.005347 0.054201 -0.059551 -0.08496 -0.080541 -0.049968 0.026664 0.069022 0.03561 0.07028 0.005109 0.01687 -0.035123 -0.006945 0.030153 -0.053869 0.009244 0.013875 -0.020694 -0.016968 0.106366 -0.039232 0.041089 -0.001851 0.0478 -0.111611 0.109633 -0.001813 -0.082288 0.103989 -0.060269 0.083265 -0.026055 -0.022679 0.084464 0.03968 0.045103 0.139507 -0.010106 0.088896 -0.009406 -0.017074 -0.022723 0.034822 -0.026098 0.067338 -0.000717 -0.002134 0.028871 0.027286 0.005125 -0.10019 -0.020013 0.00256 0.081267 0.046628 0.06656 -0.046025 0.007547 -0.094774 -0.029957 0.017924 0.022144 0.003155 -0.082322 0.064465 -0.060437 -0.01354 0.042635 0.089228 -0.015829 -0.000641 -0.025735 -0.047122 0.011166 -0.021809 -0.02949 -0.027334 0.024226 0.036233 0.013024 -0.028848 0.068894 0.021061 -0.035558\nƯ 0.024464 0.046825 -0.090912 0.017993 0.05184 -0.069458 0.05386 0.00339 0.095156 0.008878 0.008644 -0.038148 -0.075635 -0.020495 -0.016654 -0.05406 0.020485 -0.014639 0.004673 -0.00743 0.042669 0.067726 0.038087 0.001147 0.080832 0.051618 0.049642 -0.016485 -0.090814 0.023939 -0.032166 -0.038406 -0.047718 -0.050894 0.108408 0.095629 -0.045547 0.037997 -0.026866 0.004585 -0.042601 -0.024282 -0.02267 -0.114103 0.024497 -0.046046 0.08082 -0.021755 -0.055738 0.035298 -0.034 -0.031995 0.063718 -0.026127 0.048577 -0.049684 0.027173 -0.080808 0.03656 0.09813 -0.037748 0.026073 0.109786 0.016341 0.051744 0.045269 -0.036986 0.104575 -0.109207 0.083946 0.039405 0.071923 0.076417 -0.002581 -0.035806 0.112034 -0.088593 0.044264 -0.016432 0.04053 0.023576 0.048823 0.018057 0.192609 -0.063744 -0.018393 -0.000476 0.099467 -0.063108 -0.015041 0.052486 0.051233 -0.029803 -0.08231 -0.040634 -0.000141 -0.053597 -0.083713 -0.049538 -0.040665 -0.025986 -0.006791 -0.039812 -0.045157 0.017503 0.060906 0.011433 -0.020507 0.019138 0.006899 0.021518 -0.009442 -0.068016 0.055695 -0.002931 0.057382 -0.056092 -0.002483 -0.080601 -0.114837 0.106247 -0.077652 0.079591 -0.021295 0.040939 -0.076235 0.014568 0.052869 0.026244 -0.046013 0.020696 -0.008645 -0.085887 -0.042957 0.025957 -0.107773 0.022778 0.079235 -0.020318 -0.000412 0.051695 -0.054589 0.023823 0.117169 0.06601 -0.026417 0.093605 0.134093 0.057732 0.133432 -0.046062 0.139463 -0.063962 0.226349 0.094381 -0.04972 0.003505 0.066674 0.073846 0.039662 -0.038633 0.098831 0.036168 0.02449 -0.038873 0.016726 -0.020161 -0.094224 0.039148 0.034395 -0.010527 -0.099551 0.028242 0.04134 -0.068799 0.006244 -0.019403 0.100939 -0.01046 0.008395 -0.01461 0.026062 0.030467 0.038902 0.002733 -0.037571 0.010717 0.017214 -0.097147 -0.103118 0.036486 0.071693 0.019334 -0.059997 -0.007644 -0.117119 -0.026303 -0.033962 -0.006519 0.125762 0.046589 0.013759 -0.047562 0.021935 0.086871 -0.096732 -0.021352 -0.018483 -0.013069 0.143017 0.067065 -0.079181 0.091364 0.050911 0.061497 -0.008589 0.064417 0.047901 -0.070176 -0.120964 -0.060851 0.067313 0.087846 0.000639 0.05978 -0.027688 -0.019714 -0.01135 -0.005648 0.019359 0.016614 -0.052719 0.02156 -0.010255 0.029638 -0.020828 -0.048737 0.052553 0.114662 -0.008398 -0.076248 0.095318 -0.097551 -0.092671 0.02612 -0.09883 0.128396 -0.049589 -0.053646 0.056024 -0.096558 0.040482 0.042493 0.02514 0.001881 0.033615 -0.008875 -0.007654 0.072536 0.000918 0.005959 -0.045135 -0.018715 0.020886 0.051397 -0.039387 -0.166257 0.025203 -0.019116 0.005955 0.072943 0.059983 -0.037685 -0.031116 -0.03177 -0.00789 -0.005651 -0.001844 0.025828 0.058443 0.112769 0.028893 -0.000812 -0.034895 0.049124 0.065695 -0.013782 -0.042957 -0.080397 0.006833 -0.0086 -0.049937 -0.056215 -0.009321 0.044033 0.053834 0.064683 0.084661 -0.078607 0.015764\n# 0.087127 -0.018345 -0.086156 0.010499 0.050632 -0.075813 -0.059872 0.112851 0.182723 -0.075281 0.005061 0.012548 0.014045 -0.00979 0.060413 -0.176799 0.071172 0.106043 0.087392 0.100601 0.09853 0.102509 0.029658 -0.02117 0.049153 0.139929 0.06863 -0.060056 -0.010753 0.010743 -0.098733 -0.081349 -0.019028 0.062706 0.040404 0.047918 -0.13707 0.091768 -0.119673 0.107394 -0.052503 0.064004 0.076098 -0.196533 0.080001 0.111062 -0.012475 0.094493 -0.089106 0.047295 -0.113445 -0.033178 0.02372 0.005638 0.033226 -0.031944 0.096389 0.060592 0.004276 0.141691 0.004085 -0.175377 0.192118 0.197771 0.094586 0.033034 -0.127164 -0.00337 -0.159536 0.020049 -0.114875 0.003976 0.02575 0.001626 0.145855 0.185228 0.047073 0.103714 0.038308 0.041884 -0.095079 0.088952 0.02182 0.164358 -0.066026 -0.131371 -0.012556 0.046826 -0.057549 -0.038086 0.035487 -0.028817 0.133643 -0.222592 -0.035675 -0.011206 0.018394 -0.107592 -0.03077 -0.083373 -0.017844 -0.032444 -0.139441 0.135692 -0.120175 0.051309 0.11794 -0.023364 -0.077177 0.122475 0.021335 0.113369 -0.053491 0.039966 -0.010245 -0.032409 -0.096455 0.0607 -0.145129 -0.094284 -0.060407 -0.073041 0.027776 -0.031682 0.083246 0.037965 -0.044534 -0.058213 0.160411 -0.03864 0.125088 -0.045868 -0.085991 -0.057594 -0.003475 -0.228863 0.000514 0.137434 -0.105521 0.06401 0.175751 -0.064715 0.136265 0.187662 0.020028 0.031311 -0.029117 0.17581 0.103892 0.274664 -0.121643 0.083893 -0.145333 0.202391 0.080305 -0.08379 0.081989 0.05498 0.038199 0.058715 0.100346 0.018525 0.191311 -0.139408 -0.09819 0.02166 -0.021649 0.021558 0.002311 0.144987 0.081085 -0.184642 0.002435 0.015399 -0.162653 -0.021744 0.006154 -0.003789 -0.044477 -0.082583 -0.046068 -0.02196 -0.027823 0.042952 -0.030276 -0.119185 0.11424 0.099263 -0.102913 -0.062893 -0.048006 0.013334 0.064112 0.045792 0.103476 0.009651 0.058297 -0.067166 0.060325 0.045378 0.184744 -0.074031 -0.04322 0.012294 0.077249 -0.209156 0.043285 0.015954 0.039431 0.157643 0.043694 -0.130256 0.177599 0.133237 0.06555 0.189944 0.053959 -0.094095 -0.132877 -0.053576 -0.144147 0.148722 0.01933 -0.138479 0.018882 -0.036642 -0.041337 0.048429 -0.008508 0.099018 -0.204027 -0.014 0.067546 -0.013298 0.043467 0.094855 -0.155381 0.0545 0.190213 -0.087381 -0.201626 -0.018724 -0.078357 -0.172956 0.198956 -0.088872 -0.06167 -0.114038 -0.073822 0.063249 0.025261 -0.044149 -0.019487 0.020022 0.007122 0.177289 0.045307 0.0079 0.13536 0.107797 -0.064418 0.020546 -0.017779 0.044661 0.10453 -0.01667 -0.126564 0.028226 -0.145587 -0.021826 -0.06245 0.082866 -0.001924 -0.045539 -0.073279 0.15313 -0.000859 0.061416 0.087328 0.152043 0.055881 0.136017 0.035112 0.049275 0.12814 0.151452 -0.011134 -0.092746 0.073624 -0.009077 0.115421 -0.062862 -0.117275 -0.051585 0.008399 0.107896 -0.016219 0.15889 0.050094 -0.036654\n[ -0.033729 0.201022 -0.01879 0.344574 -0.000839 -0.537184 0.202312 -0.230511 0.200472 -0.095532 0.239489 0.127277 -0.248983 -0.365767 -0.083098 -0.138573 -0.112148 -0.184927 -0.343982 -0.149822 0.882686 0.032359 0.321229 0.109918 0.627136 0.498366 0.20922 0.778215 -0.856882 -0.268171 0.197506 -0.271053 -0.296696 -0.11331 0.613832 -0.317278 0.035116 -0.177282 0.226764 -0.52163 -0.144111 0.178119 0.037554 -0.744107 0.124618 -0.012293 -0.779757 -0.06055 -0.149056 0.177522 0.338744 -0.03329 -0.042135 -0.698014 0.279329 -0.837062 0.774169 -0.371357 0.379186 0.055293 0.812736 0.044075 0.580196 0.040536 -0.647664 -0.199587 -0.045248 -0.354505 -1.032273 -0.309807 0.223068 -0.683038 0.460631 0.436342 0.050886 0.738274 -0.131796 -0.198359 -0.1326 0.022914 -0.199197 -0.12983 -0.460926 0.504473 0.065066 0.219393 0.415752 0.932941 -0.174846 0.087037 0.300768 0.598254 0.176676 -0.210324 0.107034 0.418935 -0.236379 -0.115374 -0.394872 -0.02887 0.065952 -0.37217 -0.051052 0.044801 0.621372 0.5176 0.000164 -0.149623 -0.516949 0.371278 -0.111357 -0.345816 -0.952186 -0.28526 -0.526024 -0.156081 -0.266694 -0.235618 -0.19494 0.063538 0.976674 0.257866 0.448131 0.616428 -0.061202 -0.107959 0.166166 0.197822 -0.028484 -0.197566 0.30626 -0.32076 -0.066516 -0.379694 0.555327 -0.535728 -0.25195 0.006746 -0.204791 -0.120015 0.77864 -0.64446 0.125044 0.262472 0.582854 -0.57296 0.329923 0.522108 -0.160334 -0.216032 0.424589 0.759469 -0.496128 0.126862 0.547506 -0.027329 -0.791978 0.541618 0.222205 0.467452 0.093378 -0.036398 -0.195536 0.154168 -0.397582 -0.482662 0.434716 0.171416 0.628544 0.266382 -0.217812 -0.684057 0.443148 -0.199106 -0.359954 -0.283666 -0.662502 0.29078 0.494696 0.539023 0.459224 -0.475798 -0.601812 0.467227 0.188066 -0.383392 -0.101426 0.28642 0.239435 -0.015128 -0.152667 -0.069134 0.17166 -0.118483 -0.180558 -0.475936 0.607202 -0.061819 -0.021748 0.081258 0.395032 0.855041 0.260132 0.137349 0.622134 0.210878 -0.188274 -0.541541 -0.146128 0.567024 0.015481 -0.589992 -0.36655 -0.508672 0.749436 0.286372 -0.323764 -0.493413 0.362493 -0.551284 -0.497722 -0.58008 0.87779 -0.155379 -0.085564 0.117042 -0.079641 -0.586687 -0.255767 -0.454238 0.283735 -0.354297 0.060107 0.156414 0.135912 0.292864 -0.356984 -0.04036 0.258516 -0.627724 -0.062373 0.104118 -0.462516 -0.738794 -0.388353 -0.300491 -0.065175 -0.27708 -0.313048 -0.27054 -0.198629 0.418932 0.081974 -0.018472 -0.250283 -0.35821 -0.288078 0.066736 0.249405 -0.303518 -0.34712 -0.239546 -0.269364 0.251418 0.05521 0.430013 -0.338858 0.133594 0.114652 -0.745803 -0.107377 0.164962 0.298148 -0.368346 0.554174 0.10772 -0.50958 -0.443827 0.120604 1.079583 0.583145 0.212734 0.039753 -0.223729 0.437018 0.481906 0.068659 -0.329733 -0.130255 -0.64024 -0.006577 -0.123914 -0.45376 -0.032407 -0.209255 0.409148 -0.129238 0.342549 0.093631 0.268102\n] 1.49522 1.261978 0.690979 1.135901 -0.731111 -0.658947 0.745962 0.783371 0.094693 -0.151578 0.517399 -0.454097 -0.487195 -1.392632 -0.102929 -0.021371 0.611965 0.396988 -0.181658 0.998665 0.700948 0.356125 0.20003 -0.623886 -0.55525 0.407089 -0.648418 1.516421 -0.598862 -0.553381 0.78272 -0.214523 -0.690676 -0.001294 0.670938 0.244872 0.408576 0.207889 -1.008811 -0.039706 -0.276987 0.492231 -0.877403 -0.586558 -0.750952 0.091163 -0.40016 0.96416 -1.411272 -1.392079 -0.85024 0.0438 0.679288 0.650828 -0.039054 -0.984795 -0.030778 0.239818 0.06072 0.156273 1.171093 -0.583145 -0.058536 1.399423 -0.366996 0.314604 -0.668489 -0.545798 -0.187389 0.332008 -0.756207 -0.623337 0.968868 1.007735 0.289577 0.417097 -0.385994 1.168722 -0.205868 -0.513651 -0.963506 -0.720364 -1.628562 -0.223093 0.569032 0.182053 0.618829 1.757293 -0.139231 0.060469 0.11138 1.262864 0.646034 -1.646666 0.638842 0.334786 -0.152376 -0.46434 -0.204746 1.09461 -0.567845 -0.498089 0.402597 0.581632 0.230491 -0.29556 -0.625912 -0.346581 -1.2891 0.410748 0.30417 -0.267124 -1.279788 0.749477 -0.056749 -1.699756 0.131509 -0.052948 -0.15576 0.213318 0.074795 -0.338876 -0.104537 1.039741 0.887518 -0.134523 -0.081689 -0.304396 0.210333 -0.45457 0.037939 0.100605 -0.056449 -0.20721 0.85522 0.01159 -0.191966 0.212344 0.168081 -0.346269 0.566606 -0.978983 -0.061861 0.87144 -0.875854 -0.980443 0.035881 0.47772 0.34999 -0.104221 1.031161 1.761993 -0.95413 0.638584 1.324939 0.577704 -1.690524 0.418269 0.455457 0.720347 -0.399152 -0.117205 0.076667 -1.317643 0.464975 0.305136 0.125742 0.559388 0.87353 0.663112 -0.964061 -1.310524 -0.36348 0.608132 -0.377575 -0.732797 -1.045554 0.166484 -0.384093 1.631121 0.830734 -0.625946 -1.840117 0.736999 0.116827 -0.439265 0.822524 0.413658 -0.656805 0.052587 0.527916 -0.195793 -0.639421 0.267174 0.163961 0.024194 0.727037 -0.510916 -1.560544 0.833965 0.993306 0.90126 -0.473106 0.121607 0.059051 -1.501755 -1.210788 -0.700792 -0.029841 1.604964 0.90723 -1.896256 -1.300368 -0.646928 0.325496 0.406833 -0.072543 -2.407289 0.579951 0.687722 -0.501339 -0.986285 0.603109 0.000854 -0.285857 0.633698 -0.256446 -1.641118 -0.98609 -1.986152 0.774056 0.243049 0.810219 0.677446 -0.276092 0.888992 0.909835 0.604255 -0.021258 -1.27698 -1.088008 -0.101066 -0.998018 -2.011812 0.040697 -0.938564 0.565794 0.435017 -0.554531 -0.389698 -1.46089 0.257342 -1.104164 2.125447 0.045966 -0.021303 0.559892 0.533792 0.985752 -1.177586 -1.349076 -0.310626 -0.604034 -0.945565 0.864401 0.100846 0.372299 0.134477 -0.788144 -0.723369 -0.964149 -0.398164 1.652397 -0.548648 1.618901 -0.404044 -0.710113 -1.631355 0.980702 1.642146 0.658948 1.001472 -0.656878 -1.203515 0.302079 1.646541 0.088854 -0.212744 -0.165434 -0.310535 0.005016 0.417914 -1.128818 -0.061972 0.274955 -0.028378 0.071985 1.196534 0.346265 -0.017675\nĂ 0.009544 0.049281 -0.090172 0.034941 0.039318 -0.056836 0.024995 0.012624 0.094056 -0.005765 0.046555 -0.01367 -0.052064 -0.019216 -0.018461 -0.028607 0.03473 -0.031234 0.013421 0.003137 0.021599 0.071711 -0.006976 0.003854 0.063561 0.024645 0.049297 0.025007 -0.073461 0.018194 0.008872 -0.044074 -0.030931 -0.016957 0.096211 0.075064 -0.031112 0.022874 -0.006796 0.071727 -0.012992 -0.037429 -0.008531 -0.07926 0.009132 -0.016975 0.050426 0.003792 -0.049413 0.010588 -0.035003 -0.006713 0.047987 -0.064592 0.025639 -0.050101 0.033686 -0.045827 0.037209 0.087603 -0.00775 0.013631 0.092822 0.018585 0.029274 0.008551 -0.038882 0.051724 -0.085704 0.055858 0.013942 0.023695 0.017707 0.010609 -0.016955 0.088508 -0.064585 0.01207 -0.019383 0.035722 0.008891 0.021142 -0.021073 0.1616 -0.060741 0.005064 0.001985 0.088731 -0.049184 0.026627 0.044104 0.041543 -0.007749 -0.049653 -0.040878 0.03514 -0.040114 -0.075467 -0.042889 -0.057738 -0.019712 -0.009944 -0.05886 -0.009068 0.039739 0.043333 0.005803 -0.014682 0.069767 0.024723 0.014803 0.007457 -0.061574 0.039763 0.003866 0.046257 -0.076489 -0.023189 -0.099996 -0.079696 0.063476 -0.03582 0.061168 0.015391 0.039225 -0.035417 0.003909 0.042941 0.02548 -0.033299 0.010001 -0.021637 -0.082036 -0.038199 0.001374 -0.087427 0.022171 0.085786 -0.021716 0.003919 0.038633 -0.064661 0.027125 0.080693 0.066879 -0.027639 0.075489 0.098573 -0.003369 0.077555 -0.006459 0.124286 -0.050001 0.198754 0.062308 -0.003579 -0.011965 0.040998 0.045593 0.019971 -0.049579 0.085713 0.058189 -0.016116 -0.000441 -0.014451 -0.003397 -0.066791 0.01101 0.025023 -0.003505 -0.080199 0.016895 0.028736 -0.073637 -0.005614 -0.019855 0.08936 -0.012363 -0.019403 -0.020574 0.001261 0.046395 -0.004185 0.012776 -0.046641 0.011761 0.045454 -0.071974 -0.094358 0.034947 0.077435 0.003324 -0.07024 -0.000179 -0.081209 -0.029373 -0.013005 0.003138 0.101675 -0.005545 -0.017867 -0.070213 0.011703 0.066148 -0.066056 -0.034431 -0.004742 0.012357 0.107464 0.062961 -0.074888 0.051881 0.039933 0.044174 0.006465 0.008591 0.031388 -0.079913 -0.079652 -0.04948 0.068647 0.062834 0.015541 0.056532 -0.010013 -0.034072 -0.049681 0.007825 0.003451 -0.025851 -0.01381 0.01191 0.009182 0.004859 -0.006724 -0.040813 0.047711 0.061218 0.013485 -0.086635 0.095514 -0.049556 -0.084763 0.017531 -0.112012 0.095965 -0.030397 -0.03858 0.030393 -0.070922 0.067385 0.053326 0.010421 -0.004479 0.025427 0.01284 0.007161 0.045538 -0.012587 0.002568 -0.049719 -0.009515 0.044755 0.044808 0.00122 -0.138371 0.010659 -0.032578 0.025366 0.037483 0.035292 -0.004256 -0.003813 -0.016088 -0.011899 0.016358 0.027363 0.033919 0.009456 0.097131 0.043131 0.017813 -0.023596 0.056502 0.064447 0.026572 -0.034201 -0.097029 -0.034031 0.025434 -0.054823 -0.034138 -0.016435 0.044852 0.045064 0.041349 0.085854 -0.040105 0.022326\n$ -0.060941 -0.053502 -0.129054 0.110946 -0.03538 -0.091125 -0.098306 -0.022031 0.110849 0.019076 -0.012705 -0.07103 -0.025646 0.034227 -0.015891 -0.219153 0.181897 -0.002383 -0.004989 -0.090364 0.018633 0.04667 -0.120878 -0.009131 0.057648 0.023495 0.161868 -0.033819 -0.075518 0.04114 0.121257 0.017889 -0.026784 -0.066328 0.169017 0.188901 -0.100295 0.099604 -0.118175 -0.048089 0.032986 0.04555 0.028519 -0.139808 0.021533 0.22373 0.01317 0.072762 -0.105285 0.059345 0.002953 0.093545 0.075376 -0.089869 0.041874 0.006472 0.154392 0.117745 -0.00959 0.226425 0.080984 -0.029647 0.135195 0.112906 0.179162 -0.026395 -0.104313 -0.008506 -0.162126 0.062992 -0.071583 0.08165 -0.038837 -0.016523 0.150887 -0.030703 -0.06972 0.150652 -0.147651 0.102692 -0.046457 0.018853 0.071268 0.176221 -0.101127 -0.048534 -0.076582 0.252933 -0.059784 0.018197 0.051537 -0.051647 0.005466 -0.083632 -0.101637 -4.2e-05 0.049087 -0.171522 0.073836 -0.012247 -0.073069 -0.005452 -0.123795 0.103265 0.037882 -0.105846 0.028766 -0.071011 0.032049 0.088041 -0.029071 0.060354 -0.002995 -0.000585 0.121105 -0.110358 0.02274 0.093633 -0.091793 -0.005365 0.047619 0.032703 -0.108585 0.024187 0.0095 0.063994 0.012568 0.058241 0.055454 -0.05506 0.064515 -0.068693 -0.003543 -0.117423 -0.086375 -0.142416 -0.076606 0.015005 -0.012799 0.062266 -0.039727 -0.018037 0.000968 0.087442 0.07973 0.053599 -0.115765 0.001637 0.093715 0.082387 -0.029805 0.047122 -0.119083 0.129282 0.128236 -0.075876 0.057697 -0.075158 0.087378 0.073479 0.179004 0.018102 0.046995 -0.074055 0.123028 0.035186 0.248736 0.073246 0.188469 0.078025 -0.032854 -0.063387 -0.11277 -0.013158 -0.211735 -0.030764 -0.018301 0.135995 -0.08653 0.027053 -0.141296 -0.095724 0.033858 0.030136 -0.012183 -0.042376 0.048208 0.014411 -0.08028 -0.048428 -0.028219 0.100097 0.031154 -0.059483 0.154511 -0.003808 -0.223682 -0.085713 0.144401 -0.00275 0.01137 0.067596 -0.081962 0.093416 -0.040339 -0.225961 0.038444 0.12495 0.039715 0.033431 0.098033 0.025627 0.075104 0.032092 -0.010186 0.12277 0.144189 -0.045673 -0.062852 -0.035375 -0.045457 -0.073047 -0.051057 0.041309 0.051043 0.168426 -0.052758 0.10736 -0.031687 0.194562 -0.107433 -0.022031 0.145307 0.020718 0.145434 -0.052535 -0.072042 0.019017 0.126212 -0.167938 -0.155137 -0.155177 -0.015468 -0.002093 0.159705 0.15127 0.139964 -0.044077 -0.060072 -0.045004 0.004693 0.103803 -0.089957 0.024507 -0.13308 0.119955 0.00498 0.020867 0.225014 -0.078355 -0.091912 -0.071172 0.074424 0.037239 0.012549 -0.079218 -0.154755 0.059599 -0.148727 0.067412 -0.047581 0.074413 0.001421 -0.167123 0.130714 0.043772 -0.010982 -0.002292 0.013808 0.12469 0.079157 0.054199 -0.022027 -0.077467 0.105674 0.042022 0.06936 -0.021413 -0.116009 -0.060762 -0.044534 0.021097 0.026438 -0.10465 -0.08714 0.192947 0.001665 0.060019 0.075666 0.13172\n» 0.231322 -1.164347 -1.511548 -1.836927 1.232408 -0.741306 1.09826 -0.407931 3.341609 -1.013373 1.977918 -0.145514 0.743607 0.434171 2.013062 -0.737138 -1.953142 -0.701973 0.759672 2.255829 0.311865 1.577325 0.068175 -0.174547 2.447037 1.30899 -1.739689 -0.949867 -1.820406 -0.124825 -0.77423 0.562775 -0.396179 -0.452068 1.431523 1.453311 -2.065179 -0.807215 0.103566 -1.952323 -0.103514 -0.511891 1.41541 -2.167929 1.687938 -0.137009 0.065871 1.722657 -0.913386 0.971621 -0.979502 0.041353 1.794948 -1.004363 0.455113 -0.923561 2.300996 -0.458529 -0.265943 -0.028212 -0.907239 0.568717 0.442958 0.076498 0.02558 -0.086609 -0.33625 1.423945 -2.859791 -0.542726 -0.334985 -0.509353 1.098309 0.428681 0.222806 0.579051 -0.735476 0.0018 0.35794 -0.137665 0.104483 0.141884 -0.982149 -2.388476 -0.67183 -0.066526 -0.047662 1.288843 0.0952 -1.304095 -0.861803 -0.910291 1.658187 0.864705 0.420254 0.040576 -1.616458 -0.247061 -0.283442 -1.530795 -1.32652 -0.065893 0.207149 -1.008336 0.667975 0.953185 1.486265 -0.74986 -0.231738 1.095245 1.237456 -0.422807 -0.139183 -1.374274 -1.944251 1.497728 0.075487 -0.650395 -0.717746 -2.390295 -1.061666 -0.410797 -0.235932 0.830424 1.65691 -0.835256 -0.144602 0.567677 1.492033 -0.197736 0.760333 1.421563 1.28553 -0.381688 1.175809 0.464747 0.806834 1.064147 0.545869 -0.554936 -0.515748 -2.781585 0.853632 1.513579 1.499258 0.541366 -0.551139 0.016737 -0.615617 1.161294 -0.380082 -0.420176 0.729078 0.937476 0.632419 -2.207163 -2.250402 2.324777 0.484871 1.019914 -0.191996 0.793462 -1.366935 -2.150959 0.29564 0.419062 0.178067 -0.549345 1.049982 1.158652 -0.891296 -0.900288 -2.018415 0.60427 -0.323538 0.014343 -0.778118 -0.155882 0.288581 0.42285 0.869078 -1.61012 -1.022557 0.036319 -0.239805 -0.870782 0.073707 -1.870015 -0.381135 0.315347 -0.860709 0.494356 0.340335 0.462103 3.08238 0.875235 0.06585 -0.493207 0.50946 2.235093 0.494089 0.082712 -1.056096 0.009192 1.075783 -0.396185 -0.385296 0.958356 -0.31464 2.115994 -0.543328 0.156373 0.127065 0.877637 -0.663102 0.032348 0.458414 -2.485091 1.355629 -0.988194 -1.194387 -0.075003 1.40646 -1.648503 -1.520404 -1.207214 -0.456598 -0.858919 -0.231129 -1.213625 -0.068522 -1.25153 -0.492158 -0.512733 -1.028071 -0.25843 -0.004777 -2.25954 1.748021 2.280515 1.345651 0.982194 -1.005395 -1.361621 -0.670829 -1.012719 2.499823 1.218292 0.942713 0.296138 -1.597485 0.798364 -2.100099 0.837801 -0.076656 0.094908 -0.347387 0.116653 0.272688 -1.326098 -0.835651 -0.881952 0.472371 1.942583 0.228969 1.632112 0.866322 0.381241 -0.110978 -0.137509 -0.099577 2.033643 -0.408227 0.23479 1.124149 -1.610566 0.480302 0.141644 0.982673 1.69277 -0.410223 2.584018 -0.985067 -0.664404 1.670689 0.713386 -2.814803 0.352265 -1.46553 0.079743 0.354914 0.041576 -1.848965 2.03109 0.651819 -0.293072 1.869744 1.468641 -0.295859 2.43056\n= -0.005196 0.04844 -0.027626 0.013133 0.003818 -0.071801 -0.009195 0.029651 0.07425 0.020654 -0.007037 -0.01462 -0.032956 -0.01717 -0.026977 -0.06191 0.014593 -0.003187 0.035187 0.011664 0.03599 0.09516 0.032446 0.016366 0.043431 0.072702 0.053832 0.030218 -0.087099 -0.029612 0.007357 -0.075358 -0.044671 -0.009388 0.12879 0.036614 -0.091696 0.055363 -0.012242 0.074878 -0.018825 0.023603 -0.005151 -0.11699 -0.000661 0.002982 0.05127 -0.007139 -0.039792 0.033241 -0.024672 -0.043967 0.047483 -0.009011 0.096626 -0.050027 0.023726 0.02803 -0.009571 0.083652 0.008707 -0.084123 0.092936 0.10624 0.041289 0.056663 -0.057085 0.055395 -0.090092 0.017185 -0.004169 0.094135 -0.02104 -0.016602 0.025836 0.115071 -0.01019 0.063531 -0.049784 0.045437 -0.031402 0.022398 -0.02582 0.17362 0.001301 -0.046025 0.012345 0.098309 -0.022847 0.021514 0.04969 0.062994 -0.002934 -0.100274 -0.049681 0.009733 -0.016661 -0.065121 -0.027594 0.000454 0.008132 -0.034937 -0.038736 0.026823 -0.016548 0.040776 0.048653 0.009345 -0.018364 0.038156 -0.011932 0.016333 -0.047518 0.046459 0.036014 -0.004485 -0.055333 0.058462 -0.020315 -0.043289 0.05006 -0.034234 -0.021852 0.012188 0.013717 -0.045644 0.009733 -0.004376 0.029307 -0.044383 0.036136 -0.036614 -0.078129 -0.051275 -0.02255 -0.125938 -0.003547 0.098003 -0.008271 0.068572 0.054733 -0.060872 0.082852 0.144586 0.013704 -0.007708 0.041215 0.105136 0.054764 0.120237 -0.009575 0.113712 -0.060959 0.160156 0.085228 -0.021674 0.004909 0.011069 0.032846 0.078744 0.000258 0.094691 0.064442 -0.038865 -0.024759 0.010151 0.090099 -0.020784 0.060097 0.078365 0.010079 -0.070275 0.033256 0.01073 -0.057249 -0.005339 -0.019968 0.104575 -0.019397 -0.010211 -0.049766 -0.019907 0.045597 0.056042 0.044133 -0.095121 0.059595 -0.025012 -0.081251 -0.041204 0.049794 0.046751 0.018012 -0.091722 0.016183 -0.000484 -0.012576 -0.036402 0.026333 0.067026 0.047564 0.037722 -0.009188 -0.025414 0.043336 -0.11263 -0.017835 0.034434 0.004633 0.108755 0.044009 -0.081459 0.066434 0.031509 0.022568 0.038126 0.042126 -0.031972 -0.073393 -0.069508 -0.07423 0.008906 0.048702 -0.03541 0.066853 -0.013729 -0.046023 -0.052776 -0.018237 0.034642 -0.05633 -0.03892 0.042272 -0.01116 -0.015913 -0.02117 -0.059901 0.034815 0.081216 -0.026358 -0.094901 0.018828 -0.059318 -0.111008 0.058888 -0.056824 0.057755 -0.060335 -0.03193 0.018025 -0.044251 0.038033 0.000749 0.050073 -0.002037 0.028478 0.034134 0.037618 0.091619 0.007004 -0.035399 0.00194 -0.026189 0.055307 0.066783 -0.014295 -0.119949 0.0106 -0.018327 -0.057905 0.000722 0.027799 -0.038745 -0.020065 -0.050318 0.065535 -0.017617 -0.029825 0.052207 0.032337 0.054209 0.026183 0.012538 -0.018923 0.046971 0.074285 -0.007198 -0.049231 -0.023671 -0.033147 0.047557 -0.067322 -0.055809 -0.027754 0.015193 0.08541 0.001765 0.071336 0.020364 -0.016264\nỨ 0.008821 0.010548 -0.070061 0.004789 0.014036 -0.086337 0.025956 -0.014998 0.10093 0.007708 0.035837 -0.019697 -0.094826 -0.013559 -0.026676 -0.052744 0.024741 0.00134 -0.027387 0.003821 0.033375 0.075826 0.027219 0.02242 0.047113 0.051634 0.0472 -0.01765 -0.099183 0.019699 -0.0105 -0.044454 -0.050999 -0.049971 0.111404 0.106932 -0.076123 0.034939 -0.042675 0.035687 -0.023087 -0.019484 -0.01212 -0.085717 0.017953 -0.016728 0.034296 -0.041605 -0.018044 0.025943 -0.00254 -0.023269 0.035299 -0.042917 0.042193 -0.029501 0.030492 -0.081761 0.024408 0.088765 -0.02044 0.008132 0.081579 -0.003156 0.071537 0.033782 -0.051103 0.100269 -0.155903 0.055945 0.020849 0.075244 0.052276 0.003244 -0.010579 0.145217 -0.06787 0.056157 -0.003121 0.056832 0.010598 0.061421 0.012569 0.162387 -0.019474 -0.051004 -0.009384 0.094112 -0.058353 -0.011337 0.065387 0.014936 -0.000336 -0.057521 -0.016578 0.009333 -0.061857 -0.102355 -0.05738 -0.06416 -0.004764 -0.011143 -0.08893 -0.036543 0.042509 0.056882 0.033445 -0.023329 0.046729 -0.009758 -0.002212 -0.001298 -0.058657 0.083929 -0.016264 0.044885 -0.075499 0.017037 -0.107679 -0.112243 0.12301 -0.089711 0.084013 -0.024033 0.019026 -0.047726 0.011039 0.034979 0.03933 -0.055775 0.042071 -0.033097 -0.067613 -0.050543 0.011584 -0.127677 0.021154 0.111228 -0.055797 0.030086 0.078546 -0.05822 0.022987 0.092634 0.01449 -0.006172 0.091438 0.122731 0.033133 0.120626 -0.021188 0.134889 -0.077632 0.213895 0.083253 -0.009602 0.007041 0.0627 0.061804 0.028553 -0.015692 0.109401 0.041262 0.036028 -0.040305 0.018907 0.004742 -0.080029 0.046513 0.074753 -0.032449 -0.112956 0.034294 0.060941 -0.065676 -0.014396 -0.009894 0.112658 -0.049166 0.012207 -0.031132 0.014898 0.046197 0.061421 -0.033375 -0.039164 0.02107 0.023173 -0.079132 -0.101875 0.026918 0.059785 -0.003566 -0.060874 0.001876 -0.089895 -0.002374 -0.052084 0.018619 0.097889 0.051269 0.022733 -0.018638 -0.003304 0.076022 -0.071821 -0.030234 -0.043502 0.001854 0.118848 0.058264 -0.084791 0.056217 0.058005 0.040608 0.002329 0.073334 0.003794 -0.066511 -0.102029 -0.057794 0.062638 0.100446 -0.008924 0.082993 -0.05338 -0.021378 -0.052496 -0.014609 0.019864 -0.024768 -0.042933 0.038327 0.011038 0.024751 -0.02922 -0.064901 0.014217 0.114141 0.024335 -0.086619 0.088153 -0.074888 -0.088485 0.042879 -0.089665 0.112291 -0.043488 -0.071931 0.022623 -0.079794 0.024435 0.043441 0.054714 0.029683 0.027962 0.003177 0.037233 0.096963 -0.010467 -0.034229 -0.046779 -0.010654 0.030439 0.095556 -0.004202 -0.156133 0.026664 -0.008688 -0.023739 0.089706 0.04202 -0.045274 -0.035562 -0.042685 -0.004665 0.001691 -0.002624 0.056829 0.047505 0.119452 0.036467 -0.001015 -0.029257 0.099609 0.083034 -0.026791 -0.088447 -0.086672 -0.016476 -0.005418 -0.052719 -0.020366 -0.013994 0.036804 0.042051 0.029085 0.082119 -0.008552 0.008224\nÍ 0.008285 0.08539 -0.091897 0.036904 0.050542 -0.068703 0.052509 0.008458 0.087173 0.005566 0.030016 -0.007796 -0.069957 -0.000182 -0.013533 -0.055603 0.042886 0.0097 -0.018283 -0.013629 0.020572 0.08098 0.019094 0.010666 0.083433 0.049435 0.045687 -0.007678 -0.084205 0.019495 0.01163 -0.059305 -0.016746 -0.019183 0.077213 0.091599 -0.047363 0.036097 -0.016153 0.046917 -0.040792 -0.035341 -0.01145 -0.094006 -0.004736 -0.033884 0.028242 -0.026227 -0.026082 0.021508 0.004973 -0.042292 0.025117 -0.056555 0.036413 -0.046313 0.009529 -0.064801 0.008668 0.074697 0.013987 0.006747 0.096085 0.021367 0.042185 0.014814 -0.053768 0.087208 -0.108242 0.083146 0.033573 0.06936 0.04143 -0.009492 -0.019926 0.120697 -0.042648 0.033136 -0.013227 0.065906 0.024876 0.050193 0.02109 0.152248 -0.04544 -0.002999 -0.040781 0.095518 -0.042189 -0.032031 0.050097 0.038345 -0.02397 -0.069428 -0.034605 0.046417 -0.031978 -0.063808 -0.048601 -0.060571 -0.017949 -0.021881 -0.063963 -0.001753 0.024577 0.044557 0.012134 0.000414 0.041616 -0.008561 0.007409 4e-05 -0.04749 0.04927 0.008976 0.02533 -0.060726 0.001947 -0.068711 -0.093019 0.101177 -0.068278 0.086449 -0.002516 0.027867 -0.053315 0.013698 0.046162 0.039155 -0.055927 0.040049 -0.020272 -0.07849 -0.026367 0.018507 -0.124189 0.018285 0.071539 -0.043779 0.031171 0.063965 -0.071824 0.016053 0.098163 0.070663 -0.034473 0.083154 0.107778 0.036825 0.098452 -0.038647 0.14812 -0.082899 0.214358 0.084467 -0.003477 0.001216 0.064436 0.062434 0.054035 -0.024787 0.130168 0.040351 0.034344 -0.021629 0.013246 0.016888 -0.052489 0.046414 0.037638 -0.004292 -0.067913 0.031113 0.039732 -0.041759 -0.023908 -0.015122 0.095128 -0.051465 0.005173 -0.038697 0.028004 0.034544 0.056339 0.010848 -0.041231 0.019938 -0.002111 -0.057489 -0.064466 0.041173 0.063475 0.005641 -0.076158 -0.01326 -0.10675 -0.027544 -0.016112 0.009807 0.098086 0.049977 0.036543 -0.028447 0.009387 0.092844 -0.081679 -0.026495 -0.021996 -0.023577 0.121363 0.038894 -0.087297 0.067977 0.057929 0.036167 0.017893 0.046785 0.031475 -0.062287 -0.074484 -0.048261 0.064317 0.08102 5.3e-05 0.069353 -0.038204 -0.043374 -0.032792 0.013878 0.019123 -0.044752 -0.027576 0.00824 0.004018 0.034721 0.020638 -0.079815 0.059822 0.095075 0.026795 -0.113603 0.094253 -0.065284 -0.112939 0.025221 -0.107651 0.110156 -0.066178 -0.069898 0.025098 -0.059502 0.046153 0.054082 0.012427 -0.013212 0.020511 -0.004901 0.026008 0.064247 -0.017292 0.001282 -0.037455 -0.013302 0.015219 0.048098 -0.016088 -0.149987 0.030465 -0.012108 -0.001437 0.066955 0.036983 -0.022889 -0.015011 -0.025256 0.013635 0.009424 0.003655 0.037461 0.029222 0.097375 0.015713 -0.011426 -0.009752 0.077043 0.069528 0.024722 -0.047061 -0.077521 -0.000175 0.000547 -0.067687 -0.042394 0.032383 0.052319 0.055267 0.034341 0.095746 -0.043485 0.024111\nÊ 0.017834 0.069874 -0.106546 0.027983 0.048794 -0.073521 0.056109 0.009336 0.08616 0.001439 0.023996 -0.030328 -0.062926 -0.025011 -0.025086 -0.048393 0.040572 -0.013604 -0.014066 0.01702 0.062517 0.05612 0.019828 0.025891 0.09847 0.046456 0.045063 -0.01716 -0.098756 -0.001514 -0.012448 -0.045268 -0.062688 -0.019447 0.087561 0.094682 -0.040714 0.042678 -0.006698 0.009224 -0.043619 -0.049003 -0.04643 -0.113062 0.040513 -0.031781 0.074567 0.020737 -0.04338 0.027711 -0.030465 -0.055267 0.049629 -0.030005 0.040799 -0.044166 0.021598 -0.104918 0.031776 0.064663 -0.042119 0.028174 0.104795 0.016947 0.04459 0.044198 -0.026944 0.085082 -0.110814 0.085494 0.046516 0.044813 0.065574 0.009763 -0.036366 0.133782 -0.069394 0.011977 -0.010108 0.045734 0.008119 0.025938 0.008473 0.182819 -0.060919 0.024955 0.012191 0.084222 -0.049437 -0.005081 0.075168 0.090233 -0.007963 -0.081042 -0.023679 -0.001277 -0.069754 -0.09344 -0.062783 -0.035224 -0.029027 -0.017202 -0.051904 -0.011375 0.036384 0.048501 -0.000108 -0.041221 0.028626 -0.009254 0.01331 -0.017483 -0.068215 0.049428 -0.014832 0.062129 -0.059847 -0.026288 -0.080967 -0.085065 0.083095 -0.061756 0.091781 0.011365 0.009513 -0.060904 0.017743 0.056901 0.022706 -0.046421 0.022657 -0.026779 -0.107681 -0.039562 0.013615 -0.122937 0.028541 0.079181 -0.028329 -0.015317 0.038894 -0.073681 0.029393 0.118166 0.070016 -0.03584 0.098557 0.132022 0.04 0.120322 -0.02825 0.141912 -0.076547 0.242212 0.080396 -0.023648 -0.01412 0.087355 0.104554 0.036889 -0.026934 0.113051 0.048913 0.031159 -0.034106 0.019333 -0.025496 -0.084365 0.012146 0.03611 -0.010607 -0.1049 0.032699 0.035771 -0.067623 -0.017422 -0.01504 0.078516 -0.017523 0.035169 -0.007334 0.039713 0.039072 0.024525 0.001922 -0.034866 -0.009098 0.039989 -0.118297 -0.12017 0.057525 0.067514 -0.003837 -0.074588 5e-06 -0.135198 -0.033476 -0.01773 -0.014607 0.131202 0.027367 -0.00926 -0.061704 0.004395 0.10524 -0.082073 -0.034187 0.000259 -0.009657 0.15919 0.038909 -0.103442 0.090805 0.059191 0.05957 0.01682 0.056994 0.053263 -0.069682 -0.111656 -0.049832 0.073504 0.079085 0.011906 0.080687 -0.034185 -0.005191 -0.044575 0.022369 0.000192 0.005843 -0.063374 0.022849 0.011325 0.022765 -0.012715 -0.07423 0.069458 0.10653 -0.006836 -0.098274 0.120376 -0.110094 -0.113485 0.038602 -0.122927 0.131386 -0.046786 -0.035963 0.017137 -0.117137 0.036826 0.028527 0.031114 -0.027821 0.031913 -0.020758 -0.002205 0.050541 -0.023774 -0.000749 -0.023613 -0.018244 0.012975 0.044451 -0.027514 -0.150125 0.02674 -0.025421 -0.017649 0.070717 0.038043 -0.034668 -0.015745 -0.017036 -0.012656 0.013158 -0.009342 0.040616 0.065745 0.118775 0.048445 -0.003634 -0.036054 0.076514 0.062293 0.000725 -0.064392 -0.093964 -0.00235 -0.01279 -0.066418 -0.032295 -0.006571 0.046879 0.050461 0.067031 0.115735 -0.059721 0.032268\nỒ 0.046939 0.076006 -0.098145 0.028653 0.047025 -0.063184 0.072723 -0.006962 0.102692 -0.000209 0.048359 -0.047037 -0.044756 -0.020624 -0.033155 -0.015687 0.001646 -0.016372 -0.003387 0.006126 0.052244 0.044322 0.028991 0.029725 0.100317 0.042604 0.027933 -0.011755 -0.071787 0.007912 -0.013369 -0.044686 -0.064176 -0.046507 0.100006 0.093855 -0.043761 0.039274 -0.03265 0.002613 -0.007069 -0.051147 -0.036612 -0.084466 0.018497 -0.038794 0.06723 0.035471 -0.050153 0.014653 -0.031248 -0.030017 0.0511 -0.006409 0.010337 -0.079148 0.025015 -0.096508 0.029337 0.066782 -0.052291 0.032767 0.107249 -0.000547 0.035883 0.024889 -0.013167 0.084824 -0.087776 0.065472 0.03811 0.037046 0.078441 0.016294 -0.024637 0.134624 -0.065907 -0.01665 -0.032424 0.061141 -0.010483 0.017544 -0.00334 0.163382 -0.040853 0.00852 0.011097 0.115506 -0.064014 0.012893 0.059016 0.075373 -0.006822 -0.073325 2.6e-05 0.0231 -0.067426 -0.09513 -0.065192 -0.022594 -0.026216 -0.035531 -0.063508 -0.017325 0.072504 0.02236 -0.008805 -0.051727 0.053131 -0.010493 0.022772 -0.022261 -0.056954 0.032148 -0.005344 0.055386 -0.036428 -0.014147 -0.082586 -0.100291 0.060065 -0.056423 0.076765 0.028107 0.005432 -0.070546 0.031826 0.041655 0.029522 -0.025347 0.007785 -0.025719 -0.06291 -0.049774 0.030224 -0.093717 0.019768 0.071048 0.003682 -0.003836 0.016023 -0.0628 0.020297 0.092254 0.057314 -0.02982 0.109961 0.093684 0.021297 0.121399 -0.017216 0.129275 -0.056833 0.220607 0.060011 -0.030998 -0.004507 0.082008 0.086251 0.062279 -0.01353 0.118116 0.061119 0.010301 -0.02927 -0.015316 -0.025871 -0.072947 0.005783 0.020002 -0.016903 -0.087436 0.029449 0.041691 -0.058831 -0.020904 -0.017133 0.054008 -0.010382 0.028993 -0.005139 0.022691 0.068241 0.017292 0.013007 -0.035923 0.015119 0.029611 -0.106197 -0.104655 0.02045 0.045019 0.025822 -0.076167 -0.038216 -0.110871 -0.013462 0.003725 -0.016367 0.11456 0.00818 -0.010803 -0.063617 0.00228 0.098062 -0.066686 -0.016695 0.014182 -0.012421 0.183818 0.052711 -0.097848 0.057173 0.018494 0.026795 0.024521 0.011002 0.024909 -0.058374 -0.106536 -0.055301 0.057414 0.052169 0.028963 0.08198 -0.00985 -0.007532 -0.051543 -0.011934 -0.002698 -0.013684 -0.043 0.018185 0.02544 0.01374 -0.015095 -0.063332 0.04297 0.099124 0.003887 -0.077949 0.102115 -0.07396 -0.108091 0.040635 -0.108668 0.148054 -0.030136 -0.055621 0.041467 -0.087196 0.055814 0.018789 0.015126 -0.017085 0.013026 0.012612 0.003999 0.034466 -0.010633 -0.0165 -0.041857 -0.044665 0.011479 0.032499 -0.027953 -0.119272 0.034544 -0.025782 -0.02863 0.045468 0.027988 -0.012253 -0.046767 0.001781 -0.027716 0.018339 0.01121 0.056816 0.056117 0.114263 0.062688 -0.005793 -0.061768 0.053255 0.062464 -0.005293 -0.033568 -0.102158 -0.03272 0.013754 -0.064837 -0.046365 -0.016951 0.048751 0.055032 0.064193 0.103939 -0.045872 0.022657\n² 0.026155 -0.004202 -0.131028 -0.052995 -0.146105 -0.050228 -0.066928 -0.04369 0.117938 -0.007202 0.059027 0.005579 0.103989 0.125205 -0.034884 -0.095679 -0.04289 0.041972 0.058601 0.049718 -0.093688 0.057744 -0.109667 0.261597 0.028887 -0.001474 -0.065606 -0.21555 0.042923 -0.060666 -0.093107 -0.009278 0.017742 -0.070042 0.119642 0.019887 -0.020206 0.06488 0.069472 -0.060543 -0.013568 -0.105021 0.006117 -0.259598 0.032232 0.128206 0.097444 0.100338 0.061589 -0.089159 -0.001987 -0.021204 0.011682 -0.005602 -0.014069 -0.117456 -0.042561 0.033484 -0.06895 0.233781 -0.002196 -0.10836 0.111043 0.049212 0.148102 0.005542 -0.198719 0.015139 -0.184187 0.174155 -0.083892 0.112311 -0.048104 -0.160555 0.130032 0.07278 0.246395 0.048953 -0.100592 -0.059677 -0.054095 -0.046742 0.007792 0.00935 0.016384 -0.092786 0.029281 0.074369 -0.044756 -0.138881 0.085341 -0.031386 0.088639 -0.134354 -0.179612 0.057791 -0.075355 -0.019808 0.095378 -0.033596 -0.127783 0.031636 -0.066058 0.124967 -0.000986 -0.049323 0.111983 -0.053432 -0.030442 0.038836 -0.06247 -0.011536 0.082097 0.076105 0.049532 -0.052482 -0.050739 0.138264 0.062838 -0.153979 0.082544 0.054138 0.01329 -0.101332 0.035675 0.102244 -0.051151 0.046411 -0.066216 -0.034025 0.1641 -0.043863 -0.079289 0.067396 -0.080002 -0.076465 -0.030938 0.019546 -0.081806 -0.036072 0.135795 -0.008361 -0.040943 0.067678 0.168932 0.144823 -0.158019 0.021518 -0.015125 0.017328 -0.107987 -0.004412 -0.090094 0.023306 0.088573 0.021868 -0.001254 -0.01546 0.088125 0.208948 0.254265 0.049558 0.015619 -0.249033 -0.02484 -0.08712 0.201928 -0.033691 0.145497 0.075476 0.113363 -0.163038 -0.075887 0.021573 0.02244 -0.07377 0.03457 0.059562 -0.029856 -0.121734 -0.116714 0.111184 0.007565 -0.043826 0.015056 -0.126382 -0.054745 -0.021178 -0.157422 -0.043548 0.025965 0.230195 0.192153 -0.168761 0.059818 0.046519 -0.175074 -0.166524 0.275803 -0.159429 0.242436 0.104724 0.028269 0.009251 0.134428 -0.227487 0.051973 0.091277 0.126761 0.06416 0.233643 0.030814 0.282132 0.193624 0.03814 0.180626 0.12052 0.057663 0.002755 -0.01063 -0.171821 0.125084 0.096383 -0.092126 0.044994 -0.071614 -0.05499 0.15146 0.036989 -0.032199 -0.119104 -0.014155 0.054785 -0.100801 0.102581 0.042098 -0.147251 0.006977 0.326173 -0.046408 0.004521 -0.137024 -0.049474 -0.049125 0.11866 0.086219 -0.017469 -0.07238 -0.192773 0.04319 -0.008278 0.149194 -0.0306 0.042068 -0.146928 0.108198 0.052138 0.113033 0.246459 -0.111001 0.18663 -0.049311 0.1095 0.100095 -0.0128 -0.159827 -0.214634 0.047896 0.062781 -0.03592 -0.061915 0.043028 -0.031262 -0.153596 0.073904 0.049321 0.019421 -0.057517 0.070553 -0.080093 0.128061 0.026786 -0.030374 -0.197932 0.236066 0.083829 -0.027594 0.024071 0.023701 0.069694 0.053862 -0.078101 0.013267 0.026169 0.188912 0.181922 -0.036408 0.016104 0.161629 0.075195\n© 0.007806 0.011004 -0.094138 0.002597 0.067193 -0.128394 -0.003778 0.019719 0.241682 -0.027306 0.122093 -0.046863 0.032996 0.035152 0.134071 -0.034669 -0.007988 -0.003373 0.034468 0.106649 0.08609 0.202407 -0.026235 -0.002623 0.102955 0.118927 0.025581 -0.09124 -0.035902 -0.076589 -0.020168 0.001653 0.003851 -0.00137 0.069612 0.107484 -0.135183 0.034968 -8e-06 -0.033851 -0.009654 -0.091746 0.008991 -0.167363 0.049403 0.062971 0.027495 0.105705 -0.139343 -0.008764 -0.028806 -0.04865 0.092432 -0.013502 0.056734 -0.104685 0.119184 0.006323 0.018141 0.080393 0.009975 0.004163 0.133583 0.098709 0.107187 0.098888 -0.14177 0.100531 -0.20378 -0.008499 0.089146 0.085788 -0.022505 -0.013651 -0.009096 0.139384 -0.136187 0.111858 -0.066105 0.071514 -0.009714 0.064329 0.039292 0.1199 -0.094745 -0.063569 -0.013731 0.070853 -0.010278 0.035757 0.027114 0.03143 -0.010523 -0.077708 0.005587 -0.03886 -0.132214 -0.04811 -0.086131 -0.069165 -0.104 -0.096819 -0.169 0.092888 -0.080697 0.182475 0.081257 -0.048794 0.010698 0.066588 0.020862 0.006528 0.009192 -0.048651 -0.019311 0.034052 -0.034497 0.013835 -0.162706 -0.10298 0.094034 -0.138457 0.091763 -0.046049 0.067331 -0.054455 -0.104156 -0.046074 0.072341 0.008165 0.100015 0.021432 -0.093574 -0.009962 0.08437 -0.066631 0.016201 0.122273 0.008172 0.071886 0.098676 -0.007704 0.065074 0.102221 0.157114 0.056481 -0.006973 0.159346 0.03981 0.1645 -0.088432 0.171987 -0.1048 0.197293 0.049863 -0.049623 -0.091057 0.05117 0.065606 0.185671 0.045882 0.010536 0.16249 -0.047479 -0.115436 0.026711 -0.024974 0.008445 0.051302 0.116702 -0.063587 -0.127464 -0.070482 0.056828 -0.030671 -0.086388 0.103294 0.103979 -0.013397 -0.024992 0.051909 -0.029897 -0.055433 0.035976 -0.061228 -0.055416 0.031748 -0.011909 -0.12469 -0.174584 0.039559 0.070514 -0.047124 -0.101909 0.181767 -0.057529 -0.089521 -0.040982 0.102587 0.124905 0.124433 0.022068 -0.080619 -0.072539 0.0233 -0.187291 0.040302 0.017121 -0.036592 0.14227 -0.001869 -0.008023 0.104088 0.106341 0.017156 0.141182 0.068226 -0.125437 -0.158142 -0.060809 -0.045111 0.111657 0.140206 -0.064383 0.087469 -0.01273 -0.049465 -0.001688 -0.01587 0.001513 -0.080964 -0.052019 0.029405 0.079625 -0.007943 -0.051826 -0.056982 0.01391 0.198647 0.065188 -0.038034 0.057347 -0.139665 -0.045295 0.08443 -0.094609 0.06911 0.014959 -0.014778 -0.058835 -0.036256 0.134721 -0.015016 0.011882 0.032489 0.052842 -0.015296 -0.0284 0.211351 -0.057943 -0.007918 -0.026643 -0.023905 0.067677 0.008124 0.090902 -0.100559 -0.048073 -0.032579 -0.025698 0.03123 0.142919 -0.03915 -0.100554 -0.103885 -0.046165 -0.005244 0.060283 0.08502 0.135057 -0.001498 0.140243 0.041506 -0.075195 0.041061 0.09799 -0.002544 0.047842 -0.094098 -0.039214 0.080673 -0.016037 -0.138101 0.028583 0.121048 0.063039 0.009979 0.148845 0.022547 -0.004099\n® -0.047479 0.031541 0.024801 -0.033892 0.002235 -0.081319 -0.029357 0.052405 0.065132 0.060364 0.051389 0.022199 -0.078904 -0.028265 -0.075583 -0.076938 0.027613 -0.022931 0.024256 -0.006927 0.063947 0.060066 0.022711 0.052713 0.067529 0.054598 0.027722 0.013139 -0.00688 0.009655 0.0172 0.001966 -0.007523 -0.022798 0.04072 0.045622 -0.115992 0.034349 -0.036809 0.007954 0.035517 0.025268 -0.005513 -0.044588 -0.035298 0.018522 0.049515 -0.0208 -0.024567 -0.004688 -0.004935 0.002343 0.081564 -0.046953 0.112136 -0.036514 -0.018655 0.031463 0.026945 0.100196 0.018282 -0.110756 0.020599 0.074614 0.041295 0.093947 -0.09092 0.012203 -0.0461 0.036774 0.006454 0.063732 -0.041663 -0.037264 -0.028363 0.114092 -0.015054 0.154611 -0.021688 0.005251 0.036754 0.099506 0.029454 0.106975 0.00983 -0.066815 0.003174 0.024303 -0.013903 0.005473 0.025938 0.045515 0.031926 0.002006 0.002013 0.01346 -0.024782 -0.065354 -0.004849 -0.055925 0.031982 0.046785 0.020936 0.097989 -0.019957 0.077591 0.022572 -0.009521 -0.001227 -0.006655 -0.027904 0.03833 0.049483 0.000815 -0.041713 -0.019769 -0.028894 0.043809 -0.059707 -0.055821 0.029226 -0.02038 -0.017182 0.015283 0.029367 -0.05493 -0.014583 0.033678 0.086404 -0.028731 0.076901 0.008808 -0.086955 -0.080381 0.081236 -0.058689 0.022012 -0.004894 -0.01257 0.053085 0.00977 -0.020921 0.073385 0.070139 0.008499 0.013621 -0.029398 0.06308 0.080684 0.079328 -0.07538 0.094566 -0.081777 0.098721 0.027921 0.028995 -0.026702 -0.062842 -0.030575 0.091772 -0.015673 0.091314 0.089979 0.005757 0.026665 0.018597 0.045395 -0.021046 0.093921 0.004125 0.018915 -0.029282 -0.014624 0.026067 -0.054991 -0.054178 0.020269 0.103829 -0.05798 -0.002422 -0.019224 -0.008714 0.04414 0.049145 0.026319 -0.027034 0.00636 0.022984 -0.066752 -0.011765 0.018151 -0.011721 0.000886 -0.078711 0.115345 -0.010013 -0.007924 -0.008232 -0.006834 0.026333 0.041305 0.050148 -0.035967 -0.024585 -0.018272 -0.111597 -0.036967 0.060735 0.004373 0.103005 0.052752 -0.025265 0.05415 0.045792 0.005875 0.009339 0.026411 0.010692 -0.070019 -0.068049 -0.089047 -0.016801 0.009661 -0.022333 -0.007167 -0.01822 -0.04414 -0.044867 -0.0392 0.034894 0.012603 -0.025695 0.022399 0.012314 -0.003526 0.024372 0.000422 -0.026733 0.032278 0.020858 -0.001232 -0.02253 -0.077283 -0.04742 -0.064644 -0.055484 0.007315 -0.051055 -0.00712 -0.049058 -0.014716 -0.016258 -0.031535 0.079718 -0.004872 -0.012251 0.039465 0.005524 0.105456 -0.031538 0.017023 -0.040114 0.009894 0.037957 0.107788 0.049225 -0.076373 0.065043 -0.084273 -0.102842 0.034995 0.016646 -0.036674 0.003212 0.004628 0.089516 0.005335 0.000663 0.054028 0.059866 0.052246 -0.007462 0.02955 -0.02361 0.006021 0.103556 -0.066197 -0.01138 0.008214 0.014921 0.093831 -0.051386 -0.003604 0.011436 0.025201 0.054139 -0.020885 0.051545 0.018562 -0.053341\nỐ 0.000647 0.13935 -0.125575 0.034188 0.058603 -0.079128 0.031348 0.03255 0.180264 0.019576 0.020393 -0.03809 -0.025768 -0.03904 -0.014718 -0.052424 0.042547 -0.031161 0.008589 -3.7e-05 0.04467 0.075332 0.01822 0.038339 0.128027 0.096931 0.055194 -0.031529 -0.107118 0.039758 0.004167 -0.074827 -0.073463 -0.031446 0.147776 0.115186 -0.086574 0.004057 -0.061071 0.032177 -0.039917 -0.050484 -0.024441 -0.132727 0.032134 -0.042106 0.073465 0.035425 -0.081576 -0.006659 -0.01765 -0.029274 0.032684 -0.057484 0.030237 -0.076608 0.009468 -0.059406 0.057271 0.086575 -0.045787 0.015635 0.101365 0.002141 0.055446 0.081616 -0.056003 0.102775 -0.124134 0.086176 0.062546 0.048617 0.055586 0.034242 -0.068426 0.121075 -0.065069 0.035287 -0.002254 0.066565 -0.012583 0.023643 0.030837 0.215102 -0.092875 0.037537 0.012173 0.104931 -0.075009 -0.007502 0.042619 0.083632 -0.006774 -0.045794 -0.053581 0.019931 -0.062424 -0.11889 -0.073523 -0.039764 -0.044993 -0.042836 -0.044915 -0.008732 0.058197 0.073739 -0.015138 -0.018301 0.055666 0.013748 0.029068 0.006621 -0.06045 0.07911 0.025769 0.072554 -0.075651 -0.012987 -0.145833 -0.089259 0.090894 -0.07713 0.089012 -0.024936 0.009062 -0.085057 0.00334 0.061734 0.006648 -0.017871 0.039688 -0.040106 -0.089656 -0.046619 0.022994 -0.132625 -0.024125 0.125724 -0.008688 0.032498 0.051074 -0.054347 0.047961 0.134323 0.052912 -0.075594 0.064204 0.130816 0.048493 0.148799 -0.049019 0.144612 -0.097525 0.3264 0.15352 -0.004849 -0.000958 0.101409 0.093131 0.052384 -0.008265 0.093021 0.050621 -0.000828 -0.037337 0.037219 -0.022563 -0.113131 0.047192 0.052277 -0.012091 -0.123504 0.059404 0.075387 -0.078117 0.001569 -0.015705 0.09116 0.001437 0.029703 -0.047974 0.029289 0.030704 0.012631 -0.00313 -0.055959 0.026052 0.012079 -0.106689 -0.087817 0.055214 0.098822 0.006397 -0.090254 -0.008484 -0.100375 -0.074156 -0.057248 0.016063 0.126203 0.061627 0.036233 -0.055238 -0.031121 0.093632 -0.113145 -0.032361 -0.007625 -0.00766 0.15859 0.058982 -0.094449 0.052132 0.052046 0.025832 -0.024979 0.052478 0.009835 -0.121681 -0.111339 -0.072482 0.092434 0.048144 -0.019542 0.108433 -0.018351 -0.027439 -0.002357 0.007122 0.037961 -0.026012 -0.068081 0.040508 -0.000687 0.034579 -0.036801 -0.063244 0.065139 0.126332 0.003255 -0.097982 0.139874 -0.093613 -0.142679 0.033773 -0.134473 0.164495 -0.073023 -0.066652 0.010054 -0.087497 0.030686 0.046062 0.038764 -0.047021 -0.028026 -0.017598 0.013624 0.099306 -0.075369 -0.020886 -0.029532 -0.027779 0.053352 0.065568 -0.041501 -0.205639 0.053593 -0.007063 -0.024278 0.053772 0.044508 -0.048357 -0.026397 -0.036289 -0.046283 -0.009458 0.024095 0.052833 0.031573 0.141053 0.055105 -0.030178 -0.031207 0.104501 0.141267 -0.005065 -0.067123 -0.096521 -0.020624 0.039666 -0.054823 -0.072492 -0.005055 0.047077 0.100482 0.065149 0.107156 -0.074896 0.01092\n} -0.105223 0.788632 -0.779353 0.079793 0.112278 0.799122 -1.334821 0.475998 1.644783 -0.284426 0.080231 0.502905 -0.907642 -0.813275 0.06374 -0.499176 0.343964 -0.339666 0.225184 0.351025 0.504368 -0.509121 0.200664 -0.003916 0.98192 0.613666 0.452373 1.165644 -1.545802 -0.570632 -0.424146 -1.043994 -0.818811 -0.107677 1.759573 0.717506 -0.98113 0.241457 -2.241817 -0.24808 -0.981312 0.067289 0.550281 -1.432758 0.968458 -0.334241 0.213997 0.775317 -1.185753 0.512223 -1.035392 -0.004049 -0.146762 -0.355517 -0.512836 0.76473 -0.163554 -0.174139 -0.08878 1.237489 -0.303907 -0.690008 0.063885 1.287398 -0.605306 0.795004 -0.105134 0.365986 -1.503301 0.659116 0.208933 -0.586032 0.646913 -1.122589 0.049285 -0.9317 0.818004 1.252763 0.009911 -1.423704 -1.143553 0.283259 -1.698874 1.764793 -1.426515 1.284447 0.72083 0.982995 -1.872513 0.245324 -0.643698 0.897643 0.508557 -2.875616 -0.096075 0.125638 -0.471019 -0.342382 -0.196093 1.526072 0.843441 0.145943 -0.479628 0.128419 0.500145 1.587814 -0.608966 -0.267084 -0.195677 0.538175 0.646755 0.566848 -1.574904 0.443879 -0.304013 -0.944493 -1.158669 -0.616253 0.007308 -0.620925 -0.711077 -0.104136 -1.043339 0.24504 0.058454 -1.025039 -0.071589 -0.937347 -0.7669 -1.254883 -0.271982 -0.19979 0.144771 -0.455988 0.255041 0.059315 1.786081 -1.162294 -0.933292 -0.145272 1.345076 -1.309717 0.779186 1.212708 -0.052453 -0.128235 -0.089505 0.158838 0.28023 0.444989 0.298339 0.010021 -1.120733 1.578588 1.268841 -1.091063 0.92327 0.408804 1.029077 -0.763059 -0.477334 0.027753 0.359356 -2.282202 -1.050479 -0.699796 -0.075704 0.091929 -0.17364 0.567607 -0.695606 -0.740646 0.213911 -1.144877 -1.417244 1.045758 -1.661269 0.194512 0.509542 -0.158575 -0.040509 0.158868 0.009202 -0.378834 1.027668 -0.956395 -0.154705 1.102179 -0.190976 -0.918385 -0.601838 0.537735 0.434038 0.322016 0.529842 1.930593 0.136926 -0.300296 0.945727 1.122836 0.200487 0.51527 -0.333481 -1.37074 -0.148589 -0.96218 0.257964 -0.539532 -0.186462 -0.109384 -0.388603 -1.64781 -0.471732 -0.184211 1.321228 0.292414 0.087266 -0.827294 -1.040819 0.475327 -1.878009 -0.211843 -0.177325 -1.170466 0.288845 -0.536719 -0.109107 -0.241763 0.119044 -0.940644 -0.398646 -0.44082 -0.819016 -1.079195 -0.370412 -0.80592 -0.243005 0.447451 0.331584 -1.580447 -1.665907 0.018474 -1.122099 -1.47201 1.519071 -0.083633 -1.351216 -0.653086 -0.579787 1.237468 0.496699 -0.731269 0.244315 -0.216222 -0.123883 0.709732 0.300479 0.840484 0.337609 0.788258 -0.409025 -1.159666 -0.794577 0.834695 1.135877 -0.923883 0.461148 0.749131 0.290673 -0.228964 -1.120358 0.441711 -0.906104 -0.118746 -0.586766 0.319616 0.645724 0.368949 1.409389 0.662159 -0.605006 -1.500244 -1.385771 -0.409327 -0.020375 1.185353 0.138523 -0.342803 0.633903 -0.752475 -0.347804 -0.956372 -0.848831 -0.013591 0.030403 0.094972 0.60214 -0.478978 -0.235859 -0.800227\n{ -1.111132 1.523381 -0.600516 -0.172196 -0.200526 0.44338 -0.936974 0.20655 1.626167 0.899624 -0.569514 0.919879 -1.038828 -0.42225 0.04098 0.485053 -0.248968 -0.347519 1.369404 0.137811 -0.012535 -0.703693 -0.518228 0.158407 1.055232 0.198059 1.176038 0.985729 -2.109334 -1.155291 -0.15398 -0.765729 -1.265347 0.45604 1.153397 -0.323942 -0.497472 -0.093039 -1.087377 -0.595927 -1.050095 -0.190538 -0.595751 -1.89685 -0.325289 0.252091 0.299021 0.360674 -1.151326 1.913391 -0.051939 -0.11643 -0.68736 -1.113104 -0.058146 0.043951 -0.161897 0.191834 -1.374794 0.74926 0.392816 0.227926 -0.528888 0.779478 -0.37331 0.102031 0.010462 0.808513 -1.648312 1.094189 -0.705736 0.241283 -0.045218 -1.042534 -0.13004 -0.447409 -0.147093 0.755277 -0.055077 -0.453485 -0.44462 1.295144 -0.601276 1.109515 -1.42601 0.340995 0.612616 0.869667 -1.400964 0.82889 -1.164504 -0.113516 0.007578 -2.643527 0.697403 -0.834295 -1.033108 -1.524372 -0.274411 1.947918 0.502174 0.217262 0.554565 -0.760349 0.82582 1.831566 -0.123631 0.167056 0.429856 0.857452 0.846771 -0.141365 -1.598165 0.651452 -0.223458 -0.426481 -0.019609 -0.641819 0.270838 -1.044604 1.088038 0.317079 -1.781472 -0.220433 -0.67859 -2.276367 0.53119 0.227851 -0.257251 -0.696763 -0.68633 0.164939 0.234316 0.055489 0.443861 0.469006 1.488213 0.604451 0.46601 0.441224 -0.08247 -0.696325 1.568335 1.225261 1.163254 -0.843832 -0.277741 -0.15734 0.784297 -1.135136 -0.111509 0.278796 -1.131542 2.327989 0.897454 -0.784857 0.095137 0.183691 0.988142 -0.891646 -0.426683 0.040595 -0.379575 -1.585862 0.154782 0.087178 0.339514 0.573376 -0.242406 0.752685 -0.683528 0.010278 0.984912 -0.458504 -0.942282 0.690128 -0.617425 0.750035 1.693408 0.126687 0.158694 -1.068735 0.527865 -0.132377 1.491557 -1.685583 1.002366 -0.304473 -0.806572 -1.179874 0.322323 1.434401 1.008037 -1.178366 -0.076655 0.399459 -1.330612 0.023181 -1.156283 0.946971 0.169071 2.178048 -0.39111 -1.683748 -1.301241 -0.842575 1.020224 0.475476 -0.143572 0.049631 -0.62831 -0.834273 -1.453262 -0.245328 0.39469 0.066906 -0.272204 -0.894338 -1.556192 -0.190615 -0.452363 -1.045112 -0.057841 -1.611652 0.218325 -0.55619 -1.465711 0.550276 0.166848 -0.774909 0.569295 -0.25197 -0.938901 -1.333172 -0.347844 -0.77759 0.781159 0.054588 0.798736 -1.307449 -0.213394 0.580448 -1.461214 -0.098364 1.177705 0.0515 -0.472149 -0.82345 0.046704 0.790524 0.18287 -0.636739 1.103545 0.551596 -0.661744 0.144589 0.447203 0.507238 0.248611 -0.08722 -1.407162 -0.162476 -0.646901 0.872936 0.471473 -1.18318 -0.027279 0.308027 0.885552 -0.122906 0.069369 -0.049752 -1.088648 -0.093226 0.197981 -0.364478 -0.432822 0.109571 1.246722 1.006108 0.399539 -1.838711 -0.887582 -0.209901 0.05597 1.052636 -0.261837 -0.111795 0.103039 -1.314166 -0.078061 -2.283948 -0.791829 0.177211 -0.768885 0.50138 0.80369 -0.694313 -0.703738 -0.806952\nÀ -0.001162 0.120571 -0.203097 0.036271 0.090395 -0.058904 0.068661 0.005453 0.169158 0.002291 0.013296 -0.059074 -0.060026 -0.044327 -0.016815 -0.088292 0.014465 -0.044279 -0.007689 0.007272 0.083673 0.071936 0.02193 0.003637 0.129499 0.072378 0.056349 -0.040271 -0.171035 0.006912 -0.025402 -0.042456 -0.106563 -0.032003 0.155359 0.127815 -0.074951 0.0144 -0.053777 -0.009814 -0.041426 -0.054232 -0.083198 -0.144717 0.060959 -0.046687 0.078795 0.046445 -0.088188 0.043414 -0.009385 -0.076099 0.072659 -0.007937 0.020145 -0.073421 0.038832 -0.147175 0.05925 0.05135 -0.063109 0.060771 0.124768 -0.01942 0.068252 0.074884 -0.022944 0.101949 -0.150054 0.11999 0.076081 0.053089 0.101444 -0.003281 -0.058717 0.162698 -0.109716 0.000566 -0.015085 0.068138 0.01928 0.042868 0.034889 0.239373 -0.076358 0.04894 0.0123 0.127934 -0.081893 0.007939 0.055231 0.113837 -0.032603 -0.099016 -0.044179 0.020511 -0.09424 -0.140964 -0.10454 -0.025194 -0.036966 -0.060077 -0.064361 -0.071397 0.067588 0.067287 -0.015554 -0.064459 0.040467 -0.016342 0.050045 -0.01181 -0.064847 0.040852 -0.005835 0.088563 -0.078915 -0.036659 -0.1149 -0.110377 0.086483 -0.090025 0.113478 0.009082 -0.027641 -0.11373 0.029384 0.062636 0.002432 -0.048762 0.025858 -0.04454 -0.100516 -0.052938 0.04934 -0.171398 0.03506 0.11053 -0.046154 0.002349 0.049482 -0.075981 0.066367 0.145126 0.097821 -0.077269 0.104873 0.158599 0.042335 0.165249 -0.04405 0.170185 -0.112129 0.365406 0.145412 -0.034217 -0.012344 0.135643 0.154733 0.047834 -0.024148 0.128528 0.031535 0.003016 -0.063593 0.062913 -0.066152 -0.13027 0.023157 0.052099 -0.001523 -0.150837 0.073076 0.082546 -0.095947 -0.002335 -0.032245 0.12442 0.009672 0.043412 0.011595 0.046519 0.052502 0.048723 0.032787 -0.050563 -0.003486 0.030039 -0.147956 -0.140792 0.086174 0.112768 -0.000324 -0.117822 -0.024275 -0.185253 -0.070472 -0.050396 -0.017501 0.160842 0.061803 0.010469 -0.110145 -0.009713 0.121883 -0.102503 -0.054922 0.000653 -0.027264 0.216207 0.042578 -0.11831 0.054404 0.045128 0.030063 -0.016044 0.052833 0.043075 -0.106752 -0.112108 -0.047481 0.123813 0.06245 -0.012088 0.089509 -0.016546 -0.008312 -0.033948 -0.002307 -0.017205 0.002142 -0.090998 0.009126 0.012338 0.049212 -0.032185 -0.084655 0.08687 0.147072 -0.0269 -0.102619 0.154669 -0.123488 -0.141641 0.064516 -0.128095 0.183699 -0.036254 -0.087896 0.002221 -0.137691 0.052743 0.031934 0.043683 -0.046402 0.015715 0.006236 0.022633 0.076463 -0.012407 -0.050535 -0.043921 -0.069471 0.0204 0.050549 -0.068467 -0.210202 0.048962 -0.011557 -0.030212 0.07025 0.0287 -0.030682 -0.069155 -0.013441 -0.055292 0.020507 0.021702 0.059018 0.087115 0.167079 0.057206 -0.033301 -0.082806 0.100116 0.119148 0.012112 -0.092344 -0.122652 -0.011518 -0.00552 -0.101827 -0.098848 0.003431 0.065228 0.095446 0.117662 0.146644 -0.111892 0.029917\nẠ 0.005246 0.098795 -0.145748 0.045683 0.073024 -0.064243 0.042764 -0.009905 0.10782 0.024291 0.013852 -0.036391 -0.067075 -0.029286 -0.020088 -0.067202 0.025428 -0.007615 0.004426 0.006752 0.057297 0.081484 0.023522 -0.008194 0.09893 0.053192 0.076675 -0.051184 -0.120866 -0.011272 -0.009738 -0.061434 -0.08128 -0.011502 0.123161 0.101983 -0.070284 0.047031 -0.027932 0.014425 -0.023558 -0.033809 -0.072248 -0.119806 0.036987 -0.026771 0.081887 0.023665 -0.080404 0.042087 0.001744 -0.072379 0.062983 0.000364 0.038627 -0.046798 0.017683 -0.110091 0.029246 0.063158 -0.025031 0.03388 0.12332 -0.007388 0.063357 0.068656 -0.043392 0.098916 -0.118866 0.105695 0.07157 0.0745 0.07631 0.003013 -0.029463 0.14005 -0.101889 0.043281 0.007214 0.063556 0.001145 0.055164 0.020273 0.219393 -0.085205 0.025121 0.00714 0.070171 -0.064265 -0.012969 0.071357 0.090655 -0.043724 -0.063249 -0.041649 -0.009067 -0.082127 -0.120122 -0.059374 -0.041132 -0.02984 -0.027396 -0.059866 -0.038728 0.039141 0.065848 -0.021739 -0.053577 0.041494 -0.009447 0.040228 0.000579 -0.046277 0.029122 0.005414 0.08514 -0.066897 -0.048974 -0.087496 -0.07621 0.084189 -0.074228 0.097059 0.009027 0.007509 -0.099605 0.035436 0.04885 0.003108 -0.038793 0.023817 -0.03098 -0.100494 -0.050705 0.040209 -0.13833 0.01541 0.10692 -0.057916 0.000784 0.034864 -0.049989 0.027081 0.127526 0.084466 -0.058638 0.108921 0.136981 0.057738 0.156605 -0.026986 0.12403 -0.107076 0.301463 0.112994 -0.033097 -0.024253 0.081196 0.132172 0.033321 -0.033841 0.109475 0.029819 0.004837 -0.033112 0.047835 -0.046165 -0.113776 0.020387 0.047638 0.00304 -0.102104 0.055848 0.043488 -0.105715 -0.025177 0.012004 0.102178 -0.009261 0.038036 0.007904 0.057646 0.031343 0.061309 0.008053 -0.033562 -0.005817 0.011627 -0.128164 -0.14167 0.077524 0.116438 -0.014079 -0.107521 -0.003829 -0.16423 -0.062979 -0.033215 0.008525 0.142726 0.048012 0.017025 -0.090945 -0.021021 0.100797 -0.095022 -0.054422 -0.028902 -0.034256 0.182587 0.020594 -0.09405 0.078006 0.061957 0.060992 0.005857 0.066135 0.052371 -0.109081 -0.084655 -0.04723 0.110081 0.078934 -0.006222 0.093352 -0.025254 0.002206 -0.047393 0.00875 0.017248 0.010315 -0.065467 0.008952 0.004695 0.054162 -0.013261 -0.055231 0.085421 0.126453 -0.011237 -0.096582 0.111767 -0.086498 -0.138267 0.043191 -0.100613 0.153049 -0.045991 -0.052365 0.002756 -0.115828 0.031356 0.030287 0.043158 -0.028961 0.020055 -0.01515 0.024344 0.079866 -0.03715 -0.018118 -0.01995 -0.045505 -0.000724 0.052751 -0.058649 -0.187468 0.048286 0.003517 -0.037942 0.067835 0.042575 -0.052576 -0.060949 -0.02548 -0.025064 0.003571 0.007522 0.024124 0.062607 0.1298 0.034124 -0.011253 -0.050731 0.074234 0.091631 0.015884 -0.055429 -0.104129 -0.020136 0.004437 -0.07979 -0.060358 -0.006205 0.029624 0.076405 0.110205 0.125482 -0.092767 0.03978\nẮ 0.011347 0.111142 -0.192099 0.050096 0.081727 -0.067821 0.057099 0.022254 0.142541 0.00843 0.04005 -0.068263 -0.018212 -0.024853 -0.036337 -0.091587 0.029185 0.020776 -0.046421 -0.00342 0.042413 0.085437 0.050998 0.020066 0.089886 0.090478 0.063217 -0.056181 -0.124335 -0.000723 -0.018863 -0.092829 -0.118513 -0.002445 0.08828 0.109652 -0.09299 0.032489 -0.085821 -0.007933 -0.019407 -0.027612 -0.093223 -0.142488 0.039527 -0.04299 0.092947 0.0157 -0.110038 0.034909 0.00293 -0.044381 0.00295 -0.009533 0.061644 -0.074132 0.04291 -0.109397 0.015724 0.028033 -0.042723 0.015815 0.114686 0.012397 0.093456 0.074744 -0.041162 0.10066 -0.118335 0.121865 0.080297 0.048398 0.05177 0.002695 -0.033762 0.132783 -0.090699 -0.000275 -0.016333 0.082058 -0.004282 0.063826 0.032259 0.205163 -0.076009 0.046706 0.015351 0.108194 -0.078324 -0.033404 0.082136 0.129626 -0.034326 -0.060094 -0.050056 0.01671 -0.083769 -0.112746 -0.078093 -0.059922 -0.013117 -0.033172 -0.006732 -0.051667 0.0484 0.063354 -0.02899 -0.032532 0.001552 -0.007138 0.014406 0.009668 -0.039651 0.038677 0.021542 0.106836 -0.069298 -0.004828 -0.137432 -0.085481 0.092955 -0.053038 0.043523 0.014368 -0.039395 -0.112208 0.051081 0.082174 -0.021668 -0.015268 0.052264 -0.039875 -0.084213 -0.072341 0.036626 -0.159046 0.009332 0.099439 -0.000486 0.00677 0.020016 -0.023616 0.056428 0.140366 0.065271 -0.062142 0.110082 0.1532 0.049115 0.136325 -0.046256 0.15071 -0.090338 0.285842 0.09081 -0.002125 -0.030168 0.093901 0.086053 0.080296 -0.048078 0.097648 0.034912 0.022799 -0.077207 0.048538 -0.032922 -0.13954 0.046795 0.074289 -0.008798 -0.132432 0.07432 0.035601 -0.089059 -0.000227 -0.006829 0.122174 -0.006178 0.019193 -0.016424 0.028373 0.059819 0.008381 0.064001 -0.04519 -0.001578 0.013678 -0.166127 -0.087248 0.071159 0.10511 0.013512 -0.094095 -0.042599 -0.161877 -0.050494 -0.040255 0.013954 0.139683 0.043196 0.020797 -0.088495 -0.009265 0.110482 -0.118422 -0.038105 -0.004366 -0.031314 0.143901 0.048604 -0.103681 0.065133 0.045171 0.02183 -0.0365 0.043812 0.041854 -0.10298 -0.09105 -0.043654 0.083136 0.083813 -0.021044 0.06815 -0.0651 -0.009474 -0.013117 0.014832 -0.022704 -0.013349 -0.098508 0.00963 0.024084 0.018853 0.006277 -0.101786 0.066563 0.133001 -0.002129 -0.124443 0.138987 -0.080878 -0.063088 0.051275 -0.112406 0.169156 -0.047987 -0.038268 -0.000196 -0.088981 0.010304 0.039396 0.045238 -0.015662 0.012124 -0.014672 0.043407 0.082793 -0.044749 -0.029813 -0.029232 -0.008144 0.077091 0.035199 -0.079312 -0.190997 0.053203 0.000501 -0.031994 0.063786 0.032416 -0.073178 -0.048041 -0.021483 -0.01937 0.035403 -0.022666 0.043189 0.068593 0.131858 0.014483 -0.04215 -0.045781 0.081235 0.119585 0.002398 -0.057845 -0.073495 0.035005 0.023574 -0.095602 -0.066016 -0.007494 0.046979 0.097598 0.071175 0.148991 -0.085228 0.000244\nỀ 0.003863 0.167968 -0.245971 0.049012 0.087398 -0.077032 0.036048 0.006519 0.181455 0.003243 0.053206 -0.081315 -0.052482 -0.048123 -0.033855 -0.13315 0.053698 -0.035846 0.006475 -0.017941 0.099258 0.056488 0.020225 0.018818 0.168888 0.072415 0.082999 -0.044628 -0.160351 -0.012705 -0.003255 -0.084885 -0.154888 -0.033651 0.153273 0.170409 -0.12688 0.047961 -0.051666 0.005172 -0.074621 -0.039929 -0.078708 -0.176707 0.036466 -0.043349 0.068167 0.03814 -0.143878 0.038602 0.012291 -0.057247 0.078363 -0.009483 0.052766 -0.061784 0.018818 -0.148561 0.047658 0.039066 -0.042356 0.082882 0.130853 0.003042 0.081268 0.073463 -0.053043 0.13978 -0.173308 0.120221 0.090275 0.063904 0.078789 -0.001124 -0.055765 0.149734 -0.132101 0.016944 -0.002485 0.087644 0.001159 0.075884 0.040796 0.254038 -0.100787 0.091384 0.01089 0.122774 -0.110834 -0.018543 0.077848 0.130609 -0.021148 -0.087197 -0.027781 0.011302 -0.115561 -0.172964 -0.081656 -0.02704 -0.061645 -0.013733 -0.056906 -0.044429 0.071544 0.071588 -0.007107 -0.100227 0.059222 -0.003427 0.051106 -0.009928 -0.109139 0.048335 -0.005842 0.119633 -0.099102 -0.020389 -0.121242 -0.111198 0.100883 -0.057667 0.113479 0.025261 -0.045016 -0.14745 0.040433 0.093114 0.01115 -0.072451 0.043149 -0.032396 -0.12203 -0.084393 0.068493 -0.19885 0.071679 0.118141 -0.059762 0.002367 0.016515 -0.040986 0.05385 0.15579 0.057516 -0.079643 0.129601 0.177148 0.032451 0.190101 -0.091782 0.158818 -0.142423 0.398009 0.187167 -0.033106 -0.035524 0.135765 0.17693 0.029607 -0.020806 0.122415 0.012633 0.015718 -0.050527 0.05354 -0.042215 -0.118322 0.040408 0.07941 -0.041511 -0.144914 0.064945 0.093112 -0.120486 -0.022696 0.016368 0.10187 0.056185 0.080282 0.014715 0.065769 0.027144 0.049971 0.048868 -0.065926 0.011895 0.055516 -0.162809 -0.131495 0.075543 0.08555 -0.02063 -0.136512 0.001129 -0.183864 -0.073055 -0.030351 -0.020567 0.16701 0.069328 0.031419 -0.091282 -0.074885 0.117001 -0.112841 -0.064022 -0.013665 -0.02933 0.22243 0.035999 -0.128517 0.061208 0.075921 0.041345 -0.004518 0.071607 0.048942 -0.116758 -0.103043 -0.049843 0.129725 0.055684 -0.029532 0.092877 -0.011008 -0.008867 -0.041667 -0.006163 0.015649 0.047195 -0.107809 0.01861 0.012826 0.072324 -0.051559 -0.071108 0.117589 0.166315 -0.027048 -0.123994 0.148045 -0.136482 -0.159295 0.058565 -0.147834 0.169328 -0.056565 -0.062581 -0.041311 -0.139581 0.005509 0.042758 0.055816 -0.041439 0.013044 -0.039634 0.007913 0.132336 -0.061012 -0.060504 -0.041137 -0.073294 0.044645 0.067772 -0.074384 -0.244313 0.059303 0.003122 -0.025194 0.093176 0.05542 -0.074731 -0.096759 0.005383 -0.033733 0.019493 0.036809 0.074612 0.11702 0.185197 0.043187 -0.032596 -0.095652 0.089895 0.149567 -0.01248 -0.072368 -0.140606 -0.004467 0.03785 -0.102546 -0.094974 0.011015 0.041707 0.113065 0.109855 0.154911 -0.112523 0.052885\n~ -0.000895 0.028271 -0.042522 0.040635 -0.059325 -0.144716 -0.015246 -0.007746 0.115584 0.063996 0.007805 -0.012677 0.048494 -0.016177 0.017641 -0.047598 0.026345 -0.039434 -0.035345 0.008276 0.022106 0.05364 0.003426 0.059098 -0.015027 -0.002915 -0.001684 0.049637 -0.10279 -0.030666 0.034058 0.015471 -0.033536 -0.083894 0.106525 0.053121 -0.100343 0.065787 -0.112296 -0.030772 -0.032318 0.004938 -0.071441 -0.124595 0.083178 0.027869 0.070793 0.072147 0.043628 0.109405 0.014511 0.141309 -0.029874 -0.099211 0.101568 -0.01605 0.030596 -0.018817 -0.064291 0.017195 -0.036342 0.008965 0.051266 0.080578 0.112988 0.020428 -0.062891 0.047412 -0.092271 0.018263 -0.097051 0.070313 -0.069782 -0.036059 0.027208 0.056279 -0.091848 -0.059494 -0.168997 0.032284 0.029934 -0.080338 -0.001159 0.109146 0.01563 0.076035 -0.018816 0.154698 -0.026915 -0.024042 0.032514 0.039988 0.092266 0.002612 -0.094293 0.027567 0.068753 -0.161211 -0.045796 -0.001311 -0.046838 0.044048 0.024746 -0.015509 -0.003294 0.122624 0.031254 0.000289 -0.032705 -0.005773 0.005073 0.056363 0.023647 0.101514 0.043121 -0.036187 -0.033258 0.09708 -0.042477 -0.071707 0.010326 -0.004612 0.032822 -0.104114 0.115509 -0.075638 -0.046267 0.148779 -0.013585 -0.096945 0.073929 -0.114183 -0.140259 -0.082638 -0.008397 -0.13242 -0.047266 0.178471 0.080807 -0.044808 0.066142 -0.076259 0.139417 0.149665 -0.048999 -0.004067 0.005971 0.135407 0.032619 -0.053113 0.024513 0.107968 -0.126152 0.207699 0.115862 -0.030114 -0.054105 -0.022474 0.005726 0.012396 0.059697 0.14279 0.003819 -0.014688 -0.031336 0.012765 0.101538 -0.111027 0.156453 0.070076 0.121763 0.006681 0.041669 -0.025298 -0.112074 0.063652 0.00298 0.150734 -0.08681 -0.044697 -0.076883 -0.093759 0.074293 0.05449 0.094094 -0.108201 0.037688 -0.03593 -0.075314 -0.041061 -0.058408 0.041872 0.023964 -0.065216 0.014596 0.021468 -0.051561 0.128256 -0.051834 0.051142 0.008634 0.04899 0.007197 0.036136 0.078566 -0.116117 -0.058717 0.069278 -0.000612 0.169627 0.096335 -0.014484 0.046791 0.045297 0.031857 0.118016 0.000129 -0.072663 0.046488 -0.081869 -0.110161 -0.022276 0.037034 -0.058709 0.044728 -0.04295 -0.018993 0.038124 0.043083 0.030423 -0.032438 -0.073304 0.031031 0.052094 -0.010761 -0.018249 -0.124079 0.087477 0.072902 -0.132755 -0.019635 -0.03507 -0.130809 -0.169323 0.018954 -0.090656 0.135645 -0.1054 -0.041274 -0.066818 -0.045117 0.030455 -0.010168 -0.031323 -0.023359 0.063815 0.012959 0.08708 0.089563 -0.058562 -0.070236 0.021327 -0.018866 0.049337 -0.001123 0.011614 -0.162206 0.022577 -0.027667 -0.031496 0.004599 0.074474 0.04296 -0.067821 -0.118766 0.01301 0.078814 -0.075001 0.011618 0.052956 0.062166 -0.02633 0.036269 -0.024984 0.030098 -0.022183 -0.105323 -0.023015 -0.094091 0.048182 0.096855 -0.033578 -0.000472 -0.106396 -0.049558 0.155447 -0.020175 0.028408 -0.009029 0.043452\n· 0.006563 0.02375 0.006928 0.014131 -0.019032 -0.056147 0.00918 0.023939 0.093726 -0.040534 0.018786 -0.027372 -0.073127 -0.023152 -0.005817 -0.079289 0.013327 0.00555 0.014118 0.005945 0.051806 0.028521 0.031532 0.020002 0.022084 0.005486 0.025921 -0.027642 -0.057798 0.006661 -0.012553 -0.017321 -0.014987 0.038653 0.044591 0.053604 -0.033416 0.062168 -0.029723 -0.005291 -0.012304 0.007515 0.015206 -0.045331 0.038636 0.02235 -0.033132 0.016052 -0.012921 0.046252 -0.024129 0.051913 0.02917 0.002012 0.092044 -0.015427 0.051501 0.010454 -0.027267 0.109521 0.00065 0.00709 0.039469 0.069254 0.009462 0.033313 -0.063287 0.03103 -0.075681 0.070577 -0.024095 0.057381 -0.05359 0.00854 0.057345 0.06484 -0.017832 -0.016323 -0.09411 -0.023932 -0.021132 0.068047 -0.042402 0.069765 -0.013941 0.031195 -0.019377 0.088339 0.028947 -0.011239 0.017319 -0.007429 0.025727 0.018505 -0.015495 0.02424 0.006991 0.001505 0.040442 -0.061464 -0.033316 -0.02616 0.004475 -0.010355 -0.023533 0.039111 -0.004437 -0.040136 0.021883 0.035128 -0.004647 0.00571 0.009743 0.022668 0.001225 0.039917 -0.076939 0.006895 -0.03873 -0.054838 0.050926 -0.024393 -0.056034 0.019755 0.025205 -0.059436 0.04707 0.015736 0.01838 -0.049717 0.008037 0.026322 -0.056156 -0.03255 0.034408 -0.030273 -0.010526 0.048758 -0.015966 -0.021331 0.006123 -0.031648 -0.008768 0.058685 -0.011648 0.009155 0.029743 0.050667 0.061915 0.035476 -0.055715 0.044659 -0.030102 0.059749 -0.016498 0.019645 0.006469 -0.002619 -0.003511 0.005187 0.023085 0.062319 0.035667 0.017385 -0.029842 -0.01364 0.050766 -0.009543 0.052127 0.056679 0.023668 -0.004567 0.024614 -0.010259 -0.053138 -0.056193 -0.013427 0.059435 -0.018067 -0.043328 -0.012496 -0.019783 0.008277 0.028308 0.004523 -0.027489 -0.028137 -0.066141 -0.030543 -0.024705 -0.020343 0.007843 0.003312 -0.028648 0.048369 0.005912 0.014159 0.000552 -0.03484 0.009175 0.005925 0.014115 -0.016174 -0.005986 -0.005848 -0.058462 -0.00566 0.01603 -0.018458 0.051181 -0.015701 -0.070064 0.035406 0.025229 0.050308 0.035678 -0.004702 -0.009166 -0.064571 -0.025989 -0.073185 -0.011202 0.024029 0.010313 0.035363 -0.023274 -0.017364 0.010539 -0.003125 0.013295 0.020234 -0.038054 -0.025521 -0.023853 -0.027179 0.025214 -0.063574 -0.004731 0.054227 -0.000873 0.006319 0.01565 -0.049594 -0.039757 0.045972 -0.037106 0.030306 -0.014929 -0.028183 -0.006595 0.00409 0.037092 -0.048492 0.008332 0.007334 0.030214 0.052757 0.014642 0.081292 -0.011868 -0.021397 -0.026836 -0.006109 -0.00685 0.022769 0.00105 -0.069359 -0.03348 -0.003676 -0.011911 0.033182 0.063026 -0.039425 -0.026944 0.002417 0.015905 0.038215 0.054862 0.00488 0.08053 0.019016 0.041419 0.007344 0.011958 0.033463 0.02667 -0.03353 -0.023922 -0.058719 0.007011 0.046113 -0.028187 -0.033889 0.022745 -0.022132 0.062785 0.007337 0.031171 0.002261 -0.00082\nỰ -0.001858 0.141514 -0.142627 0.044608 0.068558 -0.075421 0.014745 -0.007919 0.17598 0.010494 0.033004 -0.039673 -0.020877 -0.065927 -0.027634 -0.122286 0.040795 -0.004734 0.015507 -0.009504 0.061128 0.099261 0.039155 0.001171 0.11929 0.100588 0.078878 -0.020055 -0.201027 0.04614 -0.004221 -0.087811 -0.11597 -0.024752 0.164464 0.157309 -0.086331 0.018075 -0.0491 0.031804 -0.028772 -0.03012 -0.100181 -0.149961 0.034967 -0.080597 0.057762 0.057116 -0.115489 0.015886 0.011331 -0.036462 0.02443 -0.034494 0.06272 -0.108669 0.020945 -0.105529 0.059957 0.038541 -0.067765 0.058459 0.125364 -0.013648 0.092185 0.081989 -0.014969 0.077119 -0.152347 0.128865 0.096995 0.077253 0.077168 0.051214 -0.041118 0.154895 -0.11558 0.013328 0.002988 0.125735 0.026678 0.059701 0.044933 0.203784 -0.10717 0.082358 -0.007694 0.122575 -0.116232 -0.046552 0.061241 0.109939 -0.04094 -0.050628 -0.06456 0.005299 -0.104714 -0.130451 -0.06228 -0.037215 -0.034605 -0.084946 0.002709 -0.055005 0.072449 0.078934 -0.018757 -0.058654 0.005857 -0.009204 0.021778 -0.012185 -0.074615 0.051053 0.031573 0.097955 -0.076007 -0.017259 -0.12236 -0.068995 0.085481 -0.060679 0.104609 -0.019672 -0.051042 -0.122255 -0.003278 0.047831 -0.030977 -0.010991 0.052144 -0.032016 -0.054282 -0.076082 0.044548 -0.211995 -0.016732 0.117057 -0.023076 0.024203 0.064023 -0.047938 0.069474 0.137128 0.065562 -0.078921 0.102867 0.161976 0.028502 0.155496 -0.022668 0.174055 -0.120706 0.372547 0.189791 0.024073 -0.018429 0.145964 0.134814 0.058506 -0.037583 0.119337 0.027819 0.033124 -0.035165 0.072379 -0.007546 -0.149618 0.025505 0.04591 -0.040127 -0.110151 0.101249 0.076141 -0.124136 0.001758 -0.014164 0.130093 0.007782 0.064476 0.024095 0.087037 0.048555 0.039327 0.02995 -0.074012 0.022011 -0.012693 -0.174177 -0.102077 0.11839 0.097364 -0.050949 -0.15171 -0.028125 -0.170926 -0.090144 -0.053351 0.02289 0.161747 0.047567 0.042461 -0.069571 -0.045414 0.137402 -0.095379 -0.058789 -0.046702 -0.049963 0.195318 0.059891 -0.10801 0.021409 0.043243 -0.007297 -0.073037 0.062898 0.026912 -0.128586 -0.135875 -0.038598 0.134956 0.0543 -0.012239 0.07741 -0.048606 -0.011229 -0.033159 -0.028443 0.052328 -0.000939 -0.100456 0.032047 0.027116 0.066928 -0.048371 -0.050056 0.093158 0.123789 0.024321 -0.132523 0.143946 -0.11774 -0.109892 0.027376 -0.143934 0.195 -0.055162 -0.079808 -0.009697 -0.131049 0.041366 0.036214 0.065089 -0.0537 0.026074 -0.001213 0.028529 0.110667 -0.054869 -0.037449 -0.027626 -0.076255 0.082649 0.055663 -0.092955 -0.22417 0.043328 -0.011978 -0.065937 0.077569 0.014831 -0.067345 -0.084464 -0.023562 -0.021718 0.000467 -0.019824 0.077266 0.080714 0.13465 0.026856 -0.057498 -0.087676 0.096051 0.163777 -0.032312 -0.08361 -0.137837 -0.01806 0.006899 -0.075057 -0.09399 0.004012 0.035399 0.104027 0.11314 0.113688 -0.096895 0.038272\nẾ -0.00588 0.145966 -0.172505 0.047508 0.081131 -0.075928 0.064339 0.000943 0.155669 0.017208 0.020337 -0.035164 -0.073907 -0.04834 -0.024519 -0.095304 0.029091 -0.034197 0.017098 0.006522 0.066571 0.081859 0.024915 -0.009654 0.13125 0.074871 0.066031 -0.042663 -0.15875 0.019109 0.001391 -0.031356 -0.097517 -0.013783 0.126677 0.125403 -0.063485 0.02806 -0.047472 0.020437 -0.041413 -0.048346 -0.085237 -0.149744 0.049482 -0.061407 0.08427 0.037596 -0.097377 0.042431 -0.006099 -0.068626 0.055285 -0.009016 0.04751 -0.074803 0.019828 -0.133549 0.044048 0.036262 -0.053519 0.060211 0.104003 -0.021405 0.073789 0.090671 -0.016348 0.124606 -0.15438 0.104109 0.072219 0.083264 0.079984 0.020428 -0.0208 0.147315 -0.096715 -0.007149 -0.002017 0.06194 0.018896 0.061685 0.018204 0.231698 -0.10866 0.061658 0.021378 0.108614 -0.080962 -0.014026 0.065146 0.119571 -0.039794 -0.053494 -0.051237 -0.002472 -0.097847 -0.13025 -0.085242 -0.026129 -0.039406 -0.029522 -0.042114 -0.056247 0.058741 0.069039 -0.031973 -0.063163 0.048408 -0.008184 0.027751 -0.011979 -0.08337 0.038834 0.030755 0.09758 -0.091076 -0.038913 -0.126231 -0.104034 0.101956 -0.070099 0.112014 0.001773 -0.019043 -0.108771 0.006128 0.046415 -0.004916 -0.037642 0.018477 -0.030319 -0.099281 -0.078588 0.056741 -0.185462 -0.004649 0.118802 -0.027426 -0.000218 0.060406 -0.066867 0.067675 0.140752 0.101993 -0.069971 0.109186 0.167749 0.041835 0.178209 -0.029306 0.167613 -0.115098 0.364574 0.157228 -0.023551 -0.020474 0.14989 0.140022 0.050309 -0.046268 0.109659 0.037825 0.024103 -0.037119 0.055038 -0.041852 -0.147947 0.033312 0.04694 0.004836 -0.111059 0.074081 0.06377 -0.102242 -0.009234 -0.031353 0.104948 -0.003725 0.033972 -0.002982 0.057742 0.056832 0.041085 0.032476 -0.045253 -0.010186 0.024365 -0.15419 -0.132741 0.097823 0.118964 -0.005494 -0.12067 -0.036584 -0.183518 -0.05759 -0.043432 0.010793 0.173009 0.054761 0.006034 -0.077991 -0.027788 0.127507 -0.097062 -0.038539 -0.025568 -0.040528 0.212639 0.043004 -0.114247 0.075021 0.045276 0.051389 -0.014687 0.060209 0.04508 -0.141677 -0.11382 -0.0597 0.114952 0.088784 0.005887 0.095049 -0.023149 0.01378 -0.044444 0.009908 0.015864 0.017085 -0.080122 0.009749 0.023149 0.069781 -0.031802 -0.081288 0.094304 0.148136 -0.00541 -0.140616 0.144472 -0.116623 -0.134062 0.043821 -0.122167 0.193255 -0.038628 -0.071308 0.014428 -0.15107 0.040996 0.04386 0.030381 -0.022801 0.027993 -0.00817 0.03886 0.081809 -0.043766 -0.035317 -0.024909 -0.049236 0.026097 0.047019 -0.065257 -0.212871 0.065989 -0.015754 -0.039946 0.046416 0.051765 -0.049987 -0.07613 -0.032416 -0.04735 -0.010139 -0.007859 0.066111 0.079214 0.158122 0.024823 -0.01594 -0.066992 0.124401 0.137889 0.015973 -0.081788 -0.143542 -0.014583 0.020047 -0.112757 -0.093875 0.013476 0.044784 0.098299 0.080184 0.146552 -0.111033 0.042374\n½ -0.143453 0.089549 -0.331383 -0.065132 0.312584 -0.031085 0.034219 0.069455 0.111527 -0.121941 -0.049111 -0.075708 -0.025238 0.165708 0.039372 -0.264699 -0.010798 -0.142825 0.004688 -0.113635 -0.024701 0.106845 -0.074058 0.203471 0.103389 0.089275 0.185045 0.038568 0.098464 0.105178 -0.083975 -0.063584 -0.03006 -0.124166 0.138075 -0.139491 0.098233 0.106862 -0.05233 -0.092424 0.031308 0.037636 -0.01202 -0.177779 -0.180155 0.065254 -0.035905 0.066105 0.058484 0.057387 -0.130523 -0.152095 0.125715 0.023441 0.102816 -0.01925 -0.011126 0.224583 0.102673 -0.001723 -0.031629 -0.072663 0.089822 0.131887 -0.012808 -0.16983 -0.206815 0.113884 -0.207652 0.071371 -0.041849 0.150739 0.052738 -0.09992 -0.115568 -0.007259 0.198164 0.123002 -0.182968 -0.002683 -0.086672 -0.097596 -0.056485 0.077068 -0.13592 0.01944 0.101213 0.212564 -0.020063 -0.232177 -0.082111 -0.132612 0.201664 -0.149663 -0.116027 0.04005 -0.18317 -0.213934 0.07198 0.092108 -0.136619 -0.103563 -0.149519 0.148698 0.037712 -0.065112 0.122997 0.108409 -0.125226 0.123138 -0.057675 0.022216 -0.139668 -0.006653 0.17911 0.049298 -0.121386 -0.008381 -0.114841 -0.208767 -0.073233 -0.091749 -0.138679 -0.100111 -0.010258 0.120135 0.043718 0.157112 -0.19452 0.070379 0.093224 -0.083208 0.031702 -0.169262 -0.040483 -0.240446 -0.030172 -0.056815 0.093681 -0.214331 -0.011295 -0.006876 0.06609 0.205876 -0.030794 -0.217362 -0.015958 -0.180282 0.094293 0.060469 0.039422 0.104366 0.281101 0.061786 0.205791 0.124838 -0.062152 0.340517 -0.089505 0.208058 0.171766 0.109847 -0.071107 0.014878 0.119801 -0.036233 0.237761 -0.009114 0.192319 -0.020868 0.105178 0.006144 -0.011005 0.190712 0.029755 -0.13957 -0.162339 0.106115 -0.018929 -0.163718 -0.103449 0.129972 0.035526 -0.090188 0.236382 -0.161933 -0.028754 -0.019367 -0.262623 -0.129045 -0.047378 0.121105 0.035601 -0.13825 0.038496 0.009369 -0.020778 -0.121069 0.253344 0.071894 -0.08447 0.081703 -0.046412 -0.047131 -0.071624 -0.091119 0.127844 -0.019279 0.166998 -0.076457 0.26899 0.119913 0.02372 0.080962 -0.049645 0.046073 -0.058787 0.174353 0.060273 0.06087 -0.147134 -0.095894 -0.14423 -0.081844 -0.027182 -0.163581 -0.29583 0.168351 -0.149757 0.11947 -0.074424 -0.117785 0.23735 -0.277908 -0.156161 -0.079947 0.130314 -0.103106 -0.004848 -0.076806 -0.153298 0.053333 -0.064134 -0.079465 0.111227 0.108987 0.164299 -0.007334 -0.205693 0.067434 -0.165925 0.283023 -0.188528 -0.083631 0.095605 0.035495 -0.114848 0.05951 0.258603 -0.147833 0.091203 -0.06208 0.042734 0.057936 -0.081238 -0.051482 -0.21491 -0.048187 0.016964 0.039209 0.174006 0.062897 -0.091374 -0.155213 0.117647 0.237049 -0.053643 0.084685 -0.048196 0.041787 0.133887 -0.205852 0.160814 -0.293331 0.056331 0.118081 -0.035471 -0.141725 -0.211743 0.033714 -0.038237 0.031953 0.115927 0.137152 0.165251 0.18196 -0.140437 0.268056 0.062225 -0.074298\n\\ -0.071528 0.153411 -0.104112 -0.016263 0.08544 -0.088585 0.032176 0.106804 0.109121 -0.019325 0.098149 0.018298 -0.036792 -0.060663 0.00176 0.023897 0.002409 0.051937 0.048838 0.055512 0.031179 0.139985 -0.058239 0.105598 0.129285 0.133302 0.080842 0.020305 -0.027011 -0.062985 -0.060993 -0.102984 -0.091372 -0.044298 0.0978 0.063416 -0.151584 -0.028875 -0.030598 0.080079 -0.020899 0.074015 0.01121 -0.157297 -0.078856 -0.00745 0.055147 -0.004924 -0.039544 0.072318 -0.118649 -0.041056 -0.007653 -0.016648 0.102573 -0.022375 -0.082598 0.059567 0.002939 0.190648 -0.009389 -0.070773 0.018773 0.151662 0.003472 -0.019017 0.07236 0.107139 -0.166846 0.073 -0.025957 0.070742 -0.015551 -0.01656 -0.044124 0.151816 0.102223 0.163952 -0.054679 0.05322 -0.056981 0.103289 -0.106578 0.224041 -0.065867 0.033621 -0.009 0.09114 -0.075255 -0.003499 -0.063749 0.127374 0.031346 -0.158538 -0.031713 -0.012893 -0.101844 -0.088574 -0.01901 0.070401 0.090094 -0.015741 0.058916 0.073476 0.088557 0.110376 0.092394 0.01512 0.033905 0.091764 -0.034619 -0.010693 -0.131258 0.142263 0.035077 -0.043313 -0.099195 0.021267 -0.090159 -0.008006 -0.043795 -0.092446 0.078357 0.0343 0.031751 -0.100293 0.031883 -0.020229 -0.079928 -0.049033 0.060292 0.055681 -0.059397 -0.105255 0.021314 -0.150797 0.061272 0.041826 -0.006284 0.052218 0.104472 -0.116178 0.1335 0.124071 0.073428 0.009749 0.000792 0.133845 0.060536 0.148148 -0.071221 0.111895 -0.039134 0.216483 0.163915 -0.042555 -0.030445 0.019283 -0.006255 -0.016217 0.018739 0.059098 0.014468 -0.131644 -0.034825 -0.003036 0.040995 0.033029 0.001218 0.17833 -0.018218 -0.048698 0.041525 -0.005952 -0.097794 -0.021038 -0.037752 0.059189 -0.04756 0.038618 -0.001504 -0.007346 0.012144 0.013756 0.005836 -0.125774 0.057971 0.042004 -0.090177 -0.080836 0.13797 -0.031149 0.088121 -0.091835 0.022468 0.103977 -0.008024 -0.023408 0.036411 0.092906 0.058395 0.080958 0.06395 -0.109002 0.044425 -0.149039 0.088209 0.027136 -0.005526 0.097231 -0.001867 -0.108749 0.038722 0.097881 0.048787 0.008875 0.070773 -0.06368 -0.140135 -0.1062 -0.141528 0.016457 -0.00684 -0.005767 0.068351 0.058523 -0.016266 -0.083288 -0.048218 0.013547 -0.028479 -0.00686 -0.04363 -0.103342 -0.002828 0.019694 -0.021074 0.070282 0.090886 -0.055486 -0.126441 -0.006051 -0.089019 -0.147943 0.049975 -0.063269 0.050489 0.001515 -0.01718 0.08823 -0.009529 0.008226 0.075016 0.006503 -0.00433 -0.019 0.079325 0.038805 0.080794 -0.03362 -0.058579 0.021769 -0.096074 0.016005 0.069485 0.021082 -0.103598 -0.001181 -0.021602 -0.007432 0.050693 0.031894 -0.01963 -0.006528 -0.016075 0.025944 0.005589 0.022799 0.136257 0.020129 0.108821 -0.065041 -0.084217 -0.088763 0.01671 0.110904 -0.0256 -0.043696 -0.056029 -0.056537 0.043801 -0.159978 -0.07007 0.028267 0.068563 0.095632 0.024386 0.033276 0.037087 0.018887\nÓ 0.00625 0.143371 -0.157178 0.046304 0.075585 -0.045555 0.043648 0.002079 0.164513 0.034878 0.01918 -0.05206 -0.037291 -0.021259 -0.013706 -0.052383 0.021774 -0.050229 0.00457 -0.008744 0.038408 0.116423 -0.023905 -0.041083 0.109227 0.066716 0.03914 -0.010709 -0.114056 0.008363 -0.018151 -0.035367 -0.112799 -0.00694 0.163433 0.090965 -0.079297 0.022596 -0.08354 0.032654 -0.011645 -0.051242 -0.065591 -0.127388 0.048112 -0.049385 0.025429 0.069511 -0.081508 0.02024 0.006765 -0.04811 0.029128 -0.011373 0.031722 -0.080737 -0.000888 -0.093189 0.07537 0.040612 -0.00363 0.041648 0.123835 -0.001714 0.060452 0.055634 -0.086612 0.088856 -0.143552 0.066563 0.095789 0.047432 0.079047 0.029803 -0.084378 0.161631 -0.092917 0.047388 0.005975 0.10947 -0.031617 0.053039 0.016951 0.211912 -0.084669 0.07155 0.020215 0.070469 -0.045316 -0.022195 0.032738 0.095658 -0.038711 -0.077398 -0.06321 0.02149 -0.074834 -0.122832 -0.071893 -0.042309 -0.01394 -0.061689 -0.07684 -0.019531 0.061243 0.036652 0.006327 -0.030343 0.002853 0.033824 0.054183 -0.006124 -0.050812 0.020522 0.065953 0.088232 -0.046968 -0.053587 -0.154856 -0.064039 0.097508 -0.078767 0.071769 -0.018127 -0.008007 -0.070327 0.02158 0.077969 -0.040833 -0.053306 0.068607 -0.075358 -0.086227 0.005057 -0.010086 -0.145813 0.004265 0.153282 -0.069208 0.05481 0.024126 -0.07714 0.035612 0.109962 0.042727 -0.061105 0.084935 0.153383 0.034953 0.12947 -0.047044 0.101612 -0.097811 0.37914 0.146003 -0.001651 -0.012507 0.116871 0.134204 0.092347 -0.039203 0.102806 0.056762 -0.0156 -0.030825 0.031605 -0.040239 -0.087631 0.049827 0.05272 -0.012767 -0.095777 0.108323 0.041174 -0.137583 -0.023515 0.026429 0.086284 0.012016 0.026362 -0.007298 0.075309 0.018791 0.043812 0.003677 -0.036265 0.038868 0.016483 -0.112436 -0.103405 0.074947 0.085784 -0.039742 -0.130737 -0.022932 -0.142923 -0.084053 -0.023763 0.036593 0.160669 0.062437 0.043173 -0.049063 -0.052493 0.116265 -0.073215 -0.073057 -0.029042 -0.041337 0.146361 0.062645 -0.051543 0.045492 0.049894 0.041469 0.001413 0.060208 -0.022558 -0.146533 -0.08403 -0.086457 0.117204 0.054481 -0.034274 0.095168 -0.017373 -0.034604 -0.040968 0.016399 0.013471 0.02299 -0.059564 0.013688 -0.00433 0.051931 -0.047372 -0.061897 0.09663 0.10946 0.01401 -0.120611 0.13021 -0.107056 -0.126168 0.044013 -0.110336 0.170357 -0.042051 -0.074879 0.012259 -0.123073 0.03624 0.075775 0.004673 -0.040858 -0.005969 -0.000643 0.036626 0.112079 -0.067002 -0.053141 -0.032594 -0.064821 0.029373 0.039597 -0.038376 -0.158912 0.018409 -0.00403 0.00148 0.10535 0.051712 -0.025733 -0.058727 0.001129 0.037939 -0.005415 0.029569 0.049327 0.045617 0.130614 0.016658 -0.031956 -0.055282 0.110675 0.145161 0.045014 -0.059973 -0.142999 -0.04117 0.005662 -0.043275 -0.084898 0.05706 4.5e-05 0.064911 0.103064 0.111576 -0.119843 0.009569\nỔ 0.01927 0.09273 -0.084504 0.034503 0.030536 -0.054377 0.007366 -0.022482 0.178849 -0.02356 0.073472 -0.022101 -0.038223 -0.032859 -0.006919 -0.087034 -0.019191 -0.001464 0.011787 0.002803 0.00647 0.085278 -0.030687 0.007964 0.126223 0.087164 0.048891 0.004233 -0.09313 0.043579 -0.013656 -0.032932 -0.049236 -0.042632 0.123391 0.079157 -0.028958 0.01851 -0.092374 0.02116 -0.034496 -0.022903 -0.013133 -0.089431 0.024787 -0.001611 0.022605 0.025612 -0.056177 0.000678 -0.042822 -0.025669 0.046119 -0.052959 0.020427 -0.053426 0.05159 -0.023627 -0.017604 0.077205 0.008515 0.003568 0.105385 0.027747 0.021797 0.079974 -0.063965 0.094717 -0.100459 0.063729 0.061564 0.099062 0.024959 -0.000199 -0.015252 0.110251 -0.034217 0.028117 -0.062961 0.049506 0.004468 0.050477 0.007453 0.154539 -0.055846 0.048329 0.016375 0.087909 -0.063307 -0.017218 0.029877 0.066092 -0.021576 -0.052078 -0.001139 0.068919 -0.051887 -0.081439 -0.039991 -0.044592 0.001621 -0.039042 0.006298 -0.038516 0.044996 0.057216 -0.007381 -0.008765 0.079775 0.024679 0.023201 0.003871 -0.044441 0.047554 0.050292 0.064291 -0.062029 0.016517 -0.113424 -0.116011 0.098926 -0.048186 0.084029 -0.008219 0.04355 -0.094976 0.019942 0.078727 0.008613 -0.027068 0.035601 -0.009051 -0.046412 -0.056694 0.023927 -0.13492 0.011647 0.093536 -0.072542 0.068692 0.07521 -0.073263 0.034128 0.124958 0.033454 -0.055644 0.068 0.08985 0.045998 0.107911 -0.082021 0.14578 -0.095229 0.273408 0.115312 0.002838 0.020791 0.062538 0.04355 0.076306 0.007131 0.073398 0.057257 0.009418 -0.022596 0.033543 -0.0015 -0.050307 0.016048 0.0648 -0.002637 -0.084712 0.025376 0.018114 -0.073427 -0.024634 0.016842 0.105366 -0.042522 0.026725 -0.050128 0.023599 0.067859 0.033689 -0.033573 -0.065385 -0.016028 0.015703 -0.108957 -0.079903 0.092421 0.085016 -0.033754 -0.115539 -0.024775 -0.084756 -0.083066 0.004007 0.008845 0.081873 0.053194 0.052013 -0.026607 -0.021799 0.061218 -0.094357 -0.030352 -0.024087 -0.013237 0.147885 0.052223 -0.064579 0.054036 0.030339 -0.004183 0.007076 0.050796 0.044864 -0.063505 -0.078833 -0.046572 0.149403 0.040773 -0.059372 0.088823 -0.026874 -0.003076 -0.02846 0.026152 0.035494 -0.048214 -0.085251 -0.013483 0.01926 0.025546 -0.047669 -0.060625 0.000456 0.11014 0.014437 -0.058516 0.076613 -0.062166 -0.164905 0.034778 -0.134218 0.123442 -0.037422 -0.082942 -0.012907 -0.067008 0.033757 0.07283 -0.036979 -0.034102 -0.055668 -0.009052 0.065086 0.147318 -0.054725 -0.04135 -0.05911 -0.023611 0.084916 0.073547 -0.018914 -0.154524 0.004585 -0.013837 -0.014188 0.097878 0.052767 -0.049382 -0.073072 -0.061176 -0.003907 -0.013735 0.054346 0.065379 0.058098 0.128254 -0.025367 -0.025942 -0.03676 0.094505 0.117884 -0.0086 -0.050353 -0.122057 0.000195 0.012882 -0.031179 -0.077162 0.027723 0.037829 0.085819 0.084754 0.071294 -0.048914 -0.039687\nỪ -0.036494 0.134028 -0.193298 0.039399 0.080554 -0.014298 0.036892 -0.008364 0.13793 -0.034074 0.038297 -0.003923 -0.002812 -0.018698 -0.02372 0.01024 0.049222 -0.084551 -0.021897 -0.044874 0.039975 0.074806 0.032198 0.015997 0.097225 0.11674 0.086431 -0.038755 -0.066005 0.051822 -0.028809 -0.107427 -0.047365 -0.027717 0.152211 0.137241 -0.069567 0.049273 -0.117031 0.031199 0.006522 -0.028108 -0.004888 -0.102416 0.04596 -0.053404 0.088075 0.069397 -0.092262 0.047954 -0.02642 -0.065377 0.048354 -0.069064 0.005714 -0.092381 0.026374 -0.063899 0.002273 0.011198 -0.04604 0.038792 0.122568 0.001018 0.059392 0.102243 -0.076828 0.112475 -0.128564 0.072557 0.047003 0.054914 0.124103 -0.024312 -0.089359 0.098739 -0.054156 0.008034 -0.018459 0.037329 0.0498 0.029619 -0.007699 0.133789 -0.051382 0.080209 -0.032122 0.099405 -0.06748 0.060615 0.032036 0.013544 -0.039544 -0.058672 -0.028611 0.08785 -0.037642 -0.124392 -0.053871 -0.03435 -0.055762 -0.103874 -0.077414 -0.04473 0.020272 0.037733 -0.032889 -0.037863 0.067011 -0.013951 0.052836 0.053582 -0.081233 0.05065 0.054725 0.043175 -0.028852 -0.055474 -0.112519 -0.103301 0.088325 -0.076708 0.146165 0.019407 0.013146 -0.051381 -0.050931 0.047267 -0.042491 -0.035924 0.003985 -0.023077 -0.093525 -0.074324 0.031385 -0.114099 0.035583 0.143293 -0.022004 0.080899 0.035771 -0.060476 -0.025601 0.058665 0.080017 -0.090415 0.072257 0.17046 0.012623 0.088608 -0.052719 0.145783 -0.071393 0.309911 0.130712 -0.015647 -0.065266 0.138727 0.127505 0.036799 -0.015239 0.093964 0.097437 -0.03661 0.022297 0.047533 -0.021464 -0.100129 0.045792 0.043968 0.038078 -0.096461 0.042499 0.09725 -0.065676 -0.029321 -0.020092 0.111205 -0.01087 0.006573 -0.018735 0.005358 0.022681 0.008432 0.067968 -0.074624 0.020903 0.030727 -0.092617 -0.061252 0.003756 0.10005 -0.004134 -0.157272 -0.051037 -0.099256 -0.050323 -0.06908 0.00941 0.116612 -0.007374 0.013948 -0.08298 -0.063055 0.108323 -0.022559 -0.095212 0.013944 -0.050612 0.180217 0.067117 -0.081302 -0.016684 -0.000684 0.069554 0.002716 0.026082 -0.016507 -0.072616 -0.099247 -0.08247 0.131276 0.034727 0.009096 0.091822 0.041519 -0.006219 -0.036422 -0.039002 0.030114 0.045296 -0.044104 -0.007088 -0.001241 0.015713 -0.061192 -0.101476 0.064173 0.062403 0.078242 -0.143084 0.138075 -0.069768 -0.172431 0.068784 -0.134006 0.122058 -0.039985 -0.058995 0.050836 -0.089115 0.050119 0.070866 -0.032911 -0.096592 -0.033978 -0.095507 -0.01992 0.091682 -0.022006 -0.044941 -0.053876 -0.098516 0.037121 -0.014869 -0.075409 -0.157706 0.049241 0.019086 -0.042458 0.069089 -0.007216 -0.055968 -0.063386 0.002278 -0.017001 0.002215 0.044161 0.057597 0.02387 0.09907 -0.008356 -0.041665 -0.067993 0.082996 0.096403 0.070858 -0.043549 -0.123656 -0.021725 0.050224 -0.047454 -0.113334 0.028549 0.079291 0.086216 0.114989 0.050579 -0.111646 -0.012605\nỂ -0.029557 0.15955 -0.143706 0.027501 0.117963 -0.057634 0.026922 -0.021626 0.159351 0.047805 0.006957 -0.058215 -0.037792 -0.043026 -0.009792 -0.101899 0.065881 -0.010806 -0.035205 -0.039043 0.064057 0.119586 0.037079 -0.021779 0.134326 0.126091 0.078633 -0.056488 -0.215736 0.0019 -0.002609 -0.039338 -0.140289 -0.019844 0.190324 0.160333 -0.079855 0.006401 -0.076606 0.024129 -0.044501 -0.000644 -0.173692 -0.206967 0.061628 -0.058872 0.077139 0.0363 -0.120451 0.068621 -0.009158 -0.112382 0.011611 -0.017663 0.053256 -0.067472 0.004672 -0.142716 0.048447 0.014861 -0.057199 0.090014 0.098643 -0.011838 0.094452 0.098343 -0.063631 0.121875 -0.206316 0.09698 0.086143 0.036324 0.071865 0.052206 -0.048215 0.148665 -0.167275 0.005546 0.039064 0.140076 -0.004874 0.052394 0.064829 0.210113 -0.076377 0.106442 0.028794 0.123223 -0.136298 -0.010805 0.07217 0.109013 -0.048696 -0.058183 -0.049563 -0.00919 -0.098748 -0.164124 -0.066292 -0.016496 -0.060448 -0.08845 -0.0601 -0.110801 0.030828 0.052358 0.003802 -0.053989 0.041807 0.005942 0.042019 -0.019475 -0.09465 0.054494 0.057693 0.072244 -0.068355 -0.031579 -0.163183 -0.094181 0.065654 -0.106476 0.11183 -0.015425 -0.053037 -0.116101 0.017595 0.049465 -0.060332 -0.074712 0.042192 -0.058304 -0.067302 -0.026683 -0.019184 -0.197268 -0.027755 0.166398 -0.059378 0.067653 0.066914 -0.085637 0.120564 0.149228 0.035663 -0.083921 0.064604 0.132284 0.007883 0.184432 -0.041881 0.17175 -0.115879 0.44111 0.173484 -0.017591 0.001438 0.160383 0.154117 0.079335 -0.022071 0.104289 0.000811 -0.013813 -0.065782 0.080173 -0.061405 -0.15158 0.066017 0.053292 -0.015938 -0.127848 0.078034 0.080781 -0.143175 0.031416 -0.008323 0.155591 0.042684 0.027709 0.003308 0.074878 0.054697 0.07622 0.010942 -0.086816 -0.016172 0.005488 -0.170138 -0.134786 0.116716 0.129985 -0.048416 -0.154678 -0.027543 -0.171804 -0.120659 -0.066672 0.024966 0.144749 0.060549 0.047455 -0.029586 -0.066997 0.159561 -0.113915 -0.064591 -0.016647 -0.087062 0.18328 0.051692 -0.076383 0.064683 0.092013 0.008156 -0.022426 0.063171 0.040093 -0.16438 -0.112071 -0.0491 0.151929 0.056736 -0.059046 0.101962 0.002123 -0.032626 -0.039491 0.027003 -0.006399 0.0162 -0.061017 0.013979 0.000901 0.079899 -0.047337 -0.099536 0.103952 0.167501 -0.02601 -0.178679 0.155632 -0.11612 -0.125174 0.055202 -0.1418 0.201293 -0.026134 -0.079921 -0.045851 -0.16595 0.008323 0.037522 0.061024 -0.013544 0.020007 -0.045352 0.052176 0.130951 -0.050831 -0.035882 -0.020153 -0.02368 0.098171 0.043571 -0.074829 -0.211876 0.037266 0.004138 -0.040125 0.075094 0.054684 -0.114663 -0.085741 -0.053632 -0.03469 0.004329 0.004525 0.090616 0.066102 0.156403 0.026759 -0.007222 -0.076878 0.135933 0.174873 0.029633 -0.076436 -0.114579 -0.045109 0.014238 -0.084983 -0.101742 0.009522 0.045858 0.113917 0.095704 0.115025 -0.12049 0.014196\nƠ 0.029235 0.057707 -0.112574 0.016351 0.045714 -0.058797 0.032435 -0.001022 0.090675 0.015346 0.030447 -0.026571 -0.04296 -0.002251 -0.028243 -0.021121 0.03419 0.000969 0.005142 0.002525 0.033719 0.075102 0.010938 0.027626 0.100673 0.041395 0.045516 -0.015708 -0.073959 -0.002076 -0.017861 -0.061745 -0.040262 -0.043293 0.101751 0.085656 -0.046686 0.046663 -0.011486 0.010912 -0.016962 -0.032012 -0.032333 -0.099509 0.048003 -0.032835 0.055571 -0.012027 -0.044093 0.020764 -0.031304 -0.062777 0.084734 -0.018133 0.033495 -0.060352 0.027641 -0.085931 0.030407 0.067966 -0.033405 0.011533 0.106751 0.008168 0.053598 0.032869 -0.040278 0.102511 -0.099357 0.086181 0.032602 0.056428 0.07072 -0.010828 -0.034257 0.129616 -0.06601 0.026624 -0.014331 0.037082 0.015373 0.024561 0.007912 0.181871 -0.044557 0.000474 0.014453 0.089742 -0.043733 0.007468 0.061128 0.074005 -0.007158 -0.075111 -0.029006 0.024073 -0.068039 -0.090575 -0.042192 -0.042674 -0.028763 -0.008405 -0.061211 -0.012961 0.041866 0.04741 -0.004262 -0.032862 0.035151 -9.5e-05 0.016088 -0.010736 -0.050703 0.049087 -0.009956 0.046655 -0.064832 -0.012711 -0.062021 -0.090049 0.086918 -0.072072 0.103268 0.006059 0.015702 -0.060167 0.019516 0.034953 0.048596 -0.041731 0.017231 -0.012506 -0.102887 -0.045669 0.023218 -0.09483 0.018309 0.062028 -0.023278 -0.018212 0.053673 -0.079081 0.034324 0.125311 0.083028 -0.015399 0.092714 0.126118 0.037435 0.14211 -0.031913 0.140595 -0.054024 0.218515 0.086269 -0.021233 -0.001832 0.088155 0.106405 0.03577 -0.041654 0.121903 0.054692 0.016466 -0.036174 0.003816 -0.025136 -0.075396 0.018089 0.029905 -0.004408 -0.100675 0.034795 0.041371 -0.080496 -0.018609 -0.013424 0.098555 -0.022171 0.026157 -0.012241 0.015031 0.039302 0.029958 0.004071 -0.046379 -0.003524 0.029848 -0.116402 -0.093002 0.038688 0.069858 0.020383 -0.065102 -0.017523 -0.128284 -0.03572 -0.015533 -0.012105 0.11316 0.056587 -0.007871 -0.058015 0.020676 0.091756 -0.064383 -0.04191 -0.004561 -0.009023 0.150054 0.029417 -0.111384 0.071741 0.043438 0.049965 0.018232 0.046238 0.037751 -0.066695 -0.095174 -0.062031 0.080753 0.085631 0.01277 0.066018 -0.01819 -0.000612 -0.040701 0.00897 0.006385 -0.01682 -0.058909 0.015048 -0.002039 0.024042 -0.000317 -0.065939 0.053772 0.093929 -0.007481 -0.103647 0.096433 -0.092841 -0.125979 0.034569 -0.119052 0.146061 -0.060105 -0.050682 0.042701 -0.085509 0.055402 0.024924 0.03298 -0.023864 0.035248 0.004503 -0.00223 0.049582 0.002939 -0.013465 -0.036718 -0.021665 0.015755 0.048179 -0.02479 -0.155378 0.025277 -0.02732 -0.021256 0.062764 0.034759 -0.025644 -0.047259 -0.0246 -0.006826 0.022201 -0.008163 0.030472 0.047379 0.118274 0.037492 -0.005246 -0.027564 0.069818 0.081455 -0.013981 -0.040527 -0.088783 -0.005464 -0.013473 -0.063605 -0.033663 0.016176 0.067759 0.073668 0.060331 0.113183 -0.054779 0.022202\nỢ -0.012425 0.180452 -0.20971 0.041818 0.105478 -0.062339 0.034296 -0.023172 0.145078 0.01685 0.057654 -0.048791 -0.072556 -0.026522 -0.024077 -0.115667 0.033787 -0.001138 0.023108 0.001062 0.022618 0.088757 -0.007803 -0.01022 0.153832 0.081987 0.102909 -0.048447 -0.14911 0.021508 -0.020538 -0.077604 -0.108754 -0.006366 0.147768 0.137256 -0.080706 0.016171 -0.046606 -0.01641 -0.062486 -0.04807 -0.082189 -0.14029 0.076677 -0.063901 0.070519 0.033169 -0.148354 -0.002229 -0.042067 -0.07248 0.071202 0.006965 0.029092 -0.111583 0.011472 -0.100503 0.009335 0.040885 -0.047569 0.058156 0.100144 -0.025083 0.046839 0.09772 -0.049544 0.137959 -0.147082 0.136597 0.121679 0.063372 0.097062 0.037304 -0.021291 0.150397 -0.113148 -0.006172 0.018037 0.124135 0.026533 0.09721 0.042574 0.238632 -0.147581 0.075137 -0.002583 0.110918 -0.109329 -0.043709 0.079915 0.088776 -0.076724 -0.082124 -0.064284 0.030478 -0.10586 -0.150541 -0.085717 -0.039715 -0.026596 -0.077486 -0.035268 -0.058024 0.067122 0.065383 -0.017492 -0.065323 0.065175 0.015869 0.064575 0.007514 -0.078629 0.083103 0.051363 0.097365 -0.042953 -0.069164 -0.159436 -0.103631 0.059431 -0.081197 0.134373 0.029049 -0.049132 -0.117488 0.048314 0.05764 -0.042077 -0.029437 0.010268 -0.027066 -0.065271 -0.076146 0.046836 -0.214842 0.006858 0.118116 -0.053116 -0.002813 0.07309 -0.045606 0.045609 0.132063 0.067895 -0.109889 0.106449 0.157301 0.051405 0.16811 -0.025727 0.135534 -0.140914 0.414694 0.185962 -0.027671 -0.001489 0.147123 0.134896 0.028468 -0.043806 0.096526 0.030773 0.019942 -0.011231 0.065601 -0.091306 -0.138623 0.051865 0.046068 0.020171 -0.15362 0.058533 0.074289 -0.089985 -0.003218 0.006135 0.099199 -0.003318 0.02436 -0.012967 0.071609 0.020533 0.073097 0.047493 -0.025592 0.018178 -0.010994 -0.174226 -0.143717 0.109137 0.12301 -0.051805 -0.144266 -0.032967 -0.139341 -0.104545 -0.054308 0.031128 0.173308 0.066305 0.0511 -0.078854 -0.065806 0.107686 -0.124522 -0.061339 -0.031289 -0.043947 0.191946 0.071255 -0.129975 0.03788 0.066336 0.009821 -0.06202 0.081347 0.042752 -0.148476 -0.089548 -0.037172 0.147681 0.057824 0.002044 0.121094 -0.017646 0.003697 -0.018454 -0.041574 0.00601 0.005337 -0.086098 0.011503 0.006291 0.05435 -0.039416 -0.052345 0.129927 0.113006 0.006312 -0.127828 0.161993 -0.105363 -0.157952 0.041635 -0.107003 0.193592 -0.053534 -0.075837 0.009591 -0.154178 0.022079 0.060635 0.034986 -0.071744 0.003798 -0.036011 0.069963 0.129538 -0.05474 -0.02181 -0.019462 -0.039556 0.040124 0.045269 -0.094838 -0.218769 0.059554 0.035285 -0.014737 0.094509 0.076015 -0.088863 -0.082147 -0.032933 -0.046999 0.003518 0.027798 0.05922 0.055836 0.165413 -0.001241 -0.053665 -0.090887 0.097103 0.152177 0.032775 -0.071227 -0.124924 0.002436 0.002728 -0.072578 -0.123761 0.042171 0.029383 0.098157 0.1103 0.183516 -0.144374 0.058486\nỆ -0.004015 0.140063 -0.188292 0.035159 0.08548 -0.061243 0.04802 -0.002414 0.118972 0.003313 0.011066 -0.067577 -0.087057 -0.060731 -0.041619 -0.087959 0.045168 -0.015251 -0.021504 0.006672 0.058295 0.067283 0.023372 -0.005726 0.136175 0.07708 0.085066 -0.067177 -0.158544 -0.011092 -0.017787 -0.075236 -0.087403 -0.022971 0.139669 0.134249 -0.074903 0.019593 -0.022959 0.010701 -0.0522 -0.055307 -0.09289 -0.128609 0.072861 -0.046752 0.075668 0.049829 -0.114931 0.046183 0.001446 -0.095212 0.08902 0.003047 0.068023 -0.066378 0.018601 -0.142886 0.048638 0.056845 -0.019162 0.028818 0.144653 -0.014343 0.086157 0.098775 -0.030031 0.121653 -0.167979 0.115116 0.083441 0.064884 0.099115 0.006068 -0.040131 0.153502 -0.10657 0.009282 0.004575 0.078488 0.017775 0.059456 0.046649 0.244012 -0.107274 0.060087 0.018472 0.092971 -0.113678 -0.006925 0.094166 0.101065 -0.053325 -0.054602 -0.045491 0.009473 -0.095574 -0.131236 -0.083046 -0.046015 -0.035861 -0.02343 -0.04206 -0.046274 0.056592 0.07453 -0.012024 -0.069906 0.047172 0.000687 0.034918 -0.005452 -0.076292 0.042815 -0.001389 0.086724 -0.082296 -0.033643 -0.112861 -0.099806 0.097192 -0.059956 0.117342 0.008702 -0.019933 -0.094731 0.023626 0.065135 -0.022786 -0.065292 0.026595 -0.032913 -0.103204 -0.058723 0.046547 -0.182105 0.007541 0.080884 -0.046248 -0.015789 0.037635 -0.068317 0.051004 0.161384 0.079412 -0.068252 0.098113 0.153169 0.047573 0.16399 -0.054206 0.134916 -0.134252 0.349959 0.14464 -0.04068 -0.031621 0.12849 0.155831 0.02348 -0.026631 0.122882 0.031159 0.008898 -0.051092 0.070554 -0.063591 -0.121232 0.035673 0.046173 0.001876 -0.134077 0.043137 0.06306 -0.108135 -0.007493 -0.02104 0.118293 -0.026822 0.03953 0.006529 0.071911 0.034453 0.042711 0.027718 -0.063848 -0.017517 0.014212 -0.166544 -0.141787 0.10991 0.123324 -0.026308 -0.149254 -0.019633 -0.168234 -0.072103 -0.049219 0.010639 0.170684 0.063617 0.033766 -0.088843 -0.045648 0.127888 -0.121197 -0.053779 -0.032784 -0.028885 0.198881 0.042456 -0.113118 0.073222 0.06767 0.027805 -0.00624 0.068786 0.047291 -0.121888 -0.111243 -0.064051 0.146526 0.062203 -0.030788 0.10736 -0.017265 0.01805 -0.031284 -0.003846 0.009408 0.024896 -0.082316 0.042804 0.013654 0.065833 -0.015112 -0.083745 0.098619 0.151365 -0.011214 -0.118204 0.124856 -0.122648 -0.132059 0.050751 -0.112808 0.156789 -0.047648 -0.064081 -0.007151 -0.1392 0.037603 0.042916 0.038867 -0.047235 0.019579 -0.030201 0.032612 0.109129 -0.036407 -0.011584 -0.01868 -0.054021 0.021722 0.058067 -0.08521 -0.219885 0.053713 -0.011003 -0.053112 0.077816 0.056247 -0.057179 -0.074326 -0.019762 -0.03403 0.022329 0.021293 0.043028 0.094822 0.161784 0.024734 -0.007209 -0.078263 0.092973 0.121178 0.022971 -0.074141 -0.115143 -0.003162 0.026519 -0.095498 -0.071079 0.00872 0.051754 0.122113 0.126968 0.128904 -0.117315 0.042164\nỈ -0.033029 0.14145 -0.219119 -0.016378 0.081984 -0.017262 0.054478 0.007674 0.158228 0.001368 -0.002968 0.005319 -0.056728 0.040057 -0.006592 -0.034966 -0.016453 0.007003 -0.049063 -0.051297 0.040034 0.13215 0.0298 -0.04374 0.109448 0.078203 0.095421 -0.056767 -0.070587 0.012264 0.004364 -0.089858 -0.076929 0.013323 0.105245 0.137667 -0.051228 0.024961 -0.05599 0.035307 -0.072321 0.009798 -0.109522 -0.130675 0.059647 -0.00337 0.042359 0.038714 -0.086996 0.057255 0.037508 -0.13063 0.03533 -0.003692 0.040188 -0.046135 0.071688 -0.110534 -0.008166 0.03578 -0.003106 -0.000613 0.082997 -0.028671 0.116963 0.165319 -0.073062 0.119839 -0.182065 0.066497 0.09366 0.06527 0.072189 0.021719 -0.039167 0.184812 -0.095665 -0.012658 0.003515 0.111697 0.050547 0.07204 0.046068 0.169858 -0.029783 0.074313 0.03134 0.085478 -0.076078 -0.004339 0.07757 0.075306 -0.06287 -0.09644 -0.055573 0.037303 -0.074054 -0.18663 -0.093639 -0.070794 -0.037084 -0.04303 -0.068911 -0.046444 0.022866 0.100388 0.016469 -0.054351 0.044273 0.034956 0.066443 0.076797 -0.026634 0.06915 0.031628 0.061281 -0.073458 -0.04648 -0.194892 -0.11927 0.126249 -0.069342 0.102468 -0.00975 0.004025 -0.137268 -0.005389 0.076611 -0.023992 -0.052997 0.043658 -0.078288 -0.105759 -0.009425 0.01385 -0.165991 -0.01391 0.150201 0.014448 0.0669 0.04067 -0.064505 0.064176 0.152109 0.004576 -0.035211 0.094392 0.13785 0.04862 0.14825 -0.045167 0.129596 -0.15283 0.397112 0.164192 -0.026181 -0.102739 0.115715 0.114094 0.019069 -0.048304 0.094682 0.073845 -0.030059 -0.02321 0.107956 -0.073407 -0.070111 0.041708 0.075825 0.037056 -0.128947 0.08092 0.042737 -0.042711 0.003948 0.004504 0.145591 -0.061364 0.042908 -0.013322 0.029012 0.004963 0.028124 0.069073 -0.02085 0.031473 0.047996 -0.156934 -0.141651 0.100407 0.109301 -0.036035 -0.182558 0.111399 -0.182347 -0.126257 -0.060065 0.01107 0.134573 0.065254 0.074125 -0.044516 -0.079327 0.15508 -0.072958 -0.098123 -0.029183 -0.023727 0.231702 0.000321 -0.101504 0.043466 0.077024 0.015847 0.015017 0.093073 -0.054734 -0.118938 -0.125649 -0.034956 0.10829 0.062764 -0.039241 0.117389 0.002628 -0.03303 -0.046832 -0.00149 -0.002339 -0.019146 -0.074763 0.053417 0.009648 0.069924 0.017415 -0.058424 0.070617 0.120189 0.034081 -0.124261 0.14143 -0.167632 -0.135642 0.054576 -0.104038 0.193649 -0.082361 -0.074696 -0.037807 -0.092375 0.020282 0.094598 0.05207 -0.044988 0.011501 -0.068759 0.064047 0.141371 -0.044674 -0.023926 -0.056293 -0.022962 0.053673 0.092479 -0.103704 -0.215509 0.032917 0.038553 0.040546 0.077286 0.03337 -0.107773 -0.061153 -0.113572 -0.060169 0.023172 -0.006332 0.053057 0.09442 0.0748 -0.003947 0.003281 -0.063437 0.11127 0.117756 0.038543 -0.076992 -0.036923 -0.032446 0.005863 -0.074101 -0.084754 0.032136 0.083817 0.095338 0.121607 0.106741 -0.112628 0.088317\n^ -0.123503 0.238349 -0.179575 -0.014697 -0.032514 -0.019779 -0.061445 0.05292 0.307459 -0.069671 0.227409 0.040587 -0.000696 0.03623 -0.098355 0.023095 0.053098 -0.066443 0.178478 -0.200777 0.091724 0.074594 0.106927 0.006394 -0.033891 0.17542 0.022221 0.13806 -0.061259 0.128889 0.024482 -0.368553 -0.126406 -0.085384 0.255516 0.079246 -0.119795 0.157043 -0.082615 -0.052888 0.212737 0.066167 -0.007988 -0.095748 0.036551 -0.101419 -0.058468 0.101847 -0.066067 0.041673 0.046124 -0.010379 0.120169 -0.212384 0.013794 -0.065557 0.036909 0.073082 -0.065835 0.005752 -0.04754 -0.091369 0.18711 0.142021 -0.051395 0.088588 -0.146129 0.017061 -0.047112 0.00263 -0.126962 0.220839 0.119136 -0.116589 -0.070398 0.054313 -0.066607 0.013841 -0.133437 -0.102544 -0.070468 0.033781 0.041654 0.148518 0.082598 0.053958 0.10852 0.103353 -0.021203 0.173286 -0.000451 0.043492 -0.012541 0.010871 -0.015267 0.139405 -0.008316 -0.125351 0.000564 0.064089 -0.115364 -0.023424 -0.137979 -0.036574 0.047529 0.155925 -0.05293 -0.121945 0.032358 0.011534 0.048099 0.001465 -0.112145 -0.051329 0.143074 -0.18068 -0.07823 -0.008903 -0.173517 -0.109217 0.087818 0.062612 0.103074 0.012074 0.070142 -0.078597 -0.103817 0.141682 0.155388 -0.131473 0.115602 -0.115188 -0.203632 -0.126981 0.1206 -0.039565 0.041252 0.312673 0.103598 0.003142 -0.010523 -0.216127 0.11414 0.019353 0.131926 -0.080464 -0.17456 0.123246 -0.157358 0.14889 -0.049565 0.08583 -0.163794 0.292376 0.120889 -0.068238 -0.189641 0.135703 0.22999 0.126318 0.021445 0.137641 0.212039 -0.055357 -0.005132 -0.19045 0.069926 0.15719 0.163744 0.025336 0.156634 -0.044612 0.113308 0.103622 -0.020098 -0.067334 -0.143097 0.12022 -0.050043 0.090925 0.029838 -0.203433 -0.086116 0.153008 0.154399 -0.076951 0.329202 0.064688 -0.135162 0.057605 -0.144632 -0.006549 0.015389 -0.141343 -0.061682 0.024129 -0.097094 -0.049311 -0.030354 0.133925 -0.081319 0.06312 -0.138925 -0.151851 0.061825 0.105947 -0.122662 0.124065 0.036229 0.01683 0.202275 -0.143326 -0.059622 0.019439 0.134293 0.119393 -0.036636 -0.107783 0.048861 -0.154181 -0.126195 0.0789 -0.062005 -0.125452 -0.071225 0.013733 -0.047265 0.066723 0.002695 0.023876 0.095073 -0.127345 0.099589 -0.016853 0.121746 -0.138783 0.013921 0.02766 0.014553 -0.064811 -0.138066 -0.122049 -0.143861 -0.290274 0.16923 -0.145341 -0.014046 -0.172639 -0.095148 -0.046189 -0.008893 0.058354 -0.040972 0.178601 -0.135046 0.093212 0.034739 -0.072405 0.103621 0.070758 -0.143287 -0.109405 -0.054969 0.143626 0.039367 -0.091378 -0.152385 0.056231 0.00402 -0.134699 -0.073889 -0.10492 0.014764 0.025354 0.098232 0.115285 0.005575 -0.151437 0.171283 0.142676 0.079991 0.174092 -0.148478 0.015916 0.013481 0.14265 0.06272 -0.18266 0.036237 -0.161133 0.17662 0.06445 -0.204911 0.091592 0.046444 0.20541 0.028746 0.112015 0.042321 -0.104298\nỜ -0.024202 0.185398 -0.237392 0.047783 0.12449 -0.011337 0.025497 0.004598 0.138131 -0.011367 0.018509 -0.06821 -0.057401 -0.057135 -0.037309 -0.10118 0.024219 -0.059717 -0.013618 -0.017505 0.048913 0.083006 0.054414 0.015568 0.150236 0.074019 0.097016 -0.065912 -0.175894 0.029861 -0.013015 -0.077889 -0.137057 -0.031661 0.163803 0.180628 -0.095579 0.020892 -0.085752 -0.009063 -0.052416 -0.062388 -0.120887 -0.163153 0.086979 -0.082427 0.076523 0.073404 -0.134064 0.083886 0.014681 -0.088255 0.105926 -0.006397 0.071616 -0.063117 -0.003747 -0.148984 0.059218 0.058093 -0.023747 0.051004 0.147983 -0.021712 0.093178 0.09163 -0.004361 0.162915 -0.184111 0.109315 0.109718 0.095681 0.099466 0.004031 -0.083227 0.159918 -0.131814 0.013934 0.00882 0.080755 0.002629 0.105532 0.046465 0.286116 -0.119752 0.118205 0.026002 0.124376 -0.109045 -0.002425 0.069711 0.120027 -0.051912 -0.125982 -0.053436 0.030257 -0.154468 -0.16094 -0.093061 -0.020924 -0.06073 -0.029223 -0.07631 -0.086589 0.077673 0.081726 -0.042452 -0.083119 0.069285 0.002483 0.048825 0.009367 -0.115897 0.06506 0.02482 0.098228 -0.085127 -0.036441 -0.150001 -0.120216 0.149521 -0.096758 0.184586 -0.001714 -0.010635 -0.128122 0.001952 0.05805 -0.032792 -0.080453 0.023537 -0.022036 -0.108792 -0.103397 0.041588 -0.177937 0.019182 0.12456 -0.026365 0.003969 0.060029 -0.064512 0.017975 0.151126 0.080443 -0.105763 0.121992 0.19931 0.054049 0.203996 -0.092537 0.192411 -0.147885 0.453997 0.178154 -0.031554 0.010229 0.17796 0.163911 0.035349 -0.040656 0.124162 0.040118 -0.003356 -0.040628 0.081043 -0.071604 -0.178908 0.03836 0.056726 0.025631 -0.167101 0.093634 0.074694 -0.108078 0.019881 -0.007756 0.141795 -0.010945 0.039742 -0.000745 0.071578 0.05974 0.07384 0.046601 -0.069835 -0.022263 0.02943 -0.191218 -0.162833 0.115345 0.124692 -0.027694 -0.142021 -0.054834 -0.186997 -0.051601 -0.038006 0.012907 0.20885 0.060153 0.026181 -0.100454 -0.081265 0.14555 -0.13284 -0.053368 -0.019911 -0.031202 0.273594 0.019581 -0.140925 0.09705 0.082411 0.071604 -0.028539 0.077033 0.039895 -0.143106 -0.130443 -0.073669 0.176585 0.089413 -0.024067 0.093798 -0.020219 0.017162 -0.024001 -0.022293 -0.006646 0.064385 -0.097948 0.019119 0.000278 0.091263 -0.060808 -0.093284 0.138848 0.140169 -0.003369 -0.122933 0.16251 -0.128205 -0.159411 0.05594 -0.140139 0.207485 -0.056031 -0.097866 -0.020407 -0.172275 0.046483 0.113852 0.015309 -0.065101 0.044684 -0.048613 0.045305 0.126423 -0.048965 -0.031898 -0.033391 -0.078085 0.029406 0.028273 -0.123251 -0.256337 0.071422 0.015067 -0.074587 0.096353 0.070945 -0.089542 -0.107298 -0.053052 -0.05379 0.04453 0.053537 0.090723 0.063771 0.182905 0.013891 -0.060306 -0.093872 0.135335 0.137536 0.022537 -0.095333 -0.150179 -0.020059 0.05583 -0.118305 -0.115044 0.031078 0.075995 0.139941 0.16304 0.128921 -0.150142 0.06865\nÄ -0.006717 0.002342 -0.175435 -0.176502 0.140567 0.017872 -0.029182 -0.004502 0.142259 -0.093313 0.096645 -0.086704 0.023697 0.102362 0.159277 -0.185266 -0.076743 0.013325 0.033842 0.111887 -0.013371 0.107862 -0.020855 0.008109 0.096163 0.073357 -0.021176 -0.148379 0.010928 -0.05802 -0.041857 0.007216 -0.029714 -0.012775 -0.022251 0.076744 -0.148118 0.079545 -0.094623 -0.034963 0.026684 0.045108 0.073405 -0.189354 0.086398 0.043761 0.088703 0.029697 -0.057791 0.101453 -0.059186 -0.03225 0.13802 0.010248 0.107428 -0.089114 0.09697 0.084117 -0.03385 0.037997 -0.018165 -0.06639 0.081024 0.066367 0.04756 0.115221 -0.127674 0.228718 -0.200531 0.055763 0.006451 0.06867 0.052251 -0.012798 0.006542 0.160314 -0.009027 0.077069 0.048505 0.108567 0.006924 0.051531 -0.046939 0.065883 -0.096401 -0.05129 0.019673 0.013185 -0.012034 -0.00812 -0.04408 -0.036289 0.075495 -0.043854 0.021093 -0.024355 -0.079047 -0.077767 -0.052487 -0.140809 -0.118353 -0.000173 -0.013422 0.012494 -0.050873 0.11489 0.050499 -0.105227 0.026476 0.126178 0.091907 0.047159 -0.000224 -0.019288 -0.079043 0.07579 -0.043261 0.01008 -0.194608 -0.194372 -0.007004 -0.131477 0.02646 -0.053309 0.062151 -0.050094 -0.078008 -0.035661 0.06267 -0.076736 0.129074 0.015233 -0.038086 -0.089848 0.060151 -0.095704 0.013871 0.168021 -0.077629 0.025967 0.079747 -0.069544 0.073295 0.154734 0.188809 0.052188 0.016053 0.182613 -0.036615 0.165507 -0.100675 0.086027 -0.067175 0.19656 -0.004215 -0.132448 -0.040438 0.141574 0.070488 0.069563 0.036665 -0.0074 0.071783 -0.126939 -0.04823 0.016012 -0.004157 -0.002424 0.010714 0.154739 0.053622 -0.113691 -0.084047 0.046602 -0.04605 -0.050732 0.080236 0.033983 -0.038268 -0.079708 0.006305 -0.109792 -0.072018 -0.04333 -0.031846 -0.134916 -0.048105 -0.110082 -0.184567 -0.105203 0.022843 0.052131 0.033329 -0.119913 0.110653 -0.006739 -0.031492 -0.064009 0.076473 0.204933 0.149428 -0.010642 0.024477 -0.061376 0.06251 -0.205083 0.042431 0.128722 -0.077947 0.204707 0.035954 -0.030617 0.152885 0.174344 0.012706 0.077626 0.050029 -0.144665 -0.076904 -0.049692 -0.10426 0.121984 0.093398 -0.07448 -0.033608 -0.037345 -0.148949 -0.009686 0.016138 -0.008928 -0.057326 -0.001147 -0.014457 0.012911 0.006476 0.01826 -0.097173 -0.066168 0.229977 0.113573 -0.040664 0.073391 -0.065839 -0.128597 0.03631 -0.08017 0.093382 0.002958 0.013583 0.088639 -0.023377 0.053996 0.011941 -0.017937 0.036832 0.031154 0.008433 -0.004676 0.137424 -0.044316 0.029061 0.05786 0.007935 0.136233 0.004951 0.016597 -0.133591 -0.03402 -0.066789 -0.014474 0.067795 0.120452 -0.026015 -0.064932 -0.098298 -0.019689 0.044921 0.085288 0.022038 0.146697 0.043138 0.106908 0.048166 0.00587 0.197597 0.136053 -0.026945 0.03658 -0.08087 -0.02778 0.118747 -0.054527 -0.148724 0.13868 0.144375 0.120214 0.065958 0.140989 -0.007868 0.090979\nẨ 0.013759 0.041924 -0.067911 0.039578 0.004549 -0.068952 0.009688 0.005928 0.042621 0.01873 0.050056 -0.04976 -0.040475 -0.02637 0.016215 -0.003471 0.017813 0.007057 -0.006478 0.045476 0.003815 0.070467 0.026568 0.019355 0.06925 0.007284 0.024465 0.006836 -0.069476 0.003726 0.003137 -0.05619 0.008783 -0.041081 0.122974 0.095702 -0.091606 0.036213 -0.012383 0.066539 0.022984 -0.005773 0.008674 -0.054359 -0.005391 -0.030091 0.046733 -0.069799 -0.01929 0.029141 -0.01718 0.017827 0.028276 -0.085729 0.048105 -0.043473 0.002866 -0.024656 0.035963 0.115806 0.025578 -0.03148 0.074125 0.026373 0.039251 0.049777 -0.061673 0.079892 -0.054974 0.072542 0.009612 0.062952 0.015041 -0.017735 -0.053294 0.106999 0.012204 0.059638 0.016473 0.038888 0.024992 0.048237 -0.039663 0.159972 -0.020673 -0.0073 -0.023047 0.073606 -0.008178 -0.026305 0.075399 0.090652 -0.0137 -0.04173 -0.051517 0.013996 -0.00928 -0.024641 -0.083673 -0.057582 -0.024548 -0.021933 -0.078423 0.024401 0.023131 0.01843 -0.011103 0.016949 0.017582 -0.009236 0.032126 0.005976 0.017604 0.09408 -0.008103 0.015824 -0.077376 -0.009081 -0.089764 -0.101518 0.111255 -0.09077 0.09814 -0.019201 0.069737 -0.046067 0.028497 0.012446 0.057545 -0.052775 0.027006 0.014537 -0.070066 -0.040233 0.021057 -0.064732 0.021387 0.061095 -0.014912 0.041922 0.068043 -0.036434 -0.012713 0.115223 0.06121 -0.02649 0.092245 0.115718 0.032288 0.095226 -0.002272 0.145889 -0.046066 0.189434 0.081179 -0.010306 0.054802 0.059074 0.054004 0.048848 -0.074713 0.094002 0.034151 0.00762 -0.002104 -0.03623 0.026257 -0.052008 0.047202 0.099875 -0.027021 -0.061495 -0.001758 0.029039 -0.081119 -0.034246 -0.029214 0.047736 0.00228 0.009067 -0.019401 0.011728 0.038557 0.03703 -0.022322 -0.012897 -0.003724 0.042965 -0.035936 -0.078574 0.027087 0.04064 -0.007435 -0.008901 0.025468 -0.081143 -0.023631 -0.04484 0.024812 0.117008 0.062928 -0.004473 -0.040842 0.05729 0.078513 -0.035396 -0.033055 -0.021065 -0.030203 0.10128 0.032667 -0.058439 0.044792 0.07369 0.022777 0.021395 0.054868 0.055409 -0.080093 -0.102991 -0.04131 0.047543 0.071134 0.026339 0.059523 0.011669 -0.027945 -0.025315 0.010088 0.035408 -0.030363 -0.017257 -0.015784 0.013258 -0.023497 0.003732 -0.019789 0.026273 0.070294 0.03368 -0.072723 0.081639 -0.046288 -0.077202 0.027306 -0.077641 0.136815 -0.033915 -0.02541 0.065187 -0.030055 -0.006231 0.067573 0.006888 0.007199 0.019517 0.011071 -0.027075 0.058161 -0.035292 0.029 -0.018985 0.004971 0.030063 0.0494 -3.3e-05 -0.115376 -0.004226 -0.004089 0.035922 0.064561 0.007579 0.004818 -0.030325 -0.023013 -0.004142 -0.004059 -0.002039 0.039201 0.003126 0.057598 0.021082 0.013172 0.005541 0.072472 0.063493 0.05198 -0.026114 -0.078999 0.017499 -0.009182 -0.056434 0.002775 0.002235 0.054326 0.030768 0.01352 0.038825 -0.001684 0.014703\nÉ -0.007683 0.071365 -0.112261 -0.015017 0.035882 -0.074784 0.005933 0.01257 0.079471 0.035326 0.018861 0.00745 -0.045517 0.002894 -0.011415 -0.033442 0.05111 -0.024939 -0.005898 0.015531 0.015168 0.071126 -0.006811 0.002932 0.106 0.077518 0.050542 -0.03458 -0.06675 0.003073 0.009683 -0.097381 -0.06234 -0.019566 0.067158 0.048238 -0.083678 0.014648 -0.044072 0.073219 -0.027029 -0.001675 -0.003155 -0.068565 0.007204 0.000632 0.07149 -0.044059 -0.042748 0.027697 0.018987 -0.042031 0.030542 -0.029401 0.08433 -0.034967 0.009851 -0.043398 0.034538 0.064025 0.002193 0.001384 0.07681 0.039424 0.014828 0.043602 -0.063913 0.103171 -0.10476 0.054099 0.020467 0.025553 0.013129 0.007272 -0.05496 0.114708 -0.035779 0.085537 0.051905 0.033938 0.007624 0.090423 -0.040598 0.152317 -0.038699 -0.01806 -0.019762 0.049408 -0.050425 -0.021813 0.085401 0.044077 -0.001785 -0.067545 -0.029691 0.009699 -0.02886 -0.11543 -0.026758 -0.00509 -0.002084 -0.007522 -0.046821 0.024061 -0.012143 0.022058 -0.036926 -0.004478 0.047501 0.042955 0.010398 0.04955 -0.038033 0.070116 0.052017 0.039892 -0.040671 -0.001871 -0.135686 -0.0673 0.09171 -0.082477 0.08615 -0.029355 0.045523 -0.04411 -0.005528 0.039442 0.007512 -0.010979 -0.004404 -0.014929 -0.085695 -0.091311 0.033406 -0.090666 0.011333 0.091275 -0.010365 0.053428 0.051381 -0.02433 0.023356 0.054186 0.078556 -0.026485 0.048675 0.117172 0.066549 0.096774 -0.060104 0.097565 -0.069984 0.198756 0.09383 0.000805 -0.027311 0.07075 0.040125 0.052636 -0.026282 0.11779 0.063894 -0.02369 0.029662 0.01498 0.018626 -0.000563 0.051658 0.077101 0.023429 -0.051389 0.035854 -0.010953 -0.065484 -0.05771 -0.021901 0.083609 -0.061693 0.016767 -0.061409 0.013261 0.03706 -0.011718 0.032597 -0.035015 0.036622 -0.019642 -0.092653 -0.105827 0.026489 0.082529 0.00508 -0.044062 0.001016 -0.060311 -0.038585 -0.058598 -0.015569 0.086544 0.06128 0.02533 -0.010915 -0.022355 0.052143 -0.060403 -0.048468 -0.020403 -0.022328 0.135107 0.057635 -0.046052 0.102134 0.057695 0.069282 0.039817 0.054999 0.007111 -0.093237 -0.057669 -0.077737 0.055846 0.065316 -0.00827 0.094109 -0.006629 -0.009273 -0.027484 -0.014673 0.038708 -0.010526 -0.028658 0.002083 -0.01021 -0.003793 -0.025031 -0.046542 0.039076 0.069098 0.011387 -0.071326 0.073251 -0.064947 -0.105661 0.04925 -0.083404 0.09087 -0.042432 -0.007065 0.032029 -0.04202 0.032507 0.018381 0.002909 -0.010316 -0.00934 -0.030733 0.012544 0.095706 -0.034311 0.023626 -0.031944 0.016466 0.018134 0.052398 -0.021421 -0.15133 0.027942 -0.007509 -0.029112 0.039327 0.003598 -0.011566 -0.005004 -0.02701 -0.000503 -0.002038 0.01336 0.027938 0.039534 0.07313 -0.00679 0.019608 0.029979 0.06491 0.070094 0.034412 -0.011536 -0.02678 -0.032155 0.024805 -0.022382 -0.00475 -0.023869 0.042974 0.045905 0.014565 0.037884 -0.032028 -0.024619\nỌ 0.024032 0.094648 -0.104716 0.056398 0.043499 -0.062447 0.033434 -0.00896 0.092555 0.011889 0.046047 -0.043667 -0.064366 -0.011187 -0.037484 -0.057768 0.018941 -0.009638 -0.009015 0.008304 0.044156 0.071771 0.02812 0.014337 0.085229 0.04265 0.076251 -0.025406 -0.111039 0.00033 -0.002354 -0.054692 -0.061178 -0.019959 0.100361 0.096638 -0.042921 0.031216 -0.019212 0.007732 -0.029535 -0.04522 -0.072142 -0.107014 0.04509 -0.016465 0.05143 0.017157 -0.051417 0.018431 -0.012281 -0.085442 0.058159 -0.010423 0.024226 -0.052572 0.030484 -0.083421 0.024815 0.081704 -0.008917 0.019107 0.092166 -0.000915 0.02958 0.056616 -0.023979 0.0993 -0.103712 0.073799 0.061267 0.068053 0.064557 0.007738 -0.006713 0.12485 -0.07429 0.03768 0.003268 0.056073 0.0076 0.051695 0.022142 0.199106 -0.08206 0.023178 0.002821 0.090609 -0.043523 -0.011114 0.072996 0.06992 -0.039235 -0.06766 -0.036571 0.009116 -0.055993 -0.110618 -0.061631 -0.063388 -0.036014 -0.030582 -0.054768 -0.032473 0.030332 0.057042 0.011921 -0.042426 0.032977 -0.008648 0.033214 -0.016631 -0.054636 0.036116 -0.00674 0.057349 -0.063955 -0.037436 -0.063525 -0.101201 0.087858 -0.053029 0.09242 0.014551 -0.001668 -0.08234 0.039781 0.037275 0.003032 -0.040553 0.018503 -0.014252 -0.087651 -0.039835 0.04066 -0.132548 0.019982 0.083002 -0.024391 0.013327 0.042708 -0.065239 0.016548 0.138937 0.084679 -0.039581 0.109772 0.113449 0.036726 0.144258 -0.018034 0.128024 -0.098547 0.27781 0.10064 -0.035821 -0.011976 0.090414 0.0917 0.033222 -0.03117 0.117025 0.045389 0.012488 -0.065588 0.040059 -0.033257 -0.091094 0.01134 0.053876 0.000301 -0.093856 0.049866 0.046258 -0.086325 -0.004315 -0.008225 0.106935 -0.007013 0.028944 -0.024171 0.045211 0.032439 0.06467 0.003993 -0.041303 -0.01305 0.022466 -0.117572 -0.106317 0.064287 0.071953 -0.002589 -0.096633 -0.007891 -0.132162 -0.043258 -0.036555 -0.00964 0.141074 0.032587 0.027269 -0.06461 0.006243 0.100792 -0.088243 -0.032707 -0.001448 -0.018409 0.1581 0.015129 -0.098528 0.067723 0.053551 0.051358 0.013282 0.058109 0.052448 -0.088103 -0.094501 -0.053288 0.060536 0.078031 -0.002681 0.092967 -0.017416 0.003317 -0.042268 0.008033 0.004316 -0.004778 -0.056739 0.014922 0.000226 0.035227 -0.013818 -0.03774 0.092965 0.115495 -0.01084 -0.077961 0.105501 -0.075859 -0.125566 0.054242 -0.091017 0.125308 -0.034087 -0.057607 0.019079 -0.104013 0.041345 0.029051 0.042793 -0.03081 0.02089 -0.008523 0.032583 0.072964 -0.020192 0.008007 -0.030364 -0.045267 0.012796 0.047918 -0.060509 -0.184741 0.03497 -0.005152 -0.015778 0.063043 0.038525 -0.041857 -0.043501 -0.018071 -0.022131 -0.001534 -0.006545 0.035004 0.071118 0.115418 0.030241 -0.009144 -0.062321 0.056283 0.077694 -0.002239 -0.053156 -0.104449 -0.005828 -0.007253 -0.082539 -0.05953 -0.010534 0.053726 0.078491 0.082955 0.123996 -0.071408 0.053936\n£ -0.026268 -0.027262 -0.195171 -0.114151 0.121487 -0.035088 -0.063298 -0.054696 0.172486 -0.068392 0.080312 -0.049094 0.03489 0.073981 0.119387 -0.162417 -0.032415 0.005457 -0.011786 0.083521 -0.028681 0.176089 -0.036133 -0.00426 0.107365 0.081261 0.006899 -0.167742 -0.039486 0.007532 0.000891 -0.015318 -0.030605 -0.032492 -0.008117 0.101911 -0.136851 0.047972 -0.087454 -0.013978 0.070954 0.040972 0.052906 -0.156974 0.101067 0.093866 0.102698 0.014568 -0.060648 0.067047 -0.064772 -0.070633 0.105006 -0.032627 0.097015 -0.115719 0.088297 0.065004 -0.02963 0.099407 -0.006318 -0.02423 0.09913 0.094107 0.061119 0.111052 -0.13595 0.163438 -0.168578 0.076613 0.038051 0.073527 0.035831 0.008253 0.038449 0.155313 -0.020328 0.079653 -0.018882 0.077995 0.028692 0.033954 -0.021595 0.088477 -0.090369 -0.019761 -0.003005 0.08636 -0.009755 -0.019978 -0.020566 -0.095243 0.028114 -0.067293 -0.019988 -0.001733 -0.093778 -0.083805 -0.014652 -0.154217 -0.114759 -0.011829 -0.05021 0.033689 -0.024716 0.070427 0.043546 -0.054449 0.019962 0.088292 0.037625 0.014206 -0.000654 0.006352 -0.013813 0.020976 -0.070331 0.022607 -0.174669 -0.11715 0.0109 -0.150606 0.030271 -0.024471 0.073884 -0.056612 -0.072007 0.037575 0.019282 -0.045878 0.127839 0.011758 -0.00664 -0.126189 0.038961 -0.09372 -0.052723 0.136871 -0.037749 0.059484 0.050288 -0.068735 0.037144 0.128243 0.137513 0.046734 -0.026124 0.127251 -0.028012 0.150121 -0.058412 0.103448 -0.064627 0.187297 0.052202 -0.055945 -0.007796 0.101863 0.05682 0.087032 0.071764 0.025474 0.085346 -0.093498 -0.037821 0.021604 0.046153 0.022913 0.068205 0.160385 0.022093 -0.114601 -0.077154 0.01347 -0.047453 -0.048549 0.043305 0.051085 -0.066072 -0.024676 -0.011883 -0.071972 -0.029897 0.012609 -0.017125 -0.072142 -0.046425 -0.110039 -0.164735 -0.090173 0.024947 0.063167 0.022329 -0.090692 0.096345 0.013344 -0.089243 -0.065767 0.089627 0.163084 0.116035 0.01822 0.02694 -0.044966 0.098545 -0.207411 0.003562 0.081384 -0.054268 0.239261 0.04958 -0.016534 0.146861 0.132873 -0.003098 0.029213 0.074564 -0.141093 -0.090318 -0.071732 -0.092578 0.040093 0.101729 -0.046498 -0.026614 0.015185 -0.120876 0.044507 -0.000439 0.014965 -0.057357 -0.053678 0.025703 0.027501 0.01949 -0.048702 -0.127214 -0.026604 0.245251 0.113495 -0.057441 0.01022 -0.085195 -0.126339 0.066516 -0.052083 0.102225 -0.007119 -0.045181 0.034775 -0.024458 0.102439 -0.049329 -0.02603 0.029368 0.035248 0.008498 0.021405 0.174977 -0.117777 0.04841 0.022649 -0.00553 0.117948 0.035626 0.003845 -0.169129 -0.04161 -0.07186 -0.008012 0.043992 0.136858 -0.028846 -0.076614 -0.099427 0.033924 0.017022 0.057295 0.069649 0.13286 0.048454 0.13747 0.029356 -0.003078 0.147896 0.113445 -0.029309 0.003424 -0.097644 -0.0338 0.069253 -0.048741 -0.127331 0.093456 0.038352 0.10287 0.003895 0.147145 -0.002466 0.13766\nỘ 0.001199 0.132307 -0.183516 0.028649 0.070821 -0.044259 0.031282 -0.013574 0.13703 0.03178 0.019795 -0.051937 -0.044898 -0.059971 -0.001275 -0.098868 0.024671 -0.022978 0.005568 0.005611 0.026092 0.066548 0.030096 -0.035757 0.122383 0.088774 0.074383 -0.050367 -0.154818 0.001161 -0.011073 -0.057134 -0.115759 -0.018371 0.132718 0.120671 -0.080305 0.021352 -0.045533 0.027191 -0.040577 -0.021919 -0.10257 -0.127423 0.044565 -0.05494 0.083045 0.024902 -0.107271 0.047687 0.022409 -0.062578 0.063826 -0.000575 0.047588 -0.067968 0.00521 -0.097198 0.043916 0.041488 -0.042677 0.02946 0.103964 -0.013381 0.063354 0.100859 -0.037251 0.089577 -0.145599 0.100808 0.08969 0.053962 0.067893 0.028787 -0.045493 0.133724 -0.081555 0.041962 0.033114 0.095623 0.01125 0.077934 0.017128 0.219562 -0.102652 0.037511 0.022783 0.089541 -0.093347 -0.01721 0.066779 0.1087 -0.062367 -0.060531 -0.075389 0.004205 -0.090905 -0.11488 -0.081115 -0.033628 -0.034186 -0.051966 -0.041318 -0.048933 0.048925 0.054054 -0.032998 -0.051779 0.032593 0.001205 0.036452 0.01233 -0.048655 0.059946 0.038292 0.092765 -0.075611 -0.015268 -0.132281 -0.097426 0.077948 -0.07743 0.08613 -0.00148 -0.010656 -0.086181 0.015816 0.047892 -0.04053 -0.048476 0.03793 -0.031253 -0.065327 -0.059106 0.022032 -0.171635 -0.002911 0.109522 -0.034282 0.027234 0.055855 -0.040926 0.05439 0.140882 0.082077 -0.071037 0.064242 0.13599 0.055702 0.148455 -0.060394 0.141207 -0.093899 0.365934 0.166091 -0.018181 -0.004526 0.101963 0.105447 0.049884 -0.037445 0.087277 0.054451 -0.011654 -0.032998 0.048804 -0.039224 -0.104365 0.035282 0.05831 0.003994 -0.109905 0.057862 0.074501 -0.114422 0.006599 -0.026844 0.116363 -0.001267 0.030312 -0.020767 0.080536 0.044387 0.047626 0.018081 -0.063515 -0.015203 -0.001182 -0.126792 -0.122884 0.117327 0.129633 -0.033954 -0.151299 -0.052419 -0.13889 -0.092346 -0.048549 0.02523 0.156662 0.077631 0.043363 -0.07397 -0.067955 0.105747 -0.099562 -0.021514 -0.027519 -0.053402 0.176166 0.05618 -0.079554 0.046842 0.037227 0.011805 -0.021605 0.091313 0.031088 -0.128103 -0.104131 -0.042547 0.134139 0.040931 -0.013813 0.099623 -0.011075 0.018781 -0.019028 -0.007062 0.028054 0.015613 -0.072968 0.004138 -0.016713 0.056396 -0.042746 -0.069353 0.095103 0.126289 -0.007034 -0.110275 0.136559 -0.109112 -0.128592 0.047499 -0.086258 0.160285 -0.030001 -0.069001 -0.021941 -0.108587 0.042484 0.067233 0.01814 -0.044777 0.012149 -0.010473 0.055389 0.108681 -0.056383 -0.028926 -0.023879 -0.040362 0.036013 0.061652 -0.08193 -0.199234 0.046515 0.01154 -0.053017 0.063535 0.045358 -0.057206 -0.082153 -0.033107 -0.030129 0.012292 0.011738 0.051203 0.058144 0.123567 0.004264 -0.033504 -0.067909 0.093122 0.120559 0.020785 -0.061779 -0.119916 -0.020177 0.022883 -0.103862 -0.082073 2.4e-05 0.052854 0.114429 0.105806 0.110871 -0.098237 0.025249\nÌ 0.031878 0.123843 -0.171677 0.033066 0.078812 -0.050881 0.07188 -0.013802 0.121513 0.003274 0.029086 -0.051041 -0.059555 -0.041628 -0.036572 -0.065748 0.047333 -0.018402 -0.010735 -0.008362 0.051706 0.069471 0.042865 0.020731 0.118508 0.082367 0.070453 -0.034066 -0.112774 -0.004158 -0.015581 -0.055492 -0.084851 -0.028583 0.129417 0.108334 -0.064129 0.014724 -0.038834 0.003809 -0.038572 -0.060602 -0.059222 -0.11355 0.044742 -0.059553 0.06747 0.042558 -0.071184 0.021938 -0.004556 -0.056046 0.069042 -0.018902 0.040893 -0.068991 0.016833 -0.131991 0.006676 0.036849 -0.048061 0.017653 0.126013 -0.001183 0.049984 0.072409 -0.008319 0.090748 -0.125636 0.095012 0.07309 0.069334 0.063941 0.013951 -0.039406 0.140551 -0.099787 0.02733 0.023794 0.070825 -0.002093 0.077391 0.015868 0.207666 -0.098687 0.066658 0.008764 0.097564 -0.068979 -0.015824 0.071123 0.091072 -0.038179 -0.078049 -0.028786 0.024372 -0.095541 -0.107348 -0.087833 -0.040437 -0.028326 -0.028146 -0.060059 -0.04452 0.055833 0.046983 -0.027741 -0.069266 0.053895 0.004222 0.026044 -0.015111 -0.063453 0.039813 0.001114 0.076408 -0.050871 -0.034535 -0.084449 -0.107453 0.090644 -0.058556 0.09963 0.016203 -0.011437 -0.121071 0.007905 0.026834 0.011847 -0.057441 0.032426 -0.039427 -0.096537 -0.034268 0.033961 -0.15989 0.006636 0.080078 -0.036337 0.016952 0.050439 -0.074102 0.047594 0.156955 0.079498 -0.058986 0.097044 0.134171 0.045187 0.144031 -0.021333 0.152665 -0.081392 0.328662 0.149657 -0.012109 -0.014992 0.125879 0.113716 0.026132 -0.041242 0.105199 0.035546 0.002844 -0.033899 0.028521 -0.059896 -0.124627 0.033754 0.029946 0.022663 -0.109585 0.037574 0.055194 -0.08979 -0.006435 -0.010547 0.091007 -0.011541 0.046609 -0.021547 0.057136 0.049793 0.045443 0.024899 -0.05244 -0.000169 0.026936 -0.128497 -0.133973 0.081042 0.103369 -0.008943 -0.122974 -0.05144 -0.143807 -0.032987 -0.022043 -0.00505 0.151265 0.050611 -0.001475 -0.076292 -0.044369 0.117945 -0.087444 -0.031108 -0.013503 -0.006268 0.177342 0.02433 -0.087191 0.051348 0.053973 0.039132 -0.017536 0.070765 0.046841 -0.091572 -0.114844 -0.029339 0.106266 0.0541 -0.023995 0.084872 -0.026852 0.006581 -0.026446 -0.023521 0.010109 -0.009787 -0.07353 0.012752 -0.004634 0.03148 -0.004475 -0.055553 0.089034 0.127194 -0.013918 -0.083337 0.14965 -0.126506 -0.136065 0.05177 -0.112112 0.158879 -0.045771 -0.062844 -0.005237 -0.118835 0.056282 0.040018 0.033106 -0.060976 0.039512 -0.00536 0.051984 0.061471 -0.047768 -0.021983 -0.041587 -0.054249 0.039972 0.048962 -0.065871 -0.169853 0.060024 -0.006518 -0.030966 0.051029 0.0317 -0.054894 -0.045344 -0.045179 -0.037935 0.005281 0.007249 0.045237 0.059501 0.139892 0.00407 -0.002968 -0.064853 0.069268 0.105273 0.029092 -0.076247 -0.087441 -0.013062 -0.008517 -0.089453 -0.099517 0.006748 0.071288 0.102789 0.119772 0.128851 -0.099294 0.044016\n° 0.027231 0.026595 -0.171448 -0.122498 0.098222 0.008954 -0.010343 0.007285 0.110504 -0.051871 0.102261 -0.036685 0.064923 0.082205 0.125586 -0.13308 -0.007133 0.012342 0.008755 0.058203 -0.039217 0.168785 -0.035336 -0.009685 0.11091 0.095643 0.020045 -0.070366 -0.009674 -0.050534 -0.041234 -0.047721 0.005415 -0.050021 0.069472 0.10047 -0.091751 0.039836 -0.083152 0.085809 0.028093 0.016045 0.030615 -0.166702 0.062345 0.010369 0.059791 0.015039 -0.054101 0.03532 -0.080218 -0.081607 0.125983 -0.021816 0.109561 -0.100561 0.038745 0.069358 -0.011687 0.114018 -0.051637 -0.085216 0.104287 0.133412 0.1043 0.089529 -0.128884 0.184422 -0.214751 0.122696 0.045942 0.065675 -0.020472 -0.03777 -0.042642 0.180388 -0.035043 0.064166 -0.00699 0.077971 -0.006402 0.018022 -0.002514 0.166063 -0.063229 -0.053149 0.018181 0.067497 0.013045 -0.071404 0.000845 -0.011531 0.004056 -0.071426 -0.045445 0.057485 -0.088675 -0.049801 -0.061702 -0.095629 -0.084699 -0.02309 -0.035044 0.020269 -0.018149 0.0957 0.047049 -0.06314 0.027759 0.07413 0.056801 0.008768 0.004115 -0.00094 -0.110838 0.037928 -0.093317 0.062134 -0.155056 -0.102163 0.048209 -0.096018 0.042889 -0.031687 0.079472 -0.090636 -0.056392 -0.02189 0.067781 -0.107227 0.1622 0.000943 -0.077287 -0.096982 0.038929 -0.086552 -0.020993 0.108002 -0.026626 0.058009 0.048642 -0.062055 0.081618 0.145757 0.187999 0.072782 -0.011886 0.173464 -0.020483 0.205126 -0.064238 0.089645 -0.041908 0.201581 0.057863 -0.078629 -0.035936 0.11252 0.05761 0.135363 0.078658 0.043242 0.061114 -0.129804 -0.046452 -0.025333 0.02306 0.010706 0.045716 0.166563 -0.003575 -0.168978 -0.055053 0.080828 -0.062836 -0.077638 0.030379 0.037861 -0.050225 -0.04589 -0.04499 -0.097187 -0.064075 0.009122 -0.056636 -0.084041 -0.007846 -0.071138 -0.187224 -0.101882 0.033018 0.136316 0.032762 -0.104703 0.08836 -0.007073 -0.120045 -0.079857 0.071849 0.200528 0.146465 0.024552 -0.016792 -0.051587 0.04728 -0.214763 0.059413 0.11162 -0.048209 0.197084 0.068832 -0.033331 0.151588 0.1248 0.031703 0.025704 0.099656 -0.142002 -0.067634 -0.097945 -0.148634 0.040038 0.051821 -0.070865 -0.010324 -0.010646 -0.134112 0.00565 0.019136 0.004456 -0.068041 -0.080395 0.065631 0.040438 -0.005366 0.065026 -0.113224 -0.03305 0.2258 0.111039 -0.092606 0.048983 -0.133993 -0.133434 0.068434 -0.048087 0.137442 -0.026387 -0.045182 0.09351 0.000322 0.071763 0.041723 -0.018744 0.005301 0.026884 0.059191 0.025099 0.150564 -0.051293 0.035951 0.03021 0.009517 0.09274 0.063024 -0.02404 -0.195464 -0.011163 -0.053859 -0.058208 0.06133 0.116738 -0.016182 -0.061974 -0.110482 -0.001009 0.043381 0.020665 0.005557 0.069241 0.032908 0.071959 0.019603 -0.052431 0.173913 0.126769 -0.013359 -0.045495 -0.124594 0.014877 0.105572 -0.089811 -0.105767 0.128933 0.124918 0.117399 0.037407 0.154612 -0.029131 0.099057\nẬ 0.01242 0.140458 -0.158609 0.049403 0.069439 -0.081678 0.066765 0.006525 0.140141 0.028332 0.04503 -0.036221 -0.061445 -0.018203 -0.002106 -0.087414 0.019405 -0.023691 0.011764 0.002856 0.052251 0.086813 0.025603 -0.007116 0.109284 0.072029 0.044763 -0.021395 -0.126803 0.007318 -0.022242 -0.037353 -0.103038 -0.016354 0.128076 0.089964 -0.074311 0.041456 -0.066121 0.021157 -0.051657 -0.03494 -0.093705 -0.140271 0.04203 -0.041241 0.050215 0.038099 -0.081161 0.040853 -0.000886 -0.058576 0.049586 0.000688 0.043686 -0.073964 0.006736 -0.080884 0.03104 0.063282 -0.042497 0.022612 0.119697 0.01459 0.05409 0.057677 -0.015174 0.094974 -0.129765 0.096242 0.060692 0.063134 0.066131 0.021481 -0.001744 0.138711 -0.102678 0.025137 -0.028115 0.070614 -0.018957 0.04548 0.016508 0.204719 -0.065618 0.057227 0.001715 0.139704 -0.070411 -0.005699 0.069976 0.099797 -0.042796 -0.059998 -0.047277 -0.008909 -0.063018 -0.116684 -0.067128 -0.041228 -0.027017 -0.036127 -0.035554 -0.019864 0.046033 0.049115 0.008185 -0.035566 0.00822 0.015169 0.012267 -0.017821 -0.069967 0.047313 -0.010554 0.078236 -0.068065 -0.009695 -0.122324 -0.083995 0.065994 -0.066389 0.088943 0.005189 -0.000626 -0.068132 0.027033 0.026273 0.002003 -0.062062 0.043127 -0.027316 -0.088964 -0.044399 0.043774 -0.180071 0.00519 0.115744 -0.024193 -0.00707 0.048894 -0.068632 0.077778 0.168938 0.06026 -0.041877 0.093644 0.157517 0.009315 0.144245 -0.035825 0.147469 -0.08703 0.321087 0.13388 -0.013907 0.029285 0.094008 0.099544 0.044345 -0.019693 0.099491 0.040655 0.031205 -0.073325 0.048626 -0.027135 -0.106205 0.038002 0.038515 -0.02027 -0.118322 0.07318 0.063729 -0.094523 -0.011624 -0.017924 0.09637 0.017634 0.041199 -0.01504 0.043715 0.070142 0.072374 0.003656 -0.068399 0.009122 0.039582 -0.11502 -0.122716 0.105442 0.090293 -0.009947 -0.104159 -0.064407 -0.129591 -0.055742 -0.035706 0.040524 0.15012 0.054626 0.023397 -0.06565 -0.028997 0.110239 -0.108882 -0.024958 0.000276 -0.035085 0.188968 0.042139 -0.082632 0.065812 0.062559 0.024215 -0.001189 0.056781 0.049786 -0.128619 -0.086612 -0.03769 0.100623 0.052511 0.010288 0.06832 -0.02227 -0.005665 -0.028747 -0.001909 0.014413 -0.026382 -0.08679 0.00716 0.020141 0.034578 -0.010791 -0.059484 0.094176 0.112679 -0.047971 -0.114685 0.102031 -0.093319 -0.145346 0.029586 -0.100962 0.174079 -0.031374 -0.082291 -0.019118 -0.095312 0.016687 0.053344 0.005414 -0.040361 0.009516 -0.008144 0.052778 0.096741 -0.050885 -0.03283 -0.001422 -0.024192 0.042963 0.021283 -0.024505 -0.204831 0.027819 -0.03113 -0.053888 0.060879 0.030462 -0.059865 -0.071232 -0.037974 -0.0102 0.006386 0.007054 0.044755 0.073754 0.144657 0.002494 -0.016433 -0.075514 0.085822 0.108054 0.028688 -0.066889 -0.123344 -0.008302 0.024487 -0.081006 -0.09284 0.021944 0.063015 0.099843 0.084969 0.124887 -0.079996 0.031571\n¼ -0.376729 0.421584 -1.874146 -0.3176 1.61848 -0.541646 0.919939 0.475809 0.7857 -0.432758 -0.775526 -0.387609 -0.724468 1.25845 -1.103085 -1.003052 -0.212302 -0.261648 0.187836 -0.448112 -0.130365 0.017582 -0.141204 0.752489 0.2175 -0.453781 1.3653 -0.620811 0.82482 -0.469625 0.338356 0.089888 -0.021372 -0.890214 1.482724 -0.890462 1.025791 -0.101141 -0.425837 -0.830511 -0.4032 -1.002012 -0.296338 -1.124668 -0.523004 0.16355 0.120302 0.414998 0.014103 -0.172453 0.597323 -0.46269 1.103551 0.27688 0.113609 0.535598 -0.147259 1.042988 1.717098 -0.704774 0.648035 -0.763508 0.948656 1.002088 0.111274 -0.656165 -0.903972 -0.756884 -1.187785 0.529059 -0.233209 1.030608 0.247409 -1.072503 0.240519 -0.446512 1.045726 0.60138 -1.167391 0.373797 -0.71355 -0.420302 -0.674527 0.715553 -0.543299 0.236633 0.086217 0.456261 -0.059321 -1.966649 0.219337 -0.804029 0.972049 -1.094867 -1.145399 -0.40393 -1.341711 -0.271814 -0.401239 0.385098 -0.419368 -0.331353 -0.503638 -0.131039 -0.28055 -0.26568 1.174036 0.835052 -0.059317 0.630099 -0.505368 0.197805 -1.028591 -0.412854 0.626302 -0.260972 -0.36875 -0.00953 -0.17478 -0.229013 -0.060807 0.623747 -0.355249 -0.666031 -0.195681 1.664169 0.136283 -0.033819 -1.983261 0.484918 0.081216 -0.980644 0.003843 -0.825682 -1.004227 -0.237489 0.428702 -1.303125 0.75924 -0.657778 0.464507 0.92468 -0.026473 0.174003 -0.445808 -0.661629 0.364348 -1.805704 -0.756829 0.043828 0.271324 0.434561 2.137263 -0.301835 1.440109 1.398622 -0.709589 0.842648 -1.012916 1.523785 1.019345 -0.377353 -1.278179 -0.440893 0.729201 -0.494572 0.850222 -0.727067 0.363501 -0.958807 0.134308 0.184698 0.217636 0.614139 0.402785 -0.232354 -0.575474 0.263261 -0.225098 -1.204489 -0.733982 1.122233 -0.456888 -0.12727 0.849104 -0.524117 0.487236 0.449679 -0.244017 0.669462 -0.075605 0.728691 -0.040958 -0.138556 1.041835 -0.007074 0.158617 -0.969811 1.210792 0.079302 -0.815188 0.572906 -0.437646 -0.541466 -0.789416 0.317395 0.10614 0.501075 0.663621 -1.118456 1.320611 -0.02906 -0.24701 0.765193 -0.560174 0.575459 0.029122 1.62536 1.267154 -0.069438 -0.429067 -1.805256 -1.337311 0.306652 -0.024919 -1.516988 -0.618914 0.76381 -1.479254 -0.033081 0.807561 -0.216609 0.788949 -1.427537 -1.652619 -0.741676 0.616741 -0.665973 0.353836 -1.365705 -0.489673 0.901068 -0.60443 0.034239 -0.278589 1.079978 0.271582 -0.721774 -0.100701 0.597254 -0.572984 1.666375 -0.915511 0.398324 0.76879 0.54468 -0.962868 -0.576337 0.672856 -0.348681 1.194093 -0.571372 0.423865 0.568458 -0.766075 -0.722284 -0.389529 -0.09698 0.092127 0.179512 0.707726 0.158521 -0.769175 -0.760518 0.597571 0.569538 -0.79777 0.416235 -0.391528 -0.543575 -0.354295 -0.795111 0.590277 -0.268364 -0.077479 0.072131 0.336486 0.133119 -0.067638 0.374497 -0.762648 0.532887 1.795226 1.236128 -0.002011 0.400717 -0.518897 0.357268 0.344769 0.593925\n` -0.24072 0.537546 -0.485714 -0.091891 0.50398 0.272465 0.02032 0.137015 0.376521 -0.218769 -0.064547 -0.325331 0.205611 0.003317 0.263755 -0.290572 0.061043 -0.325951 -0.054449 0.036916 0.209728 0.323777 0.226974 0.131605 0.096505 0.497734 0.127221 -0.164267 0.049771 0.108961 -0.143254 -0.526275 -0.348542 0.248725 -0.068239 -0.042925 -0.563717 0.278364 -0.43818 -0.03779 0.366117 0.082477 0.304267 -0.215943 0.001106 0.118549 -0.024794 0.107929 0.094427 0.243037 -0.152894 -0.089738 0.356286 0.112444 0.509584 -0.084688 0.295006 0.441856 -0.13841 -0.046385 0.00726 0.199133 0.080036 0.263159 0.040224 0.150062 -0.328408 0.19173 -0.395043 0.133163 -0.424529 0.077623 -0.167668 0.125498 0.044519 0.239343 0.034117 -0.04676 -0.098176 0.298019 -0.04639 0.051135 -0.205232 -0.219068 0.390285 0.117113 0.229305 -0.110581 -0.106643 -0.11287 -0.034862 0.097712 0.405982 -0.339399 0.047388 0.013649 -0.221691 -0.441744 0.119219 0.079473 -0.440159 -0.144925 0.082903 0.02412 -0.2885 0.245791 -0.458065 -0.52016 -0.048326 0.436387 0.573538 0.52014 -0.2531 -0.081219 0.128888 -0.154299 -0.184647 0.026893 -0.382163 -0.414328 -0.057877 -0.182093 0.115143 -0.027935 0.313689 -0.322114 -0.083027 0.284074 0.068186 0.134769 0.44702 -0.036318 0.172865 -0.198836 0.046645 -0.261622 -0.000763 0.151509 0.011765 -0.087509 -0.106885 -0.229648 0.446724 -0.050949 0.355807 -0.094587 0.061881 0.119435 0.001117 0.048198 -0.026479 0.245116 -0.166312 0.294158 0.036062 -0.155822 -0.508748 0.227714 0.249727 -0.215455 0.062906 0.143527 -0.054031 -0.103549 -0.065142 0.079004 0.213937 -0.146664 -0.023028 0.197646 0.224828 -0.375167 0.261344 -0.11516 -0.194547 -0.115064 0.045468 0.319636 -0.232722 -0.049354 0.170937 -0.438388 -0.275197 -0.318251 0.363494 -0.410627 0.153082 0.136178 -0.434582 -0.574403 -0.09999 0.049094 -0.328189 0.037758 -0.074156 -0.372882 -0.084553 -0.185268 -0.157272 0.206908 0.045316 -0.310079 -0.066109 -0.054965 -0.125303 -0.081077 -0.231461 0.333473 -0.044299 0.551611 -0.150563 -0.365479 0.27601 0.086988 0.443552 0.344358 -0.161115 -0.12994 0.002472 -0.290508 -0.051859 0.204998 -0.294645 -0.633125 0.029332 -0.1673 -0.126419 0.521809 -0.168836 -0.128522 -0.06312 0.003639 0.257518 -0.306638 0.228667 0.21425 -0.253501 0.007848 0.159353 -0.248035 -0.193368 -0.013876 -0.453185 -0.502393 0.353029 -0.528695 -0.011474 -0.557143 0.050106 0.195357 -0.115921 -0.075595 -0.240096 0.243344 0.233542 0.442651 -0.101061 0.249278 0.232817 0.118761 0.000273 -0.194167 -0.262452 0.039529 -0.134279 -0.149488 0.086186 -0.239648 -0.026395 -0.241971 0.093468 0.275986 0.187079 0.009142 0.147671 0.263371 0.121961 -0.138725 0.196896 0.760577 0.162047 0.302706 -0.088392 -0.039736 0.471576 0.311665 -0.255975 -0.00985 0.000528 -0.02109 0.620284 0.106991 0.036611 -0.024502 -0.061896 0.38168 -0.147639 0.385887 0.168357 -0.158069\nỶ 0.065466 0.06833 -0.036669 0.004109 0.128344 -0.091268 -0.016232 -0.010917 0.101301 0.04017 0.053816 0.044778 -0.106468 0.012523 0.045185 -0.08223 0.047157 0.015878 -0.015049 0.063637 -0.012748 0.13969 0.04621 0.023247 0.139168 0.110206 -0.013092 -0.118887 -0.094239 0.00461 -0.042094 -0.083452 -0.094357 0.007207 0.069178 0.058339 -0.097986 0.099727 -0.003158 0.076433 -0.052268 0.000875 -0.012599 -0.053874 0.037508 0.064608 0.113745 -0.071838 0.021238 0.009873 -0.018797 -0.007762 0.028432 -0.040205 0.068373 0.00163 -0.012552 -0.063447 -0.07222 0.086203 0.018221 -0.019544 0.050551 0.003545 0.019306 0.045326 -0.097269 0.090367 -0.127366 0.149761 -0.045437 0.028524 0.016849 -0.049724 0.019997 0.103203 0.007803 0.064461 -0.05652 0.064434 -0.00289 0.065177 -0.064163 0.115258 -0.102151 -0.0248 -0.006889 0.045626 -0.02711 0.022112 0.05263 0.073101 -0.021132 -0.149277 -0.042679 -0.038132 -0.040882 -0.098538 -0.053725 -0.082488 -0.014283 -0.025175 -0.036063 -0.039356 0.041526 0.092806 0.026861 -0.015422 0.12312 0.066305 0.021479 0.0012 0.035353 0.081256 0.035845 0.082697 -0.070595 -0.01645 -0.17789 -0.146565 0.117805 -0.043299 0.131476 -0.038326 0.114754 -0.113345 -0.032885 0.018041 0.003617 -0.007664 -0.00483 -0.018959 -0.169007 -0.061745 0.060289 -0.079683 0.012924 0.103562 -0.013522 0.049302 0.08809 0.018064 0.027209 0.100114 0.123203 -0.015944 0.088447 0.109839 0.07199 0.091695 -0.062182 0.078634 -0.022591 0.203848 0.054987 0.004211 -0.009557 0.053424 0.059817 0.02987 -0.029041 0.039723 0.085135 0.001574 -0.019896 0.021468 0.005225 -0.023172 0.048096 0.035328 -0.001397 -0.129832 0.021198 0.026902 -0.027257 -0.01794 -0.016603 0.039261 -0.026866 0.036147 -0.039595 0.014362 -0.001401 0.057897 -0.089055 -0.056315 -0.000629 -0.030216 -0.050758 -0.079066 0.02888 -0.006822 0.034332 -0.021494 -0.040122 -0.055854 0.026502 -0.022674 -0.021326 0.102999 0.015295 -0.006728 -0.030022 -0.024615 0.141689 -0.111287 -0.030514 -0.042233 0.025036 0.149815 0.025227 0.017909 0.004887 0.047797 0.061014 0.019777 0.085169 0.020409 -0.100183 -0.10657 -0.103218 0.033641 0.118341 0.018116 0.064195 0.044933 0.008701 -0.022545 0.028222 0.042863 -0.099979 -0.028409 -0.013024 0.010654 0.03322 -0.014649 -0.053578 0.085522 0.073829 0.011834 -0.083424 0.047594 -0.057032 -0.064271 0.010365 -0.081563 0.163669 -0.030319 -0.077873 0.045005 -0.008446 0.117524 0.03388 -0.047229 0.023677 -0.017264 0.01857 -0.007382 0.106324 -0.045095 -0.003532 0.029311 0.000158 0.077335 0.045554 -0.010422 -0.138614 -0.040521 -0.032507 0.023581 0.017051 0.032447 -0.032086 -0.007238 -0.117304 -0.010911 -0.031378 -0.014337 0.037415 0.039407 0.082717 -0.045448 0.003295 -0.074152 0.050121 0.113929 0.049829 -0.084106 -0.099726 -0.066942 0.001656 -0.029707 -0.004241 0.009122 0.033697 0.011244 -0.014954 0.129271 0.008439 0.064296\nỚ -0.02278 0.202414 -0.270391 0.025965 0.090084 -0.057668 0.065291 0.003657 0.18862 0.026481 0.01869 -0.055073 -0.05404 -0.042744 0.014179 -0.098573 -0.02158 -0.056391 0.018131 -0.038482 0.051547 0.089143 -0.00048 -0.019145 0.152911 0.094556 0.082343 -0.027369 -0.145812 0.01275 0.016029 -0.095247 -0.129549 -0.017969 0.179698 0.140629 -0.089155 0.013778 -0.087059 0.004554 -0.045277 -0.081615 -0.069417 -0.142986 0.055125 -0.052004 0.055769 0.053202 -0.102673 0.038457 -0.01471 -0.105449 0.070892 -0.034005 0.042978 -0.058818 0.014956 -0.085654 0.026678 0.030461 -0.016615 0.010055 0.116158 -0.00101 0.082344 0.117858 -0.029155 0.110881 -0.164423 0.150899 0.112358 0.095053 0.106455 0.015703 -0.101145 0.155727 -0.134785 0.022706 0.012095 0.086757 0.026568 0.080132 0.022615 0.235217 -0.137511 0.111386 0.031258 0.105875 -0.067196 -0.005616 0.052981 0.12522 -0.073984 -0.0728 -0.05319 0.037729 -0.075703 -0.152997 -0.104119 -0.022141 -0.038374 -0.056852 -0.063902 -0.088774 0.052026 0.086389 -0.02122 -0.054251 0.054973 -0.002037 0.063953 -0.005923 -0.060512 0.051245 0.016632 0.089883 -0.090305 -0.056843 -0.153417 -0.110941 0.090723 -0.062569 0.08532 0.008465 -0.018037 -0.100744 0.050268 0.063477 -0.072601 -0.054491 0.02104 -0.049837 -0.093193 -0.083546 0.041057 -0.191648 0.013781 0.124237 -0.034563 0.045408 0.053779 -0.037061 0.046677 0.131705 0.040918 -0.111921 0.067595 0.15973 0.063908 0.163706 -0.049762 0.137454 -0.121531 0.421426 0.152865 -0.013103 -0.0431 0.155076 0.110436 0.03626 -0.012428 0.069804 0.065349 -0.024005 -0.030917 0.069448 -0.06096 -0.144013 0.037574 0.057169 0.016103 -0.142967 0.067418 0.073159 -0.084993 -0.014898 -0.037746 0.105724 -0.021596 0.038997 0.005303 0.066372 0.052682 0.057237 0.04204 -0.04687 0.025022 0.028814 -0.167569 -0.122781 0.10151 0.115978 -0.010798 -0.144477 -0.017394 -0.140758 -0.096829 -0.077994 0.027008 0.168666 0.081914 0.042275 -0.10522 -0.077551 0.119688 -0.111132 -0.045122 -0.026594 -0.066862 0.208331 0.051306 -0.071615 0.057728 0.059089 0.01653 -0.027182 0.065256 0.053939 -0.14981 -0.093793 -0.050297 0.148059 0.041568 -0.02401 0.101749 -0.006358 -0.019366 -0.013604 -0.023333 0.009535 0.020821 -0.097917 0.049915 0.00464 0.038432 -0.05218 -0.065059 0.107754 0.114439 0.015097 -0.107963 0.167835 -0.124883 -0.167369 0.022513 -0.093508 0.185693 -0.058981 -0.083362 0.005911 -0.155474 0.050905 0.083271 0.01138 -0.075148 -0.022053 -0.044991 0.040641 0.123934 -0.068159 -0.052566 -0.052701 -0.066976 0.062079 0.063904 -0.08571 -0.232316 0.067589 0.053959 -0.010166 0.081723 0.051087 -0.07441 -0.07005 -0.045365 -0.040272 0.035503 0.017555 0.063412 0.075714 0.17173 0.023377 -0.070866 -0.064217 0.12105 0.150909 0.071057 -0.067022 -0.099739 -0.008385 0.074879 -0.086673 -0.102596 0.017938 0.036211 0.136333 0.140025 0.140827 -0.130357 0.054106\nŨ 0.077469 0.095516 -0.162172 0.017998 0.084469 -0.091244 0.107753 0.032571 0.064068 0.020318 0.020744 -0.033549 -0.102462 -0.021625 -0.09883 -0.054386 0.006754 -0.012848 -0.022894 -0.004738 0.096822 0.067512 0.050623 0.060537 0.075071 -0.007384 0.006933 -0.021056 -0.10462 -0.010242 -0.019179 -0.032157 -0.04106 -0.052368 0.119885 0.121791 -0.044618 0.071375 0.01217 -0.037219 -0.085955 -0.072109 -0.049627 -0.115725 0.031792 -0.064221 0.076399 0.048033 -0.063482 0.00615 -0.066498 -0.127707 0.087712 -0.039667 -0.021168 -0.067045 0.017906 -0.177914 0.0274 0.093725 -0.039363 0.054826 0.116657 0.036793 0.037219 0.028351 0.009219 0.087135 -0.110492 0.159595 0.031766 0.073244 0.099587 0.001133 -0.022315 0.195695 -0.08476 -0.009438 -0.041795 0.062176 -0.012294 -0.005802 0.049401 0.24081 -0.080975 0.015438 0.043406 0.113002 -0.071855 -0.005953 0.083208 0.092552 -0.002736 -0.106714 0.020251 -0.033541 -0.101666 -0.132624 -0.109948 -0.01075 -0.0212 -0.055278 -0.084642 -0.061777 0.08018 0.0405 -0.029884 -0.090774 0.01512 -0.034117 0.002925 -0.071621 -0.083171 0.0465 -0.04825 0.10911 -0.05189 -0.056464 -0.059719 -0.128354 0.05769 -0.066574 0.12458 0.034096 0.014001 -0.122426 0.039529 0.030827 0.09316 -0.013892 0.040591 -0.001443 -0.124232 -0.049621 0.10002 -0.106923 0.054721 0.040082 -0.045113 -0.046447 0.032738 -0.111154 0.03649 0.156017 0.090839 -0.036922 0.171398 0.172839 0.056479 0.188491 -0.0345 0.174179 -0.066634 0.259139 0.096262 -0.045597 -0.02387 0.122661 0.150919 0.102888 -0.045875 0.135635 0.025447 0.008091 -0.081834 -0.02357 -0.055921 -0.102934 -0.020406 -0.01049 -0.030314 -0.12207 0.038267 0.070742 -0.088847 -0.019511 -0.010496 0.103163 0.009292 0.060584 0.032898 0.037908 0.070702 0.059053 0.007315 -0.017492 0.021302 0.050191 -0.118945 -0.131317 0.05003 0.118646 0.044284 -0.09805 -0.064553 -0.202207 -0.005735 0.016029 -0.054414 0.178168 0.033743 -0.034141 -0.08524 0.028825 0.120632 -0.122089 -0.006361 0.016863 0.030948 0.180136 -0.021395 -0.182871 0.116709 0.062477 0.07526 0.028068 0.054783 0.100775 -0.092809 -0.13131 -0.053998 0.026974 0.102653 0.026694 0.063456 -0.01751 0.054321 -0.072297 0.02892 0.013701 -0.014637 -0.075618 -0.019743 -0.000497 0.028292 0.0091 -0.1274 0.05803 0.15011 -0.048602 -0.09674 0.136406 -0.12132 -0.151277 0.077337 -0.149626 0.171024 -0.058977 -0.061513 0.016879 -0.140963 0.077411 0.00117 0.077958 -0.013275 0.043958 0.056485 -0.008451 0.053699 0.03855 -0.015944 -0.01183 -0.074043 0.040461 0.05335 0.000162 -0.190056 0.008605 -0.066538 -0.037017 0.082387 0.037981 0.004508 -0.065641 -0.040871 -0.052317 0.007056 0.017174 0.017045 0.101396 0.181047 0.07725 -0.011653 -0.06494 0.047037 0.086235 0.012594 -0.105364 -0.167559 0.046468 -0.049474 -0.104838 -0.042985 0.015712 0.074361 0.040021 0.104421 0.194174 -0.070534 0.04424\n« -0.298478 -0.353646 -0.264403 -0.938724 0.673283 -1.102331 0.037611 0.922245 0.611538 -0.308613 -0.00051 -1.393345 0.293839 -0.222234 1.272664 -0.735857 0.214953 -0.300919 0.033546 0.698047 0.184063 0.486179 -0.378957 -0.171116 0.424439 0.169755 0.081523 -0.946251 -1.371781 -0.27412 0.205386 -0.408158 1.025335 -1.543247 0.332291 0.362203 -1.17105 -0.733456 -0.208752 -0.424666 0.066775 0.384245 0.306327 -0.489615 -0.51474 -0.222002 -0.098156 0.133396 -0.041983 -0.372537 -0.650081 -0.019362 0.220104 -0.776095 -0.201896 -1.27362 -0.840955 0.801455 -0.173608 0.743885 -0.201048 0.120209 0.171214 0.908902 0.860118 0.290568 -0.152229 -0.400549 0.577377 0.84916 -0.298324 -0.265215 0.265836 1.200909 -0.565697 1.278589 0.346394 -0.051879 -0.149994 0.13656 0.583773 0.386572 -0.049937 -0.332655 0.187691 0.197178 0.798441 -0.10125 0.143845 0.711619 -0.660143 -0.462378 0.342673 0.391308 0.878125 -0.061666 -1.16365 0.073506 -0.891744 -0.110178 -1.17831 0.310078 0.301385 -0.483125 -0.278643 0.377185 -0.183026 -0.282509 -0.166693 0.301677 1.578828 -0.305747 -0.336326 -0.179285 -0.840392 -0.044504 -0.686873 -0.239457 0.706239 -0.140427 0.089925 -0.570292 0.736397 0.933127 0.754937 -0.158267 0.923104 0.175238 0.299944 -0.941845 0.421737 -0.643115 -0.529825 -0.877169 0.392587 -0.504719 -0.566523 -0.201278 -0.695734 -0.510814 0.139328 0.225315 -0.144529 0.087262 0.625949 -0.027227 0.705184 0.353029 -0.698349 0.738066 -0.173962 0.260048 -0.453232 -0.00099 -0.458634 -0.546089 0.125717 0.673126 0.656642 0.166121 -0.384568 -0.621739 -0.405471 -0.60847 0.444763 -1.365116 0.213192 0.623375 -0.020457 0.697998 -0.051657 0.033284 -0.299047 -0.570895 0.129178 -0.527295 0.361158 -0.118651 0.760499 1.054002 0.615515 -0.005626 0.121903 -0.288627 -0.334722 0.348886 -0.245472 0.517466 -1.251673 -0.135756 -0.238476 -0.200564 -1.032241 -0.938138 0.553792 0.10513 -0.101279 0.344106 -0.309719 1.188758 -0.039935 0.171182 -0.314333 -0.809344 -0.136126 -0.238821 0.536001 1.448766 -0.192594 1.705499 -0.270699 -0.750563 0.509463 0.626444 0.049529 -0.448508 -0.697774 -1.30082 0.33319 -0.576944 0.509687 -0.18545 -0.058286 0.305432 -0.656468 -0.17121 -0.758563 -0.682916 -0.750554 -0.467969 0.809676 0.307227 1.080752 0.329324 -0.875736 0.408056 0.06512 -1.46895 0.889587 -0.201597 0.122013 -0.637873 0.009011 -1.121422 0.771806 -0.2722 0.180513 -0.529332 -1.155937 0.937515 -0.518441 0.681223 -0.084152 -0.145999 0.444117 -0.121504 0.149263 -0.140078 -0.138037 -0.178038 -0.144073 0.202609 -0.667903 -0.539383 0.782973 0.203861 -0.467024 -0.835208 -0.269041 -0.161385 0.287841 0.137049 0.707972 -1.194529 -0.12286 -0.43763 0.173412 1.148758 0.171072 1.365558 -0.936957 0.994251 0.008036 -0.348049 0.177661 0.571017 0.792014 -0.307904 -1.213509 0.030992 0.822553 -0.4199 -0.306787 0.309631 -0.09699 -0.248469 -0.073641 0.500866 0.176811 1.194703\nẸ -0.111947 0.123008 -0.208821 0.037409 0.053412 -0.037972 0.016219 -0.033737 0.154355 0.021605 -0.028237 -0.08289 -0.116957 -0.037656 0.035572 -0.048347 -0.025943 -0.057719 0.012263 0.045157 -0.018807 0.118971 0.031994 -0.03873 0.090244 0.095925 0.048219 -0.000847 -0.081084 0.02846 -0.008425 -0.043136 -0.099493 -0.041048 0.055244 0.060446 -0.132087 -0.049409 -0.018963 0.012354 -0.015628 -0.064499 0.005576 -0.0545 0.009873 -0.105078 0.044225 0.041101 -0.08639 0.012317 0.003219 -0.051533 0.037231 -0.027602 0.021023 -0.08443 0.03563 -0.092895 -0.002061 0.059848 0.009422 -0.007163 0.0213 0.042207 0.091942 0.130403 -0.011867 0.167413 -0.177688 0.038511 0.086997 0.07476 0.122674 0.037755 -0.080434 0.123965 -0.097581 0.06013 0.019025 0.065609 0.048711 0.087767 0.04064 0.202664 -0.075992 0.08115 0.003527 0.067789 -0.150502 -0.025673 0.070123 0.068379 -0.041456 -0.146815 -0.022441 0.013049 -0.07518 -0.129931 -0.072081 0.015014 -0.070601 -0.034857 -0.028587 -0.028273 0.04266 0.103591 -0.053131 -0.034204 0.096367 0.034899 0.060603 0.04262 -0.079249 0.075505 0.031588 0.079924 -0.031162 0.017011 -0.175286 -0.115518 0.110753 -0.018876 0.149621 -0.054177 -0.003142 -0.065102 -0.004061 0.076964 -0.086128 -0.086549 0.032254 -0.073064 -0.054311 -0.05717 0.040292 -0.139181 0.000867 0.130566 -0.068526 0.02232 0.047057 0.010532 -0.030413 0.139776 0.071439 -0.088273 0.062301 0.112466 0.064117 0.148825 -0.035647 0.170107 -0.108382 0.324158 0.161163 -0.051536 -0.001756 0.130786 0.11537 0.007884 0.00065 0.094012 0.122275 0.003413 0.056911 0.017657 -0.063304 -0.071257 0.098942 0.099165 0.058498 -0.079412 0.071565 0.038623 -0.084568 -0.013508 0.016447 0.10529 -0.088187 0.061539 -0.05821 0.094659 0.033996 0.014323 0.092402 -0.029138 -0.060487 -0.029895 -0.128554 -0.100296 0.065709 0.003725 -0.056631 -0.160161 0.019986 -0.059983 -0.107471 -0.106527 -0.03539 0.147327 0.026809 0.109592 -0.111139 -0.168479 0.08088 -0.077577 -0.04953 -0.016659 -0.024764 0.175946 0.041513 -0.122063 0.02962 0.087504 0.042692 -0.043266 0.077136 0.014939 -0.103375 -0.075851 -0.119039 0.112884 0.000299 -0.060138 0.133586 -0.026323 0.018607 0.017537 -0.031323 0.026971 0.130817 -0.072963 0.068283 -0.045637 0.07069 -0.060763 -0.128001 0.095636 0.166645 0.034288 -0.095327 0.126764 -0.094314 -0.098943 0.087928 -0.128204 0.107923 -0.032881 -0.070259 0.002739 -0.000573 0.019636 0.074623 0.069001 -0.046521 -0.052965 -0.090786 0.034674 0.124847 -0.082472 0.029464 -0.121146 -0.036868 0.030819 0.090404 -0.137918 -0.17352 0.071416 0.091035 0.012779 0.114973 0.077461 -0.124861 0.014032 0.023996 -0.019063 0.017376 0.016072 0.070752 0.043808 0.075154 -0.01437 -0.037982 -0.014463 0.094437 0.120122 0.072013 -0.012026 -0.077048 -0.073684 0.060749 -0.030735 -0.104796 0.035301 0.066867 0.081177 0.082946 0.104531 -0.09814 -0.057174\nỄ 0.026948 0.028543 -0.054945 0.046988 0.036862 -0.059915 0.071318 -0.005914 0.025679 0.008965 0.021631 -0.031042 -0.084868 0.011735 -0.051613 -0.008353 0.008288 0.009663 -0.020538 0.007254 0.043225 0.051622 0.032267 0.0131 0.024973 0.003664 0.026831 -0.005306 -0.051115 -0.004951 0.009528 -0.034678 0.00122 -0.024915 0.028168 0.09068 -0.013233 0.05796 0.014986 0.035452 -0.013861 -0.025845 -0.023897 -0.069518 0.022499 -0.029389 0.04355 -0.011603 0.012991 0.016652 -0.022666 -0.054166 0.053169 -0.022365 0.028992 -0.023289 0.022337 -0.074786 -0.003436 0.078617 -0.023722 0.009605 0.069496 0.025141 0.047166 0.024891 -0.006097 0.080098 -0.070541 0.081088 0.035919 0.06079 0.041343 -0.007735 -0.01236 0.102666 -0.052735 0.003028 -0.025331 0.024068 0.006104 -4e-05 -0.001787 0.15215 -0.030336 -0.011311 0.010558 0.100701 -0.028828 -0.012604 0.061472 0.030158 -0.010538 -0.063899 -0.021079 0.012262 -0.026309 -0.064671 -0.048214 -0.061134 -0.009544 -0.007474 -0.069007 0.007697 0.030702 0.035228 0.006199 -0.016162 0.005572 -0.019433 -0.004587 -0.016353 -0.04253 0.015047 -0.025556 0.031363 -0.054336 -0.013435 -0.005418 -0.097649 0.072629 -0.042549 0.073049 0.018718 -0.00305 -0.04805 0.027995 0.043245 0.074229 -0.028884 0.031784 0.003103 -0.08723 -0.010173 0.052081 -0.058019 0.01277 0.049462 -0.010022 -0.000144 0.036622 -0.05118 0.00263 0.08429 0.056235 -0.001871 0.091772 0.070966 0.060618 0.108712 -0.007835 0.123555 -0.057641 0.112338 0.032671 -0.031376 -0.001834 0.06399 0.067543 0.029298 -0.060572 0.111774 0.0355 0.026961 -0.026353 -0.019485 -0.027697 -0.042278 -0.010278 0.019669 0.00408 -0.096912 0.019296 0.048006 -0.049111 -0.020774 -0.007528 0.055672 -0.045476 0.019397 0.001615 -0.017342 0.026743 0.038561 0.002028 -0.007018 -0.014463 0.030952 -0.08406 -0.076708 0.038642 0.059867 0.029458 -0.041663 0.002486 -0.092169 0.00677 0.005056 -0.015596 0.111155 0.030789 -0.01984 -0.047396 0.051645 0.077104 -0.059401 0.003209 -0.011998 0.01946 0.101558 0.020689 -0.101196 0.098154 0.047367 0.061448 0.002174 0.055949 0.061959 -0.059486 -0.097838 -0.028043 0.024192 0.090392 0.026751 0.045488 -0.050624 -0.022729 -0.06809 0.017514 0.009613 -0.020267 -0.042138 0.009652 0.0005 0.012359 0.022868 -0.044674 0.021448 0.085897 0.002823 -0.093639 0.088946 -0.062499 -0.081778 0.031544 -0.097954 0.112668 -0.055027 -0.042443 0.019281 -0.060381 0.040487 -0.014264 0.038756 0.006927 0.036505 0.02716 0.008463 0.016791 0.014806 0.02927 -0.025554 -0.020126 -0.017644 0.073126 -0.015305 -0.102423 0.020375 -0.011973 0.009171 0.052654 0.035529 -0.032916 -0.024421 -0.043162 -0.005277 0.008197 -0.017645 0.013337 0.022624 0.097838 0.041822 0.026855 -0.000609 0.055513 0.042996 -0.010412 -0.050638 -0.049972 0.015961 -0.037028 -0.070608 0.003639 -0.013322 0.076791 0.028908 0.019737 0.09312 -0.009591 0.041928\n³ 0.00613 0.004166 -0.194998 -0.135685 0.083157 0.029215 -0.031153 0.033352 0.113837 -0.064379 0.043967 -0.078527 0.090232 0.101873 0.113199 -0.200912 0.012785 0.012082 -0.005232 0.052267 -0.022849 0.167046 -0.063948 0.048653 0.060117 0.015788 0.002046 -0.099015 0.025827 0.020066 0.014435 0.004649 -0.00108 -0.022577 0.084372 0.025248 -0.106648 0.055832 -0.02455 -0.035034 -0.024158 0.002059 0.055208 -0.178822 0.0711 0.105963 0.066791 0.033904 -0.025256 0.068163 -0.041683 -0.033444 0.043352 -0.023475 0.09387 -0.038154 0.060459 0.090876 -0.063548 0.056642 -0.01852 -0.004078 0.106983 0.095406 0.062191 0.04102 -0.12252 0.120286 -0.207786 0.06394 0.018972 0.114703 -0.001333 -0.062815 -0.006902 0.042085 -0.008931 0.037303 -0.072804 0.021736 -0.00802 0.042587 -0.055523 0.07739 -0.064538 -0.10949 0.007875 0.032869 0.015103 -0.085779 -0.009599 -0.054454 0.078721 -0.020785 -0.003907 0.024087 -0.052659 -0.119278 -0.045107 -0.102693 -0.047522 0.005507 0.004539 0.053568 0.005779 0.010479 0.034506 -0.054757 0.026466 0.074344 0.0379 0.012265 -0.006938 -0.020521 -0.025383 0.030773 0.019853 0.041384 -0.053411 -0.096925 -0.044574 -0.003548 -0.012962 -6.3e-05 0.069016 -0.044649 -0.029806 0.036611 0.004177 -0.034288 0.104339 -0.011622 -0.051483 -0.082842 0.010715 -0.095805 -0.028243 0.144448 -0.091779 0.056932 0.048679 0.005047 0.080599 0.123275 0.094064 0.064712 -0.080061 0.078062 0.013811 0.113915 -0.074001 0.016061 -0.015038 0.158196 0.0064 -0.081318 -0.029649 0.060006 0.01503 0.082738 0.054351 0.028691 0.055089 -0.14043 -0.00941 -0.020855 0.070342 -0.015313 0.115831 0.184412 0.027766 -0.16727 0.008873 0.061044 -0.046044 -0.094674 0.029097 -0.004425 -0.036717 -0.028437 -0.096815 -0.057678 -0.074803 -0.087776 -0.026557 -0.118804 -0.029337 -0.092928 -0.149158 -0.115229 0.008739 0.055406 0.046818 -0.080345 0.080415 0.026475 -0.098557 -0.061559 0.092632 0.105928 0.148664 -0.016845 0.031258 0.010827 0.070978 -0.210565 0.06867 0.07803 -0.017357 0.144347 0.090796 0.022415 0.163954 0.134532 0.037816 0.1158 0.101116 -0.077483 -0.03529 -0.064812 -0.147048 0.048202 0.09293 -0.049508 -0.021322 -0.06425 -0.129073 0.053141 0.011835 -0.046019 -0.072762 -0.042792 -0.022022 0.016539 -0.00728 0.005707 -0.142194 -0.044368 0.198441 0.075892 -0.040863 0.025277 -0.130337 -0.082353 0.0262 -0.027372 0.063838 -0.045301 -0.05591 0.056272 -0.037664 0.065463 -0.001986 0.034394 -0.00681 0.034652 0.039886 0.042705 0.14327 -0.103846 0.044699 -0.003411 0.060674 0.07454 0.010285 0.045814 -0.097131 0.002233 0.008259 0.000569 -0.005073 0.080578 -0.039968 -0.080527 -0.102727 -0.019318 0.059794 0.043897 0.013048 0.063492 0.074102 0.045007 -0.016349 -0.026223 0.126494 0.043404 -0.044369 -0.037838 -0.086228 -0.03968 0.086927 -0.033713 -0.034681 0.06992 0.12047 0.104118 0.015232 0.08803 0.042202 0.043005\nẦ 0.001748 0.131709 -0.166653 0.051976 0.071901 -0.069924 0.087357 -0.018254 0.101824 0.01591 0.032397 -0.04567 -0.069621 -0.030465 -0.028541 -0.075406 0.01809 -0.017523 0.007008 -0.003561 0.033088 0.069021 0.035205 -0.00082 0.116482 0.073441 0.070686 -0.047643 -0.120524 0.00869 -0.007979 -0.061403 -0.089258 -0.015562 0.129288 0.109676 -0.054379 0.039577 -0.045248 0.009021 -0.038502 -0.022051 -0.089265 -0.115101 0.037003 -0.033296 0.047403 0.034274 -0.063966 0.03113 -0.00325 -0.063612 0.075678 -0.005337 0.042239 -0.075679 0.037833 -0.111841 0.024782 0.05871 -0.028268 0.038356 0.104806 -0.008475 0.062091 0.06415 -0.026926 0.10142 -0.129319 0.119971 0.077823 0.074214 0.077445 0.012358 -0.02341 0.142773 -0.093495 -0.00124 0.005049 0.08198 0.01297 0.06107 0.032955 0.21653 -0.082786 0.036189 0.013613 0.095987 -0.062398 -0.035832 0.090661 0.092077 -0.063097 -0.087863 -0.04967 -0.000153 -0.079805 -0.111652 -0.082765 -0.03327 -0.026385 -0.045632 -0.046821 -0.050481 0.062403 0.070848 -0.009452 -0.044741 0.037247 -0.004401 0.023874 -0.025866 -0.052103 0.041245 -0.005198 0.081874 -0.080893 -0.034601 -0.087798 -0.13658 0.085786 -0.063962 0.12243 0.006249 -0.015415 -0.104255 0.016797 0.057995 0.019998 -0.044102 0.032227 -0.040641 -0.091863 -0.063449 0.052714 -0.165947 0.012793 0.107463 -0.058916 -0.006816 0.062829 -0.047964 0.032074 0.14648 0.089314 -0.055362 0.088602 0.142613 0.059705 0.176325 -0.044599 0.147711 -0.099731 0.327146 0.128283 -0.045684 -0.008888 0.108258 0.140715 0.051432 -0.034246 0.118786 0.045826 8.6e-05 -0.043367 0.046271 -0.040952 -0.112266 0.028483 0.047636 -0.00259 -0.131188 0.06171 0.058977 -0.083439 -0.007229 -0.007336 0.102581 -0.009695 0.040154 0.009145 0.056378 0.041858 0.069493 0.010938 -0.043299 0.003619 0.013872 -0.130882 -0.111607 0.080566 0.099174 0.000227 -0.117754 -0.059029 -0.151402 -0.060756 -0.034215 0.011372 0.145263 0.048849 0.033048 -0.098256 -0.01635 0.109217 -0.102556 -0.027431 -0.036681 -0.036383 0.17857 0.042871 -0.119521 0.068231 0.07602 0.058046 -0.024934 0.072066 0.054542 -0.129149 -0.094481 -0.034365 0.101132 0.058166 0.011295 0.0827 -0.023313 -0.011507 -0.046354 0.003365 0.011103 -0.005428 -0.07392 0.017886 0.001728 0.044271 -0.028478 -0.068222 0.084092 0.130857 -0.011261 -0.098331 0.118768 -0.105252 -0.145528 0.05776 -0.112483 0.145712 -0.032499 -0.078729 0.009668 -0.101345 0.039287 0.035806 0.026577 -0.035018 0.012383 0.011501 0.043743 0.091996 -0.035198 -0.011202 -0.048587 -0.043397 0.025658 0.059745 -0.073891 -0.186408 0.029477 0.006105 -0.049992 0.082789 0.040017 -0.047093 -0.077219 -0.046019 -0.036626 0.002407 0.028463 0.040668 0.06795 0.145164 0.01423 -0.011448 -0.042724 0.084684 0.11407 0.003696 -0.074657 -0.111761 -0.01082 -0.017189 -0.068626 -0.061161 0.021669 0.051052 0.085442 0.07367 0.133713 -0.087774 0.025906\nẶ -0.001401 0.109093 -0.158961 0.065491 0.068028 -0.041175 0.025403 -0.00143 0.115568 0.000764 0.027813 -0.050871 -0.069125 -0.062375 -0.045402 -0.042635 0.022731 -0.040171 0.01289 0.004792 0.029944 0.096008 0.023781 -0.009407 0.100161 0.046929 0.05772 -0.036506 -0.123418 0.009619 0.006324 -0.076857 -0.04241 -0.031863 0.158117 0.116649 -0.043163 -0.000159 -0.005059 0.042329 -0.024184 -0.042925 -0.032144 -0.069593 0.04912 -0.065184 0.032415 -0.000836 -0.069053 -0.000939 0.003308 -0.054284 0.079744 -0.027863 0.043727 -0.033643 -0.015305 -0.114784 0.066462 0.072789 -0.058814 -0.00377 0.107597 0.00483 0.079663 0.059514 -0.005543 0.097617 -0.128158 0.100773 0.091827 0.109102 0.057907 0.019887 -0.032724 0.121028 -0.058281 0.01152 -0.010475 0.070696 0.004804 0.071223 0.01862 0.183562 -0.103335 0.062509 0.023732 0.084936 -0.083917 -0.020798 0.049414 0.081229 -0.042569 -0.039974 -0.046263 0.014672 -0.061462 -0.089093 -0.062851 0.000897 -0.036771 -0.03228 -0.06409 -0.038142 0.076675 0.04597 -0.0051 -0.046882 0.040706 -0.005842 0.017966 -0.025841 -0.068471 0.026393 0.018482 0.035882 -0.057016 -0.044067 -0.091807 -0.078954 0.076541 -0.034347 0.09231 0.021927 -0.019573 -0.088793 -0.003849 0.070666 -0.021253 -0.058289 0.011449 -0.025839 -0.058902 -0.043114 0.055261 -0.136537 -0.012894 0.086165 -0.025414 0.023259 0.039748 -0.038548 0.02148 0.106175 0.075916 -0.054182 0.055284 0.077085 0.054506 0.104307 -0.02475 0.115497 -0.115319 0.293164 0.139953 -0.016322 -0.01087 0.115849 0.123119 0.044617 -0.035334 0.094077 0.032809 -0.009905 -0.013287 0.049225 -0.042023 -0.065608 0.05421 0.046492 0.032458 -0.09093 0.059534 0.040771 -0.096812 0.004209 -0.002118 0.093772 -0.029045 0.040252 0.001323 0.049215 0.043882 0.016066 0.042525 -0.033791 -0.025348 0.008201 -0.143674 -0.080833 0.069065 0.109319 -0.020508 -0.135889 -0.005834 -0.088675 -0.070597 -0.045246 0.016615 0.147583 0.051417 0.01095 -0.069164 -0.072014 0.095085 -0.081464 -0.030212 0.014028 -0.010344 0.131731 0.061568 -0.069197 0.032758 0.022817 0.001003 -0.024857 0.073512 0.028876 -0.091635 -0.068004 -0.064826 0.109106 0.06204 -0.030463 0.084404 -0.028309 0.007812 -0.035146 -0.025024 0.021427 0.018372 -0.053889 0.026736 0.000594 0.041881 -0.028086 -0.042319 0.068215 0.111399 0.008722 -0.108445 0.118813 -0.084247 -0.096853 0.064814 -0.068944 0.130895 -0.052353 -0.050703 -0.009416 -0.080102 0.025106 0.045252 0.019085 -0.022985 0.011842 0.002925 0.048713 0.092543 -0.061165 -0.019851 -0.028405 -0.045884 0.036578 0.043459 -0.068907 -0.142644 0.041016 -0.007752 -0.028688 0.025647 0.03398 -0.034478 -0.016259 -0.02495 -0.018626 0.024028 -0.013756 0.052718 0.04181 0.109783 0.019397 -0.016001 -0.052888 0.092182 0.109855 0.033355 -0.057357 -0.086852 -0.005421 0.015704 -0.061538 -0.060078 0.009166 0.031964 0.092842 0.102409 0.103647 -0.077779 0.002012\nỠ 0.034998 0.211846 -0.21009 -0.001565 0.180608 -0.060991 0.02724 0.026615 0.15451 0.091972 -0.002372 -0.069715 -0.045678 -0.047109 -0.020261 -0.028838 0.070427 -0.064145 0.035938 -0.010737 -0.0179 0.031815 0.049373 0.037526 0.24274 0.138627 0.054975 -0.019547 -0.187229 -0.049471 0.0319 -0.08942 -0.125931 0.044227 0.195959 0.221294 -0.063392 0.045621 -0.052858 0.034465 -0.089704 -0.037603 -0.091516 -0.074757 0.006558 -0.089434 0.051711 -0.048837 -0.134418 0.015673 0.003823 -0.096557 0.049722 0.016019 0.065977 -0.044555 -0.003032 -0.080599 0.036013 0.065602 -0.069918 0.018028 0.035125 0.017992 0.043025 0.212755 -0.079222 0.226799 -0.230004 0.194858 0.137102 0.062761 0.104488 0.057626 -0.121914 0.198262 -0.033148 0.09755 0.046813 0.123266 0.063305 0.111111 0.037882 0.31345 -0.165586 0.018292 -0.054388 0.134733 -0.143172 -0.082266 0.090098 0.143182 -0.209057 -0.120063 -0.123737 0.045749 -0.141967 -0.120967 -0.129036 -0.059829 -0.091604 -0.08432 -0.046155 -0.065711 0.001173 0.098095 0.022066 -0.04031 0.102609 0.087156 0.12105 -0.006492 0.009492 0.090051 0.019685 0.120458 -0.117249 -0.015284 -0.231822 -0.028783 0.077678 -0.071027 0.122734 0.003244 -0.038629 -0.124811 0.088413 0.06881 -0.133655 -0.061117 0.028206 0.016134 -0.101 -0.039011 -0.030181 -0.187926 0.01366 0.166283 -0.082709 0.031572 0.08002 -0.049848 0.038785 0.138457 0.157708 -0.035216 0.077389 0.148951 0.080418 0.10716 -0.101007 0.070418 -0.105861 0.443733 0.180611 -0.045408 0.016594 0.071169 0.110847 0.049734 0.020653 0.168042 0.052755 0.018624 -0.04361 0.056468 -0.113538 -0.139986 0.074635 0.09406 0.000704 -0.173525 0.198985 0.038071 -0.057816 -0.018756 -0.047323 0.132469 -0.011556 0.029124 -0.060302 0.068418 0.049481 0.028783 0.014794 -0.061592 0.01014 -0.038683 -0.194062 -0.206307 0.088809 0.176737 -0.073665 -0.247216 0.038465 -0.101682 -0.055305 -0.109747 0.067245 0.229572 0.112208 0.071937 0.029452 -0.152628 0.047509 -0.065718 -0.113834 -0.039828 -0.070346 0.197756 0.083686 -0.045863 0.01565 0.039519 0.056424 -0.048543 0.138631 0.026224 -0.22726 -0.103591 -0.062304 0.13296 0.080819 -0.098493 0.076004 -0.014978 -0.004991 -0.05455 -0.058818 0.082046 -0.021088 -0.038498 0.006853 -0.007468 0.077324 -0.058114 -0.062432 -0.011108 0.174391 0.100182 -0.12961 0.26183 -0.150715 -0.164671 0.035205 -0.190104 0.11556 -0.099323 -0.055558 0.112118 -0.150172 0.010563 0.124789 0.040689 -0.091558 -0.001042 0.031837 0.054385 0.084674 -0.129441 0.008404 -0.036358 -0.005394 -0.042052 0.111538 -0.167354 -0.256504 0.091932 0.023399 -0.021854 0.14868 0.062526 -0.033448 -0.141494 -0.080676 -0.058245 -0.01656 -0.002565 0.01117 -0.003721 0.14882 -0.098928 -0.056966 -0.107779 0.174614 0.158512 0.006069 0.00668 -0.05215 -0.125815 0.004277 -0.081723 -0.088422 0.046544 0.020605 0.044088 0.134554 0.148116 -0.217678 0.027657\nç 0.039075 -0.032517 0.032441 -0.045345 0.005496 -0.140864 -0.044727 -0.009397 0.038661 -0.033299 -0.015673 -0.009541 -0.006386 0.040596 -0.004744 0.013188 0.070353 -0.009001 -0.032548 -0.01396 0.090021 0.065953 0.045258 0.054695 0.105629 0.075741 -0.009121 -0.086619 -0.058473 -0.05358 0.027784 -0.049304 -0.050231 0.013151 -0.017682 0.056469 -0.161856 0.022554 -0.015945 0.207777 -0.020406 0.076335 0.006842 -0.09742 -0.058381 0.023425 0.079033 -0.084852 -0.000947 0.056957 0.016919 -0.019909 -0.009135 -0.098512 0.117786 -0.035123 -0.056813 -0.017556 -0.000923 0.114929 -0.024341 -0.041958 0.024207 0.064431 0.024091 0.003826 -0.015748 0.010384 -0.091475 0.071118 -0.034535 -0.029928 -0.112077 0.048895 -0.014574 0.154683 0.02658 0.104845 0.094723 0.060827 0.013447 0.106171 -0.00646 0.070867 0.060483 -0.076701 -0.010463 0.086485 -0.088652 -0.043761 0.101726 -0.018687 0.03096 -0.095075 -0.035362 0.080117 -0.054482 -0.066027 -0.037951 -0.079834 0.005658 -0.007044 -0.064634 0.090422 -0.09039 0.022622 -0.072436 -0.020418 -0.040469 0.118549 -0.005591 0.01059 -0.049171 0.036556 0.064915 -0.019918 -0.066073 0.090564 -0.1464 -0.016118 0.017777 -0.165163 0.119006 -0.04906 0.074009 -0.031907 -0.055735 -0.010225 0.081969 0.043357 0.023864 0.0095 -0.025131 -0.033601 -0.006892 -0.052221 -0.008343 0.109302 -0.058586 0.069101 0.052873 -0.000424 -0.007249 -0.009628 0.049021 0.008129 -0.019247 0.030915 0.027727 0.051878 -0.035278 0.095044 0.007211 0.112283 0.087479 0.051844 0.012712 0.004992 -0.016801 0.065983 -0.04086 0.08844 0.009529 -0.005971 0.020341 0.045048 0.070094 0.016372 -0.017642 0.15431 0.054873 -0.04304 -0.024593 0.066626 -0.060564 -0.044723 -0.000171 0.116155 -0.121281 0.051208 -0.039898 0.019913 0.011495 0.04743 0.043769 0.00058 0.071584 0.008018 -0.045965 -0.028098 0.019095 0.056835 -0.018855 -0.028956 0.077113 -0.011859 0.040713 -0.016437 -0.005434 0.022718 0.152626 -0.020645 0.07939 0.016329 0.018153 -0.020443 -0.026825 -0.026171 -0.035778 0.076046 0.011663 -0.054394 0.100274 0.024026 -0.007959 -0.00508 0.056728 -0.046595 -0.136861 -0.053066 -0.060358 0.002222 0.051112 0.016041 0.130507 0.002283 0.057055 -0.030109 -0.022853 0.095454 -0.049539 0.030779 0.061139 -0.006255 -0.002758 0.069995 -0.011531 0.078152 0.045742 0.092886 -0.083672 -0.039128 0.010338 -0.082929 0.063464 -0.034507 0.077031 -0.069387 0.071591 0.095103 -0.014955 0.058459 -0.037779 0.038347 0.042621 0.052848 0.03058 -0.025825 0.103745 -0.09045 0.142438 0.022962 0.04029 -0.024341 0.139471 -0.023794 -0.124648 0.031031 0.0314 0.033534 0.028562 0.03735 0.039087 -0.003958 -0.027151 0.097876 -0.019849 -0.066898 0.016131 0.090449 0.038465 -0.004728 0.073444 0.062572 -0.002826 0.049639 0.002016 0.018494 0.025053 -0.003957 0.021179 -0.08017 0.038704 -0.074465 0.033412 0.025219 -0.144558 0.0193 0.100316 0.017756\nÃ 0.005309 0.041256 -0.166046 -0.089703 0.128435 -0.00627 -0.023485 0.007417 0.121775 -0.05545 0.078908 -0.041642 0.013335 0.053933 0.120828 -0.145422 -0.041348 -0.008055 0.01183 0.088881 -0.023124 0.128949 -0.006583 0.009277 0.090247 0.082379 -0.012756 -0.10842 -0.00407 -0.008642 -0.035606 -0.041332 -0.030542 -0.0259 0.008043 0.065371 -0.120004 0.072592 -0.058468 -0.00419 0.017268 0.014717 0.048526 -0.145498 0.071913 0.029766 0.065916 0.031061 -0.04703 0.062359 -0.054748 -0.060141 0.119248 -0.007985 0.080589 -0.08613 0.049803 0.033406 -0.026302 0.055981 -0.028951 -0.03315 0.104936 0.061006 0.04383 0.090239 -0.116751 0.183993 -0.171953 0.070096 0.022963 0.08763 0.055818 -0.010436 -0.011112 0.13896 -0.027247 0.051648 0.012089 0.075692 0.01292 0.068214 -0.031411 0.11018 -0.101183 -0.038135 0.003546 0.02944 -0.024972 -0.050035 -0.017376 -0.027541 0.02364 -0.048841 -0.008844 -0.013617 -0.085593 -0.077227 -0.062098 -0.110305 -0.084843 -0.01458 -0.032339 0.013244 -0.009651 0.106752 0.031787 -0.083575 0.044922 0.078199 0.059712 0.03604 -0.005212 0.002046 -0.060773 0.072183 -0.042988 -0.005028 -0.145078 -0.148515 0.031872 -0.137588 0.07339 -0.009194 0.071114 -0.076013 -0.049049 -9.8e-05 0.054974 -0.063308 0.101999 0.013326 -0.036152 -0.091582 0.051362 -0.103689 0.015168 0.133663 -0.048618 0.035494 0.058484 -0.043665 0.044034 0.145314 0.148279 0.021994 0.001533 0.145129 0.008866 0.160347 -0.092849 0.094356 -0.052462 0.215137 0.04567 -0.087334 -0.031232 0.115142 0.098949 0.055786 0.009893 0.04588 0.081998 -0.078043 -0.046206 0.012683 -0.02057 -0.01104 0.019674 0.118073 0.032966 -0.101639 -0.037079 0.043556 -0.043231 -0.053584 0.040617 0.033714 -0.038198 -0.015364 0.011088 -0.068564 -0.048085 -0.001482 -0.016346 -0.102097 -0.028077 -0.081378 -0.160196 -0.11682 0.02198 0.049056 0.017114 -0.084712 0.057655 -0.016246 -0.037654 -0.060513 0.060221 0.175564 0.13042 -0.011342 -0.002938 -0.052941 0.091067 -0.154654 0.018238 0.07523 -0.050486 0.213088 0.037849 -0.044187 0.123149 0.13914 0.03503 0.050733 0.07113 -0.089703 -0.088718 -0.082765 -0.099212 0.097086 0.081674 -0.045509 -0.007695 -0.020728 -0.074478 0.000247 -0.015926 -0.012464 -0.036685 -0.045277 -0.008467 0.009716 -0.004955 0.007639 -0.097495 -0.020071 0.188745 0.095082 -0.054257 0.052749 -0.090436 -0.1363 0.035627 -0.08679 0.10182 -0.028885 -0.01952 0.073078 -0.045752 0.057523 -0.004469 -0.020949 0.027071 0.013007 0.021334 0.013686 0.1356 -0.069162 0.02562 0.022756 -0.031764 0.070483 0.017338 0.003303 -0.130001 -0.033117 -0.041771 -0.03404 0.070627 0.103691 -0.014574 -0.055653 -0.092505 -0.010831 0.03988 0.072296 0.026179 0.117223 0.068689 0.083506 0.02538 -0.000339 0.14402 0.111657 -0.024996 -0.020141 -0.084223 -0.016719 0.100788 -0.049912 -0.127826 0.090496 0.10837 0.088622 0.053637 0.163276 -0.026813 0.068123\nỬ 0.016492 0.198092 -0.213882 0.030439 0.105639 -0.025496 0.031981 -0.046754 0.150387 0.041954 0.033065 -0.060717 -0.073533 -0.037308 -0.016331 -0.147852 0.01658 -0.064106 0.033781 0.016403 -0.004573 0.105733 0.038532 0.036721 0.137538 0.071964 0.095516 -0.039969 -0.142278 0.015003 -0.018808 -0.081685 -0.125338 0.025674 0.189007 0.140507 -0.095244 0.036935 -0.047605 0.011456 -0.079803 -0.04059 -0.093678 -0.144002 0.064177 -0.063441 0.039724 0.009922 -0.111814 0.01253 0.021112 -0.072184 0.114489 0.003803 0.062693 -0.094598 0.043975 -0.114166 -0.029978 0.040497 -0.04252 0.025781 0.061765 -0.002476 0.086462 0.15413 -0.065952 0.179936 -0.172605 0.146513 0.15759 0.117501 0.096362 0.012821 -0.050411 0.179614 -0.090389 0.015673 -0.003401 0.154351 0.053618 0.147737 0.025967 0.298505 -0.128387 0.084739 0.027954 0.089476 -0.118482 -0.079595 0.131341 0.122243 -0.140936 -0.12061 -0.094756 -0.00042 -0.091476 -0.153207 -0.134429 -0.037259 0.003246 -0.062502 -0.070271 -0.044513 0.067081 0.049023 0.013218 -0.052954 0.083243 0.036511 0.054573 0.041773 -0.056327 0.107199 0.011511 0.100842 -0.07653 -0.065046 -0.163168 -0.137427 0.095488 -0.083975 0.146663 0.01641 -0.048767 -0.118449 0.037115 0.059963 -0.095801 -0.095107 -0.002525 -0.029233 -0.07605 -0.116034 0.07991 -0.218183 0.032434 0.156037 -0.078389 0.06385 0.139168 -0.022087 0.028917 0.172817 0.121138 -0.050608 0.105359 0.174236 0.103332 0.16251 -0.044285 0.122359 -0.143548 0.420595 0.133382 -0.023739 0.043134 0.115459 0.116547 0.052665 0.017663 0.112954 0.040253 0.008017 -0.040193 0.128541 -0.073264 -0.104655 0.039518 0.07573 -0.00891 -0.107536 0.092999 0.045052 -0.10674 -0.037606 0.001991 0.102758 -0.016457 0.036906 -0.072391 0.089966 0.055984 0.075909 0.020435 -0.029899 -0.000967 -0.022722 -0.143251 -0.146526 0.095006 0.129271 -0.086666 -0.202895 -0.019183 -0.109163 -0.051469 -0.09141 0.077524 0.213117 0.047424 0.038579 -0.053488 -0.097898 0.067567 -0.135805 -0.034181 -0.059506 -0.058233 0.198022 0.057249 -0.097843 0.06027 0.139158 0.086185 -0.031865 0.135343 0.020942 -0.172841 -0.070497 -0.022756 0.143375 0.088615 -0.030489 0.145644 -0.02662 0.017298 -0.054968 -0.066928 0.032163 -0.012547 -0.0729 -0.028122 -0.009589 0.089729 -0.006902 -0.04761 0.089236 0.158921 0.018134 -0.109527 0.198065 -0.142138 -0.198468 0.007535 -0.117609 0.147103 -0.029512 -0.078186 0.079763 -0.111203 0.023958 0.130915 -0.017995 -0.101997 -0.01199 -0.037502 0.078609 0.179641 -0.053589 0.007262 -0.028111 0.00739 0.015545 0.07365 -0.135792 -0.198322 0.072783 0.036987 -0.071096 0.131239 0.105743 -0.060285 -0.133464 -0.064264 -0.015026 0.033167 0.032024 0.030862 0.007575 0.148323 -0.045244 -0.03898 -0.08055 0.105157 0.169698 0.076662 -0.007529 -0.094483 -0.065344 0.016368 -0.065508 -0.06373 0.004806 0.041404 0.087683 0.125659 0.135792 -0.17456 0.060355\nỸ -0.029641 0.136024 -0.164897 0.065057 0.116002 -0.006864 0.076139 -0.026522 0.154492 -0.007056 -0.003129 -0.069764 -0.120835 -0.04931 -0.03444 -0.093724 0.007155 -0.02525 -0.054122 0.013181 0.104405 0.054019 0.014695 -0.000104 0.096152 0.0041 0.148381 -0.066236 -0.107148 -0.016821 -0.080114 -0.028682 -0.079073 0.026721 0.084006 0.140624 -0.028529 0.063839 0.018442 -0.009165 -0.121581 -0.093255 -0.071867 -0.143474 0.066662 -0.018596 0.08771 -0.008167 -0.084152 0.06528 0.056436 -0.107137 0.043504 0.026365 0.083345 -0.012794 0.037965 -0.184644 0.102053 0.102516 -0.007296 0.063117 0.160805 0.061305 0.122957 0.11485 -0.012908 0.156904 -0.112892 0.054891 0.053836 0.108486 0.115408 -0.034306 -0.010043 0.134457 -0.102883 -0.038042 0.0065 0.06592 0.058449 0.034491 0.110155 0.236097 -0.085696 0.01817 0.008098 0.14387 -0.090218 -0.067198 0.118179 0.172261 -0.030607 -0.112152 -0.03009 0.019591 -0.096828 -0.120634 -0.053572 -0.069693 -0.022271 0.012362 -0.021086 -0.033431 0.05314 0.03912 -0.002899 -0.10014 0.034728 0.015947 0.060958 -0.014646 -0.109131 0.021286 -0.078667 0.131764 -0.107812 -0.023094 -0.138667 -0.162242 0.108709 -0.06351 0.164389 0.026783 0.041817 -0.100001 0.050467 0.095091 0.029899 -0.078413 0.022971 0.022324 -0.177921 -0.085646 0.092048 -0.10598 0.006367 0.073879 -0.002692 -0.021296 0.035587 -0.074702 -0.026721 0.157143 0.100931 0.008107 0.14226 0.153522 -0.047079 0.163004 -0.053603 0.118091 -0.131859 0.35383 0.0769 -0.02593 -0.022799 0.129324 0.18239 0.0054 0.002892 0.122733 0.086353 0.028561 -0.143016 -0.00414 -0.031963 -0.09852 0.008049 0.024183 0.045634 -0.122046 -0.004547 0.037532 -0.051326 0.041915 -0.073886 0.126879 0.005769 0.0374 0.009465 0.005198 0.050908 0.01946 -0.018388 -0.111995 -0.019297 0.065851 -0.19399 -0.18715 0.095681 0.083906 -0.004618 -0.117522 0.038012 -0.181042 0.002018 0.004477 -0.032549 0.117955 0.050613 0.026925 -0.061764 0.003462 0.128854 -0.052893 0.030119 0.025135 0.009567 0.260493 -0.035293 -0.106654 0.042842 0.102335 0.120611 0.050193 0.036596 0.050969 -0.039515 -0.07293 -0.093834 0.019374 0.121072 0.001322 0.086523 -0.034773 0.031359 -0.009175 0.097434 0.045758 0.007513 -0.071304 -0.027376 0.042346 0.058698 0.046843 -0.111488 0.067347 0.176012 0.009922 -0.155822 0.113355 -0.11765 -0.093438 0.066946 -0.141638 0.173293 -0.031411 -0.07154 -0.01492 -0.11113 0.033073 -0.001166 0.062441 0.003015 0.05108 0.065115 0.009467 0.055013 0.014431 -0.052845 0.015496 -0.063881 0.024246 0.045149 -0.050331 -0.247361 0.056093 -0.055708 -0.05823 0.09816 0.061654 -0.108178 -0.178864 0.035046 -0.063366 0.027449 -0.04745 0.036696 0.132043 0.213521 0.07478 -0.019365 -0.10055 0.152168 0.148304 -0.006223 -0.041299 -0.089934 -0.049681 0.054664 -0.088244 -0.008766 -0.016372 0.033921 0.124162 0.074638 0.169639 -0.141866 0.075311\nẼ 0.012241 0.243707 -0.400975 0.137645 0.189993 -0.068166 -0.105568 -0.215979 0.22349 0.103318 0.01135 0.005378 0.004515 0.00993 -0.147779 -0.103186 -0.032232 0.003654 -0.010907 0.043666 0.201852 -0.002677 0.195268 0.01189 0.247787 0.198582 0.153513 -0.142564 -0.273379 -0.062014 -0.015233 -0.102598 -0.296585 0.095584 0.153231 0.14437 -0.203818 0.033556 -0.009168 -0.038686 0.064718 0.012804 -0.141891 -0.176422 0.206721 0.004432 0.056546 -0.074259 -0.271929 -0.015714 0.184377 -0.206849 -0.014213 0.13283 -0.047126 -0.034755 0.062027 -0.272948 -0.02337 -0.05918 -0.164894 0.133266 0.002916 -0.044921 0.062537 0.266855 0.068615 0.070495 -0.14557 0.142566 0.186418 -0.013554 0.13967 -0.035142 -0.089007 0.214234 -0.198595 0.0583 0.12775 0.197453 0.117718 0.071243 0.129477 0.159511 -0.051587 0.258441 0.037349 0.114505 -0.081142 -0.0111 0.116068 0.10714 -0.019839 -0.04691 -0.191679 0.092447 -0.089352 -0.272961 -0.193741 -0.013341 -0.034973 -0.175034 -0.063071 -0.062432 0.189877 0.136338 -0.112396 -0.252568 -0.093615 0.146898 0.143473 0.021042 -0.067016 0.065137 0.220941 0.154106 -0.058361 -0.170927 -0.362945 -0.148462 0.154655 -0.084663 0.245217 0.107281 -0.039404 -0.130292 0.139756 0.175864 -0.204247 -0.045194 0.08608 -0.078653 -0.068241 -0.168597 0.012448 -0.187956 0.062487 0.12985 -0.030062 0.151974 0.173763 -0.047816 -0.068641 0.174874 0.194065 -0.202865 0.139457 0.272786 0.048972 0.299894 -0.183907 0.077816 -0.182096 0.505135 0.343852 -0.07196 -0.163629 0.173713 0.193536 0.103608 -0.04975 -0.03457 0.090551 0.0257 0.044854 0.239368 -0.10861 -0.092301 0.112213 0.225434 0.210072 -0.190405 0.190279 -0.031935 -0.131186 0.106575 -0.024234 0.142864 -0.087815 0.009306 0.178773 0.176079 -0.026255 0.030979 0.025689 0.052921 -0.018574 -0.011952 -0.221634 -0.201352 0.203733 0.193562 -0.005156 -0.176578 -0.071211 -0.324036 0.014908 -0.082475 0.021341 0.167332 0.11198 -0.079834 -0.005283 -0.306342 0.232689 -0.212746 -0.151408 -0.125479 -0.121978 0.366362 0.014106 -0.173175 -0.087972 -0.17857 -0.127413 -0.204766 0.154884 0.025674 -0.082298 -0.136699 -0.003468 0.216791 0.146587 -0.173838 0.072383 0.041433 0.160317 -0.014062 -0.057632 0.09721 0.141721 -0.043914 -0.024212 -0.008908 0.162387 -0.040008 -0.041729 0.060631 0.120934 0.102653 -0.143312 0.280381 -0.288615 -0.111657 0.099432 -0.140585 0.253611 -0.00993 -0.048023 0.122423 -0.188483 0.051986 0.033708 0.122514 -0.140989 -0.170713 -0.075093 0.002021 0.082052 -0.102811 -0.007067 0.047925 -0.272974 0.213602 0.161117 -0.153112 -0.15916 0.153325 0.003588 -0.011743 -0.013295 0.138675 -0.122214 0.047948 -0.076165 -0.171071 0.061303 0.001432 0.160094 0.120857 0.268019 -0.070179 0.106633 -0.097751 0.101503 0.078702 0.036373 -0.013456 -0.038206 -0.109681 0.018126 -0.1721 -0.330625 0.051377 -0.119386 -0.083782 0.197843 0.205954 -0.2895 0.165365\nÒ -0.0068 0.121191 -0.164494 0.03893 0.17097 -0.08338 -0.027453 -0.012961 0.16029 -0.041355 0.043624 -0.026648 0.010981 -0.056524 0.043997 -0.075719 0.074258 0.026834 -0.03864 -0.012548 0.098735 0.171022 0.057527 -0.013336 0.143567 0.198721 0.117342 -0.086975 -0.267861 0.059556 0.031919 -0.066444 -0.172403 0.007719 0.211489 0.214466 -0.09444 -0.013114 -0.153881 0.065717 -0.055913 0.040638 -0.186503 -0.257755 0.079404 -0.062388 0.092579 0.087973 -0.056594 0.079824 -0.008783 -0.122997 0.008905 -0.055443 0.068411 -0.119688 0.015871 -0.115486 0.088996 0.027053 -0.127269 -0.028863 0.141744 0.017364 0.134179 0.064075 -0.011027 0.059575 -0.208648 0.150493 0.053766 -0.03433 0.01484 0.01173 -0.024448 0.136982 -0.150741 0.024216 -0.02625 0.111767 0.003294 0.083367 0.081894 0.257219 -0.098041 -0.002301 0.00668 0.186674 -0.129765 0.007363 -0.0051 0.073194 -0.029378 -0.099667 -0.089526 0.1034 -0.067728 -0.155511 -0.085209 -0.0243 -0.09518 -0.151387 -0.119128 -0.078691 0.011133 0.128894 -0.032178 -0.010596 -0.001706 0.020887 0.004118 -0.060311 -0.074859 0.076433 0.06462 0.061978 -0.046341 -0.004935 -0.183255 -0.075185 0.047089 -0.106132 0.110583 -0.047077 -0.000791 -0.081783 -0.03105 0.061205 0.000584 -0.026701 0.127498 -0.000811 -0.021253 0.016546 -0.026821 -0.248217 -0.02422 0.180771 -0.053625 0.08975 0.099936 -0.157266 0.166528 0.16603 0.057814 -0.085151 0.000867 0.13623 0.007713 0.186037 -0.084573 0.244356 -0.1401 0.462915 0.212292 -0.02631 0.117478 0.184246 0.131048 0.122272 0.010228 0.1133 0.009699 -0.011692 -0.057303 0.133675 -0.019586 -0.163734 0.054961 0.064233 0.020956 -0.201896 0.138455 0.114674 -0.151634 0.023289 -0.024127 0.17932 0.000552 0.015477 -0.039492 0.068809 0.108486 0.150145 0.013954 -0.101221 0.035517 -0.004891 -0.125617 -0.100855 0.152185 0.2081 -0.015437 -0.212827 -0.021453 -0.1766 -0.141878 -0.107366 0.042302 0.10632 0.1213 0.058714 -0.0124 -0.052183 0.15576 -0.115289 -0.097494 0.026533 -0.076123 0.191219 0.071738 -0.095804 0.034024 0.047433 0.014354 -0.061459 0.090698 0.012091 -0.19844 -0.077869 -0.093652 0.170295 0.011122 -0.095854 0.089542 0.022807 -0.032561 0.023017 0.077929 0.101017 -0.096232 -0.089358 0.067191 -0.032089 0.0854 -0.064532 -0.128576 0.131026 0.126907 0.016152 -0.17827 0.188473 -0.099975 -0.180761 0.066455 -0.157178 0.216951 -0.08459 -0.148447 -0.099653 -0.226611 0.047371 0.06232 0.09795 -0.011532 0.029889 -0.003562 0.096347 0.098913 -0.067803 -0.045491 0.020538 -0.05025 0.078614 0.047672 -0.043502 -0.269738 0.041092 -0.061062 -0.028751 0.046588 0.033309 -0.037835 -0.083505 -0.083805 -0.012666 0.02755 -0.025779 0.08229 0.021276 0.197108 0.077867 -0.080136 -0.064398 0.163754 0.145465 -0.005067 -0.061324 -0.184641 -0.004983 -0.022354 -0.125153 -0.169467 -0.007114 0.056481 0.15389 0.080557 0.12486 -0.137347 -0.000601\n× 0.301641 0.57564 -0.21674 -0.286414 0.015426 -0.778388 -0.136399 -0.058016 0.708102 0.522638 0.176804 0.41205 0.117855 0.329587 -0.45427 0.198466 0.2586 -0.238156 -0.19678 -0.059524 0.663268 0.052078 0.296876 0.2454 0.197911 0.180865 0.003494 0.40329 -0.205112 -0.176797 0.033024 0.170324 0.34171 -0.129913 -0.02424 0.16301 0.53871 -0.155161 -0.753092 -0.404 0.11107 -0.011662 -0.383691 -0.726234 -0.341067 0.4283 0.419498 0.252483 -0.092888 -0.496346 0.108944 -0.356952 -0.179693 0.035505 -0.187757 -0.398223 -0.300284 0.228042 -0.371786 0.42038 0.039572 -0.332001 0.17631 0.371552 0.274818 0.566202 -0.235008 -0.398493 -0.216914 -0.001526 -0.186058 0.81771 -0.542904 0.368334 0.39505 0.31884 -0.112422 0.97921 -0.262846 -0.085361 -0.034676 -0.181374 -0.090704 0.624038 -0.415918 -0.461324 -0.158513 0.104774 0.06213 0.274344 -0.048204 0.343989 -0.192983 -0.196142 0.274384 -0.013083 0.026148 -0.181406 0.35697 0.354815 -0.164243 0.11532 -0.021254 0.420608 -0.558572 0.504982 0.236611 -0.014134 -0.496863 0.154934 -0.209176 0.116031 0.124452 0.029569 -0.070047 -0.181262 -0.119786 0.089403 -0.149398 -0.654375 0.271498 0.072414 -0.699669 0.318129 -0.100289 0.002115 0.053937 0.31163 0.623348 0.115372 0.306485 -0.630867 0.014826 -0.064358 0.3103 -0.246555 -0.657196 0.055732 0.224331 0.510214 0.745907 -0.327564 0.093744 0.369318 0.098785 0.115086 -0.151515 0.149794 0.765068 0.434486 -0.472467 0.465931 -0.482472 0.423439 0.295352 0.405328 -0.016009 0.332323 0.326272 0.78438 0.802236 0.222352 0.403882 -0.26642 0.421097 0.496112 0.850728 0.198308 0.68598 0.162834 -0.150188 -0.02439 -0.045719 0.176012 0.145802 0.24413 -0.002128 0.566208 0.506557 -0.421568 -0.040036 -0.6451 0.392482 0.297216 -0.36843 -0.119667 0.801426 0.301401 -0.733762 -0.021579 -0.17957 0.470648 0.402312 -0.140166 0.796032 0.368101 -0.009262 -0.454628 0.46332 -0.323996 0.234131 0.135114 0.291149 0.08838 -0.687662 -0.543048 -0.421674 0.163843 0.053062 0.00732 -0.006209 -0.140752 0.358464 -0.154459 0.348361 0.285992 -0.06235 0.449389 -0.067732 -0.145214 -0.183462 -0.293138 -0.152918 -0.524569 -0.18742 -0.05274 -0.453896 0.130868 0.052634 0.266758 -0.370956 -0.396692 0.332094 -0.150406 0.730894 0.012855 -0.268401 -0.006454 1.246862 -0.313796 -0.645921 -0.025902 -0.139045 -0.490704 0.366716 -0.18019 -0.175494 0.116562 -0.3448 -0.303464 0.038904 -0.04446 -0.304406 -0.170267 -0.439848 0.239545 0.121314 0.201592 -0.34696 -0.73391 -0.441626 0.307635 -0.03393 0.856154 -0.042425 -0.129407 -0.444797 0.520636 -0.599744 -0.857877 -0.515783 -0.068864 -0.246775 -0.270862 0.015299 0.39037 -0.506742 -0.339186 0.465084 0.347028 0.353682 0.180057 0.135356 -0.828665 0.043294 0.227586 -0.326698 -0.319594 -0.43676 -0.094112 -0.243593 -0.373228 -0.110026 -0.054123 0.212758 0.177226 -0.227472 0.588146 0.099087 0.155094\nÙ 0.048433 0.110643 -0.133146 0.042625 0.078355 -0.070032 0.072807 0.000187 0.096195 0.007497 0.061859 -0.038615 -0.09182 -0.00234 -0.053173 -0.052093 0.029577 -0.023747 0.007464 -0.010613 0.092669 0.056628 0.024867 0.047107 0.085906 0.044549 0.036643 -0.021219 -0.084392 -0.005751 0.011328 -0.056762 -0.055925 -0.014559 0.094462 0.067846 -0.013796 0.075352 -6.8e-05 0.000216 -0.06758 -0.06175 -0.063589 -0.132056 0.062285 -0.046913 0.05042 0.035965 -0.052783 0.014167 -0.03121 -0.090491 0.091725 -0.017531 0.009902 -0.053402 0.058267 -0.112918 0.027255 0.038754 -0.015657 0.02194 0.127445 0.008983 0.010846 0.012743 -0.021668 0.102032 -0.124268 0.096227 0.042513 0.053484 0.064552 -0.014376 0.004363 0.152133 -0.079079 0.005259 -0.02064 0.047231 -0.020441 0.032375 0.012677 0.216468 -0.086159 0.044073 0.035979 0.078629 -0.050475 -0.007941 0.076619 0.096316 -0.004549 -0.076044 -0.002797 0.01391 -0.085188 -0.082556 -0.058712 -0.027082 -0.023802 -0.00252 -0.060971 -0.033942 0.020853 0.054178 0.006356 -0.041493 0.052803 -0.007505 0.000553 -0.033837 -0.069566 0.0342 -0.016041 0.078963 -0.066608 -0.037691 -0.072248 -0.11856 0.042287 -0.054881 0.107551 0.032416 0.013359 -0.069724 0.012965 0.043453 0.044931 -0.018849 0.033846 -0.022274 -0.091298 -0.053999 0.058469 -0.124107 0.051046 0.091038 -0.019746 -0.052861 0.032674 -0.085403 0.024711 0.130095 0.102312 -0.018679 0.110347 0.141305 0.015452 0.173697 -0.041488 0.150827 -0.0611 0.252157 0.083518 -0.041355 -0.017225 0.087758 0.12641 0.024935 -0.05341 0.129566 0.045708 0.020454 -0.063761 0.01891 -0.057684 -0.079932 0.025731 0.033071 -0.008493 -0.116708 0.053289 0.057707 -0.083808 -0.055628 -0.026377 0.050576 -0.002789 0.019374 0.006441 0.018324 0.022159 0.048267 0.000259 -0.035558 -0.031063 0.013164 -0.142216 -0.142844 0.080009 0.1051 0.011116 -0.077397 -0.02353 -0.155541 -0.032921 0.002624 -0.02119 0.153258 0.02533 -0.034887 -0.054532 -0.002727 0.119853 -0.068854 -0.00779 0.012875 -0.01602 0.175415 0.020948 -0.11543 0.087851 0.045026 0.057095 -0.004761 0.069781 0.105294 -0.117808 -0.11826 -0.081425 0.071051 0.073074 0.027171 0.062865 -0.029729 0.04275 -0.066087 0.034099 0.029865 -0.021341 -0.060104 -0.006133 0.031199 0.033581 -0.007508 -0.086439 0.088323 0.125401 -0.04165 -0.093501 0.091815 -0.10014 -0.160266 0.050604 -0.120825 0.150785 -0.072414 -0.045835 0.029989 -0.100933 0.050152 0.039963 0.029078 -0.004187 0.045263 -0.028138 0.038775 0.043576 -0.013999 0.003983 -0.025222 -0.034593 0.025863 0.032161 -0.00983 -0.187092 0.034889 -0.035603 -0.05647 0.069795 0.07385 -0.045388 -0.04277 -0.055433 -0.042089 0.019968 -0.023462 0.012667 0.068265 0.164197 0.068603 0.009437 -0.076073 0.092938 0.070817 0.029287 -0.069704 -0.139772 -0.003827 -0.025569 -0.119912 -0.04534 -0.006412 0.083427 0.063157 0.077897 0.125774 -0.087703 0.044956\nỮ -0.030114 0.121444 -0.195636 0.049985 0.07952 -0.067149 0.074975 -0.030336 0.125186 0.012998 0.02433 -0.069432 -0.069805 -0.054286 -0.049244 -0.096388 0.050676 -0.042246 -0.005265 -0.014244 0.026414 0.07546 0.04588 0.00023 0.13323 0.071619 0.092004 -0.026402 -0.13793 0.029598 0.007516 -0.078421 -0.137151 -0.020999 0.117838 0.107258 -0.106931 0.03461 -0.046115 0.028025 -0.001673 -0.059917 -0.064743 -0.104638 0.057633 -0.050303 0.095502 0.038022 -0.106716 0.052061 0.003122 -0.065847 0.071767 0.00477 0.052966 -0.060713 0.014172 -0.137872 0.009626 0.042872 -0.029204 0.007103 0.110337 -0.026433 0.068358 0.085225 -0.026439 0.116147 -0.160087 0.107597 0.105629 0.045713 0.107633 -0.008557 -0.074245 0.131026 -0.111166 0.049946 0.004517 0.100011 0.025279 0.056711 0.063007 0.229034 -0.099894 0.043215 0.027677 0.087302 -0.082207 -0.001221 0.08766 0.135311 -0.035122 -0.085182 -0.057026 0.009904 -0.087182 -0.144188 -0.083716 -0.031553 -0.050211 -0.030705 -0.027266 -0.060094 0.057556 0.096788 -0.030335 -0.061229 0.036945 -0.014673 0.056512 0.004095 -0.05297 0.055499 -0.006434 0.097887 -0.064308 -0.031621 -0.10219 -0.068904 0.071069 -0.047259 0.114967 -0.000882 -0.03839 -0.118035 0.01869 0.063612 -0.030558 -0.042401 -0.010089 -0.035715 -0.101842 -0.077484 0.051093 -0.179537 -0.000448 0.108131 -0.031291 -0.007528 0.061102 -0.098143 0.041047 0.175556 0.070992 -0.072302 0.126376 0.15679 0.09103 0.139515 -0.043006 0.154123 -0.096794 0.351108 0.152349 -0.06117 -0.02835 0.133266 0.15818 0.031248 -0.038898 0.127125 0.044651 0.029642 -0.055786 0.056467 -0.080001 -0.140542 0.035853 0.035906 0.024504 -0.117639 0.06407 0.073835 -0.096017 -0.025241 -0.003112 0.109346 0.001645 0.054039 -0.030435 0.031053 0.065146 0.010676 0.015505 -0.066591 -0.043827 0.022879 -0.143175 -0.123815 0.080709 0.109651 -0.014873 -0.158769 -0.015419 -0.169494 -0.067949 -0.030542 0.003723 0.141075 0.073377 0.022278 -0.114696 -0.076183 0.101196 -0.090902 -0.049622 -0.020827 -0.030311 0.202926 -0.018582 -0.091266 0.028354 0.045876 0.07338 -0.020547 0.095145 0.030184 -0.095309 -0.094863 -0.08406 0.089481 0.069724 -0.006798 0.094148 -0.06192 -0.020673 -0.017517 -0.001821 0.003084 -0.009636 -0.101234 -0.011428 -0.008458 0.054724 0.011212 -0.082343 0.091268 0.139068 0.008691 -0.097933 0.14409 -0.120195 -0.120679 0.052978 -0.123329 0.162301 -0.073135 -0.082242 -0.014442 -0.144155 0.028926 0.025316 0.062807 -0.03992 0.042568 -0.023154 0.071019 0.097854 -0.06075 -0.037715 -0.076541 -0.053285 0.029063 0.048493 -0.093161 -0.214886 0.086941 -0.013094 -0.022515 0.102081 0.02718 -0.045077 -0.090323 -0.026796 -0.065227 0.027456 0.004279 0.038288 0.063319 0.148373 0.018758 -0.031735 -0.073275 0.082422 0.114077 -0.007769 -0.059483 -0.095967 -0.021808 -0.015451 -0.081296 -0.065638 0.024197 0.021295 0.137083 0.126533 0.116258 -0.095753 0.028948\nỊ 0.009465 0.146561 -0.169061 0.041013 0.043104 -0.050382 0.060568 0.011062 0.101728 0.01267 0.020616 -0.033018 -0.073202 -0.024898 -0.05573 -0.112713 0.029984 -0.012775 -0.011221 -0.017819 0.033841 0.088356 0.005519 0.012694 0.111446 0.079263 0.069865 -0.037321 -0.116107 0.008658 -0.012551 -0.06935 -0.093108 -0.03935 0.141256 0.111684 -0.083954 0.033998 -0.01119 -0.009525 -0.026151 -0.032234 -0.072554 -0.131806 0.055515 -0.051689 0.076233 0.048273 -0.092298 0.042036 -0.021373 -0.084741 0.084602 -0.016931 0.046434 -0.059678 0.022803 -0.123246 0.021718 0.045284 -0.019718 0.025519 0.123797 0.003709 0.083062 0.078748 -0.031838 0.120396 -0.149147 0.117337 0.061393 0.069043 0.089306 0.005154 -0.047912 0.117983 -0.10336 0.007463 -0.01202 0.083176 -0.00598 0.072469 0.056377 0.233687 -0.094948 0.034886 0.028024 0.09605 -0.069398 -0.011133 0.095461 0.082978 -0.056582 -0.077744 -0.057715 -0.009383 -0.096829 -0.152058 -0.086759 -0.016763 -0.030443 -0.032563 -0.040433 -0.05566 0.052655 0.05166 -0.016435 -0.05729 0.062857 -0.017842 0.025494 0.022704 -0.082 0.069748 -0.000755 0.098499 -0.06315 -0.050312 -0.098587 -0.109188 0.092661 -0.061002 0.123839 -0.014535 -0.01472 -0.11987 0.004464 0.044751 0.00675 -0.065241 0.034959 -0.032361 -0.103049 -0.070688 0.060397 -0.16225 0.007995 0.089714 -0.058195 0.01278 0.08372 -0.05899 0.052171 0.160764 0.08827 -0.062661 0.087757 0.155187 0.054436 0.182233 -0.049948 0.150396 -0.107824 0.330936 0.144077 -0.046447 -0.004845 0.128806 0.149958 0.037839 -0.039697 0.144773 0.0393 0.013485 -0.025659 0.026893 -0.046182 -0.106127 0.013305 0.028222 -0.003212 -0.116169 0.05878 0.077852 -0.099916 -0.01055 -0.018414 0.101998 0.00643 0.059081 0.003238 0.059581 0.031962 0.072039 0.015465 -0.056808 -0.000308 0.019127 -0.143051 -0.124887 0.078115 0.106776 -0.007963 -0.108304 -0.03088 -0.14491 -0.051019 -0.029858 0.011069 0.142244 0.083256 0.023467 -0.108767 -0.035675 0.118184 -0.107618 -0.01645 -0.029174 -0.02874 0.189668 0.030303 -0.114486 0.088773 0.095476 0.050118 -0.031961 0.080062 0.034009 -0.117107 -0.089114 -0.028331 0.137662 0.050339 -0.005598 0.103884 -0.029721 -0.011046 -0.030568 0.006731 0.017713 0.012715 -0.078872 0.052142 0.008733 0.053961 -0.033117 -0.080782 0.086538 0.134416 -0.028091 -0.111108 0.125483 -0.108876 -0.149579 0.052335 -0.109608 0.163479 -0.073302 -0.095182 0.005708 -0.101652 0.036677 0.05404 0.053602 -0.030676 0.038608 -0.008773 0.035399 0.116875 -0.03338 -0.017248 -0.012652 -0.064483 -0.005118 0.053729 -0.07253 -0.208382 0.059187 0.001702 -0.052949 0.074074 0.057831 -0.047408 -0.078507 -0.051828 -0.036148 -0.008107 0.038607 0.04663 0.073668 0.162742 0.019772 -0.030524 -0.046024 0.11125 0.11111 0.013022 -0.093126 -0.122102 0.008733 0.007557 -0.085179 -0.068209 0.012484 0.085352 0.103904 0.113006 0.129423 -0.097803 0.040103\nỲ 0.037171 0.025313 -0.105133 0.065763 0.051998 -0.054387 0.063336 -0.025437 0.035133 0.024653 0.023005 0.002002 -0.105442 0.01499 -0.103183 0.013427 0.020541 -0.013904 0.018655 0.042132 0.084453 0.05071 -0.005596 0.038877 0.074412 -0.047926 0.045071 -0.035615 -0.075864 -0.035439 -0.025455 0.007564 -0.042484 0.003311 0.074699 0.075853 0.021302 0.084866 0.005971 -0.006081 -0.055927 -0.058221 -0.059435 -0.105191 0.079702 -0.029621 0.082314 0.000539 -0.027949 0.002938 -0.020876 -0.037926 0.08123 0.057097 -0.000925 -0.017987 0.018413 -0.148648 0.055304 0.079851 -0.009921 0.051536 0.095679 0.037592 0.079003 0.0118 0.006811 0.105574 -0.093764 0.078292 0.043587 0.010382 0.094466 -0.028559 -0.025286 0.111599 -0.058953 -0.0465 -0.071927 0.023111 0.04091 -0.033463 -0.001719 0.212882 -0.05036 -0.031779 0.0343 0.098139 -0.00299 0.013217 0.085108 0.079298 0.038673 -0.089591 -0.002102 -0.003291 -0.065413 -0.06054 -0.076936 -0.091071 -0.021704 0.01814 -0.061231 -0.014015 0.049447 0.044823 -0.007192 -0.020883 0.06613 -0.010458 -0.043563 -0.054158 -0.043122 -0.003826 -0.032206 0.042466 -0.045595 0.000835 -0.006018 -0.064907 0.092229 -0.062034 0.123253 0.012842 0.022499 -0.056484 6.1e-05 0.071371 0.035817 -0.024568 0.028711 -0.007638 -0.109653 -0.054494 0.039333 -0.069054 0.01998 0.017172 -0.028829 -0.025863 -0.009546 -0.10392 -0.024399 0.138262 0.095148 -0.009748 0.136445 0.134121 0.036889 0.161567 -0.037422 0.110484 -0.059452 0.136912 0.041019 -0.001337 -0.006457 0.069037 0.145066 0.015554 -0.023715 0.112473 0.044498 0.059157 -0.056128 0.009275 -0.029273 -0.080447 0.00266 0.026561 -0.008862 -0.137814 0.008835 0.045037 -0.05824 -0.02921 -0.049238 0.103984 -0.005415 0.029116 0.011069 0.009357 0.05732 0.017803 -0.021292 -0.018977 -0.019797 0.077623 -0.086914 -0.100556 0.042722 0.057115 0.04845 0.007096 0.004823 -0.141837 -0.027681 0.035829 -0.043675 0.089344 0.020665 -0.052539 -0.099134 0.10185 0.107426 -0.041071 -0.008742 -0.010912 0.014781 0.13584 -0.000359 -0.125039 0.065893 -0.011231 0.090257 0.005758 0.035121 0.069538 -0.047276 -0.111028 -0.012102 0.02067 0.133918 0.045525 0.050749 -0.039938 0.009003 -0.049135 0.069624 -0.028327 0.03429 -0.033643 0.029987 0.003289 0.022106 0.002376 -0.085271 0.086839 0.094396 0.028664 -0.081792 0.127524 -0.069052 -0.091163 0.080826 -0.10832 0.151228 -0.061258 -0.0338 0.006458 -0.130851 0.044512 0.001024 0.061678 0.00478 0.062404 0.016249 -0.072583 0.029964 0.027989 -0.008402 0.003045 -0.02228 0.0015 0.067732 0.013679 -0.116294 0.026415 -0.027313 0.018479 0.057006 0.065356 -0.030293 -0.063071 -0.006799 -0.016387 0.016911 -0.037961 0.037007 0.098103 0.114678 0.123416 0.00761 0.001709 0.071864 0.074189 -0.046786 -0.065789 -0.136671 -0.023453 -0.059136 -0.086337 -0.012101 -0.018545 0.050534 0.048437 0.029456 0.114094 0.013739 0.097706\n¾ -0.096251 0.219689 -1.551458 -0.357601 1.280068 -0.140938 0.501183 -0.415537 0.568739 -0.530057 -0.965661 -0.348107 -1.109435 1.077869 -0.596846 -1.163825 0.058498 -0.477667 -0.099334 0.466752 -0.063936 0.140189 -0.256209 0.507322 -0.354977 0.07076 0.763566 -0.653601 0.29106 -0.808208 0.111497 -0.652878 -0.339372 -0.430842 1.012488 -0.659443 0.70502 -0.253195 -0.249829 -0.230582 -0.559576 -0.373178 -0.501551 -0.34625 -0.790797 0.247506 0.535531 -0.00102 0.09762 -0.387329 0.500043 -0.373841 -0.121662 0.30363 -0.5018 1.062853 -0.18263 0.503327 0.640875 -0.635162 0.042819 -0.401588 0.285157 0.578938 0.698806 -0.16152 -0.328059 -0.110767 -0.547257 0.784277 0.092963 1.16716 -0.251277 -0.708339 0.081855 0.042147 1.28728 0.411575 -0.452769 0.00277 -0.531883 -0.803735 -0.402833 -0.057275 -0.681995 0.377408 -0.037332 0.212259 -0.092334 -0.471184 0.03026 -0.877786 0.842082 -0.629227 -0.6326 -0.431459 -0.851978 -0.604481 -0.162182 0.983243 -0.635378 -0.231905 -0.440943 -0.787649 -0.393365 -0.219398 0.932504 0.284265 -0.053784 0.033925 -0.844564 -0.726612 -0.53399 -0.23232 0.613508 0.30531 -0.376631 0.198288 -0.093888 -0.562326 -0.035799 0.127583 -0.59862 -0.44481 -0.368337 0.306379 -0.625446 0.59943 -1.082038 -0.042118 -0.307721 -0.767656 0.076481 -0.295902 -0.07887 -0.769124 0.006079 -0.205423 0.861837 -0.305741 0.039722 -0.011449 -0.179226 -0.053212 -0.290918 -0.51748 0.195067 -1.270014 -0.01883 -0.550394 0.397981 -0.5346 1.090199 -0.452751 0.654141 0.896736 -0.461949 0.240141 -0.731129 0.556199 0.176045 -0.275391 -1.320512 -0.34405 0.608776 0.008106 0.583682 0.676538 0.99804 -0.180952 -0.049676 0.055857 -0.234334 0.867953 0.402896 -0.30972 0.436932 0.147249 -0.283571 -0.578126 -0.717696 1.274446 -0.138274 -0.160361 0.13515 -0.670509 0.911009 0.463236 -0.315358 0.037307 0.303874 0.861577 -0.623662 -0.688798 0.856375 -1.006049 0.603443 -0.907107 1.471149 -1.017247 -0.298938 0.295625 -0.382886 -0.578872 -0.244902 -0.372843 0.294831 0.510179 1.338163 0.294489 0.669905 0.750817 0.063135 0.652897 -0.458722 1.096125 0.394556 1.258483 1.558653 0.023095 0.31222 -1.538657 -0.393736 -0.376853 -0.542016 -1.129287 -0.340414 0.97983 -0.856053 -0.368473 0.705798 -0.941892 0.164812 -1.287016 -0.697956 0.120461 0.521639 -0.542645 0.526566 -0.773077 -0.029772 -0.131402 0.046556 -0.000648 0.472449 0.720809 -0.241747 -0.376798 0.295787 0.169172 -0.910107 0.584174 -0.301709 0.162081 0.628879 -0.012557 -0.961375 0.055542 0.388947 -0.778136 0.660606 -0.078429 0.300668 -0.258846 -0.413978 -0.961909 0.14937 0.341086 0.109441 0.006718 0.78985 0.046966 -0.327597 -0.344528 0.175473 0.177724 -0.155535 0.441139 -0.757665 -0.542816 -0.598215 -1.046154 0.680452 -0.335857 -0.101783 -0.041721 -0.474756 0.132233 -0.28844 -0.394461 -0.264143 -0.2101 0.969439 0.734273 0.129035 0.553652 -0.387262 0.298968 -0.200456 -0.206935\n­ 0.015801 -0.033478 -0.045712 -0.035166 0.022033 -0.059124 0.003211 0.008236 0.090321 -0.026283 0.031136 -0.011342 -0.012747 0.014812 0.03568 -0.0573 0.008153 -0.001136 0.022301 0.013424 -0.044361 0.040554 0.007925 0.010535 0.026163 -0.008884 -0.022916 -0.02035 -0.01786 0.040421 -0.031252 -0.008927 -0.009435 0.042529 0.010737 0.003721 -0.032026 0.053905 -0.017428 0.03364 -0.034951 -0.006842 0.059096 -0.076682 0.00367 0.026684 -0.024245 -0.023013 -0.01314 -0.004337 -0.03821 0.022762 0.046341 0.011422 0.069511 -0.02435 0.030676 -0.000316 -0.010863 0.054962 0.003392 -0.031979 0.046872 0.032802 0.026867 0.03125 -0.083622 0.056235 -0.065448 0.081124 -0.008799 0.050564 -0.004556 -0.010365 0.022252 0.080589 -0.003168 0.065898 -0.020312 0.004695 0.022946 0.053509 -0.043515 0.035738 -0.050952 -0.039545 -0.01906 0.027882 0.02208 0.009857 -0.013569 -0.022504 0.044793 -0.019699 -0.043145 0.004349 0.000258 -0.025322 0.008834 -0.038764 -0.029826 -0.025456 -0.017247 0.009969 -0.046152 0.06686 0.04145 -0.018293 0.011445 0.068846 -0.016562 0.021732 -0.010076 -0.009518 0.027079 0.050772 -0.069273 0.025921 -0.04514 -0.068064 0.059928 -0.051226 0.013298 0.016921 0.049446 -0.057693 0.0187 0.023061 -0.008369 -0.016775 0.00515 0.003496 -0.076027 -0.01527 0.006543 -0.037023 0.027078 0.06162 -0.000561 -0.008307 -0.009708 0.006299 -0.002239 0.02786 0.039004 -0.026362 0.022474 0.077166 0.040003 0.045143 -0.04496 0.037609 0.00628 0.063346 -0.007672 -0.024682 -0.039799 0.021369 -0.001728 0.044248 0.016377 0.050496 0.062106 -0.010692 -0.041939 -0.025012 0.018701 0.009571 -0.00452 0.055274 -0.000954 -0.062579 -0.012137 -0.031635 0.00014 -0.033156 0.00248 0.009192 -0.02177 -0.01442 -0.017363 -0.045597 -0.02449 0.013014 -0.041574 -0.052493 -0.003443 -0.024476 -0.013494 -0.037255 -0.007053 0.029504 0.031632 -0.013955 -0.008134 -0.003416 0.007173 -0.042368 -0.016301 0.05349 0.064161 -0.032678 0.023223 -0.008117 0.02232 -0.103317 0.003374 -0.002847 -0.021056 0.043402 -0.004222 -0.012005 0.066592 0.060765 0.039535 0.078178 -0.004331 -0.039768 -0.051174 -0.052531 -0.073568 0.044921 0.063891 -0.011344 0.034502 -0.026251 -0.01713 0.010904 0.01898 -0.027087 0.017393 -0.015793 -0.020955 -0.030972 -0.019374 -0.001256 -0.075265 0.009929 0.078245 0.025613 -0.009372 0.03669 -0.021619 -0.032576 0.062295 -0.066527 0.037509 -0.05795 -0.007472 0.038096 0.013505 0.056049 0.062994 0.001148 0.017309 0.000402 0.032845 -0.034623 0.081245 0.001253 0.008581 0.008768 -0.025519 0.02193 0.017792 -0.008083 -0.045851 -0.028084 0.021759 0.00016 0.03007 0.040492 -0.026887 -0.007621 -0.042549 0.058287 0.023264 0.007716 0.015573 0.043705 0.02676 0.014619 0.014592 -0.024325 0.080414 -0.001613 -0.010596 -0.021109 -0.010345 0.003524 0.037619 -0.027614 -0.030585 0.021043 -0.01301 0.045797 -0.014691 0.061182 0.000698 0.007108\n± 0.055568 0.122393 -0.258272 -0.103505 0.100706 -0.059914 -0.017212 0.039414 0.109931 -0.014349 0.086756 -0.045196 0.09686 0.064954 0.112383 -0.239668 -0.053705 -0.031087 0.002962 0.054177 -0.01941 0.161929 -0.018879 0.030565 0.072303 0.080522 0.099396 -0.033632 -0.088412 -0.051658 0.00377 0.012848 0.002683 -0.118773 0.034009 0.201244 -0.096332 0.09633 -0.107316 -0.118809 0.059594 0.06049 0.013026 -0.186202 0.031967 0.078647 0.031063 0.006141 -0.026371 0.095931 -0.149073 -0.140889 0.06584 -0.066915 0.163699 -0.073509 0.013737 0.106471 0.008966 0.080125 -0.062561 -0.024487 0.051485 0.127367 0.11853 0.04891 -0.105568 0.161407 -0.217709 0.103352 0.028161 0.112194 -0.015185 -0.008804 0.057802 0.118853 0.038146 0.08379 -0.037336 0.101954 0.031538 -0.057665 0.004276 0.158749 -0.164974 -0.011211 0.004911 0.12062 0.041507 -0.100042 -0.051548 0.021771 -0.05038 -0.103195 -0.017749 0.054199 -0.079681 0.015925 -0.073242 -0.149056 -0.114922 0.012856 0.005195 -0.036913 -0.033627 0.173302 0.050495 -0.007194 -0.001901 0.06453 0.130251 0.017096 0.082503 -0.047087 -0.094714 0.06389 -0.104259 0.004975 -0.290351 -0.213435 0.094142 -0.111662 -0.024861 -0.049754 0.108741 -0.059181 -0.046574 0.049838 0.072138 -0.001555 0.170593 -0.054537 -0.016535 -0.092397 0.036277 -0.064364 -0.057057 0.067833 -0.055028 0.108863 0.077386 -0.056237 0.121029 0.184471 0.08164 0.089952 -0.074129 0.042234 0.031904 0.154471 -0.07483 0.095071 -0.101904 0.208421 0.134092 -0.070696 -0.033651 0.086545 0.012032 0.069692 0.079967 0.093026 0.112166 -0.177952 -0.044863 -0.035307 0.038926 0.008579 0.056363 0.222952 0.002215 -0.091698 -0.080376 -0.033033 -0.020551 -0.017338 0.034448 0.057524 -0.063155 -0.076817 -0.020415 -0.086401 -0.068079 0.054073 -0.127074 -0.138687 -0.031513 -0.059867 -0.200742 -0.110362 -0.042335 0.14027 0.070654 -0.152405 0.197638 0.081291 -0.06374 -0.060122 0.099793 0.183472 0.052133 0.020476 0.036767 -0.023154 -0.00157 -0.232666 -0.004375 0.078444 -0.089112 0.17078 0.056185 0.030518 0.176986 0.128112 0.055506 -0.022277 0.051922 -0.177093 -0.042947 -0.04785 -0.173532 -0.02459 0.008039 -0.077406 -0.003157 0.000647 -0.150822 -0.036758 -0.057141 -0.03756 -0.070309 -0.112523 0.13065 0.086492 -0.073381 0.0633 -0.107415 -0.045761 0.354027 0.043644 -0.119132 0.017295 -0.171307 -0.197575 0.140183 -0.105952 0.06754 -0.079719 -0.088243 0.038104 -0.063465 0.075801 0.08519 -0.069408 -0.023514 0.039733 0.01259 0.042609 0.213659 -0.173204 0.016608 -0.012889 -0.035571 0.139495 0.036387 0.002509 -0.166803 0.018857 -0.020161 -0.061555 0.083026 0.071152 -0.064211 -0.089701 -0.210217 0.027543 -0.001719 0.025524 0.014577 0.117428 0.034444 0.067848 0.06195 -0.063924 0.178062 0.152086 -0.073874 -0.042026 -0.145884 0.010429 0.19477 -0.045063 -0.1489 0.082046 0.0617 0.150328 0.001517 0.212699 -0.028276 0.11471\nẺ -0.088604 0.112965 -0.20922 0.086549 0.164881 -0.071946 -0.038277 -0.055091 0.205946 -0.018599 0.044567 -0.068538 0.010483 -0.069578 0.038888 -0.088384 0.033098 -0.006054 0.007908 -0.012336 0.037847 0.098861 0.037746 -0.037375 0.144277 0.177744 0.07619 -0.092196 -0.268902 0.018472 -0.043006 -0.035043 -0.160261 -0.082087 0.167698 0.169772 -0.117619 -0.03976 -0.187514 0.03951 -0.050518 0.055325 -0.095616 -0.189371 0.02535 -0.0326 0.052142 0.032117 -0.083421 0.011571 -0.019407 -0.088353 0.041736 -0.002862 0.023862 -0.077007 -0.001504 -0.06354 0.0532 0.047682 -0.112648 -0.014106 0.064924 -0.032259 0.074682 0.129563 -0.001251 0.0976 -0.199037 0.123798 0.10073 -0.024939 0.075343 0.051221 -0.081384 0.079701 -0.083781 0.004659 -0.028039 0.153501 -0.0284 0.063524 0.049631 0.268728 -0.093044 0.070889 0.020354 0.194647 -0.147927 0.003291 0.037673 0.092665 -0.090395 -0.125832 -0.035375 -0.013618 -0.076899 -0.141555 -0.106722 0.026356 -0.068342 -0.112103 -0.073918 -0.067344 0.065936 0.114955 -0.036774 -0.028406 0.014293 -0.006532 -0.008863 -0.023662 -0.079265 0.057955 0.028813 0.090816 -0.028591 0.04237 -0.207971 -0.053716 0.024667 -0.136017 0.091103 -0.007872 -0.051732 -0.095191 -0.042978 0.101794 -0.078314 -0.057523 0.041407 -0.030212 0.044481 -0.013593 0.010515 -0.211058 -0.020468 0.121239 -0.025485 0.077103 0.05345 -0.079883 0.123856 0.124593 0.11711 -0.086303 -0.007621 0.102632 0.029715 0.162006 -0.080905 0.217317 -0.134593 0.41378 0.186443 -0.037511 0.065643 0.121955 0.13653 0.117172 -0.034049 0.159149 0.040347 -0.041108 -0.002718 0.163721 -0.091947 -0.111906 0.080307 0.055952 0.010984 -0.200812 0.103452 0.080411 -0.125313 0.000643 -0.011265 0.183362 -0.051077 0.095604 -0.020775 0.069406 0.126564 0.095221 0.035068 -0.05388 -0.037899 -0.00756 -0.114387 -0.071885 0.103692 0.128027 0.006039 -0.192528 0.006062 -0.124098 -0.16589 -0.092438 0.039022 0.082522 0.077021 0.038595 -0.043943 -0.072559 0.170453 -0.046991 -0.079616 -0.03484 -0.043657 0.159445 0.074771 -0.051005 0.002709 0.041974 -0.033147 -0.077138 0.096179 0.07502 -0.147321 -0.075521 -0.063414 0.15183 -0.042825 -0.074316 0.09922 0.02249 0.004473 0.067235 0.03137 0.014796 -0.040912 -0.047807 0.043748 0.016504 0.00472 -0.07824 -0.096727 0.069768 0.105082 -0.006566 -0.108575 0.142581 -0.15155 -0.173667 0.109757 -0.13743 0.234086 -0.058013 -0.043517 -0.047679 -0.169874 0.005742 0.033572 0.119684 0.005279 0.025142 -0.078948 0.095867 0.178339 -0.050961 -0.032864 -0.021387 -0.037244 0.064275 0.070609 -0.098089 -0.205911 0.03078 -0.037948 0.022737 0.105034 0.011288 -0.037176 -0.093752 -0.032811 -0.001082 0.025725 -0.012009 0.102347 0.04243 0.146479 0.080226 -0.081815 -0.04831 0.138531 0.139551 0.018707 -0.029733 -0.124404 -0.047606 0.059422 -0.085961 -0.08759 0.017567 0.043713 0.09244 0.116006 0.146256 -0.081507 -0.029647\nẰ 0.060879 0.148893 -0.298342 0.097917 0.160742 -0.04848 0.048526 0.045716 0.100177 -0.044234 0.043501 -0.01169 -0.09485 -0.036267 -0.148314 -0.150505 -0.001413 0.007498 0.040575 -0.022998 0.090209 0.071383 0.0574 0.073658 0.175663 0.097679 0.034263 -0.027806 -0.066674 0.000316 -0.069475 -0.136878 -0.087873 0.014594 0.141991 0.145569 -0.061078 0.120952 -0.000611 -0.076407 -0.121551 -0.060285 -0.088728 -0.152278 0.036018 -0.049844 0.105841 0.078024 -0.122695 0.001051 0.004275 -0.109367 0.09658 0.061921 -0.012692 -0.013669 0.087549 -0.13701 0.072055 0.070183 0.004225 0.071043 0.176194 -0.041323 0.106128 0.03346 -0.00408 0.173925 -0.135357 0.14705 0.0355 0.075761 0.131482 -0.03853 0.024675 0.169358 -0.140421 -0.001893 -0.061049 0.047939 0.041248 0.037914 0.082586 0.203364 -0.119582 0.061482 0.04542 0.102686 -0.035455 0.018644 0.084489 0.130671 0.048376 -0.089674 -0.011832 0.008034 -0.094726 -0.188865 -0.076078 -0.007237 -0.017456 0.028657 -0.107451 -0.058241 0.026799 0.062908 -0.046669 -0.092425 0.013548 -0.002399 0.067698 0.004954 -0.060898 0.076837 -0.047438 0.16417 -0.107509 -0.044298 -0.157335 -0.089864 0.037615 -0.075678 0.143109 0.036685 0.011362 -0.162328 0.029774 0.039046 0.109496 0.017036 -0.054618 -0.029448 -0.21207 -0.092115 0.087826 -0.194272 0.104895 0.033915 -0.080607 -0.1626 -0.040142 -0.099575 0.042704 0.133489 0.151883 -0.093085 0.161373 0.212681 0.011819 0.23224 -0.083772 0.16458 -0.050468 0.317679 0.10713 -0.087908 -0.050548 0.135062 0.20099 0.012232 -0.026905 0.110151 0.06881 -0.004629 -0.01252 0.090059 -0.076042 -0.085003 0.020256 0.060045 -0.020647 -0.130092 0.048662 0.054795 -0.068206 -0.02199 -0.014514 0.043665 0.097573 0.057816 0.048712 0.066893 0.051947 0.020219 0.067113 -0.066286 -0.044368 0.014443 -0.20795 -0.248573 0.107437 0.05096 0.072615 -0.088866 -0.008785 -0.216178 0.0153 -0.037802 -0.092657 0.179745 0.079906 -0.062939 -0.088802 0.024418 0.119856 -0.092888 -0.050662 -0.009987 -0.022276 0.182872 0.02722 -0.222064 0.184095 0.106784 0.125882 0.013972 0.022811 0.106564 -0.113808 -0.111048 -0.071945 0.075655 0.131002 0.009069 0.068178 0.025301 0.081456 -0.160681 0.052532 -0.042941 -0.007585 -0.022757 -0.010415 -0.006416 0.073796 0.004544 -0.133205 0.11868 0.145563 -0.060445 -0.087879 0.15855 -0.116187 -0.178794 0.081647 -0.18827 0.197931 -0.115273 0.02486 0.035917 -0.160354 0.032926 0.0474 0.091074 -0.008237 0.066866 0.028328 -0.056784 0.075946 -0.019701 -0.073937 0.015189 -0.102523 -0.013728 0.003083 0.01676 -0.277457 0.001906 -0.036531 -0.039128 0.036628 0.074241 -0.043513 -0.070729 -0.042425 -0.033996 0.053641 0.025287 0.010156 0.10477 0.220873 0.076347 0.064019 -0.080626 0.094739 0.074246 0.073953 -0.054934 -0.095618 -0.024805 -0.0131 -0.117174 -0.081882 0.033412 0.108337 0.117118 0.085498 0.221965 -0.182697 0.006472\nỤ -0.019385 0.127723 -0.178571 0.03214 0.078313 -0.049583 0.057362 -0.025497 0.098017 0.028925 0.024917 -0.054958 -0.064461 -0.057654 -0.049405 -0.09707 0.015466 -0.011919 -0.00651 0.006269 0.030124 0.071001 -0.011115 -0.031643 0.09865 0.083706 0.059233 -0.07269 -0.127288 0.025958 -0.008949 -0.081482 -0.1182 -0.025438 0.092298 0.122575 -0.053089 0.0297 -0.0114 0.016813 -0.059192 -0.045379 -0.051732 -0.122481 0.072078 -0.055811 0.062696 0.041327 -0.113934 0.040909 -0.041026 -0.088733 0.072117 0.028352 0.058961 -0.068961 0.023717 -0.131839 0.022212 0.021493 -0.025566 0.011189 0.124136 -0.012871 0.063781 0.113929 -0.03989 0.107531 -0.135244 0.122864 0.11538 0.043169 0.102974 0.002541 -0.049122 0.17245 -0.097681 -0.007053 0.016335 0.084912 0.041243 0.061454 0.042381 0.243055 -0.10844 0.046057 0.027409 0.075805 -0.087021 -0.026373 0.093493 0.101187 -0.059863 -0.063572 -0.051903 0.003966 -0.099602 -0.12288 -0.111367 -0.003916 -0.059514 -0.050993 -0.062603 -0.027981 0.062026 0.066288 -0.028334 -0.058396 0.018153 -0.019312 -0.005313 0.005246 -0.060795 0.057129 0.007423 0.087063 -0.0605 -0.033949 -0.092065 -0.121343 0.089971 -0.057951 0.099054 0.024393 -0.035968 -0.092268 0.032978 0.054868 -0.009632 -0.054587 0.029926 -0.039598 -0.093643 -0.050597 0.039481 -0.170071 0.002191 0.098461 -0.026992 -0.001426 0.068122 -0.042221 0.052428 0.143713 0.050103 -0.087766 0.085588 0.134145 0.025944 0.165603 -0.063602 0.137016 -0.117339 0.348892 0.127206 -0.024689 -0.000601 0.11669 0.121336 0.041163 -0.014955 0.093988 0.064993 0.004837 -0.039513 0.045453 -0.05713 -0.11192 0.029868 0.007846 0.004262 -0.120819 0.038557 0.05837 -0.072863 -0.012699 -0.024518 0.097 -0.04163 0.055998 -0.002541 0.082363 0.031647 0.056587 0.030671 -0.035153 -0.029502 0.034532 -0.183065 -0.115868 0.104635 0.135138 -0.016247 -0.142572 -0.017401 -0.169919 -0.059198 -0.031747 0.019506 0.171035 0.045699 0.01951 -0.107404 -0.033548 0.134426 -0.164502 -0.039999 -0.006298 -0.051714 0.226121 0.022698 -0.112347 0.086566 0.096513 0.031272 -0.002539 0.079738 0.050274 -0.140319 -0.129102 -0.043204 0.138166 0.06465 -0.011073 0.092847 -0.022484 -0.000458 -0.023121 -0.009613 0.008337 -0.01008 -0.097521 2e-06 0.014789 0.075668 -0.035478 -0.084323 0.096202 0.119795 0.016829 -0.126741 0.135879 -0.113966 -0.153717 0.040145 -0.106283 0.163609 -0.074678 -0.057191 -0.00018 -0.134894 0.026571 0.085042 0.035141 -0.045314 0.039507 -0.013031 0.072281 0.105384 -0.045453 -0.01214 -0.021121 -0.032712 0.042962 0.062165 -0.058584 -0.190448 0.067564 -0.012556 -0.06631 0.089914 0.057021 -0.057603 -0.051772 -0.01251 -0.046452 0.008753 -0.019249 0.047678 0.082945 0.180159 0.027686 -0.017073 -0.080884 0.124765 0.161855 -0.001486 -0.042912 -0.084513 -0.026217 0.043433 -0.114863 -0.069002 0.024979 0.090312 0.129722 0.122249 0.144135 -0.118424 0.03989\nü 0.000843 -0.001726 -0.010188 0.007066 -0.004447 -0.098593 -0.05432 -0.020107 0.058007 0.036551 -0.010784 0.046756 0.001533 0.01256 -0.046222 -0.018461 0.080639 0.039943 -0.014147 0.019853 0.051493 0.09933 0.073814 0.014916 0.09405 0.072385 0.04832 -0.05812 -0.061371 -0.050649 0.026484 -0.026695 -0.038498 0.017606 0.031854 0.081529 -0.095007 0.007441 -0.014768 0.168251 -0.017049 0.053912 -0.028663 -0.107087 -0.050606 -0.014828 0.104527 -0.078446 0.01101 0.03601 -0.015099 -0.035544 -0.004066 0.027106 0.098618 -0.029095 -0.027087 0.020775 0.036579 0.074761 -0.044267 -0.022374 0.049896 0.076538 0.064787 0.02342 -0.053998 0.012052 -0.072045 0.0423 -0.01257 -0.007397 -0.105017 0.031501 0.017403 0.114569 0.049637 0.065611 0.035078 -0.001407 0.013694 0.089197 0.017102 0.093857 0.059459 -0.078813 -0.064738 0.08733 -0.039356 0.000338 0.054673 -0.027697 -0.01533 -0.047298 -0.055529 0.022739 -0.008962 -0.08373 -0.034996 -0.041058 0.042825 -0.017424 -0.08637 0.091805 -0.03878 0.009788 -0.015353 -0.008504 -0.050479 0.060562 -5e-05 -0.008602 -0.03613 0.002236 0.064656 0.005853 -0.023602 0.066643 -0.118299 -0.009741 -0.031774 -0.110054 0.08133 -0.013787 0.085824 0.021697 -0.043999 0.049073 0.046671 0.080926 0.068244 0.053025 0.014037 -0.051046 -0.024778 -0.052856 -0.00095 0.074512 -0.024802 0.083653 0.018418 -0.027701 0.003464 0.025237 -0.031258 0.035138 0.029369 0.087426 0.035628 0.075753 -0.03192 0.118527 -0.013858 0.078411 0.094264 0.043248 0.027129 0.016493 -0.007293 0.096409 0.024683 0.044608 0.013105 0.022379 0.039612 0.024674 0.005631 -0.042077 -0.014604 0.098236 0.034065 -0.035326 -0.026621 0.018287 -0.097338 -0.02448 0.005183 0.12548 -0.082182 0.002195 -0.034952 0.025451 0.010932 0.035176 -0.004125 -0.033227 0.055527 -0.012374 -0.02955 -0.071356 0.022819 0.031919 0.00196 -0.009881 0.074146 -0.063914 0.021744 0.007662 0.03241 0.007833 0.12482 -0.021937 0.080004 0.002872 0.044443 -0.048003 -0.012196 0.029498 -0.004522 0.077197 0.020081 -0.039395 0.082568 -0.005167 -0.022925 -0.013656 0.05675 0.007261 -0.086763 -0.074109 -0.039998 -0.008864 0.030564 -0.004783 0.089247 0.000653 0.04749 0.00597 0.025094 0.099053 -0.094716 0.026591 0.05823 -0.017985 -0.015168 0.058713 -0.082369 0.114411 0.029948 0.071277 -0.097618 0.032091 -0.016892 -0.05664 0.013323 -0.041585 0.108383 -0.086892 0.00146 0.029486 -0.072263 0.036899 -0.052715 0.099394 0.002495 0.028552 0.000494 0.000634 0.101362 -0.025794 0.047878 0.030251 0.03308 0.001648 0.066802 0.013408 -0.119226 -0.013553 -0.104532 -0.049669 0.030475 0.014828 -0.032552 0.03627 0.009594 0.039889 -0.022551 -0.074536 0.020772 0.071935 0.041198 0.039056 0.045273 0.033843 0.000776 0.038124 0.01863 0.017891 -0.010798 0.006578 -0.019172 -0.067112 -0.027748 -0.009563 0.008729 0.014553 -0.080582 0.030191 0.057878 0.030635\nẴ 0.23794 0.199015 -0.31556 0.18735 -0.042737 -0.078089 0.187037 0.130586 0.614836 -0.002145 -0.233465 -0.372003 -0.021165 -0.17726 0.187659 -0.164551 0.057072 -0.113344 0.003549 -0.06928 0.281271 0.151961 -0.029566 -0.24066 0.169728 0.161822 -0.05927 0.040024 -0.462097 -0.242804 -0.184755 0.026509 -0.153148 -0.117023 0.317563 0.210104 -0.312707 -0.278173 -0.278184 0.12021 0.011209 -0.150017 -0.34891 -0.305446 0.089827 -0.136715 -0.078208 -0.037398 -0.352031 0.049625 0.08641 0.031726 -0.05097 0.087239 -0.215083 -0.124813 0.236272 -0.211293 0.014462 0.132699 -0.339584 0.298648 0.15783 -0.132222 0.421536 0.093199 0.238023 0.148473 -0.35593 0.342414 0.279421 -0.027099 0.125201 -0.118488 -0.090919 -0.201963 -0.422806 0.108393 -0.144642 0.413855 0.023692 0.045314 -0.120609 0.466304 -0.230014 0.061717 -0.12402 0.337019 0.028162 -0.058429 -0.039411 0.184189 -0.082145 -0.279025 0.093633 -0.007697 -0.140507 -0.288085 -0.260184 0.104235 0.029266 -0.085637 -0.21172 -0.265785 -0.0806 0.029319 0.080375 0.011217 -0.130126 -0.014782 0.238472 0.021581 0.109091 0.097595 -0.018412 0.156483 -0.214608 0.065441 -0.241566 0.069144 0.081897 -0.059172 -0.018054 -0.044088 0.075843 0.035135 -0.076044 0.249986 0.00721 -0.537229 -0.105792 -0.504563 -0.207149 0.082338 -0.01941 -0.302162 0.011994 0.420113 0.073306 -0.036729 0.069768 0.195436 0.321647 0.437117 0.125915 -0.037163 0.05881 0.344595 0.127192 -0.017016 -0.083387 0.348126 -0.126645 0.618495 0.360018 0.005372 -0.140097 0.190451 0.050848 0.228375 -0.141401 0.223974 -0.068503 0.077001 -0.148473 0.039036 0.002844 -0.209807 0.207987 0.109645 -0.102649 -0.348029 0.363372 -0.0249 -0.177147 0.217402 -0.046827 0.340696 0.147449 0.071545 0.09416 -0.097546 0.284788 0.130371 0.207348 -0.139207 0.149374 0.143634 -0.178308 -0.226206 0.333115 0.273577 -0.263213 -0.215623 -0.129173 -0.268164 -0.321452 -0.301646 -0.06727 0.140942 0.194725 -0.132703 -0.192507 -0.019734 0.137266 -0.379765 0.306901 0.199673 -0.133545 0.555952 0.356629 -0.289701 0.310361 0.12025 -0.080656 -0.076528 0.090378 0.064125 -0.27294 -0.281939 0.324176 0.160241 -0.093389 0.181831 0.142516 -0.152211 -0.378558 0.108149 0.090066 -0.036091 -0.102901 -0.312797 0.024832 0.141102 -0.062078 -0.037822 -0.181451 0.058108 0.381442 -0.339763 -0.249166 0.360163 -0.258515 -0.238299 0.12696 -0.054039 0.414247 -0.069312 -0.393557 -0.13559 0.068035 0.086999 0.378795 0.093406 0.02431 -0.082381 -0.18637 -0.143214 0.25864 -0.043376 -0.041969 -0.087481 0.021635 0.099022 0.014427 -0.045172 -0.494483 0.164472 0.022055 -0.017074 0.102408 -0.175704 0.13396 -0.108832 -0.131205 0.02757 -0.013574 -0.073669 0.044096 0.075783 0.225304 -0.084097 -0.058473 -0.36335 0.256107 0.067061 -0.104316 -0.21091 -0.249079 -0.054991 -0.087214 -0.244301 -0.193251 -0.134387 0.06035 0.126336 0.090498 0.084968 -0.394969 -0.147814\nỎ -0.04233 0.0936 -0.126468 0.007687 0.115565 -0.03539 -0.004781 0.00585 0.111169 0.010026 0.044794 -0.033841 -0.032157 -0.010857 0.020071 -0.074208 -0.006303 -0.018927 -0.029679 0.045229 0.01936 0.094733 -0.009645 0.006085 0.08861 0.096911 0.054958 -0.027915 -0.097757 0.033774 -0.004941 -0.038389 -0.109106 -0.059318 0.078209 0.136375 -0.073898 -0.006157 -0.059415 0.049373 0.000266 -0.031893 -0.05173 -0.162725 0.02136 -0.002172 0.028839 0.0003 -0.048998 0.015438 0.023478 -0.065422 0.019123 0.013149 0.043812 -0.058023 -0.017083 -0.056821 0.010489 0.037814 -0.037747 -0.020319 0.041748 -0.009368 0.073783 0.044667 -0.013203 0.076276 -0.112595 0.11512 0.041594 0.030064 0.056715 0.043593 -0.031222 0.11206 -0.039792 0.059528 -0.00491 0.104664 0.037566 0.035058 0.025032 0.208303 -0.046699 0.031322 -0.023815 0.108764 -0.092442 0.042034 0.036718 0.077237 -0.066863 -0.106104 -0.07896 0.021022 -0.040205 -0.110516 -0.093076 -0.003379 -0.064596 -0.071375 -0.060226 0.015722 0.021683 0.03532 -0.035877 -0.033528 0.023273 0.030763 0.009083 -0.019325 -0.075411 0.074216 0.029184 0.047848 -0.059637 -0.016333 -0.088276 -0.054428 0.05192 -0.117732 0.104539 -0.004674 -0.027667 -0.044824 0.027275 0.019456 0.008332 -0.065209 0.040072 0.018619 -0.044106 0.01452 -0.003938 -0.133509 0.020691 0.091779 -0.049757 0.03355 0.083064 -0.042583 0.024631 0.08923 0.047299 -0.050253 0.038477 0.088865 0.015821 0.118994 -0.056846 0.117102 -0.07787 0.24294 0.071737 -0.021296 0.03087 0.104871 0.081143 0.054116 0.037312 0.107057 0.057756 -0.031157 0.025172 0.039165 -0.006738 -0.087168 0.02173 0.06136 -0.002952 -0.067826 0.085287 0.033289 -0.055636 -0.036669 0.010443 0.076741 -0.035124 0.037576 -0.03856 0.02041 0.035886 0.040707 0.006122 -0.057874 0.001617 0.033744 -0.085776 -0.079029 0.109371 0.104784 0.004917 -0.148219 0.001428 -0.062924 -0.050159 -0.045865 0.059519 0.121837 0.069471 0.014594 -0.025253 -0.043097 0.097033 -0.11001 -0.05094 -0.023145 -0.019335 0.123833 0.080841 -0.03546 0.035418 0.075442 -0.00371 -0.026468 0.069837 0.017655 -0.090303 -0.049595 -0.067478 0.145802 0.024057 -0.020942 0.077506 0.043301 0.016326 -0.028478 -0.011595 0.073122 -0.026045 -0.080784 0.013825 0.001271 0.057996 -0.033682 -0.052982 0.098355 0.049678 0.040484 -0.1459 0.120899 -0.017769 -0.122457 0.046673 -0.085151 0.161789 -0.021147 -0.045764 -0.030754 -0.077052 0.040951 0.072225 0.003112 -0.027497 0.021418 -0.019542 0.017633 0.104432 -0.028655 -0.051815 -0.021389 -0.034635 0.010267 0.061351 -0.011073 -0.161167 0.038791 -0.009811 -0.001771 0.06796 0.001096 -0.012035 -0.064106 -0.046031 0.028464 0.000494 0.009438 0.026831 0.040029 0.106185 0.012612 -0.015502 -0.02574 0.076688 0.078395 0.001272 -0.049647 -0.085452 -0.006164 0.006629 -0.05134 -0.040431 -0.007907 0.032643 0.112482 0.047972 0.070076 -0.053461 0.005421\n§ -0.006897 -0.028459 -0.100341 -0.152404 0.106591 -0.013229 0.008036 0.02909 0.14215 -0.035222 0.110247 -0.074514 0.006736 0.079728 0.183321 -0.213119 -0.035682 -0.01556 0.003891 0.101457 -0.038534 0.187754 -0.036441 0.004412 0.116555 0.054271 -0.008737 -0.139986 -0.040346 -0.014638 -0.048652 -0.018615 -0.024472 -0.055934 0.042517 0.101808 -0.127594 0.101736 -0.086644 0.02891 0.049684 0.026121 0.083864 -0.144429 0.102642 0.084842 0.04499 0.025915 -0.073814 0.078979 -0.104877 -0.066486 0.120949 -0.04418 0.085002 -0.107647 0.013998 0.072249 -0.056066 0.086193 -0.017837 -0.051468 0.119557 0.061974 0.060324 0.093181 -0.126899 0.250503 -0.208566 0.085081 0.039279 0.052136 0.023844 -0.000351 -0.016346 0.162495 -0.050107 0.054507 -0.064106 0.079699 0.012016 0.055628 -0.056267 0.107854 -0.131912 -0.051976 0.06276 0.025028 -0.004813 -0.046233 -0.036944 -0.054482 0.011837 -0.060113 0.013301 0.005526 -0.114793 -0.059749 -0.05917 -0.199827 -0.134091 -0.037256 -0.045944 -0.004405 -0.025483 0.184188 0.061985 -0.106396 0.060774 0.074117 0.057299 0.010158 0.027965 -0.024369 -0.111475 0.088851 -0.09755 0.052091 -0.151151 -0.182512 0.060222 -0.138157 0.052904 -0.034415 0.086771 -0.107409 -0.070556 -0.021427 0.095859 -0.030143 0.197203 -0.012903 -0.047968 -0.114695 0.092834 -0.091443 0.027564 0.126025 -0.062419 0.044862 0.05356 -0.021725 0.033054 0.128853 0.177041 0.063308 -0.003637 0.140951 -0.034452 0.161164 -0.096387 0.107924 -0.005939 0.219312 0.033966 -0.067592 -0.057747 0.118639 0.059987 0.060304 0.016355 0.071869 0.128641 -0.098674 -0.074956 -0.012866 0.027884 0.018648 0.033171 0.131955 0.079941 -0.096602 -0.071279 0.048193 -0.02715 -0.101122 0.053836 0.053036 -0.037423 -0.042872 -0.023552 -0.085093 -0.06684 0.039445 -0.041805 -0.077224 -0.010807 -0.131438 -0.158191 -0.100075 0.005359 0.069818 -0.006363 -0.113661 0.104354 -0.017949 -0.073287 -0.062214 0.087761 0.20391 0.116402 0.020987 -0.003117 -0.078693 0.087231 -0.212919 0.042581 0.110985 -0.104949 0.190289 0.059458 -0.060963 0.165868 0.163686 0.013674 0.035097 0.055792 -0.14764 -0.081936 -0.104144 -0.13434 0.060501 0.110683 -0.038592 0.00095 -0.045655 -0.12783 0.006117 -0.024003 -0.026801 -0.02379 -0.074349 0.009256 0.041366 -0.059518 0.020002 -0.149119 -0.02835 0.228755 0.171346 -0.046872 0.026182 -0.124651 -0.160542 0.03443 -0.106998 0.143876 0.012671 -0.028666 0.101858 -0.029205 0.100366 -0.003613 -0.014898 0.069467 -1.2e-05 0.044113 0.043194 0.186806 -0.111353 0.066406 0.001102 -0.024673 0.101332 0.010395 0.030726 -0.178023 -0.06142 -0.026604 -0.061625 0.067699 0.13971 -0.034793 -0.115631 -0.144083 0.011012 0.056686 0.074783 0.010984 0.135775 0.031498 0.121478 0.02614 0.009892 0.193306 0.16885 -0.055354 -0.002575 -0.143015 -0.005323 0.091172 -0.03221 -0.11669 0.110527 0.107292 0.11396 0.014485 0.143011 0.017384 0.084228\n -0.090953 0.065246 -0.354246 -0.320914 0.27961 0.098656 -0.047888 -0.044808 0.204925 -0.062093 0.256743 -0.073188 0.1658 0.248603 0.362655 -0.325664 -0.181074 -0.108607 -0.041298 0.237676 -0.284355 0.355573 -0.080829 0.036379 0.173328 0.057171 -0.076066 -0.333897 -0.097607 -0.057489 -0.012107 0.043366 0.062934 -0.125403 0.021956 0.278776 -0.230511 0.126956 -0.092898 0.012703 0.149643 -0.0051 0.102665 -0.198482 0.290741 0.047528 0.061977 0.076817 -0.140205 0.124691 -0.344809 -0.12614 0.240683 -0.004127 0.105992 -0.161233 0.07226 0.209895 -0.185981 0.10218 -0.010882 -0.141802 0.217141 0.13883 0.160543 0.243247 -0.205642 0.412941 -0.345231 0.214889 0.143586 0.179562 0.080781 -0.094775 -0.090393 0.285058 -0.140844 0.021975 0.009549 0.085419 0.092017 0.12809 -0.122893 0.03778 -0.277888 -0.215457 0.112709 0.082456 -0.096708 0.013105 -0.057515 -0.107892 0.014574 -0.0755 -0.071445 0.051861 -0.242036 -0.114616 -0.139422 -0.310247 -0.400046 -0.102805 -0.084587 0.014342 0.017816 0.270566 0.022593 -0.209557 0.03874 0.210899 0.108192 0.016122 0.012551 -0.136812 -0.130628 0.190524 -0.160176 -0.084692 -0.338191 -0.2537 0.001567 -0.37183 0.119883 -0.038482 0.146351 -0.192112 -0.115845 -0.096184 0.148098 -0.222235 0.33318 0.005016 -0.147275 -0.162024 0.177788 -0.028015 0.018306 0.170098 -0.155987 0.098665 0.199614 -0.159832 0.136522 0.268333 0.363197 0.152544 -0.086582 0.254197 -0.12284 0.206297 -0.101013 0.115459 0.034278 0.411396 0.059652 -0.129371 0.033405 0.183416 0.155892 0.097246 -0.021728 0.186664 0.325204 -0.280604 -0.156229 -0.081765 0.062155 -0.017677 0.073731 0.238212 0.065916 -0.22073 -0.21308 0.037563 -0.002064 -0.210634 0.075159 0.005009 -0.053875 -0.160765 0.103905 -0.193677 -0.169184 -0.065511 -0.17223 0.05109 -0.121793 -0.228087 -0.37754 -0.185852 -0.028968 0.093468 0.041942 -0.234684 0.173552 0.072731 -0.017971 -0.011632 0.094844 0.408135 0.22273 0.091638 0.03167 -0.228289 0.160159 -0.388213 0.131656 0.06277 -0.10507 0.362477 0.208493 -0.121136 0.300965 0.254892 -0.099641 0.006006 0.118623 -0.461218 -0.133533 -0.131155 -0.295451 0.124383 0.200554 -0.051803 -0.064751 0.04644 -0.126951 -0.027442 0.012382 0.039927 -0.057401 -0.118712 -0.029041 0.093781 -0.12016 -0.089908 -0.214129 -0.24035 0.429057 0.318305 -0.165411 0.077943 -0.089038 -0.304925 -0.016059 -0.150262 0.205353 0.025839 -0.086765 0.214082 -0.037077 0.217535 -0.135917 -0.142982 0.047293 -0.091343 0.176947 0.049369 0.154754 -0.299088 0.15489 0.04827 -0.078103 0.160924 0.025501 0.021242 -0.39492 -0.141793 0.025027 0.021683 0.117071 0.226955 -0.07115 -0.32685 -0.210997 -0.151555 0.131308 0.1525 0.076027 0.196413 -0.085129 0.169227 0.000851 0.006302 0.346824 0.205667 -0.030899 -0.037685 -0.253864 -0.017705 0.185542 -0.200973 -0.245385 0.240752 0.220281 0.203255 0.204357 0.343959 -0.049381 0.345223\ṇ 0.047253 -0.017116 -0.080141 -0.014497 0.048531 -0.037178 0.001151 0.048497 0.054316 0.007329 0.050331 -0.002208 0.001497 0.028795 0.038094 -0.02574 0.017799 -0.014304 -0.003147 0.065355 0.002239 0.028234 0.031413 0.028177 -0.038301 -0.011675 -0.015657 0.06171 0.026559 0.022127 -0.023114 0.002744 -0.005247 0.053041 0.014238 -0.003396 -0.012186 0.094221 -0.006699 0.040603 -0.009779 0.012444 0.018319 0.010862 -0.015112 0.04796 0.042577 -0.042829 -0.015988 0.003473 0.012302 0.019819 0.030221 -0.032918 0.095681 0.00079 0.009031 0.040597 -0.014161 -0.021157 0.031108 0.000622 0.001331 0.002836 0.020417 0.009253 -0.045652 0.027918 -0.028019 0.044833 0.026258 -0.019833 -0.023813 0.025119 -0.002798 0.006131 0.016784 0.019354 -0.021895 0.005539 0.013768 0.013829 0.009305 0.009756 -0.016346 -0.016384 -0.014605 0.004557 0.008829 0.023729 0.005844 -0.028224 0.013391 0.002813 -0.016797 0.007664 0.002726 -0.010636 -0.007043 -0.041753 -0.01878 -0.004463 0.004058 -0.063293 -0.004281 0.023034 -0.010025 0.004998 0.017651 0.047169 -0.02574 0.011058 0.020029 0.028291 0.057051 -0.007116 -0.016776 0.027566 -0.058929 -0.070044 0.032503 0.004524 0.015274 0.018407 0.015862 -0.061577 0.057275 -0.00217 -0.022766 -0.013692 -0.003192 0.012724 -0.073533 -0.017208 -0.003543 0.015419 0.020323 0.034889 -0.006209 0.018144 -0.045363 0.00089 -0.011015 0.027211 0.013585 -0.004005 0.005581 0.021653 0.055172 0.033392 -0.01541 0.005947 0.019251 0.012851 -0.018604 -0.007703 -0.0294 -0.011376 0.042405 -0.003514 0.022561 0.053492 0.061624 0.040389 -0.001124 -0.001419 0.05085 0.046061 0.021551 0.009611 0.007689 -0.070411 0.062364 -0.005339 0.028955 -0.061438 -0.025793 -0.008688 0.001801 -0.053831 -0.010861 -0.012158 0.008026 -0.026935 -0.00547 -0.021246 -0.026688 0.010428 -0.009452 -0.014979 -0.000451 -0.003407 -0.004693 0.021627 -0.039 0.004705 0.003797 -0.024383 -0.01575 0.066325 0.032529 -0.034481 0.022393 0.003793 -0.001343 -0.043549 -0.006258 -0.038832 0.010679 0.034478 0.010717 -0.037369 0.032821 0.027101 0.055814 0.058583 -0.022331 -0.002657 -0.038683 -0.02984 -0.077539 0.051376 0.02239 -0.001191 -0.009235 -0.02286 0.00621 -0.000655 -0.04487 -0.036693 0.001912 0.048158 -0.041395 -0.036107 -0.025175 -0.051308 -0.036476 -0.040088 0.03743 0.024631 -0.00743 0.052036 -0.014157 0.002577 0.065659 -0.056441 0.042675 -0.02282 0.031583 0.04495 0.037279 -0.0058 0.058122 -0.006342 0.021885 0.018004 -0.009935 0.01052 0.034476 -0.030504 0.007337 0.048078 0.010501 -0.005979 0.027021 0.031485 -0.022431 -0.057465 0.018483 -0.01769 0.027085 0.020115 -0.047171 -5.2e-05 -0.028488 0.070689 0.01143 0.030424 0.022115 0.037624 0.018522 -0.024501 0.012672 -0.019747 0.057761 -0.0172 -0.013108 -0.00268 0.021794 -0.010235 0.028191 0.00785 0.001072 -0.026526 -0.053112 0.009226 -0.006903 0.052615 -0.023197 0.008929\n´ 0.017278 0.024398 -0.118446 -0.096159 0.118099 0.007249 -0.012492 -0.028914 0.080741 -0.065165 0.074256 -0.024978 0.004859 0.077602 0.113123 -0.131634 -0.03877 -0.009458 -0.001023 0.062816 -0.05102 0.132381 0.000311 0.014383 0.052575 0.048365 -0.010971 -0.082667 0.007937 -0.007949 -0.020622 -0.038783 -0.019769 -0.03171 -0.003448 0.083438 -0.083558 0.084191 -0.045765 0.0391 0.045696 0.026247 0.057273 -0.117238 0.061857 0.008201 0.043701 0.030297 -0.016784 0.094114 -0.041946 -0.047008 0.111627 -0.021172 0.094111 -0.073498 0.04181 0.055669 -0.048909 0.051435 -0.020769 -0.058229 0.089718 0.084896 0.030194 0.077661 -0.102702 0.151781 -0.156179 0.06549 0.011527 0.062108 0.020351 -0.016407 -0.004062 0.110806 -0.002006 0.04682 0.000594 0.062771 0.009999 0.05594 -0.041449 0.068511 -0.056344 -0.042134 0.01294 0.031326 -0.022841 -0.04371 -0.027917 -0.047192 0.02235 -0.03743 -0.002306 0.018782 -0.066999 -0.047887 -0.049703 -0.097453 -0.094036 -0.005466 -0.011001 0.001033 -0.030316 0.099969 0.022705 -0.061447 0.026202 0.071487 0.056047 0.036852 -0.017232 -0.006516 -0.051332 0.058417 -0.047427 0.01194 -0.108516 -0.127817 0.027131 -0.123181 0.053717 -0.022977 0.075278 -0.065371 -0.045374 -0.017616 0.068493 -0.068978 0.111186 0.017681 -0.04666 -0.051548 0.054209 -0.076403 0.028749 0.116489 -0.039067 0.042493 0.055268 -0.052961 0.034938 0.113253 0.137577 0.030994 -0.003892 0.116547 -0.000955 0.1145 -0.072732 0.097967 -0.056486 0.171557 0.034569 -0.087971 -0.025227 0.087179 0.053588 0.047979 -0.00872 0.057142 0.057258 -0.070595 -0.044184 0.010812 0.006681 0.00983 0.001105 0.096378 0.063015 -0.069118 -0.064717 0.034338 -0.029913 -0.060194 0.023675 0.049782 -0.055216 -0.020103 -0.023468 -0.090818 -0.026406 -0.001071 -0.022771 -0.096964 -0.009744 -0.064424 -0.13803 -0.096039 0.016936 0.036105 0.013243 -0.09834 0.091343 0.00302 -0.0106 -0.051316 0.068677 0.16137 0.102546 -0.016187 0.013711 -0.044342 0.071063 -0.129197 0.039313 0.062255 -0.0337 0.165487 0.029555 -0.04261 0.133962 0.135937 0.054901 0.04554 0.07258 -0.097712 -0.043488 -0.060417 -0.086041 0.064193 0.074314 -0.024164 0.006696 -0.029653 -0.066915 0.003111 -0.016883 0.002836 -0.043355 -0.037868 -0.003877 -0.002807 -0.009886 0.035629 -0.087129 -0.041669 0.145251 0.086296 -0.064917 0.060703 -0.072249 -0.107798 0.023901 -0.080893 0.07596 -0.011629 -0.019876 0.068332 -0.020295 0.059431 -0.022076 -0.021042 0.035638 0.018615 0.018216 0.016649 0.110164 -0.049205 0.048967 0.032533 -0.027062 0.053718 0.007298 -0.015576 -0.096219 -0.0176 -0.034305 -0.030274 0.06267 0.089784 -0.009327 -0.048577 -0.082022 0.003351 0.044006 0.069291 0.013353 0.099444 0.04702 0.074606 0.027424 0.024751 0.131945 0.086653 -0.027841 -0.015171 -0.061763 -0.006631 0.080355 -0.050944 -0.086054 0.061223 0.122551 0.081532 0.063603 0.11111 0.008736 0.064072\nƒ 0.003006 0.003038 -0.207068 -0.191278 0.188426 0.026455 -0.010905 -0.000329 0.163018 -0.100837 0.119912 -0.05837 0.087307 0.124986 0.200106 -0.247608 -0.056669 -0.027992 -0.042895 0.172036 -0.079835 0.192922 -0.017504 0.013804 0.120601 0.079732 -0.064741 -0.203123 -0.006115 -0.058273 -0.040175 -0.02922 -0.018805 -0.06103 -0.002648 0.115922 -0.175641 0.109195 -0.119138 -0.002733 0.086665 0.000625 0.080749 -0.187942 0.124449 0.028122 0.060041 0.044548 -0.070468 0.126439 -0.078248 -0.087129 0.183006 -0.054961 0.107751 -0.121567 0.097411 0.106582 -0.065459 0.064338 -0.001426 -0.074463 0.134486 0.0828 0.081454 0.141951 -0.161523 0.292846 -0.269447 0.12773 0.079564 0.0929 0.077152 -0.031828 -0.009705 0.215152 -0.048437 0.057103 -0.014278 0.095298 0.025178 0.119108 -0.094737 0.081875 -0.156555 -0.091122 0.033128 0.021502 -0.023916 -0.061425 -0.018525 -0.08268 0.028929 -0.055809 0.024185 -0.000841 -0.134469 -0.062672 -0.095751 -0.180718 -0.173259 -0.024367 -0.066743 0.002592 -0.004903 0.170021 0.03357 -0.116907 0.066486 0.118937 0.102206 0.037132 -0.012398 -0.050765 -0.102238 0.091808 -0.082946 -0.014141 -0.260855 -0.211671 0.038418 -0.199526 0.084648 -0.070779 0.083595 -0.109499 -0.114069 -0.02169 0.111416 -0.111467 0.181004 0.022636 -0.085197 -0.129547 0.102465 -0.085822 0.005474 0.184885 -0.103313 0.090383 0.068687 -0.063144 0.058815 0.194639 0.265104 0.073391 -0.033296 0.208088 -0.04866 0.202028 -0.126853 0.131347 -0.06082 0.251413 0.003411 -0.12846 -0.039703 0.172146 0.122412 0.071957 0.031022 0.032209 0.14632 -0.147512 -0.066533 -0.023948 0.000671 0.016638 0.004578 0.196074 0.051848 -0.148976 -0.10326 0.081946 -0.027069 -0.108515 0.113728 0.020106 -0.043215 -0.05446 0.038074 -0.094063 -0.073364 -0.008397 -0.064708 -0.128088 -0.065589 -0.158731 -0.247605 -0.132607 0.000933 0.073828 0.035661 -0.159449 0.113261 0.020104 -0.040417 -0.06407 0.094568 0.293473 0.179736 -0.024397 -0.026622 -0.103058 0.110935 -0.262556 0.084874 0.122688 -0.092181 0.24322 0.037049 -0.058709 0.220696 0.23362 0.035985 0.075232 0.065395 -0.191701 -0.099356 -0.120631 -0.145945 0.103922 0.103295 -0.072603 -0.052211 -0.009421 -0.145225 -0.039522 0.007569 -0.008614 -0.068526 -0.050454 -0.014405 0.051439 -0.047365 -0.023384 -0.147094 -0.06566 0.31287 0.174337 -0.081969 0.084013 -0.090762 -0.191421 0.04466 -0.075579 0.127654 -0.012109 -0.028151 0.111828 -0.035306 0.084999 -0.005617 -0.069981 0.04953 0.007522 0.064189 0.002358 0.186201 -0.133757 0.086317 0.040848 -0.027347 0.121457 0.035635 0.038348 -0.211718 -0.079073 -0.05499 -0.023262 0.110088 0.15298 -0.032642 -0.13472 -0.212998 -0.027732 0.063531 0.106933 0.023151 0.182741 0.033638 0.137725 0.033061 0.032967 0.229464 0.183583 -0.024954 0.007931 -0.1155 -0.003978 0.141381 -0.064609 -0.187598 0.155667 0.183217 0.149812 0.06594 0.198448 -0.037912 0.113682\nα -0.203256 0.734624 0.004747 0.100514 -0.034238 -0.367453 0.019736 0.030161 0.219454 -0.14451 0.026238 -0.134138 -0.32732 -0.445296 -0.324405 -0.629738 0.216986 -0.13528 0.126002 0.075183 0.418823 0.204919 0.079472 0.024794 -0.103242 0.27382 0.465305 0.198301 0.104836 0.141124 -0.197324 -0.26951 -0.195897 0.049704 -0.231343 0.156113 -0.329913 -0.1781 -0.383971 -0.272615 0.059052 0.208996 -0.238661 -0.400486 -0.336232 0.097241 0.109639 0.121562 -0.128896 -0.056052 0.166581 0.284673 0.138746 -0.07492 0.411246 -0.054315 -0.229358 0.187407 0.019604 0.204829 -0.176739 -0.571138 0.134508 0.378019 0.229179 0.006377 -0.207154 0.013665 -0.044458 0.148978 -0.171682 -0.159185 -0.004219 0.065398 0.15174 -0.00653 0.086688 0.265992 0.05051 0.193166 -0.109834 0.113177 0.278806 0.272273 -0.166064 -0.161952 -0.189154 0.102309 -0.289796 -0.095182 -0.159986 0.456139 0.14443 -0.041098 0.166014 0.179223 0.027813 0.166418 -0.080097 -0.090158 0.28049 0.370798 0.21079 0.324824 0.014326 0.345388 -0.101217 0.112395 -0.249925 0.043865 -0.015248 0.350844 0.119664 -0.026653 0.008518 -0.212303 -0.291464 0.26547 -0.079972 -0.38488 -0.190172 0.29767 -0.290893 -0.085874 0.470404 -0.086342 0.073009 0.270254 0.514878 -0.433859 0.145782 -0.109548 -0.168226 -0.190767 0.230634 -0.292069 -0.161178 -0.32957 -0.095758 0.265313 -0.013963 -0.089631 0.217414 0.385208 -0.090845 0.08592 -0.470517 0.243207 0.332822 0.045652 -0.234814 0.075794 -0.394486 -0.044052 -0.036778 0.231565 0.080288 -0.009771 -0.163828 0.095265 0.277416 0.310441 0.121754 0.002174 0.179964 0.094511 0.034235 -0.023667 0.015203 0.129072 0.302908 -0.16463 -0.227534 0.149102 0.041422 -0.226654 -0.148036 0.093466 -0.075148 0.001969 -0.357311 -0.037304 -0.051627 0.154404 0.037618 -0.23876 0.444867 0.390127 -0.105641 -0.020721 0.052438 0.12465 0.043063 0.076431 0.238464 -0.00601 -0.153618 -0.114882 0.102532 -0.068262 0.171689 0.015385 0.08138 -0.062754 -0.175756 -0.397345 -0.081182 0.098754 0.109573 0.326524 -0.132216 0.072181 -0.009 0.031993 -0.036108 0.017584 0.269302 0.145146 -0.14011 -0.052704 0.052702 0.201111 -0.018441 -0.600405 -0.246628 -0.415888 -0.053545 -0.015963 -0.32857 0.190746 -0.035692 -0.276447 0.05368 -0.336479 -0.199404 0.305113 -0.048164 -0.006202 0.149009 0.027882 -0.341258 -0.176394 -0.060842 -0.416534 -0.133776 -0.31226 0.017844 -0.182976 -0.18222 -0.083617 0.158774 -0.044664 -0.181762 -0.271536 0.052715 -0.047851 0.301181 0.084494 0.322222 -0.347172 0.129859 -0.131714 -0.080393 0.130238 0.116642 0.335995 -0.346826 0.167632 -0.151747 -0.408517 -0.05552 -0.426531 -0.253902 -0.17974 -0.237343 0.488189 -0.097818 -0.209895 0.092075 0.384696 0.283631 -0.102443 0.179112 0.024496 -0.162463 0.29126 -0.121405 -0.091247 -0.067185 0.166155 0.470082 -0.016351 0.155802 0.123326 0.19572 0.473631 -0.146933 0.116446 0.21178 -0.274919\nę -0.007875 -0.096944 -0.089037 -0.234026 0.305894 0.05531 -0.142467 -0.010384 -0.102293 0.162272 0.068853 -0.000383 0.071346 -0.038127 -0.049621 0.115645 0.258368 0.135813 0.11766 0.017429 0.10375 -0.156261 0.312875 -0.009085 0.078888 0.038109 -0.196679 -0.445013 -0.214846 -0.108465 0.1691 -0.016975 -0.157776 -0.00518 -0.084269 0.366111 -0.361716 -0.104991 -0.249987 0.089172 -0.054176 0.085939 0.007355 -0.266515 -0.01171 -0.114892 0.275486 0.004737 0.016155 -0.009958 -0.075708 -0.283735 -0.128514 0.151094 -0.025198 -0.127341 -0.092679 0.259517 -0.056381 -0.076936 -0.151679 0.136593 0.313693 -0.06392 -0.129482 0.271178 -0.131242 0.030541 -0.171965 0.209073 0.094065 -0.12866 -0.009839 0.092139 -0.140885 -0.219266 -0.071636 0.097925 0.158663 0.11427 -0.048008 0.01665 -0.061454 -0.020564 -0.10394 -0.159398 -0.09144 0.181925 -0.24044 0.051646 0.011817 -0.234073 0.111436 -0.178052 -0.085422 0.027334 0.030067 -0.104983 -0.145895 0.064863 -0.049848 -0.229642 -0.164403 0.10042 -0.233527 0.22206 0.08204 0.044665 -0.055103 -0.011564 -0.117113 -0.132574 -0.068444 0.129913 0.243443 0.117572 -0.19428 0.017284 -0.16649 0.237837 -0.267344 -0.438786 0.176129 0.002311 -0.055584 -0.033419 -0.042146 -0.155698 -0.193331 0.211353 0.328375 0.070992 0.043256 -0.054648 0.179015 0.023044 -0.017374 0.144139 -0.065212 0.081478 0.001936 -0.003254 0.099115 0.018682 -0.04746 -0.047309 -0.109865 0.015068 -0.165881 0.269168 0.06621 0.117752 -0.087825 0.238601 0.083161 0.001537 0.337704 0.157719 0.139228 0.123222 0.038789 0.094332 -0.04654 0.09228 0.097641 0.238634 -0.079963 -0.083798 -0.110054 0.120444 -0.059941 -0.306355 0.124334 0.056985 -0.089434 -0.013325 0.184 0.062419 0.067899 0.115686 0.018043 -0.088744 0.119463 0.302726 -0.129884 -0.188176 0.096707 0.009517 -0.049788 -0.065053 0.17292 0.178122 0.027233 -0.066373 0.002269 0.050873 -0.065469 0.105284 0.115649 0.048241 0.245388 0.105053 0.23613 -0.012675 0.195159 -0.323317 -0.132627 0.147396 -0.142483 0.062336 0.241081 -0.028861 -0.0591 0.008605 -0.087055 -0.118273 -0.034078 -0.014101 -0.262443 -0.058891 0.009726 0.079373 0.212514 0.090342 0.168967 -0.035007 -0.006636 0.05612 0.063852 0.133085 -0.355194 -0.070837 0.074227 0.097375 0.137537 -0.095303 -0.06619 0.079477 0.09819 0.239226 -0.013505 0.202516 0.087812 -0.148739 0.195275 -0.043688 0.411615 0.141351 -0.06687 -0.189317 0.01761 0.060243 -0.168106 0.360475 0.028302 0.068642 0.071465 0.001251 0.106424 0.094302 0.069754 0.263343 -0.135412 0.062697 0.139389 0.084595 -0.104298 -0.189438 -0.030905 -0.003913 -0.180302 -0.092773 0.154784 0.086647 -0.194342 0.080898 -0.041603 -0.11326 0.108584 -0.129548 -0.048144 0.090426 0.00466 0.080345 -0.045609 0.162673 -0.124907 0.0608 0.001021 0.022014 -0.014379 -0.155323 -0.133955 -0.002133 -0.09855 -0.116487 -0.156233 0.054505 0.075595 0.006128\nÆ 0.013127 -0.012026 -0.150128 -0.120412 0.132221 -0.002083 -0.028625 -0.007981 0.104697 -0.042093 0.098126 -0.042197 0.032676 0.0773 0.144217 -0.154474 -0.031657 -0.008083 -0.015468 0.100364 -0.058453 0.159845 -0.002468 0.013253 0.087214 0.075991 -0.032777 -0.132195 -0.009501 -0.018005 -0.009988 -0.060396 0.011568 -0.046902 0.011298 0.080067 -0.124266 0.080219 -0.067274 0.03609 0.046167 0.030823 0.057439 -0.127126 0.083435 0.020267 0.077539 0.000198 -0.034778 0.054777 -0.078612 -0.070066 0.103647 -0.040308 0.08882 -0.102399 0.029326 0.073174 -0.044414 0.086426 -0.022213 -0.061044 0.093733 0.062652 0.053458 0.101062 -0.144478 0.196581 -0.168723 0.086103 0.03254 0.063125 0.04075 -0.005318 -0.029448 0.175317 -0.018903 0.062773 -0.005122 0.059468 0.02549 0.058257 -0.037502 0.085514 -0.09715 -0.073738 0.010116 0.02274 -0.011794 -0.035613 -0.016799 -0.040964 0.008181 -0.037032 0.007149 0.009594 -0.085215 -0.057491 -0.069457 -0.133817 -0.111378 -0.010079 -0.049345 0.016902 -0.024152 0.100674 0.040715 -0.078856 0.043561 0.06167 0.06478 0.019865 -0.003794 -0.002713 -0.072904 0.061854 -0.057867 0.019102 -0.171093 -0.141463 0.04273 -0.143131 0.065559 -0.045338 0.07963 -0.077141 -0.081214 -0.013649 0.06609 -0.062335 0.130788 0.018515 -0.0539 -0.103911 0.071992 -0.080033 -0.004399 0.123692 -0.05834 0.077393 0.050667 -0.038674 0.045924 0.149935 0.161779 0.048185 -0.017388 0.150803 -0.030532 0.170234 -0.078406 0.104875 -0.042297 0.200413 0.01946 -0.080976 -0.03711 0.099837 0.070702 0.086305 0.012847 0.046532 0.102167 -0.084584 -0.051685 -0.027454 0.008972 -0.009856 0.01295 0.139624 0.019291 -0.112952 -0.086299 0.054414 -0.021433 -0.0741 0.055952 0.032795 -0.059856 -0.023366 -0.016776 -0.056338 -0.047344 0.005129 -0.037258 -0.073968 -0.042795 -0.100162 -0.157534 -0.097311 0.016577 0.058655 0.019697 -0.118859 0.073021 -0.004844 -0.033647 -0.053771 0.069446 0.190841 0.119482 -0.002219 0.013267 -0.059519 0.08305 -0.180486 0.046903 0.077554 -0.053781 0.200501 0.061144 -0.030346 0.139068 0.142212 0.015788 0.040792 0.071563 -0.131617 -0.083549 -0.101941 -0.121727 0.072172 0.07571 -0.044222 -0.018624 -0.008977 -0.077662 -0.021495 -0.00087 -0.004325 -0.04655 -0.041343 0.005486 0.026777 -0.040043 0.017719 -0.093017 -0.041549 0.206568 0.130514 -0.072363 0.050743 -0.073464 -0.131371 0.017103 -0.068645 0.113952 -0.015551 -0.030388 0.084853 -0.024161 0.081681 -0.000543 -0.049062 0.049973 -0.004187 0.031826 0.007199 0.140069 -0.084039 0.04174 0.009804 -0.009754 0.088616 0.028235 0.018025 -0.161963 -0.046541 -0.057376 -0.025209 0.070228 0.109103 -0.017163 -0.066381 -0.130486 0.008917 0.045193 0.06486 0.024366 0.119433 0.034743 0.09057 0.034157 0.01163 0.14674 0.11983 -0.007802 -0.013712 -0.091961 -0.01219 0.112428 -0.064181 -0.12725 0.089686 0.111493 0.087325 0.029641 0.148796 -0.00565 0.078847\n -0.03022 -0.031611 -0.368874 -0.377903 0.32647 -0.031006 -0.149532 0.038429 0.225594 -0.103718 0.256764 -0.12288 0.132932 0.200408 0.398477 -0.454544 -0.116761 -0.084794 -0.220988 0.231848 -0.187888 0.39769 -0.027384 0.021601 0.329863 0.083145 -0.149575 -0.319901 -0.09426 -0.043286 0.043594 -0.122544 0.099234 -0.14458 0.070389 0.187702 -0.221591 0.101886 -0.23041 0.040518 0.116658 -0.019523 0.235988 -0.253821 0.281104 0.103332 0.104928 0.034188 -0.200605 0.087132 -0.167442 -0.203412 0.279096 -0.093997 0.178281 -0.169889 0.049344 0.067844 -0.172934 0.147489 -0.004837 -0.085902 0.167772 0.147012 0.182263 0.239789 -0.387001 0.442548 -0.382637 0.122706 0.259031 0.104862 0.210184 0.007526 -0.138858 0.352916 -0.120302 0.039848 -0.061096 0.077378 0.093455 0.103285 -0.045189 0.118487 -0.160359 -0.199746 0.133129 0.037807 0.020016 -0.083701 -0.036281 -0.043693 0.017856 -0.107477 0.011887 0.078685 -0.253896 -0.193898 -0.152916 -0.241085 -0.349333 -0.119128 -0.129823 -0.062617 -0.032592 0.246593 0.015106 -0.217467 0.060474 0.072162 0.190498 -0.021337 0.066802 -0.07545 -0.166994 0.111224 -0.071624 -0.1037 -0.41305 -0.339763 0.09664 -0.394618 0.157948 -0.08403 0.222436 -0.241633 -0.215526 0.043778 0.113244 -0.173675 0.357852 0.011734 -0.202582 -0.21394 0.209028 -0.05256 -0.05384 0.307789 -0.142236 0.21619 0.051109 -0.11018 0.058019 0.280344 0.364076 0.101959 -0.082596 0.232306 -0.145582 0.377836 -0.106386 0.253569 -0.089932 0.386966 -0.011781 -0.142177 -0.021022 0.303317 0.249845 0.105931 0.039802 0.090756 0.24332 -0.176385 -0.156528 -0.055723 0.018085 0.059302 -0.091972 0.321544 -0.022039 -0.312806 -0.205756 0.06904 0.074949 -0.281324 0.101126 0.020027 -0.070502 -0.083544 0.142644 -0.128786 -0.098975 0.045324 -0.108146 -0.138085 -0.1678 -0.232524 -0.459947 -0.22673 -0.037344 0.022203 0.08427 -0.292469 0.140687 0.087302 -0.139874 0.035106 0.14681 0.510786 0.173874 -0.075082 -0.048179 -0.197483 0.161206 -0.519264 0.115987 0.177377 -0.122589 0.379163 0.109122 -0.065448 0.337884 0.391574 -0.027826 0.072634 0.054084 -0.475412 -0.146476 -0.198049 -0.261773 0.087662 0.139636 -0.091446 -0.107276 0.089772 -0.170854 -0.072927 -0.018264 -0.078714 0.03571 -0.194981 0.045686 0.112677 -0.146568 -0.040851 -0.25108 -0.220207 0.58087 0.345108 -0.034486 0.055978 -0.184363 -0.32717 0.005834 -0.071292 0.279834 0.061213 -0.147714 0.215642 -0.040093 0.207811 -0.033359 -0.076349 0.119338 -0.151471 0.06232 0.027216 0.250544 -0.256464 0.098575 0.004616 -0.171955 0.176422 0.072645 0.081867 -0.354865 -0.18617 -0.118765 0.026177 0.24316 0.328125 -0.126092 -0.238712 -0.423022 0.014511 0.067079 0.12295 0.192266 0.390277 -0.04277 0.237876 0.01975 0.09699 0.325497 0.292531 -0.093366 -0.044612 -0.191904 -0.068341 0.217173 -0.103004 -0.379419 0.271145 0.220528 0.218536 0.036936 0.317307 0.03238 0.18469\n¥ 0.005628 0.00171 -0.151977 -0.104363 0.124736 0.005758 -0.017349 -0.012985 0.111364 -0.057796 0.079884 -0.059978 0.036847 0.075368 0.148087 -0.16537 -0.033488 -0.011383 0.004915 0.096829 -0.0504 0.149335 -0.010493 0.01348 0.079595 0.054242 -0.00438 -0.138482 0.000473 0.00938 -0.004677 -0.027184 0.001746 -0.038361 0.024089 0.080894 -0.111342 0.077219 -0.06114 0.017552 0.036962 0.008247 0.067453 -0.124908 0.076274 0.02728 0.060055 -0.007073 -0.052425 0.056656 -0.069277 -0.063721 0.112465 -0.034485 0.090202 -0.083363 0.03639 0.050348 -0.036744 0.091326 -0.025308 -0.048092 0.096073 0.063923 0.050702 0.095089 -0.125023 0.172153 -0.163149 0.041674 0.028021 0.078677 0.014093 -0.027445 0.012017 0.142002 -0.01637 0.06536 -0.013609 0.063821 0.01757 0.061495 -0.049479 0.072158 -0.112543 -0.086741 0.01257 0.056921 -0.025884 -0.06337 -0.016225 -0.03537 0.011991 -0.047486 0.0034 0.000508 -0.076888 -0.051958 -0.068547 -0.133739 -0.111642 -0.013469 -0.051099 0.02476 -0.012141 0.091868 0.030506 -0.100312 0.057685 0.072643 0.056763 0.009688 0.008743 -0.012077 -0.058666 0.067347 -0.042313 0.006214 -0.137211 -0.15261 0.025296 -0.126402 0.052309 -0.02071 0.079018 -0.069194 -0.073165 -0.014262 0.064972 -0.056524 0.101623 0.022459 -0.040545 -0.08239 0.060246 -0.083142 -0.01589 0.123098 -0.039813 0.047976 0.040003 -0.020525 0.059982 0.131744 0.12998 0.037348 -0.014414 0.118524 -0.026275 0.14212 -0.077315 0.092629 -0.033763 0.193633 0.009304 -0.082137 -0.010142 0.069785 0.078453 0.042803 0.020976 0.052608 0.106237 -0.065389 -0.036944 -0.02243 0.019684 0.001884 0.029978 0.130622 0.045541 -0.103159 -0.089667 0.030638 -0.030298 -0.08457 0.045374 0.04469 -0.057129 -0.049339 -0.000296 -0.043489 -0.03182 0.000582 -0.041752 -0.075948 -0.046636 -0.110098 -0.151448 -0.106263 0.005851 0.059965 0.026897 -0.094955 0.062611 0.006376 -0.036374 -0.04096 0.069481 0.171065 0.088058 -0.00128 0.014887 -0.058495 0.096939 -0.163762 0.031307 0.071478 -0.075108 0.207305 0.0605 -0.023745 0.134443 0.134583 0.006538 0.05161 0.041043 -0.113813 -0.082062 -0.059161 -0.121155 0.072145 0.087268 -0.05832 -0.011224 0.01012 -0.089522 0.007582 0.009043 0.002977 -0.050482 -0.048443 0.011641 0.007551 -0.027519 0.009749 -0.08811 -0.050186 0.18975 0.129077 -0.056861 0.04372 -0.080946 -0.113603 0.043128 -0.078316 0.105486 -0.023165 -0.027079 0.061129 -0.030502 0.087552 -0.02334 -0.046192 0.027964 -0.001746 0.051101 -0.002594 0.131596 -0.093425 0.051259 0.013807 -0.010967 0.096021 0.016735 0.012019 -0.138809 -0.04712 -0.023334 -0.023756 0.040122 0.108573 -0.018021 -0.103563 -0.094997 0.000659 0.053068 0.043674 0.035455 0.117649 0.059963 0.070756 0.029714 0.024879 0.135731 0.093587 -0.015844 -0.010153 -0.092076 -0.020998 0.08533 -0.02971 -0.109225 0.077443 0.100746 0.097255 0.040807 0.153395 0.014379 0.106162\nÖ -0.090803 0.014091 0.038872 -0.016958 0.178182 -0.110083 -0.134677 -0.12106 0.066843 0.064312 -0.070855 -0.021508 0.106766 -0.022643 -0.036982 -0.030651 0.031833 0.069506 0.005372 0.016589 0.192984 0.154871 0.126481 -0.045262 0.09014 0.206479 -0.038594 -0.121831 -0.195084 -0.07144 -0.041388 0.00567 -0.039792 0.060548 0.05275 0.0705 -0.189476 -0.052274 -0.076223 0.22119 -0.012246 0.145954 -0.03868 -0.212471 -0.03231 0.037489 0.046896 -0.061742 0.027992 0.003894 -0.094206 -0.227853 0.011573 0.100255 0.106428 -0.040457 -0.056675 0.094628 0.154997 0.072699 -0.178395 -0.041696 0.026523 0.248225 0.056007 -0.018728 -0.085973 -0.088404 -0.174814 0.094974 -0.078623 -0.147032 -0.104415 0.116533 0.171281 0.12487 0.032439 0.067298 0.118467 0.08 0.032099 0.050596 -0.024697 0.14048 0.081727 0.008679 -0.044924 0.271888 0.01068 0.004525 0.133433 -0.117713 -0.037428 -0.203533 -0.102772 0.141709 -0.082859 -0.091977 -0.116491 -0.115397 -0.079504 -0.130367 -0.097488 0.170323 -0.136391 0.059368 0.024368 0.029556 -0.186292 0.097322 0.170745 -0.04504 -0.083552 0.065105 0.111317 0.010727 -0.019526 0.076062 -0.084938 -0.045246 -0.204623 -0.131073 0.069904 -0.017015 0.232651 -0.042807 -0.083085 0.111837 -0.006657 0.175404 0.108206 0.185495 0.101827 0.064451 -0.062571 -0.069252 0.034333 -0.000616 -0.091718 0.120366 0.16325 -0.096893 0.036828 0.131479 -0.114131 0.081144 -0.048976 0.040277 0.086752 0.147857 -0.123005 0.11295 -0.017901 0.20659 0.150427 0.063316 0.170286 0.138071 -0.117547 0.20048 0.145326 0.067195 0.002813 -0.06195 0.014477 0.056834 -0.046082 -0.015391 -0.034023 0.17184 0.100573 -0.176269 0.02282 0.090429 -0.179051 -0.022159 0.020977 0.135407 -0.075608 -0.091089 -0.081489 -0.016583 0.036495 0.151501 -0.001857 -0.122308 0.129104 -0.003444 0.007406 -0.11844 0.092106 0.103922 0.039048 -0.045902 0.193291 0.000989 0.003907 0.064786 0.112465 -0.015981 0.258015 -0.016411 0.128652 -0.022853 0.0538 -0.166488 -0.067411 0.013377 -0.033053 0.17458 -0.00794 -0.092516 0.153891 -0.001498 -0.093633 -0.131229 0.117652 -0.102017 -0.224242 -0.166938 -0.119671 0.009722 0.005425 -0.111042 0.065093 -0.056484 0.034445 0.040871 0.160014 0.091625 -0.247182 0.012885 -0.012983 -0.140444 0.030026 0.026684 -0.15524 0.002197 0.117301 -0.004482 -0.191259 0.047335 -0.131535 -0.177625 0.105262 -0.134564 0.044887 -0.05415 -0.114326 -0.036741 -0.252778 -0.032372 -0.140508 0.169158 -0.049994 0.185972 -0.119745 0.106434 0.091963 -0.066492 0.030843 0.078417 -0.002352 0.047388 0.143667 0.148588 -0.075833 -0.118139 -0.20656 -0.071736 -0.016032 0.002996 0.058796 -0.021925 0.007332 0.071033 -0.118642 -0.115212 0.020126 0.096734 0.056809 0.150036 0.089799 0.032436 -0.009931 0.012231 0.004723 0.032973 -0.159084 -0.035476 -0.091604 -0.051892 -0.12324 -0.074407 0.005728 0.012753 -0.177439 0.044538 0.012496 0.025743\n÷ -0.05243 0.000667 -0.109605 -0.12265 -0.106489 -0.367171 -0.034944 0.002923 0.170653 -0.09839 0.028762 0.04514 -0.055467 -0.08594 -0.105044 -0.232945 -0.005408 -0.028387 0.122404 -0.028238 0.019852 -0.003373 0.048577 0.023924 -0.019879 0.050447 0.223687 -0.041044 -0.073658 0.05533 -0.067043 0.101682 0.065585 -0.012344 0.030716 -0.029565 0.011602 -0.104128 -0.068888 -0.188725 0.030717 0.008246 -0.066383 -0.311378 -0.150912 0.166842 -0.163178 0.153222 0.110344 -0.073021 -0.009792 -0.078737 -0.064874 0.058036 0.038926 -0.091851 -0.039092 0.069914 0.032731 0.188159 -0.036293 -0.110738 0.147637 0.209573 0.192665 -0.072725 -0.002538 0.008558 -0.121536 0.014035 -0.064173 0.371732 -0.209599 -0.062411 0.137434 0.001436 0.123848 0.097276 -0.048555 0.066514 0.002917 -0.033507 0.080894 0.179202 0.114363 -0.00589 -0.08111 0.098773 -0.023282 -0.143091 0.023211 0.092394 0.066877 -0.157678 -0.06311 -0.12211 -0.025849 -0.111276 0.065986 0.00042 -0.135748 0.020514 0.17324 0.130812 -0.110183 0.082206 0.17294 0.05813 -0.183846 -0.045248 -0.10321 -0.015331 0.02774 0.173064 0.01001 -0.167669 -0.097502 0.060949 -0.034666 -0.025242 -0.005139 -0.055503 -0.081305 -0.026621 0.113304 0.092977 0.004796 0.202444 0.066035 0.022681 0.01132 -0.123854 0.042328 -0.099419 0.035982 -0.136861 0.04112 0.049869 0.010832 -0.002181 0.165929 0.06709 0.137263 -0.071966 -0.068048 -0.011057 0.001886 -0.012492 0.006074 0.05585 -0.122046 -0.017564 -0.278186 0.246722 0.120128 0.12465 0.133499 0.065178 0.077853 0.118798 0.286844 0.084595 0.062633 -0.154546 0.028375 0.042055 0.234778 0.025467 0.089854 0.055565 0.138612 -0.138985 0.11442 -0.029468 -0.029913 0.061199 -0.16785 0.104488 0.09868 -0.125929 -0.008473 -0.205387 0.053904 0.14694 -0.052842 -0.164049 0.159605 0.109256 -0.218735 -0.071063 -0.058305 0.305942 0.089495 -0.11108 0.138129 0.051413 -0.003486 -0.154254 0.000343 -0.06267 0.001663 0.116224 0.033377 0.052567 -0.099062 -0.170443 -0.052174 0.069639 -0.074267 0.076599 0.024922 0.029215 0.15478 0.139492 0.247679 0.14613 -0.01434 0.085084 0.086307 0.01082 -0.05669 -0.028605 -0.090218 -0.162031 0.063948 -0.020675 -0.127966 0.217814 -0.05334 -0.06616 -0.0718 -0.010703 0.083658 0.011291 -0.090491 0.078327 -0.206912 0.159589 0.212806 -0.290943 -0.243664 -0.080746 -0.155973 -0.09608 0.212295 -0.075529 -0.038176 -0.167112 -0.097901 -0.10707 0.124576 -0.086654 0.152936 0.159865 -0.116808 0.215888 -0.112769 -0.025143 0.25045 -0.013672 0.01606 0.132186 0.11259 0.03199 0.053707 0.063166 -0.046046 0.12802 0.147694 -0.175443 -0.165138 0.06162 -0.028659 -0.07102 0.017439 0.246208 -0.159788 -0.084779 0.013984 0.035656 0.239979 0.098277 -0.04513 -0.182717 0.251927 -0.01245 -0.048523 -0.08361 0.055801 0.125689 0.008505 -0.121171 -0.094449 0.091782 -0.052903 0.080164 -0.02284 0.095246 0.100394 0.03098\n¡ 0.013646 -5.2e-05 -0.121049 -0.081875 0.097884 0.000931 -0.026439 -0.002929 0.088609 -0.050179 0.062193 -0.030698 0.014738 0.055613 0.108488 -0.10917 -0.033235 -0.003977 -0.002354 0.089173 -0.041003 0.121045 -0.005908 0.006504 0.059392 0.051071 -0.012889 -0.089665 0.011333 -0.004807 -0.020948 -0.041517 -0.009323 -0.014535 0.002411 0.054171 -0.106655 0.068775 -0.053614 0.025874 0.026504 0.02251 0.064498 -0.10779 0.063508 0.026051 0.050166 -0.003723 -0.027237 0.04787 -0.048866 -0.043447 0.082158 -0.024134 0.08255 -0.06845 0.040133 0.052449 -0.022986 0.058051 -0.015416 -0.038592 0.078599 0.057952 0.036235 0.074647 -0.116625 0.155164 -0.128377 0.05312 0.015258 0.059599 0.024221 -0.008838 -0.012505 0.121228 -0.006629 0.061085 -0.000879 0.051875 0.013376 0.046568 -0.036152 0.068408 -0.077921 -0.052053 0.00397 0.024227 -0.011865 -0.038791 -0.010311 -0.031797 0.030853 -0.03519 -0.003499 0.005157 -0.05152 -0.041975 -0.043936 -0.106461 -0.064004 -0.018186 -0.037597 0.020616 -0.018319 0.08382 0.03854 -0.060781 0.036423 0.065895 0.034801 0.028274 0.003178 -0.007783 -0.045899 0.051854 -0.042248 0.018533 -0.131492 -0.11645 0.02439 -0.116377 0.049854 -0.016223 0.06502 -0.052821 -0.046749 0.000556 0.05396 -0.036634 0.09437 0.025832 -0.039201 -0.067784 0.035575 -0.064927 0.01097 0.10995 -0.034478 0.048637 0.030286 -0.02898 0.031608 0.112252 0.108026 0.023467 -0.001888 0.11065 -0.001319 0.12126 -0.071079 0.080682 -0.028584 0.146281 0.011432 -0.071145 -0.033014 0.069296 0.048296 0.050888 0.01812 0.034854 0.081836 -0.068208 -0.033197 -0.008214 -0.00178 0.002799 0.019432 0.106857 0.030675 -0.076314 -0.051301 0.038061 -0.025195 -0.05201 0.049112 0.033788 -0.059952 -0.026093 -0.004983 -0.056463 -0.040195 -0.006138 -0.016102 -0.075338 -0.030071 -0.085053 -0.118015 -0.084969 0.015706 0.04397 0.016215 -0.069176 0.058372 0.003003 -0.018556 -0.046439 0.051825 0.145468 0.099197 -0.014803 0.015744 -0.043449 0.071979 -0.131462 0.02602 0.0623 -0.044338 0.153242 0.037111 -0.012136 0.104304 0.111279 0.023383 0.043302 0.047485 -0.079683 -0.06546 -0.062728 -0.095779 0.074123 0.072795 -0.034508 -0.013965 -0.013356 -0.060906 -0.006492 -0.003498 0.005252 -0.0378 -0.024786 -0.003041 0.015621 -0.01933 0.015602 -0.073969 -0.030472 0.153509 0.099897 -0.041967 0.042342 -0.061732 -0.094099 0.029538 -0.063908 0.079592 -0.016981 -0.005836 0.057117 -0.024259 0.058746 -0.015832 -0.03436 0.031195 0.010242 0.016909 0.007888 0.11688 -0.051338 0.035331 0.007554 -0.004703 0.072867 0.014264 0.021299 -0.110489 -0.041627 -0.041271 -0.017182 0.053111 0.085923 -0.020356 -0.039023 -0.083476 0.006383 0.040199 0.05442 0.021673 0.081046 0.037167 0.070421 0.036119 0.018295 0.124376 0.082958 -0.023483 -0.011883 -0.052233 -0.019777 0.089107 -0.039872 -0.091236 0.066195 0.085663 0.068852 0.021791 0.122785 -0.004434 0.0395\nМ 0.046893 0.064711 -0.082531 -0.032126 0.079204 0.017441 0.002734 0.107356 0.085173 0.092235 0.033716 0.012403 -0.023092 0.065258 -0.036133 -0.088466 0.033953 -0.035193 -0.035117 0.085952 0.043002 0.02645 0.049388 -0.053291 -0.017853 0.08273 0.097341 -0.0756 0.052129 0.022153 -0.002967 -0.044755 -0.02677 -0.020401 0.064787 0.045644 -0.052094 -0.037097 -0.027281 0.031076 -0.030538 -0.006676 -0.0449 -0.141847 -0.063335 0.012283 -0.025487 -0.019021 -0.05918 -0.006179 -0.01839 0.002564 0.016946 0.007174 0.125225 -0.075001 -0.120847 0.053273 0.004302 0.112872 0.028979 -0.052662 0.132657 0.116164 0.024215 0.095787 -0.144982 0.016777 -0.042675 0.103546 -0.006159 0.084749 -0.063147 0.039693 -0.040503 0.05407 -0.004835 0.129326 0.012613 0.028738 0.026763 0.039178 0.003076 0.122165 0.061611 -0.069096 -0.031042 -0.028111 0.020797 0.005291 -0.001129 0.041112 0.044709 0.032564 0.034949 0.012337 0.028391 -0.109421 -0.016745 -0.070169 -0.01602 0.019587 -0.016776 0.07789 -0.100218 0.064405 0.061161 0.000686 -0.088661 0.076916 0.042007 0.080534 0.066755 0.054448 0.048201 -0.065291 -0.066614 0.1302 -0.050787 -0.045723 -0.013834 -0.025288 0.018393 -0.009491 0.041782 -0.018157 -0.024255 0.025703 0.082513 0.026497 0.071981 -0.051394 -0.099535 0.036999 -0.016807 -0.021758 0.036135 0.040009 -0.026395 0.039744 0.011526 -0.028846 0.034952 0.041705 0.010735 -0.030341 0.026134 0.147931 -0.023655 0.130557 -0.120091 0.018322 -0.052829 0.1683 0.058135 -0.021615 0.076178 -0.065246 -0.011878 0.127707 0.112568 0.03289 0.10785 -0.012632 0.019504 0.026342 0.097635 0.035659 0.010604 -0.012661 0.072678 -0.081343 -0.070162 0.024302 -0.099361 -0.037533 -0.077082 0.107387 0.0233 -0.045614 -0.04423 0.019423 -0.015441 0.059195 -0.079711 -0.117326 0.025391 0.036777 -0.091394 0.006072 0.113676 0.029239 0.01074 0.006226 0.140743 -0.071059 0.014625 -0.074717 -0.004126 -0.00398 -0.021791 -0.06369 0.121352 0.06073 -0.001803 -0.17209 0.034521 0.08558 0.05687 0.127147 -0.011825 0.047968 0.094087 0.080613 0.055012 0.058934 0.106676 0.035198 -0.057912 -0.084823 -0.065384 0.008174 -0.032161 -0.020789 0.013007 0.004358 -0.031112 0.027602 -0.032879 0.103089 -0.046003 0.053681 0.016066 -0.043272 -0.012577 0.087435 -0.062583 -0.002111 0.065821 -0.044724 -0.064224 -0.014966 -0.108446 -0.049754 0.091088 -0.084938 0.048406 -0.1097 -0.011922 -0.101828 0.094051 -0.029373 -0.00307 0.035055 -0.043155 0.066757 0.008924 0.021802 0.026602 -0.018815 0.009894 0.081742 0.02664 0.114866 0.055338 0.023396 -0.128795 0.014234 -0.00967 -0.022005 0.017073 -0.045348 -0.00047 -0.045992 -0.02527 0.037626 -0.016211 -0.047353 -0.00123 0.091398 0.112086 0.020589 0.009212 -0.06657 0.054152 0.085479 -0.050703 -0.076302 -0.001494 0.019171 0.09036 -0.087423 0.004766 0.020924 0.069465 0.08563 -0.007123 0.070457 0.052408 0.025732\nº 0.009328 0.00628 -0.111268 -0.078032 0.079346 -0.004484 -0.018409 -0.002659 0.082848 -0.049103 0.055358 -0.028729 0.014634 0.044848 0.09876 -0.113299 -0.023484 -0.003564 0.003529 0.074324 -0.025986 0.108236 -0.005238 0.000644 0.058875 0.049175 -0.008029 -0.080193 0.009639 -0.004789 -0.023393 -0.031711 -0.00819 -0.015258 0.012924 0.051596 -0.10081 0.058511 -0.043778 0.022513 0.02473 0.024202 0.04788 -0.107017 0.049161 0.027839 0.051508 0.003722 -0.033029 0.037473 -0.04426 -0.037034 0.08227 -0.018932 0.078989 -0.066284 0.03124 0.051084 -0.022072 0.062762 -0.015631 -0.0414 0.083188 0.063398 0.038221 0.077089 -0.097876 0.133359 -0.120212 0.049814 0.00939 0.054411 0.018382 -0.009865 -0.010758 0.110747 -0.004447 0.056969 -0.000546 0.050853 0.010757 0.04267 -0.03136 0.073882 -0.069846 -0.056674 0.005354 0.026932 -0.009168 -0.035156 -0.003938 -0.028478 0.027034 -0.036306 -0.008102 -0.001058 -0.046972 -0.042181 -0.039726 -0.099267 -0.057698 -0.009969 -0.026975 0.023248 -0.015189 0.073246 0.032144 -0.055311 0.032451 0.055637 0.031416 0.019065 0.002015 -0.003358 -0.045738 0.051122 -0.039818 0.024623 -0.117109 -0.107144 0.02451 -0.094739 0.048427 -0.018897 0.063448 -0.049717 -0.043266 -0.005061 0.05342 -0.038967 0.08383 0.022696 -0.041611 -0.066455 0.028498 -0.063845 0.008253 0.107576 -0.028027 0.039924 0.037981 -0.03159 0.03438 0.103874 0.100753 0.027287 0.004177 0.10575 -0.002994 0.116397 -0.066912 0.072697 -0.027202 0.139775 0.012674 -0.057534 -0.024257 0.057304 0.047352 0.052828 0.025119 0.031518 0.076051 -0.062507 -0.031015 -0.007274 0.011483 0.001555 0.020538 0.101505 0.024149 -0.075678 -0.045815 0.033564 -0.022988 -0.049321 0.041767 0.026671 -0.056634 -0.025227 -0.014278 -0.044083 -0.025106 -0.001301 -0.015672 -0.074642 -0.026793 -0.074315 -0.113137 -0.076501 0.014712 0.03819 0.017897 -0.067976 0.049781 0.000812 -0.026497 -0.035151 0.04484 0.129435 0.088206 -0.008875 0.016727 -0.040401 0.067678 -0.12664 0.016836 0.059716 -0.048771 0.141243 0.038013 -0.01126 0.105492 0.103309 0.025564 0.045851 0.047499 -0.080768 -0.066654 -0.058877 -0.085129 0.065549 0.061754 -0.040027 -0.009367 -0.009705 -0.068332 0.00077 -0.004865 0.001502 -0.042197 -0.0258 0.002304 0.013425 -0.013984 0.020118 -0.070955 -0.019563 0.143346 0.089524 -0.048047 0.030168 -0.065053 -0.091331 0.032959 -0.058899 0.078706 -0.015015 -0.006528 0.056771 -0.018592 0.059367 -0.012238 -0.018283 0.02257 0.011801 0.026814 0.010738 0.104712 -0.045211 0.032203 0.018432 -0.003092 0.067695 0.020693 0.009734 -0.103982 -0.031816 -0.038496 -0.021274 0.041313 0.073964 -0.020815 -0.039225 -0.072919 0.017187 0.030001 0.037763 0.016718 0.07756 0.032858 0.062513 0.037921 0.01051 0.113326 0.084654 -0.021288 -0.005328 -0.049917 -0.014295 0.08044 -0.036618 -0.081219 0.059549 0.077894 0.066659 0.011733 0.11104 0.002533 0.044832\nỖ 0.02002 0.067652 -0.11402 0.050165 0.050369 -0.060756 0.070047 0.00327 0.023123 0.029028 0.016653 -0.036057 -0.068738 -0.034257 -0.058259 -0.026947 0.029197 0.008694 0.004078 -0.012101 0.058815 0.051536 0.020255 0.015762 0.081294 0.029456 0.051191 -0.000348 -0.089343 -0.009333 -0.01078 -0.037968 -0.037268 -0.034717 0.082882 0.105233 -0.01101 0.021222 0.00011 0.008583 -0.049254 -0.053891 -0.062179 -0.091913 0.05606 -0.036484 0.092197 0.017475 -0.039218 0.023953 -0.051657 -0.091741 0.05521 -0.002717 -0.000327 -0.012378 0.024247 -0.0827 0.006842 0.059886 0.003993 0.037679 0.113667 0.006448 0.039648 0.036988 -0.021383 0.0736 -0.103514 0.097042 0.053149 0.054683 0.064774 -0.005984 -0.020784 0.113169 -0.067458 0.002619 0.002995 0.037649 -0.010509 0.002355 0.03234 0.179902 -0.055147 0.023906 0.015007 0.069112 -0.053173 -0.001916 0.078631 0.05725 -0.03786 -0.044185 -0.010341 0.006603 -0.061889 -0.084675 -0.059224 -0.038822 -0.051348 -0.030861 -0.057264 -0.016325 0.031074 0.048341 -0.00821 -0.044909 0.033242 -0.008264 0.030948 -0.047152 -0.059846 0.040239 -0.022723 0.052482 -0.051233 -0.052233 -0.065044 -0.096034 0.073023 -0.03766 0.072353 -0.002091 -0.005234 -0.047213 0.038944 0.029852 0.031388 -0.045928 0.02356 -0.013806 -0.067013 -0.013772 0.011595 -0.102234 0.033768 0.069641 -0.004298 -0.016722 0.049771 -0.09119 0.021713 0.118576 0.055207 -0.031369 0.088224 0.110413 0.037276 0.13662 -0.009981 0.110846 -0.065648 0.216344 0.064798 -0.059889 -0.003114 0.064049 0.084655 0.041275 -0.031276 0.121844 0.039404 0.037461 -0.041205 0.011477 -0.039294 -0.057143 0.029049 0.041627 -0.006902 -0.101737 0.026655 0.056628 -0.077861 0.00415 -0.024549 0.064543 -0.021242 0.008777 -0.010718 0.052934 0.024565 0.024126 -0.011024 -0.020068 -0.026485 0.019307 -0.116861 -0.093607 0.061633 0.097896 0.021082 -0.068757 -0.02749 -0.1497 -0.032844 -0.009197 0.009219 0.133695 0.025693 -0.00729 -0.056531 0.02141 0.099554 -0.05406 -0.026863 -0.016604 -0.003395 0.148206 0.032007 -0.097568 0.082128 0.040032 0.038099 -0.002113 0.060275 0.071931 -0.065076 -0.088375 -0.020286 0.083532 0.055889 0.01689 0.063483 -0.014214 0.020802 -0.043167 0.011732 0.04337 0.001669 -0.043283 -0.011861 -0.012602 0.037633 -0.011449 -0.032565 0.052874 0.101931 -0.009813 -0.125018 0.090025 -0.08687 -0.134872 0.03978 -0.11127 0.147445 -0.053539 -0.041777 0.02149 -0.114195 0.032074 0.013011 0.02813 -0.034483 0.051676 0.006727 0.039307 0.013299 -0.033762 -0.000698 -0.036565 -0.034162 -0.00773 0.051955 -0.049348 -0.170298 0.042344 -0.024242 -0.021571 0.070032 0.066686 -0.051658 -0.048121 -0.04763 -0.017348 -0.035374 0.011768 0.031738 0.040007 0.128072 0.033072 0.03328 -0.02393 0.065979 0.03979 0.016694 -0.069485 -0.074291 -0.016484 -0.00827 -0.082453 -0.048836 -0.008864 0.064241 0.052218 0.086588 0.109381 -0.056131 0.063936\nẪ -0.037822 0.08598 -0.22962 0.021443 0.10522 -0.04199 0.028155 0.002959 0.150568 0.035464 0.009976 -0.044322 -0.048183 -0.024098 -0.022071 -0.106251 -0.021732 0.016576 0.00386 -0.018517 0.060497 -0.009345 0.005578 -0.006969 0.08405 0.030886 0.018241 -0.039644 -0.089642 -0.023718 0.000435 -0.055487 -0.067693 0.000136 0.057494 0.098263 -0.071582 0.052703 -0.005211 0.005724 -0.025516 -0.010839 -0.073617 -0.135917 0.030305 -0.025091 0.060896 0.046695 -0.076798 0.074943 -0.021101 -0.069755 0.065625 0.003112 0.057278 -0.063828 -0.004918 -0.128854 0.047401 0.064427 -0.037296 0.024455 0.112041 0.014456 0.032764 0.094934 -0.050877 0.112535 -0.153165 0.10251 0.069463 0.070928 0.082099 -0.013423 0.000895 0.135498 -0.060007 0.020828 0.020181 0.040984 -0.009695 0.03075 -0.00772 0.208418 -0.050302 0.083095 0.009976 0.115605 -0.088586 -0.038933 0.041267 0.087607 -0.007889 -0.065478 -0.080601 -0.01281 -0.086164 -0.086836 -0.048529 -0.046032 -0.021956 -0.010035 -0.029139 -0.012692 0.061896 0.059127 0.007641 -0.086944 0.029872 -0.038137 0.026911 0.03038 -0.045803 0.031388 -0.044171 0.068478 -0.072177 -0.028678 -0.065587 -0.122222 0.07747 -0.062953 0.121416 -0.003662 0.019397 -0.057417 -0.019135 0.085651 -0.019198 -0.016258 0.070053 -0.046401 -0.098168 -0.061723 0.006128 -0.164764 0.017326 0.102936 -0.026392 -0.044592 0.08715 -0.041923 0.024005 0.116016 0.075182 -0.077189 0.093947 0.14262 0.023808 0.152357 -0.053328 0.117346 -0.102852 0.289612 0.124671 -0.05549 0.02772 0.121877 0.154617 0.03378 0.017709 0.059244 0.031645 0.010526 -0.040848 0.088514 -0.058146 -0.082031 0.039845 0.013517 0.009055 -0.119753 0.063985 0.094264 -0.126346 -0.040401 -0.011554 0.091929 -0.028292 0.029326 0.039539 0.031958 0.013708 0.03042 0.058608 -0.057018 -0.023301 0.008653 -0.136996 -0.096283 0.090698 0.098867 -0.003569 -0.080125 -0.040008 -0.122094 -0.106976 -0.025438 0.013456 0.116643 0.012915 -0.020452 -0.061692 -0.063887 0.090366 -0.113313 -0.085447 0.008341 0.028803 0.183448 0.001018 -0.113788 0.038613 0.079444 0.013989 -0.037024 0.052453 0.04603 -0.092977 -0.082972 -0.013718 0.090136 0.041283 0.005352 0.053601 -0.057027 0.002796 0.004538 -0.009172 0.007203 0.022088 -0.057837 -0.012271 -0.033017 0.089849 0.012072 -0.104236 0.054154 0.147435 0.017478 -0.127508 0.120534 -0.093765 -0.149808 0.049645 -0.108865 0.138391 -0.033369 -0.038226 -0.002262 -0.132724 -0.016251 0.045435 0.004931 -0.109116 0.019413 -0.012099 0.003362 0.038059 -0.040217 -0.069849 0.014092 -0.066923 0.00688 0.018511 -0.068743 -0.15371 0.038293 -0.002234 -0.028119 0.064099 0.056973 -0.008289 -0.058862 -0.017646 -0.005421 0.006204 0.009543 0.042438 0.053532 0.137957 0.051229 -0.012772 -0.077938 0.084707 0.108802 -0.00482 -0.067384 -0.130857 -0.037758 0.074359 -0.089408 -0.071292 0.086634 0.010234 0.071093 0.08904 0.163159 -0.062795 0.001571\nẲ -0.024291 0.144425 -0.206232 -0.006893 0.068593 -0.005128 0.037063 -0.019666 0.099292 0.00722 0.034499 -0.062734 -0.07218 -0.060945 -0.017138 -0.117457 0.067568 -0.002625 -0.053974 0.022601 0.042665 0.04757 0.039414 -0.013925 0.144984 0.083236 0.082987 -0.064743 -0.108337 0.014286 -0.045842 -0.048636 -0.122056 0.007613 0.152766 0.105594 -0.077667 0.006096 -0.026256 0.000459 -0.081949 -0.052561 -0.066717 -0.142506 0.044011 0.017825 0.063965 0.006301 -0.108291 0.026287 -0.003222 -0.057674 0.045998 -0.028388 0.120007 -0.052067 -0.029983 -0.129034 0.028404 0.056457 0.02829 0.006099 0.112885 0.032091 0.039932 0.162967 -0.03216 0.151026 -0.167686 0.091245 0.078566 0.05508 0.093778 -0.031807 -0.009618 0.190729 -0.102692 0.135347 0.020184 0.108778 0.02389 0.127402 0.047613 0.209958 -0.14047 0.030101 0.0393 0.078458 -0.116771 -0.047705 0.120203 0.065304 -0.128335 -0.021642 -0.074533 0.027879 -0.116314 -0.157259 -0.106268 -0.031137 -0.006642 -0.048286 -0.064915 -0.072139 0.050907 0.086965 0.016968 -0.097632 0.052385 0.048533 0.081971 0.025067 -0.080792 0.136755 0.079949 0.07414 -0.119172 -0.047984 -0.079866 -0.110864 0.146745 -0.087059 0.125369 -0.008582 -0.026192 -0.108107 0.042354 0.047678 -0.096798 -0.072006 0.02074 -0.042737 -0.110866 0.013564 -0.016392 -0.168792 -0.026732 0.078597 -0.11304 0.003183 0.034459 -0.098458 0.043589 0.135412 0.040956 -0.039727 0.069097 0.171414 0.046348 0.13934 -0.036074 0.093434 -0.157424 0.442761 0.209868 -0.031851 0.007078 0.10574 0.090611 0.120029 -0.030427 0.123919 0.047658 0.009357 -0.048632 0.107475 -0.096671 -0.131722 -0.038497 0.052152 0.032918 -0.09795 0.038013 0.097667 -0.138464 -0.005649 -0.012952 0.141008 -0.068675 -0.013573 -0.023525 0.073368 -0.006414 0.088764 0.009971 -0.069658 0.003109 -0.017882 -0.168072 -0.165006 0.10618 0.109389 -0.055388 -0.139501 -0.064411 -0.097452 -0.066528 -0.058511 0.0703 0.146444 0.084272 0.09616 -0.055857 -0.04242 0.130086 -0.118782 -0.012256 0.010527 -0.071714 0.152895 0.030324 -0.060406 0.024839 0.086477 0.013067 -0.051796 0.102591 -0.025507 -0.101254 -0.07715 -0.068741 0.218606 0.061154 -0.049872 0.095352 -0.03342 -0.021574 -0.103792 -0.031876 0.029321 0.034434 -0.071764 0.019444 -0.032398 0.069605 -0.088189 -0.070264 0.08379 0.109305 0.080296 -0.128722 0.228761 -0.099368 -0.1326 0.066362 -0.095173 0.129974 0.015975 -0.123959 0.088963 -0.121772 0.042181 0.0942 -0.020313 -0.046022 -0.024913 -0.062028 0.050819 0.154281 -0.008554 -0.008519 -0.027643 -0.018878 0.02527 0.079806 -0.109606 -0.227867 0.053622 0.007838 -0.083122 0.12242 0.003372 -0.062828 -0.109253 -0.048743 -0.029901 0.008799 0.044434 0.097475 0.009676 0.156269 -0.084864 -0.041858 -0.089907 0.074358 0.180877 -0.003282 -0.084278 -0.134981 -0.007522 0.033168 -0.087099 -0.116842 -0.021309 0.100915 0.089573 0.099128 0.149954 -0.042802 0.068346\nÕ 0.030908 0.082859 -0.058117 0.033329 0.043557 -0.07256 0.076648 0.011842 0.037026 0.02593 0.053532 -0.041377 -0.061681 -0.025133 -0.098218 -0.042921 0.024575 -0.00326 -0.032307 0.045191 0.04077 0.054803 0.052701 0.004226 0.074037 0.02544 0.035112 -0.021614 -0.06001 0.021414 -0.021487 -0.034776 -0.040174 -0.040641 0.045737 0.074529 -0.01766 0.058451 0.037074 0.003723 0.035797 -0.03922 -0.037454 -0.090018 0.053451 -0.034351 0.085123 -0.023817 -0.015421 0.000845 -0.025671 -0.080839 0.058527 -0.011185 0.019022 -0.049238 0.010483 -0.09848 0.022647 0.062235 -0.001058 -0.005116 0.077534 -0.022709 0.028768 0.002147 -0.020677 0.12756 -0.106598 0.094563 0.042171 0.065 0.072668 -0.036514 -0.001791 0.112168 -0.069437 0.042988 -0.067597 0.046234 -0.044898 0.025667 0.007709 0.182467 -0.044648 -0.023436 0.029999 0.090332 -0.023198 0.013079 0.075463 0.076282 -0.025796 -0.086195 -0.026697 0.015525 -0.052829 -0.067962 -0.068975 -0.041512 -0.013575 -0.045653 -0.044889 -0.008593 0.024049 0.078094 -0.023419 -0.007132 -0.00432 -0.013831 0.013954 -0.039287 0.008573 0.017582 -0.021309 0.043221 -0.067641 -0.00447 -0.014078 -0.10757 0.096646 -0.035598 0.115698 0.012308 0.016066 -0.081713 0.032174 0.029836 0.078137 0.018473 0.018978 -0.008955 -0.10094 0.000284 0.043021 -0.105674 0.011169 0.04131 0.002777 -0.012191 0.045104 -0.057168 0.062565 0.092305 0.052497 0.006202 0.083954 0.099825 0.067611 0.11048 -0.007758 0.139839 -0.070001 0.195777 0.019006 -0.068714 -0.023365 0.058592 0.08073 0.005062 -0.032688 0.14141 0.064096 0.04485 -0.07264 -0.008804 -0.069875 -0.091343 -0.001233 0.031021 0.012618 -0.129354 0.024165 0.042092 -0.044108 -0.060667 0.005231 0.087208 -0.017422 0.020487 -0.020398 -0.014859 0.065588 0.020837 -0.011996 -0.019693 -0.022325 0.047884 -0.108859 -0.107297 0.028546 0.104214 0.028353 -0.086035 -0.006485 -0.122268 -0.030574 -0.006789 0.016103 0.1027 0.027948 0.020006 -0.085526 0.040705 0.076613 -0.095308 0.002216 -0.044691 -0.023012 0.135569 -0.009411 -0.098257 0.106616 0.058147 0.091069 -0.020855 0.085404 0.084986 -0.04895 -0.098093 -0.05233 0.004979 0.068711 0.04359 0.054911 -0.020817 -0.032269 -0.040534 0.023732 -0.02617 -0.050694 -0.044495 -0.013816 0.031214 0.034257 0.031727 -0.083782 0.058483 0.110728 -0.004954 -0.082042 0.075079 -0.057028 -0.093835 0.053755 -0.089089 0.114226 -0.056833 -0.038967 0.05872 -0.110612 0.068488 -0.024189 0.028459 0.010742 0.02628 0.030401 0.01967 0.035347 -0.011329 0.03583 -0.038635 -0.014629 -0.037404 0.061179 -0.02036 -0.14537 0.025005 -0.049809 -0.014755 0.078891 -0.000817 -0.040202 -0.042228 -0.070331 -0.035737 0.000761 -0.023453 0.015711 0.087176 0.114558 0.033288 0.015613 -0.025935 0.060293 0.040088 -0.024499 -0.065815 -0.070934 0.038689 -0.040091 -0.080274 -0.027094 -0.042482 0.049165 0.074136 0.045091 0.135386 -0.038295 0.030526\n¤ 0.015658 0.071365 -0.194376 -0.076304 0.200289 0.014894 -0.043444 0.101321 0.225206 0.075849 0.144254 -0.031463 -0.038208 -0.071075 -0.053554 -0.010596 0.058484 -0.111432 -0.085946 -0.194789 -0.104887 0.212693 0.00132 -0.051548 0.236454 0.203478 -0.025814 -0.118271 -0.19609 0.059613 0.156384 -0.160745 -0.04961 -0.12744 0.053397 -0.071144 0.029371 0.062539 -0.079592 0.099254 0.062183 -0.092582 0.030289 -0.015082 -0.117617 0.060955 0.021618 -0.041971 -0.278518 0.027105 -0.029606 0.012485 0.014021 -0.14259 -0.031074 -0.068144 0.161945 0.149153 -0.326898 0.241412 0.227976 -0.174741 0.285488 0.103804 -0.188897 0.027411 -0.081412 0.261049 -0.186893 -0.081966 0.115327 -0.037267 -0.014502 -0.262143 -0.355209 0.119745 -0.009073 -0.083882 -0.300548 -0.16919 -0.101634 0.24858 0.050132 0.156899 -0.110833 0.250641 0.143442 0.140019 -0.095992 0.047562 -0.001723 0.013494 -0.093898 -0.33616 0.014526 -0.020424 -0.201172 -0.297709 -0.067582 0.017371 -0.080265 0.017046 -0.158669 -0.323366 -0.067616 0.291413 -0.027636 0.049086 0.079543 0.130673 0.245679 0.025462 -0.020644 -0.0241 -0.114184 -0.149329 -0.048709 0.008688 -0.314292 -0.24069 0.123498 -0.077001 0.098374 -0.059187 0.371606 -0.022239 -0.143149 -0.015237 -0.027304 -0.14395 -0.072921 0.132811 -0.118304 -0.139557 0.179228 -0.106362 -0.024859 0.074276 -0.258182 0.139529 0.154367 -0.041892 0.106846 0.172861 0.214326 -0.117665 -0.004709 0.078336 0.318262 0.057634 0.074202 0.151829 -0.253619 0.421564 0.118446 -0.024384 0.14042 0.326326 0.261176 -0.02679 -0.026294 0.064661 0.19055 -0.07225 -0.01948 0.163782 -0.015439 0.030004 0.167229 0.155614 0.172058 -0.208383 -0.06529 0.207766 -0.111136 0.106929 -0.144355 0.089094 -0.084382 -0.062636 -0.105505 0.088797 0.12392 0.00065 0.138927 -0.253325 -0.05224 -0.193568 -0.098987 -0.2472 0.001901 0.1731 -0.017198 -0.076316 -0.002947 0.104072 -0.110934 -0.06004 0.189028 0.192998 0.131403 0.108107 -0.420143 -0.131006 0.105258 -0.118193 0.035511 0.06694 -0.062431 0.36331 0.16588 -0.170161 0.058998 0.177295 0.239578 0.201006 0.03311 -0.07338 0.006376 -0.032358 -0.242204 0.010374 0.10662 -0.105565 0.292414 0.088587 0.027237 0.025788 -0.196734 -0.058152 0.021892 -0.147841 0.123353 -0.21938 0.07686 -0.088817 -0.152138 -0.08099 0.077245 -0.141614 -0.207778 0.192584 -0.249627 -0.271541 0.077161 -0.220216 0.138124 -0.093159 -0.072554 0.263126 -0.119978 0.204658 0.287872 -0.162348 -0.22299 -0.002892 -0.180189 -0.092991 0.211117 -0.150784 -0.002848 -0.132074 -0.016944 0.060502 -0.100266 -0.121675 -0.317774 0.357213 0.25898 0.098716 0.012492 0.287844 -0.036728 -0.103399 -0.118246 0.165022 0.114727 0.179405 0.211111 -0.07578 0.206894 -0.031603 0.008782 0.026106 0.009206 0.160817 0.249516 -0.175305 -0.077976 0.005026 0.07074 -0.101256 -0.007202 -0.002654 -0.013897 0.1947 0.188455 0.156022 -0.202958 0.07718\nï 0.012238 0.043669 -0.029718 0.010262 -0.033607 -0.058062 -0.020246 0.012052 -0.006269 0.014068 0.015483 0.011054 0.010205 -0.016636 -0.034964 -0.029342 0.024508 -0.003904 0.056649 0.020139 0.01841 0.048542 0.015736 0.009362 0.027242 0.055948 0.060132 -0.034294 -0.028329 0.009201 0.012149 -0.035923 -0.013562 0.034454 0.030218 0.029446 -0.120886 0.029974 0.02324 0.117966 -0.053543 0.0525 -0.019084 -0.007904 -0.049342 0.007601 0.07804 -0.083961 0.016994 0.022237 0.028359 -0.032099 -0.008532 -0.08764 0.020219 -0.063021 -0.01169 0.03885 0.056781 0.093198 0.008511 -0.074464 0.018663 0.063919 -0.008056 0.015876 -0.039348 0.024756 0.018323 0.002841 -0.008889 0.01193 0.005675 0.066223 0.019753 0.14639 0.017272 0.075273 -0.016315 0.014971 -0.003522 0.070168 -0.086896 0.036148 -0.013461 -0.102668 -0.007027 0.032592 0.015833 -0.017021 0.025678 0.000898 -0.0033 -0.078372 0.002422 0.06526 -0.009317 -0.060618 -0.026148 -0.091572 0.045121 0.038553 -0.10283 0.092637 -0.010267 0.004532 -0.005746 -0.017151 -0.012636 0.075525 -0.053813 0.012609 0.031679 0.055654 -0.010157 -0.012785 -0.032506 0.116124 -0.140623 -0.012754 0.058922 -0.097879 0.074381 -0.090867 0.03222 -0.012788 0.001024 -0.046345 0.037784 0.012391 0.062183 0.037403 -0.058247 -0.013141 -0.013155 -0.082581 -0.054665 0.099851 -0.006588 0.067831 0.049786 0.008177 -0.000136 0.069581 0.032054 0.00739 -0.003805 0.093312 0.039588 0.057759 -0.032586 0.044162 0.018009 0.064415 0.011433 0.040844 0.048471 0.040013 -0.083362 0.029235 -0.01195 0.027 0.05474 -0.030348 -0.005614 0.045645 0.013894 -0.001187 0.0034 0.07805 -0.007414 -0.029272 -0.022169 0.030375 0.033512 0.019995 0.033461 0.067758 -0.060879 -0.019419 -0.019181 0.001102 0.01975 0.029121 0.048374 0.023802 0.101338 -0.058665 -0.073467 -0.04697 -0.010983 0.060641 0.069558 0.050292 0.053946 0.01937 0.005455 0.02922 0.012544 0.078739 0.031212 -0.004528 0.062618 -0.025119 0.017266 -0.085496 -0.037366 0.01113 -0.039235 0.09436 0.0105 0.012737 0.073715 0.037963 0.028982 -0.006567 0.027858 -0.011909 -0.077818 -0.075087 -0.0251 -0.00408 0.024951 -0.005516 0.061737 0.021048 0.022698 -0.024379 -0.016117 0.038079 -0.021556 0.009137 0.024293 0.012257 0.006586 0.04882 -0.068997 0.053753 0.000425 0.048389 -0.070996 0.007286 0.007559 -0.055824 -0.024541 -0.019271 0.055627 -0.102931 0.071412 0.057852 -0.024605 0.016752 -0.006602 -0.028483 0.030293 0.064916 0.049385 0.008291 0.066645 0.010285 0.076927 0.013326 0.019917 0.006856 0.047427 -0.011634 -0.047065 -0.018682 -0.066909 -0.048386 0.022163 0.025088 0.033877 0.002129 -0.04186 0.031922 -0.048227 -0.009537 0.000764 0.048217 0.011484 -0.00609 0.062688 0.074451 0.037526 0.012474 0.026397 0.0608 0.002138 0.046647 0.055525 -0.031405 0.048338 -0.052796 0.077812 0.000353 -0.052146 0.036134 0.030603 -0.001519\nТ 0.036035 0.062083 -0.021819 0.003443 0.074391 0.042815 0.044312 0.077313 0.020394 0.083394 -0.031107 0.070047 -0.009589 0.059599 -0.088572 -0.0814 0.036564 0.016448 0.004433 0.102682 0.060794 0.119516 -0.005602 -0.041741 -0.00694 0.040531 0.088488 -0.070382 0.049657 0.030909 0.073018 -0.040745 0.034721 -0.044633 0.053755 0.029939 -0.026649 -0.004696 0.011815 0.021777 0.010303 0.016061 -0.074158 -0.100417 -0.036908 0.023889 0.016901 -0.005957 -0.017787 -0.04573 0.011343 0.085773 0.036085 -0.004802 0.104256 -0.081898 -0.070482 0.052156 -0.025199 0.119465 0.01399 -0.085137 0.10614 0.083565 0.015518 0.078295 -0.090103 -0.006287 -0.06136 0.06924 -0.019441 0.040304 -0.094909 -0.028153 -0.051839 0.100075 0.000124 0.063195 0.019577 -0.010369 -0.038403 0.027255 -0.038993 0.058002 0.053694 -0.131466 -0.057151 -0.042003 -0.02967 0.014933 0.025031 0.055921 -0.016002 0.0611 0.021426 -0.016253 0.002259 -0.071584 0.01334 -0.03687 0.00294 -0.022449 0.0043 0.146949 -0.071739 0.086264 -0.003215 -0.050544 -0.042566 0.01564 0.004683 0.047441 0.03695 -0.010907 0.059126 -0.02282 0.006642 0.106441 -0.005042 0.004898 -0.06762 0.018315 -0.019767 0.012859 0.040744 0.011935 -0.064074 -0.007994 0.097223 0.021107 0.116699 0.015369 -0.119955 0.023601 0.058813 -0.022241 0.001593 0.06366 -0.006457 0.06424 0.048038 0.007884 0.056886 0.086066 -0.000386 0.01938 0.011794 0.124224 -0.003688 0.121411 -0.091295 -0.016458 -0.1029 0.109914 0.049623 0.002509 0.045171 -0.074285 -0.032271 0.133538 0.11214 0.05103 0.131763 0.006932 0.095066 -0.005316 0.0453 0.003002 0.054009 -0.040565 0.050408 -0.040512 -0.104509 0.011368 -0.093678 -0.069812 -0.037427 0.079315 -0.017319 -0.087226 -0.023596 0.075613 -0.013243 0.065437 -0.086806 -0.130684 0.018703 0.018946 -0.067803 -0.004485 0.083152 0.021089 0.073033 -0.034469 0.052937 -0.095323 -0.024793 -0.043174 0.030642 -0.000279 0.037281 0.026115 0.106979 0.048447 -0.022239 -0.195303 -0.00271 0.023454 0.039782 0.108506 -0.014072 0.069995 0.120974 0.01943 0.044066 0.052046 0.157614 0.007749 -0.08376 -0.134146 -0.072791 0.035015 0.017814 -0.045006 -0.044446 0.047363 -0.019821 0.059363 0.014497 0.085716 -0.009812 0.035986 0.053976 -0.036562 -0.0156 0.12192 -0.043752 0.007414 0.126504 -0.074716 -0.059332 -0.04278 -0.039161 -0.050305 0.040061 -0.078203 0.038753 -0.109852 0.046727 -0.062758 0.064218 -0.035628 0.025336 0.044325 -0.062224 0.021411 0.033753 0.002651 0.00803 0.00994 -0.018573 0.10571 0.077479 0.026404 0.074192 0.052227 -0.119646 0.001179 0.004395 -0.046379 -0.024016 -0.083938 0.016992 -0.037817 -0.007228 0.030848 0.001252 -0.119507 -0.064368 0.111185 0.099806 -0.052545 0.011959 -0.087581 0.005434 0.108693 -0.029641 -0.062143 0.009111 0.001572 0.046285 -0.064277 0.001221 -0.003573 0.049467 0.095877 -0.077736 0.024351 0.066305 0.013587\nö 0.002833 -0.001241 -0.005085 -0.016767 0.009499 -0.099001 -0.040447 -0.000275 0.021051 0.026036 -0.01287 0.04752 -0.025087 0.026715 -0.03119 -0.007843 0.053044 0.031073 -0.00214 0.009209 0.029823 0.079613 0.061301 0.036203 0.037953 0.030906 0.042308 -0.036512 -0.035852 -0.025685 0.03094 -0.032973 -0.010266 -0.000775 0.023742 0.083234 -0.096659 0.021134 -0.017219 0.135345 0.035808 0.04006 -0.008189 -0.064958 -0.021234 -0.009904 0.074967 -0.095202 0.029344 0.043909 -0.015807 -0.028643 -0.025672 -0.016181 0.096795 -0.029029 -0.024975 0.036345 0.015386 0.085246 -0.03339 -0.016483 0.032545 0.069813 0.037366 0.009407 -0.042758 0.022456 -0.030795 0.032785 -0.001215 -0.009443 -0.064189 0.031673 -0.002307 0.083409 0.021358 0.078522 0.033478 0.001757 0.01307 0.050456 -0.027882 0.102239 0.041947 -0.088744 -0.05516 0.084218 -0.031122 -0.039388 0.053714 -0.021913 -0.013736 -0.064367 -0.038462 0.026903 -0.014489 -0.04149 -0.032709 -0.046722 0.024822 -0.014553 -0.05435 0.078485 -0.029051 0.013112 0.000541 -0.008278 -0.044697 0.032108 0.00852 0.03098 -0.012557 0.020756 0.02833 0.011034 -0.041702 0.049279 -0.077997 -0.038556 0.013112 -0.088139 0.084888 -0.022891 0.064574 0.001638 -0.022205 0.014411 0.035899 0.036285 0.052054 0.026861 -0.008776 -0.017384 0.000931 -0.046412 -0.002973 0.066217 -0.015012 0.073683 0.041225 0.011543 0.009154 0.034739 -0.000368 0.019629 0.031697 0.052322 0.061765 0.073214 -0.023503 0.106016 -0.032139 0.076794 0.043106 0.025802 0.030005 0.005349 -0.046227 0.062996 -0.00332 0.058965 0.014718 0.041874 0.009576 0.004448 0.033167 -0.020049 0.001921 0.096729 0.009527 -0.023905 -0.00583 0.024364 -0.045841 -0.024354 0.02141 0.078055 -0.071276 0.024414 -0.049219 0.006835 0.014872 0.048109 -0.003452 -0.029379 0.052851 0.016597 -0.012524 -0.042353 0.013328 0.018541 0.002069 -0.031057 0.066125 -0.064553 0.029955 0.010771 0.015665 0.026769 0.096048 0.008108 0.063625 0.019907 0.024619 -0.074319 -0.014241 -0.009124 -0.005772 0.067012 0.018521 -0.047647 0.085891 0.018822 -0.0186 -0.023492 0.041376 -0.013388 -0.075366 -0.066268 -0.013848 -0.00555 0.02072 0.008381 0.063487 -0.022033 0.016655 0.00415 0.010218 0.082462 -0.075915 0.020654 0.036931 -0.013147 -0.027866 0.042213 -0.03069 0.029556 0.05478 0.051065 -0.072442 0.017609 -0.023657 -0.051213 0.009644 -0.021348 0.092414 -0.055363 -0.002075 0.015556 -0.032662 0.000738 -0.05154 0.074186 0.017937 0.025446 -0.005112 0.002806 0.090769 -0.031837 0.053079 0.019578 0.047453 -0.021573 0.092138 -0.003661 -0.100079 -0.021772 -0.046945 -0.015803 0.012685 -0.008396 0.001328 0.048253 -0.006264 0.023039 -0.021377 -0.055598 0.012417 0.046351 0.037537 0.034634 0.036761 0.060579 0.023434 0.040022 0.006185 0.00058 0.000464 0.024807 -0.020355 -0.04362 -0.011128 -0.033148 0.032447 0.023034 -0.030361 0.018879 0.053684 0.021114\nĨ 0.03613 0.052436 -0.088517 0.024868 0.049516 -0.056652 0.044823 0.031999 0.041152 0.002243 0.014194 -0.025086 -0.078258 -0.009305 -0.046923 -0.081269 0.011176 -0.012833 0.016665 0.011131 0.057986 0.058298 0.027116 -0.003379 0.057774 0.0482 0.051077 -0.017885 -0.069608 -0.008088 -0.02248 -0.035492 -0.04465 -0.024803 0.085152 0.07665 -0.044579 0.043838 0.01888 -0.006488 -0.044852 -0.035902 -0.030828 -0.092545 0.027666 -0.042522 0.056366 0.001982 -0.030757 0.015612 -0.033178 -0.060739 0.071304 -0.017549 0.030145 -0.03082 0.035077 -0.088569 0.023186 0.088522 -0.019748 0.010404 0.107636 0.013902 0.040502 0.049142 -0.013149 0.081389 -0.118715 0.087059 0.034772 0.058027 0.045233 -0.018231 -0.012526 0.113157 -0.058494 0.013326 -0.020431 0.036681 -0.014819 0.033343 0.023198 0.156286 -0.054536 0.000661 0.025747 0.081011 -0.027435 -0.011192 0.0807 0.0692 -0.008826 -0.043706 -0.030099 0.008691 -0.088862 -0.098573 -0.05 -0.036074 -0.047441 -0.009802 -0.029815 -0.035805 0.034989 0.073209 -0.010005 -0.027483 0.03852 -0.010817 0.004779 -0.003782 -0.043446 0.059861 -0.019171 0.078526 -0.090358 0.009192 -0.067761 -0.094097 0.085385 -0.052135 0.083518 -0.006367 0.040924 -0.081651 -0.009155 0.036158 0.055295 -0.010918 0.027419 0.019416 -0.115578 -0.039021 0.041777 -0.107394 0.036165 0.055132 -0.013632 -0.013688 0.032913 -0.063226 0.044711 0.11066 0.066628 -0.059613 0.070941 0.109842 0.036272 0.137923 -0.035135 0.109966 -0.0422 0.195932 0.064065 -0.025974 -0.007651 0.077276 0.089313 0.04001 -0.039973 0.105273 0.037904 0.015769 -0.038521 0.002294 -0.013947 -0.091045 0.018786 0.034953 -0.017576 -0.093191 0.021216 0.025039 -0.064649 -0.010441 -0.014985 0.083313 -0.021275 0.035745 0.007674 0.022307 0.013141 0.057051 -0.007769 -0.039313 0.001146 0.029597 -0.111391 -0.113494 0.060095 0.081558 0.006904 -0.056091 -0.005378 -0.114543 -0.035199 0.000764 -0.018041 0.113128 0.054905 -0.01165 -0.0653 0.006906 0.076798 -0.104922 -0.030945 0.006164 -0.005108 0.147266 -0.004533 -0.096857 0.105788 0.080966 0.072411 0.004425 0.066258 0.015865 -0.037915 -0.104517 -0.05342 0.042813 0.045523 0.026756 0.045295 -0.00797 0.014077 -0.030395 -0.015612 0.007207 -0.018325 -0.042354 0.012765 0.015111 0.042563 0.025244 -0.077855 0.05016 0.083275 -0.017433 -0.073459 0.095325 -0.090445 -0.096861 0.046404 -0.080669 0.117216 -0.076518 -0.058647 0.016614 -0.102633 0.022539 0.008877 0.032552 0.000758 0.043674 0.010057 -0.014065 0.060131 0.012498 0.013846 -0.007017 -0.024746 -0.008871 0.030094 -0.023151 -0.128636 0.011132 -0.042858 -0.057548 0.052913 0.022246 -0.036998 -0.052524 -0.040678 -0.017125 0.010564 -0.003902 0.013376 0.05837 0.12149 0.022307 0.035887 -0.031892 0.082448 0.05551 -0.015369 -0.073383 -0.071267 -0.01227 -0.014071 -0.06372 -0.031208 -0.003356 0.048958 0.078503 0.067317 0.108585 -0.054533 -0.004529\nŸ 0.011005 -0.014717 -0.335473 -0.288968 0.271885 0.037521 -0.052968 0.079099 0.196821 -0.041241 0.279106 -0.170784 0.143438 0.156005 0.35906 -0.302521 -0.069299 -0.022439 -0.125041 0.224712 -0.130179 0.461765 -0.041004 0.04982 0.213409 0.196736 -0.117764 -0.334912 -0.090173 -0.00628 0.005195 -0.169318 0.114336 -0.226644 0.030627 0.203431 -0.228378 0.162407 -0.21623 0.098115 0.207804 0.041921 0.082182 -0.171153 0.2769 0.049509 0.12145 -0.025202 -0.121946 0.054983 -0.206703 -0.325848 0.223031 -0.101629 0.191065 -0.151963 0.008117 0.134915 -0.180825 0.13518 0.024561 -0.108371 0.18209 0.092009 0.149267 0.216149 -0.276385 0.385975 -0.308207 0.13851 0.211553 0.161717 0.104333 -0.051283 -0.159282 0.394403 -0.118436 0.059988 -0.069109 0.097037 0.09497 0.040285 -0.033152 0.071883 -0.130847 -0.17544 0.100685 0.036294 0.045255 -0.000604 -0.026056 -0.104397 -0.055586 -0.160764 -0.008801 0.075715 -0.292629 -0.083904 -0.139939 -0.29808 -0.368323 -0.069206 -0.141182 0.049646 -0.065073 0.263237 -0.069964 -0.209164 0.094238 0.051113 0.199653 -0.060962 0.011075 0.000116 -0.202771 0.087766 -0.084718 -0.066332 -0.42486 -0.261283 0.111609 -0.283585 0.13025 -0.174332 0.183975 -0.235373 -0.17563 -0.098396 0.044704 -0.178817 0.321518 -0.00788 -0.131609 -0.234795 0.251432 -0.113853 -0.099495 0.271617 -0.180413 0.178095 0.179392 -0.135921 0.078603 0.227692 0.411784 0.186273 -0.029398 0.285419 -0.170697 0.378105 -0.106549 0.215359 -0.019384 0.346325 0.040082 -0.129137 -0.016679 0.195257 0.163083 0.180604 0.010756 0.089276 0.283939 -0.194839 -0.114593 -0.165564 -0.014873 0.004539 0.045137 0.324602 -0.002986 -0.234435 -0.141447 0.118864 -0.016719 -0.257305 0.147182 0.063329 -0.105656 -0.024547 0.14615 -0.066168 -0.164482 0.02746 -0.145465 -0.004997 -0.142281 -0.259044 -0.455359 -0.189001 0.050987 0.084715 0.091158 -0.329839 0.080634 0.044195 -0.138507 0.011433 0.192614 0.517585 0.250974 0.028803 -0.041504 -0.112715 0.251732 -0.448728 0.123444 0.121128 -0.221433 0.459058 0.131671 -0.037552 0.353 0.313981 0.034671 0.044878 0.138622 -0.493884 -0.134004 -0.255005 -0.178545 0.164167 0.083476 -0.112375 0.025343 0.026778 -0.208529 -0.097881 0.026674 -0.043842 -0.123311 -0.140732 0.078624 0.172555 -0.148945 0.02287 -0.209389 -0.202031 0.520635 0.351416 -0.052469 0.038125 -0.155475 -0.368269 -0.028617 -0.160729 0.253821 -0.017393 -0.191804 0.252209 -0.001935 0.207476 0.044634 -0.134505 0.145925 -0.091761 0.093064 -0.007531 0.215171 -0.318154 0.088321 0.034921 0.012601 0.093864 0.093148 0.087839 -0.489558 -0.153556 -0.124883 0.002765 0.149003 0.247306 0.03949 -0.24446 -0.362406 0.054088 0.067903 0.147086 0.093108 0.257337 -0.077299 0.234145 0.026947 0.008958 0.238233 0.328365 -0.001824 -0.025707 -0.255801 0.026363 0.235992 -0.156932 -0.383274 0.148159 0.219174 0.178961 0.120804 0.230088 -0.088741 0.267872\në -0.036584 0.031631 0.030064 -0.037349 0.051193 -0.113461 -0.057209 -0.048277 0.014162 0.037156 -0.001006 0.05903 -0.042186 0.049045 -0.043723 -0.016987 0.088015 -0.024109 0.001985 0.027326 0.068999 0.126279 0.032015 0.078304 0.080353 0.043784 0.045762 -0.075033 -0.010164 -0.027716 0.019278 -0.076291 -0.040766 -0.033243 -0.012222 0.136677 -0.140723 -0.010989 -0.006486 0.135935 0.020123 0.056652 -0.021575 -0.091378 -0.040809 -0.017012 0.119758 -0.089991 -0.006103 0.04742 -0.007038 -0.068113 0.003703 -0.035653 0.070724 0.017542 -0.025067 0.00863 0.012106 0.124691 -0.045476 -0.059249 0.033401 0.089987 0.059513 0.023149 -0.012725 0.034125 -0.102136 0.034967 -0.025795 -0.015649 -0.104834 0.054736 0.012484 0.09843 -0.012725 0.038473 0.067799 0.001393 -0.008883 0.103924 -0.042738 0.080727 0.117445 -0.129285 -0.059497 0.115085 -0.090718 -0.046293 0.099958 -0.02783 -0.06173 -0.092498 -0.014122 0.083276 -0.019674 -0.108793 -0.064584 -0.082896 0.020232 -0.006133 -0.059238 0.169504 -0.035901 0.045185 -0.022271 -0.010495 -0.023504 0.077238 -0.02758 0.031744 -0.010815 0.025706 0.025875 0.000191 -0.092258 0.075395 -0.120519 -0.011633 -0.001769 -0.126614 0.096985 -0.06485 0.10384 -0.032274 -0.068298 0.030218 0.088943 0.076721 0.091938 0.057795 0.020303 -0.064862 0.075349 -0.047059 0.006991 0.049046 -0.05492 0.088217 0.038744 -0.009634 -0.017453 0.039068 0.060127 0.056544 -0.006089 0.097832 0.044704 0.098088 -0.090556 0.086952 -0.026874 0.103567 0.079964 0.026469 -0.01618 -0.007091 -0.018868 0.061762 0.001582 0.125931 0.050093 0.013441 0.025666 0.051381 0.051345 0.036968 -0.007672 0.103624 0.07484 -0.028777 -0.013399 0.058262 -0.030677 -0.067067 -0.017558 0.123137 -0.153144 0.024153 -0.024688 0.002637 -0.02134 0.02187 0.037481 -0.004182 0.098596 0.026095 -0.018032 -0.025835 0.036164 -0.003003 -0.006694 -0.013955 0.081409 -0.065148 -0.022978 0.015024 0.009077 0.053646 0.136046 0.010829 0.057257 -0.0159 0.038479 -0.074849 -0.010648 -0.017237 0.036163 0.099458 0.009805 -0.082862 0.112525 0.041091 0.027553 -0.047744 0.058811 -0.04763 -0.105895 -0.070757 -0.025235 -0.022865 0.061325 0.007386 0.025318 -0.024453 0.024765 -0.010446 0.006831 0.097777 -0.055285 -0.007655 0.021621 -0.03099 -0.009764 0.069066 -0.040161 0.079 -0.037371 0.080262 -0.157535 0.00836 -0.014335 -0.077521 -0.014613 -0.026223 0.083612 -0.103571 0.021092 0.013711 -0.020497 0.040261 -0.062271 0.097359 0.02173 0.049668 -0.036034 -0.006919 0.133195 -0.041899 0.103363 0.022863 0.068248 -0.046315 0.125869 -0.046779 -0.109584 0.031256 -0.047592 0.035717 0.020851 -0.016806 0.01736 0.018078 -0.014808 0.041441 -0.022172 -0.095243 0.032043 0.062635 0.038566 0.004266 0.037427 0.089601 -0.022121 0.046348 -0.012839 0.039527 0.04858 -0.034195 0.020487 -0.067231 0.015321 -0.033098 0.052987 0.006452 -0.130545 0.00508 0.097546 -0.017267\n¸ 0.057546 0.373622 -0.17686 -0.023965 0.370166 0.099544 0.100188 0.050747 0.244611 0.011983 0.305439 -0.369902 -0.042779 -0.026458 -0.110693 -0.127804 0.342387 -0.196141 -0.327633 -0.223053 -0.284167 0.187163 -0.101448 0.335866 0.550565 0.805889 0.034534 -0.411768 -0.261919 0.016263 0.235034 -0.698202 -0.316792 -0.33855 0.419951 0.230367 -0.059511 -0.022454 -0.068256 -0.013516 0.127558 0.157724 0.146886 -0.118523 0.111792 -0.007926 0.331908 0.063378 -0.147871 0.29999 -0.522475 -0.483606 0.034458 -0.031377 0.24396 0.178204 -0.085129 0.329083 -0.324535 0.59326 0.437669 -0.663211 0.248599 0.43626 -0.026898 0.017224 -0.255276 0.479063 -0.654049 0.069365 0.013305 -0.127742 -0.008003 -0.326247 -0.487316 0.280211 -0.313667 -0.183078 -0.285332 -0.083992 -0.404202 0.220591 0.056391 0.452934 0.345126 0.158887 0.607918 0.049138 -0.515753 0.253696 -0.113284 0.295973 -0.014261 -1.018746 0.135686 -0.06705 -0.247932 -0.32612 -0.280474 0.116409 -0.261508 0.034436 -0.444077 -0.549346 -0.371831 0.245537 -0.477671 -0.056602 0.348044 0.663055 0.792946 0.202489 -0.238121 0.198059 -0.410692 -0.294396 -0.389591 -0.113622 -0.092564 -0.360549 -0.16343 0.03069 0.042829 -0.557854 0.534113 0.187294 -0.092909 -0.41967 -0.381559 -0.078023 0.471948 0.013968 -0.132106 -0.308631 0.295458 -0.633842 -0.0771 -0.038459 -0.352595 -0.211725 0.498203 -0.500258 0.462442 0.636137 0.515507 0.082136 -0.162922 0.290126 0.632022 -0.034992 0.183748 0.142328 -0.500628 0.989223 0.47119 -0.29649 0.240106 0.327371 0.712311 -0.139237 -0.156112 0.24534 0.36396 -0.397459 0.023752 0.306577 0.725901 0.190226 0.329924 0.161395 0.747731 -0.082531 -0.047243 0.789417 -0.224543 -0.050465 -0.358411 0.351306 -0.372077 0.095332 -0.342548 0.313607 0.526267 0.031803 0.425802 -0.805512 -0.061611 -0.50328 -0.261835 -0.165756 0.077499 0.512043 0.142749 -0.607068 0.419577 0.347621 -0.686439 -0.74034 0.416209 0.490207 0.377928 0.119612 -0.834105 -0.187872 -0.019209 -0.211711 0.232111 0.169002 -0.101194 0.84312 -0.094996 -0.34797 0.537953 0.217597 0.3618 0.29562 0.098605 -0.210802 -0.148518 0.383056 -0.551165 -0.146822 -0.256244 -0.0316 0.722366 -0.170559 -0.264972 -0.056573 -0.590647 -0.163022 -0.269186 -0.297861 0.237721 -0.664223 0.456174 -0.102282 -0.410313 0.190274 0.24766 -0.298615 -0.42755 0.557071 -0.499927 -0.487365 0.344545 -0.474954 0.32428 -0.291973 -0.564531 0.226168 -0.533246 0.139963 0.422342 0.011038 -0.228539 0.104615 -0.19814 0.140763 0.348919 -0.369212 -0.174153 -0.150758 -0.130917 -0.23235 0.138157 -0.356435 -0.54299 0.714714 0.012776 -0.089553 0.43836 0.530919 0.240742 -0.308925 -0.390524 0.57413 0.42647 0.210186 0.372669 -0.253789 0.269823 0.059533 -0.058484 0.100503 0.149604 0.406514 -0.030041 -0.380861 -0.237346 0.194504 0.395092 -0.606818 -0.189932 0.281795 0.065108 0.699155 0.339278 0.103429 -0.302401 0.39255\nβ -0.127258 0.604727 -0.61052 0.428248 0.081939 -0.084613 0.308373 0.215848 0.320515 -0.177129 -0.052881 -0.463794 -0.269906 -0.166558 -0.578528 -0.452771 -0.00971 -0.08372 0.340297 -0.19353 0.097546 0.129515 0.174452 0.415932 0.007597 0.724408 0.768344 0.366914 0.168362 0.025058 0.434855 -0.751266 -0.25391 -0.243639 0.112913 0.004925 -0.63395 0.210136 -0.505926 0.108809 0.334645 0.140311 -0.221537 -0.417461 -0.921201 -0.035994 -0.058891 -0.115972 -0.011994 -0.033308 0.027846 -0.539477 0.292991 0.099721 0.25257 0.381089 -0.356145 0.619718 -0.164465 -0.112787 0.788178 -0.419021 0.405475 0.551035 0.38216 -0.154675 -0.315678 0.032322 -0.380093 0.353022 -0.121667 0.098777 -0.127486 0.127726 0.29878 0.220752 0.33411 0.337546 0.325387 0.550154 0.022794 0.37915 0.362313 0.833525 -0.296796 -0.223766 -0.211095 0.000598 -0.427955 0.025302 -0.529885 0.673079 0.136062 0.106463 -0.135206 0.301364 -0.276532 -0.048546 -0.067483 -0.141911 -0.018639 0.002084 -0.113656 -0.17587 0.17442 0.323415 0.24882 0.453495 -0.032436 0.076192 0.048995 0.593882 -0.192804 -0.268006 0.306356 -0.328337 0.012737 0.079204 -0.1794 -0.324456 0.261506 0.246072 -0.910152 -0.121152 0.053347 -0.549833 0.220743 0.078965 0.427597 -0.119091 0.117813 -0.334804 -0.18585 0.167782 -0.006489 -0.323343 0.001188 -0.163631 -0.025172 0.124114 -0.059967 -0.461993 -0.06381 0.648982 0.372718 -0.499751 -0.249547 0.26806 0.016079 -0.326301 -0.072837 0.178163 -0.13905 0.055044 0.083353 -0.175978 -0.19315 0.132106 -0.558133 -0.063278 0.388061 0.020033 0.010224 -0.275619 0.049229 -0.266146 0.126281 -0.184771 0.137761 0.183671 0.298132 -0.19169 0.025696 0.359168 -0.084368 -0.306373 -0.523979 0.220593 0.293544 0.110556 -0.463352 -0.232196 -0.248438 0.147644 0.281251 -0.676925 0.458788 0.158185 -0.222904 0.109421 0.371708 0.491696 -0.175901 -0.209459 0.325603 0.199608 -0.34044 -0.157882 0.297732 -0.520381 0.264509 0.152925 -0.086657 0.002109 0.100068 -0.02431 -0.194498 0.05887 -0.100755 -0.039103 0.002825 -0.437202 -0.564913 0.054685 0.037115 0.056503 0.424062 0.43279 0.017246 0.666541 -0.014741 0.15016 -0.1001 -0.834464 0.118134 -0.421383 -0.578518 -0.107053 0.017339 0.129879 -0.072384 -0.023417 0.32116 -0.543955 0.117388 0.141494 0.028435 -0.007623 0.107324 -0.432985 -0.546095 0.223219 -0.25487 -0.469052 -0.104055 -0.333938 -0.461658 -0.261076 -0.703281 0.355839 0.26247 -0.098847 0.1407 0.165351 -0.416845 0.032761 0.638575 0.05378 0.202432 -0.644659 0.252046 -0.281976 0.07793 0.31766 0.027376 0.016932 -1.005452 -0.218631 0.386286 -0.046153 0.16672 -0.111081 -0.124067 -0.527624 -0.715026 0.570539 -0.024999 0.170937 -0.109589 0.489826 0.548669 0.059357 0.117205 0.241608 -0.283651 0.183395 -0.042347 -0.671193 -0.355392 -0.107837 0.778224 -0.147721 0.006967 0.266133 0.298237 0.656909 -0.013482 0.046817 -0.002691 0.099071\nØ 0.404292 0.015781 0.008969 -0.106008 0.146538 -0.243523 0.117288 0.082409 0.570376 -0.222623 0.095084 -0.038509 -0.004787 0.201505 -0.621952 -0.600298 -0.274057 0.241318 0.06002 0.269701 0.115941 0.293691 -0.104768 0.246099 -0.157093 -0.023038 0.194849 0.091864 -0.156843 0.093761 -0.133267 0.078117 0.131014 -0.386385 0.385697 0.350091 0.539379 -0.041212 -0.263087 -0.027596 0.029129 -0.047568 0.46856 -0.097502 -0.368986 0.239769 0.244342 0.313303 0.010533 0.069457 -0.525124 -0.118054 -0.185919 0.426176 0.214686 -0.077307 -0.029999 0.301009 0.414011 0.42814 0.385213 -0.220144 0.018078 0.27589 0.162662 -0.162561 -0.383129 0.078604 0.237523 0.447555 0.13332 0.064454 0.076077 0.044356 0.221746 -0.338095 0.331731 0.370136 -0.139491 0.31989 -0.153277 -0.290715 -0.225237 0.496074 0.023694 -0.04486 0.311711 0.216428 0.024559 -0.170592 -0.184928 -0.122294 -0.061454 -0.229832 0.075411 0.333786 -0.139361 0.063384 -0.142646 -0.130262 0.000603 0.039878 0.165794 0.127639 0.144247 0.150698 0.253592 0.152339 0.030179 0.319014 -0.357858 0.290685 -0.067067 0.325528 0.130598 -0.070419 -0.236634 0.302747 -0.012864 -0.027894 0.004335 -0.050271 -0.247976 -0.044556 -0.021232 0.004895 0.119447 -0.288845 -0.049045 0.009625 0.045315 0.02149 0.23002 -0.128825 0.085565 -0.396265 0.092317 -0.120851 -0.489121 0.191583 0.127149 0.01226 -0.071084 0.538263 -0.01277 -0.10616 0.133712 0.156191 0.392335 0.113837 -0.141293 0.133185 -0.116827 0.50123 0.747314 0.133643 0.235044 0.358734 0.126749 0.457262 0.102472 0.126216 0.032337 -0.083132 0.070731 0.18355 -0.002448 0.302105 0.040781 -0.002812 -0.084988 0.111308 -0.012078 -0.109003 -0.374654 -0.465667 -0.168934 0.124136 0.214332 -0.106556 0.275345 -0.190438 0.046256 0.055627 -0.215809 -0.33387 0.085782 -0.208875 0.075299 -0.086001 -0.358459 -0.109324 -0.063889 0.227234 0.34583 0.373951 -0.278392 0.094494 0.11037 -0.225911 0.040544 0.296008 0.01611 0.30081 -0.633104 -0.36384 0.169166 -0.167388 -0.06883 -0.038157 0.168326 -0.336727 0.306298 0.076215 0.27289 0.158379 0.216151 -0.39363 -0.349516 -0.128287 -0.290979 -0.00701 -0.004918 -0.23786 0.050017 -0.040529 -0.164891 -0.208435 -0.161362 0.337447 -0.291032 -0.593403 0.333028 0.259449 0.09385 -0.206944 -0.074653 -0.131958 0.288197 -0.20465 -0.181429 0.025525 -0.460269 -0.570848 0.042722 -0.233127 -0.173295 -0.089047 -0.432024 0.330906 -0.166954 -0.037276 -0.127956 0.134957 -0.114991 -0.048698 0.028891 0.479034 0.537918 -0.198151 -0.371213 0.058535 -0.040329 -0.001872 0.369236 0.026378 -0.117169 0.226892 -0.024775 -0.131639 -0.30994 0.264997 -0.209876 -0.294749 -0.263051 0.20134 -0.05757 0.073042 -0.081487 0.065325 0.51207 0.314209 -0.356166 -0.134382 0.040033 0.290242 -0.423873 -0.491991 -0.424226 0.323722 -0.058425 -0.186563 -0.100254 -0.251496 -0.154414 0.10775 -0.09163 -0.010096 0.274455 -0.043508\nÈ -0.006204 0.097764 -0.179663 0.008571 0.053864 -0.050186 0.031958 0.024977 0.114829 0.008486 0.033405 -0.004346 -0.078418 -0.03274 -0.002243 -0.041896 0.010829 0.002634 0.006836 -0.017872 0.038488 0.084754 -0.034053 -0.013638 0.095278 0.059503 0.061018 -0.01501 -0.053718 0.006786 -0.010147 -0.05785 -0.042979 -0.071405 0.10607 0.147189 -0.071106 0.041667 -0.026271 0.055495 0.073974 -0.009808 -0.022148 -0.081966 -0.00336 -0.026173 0.070192 0.012527 -0.028366 0.017212 -0.094734 -0.044973 0.073298 -0.064854 0.028197 -0.119043 0.008873 -0.010384 0.076665 0.097475 -0.033806 -0.008524 0.086602 -0.003011 0.083222 0.060686 -0.061588 0.080534 -0.081209 0.081372 0.059156 0.071894 0.080013 -0.011256 -0.098709 0.134474 -0.048318 0.026316 -0.037218 0.068468 0.017151 0.050678 0.022186 0.221438 -0.081327 0.026568 -0.012242 0.112725 -0.058011 0.0237 -0.006532 0.113002 -0.082402 -0.079741 -0.005226 0.013521 -0.014999 -0.113669 -0.0097 -0.000314 -0.043643 -0.054736 -0.06693 -0.052795 0.044161 0.045895 -0.039827 -0.050541 0.026118 -0.011681 0.055357 -0.013897 -0.055358 0.006109 0.026582 0.023254 -0.08501 -0.069438 -0.032105 -0.08087 0.061335 -0.086321 0.075921 0.007417 -0.004004 -0.071068 0.023566 0.02028 0.008613 -0.02414 0.018407 -0.03631 -0.070691 -0.05274 0.029445 -0.093688 -0.008482 0.104153 -0.057828 0.027222 0.010975 -0.028051 -0.00629 0.115931 0.057531 -0.036621 0.096176 0.127321 0.042361 0.127116 -0.007733 0.10506 -0.108035 0.249337 0.11749 -0.031792 -0.052683 0.114835 0.123486 0.02895 -0.000519 0.11332 0.068018 0.015917 0.017617 -0.040738 -0.027047 -0.054074 0.028189 -0.023032 0.025375 -0.090763 0.046256 0.064004 -0.10995 -0.013928 -0.033664 0.094308 -0.024887 0.032619 0.007284 0.010637 0.096956 0.020126 0.033518 -0.027847 0.048753 0.025016 -0.100828 -0.098689 0.032824 0.101886 0.003199 -0.102073 -0.018683 -0.09228 -0.072206 -0.079348 -0.0153 0.141785 0.045159 0.002448 -0.098385 -0.028375 0.079809 -0.055605 -0.022003 0.047991 0.013805 0.128086 0.064768 -0.060565 0.041221 0.043608 0.033603 -0.01635 0.004948 0.062148 -0.107347 -0.068831 -0.042181 0.08262 0.024372 0.022843 0.071341 0.034152 0.006901 -0.026425 -0.029206 0.079047 0.014163 -0.071932 0.06064 0.008737 0.036366 -0.025495 -0.031591 0.035567 0.083556 -0.021282 -0.045053 0.111955 -0.051873 -0.116662 0.052175 -0.078866 0.120851 -0.073389 -0.079313 0.038672 -0.074206 0.041981 0.040449 0.034929 -0.042686 0.008162 0.001985 0.057293 0.099573 0.004585 -0.065414 -0.078241 -0.018484 0.044257 0.026414 -0.048486 -0.17755 0.028013 -0.015348 -0.019277 0.067833 0.029727 0.014353 -0.068834 0.005811 0.007985 0.041351 0.031166 0.022945 0.069117 0.072571 0.050715 -0.02675 -0.028696 0.078615 0.094401 0.043081 -0.025644 -0.085054 -0.00971 0.016319 -0.071404 -0.073337 -0.037628 0.049193 0.091063 0.075856 0.127731 -0.070254 0.010172\nǎ 0.052673 0.029738 -0.160034 0.071977 0.096 0.014476 0.094428 0.092982 0.155785 -0.038025 -0.002489 0.01942 -0.005653 0.058725 -0.016368 -0.038197 -0.000162 -0.010433 0.144992 0.061935 -0.121361 0.015649 0.018808 -0.068862 -0.02038 -0.164357 0.068867 0.118284 0.109286 0.118789 -0.009182 0.008104 0.01292 0.003373 0.061971 -0.015397 -0.026381 -0.002462 -0.067475 0.0987 0.055814 -0.044812 0.010659 -0.028834 -0.044618 0.071982 0.006204 -0.054822 -0.024096 0.021926 -0.008065 0.003553 0.061917 0.017357 0.043269 -0.015977 -0.015898 -0.003631 0.045261 0.01102 0.12314 -0.087555 0.006221 -0.063821 -0.006578 -0.085454 -0.114705 0.042881 -0.064286 0.006139 -5.1e-05 -0.045311 -0.13228 0.017849 -0.05758 -0.04766 -0.062121 -0.045283 -0.126413 -0.077453 0.050955 0.010913 -0.021887 0.062769 -0.175887 0.10149 -0.081358 -0.028674 -0.00408 0.0285 -0.084567 0.03761 0.034557 -0.021466 -0.048801 0.091443 0.020042 0.008412 -0.110609 -0.129032 -0.089051 0.016243 0.001481 -0.12426 0.0204 0.089419 0.134464 -0.05105 0.066489 0.067213 -0.045578 0.082336 -0.073441 -0.057665 0.04002 0.126942 -0.044973 -0.001393 -0.022982 -0.041704 -0.061164 0.029927 -0.094542 0.03047 0.068229 0.061232 -0.005441 0.068587 -0.056929 0.064277 -0.033816 -0.011995 -0.039783 0.024146 -0.130458 -0.103009 0.066262 -0.036408 -0.000833 0.016056 -0.010778 0.015911 -0.108856 0.025793 -0.009458 0.049683 0.019029 -0.018116 0.012997 -0.080107 -0.115891 0.075559 0.041281 0.089458 0.040584 0.015034 -0.103035 0.10644 -0.022636 -0.078862 -0.013297 0.097789 0.078646 -0.035017 0.127782 0.020964 0.010042 -0.04412 -0.024172 0.111207 0.086448 -0.002727 -0.006697 -0.106232 -0.020957 -0.057057 0.026034 -0.024263 0.066088 -0.1485 -0.051332 -0.178195 -0.009934 0.08211 -0.019479 0.009221 -0.000897 -0.032345 -0.089312 0.024516 0.02194 -0.002685 0.053477 -0.086629 0.091719 0.10268 -0.049757 -0.053669 -0.014358 0.093305 -0.011669 -0.016908 -0.010996 -0.054861 -0.022454 0.049864 -0.001848 0.029311 0.07893 -0.084416 0.078987 -0.073142 0.01071 0.035062 0.081607 0.141636 -0.108212 0.133076 -0.052496 0.140134 -0.013105 -0.075315 0.01722 0.013539 0.062591 -0.053268 -0.100947 0.087711 0.032191 -0.005396 -0.007082 0.028237 0.026223 -0.044515 0.032487 0.069501 -0.081246 0.026766 -0.01477 0.066014 -0.03388 0.222388 -0.126075 -0.006685 -0.052629 -0.013101 -0.021608 -0.051272 0.071293 0.148166 0.075862 0.030902 0.112707 -0.041077 -0.027382 0.056476 0.090844 0.042676 0.071371 0.028549 0.07981 -0.030908 0.005774 0.067543 -0.051984 0.060883 -0.144819 -0.009839 -0.037217 0.083925 0.025317 0.003415 -0.029375 -0.026207 -0.132626 0.097249 -0.103445 -0.00431 -0.011745 -0.038982 0.006894 0.022662 0.070504 0.085654 0.049207 -0.028642 0.106908 -0.013329 0.046751 -0.078699 0.097506 0.101259 0.141361 0.055421 -0.074169 0.057792 0.001776 0.067335 -0.081455 0.034794\nª 0.007126 0.001789 -0.126395 -0.082072 0.08957 -0.003947 -0.031997 -0.009511 0.091618 -0.046826 0.061115 -0.026566 0.022302 0.060613 0.094058 -0.11555 -0.037403 -0.021766 0.004626 0.09492 -0.030882 0.117113 -0.011747 0.013788 0.065084 0.041751 -0.031198 -0.094935 0.001484 0.002781 -0.017274 -0.039533 -0.012749 -0.023812 -0.000236 0.055094 -0.100833 0.074407 -0.042953 0.013461 0.029227 0.023691 0.065425 -0.105522 0.052096 0.028812 0.049862 0.001427 -0.024885 0.056911 -0.040927 -0.031557 0.086634 -0.021404 0.077989 -0.064727 0.038817 0.047858 -0.024644 0.055759 -0.009116 -0.053208 0.075802 0.071615 0.028048 0.075024 -0.099948 0.1509 -0.132754 0.053259 0.017346 0.057522 0.016078 0.001999 -0.008541 0.11789 -0.011367 0.052742 0.002886 0.045693 0.009551 0.054792 -0.031183 0.068574 -0.086205 -0.05401 -0.000393 0.026306 -0.023903 -0.049963 -0.009807 -0.018507 0.021829 -0.042951 0.002103 0.01124 -0.052911 -0.042915 -0.051348 -0.10195 -0.075003 -0.007994 -0.046974 0.030995 -0.016166 0.074412 0.044892 -0.04525 0.030621 0.067732 0.032042 0.025228 0.003519 0.00139 -0.051437 0.057593 -0.029513 0.018969 -0.126085 -0.119688 0.023893 -0.121226 0.054612 -0.023378 0.067833 -0.056406 -0.055028 -0.003366 0.066102 -0.039178 0.09224 0.020682 -0.038459 -0.078668 0.0383 -0.067545 0.013194 0.105303 -0.032109 0.050662 0.041137 -0.023718 0.024021 0.113721 0.109699 0.026212 -0.016108 0.119282 0.013512 0.112159 -0.07834 0.084996 -0.021619 0.138111 0.004006 -0.07323 -0.01021 0.065361 0.070131 0.043479 0.013921 0.049883 0.081336 -0.076715 -0.023703 -0.00815 0.006007 -0.01339 0.018284 0.107916 0.025173 -0.063486 -0.050185 0.041308 -0.023187 -0.062983 0.048131 0.031327 -0.05203 -0.024923 -0.007801 -0.054411 -0.033311 0.004855 -0.027703 -0.077735 -0.023334 -0.086599 -0.121341 -0.075703 0.010127 0.031977 0.025406 -0.061555 0.072911 0.020153 -0.017813 -0.039708 0.042782 0.15918 0.09879 -0.011867 0.02905 -0.044477 0.068317 -0.128214 0.03099 0.067069 -0.03959 0.156854 0.029434 -0.012798 0.113176 0.118748 0.020375 0.044972 0.055106 -0.108516 -0.072806 -0.050853 -0.100236 0.070584 0.072368 -0.026726 -0.012674 -0.012837 -0.065014 -0.00553 -0.013829 -0.002372 -0.047702 -0.014167 0.008738 0.013732 -0.011575 0.013669 -0.064589 -0.029261 0.15862 0.095623 -0.046695 0.038581 -0.056879 -0.092326 0.017354 -0.073025 0.084936 -0.011683 -0.00687 0.065684 -0.017339 0.055838 -0.021283 -0.033997 0.038398 -0.000339 0.032399 -7e-05 0.119498 -0.065231 0.038054 0.015127 -0.019594 0.057968 0.018603 0.019913 -0.111809 -0.026766 -0.042388 -0.019598 0.059942 0.085925 -0.019178 -0.040828 -0.082755 0.003782 0.052166 0.057082 0.025802 0.096852 0.037687 0.072187 0.01093 0.020168 0.119344 0.090163 -0.023074 -0.014702 -0.055137 -0.028834 0.066468 -0.036781 -0.078786 0.072762 0.08078 0.064238 0.026042 0.120304 0.001999 0.050193\n 0.037747 -0.052218 0.105822 0.08387 0.207797 -0.391323 -0.106233 0.052215 0.133571 0.006888 0.008647 0.171725 -0.171588 0.124123 -0.111109 0.333162 0.026275 0.325343 -0.048329 -0.231626 0.038094 0.206244 0.095739 0.033542 0.160849 0.336415 -0.011315 -0.006305 -0.367338 -0.164726 0.06635 -0.059865 -0.317873 0.103195 -0.090056 0.145245 -0.28814 -0.100461 0.030299 0.089398 0.057972 0.018516 -0.024669 -0.477355 -0.135684 -0.070857 0.186891 -0.268783 0.14648 -0.038827 0.193915 -0.19782 -0.167772 0.097729 -0.074571 0.013808 -0.000771 -0.022292 -0.048797 0.005052 -0.465267 0.245595 -0.032146 -0.015009 0.229561 -0.181111 -0.171715 -0.152271 -0.381593 0.183534 0.114595 -0.183033 -0.10079 -0.057496 0.423959 0.341421 -0.012906 -0.094557 -0.123071 0.207738 0.283172 0.249636 0.012416 0.147552 0.376133 -0.082184 -0.274977 0.382589 -0.139642 0.132394 -0.040477 -0.058343 0.19944 -0.298182 -0.220708 -0.00479 -0.089842 -0.094749 0.017406 -0.245943 -0.133513 -0.084893 -0.041679 0.093993 -0.372652 0.318822 0.084706 0.029813 -0.385075 -0.022825 -0.056495 0.104651 0.075242 0.225836 0.152949 0.060029 -0.520282 0.26616 -0.018554 -0.13637 -0.414614 -0.188033 0.278322 0.097076 -0.013586 -0.205281 -0.082812 0.48684 0.039185 -0.261533 -0.010598 0.070016 0.077085 -0.021113 -0.056548 -0.12671 0.008939 0.181857 -0.269814 0.016922 -0.017197 -0.021373 0.163823 0.009947 -0.098662 0.16458 -0.086502 0.249471 0.060112 0.263965 -0.353027 0.123758 -0.070792 0.08891 0.270719 0.103362 0.040736 -0.025053 -0.216061 0.156834 0.061313 -0.03112 -0.104106 0.037563 0.050031 0.219414 -0.15625 -0.210707 -0.047719 0.194319 -0.29786 -0.355965 0.205921 -0.157845 -0.3512 -0.253598 -0.023262 0.228325 -0.019902 0.059541 0.14234 -0.021092 -0.038527 0.102732 0.315549 0.317644 0.221572 0.143109 0.165919 -0.36435 0.185565 0.005435 0.005089 0.234923 0.084057 -0.156613 -0.041134 -0.010875 -0.178214 -0.024671 0.073745 0.06715 0.332372 0.140462 0.072909 0.146772 -0.503252 -0.117172 0.127216 0.209096 0.094236 -0.205568 -0.176988 0.046747 -0.289908 -0.149166 0.326073 0.141088 -0.327879 -0.265914 0.002531 -0.29257 0.300121 0.086293 0.178432 0.192419 0.027315 0.094517 0.467247 0.002024 -0.044685 0.056889 0.073554 0.043316 0.179721 -0.017615 -0.013427 0.145557 -0.036322 0.013297 -0.216711 0.195045 -0.092227 0.262722 0.003595 -0.020916 0.363778 0.009622 -0.222999 0.196847 -0.245633 0.106982 -0.008882 0.440798 0.170299 -0.174952 0.08661 -0.087362 0.203954 -0.123766 0.223475 0.110166 0.083989 -0.041528 0.13187 0.399217 -0.321456 -0.080051 -0.269798 0.184233 0.029712 0.128943 -0.003871 0.06051 -0.271151 -0.003985 -0.021811 -0.305344 0.2006 0.248364 -0.035634 0.154352 -0.000567 -0.13481 -0.230908 0.180299 -0.08419 0.087608 0.079475 -0.091759 0.028281 -0.143098 -0.025863 0.115985 -0.194044 -0.266336 -0.060527 0.004311 0.114738 0.083097\nū -0.004798 -0.028925 -0.060908 0.002223 -0.017309 -0.018882 -0.022397 0.033413 0.0316 0.070345 0.042752 -0.018136 0.010523 0.049656 -0.046154 0.012278 -0.022631 -0.022938 0.023424 0.116343 -0.062341 0.074591 -0.03649 -0.065798 -0.084814 0.050266 0.062664 -0.014555 0.030357 -0.038522 0.002393 -0.040358 0.036143 0.013254 0.00715 0.030077 -0.048738 -0.004413 0.061401 0.076237 -0.075048 -0.008422 0.055506 0.046456 -0.005944 -0.019306 -0.003822 -0.016444 0.018904 0.012103 -0.019343 0.047601 0.081935 0.000207 0.069602 -0.009334 -0.010821 0.049338 0.061276 0.044416 0.042041 -0.003415 0.089696 0.084166 0.056839 0.103081 -0.008997 0.011146 0.12283 -0.035504 0.06564 0.069843 -0.032624 0.088863 -0.045504 0.057603 0.0297 0.145938 0.007393 -0.026397 -0.0265 0.00747 -0.059972 0.094366 -0.075599 0.005532 -0.058956 -0.049973 -0.004613 -0.009742 -0.010167 0.136729 -0.033597 -0.02621 -0.042664 0.003906 0.013903 0.029728 -0.057231 -0.096166 0.119747 0.036514 -0.054875 0.013277 0.012998 -0.014934 -0.073627 0.001113 0.034062 0.012125 0.007471 0.059108 -0.007555 0.011665 0.027395 0.046101 -0.059562 0.065624 -0.023522 -0.034146 0.023493 -0.020527 0.079117 -0.010594 0.044364 -0.008644 0.008185 -0.026574 -0.031416 0.082239 0.072348 0.019691 -0.103227 0.076261 -0.102953 -0.021699 -0.091824 0.035954 0.030358 0.095376 -0.017784 -0.011373 -0.055891 0.098305 -0.037666 0.081221 0.077677 0.073194 -0.015862 0.069322 0.002331 0.000919 0.037715 0.058383 -0.017572 0.036268 0.061138 -0.072107 -0.091718 0.041768 0.024793 0.031812 0.001688 -0.034361 -0.016715 -0.028569 0.111505 -0.010496 0.02196 0.034381 -0.006196 0.016085 0.04292 0.031776 -0.011741 -0.054574 0.042768 -0.008711 -0.015249 -0.030655 -0.140826 -0.008608 0.043943 0.030786 -0.004836 -0.09699 0.005994 -0.046764 -0.025587 0.023556 0.048746 0.013175 -0.016778 -0.041968 0.074234 0.023303 0.035202 0.011752 0.069183 0.112802 0.024006 -0.033145 -0.044172 0.054545 0.026192 -0.024828 -0.014969 0.005301 -0.00022 0.049574 0.052738 0.078923 0.080336 -0.003127 -0.010876 0.0409 0.038916 -0.051429 -0.05945 -0.074411 -0.153949 -0.080464 0.031003 -0.054117 -0.017463 -0.021952 0.030386 0.013724 -0.00254 0.057848 0.006515 0.011321 -0.06562 0.027521 -0.041847 0.004496 -0.006906 0.038889 0.058274 0.015808 -0.006411 -0.065704 -0.012657 0.047431 -0.00702 -0.01795 0.044261 -0.030104 0.010479 0.068718 0.038902 0.034675 0.016007 -0.053787 0.025927 0.000591 0.038818 0.024266 0.082843 -0.068275 -0.00509 -0.002907 0.009522 0.003496 0.084707 0.045122 -0.007648 -0.032216 0.039286 0.026378 0.059757 -0.068278 -0.00528 0.032578 -0.03105 -0.060908 0.01943 -0.033139 -0.012597 -0.015742 0.036024 0.017805 0.037156 0.110208 0.075715 -0.044946 0.031125 0.04392 -0.018789 -0.059355 0.049394 -0.032512 0.061216 -0.014946 0.002536 -0.035382 -0.027771 0.145358 0.051172 -0.012137\n¿ 0.005547 0.005272 -0.098706 -0.093526 0.090505 0.007913 -0.017135 -0.004398 0.089702 -0.065425 0.058005 -0.04631 0.017677 0.0546 0.128874 -0.12668 -0.044488 -0.000232 -0.005922 0.078723 -0.031407 0.114144 -0.009667 0.010332 0.050452 0.052319 -0.011377 -0.087521 0.002356 -0.006274 -0.019841 -0.024168 -0.006644 -0.010342 -0.000933 0.053596 -0.098094 0.064205 -0.052984 0.015566 0.037181 0.020746 0.049161 -0.12275 0.059544 0.025523 0.058817 -0.002033 -0.041692 0.032115 -0.045656 -0.038413 0.086676 -0.021162 0.100085 -0.070116 0.032228 0.05269 -0.023085 0.06572 -0.023287 -0.038373 0.082587 0.076964 0.029525 0.097759 -0.090667 0.133554 -0.131679 0.065727 0.006319 0.059411 0.025321 -0.000818 -0.008252 0.132366 -0.004043 0.054035 -0.003253 0.052494 0.000549 0.045823 -0.037749 0.058107 -0.08021 -0.051374 0.014022 0.027693 -0.005405 -0.032235 0.005752 -0.04344 0.020843 -0.032436 -0.015778 -0.00096 -0.055148 -0.036182 -0.03908 -0.115278 -0.073375 -0.011503 -0.018655 0.019797 -0.016271 0.08224 0.038277 -0.072077 0.042877 0.056737 0.040957 0.022969 -0.009953 -0.005637 -0.049679 0.058255 -0.047121 0.017754 -0.116947 -0.117782 0.033261 -0.107748 0.037108 -0.015499 0.07437 -0.049341 -0.040804 -0.023893 0.046508 -0.047513 0.101526 0.012289 -0.045038 -0.077619 0.024809 -0.074376 0.009742 0.106946 -0.040695 0.044688 0.025505 -0.037774 0.028328 0.115552 0.111486 0.027934 0.009509 0.113872 -0.019963 0.123166 -0.067319 0.074997 -0.033464 0.155769 0.002433 -0.07029 -0.032093 0.082041 0.05361 0.058494 0.01034 0.031408 0.084695 -0.059032 -0.051607 -0.019146 -0.002728 -0.007447 0.004775 0.108962 0.018623 -0.078557 -0.056215 0.035999 -0.024653 -0.060824 0.05412 0.024643 -0.069884 -0.023707 -0.005666 -0.038292 -0.0396 -0.007786 -0.032486 -0.071801 -0.029103 -0.077453 -0.125168 -0.089972 0.012035 0.034337 0.024757 -0.064927 0.053758 0.002359 -0.025424 -0.042712 0.051389 0.146906 0.078412 -0.022963 0.020327 -0.047254 0.063187 -0.127652 0.030223 0.056486 -0.053751 0.140291 0.042186 -0.028052 0.129818 0.113037 0.028706 0.049176 0.04137 -0.094299 -0.073232 -0.072667 -0.105175 0.071982 0.064552 -0.048339 -0.007304 -0.012106 -0.07656 -0.000527 -0.017565 -0.001478 -0.039728 -0.021306 0.01159 0.006671 -0.020502 0.006685 -0.079402 -0.02952 0.152563 0.104811 -0.056344 0.032499 -0.061197 -0.096997 0.024922 -0.064824 0.078086 -0.003005 -0.005685 0.077535 -0.007376 0.066181 -0.014352 -0.036497 0.034078 0.02788 0.02425 0.005632 0.0989 -0.045506 0.044419 0.031895 -0.006712 0.071971 0.033321 0.001758 -0.09411 -0.038311 -0.03974 -0.0177 0.046996 0.090714 -0.021177 -0.053991 -0.085687 0.013577 0.035736 0.05995 0.017853 0.101253 0.02682 0.08023 0.040965 0.014606 0.133423 0.093565 -0.031149 -0.005892 -0.061043 -0.021331 0.08956 -0.036253 -0.094676 0.069786 0.089151 0.069777 0.01904 0.125092 0.001208 0.061451\nА 0.040687 0.057526 -0.054344 -0.007461 0.065856 -0.041587 0.012837 0.105563 0.044168 0.036736 0.037778 0.005924 -0.020757 0.027025 -0.051971 -0.052457 0.040539 -0.027831 -0.014999 0.037384 0.061739 0.040981 0.050494 -0.034986 0.032134 0.047454 0.088856 -0.070983 0.028501 -0.011535 0.04106 -0.030393 -0.01143 -0.019639 0.05775 0.01466 -0.047694 -0.0534 -0.0009 0.025065 -0.000315 0.015061 -0.017467 -0.127235 -0.003345 0.017821 -0.050603 0.003183 -0.016627 -0.031414 0.002219 0.016207 0.031929 -0.019783 0.074173 -0.043305 -0.07078 0.060607 -0.000419 0.133909 -0.016405 -0.027303 0.105105 0.075305 0.041094 0.059987 -0.046689 -0.009928 -0.016601 0.014733 -0.027473 0.058375 -0.077513 0.00757 -0.037831 0.052459 0.025727 0.092266 -0.00988 0.013968 0.008277 0.047435 -0.001274 0.12748 0.091868 -0.076696 -0.005257 0.020737 -0.001174 0.013152 0.017833 -0.001137 -0.00639 0.028107 -0.00834 0.021518 0.010181 -0.094929 0.017242 -0.085333 0.024632 0.004068 -0.018411 0.100703 -0.068652 0.074256 0.02641 -0.028829 -0.072631 0.073305 -0.013036 0.029052 0.013558 0.003907 0.041399 -0.053712 -0.040659 0.136613 0.000418 -0.001862 -0.055004 -0.024179 -0.040738 0.014815 0.058574 0.00218 0.022623 0.011725 0.088522 -0.003711 0.083127 0.001652 -0.109715 -0.018309 -0.027807 -0.051646 0.006821 0.081427 0.015037 0.065886 0.026975 -0.001098 0.008999 0.116659 -0.024829 -0.030059 0.044796 0.114116 0.013107 0.081928 -0.09311 0.050502 -0.053514 0.132438 0.056314 -0.002955 0.041904 -0.061837 -0.051312 0.135517 0.075594 0.063196 0.110741 -0.004518 0.054487 0.00786 0.07789 -0.00529 0.050259 -0.023107 0.060307 -0.044845 -0.048418 -0.05352 -0.082753 -0.019319 -0.033198 0.099867 -0.012323 -0.050441 -0.042479 0.035946 0.027357 0.040979 -0.059756 -0.088042 0.037116 0.009195 -0.056127 -0.000497 0.091641 0.014198 0.067938 0.018607 0.106251 -0.042008 -0.033728 -0.058508 0.023065 0.045021 0.001624 -0.007408 0.057393 0.013862 0.009799 -0.191231 -0.018108 0.03083 0.040276 0.070136 -0.035157 0.003017 0.122915 0.041593 0.050957 0.067658 0.121342 0.004625 -0.087814 -0.090514 -0.0671 0.003758 -0.030377 -0.033512 -0.012344 -0.017746 -0.027261 0.017859 -0.056962 0.073575 -0.056961 0.039972 0.013184 -0.031613 -0.004516 0.023418 -0.041977 0.028429 0.06927 -0.042186 -0.067654 -0.035716 -0.049225 -0.054686 0.076989 -0.063459 0.014281 -0.105942 0.043909 -0.059605 0.040952 -0.030548 0.022208 0.000825 -0.021036 0.046279 -0.016547 0.002643 0.038497 0.014052 -0.003345 0.082411 0.066824 0.094284 0.032201 0.03307 -0.110447 0.001426 -0.009099 -0.055462 0.009489 -0.002244 -0.007488 -0.014881 -0.032435 0.072594 -0.02365 -0.060558 -0.023989 0.123817 0.106243 0.023263 0.022317 -0.063936 0.03045 0.073053 -0.046222 -0.048918 0.046735 -0.037944 0.051769 -0.066963 0.015914 -0.007355 -0.00497 0.050638 -0.046248 0.069099 0.055112 -0.02507\nи -0.013827 0.037139 -0.063504 -0.020876 0.018331 -0.002841 -0.015823 -0.026822 0.032532 0.023501 0.020306 -0.007721 -0.02126 0.01436 0.023105 -0.061697 0.057432 -0.033476 -0.043716 0.055536 -0.022039 0.085657 -0.01692 0.005584 0.028411 0.052555 0.009024 -0.068939 -0.007395 0.007626 0.010846 -0.013855 -0.003254 -0.043219 0.043109 0.075362 -0.062783 0.03469 -0.003122 0.066264 -0.024413 0.037969 -0.028862 -0.017255 -0.01211 -0.012471 0.057005 -0.029582 -0.016292 -0.004557 0.012944 -0.010049 0.051372 -0.067178 0.111718 -0.040399 -0.072018 -0.006288 -0.021228 0.098823 0.02788 -0.077564 0.052879 0.044463 0.042273 0.042767 -0.046038 0.082669 -0.064933 0.055621 0.003626 0.017681 -0.025404 -0.002263 -0.070018 0.105966 0.00055 0.100149 0.004059 0.062334 0.003451 0.053278 -0.035372 0.130025 0.004991 -0.049607 -0.024312 0.028738 -0.048283 -0.021955 0.053315 -0.000654 -0.029094 -0.019765 -0.018983 0.028877 -0.008378 -0.044904 -0.042248 -0.029578 0.017426 0.025857 -0.050964 0.06839 0.012661 0.021913 -0.002913 -0.011829 0.026734 0.017886 0.011127 0.004669 0.001057 0.061394 -0.007211 0.018756 -0.084601 0.064004 -0.075295 -0.051763 0.077265 -0.078521 0.098894 -0.00896 0.060315 -0.015711 -0.053642 -0.005964 0.050943 -0.054786 0.022047 0.014714 -0.065503 -0.036753 -0.019856 -0.048198 -0.035169 0.086744 0.004968 0.068913 0.062909 -0.004624 -0.014153 0.067278 0.069716 0.005551 0.025254 0.113129 -0.003173 0.098249 -0.027334 0.096301 0.008832 0.13003 0.033695 0.029277 0.025384 -0.028671 0.027023 0.04017 -0.009451 0.048613 0.116157 -0.001558 0.003082 -0.009795 0.035743 -0.020367 0.040124 0.088128 0.005966 -0.077837 -0.018387 -0.015101 -0.030483 -0.023616 0.074046 0.066192 -0.067813 0.016621 -0.040368 -0.025595 0.042672 0.026435 -0.032453 -0.058629 0.023615 -0.032767 -0.085289 -0.028341 0.019169 0.039449 -0.005404 -0.048211 0.004713 -0.03309 -0.008409 -0.048222 0.053117 0.084042 0.057208 -0.013348 0.037507 -0.005046 0.026175 -0.089686 0.006833 -0.008767 -0.036577 0.125873 0.048089 -0.037963 0.101063 0.042473 0.038824 0.016666 0.059152 -0.04895 -0.076876 -0.043133 -0.066502 0.052554 0.026558 -0.017742 0.040575 -0.005773 0.017097 -0.021216 -0.078441 0.081701 -0.044471 -0.011298 -0.007699 -0.00665 -0.016819 0.013556 -0.009575 0.037399 0.063336 0.100578 -0.058797 0.061486 -0.031519 -0.071979 0.016412 -0.012728 0.086277 -0.034225 0.004561 0.039452 -0.036502 0.07655 0.052826 -0.00355 0.016836 0.02303 0.007104 0.022344 0.076337 -0.050509 0.035508 -0.044585 0.033094 -0.00549 0.036071 0.001025 -0.094953 -0.015401 -0.025412 0.033462 0.006271 -0.008668 0.006248 -0.022568 -0.081286 0.00485 0.030959 0.00484 -0.012863 0.011869 0.000143 -0.036747 0.052321 0.020755 0.014114 0.056663 -0.002482 0.026363 -0.002945 -0.01527 0.047804 -0.032985 -0.039764 -0.042387 0.058947 0.062961 0.013647 0.040917 -0.00363 0.033047\nń -0.020358 -0.006595 0.074016 -0.03197 0.116485 -0.023635 -0.047506 0.02761 0.008769 0.067333 -0.081879 -0.01424 -0.042315 -0.025549 -0.004595 0.016241 0.087077 0.10666 0.027185 -0.037259 0.012885 0.099852 0.211077 -0.011179 0.068023 0.04135 -0.005507 -0.204281 -0.062445 -0.072757 0.070026 -0.104513 -0.048948 -0.039611 0.063218 0.240722 -0.095998 0.001222 -0.029103 0.118893 -0.007842 0.063141 0.006745 -0.135057 -0.026533 0.000217 0.129526 -0.090875 0.065481 0.029751 -0.065183 -0.102351 -0.103438 0.020768 0.078487 -0.054107 -0.075981 0.107471 -0.010498 0.00813 -0.032163 -0.032246 0.125677 0.116515 0.016537 0.10851 -0.081257 0.067238 -0.163316 0.10592 0.036911 -0.038439 -0.093022 0.009585 0.011128 0.060418 -0.00447 0.066586 0.042782 0.070579 -0.052692 0.085758 -0.009967 0.123726 0.000429 -0.134637 0.000517 0.124132 -0.14782 -0.065264 0.041079 -0.075672 -0.021811 -0.089016 -0.077093 0.023368 0.051962 -0.079607 -0.073611 -0.073454 0.037587 -0.181919 -0.062871 0.077798 -0.094411 0.093522 0.039844 -0.004502 -0.046674 0.026813 -0.092189 0.050889 -0.016407 0.059627 0.104812 0.01151 -0.115145 0.105254 -0.083556 0.162237 -0.008074 -0.167917 0.078961 -0.006838 -0.036055 0.020627 0.010911 0.020796 0.089065 0.054385 0.197973 -0.051356 -0.02358 0.005391 -0.001713 -0.078232 -0.010275 0.067239 -0.083878 0.107519 0.030643 0.049241 0.031688 0.009169 -0.033537 -0.011815 -0.053392 0.127462 0.04625 0.11042 -0.027119 0.106289 -0.00608 0.048561 0.103579 0.060627 0.0219 0.06029 -0.002276 0.091576 0.072122 0.046918 -0.052055 0.062488 -0.012421 0.080438 0.003767 0.013675 -0.023871 0.098054 -0.086782 -0.134857 0.008579 0.083997 -0.034019 0.004459 0.100417 0.108453 -0.084516 0.057054 -0.039325 0.044105 0.01715 0.186249 -0.081439 0.054415 0.036865 0.016287 0.012185 -0.022039 0.140054 0.023913 0.030986 -0.075513 0.063604 -0.099214 0.019704 -0.004317 0.089053 -0.000345 0.108265 0.062666 0.069557 0.067584 0.156698 -0.11907 -0.022217 0.046232 -0.026731 0.02534 0.053564 -0.077143 0.090679 0.021609 -0.048453 -0.043495 0.025181 -0.080992 -0.119117 -0.088223 -8e-06 0.009959 0.059825 0.044313 0.066973 -0.026195 -0.061769 0.069239 0.023331 0.145768 -0.227469 0.012943 0.038921 -0.000712 -0.004587 0.027099 -0.070485 0.023024 0.074414 0.116183 -0.082922 0.141968 -0.001261 -0.151347 0.093951 -0.055558 0.169555 -0.016972 -0.017422 -0.075082 -0.020782 0.047807 -0.065241 0.175769 0.013555 -0.047616 -0.026305 0.078527 0.095708 0.052678 0.153204 0.068817 -0.009803 0.051763 0.101046 0.01683 -0.097593 0.004805 -0.004567 -0.02642 -0.079681 -0.019932 0.026861 0.000343 -0.113973 0.076028 0.001794 -0.04945 0.052657 -0.056395 0.041504 0.031534 0.026406 0.033829 0.033835 0.099733 0.015345 -0.075982 0.010775 0.025368 0.02079 -0.085458 -0.054206 -0.039681 0.023047 -0.042692 -0.08718 0.034875 0.155047 -0.006774\n¯ -0.007462 0.013774 -0.111166 -0.061326 0.048141 0.002914 -0.004825 0.001158 0.090594 -0.032719 0.057826 -0.029397 0.01002 0.047189 0.092832 -0.089196 -0.007449 -0.031156 -0.013981 0.055904 -0.041479 0.116974 0.024025 -0.003654 0.054936 0.04503 -0.009009 -0.054392 -0.007448 0.007683 7e-06 -0.050615 0.000617 -0.006566 0.031394 0.055812 -0.090315 0.059179 -0.031264 0.037121 0.039817 0.006061 0.050514 -0.076189 0.035876 0.032253 0.053625 0.018443 -0.022455 0.03158 -0.048354 -0.037649 0.074819 -0.044624 0.068026 -0.05809 0.017434 0.034743 -0.025001 0.063124 -0.027091 -0.053863 0.08531 0.076592 0.041717 0.064216 -0.099684 0.126907 -0.106106 0.029223 0.005739 0.063011 0.017499 -0.009683 -0.025807 0.129543 -0.015776 0.029476 -0.004849 0.039417 0.005614 0.044189 -0.028268 0.055455 -0.052003 -0.065197 0.019042 0.039671 -0.019214 -0.022231 0.013794 -0.0055 0.015089 -0.055203 -0.021408 0.017034 -0.021947 -0.034406 -0.034579 -0.092342 -0.057921 -0.024568 -0.027219 0.023283 -0.010811 0.066536 0.020083 -0.042298 0.03213 0.04985 0.032794 0.003572 -0.014738 -0.002913 -0.028653 0.039531 -0.033816 0.035371 -0.109736 -0.077134 0.008358 -0.08942 0.063804 -0.022829 0.054371 -0.04449 -0.051114 0.011547 0.04141 -0.016955 0.073447 0.018552 -0.050971 -0.059668 0.029543 -0.055813 -0.01131 0.090329 -0.019646 0.042249 0.014168 -0.054008 0.036652 0.087761 0.083509 0.014396 -0.00994 0.089083 0.013448 0.086453 -0.053238 0.080121 -0.035473 0.131213 0.014804 -0.048754 -0.023748 0.02547 0.057267 0.053622 0.01809 0.072441 0.079428 -0.046649 -0.010732 -0.014957 0.014031 0.00091 0.029873 0.08791 0.038107 -0.074891 -0.049646 0.039614 -0.015455 -0.066989 0.024472 0.043195 -0.060574 -0.007766 -0.022791 -0.040032 -0.019028 0.000492 -0.004458 -0.050346 -0.022143 -0.076419 -0.109943 -0.054994 -0.009496 0.030058 0.027067 -0.075466 0.036683 -0.006023 -0.030747 -0.007051 0.019009 0.13326 0.046356 -0.003965 -0.002134 -0.047041 0.074341 -0.102739 0.0122 0.055077 -0.033125 0.151083 0.044858 -0.014036 0.105948 0.097271 0.030979 0.046152 0.038758 -0.095418 -0.045083 -0.062064 -0.09014 0.040463 0.043617 -0.024792 0.006713 -0.003244 -0.050801 0.013121 -0.009257 0.010364 -0.01557 -0.039812 0.018445 0.032192 -0.03427 0.002356 -0.059017 -0.012087 0.122763 0.069303 -0.049972 0.034318 -0.069716 -0.090598 0.020724 -0.060946 0.082819 -0.031856 -0.0276 0.037877 -0.040174 0.070494 -0.034217 -0.01741 0.020409 0.009945 0.024623 0.00475 0.078606 -0.053841 0.03367 0.003842 -0.003505 0.053818 0.025452 0.012726 -0.118211 -0.027505 -0.036877 -0.012061 0.034393 0.052989 0.000713 -0.041048 -0.072724 0.011965 0.03735 0.031361 0.025518 0.064789 0.032093 0.071458 0.01983 0.025262 0.086056 0.065217 -0.022156 -0.009445 -0.045398 -0.027065 0.077741 -0.030552 -0.061982 0.048474 0.058319 0.059793 0.002591 0.110977 0.007609 0.046527\nµ 0.002494 0.108884 -0.142317 -0.067498 0.095391 -0.052422 -0.008876 0.00739 0.066857 0.024189 0.039115 0.018623 0.026466 0.052064 -0.073177 -0.094134 -0.018288 0.020504 0.032785 -0.010187 0.06152 0.047961 -0.009284 0.01095 0.057028 0.069199 0.070754 0.00031 0.064694 0.013663 -0.011535 0.002054 -0.021159 0.023893 0.012732 -0.004159 -0.013575 0.046659 -0.016257 -0.032896 -0.014128 0.041247 -0.035168 -0.140696 -0.003748 0.07328 0.042685 0.023676 0.004542 0.035207 -0.017948 -0.107354 0.022213 0.02111 0.136893 -0.027341 0.045146 0.032888 -0.024498 0.067083 0.029271 -0.061111 0.122935 0.131546 0.04738 0.010652 -0.046475 -0.029305 -0.115589 0.030098 -0.059127 0.126793 -0.052855 -0.040034 0.052973 0.107668 0.023986 0.119511 0.011123 0.060254 0.001532 0.034897 0.004336 0.083538 0.030539 -0.04805 0.005158 0.002626 0.013851 -0.050962 -0.048395 0.032258 0.040866 -0.066476 0.011219 -0.016332 -0.029424 -0.042075 -0.015618 -0.036206 0.008716 0.051779 0.014116 0.090162 -0.09542 0.038633 0.028168 0.037174 -0.040615 0.057773 -0.013802 0.018429 0.005099 0.031624 0.007477 -0.046281 -0.011741 0.078677 -0.066723 -0.096794 -0.009388 -0.006187 -0.045182 0.008705 0.086431 0.01063 -0.099849 0.045577 0.073927 0.011212 0.042369 -0.081329 -0.05666 -0.059274 -0.019224 -0.075972 -0.04503 0.100238 0.060194 0.041961 0.086849 0.00922 0.045289 0.094108 0.039422 0.048303 -0.014052 0.066938 0.052681 0.101437 -0.034308 0.061236 -0.041026 0.112506 0.055483 0.019594 0.026575 0.057575 0.025812 0.093556 0.099056 0.073795 0.082952 -0.106768 0.011173 0.063441 0.136294 0.017142 0.096685 0.051832 0.01445 -0.078257 0.003412 -0.014093 -0.028346 0.003431 -0.012141 0.010912 -0.042496 -0.071313 -0.026158 -0.051307 -0.002795 0.030287 -0.014295 -0.11388 0.028243 0.016034 -0.15431 -0.077655 0.060267 0.104277 0.055996 -0.030122 0.06086 -0.004227 -0.035561 -0.054562 0.063734 0.056376 0.031386 0.039985 0.036208 -0.008381 -0.030693 -0.121681 -0.064384 0.065779 0.025683 0.11426 0.043896 0.011672 0.136126 0.081937 0.124232 0.043279 0.064005 0.060147 0.015811 -0.055598 -0.020828 0.002542 -0.013368 -0.086903 -0.022752 -0.038651 -0.089989 0.082647 0.001512 -0.006263 -0.029177 -0.009179 0.04286 0.00065 0.034009 0.072846 -0.118185 0.025595 0.191748 -0.029265 -0.052427 -0.041368 -0.060388 -0.077812 0.053038 -0.093832 0.022206 -0.083326 -0.001986 0.013306 0.025588 -0.044866 0.042855 0.030393 -0.057444 0.074741 0.030065 0.0447 0.100393 -0.04353 -0.01225 0.049119 0.042809 0.061175 0.039791 0.046185 -0.090228 -0.002909 -0.090204 -0.076737 -0.018604 -0.024268 -0.044343 -0.052937 -0.055839 0.07322 -0.041404 -0.073704 0.010233 0.017088 0.090583 0.018989 0.075313 -0.07225 0.094229 0.035407 -0.010009 -0.025845 -0.017347 0.029199 0.036311 -0.039025 0.022129 0.062205 0.014741 0.098893 -0.082944 0.084276 -0.025066 0.046834\nä -0.007923 -0.013175 -0.018855 -0.009325 0.0308 -0.072249 -0.023797 0.013342 0.049021 0.003408 0.010171 0.036084 -0.034517 0.032447 -0.009477 -0.040274 0.049604 0.041048 0.009075 0.003767 0.02363 0.067169 0.039226 0.018515 0.04177 0.073531 0.049485 -0.030083 -0.037882 -0.012646 0.033435 -0.03392 -0.012729 0.005934 0.032979 0.059577 -0.093302 0.025061 -0.014058 0.087794 0.010923 0.033043 0.007545 -0.078493 -0.013707 -0.005702 0.063048 -0.072287 0.00726 0.039562 -0.015988 -0.030079 -0.005038 0.002714 0.085412 -0.028264 -0.00943 0.041101 0.02765 0.07715 -0.047214 -0.025207 0.033363 0.073649 0.032103 0.043349 -0.047066 0.022813 -0.040673 0.043304 -0.00944 0.010775 -0.080672 0.017186 0.000161 0.0581 0.006763 0.069714 0.011608 0.003562 0.017918 0.047444 -0.037777 0.089339 0.001597 -0.07274 -0.051724 0.083242 -0.03848 -0.026781 0.04431 -0.001499 0.008579 -0.036631 -0.018246 0.033502 0.00956 -0.054302 -0.029354 -0.053045 0.024619 -0.008873 -0.055078 0.075811 -0.034089 0.027603 0.009856 0.007834 -0.056949 0.047656 0.000259 0.006849 -0.001498 0.024133 0.022158 0.024022 -0.057576 0.054103 -0.074175 -0.017221 0.01079 -0.07118 0.052531 0.001239 0.078897 0.01394 -0.00836 0.014381 0.049693 0.026681 0.038218 0.014376 -0.027261 -0.030863 -0.005107 -0.051708 0.003114 0.065816 -0.037084 0.052474 0.038427 -0.023191 0.007639 0.035386 0.007495 0.018735 0.034398 0.043895 0.048112 0.0743 -0.039041 0.077801 -0.0274 0.111287 0.04223 0.039073 0.030393 0.005533 -0.046366 0.061783 -0.003026 0.071758 0.040434 0.013995 0.00296 -4.2e-05 0.043927 -0.006471 0.032064 0.099728 0.011743 -0.035941 0.011167 0.040753 -0.056349 -0.024771 0.003797 0.094073 -0.096549 0.005907 -0.040248 -0.009203 0.025591 0.025571 -0.012602 -0.039807 0.053127 0.001533 -0.038455 -0.045671 0.006679 0.016655 0.007507 -0.023294 0.043979 -0.04747 0.003342 -0.000548 0.026835 0.012154 0.095301 0.001993 0.059273 0.016659 0.035871 -0.064094 -0.018612 0.007585 -0.020975 0.072121 0.045338 -0.046438 0.066639 0.008396 0.006672 -0.001015 0.046713 -0.004294 -0.083646 -0.068049 -0.057785 0.00883 0.032702 0.028276 0.061548 -0.015191 0.027458 0.007567 -0.010631 0.070298 -0.096026 9.8e-05 0.034398 -0.001402 -0.01994 0.032783 -0.02534 0.036248 0.020482 0.035442 -0.08715 0.011766 -0.020405 -0.089353 -0.005557 -0.033398 0.057392 -0.069795 0.011308 0.016203 -0.042216 0.028399 -0.045345 0.069299 0.016492 0.023794 -0.009044 -0.009545 0.08303 -0.03185 0.036351 -0.003182 0.04299 0.009274 0.08882 0.003022 -0.091332 -0.008071 -0.051644 -0.010566 0.004375 -0.001907 -0.007876 0.027159 -0.002099 0.031068 -0.008181 -0.055856 0.027173 0.027639 0.028762 0.00233 0.036636 0.043861 0.018986 0.03573 -0.016811 0.015507 -0.020126 -0.019092 0.032833 -0.04227 -0.030353 -0.021036 0.031466 0.046337 -0.054718 0.032154 0.030922 0.015764\n 0.038742 -0.030357 -0.106288 -0.106192 0.115299 -0.045555 -0.07015 0.007109 0.123133 -0.020998 0.074588 -0.062973 0.010326 0.072494 0.138678 -0.152556 -0.020073 -0.026111 -0.006105 0.127765 -0.067876 0.175086 0.018459 0.03337 0.076419 0.042166 -0.033508 -0.12616 -0.047214 -0.026447 0.003683 -0.062876 0.040624 -0.068616 0.042592 0.09314 -0.127505 0.076323 -0.041329 0.093002 0.036177 0.025355 0.081823 -0.108698 0.091074 -0.000321 0.077096 -0.056297 -0.041882 0.015046 -0.081826 -0.062412 0.062036 -0.08341 0.105354 -0.092185 0.051316 0.047991 -0.039943 0.15193 -0.035386 -0.061236 0.109535 0.086564 0.074036 0.130215 -0.141541 0.158322 -0.153243 0.092167 0.041668 0.073821 -0.014882 -0.014281 -0.02309 0.17648 -0.027792 0.062098 -0.012819 0.036388 0.03911 0.053903 -0.030336 0.115375 -0.080971 -0.109543 0.012028 0.064608 0.00231 -0.053175 0.029082 -0.011712 0.003406 -0.049379 -0.018121 0.031518 -0.089422 -0.045674 -0.052108 -0.142187 -0.106133 -0.030202 -0.077443 0.03826 -0.003769 0.073943 0.04523 -0.059087 0.049978 0.043064 0.03122 -0.032957 -0.00454 -0.006904 -0.048053 0.04253 -0.042896 0.048227 -0.149965 -0.150309 0.090352 -0.143906 0.044492 -0.035829 0.078096 -0.110505 -0.03196 0.014631 0.070384 -0.063236 0.122628 0.033338 -0.088793 -0.059399 0.019581 -0.046662 -0.040376 0.135931 -0.039082 0.106405 0.078033 -0.074729 0.024403 0.144129 0.131994 0.089196 0.031836 0.162572 -0.026271 0.156322 -0.052579 0.104044 -0.013388 0.196036 0.040228 -0.038538 0.002462 0.049687 0.059556 0.051187 0.046341 0.093833 0.126989 -0.053368 -0.043465 -0.056652 -0.003575 -0.029124 0.023392 0.143376 0.019069 -0.124262 -0.0865 0.052329 -0.017162 -0.085231 0.102366 0.078469 -0.063193 -0.038355 -0.043729 -0.029894 -0.060028 0.032024 -0.03515 -0.041659 -0.03806 -0.127691 -0.153088 -0.072502 0.021786 0.052635 0.062164 -0.102002 0.032264 -0.002002 -0.056513 -0.01536 0.042886 0.206362 0.088399 0.0173 0.000492 -0.063654 0.099214 -0.188148 0.071246 0.050153 -0.03676 0.150498 0.088863 -0.024853 0.147536 0.1248 0.003333 0.062812 0.090876 -0.148257 -0.086349 -0.111423 -0.13957 0.046157 0.080504 -0.036825 -0.007251 -0.018797 -0.083378 -0.044128 0.009065 0.027014 -0.050967 -0.028132 0.015077 0.055905 -0.07813 0.022726 -0.057043 -0.039276 0.198849 0.16355 -0.060716 0.073161 -0.069686 -0.107288 0.024226 -0.130024 0.155004 -0.021588 -0.045299 0.102204 -0.024913 0.117134 -0.033731 -0.057635 0.020551 -0.02687 0.036361 0.028084 0.108661 -0.054659 0.061942 0.009575 0.01782 0.079865 0.04955 0.033144 -0.171367 -0.041593 -0.045858 -0.007656 0.063127 0.112265 -0.029487 -0.065175 -0.091148 -0.011121 0.032704 0.02876 0.051291 0.058793 0.018823 0.119684 0.022138 0.012187 0.13115 0.127361 0.008864 -0.01147 -0.097285 -0.034081 0.068894 -0.066742 -0.140354 0.071686 0.088144 0.065448 0.025009 0.134666 -0.021186 0.094267\n˚ 0.044115 0.113978 0.026908 0.039444 -0.085919 -0.045918 0.028458 0.116729 0.154942 0.046152 0.007951 -0.060633 -0.03931 -0.060149 -0.07308 -0.085111 0.006814 -0.04777 0.051606 -0.008996 0.033484 0.137165 0.012902 -0.044107 0.094029 0.129723 0.072227 0.105551 -0.118218 0.113422 -0.034131 -0.04886 -0.092193 -0.064683 0.223506 0.12051 -0.129309 0.064854 -0.046374 0.040002 -0.007356 -0.048692 -0.033252 -0.080286 0.010786 -0.059118 0.015898 0.022394 -0.047612 0.082962 -0.002062 -0.044293 0.070767 0.074214 0.1152 -0.12199 -0.021618 0.039676 -0.040237 0.003262 -0.020903 -0.208539 0.068172 0.140716 0.133728 0.031004 -0.085953 0.026636 -0.154133 0.134798 0.038717 0.061772 -0.03193 -0.066584 -0.012306 0.101006 -0.034413 0.04728 -0.059364 0.104658 -0.063536 -0.075467 0.131739 0.240581 0.01757 -0.051171 0.033451 0.107166 0.046566 0.053733 0.035634 0.105802 -0.061367 -0.058084 -0.127179 0.049824 0.023465 0.011225 -0.003797 -0.021149 -0.005045 -0.082335 0.011253 -0.027746 -0.074702 0.105065 0.054678 -0.021856 -0.018215 0.024782 -0.07326 -0.032743 -0.000864 0.030498 -0.024371 -0.028666 -0.064356 0.096024 -0.031227 -0.077683 0.046831 -0.039857 -0.045483 -0.011304 0.060389 -0.11729 0.076835 -0.038935 0.130522 -0.085055 0.152441 -0.028858 -0.061582 -0.020967 0.006229 -0.140615 0.031092 0.096234 -0.083716 -0.058912 0.111589 -0.071549 0.145794 0.188961 0.043235 -0.037766 0.030675 0.118749 0.045335 0.020834 0.014124 0.0948 -0.212744 0.177877 0.06853 -0.07037 0.096595 0.050777 -0.018705 0.115818 0.052328 0.096942 0.036206 -0.118274 0.032481 -0.041686 0.15673 0.03544 0.094394 0.021896 0.030851 -0.109497 0.066986 0.180038 -0.043327 0.036709 -0.098344 0.104172 -0.030915 -0.06393 -0.04075 -0.000775 0.047215 0.061788 0.111666 -0.169651 0.081394 0.017854 -0.110531 -0.057146 0.014689 0.137267 -0.027413 -0.089255 0.037656 -0.115686 -0.172115 -0.135731 0.070757 0.044415 0.119478 0.039327 -0.175258 0.040276 -0.10255 -0.117887 -0.022399 0.104379 0.067753 0.101445 0.017038 -0.032207 0.025663 0.084078 0.038378 0.061114 0.007421 0.003718 -0.07696 0.017243 -0.130869 0.041057 -0.124049 -0.069109 -0.005954 -0.030652 -0.186729 -0.034513 -0.088106 0.076074 -0.091394 -0.149791 0.211116 -0.042577 0.002964 0.079856 -0.054507 -0.002662 0.128919 -0.005083 -0.195131 0.082228 -0.099519 -0.103846 0.060173 -0.062671 0.114396 -0.064468 2.1e-05 -0.028663 -0.033422 -0.034348 0.045341 -0.007175 -0.044271 0.011391 0.088386 0.109558 0.106314 -0.029772 -0.008134 0.059193 0.064591 0.061535 0.11845 -0.013497 -0.177647 0.105231 0.011519 -0.071366 -0.052324 -0.005926 -0.049089 -0.003953 0.030616 0.058779 0.089488 -0.080257 -0.038694 -0.035096 0.010628 0.009236 0.003597 -0.111127 0.192346 0.110157 -0.067014 -0.12817 -0.153053 -0.065312 -0.024278 -0.132401 -0.004899 0.001778 -0.024993 0.121629 -0.030414 0.066837 -0.00835 0.01881\n¬ 0.010514 0.001954 -0.109998 -0.092897 0.086757 -0.001572 -0.028785 -0.004322 0.081751 -0.04662 0.071104 -0.014288 0.021676 0.056434 0.097233 -0.111135 -0.026183 -0.012122 -0.007734 0.081786 -0.038151 0.120353 -0.001689 0.00435 0.067141 0.060762 -0.017296 -0.090972 0.000665 -0.019279 -0.027327 -0.024669 0.003046 -0.030006 0.019428 0.064142 -0.106082 0.049215 -0.030135 0.034853 0.027004 0.022745 0.050241 -0.102374 0.055288 0.020971 0.054723 -0.003348 -0.030281 0.038457 -0.045844 -0.04271 0.090645 -0.01075 0.091574 -0.06714 0.046688 0.057773 -0.027184 0.058154 -0.016122 -0.04088 0.079064 0.08243 0.036297 0.083792 -0.117642 0.136419 -0.118821 0.063072 0.01627 0.061251 0.029059 -0.015701 -0.018309 0.107533 -0.008154 0.061578 0.002459 0.045812 0.002186 0.028678 -0.03703 0.06946 -0.077559 -0.056363 0.016289 0.040854 -0.005151 -0.030502 0.001362 -0.021127 0.025889 -0.049329 0.000403 -0.011588 -0.05339 -0.040661 -0.038274 -0.112823 -0.056287 -0.022416 -0.032664 0.021487 -0.014422 0.072515 0.033397 -0.053273 0.035031 0.054135 0.038577 0.005056 -0.010711 -0.010116 -0.040756 0.048156 -0.037389 0.019863 -0.121402 -0.125018 0.038939 -0.102995 0.045556 -0.025252 0.06276 -0.060013 -0.032393 0.003405 0.048054 -0.03802 0.097028 0.02779 -0.051552 -0.05675 0.008042 -0.06116 0.010041 0.103197 -0.027487 0.059419 0.037815 -0.020499 0.037873 0.110287 0.113449 0.035822 -0.002226 0.12721 -0.004399 0.129337 -0.049828 0.083759 -0.02557 0.140407 0.031185 -0.054671 -0.020579 0.067006 0.02809 0.057821 0.018994 0.036132 0.08165 -0.057343 -0.047004 -0.00203 0.00298 -0.0031 0.019558 0.100155 0.026575 -0.083446 -0.039383 0.03853 -0.030449 -0.047095 0.049752 0.025258 -0.051863 -0.020789 -0.016549 -0.052254 -0.033122 0.003446 -0.006048 -0.076093 -0.023487 -0.083088 -0.115493 -0.0708 0.025134 0.046479 0.018729 -0.066045 0.065171 0.009545 -0.029989 -0.041362 0.066636 0.152074 0.094747 -0.01646 0.027258 -0.036477 0.060193 -0.136653 0.027162 0.058302 -0.035086 0.147747 0.067948 -0.00584 0.111563 0.104903 0.031532 0.058272 0.048637 -0.083094 -0.071787 -0.064995 -0.095802 0.083726 0.069634 -0.031076 0.002331 -0.020724 -0.07403 -0.010306 -0.000414 -0.001371 -0.052884 -0.023913 -0.001181 0.014364 -0.023412 0.025728 -0.069715 -0.016599 0.130721 0.106014 -0.064894 0.03257 -0.048071 -0.093084 0.026784 -0.053229 0.07758 -0.009714 0.006008 0.063861 -0.025841 0.059875 -0.003569 -0.030592 0.012969 0.010654 0.024177 0.025343 0.091678 -0.04993 0.033521 0.019944 -0.006855 0.071594 0.027612 0.009339 -0.108116 -0.040628 -0.049867 -0.017486 0.043962 0.064969 -0.016768 -0.02407 -0.070378 0.018623 0.031504 0.055326 0.022392 0.062745 0.04587 0.074572 0.021333 0.019229 0.122818 0.063705 -0.020536 -0.006486 -0.040778 -0.016441 0.092666 -0.049735 -0.075961 0.054053 0.081179 0.079902 0.025798 0.123814 0.006302 0.034809\n -0.006477 -0.033059 -0.038839 -0.006287 0.004537 -0.033748 -0.019627 0.00121 0.045814 -0.012128 -0.003187 -0.000908 -0.042965 0.02286 0.001294 0.024445 0.01818 0.026039 0.032645 0.046594 -0.000902 0.017041 0.004825 0.012853 0.017642 0.000676 0.010479 -0.00621 -0.016628 -0.019648 0.010156 -0.035368 -0.000392 0.033423 0.0104 -0.00434 -0.039976 0.043515 -0.000536 0.006771 0.004944 -0.00057 0.006758 -0.021354 -0.014397 0.011247 0.035062 -0.048776 0.004833 0.007788 0.006863 0.004821 -0.018513 -0.012476 0.033521 -0.005841 0.005111 0.024525 0.009745 0.023371 -0.014668 -0.003059 0.023715 0.040899 0.014821 0.018263 -0.046131 0.028787 -0.013155 0.025785 0.007801 0.036935 -0.023603 -0.00264 0.012578 0.056411 0.049333 0.020121 -0.001522 0.001823 0.006181 0.035319 -0.000379 0.020092 -0.004562 -0.030669 -0.03808 0.0458 0.003237 0.00311 0.032969 0.007406 0.037886 -0.0077 -0.02438 0.023157 0.0272 -0.008086 0.020738 -0.035094 0.013923 -0.017994 -0.025024 -0.002831 -0.022546 0.017516 0.027267 0.001966 -0.00098 0.026608 -0.018576 0.026001 -0.013088 0.02849 0.021246 0.018601 -0.016744 0.047874 -0.038607 -0.037812 0.010886 -0.049521 0.029159 -0.014028 0.029003 -0.030001 0.012352 0.010871 0.011443 0.016055 0.006363 -0.001687 -0.047059 -0.017416 -0.011797 -0.013909 -0.003862 0.03613 -0.006387 0.027583 -0.004008 -0.014305 -0.022129 0.043624 -0.003414 0.001148 0.02751 0.026882 0.028334 0.030447 -0.018357 0.024568 -0.010717 0.020601 -0.018028 0.01304 -0.024257 -0.014034 -0.001344 0.010294 0.019796 0.023621 0.030164 0.007956 -0.002286 0.015113 0.036022 -0.009358 0.006688 0.04708 0.006945 -0.034001 0.032435 -0.003018 -0.022361 -0.007745 0.027512 0.034664 -0.005886 -0.004177 -0.035928 -0.014572 0.014219 -0.003178 0.003723 -0.011158 0.012534 -0.001705 -0.010893 -0.008443 0.018988 -0.007467 -0.010547 0.007108 -0.001748 -0.018433 -0.00095 -0.008869 -0.015569 0.009208 -0.020594 -0.015793 0.027955 0.014186 0.025114 -0.015652 -0.023271 -0.039873 -0.037141 0.031548 0.019946 -0.010582 0.040806 0.020918 0.025994 0.019669 0.00153 -0.001743 -0.010165 -0.03105 -0.046059 0.002735 0.039616 0.018829 0.040516 -0.025925 0.02136 -0.022791 0.005878 -0.000765 -0.041035 0.005913 -0.006069 -0.024054 -0.031253 -0.004313 -0.013623 0.002678 0.022912 0.024348 -0.029972 0.061552 -0.009222 -0.00982 0.027317 -0.0759 0.023305 -0.026916 0.009846 0.006851 -0.014776 0.017059 -0.002624 0.00577 0.025171 -0.000627 0.00326 -0.012373 0.016448 0.011601 0.00489 0.000597 0.019501 0.022334 0.020341 0.021547 -0.01623 -0.008184 -0.019295 0.016816 0.002279 0.015623 -0.020986 0.006584 -0.00176 0.004724 0.000293 0.008724 -0.000317 0.007083 -0.001859 0.006164 0.019455 0.006584 0.00728 -0.002119 0.010723 -0.002096 -0.021933 -0.018298 -0.003941 0.006888 0.004462 0.002919 0.014482 -0.020569 0.001164 0.018725 0.025796 -0.002451\n¢ 0.004425 0.008604 -0.144162 -0.119005 0.120105 0.003309 -0.029278 0.006128 0.113806 -0.061587 0.087822 -0.051186 0.034229 0.07529 0.136327 -0.128642 -0.039502 -0.017405 0.007682 0.089172 -0.052785 0.139961 -0.001725 0.016507 0.091636 0.072969 -0.025071 -0.112966 0.008905 -0.007527 -0.03112 -0.044621 -0.012749 -0.020077 -0.004589 0.066457 -0.128487 0.063805 -0.059328 0.020392 0.040599 0.035391 0.066786 -0.120425 0.064815 0.022676 0.071226 0.018288 -0.040088 0.062278 -0.072764 -0.052752 0.10273 -0.02147 0.094155 -0.08563 0.030915 0.068419 -0.0303 0.070244 -0.020402 -0.060992 0.109176 0.055412 0.05207 0.071545 -0.124309 0.176251 -0.159264 0.064782 0.01138 0.076041 0.043591 -0.007666 -0.020489 0.130149 -0.002673 0.059404 0.001984 0.070308 0.03192 0.065568 -0.046147 0.076987 -0.087401 -0.059888 0.011104 0.010096 -0.015024 -0.05349 -0.026236 -0.040407 0.031637 -0.031717 -0.006777 -0.013764 -0.064608 -0.041302 -0.061161 -0.125301 -0.090902 0.000235 -0.017485 0.028554 -0.01158 0.101726 0.043936 -0.070501 0.055927 0.071532 0.064056 0.032136 0.010821 -0.013983 -0.061616 0.059065 -0.058037 0.016163 -0.14635 -0.139297 0.029595 -0.130873 0.073926 -0.020115 0.080719 -0.063617 -0.064131 -0.00701 0.080492 -0.04304 0.109233 0.026631 -0.044189 -0.093518 0.036955 -0.071819 0.030252 0.115528 -0.042715 0.04975 0.059428 -0.030576 0.047353 0.131597 0.136818 0.035257 -0.013668 0.141301 -0.00723 0.137482 -0.085551 0.069461 -0.037507 0.185181 0.014876 -0.097696 -0.015822 0.097347 0.065171 0.062229 0.010131 0.046303 0.086547 -0.089683 -0.025526 -0.006823 0.012129 -0.009268 0.020639 0.117227 0.032215 -0.082595 -0.072167 0.045556 -0.009107 -0.076709 0.049413 0.023664 -0.054592 -0.02289 -0.016292 -0.061305 -0.060805 -0.008856 -0.030371 -0.093457 -0.045366 -0.104454 -0.135797 -0.09434 0.028787 0.034764 0.01992 -0.079508 0.07317 -0.008954 -0.019834 -0.039077 0.061058 0.16425 0.127133 -0.016228 0.000201 -0.058767 0.091009 -0.144041 0.035805 0.0749 -0.042466 0.185883 0.033606 -0.024326 0.134397 0.142801 0.027349 0.04981 0.073568 -0.099293 -0.077061 -0.080117 -0.090578 0.079304 0.064824 -0.052701 -0.032089 -0.009536 -0.071211 -0.005971 -0.012646 -0.01948 -0.037719 -0.043622 0.004768 0.010629 -0.023342 0.022834 -0.090573 -0.044972 0.190116 0.113172 -0.059316 0.042626 -0.062885 -0.11897 0.029558 -0.075708 0.102645 -0.007719 -0.015736 0.072527 -0.026227 0.058369 -0.017705 -0.042547 0.030352 0.007717 0.04176 0.01633 0.12244 -0.07765 0.029455 0.033984 0.000217 0.07826 0.025014 0.01191 -0.120754 -0.051904 -0.038838 -0.022522 0.063421 0.102309 -0.002488 -0.051586 -0.111425 -0.001901 0.06347 0.050717 0.023214 0.105546 0.031162 0.087064 0.040262 0.015745 0.152701 0.103998 -0.033984 -0.022874 -0.072484 -0.004701 0.102788 -0.056627 -0.115691 0.081296 0.105283 0.086139 0.026459 0.140931 -0.014105 0.068822\nć -0.03675 0.01799 -0.013668 -0.012451 0.080145 -0.078 -0.063386 -0.019512 0.052937 0.004957 0.021098 0.029423 -0.007105 0.028753 -0.017121 -0.007127 0.03168 0.044134 0.038453 -0.024189 0.060995 0.072544 0.066321 0.041419 0.071263 0.108924 0.009959 -0.047184 -0.07482 -0.002417 0.006582 -0.051736 -0.054537 0.012049 0.050586 0.049469 -0.088832 0.013771 -0.017688 0.117646 0.00089 0.079698 -0.028634 -0.120416 -0.007128 0.021414 0.045501 -0.059199 0.02653 0.000946 -0.030082 -0.078904 -0.006583 0.003522 0.078047 -0.026211 -0.029862 0.031934 0.027104 0.059598 -0.080628 -0.028962 0.017131 0.086872 0.021812 0.02577 -0.025231 0.005112 -0.089249 0.029842 -0.031659 -0.006958 -0.056154 0.042195 0.020266 0.104318 0.00408 0.060933 0.052807 0.031504 -0.01947 0.026399 -0.010877 0.051111 0.053304 -0.052106 -0.031646 0.110819 -0.05051 -0.015624 0.003827 -0.016875 -0.023532 -0.080247 -0.044286 0.051601 -0.013293 -0.082351 -0.029034 -0.057785 -0.032489 -0.06875 -0.014286 0.029072 -0.045879 0.053061 0.003073 0.019685 -0.046756 0.064177 -0.001121 -0.00963 -0.06924 0.057869 0.046397 0.011102 -0.059326 0.05867 -0.062815 -0.000498 -0.045087 -0.080584 0.046204 0.006223 0.044134 -0.020499 -0.012899 0.040082 0.014269 0.029803 0.07294 0.051407 0.028647 0.005144 -0.039089 -0.05055 0.000945 0.077227 -0.022588 0.074097 0.029839 -0.068219 0.038935 0.052812 -0.014176 -0.009349 -0.010975 0.06347 0.029223 0.061175 -0.048515 0.042381 -0.004213 0.116981 0.095735 0.005313 0.051707 0.030007 -0.010586 0.066517 0.038489 0.025737 0.022027 -0.002606 -0.004976 0.021032 0.014526 -0.029969 0.012919 0.087864 0.051995 -0.061383 0.046954 -0.007182 -0.05363 0.004378 0.025251 0.095579 -0.053045 -0.030434 -0.033582 -0.012343 0.039834 0.037015 0.027405 -0.049418 0.020002 -0.023088 -0.033009 -0.034846 0.046284 0.027571 0.035615 -0.01551 0.027271 -0.019111 -0.007746 0.026562 0.036223 0.01982 0.115643 -0.004861 0.071601 -0.049751 0.073373 -0.071458 -0.040422 -0.000945 -0.017661 0.082289 0.029754 -0.041506 0.046402 0.015216 -0.050766 -0.070783 0.058011 -0.036108 -0.068374 -0.07759 -0.027501 0.023045 0.005452 -0.013411 0.055864 -0.008818 0.060837 0.018788 0.018671 0.058008 -0.096908 0.026383 0.046655 -0.017935 0.012754 0.014268 -0.084607 0.052424 0.012469 0.049799 -0.081862 0.015254 -0.051941 -0.078567 0.007789 -0.104836 0.075166 -0.090455 -0.003656 -0.016436 -0.073406 0.013449 -0.041442 0.084333 0.013775 0.014435 -0.016869 0.02031 0.036053 -0.00558 0.029297 0.028687 0.00493 0.027565 0.097622 0.009023 -0.06203 -0.028459 -0.075093 0.006735 0.001531 0.01539 0.009617 0.009033 -0.036843 0.039661 -0.056753 -0.032355 0.047682 0.025034 0.048617 0.02006 0.02813 -0.003172 0.018441 0.030152 -0.036409 0.005704 0.001754 -0.017169 0.009281 -0.064807 -0.075267 -8.7e-05 0.003679 0.029202 -0.0839 0.044885 0.017315 -0.012895\nß -0.016827 0.022533 -0.007778 0.027736 0.008098 -0.091062 -0.01956 -0.031336 0.065874 0.045996 -0.010161 0.052875 0.017781 0.046147 -0.03081 -0.04049 -0.022573 0.046649 -0.005204 -0.004352 0.028482 0.104953 0.041469 0.053733 0.02259 0.087692 0.02052 0.029434 -0.054229 -0.013478 0.038491 -0.05788 -0.041099 0.001723 0.015562 0.086727 -0.090992 0.031637 -0.010433 0.103877 0.003786 0.046237 -0.003753 -0.103067 -0.067559 -0.02422 0.042432 -0.107476 0.030792 0.03994 -0.01136 -0.095457 -0.00459 0.028952 0.054852 -0.049876 -0.031409 0.021052 0.057907 0.027822 0.012739 0.010968 0.074557 0.102461 -0.000878 0.029397 -0.07122 0.03479 -0.077503 0.048597 -0.038674 -0.036245 -0.033992 0.038782 0.040573 0.049925 0.042804 0.05899 0.026423 0.023111 0.055958 0.08476 0.013315 0.008217 0.05701 -0.050488 -0.088785 0.068708 -0.005811 -0.041701 -0.000642 -0.014831 -0.026581 -0.014968 -0.030366 0.017101 -0.016473 -0.085192 -0.063297 -0.042872 0.042206 -0.073853 -0.042892 0.039017 -0.060159 0.061859 0.016282 0.029588 -0.078493 0.063622 0.027797 0.074151 -0.050224 0.00682 0.065198 0.014467 -0.00715 0.066314 -0.106754 -0.058429 -0.01254 -0.02196 0.050535 -0.027621 0.081305 -0.007835 0.022523 0.074408 0.032407 0.051947 0.074023 -0.007936 -0.005065 -0.029969 -0.01249 -0.059197 -0.031879 0.058367 -0.026472 0.06868 0.035948 -0.051526 -0.002865 0.043484 0.03443 0.054882 -0.007548 0.096453 0.053536 0.096869 -0.069434 0.122479 -0.060212 0.083479 0.031722 0.057737 -0.005831 0.053536 -0.029689 0.077849 0.028442 0.023623 0.066167 0.026207 -0.000321 0.043745 0.01324 -0.045081 0.014497 0.083103 0.054941 -0.072647 0.013453 0.043346 -0.075768 -0.081232 0.043804 0.077271 -0.078858 0.00809 -0.048676 -0.021764 0.033046 0.110901 0.008822 -0.051196 0.015641 -0.003599 -0.009959 -0.063361 0.02666 0.052562 -0.03277 0.009195 0.10593 -0.034531 -0.00292 -0.014715 -0.013242 -0.040767 0.145341 0.037521 0.041796 -0.021765 0.013284 -0.058513 -0.058454 0.020241 0.03086 0.056724 0.123223 -0.035909 0.026704 -0.03646 -0.090278 0.009415 0.07428 0.008394 -0.094503 -0.044893 -0.002947 -0.026171 -0.021615 -0.040929 0.059023 -0.018286 -0.001342 -0.005306 0.027479 0.10623 -0.062941 -0.018348 0.045678 -0.059936 -0.007228 0.039505 -0.044325 0.064385 0.006465 0.033225 -0.100833 0.024154 -0.012132 -0.0887 0.028005 -0.029728 0.097543 -0.051294 -0.001358 0.003511 -0.030246 -0.002876 -0.038186 0.097369 -0.00048 0.012069 0.019753 0.010182 0.08302 -0.04685 0.059085 0.012005 -0.024285 0.059377 0.061707 0.010541 -0.161335 -0.031299 -0.071054 -0.03656 0.010302 0.04574 -0.020081 0.002143 -0.033956 0.053423 -0.008171 -0.031305 0.027616 0.082109 0.047358 0.016762 -0.014714 0.018924 0.009923 0.018472 -0.038396 -0.022574 -0.020161 -0.006698 -0.013947 -0.039119 -0.039198 0.028086 0.013955 0.045653 -0.065384 0.05261 0.025007 0.017947\nÅ 0.01729 0.043038 -0.138568 -0.105037 0.158817 0.015927 -0.042356 0.019584 0.082052 -0.036485 0.073284 -0.009653 0.026341 0.051464 0.123071 -0.126167 -0.022345 -0.004319 0.015589 0.101236 -0.063113 0.115906 -0.004412 -0.001962 0.071429 0.090153 -0.031388 -0.098664 0.038507 -0.015213 -0.061225 -0.073659 -0.025064 -0.032292 0.020784 0.033929 -0.090233 0.051925 -0.031301 -0.029764 0.018245 0.021541 0.068239 -0.10373 0.042004 0.049506 0.045532 0.042828 -0.028886 0.058865 -0.044193 -0.045211 0.113692 -0.003149 0.079489 -0.05117 0.037648 0.05793 -0.02709 0.022707 -0.012026 -0.039409 0.08001 0.083477 0.040408 0.064976 -0.126909 0.15124 -0.122434 0.043166 0.011506 0.07863 0.032275 -0.014108 0.012072 0.107214 0.016222 0.046524 0.022547 0.034506 -0.008883 0.046593 -0.024361 0.065359 -0.07235 -0.04621 0.036211 0.009757 0.02111 -0.038129 0.025162 -0.034077 0.021453 -0.043692 0.028576 0.028282 -0.072656 -0.035865 -0.066632 -0.086194 -0.108715 -0.016964 -0.028281 0.015525 -0.038262 0.08552 0.007222 -0.072452 0.057489 0.082536 -0.001575 0.038578 -0.009106 -0.02334 -0.07103 0.044217 -0.017858 -0.011849 -0.124615 -0.124322 0.038933 -0.115189 0.02978 -0.029719 0.084001 -0.063949 -0.028131 0.004811 0.045802 -0.089702 0.111784 0.026271 -0.034674 -0.066148 0.027816 -0.069002 0.013198 0.114026 -0.02559 0.048711 0.027246 -0.0361 0.018342 0.144253 0.10216 0.0159 -0.029239 0.102412 -0.014626 0.110809 -0.085153 0.077424 -0.032196 0.13563 0.022825 -0.080577 -0.02994 0.07856 0.079646 0.053314 0.034974 0.037426 0.057178 -0.082176 -0.043203 -0.005764 -0.020328 0.013293 -0.00585 0.129904 0.036591 -0.050848 -0.025752 0.047906 0.004086 -0.06262 0.052252 0.014747 -0.063693 -0.013773 0.019504 -0.098115 -0.042339 0.012924 -0.030618 -0.099189 -0.023405 -0.10844 -0.145168 -0.071108 -0.017044 -5.5e-05 0.012106 -0.056213 0.071308 0.011323 0.010932 -0.076672 0.081734 0.16273 0.09301 -0.033254 -0.015208 -0.056804 0.063796 -0.120772 0.052634 0.090518 -0.050439 0.148107 -0.01986 -0.028192 0.106588 0.132279 0.020756 0.09191 0.036756 -0.103226 -0.072853 -0.051403 -0.091405 0.04084 0.050146 -0.025116 -0.013893 -0.025417 -0.08271 -0.02761 -0.02248 -0.003761 -0.042063 -0.005294 -0.009754 0.001174 -0.02817 0.029068 -0.051025 -0.036254 0.155808 0.086789 -0.05224 0.061533 -0.057085 -0.095629 0.037711 -0.032648 0.054591 -0.03097 0.020914 0.075317 -0.014483 0.067548 -0.021896 0.000764 0.01771 -0.009037 0.031033 0.016882 0.115682 -0.060685 0.034559 0.044383 -0.054554 0.077816 0.007908 0.002986 -0.081574 -0.054374 -0.049574 -0.039161 0.073033 0.055327 -0.024204 -0.037912 -0.095796 -0.026165 0.03394 0.076607 -0.01229 0.088754 0.058658 0.0919 0.03319 0.052076 0.138371 0.078833 -0.025078 -0.002731 -0.049845 -0.043826 0.078948 -0.03191 -0.12538 0.071068 0.08228 0.081271 0.019389 0.134572 -0.01765 0.037986\n -0.020801 -0.01284 -0.178352 -0.160051 0.191943 0.013338 -0.017982 -0.05048 0.136774 0.015499 0.14161 -0.042782 0.110732 0.167945 0.175548 -0.221587 -0.055565 -0.078626 -0.031541 0.13814 -0.088255 0.274288 0.002548 0.073328 0.215061 0.125552 -0.038751 -0.167934 0.028486 -0.052647 0.040253 -0.067339 0.095532 -0.134415 0.070966 0.141612 -0.186693 0.103171 -0.085233 0.140481 0.169757 0.011864 0.085904 -0.123639 0.078454 0.005431 0.095433 -0.021839 -0.09213 0.020799 -0.09412 -0.143378 0.111211 -0.13776 0.127152 -0.185939 0.036142 0.083444 -0.012628 0.121431 0.020842 -0.075873 0.191878 0.091048 0.090578 0.123666 -0.163378 0.264702 -0.181087 0.076399 0.126138 0.124302 0.058912 -0.021513 -0.037088 0.263946 -0.073994 0.058969 -0.046933 0.104247 0.071139 0.047539 -0.05648 0.0601 -0.105208 -0.109805 0.093337 0.052491 -0.035624 -0.000102 0.052022 -0.026299 -0.048152 -0.117758 -0.04237 0.088952 -0.168075 -0.060467 -0.022167 -0.198588 -0.165182 -0.04136 -0.104562 0.013825 0.0453 0.097455 -0.055662 -0.102667 0.072092 0.075302 0.085938 -0.08064 0.010822 0.035125 -0.10712 0.025236 -0.105066 0.007974 -0.317756 -0.160453 0.098577 -0.186938 0.089593 -0.036392 0.114952 -0.068518 -0.13445 -0.082434 0.09158 -0.072418 0.213264 0.009443 -0.091107 -0.140361 0.116666 -0.075642 -0.068681 0.15855 -0.042971 0.158941 0.063397 -0.100325 0.041402 0.122556 0.303921 0.109739 -0.008085 0.181581 -0.084017 0.227215 -0.049074 0.100775 -0.070634 0.257779 0.035416 -0.086334 -0.030733 0.079817 0.1011 0.134529 0.043352 0.086826 0.1668 -0.093908 -0.05062 -0.122046 -0.012407 0.031504 0.085946 0.127734 0.063394 -0.216814 -0.112549 0.071773 0.050001 -0.162936 0.112936 0.065135 -0.094454 0.009399 0.042942 -0.084531 -0.069499 0.046924 -0.138588 0.028678 -0.049783 -0.102052 -0.206108 -0.111804 0.016307 0.081056 0.045689 -0.179035 0.049018 0.080042 -0.070282 0.072729 0.124218 0.323328 0.096139 -0.003548 -0.051293 -0.063717 0.121477 -0.211709 0.025474 0.092271 -0.106322 0.295063 0.091395 -0.049734 0.265663 0.134964 0.021267 -0.000375 0.062696 -0.241814 -0.098502 -0.130601 -0.184395 0.127322 0.119147 -0.091268 -0.044439 0.043894 -0.14948 -0.074925 -0.044885 0.01763 0.006705 -0.116198 0.052869 0.165535 -0.073813 -0.047043 -0.199383 -0.065481 0.306856 0.243951 -0.063978 0.150031 -0.074166 -0.257114 0.010192 -0.006001 0.151747 -0.006719 -0.113561 0.209793 -0.013971 0.139841 0.039096 -0.138481 -0.022196 -0.025472 0.06191 0.051576 0.097793 -0.21157 0.082193 -0.005796 0.018681 0.089973 0.033838 0.097697 -0.27436 -0.045505 -0.065562 0.050058 0.023942 0.151267 -0.003235 -0.182126 -0.272806 -0.031659 0.098952 0.099278 0.109836 0.080147 0.056798 0.144648 0.022067 0.066111 0.30705 0.176656 -0.039857 -0.037043 -0.19634 0.00903 0.114226 -0.089561 -0.190008 0.103324 0.212878 0.115346 0.011083 0.183754 -0.114063 0.167108\næ -0.000641 0.051926 -0.049221 0.039914 -0.06758 -0.069443 -0.052272 0.034132 0.016857 0.044251 0.035782 0.027839 -0.022468 -0.037612 -0.001187 -0.047526 0.025831 0.010237 0.007368 0.081655 0.045675 0.053716 0.03291 -0.018477 0.018198 0.009209 -0.007732 -0.036604 -0.033324 -0.024322 -0.035218 -0.031682 -0.005464 0.018898 0.085127 0.024899 -0.05202 0.033172 -0.018415 0.075455 0.015604 0.094991 0.016561 -0.092594 -0.004837 -0.020657 0.073084 -0.04293 0.019143 0.025817 -0.018529 0.002567 0.053702 -0.049078 0.08183 -0.086696 -0.01086 0.049052 0.061486 0.122827 0.005991 -0.098085 0.041294 0.096057 0.039152 0.059852 -0.066658 0.002265 -0.033676 0.053663 0.023004 0.002916 -0.010551 0.010291 0.008248 0.116647 0.006877 0.108618 0.003533 0.055253 -0.023766 0.046561 -0.088977 0.108721 0.004741 -0.0641 -0.063478 0.041756 -0.02863 -0.047187 0.020344 0.04693 0.032069 -0.017212 0.000791 -0.012541 -0.007372 -0.039203 -0.020333 -0.075569 0.035774 -0.037124 -0.048331 0.068615 -0.005594 0.029686 0.0268 0.007216 0.021008 -0.005778 -0.060464 0.001075 0.01828 0.02915 0.044251 0.003523 -0.032129 0.034862 -0.081347 0.00935 0.064463 -0.087511 0.049416 0.024936 -0.005401 -0.027455 -0.025814 -0.025338 -0.017076 0.02778 0.017707 -0.014963 -0.098768 -0.024839 -0.0239 -0.062804 0.021918 0.076018 0.005958 0.068638 0.03925 -0.020473 0.046432 0.057876 0.009337 -0.038194 0.022092 0.077692 0.023013 0.046848 -0.02927 0.063943 -0.017378 0.070043 0.012526 0.040235 0.02028 -0.034245 -0.036904 0.073021 -0.020313 0.040285 0.025951 -0.037852 0.003926 0.02493 -0.006222 -0.014428 0.04729 0.041902 -0.004363 -0.083275 -0.013779 -0.030151 -0.064205 -0.047026 0.00739 0.057086 -0.02145 0.04251 -0.062836 0.003532 0.029176 0.023586 0.006498 -0.027552 0.021883 -0.04102 -0.043535 -0.064591 0.01267 0.014407 -0.000999 0.003825 0.039121 -0.051775 0.008597 -0.001918 0.053659 0.058733 0.002861 -0.055216 0.032615 0.028624 0.018337 -0.083986 0.010368 0.003656 0.034033 0.070897 0.023546 -0.014243 0.044614 0.011146 0.046762 -0.018347 0.070711 0.016052 -0.050654 -0.087818 -0.057123 -0.005346 0.098424 -0.040451 0.01347 -0.007109 0.030281 -0.004044 -0.011526 0.01672 -0.068479 -0.019568 0.027586 -0.010213 0.010411 -0.005041 -0.025448 0.011332 0.023264 -0.015499 -0.069412 0.051658 -0.001493 -0.056559 0.012389 -0.043136 0.014329 -0.105846 -0.006471 0.067882 -0.047766 0.006 -0.032268 0.040897 0.015232 0.035183 0.033267 -0.010604 0.043477 -0.017159 0.041136 0.020466 0.017351 -0.006699 -0.006499 0.015236 -0.066766 -0.014091 -0.059763 -0.055692 0.019055 -0.021138 0.016693 0.012648 -0.049076 0.046637 0.027952 -0.026477 -0.006386 0.010331 -0.002468 0.016421 0.07595 -0.008374 0.06873 0.032787 -0.028457 0.030261 -0.032879 -0.023552 0.051505 -0.048516 0.021606 -0.032516 0.0427 0.015316 0.012114 0.068095 0.039592 0.007221\nВ 0.002814 -0.002761 -0.047844 -0.004611 0.042598 0.017386 0.01974 0.006846 0.035364 0.00337 0.014881 0.000392 -0.044002 0.011909 -0.015455 -0.04893 0.052016 -0.019114 -0.024917 0.037909 0.006784 0.065386 0.014153 0.013187 0.013893 0.062524 0.055454 -0.047366 0.013642 -0.009751 0.039573 -0.034866 -0.018396 -0.001392 0.058973 0.05357 -0.038447 0.011602 -0.023141 0.071978 -0.011208 0.019848 -0.024701 -0.07369 -0.024958 0.003899 0.035936 -0.030579 -0.000612 0.023274 -0.014419 0.009811 0.070643 -0.055247 0.119443 -0.025904 -0.083234 0.021128 -0.013249 0.102964 0.024283 -0.092562 0.084546 0.046699 0.02514 0.065419 -0.037847 0.065487 -0.051565 0.063895 0.015949 0.054932 -0.030326 -0.010526 -0.047342 0.08291 -0.055395 0.081508 0.027814 0.063744 -0.003337 0.041598 -0.000158 0.141449 0.017224 -0.06812 -0.037908 -0.009316 -0.050779 -0.052656 0.015794 0.024109 -0.016294 -0.025004 0.005143 0.029594 -0.011555 -0.083145 -0.062595 -0.042472 0.022572 -0.005632 -0.038573 0.049578 -0.036007 0.031176 0.003149 0.008327 0.050569 0.050651 0.009259 0.024816 0.032711 0.0625 0.004477 -0.039493 -0.054826 0.051599 -0.061189 -0.020306 0.040056 -0.03962 0.046754 -0.021636 0.087494 -0.014521 -0.044765 -0.01328 0.083051 -0.028788 0.073318 0.000913 -0.072121 -0.010465 -0.006759 -0.046542 0.040705 0.069114 0.00196 0.056539 0.077502 -0.05829 0.020176 0.072201 0.050535 -0.004588 -0.009533 0.125369 0.046613 0.106717 -0.064357 0.072294 -0.014283 0.173823 0.052388 -0.006397 0.048547 -0.017944 -0.00727 0.076572 0.01327 0.047721 0.075371 0.007388 0.003691 0.01608 0.031936 -0.022081 0.02239 0.013014 0.030266 -0.032681 -0.047573 0.012639 -0.063832 -0.025286 0.020733 0.069755 -0.050989 0.011097 -0.082039 0.02141 0.008261 0.086613 -0.007606 -0.094294 0.002076 -0.026326 -0.086659 0.01165 0.02205 0.052263 0.016564 -0.048032 0.042671 -0.035619 0.009507 -0.06013 0.023977 0.062218 0.047303 -0.016326 0.033357 0.028011 0.018312 -0.138859 0.016656 0.023782 -0.011285 0.123383 0.042331 -0.005858 0.070802 0.033848 0.036118 0.01993 0.085081 0.004106 -0.076322 -0.045482 -0.048128 0.015609 -0.00186 -0.039647 0.055045 0.017021 -0.007002 0.031065 -0.040964 0.069602 -0.063852 0.013709 -0.014349 -0.013383 -0.010298 0.035425 -0.030705 0.023881 0.077683 0.031956 -0.057292 0.045412 -0.02542 -0.052962 0.034006 -0.062026 0.09495 -0.0883 0.020388 0.006011 -0.008082 0.052592 0.035275 -0.014832 -0.003687 0.049685 -0.002416 0.013329 0.058579 -0.03661 0.020861 0.027385 0.042244 0.017616 0.04089 -8.4e-05 -0.11733 0.001839 -0.044819 -0.011942 -0.001672 -0.050181 0.002331 -0.038385 -0.057682 0.025856 0.034636 -0.059218 0.007763 0.039195 0.078781 -0.01578 0.054163 0.017238 0.021658 0.050877 -0.00379 -0.024931 0.00157 0.035307 0.051871 -0.049272 0.00511 -0.032999 0.054883 0.068646 0.011833 0.061916 0.001783 -0.003309\n -0.054595 -0.029411 -0.000552 -0.074957 0.320866 -0.130143 -0.177261 0.11904 0.102211 -0.146511 0.026574 0.029237 0.240272 0.034226 -0.010323 0.09222 0.032217 0.23039 0.038224 -0.064636 0.096397 0.252884 0.021352 0.042343 0.303422 0.371409 -0.047176 -0.045046 -0.189702 -0.291813 -0.093632 -0.074866 -0.121106 -0.005154 0.033904 0.030306 -0.164938 0.026486 -0.114512 0.238257 -0.039168 0.106624 -0.096257 -0.221759 0.024952 0.105883 -0.095638 -0.003293 0.144232 -0.024138 0.09261 -0.347268 -0.076093 0.193755 0.066012 -0.012542 -0.03346 0.019449 0.040276 -0.056634 -0.368453 -0.119881 -0.0407 0.207517 0.075056 -0.004774 -0.006947 -0.029276 -0.322471 0.068452 -0.022218 -0.20748 -0.167416 0.114673 0.124353 0.243785 0.054898 0.195354 0.08344 0.147722 -0.064616 0.006081 0.136762 0.133745 0.05456 0.008102 -0.024201 0.301524 -0.033985 -0.005132 0.015868 -0.10162 -0.034748 -0.300758 -0.041282 0.15231 0.033482 -0.149225 -0.094968 0.010758 -0.249399 -0.254366 -0.117152 0.019791 -0.185056 0.192863 -0.143996 0.075362 -0.15913 0.316188 0.078257 -0.161063 -0.123839 0.092216 0.144045 0.168422 -0.175384 0.189084 -0.28313 0.006848 -0.193078 -0.070343 0.133421 0.017708 0.09485 -0.104098 -0.062688 0.020704 -0.060743 0.080657 0.188702 0.146453 0.134636 0.018452 -0.092112 -0.165697 -0.001428 0.100008 -0.138973 0.190934 -0.033271 -0.188116 0.200932 0.026401 -0.024917 -0.040334 -0.161289 0.076672 0.162374 0.17291 -0.219553 0.097183 -0.037778 0.197341 0.132925 -0.073206 0.24749 0.031928 -0.016024 0.202722 0.133757 0.07762 -0.062907 -0.151097 -0.060447 0.132943 -0.012922 -0.104004 -0.008975 0.235834 0.034698 -0.219017 0.098819 0.039705 -0.210477 -0.042704 -0.048386 0.115952 -0.060821 -0.098935 -0.056082 0.037009 -0.01968 0.113648 -0.011815 -0.010368 0.214646 0.078321 0.015376 0.007142 -0.001148 0.174776 0.128159 -0.085922 0.093613 0.015328 -0.051163 -0.07192 0.089707 -0.06267 0.242422 -0.112469 0.184069 -0.170538 -0.01056 -0.03018 -0.095388 -0.004825 -0.125902 0.151248 0.011819 -0.110915 -0.0243 -0.057195 -0.168722 -0.145817 0.166528 -0.100734 -0.271134 -0.008113 -0.081807 0.046946 0.007109 -0.144149 0.0202 0.069635 0.125456 0.04116 0.101661 0.11409 -0.21758 -0.057955 0.17962 -0.101772 0.05028 -0.04472 -0.058546 0.063678 -0.022022 0.036182 -0.252182 0.087061 -0.150258 -0.209316 0.044202 -0.159088 0.105812 -0.128138 0.017199 0.025912 -0.162064 -0.076529 -0.086292 0.150909 0.096838 0.07081 0.001947 0.054868 0.040486 -0.043564 -0.011451 0.120526 0.058366 0.1421 0.148884 0.021097 -0.10349 -0.058842 -0.22988 0.101742 -0.082817 0.027649 0.073257 0.029469 -0.218242 0.096834 -0.120596 -0.069536 0.093048 0.093266 0.021887 -0.018854 0.05657 -0.056693 0.066552 0.070793 -0.023218 0.079066 -0.049794 -0.042902 -0.055084 -0.15237 -0.146731 -0.046 -0.034688 0.04384 -0.051081 0.090516 -0.027739 0.048166\nв 0.005601 0.036573 -0.059051 -0.007275 0.028066 -0.023597 -0.012353 -0.016906 0.039269 0.005148 0.017972 0.001439 -0.025205 0.010874 0.015158 -0.054443 0.053802 -0.018924 -0.020917 0.035209 -0.017243 0.079341 -0.008965 0.014827 0.016226 0.057006 0.027582 -0.050143 -0.012429 0.002788 0.002098 -0.029142 -0.01197 -0.023509 0.050708 0.061394 -0.067357 0.045682 -0.005729 0.054026 -0.022288 0.036323 -0.019657 -0.025736 -0.016838 0.00785 0.04797 -0.030453 -0.011297 0.004489 0.020182 0.001428 0.04307 -0.05191 0.096285 -0.03591 -0.056433 -0.00112 -0.003802 0.100545 0.030389 -0.059579 0.06183 0.046072 0.045479 0.03477 -0.050194 0.066824 -0.064866 0.050176 0.005762 0.025333 -0.021366 -0.00552 -0.03918 0.102883 -0.000419 0.108391 0.005549 0.067173 0.004447 0.049889 -0.033107 0.136681 -0.005335 -0.058325 -0.032384 0.035556 -0.050881 -0.028565 0.055017 0.01915 -0.024575 -0.03812 -0.024388 0.01199 -0.001012 -0.052178 -0.036229 -0.037219 0.027248 0.019382 -0.057493 0.062756 -0.003229 0.034874 0.011718 0.006189 0.035761 0.033616 -0.003459 0.019277 0.012782 0.07122 -0.010858 0.011871 -0.080535 0.06649 -0.082969 -0.055959 0.07574 -0.063765 0.081577 -0.018074 0.065637 -0.023617 -0.047181 -0.002225 0.041588 -0.040634 0.024475 0.014096 -0.079612 -0.037063 -0.030955 -0.055823 -0.000722 0.086334 0.001656 0.066653 0.068243 -0.006965 -0.00896 0.075732 0.043031 -0.005108 0.0374 0.119462 0.022409 0.091184 -0.047089 0.087116 0.020509 0.135793 0.040003 0.002876 0.029034 -0.021212 0.034117 0.049976 -0.005287 0.062238 0.10801 -0.0006 -0.010054 -0.019137 0.048225 -0.002972 0.03175 0.074765 0.013613 -0.068816 0.012447 0.003367 -0.042788 -0.016609 0.06726 0.045839 -0.0713 0.006789 -0.062834 -0.001886 0.036813 0.019514 -0.010944 -0.059902 0.014342 -0.045831 -0.071146 -0.02044 0.026899 0.045539 -0.011782 -0.057307 0.017655 -0.033575 0.010592 -0.050519 0.051589 0.074331 0.047129 -0.003785 0.031562 0.005882 0.028888 -0.082594 0.013958 -0.00999 -0.025619 0.108757 0.043231 -0.040558 0.092521 0.043903 0.03923 0.029725 0.058334 -0.02824 -0.076471 -0.039775 -0.077324 0.054474 0.034242 -0.010644 0.039963 0.002358 0.009815 -0.014063 -0.075901 0.075427 -0.056115 -0.012912 -0.013509 -0.018147 -0.006811 0.012207 -0.021734 0.04201 0.067375 0.084119 -0.056532 0.067968 -0.036062 -0.070039 0.025038 -0.029901 0.094681 -0.043146 0.022028 0.032625 -0.04644 0.073952 0.049696 0.000787 0.032721 0.01738 0.004766 0.017202 0.082805 -0.033636 0.040324 -0.022783 0.032431 0.003448 0.038198 -0.002599 -0.097395 -0.005522 -0.021025 0.008608 0.013055 -0.007714 -0.005195 -0.013604 -0.061317 0.020604 0.02948 0.011731 -0.003481 -0.000729 0.018722 -0.012466 0.044702 0.027761 0.023145 0.040454 0.005902 0.03004 -0.002523 -0.00388 0.050822 -0.030167 -0.021134 -0.057464 0.04578 0.075425 0.00688 0.058995 -0.007332 0.024686\nı 0.005892 -0.018647 -0.030011 -0.012579 0.015599 -0.065267 -0.035317 0.005557 0.046983 0.001496 0.005946 0.006716 0.003607 0.007746 0.004885 -0.003296 0.006844 0.03656 0.008538 0.007379 0.006142 0.035446 0.023666 0.017058 0.048774 0.023906 0.006679 -0.017314 -0.042035 -0.025895 -0.000405 -0.031697 -0.006952 0.045854 0.031697 0.023255 -0.045769 0.023691 -0.00111 0.06447 0.004651 0.009308 -0.005836 -0.085102 -0.007236 0.002602 0.012492 -0.033725 -0.016135 0.018578 0.005978 0.00285 -0.001418 -0.004304 0.075608 -0.019744 -0.010028 0.006524 0.014315 0.061409 -0.02145 -0.024664 0.041148 0.052308 0.033081 0.032819 -0.049461 0.023409 -0.027676 0.032541 -0.013518 0.011935 -0.028226 -0.015387 -0.037849 0.060378 0.017582 0.033941 -0.003421 0.010846 0.015119 0.00329 -0.007579 0.046828 -0.007339 -0.045732 -0.025159 0.057055 -0.013286 -0.009511 0.028655 -0.005864 0.022434 -0.057004 -0.036491 0.011521 -0.008495 -0.030872 -0.007112 -0.044761 0.005009 -0.014358 -0.011336 -0.003292 -0.031255 0.008601 0.013266 0.000898 -0.009468 0.034142 0.002055 -0.001868 -0.013322 0.014599 0.003758 0.002712 -0.029334 0.046567 -0.040178 0.018411 0.029522 -0.065167 0.021031 0.013578 0.032833 -0.022943 -0.003098 0.02523 0.018469 0.011847 0.026074 0.004409 -0.034161 -0.00942 -0.026431 -0.033077 0.012219 0.043511 0.022457 0.058413 0.022857 -0.003699 -0.022688 0.047082 0.015022 0.001406 0.021644 0.061978 0.036412 0.033437 -0.009722 0.038063 -0.007257 0.04847 0.037183 0.024509 0.02014 0.010229 0.007954 0.044965 0.048387 0.028803 0.027798 0.013607 0.00101 -0.018007 0.012526 -0.008507 0.024267 0.038429 0.029324 -0.03714 0.008383 -0.002362 -0.056722 -0.002095 0.023638 0.021008 -0.044523 -0.005436 -0.010515 -0.016956 0.017972 0.014869 0.024621 -0.029857 0.011724 -0.031195 -0.027494 0.003852 0.041886 0.022748 0.021711 0.000224 0.006772 -0.009889 -0.016243 -0.010264 0.011655 0.016852 0.030872 -0.006207 0.014359 -0.007784 0.055278 -0.04497 -0.003718 0.006802 -0.022749 0.01809 0.005121 -0.023275 0.034644 0.009628 -0.012153 0.019353 0.024026 -0.014373 -0.040454 -0.053735 -0.03023 6.4e-05 0.04787 -0.00557 0.009988 -0.0199 0.012199 -0.003349 0.02907 0.03596 -0.043036 -0.006002 0.020341 -0.012638 0.000646 0.029837 -0.052716 0.024143 0.008861 0.017435 -0.036251 0.045206 -0.031478 -0.034696 0.013868 -0.055691 0.042143 -0.030281 0.001463 0.020404 -0.035407 0.003576 0.00736 0.010963 -0.004288 0.000768 -0.017914 -0.013168 0.012587 0.01637 0.028374 0.031063 0.022172 0.040445 0.025109 0.006438 -0.03699 -0.009573 -0.037902 0.012992 0.004355 0.027884 -0.004819 0.02043 -0.033477 0.027567 0.004704 -0.018362 0.012368 0.000415 0.011898 -0.00179 0.009054 0.013438 0.01597 0.016076 -0.013073 0.019316 -0.021455 0.002331 0.019217 -0.037518 -0.019102 0.015397 -0.011797 0.012459 -0.038828 0.030981 0.014805 -0.007185\n¹ 0.012433 -0.000707 -0.098045 -0.050798 0.090847 -0.019791 -0.037984 0.004974 0.077172 -0.02142 0.064088 -0.004083 0.026243 0.048253 0.08382 -0.096904 -0.015401 -0.004028 0.002659 0.063919 -0.027926 0.111796 -0.010209 0.00266 0.061896 0.033679 -0.005646 -0.082787 0.009478 -0.006868 -0.0243 -0.037665 0.006751 -0.009801 0.005094 0.054095 -0.07251 0.064235 -0.018848 0.040924 0.015885 0.006871 0.05142 -0.079824 0.038405 0.015982 0.037065 -0.027707 -0.024672 0.040734 -0.042853 -0.042 0.077752 -0.025203 0.069101 -0.044775 0.021809 0.043991 -0.027909 0.060669 0.000858 -0.041817 0.088678 0.052352 0.04402 0.057269 -0.076814 0.130342 -0.096196 0.042504 0.023642 0.055288 0.003406 0.000373 -0.03744 0.10127 -0.01986 0.060207 0.002468 0.023536 0.012077 0.0351 -0.050421 0.068307 -0.054764 -0.046498 0.004881 0.01872 -0.02169 -0.031876 -0.001894 -0.028918 0.023852 -0.038266 -0.023408 0.013399 -0.051235 -0.043624 -0.040391 -0.080405 -0.063168 -0.019752 -0.050949 0.024309 -0.008704 0.047513 0.037597 -0.032164 0.044955 0.04425 0.008375 0.026567 0.009618 0.002967 -0.044536 0.025004 -0.028988 0.007299 -0.115955 -0.090971 0.040522 -0.094043 0.069739 -0.011649 0.047578 -0.037509 -0.035946 0.01123 0.043762 -0.007788 0.081219 0.007644 -0.060816 -0.072114 0.03042 -0.057722 -0.001132 0.079054 -0.033969 0.054653 0.037217 -0.01591 0.013195 0.094614 0.098268 0.02441 0.008267 0.097233 -0.00526 0.119831 -0.066523 0.065246 -0.022978 0.117527 -0.001689 -0.070971 -0.011684 0.033968 0.047481 0.051738 0.026558 0.050043 0.080795 -0.04665 -0.032259 -0.019878 -0.003575 -0.026728 0.022738 0.082598 0.03025 -0.066089 -0.02147 0.026618 0.003229 -0.04586 0.04224 0.031842 -0.04634 -0.020036 -0.015317 -0.055531 -0.020723 0.005621 -0.01304 -0.063007 -0.015418 -0.070522 -0.107071 -0.054737 0.018989 0.043014 0.018503 -0.055406 0.046364 0.002995 -0.024815 -0.031863 0.045016 0.120476 0.074418 -0.028954 -0.005022 -0.027257 0.054451 -0.102481 0.023749 0.049338 -0.02484 0.127092 0.032642 -0.01102 0.106231 0.083999 0.015422 0.046383 0.039531 -0.058584 -0.064098 -0.07304 -0.075379 0.047538 0.051307 -0.017131 -0.010927 -0.019482 -0.041407 -0.01449 0.010368 0.015967 -0.03299 -0.023722 0.003676 0.019903 -0.012561 0.010711 -0.076218 -0.013914 0.127713 0.089843 -0.037329 0.060597 -0.04018 -0.078871 0.016394 -0.059469 0.072061 -0.029051 0.002031 0.055927 -0.029708 0.045509 0.002517 -0.01467 0.028428 -0.006443 0.010575 0.003807 0.091814 -0.04222 0.028125 0.022597 -0.008482 0.055075 0.016763 0.018946 -0.098454 -0.034842 -0.025877 -0.011267 0.05538 0.066091 -0.007929 -0.035229 -0.053385 0.020656 0.049003 0.016834 0.016801 0.067014 0.022798 0.078177 0.023546 0.024856 0.098966 0.0736 -0.019842 0.011218 -0.057874 -0.010814 0.071636 -0.032797 -0.057551 0.052171 0.069988 0.064118 0.000885 0.117125 -0.006136 0.028743\nž -0.0727 -0.009346 -0.050771 -0.003093 0.086669 -0.065118 -0.062927 -0.004429 0.092381 0.031474 -0.002952 0.066842 -0.010142 0.084155 -0.054886 0.053726 0.045327 0.055012 0.04484 -0.001182 0.075755 0.043497 0.119138 -0.018643 0.055422 0.092284 0.004257 -0.074559 -0.136267 0.002876 0.012219 -0.036768 -0.061337 -0.013268 0.051002 0.021723 -0.092826 -0.024072 0.016521 0.080592 -0.016465 0.083723 -0.026256 -0.141338 -0.015335 0.02572 0.05226 -0.050779 0.024268 -0.020032 -0.037301 -0.115369 -0.019819 0.058499 0.084405 -0.067283 -0.030202 0.091879 0.049917 0.010109 -0.070011 0.020146 0.071531 0.097746 0.014146 0.040727 -0.013666 -0.029399 -0.084039 0.081242 -0.020641 -0.014439 -0.090322 0.073935 0.035964 0.078777 -0.003762 0.081186 0.036947 0.050914 -0.015069 0.067493 -0.010913 0.030894 0.111256 -0.060846 0.025064 0.109793 -0.015303 0.038352 0.027391 -0.053613 -0.010798 -0.076852 -0.082155 0.088018 -0.02261 -0.06628 0.004062 -0.075791 -0.072708 -0.094315 -0.017231 0.125667 -0.110035 0.077493 0.00697 0.017096 -0.079518 0.032214 0.051002 -0.046824 -0.034971 0.025856 0.075537 0.031586 -0.064843 0.051494 -0.06885 0.01234 -0.054078 -0.058882 0.041286 -0.003896 0.050247 -0.04186 0.005887 0.013253 0.005975 0.081522 0.084828 0.021728 0.019069 0.049432 -0.039447 -0.033957 0.018582 0.080355 -0.019452 0.107698 0.05735 -0.093412 0.057474 0.02599 -0.064307 0.007272 -0.008037 0.09683 0.020866 0.092388 -0.049626 0.018975 -0.026913 0.108159 0.113446 0.013501 -0.002675 0.046196 -0.000452 0.079696 0.041889 0.025531 0.018754 0.008833 -0.015698 0.080091 0.015344 -0.040615 0.021807 0.086665 0.064581 -0.101835 0.047695 -0.039154 -0.071962 0.029741 0.030324 0.114991 -0.0388 0.00984 0.017007 0.022198 0.068033 0.105609 -0.008011 -0.054425 -0.020608 0.044286 -0.019049 -0.033936 0.061367 0.05938 0.074371 -0.015468 -0.023306 -0.0153 -0.008341 0.000609 -0.00204 -0.019779 0.11178 -0.010395 0.044728 -0.00429 0.074133 -0.113909 -0.108657 0.002525 -0.031334 0.07873 0.011213 -0.054643 -0.002126 -0.000376 -0.08821 -0.086163 0.069021 -0.003022 -0.096629 -0.047557 -0.014322 0.044864 -0.070024 -0.022583 0.028386 0.018841 0.086877 0.093096 0.043363 0.090568 -0.055341 0.008308 0.031499 -0.017633 0.020875 0.03055 -0.083211 0.01516 -0.00112 0.048998 -0.048002 -0.011805 -0.072754 -0.071674 -0.014761 -0.127485 0.079098 -0.062479 0.005263 -0.063602 -0.092259 -0.051075 -0.062229 0.097973 0.021291 0.002995 -0.021582 0.009748 0.027288 0.0055 0.056302 0.117461 -0.008983 0.017522 0.076573 0.057967 -0.056434 -0.051665 -0.086225 -0.034631 0.007467 0.016754 0.006209 0.037074 -0.05455 0.04479 -0.056815 -0.045034 0.052041 0.024571 0.042376 0.090783 0.033959 -0.030376 0.062046 0.06569 -0.078952 -0.043996 -0.010276 -0.010812 0.021083 -0.031628 -0.115801 -0.007251 -0.03242 0.016187 -0.124257 0.047436 0.025319 -0.035809\nš 0.00408 -0.010119 -0.032725 -0.032113 -0.008137 -0.103261 0.004812 -0.000406 0.021286 0.02358 -0.054746 -0.000736 -0.04708 0.037462 -0.024508 0.002573 0.024519 0.044038 0.016656 -0.016984 0.053666 0.052805 0.058675 0.021768 0.006313 0.019339 0.023458 -0.030664 0.016261 -0.05279 0.039511 -0.002179 0.004954 -0.014608 0.026445 0.043527 -0.086693 0.02152 0.013617 0.099708 -0.012076 0.036198 0.018098 -0.030541 0.001567 0.005159 0.038238 -0.056266 0.025287 0.022987 -0.012915 -0.018066 0.018842 -0.042546 0.078142 -0.029022 -0.013128 0.022183 0.032739 0.071063 0.039499 -0.039572 0.038727 0.049629 0.022288 0.01711 -0.048312 0.035698 -0.000139 0.01278 -0.02233 0.048222 -0.029946 0.050721 0.012994 0.062619 0.028191 0.065184 0.008411 0.043002 -0.016917 0.047489 0.007037 0.072269 0.018678 -0.064876 -0.043912 0.069382 -0.026705 -0.040741 0.039293 -0.016269 0.018861 -0.066858 -0.054859 -0.001632 0.006814 -0.013682 -0.066684 -0.05052 0.039189 -0.007393 -0.013338 0.101694 -0.051011 -0.024521 -0.006518 0.038473 -0.013949 0.039826 -0.024019 -0.003496 -0.013014 0.025585 0.015182 0.004831 -0.020477 0.070758 -0.025227 -0.036083 0.036637 -0.0833 0.025993 -0.034514 0.052197 0.001289 -0.029315 -0.01257 0.040534 0.005435 0.025885 -0.006329 -0.077609 -0.039532 -0.037106 -0.033318 -0.005849 0.083285 -0.010633 0.074183 0.049655 0.029837 0.019261 0.024379 -0.011142 0.015139 0.027168 0.032604 0.045248 0.024575 -0.002381 0.09199 -0.009594 0.080142 0.042396 0.016515 0.011164 -0.004341 -0.053505 0.053339 7.5e-05 0.053537 0.045923 -0.02483 -0.018174 -0.004791 0.050616 -0.040859 0.018454 0.071118 0.019552 -0.041208 0.026008 0.02478 -0.030263 -0.009037 0.026807 0.036668 -0.058356 -0.003415 -0.06258 0.002246 0.008047 0.047231 -0.010056 -0.018384 0.023829 0.006181 -0.043495 -0.01501 0.040832 -0.005632 0.025725 -0.017013 0.049634 -0.037428 0.019089 0.005111 0.001396 0.054834 0.064627 0.033257 0.031101 0.042537 0.033797 -0.061638 -0.035177 0.005644 0.010262 0.042293 0.016345 -0.007458 0.098459 0.035452 -0.030518 0.043951 0.029633 0.025012 -0.037864 -0.076812 -0.019748 -0.00828 0.027181 0.013899 0.038133 -0.055447 -0.035156 -0.007809 -0.012167 0.041047 -0.057859 0.041039 0.044003 -0.036843 -0.007889 0.037645 -0.026198 0.065368 0.021913 0.02883 -0.022593 0.023766 0.002496 -0.056599 0.023974 -0.042802 0.075536 -0.051141 0.027441 0.024671 -0.000736 0.040693 -0.027376 0.054835 0.034763 0.025315 0.011839 0.002667 0.047744 0.000386 0.052423 0.036792 0.048996 -0.01445 0.096074 0.001257 -0.062129 0.007609 -0.021252 0.005952 0.012058 0.001988 0.008084 0.056742 0.005249 0.01554 -0.011451 -0.043437 0.008706 0.026838 0.054088 0.02334 0.042664 0.014935 0.035584 0.005094 0.021747 -0.010657 0.011232 -0.011254 -0.01992 -0.037264 0.055131 -0.007806 0.018341 0.000337 -0.057487 0.033439 0.038524 0.024515\n -0.007956 -0.015224 -0.048319 -0.097055 0.099684 -0.02115 -0.016593 0.033574 0.074937 -0.04112 0.062354 -0.060232 -0.001663 0.055429 0.081853 -0.108089 -0.038066 0.016976 0.039497 0.051088 0.024266 0.083881 -0.006824 0.011876 0.061363 0.08193 -0.040898 -0.048892 0.00745 -0.029078 -0.026451 -0.028956 -0.007963 -0.028084 -0.016087 0.044946 -0.093532 0.060932 -0.022976 0.007923 0.014646 0.032848 0.037761 -0.103897 0.020844 0.002804 0.06093 -0.021559 -0.014385 0.039018 -0.023474 -0.024457 0.068707 -0.014917 0.077053 -0.075869 0.052429 0.038016 0.005457 0.068567 0.000744 -0.048758 0.045246 0.061162 0.04335 0.075734 -0.081316 0.118233 -0.115732 0.036111 -0.018177 0.053318 0.023474 0.010645 0.005842 0.105517 0.019849 0.034964 0.023102 0.046698 0.019771 0.055631 -0.021483 0.074896 -0.034363 -0.040995 0.001397 0.006075 -0.009093 -0.017048 -0.014418 -0.023062 0.025914 -0.049422 -0.005177 0.008623 -0.062794 -0.035954 -0.028546 -0.092156 -0.064612 0.011043 -0.012134 0.02985 -0.03393 0.082893 0.035344 -0.041694 0.022459 0.066618 0.025855 0.022705 -0.016376 -0.002948 -0.04565 0.040751 -0.06683 0.060222 -0.100328 -0.096596 -0.003324 -0.061256 0.043781 -0.008723 0.061575 -0.022219 -0.033817 -0.010364 0.031248 -0.047129 0.080795 0.017592 -0.032012 -0.072987 0.024699 -0.080538 -0.026304 0.099237 -0.04002 0.020772 0.029614 -0.051451 0.044468 0.111331 0.08575 0.045145 0.023028 0.109994 0.000423 0.118533 -0.078193 0.058117 -0.032546 0.102911 0.013735 -0.063567 -0.007827 0.044498 0.043938 0.040955 0.016749 0.027682 0.04953 -0.059048 -0.025436 -0.00031 0.00657 -0.009685 0.030815 0.076793 0.018355 -0.061537 -0.02595 -0.005839 -0.037783 -0.051599 0.0446 0.022019 -0.024309 -0.008734 -0.0028 -0.08122 -0.019231 -0.002403 -0.034863 -0.077674 -0.014007 -0.025185 -0.117509 -0.080249 0.004138 0.046925 0.009995 -0.064172 0.063031 -0.001958 -0.031339 -0.014345 0.037893 0.121617 0.058396 -0.008606 0.013235 -0.037991 0.085562 -0.122106 0.031175 0.098322 -0.016321 0.153926 0.031183 -0.037745 0.099244 0.096946 0.019261 0.052954 0.056578 -0.07301 -0.034836 -0.076886 -0.060269 0.034682 0.061219 -0.006716 -0.002168 -0.030101 -0.067423 -0.000893 0.00878 -0.021422 -0.03353 -0.017173 -0.014466 0.026512 -0.027045 0.028108 -0.046035 -0.012327 0.127174 0.051341 -0.03671 0.01082 -0.057228 -0.07873 0.015847 -0.064411 0.064408 -0.041568 -0.001518 0.056549 0.007608 0.022671 0.020672 -0.006112 0.012732 0.008625 0.019687 -0.01012 0.070851 -0.021304 0.001708 0.032871 -0.001617 0.058984 0.02952 0.007554 -0.092524 -0.041006 -0.073487 -0.0216 0.036485 0.088676 -0.011516 -0.046785 -0.03622 0.008776 0.009548 0.039968 0.001598 0.084034 0.044116 0.08786 0.032799 -0.000491 0.095307 0.067493 -0.033034 -0.002935 -0.058817 0.00127 0.079812 -0.03917 -0.067282 0.054234 0.089297 0.046335 0.013127 0.099269 -0.003494 0.043868\ń 0.016239 -0.018556 -0.033091 0.011144 0.01947 -0.023776 -0.001234 0.007207 0.027721 -0.005227 0.007247 -0.033412 -0.028655 0.004807 0.004609 -0.01399 0.005243 0.017519 0.012308 0.012224 -0.009584 0.05119 0.027809 0.022043 0.017317 0.007737 -0.001955 0.028176 -0.019394 0.018541 -0.033087 -0.023958 -0.007252 0.021577 0.029611 0.020154 -0.002171 0.044456 -0.005785 0.029695 -0.01024 0.001591 0.012678 -0.021372 -0.015587 0.00871 0.014597 0.000302 -0.024724 -0.009133 -0.003601 0.022771 0.008559 -0.022288 0.05192 0.004016 0.010571 0.026081 -0.011778 0.029393 -0.007165 -0.002574 0.028706 0.03431 0.022573 0.018696 -0.054343 0.039929 -0.00963 0.030608 0.005194 0.029952 -0.008611 0.001729 0.010905 0.047726 0.013122 0.006645 -0.023918 0.00405 0.024516 0.026623 -0.031417 0.038381 -0.034771 -0.015634 -0.031333 0.025978 -0.004353 -0.017038 0.006402 0.003818 0.026873 -0.007029 -0.046423 0.008788 0.009933 -0.010476 -0.010749 -0.01987 -0.019244 -0.028845 -0.015482 -0.023083 -0.021731 -0.006458 0.01518 -0.012394 0.018882 0.03217 0.008212 0.015421 0.000882 0.003338 0.025018 0.026305 -0.031077 0.02989 -0.028457 -0.051573 -0.008484 -0.048096 -0.011576 0.005851 0.009762 -0.035665 0.023116 0.001348 0.012442 0.000878 0.047812 -0.008554 -0.061147 -0.034026 -0.021713 -0.03204 0.001913 0.014795 0.013938 0.012508 0.003419 0.003424 0.029302 0.049369 0.011694 -0.018831 0.018972 0.018517 0.039059 0.009901 -0.026302 0.032021 1.4e-05 0.033827 0.000161 -0.001563 -0.020011 -0.010249 -0.006771 0.01244 0.004598 0.043666 0.047366 0.017549 -0.027809 0.004995 0.029555 0.007726 0.012652 0.019542 -0.01619 -0.041525 0.025564 -0.018094 0.001496 -0.032138 0.003511 0.010242 -0.024431 -0.014391 -0.029951 -0.020848 0.01432 -0.013331 -0.005352 -0.028555 0.006011 -0.027092 -0.022693 -0.038471 0.006285 0.012453 0.021151 -0.010122 -0.001849 -0.00138 0.000814 -0.022721 0.01107 0.017549 0.010097 -0.031103 0.016463 -0.000216 -0.009311 -0.028066 -0.003654 -0.018081 -0.010575 -0.001529 0.005305 -0.028057 0.047579 0.005822 0.030952 0.011273 -0.01546 -0.011286 -0.040759 -0.036998 -0.056543 0.023066 0.032227 -0.0166 0.011863 0.017584 -0.012556 0.004932 -0.000316 0.003533 -0.010971 -1.3e-05 0.012886 0.00928 -0.031947 0.032614 -0.018812 0.012953 0.034181 -0.006785 -0.033147 0.01111 0.018771 -0.008273 0.02003 -0.034491 0.024372 -0.009761 -0.000384 0.00375 -0.003297 0.016781 -0.007404 -0.018611 0.011339 0.00266 0.013309 -0.011796 0.022079 -0.011292 -0.002781 -0.001434 -0.021014 0.003528 0.013088 0.015542 -0.053839 -0.012122 -0.004814 0.004185 -0.000593 0.013676 -0.035335 0.005376 -0.01855 0.01901 -0.00766 -0.005267 0.014171 0.007095 0.01959 0.011439 0.051414 -0.007283 0.030531 -0.005552 -0.028754 0.006053 -0.01319 -0.003142 0.022309 -0.000236 0.017152 -0.026933 -0.023498 0.0212 -0.015393 0.024314 -0.000978 0.002898\nḅ 0.045146 -0.050736 -0.097408 -0.070538 -0.029985 -0.079861 0.013566 0.081615 0.117943 -0.109059 -0.005959 0.029307 -0.034966 0.024698 0.046049 -0.052506 0.017527 0.095822 0.033697 0.006274 0.023371 -0.004791 -0.029637 0.024338 -0.023311 -0.074814 -0.021246 -0.032795 -0.051495 -0.037533 -0.044129 -0.00448 0.054855 0.058645 0.01914 0.036514 -0.044208 0.118914 -0.037914 0.091039 -0.085377 0.001417 -0.031194 -0.153017 0.019769 0.045362 -0.087231 0.006313 -0.053655 -0.019744 -0.02075 -0.002269 0.039702 0.003999 0.068218 -0.005221 -0.017102 -0.000708 -0.064581 0.078448 0.012864 -0.014385 0.138336 0.096025 -0.015868 0.034549 -0.09605 0.044439 -0.094029 0.135566 -0.044067 0.019573 -0.000235 -0.042258 0.084982 0.09569 0.00975 -0.005558 -0.042365 -0.040258 0.012184 0.071056 -0.027214 0.065057 -0.109274 0.035897 -0.092497 0.130754 0.082739 0.020591 0.003995 -0.01543 0.038442 -0.031252 -0.084595 0.04024 -0.024202 0.017479 0.007961 -0.102052 -0.020669 -0.03807 0.021208 0.030098 0.007176 0.062557 0.102216 -0.013771 0.047669 -0.001292 -0.043987 0.03025 0.020423 0.029893 0.016435 0.064547 -0.066195 0.104952 -0.032089 -0.122203 0.090466 0.040752 -0.06534 -0.028587 0.046492 -0.067862 0.025638 0.013253 0.029997 -0.014245 -0.022851 -0.009402 -0.07055 0.007451 -0.044689 -0.07888 0.03111 0.072639 0.088748 0.002951 0.01121 0.072051 -0.028367 0.01857 0.062247 0.017771 -0.007477 0.031862 0.130184 -0.025099 -0.127697 0.005447 -0.009045 0.08163 -0.050091 0.007179 -0.036442 -0.03183 0.03983 0.015325 0.082141 0.092041 0.075354 -0.004284 -0.0763 -0.039544 0.074324 0.024532 0.053066 0.035092 -0.062352 -0.119893 0.021883 0.052793 -0.054724 -0.063549 -0.044096 0.088892 0.060507 -0.094332 -0.059039 0.032725 -0.016259 -0.010574 -0.084945 -0.077634 -0.002724 -0.036798 -0.029738 -0.020381 -0.021385 0.002499 0.003814 -0.042164 -0.053013 -0.02186 -0.081133 -0.104283 -0.047139 0.01652 0.054084 0.03391 0.039268 0.00902 0.005239 -0.182042 -0.022021 -0.044485 0.008712 -0.02336 0.030731 -0.013333 0.043324 0.07127 -0.020307 0.154903 -0.046937 0.049623 -0.027942 -0.019411 -0.049663 0.013288 -0.024269 -0.007129 0.043809 -0.024913 -0.037165 -0.010889 0.065972 0.007964 -0.004232 0.009637 -0.016812 -0.043981 0.035308 0.084224 -0.060111 0.013056 0.158694 -0.02399 -0.120098 0.049879 0.015503 -0.092659 0.013675 -0.029417 -0.021533 -0.045013 0.004203 -0.006055 0.109782 0.002179 -0.025668 -0.013357 0.004714 0.024696 0.091451 -0.032604 0.119437 0.077785 -0.017111 0.045328 0.075384 0.036682 0.054768 0.059293 0.00192 0.02838 0.049208 -0.005145 0.001696 0.093708 -0.077697 -0.042809 -0.044684 0.057248 0.047297 -0.002055 -0.014136 0.032348 0.020132 -0.055281 -0.010147 0.028453 0.129292 0.06633 -0.021136 0.022868 -0.0626 -0.047338 0.117492 -0.098599 -0.057464 -0.003043 -0.003382 0.067564 -0.039044 0.100213 0.056057 -6.8e-05\nå 0.013672 0.00544 -0.00263 -0.019863 -0.019023 -0.098381 -0.019696 0.06418 0.000973 0.053719 -0.009318 0.06018 -0.029256 0.024378 0.024873 0.00094 0.034717 -0.003879 0.010336 0.036037 0.041924 0.03556 0.013407 0.0341 0.054677 0.031502 0.018167 0.002381 0.01173 -0.019005 0.010146 -0.053976 -0.001954 0.00883 0.025279 0.001595 -0.035003 0.050323 -0.007528 0.040456 0.034388 0.023118 0.033389 -0.076814 -0.015221 0.014749 0.02687 -0.051757 0.017214 0.009769 -0.009094 0.022245 -0.002595 -0.027732 0.073304 -0.006742 -0.027689 0.019273 0.000867 0.07569 -0.012678 -0.105383 0.073905 0.081252 0.033077 0.037203 -0.073269 0.018219 0.045283 -0.0033 -0.034972 0.046029 -0.033005 0.02109 -0.000171 0.061529 -0.005683 0.04411 0.030247 -0.045399 -0.028068 0.038224 -0.023671 0.076564 -0.03051 -0.080248 -0.010994 0.027228 -0.007318 -0.007973 0.052293 -0.00161 0.028091 -0.038396 -0.045958 0.001874 -0.022414 -0.040177 -0.025411 -0.010239 0.027717 0.034942 -0.063081 0.066847 -0.014161 0.013578 0.014314 0.006689 -0.021726 0.093272 -0.001947 0.027289 -0.006072 0.046711 0.03641 0.028987 -0.043816 0.016587 -0.076062 -0.063591 0.005838 -0.082625 0.033849 -0.005906 0.049036 -0.014084 0.011877 0.015871 0.047917 0.047879 0.002472 -0.015672 -0.082222 -0.005563 -0.01899 -0.019091 0.034098 0.054349 0.007952 0.070907 0.057695 0.0102 -0.036106 0.064244 0.044511 -0.026004 -0.003883 0.036398 0.02884 0.057671 0.017095 0.066083 -0.02717 0.08074 0.023042 -0.01497 -0.005603 0.005601 -0.035783 0.070708 -0.005763 0.043717 0.039101 -0.022578 0.026306 -0.015765 0.043594 -0.005995 0.022069 0.054266 0.001925 -0.014246 0.02811 0.010941 -0.039665 -0.00963 -0.006907 0.04482 -0.057053 -0.00225 -0.050539 -0.012637 -0.006919 -0.000809 -0.033626 -0.057723 0.0276 0.010145 -0.024271 -0.027338 0.015685 0.012783 -0.00741 -0.003475 0.028866 -0.021012 0.018502 -0.015081 -0.029506 0.020079 0.082052 -0.008222 0.035898 0.044547 0.016932 -0.058116 0.005588 0.026401 0.04396 0.060129 0.018539 0.009395 0.06599 0.049844 0.042907 0.043675 0.046896 0.020124 -0.073083 -0.080276 -0.034666 -0.000371 0.03023 -0.012113 0.043292 0.026641 -0.022855 0.014571 -0.010296 0.061541 -0.037453 0.000317 0.02568 -0.021565 0.000872 -0.001588 -0.013289 0.004635 0.010308 0.001176 -0.045588 0.018949 -0.015598 -0.018769 -0.026116 -0.03411 0.0228 -0.037469 0.004156 0.025905 -0.031168 0.040315 -0.030199 -0.006386 -0.001386 0.027944 0.004967 -0.042264 0.036607 -0.039351 0.040008 0.009107 0.031386 -0.039125 0.069446 -0.008099 -0.072803 -0.016456 -0.028216 -0.023468 -0.014792 -0.000796 -0.005158 0.034194 0.003453 -0.02455 0.006094 -0.042778 -0.026519 0.011039 0.063914 -0.009766 0.057478 0.040281 0.051742 0.044899 0.007965 0.013506 0.028847 0.038672 0.058452 -0.019052 -0.013029 -0.029957 0.006226 -0.013256 -0.053946 0.050537 0.04081 -0.025505\nμ 0.015333 0.114588 -0.109442 0.03422 0.009545 -0.067597 -0.000765 0.033138 0.075733 0.000296 0.044247 0.003331 -0.012626 0.034657 -0.151076 -0.159769 0.140653 0.070037 0.013874 -0.085526 0.045316 0.106355 -0.025246 0.005967 0.003234 0.138262 0.136558 -0.018984 0.07533 0.087075 0.040598 0.01363 -0.039425 -0.035069 0.031651 0.02454 -0.040949 0.087854 -0.102241 0.019622 0.071714 0.081952 -0.105015 -0.257653 -0.03122 0.007512 -0.007928 0.007485 -0.015057 0.086032 0.017817 -0.048677 0.00992 -0.040059 0.24625 0.066183 -0.082963 0.086655 -0.018434 0.138628 0.058952 -0.173604 0.096243 0.089438 0.067662 0.055531 -0.097614 -0.073566 -0.090612 0.033419 -0.007971 0.022622 -0.061909 -0.035182 0.056023 0.080808 -0.023493 0.198323 -0.103708 0.094016 -0.086694 -0.087642 0.087611 0.061119 0.017066 -0.106467 -0.053928 0.026997 -0.028349 -0.035183 -0.044155 0.08346 -0.012175 -0.106999 0.040343 -0.01037 0.027549 -0.058376 -0.047121 -0.030018 -0.062118 0.084624 0.001785 0.174133 -0.087256 0.025401 -0.017436 0.072927 -0.027699 0.045095 -0.013194 0.075535 -0.042716 0.036522 0.024683 -0.065168 -0.027127 0.063283 -0.133344 -0.070474 0.016434 0.06352 -0.084763 -0.0372 0.125877 0.036483 -0.073546 0.051081 0.1033 -0.054086 0.097298 -0.133688 -0.016458 -0.051977 0.03761 -0.099988 -0.020323 0.081035 0.008865 0.08685 0.092597 0.096925 0.061282 0.142125 -0.001029 0.042919 -0.087519 0.029059 0.004738 0.045451 -0.032443 0.080786 -0.130767 0.077727 0.074821 0.016532 0.088118 0.062523 -0.010891 0.133196 0.146001 0.111378 0.076724 -0.108897 0.111522 -0.011224 0.178455 -0.032458 0.089021 0.068429 0.075816 -0.06413 -0.143143 0.029075 -0.079112 -0.033086 -0.102451 0.073447 -0.04052 -0.108846 -0.008036 0.05133 0.014392 0.078123 -0.040938 -0.138878 -0.00729 0.103619 -0.093644 -0.04315 0.098598 0.14077 0.024618 -0.087718 0.15621 -0.024296 -0.061487 -0.0709 0.053676 0.072149 -0.047777 0.048908 -0.010392 -0.017151 -0.055038 -0.167559 -0.009256 0.057326 0.177479 0.131894 0.117599 -0.009793 0.114736 0.128585 0.079566 -0.0432 0.053045 0.113826 -0.029338 -0.100603 -0.042206 0.02703 -0.08946 -0.048506 -0.029903 0.050171 -0.069412 0.083752 -0.012405 0.034557 -0.070081 -0.037765 0.118205 0.082548 0.009061 0.077285 -0.118352 -0.081694 0.160702 -0.16005 -0.211243 -0.086258 -0.128601 -0.112083 0.002183 -0.190541 0.101271 -0.052097 -0.126286 -0.049108 0.014027 0.013533 -0.040725 -0.01533 -0.070969 0.039625 -0.033557 0.106679 0.20135 -0.076588 -0.10718 0.025447 0.094354 0.195527 0.076688 -0.04785 -0.20481 0.042606 -0.09373 -0.055505 0.009484 -0.055067 -0.085926 -0.043179 -0.053033 0.10109 -0.051182 -0.099093 -0.031142 0.064393 0.184758 0.021438 0.123074 -0.150817 0.091262 0.1097 -0.023058 -0.102345 -0.108548 0.078617 0.086466 -0.061436 0.102074 -0.082993 0.091356 0.215805 -0.054907 0.101892 0.09943 -0.050731\nн -0.010728 0.031619 -0.043917 -0.009592 0.030408 -0.006145 -0.031565 -0.022786 0.04715 0.01651 0.011068 0.006073 -0.022275 0.024516 0.020639 -0.047329 0.065077 -0.020231 -0.039333 0.0488 -0.014466 0.084326 -0.01734 0.0089 0.029243 0.049372 0.002564 -0.052626 -0.024155 -0.00673 0.005372 -0.013495 -0.002784 -0.02716 0.039619 0.069956 -0.055009 0.046249 0.000373 0.056625 -0.010875 0.042961 -0.014184 -0.007455 -0.003054 -0.006502 0.06869 -0.034668 -0.004885 0.002791 0.021471 -0.007684 0.044269 -0.067588 0.11023 -0.037788 -0.047471 -0.019629 -0.026603 0.09195 0.023937 -0.069946 0.062765 0.04453 0.035483 0.036803 -0.045401 0.079865 -0.073455 0.055206 -0.007509 0.025065 -0.016934 -0.013339 -0.050448 0.096935 -0.002514 0.092268 -0.003902 0.061619 0.00957 0.033986 -0.036079 0.133327 0.002832 -0.059279 -0.045836 0.03906 -0.046448 -0.023613 0.049749 0.011651 -0.041887 -0.025122 -0.027108 0.020293 0.011201 -0.053074 -0.039198 -0.043392 0.006234 0.015329 -0.042306 0.057134 0.015149 0.033765 0.008826 0.016753 0.02619 0.026098 0.008894 0.012211 0.015564 0.059875 -0.006222 0.019361 -0.082101 0.058256 -0.078112 -0.045111 0.076857 -0.068631 0.093415 -0.019894 0.065912 -0.019192 -0.05522 0.002005 0.042544 -0.060503 0.021716 0.024721 -0.080347 -0.040678 -0.004574 -0.054234 0.000511 0.087951 0.007016 0.062799 0.05893 -0.007252 -0.013319 0.072266 0.061274 -0.000458 0.013275 0.111366 0.012895 0.096208 -0.046582 0.094372 0.008183 0.125799 0.032827 0.016175 0.024472 -0.030562 0.025257 0.046615 -0.002527 0.054049 0.121905 0.00845 -0.008682 -0.020543 0.044655 -0.013367 0.039389 0.069012 0.017109 -0.054062 -0.004414 -0.004655 -0.034699 -0.025655 0.05896 0.061613 -0.072439 0.010264 -0.051329 -0.031324 0.040706 0.029089 -0.021725 -0.069415 0.025134 -0.044639 -0.069272 -0.021541 0.020213 0.042227 -0.010687 -0.047884 0.009014 -0.0256 0.002547 -0.044083 0.063344 0.079297 0.05366 0.005903 0.038332 -0.008823 0.019055 -0.076062 0.013867 0.002065 -0.038153 0.101271 0.047809 -0.03209 0.091976 0.041147 0.028074 0.021896 0.052085 -0.04071 -0.075811 -0.034859 -0.074152 0.031782 0.036361 -0.021983 0.037362 0.001098 0.020068 -0.016273 -0.067752 0.099633 -0.046872 -0.015208 -0.004197 -0.009519 -0.011864 0.018951 -0.015574 0.041335 0.063351 0.084146 -0.055164 0.0657 -0.024712 -0.066244 0.030875 -0.027671 0.103287 -0.034265 0.01481 0.025881 -0.039447 0.057606 0.03958 -0.013537 0.017966 0.018332 -0.002648 0.022037 0.081547 -0.048188 0.039354 -0.02404 0.039169 -0.006124 0.035174 0.002517 -0.093486 -0.006657 -0.029652 0.026214 0.002184 -0.004905 0.010564 0.000354 -0.066814 0.021187 0.032209 0.001875 -0.00935 -0.003129 0.005843 -0.017102 0.050231 0.023676 0.016528 0.032693 -0.001543 0.024936 0.008795 -0.003575 0.034504 -0.026975 -0.035579 -0.046293 0.033126 0.055669 0.012411 0.039154 0.002652 0.022202\nа -0.005569 0.024818 -0.036572 -0.004448 0.034446 -0.004825 -0.003796 -0.015985 0.050503 0.029315 0.021186 0.007822 -0.002859 0.01819 0.018033 -0.047619 0.058888 -0.012159 -0.014881 0.037946 0.009742 0.073232 -0.006441 0.007978 0.042269 0.055154 0.022736 -0.05208 -0.012653 0.001339 0.014503 -0.032009 -0.001493 -0.020793 0.049959 0.044984 -0.047713 0.036939 0.002169 0.068717 -0.017718 0.027816 -0.009129 -0.031287 -0.013566 -0.001595 0.058257 -0.031539 -0.007105 0.011853 0.012974 -0.002271 0.04418 -0.053069 0.085985 -0.038433 -0.049447 0.002677 -0.00718 0.110935 0.037459 -0.07968 0.078139 0.045529 0.036317 0.049107 -0.055541 0.05643 -0.071988 0.050086 0.014378 0.026946 -0.013336 -0.014523 -0.052659 0.0945 -0.02591 0.085698 0.006477 0.062368 0.007322 0.034511 -0.029672 0.133132 -0.002695 -0.058609 -0.035307 0.018203 -0.042926 -0.040737 0.044741 0.025269 -0.024792 -0.031357 -0.01871 0.015156 0.010267 -0.04946 -0.028196 -0.049088 0.007467 0.00061 -0.054213 0.042558 0.001951 0.035934 0.010061 0.007328 0.039428 0.029804 -0.004318 0.008476 0.018687 0.0549 -0.0122 0.005277 -0.062396 0.061982 -0.089648 -0.044338 0.078803 -0.050499 0.091349 -0.031525 0.068705 -0.014994 -0.059218 -0.013704 0.047833 -0.035433 0.044753 0.028963 -0.077608 -0.040644 -0.017624 -0.05503 -0.000991 0.084812 -0.002556 0.059921 0.048267 -0.004581 0.003417 0.065218 0.050661 0.005626 0.031073 0.123743 0.013525 0.094788 -0.03745 0.078343 -0.00279 0.143487 0.039087 0.012733 0.03017 -0.020317 0.026922 0.055651 -0.00587 0.048906 0.097427 0.006231 -0.014288 -0.005852 0.04922 -0.01656 0.040729 0.059713 0.026212 -0.06465 -0.020393 0.005576 -0.037529 -0.01864 0.047895 0.070411 -0.059074 -0.000205 -0.080066 -0.005648 0.030148 0.029549 -0.006819 -0.064186 0.010979 -0.057178 -0.074577 -0.018995 0.02632 0.03506 0.008126 -0.059665 0.01807 -0.030595 0.00072 -0.043466 0.043431 0.070576 0.044341 -0.010682 0.025459 -0.000625 0.028962 -0.094458 0.010227 0.008952 -0.029522 0.102668 0.047558 -0.007643 0.073889 0.029043 0.025357 0.022749 0.065872 -0.021421 -0.076966 -0.0491 -0.067277 0.034934 0.022833 -0.02274 0.051946 0.018498 0.018432 -0.001303 -0.048702 0.067164 -0.053665 -0.012147 -0.006018 -0.011253 -0.00546 0.009661 -0.029521 0.051999 0.065595 0.06857 -0.060947 0.061236 -0.023321 -0.068186 0.005675 -0.054484 0.094868 -0.04452 0.015972 0.031454 -0.039949 0.067454 0.042877 -0.018381 0.02859 0.013969 0.002717 0.010932 0.064807 -0.033393 0.022041 0.00367 0.036915 0.008888 0.025207 -0.002123 -0.098759 -0.000995 -0.03714 -0.001248 0.032627 -0.005433 -0.000904 -0.010238 -0.063123 0.019505 0.028179 -0.013428 -0.002879 -0.008098 0.030465 -0.015881 0.055504 0.02171 0.023484 0.039227 -0.003337 0.017695 -0.005858 0.018479 0.042435 -0.035449 -0.020481 -0.042404 0.043965 0.058168 0.002953 0.058266 -0.012437 0.012791\nỴ 0.134481 0.139512 -0.066677 0.030044 0.154346 -0.124516 0.038922 -0.077251 0.189786 0.027027 0.097734 0.085374 -0.092602 0.065454 0.019717 -0.075091 0.05732 0.056439 0.090736 -0.046028 -0.012763 0.225902 0.169135 0.083511 0.211502 0.218911 0.1504 -0.003706 -0.127013 0.04148 -0.034897 -0.107371 0.00725 0.004135 0.11928 -0.080775 -0.002157 0.063236 -0.043976 -0.030247 -0.130992 -0.071117 -0.159815 -0.108036 0.039539 -0.041569 -0.093053 0.093816 0.019321 -0.035773 0.045058 -0.07559 0.195737 -0.025368 0.051904 -0.082889 0.12241 -0.109098 -0.230524 0.082023 -0.028731 0.000679 0.067718 -0.009999 -0.01991 0.031996 -0.003527 0.173645 -0.108424 0.088632 0.013294 0.085654 -0.035832 -0.067699 0.170128 0.058427 -0.020406 -0.049715 -0.06108 0.0531 -0.067838 0.107843 0.023206 0.081047 -0.138957 0.08386 0.065077 0.120051 -0.003507 -0.154795 0.148629 0.03155 -0.152247 -0.136192 -0.030571 0.049249 -0.074543 -0.102267 0.056033 -0.193753 0.083266 0.020864 -0.001794 -0.021315 -0.092961 0.033893 0.057907 -0.030655 0.084419 0.128238 0.061265 -0.094488 0.005715 0.049301 -0.034863 0.116 -0.001639 0.070141 -0.104837 -0.163738 0.002682 -0.022628 0.231228 0.063954 0.163297 -0.045551 -0.021616 0.011204 -0.081661 -0.038936 -0.002812 -0.071687 -0.055614 -0.071557 0.071923 -0.219191 0.001565 0.165135 -0.078033 0.022687 0.198503 -0.020585 -0.003329 0.112097 0.152052 -0.028057 0.152192 0.041156 0.040476 0.164738 -0.029969 0.171465 -0.041601 0.268655 0.065559 0.114341 0.039814 0.033522 0.058145 -0.068962 0.030714 0.062727 0.069713 0.108681 -0.191763 0.191828 -0.099719 -0.079621 0.055197 0.039302 0.130949 -0.11759 0.031059 0.017179 -0.069936 0.069349 0.019618 0.007434 -0.077945 0.002374 -0.214649 -0.002954 0.049219 0.124771 -0.084877 -0.167413 -0.003588 -0.044721 -0.041574 -0.105072 0.094783 0.066558 0.047879 -0.155766 -0.101994 -0.024346 -0.10007 -0.105954 0.107445 0.089974 -0.009491 0.013867 -0.073151 -0.041453 0.060591 -0.092762 0.041715 -0.034611 0.012936 0.105616 0.035178 -0.08919 -0.079528 0.006744 0.015298 -0.073515 0.124895 0.094635 -0.202421 -0.108947 0.011062 0.05137 0.041676 0.040994 0.098048 -0.049569 0.01591 -0.011058 -0.008802 -0.007049 -0.099212 -0.097338 -0.068724 0.041792 0.080261 0.077654 -0.047812 0.10638 0.029626 -0.123682 -0.045095 -0.010097 -0.144395 -0.241582 0.057052 -0.091273 0.009782 0.057982 -0.141136 -0.005153 0.004923 0.100788 0.152178 -0.058448 -0.127199 -0.019733 -0.07077 0.187036 0.193636 -0.031143 0.032273 -0.047859 0.026464 0.051743 -0.050323 0.022626 -0.15048 -0.054789 0.056317 0.067934 0.076391 0.22701 -0.102925 -0.047398 -0.093151 -0.084699 -0.002947 -0.003392 -0.00043 -0.017 0.210085 -0.075755 0.032862 -0.101945 -0.068733 0.114907 0.184392 -0.006322 -0.126287 -0.079001 -0.153621 -0.025255 -0.194122 0.136214 0.13982 0.079808 -0.03461 0.150618 -0.037262 0.00829\n -0.017601 -0.005955 -0.029351 0.019865 0.001451 -0.036038 -0.004045 -0.003107 0.056828 0.020121 0.019352 -0.016944 -0.007766 0.030821 -0.003636 0.016942 0.014145 0.029632 0.030588 0.026548 -0.009682 0.029748 0.034863 -0.000836 -8.8e-05 0.015598 0.010206 0.00745 -0.043345 -0.016984 -0.016261 -0.032407 0.00668 0.012831 0.0279 -6.1e-05 -0.036894 0.030123 0.004044 0.028275 -0.016831 0.014899 0.010955 -0.023244 -0.030729 0.024546 0.038173 -0.047154 -0.014666 0.000839 0.012573 0.003912 -0.016285 -0.027574 0.045956 -0.016792 0.008079 0.003105 0.014452 0.032685 -0.025532 -0.002021 0.03919 0.047435 0.035565 0.030746 -0.007977 0.021924 -0.016859 0.010037 -0.011054 0.018101 -0.005839 0.006713 -0.004396 0.062868 0.019681 0.015365 -0.035122 0.001851 0.013912 0.024751 -0.022272 0.044953 -0.00477 -0.023124 -0.040297 0.057928 0.002009 -0.008836 0.028973 0.026693 0.032217 -0.013916 -0.021001 0.011906 0.015301 -0.020455 0.000263 -0.038085 -0.01791 -0.012959 -0.042805 0.000411 -0.004028 0.033682 0.027108 0.004843 0.00217 0.008241 -0.037102 0.019387 -0.009885 0.014864 0.03112 0.059683 -0.032239 0.069156 -0.016377 -0.043584 0.007553 -0.050161 0.028143 0.012752 0.015646 -0.027362 0.009808 0.009588 0.023836 0.006362 0.037824 -0.014859 -0.057388 -0.021708 -0.009001 -0.034079 0.011251 0.030364 -0.007033 0.032037 0.020787 -0.023152 -0.007882 0.056451 0.002358 -0.030058 0.020364 0.056189 0.027037 0.028598 -0.013452 0.049418 0.014787 0.04111 0.002376 0.014 -0.015465 -0.013123 0.004996 0.013479 -0.0094 0.017167 0.033925 0.017268 -0.011376 -0.003736 0.0501 -0.008567 0.040849 0.036837 -0.023049 -0.039472 0.021069 0.002741 -0.019809 0.003393 0.04005 0.026889 -0.011202 -0.011199 -0.048491 0.000136 0.017272 -0.006139 -0.010146 -0.041043 0.019145 -0.019348 -0.009625 -0.013566 0.019111 -0.018838 -0.007257 -0.000494 0.000511 -0.020187 0.012362 -0.011881 0.009705 0.014498 0.002769 0.004051 0.040304 0.01636 0.027678 -0.019755 -0.014361 -0.01747 -0.035446 0.053977 0.034336 -0.038317 0.050715 0.004445 0.019993 0.02427 0.005049 -0.014944 -0.036746 -0.041564 -0.041615 -0.00246 0.043163 -0.007819 0.023805 -0.01435 0.019168 -0.024903 -0.016913 0.032476 -0.027093 -0.007188 -0.008981 -0.014754 -0.037979 0.009057 -0.027654 0.017285 0.018427 0.033528 -0.016928 0.042786 -0.010325 -0.013629 0.044013 -0.056034 0.032569 -0.02763 -0.000651 -0.002834 -0.012083 0.026008 0.007068 0.003921 0.014874 -0.009909 0.023242 -0.003156 0.021841 -0.001416 0.013967 -0.000507 -0.00063 0.018134 0.035448 0.024423 -0.012152 -0.019673 -0.025667 0.027831 -0.00072 0.01903 -0.010032 0.043279 -0.000499 0.016665 0.01342 0.001225 0.000857 -0.00732 0.00416 0.011344 0.025646 -0.001529 0.016225 -0.006546 -0.014144 0.010422 -0.013235 -0.012517 0.019132 -0.014973 -0.008953 -0.013441 -0.012835 0.013372 -0.012448 0.04239 0.025913 -0.013887\nē -0.002087 -0.167962 0.010361 -0.132156 -0.040967 -0.196377 -0.022415 0.091082 -0.069446 -0.000561 -0.062795 -0.081466 -0.0648 0.047674 -0.037119 0.050565 0.092194 0.024594 -0.049081 -0.009922 -0.003496 0.117911 -0.099985 -0.013287 0.036638 0.034224 9.6e-05 -0.074476 0.048487 -0.080306 0.052012 -0.087802 -0.033075 0.103477 0.019933 -0.006517 0.022202 -0.034244 0.072454 0.191992 0.07254 0.011598 0.014383 -0.062048 0.000532 -0.042772 0.098906 -0.031809 0.028173 0.054726 -0.147937 0.125568 -0.021722 -0.04046 0.086976 -0.112352 -0.034358 -0.01874 0.049329 0.050942 0.215942 -0.006041 0.107829 0.021896 -0.00852 0.098177 -0.150812 -0.013317 0.008147 -0.030588 -0.169922 0.002448 -0.014791 0.057916 -0.100391 0.156544 0.10101 0.195308 0.12353 -0.038152 -0.057868 0.067733 0.013368 0.135794 0.080374 -0.20868 0.047051 -0.070337 0.045392 -0.061254 0.070774 0.043009 -0.040962 -0.116958 0.056813 -0.161984 -0.039724 0.064683 -0.058642 -0.124586 0.024244 0.075183 -0.08183 0.11106 0.031197 -0.119327 0.002322 -0.022421 0.163004 0.122423 -0.02273 0.025499 -0.036391 0.114505 0.077089 -0.105128 -0.013679 0.04603 -0.024534 -0.018926 0.187558 -0.094005 0.256822 -0.223732 0.160726 0.037241 -0.1537 -0.042658 0.055338 0.07574 -0.047508 -0.125121 -0.16238 -0.022866 -0.181064 -0.087696 -0.054542 0.131202 0.011117 0.073901 0.037142 -0.059443 -0.047972 -0.018824 -0.07174 0.072883 0.103152 0.010904 0.103268 0.040628 0.224188 0.00794 0.033036 0.075464 0.136413 0.070502 0.028978 0.015685 -0.106052 0.126087 0.08893 -0.036387 0.128904 -0.020668 0.072812 -0.073954 0.161503 -0.110055 -0.038753 0.072121 -0.063222 -0.011052 0.003185 -0.004232 -0.029728 0.004039 -0.006608 0.044806 -0.05049 0.064579 -0.162342 0.229774 -0.000852 0.108574 -0.041989 -0.057238 0.131928 -0.040207 -0.059147 -0.022218 0.070778 -0.007058 -0.039418 0.041239 0.146751 -0.052124 0.187538 0.066016 0.07395 0.015762 0.076158 0.100016 -0.078623 0.011445 0.091877 -0.056722 -0.097486 -0.022105 0.022426 -0.038368 0.088326 0.052684 0.150058 0.019539 -0.095471 -0.059784 0.029928 -0.091138 -0.055162 -0.042517 0.03678 -0.194072 0.026649 0.026668 0.242202 -0.126045 0.038374 -0.043167 0.04289 0.077207 -0.031059 0.042884 0.095436 -0.059421 0.020296 0.052455 -0.034918 0.021486 0.029664 -0.081478 0.081721 0.037042 0.05192 -0.012992 -0.002901 0.09013 0.174207 -0.024824 0.088246 0.169602 -0.049247 0.109328 -0.046372 0.003082 -0.08728 0.061986 -0.037712 -0.132236 0.021862 -0.098607 0.09586 -0.008536 0.066818 -0.00618 0.185944 0.024857 -0.005087 -0.019688 0.001254 -0.006203 0.108917 -0.105832 -0.094481 0.083528 -0.106464 0.101381 0.005215 0.012246 0.020697 0.040214 0.06137 -0.028766 0.10808 0.108708 0.063548 0.059247 0.117342 -0.062844 0.05942 0.002728 -0.129912 -0.141933 0.141965 -0.138338 0.068246 0.032938 -0.151338 0.069778 0.127664 0.024738\n̉ 0.051474 0.008656 -0.040248 -0.008346 0.019004 -0.035403 -0.020013 -0.027955 0.06085 -0.016904 0.01248 -0.018195 -0.007196 -0.005092 0.037162 -0.01494 -0.010903 -0.020912 0.006248 0.024857 0.045016 0.037118 0.040461 0.011717 0.004748 -0.023332 0.007366 0.006443 0.013962 0.003091 0.00273 0.030392 -0.013632 0.011386 0.004992 0.014329 -0.024161 0.03894 -0.001744 0.030599 -0.011877 0.007308 -0.003806 -0.042545 -0.010178 0.052348 0.028023 -0.051549 -0.009206 -0.004906 0.016397 0.007009 0.006697 -0.047513 0.086453 -0.013124 0.000177 0.020814 -0.028414 0.067047 -0.031164 0.046607 0.039678 0.024064 0.002887 0.000585 -0.047426 0.025442 -0.03955 0.007964 -0.012067 0.041707 0.001179 -0.045956 0.039667 0.051879 0.009669 -0.020127 -0.016418 -0.049191 -0.003166 -0.022575 -0.032461 0.058894 -0.037397 -0.012256 -0.026765 0.048445 -0.015914 0.004614 -0.002665 0.030362 0.03474 0.028621 0.011379 0.019438 0.003113 0.000783 0.010193 -0.038891 -0.004649 -0.01747 -0.012376 -0.002339 0.003298 0.000457 0.011335 -0.008732 -0.018167 -0.000465 -0.049629 0.040987 -0.000333 0.015014 0.033616 0.03957 -0.045053 0.058011 -0.034201 -0.002315 0.025038 -0.026873 0.014123 -0.000939 0.028192 -0.03741 0.001386 -0.031256 0.014982 0.018279 -0.015285 0.029184 -0.068413 -0.061222 -0.022731 -0.039794 -0.018234 -0.000224 -0.0344 0.005783 0.02157 -0.024477 -0.002531 0.049133 0.021999 0.003665 0.017422 0.024471 0.043753 0.038832 -0.054434 0.01591 0.015199 0.009973 0.000923 -0.008605 -0.079521 -0.006614 0.00528 0.000342 0.002198 0.019625 0.0492 0.012732 0.035411 0.010578 0.034614 -0.005784 0.015525 -0.005609 -0.020963 -0.007796 0.032115 -0.035063 -0.002582 0.006621 0.047429 0.021109 -0.030877 -0.024257 -0.026662 -0.042385 0.018005 -0.008441 -0.022044 -0.011354 0.051567 -0.016501 -0.001436 -0.063082 -0.009946 0.010702 0.005586 -0.027081 -0.003309 -0.002609 -0.03403 0.028285 -0.016197 0.013747 0.009659 -0.002913 -0.012177 0.002123 0.020236 -0.036973 -0.026602 -0.036515 -0.012198 0.048941 0.017308 0.000602 0.025497 0.009277 0.002304 0.063058 0.022202 0.04797 -0.029366 -0.051094 -0.06055 0.026404 0.02132 -0.006752 0.033385 0.029034 0.025395 -0.005295 0.026614 6.2e-05 0.014423 -0.028299 -0.01068 -0.027079 -0.004959 -0.006731 -0.013178 0.00239 0.069908 0.004793 0.001038 0.012106 -0.000646 0.015204 0.017249 -0.020163 0.025618 -0.031262 0.017504 0.017209 0.019242 0.021041 0.04449 -0.019758 0.026965 0.020192 0.003219 -0.035306 0.054656 0.026607 0.007241 -0.043421 -0.021945 -0.011378 -0.010388 0.020239 -0.067482 -0.038553 -0.000991 0.024228 -0.013049 0.02257 -0.047718 -0.00063 0.02277 0.03017 0.019055 0.015774 -0.00923 0.007641 0.010766 -0.005163 0.041776 0.004781 0.012587 0.03024 -0.001746 0.004522 -0.020083 -0.00667 0.019921 -0.023909 0.02521 -0.020226 -0.020245 0.016913 0.007209 0.0221 -0.002308 -0.003667\nî 0.047012 -0.028604 0.03156 -0.004398 0.013299 -0.086998 -0.02296 -0.035875 -0.004926 -0.000804 -0.009957 -0.077416 -0.05293 0.014842 -0.021659 0.014008 0.010026 0.018768 -0.066141 0.018299 0.051049 0.062281 0.031822 0.05788 0.05365 -0.0118 0.048654 -0.048557 0.00068 -0.006328 0.038181 -0.049278 0.059482 -0.013384 -0.000646 0.095208 -0.107315 0.055806 -0.0005 0.169027 0.026686 0.040518 -0.004052 -0.041256 -0.029274 -0.032839 0.025769 -0.053204 0.040854 0.048079 -0.012433 0.006049 0.019179 -0.083743 0.080965 -0.036063 -0.044121 0.030651 -0.048698 0.114409 -0.008493 -0.073492 0.073602 0.092868 0.00842 0.04707 -0.006417 0.089108 0.029573 0.076321 0.022598 0.03167 -0.033816 0.016849 0.012613 0.097749 0.012914 0.092765 0.008951 0.056143 0.03704 0.116856 -0.024039 0.124768 0.090065 -0.095462 -0.057324 0.068558 -0.031666 -0.077947 0.0365 -0.033166 0.001727 -0.043466 0.000931 0.059652 -0.022369 0.004027 -0.017797 -0.031824 0.007533 -0.004644 -0.109532 0.070646 -0.046536 0.006512 -0.007465 0.011355 -0.040808 0.067435 0.003521 0.059165 -0.024603 0.03891 0.044183 -0.006741 -0.061558 0.041815 -0.072063 -0.040419 0.110021 -0.096293 0.074127 -0.010637 0.038949 -0.005095 0.012713 0.007138 0.101102 0.002874 0.064274 0.018419 -0.073724 0.013396 -0.007959 -0.041769 -0.004257 0.049089 -0.001927 0.070567 0.012528 0.028261 -0.038038 0.001458 0.003331 0.011907 0.015709 0.040493 0.049142 0.080173 -0.047412 0.104124 -0.049986 0.068049 0.029598 0.004937 -0.014588 -0.002371 -7.7e-05 0.060006 -0.049094 0.109983 0.042784 0.050808 -0.00292 -0.045066 -0.003251 0.019761 0.011512 0.071699 0.051556 -0.048527 -0.023033 0.015987 -0.015136 -0.06322 0.003745 0.050648 -0.093095 0.024148 -0.043131 0.022267 -0.010342 0.028484 -0.004265 -0.045385 0.053162 -0.009568 -0.07608 -0.039967 0.022738 0.052355 0.004679 -0.02844 0.113721 -0.068577 0.023475 0.023845 0.007331 0.058912 0.130461 -0.008311 0.024493 0.052176 0.036737 -0.042852 -0.017446 -0.001869 0.018643 0.059603 -0.02105 -0.049701 0.142876 0.053361 0.041277 0.019184 0.027162 0.000521 -0.063702 -0.087383 -0.02546 -0.068856 0.074147 0.030077 0.078626 -0.024305 0.001723 -0.04798 -0.012687 0.06782 -0.056413 0.040186 0.002243 -0.009776 -0.021345 0.076234 -0.028193 0.01747 0.064487 0.050416 -0.096589 0.011752 -0.000229 -0.069982 0.042141 -0.049184 0.102854 -0.109044 0.010743 0.018244 0.033779 0.028958 -0.051677 0.047114 0.019694 0.07036 0.041425 -0.074891 0.131645 -0.036848 0.122947 -0.001537 0.025416 -0.055048 0.069179 -0.047099 -0.039285 -0.003605 -0.014417 0.023416 0.058798 0.00687 -0.020015 0.025745 -0.037048 0.05925 -0.006375 -0.008834 0.004327 0.039422 0.056322 0.014148 0.040006 0.070789 0.028352 -0.026463 0.042874 0.033154 0.033859 0.054689 -0.035356 -0.061495 0.051894 -0.081283 0.088892 0.044538 -0.036067 0.013823 0.089687 0.005404\nС 0.00391 0.02589 -0.061222 0.025561 0.001037 -0.054623 -0.005777 0.089736 0.041723 0.02184 -0.014988 0.069183 -0.023042 -0.000849 -0.061043 -0.012228 0.081073 -0.024991 -0.04945 0.108509 0.042895 0.08316 0.056501 -0.031754 0.087303 0.052918 0.101582 -0.04945 0.027873 0.03519 0.021015 0.011843 -0.021468 -0.071988 -0.001736 0.044338 -0.023611 -0.064659 -0.038484 0.039179 -0.024773 0.042827 -0.033136 -0.05573 -0.033093 0.020758 0.084016 -0.014164 -0.028733 0.030584 -0.021692 -0.045723 0.025301 -0.047107 0.06331 -0.051643 -0.076403 0.024841 0.002558 0.132909 0.05283 -0.075286 0.127884 0.088947 0.040791 0.120178 -0.02301 0.092844 -0.0632 0.061801 -0.043797 0.070895 -0.033051 0.005248 -0.049363 0.101157 0.031617 0.03717 -0.046002 0.011721 -0.001893 0.036006 -0.077468 0.195699 0.013186 -0.033547 -0.062885 0.021355 -0.006229 -0.028027 0.026177 0.020443 0.040045 0.040664 0.021739 0.026916 0.0521 -0.003075 0.014712 -0.028861 -0.001994 0.019824 0.022503 0.082894 0.002014 0.065869 -0.040461 0.013 -0.033567 0.037969 -0.050091 0.01264 -0.018229 0.070107 0.039096 -0.030093 -0.05621 0.093914 -0.069206 0.017594 0.079269 -0.021751 0.045191 -0.060365 0.091479 -0.059593 -0.061564 0.054485 0.050845 -0.031168 0.110506 0.020715 -0.122662 -0.04083 0.024619 -0.078953 -0.030225 0.090741 0.026844 0.072745 -0.018123 -0.065137 -0.015704 0.035833 0.013612 0.031765 0.00741 0.157971 0.006352 0.072506 -0.066459 0.111767 -0.060074 0.144675 0.00544 -0.00179 0.068925 -0.020401 0.044648 0.077614 0.080307 0.053585 0.070849 -0.03617 -0.033613 -0.016164 0.012245 -0.080593 0.112565 0.010487 0.072977 -0.04444 -0.060552 -0.017113 -0.013122 -0.074007 -0.037437 0.063905 -0.044177 0.007314 -0.026299 -0.041206 0.012573 0.011534 0.003661 -0.075325 0.03234 -0.076702 -0.082345 -0.051563 0.073182 -0.015208 0.047472 -0.041514 0.038217 -0.078964 -0.04112 -0.036172 0.028733 0.021342 0.064344 -0.059191 0.029884 0.001367 0.018613 -0.150631 0.018909 0.038737 0.005385 0.132062 0.018368 -0.02986 0.084533 0.068723 0.028149 0.089107 0.070914 -0.043095 -0.089235 -0.072389 -0.11404 -0.017207 -0.006752 -0.077472 0.03522 -0.018336 0.012653 -0.039896 -0.067495 0.067939 -0.015387 0.004015 0.037235 0.019829 -0.013219 0.023115 -0.032834 0.052557 0.07309 0.044142 -0.06556 0.051788 -0.035947 -0.055948 -0.002301 -0.120443 0.107505 -0.095008 0.028716 0.044679 -0.011692 0.074597 0.050701 0.009374 0.016122 0.013626 0.017117 0.015943 0.026212 -0.029505 -0.007224 0.001494 0.087659 0.045746 0.035077 0.116732 -0.184504 -0.006337 -0.112451 0.027943 0.077297 -0.045593 -0.017133 -0.002114 -0.100069 -0.015568 -0.03599 0.010726 0.070989 0.058486 0.103234 -0.025952 0.038372 0.050458 0.065908 0.03753 -0.059198 -0.028833 0.003969 0.02844 0.08404 -0.033373 0.01846 -0.002518 0.064263 0.025676 -0.056518 0.077535 -0.014533 -0.010872\nō 0.035224 0.025133 0.01065 -0.024481 -0.041844 -0.075788 -0.04039 -0.008835 0.042556 0.007897 0.025818 0.014607 -0.034124 -0.020377 -0.027716 -0.049341 0.052041 -0.006624 0.009203 0.057716 0.012818 0.058721 0.047353 0.033499 0.031059 0.019264 0.024992 0.014652 -0.042022 0.0124 -0.029819 -0.030992 -0.008731 -0.010509 0.030119 0.006678 -0.067867 -0.003893 0.007717 0.076364 -0.034032 0.037124 0.031462 -0.069187 -0.002145 -0.012961 0.040101 -0.061007 0.073166 -0.019237 0.003982 0.014138 0.073688 -0.037893 0.077735 -0.053352 -0.007108 0.027658 0.002347 0.111856 -0.029524 -0.045865 0.052568 0.053637 0.004275 0.020132 -0.064403 0.017016 -0.019931 0.037324 -0.019625 0.033559 -0.069279 -0.038253 -0.028043 0.056117 0.006732 0.086848 -0.001684 0.008874 -0.015362 0.048916 -0.015636 0.076649 -0.025786 -0.056289 -0.079193 0.03163 -0.00368 -0.014981 0.029841 0.016442 0.00865 -0.031584 -0.026979 0.03822 0.011048 -0.031034 0.005041 -0.073868 0.069869 0.008539 -0.029779 0.075011 -0.024764 0.018231 0.029511 0.011607 0.018971 0.035184 -0.011747 -0.002211 0.010706 0.004676 0.036547 0.001025 -0.050796 0.083458 -0.057068 -0.030442 0.059517 -0.056789 0.026042 0.0044 0.051713 -0.054598 -0.017662 -0.009163 0.049907 0.075996 0.031153 -0.000254 -0.070401 -0.032061 -0.05579 -0.05549 -0.007659 0.035863 0.004178 0.065599 0.038736 -0.03964 -0.004301 0.01912 -0.031513 0.04192 0.017583 0.061658 0.02404 0.082797 0.000157 0.038579 -0.005251 0.072151 -0.007682 0.022588 0.003388 -0.042785 -0.059958 0.048334 0.024806 0.033171 0.039109 0.043985 -0.0332 -0.010561 0.074318 -0.047305 0.022196 0.071619 0.009165 -0.027733 0.008666 0.030387 -0.065576 -0.032315 -0.001869 0.100652 -0.050925 -0.035379 -0.039835 -0.017009 0.01867 0.019694 -0.01344 -0.009504 0.065891 0.000624 0.023362 -0.025349 0.003633 0.022525 -0.012948 -0.00928 0.059497 -0.03466 0.04092 0.010913 0.030337 0.020111 0.03155 -0.013 0.033555 0.059446 0.036217 -0.062348 -0.008198 0.016605 -0.032521 0.013913 0.046401 -0.023516 0.051268 0.015376 0.010165 0.062578 -0.017516 -0.03339 -0.041928 -0.032058 -0.054984 0.029115 0.037747 -0.001407 0.009135 -0.003597 -0.004023 -0.068312 -0.022601 0.060102 -0.03735 0.007729 0.007893 -0.003744 -0.061639 0.035136 -0.015924 -0.000447 0.003904 0.021275 -0.031571 0.010083 0.012982 -0.03035 0.020951 -0.022197 0.079262 -0.052793 -0.011007 0.051247 -0.0321 0.032164 -0.003683 0.009125 0.038917 0.022732 0.062947 -0.007257 0.033041 0.007217 -0.03088 -0.010931 0.020165 -0.004261 0.067646 -0.016814 -0.060054 0.002054 -0.045259 0.007798 -0.021652 -0.043192 -0.003149 0.02831 0.016517 0.023427 0.015864 -0.041751 0.030882 0.028934 0.011933 0.016278 0.067866 0.030517 -0.003433 0.034295 0.003924 -0.001052 -0.054388 -0.00244 -0.012186 -0.027185 0.013272 -0.045134 0.034584 0.030472 -0.045734 0.042602 0.059946 0.007211\nх -0.021342 0.047851 0.009538 -0.040347 -0.015998 -0.050862 0.035251 0.021788 0.101531 0.084108 0.039695 0.002789 -0.011108 0.076009 -0.065847 0.027706 0.029759 -0.029772 0.033506 0.075776 0.044928 0.024493 0.032113 -0.019312 -0.013424 0.049071 0.07347 0.046035 -0.003096 -0.039975 0.006526 -0.036021 0.048116 -0.030762 0.079721 0.029342 -0.000933 0.009163 -0.025498 0.018626 -0.045059 0.003215 -0.043799 -0.076828 -0.031069 0.003877 0.023691 -0.025649 -0.017707 -0.089754 0.016412 -0.023109 -0.016464 -0.036725 0.089217 -0.05841 -0.09325 0.031013 -0.004751 0.078244 0.035413 -0.084989 0.041946 0.09398 0.000839 0.076122 -0.052843 -0.035732 -0.052328 0.074102 -0.085841 0.103687 -0.067473 -0.060587 0.022474 0.048678 -0.00445 0.11912 -0.04456 0.064248 0.026278 0.027108 0.013664 0.113979 -0.013436 -0.047518 -0.000473 -0.010166 0.012604 0.027269 -0.001408 0.086614 0.038016 -0.033119 -0.037014 0.068497 0.008513 -0.031671 0.023677 -0.027366 -0.009849 0.067358 -0.018613 0.028226 -0.021926 0.079471 0.041305 0.019832 -0.007734 0.013216 0.008149 -0.013424 0.07567 0.025411 0.005761 -0.047877 -0.066097 0.045586 0.016648 -0.04925 0.081044 0.023209 -0.019356 0.050892 -0.002514 -0.026982 -0.031997 0.013647 0.068248 -0.042286 0.069835 -0.008356 -0.049454 -0.011976 -0.045082 0.027179 -0.042418 0.045724 -0.035518 0.099632 0.115176 -0.003618 0.002874 0.09151 0.034487 0.003085 0.023147 0.109264 0.034506 0.048622 -0.055296 0.048359 -0.036007 0.087692 0.034018 0.062313 0.032926 -0.037813 -0.007577 0.122156 0.089784 0.003984 0.061269 0.047375 0.000608 0.074098 0.108762 0.013132 0.120901 0.085301 0.056838 -0.010302 -0.003267 -0.044597 -0.052488 0.025835 0.058349 0.0999 0.024785 -0.050554 -0.002666 -0.092206 0.036246 0.037462 -0.003886 -0.032326 0.062788 -0.001934 -0.089703 0.004696 0.046127 0.075428 0.058548 -0.05025 0.091626 0.016001 0.003021 -0.073653 0.029586 0.012842 -0.007153 0.021426 0.107156 0.022209 -0.000527 -0.131109 -0.04507 -0.037129 -0.033119 0.045911 0.016082 0.0163 0.048199 0.008282 0.10157 0.019903 0.021612 0.008742 -0.074497 -0.029667 -0.087381 -0.011878 0.033158 -0.040046 -0.010562 0.007825 -0.0003 -0.013652 0.007677 0.035101 -0.039843 -0.019343 -0.001072 -0.017839 0.023622 0.025384 -0.002195 -0.002438 0.111296 0.06113 -0.037695 0.039095 -0.005536 -0.117558 -0.008377 -0.035489 0.062192 -0.063036 -0.024407 -0.030115 -0.008666 0.006394 0.026426 -0.008334 -0.01273 -0.009642 0.04214 0.009935 0.046195 -0.023122 -0.027951 0.011799 0.008371 0.155114 0.020363 0.040253 -0.066933 0.018904 -0.089484 -0.110798 0.030304 -0.007974 -0.051889 -0.038316 -0.052164 0.046494 -0.033437 -0.076502 0.04181 0.001579 0.08325 -0.05733 0.11464 -0.039186 -0.021636 0.009104 -0.035289 -0.042883 -0.005849 -0.015162 0.032246 -0.086178 -0.056115 -0.023596 -0.001678 0.0643 -0.085302 0.064898 -0.043688 -0.00386\nе 0.009537 0.013898 -0.035432 -0.00013 0.020795 -0.015705 -0.000587 -0.003467 0.043137 0.009836 0.016154 0.013616 -0.018004 -0.001412 0.021529 -0.041631 0.052619 -0.015166 -0.003136 0.033358 0.006054 0.066316 -0.008852 0.013163 0.030097 0.039386 0.035517 -0.051468 -0.014964 0.009374 0.013613 -0.02506 -0.00688 -0.008908 0.049775 0.045999 -0.053032 0.034796 -0.003435 0.06266 -0.018072 0.028803 -0.006508 -0.038104 -0.006538 -0.001921 0.052921 -0.038947 -0.006895 0.012709 0.012167 0.005016 0.034536 -0.04283 0.08117 -0.031046 -0.032783 0.011654 -0.005864 0.098855 0.034833 -0.059605 0.061793 0.043404 0.049643 0.053838 -0.049968 0.066681 -0.068644 0.061119 0.013816 0.025035 -0.026554 -0.015002 -0.046852 0.094605 -0.012744 0.074591 -0.001459 0.059287 0.002634 0.030758 -0.038164 0.136347 -0.020218 -0.049891 -0.035976 0.026433 -0.046287 -0.027448 0.049007 0.014853 -0.012419 -0.032249 -0.028975 0.013475 0.000204 -0.044356 -0.030013 -0.057805 0.025008 -0.001916 -0.048291 0.04004 0.002183 0.036255 0.007847 0.011246 0.040541 0.03168 -0.006113 0.010256 0.009019 0.058745 -0.005395 0.00103 -0.058026 0.056305 -0.089541 -0.038127 0.070964 -0.049622 0.080844 -0.025136 0.062413 -0.018029 -0.04456 0.00434 0.034436 -0.022577 0.023019 0.03402 -0.077171 -0.043508 -0.037167 -0.061177 0.002773 0.086855 0.003614 0.054231 0.047147 -0.005139 0.005193 0.066024 0.040617 0.011449 0.027548 0.123437 0.028969 0.083956 -0.044647 0.071844 -9.7e-05 0.136438 0.030432 -0.002276 0.027229 -0.035253 0.02552 0.042161 0.003768 0.054308 0.086293 0.008472 -0.015173 -0.004281 0.044215 -0.0097 0.038456 0.057348 0.014063 -0.05617 -0.007624 0.018688 -0.046083 -0.025239 0.044448 0.071701 -0.061731 -0.004753 -0.085187 -0.005982 0.03797 0.028631 -0.00609 -0.055734 0.004495 -0.051783 -0.070934 -0.027504 0.032874 0.029274 0.004461 -0.0544 0.021852 -0.021817 0.01061 -0.030753 0.038193 0.067961 0.044207 -0.009093 0.015986 -0.00298 0.03277 -0.09781 0.011121 0.008967 -0.025651 0.10226 0.042938 -0.017739 0.077009 0.034575 0.017277 0.027481 0.057462 -0.013371 -0.077271 -0.046084 -0.076531 0.042261 0.034788 -0.019463 0.048761 0.011319 0.005902 -0.017751 -0.057624 0.057899 -0.044364 -0.003604 -0.010436 -0.013347 -0.007146 0.003536 -0.028104 0.025828 0.059489 0.067581 -0.04984 0.072916 -0.027573 -0.065425 0.025653 -0.059813 0.079519 -0.046314 0.007562 0.033801 -0.042258 0.061837 0.042843 -0.018544 0.024675 0.006819 0.003578 0.017285 0.071951 -0.030157 0.016924 -0.007548 0.04324 0.011111 0.030363 0.013802 -0.096264 0.004873 -0.029346 0.005282 0.037158 -0.006259 -0.0033 -0.016295 -0.050019 0.020228 0.030248 -0.005764 0.003364 -0.013023 0.03123 -0.008615 0.041883 0.018302 0.032664 0.031978 -0.007261 0.026229 -0.018872 0.014543 0.046448 -0.024366 -0.015634 -0.036006 0.040863 0.041713 -0.002067 0.064148 -0.016946 0.011477\nÎ 0.090666 -0.02025 0.024416 0.093314 -0.065862 -0.087883 -0.115846 -0.036755 0.091354 -0.021246 0.006649 -0.009379 -0.048228 -0.108247 -0.003119 -0.061586 0.076468 -0.025852 -0.206053 -0.08476 -0.104609 -0.000339 -0.090386 -0.042246 0.04447 0.073202 0.12231 -0.175712 -0.089891 0.148376 0.019749 0.093573 -0.115142 0.089581 -0.045526 -0.014943 -0.178698 0.08721 0.036618 0.119804 -0.041489 -0.006894 0.054756 0.006509 -0.057598 0.13586 0.040616 -0.022744 0.041752 0.054962 -0.073425 0.009076 -0.01283 -0.033396 0.277841 -0.002338 0.068648 0.090972 -0.038394 0.02275 0.043196 -0.025341 0.064656 0.13382 -0.057099 0.030202 -0.044294 0.117303 0.078954 0.011743 0.001343 -0.12744 -0.151226 -0.026856 -0.101934 0.242098 0.090014 0.07006 0.190506 0.063925 0.00688 0.093918 -0.032405 0.179399 -0.09775 -0.047001 -0.045777 0.029772 -0.037886 -0.078516 0.141678 0.047883 0.020866 -0.014072 -0.031013 0.07372 -0.02151 -0.044936 -0.061146 0.029812 -0.031492 0.035935 0.00874 0.018874 -0.077852 -0.008683 -0.102838 0.029446 0.104878 0.138898 -0.11387 0.072032 -0.010468 0.020884 0.010583 -0.160917 -0.09872 0.189488 -0.097719 -0.010992 0.069988 -0.043372 0.18398 -0.062114 0.108592 -0.024358 -0.010506 0.063264 0.144696 0.066518 0.2735 -0.057787 -0.170949 0.088512 -0.09113 -0.03809 0.060946 0.038509 0.0945 0.106088 -0.079144 -0.010999 -0.088205 0.058561 0.053587 0.096748 -0.015163 0.093227 0.04372 0.030518 0.086737 0.002382 -0.095696 -0.073606 0.10208 -3.4e-05 -0.104944 0.094315 -0.00105 0.161916 0.0593 -0.005648 0.110818 0.09787 -0.020582 -0.14126 0.046674 -0.015087 0.016962 0.043506 0.152687 -0.08809 -0.051754 0.033458 -0.100188 -0.04482 0.086307 0.0509 -0.065044 0.026084 -0.14524 -0.00548 0.064512 -0.015558 0.001038 -0.126179 -0.022846 -0.089029 -0.107526 -0.109798 0.040612 0.140302 -0.099359 0.046764 0.040188 -0.066666 0.089305 -0.038184 -0.173068 -0.015142 0.240279 -0.117985 -0.084198 0.090833 0.154912 -0.0644 -0.070412 -0.064059 -0.026177 0.139108 0.015738 0.081362 0.05549 -0.078745 -0.149306 -0.099867 -0.009248 -0.072092 -0.104781 -0.134658 -0.134956 -0.057097 0.12093 0.014723 0.02691 -0.05387 0.045146 0.032248 -0.023841 0.018016 -0.061014 -0.09127 -0.008742 -0.016042 0.062869 -0.019536 0.011166 0.142267 0.076521 -0.073036 0.028823 0.063353 -0.086481 -0.103804 0.184001 0.068418 0.14332 -0.076245 -0.061829 0.051628 0.043174 0.033019 -0.087692 -0.080037 -0.05133 0.106127 -0.002356 0.08657 0.190248 -0.00485 0.092646 -0.022103 0.019582 0.070221 0.037674 -0.035292 -0.067101 0.006983 -0.013816 -0.043401 0.128915 0.085672 0.042289 0.046104 0.11579 0.031839 0.017478 0.054057 -0.051375 0.098627 0.012406 0.016809 -0.083976 0.05047 0.091836 -0.03364 -0.059857 0.055118 0.079379 -0.035913 0.058532 -0.084708 0.032412 -0.035648 -0.016557 -0.065614 -0.048405 -0.01036 0.029318 -0.214178\nК 0.010942 0.027632 -0.043087 -0.011981 0.018949 -0.020578 -0.009663 0.04904 0.041542 0.060018 0.000784 -0.032226 -0.047485 0.03958 -0.038518 -0.047139 0.028434 -0.038486 -0.035486 0.047996 0.01016 0.02668 0.026616 -0.024874 0.02929 0.047442 0.041631 -0.052801 -0.011809 -0.005017 0.000796 0.002493 0.014022 -0.000362 0.058319 0.058991 -0.038957 -0.011302 -0.003106 0.012881 -0.015851 0.027892 -0.03159 -0.058906 -0.022211 0.027104 -0.003579 0.005884 -0.043189 -0.030898 0.009464 0.016349 0.059697 -0.041248 0.094337 -0.070959 -0.083646 0.007111 -0.009543 0.110086 -0.031921 -0.050978 0.094587 0.057427 0.042062 0.028804 -0.0562 0.041886 -0.027166 0.033545 -0.009155 0.062808 -0.063388 0.014039 -0.01913 0.088554 0.008964 0.100646 0.000772 0.039215 -0.002495 0.034687 -0.01055 0.087572 0.042515 -0.082695 -0.041137 0.014383 -0.001794 -0.000351 0.019693 0.034374 -0.024314 0.064754 0.002594 0.029631 0.04933 -0.058086 -0.00034 -0.040578 0.008031 -0.004324 0.020593 0.087748 -0.040766 0.00991 0.015409 -0.017685 -0.045274 0.018792 -0.010459 0.02727 0.030777 0.011258 0.035964 -0.015151 -0.045696 0.087646 -0.027531 -0.034439 0.012792 -0.044373 0.000474 0.005581 0.061409 0.006033 -0.004533 0.008477 0.070363 -0.036373 0.063856 -0.015402 -0.068009 0.012628 7e-06 -0.032729 -0.020348 0.08543 0.001832 0.048411 0.00384 -0.030293 -0.018168 0.084506 0.001901 -0.007624 0.01265 0.088686 -0.006707 0.080128 -0.027121 0.049175 -0.031424 0.088385 0.046215 0.037889 0.013729 -0.038677 -0.036916 0.08942 0.024811 0.03829 0.109422 0.008677 0.01033 -0.001869 0.054092 -0.017221 0.016034 0.016156 0.022741 -0.068889 -0.03551 -0.026833 -0.046791 -0.015932 0.002461 0.090155 -0.024961 -0.036225 -0.002424 -0.013092 0.004677 0.033886 -0.050024 -0.084325 0.05405 -0.006614 -0.03837 -0.012913 0.060409 0.012924 0.041857 0.004719 0.060594 -0.057721 -0.02144 -0.07158 0.025219 0.039964 0.013472 0.002335 0.040549 0.020467 0.016775 -0.098688 0.011122 0.030782 0.010801 0.10728 0.007149 -0.00641 0.106792 0.021177 0.042351 0.050352 0.077002 -0.036063 -0.079466 -0.062588 -0.061139 0.00791 -0.001979 -0.015477 0.021198 -0.009165 -0.005186 0.013038 -0.011945 0.114213 -0.029087 0.022531 4.4e-05 -0.006335 -0.005784 0.067724 -0.047227 0.047809 0.024723 0.002965 -0.010979 -0.016815 -0.051541 -0.031288 0.039505 -0.007054 0.061419 -0.051315 0.0161 -0.039741 0.020603 0.01478 -0.009029 0.035689 -0.017704 0.068336 -0.017736 -0.001874 0.029791 0.007896 0.017292 0.060302 0.032755 0.039429 0.037631 0.021732 -0.094465 -0.032395 -0.000532 -0.013845 -0.02181 -0.022793 0.013618 0.01877 -0.016515 0.006368 0.012683 -0.031049 -0.015053 0.056632 0.053803 0.000737 0.035177 -0.050049 -0.001266 0.083175 -0.010077 -0.035175 0.050098 -0.007354 0.050107 -0.077561 -0.028376 -0.023264 0.018882 0.055818 -0.001248 0.051905 0.024548 0.005731\nû -0.022139 0.072777 -0.088208 -0.034579 0.003199 -0.027139 0.046617 0.068496 0.046083 -0.016827 0.10166 -0.042648 -0.065366 0.02725 -0.095346 -0.090345 0.020353 0.025292 -0.057698 0.05176 0.061232 0.021923 0.012623 -0.034147 -0.033408 0.10156 -0.01837 0.05177 0.10263 -0.054999 -0.012993 -0.113875 -0.036649 -0.039636 -0.063076 -0.095353 0.013307 -0.012632 -0.04062 -0.08339 0.048602 0.004046 0.012401 -0.118798 -0.021207 -0.046096 0.042623 0.005321 -0.017285 -0.010864 -0.019387 0.023061 -0.036102 -0.075017 0.06025 -0.06632 0.03587 0.009355 -0.01829 0.081425 -0.010353 -0.012344 0.115115 0.148371 -0.003834 0.035323 -0.01417 0.02375 -0.030771 0.073732 -0.030814 0.149361 -0.029673 0.045272 -0.006373 0.08691 -0.008476 0.022311 -0.074513 -0.049782 -0.026478 0.008659 -0.02429 0.108145 0.108591 -0.053453 0.041652 0.001847 -0.014202 -0.039135 -0.018892 0.006837 0.112696 0.013226 0.028323 -0.00938 0.007009 -0.054293 0.026939 -0.028403 -0.032986 0.043218 0.029426 0.059794 -0.015157 0.075778 -0.008133 -0.005653 -0.009376 0.043696 -0.054938 0.044018 0.000165 0.040573 0.039892 0.004405 -0.03974 0.051305 0.011894 -0.006998 0.024942 -0.056633 -0.009173 -0.011331 0.039321 0.029218 0.035219 0.061788 0.057891 -0.034648 0.124578 0.007334 -0.070465 -0.098361 0.098664 -0.056403 0.012508 0.073847 0.071017 -0.055694 0.026152 -0.044138 0.107473 0.038366 0.020695 -0.01881 0.013519 0.047065 0.066851 0.090615 -0.105949 -0.031435 -0.052599 0.089751 -0.031731 -0.045115 -0.005095 0.000334 0.007039 0.044259 0.027594 -0.007815 0.038264 -0.043021 0.014363 -0.052499 0.064214 -0.019237 0.030319 -0.020286 0.065555 -0.050999 0.023285 -0.066486 -0.014206 -0.084032 -0.015098 -0.024917 -0.044088 0.008926 -0.069259 -0.037929 -0.005631 0.06761 -0.001174 -0.10258 0.030768 0.043384 -0.041763 -0.092604 0.010911 0.003248 0.042749 -0.012541 0.031777 -0.023647 -0.087887 -0.00231 -0.052449 0.032701 0.020753 -0.030662 0.025596 -0.014661 0.00332 -0.069385 0.024376 0.027718 -0.016004 0.108299 0.004699 0.010453 0.130475 0.052714 0.050995 0.126592 0.063489 0.014017 -0.044778 -0.063903 -0.042893 0.015525 -0.053894 -0.020423 0.006275 -0.011748 0.025278 0.087735 -0.018174 0.027426 -0.071405 0.024909 -0.037426 -0.050905 -0.053202 -0.015042 -0.043451 0.074185 0.093633 -0.088331 0.056002 -0.08431 -0.101713 -0.052267 -0.004538 -0.066816 0.012431 -0.05341 0.058847 -0.050501 0.044246 -0.034001 0.106464 0.029319 0.035203 0.079319 -0.002894 0.004417 0.080634 -0.016319 -0.024909 0.074236 0.023869 -0.088405 -0.003189 0.052903 -0.062201 -0.069644 -0.043104 -0.083371 -0.013027 -0.033611 0.016 -0.012537 -0.066682 -7.5e-05 -0.021347 -0.055526 -0.003746 0.059737 0.079884 0.024663 0.033584 -0.024259 0.076832 0.059684 -0.069738 -0.134741 0.006506 -0.009804 0.057152 -0.038277 0.005171 0.049959 0.062872 0.029244 -0.056906 0.023695 0.067094 0.004768\nЕ -0.005613 0.059871 -0.032394 -0.021192 0.093847 0.015627 0.005585 0.094571 -0.012043 0.003836 0.025691 0.007693 -0.042628 0.015846 -0.040224 -0.041133 0.019509 0.021445 0.036084 0.082902 0.072203 0.060623 0.048493 -0.024289 -0.001779 0.039804 0.070792 -0.009649 0.025477 0.026584 0.055492 -0.042808 0.005025 -0.004438 0.006899 0.075869 -0.005173 -0.00619 -0.029398 0.019823 -0.000463 0.043346 0.001972 -0.122149 -0.01954 0.029998 -0.0099 -0.029977 -0.037282 -0.043774 -0.028757 0.041072 0.074499 -0.05438 0.044782 -0.070811 -0.056632 0.088674 -0.020285 0.123638 -0.03004 -0.023762 0.078461 0.066867 0.011417 0.055706 -0.03502 0.080712 -0.029524 0.050722 -0.008647 0.088996 -0.023859 -0.025508 -0.028359 0.07421 0.012971 0.018112 -0.022377 0.014654 -6e-06 0.032036 -0.004497 0.059758 0.075711 -0.083054 -0.019297 0.002752 -0.045473 0.045012 0.049503 0.054849 -0.019297 0.070397 -0.028188 -0.023409 0.002688 -0.09969 -0.009884 -0.05095 0.011719 -0.023496 -0.007353 0.073624 -0.078162 0.065037 0.047248 -0.046867 -0.041081 0.051863 -0.023634 0.103957 0.00653 0.023922 0.04893 -0.044614 -0.011281 0.087766 0.000553 -0.032639 -0.045439 -0.05964 0.019074 0.064556 0.044794 -0.028697 0.023311 -0.008474 0.107313 -0.00682 0.095097 -0.011112 -0.10048 -0.002447 0.000432 -0.008001 0.00672 0.058635 -0.05214 0.040412 0.028325 -0.011534 0.018374 0.052832 -0.017032 0.019484 0.059122 0.100234 0.055538 0.10928 -0.10219 0.013886 -0.028264 0.121916 -0.001452 0.049522 -0.005948 -0.040576 -0.064132 0.115594 0.086544 0.050849 0.104689 0.044621 0.000412 0.007612 0.090339 0.011263 0.05757 -0.027835 0.071318 -0.012959 -0.020945 0.01949 -0.08555 -0.023422 -0.015682 0.110073 -0.050308 0.012375 -0.040872 0.062643 0.000841 0.04201 -0.076822 -0.049549 0.008651 -0.003917 -0.035518 -0.019632 0.0691 0.01128 0.041419 -0.004954 0.052899 -0.068298 0.026167 -0.020491 0.006387 0.067744 0.043865 0.012732 0.05497 0.030108 0.031854 -0.131337 -0.017786 0.057219 0.033512 0.060852 -0.030409 -0.054969 0.081393 0.080975 0.079598 0.042002 0.110239 0.017742 -0.069343 -0.074128 -0.062387 -0.047128 0.039497 -0.007586 0.003944 -0.0135 0.0048 -0.041276 -0.002005 0.07341 -0.040869 0.041329 0.005375 -0.04059 -0.01881 0.037939 -0.051226 -0.019321 0.025187 -0.063675 -0.037118 -0.035236 -0.058922 -0.058633 0.024178 -0.036571 0.024453 -0.131059 0.058296 0.000855 0.048995 0.001088 -0.004047 -0.006594 -0.029506 0.016269 -0.019455 0.012207 0.058689 -0.03315 0.047414 0.078062 0.033369 0.072867 0.074238 0.039551 -0.057562 -0.03008 0.030674 -0.021837 0.024024 -0.018142 -8.9e-05 0.011884 -0.032076 0.054224 -0.001565 -0.0146 -0.020245 0.075492 0.058356 0.013288 0.030985 -0.044716 0.053995 0.05746 -0.028292 -0.021827 0.018727 -0.043065 0.071694 -0.110884 0.027447 0.012418 0.012582 0.06789 -0.088213 0.095832 0.087642 -0.074414\n¨ -0.007761 0.033037 -0.032476 0.032721 0.00776 -0.067458 0.002767 0.028796 0.088128 -0.029475 0.047715 0.00201 -0.035871 0.025776 0.001674 -0.006842 0.038488 0.024563 0.025833 0.00737 0.00128 0.040739 0.037427 0.017284 0.022374 0.042656 0.057264 -0.020178 -0.023631 0.002046 0.01225 -0.06304 -0.050007 -0.03424 0.013987 0.021221 -0.073117 0.018965 -0.001583 0.067673 0.028288 -0.024014 0.039153 -0.077849 -0.042504 -0.016413 0.040992 -0.037836 0.003721 0.03073 -0.039112 -0.063673 0.052856 -0.06502 0.020494 0.002939 0.047044 0.045822 -0.0238 0.060035 -0.023907 -0.050511 0.056991 0.080487 0.022019 -0.008173 -0.110331 0.056226 -0.039794 0.012524 -0.004923 0.020578 0.007893 0.014503 -0.021761 0.061986 -0.021744 0.057562 -0.013508 -0.008246 -0.053601 0.020922 -0.028538 0.055099 0.015822 -0.024877 -0.011528 0.075995 -0.042883 0.032596 -0.017651 0.006043 0.024164 -0.032194 -0.003213 0.024798 -0.016671 -0.057151 0.002493 -0.062353 -0.056034 -0.05564 -0.045912 -0.008277 0.00205 0.027804 0.012005 -0.008902 0.06119 0.067453 0.012906 0.045871 -0.023762 -0.012503 -0.013205 0.019497 -0.062516 0.039402 -0.056243 -0.063842 -0.003531 -0.058255 0.049852 -0.060543 0.023784 0.031179 0.000427 0.006385 0.007426 0.011664 0.034738 0.009121 -0.04845 -0.031999 -0.000833 -0.060907 0.032979 0.071974 0.007916 0.030686 0.052654 -0.041948 0.0458 0.041928 0.001981 0.010858 -0.011063 0.069013 0.040047 0.090898 0.013626 0.094593 -0.068371 0.096338 -0.012179 -0.034009 0.001365 0.067355 0.03601 -0.009679 -0.004291 0.089836 0.060496 -0.015607 0.029942 0.005435 0.011127 -0.006963 0.032307 0.026633 0.040388 -0.014416 0.033216 0.02602 -0.05684 -0.014444 -0.006262 0.077018 -0.018098 -1.4e-05 -0.022353 -0.043875 -0.014633 0.026802 0.075931 -0.031223 0.041128 -0.02435 -0.02303 -0.000759 -0.006207 0.028159 -0.005989 -0.01283 0.041046 -0.020765 -0.019719 -0.096694 0.029081 0.0379 -0.009001 -0.00163 -0.030205 -0.005999 -0.00138 -0.020671 0.015391 0.065685 0.011277 0.071433 0.008644 -0.070197 0.059481 0.012654 0.024901 0.035129 0.056229 -0.041329 0.00583 -0.0077 -0.032125 0.01922 -0.029003 0.059803 0.058465 -0.020506 -0.003817 0.010636 -0.010083 0.049346 -0.029057 -0.022036 -0.004742 0.02689 -0.022338 0.017109 -0.015178 0.004803 0.022012 -0.018298 -0.070122 0.073446 -0.038678 -0.079111 0.107054 -0.044353 0.060919 -0.082845 -0.071302 0.041993 0.011827 0.015939 -0.002492 -0.00803 -0.022999 0.027267 0.039366 -0.001949 0.059467 0.00968 -0.015389 -0.01332 0.027671 0.04513 0.047644 -0.013579 -0.068099 -0.004652 -0.016746 -0.015002 0.063901 0.043404 0.052559 -0.002397 -0.013597 0.037637 0.047978 -0.005362 -0.01974 -0.009235 -0.013661 0.05761 0.021049 -0.016036 0.078101 0.012233 -0.0215 -0.029135 -0.045644 -0.014986 0.048334 -0.030038 -0.001522 0.011714 0.024059 0.02629 -0.028766 0.051618 0.017715 -0.010169\nХ 0.198609 0.027395 -0.183925 -0.026736 0.149067 -0.028827 0.00922 0.252188 0.129389 0.006826 0.172535 -0.067612 0.034614 0.067685 -0.256475 -0.086319 0.016045 -0.093879 -0.107189 0.102335 0.046355 0.063901 0.274976 0.0458 0.151592 0.243389 0.169021 -0.249197 0.28188 0.027956 -0.014082 0.01639 -0.218569 -0.075764 0.121611 -0.047589 -0.09967 -0.181532 -0.237466 -0.105979 0.121023 0.149594 -0.103431 -0.28201 -0.205492 0.219381 -0.186957 0.170683 -0.139821 0.006928 -0.033231 0.221094 -0.119055 -0.12877 0.128662 -0.050592 -0.17007 0.143651 -0.052347 0.261169 0.079203 -0.165553 0.25144 0.234982 0.1779 -0.052188 -0.164925 -0.088474 0.037577 0.136136 0.17757 0.325985 0.092344 0.099936 0.07193 0.066777 0.031322 0.265233 0.065014 -0.009482 -0.085299 0.163275 0.101063 0.188424 0.055812 0.011941 0.075499 -0.015971 0.075953 0.064843 -0.082199 0.157523 0.050261 0.200286 0.09098 -0.017393 0.134485 -0.034705 -0.043725 -0.203838 0.213003 -0.083519 0.01378 0.199662 -0.171076 0.123702 -0.050825 0.044975 0.06683 0.321138 -0.104558 0.032021 0.094919 -0.019726 -0.081142 -0.241146 -0.28835 0.188676 0.133933 0.133982 0.048575 -0.166725 -0.06963 -0.175721 0.144031 -0.244177 0.010437 0.02669 0.084257 -0.086065 0.136494 0.044572 -0.197456 -0.038241 0.061237 0.041501 0.086043 0.08623 -0.065133 0.16496 -0.040936 -0.150635 0.021012 -0.005471 0.053295 -0.1223 -0.055812 0.092034 0.059726 0.076531 -0.058057 -0.102739 -0.116838 0.113755 0.022965 -0.125964 0.041622 -0.062808 -0.063672 0.124023 0.152659 0.122495 0.136638 -0.139969 0.01773 -0.324825 0.110055 0.01213 0.063742 -0.180704 0.255008 -0.043486 -0.288914 -0.02834 -0.218698 -0.094959 -0.078375 0.283611 0.0066 0.043962 0.001061 -0.142922 -0.003181 0.257927 -0.195071 -0.124172 -0.07503 -0.089534 -0.00242 0.012988 0.16027 -0.094311 0.173803 -0.128785 0.206759 0.077731 -0.125432 -0.16835 0.033479 0.024814 -0.004584 -0.055357 0.064973 -0.064058 -0.127023 -0.304798 -0.067214 0.005685 0.065612 0.135148 -0.175722 -0.098968 0.179415 0.218914 0.086966 0.141174 0.29396 0.064373 -0.081161 -0.108646 -0.058168 -0.063047 -0.107628 -0.131958 0.002754 -0.02781 -0.026899 0.185656 0.01087 0.047144 -0.018986 0.090392 0.00985 -0.209715 -0.044163 0.198904 0.101388 0.046961 0.246366 0.040155 -0.138546 -0.037977 -0.017135 -0.178628 0.256112 -0.168519 0.106178 -0.297873 0.168156 -0.084308 0.249091 0.005214 0.032324 0.071816 -0.127354 0.087625 0.027992 -0.027778 -0.087829 -0.007182 0.082315 0.114778 0.029633 0.244436 -0.082975 0.135357 -0.43467 -0.068457 -0.123196 -0.28923 0.094407 -0.078061 -0.058248 -0.072954 0.058438 0.053255 -0.054955 -0.03497 -0.124378 0.28412 0.269613 0.110677 0.099396 -0.052828 0.08384 0.336518 -0.084188 -0.159333 0.077634 0.00383 0.16951 -0.203447 -0.098348 0.073211 0.063021 -0.027445 -0.150509 0.199963 -0.036499 -0.077488\ǹ 0.008664 -0.021534 -0.024788 0.004473 -0.003316 -0.02064 -0.027152 -0.001751 0.031077 -0.006882 -0.0008 -0.001276 -0.031919 0.029538 0.031837 -0.024028 0.021319 0.005631 0.002791 0.022887 0.013464 0.029813 0.053556 -0.00052 0.019728 -0.008928 -0.016947 0.007937 -0.021585 -0.024904 -0.002798 -0.00556 0.033167 0.040768 -0.019291 -0.035115 -0.023821 0.043522 0.010538 0.040183 -0.002764 0.01593 -0.003074 -0.0533 0.015605 0.018485 0.015851 -0.035382 -0.034575 -0.007303 -0.000596 0.015814 0.004571 -0.001569 0.046425 -0.00999 0.043306 0.017485 -0.021712 0.025173 -0.026163 -0.00957 0.035143 0.025131 0.018263 0.007374 -0.023256 -0.003271 -0.017471 0.006664 -0.016837 0.023395 0.003795 -0.034977 0.010439 0.045272 -0.004319 -0.000627 -0.004635 -0.004572 0.010242 0.02195 -0.04818 0.049961 -0.009428 -0.02532 -0.030177 0.047925 0.004223 -0.007374 0.004874 -0.01078 0.014695 0.007361 -0.051719 -0.005343 0.007659 -0.013787 0.013025 -0.056326 0.015526 0.002106 -0.010409 -0.024468 -0.010986 0.009909 0.019308 0.000292 0.026473 0.00224 -0.021887 0.02941 -0.012463 0.001644 0.008368 0.021664 -0.023185 0.054733 -0.033745 -0.038711 0.003693 -0.039591 -0.003571 0.017523 0.027707 -0.027529 0.023146 0.006489 0.027898 -0.004226 0.011221 0.00784 -0.042515 -0.017042 -0.003481 -0.006263 -0.021211 0.036409 0.005636 0.023948 -0.01042 -0.013346 0.02396 0.014414 0.015128 -0.013564 0.028302 0.027552 0.056349 0.027669 -0.021377 0.036722 0.018662 0.010171 -0.015594 0.001112 -0.013942 -0.029433 0.004778 0.031026 -0.003261 0.011332 0.042272 0.021385 -0.017814 -0.02807 0.044165 0.011265 0.011168 0.007499 0.011917 -0.052872 0.01763 -0.036559 -0.01218 -0.011103 0.01267 0.019683 -0.011538 -0.025267 -0.021392 -0.028107 0.030819 -0.021755 0.001767 -0.01871 -0.002985 -0.026423 -0.022605 -0.021425 0.007827 -0.011572 0.005233 -0.020042 0.008691 -0.027478 -0.013638 -0.024436 0.014428 0.022523 -0.009684 -0.025149 9.7e-05 -0.000438 0.02537 -0.035116 0.017498 -0.011955 -0.011549 0.043742 0.013033 -0.025489 0.048831 0.024556 0.014914 0.013086 0.01487 0.000612 -0.040102 -0.038461 -0.033982 0.001173 0.044401 0.015767 0.013814 -0.006543 -0.001255 0.007463 -0.009909 -0.011724 -0.00622 0.000836 -0.02595 -0.007243 -0.01288 0.002855 -0.025421 0.036172 0.030334 0.006922 -0.006451 0.003099 0.006896 -0.030361 0.022428 -0.030909 0.048464 -0.032511 -0.023553 0.011503 0.003957 0.006235 0.033449 -0.026643 0.020577 0.016202 0.023258 -0.041529 0.024658 0.006456 0.008069 0.00282 0.019763 0.024537 0.033713 0.044501 -0.024073 -0.002677 -0.002262 -0.001057 0.005821 0.040633 0.000521 0.006419 0.009793 0.030701 -0.026629 0.030205 -0.002418 -0.004417 0.01002 -0.006492 0.033565 -0.002762 0.049322 -0.012697 -0.001122 0.010349 -0.01335 -0.013664 0.017178 -0.014686 0.001661 -0.022976 -0.010642 0.020263 0.010118 0.028031 0.000244 -0.014717\nо 0.003739 0.018116 -0.040648 -0.000187 0.031827 -0.013006 -0.008822 -0.012808 0.040982 0.006364 0.025121 0.001806 -0.014534 0.005109 0.016533 -0.059606 0.054383 -0.017623 -0.013641 0.034156 -0.005488 0.082221 -0.006546 0.00971 0.029072 0.054534 0.020749 -0.06279 -0.01623 0.004258 0.000667 -0.031737 -0.011106 -0.021803 0.044138 0.063252 -0.060627 0.042888 -0.003159 0.051743 -0.014758 0.034434 -0.011447 -0.027797 -0.006071 0.003181 0.046178 -0.037445 -0.013129 0.016254 0.012576 -0.003557 0.043618 -0.042984 0.09234 -0.039367 -0.045917 0.001422 -0.001315 0.100109 0.030814 -0.056936 0.058639 0.04316 0.049331 0.046902 -0.058149 0.059691 -0.058093 0.048902 0.003445 0.02726 -0.017653 -0.004697 -0.048448 0.095364 -0.007408 0.090517 0.000516 0.059642 0.008772 0.031227 -0.031322 0.125527 -0.013582 -0.044581 -0.031411 0.032235 -0.047282 -0.026337 0.05106 0.020302 -0.022651 -0.028839 -0.015357 0.016097 -0.003754 -0.038922 -0.032263 -0.045475 0.025711 0.014455 -0.053549 0.049661 0.002197 0.028661 0.012043 0.004611 0.026709 0.034714 -0.003997 0.008314 0.005728 0.059178 -0.022974 0.003584 -0.069778 0.057912 -0.082948 -0.044734 0.072031 -0.054173 0.080324 -0.0221 0.069738 -0.015364 -0.042683 0.006934 0.038015 -0.037794 0.023505 0.020647 -0.076465 -0.032516 -0.029718 -0.053586 0.003065 0.082202 0.007193 0.053799 0.062592 0.006662 -0.0088 0.065306 0.036388 -0.003241 0.030772 0.11761 0.015775 0.087859 -0.044897 0.079942 0.00045 0.126229 0.034378 0.011076 0.031883 -0.025993 0.028054 0.045877 0.000908 0.059997 0.097208 -0.002437 -0.009684 -0.014956 0.051169 -0.020586 0.032055 0.056777 0.005612 -0.062329 -0.008059 0.014971 -0.03984 -0.026008 0.05619 0.059691 -0.063769 0.004224 -0.062014 -7e-05 0.031505 0.018265 -0.021455 -0.05219 0.011608 -0.050418 -0.069911 -0.02726 0.028635 0.047546 -0.003674 -0.051549 0.027071 -0.0361 0.008025 -0.033807 0.04715 0.073002 0.041032 -0.007404 0.012945 -0.00051 0.032821 -0.087158 0.006344 0.003375 -0.021794 0.09041 0.04113 -0.028777 0.079704 0.039535 0.019367 0.020638 0.048349 -0.023521 -0.073814 -0.048768 -0.068927 0.056464 0.030649 -0.010222 0.034656 0.011932 0.008251 -0.023855 -0.060462 0.061955 -0.044885 -0.00349 -0.006916 -0.002954 -0.005166 0.009402 -0.021306 0.036797 0.061655 0.074863 -0.054766 0.062236 -0.031001 -0.073087 0.020553 -0.041653 0.090968 -0.040243 0.014466 0.038215 -0.044933 0.057114 0.039416 -0.003465 0.010533 0.011436 -0.0057 0.022205 0.075232 -0.028574 0.022824 -0.017914 0.039193 0.015141 0.030502 0.005606 -0.095998 0.000141 -0.029788 0.008244 0.022491 -0.007179 -0.002726 -0.017796 -0.052951 0.025359 0.025942 0.005045 0.003607 0.003834 0.02074 -0.009123 0.037563 0.018935 0.02832 0.046887 -0.005345 0.016699 -0.015614 0.001083 0.04916 -0.028065 -0.035387 -0.04482 0.045549 0.058408 0.004373 0.062695 0.007698 0.019674\nÜ -0.075598 0.018244 0.000236 -0.043419 -0.025594 0.040992 0.025273 -0.028488 -0.004486 0.150967 -0.045167 -0.033387 0.048602 -0.035154 -0.043774 -0.094944 0.103241 -0.03729 -0.170914 0.044676 0.011768 0.033983 0.05534 0.014331 -0.001233 -0.030363 0.08012 -0.079301 -0.074544 -0.00431 -0.018936 -0.005732 -0.00823 -0.009422 -0.006016 0.035186 -0.10601 -0.016476 -0.017136 0.097994 -0.023775 -0.05401 -0.011304 -0.04966 0.034572 -0.126575 0.112698 -0.083704 -0.053903 0.115262 -0.018756 0.12956 -0.015679 0.10417 0.18769 -0.030041 -0.001366 0.058307 0.033827 0.131069 0.015662 -0.123658 0.073961 0.011894 0.079544 0.012475 -0.116119 0.020561 -0.127705 0.101012 0.043007 0.017137 -0.047894 -0.042376 -0.075555 0.01431 0.064056 0.085282 -0.019636 0.078452 0.020374 0.117708 -0.016152 0.129537 0.041288 -0.247151 -0.045767 0.06615 0.038621 0.045628 0.123883 0.039122 -0.035272 -0.034082 -0.046857 -0.122743 -0.029972 -0.071866 -0.010906 -0.032202 0.10014 0.033566 -0.003337 0.111137 -0.059712 0.144788 0.014836 -0.095348 0.087432 -0.083783 0.075881 -0.021814 0.000936 -0.040828 0.035194 0.057124 -0.070334 0.05657 -0.110071 0.036352 0.027221 -0.028357 0.060832 -0.08089 0.085456 0.032672 -0.062067 0.02191 0.04065 0.025567 -0.050068 0.079272 -0.088356 -0.120251 -0.018851 -0.023283 -0.055872 -0.032299 -0.058366 0.087183 -0.039439 0.054138 0.044065 0.059369 0.063198 0.052277 -0.037595 0.029593 0.117542 -0.045301 -0.003173 0.078794 0.009124 0.03478 -0.051335 0.039502 0.092002 -0.023909 0.021256 0.022823 0.0981 0.099222 0.065326 0.109978 -0.035538 -0.012043 0.133224 -0.070897 0.068578 -0.02015 -0.005912 0.037434 0.00722 0.027348 -0.049647 0.029259 -0.013338 0.139051 -0.138018 0.010498 -0.166426 0.13661 -0.001895 -0.008086 0.126026 -0.072014 0.038406 -0.040476 -0.006462 -0.035807 0.058296 0.001106 0.054654 0.004658 0.088892 0.045043 0.011434 -0.031445 -0.063212 -0.063776 0.038553 -0.006958 0.026074 0.051938 -0.14651 -0.026665 0.109471 0.099182 0.013802 0.195843 -0.022156 0.022824 0.01646 0.029816 0.074915 -0.072366 0.003651 0.007899 -0.132572 -0.120587 -0.034932 0.092731 -0.007136 0.043936 -0.003458 -0.049412 -0.036178 0.073614 -0.033578 0.131674 0.04085 0.021684 -0.097432 0.040216 -0.114575 -0.009626 0.006243 0.120352 0.067027 0.004067 0.076121 0.047673 0.020578 -0.038392 -0.085778 0.078062 0.028139 -0.014237 -0.057388 0.018518 -0.045189 -0.031052 -0.119722 0.022104 0.039358 0.005955 -0.023174 0.049255 0.06213 0.000711 0.068584 -0.057794 0.100759 -0.133341 -0.012598 -0.02271 -0.116003 0.044464 -0.054516 -0.024542 0.099846 -0.001364 0.013035 0.034633 0.09621 -0.034964 0.017343 -0.001528 -0.003388 -0.010795 -0.010386 0.048472 0.018834 0.172896 -0.073694 0.01331 -0.015632 0.02254 -0.015334 0.07314 0.034932 0.061006 0.035107 -0.068456 0.020986 0.107414 0.074247 -0.060372 0.05871 -0.052254\nН 0.035456 0.027101 -0.063362 0.022115 0.023333 -0.011387 0.002504 0.03522 0.012863 0.030423 0.025452 0.022464 -0.002071 0.011633 -0.040391 -0.03403 0.043213 -0.012264 -0.034119 0.053775 -0.019366 0.090054 -0.015582 -0.028865 0.003343 0.060764 0.025913 -0.058302 0.034486 -0.000229 0.013727 3.5e-05 -0.009356 -0.028806 0.046495 0.056541 -0.04264 -0.002182 -0.018067 0.030721 0.002525 0.018163 -0.026676 -0.086018 -0.033779 0.033053 0.020291 -0.016617 0.004853 -0.004939 -0.014549 -0.002871 0.036886 -0.020907 0.069928 -0.068909 -0.05526 0.038785 0.006167 0.123536 0.01206 -0.039161 0.077486 0.126962 0.037361 0.049789 -0.051509 0.027186 -0.001845 0.056744 0.016631 0.046197 -0.031279 0.008939 -0.028412 0.097415 -0.002212 0.10101 -0.00667 0.052339 0.015413 0.004621 -0.014397 0.142069 0.000331 -0.053222 0.006829 0.02454 -0.021561 -0.048881 0.030772 0.021012 0.025025 -0.031212 0.022189 0.005301 0.000697 -0.054469 -0.006962 -0.029787 0.031028 -0.011872 -0.02329 0.101869 -0.044749 0.040771 0.019449 -0.011847 -0.022325 0.023233 -0.04418 0.003029 0.014532 0.055517 0.027791 -0.019322 -0.016852 0.112218 -0.039096 -0.004819 0.010633 0.022938 0.024452 -0.021182 0.079054 -0.023339 0.005693 0.011452 0.021532 3.9e-05 0.056296 -0.022218 -0.076741 -0.037055 -0.033246 -0.041134 -0.012949 0.082139 0.009641 0.081315 0.015397 -0.031987 -0.004871 0.069324 -0.039784 -0.013213 0.052373 0.106228 0.016399 0.100954 -0.045529 0.063538 -0.028774 0.108761 0.006382 0.009251 0.073873 -0.04114 0.013298 0.057239 0.030292 0.07673 0.074 -0.036426 0.013031 -0.011246 0.060521 -0.016503 0.042403 0.000939 0.051698 -0.080769 -0.014531 -0.009429 -0.063991 -0.035011 0.014207 0.049123 -0.046837 -0.035804 -0.023739 0.059997 0.04311 0.042942 -0.045785 -0.052112 -0.005878 -0.051817 -0.035214 0.009399 0.056912 0.01105 0.030342 -0.03026 0.066419 -0.032444 -0.043044 -0.041529 0.001509 0.010328 -0.001327 -0.026217 0.012576 0.025732 0.006581 -0.143618 0.012894 -0.008711 0.019392 0.086238 0.026224 0.004933 0.105293 0.061627 0.031058 0.06461 0.03194 0.017096 -0.085178 -0.057685 -0.065348 0.051922 -0.009061 -0.027173 -0.011684 0.005344 -0.041072 -0.013596 -0.035889 0.071974 -0.052126 -0.007602 0.033167 0.015576 -0.029834 0.016795 -0.030347 0.036397 0.087053 0.038748 -0.062619 0.013148 -0.046006 -0.047819 0.035511 -0.082067 0.062491 -0.066935 0.015528 0.024019 0.011847 0.058868 0.021589 0.011858 0.010864 0.013147 0.009964 0.022654 0.054423 -0.012478 -0.006449 0.036299 0.051997 0.02362 0.007817 0.056624 -0.125267 -0.031587 -0.030477 0.007307 0.040606 0.00185 -0.05426 -0.017234 -0.069723 0.026334 0.018586 -0.002968 0.008445 0.0476 0.065905 0.005852 0.022496 0.002603 0.071358 0.061082 -0.0351 -0.02493 0.005228 -0.003971 0.091781 -0.050282 0.009444 -0.055491 0.018277 0.075625 -0.063617 0.086295 0.005192 0.016234\n਍ -0.17072 -0.007855 -0.078242 -0.043064 -0.105738 -0.038759 0.075676 -0.028183 0.134574 0.028 -0.00077 -0.141381 -0.146322 0.067878 0.087829 0.032672 -0.111214 -0.054472 0.038463 0.028337 0.121292 0.040192 0.045462 -0.029044 0.066359 -0.037378 -0.099009 0.033951 -0.173244 -0.017788 0.024166 -0.035499 -0.093149 -0.072858 0.093696 0.031765 0.011798 -0.03206 -0.03573 -0.007255 -0.099574 -0.022917 0.135111 -0.073772 -0.088656 0.045019 0.084374 -0.051366 0.041152 -0.013279 0.002951 0.013816 -0.013272 -0.073104 -0.043568 0.030564 0.106729 -0.144629 -0.071051 0.069444 0.036591 -0.024227 0.082429 0.095545 0.027367 0.106164 -0.001296 0.016448 -0.035035 0.136928 -0.052109 -0.067343 0.067239 0.053315 0.111871 0.076747 -0.003096 -0.015107 -0.208071 -0.104063 -0.082339 0.016272 0.092158 -0.011822 0.105335 -0.065165 -0.041851 0.09618 0.034804 -0.031388 0.045663 -0.134915 0.134773 -0.080394 -0.063124 0.123867 0.005741 -0.05355 0.025735 -0.056016 0.010047 -0.032079 0.08324 -0.059465 -0.109123 0.05497 0.134333 -0.140472 0.087029 0.008194 -0.045506 -0.012066 -0.084894 0.051877 0.039579 0.032498 -0.117289 -0.010329 -0.13751 -0.035817 0.051371 0.002583 -0.103707 -0.070393 -0.01485 -0.102326 0.113449 0.109943 -0.050641 0.057328 0.035049 -0.054593 -0.137082 0.138583 -0.096746 -0.066573 -0.100056 0.130619 0.212861 -0.000784 0.021286 -0.126033 0.002031 0.10061 -0.04421 -0.03351 0.222208 0.051218 -0.043585 -0.091891 0.029984 0.031627 0.00159 -0.009758 -0.103966 -0.073645 0.05095 0.006898 -0.122023 0.032567 0.00801 0.027949 0.048262 -0.014844 -0.167632 0.057266 0.067258 -0.149467 0.102355 0.078158 -0.04209 0.006072 0.176054 -0.034831 0.043419 0.043391 -0.072702 0.027875 0.045083 -0.042272 -0.091274 0.019489 -0.042836 0.069293 -0.053554 -0.086325 0.078701 0.024111 0.063072 -0.144261 0.02245 0.018135 0.014308 0.07437 -0.053829 -0.129854 -0.038854 -0.016385 0.026823 -0.0037 0.061075 -0.065708 -0.010736 -0.039146 -0.064774 -0.089291 -0.075348 0.118174 -0.039591 -0.005926 0.067635 0.027034 0.069784 -0.015779 0.004179 0.032919 0.075786 0.001402 0.098042 -0.121832 -0.061129 -0.074928 0.088828 -0.104343 -0.070965 -0.191369 0.047957 -0.011824 -0.023671 -0.109704 -0.186763 0.015325 0.025873 -0.088625 -0.127917 -0.138863 0.044317 -0.024378 0.028998 0.023265 -0.099757 0.154824 0.036414 -0.014481 0.03095 0.010148 -0.026434 -0.074895 -0.027132 0.00736 -0.035784 -0.029015 0.078224 0.031471 0.092783 0.042744 0.03667 -0.009578 -0.083209 0.045965 -0.050511 0.032316 0.018311 0.086144 -0.031916 -0.037466 -0.046177 -0.101236 0.005836 0.012391 -0.118588 -0.004097 -0.015538 0.003412 -0.035086 0.031035 -0.02348 -0.073544 -0.109656 0.111074 0.137467 0.196277 0.008394 -0.081732 0.078689 0.016339 0.08012 -0.056341 -0.053209 -0.011368 -0.026021 0.041672 -0.04772 -0.026046 0.099495 0.104798 -0.013206 0.054918 -0.03899 -0.003329\nγ 0.018573 0.401173 -0.178692 0.189019 0.136879 -0.369541 0.090096 0.265887 -0.094319 0.021495 0.087778 0.0193 -0.141329 -0.10526 -0.346316 0.04647 0.028938 -0.030455 0.011552 -0.043618 0.011539 0.193386 0.009914 0.107735 -0.265986 0.269378 0.22454 0.009901 0.157259 0.138813 0.026205 -0.114013 -0.260443 -0.042882 0.000654 0.029866 -0.087687 0.009479 -0.055116 -0.1738 0.070053 -0.053505 -0.083702 -0.099676 -0.179689 -0.161904 0.167979 -0.061347 -0.177521 -0.081256 -0.005017 -0.151346 0.068304 0.019641 0.150729 -0.027412 -0.046704 0.279569 -0.038362 0.084866 0.079331 -0.160448 0.078662 0.163712 0.214523 0.138169 -0.154394 0.125072 -0.05819 0.280143 -0.058591 0.152268 -0.142856 0.078186 0.152476 0.1388 0.178398 0.178143 0.13837 0.094561 0.112509 0.18154 0.162603 0.210363 -0.195976 -0.159598 0.019276 -0.050677 -0.039001 -0.016692 -0.191879 0.268591 0.23605 0.036517 0.133827 0.142094 0.063123 0.128743 0.12696 0.017861 -0.043768 0.273179 0.134568 0.0794 -0.032673 0.037857 -0.003063 0.09157 -0.114583 0.09173 0.017761 0.008537 -0.059721 -0.178476 -0.079459 0.056046 -0.032474 0.127992 -0.073552 -0.122504 0.068121 0.008017 -0.463836 0.052823 0.106951 -0.009342 0.090979 0.040573 0.218728 -0.4363 0.238502 -0.005549 -0.170559 0.053006 0.086534 0.010482 0.112668 -0.078835 0.075887 0.155831 0.170875 -0.140567 0.101611 0.200992 -0.015895 -0.01767 -0.053834 0.131719 0.185591 0.00931 0.090721 -0.01718 -0.013062 0.284276 -0.026269 0.142985 0.095857 -0.154465 -0.339744 0.100883 0.309472 0.272695 0.111749 -0.004375 -0.083251 -0.218535 -0.088217 -0.092637 0.155114 -0.03865 -0.009965 -0.050386 0.065984 0.118833 0.076494 -0.113923 -0.030988 -0.044612 0.066249 -0.177636 -0.1423 -0.151016 -0.102812 -0.050684 0.040088 0.013051 0.248698 0.19023 -0.100596 0.102367 0.000444 0.017035 0.209185 -0.065769 0.070259 -0.035836 0.213196 -0.128121 -0.165551 -0.282424 0.220422 0.084732 0.362031 -0.045022 -0.093434 -0.115111 -0.092174 0.132636 0.062241 0.191824 -0.021043 -0.065291 -0.203191 -0.055198 0.01673 0.181955 0.176232 0.018784 0.057126 0.071826 -0.187948 -0.058978 0.090749 -0.429546 0.069487 -0.083188 0.081355 0.094955 -0.041392 0.326736 0.014236 -0.075504 -0.173512 -0.033773 -0.109362 -0.102157 -0.105197 -0.17181 0.090654 0.030248 -0.247677 -0.210845 -0.018702 -0.358367 0.047846 -0.168676 -0.141938 -0.125062 -0.070074 -0.006669 0.13402 -0.161251 0.037891 -0.01795 -0.003574 -0.015009 0.193289 0.014814 0.002703 -0.028615 0.197645 0.089776 0.061498 -0.080128 -0.074747 -0.166025 -0.471375 0.079063 -0.053168 -0.012208 -0.077966 -0.151209 -0.104208 -0.097068 -0.344295 0.184037 0.041582 -0.011938 0.009098 0.0696 0.113946 0.031386 0.071151 0.187568 0.241564 -0.012574 -0.111154 -0.35915 0.018781 0.194352 0.286419 -0.064042 0.072079 0.083494 0.354802 0.307826 -0.005454 0.164763 -0.015623 0.037178\nс 0.001746 0.015075 -0.023566 -0.0112 0.028175 -0.014359 -0.01179 -0.011707 0.040345 0.01596 0.027031 -0.004077 -0.019281 0.014279 0.019598 -0.052978 0.04153 -0.014339 -0.007318 0.039403 -0.01156 0.076594 0.000487 0.003648 0.02036 0.04325 0.014853 -0.047204 -0.008192 0.003403 -0.003175 -0.029603 0.000117 -0.019764 0.044353 0.047492 -0.065032 0.045476 0.006902 0.061236 -0.016712 0.027177 -0.013405 -0.034644 -0.010044 0.001891 0.046086 -0.038285 -0.009289 0.007327 0.005932 -0.006795 0.037627 -0.04398 0.091168 -0.042635 -0.037949 0.006462 -0.002634 0.096522 0.020206 -0.063629 0.059589 0.042247 0.037098 0.048797 -0.057176 0.052359 -0.048248 0.042597 0.008678 0.026834 -0.012247 -0.011429 -0.024768 0.098661 -0.010031 0.07587 0.003823 0.044196 0.013593 0.033716 -0.037894 0.110978 -0.002237 -0.042409 -0.021315 0.031014 -0.02986 -0.018288 0.047942 0.015537 -0.015081 -0.030131 -0.025497 0.02148 -0.000945 -0.031227 -0.025885 -0.048328 0.026799 0.010197 -0.055532 0.054726 -0.003312 0.017066 0.020649 -0.005921 0.027576 0.023607 -0.009039 0.007146 0.003914 0.045457 -0.019613 0.012664 -0.064401 0.061637 -0.071574 -0.042147 0.065852 -0.052805 0.069644 -0.005416 0.053094 -0.017063 -0.031061 0.00802 0.034867 -0.0266 0.01975 0.007936 -0.082188 -0.040958 -0.034656 -0.039922 -0.009919 0.082382 0.002973 0.052408 0.058001 -0.007065 -0.003864 0.06709 0.04293 0.002201 0.039706 0.109032 0.015185 0.089 -0.03092 0.082487 0.007114 0.119771 0.029815 0.013042 0.021512 -0.029983 0.022509 0.04852 -0.004171 0.048245 0.094447 -0.004394 -0.003507 -0.004812 0.041662 -0.018189 0.03227 0.065484 0.018263 -0.064857 -0.014946 0.00016 -0.024778 -0.015261 0.064122 0.061231 -0.063432 -0.005222 -0.062646 0.002579 0.029352 0.021595 -0.016204 -0.046106 0.003844 -0.046679 -0.070179 -0.020462 0.032011 0.044034 0.0042 -0.045315 0.019914 -0.029794 0.003505 -0.036229 0.03684 0.079416 0.030202 -0.013513 0.01859 0.00218 0.041627 -0.086694 -0.003092 0.006149 -0.036745 0.095272 0.046161 -0.025949 0.079104 0.025819 0.027527 0.022829 0.042196 -0.016764 -0.06844 -0.050019 -0.070559 0.051901 0.03466 -0.006489 0.031568 0.004572 0.01114 -0.016453 -0.051944 0.040977 -0.047854 0.005436 -0.003332 -0.001256 -0.016888 0.0054 -0.022871 0.033844 0.063417 0.079821 -0.04562 0.053225 -0.026986 -0.057046 0.015564 -0.040743 0.079127 -0.041354 0.016221 0.034406 -0.044643 0.059614 0.045163 -0.005288 0.00491 0.011919 0.001675 0.019391 0.064919 -0.020118 0.022041 -0.015575 0.033752 0.024909 0.034923 0.004912 -0.085893 -0.013995 -0.02921 0.003764 0.026172 -0.002058 -0.016304 -0.016755 -0.045821 0.025138 0.020739 -0.001139 -0.000756 -0.002989 0.01481 -0.016576 0.056035 0.01547 0.029983 0.040983 0.002133 0.02649 -0.006001 -0.007788 0.054132 -0.030431 -0.029893 -0.046769 0.044709 0.053782 -0.00192 0.064821 0.000306 0.019127\nт -0.00709 0.017548 -0.05286 -0.013028 0.022201 -0.008304 -0.027373 -0.037251 0.040179 0.006938 0.024798 -0.000729 -0.005144 0.016403 0.015687 -0.055727 0.067482 -0.00921 -0.040363 0.033751 -0.020606 0.090696 -0.010776 0.011706 0.027831 0.050496 0.009095 -0.070114 -0.004518 0.007706 0.01195 -0.01765 0.002911 -0.011368 0.038282 0.080229 -0.055114 0.049288 -0.012513 0.059772 -0.005596 0.031834 -0.022441 -0.002797 -0.002992 -0.001652 0.059297 -0.025201 -0.017418 0.003975 0.021153 -0.005477 0.047885 -0.065061 0.10548 -0.045378 -0.059982 -0.010003 -0.019412 0.093193 0.032521 -0.074791 0.054756 0.042467 0.043129 0.033391 -0.054059 0.066986 -0.060357 0.045588 0.005412 0.012827 -0.014256 -0.00867 -0.059903 0.091974 -0.007232 0.108538 0.009479 0.06332 0.008767 0.046672 -0.031754 0.139868 -0.010708 -0.06999 -0.040499 0.023813 -0.05691 -0.041994 0.044087 0.017221 -0.040394 -0.036143 -0.012688 0.031083 -0.000893 -0.056295 -0.051149 -0.033377 0.006715 0.01638 -0.075539 0.055351 -0.000947 0.019163 0.000469 -0.001576 0.037944 0.014426 0.006464 0.007208 0.015382 0.066522 -0.02186 0.007648 -0.080253 0.058565 -0.090241 -0.049986 0.085403 -0.07366 0.10319 -0.027543 0.079188 -0.015917 -0.071607 -0.00046 0.047709 -0.046972 0.025752 0.007715 -0.068046 -0.036862 -0.011298 -0.058021 -0.010223 0.075382 0.023851 0.069596 0.072483 -0.000159 -0.017221 0.070017 0.058712 -0.003035 0.014942 0.121558 0.003075 0.091814 -0.043524 0.099943 0.004687 0.133999 0.047734 0.033328 0.028566 -0.011786 0.018525 0.041588 -0.022429 0.055595 0.119472 -0.001535 0.000475 -0.019133 0.033233 -0.027694 0.033046 0.076565 -0.002617 -0.070754 -0.010312 -0.000535 -0.033871 -0.027294 0.067519 0.055113 -0.090925 0.011667 -0.047314 -0.011285 0.039637 0.026882 -0.009422 -0.072588 0.022637 -0.040159 -0.074802 -0.020494 0.013684 0.054238 -0.009265 -0.051864 0.007962 -0.039194 -0.009038 -0.046099 0.059117 0.068951 0.057914 -0.001282 0.033051 -0.000592 0.02129 -0.079935 0.006332 -0.013862 -0.022045 0.112183 0.05187 -0.032998 0.094771 0.03819 0.035441 0.003005 0.056779 -0.039584 -0.080397 -0.043449 -0.056688 0.050099 0.022837 -0.004051 0.038344 0.000105 0.012007 0.000984 -0.068614 0.114736 -0.048955 -0.01323 -0.001326 -0.006441 0.001916 0.016065 -0.020532 0.055072 0.059336 0.079864 -0.068856 0.064463 -0.027945 -0.070124 0.006506 -0.019579 0.102987 -0.031666 0.003125 0.042372 -0.040275 0.069413 0.047053 -0.007093 0.014226 0.024857 0.004526 0.026883 0.077146 -0.045284 0.051303 -0.025772 0.041077 -0.007568 0.027142 -0.01087 -0.099935 -0.004935 -0.030636 0.022085 -0.010616 -0.012759 0.021031 -0.021036 -0.077327 0.012527 0.045503 -0.0061 -0.0086 0.005279 0.003493 -0.024043 0.030319 0.020196 0.015836 0.045935 -0.001787 0.010004 0.000878 -0.002496 0.030681 -0.031043 -0.03281 -0.055615 0.052735 0.074307 0.023673 0.045313 -0.010299 0.024372\nч -0.00605 0.029781 -0.060761 -0.027802 0.053025 0.025229 -0.054246 -0.040499 0.051852 0.021153 0.017165 0.007435 -0.000445 0.031084 0.027644 -0.081994 0.123749 -0.022072 -0.085728 0.044324 -0.036306 0.139533 -0.026324 0.025628 0.031783 0.084006 0.012054 -0.126473 -0.003083 0.017683 0.014898 -0.018776 -0.011441 -0.027716 0.045303 0.102533 -0.069457 0.046629 -0.030765 0.059411 -0.00696 0.059112 -0.033088 0.019777 -0.023636 -0.025865 0.082467 -0.024996 -0.049103 0.007035 0.031938 -0.024635 0.066689 -0.111544 0.137927 -0.056555 -0.09031 -0.044858 -0.049431 0.118013 0.047173 -0.129359 0.068254 0.040747 0.033139 0.035619 -0.061016 0.098424 -0.085804 0.07208 0.026775 0.014147 0.005649 -0.023174 -0.103496 0.096377 -7.8e-05 0.150216 0.025682 0.088083 0.021581 0.078607 -0.030567 0.165185 -0.011408 -0.113109 -0.058923 0.019304 -0.082285 -0.056256 0.083408 0.025762 -0.085618 -0.055102 0.008609 0.031883 -0.0005 -0.086515 -0.07116 -0.037921 -0.009762 0.047502 -0.070504 0.071025 0.036102 0.040856 -0.007341 0.014799 0.04611 0.018388 0.015921 0.018344 0.036808 0.101008 -0.023133 0.003643 -0.103321 0.059076 -0.13152 -0.064609 0.120451 -0.085441 0.149826 -0.052953 0.102844 -0.0224 -0.130103 0.008594 0.042867 -0.070165 0.040369 0.03342 -0.08419 -0.053291 -0.01076 -0.052353 0.00381 0.094322 0.02029 0.107138 0.09925 0.016788 -0.018835 0.087363 0.106037 -0.017769 0.017997 0.153049 -0.002093 0.119717 -0.063337 0.134051 0.006356 0.186298 0.053326 0.036151 0.047336 -0.034547 0.04227 0.032856 -0.036857 0.071102 0.167629 0.007261 0.007639 -0.018251 0.046443 -0.042848 0.036433 0.079684 0.004643 -0.086941 -0.011858 0.000464 -0.034984 -0.024823 0.072217 0.070669 -0.089945 0.042737 -0.06143 -0.027505 0.049012 0.031762 -0.027459 -0.0958 0.038689 -0.061467 -0.102596 -0.030577 -0.001404 0.081098 -0.02041 -0.06651 0.005288 -0.05171 -0.004998 -0.074261 0.093762 0.096754 0.084179 0.003084 0.044451 -0.009184 0.034835 -0.085008 0.01839 -0.034467 -0.032257 0.159175 0.056654 -0.030704 0.114316 0.063549 0.056422 0.002535 0.08282 -0.058942 -0.10266 -0.028816 -0.092148 0.081748 0.035311 -0.032203 0.048005 -0.005972 -0.004506 -0.013944 -0.097657 0.145575 -0.06502 -0.026085 -0.012619 -0.015568 0.008267 0.027185 -0.017528 0.058439 0.109274 0.102852 -0.069436 0.088178 -0.04326 -0.098416 0.007846 -0.020915 0.138414 -0.041815 -0.022016 0.031791 -0.0381 0.055428 0.072661 -0.00855 0.016388 0.020842 -0.001402 0.029369 0.092899 -0.084869 0.084165 -0.046864 0.061527 -0.005908 0.020642 -0.017221 -0.135927 0.003424 -0.033062 0.024727 -0.016871 -0.021088 0.046036 -0.02374 -0.107171 0.017193 0.074367 0.01371 0.001103 -0.01001 -0.004667 -0.047821 0.005733 0.014467 0.017136 0.062644 0.011951 0.017045 0.015952 -0.005524 0.029238 -0.038831 -0.049797 -0.079888 0.07161 0.101661 0.050095 0.040089 -0.030379 0.052493\nω -0.011163 0.145224 -0.016147 0.086149 0.200698 -0.018987 0.141015 0.17472 0.015654 0.14682 -0.029837 -0.099366 -0.132334 -0.021999 -0.227487 -0.128754 0.013191 -0.080609 0.117712 0.013302 -0.196695 0.320124 -0.082115 -0.006184 0.189731 0.145576 0.123825 0.112382 0.129397 0.109589 0.131105 -0.268043 -0.037597 0.140563 -0.023573 0.063206 -0.32169 0.11839 -0.204371 0.116277 -0.121432 0.070512 -0.164225 -0.098516 -0.131174 0.041728 0.148297 -0.064733 0.145904 0.002557 -0.127076 -0.266026 0.108466 0.012063 0.057753 -0.131305 -0.087277 -0.069694 0.093088 0.131631 0.067393 -0.327002 0.006022 0.364959 0.20998 0.086409 -0.113223 0.045555 -0.134796 -0.081003 -0.155259 -0.156308 -0.121813 -0.132592 -0.060339 -0.151687 0.048673 0.179795 -0.014076 0.128782 0.242286 0.030307 0.100496 0.563956 -0.114704 -0.043851 -0.061732 0.039515 0.006685 -0.023627 -0.059832 0.107459 0.02059 -0.075698 -0.017232 0.062829 0.029643 -0.042744 0.089278 0.040365 -0.024993 0.00729 0.109474 0.064648 0.080874 0.157222 -0.131992 0.086485 0.123955 0.122034 0.029999 0.052893 -0.193409 0.142065 0.107409 0.137216 0.056863 0.176494 -0.256804 0.053979 0.161445 -0.026822 0.023609 -0.278201 -0.073304 0.129532 0.05693 0.207638 0.289139 -0.179853 0.139181 0.040047 -0.071087 0.055558 0.038441 -0.017617 -0.102007 0.000276 -0.258728 -0.002623 0.139954 0.123327 0.057812 0.139541 0.153993 -0.080471 -0.278024 0.051448 0.045126 -0.009476 -0.032749 0.150344 -0.128712 0.077759 0.248572 -0.06907 -0.132071 0.005869 -0.184289 -0.042023 0.145879 0.095143 0.093427 -0.204133 -0.046959 0.122064 0.011955 -0.129876 0.111259 0.173673 -0.038941 -0.145299 0.127537 0.072534 -0.130789 -0.139192 0.104761 0.20907 0.018517 0.124041 -0.069442 0.003759 0.003162 0.06435 -0.148187 -0.112179 0.121407 0.336933 -0.037838 0.07148 -0.029967 0.180158 -0.031092 0.096837 0.115722 0.087393 -0.080829 -0.16405 -0.163158 0.052131 0.147317 -0.060707 -0.182219 -0.12874 0.110617 -0.175258 -0.012138 0.021502 0.13361 0.049465 0.279385 -0.05482 -0.08686 0.285516 0.041946 -0.162748 0.308444 0.180154 0.002593 0.065166 -0.042668 -0.037859 -0.14422 -0.123531 0.141161 -0.230748 -0.117557 0.151631 -0.186563 0.021146 -0.054425 -0.070779 0.114208 -0.020927 0.207453 0.053161 0.089706 -0.011438 0.084777 0.11693 -0.15907 0.103198 -0.062452 -0.314114 -0.178917 -0.28254 -0.100069 0.163473 -0.176046 -0.049741 0.122988 0.009181 -0.148565 -0.04822 0.015426 -0.007442 -0.059475 0.055331 0.167572 -0.18844 0.219047 0.028504 0.241167 0.202342 0.089872 0.034547 -0.219959 -0.040785 -0.02317 0.074241 0.090244 -0.110722 -0.146149 -0.023983 -0.001931 0.079667 0.053871 0.008284 0.093697 0.158195 -0.01177 0.009254 0.060931 0.011125 0.022004 0.245814 0.239995 -0.009649 0.031958 0.070974 0.353794 -0.045128 0.060675 0.11903 0.132392 0.006783 -0.080366 0.030701 0.090073 0.076357\nś 0.03983 -0.00207 0.010962 0.017527 0.00895 -0.02451 0.046541 0.035141 -0.022335 0.009736 -0.000402 -0.005179 -0.107694 0.041311 -0.015877 0.00254 -0.038962 0.09592 -0.074373 0.033894 0.046049 0.091422 0.029398 -0.009494 0.031764 0.031432 0.019684 0.003853 0.006746 -0.003612 0.007346 -0.059008 0.102037 -0.003322 0.036203 0.099248 -0.050527 0.036647 0.028484 0.120022 0.031251 0.026257 0.079707 -0.105521 0.012269 0.013411 0.004113 -0.061014 0.117806 0.052397 0.039488 -0.015486 0.016127 -0.071837 0.0452 -0.026021 -0.064914 0.045237 -0.01332 0.062051 0.006135 -0.050985 0.044905 0.08566 0.011063 -0.01341 -0.074061 0.060759 -0.038866 0.079443 -0.005285 0.04143 -0.044952 -0.015238 -0.001519 0.10373 0.053286 0.101901 -0.034678 0.072508 0.030667 0.002191 -0.003015 0.104168 0.083905 -0.085537 -0.091307 0.117742 -0.001391 -0.039733 0.044297 -0.038311 0.001836 -0.069938 -0.037633 0.028014 0.029067 -0.011792 -0.073857 -0.037102 0.036099 -0.03221 -0.079846 0.066531 -0.013292 0.033664 0.036151 0.039868 -0.09008 -0.011613 -0.012751 0.068732 0.031548 0.004853 0.00576 -0.021047 0.000762 0.032873 0.00372 -0.022614 0.098132 -0.060004 0.044523 -0.016352 0.042504 0.031067 0.018863 0.06725 0.170707 -0.018611 0.054947 -0.015534 -0.03639 0.01003 0.029462 0.012059 -0.008931 0.01254 -0.041676 0.029978 0.086977 0.011438 -0.029724 0.033178 -0.016643 -0.005306 0.042432 0.02446 0.050199 0.04386 -0.051536 0.082544 0.027476 0.03121 0.015805 0.045022 0.000252 -0.002894 -0.038064 0.045593 -0.029915 0.050363 0.015373 0.058811 -0.022072 -0.049854 0.028483 -0.010175 0.015998 0.045094 0.013408 -0.045175 0.002964 0.031856 -0.033097 -0.048902 0.078244 0.059024 -0.103827 -0.037514 -0.078247 0.004513 -0.002189 0.125443 -0.035568 0.028411 0.007707 0.038685 -0.009302 -0.026162 0.012701 0.026032 -0.006986 -0.01602 0.047287 -0.048883 -0.01664 0.032551 0.077388 0.062073 0.074501 -0.050963 0.032499 0.061801 0.068768 -0.060359 -0.045632 -0.000378 0.010977 0.073816 -0.001057 -0.013692 0.125764 0.077893 0.040883 0.057444 0.085605 0.003257 -0.0498 -0.080278 -0.038142 -0.01193 0.08618 0.056902 0.03371 -0.048143 -0.083896 -0.040609 -0.028857 0.075515 -0.040768 0.03678 -0.06468 -0.074241 -0.084115 0.110258 -0.03554 -0.032228 0.101152 0.085372 -0.064085 0.088978 0.050261 -0.05293 0.029037 -0.067637 0.114959 -0.05872 -0.012358 0.012649 -0.001736 0.014036 -0.025078 0.003679 0.01528 -0.034864 0.041881 -0.027605 0.029848 -0.005319 0.100391 -0.068111 0.008709 -0.086122 0.078669 -0.054115 -0.007656 0.018641 0.040497 0.007837 -0.037001 -0.013393 -0.049052 0.048433 -0.01936 0.010256 -0.024572 -0.058045 0.008132 0.024984 0.068871 -0.015819 0.058922 0.096326 0.07357 -0.026432 0.045652 -0.028483 0.026273 0.050894 0.036645 -0.023209 0.060691 -0.034723 0.056004 -0.010474 -0.024348 0.041136 0.104262 0.036283\nД -0.014996 0.054849 -0.107577 -0.051795 -0.044201 0.002692 -0.040593 -0.053806 -0.010859 0.039936 0.03615 -0.022934 -0.029282 0.048953 -0.013922 -0.039506 0.030325 -0.035521 -0.0791 0.048689 -0.05772 0.113759 -0.031728 -0.003489 0.033276 0.030243 -0.011974 -0.07949 0.054781 0.051092 0.055575 0.020753 0.021847 0.009075 -0.022327 0.105014 -0.063852 0.006907 -0.004415 0.060548 -0.018909 0.001501 -0.017878 0.004525 -0.014376 -0.043804 0.069984 0.00684 -0.017979 -0.054624 0.048144 -0.04478 0.033919 -0.082259 0.146088 -0.03995 -0.103539 -0.001496 -0.073654 0.101606 0.0044 -0.081223 0.033386 0.081667 -0.000514 0.00569 -0.069658 0.082309 0.005413 0.015626 -0.016891 0.016283 -0.05218 0.027043 -0.093014 0.101126 0.070496 0.130054 -0.006207 0.027824 0.013211 0.069702 -0.040422 0.100996 0.079497 -0.089324 0.014048 0.039806 -0.010991 -0.01576 0.022847 -0.073306 -0.014393 0.01831 -0.01798 0.078645 -0.006466 -0.049578 -0.057808 -0.02441 0.016778 0.023895 -0.073717 0.079555 -0.011347 -0.035554 -0.022426 -0.023048 -0.017365 0.002415 0.009657 0.004072 -0.012314 0.007048 0.03162 0.051802 -0.071342 0.066314 -0.021407 -0.084236 0.004501 -0.113768 0.087272 -0.003921 0.050891 -0.004071 -0.033344 -0.028032 0.112986 -0.057809 0.032721 -0.032466 -0.012871 0.009153 0.019388 -0.044319 -0.109531 0.055999 0.055446 0.081545 0.06536 -0.007992 -0.005229 0.015621 0.04636 0.013283 -0.020562 0.072077 -0.058999 0.098964 0.039452 0.109497 -0.003478 0.073892 0.002552 0.116546 -0.026264 -0.026068 -0.043872 0.030411 -0.004612 0.042214 0.138924 -0.031652 0.029342 -0.040865 0.02971 0.004121 0.041064 0.116812 -0.015526 -0.097444 0.031378 -0.077924 -0.019966 -0.031676 0.113846 0.075146 -0.071016 0.034852 0.063595 -0.053649 0.074152 0.02481 -0.055679 -0.082315 0.108105 0.023678 -0.066581 -0.026698 0.005571 0.011147 0.021105 0.002112 0.001779 -0.062069 -0.041369 -0.06605 0.063379 0.102406 0.11578 0.013091 0.092378 0.002384 0.0034 -0.079327 0.009629 -0.015666 -0.050087 0.097383 0.055389 -0.090372 0.123179 0.033277 0.075761 0.01001 0.068868 -0.107452 -0.100992 -0.040932 -0.033753 0.043661 0.01422 0.009009 0.03631 -0.046265 0.034598 0.019384 -0.089811 0.115476 -0.036497 0.015868 0.038381 0.017521 -0.01373 0.042837 0.020382 0.013689 -0.013883 0.075634 -0.062157 -0.007696 -0.061296 -0.047869 0.003959 0.064138 0.061641 -0.032378 -0.04144 0.068125 0.016185 0.109903 0.099054 0.047569 0.003403 0.058355 0.054258 0.025255 0.065519 -0.072314 0.062536 -0.078744 -0.020441 -0.071352 0.057265 -0.017512 -0.081245 -0.031448 -0.02687 0.090612 -0.089566 -0.014096 0.043978 0.001073 -0.110818 -0.020505 0.037688 -0.018499 -0.067496 0.048438 -0.054737 -0.0863 0.03615 0.001077 -0.006616 0.088708 0.022042 -0.002284 0.038765 -0.082692 0.011952 -0.025084 -0.056691 -0.044629 0.0414 0.110246 0.057733 -0.007764 0.003248 0.060544\nм -0.001625 0.021828 -0.05605 -0.009067 0.01204 -0.014324 -0.007471 -0.033308 0.035993 0.010055 0.01728 0.002212 -0.021545 -0.000653 0.020563 -0.047065 0.050582 -0.015943 -0.027663 0.034064 -0.01373 0.089445 -0.018426 0.021734 0.035777 0.053854 0.029957 -0.071601 -0.013501 0.013504 0.018148 -0.026677 -0.00921 -0.014644 0.038181 0.059635 -0.062943 0.034567 0.000868 0.071658 -0.013032 0.031302 -0.01364 -0.033271 -0.004049 -0.013444 0.067945 -0.022783 -0.018952 0.00838 0.016861 -0.01122 0.034869 -0.058078 0.10812 -0.032711 -0.066681 0.01079 -0.011409 0.115448 0.031585 -0.073547 0.058784 0.048155 0.055538 0.054108 -0.055576 0.066132 -0.076672 0.055968 0.003352 0.017017 -0.024833 -0.019803 -0.067174 0.106446 -0.004607 0.107304 0.000415 0.079161 -0.002924 0.053878 -0.045975 0.144396 -0.005472 -0.06422 -0.039125 0.032641 -0.049559 -0.026509 0.04677 0.004728 -0.016915 -0.02644 -0.027429 0.027597 0.000728 -0.056171 -0.038788 -0.052646 0.029294 0.016654 -0.071588 0.045747 0.005748 0.033002 -0.012793 0.006246 0.047492 0.031151 0.004689 0.009835 0.003662 0.081842 -0.01063 0.007776 -0.076815 0.04849 -0.106768 -0.053287 0.082332 -0.072457 0.101715 -0.046081 0.085263 -0.008269 -0.062696 -0.006939 0.05493 -0.048751 0.027809 0.020048 -0.073176 -0.031774 -0.034887 -0.05494 -0.022753 0.083481 0.017756 0.056777 0.084123 -0.000383 -0.00537 0.0721 0.046384 0.003038 0.012531 0.131382 0.007482 0.086303 -0.03372 0.095016 0.003069 0.154628 0.038673 0.024386 0.027803 -0.035582 0.012106 0.047354 -0.007816 0.058123 0.099717 -0.002813 -0.015676 -0.009828 0.052964 -0.01815 0.037689 0.079658 0.01065 -0.074409 -0.012478 0.013697 -0.038146 -0.029335 0.06877 0.069023 -0.079334 0.000785 -0.071002 -0.012121 0.043614 0.024108 -0.022809 -0.070816 0.021756 -0.054264 -0.082878 -0.022615 0.024708 0.05113 0.007468 -0.053527 0.018812 -0.039493 0.013998 -0.03064 0.056336 0.084574 0.065876 -0.016554 0.025367 0.003595 0.038031 -0.116094 0.00954 0.002224 -0.028072 0.120048 0.066033 -0.034491 0.101372 0.052699 0.034136 0.018905 0.083666 -0.037836 -0.099111 -0.056241 -0.077309 0.064402 0.031202 -0.009934 0.052431 0.01308 0.009328 -0.004883 -0.072049 0.08188 -0.044516 -0.002821 -0.006082 -0.006924 -0.004626 0.010209 -0.02168 0.026056 0.048061 0.085222 -0.065872 0.07182 -0.033339 -0.073327 0.008691 -0.053914 0.088123 -0.046088 -0.003267 0.049543 -0.033887 0.080313 0.065965 -0.011597 0.018926 0.015613 0.007557 0.021477 0.070871 -0.04093 0.031218 -0.028466 0.042611 -0.008483 0.036071 0.003514 -0.110052 0.008573 -0.039783 0.030494 0.014331 -0.011298 0.020485 -0.027147 -0.077353 0.010648 0.038773 -0.010121 -0.007157 -0.005942 0.028366 -0.019556 0.044362 0.022186 0.028577 0.057203 0.005248 0.016021 -0.002306 -0.005375 0.047419 -0.026794 -0.024336 -0.032487 0.068394 0.068568 0.007609 0.05246 -0.007166 0.022008\nр 0.004651 0.023865 -0.041236 -0.010707 0.004861 -0.008397 -0.006661 -0.029455 0.028954 0.018298 0.024583 0.002104 -0.020979 0.015443 0.023227 -0.039792 0.04809 -0.032145 -0.023191 0.030053 -0.009508 0.076288 -0.002245 0.018036 0.039488 0.03972 0.024107 -0.051071 -0.003195 0.010821 0.035025 -0.013008 0.003136 -0.008637 0.033865 0.057678 -0.049857 0.038424 -0.012713 0.078301 -0.022814 0.023115 -0.010163 -0.027805 0.004826 -0.008668 0.067436 -0.028975 -0.009266 0.014261 0.027741 0.002378 0.031949 -0.058723 0.09066 -0.024759 -0.045694 0.014126 -0.031619 0.100697 0.026638 -0.064359 0.049607 0.049235 0.037056 0.035885 -0.054691 0.06694 -0.057862 0.045276 0.018066 0.015042 -0.0329 -0.002487 -0.050994 0.105651 0.010988 0.098427 -0.001903 0.048903 0.008061 0.045426 -0.024261 0.115524 0.007463 -0.062002 -0.020282 0.028838 -0.041179 -0.03401 0.0419 -0.012204 -0.010497 -0.0202 -0.030281 0.028267 0.000604 -0.044135 -0.040511 -0.059857 0.01305 0.007523 -0.058865 0.038756 0.006668 0.023706 0.000808 -0.002171 0.023941 0.027998 -0.008094 0.003714 0.012229 0.037411 0.011783 0.017584 -0.058211 0.062037 -0.075107 -0.045656 0.051568 -0.057805 0.072319 -0.021082 0.053412 -0.014737 -0.048427 -0.024646 0.0523 -0.01757 0.029431 0.022223 -0.061923 -0.029726 -0.021492 -0.052107 -0.017476 0.074806 0.013627 0.070731 0.04944 -0.00958 0.004252 0.055392 0.040992 0.011816 0.037508 0.108459 0.005386 0.089876 -0.011269 0.080471 0.006676 0.117184 0.027079 0.027474 0.010738 -0.026576 0.004451 0.034002 -0.001208 0.048219 0.086493 -0.002622 0.001038 -0.011017 0.046532 -0.004153 0.034392 0.072454 0.0133 -0.076821 0.006068 -0.008641 -0.047696 -0.02745 0.062954 0.064868 -0.063337 0.010737 -0.053652 -0.017376 0.046619 0.026322 -0.017231 -0.074208 0.02459 -0.037562 -0.065874 -0.021092 0.020783 0.03373 0.003323 -0.044439 0.012594 -0.034111 -0.000608 -0.046887 0.052209 0.074403 0.044564 -0.000889 0.034601 -0.007549 0.022375 -0.088918 0.006739 -0.007233 -0.027798 0.106423 0.034391 -0.025023 0.084275 0.034384 0.034573 0.025935 0.061531 -0.027214 -0.071029 -0.054227 -0.053828 0.04189 0.022587 -0.012039 0.043628 -0.004891 0.010348 -0.001435 -0.062011 0.065022 -0.054982 -0.007608 -0.009747 -0.006694 -0.00259 0.010857 -0.012221 0.02147 0.042985 0.073391 -0.042082 0.05557 -0.03934 -0.061005 0.016839 -0.033237 0.070332 -0.038863 -0.002971 0.042584 -0.025655 0.075315 0.049796 4.9e-05 0.019304 0.015401 0.016634 0.001913 0.064398 -0.024419 0.02959 -0.02497 0.028127 0.000645 0.025771 -0.005228 -0.0942 -0.007167 -0.029348 0.024678 0.009862 0.007457 0.008017 -0.009943 -0.060392 0.011315 0.032645 -0.012108 -0.016081 0.001809 0.01719 -0.019671 0.038864 0.024292 0.027802 0.03888 -0.002484 0.024196 -0.006044 -0.010998 0.033605 -0.025118 -0.023785 -0.040615 0.040231 0.044338 0.013428 0.041237 -0.021536 0.021424\nй -0.013001 0.038059 -0.057111 -0.013261 0.019898 -0.011404 -0.00077 -0.021493 0.026275 0.022571 0.021373 -0.013728 -0.017676 0.007495 0.017756 -0.067831 0.051759 -0.019934 -0.033671 0.049562 -0.020838 0.075697 -0.008475 0.008584 0.037145 0.053791 0.035766 -0.063326 -0.014584 0.011106 0.018518 -0.029493 -0.002281 -0.02503 0.030523 0.05918 -0.057142 0.033761 -0.00466 0.066091 -0.025349 0.030249 -0.012727 -0.032157 -0.015432 -0.001509 0.054512 -0.027023 -0.022918 0.007919 0.031993 -0.015013 0.036717 -0.053543 0.110498 -0.029863 -0.07554 0.006672 -0.016335 0.112511 0.033016 -0.080136 0.054248 0.045852 0.031158 0.044385 -0.068339 0.075864 -0.054781 0.056351 0.001621 0.03249 -0.032468 0.004317 -0.060176 0.088197 0.010809 0.105001 0.009422 0.070294 0.013458 0.050454 -0.02556 0.119475 -0.00278 -0.06096 -0.025042 0.030046 -0.039227 -0.02979 0.040217 0.002652 -0.012751 -0.015581 -0.023029 0.037773 0.000736 -0.053097 -0.045823 -0.041554 0.025636 0.017589 -0.061605 0.053409 0.015197 0.021874 0.000846 -0.018926 0.027575 0.040828 -0.004576 0.015235 0.012957 0.061791 -0.001665 0.023402 -0.071342 0.062576 -0.087081 -0.059468 0.068804 -0.062767 0.083897 -0.010991 0.071699 -0.015762 -0.059691 -0.009878 0.066428 -0.022629 0.031345 0.01936 -0.057677 -0.030212 -0.020629 -0.05867 -0.028872 0.075573 0.007786 0.06692 0.063948 0.008011 -0.000902 0.058341 0.042683 -0.000471 0.020947 0.108166 0.007486 0.087703 -0.029085 0.087591 -0.001063 0.138821 0.035061 0.029768 0.018718 -0.025326 0.014186 0.034161 0.005634 0.057842 0.098265 -0.007197 -0.001352 -0.010539 0.046461 -0.012533 0.028898 0.075998 -0.005498 -0.084702 -0.005745 -0.009008 -0.048653 -0.02935 0.063643 0.080103 -0.061675 0.013075 -0.051222 -0.019604 0.034657 0.027156 -0.03967 -0.06422 0.028523 -0.035725 -0.0689 -0.033979 0.010085 0.024812 -0.000365 -0.035109 0.008413 -0.031591 0.004451 -0.041186 0.039434 0.078234 0.056157 -0.025748 0.032875 -0.004344 0.02647 -0.099847 0.014966 -0.01112 -0.027394 0.106634 0.05683 -0.024116 0.088227 0.040669 0.049884 0.010844 0.07278 -0.037791 -0.087929 -0.058701 -0.058728 0.06073 0.02032 -0.022252 0.03581 -0.00166 0.006656 -0.007149 -0.084304 0.061805 -0.051206 0.008142 0.009811 -0.010807 0.000742 0.015466 -0.006677 0.020116 0.044169 0.06835 -0.058026 0.058434 -0.037977 -0.071247 0.000997 -0.026202 0.083019 -0.030621 0.001537 0.038282 -0.024021 0.074411 0.049829 -0.006923 0.023497 0.029621 0.017382 0.006156 0.080035 -0.025133 0.010445 -0.033093 0.014622 -0.011258 0.038061 -0.003544 -0.09668 -0.004346 -0.027007 0.03789 0.028059 -0.002796 -0.00186 -0.022455 -0.069587 -0.001733 0.021529 -0.004235 -0.020562 0.008073 0.011801 -0.034989 0.034053 0.022139 0.033648 0.060162 0.002761 0.028002 -0.010566 -0.018653 0.039394 -0.027468 -0.025554 -0.035642 0.062737 0.052651 0.012475 0.051953 0.003335 0.030326\nČ -0.041233 0.009595 -0.040678 -0.017701 0.087861 -0.069471 -0.023759 0.070472 0.044917 -0.058378 -0.013804 0.006993 0.025617 -0.016864 -0.002361 -0.030421 0.035443 0.030666 -0.000995 0.000902 0.059879 -0.008115 0.061766 0.005022 0.038297 0.02464 -0.02349 -0.074481 -0.020219 0.045869 0.028826 -0.023772 -0.000233 0.022239 0.026781 0.095262 -0.065813 -0.004468 -0.047314 0.080226 0.001475 0.04276 0.043389 -0.126023 0.006189 0.016639 0.092733 -0.068536 0.025564 -0.00332 -0.078597 -0.030494 -0.003677 -0.012353 0.057841 -0.075748 -0.04098 -0.014776 0.033959 0.093528 -0.027648 0.030304 0.051035 0.052202 -0.015061 0.044693 -0.023884 0.018442 -0.053204 0.031075 0.033693 0.00776 -0.055041 0.036772 -0.022089 0.096851 -0.012799 0.048966 0.001855 0.034555 -0.009967 0.021887 0.006877 0.080862 0.048089 0.008321 0.004705 0.111268 -0.036013 -0.020646 0.033055 0.011122 0.007286 -0.12401 -0.017862 -0.011896 -0.038085 -0.041309 0.028481 0.015101 -0.00638 -0.054807 0.006977 0.097005 -0.04745 0.007018 0.057056 0.048614 -0.048781 0.036483 -0.079977 -0.032886 -0.048282 0.014513 0.058631 -5.3e-05 -0.018919 0.062688 -0.054416 0.029807 -0.02281 -0.123299 0.080144 -0.052065 -0.015481 0.025522 -0.036697 -0.009097 0.039639 0.042571 0.055175 -0.006786 -0.033667 -0.033708 0.055453 -0.042297 0.009972 0.058791 -0.051367 0.042314 0.07162 -0.061945 -0.015472 0.034167 0.017582 -0.019178 -0.005922 0.066328 0.070207 0.1093 -0.011734 0.029647 -0.059154 0.046119 0.079439 0.049347 0.076629 -0.024658 -0.005722 0.099615 0.105665 -0.013828 0.033667 0.003193 -0.010321 0.050753 0.017116 0.056773 0.01967 0.091157 -0.049077 -0.034618 0.031296 -0.000734 -0.095689 -0.044496 0.053946 0.114342 -0.030539 -0.006145 -0.043712 0.008321 0.051846 0.069945 0.00599 -0.06084 0.054098 0.002892 -0.049376 0.0189 0.024631 0.012244 0.031279 0.009246 0.009403 0.028404 -0.006961 -0.01963 -0.023453 0.018075 0.039436 0.017765 0.119285 -0.039375 0.063114 -0.105798 -0.053144 0.036361 -0.022744 0.124996 -0.01255 -0.027284 0.063533 0.006217 -0.000201 -0.012105 -0.02023 0.041473 -0.073124 -0.065867 -0.06048 0.009015 0.040195 -0.016031 0.07431 0.010463 0.031723 -0.001124 0.002469 0.057712 -0.143126 0.023225 -0.001383 0.016794 0.0574 0.01048 -0.079906 0.036058 0.05019 -0.015733 -0.018996 0.047391 -0.042081 -0.096155 0.073263 -0.130599 0.07488 -0.043174 -0.000323 -0.051768 -0.017502 0.035365 0.020753 0.014187 -0.020832 -0.000333 0.025736 0.024573 0.05074 -0.00738 0.038733 0.067905 0.02377 0.005859 0.066579 0.041308 -0.034921 0.013031 -0.052582 -0.004343 0.00737 0.026327 -0.021745 -0.004127 -0.029783 0.063586 0.018985 0.021647 0.025583 0.041195 0.051902 0.044443 0.01178 0.004769 0.016804 0.043416 -0.009101 0.030831 -0.027805 0.016124 0.055234 -0.067557 -0.049903 0.006713 -0.030946 0.03562 0.003561 0.049921 0.086208 -0.031124\nň 0.065954 0.041902 0.047883 0.076268 -0.049758 -0.189335 0.041593 0.048771 0.095627 -0.004421 -0.003385 -0.002482 0.028255 -0.034364 0.046325 -0.04386 0.073302 0.164931 -0.071802 -0.057654 0.063427 0.060458 0.057052 -0.054519 0.039818 0.237689 0.151515 -0.073979 0.018291 -0.106993 -0.006521 -0.047036 -0.084962 0.016648 0.006272 0.034004 0.041651 0.072739 -0.109978 0.01905 -0.026738 -0.017521 -0.023878 -0.039479 0.063261 0.062321 0.197086 0.075679 -0.114863 -0.01103 0.006802 0.090173 0.047715 0.097469 0.212484 -0.102447 0.011525 0.010215 -0.065543 0.036353 0.054335 -0.022033 0.086622 0.041581 0.228049 0.151871 -0.109923 -0.096615 -0.031844 -0.080153 0.017624 0.092643 0.077812 -0.002366 -0.045119 0.149493 0.018185 0.116095 0.045689 0.158491 0.015426 0.124512 0.056162 0.038699 -0.046464 -0.104185 -0.089486 0.069318 -0.123043 -0.104786 0.102021 0.042425 0.011246 0.075732 -0.102632 0.034329 -0.071598 -0.049624 -0.101964 -0.000607 0.063647 -0.091114 -0.194443 0.07867 -0.091244 -0.047708 -0.025582 -0.011473 -0.105346 0.09317 -0.224138 -0.016792 0.025303 -0.046076 0.085875 -0.027422 0.02582 0.056703 -0.093858 0.131854 0.010977 -0.004824 -0.068643 -0.003762 0.042868 -0.033749 -0.155002 0.062876 -0.00236 -0.025308 0.068849 -0.074528 0.030668 -0.139822 -0.142987 -0.115401 -0.207041 0.150772 0.096125 0.09608 -0.015434 0.034233 0.086789 -0.040069 0.000948 0.030202 -0.048866 0.260847 0.01576 0.046086 -0.047574 0.160896 0.004664 0.000465 0.178995 0.131786 0.057418 0.028993 0.097543 0.098847 -0.095147 -0.043262 0.016151 0.090766 -0.047536 0.003639 0.194126 -0.107829 -0.040052 0.259049 0.052191 -0.074128 -0.08787 0.012139 -0.162292 0.119958 -0.04926 0.056705 -0.027744 0.139126 -0.117583 0.116344 0.05143 -0.096163 0.066571 -0.10228 0.135127 -0.165699 -0.089794 -0.015355 0.050794 0.026186 0.063524 -0.033421 -0.096384 -0.037205 0.024135 -0.013177 0.131465 0.050476 -0.009588 0.10923 0.07558 -0.003182 0.048979 0.008399 -0.005055 0.002611 -0.012672 0.001145 0.203465 -0.082248 0.117489 -0.103637 -0.145857 -0.117001 0.058368 -0.071059 -0.167276 -0.067054 0.093004 -0.078 0.121722 -0.086799 0.114032 -0.098328 -0.116551 0.082677 0.064891 0.11699 -0.163405 0.024998 0.062631 0.033745 0.059468 -0.115134 -0.041386 0.053443 0.042898 0.031848 -0.081507 0.040846 0.015887 0.005188 0.083564 -0.131299 0.103678 -0.117719 -0.017304 -0.079784 0.032974 0.100291 0.005299 0.075259 -0.024272 -0.036392 -0.049458 0.047632 0.239066 -0.023081 0.030676 0.078758 0.104387 0.152166 -0.069348 0.00934 -0.147854 0.036157 -0.117934 -0.145287 -0.077943 0.003288 0.004345 0.018921 0.005157 0.011882 0.052472 -0.066651 -0.041103 -0.021095 0.095475 0.028059 0.09345 -0.003081 0.070809 0.085946 0.037234 -0.027395 0.033 -0.003259 0.026224 -0.051354 -0.019374 -0.051369 -0.029686 0.036909 -0.107674 0.040215 -0.029989 -0.080218\nœ 0.092646 0.056986 0.037668 -0.042764 -0.008266 -0.09567 0.000404 -0.017972 0.081146 -0.108266 -0.017789 -0.024915 -0.009834 0.029218 0.078155 -0.006291 0.104496 -0.040977 -0.004013 0.020511 0.071206 0.02659 -0.03435 0.032876 0.076851 0.016077 -0.005799 -0.13794 -0.05082 0.00015 0.092689 -0.127415 -0.026856 0.113646 -0.013598 0.051146 -0.181228 0.059293 0.050915 0.159118 -0.027197 -0.01126 0.089382 0.009795 -0.00334 0.090784 0.083041 -0.065941 -0.029991 0.102231 -0.014083 0.009892 0.058766 -0.028476 0.187922 -0.043587 0.002265 0.008858 0.002536 0.075947 -0.002776 -0.003101 0.034722 0.043458 -0.005227 0.119745 -0.042104 0.057186 -0.005894 0.079428 -0.047433 -0.102709 -0.067833 -0.01762 -0.052119 0.086266 -0.003941 0.078332 0.074794 0.035484 0.055656 0.095714 -0.029438 0.131354 -0.019432 -0.00453 -0.059332 0.015326 -0.004866 -0.024549 0.122803 0.06504 0.061895 -0.035918 0.020826 0.09532 0.04724 -0.100893 -0.045229 -0.008716 0.057106 0.05965 0.027307 0.060882 0.001463 0.015944 0.013844 0.034993 0.071114 0.097611 -0.070506 0.039697 0.033508 -0.019157 0.046708 -0.041356 -0.120938 0.074648 -0.219864 -0.034966 0.024339 -0.12244 0.128411 -0.040924 0.045552 -0.03667 0.051742 -0.066732 0.121761 0.098538 0.099784 -0.094703 -0.117522 -0.088692 0.071732 -0.069696 0.041828 0.051968 -0.045553 0.108284 -0.010498 -0.023194 -0.105273 0.027458 0.07953 0.008076 -0.045614 0.141204 0.078484 -0.01213 -0.018104 0.074261 0.001547 0.038639 0.07637 0.012822 -0.062352 0.041909 0.038734 0.056378 -0.030402 0.040598 0.053034 0.04641 -0.027332 0.010052 0.086916 -0.014531 0.06987 0.078556 -0.002133 -0.131463 0.015484 -0.091225 -0.020707 -0.061283 0.000708 0.119646 -0.098632 0.013242 -0.089451 0.006298 0.024359 0.024938 0.006459 0.024245 0.08917 -0.11374 -0.216612 -0.120155 -0.002004 0.039964 -0.035616 0.074323 0.002624 -0.095188 -0.011392 -0.109212 -0.037403 0.076578 0.077644 -0.018272 -0.04732 0.066686 0.105758 -0.046336 -0.026878 -0.033732 0.027088 0.196208 -0.043066 -0.025504 0.171095 0.024192 0.018566 0.065776 0.086367 -0.002684 -0.113348 -0.084872 -0.104459 0.074422 0.149613 0.044803 0.086932 -0.000415 0.01248 -0.025132 0.02849 0.015284 -0.11687 -0.044488 0.060825 -0.071768 0.018797 0.051366 -0.082425 0.065688 -0.021736 0.008762 -0.035341 0.029322 -0.009144 -0.14053 0.114247 -0.03244 0.09119 -0.062622 -0.044911 0.085146 -0.010738 0.132468 -0.016295 0.041847 -0.023961 0.117394 0.079419 -0.02523 0.160487 -0.010009 0.034845 -0.033278 0.032079 -0.032525 -0.028108 -0.03323 -0.038959 0.038479 0.037586 -0.026623 0.063407 -0.003538 0.00856 0.012512 -0.07514 0.066472 -0.004606 -0.104014 -0.077592 0.103876 0.01563 -0.037666 0.020437 0.081236 0.113924 0.019353 0.07925 -0.013761 -0.012493 0.066776 -0.010579 0.014675 -0.007795 -0.053415 0.037347 0.010751 -0.154238 0.062699 0.058661 -0.047651\nč -0.008759 0.014764 -0.017896 -0.013445 0.064472 -0.096889 -0.024271 0.023613 0.027091 0.007692 0.006069 0.041597 -0.020364 -0.01606 -0.005413 -0.025496 0.019435 0.026348 0.037994 -0.013316 0.019976 0.030995 0.047446 0.017337 0.035061 0.048457 0.026976 -0.009871 -0.034089 -0.006439 0.016262 -0.040891 -0.045619 0.009525 0.023265 0.022506 -0.048167 0.035684 -0.007125 0.058982 -0.015734 0.051355 0.010462 -0.076846 -0.017191 0.016948 0.031788 -0.050364 0.020162 0.010038 -0.018431 -0.031916 -0.010476 0.025882 0.057147 -0.032454 0.000498 0.02653 0.010821 0.068745 -0.040295 -0.032837 0.017299 0.065009 0.036741 0.029703 -0.039912 0.027198 -0.052458 0.028054 -0.046026 0.036653 -0.062684 -0.008863 -0.006569 0.100615 0.014898 0.027347 0.015894 0.019619 -0.004217 0.057917 -0.002064 0.077789 0.031753 -0.041893 -0.036328 0.065028 -0.019157 -0.032133 0.023994 -0.02093 -0.00335 -0.065968 -0.043481 0.028242 -0.010683 -0.04881 -0.026349 -0.046111 0.003162 -0.01576 0.003413 0.040933 -0.013722 0.044523 0.009407 0.021707 -0.032037 0.065888 -0.016268 -0.004053 -0.018962 0.040499 0.002881 -0.002359 -0.078858 0.078531 -0.031669 -0.020932 -0.0057 -0.053799 0.022404 0.008566 0.046219 -0.021575 0.022906 0.006152 0.02722 0.014428 0.046131 -0.02027 -0.038594 -0.029555 -0.004377 -0.052057 -0.004219 0.052612 0.000585 0.030215 0.01926 -0.052922 0.05311 0.021397 -0.009988 0.010243 -0.005078 0.040838 0.030953 0.046361 -0.037716 0.058737 -0.043657 0.07016 0.05464 0.02034 -0.006633 -0.000421 -0.017368 0.065327 0.030944 0.053991 0.026 -0.01665 -0.011781 0.026018 0.035257 -0.005543 0.015182 0.069169 0.015382 -0.040605 0.006603 -0.03108 -0.037589 -0.024763 -0.001589 0.068104 -0.062557 0.006186 -0.056166 -0.013449 0.027484 0.029429 0.019684 -0.041026 0.023386 -0.023489 -0.044187 -0.028183 0.024344 0.02803 0.016239 -0.052888 0.014142 -0.014232 0.003447 -0.000223 0.015184 0.039274 0.046784 0.022118 0.03414 -0.013789 0.072199 -0.056731 -0.011976 0.032154 -0.016059 0.085048 0.00254 -0.039436 0.057275 0.031611 -0.012049 0.007431 0.039422 -0.021803 -0.035586 -0.067578 -0.026821 0.00728 0.032431 -0.004488 0.022274 -0.037838 0.009239 0.005985 -0.019386 0.010634 -0.061064 -0.010205 0.006848 -0.019418 -0.023658 0.021757 -0.048943 0.038699 0.021122 0.032287 -0.039306 -0.006183 -0.00408 -0.057605 0.01683 -0.079342 0.050096 -0.057815 -7.1e-05 -0.027222 -0.017995 0.000864 0.00044 0.034328 0.011347 0.009685 0.010287 0.004203 0.053088 0.002681 -0.002849 0.03771 0.023441 0.027298 0.077199 0.012711 -0.066146 -0.007977 -0.062278 -0.018424 0.005685 0.020887 -0.001175 0.026173 0.005093 0.040496 -0.036776 -0.036025 0.028977 0.008826 0.043967 0.025192 0.027247 0.006712 0.041062 0.041552 -0.011306 0.00393 0.014699 -0.012111 0.036537 -0.042808 -0.027324 -0.000962 0.027288 -0.00078 -0.062979 0.043558 0.043927 -0.005306\nж 0.020926 -0.00279 -0.035016 -0.008663 0.072162 0.055274 0.003981 0.050069 0.010342 0.064307 -0.004905 0.061691 -0.046478 0.039921 0.10675 -0.104921 0.090297 -0.087568 0.013788 0.105069 -0.008048 0.079184 -0.12427 0.005401 0.108157 0.149067 0.033295 -0.192172 -0.091218 0.084884 -0.010117 -0.055849 -0.044638 -0.149258 0.083178 0.020558 -0.070778 0.031136 0.059395 0.082858 -0.018047 0.087846 -0.045134 -0.006511 -0.021749 0.027069 0.142249 -0.036927 0.0319 0.049007 0.015693 -0.071498 0.083895 -0.041635 0.081233 -0.029891 -0.129361 -0.028609 0.011198 0.141938 0.119479 -0.194152 0.069031 -0.023056 0.11808 0.123532 -0.068484 0.191696 -0.232032 0.182102 -0.048855 -0.018035 -0.015283 -0.041471 -0.159099 0.135112 -0.042824 0.047036 0.004166 0.229773 -0.056451 0.020388 -0.161973 0.239472 -0.025031 0.04115 -0.081626 -0.045696 -0.011868 0.027703 0.116608 0.023275 -0.005751 0.046981 -0.10131 0.023764 -0.053894 -0.033786 0.026565 -0.039676 0.039827 0.033966 -0.072837 0.080551 0.05064 0.041102 -0.126616 -0.024554 0.09428 0.051175 0.049504 0.020752 0.022102 0.199022 -0.102507 -0.099346 -0.134916 -0.025457 -0.264169 -0.060899 0.21508 -0.056873 0.266457 -0.081319 0.090799 0.032922 -0.128129 0.098448 0.064937 -0.167785 0.040385 0.13293 -0.12385 -0.062378 -0.076925 -0.05396 -0.080881 0.194489 0.048811 0.012074 0.149607 0.034157 0.022459 0.073094 0.087802 -0.012636 -0.019831 0.241067 0.030665 0.165323 -0.060233 0.127583 0.057635 0.2522 0.004332 0.013144 0.040155 -0.16052 0.144178 0.040539 0.008457 0.019542 0.159148 -0.000283 -0.021669 0.03981 0.014713 -0.023931 0.142584 0.149798 0.082014 -0.105637 -0.127826 0.08261 0.016248 -0.086018 0.092207 0.157804 -0.080944 -0.010749 -0.193315 -0.031279 0.067652 0.010766 -0.148406 0.00058 0.002778 -0.116708 -0.1651 -0.154678 0.137724 0.044843 0.02082 -0.130906 0.055748 -0.010049 0.053487 -0.021722 0.083375 0.178165 0.187797 -0.214403 -0.02353 -0.039616 0.098475 -0.222219 0.007546 0.047601 -0.11032 0.31011 0.110335 -0.037616 0.094489 0.066652 -0.006371 0.082594 0.114019 -0.024666 -0.175035 -0.09389 -0.251868 0.077376 0.069878 -0.116176 0.134772 0.086165 0.074674 -0.194519 -0.188241 0.090954 0.016521 0.033082 -0.10008 -0.022511 -0.01207 -0.012624 -0.034647 0.013098 0.081073 0.185715 -0.169206 0.184037 0.002399 -0.106241 0.045892 -0.092627 0.104005 -0.069048 0.063434 0.04244 -0.054405 0.01587 0.231765 -0.062478 0.005442 -0.010056 0.027223 0.118405 0.073647 -0.081881 -0.064084 -0.137266 0.139459 0.039088 0.029212 0.058506 -0.176716 0.038788 -0.038545 0.054884 0.078842 -0.05979 0.049744 -0.098307 -0.154666 0.03944 0.020229 0.002758 0.056152 -0.00186 0.034471 -0.126311 0.128125 0.04263 0.015342 0.108693 0.031767 0.123594 0.020771 -0.013573 0.188733 0.006742 -0.066926 0.006942 0.110248 0.012503 0.021036 0.056503 -0.005436 0.049638\nд -0.009447 0.016222 -0.015102 -0.00125 0.032111 0.00503 -0.001147 0.004956 0.031375 0.038303 0.029577 0.003441 -0.017415 0.016625 0.033841 -0.046362 0.057481 -0.020848 0.007069 0.046261 -0.002086 0.067057 -0.008507 0.001828 0.033255 0.056849 0.022388 -0.03956 -0.019608 0.005744 0.007477 -0.036171 -0.000206 -0.017348 0.050202 0.022467 -0.041982 0.04562 0.00989 0.075411 -0.029222 0.027999 0.000876 -0.035182 -0.013985 -0.006182 0.0584 -0.042177 0.008161 0.012586 0.020866 -0.008776 0.034621 -0.044334 0.078026 -0.030791 -0.028427 0.007206 -0.010552 0.103045 0.032461 -0.086542 0.065935 0.035964 0.034154 0.052077 -0.053737 0.062898 -0.068537 0.059952 0.013667 0.035223 -0.017543 -0.021836 -0.04524 0.092099 -0.015678 0.062278 0.00611 0.056387 0.012069 0.030256 -0.051349 0.123268 -0.018668 -0.035331 -0.02359 0.01945 -0.030135 -0.025958 0.054185 0.021 -0.000919 -0.024101 -0.047679 0.014506 0.001953 -0.044569 -0.018421 -0.049983 0.022219 -0.004206 -0.061135 0.038702 0.020349 0.025698 0.018799 0.001652 0.038052 0.035588 -0.012489 0.010564 0.017409 0.045017 -0.013944 0.011374 -0.059062 0.05579 -0.085265 -0.046256 0.071522 -0.036237 0.079058 -0.010626 0.048423 -0.011761 -0.043594 0.001834 0.045678 -0.020974 0.033374 0.033284 -0.085174 -0.045209 -0.027619 -0.041043 -0.010388 0.094731 -0.007677 0.043687 0.055854 0.014398 0.011987 0.058447 0.042966 0.005834 0.023527 0.114818 0.03119 0.093809 -0.034631 0.066499 0.005099 0.133328 0.010984 -0.002903 0.013918 -0.050491 0.034779 0.039876 0.000458 0.047333 0.096302 -0.002773 -0.011058 0.008743 0.032805 0.00296 0.041848 0.064508 0.038753 -0.056761 -0.012304 0.002722 -0.039075 -0.009139 0.055415 0.07647 -0.051032 -0.003264 -0.084833 -0.002697 0.032724 0.022191 -0.017723 -0.048235 0.003236 -0.057043 -0.066511 -0.031229 0.026721 0.019983 0.008821 -0.050132 0.014891 -0.005625 0.006635 -0.032573 0.034032 0.075224 0.043267 -0.027968 0.012461 -0.00853 0.0391 -0.090098 0.00202 0.010914 -0.048336 0.105093 0.05014 -0.000907 0.061277 0.020027 0.024752 0.030693 0.063563 -0.000432 -0.084882 -0.051046 -0.09153 0.039332 0.045213 -0.034845 0.043213 0.021553 0.022812 -0.028455 -0.060343 0.028408 -0.042809 0.007123 -0.014464 -0.018608 -0.014717 0.004504 -0.020702 0.019481 0.049734 0.071299 -0.057531 0.077963 -0.019763 -0.058422 0.017144 -0.051254 0.07175 -0.040163 0.023046 0.026572 -0.032034 0.046344 0.063 -0.025419 0.01465 0.001977 0.01045 0.008862 0.066814 -0.02393 -0.007867 -0.006036 0.04164 0.02516 0.031368 0.005881 -0.087122 0.000899 -0.028049 0.001516 0.052483 0.007832 -0.01602 -0.016874 -0.047485 0.028702 0.005261 -0.013971 -0.002583 -0.025264 0.025721 -0.01884 0.053203 0.014833 0.034188 0.028523 -0.00419 0.046109 -0.002038 -0.001751 0.052179 -0.037152 -0.018488 -0.036804 0.034341 0.036673 -0.015135 0.068442 -0.005754 0.01966\nу 0.011561 0.028545 -0.039046 0.002392 0.062461 0.026663 -0.007828 -0.001024 0.030662 0.030626 0.028235 0.020861 0.004745 0.009143 0.064064 -0.0837 0.112341 -0.02884 -0.032063 0.044158 -0.018345 0.120801 -0.05291 0.020209 0.056663 0.104211 0.051578 -0.12479 -0.018034 0.043899 0.014533 -0.052562 -0.014431 -0.028845 0.058685 0.048038 -0.067684 0.032253 -0.016573 0.089273 -0.015483 0.048417 -0.021708 -0.005418 -0.027744 -0.02235 0.089348 -0.037246 -0.020845 0.039583 0.023025 -0.025822 0.046013 -0.065633 0.091217 -0.036879 -0.088541 -0.019535 -0.018479 0.139536 0.081325 -0.14412 0.079874 0.01084 0.051688 0.088862 -0.068413 0.111261 -0.125596 0.109447 0.030788 0.007935 -0.001401 -0.046705 -0.117618 0.114979 -0.04264 0.114911 0.035619 0.115054 0.013971 0.044425 -0.062157 0.168072 -0.040328 -0.082716 -0.040816 -0.013644 -0.058544 -0.04758 0.094101 0.015561 -0.045837 -0.049423 -0.034012 0.004973 -0.018162 -0.065954 -0.040449 -0.066525 0.018073 0.029786 -0.093965 0.057682 0.027979 0.052898 -0.018133 0.006501 0.080017 0.042926 -0.002533 0.022922 0.025604 0.124325 -0.031534 -0.045621 -0.087681 0.032001 -0.176862 -0.063427 0.14018 -0.047635 0.16642 -0.08581 0.094791 -0.006526 -0.133818 0.01953 0.053935 -0.062127 0.041131 0.068945 -0.092429 -0.06731 -0.052602 -0.063632 0.009816 0.122162 0.000168 0.071142 0.104306 0.014926 0.01447 0.070403 0.085734 0.008643 0.014193 0.185996 0.038045 0.119604 -0.048873 0.115206 0.008679 0.242329 0.043535 0.008025 0.039723 -0.042353 0.076849 0.049715 -0.012988 0.076228 0.136479 0.01077 -0.00386 0.004189 0.055981 -0.021278 0.060452 0.078647 0.033205 -0.07958 -0.052967 0.045879 -0.052659 -0.017091 0.064389 0.100825 -0.082189 0.021085 -0.124625 0.011395 0.058799 0.03943 -0.039381 -0.051908 -0.001133 -0.102011 -0.103614 -0.054697 0.040134 0.064116 0.002364 -0.085589 0.027223 -0.023816 0.028634 -0.05558 0.071124 0.111591 0.09995 -0.058458 0.004956 -0.013094 0.063449 -0.135774 0.023536 -0.004814 -0.055249 0.178813 0.069247 0.003817 0.085208 0.065484 0.024169 0.032069 0.109886 -0.011799 -0.135624 -0.059595 -0.125665 0.095083 0.047561 -0.064586 0.083564 0.038215 -0.006151 -0.051718 -0.109089 0.065968 -0.055356 -0.010604 -0.030401 -0.042537 0.004587 0.007294 -0.034983 0.019513 0.09768 0.113601 -0.09451 0.125208 -0.043957 -0.094361 0.008681 -0.081711 0.105649 -0.052109 -0.006278 0.037535 -0.049612 0.055361 0.128141 -0.03185 0.054719 -0.002006 0.004959 0.046604 0.082437 -0.076135 0.022242 -0.043926 0.08606 0.020618 0.016902 -0.001305 -0.14932 0.03447 -0.036063 0.017148 0.070207 -0.016896 0.027507 -0.048351 -0.108117 0.039202 0.058771 -0.006169 0.03183 -0.019611 0.046043 -0.044267 0.015091 0.019751 0.057709 0.073619 0.012023 0.037503 -0.010538 0.003246 0.080565 -0.029723 -0.025986 -0.049075 0.097714 0.065028 0.014753 0.079031 -0.05923 0.019378\ñ -0.023443 -0.017793 0.000118 0.103419 0.055581 -0.033133 -0.00091 0.002854 0.038464 -0.00022 -0.00409 0.006951 -0.079588 -0.028426 0.045863 -0.064208 -0.022347 0.034011 -0.001638 0.001035 -0.004623 -0.049034 -0.004726 0.015279 -0.0802 -0.016099 0.01073 -0.026203 -0.000899 0.028986 -0.05417 0.049015 0.034934 0.088848 -0.046822 0.053973 0.028814 0.115565 -0.055585 0.013951 -0.013655 -0.014147 -0.015289 -0.016942 0.035182 -0.062558 -0.04649 -0.050215 0.018708 0.075868 0.067163 0.059077 -0.069061 0.020695 0.051328 0.032148 0.009763 -0.027034 -0.041267 0.139692 -0.040618 0.065286 -0.019758 0.035786 -0.024557 0.006139 0.070306 0.062196 -0.034474 0.13291 -0.001547 0.016962 0.023194 -0.061885 0.026413 0.042481 0.007947 0.008533 -0.061722 -0.065347 0.035231 0.054052 -0.059287 -0.009377 -0.062442 -0.065921 -0.031074 0.067759 0.062872 0.095939 0.013892 -0.037098 -0.001323 0.077667 -0.018103 0.022152 0.01583 -0.065477 0.029693 -0.016819 -0.063177 -0.033361 0.05126 -0.050409 -0.080931 -0.005494 0.004199 -0.013621 -0.001433 0.133679 -0.066158 0.059666 -0.006711 -0.012077 0.008895 -0.011579 -0.016433 -0.079849 -0.002319 -0.041752 0.066925 -0.161413 0.041709 0.025195 -0.048491 0.027252 0.020763 -0.003946 0.021313 -0.010183 -0.009677 -0.01666 -0.098714 -0.010366 -0.032952 -0.04246 0.015207 0.034442 -0.020884 -0.005185 -0.059347 -0.023412 -0.006062 -0.030253 0.066747 -0.005054 0.040778 -0.026093 0.068151 0.043736 0.010345 0.092722 -0.046014 0.055087 -0.063461 -0.017494 -0.040703 0.069933 0.030162 0.01585 -0.025941 0.038237 0.098155 0.019126 -0.007835 0.00324 0.063607 0.060833 -0.025172 -0.004783 7.5e-05 -0.077797 -0.016648 -0.055539 0.00367 -0.002991 -0.027885 -0.027584 -0.029183 -0.037304 0.019435 -0.01083 -0.020251 0.025953 -0.03623 0.091222 -0.002766 0.081812 0.049028 -0.039809 0.008231 -0.023748 -0.010599 0.045278 0.055379 0.066943 0.010568 0.008693 -0.02479 -0.020615 0.013361 -0.044893 -0.00212 0.038135 -0.032339 -0.09344 0.021007 -0.017786 0.022211 -0.008954 -0.056595 -0.045176 0.045865 0.028921 0.01242 0.067939 -0.041904 -0.050726 8.8e-05 -0.035834 -0.010071 -0.019664 -0.012949 0.007571 0.04484 -0.036142 0.063175 0.037452 0.031605 0.021548 0.057804 -0.017929 -0.030868 -0.051079 0.011015 0.034806 0.025172 -0.068692 0.081324 0.032323 0.008025 0.022916 0.028803 -0.024966 0.029908 -0.011627 0.036711 0.021579 0.025698 0.020752 0.04691 0.038449 0.015693 0.015725 0.053727 -0.021529 0.054465 -0.058988 0.056009 0.032821 -0.04734 -0.013081 -0.071954 -0.064289 0.040547 0.022012 -0.061262 -0.01198 0.018529 0.059771 0.027533 0.06984 -0.086616 -0.003389 -0.005584 0.019407 -0.026622 0.092099 0.008988 0.049422 0.025462 -0.069457 0.05457 0.054296 0.027977 -0.023814 0.011055 0.02603 0.046415 0.013137 0.009611 -0.04518 0.034496 0.036055 -0.04335 0.0564 -0.035733 -0.008397 0.002167 0.049753\nз 0.023607 0.018638 -0.015605 0.014152 0.015276 -0.030203 0.013913 -0.014901 0.075267 0.00739 0.027146 0.004447 -0.045806 -0.002189 -0.00094 -0.014079 0.034615 -0.012901 -0.015528 0.027539 0.0105 0.056202 -0.003948 0.019146 0.029943 0.051839 0.047646 -0.025751 -0.031577 -0.007743 0.031341 -0.034954 -0.02263 -0.016623 0.055667 0.042465 -0.041684 0.050236 -0.014488 0.055585 -0.007496 0.035736 0.005776 -0.065297 -0.017113 0.000998 0.032896 -0.041012 -0.014242 0.029863 0.017416 0.010074 0.027528 -0.057107 0.065137 -0.034536 -0.016258 0.048958 0.003613 0.105346 0.026812 -0.054329 0.063291 0.073869 0.050054 0.045213 -0.051437 0.051145 -0.080548 0.032087 0.005616 0.025065 -0.020396 -0.009572 -0.033525 0.090876 -0.003471 0.073181 -0.005593 0.060476 0.001708 0.023036 -0.012005 0.118127 -0.009378 -0.041367 -0.024041 0.064195 -0.040401 -0.0414 0.024906 0.025186 -0.017197 -0.039808 -0.032933 0.015814 -0.01978 -0.026055 -0.043157 -0.051924 0.011892 -0.008901 -0.046531 0.058825 0.017873 0.040149 0.011069 0.018694 0.030422 0.025388 -0.006633 -0.00184 0.000782 0.044854 0.00333 -0.00426 -0.055899 0.061558 -0.068741 -0.017131 0.05559 -0.029823 0.04593 -0.01867 0.051418 -0.015056 -0.012816 -0.007991 0.034297 -0.024785 0.032249 0.044856 -0.048844 -0.043354 -0.039261 -0.029449 0.008495 0.082124 -0.001727 0.04726 0.03268 -0.034061 -0.007629 0.073457 0.037129 0.010544 0.054352 0.113168 0.019993 0.073561 -0.021469 0.078176 -0.006257 0.117966 0.061352 0.01097 0.018123 -0.012872 -0.000716 0.049859 0.010218 0.05195 0.058868 -0.000638 -0.013132 -0.025168 0.045814 -0.004897 0.019601 0.036332 0.023488 -0.042807 -0.017729 0.012078 -0.077195 -0.053454 0.021982 0.06442 -0.033194 -0.00042 -0.06265 -0.015656 0.01936 0.043474 -0.01534 -0.057312 -0.007207 -0.048709 -0.046676 -0.01958 0.048296 0.037453 0.007987 -0.071366 0.017471 -0.014598 0.009702 -0.039904 0.054414 0.051507 0.031929 -0.00408 0.027075 0.000677 0.03167 -0.093683 -0.006936 0.00663 -0.007633 0.065734 0.042285 -0.02089 0.081598 0.026424 0.014538 0.021737 0.042777 -0.023279 -0.042665 -0.055734 -0.053331 0.020927 0.024502 -0.015595 0.033008 0.009126 -0.009048 -0.014954 -0.033317 0.044545 -0.040449 -0.0085 0.007199 0.007111 -0.007099 0.016414 -0.027514 0.040202 0.067708 0.044114 -0.03689 0.045344 -0.038318 -0.086367 0.018724 -0.064872 0.072958 -0.043115 0.005296 0.036642 -0.027324 0.041664 0.006249 0.003444 0.017653 -0.011152 0.019581 0.018268 0.072376 -0.020451 -0.004289 0.027381 0.025714 0.026024 0.03045 0.005897 -0.095637 0.008148 -0.056442 -0.018384 0.022119 0.015975 0.014238 -0.015542 -0.033735 0.031075 0.024001 -0.012053 0.013304 0.014753 0.052745 0.017123 0.048466 0.020673 0.032157 0.034755 -0.008354 -0.003293 -0.035803 0.001684 0.053909 -0.00919 -0.017736 -0.00118 0.038533 0.064861 -0.005821 0.043993 -0.017217 0.006949\nР -0.001854 0.021661 -0.020836 -0.023499 0.061283 0.004929 -0.009532 0.036858 0.005686 0.018339 0.033608 -0.000645 0.007243 -0.004237 -0.017567 -0.08329 0.012352 0.005362 0.006869 0.072133 0.005829 0.085093 -0.019249 -0.013956 0.00822 0.001311 0.017175 -0.041267 -3e-06 0.022581 0.012598 -0.05489 0.040909 -0.028448 0.060606 0.031464 -0.077007 0.026698 0.037073 0.059608 0.012617 -0.00717 -0.015453 -0.03236 -0.003968 0.019043 0.026948 -0.017526 -0.027415 -0.015907 -0.003618 0.010572 0.050859 -0.011157 0.092309 -0.074417 -0.018799 0.044896 0.004638 0.09059 0.014002 -0.064742 0.057245 0.023464 0.043161 0.0614 -0.075781 0.017102 -0.04736 0.040529 0.018945 0.026025 -0.052576 -0.008649 -0.050984 0.075697 -0.032455 0.044915 0.004256 0.013759 0.013167 0.022661 -0.028814 0.119325 0.011399 -0.081891 -0.003868 0.036318 -0.05232 0.008955 0.086148 0.039453 -0.029792 -0.00674 -0.043514 0.009804 -0.005105 -0.047931 0.014276 -0.05398 0.029291 0.007198 -0.039372 0.102517 -0.038444 0.030115 0.015031 -0.057447 0.037952 -0.004757 -0.012746 0.011336 -0.001504 0.039411 -0.014629 0.01947 -0.031204 0.08364 -0.042616 -0.020704 0.04528 -0.021111 0.043453 0.019064 0.04552 -0.000192 -0.04114 0.00163 0.022122 -0.010967 0.024761 0.029396 -0.064104 -0.054153 0.000834 -0.046322 -0.047914 0.088048 -0.009359 0.050632 0.052993 0.028613 0.003612 0.063915 0.024592 0.034204 0.052567 0.060687 0.014277 0.09558 -0.033466 0.055147 -0.024902 0.097906 0.027174 0.014977 0.045302 -0.037083 -0.013788 0.064479 0.030491 0.082514 0.093227 -0.004189 -0.015055 -0.019673 0.02778 -0.011589 0.040897 0.082938 0.00238 -0.041655 -0.034525 0.007216 -0.025511 -0.042087 0.039504 0.057047 -0.075345 -0.038758 -0.04104 0.029587 0.032692 0.021541 -0.010892 -0.02912 0.022507 -0.042402 -0.072768 -0.047769 0.061044 0.038369 0.030207 -0.036792 0.039991 -0.041222 0.003916 -0.0159 0.021138 0.041027 0.011767 -0.01481 0.023662 0.000572 0.017333 -0.094384 -0.006719 0.020748 -0.004266 0.074146 0.050445 -0.020124 0.083219 0.026796 0.011278 0.024395 0.090109 -0.007959 -0.102717 -0.056421 -0.065556 0.03991 0.034687 0.00625 0.021147 0.008956 0.002111 -0.017304 -0.05464 0.067985 -0.04678 -0.008096 0.025319 0.02012 -0.043916 0.021351 0.001362 0.040842 0.060491 0.049581 -0.058803 0.019257 -0.03506 -0.076077 0.008592 -0.008162 0.042269 -0.042665 0.034021 0.046218 -0.045303 0.029742 0.00742 -0.009598 0.012544 -0.023322 0.005514 0.021299 0.061309 -0.032092 0.00987 0.024352 0.061713 0.017927 0.028583 0.025232 -0.092748 -0.026497 -0.025683 0.007696 0.044956 -0.007233 -0.011365 -0.023554 -0.031673 0.036667 0.015211 -0.024574 0.010119 0.004646 0.001134 -0.033557 0.045118 0.023263 0.034041 0.072598 -0.016179 0.032636 -0.008454 -0.014757 0.074739 -0.057333 -0.021877 -0.038767 0.052187 0.070138 -0.034797 0.06262 0.001573 0.008724\nИ -0.024636 0.075052 -0.093186 -0.00911 0.040971 -0.020155 0.029355 0.030373 0.017814 -0.020476 0.059054 -0.02076 -0.019743 -0.005294 -0.016927 -0.076714 -0.001065 -0.015056 0.031524 0.024982 -0.015874 0.053344 -0.011349 -0.030758 0.034914 0.011574 0.063606 -0.050857 -0.015702 0.000359 -0.005592 -0.066064 -0.017373 -0.013195 0.053704 0.036844 -0.045768 0.053128 0.045402 0.064107 -0.020333 -0.039858 -0.026626 -0.027362 -0.019281 0.036554 -0.045484 -0.020646 -0.016359 -0.029202 0.00071 -0.02726 0.019582 -0.02763 0.089527 -0.039279 -0.026018 0.096492 0.030013 0.088621 -0.004165 -0.033107 0.078058 0.051188 0.070478 0.090274 -0.096338 0.021395 -0.020183 0.045 -0.006002 0.047668 -0.069399 0.010692 -0.043608 0.084353 -0.004578 0.117209 -0.013481 0.039462 0.055096 0.015084 -0.037296 0.167704 -0.011128 -0.044184 0.039426 0.115569 -0.09248 -0.061354 0.09048 0.026533 0.001402 -0.069127 -0.037964 0.01007 0.009569 -0.075148 0.020284 -0.071622 0.062255 -0.013254 -0.079606 0.076692 -0.014727 0.0496 0.024715 -0.011054 0.035693 0.040225 -0.061136 -0.026724 -0.0152 0.071296 -0.021355 0.037184 -0.02167 0.128846 -0.038866 0.006152 0.042372 -0.066133 0.034016 -0.006642 0.032747 -0.005714 0.006932 -0.028096 0.024984 -0.037426 -0.044066 0.018448 -0.084312 -0.082984 -0.06616 -0.055229 -0.054021 0.080098 -0.023549 0.096536 0.044416 0.02513 -0.041756 0.112648 0.006146 -0.01389 0.092382 0.096117 0.030848 0.075631 -0.054653 0.108067 -0.015257 0.115081 0.119811 0.016152 0.047746 -0.042579 0.002565 0.079606 0.006824 0.092651 0.138472 -0.022327 0.003591 -0.022378 0.011204 0.012684 0.02155 0.070689 0.000328 -0.038059 -0.016404 0.027202 -0.034438 -0.04409 0.112939 0.049256 -0.115397 -0.029786 -0.087412 0.008526 0.093414 0.018892 0.016356 -0.07039 -0.006632 -0.085794 -0.0687 0.012746 0.053536 0.04757 0.001367 -0.039625 0.039108 -0.038406 -0.013986 -0.07424 0.063993 0.049044 -0.005889 -0.05998 0.025654 0.028188 -0.002209 -0.088302 0.007851 -0.011381 -0.03289 0.063829 0.037697 -0.040513 0.088014 0.0412 0.037682 0.034061 0.036113 0.018444 -0.114794 -0.074735 -0.069274 0.051174 0.035442 0.014461 0.0346 0.001228 0.005858 -0.026398 -0.122023 0.092038 -0.053206 -0.056333 0.050272 -0.007384 -0.011741 0.037236 0.006026 0.076617 0.009396 0.10402 -0.062579 0.096716 -0.064956 -0.137528 0.05261 -0.011246 0.059746 -0.005725 0.052762 0.073019 -0.05819 0.042883 0.031918 0.018466 0.041591 -0.024554 -0.009972 0.051342 0.074181 -0.003097 0.026004 -0.007554 0.06866 0.04474 0.017156 -0.002989 -0.125544 -0.034814 -0.057226 -0.019167 0.09201 0.009887 -0.047302 -0.006267 -0.068069 0.057153 0.004946 0.009446 0.010958 -0.007014 0.029468 -0.003485 0.056526 0.03204 0.028586 0.038738 -0.003715 0.014417 0.008383 -0.017612 0.111028 -0.066546 -0.014364 -0.05306 0.042801 0.04039 -0.032533 0.087432 0.019431 -0.022332\nл 0.005297 0.020473 -0.037559 -0.008676 0.021263 -0.011184 -0.007128 -0.003016 0.036029 0.031601 0.018583 0.015052 -0.008155 0.007792 0.028246 -0.048842 0.045142 -0.008028 -9.6e-05 0.048135 -0.017486 0.070232 -0.002824 0.003491 0.03581 0.04241 0.025897 -0.037077 -0.010452 0.006652 -0.001649 -0.028347 0.008335 -0.018628 0.043045 0.03034 -0.05188 0.031415 0.006734 0.068307 -0.023736 0.027897 -0.00153 -0.032736 -0.011993 0.000588 0.052109 -0.045583 -0.006887 0.010013 0.011911 -0.004521 0.031415 -0.044355 0.07735 -0.040929 -0.040757 -0.001082 -0.007884 0.099609 0.027387 -0.067064 0.072249 0.037857 0.02679 0.058388 -0.053761 0.066118 -0.065934 0.052864 0.006267 0.029823 -0.013017 -0.026494 -0.05267 0.09409 -0.012135 0.067166 -0.001606 0.046965 0.007323 0.035794 -0.041218 0.125743 -0.014122 -0.053798 -0.033706 0.028516 -0.025101 -0.023344 0.056856 0.016035 -0.009687 -0.031175 -0.034227 0.009781 0.003112 -0.036322 -0.01697 -0.049543 0.021892 0.003738 -0.049652 0.038351 0.001738 0.030628 0.005919 0.014067 0.035662 0.031048 -0.016693 0.01494 0.017128 0.05012 0.00066 0.006907 -0.059639 0.063553 -0.085588 -0.051578 0.068671 -0.047232 0.083356 -0.020883 0.061156 -0.025165 -0.046419 0.005686 0.036748 -0.019847 0.034498 0.026212 -0.08575 -0.042457 -0.029553 -0.054944 -0.007285 0.096649 -0.004025 0.054189 0.049807 0.003533 0.005862 0.070118 0.042937 0.010746 0.032804 0.119142 0.016349 0.087545 -0.036489 0.076951 0.000295 0.132614 0.020106 0.003721 0.02682 -0.043319 0.029847 0.048393 0.005208 0.051677 0.08665 0.003962 -0.011809 -0.002548 0.050063 -0.014834 0.047452 0.061822 0.018232 -0.056711 -0.015065 0.009724 -0.02258 -0.026666 0.049086 0.074253 -0.063128 0.005495 -0.080809 -0.009436 0.033341 0.023015 -0.008726 -0.048259 0.006884 -0.055293 -0.071785 -0.034441 0.029467 0.020913 0.013409 -0.04506 0.019007 -0.03489 0.008596 -0.026999 0.031019 0.078052 0.038684 -0.015344 0.021252 -0.012707 0.042425 -0.102084 0.001856 0.009158 -0.033271 0.095528 0.047391 -0.012589 0.071878 0.035753 0.025985 0.025277 0.054909 -0.023699 -0.075923 -0.056916 -0.081211 0.041656 0.03699 -0.02009 0.064011 0.013992 0.015146 -0.016402 -0.049009 0.052066 -0.045642 -0.004813 -0.011198 -0.010609 -0.014015 -0.003282 -0.027015 0.031034 0.06966 0.075508 -0.051406 0.060639 -0.020311 -0.051526 0.011756 -0.058356 0.075271 -0.044683 0.008665 0.034992 -0.044607 0.071488 0.063346 -0.021823 0.025351 0.0094 0.005208 0.012362 0.068493 -0.021488 0.016937 -0.004392 0.033772 0.02798 0.028579 0.011904 -0.089231 0.002297 -0.026344 0.010123 0.038237 -0.005962 -0.01107 -0.00449 -0.056228 0.015586 0.012634 -0.007698 -0.000535 -0.015635 0.017221 -0.020759 0.04933 0.020993 0.032024 0.026726 -0.010942 0.033474 -0.008902 0.001953 0.048142 -0.028513 -0.023801 -0.036702 0.036516 0.046548 -0.007799 0.070208 -0.017624 0.008887\nш -0.012919 0.05109 -0.062121 0.004929 0.022341 0.002995 -0.012842 0.017713 0.024804 0.056844 -0.011371 0.044905 0.019172 -0.008967 0.054176 -0.067791 0.093134 -0.022718 -0.029086 0.081106 0.000491 0.088061 -0.026598 -0.009237 0.04569 0.058345 0.048998 -0.101234 -0.00221 0.032197 -0.019071 -0.019407 0.001439 -0.05327 0.035071 0.038159 -0.051956 -0.00747 0.002314 0.094044 -0.040196 0.063461 -0.010063 0.005378 -0.035966 0.001855 0.082994 -0.040876 -0.004681 0.004802 -0.014918 -0.021016 0.037395 -0.043497 0.080786 -0.027992 -0.07899 0.001388 -0.009766 0.096898 0.078921 -0.120774 0.08696 0.011205 0.03555 0.082552 -0.04417 0.110084 -0.11306 0.088927 -0.01251 0.005541 -0.009605 -0.047368 -0.110991 0.097177 -0.026553 0.062402 0.010159 0.071853 -0.008268 0.039805 -0.075612 0.171423 -0.030456 -0.059075 -0.060971 -0.006259 -0.02323 -0.029271 0.099531 0.014565 -0.048771 -0.025216 -0.017851 -0.002334 0.004013 -0.041112 -0.020775 -0.03912 0.012731 0.020142 -0.023089 0.039328 0.026613 0.048402 -0.019652 0.016742 0.052607 0.033445 0.011686 0.011508 0.017124 0.104262 -0.008281 -0.033353 -0.090747 0.051179 -0.145738 -0.049653 0.124604 -0.0521 0.148447 -0.06997 0.075485 -0.02896 -0.091632 0.021017 0.035102 -0.055345 0.029263 0.061429 -0.090115 -0.055156 -0.032229 -0.084335 0.00321 0.118452 -0.016525 0.072969 0.06118 0.012895 -0.007697 0.066891 0.07117 0.036941 -0.007163 0.157944 0.013326 0.10729 -0.049506 0.1017 0.000135 0.189566 0.04115 -0.007264 0.04775 -0.049426 0.104444 0.052206 0.007519 0.064329 0.103874 0.004467 -0.013679 0.006987 0.04433 -0.025025 0.067288 0.056446 0.007863 -0.056435 -0.088917 0.027444 -0.015804 -0.025794 0.0267 0.094012 -0.055835 0.019811 -0.097495 -0.026627 0.048699 0.017826 -0.048421 -0.042022 0.005033 -0.114415 -0.115378 -0.072762 0.047862 0.030341 0.014972 -0.069441 0.003483 -0.03004 0.018198 -0.026351 0.04929 0.109153 0.089076 -0.05032 0.01136 -0.035914 0.039381 -0.116018 0.024397 0.023708 -0.05574 0.133823 0.067757 -0.016298 0.082326 0.065409 -0.005612 0.032723 0.091005 -0.037401 -0.103635 -0.056658 -0.112727 0.041029 0.038467 -0.064993 0.108481 0.040468 0.012706 -0.049814 -0.089237 0.072654 -0.039949 -0.026079 -0.003984 -0.023108 -0.006072 0.007965 -0.030624 0.032771 0.101474 0.126485 -0.090378 0.110773 -0.029152 -0.068122 0.006641 -0.058701 0.085334 -0.043462 -0.00926 0.036844 -0.065513 0.08845 0.123097 -0.042923 0.062798 0.001689 -0.013159 0.039221 0.077659 -0.058109 -0.003212 -0.04652 0.070653 0.000357 0.021185 0.022552 -0.110983 0.006449 -0.035847 0.031205 0.072812 -0.043321 0.004859 -0.009034 -0.118604 0.020014 0.031921 0.014053 0.028906 -0.019537 0.032425 -0.044873 0.045348 0.018568 0.049198 0.042044 -0.006221 0.041699 -0.021661 0.032506 0.070636 -0.032605 -0.021244 -0.017219 0.068978 0.036137 0.017135 0.07086 -0.033866 0.014618\nø 0.003894 -0.009787 -0.007741 0.014613 0.001052 -0.062743 -0.004369 -0.003532 0.022429 0.028656 -0.010982 0.004013 -0.009807 0.004081 -0.026718 -0.017471 0.033524 0.028463 0.036629 0.014262 0.025801 0.040546 0.023999 0.013978 0.023017 0.011255 0.035757 -0.01227 -0.017112 -0.014669 0.011227 -0.033466 0.011348 0.009186 0.042963 0.035814 -0.063893 0.019679 -0.025441 0.080146 -0.00608 0.024802 0.019254 -0.065721 -0.018823 -0.021244 0.05151 -0.042265 0.03646 0.015771 -0.012925 0.011821 -0.005698 -0.021167 0.082229 -0.043912 -0.024917 0.015414 0.005949 0.087315 -0.001684 -0.03545 0.038808 0.061075 0.046046 0.0266 -0.055719 0.016473 -0.001659 0.013228 0.011167 0.043719 -0.044908 0.007191 -0.021369 0.047085 0.011417 0.045604 0.01764 0.012591 0.007166 0.058681 -0.020657 0.071084 0.023693 -0.05209 -0.027572 0.046081 -0.020661 -0.03401 0.039429 -0.000963 0.025643 -0.02774 -0.013164 0.028396 -0.001371 -0.018692 -0.02261 -0.027452 0.032153 0.004237 -0.04494 0.055813 -0.021903 0.014524 0.001542 0.012611 -0.020518 0.065209 -0.018073 0.006008 -0.025212 0.01595 0.027278 -0.016254 -0.02251 0.050111 -0.066938 -0.002719 0.038324 -0.088105 0.039844 0.010549 0.038986 -0.000667 -0.002702 0.026699 0.037248 0.027225 0.039143 -0.003255 -0.054488 -0.029798 -0.011183 -0.037109 -0.010585 0.053803 -0.011258 0.06064 0.017289 0.014266 -0.004644 0.035789 -0.006538 -0.003448 0.017442 0.074075 0.044156 0.066208 -0.006127 0.064593 -0.03263 0.038326 0.035518 -0.001471 0.00406 -0.009202 -0.034404 0.048245 -0.005719 0.047882 0.002919 0.017688 -0.009792 0.012608 0.022037 0.006306 0.031426 0.058711 -0.000579 -0.040088 -0.00122 -0.008719 -0.017664 -0.029456 0.009479 0.042074 -0.057632 0.015601 -0.034424 0.002182 0.016817 0.016458 0.008904 -0.030703 0.039823 0.00229 -0.048926 -0.031562 0.022861 0.033358 -0.006036 -0.023943 0.040718 -0.035066 0.012198 -0.014302 0.012302 0.022166 0.050871 0.005927 0.018835 0.035439 0.01716 -0.070496 0.012796 0.012203 0.007477 0.040316 0.00808 -0.028855 0.071264 0.022658 0.024487 0.016054 0.039344 -0.001785 -0.064106 -0.064161 -0.026551 0.00313 0.057517 0.002883 0.04369 -0.017118 -0.0048 -0.007828 -0.006501 0.065192 -0.031883 -0.008188 0.036955 0.003266 -0.009789 0.023922 -0.010258 0.027057 0.034125 0.006223 -0.022622 0.034434 -0.003923 -0.048643 0.024894 -0.024787 0.059432 -0.03232 -0.005242 0.002749 -0.0058 0.029974 -0.044139 0.0237 -0.001546 0.047254 -0.010313 -0.001007 0.065743 -0.005246 0.023165 0.006608 0.032692 0.01336 0.053957 -0.004124 -0.075734 0.002043 -0.023382 -0.009943 0.007035 0.007236 -0.018495 0.01952 -0.013294 0.03842 -0.023872 -0.022282 0.008939 0.022359 0.042622 0.010379 0.039268 0.056714 -0.005248 0.035722 -0.020585 0.01256 -0.00932 0.01294 0.007222 -0.028913 -0.009404 -0.033171 0.001704 0.013759 -0.040556 0.026533 0.03247 -0.006331\nП 0.017436 0.063176 -0.082286 0.026789 0.065452 -0.00515 0.050491 1.1e-05 0.045636 -0.015178 0.066211 0.003089 0.005353 -0.005551 0.048311 -0.05369 0.106433 -0.075582 -0.001662 0.002093 -0.059399 0.121612 -0.054799 0.020576 0.018288 0.056765 0.047574 -0.110461 0.003276 0.021503 0.022479 -0.068036 -0.035604 0.016019 0.08754 0.050021 -0.067403 0.019763 -0.022061 0.061117 -0.04415 0.03517 -0.014713 -0.008886 -0.014673 -0.049182 0.09042 0.008333 -0.035647 0.009743 0.034257 0.005863 0.056373 -0.041747 0.078237 -0.022408 -0.072539 0.032356 0.006166 0.148151 0.098218 -0.162677 0.051898 0.010138 0.030522 0.072827 -0.028963 0.110065 -0.099959 0.063535 0.062571 -0.007493 -0.015771 -0.031766 -0.113485 0.086651 -0.048381 0.131508 0.01454 0.105668 0.029499 0.063464 -0.048609 0.141677 -0.082428 -0.065028 -0.006778 0.00208 -0.055456 -0.048925 0.03361 0.027598 0.018189 -0.04576 0.002922 0.024603 0.000516 -0.088374 -0.028583 -0.052492 0.059 0.034891 -0.085719 0.062308 0.012039 0.073782 -0.019662 -0.013888 0.0857 0.033031 0.015136 0.042998 0.007604 0.092344 -0.04525 -0.013385 -0.077838 0.020059 -0.135232 -0.05099 0.129117 -0.049822 0.178159 -0.068255 0.093298 0.01046 -0.114504 0.009457 0.056637 -0.073553 0.041733 0.044655 -0.09059 -0.057374 -0.071451 -0.046352 -0.011374 0.108076 -0.020543 0.086049 0.115625 0.069392 0.042039 0.070992 0.100934 0.02066 0.002134 0.189635 0.028839 0.105991 -0.065035 0.123699 -0.01593 0.223571 0.057233 -0.010209 0.055259 -0.042973 0.043758 0.041118 0.014648 0.035597 0.123882 -0.007219 -0.020664 0.058737 0.020563 -0.042731 0.041299 0.06329 0.049141 -0.094064 -0.011819 0.033163 -0.061831 -0.016377 0.043358 0.068106 -0.090238 0.008066 -0.104681 0.020383 0.047307 0.042932 0.016116 -0.041843 0.010121 -0.069496 -0.116885 -0.002578 -0.000609 0.084162 0.001967 -0.075735 0.046136 -0.037088 0.064388 -0.059097 0.073313 0.079675 0.108239 -0.020068 0.027926 -0.031918 0.039873 -0.107097 0.0362 -0.010454 -0.005988 0.129984 0.057369 -0.007981 0.063355 0.055168 0.048237 -0.003761 0.09272 -0.015033 -0.125779 -0.074045 -0.066787 0.136112 0.048253 -0.061334 0.059575 0.040963 -0.024043 -0.017972 -0.06312 0.045043 -0.096928 -0.019629 -0.038381 -0.05519 -0.039838 -0.000752 -0.008502 0.003768 0.07488 0.100608 -0.074347 0.107264 -0.042563 -0.096632 -0.003811 -0.052172 0.085647 -0.071308 -0.035166 0.054013 -0.024198 0.068075 0.081939 0.016402 0.070845 -0.007724 -0.006582 0.032879 0.099093 -0.084456 0.038489 -0.027251 0.066456 -0.020324 0.00447 -0.014973 -0.146022 0.003878 -0.058979 -0.01143 0.056511 -0.022095 -0.01924 -0.090755 -0.091197 -0.018785 0.053384 0.006501 0.047888 -0.013383 0.061977 -0.057817 0.040804 0.042483 0.01947 0.053163 0.028254 0.043497 -0.013068 -0.000214 0.058438 -0.033262 -0.018674 -0.041197 0.105027 0.069081 0.047324 0.042434 -0.03445 0.036234\nк -0.000199 0.031779 -0.032442 -0.00284 0.028358 0.000114 -0.005468 -0.00905 0.043111 0.027445 0.016364 -0.003037 -0.008196 0.012862 0.023332 -0.05028 0.04924 -0.025873 -0.004121 0.044317 -0.011221 0.064152 -0.004132 0.006465 0.022051 0.055949 0.023379 -0.045803 -0.010206 0.001915 0.001394 -0.046569 -0.012459 -0.02572 0.048638 0.027114 -0.052164 0.045167 0.010991 0.059967 -0.030733 0.015337 -0.005864 -0.037045 -0.015452 -0.004106 0.04485 -0.041622 -0.01924 0.00864 0.016474 -0.004768 0.0326 -0.036624 0.087117 -0.025002 -0.041701 0.016718 0.00448 0.102156 0.04277 -0.065298 0.063652 0.039834 0.024548 0.05725 -0.064026 0.051346 -0.057525 0.052484 0.006098 0.036055 -0.011367 -0.02411 -0.038365 0.08898 -0.013135 0.078107 0.000929 0.06035 0.011944 0.043096 -0.024209 0.106658 -0.009855 -0.037308 -0.015288 0.020383 -0.033055 -0.023094 0.051899 0.028183 0.000812 -0.027866 -0.027644 0.020127 0.006882 -0.034556 -0.01991 -0.040339 0.042047 0.018495 -0.048179 0.036004 0.015913 0.031693 0.020246 0.002863 0.044812 0.044665 -0.012836 0.019031 0.00403 0.062391 0.000969 0.005638 -0.048738 0.048747 -0.075797 -0.038654 0.071806 -0.044026 0.081955 -0.007523 0.053077 -0.016184 -0.050589 -0.000237 0.03117 -0.022821 0.028313 0.019906 -0.074439 -0.037874 -0.044953 -0.045277 -0.009264 0.081584 -0.010251 0.062606 0.057314 0.028405 0.012926 0.059151 0.042178 0.005838 0.034552 0.108479 0.026016 0.082563 -0.03729 0.074782 0.00363 0.141386 0.019706 -0.001151 0.021745 -0.03822 0.035637 0.04227 0.003002 0.038052 0.081776 0.002749 -0.006061 0.003357 0.061339 -0.005719 0.030088 0.068644 0.026106 -0.063671 0.000263 0.009876 -0.032653 -0.013054 0.057313 0.068889 -0.052847 -0.002747 -0.082563 0.011234 0.022793 0.006778 -0.020336 -0.053432 -0.001101 -0.057984 -0.06921 -0.019643 0.023575 0.024619 0.002983 -0.042345 0.029777 -0.02741 0.010934 -0.0377 0.024689 0.070294 0.027055 -0.011339 0.024092 -0.000992 0.037878 -0.092582 0.008439 -0.002411 -0.031967 0.088346 0.052061 0.000209 0.050115 0.028151 0.033004 0.019205 0.066193 -0.008386 -0.082979 -0.045002 -0.082056 0.057117 0.032811 -0.010776 0.043322 0.022817 0.016129 -0.018827 -0.062564 0.018888 -0.047146 0.003711 -0.011226 -0.01847 -0.017333 0.004475 -0.014131 0.030655 0.05517 0.071846 -0.039624 0.054745 -0.026168 -0.051251 0.018289 -0.046419 0.072961 -0.042773 0.007203 0.028373 -0.03296 0.065622 0.053219 -0.018395 0.013909 0.005818 0.016777 -0.000911 0.065029 -0.014554 0.008514 -0.013724 0.02232 0.025776 0.038087 -0.006847 -0.078293 0.001695 -0.018716 -0.000747 0.050224 -0.002833 -0.024004 -0.012171 -0.039317 0.02098 0.018113 -0.01049 -0.009829 -0.023884 0.024014 -0.015583 0.051599 0.032457 0.021035 0.036374 -0.003603 0.032955 -0.001828 -0.016598 0.054533 -0.040761 -0.012654 -0.048322 0.049866 0.049938 -0.012157 0.069345 -0.00144 0.020504\nπ -0.024374 0.116213 -0.093048 -0.077732 0.215501 0.036725 -0.016426 -0.040759 0.020363 -0.007175 -0.004423 -0.023417 -0.02343 0.034952 -0.073132 0.008025 0.06777 -0.023738 -0.064699 -0.006656 0.039667 0.12382 0.15761 -0.020982 0.004909 0.141675 0.00139 0.048558 0.120316 -0.01222 -0.12028 -0.042589 -0.024217 -0.04873 0.138623 -0.00388 -0.090269 0.140764 -0.092816 0.135872 0.031903 0.049686 -0.003087 0.018531 -0.062996 0.112536 0.018998 0.020882 0.017085 0.122143 0.060568 -0.22426 0.084974 -0.087141 0.091312 -0.021019 -0.167233 0.116028 0.013601 0.067028 -0.061767 -0.094967 0.192528 0.154923 -0.085511 0.085953 -0.083263 -0.084324 -0.067428 0.052736 -0.028457 -0.018235 0.003516 0.067482 0.096899 -0.013709 -0.003687 0.04154 0.012425 0.040769 -0.155992 0.175634 0.047623 0.124457 0.114065 -0.089076 0.027086 -0.114094 0.011619 -0.084292 0.062434 0.001872 -0.029134 -0.018605 -0.085876 0.04853 -0.053404 0.019895 0.089701 -0.045412 0.080076 -0.033623 -0.048698 0.105496 0.035323 0.115316 -0.083715 -0.015103 -0.040128 0.049986 0.118554 -0.008256 -0.032649 -0.093091 -0.136293 0.074646 -0.031123 0.131214 -0.114496 -0.076489 0.060305 -0.066993 -0.0723 -0.036763 0.061188 0.064547 -0.104999 0.044358 0.000726 -0.050741 0.030164 -0.088631 -0.078639 0.040759 -0.171875 -0.063877 -0.025576 0.02612 0.021833 0.069015 -0.030389 -0.053843 0.174301 0.101664 -0.124229 -0.126429 -0.083272 0.021416 0.033935 0.048235 -0.039419 0.159531 0.087814 -0.04345 0.00914 0.019145 0.02508 0.070127 0.025856 0.207391 0.103958 -0.00346 0.023157 -0.060363 0.08401 -0.11208 0.121614 -0.012298 0.153716 -0.03657 0.00201 -0.111302 -0.056509 -0.006881 -0.022631 -0.139053 -0.086614 0.026449 0.177053 -0.092347 -0.018268 0.127366 -0.012224 0.08728 0.024296 -0.116341 0.062687 0.092035 -0.089677 -0.09792 0.019778 0.102689 -0.031833 -0.006756 0.072423 -0.029334 0.100202 -0.061065 0.015499 0.052503 -0.104606 0.034577 0.032741 -0.149603 -0.009237 -0.069223 -0.06017 0.132415 0.004415 0.18107 0.076079 0.012747 -0.037285 0.171191 0.062608 0.082596 -0.009222 -0.011152 -0.12924 -0.006238 -0.066648 -0.055938 0.005498 -0.152445 0.021245 0.063644 0.018217 0.015482 -0.098704 0.039138 0.025615 -0.116017 0.085829 0.015757 0.039959 0.007678 -0.065695 -0.04002 0.014526 -0.024641 -0.155097 -0.108104 0.034092 -0.183893 0.050183 -0.070793 0.024602 0.045012 0.022679 0.052383 -0.023823 0.013797 0.02891 0.075257 -0.013352 -0.065478 0.031536 0.073289 0.115265 0.019992 0.065494 -0.099037 0.013771 0.020961 0.036106 -0.021503 -0.097337 0.075282 0.106679 -0.145466 -0.093373 -0.101442 -0.086859 -0.053572 -0.090125 0.194933 -0.043764 0.02996 -0.073555 0.090282 0.045119 -0.085402 0.005034 0.021607 0.111966 0.198668 -0.157727 0.053061 -0.085251 -0.006261 -0.045881 0.01687 -0.03953 -0.019951 -0.037821 0.064078 -0.134892 0.11024 -0.026181 -0.100478\nг 0.000262 0.010894 -0.027121 0.005651 0.020241 -0.007775 -0.010715 0.00657 0.023976 0.023748 0.019591 0.028926 -0.00999 0.010484 0.026606 -0.034937 0.059249 -0.000334 0.004043 0.041573 0.011174 0.077414 -0.005512 -0.006949 0.039416 0.044313 0.024614 -0.03591 -0.016513 0.003897 0.004473 -0.027951 0.007789 -0.021398 0.03736 0.034692 -0.041853 0.034673 0.017955 0.070697 -0.015552 0.038037 0.007843 -0.026792 -0.016627 -0.010107 0.064449 -0.047144 0.001892 0.007648 0.007178 -0.002753 0.02919 -0.033761 0.068165 -0.028008 -0.034491 0.005799 -0.001848 0.096986 0.03107 -0.075183 0.071292 0.029398 0.036006 0.05271 -0.049667 0.068035 -0.078948 0.051082 -0.006035 0.027779 -0.016448 -0.030705 -0.038767 0.08415 -0.013858 0.05013 -0.001426 0.04432 0.007325 0.02104 -0.050591 0.131141 -0.020296 -0.053254 -0.039151 0.023201 -0.034356 -0.012731 0.058362 0.018097 -0.021913 -0.024605 -0.037705 0.013174 0.002009 -0.033634 -0.024525 -0.047062 0.02139 -0.002666 -0.043799 0.036918 0.000465 0.033608 0.004702 0.023831 0.029203 0.017093 -0.002893 0.020757 0.019169 0.051153 -0.015635 0.000801 -0.065412 0.058801 -0.089619 -0.040692 0.076162 -0.049998 0.088221 -0.028329 0.063815 -0.025817 -0.046411 -0.001556 0.045288 -0.029293 0.028998 0.028933 -0.089388 -0.0398 -0.023041 -0.056217 0.000693 0.086688 -0.002371 0.048721 0.046437 -0.004713 -0.005814 0.069945 0.049749 0.019836 0.01867 0.120662 0.02342 0.081174 -0.044686 0.07921 0.00061 0.126064 0.031813 -0.011392 0.019194 -0.039132 0.045475 0.039719 0.014007 0.056726 0.090811 0.010926 -0.017054 -0.007578 0.036222 -0.005475 0.051401 0.046579 0.015574 -0.03322 -0.019381 0.013226 -0.02813 -0.017052 0.036053 0.067348 -0.066446 0.006262 -0.077505 -0.014211 0.039566 0.013752 -0.011656 -0.033631 0.008589 -0.05985 -0.074497 -0.035974 0.034441 0.025309 0.008273 -0.056366 0.023578 -0.024363 0.006602 -0.02604 0.040543 0.070477 0.058704 -0.017559 0.019101 -0.015894 0.03204 -0.091251 0.010952 0.021237 -0.03346 0.088256 0.046969 -0.024534 0.070288 0.036266 0.020622 0.025902 0.062574 -0.021584 -0.069544 -0.051953 -0.075312 0.031266 0.035254 -0.029206 0.06238 0.017264 0.016407 -0.032252 -0.045252 0.050127 -0.051752 -0.004503 -0.002742 -0.011846 -0.011884 0.00663 -0.03775 0.027482 0.050422 0.070661 -0.064317 0.073257 -0.012795 -0.057599 0.009646 -0.054927 0.08412 -0.041057 0.018656 0.044 -0.035806 0.055576 0.072408 -0.022628 0.029812 -0.000427 -0.002259 0.015455 0.060807 -0.028011 0.014397 -0.009108 0.039593 0.002312 0.036098 0.015879 -0.086816 0.014102 -0.03965 0.009736 0.033575 -0.008104 -0.006667 -0.006575 -0.063111 0.020634 0.0133 -0.007341 0.009852 -0.023143 0.027261 -0.010296 0.05246 0.026051 0.042402 0.02083 -0.007867 0.022769 -0.021002 0.017215 0.057915 -0.025912 -0.019468 -0.037458 0.040457 0.04607 -0.001292 0.057747 -0.009666 0.003774\nя -0.0128 0.021175 -0.048334 0.005724 0.000665 -0.020826 -0.001961 0.021605 0.015305 0.033036 0.012862 0.034278 -0.023176 0.001065 0.034914 -0.039124 0.032162 -0.002365 0.010255 0.068748 -0.008695 0.059006 -0.011194 -0.014789 0.009888 0.050845 0.023414 -0.012735 -0.013912 0.032313 -0.012501 -0.025492 0.008318 -0.045892 0.043612 0.029065 -0.031709 0.026704 0.029127 0.065624 -0.035864 0.031786 0.028599 -0.012305 -0.026953 0.004099 0.058234 -0.058083 0.012227 -0.014617 0.00624 -0.001075 0.013949 -0.030008 0.076025 -0.01737 -0.024615 -0.008575 0.011307 0.081913 0.022605 -0.052272 0.06365 0.038176 0.040664 0.052169 -0.042825 0.090119 -0.091485 0.06081 -0.017883 0.036723 -0.027031 -0.03792 -0.027461 0.086779 0.001728 0.030534 -0.017299 0.036191 0.000918 0.025462 -0.061801 0.13615 -0.019362 -0.040151 -0.052553 0.032914 -0.020299 0.009359 0.067585 0.022291 -0.010573 -0.020815 -0.035886 0.00113 -0.001976 -0.027631 -0.014277 -0.045636 0.033809 0.013174 -0.027417 0.035245 0.004968 0.030746 0.005394 0.023509 0.012578 0.017961 -0.01919 0.028769 0.001516 0.058136 0.013804 0.008524 -0.06916 0.071617 -0.06637 -0.044692 0.07429 -0.064115 0.088107 -0.003076 0.041384 -0.024882 -0.023392 0.018914 0.042497 -0.028213 0.008507 0.038833 -0.098318 -0.039679 -0.028332 -0.060896 -0.018143 0.107856 -0.021449 0.042404 0.036062 0.006374 -0.007546 0.062746 0.032629 0.021313 0.031668 0.095743 0.024964 0.07418 -0.051041 0.077548 0.013405 0.105737 0.003915 -0.010719 0.006284 -0.043398 0.051215 0.038963 0.02284 0.053158 0.088881 0.020757 -0.023191 -0.026808 0.02427 0.001139 0.064145 0.051931 0.01685 -0.037531 -0.001958 0.015403 -0.021065 -0.010237 0.036019 0.064008 -0.069961 0.003875 -0.081475 -0.032908 0.047493 0.003821 -0.032575 -0.020323 0.001073 -0.047485 -0.076587 -0.04257 0.046581 0.004394 0.012797 -0.030609 0.016113 -0.026013 0.017602 -0.008813 0.013984 0.08576 0.058303 -0.020087 0.026777 -0.017522 0.036973 -0.091785 0.000843 0.004971 -0.049782 0.087574 0.054601 -0.029051 0.073576 0.03991 0.033482 0.029976 0.069083 -0.033795 -0.062733 -0.058794 -0.099 0.032237 0.061635 -0.032207 0.0678 0.007025 0.026163 -0.043221 -0.04813 0.063217 -0.031967 0.001331 -0.012561 -0.017851 -0.033711 -0.006906 -0.029453 0.020633 0.050715 0.095869 -0.059381 0.086398 -0.00799 -0.04276 0.048867 -0.054961 0.065352 -0.045366 0.015987 0.041542 -0.043946 0.067495 0.079391 -0.024808 0.031718 -0.010904 -0.002631 0.012835 0.070571 -0.021833 0.014303 -0.027328 0.037153 0.016666 0.052282 0.033806 -0.084372 -6e-06 -0.023171 0.030802 0.036548 -0.016353 -0.019757 0.012998 -0.062554 0.016129 -0.008193 0.00919 0.002269 -0.034804 0.005807 -0.011692 0.073133 0.020337 0.037651 -0.00275 -0.012921 0.050897 -0.00166 0.005675 0.071671 -0.034729 0.002084 -0.031623 0.044321 0.035771 -0.013809 0.058372 0.003223 -0.008383\nΩ 0.08292 0.144481 -0.081554 0.058629 0.032286 -0.127091 0.113347 0.041323 -0.044046 0.031202 0.012628 -0.03956 -0.058364 0.07679 -0.096213 -0.048995 0.013214 0.062798 -0.022284 -0.008306 0.084087 -0.03882 0.014631 0.034661 0.049488 0.053288 0.067334 0.037923 -0.004089 0.04524 0.072038 0.049915 0.049243 -0.01359 -0.01555 0.026894 -0.059364 0.054573 -0.106231 -0.060814 -0.128632 0.091731 -0.04533 -0.054791 -0.116968 0.019446 0.015587 0.023564 0.04913 0.081165 0.004892 0.05716 0.00216 0.019593 0.041179 -0.043696 -0.104502 0.145095 -0.019645 0.037497 -0.045256 -0.127137 0.15285 0.157328 0.049788 -0.031432 -0.06393 0.018346 -0.070933 0.052137 0.039311 0.096616 -0.067976 -0.067737 0.058174 -0.04472 -0.034555 0.174436 -0.080854 -0.012459 -0.06374 0.056269 -0.030033 0.030252 0.006104 -0.06993 -0.02381 0.031795 -0.106968 0.057797 -0.036766 0.090347 -0.061293 0.011996 0.075564 0.088226 0.023606 0.036397 0.038799 0.096308 0.03384 -0.084687 0.107823 0.107472 -0.036881 0.045897 -0.019343 -0.021863 -0.108314 0.003089 -0.081095 0.018816 -0.007297 -0.008798 0.07622 0.064868 0.021421 0.019759 0.031759 0.074016 0.151701 -0.001483 -0.228516 0.002141 0.045761 -0.052577 0.009201 -0.018991 -0.064812 0.099244 0.089712 0.000686 0.012645 0.041552 -0.020306 0.019996 -0.073852 0.142905 0.058553 0.053282 0.02925 0.120257 0.017443 0.029996 0.020661 -0.06834 -0.173758 -0.03775 0.063338 0.033884 -0.075378 -0.082718 -0.067427 0.008172 0.085807 0.105098 0.004581 -0.056576 -0.125307 0.051239 0.0744 0.008014 0.003366 -0.065106 0.089852 0.072016 0.123868 0.078185 0.065369 0.138995 0.103437 -0.135135 0.004798 0.039299 -0.133615 0.002009 -0.053642 -0.023568 0.067907 -0.092971 -0.109418 0.029635 0.102774 0.117876 -0.098184 -0.192518 0.110593 -0.023574 -0.120063 -0.030873 0.025367 0.149723 -0.010083 -0.145962 0.117745 0.141056 -0.122863 -0.11276 0.032907 -0.047742 -0.058467 0.02473 0.023305 0.00558 -0.091746 -0.241062 -0.017902 -0.039921 -0.044317 0.060968 0.017896 -0.11842 0.082479 0.047787 0.051408 0.041133 0.1254 -0.034636 -0.032238 0.033531 -0.004231 1.4e-05 -0.043915 -0.167738 -0.017796 -0.194024 -0.111449 0.029952 -0.011008 0.100562 0.044002 0.007074 0.105819 -0.050313 -0.095403 0.046705 -0.029416 -0.106349 0.055128 -0.023673 -0.173309 -0.037551 0.064627 -0.172097 0.097178 -0.077876 0.045842 -0.135449 0.008352 -0.103192 0.179915 0.059348 -0.014977 -0.005621 0.082413 0.004299 -0.0305 -0.058724 0.131622 -0.104748 -0.069633 -0.049222 0.068862 0.096427 0.009976 0.070688 -0.077998 -0.019632 -0.031569 -0.055467 -0.106615 -0.189243 -0.105836 -0.085836 -0.062896 0.129024 -0.022021 -0.028398 0.063369 0.126649 -0.044379 -0.200708 -0.033109 0.013125 0.005604 0.083345 0.021777 -0.042354 -0.028095 0.087098 0.109175 0.010374 -0.012572 0.081251 -0.102111 0.056595 0.035401 0.077339 0.023543 0.014897\nł 0.009889 -0.042058 -0.035407 -0.001402 -0.009174 -0.096538 0.032487 -0.011422 0.050822 -0.01099 -0.006757 0.052733 -0.004008 0.030912 0.03186 0.038699 0.054863 0.021098 0.018275 0.008754 0.020456 0.041407 0.046108 0.019767 0.038608 0.033635 0.034926 -0.018332 -0.055287 -0.019883 -0.001454 -0.015902 -0.006134 0.017764 -0.000581 0.006076 -0.030781 0.035145 0.002855 0.131776 -0.030838 0.047184 0.006872 -0.102608 -0.020155 0.010437 0.058955 -0.101175 0.012359 0.023 -0.001805 -0.005988 -0.059986 -0.0029 0.059886 -0.033879 -0.026115 0.02242 0.024146 0.035647 -0.033249 -0.004757 0.043096 0.066942 0.063257 0.001227 -0.026775 -0.006042 -0.054395 -0.007085 -0.033851 0.0072 -0.04577 0.052118 -0.002214 0.077198 0.062724 0.078785 0.043829 0.025717 -0.003452 0.045033 0.015577 0.088643 0.037294 -0.08104 -0.033341 0.069183 -0.003769 -0.071551 0.087576 -0.000118 0.01866 -0.075373 -0.072899 0.024415 0.001583 -0.009936 -0.04339 -0.041409 0.024292 -0.038699 -0.049608 0.075821 -0.073528 -0.016849 -0.012151 0.005719 -0.026834 0.086697 -0.011107 -0.002517 -0.054856 0.0345 0.004411 -0.009118 -0.012503 0.07288 -0.066484 -0.008823 -0.027458 -0.063698 0.077169 -0.02594 0.04432 -0.009669 0.014691 -0.029351 0.030212 0.006855 0.039099 0.023121 -0.061556 -0.010368 -0.055422 -0.018351 -0.002273 0.09229 0.01861 0.054771 0.035961 -0.020838 -0.02138 0.02988 0.000696 0.016432 -0.03146 0.025827 0.01026 0.046934 -0.011256 0.038203 -0.000502 0.054339 0.024976 0.031192 -0.011823 0.042989 -0.035981 0.081975 0.023923 0.041438 0.060272 -0.000469 0.031842 -0.002501 0.018038 -0.00138 -0.038847 0.092697 0.013073 -0.044182 -0.015727 -0.013103 -0.03091 0.018895 0.010747 0.074489 -0.066116 0.033109 -0.063233 0.00954 0.034217 0.026589 -0.017419 -0.007128 0.032486 -0.008113 -0.008751 -0.037239 0.059115 0.0023 -0.000467 -0.046878 0.010254 -0.003257 0.054425 -0.022269 0.003769 0.023511 0.091554 0.018892 0.07089 -0.00956 0.04166 -0.028448 0.01363 0.019733 -0.010656 0.007635 0.016093 -0.040756 0.084515 -0.024338 -0.000516 0.008282 0.030478 -0.018929 -0.059753 -0.070362 -0.022712 -0.055443 0.055301 -0.003275 0.024592 -0.030252 0.010717 0.007902 -0.008952 0.054092 -0.064421 0.042518 0.069666 0.006158 -0.003616 0.008504 -0.040186 0.051547 0.057317 0.067934 -0.039159 0.057389 0.013177 -0.048821 0.031229 -0.059162 0.055956 -0.061833 0.061507 0.020826 -0.009582 0.024778 0.001035 0.06851 0.016188 0.032814 0.017296 0.012293 0.068949 0.003716 0.061108 0.025549 -0.000422 0.005515 0.067777 0.011043 -0.114598 -0.008349 -0.044444 -0.02889 0.001192 0.005786 -0.002235 0.006992 -0.036026 0.054818 0.017498 -0.020916 -0.011255 0.016173 0.010549 0.019147 0.040299 0.069855 0.012349 0.001894 0.001067 0.02392 0.029565 -0.005864 -0.003155 -0.029004 0.042127 -0.025734 0.005954 -0.014859 -0.064948 0.030724 0.079259 0.011583\nƣ -0.045005 -0.037312 0.013481 -0.027501 -0.080583 -0.061029 0.010831 -0.003007 -0.044887 0.123707 0.099128 -0.176553 0.004285 -0.050772 -0.037451 -0.014814 0.037414 0.019931 0.084884 -0.039145 0.006614 0.110774 0.136691 0.030818 -0.029226 -0.070554 0.059835 0.044998 -0.06558 0.019584 -0.036417 -0.023824 0.083132 -0.00634 0.060631 0.000479 -0.042046 0.087666 -0.035322 -0.078866 -0.054618 0.032354 -0.047493 -0.015484 -0.098955 -0.004568 -0.008143 -0.052417 -0.038645 0.060265 0.051545 -0.063794 0.062786 -0.00547 0.05535 0.003353 -0.009316 -0.015929 -0.026656 0.060677 -0.086791 -0.119153 0.137853 0.057171 0.036047 0.033165 -0.154496 0.038587 -0.125648 0.011834 -0.026657 0.045749 -0.069328 0.028618 0.025466 0.071673 -0.085669 -0.013158 -0.052295 0.00658 0.012956 0.075792 -0.028828 0.030277 -0.085633 0.018636 0.021524 -0.012975 -0.100312 0.013597 0.095971 0.055137 0.021716 0.074671 -0.017374 -0.006816 -0.05609 0.014986 0.137893 -0.014515 0.088801 0.104163 0.096455 0.086146 0.034757 -0.015574 0.009057 0.036784 0.031669 0.05525 0.035689 0.029492 -0.071006 -0.005693 0.07876 0.1247 -0.086879 0.039669 -0.057814 0.091872 0.086546 0.051347 0.004886 0.032713 -0.079533 0.052368 0.030028 -0.059911 0.057211 -0.004698 0.051217 -0.022145 -0.006307 -0.014144 0.039726 -0.019169 0.057392 -0.029829 -0.081321 0.053093 -0.02635 -0.05928 -0.101787 0.042389 0.041876 0.016095 0.04311 0.039153 0.100755 0.044354 -0.009695 -0.013092 -0.018319 -0.068891 0.028512 -0.094792 0.01251 -0.042155 -0.021899 -0.012588 -0.018194 0.099855 -0.04868 -0.011538 0.009362 0.021067 0.035585 -0.047875 -0.046018 0.093958 -0.077889 -0.051667 0.017959 -0.0107 -0.067837 0.050128 -0.02011 -0.03449 -0.045295 -0.045578 -0.200734 -0.004355 0.063692 0.046037 0.005219 0.033898 0.027975 0.047548 -0.04548 -0.020065 0.095135 -0.09896 0.066165 -0.066821 -0.027964 -0.02288 0.020611 0.055802 -0.022794 0.017642 0.034222 -0.019678 0.082581 0.019686 0.02431 0.004839 -0.02741 0.048971 0.014305 0.091842 0.093433 -0.044166 0.056858 -0.026598 0.089001 0.144872 0.020054 -0.072883 0.107141 -0.046079 -0.011013 -0.017489 -0.001789 0.004964 -0.117643 -0.050343 -0.040982 -0.055775 -0.018159 0.068425 0.03555 0.030408 0.051027 0.065654 0.078813 0.04327 -0.079894 0.055449 0.137867 -0.004569 -0.026833 -0.036228 -0.111848 0.004048 0.023452 -0.213561 -0.097911 -0.033728 0.060786 0.030402 0.02524 -0.002051 0.04215 -0.051096 0.009831 -0.025337 0.028148 0.052758 0.035902 -0.054921 -4.3e-05 0.019547 0.05234 0.001664 0.043041 -0.017464 -0.118893 -0.025774 0.007742 -0.038294 0.03161 0.053586 0.04587 -0.004093 0.074435 -0.022649 -0.040744 0.000303 0.047672 -0.029857 0.024811 0.001045 0.049537 -0.003144 0.075903 -0.061095 -0.086452 -0.002027 0.011648 0.025505 -0.019635 0.059829 -0.061613 -0.011193 0.039469 0.122174 -0.167923 -0.034238 -0.040501 -0.004233\nц 0.000946 0.03293 -0.060008 -0.012449 -0.004712 -0.001612 0.019212 -0.020552 0.007675 0.039104 0.009345 -0.004673 -0.020958 0.011666 0.028259 -0.063353 0.026379 -0.041914 0.007642 0.043171 -0.010988 0.056296 0.027411 0.019568 0.008556 0.051118 0.031193 -0.036664 0.002122 0.004316 0.026856 -0.041609 -0.018574 -0.020724 0.037676 -0.003509 -0.048869 0.021609 0.006715 0.078504 -0.045827 0.013493 0.016636 -0.05347 -0.002247 0.008622 0.047828 -0.043116 0.003737 0.018157 0.016869 0.017082 0.037454 -0.050956 0.06861 -0.055668 -0.03141 0.018295 -0.005322 0.101241 0.035024 -0.067926 0.067433 0.043134 0.019545 0.045229 -0.026801 0.048391 -0.05989 0.042705 0.028887 0.044265 -0.025107 -0.006381 -0.042661 0.093659 0.007318 0.084587 -0.003533 0.050685 -0.012149 0.053703 -0.022099 0.11514 -0.019498 -0.050738 -0.020718 0.035905 -0.040402 -0.019746 0.068291 0.046548 -0.006352 -0.044759 -0.039374 -0.000403 0.011356 -0.049062 -0.0225 -0.058601 0.018503 0.005737 -0.065187 0.0334 0.006017 0.043758 0.031876 0.000204 0.033992 0.043374 -0.029561 0.019756 0.002433 0.038532 0.009937 0.02468 -0.038326 0.055219 -0.063212 -0.04163 0.073104 -0.047528 0.065755 -0.005854 0.054537 -0.025296 -0.057097 0.002591 0.025813 0.027764 0.026825 0.044164 -0.072287 -0.035666 -0.027473 -0.045303 -0.022603 0.090591 -0.044311 0.073265 0.046376 0.041965 0.029088 0.062485 0.018767 0.017275 0.081411 0.090473 0.027081 0.087721 -0.007553 0.072623 0.019004 0.118739 0.015631 -0.004703 0.021613 -0.053305 0.018051 0.051 -0.014158 0.061643 0.065943 -0.007651 -0.01126 -0.006529 0.077291 0.010575 0.019786 0.082065 0.018907 -0.09962 0.014996 0.018207 -0.038361 -0.019746 0.058889 0.062535 -0.039878 0.00346 -0.102934 0.003948 0.020071 0.011386 -0.026372 -0.066902 0.005487 -0.046152 -0.058279 -0.020277 0.001295 0.026197 0.015176 -0.021889 0.025741 -0.049806 0.002636 -0.037141 0.015594 0.068957 0.012509 7.9e-05 -0.000431 0.016636 0.051941 -0.080544 0.004868 -0.023239 -0.032109 0.106516 0.049697 -0.006338 0.060479 0.032264 0.041011 0.03074 0.083051 0.008166 -0.065621 -0.068748 -0.076927 0.056414 0.040841 -0.000707 0.017277 0.009424 0.013123 -0.001517 -0.057087 0.037196 -0.064157 -0.017043 -0.013769 -0.022814 -0.026891 -0.003123 0.0071 0.034852 0.06585 0.068078 -0.02924 0.065939 -0.02031 -0.05185 0.025925 -0.051921 0.047266 -0.035899 0.007817 0.047693 -0.044284 0.076174 0.044238 -0.025619 0.016332 -0.008138 0.010382 -0.018885 0.055198 0.008286 0.015797 -0.000397 0.014775 0.030356 0.016411 0.0062 -0.090143 -0.026007 -0.025417 0.021842 0.048092 0.002211 -0.019045 -0.001548 -0.041181 -0.004483 0.009126 -0.026456 -0.014496 -0.034325 0.011094 -0.012508 0.02078 0.049352 0.021423 0.007376 -0.020721 0.054226 0.003971 -0.001795 0.037685 -0.056596 0.000177 -0.046845 0.030348 0.03443 -0.026417 0.088342 -0.017794 0.014378\ně -0.031534 0.034863 0.007292 0.020082 0.032982 -0.040591 0.062168 0.024539 -0.026929 -0.056788 -0.043784 0.014698 -0.015924 -0.025262 0.005263 0.05068 -0.014996 -0.011059 0.032811 0.001644 0.04294 0.021566 0.104756 0.043592 -0.024283 0.017801 0.035143 -0.012141 -0.048365 -0.019928 -0.017515 0.010112 0.088855 0.044087 0.014214 0.03788 -0.026759 0.034099 0.016786 0.072523 -0.013294 0.014009 -0.035008 -0.053135 0.00586 0.046891 0.003201 0.016542 0.038443 -0.00484 -0.056632 0.030461 -0.00751 -0.08777 0.047644 0.009893 0.053437 0.011572 0.057754 0.032558 -0.017342 -0.005186 0.031279 0.045759 0.058199 0.028346 -0.023478 0.051291 -0.006192 0.026752 -0.038973 0.002025 0.003722 0.057856 -0.021448 0.022861 0.041352 0.046006 -0.035071 -0.022623 0.06035 0.045969 0.010037 0.140572 -0.034141 -0.038906 -0.014659 0.091134 0.031818 -0.006348 0.073556 -0.011121 0.047132 -0.075895 0.019598 -0.032254 0.002096 -0.000279 -0.035991 -0.032477 -0.014337 -0.009486 -0.057051 0.041338 -0.026572 0.038541 -0.007493 -0.016012 -0.019122 0.018401 -0.099053 0.043178 -0.007813 -0.002216 -0.011148 0.022174 -0.003217 0.026338 -0.001694 -0.025711 0.073364 0.018986 0.05189 0.029339 -0.004599 0.027436 0.032733 0.055577 -0.051916 0.019291 -0.012811 -0.004179 -0.024754 -0.028134 -0.057132 0.005695 0.049524 0.05068 0.007144 0.046654 0.02662 -0.018164 -0.031796 0.05031 -0.024361 0.011576 0.042881 0.057474 0.062499 0.025004 -0.02831 0.059636 0.030089 0.024451 0.022896 0.030679 -0.005977 -0.046266 0.033576 0.074695 0.015372 0.080713 0.076652 0.038104 -0.007973 -0.039949 0.02027 0.020548 0.015982 0.018689 0.008174 -0.039026 0.012524 -0.004718 -0.020617 0.013549 0.031834 -0.007309 -0.050575 -0.003607 -0.040156 0.057692 -0.010044 0.007239 -0.0704 -0.030056 -0.006261 0.015791 -0.001093 0.01338 -0.012928 -0.066431 -0.002728 0.025636 -0.015877 0.001513 -0.013413 0.020139 0.014158 0.019501 -0.018085 0.029955 0.019787 0.053905 0.005247 -0.043881 -0.018593 0.043601 -0.033562 0.017341 -0.042629 -0.013511 0.133904 0.042821 0.040567 0.08071 -0.070058 0.023308 -0.024557 -0.061662 -0.055911 -0.034957 -0.003553 0.024615 0.010492 -0.082733 0.032347 -0.059901 -0.033356 0.058889 0.024942 0.032718 0.01086 -0.016923 -0.043636 0.040462 -0.03554 0.054385 0.008618 0.110417 0.009786 0.008977 -0.025445 -0.051758 -0.008335 -0.070457 0.081023 -0.043904 0.035965 0.009463 -0.081846 0.06651 -0.037062 0.003181 0.017461 -0.001397 -0.013208 -0.027931 0.027652 -0.020437 0.021607 0.000355 0.055139 0.014984 0.011225 0.002993 -0.015875 -0.058172 -0.030773 -0.017332 0.057686 -0.010612 -0.03728 0.025216 0.010551 -0.001237 0.059704 -0.018708 -0.009515 0.027476 0.034205 0.009635 0.056444 0.01128 0.003346 -0.024993 0.021332 0.012512 -0.026086 -0.016427 0.025845 0.025351 -0.015585 -0.006238 0.017961 -0.023617 -0.032634 0.037134 0.076163 -0.002394\nğ 0.015671 -0.019293 -0.093888 0.000487 0.017492 -0.045537 -0.013209 -0.028762 0.029122 0.034561 -0.024836 0.021057 -0.015584 -0.075939 -0.002812 0.033191 0.063359 0.0369 -0.058496 0.045222 0.028593 0.101157 0.070688 0.062588 0.023027 0.033673 0.070414 -0.070154 -0.097815 -0.048835 0.028703 -0.032469 0.030284 0.010325 -0.018459 0.091825 -0.065152 0.050979 0.022189 0.147697 -0.006342 -0.001868 -0.028505 -0.079526 -0.027172 -0.004593 0.009611 -0.076672 -0.011286 0.041495 -0.010394 -0.006197 -0.051734 -0.002796 0.108044 -0.01249 -0.031717 0.047928 0.010702 0.079301 -0.001818 -0.069662 0.069137 0.121555 0.021704 0.016593 -0.014917 0.039339 -0.001849 0.050694 -0.011301 0.037494 -0.061246 0.022143 -0.031757 0.076397 0.012215 0.10777 0.052394 0.02991 0.049575 0.087694 0.013226 0.101153 0.070956 -0.009388 0.004006 0.093336 -0.017953 -0.042704 0.019705 -0.042793 0.012343 -0.063227 0.006941 0.035354 -0.003355 -0.029704 -0.078243 -0.061353 -0.002194 -0.039165 -0.070955 0.019288 -0.035122 -0.022197 -0.019908 0.015912 -0.054497 0.024762 -0.007284 -0.068476 -0.05067 0.027732 -0.000139 0.004662 -0.026189 -0.001863 -0.046217 0.097753 0.03124 -0.12424 0.012068 -0.029247 0.059139 -0.008518 0.023464 -0.006884 0.017029 0.043455 -0.022498 0.021577 0.022419 0.013736 -0.018878 -0.035866 0.001607 0.061383 -0.006029 0.03828 -0.02035 -0.000249 -0.004103 0.02007 0.00785 0.026261 0.028778 0.023934 0.104658 0.096835 0.008757 0.061722 0.024543 0.033582 0.052734 0.002456 0.006366 0.021937 -0.047282 0.10669 -0.043855 0.080992 -0.003024 0.044003 -0.025363 -0.014887 8.5e-05 0.004136 -0.077939 0.14525 -0.006001 -0.012114 -0.002921 0.028581 -0.051623 -0.02411 -0.018184 0.012796 -0.12916 0.054865 -0.065008 0.006282 0.050991 0.048753 0.031656 -0.0496 0.011051 -0.028565 0.008969 0.00607 0.046094 0.019342 -0.058471 -0.052105 0.082805 -0.020407 0.05567 0.05782 -0.018528 0.025692 0.108801 -0.001313 0.040593 0.035222 0.038207 -0.047029 0.071908 0.021732 0.014226 -0.049601 0.091755 0.035208 0.133955 0.079658 -0.037018 -0.023331 0.056431 -0.052697 -0.062113 -0.014535 0.009874 -0.053168 0.072752 0.014217 0.082656 -0.008735 0.019745 0.028132 -0.004551 0.112621 -0.06587 0.010189 -0.02361 -0.065462 -0.079856 0.04378 0.004002 0.027465 0.007468 0.090918 -0.093109 0.005809 -0.007618 -0.045309 0.071316 0.020528 0.108949 -0.080168 -0.043134 0.062533 -0.073621 0.015156 -0.077693 0.03375 -0.012046 0.049202 -0.016674 -0.007926 0.054403 -0.031994 0.023264 -0.023092 0.035916 0.000567 0.015709 -0.017066 -0.061044 -0.035261 -0.076483 -0.022685 0.009967 0.021189 -0.014496 0.017347 -0.032799 0.028314 0.035437 0.017206 0.042876 0.070386 -0.001845 0.014709 0.081614 0.069205 0.014429 0.003469 0.000819 -0.078177 0.040632 0.04453 -0.037843 -0.118587 0.02137 -0.050257 0.021612 0.013584 0.002917 -0.016038 0.059584 0.077445\nŠ -0.019428 -0.030083 0.004052 0.015761 0.020721 -0.056766 -0.022444 0.02517 0.043218 0.032054 0.031836 0.016308 0.015958 0.054214 -0.028192 -0.0191 0.122262 0.042112 -0.025515 0.008711 0.012543 0.048432 0.046318 0.075748 0.035662 0.034118 0.057362 -0.029328 -0.066158 -0.018175 -0.023358 -0.011338 -0.013711 0.015176 0.018509 -0.000315 -0.060372 -0.003569 -0.002775 0.097618 -0.01904 0.076664 -0.043411 -0.023328 -0.019531 0.035734 0.090456 -0.066952 0.034262 -0.018189 -0.040763 0.021162 0.006547 0.023931 0.057704 0.004034 -0.030105 0.038782 0.047101 0.073725 -0.034265 0.006431 0.049742 0.052052 -0.005207 0.025141 -0.006736 -0.015212 -0.030493 0.034384 -0.070408 0.004259 -0.098827 0.013112 -0.014584 0.107242 0.064349 0.071403 0.038678 0.013167 -0.02172 0.087419 -0.023942 0.076228 0.011042 -0.087968 -0.012146 0.056326 -0.030035 -0.019709 0.094369 0.042705 0.00437 -0.030248 -0.042306 0.045972 0.0351 -0.055242 -0.01074 -0.061781 0.043345 -0.040991 -0.044219 0.071455 -0.063741 0.000721 0.00818 -0.008224 0.0128 0.066564 0.039916 0.003322 -0.033171 0.023875 0.060397 -0.015696 -0.084623 0.021137 -0.040342 0.002699 0.01368 -0.036658 0.035486 -0.0366 0.030949 0.011377 -0.036382 0.023534 0.018999 0.050221 0.045641 0.003926 -0.056836 -0.015861 -0.039794 -0.077487 0.022131 0.065375 -0.016223 0.100271 0.011729 -0.069634 0.013839 0.018823 -0.010368 0.020398 -0.017905 0.05938 0.036247 0.0542 0.034164 0.065209 -0.032738 0.106569 0.045234 0.041285 -0.037585 0.022317 -0.016805 0.07823 -0.029238 0.067507 0.059246 0.053508 -0.020325 0.013059 0.015379 -0.026024 -0.026297 0.093488 0.043503 0.002026 0.020788 0.026076 -0.014618 -0.102104 0.051234 0.06877 -0.095805 -0.010875 -0.071173 0.030868 0.023375 0.023175 0.012487 -0.059001 0.008145 -0.00431 0.017813 -0.037663 0.068595 0.038966 0.005216 -0.026309 -0.004242 -0.03862 0.017041 -0.002265 0.038271 0.023493 0.062942 0.008829 0.036338 -0.053658 0.008501 -0.043399 0.011776 0.02867 -0.036865 -0.009751 0.036748 0.009384 0.062269 0.016344 0.005176 -0.024234 0.047291 -0.008839 -0.026529 -0.079795 0.018455 0.014388 0.034237 -0.024241 0.006905 -0.014215 0.028795 -0.004921 0.005631 0.050821 -0.074178 -0.014926 0.031556 -0.012562 0.019159 0.008366 -0.077939 0.023104 0.002149 0.060185 -0.020234 -0.00967 0.008962 -0.084557 0.005518 -0.023722 0.10782 -0.059379 0.01286 0.010786 -0.044573 0.034471 -0.070801 0.0812 -0.033186 2.3e-05 0.006039 0.046738 0.101845 -0.006187 0.028466 0.007327 0.035652 0.033335 0.079341 -0.046557 -0.039016 0.032371 -0.039854 -0.004607 0.011163 -0.044304 -0.006515 0.00713 -0.038947 0.038821 0.030678 -0.039273 0.046552 0.05246 0.075184 0.038815 0.02606 0.0376 0.014639 0.030943 -0.053525 -0.028544 0.005949 -0.03744 0.039293 -0.07177 -0.039158 0.025617 -0.004226 0.003343 -0.080798 0.08891 0.0687 0.000491\nё 0.028455 0.042604 -0.05101 -0.024732 -0.006254 -0.064925 -0.051864 -0.031636 0.04008 0.029584 -0.001201 -0.005438 -0.044177 0.032147 0.030166 -0.043036 0.033274 -0.006792 -0.013477 0.037808 -0.081464 0.088107 0.009308 0.027014 0.076617 0.082177 0.027744 -0.022478 -0.022556 -0.000249 0.015431 -0.004172 0.047344 0.019759 0.047514 0.029468 -0.073898 0.052884 -0.026976 0.123866 -0.021674 0.054614 0.00032 -0.035725 -0.017335 -0.011742 0.067657 -0.055396 0.009325 0.034555 0.048174 -0.006206 0.008796 -0.087582 0.094045 -0.07037 -0.062825 -0.002495 -0.041238 0.132203 0.010822 -0.09347 0.10046 0.042342 0.005095 0.050893 -0.06677 0.06608 -0.069056 0.060984 0.024566 0.03809 -0.01892 -0.024632 -0.00665 0.14264 0.030664 0.110335 0.002619 0.01608 0.029769 0.058368 -0.03607 0.136132 -0.017288 -0.148272 -0.021402 0.053074 -0.018345 -0.063136 0.048824 -0.022182 -0.013437 -0.015849 -0.084711 0.007608 0.040595 -0.031113 -0.060442 -0.093655 0.010093 -0.017014 -0.075077 0.07556 -0.030459 0.016502 -0.000727 0.001314 0.065634 0.026626 -0.025538 0.01562 0.028402 0.067592 0.033432 -0.006657 -0.10064 0.081101 -0.125721 -0.081781 0.10459 -0.077006 0.072792 -0.05354 0.090756 -0.031127 -0.047472 0.008385 0.069698 -0.00741 0.04401 -0.021686 -0.125212 -0.077384 -0.056804 -0.085822 -0.004325 0.135585 0.008372 0.06998 0.045813 -0.032518 -0.000798 0.082456 0.030716 0.028158 0.019334 0.170446 0.016001 0.104812 -0.014045 0.139392 0.024742 0.144239 0.055628 3.7e-05 0.006072 -0.037026 -0.005073 0.103694 -0.00351 0.077483 0.134082 0.000872 -0.013186 -0.006767 0.065804 -0.026286 0.054194 0.098159 0.00133 -0.080942 -0.03547 -0.002627 -0.01661 -0.008066 0.086822 0.088869 -0.116154 0.003404 -0.083415 0.007915 0.054328 0.059768 0.010805 -0.064458 0.050816 -0.078838 -0.05934 -0.041004 0.023792 0.011451 0.001626 -0.022226 0.023154 -0.037142 0.018492 -0.04632 0.09014 0.090979 0.061044 -0.015956 0.048698 0.03451 0.061476 -0.129524 0.001401 -0.002204 -0.025815 0.133195 0.059144 -0.031103 0.133986 0.022227 0.030733 0.055395 0.050468 -0.039888 -0.114347 -0.093173 -0.098134 0.069366 0.021622 0.009319 0.077474 -0.007393 -0.023614 0.019914 -0.052446 0.104338 -0.04576 -0.009674 0.000305 -0.020186 1.1e-05 0.002463 -0.051535 0.03671 0.080608 0.118076 -0.049536 0.03683 -0.062307 -0.027871 -0.024749 -0.041666 0.065374 0.001303 0.010512 0.048888 -0.047688 0.092426 0.129156 -0.052669 0.073131 0.062196 -0.005296 0.037516 0.084276 -0.02906 0.077706 -0.008633 0.018372 0.037993 0.036932 -0.00568 -0.131252 -0.004088 -0.031992 0.02718 -0.007042 0.016754 0.023483 0.01623 -0.050894 0.020475 0.0376 -0.025928 0.003204 0.011754 0.018744 -0.012243 0.02442 0.013508 0.046606 0.039862 -0.022872 0.01401 0.019918 -0.025622 0.021857 -0.000533 0.002392 -0.069549 0.039756 0.091786 0.002232 0.093186 -0.041608 0.010882\nǒ 0.046461 0.097702 -0.066564 -0.012359 -0.020624 -0.039093 -0.050892 0.069755 0.028117 0.071463 0.0444 0.04389 0.021889 -0.101491 -0.040252 -0.0375 0.007777 0.006315 -2.6e-05 0.036635 -0.015121 0.038802 0.061511 0.016723 -0.03395 0.011865 -0.002842 0.062706 -0.012127 0.031623 0.077014 -0.015146 -0.054864 -0.071049 0.105547 -0.007855 -0.095316 0.050623 0.007772 -0.02895 -0.074424 0.044123 0.038082 -0.113761 0.026771 0.045792 -0.016458 -0.046581 0.007584 0.032482 -0.012676 0.033413 0.084204 0.048077 0.126715 -0.016264 0.005786 0.059588 0.00737 0.087418 0.007071 0.003978 0.066285 -0.041698 -0.02875 -0.025352 -0.156263 0.047604 0.052402 0.102977 0.008819 0.049893 -0.039537 -0.058248 0.044833 0.067431 0.06276 0.047155 -0.031642 0.054127 0.003051 0.038038 0.045834 0.129531 -0.019144 -0.108645 -0.103979 0.01958 0.054301 0.016683 0.004991 0.052696 0.000623 0.010768 -0.016732 -0.00967 0.04563 -0.012497 -0.042389 -0.102387 0.030917 0.000403 -0.046481 0.032108 -0.012981 0.101299 0.099132 -0.021513 0.08193 -0.03465 0.058758 -0.005394 0.022704 0.043179 0.028274 0.009185 -0.059701 0.092518 0.026449 0.011566 0.033467 -0.043013 0.020943 -0.010259 0.019301 -0.100788 -0.054787 0.034835 0.043857 0.050996 0.032855 -0.054019 -0.055576 -0.077024 -0.032276 0.019777 -0.021077 -0.000429 -0.045342 0.144201 0.008313 -0.079526 -0.097721 0.133479 0.001106 0.02097 0.039913 0.004174 0.042036 0.042542 0.012712 0.095421 0.010073 0.01288 -0.065598 0.034099 -0.013969 -0.0132 -0.031409 0.001043 0.169835 0.013854 0.056054 -0.090962 -0.10877 -0.071779 0.085341 -0.052087 0.013044 0.107472 0.001424 -0.049713 0.050184 -0.027029 -0.042958 -0.005843 -0.008738 0.020706 -0.032248 -0.060794 -0.06994 0.127463 0.031017 -0.080054 -0.011258 0.057076 0.05825 -0.005489 0.040083 0.033761 0.03605 0.050554 -0.010781 0.062683 -0.027681 -0.060539 0.019323 0.020526 0.022103 -0.016661 0.024244 0.097625 0.105 0.061767 0.009392 -0.029149 0.014825 0.014401 -0.004595 0.067665 0.131299 -0.03775 0.082901 0.016547 0.01867 -0.016748 0.073025 0.006912 -0.081814 0.005119 -0.111107 0.018377 -0.0117 0.059203 0.025343 0.036689 -0.026038 0.072439 0.015365 0.048476 -0.045679 -0.006023 0.025548 0.038848 -0.014881 0.012908 0.016389 0.065227 0.041213 0.032889 -0.025927 -0.016761 0.020267 -0.053656 0.042527 -0.110992 0.032624 -0.019545 -0.132272 0.029215 0.013489 0.055762 -0.045693 0.005448 0.103962 0.037236 0.077439 0.032357 0.04659 -0.006928 0.040831 -0.000343 -0.038086 0.014913 0.039372 -0.023938 -0.05978 0.051128 0.020008 -0.031237 -0.023663 -0.041411 -0.066013 -0.030104 0.029345 0.012677 0.068197 0.075212 0.027879 -0.094351 0.023186 0.017004 0.036704 0.103697 0.059741 0.06028 0.001953 0.015034 -0.062656 -0.019812 -0.02128 0.038369 -0.099004 -0.07863 0.040183 -0.032368 0.008204 0.025645 0.00446 0.006988\nī 0.046461 0.097702 -0.066564 -0.012359 -0.020624 -0.039093 -0.050892 0.069755 0.028117 0.071463 0.0444 0.04389 0.021889 -0.101491 -0.040252 -0.0375 0.007777 0.006315 -2.6e-05 0.036635 -0.015121 0.038802 0.061511 0.016723 -0.03395 0.011865 -0.002842 0.062706 -0.012127 0.031623 0.077014 -0.015146 -0.054864 -0.071049 0.105547 -0.007855 -0.095316 0.050623 0.007772 -0.02895 -0.074424 0.044123 0.038082 -0.113761 0.026771 0.045792 -0.016458 -0.046581 0.007584 0.032482 -0.012676 0.033413 0.084204 0.048077 0.126715 -0.016264 0.005786 0.059588 0.00737 0.087418 0.007071 0.003978 0.066285 -0.041698 -0.02875 -0.025352 -0.156263 0.047604 0.052402 0.102977 0.008819 0.049893 -0.039537 -0.058248 0.044833 0.067431 0.06276 0.047155 -0.031642 0.054127 0.003051 0.038038 0.045834 0.129531 -0.019144 -0.108645 -0.103979 0.01958 0.054301 0.016683 0.004991 0.052696 0.000623 0.010768 -0.016732 -0.00967 0.04563 -0.012497 -0.042389 -0.102387 0.030917 0.000403 -0.046481 0.032108 -0.012981 0.101299 0.099132 -0.021513 0.08193 -0.03465 0.058758 -0.005394 0.022704 0.043179 0.028274 0.009185 -0.059701 0.092518 0.026449 0.011566 0.033467 -0.043013 0.020943 -0.010259 0.019301 -0.100788 -0.054787 0.034835 0.043857 0.050996 0.032855 -0.054019 -0.055576 -0.077024 -0.032276 0.019777 -0.021077 -0.000429 -0.045342 0.144201 0.008313 -0.079526 -0.097721 0.133479 0.001106 0.02097 0.039913 0.004174 0.042036 0.042542 0.012712 0.095421 0.010073 0.01288 -0.065598 0.034099 -0.013969 -0.0132 -0.031409 0.001043 0.169835 0.013854 0.056054 -0.090962 -0.10877 -0.071779 0.085341 -0.052087 0.013044 0.107472 0.001424 -0.049713 0.050184 -0.027029 -0.042958 -0.005843 -0.008738 0.020706 -0.032248 -0.060794 -0.06994 0.127463 0.031017 -0.080054 -0.011258 0.057076 0.05825 -0.005489 0.040083 0.033761 0.03605 0.050554 -0.010781 0.062683 -0.027681 -0.060539 0.019323 0.020526 0.022103 -0.016661 0.024244 0.097625 0.105 0.061767 0.009392 -0.029149 0.014825 0.014401 -0.004595 0.067665 0.131299 -0.03775 0.082901 0.016547 0.01867 -0.016748 0.073025 0.006912 -0.081814 0.005119 -0.111107 0.018377 -0.0117 0.059203 0.025343 0.036689 -0.026038 0.072439 0.015365 0.048476 -0.045679 -0.006023 0.025548 0.038848 -0.014881 0.012908 0.016389 0.065227 0.041213 0.032889 -0.025927 -0.016761 0.020267 -0.053656 0.042527 -0.110992 0.032624 -0.019545 -0.132272 0.029215 0.013489 0.055762 -0.045693 0.005448 0.103962 0.037236 0.077439 0.032357 0.04659 -0.006928 0.040831 -0.000343 -0.038086 0.014913 0.039372 -0.023938 -0.05978 0.051128 0.020008 -0.031237 -0.023663 -0.041411 -0.066013 -0.030104 0.029345 0.012677 0.068197 0.075212 0.027879 -0.094351 0.023186 0.017004 0.036704 0.103697 0.059741 0.06028 0.001953 0.015034 -0.062656 -0.019812 -0.02128 0.038369 -0.099004 -0.07863 0.040183 -0.032368 0.008204 0.025645 0.00446 0.006988\n˛ 0.056947 0.095629 0.025578 0.007307 -0.034384 -0.055045 0.057727 0.09563 0.122026 0.020957 0.045297 -0.065024 -0.064191 -0.03569 -0.021958 -0.023882 -0.071024 -0.048198 0.002351 -0.02772 -0.028883 0.095519 0.032728 0.02294 0.093739 0.1068 0.085645 0.031646 -0.086263 0.038854 0.010303 -0.108051 -0.014049 -0.061384 0.193388 0.046907 -0.062536 0.081931 0.043724 0.058182 -0.006819 -0.007246 0.078669 -0.059131 0.008704 -0.093587 0.007721 -0.024176 -0.025716 0.119102 -0.013513 -0.080255 0.076551 0.018917 0.194284 -0.11301 -0.006904 0.04488 0.002924 0.038055 -0.026004 -0.130417 0.065634 0.112173 0.136512 0.043411 -0.108696 0.096863 -0.080872 0.082983 0.065389 0.101948 -0.003343 -0.011105 0.012794 0.107464 0.002903 0.033088 -0.032186 0.033949 -0.046768 -0.103074 0.066039 0.229358 0.038266 -0.051081 0.075578 0.091016 -0.033337 -0.015895 0.038452 0.103973 -0.077949 -0.090854 -0.028546 -0.031405 -0.001462 -0.003862 0.004455 -0.051802 -0.041426 -0.074258 0.012454 -0.064464 -0.048529 0.032492 0.002639 -0.032418 0.025432 0.021601 0.008314 0.006902 0.04445 -0.007955 -0.068097 -0.048971 -0.111299 0.11675 -0.039398 -0.048155 0.101714 -0.055629 0.010844 0.022893 0.100865 -0.110235 0.12046 -0.049091 0.04917 -0.019545 0.122402 -0.007932 -0.088501 -0.038349 -0.043508 -0.140317 0.046544 0.132786 -0.009298 -0.04025 0.146989 -0.044159 0.08285 0.179405 0.082726 -0.013587 0.067999 0.147123 0.033854 0.106411 0.031073 0.115301 -0.137865 0.162152 0.130552 -0.061825 0.068175 0.003025 0.053046 0.047482 0.001932 0.189151 0.02003 -0.090134 0.02918 -0.038812 0.105331 -0.024516 0.069226 0.055302 0.076785 -0.056983 0.085196 0.15348 0.009034 0.040181 -0.087249 0.167021 -0.11572 -0.023186 -0.090831 0.043907 0.080642 0.043911 0.075605 -0.12306 0.060596 -0.090988 -0.062464 -0.028815 -0.044118 0.132979 -0.017022 -0.060944 -0.012657 -0.013305 -0.087638 -0.132596 0.128277 0.05128 0.037998 0.03665 -0.187121 0.017069 -0.061975 -0.055661 -0.048269 0.127361 -0.006836 0.122596 -0.015824 -0.084342 0.086302 0.011895 0.074538 0.071958 0.069806 -0.01257 -0.02363 -0.073879 -0.079425 0.020368 -0.032757 0.061906 0.023454 -0.037033 -0.096253 -0.093401 -0.040606 0.075897 -0.101194 -0.109415 0.184355 -0.048639 0.012867 0.009172 -0.09904 0.001071 0.13159 -0.017025 -0.121937 0.096638 -0.09787 -0.105025 0.060976 -0.053227 0.103269 -0.082449 -0.048881 -0.025825 -0.043792 -0.021684 0.022963 -0.079012 0.002945 -0.010841 0.077737 0.135372 0.06243 -0.034931 -0.027509 0.030388 -0.037384 0.027719 0.047909 -0.003823 -0.152822 0.086962 -0.014268 -0.107088 -0.037853 0.034582 0.02801 -0.023634 -0.043473 0.080164 0.058162 -0.093724 -0.052263 -0.013787 0.017795 0.020287 0.035277 -0.073327 0.130537 0.065274 -0.029318 -0.110031 -0.194605 -0.001863 0.006623 -0.139977 -0.013972 0.01852 0.048853 0.069192 0.042264 0.075826 -0.026984 -0.005562\nÐ -0.018882 0.013764 -0.014732 0.010711 -0.036836 -0.06789 -0.022399 0.002298 0.050214 -0.024883 0.042696 4.7e-05 0.012911 0.019571 0.015112 0.001189 -0.006022 0.021832 0.015987 0.001752 0.040887 0.06687 0.033291 -0.028074 -0.043206 0.007259 0.004129 0.044968 -0.048003 -0.006221 0.024488 -0.013173 0.032203 0.007814 0.05799 0.024161 -0.05591 -0.007494 0.020352 0.041753 0.005519 -0.026774 0.027329 -0.048431 -0.011067 -0.017029 0.050425 -0.075495 -0.044332 0.006547 -0.01095 0.008391 0.007536 -0.027709 0.03326 -0.035914 0.023299 -0.001294 0.00842 0.041145 -0.045365 0.030217 0.052226 0.055964 0.058975 0.014387 -0.047313 0.005712 0.016879 -0.022039 0.015149 -0.000219 -0.022801 -0.018631 0.047617 0.054452 0.034857 0.020793 0.012461 0.022341 0.018798 0.032984 -0.029952 0.081632 -0.028218 -0.058685 -0.041007 0.0621 -0.038707 -0.050155 0.061064 0.016574 0.032587 -0.023691 -0.056557 -0.014343 -0.01479 -0.016115 0.036663 -0.002684 0.034798 -0.003367 -0.003968 -0.000704 0.004947 0.005361 0.043493 -0.005127 0.002299 -0.027144 -0.039407 0.006632 -0.023836 0.026806 0.014954 0.039786 -0.033764 0.050526 -0.060005 -0.030236 0.008756 -0.0584 0.024898 0.013064 0.010682 -0.01653 0.020623 0.031309 0.017412 -0.036032 0.000827 -0.009458 -0.027923 -0.040087 -0.005253 -0.040248 0.012406 0.029875 0.026774 0.026894 0.009904 -0.041684 0.013805 0.07463 0.0028 -0.045594 0.010621 0.035937 0.024701 0.014919 -0.009466 0.058341 -0.003942 0.042235 0.031528 -0.016463 0.025865 -0.035638 -0.020847 0.007682 0.047662 0.067706 0.0641 0.00723 -0.006254 -0.03939 0.050223 -0.021352 0.046979 0.032375 0.00352 -0.046516 0.032024 -0.006474 0.001245 0.009498 0.011406 0.047176 -0.021564 0.002444 -0.079982 0.000504 0.026179 0.006523 -0.021552 -0.015387 0.023718 -0.032827 -0.015337 -0.00763 0.018622 0.028489 0.02324 -0.042381 -0.000969 -0.023053 0.020439 -0.018432 -0.018182 0.059979 -0.014783 0.018256 0.015922 0.028112 0.016881 -0.078257 0.025005 0.007687 -0.026059 0.035402 0.065913 -0.041893 0.034835 -0.034325 -0.014592 -0.026475 -0.01014 0.027392 -0.071289 -0.044658 -0.060815 0.020132 0.04798 0.002282 0.029932 0.031063 -0.020998 0.035825 -0.016157 0.000497 -0.043926 0.018743 0.010094 0.025813 -0.033089 -0.008696 -0.034546 0.029607 0.035705 -0.008279 -0.000499 0.012696 -0.035668 0.004309 0.057726 -0.072413 0.039812 -0.039136 -0.028754 0.04899 0.030476 0.021982 0.035341 -0.004095 0.008381 0.013386 -0.016005 -0.053667 0.073574 0.026285 -0.00648 0.01528 5e-06 0.018513 0.032349 0.02178 -0.051028 -0.035584 -0.014629 -0.014304 0.0033 -0.024347 -0.002725 0.000738 0.019533 0.044245 -0.02955 0.026066 0.003246 -0.049584 0.018136 0.010393 0.006923 -0.014382 0.024431 -0.024141 -0.024088 -0.018891 -0.024929 0.000655 -0.004928 -0.020145 -0.023236 -0.011447 0.015516 0.014153 -0.018608 0.014434 0.00525 -0.027678\nÇ 0.008353 -0.014096 -0.036169 -0.027116 -0.05391 -0.077046 0.082001 -0.001341 0.135577 0.062752 -0.00549 0.008969 -0.005612 -0.025048 -0.007797 0.032997 0.051674 -0.034853 0.04782 0.005337 0.089105 0.111866 0.066855 0.026603 0.037235 -0.022173 0.125054 -0.060374 -0.016153 -0.015442 -0.085554 -0.062705 0.036862 -0.006199 0.024551 0.027031 -0.086267 -0.013071 -0.037158 0.125812 -0.046612 0.014198 -0.092348 -0.072924 -0.090919 -0.074769 0.052582 -0.07305 0.005819 0.038134 -0.049005 -0.031537 0.021607 -0.067763 0.026218 -0.051597 -0.094236 0.116099 -0.006876 0.05337 -0.062717 0.029741 0.094674 0.04421 0.069664 0.027367 -0.029385 -0.033132 -0.032621 0.050337 -0.064704 0.013398 -0.055012 -0.01021 0.019842 0.134141 0.050973 0.094482 -0.005441 0.006497 0.017691 0.045753 -0.045119 0.130643 0.019093 -0.065903 0.012266 0.064917 -0.029209 -0.013112 0.025316 -0.053457 0.060179 0.003869 -0.062459 0.065734 -0.012542 -0.025108 0.037053 -0.003551 -0.004261 0.024313 0.047791 0.009633 -0.047562 0.022878 0.068123 0.056977 -0.115436 0.027836 -0.040636 -0.021678 -0.103712 0.009435 0.01828 0.079844 -0.040132 0.008347 -0.032114 -0.004602 -0.010005 -0.089106 -0.036237 -0.08272 0.081415 -0.075154 0.019386 -0.053092 -0.02358 0.039665 0.021835 -0.003207 -0.021293 -0.076774 0.051458 -0.065701 -0.000816 0.08916 0.001167 -0.00563 0.005693 -0.10568 0.082146 0.051628 -0.046581 0.016098 0.028699 0.073894 0.034624 0.112787 -0.022182 -0.081753 -0.034859 0.045664 0.077633 0.034318 0.009611 -0.050247 -0.039853 0.003233 -0.039532 0.007603 -0.064408 -0.087582 0.017172 -0.06606 0.00161 0.020179 0.024004 0.020303 -0.031319 -0.009851 0.035195 0.005411 -0.050864 -0.01091 -0.028053 0.024247 -0.043969 0.001683 -0.031496 0.014184 0.034678 0.04739 0.008788 -0.034869 0.025539 0.024545 0.009333 -0.08677 0.121637 -0.041492 -0.069011 0.018816 -0.038423 -0.024683 -0.023301 -0.028127 0.009969 0.063436 0.069783 -0.008102 0.029172 0.028019 0.062497 -0.060599 0.071137 0.009737 0.001809 0.020036 0.061524 -0.07095 0.048177 0.083389 0.003286 0.047647 0.00727 -0.006977 0.00217 -0.049964 -0.06398 0.017681 0.013822 0.020221 0.056839 0.004086 0.038703 -0.055177 0.004916 0.044753 -0.082934 0.031506 -0.041172 0.001069 -0.022933 0.0906 -0.016954 0.054275 0.065185 0.006055 -0.066059 -0.031889 -0.005466 0.058523 0.001637 -0.071243 0.053734 -0.028016 0.117405 0.00804 -0.042746 0.041227 0.002475 0.037732 -0.02769 0.06579 0.050103 -0.033627 0.028887 0.002068 0.010539 0.043618 0.045604 -0.011289 0.073457 0.07626 -0.016841 -0.08486 0.018136 0.046981 -0.007821 -0.024701 0.052614 0.054491 -0.014597 0.017796 0.022185 -0.070709 -0.000456 0.051443 0.039973 -0.016551 0.034831 -0.037108 -0.019148 0.028368 0.013728 -0.065258 -0.042234 -0.001247 -0.014293 -0.050671 0.01422 -0.002398 -0.027761 0.041624 -0.031223 0.008882 0.106417 0.058275\nι -0.062076 0.051014 -0.009821 -0.022022 -0.140464 -0.128434 0.190272 0.067245 0.29652 0.075372 0.152465 0.030405 0.038812 -0.061508 -0.030473 0.072439 0.046013 -0.005411 0.040914 0.011905 0.160955 0.278964 0.173269 -0.026556 0.162914 -0.021547 0.298374 -0.157672 0.141157 -0.011801 -0.2795 -0.135314 -0.035887 -0.052968 0.091934 0.067021 -0.19677 -0.00143 -0.175373 0.127161 -0.053613 0.051343 -0.299854 -0.046731 -0.185085 -0.134057 0.033813 -0.141478 0.032691 0.040231 -0.125925 -0.079156 0.087274 -0.081452 -0.030939 -0.120643 -0.241567 0.323399 -0.064409 -0.008606 -0.106337 0.095215 0.099503 0.013306 0.165026 0.01215 -0.081047 -0.112316 -0.052126 0.109274 -0.109252 -0.017181 -0.040463 -0.024537 0.053482 0.201276 0.058267 0.203458 -0.066621 0.029123 -0.041302 0.028449 -0.084134 0.312233 -0.012263 -0.176736 -0.043491 0.080778 -0.098013 -0.058292 -0.046194 -0.108655 0.046677 0.055594 -0.070892 0.172599 -0.031918 -0.079615 0.116177 0.091543 -0.063311 0.153063 0.208292 -0.080913 -0.057303 0.041934 0.151376 0.218049 -0.260507 -0.030593 -0.071535 -0.055508 -0.230981 0.111952 0.037201 0.159608 -0.100836 0.018581 -0.123416 -0.015859 -0.110602 -0.023209 -0.110677 -0.155461 0.086277 -0.201049 -0.121622 -0.17101 -0.075978 0.018945 0.07777 0.028496 0.072562 -0.228655 0.133395 -0.20239 -0.019788 0.105197 -0.017016 -0.187865 -0.007132 -0.205361 0.238547 0.092675 -0.082018 0.06834 -0.050859 0.226092 -0.093031 0.134594 -0.04114 -0.317995 -0.08949 0.088773 0.18428 0.107762 0.114888 -0.076246 -0.105316 0.013149 -0.031855 -0.109796 -0.228572 -0.333808 0.041268 -0.164831 -0.058698 0.021111 0.037323 -0.125769 -0.107218 0.008605 0.054337 0.047388 -0.17057 -0.018224 -0.067086 -0.067971 -0.01864 -0.097566 -0.05824 0.045034 0.033709 0.092615 0.080649 -0.158538 0.041859 0.060817 -0.051827 -0.248124 0.325117 -0.171901 -0.161495 0.020261 -0.19323 0.00785 -0.181065 -0.062317 0.146613 0.125619 0.040113 -0.031078 0.007815 0.054405 0.104806 -0.164523 0.243669 0.024351 0.050495 0.147234 0.119072 -0.087152 -0.024496 0.187655 0.058312 0.04692 0.039735 0.044183 0.148096 -0.111637 -0.087948 0.087809 -0.13286 -0.007317 0.081734 0.072914 0.101756 -0.065353 0.078296 0.103023 -0.151023 -0.074711 -0.043094 -0.075501 0.046349 0.23519 0.033521 0.122661 0.079888 -0.047897 -0.221178 -0.098994 -0.037677 0.184129 -0.084528 -0.176065 0.058488 -0.122592 0.192674 -0.019851 0.029345 0.026001 0.046955 0.104398 -0.133534 0.173437 0.084509 0.013675 0.011491 0.043881 -0.061941 0.141985 0.103979 -0.042216 0.041543 0.196507 0.041985 -0.17718 0.010506 0.080589 0.013215 -0.102008 0.113439 0.040235 -0.02314 0.015664 0.021763 -0.110265 -0.008596 -0.063477 0.05254 -0.060262 -0.013103 -0.196518 0.018499 0.113986 0.003179 -0.111047 -0.167222 -0.034678 -0.008327 -0.066018 -0.100024 0.127912 0.027532 0.192543 -0.073925 -0.030508 0.11924 0.048624\nь -0.001588 0.003888 -0.042677 -0.005802 0.033717 -0.025043 -0.002082 -0.046135 0.058392 0.018709 0.021754 0.006975 0.003022 -0.00953 0.016858 -0.037839 0.042465 0.021226 -0.004126 0.024216 -0.001403 0.07337 -0.012438 0.018614 0.037764 0.05223 0.012418 -0.047275 -0.029466 0.006564 0.001678 -0.039455 0.012857 0.011836 0.046888 0.04365 -0.060292 0.037909 -0.00661 0.076084 -0.00736 0.024369 -0.010568 -0.021013 0.008159 -0.004661 0.068041 -0.023839 -0.004692 0.016415 0.017069 0.000239 0.032175 -0.04436 0.089047 -0.039171 -0.038007 -0.00784 0.002958 0.101099 0.037605 -0.052587 0.072392 0.044076 0.056641 0.050102 -0.051474 0.048437 -0.073024 0.053345 0.009264 0.017912 -0.015147 -0.033561 -0.041239 0.100087 -0.039859 0.085893 0.004798 0.068522 0.018508 0.035981 -0.033394 0.146096 -0.026011 -0.07704 -0.052082 0.022158 -0.045532 -0.039642 0.042308 0.02927 -0.028619 -0.035351 -0.014818 0.008339 0.005998 -0.062407 -0.045932 -0.057933 0.025316 -0.008852 -0.071097 0.033259 -0.024385 0.036901 0.009633 0.018914 0.048975 0.039398 0.000797 0.006039 0.00762 0.069087 -0.009361 -0.001411 -0.068281 0.059771 -0.106016 -0.062368 0.095556 -0.053877 0.096108 -0.040175 0.094846 -0.018152 -0.072224 -0.006458 0.041664 -0.046073 0.033443 0.018086 -0.091554 -0.036738 -0.010389 -0.069114 0.021901 0.075955 0.009637 0.039817 0.074872 -0.013146 -0.003661 0.055229 0.042065 -0.000478 0.008087 0.115389 0.021028 0.083513 -0.056425 0.072606 -0.009536 0.1451 0.047461 0.005586 0.03871 0.002181 0.019652 0.051816 -0.018946 0.062821 0.081644 0.010136 -0.017461 -0.005868 0.037771 -0.030228 0.039068 0.06165 0.012804 -0.055403 -0.023079 0.012731 -0.050556 -0.023244 0.045249 0.054306 -0.080221 -0.012658 -0.092448 0.0127 0.02711 0.046561 0.01482 -0.067334 -0.005037 -0.054896 -0.069305 -0.021267 0.028727 0.042342 0.000351 -0.056064 0.019679 -0.022902 0.028298 -0.015894 0.037252 0.070045 0.047408 -0.005827 0.003694 0.004236 0.02922 -0.108658 0.009153 0.000385 -0.024811 0.095913 0.066246 -0.010796 0.080436 0.037819 0.010633 0.01442 0.073344 -0.02333 -0.087193 -0.033944 -0.061772 0.04165 0.025945 -0.008497 0.042724 0.0178 0.012472 0.017647 -0.053492 0.092362 -0.044732 0.004075 -0.014422 -0.005506 7.1e-05 -0.010338 -0.032301 0.054524 0.058053 0.065626 -0.064978 0.06659 -0.010791 -0.067023 -0.003486 -0.081072 0.10494 -0.031583 0.028292 0.039422 -0.046756 0.09375 0.025572 -0.039036 0.02785 0.012536 0.007063 0.017039 0.075395 -0.03339 0.029165 0.012787 0.043489 -0.001224 0.030041 -0.000704 -0.092323 0.011628 -0.042475 0.003384 0.012567 -0.005973 0.009397 -0.021222 -0.057975 0.024476 0.042985 -0.01973 0.003547 -0.021264 0.028928 0.002929 0.04415 0.032332 0.029153 0.034122 0.004386 0.02498 -0.013086 0.024269 0.039012 -0.035346 -0.009751 -0.044343 0.038337 0.068356 0.00355 0.072912 -0.020341 0.009304\nп 0.012141 -0.008881 -0.02247 -0.000781 0.019591 -0.01331 -0.008594 -0.023768 0.0601 0.0222 0.020317 0.016435 0.006361 0.018831 0.019955 -0.028306 0.056895 0.00434 0.001675 0.015909 -0.005248 0.08854 -0.001699 0.026143 0.046693 0.048148 0.022542 -0.034257 -0.010424 0.022295 0.007007 -0.02386 0.019387 -0.013353 0.036837 0.038696 -0.035475 0.05767 -0.011313 0.074277 -0.020907 0.033059 0.000114 -0.034617 0.008285 -0.011727 0.062916 -0.043834 -0.012958 0.005613 0.019243 0.011388 0.035491 -0.049108 0.06968 -0.030276 -0.0204 0.00376 -0.001224 0.106962 0.027409 -0.059178 0.077114 0.04881 0.048367 0.041186 -0.051881 0.046884 -0.063619 0.044704 0.02127 0.014075 0.011046 -0.033125 -0.038971 0.098006 -0.021891 0.072208 0.01602 0.048376 0.019189 0.027706 -0.013267 0.128571 -0.024448 -0.079903 -0.046197 0.032411 -0.051037 -0.035507 0.046613 0.018956 -0.011988 -0.037827 -0.01521 0.021591 -0.004064 -0.045117 -0.038104 -0.071584 0.02733 -0.005858 -0.063565 0.037825 0.002553 0.034692 0.017307 0.020399 0.043964 0.032094 -0.013023 0.015846 0.013554 0.058778 -0.000711 0.00437 -0.065824 0.059642 -0.083654 -0.043916 0.06513 -0.055832 0.076315 -0.05175 0.06781 -0.010641 -0.055553 -0.010474 0.055685 -0.014815 0.041094 0.021868 -0.070164 -0.044328 -0.022324 -0.048975 0.019734 0.089046 0.002313 0.054772 0.056678 -0.000184 -0.00814 0.057375 0.025941 0.002607 0.045045 0.117942 0.014459 0.08471 -0.039267 0.071077 -0.020071 0.124439 0.033522 0.012278 0.024017 -0.022636 0.010929 0.040912 0.007763 0.049765 0.090194 0.013813 -0.010496 -0.016979 0.038827 -0.03865 0.036419 0.038409 0.020321 -0.05716 -0.001998 0.013039 -0.045968 -0.028282 0.038652 0.053922 -0.083048 -0.005809 -0.091378 0.007506 0.035171 0.026131 -0.000957 -0.049949 0.000181 -0.05802 -0.070756 -0.019346 0.030358 0.035396 0.021425 -0.058799 0.028825 -0.036578 0.015371 -0.032763 0.035198 0.062988 0.036674 -0.000287 0.024235 -0.000678 0.026306 -0.097331 0.004193 0.001894 -0.028138 0.073803 0.050828 -0.012079 0.084803 0.03735 0.026631 0.019044 0.05988 -0.007348 -0.064206 -0.056028 -0.060048 0.050878 0.024122 -0.029016 0.051619 0.002625 0.005651 0.005475 -0.03334 0.06377 -0.066573 -0.010674 -0.008501 -0.009677 -0.011617 0.006866 -0.035383 0.036672 0.076048 0.065721 -0.041628 0.057933 -0.024033 -0.055944 -0.001763 -0.073656 0.089266 -0.06448 -0.001204 0.041413 -0.027062 0.061438 0.040998 -0.018191 0.027226 0.005553 0.001603 0.017951 0.056944 -0.02057 0.033243 0.016829 0.045477 0.027138 0.026418 -0.015148 -0.101118 0.013534 -0.032515 -0.002788 0.025128 0.003689 0.001822 -0.016189 -0.048702 0.037103 0.037445 -0.012871 -0.005131 -0.008822 0.054014 -0.002768 0.0426 0.02648 0.026792 0.030147 0.000341 0.017456 -0.013128 0.003538 0.034424 -0.036171 -0.007296 -0.047833 0.04651 0.06505 -0.001864 0.059644 -0.026665 0.005085\nГ 0.017024 -0.003709 -0.027928 -0.015159 0.049682 -0.021249 0.003638 -0.002446 0.01317 0.003219 0.05253 0.013583 -0.029168 0.016278 0.041482 -0.065064 0.0255 -0.001791 -0.00223 0.050122 -0.008787 0.084403 -0.00489 0.010443 0.040705 0.042566 0.009712 -0.013019 -0.017329 0.00811 0.011534 -0.040114 0.011791 -0.008029 0.034426 0.051939 -0.07345 0.052232 0.021469 0.057217 -0.006754 0.019217 -0.004807 -0.047739 0.011393 -0.004954 0.063536 -0.052437 -0.016869 0.027174 0.007152 0.000609 0.031562 -0.027644 0.09793 -0.040907 -0.034217 -0.008305 -0.009927 0.096281 0.012218 -0.035122 0.065707 0.046054 0.046864 0.075354 -0.041532 0.07288 -0.054973 0.057054 0.025801 0.034224 -0.0042 0.001109 -0.030898 0.107352 -0.023312 0.057441 0.012614 0.044651 0.025742 0.006681 -0.046964 0.100629 -0.005534 -0.057802 -0.032549 0.039162 -0.01512 -0.010378 0.040307 -0.004033 -0.01068 -0.033872 -0.042706 0.004262 -0.011749 -0.022872 -0.009963 -0.070415 0.008516 0.002653 -0.050781 0.042527 -0.01314 0.018868 0.018994 -0.003394 0.012451 0.022883 -0.019999 0.023132 0.001595 0.007224 -0.005044 0.045904 -0.060088 0.069036 -0.080921 -0.075183 0.05116 -0.042811 0.061432 0.005011 0.056788 -0.01886 -0.030393 0.005333 0.042258 -0.009393 0.030153 0.025574 -0.084115 -0.036702 -0.038645 -0.060253 0.004947 0.085551 0.01154 0.034512 0.073497 -0.036703 0.003417 0.08039 0.035899 -0.005329 0.05327 0.121034 0.024638 0.094727 -0.036091 0.074409 0.002071 0.131168 0.010249 0.004885 0.013372 -0.033632 0.006892 0.037968 0.010078 0.064497 0.095543 0.019053 -0.022882 -0.014348 0.046194 -0.010295 0.04481 0.063623 0.020593 -0.067096 0.00562 0.014002 -0.005007 -0.047774 0.06115 0.069093 -0.060116 0.010867 -0.081195 -0.001526 0.034281 0.0485 -0.002836 -0.043864 -0.005818 -0.035265 -0.054573 -0.040004 0.052481 0.040964 0.021828 -0.073416 0.024603 -0.043222 0.02345 -0.018556 0.038198 0.087815 0.03082 -0.003076 0.028664 -0.020425 0.062287 -0.088328 -0.009304 0.006815 -0.027693 0.092324 0.037302 -0.012032 0.077743 0.041367 0.020629 0.016952 0.038847 -0.014771 -0.054058 -0.063181 -0.056708 0.03675 0.042288 -0.022816 0.044685 0.005124 0.012094 -0.002503 -0.024982 0.044538 -0.06954 0.013075 -0.02989 -0.010448 -0.011588 -0.014644 -0.051606 0.022549 0.076304 0.065412 -0.056314 0.049741 -0.019326 -0.038054 0.017887 -0.066194 0.085595 -0.046879 0.02421 0.042475 -0.058137 0.065339 0.05383 -0.003016 0.017343 0.003283 0.007759 0.017805 0.076481 -0.018598 0.02989 0.006164 0.020069 0.057482 0.041129 0.013121 -0.107997 -0.002678 -0.012141 0.017197 0.031333 0.011762 -0.013457 -0.015383 -0.043862 0.029504 0.00319 -0.006951 -0.002331 -0.016321 0.01507 -0.006306 0.053858 0.013713 0.047243 0.039992 -0.009697 0.034652 -0.009312 0.005722 0.057682 -0.00853 -0.051817 -0.043986 0.044776 0.044841 -0.013185 0.06514 -0.02286 0.012235\nř 0.030796 0.002788 -0.02345 0.014889 -0.031253 -0.023814 -0.015732 -0.00843 -0.003788 0.02762 0.007109 -0.01561 -0.041258 0.006635 -0.008411 0.022484 0.01189 0.065449 -0.033014 0.03997 0.009038 0.037357 0.024645 0.017078 0.017032 0.017481 0.020241 0.005964 -0.015777 0.00884 0.010279 -0.014582 0.006776 -0.002966 0.031019 0.035278 -0.018665 0.055282 0.046712 0.054594 0.024795 0.058238 0.018649 -0.027786 -0.018083 -0.002388 0.018279 -0.051042 0.035171 0.006919 0.005668 0.016146 -0.039435 -0.046773 0.068497 -0.01696 0.011683 0.033048 0.02072 0.066152 -0.005076 -0.024147 0.040258 0.077184 0.034656 0.047023 -0.023656 0.040372 -0.005308 0.014493 -0.023848 0.020587 -0.024505 -0.001455 -0.012924 0.045604 -0.011568 0.053024 -0.024484 0.05703 0.003433 0.058116 0.002162 0.092392 -0.030644 -0.055594 -0.02789 0.07344 0.002541 -0.015694 0.036476 0.023727 0.011494 -0.022546 -0.029542 -0.020249 0.018094 -0.037545 -0.035842 -0.052861 0.014843 -0.014191 -0.078297 0.030359 -0.032796 0.012733 0.026309 0.01198 0.02457 -0.010794 -0.006699 0.043967 0.009554 0.065361 -0.003683 -0.018325 -0.040493 0.047128 -0.001033 -0.035422 0.053314 -0.059946 0.03796 -0.006509 0.045357 0.018755 0.024262 0.020087 0.035185 -0.002646 0.023505 0.011543 -0.064654 0.023607 -0.02519 -0.024609 -0.029593 0.060687 0.011029 0.051019 -0.001448 -0.022004 -0.00093 0.062286 0.01534 0.017149 0.021593 0.030222 0.070921 0.02547 -0.003693 0.053306 -0.006164 0.053289 0.025291 0.038493 0.002792 -0.021028 -0.033736 0.04781 -0.021035 0.043952 0.060822 -0.00144 0.005986 -0.026921 0.03074 -0.009606 0.005645 0.055353 0.008173 -0.040041 0.005214 -0.009159 0.000277 0.001033 0.010361 0.028111 -0.084017 0.003028 -0.041189 0.001675 0.037412 0.01744 -0.027201 -0.029349 0.031797 0.014134 -0.044062 -0.004748 0.019853 0.030311 -0.003558 -0.018819 0.026413 -0.025459 -0.015221 0.006292 0.036583 0.052636 0.043517 0.00484 0.013179 0.018938 0.019199 -0.038724 -0.00069 -0.002074 -0.010868 0.036183 0.043661 -0.018477 0.072766 0.057496 0.017497 -0.00817 0.033711 -0.010535 -0.074097 -0.069805 -0.026687 -0.010924 0.047082 0.025192 0.045359 -0.032245 -0.035352 -0.029693 0.007808 0.02769 -0.016135 0.030214 -0.004058 -0.000265 0.011475 0.036493 -0.024653 0.012486 0.042817 0.023409 -0.034256 0.036447 -0.031929 -0.050121 -0.001473 -0.033016 0.05053 -0.015388 -0.013992 0.031858 3.9e-05 0.046752 0.001067 0.019896 0.000752 0.00892 -0.0029 -0.03087 0.056423 0.0022 0.0684 -0.015095 0.039466 -0.018206 0.024635 0.007474 -0.044032 -0.004998 -0.00687 0.021067 0.041285 0.012489 -0.016599 0.024025 -0.044032 0.028416 0.030472 -0.007586 -0.007816 -0.018785 0.053649 0.001375 0.048453 0.008986 0.056845 0.007404 0.003801 0.020853 0.01093 -0.013312 0.01498 -0.033669 0.016797 -0.030869 0.044776 -0.017182 -0.004541 0.038993 0.048465 -0.005948\n -0.012812 0.009498 0.006807 -0.022283 0.037627 -0.084365 -0.007002 0.041242 0.112743 0.015526 0.058977 0.022902 -0.036009 -0.04603 -0.01293 -0.006356 0.016854 0.000165 0.018571 0.007877 0.086494 0.044313 0.00627 0.02774 0.025066 0.05946 0.093762 -0.00047 -0.012075 -0.035707 -0.008959 0.007299 -0.087594 0.082065 0.118208 0.0101 -0.132546 0.042629 0.029619 0.054998 -0.007485 0.047409 -0.031034 -0.081953 0.021544 0.063282 0.035458 -0.044666 -0.010364 0.019356 0.042872 -0.063338 0.015746 -0.066343 0.071124 0.00796 0.071311 -0.047488 -0.009659 0.141836 0.002428 0.010621 0.084297 0.089183 0.102957 0.072691 -0.029282 0.002052 -0.103942 0.044411 -0.063236 -0.000372 -0.049545 -0.061438 0.021573 0.036183 -0.012895 0.119678 0.019077 -0.024242 0.047894 0.087244 0.008248 0.144931 0.074808 -0.040875 -0.024991 0.07266 -0.033341 0.03138 0.022301 -0.015565 0.004195 0.004717 0.037446 0.030715 0.068012 -0.035122 -0.001758 -0.100102 0.065177 -0.006165 -0.054257 0.046062 -0.049975 0.052738 0.025523 0.031871 0.004715 0.059756 -0.002377 0.018143 -0.046592 0.014962 0.046565 0.104041 -0.050583 0.009003 -0.051431 0.028816 0.117764 0.041632 -0.068956 0.020595 0.055353 0.030778 0.011924 0.046599 0.038933 -0.023736 0.059512 0.061673 -0.087345 -0.044239 -0.028358 -0.079466 0.012378 0.059497 0.085583 0.00389 -0.015979 -0.067208 0.029094 0.048726 -0.052905 0.015503 0.010784 0.104801 0.040024 0.106018 -0.014683 0.054445 -0.032372 0.091658 0.001582 -0.049407 0.039495 -0.048632 -0.070165 0.053734 -0.00863 0.099146 0.094282 -0.048579 -0.060817 -0.054383 -0.014884 0.044653 0.103242 0.029811 0.027228 -0.060373 0.104554 -0.004802 -0.121905 -0.019553 0.001726 0.036561 -0.011198 -0.021635 -0.010354 -0.06109 -0.050575 0.090318 -0.003236 -0.081315 -0.003823 0.001104 -0.055215 -0.023989 0.055803 0.0435 0.026563 -0.085359 -0.023797 -0.064296 -0.036918 -0.019618 0.046284 0.092055 0.051307 0.039257 -0.060032 0.022013 0.064869 -0.025921 0.020383 0.107337 0.036232 -0.014896 0.023024 -0.061978 0.002294 0.020915 0.044254 0.168446 -0.007907 -0.069819 0.004521 -0.037649 -0.016259 0.001598 0.12778 0.015129 -0.000578 -0.064695 -0.065353 -0.006657 -0.055063 0.049517 -0.033486 0.004148 0.038854 0.06179 0.014155 0.060605 0.047754 0.089306 0.054215 0.031527 0.044795 0.068989 -0.009886 -0.009635 0.076526 -0.090849 0.035592 -0.082466 0.005272 -0.046726 -0.073567 0.01536 -0.031764 0.017225 -0.00944 -0.032707 0.010809 0.015298 0.09894 0.033427 -0.026191 0.065792 0.080112 0.00611 0.054839 0.012905 -0.0837 0.03522 -0.052511 0.001797 0.023026 0.117359 -0.040133 -0.018603 -0.013284 -0.005998 0.005386 0.089581 0.008391 0.053084 -0.007805 0.074222 0.095668 -0.016774 0.011517 -0.007656 -0.000329 -0.020359 -0.042112 -0.029268 0.022125 0.022556 0.036711 -0.039102 0.048695 0.042273 -0.051703 0.055617 0.004322 -0.009542\nŁ -0.020283 0.026332 -0.041903 0.019708 0.036546 -0.103003 -0.008757 0.001324 0.052485 0.009304 -0.0393 0.032142 0.009126 -0.016454 0.024376 -0.024933 0.06088 0.024757 0.030672 0.016223 0.035811 0.04748 0.039464 0.028566 0.02944 0.063077 -0.05132 -0.077754 -0.054863 0.006979 -0.011882 -0.009122 -0.013593 -0.015098 0.075264 0.047085 -0.054567 0.047296 0.002825 0.065772 -0.00783 0.006651 0.010286 -0.091517 0.012712 0.003638 0.032506 -0.014083 0.030651 -0.006582 0.009899 -0.051954 -0.017639 0.002863 0.058882 -0.02787 0.004985 -0.040658 0.007817 0.0298 -0.038919 -0.046405 0.037138 0.065126 0.083548 0.026276 -0.08685 0.045415 -0.109126 0.057888 -0.002898 -0.032211 -0.056271 0.023155 0.060401 0.056782 0.007398 0.047649 0.013405 0.056328 -0.016346 0.035258 -0.010038 0.069521 -0.026858 -0.072996 -0.019293 0.103278 -0.05723 -0.055544 0.059908 -0.042498 -0.070908 -0.039494 -0.073252 -0.011238 0.020132 -0.020254 -0.05958 -0.023394 0.043834 -0.040934 -0.054502 0.008076 -0.044554 0.035844 0.022876 0.016015 -0.024104 0.047531 -0.009776 0.070918 -0.009034 0.04382 0.028868 0.019756 -0.019444 0.042927 -0.080903 0.00348 -0.005211 -0.014184 0.050288 -0.001462 0.065505 -0.027904 -0.00965 0.058607 -0.025224 0.020797 0.054052 -0.004665 -0.02589 -0.001916 -0.047626 -0.033748 -0.013071 0.098113 -0.060871 0.040886 0.046562 -0.024858 0.033407 0.05304 -0.006869 0.023208 0.040385 0.083389 0.055888 0.066614 -0.06194 0.067048 -0.074456 0.115302 0.114619 -0.035806 0.066572 -0.013758 -0.008865 0.056102 0.083753 0.06726 0.093191 -0.0233 -0.015277 0.011622 0.015761 0.009736 -0.015593 0.09124 0.029993 -0.085736 0.049581 0.010795 -0.060098 0.002545 0.022155 0.078908 -0.086538 0.022118 -0.064701 0.040419 0.038304 0.072154 -0.02646 -0.037584 0.058505 0.014448 -0.046457 -0.03616 0.037825 0.050204 0.026096 0.008896 0.050266 -0.01658 0.001242 7e-06 0.032304 0.03982 0.094326 0.01058 0.0047 -0.012234 0.010248 -0.0304 -0.008584 -0.008335 -0.022245 0.033762 0.104038 -0.035484 0.065942 -0.000834 -0.020482 -0.051313 0.081994 -0.018112 -0.11492 -0.039681 0.015494 0.009332 0.048593 -0.036546 0.05516 0.004464 -0.006292 0.078796 0.025006 0.073312 -0.091348 0.018277 0.043284 -0.003335 0.062783 -0.002693 -0.051066 0.027258 0.082578 0.031393 -0.085712 0.035828 -0.021356 -0.03275 -0.009304 -0.012313 0.066073 -0.032735 -0.02067 -0.003558 -0.036229 0.031829 0.010034 0.069219 -0.009285 -0.036339 -0.003438 0.029868 0.109199 -0.008264 0.028382 0.057901 -0.012069 0.084422 0.078396 -0.00703 -0.091732 0.028056 -0.048189 -0.010772 0.004486 0.057906 0.017564 -0.019011 -0.055355 0.025894 -0.023872 -0.079372 0.009357 0.037908 0.015164 0.023786 0.005623 0.030906 0.032195 -0.007127 -0.041484 -0.01563 -0.027525 0.037808 0.042172 -0.039086 -0.012486 -0.01848 0.003189 -0.019014 -0.124372 0.050967 0.035282 0.008147\nİ -0.039069 -0.004525 -0.031142 0.010525 0.055307 -0.058846 -0.047735 -0.015122 0.024678 -0.013874 0.015424 0.013432 -0.051864 0.060958 -0.032043 -0.003465 -0.000331 0.020343 -0.018513 0.01011 0.022247 0.079679 -0.013939 -0.007121 0.050536 0.038828 0.025681 -0.039284 -0.047193 -0.041065 0.030284 -0.05359 0.001636 0.035834 0.027659 0.055055 -0.103005 0.039198 0.002274 0.132448 -0.037133 0.043084 -0.032141 -0.130264 -0.019101 -0.03254 0.038662 -0.092248 0.011682 0.002234 0.054149 -0.047312 -0.045085 0.019335 0.081652 -0.019298 -0.043646 0.004206 0.02765 0.064773 -0.015349 -0.035728 0.004089 0.049914 0.055579 0.036877 -0.046658 0.023489 -0.056682 0.003992 0.025914 0.009522 -0.036986 0.029024 -0.011457 0.059297 0.025255 0.071439 0.040369 0.01045 0.027824 0.065952 -0.035469 0.013896 0.016613 -0.020737 -0.046576 0.084735 0.01539 -0.041668 0.007346 -0.046523 0.008509 -0.06516 -0.043712 0.038242 -0.043292 -0.0058 -0.024866 -0.042438 -0.005 0.021502 -0.085964 0.042266 -0.052125 0.021516 0.002417 0.001244 -0.007333 0.074276 0.010917 0.009917 -0.048966 0.052127 -0.018378 0.014221 -0.069919 0.055007 -0.111392 0.025209 0.029038 -0.072544 0.056743 -0.015317 0.087053 -0.016743 -0.011279 0.033378 0.030782 -0.005125 0.014096 0.050988 0.006946 -0.01153 -0.080833 -0.048779 -0.033404 0.070373 0.029476 0.076063 -0.007642 -0.018056 0.010182 0.050831 -0.002846 0.027935 0.014464 0.059911 0.090439 0.026153 -0.035358 0.045688 -0.016287 0.112314 0.082002 -0.008337 0.044104 0.025516 -0.059618 0.078275 0.015237 0.070465 0.059592 0.007738 0.023398 0.002153 0.041144 -0.003263 0.023161 0.092097 0.03593 -0.031049 0.011159 0.022803 -0.066998 -0.037457 0.000309 0.045997 -0.069491 0.022766 -0.047735 -0.024079 0.035931 0.041144 0.037633 -0.073638 -0.031501 -0.018936 -0.068796 -0.00568 0.052921 -0.030011 0.028752 -0.073798 0.032559 -0.01189 0.02327 0.024167 0.021243 0.004353 0.105014 0.008938 0.041383 -0.047643 0.064688 -0.08758 -0.01265 0.025885 -0.053616 0.078714 0.035361 -0.007034 0.051279 -0.028581 -0.020587 -0.047406 0.048469 -0.023461 -0.084237 -0.063949 -0.062043 -0.048356 0.033676 -0.01932 4.5e-05 0.010218 0.057797 0.000696 0.016436 0.05614 -0.043042 0.034612 0.02088 0.009092 -0.046792 -0.000285 -0.032775 0.05938 -0.002352 0.07824 -0.035476 0.019797 0.001554 -0.015949 -0.000393 -0.04324 0.00985 -0.0823 0.045455 0.02869 -0.024065 -0.005955 -0.034002 0.054476 0.021487 0.067428 0.0164 0.024198 0.051582 -0.040388 0.0996 0.01849 0.007247 0.012704 0.075168 -0.003624 -0.067976 -0.029779 -0.052434 0.012307 0.056015 0.006663 -0.04335 -0.039618 -0.083877 0.114704 -0.03255 -0.011754 0.010974 -0.03843 0.030402 0.004085 0.056583 0.039528 0.00811 0.015562 0.005815 0.046225 0.003334 -0.003348 -0.002992 -0.056193 -0.039191 -0.004471 0.023761 0.007376 -0.062478 0.034613 -0.041091 0.017284\nη -0.007707 -0.029728 0.007703 0.0147 0.006397 0.088155 -0.06049 0.016704 0.080549 0.083928 0.00542 -0.156666 -0.068391 -0.005797 -0.073798 0.039103 -0.025749 0.017248 0.008569 0.050227 -0.002556 -0.012189 -0.019231 0.05907 0.045673 0.043622 0.011081 0.101419 -0.07202 0.006309 0.056911 0.065895 0.067575 -0.129692 0.011389 0.102452 -0.014511 -0.012056 0.000752 0.170147 0.027549 -0.102202 -0.008378 -0.13874 0.066969 0.022294 -0.087134 -0.221208 -0.048827 0.107348 -0.038735 0.05261 -0.019028 -0.016513 -0.025196 -0.069805 0.002121 0.04404 0.021058 0.036806 0.130616 -0.036135 0.051357 0.066244 0.005724 0.021575 -0.040123 -0.032033 0.055603 0.014888 -0.069868 -0.035762 0.004384 0.041341 0.072337 0.079641 0.081616 0.133846 -0.113103 -0.039297 0.0837 0.006074 0.106761 0.012144 0.121772 0.006388 0.043148 -0.026147 -0.018717 0.036704 0.04741 0.009088 -0.079085 0.014322 0.105205 0.007075 0.024659 0.014585 -0.063183 -0.053055 -0.008212 0.051959 0.065989 0.128896 -0.021227 -0.020554 0.009485 -0.084833 -0.012594 0.030728 -0.078064 0.085705 0.111745 0.006841 0.132376 -0.043424 -0.06097 0.071067 -0.107907 -0.000668 -0.055132 -0.005185 0.023388 0.043779 0.062906 0.106515 0.026473 0.019562 0.01815 0.113181 0.086073 0.051978 -0.14718 0.044889 -0.072296 -0.093705 0.022533 -0.047172 -0.027228 -0.004813 -0.135906 -0.000119 0.027062 0.024569 -0.131943 0.095466 0.045041 0.189553 -0.109768 0.070087 0.105428 -0.02828 0.042831 -0.023051 -0.142292 -0.029282 -0.051291 -0.000575 -0.021144 0.006733 0.02765 0.001894 0.05812 0.072332 -0.017131 0.021495 0.193647 -0.058277 0.067246 0.020503 0.049426 -0.014144 0.082862 0.045076 -0.049569 -0.0791 0.096327 0.0399 -0.081378 0.014801 -0.148675 -0.094559 -0.091633 0.035431 0.022532 -0.103806 0.014581 0.023845 -0.079145 -0.051151 0.017932 0.011119 -0.077766 0.01292 0.086847 0.011542 0.044846 -0.049975 0.169566 -0.036661 0.069834 0.001474 -0.059301 -0.062457 -0.073098 -0.043821 -0.158244 0.095474 0.008377 0.113704 0.079641 0.03222 -0.003941 -0.046036 0.020313 -0.05472 0.032762 -0.04493 -0.094245 -0.12992 -0.121184 0.045392 0.134833 0.083833 0.008638 0.018222 -0.078018 -0.096566 -0.180559 0.02448 -0.026193 -0.024503 0.000856 -0.069153 -0.1577 -0.012506 -0.050033 0.035971 -0.073971 0.203012 -0.135472 -0.008918 -0.083319 0.017482 0.15366 -0.066425 -0.052494 -0.059479 0.206409 0.039801 -0.067608 0.166266 0.009708 -0.151665 0.040737 -0.106798 -0.072887 0.027733 0.065373 -0.080867 -0.012569 -0.025782 -0.184454 0.012808 0.074982 0.069975 -0.152188 0.038437 0.053574 0.03198 0.105391 -0.001154 -0.050348 0.162171 0.031883 0.010378 0.102977 -0.003792 0.144905 -0.006265 -0.080557 -0.014757 0.072655 -0.042049 0.023177 0.05692 -0.015854 0.110484 0.045429 -0.0441 0.09549 -0.211011 0.001253 0.120501 0.08357 0.038273 -0.039316 0.012761 -0.018975 -0.022828\nŕ 0.032984 -0.228833 0.101069 -0.019999 -0.042668 -0.176831 0.017737 0.052428 0.120708 -0.177412 -0.086623 -0.077496 -0.061873 0.122675 -0.003197 -0.125603 0.105354 -0.006999 -0.082716 0.018413 -0.03518 -0.002712 0.082673 0.085669 0.061648 0.122026 -0.078446 -0.055989 -0.067969 0.008365 -0.092264 -0.063056 0.074492 0.091196 0.117475 -0.058095 -0.182056 -0.019379 -0.119511 -0.040947 0.046197 0.101005 0.100234 -0.039328 -0.009088 0.010268 -0.09081 -0.062802 -0.003439 0.031195 -0.092915 -0.046959 0.08664 0.097022 0.107996 -0.146604 0.181383 -0.087421 0.075175 0.16156 0.011602 0.035778 0.102882 0.007854 -0.093935 -0.046688 -0.028575 0.089719 -0.095678 0.098892 -0.019748 0.124845 -0.046748 0.088297 0.089438 -0.10756 0.158122 -0.120424 -0.057167 -0.181111 0.045884 0.006644 0.061874 0.092434 -0.179228 0.012402 0.004854 0.057109 0.216501 0.013288 -0.004282 -0.13444 0.138289 0.1231 -0.018871 0.054914 -0.015423 -0.002415 0.138954 0.075228 -0.012452 0.010716 -0.024954 0.021885 0.064903 0.101298 0.078754 0.053388 0.052121 0.104604 -0.071249 0.092569 0.104425 -0.063625 -0.151738 -0.050326 0.017468 -0.098483 0.053435 -0.112552 0.068833 -0.285434 -0.029872 0.03057 0.03156 -0.093043 0.004704 -0.059389 -0.037385 -0.003151 0.05267 -0.020865 -0.214427 -0.111052 0.039177 -0.125411 0.101648 -0.127219 -0.0552 0.034999 -0.144728 0.145731 -0.117641 -0.076521 1.5e-05 -0.090344 0.088712 0.042709 0.150576 0.003942 0.049549 0.166277 -0.111369 0.074582 -0.025408 0.074194 0.126625 -0.055849 -0.127197 0.101935 0.077042 0.001742 0.023976 -0.049819 0.057253 0.055113 0.002487 0.045972 0.077519 0.207647 -0.039015 -0.232751 -0.004993 -0.065078 0.000762 -0.133344 0.056859 0.05638 0.027037 0.030847 0.072192 -0.078591 -0.010312 0.04626 0.002368 -0.15458 0.020886 -0.052498 -0.049872 0.023984 0.046119 0.145745 -0.08372 -0.008721 0.092217 -0.021987 0.001245 0.078259 0.054108 0.168638 0.024301 -0.087698 -0.10789 0.04919 0.108595 -0.115702 0.04517 -0.06506 0.10754 -0.145738 -0.072135 -0.139726 0.0956 0.029361 0.113626 0.148439 0.031172 0.076041 -0.029852 -0.033709 -0.097841 0.083498 0.080115 0.07026 -0.046773 0.095608 0.024324 0.022971 0.105389 0.106429 0.019259 0.033869 -0.099759 -0.170784 -0.067763 -0.058868 0.040084 -0.002358 0.098392 -0.082844 -0.083606 0.10926 0.016195 -0.001504 0.034722 -0.06661 -0.030024 -0.144096 -0.082733 0.033988 0.102263 0.103823 -0.081212 -0.079229 -0.07598 0.054614 0.010979 0.030102 0.169284 -0.027058 0.05428 0.083326 -0.03112 -0.048986 -0.043718 0.047599 -0.129317 -0.065421 0.009734 -0.067649 -0.00812 0.036216 -0.297822 -0.026749 -0.005205 0.095074 0.156016 0.188397 -0.032104 -0.009989 0.092397 0.069183 -0.008141 0.005074 -0.053817 0.133479 -0.089057 0.135384 -0.055847 -0.108606 -0.138453 -0.103174 0.256884 -0.117679 -0.031029 -0.000628 0.152963 0.068337 0.053385 0.103835\nņ 0.047784 -0.060235 -0.082424 -0.184966 -0.095338 -0.11667 0.043339 -0.081182 -0.118737 -0.060795 -0.18293 -0.022952 -0.018632 0.037903 -0.014359 0.05545 0.059071 0.058596 0.004594 0.029927 0.097255 0.150036 0.108901 0.073307 -0.002368 0.093487 -0.038134 0.011051 0.009557 -0.162036 0.074242 -0.048771 0.014012 0.063138 -0.037267 -0.041322 0.052286 -0.006149 0.072236 0.096468 0.069628 0.113052 -0.013769 -0.095296 0.039616 -0.023651 0.064242 -0.046147 -0.036689 -0.009112 -0.065936 0.080984 0.030153 -0.068417 0.082072 0.036381 -0.016458 -0.010057 -0.006144 -0.015681 0.122181 0.030134 0.046939 0.060427 -0.020377 0.086841 -0.026171 0.081007 0.064455 0.067224 -0.097386 0.056347 -0.040543 0.048082 0.047513 0.088465 0.004934 0.037727 -0.021666 0.028015 0.022047 0.034542 0.011687 0.094105 0.060888 -0.068018 0.124487 0.135926 -0.023682 -0.014818 -0.002564 -0.038365 0.038939 -0.009484 -0.008335 -0.10304 0.009403 -0.019105 -0.005296 -0.124795 0.01868 -0.116344 -0.009233 0.06074 -0.03905 -0.11906 0.022227 -0.054554 0.016747 0.105609 0.038237 0.052133 -0.026512 -0.02805 -0.054956 -0.039356 -0.018934 0.107825 0.071205 -0.067134 -0.03037 -0.116802 0.040632 -0.071313 -0.018707 0.081228 -0.054631 -0.0606 0.085495 0.036249 0.032394 -0.162111 -0.093899 -0.079184 0.030233 -0.086923 0.002987 0.127799 -0.063285 0.080995 0.085495 0.035429 0.055552 -0.08225 0.036577 0.041798 0.057909 -0.005314 0.130162 0.029617 0.080522 -0.012151 -0.011102 0.047125 0.052907 0.003882 0.000686 -0.026636 -0.09036 0.085771 -0.037429 -0.042481 0.118814 -0.040102 0.043583 -0.037405 0.128092 -0.02641 0.011319 0.08647 -0.037939 -0.017807 -0.010058 0.073742 0.072052 0.052282 -0.01728 0.1446 -0.046465 0.066717 0.010636 0.081256 0.072781 0.017163 0.053465 0.013382 0.108285 -0.051917 0.065288 0.050151 0.106011 -0.088619 -0.076418 -0.061927 0.101183 -0.014223 0.045792 -0.091451 0.000405 0.109817 0.10647 0.07675 -0.003783 0.110988 0.020285 -0.037685 -0.003498 0.043237 0.005344 -0.077423 0.072098 -0.036898 0.126814 0.123837 -0.100307 0.044631 0.063779 -0.017213 0.020217 0.004533 0.020613 -0.072236 0.03828 0.008196 0.18113 -0.092454 -0.01226 -0.039729 -0.016777 0.059535 0.036635 0.115357 0.063399 0.067709 -0.016427 0.11411 0.077654 0.040155 0.029051 0.034718 -0.003007 -0.028779 -0.066995 -0.00804 0.056254 0.007186 0.130145 -0.0286 0.127099 0.063918 -0.087855 0.008361 -0.070707 -0.028513 -0.047991 0.014343 -0.030961 -0.013484 0.061638 0.027359 0.055507 0.00417 -0.040112 -0.094877 0.110387 0.070963 -0.058517 0.017402 0.008497 -0.011664 -0.109521 -0.067165 -0.099061 0.117911 -0.062508 -0.036466 0.077228 -0.032034 0.073469 0.112586 0.015813 -0.019608 0.11771 -0.056603 0.100713 -0.03715 -0.102861 -0.14635 0.04181 0.082858 0.007159 -0.131431 0.0803 -0.071673 0.01932 -0.045161 -0.070817 0.104844 0.147887 0.066606\n¦ -0.002575 0.025981 -0.0577 -0.006787 0.022059 -0.098728 0.003278 0.045441 0.072548 -0.002743 0.033212 0.013151 -0.032145 0.012957 -0.018924 -0.070887 0.013575 -0.005412 -0.006634 0.011439 0.018696 0.075657 0.029544 -0.016108 0.030609 0.004461 0.007182 -0.000677 -0.048752 -0.033413 0.012036 -0.031219 -0.026995 -0.036676 0.029487 0.042142 -0.060805 0.0676 -0.025464 0.013224 -0.018816 0.023415 -0.047696 -0.079989 -0.030574 -0.02339 0.035303 0.032419 -0.001975 0.002205 -0.007893 -0.000385 0.071051 -0.024373 0.04069 -0.026744 0.015517 0.049566 0.04846 0.103782 0.006436 0.008896 0.065728 0.052378 -0.017527 0.015935 -0.006973 0.055546 -0.009472 0.023296 -0.020482 0.064329 0.012871 0.009741 -0.021764 0.047551 0.032618 0.017247 -0.062728 0.04211 -0.039942 0.003351 -0.001041 0.081599 -0.018424 -0.002596 -0.056204 0.057873 -0.042654 -0.000674 -0.004761 0.03279 0.033561 -0.059053 0.017192 -0.00104 0.020105 -0.019171 0.032811 0.003122 0.009121 -0.051284 0.037004 -0.001579 0.038401 0.020287 -0.003898 -0.028652 0.03844 0.015168 -0.045829 0.00357 -0.071485 0.026005 -0.03323 0.022531 -0.060162 0.047887 -0.026075 -0.091997 0.02254 -0.062924 0.030437 -0.022573 0.002975 -0.03154 0.027769 0.008847 0.042855 0.001965 0.010977 0.015905 -0.033726 -0.050836 -0.005459 -0.100356 0.009518 0.048708 0.008842 0.027579 -0.000627 0.006258 0.004581 0.06416 0.009808 -0.033415 0.06291 0.061924 0.009458 0.055835 0.01518 0.0518 -0.051618 0.080101 0.028046 0.005548 0.004408 0.017045 0.020771 0.061526 0.035313 0.070528 0.059766 -0.002904 0.033045 -0.019959 0.059914 -0.040117 0.012232 0.049031 4.6e-05 -0.049907 0.026798 0.069625 -0.038516 -0.01618 -0.036035 0.072803 -0.025997 -0.010107 -0.032271 -0.042738 0.032466 -0.009379 -0.061796 -0.069479 0.055545 0.003527 -0.049251 -0.011269 0.003539 0.074316 0.011463 -0.065455 -0.013993 0.004785 -0.012661 -0.030213 -0.006274 0.020784 0.025396 0.02003 -0.023831 0.000372 -0.003652 -0.0802 -0.005964 0.044786 -0.022487 0.064693 0.040259 -0.004843 0.058555 0.040834 0.013171 0.012513 0.014126 0.027731 0.003201 -0.065352 -0.068963 0.05263 0.0105 0.010826 0.022089 0.015132 -0.019776 -0.008382 -0.036843 0.008828 -0.034057 -0.009676 0.014399 -0.005476 -0.031132 0.015285 -0.043572 0.004442 0.053097 -0.049287 -0.077117 0.013337 -0.033737 -0.049029 0.03828 -0.043043 0.08483 -0.03418 -0.041683 0.014327 -0.010918 0.040421 0.030706 0.021708 -0.009661 0.024031 0.069482 -0.011258 0.032319 -0.002141 -0.047446 -0.007412 -0.033843 0.058018 0.053323 0.033598 -0.073512 -0.02666 -0.013921 -0.025544 0.057904 0.035035 -0.024127 0.008742 0.007368 0.077179 0.033153 0.009081 -0.01798 -0.022141 0.030056 0.016762 -0.004559 -0.021194 0.004268 0.022254 -0.023012 -0.039242 -0.074075 0.033126 0.031532 -0.057117 -0.058901 -0.011229 0.046336 0.022635 0.00921 0.04596 0.046541 -0.039254\nð 0.005502 -0.006701 -0.0099 0.009321 0.052699 -0.119973 0.002458 -0.00843 -0.009991 0.016556 -0.005858 -0.046448 -0.043538 -0.012421 0.03487 0.008705 -0.004854 0.067633 0.063229 0.032444 0.007904 -0.047051 -0.022058 0.019892 0.032059 0.0913 0.006313 -0.023476 -0.099412 -0.065742 -0.011418 0.062503 -0.028516 -0.032636 0.080551 0.035062 0.017532 0.006302 -0.029994 0.03177 0.000173 -0.073532 -0.110348 0.030353 -0.115933 -0.067482 0.084196 -0.010697 -0.028792 -0.009955 -0.022738 0.00596 -0.003939 -0.007919 0.037499 -0.013189 0.005751 0.034004 0.088251 0.042484 0.056342 -0.004359 0.025202 0.096027 0.039578 0.109869 -0.089842 0.062047 -0.025502 0.023859 -0.00036 -0.070994 -0.074175 -0.028012 -0.001104 -0.000305 0.02837 0.008727 -0.001484 -0.047988 0.036369 0.016247 -0.044573 0.052012 0.011922 -0.019804 0.045888 -0.007009 0.009205 -0.050292 0.040959 0.019802 -0.024266 -0.123663 0.106959 0.016247 -0.026092 -0.062113 -0.009937 -0.004881 -0.00556 0.065842 0.014649 -0.026114 -0.070986 0.044917 -0.021238 0.072125 -0.096652 0.03941 -0.034516 -0.048723 -0.060678 0.057303 -0.022361 0.062415 0.028909 0.001181 -0.054173 -0.050927 0.112173 -0.068662 -0.046727 -0.024943 0.080634 -0.028138 -0.00573 0.038239 -0.000296 -0.028872 0.035551 -0.023079 -0.082574 -0.109442 -0.052749 -0.046358 -0.001505 0.020727 -0.026157 0.017288 0.043534 -0.083032 0.026581 0.017851 -0.066263 -0.005177 0.045366 0.069839 -0.015087 0.088965 0.062752 0.08723 0.02731 0.002923 -0.034145 -0.013106 0.035222 0.015146 0.017688 -0.030045 -0.089353 0.03288 -0.008561 -0.019454 -0.035044 -0.006168 0.003486 -0.004809 0.105102 0.075351 0.006359 -0.077242 0.070315 0.060699 0.00663 -0.007083 0.069069 0.021285 0.020406 -0.002992 0.020261 -0.076727 -0.038341 0.017656 0.05178 -0.077637 0.023163 -0.001909 -0.090427 -0.00506 -0.022611 -0.008464 -0.041404 -0.0873 0.012517 -0.057114 0.023689 -0.068619 0.00396 -0.022432 -0.014132 -0.018704 -0.050664 0.021937 -0.000892 0.005842 -0.057425 -0.013438 -0.049802 0.167743 0.020289 -0.012118 -0.000898 -0.117052 0.101832 0.077252 0.034237 -0.010771 0.012293 -0.048497 0.009418 0.013107 0.061342 -0.0624 -0.028315 -0.063064 -0.026482 -0.027077 0.001564 0.030293 -0.046962 -0.074481 -0.071675 -0.040142 -0.060148 -0.052112 -0.067857 0.031243 0.00263 0.038101 -0.027208 0.070357 -0.049546 -0.032205 0.092182 -0.069918 0.058547 -0.071625 -0.088492 0.078833 -0.045652 0.038479 0.026693 0.034523 0.018513 0.088058 -0.055433 -0.023506 -0.049307 -0.013876 -0.044248 -0.030137 0.025421 0.030256 -0.004423 0.038315 -0.04101 -0.038282 0.072419 0.049706 -0.027472 -0.004017 -0.082655 0.00741 -0.018024 -0.001337 0.021744 0.037816 0.042376 -0.026331 0.030873 -0.004866 0.052762 -0.05228 -0.006964 0.047724 0.092161 -0.037142 0.112262 -0.035892 -0.028822 -0.011499 0.064966 0.02722 0.036318 0.002685 0.006407 0.03069 -0.039731 -0.016775\nэ 0.019334 -0.010931 -0.004742 -0.006864 0.04926 0.01694 -0.034615 -0.032715 0.028357 0.003982 0.018985 0.016689 0.001084 0.021376 0.036944 -0.046168 0.060925 -0.008379 -0.016226 0.03855 -0.003813 0.087885 -0.006089 0.009727 0.065036 0.057478 0.035259 -0.076295 -0.01534 -0.00163 0.016606 -0.042768 0.005507 -0.018173 0.022563 0.046216 -0.04598 0.064608 0.002348 0.073105 -0.002245 0.023114 -0.003875 -0.009887 -0.001133 0.0047 0.061298 -0.031238 -0.030349 0.009342 0.038011 -0.006784 0.042921 -0.036489 0.096697 -0.045649 -0.052616 0.015306 -0.016378 0.107241 0.04428 -0.09424 0.061931 0.018197 0.039807 0.063174 -0.065245 0.066577 -0.075006 0.048008 0.027131 0.017753 0.023894 -0.018176 -0.070355 0.082344 -0.030007 0.09864 0.011978 0.069436 0.023447 0.025458 -0.034161 0.123577 -0.031027 -0.064891 -0.032909 0.000126 -0.051077 -0.052088 0.040178 0.015597 -0.034189 -0.05874 -0.036768 0.009624 0.005697 -0.050508 -0.045723 -0.037224 0.014636 0.016537 -0.090819 0.022905 -0.01231 0.032391 -0.004659 -0.006187 0.063457 0.02878 0.000102 0.027174 0.030003 0.061602 -0.029385 -0.003199 -0.070959 0.05309 -0.116259 -0.047189 0.087804 -0.046687 0.109719 -0.059617 0.085067 -0.008978 -0.073231 -0.010082 0.037184 -0.026156 0.031552 0.032264 -0.068472 -0.056744 -0.020778 -0.065139 0.015779 0.081009 0.029705 0.061842 0.061822 0.013148 -0.004305 0.058564 0.051683 0.004061 0.014806 0.131574 0.03838 0.078832 -0.059351 0.081213 -0.004187 0.166086 0.059839 -0.004493 0.035743 -0.022455 0.034763 0.038013 -0.022247 0.06345 0.113608 -0.006394 -0.019985 -0.006063 0.042528 -0.027083 0.049211 0.052248 0.011412 -0.050806 -0.023746 0.017338 -0.029359 -0.026353 0.051078 0.066367 -0.081527 -0.001521 -0.082457 0.009336 0.047515 0.014948 -0.005795 -0.06083 0.010503 -0.073005 -0.073515 -0.025279 0.023091 0.038067 -0.000857 -0.068938 0.038144 -0.040001 -0.00905 -0.036058 0.044171 0.043776 0.064385 -0.003059 0.03464 -0.002074 0.038854 -0.100034 0.016199 -0.00651 -0.018556 0.089255 0.049913 0.007469 0.079595 0.030335 0.018899 -0.00969 0.07399 -0.026572 -0.091501 -0.056407 -0.083241 0.046654 0.025147 -0.027979 0.055569 0.014469 0.01241 0.007556 -0.06075 0.089364 -0.044657 -0.006744 -0.014452 -0.00386 0.026433 0.002164 -0.035964 0.036184 0.057731 0.078899 -0.086402 0.082967 -0.031411 -0.080355 0.012216 -0.054599 0.108069 -0.042506 0.012068 0.032152 -0.028896 0.063077 0.05717 -0.026409 0.044261 0.009332 -0.006187 0.018694 0.063115 -0.026477 0.041425 -0.000417 0.044514 0.011308 0.020176 -0.017363 -0.116846 0.029124 -0.018589 0.010856 0.01973 0.005559 0.022654 -0.036455 -0.06331 0.022645 0.014009 -0.029294 0.003954 -0.017677 0.028799 -0.028113 0.020844 0.024722 0.040054 0.039675 -0.014878 0.009364 -0.015882 0.015254 0.027209 -0.014836 -0.028335 -0.045455 0.062592 0.056239 0.014645 0.073216 -0.017234 0.026886\nφ 0.022829 0.022758 0.020638 -0.073514 0.102918 -0.061214 -0.064374 0.061691 -0.085779 0.051817 -0.061143 0.01876 0.056262 0.027071 -0.076643 -0.018465 0.078045 -0.003884 0.001807 -0.078709 0.071314 0.099938 0.039776 -0.00594 0.031084 0.112537 -0.00651 0.096337 0.014391 0.076933 -0.081222 -0.083683 0.038714 -0.027513 0.056317 0.007467 -0.0704 0.14972 -0.119165 0.040523 -0.089701 0.077743 0.083894 -0.070577 -0.095324 0.07849 0.024763 -0.055984 0.060878 0.046961 0.064291 -0.063225 0.074371 -0.019847 0.029304 -0.033319 0.027592 0.116739 -0.014401 0.076291 -0.035712 -0.055042 0.093665 0.050249 0.001386 0.030157 -0.035327 -0.088055 -0.102425 0.06716 0.004873 0.058583 -0.029963 0.071248 -0.019801 -0.005131 0.06653 0.056776 -0.015349 0.075224 -0.019499 0.098903 0.087412 0.123689 -0.058789 -0.007656 -0.030154 0.007358 -0.002604 -0.014913 -0.034165 0.038831 0.060598 0.01772 -0.037776 0.01228 -0.047973 0.03089 -0.016127 -0.007019 0.06469 -0.064926 0.025622 -0.018143 -0.0596 0.046903 -0.03301 0.009256 -0.030871 0.082083 -0.016007 0.054962 0.176156 0.076361 -0.122431 0.065407 -0.026722 -0.046124 -0.00484 -0.05105 0.042016 -0.037309 -0.099068 -0.033478 0.03448 0.001936 -0.122902 0.003988 -0.000134 0.01034 0.06469 -0.092855 -0.043332 0.056762 -0.028944 -0.075254 -0.035869 0.032498 -0.052738 0.007197 0.050551 -0.06057 0.084367 0.116969 -0.115355 0.004868 0.079839 0.028469 0.027501 0.018203 0.030361 0.140625 -0.008762 0.117404 0.071567 -0.049271 -0.00439 -0.064603 0.102224 0.123228 0.094166 0.015331 0.004401 -0.034516 -0.053856 0.00656 0.030405 -0.078246 -0.009431 0.060602 0.021284 -0.029991 0.103342 -0.051703 -0.059276 -0.047328 -0.03855 -0.024742 -0.030608 -0.039695 -0.056469 -0.074345 0.075294 0.020822 0.001729 -0.01135 -0.023523 0.06944 -0.126758 0.041425 -0.099496 0.00052 -0.058453 -0.007076 0.102632 0.105997 -0.022295 -0.036818 -0.006212 -0.04904 0.005461 -0.054896 0.022925 -0.065657 -0.102036 -0.009912 -0.118864 0.002243 0.017848 -0.017402 0.059995 0.021636 0.081036 0.076747 0.017816 0.022314 0.039834 0.025675 -0.185681 -0.100813 -0.034901 -0.009732 -0.071645 -0.028164 -0.020422 0.001946 -0.019758 -0.106207 -0.006323 0.11348 -0.14282 -0.038642 0.081076 0.053131 -0.122725 0.030357 0.0106 -0.027957 -0.016726 0.026857 -0.125753 -0.063899 -0.028918 -0.16263 0.078017 0.001484 -0.067372 0.027112 0.019353 -0.06042 -0.102081 -0.125981 0.072652 0.074933 0.063291 -0.026185 0.067809 0.016232 0.004163 -0.042738 -0.024325 -0.124469 0.00548 0.050443 -0.005699 -0.040936 -0.057066 -0.034756 0.023192 -0.075707 -0.02486 0.049831 0.090346 -0.016359 -0.114304 0.139233 0.003227 -0.081057 0.035478 -0.019265 0.081298 0.03303 -0.052664 0.049971 0.016822 0.009805 -0.087376 -0.003691 -0.067753 -0.041816 0.180356 -0.137175 -0.01123 -0.025466 0.012828 0.047064 -0.093473 0.10819 0.009945 -0.014977\n 0.010485 -0.013139 -0.048804 0.09793 0.023426 -0.032672 0.080129 0.042103 0.041841 -0.022904 0.003579 0.01404 -0.050673 0.085539 0.047819 -0.047069 -0.02347 -0.020838 -0.04558 0.050392 0.10755 -0.018161 0.016446 0.065099 0.003462 -0.005478 0.002074 0.016836 -0.003047 -0.019362 -0.00014 -0.113227 -0.101508 -0.08281 0.045589 -0.013277 -0.040548 0.059068 0.105127 0.015007 0.055756 0.046075 0.004993 -0.049015 0.101024 -0.012649 0.020424 -0.101747 0.002758 0.018176 -0.065763 0.046458 0.058463 0.033676 0.122694 -0.045407 -0.039927 -0.018957 0.01365 0.027876 -0.005917 -0.029177 0.120482 -0.003707 -0.032683 0.044318 -0.035766 -0.00174 -0.084428 -0.002536 -0.036718 0.052987 -0.021536 -0.085586 -0.022889 -0.020429 0.055139 -0.040065 0.00745 -0.013596 -0.00019 -0.044204 -0.070879 0.113346 0.000656 -0.04077 0.017872 0.00324 0.049083 0.034917 0.097755 -0.032725 -0.010366 0.047831 -0.05716 0.055487 -0.041404 0.011113 -0.007492 -0.042425 -0.010412 0.02126 -0.016493 -0.056638 -0.049291 -0.011878 -0.001783 -0.028445 0.003754 -0.094461 0.010127 0.031222 -0.064643 0.035201 -0.007398 0.00641 0.043072 0.002251 -0.022627 -0.006924 0.064214 -0.01383 0.041505 0.011295 -0.061659 -0.01334 -0.05766 0.02824 0.057416 0.085674 0.061927 0.053288 -0.081855 -0.048587 -0.015187 0.00157 -0.045023 0.071544 0.101421 -0.021492 0.036613 -0.068344 -0.052729 0.039509 -0.024461 -0.008554 0.132158 0.061472 -0.059172 0.080234 -0.051801 0.106353 -0.01338 0.003803 0.044506 0.034863 -0.049926 -0.053044 0.004535 0.099483 -0.007981 0.020789 0.08459 -0.033748 -0.026933 -0.028918 0.105094 0.02697 0.080575 0.020602 0.055721 -0.010105 -0.027736 -0.035327 -0.012842 -0.027025 -6.2e-05 0.01988 -0.081483 -0.001291 -0.095979 0.016304 0.008045 -0.050567 -0.045896 -0.000346 0.057929 -0.11925 -0.015837 -0.050467 0.116738 -0.018849 0.042495 0.025438 -0.005151 -0.066798 -0.079254 0.024314 0.050954 0.109837 0.000538 -0.112103 -0.003061 -0.011305 0.088196 -0.020827 -0.041671 0.015838 -0.061364 0.069228 0.047114 -0.040922 -0.054965 -0.004457 0.063068 0.039668 0.026964 -0.006173 -0.046154 -0.117066 -0.070636 0.066638 0.053004 -0.015338 0.065637 0.048025 0.023472 -0.029978 0.001095 0.068009 -0.030156 0.004194 0.013249 0.020244 -0.063283 0.009186 -0.119222 0.001809 0.033232 0.078938 -0.053313 0.019499 0.099333 -0.001144 0.080509 -0.100893 0.082886 -0.05206 -0.021874 0.033418 -0.112335 0.05057 0.012938 0.015259 -0.077305 0.016273 -0.006958 0.025685 0.034443 0.05078 -0.08281 -0.105281 -0.030323 0.063521 0.078162 0.044379 0.040408 0.006862 -0.074933 -0.027862 -0.014695 0.067477 0.066654 -0.007829 -0.042246 0.058435 -0.012034 -0.023605 -0.010004 0.023511 0.058129 0.05077 0.037655 -0.044136 0.029126 -0.035558 0.029248 -0.015989 0.00033 -0.014188 0.065841 0.020664 0.007242 -0.028063 0.049087 -0.012791 -0.004061 0.057354 -0.01073 -0.045639\nЯ 0.016426 0.022251 -0.033036 -0.00591 0.045547 -0.030077 -0.035655 -0.037229 0.031364 0.009661 0.058346 0.044129 0.008675 -0.001211 0.054926 -0.078847 0.085703 -0.015656 -0.023313 0.037224 -0.017753 0.132831 -0.034587 0.021838 0.101388 0.097814 0.050888 -0.083594 -0.011796 0.039514 0.035447 -0.058823 0.004853 -0.019839 0.0668 0.047617 -0.064234 0.068455 -0.016792 0.085078 -0.000928 0.030215 -0.004152 0.028134 -0.01361 -0.004142 0.055136 -0.033172 -0.045559 0.021145 0.019428 -0.02088 0.04981 -0.072234 0.120366 -0.043637 -0.088425 -0.010447 -0.012307 0.146204 0.075606 -0.114836 0.080504 0.019239 0.075333 0.078464 -0.10577 0.076402 -0.113958 0.075877 0.032461 0.016477 -0.020422 -0.032643 -0.065406 0.10909 -0.027818 0.097163 0.032962 0.086192 0.033978 0.034234 -0.013866 0.17842 -0.038582 -0.109425 -0.056332 0.020301 -0.082688 -0.067819 0.031653 0.038148 -0.050999 -0.048799 -0.033304 0.030623 0.002785 -0.065938 -0.06071 -0.046129 0.024394 -0.005778 -0.123723 0.061736 0.015941 0.033805 -0.006763 0.013929 0.063446 0.020586 0.010902 0.018638 0.029877 0.067827 -0.035977 -0.007074 -0.100208 0.050343 -0.161017 -0.048708 0.121296 -0.074378 0.171282 -0.060018 0.077635 -0.008939 -0.090884 0.001232 0.067788 -0.044907 0.046929 0.015673 -0.092339 -0.068772 -0.019179 -0.089572 -0.022878 0.101439 0.063078 0.090178 0.051196 0.007343 0.020015 0.084736 0.080256 0.018051 0.024902 0.121828 0.024127 0.079734 -0.058858 0.105901 0.024817 0.177897 0.049269 -0.002652 0.062334 0.003842 0.035537 0.050598 -0.011898 0.083972 0.133925 -0.02613 -0.01484 0.000518 0.046861 -0.033824 0.061042 0.060055 0.013799 -0.076067 -0.038182 0.030548 -0.013153 -0.054618 0.035681 0.076684 -0.088447 -0.015856 -0.10735 0.007163 0.046566 0.053308 9.2e-05 -0.059678 0.023036 -0.086489 -0.083532 -0.057221 0.033774 0.060644 0.017589 -0.071893 0.022818 -0.049489 -0.008091 -0.045891 0.069916 0.078898 0.076762 -0.02068 0.033606 -0.000681 0.054863 -0.151274 0.032317 0.041082 -0.025597 0.101637 0.065624 0.031138 0.093338 0.032402 0.030284 -0.00981 0.085772 -0.052614 -0.127775 -0.086439 -0.06771 0.084458 0.003143 -0.013281 0.076173 0.017918 0.006315 0.037683 -0.056178 0.122927 -0.036752 -0.025795 -0.01864 -0.004892 0.041829 -0.001194 -0.044157 0.033943 0.060549 0.097449 -0.108087 0.089005 -0.014265 -0.126573 0.025218 -0.073206 0.142655 -0.037702 0.002749 0.048399 -0.040133 0.085337 0.09186 -0.019195 0.048593 0.033657 0.003887 0.03761 0.105345 -0.025681 0.034071 0.003794 0.049087 0.023107 0.002206 -0.035077 -0.133134 0.022346 -0.053754 0.003406 0.045334 -0.003895 0.037981 -0.013293 -0.090232 0.01272 0.023923 -0.059019 -0.015499 -0.034526 0.033341 -0.022191 0.033187 0.008329 0.030424 0.06312 -0.025937 0.012655 -0.037013 0.022454 0.052335 -0.039021 -0.021399 -0.069098 0.071735 0.092721 0.003505 0.085273 -0.010292 0.012648\n 0.071636 -0.023366 -0.025335 0.068858 0.028993 0.006762 0.033973 -0.019365 0.014344 0.014138 0.015245 -0.038791 -0.02611 -0.035975 0.042905 0.03635 -0.034574 -0.009589 0.027624 0.020551 0.025399 0.044068 0.013642 -0.009089 0.024542 -0.01077 -0.008508 0.066256 0.02011 -0.032668 -0.003249 -0.019458 0.000602 -0.02617 0.021452 -0.013848 -0.0569 -0.01449 0.023051 0.059417 0.047244 -0.036058 0.01573 -0.017111 0.018428 -0.032591 0.055851 -0.021066 -0.032396 0.08224 0.018416 0.043223 -0.054483 0.02221 0.082623 0.000899 0.06706 0.027774 -0.055923 0.041888 -0.025236 -0.016569 0.070625 0.044757 -0.006238 0.004648 0.008941 0.027446 0.013961 -0.02126 0.03957 0.073222 -0.027806 0.014916 0.034762 0.058073 -0.01365 -0.024054 -0.047346 -0.033037 0.079843 0.023244 0.020251 0.018773 0.027875 -0.041701 -0.029 0.026369 0.023562 0.03807 0.057075 -0.051621 0.043704 -0.068311 0.030077 0.056441 0.029832 0.049133 -0.018787 -0.001892 -0.090176 -0.041881 -0.055607 0.019336 0.020034 0.016782 0.014879 0.030636 0.087742 -0.024516 0.008375 0.007302 -0.019593 -0.00561 0.048852 -0.016552 -0.003807 0.052149 0.01473 -0.018647 0.079717 -0.005336 0.062658 0.084648 0.026668 0.031266 -0.022256 0.007349 2.8e-05 -0.031796 0.019001 0.011257 -0.122271 -0.031163 0.028144 0.018513 -0.025445 0.084611 0.020139 -0.002109 0.028135 -0.012027 0.011362 0.009294 -0.003214 0.00366 0.040953 0.000461 0.035717 0.073004 0.041016 -0.028681 0.011439 0.049451 -0.045691 -0.004486 -0.050024 0.029217 -0.032691 0.053187 -0.031756 0.058325 0.032255 -0.032292 0.003549 -0.059998 -0.015096 -0.004543 0.052873 0.044773 0.014868 -0.071384 0.045932 -0.026866 0.008514 -0.044816 0.03873 0.033886 -0.102259 -0.023905 -0.049905 -0.09524 0.03878 0.033907 0.069396 -0.03271 0.047661 -0.034609 -0.062269 0.023662 0.056435 -0.001449 0.000711 -0.035397 0.013677 -0.032635 0.014296 0.025167 -0.021516 0.065274 -0.029871 -0.007095 0.023675 -0.020624 -0.028627 -0.03066 -0.075275 0.01075 -0.019985 0.092344 0.029691 -0.077473 0.11597 -0.016221 -0.026399 0.073511 0.008742 0.002474 -0.056191 -0.069867 -0.005831 0.040401 0.094817 0.066485 0.053748 -0.006744 0.000767 -0.022835 -0.042266 -0.023675 -0.032293 0.062287 -0.013729 0.002485 -0.025879 0.052956 -0.061339 0.023626 -0.014981 0.044338 -0.021033 0.098487 -0.004571 -0.099463 0.074943 -0.064741 0.014354 -0.123628 0.005354 0.011882 -0.002689 0.068972 0.036224 -0.033497 -0.072438 -0.001462 -0.117017 0.016845 -0.006676 0.011516 -0.022653 -0.03687 -0.106626 0.051798 0.047454 -0.053336 -0.016928 0.011878 0.000287 -0.003929 0.029878 0.017303 -0.03849 0.010138 -0.035336 0.039935 -0.011414 -0.014648 0.038191 -0.071327 0.028633 -0.03271 0.027509 0.09605 0.069816 0.011382 0.043322 -0.033476 -0.014587 -0.049262 0.020024 -0.03399 -0.032799 0.014397 0.058768 0.005806 -0.005496 0.089366 0.044522 0.02121\nО -0.003599 0.02981 0.009372 0.041194 0.041021 0.04491 -0.019689 0.006291 0.030019 0.073848 0.033205 -0.003739 0.00485 0.019662 -0.041112 0.000583 0.032581 0.02211 -0.00499 0.063648 -0.009703 0.083775 -0.011807 -0.004004 0.037295 0.04695 0.045548 0.007099 0.016919 -0.005971 -0.002923 -0.043652 0.015705 -0.001078 0.085338 0.036463 -0.03082 0.071135 0.01972 0.079514 0.017413 0.041531 -0.034595 -0.046021 -0.036218 -0.015151 0.041535 -0.029614 0.007063 -0.010757 0.057469 -0.012031 0.027733 -0.041024 0.097703 -0.03634 -0.014927 0.002909 0.001412 0.091978 0.034714 -0.083466 0.053903 0.036316 -0.009364 0.031612 -0.08422 0.050675 -0.020104 0.039448 0.002613 0.023861 0.002139 -0.059392 -0.035439 0.078777 -0.046662 0.044402 -0.027141 0.022516 0.015535 0.056039 -0.043606 0.074521 0.027358 -0.053985 -0.005175 0.012473 -0.001521 -0.029882 0.054854 0.026462 0.010007 -0.002249 -0.006827 0.026809 0.02645 -0.041815 0.007999 -0.009145 0.020843 -0.000212 -0.097709 0.037189 0.021238 0.008552 0.010365 0.006374 0.068644 0.009736 -0.037592 0.010364 -0.007276 0.009963 -0.015538 0.016748 -0.045995 0.059694 -0.003866 0.011044 0.020932 -0.047586 0.032748 0.004712 -0.002287 -0.007686 -0.005167 0.012785 0.03441 -0.008012 0.067257 0.038603 -0.061748 -0.07401 0.016348 -0.009734 -0.001126 0.066161 0.033503 0.046779 0.069824 0.023429 0.043654 0.073507 0.011852 0.016114 0.034979 0.087726 0.013471 0.07611 -0.020338 0.036408 -0.036758 0.085137 0.003589 0.018411 0.039969 -0.041211 -0.006585 0.063812 0.026501 0.030797 0.093668 0.009307 0.020453 -0.006436 0.059892 -0.019339 0.0615 0.055508 0.059991 -0.015726 -0.006162 -0.004723 -0.035828 -0.005469 0.0653 0.075985 -0.071536 -0.008855 -0.048126 -0.018206 0.0236 0.028897 -0.001201 -0.049758 0.020098 -0.043494 -0.042094 0.009911 0.00961 0.026646 0.027019 -0.025209 0.039357 -0.001865 -0.026588 -0.04726 0.062616 0.054905 0.038046 0.01906 0.055021 0.000399 -0.021755 -0.092343 -0.00095 0.020724 -0.048034 0.029909 0.036357 0.029416 0.06092 0.013389 0.042915 0.022383 0.04024 -0.012925 -0.066452 -0.051993 -0.089518 0.030686 0.019256 -0.023865 0.050862 0.035548 0.021346 -0.016535 -0.065575 0.042327 -0.022761 -0.009324 0.025156 -0.007673 -0.020111 0.033106 -0.025019 -0.006567 0.026529 0.014664 -0.056722 0.044296 0.00182 -0.038148 0.017002 -0.060611 0.067601 -0.084226 0.015945 0.018093 -0.026408 0.082466 0.03674 0.01123 -0.017242 0.00619 0.008369 -0.008832 0.042899 -0.023349 -0.021973 0.017648 0.023314 0.026443 0.079332 -0.009345 -0.048064 0.010001 -0.021134 -0.009635 0.008233 -0.002188 -0.026425 0.011645 -0.01215 0.022975 -0.001346 -0.05743 -0.014874 -0.011883 0.025387 -0.052025 0.091525 -0.009417 -0.007431 0.037367 -0.00818 -0.01409 -0.029684 -0.006465 0.004337 -0.045929 -0.017778 -0.024701 0.038646 0.053832 -0.038991 0.046374 -0.013823 0.009217\nţ 0.076246 0.030288 0.045306 0.023572 0.004168 -0.130452 -0.059804 -0.041486 0.057578 0.062937 -0.019218 0.040069 -0.000504 -0.071204 0.017894 0.006388 0.030617 0.093434 0.017224 -0.009982 0.100518 0.064583 0.062666 -0.037745 0.088443 0.045564 0.04847 -0.011469 -0.047984 -0.027402 -0.074514 -0.011612 -0.047479 0.062622 0.066354 0.004036 0.010216 0.119707 -0.024594 -0.003838 0.018971 0.080295 -0.006165 -0.049657 0.004027 0.070124 0.089537 -0.031334 -0.007276 0.000457 0.002663 0.0092 -0.035592 0.02492 0.082998 -0.089622 0.053755 -0.047588 0.003972 0.040706 0.025328 -0.069484 0.016202 -0.026664 0.042556 0.046006 -0.047601 0.075222 -0.060757 0.050872 0.030238 0.015998 0.005073 0.027399 0.021813 0.090247 0.040518 0.047174 -0.026272 -0.003374 -0.013348 0.051978 0.010092 0.043247 0.03784 -0.075213 0.033245 0.041116 0.03316 -0.05746 0.072292 -0.005664 0.02058 0.017118 -0.030755 -0.01584 0.00356 -0.0538 0.010262 -0.089006 -0.015412 -0.012428 -0.068652 -0.01854 -0.028256 0.045341 -0.032499 0.007165 -0.03926 0.031894 -0.039004 0.033724 -0.008117 -0.072883 0.023372 -0.029164 0.008602 0.059121 -0.04707 0.034214 -0.024303 -0.054968 0.042039 0.033274 0.072848 0.021415 -0.055286 0.007308 -0.018208 0.02943 0.096628 -0.000576 0.012735 -0.089446 0.025709 -0.060975 -0.056634 0.117592 0.033417 0.063981 -0.009392 0.011377 0.028623 0.05911 -0.066898 -0.064014 0.03016 0.11118 0.035494 0.068502 0.05838 0.065173 -0.025661 -0.014414 -0.0164 0.067804 0.003188 0.062137 0.032021 0.026489 -0.01065 0.032335 0.024972 0.056558 0.031083 -0.004282 0.050969 -0.01657 0.056524 0.043734 -0.024634 -0.092951 0.021922 -0.01463 0.00424 0.077888 -0.006384 0.074558 -0.05649 -0.015276 -0.066484 0.043038 0.058539 -0.003576 0.002571 0.010225 0.078416 -0.032742 -0.010156 -0.045999 0.103298 -0.021018 -0.001015 0.018306 -0.055689 -0.05211 0.079881 0.002728 0.054388 -0.010841 -0.020353 0.000219 0.028212 -0.018694 0.046502 -0.084476 0.022356 0.021792 -0.04354 -0.009336 0.037417 -0.050085 0.054178 0.016318 -0.035918 0.006378 0.048404 0.043456 -0.08352 -0.037003 -0.0387 0.056648 0.062723 -0.024024 -0.026828 -0.058046 -0.001356 0.039111 -0.030892 0.060021 -0.056948 0.042309 0.075916 0.000591 -0.005471 0.010352 -0.037633 0.038078 0.056281 0.048968 -0.04487 0.014811 -0.02796 -0.054347 -0.032009 -0.127885 -0.020284 -0.013857 0.027274 -0.027206 -0.055992 0.001317 -0.091486 0.04998 0.013828 0.031022 -0.014138 0.017926 0.102277 -0.00444 0.036312 0.021278 0.012247 0.061374 -0.030009 0.019805 -0.14009 0.019552 -0.054482 -0.087952 0.011991 -0.008484 -0.076298 0.029777 0.016294 0.013455 0.002448 0.014982 0.013352 0.057201 0.069638 0.032172 -0.001664 0.075147 0.065019 -0.002028 0.03144 0.005382 0.019613 0.020881 0.042386 0.007459 -0.036793 0.001733 -0.020572 0.036269 -0.045708 0.019418 0.021432 -0.02951\nЭ 0.001938 0.010754 -0.083004 0.018172 0.056758 -0.020652 -0.053445 -0.050055 0.0676 0.02414 0.044685 0.033879 0.017419 0.023642 0.074193 -0.074449 0.05916 0.015466 0.030478 0.030999 -0.017487 0.093681 -0.004826 0.007713 0.045569 0.051693 0.032032 -0.041536 -0.004466 0.019701 0.008852 -0.034603 0.046528 0.008934 0.027335 0.057159 -0.035829 0.069424 -0.005956 0.12656 -0.041257 -0.006136 0.001742 -0.031725 0.019338 0.020205 0.038383 -0.076979 0.009194 0.039645 0.018348 0.021537 0.034061 -0.03254 0.079541 -0.059531 -0.026451 -0.023677 -0.001231 0.110133 0.01539 -0.077762 0.092819 0.040771 0.025695 0.035755 -0.04805 0.052118 -0.075415 0.058351 -0.016268 0.018198 -0.012523 -0.021189 -0.061085 0.132389 -0.016398 0.07562 0.00726 0.030152 0.014165 0.027413 -0.045924 0.150818 -0.028916 -0.099069 -0.085698 0.039758 -0.033794 -0.064029 0.048887 0.018969 -0.018314 -0.024114 -0.061302 0.015813 0.003238 -0.038186 -0.058831 -0.089132 -0.000481 -0.037349 -0.110167 0.050337 -0.028354 0.028562 0.045345 0.007686 0.046227 0.030397 -0.025243 -0.00632 -0.006502 0.058186 -0.005446 0.009074 -0.066527 0.079246 -0.082883 -0.008379 0.116877 -0.049584 0.122148 -0.054828 0.061271 -0.01005 -0.050193 0.032222 0.029556 -0.032512 0.014368 0.052313 -0.087928 -0.070567 -0.02915 -0.089265 0.012122 0.137094 0.01684 0.07402 0.061012 0.028781 -0.003473 0.080064 0.032008 -0.005644 0.048123 0.139542 0.040582 0.095741 -0.059134 0.079996 0.037343 0.139774 0.048551 -0.022345 0.046966 0.009394 0.029572 0.07136 0.010286 0.100321 0.109854 0.012645 0.007354 -0.03412 0.048793 -0.050706 0.048211 0.075131 0.020436 -0.066233 -0.006606 0.032153 -0.018678 -0.069361 0.057827 0.047728 -0.118022 -0.030262 -0.113407 0.013382 0.019182 0.016801 0.012168 -0.06784 0.001634 -0.076191 -0.032433 -0.042457 0.042944 0.044959 0.015761 -0.047992 0.035216 -0.064943 0.009047 -0.034501 0.018782 0.066762 0.034555 0.001138 0.049578 -0.016843 0.026308 -0.097447 0.005979 -0.022553 -0.040402 0.071859 0.048436 -0.002261 0.07629 0.030283 -0.007733 0.019387 0.041679 -0.011621 -0.132788 -0.102663 -0.067658 0.050664 0.026001 -0.015482 0.053872 -0.001484 0.019566 0.001052 -0.039319 0.11634 -0.063075 0.002449 -0.001365 -0.031298 -0.017174 0.012428 -0.03034 0.111355 0.097689 0.064665 -0.056218 0.078905 -0.00024 -0.048766 -0.013874 -0.077086 0.103253 -0.042261 -0.006855 0.053343 -0.051598 0.079611 0.095691 -0.010212 0.017937 0.000617 0.006097 0.020096 0.078395 -0.045667 0.066004 -0.00452 0.05439 0.050563 0.024258 -0.017466 -0.117241 -0.005054 -0.041785 0.013127 0.035495 0.016108 -0.002753 -0.028039 -0.056461 0.041609 0.041947 -0.002988 -0.009971 -0.02141 0.032967 -0.001288 0.044192 0.03445 0.029795 0.052001 0.001225 0.018007 -0.02747 -0.012896 0.021444 -0.046736 0.021791 -0.04021 0.040748 0.026384 -0.020314 0.100995 -0.069497 -0.001469\nā 0.022104 -0.010802 -0.011455 0.000517 -0.003199 -0.005709 -0.036525 0.008427 0.024186 0.028724 -0.002317 0.00276 0.015675 0.019877 0.026517 -0.019673 0.011787 0.009877 0.034932 0.011868 -0.022377 0.006361 -0.024576 0.014254 -0.000958 0.041306 0.038821 -0.014732 -0.016302 -0.00164 0.033495 -0.045612 0.014788 0.035729 0.037221 -0.008781 -0.02228 0.032864 0.019814 0.0542 -0.00129 0.029668 0.010331 0.02412 -0.004342 0.016806 0.001697 -0.061033 0.012722 0.014175 0.001277 0.002583 -0.00218 -0.012005 0.104376 -0.028838 0.020577 0.020572 0.021769 0.034063 0.006627 -0.043635 0.022165 0.064628 -0.003421 0.030369 -0.035674 0.051988 -0.018786 0.041351 -0.014855 0.054082 -0.026838 -0.003278 -0.03918 0.105471 0.005341 0.032786 -0.005399 0.01667 -0.018484 0.010069 -0.049803 0.033204 -0.004356 -0.061094 -0.041058 0.010262 0.03139 0.001155 0.017472 0.024594 0.038737 -0.034556 -0.048642 0.016831 -0.002539 0.027942 -0.011258 -0.016405 0.064257 -0.011255 -0.032685 -0.002668 -0.026117 0.013176 -0.017346 0.025682 0.027774 0.023619 -0.010391 0.030962 -0.017588 0.031841 0.00735 0.003574 -0.023055 0.05946 -0.036418 -0.0264 0.056331 -0.061221 0.03501 0.025144 0.062859 -0.031787 0.02511 0.023353 0.023816 -0.022292 0.006717 0.027401 -0.073421 0.005389 -0.011228 -0.021564 -0.007578 0.076629 0.006857 0.018771 0.022423 -0.023673 -0.00256 0.032691 0.008648 -0.019929 0.056046 0.068082 0.012357 0.057868 -0.018868 0.072763 0.013782 0.043799 0.009704 0.017021 0.020089 -0.036801 -0.008053 0.029932 0.00267 0.014744 0.03728 -0.020986 0.012117 -0.020499 0.02573 0.007366 -0.002916 0.015321 -0.000987 -0.018673 -0.031212 -0.032082 -0.026801 -0.026465 0.078369 0.01815 -0.039355 -0.017106 -0.053731 -0.001675 0.029949 -0.013488 0.003406 -0.031459 0.015168 -0.03578 -0.051838 -0.005301 0.000558 -0.002602 0.007842 0.013141 -0.010149 -0.023366 -0.002063 -0.003562 0.024501 0.066535 0.011676 0.017994 0.021949 0.019784 0.047498 -0.009436 -0.011928 -0.008673 -0.019624 0.060752 0.032798 -0.006027 0.044788 -0.00493 0.026894 0.026218 0.023319 -0.05196 -0.046478 -0.037373 -0.0779 0.028876 0.047567 0.001243 0.034464 0.012361 0.027694 -0.034088 -0.041437 0.032503 -0.020116 0.003037 0.021497 -0.009446 -0.023006 0.033714 -0.06199 0.027086 0.024253 0.018804 0.003266 0.016889 -0.026962 -0.013798 0.023257 -0.015417 0.03838 -0.025782 0.021447 0.067638 0.008499 0.03484 0.032476 -0.028007 1.3e-05 0.009965 -0.005561 0.02716 0.036219 -0.010388 0.035297 0.014845 0.035306 0.005095 0.079915 0.004349 -0.025129 0.011841 -0.032242 -0.017185 0.028129 -0.004655 -0.01013 0.009102 0.001228 0.028043 -0.009448 -0.007822 -0.02016 -0.010904 0.01379 -0.02601 0.005439 0.019371 0.006114 -0.003665 0.02265 0.029995 -0.016524 -0.001377 0.022466 -0.014616 -0.016047 -0.015629 0.034152 0.039029 -0.023407 0.017422 0.015953 -0.017066\nΦ -0.006024 -0.024052 -0.04569 0.050601 0.002842 -0.039681 0.005839 0.056813 0.013534 -0.055137 -0.06987 0.059821 -0.046049 -0.036701 0.017321 -0.034782 0.085589 -0.006276 -0.02107 0.049423 -0.003802 0.036575 0.003775 0.002983 -0.013288 0.032479 0.028204 -0.032602 -0.009382 0.004614 0.019206 -0.019607 -0.038012 0.020837 0.032974 -0.007961 -0.029851 0.054272 0.02695 0.030621 0.024361 0.018978 0.016169 -0.064291 -0.003307 0.065747 -0.072321 -0.043381 -0.018828 0.035305 0.025327 -0.043004 -0.005806 -0.04225 0.017524 -0.018906 0.013518 0.045698 -0.02724 0.077177 -0.036975 -0.051927 0.092306 0.058767 0.001172 0.022999 -0.063716 0.011014 -0.02251 0.006437 0.039825 0.027349 -0.014398 -0.006589 0.017073 0.068717 0.04586 0.06066 -0.054233 0.013877 0.008521 0.046678 -0.016139 0.038126 -0.000254 -0.054004 -0.010744 0.056 -0.038254 -0.00787 0.049421 0.080853 0.033649 -0.000699 -0.029292 -0.022787 -0.0012 -0.015117 -0.000446 -0.057738 0.025612 -0.002835 -0.006117 0.033746 0.038129 0.003893 0.04146 -0.034662 0.021656 0.041464 -0.01494 -0.001207 0.03469 0.019524 0.064013 0.051054 -0.033746 0.017536 -0.026791 -0.06565 0.027924 0.03659 -0.015932 0.019204 0.053225 0.050839 -0.009861 0.018167 0.048777 -0.044925 0.064083 0.029941 -0.015987 -0.035457 -0.056042 -0.04011 -0.065109 0.008372 -0.011079 -0.018565 -0.005348 0.030864 0.015716 0.06584 0.04065 -0.001629 0.029533 0.017847 0.053653 0.060639 -0.024971 0.064791 -0.00136 0.049337 -0.003069 -0.039788 0.012246 0.026482 -0.055764 0.00323 0.014113 0.014277 0.00709 -0.061949 -0.039407 -0.029052 -0.01067 0.015533 0.011864 0.039146 0.003136 -0.018664 0.0289 -0.031234 -0.031835 -0.034495 0.050442 0.075136 -0.052269 -0.039806 -0.029851 -0.016478 -0.006262 0.047609 -0.033176 -0.011252 0.043298 0.014912 -0.024951 0.020473 0.031433 0.000693 0.013639 -0.008154 -0.020838 -0.01318 0.009577 0.056579 -0.024887 0.020592 0.02304 0.033627 0.01118 0.050685 0.034793 -0.076744 0.032982 0.049121 0.006953 0.016572 0.04884 -0.031122 0.028653 0.046335 0.044817 0.057555 0.014885 0.017096 -0.003921 -0.027467 -0.076847 0.035132 0.086921 -0.02839 -0.023279 0.042074 0.021045 0.004 -0.032687 0.05974 -0.049385 -0.011389 0.049948 -0.006688 0.010123 0.029564 -0.073955 0.016258 0.027027 0.041465 -0.043848 0.033306 -0.008444 0.003874 -0.006422 -0.051915 0.025766 -0.00897 -0.015743 0.011293 -0.016684 0.071506 0.031879 0.028672 -0.032346 0.007517 -0.056574 0.005536 0.067904 -0.00321 0.039541 -0.018417 -0.003769 0.034001 0.066768 0.030874 -0.103068 0.002243 -0.005591 0.01522 -0.03595 0.00131 -0.034589 0.047623 0.021566 0.03656 -0.012517 -0.069481 -0.044146 -0.019268 0.011109 0.022823 0.00077 -0.020654 0.038487 0.004981 -0.025843 -0.019209 -0.004561 0.033174 0.004099 -0.058546 0.021275 -0.014099 -0.002724 -0.036753 -0.051139 0.003768 -0.007191 -0.030703\nş 0.006817 -0.004335 -0.028568 0.002924 -0.001154 -0.05728 -0.025755 -0.002022 0.000156 0.000208 -0.006387 0.006355 -0.019255 -0.008198 -0.014476 0.011617 0.008083 0.040529 0.021526 0.016818 0.005514 0.056699 0.039921 -0.002581 0.042855 0.037774 0.002689 0.005829 -0.027754 -0.004989 -0.006412 0.023664 -0.030267 0.037939 0.011646 0.017542 -0.021398 0.027803 0.014905 0.051126 0.002756 0.024133 -0.006812 -0.044197 0.006255 0.00871 0.045872 -0.037076 -0.016682 -0.014977 0.001108 0.015388 -0.027012 -0.008952 0.06282 -0.054172 0.002879 0.013622 0.03211 0.015794 -0.060474 -0.024852 0.009721 0.038783 0.024142 0.009833 -0.038713 0.018411 -0.047346 0.00813 -0.015224 0.00848 -0.006497 0.001683 -0.011648 0.052855 0.015867 0.01594 0.000918 0.010309 0.014711 0.03923 -0.006802 0.000505 -0.002451 -0.041049 -0.022707 0.05479 -0.021088 -0.003985 -0.00095 0.003504 0.034118 -0.041085 -0.03049 0.031826 -0.021424 -0.035883 -0.012957 -0.044837 0.012324 5.6e-05 0.001689 0.011614 -0.034 -0.006578 0.027749 0.01302 -0.013713 0.016906 -0.030169 0.003038 -0.015044 0.024739 0.032966 0.007045 -0.042733 0.064315 -0.012393 0.027932 -0.00227 -0.047736 -0.002334 0.008815 0.00494 -0.02093 -0.013639 0.020094 -0.021665 0.044506 0.005775 0.006175 -0.002365 -0.033077 -0.046319 -0.032156 0.000626 0.038014 0.008094 0.043395 0.000428 -0.031198 -0.001827 0.020407 -0.034177 -0.04242 0.032398 0.06968 0.013004 0.032196 0.003187 0.038702 0.00615 0.034222 0.019154 0.01365 0.028587 -0.01006 -0.025375 0.055468 0.018051 0.021629 0.02352 0.039597 0.006465 -0.002507 0.034336 -0.004524 0.000915 0.044229 0.017337 -0.017365 -0.004949 -0.030521 -0.02926 0.030861 0.03154 0.024006 -0.061257 0.000978 -0.030645 -0.013443 0.024782 -0.01172 0.015932 -0.032554 0.008836 -0.037356 -0.021335 0.000427 0.007067 -0.002805 -6.7e-05 -0.017214 0.008055 -0.031505 -0.003059 0.01213 0.032019 0.019551 0.036762 0.001931 0.058863 -0.025823 0.084806 -0.030816 -0.017143 -0.030306 -0.023764 0.002988 0.024889 -0.041464 0.035381 -0.021968 -0.027241 0.007695 0.037659 -0.032436 -0.042984 -0.042594 -0.011543 -0.004884 0.066244 -0.02152 0.032811 -0.024448 0.015139 -0.001535 0.013105 0.017878 -0.049245 0.005667 0.036191 -0.010439 -0.026077 -0.005471 -0.050526 0.00941 0.001456 0.056906 -0.017207 0.024137 0.001799 0.021272 0.041008 -0.04286 0.021429 -0.046216 0.02313 0.001611 -0.02903 0.025172 -0.011319 0.042803 0.009085 -0.009449 -0.027512 -0.016195 0.004382 -0.011535 0.03138 0.025379 0.014709 0.025584 0.041636 0.031659 -0.017383 -0.011572 -0.035356 0.004219 -0.017187 -0.013404 -0.022646 0.008118 -0.028218 0.033015 -0.014606 0.00711 0.040349 -0.024713 -0.006268 -0.003324 0.019625 0.029475 -0.000424 0.003963 -0.012066 0.011277 -0.013315 -0.023715 -0.00577 -0.011092 0.008692 -0.012153 -0.02279 0.004179 -0.065719 0.004098 0.002212 0.008474\nż -0.027189 -0.03485 -0.049115 -0.02461 0.010315 -0.084794 -0.035667 0.009557 0.074316 0.016276 -0.057979 0.018595 0.005942 0.021492 -0.033708 -0.0024 -0.047552 -0.012765 0.06154 0.029227 0.050128 -0.048948 -0.017417 0.004934 0.001911 0.031364 0.031933 -0.008512 -0.058921 -0.017567 0.022922 -0.033861 0.056511 0.002641 -0.004226 -0.047796 -0.060578 -0.0146 0.046053 -0.029393 0.014724 0.021006 0.035738 -0.115418 -0.016602 0.039831 0.046206 -0.029503 0.01618 -0.025088 0.010474 0.002522 -0.007104 0.008465 0.021193 -0.038466 0.02629 0.017093 0.051081 0.0849 -0.014776 0.026154 0.082724 0.077693 0.01227 -0.009186 -0.020713 -0.008756 -0.014688 0.026294 -0.00993 0.090428 -0.046863 0.011532 0.033379 0.079304 0.000969 0.061643 -0.024894 -0.032356 -0.030177 -0.007366 -0.036251 0.057665 0.059323 0.016446 0.004955 0.008273 0.036062 0.037477 0.005045 -0.028451 0.048011 -0.003969 -0.043964 -0.04562 -0.010514 -0.037743 0.012301 -0.00771 0.026724 0.028001 0.014621 0.088007 -0.108773 0.025584 0.00718 0.065721 -0.050234 -0.001202 -0.071228 0.084255 0.004392 0.047482 0.023333 0.007941 -0.031375 0.058578 -0.072457 -0.041464 -0.017816 -0.066295 -0.050069 0.036924 0.055881 -0.016229 0.006796 0.045869 0.007857 0.06071 -0.012218 -0.045778 -0.071031 -0.015056 0.010536 -0.061175 -0.017158 0.097775 0.045606 -0.019728 0.102386 -0.029549 0.021133 0.029646 0.04148 0.036325 0.034195 0.023205 -0.003352 0.075447 -0.034086 0.038491 -0.076163 0.06122 0.015707 0.059173 0.005079 -0.031799 -0.012164 0.061872 0.085529 0.003459 -0.048242 0.009041 -0.036595 0.095617 0.058935 -0.030139 0.069767 0.044744 -0.009751 -0.06951 0.048315 -0.009779 -0.050387 0.005016 0.037649 0.024085 -0.046223 0.01515 -0.007868 -0.008806 0.038469 0.020272 0.029585 -0.053585 -0.009755 0.036735 -0.041361 -0.028992 0.018479 0.073925 -0.010723 0.007174 0.027177 0.012509 -0.035536 0.038894 0.020133 -0.006953 0.064405 -0.031342 0.09926 0.015267 -0.036285 -0.098564 -0.056713 0.000292 -0.002577 0.073187 0.016882 0.010086 0.06349 0.004236 0.083604 0.038247 -0.029643 0.019705 -0.00519 -0.037716 -0.017677 0.033441 -0.009071 0.00352 0.007362 -0.02661 -0.040045 0.049308 0.060594 0.049803 -0.057637 0.031084 0.026274 0.016324 0.019422 0.039138 -0.028336 0.034923 0.088744 0.010773 -0.002617 -0.026333 0.012823 -0.044731 0.046016 -0.062336 0.017617 -0.017278 -0.054286 -0.098119 0.017811 -0.035772 0.062232 0.049811 -0.032652 0.070011 0.002108 -0.032745 0.067573 -0.025255 -0.01725 0.092183 0.022655 0.043055 0.023497 0.072353 -0.001988 0.037621 -0.018631 -0.055272 -0.065977 -0.022671 0.009223 -0.004145 0.020941 0.058932 -0.068165 -0.062745 0.090023 0.023049 0.077707 0.100955 0.010184 -0.03931 0.092341 0.025097 -0.039738 0.087361 0.004244 0.001884 0.041167 -0.067565 0.019 0.061112 -0.055704 -0.004964 -0.041556 0.084807 0.011354 0.029545\n¶ 0.029079 0.003636 -0.030582 -0.022885 0.0449 -0.050359 -0.014431 0.001302 0.0567 0.023133 0.001015 -0.030498 -0.028847 -0.020152 0.028784 -0.042363 -0.024478 0.016466 0.014563 0.009876 -0.004622 0.041345 0.001052 -0.000562 0.037642 0.043474 0.019453 -0.021119 -0.012534 -0.001076 0.003342 -0.034152 0.002582 0.022349 0.041758 0.013277 -0.063697 0.02863 -0.005705 0.068406 -0.001608 -0.008613 0.023675 -0.052821 0.025072 0.016519 0.013335 -0.047263 -0.008864 0.007231 -0.004318 -0.024733 0.026361 -0.036884 0.091916 -0.032808 0.0068 0.023907 0.004078 0.072929 0.012275 -0.051996 0.049189 0.068202 0.033804 0.059226 -0.066755 0.02387 -0.046355 0.029681 -0.006354 0.021668 -0.007701 -0.016911 -0.000183 0.086388 -0.021601 0.069135 -0.010189 -0.001045 0.020201 0.05643 -0.012341 0.095608 -0.019448 -0.019707 -0.004401 0.054913 -0.011207 -0.022182 0.019352 0.022092 -0.007336 0.007316 0.010081 0.013793 0.012993 -0.009336 -0.001792 -0.059897 0.010091 -0.009441 -0.027038 0.01821 0.002337 0.027649 0.018659 -0.00886 0.0151 0.043783 0.007443 0.033722 -0.012219 -0.011493 0.016 0.019715 -0.054422 0.069492 -0.04872 -0.023412 0.051352 -0.031338 0.002422 0.01037 0.039142 -0.011175 0.00566 0.003592 0.065749 -0.014177 0.06432 0.03048 -0.064941 -0.051853 -0.007154 -0.025674 -0.023904 0.051434 -0.025753 0.041895 0.025053 -0.0162 0.018987 0.056662 0.048375 0.015898 -0.003741 0.055525 0.040316 0.066025 -0.033977 0.063988 -0.046297 0.035658 0.022701 -0.001204 -0.02588 -0.024337 0.000888 0.046529 0.033295 0.060959 0.082513 -0.00385 -0.024957 0.015935 0.036211 -0.002071 0.029805 0.028719 0.006661 -0.045086 -0.010585 0.006924 -0.034241 -0.058955 0.044804 0.042323 -0.040145 -0.017876 -0.037655 0.00844 0.018239 0.030361 -0.006646 -0.042139 -0.021256 -0.031341 -0.075996 -0.030245 0.036863 0.020694 -0.012303 -0.032374 0.040056 -0.014298 -0.009348 -0.022527 0.012247 0.051092 0.00985 0.010795 -0.029338 -0.025675 0.03468 -0.080017 -0.001474 0.01948 -0.012778 0.022641 0.059386 0.004312 0.058344 0.057163 0.018011 0.036858 0.053581 -0.024316 -0.032377 -0.067986 -0.04489 0.034094 0.003535 -0.022187 0.026615 -0.003192 -0.022918 -0.013544 -0.01908 0.029622 -0.02822 0.001593 0.02118 0.020276 -0.009447 0.007199 -0.044486 0.015109 0.054725 0.076531 -0.010051 0.028514 -0.039811 -0.058518 -0.040698 -0.053424 0.022938 -0.001726 -0.03112 0.030455 0.017171 0.028672 -0.024126 0.028646 -0.038252 0.010014 0.010245 0.025187 0.064631 -0.051068 0.012743 0.017848 0.023324 0.041321 0.062313 -0.007461 -0.095514 -0.001534 -0.017698 -0.004267 0.042435 0.016852 -0.049316 0.012224 0.003887 0.079753 0.02061 -0.012483 0.023749 0.041766 0.036725 0.027656 0.01268 0.017288 0.017375 0.030673 0.02868 0.007813 -0.046892 -0.041819 0.020693 -0.015952 -0.007088 0.026564 0.004784 -6.8e-05 0.002048 0.045644 -0.003707 -0.022007\nŞ -0.016002 0.001044 0.004324 -0.00645 0.014715 -0.026349 -0.026966 0.005884 0.041572 0.02161 0.000865 0.057234 0.004501 -0.037936 0.002732 0.004468 -0.009696 0.062474 0.038886 -0.011409 0.024784 0.095816 0.049218 -0.037601 0.010474 0.00866 0.006515 0.014804 -0.025138 -0.030258 -0.010382 -0.020983 -0.011071 0.056155 0.05949 0.04836 -0.055131 0.04421 0.000531 0.057662 -0.020063 0.027357 0.014626 -0.08277 -0.025152 -0.003676 0.047568 -0.05449 -0.011124 -0.007152 -0.03517 -0.01489 -0.009316 0.046784 0.076522 -0.067673 0.011966 -0.008001 0.035562 0.020276 -0.042897 -0.0311 0.049757 0.050266 0.000599 0.04331 -0.046043 0.006502 -0.05656 0.03001 0.011717 0.014822 -0.006992 -0.007528 -0.010166 0.084105 0.005148 0.021876 0.016458 -0.005199 0.032242 0.000591 0.012346 0.036109 -0.001226 -0.01081 -0.037154 0.061604 0.003226 -8.8e-05 0.032351 0.008476 -0.004918 -0.033257 -0.050449 0.03728 0.047803 0.009751 -0.01103 -0.052695 0.022585 -0.018592 -0.031138 0.006614 -0.009566 -0.004807 0.04279 0.001436 -0.061752 0.016498 -0.060924 -0.01475 0.007399 -0.002607 0.072712 0.00957 0.001201 0.048164 0.00651 0.050482 -0.034616 -0.048626 -0.033066 0.020217 -0.012547 -0.022363 0.002535 0.02699 -0.000184 0.059948 0.024332 0.013782 0.008211 -0.004457 -0.001067 -0.042579 -0.008218 0.04146 -0.011476 0.028914 0.01966 -0.024702 0.013202 0.038026 0.012236 -0.067046 -0.031445 0.078906 0.022984 0.060388 0.00319 0.04151 -0.009259 0.039952 0.026438 0.016318 0.030648 -0.017296 -0.022748 0.027966 0.036776 0.021204 -0.00618 0.053903 -0.023208 0.046842 0.017078 -0.045502 0.017834 0.042957 0.033792 -0.043892 0.031485 -0.038534 -0.037192 0.033722 0.015459 0.031773 0.008061 -0.000687 -0.015714 -0.000243 0.050182 0.014163 0.021384 -0.028782 0.027604 -0.022739 -0.032849 0.018911 0.033161 0.019716 6.2e-05 0.005578 0.001556 -0.025393 -0.001792 -0.01461 0.029188 0.007442 0.041035 0.005619 0.036879 -0.026214 0.07707 -0.063164 0.009025 -0.0142 -0.01052 -0.015681 0.040436 -0.004676 0.011414 0.000133 -0.041921 -0.05235 0.019605 -0.004979 -0.083132 -0.051106 0.001546 0.021879 0.070959 -0.022144 0.053416 -0.034662 0.024167 -0.005566 0.025586 0.024913 -0.07276 0.021693 0.044874 0.009382 0.011053 -0.00673 -0.031891 0.021015 0.016548 0.030004 -0.063316 0.016843 -0.02915 -0.010996 0.04389 -0.047925 0.029246 -0.014942 0.020446 -0.029243 -0.030734 0.024464 -0.034086 0.031685 0.02392 0.035134 -0.020883 -0.020083 0.034364 0.007379 -4.3e-05 0.03851 0.025634 0.04631 0.0296 -0.0024 -0.052032 -0.013487 -0.005193 0.022025 -0.005297 -0.006873 -0.00775 0.030388 -0.028842 -0.013125 -0.034901 -0.024504 0.064731 0.026756 0.026853 -0.020274 0.054973 0.021283 -0.009074 0.011424 -0.014872 0.040334 -0.002408 -0.0419 0.023406 -0.014144 -0.03435 0.002552 -0.039122 -0.004588 -0.075522 0.031204 0.050112 -0.003343\nФ 0.021757 0.008144 -0.007512 0.021216 0.036668 -0.043267 0.006211 -0.000776 0.0552 0.045604 -0.029505 -0.020768 -0.029984 -0.004923 -0.07079 -0.036061 5.7e-05 -0.007289 0.007751 0.073046 0.045102 -0.001874 -0.009335 -0.02347 -0.039704 0.020743 -0.020807 -0.033994 -0.009418 -0.045759 0.029676 0.039807 -0.032961 0.015192 0.025852 0.074381 -0.004842 0.038034 -0.042082 -0.045416 -0.027122 -0.018318 0.061106 -0.082197 -0.050288 -0.000808 -0.042355 -0.038696 0.047363 -0.01662 -0.029366 0.011936 0.004196 -0.012901 0.019288 -0.045625 0.012918 -0.002553 0.028893 0.051538 -0.026307 -0.013166 0.032669 0.052314 -0.00024 0.006124 -0.040376 0.008335 0.037324 0.010263 -0.012378 0.036429 -0.014784 0.031694 0.044362 0.009002 0.023206 0.061774 0.005525 0.049102 0.008921 -0.028083 -0.029591 0.065491 -0.04459 -0.003896 -0.033007 -0.00033 0.065373 -0.037986 -0.009679 0.030586 -0.079639 -0.031344 -0.047029 0.007879 -0.022418 0.008799 0.046041 -0.03328 0.038707 0.033066 0.044106 0.028056 -0.028442 0.060672 -0.013704 -0.003152 -0.008899 0.062027 -0.038168 0.003571 0.00982 0.079181 0.031505 0.004881 -0.018267 0.084133 -0.032832 -0.054698 -0.000894 -0.01766 0.003436 0.024439 0.05062 -0.023455 0.044659 0.033648 -0.076155 -5.4e-05 0.060237 0.012386 -0.088394 -0.009687 -0.010028 0.030173 -0.002619 0.01122 0.004029 0.023356 0.046971 -0.029026 0.033952 0.061979 0.007948 -0.040229 0.025648 0.040684 0.035211 0.010559 0.017621 0.015937 -0.114172 0.003164 0.024192 0.010619 0.027274 -0.008659 -0.046542 -0.019288 0.068714 0.023334 0.00721 0.012043 -0.010519 0.00628 0.080678 0.001763 -0.008026 0.045346 -0.026611 -0.042276 0.047844 -0.057623 -0.058984 -0.020221 0.02389 0.045523 -0.01126 -0.031485 -0.018497 -0.041605 0.05592 0.045696 -0.012151 -0.114811 0.060719 -0.072064 -0.023309 -0.005141 0.019112 -0.005532 0.065235 -0.0346 0.069713 0.009979 0.008353 -0.048027 0.046315 0.010829 0.049094 0.000354 0.039763 -0.005756 -0.036018 -0.068534 -0.003194 -0.021247 0.012593 0.031259 -0.011987 -0.08804 0.102613 0.037535 0.083354 0.003883 -0.003684 -0.001105 -0.026224 -0.01914 0.021553 -0.028475 -0.009762 -0.01513 0.002706 -0.02814 -0.039241 0.046622 -0.01498 -0.017487 -0.089857 -0.002928 0.008685 0.025387 -0.034053 0.047857 -0.014241 0.06273 0.09191 -0.011804 -0.017449 -0.045613 -0.049152 -0.057459 0.035985 -0.082058 -0.005862 -0.00617 -0.00555 0.025445 -0.022338 -0.001546 -0.013421 0.017962 -0.049749 -0.00096 0.014014 0.081812 0.017954 -0.060665 0.040057 0.024747 0.025811 0.042798 0.081235 -0.026081 -0.054706 0.02442 -0.013667 -0.071235 -0.012179 -0.02316 -0.060596 -0.011097 -0.036754 0.070726 -0.059921 -0.059993 0.004455 -0.057642 0.118886 -0.043315 0.036039 -0.018717 0.028816 0.035228 -0.127013 0.061387 0.000262 -0.002479 0.072275 -0.04359 -0.022623 -0.071782 -0.005503 0.009662 -0.012018 0.017086 0.010319 -0.01408\nÿ -0.019243 0.08221 -0.063902 0.028875 0.06728 -0.004992 0.090437 0.027966 0.03739 -0.045946 0.08023 -0.003291 0.059121 0.016232 -0.007522 -0.064168 -0.036787 -0.012898 0.045773 -0.036439 0.074257 -0.074975 0.028739 0.056492 0.020709 0.09161 0.01837 0.11769 0.004882 0.054557 0.030513 0.01523 0.029697 -0.078557 0.060332 0.033255 -0.004333 0.024198 -0.034748 -0.042618 0.058985 0.010126 0.08261 -0.076224 0.066169 0.073191 -0.001389 0.03293 0.08728 0.017205 0.016138 -0.113254 -0.040497 0.059963 0.100421 0.001107 -0.058898 0.024804 0.055181 -0.013626 0.020785 -0.012587 0.030819 0.039118 0.005297 0.059544 -0.014598 -0.00107 0.034685 -0.005234 -0.070938 0.149198 -0.019537 0.006062 -0.04489 0.033713 0.10542 0.052916 -0.01781 0.016529 0.045766 -0.049441 0.018087 0.068346 0.00092 0.047933 -0.061335 0.00866 -0.018767 -0.02627 -0.060626 0.054072 0.04883 -0.032228 -0.030931 -0.049326 -0.017313 -0.034361 0.040602 -0.086 -0.048765 0.050475 0.096558 0.089454 -0.053802 0.030156 0.038841 0.048 0.024516 0.035533 0.034319 0.015668 0.01072 -0.04436 -0.006104 -0.031486 -0.006444 0.042609 -0.05359 0.004618 0.008203 -0.000861 -0.091689 0.062483 0.095713 -0.076671 -0.049827 0.049697 0.019063 0.022852 0.010963 0.009985 -0.018731 -0.031806 -0.018327 -0.018147 0.028848 -0.013368 -0.01901 0.001613 -0.011191 0.008296 -0.023086 0.066415 0.058434 -0.043557 -0.052377 0.007147 0.018656 -0.008425 -0.003663 -0.099342 -0.029898 0.09059 0.069282 0.085291 -0.013989 0.056664 0.036735 0.027307 0.034592 0.04704 0.041454 0.013145 0.109018 0.003774 0.098292 -0.022754 0.005442 -0.048029 0.098988 0.034312 -0.0547 -0.018865 -0.070014 0.000726 -0.028091 0.022628 -0.070929 -0.061746 0.02149 -0.071454 0.038073 0.0552 -0.034895 -0.03442 -0.009144 0.022882 0.002387 -0.041665 0.024989 0.022452 0.117041 0.01305 0.103222 0.077305 -0.033963 0.057067 0.068266 0.003699 0.018696 0.044873 0.014093 0.008056 -0.003199 -0.077306 -0.038838 -0.055221 0.043943 0.041213 -0.016267 -0.035845 0.06973 0.034275 0.098135 0.051852 0.047578 0.060225 0.028679 -0.041483 -0.0808 -0.028923 -0.084834 -0.047078 -0.064708 -0.027341 -0.0134 0.064687 0.000455 0.030115 0.003581 -0.100932 0.030143 -0.018698 0.018481 0.041691 -0.05172 -0.039731 0.097872 -0.029814 -0.028071 0.013611 -0.112498 -0.058464 0.030636 -0.083111 -0.019881 -0.04058 -0.065778 -0.059823 0.074957 -0.048667 -0.030637 0.054324 -0.037598 0.010138 -0.035583 -0.019801 0.022367 -0.095609 -0.05053 0.050065 0.013821 0.001837 -0.02082 0.034555 -0.062454 0.098478 0.005893 -0.006006 -0.062253 -0.022156 -0.049977 -0.011664 0.009515 0.046824 -0.080271 -0.075132 0.003464 0.046029 0.08707 0.051827 0.100167 -0.028506 0.023129 0.108648 -0.0091 -0.066959 -0.000735 0.035106 0.065734 -0.055995 0.01256 -0.066133 -0.008993 0.034577 -0.09611 0.056858 0.000475 0.013624\nτ 0.055419 0.00484 -0.017522 0.051044 0.012574 -0.074116 -0.032904 0.055862 -0.009038 -0.007057 0.051156 -0.056195 -0.058124 -0.040726 -0.045218 -0.107303 0.060666 0.08774 0.000973 0.004879 -0.005794 0.060165 0.064544 -0.03005 -0.070666 0.082498 0.048503 0.036853 0.099858 -0.041082 -0.006189 -0.043132 -0.032462 0.097646 0.055318 -0.02346 -0.059609 0.072845 0.045185 -0.018739 0.08527 0.08876 -0.014176 -0.021164 -0.050141 -0.043603 0.023358 0.006473 0.008963 -0.034263 -0.029019 0.043026 0.024928 -0.118687 0.02326 -0.060583 -0.006442 0.072841 0.006258 0.148306 -0.048475 -0.045516 0.112746 0.1264 0.029562 0.033274 -0.060775 0.034073 -0.024946 0.06266 -0.031282 0.052351 -0.008554 -0.076894 0.039238 0.036086 0.076722 0.035528 0.029901 0.050508 -0.035737 0.073295 -0.058765 0.02708 -0.025083 -0.068187 -0.003117 0.103022 -0.007635 -0.077788 0.085513 0.016413 -0.054784 -0.056305 0.015363 0.010231 -0.012138 -0.034439 -0.031647 -0.014582 -0.001762 0.04843 -0.007803 0.065691 0.017375 -0.00076 -0.020313 0.081823 0.060513 0.054255 -0.025497 0.057214 0.035638 0.063729 -0.050396 0.077041 -0.101237 -0.015715 0.013306 -0.051356 -0.027448 -0.043655 0.030171 -0.005866 0.097836 0.023243 -0.030811 0.118382 0.113622 -0.091207 0.12831 -0.000474 -0.136472 -0.066556 0.059464 -0.057081 -0.021992 0.084487 0.008165 0.035082 0.077784 -0.016234 0.0692 0.026878 -0.042338 -0.035511 -0.034706 0.049805 0.020721 0.070976 -0.025722 -0.063568 0.005934 0.040496 0.030376 -0.072199 -0.011179 -0.016067 -0.017811 0.069352 0.033404 0.08736 -0.018657 -0.103048 -0.029925 -0.014631 0.070888 0.039241 -0.042164 0.069818 0.030497 -0.012115 0.029443 -0.028174 -0.04828 -0.075326 0.009215 -0.046015 -0.065425 -0.004871 -0.045855 0.020937 0.029811 0.107056 0.019914 -0.067941 0.013179 0.036639 -0.055612 -0.036467 0.079862 0.121678 -0.044556 -0.086377 -0.028377 -0.020909 0.021673 0.067853 0.035264 0.068774 -0.015028 -0.023642 -0.023229 0.03942 0.028986 -0.054489 0.011867 0.016372 0.0376 0.158218 0.038294 -0.012703 0.049926 0.10344 0.061032 0.016127 0.073874 0.020827 -0.042209 -0.04951 -0.016394 0.067427 0.02586 0.020518 0.079347 -0.032578 0.031792 0.067379 -0.020195 0.028973 0.036896 0.00096 0.014578 -0.022002 -0.052471 0.102429 -0.087979 0.030745 0.055177 0.027949 -0.03948 0.006947 -0.004209 -0.093773 -0.090503 -0.014804 0.177242 -0.224566 -0.030856 0.000808 -0.0063 0.000509 -0.008389 -0.040986 0.032571 -0.010067 -0.022159 0.085576 0.113743 -0.002905 -0.012967 -0.021288 -0.062603 -0.037411 0.092286 0.011263 -0.065261 -0.085832 -0.070329 -0.07578 0.006176 -0.110789 0.009676 0.049333 -0.039289 0.113581 0.019 -0.029624 -0.006559 -0.010859 0.103035 0.019583 0.053093 -0.046389 -0.022677 0.023607 -0.003557 -0.086913 -0.054965 -0.069758 0.068292 -0.075034 -0.003602 0.029601 0.05308 0.105776 0.029781 0.067795 -0.016402 -0.045858\n -0.038006 0.07882 -0.046612 -0.052285 0.074351 -0.081065 -0.048815 0.10268 -0.002321 -0.040522 -0.018164 0.024874 -0.008334 -0.006202 0.03623 -0.035462 0.007729 0.126836 0.003052 -0.030852 0.01927 0.060663 0.022236 -0.040207 0.04834 0.113828 0.02927 0.007424 0.017762 -0.115154 0.048739 -0.011429 -0.060319 0.02383 0.00676 0.00753 -0.072764 0.032259 0.028456 0.072813 -0.002308 -0.010005 0.041392 -0.110656 -0.064517 0.064372 -0.011229 -0.041038 0.038711 0.045552 0.038652 -0.02768 0.033714 0.036988 0.103532 -0.011724 -0.030667 -0.001965 0.027418 0.027855 -0.093712 -0.093801 0.080403 0.075317 -0.013366 -0.0022 -0.057935 0.114037 -0.082684 0.003947 -0.0413 0.059303 -0.028668 -0.023375 -0.0096 0.148181 0.048534 0.123993 0.011378 0.060194 0.032311 -0.001248 0.04499 0.11127 0.001593 -0.031812 -0.0569 0.053919 -0.028397 -0.02893 0.020446 -0.03033 0.004184 -0.123277 -0.010806 -0.024366 -0.018829 -0.088519 -0.03458 0.001566 -0.068884 0.026007 -0.015004 -0.044655 -0.064948 0.036368 -0.007614 -0.012928 0.012659 0.145913 0.0241 0.0023 0.030472 -0.004785 0.002986 0.058654 -0.045183 0.126224 -0.086716 -0.001022 -0.054878 -0.026478 0.015828 0.060218 0.087776 -0.03802 0.037828 -0.008438 -0.007698 0.00871 0.075277 0.027532 -0.001097 -0.08332 -0.020728 -0.072601 0.020086 0.04949 0.035512 0.01229 -0.012666 -0.023624 0.066274 0.086764 0.039568 -0.018529 -0.003725 0.05077 0.058894 0.044637 -0.110194 0.08019 0.000783 0.043638 -0.022172 -0.02629 -0.031286 -0.051752 0.00793 0.046561 0.065592 0.000845 -0.003418 -0.048336 -0.090028 0.030936 -0.029579 0.01734 0.032672 0.047948 0.059376 -0.042292 0.025472 0.005112 -0.101778 -0.030076 0.002516 0.020574 -0.08934 -0.025493 -0.014722 -0.024865 0.023364 -0.037192 0.002358 -0.05958 0.047176 0.01821 -0.12215 0.015096 -0.067407 -0.003693 0.060234 -0.032172 0.007812 -0.027736 -3.4e-05 -0.011476 0.050668 0.031773 0.029652 -0.050456 0.022796 -0.0095 0.029788 -0.03733 -0.041859 0.1018 -0.035162 0.074446 0.019735 -0.02489 0.030678 0.044437 0.024353 0.10341 0.04729 0.000382 -0.03131 -0.089896 -0.074334 0.032552 0.029394 -0.019613 -8e-05 -0.040346 0.0174 -0.005222 -0.017468 0.015225 -0.068789 0.002504 0.062132 0.015807 0.007688 0.052593 0.043983 0.011271 0.011348 0.026057 0.023492 -0.01077 -0.066189 -0.037856 0.039698 -0.058026 0.005314 -0.098808 0.016918 0.027498 -0.004388 0.025613 -0.021104 0.041256 0.032576 0.001165 0.095633 0.000992 0.059847 0.045711 0.008718 0.074164 0.029825 -0.006469 0.0909 0.0145 -0.050604 -0.029806 -0.075134 -0.03279 0.016168 0.020058 0.004196 -0.000939 -0.011742 0.053332 -0.03685 -0.035296 -0.008813 0.050036 0.079912 -7.5e-05 0.038952 -0.009091 0.023836 0.018797 -0.044876 -0.010271 -0.044652 -0.010914 0.016132 -0.002904 -0.005866 0.011624 0.078235 0.017962 0.033331 0.086301 0.022738 -0.000451\nБ 0.041946 0.00402 -0.018445 -0.01828 0.048412 -0.015745 0.011389 0.004705 0.021263 -0.019929 0.028326 0.033394 0.023816 0.022797 -0.002025 -0.043605 -0.009809 0.013482 0.04979 0.040955 -0.002656 0.070734 0.011058 -0.006797 -0.009294 0.013404 0.016602 0.007844 0.014812 0.010814 0.000159 -0.020417 0.023074 -0.016035 0.04961 0.037288 -0.036744 0.050204 0.018909 0.016999 0.002089 -0.005998 -0.018267 -0.064432 0.005802 0.021437 0.044974 -0.031452 0.00476 -0.037158 0.00802 0.016368 0.000622 -0.018516 0.052375 -0.031598 -0.00777 0.05312 -0.001953 0.069532 0.009186 -0.047448 0.059302 0.077794 0.053906 0.046008 -0.080334 0.021596 0.012485 0.030623 0.001248 0.01982 -0.04342 -0.02289 -0.012589 0.084246 -0.006459 0.027161 0.00826 0.024832 0.014748 0.017604 -0.015189 0.086012 0.004715 -0.055107 -0.021129 0.047156 -0.036472 -0.019237 0.048434 0.015144 0.008998 -0.021938 -0.03397 0.030461 -0.010058 -0.025401 0.001413 -0.055498 0.009625 -0.033818 -0.028526 0.053552 -0.003276 0.0174 0.024094 -0.015983 0.016668 -0.00196 -0.034514 -0.006939 -0.022838 0.050548 0.001246 -0.00142 -0.018229 0.071242 -0.03362 -0.010351 -0.00294 -0.010995 -0.002864 -0.014414 0.039998 -0.01375 0.009241 -0.008682 0.03479 -0.001012 -0.001004 -0.010243 -0.065992 -0.035544 -0.02184 -0.055373 -0.028515 0.073812 0.002799 0.056634 0.018082 -0.006842 0.008924 0.084594 0.013816 -0.00287 0.041082 0.092106 0.008139 0.080604 0.012674 0.06643 -0.021818 0.07237 0.043062 0.027153 0.012525 -0.031697 0.012124 0.051558 -0.006533 0.052926 0.064701 0.032461 0.000902 0.001283 0.043965 0.013526 0.004082 0.063016 0.019972 -0.037378 -0.01895 0.007017 -0.03458 -0.031854 0.056678 0.033234 -0.067402 -0.059868 -0.065068 -0.014621 0.049784 0.041675 -0.013706 -0.039273 0.023721 -0.061833 -0.037868 0.008832 0.044008 0.080921 -0.004683 -0.016783 0.01356 -0.021081 0.023064 -0.024492 0.032343 0.045048 -0.032244 -0.027776 0.005054 0.018548 0.022386 -0.077165 -0.004932 0.01635 -0.009708 0.050478 0.019116 -0.008664 0.090404 0.024332 0.023328 0.067761 0.048925 0.021597 -0.041526 -0.060598 -0.07022 0.018294 0.026548 0.014252 0.042335 0.015571 -0.015951 -0.007412 -0.018174 0.075446 -0.050934 -0.007987 0.003103 0.004884 -0.026357 0.012925 -0.026382 0.073327 0.027234 0.042936 -0.03685 0.076554 -0.032159 -0.05129 0.020558 -0.027366 0.04636 -0.061139 -0.011473 0.029436 -0.014693 0.066994 0.022672 0.01265 -0.005342 -0.007436 0.003593 0.026935 0.053819 0.001161 0.020743 0.029365 0.021884 0.02699 0.050923 0.005612 -0.108634 -0.006332 -0.029248 0.003074 -0.003799 0.006024 -0.012635 0.011745 -0.032181 0.030804 -0.014298 -0.000704 0.009294 -0.022653 0.0329 -0.003001 0.056972 0.00264 0.030435 0.030422 -0.027672 0.002092 -0.008449 -0.00136 0.058218 -0.013834 -0.025243 -0.027545 0.021156 0.02368 -0.032203 0.055295 -0.014812 0.028284\nы 0.035976 -0.015731 -0.00987 -0.015045 0.016188 -0.014204 -0.027076 -0.00689 0.044526 0.005332 0.02299 0.045236 0.01399 0.000459 0.01576 -0.023113 0.056031 0.015092 0.00117 0.025116 -0.001143 0.097141 0.011048 0.007452 0.009649 0.013795 0.037544 -0.041817 -0.000991 0.02076 0.008401 -0.009713 0.015774 -0.000105 0.064466 0.059005 -0.041693 0.0629 -0.012808 0.086094 -0.019496 0.017508 -0.014778 -0.049452 0.010631 -0.006172 0.044605 -0.05717 -0.019377 0.003777 0.005698 0.019598 0.023967 -0.050882 0.068398 -0.050067 -0.009864 0.032634 -0.009914 0.114896 0.00859 -0.066698 0.063558 0.065341 0.050736 0.040975 -0.076544 0.049645 -0.070226 0.047701 0.030254 0.016201 -0.015545 -0.042287 -0.034968 0.09892 -0.02166 0.08499 -0.003811 0.046542 0.013799 0.028878 -0.03927 0.134089 -0.032045 -0.099302 -0.042189 0.026873 -0.051996 -0.045561 0.037323 0.028602 -0.013875 -0.034772 -0.031274 0.02197 0.002166 -0.032955 -0.037001 -0.06678 0.009755 -0.008753 -0.062903 0.022372 -0.003716 0.01433 -0.002537 0.002768 0.076455 0.011312 -0.019081 0.01291 0.00673 0.062638 0.003427 -0.027326 -0.05667 0.054474 -0.105026 -0.040334 0.059638 -0.040754 0.091709 -0.063418 0.06708 -0.042124 -0.040106 -0.005004 0.027432 0.002671 0.027562 0.037712 -0.091474 -0.048923 -0.040532 -0.060872 -0.015847 0.106048 0.004676 0.074038 0.064436 -0.037228 -0.012671 0.1042 0.032192 0.006162 0.036404 0.134759 0.021847 0.098277 -0.042621 0.089126 -1e-05 0.14661 0.03052 0.013538 0.020576 -0.03962 0.008394 0.03239 -0.004141 0.068898 0.086462 0.007487 -0.020003 -0.005264 0.056322 -0.027544 0.046812 0.060072 0.001929 -0.057002 -0.020826 0.046375 -0.031132 -0.046287 0.062162 0.053456 -0.082419 -0.03123 -0.109468 0.007213 0.049087 0.026619 0.008654 -0.076452 0.002198 -0.064367 -0.084046 -0.024516 0.030358 0.063841 0.01308 -0.06301 0.015885 -0.046452 0.016458 -0.028144 0.039408 0.068326 0.024273 -0.010046 0.02811 0.006758 0.058193 -0.102738 0.014582 0.009116 -0.011089 0.093454 0.048648 -0.003509 0.081434 0.047106 0.037322 0.021203 0.064956 0.000946 -0.06899 -0.059325 -0.086944 0.039828 0.036792 -0.003244 0.072702 0.001452 -0.002852 -0.005218 -0.024961 0.081302 -0.051324 -0.018749 -0.018005 -0.008278 -0.0079 -0.009146 -0.052871 0.037936 0.078168 0.064439 -0.06665 0.084828 -0.03663 -0.048048 0.010026 -0.084336 0.092706 -0.046463 -0.012503 0.039486 -0.028744 0.082591 0.073389 -0.003141 0.003139 0.0011 0.018992 0.002439 0.052029 -0.018661 0.05387 0.009027 0.047177 0.035693 0.032372 0.00259 -0.10701 0.017355 -0.024292 -0.003242 0.014798 -0.000705 0.006976 -0.012898 -0.04245 0.022368 0.021766 -0.015724 0.007302 -0.033303 0.024239 0.001708 0.048888 0.021476 0.031686 0.034645 -0.017443 0.016071 -0.021068 0.011158 0.041589 -0.026962 -0.011122 -0.030262 0.050454 0.040285 0.005328 0.046656 -0.030066 -0.010108\nб 0.019431 0.01341 0.002332 0.010706 0.00903 -0.023762 -0.002167 -0.004097 0.059906 -0.005835 0.008393 0.013911 -0.027179 -0.017619 -0.014528 -0.037991 0.071856 -0.008645 -0.003616 -0.000378 0.015545 0.065168 -0.005161 0.019666 0.032739 0.031586 0.032245 -0.065927 -0.029561 -0.00876 0.015362 -0.016102 -0.017719 0.015433 0.052258 0.065621 -0.067864 0.053343 -0.022131 0.057014 -0.012981 0.04704 -0.008693 -0.039112 0.015984 0.01894 0.028261 -0.040782 -0.008016 0.050407 0.011666 0.013628 0.028781 -0.035555 0.075214 -0.020029 0.000454 0.035072 -0.011198 0.07781 0.030478 -0.016283 0.03478 0.052014 0.059426 0.040696 -0.056194 0.077896 -0.06775 0.055145 0.011333 0.020248 -0.056866 0.006292 -0.04111 0.098917 0.001676 0.09649 -0.025236 0.064784 0.000262 0.018352 -0.008973 0.123604 -0.013527 -0.027125 -0.010096 0.037708 -0.049528 -0.043012 0.039062 0.000721 -0.024878 -0.013773 -0.024232 -0.007706 0.00695 -0.045234 -0.03423 -0.07541 0.020774 -0.001619 -0.033058 0.019628 -0.002442 0.031068 0.003127 0.003249 0.020773 0.045933 -0.015511 0.011449 -0.004796 0.056008 0.002217 -0.02494 -0.049937 0.076591 -0.073536 -0.025932 0.053984 -0.034683 0.040878 -0.019644 0.051731 -0.028478 -0.008885 -0.000463 0.019957 -0.020731 0.017551 0.059957 -0.064503 -0.040738 -0.033544 -0.052051 0.011829 0.085837 0.014896 0.031992 0.031443 -0.018189 -0.003458 0.064666 0.010897 0.015503 0.017198 0.092628 0.037882 0.084754 -0.053998 0.03349 0.009575 0.09318 0.019401 -0.014719 0.041093 -0.015781 -0.001883 0.025566 0.021926 0.060319 0.063016 0.006908 -0.003843 -0.008435 0.046373 -0.00058 0.021892 0.031698 0.014063 -0.054286 0.009758 0.020801 -0.08499 -0.036781 0.032156 0.062328 -0.04462 -0.04111 -0.066959 0.006035 0.028143 0.030473 0.003489 -0.066814 -0.004622 -0.037253 -0.032358 -0.034408 0.033526 0.033165 -0.005651 -0.046695 0.027312 0.000489 0.001697 -0.021988 0.051718 0.045806 0.029266 0.008876 0.007994 -0.003351 0.010033 -0.075914 0.007986 -0.00524 -0.001792 0.057907 0.017316 -0.009164 0.071365 0.022783 -0.001975 0.02593 0.040021 -0.018215 -0.066529 -0.015046 -0.04479 0.029105 0.024845 -0.006048 0.020911 0.005469 -0.006504 -0.017107 -0.055696 0.045868 -0.032801 -0.006349 -0.01667 -0.003508 0.010772 -0.003102 -0.00672 0.008595 0.039006 0.044471 -0.032808 0.061192 -0.051366 -0.080556 0.065787 -0.068837 0.068755 -0.038131 -0.001398 0.021341 -0.030838 0.036654 0.002484 0.002889 0.017278 0.003969 -0.006141 0.010942 0.075379 -0.005369 -0.002032 -0.002443 0.036379 0.017792 0.025349 0.01144 -0.098786 0.005352 -0.032677 0.007712 0.025096 0.019649 0.01359 -0.017904 -0.004484 0.031592 0.036038 -0.004755 0.006916 0.005867 0.025805 0.005691 0.027413 0.015391 0.032224 0.01903 -0.021892 0.01808 -0.047819 0.016307 0.035734 0.001466 -0.000781 -0.015932 0.015553 0.03212 0.006436 0.056289 0.000689 0.011427\nñ -0.021537 -0.023995 0.003187 0.019302 0.041422 -0.072306 0.025421 0.006677 -0.026142 -0.01665 0.052063 -0.02247 -0.011884 0.007744 -0.003346 0.034382 0.046862 0.007982 0.058817 0.043266 -0.06414 0.053199 -0.043631 -0.003609 -0.004892 0.008454 -0.071003 0.006796 -0.020038 0.015263 0.02758 -0.024283 0.024203 -0.005683 -0.03347 0.073158 -0.14045 0.046456 0.050401 0.168499 0.061845 -0.008241 0.054207 -0.06924 0.006931 -0.014727 0.001428 -0.032725 0.031302 -0.001014 0.034946 0.005763 -0.003993 -0.069148 0.019575 0.033356 -0.016275 0.039887 -0.030966 0.056447 -0.022243 -0.020577 0.008235 0.085211 0.00047 -0.002659 -0.040324 0.037894 -0.060042 -0.010993 -0.048449 -0.006362 -0.003965 0.024531 -0.06985 0.094407 0.023059 0.067891 -0.037448 0.039345 0.045242 0.03372 0.006112 0.099815 0.058191 -0.117831 -0.03681 0.049822 -0.002272 0.025919 0.017501 -0.015363 -0.052997 0.004271 -0.063675 0.136744 0.004162 0.069173 -0.044479 -0.039133 0.033958 -0.014908 -0.044971 0.048013 0.025816 0.03746 0.036533 0.04146 0.003281 -0.000404 -0.015958 0.035879 -0.016765 0.017912 0.004518 0.002223 -0.03418 0.096441 -0.02777 -0.04176 0.01518 -0.027972 0.075448 -0.083355 0.016351 0.022718 0.011542 0.016942 0.053746 0.040415 0.01472 0.054451 -0.053939 0.023164 -0.074689 -0.032425 0.003152 0.018254 0.004743 0.07612 0.049718 -0.007788 -0.051241 0.042506 0.026799 0.009477 0.0161 0.01262 0.031181 0.090041 -0.008432 0.074343 0.010407 -0.037679 -0.009623 0.041034 -0.074254 -0.005185 -0.004291 0.02323 -0.044911 0.047891 0.024848 0.064625 0.036114 0.025026 -0.00506 0.029257 -0.004023 0.050258 0.048947 0.01434 0.041165 -0.014581 -0.028664 -0.019395 0.033003 0.029572 -0.080858 0.007807 -0.103618 -0.041585 0.04163 0.037361 -0.019081 -0.012737 0.006949 0.032861 -0.034251 -0.050118 -0.02504 0.006126 -0.005145 -0.121551 0.013548 0.012277 0.031776 0.02097 0.002675 0.090184 0.0302 -0.021587 0.056629 -0.04882 -0.002259 -0.033174 -0.029509 0.050124 0.016081 -0.006181 0.064226 -0.055868 0.125596 0.014371 0.032897 0.070559 0.076741 0.003815 -0.076255 -0.068756 0.001222 0.021229 0.044206 0.019012 0.069565 -0.066488 0.011124 -0.066696 0.016197 0.028088 -0.068329 -0.018756 -0.058288 -0.050645 -0.015147 0.046373 -0.030159 -0.027321 0.010174 0.015036 -0.060826 0.038172 0.015704 -0.002768 0.058738 -0.062125 0.021686 -0.119945 -0.064114 0.003962 -0.027695 -0.012118 -0.02161 -0.003193 -0.002263 0.01919 0.012823 -0.02945 0.078772 0.003121 0.073365 0.002476 0.006699 -0.044899 0.090543 -0.000338 -0.046554 -0.020833 0.000369 0.037591 0.045045 0.002219 0.036314 -0.013533 -0.052792 0.002868 -0.031513 -0.041786 0.028294 -0.0542 -0.002412 0.026429 0.094417 0.002581 0.03354 0.002101 0.041184 0.023918 -0.017069 -0.014864 0.010308 -0.016752 0.025582 -0.022291 0.033783 0.032596 -0.054347 0.03498 -0.003072 0.03084\nť 0.03947 -0.028795 -0.026244 -2.4e-05 -0.038278 -0.077846 -0.019482 -0.016045 0.063185 0.041674 -0.019688 0.010917 -0.046639 0.010355 -0.009915 0.004737 0.006298 0.01934 0.029309 0.034475 -0.035042 0.060109 0.048821 0.048495 -0.011914 0.001315 0.009533 0.015592 -0.049303 0.023122 -0.039505 -0.046227 0.002101 0.025307 0.027122 -0.021237 -0.05776 0.058208 0.050775 0.062771 0.005232 0.056467 0.009214 -0.041753 0.031062 0.03344 0.064581 -0.066927 -0.021504 -0.013346 0.026806 0.004036 0.002821 -0.036949 0.078264 0.006462 0.047065 0.032774 0.021773 0.061168 -0.038022 -0.002067 0.027169 0.112788 0.078215 0.055249 -0.01753 0.02383 -0.056093 0.0159 -0.05715 0.024617 -0.003421 -0.044433 -0.030061 0.083591 0.04337 0.057631 -0.003767 0.02756 0.011163 0.046308 -0.027257 0.075377 -0.018123 -0.084591 -0.021452 0.103616 0.008548 0.035583 0.065356 0.009941 0.044009 -0.049559 -0.0428 -0.004331 0.026126 -0.050785 -0.012654 -0.077987 -0.014065 0.005953 -0.002437 0.010109 0.010309 -0.000913 0.055189 0.002093 0.027378 -0.026801 -0.033106 0.022707 -0.008579 0.048161 0.034163 0.005362 -0.042838 0.089643 -0.027098 -0.043577 -0.006273 -0.024961 -0.016977 0.027131 0.003916 0.003889 0.028086 0.004283 0.039868 0.014295 -0.003167 -0.013732 -0.087576 -0.013337 -0.02087 0.000272 -0.016813 0.100697 -0.011184 -0.003675 0.025167 0.001063 0.001542 0.099033 -0.065351 -0.010282 0.046314 0.10914 0.068478 0.046374 0.017694 0.020263 -0.011342 0.032469 0.017316 0.059094 0.014409 -0.009176 -0.016928 0.002465 -0.007866 0.025405 0.056688 -0.002084 0.017982 0.016335 0.019285 -0.027911 0.023284 0.064801 -0.003714 -0.065112 -0.002218 -0.00695 -0.03591 0.024655 0.042303 0.087884 -0.058733 0.007983 -0.052098 0.018312 0.024094 -0.048493 0.005838 -0.060423 0.030073 -0.003854 -0.027928 -0.041181 0.02997 -0.006481 0.013105 -0.029617 -0.001167 -0.027996 0.045082 -0.037012 -0.032792 0.047392 -0.021786 0.012706 0.008352 -0.062195 0.036284 -0.030088 0.02012 0.01765 -0.042772 0.076455 0.026709 -0.013533 0.043033 0.050182 0.070343 0.038016 0.01231 -0.035074 -0.056629 -0.043323 -0.069189 0.03935 0.097291 -0.036185 0.076058 -0.014035 -0.062095 0.005569 0.002159 0.031317 -0.067002 0.039234 0.049038 0.043651 -0.039983 0.006085 0.037488 -0.013225 0.007974 0.01289 -0.021676 0.047127 -0.030789 -0.022321 -0.000767 -0.0935 0.017749 -0.053405 0.000594 0.039187 -0.01605 0.091079 -0.040717 0.036497 -0.005206 -0.007272 -0.011827 0.004583 0.015234 -0.01661 0.028208 0.013736 0.063108 0.049797 0.065757 0.029852 -0.037522 -0.003854 -0.028969 -0.004311 -0.009232 -0.012636 -0.086103 0.065634 -0.025276 0.037375 0.024678 0.00722 0.035128 0.000339 0.045472 0.027847 0.064239 -0.012005 0.033141 -0.000634 -0.048975 0.034871 0.005868 -0.029633 0.00731 -0.010733 0.005603 -0.056431 -0.018669 0.012159 -0.019484 0.060023 0.048209 -0.033064\n̂ 0.02431 -0.061816 -0.020736 0.00375 0.011709 -0.073072 -0.007337 0.042569 0.044578 -0.013231 0.022251 -0.048339 -0.063192 -0.039267 -0.001893 -0.062587 0.000361 -0.006087 0.020772 -0.022121 -0.014943 0.060195 0.011395 -0.011659 -0.016401 0.010729 0.019922 0.03973 -0.067705 -0.046168 -0.031363 -0.071752 0.049725 0.126783 0.051332 0.004707 0.034268 0.059616 0.027452 0.071791 -0.068277 0.036921 0.060753 -0.014026 -0.029773 0.033302 0.035729 -0.060675 -0.012894 -0.017148 0.008225 -0.036357 0.080448 -0.094998 0.110778 0.041731 0.005098 0.053392 -0.026657 0.013166 -0.055958 0.0501 0.028456 0.138697 -0.030004 0.039592 -0.080827 -0.028429 -0.03217 0.079657 -0.027699 0.030002 0.007276 -0.072404 0.025793 0.0551 -0.013844 -0.011653 -0.064719 -0.069435 0.016029 0.051712 -0.044102 0.042323 0.015536 -0.068553 -0.090766 0.065412 0.024324 0.001324 0.044293 0.017179 -0.070894 0.021095 -0.098217 -0.034591 0.050254 0.043682 0.011563 -0.108757 -0.027714 0.015556 -0.014838 -0.015026 0.079747 0.02146 -0.006538 -0.011508 -0.068169 0.056881 -0.033454 0.047928 0.044911 0.010615 0.055615 0.027684 -0.119287 0.085485 -0.029949 -0.071119 0.075901 0.019683 -0.08994 0.035886 -0.02655 -0.045617 0.071327 -0.019233 0.022563 -0.035133 -0.020538 0.030734 -0.051719 -0.033564 0.056949 -0.048668 0.023835 -0.003432 0.044946 -0.053109 -0.014082 -0.080935 0.040746 0.032507 0.004025 0.030758 0.015368 0.075501 0.048273 0.032861 -0.048539 -0.045258 -0.076577 0.024752 -0.061931 0.011636 -0.061652 0.034452 -0.017388 -0.045957 0.022314 -0.018095 0.069425 -0.052626 0.001128 -0.069806 0.054635 -0.052886 0.069723 0.073146 -0.030025 -0.077555 0.029646 -0.024328 0.012414 -0.024867 0.007619 0.052606 0.007531 -0.147003 0.008734 0.021498 -0.010652 0.042653 0.008753 0.023451 -0.035101 -0.069056 0.015894 -0.04674 0.022139 -0.023909 -0.021683 -0.039485 -0.004868 -0.015647 0.042252 -0.080471 -0.006268 0.012201 0.084278 0.042773 -0.022051 0.033517 0.054456 -0.033483 -0.007898 -0.006661 0.035398 0.021692 0.005787 -0.001964 0.079839 0.049616 0.003699 0.090284 -0.022475 0.046521 -0.019526 -0.049458 -0.095502 -0.069239 0.049732 0.030099 0.072577 0.025985 0.052728 -0.055402 0.036601 0.03024 0.013359 0.055276 -0.042436 0.013223 -0.070325 0.002715 0.002348 0.025338 0.014802 -0.008405 0.032631 0.040156 0.019478 0.067604 -0.041081 -0.140069 0.030915 -0.070836 0.008757 0.062912 0.025375 0.061171 0.02256 -0.042183 -0.034722 0.016812 0.043857 -0.067784 0.109609 -0.081628 -0.00012 0.01978 -0.015481 0.024934 0.049547 0.001808 -0.084994 -0.038173 0.051592 0.023872 0.079395 0.054457 -0.008211 -0.000213 0.056811 0.127688 0.041817 -0.01915 0.033922 -0.088092 0.012429 -0.018067 0.122279 0.029199 0.01183 0.015782 -0.022837 -0.004512 -0.012124 -0.023929 -0.008047 -0.053538 -0.016929 0.040057 -0.015304 0.022332 0.007196 0.032193 0.07387 0.017556\nε 0.029061 0.007604 -0.007543 -0.009507 -0.059853 -0.018487 -0.030024 0.007236 0.034576 -0.068419 0.049461 -0.025639 -0.012875 0.023913 -0.022857 -0.057341 0.00807 0.05866 -0.010883 0.010409 -0.009868 0.084175 -0.013063 0.012383 0.028478 0.07777 0.017179 -0.008584 0.060311 0.092366 -0.005258 -0.098934 -0.027218 -0.016167 0.032666 -0.037022 -0.049695 0.076121 0.116232 -0.046127 0.003878 0.017615 0.011732 -0.06208 -0.071837 -0.010561 0.021301 0.00673 -0.04173 0.090601 -0.001945 -0.039651 0.029197 -0.037159 0.080232 -0.031454 -0.004193 0.037071 -0.004742 0.053366 0.000678 -0.040971 0.036573 0.070051 0.025391 0.069933 0.026608 0.037803 -0.060983 0.087728 -0.044162 0.109626 -0.056271 0.015178 0.086926 0.051547 0.030557 0.129435 -0.018259 0.02323 -0.06065 -0.032773 0.03415 0.054033 0.044088 -0.099355 -0.047109 0.050604 0.02173 0.007444 -0.048894 -0.071187 0.042525 0.030796 0.009848 -0.039834 -0.09613 -0.098989 0.014641 0.000599 0.01804 0.046052 -0.00057 -0.001197 -0.008375 0.034175 0.014515 0.018915 -6.8e-05 0.012044 0.02381 0.070798 -0.061782 0.073274 0.040219 0.056775 -0.028622 0.037613 0.003841 -0.095478 0.007647 -0.011153 0.051686 0.014425 0.084588 -0.03696 0.00095 0.006303 0.015057 -0.014091 0.062511 -0.037097 0.028012 -0.123742 0.02701 -0.044393 -0.00017 0.004172 0.018745 -0.003805 -0.020187 -0.099925 0.082862 0.089879 0.032584 -0.078585 -0.025597 0.018171 -0.020279 0.09981 -0.071271 -0.002184 0.022624 0.017317 0.007405 -0.04202 0.024073 0.043052 -0.039805 -0.002008 0.005695 0.062459 -0.003128 -0.028569 0.056848 -0.005181 0.049383 0.006451 0.025089 0.060031 -0.015276 -0.043041 -0.013987 -0.057708 -0.033504 -0.044722 0.019327 -0.030479 -0.007595 0.06833 -0.005413 -0.069465 0.029349 -0.025035 -0.02941 -0.018051 -0.002428 0.051667 -0.040642 -0.026456 -0.028316 0.011012 0.091806 -0.01873 -0.043725 0.045631 -0.028256 -0.0449 0.047409 0.026289 0.148755 -0.058878 0.019022 -0.028494 0.028482 -0.168295 0.033527 0.088544 -0.037647 0.055887 -0.045888 -0.049899 0.04729 0.078488 -0.009916 0.035317 0.047169 -0.024151 0.012871 -0.031102 0.009052 0.020199 -0.007169 -0.044592 0.004801 -0.061909 0.026952 0.048214 -0.063795 0.041376 -0.022371 -0.024217 -0.028902 -0.079565 -0.00763 0.040689 -0.052485 0.00355 -0.029734 0.017345 -0.100391 -0.048385 -0.107898 -0.086876 -0.00173 -0.043107 -0.007458 -0.067945 -0.030327 0.050132 -0.016555 0.034812 0.022041 -0.030708 -0.006109 -0.014196 0.031728 0.066902 0.094374 0.071347 -0.039464 -0.025716 0.010031 -0.002024 0.067813 0.001023 -0.062959 0.061957 -0.007875 -0.139493 0.004259 0.037425 0.036393 -0.030499 -0.028407 0.051956 -0.040348 0.064062 0.020606 0.136285 0.096397 -0.038867 0.048213 0.018121 0.047365 0.010401 0.003731 -0.02694 0.048681 -0.063277 0.151114 -0.032602 -0.013128 0.023208 0.020623 0.057796 -0.019063 0.014262 0.030639 -0.035944\nό 0.021534 -0.021032 0.01278 -0.012574 -0.017215 -0.065751 -0.029158 0.004664 0.021499 0.023751 -0.010834 -0.010445 -0.035495 0.029459 0.035784 0.006778 -0.02592 0.015376 0.002054 0.027025 0.018057 0.047869 0.028204 0.007806 0.017921 -0.018804 0.035885 0.013918 -0.016128 0.010662 0.026782 -0.025467 -0.006248 0.002212 0.060163 0.019587 -0.073738 0.041148 0.035276 0.067511 -0.010295 0.001426 -0.002237 -0.042074 0.01788 0.005585 0.045503 -0.08571 0.020073 0.006831 -2.1e-05 -0.000785 0.026196 -0.01452 0.068054 -0.02653 0.029135 0.002009 -0.017549 0.081641 -0.003671 -0.035651 0.01903 0.049822 -0.021011 0.030353 -0.040618 0.064966 -0.023632 0.023548 -0.00668 0.026372 -0.055843 -0.012048 0.002634 0.046218 0.000176 0.048392 -0.046225 -0.012073 0.007953 0.040215 -0.040761 0.066262 -0.009734 -0.022777 -0.011837 0.05988 0.016803 -0.005355 0.017016 -0.013039 0.045592 -0.024676 -0.044955 0.022813 -0.001499 -0.021677 0.000795 -0.010894 -0.000105 -0.005124 0.018171 0.031275 0.007742 0.006671 0.016118 0.017484 -0.007808 0.006665 -0.021414 -0.011889 0.003623 0.04104 0.010078 0.015069 -0.046475 0.074063 -0.002821 0.000327 0.004756 -0.046708 0.01588 0.01345 0.024431 -0.009238 0.035733 -0.018674 0.046076 0.030277 -0.010027 0.007664 -0.031765 0.005674 -0.058048 -0.023162 0.011634 0.065553 0.00232 0.020792 0.001821 -0.015461 -0.012755 0.070226 0.006483 -0.041043 0.06152 0.06033 0.029351 0.030987 -0.01028 0.027575 -0.030909 0.05468 -0.014171 -0.02443 0.011794 -0.045663 -0.031868 0.039231 0.010532 0.013907 0.030271 0.010297 0.026126 0.01935 0.043041 -0.034507 0.02239 0.028676 0.015905 -0.051649 0.032953 0.005639 -0.009637 -0.023304 0.013398 0.043236 -0.039733 -0.011679 -0.029621 -0.007834 0.003787 0.027038 -0.027588 -0.030793 0.006176 -0.006656 -0.023242 -0.024462 0.013199 -0.000962 0.009317 -0.044514 0.020336 -0.001385 0.017645 -0.036718 0.022514 0.01765 0.01568 -0.009377 0.022469 0.018033 0.034221 -0.037651 0.007129 -0.00483 -0.01107 0.04555 0.007338 -0.014247 0.066712 -0.000253 0.033633 0.037848 0.014494 -0.011692 -0.049419 -0.068571 -0.053393 0.031969 0.0685 0.038567 0.029919 -0.014387 0.025957 0.005293 -0.01511 0.037452 -0.046917 0.012395 0.015943 -0.015323 -0.059892 -0.00153 0.013223 0.013989 -0.018645 0.000362 -0.022137 -0.005424 0.002419 -0.031071 0.016004 -0.005839 0.065561 -0.022164 0.010126 0.011848 -0.014418 0.02201 0.010868 -0.010557 -0.038739 -0.013523 -0.01137 -0.021263 0.047392 0.014396 -0.011053 -0.015469 -0.022241 0.038381 0.058277 0.02315 -0.020816 0.012931 0.003534 0.00789 0.004162 0.035166 -0.014458 0.055141 -0.008875 0.015143 -0.030384 -0.046126 0.017848 -0.014559 0.000668 -0.019471 0.061494 -0.000582 0.013472 -0.011883 -0.014389 0.038545 -0.016287 0.016545 0.010403 -0.002311 -0.008272 -0.013736 0.012381 0.020954 -0.019488 0.010375 0.023267 -0.012858\nᢺ -0.004202 0.017785 -0.017706 0.014015 -0.091643 0.009667 -0.031712 0.053404 0.037304 0.01276 0.015083 -0.049659 -0.005741 0.017289 -0.017201 -0.094445 -0.027189 0.023665 0.074959 -0.028079 -0.027184 -0.033997 0.073213 -0.0093 -0.027598 0.006803 0.028028 -0.043185 -0.032838 -0.01454 -0.038436 -0.064427 -0.01499 0.009645 0.009079 0.009615 -0.095573 -0.026124 0.042517 0.104265 -0.018185 0.098802 0.046967 -0.04586 0.044401 0.02686 0.032666 -0.063597 -0.055012 -0.001561 -0.024451 0.039837 -0.001747 -0.010128 0.00816 -0.027504 0.016225 -0.001182 -0.011516 0.068434 -0.063196 -0.032604 0.074258 0.08637 0.002781 0.063276 -0.115913 0.082069 -0.010471 -0.017493 -0.028809 0.019373 -0.058974 -0.027396 0.038284 0.059529 -0.002736 0.031297 -0.078549 -0.025384 0.013349 0.117545 -0.026997 0.111702 0.064069 -0.012093 0.01577 0.014925 0.017121 0.011301 -0.031955 0.029143 0.021604 0.030743 -0.114352 -0.019504 0.066914 -0.009338 -0.015216 -0.040781 0.009981 -0.060538 -0.02391 0.061781 0.052187 0.013998 0.066234 0.006475 -0.019885 -0.005071 -0.038122 0.013432 -0.004893 0.02233 0.010912 0.052342 -0.024371 0.098418 0.039283 -0.068439 0.023053 -0.083978 -0.036306 0.021918 0.040952 -0.079064 0.026242 -0.01053 0.049423 -0.000669 0.094522 -0.012054 -0.084734 -0.034186 -0.058929 -0.044194 -0.024205 0.046937 0.027859 0.078459 0.080142 -0.035676 0.003301 0.036857 -0.04338 0.067262 0.029881 0.055464 0.094007 0.088866 0.006368 0.026177 0.009361 0.06708 -0.039178 -0.027516 -0.0325 -0.057729 0.047303 0.050556 0.03315 0.06682 0.076111 -0.005107 -0.055733 -0.036154 0.080827 0.050315 0.027907 0.011752 0.027655 -0.038386 0.013171 0.042184 -0.026477 -0.074645 0.016042 0.070133 -0.040432 -0.020653 -0.094023 -0.041828 0.00686 0.019341 0.047928 -0.079069 0.001175 -0.036699 -0.038785 0.031444 0.013255 -0.007744 -0.013498 -0.070261 0.008884 0.010865 0.009408 -0.007049 0.042937 0.08335 0.013381 0.011399 0.050395 -0.021836 0.052556 -0.077957 -0.025119 0.068327 -0.034093 0.034597 0.046433 -0.014766 0.093605 0.109801 -0.015318 0.047251 0.00975 0.045903 -0.060534 -0.052895 -0.059602 0.053615 0.031309 0.009958 0.052369 -0.006704 -0.027121 -0.000896 0.025956 0.104798 -0.011272 0.058131 0.037904 0.000472 -0.033594 0.03218 -0.08947 -0.002413 0.007869 0.051048 -0.018398 0.050545 -0.051608 -0.013288 0.011137 -0.090242 0.028884 -0.06116 -0.02386 0.01036 0.064175 0.069802 -0.053959 0.005535 -0.016896 0.057555 0.006757 -0.051942 0.028218 0.025274 0.096304 0.027978 0.015929 0.043941 0.06547 0.069604 -0.023159 0.055267 -0.075565 0.043283 0.043202 -0.003902 0.019953 0.044372 0.006978 0.047186 -0.041426 -0.025111 0.068952 -0.044439 0.093384 -0.030629 -0.011438 -0.066033 0.048134 0.043952 -0.041987 0.038769 -0.043497 -0.035245 0.02861 -0.03715 -0.032272 0.018976 0.02938 0.069014 -0.002279 0.045127 0.032529 0.002718\nΧ -0.00183 -0.033682 0.025462 0.001041 -0.045032 -0.07327 -0.046649 0.033133 0.036115 0.016794 -0.030552 0.005256 -0.065646 -0.036313 0.056126 -0.016587 0.042816 -0.03659 0.043512 0.020321 0.052292 -0.002692 -0.014298 0.000309 -0.030143 -0.027019 0.000628 0.019767 -0.009607 -0.056302 0.018797 -0.050456 0.011427 0.01252 0.044977 0.004177 -0.075366 0.03867 0.038488 0.061459 -0.001115 0.021449 -0.04414 -0.083068 -0.040909 0.034206 0.050014 0.007325 -0.009221 -0.002985 0.005882 0.051661 -0.014681 -0.051419 0.074306 -0.042084 0.011659 0.0576 -0.01817 0.096796 -0.059955 -0.034996 0.030385 0.028841 0.05034 0.024539 -0.01815 0.016145 0.010852 0.019485 0.013781 0.042265 -0.004598 -0.007983 -0.014694 0.052487 -0.000792 0.056048 -0.011983 0.000686 0.025594 0.021888 0.019388 0.053649 0.025611 -0.078904 -0.006893 0.035146 -0.035589 -0.021027 0.089591 0.022095 -0.010906 0.001091 -0.003422 -0.028155 0.006859 -0.026855 0.003309 -0.039223 0.085627 0.023917 0.023181 0.036898 -0.005786 0.050929 0.004422 0.000953 -0.009003 0.015305 0.034045 0.046885 0.012994 0.000279 0.007912 0.021015 0.008215 0.071917 0.010815 -0.079858 -0.044466 -0.019848 -7e-06 0.054001 0.031976 -0.04082 0.054396 0.011614 0.004628 0.019902 -0.014976 -0.01005 -0.118361 -0.0639 0.012179 -0.040219 -0.008072 0.122888 0.012206 -0.00698 0.017556 -0.055431 0.062914 0.038422 0.066513 -0.044214 0.014965 0.002956 0.026256 0.051249 -0.042863 0.013712 -0.035222 0.08375 0.001148 -0.020143 0.013295 -0.035266 0.017045 -0.022743 -0.017818 0.062241 0.087857 0.019038 -0.018214 0.002106 0.047897 -0.009368 0.00189 0.031395 -0.001364 -0.024068 0.037351 0.014796 -0.048215 -0.056739 0.004589 0.054927 -0.094447 -0.008711 -0.005558 -0.014299 -0.006276 -0.013433 0.040282 -0.041338 0.008409 0.000688 -0.007147 -0.045909 -0.039509 -0.030808 0.07648 -0.009102 0.024603 -0.018173 0.007349 -0.009486 0.050707 0.017332 0.021929 0.033161 -0.026953 -0.029691 0.061322 -0.065291 -0.062095 0.016708 -0.057804 0.087371 0.011613 -0.021281 0.059711 0.02597 0.060584 0.039899 0.02201 0.005301 -0.050944 -0.056732 -0.05713 0.00303 0.062978 0.003441 0.055226 0.004049 -0.028931 -0.035909 -0.021998 0.001287 -0.002491 0.008653 0.041996 0.033302 -0.040879 0.018243 -0.044333 -0.01869 0.010888 0.065938 -0.042157 -0.041318 -0.024188 -0.030583 -0.02678 0.020153 0.036715 -0.03179 0.035865 -0.002411 0.007326 0.020459 0.013227 0.008132 0.009545 0.000645 0.005718 -0.028939 0.062572 -0.033473 0.034885 0.044125 0.048436 0.015888 0.063659 -5.9e-05 -0.017734 -0.007152 -0.037432 -0.016045 0.001176 -0.036561 -0.014787 -0.002528 0.038559 0.034917 -0.005904 -0.026847 -0.008471 -0.001123 0.030288 0.022196 0.039616 -0.002898 0.014483 0.040604 -0.007906 0.080026 0.005512 0.027966 -0.021582 -0.023233 0.005805 -0.065571 0.010191 0.014677 -0.072081 0.006495 0.013599 -0.06119\nф 0.03231 0.00277 -0.049437 -0.003147 -0.009536 -0.0187 0.019202 -0.003241 0.072403 0.039007 -0.006713 0.009706 -0.037719 0.040104 -0.026558 -0.024996 -0.012425 0.036789 0.026225 -0.00114 0.016552 -0.036484 0.028332 0.01337 -0.000751 -0.070742 -0.042668 0.014952 -0.059572 0.000763 0.015323 0.00073 0.015811 0.051893 0.043566 0.017055 -0.005747 0.04628 -0.021634 0.014517 0.031947 -0.030779 -0.013074 -0.005812 6.7e-05 0.029969 -0.036898 0.019907 0.002068 0.006278 0.015178 0.048684 -0.054447 0.025321 0.053349 -0.00603 0.062203 0.003342 0.025173 0.019793 -0.042494 -0.011123 0.048236 0.081508 -0.003459 0.026389 -0.052427 0.009748 0.02145 0.034773 -0.015214 0.019474 0.003707 -0.026559 -0.021198 0.054157 0.040393 -0.002182 -0.095905 0.067183 -0.016435 0.093551 -0.030055 0.025174 -0.059075 -0.029488 -0.030318 0.004193 0.016896 0.02454 0.090754 -0.041661 -0.002743 -0.015077 -0.039479 0.000121 0.021356 0.013143 -0.026038 -0.007808 0.076981 -0.041633 0.006709 0.016776 -0.018991 0.021419 0.077362 -0.01125 -0.048275 -0.007641 -0.02851 -0.028167 -0.010945 0.004641 0.04843 0.030226 0.002684 0.057464 0.025079 -0.00338 -0.000316 -0.009621 -0.024376 0.026846 0.020945 -0.011302 0.02311 0.02533 -0.013334 0.017177 0.022375 0.054405 -0.042342 -0.027293 -0.023867 0.008255 0.018582 0.062599 0.032823 0.064077 -0.015086 -0.007202 -0.006218 0.048238 -0.021714 -0.031257 0.062362 0.067895 0.016911 -0.023961 -0.061371 -0.02055 0.019512 -0.009491 0.041883 0.035179 0.035806 -0.04321 0.015759 0.079129 0.062521 0.033141 0.037428 -0.010048 -0.009674 0.003756 0.055002 -0.009729 0.07843 0.068516 0.037755 -0.037505 -0.002817 -0.030795 0.000836 -0.029268 0.033738 0.051459 -0.026412 0.000673 -0.036434 -0.042083 0.04105 0.029087 -0.028079 -0.056677 0.024964 -0.078736 0.019908 -0.016659 -0.023491 0.020192 0.054441 0.004931 -0.039156 -0.011181 -0.017245 -0.008683 -0.064998 0.020807 0.018977 0.024146 0.045683 0.026444 0.044635 -0.057436 0.000545 -0.003386 -0.025644 0.009059 0.056041 0.010943 0.093283 0.032104 0.035214 0.040216 0.022969 -0.034015 -0.047569 -0.034051 -0.041238 -0.028401 -0.005743 -0.033182 0.01777 -0.029309 0.030461 0.023422 0.054992 0.039107 -0.015117 0.02047 -0.005529 0.021715 -0.014346 -0.005778 -0.040906 -0.065441 0.015978 -0.01761 -0.029117 0.057184 0.023775 -0.011606 0.101407 -0.058028 0.054742 0.006474 0.026751 -0.005316 0.01413 0.025887 0.018776 0.037559 -0.019098 0.033426 -0.007564 0.033013 0.109792 0.033928 0.006593 -0.000542 -0.021011 0.046952 0.04195 0.020597 -0.072941 0.019945 -0.012498 -0.059918 0.00984 0.006629 -0.060512 -0.008969 -0.021766 0.020496 -0.037849 -0.001244 -0.02259 -0.002416 0.003445 -0.022578 0.06881 -0.009295 0.030952 -0.014899 0.021578 0.030536 0.00782 -0.039043 0.066698 0.020429 0.022018 0.010524 -0.040099 0.036379 -0.073754 0.034059 0.023139 0.023307\n 0.001944 0.042521 0.006908 0.065295 0.087242 0.015833 -0.01841 0.026178 0.035592 0.000506 -0.005477 0.033327 0.042552 0.078132 0.03618 -0.064573 -0.072189 0.047581 0.01667 -0.016456 0.033221 0.002073 0.010568 0.028687 0.106996 -0.048787 -0.074872 -0.123653 -0.00635 0.03407 -0.01955 -0.032022 -0.056931 0.04629 0.028252 -0.006041 -0.052025 0.035066 0.009568 0.065774 -0.007985 -0.004086 0.053257 -0.045867 0.048583 -0.097141 -0.040391 -0.074586 0.085444 -0.061288 -0.02259 -0.031782 -0.001708 -0.031551 0.00731 -0.030264 0.014728 0.019632 0.03173 0.052996 -0.072203 0.023194 -0.009208 -0.001609 0.057316 -0.030182 0.026187 0.009425 0.024785 0.062355 -0.031726 -0.015828 0.037264 -0.008057 0.044785 0.085226 0.019827 -0.016092 -0.08713 0.146926 -0.010089 0.05811 0.080388 0.131855 -0.034881 -0.059996 -0.097727 0.037158 -0.047744 -0.070127 0.04036 0.037837 -0.002561 -0.073208 -0.040497 6e-05 -0.027309 -0.045008 0.00114 -0.049926 0.024328 -0.037448 0.009761 -0.043889 -0.024841 0.006739 -0.03322 -0.065806 -0.064132 0.129189 0.003177 0.018512 -0.017372 0.022418 0.046992 0.05456 -0.019968 0.022196 -0.104101 -0.025426 0.030067 -0.033282 0.010126 -0.056728 0.006454 -0.010474 -0.040556 0.010255 0.01798 0.059938 0.018182 0.028674 0.076671 -0.030469 0.029567 -0.002388 -0.014078 0.093642 0.012428 -0.009394 0.142866 0.03764 0.058054 0.039387 0.051045 0.05227 0.036148 0.06972 0.0357 0.055678 -0.002218 0.059962 -0.014374 0.058889 -0.046614 0.032062 0.04605 0.052055 -0.044352 0.081072 0.071214 0.082622 -0.011566 -0.029403 0.033204 0.019473 0.054734 -0.029399 0.06948 -0.000929 -0.05007 0.003768 0.011647 0.068266 0.018942 -0.022014 -0.045974 0.068011 0.004693 0.001493 -0.018124 0.047126 0.029506 0.012174 -0.041691 -0.003275 0.041443 -0.077933 0.040674 0.037543 -0.095135 0.032574 -0.025318 0.023759 -0.036555 -0.027388 0.017126 -0.036611 0.01328 0.065359 0.063855 0.019555 -0.02698 0.001415 0.012942 0.000738 0.006908 0.043136 -0.007242 -0.057908 0.126446 -0.009705 0.032045 0.025614 0.070792 0.003792 -0.077317 -0.02046 -0.001567 -0.062741 0.07191 -0.021136 0.006797 0.05534 -0.027166 0.069424 0.052886 0.021574 -0.01953 0.017946 -0.092258 0.063872 0.033776 0.040409 -0.089155 0.02076 -0.085024 0.034072 -0.023021 -0.049036 0.016518 0.065713 0.029771 -0.019236 -0.008445 -0.061682 0.058732 -0.02122 -0.006353 0.023481 -0.058423 -0.017061 0.030859 0.016524 -0.057397 0.041866 -0.016325 0.021174 -0.071894 0.031825 -0.001565 -0.01732 -0.019028 0.072042 -0.071256 -0.050837 0.016268 -0.039067 -0.009941 -0.088287 0.002988 0.014633 -0.00795 -0.033415 0.046782 0.063374 -0.030305 0.026389 -0.047675 -0.072941 0.07299 0.077738 -0.128541 0.036164 -0.01844 0.058389 -0.065442 0.092764 -0.003892 0.009361 -0.01419 -0.024631 0.013714 -0.087861 0.123531 0.004979 -0.03159 0.04079 -0.031754 -0.041302\nĻ -0.073766 0.108351 0.039826 -0.017596 -0.016976 -0.011502 0.04601 -0.008305 -0.012959 -0.028634 0.071848 -0.083806 0.031293 0.045182 0.049671 -0.080811 -0.028418 -0.032831 -0.062779 0.019611 0.052872 -0.005442 -0.029557 -0.022178 0.027312 0.082109 0.022795 -0.067754 -0.024214 0.088991 0.007514 -0.171967 -0.108702 0.009334 -0.016537 0.018172 -0.052402 0.011449 0.005712 -0.029275 0.055255 -0.00023 0.038905 -0.035298 -0.040081 0.054684 0.028086 -0.01939 -0.010244 0.044276 -0.014826 -0.05775 0.038452 -0.035004 0.023583 0.062835 -0.055128 -0.028618 -0.023511 0.050949 -0.016267 -0.038433 0.0958 0.103923 0.05342 -0.056166 -0.00772 0.011163 -0.054267 -0.051261 -0.112514 -0.010628 0.051988 -0.000133 -0.073691 0.042074 -0.011274 -0.024804 0.023784 0.020279 -0.061531 0.070303 0.021993 -0.012772 0.017405 -0.081853 0.06689 -0.070061 -0.069009 -0.067312 0.051478 -0.016486 0.023591 0.017111 0.037626 -0.007122 -0.136523 -0.099621 0.044862 -0.045991 -0.049249 -0.037968 0.067757 0.092355 0.01721 0.084213 0.040728 -0.002197 0.047263 0.09751 0.00512 0.05828 0.010835 0.057685 -0.017705 -0.008321 -0.030622 0.020992 -0.031469 -0.053417 0.001823 0.019453 -0.005077 -0.032124 0.100187 -0.053466 0.011964 -0.00612 0.111602 0.071916 0.012212 -0.068708 0.009542 -0.010018 0.016733 -0.129769 0.000321 -0.006417 -0.028238 -0.045779 -0.058803 -0.00556 0.092666 -0.027006 0.057271 -0.082932 -0.16325 0.028915 -0.020515 0.01962 -0.11736 0.031084 0.006341 -0.050854 0.045497 -0.046953 -0.072181 -0.027198 0.018618 -0.067038 -0.045901 0.006293 -0.033205 -0.001708 0.037295 -0.035865 0.045506 0.037041 -0.019518 -0.01021 0.049624 -0.017782 -0.022408 -0.061368 -0.029396 -0.078599 -0.104921 0.05255 -0.01586 -0.013011 -0.005273 -0.110987 -0.008847 0.048712 0.034321 -0.012395 0.062892 0.040911 -0.03877 -0.010965 0.099366 0.005339 -0.059413 -0.001218 -0.039469 -0.01025 -0.105357 0.053775 0.063082 0.102271 0.082905 -0.036024 0.051183 -0.069004 -0.062678 -0.059718 -0.008487 -0.032948 0.060551 0.02373 -0.023014 0.001933 0.069649 0.147044 0.011042 0.045852 -0.04279 -0.071407 0.111577 0.07463 -0.027528 0.065421 -0.087048 -0.031711 -0.043098 -0.014718 -0.035202 0.144939 -0.029038 -0.035547 0.00213 -0.134518 0.011243 0.012662 0.031742 -0.000875 -0.01927 -0.013097 -0.03299 -0.015784 -0.074326 4e-06 -0.027464 -0.080256 0.033492 0.046329 -0.065154 -0.029593 -0.101125 0.027148 0.070487 -0.003112 -0.018805 0.086496 0.077513 0.036862 -0.023817 0.040336 -0.018058 -0.080416 0.043481 -0.03137 -0.059168 -0.053126 0.019884 -0.016907 -0.151916 0.014 -0.05762 0.003127 0.060061 -0.06457 0.051668 0.032014 -0.090202 0.059102 -0.009241 -0.050195 -0.007412 0.066994 0.034662 0.096638 0.015981 0.03346 0.090776 0.079667 -0.045874 -0.072088 0.080373 -0.00347 0.097366 0.011856 -0.057167 0.003414 0.073897 0.039762 -0.013939 0.019162 0.00992 -0.046593\nŽ -0.010429 0.000858 -0.055753 0.004662 -0.045626 -0.042686 -0.001055 0.014062 0.034483 0.022217 -0.010647 0.007057 3.1e-05 0.002604 -0.044738 0.026527 0.021899 0.039813 0.037074 -0.014416 0.056982 0.032152 0.007505 -0.039952 0.033233 0.029203 -0.008794 0.020089 -0.037507 0.034546 0.0101 0.025787 -0.004394 0.039164 0.039468 0.029092 -0.044351 -0.042616 -0.009701 0.041769 0.017344 0.023785 0.010717 -0.066423 -0.002661 0.061724 0.013282 -0.029876 0.047912 0.021171 -0.05823 0.025332 -0.005285 0.032137 0.127276 -0.064278 -0.028287 0.005867 0.003062 -0.001314 -0.012206 -0.025028 0.064624 0.089694 0.056364 0.011959 -0.036055 0.009605 -0.031788 0.007375 -0.037567 0.013532 0.006188 -0.011127 -0.002344 0.08313 0.021165 0.008818 -0.005359 -0.009376 0.0198 0.037805 0.016251 0.035316 0.05394 -0.022292 0.029651 0.092008 0.068875 -0.01879 0.010075 0.019219 0.077361 -0.044644 -0.040454 0.020604 -0.001062 -0.019645 0.013204 -0.043155 0.01233 -0.018494 -0.027317 0.091321 -0.08918 0.027738 0.043942 0.031421 -0.032219 0.024169 -0.013066 0.003668 -0.012129 -0.032869 0.034167 0.006831 -0.043257 0.116133 -0.068536 -0.023723 -0.010453 0.000525 -0.030312 0.010858 0.032944 0.025372 0.043177 0.017056 0.000284 -0.012605 0.02489 -0.035131 -0.030143 0.001946 -0.052026 -0.062202 0.016228 0.063433 -0.001106 0.089677 0.003373 0.018154 0.019893 0.103576 -0.104781 -0.036737 0.001694 0.000781 0.044842 0.046758 -0.010607 0.066363 -0.05998 0.003597 0.020509 -0.043688 0.00366 0.019668 -0.067128 -3.1e-05 -0.030067 0.031306 0.050547 -0.000502 -0.01104 0.019611 0.059374 -0.012772 0.039438 0.010524 -0.04559 -0.004764 0.009862 0.01196 -0.049478 -0.007125 0.011697 0.058419 -0.042052 -0.019521 -0.015544 -0.003402 0.06892 0.024888 -0.031092 -0.048255 -0.003906 0.016556 -0.000717 0.01497 0.071283 0.02336 0.01128 -0.053997 0.031342 -0.031831 -0.003254 0.001045 -0.030526 0.051547 -0.054672 0.026915 0.063524 -0.021825 0.035863 -0.084037 0.003982 0.025194 -0.01381 0.05416 0.053003 -0.018989 0.056113 0.035276 0.014436 0.011441 0.020287 0.013512 -0.045944 -0.065866 0.011972 -0.016032 0.033052 -0.007779 0.01562 -0.012751 -0.0384 0.006944 -0.011196 -0.002362 -0.060116 0.032333 0.062206 0.014615 -0.043748 0.03946 0.006108 0.000189 0.026726 -0.04739 -0.033504 -0.03271 -0.016596 -0.030886 0.011389 -0.055978 -0.040177 -0.020677 -0.001282 -0.009393 -0.04405 0.026413 -0.034545 -0.009343 -0.021576 -0.009238 -0.005804 0.001957 0.051113 -0.020474 -0.030195 0.012284 0.025197 0.05714 0.061097 0.067388 -0.08248 -0.027119 -0.042052 -0.004825 0.023932 0.01089 -0.054787 0.04093 -0.01858 0.069601 -0.026442 -0.025374 0.003292 0.025724 0.051201 -0.003049 0.023939 0.012849 0.019794 -0.006588 -0.022647 -0.001457 0.027971 -0.010821 0.068633 -0.006545 0.007085 -0.088072 -0.030539 -0.008434 -0.076029 0.032531 0.037607 0.006467\nḿ -0.021436 -0.011215 -0.055234 0.021273 -0.008973 -0.039135 -0.045784 0.005383 0.087042 -0.012946 0.042221 0.054177 -0.001949 -0.03088 0.064389 0.010162 -0.013397 -0.03501 -0.040259 -0.007419 -0.005492 0.012434 0.017497 -0.014649 0.035142 0.019666 -0.00961 0.003006 0.019553 -0.016071 -0.018668 -0.004441 0.014913 0.003593 0.095801 0.007283 -0.058855 0.036489 -0.012227 0.025271 0.002944 0.044147 0.053245 -0.016417 -0.002369 -0.040361 0.036946 -0.033227 -0.023102 0.038654 -0.063919 -0.010453 0.027617 -0.03577 0.049493 0.0231 -0.003859 0.012567 -0.017472 0.025691 -0.027773 -0.061044 0.056676 0.005748 0.027797 -0.008329 -0.006823 0.078884 0.009184 0.020359 0.054295 0.013407 -0.017522 -0.063862 -0.08575 0.047336 0.048106 0.038374 -0.056794 0.024016 0.018467 0.022667 -0.062395 0.09538 -0.025574 -0.007532 -0.034647 0.024145 -0.006648 0.011895 -0.017885 0.027205 0.031414 -0.006065 0.025526 -0.029092 0.027206 -0.008938 0.02817 -0.061723 -0.003904 -0.003735 -0.068149 0.037925 -0.025309 0.013639 -0.013592 0.020954 0.007231 -0.058124 0.01848 -0.036473 0.012517 0.03546 -0.022179 0.027485 -0.016533 0.04044 -0.032471 0.040193 0.01485 -0.091197 0.047238 -0.019756 0.000858 -0.013688 -0.014777 -0.01583 0.041492 -0.037475 0.048909 0.057695 -0.049597 0.011923 -0.046821 -0.01395 -0.026747 0.127328 -0.042641 0.0805 0.035249 0.043677 -0.048694 0.089066 -0.002778 -0.015466 0.046637 0.07655 -0.026269 0.043527 -0.005244 0.057634 0.035201 0.065875 -0.009823 0.010289 0.043929 -0.034311 -0.003441 0.045265 -0.004824 0.025423 0.06489 0.008832 0.045034 -0.036065 0.047032 -0.007875 0.044688 0.073128 -0.018802 0.001693 0.024418 0.005652 -0.04136 -9.6e-05 0.010308 0.003786 0.009865 -0.030635 -0.054795 -0.044541 0.018412 -0.007813 -0.023787 -0.009971 -0.045425 -0.036121 -0.03605 -0.027742 -0.026589 0.018655 0.029925 -0.035319 -0.008181 -0.006431 -0.001828 -0.036042 0.055299 0.038197 0.029504 -0.052114 -0.026705 -0.014853 0.030971 -0.083735 0.029002 0.064753 -0.026141 0.068059 0.071039 0.005476 0.051708 0.022785 -0.026371 0.040703 -0.006525 0.024001 -0.029281 -0.043003 -0.016323 0.009634 0.027594 0.009527 0.02344 0.02293 -0.052936 -0.027257 0.01032 0.007469 -0.052471 -0.002334 0.003649 0.009549 -0.04363 0.012531 -0.00515 -0.030333 0.025593 0.025663 0.004336 0.027768 -0.002275 0.026296 0.028291 -0.069096 0.032691 -0.01976 0.016106 -0.022299 -0.104962 0.085781 0.033041 -0.048954 0.019473 -0.040101 0.010788 0.030787 -0.009695 -0.020174 0.004968 -0.052377 -0.00812 0.028045 0.036964 0.027564 -0.041391 -0.0149 -0.008708 0.016738 -0.006931 0.001721 0.010314 0.055419 -0.081311 -0.003999 0.012952 -0.027409 0.00996 -0.045407 0.003668 -0.010817 0.025681 -0.038885 0.039171 -0.00549 0.012586 0.011996 0.055326 -0.028285 0.039697 0.022292 -0.023071 -0.025809 0.016326 0.014878 0.001509 0.044004 -0.026536 0.069945\n̛ 0.045116 -0.039149 -0.019649 -0.005551 -0.01289 -0.012441 0.020866 0.009465 -0.006384 0.00687 0.030564 -0.04804 -6.6e-05 -0.028068 0.040542 -0.075591 0.029951 -0.010073 0.024654 -0.085864 0.00857 0.085283 0.003974 -0.071035 0.02025 -0.015889 -0.014964 -0.025075 -0.009164 -0.012886 -0.044758 -0.029428 0.02326 0.006061 0.008988 -0.035137 -0.041606 0.057914 0.017466 0.018672 -0.001165 0.051326 0.016123 -0.027088 0.051047 0.064719 0.036635 -0.042984 0.033682 -0.071056 0.022903 0.017551 0.070042 -0.107 0.084598 -0.005661 0.017013 0.026634 -0.048892 0.0577 0.013394 0.03609 0.048981 0.115276 -0.039877 -0.003676 -0.055801 -0.042171 -0.005194 0.078271 -0.0237 0.001633 0.012447 -0.062969 0.022048 0.005597 -0.010662 0.050507 -0.017965 -0.070845 -0.026838 0.006485 -0.001156 0.03003 -0.010663 -0.061316 -0.074987 0.025205 -0.00274 0.0389 -0.048012 0.001427 -0.002745 -0.031843 -0.076174 0.017178 -0.034058 0.045814 -3.6e-05 -0.07882 0.040042 0.039685 0.031149 0.025335 0.070075 0.023353 -0.010479 -0.033461 -0.050415 0.048141 -0.041567 -0.000527 0.032698 0.058774 0.010475 -0.027188 -0.039517 0.067481 -0.029855 -0.038339 0.035852 0.020688 -0.028882 0.046314 -0.024092 -0.042437 -0.025709 0.011848 -0.037403 0.039923 -0.00757 0.036891 -0.041647 0.030364 0.017109 -0.048837 0.000739 -0.007645 0.090826 0.025862 -0.00577 0.000563 0.018443 -0.024734 -0.022315 0.008958 0.024261 0.058799 0.028634 0.010788 -0.041146 -0.044848 -0.009024 0.004808 -0.052577 0.020588 -0.072105 0.026665 0.000252 0.004106 0.005338 -0.008131 0.024344 -0.027391 -0.032971 -0.011216 0.086504 -0.010296 0.044233 0.049267 -0.015696 0.001864 0.011321 0.017638 0.024664 -0.046792 -0.030252 0.039944 0.028475 -0.088509 -0.025537 0.010519 -0.024472 0.004905 -0.017071 0.017842 0.020748 -0.003003 0.042656 -0.056984 0.031247 0.015252 -0.05514 0.007677 0.011134 0.031219 -0.010436 0.014643 0.012198 0.038527 0.080735 0.008855 0.014444 0.033596 -0.034328 -0.066918 0.032902 0.001257 0.032009 0.007816 -0.010661 -0.026108 0.039813 -0.002072 0.007003 0.028811 0.011224 -0.058398 -0.053949 -0.070236 -0.026997 -0.022404 0.037909 -0.007312 0.006032 0.069609 0.069492 -0.017777 0.025157 0.024039 0.028661 0.045812 -0.003641 -0.007074 0.009256 0.019678 0.016737 0.021326 -0.017747 -0.00791 -0.024499 -0.021333 0.052787 0.010945 0.011282 -0.06981 0.014843 -0.108957 -0.01069 0.071847 0.035691 -0.005033 -0.070398 -0.015682 -0.06231 0.002873 0.013392 -9.3e-05 0.069376 0.007449 0.030665 -0.023739 0.029043 0.002477 0.016165 0.050743 -0.061893 0.002149 0.015259 0.01838 0.015653 0.039828 -0.012576 -0.044532 0.020808 0.087313 -0.016614 0.025402 0.011344 -0.069842 -0.001345 -0.020475 0.053372 0.031788 0.004762 -0.015597 0.010134 0.019055 -0.014215 -0.009029 0.006736 -0.047777 -0.001171 -0.019479 -0.03464 0.06524 -0.012646 0.049765 -0.00866 -0.00186\nő 0.016895 -0.071611 0.045856 0.08 -0.027673 -0.036434 -0.013194 0.015987 0.069045 -0.003616 -0.000992 0.025855 -0.017526 0.020925 -0.076218 0.039936 -0.019094 0.076102 -0.053496 0.008913 0.038806 0.039442 0.024781 0.0416 -0.006394 -0.010848 0.022238 0.044218 -0.040046 0.023005 0.008539 0.065927 0.018256 0.086137 0.059123 0.082959 -0.009509 0.019001 -0.043276 0.036704 0.11235 -0.026105 0.044312 -0.070953 0.065975 -0.022358 0.033336 0.018847 0.058454 0.054403 -0.007501 0.022639 0.016703 -0.044137 0.013068 0.015204 -0.029038 0.066018 -0.048467 0.010954 0.029174 0.013198 0.03265 0.100593 -0.01687 0.112862 0.014657 -0.011509 0.057626 0.011674 0.05465 0.087916 -0.062876 0.020881 -0.012422 0.010022 0.071427 0.095016 0.024518 0.018941 -0.016869 0.030871 0.018654 0.026688 0.095487 -0.099996 -0.04579 -0.012889 0.034746 0.03115 0.022088 -0.006429 -0.007878 -0.011296 -0.034099 -0.055008 -0.005984 0.018968 0.026592 -0.041067 0.054272 -0.009188 -0.096569 0.002425 0.006227 -0.014951 -0.056661 -0.003048 -0.032609 0.048912 0.048179 0.04495 0.040815 -0.038048 -0.026378 0.060448 -0.099804 0.02039 0.055063 -0.004946 -0.051914 0.017771 -0.081177 0.052837 0.038547 0.00309 0.00238 0.037209 0.019184 0.040449 0.039406 -0.024391 -0.086154 0.024369 -0.005519 0.000877 -0.023065 -0.024741 -0.043935 0.007327 0.06027 0.058154 -0.023295 0.080869 -0.101277 -0.015467 0.097439 -0.018684 0.077838 0.007312 0.026059 0.025912 -0.00901 -0.008638 0.044384 0.001101 -0.010926 0.035589 -0.020795 0.051481 -0.08424 0.032981 -0.027845 -0.015711 0.001045 -0.034344 0.023508 0.019812 0.062239 0.055857 0.01298 0.072079 -0.023125 0.022889 0.023009 -0.021141 -0.017402 0.004931 -0.048029 0.028221 -0.090485 -0.043354 0.007507 0.052427 0.008253 0.091582 -0.005434 0.025522 0.011755 -0.056368 0.015791 -0.029004 0.087786 -0.003936 0.004862 -0.038397 -0.004141 -0.007948 -0.02604 0.052217 0.070089 -0.042629 -0.041115 0.049651 -0.026622 -0.089516 -0.020953 0.011775 0.041039 0.032752 -0.04097 -0.061545 0.064694 0.012236 -0.041755 0.035075 0.031184 -0.003726 -0.049851 -0.054674 0.001456 -0.029255 0.041629 0.014877 -0.017896 -0.035825 -0.052155 -0.004832 -0.013606 -0.034563 -0.086808 -0.029154 -0.019098 -0.029127 0.018138 0.02742 0.029766 -0.114964 0.007695 -0.019216 -0.041109 -0.036868 -0.027912 -0.081357 0.038989 -0.113368 0.022758 -0.068796 0.027965 0.005338 -0.047582 0.046595 -0.122056 0.107425 -0.046234 0.037716 -0.004821 -0.012417 0.03987 -0.009696 -0.003064 0.007729 0.000483 0.002962 0.043111 0.014954 0.020156 -0.003055 -0.021465 -0.033474 0.010667 -0.022433 0.017715 0.079401 -0.052649 -0.007843 0.014563 -0.080868 0.082658 0.010378 -0.006091 0.019398 0.125395 0.054255 0.061851 -0.006917 -0.032019 0.03702 -0.045368 -0.001026 -0.113115 0.012711 -0.003643 -0.031765 -0.044486 0.024681 -0.073938 -0.017739 0.019123 -0.001185\n"
  },
  {
    "path": "src/data/embedding_dicts/vn_elmo_medium_c2v.vec",
    "content": "194 1024\n2 1.965785 1.67536 1.894273 1.703323 2.555757 3.085151 1.985448 1.962525 1.874219 1.813196 2.503823 1.641451 2.063753 1.774113 1.855644 1.78057 2.137686 2.105074 1.495694 1.780504 1.860398 2.276974 2.08154 2.124225 1.660155 2.018527 1.926635 1.578094 1.550636 2.108266 2.301646 2.179844 2.604088 2.697796 2.008255 2.333486 1.890629 2.181864 2.572167 2.111698 2.115803 1.822957 2.04846 2.309944 1.919006 1.803664 2.433927 1.857598 1.795077 2.299897 1.555358 2.575047 1.92498 3.000781 2.223122 1.178429 1.677723 2.112217 3.008127 2.393158 2.471114 2.039067 2.155985 2.251765 1.959036 2.738857 2.082005 2.407351 1.652972 1.913513 2.201922 2.037614 1.700153 1.62054 1.880865 2.451617 1.697913 2.420439 1.579301 1.751902 2.248778 2.229532 2.483183 1.67931 1.494834 2.475756 1.899516 1.466487 2.088334 1.778291 2.351248 2.082185 2.448522 2.432859 2.108999 1.540492 2.117873 2.004505 1.214278 2.140856 2.183711 1.673546 2.0543 2.308758 2.794274 2.138529 1.130701 2.438146 2.313213 1.819705 2.206051 1.971398 2.175881 1.917323 2.115445 1.378391 2.251845 2.285696 2.180003 2.173015 1.649416 2.237425 1.739256 2.136626 2.103691 1.271803 1.978189 1.811435 2.246819 1.61177 1.347875 1.934264 1.801655 2.090762 1.937453 1.875982 1.497302 2.220444 2.026218 1.30136 1.989177 1.916213 2.467759 2.541043 2.182687 2.63022 1.609809 2.53948 0.899365 2.40163 2.135442 1.962006 1.8876 1.979642 2.157431 2.462665 2.656357 1.974344 2.030366 2.32492 2.288843 1.760175 2.314943 1.838769 2.049408 1.7391 2.444918 1.349314 1.897371 1.785973 2.590453 2.04788 1.34577 1.228285 1.26468 2.585462 2.128394 2.277656 2.489842 1.458011 2.177983 1.910171 1.355028 2.276563 1.712435 2.291512 1.677058 1.595334 2.322857 1.882639 1.679427 1.740354 2.124742 2.03223 1.854221 1.876406 1.982429 2.087185 2.400771 1.444446 2.299102 0.970739 1.761955 2.174353 1.590888 2.07982 2.093257 2.278345 2.601699 2.390581 2.330032 2.05736 1.825896 2.114986 2.978056 2.396339 1.871961 1.634672 1.299605 1.920875 1.522223 1.564916 2.146573 1.4828 1.618326 1.891962 1.112045 2.010713 2.206283 1.256874 2.50524 2.348834 1.811739 2.12047 2.35839 2.318247 2.075436 2.451169 1.453965 1.505537 2.58553 1.635375 1.672855 2.328891 1.431178 2.716499 2.83617 1.70534 1.67414 2.245574 2.118714 1.704504 2.915064 1.252303 1.329179 1.829914 2.356989 2.123891 1.437489 1.686948 1.982566 2.109436 1.69939 1.985123 2.553744 2.385246 1.591289 2.172401 2.057581 2.204165 2.887799 2.19998 1.950608 1.625464 2.352514 1.36549 1.932325 1.976318 1.734326 2.416242 1.648763 2.689582 2.276912 2.211904 2.229048 2.058153 2.095928 1.76064 1.698599 1.254229 1.948337 2.0092 2.15885 1.848157 3.001558 2.587782 1.9955 1.425048 2.379674 2.493805 1.885475 2.001991 2.827083 2.249241 1.879278 2.570607 2.122502 2.376726 1.753286 2.006737 2.292355 2.360198 1.639455 2.728608 2.027054 2.439059 2.10189 2.252848 2.157368 1.745 2.096265 2.364616 1.729041 2.001158 1.870431 1.577051 1.90408 2.27637 1.636644 2.416887 1.935811 1.44118 2.198758 2.372983 2.021287 2.295207 1.218343 2.242924 2.229658 2.786534 1.712592 1.547099 2.201797 2.399936 1.269335 2.394169 2.645776 2.421644 1.673245 2.218995 1.823064 1.829438 1.25676 1.885551 2.074153 2.480103 1.886929 1.402734 2.148072 1.748984 2.039109 1.853977 2.050453 2.162375 1.829286 2.296812 2.055138 1.938065 1.080679 2.364169 1.862725 1.269827 1.031833 1.556445 1.685301 2.344328 1.990098 1.460017 2.484824 1.699463 2.160556 2.487769 1.450072 1.806064 1.932319 1.967577 1.785451 1.488422 2.269574 1.544447 1.432048 1.864654 2.127346 2.130732 1.352293 1.76231 1.736391 1.564548 1.486613 1.713695 2.586624 2.007178 1.413345 2.401272 1.38982 1.963661 2.168621 1.580297 1.658273 1.878212 2.169251 1.31305 1.35263 2.369008 1.547625 1.270647 1.481399 2.001495 2.213886 1.313034 1.960549 2.218531 2.423217 1.241006 2.404651 1.849455 1.867522 1.451397 1.65855 2.412658 2.282584 1.957304 2.222469 2.224722 2.379459 1.675163 1.877564 2.543431 2.059016 1.982129 2.077779 1.405793 2.425109 2.254361 2.171983 1.93072 2.041661 2.103806 2.073524 2.719758 2.588501 1.994634 2.259796 2.299168 1.871294 2.486662 1.877159 2.175359 1.93122 1.733534 1.454137 1.924402 1.715785 2.252599 2.13926 1.635101 1.780669 2.064645 3.138224 2.295277 1.077604 1.78226 2.131196 1.91111 2.448261 2.472021 2.270994 1.504839 2.233315 1.714322 2.184608 1.81037 1.208621 1.422002 2.338066 2.295811 2.630607 2.406101 2.127778 1.756649 2.259526 1.655836 1.361964 1.743032 1.974542 2.042209 1.471835 0.950859 1.518288 2.484279 2.067987 2.081496 2.003149 1.656955 2.049735 1.365029 1.855028 4.188433 2.03602 2.54228 2.536449 2.249724 1.171172 2.088453 2.303428 1.357473 2.354751 2.845316 2.342983 2.113632 1.688288 1.694248 2.300279 1.103537 2.270509 1.904121 2.58373 2.348962 2.572634 2.085446 1.374189 2.17718 2.354015 1.467396 2.621676 1.642648 2.136235 1.686541 1.756284 2.095506 1.49977 2.602011 2.630114 2.651992 2.402081 2.384849 1.465063 2.135082 1.735078 1.993376 1.80004 2.468911 2.094386 1.092317 2.209892 2.169931 1.981828 2.10431 2.194892 1.752677 2.200453 1.702919 1.838891 2.218263 2.282918 2.263615 2.262109 1.44849 2.302882 2.073453 2.555267 2.285178 2.461003 2.278408 1.878583 1.545356 1.582236 1.997308 2.127323 2.636156 1.62976 1.976437 1.779147 1.735817 2.684373 2.073927 1.717399 2.520825 1.54045 2.357893 1.738176 1.224183 2.012638 2.116512 2.004715 1.891952 1.712296 1.919547 2.227098 0.749996 1.770754 1.588235 2.034289 1.900923 2.349823 2.841194 2.075882 2.17234 1.934335 1.727901 1.220766 1.735923 1.974751 2.061578 2.517211 1.925556 2.819002 2.415458 1.1971 2.715196 2.186693 2.006361 2.374978 2.378965 2.3459 1.863712 2.235759 1.550002 1.837869 2.281644 2.164577 2.118886 2.133121 1.685016 2.009622 2.047075 1.56167 1.883489 2.254393 2.212602 2.086929 1.392996 1.406682 1.856531 1.981629 1.9382 2.488657 1.794588 2.122527 1.803375 2.029616 1.739708 2.253912 3.125815 2.640514 2.556784 2.328294 3.024527 1.211848 2.160835 1.068022 2.712828 1.899911 2.595485 1.820405 1.604319 2.445302 1.985671 2.855669 2.387402 2.571487 2.280216 2.677404 2.483689 1.849644 1.598439 2.540999 2.624836 1.570696 2.117426 1.710454 2.081256 2.115934 1.778132 1.194275 1.609106 1.712149 2.117384 2.656607 2.25111 2.290334 1.560512 2.128349 1.281422 1.298227 2.785092 2.339855 1.831265 1.321882 2.209052 2.063216 2.075543 2.13359 2.137229 2.468994 1.921173 1.860446 1.946957 1.362493 2.60333 2.293181 1.908021 1.529287 1.762292 1.824297 2.393686 1.339536 2.610448 1.84984 2.376291 2.273639 2.134957 1.826238 1.995952 2.052529 2.649394 1.729669 1.775446 1.578388 1.63256 1.094991 2.061525 1.78103 1.37904 1.606078 2.704086 2.375795 1.628406 1.275751 1.739141 2.025286 2.168538 2.248164 2.211966 1.411051 1.903443 2.596408 1.867678 2.26828 2.417071 1.730908 2.050005 2.212242 1.768009 1.946649 2.2523 1.91568 2.44259 2.060801 1.948533 1.706803 1.393223 2.325105 1.604016 1.608289 1.707329 0.933777 1.531582 1.955948 1.566697 1.494322 1.247375 2.540757 1.498306 1.092328 2.362651 2.308923 2.361461 2.429506 2.096868 2.442231 1.789818 2.466044 2.297447 2.386312 0.851245 2.571719 1.744251 1.997173 1.672696 1.634634 2.164404 1.619555 2.809038 2.029583 1.960265 2.669489 2.199078 1.288404 1.868501 1.843227 1.777578 2.291929 2.390697 2.58924 1.882405 1.396375 1.924865 2.32898 1.971202 1.869082 2.552267 1.867665 2.582736 2.653166 1.796883 2.067082 2.767372 1.454253 2.650357 1.388445 2.073101 2.384499 2.523782 1.845279 2.799664 2.679243 2.288974 2.480592 2.068562 1.893873 2.056642 2.033069 2.31215 1.628753 1.832316 2.154693 1.70737 1.988233 1.711623 0.780388 2.635795 1.437638 2.549263 2.495428 1.562569 2.213589 1.460461 1.218455 2.463985 1.786407 2.412592 1.729536 1.714471 2.353435 2.533853 1.722406 2.349452 2.08148 2.661365 1.390354 1.920808 1.514188 2.272621 1.608176 2.429426 2.068716 2.449191 2.137807 1.86557 1.949208 2.409798 1.405612 1.88294 1.88037 1.87288 1.667541 2.447223 2.318845 2.099543 1.381192 2.710582 1.740507 1.287136 0.997796 1.734995 2.474612 2.035428 2.247996 2.000789 2.846196 2.200321 2.047223 3.222751 1.238998 1.863848 2.042519 2.077672 2.806853 1.946711 2.293304 1.444864 2.161123 1.558765 2.31728 2.05004 2.13245 2.103331 1.623681 0.979895 1.446144 1.48134 1.788299 2.573894 1.183132 1.919332 2.182524 2.589428 1.652947 1.595341 2.021063 1.940668 2.642396 0.354476 1.501486 2.000352 1.698679 1.810407 1.939142 1.934869 2.491011 1.727378 1.973828 2.3175 2.444084 1.831485 2.402415 2.023671 1.91346 2.065541 1.522217 1.655982 1.975131 1.535767 1.763658 1.43056 2.655535 1.328397 1.464713 1.74583 1.936643 2.569881 1.798165 1.469954 2.058902 2.215465 1.79752 1.53403 2.41731 2.122143 2.086474 2.796869 2.1142 1.607829 2.338057 1.872064 1.527135 2.544855 1.695286 2.07441 0.853966 2.703017 1.573255 2.139437 1.616535 1.728876 1.952227 2.424563 1.31309 1.639067 3.011308 1.972259 1.357965 1.996546 1.972547 1.497847 2.115993 2.631157 2.053705 1.773314 2.46075 2.116946 2.570903 1.909915 1.672755 2.17643 2.076693 1.935741 2.789816 2.093835 1.99804 1.775132 2.313389 2.163314 1.238475 1.924409 1.566876 2.099054 1.520938 0.841338 1.562103 2.400664 2.155001 2.371499 2.006724 1.636013 1.696922 1.409806 1.55938 3.735855 2.023051 1.695797 2.797203 2.147463\n1 1.327191 1.15507 1.257969 1.128069 1.954988 2.467811 1.358204 1.344835 1.229708 1.214869 1.936133 1.17939 1.533774 1.180098 1.217255 1.165122 1.549446 1.578183 0.947866 1.30342 1.247803 1.735251 1.502059 1.499424 1.127243 1.429237 1.320969 0.994983 0.959193 1.554122 1.762261 1.681956 2.058788 2.066763 1.366342 1.696344 1.331145 1.600781 1.917692 1.432268 1.534408 1.263099 1.576352 1.75169 1.382682 1.161905 1.926405 1.179486 1.202591 1.718358 0.952442 1.997732 1.241543 2.426013 1.799114 0.797048 1.221721 1.515825 2.481591 1.751322 1.972566 1.494519 1.563543 1.612243 1.400548 1.999479 1.487255 1.833762 1.015634 1.436674 1.563031 1.462586 1.140757 1.144785 1.291664 1.828787 1.126237 1.901813 1.12388 1.172899 1.645009 1.576644 1.874557 0.914642 0.920266 1.764221 1.419937 1.020414 1.459416 1.313961 1.757149 1.449649 1.791248 1.84802 1.496974 1.08242 1.539691 1.447356 0.556739 1.734171 1.668821 1.129023 1.560913 1.637102 2.247242 1.560188 0.574479 1.808036 1.719783 1.241427 1.727803 1.466542 1.664574 1.284281 1.53092 0.826072 1.72043 1.708965 1.651617 1.631724 1.14673 1.633189 1.146755 1.676923 1.603796 0.775314 1.337185 1.246127 1.585707 1.103301 0.794496 1.489195 1.286572 1.450709 1.321809 1.20656 0.953262 1.700533 1.469665 0.737906 1.457972 1.303968 1.838325 1.946628 1.441424 2.17736 1.206575 1.987455 0.32758 1.79675 1.532398 1.402026 1.326982 1.309314 1.579466 1.794608 2.143627 1.438926 1.357577 1.687783 1.672248 1.072729 1.739318 1.194434 1.431626 1.259938 1.874402 0.781929 1.347469 1.163244 2.064728 1.476845 0.76873 0.632555 0.711248 1.952766 1.546705 1.664012 1.997583 0.983341 1.698585 1.312798 0.851573 1.702314 1.137877 1.73196 0.933986 1.01465 1.71907 1.23979 1.204352 1.124052 1.575163 1.557339 1.169841 1.37525 1.46429 1.48576 1.873548 0.928972 1.707133 0.451703 1.256976 1.737816 1.009859 1.474221 1.451867 1.607473 2.010381 1.823094 1.724166 1.467565 1.277733 1.627663 2.45251 1.775385 1.168524 1.041002 0.678966 1.268917 0.824089 0.981902 1.516204 0.995409 1.023196 1.398655 0.446031 1.373688 1.569311 0.731274 1.939947 1.812707 1.360013 1.51785 1.76389 1.834319 1.458305 1.939476 0.860596 0.935966 1.939817 1.105967 1.115122 1.635901 0.962599 2.055282 2.304948 1.1722 1.137791 1.798681 1.515942 1.07627 2.272553 0.787843 0.676021 1.347968 1.787533 1.476678 0.959381 1.009487 1.413921 1.502774 1.057001 1.260882 2.146239 1.818258 1.072045 1.548241 1.513502 1.660858 2.341521 1.543666 1.294105 1.022154 1.710824 0.793868 1.257199 1.484409 1.285379 1.83925 0.97756 2.187797 1.689137 1.646737 1.712422 1.513101 1.566126 1.143678 1.109036 0.725725 1.443234 1.46832 1.611121 1.211653 2.334654 2.025241 1.471758 0.980625 1.819408 2.027603 1.273356 1.426511 2.037964 1.697084 1.420966 2.008042 1.384823 1.813204 1.173731 1.339716 1.616251 1.742511 1.17549 2.124295 1.549868 1.731848 1.698947 1.560284 1.609875 1.148757 1.552582 1.842434 1.219463 1.35431 1.417708 1.021471 1.204077 1.77128 1.031691 1.82921 1.334034 0.850193 1.485228 1.781656 1.319592 1.751709 0.610998 1.66621 1.55021 2.072271 1.126178 0.969512 1.627426 1.765659 0.760347 1.761048 2.028482 1.810172 1.00589 1.591803 1.334011 1.269368 0.538709 1.464835 1.532158 1.795722 1.246138 0.766483 1.568871 1.150212 1.481592 1.264245 1.497327 1.557555 1.190489 1.545272 1.441513 1.35626 0.5434 1.787061 1.261208 0.697765 0.618052 0.849695 1.095118 1.744775 1.451903 0.891531 1.916169 1.156492 1.522955 1.930759 0.919694 1.31697 1.266371 1.288341 1.085155 0.914178 1.712396 0.96562 1.075297 1.283646 1.431198 1.421264 0.749871 1.17922 1.199755 1.004727 0.81418 1.160539 2.016031 1.433986 0.810843 1.884729 0.719147 1.378306 1.559899 1.187366 1.25434 1.468585 1.547843 0.761294 0.760971 1.871776 0.935963 0.691585 0.915737 1.443326 1.688119 0.784342 1.409548 1.677783 1.870633 0.752946 1.796348 1.254172 1.236451 0.976251 1.118813 1.844454 1.622778 1.452229 1.764654 1.596297 1.782951 1.151728 1.288737 1.910037 1.523149 1.447838 1.356562 0.974278 1.919218 1.625209 1.585174 1.370514 1.519973 1.478864 1.513802 2.107098 2.089555 1.406446 1.739843 1.742831 1.297358 1.876905 1.361442 1.488922 1.336553 1.014483 0.835408 1.402466 1.224663 1.657005 1.565838 1.01984 1.277341 1.466947 2.510825 1.760319 0.539943 1.227782 1.570855 1.291715 1.838631 2.012965 1.602338 0.928311 1.648895 1.354909 1.649744 1.22911 0.680335 0.874614 1.831071 1.736542 1.967885 1.84236 1.690203 1.13647 1.739052 1.099806 0.74953 1.218309 1.417563 1.386392 0.93819 0.437855 1.149742 1.782967 1.534019 1.482748 1.445058 0.985856 1.494831 0.75631 1.315898 3.625777 1.492485 1.883859 1.948627 1.579719 0.4686 1.522063 1.771324 0.76124 1.719276 2.450602 1.838915 1.511761 1.227808 1.069231 1.738171 0.433101 1.720053 1.463691 1.893157 1.661945 2.005576 1.45712 0.696157 1.599588 1.724465 0.940564 1.987775 1.136124 1.677394 1.169889 1.224537 1.585708 0.99739 2.006644 2.151208 2.109201 1.873311 1.730347 0.842728 1.621879 1.163191 1.449343 1.206895 1.98748 1.575267 0.479177 1.665005 1.647265 1.469052 1.587374 1.633523 1.040983 1.612375 1.07542 1.290612 1.625581 1.706699 1.785268 1.724714 0.951573 1.744259 1.671185 2.014011 1.766038 1.981732 1.685759 1.281751 0.871833 0.969306 1.289149 1.548986 1.972634 0.9998 1.457434 1.019477 1.24722 1.97781 1.469382 1.041055 1.863299 1.026886 1.932025 1.162124 0.730506 1.437028 1.456883 1.418318 1.098357 1.022333 1.329065 1.769775 0.310756 1.2201 1.098826 1.552142 1.289143 1.752979 2.242828 1.40042 1.7495 1.326509 1.220324 0.569148 1.384255 1.412931 1.520039 2.048619 1.280554 2.236755 1.855714 0.567724 2.037563 1.653035 1.407363 1.838366 1.722996 1.754583 1.235254 1.750491 1.084975 1.322256 1.69948 1.632561 1.631709 1.466122 1.19624 1.339331 1.790525 0.974112 1.353293 1.599879 1.668823 1.520475 0.87739 0.82003 1.289534 1.488732 1.286348 2.015981 1.247415 1.559678 1.249716 1.453674 1.234247 1.756288 2.452837 1.955021 1.948157 1.706756 2.556316 0.885403 1.755357 0.551432 2.216243 1.294521 2.082944 1.24574 1.032488 1.897914 1.36213 2.443885 1.829804 1.831399 1.621854 1.857867 1.738466 1.21434 0.819753 1.886165 2.083239 1.11944 1.418753 1.121195 1.369102 1.535832 1.147459 0.650976 0.892518 1.051977 1.570992 1.900956 1.644194 1.770314 1.060276 1.695312 0.723341 0.891578 2.232864 1.691359 1.197188 0.613361 1.597625 1.407525 1.627538 1.59606 1.507124 1.806558 1.384917 1.129547 1.417046 0.769293 2.071735 1.655098 1.331787 0.982504 1.215349 1.319779 1.86684 0.840921 1.852131 1.214378 1.715694 1.725164 1.573098 1.239504 1.380099 1.448534 2.092302 1.268112 1.119011 0.930025 1.006934 0.486412 1.397652 1.044775 0.88876 0.936737 2.147663 1.877169 1.081331 0.760102 1.113548 1.319021 1.634895 1.493065 1.51343 0.999505 1.320343 2.056078 1.357583 1.674055 1.90412 1.091252 1.423463 1.73208 1.126309 1.382417 1.519276 1.406357 1.675753 1.66586 1.503014 1.212884 0.932331 1.720749 0.912118 0.999964 1.097207 0.333784 0.948091 1.396431 1.187765 0.958565 0.53959 2.031358 0.849993 0.428018 1.616299 1.769082 1.851862 1.979691 1.564748 1.840305 1.130763 1.922992 1.642694 1.567062 0.272241 1.879938 1.136245 1.327477 1.185965 1.173392 1.631217 0.759416 2.250329 1.544526 1.399169 2.157178 1.643548 0.687576 1.362085 1.212082 1.307452 1.793288 1.746141 2.062448 1.19699 0.782691 1.431726 1.667409 1.515405 1.305174 2.125739 1.251354 2.076554 1.909104 1.186865 1.383392 2.205533 0.788606 1.98947 0.821537 1.395352 1.64899 1.899583 1.3372 2.055742 2.139145 1.613295 2.124971 1.335439 1.315601 1.475244 1.476335 1.788706 1.196238 1.272862 1.614718 0.972404 1.303412 1.245315 0.294946 1.956157 0.788864 2.048613 1.798729 1.002505 1.530646 0.899803 0.669531 1.834762 1.166435 1.715636 1.151207 1.093675 1.846897 1.805913 1.167539 1.849934 1.571017 1.963272 0.744745 1.380626 1.030329 1.659717 0.96323 1.901706 1.586526 1.799494 1.434947 1.177086 1.349205 1.823763 0.810592 1.257002 1.24423 1.221122 1.058093 1.824299 1.626353 1.505815 0.981046 2.26919 1.099768 0.681037 0.433013 1.057353 1.931588 1.543644 1.718586 1.397841 2.392986 1.575241 1.311371 2.744162 0.686869 1.202364 1.373509 1.357388 2.152263 1.360513 1.690646 0.746183 1.782796 0.994183 1.656555 1.361839 1.50441 1.65133 1.049058 0.420106 0.86561 0.868662 1.290772 1.953684 0.576909 1.297453 1.508616 2.088827 1.101502 1.135695 1.506053 1.434498 2.035076 -0.158235 1.019414 1.503142 1.046696 1.152557 1.394001 1.216477 1.995741 1.148346 1.449615 1.86168 1.794521 1.335905 1.754781 1.457099 1.333755 1.619192 1.04699 1.085276 1.323696 1.104429 1.301158 0.731839 2.040898 0.795692 0.837193 1.087497 1.352634 2.052509 1.277982 0.974406 1.520359 1.612756 1.345211 0.922382 1.91498 1.545333 1.607106 2.231666 1.571907 0.909015 1.860185 1.350019 0.890488 1.978009 1.185643 1.344554 0.305899 1.935487 0.923016 1.671111 1.025687 1.20243 1.406727 1.598401 0.71124 0.899307 2.541546 1.465811 0.792349 1.439593 1.376015 0.992713 1.515649 2.117884 1.453109 1.183427 1.804817 1.905234 2.062034 1.418315 1.198394 1.625051 1.56978 1.375793 2.179668 1.60293 1.576989 1.198466 1.580415 1.563736 0.700018 1.424525 0.938931 1.441462 1.096028 0.339966 1.150627 1.739801 1.597245 1.762818 1.451052 0.973107 1.226124 0.942592 0.992238 3.206534 1.572219 1.092751 2.319569 1.556643\n9 2.15239 2.156151 2.294715 2.112006 2.962641 3.492373 2.452864 2.412498 2.165537 2.146062 2.859367 2.244706 2.498998 2.214924 2.078597 2.186394 2.416632 2.65226 1.919842 2.446023 2.265646 2.804878 2.374701 2.336959 2.026632 2.384498 2.363288 1.93198 1.858123 2.49693 2.766929 2.645861 3.156571 3.1462 2.392892 2.482819 2.323385 2.586921 2.90829 2.414114 2.503334 2.054093 2.720736 2.700957 2.346005 1.93803 3.041583 1.994239 2.017408 2.849827 1.916766 3.045625 2.088196 3.25888 2.966035 1.986677 2.326751 2.526534 3.567195 2.697569 3.056758 2.531999 2.477251 2.55423 2.356229 2.902538 2.425986 2.947036 1.898585 2.395687 2.546312 2.258559 2.035248 2.25274 2.352949 2.800529 2.069284 3.034296 2.117562 2.284477 2.58636 2.421633 2.755362 1.799962 1.791246 2.681018 2.457604 1.957981 2.407228 2.325361 2.561227 2.2669 2.631652 2.878162 2.523382 2.151148 2.520718 2.346305 1.552029 2.818714 2.632486 2.162536 2.607872 2.621779 3.175441 2.498591 1.500445 2.702709 2.716058 2.231396 2.769381 2.470813 2.502139 2.196883 2.396777 1.715801 2.776807 2.642926 2.738959 2.723418 2.225621 2.336752 2.171073 2.720309 2.694109 1.897245 2.152262 2.234368 2.56782 2.268789 1.831198 2.583379 2.378671 2.401075 2.396511 2.13282 2.012761 2.647663 2.523587 1.666723 2.38788 2.380851 2.801199 2.933627 2.279869 3.272145 2.196601 2.902703 1.262668 2.605419 2.544819 2.489869 2.359889 2.324802 2.568132 2.76296 3.155028 2.504388 2.310498 2.611024 2.822818 2.079816 2.620641 2.09053 2.280202 2.085979 2.815747 1.832585 2.192701 2.143576 3.107133 2.542933 1.760915 1.614523 1.74839 2.956168 2.576869 2.5237 3.035733 1.892706 2.78021 2.184967 1.815902 2.784976 1.934598 2.64328 1.947284 2.059514 2.72601 2.120693 2.260644 2.033691 2.576729 2.550448 2.095588 2.35585 2.339728 2.460239 2.948541 1.929942 2.635002 1.439439 2.202903 2.778107 1.914193 2.561147 2.344007 2.688616 2.827599 2.753028 2.736618 2.435478 2.148631 2.795204 3.55754 2.830059 1.982341 2.049419 1.558706 2.056301 1.725747 1.96285 2.456901 2.028198 1.85475 2.421134 1.191606 2.294302 2.461065 1.685687 3.051469 2.896805 2.269506 2.450992 2.683349 2.729406 2.510476 2.939463 1.831628 1.916745 2.868563 2.072308 1.893396 2.666379 2.099338 2.990237 3.496213 2.087519 2.344591 2.84853 2.382121 2.089351 3.174751 1.852588 1.614407 2.390762 2.762558 2.488233 1.909766 1.88834 2.229561 2.304113 1.996468 2.154902 3.299836 2.712359 2.042543 2.426253 2.514483 2.71995 3.433278 2.510847 2.211054 2.031321 2.789125 1.812437 2.243021 2.481255 2.192084 2.791329 2.073565 3.142442 2.630159 2.774074 2.731643 2.581374 2.652035 1.998613 2.058947 1.68083 2.40799 2.309029 2.605974 2.178125 3.329024 3.055982 2.539583 2.13788 2.952688 3.047015 2.217143 2.306046 2.798923 2.517401 2.640458 3.174097 2.09935 2.826235 2.279556 2.468129 2.549905 2.699006 2.184419 3.044915 2.536861 2.629894 2.869553 2.460197 2.724984 2.011324 2.493259 2.706527 2.094822 2.262945 2.555706 1.972257 2.148956 2.817119 1.946248 2.906552 2.368025 1.840174 2.392011 2.879144 2.275242 2.64921 1.516943 2.657777 2.443827 2.904584 2.232699 1.782017 2.408618 2.858582 1.783973 2.638178 2.858675 2.954742 1.858091 2.431215 2.419211 2.132921 1.531045 2.513732 2.56199 2.744145 2.237239 1.653606 2.532847 2.1512 2.574103 2.123916 2.494037 2.484789 2.131875 2.489256 2.364028 2.324196 1.482702 2.888911 2.218238 1.747846 1.708234 1.742138 1.983969 2.779622 2.347075 1.819002 2.850578 2.404504 2.459578 2.896927 2.045752 2.39177 2.071918 2.269879 2.038152 1.858292 2.714399 1.994467 2.295135 2.31379 2.454906 2.437544 1.538006 2.260665 2.195751 1.782255 1.695476 2.300661 3.074719 2.46828 1.817579 2.830577 1.570866 2.290532 2.468333 2.44369 2.370082 2.451388 2.539551 1.90646 1.682294 2.904785 1.764651 1.651264 1.992813 2.459418 2.757192 1.679852 2.356575 2.901074 2.935867 1.713464 2.720475 2.213496 2.320146 2.089024 2.134301 2.845378 2.596966 2.414082 2.856666 2.545802 2.730618 2.285072 2.356217 2.845699 2.554859 2.423538 2.086697 2.080161 2.998811 2.570575 2.449572 2.275424 2.533824 2.316431 2.546652 3.085394 3.12625 2.503973 2.790673 2.637029 2.121559 2.862539 2.545433 2.461831 2.450341 1.997827 1.760142 2.394703 2.263588 2.698989 2.519525 1.985909 2.236669 2.459928 3.419894 2.709584 1.551625 2.184014 2.62853 2.315822 2.818144 3.044413 2.385706 1.795009 2.616025 2.43122 2.673194 2.213894 1.638418 1.757125 2.842385 2.823406 2.811355 2.806619 2.748089 2.016908 2.695681 2.20853 1.685383 2.067778 2.648829 2.328687 1.886869 1.271002 2.350295 2.616946 2.602129 2.563771 2.47308 1.895628 2.451196 1.748814 2.369167 4.639306 2.543121 2.779908 2.88328 2.51288 1.188731 2.543871 2.723211 1.721862 2.782284 3.56809 2.910444 2.509072 2.283694 1.945766 2.73874 1.384053 2.838089 2.49319 2.897616 2.523954 2.961025 2.520806 1.733751 2.741035 2.791975 1.914418 3.002844 2.190861 2.606609 2.180611 2.375198 2.572897 2.008801 2.93008 3.216606 3.138062 2.879876 2.776049 1.719802 2.572057 2.046372 2.465837 2.297451 2.931549 2.623205 1.174802 2.800174 2.571084 2.471721 2.377416 2.852227 2.035085 2.519573 2.21209 2.076772 2.693826 2.772075 2.888323 2.902175 2.245567 2.795239 2.77034 3.100157 2.782254 2.922763 2.79906 2.246432 1.707295 1.967408 1.973182 2.540917 3.004395 2.04742 2.480487 1.766575 2.286497 2.961185 2.43904 2.188824 2.781431 2.07449 3.04271 2.052526 1.805859 2.28358 2.381013 2.232963 2.031389 1.833121 2.323162 2.81715 1.248415 2.260619 2.050407 2.503779 2.348277 2.479596 3.269912 2.35483 2.717366 2.052763 2.236872 1.45009 2.358421 2.434554 2.468138 3.115951 2.313452 3.207041 2.721119 1.503061 2.897693 2.573388 2.595261 2.906262 2.701459 2.566048 2.165261 2.895221 2.182633 2.43524 2.597559 2.69926 2.660477 2.264051 2.247221 2.35102 2.733119 1.900737 2.55218 2.424357 2.641717 2.67094 1.992536 1.849424 2.38538 2.572227 2.252189 3.120833 2.206938 2.641582 2.258841 2.38084 2.228273 2.657021 3.432756 2.805629 2.87802 2.606242 3.527143 2.039653 2.95546 1.553857 3.325871 2.359005 3.177888 2.142939 2.080554 2.983728 2.272621 3.563524 2.923795 2.637007 2.569304 2.862874 2.712696 2.147654 1.687722 2.746201 2.93486 2.01295 2.441312 1.867875 2.304727 2.637539 2.08465 1.669361 1.8962 2.091048 2.668664 2.913105 2.419806 2.699778 2.055599 2.75334 1.542562 1.943056 3.170734 2.599512 2.138067 1.502407 2.570828 2.434366 2.817464 2.751288 2.576299 2.776845 2.376905 2.107244 2.222629 1.547212 3.103938 2.546552 2.14314 1.931335 2.096021 2.217143 2.882137 1.883583 2.800434 2.065905 2.754912 2.591773 2.488951 2.24374 2.340603 2.394627 3.199775 2.327108 2.06823 1.909179 1.974796 1.246512 2.286465 1.890721 1.90951 1.87212 3.293701 2.729612 2.098658 1.721234 2.108183 2.25962 2.522093 2.451895 2.394096 1.967165 2.235572 3.028824 2.282466 2.765405 2.78073 2.008426 2.438141 2.901059 2.103784 2.237739 2.434665 2.355556 2.647404 2.685713 2.458234 2.333865 2.086598 2.7003 1.846542 1.936028 1.942622 1.329089 2.037676 2.312883 2.388034 1.948712 1.155634 2.921409 1.83834 1.356889 2.550586 2.819949 2.910664 3.065438 2.643306 2.829553 2.139563 2.806649 2.681841 2.404526 1.210731 3.026034 2.120817 2.401594 2.258809 2.257163 2.749549 1.505685 3.507972 2.530148 2.439968 3.151429 2.664851 1.754774 2.293105 2.146642 2.251475 3.032791 2.71499 2.896971 2.273108 1.702369 2.424605 2.673422 2.60126 2.465723 3.153249 2.091501 2.870324 2.896932 2.198796 2.290599 3.169821 1.570921 3.062141 1.779971 2.385394 2.63216 2.977804 2.285984 2.898247 3.104353 2.581807 3.339503 2.146658 2.388226 2.233347 2.504258 2.555598 2.105974 2.135507 2.573322 1.922321 2.205448 2.289161 1.17039 3.025269 1.697028 3.244391 2.757479 2.134863 2.488684 1.870167 1.598949 2.787249 2.057958 2.583619 2.195837 1.930854 2.834706 2.798692 2.158133 2.993711 2.566515 3.079206 1.656348 2.310462 1.935806 2.497278 2.046503 2.839037 2.649769 2.917012 2.429899 1.943816 2.155595 2.770991 1.939398 2.080342 2.067286 2.222049 1.90486 2.857068 2.740965 2.54626 2.121292 3.27098 1.982761 1.601916 1.279684 1.971431 3.011743 2.486871 2.66587 2.380326 3.450977 2.852356 2.195836 3.758772 1.743363 2.212838 2.229435 2.178249 3.223844 2.312923 2.58033 1.766825 2.958784 2.062812 2.66035 2.26933 2.331763 2.641525 2.073941 1.24511 1.774288 1.851577 2.39287 2.910126 1.613069 2.173498 2.326848 3.166132 2.034372 2.308458 2.447143 2.392759 3.045242 1.039098 2.090188 2.530846 2.044329 2.23666 2.432643 2.134078 3.189271 2.033288 2.33623 2.99975 2.761591 2.392866 2.715138 2.44083 2.245444 2.809275 2.055883 1.995395 2.344854 2.121129 2.361182 1.536551 2.877966 1.87835 1.853748 2.06145 2.336365 3.083305 2.352323 2.045001 2.540192 2.533378 2.393119 1.739028 2.943641 2.442386 2.555461 3.211373 2.653742 1.807124 2.98955 2.296037 1.676358 3.03452 2.195531 2.274912 1.412465 2.974083 1.887177 2.801199 1.957711 2.301659 2.391 2.421545 1.538518 1.828541 3.676367 2.405757 1.732421 2.341034 2.3618 1.941458 2.543322 3.090592 2.26249 2.250155 2.720977 3.038065 3.111459 2.558049 2.180345 2.638365 2.434326 2.378427 3.198687 2.710427 2.676997 2.005166 2.578793 2.63587 1.496943 2.446677 1.870922 2.400621 2.109165 1.222572 2.326458 2.665264 2.61134 2.778911 2.418666 1.874575 2.16442 1.884036 1.913014 4.140147 2.689556 2.111367 3.319907 2.644046\n3 3.367436 3.17748 3.368189 3.14669 3.816373 4.285538 3.325331 3.316231 3.396651 2.975258 3.711961 3.064321 3.360896 3.044933 3.155556 3.122163 3.571581 3.294362 2.85699 3.176817 3.297975 3.560438 3.360878 3.649982 3.077022 3.194438 3.214054 2.915316 2.953701 3.435824 3.576472 3.672654 3.801948 3.972519 3.147899 3.779085 3.240724 3.421494 4.062058 3.373558 3.480731 3.300135 3.523875 3.753394 3.322789 3.19131 3.59049 3.308936 3.209976 3.558783 3.091521 3.797012 3.393301 4.409175 3.617429 2.662173 3.052233 3.419089 4.243991 3.703786 3.763387 3.539513 3.551315 3.60225 3.332044 3.993438 3.468515 3.761709 3.105485 3.413207 3.440187 3.452819 3.15719 3.137858 3.172034 3.791301 3.037486 3.830775 3.094005 3.051256 3.558983 3.741233 3.852203 3.142762 2.945429 3.964017 3.25426 3.009363 3.404584 3.160421 3.799626 3.434091 3.772205 3.810085 3.403081 2.83039 3.404479 3.538995 2.526531 3.469967 3.505215 2.88371 3.350527 3.510233 4.121036 3.52468 2.542359 3.794177 3.611573 3.262467 3.650888 3.294047 3.696233 3.183177 3.39406 2.747724 3.69979 3.571632 3.590279 3.479721 3.050926 3.754431 3.139659 3.367249 3.61609 2.582259 3.271615 3.177283 3.672182 3.055501 2.747318 3.313731 3.169815 3.438272 3.058275 3.24705 2.765994 3.645835 3.473788 2.70802 3.503132 3.239616 3.840938 3.72639 3.446374 3.884345 3.099504 3.974807 2.372743 3.682436 3.566173 3.366124 3.276996 3.322808 3.409086 3.811412 4.075985 3.337559 3.43972 3.569809 3.52329 2.993681 3.758178 3.220923 3.390724 3.21393 3.784309 2.692685 3.394271 3.309025 3.842063 3.455312 2.631687 2.632092 2.710734 3.876671 3.418244 3.696295 3.80408 2.777418 3.490325 3.157701 2.786889 3.621582 3.020064 3.603774 3.023191 2.870108 3.678714 3.255191 2.912892 3.168928 3.593016 3.445253 3.217114 3.195102 3.40913 3.379698 3.557048 2.707847 3.736314 2.35096 3.148898 3.469445 2.951843 3.45568 3.606545 3.500131 4.037423 3.756685 3.438183 3.418129 3.203181 3.480379 4.279074 3.722347 3.147339 2.960626 2.754611 3.264627 2.870887 2.824434 3.474863 2.888062 3.10429 3.344063 2.783528 3.366606 3.459335 2.79183 3.726095 3.41852 3.238331 3.558624 3.753409 3.72609 3.457134 3.819763 2.755239 2.915804 3.966419 2.94967 3.139231 3.735224 2.848374 4.136145 4.206804 3.206317 2.933207 3.662129 3.432988 3.165895 4.125574 2.67067 2.775413 3.179544 3.650733 3.619121 2.675844 3.013587 3.493473 3.568059 3.164544 3.295876 3.919117 3.924109 2.971725 3.405272 3.52798 3.635126 4.105353 3.585591 3.171643 3.01716 3.610152 2.792688 3.230008 3.363441 3.154399 3.769923 3.016339 3.995219 3.727102 3.509188 3.597542 3.493299 3.436023 3.084992 3.029907 2.630095 3.364257 3.486067 3.609887 3.26969 4.419684 3.839481 3.480761 2.825201 3.759752 3.889906 3.255553 3.422394 4.293597 3.629797 3.270839 3.736926 3.554217 3.755524 3.205997 3.297183 3.531334 3.787323 3.071882 4.098222 3.437966 3.771532 3.555643 3.598609 3.473338 3.127632 3.515759 3.692471 3.07909 3.226029 3.216989 2.813826 3.252683 3.615832 3.035114 3.858599 3.303399 2.873902 3.533775 3.654943 3.132589 3.703586 2.62541 3.432143 3.717964 4.096086 3.046068 2.944531 3.699275 3.569497 2.638957 3.720335 3.917399 3.726007 3.229815 3.752367 3.132298 3.313516 2.612016 3.382356 3.388762 3.680435 3.300519 2.869564 3.456525 3.108921 3.287617 3.230001 3.427082 3.559855 3.11646 3.603257 3.3421 3.314799 2.579845 3.648746 3.292285 2.656613 2.386318 2.899906 3.000589 3.408891 3.371595 2.86129 3.91713 3.062373 3.477927 4.104823 2.951893 3.142305 3.252459 3.224802 3.094002 2.970841 3.641776 2.958804 2.837842 3.120191 3.517349 3.547001 2.843498 3.07484 3.12772 2.997418 2.752339 3.138302 3.897253 3.269328 2.797594 3.722373 2.631262 3.380065 3.49968 2.932029 3.068341 3.458097 3.489591 2.579464 2.851708 3.689446 3.019897 2.591735 2.792624 3.393865 3.704628 2.778835 3.286636 3.575193 3.758721 2.770147 3.708804 3.199144 3.248857 2.783194 3.101214 3.592622 3.515973 3.280931 3.697856 3.514079 3.846407 2.856817 3.146954 3.909545 3.458623 3.347871 3.424418 2.902132 3.824877 3.657226 3.52609 3.525364 3.419533 3.548717 3.223387 4.07294 4.002486 3.298256 3.591633 3.672497 3.238974 3.824427 3.096593 3.544103 3.371387 3.038776 2.854879 3.235487 3.158049 3.459942 3.502442 3.059835 3.129586 3.440444 4.46063 3.69453 2.576283 3.070388 3.386992 3.163068 3.717534 3.823704 3.567034 2.878737 3.563556 3.087874 3.557432 3.340063 2.585054 2.833628 3.772577 3.554134 4.06328 3.699368 3.640432 3.089331 3.628666 3.182754 2.7649 3.184762 3.236209 3.504716 2.986685 2.300303 2.887472 3.743954 3.490906 3.410955 3.458364 3.133697 3.410724 2.874169 3.173019 5.447953 3.523995 3.939568 3.785556 3.442886 2.555151 3.480435 3.638652 2.912689 3.557085 4.057954 3.765391 3.582387 3.23631 3.132178 3.525316 2.432444 3.405824 3.124464 3.746983 3.677393 3.774871 3.261777 2.754905 3.445214 3.742337 2.863371 3.879424 3.003605 3.548506 2.991825 3.154749 3.312583 2.945119 3.976412 3.972241 4.126398 3.677277 3.752943 2.804267 3.724709 3.088494 3.314887 3.315048 3.789124 3.524143 2.573168 3.614794 3.548329 3.32982 3.435561 3.362427 3.098581 3.513552 3.163156 3.290233 3.701462 3.484316 3.526246 3.504674 2.756841 3.622192 3.438982 3.848597 3.751644 3.75241 3.6386 3.140249 3.042862 2.831891 3.268087 3.491286 3.918025 3.034644 3.41412 3.102669 3.154514 3.901603 3.546733 3.111227 3.841165 2.914156 3.877852 3.087543 2.670983 3.599157 3.464332 3.528349 3.175064 3.103171 3.253376 3.608936 2.330264 3.125699 3.009243 3.410743 3.369355 3.640912 4.178565 3.295283 3.762277 3.356415 3.33366 2.691641 3.256133 3.229411 3.263593 3.818257 3.225135 4.086172 3.712566 2.601487 4.111268 3.637603 3.301837 3.810895 3.519318 3.735208 3.173731 3.566559 3.058714 3.346747 3.626079 3.487678 3.524058 3.491345 3.054982 3.479642 3.628695 3.100155 3.106678 3.586501 3.405853 3.424102 2.969536 2.7191 3.319726 3.317686 3.269768 3.699924 3.14048 3.419227 3.291812 3.484387 3.157485 3.547529 4.311383 4.057341 3.685649 3.478637 4.326302 2.803432 3.455721 2.464414 3.978926 3.286542 4.032894 3.213532 3.034889 3.676252 3.501173 4.226214 3.568911 3.898335 3.54212 3.878422 3.754636 3.085164 2.954888 3.686881 3.888084 2.875808 3.311309 3.255375 3.396292 3.532489 3.215316 2.463563 2.783232 3.110532 3.473359 3.906666 3.717184 3.710755 2.812563 3.322397 2.66068 2.757532 4.200904 3.5536 3.136634 2.816572 3.496012 3.425423 3.341259 3.371266 3.448299 3.863131 3.329523 3.178867 3.309609 2.812176 3.940012 3.5484 3.264628 2.962365 3.17679 3.182788 3.737305 2.641235 3.983476 3.269717 3.63675 3.675841 3.527351 3.092324 3.353669 3.340968 3.895967 3.246606 3.10321 2.922376 2.935894 2.500839 3.469432 3.104456 2.701083 3.04959 3.931979 3.630107 3.019085 2.695292 3.165948 3.289992 3.607962 3.498561 3.457571 2.844915 3.303973 4.048637 3.370525 3.466699 3.764236 3.109249 3.360178 3.573115 3.121782 3.371679 3.598186 3.343045 3.653674 3.549714 3.277722 3.097344 2.659061 3.629477 3.026773 3.05863 3.030125 2.252772 2.962206 3.240311 2.990291 2.863084 2.795876 3.99406 2.865779 2.494504 3.631939 3.728205 3.862893 3.632612 3.173371 3.801086 3.175567 3.863304 3.661269 3.599382 2.480906 3.844008 3.155125 3.353332 3.223502 2.985674 3.51571 2.964224 3.953603 3.4971 3.400455 4.001129 3.630392 2.790711 3.160708 3.20464 3.197992 3.603306 3.630464 4.016659 3.174311 2.940473 3.312553 3.554232 3.4626 3.41304 3.857593 3.142505 3.925004 3.922614 3.01928 3.416784 4.132023 2.89469 3.915652 2.859784 3.435816 3.719632 3.866835 3.268835 4.072948 4.092797 3.680712 3.79684 3.384035 3.140367 3.437592 3.224295 3.726597 2.999173 3.175234 3.630821 2.973173 3.192892 3.292362 2.387685 3.920206 2.880689 3.878536 3.753129 2.920124 3.412562 2.883767 2.550137 3.772402 3.289021 3.712666 3.08305 2.997924 3.649369 3.742588 2.981283 3.577185 3.463052 3.923425 2.837218 3.380212 2.992797 3.669632 2.94576 3.773508 3.398808 3.793832 3.514651 3.215246 3.419495 3.778176 2.628134 3.25946 3.24195 3.204381 3.036772 3.864101 3.555487 3.553635 2.787757 4.062714 3.133113 2.680483 2.476611 3.076779 3.879462 3.424507 3.67231 3.431219 4.135989 3.39451 3.512889 4.641806 2.749817 3.203506 3.303883 3.462925 4.043515 3.310393 3.687651 2.803616 3.400817 2.750835 3.744195 3.488171 3.457832 3.477764 2.989935 2.47001 2.733636 2.816753 3.187791 3.896835 2.5581 3.349138 3.413818 3.961286 3.077129 2.948758 3.420836 3.452096 4.026576 1.641443 3.053702 3.470956 3.028128 3.102207 3.356209 3.289896 3.859155 3.11904 3.371834 3.750096 3.751684 3.209449 3.84421 3.439545 3.411024 3.314313 3.02282 2.975225 3.221657 3.066568 3.150485 2.851018 4.117052 2.668399 2.892104 3.248539 3.32669 3.830662 2.987592 2.933066 3.509 3.568555 3.172686 3.002009 3.794581 3.449771 3.513789 4.247253 3.523184 3.030185 3.576179 3.270022 2.966991 3.882577 3.13657 3.435523 2.278066 3.91654 2.989751 3.309055 3.063398 3.003867 3.200678 3.715245 2.717656 3.085949 4.287434 3.413322 2.733565 3.320901 3.289952 2.887628 3.378879 3.867096 3.521807 3.106571 3.79726 3.512874 3.808627 3.203907 3.012358 3.520072 3.422666 3.292512 4.063053 3.391585 3.336901 3.205189 3.578589 3.525915 2.782036 3.270834 2.925664 3.646169 3.006845 2.187795 3.05669 3.692512 3.54551 3.746883 3.445205 3.083198 3.219358 2.882784 2.974984 5.14784 3.595012 3.194922 4.102996 3.370995\n0 0.882354 0.505156 1.27807 0.926257 1.707092 2.146198 1.186374 1.089179 1.046708 0.596655 1.554492 1.015672 1.082073 0.897872 0.922591 1.001613 1.431183 1.025972 0.526465 1.076916 0.965541 1.25912 0.96119 1.438519 0.578642 0.787586 0.997811 0.87197 0.690743 1.006169 1.51139 1.391378 1.509337 1.689092 0.764453 1.639013 0.719677 0.940535 1.891347 1.382844 1.423193 1.062997 0.856255 1.557437 1.072975 1.153236 1.449964 1.424213 0.923561 1.489968 1.006364 1.583942 0.932445 2.543489 1.179829 0.174254 0.490977 1.136694 2.122161 1.67684 1.477471 1.544324 1.40568 1.41092 1.28897 1.970452 1.492342 1.645278 1.121499 1.125259 1.420967 1.184267 0.881724 0.962323 1.184364 1.679075 0.785478 1.246776 0.729015 0.739969 1.235714 1.488682 1.763053 1.207001 0.837506 1.98068 1.109801 0.776135 1.143529 0.988198 1.651305 1.122856 1.765043 1.408087 1.293017 0.807925 1.213787 1.171818 0.446219 0.662983 0.978366 0.556118 0.992012 1.574703 2.117419 0.946272 0.383155 1.421351 1.509045 0.898859 1.341951 1.222971 1.536204 0.817506 1.363013 0.402947 1.438698 1.132024 1.09765 1.135957 0.716571 1.33248 0.898233 1.440234 1.282011 0.61087 1.287319 0.762885 1.550764 0.699558 0.44013 0.95022 1.016061 1.352887 0.798957 1.18267 0.441696 1.262339 1.097916 0.602703 1.296893 0.890585 1.326284 1.595538 1.215739 1.435331 0.828442 1.966202 0.135508 1.554873 1.330388 0.936881 1.036725 1.252024 1.366393 1.724839 1.842111 0.952784 1.140529 1.320081 1.258643 0.837769 1.781312 1.284037 1.112642 1.002306 1.472635 0.335168 1.217459 1.012241 1.732321 1.181562 0.631534 0.200712 0.753399 1.400207 1.031514 1.426063 1.460898 0.72885 1.3564 0.900276 0.435513 1.594423 0.977346 1.356745 1.180784 0.725624 1.666552 0.859152 0.657402 1.02467 1.283575 1.517397 1.037362 0.982987 1.345641 0.96892 1.181069 0.415094 1.680907 -0.044404 0.949918 1.012334 1.064135 1.271582 1.497722 1.100567 1.998813 1.433802 1.167642 1.378018 0.796168 0.991175 2.338495 1.763932 1.033467 0.955266 0.446718 1.020489 1.075897 0.338708 1.104429 0.807906 0.912334 1.075804 0.66473 1.365087 1.577813 0.562387 1.547903 0.979828 0.753087 1.471566 1.702948 1.48056 1.07173 1.733003 0.69104 0.977973 1.980299 0.78621 0.442442 1.75798 0.590606 1.793016 1.875958 0.880737 0.516146 1.00235 1.241171 0.787643 1.794806 0.521816 1.082758 0.771523 1.167671 1.323886 0.267135 0.855992 1.588049 1.48865 0.872154 1.177359 1.718135 1.750719 0.43223 1.18388 1.410183 1.215963 1.870168 1.649284 1.117284 0.954478 1.552738 0.463307 1.114212 1.142434 0.838261 1.640067 0.539989 1.643286 1.811321 1.229369 1.726097 1.013511 1.340638 0.828242 0.601941 0.496941 0.995879 1.216948 1.190812 0.971115 2.227188 1.760625 1.162025 0.244735 1.643028 1.668736 1.12188 1.348734 2.49793 1.430286 0.590021 1.238221 1.660704 1.534093 0.865027 1.258411 1.479671 1.399018 0.619659 1.742956 1.039747 1.854007 1.227591 1.456204 1.590037 1.158449 1.37272 1.293921 0.807004 0.974503 0.59823 0.369647 1.382434 1.683918 1.06512 1.245034 1.354334 0.589129 1.384584 1.419 1.365312 1.527837 0.459537 1.038824 1.519492 2.216856 0.721692 0.800992 1.098627 1.018483 0.219219 1.733593 1.722991 1.27058 1.100548 1.578336 0.633895 1.327888 0.708595 1.196041 0.98511 1.277495 1.275992 0.703798 1.044301 0.617986 1.252924 1.152205 0.965523 1.515408 0.981995 1.257195 1.145952 1.273897 0.162645 1.563476 1.375711 0.434278 -0.143186 0.681083 0.664243 0.802793 1.189219 0.557783 2.002449 0.681956 1.366347 2.007131 0.760169 0.850925 0.971006 1.200227 0.866082 1.039678 1.464805 0.502994 0.099946 0.892522 1.365674 1.544798 0.545927 0.689266 0.76655 0.900948 0.672158 0.994217 1.498577 1.08882 0.877374 1.397083 0.348666 1.624956 1.462408 0.405974 0.726103 1.231772 1.474679 0.345378 0.602544 1.555317 0.950632 0.228959 0.379772 1.116534 1.374727 0.799032 1.295644 1.349406 1.423846 0.782521 1.479347 0.936861 0.981327 0.468496 0.436786 1.237973 1.429944 0.895447 1.729504 1.321152 1.606728 0.472359 0.872369 1.860362 1.285316 0.82456 1.335281 0.615527 1.405375 1.516417 1.128901 1.157698 1.209438 1.114119 0.756457 1.976138 1.631455 0.706866 1.465698 1.578736 1.129889 1.740945 1.004173 1.487092 1.2782 0.881027 0.677033 0.872689 0.718027 0.991275 1.160182 0.808963 0.877724 1.418556 2.169746 1.746822 0.1553 0.967438 1.132939 1.093118 1.567699 1.692885 1.707995 0.62141 1.370762 0.894014 1.040208 1.028498 0.163122 0.677567 1.518616 1.334689 1.938335 1.438997 1.152725 1.038338 1.386393 0.857297 0.559904 0.739476 1.019901 1.236315 1.131112 0.274112 0.222509 1.690498 1.305004 1.457283 1.229348 1.000637 1.240949 0.661884 0.811295 3.155942 1.561514 1.809385 1.444313 1.587689 0.151417 1.23842 1.44045 0.598748 1.420463 1.594341 1.762138 1.445217 0.677242 0.913462 1.672485 0.417939 1.06803 0.968286 1.60024 1.640409 1.782281 1.388434 0.552666 1.310067 1.445921 0.486091 1.355638 0.652292 1.504451 0.739902 0.8548 1.167705 0.500275 1.62481 1.567675 1.673835 1.429881 1.537107 0.510007 1.464789 0.752996 0.931531 1.022027 1.884216 1.227999 0.571379 1.105817 1.353513 1.11149 1.133252 1.121514 0.832981 1.292613 1.093127 1.028151 1.423329 1.228097 1.258911 1.266148 0.457382 1.341185 1.065892 1.586366 1.667578 1.598411 1.617206 0.647075 1.137745 0.799746 1.332337 1.107828 1.720671 0.67817 1.151346 1.092607 0.774325 1.743283 1.267522 0.962165 1.653963 0.568018 1.520966 0.801203 0.316242 1.157848 1.141318 1.3813 1.04848 1.134636 1.281992 1.266155 0.385519 0.798874 0.787634 1.154526 1.288571 1.643487 1.6611 1.213742 1.580592 1.095414 1.033786 0.55695 0.857209 1.133089 0.818789 1.261644 1.090739 2.29294 1.211472 0.48374 2.080102 1.608728 1.035444 1.687853 1.218579 1.610544 0.77681 1.52872 0.609012 0.878707 1.208612 1.107695 1.128178 1.339809 0.670244 1.094941 1.384548 0.655757 0.98993 1.504235 1.249321 1.310566 0.829502 0.521131 1.070891 0.827607 1.198752 1.348762 0.833929 1.385787 1.162956 1.142617 0.97494 1.21762 1.842632 1.732389 1.390508 1.188829 1.846197 0.495027 1.183829 0.232146 1.452428 0.981887 1.576458 0.996222 0.822764 1.572436 1.313265 2.012276 1.380494 1.784001 1.270662 1.733453 1.664196 1.005262 0.959841 1.520347 1.831307 0.505659 1.023775 1.078168 1.092909 1.339431 0.776743 0.598404 0.675101 0.990978 1.249449 1.525781 1.564217 1.481433 0.607544 0.960147 0.507344 0.291013 2.166604 1.424808 0.876684 0.794062 1.318767 1.383872 0.594295 0.861254 1.424406 1.66305 1.251678 1.140436 1.219415 0.821847 1.551851 1.697299 0.988762 0.942602 1.069817 1.121077 1.322441 0.509196 1.998913 1.114605 1.235576 1.498326 1.214348 0.42527 1.306432 0.947803 1.6601 0.798631 0.976693 0.549692 0.763296 0.531706 1.23566 1.13038 0.183419 0.607484 1.658157 1.376298 0.813833 0.243007 1.080088 1.430016 1.462493 1.482178 1.275169 0.278293 0.984231 1.920771 1.351564 1.225662 1.801001 0.985284 1.124803 1.55419 0.82345 0.977902 1.713079 1.331633 1.541389 1.379015 0.996549 0.806433 -0.011821 1.302402 0.947862 0.841808 0.522188 0.136622 0.638063 0.886496 0.383715 0.60136 0.941109 1.799938 0.502142 0.400832 1.32507 1.143696 1.446089 1.298894 0.853041 1.645393 1.066496 1.828235 1.484565 1.83597 0.290198 1.742454 1.107057 1.136345 0.927157 0.888779 1.378263 0.861882 1.435289 1.478391 1.257564 1.888575 1.310409 0.51707 0.802489 1.049697 1.128793 1.081144 1.569243 1.934013 0.753858 0.601051 1.022403 1.503347 0.870341 0.824117 1.719859 1.09501 2.047643 1.715304 0.814998 1.181677 1.73839 0.662356 1.90492 0.485777 1.446279 1.505402 1.468256 1.084823 2.029115 1.794301 1.49646 1.455315 1.324338 1.013259 1.676216 0.966156 1.190171 0.736504 1.271234 1.495521 1.001152 1.191558 0.95155 0.114493 1.872911 0.683082 1.587178 1.657741 0.537305 1.394468 0.840977 0.416262 1.496315 1.097197 1.701651 0.603988 0.802564 1.16917 1.564384 0.789168 1.464436 1.171635 1.731141 0.585781 1.199276 0.832751 1.525315 0.842263 1.6674 1.25885 1.319004 1.473423 1.160536 1.402833 1.547125 0.446202 1.02662 1.092364 1.065032 0.908849 1.638356 1.305778 1.5821 0.169128 1.884568 1.211309 0.532077 0.39247 0.869461 1.334247 1.333741 1.132854 1.137517 2.10639 1.239618 1.28857 2.383389 0.331766 1.227827 1.056204 1.533393 1.684005 1.194691 1.436615 0.307018 1.047051 0.418156 1.572525 1.603265 1.39019 1.255787 0.711961 0.112192 0.358931 0.78917 0.845288 1.817737 0.576922 1.123471 1.337921 1.956886 1.060661 0.881964 0.966744 1.359402 1.877534 -0.710801 0.602619 1.148982 0.887439 0.821454 0.873358 1.139325 1.422195 1.144953 1.340929 1.292811 1.577924 1.002254 1.38267 1.206256 1.187717 1.043936 0.430332 0.503401 1.360965 0.840684 1.351952 0.818843 2.034538 0.439663 0.670685 0.99122 1.179128 1.531439 0.682519 0.630488 1.229547 1.443837 0.859184 0.657327 1.455984 1.172665 1.074903 2.263759 1.138893 0.824624 1.050253 1.088516 1.029697 1.596779 1.116528 1.310912 0.145511 1.857898 0.695523 0.859024 0.842841 0.701618 0.751583 1.977336 0.682424 1.081005 1.911851 1.314606 0.432345 1.237462 1.13857 0.74124 1.151511 1.686568 1.502384 0.592542 1.741044 0.995499 1.380662 0.744956 0.676282 1.288868 1.303519 1.252237 1.869838 1.053729 0.952983 1.036874 1.252349 1.309325 0.567986 1.034144 0.524895 1.571423 0.879576 0.169362 0.65957 1.480449 1.271354 1.536037 1.126183 0.883649 0.921714 0.72951 0.79143 2.981664 1.64279 0.999912 1.966861 1.213762\nĐ 0.26937 0.877232 0.037246 -0.082395 0.056865 -0.17361 0.062863 -0.192044 -0.082816 0.018115 -0.180518 -0.140083 -0.195698 -0.096563 0.130298 -0.316198 0.222867 -0.315091 -0.069282 -0.099992 -0.108673 -0.282481 0.703838 -0.462663 -0.384835 0.280983 -0.288032 0.195458 0.357001 0.361798 0.459601 -0.173414 -0.156551 0.107533 -0.040692 -0.190903 0.056511 -0.076152 0.161603 0.116399 -0.061534 -0.011897 -0.085847 0.268536 0.206667 -0.556876 -0.316108 -0.581722 -0.043682 0.399975 -0.295575 -0.363668 -0.048807 0.305912 0.253999 -0.085308 -0.05408 0.080941 0.4154 -0.038571 0.043201 -0.18579 0.189677 0.218502 0.388653 0.255024 -0.103176 0.445238 -0.111874 0.012926 -0.284027 0.175272 0.198116 -0.148512 -0.171981 0.177938 -0.339131 0.527215 -0.306446 -0.020544 0.38576 0.540923 0.251659 0.293462 -0.200417 0.366345 0.062206 -0.10297 -0.363824 0.228735 -0.395716 -0.702604 -0.076858 -0.081347 0.525354 0.029046 -0.066406 -0.093611 -0.067886 0.180996 0.130179 0.042933 -0.282967 0.048587 0.345581 -0.160806 -0.214141 0.274036 0.251068 -0.142995 0.543199 -0.054581 -0.234419 0.34946 0.038956 -0.282482 0.056186 -0.038115 0.21049 0.214983 -0.207945 0.369465 -0.134997 0.005483 -0.081518 -0.379069 0.236515 0.049473 -0.47419 0.11267 -0.021892 -0.713489 -0.025609 -0.156801 0.147616 -0.595864 0.124009 0.066799 -0.253491 -0.148028 0.394885 0.213115 0.179069 -0.049094 -0.027111 0.355221 0.303567 0.327871 -1.004571 -0.037084 -0.173255 0.336279 0.052743 0.079649 0.228534 0.147904 0.103161 0.054203 0.586798 0.344008 0.217653 -0.249713 0.581347 -0.055113 -0.118515 -0.158292 0.088327 0.131893 -0.210947 0.154376 0.3385 -0.259126 -0.304179 0.056308 -0.473827 0.264226 -0.551106 0.126149 0.387665 -0.307485 -0.144369 0.121803 -0.512804 0.175292 -0.624237 0.07212 -0.092512 0.245424 0.035259 -0.04818 0.120967 -0.24712 -0.088159 0.226214 -0.187233 -0.09448 0.075531 -0.1502 -0.436116 -0.183376 0.138218 0.088866 -0.124468 0.01571 0.048799 -0.205653 -0.137921 0.118895 0.937161 -0.039232 0.160176 0.073235 0.206266 0.120429 -0.03554 0.556516 -0.164143 -0.190304 -0.27677 -0.266205 -0.170306 -0.631234 -0.091562 -0.23831 -0.181268 -0.1665 -0.185689 0.029223 0.110586 0.388831 0.104338 -0.034901 -0.318173 -0.268994 -0.188259 0.072059 0.112993 -0.225343 -0.227371 -0.078029 0.136912 0.263157 0.292547 0.435537 0.025207 0.108719 0.426008 -0.067598 -0.199789 0.161133 -0.235989 -0.333543 0.415944 -0.088351 -0.010071 -0.431729 0.020882 -0.034027 -0.12942 -0.128411 0.267362 -0.10691 -0.643711 -0.346916 0.061447 0.391851 0.066631 -0.280715 -0.120979 0.383715 0.663053 0.246207 -0.022113 -0.009701 -0.316236 -0.070915 0.311544 0.599084 0.134623 0.016944 -0.209064 0.226131 -0.061608 -0.118894 0.344891 0.086036 0.243037 0.138772 -0.220828 -0.982217 0.190667 0.295804 0.166301 0.470199 -0.106849 0.19246 -0.190613 0.316617 0.183197 0.110203 -0.04589 0.121824 -0.276032 -0.015886 0.188431 0.25769 -0.344778 -0.082865 -0.152432 -0.067771 0.11703 0.150461 -0.063684 0.464585 0.060334 0.162663 0.028568 0.432227 -0.122759 -0.123513 0.052346 -0.045638 0.188123 0.490903 0.477832 -0.079222 0.054988 0.061135 -0.226474 -0.176507 -0.229637 0.069464 -0.096896 -0.029888 -0.34905 -0.036273 -0.504364 0.167805 -0.060338 0.210566 0.185479 -0.101308 -0.096322 0.107539 -0.27008 0.106672 0.328014 0.627453 0.069644 0.039286 0.298918 0.236959 -0.200735 -0.1607 0.299763 0.019211 0.050566 0.465268 0.347262 0.209042 0.069667 0.209553 0.009827 0.102585 0.298972 0.008257 0.211365 0.319315 -0.979935 -0.248609 0.166698 0.025328 -0.220927 -0.215617 -0.450909 -0.00434 0.1663 -0.647535 -0.155601 0.086237 0.3502 0.196569 0.30952 -0.085131 -0.338406 -0.049299 -0.366135 0.138879 0.11307 -0.008002 0.342526 -0.335204 -0.126785 0.155033 0.315907 -0.057776 -0.274146 -0.277681 -0.148313 -0.365928 -0.381347 0.08419 -0.269266 0.147005 -0.048727 0.284136 0.106512 -0.152855 0.304398 -0.342162 0.16598 -1.189468 0.055686 0.114744 -0.097553 -0.116988 -0.354437 0.473007 0.184159 -0.539747 0.13451 -0.16107 0.443137 -0.260055 0.186365 -0.180145 0.297671 -0.392704 0.444092 -0.073727 0.327606 0.025313 0.074242 0.225897 0.279505 0.257982 -0.060005 -0.131063 0.112336 0.031974 -0.142325 -0.044603 0.370918 -0.281494 -0.120512 0.13904 0.111964 0.261495 0.073956 1.070403 0.241436 -0.209983 0.197011 0.551499 0.047338 0.356584 -0.308249 -0.518801 -0.11465 0.394868 0.48799 0.168478 -0.153132 0.007793 -0.198301 -0.208351 0.009858 -0.138842 0.334493 0.513862 0.1057 -0.328275 0.355357 -0.014903 -0.359031 0.121863 -0.361242 -0.904539 0.037457 0.182073 0.28689 0.066554 -0.330686 -0.381904 0.375314 0.566716 0.309231 0.444733 -0.110659 0.018601 0.540026 -0.129786 -0.000603 0.16562 -0.082319 0.119015 -0.312597 -0.133088 -0.045168 -0.143862 -0.206802 0.568814 -0.199318 -0.057057 -0.308178 -0.04968 0.298277 2.345111 -0.230271 -0.15889 0.344906 -0.19675 -0.064704 0.466198 -0.140716 0.415868 -0.070591 -0.030492 0.12803 0.08123 0.033684 -0.19785 -0.457549 -0.139665 -0.030114 0.236721 0.049935 -0.344299 -0.139556 0.116192 0.243163 -0.068872 -0.361656 0.316494 0.457948 -0.672521 -0.067512 0.091146 0.07965 -0.045478 0.385143 0.578964 0.688959 -0.062643 0.244907 0.388357 -0.571486 -0.64772 -0.186195 0.295146 0.345352 -0.080755 0.008559 -0.165635 0.31528 0.829917 0.575635 -0.385093 -0.254106 -0.121065 -0.004205 -0.02011 -0.39639 0.146246 -0.035729 0.07512 -0.018321 -0.689442 -0.40974 -0.534187 0.500745 0.230822 -0.136251 -0.499224 0.610429 0.080825 0.232556 0.006371 0.247542 0.151322 0.013794 -0.141267 -0.275659 -0.081982 0.534263 -0.073733 -0.432524 0.745388 -0.060251 0.161882 0.025971 -0.164578 0.511854 -0.117081 1.018115 0.039345 0.174992 -0.091897 0.093438 -0.226129 -0.506567 0.013296 -0.25137 -0.110133 -0.052395 -0.066735 0.308065 -0.039051 0.392777 0.374904 -0.190621 0.056506 0.318755 0.51631 -0.458406 0.408323 0.634132 -0.063765 0.143169 0.152842 0.291462 -0.349126 0.058757 0.019209 -0.238706 0.217018 -0.201905 -0.355734 -0.300411 0.14829 0.479263 0.402912 0.029063 0.077497 0.19317 0.276534 -0.474972 -0.560362 -0.041719 0.031204 -0.180441 -0.158185 -0.254259 -0.207992 0.089264 -0.331362 -0.31471 -0.456851 -0.458591 0.207183 -0.207621 0.169668 0.599397 0.442044 0.686441 0.205841 -0.485701 0.730167 0.158447 -0.00577 -0.490575 -0.298963 -0.338517 0.200499 0.429059 0.035737 -0.596817 0.377663 0.026798 -0.079095 0.52682 0.013465 -0.182257 -0.527017 0.175828 0.281253 0.181292 0.100824 0.189284 -0.157079 0.028905 0.160321 0.073304 -0.356741 -0.516929 0.053106 -0.396691 0.331749 -0.770424 0.412611 0.235629 -0.496592 0.088416 0.140803 -0.322825 0.483674 -0.224393 0.09656 -0.329432 -0.191829 0.032482 0.252216 -0.200388 0.103975 -0.03646 -0.227997 0.210389 -0.256945 -0.040182 -0.035543 -0.390905 -0.031483 0.483084 0.220822 0.069307 -0.055128 -0.006389 0.23262 -0.13311 -0.273616 0.577668 0.325236 0.14302 -0.020215 0.330885 0.650629 -0.28008 0.12124 -0.254477 -0.044204 -0.543011 -0.295652 0.306738 -0.314734 -0.262023 0.043836 -0.254743 -0.321244 0.09044 0.029837 -0.288753 0.19317 0.079933 -0.098076 -0.393844 0.153239 0.177393 0.132735 -0.32674 -0.226029 -0.405203 -0.332479 0.013816 0.548038 -0.075117 0.43315 -0.144634 -0.202781 0.283854 0.308626 -0.530394 -0.091036 -0.157093 -0.282676 -0.028729 0.312874 -0.234737 -0.350026 -0.112818 0.179998 -0.13735 -0.309431 -0.199816 0.080511 -0.300848 -0.217824 0.318613 0.385692 -0.292777 -0.398242 0.069252 0.426211 0.250365 0.196438 -0.182382 -0.155004 -0.251283 -0.399935 0.336354 0.386983 -0.332404 0.050468 -0.063037 0.169495 -0.164917 0.023731 0.707809 0.175139 0.067964 0.0422 -0.105736 -1.288262 -0.190596 0.150795 -0.32843 0.034663 -0.043664 0.123567 0.06211 -0.174705 -0.005033 -0.124861 -0.056241 0.267304 -0.332961 0.224068 -0.010958 0.534732 -0.410883 0.069827 -0.272715 -0.001031 0.281245 0.100805 -0.067668 0.40747 0.749665 0.105435 0.460096 -0.157523 -0.008267 -0.486571 -0.07078 -0.109677 -0.050383 0.617505 0.649289 -0.708332 0.383493 0.291187 -0.138362 0.182594 0.102717 0.464273 -0.294379 0.189904 -0.371312 0.340791 -0.363246 0.302695 -0.111014 0.212017 -0.224306 0.217107 0.00412 -0.105384 0.254398 0.239332 0.525501 0.611264 -0.131772 -0.507297 0.031458 0.060216 0.044419 -0.125758 0.29953 0.062126 0.693375 0.41389 0.612276 -0.237371 0.233191 0.221906 0.246444 0.192124 0.514729 0.073635 0.031833 0.094387 -0.633253 0.255659 0.262491 0.000315 -0.250251 -0.527551 -0.562259 -0.363806 0.088673 -0.26105 -0.181914 -0.192351 0.630788 0.448451 0.128733 0.035973 -0.687431 -0.527997 -0.069797 0.034148 -0.164283 -0.208007 0.351014 -0.010396 0.177141 0.329365 -0.059698 0.387232 -0.042068 -0.212796 -0.358804 -0.601241 -0.660205 -0.284926 -0.309895 0.276872 0.388012 0.000626 -0.291088 -0.248229 0.933937 -0.347033 -0.025669 -1.879787 0.106598 0.435155 -0.388736 0.341727 -0.612995 0.131878 -0.284011 -0.798505 0.74361 -0.175258 0.415429 0.034483 0.184836 0.228212 0.504371 -0.046889 0.030056 -0.299972 0.273535 0.224719 -0.646187 0.2972 0.670435 0.27063 -0.261567 0.117081 -0.069619 0.166564 0.326237 -0.391055 0.453774 -0.617613 -0.523484 0.190529 0.583123 -0.016477 0.030042 1.160374 -0.137926 -0.720633 0.144422 0.234546 0.488092 0.351275 -0.413964 -0.473888 -0.351783 0.199435 0.456925 -0.399064 -0.253676 -0.173403 0.172828 -0.457901 -0.080061 -0.241903 0.375042 0.136162 -0.395358 -0.343026 0.610271 -0.150786 -0.399275 0.526083 -0.258645 -0.872198 0.207168 0.274684 0.100042 -0.173538 -0.101323 -0.12228 0.50736 0.426316 -0.267987 0.753903 0.153643 -0.011105 0.042308 0.21542 0.082393 0.043755 -0.152155 0.003146 -0.31002 -0.257077 -0.038539 -0.390607 -0.244348 0.534957 -0.527916 0.072935 0.135191 0.124678 0.118037 2.136953 -0.269937 -0.447505 0.093251 -0.25456\nó 0.096387 0.016796 0.12103 0.003489 0.047603 -0.161483 0.018924 -0.318772 0.138418 -0.153722 -0.173189 -0.01959 -0.074765 -0.078295 0.125941 -0.316168 -0.09389 -0.206958 -0.328883 -0.481057 0.026672 -0.061409 -0.116012 -0.171235 -0.080245 0.142504 -0.213066 0.012875 0.12013 -0.245025 0.187362 -0.116188 0.234936 0.095043 0.289341 -0.433928 0.112526 -0.360808 0.333432 -0.054961 -0.034495 0.118768 -0.165285 0.435222 0.262668 -0.275581 -0.077365 0.258649 0.000881 0.158213 -0.416214 -0.077284 -0.03674 0.200883 0.000202 -0.025812 -0.094189 0.000932 0.091671 -0.245773 0.385574 -0.009737 0.076582 0.147312 0.012553 0.441195 -0.065895 0.300863 0.085057 0.046982 -0.597633 0.095855 0.001586 0.083815 -0.182724 0.108293 -0.44991 0.275993 -0.167918 -0.4172 -0.022268 0.074059 0.12488 -0.042932 0.19195 0.202829 0.052161 0.038178 -0.325271 0.098929 -0.319247 -0.250367 0.101715 -0.050117 0.495582 -0.334854 -0.150493 0.076974 -0.088724 0.213825 0.300049 -0.172274 -0.148175 -0.259316 0.122212 0.178422 -0.458155 0.473938 -0.169903 -0.267597 0.318453 -0.188491 -0.099135 0.421851 0.216191 -0.513232 -0.060057 0.117279 0.072494 0.206502 -0.191442 0.340607 0.003366 0.61528 -0.451823 -0.26446 0.046014 0.063652 -0.434139 -0.272954 0.056085 -0.031373 -0.15508 -0.127199 0.022973 -0.665373 -0.487331 0.041907 -0.100713 -0.095358 0.228295 -0.146273 0.121594 -0.113435 0.054612 0.414668 -0.059845 -0.243899 -0.805135 0.128988 -0.221278 0.018342 0.090584 -0.068245 0.211061 0.203571 -0.126176 0.309059 0.127763 0.29621 -0.115587 -0.193534 0.470958 -0.199272 -0.041561 -0.085975 0.103873 0.118719 0.057182 -0.053485 0.147736 -0.011201 0.089238 0.259249 0.207777 -0.14868 -0.086667 0.506078 0.399777 -0.159998 -0.045412 0.591538 -0.603211 0.297061 -0.373546 0.152636 -0.119121 -0.009918 0.342648 -0.099328 -0.08467 -0.182147 -0.17308 0.179491 -0.137644 0.080867 0.337208 -0.214708 -0.161691 -0.039619 0.245463 0.19766 0.000922 0.106114 0.013313 -0.206591 -0.125968 -0.024204 1.087975 0.002316 0.438867 0.334882 0.124478 0.05323 0.121784 0.194105 -0.050632 -0.669133 -0.304102 -0.412329 -0.264372 -0.518756 0.285955 0.254445 0.318031 -0.226925 -0.181719 0.117809 0.25925 -0.427865 -0.327529 -0.04249 -0.217518 -0.160558 -0.169182 0.126229 -0.133917 -0.107848 -0.218205 0.37274 0.155369 0.387801 0.197771 0.21093 0.267664 -0.150293 0.228226 -0.508133 -0.424596 -0.509568 -0.279166 -0.299446 0.283407 -0.011312 0.267989 -0.40414 -0.013754 -0.339424 -0.022161 0.480187 0.041834 0.240829 -0.132309 -0.322665 0.219002 0.15252 0.278806 -0.113214 -0.062451 0.012213 0.548887 -0.054761 -0.099712 -0.548914 0.144185 -0.147365 0.021705 0.050558 -0.188031 0.130808 -0.369047 -0.038938 -0.04355 0.324339 0.14785 0.311707 -0.199314 -0.220962 -0.09647 -0.24831 0.341126 0.317356 -0.317767 -0.023593 -0.369321 0.289106 -0.642402 0.061872 0.084559 0.145684 0.01091 -0.177177 -0.332047 0.235742 0.380866 -0.161972 -0.044529 0.063369 -0.152566 0.028327 -0.102027 0.124517 -0.080192 0.150604 -0.073601 -0.364261 0.519757 0.523379 -0.324412 0.052972 0.16008 0.38297 0.119245 0.198624 0.026 0.035367 -0.19195 -0.095711 0.34397 -0.108006 0.072624 0.168917 -0.003511 -0.157481 -0.218711 -0.038118 -1.694506 0.116356 -0.185433 -0.169746 0.026093 -0.157508 0.374697 0.01007 -0.106815 -0.091318 0.292131 0.107624 -0.28831 0.127458 0.111176 -0.036244 -0.001545 0.217534 0.038213 -0.032403 0.146594 0.141332 -0.045276 -0.025038 -0.036369 -0.131087 -0.200612 0.058265 -0.054428 -0.583548 -0.370781 0.093845 -0.861157 0.034002 0.100007 0.259748 -0.226867 -0.230646 -0.268215 -0.25448 0.079607 -0.823226 0.043105 0.064163 0.211033 0.02633 -0.008514 -0.129298 -0.154758 -0.156265 -0.080321 0.055741 0.112583 0.065261 0.262816 -0.293151 -0.061707 0.276644 -0.025583 -0.244042 -0.07565 -0.039214 -0.405559 -0.276726 -0.170672 0.038711 0.064635 0.227893 0.154626 0.441477 0.083621 -0.087639 0.389324 -0.019899 0.279358 -1.427852 0.1357 0.199961 -0.454246 0.038251 0.003453 0.399775 -0.059487 -0.049577 -0.302033 0.147408 0.19378 -0.196173 0.009135 0.050473 0.1962 -0.153429 0.22939 0.209211 0.378648 0.249259 0.005907 0.310855 0.239075 0.163721 -0.045723 -0.36001 0.291302 0.080832 0.033931 -0.182547 0.218789 -0.292155 -0.001673 -0.245065 -0.096929 0.32385 0.372973 1.181719 0.274602 -0.293601 -0.021747 0.199642 -0.233139 0.144493 0.093376 -0.175031 -0.068631 0.034674 0.439266 -0.1393 -0.279653 -0.049588 -0.145454 0.339834 0.221622 -0.165314 0.131234 0.201898 0.042575 -0.35083 0.09857 0.074893 -0.228289 -0.012584 -0.240116 0.030019 0.341239 -0.106089 0.307743 0.032352 -0.19495 -0.229639 0.290134 0.223003 0.131995 0.07833 0.238821 -0.034913 0.607584 -0.221543 0.033166 0.041197 -0.189446 -0.333475 -0.033495 0.032876 0.009926 0.246146 -0.164733 0.18599 0.030481 -0.145771 -0.125668 -0.01404 0.268165 2.46083 -0.077505 -0.064219 0.212868 -0.137879 -0.158434 0.15581 0.006801 -0.052991 -0.080148 -0.183849 -0.114743 0.026529 0.109697 -0.476814 -0.149051 -0.061159 0.040889 -0.129638 0.066161 -0.086208 -0.157447 -0.202307 -0.068474 -0.63465 -0.091149 -0.083884 -0.083937 -0.091527 -0.028341 -0.111562 -0.148793 0.066993 0.379442 0.26394 -0.054114 0.093189 0.354969 0.483759 -0.001608 -0.3379 0.105917 -0.214078 0.297732 -0.084465 -0.040194 -0.142299 -0.070518 0.322559 0.581838 -0.244042 -0.136833 0.116763 -0.034543 0.125232 -0.133994 -0.136189 0.183914 0.272595 0.127561 -0.505041 -0.339388 0.12324 0.025698 -0.186454 0.157944 -0.117071 0.131343 -0.098249 0.151134 0.292158 0.047165 0.298688 -0.103285 0.162834 -0.495595 -0.059628 0.057158 0.163476 -0.090198 0.410051 -0.181464 0.095818 -0.019847 -0.064059 -0.050833 -0.277114 0.17204 0.310116 0.272837 -0.047546 -0.081526 -0.032642 -0.242813 -0.094092 -0.195452 -0.010468 -0.018502 -0.22206 0.787953 -0.223242 0.177208 0.171231 -0.20725 0.314467 0.385146 -0.016566 -0.412991 -0.22234 0.43397 -0.050823 -0.234826 0.375338 -0.198409 0.080255 0.289322 -0.236127 -0.155934 0.304264 0.19887 -0.543876 0.045844 0.006975 0.099719 0.047105 -0.014366 0.293899 -0.018564 0.510896 -0.485839 -0.206908 0.065313 0.226979 -0.184634 -0.301918 0.095421 0.045528 0.092946 -0.38418 -0.257467 -0.677609 -0.525358 -0.226398 -0.131023 -0.075696 0.168829 -0.158063 0.219872 -0.162779 0.200209 0.5835 -0.096841 0.032111 -0.706382 -0.017017 -0.037919 -0.255592 0.226155 -0.029651 0.053835 0.383927 -0.055507 -0.08347 0.224376 0.277346 -0.192582 -0.169089 0.37104 0.047057 0.128513 -0.131329 0.343473 0.176354 0.426707 -0.045748 0.170717 0.046101 0.142276 0.275294 -0.252061 -0.129566 -0.355969 0.448674 0.093876 -0.214393 0.348446 0.262842 -0.738216 0.382447 -0.20346 0.547388 -0.116444 -0.077307 0.234034 0.138606 -0.129104 0.126858 -0.069922 -0.197571 0.121696 0.128624 0.27537 -0.179474 -0.155017 -0.141566 0.37935 0.190545 0.014075 0.182063 -0.10153 -0.010271 -0.288382 -0.148765 0.774889 -0.056493 0.393142 0.3114 0.206131 -0.029394 0.225012 0.366202 -0.157384 -0.38572 -0.375845 -0.274932 0.006793 -0.658436 0.351366 0.020549 -0.026204 -0.304948 -0.173854 -0.115348 0.255475 -0.165482 -0.449996 -0.179541 -0.24664 -0.037373 -0.147931 0.026777 -0.150481 -0.106796 -0.312748 0.275579 0.208173 0.405042 -0.066322 0.27839 0.113846 -0.124631 0.144906 -0.224314 -0.438557 -0.692668 -0.084587 -0.379983 0.012341 0.338191 0.145518 -0.40453 -0.254295 0.111151 -0.338771 -0.021024 0.146748 0.376801 -0.061786 -0.326226 -0.219482 0.118215 0.167214 -0.000192 -0.217156 0.154717 0.260555 -0.146757 -0.016997 -0.37808 0.106352 -0.035382 0.078237 0.287242 -0.047587 0.021529 -0.26302 -0.249441 0.040388 0.166563 -0.067249 0.322254 -0.152864 -0.2019 0.189763 -0.721567 0.174862 0.162761 -0.410541 -0.135276 -0.142918 0.225653 -0.25942 -0.022412 0.303825 -0.175284 -0.067224 0.289464 -0.36332 0.154668 0.395424 0.061086 -0.346049 0.115441 -0.145003 -0.070921 0.151562 -0.105741 0.072615 0.239974 0.115863 -0.321833 0.495876 0.401346 -0.436105 -0.209951 0.230043 0.1872 0.158606 0.275444 0.044932 0.189161 -0.154237 -0.224595 0.180254 -0.006272 -0.110421 0.39049 0.086803 0.189858 -0.174791 0.087113 -0.76526 0.172248 -0.162684 0.208943 -0.065995 0.048499 0.576069 -0.150825 -0.128333 0.052918 0.258023 0.164709 -0.138034 -0.001774 0.355393 -0.18479 -0.038209 0.099132 0.096354 -0.12491 0.375498 -0.116684 0.45605 0.035263 0.042717 0.238944 -0.345412 0.06436 0.147075 -0.323693 -0.171655 -0.180498 -0.785222 0.093869 0.006514 0.109304 -0.228722 -0.408644 0.02377 -0.279032 0.060554 -0.365893 0.059328 0.055171 0.029503 -0.065375 -0.158439 0.144752 -0.061325 -0.32255 -0.178297 0.38951 -0.070299 0.292102 0.205845 -0.214594 0.129217 0.470524 0.050599 0.103279 0.318804 -0.166572 -0.222219 -0.336167 -0.605058 -0.106255 -0.199436 0.126589 0.361963 0.238428 -0.056298 -0.071297 0.254806 -0.027764 0.000666 -2.158876 0.142348 0.304846 -0.464723 -0.23669 0.079748 0.132423 -0.012221 -0.147867 -0.289024 -0.133287 -0.032567 -0.104881 0.001801 -0.18692 0.160103 -0.173733 0.144445 0.249585 0.088464 0.212751 -0.285284 -0.021084 1.889132 0.088537 -0.139764 0.04199 0.149869 -0.242435 -0.0741 -0.52113 0.273279 -0.130759 -0.157984 -0.103488 0.098352 -0.034945 0.384965 1.441348 0.016114 -0.401322 -0.217131 0.108478 0.056857 0.234247 0.006888 -0.103186 -0.089892 -0.041919 0.303612 -0.128089 -0.484986 -0.225489 0.061356 0.194835 0.087374 -0.037751 0.185309 0.082614 -0.045804 -0.446824 0.006849 0.026045 -0.119578 0.256723 -0.21478 0.040823 0.220734 0.199297 0.235201 -0.25265 0.042348 -0.084133 0.365613 0.012795 0.130603 0.375404 0.003613 0.017954 0.406964 -0.123705 0.174543 -0.085929 -0.023109 -0.21072 -0.060095 0.239314 0.080268 0.100609 -0.311529 0.238863 -0.221156 0.036595 -0.041564 0.290768 0.230361 1.803482 -0.043236 -0.11969 0.135944 -0.019421\nl 0.184414 0.21009 0.013526 0.052316 0.115074 -0.071978 0.031367 -0.104995 -0.069923 0.03479 -0.119779 0.010535 -0.235225 0.059526 0.184828 -0.224787 0.018328 -0.254857 -0.247659 -0.305457 -0.10043 -0.041066 0.078504 -0.252174 -0.125026 0.117609 -0.121731 0.192046 0.042466 -0.099033 0.296464 0.021931 0.124107 0.019946 0.079518 -0.156732 0.090208 -0.39327 0.358812 -0.030267 -0.012948 0.17183 -0.258274 0.410962 0.246735 -0.479306 -0.015958 0.156454 -0.000167 0.326719 -0.42103 0.009085 0.144637 0.016081 -0.010318 -0.108634 -0.117064 0.167334 0.248955 0.012924 0.303673 -0.112679 0.051525 0.049829 -0.055188 0.479198 0.030955 0.227685 -0.046987 -0.156592 -0.562605 0.1561 0.143898 0.136418 -0.130216 0.10128 -0.318987 0.319224 -0.073117 -0.246829 0.003294 0.343205 0.022857 0.076375 0.116033 0.13883 -0.090355 -0.166069 -0.397917 0.056918 -0.318672 -0.211233 -0.043053 -0.118798 0.586792 -0.084319 -0.284921 0.1044 -0.295767 0.095449 0.327695 -0.200845 -0.176538 -0.008095 0.198049 0.087734 -0.414886 0.297972 -0.366432 -0.241198 0.391281 -0.003674 -0.133724 0.314919 0.117701 -0.407125 0.103083 0.039796 0.153803 0.214419 -0.233916 0.208683 -0.151866 0.41734 -0.533275 -0.208972 0.090493 -0.054928 -0.394044 -0.137518 -0.164216 -0.176307 -0.260282 -0.021811 0.126109 -0.734539 -0.372082 0.101798 -0.212293 -0.091729 -0.016849 0.056182 0.179436 -0.035669 0.178517 0.229134 -0.13011 -0.204241 -0.825524 0.141641 -0.169794 0.020714 -0.01038 0.202343 0.203932 0.295143 -0.115967 0.32571 0.128046 0.335754 0.086657 0.152804 0.380207 0.068568 0.087298 -0.127106 -0.05008 -0.015371 -0.120099 -0.045 0.345032 -0.130918 0.113479 0.35034 -0.004348 -0.097535 -0.129623 0.253804 0.369418 -0.185142 -0.049172 0.320259 -0.61216 0.263539 -0.438229 0.168013 0.072255 0.075377 0.226653 -0.119437 -0.221412 -0.254065 0.008877 0.046887 -0.023705 -0.115742 0.254784 -0.108347 -0.222885 -0.018265 0.332643 0.183902 0.007828 0.05275 0.104887 -0.269275 -0.113562 0.114959 0.977224 -0.062369 0.262581 0.168075 -0.165197 0.164758 0.145575 0.144144 0.126425 -0.321507 -0.343898 -0.320815 -0.073599 -0.559443 0.221171 0.174694 0.336263 -0.104199 0.001464 0.095853 0.212023 -0.168438 -0.328342 -0.085292 -0.293215 -0.233178 -0.125861 0.172579 -0.093378 -0.058375 -0.203242 0.287201 0.092213 0.384018 0.087283 0.139888 0.156221 -0.197411 0.226271 -0.433065 -0.332458 -0.373813 -0.292524 -0.300092 0.306032 -0.116047 0.305396 -0.274003 -0.070937 -0.324402 -0.012801 0.406178 -0.147092 0.169267 -0.204624 -0.176157 0.323765 0.149608 0.234963 -0.186813 -0.047667 0.102856 0.554069 0.048894 -0.136776 -0.41016 0.043859 -0.224318 0.021365 0.10071 -0.061816 0.180949 -0.169168 0.075701 0.00843 0.27206 0.219494 0.110102 -0.234134 -0.155511 -0.027436 -0.302578 0.157494 0.283377 -0.101439 0.16687 -0.170111 0.491981 -0.466109 0.113692 0.025957 0.179734 0.078035 -0.106236 -0.230595 0.240481 0.34151 -0.153975 0.017381 0.027651 -0.174258 -0.025657 0.105655 0.048446 -0.298861 0.318446 -0.059143 -0.193815 0.350508 0.378739 -0.128099 0.071701 -0.090352 0.392152 0.088298 0.011348 -0.153609 -0.041738 -0.343239 0.025764 0.184302 -0.262016 0.038461 0.162301 0.022442 -0.055599 0.01545 -0.139017 -1.688217 0.07304 -0.124063 -0.221121 0.012781 -0.032345 0.258587 0.043265 -0.168509 -0.014072 0.296579 0.013794 -0.214112 0.008761 -0.132798 0.198487 0.025457 0.133532 0.13733 0.018519 -0.01778 0.088705 -0.08739 0.014323 0.027901 0.001876 -0.1435 0.151165 0.010042 -0.528745 -0.259661 0.14772 -0.829698 -0.009285 -0.017766 0.20342 0.045634 -0.053709 -0.413879 -0.084449 -0.140538 -0.651487 -0.115615 0.063486 0.222875 -0.006417 0.027269 -0.190544 -0.054755 -0.171828 -0.187756 -0.196848 -0.072768 0.048498 -0.028776 -0.248187 -0.018296 0.22457 -0.055655 0.003979 -0.089106 0.052449 -0.279982 -0.237328 -0.140584 0.226064 -0.163318 0.242277 0.199082 0.424833 0.175343 -0.080678 0.330099 -0.016142 0.225502 -1.43979 0.110862 0.280676 -0.113191 0.034628 -0.223848 0.398514 -0.053265 -0.202866 -0.135427 0.068008 0.289947 -0.1928 0.304013 -0.016061 0.261933 -0.129057 0.278258 0.186393 0.356929 0.070061 -0.067821 0.061202 0.362915 0.107013 -0.119833 -0.366481 0.034262 0.06095 0.056096 0.070093 0.203176 -0.180838 0.02392 -0.213582 -0.027524 0.299136 0.125726 1.18777 0.263033 -0.180498 -0.103429 0.248375 -0.035553 0.234121 0.007078 -0.237709 -0.026104 0.319499 0.373579 0.036231 -0.242924 -0.030602 -0.194198 0.022199 0.28385 -0.074647 0.048929 0.148381 0.103455 -0.257208 0.220941 -0.004797 0.001151 -0.11005 -0.180311 0.099175 0.045473 -0.258432 0.256023 0.05769 -0.254395 -0.289948 0.189129 0.29707 0.21481 0.133587 0.134823 0.013104 0.361399 -0.260094 0.046049 0.058612 -0.164782 -0.154559 -0.043636 -0.126229 -0.004037 0.128832 -0.040674 0.177435 -0.080403 -0.253495 -0.112285 -0.032447 0.285898 2.32645 -0.047719 -0.208315 0.268567 -0.032231 -0.078527 0.068572 -0.018319 0.082332 -0.074574 -0.034885 -0.024988 0.155256 0.007752 -0.443913 -0.213975 0.029177 0.01995 0.093122 0.043275 -0.04721 -0.072103 -0.297123 0.108377 -0.422772 -0.147654 -0.005656 0.014716 0.008178 -0.12609 -0.100612 -0.161163 0.135704 0.227293 0.10544 0.105804 0.120268 0.145672 0.198409 -0.13192 -0.267447 0.180953 -0.252648 0.288498 -0.043885 -0.064035 -0.109274 -0.214458 0.15159 0.381424 -0.149285 0.028008 0.073189 0.055074 0.193937 -0.229356 0.012651 0.173244 0.122957 0.149009 -0.478125 -0.370794 0.071295 0.205186 0.014982 0.129665 -0.025182 -0.057745 -0.029805 -0.095582 0.167442 0.212434 0.237094 -0.146562 -0.012868 -0.37113 0.015457 0.137277 0.168684 -0.106707 0.253954 -0.086384 0.033976 -0.099121 -0.022041 -0.023506 0.055623 0.119642 0.329568 0.086766 -0.042365 -0.048228 -0.128792 -0.296139 -0.029582 -0.248629 0.049626 -0.102419 -0.219811 0.877417 0.098561 -0.032833 0.169882 -0.232251 0.024997 0.343581 -0.074877 -0.355794 -0.029205 0.45216 -0.053376 -0.194686 0.236193 -0.342178 -0.078751 0.203385 -0.140394 -0.156197 0.10773 0.103286 -0.285124 0.181335 -0.02833 0.24072 -0.137335 -0.149803 0.17146 0.038697 0.274235 -0.48252 -0.09686 0.189551 0.15233 -0.163952 -0.31371 -0.051662 -0.175618 -0.081417 -0.323953 -0.191368 -0.82651 -0.38771 -0.164799 -0.16245 -0.114965 -0.001734 0.0066 0.260735 -0.111073 0.193401 0.409431 -0.241258 -0.039011 -0.660972 -0.058659 -0.064147 -0.221351 0.13874 -0.05993 0.044409 0.401242 -0.061457 -0.05557 0.19092 0.279226 0.050847 0.124886 0.12133 0.29585 0.327323 -0.167434 0.248639 0.212304 0.092015 0.001122 0.202097 -0.065265 0.183904 0.335917 -0.346276 -0.074027 -0.201602 0.324066 0.11008 -0.248682 0.341785 0.080992 -0.733904 0.447587 -0.196498 0.391103 0.098991 0.003668 0.281661 0.144668 -0.219537 0.050613 -0.004901 -0.202625 0.194423 -0.158583 0.222234 -0.086472 -0.133049 -0.037019 0.392863 0.178186 -0.028567 0.045495 -0.100964 -0.158579 -0.15576 -0.008831 0.752155 0.050842 0.210436 0.142789 0.029424 -0.016761 0.188028 0.305712 0.055503 -0.247371 -0.325816 -0.337333 0.235736 -0.75918 0.254494 -0.088401 0.089592 -0.212457 -0.06225 -0.085416 0.128708 -0.013292 -0.338996 -0.159962 -0.292581 -0.172641 -0.111145 0.00462 -0.230995 -0.05003 -0.274475 0.183803 0.080673 0.356774 -0.053629 0.267403 0.128598 -0.039889 0.080613 -0.165551 -0.33578 -0.56837 -0.041138 -0.23707 0.021796 0.194442 0.348505 -0.151796 -0.263693 0.184952 -0.196867 0.077225 -0.032499 0.311271 -0.091203 -0.240523 -0.026412 0.168271 0.180566 -0.087033 -0.328912 0.130647 0.27981 -0.083909 0.091262 -0.254486 0.170912 -0.203054 0.060534 0.215351 0.037877 0.093536 -0.011202 -0.092102 0.028996 0.14219 0.116882 0.105672 -0.137955 -0.122138 0.223189 -0.623833 0.056857 0.143971 -0.269594 0.092388 -0.067747 0.340395 -0.101984 -0.119758 0.052309 -0.012382 -0.056859 0.286864 -0.263185 0.184958 0.3558 0.019293 -0.216379 0.095996 -0.154232 0.082652 0.213626 -0.118927 -0.038589 0.387597 0.034719 -0.003216 0.318944 0.283949 -0.213092 -0.24093 -0.039982 0.053228 0.129559 0.211216 -0.051652 0.101241 -0.154322 -0.090032 0.113123 -0.245411 -0.108927 0.335564 0.056462 0.023919 -0.023216 0.004224 -0.85339 0.286357 -0.076483 0.087184 -0.036496 0.282527 0.402104 -0.104443 -0.243671 -0.006399 0.207578 0.177415 -0.028292 -0.144301 0.236836 0.029295 -0.080055 0.015788 0.201697 -0.038906 0.284989 -0.082184 0.435983 -0.013511 0.077708 0.276636 -0.276031 0.0884 0.157031 -0.246548 -0.120234 -0.063267 -0.804509 0.06347 -0.07173 0.048069 -0.084444 -0.12226 -0.097311 -0.247316 -0.030052 -0.341781 -0.05054 -0.046309 0.078214 0.012462 -0.036219 0.019072 -0.06846 -0.200404 -0.289469 0.043398 -0.173541 0.288316 -0.025747 -0.074924 0.077478 0.397974 -0.085013 0.217456 0.252758 -0.016767 -0.230658 -0.366265 -0.468506 0.130544 -0.210676 0.080886 0.380007 0.208271 -0.032494 -0.030539 0.2433 -0.079974 -0.054149 -2.193167 0.152023 0.377119 -0.174983 -0.157325 -0.129232 0.042437 -0.110329 -0.144345 -0.177322 -0.113008 0.042542 0.0073 0.12831 -0.260683 0.20954 -0.071427 0.161545 0.26873 0.17996 -0.061155 -0.260781 -0.04988 1.850014 0.163417 -0.175655 -0.01487 -0.159149 -0.140109 0.027438 -0.142489 0.262302 -0.111807 -0.032928 -0.142353 0.248196 0.021817 0.046769 1.410256 0.138861 -0.264243 -0.237908 0.258286 0.302466 0.29636 -0.085791 -0.125663 -0.058427 0.262179 0.246639 -0.095039 -0.476634 -0.146613 -0.220873 0.048349 0.240899 -0.125302 0.207883 0.179836 -0.082706 -0.299896 0.077404 -0.064213 0.06014 0.1701 -0.171855 0.107794 -0.027044 -0.048571 0.267355 -0.202758 -0.029194 -0.019932 0.245067 0.104222 0.146734 0.150216 -0.090748 0.170886 0.261899 -0.128853 0.117752 0.078918 0.033047 -0.095658 -0.075467 0.010439 0.168443 0.120257 -0.243213 0.156569 -0.223728 -0.022444 0.002161 0.163653 0.170441 1.667986 -0.100138 -0.072053 0.122491 0.028311\nà 0.094693 0.337338 -0.066946 0.105201 0.034224 -0.238003 0.076899 -0.209618 -0.031054 -0.009695 -0.189308 -0.227818 -0.215281 0.03149 0.145907 -0.302469 -0.004719 -0.181742 -0.256758 -0.225962 -0.116504 -0.034218 0.366176 -0.30045 -0.190547 0.063038 -0.101463 0.008694 0.16576 0.071863 0.350716 -0.023835 0.113607 0.076514 -0.056322 -0.316072 0.084341 -0.254473 0.405807 -0.048321 0.202589 0.036325 -0.245109 0.432727 0.160129 -0.521739 -0.232086 -0.138163 -0.003817 0.206369 -0.476469 -0.155001 0.142691 0.052964 -0.037172 -0.159155 -0.040468 0.185795 0.174724 -0.064994 0.367365 -0.157523 0.014728 -0.034288 0.08281 0.382975 -0.137791 0.289252 -0.053227 -0.133954 -0.478572 0.043068 0.157653 0.0456 -0.091436 0.135952 -0.503887 0.344011 -0.099983 -0.341455 0.182272 0.266623 0.105886 0.067538 -0.040387 0.202421 0.000514 -0.207779 -0.389306 0.227194 -0.44294 -0.315689 0.099773 -0.086558 0.627595 -0.242175 -0.218027 -0.015474 -0.177813 0.018229 0.217445 -0.15966 -0.075509 -0.092396 -0.000609 -0.03165 -0.266001 0.154175 -0.248385 -0.109249 0.510228 -0.170165 -0.371548 0.261565 0.108551 -0.347027 0.220538 0.101989 0.131231 0.252407 -0.219274 0.289947 0.025878 0.330877 -0.344475 -0.204839 0.13425 0.013977 -0.45019 -0.08282 -0.080178 -0.300843 -0.090594 -0.117877 0.108834 -0.667733 -0.205337 -0.057659 -0.337194 -0.131231 0.092778 0.093063 0.340424 -0.145564 0.085662 0.327589 0.025505 -0.047971 -0.811072 0.117764 -0.338682 0.16676 0.097305 0.042433 0.193677 0.195375 -0.007503 0.296907 0.321043 0.275947 -0.013076 -0.027947 0.396881 -0.023967 0.139974 -0.035849 -0.072278 0.041178 -0.017958 -0.083228 0.268493 0.001803 0.026227 0.153091 -0.185706 0.015256 -0.291573 0.217848 0.263112 -0.249935 -0.065666 0.188201 -0.611875 0.31129 -0.58045 0.063747 -0.044388 0.013732 0.048688 -0.001258 -0.025898 -0.20408 -0.127746 0.116115 -0.089231 -0.011554 0.132629 -0.128241 -0.233879 -0.041871 0.20489 0.077731 -0.106286 0.025526 0.219665 -0.390002 -0.13117 0.098712 1.090397 -0.080948 0.292986 0.171918 -0.045072 0.030337 0.030609 0.25846 0.049119 -0.382529 -0.170862 -0.301227 -0.136841 -0.580441 0.163592 0.203632 0.118095 -0.323897 -0.184876 0.194752 0.284104 -0.030781 -0.191967 -0.087546 -0.27851 -0.198353 -0.213077 0.188799 -0.078238 -0.089826 -0.171206 0.155605 0.02584 0.385843 0.151002 0.174485 0.096869 -0.027802 0.28622 -0.352794 -0.408741 -0.155973 -0.32575 -0.294908 0.361485 -0.141748 0.223999 -0.219646 -0.089781 -0.222206 -0.133444 0.159713 0.08799 -0.038706 -0.309823 -0.218437 0.130241 0.195414 0.28247 -0.246736 -0.046724 0.2952 0.448351 0.214519 -0.022063 -0.296873 -0.084022 -0.097179 0.175366 0.233478 0.098898 0.002515 -0.23113 -0.092336 -0.02321 0.167514 0.204861 0.05903 -0.001772 -0.021679 -0.045647 -0.544243 0.305592 0.340147 0.045991 0.244486 -0.220672 0.458873 -0.473307 0.209985 0.122406 0.257427 0.035022 0.008493 -0.294993 0.049968 0.240249 -0.217875 -0.080077 0.050774 -0.15028 -0.051284 0.115459 0.128589 -0.244414 0.500168 0.169384 -0.102493 0.362501 0.393832 -0.055514 -0.013785 0.126132 0.168756 0.15881 0.166512 0.021092 -0.10995 -0.27325 0.027595 0.074261 -0.219199 -0.109163 0.177762 -0.030639 -0.109833 -0.118513 -0.165592 -1.33802 0.053885 -0.026769 0.00397 0.053402 -0.074458 0.163021 -0.066005 -0.216336 0.015431 0.193002 0.268199 -0.10528 -0.051201 0.079911 0.249582 -0.065267 -0.141004 0.1468 -0.017605 0.083928 0.266743 0.017772 -0.049542 -0.078755 0.118108 -0.035423 0.201767 0.22156 -0.221613 -0.256687 0.146118 -0.837286 -0.184156 0.052998 0.119508 -0.117085 -0.072493 -0.270005 -0.16893 0.014297 -0.628401 -0.060824 0.068397 0.221404 0.086408 0.071665 -0.023123 -0.212611 -0.263974 -0.106104 -0.012597 0.055828 0.067598 0.195885 -0.307533 0.016696 0.252832 0.025169 -0.12608 -0.188038 -0.011027 -0.25026 -0.3696 -0.28525 0.284446 -0.168772 0.17725 0.123413 0.405311 0.179005 -0.008318 0.269086 -0.032351 0.271878 -1.455901 0.109162 0.17908 -0.117572 0.099673 -0.229748 0.330347 -0.083662 -0.299259 -0.159195 0.162468 0.245753 -0.192993 0.305228 -0.035031 0.22058 -0.323301 0.108443 0.160221 0.279284 0.039153 -0.039476 0.074159 0.326274 0.244172 -0.06721 -0.297054 0.131189 0.255876 -0.071379 0.083206 0.398402 -0.227124 -0.125808 -0.171454 -0.081475 0.127969 0.06048 1.123158 0.297302 -0.457011 0.061995 0.367949 -0.151969 0.350555 -0.120746 -0.2671 -0.184667 0.096518 0.646454 0.243528 -0.2026 -0.214443 -0.216117 -0.095015 0.221185 -0.085505 0.146231 0.421868 -0.00815 -0.240268 0.091848 0.05129 -0.252122 0.028739 -0.268717 -0.353156 0.147613 -0.117557 0.175124 0.102084 -0.311305 -0.277837 0.259629 0.345154 0.269106 0.23228 0.06957 -0.01033 0.340101 -0.349497 -0.026929 0.193752 -0.175514 -0.086203 -0.067274 -0.114465 -0.106784 0.016735 -0.013858 0.441089 -0.151248 -0.037016 -0.137672 -0.043914 0.237612 2.426468 -0.030899 -0.174749 0.274975 -0.213539 -0.067637 0.098562 -0.132638 0.236197 -0.14977 -0.121755 -0.058995 -0.114517 0.049425 -0.336174 -0.240692 -0.236478 -0.009835 0.126528 -0.002172 -0.268345 -0.046102 -0.087476 0.061789 -0.364628 -0.198645 0.096774 0.25665 -0.149168 -0.060726 -0.018675 -0.018849 0.058383 0.253748 0.351633 0.32974 0.12877 0.27556 0.355013 -0.316743 -0.391753 0.009931 -0.166512 0.327405 -0.093552 0.164306 -0.006897 0.014785 0.567542 0.479853 -0.263096 -0.266863 -0.0463 -0.009335 0.072891 -0.267793 0.004543 0.101888 0.057587 0.074024 -0.569151 -0.253603 -0.166148 0.17846 -0.013784 0.075527 -0.201498 0.159846 -0.126 -0.010091 0.201176 0.193017 0.223642 -0.148518 -0.127961 -0.28532 -0.067017 0.323729 0.099938 -0.179976 0.505224 -0.208119 0.049002 0.021966 -0.113274 0.300944 -0.091521 0.421858 0.255342 0.115935 -0.008571 -0.026557 -0.140472 -0.358116 0.092531 -0.337804 0.034165 0.068533 -0.10743 0.74332 -0.127618 0.113462 0.124622 -0.180096 0.014083 0.26926 0.010689 -0.307964 -0.020222 0.238941 -0.052654 -0.032009 0.113938 -0.180102 -0.043195 0.27679 -0.17879 -0.331273 0.200062 -0.083318 -0.357427 0.042611 0.091656 0.267685 0.148726 -0.111461 0.259877 0.189361 0.217696 -0.417694 -0.168948 0.114225 0.121061 -0.207609 -0.172007 -0.087416 -0.115978 0.015545 -0.334479 -0.112161 -0.703492 -0.396127 -0.216635 -0.23636 -0.13491 0.098135 0.154417 0.48292 -0.19377 -0.024361 0.59042 -0.052631 -0.130865 -0.621141 -0.166903 -0.207015 -0.082911 0.199487 -0.052624 -0.182922 0.363323 -0.088936 -0.085905 0.358729 0.222563 -0.124929 -0.063351 0.253596 0.18427 0.29519 0.022974 0.243871 0.129723 0.139944 -0.000907 0.151573 -0.067799 -0.021731 0.198815 -0.361936 0.021811 -0.445676 0.343406 0.155099 -0.351656 0.052958 0.147281 -0.561496 0.481311 -0.256697 0.182622 -0.071636 -0.109345 0.152938 0.211035 -0.217923 0.045692 -0.173365 -0.160425 0.176362 -0.058026 0.132757 -0.046885 -0.19163 -0.030952 0.4873 0.198787 -0.099263 -0.055082 -0.015613 -0.113201 -0.194602 -0.107692 0.80377 0.142465 0.266397 0.117919 0.079758 0.143841 -0.068956 0.164833 -0.067473 -0.319019 -0.252203 -0.282803 0.184488 -0.610882 0.157933 0.080127 -0.098245 -0.415175 -0.021758 0.015183 0.174701 0.159074 -0.338711 -0.035396 -0.301601 -0.044198 -0.012483 0.095197 -0.266589 -0.140387 -0.232873 0.058048 0.060016 0.355202 -0.064418 0.309481 -0.023099 -0.145052 0.163043 -0.059018 -0.488129 -0.312499 -0.129242 -0.31915 0.036172 0.219279 0.125569 -0.129874 -0.231383 0.156851 -0.13789 -0.099332 -0.027198 0.166585 -0.184937 -0.235409 -0.021971 0.26838 0.129855 -0.218194 -0.089216 0.36248 0.217494 0.020241 0.024413 -0.187716 -0.007652 -0.25734 0.236501 0.320402 0.059442 0.004056 -0.196244 -0.127318 -0.042864 0.150326 0.199382 0.097622 0.069901 -0.10842 0.067099 -0.72944 0.054741 0.084607 -0.346936 0.008523 -0.052267 0.41151 -0.124893 -0.092958 0.134009 0.021831 -0.045867 0.172277 -0.14918 0.04168 0.269221 0.199167 -0.325958 0.172375 -0.177382 0.0084 0.368091 0.034502 -0.002498 0.513375 0.35018 -0.127999 0.476324 0.162151 -0.068014 -0.343379 -0.017293 -0.062239 0.182875 0.296666 0.038257 -0.224476 -0.039262 -0.005529 0.10492 -0.066036 0.054664 0.36505 0.005525 -0.022789 -0.134987 -0.053667 -0.724929 0.294708 0.026458 0.217246 -0.075072 0.201854 0.199508 -0.21529 -0.045709 0.013284 0.246844 0.324685 -0.129839 -0.327577 0.18869 0.043971 -0.087965 -0.17695 0.225671 -0.109182 0.388015 0.211731 0.319305 -0.127912 0.007708 0.275928 -0.069757 0.177752 0.357016 -0.063004 -0.205233 0.010207 -0.683579 -0.002347 0.034355 0.009544 -0.287805 -0.343255 -0.247725 -0.20532 0.055945 -0.29727 0.053413 -0.155803 0.247687 0.205518 0.103436 0.171093 -0.330194 -0.432152 -0.068266 0.147403 -0.174366 0.194037 0.182257 -0.037774 0.242277 0.367247 -0.044097 0.026221 0.161715 -0.051251 -0.267227 -0.546344 -0.535333 0.131906 -0.120028 0.143938 0.376239 0.113147 0.039654 -0.050366 0.444976 -0.129477 -0.073371 -2.188751 0.139791 0.403309 -0.117124 0.128612 -0.240881 0.058504 -0.174958 -0.396399 -0.021683 -0.014419 0.166353 -0.046103 0.224548 -0.038225 0.289229 -0.08848 -0.09592 0.176469 0.293741 -0.132893 -0.344714 0.028709 1.550082 0.179813 -0.021118 -0.039663 -0.00791 0.058609 0.13636 -0.185108 0.454183 -0.307145 -0.295788 -0.064062 0.272085 -0.09728 0.163558 1.377514 0.030902 -0.588754 -0.021448 0.288093 0.207229 0.394123 -0.130903 -0.213606 -0.278506 0.081829 0.354036 -0.038459 -0.373564 -0.270551 -0.111598 -0.309405 0.243148 -0.161129 0.12372 0.325475 -0.382919 -0.30077 0.113399 -0.062321 -0.22194 0.306183 -0.196306 -0.256447 0.2137 0.056294 0.1823 -0.147561 -0.11734 -0.037745 0.289347 0.151097 0.071533 0.36157 0.063345 0.030334 0.132761 -0.0683 0.129342 -0.008596 -0.112882 0.023502 -0.237511 -0.158862 0.07226 -0.144263 -0.144537 0.395562 -0.411161 0.03951 0.025245 0.094161 0.096933 1.965429 -0.153975 -0.186125 0.11026 -0.19544\nc 0.166637 0.226133 0.029136 0.015139 0.007436 -0.222692 -0.068317 -0.096302 -0.044617 -0.063347 -0.180074 -0.064596 -0.128019 -0.017418 0.158552 -0.262448 0.026452 -0.165091 -0.167591 -0.236638 -0.142453 -0.112724 0.073746 -0.339494 -0.161934 0.070246 -0.166858 0.091737 0.042161 0.030024 0.325352 -0.031147 0.122546 0.045275 0.065718 -0.365177 0.138098 -0.199275 0.331378 -0.039137 0.092837 0.039202 -0.216813 0.458664 0.11972 -0.403536 -0.067282 0.029295 0.052582 0.252632 -0.439615 -0.128817 0.100699 0.121468 0.052548 -0.134545 -0.196005 0.062872 0.200861 -0.051518 0.199497 -0.127498 0.088046 -0.074095 -0.002323 0.401823 0.074387 0.321843 -0.006171 -0.036855 -0.500329 -0.016391 0.108479 0.031919 -0.190651 0.146775 -0.363435 0.246985 -0.0545 -0.272472 0.00722 0.327704 0.229229 0.066694 0.157703 0.190896 -0.143892 -0.139708 -0.403833 0.089538 -0.2692 -0.266151 0.049217 -0.046537 0.601284 -0.053613 -0.092957 0.112198 -0.159935 0.038708 0.263938 -0.379834 -0.159405 -0.099566 0.163244 0.01777 -0.333993 0.334805 -0.167312 -0.209707 0.361592 -0.08794 -0.123306 0.244363 0.061565 -0.383392 0.151783 0.036626 0.132947 0.20085 -0.273474 0.166605 -0.025395 0.372967 -0.280718 -0.156994 0.054655 -0.056617 -0.413081 -0.120714 -0.07041 -0.200654 -0.08504 -0.164402 0.084692 -0.654852 -0.351983 0.107395 -0.162342 -0.067829 0.101086 0.0248 0.121867 -0.192534 0.080204 0.20207 0.002631 -0.14867 -0.796127 0.073902 -0.152293 0.119654 0.01428 0.103822 0.175978 0.1678 0.037412 0.410467 0.116254 0.244312 -0.15182 -0.05069 0.459219 -0.007687 -0.016852 -0.054058 -0.081108 -0.035883 -0.021376 -0.127623 0.284478 0.004116 0.151305 0.26562 -0.027922 0.027703 -0.171223 0.245667 0.327133 -0.242721 -0.072099 0.259283 -0.474237 0.165394 -0.405902 0.123203 -0.018067 0.027985 0.144023 -0.125131 -0.180807 -0.194779 -0.11961 0.164348 -0.024984 -0.053682 0.176628 -0.152225 -0.281358 -0.002287 0.280446 0.21494 -0.130048 0.106437 0.13777 -0.292311 -0.130447 0.132886 1.120086 -0.073195 0.201057 0.171048 -0.08149 0.136966 0.075161 0.072117 0.032321 -0.39982 -0.327045 -0.298839 -0.100409 -0.4933 0.202676 0.199037 0.275529 -0.091096 -0.044458 0.09717 0.323592 -0.103049 -0.145831 -0.166507 -0.328354 -0.296184 -0.097974 0.185451 -0.051795 -0.105881 -0.201465 0.269846 0.069285 0.347007 0.046988 0.190614 0.05659 -0.131219 0.262948 -0.48171 -0.273162 -0.148303 -0.205824 -0.188537 0.349412 -0.023279 0.21372 -0.256972 -0.077802 -0.273505 0.036598 0.238222 -0.156628 0.052714 -0.220895 -0.197476 0.20273 0.091158 0.130827 -0.165774 0.024592 0.052915 0.406262 0.095404 -0.078153 -0.311902 0.100706 -0.066608 0.086876 0.116941 0.044992 0.112926 -0.202715 0.026018 -0.008152 0.169265 0.256683 0.155618 -0.151376 -0.165071 -0.015308 -0.289154 0.200012 0.24873 -0.119429 0.162716 -0.13074 0.299992 -0.455757 0.07178 0.069805 0.193817 0.120219 -0.095291 -0.213729 0.228555 0.339426 -0.159853 0.004529 0.06844 -0.115593 -0.080372 0.055623 0.070893 -0.214667 0.27563 0.141023 -0.190524 0.338412 0.406154 -0.124992 0.071651 0.096246 0.208418 0.19271 0.207961 -0.124483 0.01884 -0.241944 0.071278 0.098699 -0.249234 0.101197 0.284332 0.018221 0.001631 0.02311 -0.171465 -1.602329 0.041106 -0.120964 -0.081779 -0.093687 -0.039331 0.174596 -0.107316 -0.173872 -0.037 0.339091 0.096516 -0.154162 0.084924 0.077066 0.067915 0.061473 0.053963 0.125375 -0.007424 -0.004474 0.056726 -0.003664 0.012013 -0.043186 0.017067 -0.132103 0.20886 0.045776 -0.477349 -0.31739 0.207426 -0.891132 -0.056553 0.04104 0.29694 -0.052056 -0.119292 -0.201628 -0.22795 -0.070819 -0.63854 0.020053 0.057792 0.115168 0.038316 -0.013888 -0.243737 -0.2332 -0.109432 -0.174076 -0.05185 0.024926 0.124393 -0.009427 -0.227178 -0.149119 0.265725 0.085463 -0.055443 -0.066791 -0.001321 -0.367895 -0.225658 -0.266037 0.168775 -0.122899 0.265975 0.220521 0.426061 0.193359 -0.117021 0.308831 -0.060111 0.228688 -1.307502 0.183162 0.231916 -0.228046 0.113145 -0.252837 0.358164 -0.143323 -0.275295 -0.186845 0.196282 0.252488 -0.051732 0.099496 0.018499 0.328163 -0.233081 0.231316 0.140827 0.171517 0.061051 -0.066406 0.095028 0.348015 0.104544 -0.128881 -0.316863 0.072285 0.099072 -0.032276 0.016199 0.277011 -0.148323 -0.057801 -0.107063 0.004716 0.272929 0.099167 1.187724 0.232068 -0.223992 -0.056956 0.386258 -0.065003 0.158607 0.072124 -0.308168 -0.007996 0.031415 0.361505 0.151596 -0.233247 -0.058556 -0.240011 0.086506 0.346551 -0.113815 0.072188 0.210971 0.05797 -0.284899 0.184737 0.031753 -0.099254 -0.059869 -0.118228 -0.055589 0.058711 -0.122239 0.168696 0.033066 -0.183647 -0.253271 0.299732 0.271768 0.12905 0.179837 0.232305 -0.036652 0.422707 -0.265659 0.060735 0.076671 -0.201002 -0.26043 -0.005439 0.01902 -0.019696 0.138338 -0.100486 0.156826 0.019844 -0.168203 -0.173133 -0.085206 0.286542 2.32171 -0.114858 -0.100746 0.222333 -0.043763 -0.052403 0.055935 -0.014951 0.099265 -0.163299 -0.081566 -0.056888 0.051656 0.089447 -0.373603 -0.134501 -0.078646 0.03115 0.052752 -0.010289 -0.047527 -0.038292 -0.159926 0.061316 -0.319225 -0.120947 -0.009903 0.08891 -0.18013 -0.021267 -0.178011 -0.146275 0.13452 0.277279 0.264823 0.133351 0.092323 0.245258 0.265818 -0.086785 -0.456446 0.159225 -0.120539 0.228948 0.007848 0.005453 -0.091424 -0.076944 0.312399 0.303797 -0.164315 -0.069564 -0.030451 0.039071 0.109647 -0.238718 -0.073487 0.087772 0.235211 0.116352 -0.500713 -0.403988 -0.049115 0.213038 0.032472 0.052388 -0.138656 0.104073 -0.209524 -0.008968 0.119024 0.179727 0.257794 -0.127748 0.049997 -0.356256 -0.080647 0.184132 0.058829 -0.149999 0.362935 -0.09138 -0.024856 -0.06525 -0.092164 0.027165 -0.060388 0.295641 0.3108 0.167753 0.049376 -0.091228 -0.120098 -0.251588 0.033939 -0.21719 0.041562 -0.050268 -0.126699 0.845413 -0.017915 0.140121 0.209101 -0.200589 0.0464 0.263186 -0.180976 -0.377208 -0.088083 0.429676 -0.12203 -0.096413 0.241741 -0.159833 0.017544 0.247369 -0.151747 -0.025514 0.125789 0.012146 -0.430169 0.125859 -0.034321 0.202873 -0.009134 -0.165884 0.243016 0.054154 0.236582 -0.324666 -0.071612 0.135642 0.096133 -0.220174 -0.208324 -0.019526 -0.116976 0.136479 -0.349895 -0.067419 -0.74197 -0.433863 -0.184791 -0.066408 -0.102122 -0.001004 -0.015434 0.290895 -0.230653 0.102045 0.410645 -0.118861 -0.057594 -0.685112 -0.092997 -0.018957 -0.096569 0.151233 -0.035907 -0.094974 0.321385 0.058557 -0.003002 0.216278 0.205044 -0.164468 0.009407 0.28235 0.22454 0.162167 -0.094013 0.229543 0.226623 0.225044 -0.034019 0.119039 0.042386 0.170324 0.31551 -0.313721 -0.021919 -0.370989 0.364299 0.179857 -0.273588 0.20953 0.040932 -0.491077 0.408543 -0.220628 0.371884 0.003601 -0.080522 0.155576 0.152076 -0.272947 0.015769 -0.077938 -0.108925 0.143287 -0.066298 0.112 -0.145029 -0.119129 0.019169 0.419421 0.188539 -0.180587 0.078439 -0.043192 -0.188116 -0.172399 -0.013539 0.760153 0.116935 0.196264 0.184507 0.147113 -0.029203 0.033049 0.182636 -0.060484 -0.277752 -0.267615 -0.285276 0.24274 -0.67008 0.242681 -0.037707 -0.008607 -0.210344 -0.012746 -0.118165 0.20245 0.108965 -0.360561 -0.167025 -0.351978 -0.152356 -0.033272 0.053386 -0.182923 -0.067553 -0.254859 0.195527 0.085323 0.319815 -0.116832 0.252308 0.005966 -0.066177 0.131157 -0.168632 -0.283875 -0.330127 -0.027223 -0.233229 0.086929 0.362781 0.214032 -0.265238 -0.249077 0.134572 -0.132274 -0.035952 -0.062884 0.223099 -0.065067 -0.255132 -0.098745 0.123466 0.12545 -0.161438 -0.210296 0.052105 0.199505 -0.088001 0.080083 -0.148682 0.135028 -0.125445 0.209675 0.2488 0.118415 0.024591 -0.110637 -0.137802 0.062256 0.065217 0.10482 0.159021 -0.074731 -0.165583 0.16732 -0.630989 0.071263 0.090728 -0.275704 0.024793 0.04959 0.260277 -0.151364 -0.190981 0.122855 -0.008615 -0.036396 0.213532 -0.163108 0.120511 0.281835 0.098132 -0.196424 0.155273 -0.190108 -0.039694 0.251517 -0.112186 0.046158 0.322775 0.189837 -0.035814 0.350932 0.264392 -0.21006 -0.306859 0.169894 -0.033877 0.187786 0.284177 -0.037458 0.160583 -0.036603 -0.010888 0.112728 -0.166343 0.01137 0.389561 0.060143 0.126415 -0.089373 0.008002 -0.762282 0.287246 -0.041491 0.147192 -0.123086 0.188533 0.25933 -0.214652 -0.110373 0.072141 0.244026 0.208758 -0.034399 -0.109117 0.241158 -0.018637 -0.039703 0.004143 0.225683 -0.010233 0.150578 0.008461 0.432722 -0.003711 -0.020241 0.279417 -0.236889 0.160867 0.159416 -0.187193 -0.15424 -0.003399 -0.843319 0.051765 0.015925 0.21604 -0.172579 -0.163194 -0.008749 -0.343044 -0.035677 -0.387515 0.168519 -0.055629 0.043225 0.090772 0.002431 -0.006988 -0.222444 -0.212384 -0.266837 0.117106 -0.188242 0.301206 -0.00259 -0.149465 -0.001395 0.382602 0.034521 0.193988 0.287257 -0.05394 -0.3496 -0.473506 -0.549422 0.064653 -0.176476 0.082229 0.461427 0.147746 0.055177 -0.092694 0.338287 -0.167419 -0.025392 -2.060829 0.238471 0.388242 -0.206926 -0.075505 -0.148943 0.079457 -0.20321 -0.284304 -0.198933 -0.009426 0.013573 0.086326 -0.022551 -0.204589 0.29085 -0.154437 0.078859 0.123405 0.080711 -0.006349 -0.242095 -0.06969 1.820335 0.124166 -0.100768 0.008828 -0.064784 -0.158853 -0.032551 -0.178425 0.414441 -0.07797 -0.186778 0.000519 0.293482 0.023592 0.230354 1.476084 0.051215 -0.312263 -0.157446 0.324522 0.224893 0.18637 0.002261 -0.227083 -0.07029 0.01921 0.257802 -0.085669 -0.440927 -0.121749 -0.182877 -0.03174 0.252796 -0.071275 0.108653 0.108595 -0.124721 -0.420591 0.075047 -0.060386 0.027388 0.174898 -0.171696 -0.070471 0.020588 0.088102 0.195306 -0.151921 -0.051387 -0.053497 0.316298 0.093505 0.129793 0.256917 0.002347 0.090192 0.259154 -0.114079 0.142267 -0.014166 -0.106279 -0.226063 -0.026411 0.061107 0.146201 0.062025 -0.183609 0.147138 -0.144305 -0.038084 -0.062723 0.143807 0.174901 1.726703 -0.250397 -0.026957 0.129338 -0.016093\no 0.158488 0.316944 0.055582 0.000102 0.0722 -0.17843 0.074047 -0.190106 -0.089269 0.082093 -0.236787 -0.136185 -0.25069 0.016606 0.13245 -0.32618 0.130918 -0.175817 -0.15962 -0.263014 -0.035332 -0.013627 0.173913 -0.252954 -0.15185 0.124244 -0.067178 0.063397 0.097964 0.088281 0.291089 -0.058328 0.174263 0.114333 -0.056652 -0.243297 0.015962 -0.354535 0.333612 0.053707 -0.026233 0.133126 -0.184623 0.340698 0.182318 -0.548113 -0.170769 -0.077773 0.03919 0.185713 -0.411295 -0.126651 0.034419 0.071622 0.102273 -0.073221 -0.113552 0.15165 0.312697 0.058513 0.192711 -0.035468 0.022714 0.073662 0.087346 0.403679 -0.017868 0.288134 -0.033127 -0.05687 -0.496905 0.054459 0.14961 0.010135 -0.066003 0.148395 -0.320373 0.384406 -0.104007 -0.224944 0.149187 0.399174 0.119476 0.231613 0.042469 0.265059 -0.146799 -0.086099 -0.383752 0.187737 -0.262772 -0.14277 -0.001102 -0.008949 0.422139 -0.104674 -0.195891 0.079319 -0.189953 0.207813 0.376097 -0.214558 -0.090823 -0.047391 0.15562 -0.021931 -0.362047 0.38248 -0.314209 -0.036953 0.490148 -0.040257 -0.271355 0.291518 0.034221 -0.32113 0.135218 -0.021715 0.108032 0.293687 -0.271151 0.30668 0.045477 0.302932 -0.269353 -0.276341 0.12897 0.054765 -0.373388 -0.022455 -0.065272 -0.231718 -0.011887 -0.045924 0.202272 -0.644665 -0.190418 0.050444 -0.234934 -0.084807 0.013205 0.031117 0.210594 -0.189906 0.096721 0.325229 0.064588 -0.066171 -0.842679 0.196509 -0.096122 0.145842 -0.031443 0.10054 0.158495 0.167286 0.026486 0.32074 0.176413 0.192396 -0.004856 0.060106 0.453983 0.003189 0.126819 -0.142853 -0.0027 0.049258 -0.11911 0.007137 0.38352 -0.030277 0.063341 0.154308 -0.175479 -0.019074 -0.260856 0.120446 0.424793 -0.312147 -0.00123 0.263111 -0.420968 0.317093 -0.476024 0.164366 -0.065368 0.017934 0.319665 -0.049609 0.058111 -0.172392 -0.128634 0.121019 -0.007341 -0.110461 0.125041 -0.093077 -0.170528 -0.051594 0.405661 0.065143 -0.035766 0.089585 0.168905 -0.375228 -0.171423 0.181823 0.965421 -0.086458 0.246872 0.277335 -0.043955 0.205926 0.213218 0.187608 -0.013524 -0.236074 -0.330904 -0.434314 -0.192925 -0.486045 0.179978 0.201064 0.204519 -0.240045 0.095295 0.103228 0.15526 -0.007278 -0.198102 -0.073557 -0.241079 -0.274714 -0.28372 0.168944 -0.079723 -0.099804 -0.262301 0.056579 0.044053 0.268397 0.182953 0.141357 0.135963 -0.15829 0.385943 -0.286092 -0.345622 -0.169947 -0.337689 -0.316165 0.313027 -0.063279 0.264003 -0.305019 -0.127463 -0.273552 0.006297 0.20354 0.069261 -0.001034 -0.312231 -0.301991 0.236341 0.31809 0.107304 -0.27481 0.04853 0.337109 0.425225 0.062997 -0.118167 -0.211719 0.080968 -0.101291 0.163117 0.185528 0.003582 -0.056369 -0.145307 -0.055139 -0.032869 0.211348 0.366068 0.057051 -0.051651 -0.125837 -0.08986 -0.390141 0.17114 0.197179 -0.058463 0.340522 -0.159253 0.463516 -0.384615 0.033064 0.044017 0.146907 0.12419 -0.035997 -0.324661 0.099628 0.227949 -0.075982 0.028863 0.063087 -0.163152 -0.09927 0.039524 0.077342 -0.227713 0.276532 0.020721 -0.13377 0.322524 0.328007 -0.025506 0.107022 -0.006285 0.358823 0.112178 0.116729 -0.052229 -0.099569 -0.317043 0.076389 0.054197 -0.186334 -0.033181 0.218638 0.047154 -0.039188 0.004007 -0.232498 -1.286614 0.092146 -0.162919 0.073272 0.011937 -0.05568 0.079074 0.055123 -0.212809 0.035561 0.32456 0.128232 -0.101448 0.018857 -0.005579 0.255394 0.067792 0.00258 0.245499 -0.04062 0.015685 0.14991 0.080698 0.146601 -0.003582 -0.006482 -0.101686 0.245311 0.119896 -0.296509 -0.265197 0.176042 -0.925661 -0.081047 0.003022 0.151338 0.088961 -0.134841 -0.324721 -0.047771 -0.052246 -0.579381 -0.062906 0.051024 0.338283 0.155711 0.062136 -0.058441 -0.169321 -0.05873 -0.091834 -0.044785 -0.021563 0.028672 0.113093 -0.381244 0.020937 0.327557 -0.014626 -0.162201 -0.111531 -0.064454 -0.167008 -0.202368 -0.276197 0.253432 -0.205381 0.25421 0.137368 0.257106 0.134341 -0.156585 0.197021 -0.122198 0.370045 -1.194086 0.151975 0.15862 -0.17748 0.15747 -0.312215 0.315694 0.009243 -0.297175 -0.20485 0.114682 0.162461 -0.180343 0.234282 -0.03941 0.32703 -0.24794 0.26337 0.075526 0.308291 0.06152 -0.084936 0.23445 0.319531 0.16486 -0.113125 -0.246632 0.023944 0.087318 -0.032801 -0.016806 0.263483 -0.172515 -0.072906 -0.174827 0.003155 0.304263 0.103248 1.214176 0.27481 -0.261164 -0.04678 0.347076 -0.031298 0.308448 0.031677 -0.440971 -0.192387 0.312473 0.266629 0.170839 -0.263306 0.057766 -0.235408 -0.052631 0.229518 -0.163717 0.170203 0.144581 0.068793 -0.258366 0.166914 -0.142527 -0.214732 -0.08031 0.02908 -0.142719 0.15753 -0.163658 0.214878 0.098206 -0.369416 -0.177166 0.151892 0.307662 0.197417 0.19796 0.117466 0.044027 0.518896 -0.168082 -0.02776 0.232451 -0.143941 -0.196629 -0.045384 -0.142988 0.049983 -0.068105 -0.023864 0.277358 -0.104422 -0.261118 -0.236444 -0.033889 0.351365 2.221573 0.097482 -0.132303 0.188216 -0.077027 -0.124787 0.026681 -0.051072 0.113286 -0.099156 -0.038651 -0.052989 0.045224 0.030508 -0.255225 -0.342596 -0.128971 -0.016454 0.122927 -0.063425 -0.173806 -0.048453 -0.147142 0.164431 -0.451288 -0.159714 0.14885 0.128305 -0.142577 0.021774 -0.044649 -0.038271 0.007135 0.25141 0.294264 0.181523 0.069622 0.343085 0.31237 -0.321639 -0.443109 0.057992 -0.132709 0.309769 -0.011327 0.000304 -0.076858 -0.023277 0.26054 0.380931 -0.240909 -0.057976 0.002276 0.018177 -0.041337 -0.270643 -0.029577 0.057168 0.137259 0.11492 -0.517566 -0.298044 -0.126883 0.25976 0.125753 0.008765 -0.075333 0.038774 -0.058087 -0.024012 0.14841 0.126311 0.231396 -0.016523 0.003818 -0.362764 -0.077552 0.253447 0.085386 -0.06213 0.451652 -0.102278 -0.03716 -0.014333 -0.039211 0.119287 -0.029636 0.355012 0.380863 0.170381 -0.000104 -0.009615 -0.101872 -0.317529 0.075248 -0.215452 0.091252 -0.064668 -0.062933 0.610713 -0.013559 0.039565 0.194395 -0.174266 0.16114 0.312561 -0.079962 -0.361413 -0.072116 0.407105 -0.16992 -0.112368 0.278167 -0.272327 -0.011762 0.234046 -0.044132 -0.218593 0.129171 -0.034782 -0.333457 0.112632 -0.015393 0.261227 0.000408 -0.078281 0.215708 0.207152 0.287489 -0.351918 -0.192344 0.224273 0.140247 -0.124032 -0.128444 -0.074129 -0.09813 0.066187 -0.298951 -0.098039 -0.688055 -0.421439 -0.152542 -0.148292 -0.027997 0.024893 -0.026403 0.402064 -0.252453 0.00478 0.464696 -0.02826 -0.008276 -0.638585 -0.074529 -0.029568 -0.065896 0.135302 -0.05012 -0.230762 0.321358 -0.090239 0.015898 0.163427 0.209926 -0.055352 0.030568 0.175299 0.246235 0.270849 -0.120417 0.21619 0.237344 -0.010004 -0.007277 0.215573 0.032397 0.090422 0.191334 -0.408577 0.05029 -0.367197 0.229749 0.161407 -0.369448 0.302749 0.098324 -0.454489 0.547892 -0.175231 0.342918 -0.024971 -0.117306 0.381023 0.185483 -0.082475 -0.006651 -0.161898 -0.200226 0.113977 -0.115142 0.160459 -0.07745 -0.122115 -0.092913 0.524327 0.131225 0.006008 -0.005127 -0.057914 -0.080788 -0.284813 -0.02017 0.661173 0.226698 0.252035 0.205788 0.06029 0.258659 0.06405 0.1411 -0.029893 -0.1349 -0.370614 -0.409259 0.099244 -0.594888 0.143137 0.122148 -0.03532 -0.366911 0.05615 -0.075701 -0.026241 0.034482 -0.194986 -0.103835 -0.313447 -0.103632 -0.154175 0.052885 -0.287691 -0.089195 -0.338228 -0.120446 -0.060908 0.398602 -0.049508 0.214434 0.023641 -0.159636 0.194274 -0.013619 -0.385103 -0.37861 -0.198984 -0.274224 -0.000766 0.268265 0.19908 -0.215822 -0.211412 0.147973 -0.154264 -0.062831 -0.017538 0.145353 -0.13862 -0.286396 -0.081853 0.352364 0.041207 -0.251874 -0.073552 0.316638 0.18111 -0.057197 0.040258 -0.110047 0.221224 -0.217104 0.244335 0.21885 -0.027538 -0.082677 0.028296 -0.2414 -0.015663 0.135452 0.312502 0.117655 0.001044 -0.1329 0.131185 -0.662255 -0.014994 0.070744 -0.353867 0.153844 -0.023316 0.371494 -0.033505 -0.270335 0.020796 -0.0997 0.034003 0.263583 -0.22081 0.075911 0.26503 0.187264 -0.205541 0.182386 -0.262949 -0.035813 0.236386 0.073638 -0.027298 0.325126 0.190179 0.004586 0.37442 0.114848 -0.218667 -0.230712 -0.002221 0.073712 0.117816 0.229799 -0.066153 -0.132564 -0.031899 0.027037 0.049529 -0.082398 0.023475 0.410235 0.099939 0.04623 0.02818 0.00276 -0.723015 0.323049 -0.150537 0.263095 -0.095712 0.273332 0.111129 -0.16693 -0.158992 0.014361 0.361805 0.220593 0.002748 -0.245459 0.117012 0.028881 0.091097 -0.112737 0.327884 0.01964 0.285846 -0.010002 0.586382 -0.000516 0.091747 0.224071 -0.177701 0.251611 0.220074 -0.109281 -0.146584 -0.016728 -0.821291 0.10384 -0.062898 0.076718 -0.052355 -0.316517 -0.170284 -0.230856 -0.0269 -0.234523 -0.012898 -0.150737 0.306371 0.273261 0.015761 0.213547 -0.251157 -0.181902 -0.164209 0.109892 -0.225239 0.142518 0.13691 -0.213975 0.094723 0.431832 0.007896 0.041804 0.194833 -0.125859 -0.181047 -0.421493 -0.613906 0.061797 -0.140284 0.200409 0.38254 0.040098 -0.030031 -0.149493 0.339269 -0.216607 0.021298 -1.978515 0.149119 0.286993 -0.227107 0.107829 -0.279215 -0.010182 -0.134486 -0.378856 0.018132 -0.040501 0.089608 0.006065 0.10102 -0.099438 0.309353 -0.060982 0.092154 0.076556 0.196176 -0.046979 -0.408342 0.123945 1.544904 0.156171 -0.147101 0.020143 -0.032219 0.017631 0.059593 -0.244491 0.346481 -0.144973 -0.228724 -0.138067 0.354322 -0.010267 0.093576 1.473913 0.066254 -0.409044 -0.204381 0.293674 0.319202 0.317978 -0.11617 -0.305586 -0.196008 0.188018 0.177113 -0.145069 -0.489438 -0.149454 -0.14902 -0.078286 0.136597 -0.214572 0.284107 0.057839 -0.252434 -0.374412 0.138372 -0.163851 -0.255798 0.161037 0.025151 -0.109131 0.158195 0.053759 0.238409 -0.170614 -0.169227 0.089547 0.265931 0.098449 -0.010807 0.299547 0.02894 0.050341 0.363427 0.012692 0.04861 0.12831 -0.131978 -0.28494 -0.115406 -0.045739 0.134846 -0.036626 -0.146511 0.223466 -0.236332 -0.110595 -0.032351 0.07999 0.243257 1.749694 -0.018232 -0.090042 0.1129 -0.149294\nn 0.206878 0.32315 0.052494 -0.030429 0.040651 -0.173442 0.028558 -0.191942 0.020196 -0.017992 -0.166911 -0.098072 -0.191231 -0.012894 0.174292 -0.311176 0.081321 -0.227282 -0.155334 -0.270034 -0.014426 -0.091956 0.254489 -0.262102 -0.183691 0.113718 -0.174835 0.13908 0.152078 0.050168 0.285437 -0.116462 0.086062 0.084863 0.054249 -0.330069 0.170739 -0.279334 0.251683 0.088573 0.033307 -0.03522 -0.150508 0.388848 0.208759 -0.520803 -0.213819 -0.118138 0.045621 0.293443 -0.461451 -0.173923 0.074876 0.108611 0.105989 -0.023402 -0.079094 0.035056 0.245678 0.028948 0.212268 -0.116831 0.076027 0.051895 0.07112 0.325538 -0.046217 0.354301 0.032295 0.000738 -0.519162 0.075089 0.147939 -0.012614 -0.181255 0.110343 -0.361439 0.36631 -0.104703 -0.223784 0.072528 0.304006 0.107621 0.087659 0.01273 0.325517 -0.076864 -0.110333 -0.421825 0.162226 -0.31716 -0.305624 -0.021836 -0.103186 0.56074 -0.218288 -0.151685 0.013127 -0.172345 0.136359 0.288701 -0.261932 -0.144519 -0.128052 0.090738 0.093572 -0.301569 0.352789 -0.14237 -0.107537 0.433826 -0.071966 -0.236066 0.170944 0.100075 -0.36666 0.07271 0.0382 0.04853 0.205119 -0.190768 0.303404 -0.019675 0.346316 -0.278192 -0.247026 0.146753 0.011102 -0.429921 0.004344 -0.12934 -0.287601 -0.111941 -0.064291 0.186867 -0.65064 -0.213966 -0.000816 -0.225651 -0.104518 0.084188 0.175626 0.231783 -0.13736 0.047128 0.29101 0.10723 -0.075316 -0.883532 0.112309 -0.228969 0.115302 0.084817 0.13509 0.07974 0.214891 0.079905 0.252561 0.249623 0.240099 -0.057818 0.024975 0.496975 -0.0709 0.084468 -0.070497 -0.084764 -0.082089 -0.061136 -0.017343 0.313918 -0.11572 -0.029851 0.178645 -0.123575 0.070537 -0.302379 0.200599 0.338265 -0.305601 -0.064926 0.281632 -0.475727 0.203683 -0.520986 0.143598 -0.078659 0.024826 0.097074 -0.165632 -0.112781 -0.221999 -0.124632 0.150654 -0.068509 -0.084735 0.098201 -0.188527 -0.230423 0.006913 0.324124 0.21727 -0.095227 0.087981 0.120491 -0.30271 -0.165556 0.12591 1.094341 -0.10983 0.242697 0.210189 -0.03806 0.165774 0.130917 0.226735 -0.027491 -0.268731 -0.320145 -0.347455 -0.155317 -0.553528 0.16784 0.187965 0.182679 -0.288613 -0.118246 0.129479 0.193663 -0.056898 -0.105616 -0.085426 -0.350806 -0.224704 -0.139809 0.129567 -0.011399 -0.042771 -0.23005 0.18164 0.104011 0.314985 0.167087 0.183178 0.085045 0.019408 0.294853 -0.330637 -0.383636 -0.161618 -0.220919 -0.284921 0.349685 -0.072949 0.169027 -0.293449 -0.13477 -0.233517 -0.048827 0.179395 -0.07217 0.013468 -0.319404 -0.254779 0.239195 0.306261 0.134687 -0.234938 0.003426 0.18721 0.487082 0.119993 -0.118158 -0.284292 0.024425 -0.067846 0.203215 0.296625 0.012646 0.056614 -0.169394 -0.003534 -0.041135 0.145957 0.289598 0.136924 -0.024223 -0.131453 -0.087517 -0.502251 0.228721 0.261272 -0.036234 0.31069 -0.143721 0.405341 -0.482748 0.144528 0.141488 0.224062 0.110422 -0.082866 -0.239988 0.188335 0.282678 -0.049082 -0.057923 -0.017564 -0.18792 -0.046148 0.009519 0.102739 -0.183513 0.331095 0.075307 -0.071608 0.330278 0.447818 -0.057135 0.015724 0.07737 0.188073 0.130431 0.182739 -0.116969 -0.042464 -0.184207 0.091924 0.068078 -0.266392 -0.011487 0.20439 -0.012921 0.027681 -0.106121 -0.125083 -1.377304 0.009383 -0.111005 0.014124 0.011544 -0.024317 0.089303 -0.011543 -0.260996 0.054313 0.243688 0.272164 -0.114539 0.029013 0.132727 0.154872 -0.009847 0.000436 0.173128 -0.011712 0.020301 0.156081 0.044394 0.101253 -0.029752 0.120428 -0.084146 0.127569 0.113811 -0.308867 -0.246695 0.211489 -0.896984 -0.04773 0.03654 0.160459 -0.082117 -0.107155 -0.352218 -0.133126 0.023055 -0.696751 -0.080256 0.035075 0.21018 0.058006 0.07171 -0.162801 -0.232506 -0.13211 -0.182677 -0.020694 0.030544 0.052371 0.138151 -0.290449 -0.053911 0.244236 0.062479 -0.03535 -0.141039 -0.077473 -0.29183 -0.293779 -0.206808 0.236425 -0.105463 0.203632 0.071977 0.375267 0.112959 -0.10501 0.320391 -0.105199 0.274163 -1.279089 0.105259 0.264088 -0.146981 0.077962 -0.232906 0.373096 -0.083958 -0.337133 -0.153211 0.163006 0.277225 -0.153765 0.234048 -0.129898 0.365594 -0.280986 0.27048 0.118385 0.289061 0.047273 -0.127607 0.160851 0.310988 0.140883 -0.017241 -0.321546 0.038209 0.198678 -0.040931 0.034064 0.275894 -0.175089 -0.138888 -0.201586 -0.033901 0.238955 -0.027589 1.230282 0.282643 -0.246942 -0.008699 0.387079 -0.11476 0.275806 -0.057949 -0.327308 -0.012443 0.235402 0.506543 0.15395 -0.169947 -0.056916 -0.252969 -0.045806 0.243785 -0.118109 0.150792 0.31918 0.058106 -0.279864 0.212929 -0.014793 -0.24143 -0.012956 -0.230715 -0.277769 0.116496 -0.118066 0.169811 0.099559 -0.298658 -0.331891 0.28837 0.387096 0.274174 0.256439 0.093592 0.009256 0.381489 -0.24018 -0.050608 0.115006 -0.162439 -0.101699 -0.100306 -0.087546 0.027664 0.018766 -0.042881 0.320486 -0.063112 -0.13585 -0.21881 -0.069299 0.2605 2.372032 -0.018027 -0.195598 0.270806 -0.158912 -0.045193 0.121192 -0.032762 0.140261 -0.136494 -0.033428 -0.020531 -0.035414 0.120788 -0.311026 -0.293272 -0.086509 0.003352 0.088107 0.001201 -0.138673 0.00991 -0.171737 0.127605 -0.373879 -0.073639 0.059532 0.13402 -0.154331 -0.032164 -0.056059 -0.063472 0.102734 0.306378 0.276013 0.162667 0.00414 0.256627 0.336152 -0.215432 -0.460928 0.107491 -0.111694 0.221214 0.115003 0.044593 -0.132879 0.005013 0.333442 0.440248 -0.22667 -0.187041 -0.057223 0.054869 0.084492 -0.243769 0.025294 0.130548 0.166486 0.133113 -0.466759 -0.33059 -0.210515 0.211617 0.114442 0.001586 -0.206044 0.115675 -0.108082 0.02206 0.054285 0.126081 0.271395 -0.061446 0.022901 -0.398013 -0.098548 0.28632 0.014844 -0.184119 0.413682 -0.133137 0.027182 -0.09376 -0.044634 0.117538 -0.126554 0.381222 0.211507 0.137634 0.096772 -0.057311 -0.182613 -0.397409 0.013772 -0.292238 -0.037994 -0.047013 -0.107133 0.724771 -0.107305 0.120904 0.196463 -0.1617 0.101495 0.395459 -0.001361 -0.387128 -0.030999 0.325796 -0.064904 0.004659 0.252262 -0.097669 -0.05135 0.208894 -0.133624 -0.179039 0.059652 0.010028 -0.377161 -0.026705 0.023364 0.224742 0.047526 -0.056496 0.20197 0.14091 0.259945 -0.340659 -0.209087 0.117261 0.12866 -0.187904 -0.166473 -0.151424 -0.164587 0.009694 -0.264052 -0.100981 -0.719505 -0.440507 -0.222526 -0.099948 -0.066984 0.081278 0.150782 0.411948 -0.140157 -0.070437 0.490344 0.060754 -0.04598 -0.64643 -0.116437 -0.13118 -0.202575 0.279242 0.002907 -0.26226 0.309915 0.066098 -0.075422 0.303841 0.155749 -0.143335 0.070103 0.232469 0.181232 0.267737 -0.092647 0.195671 0.100709 0.104275 -0.002739 0.15368 -0.127019 0.011689 0.23541 -0.295153 0.074551 -0.401151 0.241074 0.139529 -0.418641 0.16241 0.121865 -0.558094 0.478353 -0.219474 0.27661 -0.099642 -0.123899 0.145638 0.154168 -0.29832 0.016631 -0.141909 -0.13715 0.120395 -0.078769 0.049868 -0.142772 -0.178631 -0.031663 0.473086 0.24898 -0.05344 0.009438 -0.091352 -0.092493 -0.228693 -0.046305 0.746246 0.12514 0.196323 0.177125 0.11391 0.144528 0.056127 0.143653 -0.071233 -0.172889 -0.386176 -0.400199 0.073642 -0.628864 0.171725 0.061503 -0.020316 -0.325105 -0.016075 -0.016849 -0.001623 0.035409 -0.1976 -0.121294 -0.308737 -0.032135 -0.068391 0.063195 -0.177298 -0.098662 -0.273907 0.077925 0.035273 0.336705 -0.059834 0.24804 0.050123 0.028435 0.126231 -0.059696 -0.445299 -0.353248 -0.027648 -0.282178 0.042835 0.27793 0.138934 -0.167082 -0.296125 0.175786 -0.150354 -0.049245 -0.200418 0.19345 -0.190103 -0.249342 -0.008547 0.341858 0.051825 -0.206277 -0.129335 0.180489 0.252354 -0.01687 0.020142 -0.189844 0.09731 -0.126531 0.231315 0.364488 -0.023682 0.021941 0.001466 -0.10836 -0.0206 0.102215 0.261698 0.156323 0.05008 -0.160285 0.136144 -0.769781 0.030537 0.096321 -0.272502 0.105852 -0.030468 0.315093 -0.071327 -0.154117 0.135099 -0.018573 0.013425 0.217286 -0.180023 0.169352 0.285142 0.26721 -0.260988 0.072868 -0.230758 0.022315 0.225775 -0.006178 0.100104 0.425904 0.316957 -0.050577 0.396874 0.250103 -0.131792 -0.354008 0.094335 -0.067771 0.144284 0.307321 -0.058764 -0.047112 0.0456 0.035911 0.0914 -0.118352 0.00677 0.390414 -0.019728 0.070391 -0.104678 0.086187 -0.73116 0.252905 -0.034825 0.20392 -0.073505 0.19183 0.193308 -0.203305 -0.117872 0.081688 0.240058 0.294764 -0.05075 -0.209941 0.265197 -0.018538 -0.056716 -0.058258 0.219186 -0.032924 0.346228 0.064344 0.464384 -0.025349 0.061413 0.269197 -0.115677 0.127523 0.206374 -0.146515 -0.138798 0.051522 -0.771982 0.121201 0.023965 0.073315 -0.247587 -0.258551 -0.217823 -0.282777 -0.007944 -0.367639 -0.041747 -0.0833 0.162097 0.172581 0.071559 0.042757 -0.335968 -0.252199 -0.235763 0.116525 -0.195207 0.189805 0.151385 -0.111982 0.09093 0.298126 -0.021901 0.16721 0.20305 -0.096275 -0.300277 -0.513323 -0.533162 0.073799 -0.11358 0.110189 0.392234 0.084869 -0.060955 -0.151106 0.388136 -0.181459 0.00336 -2.044809 0.158172 0.392695 -0.199275 0.055567 -0.158362 0.069461 -0.205715 -0.424578 -0.02208 0.029474 0.124083 -0.001811 0.09481 -0.21135 0.312893 -0.079599 0.041188 0.093808 0.172435 -0.018597 -0.380044 0.13901 1.602145 0.16128 -0.032906 -0.011406 -0.112349 0.030206 0.050001 -0.196964 0.378757 -0.203252 -0.276535 -0.089401 0.288879 0.031055 0.029205 1.491935 0.106448 -0.445374 -0.111706 0.321924 0.265607 0.278336 -0.095382 -0.259768 -0.13726 0.163468 0.369621 -0.155143 -0.357555 -0.186384 -0.083584 -0.141612 0.196116 -0.168767 0.176561 0.16842 -0.270931 -0.386869 0.167772 -0.119862 -0.19974 0.278929 -0.185956 -0.285118 0.136576 0.159489 0.1672 -0.122305 -0.115612 -0.048647 0.368724 0.190823 0.12604 0.365503 -0.026836 0.127492 0.242696 -0.015575 0.171406 0.019835 -0.138466 -0.109354 -0.173312 -0.064611 0.164555 -0.035024 -0.149533 0.274632 -0.252863 0.017476 -0.043647 0.130144 0.116509 1.83347 -0.135957 -0.152514 0.075819 -0.094906\nđ 0.118952 0.083732 0.248605 0.07476 0.034374 -0.114136 -0.070853 -0.106097 -0.055631 -0.146626 -0.228165 -0.127992 -0.099093 0.158479 0.161398 -0.180927 0.113808 -0.225834 -0.267913 -0.219601 -0.234 -0.01944 0.112491 -0.198014 -0.101676 0.171118 -0.04484 0.288889 0.035567 -0.003191 0.307968 -0.230371 0.23376 0.093069 0.000474 -0.403671 0.141234 -0.271132 0.271065 -0.076712 0.02066 -0.03147 -0.188458 0.384464 0.215688 -0.393323 -0.099812 0.122679 0.01682 0.166478 -0.50643 -0.192757 0.17328 0.007718 -0.078641 -0.104386 -0.269654 0.00066 0.251787 -0.195222 0.220152 -0.175828 0.03482 -0.113352 -0.020304 0.468055 0.050505 0.142667 0.003896 -0.076393 -0.567912 0.025103 0.111241 0.1035 -0.143762 0.061964 -0.428674 0.33339 -0.077118 -0.164834 0.000119 0.242664 0.150144 0.060992 0.135822 0.331278 -0.045572 -0.231767 -0.362703 0.168361 -0.29384 -0.425207 0.092586 0.00457 0.489524 0.039793 -0.019598 0.130804 -0.205606 0.170809 0.339874 -0.279188 -0.154393 0.039032 0.089889 0.108387 -0.199241 0.260285 -0.1066 -0.229384 0.382989 -0.05156 -0.047408 0.332499 0.102532 -0.36551 0.132437 0.089147 0.099625 0.104109 -0.26651 0.140157 0.020376 0.380045 -0.380848 -0.046009 0.071023 -0.042223 -0.331959 -0.21449 -0.061564 -0.252811 -0.202893 -0.17954 0.138766 -0.783873 -0.370469 0.226664 -0.154496 -0.002977 0.152989 -0.007283 0.115222 -0.205122 0.062276 0.234266 -0.007543 -0.167882 -0.764123 0.093543 -0.227454 0.066729 -0.080073 0.137224 0.110333 0.247897 -0.026268 0.253094 0.198813 0.166639 -0.072509 -0.001788 0.430515 -0.052765 -0.105014 -0.058336 -0.111433 -0.015856 -0.025987 -0.174637 0.108162 0.021256 0.118633 0.226894 0.088083 -0.075232 -0.279628 0.133073 0.478523 -0.203319 0.063014 0.456908 -0.406314 0.123635 -0.330949 0.068871 -0.04935 -0.019783 0.113376 -0.137232 -0.173804 -0.22019 -0.137634 0.105067 -0.185215 -0.161153 0.185683 -0.254025 -0.133125 0.026638 0.20924 0.231912 0.044961 -0.011201 0.13144 -0.217156 -0.235473 0.118192 1.198772 0.03069 0.186345 0.267321 0.017162 0.064591 0.097165 0.049814 -0.024503 -0.389376 -0.202756 -0.226928 -0.101341 -0.52771 0.218439 0.368645 0.328197 -0.015719 -0.023783 0.108529 0.142446 -0.164103 -0.154319 -0.186848 -0.326429 -0.353724 -0.120507 0.168801 -0.222377 -0.245829 -0.150606 0.295827 0.079892 0.27142 0.087686 0.184474 0.133896 -0.121226 0.115248 -0.501667 -0.285851 -0.353658 -0.198951 -0.349848 0.282445 -0.059502 0.227949 -0.282825 -0.118487 -0.164937 -0.011376 0.322831 -0.038348 0.226493 -0.315469 -0.246205 0.263742 0.266969 0.033208 -0.094684 0.00993 0.214125 0.520566 0.056817 -0.060031 -0.42388 0.018154 -0.147702 0.142112 0.008556 -0.159306 0.106944 -0.29321 0.163599 0.024779 0.028855 0.177596 0.198515 -0.121859 -0.122526 -0.096733 -0.171846 0.262608 0.319189 -0.12926 0.081216 -0.308458 0.34597 -0.502918 0.027414 0.085683 0.27485 0.263049 -0.109859 -0.165806 0.243744 0.238561 -0.352516 0.074899 -0.066059 -0.151174 0.01496 0.082027 0.153632 -0.180975 0.235206 0.070424 -0.278093 0.307465 0.356211 -0.083828 0.052875 0.123253 0.185969 0.242321 0.093497 -0.113701 -0.031149 -0.169874 -0.092703 0.126396 -0.295339 0.103936 0.29635 0.01191 -0.038294 0.061713 -0.156403 -1.734901 0.048 0.020096 -0.046021 0.024822 -0.096703 0.080479 -0.09207 -0.26967 0.059464 0.148156 0.005679 -0.343442 -0.024695 0.038131 0.020165 0.066138 0.274161 -0.024349 0.003601 0.053439 0.205996 -0.090338 0.014019 0.059123 -0.053283 -0.076527 0.249218 0.110235 -0.512162 -0.370345 0.120091 -0.828918 0.061493 0.05746 0.093768 -0.01502 -0.188739 -0.167855 -0.240624 -0.140243 -0.617992 0.030476 0.078748 0.119957 -0.049948 0.019371 -0.2784 -0.143344 -0.085478 -0.147151 0.058687 0.035115 0.000745 0.080739 -0.164455 -0.002574 0.267633 -0.135357 -0.206384 -0.027453 0.023377 -0.340383 -0.25838 -0.090655 0.156352 -0.192764 0.147599 0.230893 0.488473 0.226488 -0.008587 0.356712 0.051882 0.285936 -1.353434 0.148764 0.173751 -0.393418 0.112689 -0.055684 0.357625 -0.163943 -0.165477 -0.105936 0.183004 0.361573 -0.074659 -0.018815 0.075595 0.215705 -0.244657 0.219488 0.220952 0.12762 0.092864 -0.034737 0.032965 0.245501 0.062362 -0.058532 -0.413195 0.18924 0.084775 0.156996 -0.161228 0.360794 -0.082013 -0.063469 -0.156335 -0.097684 0.304522 0.158361 1.097997 0.214576 -0.204245 0.020561 0.26042 0.064183 0.210103 0.156911 -0.23196 0.069209 0.150562 0.311759 0.016741 -0.314122 -0.120234 -0.106442 0.19436 0.200249 -0.161491 0.049094 0.260326 0.021564 -0.400416 0.18851 0.004062 -0.046854 -0.095925 -0.123368 -0.04023 0.112605 -0.152346 0.224312 0.097128 -0.109665 -0.320961 0.349223 0.189615 0.058495 0.092899 0.224795 0.104711 0.38601 -0.066438 -0.036757 0.206376 -0.122767 -0.274433 0.115363 0.112497 -0.010788 0.133453 -0.088465 0.270335 0.004651 -0.238369 -0.220945 -0.112074 0.560438 2.367775 -0.165237 -0.179253 0.231802 -0.12053 0.00785 -0.021852 0.213634 0.130134 -0.089762 -0.149061 -0.10048 -0.01899 0.048962 -0.472294 -0.130155 -0.044513 0.157201 0.056496 -0.000502 -0.094375 0.062332 -0.298852 -0.015524 -0.341955 -0.281977 -0.158798 0.04034 -0.055568 -0.027733 -0.151621 -0.006401 0.287981 0.298823 0.277752 0.075688 0.005662 0.251081 0.314628 -0.159753 -0.400631 0.083525 -0.326869 0.177029 0.025354 -0.08163 -0.152289 -0.091823 0.291682 0.390482 -0.161976 -0.140634 -0.044949 0.049132 0.112243 -0.27549 -0.082236 0.147766 0.204712 0.006195 -0.517112 -0.443956 -0.110166 0.191672 -0.121581 0.101946 -0.177528 -0.019997 -0.188092 0.030046 0.143586 0.107533 0.14793 -0.222154 -0.048231 -0.428137 -0.105972 0.138285 0.159714 -0.039687 0.323453 -0.20163 0.016751 -0.095517 0.091032 -0.055453 -0.022593 0.246785 0.366365 0.161163 0.157408 -0.113647 -0.078443 -0.291533 -0.002279 -0.257543 -0.065531 -0.003617 -0.124289 0.83302 0.019478 0.158414 0.253541 -0.259423 0.19715 0.374194 -0.149466 -0.434066 0.042792 0.251534 -0.015327 -0.046293 0.182232 -0.179813 0.092396 0.296753 -0.194316 -0.071218 0.173876 0.108534 -0.440225 0.244903 0.022119 0.205442 -0.121447 -0.135278 0.193072 0.037572 0.261884 -0.299262 0.010515 0.180695 0.104208 -0.175605 -0.198758 0.009228 -0.178769 -0.000306 -0.325878 0.003886 -0.866555 -0.452222 -0.079328 -0.05008 -0.104292 0.054653 -0.101611 0.251627 -0.331186 0.225979 0.424617 -0.042712 0.021938 -0.686732 -0.030385 0.019949 -0.270107 0.082047 -0.014293 -0.016007 0.308071 -0.042523 -0.095329 0.250115 0.114786 -0.153061 0.038975 0.288743 0.177537 0.164593 -0.133699 0.301567 0.250513 0.26636 -0.084791 0.041765 0.066849 0.166867 0.238651 -0.236556 -0.175123 -0.49102 0.317159 0.309932 -0.221884 0.232025 0.172515 -0.431625 0.464431 -0.243844 0.270213 0.055436 -0.028823 0.11196 0.180052 -0.190536 0.011754 -0.191242 -0.149636 -0.02889 -0.06108 0.197675 -0.185982 -0.022181 -0.041002 0.429336 0.204857 0.007044 -0.040961 -0.100938 -0.192624 -0.325228 -0.038177 0.849479 0.157756 0.224758 0.168887 0.170929 -0.081613 0.116432 0.184596 -0.153869 -0.306489 -0.223509 -0.227233 0.106336 -0.785887 0.339333 0.073624 0.091733 -0.14909 -0.043163 -0.141017 0.16922 0.166075 -0.36581 -0.168945 -0.355263 -0.298148 -0.026362 0.116936 -0.269548 -0.155465 -0.158967 0.288053 0.14562 0.189285 -0.05067 0.191574 0.086063 0.00625 0.021312 -0.248165 -0.306398 -0.422759 0.036361 -0.299671 0.067776 0.295559 0.224482 -0.355134 -0.277855 0.208338 -0.17285 -0.039437 0.079863 0.237339 -0.157644 -0.275556 -0.055242 0.241397 0.087812 -0.111719 -0.197058 0.23378 0.315717 -0.073352 0.168221 -0.305539 0.088635 -0.079038 0.185421 0.196865 0.073009 -0.01178 -0.206957 -0.098624 0.125445 -0.027485 0.042472 0.165707 -0.049875 -0.190009 0.106088 -0.649829 0.20921 0.201143 -0.349508 -0.00024 -0.029863 0.276627 -0.202639 -0.057735 0.153046 0.022197 0.054644 0.185281 -0.19046 0.169408 0.213527 -0.027355 -0.213278 0.034516 -0.237704 0.053256 0.220991 0.013249 0.079101 0.370109 0.143579 -0.165078 0.22637 0.238082 -0.156428 -0.29751 0.105748 -0.0027 0.192962 0.212795 -0.007529 0.140653 0.015587 -0.277359 0.072705 -0.2728 0.029724 0.346631 0.098065 0.077897 0.015445 -0.035766 -0.859758 0.259893 0.040332 0.216446 -0.010664 0.092658 0.289239 -0.213484 -0.219017 0.046013 -0.0281 0.218375 -0.144518 -0.092957 0.312535 -0.176467 0.039921 0.165995 0.112444 -0.020688 0.205054 0.032553 0.416842 0.011218 0.035621 0.278065 -0.201233 0.205332 0.12289 -0.188721 -0.221569 -0.071899 -0.767244 0.058073 0.054303 -0.015003 -0.201309 -0.269711 0.040773 -0.296922 -0.110919 -0.294559 0.1842 -0.001218 0.079956 -0.020664 -0.106991 -0.076512 -0.151264 -0.120591 -0.207263 0.0851 -0.181089 0.308321 0.123013 -0.103704 0.091103 0.271991 -0.153598 0.073513 0.349528 0.003853 -0.256602 -0.444169 -0.541502 0.166067 -0.187633 -0.026483 0.500882 0.403105 0.065843 -0.002409 0.239767 0.017482 -0.003162 -2.123865 0.165409 0.283936 -0.398369 -0.060565 0.066626 0.092453 -0.113688 -0.17807 -0.214725 -0.038894 0.06318 -0.038397 -0.11132 -0.210968 0.23113 -0.152773 0.12714 0.211079 0.140292 0.049215 -0.141651 -0.135969 1.864011 0.065687 0.026153 -0.081594 0.000893 -0.381685 0.055685 -0.337536 0.404146 -0.005489 -0.203941 -0.059439 0.1826 0.017428 0.150072 1.37502 0.037308 -0.244066 -0.116811 0.263962 0.263061 0.270273 0.025313 -0.109989 0.038759 0.13859 0.241907 0.012616 -0.581504 -0.219814 -0.030479 0.097178 0.162172 -0.039293 0.171322 0.19942 -0.152615 -0.462683 0.008236 -0.086067 -0.039005 0.112223 -0.080292 -0.020918 0.113331 0.078924 0.261434 -0.162862 -0.020017 -0.144029 0.255736 0.01534 0.07708 0.265991 -0.085073 0.165992 0.288362 0.053112 0.173967 0.090513 -0.049214 -0.116898 0.030363 0.156419 0.21426 0.005728 -0.145133 0.245043 -0.189882 -0.052644 -0.124934 0.130808 0.428261 1.74661 -0.23999 -0.113347 0.227526 -0.049743\nư 0.240034 0.353231 -0.047217 0.017418 0.051111 -0.088316 0.012599 -0.169426 -0.052763 -0.044792 -0.265067 -0.07724 -0.286145 -0.089934 0.208152 -0.118744 0.075286 -0.202508 -0.136007 -0.186272 -0.118929 -0.146433 0.303009 -0.293452 -0.249753 0.119972 -0.17131 0.127156 0.226684 0.19483 0.403242 -0.0695 0.097441 -0.043098 -0.047286 -0.250395 0.144161 -0.272258 0.295739 -0.010902 0.069441 -0.053886 -0.212324 0.437522 0.176766 -0.339723 -0.278153 -0.117002 0.063341 0.30958 -0.374749 -0.070105 0.048683 0.157389 0.071709 -0.162268 -0.125191 0.026244 0.167202 -0.110562 0.220729 -0.139768 0.006147 -0.02033 -0.081796 0.362487 -0.060571 0.263276 -0.068948 0.019414 -0.455122 0.086585 0.039334 -0.037779 -0.207233 0.260765 -0.339778 0.34416 -0.112024 -0.13082 0.15513 0.502487 0.098349 0.076644 0.02482 0.343897 -0.174031 -0.187227 -0.520629 0.146876 -0.359223 -0.261718 0.027108 -0.161906 0.561041 -0.231063 -0.254493 0.108293 -0.171753 0.098924 0.315227 -0.158263 -0.281404 -0.122691 0.153306 0.108752 -0.329973 0.335391 0.013732 -0.053469 0.514705 -0.221159 -0.208581 0.081375 0.145786 -0.360929 0.136504 0.044087 0.145817 0.234882 -0.294206 0.222486 -0.059959 0.312756 -0.279374 -0.247984 0.088211 0.05609 -0.30771 -0.00666 -0.192422 -0.390774 0.008594 -0.186138 0.15512 -0.682335 -0.192695 -0.01567 -0.216813 0.014464 0.071138 0.169025 0.287663 -0.099372 0.071752 0.183092 0.181793 -0.0865 -0.778974 0.161154 -0.235518 0.072379 0.088841 0.177273 0.151829 0.055856 0.230261 0.229377 0.343868 0.088085 -0.066576 0.066295 0.509284 -0.039975 -0.021852 -0.057177 0.008157 -0.087825 -0.0197 -0.117139 0.255952 -0.140957 0.049677 0.144124 -0.206356 0.12642 -0.227408 0.107914 0.364448 -0.386349 -0.045494 0.218971 -0.565932 0.10657 -0.550924 0.038628 -0.113891 0.044851 0.096199 -0.114056 -0.159678 -0.19915 -0.140771 0.118137 -0.028506 -0.078725 0.213647 -0.196627 -0.323248 -0.04969 0.27335 0.242663 -0.242354 0.122416 0.184657 -0.27898 -0.177701 0.088389 1.037805 -0.036223 0.198044 0.229804 0.013125 0.211725 0.102973 0.276653 -0.169224 -0.402067 -0.336016 -0.27744 -0.165409 -0.588544 0.196015 0.118882 0.142555 -0.11529 -0.174049 0.218799 0.29723 -0.029049 -0.068305 -0.07391 -0.39916 -0.195937 -0.156974 0.075844 0.100139 -0.108941 -0.164905 0.271811 0.162986 0.255145 0.140771 0.190448 0.010808 -0.078076 0.321957 -0.379197 -0.35002 -0.139799 -0.13173 -0.18695 0.319392 -0.115803 -0.045398 -0.249241 -0.182875 -0.078037 0.044098 0.153784 0.000651 0.061887 -0.331335 -0.275951 0.268784 0.247148 0.00879 -0.202934 0.017167 0.150194 0.525181 0.126304 -0.068122 -0.222322 0.073576 0.025663 0.203793 0.285763 0.004021 0.049896 -0.150878 -0.062269 -0.056406 0.172813 0.184069 0.132071 -0.011505 -0.079024 0.002805 -0.48466 0.230556 0.3408 -0.077582 0.258569 -0.066647 0.335187 -0.455114 0.158111 0.109935 0.145908 0.18775 -0.053735 -0.298338 0.112008 0.322601 -0.115798 -0.018909 0.133654 -0.281137 0.007953 0.007825 0.163046 -0.146263 0.449953 0.112669 -0.055248 0.310221 0.472233 -0.043408 -0.049506 0.172123 0.070888 0.179116 0.304582 -0.115634 -0.007049 -0.152982 0.142033 0.064815 -0.242706 -0.059047 0.260241 -0.01219 -0.025734 -0.086451 -0.079324 -1.406023 0.082072 -0.044003 -0.026069 -0.040823 -0.006982 0.067742 0.032312 -0.253985 -0.065891 0.307324 0.160881 -0.022061 0.05965 0.244614 0.051459 0.04496 0.04483 0.092516 -0.049986 -0.136115 0.044597 0.035233 0.111379 -0.047872 -0.01805 -0.160452 0.155831 0.059947 -0.268942 -0.177454 0.241702 -0.987118 -0.043878 0.136914 0.137991 -0.083734 -0.086711 -0.204658 -0.229311 0.126829 -0.740038 -0.078849 0.056078 0.263016 0.140775 0.068182 -0.011418 -0.312246 -0.119811 -0.243694 -0.018865 0.05853 0.072882 0.067158 -0.26616 -0.114216 0.168403 0.18528 0.007335 -0.185116 -0.041138 -0.387659 -0.258227 -0.277594 0.251761 -0.203686 0.301905 0.09604 0.568626 0.223664 0.012535 0.382274 -0.070686 0.360961 -1.238186 0.078609 0.329017 -0.156957 0.174864 -0.300271 0.350879 -0.133196 -0.216976 -0.144885 0.13806 0.300354 -0.084224 0.232294 -0.132946 0.351204 -0.290222 0.328533 0.146846 0.203708 0.048335 -0.144018 0.202118 0.363754 0.131311 0.009565 -0.15367 -0.072253 0.186064 -0.042824 0.002102 0.285051 -0.234867 -0.10012 -0.171184 0.099327 0.238655 0.067929 1.208635 0.284058 -0.256357 -0.166489 0.346212 -0.17088 0.245696 -0.027937 -0.268722 0.089346 0.120005 0.5529 0.159595 -0.196175 -0.003045 -0.230067 -0.097632 0.209332 -0.058451 0.159237 0.352447 0.012304 -0.295671 0.165211 -0.007647 -0.216558 0.013578 -0.205119 -0.324694 0.103485 -0.131334 0.159607 0.013175 -0.307234 -0.355151 0.212201 0.258774 0.216472 0.266239 0.100087 -0.017256 0.356956 -0.343969 0.055627 0.20705 -0.13366 -0.093387 0.025037 0.022853 -0.117448 -0.021436 -0.041107 0.356468 -0.116976 -0.154492 -0.141172 -0.078343 0.22285 2.275435 0.020812 -0.152839 0.392137 -0.229884 0.03481 0.159977 -0.095673 0.211549 -0.130572 0.075786 -0.030051 -0.046836 0.077713 -0.380667 -0.364231 -0.145656 -0.117643 -0.037987 -0.024622 -0.10606 0.095724 -0.142803 0.077829 -0.243768 -0.154114 0.135848 0.220885 -0.251101 0.041569 -0.095949 -0.037667 0.083778 0.338452 0.438699 0.25799 -0.002655 0.420024 0.238681 -0.217677 -0.44722 0.067344 -0.054653 0.277183 -0.010945 0.11236 -0.120673 0.026691 0.465874 0.431381 -0.156052 -0.309244 0.014017 0.062158 0.044896 -0.19796 0.098249 0.068442 0.284037 0.101885 -0.617716 -0.35455 -0.2032 0.230892 -0.014118 0.00536 -0.233735 0.126661 -0.102607 -0.143352 0.095891 0.070673 0.142221 -0.220877 0.070519 -0.261023 0.010026 0.149933 0.082211 -0.195562 0.498541 -0.09081 0.08313 -0.117219 -0.012064 0.273814 0.006751 0.330544 0.218674 0.180364 0.193756 -0.152728 -0.229122 -0.46408 0.014967 -0.351176 0.021459 0.010238 -0.200401 0.708119 -0.150647 0.117017 0.266398 -0.207639 0.06252 0.376824 0.047659 -0.540351 -0.062273 0.426387 0.072067 -0.007267 0.285524 -0.044164 -0.038761 0.334414 -0.253333 -0.169265 0.095327 -0.040458 -0.407954 -0.029487 0.031155 0.21851 0.125365 -0.109615 0.207954 0.007647 0.222313 -0.292401 -0.208446 -0.010265 0.18287 -0.115742 -0.141578 -0.169839 -0.16467 0.207769 -0.417606 -0.108215 -0.780567 -0.384748 -0.134807 -0.077309 -0.036692 0.033798 0.125053 0.519906 -0.06795 -0.016634 0.465887 0.031296 -0.07018 -0.520961 -0.155375 -0.094002 -0.189115 0.255465 0.012186 -0.273754 0.273499 0.182992 -0.087421 0.371028 0.066583 -0.165468 0.093253 0.280927 0.204696 0.187642 -0.014064 0.239949 0.061631 0.102156 0.00857 0.078992 -0.181226 0.022255 0.178092 -0.269936 0.041698 -0.410452 0.31575 0.191678 -0.535238 0.086116 0.16865 -0.492183 0.384217 -0.247719 0.16582 -0.114961 -0.094911 0.170365 0.216829 -0.333211 0.028888 -0.175262 -0.127044 0.166791 -0.114359 0.157203 -0.133439 -0.16317 -0.03588 0.447414 0.260992 -0.212991 0.111179 -0.039802 -0.064136 -0.206222 -0.132934 0.676495 0.214137 0.125299 0.213139 0.200565 0.171283 0.010526 0.23979 -0.266463 -0.174903 -0.395076 -0.262328 0.052866 -0.633414 0.203104 -0.031843 -0.075503 -0.191901 -0.111569 0.068921 0.157896 0.050242 -0.238624 -0.094146 -0.487555 0.009718 -0.064679 0.059621 -0.195299 -0.102787 -0.170477 0.188987 0.159225 0.369741 -0.133151 0.208625 -0.004205 -0.016175 0.165419 -0.005446 -0.397655 -0.291193 0.007067 -0.265851 0.022428 0.308728 -0.051524 -0.215521 -0.329674 0.21379 -0.10236 -0.008846 -0.206722 0.289995 -0.131305 -0.329376 0.136385 0.34671 -0.010765 -0.21097 -0.125996 0.197723 0.343028 -0.039832 -0.030301 -0.110822 0.114725 -0.128109 0.274652 0.303829 -0.014962 -0.018054 -0.05978 -0.132947 0.019228 0.123269 0.257808 0.18367 -0.003185 -0.172157 0.109205 -0.773579 0.097328 0.149136 -0.253136 0.052812 0.075866 0.293637 -0.081205 -0.190661 0.069 -0.008831 0.02859 0.169169 -0.19341 -0.008529 0.2138 0.226406 -0.285477 0.204977 -0.277891 0.079728 0.290428 0.040755 0.121478 0.467603 0.315153 0.058062 0.43925 0.334721 -0.137556 -0.41446 0.129164 -0.124041 0.142491 0.386913 -0.012803 0.064312 0.08052 0.09982 0.095198 -0.130386 0.060763 0.433459 -0.004904 0.060181 -0.148247 0.095396 -0.780201 0.252674 0.019475 0.082739 -0.214338 0.186077 0.157382 -0.129758 -0.115073 0.05695 0.266401 0.248449 -0.028832 -0.231525 0.322632 0.018643 0.023575 -0.023444 0.077198 -0.04459 0.156677 0.08219 0.420795 -0.061888 0.066604 0.139185 -0.145461 0.148831 0.196768 -0.084532 -0.026013 0.081436 -0.808299 0.169475 0.168049 0.11432 -0.263985 -0.231136 -0.144327 -0.311866 0.15045 -0.463299 0.017864 -0.109441 0.149553 0.2766 0.086032 0.100377 -0.42458 -0.233326 -0.208007 0.182194 -0.180583 0.202149 0.113235 -0.102535 0.067423 0.289594 0.159279 0.236657 0.182026 -0.037629 -0.352146 -0.459367 -0.56299 0.102137 -0.26333 0.168364 0.49033 0.304668 0.07459 -0.050172 0.511044 -0.190876 0.110404 -2.067596 0.166119 0.529875 -0.248578 0.119441 -0.202904 0.089311 -0.323021 -0.326306 -0.012135 -0.029416 0.178602 0.058673 0.115066 -0.192295 0.294167 -0.037144 0.107142 0.075217 0.234449 0.003321 -0.364693 0.128892 1.646744 0.182271 0.010356 0.050034 -0.159423 0.051633 0.051616 -0.267862 0.38244 -0.294791 -0.203079 -0.107409 0.455447 0.007383 0.13186 1.504727 0.081444 -0.368192 -0.212182 0.22669 0.141865 0.258814 -0.026563 -0.202021 -0.086637 0.05167 0.406134 -0.192768 -0.416239 -0.163308 0.113 -0.292924 0.181546 -0.024947 0.195585 0.138727 -0.44245 -0.4595 0.181371 -0.157401 -0.142396 0.228575 -0.116117 -0.28056 0.114957 0.033994 0.231847 -0.10277 -0.100023 -0.115729 0.33461 0.158806 0.093011 0.429272 -0.077634 0.008959 0.176135 -0.036003 0.154548 0.080148 -0.117171 -0.128074 0.067278 0.004928 0.059032 -0.164599 -0.102607 0.320578 -0.321259 -0.019863 -0.009145 0.070734 0.088529 1.838438 -0.182178 -0.190867 0.153698 -0.132271\nờ 0.215214 0.189774 0.046684 -0.082667 0.13114 -0.137457 -0.100246 -0.160332 0.070544 -0.007204 -0.05349 -0.144072 -0.278582 -0.042935 -0.005521 -0.217623 -0.044619 -0.170409 -0.278015 -0.294688 -0.221732 -0.098536 0.225071 -0.477235 -0.23215 0.065244 -0.207597 0.101959 0.186634 0.322791 0.311977 -0.090474 0.050625 0.038429 0.033738 -0.199665 0.138993 -0.298587 0.365384 -0.061097 0.000253 -0.031941 -0.267936 0.609975 0.228364 -0.279684 -0.165883 0.121107 0.210088 0.255064 -0.302683 0.038524 0.109813 0.224606 0.123337 -0.244501 -0.072723 0.052812 0.24942 -0.245694 0.201541 -0.160098 0.036465 -0.124824 -0.055578 0.559037 -0.027352 0.259863 0.03844 -0.059418 -0.57319 0.060844 0.159884 -0.117087 -0.059619 0.035415 -0.255849 0.18914 -0.235779 -0.157279 0.01755 0.453598 0.094384 -0.043082 0.176659 0.210858 -0.293537 -0.120665 -0.32104 0.244197 -0.211884 -0.573823 -0.014488 -0.248274 0.661383 -0.177103 -0.118758 0.165672 -0.279886 0.020664 0.399489 0.010522 -0.244135 -0.035359 0.172686 0.28357 -0.465063 0.367699 0.072668 -0.24467 0.493469 -0.183497 -0.035378 0.164967 0.2524 -0.370239 0.11455 0.086028 0.15849 0.128071 -0.304553 0.231126 -0.033845 0.360585 -0.315368 -0.089539 0.055847 0.07566 -0.211383 -0.06765 -0.060059 -0.282592 -0.138439 -0.207959 0.161663 -0.671543 0.061467 0.002598 -0.266424 -0.015333 0.241151 0.005132 0.216413 -0.189745 0.22747 0.181328 0.118459 0.021221 -0.748571 0.14739 -0.37996 -0.010055 0.111623 0.270367 0.179037 0.063199 0.064359 0.252761 0.36657 0.036576 -0.057069 0.123732 0.500899 -0.132481 0.179274 0.010748 -0.015235 -0.049012 -0.030623 0.047583 0.184278 -0.102115 0.160785 0.060411 -0.255396 0.154334 -0.061226 0.125181 0.471948 -0.237601 0.097372 0.307978 -0.673044 0.079978 -0.373116 -0.01464 -0.111665 0.049924 0.066058 0.031047 -0.302244 -0.076706 -0.130514 0.123443 -0.182267 -0.024589 0.268189 -0.118326 -0.310811 -0.102342 0.231627 0.158488 -0.148242 0.082294 0.090675 -0.238768 -0.328819 0.128593 1.037823 0.101181 0.236337 0.318486 -0.007257 0.018827 0.247377 0.32202 0.012658 -0.49568 -0.363074 -0.246691 -0.26489 -0.505947 0.046913 0.193878 0.060395 -0.178155 -0.071411 0.223052 0.271287 -0.233049 -0.12333 0.061941 -0.565066 -0.371613 -0.211459 0.1789 0.078438 -0.084159 -0.084414 0.269058 -0.059323 0.331011 0.104074 0.02659 0.252404 0.045705 0.357459 -0.482079 -0.401877 -0.239785 -0.221924 -0.124629 0.296299 -0.128617 0.051094 -0.398746 0.059057 0.089475 0.132337 0.308876 -0.133262 -0.009033 -0.202498 -0.177501 0.312519 0.13102 0.202994 0.088185 4e-06 0.211102 0.529017 0.25474 -0.098036 -0.29073 0.0602 -0.063218 0.098194 0.184374 0.023951 0.169796 -0.091849 -0.018108 -0.049993 0.139814 0.044749 0.394391 -0.21073 0.088281 0.09701 -0.423437 0.151317 0.291609 -0.113447 0.133423 -0.1038 0.488338 -0.526274 0.187707 0.137463 0.134161 0.092545 -0.096062 -0.327732 0.199409 0.403867 -0.297411 0.045887 0.141394 -0.256212 0.065702 0.060324 0.250773 -0.119459 0.473353 0.139693 -0.02117 0.322992 0.541959 -0.004559 -0.04887 0.317869 0.134657 0.176649 0.257512 -0.062062 -0.020119 -0.093098 0.11565 0.017649 -0.255155 -0.020888 0.149424 -0.020437 -0.04967 -0.11281 -0.061826 -1.731099 0.11358 -0.056672 -0.339872 -0.123794 -0.074159 0.154928 0.087394 -0.081864 -0.031318 0.19651 0.130952 -0.159143 0.093512 0.105672 -0.046867 -0.099814 0.186137 -0.105919 -0.05957 -0.053172 0.214127 -0.120503 0.039133 0.025466 -0.021755 -0.170657 0.232235 -0.150837 -0.422861 -0.194782 0.389444 -0.962876 -0.064525 -0.098371 0.076095 -0.015411 -0.075875 -0.246505 -0.102866 0.114173 -0.740978 0.075664 -0.032787 0.246985 0.039559 0.036562 -0.139102 -0.247442 -0.150265 -0.170574 -0.005697 0.018961 0.084168 0.051422 -0.169993 -0.034192 0.207682 -0.00695 -0.056307 -0.211174 0.082955 -0.234093 -0.327113 -0.171022 0.247142 -0.076393 0.405433 0.212881 0.850311 0.05688 -0.040899 0.53339 -0.050305 0.395001 -1.389731 0.124322 0.19652 -0.361647 0.275096 -0.377521 0.29129 0.051326 -0.082075 -0.204558 0.214253 0.356411 0.021866 -0.03422 0.007029 0.439129 -0.260636 0.329581 0.216108 0.183607 0.093391 -0.163616 0.209722 0.479552 0.273089 -0.012862 -0.104877 -0.092863 0.014857 -0.115355 -0.217213 0.264097 -0.166983 -0.088821 -0.266185 -0.074924 0.270437 0.172602 1.055583 0.257723 -0.246909 -0.062491 0.261978 -0.057412 0.36026 -0.002811 -0.137856 0.139956 -0.003883 0.3902 0.148519 -0.194861 -0.178377 -0.182189 -0.053599 0.285452 -0.156819 0.130272 0.227575 -0.135572 -0.352709 0.175255 0.134877 -0.1311 0.050056 -0.234256 -0.176757 0.267282 -0.208039 0.238666 0.001315 -0.382042 -0.424335 0.158138 0.226833 0.253046 0.375335 0.147455 -0.060683 0.479954 -0.319255 0.071931 0.097847 -0.134586 0.035753 0.079352 0.041709 -0.098655 -0.08826 -0.09421 0.220372 -0.013519 -0.099893 -0.058942 -0.218724 0.228643 2.348729 0.035483 -0.049643 0.329978 -0.100304 -0.012946 -0.028116 -0.014735 0.076348 -0.065525 0.068471 -0.189604 -0.007968 0.188478 -0.478972 -0.314587 -0.175658 -0.037029 0.094568 -0.108324 -0.117372 0.010297 -0.172183 -0.006619 -0.382186 -0.305063 0.078544 0.142927 -0.329063 -0.034219 -0.115011 -0.115032 0.094613 0.431808 0.558626 0.28528 -0.050295 0.225189 0.283806 -0.22985 -0.381139 0.08353 -0.075783 0.243868 -0.018677 -0.010012 -0.229512 -0.052493 0.597796 0.453168 -0.233302 -0.134166 0.121534 0.188167 0.069562 -0.196698 0.160101 0.055297 0.500099 0.129836 -0.554476 -0.304449 -0.024908 0.318212 -0.155693 -0.109839 -0.206617 0.174271 -0.176604 0.034528 0.247959 0.211339 0.277995 -0.15952 0.007046 -0.351965 0.014145 0.121019 0.130443 0.027813 0.363131 0.005922 -0.019778 -0.117536 -0.148705 0.051498 0.116011 0.326823 0.153347 0.188971 0.021628 -0.259194 -0.15261 -0.182209 0.149104 -0.019985 -0.293892 -0.043393 -0.346915 0.82967 -0.020385 0.213215 0.394632 -0.304685 0.045783 0.522445 0.077421 -0.446331 -0.012716 0.366449 0.179401 -0.159323 0.278887 0.059371 0.003842 0.299359 -0.350934 -0.094827 0.277448 0.120531 -0.243598 0.011261 0.210238 0.118238 0.151546 -0.243927 0.172182 0.032262 0.251751 -0.459767 -0.103351 -0.111585 0.176349 -0.139437 -0.233814 -0.093409 0.03366 0.135384 -0.417408 -0.17206 -0.678521 -0.167968 -0.054438 -0.091208 -0.027352 0.190786 -0.065173 0.428334 -0.218561 0.317655 0.502593 -0.006054 0.168024 -0.546532 -0.267968 -0.118839 -0.198116 0.314396 0.029377 -0.095167 0.130615 0.158443 -0.053543 0.475005 0.056677 -0.199541 0.151797 0.292767 0.095109 0.335295 -0.056721 0.166141 0.139013 0.050811 0.094065 0.063293 -0.174491 0.044015 0.154926 -0.241615 -0.020065 -0.294422 0.354085 0.1946 -0.348815 0.170397 0.267532 -0.581763 0.247402 -0.2478 0.116692 -0.027137 -0.170934 0.01409 0.36975 -0.408838 0.149134 -0.107769 -0.118291 0.202903 -0.167629 0.229504 0.007895 -0.148821 0.020003 0.39213 0.123842 -0.018854 0.185396 -0.059517 -0.179136 -0.328306 -0.064272 0.723874 0.149657 0.169336 0.223552 0.202847 0.215526 0.1793 0.387069 -0.185448 -0.194161 -0.352059 -0.099368 -0.020163 -0.575695 0.096205 0.002574 -0.200727 -0.337379 -0.046956 0.042426 0.130034 -0.043384 -0.323451 0.093083 -0.638521 -0.306007 -0.047366 0.152621 -0.179046 -0.035994 -0.254684 0.201563 0.299451 0.289661 -0.165102 0.16482 0.225401 -0.004974 0.16299 -0.150662 -0.425098 -0.386657 -0.051983 -0.145722 0.016588 0.275158 0.092734 -0.365998 -0.291618 0.281839 -0.14075 0.102095 -0.089639 0.291925 -0.094429 -0.289426 0.148349 0.215445 0.093053 0.026295 -0.146106 0.244899 0.335327 -0.012147 0.03575 -0.259947 0.115942 -0.174914 0.21735 0.254947 0.065666 0.065731 -0.167708 -0.161717 0.043822 0.248501 0.235617 0.425237 -0.19819 -0.004963 0.20116 -0.850165 0.038669 0.117896 -0.360523 -0.159069 -0.002269 0.402543 -0.190907 -0.014988 0.051219 0.027352 -0.008746 0.156521 -0.233271 0.062604 0.34415 0.004858 -0.151199 0.1557 -0.32117 0.105085 0.33962 0.114749 0.110876 0.381493 0.370143 0.022148 0.399905 0.327265 -0.192766 -0.337428 0.165458 -0.034486 0.086197 0.432287 0.008991 0.116715 -0.020064 -0.001197 0.046566 -0.160205 -0.060416 0.341227 -0.121479 0.149839 -0.080423 0.147653 -0.955481 0.273491 0.063613 -0.123892 -0.201092 0.023405 0.20904 -0.043436 0.058408 0.059719 0.266855 0.307674 -0.116676 0.031523 0.289095 -0.017383 -0.109018 0.158395 0.039925 0.018098 0.277926 0.207975 0.392159 -0.081983 0.048061 0.063465 -0.210104 0.266758 0.031408 -0.346035 -0.070708 0.187532 -0.783326 0.182368 -0.07441 0.083827 -0.209695 -0.26931 -0.073336 -0.220445 0.092881 -0.30784 0.106804 -0.133473 0.14342 0.062311 0.038916 -0.103522 -0.324147 -0.302299 -0.12879 0.074743 -0.102417 0.235389 0.071685 -0.007037 0.162028 0.295268 0.062279 0.348535 0.193073 0.04532 -0.125995 -0.458407 -0.451677 0.204735 -0.171216 0.198611 0.688763 0.567489 -0.103476 0.053456 0.487466 -0.228789 0.152814 -2.161007 0.22995 0.331508 -0.363385 0.076819 -0.240594 0.009752 -0.055049 -0.09861 -0.268035 -0.027266 0.059111 0.106978 0.011048 -0.111504 0.242286 -0.073697 0.140966 0.182422 0.198229 0.083485 -0.382008 0.032078 1.890519 0.265511 0.091588 0.142724 -0.229995 -0.223097 -0.110594 -0.392928 0.373498 -0.30933 -0.21962 -0.285782 0.251825 -0.052528 0.399921 1.260712 0.054775 -0.378426 -0.131213 0.164591 0.273274 0.507617 -0.049099 -0.175891 -0.004993 -0.019682 0.224535 0.040402 -0.331378 -0.072269 0.060963 -0.194638 0.183256 -0.03289 0.172423 0.031345 -0.446077 -0.516744 0.140603 -0.125158 -0.093051 0.368412 -0.068568 -0.164825 0.286996 -0.090881 0.249967 -0.203132 -0.242357 -0.243622 0.099059 0.151437 0.159538 0.375477 -0.115289 0.046497 0.165704 -0.058316 0.014351 -0.083988 -0.162767 -0.046057 0.075532 0.010179 0.092938 -0.202757 -0.28361 0.202611 -0.33413 -0.033501 -0.022148 -0.001372 0.091254 1.875773 -0.241288 -0.202781 0.185036 0.015817\ng 0.212834 0.302459 -0.000604 -0.009309 0.049117 -0.13828 0.023437 -0.227866 0.007243 -0.060444 -0.191126 -0.088727 -0.197729 -0.020574 0.170222 -0.314904 0.065625 -0.263455 -0.181406 -0.307737 0.046569 -0.127844 0.266716 -0.280402 -0.181388 0.135664 -0.18401 0.18553 0.137191 0.019075 0.306886 -0.113638 0.063473 0.084605 0.088206 -0.294528 0.167985 -0.302107 0.218197 0.088917 0.00123 0.013368 -0.140054 0.368557 0.169464 -0.479451 -0.235713 -0.061219 0.046497 0.325506 -0.459927 -0.101164 0.032221 0.150411 0.09004 -0.042215 -0.051446 0.017892 0.241741 -0.018966 0.218479 -0.136082 0.049208 0.040215 0.06746 0.309926 -0.083796 0.364943 0.023631 0.030003 -0.541441 0.119777 0.114034 -0.02923 -0.164446 0.127266 -0.340991 0.409092 -0.096246 -0.261262 0.044416 0.318474 0.111319 0.065055 -0.016045 0.350744 -0.090158 -0.066061 -0.424164 0.160481 -0.293073 -0.310534 0.022436 -0.060212 0.586332 -0.287822 -0.157872 0.022561 -0.183616 0.116807 0.321806 -0.269748 -0.198434 -0.096097 0.110961 0.151751 -0.267447 0.399138 -0.160175 -0.103644 0.41544 -0.049248 -0.205616 0.238908 0.101442 -0.387757 0.044883 0.064802 0.087511 0.235717 -0.210773 0.285676 0.023035 0.35389 -0.338595 -0.269196 0.141062 0.02634 -0.431473 -0.027816 -0.093355 -0.253742 -0.070308 -0.089827 0.183478 -0.669443 -0.244923 -0.009518 -0.223428 -0.095387 0.08139 0.15245 0.262161 -0.116871 0.083949 0.312853 0.120363 -0.095937 -0.841836 0.111368 -0.213232 0.087634 0.056872 0.140898 0.112456 0.209594 0.050012 0.230575 0.278843 0.205683 -0.056686 0.062846 0.541506 -0.099104 0.034983 -0.037296 -0.035651 -0.121898 -0.062228 -0.035225 0.32769 -0.186226 -0.03111 0.166479 -0.148225 0.02072 -0.279689 0.236015 0.333243 -0.297905 -0.105481 0.357482 -0.457297 0.205778 -0.521317 0.175222 -0.08184 0.0421 0.120006 -0.153196 -0.130158 -0.213624 -0.139229 0.146738 -0.116463 -0.086151 0.109682 -0.194497 -0.222112 0.010279 0.349986 0.233228 -0.121983 0.093106 0.097676 -0.258189 -0.204361 0.13338 1.142482 -0.075681 0.254002 0.257868 -0.010406 0.174321 0.172017 0.218808 -0.041674 -0.35756 -0.320853 -0.340202 -0.185658 -0.545691 0.190051 0.193163 0.233058 -0.287551 -0.173568 0.099939 0.191989 -0.126016 -0.14137 -0.070073 -0.375736 -0.212238 -0.17588 0.130572 0.043297 -0.068311 -0.253503 0.233028 0.138927 0.348989 0.179833 0.189681 0.150189 -0.013451 0.312219 -0.318652 -0.381956 -0.243641 -0.251649 -0.283628 0.349154 -0.0668 0.15273 -0.301236 -0.116369 -0.186172 -0.119465 0.176572 -0.053942 0.021052 -0.324302 -0.31067 0.219277 0.302318 0.094548 -0.266939 -0.019017 0.128394 0.48881 0.046485 -0.107676 -0.329641 0.0829 -0.052469 0.158348 0.278319 -0.029962 0.004873 -0.155412 0.030604 -0.064913 0.172127 0.239524 0.188266 -0.054206 -0.157614 -0.078947 -0.492113 0.295775 0.25162 -0.062511 0.293546 -0.149842 0.434776 -0.468686 0.086012 0.127986 0.232528 0.137328 -0.091825 -0.240455 0.154851 0.301025 -0.08777 -0.007324 0.000426 -0.247274 -0.010544 -0.011431 0.069671 -0.155327 0.353845 0.066817 -0.088534 0.306336 0.460211 -0.090577 -0.011284 0.064783 0.204768 0.140283 0.242373 -0.091498 -0.02189 -0.177711 0.090993 0.07737 -0.249799 -0.001602 0.209253 -0.050225 0.016564 -0.119095 -0.121277 -1.399294 0.011913 -0.094868 0.020699 0.035993 -0.015153 0.144949 -0.035281 -0.216633 -0.006028 0.248714 0.24426 -0.155814 0.068665 0.158009 0.144277 0.023537 0.007653 0.129534 -0.025461 0.052254 0.146896 0.01551 0.123115 -0.039952 0.058055 -0.090533 0.167518 0.077215 -0.231232 -0.192782 0.234837 -0.884676 -0.025176 0.064745 0.222605 -0.077329 -0.124057 -0.318605 -0.177602 0.080482 -0.753337 -0.118323 0.06054 0.193557 0.056189 0.08302 -0.144278 -0.264318 -0.12969 -0.185226 0.002783 0.030883 0.024814 0.146742 -0.285515 -0.060425 0.268036 0.09582 -0.015493 -0.180658 -0.091531 -0.335105 -0.28075 -0.235733 0.239467 -0.144175 0.203405 0.059308 0.424937 0.106296 -0.076196 0.361085 -0.097237 0.275219 -1.28288 0.104183 0.266966 -0.124491 0.081044 -0.224679 0.405487 -0.070775 -0.32545 -0.135692 0.164372 0.241753 -0.125611 0.216501 -0.085384 0.356933 -0.285464 0.276558 0.158528 0.328341 0.051437 -0.153308 0.225574 0.287181 0.126876 -0.013355 -0.330917 0.043249 0.227669 -0.021087 -0.014398 0.268774 -0.205962 -0.086082 -0.207549 -0.01841 0.219338 0.036033 1.221042 0.268435 -0.323738 -0.027332 0.342548 -0.177368 0.261276 -0.06643 -0.352668 -0.012117 0.202837 0.5665 0.141992 -0.237718 -0.019876 -0.269325 -0.012572 0.211964 -0.103732 0.126013 0.324952 0.042069 -0.315494 0.203323 0.016333 -0.274265 -0.027585 -0.217139 -0.267038 0.115325 -0.143579 0.194995 0.097836 -0.341114 -0.405753 0.266758 0.322863 0.298267 0.232199 0.129735 0.011212 0.371457 -0.239064 -0.030298 0.156963 -0.188638 -0.08902 -0.093528 -0.006109 0.012995 -0.006603 -0.005101 0.317826 -0.05697 -0.173608 -0.214031 -0.004583 0.265325 2.359707 0.004195 -0.214352 0.321722 -0.173925 -0.02897 0.123267 -0.087048 0.134194 -0.109162 -0.011404 -0.03054 -0.050314 0.09719 -0.336741 -0.336227 -0.082677 -0.019219 0.049856 0.027741 -0.121655 -0.020294 -0.182384 0.089694 -0.416352 -0.024848 0.040468 0.13783 -0.183563 0.001048 -0.033066 -0.079845 0.160018 0.297908 0.290434 0.139462 -0.007842 0.241892 0.330193 -0.204471 -0.406955 0.113491 -0.114656 0.158941 0.080103 0.00859 -0.124706 0.025498 0.311692 0.426072 -0.190338 -0.211488 0.022412 0.050541 0.126615 -0.227658 0.056899 0.11383 0.217601 0.149623 -0.4923 -0.368562 -0.175216 0.206964 0.084787 -0.000705 -0.233546 0.09325 -0.111946 0.025105 0.03615 0.132792 0.26282 -0.034389 0.062276 -0.401789 -0.040835 0.239132 -0.0036 -0.176992 0.429954 -0.127328 0.034624 -0.026742 -0.061136 0.106936 -0.126846 0.381797 0.188927 0.128101 0.117978 -0.070653 -0.149973 -0.389421 0.005704 -0.295671 -0.040388 -0.017568 -0.099874 0.749463 -0.196413 0.110106 0.19957 -0.188326 0.096376 0.413112 0.005486 -0.468035 -0.004239 0.343862 -0.021354 0.050273 0.315433 -0.125272 -0.047309 0.189656 -0.119884 -0.137269 0.141089 -0.020171 -0.371974 -0.051603 0.04369 0.248488 0.07606 -0.078186 0.200066 0.165522 0.243947 -0.370306 -0.227176 0.097672 0.161421 -0.21683 -0.191588 -0.131363 -0.127754 0.064215 -0.285645 -0.124056 -0.750649 -0.40137 -0.223934 -0.0873 -0.094435 0.10923 0.089499 0.403798 -0.145084 -0.028708 0.489378 0.064429 -0.04978 -0.615977 -0.115967 -0.131049 -0.232991 0.241472 -0.02347 -0.229237 0.333686 0.04843 -0.084046 0.365808 0.133783 -0.16511 0.104439 0.268689 0.133838 0.245348 -0.067984 0.244524 0.068825 0.122039 0.010642 0.173957 -0.188577 0.003824 0.20249 -0.278995 0.012138 -0.395555 0.280651 0.131299 -0.448296 0.156918 0.210038 -0.561004 0.481033 -0.232511 0.318597 -0.107859 -0.108068 0.151739 0.165334 -0.285654 0.045057 -0.145486 -0.137252 0.080192 -0.090238 0.056323 -0.160964 -0.174286 -0.011331 0.483269 0.272383 -0.058489 0.049232 -0.134606 -0.044616 -0.262611 -0.025487 0.763757 0.124913 0.217127 0.195014 0.127222 0.163822 0.097751 0.17112 -0.099788 -0.22839 -0.37636 -0.387289 0.037909 -0.628048 0.203094 0.043751 -0.016047 -0.323943 -0.073992 -0.057435 0.00844 -0.017734 -0.225596 -0.107055 -0.352111 -0.004448 -0.115988 0.07795 -0.116344 -0.102684 -0.280296 0.135132 0.098347 0.381011 -0.062412 0.248542 0.100609 0.053003 0.146753 -0.042738 -0.432345 -0.42983 -0.05661 -0.287928 0.018795 0.255839 0.117864 -0.18124 -0.28526 0.19424 -0.199473 -0.064412 -0.18541 0.199405 -0.195436 -0.299489 -0.043996 0.337015 0.035371 -0.184296 -0.131696 0.151537 0.265865 -0.114409 0.023651 -0.210011 0.119953 -0.037071 0.211038 0.337082 -0.031694 -0.05684 -0.002143 -0.067254 -0.036962 0.125141 0.234204 0.214627 -0.000336 -0.179863 0.140815 -0.770764 0.094094 0.062852 -0.318434 0.105933 -0.058059 0.340369 -0.079242 -0.173434 0.142887 -0.020969 0.00252 0.216953 -0.153306 0.126981 0.300651 0.236441 -0.232016 0.053012 -0.286822 0.061062 0.209849 -0.021567 0.162881 0.414842 0.322265 -0.073403 0.398174 0.291385 -0.19548 -0.377586 0.080757 -0.058283 0.140389 0.356931 -0.015108 -0.002098 0.024038 0.007178 0.077442 -0.110436 -0.013818 0.40532 -0.029012 0.090629 -0.103062 0.070528 -0.727212 0.198082 -0.033366 0.233364 -0.098142 0.220434 0.251329 -0.194485 -0.056864 0.033854 0.253077 0.272766 -0.079673 -0.157097 0.275977 0.00029 -0.04915 -0.04234 0.152894 -0.028904 0.342704 0.056438 0.4722 0.016807 0.057847 0.257446 -0.113664 0.121811 0.212206 -0.075958 -0.098271 0.059366 -0.780136 0.162965 0.04479 0.135442 -0.259277 -0.278517 -0.163781 -0.309734 0.039185 -0.403263 -0.057161 -0.099021 0.130457 0.173225 0.081884 0.054642 -0.372517 -0.2071 -0.263693 0.14129 -0.16902 0.166412 0.141517 -0.135936 0.096248 0.313217 0.007174 0.224222 0.171438 -0.100065 -0.315746 -0.481667 -0.590276 0.069135 -0.119432 0.141688 0.40639 0.129741 -0.063126 -0.157605 0.404186 -0.169593 0.004909 -2.054387 0.114764 0.398822 -0.201107 0.034355 -0.156949 0.114159 -0.205529 -0.394486 -0.013973 0.001628 0.106758 -0.002541 0.087923 -0.196992 0.284428 -0.099862 0.038788 0.134509 0.234415 -0.006297 -0.404491 0.151945 1.604608 0.140863 -0.054676 -4.9e-05 -0.091415 0.040372 0.048995 -0.249398 0.383155 -0.213159 -0.250651 -0.090649 0.308726 0.005972 0.073161 1.507525 0.066428 -0.51781 -0.115402 0.286088 0.194831 0.284994 -0.083182 -0.261469 -0.117083 0.15292 0.394867 -0.171596 -0.419599 -0.196218 -0.033898 -0.08665 0.167977 -0.147741 0.161657 0.169756 -0.283 -0.429465 0.18363 -0.11663 -0.216781 0.254452 -0.178804 -0.293946 0.145084 0.140921 0.186748 -0.134316 -0.144322 -0.124906 0.343538 0.131288 0.159161 0.373133 -0.035088 0.110415 0.232238 0.003786 0.170411 0.061096 -0.102478 -0.080227 -0.155605 0.051294 0.126866 -0.04415 -0.119418 0.246801 -0.259141 0.01021 -0.046289 0.205285 0.11636 1.836358 -0.110515 -0.180838 0.091391 -0.077132\nb 0.074478 0.170555 0.015113 -0.078389 0.015058 -0.128733 -0.009824 -0.119719 0.154611 0.025426 -0.327711 -0.082936 -0.144132 0.019825 0.263135 -0.18058 0.072652 -0.295611 -0.332051 -0.233044 -0.135843 -0.09511 0.050667 -0.327165 -0.067781 0.142331 -0.004458 0.065701 -0.024854 0.014183 0.256986 -0.025328 0.132473 -0.020104 0.002101 -0.436344 0.194139 -0.207545 0.448074 -0.145818 -0.040787 0.002554 -0.16547 0.499652 0.121422 -0.41292 -0.144527 0.189261 0.03582 0.161842 -0.427959 -0.01578 0.019211 0.085093 0.074496 -0.115811 -0.239978 0.078698 0.228721 -0.072378 0.261647 -0.149606 0.024272 -0.044493 -0.018969 0.395825 -0.00492 0.278172 0.129011 -0.036325 -0.632614 0.018789 0.077608 0.077962 -0.156013 0.068624 -0.476628 0.24081 -0.117492 -0.389694 0.026435 0.298947 0.171473 0.108592 0.195135 0.328558 -0.230266 -0.154784 -0.367979 0.148242 -0.29093 -0.263061 0.040276 -0.041403 0.440077 -0.207568 -0.137355 0.11847 -0.226117 0.046719 0.402055 -0.31061 -0.132471 -0.250395 -0.09774 0.02469 -0.383086 0.376271 -0.155558 -0.1098 0.36213 -0.154046 -0.280207 0.300842 0.03404 -0.412344 0.068276 0.001629 0.165721 0.126722 -0.263868 0.235148 0.031049 0.533947 -0.416049 -0.132605 -0.016973 -0.04506 -0.39142 -0.152689 -0.194345 -0.141505 -0.186872 -0.131802 0.108342 -0.762316 -0.305634 0.077889 -0.235504 -0.127036 0.162512 -0.086261 0.205732 -0.202856 0.028945 0.242362 -0.080506 -0.197084 -0.739608 0.118198 -0.134715 0.064094 0.00675 0.014047 0.155296 0.181264 0.034264 0.401218 0.129953 0.200007 -0.108962 -0.018017 0.320433 -0.057645 -0.006439 -0.056031 -0.116061 -0.102942 0.06275 -0.045654 0.285131 0.156654 0.1911 0.14138 -0.077094 -0.043379 -0.083377 0.239438 0.422815 -0.18472 -0.015953 0.237441 -0.4659 0.287383 -0.396095 0.027888 -0.091138 0.093068 0.170907 -0.166515 -0.160142 -0.232717 -0.151394 0.253921 -0.07072 -0.090444 0.262838 -0.070327 -0.179343 -0.081587 0.217325 0.16105 -0.083752 0.074678 0.10605 -0.261087 -0.095377 0.124499 1.183 -0.091928 0.4124 0.301777 -0.009395 0.122212 0.025419 0.047094 0.126483 -0.37553 -0.401809 -0.350845 -0.164524 -0.578192 0.284797 0.267865 0.340263 -0.167408 -0.128941 0.157292 0.19508 -0.102792 -0.235848 -0.121547 -0.231537 -0.233878 -0.211347 0.181224 -0.063426 -0.011357 -0.203412 0.214803 0.017261 0.395751 0.076795 0.003899 -0.003054 -0.250733 0.257075 -0.481951 -0.391218 -0.30316 -0.285199 -0.244407 0.460973 -0.168193 0.378334 -0.309474 0.011742 -0.274089 0.109205 0.393705 -0.208186 0.163212 -0.195471 -0.110525 0.236665 0.170706 0.133732 -0.051031 0.132137 0.202804 0.390497 0.104677 -0.127393 -0.422439 0.078464 -0.157856 0.075665 -0.049301 0.03561 0.074006 -0.243275 -0.045817 0.032987 0.247312 0.20927 0.127231 -0.164732 -0.209846 -0.028202 -0.23622 0.175223 0.340915 -0.147458 0.118022 -0.186388 0.491519 -0.413679 0.12079 0.090919 0.212855 0.192173 0.002397 -0.227998 0.109539 0.276316 -0.292648 -0.031333 0.064092 -0.158645 -0.086076 0.070712 0.121279 -0.249295 0.207957 0.078806 -0.162042 0.358442 0.488371 -0.019986 0.085197 0.182067 0.400687 0.151181 0.105038 -0.266921 -0.009738 -0.282466 0.111588 0.224294 -0.141557 0.063122 0.228469 0.032563 -0.020562 0.130669 -0.268968 -1.660548 0.12517 -0.101975 -0.283777 -0.02131 0.026547 0.205865 -0.138257 -0.10181 -0.068185 0.226528 -0.010203 -0.18326 0.050905 -0.080293 0.027238 0.011719 0.066483 -0.002091 0.067979 -0.062089 0.13466 -0.063627 -0.003869 -0.099707 -0.039882 -0.107588 0.202049 0.078707 -0.608699 -0.497877 0.105417 -0.801455 -0.166751 0.015087 0.145356 -0.12985 -0.146384 -0.257012 -0.15994 -0.05799 -0.553036 0.018479 -0.085907 0.123448 -0.008359 -0.131215 -0.094118 -0.235399 -0.060941 -0.064801 -0.059062 0.022259 0.157507 0.009948 -0.204908 -0.027236 0.24783 -0.002696 -0.166931 -0.102106 0.029331 -0.297047 -0.292657 -0.191208 0.102347 -0.081666 0.241489 0.100908 0.432787 0.16874 -0.034506 0.333187 -0.093943 0.217763 -1.361683 0.340042 0.255447 -0.346621 0.068062 -0.091348 0.368986 -0.024356 -0.230123 -0.182104 0.195971 0.196719 -0.137794 0.160434 -0.015728 0.320768 -0.301225 0.176625 0.219895 0.170239 0.093167 -0.038192 0.21178 0.247909 0.108777 -0.201103 -0.4159 0.106276 0.192827 0.03279 -0.049911 0.229682 -0.106794 -0.124511 -0.211674 -0.080563 0.321443 0.167152 1.071547 0.346761 -0.367217 -0.066137 0.3183 0.004289 0.335807 0.099037 -0.204886 -0.096268 0.074124 0.502553 0.229512 -0.174442 0.130222 -0.142577 0.159068 0.361197 -0.110601 0.048618 0.288644 0.016891 -0.354656 0.205315 0.022694 -0.161749 0.018121 -0.049186 -0.038353 0.003011 -0.21286 0.294712 0.101838 -0.178556 -0.126517 0.154215 0.318874 0.201752 0.110916 0.164419 -0.060438 0.339725 -0.183795 -0.025602 -0.005071 -0.238471 -0.232725 0.018606 0.061407 0.024506 0.157009 -0.016854 0.238371 -0.076364 -0.140125 -0.155836 -0.115487 0.352944 2.308997 -0.018541 -0.14907 0.260746 0.018795 -0.006215 0.038105 -0.038887 -0.045402 -0.201282 -0.127882 -0.129333 0.05822 0.302877 -0.305698 -0.243496 -0.0755 -0.014768 0.02316 0.110539 0.002936 0.029839 -0.350017 0.011491 -0.434976 -0.212517 -0.076772 -0.041977 -0.081219 0.008533 -0.075718 -0.081368 0.115688 0.256058 0.308648 0.050644 0.200742 0.288875 0.241801 -0.149837 -0.450558 0.317411 -0.09826 0.365585 -0.108304 -0.1361 -0.104771 -0.107941 0.283231 0.364417 -0.131703 -0.124849 0.033497 0.032542 0.02689 -0.096635 -0.042533 0.080937 0.182846 0.10716 -0.461843 -0.403133 -0.068062 0.097981 -0.111852 0.11736 -0.154732 -0.044415 -0.176054 -0.116419 0.133466 0.167326 0.234574 -0.048838 0.069193 -0.389245 -0.054306 0.135306 0.206835 -0.065618 0.298478 -0.183557 -0.011176 -0.080541 -0.070894 0.091391 -0.075987 0.196481 0.357623 0.104504 0.246306 -0.189486 -0.021306 -0.249438 0.057074 -0.164736 -0.021299 -0.097954 -0.077687 0.775035 -0.050474 0.009565 0.081564 -0.305775 0.087771 0.294168 -0.279852 -0.416763 -0.265859 0.150787 -0.021484 -0.128676 0.292827 -0.248271 0.167145 0.273993 -0.158626 -0.249738 0.230488 0.078639 -0.468276 0.113881 -0.093078 0.191303 -0.173768 -0.111124 0.303566 0.098197 0.365869 -0.363693 -0.044732 0.208632 0.027967 -0.226336 -0.196889 -0.061155 -0.093749 0.046143 -0.398984 -0.01682 -0.828605 -0.445093 -0.309875 -0.101014 -0.142819 0.017085 -0.105763 0.271894 -0.304708 0.131951 0.420778 -0.074662 -0.013848 -0.715761 -0.061401 -0.033159 -0.121357 0.077988 -0.126396 -0.0341 0.260831 -0.010425 0.03202 0.245106 0.251986 0.000571 0.02818 0.265285 0.20218 0.105298 -0.182998 0.157126 0.182759 0.28266 -0.079041 0.170017 0.224627 0.265115 0.242164 -0.39015 -0.113307 -0.279381 0.298841 0.236258 -0.23546 0.250714 -0.012449 -0.511246 0.48482 -0.306916 0.237751 -0.057155 -0.054144 0.21036 0.102117 -0.24372 -0.06596 -0.209066 -0.071993 0.169084 -0.031622 0.250762 -0.09864 -0.077581 -0.215387 0.359535 0.175701 -0.106874 0.041268 -0.027038 -0.230605 -0.217484 -0.04137 0.894603 0.03679 0.368985 0.302441 0.176996 -0.034137 0.051895 0.238902 0.012403 -0.229872 -0.255604 -0.388567 0.099944 -0.83175 0.420001 0.003223 0.007855 -0.247387 -0.185557 -0.056947 0.16178 0.171955 -0.383888 -0.061369 -0.266873 -0.138437 -0.088764 -0.091792 -0.162178 0.03375 -0.265348 0.152138 0.083363 0.302588 -0.093366 0.166582 -0.050732 -0.258636 0.144791 -0.176284 -0.305256 -0.503535 -0.070362 -0.316549 0.27915 0.203836 0.34433 -0.381331 -0.124046 0.141023 -0.139871 0.033367 -0.083204 0.305603 -0.095024 -0.269961 -0.151843 0.188026 0.172781 -0.041727 -0.069075 0.175787 0.213096 0.010278 0.092252 -0.308236 0.154026 -0.154544 0.162276 0.157327 0.115582 -0.003154 -0.109109 -0.227751 0.146395 0.176588 -0.011644 0.186952 -0.035513 -0.177565 0.12333 -0.659997 0.047189 0.150321 -0.373234 -0.04572 0.044031 0.444949 -0.16219 -0.206856 0.203202 -0.071865 0.027843 0.296636 -0.167687 -0.002279 0.383611 -0.002362 -0.311925 0.184086 -0.304724 -0.024756 0.33412 -0.038757 0.011362 0.2624 0.189261 -0.055604 0.305751 0.301803 -0.184084 -0.225989 0.25289 0.112651 0.206639 0.171787 -0.248593 0.211063 -0.085249 -0.072189 0.19849 -0.180515 -0.068438 0.389766 0.123943 0.068536 0.033424 -0.05292 -0.796405 0.308664 -0.035739 0.018143 -0.053791 0.235702 0.342022 -0.250062 -0.062815 -0.099118 0.155776 0.109374 0.004063 -0.069146 0.217788 -0.095592 -0.095118 -0.070297 0.118416 0.029824 0.125959 0.037095 0.372605 -0.045264 -0.074724 0.346754 -0.291317 0.171034 0.117098 -0.28678 -0.237971 -0.098865 -0.798569 -0.132502 -0.05115 -0.006582 -0.215467 -0.227021 0.022524 -0.236902 0.031032 -0.219785 0.174886 -0.183282 -0.024216 0.041854 -0.114987 0.138347 -0.215673 -0.100574 -0.204326 0.059444 -0.201247 0.412549 0.043694 -0.096098 0.145262 0.38724 0.068741 0.09973 0.317582 0.008548 -0.186632 -0.497622 -0.535068 0.043708 -0.17526 0.000148 0.372872 0.17891 0.038873 -0.01546 0.261277 -0.197478 -0.104673 -2.175229 0.288131 0.315523 -0.185762 -0.021121 -0.07596 0.100072 -0.01047 -0.159642 -0.248566 -0.041331 0.029497 -0.004727 0.045653 -0.303648 0.231101 -0.114099 0.068408 0.276615 0.171072 -0.102789 -0.153141 -0.026047 1.897245 0.092561 -0.133336 0.023051 -0.048821 -0.134145 -0.068918 -0.23432 0.294328 -0.070699 -0.235372 -0.133834 0.214706 0.004482 0.229086 1.407436 0.119699 -0.353555 -0.267397 0.300088 0.24693 0.307045 -0.050004 -0.111501 -0.091842 0.0801 0.211554 0.061471 -0.42997 -0.050974 -0.147432 0.055418 0.270633 -0.091981 0.134585 0.24305 -0.170393 -0.456046 0.029205 0.030607 -0.164354 0.207748 -0.160217 -0.00078 -0.003325 -0.022672 0.307805 -0.159473 -0.025954 0.04665 0.190147 0.187559 0.280542 0.202366 -0.094072 0.02311 0.225204 -0.029804 0.147814 -0.22041 -0.149307 -0.201762 -0.03809 0.13284 0.266371 0.133888 -0.098661 0.140617 -0.235512 -0.075242 -0.015528 0.134493 0.310866 1.699533 -0.184495 -0.026533 0.113751 0.071849\ni 0.15244 0.305425 0.027952 -0.013816 0.002599 -0.198373 -0.004705 -0.121751 0.026015 0.043306 -0.224297 -0.090673 -0.255009 0.048554 0.181565 -0.198545 0.033219 -0.181762 -0.19323 -0.209036 -0.140275 -0.033215 0.15206 -0.278992 -0.172761 0.101748 -0.202699 0.174953 0.168249 0.092213 0.279812 -0.099528 0.08938 0.069819 -0.002173 -0.276097 0.101862 -0.249329 0.382475 -0.052856 -0.025425 -0.022851 -0.193752 0.427379 0.234303 -0.483831 -0.147195 -0.062265 0.036336 0.285447 -0.442346 -0.165247 0.103045 0.097539 0.133956 -0.120629 -0.156929 0.058464 0.257145 0.034673 0.169333 -0.078338 0.071268 0.006037 0.050907 0.345411 -0.02591 0.264457 0.013262 -0.106982 -0.476683 0.029186 0.026298 -0.036353 -0.107186 0.06371 -0.346421 0.341937 -0.146943 -0.266612 0.047362 0.324899 0.165379 0.18164 0.086436 0.253342 -0.071106 -0.171585 -0.400122 0.151426 -0.277192 -0.254842 -0.055268 -0.095801 0.533079 -0.073109 -0.110021 -0.008236 -0.221012 0.119539 0.318371 -0.159852 -0.16631 -0.068392 0.133232 0.070446 -0.306073 0.339622 -0.070642 -0.120204 0.440838 -0.072198 -0.225547 0.327576 0.064115 -0.387574 0.106659 -0.032524 0.132236 0.159075 -0.27054 0.270115 -0.022888 0.379899 -0.212412 -0.210881 0.100672 -0.017699 -0.373396 -0.058439 -0.108872 -0.339029 -0.14419 -0.061675 0.12068 -0.678991 -0.230475 0.049021 -0.177156 -0.0449 0.120836 0.086121 0.157584 -0.237908 0.127498 0.232565 0.070847 -0.06144 -0.879684 0.12778 -0.156717 0.135854 0.050306 0.152967 0.156366 0.214035 0.036531 0.31303 0.194159 0.228389 -0.116144 0.056738 0.386658 -0.055052 0.041025 -0.08178 -0.073984 0.085964 -0.004906 -0.065691 0.327514 -0.073941 0.099388 0.201374 -0.063563 0.074806 -0.169206 0.131626 0.330742 -0.295141 -0.028181 0.268261 -0.411553 0.202209 -0.431408 0.012111 0.013566 0.032641 0.21763 -0.076741 -0.128565 -0.151225 -0.150757 0.139164 -0.030617 -0.0875 0.139601 -0.101096 -0.177263 -0.045269 0.292018 0.122678 -0.010443 0.115652 0.135232 -0.232419 -0.109728 0.126278 1.036337 -0.066724 0.214296 0.188057 -0.113775 0.10055 0.080077 0.211344 -0.024722 -0.298909 -0.33331 -0.297173 -0.13753 -0.539127 0.13688 0.13617 0.251686 -0.173372 -0.019768 0.211626 0.233644 -0.155291 -0.109655 -0.052184 -0.278224 -0.301201 -0.184888 0.104562 -0.009222 -0.101672 -0.188823 0.167175 0.075446 0.272837 0.110804 0.149491 0.094421 0.042612 0.291465 -0.377859 -0.323149 -0.206652 -0.246306 -0.266418 0.367631 -0.024898 0.213835 -0.306196 -0.145697 -0.213107 -0.043228 0.243062 -0.044932 -0.019473 -0.276912 -0.225463 0.200539 0.275873 0.132868 -0.11411 -0.01256 0.227963 0.4651 0.055806 -0.057733 -0.266221 0.018186 -0.091562 0.193571 0.224866 0.030514 0.071773 -0.082987 -0.004888 -0.01956 0.060484 0.335276 0.0395 -0.068315 -0.053649 -0.05372 -0.399604 0.158991 0.272668 -0.04594 0.257643 -0.112404 0.423543 -0.365883 0.048166 0.160236 0.175039 0.088201 -0.055973 -0.183245 0.237927 0.237456 -0.12343 -0.01899 0.041888 -0.091326 -0.127975 -0.002626 0.064812 -0.15751 0.279723 0.065712 -0.04397 0.226341 0.334738 -0.090071 0.042875 0.143682 0.159438 0.044797 0.191208 -0.087549 -0.004185 -0.162069 0.085254 0.063986 -0.290436 -0.016613 0.144895 -0.022017 -0.033748 -0.050474 -0.16087 -1.424421 0.101516 -0.155287 -0.041387 -0.073529 -0.087522 0.09586 -0.052847 -0.210084 -0.027744 0.238779 0.109461 -0.095807 0.015974 0.111708 0.15694 0.015002 0.028896 0.125818 0.090454 -0.006268 0.14681 0.051526 0.02362 -0.009957 0.096502 -0.095347 0.019183 0.112752 -0.461348 -0.261955 0.135789 -0.892434 -0.120344 -0.031353 0.129969 -0.084772 -0.154433 -0.285025 -0.109937 0.01559 -0.567389 -0.073905 0.015317 0.200404 0.171645 0.061171 -0.186926 -0.203848 -0.123569 -0.136514 -0.016784 0.119941 0.081318 0.056859 -0.234036 -0.004271 0.204375 0.022304 -0.020756 -0.184326 -0.009255 -0.221448 -0.194691 -0.175684 0.258948 -0.079875 0.267267 0.158901 0.386391 0.171199 -0.130111 0.378745 -0.017002 0.31208 -1.277907 0.067725 0.238412 -0.208685 0.109139 -0.233223 0.370774 -0.053026 -0.294814 -0.187071 0.192297 0.248455 -0.175381 0.194256 -0.019038 0.38772 -0.299175 0.31254 0.155242 0.252773 0.095021 -0.081471 0.112864 0.368611 0.106107 -0.066454 -0.26282 0.066986 0.194165 -0.06686 -0.049923 0.275302 -0.155125 -0.115332 -0.145087 -0.02729 0.314539 0.089245 1.174686 0.262273 -0.144636 -0.034133 0.367525 -0.000233 0.237496 -0.001567 -0.271239 -0.056004 0.220325 0.358971 0.144772 -0.244543 -0.039892 -0.294928 -0.012623 0.203129 -0.124815 0.218927 0.19089 -0.043809 -0.251212 0.295417 -0.000606 -0.124747 -0.013359 -0.151452 -0.229442 0.130122 -0.128522 0.206808 0.102577 -0.251042 -0.272725 0.229554 0.290097 0.271834 0.233355 0.0256 -0.05813 0.331299 -0.23509 0.025161 0.117955 -0.22029 -0.220138 -0.073748 -0.050741 0.042879 0.023525 -0.070664 0.306336 -0.015092 -0.152067 -0.19317 -0.070473 0.241935 2.325641 -0.048182 -0.154406 0.187785 -0.039466 -0.085277 0.115052 -0.041909 0.101305 -0.162101 -0.042413 -0.00712 0.053304 0.160293 -0.286259 -0.259261 -0.095239 -0.026084 0.145272 0.034977 -0.072576 -0.000275 -0.176152 0.077739 -0.267252 -0.15002 0.131049 0.094176 -0.1517 0.001338 -0.072427 -0.084372 0.116275 0.353027 0.304726 0.152583 0.04649 0.249523 0.320396 -0.234762 -0.45247 0.066164 -0.135304 0.287732 -0.018061 -0.066666 -0.166757 0.002223 0.366908 0.426816 -0.275935 -0.138411 -0.030002 0.049956 0.06468 -0.26472 0.006246 0.083255 0.232435 0.161005 -0.478307 -0.38449 -0.1979 0.23904 0.090954 0.020081 -0.096437 0.179179 -0.081299 -0.018322 0.101859 0.11422 0.209929 -0.096827 -0.02843 -0.355913 -0.122094 0.115046 0.065087 -0.087322 0.369298 -0.091483 0.041136 -0.073592 -0.091748 0.138552 -0.056209 0.374802 0.348128 0.17872 0.033563 -0.030333 -0.179603 -0.3153 0.027237 -0.178182 0.043442 -0.101389 -0.182271 0.744482 -0.023887 0.171293 0.217007 -0.247365 0.035253 0.353271 0.011934 -0.376211 -0.026896 0.404716 -0.091319 -0.03528 0.258093 -0.075736 0.002873 0.255955 -0.136435 -0.190817 0.176362 -0.000445 -0.392662 0.035784 0.034892 0.235379 -0.025366 -0.119604 0.226474 0.057899 0.306253 -0.357394 -0.164568 0.121588 0.125727 -0.128927 -0.208212 -0.087429 -0.183239 -0.003472 -0.329385 -0.114635 -0.753027 -0.430905 -0.144561 -0.100326 0.020493 0.136629 0.086289 0.349033 -0.203829 0.012383 0.419015 -0.050311 0.041913 -0.706852 -0.089938 -0.031584 -0.076668 0.228798 -0.006378 -0.222254 0.369173 0.04202 -0.035266 0.243513 0.132534 -0.16745 0.05805 0.156745 0.266745 0.153803 -0.149531 0.188279 0.196091 0.159323 -0.010772 0.147173 -0.098958 0.093153 0.266259 -0.322719 0.106118 -0.298254 0.246242 0.109215 -0.345823 0.210038 0.105041 -0.429839 0.429796 -0.18512 0.163604 0.011782 -0.114863 0.237792 0.209698 -0.277905 0.07073 -0.158605 -0.11419 0.166156 -0.073569 0.069343 -0.081514 -0.064032 -0.05382 0.418731 0.152296 -0.003674 0.04254 -0.027541 -0.0604 -0.190353 -0.097193 0.707859 0.143744 0.189197 0.125436 0.125921 0.077133 0.055997 0.248001 -0.113176 -0.15817 -0.356355 -0.284686 0.159016 -0.636309 0.145257 0.004907 -0.031224 -0.294688 0.01322 -0.005975 0.034693 0.03142 -0.27114 -0.081831 -0.347899 -0.16697 -0.069509 -0.022562 -0.219663 -0.151893 -0.256734 0.054462 0.088756 0.277963 -0.014646 0.264319 0.038137 0.026152 0.13147 -0.10361 -0.407057 -0.365797 -0.108173 -0.272312 0.108043 0.348124 0.144398 -0.260916 -0.247989 0.204353 -0.19783 -0.025839 -0.107508 0.131393 -0.152603 -0.274352 -0.008512 0.320113 0.020136 -0.126993 -0.203073 0.22733 0.201497 -0.073108 0.059946 -0.171491 0.120205 -0.16316 0.265005 0.29038 0.004354 0.059882 0.013095 -0.185555 0.001491 -0.017497 0.287946 0.053266 -0.063686 -0.108313 0.12063 -0.754947 0.054828 0.141083 -0.272635 0.051893 0.06797 0.344559 -0.009227 -0.200369 0.090467 -0.071549 0.013472 0.250298 -0.202326 0.141715 0.213726 0.148121 -0.226593 0.168486 -0.181783 -0.088392 0.226063 -0.036406 0.052532 0.389577 0.221378 0.038877 0.272173 0.139284 -0.226501 -0.296557 0.156722 -0.066478 0.037645 0.322147 -0.031799 -0.010291 0.030659 0.023696 0.057334 -0.14122 -0.0648 0.359031 -0.0091 0.08487 -0.055354 0.013189 -0.723529 0.233352 -0.070829 0.175154 -0.167947 0.11851 0.21484 -0.227533 -0.072307 0.019281 0.213557 0.238466 -0.033635 -0.257874 0.221565 -0.024334 -0.0039 -0.052773 0.188714 0.053382 0.306255 0.071781 0.468395 -0.100516 0.042203 0.296089 -0.134843 0.069515 0.214317 -0.220942 -0.148337 -0.017411 -0.77045 0.092399 -0.010855 0.091785 -0.235379 -0.274056 -0.162828 -0.341046 0.03111 -0.250822 0.006388 -0.068378 0.188006 0.175132 0.062308 0.04335 -0.286719 -0.259605 -0.153322 0.145261 -0.102348 0.21087 0.094143 -0.062726 0.099696 0.313456 0.002781 0.211342 0.122808 -0.029551 -0.218932 -0.431025 -0.494928 0.118278 -0.122275 0.127577 0.427802 0.127194 -0.01002 -0.083823 0.497742 -0.169012 0.059049 -2.028011 0.113447 0.372007 -0.252522 0.031816 -0.124071 0.088612 -0.184649 -0.371775 -0.012761 -0.038085 0.062928 0.019322 0.07276 -0.093279 0.345792 -0.115756 0.162629 0.079922 0.133108 0.056713 -0.354019 0.003241 1.650431 0.0714 -0.005876 0.021371 -0.110789 0.022911 0.016313 -0.299264 0.368459 -0.189226 -0.232292 -0.08851 0.29701 0.02382 0.146939 1.413373 0.083484 -0.30159 -0.129911 0.258218 0.301068 0.277633 -0.085432 -0.246642 -0.112007 0.165393 0.257648 -0.145621 -0.454925 -0.203935 -0.184391 -0.119926 0.137238 -0.122572 0.281503 0.063149 -0.320144 -0.374052 0.237549 -0.102947 -0.152828 0.213645 -0.133593 -0.218068 0.139559 0.055179 0.187137 -0.14013 -0.097074 -0.076877 0.290167 0.064921 0.108665 0.278599 -0.135134 0.079841 0.190016 -0.045765 0.164389 0.039029 -0.15102 -0.218147 -0.10434 -0.064258 0.158505 -0.118321 -0.180267 0.299726 -0.249879 -0.020604 -0.031134 0.138676 0.117038 1.79479 -0.139269 -0.150619 0.097455 -0.047798\nể 0.180896 0.361686 0.027816 0.174787 -0.124464 -0.27167 -0.055047 -0.123977 -0.015953 0.047733 -0.256981 -0.124279 0.018035 0.007782 0.177085 -0.093381 0.225192 -0.20363 -0.392947 -0.09072 -0.147349 -0.045771 -0.012172 -0.184859 -0.221592 -0.022914 -0.095716 0.21199 0.261251 0.170555 0.148865 -0.284733 0.140322 -0.038686 -0.100899 -0.302568 0.253071 0.095674 0.174603 -0.080494 -0.227729 -0.019885 -0.138183 0.350627 0.115592 -0.539496 -0.079537 0.021326 -0.007641 0.167664 -0.437312 -0.299503 0.21927 0.083129 0.118783 -0.215156 -0.219721 0.160227 0.185624 0.008242 -0.076847 -0.140154 0.177421 0.028743 0.105176 0.339706 0.152622 0.320275 -0.036996 0.024203 -0.319091 -0.158049 0.095615 -0.180002 0.028 -0.252588 -0.408251 0.194343 -0.029316 -0.199988 -0.090702 0.158927 0.1178 0.311669 0.093957 0.37027 -0.199326 -0.003717 -0.439043 0.005907 -0.228994 -0.062513 -0.084695 -0.126985 0.546875 0.139504 -0.136182 0.243979 -0.149588 0.064098 0.186983 -0.36487 -0.09512 -0.175522 0.053358 0.282237 -0.225648 0.219159 -0.09161 0.004485 0.363043 -0.065044 -0.208586 0.23394 -0.085978 -0.118951 0.063205 0.02 0.05773 0.297969 -0.304878 0.00353 -0.09013 0.238001 -0.118034 -0.250583 -0.054521 0.066202 -0.341469 -0.090184 -0.042511 -0.256992 -0.187278 -0.156261 -0.036444 -0.900321 -0.287897 0.177485 -0.060452 -0.096164 0.012347 0.18945 0.196262 -0.281479 -0.060592 0.099694 -0.036916 -0.021585 -0.851047 -0.096419 -0.228278 0.164222 0.093316 -0.04707 0.01695 0.098525 -0.036282 0.297036 0.148323 0.176678 -0.298212 -0.002467 0.38138 0.054053 0.094994 -0.019913 -0.15449 -0.020765 0.144829 0.037022 0.313732 0.052013 0.033455 0.376325 0.122369 0.07733 -0.036629 -0.236318 0.386622 -0.368094 0.038185 0.214168 -0.259772 -0.066801 -0.234465 0.042829 -0.09165 -0.009937 0.237355 -0.361249 -0.17293 -0.090935 -0.144973 -0.081156 0.014061 -0.121574 0.07989 0.03369 -0.177086 -0.244654 0.181222 -0.016071 0.086328 0.031524 0.163984 -0.218119 -0.123526 0.110486 1.179957 -0.11483 0.05496 0.269186 -0.191028 0.070685 -0.22232 -0.064456 -0.050014 -0.362939 -0.342607 -0.053283 -0.138787 -0.597581 0.048742 0.090371 0.133667 -0.045086 0.076664 0.233571 0.139062 -0.115261 0.123339 -0.075341 -0.033228 -0.33674 -0.009537 -0.099828 -0.060385 -0.157167 -0.010836 0.167235 0.16074 0.140964 0.025095 0.172535 -0.171779 -0.07795 0.152957 -0.396856 -0.261 -0.200632 -0.038131 -0.173046 0.297369 0.005178 0.15394 -0.229186 -0.279291 0.017879 0.106489 0.301433 -0.175773 0.212004 -0.391009 -0.135217 -0.084193 0.306363 0.084832 -0.034132 0.041828 0.288538 0.319681 -0.069194 0.051594 -0.294957 0.128876 -0.199105 0.258325 0.180634 0.036681 -0.124537 -0.262163 -0.034907 -0.049593 -0.117739 0.137638 0.108299 -0.079754 0.026375 0.190036 -0.296812 0.125955 0.147789 0.063541 0.128739 -0.261614 0.37552 -0.364886 0.140559 -0.014856 0.090748 0.124828 -0.186133 -0.167608 0.193309 0.170502 -0.133343 -0.001696 -0.093891 -0.117083 -0.156385 0.088064 0.031356 0.056445 0.240906 0.092711 -0.134283 0.138004 0.182206 0.069102 0.213679 0.216302 0.043056 0.039587 0.293766 -0.217114 -0.067233 0.00676 -0.044937 0.272938 -0.188628 0.171029 0.314391 -0.018515 0.037113 0.053339 -0.069747 -1.532616 -0.046317 -0.226373 0.079224 0.057856 -0.215881 0.035026 -0.101607 -0.372152 0.028793 0.192636 -0.043687 -0.127201 0.053613 0.107249 0.019764 -0.045035 0.102011 0.011305 0.161919 0.011282 0.050638 -0.089949 0.030839 -0.148055 -0.016338 -0.077626 0.073986 0.233144 -0.487984 -0.288241 0.074407 -0.899234 -0.105221 -0.00445 0.176303 -0.150746 -0.041829 -0.126568 -0.107922 -0.184884 -0.440102 0.02683 0.022026 -0.032818 0.143719 0.241769 -0.117439 -0.359562 0.042289 -0.162127 0.052129 0.166629 -0.02326 -0.002655 -0.12399 -0.032248 0.207218 -0.104624 -0.128814 -0.026055 0.205055 -0.100363 -0.326804 -0.005671 0.294783 -0.095832 0.342047 0.103555 0.346358 0.245454 -0.168212 0.285082 -0.094863 0.171439 -1.316573 0.111755 0.183566 -0.130718 0.01036 -0.06691 0.134443 -0.191279 -0.451792 -0.278319 0.226592 0.257197 0.018928 0.038741 -0.03179 0.276947 -0.269519 0.299006 0.006237 0.118465 0.048057 -0.200475 0.055968 0.420926 0.107508 -0.048288 -0.24417 0.229323 0.265764 0.067289 -0.003313 0.277806 -0.086441 -0.076704 -0.08435 -0.108657 0.078844 -0.014113 1.171306 0.29116 -0.05336 -0.075565 0.463728 0.222809 0.085051 0.014976 -0.228211 0.018859 0.004015 0.379599 0.346371 -0.099336 -0.033966 -0.27481 0.086307 0.25186 -0.23876 0.110257 0.193745 0.077676 -0.097269 0.334042 -0.191174 -0.208517 -0.167593 -0.155364 -0.158205 0.074422 0.088331 0.242035 -0.095799 -0.21118 -0.322053 0.168447 0.141128 0.140464 0.232773 0.068854 -0.060802 0.269084 -0.153404 0.090143 0.118994 -0.246215 -0.183065 0.11977 -0.003467 -0.019058 -0.00164 -0.092177 0.295746 0.028877 -0.162875 -0.254662 -0.111341 0.227963 2.43085 -0.145689 -0.27627 0.116403 -0.111352 -0.01556 0.171731 -0.057651 0.354186 -0.188629 -0.064789 0.04194 -0.0199 0.175775 -0.310978 -0.223717 0.005222 0.174925 0.009204 0.003735 -0.072661 0.111732 -0.230995 -0.117514 -0.008546 -0.244843 0.017196 0.045884 -0.112358 0.057992 -0.225293 -0.058959 -0.050259 0.471365 0.35086 0.160534 -0.037205 0.299346 0.268394 -0.172569 -0.492036 0.096775 -0.048037 0.271852 -0.087186 -0.194997 -0.112546 0.088713 0.422149 0.296446 -0.256444 -0.124129 -0.071859 -0.048032 -0.001202 -0.271011 -0.030063 -0.052561 0.234406 0.236381 -0.426016 -0.382262 -0.144766 0.174317 0.103919 -0.086381 -0.261725 0.168757 -0.085145 0.059436 0.129322 0.230657 0.278528 -0.198176 -0.104031 -0.274507 -0.186219 0.04347 -0.042425 -0.015573 0.142678 -0.033888 -0.080518 -0.0426 -0.031324 0.091344 0.00455 0.349849 0.496379 0.248498 0.203278 -0.072245 -0.096862 -0.276505 -0.086864 -0.156694 0.142373 -0.048937 -0.141245 0.786395 0.110676 0.111884 0.367031 -0.193644 -0.086648 0.195444 -0.147687 -0.295198 -0.224833 0.35242 0.050114 0.024662 0.19472 -0.136239 0.272361 0.265446 -0.187496 -0.149163 -0.05504 -0.111767 -0.243946 -0.046652 0.157737 0.195864 0.009256 -0.309014 0.176765 -0.018808 0.251414 -0.131788 -0.162155 0.047203 0.338333 -0.111511 -0.18747 0.062399 -0.151626 -0.03533 -0.500004 -0.019695 -0.898141 -0.474238 0.006335 -0.046385 -0.051062 0.058399 0.151014 0.344972 -0.228075 -0.026378 0.179406 -0.208546 0.167113 -0.691809 -0.184402 -0.028583 -0.049891 0.43274 -0.043304 -0.294193 0.196756 -0.096666 -0.088789 0.168723 0.053036 -0.218878 0.10735 0.295708 0.334153 0.194445 -0.101863 0.192806 0.079129 0.206144 0.070239 0.164681 -0.009976 -0.033222 0.317306 -0.180625 0.075711 -0.227177 -0.07138 0.276831 -0.282299 0.216836 -0.00922 -0.24302 0.261382 -0.089501 0.140446 -0.094349 -0.04537 0.275463 -0.037192 -0.267297 0.19295 -0.124817 -0.05087 0.293124 -0.134143 0.057998 0.069652 -0.049128 -0.188204 0.446041 0.176019 0.049107 -0.062104 -0.010202 -0.12636 -0.201024 -0.043294 0.766861 0.048203 0.050102 0.182157 0.142571 -0.05808 -0.177237 0.040201 -0.176531 -0.260068 -0.241232 -0.105713 0.198155 -0.769335 0.224324 -0.042028 -0.218752 -0.245168 0.069413 0.021143 0.064402 0.224434 -0.279174 -0.071931 -0.111734 -0.204639 -0.000555 -0.130491 -0.109126 -0.085075 -0.140737 0.301438 0.212434 0.274484 -0.04979 0.201297 -0.236185 -0.046515 0.107167 -0.21929 -0.450216 -0.195441 0.092951 -0.194787 0.198878 0.447299 0.14539 -0.421889 -0.225695 0.257793 -0.122945 -0.11622 -0.131659 0.255479 -0.286381 -0.292961 -0.127127 0.389254 -0.061601 -0.141875 -0.313914 0.251206 0.07176 -0.185812 0.210173 -0.235793 0.099766 -0.241783 0.397705 0.18177 -0.061708 -0.072829 -0.17664 -0.27506 -0.011454 -0.158266 0.18037 0.14495 -0.103522 -0.080088 0.24645 -0.788764 0.098454 0.053123 -0.054874 -0.078424 -0.045009 0.332407 -0.00057 -0.120449 -0.017435 -0.071089 0.065275 0.052692 -0.301363 0.031988 0.115062 0.109407 -0.170222 0.139941 -0.340305 -0.069285 0.373231 0.000777 0.260105 0.40515 0.113138 -0.032927 0.182285 0.047176 -0.022981 -0.172076 0.218689 -0.108955 -0.024648 0.486876 0.090942 0.107356 0.047618 0.015592 0.258979 -0.17305 0.163619 0.466951 -0.146251 0.211128 -0.118363 0.080642 -0.67441 0.146882 -0.105215 0.141672 0.021046 -0.027836 0.173749 -0.163031 -0.235839 0.178455 0.07666 0.162354 0.046218 -0.219799 0.15615 -0.082459 -0.053935 0.03001 0.055166 0.034461 0.196312 0.113149 0.24639 -0.100414 -0.034029 0.209221 -0.151886 0.143071 0.470806 -0.210731 -0.186995 0.041656 -0.748517 0.053062 0.025522 0.175914 -0.214833 -0.21693 -0.088963 -0.174143 -0.119916 -0.276979 0.144387 0.127162 0.052656 0.084204 0.213416 -0.0936 -0.513658 -0.054542 -0.185014 0.123753 -0.04519 0.067998 0.084706 -0.001917 0.058833 0.330882 -0.1442 0.189565 0.279934 0.101709 -0.279888 -0.504894 -0.324221 0.164254 -0.153103 0.070098 0.324169 0.235526 0.031563 -0.136995 0.407887 -0.223407 -0.061197 -2.146611 0.169684 0.411277 -0.124872 -0.095554 -0.009723 -0.045102 -0.256778 -0.645863 -0.167386 0.040143 0.03815 0.103763 -0.033965 -0.058538 0.387555 -0.030451 0.212954 -0.0927 -0.027268 0.194735 -0.340505 -0.028228 1.768502 0.029512 0.061579 -0.108837 0.132066 -0.138993 0.055147 -0.301447 0.386531 -0.134468 -0.230414 -0.070763 0.224949 -0.235642 0.070495 1.395687 0.151522 -0.07964 -0.116342 0.312564 0.473079 0.080976 -0.099545 -0.162299 -0.02515 0.124257 0.45993 0.057181 -0.34759 -0.11078 -0.253926 -0.226068 0.062955 -0.133882 0.211634 0.085563 -0.081448 -0.163753 0.218464 -0.272028 -0.118229 0.126487 -0.066158 -0.109868 0.192316 0.203433 0.256606 -0.310846 -0.067353 -0.222933 0.338424 0.026602 0.270799 0.275735 -0.28634 0.064723 0.215854 -0.042544 0.18241 -0.002626 -0.157681 -0.146868 0.049501 -0.020474 0.255316 0.014939 -0.091305 0.368511 -0.21083 0.00669 -0.026659 0.001487 0.138881 1.837034 -0.34735 -0.247406 0.175514 -0.273814\nắ 0.203534 0.036184 -0.094272 -0.007865 -0.086974 -0.100227 -0.135946 0.061203 0.043253 -0.004616 0.065904 -0.126812 -0.180121 -0.272379 0.34067 -0.272014 -0.02871 -0.279057 -0.418215 -0.381748 -0.01389 0.048123 -0.045036 -0.253063 -0.011689 0.076557 -0.170088 0.131782 -0.008679 -0.147784 0.413965 -0.095486 0.195927 -0.003391 0.211596 -0.416582 0.0624 -0.302972 0.332939 0.030889 -0.000729 0.104277 0.004652 0.390302 0.199742 -0.524175 -0.109283 0.03208 0.047362 0.325826 -0.402858 -0.138863 -0.137786 0.147259 -0.126802 -0.053491 -0.170961 -0.013258 0.303196 -0.19642 0.340873 -0.286615 -0.094292 -0.108627 -0.103552 0.475042 0.124558 0.277768 0.106664 0.057834 -0.432831 0.144605 0.130567 0.017386 -0.090881 0.0674 -0.571037 0.260944 -0.188367 -0.346558 0.097986 0.350424 0.032565 0.090424 0.242723 0.096566 -0.329048 0.156503 -0.372007 0.154636 -0.252324 -0.271039 0.149163 0.152584 0.538594 -0.183062 -0.133435 0.24315 -0.160563 0.177381 0.426979 -0.25994 -0.093909 -0.191772 0.085981 0.087237 -0.377465 0.440028 -0.460327 -0.265112 0.413644 -0.042404 -0.027117 0.150979 0.11195 -0.296559 0.136531 0.050686 0.006736 0.315242 -0.209983 0.239579 -0.012193 0.345381 -0.490347 -0.231239 0.178375 -0.107327 -0.356595 -0.18359 -0.152905 0.081899 -0.001499 -0.092352 0.188214 -0.594907 -0.215229 -0.016253 -0.231025 -0.264328 0.148782 0.075777 0.147806 -0.130933 0.14796 0.446377 -0.004295 -0.257533 -0.950817 0.127303 0.01828 0.001472 0.059497 0.071168 0.259537 0.451555 0.002903 0.43968 0.235451 0.487843 0.022959 0.058374 0.62524 -0.02864 0.244926 -0.032833 0.022777 0.120501 0.00356 -0.063255 0.331802 -0.141946 0.160013 0.292309 -0.070788 -0.285599 -0.307725 0.462205 0.339212 -0.244045 0.068397 0.334492 -0.531372 0.361679 -0.33765 0.064538 0.021498 0.076034 0.129184 -0.355649 -0.263014 -0.119868 -0.142522 0.206026 -0.06552 -0.066313 0.031786 -0.142604 -0.09209 -0.075141 0.277728 0.252895 -0.07931 0.120437 -0.03135 -0.175324 0.000424 0.059204 1.314116 -0.103837 0.357313 0.212128 0.005001 0.125274 0.239704 0.137524 0.256689 -0.411701 -0.339268 -0.381458 -0.22793 -0.4453 0.311393 0.211219 0.240028 -0.274525 -0.043923 0.195995 0.412397 0.062222 -0.284545 0.007695 -0.230533 -0.132048 -0.198363 0.092935 9.5e-05 -0.03895 -0.170498 0.213035 0.141792 0.373905 0.135302 0.119614 0.053701 -0.038925 0.231047 -0.370097 -0.461319 -0.18716 -0.368083 -0.324635 0.290624 -0.092436 0.368022 -0.456815 -0.057176 -0.292579 0.096311 0.269381 0.022738 0.288585 0.058323 -0.303076 0.224696 0.081113 0.247394 -0.256764 0.016851 0.067773 0.450532 -0.127397 -0.066267 -0.549817 0.012531 -0.14529 0.151781 0.080762 -0.083347 0.090353 -0.354258 0.066489 -0.016888 0.177165 0.096531 0.153126 -0.248563 -0.116717 -0.024988 -0.291495 0.031197 0.262026 -0.164592 0.078147 -0.124714 0.41919 -0.623706 0.090689 -0.018649 0.297569 0.1003 -0.150484 -0.230479 0.343657 0.38313 -0.11356 0.113359 -0.069754 -0.218659 -0.11253 0.174677 0.140695 -0.184976 0.23994 -0.012567 -0.162963 0.236563 0.512073 -0.215907 -0.023678 -0.090947 0.519691 0.14422 0.09276 -0.230849 -0.050198 -0.403462 -0.070587 -0.035798 -0.463634 0.072702 0.348658 0.22992 0.061677 0.030356 -0.213108 -1.642508 0.037116 0.057833 0.026672 0.125368 -0.135808 0.316628 -0.0377 -0.082284 0.110327 0.545525 0.097228 -0.242475 0.071894 -0.008467 0.142271 0.039621 0.08092 0.184433 -0.010697 -0.054303 0.272815 -0.045027 -0.141981 0.180189 0.033445 -0.101438 0.221317 -0.090153 -0.450006 -0.29998 0.259888 -0.930892 -0.090953 -0.091744 0.14061 -0.180542 -0.234371 -0.203415 -0.136108 0.096226 -0.69717 0.137509 0.010333 0.14771 -0.011936 -0.147665 -0.145731 -0.220394 -0.045232 -0.137819 -0.114548 0.012279 0.048329 0.257325 -0.217737 -0.013349 0.312498 0.008811 -0.105253 -0.11454 -0.138206 -0.203435 -0.604905 -0.312281 0.247486 -0.096001 0.120383 0.318668 0.19557 0.180927 -0.053214 0.169407 -0.171949 0.370477 -1.557837 0.247581 0.32413 -0.153187 0.031434 -0.205265 0.203668 -0.082453 -0.082084 -0.089229 0.00894 0.285048 -0.124477 0.145021 -0.012443 0.527727 -0.092716 0.271959 0.093666 0.100561 0.195629 -0.149305 0.15986 0.237313 0.292488 0.066607 -0.185173 0.074113 0.220437 0.033205 -0.061641 0.239736 -0.267407 -0.014323 -0.28501 -0.14167 0.258052 0.232538 1.216062 0.268672 -0.291205 0.046505 0.427765 0.037891 0.291523 -0.016952 -0.368395 -0.026598 0.1171 0.61392 0.144761 -0.318689 -0.108417 -0.122587 0.211359 0.589991 -0.044849 0.145509 0.082123 0.004456 -0.32154 0.239984 -0.063422 -0.279732 -0.115341 -0.250924 0.190182 0.126113 -0.110972 0.263389 0.108874 -0.209328 -0.284026 0.459126 0.370921 0.328525 0.230411 0.195756 -0.028379 0.518857 -0.059318 0.034998 0.055647 -0.292863 -0.157603 -0.018737 0.088648 -0.018175 0.142166 0.044552 0.193535 0.153819 -0.281201 -0.303915 -0.253016 0.330663 2.409656 -0.198264 -0.135779 0.280391 -0.234923 -0.071568 0.095225 -0.156689 0.021413 -0.307073 -0.054163 -0.036232 0.318813 0.114698 -0.226501 -0.091752 -0.079231 0.132306 -0.140375 0.123125 0.036766 -0.209422 -0.256945 -0.074107 -0.666113 -0.135027 0.077758 0.004735 -0.258613 0.001724 -0.168612 -0.043645 0.138575 0.250064 0.277849 0.200908 0.071578 0.341345 0.370513 -0.105896 -0.391204 0.076218 -0.252864 0.220157 0.137824 -0.018956 -0.079193 -0.066346 0.161409 0.369788 -0.220562 -0.071591 -0.081731 0.023569 0.228351 -0.227786 0.012202 0.197909 0.015377 -0.041499 -0.515943 -0.47062 0.014584 0.24355 -0.071566 0.055758 -0.285981 -0.226761 -0.256664 -0.002006 0.190104 0.293453 0.281532 -0.06877 0.134973 -0.419747 0.00093 0.241553 0.082158 -0.011004 0.413117 -0.268578 -0.028248 -0.088409 0.02851 -0.014552 -0.122883 0.187707 0.237295 0.249522 -0.151715 -0.279846 0.095288 -0.279624 -0.0433 -0.293226 -0.058996 0.179701 -0.036342 0.78176 -0.200957 0.149238 0.331886 -0.225426 0.229698 0.501472 -0.026084 -0.435536 -0.159864 0.438124 -0.132697 -0.106927 0.37035 -0.247973 -0.064356 0.218692 -0.187957 -0.023849 0.008547 0.138223 -0.414591 0.228987 -0.164478 0.130911 0.088152 -0.015903 0.203708 0.132067 0.213427 -0.4127 -0.100629 0.248928 0.063094 -0.2754 -0.24349 -0.063403 -0.001756 0.003679 -0.388606 -0.247299 -0.726015 -0.283854 -0.225777 -0.1621 -0.284613 0.155266 0.14222 0.276701 -0.242322 0.150856 0.471717 -0.187741 -0.225607 -0.746482 0.035693 0.094563 -0.221354 0.248024 -0.036083 -0.011121 0.50372 0.065412 0.102302 0.300419 0.373845 -0.007891 0.010212 0.327877 0.054544 0.241024 -0.208059 0.370836 0.485738 0.297101 -0.126463 0.113389 0.072008 0.184262 0.371707 -0.389278 -0.295376 -0.228654 0.345838 0.088483 -0.237152 0.501093 0.005066 -0.780232 0.507715 -0.068201 0.481462 -0.032909 -0.147524 0.115235 -0.005039 -0.248074 0.040345 0.021266 -0.351642 0.13565 0.092703 -0.039697 -0.111515 -0.032708 0.003525 0.394249 0.222886 -0.12457 0.059518 -0.31823 -0.247829 -0.151843 -0.069923 0.894846 0.015563 0.355159 0.186112 0.117008 -0.011912 0.23802 0.330646 0.198827 -0.342534 -0.236703 -0.332303 0.209734 -0.640367 0.466746 -0.049647 0.073408 -0.452411 -0.064862 -0.01058 0.332935 0.086468 -0.3198 -0.10889 -0.13853 0.071555 -0.084851 -0.098391 -0.082076 -0.073098 -0.365775 0.144013 0.042156 0.344125 -0.220064 0.252826 -0.070758 0.001098 0.141231 -0.199762 -0.588131 -0.543011 -0.016313 -0.174762 -0.016649 0.248079 0.331348 -0.194546 -0.273309 0.100088 -0.018814 -0.275597 0.043194 0.446355 0.152959 -0.283653 -0.05186 0.166687 0.081841 -0.156044 -0.120375 -0.048584 0.255951 -0.175538 0.065827 -0.333607 0.020282 -0.202001 0.116723 0.259921 -0.061724 -0.016279 0.081215 -0.132012 0.138959 0.057847 0.056595 0.085127 -0.139373 0.000523 0.402581 -0.734506 0.060807 0.217092 -0.502916 -0.022875 -0.050908 0.300929 -0.132515 -0.058017 0.120318 0.01808 -0.049308 0.276453 -0.197514 0.251438 0.415042 0.142497 -0.123101 0.181228 -0.442464 -0.104175 0.285949 0.016483 0.148873 0.296876 0.193135 -0.092786 0.250651 0.351581 -0.245705 -0.349162 -0.055095 0.044352 0.165877 0.275662 -0.228993 0.058139 -0.22934 -0.178481 0.086329 -0.44958 -0.094801 0.421565 0.121709 0.123167 0.027399 0.004466 -0.77186 0.286199 0.162797 0.33974 0.098931 0.10315 0.441559 -0.146322 -0.035232 0.220104 0.505435 0.089738 -0.078254 -0.085377 0.262448 -0.124528 -0.147797 0.029936 0.369768 -0.02174 0.170571 0.013763 0.369846 -0.163956 0.095108 0.439604 -0.295795 0.309043 0.009852 -0.224925 -0.181303 0.078346 -0.950617 0.014152 -0.117555 -0.023767 -0.213194 -0.319707 -0.06699 -0.427208 0.041855 -0.359819 0.075822 -0.12478 0.135484 -0.100264 -0.226983 0.166619 -0.219171 -0.140326 -0.373291 0.206258 -0.128871 0.161953 0.120552 -0.132396 0.20045 0.489141 -0.209916 0.182855 0.239862 -0.116028 -0.229771 -0.65365 -0.703625 0.073107 -0.304494 0.10738 0.600406 0.096418 0.034525 -0.045959 0.225179 -0.140818 -0.033597 -2.2344 0.166752 0.399944 -0.196333 -0.197008 -0.102538 -0.127001 -0.012208 -0.092559 -0.013796 -0.039966 -0.148406 -0.032783 0.051556 -0.147571 0.465029 -0.026215 0.022082 0.188826 -0.091778 0.072281 -0.433439 0.007123 1.790823 0.210708 -0.121812 0.180345 -0.169018 -0.226308 0.063504 -0.259173 0.400223 -0.050498 -0.328941 -0.325863 0.098329 0.029206 0.232035 1.378122 0.046958 -0.513995 -0.094467 0.431206 0.351976 0.380072 -0.232246 -0.300663 0.115056 0.14877 0.351447 -0.303602 -0.508577 -0.224687 -0.149234 0.101347 0.313691 0.028298 0.265334 0.07419 -0.188081 -0.38855 0.047186 -0.081685 -0.001148 0.233878 -0.166186 -0.004528 0.159854 0.05066 0.207344 -0.263735 -0.046305 -0.034775 0.524724 0.162419 0.204321 0.397149 0.140074 0.090429 0.191201 -0.021616 0.093379 -0.001701 -0.144447 -0.154568 -0.236365 0.263207 0.136849 0.246794 -0.293525 0.271336 -0.118346 -0.098226 -0.11161 -0.062581 0.260528 1.648413 -0.084974 0.020186 0.148811 -0.184972\nh 0.194233 0.317199 0.035111 0.048401 0.011535 -0.22724 -0.005632 -0.160896 0.044479 0.037456 -0.142183 -0.083813 -0.200852 0.026071 0.182427 -0.308887 -0.015663 -0.170537 -0.153835 -0.269085 -0.103428 -0.058749 0.196722 -0.305756 -0.145652 0.082996 -0.180369 0.112221 0.101759 0.069218 0.288823 -0.117717 0.08696 0.050457 0.009088 -0.354289 0.210844 -0.219598 0.291792 -0.026044 0.025282 0.001803 -0.186623 0.387927 0.198918 -0.493349 -0.181762 -0.114865 0.046505 0.253507 -0.444686 -0.224402 0.116863 0.096421 0.117668 -0.079997 -0.136636 0.032233 0.182385 0.088171 0.238661 -0.081323 0.109879 0.016072 0.026675 0.384433 -0.008751 0.303337 0.023969 -0.03043 -0.467657 0.004915 0.076615 -0.014153 -0.194731 0.104565 -0.406496 0.277755 -0.087479 -0.260631 0.090917 0.24661 0.135695 0.092058 0.079665 0.248139 -0.068157 -0.156123 -0.389952 0.149161 -0.290962 -0.265154 -0.015999 -0.093303 0.635165 -0.122447 -0.128774 0.022378 -0.154082 0.099771 0.230391 -0.280982 -0.127716 -0.12734 0.082116 0.071681 -0.265491 0.317906 -0.197826 -0.11858 0.430748 -0.073375 -0.224351 0.210687 0.095842 -0.326142 0.134005 0.024084 0.078151 0.247529 -0.228903 0.25198 -0.05211 0.361312 -0.220431 -0.278962 0.149761 -0.024578 -0.398552 -0.062914 -0.140537 -0.33198 -0.136114 -0.104936 0.200192 -0.652228 -0.208184 0.061289 -0.212709 -0.089731 0.104632 0.132432 0.173051 -0.18732 0.053601 0.267392 0.086832 -0.073569 -0.875598 0.143152 -0.229499 0.188491 0.10622 0.125135 0.08404 0.209722 0.048037 0.266702 0.181827 0.220431 -0.1043 0.021209 0.458838 -0.03248 0.071216 -0.096898 -0.081909 -0.036683 0.003968 -0.017271 0.27676 -0.102103 0.032361 0.1946 -0.046469 0.041126 -0.258612 0.194796 0.379977 -0.325607 -0.074152 0.242112 -0.493695 0.129245 -0.49028 0.113383 -0.085737 0.034253 0.0894 -0.113269 -0.038974 -0.192752 -0.190777 0.100211 -0.048953 -0.059452 0.109805 -0.148664 -0.24695 -0.046325 0.288612 0.211095 -0.085338 0.073423 0.127424 -0.340949 -0.114339 0.154839 1.08905 -0.082221 0.195699 0.173352 -0.019621 0.13777 0.107482 0.220281 -0.012261 -0.324788 -0.292841 -0.316755 -0.167875 -0.546294 0.132354 0.201647 0.163343 -0.191775 -0.041402 0.143583 0.279996 -0.07733 -0.061269 -0.195159 -0.323158 -0.237264 -0.11981 0.119617 -0.057042 -0.041319 -0.20663 0.227659 0.071034 0.308838 0.159096 0.203749 0.052289 0.054555 0.315971 -0.392707 -0.35604 -0.110614 -0.166426 -0.287243 0.394501 -0.061438 0.159263 -0.311393 -0.127345 -0.184035 -0.035918 0.208194 -0.099627 0.013307 -0.304197 -0.246534 0.194819 0.233204 0.140065 -0.188863 0.018149 0.178479 0.450146 0.12761 -0.091083 -0.299192 0.054238 -0.091166 0.173461 0.298837 0.04608 0.116467 -0.1775 -0.042186 -0.011357 0.121466 0.255937 0.081268 -0.073703 -0.134145 -0.069335 -0.418039 0.230884 0.278458 0.006464 0.279812 -0.117754 0.358207 -0.464235 0.133625 0.156688 0.267265 0.04731 -0.093269 -0.226778 0.255257 0.295652 -0.108297 -0.073954 0.025436 -0.110536 -0.032796 0.021831 0.104231 -0.152993 0.265394 0.127397 -0.134669 0.321654 0.420399 -0.070201 0.038331 0.085316 0.197762 0.132325 0.191328 -0.140729 -0.029133 -0.140558 0.083713 0.027118 -0.198827 0.057297 0.2333 0.023258 -0.027545 -0.074448 -0.120988 -1.420968 0.023908 -0.091045 -0.006072 -0.005728 -0.059268 0.088411 -0.103637 -0.210443 0.008594 0.274686 0.243115 -0.125378 -0.017725 0.124473 0.092668 0.005651 -0.040913 0.15451 0.007286 0.024946 0.109664 -0.014984 0.081797 -0.028464 0.077839 -0.080048 0.116188 0.12823 -0.41123 -0.284881 0.193387 -0.884363 -0.11951 0.085688 0.173847 -0.128277 -0.094559 -0.282451 -0.202933 -0.032327 -0.612724 -0.034008 0.087358 0.171187 0.078694 0.051301 -0.170744 -0.214842 -0.182161 -0.154187 -0.018726 0.053329 0.077797 0.124559 -0.27664 -0.062516 0.298264 0.081636 -0.066106 -0.086724 -0.058704 -0.274989 -0.284486 -0.252003 0.223674 -0.100232 0.231603 0.201454 0.375259 0.186158 -0.126988 0.270111 -0.092308 0.243986 -1.269495 0.082789 0.278411 -0.189705 0.124566 -0.284824 0.29814 -0.131758 -0.286669 -0.16846 0.188971 0.272347 -0.141318 0.140159 -0.111168 0.396607 -0.261937 0.292614 0.108875 0.244135 0.089691 -0.157942 0.168014 0.340976 0.138097 -0.038168 -0.329266 0.072907 0.180293 -0.054293 0.024847 0.269239 -0.149896 -0.159986 -0.211824 -0.021756 0.278102 -0.001926 1.221402 0.271731 -0.166374 -0.045697 0.408656 -0.055244 0.255644 -0.026978 -0.336937 -0.034555 0.12594 0.453358 0.152755 -0.213485 -0.074192 -0.228025 -0.01553 0.244467 -0.112173 0.145294 0.239202 0.078001 -0.256703 0.187658 -0.017317 -0.171506 -0.009022 -0.11956 -0.20071 0.152722 -0.083488 0.179934 0.05665 -0.293193 -0.295774 0.318712 0.364446 0.217679 0.238998 0.144493 -0.040021 0.364372 -0.285998 -0.00149 0.05502 -0.184858 -0.138507 -0.074058 -0.027587 -0.005953 0.058476 -0.075903 0.287336 -0.062036 -0.115315 -0.200158 -0.077177 0.237652 2.356349 -0.052905 -0.152415 0.253611 -0.087749 -0.026696 0.129764 -0.01162 0.213916 -0.183321 -0.044939 -0.003754 -0.034297 0.151691 -0.284539 -0.179097 -0.095329 -0.005995 0.10649 -0.000955 -0.159618 -0.025908 -0.170685 0.076967 -0.293599 -0.112578 0.062637 0.141921 -0.152972 0.003652 -0.093552 -0.042269 0.092929 0.333448 0.328448 0.145005 -0.001446 0.245148 0.323019 -0.213594 -0.449956 0.147333 -0.121731 0.248699 0.038076 -0.011094 -0.129681 -0.046985 0.299261 0.38492 -0.208512 -0.174414 -0.075657 0.042351 0.099378 -0.207957 -0.063368 0.151428 0.175079 0.191069 -0.456938 -0.349878 -0.214327 0.191389 0.12474 0.039214 -0.146413 0.157875 -0.104965 -0.020903 0.105957 0.091326 0.255486 -0.124876 0.016699 -0.365595 -0.154411 0.222357 0.01521 -0.168556 0.374656 -0.144428 -0.045771 -0.07342 -0.040952 0.142154 -0.11073 0.333665 0.259005 0.185708 0.030083 -0.063531 -0.211942 -0.335293 0.022682 -0.266723 -0.025492 -0.085616 -0.121911 0.808528 -0.061493 0.136045 0.195091 -0.184417 0.031163 0.284188 -0.06977 -0.335422 -0.063248 0.351293 -0.082032 0.045266 0.222823 -0.117605 -0.012637 0.24216 -0.144178 -0.150971 0.064154 0.052777 -0.360342 0.057952 0.014616 0.237698 0.069435 -0.065213 0.208082 0.084016 0.297833 -0.33134 -0.220331 0.165143 0.127401 -0.15756 -0.22873 -0.119464 -0.186376 0.015934 -0.308501 -0.023188 -0.734295 -0.436597 -0.147289 -0.095561 -0.034794 0.071962 0.134643 0.374546 -0.165557 -0.019102 0.475055 -0.001758 -0.062499 -0.673049 -0.061809 -0.127676 -0.133698 0.281022 0.003482 -0.235754 0.293603 0.01035 -0.112412 0.229499 0.154818 -0.177968 0.064419 0.245798 0.239753 0.2057 -0.165554 0.196212 0.168788 0.184402 -0.001678 0.081281 -0.064279 0.056067 0.295398 -0.326265 0.048332 -0.358016 0.243435 0.192927 -0.40261 0.12314 0.070421 -0.536067 0.413351 -0.216887 0.287296 -0.075378 -0.093848 0.155535 0.214466 -0.242497 0.038711 -0.191678 -0.14245 0.16152 -0.043099 0.023718 -0.127143 -0.172808 -0.03041 0.475767 0.256994 -0.093864 0.005109 -0.05863 -0.159227 -0.211966 0.008927 0.744102 0.133028 0.164528 0.146686 0.156697 0.091811 0.022642 0.19221 -0.109641 -0.228372 -0.346358 -0.342408 0.112769 -0.650127 0.145937 0.052797 -0.06199 -0.289515 0.022265 -0.044221 0.110859 0.044107 -0.239232 -0.212628 -0.345227 -0.100908 -0.049663 0.01557 -0.177697 -0.083903 -0.250493 0.130189 0.045565 0.327889 0.009751 0.260645 0.005703 0.046293 0.145826 -0.098767 -0.413314 -0.338329 0.019225 -0.29491 0.095145 0.341198 0.124544 -0.216489 -0.278868 0.220695 -0.144568 -0.067204 -0.137694 0.175883 -0.144017 -0.292997 -0.057675 0.272418 0.068327 -0.184273 -0.17072 0.189938 0.226058 -0.005026 0.028552 -0.204155 0.124506 -0.191846 0.213231 0.355274 0.038647 0.101996 -0.030266 -0.168885 0.026232 0.040086 0.217246 0.053891 -0.002636 -0.130455 0.121828 -0.730265 0.064682 0.119491 -0.198138 0.106477 0.08487 0.303879 -0.062807 -0.158395 0.166138 0.01984 -0.048782 0.196642 -0.175675 0.160907 0.262124 0.232384 -0.265419 0.127831 -0.182075 0.00631 0.261597 -0.032597 0.078932 0.393001 0.293259 -0.087812 0.333951 0.237269 -0.117153 -0.338321 0.114457 -0.083485 0.131795 0.297537 -0.034399 -0.017447 0.108469 0.048193 0.065835 -0.107485 0.058884 0.412304 -0.02502 0.04922 -0.09059 0.057447 -0.708396 0.268985 0.004651 0.172141 -0.065472 0.156323 0.193997 -0.282382 -0.085089 0.10717 0.238276 0.258901 -0.046079 -0.236529 0.268752 -0.038663 -0.072262 -0.093219 0.223146 -0.030437 0.34416 0.057052 0.370316 0.000222 0.019088 0.228575 -0.122158 0.131579 0.236075 -0.187504 -0.150531 0.051109 -0.746102 0.061208 0.064033 0.090952 -0.256923 -0.247369 -0.176945 -0.327046 -0.055669 -0.322413 0.025284 -0.036669 0.145628 0.169428 0.056148 0.083012 -0.264881 -0.296112 -0.188192 0.153511 -0.204758 0.233945 0.146798 -0.104915 0.092147 0.375865 -0.011669 0.141354 0.263536 -0.063686 -0.268583 -0.553094 -0.519547 0.081849 -0.136008 0.13653 0.448114 0.136296 0.003582 -0.114431 0.357595 -0.188389 -0.015892 -2.035444 0.173293 0.439565 -0.195796 0.032926 -0.174092 0.023242 -0.217053 -0.354721 -0.0529 0.014878 0.041012 -0.002167 0.005928 -0.193863 0.360954 -0.077861 0.087626 0.049202 0.110563 0.031651 -0.395582 0.116208 1.67444 0.148068 0.035644 -0.039888 -0.056774 -0.028744 0.017314 -0.244249 0.361473 -0.16282 -0.31086 -0.089619 0.273393 0.056494 0.093127 1.47873 0.109065 -0.350084 -0.144272 0.33972 0.296515 0.259112 -0.101644 -0.311026 -0.143327 0.100486 0.356983 -0.146683 -0.425186 -0.188166 -0.088309 -0.181713 0.176899 -0.14387 0.169031 0.100283 -0.247599 -0.366747 0.116836 -0.129477 -0.136947 0.225679 -0.132404 -0.200459 0.14266 0.153993 0.18759 -0.145182 -0.111677 -0.059659 0.40437 0.178588 0.124114 0.356146 0.017905 0.114351 0.240822 -0.081795 0.154825 -0.021528 -0.161398 -0.136077 -0.155643 -0.034754 0.138596 -0.035083 -0.203972 0.30164 -0.260999 0.047311 -0.055784 0.125155 0.094677 1.789641 -0.183458 -0.125899 0.134686 -0.091175\nấ 0.102711 0.105845 0.027384 0.058868 -0.089119 -0.05414 -0.012836 -0.125078 0.222852 -0.062868 -0.20378 -0.073575 -0.171596 0.13384 0.283721 -0.24242 -0.143882 -0.348492 -0.362075 -0.166116 -0.239718 -0.091682 0.140764 -0.252427 0.03157 0.208892 -0.111852 0.170945 -0.138033 0.033538 0.287163 -0.089105 0.079636 0.035138 -0.042646 -0.385701 0.110329 -0.252736 0.286595 -0.042891 0.149529 -0.049332 -0.091419 0.333031 0.13499 -0.44773 -0.187261 0.059352 -0.071705 0.307298 -0.477024 -0.26689 -0.038221 0.182746 0.107619 -0.14547 -0.197867 0.04413 0.191985 0.100518 0.342853 -0.183165 -0.033461 0.116788 0.031172 0.419709 0.120735 0.408748 0.0146 -0.086545 -0.484288 -0.089168 0.046954 0.108384 -0.237762 0.041418 -0.442992 0.236088 -0.248505 -0.373519 0.011834 0.229476 -0.002234 0.089519 0.101149 0.173365 -0.226852 0.078903 -0.302314 0.198581 -0.152488 -0.341237 0.003345 -0.111061 0.651193 -0.063019 -0.145405 0.085538 -0.251002 0.214813 0.246367 -0.387321 -0.157164 -0.074447 -0.020929 0.079622 -0.370684 0.364733 -0.096066 -0.338692 0.523969 -0.109517 -0.09644 0.148932 0.116669 -0.437261 0.138341 0.133286 0.023988 0.41945 -0.383714 0.237926 -0.060967 0.476209 -0.255338 -0.266844 0.116357 -0.162086 -0.332415 -0.215165 -0.153771 -0.109502 -0.150267 -0.14083 -0.001202 -0.679259 -0.384134 0.069614 -0.143075 -0.112415 0.200207 -0.028472 0.10501 -0.195355 0.028735 0.166035 0.109054 -0.183183 -0.892013 0.032841 -0.157576 0.14482 0.196122 0.069771 0.173876 0.285204 0.118056 0.368117 0.323137 0.106297 -0.034123 -0.006447 0.46922 0.099033 0.082686 -0.083015 -0.107701 -0.178377 -0.050155 -0.116087 0.32405 -0.239326 0.152165 0.275104 0.175232 -0.017212 -0.124386 0.291386 0.488063 -0.202723 -0.008874 0.28472 -0.331908 0.160484 -0.387399 0.016741 -0.056875 0.082939 0.120061 -0.23243 -0.186222 -0.159877 -0.063089 0.094995 -0.032356 -0.224069 0.2352 -0.085217 -0.166503 0.014037 0.435143 0.327234 -0.15169 0.182077 -0.020233 -0.290781 -0.014423 0.298013 1.201599 -0.172767 0.213486 0.259396 0.010565 0.113905 0.174897 -0.001117 0.029565 -0.374286 -0.298633 -0.138799 -0.139942 -0.529816 0.085384 0.212937 0.263925 -0.109584 -0.01459 0.290011 0.221794 -0.110019 -0.140654 -0.109655 -0.339843 -0.262916 0.024039 0.211504 -0.05626 -0.11087 -0.026705 0.211883 0.070364 0.412684 0.086657 0.201959 0.068878 -0.1802 0.295749 -0.341053 -0.458202 -0.202517 -0.362362 -0.305991 0.327924 -0.029191 0.19564 -0.307598 -0.137353 -0.187498 0.000714 0.233357 -0.102658 0.231692 -0.30628 -0.286114 0.2665 0.134702 0.220882 -0.1243 -0.033025 -0.003926 0.470588 0.069611 -0.051241 -0.421197 0.187988 -0.27871 0.118964 0.027699 0.089448 -0.025595 -0.408681 0.154789 0.146896 0.191538 0.251512 0.083514 -0.341789 -0.147706 0.036048 -0.25589 0.089099 0.2751 0.073306 0.135783 -0.023752 0.462472 -0.360233 0.138686 0.051761 0.298026 0.117651 -0.045843 -0.069207 0.350268 0.389011 -0.189893 0.128946 0.136025 -0.019539 -0.057847 0.033801 -0.010377 -0.152282 0.227902 0.097729 -0.106125 0.284821 0.34591 -0.275273 0.067413 0.035004 0.401761 0.243971 0.292349 -0.199011 -0.080443 -0.15843 0.157048 0.094574 -0.084435 0.160969 0.337802 0.097383 0.022114 0.026035 -0.204084 -1.698006 -0.065609 0.077772 -0.130909 -0.005948 -0.117993 0.022434 -0.077396 -0.164454 -0.045681 0.230925 0.240966 -0.339857 0.041473 -0.046125 0.06449 0.048443 0.101282 0.061675 0.060739 0.049526 0.108485 -0.048365 0.046495 0.100925 -0.106441 -0.220403 0.220877 -0.023952 -0.435787 -0.346514 0.14548 -0.888885 -0.150849 0.090974 0.16968 -0.079929 -0.120458 -0.314499 -0.079921 -0.131397 -0.664908 -0.064341 0.02122 0.188205 0.219181 -0.134553 -0.202787 -0.203044 -0.23646 -0.067431 -0.068051 0.134381 0.085458 0.133405 -0.15934 0.051523 0.1913 0.018293 -0.17597 0.003188 0.010564 -0.275894 -0.373176 -0.156866 0.105682 -0.064376 0.031166 0.21902 0.253385 0.18309 -0.015031 0.252441 -0.122059 0.230946 -1.452631 0.157747 0.17606 -0.286104 0.140564 -0.104734 0.339402 -0.060526 -0.27273 -0.147261 0.076547 0.214826 -0.112198 0.115706 -0.268246 0.416923 -0.249681 0.128054 0.23972 0.378694 0.04268 -0.132044 0.119109 0.244548 0.124105 -0.01138 -0.384595 0.010138 0.221887 -0.024714 -0.024283 0.146214 -0.054528 -0.128156 -0.136184 -0.04255 0.302915 0.149264 1.067136 0.247851 -0.088693 0.029571 0.331335 0.06752 0.107252 0.085981 -0.269367 0.019154 0.111967 0.586254 0.076701 -0.29421 -0.004191 -0.263095 0.05484 0.388518 0.063008 -0.080224 0.228544 0.265829 -0.279222 0.293587 0.100299 -0.124062 0.016299 -0.142741 -0.096671 0.063088 -0.110799 0.202035 0.028349 -0.300655 -0.30759 0.281799 0.374588 0.185146 0.065414 0.040019 -0.032874 0.364391 -0.201542 0.077075 0.01004 -0.222164 -0.136262 0.0008 0.058503 -0.08457 0.042606 0.00585 0.189429 0.017309 -0.004421 -0.191462 -0.218042 0.489257 2.429538 -0.178506 -0.144723 0.229537 -0.13916 -0.103349 0.045339 -0.03167 0.095812 -0.182022 -0.144102 0.053584 0.148674 0.284773 -0.35725 -0.302938 -0.062384 0.047264 0.085395 0.069235 -0.023266 -0.205849 -0.25324 -0.018719 -0.174985 -0.299618 -0.161455 0.214971 -0.119904 0.129483 -0.0494 0.000193 0.172321 0.325715 0.376084 0.082263 -0.002455 0.204034 0.373981 -0.242087 -0.490746 0.05577 -0.181384 0.171991 -0.016364 0.022511 -0.23083 -0.032616 0.175871 0.246061 -0.138343 -0.206627 -0.111659 -0.013775 0.25432 -0.196708 -0.048018 0.061145 0.13777 0.166187 -0.461343 -0.433461 -0.108226 0.255245 0.106424 0.11502 -0.244929 0.012528 0.015972 0.056374 0.177244 0.249674 0.390733 -0.103199 0.100392 -0.446408 -0.210317 0.072106 0.162819 -0.180953 0.384518 -0.141525 -0.166094 -0.235227 -0.054109 0.066318 -0.215225 0.16028 0.285958 0.074005 0.084615 -0.042844 -0.059691 -0.18133 0.042818 -0.067896 -0.070015 -0.039383 -0.14102 0.904893 -0.214389 -0.106456 0.245925 -0.36382 0.181053 0.302844 -0.142785 -0.335192 -0.084439 0.351032 -0.075135 -0.056233 0.392101 0.055049 -0.155849 0.420622 -0.239122 -0.015602 0.061279 0.115875 -0.446418 0.168943 -0.015844 0.146761 0.017287 -0.242748 0.131505 0.099779 0.483507 -0.392718 -0.228319 0.183334 0.005648 -0.161947 -0.282089 -0.069599 -0.195369 -0.062829 -0.467201 -0.150021 -0.753099 -0.559421 -0.028648 -0.03142 -0.034882 0.141487 0.008027 0.215894 -0.256263 0.069319 0.251075 -0.003497 -0.070649 -0.742828 -0.070971 -0.131394 -0.130409 0.384654 -0.107783 -0.056484 0.390669 0.155707 0.036713 0.376883 0.111539 -0.135355 0.080248 0.228148 0.220873 0.045682 -0.214693 0.223946 0.154423 0.195861 -0.125388 0.064425 -0.067736 0.197448 0.281979 -0.185285 -0.015942 -0.267409 0.224351 0.291302 -0.185595 0.204726 0.144357 -0.482142 0.49512 -0.255825 0.267887 -0.093562 0.000378 0.171972 0.068305 -0.361915 0.054391 -0.071535 -0.145179 0.128029 -0.192628 0.248005 -0.079771 -0.044212 -0.05587 0.583477 0.410471 -0.109924 0.136132 -0.15335 -0.299364 -0.268247 0.102778 0.843679 -0.07898 0.14008 0.192228 0.088016 -0.01049 0.213705 0.23936 0.003782 -0.294901 -0.243903 -0.206788 0.133652 -0.694407 0.281172 0.125168 -0.034851 -0.20099 -0.023586 0.119043 0.248559 -0.106919 -0.360406 -0.178979 -0.258525 -0.030519 0.080864 0.013323 -0.115606 -0.194198 -0.199394 0.149681 0.117388 0.44179 -0.127511 0.186558 0.036814 -0.21608 0.219405 -0.213492 -0.526699 -0.483449 -0.098148 -0.325567 0.102342 0.30514 0.263408 -0.270282 -0.231155 0.145121 -0.207462 -0.100208 -0.022799 0.371823 -0.10075 -0.331226 -0.018256 0.259549 0.127208 -0.096058 -0.233796 0.01489 0.29759 0.043842 0.065901 -0.321847 0.17795 -0.265692 0.034555 0.171663 0.144317 -0.122768 -0.125307 -0.072515 0.131007 0.117567 0.232783 0.116695 -0.2638 -0.081921 0.345566 -0.704102 0.16937 0.113289 -0.109489 0.058034 0.192353 0.379578 0.074044 0.032922 0.084154 -0.044467 -0.052512 0.260872 -0.270404 0.272228 0.534006 0.161717 -0.005256 0.236039 -0.132333 -0.026201 0.131304 -0.123595 0.073642 0.265697 0.344278 -0.071958 0.247559 0.280785 -0.31254 -0.238313 0.078796 0.057559 0.276374 0.335968 -0.012104 0.015321 0.003722 0.054809 0.061735 -0.100813 -0.009387 0.513816 0.126027 0.163047 -0.023175 0.071738 -0.78529 0.096139 0.155752 0.207415 -0.100453 0.055958 0.218592 -0.253126 -0.083157 0.045849 0.206461 0.266909 -0.076388 -0.089515 0.145992 -0.10159 -0.139229 0.078594 0.264308 0.016909 0.379885 0.042905 0.378799 0.022282 0.011728 0.213344 -0.258158 0.196047 0.07901 -0.200406 -0.175035 0.007142 -0.789019 0.022669 0.068568 0.030864 -0.13551 -0.245344 -0.087297 -0.341097 -0.126791 -0.365039 -0.012226 -0.040213 0.055553 0.175696 -0.207834 -0.003326 -0.15557 -0.290662 -0.167579 0.132595 -0.040407 0.212622 0.041745 -0.022952 0.248243 0.315745 -0.060304 0.226665 0.384206 -0.007651 -0.295136 -0.609946 -0.422204 0.038748 -0.223877 -0.098622 0.569447 0.088099 -0.060922 -0.007357 0.156087 -0.128404 -0.008007 -2.121374 0.13642 0.317718 -0.191682 -0.0269 0.025743 0.049908 -0.050435 -0.248352 -0.120574 -0.103332 -0.083816 -0.016736 -0.014298 -0.405246 0.287261 -0.167754 -0.005498 0.146323 0.153514 -0.016242 -0.338944 0.02045 1.744846 0.129727 -0.035292 0.003318 -0.112999 -0.08617 -0.132897 -0.225965 0.322323 0.009735 -0.254343 -0.147763 0.185728 0.011951 0.231685 1.263647 0.029363 -0.255252 -0.199939 0.211645 0.45145 0.234683 -0.191998 -0.218482 -0.012591 0.144188 0.35229 -0.208519 -0.523365 -0.144239 -0.154346 -0.087881 0.186995 0.109647 0.155973 0.020719 -0.025487 -0.36987 0.161745 0.017668 -0.056239 0.268306 -0.112547 -0.212346 -0.008819 0.137859 0.177139 -0.295968 -0.064587 -0.091567 0.265553 0.167497 0.135967 0.243146 -0.139603 0.156914 0.139629 0.015548 0.180681 -0.001267 -0.175878 -0.070253 -0.066145 0.024434 0.116905 0.025976 -0.177079 0.329293 -0.264136 0.191266 -0.045139 0.035743 0.309351 1.692527 -0.182007 -0.15079 0.219255 -0.084533\nt 0.1822 0.124665 -0.004082 0.0481 -0.006941 -0.164026 0.027161 -0.0712 0.051869 0.036939 -0.196397 -0.067997 -0.235848 0.049859 0.172732 -0.237312 -0.013973 -0.166224 -0.259635 -0.24372 -0.116913 0.003456 0.059848 -0.233934 -0.04573 0.100066 -0.169096 0.143672 0.042644 -0.005901 0.267812 -0.139308 0.15386 0.007203 0.006651 -0.33562 0.191601 -0.316569 0.352477 -0.043797 0.030922 0.035132 -0.154362 0.452377 0.162073 -0.441541 -0.062744 0.026575 0.067838 0.213647 -0.413042 -0.210128 0.142731 0.131197 0.053215 -0.134554 -0.185171 0.011181 0.276219 0.036124 0.270115 -0.133137 -0.019461 -0.06124 -0.024053 0.404308 -0.021837 0.178848 0.090329 -0.011702 -0.443779 -0.029206 0.034247 0.042684 -0.145247 0.063155 -0.416377 0.267479 -0.162328 -0.298244 -0.057762 0.244336 -0.003292 0.084158 0.158583 0.179709 -0.140781 -0.099501 -0.410535 0.127924 -0.172752 -0.223892 0.050666 -0.085181 0.641084 -0.061486 -0.201712 0.039672 -0.20596 0.093436 0.321564 -0.308678 -0.052379 -0.14264 0.105256 0.157616 -0.378916 0.364378 -0.235963 -0.222332 0.475108 -0.099175 -0.100722 0.230755 0.01086 -0.375115 0.114062 0.047782 0.071771 0.257116 -0.250764 0.208731 -0.021077 0.485222 -0.343608 -0.194906 0.132079 -0.001953 -0.35397 -0.185361 -0.168059 -0.202099 -0.201026 -0.14943 0.124161 -0.688509 -0.432837 0.128415 -0.122434 -0.134654 0.084372 0.020829 0.108904 -0.169042 0.02754 0.250418 -0.025207 -0.238196 -0.890317 0.144867 -0.170746 0.111275 0.050315 0.023318 0.128789 0.258499 0.032283 0.346071 0.155221 0.170796 -0.069578 0.081751 0.46111 -0.013922 0.079802 -0.095492 -0.106531 -0.066309 0.067384 -0.010438 0.274359 -0.005272 0.228985 0.291214 0.09862 -0.044095 -0.107376 0.174384 0.317802 -0.194201 0.021316 0.215277 -0.537775 0.194682 -0.408118 -0.007236 -0.100641 -0.046017 0.151298 -0.17738 -0.166395 -0.190901 -0.138738 0.112587 -0.008957 -0.105339 0.168611 -0.18053 -0.257522 -0.046736 0.279837 0.260525 0.001571 0.109626 0.058702 -0.296276 -0.057571 0.14551 1.158569 -0.077122 0.237796 0.182126 -0.075072 0.114342 0.032602 0.091199 0.022585 -0.355878 -0.337267 -0.265432 -0.227549 -0.531046 0.194161 0.304029 0.289612 -0.162025 -0.036649 0.271619 0.281692 -0.17891 -0.244624 -0.157213 -0.361979 -0.223793 -0.147932 0.07326 -0.078438 -0.05327 -0.153107 0.263289 0.076575 0.28778 0.138573 0.169496 0.097841 -0.027456 0.248495 -0.452882 -0.445803 -0.256206 -0.192113 -0.250632 0.288031 -0.006093 0.225887 -0.335413 -0.155252 -0.192214 -0.03829 0.298637 -0.105193 0.120475 -0.219821 -0.2123 0.25683 0.239044 0.09552 -0.098936 0.042229 0.092103 0.44873 0.069951 -0.137764 -0.431671 0.184298 -0.1682 0.153268 0.105359 -0.05424 0.093857 -0.167162 -0.026916 -0.024361 0.091933 0.271816 0.084953 -0.139093 -0.162666 -0.052651 -0.210471 0.1656 0.173289 -0.025436 0.192689 -0.120368 0.415593 -0.385393 0.084067 0.115137 0.20399 0.122293 -0.087454 -0.166642 0.35988 0.342527 -0.160686 0.064629 0.049445 -0.180709 -0.084429 0.079756 0.100227 -0.18076 0.251543 0.091889 -0.20233 0.303737 0.407829 -0.147611 0.045289 0.095713 0.284932 0.12713 0.086505 -0.245758 -0.06839 -0.182103 0.056586 0.161611 -0.237715 0.128062 0.23046 0.036647 -0.052118 0.114443 -0.148349 -1.712701 0.001689 -0.105559 -0.116701 -0.095772 -0.076656 0.139462 -0.086406 -0.168569 -0.039658 0.278298 0.080356 -0.260897 0.01237 0.06616 0.063001 0.050346 0.166332 0.054205 -0.036004 -0.041419 0.047869 -0.104809 0.02204 0.049381 -0.043344 -0.184741 0.078078 0.073676 -0.582114 -0.383983 0.118151 -0.865026 -0.107255 0.060399 0.148815 -0.101192 -0.024242 -0.23387 -0.156725 -0.008992 -0.523309 -0.058894 0.093057 0.132383 0.080774 -0.021787 -0.201237 -0.223505 -0.176085 -0.136287 -0.080594 0.099477 0.072663 0.036206 -0.270173 -0.065756 0.254949 0.017095 -0.120868 -0.078957 0.074446 -0.292485 -0.179053 -0.173022 0.263984 -0.121532 0.20754 0.26352 0.373458 0.18945 -0.061949 0.289985 0.034722 0.304815 -1.302884 0.153674 0.291945 -0.247705 0.120959 -0.195738 0.346803 -0.174845 -0.169393 -0.221538 0.161032 0.229595 -0.119969 0.092245 -0.055236 0.393949 -0.170332 0.209007 0.166969 0.2365 0.075432 -0.087293 0.197153 0.319822 0.079288 -0.117768 -0.373909 0.061631 0.131349 -0.032024 -0.013855 0.309991 -0.110401 -0.18906 -0.235658 -0.010609 0.262663 0.043853 1.127851 0.26319 -0.141082 -0.103972 0.332864 -0.039856 0.212991 0.114524 -0.31072 0.011148 0.186846 0.36979 0.158139 -0.22747 -0.020852 -0.255686 0.116605 0.370653 -0.076765 0.078918 0.112085 0.046354 -0.286329 0.214102 -0.042112 -0.079385 -0.056687 -0.052513 0.032058 0.126423 -0.145851 0.232178 0.04846 -0.265883 -0.238372 0.244313 0.263858 0.212335 0.139073 0.150553 -0.054856 0.312777 -0.220007 0.140332 0.023974 -0.210917 -0.202445 -0.005439 0.050354 0.025418 0.088729 -0.07649 0.215637 -0.029074 -0.202668 -0.115728 -0.141255 0.263808 2.34632 -0.120139 -0.190061 0.281514 -0.076136 -0.040921 0.04362 -0.009666 0.112761 -0.167541 -0.079039 -0.031436 0.107775 0.197107 -0.326519 -0.203872 -0.046902 0.023495 0.072723 0.026853 -0.085315 0.016061 -0.297277 0.026059 -0.306013 -0.134505 0.010337 0.10069 -0.014744 0.046852 -0.109377 -0.112229 0.143864 0.342718 0.264266 0.059326 -0.01918 0.24137 0.290559 -0.161173 -0.390867 0.143028 -0.241349 0.222139 0.023908 -0.064838 -0.111247 -0.090728 0.251207 0.237929 -0.169857 -0.076309 -0.045381 0.112868 0.061462 -0.144457 -0.072464 0.147812 0.290806 0.205349 -0.524399 -0.349252 -0.119725 0.197163 -0.019989 0.097755 -0.138286 0.006045 -0.13581 -0.053983 0.145339 0.043908 0.244992 -0.146455 0.100269 -0.333778 -0.119653 0.052883 0.111369 -0.071405 0.291841 -0.148032 -0.056965 -0.167552 -0.009574 0.005232 -0.130531 0.078772 0.308075 0.188215 0.028496 -0.111233 -0.117054 -0.283344 -0.001155 -0.132725 -0.029502 -0.039188 -0.187173 0.919274 -0.030361 0.078938 0.145184 -0.235109 0.077389 0.295942 -0.188004 -0.242601 -0.17122 0.33614 -0.070069 -0.11419 0.311368 -0.192586 -0.006915 0.341699 -0.20793 -0.051265 0.017412 0.000323 -0.375306 0.168816 -0.034167 0.192439 -0.030545 -0.116382 0.219537 0.04524 0.378684 -0.345981 -0.096492 0.242146 0.183595 -0.178374 -0.259058 -0.04551 -0.162088 -0.051896 -0.391441 -0.076818 -0.827282 -0.486924 -0.137869 0.004038 -0.120259 0.026007 -0.034794 0.255066 -0.222049 0.107233 0.391298 -0.128628 -0.050958 -0.787788 -0.043767 -0.028178 -0.12583 0.209431 -0.137343 -0.124938 0.327722 0.047272 -0.053638 0.181833 0.116682 -0.082858 0.179598 0.251269 0.219652 0.108168 -0.216164 0.223559 0.240854 0.210989 0.031142 0.130204 0.075179 0.277452 0.372123 -0.258014 -0.055159 -0.22763 0.24302 0.104915 -0.250601 0.291287 -0.036942 -0.596123 0.453391 -0.222598 0.211663 -0.003013 -0.098853 0.189084 0.134704 -0.209242 0.030842 -0.12663 -0.140771 0.158737 -0.06036 0.161614 -0.157175 -0.080757 -0.050441 0.419545 0.243285 -0.046883 0.085404 -0.103781 -0.229124 -0.213072 0.002968 0.830918 0.099248 0.172928 0.117695 0.101708 -0.052099 0.064024 0.220179 -0.055742 -0.266181 -0.285586 -0.279898 0.017942 -0.725908 0.294083 0.057029 0.013327 -0.236533 -0.057918 0.010818 0.26093 0.023885 -0.425754 -0.159644 -0.381874 -0.117802 -0.117599 -0.075356 -0.15006 -0.095325 -0.183089 0.207091 0.125439 0.268153 -0.001183 0.200807 0.106149 0.005787 0.08943 -0.20261 -0.418143 -0.51453 0.019661 -0.282221 0.073484 0.354693 0.235799 -0.289341 -0.298317 0.222904 -0.200534 -0.073397 0.004775 0.271225 -0.066525 -0.267775 -0.069475 0.323062 0.085699 -0.077113 -0.189877 0.131922 0.250663 -0.016719 0.071881 -0.259482 0.265106 -0.188181 0.183973 0.273599 0.072248 -0.007202 -0.021894 -0.201989 0.029432 -0.0066 0.117566 0.106198 -0.107487 -0.142111 0.192673 -0.60543 0.15731 0.057536 -0.156877 0.054941 0.082119 0.378691 0.033255 -0.128367 0.155708 -0.044175 -0.007825 0.264136 -0.212605 0.184055 0.35222 0.097563 -0.157044 0.176825 -0.245259 -0.045437 0.269964 -0.051627 0.113675 0.389404 0.125669 -0.048987 0.24523 0.314259 -0.224424 -0.239452 0.170227 -0.067708 0.129392 0.172243 -0.156125 0.121931 0.012111 -0.02279 0.10365 -0.23557 -0.001936 0.333003 0.001957 0.045131 0.055026 -0.009883 -0.850291 0.205758 -0.009643 0.15122 -0.127251 0.10384 0.278611 -0.222279 -0.180528 0.112419 0.207886 0.162624 -0.06094 -0.112075 0.296883 -0.091433 -0.084902 0.057546 0.185912 -0.061617 0.197595 -0.025627 0.325478 0.036907 0.05281 0.251009 -0.270096 0.118727 0.181055 -0.268583 -0.209541 0.003629 -0.813352 0.017395 -0.021051 0.060283 -0.212846 -0.122392 -0.039645 -0.294848 -0.023875 -0.264003 0.004293 0.031261 0.025418 0.079729 -0.034722 0.035088 -0.187756 -0.206663 -0.217258 0.154704 -0.09104 0.268316 0.037184 -0.085823 0.096787 0.397833 0.008741 0.109196 0.265459 0.020128 -0.223391 -0.495508 -0.445752 0.191061 -0.22942 0.076915 0.517546 0.183208 0.04684 -0.02393 0.274357 -0.099278 -0.015963 -2.083022 0.167039 0.377023 -0.235217 -0.106736 -0.011054 0.062123 -0.169856 -0.20789 -0.142739 -0.092801 -0.054932 0.024402 -0.065488 -0.218129 0.298548 -0.039855 0.117017 0.183951 0.09655 0.00283 -0.221898 0.028462 1.879691 0.087345 -0.026661 -0.052805 -0.116342 -0.19005 -0.088978 -0.271447 0.355709 -0.031391 -0.259529 -0.201489 0.260054 -0.027893 0.152159 1.401692 0.154119 -0.216464 -0.218964 0.306363 0.26284 0.223213 -0.024593 -0.283945 0.008336 0.178281 0.169115 -0.099343 -0.51926 -0.127626 -0.213769 -0.001755 0.26251 -0.052103 0.16468 0.065394 -0.188295 -0.357982 0.083599 -0.108906 -0.001681 0.14181 -0.084495 -0.057465 0.082393 0.064139 0.211552 -0.212056 -0.079479 -0.058797 0.272349 0.053436 0.226301 0.242571 -0.092057 0.101269 0.230477 -0.072961 0.196307 0.003359 -0.135125 -0.133132 -0.101147 0.072309 0.205126 0.047629 -0.223206 0.247362 -0.257531 0.015809 -0.062817 0.068998 0.153865 1.679321 -0.216227 -0.119227 0.221407 -0.097188\nừ 0.178366 0.054812 0.016715 -0.053126 0.299391 -0.324927 -0.043905 -0.090706 0.204742 0.004598 -0.035022 -0.14343 0.044306 0.042643 0.214183 -0.129671 -0.14007 -0.271602 -0.278816 -0.323808 0.083125 0.064221 0.239109 -0.342491 -0.281427 0.220599 -0.148962 0.148587 -0.245918 -0.277501 0.127359 -0.249485 0.198881 0.20567 0.182201 -0.504835 0.173732 -0.491695 0.209458 -0.228759 -0.212279 0.158973 -0.122067 0.493421 0.266618 -0.358111 -0.159412 0.161151 0.265631 0.023634 -0.546664 -0.105389 0.124471 0.205511 -0.305287 -0.077622 -0.080026 0.056995 0.185678 0.077054 0.122515 -0.151068 -0.435542 -0.052833 0.032364 0.4085 0.003204 0.142239 0.177057 0.122847 -0.445867 0.280838 0.08081 -0.104288 -0.163143 0.091518 -0.547541 0.402866 -0.006111 -0.446786 0.055179 0.198155 0.019595 0.071215 0.222688 0.085554 -0.302983 -0.098442 -0.336196 -0.00193 -0.33401 -0.513612 0.052586 -0.190315 0.748819 -0.214489 0.005471 -0.084555 -0.059503 0.037481 0.489473 -0.222206 -0.237894 0.035034 0.043417 0.343115 -0.38485 0.479671 -0.087045 -0.512603 0.167198 0.0634 -0.161583 0.119602 0.240139 -0.432339 0.00632 0.07694 0.286702 0.18326 -0.248929 0.321905 0.087546 0.334074 -0.287241 -0.386258 0.12912 -0.058208 -0.380772 -0.178571 -0.278117 -0.05031 -0.18497 -0.145828 -0.012205 -0.647196 -0.663076 0.255268 -0.140447 -0.044393 -0.105348 0.076819 0.22091 -0.272115 0.325394 0.385161 0.015083 -0.145391 -0.742961 0.124554 -0.282783 -0.192606 -0.160289 0.233442 0.200767 0.0561 0.077251 0.185865 0.259616 0.162642 -0.115838 0.022347 0.50281 -0.057152 0.112243 -0.125424 -0.091971 -0.184103 0.040723 0.184963 0.11454 -0.09331 0.164727 0.134563 0.035799 -0.042205 -0.264977 0.494239 0.50807 -0.004672 -0.131473 0.44554 -0.456748 0.036278 -0.466289 0.159044 -0.156888 0.068585 -0.08019 -0.086454 -0.368452 0.005499 -0.147675 0.064783 -0.069821 -0.116719 0.264498 -0.421999 -0.343194 -0.131804 0.224923 0.090471 -0.071267 -0.055983 0.025794 -0.401023 -0.085087 -0.032513 1.206386 0.136666 0.285571 0.202217 -0.076528 0.021329 0.110538 0.173097 0.155729 -0.52196 -0.208985 -0.41653 -0.315448 -0.468247 0.269993 0.13635 0.109273 -0.318209 -0.190338 0.234201 0.251694 -0.355045 -0.427505 -0.142918 -0.593735 -0.458869 -0.263286 0.04704 0.021369 0.027303 -0.242736 0.277239 0.11518 0.61189 0.371076 -0.06097 0.015148 0.112279 0.392314 -0.421865 -0.408057 -0.25597 -0.092972 -0.284877 0.200169 0.026934 0.21852 -0.394834 -0.065814 0.054013 -0.234698 0.156485 -0.274802 0.140431 -0.249889 -0.354125 0.245774 0.221814 0.482114 -0.179402 -0.033703 0.248263 0.418934 0.013995 -0.446015 -0.28268 -0.003444 -0.194903 -0.059459 0.060024 -0.073717 -0.096644 -0.17108 0.152663 -0.107096 0.277348 -0.089644 0.136634 -0.304074 -0.052979 -0.220131 -0.547077 0.291517 0.258811 -0.069814 0.250863 0.04142 0.36728 -0.624191 -0.056955 0.15721 0.44888 0.081702 -0.059946 -0.176253 0.179598 0.138536 -0.404806 0.172373 0.046148 -0.195044 -0.177291 0.285009 0.340909 -0.203934 0.29654 -0.118086 -0.149328 0.361388 0.481699 -0.138158 -0.290797 0.087427 0.487611 0.303863 0.002583 -0.162888 -0.154359 -0.065338 0.104321 -0.10108 -0.327785 0.14665 -0.064176 0.098099 -0.13834 0.007772 -0.233079 -1.538309 -0.176388 -0.037315 -0.332261 -0.015373 -0.012642 0.320375 -0.311369 -0.224292 -0.095229 0.133321 -0.028685 -0.206204 -0.057491 0.198949 0.258983 -0.002836 0.031547 0.124174 -0.177694 -0.002791 -0.060826 -0.361889 0.246601 -0.015231 0.029819 -0.056247 0.070126 0.066702 -0.466521 -0.29056 0.113145 -0.71384 -0.111072 -0.107564 0.260454 -0.117066 -0.015302 -0.143552 -0.051311 0.076767 -0.46779 -0.03159 -0.155171 -0.076017 -0.133983 0.015704 -0.225412 -0.36838 -0.257095 -0.058164 -0.027401 -0.037244 0.225119 0.153435 -0.499658 0.088798 0.192372 0.128482 0.032941 -0.050234 -0.061442 -0.252382 -0.253076 -0.273903 0.176982 -0.100557 0.115572 0.120218 0.498774 0.092823 0.01377 0.362825 -0.34199 0.454045 -1.454521 0.132565 0.198528 -0.1291 0.022382 -0.344697 0.303661 -0.053167 -0.33538 -0.051492 -0.053565 0.405542 -0.092193 0.020278 0.094815 0.211137 -0.093351 0.110892 0.197662 0.330154 0.108314 -0.207844 0.262162 0.450803 0.242572 -0.17486 -0.319677 -0.032685 0.287628 0.045207 -0.139297 0.127948 -0.427302 -0.081783 -0.437215 -0.122409 0.095616 0.350403 1.549627 0.341444 -0.235924 -0.100149 0.268246 -0.074591 0.386218 0.151922 -0.334705 0.109053 0.312637 0.548494 0.090229 -0.265978 0.012444 0.026357 0.015756 0.316853 -0.194026 0.141804 0.227383 -0.128024 -0.183168 0.22599 0.061787 -0.071572 -0.122386 -0.273869 0.031818 -0.060343 -0.337917 0.189303 -0.068205 -0.050667 -0.47943 0.379421 0.133196 0.435963 0.113978 0.303868 -0.08279 0.224013 -0.178419 -0.019019 0.003595 -0.062338 0.003062 0.149005 0.011481 0.232891 0.085064 -0.295229 0.038838 -0.167788 -0.193733 -0.061414 -0.014367 0.387833 2.476644 -0.004937 -0.265068 0.198033 -0.027138 0.092244 0.090047 -0.156121 -0.255156 0.068524 -0.007356 0.100245 0.199829 0.191265 -0.30528 -0.273893 -0.114718 0.314763 0.203064 0.092902 0.00628 -0.293197 -0.201667 -0.047561 -0.3561 -0.122962 0.060206 0.148382 -0.316002 -0.023234 -0.150464 0.023953 0.229145 0.121449 0.109017 0.148306 -0.193934 0.289982 0.474144 -0.260609 -0.433136 0.003516 -0.582542 0.220075 -0.044679 -0.144307 0.055917 -0.11183 0.282662 0.230896 -0.070743 -0.154968 0.200306 0.158532 -0.076819 -0.110015 0.028766 0.159576 0.229352 -0.070235 -0.409799 -0.310912 0.088098 0.15958 0.010415 -0.180192 -0.47879 -0.330701 -0.178785 0.022273 0.097336 0.147775 0.310485 -0.042718 0.258316 -0.277311 0.092075 0.147271 -0.112142 0.059587 0.368387 -0.190307 -0.070076 0.06351 -0.139236 0.053232 -0.274942 0.190555 0.365467 0.225923 -0.208952 -0.213337 -0.196039 -0.293376 -0.078642 -0.221168 -0.26295 -0.010626 -0.371204 0.92351 -0.095786 0.1642 0.040726 -0.097463 0.029913 0.525471 -0.050228 -0.512211 0.182545 0.332024 -0.020715 0.014632 0.414596 -0.050381 -0.275309 -0.068003 -0.328981 -0.121066 0.10382 0.1812 -0.394644 -0.008457 -0.088536 0.29492 -0.166028 -0.088772 0.302442 0.189985 0.289171 -0.250483 -0.161281 0.166783 0.227601 -0.281644 -0.21978 -0.136489 0.014268 -0.180268 -0.342662 -0.386604 -0.650699 -0.456292 -0.051226 0.086085 -0.057707 0.034959 -0.088198 0.329152 -0.312249 0.289373 0.483458 -0.010999 -0.117353 -0.535703 -0.138378 -0.284298 -0.176317 0.119951 0.077289 -0.002823 0.135909 0.24186 -0.207005 0.43654 0.168201 -0.060946 0.032666 0.228409 0.209245 0.177012 -0.296162 0.347569 0.143942 0.28032 0.375187 0.084023 0.081531 0.129207 0.115458 -0.450269 -0.140024 -0.150915 0.617848 0.255189 -0.284045 0.128669 0.270972 -0.801733 0.297624 -0.260067 0.304301 -0.079289 -0.042609 0.039578 -0.031691 -0.329419 0.141835 -0.05848 -0.310585 0.120062 0.080443 0.055399 -0.406858 -0.204869 -0.096086 0.392071 0.212565 -0.029792 0.03156 -0.213668 -0.415418 -0.236134 -0.067138 0.893986 0.194289 0.267755 0.16394 -0.017625 0.089518 0.212988 0.364936 -0.048847 -0.428949 -0.333405 -0.133549 -0.053827 -0.584917 0.146272 -0.11088 -0.107085 -0.427202 -0.273743 -0.082969 0.264169 -0.211157 -0.312858 -0.108696 -0.442605 -0.135334 -0.065891 -0.141898 -0.071702 0.123531 -0.411281 0.064767 0.174997 0.380328 0.125803 0.133411 0.052094 0.191631 0.216516 -0.385597 -0.382859 -0.511575 0.094544 -0.182501 -0.056956 0.472387 0.212746 -0.28265 -0.504315 0.37369 -0.362618 -0.123678 -0.210025 0.287587 -0.21966 -0.194498 -0.123729 0.435879 0.257186 -0.123043 -0.195735 -0.076422 0.278096 -0.046168 -0.16507 -0.303307 -0.022372 -0.13461 0.104025 0.097701 -0.013308 0.023429 0.023246 0.050637 0.03293 0.18119 -0.136265 0.14212 -0.236952 0.028271 0.00361 -0.894817 0.236752 0.092904 -0.168995 0.009868 0.143508 0.316803 -0.323441 -0.145697 0.115686 0.263041 -0.060539 0.35075 -0.09493 0.052741 0.176551 0.017717 -0.108577 0.013209 -0.227099 -0.108612 0.43537 0.247457 0.208385 0.377847 0.165674 -0.236989 0.355902 0.348884 -0.064555 -0.447347 0.128258 0.059932 0.152931 0.258475 -0.10348 0.038856 0.106867 -0.021704 -0.069347 -0.307784 -0.000158 0.270836 -0.039227 -0.03582 0.26531 0.006483 -0.685075 0.12611 0.069384 0.011332 -0.23829 0.238328 0.402826 -0.397648 -0.102103 0.089683 0.208517 0.135304 0.036371 -0.014319 0.404828 0.149433 -0.228092 0.114509 0.260282 -0.065898 0.300592 -0.070186 0.216903 0.188437 -0.059512 0.198199 -0.178039 0.062658 0.292232 -0.247603 -0.344636 -0.029583 -0.612037 0.098155 -0.086494 0.003825 -0.334664 -0.265396 0.057271 -0.231182 0.099784 -0.06527 0.020853 -0.133028 -0.016 -0.032041 -0.000441 0.137785 -0.071872 -0.319642 -0.089154 0.283893 -0.198549 0.322089 0.048687 -0.279571 0.29949 0.303392 0.073472 0.41796 0.329012 -0.107751 -0.196412 -0.453872 -0.566017 0.135485 -0.141299 0.109518 0.416222 0.28506 -0.024155 0.025647 0.147542 -0.283909 0.014161 -2.13309 0.155519 0.325749 -0.057186 -0.109425 -0.273969 0.151514 -0.120162 -0.393807 -0.0794 -0.139903 0.056293 -0.000982 0.020612 -0.340778 0.084684 -0.07439 -0.056745 0.23689 0.214614 0.032588 -0.378959 0.01508 1.857146 0.225902 -0.28582 -0.047477 -0.228816 0.042866 0.063808 -0.328349 0.198304 -0.354625 -0.303667 -0.171818 0.142683 -0.07165 0.377417 1.628963 0.087611 -0.549524 -0.205842 0.392672 0.231589 0.555636 -0.033713 -0.284184 0.144544 0.23244 0.260729 -0.108032 -0.504769 -0.016248 0.030142 -0.055367 0.130808 -0.230446 0.125368 0.161472 -0.250485 -0.322116 0.22736 0.043222 -0.029224 0.172147 0.026522 -0.102781 0.06137 -0.202995 0.093681 -0.273559 0.026815 -0.123855 0.478186 0.100421 0.40765 0.28905 0.260597 0.017621 0.097549 0.055308 0.009172 -0.157975 0.001304 -0.041235 -0.046495 0.16486 0.428603 0.270759 -0.426511 0.037686 -0.328212 -0.005995 0.086403 0.248387 0.320494 1.79822 -0.095175 -0.314845 0.096146 -0.208216\nẤ 0.465267 0.567565 -0.23949 0.182507 0.087411 0.078385 0.059698 -0.092213 0.114334 0.065221 -0.180595 -0.238389 -0.273237 0.023908 -0.445627 -0.154932 0.104762 -0.358618 -0.285135 -0.200452 -0.014459 -0.126446 0.009169 -0.130892 -0.205706 -0.007047 -0.151285 -0.146364 0.389771 0.11991 1.010121 0.025662 -0.286612 -0.198565 -0.434397 -0.207865 -0.049565 -0.833638 0.285859 -0.120288 0.072701 0.181043 0.202013 0.56159 0.366155 -0.240825 -0.141386 -0.250548 0.463206 0.281258 -0.491382 -0.371089 -0.094789 0.192559 0.114438 -0.157975 0.206565 0.036355 0.541109 -0.23453 0.481748 0.100633 -0.236568 0.020765 0.395264 0.407245 -0.063577 0.086852 -0.490692 -0.178197 -0.614737 0.084601 -0.199917 0.265601 0.066362 0.207745 -0.661121 0.420939 -0.342178 -0.192973 0.477248 0.402231 0.436178 0.298949 -0.158252 0.039473 -0.041178 -0.167949 -0.378309 0.654519 -0.522315 -0.048405 -0.271741 -0.011598 0.498939 0.038621 -0.021405 0.204573 -0.105681 0.575885 0.207899 0.67295 -0.189216 -0.128125 0.366625 0.041747 -0.330246 0.675966 -0.073829 -0.394551 0.8019 0.340241 -0.184628 0.345895 0.59029 -0.804726 0.079015 -0.003809 -0.260144 0.512364 -0.23812 0.265562 0.214775 0.245008 -0.366574 -0.108574 0.190748 0.59123 0.168652 -0.107089 -0.23038 -0.221813 -0.045405 0.302845 0.229347 -0.485062 -0.053515 0.122076 -0.372939 -0.463116 0.079185 -0.072303 0.021419 -0.16913 0.190023 0.639514 -0.381845 0.152287 -1.192616 -0.035117 0.009761 -0.321094 0.485529 -0.263517 0.492615 -0.32454 0.04236 -0.118984 0.369602 0.545458 0.272911 0.079976 0.333263 -0.107732 -0.091301 -0.079621 0.123348 0.166779 -0.178969 -0.076312 0.702611 -0.444007 0.021337 0.237396 -0.043412 -0.140477 -0.413837 0.222654 0.520424 0.065024 0.004589 -0.010023 -0.394922 0.453405 -0.343878 -0.026135 -0.30218 0.131771 0.230436 -0.061078 -0.094663 -0.079607 0.215587 0.241454 0.028416 -0.053316 0.463858 -0.157797 -0.287801 -0.133259 0.429754 0.148181 0.113913 -0.000862 -0.732205 0.351728 0.06192 0.037816 1.189913 -0.240913 0.176693 0.203675 -0.036822 0.130731 0.14227 0.526278 0.375424 -0.38207 -0.088004 -0.491236 -0.599992 -0.78028 0.413647 -0.089651 0.210592 -0.156925 0.035976 0.293958 0.08707 0.477519 -0.081207 -0.128258 -0.300517 -0.402565 0.191755 -0.075621 0.162733 -0.122745 0.250682 -0.372001 -0.30323 0.523812 0.449595 0.363057 0.381874 -0.064301 0.477905 -0.207881 -0.388291 -0.153298 -0.594205 -0.250667 0.357475 -0.102422 -0.140416 -0.253927 -0.41709 0.14601 -0.344034 0.170127 0.094805 -0.175192 -0.389925 -0.382138 0.052171 0.110785 -0.040555 -0.389052 -0.274077 0.444672 0.294957 0.32193 0.063315 -0.40763 0.337541 -0.3137 0.477511 0.056203 0.331492 -0.094389 -0.423344 0.112153 -0.046384 0.086104 0.670375 -0.280425 0.012557 0.210657 0.025734 -0.260495 0.21318 0.456338 0.398596 0.180585 -0.416166 0.432861 -0.484165 0.436397 -0.046047 0.407438 0.213404 0.243595 -0.618852 -0.148905 0.139132 0.203305 -0.424945 0.057055 -0.211383 -0.050228 -0.132429 0.237701 0.082095 0.202121 -0.431012 0.041358 0.477773 0.237515 -0.21355 -0.189979 0.082455 0.395564 0.195874 0.162485 0.702542 -0.024437 -0.109861 -0.002708 -0.1761 -0.527666 -0.218659 -0.242503 0.170107 0.159042 -0.411425 0.006618 -0.816345 0.081236 0.004143 0.004508 -0.420687 -0.290972 0.456365 -0.005193 -0.180184 0.178476 0.106911 -0.011844 -0.109623 -0.257599 -0.106942 0.190238 -0.372145 0.113253 0.865664 -0.131443 -0.148718 0.424283 0.048857 0.223042 -0.054923 -0.139816 0.00137 -0.00095 -0.063041 -0.421615 0.177166 0.060266 -1.199134 -0.339963 0.049463 0.083612 0.108306 -0.390511 -0.341621 0.075696 0.030994 -0.520821 -0.07929 0.174892 0.62868 0.413321 0.190959 0.045935 -0.585976 -0.044856 -0.017556 0.115589 0.181813 0.013433 0.656202 -0.389821 0.104207 -0.193441 0.117754 0.042981 0.013576 0.024873 -0.039896 -0.235355 0.044172 0.334984 -0.054564 0.447558 0.051386 -0.018666 0.167726 0.156298 -0.132499 -0.017966 0.406246 -1.342376 -0.117721 0.202616 -0.224813 -0.087659 -0.243574 0.88379 -0.353099 -0.249809 0.237169 -0.4545 0.100129 -0.291065 0.153855 -0.814173 0.339215 -0.407639 0.238546 -0.021195 0.17398 0.332956 0.097426 -0.01667 0.554278 0.486131 0.294103 -0.009729 -0.269792 -0.073241 -0.222159 -0.011709 0.291481 -0.784018 0.060149 -0.154324 -0.079556 0.492873 0.282873 1.053163 0.342675 -0.229795 0.073238 0.502271 0.031693 0.198356 0.063745 -0.561404 -0.296691 0.322495 0.109976 0.106235 -0.013794 -0.111458 -0.025063 -0.036934 0.222537 -0.055372 -0.204286 0.305898 0.042075 -0.097928 0.378818 0.357864 -0.409645 0.339417 -0.171771 -0.236155 0.032885 0.076715 0.474212 0.164349 -0.335836 -0.400099 0.260082 0.315634 0.163307 -0.192689 -0.355575 -0.083247 0.576985 -0.238336 -0.472091 0.123969 -0.142124 0.098365 0.266975 -0.17382 -0.095455 -0.159605 -0.078696 0.164072 -0.185605 -0.146996 -0.352626 -0.035202 0.396607 2.590931 0.113254 -0.181493 0.05994 -0.203744 -0.258769 0.406434 -0.578651 0.423375 -0.049399 0.164442 0.21185 0.670143 0.367043 -0.375027 -0.410578 -0.371725 0.30341 0.047904 -0.357776 -0.245808 -0.100632 -0.013783 0.102649 -0.021429 -0.348799 0.287116 0.432308 -0.612271 0.424016 -0.161705 0.132223 -0.266765 0.506659 0.647305 1.444628 -0.379683 0.243205 0.113764 -0.964828 -0.64544 -0.163551 -0.364435 0.279331 -0.112088 -0.284357 -0.183523 0.533957 0.978516 0.404383 0.150048 -0.220719 0.301319 0.325423 -0.182649 -0.87072 0.12225 -0.248442 -0.217932 0.15497 -0.738079 -0.11373 -0.168924 0.325128 0.081971 0.498347 0.110009 0.580447 0.197082 0.417373 0.443053 0.644074 0.105749 -0.264849 -0.079998 -0.321902 -0.191692 -0.047448 -0.07801 -0.193713 0.63625 -0.153831 0.171278 -0.031725 -0.293102 0.551354 -0.252071 1.0016 0.336202 0.141906 -0.146523 0.274454 -0.781952 -0.165575 0.357861 -0.214135 0.446994 -0.088796 -0.265404 0.295357 0.16622 0.485615 0.794453 -0.343725 0.268503 0.516638 0.677147 -0.168036 0.020779 0.720231 -0.074215 -0.008696 0.314786 -0.189088 -0.040668 0.163339 -0.226551 -0.146661 -0.048245 0.072275 -0.476059 0.191445 -0.063376 -0.407991 0.595743 -0.068365 -0.168205 0.482516 0.543742 -0.63769 -0.583087 -0.014615 0.479401 0.35254 0.072905 4.7e-05 -0.282135 0.434315 -0.344886 -0.455515 -0.195771 -0.338334 0.494383 -0.570295 -0.066105 0.465396 0.041839 0.123735 0.122905 0.090546 0.716769 -0.73406 -0.089184 -0.799069 -0.239959 -0.135625 0.015655 0.568265 -0.4269 -0.126803 0.005963 -0.353668 -0.401356 0.343679 0.386824 -0.195909 -0.853287 0.329506 -0.247289 0.131064 0.148879 0.550966 0.087315 -0.218779 0.257728 0.24275 -0.637335 -0.12391 -0.041691 -0.447934 0.125305 -0.584482 0.515638 0.059078 -0.044498 0.11142 -0.031055 0.0861 0.818984 -0.062524 -0.068615 -0.191286 -0.603338 0.284083 0.069263 -0.071978 0.146501 0.32932 -0.185471 -0.030231 -0.125083 0.29768 0.104296 -0.491225 0.067441 0.68446 0.309965 0.510473 0.130369 -0.185405 0.654275 -0.136811 -0.351252 0.782632 -0.524688 0.479848 0.097027 0.052205 0.35202 -0.381476 0.020726 -0.082626 -0.098681 -0.564335 -0.166486 0.210629 -0.493804 0.074394 -0.403952 0.097174 -0.430565 -0.032689 0.059744 0.146565 0.193884 -0.419649 0.023726 -0.882574 0.288094 0.546926 -0.070409 -0.410676 -0.121782 -0.352614 -0.934282 -0.210383 0.970315 0.300954 0.549857 0.010645 -0.346537 0.230955 0.359716 -0.486938 -0.324004 -0.487636 -0.194777 -0.048504 0.227664 -0.064311 -0.530608 -0.692838 0.663079 -0.204576 -0.284871 0.36534 0.291115 -0.317958 -0.478605 0.205385 -0.04447 -0.452194 -0.643529 0.367825 0.616375 0.020515 0.439025 -0.115807 -0.106288 -0.290259 -0.670686 1.110836 0.093787 -0.226489 0.024343 -0.381528 -0.162364 -0.231323 0.358266 0.891915 -0.093363 -0.105016 -0.071738 -0.30296 -0.778095 0.099933 -0.008095 -0.046533 -0.1356 -0.554106 0.209023 0.158488 0.380251 -0.3658 0.177581 0.436523 0.355913 -0.775055 0.574168 -0.070945 0.490294 -0.181229 -0.003125 -0.297481 -0.076974 0.265654 0.131899 0.021762 0.119282 0.403725 -0.267035 0.79002 -0.141362 -0.075761 -0.313227 -0.282872 0.261928 -0.45123 0.709101 0.576733 -0.379955 0.021497 -0.104719 0.033514 0.03484 0.09507 -0.028889 -0.61027 0.363373 0.017502 0.436971 -0.364621 0.313199 0.021418 0.182362 -0.559914 0.04372 0.557205 -0.354621 0.162686 0.690542 0.367454 0.232636 0.191317 -0.54857 -0.308355 -0.054221 -0.008399 0.235045 0.906127 0.177053 0.61291 0.729803 0.041799 -0.333343 0.113644 0.253981 0.013348 0.041006 0.245855 -0.011796 0.124021 0.188349 -0.568805 0.31711 0.036596 0.026224 0.319458 -0.805814 -0.146167 -0.152874 0.295124 -0.093866 -0.339744 -0.147501 0.737409 0.207618 0.134221 0.446505 -0.641782 -0.866592 -0.032883 0.533671 0.003372 0.118301 0.354811 0.134516 0.422635 0.150119 0.246587 0.169555 0.053247 0.015916 -0.249755 -0.190588 -0.065637 -0.061163 -0.5435 0.447925 0.461959 -0.188524 -0.306279 0.031156 0.213795 -0.634718 0.030025 -1.764301 -0.124908 0.316877 -0.308789 -0.223693 -0.343125 0.516146 -0.19333 -0.338394 0.825083 -0.512559 0.143662 -0.201525 0.376804 -0.118273 0.582369 0.271553 0.013299 -0.318185 0.313011 0.383 -0.604925 0.322302 1.138435 0.007242 -0.363925 0.364056 -0.215746 0.094502 -0.039715 -0.557669 0.606941 -1.078775 -0.212905 -0.321493 0.247074 -0.25993 0.257512 1.105728 0.148551 -1.032755 -0.011267 0.187906 0.416925 0.384038 -0.262504 -0.629708 -0.305548 -0.353916 0.060618 -0.09682 -0.253195 0.196575 0.421101 -0.488395 0.564749 -0.112045 0.265705 0.44876 -0.099919 -0.135875 0.277514 -0.000881 -0.36659 0.693811 0.065175 -0.265519 0.203734 -0.443588 0.145425 -0.362159 -0.018253 -0.183185 0.370692 0.084163 -0.154822 0.310719 0.223799 -0.279034 -0.132128 -0.05888 -0.24485 -0.011178 -0.271355 0.117566 -0.102617 -0.614583 -0.139347 -0.256842 -0.243355 0.263385 -0.26989 0.120295 -0.06011 -0.073797 0.219424 2.18368 0.258504 -0.367316 0.076044 -0.399443\n_ 0.236139 0.340644 0.07865 0.022198 0.024946 -0.147614 0.022043 -0.178613 -0.009081 -0.024708 -0.153901 -0.10404 -0.179522 0.010046 0.150296 -0.304669 0.004537 -0.179898 -0.182886 -0.275064 -0.063573 -0.102019 0.280873 -0.345405 -0.16169 0.077666 -0.170395 0.114826 0.142136 0.096794 0.316844 -0.088013 0.090382 0.084049 0.025024 -0.359879 0.203324 -0.284642 0.303702 0.04643 0.023621 -0.055272 -0.14069 0.423503 0.198094 -0.547006 -0.19891 -0.144459 0.009674 0.294716 -0.505915 -0.20387 0.082512 0.064662 0.113471 -0.053451 -0.113854 0.094273 0.249949 0.013368 0.246846 -0.116551 0.077917 0.080177 0.080624 0.3497 -0.01205 0.416994 0.026148 -0.021365 -0.494354 0.110625 0.087469 0.004569 -0.161414 0.113053 -0.352746 0.387782 -0.093772 -0.225319 0.115194 0.324305 0.112992 0.092608 0.053089 0.309651 -0.059911 -0.110031 -0.398473 0.186272 -0.286735 -0.319925 0.013299 -0.101038 0.581903 -0.153021 -0.185701 0.021216 -0.209152 0.14738 0.2895 -0.262639 -0.096094 -0.093171 0.09652 0.105952 -0.332166 0.363367 -0.150944 -0.082168 0.463459 -0.06148 -0.18893 0.2374 0.048405 -0.410775 0.115227 0.051642 0.113179 0.242361 -0.258007 0.305868 -0.066051 0.37896 -0.249151 -0.303043 0.108657 -0.040791 -0.478718 0.009504 -0.129103 -0.347883 -0.128375 -0.149695 0.205513 -0.676441 -0.234666 0.022357 -0.245733 -0.112469 0.103889 0.13298 0.181778 -0.145808 0.080454 0.258144 0.056529 -0.08838 -0.911922 0.137351 -0.224135 0.226151 0.121003 0.124162 0.140362 0.238062 0.062415 0.326699 0.263324 0.251031 -0.047598 0.053517 0.512369 -0.032378 0.048426 -0.112844 -0.065695 -0.040601 0.010209 -0.031109 0.361473 -0.067762 0.033312 0.194271 -0.169886 0.0365 -0.275213 0.144138 0.390603 -0.318896 -0.082771 0.309971 -0.530998 0.201115 -0.510725 0.12653 -0.069741 0.038435 0.125378 -0.136694 -0.116538 -0.203732 -0.168204 0.130258 -0.037932 -0.097018 0.151098 -0.167307 -0.246959 -0.017006 0.317522 0.195588 -0.119993 0.097978 0.115545 -0.299606 -0.142939 0.131133 1.074904 -0.071026 0.204724 0.225396 -0.005839 0.170309 0.149682 0.201292 -0.042278 -0.302459 -0.284229 -0.364606 -0.126015 -0.55879 0.121234 0.164011 0.16446 -0.221474 -0.098825 0.114187 0.273557 -0.056572 -0.086024 -0.087599 -0.358852 -0.300155 -0.147476 0.157584 -0.055172 -0.061692 -0.21129 0.206087 0.125526 0.332754 0.138836 0.224936 0.079853 -0.021264 0.296277 -0.422686 -0.448622 -0.160979 -0.254965 -0.311425 0.439532 -0.053684 0.17034 -0.328441 -0.091434 -0.198476 -0.05209 0.242234 -0.103332 0.004359 -0.356738 -0.25085 0.221636 0.249794 0.116535 -0.212624 0.003819 0.203052 0.506918 0.132245 -0.125826 -0.272354 0.095294 -0.042463 0.204019 0.299111 0.006575 0.095106 -0.19329 -0.004215 -0.042582 0.127884 0.28448 0.097961 -0.031535 -0.151897 -0.073442 -0.483594 0.213947 0.293028 -0.02362 0.304723 -0.149715 0.408913 -0.456193 0.141098 0.150878 0.214357 0.1016 -0.108362 -0.294952 0.257947 0.268976 -0.15934 -0.120273 0.026339 -0.196594 -0.01827 0.015425 0.141027 -0.183525 0.325023 0.11881 -0.055027 0.306289 0.460541 -0.1067 0.028045 0.101547 0.207555 0.156777 0.232886 -0.082131 0.013279 -0.191625 0.079436 0.040551 -0.260803 -0.003314 0.182893 0.019948 0.009019 -0.087172 -0.167888 -1.412815 0.050811 -0.113637 0.018202 0.048537 -0.072851 0.094799 -0.036546 -0.269199 -0.030183 0.263385 0.27925 -0.153427 0.001758 0.130511 0.143338 -0.051263 0.028153 0.158613 0.035579 0.014793 0.158576 0.063614 0.091133 -0.017209 0.09542 -0.116484 0.15588 0.125254 -0.405259 -0.244126 0.179211 -0.935662 -0.102606 0.062042 0.14283 -0.087332 -0.086867 -0.329904 -0.132115 0.006163 -0.690527 -0.005928 0.102537 0.235183 0.010965 0.081718 -0.139623 -0.256176 -0.143086 -0.245653 -0.025008 0.0295 0.068564 0.147971 -0.32306 -0.081236 0.268895 0.052843 -0.066642 -0.153258 -0.091125 -0.310674 -0.331939 -0.200121 0.222137 -0.118831 0.19663 0.141441 0.427471 0.178091 -0.129575 0.351611 -0.142261 0.257022 -1.290949 0.093214 0.238683 -0.203145 0.153018 -0.224231 0.37451 -0.118402 -0.367458 -0.162981 0.18159 0.306462 -0.238848 0.180708 -0.14836 0.360684 -0.299223 0.249651 0.15057 0.337042 0.08251 -0.083414 0.151414 0.298315 0.111206 -0.040104 -0.382081 0.065698 0.173071 -0.110794 0.041268 0.325872 -0.19306 -0.160185 -0.178978 0.002945 0.268751 0.012193 1.164878 0.265247 -0.231852 0.008854 0.359573 -0.098549 0.280852 -0.086316 -0.344208 -0.017457 0.215389 0.50164 0.149681 -0.198221 -0.060039 -0.264451 -0.0277 0.221236 -0.111526 0.138394 0.326696 0.028841 -0.278402 0.223062 -0.002163 -0.150025 -0.02798 -0.172873 -0.33628 0.149916 -0.104069 0.260006 0.071753 -0.309057 -0.34814 0.292143 0.394117 0.22204 0.237017 0.020001 -0.037732 0.399415 -0.256817 -0.006867 0.001932 -0.173006 -0.129673 -0.138965 -0.000116 -0.025422 0.05893 -0.074704 0.361149 -0.050136 -0.142393 -0.208918 -0.067613 0.281632 2.3948 -0.054319 -0.2248 0.271073 -0.139855 -0.034658 0.13682 -0.001272 0.220121 -0.169617 -0.019143 -0.008451 -0.037354 0.117755 -0.329153 -0.240719 -0.121803 0.004906 0.102696 -0.004047 -0.108799 -0.02068 -0.175978 0.10238 -0.326255 -0.097356 0.052185 0.198785 -0.195886 -0.027229 -0.067101 -0.05291 0.118483 0.346528 0.321647 0.133501 0.058005 0.275684 0.344519 -0.21743 -0.53597 0.150145 -0.073053 0.244588 0.053571 -0.022194 -0.148908 0.025257 0.377176 0.451236 -0.257666 -0.185794 -0.081669 0.021558 0.113304 -0.282435 -0.009476 0.121402 0.159733 0.148119 -0.555679 -0.379344 -0.16695 0.188216 0.081635 0.021391 -0.184609 0.17083 -0.089119 0.017576 0.048782 0.140703 0.297633 -0.100508 0.039764 -0.360979 -0.052598 0.241602 0.016344 -0.179257 0.42003 -0.114867 0.026052 -0.078852 -0.029697 0.158518 -0.138163 0.397562 0.217361 0.202954 0.090674 -0.087691 -0.161553 -0.35677 0.054883 -0.245996 -0.039023 -0.033622 -0.124083 0.739984 -0.067861 0.133793 0.197411 -0.20133 0.074024 0.358806 0.017066 -0.361214 0.014857 0.322674 -0.02103 -0.007715 0.258796 -0.094798 -0.050033 0.221208 -0.140565 -0.111249 0.118054 -0.033951 -0.435817 0.014463 0.012412 0.282026 0.041079 -0.088573 0.228271 0.103248 0.29105 -0.337233 -0.254649 0.133027 0.084897 -0.234497 -0.16793 -0.12929 -0.207936 0.032297 -0.369643 -0.061843 -0.779035 -0.469494 -0.181928 -0.128464 -0.04998 0.07659 0.161057 0.379243 -0.137482 -0.009552 0.479588 0.013049 -0.027778 -0.673854 -0.093526 -0.127105 -0.117763 0.301349 -0.015158 -0.251122 0.360723 0.050677 -0.04632 0.307475 0.150706 -0.140533 0.114727 0.245909 0.236676 0.199248 -0.120295 0.183639 0.115423 0.192227 -0.007097 0.162398 -0.066738 0.066315 0.277938 -0.349232 0.05019 -0.469326 0.18266 0.198902 -0.420956 0.167809 0.156059 -0.596624 0.475687 -0.241685 0.295741 -0.088366 -0.136348 0.151308 0.197673 -0.318446 0.050099 -0.18148 -0.180628 0.1908 -0.10755 0.106704 -0.121521 -0.156847 -0.040082 0.468447 0.232364 -0.084796 0.026667 -0.100105 -0.095404 -0.198291 -0.03721 0.729861 0.18112 0.157252 0.15986 0.146512 0.170028 0.065648 0.155292 -0.056389 -0.18938 -0.321886 -0.458943 0.151149 -0.633685 0.140709 0.034301 -0.069854 -0.325133 -0.043003 -0.053848 0.103435 0.091196 -0.256182 -0.121921 -0.338517 -0.121032 -0.032678 0.05495 -0.239243 -0.121556 -0.254626 0.142251 0.107746 0.339931 -0.051033 0.267843 0.056383 -0.041701 0.092866 -0.101215 -0.497971 -0.380167 -0.045765 -0.305626 0.12029 0.325909 0.161746 -0.188595 -0.253756 0.169558 -0.17075 -0.052399 -0.186277 0.182556 -0.201126 -0.263257 -0.060927 0.314187 0.058106 -0.163458 -0.129953 0.204186 0.255007 0.003641 0.031657 -0.172582 0.155667 -0.148703 0.212509 0.35142 -0.041694 0.026474 -0.038577 -0.133873 -0.004295 0.091466 0.257577 0.101303 0.02953 -0.158017 0.132284 -0.75919 0.035719 0.144928 -0.310228 0.077632 0.02938 0.338688 -0.070873 -0.159682 0.141248 -0.033344 -0.000227 0.256664 -0.248777 0.15529 0.284341 0.215896 -0.296203 0.162842 -0.229204 0.016903 0.22957 -0.002074 0.07915 0.414954 0.328879 -0.042039 0.375123 0.257036 -0.170973 -0.34773 0.13818 -0.052721 0.149705 0.318224 0.0098 -0.000387 0.051867 0.010419 0.102842 -0.100042 0.030666 0.39851 0.028276 0.059686 -0.071518 -0.008777 -0.756176 0.297405 -0.033925 0.239661 -0.039827 0.151282 0.157077 -0.235779 -0.089413 0.029095 0.217572 0.313398 -0.071653 -0.266229 0.279558 -0.022178 -0.065604 -0.042003 0.216011 -0.013565 0.348398 0.066959 0.470446 -0.029071 0.076467 0.256555 -0.132266 0.123583 0.231626 -0.20303 -0.112172 -0.015055 -0.809394 0.109916 0.075553 0.040826 -0.245492 -0.251435 -0.184017 -0.307899 0.000376 -0.372201 0.047462 -0.027113 0.203308 0.125721 0.0493 0.085139 -0.349163 -0.230386 -0.239701 0.127432 -0.18803 0.213471 0.161079 -0.124134 0.095384 0.374317 -0.032212 0.193978 0.195267 -0.075602 -0.323415 -0.557372 -0.575362 0.079634 -0.138381 0.062947 0.444842 0.106371 -0.02811 -0.145843 0.442902 -0.213155 0.019873 -2.05426 0.149799 0.399024 -0.258722 0.105692 -0.136707 0.057403 -0.247256 -0.454681 -0.008823 0.024034 0.094299 -0.041829 0.071626 -0.223386 0.332153 -0.105368 0.043036 0.094872 0.217583 0.002229 -0.372773 0.144702 1.62558 0.137331 -0.014837 -0.068013 -0.107978 -0.052978 0.023107 -0.20885 0.424482 -0.214745 -0.325763 -0.054332 0.316028 0.030883 0.093915 1.443515 0.04985 -0.442275 -0.06956 0.268576 0.283853 0.276419 -0.12125 -0.267544 -0.173349 0.16026 0.342681 -0.186666 -0.419443 -0.173378 -0.120956 -0.146814 0.173119 -0.153018 0.197003 0.169607 -0.28397 -0.414066 0.16639 -0.11915 -0.106569 0.265152 -0.126161 -0.332784 0.154254 0.165263 0.214836 -0.167536 -0.103968 -0.094111 0.321057 0.195832 0.121003 0.366161 -0.10657 0.080943 0.245491 -0.027412 0.164007 -0.062947 -0.111155 -0.11001 -0.193369 -0.02205 0.135162 -0.039106 -0.180227 0.326019 -0.273097 0.005046 -0.023844 0.146682 0.149654 1.844653 -0.18375 -0.210032 0.060335 -0.084025\nộ 0.103305 0.186575 4.8e-05 0.009372 -0.127083 -0.282256 -0.158473 -0.173143 0.006431 -0.045866 -0.244085 -0.173117 -0.192728 0.088224 0.135336 -0.109478 0.135154 -0.345866 -0.169699 -0.062993 -0.177361 -0.120517 0.079832 -0.308644 -0.081945 -0.000783 -0.055704 0.114634 0.083694 0.240519 0.250553 -0.129756 0.042452 -0.045557 -0.045256 -0.149093 0.118396 -0.090325 0.35821 -0.098145 -0.027877 -0.054253 -0.103659 0.55273 0.206007 -0.410574 -0.121147 -0.030562 0.079638 0.268201 -0.415086 -0.20846 0.278581 0.142541 0.094636 -0.215353 -0.074351 0.127038 0.213677 0.186555 0.062149 -0.054674 0.075837 -0.000153 -0.038239 0.302351 0.083004 0.272588 -0.085803 -0.066841 -0.512016 0.006896 0.012686 0.218989 -0.072615 -0.087038 -0.192109 0.270673 -0.099068 -0.232955 -0.106926 0.296646 0.258596 -0.026443 0.072568 0.132527 0.117977 -0.24704 -0.386869 0.11067 -0.196411 -0.355854 -0.082259 -0.009609 0.412671 -0.110875 -0.121269 0.192433 -0.295553 -0.010313 0.378155 -0.219267 -0.150676 -0.051904 0.044792 0.020325 -0.223876 0.206318 -0.074342 -0.24949 0.388654 -0.087002 -0.054213 0.201445 0.031378 -0.370345 0.153541 0.096332 0.129253 0.119459 -0.403945 0.409523 -0.098615 0.492929 -0.339626 -0.149346 -0.132585 0.055208 -0.351249 -0.252034 -0.179454 -0.300918 -0.231959 -0.131349 0.087788 -0.830212 -0.197641 0.175502 -0.200813 -0.023947 0.388444 0.078434 0.054609 -0.113094 0.07911 0.099439 -0.03432 -0.207538 -0.876066 -0.027807 -0.122394 0.055455 -0.067869 0.18459 0.099902 0.194147 0.087867 0.173429 0.206705 0.311927 -0.189571 0.113391 0.422114 -0.001712 -0.020999 -0.024836 -0.191296 -0.015668 0.143143 -0.079706 0.120614 -0.094948 0.169072 0.327215 -0.034275 0.089896 -0.126228 0.024675 0.392793 -0.176412 -0.008535 0.2496 -0.427136 0.129522 -0.433927 0.12214 0.009185 -0.092871 0.19761 -0.098464 -0.280207 -0.239583 -0.006633 0.01726 -0.062059 -0.176457 0.057697 -0.138396 -0.208387 0.140962 0.282261 0.139581 0.025109 -0.012097 0.256345 -0.156529 -0.147429 0.074141 1.039589 -0.121084 0.158781 0.090471 0.035964 0.217233 0.058868 0.064997 0.021883 -0.370236 -0.226112 -0.101657 -0.115358 -0.450658 0.073336 0.137019 0.293441 -0.098308 -0.130902 0.22336 0.26345 -0.078626 -0.093222 -0.191676 -0.378941 -0.143736 -0.047697 0.177269 -0.171621 -0.146355 -0.246196 0.307718 0.174024 0.400148 0.020531 0.129925 0.08283 -0.128368 0.304284 -0.503112 -0.379371 -0.194923 -0.168543 -0.269138 0.375297 -0.042107 0.16598 -0.152802 -0.15568 -0.169128 -0.076981 0.336838 -0.179496 -0.071517 -0.440462 -0.170387 0.166887 0.111535 0.118071 -0.254436 -0.005103 0.137997 0.501759 0.052774 -0.084524 -0.223547 0.012057 -0.159822 0.273471 0.249065 -0.081023 -0.080761 -0.102914 0.040182 -0.028261 -0.092813 0.227752 0.174244 -0.250303 -0.093095 -0.108704 -0.243566 0.165628 0.141473 -0.091278 0.216127 -0.022331 0.401062 -0.350805 0.101902 0.227017 0.091326 0.07302 0.023906 -0.037279 0.168375 0.429835 -0.155135 0.024893 0.099003 -0.053169 -0.101791 0.151744 0.084019 -0.125193 0.258942 0.106702 -0.113428 0.21936 0.301606 -0.182373 0.037573 0.022527 0.029521 0.122449 0.097792 -0.097827 -0.023598 -0.062118 -0.017606 0.217653 -0.35633 0.24612 0.287846 0.006757 0.138296 0.039023 -0.161592 -1.684287 0.081303 -0.070989 -0.077075 -0.142231 -0.062096 0.192273 -0.036568 -0.171678 -0.003869 0.282356 0.022202 -0.22944 0.133717 0.033898 0.22141 0.016029 0.165606 0.005616 0.078664 0.088025 -0.005912 0.121514 -0.090064 -0.100203 0.033257 -0.099664 0.150949 0.06481 -0.454829 -0.289548 0.190798 -0.709729 -0.062904 -0.039636 0.052716 -0.074367 -0.114003 -0.340471 -0.144271 -0.018975 -0.618725 -0.206772 0.098604 0.198503 -0.077142 0.19482 -0.198496 -0.303793 -0.368945 -0.269177 -0.075575 0.130988 0.041752 0.155243 -0.12252 -0.205841 0.032782 -0.088149 -0.167395 -0.140913 0.041528 -0.379268 -0.20785 -0.165481 0.278494 -0.21937 0.189744 0.227787 0.473973 0.153627 -0.016466 0.353104 0.043631 0.108952 -1.308011 0.151777 0.11923 -0.090328 0.086393 -0.249145 0.485268 -0.090101 -0.296742 -0.178084 0.212214 0.419973 -0.044165 0.068738 -0.127686 0.386809 -0.128774 0.226615 0.097713 0.035233 0.152549 0.038239 0.028311 0.256476 0.267054 -0.04503 -0.327065 0.078897 0.096959 -0.018851 0.024259 0.280004 -0.101246 -0.08431 -0.227072 -0.005191 0.363995 0.035617 1.18525 0.149487 -0.063951 0.040655 0.311802 0.051928 0.20593 -0.017907 -0.351861 0.008323 0.282005 0.313871 0.158354 -0.296076 -0.216405 -0.227486 -0.053167 0.248839 -0.135032 -0.006039 0.327271 -0.046603 -0.172628 0.368416 -0.018761 0.053739 -0.132461 -0.025121 -0.271113 0.024505 -0.174394 0.260108 0.077133 -0.22538 -0.294728 0.143659 0.163466 0.188702 0.144766 0.222794 0.070449 0.33944 -0.324424 0.152281 0.206661 -0.191981 -0.292991 -0.011221 -0.064927 -0.106888 0.00433 -0.002138 0.240608 0.033649 -0.20203 -0.274483 -0.065167 0.306179 2.332439 -0.172598 -0.213662 0.26256 -0.08701 -0.144076 0.134952 -0.056529 0.139088 -0.307425 -0.155447 -0.122857 0.100381 0.168694 -0.445612 -0.202701 -0.154996 0.039507 0.147139 -0.028543 -0.040848 -0.00337 -0.35736 0.1424 -0.015759 -0.179224 -0.103521 0.042065 -0.115752 0.012027 -0.227256 0.03213 0.122432 0.396807 0.264684 0.096584 0.113985 0.091849 0.240186 -0.096569 -0.284392 0.029912 -0.04887 0.2121 0.01146 -0.057623 -0.101294 0.080314 0.504648 0.294963 -0.268058 -0.136382 0.007729 0.176232 0.040843 -0.203246 0.005228 0.167677 0.201467 0.090763 -0.616174 -0.346851 -0.287126 0.255839 0.101234 -0.024531 -0.045588 0.057197 -0.058524 -0.102883 0.041459 0.268674 0.147829 -0.158499 -0.070547 -0.454414 -0.062857 0.001828 0.250682 -0.161662 0.173129 0.051669 -0.012412 0.012417 0.085541 -0.002826 0.017767 0.305748 0.26739 0.13116 0.004127 -0.041232 -0.187533 -0.2756 0.049718 -0.100632 -0.000759 -0.123687 -0.069751 0.659407 -0.123601 0.151849 0.377843 -0.202171 -0.025045 0.422817 -0.083911 -0.397569 -0.071838 0.250299 -0.110274 -0.057373 0.128198 -0.012363 -0.112198 0.280649 -0.201119 -0.073172 0.123167 -0.11756 -0.336626 0.060079 0.123647 0.18821 -0.109854 -0.305423 0.316789 0.006337 0.336954 -0.456714 -0.019075 -0.098101 0.280095 -0.040684 -0.430944 -0.186699 -0.167489 -0.034635 -0.244176 -0.071451 -0.887785 -0.362826 -0.086246 -0.094557 -0.102943 0.391138 0.086513 0.287636 -0.282623 0.170917 0.337369 -0.128724 -0.053483 -0.713633 -0.196377 -0.003382 -0.120022 0.146675 0.068826 -0.144205 0.339211 0.024408 -0.114789 0.323357 0.26658 -0.310444 0.13675 0.237838 0.254132 0.201986 -0.156574 0.102458 0.143683 0.304654 0.091472 -0.035874 -0.058121 0.130246 0.259085 -0.261307 0.074565 -0.296 0.048222 0.251524 -0.265093 0.161187 0.02318 -0.404649 0.447695 -0.247323 0.306233 -0.05897 -0.114864 0.124789 0.161232 -0.39737 -0.059487 -0.099369 -0.040804 -0.006271 -0.194228 -0.059663 -0.076701 -0.169176 0.162901 0.483053 0.211151 -0.107795 -0.067828 0.076691 0.062084 -0.064637 -0.052709 0.734289 0.058373 0.170363 0.076165 0.313825 0.211354 0.1215 0.148229 -0.125175 -0.230046 -0.214476 -0.093061 0.138578 -0.622002 0.16153 -0.088206 0.059116 -0.195913 -0.084005 0.007318 0.203704 0.099837 -0.341618 -0.130677 -0.454025 -0.073687 -0.002148 0.094681 -0.344425 -0.177025 -0.299364 0.096181 0.244901 0.390213 -0.130566 0.249144 0.054674 -0.088153 0.197547 -0.207728 -0.37445 -0.275827 0.016922 -0.227032 0.224776 0.349578 0.122949 -0.235715 -0.273168 0.261381 -0.262964 -0.002208 -0.102143 0.089423 -0.31377 -0.242089 -0.013852 0.228205 -0.074543 -0.260172 -0.334458 0.306814 0.226602 0.009023 0.12063 -0.094017 0.079477 -0.13752 0.258147 0.318161 0.080793 -0.135845 -0.03138 -0.203436 -0.062116 0.028063 0.174241 0.143729 -0.147994 -0.070828 0.12024 -0.603776 0.186099 -0.010416 -0.206874 0.082214 0.075485 0.330693 -0.110928 -0.219099 0.187342 -0.138361 -0.059006 0.291781 -0.191221 0.079064 0.310024 0.118222 -0.247566 0.223673 0.006582 -0.024278 0.348346 -0.110134 0.11422 0.430425 0.132718 -0.019336 0.287922 0.094686 -0.315177 -0.308945 0.057029 -0.196048 0.116126 0.364174 0.064702 0.106096 -0.006965 -0.02092 0.129881 -0.195702 0.138616 0.365966 0.017742 0.300716 -0.056292 -0.016632 -0.956609 0.211231 0.029746 0.068762 -0.15373 0.135417 0.27938 -0.092115 -0.09958 0.078785 0.129656 0.195505 -0.095397 -0.093949 0.218366 0.078564 0.061271 0.053185 0.082307 0.044399 0.403247 -0.008364 0.545951 -0.01144 -0.100935 0.211468 -0.190796 0.150407 0.113208 -0.211381 -0.142619 -0.043234 -0.658563 0.215515 -0.080404 0.047195 -0.293888 -0.202412 -0.242457 -0.270033 0.060527 -0.375918 -0.092695 0.039465 0.069815 0.020204 0.106708 -0.038499 -0.329513 -0.314282 -0.172766 0.049794 -0.017529 0.211729 0.237308 0.044887 -0.108533 0.193754 -0.196471 0.124037 0.120599 -0.01845 -0.288792 -0.33612 -0.423029 0.16318 -0.347584 -0.001106 0.480464 0.266466 -0.05447 -0.027492 0.357234 -0.200013 -0.162033 -2.095123 0.135884 0.249775 -0.113491 -0.104655 -0.126741 0.155509 -0.179868 -0.381115 -0.107858 -0.081546 0.1939 0.071912 -0.021794 -0.16647 0.380726 -0.032054 0.230635 0.022984 0.002525 0.188294 -0.354379 -0.134588 1.587826 0.295563 0.025891 -0.028624 -0.068367 -0.164942 0.022131 -0.158102 0.394351 -0.089914 -0.212229 -0.119299 0.31514 -0.046989 0.128601 1.578394 -0.061429 -0.151933 0.030526 0.215426 0.318493 0.270043 -0.088966 -0.341598 -0.104998 0.246948 0.300101 0.057519 -0.456151 -0.318019 -0.054354 -0.144869 0.334363 -0.134284 0.093539 0.168834 -0.293199 -0.296713 0.275351 -0.102983 0.069662 0.221959 0.052713 -0.244873 0.02003 0.091684 0.263005 -0.130015 -0.084482 -0.026992 0.182888 0.033733 0.301547 0.126374 -0.033294 0.147571 0.145916 -0.060433 0.293426 0.114545 -0.127824 -0.183768 0.038048 -0.017975 0.140471 -0.271656 -0.161476 0.314667 -0.262189 0.016829 -0.121672 0.150808 0.215765 1.799389 -0.330567 -0.258219 0.174461 0.046654\nD 0.375379 0.742578 -0.033734 -0.020917 0.04774 0.135469 0.084165 -0.16407 -0.013979 0.20393 -0.188745 -0.069717 -0.328545 -0.071435 0.152034 -0.352892 0.158472 -0.123207 0.0098 -0.032876 0.004802 -0.153199 0.758793 -0.297402 -0.284627 0.297005 -0.29918 0.017251 0.378207 0.316881 0.448096 0.059387 -0.216316 0.069337 -0.187366 -0.004207 0.003869 -0.237046 0.108996 0.170889 0.029753 0.142953 -0.211802 0.218391 0.219309 -0.806733 -0.426766 -0.299774 0.010036 0.479186 -0.184811 -0.136474 -0.01718 0.143076 0.230951 -0.035837 -0.127364 0.119873 0.291828 0.065481 0.076294 -0.006473 0.151134 0.321142 0.327008 0.115774 0.009687 0.463722 0.004844 -0.025173 -0.329545 0.241451 0.381189 -0.206663 -0.102966 0.352641 -0.355034 0.357021 -0.325895 0.14673 0.375687 0.569643 0.176409 0.265397 -0.118526 0.379018 0.060912 0.044755 -0.457393 0.198101 -0.207001 -0.3763 -0.312681 0.01064 0.598082 -0.181932 -0.159709 -0.053845 -0.133732 0.062139 0.134234 0.100348 -0.335368 -0.007892 0.344142 -0.252944 -0.353355 0.40823 0.005366 0.123628 0.46878 -0.112057 -0.199353 0.178152 0.08587 -0.321484 0.188164 -0.15554 0.136926 0.291345 -0.3457 0.41953 -0.098487 0.096893 0.04208 -0.370531 0.133444 0.199478 -0.490485 0.265934 0.078774 -0.710086 0.063298 0.017381 0.167983 -0.610731 0.074399 0.00013 -0.278389 -0.078278 0.208093 0.354424 0.325131 -0.124787 0.065339 0.233578 0.2228 0.334879 -0.866949 0.002698 -0.031776 0.370663 0.154755 0.199902 0.230202 0.182264 0.254348 0.192963 0.474365 0.236004 0.238407 -0.129565 0.394439 -0.007396 -0.088769 -0.222142 0.125208 -0.017883 -0.247318 0.070567 0.49957 -0.292212 -0.260262 0.101487 -0.529405 0.224073 -0.306784 0.137182 0.383876 -0.285625 -0.17999 0.08004 -0.464938 0.356442 -0.648245 0.156329 -0.087916 0.237455 0.14749 0.009684 0.068263 -0.205622 -0.0762 0.082467 0.078165 -0.048063 0.139185 -0.051765 -0.261233 -0.178634 0.273525 0.027641 -0.056296 0.019443 0.077813 -0.291302 0.035566 0.164191 0.75728 -0.018721 0.153174 -0.009861 0.023661 0.124174 -0.012796 0.54801 -0.232693 -0.150191 -0.39017 -0.39445 -0.128713 -0.588089 -0.036215 -0.26115 -0.101537 -0.250132 -0.066364 0.100093 0.130677 0.245169 0.033376 0.02706 -0.345727 -0.16915 -0.244767 -0.085267 0.251877 -0.091868 -0.243073 -0.092621 0.15489 0.25658 0.220027 0.347723 0.024739 0.174756 0.43701 0.004095 -0.233023 0.158993 -0.276237 -0.141973 0.430946 -0.239734 0.100143 -0.28763 -0.214724 -0.047542 -0.099401 -0.034236 0.084405 -0.155844 -0.484637 -0.321675 0.135211 0.228088 0.021495 -0.328299 -0.048472 0.360598 0.720743 0.166662 -0.03383 0.061336 -0.174646 -0.132011 0.243232 0.545205 0.171982 0.085935 -0.084142 0.181593 -0.091513 0.14716 0.414596 -0.0345 0.41259 -0.040108 -0.088875 -0.871348 0.158569 0.295397 0.16805 0.596493 -0.028375 0.152103 -0.142174 0.26492 0.195655 0.072041 -0.175899 0.155457 -0.143056 -0.040904 0.156271 0.445427 -0.233465 0.138751 -0.194529 -0.054997 -0.052874 0.131743 -0.090925 0.445501 0.009586 0.265907 0.078314 0.506203 -0.11902 0.021822 0.038785 -0.053705 0.166902 0.454979 0.378592 -0.067857 -0.13137 0.156745 -0.23907 -0.13235 -0.295189 -0.023617 -0.05578 0.166659 -0.230607 -0.054134 -0.630909 0.131922 -0.259109 0.232347 0.072317 0.056471 -0.122505 0.151702 -0.161919 0.071634 0.300614 0.546679 0.241148 0.034854 0.185991 0.261113 -0.085011 -0.36339 0.397111 0.092718 -0.076223 0.145292 0.361814 0.251533 -0.088699 0.219493 -0.036009 0.07448 0.110027 -0.036512 0.19079 0.308824 -0.978951 -0.189368 0.057877 0.093926 -0.152582 -0.101209 -0.546351 0.063446 0.120416 -0.623849 -0.098318 0.055014 0.537044 0.315856 0.18281 -0.011321 -0.219511 -0.130917 -0.255799 -0.103273 0.076171 0.020313 0.243388 -0.337433 -0.102139 0.214825 0.157578 0.008125 -0.221757 -0.11333 -0.12206 -0.229439 -0.252593 0.234385 -0.173114 0.114449 -0.045009 0.258001 0.067799 -0.115037 0.288336 -0.470007 0.13743 -1.10064 -0.115866 0.090359 -0.002482 -0.071767 -0.405802 0.453134 0.154105 -0.628443 -0.003861 -0.027716 0.117215 -0.329367 0.230203 -0.218291 0.219395 -0.38811 0.317848 -0.039123 0.418419 0.207435 -0.060616 0.08488 0.418242 0.248113 0.030112 -0.02767 -0.01726 0.009768 -0.241678 0.051831 0.361107 -0.35505 -0.129438 0.137074 -0.009192 0.061514 0.049985 1.281207 0.216366 -0.029269 0.07509 0.431586 -0.129636 0.287502 -0.165589 -0.380584 -0.218415 0.308727 0.262048 0.101972 -0.070265 0.076047 -0.36475 -0.243785 -0.073042 -0.019602 0.460593 0.214011 0.024512 -0.129065 0.349882 -0.068069 -0.456803 0.198299 -0.278265 -0.802975 0.13048 -0.03453 0.170994 0.093714 -0.418978 -0.235621 0.34926 0.547707 0.452051 0.499116 -0.193756 -0.090136 0.437616 -0.31135 -0.163913 0.212744 -0.035088 0.023841 -0.402847 -0.420684 0.026425 0.002029 -0.161787 0.429958 -0.155203 -0.048298 -0.345835 0.117183 0.180596 2.205598 -0.097348 -0.220094 0.300814 -0.171662 0.120657 0.262995 -0.175888 0.424203 -0.000702 0.189033 0.149062 0.143904 0.02066 -0.136501 -0.521759 -0.049939 -0.101424 0.262877 0.016331 -0.262472 -0.049237 0.36053 0.28194 0.054014 -0.279203 0.381863 0.52504 -0.415336 0.103607 0.17299 0.130151 -0.183169 0.264065 0.540566 0.574764 -0.058225 0.236738 0.296213 -0.673377 -0.587667 -0.217767 0.263918 0.213348 -0.030657 0.074104 -0.130348 0.25446 0.59114 0.468013 -0.572207 -0.183155 0.092539 -0.05779 -0.120296 -0.398558 0.165846 -0.08772 0.021494 0.051654 -0.621171 -0.449733 -0.423774 0.478771 0.189013 -0.139847 -0.267751 0.64532 0.283768 0.129833 -0.088836 0.22808 0.246322 0.139121 -0.074805 -0.374094 -0.083865 0.631033 -0.078547 -0.397629 0.830769 -0.074321 0.09682 -0.104197 -0.002774 0.48176 -0.048309 0.862788 0.200666 0.064767 0.065267 0.155118 -0.13918 -0.52101 0.073184 -0.210517 0.093757 -0.153385 0.002106 0.45495 -0.104072 0.245264 0.410528 -0.262035 -0.015654 0.226817 0.448417 -0.428206 0.317708 0.906282 -0.147682 0.027539 0.332939 0.055074 -0.177752 0.134186 -0.017176 -0.081184 0.041399 -0.051035 -0.285429 -0.299242 0.071991 0.342171 0.277583 -0.134232 0.149358 0.145402 0.282845 -0.319481 -0.437984 -0.168773 0.206064 0.011209 -0.009436 -0.091197 -0.292474 0.165176 -0.263846 -0.300346 -0.473516 -0.485843 0.091469 -0.262458 0.334859 0.52025 0.477137 0.611335 0.153482 -0.368019 0.599615 0.077325 0.094576 -0.511917 -0.300724 -0.251963 0.290185 0.531306 0.048712 -0.486305 0.378629 0.138369 -0.044742 0.414096 0.057064 0.087945 -0.460635 0.11326 0.321315 0.144669 0.042271 0.232495 -0.120458 -0.155523 0.048069 0.171402 -0.466632 -0.4312 -0.005674 -0.391188 0.387528 -0.500668 0.34518 0.152689 -0.600978 0.014265 0.094778 -0.270612 0.498542 -0.123889 0.180899 -0.251332 -0.120645 0.169228 0.257236 -0.217495 0.079606 0.026438 -0.247381 0.331955 -0.12201 0.00385 0.0505 -0.296901 -0.115708 0.472052 -0.012979 0.100765 -0.084588 0.081799 0.212164 -0.087895 -0.295241 0.439784 0.285507 0.04346 -0.080411 0.169816 0.475823 -0.233628 0.150006 -0.225944 0.009684 -0.50374 -0.352972 0.382664 -0.350353 -0.235204 -0.009238 -0.205969 -0.379687 0.133354 0.083946 -0.310056 -0.048229 0.089134 -0.030299 -0.445943 0.240855 -4e-06 -0.060323 -0.23916 -0.20099 -0.445705 -0.395657 -0.079489 0.698741 -0.067838 0.39951 -0.097171 -0.042578 0.247207 0.392962 -0.443553 -0.13317 -0.292146 -0.241802 0.077136 0.211023 -0.080962 -0.156233 -0.283813 0.139414 -0.154457 -0.205952 -0.283939 0.018294 -0.220286 -0.247515 0.239867 0.300478 -0.288093 -0.449381 -0.008703 0.432791 0.361605 0.085788 -0.111154 -0.00557 -0.182249 -0.450838 0.307155 0.334889 -0.178139 0.064499 0.047469 0.102415 -0.228581 0.309676 0.803951 0.038342 0.175464 -0.061776 -0.032605 -1.11404 -0.186592 0.177496 -0.18087 0.257378 -0.06307 0.093721 0.213796 -0.160644 -0.032941 -0.164939 -0.131621 0.279091 -0.16125 0.2053 -0.052234 0.563289 -0.293527 0.265867 -0.225181 0.0279 0.274183 0.230174 -0.180343 0.373652 0.670136 0.228894 0.459963 0.101223 -0.160512 -0.347438 0.047357 -0.102959 -0.146187 0.643345 0.402497 -0.514975 0.308936 0.368773 -0.177576 0.263514 0.034905 0.318248 -0.230246 0.27278 -0.256915 0.342862 -0.439738 0.406315 -0.266673 0.360079 -0.263852 0.317097 -0.107816 -0.096962 0.237667 0.219496 0.590706 0.631248 0.049141 -0.568531 0.028854 0.097281 0.026584 -0.370994 0.32791 0.101176 0.502891 0.139466 0.624299 -0.286819 0.241639 0.189143 0.231074 0.166893 0.380151 0.011686 0.018676 0.141206 -0.624557 0.307986 0.105387 0.052035 -0.154573 -0.3011 -0.584722 -0.341128 0.258865 -0.293458 -0.102626 -0.164561 0.706698 0.471338 0.062234 0.16012 -0.585702 -0.513427 -0.06038 -0.006274 -0.245778 -0.201382 0.254775 -0.087407 0.119743 0.442085 -0.038372 0.25546 -0.020938 -0.146791 -0.305946 -0.524697 -0.529111 -0.161028 -0.178118 0.101904 0.243221 -0.170171 -0.218109 -0.22162 0.818576 -0.454826 -0.08522 -1.809465 0.041812 0.37946 -0.225278 0.348783 -0.753939 0.126366 -0.2729 -0.866537 0.601619 -0.09849 0.222667 0.033883 0.198727 0.194396 0.422456 -0.126422 0.028807 -0.271701 0.304644 0.174023 -0.654381 0.202137 0.762054 0.244477 -0.222651 0.138315 -0.185803 0.281361 0.324308 -0.318798 0.521305 -0.733185 -0.421784 0.124496 0.46967 -0.122639 -0.000545 1.269082 -0.025983 -0.494521 -0.072205 0.179296 0.368071 0.248132 -0.313051 -0.383464 -0.479293 0.23631 0.334778 -0.424115 -0.121238 -0.180152 -0.103169 -0.288754 -0.142527 -0.154898 0.372926 -0.057546 -0.431144 -0.318493 0.474834 -0.104998 -0.522899 0.559255 -0.260758 -0.794763 0.268584 0.161567 0.158981 -0.124546 -0.174725 0.054705 0.482497 0.392275 -0.233701 0.651307 -0.020319 -0.013801 -0.007893 0.059861 -0.055971 0.141305 -0.042021 -0.252563 -0.390169 -0.438578 -0.00901 -0.215026 -0.171396 0.439346 -0.403054 0.029217 0.103715 0.276104 0.040394 2.024727 -0.135905 -0.446552 0.030773 -0.315844\nơ 0.283675 0.441453 -0.093273 -0.083954 0.085053 -0.112791 -0.000361 -0.311414 -0.022021 0.040429 -0.134922 -0.083677 -0.32308 -0.183843 0.21452 -0.055468 0.101785 -0.199169 -0.156741 -0.058365 -0.147641 -0.069916 0.261131 -0.297901 -0.317707 0.033504 -0.10172 0.124257 0.166964 0.21365 0.348358 -0.102639 0.153835 0.023571 0.001967 -0.193382 0.177868 -0.32057 0.291699 0.083831 -0.035643 -0.022452 -0.343606 0.580763 0.187112 -0.46273 -0.336861 -0.286673 0.027601 0.398751 -0.529015 0.050599 -0.070713 0.005235 0.086843 -0.15671 -0.131857 -0.067743 0.124722 -0.112771 0.241542 -0.192411 0.005822 0.085818 0.168535 0.420318 -0.165017 0.439217 0.021698 -0.084407 -0.542068 0.197113 0.026678 -0.097536 -0.193399 0.281744 -0.238558 0.243435 -0.115207 -0.182413 0.106018 0.3146 0.19308 0.121011 -0.051398 0.24742 -0.161968 -0.112335 -0.566206 0.141847 -0.335085 -0.245058 0.10456 -0.1642 0.517656 -0.27727 -0.073043 -0.020683 -0.212548 0.216724 0.425196 -0.26512 -0.202305 -0.171945 0.110315 0.149659 -0.273914 0.360177 -0.098137 -0.028563 0.559261 -0.176743 -0.388545 0.204763 0.116377 -0.332297 0.106719 0.110417 0.045006 0.220332 -0.371346 0.250663 0.068566 0.420181 -0.237182 -0.403056 0.081299 0.125115 -0.35748 0.192398 -0.185937 -0.422862 0.08038 -0.255844 0.162357 -0.631145 -0.10079 -0.184716 -0.286676 -0.042803 0.139274 0.237158 0.249227 -0.190028 0.204815 0.287359 0.384673 -0.126651 -0.873 0.195913 -0.129254 0.108152 0.115077 0.167714 0.143003 0.274082 0.159808 0.370288 0.345508 0.203842 -0.091507 -0.025132 0.643379 -0.081416 0.031181 -0.180355 0.009816 -0.146678 -0.028057 -0.043876 0.31507 -0.096229 -0.005882 0.208578 -0.228998 0.091994 -0.297094 0.143457 0.382409 -0.391282 -0.055904 0.211258 -0.552516 0.277144 -0.455338 0.118376 -0.034943 0.04997 0.20164 -0.008457 -0.148403 -0.089737 -0.290932 0.191776 0.048703 0.013377 0.193193 -0.156319 -0.291086 0.111254 0.277008 0.2398 -0.185133 0.160899 0.15511 -0.265174 -0.135945 0.058087 1.083538 -0.241968 0.27788 0.207879 0.260106 0.158831 0.182489 0.399112 -0.201517 -0.342672 -0.197085 -0.488511 -0.172194 -0.536361 0.263067 0.019676 0.066126 -0.313933 -0.234699 0.133322 0.21155 0.035599 -0.163977 -0.143885 -0.354233 -0.200482 -0.123226 0.113578 -0.019903 -0.128609 -0.158228 0.247804 0.047687 0.33939 0.146607 0.207145 0.02655 0.006276 0.358403 -0.406505 -0.331126 -0.151739 -0.309443 -0.269164 0.271415 -0.171786 0.047196 -0.376236 -0.094229 -0.415818 0.002201 0.155306 0.068936 0.006114 -0.352717 -0.330096 0.406733 0.359385 0.001031 -0.302972 0.056927 0.109001 0.500782 0.027511 -0.134327 -0.18191 0.171409 0.000388 0.28063 0.326477 -0.005032 0.107718 -0.27493 -0.052639 -0.10428 0.181622 0.249664 -0.033499 -0.045085 -0.042113 0.040723 -0.500226 0.196377 0.437529 -0.056626 0.414179 -0.134919 0.263015 -0.428898 0.043009 0.16382 0.130498 0.207541 -0.049336 -0.329898 0.122123 0.233262 -0.079056 -0.188144 0.062229 -0.238436 -0.076295 -0.06919 0.103221 -0.172232 0.519445 -0.013401 -0.043743 0.363027 0.432918 -0.047898 -0.023741 0.066312 0.266695 0.157819 0.315323 -0.039738 0.018804 -0.236161 0.201693 -0.058019 -0.231792 -0.169021 0.173596 0.003039 -0.036988 -0.095758 -0.11921 -1.312402 0.086732 -0.03605 0.091213 -0.090935 0.008023 0.133821 0.100879 -0.201921 0.04056 0.257501 0.180971 0.047343 0.068535 0.300126 0.270256 0.037828 -0.110585 0.072756 -0.134559 -0.142696 0.132483 -0.002998 0.144826 -0.080639 -0.011259 -0.13607 0.04124 0.058633 -0.29847 -0.234295 0.254856 -0.918524 -0.151574 0.142896 0.120198 -0.244156 -0.021566 -0.271158 -0.189873 0.147691 -0.859026 -0.009585 0.120023 0.252451 0.223894 0.101491 0.034667 -0.435739 -0.198466 -0.374241 0.080856 0.021546 0.035649 0.095958 -0.318412 -0.068509 0.134978 0.195885 -0.031974 -0.281237 -0.077148 -0.345999 -0.382474 -0.362426 0.205587 -0.15291 0.248668 0.08902 0.398131 0.08218 -0.046664 0.301876 -0.073742 0.301811 -1.336541 0.085512 0.446539 -0.109626 0.071546 -0.310244 0.325629 -0.183488 -0.157689 -0.151894 0.105533 0.218258 -0.154783 0.155944 -0.211705 0.421377 -0.371554 0.335359 0.059301 0.231041 -0.00543 -0.097915 0.226576 0.300335 0.040847 -8.7e-05 -0.269718 -0.008354 0.222235 0.00266 0.033998 0.230535 -0.271026 -0.035124 -0.117956 0.081208 0.300092 -0.088659 1.322749 0.265674 -0.376691 -0.145771 0.250138 -0.152471 0.259563 -0.16732 -0.496235 -0.047039 0.166407 0.578407 0.139218 -0.232052 0.017674 -0.214532 -0.195199 0.370439 0.005553 0.265094 0.429244 -0.066122 -0.283842 0.116243 0.014001 -0.249878 -0.035288 -0.101335 -0.29249 -0.026342 -0.210962 0.157224 0.089375 -0.27798 -0.30506 0.094151 0.388798 0.147394 0.215084 0.004755 -0.059039 0.353348 -0.364726 0.037897 0.151045 -0.086038 -0.113321 0.006746 -0.069932 -0.00245 -0.112887 -0.050406 0.455472 -0.171299 -0.188134 -0.182259 0.00547 0.176644 2.337773 0.090292 -0.195373 0.280249 -0.140497 -0.008101 0.176535 -0.227769 0.103342 -0.222046 0.041377 -0.068898 -0.111497 0.00831 -0.239992 -0.35526 -0.07494 -0.127115 -0.018902 0.032177 -0.019958 -0.061695 -0.129303 0.104925 -0.16697 -0.19262 0.235916 0.146883 -0.241909 -0.084165 -0.156322 -0.055374 -0.008496 0.211568 0.421862 0.180824 0.012156 0.35732 0.262438 -0.309796 -0.46337 0.125276 -0.017965 0.219958 0.036734 -0.033755 -0.075278 -0.115117 0.546557 0.477817 -0.158691 -0.372017 -0.143694 0.093043 0.093515 -0.293472 0.144078 0.086027 0.113541 0.144411 -0.709216 -0.39215 -0.254795 0.104132 0.052083 -0.027742 -0.241648 0.123894 -0.068904 0.023627 0.066017 0.045611 0.23372 -0.087809 -0.023919 -0.413901 0.152381 0.28585 -0.066324 -0.163727 0.59622 -0.068846 -0.045775 -0.085969 -0.074414 0.168276 -0.16258 0.498387 0.273522 0.127409 0.131052 -0.076664 -0.221516 -0.558822 0.019165 -0.217817 0.125909 0.073074 -0.175092 0.642125 -0.12964 0.220586 0.198273 -0.201541 0.147309 0.400759 0.034019 -0.531762 -0.112343 0.281402 0.085545 0.088978 0.287004 -0.110406 -0.063265 0.350903 -0.30008 -0.259244 0.117413 -0.054831 -0.391859 -0.033681 0.041847 0.237167 0.175066 -0.124431 0.093617 0.230666 0.303517 -0.450612 -0.289035 0.030821 0.208832 -0.133637 0.023189 -0.155045 -0.217332 0.258541 -0.498449 -0.171736 -0.730429 -0.33965 -0.318874 -0.136279 -0.103584 0.163412 0.25975 0.504382 -0.128951 0.010175 0.463348 0.202135 -0.180037 -0.623287 -0.070011 -0.081111 -0.113439 0.363485 -0.040855 -0.297235 0.477366 0.084449 0.019824 0.384816 0.170566 -0.197728 -0.036813 0.255295 0.181866 0.246322 -0.141305 0.189946 0.053684 0.164662 -0.142411 0.121257 -0.031674 0.016047 0.225351 -0.278835 0.044468 -0.473044 0.265273 0.147121 -0.524219 0.215719 0.111112 -0.576384 0.583412 -0.041317 0.287834 -0.122764 -0.126943 0.256513 0.25367 -0.370428 0.13868 -0.292166 -0.183535 0.153985 -0.040028 0.095788 -0.118083 -0.209459 0.048051 0.477436 0.273178 -0.115523 0.139659 -0.10699 0.023692 -0.201106 -0.051344 0.6738 0.034104 0.264718 0.222274 0.368721 0.142224 0.071089 0.230628 -0.238856 -0.193818 -0.363341 -0.501318 0.157567 -0.59818 0.276235 -0.021155 -0.120815 -0.357035 -0.217612 -0.017295 0.060833 0.098471 -0.220439 -0.145392 -0.488331 0.031919 0.013386 0.014212 -0.261167 -0.144427 -0.199617 0.012329 -0.054755 0.343877 -0.066801 0.245988 -0.003245 -0.012154 0.171137 0.017617 -0.49497 -0.34957 -0.131411 -0.248293 -0.068018 0.279301 0.021596 -0.208488 -0.245164 -0.02171 -0.059559 -0.071914 -0.120435 0.298793 -0.106164 -0.358425 0.151639 0.468254 -0.051481 -0.276558 -0.065106 0.105482 0.234806 -0.134005 0.015563 -0.138097 0.341196 -0.165607 0.238782 0.34913 -0.164295 0.00446 -0.072018 -0.143801 -0.075694 0.154301 0.293949 0.082986 0.075795 -0.086994 0.244768 -0.763292 0.044603 0.224313 -0.309808 0.134364 0.01964 0.172763 -0.074219 -0.267958 0.015083 -0.099933 0.02209 0.219853 -0.291246 0.067241 0.186895 0.305007 -0.469506 0.042763 -0.268118 0.089482 0.082681 0.02171 0.069247 0.455499 0.232611 0.093128 0.486096 0.276006 -0.16643 -0.425585 0.071713 -0.072524 0.151292 0.435671 -0.064485 -0.118353 0.032673 0.024003 0.010456 -0.171593 -0.05755 0.371819 0.00497 0.063824 -0.066168 0.078519 -0.660802 0.216669 0.047933 0.265178 -0.136719 0.276272 0.268352 -0.021153 -0.101546 0.097456 0.298435 0.114914 -0.00636 -0.246865 0.339643 0.097492 0.071287 -0.064391 0.03296 -0.156881 0.184536 0.092012 0.379422 -0.084517 0.114198 0.159515 -0.168931 -0.001773 0.166685 -0.151143 -0.07786 0.067488 -0.757439 0.08097 0.244474 0.020847 -0.372594 -0.185675 -0.221391 -0.379502 0.086283 -0.517216 0.033714 -0.086897 0.169787 0.32439 0.158063 0.222995 -0.60122 -0.457496 -0.254116 0.297982 -0.14174 0.191503 0.057551 -0.110441 0.106562 0.204536 0.03329 0.218234 0.017804 -0.045644 -0.353413 -0.551454 -0.649831 0.023074 -0.153827 0.16407 0.448481 0.023504 -0.072421 -0.127524 0.388448 -0.204844 0.105992 -2.090657 0.087696 0.65181 -0.159933 0.03299 -0.212274 0.007789 -0.429973 -0.229423 0.002441 -0.030496 0.162735 0.053138 0.021729 -0.244264 0.379494 -0.193061 0.044368 0.057044 0.234372 -0.117717 -0.351695 0.065268 1.498785 0.117524 0.019124 0.005249 -0.145579 -0.011578 0.183294 -0.205784 0.400901 -0.30934 -0.221676 -0.0233 0.38673 0.052553 -0.071624 1.606732 0.068545 -0.571785 -0.279808 0.086943 0.279543 0.268621 -0.130846 -0.306996 -0.064206 0.034589 0.419995 -0.315575 -0.447348 -0.147871 0.001317 -0.303363 0.256195 -0.019107 0.252826 0.271867 -0.496973 -0.265126 0.140446 -0.13684 -0.15357 0.313266 -0.118779 -0.258987 0.061637 -0.049214 0.113188 -0.128512 -0.04767 0.000404 0.293977 0.176971 0.025523 0.359466 -0.03189 0.017204 0.100362 -0.115102 0.197479 0.069469 -0.148557 -0.216924 0.032254 -0.045034 0.148602 -0.256039 -0.153311 0.369997 -0.385757 -0.154836 -0.0417 0.122942 0.095137 1.845725 -0.091638 -0.231195 0.043624 -0.106963\ns 0.132312 0.137768 0.080868 0.098195 0.120554 -0.056175 0.065269 -0.080859 -0.007582 -0.00207 -0.269654 0.034434 -0.225913 0.056741 0.060424 -0.195365 0.194215 -0.197936 -0.188633 -0.103972 0.022141 -0.080187 0.155766 -0.28114 -0.056532 0.043217 -0.195184 0.215381 0.251159 0.10633 0.262252 -0.066696 0.041233 0.021075 -0.009406 -0.12374 0.125356 -0.328225 0.360197 0.035284 0.115731 0.132328 -0.237569 0.338895 0.102943 -0.465894 -0.137243 0.045656 0.03465 0.31746 -0.298871 0.063456 0.102934 0.028044 0.101048 -0.023104 -0.214828 0.188803 0.339079 -0.023077 0.241426 -0.015924 0.008234 0.076402 0.044138 0.385727 0.031012 0.317421 0.004902 -0.073357 -0.574366 0.054063 0.176073 0.069222 -0.124076 0.093371 -0.345209 0.43021 -0.04936 -0.173854 -0.002713 0.482948 0.075005 0.095763 0.065866 0.294722 -0.117278 -0.070395 -0.404765 0.092762 -0.091833 -0.142008 0.005623 -0.012745 0.397645 -0.158042 -0.295825 0.086323 -0.298029 0.122704 0.364222 -0.219824 -0.182284 -0.069857 0.147219 0.028448 -0.451515 0.359322 -0.16833 0.003942 0.5867 -0.125599 -0.216282 0.206963 0.091686 -0.359282 0.088816 -0.091317 0.221979 0.144727 -0.357885 0.157499 0.095705 0.431709 -0.440464 -0.08867 -0.011085 0.039661 -0.334449 -0.214376 -0.19921 -0.092832 -0.161677 -0.109901 0.110553 -0.681469 -0.377172 0.163155 -0.173998 -0.089503 0.015639 0.141663 0.13082 -0.170217 0.017914 0.203218 0.02464 -0.060882 -0.83487 0.127789 -0.176105 0.073886 0.085512 0.133992 0.210762 0.022548 0.158324 0.427023 0.043128 0.141603 0.081038 0.085549 0.280588 -0.108902 0.041688 -0.176834 -0.011909 -0.051211 -0.097343 -0.183937 0.277891 0.035231 0.124523 0.260787 -0.109854 -0.11434 -0.095411 0.050613 0.386752 -0.164769 0.114077 0.187517 -0.510767 0.164891 -0.515082 0.048994 0.0111 -0.012984 0.227611 -0.129059 -0.147781 -0.210552 0.074892 0.068092 0.067399 -0.175131 0.211401 -0.127209 -0.146763 0.178773 0.359077 0.161294 0.024563 0.233207 0.161995 -0.494123 -0.145606 0.21633 0.943001 0.080331 0.177399 0.234945 -0.125591 0.17188 0.018053 0.049324 -0.028765 -0.416674 -0.422797 -0.349331 -0.145283 -0.444958 0.156158 0.21371 0.303867 -0.090835 -0.070892 0.260382 0.167439 -0.099795 -0.213029 0.087892 -0.298255 -0.308786 -0.213568 0.192004 -0.074206 -0.075627 -0.228475 0.204075 -0.006385 0.319348 0.299711 0.121648 0.089204 -0.188525 0.283868 -0.466706 -0.388633 -0.26585 -0.286824 -0.245481 0.217751 -0.068545 0.229217 -0.232995 -0.315657 -0.297384 -0.000853 0.295256 -0.046306 0.191152 -0.345363 -0.396068 0.214514 0.159739 0.135773 -0.14165 0.150287 0.076755 0.498264 0.065919 -0.131785 -0.305937 0.18519 -0.102154 0.12655 -0.008861 -0.081508 0.185889 -0.104267 0.014335 -0.018246 0.186704 0.306191 0.061095 -0.101207 -0.067031 -0.013519 -0.249232 0.199803 0.189445 -0.072241 0.184249 -0.186625 0.591752 -0.582665 0.048559 0.089516 0.132508 0.1014 -0.001459 -0.29268 0.145699 0.210694 -0.035765 0.048322 0.044385 -0.125578 -0.027956 -0.064054 0.177561 -0.188096 0.142593 -0.015176 -0.095871 0.4175 0.240443 -0.084529 0.074319 0.036529 0.295844 -0.008739 0.114792 -0.234036 -0.048732 -0.275233 0.027413 0.127154 -0.229218 -0.100696 0.160068 0.083726 -0.055582 0.107516 -0.252833 -1.436949 0.071176 -0.223593 -0.009677 -0.19166 0.002815 0.052052 0.157451 -0.321304 0.072032 0.222276 -0.023017 -0.145807 0.078842 0.097224 0.223266 0.032975 0.028627 0.026769 0.045858 -0.007339 -0.084087 0.082522 0.056114 -0.074912 0.095815 0.016324 0.219039 0.073877 -0.572581 -0.32623 0.174493 -0.708652 0.079759 0.023471 0.290517 0.086317 -0.029829 -0.224703 0.016909 -0.046624 -0.723992 -0.078427 0.04092 0.276169 0.188627 0.110366 -0.064094 -0.150302 -0.128955 -0.130204 -0.122563 0.132043 0.061355 -0.038068 -0.191759 0.019456 0.168886 -0.041369 -0.112694 -0.144008 0.016647 -0.266617 -0.033507 -0.093331 0.238853 -0.120772 0.343991 0.149462 0.310567 0.169377 -0.081163 0.34737 0.06851 0.370977 -1.212682 0.294447 0.142321 -0.207576 0.084736 -0.254575 0.328083 0.04236 -0.286664 -0.275215 0.226324 0.209107 -0.130044 0.140544 0.004553 0.28586 -0.248616 0.175146 0.139805 0.259776 0.163525 -0.054044 0.186999 0.317106 0.06611 -0.033233 -0.262612 -0.059257 0.127963 -0.100087 -0.040885 0.312278 -0.079759 -0.121884 -0.251829 -0.06031 0.260099 0.135884 1.153364 0.350872 -0.049407 -0.011278 0.313142 -0.056081 0.243991 0.095843 -0.238952 -0.017983 0.18069 0.28942 0.093477 -0.196684 0.037995 -0.319845 0.018647 0.172375 -0.125925 0.146813 0.023393 0.080524 -0.213698 0.135202 -0.034189 -0.150636 -0.047879 -0.096375 -0.201312 0.156759 -0.212568 0.209853 0.018376 -0.275561 -0.173174 0.172896 0.233655 0.336943 0.250525 0.226996 -0.048403 0.379038 -0.308386 -0.014883 0.12231 -0.176281 -0.289219 -0.003449 -0.172406 0.007123 0.074 0.009033 0.308222 0.012488 -0.2382 -0.131017 -0.155343 0.401379 2.181811 0.060823 -0.140722 0.263602 -0.026878 -0.20022 -0.01388 -0.065799 0.147915 -0.076167 0.009008 -0.097239 0.090442 0.132478 -0.362301 -0.281392 0.014088 -0.045617 0.070684 -0.039218 -0.001442 0.152773 -0.227678 0.115444 -0.224059 -0.086534 0.041202 0.086524 -0.108252 0.063763 -0.106355 -0.196524 0.151278 0.385766 0.306495 0.002011 -0.062866 0.171927 0.25092 -0.18053 -0.370327 0.168039 -0.149466 0.291814 0.012154 0.002343 -0.058718 0.012015 0.25993 0.229481 -0.262829 -0.062526 0.002501 -0.012549 0.079671 -0.208642 0.038311 0.050541 0.183812 0.107361 -0.498198 -0.36107 -0.043496 0.298034 -0.058574 0.181481 0.038813 0.075041 0.015737 -0.070293 0.155367 0.083115 0.177963 -0.056217 0.065372 -0.349343 -0.067465 0.177297 0.166846 -0.038798 0.254646 -0.108655 0.089493 -0.091796 -0.045911 0.117671 0.059361 0.194995 0.328648 0.066864 0.146314 0.03483 -0.023629 -0.279307 0.032091 -0.141257 0.083233 -0.077652 -0.114849 0.685222 -0.052706 -0.090798 0.167095 -0.226939 0.121591 0.268772 -0.130805 -0.350806 -0.205928 0.406194 -0.104232 -0.175332 0.237411 -0.220154 0.134057 0.382011 -0.184569 -0.212847 0.008496 -0.14013 -0.192089 0.099798 -0.059895 0.241007 -0.268599 -0.192281 0.20169 0.109837 0.320977 -0.431474 -0.028785 0.092999 0.202659 -0.047089 -0.212161 -0.071977 -0.107408 -0.053495 -0.3577 -0.02796 -0.765367 -0.471755 -0.12224 -0.035464 -0.105266 -0.045653 0.090649 0.253166 -0.273281 0.029923 0.355658 -0.109495 0.07743 -0.715089 -0.133891 0.023476 -0.167105 0.133395 -0.118863 0.018583 0.108649 0.16227 0.133207 0.093394 0.115085 0.084179 0.11612 0.085438 0.157438 0.244316 -0.182845 0.231196 0.222592 -0.025434 -0.12789 0.09801 0.026471 0.19589 0.330171 -0.347428 -0.080931 -0.29483 0.246629 0.120561 -0.276578 0.462842 0.056673 -0.549024 0.371235 -0.235894 0.219013 0.087653 -0.137391 0.213042 0.183853 -0.263953 0.010313 0.030894 -0.057839 0.149901 -0.140031 0.1778 -0.112894 -0.082733 0.054835 0.463409 0.13613 -0.042274 0.118422 -0.03042 -0.233339 -0.190653 -0.008417 0.697348 0.237729 0.066718 0.148707 0.100109 -0.001046 0.067685 0.073244 -0.071247 -0.261873 -0.306881 -0.350359 0.114445 -0.588953 0.125512 0.012584 0.018068 -0.202995 -0.069132 0.046348 0.096807 0.050424 -0.282698 -0.050506 -0.440904 -0.182551 -0.117804 0.039322 -0.325005 -0.138515 -0.252106 0.173923 -0.037495 0.501515 0.140482 0.184931 0.182413 -0.091869 0.078076 -0.196731 -0.360373 -0.345137 -0.124604 -0.218206 0.028322 0.262692 0.175692 -0.267254 -0.419518 0.120315 -0.114622 0.063689 -0.040342 0.363451 -0.219949 -0.37434 -0.102964 0.236468 0.077863 -0.096688 -0.097882 0.140171 0.289785 -0.120808 0.081614 -0.105991 0.261908 -0.194563 0.249296 0.162495 0.01457 0.017431 -0.058722 -0.165274 -0.003307 0.080085 0.181289 0.135251 -0.020265 -0.097167 0.155987 -0.537736 0.005373 -0.027528 -0.192059 0.052884 -0.092332 0.490505 -0.141475 -0.10753 0.104895 -0.069352 -0.029506 0.330937 -0.22433 -0.014814 0.246894 0.177469 -0.182076 0.140703 -0.187282 0.055781 0.280347 0.118738 0.024623 0.314163 0.037033 0.089746 0.376606 0.094778 -0.204191 -0.233855 0.023105 0.040125 0.025182 0.163584 -0.222284 0.212701 -0.020418 -0.099571 0.040904 -0.245669 -0.068647 0.288549 0.1447 0.054119 0.031822 -0.059763 -0.788308 0.282288 -0.082051 0.268627 -0.17266 0.245404 0.109477 -0.051802 -0.35974 0.094961 0.153262 0.119939 -0.012733 -0.153688 0.254259 0.061235 -0.015427 -0.13811 0.083507 0.043895 0.287339 -0.137399 0.603298 -0.078453 0.011517 0.335523 -0.078472 0.170123 0.095934 -0.371084 -0.204635 0.080203 -0.600225 0.131511 -0.092142 0.24492 -0.050876 -0.111466 0.001364 -0.06147 0.021419 -0.412866 0.019324 -0.103859 0.185753 0.280821 0.038569 0.121006 -0.240718 -0.156079 -0.22547 0.000237 -0.080997 0.226854 -0.031259 -0.09437 0.034233 0.352244 0.066859 0.065604 0.18411 -0.036795 -0.176313 -0.20995 -0.347187 0.114091 -0.164031 0.125538 0.367951 0.064872 0.067363 -0.099481 0.418973 -0.101951 0.039326 -2.079959 0.319329 0.270535 -0.236549 -0.017363 -0.166421 0.030712 -0.107686 -0.324993 -0.203408 -0.025895 0.21034 0.146199 0.009468 -0.156106 0.240139 -0.070718 0.033603 0.171248 0.174639 -0.035886 -0.211023 0.078642 1.721014 0.12528 0.021933 0.020936 -0.120703 0.004043 -0.084439 -0.258934 0.397781 0.063273 -0.160059 -0.189673 0.31116 0.060331 0.19058 1.503724 0.159103 -0.06323 -0.168887 0.178025 0.286813 0.227814 0.044813 -0.102356 -0.052373 0.068306 0.131217 -0.107036 -0.473415 -0.17145 -0.196927 -0.04381 0.182864 -0.132833 0.209708 0.037652 -0.194636 -0.410866 0.005503 -0.115009 -0.152691 0.176121 -0.116255 -0.192297 0.127032 -0.011749 0.258566 -0.117652 -0.062855 0.048439 0.094188 0.035636 0.171007 0.184014 -0.073506 0.025376 0.299532 -0.167058 0.033847 0.086772 -0.026368 -0.175002 0.029265 -0.027516 0.158652 0.05761 -0.063627 0.253301 -0.22789 -0.013543 0.02098 -0.005419 0.302107 1.705907 -0.082443 -0.071665 0.10515 -0.01097\na 0.216391 0.48084 -0.007503 -0.051751 0.062828 -0.122481 0.139719 -0.204071 -0.033658 0.090086 -0.288715 -0.1008 -0.316132 -0.067287 0.128373 -0.319053 0.111742 -0.155249 -0.231178 -0.193192 -0.091432 0.017098 0.225691 -0.30885 -0.322817 0.075697 -0.209822 0.15421 0.161231 0.155972 0.317938 -0.038926 0.144128 0.055338 0.019082 -0.132552 0.002595 -0.331847 0.404105 0.014312 -0.026 0.137059 -0.191297 0.267657 0.117671 -0.616201 -0.278808 -0.191944 -0.030743 0.197497 -0.468518 -0.075558 -0.039972 -0.014695 0.131674 -0.060124 -0.198754 0.199472 0.336506 0.123 0.223419 -0.08178 0.029524 0.092265 0.187944 0.367495 -0.136348 0.307052 -0.049082 -0.141113 -0.564104 0.171324 0.112516 0.043531 -0.082019 0.188395 -0.309823 0.409095 -0.09141 -0.17566 0.21191 0.43313 0.107712 0.17065 0.089291 0.215762 -0.15628 -0.116034 -0.371692 0.158127 -0.299288 -0.241174 0.016036 -0.046708 0.480826 -0.207196 -0.213939 -0.062687 -0.195019 0.113247 0.26973 -0.208542 -0.141757 0.01702 0.164099 -0.063179 -0.377762 0.348306 -0.133492 -0.072193 0.562123 -0.027076 -0.299877 0.394102 0.066271 -0.41658 0.162083 0.01431 0.209306 0.276322 -0.296255 0.22733 -6.2e-05 0.294912 -0.326505 -0.247915 0.205323 -0.025887 -0.37493 -0.022627 -0.075145 -0.301896 -0.083534 -0.002515 0.054278 -0.701861 -0.179086 0.054094 -0.228881 -0.200594 0.051696 0.095461 0.200302 -0.16887 0.151484 0.246149 0.041074 -0.029913 -0.819476 0.234425 -0.103905 0.047769 0.073665 0.167329 0.180917 0.136687 4.7e-05 0.271151 0.103169 0.329379 0.040983 0.074181 0.332994 0.003342 0.066989 -0.18616 0.045757 -0.046113 -0.236433 -0.076724 0.397477 -0.023359 0.063399 0.242731 -0.362129 0.0429 -0.237035 0.129614 0.39738 -0.31337 -0.018711 0.185572 -0.532482 0.281251 -0.489194 0.069808 0.021548 0.066596 0.240662 0.065869 -0.057719 -0.028657 -0.186497 0.150179 0.026492 -0.06383 0.212906 -0.148326 -0.201354 0.014763 0.412126 0.123617 -0.123103 0.063988 0.173596 -0.304444 -0.179832 0.144018 0.919437 -0.040992 0.324525 0.214694 -0.042778 0.123358 0.225654 0.371652 0.000956 -0.263182 -0.375797 -0.484925 -0.016805 -0.578299 0.125202 0.090123 0.241124 -0.265354 -0.096719 0.109315 0.18917 -0.057844 -0.158555 0.022015 -0.27936 -0.293309 -0.156567 0.11902 0.048194 -0.05557 -0.228588 0.074985 0.067767 0.272259 0.227377 0.121453 0.146361 0.036408 0.46114 -0.338198 -0.36614 -0.240039 -0.399053 -0.294588 0.301106 -0.098104 0.263934 -0.330404 -0.12607 -0.253357 -0.070255 0.263659 0.184112 -0.070443 -0.312266 -0.274118 0.285885 0.252239 0.149629 -0.192319 0.062038 0.263928 0.431268 0.056597 -0.203036 -0.16078 0.0503 -0.078092 0.119074 0.228021 0.024515 0.169182 -0.14878 0.013239 0.013979 0.289003 0.295428 0.010366 -0.102854 -0.088408 -0.111327 -0.425472 0.260525 0.271566 -0.03889 0.452062 -0.179723 0.515743 -0.431393 0.118725 0.089891 0.163973 0.119809 -0.043846 -0.297656 0.102971 0.204731 -0.078772 0.009729 0.057397 -0.014884 -0.079045 0.002989 0.106369 -0.209617 0.355492 -0.092173 -0.1091 0.264792 0.347804 -0.101025 0.028538 0.036515 0.275973 0.010027 0.181305 0.027234 -0.089843 -0.284117 0.103046 0.008354 -0.22817 -0.137316 0.071857 0.025381 -0.066468 0.001821 -0.186705 -1.179666 0.040039 -0.032855 0.019902 0.018496 -0.059914 0.151948 0.094626 -0.258154 0.024362 0.261538 0.09142 -0.044081 0.021691 -0.02786 0.26857 -0.068337 -0.113754 0.271981 0.052306 -0.001004 0.196537 0.074783 0.092381 0.075536 0.061653 -0.008015 0.179569 0.065087 -0.343938 -0.247879 0.252305 -0.837412 -0.20947 0.030895 0.138688 -0.062748 -0.158706 -0.38535 -0.097784 0.069605 -0.611713 -0.011715 -0.001909 0.35879 0.199276 0.088964 -0.114406 -0.183608 -0.142092 -0.153581 -0.067509 0.016582 0.070484 0.12561 -0.359691 0.033966 0.236822 0.102603 -0.011867 -0.172637 -0.194836 -0.15498 -0.195127 -0.315164 0.233658 -0.112414 0.366919 0.170094 0.354745 0.1528 -0.112719 0.212336 -0.064759 0.318943 -1.247059 0.177098 0.139165 -0.138552 0.121077 -0.25274 0.405855 0.057646 -0.31441 -0.158601 0.107702 0.142091 -0.217251 0.271563 -0.017712 0.379973 -0.389269 0.235209 0.146571 0.339535 0.01994 -0.068475 0.18482 0.329335 0.154609 -0.069994 -0.210485 -0.010217 -0.019348 -0.021079 0.025998 0.291717 -0.171543 -0.038767 -0.174569 0.024132 0.275979 0.05728 1.19051 0.26213 -0.187714 -0.005589 0.29235 -0.045931 0.248816 -0.051739 -0.347272 -0.189543 0.311761 0.398442 0.1788 -0.144282 0.055658 -0.185541 -0.103793 0.26865 -0.069053 0.308792 0.201422 0.047216 -0.237413 0.15292 -0.054302 -0.246584 0.053133 -0.07559 -0.291803 0.09274 -0.203618 0.280934 0.102198 -0.390698 -0.214108 0.22839 0.334983 0.36889 0.267838 0.150567 -0.011968 0.348478 -0.252222 -0.105986 0.209851 -0.12803 -0.173196 -0.164652 -0.157906 0.081906 -0.091592 -0.009395 0.24868 -0.210444 -0.187277 -0.152514 -0.057043 0.363453 2.18585 0.147787 -0.111448 0.180757 -0.050203 -0.063182 0.207027 -0.110857 0.089737 -0.146722 -0.023077 0.017026 0.018806 0.051052 -0.238778 -0.359039 -0.133382 -0.07117 0.111696 0.004925 -0.197556 -0.058483 -0.129136 0.144445 -0.342765 -0.136211 0.196297 0.10713 -0.159734 -0.107636 -0.106944 -0.167027 0.111678 0.192469 0.276972 0.213722 0.028204 0.322267 0.257811 -0.325584 -0.383463 0.078917 -0.103037 0.346884 -0.079027 -0.04497 -0.06633 0.025053 0.275172 0.364172 -0.307749 -0.20371 -0.110798 0.017957 -0.064306 -0.315048 -0.024023 0.028434 0.009145 0.095881 -0.47209 -0.406947 -0.121832 0.267396 0.123693 -0.006084 -0.064614 0.093417 0.009462 0.057374 0.147469 0.066676 0.198742 -0.056129 -0.073921 -0.311023 0.028695 0.264355 0.060566 -0.082515 0.405382 -0.073867 0.065893 -0.060216 -0.104535 0.199747 -0.009938 0.358283 0.338302 0.116332 -0.009157 -0.062101 -0.148394 -0.37155 0.073711 -0.164805 0.074291 -0.031728 -0.139998 0.648541 -0.026303 0.05933 0.111284 -0.197809 0.045026 0.284384 -0.047183 -0.34852 0.062822 0.406641 -0.161674 -0.086569 0.24951 -0.214913 -0.07184 0.28011 -0.024904 -0.238815 0.283769 -0.05184 -0.319641 0.105864 0.029119 0.316303 0.080752 -0.096295 0.16073 0.15155 0.259274 -0.438712 -0.101548 0.152362 0.048931 -0.053318 -0.150055 -0.078113 -0.128281 0.073221 -0.352939 -0.261055 -0.724349 -0.405454 -0.140099 -0.159261 -0.134462 0.102139 0.12975 0.404389 -0.153564 -0.01102 0.448008 -0.03502 -0.055108 -0.596966 -0.06767 -0.064105 -0.119048 0.231152 -0.042443 -0.188684 0.291163 -0.014977 0.004372 0.134373 0.264713 0.074389 0.057557 0.059692 0.256916 0.282429 -0.06323 0.209229 0.112677 -0.029641 -0.148523 0.176513 0.053881 0.045544 0.266712 -0.499758 0.111973 -0.297836 0.256234 0.170645 -0.422851 0.292492 0.082528 -0.573801 0.492337 -0.184546 0.228775 0.024313 -0.07238 0.303668 0.300676 -0.18286 0.162017 -0.16544 -0.166895 0.219883 -0.160942 0.187059 -0.084047 -0.087005 -0.043142 0.49792 0.149608 -0.040267 -0.001034 -0.009735 -0.039459 -0.248263 -0.055047 0.610319 0.251195 0.201833 0.098427 0.099152 0.217442 0.098306 0.249456 -0.053085 -0.149456 -0.430292 -0.4803 0.306876 -0.645434 0.100616 0.016781 -0.005218 -0.340052 -0.068496 -0.093664 -0.030501 0.049658 -0.102853 -0.00402 -0.420175 -0.162142 -0.00208 -0.080141 -0.233577 -0.087464 -0.321661 -0.148745 -0.019025 0.381442 0.056613 0.258652 0.013426 0.051158 0.217459 -0.006819 -0.449782 -0.418655 -0.250509 -0.277306 -0.001024 0.223232 0.223693 -0.221594 -0.264686 0.160457 -0.174509 0.019454 0.012879 0.170439 -0.155085 -0.245434 0.054726 0.234013 0.035068 -0.180338 -0.037495 0.305785 0.188586 -0.092122 -0.042687 -0.097811 0.204992 -0.239017 0.201347 0.256819 -0.058007 0.156269 -0.049174 -0.122758 0.061812 0.200587 0.276394 0.064762 -0.00442 -0.160788 0.078597 -0.67995 -0.064499 0.120614 -0.421632 0.227787 -0.043838 0.44256 -0.038467 -0.133156 -0.017044 -0.121078 0.05401 0.246374 -0.213562 0.041074 0.21854 0.240515 -0.257755 0.107977 -0.098994 0.01828 0.172172 0.090079 -0.034031 0.423728 0.190793 0.021326 0.344108 0.163679 -0.214123 -0.316214 0.019071 0.066737 0.034092 0.250173 -0.024514 -0.17889 -0.03419 0.043145 0.04762 -0.190634 -0.055914 0.258413 0.061143 -0.005569 0.054822 -0.011438 -0.657029 0.277648 -0.016218 0.294439 -0.072829 0.198427 0.223204 -0.184086 -0.147287 -0.009786 0.254426 0.208491 0.008847 -0.262053 0.129021 0.005858 -0.022939 -0.188123 0.360922 0.090944 0.37569 0.049161 0.521738 -0.128111 0.233394 0.250549 -0.055288 0.157954 0.184431 -0.203348 -0.21918 0.072165 -0.690934 0.018634 0.038828 0.02832 -0.175127 -0.301867 -0.216154 -0.308928 0.111395 -0.267562 0.01829 -0.134172 0.361821 0.259852 0.095633 0.118187 -0.342174 -0.318207 -0.178239 0.120415 -0.140658 0.171663 0.140494 -0.144955 0.187532 0.384062 0.117525 0.194341 0.155302 -0.18158 -0.141575 -0.32448 -0.568057 0.056003 -0.069148 0.283755 0.370431 0.033464 -0.032001 -0.141647 0.392668 -0.206312 0.041169 -2.041437 0.153094 0.291782 -0.218008 0.17738 -0.233896 0.061109 -0.166984 -0.300529 0.0548 -0.05735 0.123863 0.053157 0.187357 -0.038651 0.368216 -0.142756 -0.012654 0.115383 0.217414 -0.182745 -0.361159 0.12248 1.468613 0.073858 -0.123665 0.025056 -0.139822 -0.083321 0.10555 -0.209121 0.364871 -0.235999 -0.176343 -0.111281 0.381445 0.037971 0.026047 1.435999 0.074521 -0.391809 -0.114562 0.182921 0.293604 0.253686 -0.103229 -0.231775 -0.236852 0.087094 0.223571 -0.127639 -0.362259 -0.117836 -0.081186 -0.073766 0.198005 -0.121316 0.410479 0.128092 -0.268209 -0.292564 0.128068 -0.130715 -0.315924 0.272699 -0.113524 -0.163995 0.154249 -0.067857 0.26489 -0.18386 -0.165163 0.043065 0.294485 0.06102 0.119592 0.311085 0.110399 -0.009734 0.163161 -0.030925 0.008394 0.132169 -0.049014 -0.18252 -0.158649 -0.099628 0.192556 -0.195202 -0.104923 0.135411 -0.379292 -0.103352 0.0326 0.065684 0.211645 1.751599 0.019073 -0.065683 0.089677 -0.055662\nT 0.397315 0.859299 -0.021297 -0.060595 0.029114 -0.195732 0.127478 -0.242296 -0.032534 0.12481 -0.102561 -0.033628 -0.326197 -0.139064 0.19039 -0.436216 0.043827 -0.173509 0.067648 -0.199891 -0.036464 -0.216431 0.765423 -0.369592 -0.393076 0.100689 -0.320587 -0.103571 0.426813 0.435532 0.424471 -0.051654 -0.1278 0.185135 -0.130611 -0.163743 0.083441 -0.127993 0.205433 0.354236 -0.079601 0.026418 -0.163424 0.277625 0.237578 -0.723151 -0.385462 -0.675295 -0.103475 0.348185 -0.520618 -0.2684 -0.05814 0.176177 0.391025 -0.008409 0.022204 0.08059 0.454699 0.190845 -0.020808 -0.022078 0.239126 0.341316 0.406173 0.072511 -0.232629 0.576396 -0.068265 0.074785 -0.280163 0.216996 0.170337 -0.109539 -0.117411 0.320678 -0.298017 0.534367 -0.22993 0.015002 0.356412 0.528537 0.132967 0.328352 -0.181377 0.399303 0.051606 -0.016848 -0.446837 0.207968 -0.419481 -0.475296 -0.2044 -0.158161 0.611229 -0.16948 -0.148569 -0.07529 -0.199424 0.145451 0.136428 -0.017432 -0.173696 -0.181119 0.255331 -0.017322 -0.367943 0.353621 0.075217 -0.000248 0.581133 -0.047744 -0.403053 0.121767 0.084705 -0.373275 0.127072 -0.012717 0.170487 0.353309 -0.211205 0.402762 -0.186401 -0.011241 0.094132 -0.547278 0.390265 -0.01485 -0.777627 0.431158 -0.050696 -0.773839 -0.004826 -0.137047 0.197217 -0.546699 0.109742 -0.057861 -0.28045 -0.160022 0.20537 0.368423 0.300728 -0.070055 0.015645 0.344221 0.30055 0.245476 -0.999042 0.110865 -0.178765 0.48819 0.244736 0.204548 0.047253 0.281219 0.165247 0.11436 0.575667 0.288783 0.139882 -0.139389 0.626396 0.064184 0.128258 -0.220945 0.117388 0.090743 -0.139875 0.161243 0.617817 -0.269617 -0.296101 -0.085307 -0.466441 0.310719 -0.561171 0.205325 0.383791 -0.320136 -0.172849 0.054737 -0.60868 0.332895 -0.696745 0.102642 -0.095255 0.19209 0.033491 -0.099212 0.125658 -0.081629 -0.20255 0.319401 -0.03719 -0.066363 0.103104 -0.038011 -0.322246 -0.183709 0.255333 0.115929 -0.17156 0.035021 0.125566 -0.477137 -0.064383 0.175361 0.928373 -0.064661 0.267079 0.116023 0.16768 0.206005 0.208252 0.591951 -0.251116 -0.079631 -0.400336 -0.519588 -0.10887 -0.604489 -0.217172 -0.22891 -0.201999 -0.425903 -0.160607 0.07192 0.158347 0.443588 0.056792 0.021041 -0.353635 -0.21852 -0.236936 0.003873 0.112826 0.025225 -0.293795 -0.078494 0.144082 0.271978 0.220902 0.511891 0.109828 0.352625 0.535239 -0.103325 -0.405786 0.327539 -0.274887 -0.287237 0.405958 -0.103956 0.059256 -0.384843 -0.126446 0.045772 -0.102978 -0.07245 0.219243 -0.399664 -0.615096 -0.323562 0.098837 0.440907 0.095713 -0.348463 -0.091263 0.326448 0.638213 0.179818 -0.064102 0.012041 -0.111429 0.049015 0.342409 0.865832 0.285757 -0.043926 -0.069902 0.01732 -0.13003 0.028223 0.512333 -0.005887 0.344905 -0.037713 -0.114647 -1.141043 0.130023 0.290292 0.265741 0.695244 0.101304 0.20609 -0.185161 0.274164 0.261323 0.150256 -0.043777 0.015006 -0.273064 0.184058 0.053583 0.419664 -0.407036 -0.035277 -0.193988 -0.025913 0.027674 0.303578 0.123128 0.535922 0.187346 0.282285 -0.030107 0.526812 -0.046989 -0.106166 0.019942 -0.075562 0.100006 0.538773 0.374229 -0.094237 -0.043882 0.212585 -0.357357 -0.230782 -0.266855 0.179312 -0.035162 0.054938 -0.394579 -0.154643 -0.449734 0.162647 -0.177484 0.258424 0.127428 -0.092434 -0.187068 0.051924 -0.236254 0.042832 0.359358 0.710997 0.17197 0.011649 0.284037 0.247764 -0.318517 -0.446778 0.395839 0.027351 0.005095 0.411064 0.315218 0.237541 0.030797 0.284084 -0.067483 0.019969 0.319223 -0.012721 0.088852 0.364781 -1.101775 -0.275874 0.152373 0.027294 -0.354918 -0.085079 -0.699119 0.107455 0.165038 -0.794985 -0.146105 0.144564 0.385002 0.236367 0.285001 -0.040942 -0.253859 -0.146058 -0.371798 -0.011094 0.071497 0.023813 0.313419 -0.524734 -0.27817 0.249778 0.398245 -0.105809 -0.374659 -0.22657 -0.237845 -0.463828 -0.442354 0.286298 -0.188923 0.194562 0.005851 0.319276 0.058098 -0.232919 0.244374 -0.554021 0.221015 -1.042178 -0.082915 0.196616 -0.0865 -0.067658 -0.278869 0.375125 0.054905 -0.728687 -0.117934 -0.003699 0.25274 -0.395212 0.335571 -0.314148 0.431009 -0.441803 0.430974 -0.118105 0.411507 0.042511 0.009421 0.252286 0.283372 0.256428 0.057178 -0.126492 -0.08968 0.131321 -0.195089 0.060378 0.358363 -0.340128 -0.285816 0.038523 0.120922 0.228025 -0.173696 1.222948 0.294935 -0.118727 0.214516 0.519652 -0.186285 0.292666 -0.354518 -0.489795 -0.190077 0.345933 0.476385 0.20512 -0.090373 0.024833 -0.44568 -0.241801 0.131994 -0.127302 0.434724 0.490472 0.035107 -0.158188 0.397853 -0.085634 -0.355863 0.213724 -0.24145 -0.997664 0.207268 0.128775 0.277267 0.18543 -0.559265 -0.346931 0.247669 0.677879 0.404489 0.561917 -0.349444 -0.067429 0.577675 -0.282422 -0.0968 0.047235 -0.041516 0.204656 -0.56254 -0.309291 0.055139 -0.126256 -0.169273 0.573665 -0.268804 0.064151 -0.430202 -0.044266 0.034669 2.360313 -0.024011 -0.11113 0.326328 -0.166462 0.059062 0.360351 -0.23936 0.581404 -0.121184 0.007676 0.209524 -0.100189 0.094961 -0.061156 -0.484592 -0.186494 -0.134371 0.270776 0.019616 -0.338321 -0.111651 0.23087 0.358422 -0.144207 -0.168847 0.397624 0.535499 -0.473592 -0.058181 0.012081 0.055247 -0.154901 0.299221 0.53464 0.563336 -0.07061 0.396831 0.488722 -0.541266 -0.708722 -0.148561 0.435299 0.471207 0.091832 -0.011393 -0.058007 0.275929 0.676462 0.594202 -0.46106 -0.226072 -0.132416 -0.09023 -0.094919 -0.564618 0.261719 0.029162 0.025707 0.121047 -0.587778 -0.33621 -0.571732 0.517434 0.321869 -0.267584 -0.411726 0.691136 0.172491 0.21928 -0.160953 0.106308 0.299059 0.118319 0.046816 -0.252298 -0.031365 0.585237 -0.17098 -0.398604 0.855592 -0.102561 0.17572 -0.040074 -0.092428 0.540754 -0.167577 0.909074 -0.014825 0.223965 0.056061 0.100314 -0.346376 -0.613058 0.094624 -0.373262 -0.096878 -0.097391 -0.033605 0.365389 -0.091614 0.340182 0.372449 -0.23412 0.003478 0.333794 0.436473 -0.345158 0.232439 0.601137 -0.023252 0.118284 0.2492 0.191879 -0.332314 0.068218 0.085103 -0.25623 0.099677 -0.126276 -0.355066 -0.393478 0.181042 0.459417 0.467655 0.085423 0.067315 0.134845 0.299738 -0.357548 -0.614612 0.092739 -0.047745 -0.375446 -0.056603 -0.28578 -0.358091 0.06412 -0.364627 -0.281073 -0.450374 -0.48537 0.051053 -0.279759 0.237765 0.482147 0.579247 0.707897 0.221417 -0.566877 0.800095 0.289548 -0.116004 -0.47501 -0.260317 -0.384694 0.163138 0.615735 0.148913 -0.796319 0.48865 0.192597 -0.088717 0.449441 0.009531 -0.127453 -0.261214 0.215344 0.326306 0.321641 0.069517 0.1057 -0.065152 0.012697 0.124697 0.271751 -0.33683 -0.474065 -0.0151 -0.368878 0.574099 -0.779672 0.282626 0.257883 -0.596562 -0.035883 0.137866 -0.565796 0.621744 -0.205006 0.106933 -0.394319 -0.23495 0.094016 0.169194 -0.310721 0.201882 -0.082776 -0.12948 0.368365 -0.213024 0.03388 0.029996 -0.384226 0.009336 0.438833 0.18568 0.048285 -0.121442 -0.068137 0.161428 -0.101442 -0.187349 0.520396 0.417591 0.125237 -0.004473 0.159576 0.710195 -0.124726 0.01652 -0.202691 0.089054 -0.672708 -0.569793 0.349434 -0.314875 -0.397353 0.12271 -0.27358 -0.531684 0.077435 0.132472 -0.331725 0.203165 0.146158 -0.118671 -0.407263 0.159776 0.094168 0.002769 -0.418215 -0.214328 -0.426376 -0.311229 -0.031741 0.563417 -0.07527 0.454318 -0.058999 0.014797 0.301376 0.357673 -0.621279 -0.068838 -0.336189 -0.299727 0.085036 0.252718 -0.151629 -0.107521 -0.222631 0.165583 -0.155377 -0.257692 -0.39907 -0.119683 -0.252648 -0.167029 0.237623 0.491656 -0.194089 -0.332806 0.062495 0.396207 0.268706 0.112136 -0.168635 -0.084878 -0.111225 -0.332691 0.21524 0.616674 -0.266538 -0.047589 0.213449 0.024575 -0.217073 0.131709 0.870221 0.087645 0.207434 -0.041595 0.006946 -1.282414 -0.245641 0.149901 -0.305899 0.295691 0.107664 0.121615 0.1832 -0.205832 0.01009 -0.123113 -0.006664 0.269293 -0.203994 0.334512 0.012129 0.7122 -0.387099 0.207254 -0.230851 0.016679 0.253758 0.297045 0.098941 0.508686 0.899343 0.153809 0.366585 0.069033 -0.036146 -0.43455 -0.018837 -0.153434 -0.06648 0.594235 0.413813 -0.690154 0.367282 0.446828 -0.126594 0.180005 0.040206 0.544567 -0.193383 -0.013868 -0.360568 0.183466 -0.391345 0.366562 -0.130136 0.21183 -0.211637 0.234759 -0.185755 -0.240181 0.326099 0.110859 0.525386 0.580386 -0.00237 -0.667021 0.06087 0.092873 -0.129164 -0.404095 0.371093 -0.003117 0.665982 0.364891 0.553117 -0.2432 0.331547 0.160764 0.27981 0.087332 0.494855 -0.011819 0.016923 0.097675 -0.718175 0.223655 0.163217 0.022652 -0.280858 -0.426687 -0.725464 -0.340515 0.081056 -0.436576 -0.238864 -0.119662 0.578919 0.524819 0.190582 0.185641 -0.633648 -0.547146 -0.169002 0.020314 -0.240777 -0.240422 0.274085 -0.223721 0.021133 0.328706 0.111276 0.22211 -0.112383 -0.197613 -0.478842 -0.615405 -0.673951 -0.104943 -0.109571 0.288016 0.421303 -0.102569 -0.242186 -0.371216 0.880782 -0.522892 0.203002 -1.776041 0.077127 0.507073 -0.416075 0.497422 -0.486259 0.061449 -0.521611 -0.986782 0.660055 -0.005696 0.265228 -0.031458 0.302723 0.061548 0.571057 -0.108366 -0.01959 -0.410823 0.305144 0.05059 -0.582621 0.499166 0.670168 0.251374 -0.123823 0.109077 -0.230892 0.326098 0.297865 -0.274724 0.436548 -0.716848 -0.598871 0.118749 0.549153 0.09747 -0.175452 1.334932 0.045799 -0.667867 0.128162 0.246863 0.373253 0.264479 -0.444178 -0.474633 -0.501316 0.215513 0.470493 -0.514447 -0.161551 -0.219017 -0.06127 -0.431518 0.000612 -0.246159 0.42155 0.047571 -0.588128 -0.281704 0.624203 -0.157969 -0.446477 0.555283 -0.211732 -1.062329 0.33314 0.327381 0.134867 -0.080709 -0.307185 -0.031324 0.388055 0.49698 -0.188732 0.744691 0.002174 -0.008092 0.217412 0.138707 -0.016508 -0.039897 -0.168763 -0.055607 -0.609779 -0.465541 0.060625 -0.285647 -0.240498 0.565687 -0.545522 0.090691 0.001264 0.142387 -0.143127 2.172375 -0.149094 -0.306233 -0.060105 -0.192771\ná 0.031464 0.144307 0.049526 -0.060285 0.010774 -0.111743 -0.021936 -0.143338 -0.007782 -0.001322 -0.24409 -0.038962 -0.25296 0.095667 0.070376 -0.258256 0.018778 -0.064767 -0.279253 -0.247461 -0.11366 -0.139678 0.108879 -0.23752 -0.168993 0.115938 -0.141087 0.057259 0.13378 -0.001604 0.241357 -0.004205 0.160361 -0.002522 0.042795 -0.385449 0.2268 -0.150108 0.31904 -0.073892 -0.091758 0.00875 -0.153131 0.385476 0.287996 -0.390827 -0.11472 0.069765 -0.088074 0.104025 -0.384522 -0.112914 0.147868 0.171649 0.013154 -0.106804 -0.264 0.032514 0.191913 0.007529 0.23107 -0.097022 0.01525 0.010463 0.167916 0.440146 -0.050962 0.211876 0.097804 -0.171833 -0.434673 0.009326 0.066473 -0.072301 -0.237576 0.041738 -0.419892 0.192988 -0.119962 -0.362174 -0.03457 0.192251 0.257367 0.160052 0.13929 0.270612 -0.117895 -0.159636 -0.395121 0.155465 -0.258754 -0.14178 -0.00813 -0.034095 0.510892 0.028935 -0.113694 0.048645 -0.174451 0.219385 0.362942 -0.345039 -0.148299 -0.153555 0.028701 0.213949 -0.426279 0.362059 -0.153331 -0.144057 0.374815 -0.174923 -0.25157 0.328015 -0.116065 -0.391569 0.020591 0.020817 0.012617 0.211948 -0.352054 0.213127 0.009899 0.466643 -0.316353 -0.227876 0.020171 -0.007026 -0.40124 -0.151967 -0.090947 -0.198472 -0.234236 -0.203629 0.104315 -0.709714 -0.33686 0.1429 -0.132283 -0.134353 0.107772 -0.009606 0.080664 -0.001703 0.124287 0.261627 -0.118515 -0.090143 -0.908605 0.1445 -0.179178 0.179533 0.098209 0.011698 0.147812 0.224503 0.053474 0.370414 0.259858 0.164915 -0.063774 0.043856 0.499592 -0.042176 0.10854 -0.065252 -0.08173 0.123315 0.030409 0.004083 0.351323 0.014231 0.169468 0.097018 0.042709 0.039116 -0.174288 0.266357 0.387911 -0.19762 -0.055758 0.273538 -0.466575 0.16502 -0.416387 0.012155 -0.052947 -0.006985 0.246009 -0.112228 -0.049015 -0.237286 -0.235643 0.135519 -0.135479 -0.040036 0.261727 -0.156539 -0.195169 -0.141803 0.228729 0.353951 -0.067711 0.189252 0.144399 -0.253906 -0.14791 0.262963 1.17615 -0.056278 0.264884 0.187272 -0.066306 0.121145 0.185173 0.142389 0.102116 -0.366668 -0.341122 -0.260304 -0.148312 -0.542006 0.199396 0.273334 0.202904 -0.170346 0.057905 0.139601 0.194902 -0.142568 -0.101 -0.119179 -0.34211 -0.354713 -0.141429 0.23332 -0.131833 -0.156334 -0.231076 0.303772 0.062205 0.350652 0.169136 0.115661 -0.076736 -0.122166 0.140659 -0.408358 -0.27022 -0.326247 -0.298493 -0.284469 0.335312 -0.072035 0.2478 -0.232518 -0.15351 -0.265111 -0.084148 0.385312 -0.076788 0.132212 -0.361765 -0.190639 0.112032 0.260229 0.071378 -0.099368 0.060005 0.104722 0.357204 -0.001625 -0.019797 -0.321036 0.072547 -0.119629 0.13249 0.228472 0.076605 0.027166 -0.182374 -0.070323 -0.01612 0.045928 0.240646 0.022847 -0.057054 -0.208913 -0.062751 -0.258704 0.131256 0.402339 -0.162813 0.303211 -0.253608 0.283176 -0.397291 -0.032735 0.103083 0.132806 0.188309 -0.048759 -0.229611 0.225009 0.257763 -0.255127 0.053433 -0.005317 -0.108775 -0.034785 0.00708 -0.012089 -0.247753 0.153573 0.104781 -0.181636 0.253213 0.477835 -0.026464 0.139587 -0.020486 0.25111 0.100043 0.10915 -0.164604 0.053291 -0.309865 0.05451 0.113494 -0.165552 0.025009 0.234037 -0.102381 -0.018322 -0.09893 -0.207814 -1.595198 0.108543 -0.13354 -0.024924 0.153222 -0.125321 0.184523 -0.098891 -0.092995 0.00221 0.23835 0.139369 -0.163321 -0.076652 0.207326 0.056676 -1e-05 0.097203 -0.009969 0.082693 0.047128 0.085685 -0.089339 0.008607 -0.039554 -0.008159 -0.249217 0.162258 0.116724 -0.533671 -0.279758 0.106426 -0.817066 -0.192511 0.062964 0.272082 -0.118275 -0.115821 -0.383813 -0.25677 -0.027512 -0.650286 -0.069752 0.051111 0.181633 0.079056 0.032252 -0.172239 -0.289566 -0.176447 -0.057993 0.064657 -0.006711 0.019323 0.148869 -0.260564 -0.025958 0.32689 0.05294 -0.273855 -0.08115 0.064667 -0.289933 -0.380096 -0.207464 0.235916 -0.103746 0.16501 0.197795 0.40682 0.08565 -0.270393 0.321379 -0.018473 0.128382 -1.299413 0.156898 0.149071 -0.263691 0.168248 -0.171631 0.267869 -0.149123 -0.276641 -0.100337 0.251129 0.2143 -0.182319 0.140471 0.013779 0.205571 -0.197368 0.354575 0.154124 0.189523 0.046045 -0.12384 0.259329 0.297967 -0.011588 -0.170211 -0.458202 0.171541 0.188226 0.003514 -0.113224 0.206175 -0.129239 -0.174902 0.021458 -0.036058 0.337644 0.164725 1.12737 0.267604 -0.277884 -0.091183 0.237513 0.092913 0.067809 -0.098833 -0.363718 -0.100299 0.128838 0.489353 0.103984 -0.394699 0.059028 -0.242718 0.035 0.252374 -0.076579 0.172092 0.275501 0.105398 -0.267169 0.179647 0.126168 -0.137059 -0.006966 -0.123667 -0.151636 0.08203 -0.109149 0.302948 0.126755 -0.243265 -0.209488 0.37421 0.239988 0.172109 0.232434 0.060403 -0.025756 0.450599 -0.201373 0.065369 -0.021509 -0.245026 -0.15604 0.035324 0.003156 -0.008369 0.160948 -0.0948 0.209745 -0.045119 -0.241601 -0.208948 0.020313 0.37474 2.2919 -0.117762 -0.091804 0.132871 0.069527 -0.168838 0.050234 0.018226 -0.026924 -0.220468 -0.034143 -0.065982 0.008247 0.141964 -0.255585 -0.156612 -0.142591 -0.029354 0.066589 -0.135796 -0.167297 0.037824 -0.182534 -0.091373 -0.372021 -0.159515 0.048486 0.097087 -0.123416 -0.048582 -0.094446 -0.075764 0.068016 0.377074 0.41083 0.101789 0.097249 0.270495 0.224959 -0.055922 -0.385777 0.208266 -0.031054 0.243244 -0.085754 -0.176728 -0.152621 -0.080422 0.277321 0.506513 -0.18999 -0.168566 0.002073 -0.042156 0.039525 -0.180955 -0.058042 0.078881 0.222843 0.167459 -0.504918 -0.515951 -0.216954 0.147198 0.008864 0.081113 -0.10075 0.183191 -0.106196 0.103632 0.209523 0.117134 0.175822 -0.041252 -0.097342 -0.293674 -0.065019 0.129785 0.078315 -0.151802 0.339523 -0.111683 -0.113365 -0.035588 -0.118788 -0.000859 -0.124391 0.446083 0.294399 0.155887 0.04052 -0.13934 -0.022937 -0.295637 0.105298 -0.157677 0.091558 -0.160031 -0.055571 0.773627 -0.031654 0.196109 0.149148 -0.275921 0.188589 0.197938 -0.202731 -0.333362 -0.17576 0.321645 0.048508 -0.204447 0.24949 -0.218925 0.067251 0.164793 -0.198698 -0.167687 0.0983 -0.094291 -0.536539 -0.011813 -0.00246 0.141406 0.002973 -0.193423 0.237083 0.106413 0.323868 -0.387678 -0.195871 0.203336 0.146067 -0.166572 -0.240574 -0.020624 -0.053519 -0.049595 -0.435112 0.001798 -0.804514 -0.549156 -0.099103 -0.124337 -0.018073 0.05293 -0.008867 0.281613 -0.03992 0.184769 0.554913 -0.230068 0.029966 -0.756599 -0.039155 -0.060222 -0.046537 0.191344 -0.030815 -0.169724 0.306655 0.020587 0.017441 0.25196 0.088284 -0.114294 0.091733 0.242381 0.265061 0.194209 -0.188319 0.314752 0.282259 0.305529 0.082336 0.250876 0.051392 0.159255 0.235447 -0.354891 0.038735 -0.371918 0.355265 0.171032 -0.255708 0.243964 -0.013527 -0.486072 0.434037 -0.220941 0.294784 -0.079476 -0.129331 0.235998 0.162785 -0.187535 0.006107 -0.215382 -0.16168 0.126673 -0.085959 0.247035 -0.202779 -0.060463 -0.159853 0.47774 0.362037 -0.059945 0.117107 0.027871 -0.103485 -0.283728 0.055168 0.868492 0.110248 0.24184 0.198979 0.129122 0.032344 0.095974 0.211725 -0.07673 -0.188018 -0.291912 -0.249759 0.179942 -0.688217 0.255348 0.056769 -0.158835 -0.338675 0.106055 -0.110221 0.119576 0.077745 -0.346639 -0.083476 -0.316313 -0.231062 0.014574 0.042315 -0.249683 -0.127145 -0.272326 0.228968 0.098206 0.338922 -0.041663 0.246896 -0.123497 -0.108343 0.049083 -0.057856 -0.33475 -0.478252 -0.128669 -0.330898 0.08745 0.333346 0.203477 -0.30273 -0.277391 0.095471 -0.280809 0.003665 0.034467 0.217544 -0.062302 -0.295838 -0.147465 0.319298 0.140225 -0.100296 -0.232507 0.09743 0.167773 -0.11829 0.070993 -0.130462 0.143731 -0.153274 0.248827 0.301332 0.046437 -0.055003 -0.054285 -0.257097 0.018983 -0.060625 0.102894 0.063381 0.012059 -0.187886 0.139857 -0.711893 0.041332 0.221832 -0.343512 0.101847 -0.065535 0.213143 -0.102882 -0.219145 0.172427 -0.134586 -0.01747 0.29877 -0.187156 0.120176 0.319944 0.07745 -0.178409 0.102905 -0.211326 -0.048623 0.257912 -0.193484 0.045019 0.257381 0.14155 -0.083435 0.265629 0.207003 -0.243609 -0.185903 0.136313 -0.059147 0.12557 0.138975 -0.033902 0.11544 -0.089842 -0.1039 0.231635 -0.138395 -0.064724 0.428846 -0.053686 0.200719 -0.112157 -0.098892 -0.714517 0.181834 -0.049902 0.228373 -0.01069 0.163057 0.276976 -0.182168 -0.012879 0.102052 0.213628 0.267033 -0.036482 -0.234038 0.316481 -0.04893 -0.060184 0.047052 0.134213 -0.005759 0.249068 0.040947 0.351406 -0.00719 0.016683 0.321799 -0.368983 0.194516 0.22083 -0.16247 -0.170869 -0.054153 -0.781184 -0.049774 0.036778 0.213967 -0.249665 -0.251698 -0.091861 -0.392284 0.035602 -0.337898 0.024112 -0.075121 0.16499 0.021044 0.040585 0.110797 -0.34393 -0.286496 -0.206015 0.154888 -0.270878 0.251924 0.084778 -0.140144 0.091858 0.437814 0.031007 -0.007059 0.243213 0.023571 -0.184812 -0.606106 -0.605722 0.061954 -0.137828 0.085518 0.466076 0.228327 -0.013963 -0.172432 0.416099 -0.084393 -0.1998 -2.065749 0.122259 0.374815 -0.240846 -0.025074 -0.113156 -0.038079 -0.226801 -0.300788 -0.017526 -0.027666 -0.050159 -0.031904 -0.000382 -0.118769 0.208877 -0.090908 0.148552 0.177092 0.061557 0.031129 -0.332553 -0.012615 1.769133 0.0005 -0.116204 -0.042067 0.071179 -0.099353 0.02955 -0.346631 0.319016 -0.11463 -0.331425 0.071507 0.256053 0.076868 0.213257 1.420487 0.060038 -0.305273 -0.234723 0.160633 0.298527 0.106292 -0.174767 -0.250599 -0.102048 0.030111 0.353631 -0.07195 -0.633968 -0.097933 -0.177086 -0.090889 0.120223 -0.049086 0.184554 0.143847 -0.147783 -0.388578 0.139874 0.023657 -0.049505 0.17755 -0.17204 -0.093575 0.077688 0.087889 0.320384 -0.088559 -0.054587 -0.026669 0.393215 0.023869 0.167501 0.325737 -0.047262 0.108987 0.30626 0.00198 0.194026 -0.134736 -0.175219 -0.124217 -0.114326 0.04798 0.127537 0.103284 -0.228346 0.237696 -0.175681 -0.105159 -0.035279 0.218956 0.272209 1.700904 -0.248039 -0.076744 0.068396 -0.011591\nB 0.286734 0.776277 -0.103272 -0.166871 0.018233 -0.185419 0.137289 -0.334865 0.05289 0.152271 -0.276653 -0.10255 -0.260099 -0.06493 0.19743 -0.342071 0.175708 -0.344886 -0.022929 -0.164595 -0.112662 -0.178236 0.622655 -0.368664 -0.393183 0.215444 -0.16737 -0.101001 0.277561 0.367845 0.365562 0.057521 -0.082826 0.034502 -0.117424 0.006037 0.030493 -0.24699 0.357695 -0.061517 0.045095 0.109378 -0.019454 0.385988 0.23291 -0.672951 -0.435608 -0.506914 0.114278 0.164611 -0.184386 -0.153916 -0.081804 0.175464 0.374928 -0.191154 -0.055599 0.219709 0.292743 0.04614 0.088589 -0.061429 0.045108 0.205639 0.291346 0.253832 -0.13649 0.429365 0.024137 0.007968 -0.386866 0.079841 0.327034 -0.194597 -0.152943 0.226157 -0.350476 0.36405 -0.30767 -0.045874 0.412097 0.604246 0.332307 0.308074 -0.070265 0.258162 -0.016215 -0.063115 -0.428542 0.169979 -0.311145 -0.434964 -0.068363 -0.034173 0.374509 -0.291698 -0.129667 0.023216 -0.151475 0.004724 0.173013 0.007089 -0.292446 -0.10566 0.217945 -0.20413 -0.378177 0.360218 0.102492 -0.036923 0.56385 -0.070434 -0.302199 0.248522 0.094202 -0.362669 0.127126 -0.105444 0.227927 0.213533 -0.332517 0.373764 -0.157451 0.157142 -0.067066 -0.355852 0.154032 -0.027524 -0.504882 0.11996 -0.129681 -0.646822 -0.011707 -0.016462 0.102473 -0.593452 0.035912 0.039723 -0.463184 -0.170135 0.193582 0.139366 0.314141 -0.021851 0.095462 0.278671 0.172359 0.292839 -0.838837 -0.05159 -0.136701 0.29391 0.07488 0.065694 0.254795 0.12659 0.128898 0.114951 0.488362 0.329084 0.132503 -0.282881 0.346809 0.023968 0.01301 -0.178992 0.041498 0.167007 -0.259067 0.048181 0.393147 -0.177151 -0.090348 0.05176 -0.626864 0.24291 -0.351193 0.168993 0.372721 -0.232539 -0.152469 -0.013846 -0.549883 0.261091 -0.581422 0.074164 -0.170686 0.132432 0.186488 -0.064144 0.049375 -0.195983 -0.012443 0.299855 -0.038771 -0.003349 0.122097 0.012336 -0.330913 -0.230358 0.20099 0.035496 -0.143365 -0.000954 0.081438 -0.259011 -0.099516 0.134904 0.753989 -0.047302 0.188106 0.173397 0.105866 0.180361 -0.044171 0.606644 -0.115893 -0.08807 -0.321283 -0.338834 -0.171581 -0.688898 0.039492 -0.363951 -0.092174 -0.304021 -0.197698 -0.005258 0.131571 0.297188 0.058857 0.109827 -0.148485 -0.280428 -0.322221 -0.033705 0.137915 -0.056413 -0.225505 -0.057812 0.09438 0.358279 0.2605 0.314656 -0.030554 0.146478 0.521435 -0.054146 -0.277089 0.056678 -0.450173 -0.203755 0.453183 -0.173832 0.092458 -0.309998 0.019749 -0.085693 0.035774 0.090163 0.238435 -0.087098 -0.544775 -0.278217 0.016773 0.311215 0.188207 -0.280459 -0.112261 0.443945 0.63424 0.200008 -0.036492 0.083819 -0.290081 -0.139481 0.311532 0.506595 0.247884 0.013147 -0.133039 0.113375 -0.100156 0.072981 0.331298 0.049857 0.154451 0.095158 -0.098757 -0.843714 0.14923 0.393406 0.167933 0.511674 -0.034495 0.303975 -0.162862 0.29647 0.112194 0.041842 -0.049246 0.149353 -0.184935 -0.068328 0.14444 0.324023 -0.230587 0.061695 -0.045221 -0.222784 0.012813 0.269968 -0.142963 0.394384 0.004037 0.146531 0.132714 0.343996 -0.11098 -0.086593 0.028016 -0.028868 0.135908 0.332409 0.338119 -0.083695 -0.139272 0.106926 -0.168541 -0.150971 -0.320651 0.082028 -0.036287 -0.062683 -0.210878 -0.027525 -0.516293 0.091703 -0.181936 0.038388 0.015977 -0.04626 -0.055634 0.00135 -0.104204 0.185904 0.271832 0.490943 0.084088 0.101864 0.097872 0.336267 -0.3741 -0.270974 0.318268 0.144009 0.058518 0.408962 0.288662 0.143944 -0.048688 0.226172 -0.02048 0.197881 0.133046 -0.152282 0.038323 0.249454 -0.914202 -0.314608 -0.000718 0.059209 -0.226742 -0.166783 -0.506331 0.061349 0.086435 -0.685859 -0.014384 0.036249 0.362586 0.140987 0.076512 0.011873 -0.274787 -0.074704 -0.285464 0.011339 0.066277 0.085585 0.233132 -0.37443 -0.244045 0.160663 0.277726 -0.045413 -0.200588 -0.104982 -0.274387 -0.343193 -0.439117 0.174173 -0.189305 0.276785 0.024448 0.347492 0.128193 -0.09975 0.242025 -0.474047 0.203024 -1.11799 0.120849 0.14127 -0.049559 -0.162371 -0.329346 0.519309 0.273689 -0.550635 -0.015458 -0.057552 0.292348 -0.248161 0.218841 -0.144443 0.267985 -0.383571 0.375074 -0.070642 0.287338 0.167643 0.014423 0.188504 0.311663 0.212625 -0.144274 -0.055898 0.039556 0.112007 -0.110636 -0.00853 0.319422 -0.312138 -0.040582 0.089865 0.039333 0.235745 0.036943 1.094926 0.301831 -0.225031 0.117825 0.445761 0.009647 0.30185 -0.296646 -0.306369 -0.245541 0.328673 0.52707 0.319922 -0.07901 0.223816 -0.323339 -0.239142 0.188962 -0.062124 0.365968 0.409232 0.094159 -0.279764 0.288659 -0.065875 -0.442916 0.188925 -0.315999 -0.74875 0.008174 0.052769 0.381641 0.078057 -0.411151 -0.163153 0.312492 0.632477 0.283629 0.441321 -0.092416 -0.049711 0.465394 -0.335284 -0.11641 0.1804 -0.126176 0.086452 -0.410888 -0.298333 -0.041859 -0.137701 -0.097393 0.409135 -0.215846 0.024369 -0.366129 0.002293 0.207165 2.228716 -0.028717 -0.196611 0.314374 -0.081353 0.038471 0.339923 -0.272287 0.257307 -0.096954 -0.04102 0.037338 -0.014504 0.059059 -0.098642 -0.539927 -0.134678 -0.089197 0.295102 0.059493 -0.312782 -0.243537 0.026251 0.400671 -0.20786 -0.36245 0.426749 0.286813 -0.482775 -0.017023 0.045514 0.020361 -0.21092 0.25093 0.592753 0.604422 0.081964 0.404874 0.335153 -0.552839 -0.486243 -0.081101 0.142906 0.47794 -0.202102 0.114746 -0.002192 0.429553 0.816853 0.56657 -0.413634 -0.293677 -0.130538 0.097855 -0.223002 -0.246202 0.136074 -0.150036 -0.097981 -0.020102 -0.680838 -0.358435 -0.417476 0.351644 0.074969 -0.050875 -0.293495 0.400996 0.100246 -0.024954 0.180521 0.317975 0.078604 0.205256 -0.147404 -0.290614 -0.096787 0.547434 -0.095031 -0.347119 0.703136 -0.082014 0.168292 -0.071645 -0.150737 0.552882 -0.0179 0.862697 0.262628 0.121633 -0.131674 0.127946 -0.175157 -0.52826 0.067308 -0.106593 0.192016 -0.020572 -0.0577 0.237422 -0.110102 0.249652 0.380357 -0.285629 -0.076903 0.248446 0.290766 -0.424317 0.104005 0.649642 -0.069149 -0.096084 0.289549 0.063066 -0.239335 0.098343 -0.004231 -0.31719 0.175171 -0.247592 -0.37364 -0.282219 0.066773 0.488938 0.285323 -0.109139 0.132473 0.198239 0.186335 -0.512477 -0.432075 -0.138395 -0.108322 -0.211551 -0.032326 -0.267812 -0.217858 0.161114 -0.2113 -0.334059 -0.425469 -0.414027 0.110695 -0.370668 0.040488 0.45241 0.393147 0.774801 0.229742 -0.365095 0.607707 -0.064073 -0.001949 -0.492942 -0.35219 -0.200444 0.311689 0.447329 0.009093 -0.3943 0.351074 0.045195 0.026108 0.345959 0.189319 -0.061078 -0.538526 0.220163 0.394149 0.220702 0.155968 0.16337 -0.111693 -0.092397 0.035167 0.14201 -0.327353 -0.33449 0.053489 -0.442796 0.341151 -0.481436 0.35935 0.252681 -0.477093 0.099101 -0.07118 -0.34833 0.544148 -0.184578 0.104095 -0.33242 -0.200386 0.169713 0.21138 -0.251307 0.06161 0.028756 -0.142153 0.314369 -0.166837 0.091279 0.103699 -0.348927 -0.057878 0.457853 0.151254 -0.02609 -0.053065 0.020222 0.297739 -0.117408 -0.348062 0.493901 0.413473 0.165982 0.012894 0.184092 0.615899 -0.289811 0.192911 -0.273123 -0.009355 -0.518764 -0.210507 0.452004 -0.430407 -0.098553 -0.109474 -0.326503 -0.409434 0.105929 -0.09158 -0.233003 0.104867 0.17256 0.08362 -0.408772 0.115386 0.123254 -0.02133 -0.376282 -0.059571 -0.417739 -0.340832 -0.132396 0.572622 0.044298 0.332591 -0.313309 -0.254431 0.355047 0.356376 -0.570184 -0.195007 -0.354303 -0.30067 0.140136 0.288339 -0.156743 -0.212487 -0.109208 0.191302 -0.025912 -0.058112 -0.085532 0.077771 -0.245123 -0.172933 0.275331 0.288612 -0.210843 -0.397361 -0.050795 0.425836 0.245435 0.204039 -0.178996 -0.031673 -0.215441 -0.555896 0.381153 0.367416 -0.286569 -0.006262 -0.083627 0.080043 -0.136472 0.297038 0.662714 0.173477 -0.049451 -0.047399 0.002936 -1.135667 -0.292572 0.090452 -0.359697 0.027364 -0.103546 0.279001 0.122543 -0.130095 -0.060516 -0.213275 -0.104073 0.264078 -0.28445 0.111426 0.033249 0.626212 -0.364831 0.191312 -0.115482 -0.12156 0.226549 0.311867 -0.145836 0.402568 0.653369 0.158109 0.480432 -0.132807 -0.040566 -0.405187 -0.135401 -0.131426 -0.05783 0.555076 0.435278 -0.69755 0.151652 0.274613 -0.109346 0.073119 -0.029292 0.499279 -0.195286 0.090594 -0.199315 0.322096 -0.421016 0.346373 -0.170295 0.166817 -0.218443 0.185107 -0.006989 -0.273979 0.245148 0.339441 0.50216 0.511937 -0.059269 -0.396218 -0.139215 0.156058 -0.111593 -0.227498 0.308929 0.137516 0.638629 0.352656 0.524888 -0.323166 0.166538 0.223852 0.165702 0.271226 0.349918 -0.10437 -0.094182 0.068338 -0.621879 0.165115 0.04472 0.029138 -0.172384 -0.495465 -0.540235 -0.399605 0.150127 -0.251171 -0.024233 -0.232908 0.600414 0.389057 0.086192 0.060694 -0.595131 -0.618604 -0.033177 -0.060677 -0.129859 -0.121712 0.281424 0.022787 0.082658 0.472465 0.030462 0.333322 0.029926 -0.148283 -0.281658 -0.495869 -0.61451 -0.125128 -0.146684 0.328596 0.320351 -0.033873 -0.229552 -0.158505 0.834491 -0.57939 -0.035266 -1.873777 0.081312 0.44822 -0.140046 0.237404 -0.647358 0.158397 -0.102546 -0.722234 0.567213 -0.131833 0.323502 0.103994 0.291031 0.208645 0.522516 -0.006283 0.088502 -0.331434 0.232315 0.095707 -0.706037 0.187663 0.780947 0.1316 -0.317829 0.172246 -0.085604 0.255776 0.380119 -0.278785 0.416152 -0.576169 -0.266232 0.172804 0.519468 -0.084758 0.010227 1.221504 -0.114792 -0.639359 0.022647 0.155335 0.468183 0.359058 -0.401327 -0.296357 -0.449482 0.086055 0.475662 -0.278527 -0.142711 0.085922 -0.052558 -0.491162 -0.007981 -0.177495 0.413033 0.124281 -0.361701 -0.243783 0.551088 -0.025783 -0.524938 0.597876 -0.25375 -0.601865 0.149019 0.116683 0.252987 -0.25116 -0.094256 0.169078 0.470457 0.427515 -0.188417 0.614847 0.258213 -0.066562 -0.063182 0.01533 -0.070112 0.051128 -0.11995 -0.192944 -0.389066 -0.353071 0.14441 -0.459283 -0.185252 0.474386 -0.560051 0.011688 0.037889 0.005105 0.053033 2.076826 -0.160853 -0.330589 0.143563 -0.133778\nì 0.148211 0.309599 0.081917 0.066517 0.205282 -0.200431 -0.020092 -0.225376 0.135479 0.041495 -0.191871 -0.059821 -0.086819 -0.101652 0.348722 -0.375 0.012252 -0.237604 -0.108524 -0.479784 0.017031 -0.023202 0.178057 -0.291725 -0.156854 0.317393 -0.29696 0.080354 0.082038 0.072906 0.150741 -0.07457 -0.019163 0.113115 -0.007003 -0.328262 0.2183 -0.179324 0.227655 -0.000432 0.003782 0.020439 -0.264621 0.56592 0.178138 -0.578722 -0.201534 -0.019235 0.062457 0.172948 -0.286847 -0.123071 0.185797 0.261388 0.073195 0.07537 -0.038585 -0.025541 0.242177 -0.051037 0.206957 -0.097846 0.166181 -0.009275 -0.028585 0.535156 0.00759 0.431198 0.21363 0.085931 -0.47642 0.100537 0.038043 0.02035 -0.109187 0.098278 -0.457619 0.4419 -0.174665 -0.184571 -0.101654 0.220909 0.239963 -0.024633 0.04612 0.150427 -0.125343 0.035491 -0.321383 0.156559 -0.469158 -0.435549 0.054846 -0.063633 0.616856 -0.255163 -0.060322 0.01941 -0.017361 0.090577 0.054408 -0.260442 -0.097854 -0.038962 0.05609 0.060373 -0.332372 0.413135 -0.16815 -0.201326 0.292995 -0.109629 -0.208906 0.271617 0.060051 -0.352111 0.045939 0.006183 -0.128007 0.277564 -0.132457 0.223549 -0.086582 0.466728 -0.276842 -0.440263 0.101914 0.045787 -0.293796 -0.048993 -0.021233 -0.274484 0.02795 -0.138849 0.216863 -0.54417 -0.218494 0.025414 -0.37427 -0.111737 0.340804 0.130725 0.231372 -0.055994 0.118126 0.392768 -0.02119 -0.135365 -0.820438 0.044978 -0.185944 0.193738 0.204105 0.222244 0.04692 0.272677 0.042291 0.228935 0.211999 0.202443 -0.082385 -0.15224 0.507675 -0.056089 -0.033488 -0.232218 -0.04135 0.19274 -0.11985 -0.090483 0.313099 -0.075507 -0.004504 0.173588 0.003182 -0.005191 -0.248679 0.268977 0.598734 -0.342876 8.4e-05 0.368633 -0.672843 0.049815 -0.35708 0.024895 -0.094678 0.006501 0.114593 -0.177772 0.007165 -0.275216 -0.153514 0.090929 0.029751 -0.143272 -0.015808 -0.121648 -0.141865 -0.099733 0.237153 0.119943 0.045133 0.010288 0.126149 -0.239469 -0.188579 0.081224 1.119489 -0.088443 0.188327 0.273846 0.095617 0.188509 0.120353 0.333508 -0.101211 -0.281828 -0.249837 -0.307352 -0.191452 -0.573902 0.219804 0.151533 -0.015227 -0.196869 -0.121428 0.118656 0.189837 -0.202892 0.082884 -0.115791 -0.282138 -0.148683 -0.197644 0.183142 -0.07729 -0.052787 -0.237719 0.116732 -0.004815 0.216788 0.064745 0.320067 -0.008148 0.257515 0.279365 -0.376165 -0.277674 -0.230768 0.013009 -0.393252 0.370184 -0.159576 0.251322 -0.380103 -0.052883 -0.179889 -0.068005 0.149483 -0.10324 0.012941 -0.343715 -0.279259 0.18201 0.333258 0.056217 -0.136111 0.031507 0.19118 0.522952 0.128126 0.014992 -0.236414 -0.080217 0.015665 0.334311 0.314873 0.073661 0.077231 -0.306965 0.108988 0.061227 0.195314 0.127219 0.182084 -0.055076 -0.198275 0.02588 -0.436844 0.216063 0.31706 -0.002672 0.269136 -0.287225 0.367874 -0.472553 0.194587 0.160875 0.228755 0.108967 -0.127686 -0.407873 0.200525 0.299782 0.042451 -0.004401 -0.019387 -0.158295 0.035846 0.062469 0.245551 -0.152258 0.235338 0.154619 -0.235557 0.479364 0.567094 -0.090466 -0.05086 0.091021 0.116662 0.020466 0.122393 -0.270208 -0.032309 -0.061328 0.002588 0.074773 -0.080874 0.12015 0.02316 0.147614 0.005538 -0.086844 -0.045593 -1.525835 0.230199 0.036656 -0.031673 -0.021789 -0.032172 0.201582 -0.069545 -0.137915 0.163392 0.125145 0.325736 -0.021981 -0.018938 0.162784 0.060988 -0.007578 -0.036385 0.103302 0.02597 -0.130554 0.013711 -0.0738 0.108123 -0.110231 0.088271 -0.17175 0.089424 0.17601 -0.416907 -0.346487 0.150739 -0.974464 -0.020531 -0.077556 0.028191 -0.212774 -0.060574 -0.244438 -0.059718 -0.040474 -0.675332 0.005465 0.130093 0.298024 0.097123 -0.020062 -0.172565 -0.325389 -0.085815 -0.139774 -0.019032 -0.120259 0.027185 0.284348 -0.393548 -0.20756 0.412058 -0.111245 -0.095174 0.026231 -0.061525 -0.305317 -0.52041 -0.277807 0.127315 -0.048029 0.232977 0.09961 0.318656 0.208618 -0.250448 0.305227 -0.203416 0.222104 -1.237913 0.12123 0.257661 -0.151976 -0.026391 -0.248901 0.298522 -0.173146 -0.230705 -0.016281 0.160084 0.235592 -0.165837 -0.119332 -0.124183 0.397167 -0.206826 0.174731 -0.022353 0.426894 0.090729 -0.20667 0.18172 0.335646 0.218732 -0.008763 -0.218868 0.083756 0.184965 -0.127357 0.135915 0.242326 -0.123754 -0.139737 -0.263199 0.010216 0.179706 0.104003 1.276726 0.296208 -0.154728 0.142063 0.423326 -0.142474 0.313026 0.07603 -0.388456 -0.092168 0.103818 0.412357 0.101218 -0.201542 0.015066 -0.145431 0.005607 0.351853 -0.078864 0.034325 0.29258 0.276603 -0.239517 0.117979 -0.069601 -0.126516 0.219175 -0.255023 -0.019537 0.319338 -0.038285 0.168211 0.106809 -0.32912 -0.280064 0.426669 0.501857 0.323689 0.038902 0.124867 -0.012268 0.385423 -0.28268 0.182767 0.016859 -0.176496 -0.1721 -0.17513 0.079796 -0.042066 0.102082 -0.128263 0.216781 -0.181382 0.022664 -0.161629 -0.099906 0.24933 2.419282 -0.127575 -0.140403 0.294117 -0.231923 -0.095269 0.138923 -0.006953 0.186402 -0.048323 -0.051094 -0.067689 0.020138 0.253001 -0.194691 -0.271544 -0.088209 0.065401 0.085365 0.197115 -0.162321 0.011017 -0.19944 0.089155 -0.528383 -0.128414 0.106058 0.091831 -0.208137 -0.033264 0.084027 -0.117272 0.017558 0.3107 0.383407 0.084042 0.14022 0.201001 0.372975 -0.176863 -0.391603 0.110088 -0.093169 0.197864 0.104868 0.073423 -0.040874 -0.168474 0.478214 0.398825 -0.179513 -0.102831 -0.011758 0.078274 -0.018563 -0.142074 0.095632 0.259443 0.187918 0.04915 -0.328218 -0.152913 -0.162852 0.161856 -0.006019 -0.074882 -0.131776 0.242892 -0.184188 -0.009753 0.266974 0.115764 0.415881 0.080083 0.109101 -0.511392 -0.133636 0.269551 0.082494 0.024554 0.368608 -0.160675 0.170211 -0.152376 0.054479 -0.0416 -0.168904 0.411782 0.25447 0.094472 -0.116785 -0.194009 -0.211799 -0.29414 -0.008316 -0.337646 -0.209416 -0.008482 -0.029238 0.734024 -0.053955 0.223672 0.211041 -0.140815 0.118148 0.126794 -0.024281 -0.185186 -0.017383 0.254912 -0.009112 -0.081394 0.292565 -0.108506 -0.064796 0.141755 -0.222181 -0.194905 0.109964 0.023891 -0.548166 0.091977 0.003445 0.197786 0.141579 -0.032235 0.180654 0.025787 0.396018 -0.440561 -0.317921 0.030074 0.17739 -0.154373 -0.145063 -0.037042 -0.112785 0.153799 -0.265772 -0.089423 -0.493802 -0.459926 -0.121409 -0.197074 -0.002263 0.34013 0.200813 0.476181 0.021633 0.075417 0.572316 -0.135441 -0.117718 -0.640623 -0.111344 -0.139554 -0.048772 0.341703 0.132037 -0.313365 0.29661 0.055248 -0.09712 0.18824 0.133754 -0.201337 -0.171714 0.267945 0.169582 0.193254 -0.316324 0.230691 0.387581 0.025777 -0.130897 0.177023 -0.1495 0.011749 0.254924 -0.285832 0.052502 -0.453202 0.289538 0.375117 -0.462031 0.130682 0.197439 -0.781769 0.33877 -0.198818 0.215363 -0.210939 -0.037426 0.184017 0.13118 -0.250321 0.088706 -0.121095 -0.175898 0.281498 -0.08348 -0.005896 -0.043698 -0.168041 -0.001793 0.481534 0.22812 0.066294 -0.076218 0.0088 -0.043218 -0.301506 -0.070888 0.814916 0.082602 0.216724 0.22513 0.212383 0.170946 0.069521 0.221688 -0.175099 -0.217254 -0.472772 -0.342116 0.147724 -0.698049 0.202761 0.034131 -0.224939 -0.302225 0.041634 -0.042831 -0.03514 0.055017 -0.207505 -0.221623 -0.363154 -0.052255 -0.037857 0.034909 -0.26937 -0.121355 -0.433658 -0.018586 -0.062529 0.291313 -0.121306 0.273915 -0.052253 0.023474 0.127397 -0.054077 -0.410471 -0.43752 0.214862 -0.352249 0.021528 0.28985 0.215417 -0.313396 -0.222559 0.160973 -0.190875 -0.255749 -0.019485 0.221893 -0.158093 -0.207716 -0.03611 0.270848 -0.013696 -0.261121 -0.053171 0.216155 0.287505 0.069694 0.046508 -0.212613 0.016119 -0.188873 0.32194 0.401385 0.007896 0.054143 -0.139535 -0.044142 0.078247 0.109949 0.107856 0.211607 -0.035511 -0.276002 0.197755 -0.765874 -0.017576 0.076473 -0.194148 0.095761 -0.04864 0.35687 -0.196135 -0.15066 0.099326 -0.036166 0.046241 0.146885 -0.330011 0.12395 0.142334 0.458715 -0.197451 0.064766 -0.147397 -0.007166 0.200071 0.051654 0.086755 0.279845 0.373072 -0.175698 0.520927 0.36094 -0.136165 -0.319604 0.082252 -0.097814 0.148799 0.324993 -0.14251 -0.117063 0.184579 0.103156 0.152884 0.042736 0.174414 0.305321 -0.025091 0.12881 0.011806 0.097147 -0.760181 0.406951 0.213947 0.141022 0.057982 0.124041 0.333065 -0.307001 0.015471 0.173878 0.209327 0.271682 0.051097 -0.190985 0.270953 -0.077157 -0.111081 0.002918 0.16622 -0.161794 0.362675 -0.029393 0.231035 0.00398 -0.150568 0.264537 -0.123985 0.165707 0.262423 -0.310695 -0.287419 -0.119011 -0.76747 0.247849 -0.03013 -0.033599 -0.346019 -0.39238 -0.156761 -0.234603 -0.177334 -0.260776 0.013805 0.057342 0.212252 0.101869 0.025201 0.070144 -0.408668 -0.388033 -0.133654 0.169397 -0.304594 0.202508 0.194811 -0.183126 0.002283 0.492812 -0.182528 0.138949 0.363855 -0.027842 -0.337203 -0.733463 -0.560255 -0.007194 -0.163649 0.131714 0.417164 0.090776 0.074549 -0.222791 0.40806 -0.207813 -0.110548 -1.978853 0.178321 0.4332 -0.172205 -0.160062 -0.125004 0.010261 -0.235285 -0.2897 -0.027578 -0.050484 -0.022544 -0.032498 -0.108495 -0.212617 0.335835 0.017682 0.071511 -0.056882 0.205348 0.046089 -0.504729 0.156537 1.632676 0.323057 -0.094499 -0.077391 -0.133879 -0.031919 -0.005882 -0.113056 0.33415 -0.084572 -0.299254 -0.078913 0.218743 -0.132917 0.252786 1.412357 0.069125 -0.425211 -0.054929 0.343482 0.175019 0.310911 0.049966 -0.352765 -0.234064 0.133469 0.35449 0.001675 -0.424648 0.025545 -0.054113 -0.149266 0.206116 -0.109587 0.064339 0.053334 0.030539 -0.258833 0.106523 -0.084923 -0.058233 0.501064 -0.206135 -0.095507 0.215639 0.217144 0.173057 -0.163968 -0.124072 -0.008569 0.454414 0.343563 0.231773 0.243824 0.085998 0.08975 0.169164 -0.074671 0.322221 -0.131704 -0.155012 -0.187221 -0.26905 0.036282 0.118226 -0.03746 -0.343574 0.281899 -0.325028 0.09466 -0.052267 0.032872 0.116955 1.852508 -0.178964 -0.236108 0.150616 -0.197094\n, 0.383111 -0.511198 -0.10789 0.075043 0.033911 0.80026 -0.421514 0.059407 0.262674 -0.460684 0.686079 -0.56121 0.219821 -0.547738 0.035151 -0.723697 -0.140604 -0.788291 -0.751861 0.157971 0.075355 -0.408276 -0.113493 0.721596 -0.122041 -0.573533 -0.611758 -0.657104 0.14713 -0.285743 0.030744 0.261535 0.70849 0.947592 -0.558891 0.402275 0.244945 -0.215952 0.932399 -0.215754 -0.013672 0.5144 0.260827 0.678029 -0.506203 0.315556 0.462753 0.759705 0.18161 -0.356653 -0.080446 0.076523 0.093591 1.194435 0.160563 -0.734424 -0.914495 0.315287 0.81746 0.594463 0.172292 0.976374 0.286581 0.549911 -0.020582 0.881192 0.135437 0.009273 -0.084764 0.202914 -0.894885 0.48011 0.315674 -0.276602 -0.484845 0.394542 -0.152126 0.175472 -0.291619 -0.88995 0.356404 0.463103 0.550099 0.187751 -0.083378 1.150554 -0.428991 -0.612703 0.541622 0.03438 0.52131 0.418192 0.38078 -0.122715 0.247 -0.728923 0.288832 0.31342 -0.901856 -0.093949 -0.044306 -0.919583 -0.353756 0.039894 0.778768 0.009142 -0.63771 0.606487 0.411203 0.232131 0.404824 0.483835 1.082885 -0.093381 -0.191967 -0.659953 -0.15849 0.051116 -0.007431 -0.58829 0.014095 0.25747 -0.863529 -0.500701 0.131962 -1.116173 0.414739 -0.416272 0.810662 -0.779244 -0.595088 0.256053 -0.255063 -0.002045 -0.71394 0.159895 -0.755458 0.07752 0.166047 -0.361831 -0.043141 -0.270796 0.640072 0.726062 0.345941 -0.093689 -0.332027 0.845438 -0.596373 0.717275 0.527389 -0.289209 0.21811 -0.107253 0.18659 0.385184 1.613972 -0.318446 0.248908 0.046897 0.406912 -0.240859 0.946165 -0.040221 0.512194 0.038121 0.289413 -0.426556 0.220472 0.074235 0.126706 -0.499298 -0.750969 -1.285325 -0.673035 0.417826 0.017029 1.114709 0.01252 -0.728826 -0.363722 0.018112 -0.606132 0.12521 -0.152142 0.275659 0.082098 -0.723273 0.658384 0.000214 -0.925733 -0.251128 0.127054 0.193169 0.311288 -0.605662 0.93154 0.065984 -0.33147 -0.994242 0.096871 -1.414748 -0.100407 0.177629 -0.356615 0.675418 0.969111 -0.084347 0.706231 0.592195 -0.537622 -0.299184 -0.245285 -0.108797 0.981407 -0.297071 -0.23129 -0.529471 0.146915 0.097294 -0.461471 -0.879997 -0.071974 -0.238708 0.09318 -0.35849 0.456733 0.266732 0.10947 -0.295876 -0.337325 -0.765325 0.028605 0.095703 0.519901 0.508813 0.283953 0.463842 -0.67302 -0.370149 0.730871 -0.862787 -0.011788 0.505584 -0.443609 1.004538 0.404291 0.357208 -0.878337 -0.047884 0.228343 -0.142091 0.751178 -0.834365 0.31635 -0.255573 -0.303036 0.159276 -0.896161 -0.265536 0.704796 0.010813 0.303751 0.363073 1.020354 0.52815 -0.415742 0.249544 0.385128 0.079421 0.394295 0.351046 -0.239414 -0.440863 0.097412 -0.716785 -0.207783 -0.210277 0.102549 0.732211 -0.123464 0.868478 0.690377 0.441322 0.517791 0.112297 -0.080558 -0.390533 -0.242145 -1.340255 0.776638 0.434243 0.685611 0.318341 0.576311 0.551782 -0.103811 -0.906952 0.744458 0.376911 0.003534 0.515886 1.649299 0.422663 -0.220931 -0.262121 0.885595 0.381811 -0.201118 -0.766043 0.062534 0.244748 -0.578587 0.845908 -0.068571 0.29545 0.230353 0.194523 -0.505042 0.126113 0.09601 0.509227 -0.244129 -0.111991 -0.65343 -0.521023 0.164969 0.275677 0.048222 1.133468 -0.002879 -0.100615 0.406921 0.296445 -0.862704 0.573556 -0.432755 -0.101831 0.42937 0.922669 -0.67638 -0.092 0.013271 -0.256124 -0.972044 0.542858 0.965726 -0.622128 -0.120703 1.105181 0.052395 0.244258 -0.848705 0.034221 0.066593 -0.145288 0.186683 -0.357863 -0.598464 0.120422 0.024032 0.248053 0.122963 0.014715 -0.582379 0.650815 -0.140972 0.441052 -0.478411 -0.270112 0.318784 -0.500665 -1.630352 -0.748548 -0.238706 -0.205726 0.092575 -0.433314 0.785932 -0.503465 0.184418 1.026039 -0.336499 -0.716407 -0.242535 -0.259844 0.144172 0.18729 0.264708 -0.104408 -1.038148 -0.822772 0.571096 -0.436026 0.024048 -0.14715 -0.357273 -0.116346 -0.440908 -0.151427 0.08931 -0.240741 -0.185536 0.125274 -0.900145 0.269683 0.546666 -1.620265 -0.590055 0.037888 0.104079 -0.883856 -0.28532 0.330474 0.113748 -0.641832 -0.94556 -0.229142 0.223533 -0.396322 -0.066282 -0.229242 0.837492 -0.076277 0.450456 -0.495057 -0.111797 -0.688431 -0.458336 0.190512 0.370799 0.003163 0.438548 0.649476 0.397647 -1.448334 -0.421528 0.639933 0.243039 0.469892 0.69141 -0.75901 0.722964 0.634847 0.446658 0.373673 -0.021673 0.692795 -0.471971 0.782973 0.369312 -0.784042 -0.32008 -0.186505 0.221894 0.119455 -0.958786 0.122698 -4.2e-05 -0.671405 -0.664928 0.270378 0.254644 -0.209476 -0.04892 0.131024 -0.253636 -0.315757 1.054219 0.767471 -0.419505 -1.027086 -0.247276 -0.933222 0.57372 0.821463 0.475905 -0.196544 0.00909 -0.787937 0.15633 0.03337 -0.743686 -0.418792 -0.223295 -0.391466 0.323969 0.368856 0.007832 -0.000191 0.496785 -0.420442 -0.53749 0.295296 -0.425705 0.651953 -0.191912 -0.879241 -0.950147 0.61725 0.327236 0.510227 0.58701 0.024398 -0.289445 -0.032843 -0.298799 1.696176 0.513231 0.285996 0.12349 -0.151408 -0.707098 0.027675 -0.659787 0.28795 0.038265 0.017929 0.318142 0.835018 0.078683 0.36292 0.185185 -0.821376 -0.395211 -0.834163 0.025546 0.67404 0.030716 -0.356949 -1.115431 -0.02144 0.431784 -0.707165 0.55448 -0.342904 0.184798 -0.508291 -0.697628 -0.051334 0.06177 0.46243 0.391727 0.736811 0.58748 0.540454 -0.361824 0.831525 0.091085 -0.301913 0.158368 0.025457 -0.387938 -0.135436 -0.039903 0.25598 -0.310607 -0.126174 -0.084136 0.016673 -0.31148 0.008562 0.507389 0.298244 -0.225183 -0.478474 0.082018 -1.068382 0.381072 0.265637 0.378204 0.866557 0.243608 0.370659 -0.827397 0.203536 -0.591049 0.706673 -0.258169 0.39018 0.213842 0.126177 -0.783236 0.077855 0.289867 0.241848 -0.571755 0.493968 -0.709648 0.641896 -0.007493 -0.72703 0.54824 0.194576 0.508969 -0.168395 0.310663 -0.298899 0.012262 -0.787489 -0.102774 -0.191244 0.190412 0.270831 0.531533 0.59664 0.017889 0.301385 0.762495 -0.151153 -0.216292 -0.010075 -0.152399 -0.411134 0.102662 -0.273021 1.039512 0.16073 -0.567522 1.177088 0.739319 -0.18741 0.451631 0.068096 -0.091212 0.229145 -0.034045 -0.464154 -0.162197 0.120427 -0.182991 0.212824 0.752629 -0.391968 -0.552664 0.147516 -0.194636 -0.651206 0.27821 -0.483207 0.59441 -0.408685 -0.522899 -0.230694 -0.260796 0.31217 -0.201099 -0.349051 -0.186102 -0.608892 0.509444 0.38654 -0.600482 0.03354 0.664292 -0.297275 0.17542 0.359783 -0.468651 -0.144641 -0.964531 0.136074 0.009787 0.21428 -0.139275 -0.402408 0.344149 0.250756 0.923216 -0.621047 0.82119 0.085384 0.722886 1.013336 -0.446127 -0.609247 0.009465 0.416434 -0.60173 -0.233244 0.233797 -0.340752 0.420776 -0.307229 -0.826064 -0.656947 0.262023 0.048029 0.420223 0.521403 0.129692 -1.073939 -0.490444 -0.612646 -0.974899 0.776785 -0.224209 -0.204097 0.507997 -0.062746 0.27182 -0.7338 -0.325093 0.330239 0.563305 0.122047 0.315237 -0.122295 0.124025 0.89852 0.174984 -0.327173 -0.73883 -0.01676 -0.481102 0.872176 -0.858462 1.567495 0.318632 -0.042952 0.585741 0.337591 -0.851576 -0.660589 -0.402491 0.266472 -0.057088 -0.03702 -0.407469 -0.846527 -0.013296 0.694897 -0.14064 -0.985957 -0.259274 -0.050453 -0.179704 -0.294349 -1.032329 -0.183326 0.116085 0.39829 0.408484 0.048697 -0.325051 -0.017318 0.825468 0.313323 0.069315 0.726851 0.012447 -0.544715 0.269594 -0.668134 -0.207745 0.467338 0.626166 0.387674 0.46462 -0.258328 -0.385961 -1.258306 0.244733 0.186346 0.051951 -0.612169 -1.069295 -0.486439 -0.931858 -1.341368 -0.893846 0.014247 0.394782 -0.810877 -0.156658 0.24891 0.209534 0.433613 -0.044539 -0.875132 -0.005515 -0.174514 0.699754 0.058394 0.944141 -0.387634 0.123408 0.387155 0.318175 -0.086965 -0.102391 -0.247313 0.113941 0.168465 0.167112 0.427202 0.912245 0.422143 -0.420798 -0.774335 -0.088723 -0.359817 0.498574 0.569663 1.186515 -0.001505 -0.61656 0.300274 -0.487915 -0.403121 -0.152548 0.424229 0.122582 0.884555 0.64997 -0.096162 0.570242 0.737914 -0.090348 0.21928 -0.527022 0.070234 0.418371 0.084917 -0.415219 1.200529 0.438333 0.21925 0.006745 0.078454 -1.034265 0.524323 -0.314882 0.153172 -0.511379 0.331275 0.444141 -0.410987 -0.081622 0.003199 -0.4031 0.707509 -0.073182 0.021777 0.533159 -0.259254 -0.00727 -0.525947 -0.391667 0.613876 -0.140748 0.565062 -0.305779 -0.030391 -0.48447 0.090323 -0.289856 0.055303 0.78887 -0.122909 -0.475322 0.266559 0.378852 0.775422 -0.420531 0.458846 -0.506213 -0.262181 0.290837 -0.033191 -0.175067 0.249595 -1.032795 -0.104507 0.288573 -0.418271 -0.185463 0.837474 0.188494 0.537041 -1.005754 0.224963 0.047117 -0.44949 -0.513896 -0.398274 0.367859 0.194133 0.243457 -0.035091 0.766589 0.138449 0.294124 0.823941 -0.912485 0.395694 -0.595723 0.359047 0.65466 0.002834 0.290637 -0.340729 -0.643042 -1.313278 0.910181 0.022667 0.227183 0.13844 -0.26214 -0.941528 -0.597952 -0.443354 -0.262345 0.825359 -0.52008 -0.376554 -0.072655 0.341441 0.115898 -0.642372 -0.325326 0.502131 0.296047 -1.951921 -0.727038 0.35641 -0.084069 -0.357658 -0.216015 -0.125719 -0.09197 0.673858 0.707217 0.084121 0.325393 -0.452564 0.488226 -0.137319 0.859511 -0.548891 -0.702134 -0.759433 -0.156074 0.15012 0.45577 0.115375 1.378328 -0.991277 -0.041236 0.357211 0.292506 0.687774 -0.76519 -0.165754 0.567108 0.126184 -0.300532 0.067068 0.530475 0.076279 0.060622 1.134114 -0.112012 -0.576302 -0.374151 -0.640264 -0.044788 0.069621 -0.567876 0.320679 -0.494188 0.153334 -0.387299 -0.662667 0.289029 -0.546077 -0.18885 0.980442 -0.258823 0.027359 0.810623 0.554339 -0.655269 -0.614969 -0.183081 -0.498222 0.279626 0.21404 0.434759 -0.64713 0.17901 -0.507742 0.360499 -0.629987 -0.054091 -0.283758 -0.012822 0.045257 -0.282226 -0.424157 -0.338289 -0.00707 0.099952 0.256797 -0.146995 0.026291 -0.619871 0.732608 -0.198955 -1.062643 -0.54693 0.229097 0.038419 0.38278 0.325713 -0.551138 -0.220152 0.070834 -0.423103 1.771868 0.51531 -0.225479 0.506039 -0.323201\nế 0.029893 0.136014 0.075602 0.044442 -0.033309 -0.183139 0.038948 -0.064726 0.094544 -0.097723 -0.157118 -0.119886 -0.227021 -0.094199 0.258316 -0.295385 -0.119864 -0.133522 -0.194228 -0.213577 -0.045479 3.4e-05 0.136744 -0.258967 -0.089276 0.083997 -0.219975 0.225431 0.092908 0.056833 0.282529 -0.11692 -0.115546 0.052156 -0.046385 -0.361075 0.226941 -0.139171 0.250475 -0.10564 0.141035 -0.003514 -0.175719 0.389604 0.137304 -0.300479 -0.055753 -0.106142 -0.022361 0.30525 -0.304114 -0.245488 0.163953 0.124907 0.116717 -0.268575 -0.099998 -0.125823 0.363053 -0.007696 0.230075 -0.063644 0.052865 -0.047926 0.005045 0.313024 0.127494 0.363219 0.107567 -0.007863 -0.342791 -0.094538 0.060425 0.167819 -0.109398 0.027326 -0.398414 0.400811 -0.167803 -0.203714 0.097928 0.291472 0.078262 0.076602 0.05181 0.113667 -0.102606 -0.117338 -0.557673 0.202073 -0.246574 -0.210536 -0.048631 -0.025989 0.679055 0.08365 -0.179373 -0.118053 -0.274985 0.035118 0.239193 -0.222743 -0.049484 -0.293095 0.06948 0.118788 -0.348889 0.323603 -0.078147 -0.261703 0.501061 -0.226682 -0.238622 0.087189 0.044583 -0.474776 0.198934 -0.143317 -0.020487 0.218653 -0.127367 0.254413 -0.106436 0.189391 -0.186741 -0.197313 0.238463 -0.044934 -0.32421 0.003072 -0.192746 -0.342058 -0.039468 -0.038421 0.164971 -0.559147 -0.152252 -0.022586 -0.032405 -0.058195 0.203664 0.064399 0.070267 -0.125194 0.059056 0.271577 -0.052553 -0.126036 -0.938027 0.044723 -0.161933 0.417487 0.205398 -0.014219 0.191181 0.316957 0.04046 0.414115 0.260731 0.266578 -0.11613 0.096241 0.402617 -0.001502 -0.102682 -0.031491 -0.042642 -0.053392 0.004247 -0.209651 0.364996 -0.004806 0.078593 0.215562 0.01386 -0.04859 -0.254363 0.159706 0.295905 -0.317013 -0.008224 0.394074 -0.281249 0.170872 -0.423172 0.098646 -0.050075 -0.105056 0.135205 -0.179898 -0.185806 -0.044543 -0.257384 0.097723 -0.011825 -0.125242 -0.007447 -0.189614 -0.245138 -0.04505 0.156765 0.13594 0.005537 0.1842 0.171539 -0.216647 -0.106631 0.133985 1.111392 -0.104387 0.149038 0.09631 -0.147926 0.192577 -0.01943 -0.000723 -0.159058 -0.244707 -0.294898 -0.143964 -0.316398 -0.654227 0.117189 0.218795 0.329141 -0.063221 -0.021096 0.27102 0.273839 -0.148602 -0.125865 -0.172091 -0.228111 -0.370462 -0.080681 0.115738 -0.072514 -0.048025 -0.169336 0.127598 0.107259 0.241008 0.018389 0.348759 -0.029688 0.136175 0.192571 -0.413378 -0.372021 0.023485 -0.120334 -0.259215 0.367402 0.08059 0.2792 -0.352527 -0.081439 -0.142885 0.020012 0.249375 -0.214335 0.142793 -0.187981 -0.223216 0.133208 0.17816 -0.004358 -0.121448 0.02813 -0.020664 0.418019 0.044495 -0.069714 -0.447249 0.043231 -0.06312 0.221579 0.187353 0.08728 0.078542 -0.178106 -0.021941 -0.030719 0.04989 0.477512 0.045097 -0.142889 -0.061324 -0.059445 -0.299986 0.14579 0.301714 0.061096 0.224639 -0.012187 0.379732 -0.336087 0.100362 0.102818 0.124813 0.024167 -0.110474 -0.187311 0.418245 0.294614 -0.051671 -0.054877 -0.00397 -0.226847 -0.106681 -0.019881 0.082078 -0.071944 0.244287 0.005959 -0.110616 0.184533 0.433068 -0.172134 -0.066365 0.126387 0.120838 0.182992 0.275646 -0.162466 -0.008993 -0.030441 0.105122 -0.005618 -0.274379 0.019396 0.141413 0.005338 0.110071 0.076929 -0.051032 -1.576785 0.036886 -0.222866 -0.057283 -0.055816 -0.020822 0.092281 -0.161776 -0.23129 -0.00909 0.209027 0.24698 -0.162369 -0.102013 0.14925 0.085278 0.009975 -0.033242 0.149828 0.089437 -0.16236 0.165112 -0.011399 -0.097259 -0.000957 0.082551 -0.144564 0.041728 0.067721 -0.464736 -0.275517 0.233097 -1.00191 -0.12876 -0.045796 0.267463 -0.122957 -0.183737 -0.247767 -0.086615 -0.063843 -0.582153 -0.008732 0.165373 0.145758 0.239173 0.005373 -0.178729 -0.154431 -0.076992 -0.287614 -0.075803 0.082644 0.076499 0.043074 -0.213931 -0.015925 0.210825 0.123364 0.140023 -0.037691 0.062041 -0.284007 -0.39039 -0.172446 0.158192 -0.0603 0.16637 0.203291 0.300961 0.312758 -0.060438 0.242124 -0.099279 0.308454 -1.254873 0.044934 0.29126 -0.109717 0.03642 -0.212659 0.409812 -0.214196 -0.390712 -0.117506 0.119589 0.320657 -0.022705 0.112982 -0.003934 0.431012 -0.157533 0.324676 0.10732 0.33923 -0.02494 -0.041829 0.075391 0.361209 0.175997 0.024968 -0.321928 -6e-06 0.045499 -0.07925 -0.108683 0.081549 -0.10874 -0.068185 -0.220048 0.035779 0.28585 -0.016446 1.139035 0.241465 -0.150079 -0.019956 0.357539 -0.034558 0.110551 0.028122 -0.276422 -0.096653 0.06564 0.351353 0.108229 -0.340315 -0.096789 -0.296216 0.045033 0.28082 -0.124382 0.052281 0.187101 -0.004725 -0.313688 0.29333 0.114463 -0.147386 -0.134557 -0.209283 -0.091855 0.162423 -0.016211 0.262908 0.091883 -0.240309 -0.156062 0.413413 0.326228 0.297799 0.180703 0.09999 -0.07152 0.277792 -0.15352 0.143973 -0.029588 -0.315095 -0.124237 -0.070724 0.106164 0.073345 0.227409 0.083825 0.255642 0.072067 -0.115121 -0.082583 -0.112547 0.315374 2.425569 -0.269986 -0.039952 0.276404 0.042322 -0.080347 0.015186 -0.025263 0.227517 -0.219573 -0.009379 0.115238 0.004297 0.282481 -0.252036 -0.164764 -0.052756 0.053155 -0.014365 0.050655 -0.012797 -0.012295 -0.148328 0.061268 -0.230208 -0.095693 0.063453 0.137418 -0.141201 0.097871 -0.149011 -0.042569 0.202043 0.348282 0.350966 0.067212 0.034965 0.112035 0.324734 -0.136239 -0.494657 0.184187 -0.091366 0.13201 0.006459 -0.010271 -0.213142 -0.052238 0.327243 0.276448 -0.104491 -0.037789 -0.122091 0.031451 0.139301 -0.196178 -0.088478 0.175963 0.246253 0.146068 -0.667397 -0.283833 -0.247878 0.360829 0.041137 0.189453 -0.119615 0.148023 -0.03057 0.054704 0.107203 0.117476 0.410189 -0.029447 0.019067 -0.312162 -0.212058 0.079954 0.213514 -0.089337 0.419939 -0.109342 0.102457 -0.180262 0.022303 0.187118 -0.168175 0.294497 0.171828 0.187055 -0.028368 -0.066669 -0.210412 -0.398588 0.097756 -0.207402 -0.034452 -0.108882 -0.138772 0.849606 -0.050894 0.098301 0.12407 -0.326201 -0.040614 0.370702 -0.012254 -0.15836 -0.26861 0.411576 -0.008766 -0.058123 0.289038 -0.097329 -0.107716 0.359792 -0.338814 -0.127169 -0.137045 0.058959 -0.504233 0.126064 -0.101465 0.192335 0.071113 -0.103075 0.177608 0.020795 0.190224 -0.277705 -0.136457 0.286585 0.024033 -0.213219 -0.257448 -0.142067 -0.334133 0.096716 -0.321305 -0.013194 -0.684995 -0.26548 -0.210629 -0.03692 0.093828 0.154836 0.10715 0.348939 -0.07536 0.020061 0.328886 -0.135344 -0.062814 -0.803473 -0.215548 -0.064515 0.016942 0.486399 -0.101835 -0.190114 0.426083 0.151428 0.003955 0.314648 0.134627 -0.196664 0.058729 0.303336 0.168583 -0.040347 -0.162479 0.227559 0.159641 0.182389 -0.060636 0.058607 -0.076481 0.140399 0.24737 -0.282885 -0.035371 -0.357197 0.237945 0.172346 -0.25459 0.23474 0.153837 -0.385237 0.34826 -0.245215 0.296073 -0.080564 -0.192698 0.146051 0.081423 -0.367131 0.130372 -0.105722 -0.156199 0.219315 -0.203966 -0.018406 -0.233199 -0.155705 -0.013929 0.383989 0.196778 0.019065 0.105784 -0.03342 -0.172091 -0.222453 -0.130806 0.778674 0.099442 0.175174 0.067652 0.027765 0.011103 -0.046182 0.087697 -0.211111 -0.165931 -0.274794 -0.262337 0.095257 -0.773939 0.157472 0.111551 0.045269 -0.236479 -0.015128 -0.006789 0.103282 0.114282 -0.373742 -0.206343 -0.238141 -0.259236 -0.000244 -0.017738 -0.129241 -0.141287 -0.267009 0.15777 0.15678 0.263026 0.019099 0.397248 0.144219 0.034091 0.105113 -0.21298 -0.434835 -0.138578 0.024911 -0.346214 0.102731 0.407147 0.233329 -0.315943 -0.184248 0.200687 -0.078712 -0.060173 -0.106731 0.271002 -0.143425 -0.212127 -0.064046 0.193485 0.005568 -0.106247 -0.148924 0.049915 0.202926 -0.025193 0.006628 -0.30903 0.150031 -0.162388 0.257518 0.279402 0.030047 -0.016102 -0.050585 -0.228558 -0.065696 -0.081946 0.409624 0.084673 -0.153528 -0.011435 0.18444 -0.725912 0.082121 0.1768 -0.212788 -0.040612 0.185735 0.325609 0.013653 -0.063256 0.09007 -0.129054 -0.104086 0.151558 -0.246386 0.332204 0.265718 0.127649 -0.129807 0.137852 -0.423705 -0.144157 0.186455 -0.031391 0.145647 0.36964 0.191813 0.003094 0.209016 0.276595 -0.193002 -0.362541 0.173651 -0.149548 0.121092 0.421238 -0.026207 0.012498 0.093372 0.059252 0.016046 -0.1316 -0.104245 0.321122 0.03031 0.299947 -0.003564 0.107078 -0.712844 0.28044 -0.0943 0.168433 -0.143038 0.042917 0.269328 -0.296141 -0.068424 0.136461 0.090165 0.304892 -0.066887 -0.214079 0.242629 -0.037335 -0.123698 -0.099612 0.255798 -0.055033 0.171601 0.143104 0.414754 -0.172848 0.001947 0.286104 -0.142031 0.063 0.193695 -0.300114 -0.150216 0.040273 -0.882829 0.076801 -0.033007 0.234003 -0.252878 -0.30321 -0.193339 -0.385994 -0.086333 -0.328696 0.096379 -0.039821 0.151563 0.208226 0.025771 0.052939 -0.234872 -0.247453 -0.344852 0.131486 -0.182736 0.127752 -0.017997 -0.124872 0.133746 0.362071 0.072176 0.344395 0.350056 0.116201 -0.39214 -0.55951 -0.463821 0.061071 -0.162165 0.096667 0.54729 0.0543 -0.011821 -0.050403 0.390005 -0.183074 0.029489 -1.978405 0.066262 0.426598 -0.213725 -0.1044 -0.134609 0.21449 -0.266263 -0.410624 0.060284 -0.07974 0.017531 0.057113 -0.017797 -0.159046 0.388289 -0.067601 0.10068 0.084236 0.152849 0.038092 -0.160737 -0.018896 1.716506 0.151496 -0.050224 -0.070516 -0.076889 -0.087418 -0.101609 -0.312868 0.288784 -0.1083 -0.157915 -0.23803 0.283209 -0.02007 0.063236 1.342668 0.080039 -0.352606 -0.133133 0.250952 0.306571 0.197167 -0.098388 -0.25565 -0.067756 0.205206 0.315369 -0.161283 -0.53912 -0.162994 -0.231825 -0.059862 0.109379 -0.091165 0.189549 0.06792 -0.279026 -0.421784 0.260331 0.073527 -0.069936 0.076883 -0.205549 -0.258734 0.08232 0.200644 0.185508 -0.190711 -0.135894 0.011226 0.30494 0.107094 0.097051 0.295574 -0.114016 0.112493 0.11985 -0.041191 0.239368 -0.032173 -0.259944 -0.070543 -0.134848 0.014203 0.186545 0.121974 -0.0376 0.37318 -0.23986 0.006463 0.147296 0.183985 0.191278 1.782072 -0.318155 -0.006012 0.222518 -0.028402\nm 0.025892 0.285104 0.010951 0.078176 0.049707 -0.197049 0.02817 -0.136646 0.097644 -0.006406 -0.219149 -0.214314 -0.106055 -0.168619 0.208356 -0.237764 0.08103 -0.232499 -0.337944 -0.278574 -0.052113 -0.051906 0.068984 -0.364737 -0.146595 0.042003 -0.239036 -0.026263 0.086724 0.083538 0.238288 -0.025135 0.224585 0.046667 0.133778 -0.320484 0.165631 -0.268295 0.383339 -0.152628 -0.068916 0.051704 -0.104973 0.48457 0.194202 -0.427792 -0.238278 -0.0385 0.045119 0.271119 -0.498072 0.00467 -0.029025 0.048709 -0.046416 -0.164342 -0.182054 0.215327 0.182122 0.085731 0.312858 -0.133 0.082378 0.065145 0.067819 0.397774 0.019284 0.307491 0.051474 -0.047859 -0.475733 0.022386 0.071422 -0.000744 -0.168588 0.096957 -0.398507 0.168933 -0.10026 -0.330493 0.041999 0.33713 0.081596 0.078827 0.295851 0.189663 -0.136755 -0.06261 -0.328503 0.158625 -0.260518 -0.231965 0.03942 -0.054725 0.461028 -0.201615 -0.111647 0.135558 -0.231854 0.212079 0.323546 -0.217874 -0.080598 -0.052552 0.126556 0.176391 -0.330197 0.404296 -0.267588 -0.164383 0.583362 -0.064023 -0.138489 0.245436 0.00695 -0.337222 0.107844 0.074565 0.06718 0.26877 -0.227775 0.222724 0.053926 0.481614 -0.402483 -0.261805 0.071947 0.009772 -0.415486 -0.008831 -0.030311 -0.172851 -0.158883 -0.09725 0.149766 -0.689507 -0.251425 -0.013265 -0.215235 -0.161741 0.092596 -0.046657 0.249131 -0.178071 0.017339 0.336242 0.198004 -0.128702 -0.795365 0.102829 -0.054231 -0.033784 0.121352 0.01112 0.242078 0.141752 0.069739 0.352611 0.056218 0.255209 -0.033723 0.067763 0.406986 -0.019996 0.039482 -0.163337 -0.031488 0.094462 -0.013519 -0.039437 0.364505 -0.06697 0.098231 0.271691 -0.089026 -0.066588 -0.162877 0.302534 0.331929 -0.250837 0.031089 0.388474 -0.483861 0.255913 -0.41336 0.020242 -0.023247 0.058096 0.140012 -0.130094 -0.255016 -0.228515 -0.13541 0.101498 -0.07548 0.009149 0.302083 -0.189865 -0.247511 -8.3e-05 0.335124 0.248092 -0.005391 0.090057 0.035284 -0.315308 -0.080468 0.181581 1.117995 -0.176684 0.348027 0.188169 0.130704 -0.012086 0.23217 0.149519 0.222465 -0.360189 -0.29504 -0.315263 -0.064126 -0.554977 0.287945 0.100977 0.276911 -0.214177 -0.019706 0.061976 0.288849 -0.207736 -0.165595 0.054508 -0.290305 -0.239329 -0.223597 0.181145 -0.04215 -0.179565 -0.102137 0.281586 0.225725 0.360847 0.234439 -0.007855 0.118304 -0.037002 0.351703 -0.457375 -0.308026 -0.216325 -0.322583 -0.329033 0.311512 -0.091724 0.311661 -0.34304 -0.057514 -0.243905 -0.032468 0.355641 -0.018251 0.163098 -0.092498 -0.241334 0.2551 0.15944 0.114149 -0.118056 -0.039055 0.193411 0.490787 0.014766 -0.123538 -0.38488 0.107445 -0.122869 0.048598 0.140039 -0.10612 0.046869 -0.291342 0.019844 0.0543 0.216177 0.32839 0.091552 -0.117922 -0.212611 -0.093598 -0.345368 0.362601 0.267997 -0.121839 0.224189 -0.216892 0.498721 -0.485437 0.030093 0.067915 0.099214 0.15917 -0.139986 -0.224685 0.119409 0.265458 -0.047599 0.005211 0.068529 -0.213096 -0.013059 -0.006229 0.098803 -0.247559 0.310132 0.013487 -0.148996 0.237166 0.429985 -0.196895 0.043091 0.093391 0.366498 0.055297 0.106605 -0.111301 0.058908 -0.317783 -0.030575 0.18323 -0.321201 0.049577 0.157741 0.10489 0.007349 -0.143358 -0.26258 -1.634183 0.117561 -0.089443 -0.07633 -0.059321 -0.045754 0.211481 -0.012718 -0.128124 -0.056902 0.31653 0.136951 -0.186202 0.066269 0.021014 0.000834 -0.01058 0.047341 0.160059 0.009082 0.035031 0.092815 0.012857 0.005061 -0.041626 0.023117 -0.091016 0.124793 0.055223 -0.329386 -0.362709 0.148426 -0.810018 -0.121057 -0.008681 0.068685 -0.145619 -0.127697 -0.201955 -0.180441 0.036639 -0.630597 -0.012056 0.08552 0.336364 0.134448 0.020023 -0.259833 -0.253143 -0.257683 -0.144983 -0.052522 0.069712 0.074919 0.18063 -0.20722 -0.091066 0.236683 0.011714 -0.070998 -0.188736 -0.050076 -0.187892 -0.323147 -0.270229 0.131292 -0.09524 0.319798 0.184116 0.459544 0.144428 -0.026567 0.279766 -0.067831 0.234526 -1.430135 0.227722 0.25566 -0.342108 0.188416 -0.27283 0.29223 -0.074366 -0.234632 -0.124553 0.09509 0.18051 -0.183482 0.141034 -0.173118 0.390572 -0.276191 0.267203 0.20723 0.318684 0.148262 -0.051481 0.113319 0.344014 0.152938 -0.120565 -0.379072 0.12788 0.281887 0.009186 -0.004801 0.30663 -0.12141 -0.035289 -0.245046 -0.035971 0.265704 0.156536 1.210692 0.209913 -0.179756 -0.020197 0.302416 -0.107082 0.243582 -0.07356 -0.230404 -0.131689 0.052476 0.48716 0.124869 -0.181439 -0.058969 -0.168456 0.066078 0.347222 -0.129713 0.243545 0.175168 0.036084 -0.252109 0.161477 0.009692 -0.120782 0.016301 -0.060097 -0.088814 0.137327 -0.119995 0.297362 0.158609 -0.204291 -0.251751 0.283109 0.223098 0.346264 0.196993 0.033835 -0.122661 0.421386 -0.24227 0.092578 -0.072989 -0.270535 -0.255041 -0.062246 0.049272 0.002528 0.064842 -0.052217 0.335136 -0.033668 -0.272676 -0.208169 -0.140957 0.26986 2.371142 0.017409 -0.168733 0.202551 -0.158003 -0.160344 0.136051 -0.084836 0.129795 -0.179493 -0.155145 -0.098083 0.097103 0.128328 -0.317306 -0.271164 -0.197055 0.090965 -0.081995 0.078079 -0.055592 -0.047707 -0.219264 -0.034308 -0.399333 -0.098991 0.044825 -0.011583 -0.18572 0.035724 -0.192987 -0.217962 -0.031553 0.302876 0.303585 0.133463 0.078577 0.347626 0.321175 -0.116404 -0.463977 0.20871 -0.125663 0.28661 -0.071874 -0.16553 -0.178588 -0.01069 0.283779 0.424868 -0.187365 -0.210298 -0.049722 0.045354 0.112943 -0.223751 -0.019347 0.104613 0.099405 0.010966 -0.550165 -0.409174 0.09998 0.119054 0.085853 0.10202 -0.128033 0.130669 -0.140355 0.009826 0.138213 0.187806 0.272181 -0.041223 0.049624 -0.380341 -0.108756 0.163498 0.052049 -0.105463 0.360426 -0.133555 -0.046518 -0.011647 -0.037625 0.073252 -0.07138 0.261398 0.272095 0.308953 -0.077787 -0.158353 -0.160439 -0.217347 0.063327 -0.181115 -0.009404 -0.014041 -0.192285 0.716369 -0.091399 0.131692 0.260126 -0.306027 0.254349 0.318074 -0.066932 -0.363464 -0.09544 0.373047 0.023193 -0.052442 0.340414 -0.170725 -0.005796 0.375215 -0.155401 -0.144943 0.235466 0.046975 -0.331788 0.095818 0.06368 0.116124 0.006407 -0.15118 0.119803 0.142086 0.400653 -0.409923 -0.180251 0.151237 0.156636 -0.117688 -0.089851 0.034871 -0.097922 -0.005246 -0.400599 -0.118311 -0.727085 -0.36444 -0.213974 -0.108844 -0.123553 0.108461 -0.031235 0.343993 -0.186634 0.033071 0.505518 0.074899 -0.003961 -0.615373 -0.040645 0.07085 -0.224504 0.238456 -0.116483 -0.076817 0.249984 0.140672 -0.069857 0.206844 0.14702 -0.036474 0.096851 0.052122 0.226356 0.12438 -0.206814 0.201665 0.268306 0.257763 0.001259 0.164719 -0.012723 0.199385 0.294149 -0.358235 -0.096617 -0.268306 0.328584 0.175957 -0.30311 0.252505 0.126335 -0.60349 0.42978 -0.152193 0.294559 -0.017915 -0.115657 0.160918 0.159354 -0.333769 0.017429 -0.04826 -0.207319 0.105293 0.031525 0.216414 -0.121159 -0.108936 -0.058366 0.490039 0.253414 0.00946 0.057668 -0.063236 -0.195535 -0.262804 -0.006765 0.753848 0.014574 0.28924 0.133325 0.207282 -0.100723 0.192648 0.299664 0.156129 -0.260746 -0.283149 -0.328769 0.258632 -0.73159 0.393005 -0.066432 0.007293 -0.273456 0.003235 -0.142784 0.138326 -0.037611 -0.266785 0.000232 -0.239881 -0.125433 -0.071993 -0.008493 -0.178721 -0.188316 -0.231998 0.109829 0.199973 0.330855 0.059392 0.076402 -0.049227 -0.02191 0.216448 -0.193515 -0.342835 -0.449761 -0.149247 -0.248662 0.061016 0.3161 0.326225 -0.268953 -0.287567 0.14618 -0.236078 -0.058559 -0.008758 0.328599 0.00684 -0.311159 -0.025453 0.234924 0.108655 -0.084127 -0.250474 0.185205 0.309441 -0.057053 0.047076 -0.207343 0.189073 -0.137647 0.097448 0.233662 0.006634 -0.008314 -0.156587 -0.140209 0.035391 0.125992 0.142516 0.140214 0.023902 -0.157933 0.21897 -0.693905 0.14807 0.18496 -0.403083 0.029878 -0.025313 0.412746 -0.119258 -0.248344 0.136127 -0.153849 0.033445 0.226372 -0.199846 0.116235 0.263573 0.239353 -0.22074 0.187925 -0.164848 0.09242 0.188748 -0.029223 0.014032 0.366136 0.173662 -0.051201 0.325104 0.253577 -0.320168 -0.296681 0.127523 0.046491 0.157627 0.219403 -0.062734 0.244979 -0.151218 -0.178123 0.21621 -0.274335 -0.018374 0.332141 0.099455 0.130778 -0.053431 -0.120142 -0.818157 0.268451 -0.057962 0.254891 -0.126859 0.166925 0.280622 -0.217169 -0.04593 -0.010627 0.240346 0.128173 -0.063294 -0.150188 0.192245 -0.108001 -0.001301 -0.051108 0.243434 -0.00214 0.335942 -0.003629 0.510207 -0.060929 -0.020224 0.28996 -0.25155 0.120992 0.204957 -0.191773 -0.218574 0.004077 -0.754217 0.013147 -0.00117 -0.023632 -0.222271 -0.230636 -0.076682 -0.352776 0.034299 -0.258795 0.083478 0.00299 0.314607 0.227391 -0.063705 0.013308 -0.276771 -0.310877 -0.249693 0.147084 -0.041633 0.242494 0.149376 -0.096237 0.094522 0.449887 0.040519 0.16891 0.170499 -0.121962 -0.084342 -0.572065 -0.5768 -0.008846 -0.216622 0.175311 0.467143 0.158175 -0.014923 -0.015908 0.310129 -0.131236 -0.04799 -2.154618 0.179933 0.332493 -0.309683 0.003455 -0.190839 0.01887 -0.196238 -0.245528 -0.173169 -0.106913 -0.009797 0.000416 0.056476 -0.255554 0.333546 -0.194802 0.070897 0.214036 0.198449 -0.029592 -0.280212 -0.08623 1.777199 0.149484 -0.174798 -0.106202 -0.154429 0.010625 -0.038213 -0.328296 0.384195 -0.108968 -0.184683 -0.210763 0.233254 0.007361 0.19082 1.421 0.015089 -0.361358 -0.158012 0.193993 0.208385 0.283004 -0.126587 -0.118602 -0.113391 -0.004144 0.248967 -0.110702 -0.438442 -0.201349 -0.052691 -0.045319 0.202364 -0.040381 0.246734 0.14306 -0.201178 -0.310052 0.090449 -0.109493 -0.05551 0.240355 -0.157273 -0.079198 0.163167 0.06792 0.279347 -0.201582 0.006622 -0.039092 0.357742 0.026174 0.291735 0.309422 -0.10922 0.032319 0.284186 -0.07729 0.296804 -0.046618 -0.076105 -0.21385 -0.116504 0.094295 0.203199 -0.003075 -0.211904 0.263954 -0.225477 -0.149776 -0.098813 0.089393 0.175526 1.794256 -0.040288 -0.117869 0.094289 -0.140709\nợ 0.280747 0.249863 0.047241 0.130586 0.085381 -0.135474 0.064515 -0.152706 0.03869 0.072936 -0.226716 -0.140883 -0.250408 0.117289 0.043044 -0.156858 -0.029509 -0.13401 -0.287121 -0.279918 -0.099278 -0.258564 0.131637 -0.351935 -0.094608 0.110464 -0.193531 0.201849 0.114889 0.013259 0.426587 -0.149454 0.109429 0.019991 0.064341 -0.287041 0.120209 -0.287975 0.29957 -0.053514 0.005741 0.104859 -0.097833 0.460616 0.269961 -0.36776 -0.25999 0.1759 0.132558 0.361184 -0.345088 -0.101291 0.248045 0.138774 -0.036783 -0.222626 -0.077562 0.030415 0.090071 0.036178 0.154672 0.000534 -0.153812 0.00832 -0.194085 0.452657 0.079125 0.164681 -0.12301 -0.001642 -0.542158 -0.007654 0.010527 0.131879 -0.30579 0.045579 -0.456154 0.364884 -0.018833 -0.27318 -0.034674 0.417687 0.135597 0.223572 0.073904 0.138305 0.052769 -0.312121 -0.481338 0.083804 -0.340654 -0.323933 -0.132286 -0.118518 0.646972 -0.010032 -0.093414 0.17051 -0.239385 0.179368 0.250568 -0.221168 -0.367465 -0.034212 0.175951 0.146972 -0.381492 0.371932 -0.159981 -0.062222 0.36207 0.039855 -0.076112 0.177637 0.088351 -0.411532 0.111947 0.14547 0.08279 0.188271 -0.379087 0.182421 -0.054622 0.412981 -0.416271 -0.152145 0.087197 -0.140854 -0.331845 -0.068595 -0.217024 -0.312099 0.028932 -0.197497 0.113812 -0.827941 -0.228027 0.110123 -0.15349 -0.035431 -0.050302 0.072659 0.076446 -0.108981 -0.064353 0.21336 -0.028685 -0.175245 -0.89232 0.133606 -0.293441 0.119076 -0.086921 0.078022 0.215708 0.043616 0.195783 0.173958 0.226934 0.041033 -0.043878 0.035238 0.480747 0.049517 -0.096665 -0.015473 -0.058448 -0.012605 0.088343 -0.275138 0.334888 -0.198589 0.105762 0.303745 -0.007866 0.146862 -0.252608 0.188678 0.249662 -0.327975 -0.177514 0.250028 -0.425602 0.077389 -0.461281 0.007815 -0.071193 -0.038979 0.158442 -0.145981 -0.253837 -0.279845 0.065998 0.025787 0.121097 -0.12371 0.236078 -0.216427 -0.263189 0.02504 0.173078 0.216881 -0.062208 0.095076 0.228536 -0.117007 -0.102928 0.01291 1.110553 -0.062308 0.091522 0.23643 -0.190692 0.089662 0.084252 0.126095 -0.047037 -0.381691 -0.292698 -0.241611 -0.229419 -0.423678 0.274473 0.084727 0.191942 0.013049 0.004819 0.241612 0.237011 -0.052202 -0.098235 -0.184301 -0.482371 -0.102193 -0.146843 0.106231 0.040141 -0.147753 -0.056828 0.426719 0.16434 0.318642 0.023212 0.208953 -0.040968 -0.199851 0.161033 -0.420857 -0.469141 -0.163572 -0.04967 -0.236388 0.256449 0.020176 0.031424 -0.153778 -0.019515 -0.087761 -0.008115 0.328528 -0.092515 0.090861 -0.302875 -0.297604 0.218589 0.166607 0.054701 -0.178985 0.042093 0.051933 0.505825 0.130986 0.019189 -0.307084 0.15138 -0.116657 0.199547 0.209081 0.079019 0.060741 -0.037901 -0.034971 -0.153624 0.090705 0.28435 0.135506 -0.067458 -0.0808 -0.036033 -0.443926 0.236872 0.298593 -0.058785 0.189559 -0.158744 0.350292 -0.574127 0.001077 0.053008 0.233073 0.20845 -0.172917 -0.135583 0.145574 0.25766 -0.061082 -0.047852 0.103877 -0.212508 -0.004982 0.146877 0.12234 -0.229377 0.353864 0.047911 -0.17078 0.240733 0.204614 0.018085 0.036888 0.159074 0.245604 0.161752 0.326245 -0.163556 -0.052089 -0.214546 0.057643 0.124829 -0.226168 0.153201 0.30258 0.126475 0.016785 -0.032 -0.171491 -1.595601 0.039958 -0.092134 -0.306653 0.122452 -0.01219 -0.015138 -0.144727 -0.229942 -0.211928 0.326752 0.062439 -0.086013 0.108288 0.289666 0.133204 0.035889 0.060321 0.024799 0.108943 -0.032496 0.017354 -0.021941 0.23861 -0.010732 -0.131941 -0.229698 0.147677 0.006276 -0.337679 -0.197929 0.060571 -0.992061 0.056631 0.061798 0.177508 0.133347 -0.058134 -0.258458 -0.211124 -0.049297 -0.552433 -0.043455 0.000947 0.245155 0.017483 0.074592 0.000359 -0.250044 0.011102 -0.218424 -0.099509 0.14556 0.003797 -0.050095 -0.294008 0.061015 0.309949 0.156883 0.086481 -0.126719 0.092947 -0.349823 -0.084102 -0.238961 0.227043 -0.174611 0.353811 0.311166 0.538567 0.232097 -0.001491 0.388739 -0.069145 0.28164 -1.176118 0.064192 0.25122 -0.084609 0.077132 -0.321602 0.38464 -0.362519 -0.221249 -0.16301 0.115553 0.130033 -0.060444 0.138307 0.06546 0.370228 -0.090776 0.341051 0.245955 0.344469 0.105695 -0.110178 0.097727 0.277561 0.154951 -0.023129 -0.318769 0.00806 0.200665 -0.069779 -0.174374 0.165499 -0.370125 -0.050653 -0.228164 0.089889 0.413586 0.088841 1.234789 0.405938 -0.337221 -0.214222 0.424578 -0.09326 0.236697 -0.069895 -0.23999 0.031418 0.056492 0.41012 0.134235 -0.259216 -0.173787 -0.210165 0.118805 0.268854 -0.036383 0.048926 0.205155 0.073384 -0.325631 0.306307 0.082733 -0.127327 -0.264166 -0.104028 -0.155545 0.022574 -0.25467 0.144444 0.006569 -0.375974 -0.367107 0.386201 0.170815 0.344882 0.058986 0.034997 0.005374 0.464265 -0.301764 0.100658 0.106297 -0.261851 -0.044768 0.105096 -0.034151 -0.035845 0.093925 -0.095479 0.245534 0.036191 -0.14637 -0.145409 -0.030014 0.167069 2.332312 -0.063245 -0.12343 0.197024 -0.038716 0.111269 0.13492 0.076116 0.133514 -0.087717 0.006013 0.164464 0.132433 0.224801 -0.263709 -0.223518 -0.081747 0.027037 0.141873 -0.035407 -0.092031 0.015483 -0.104996 -0.014219 -0.335792 -0.200225 -0.009818 0.134893 -0.288293 0.109746 -0.145828 -0.029439 0.152529 0.300896 0.318364 0.179812 -0.013879 0.31714 0.339041 -0.045245 -0.445158 0.021887 -0.21443 0.196491 -0.003709 0.038301 -0.102458 0.100477 0.300032 0.404172 -0.125339 -0.309988 0.118349 0.086268 0.17818 -0.038713 0.04768 0.098911 0.289881 0.150672 -0.607613 -0.31479 -0.143375 0.215061 0.095986 -0.010733 -0.09651 -0.055096 -0.0843 -0.244246 0.120782 0.165323 0.156213 -0.162964 0.091989 -0.398451 -0.112623 0.090969 0.104459 -0.258146 0.278159 -0.133312 0.055606 -0.018372 -0.10772 0.060695 0.00374 0.257496 0.341907 0.275483 -0.061154 -0.085098 -0.305801 -0.333725 -0.047365 -0.287791 0.054338 -0.198392 -0.111035 0.830488 0.037742 0.164706 0.292219 -0.268178 0.001442 0.325997 0.038996 -0.624755 0.011693 0.526798 -0.023658 -0.056717 0.321225 -0.06943 0.016556 0.233122 -0.114081 -0.026551 -0.112824 0.049117 -0.413084 0.073806 0.072381 0.173188 -0.059886 -0.253402 0.276638 0.059584 0.246226 -0.489387 -0.17459 0.11154 0.14252 -0.105258 -0.236733 -0.156232 -0.231111 0.167868 -0.402548 -0.074215 -0.924431 -0.205228 -0.061653 -0.007884 -0.090053 -0.05186 -0.039458 0.187702 -0.120001 -0.017562 0.403359 -0.177984 -0.065599 -0.657942 -0.150527 -0.216937 -0.055447 0.039409 -0.056029 -0.077834 0.297441 0.10341 -0.185248 0.281281 0.054696 -0.180961 0.106998 0.267025 0.344243 0.040184 -0.264349 0.25058 0.246631 0.130329 0.027763 0.112609 -0.164749 0.133963 0.30348 -0.345128 0.17419 -0.339005 0.281205 0.161489 -0.472258 0.0569 0.204539 -0.490391 0.407438 -0.207317 0.258836 -0.078064 -0.056136 0.242969 0.038398 -0.34626 -0.083795 -0.007843 -0.185574 0.24412 -0.100197 0.203505 -0.198263 -0.139992 -0.011207 0.325758 0.24797 -0.00907 0.142244 0.075378 -0.035026 -0.060334 -0.256238 0.776593 0.073802 0.118623 0.149411 0.06587 0.006984 0.02573 0.216874 -0.182386 -0.202012 -0.272121 -0.21647 0.024191 -0.520061 0.310621 -0.204058 -0.061689 -0.197096 0.027672 0.027609 0.260129 -0.020848 -0.289625 -0.187068 -0.463225 0.018193 -0.081768 0.010982 -0.199155 -0.073726 -0.10168 0.355968 0.178943 0.308722 -0.152013 0.269026 -0.032311 -0.092307 0.058119 -0.122677 -0.387828 -0.302223 0.103089 -0.29666 -0.001195 0.457243 -0.018154 -0.031217 -0.2317 0.253428 -0.199793 0.145295 -0.12403 0.185948 -0.205827 -0.384306 0.044125 0.193352 -0.108781 -0.219349 -0.253995 0.030088 0.309623 -0.067854 0.057883 -0.069421 0.069 -0.200111 0.285374 0.21274 0.241076 -0.018331 0.067807 -0.226512 -0.072318 0.077864 0.332683 0.079273 -0.052146 -0.114794 0.078996 -0.661009 0.247065 0.070654 -0.140309 0.041222 -0.056109 0.369506 -0.281384 -0.236021 0.080863 0.011079 -0.051047 0.225573 -0.18625 0.014517 0.089914 0.235859 -0.186297 0.222302 -0.219949 -0.034204 0.392167 -0.09715 0.201993 0.558724 0.14267 0.02479 0.306139 0.075475 -0.068622 -0.414553 0.177355 0.02193 0.097472 0.508707 0.061414 0.111543 -0.066204 0.022099 0.072241 0.001799 0.047052 0.515063 0.101802 0.166073 -0.122367 0.143659 -0.793178 0.30403 0.054365 -0.093842 -0.071466 0.239867 0.034478 -0.283965 -0.200266 -0.063589 0.299523 0.249067 0.008903 -0.204162 0.425219 0.093708 -0.033839 -0.087185 0.147534 0.095265 0.218583 -0.088941 0.443539 0.151198 0.043175 0.20088 -0.243113 0.16194 0.26482 -0.002644 0.052062 -0.00901 -0.812527 0.239923 0.060935 0.00128 -0.086183 -0.136607 -0.057714 -0.338103 0.081554 -0.2864 -0.030995 -0.121615 0.151657 0.178732 0.039595 0.228486 -0.3079 -0.082431 -0.286051 0.201381 -0.086924 0.131812 -0.054675 -0.152994 0.21792 0.411466 0.085764 0.219106 0.233164 0.068118 -0.291124 -0.320443 -0.493504 0.131311 -0.279447 0.198248 0.531845 0.270425 0.037189 -0.010461 0.421703 -0.214736 -0.044296 -2.014174 0.17208 0.466916 -0.135944 -0.060313 -0.171743 0.07495 -0.347727 -0.241012 -0.140847 -0.159812 -0.027781 0.112245 -0.064429 -0.079 0.32231 0.086983 0.168671 0.217898 0.22214 0.100503 -0.327077 0.005625 1.690116 0.177993 -0.097659 -0.037018 -0.098835 -0.06809 0.002358 -0.403744 0.247188 -0.300458 -0.03584 -0.036521 0.360731 0.116804 0.254124 1.531251 0.211684 -0.374677 -0.26217 0.303471 0.238428 0.298934 -0.040394 -0.193066 -0.092184 0.060651 0.285201 -0.200888 -0.506373 -0.262128 -0.033701 -0.064519 0.105618 -0.127277 0.109621 0.195357 -0.235746 -0.487546 0.279872 -0.046476 0.089908 0.031982 0.017329 -0.227522 -0.037668 -0.099858 0.194927 -0.30402 -0.156606 -0.148995 0.430928 0.048215 0.203676 0.221274 -0.119288 0.108221 0.288012 -0.036368 0.298406 -0.008617 -0.202475 -0.103231 0.055874 -0.019116 0.150147 -0.039753 -0.223658 0.262331 -0.160723 0.124747 0.044099 0.185613 0.061951 1.809759 -0.20297 -0.099857 0.125478 -0.144235\nu 0.22927 0.440637 0.020538 0.043725 0.051303 -0.17566 0.127142 -0.099848 -0.047404 -0.02488 -0.215649 -0.009228 -0.168837 -0.021952 0.258591 -0.287776 0.048145 -0.208151 -0.134346 -0.21075 -0.016982 -0.14267 0.373344 -0.230772 -0.222726 0.106425 -0.17743 0.113246 0.190614 0.04596 0.334459 -0.053379 0.017225 0.10269 -0.053579 -0.34002 0.102207 -0.314577 0.262686 0.226533 0.039274 0.010546 -0.14522 0.306558 0.19814 -0.543969 -0.267386 -0.11997 -0.042835 0.390474 -0.495248 -0.283211 0.07176 0.042674 0.167468 -0.021644 -0.141067 0.03037 0.29749 0.063637 0.215712 -0.08306 0.109123 0.143746 0.131169 0.342852 -0.024517 0.329421 -0.041538 -0.044423 -0.438089 0.128698 0.104812 -0.046918 -0.161404 0.037333 -0.366563 0.392509 -0.134478 -0.222598 0.078505 0.32485 0.153688 0.205808 0.058033 0.371175 -0.101586 -0.143835 -0.434324 0.219405 -0.361919 -0.198041 -0.012196 -0.080893 0.5146 -0.119831 -0.116335 0.057337 -0.218905 0.150371 0.268702 -0.172402 -0.172651 -0.085011 0.120601 0.083913 -0.341477 0.341149 -0.127601 -0.032353 0.499794 -0.04748 -0.23679 0.241793 0.103166 -0.376558 0.141287 -0.057299 0.053428 0.290399 -0.165775 0.228572 -0.071325 0.284431 -0.229949 -0.27444 0.158574 -0.009815 -0.569377 0.005944 -0.133392 -0.401248 -0.091313 -0.142889 0.188309 -0.632976 -0.185091 0.083459 -0.224138 -0.016194 0.136636 0.12421 0.200912 -0.131228 0.058256 0.267688 0.09865 -0.082297 -0.917846 0.127534 -0.226001 0.180261 0.162562 0.1636 0.164475 0.272752 0.059201 0.332977 0.179124 0.212131 0.01925 -0.069602 0.467542 0.041438 0.03499 -0.096057 -0.109179 -0.097903 -0.00706 0.01844 0.292482 -0.086866 5.8e-05 0.189797 -0.108583 0.056367 -0.357436 0.190071 0.341693 -0.273266 -0.084698 0.277986 -0.464446 0.201163 -0.452337 0.101098 -0.082253 0.105767 0.117047 -0.178155 -0.028742 -0.198479 -0.187857 0.235063 -0.051898 -0.072783 0.12994 -0.135509 -0.215566 -0.047086 0.311195 0.24691 -0.14344 0.126436 0.120073 -0.363298 -0.188657 0.169265 1.076452 -0.059002 0.231904 0.188274 -0.109033 0.225059 0.166139 0.200859 -0.098972 -0.268254 -0.370731 -0.350572 -0.169094 -0.559601 0.083276 0.172407 0.198667 -0.191785 -0.066026 0.124962 0.231705 0.027041 -0.118851 -0.096687 -0.345104 -0.22547 -0.194043 0.096487 -0.016851 0.016048 -0.231469 0.1149 0.158005 0.374015 0.166678 0.249571 0.08381 0.080555 0.293664 -0.381374 -0.378708 -0.078002 -0.189445 -0.338095 0.361421 -0.12159 0.216027 -0.225678 -0.184013 -0.151412 0.020907 0.196413 -0.028233 -0.042908 -0.296429 -0.237266 0.240256 0.313758 0.091792 -0.227514 0.000822 0.206187 0.528573 0.089061 -0.051737 -0.259023 -0.070395 -0.028208 0.222487 0.31181 0.089772 0.073363 -0.171132 -0.016328 -0.125842 0.072983 0.384352 0.010903 -0.02414 -0.161627 -0.109297 -0.530742 0.152593 0.361647 0.050091 0.357157 -0.128811 0.391829 -0.334893 0.180326 0.184582 0.163646 0.063743 -0.131545 -0.31677 0.176796 0.205757 -0.009649 -0.139094 0.04168 -0.169045 -0.047093 0.083239 0.148378 -0.186966 0.286455 0.088395 0.008907 0.231156 0.416545 -0.063189 0.023063 0.079175 0.145493 0.151728 0.261356 -0.0045 -0.01698 -0.157838 0.063589 -0.010449 -0.207773 -0.036781 0.201502 -0.034255 0.028747 -0.040031 -0.122644 -1.29193 0.013342 -0.149488 0.086432 -0.05019 -0.14682 0.049798 -0.018402 -0.207116 0.033681 0.251197 0.164232 -0.080893 -0.017279 0.085042 0.158939 -0.018684 -0.062619 0.249109 -0.023318 -0.029083 0.216842 0.15106 0.082358 -0.016359 0.082235 -0.008375 0.083924 0.139749 -0.377429 -0.253043 0.194568 -0.947433 -0.094894 0.051308 0.152099 -0.072039 -0.100919 -0.36699 -0.140173 -0.036303 -0.591695 -0.103963 0.048902 0.220385 0.116181 0.136544 -0.155663 -0.211599 -0.148479 -0.320521 -0.102535 0.053687 0.069146 0.172229 -0.344701 -0.139768 0.214027 0.086231 -0.141652 -0.152532 -0.070685 -0.33744 -0.313425 -0.157314 0.178122 -0.105208 0.198576 0.062385 0.37364 0.179212 -0.136444 0.243363 -0.194157 0.305412 -1.209939 0.052108 0.25835 -0.169549 0.072718 -0.226221 0.393873 -0.09702 -0.411108 -0.160153 0.149941 0.307713 -0.142493 0.203706 -0.083824 0.371181 -0.305378 0.277404 0.077875 0.294776 0.023119 -0.130013 0.177805 0.329289 0.189886 -0.015322 -0.316073 -0.020912 0.119421 -0.134313 0.00702 0.303139 -0.203926 -0.203189 -0.076374 -0.014178 0.154807 -0.002859 1.200199 0.266519 -0.217579 0.00288 0.417708 -0.144163 0.269286 0.006107 -0.314368 -0.034699 0.233059 0.388849 0.119878 -0.150159 -0.070012 -0.319289 -0.02937 0.251891 -0.147763 0.144795 0.315292 0.054669 -0.22254 0.262255 -0.046169 -0.272911 0.039758 -0.161803 -0.236265 0.124284 -0.028465 0.175771 0.160371 -0.223507 -0.341732 0.216999 0.42379 0.23041 0.258892 0.011319 -0.009285 0.44632 -0.184395 -0.037963 0.041817 -0.112083 -0.102347 -0.196215 0.018453 0.006142 -0.021657 -0.018943 0.351572 -0.101978 -0.147793 -0.195713 -0.093345 0.227493 2.35478 0.038845 -0.165171 0.256924 -0.180841 -0.036813 0.12559 -0.103831 0.257093 -0.088004 -0.034875 0.144755 0.055014 0.09931 -0.261072 -0.272237 -0.076501 0.007679 0.11397 0.071562 -0.129114 0.02367 -0.119394 0.18101 -0.327894 -0.104787 0.020273 0.326611 -0.139919 -0.051064 -0.052954 -0.062994 0.084644 0.287132 0.257608 0.140256 0.097923 0.208959 0.332496 -0.293871 -0.507256 0.07587 -0.055435 0.303255 0.111212 0.003529 -0.120996 0.048908 0.274721 0.381567 -0.297075 -0.199375 -0.013758 -0.021831 0.115001 -0.333104 -0.021675 0.13581 0.126501 0.102695 -0.526128 -0.410589 -0.230458 0.261667 0.157323 0.045019 -0.283555 0.208145 -0.017717 0.045352 0.062247 0.114132 0.286663 -0.07555 -0.002943 -0.287639 -0.058891 0.253285 0.002837 -0.206371 0.364763 -0.154893 0.033285 -0.108732 -0.06998 0.186543 -0.142863 0.422817 0.258134 0.1919 0.183977 -0.065268 -0.225158 -0.406346 0.069805 -0.32262 0.033057 -0.049944 -0.055948 0.653434 -0.032277 0.158545 0.210615 -0.209725 0.082967 0.416977 0.031142 -0.409284 0.065103 0.364354 -0.016564 -0.019493 0.286894 -0.110675 -0.020087 0.231687 -0.031343 -0.067479 0.088298 0.026336 -0.390347 0.006616 -0.066303 0.262136 0.079958 -0.032498 0.118412 0.065169 0.309249 -0.263143 -0.21806 0.189045 0.061082 -0.299791 -0.214939 -0.147799 -0.269334 0.062396 -0.401365 -0.065925 -0.709582 -0.443415 -0.141447 -0.14565 0.09077 0.14358 0.174247 0.40172 -0.088771 -0.118423 0.482691 0.055619 -0.080327 -0.676618 -0.169745 -0.170532 -0.083117 0.391637 0.03528 -0.260609 0.409728 0.067701 -0.049254 0.255519 0.112506 -0.048717 -0.021233 0.166221 0.268954 0.195779 -0.046507 0.155731 0.109909 0.154399 0.017921 0.095543 -0.096625 0.00355 0.24395 -0.283406 0.122913 -0.498604 0.23216 0.179488 -0.356151 0.18368 0.197726 -0.499863 0.442714 -0.173588 0.226085 -0.143847 -0.079188 0.203818 0.055987 -0.218301 0.07515 -0.179613 -0.072848 0.167215 -0.025342 0.094183 -0.099717 -0.138448 -0.052221 0.45493 0.256691 -0.120291 0.023429 -0.10227 -0.075405 -0.287291 -0.058827 0.719995 0.175535 0.178097 0.126407 0.053602 0.229258 0.04363 0.101649 -0.100597 -0.110582 -0.40798 -0.486442 0.095761 -0.640348 0.097659 0.106395 -0.019628 -0.294796 -0.01801 0.021297 0.020246 0.164106 -0.19951 -0.13518 -0.316271 -0.05066 -0.067519 -0.017501 -0.268646 -0.019272 -0.277897 0.023033 0.088207 0.439203 -0.012637 0.276715 0.053394 0.019935 0.134176 -0.074159 -0.419021 -0.268456 -0.048557 -0.389963 0.079743 0.252805 0.193421 -0.118001 -0.270599 0.14833 -0.081162 -0.059928 -0.24545 0.105633 -0.113819 -0.228641 -0.044407 0.341893 -0.032845 -0.200877 -0.110607 0.191905 0.267487 -0.071773 0.058938 -0.22417 0.006788 -0.198098 0.21539 0.339253 -0.00591 0.017967 0.03138 -0.13973 -0.084319 -0.019636 0.381972 0.017831 0.058142 -0.173178 0.082788 -0.81849 -0.036883 0.187383 -0.227112 0.128668 0.053327 0.295253 0.065455 -0.161845 0.134791 -0.114887 0.004234 0.216637 -0.275604 0.169436 0.210511 0.237438 -0.243008 0.166566 -0.262344 0.019564 0.325451 0.03545 0.065454 0.355347 0.362332 0.064271 0.270265 0.266707 -0.164689 -0.339091 0.098515 -0.052515 0.084082 0.300424 0.044199 -0.070707 0.083419 0.025091 0.042151 -0.024217 0.069685 0.39213 -0.024954 0.022652 -0.093777 0.058561 -0.68735 0.248786 -0.144675 0.234911 -0.161564 0.104425 0.113742 -0.236893 -0.036208 0.113757 0.236529 0.199764 -0.012395 -0.382963 0.197349 -0.042658 -0.022027 -0.171039 0.284684 -0.047613 0.319447 0.129259 0.516324 -0.11136 0.11445 0.229447 0.03779 0.055137 0.22975 -0.203722 -0.13003 0.000996 -0.808259 0.076127 0.03324 0.040954 -0.195193 -0.271551 -0.254615 -0.336494 -0.05108 -0.317935 -0.041517 -0.088613 0.278334 0.258759 0.116216 0.074194 -0.320479 -0.247492 -0.33265 0.061893 -0.187648 0.139726 0.163351 -0.180837 0.037953 0.299376 0.029996 0.065691 0.188814 -0.071664 -0.436702 -0.513321 -0.489055 0.008064 -0.109967 0.119674 0.346474 0.057683 -0.077067 -0.192151 0.425154 -0.210294 0.043062 -1.972943 0.169574 0.425011 -0.294265 0.138035 -0.153801 0.079302 -0.27529 -0.518161 0.075532 0.025878 0.191689 0.063441 0.050924 -0.153597 0.331157 -0.072066 0.052498 0.027202 0.183851 -0.021218 -0.360394 0.230781 1.53015 0.209163 -0.042217 -0.026981 -0.154987 0.026032 -0.024279 -0.259014 0.338461 -0.267361 -0.380292 -0.039745 0.338553 -0.030703 0.088106 1.420083 0.104789 -0.44508 -0.097687 0.311967 0.262002 0.247953 -0.069456 -0.239503 -0.175334 0.183956 0.308594 -0.258488 -0.390891 -0.213521 -0.149968 -0.143528 0.154611 -0.180605 0.193736 0.163155 -0.240574 -0.329137 0.265557 -0.139725 -0.266095 0.292207 -0.165631 -0.288368 0.174013 0.21447 0.169573 -0.083081 -0.051733 -0.08436 0.241264 0.213608 0.039759 0.361738 -0.110291 0.032095 0.271212 0.080543 0.104352 -0.022914 -0.055346 -0.149766 -0.250071 -0.060586 0.106085 -0.076092 -0.083 0.329735 -0.250804 -0.015372 0.008143 0.128593 0.120713 1.850497 -0.128335 -0.127332 0.065389 -0.11967\nô 0.217754 0.414295 -0.08404 0.042842 0.18613 -0.143021 -0.010099 -0.255343 0.089919 0.025157 -0.197457 -0.02966 -0.12121 0.025649 0.199391 -0.361977 0.011538 -0.087548 -0.17011 -0.290333 -0.004366 -0.115097 0.248996 -0.309333 -0.242632 0.11313 -0.068971 0.11496 0.114821 0.025543 0.253495 -0.084206 0.041204 0.050011 0.022949 -0.325239 0.140709 -0.225108 0.34381 0.029744 0.017231 0.078999 -0.084518 0.383794 0.153043 -0.59975 -0.291589 -0.122835 0.108866 0.230924 -0.450983 -0.145502 0.17456 0.054692 0.210502 0.086948 -0.181925 0.046583 0.222997 -0.013566 0.272927 -0.084432 0.091306 0.094903 0.093111 0.303439 -0.138968 0.180653 -0.064491 -0.097342 -0.53127 0.262233 0.099824 -0.029392 -0.044444 0.089613 -0.250382 0.513556 -0.25269 -0.354183 0.139531 0.490735 0.253336 0.107083 0.023674 0.212701 -0.005781 -0.122646 -0.422062 0.192093 -0.351173 -0.14694 -0.002188 -0.035401 0.681306 -0.216917 -0.079651 0.032859 -0.203343 0.054888 0.262562 -0.277557 -0.130593 -0.098903 0.055548 0.029433 -0.311453 0.38343 -0.107678 -0.161497 0.356969 -0.087919 -0.26618 0.258963 -0.113389 -0.367808 0.086139 0.090228 0.23975 0.1578 -0.16184 0.334329 -0.04661 0.381192 -0.379547 -0.178927 0.136897 0.016706 -0.445669 -0.229016 -0.08481 -0.28675 -0.105028 -0.01281 0.171488 -0.597782 -0.233565 0.081971 -0.175308 -0.264147 -0.056692 0.087529 0.282549 -0.045279 0.09689 0.295441 -0.042695 -0.186232 -0.802172 0.022522 -0.198641 0.087009 0.031479 0.02903 -0.025964 0.25316 -0.072484 0.240355 0.188282 0.270209 0.010391 -0.108867 0.439089 -0.036535 -0.033963 -0.129986 -0.219319 0.010487 -0.04386 -0.065247 0.268978 -0.071471 -0.102934 0.298811 -0.261773 -0.128374 -0.030251 0.20273 0.158341 -0.355914 -0.176586 0.246609 -0.566748 0.169559 -0.396664 0.181842 -0.148102 0.039779 0.029234 -0.173656 -0.168258 -0.20304 -0.265524 0.097585 -0.169524 0.05393 0.15273 -0.187505 -0.210558 -0.034404 0.326319 0.307212 -0.140931 0.042925 0.09117 -0.333934 -0.103374 0.023901 1.135231 -0.020891 0.24062 0.231596 -0.051543 0.090114 0.065407 0.236219 0.070774 -0.38123 -0.347244 -0.2682 -0.238981 -0.667698 0.26308 0.197496 0.263408 -0.211625 -0.247993 0.135165 0.022542 0.005731 -0.119218 -0.014996 -0.372618 -0.289203 -0.242531 0.132818 -0.062476 -0.092373 -0.27012 0.102499 0.137065 0.363999 0.167561 0.126707 0.047903 -0.103877 0.216165 -0.352956 -0.378767 -0.181587 -0.302588 -0.198186 0.444444 -0.081851 0.074096 -0.439242 0.071809 -0.194729 -0.120511 0.138543 -0.06216 0.097578 -0.486828 -0.078822 0.17705 0.196701 0.17547 -0.298251 -0.048405 0.167703 0.548234 0.126213 -0.122797 -0.405023 -0.063967 0.015604 0.036574 0.302677 0.006302 0.22693 -0.144481 -0.075407 -0.149664 0.23348 0.18463 0.193608 0.006788 -0.148433 -0.09352 -0.465271 0.283562 0.363313 -0.062322 0.19247 -0.129238 0.239095 -0.269783 0.099102 0.234448 0.242899 0.060616 -0.026783 -0.177372 0.097556 0.23376 -0.049592 0.049011 0.011762 -0.046404 -0.056154 0.022622 0.242666 -0.34441 0.384597 0.04257 -0.101434 0.400324 0.352188 0.04478 -0.010377 0.14307 0.068258 -0.036173 0.196807 -0.036317 -0.061621 -0.208346 -0.031649 0.159421 -0.208049 -0.074142 0.020772 -0.155137 -0.128061 -0.020816 -0.21131 -1.343728 -0.033255 -0.078281 -0.081728 -0.007072 -0.072792 0.178235 -0.096973 -0.237966 0.090152 0.269097 0.215099 -0.180829 0.189526 0.044379 0.027622 0.059011 0.015982 0.077094 -0.037316 0.049781 0.248245 -0.023303 0.002729 0.005329 0.047506 -0.053072 0.060012 0.177988 -0.234394 -0.244661 0.252099 -0.801557 -0.163061 0.199022 0.18223 -0.108683 -0.133124 -0.407743 -0.186969 0.044555 -0.642118 -0.151602 0.069669 0.260773 0.130828 -0.074119 -0.253289 -0.166863 -0.136759 -0.131735 0.095346 0.038068 0.160082 0.148927 -0.269384 -0.145933 0.227477 0.108288 -0.000676 -0.156442 -0.072476 -0.304012 -0.172589 -0.083119 0.315934 -0.112421 0.145384 0.05892 0.334719 0.207411 0.058756 0.209292 -0.034152 0.387217 -1.437165 0.170341 0.317246 -0.138719 0.173328 -0.254639 0.406395 -0.165894 -0.269144 -0.118807 0.158996 0.242923 -0.206595 0.19656 -0.039518 0.243754 -0.356665 0.170028 0.248205 0.363041 0.020431 -0.013728 0.145338 0.305502 0.090697 0.043819 -0.373126 0.199835 0.132271 -0.019855 0.005085 0.354085 -0.226022 -0.091165 -0.117909 -0.080043 0.248001 0.109217 1.216623 0.17776 -0.364657 -0.123238 0.325953 -0.234542 0.301341 -0.017046 -0.283647 -0.108225 0.218264 0.567848 0.220937 -0.210735 -0.137266 -0.219594 0.081063 0.136434 -0.086997 0.208982 0.250521 -0.006599 -0.352234 0.250928 0.043515 -0.21286 -0.035162 -0.234571 -0.317739 0.181632 -0.175366 0.256829 0.193036 -0.190384 -0.278882 0.36628 0.313033 0.172288 0.232134 0.306948 0.015149 0.368133 -0.363177 -0.017898 0.205553 -0.132964 -0.059688 -0.09532 0.010427 -0.095574 0.241173 -0.069703 0.367748 -0.224109 -0.195497 -0.13298 -0.07931 0.290599 2.342797 0.088072 -0.292724 0.318349 -0.158169 0.060347 0.217039 -0.128029 0.231809 0.010391 -0.086802 -0.139578 -0.131325 0.190855 -0.357846 -0.294713 -0.054392 -0.01044 0.139785 0.09355 -0.240278 0.038383 0.002603 0.137512 -0.376554 -0.110766 0.053364 0.14044 -0.154577 -0.145727 0.028408 -0.015454 0.046429 0.293794 0.221632 0.197363 0.016572 0.222864 0.298505 -0.277987 -0.353948 0.128518 -0.139565 0.310895 -0.018844 -0.041426 -0.086135 0.120806 0.333769 0.407464 -0.28187 -0.324618 0.023378 0.128245 0.067049 -0.176677 -0.069226 0.102154 0.122984 0.252361 -0.370389 -0.352652 -0.285932 0.179112 0.064216 0.085606 -0.203522 0.185467 -0.045744 -0.021282 0.151556 0.11257 0.243946 -0.168675 -0.132363 -0.319138 0.025927 0.314231 0.008974 -0.155903 0.434274 -0.009125 0.121136 -0.135216 -0.227482 0.20906 0.104669 0.542612 0.297146 0.147551 0.008134 -0.010669 0.010518 -0.409824 0.048424 -0.327121 0.204423 -0.05375 -0.144068 0.79336 -0.06348 0.234961 0.193658 -0.217297 0.004723 0.316382 0.095191 -0.381677 -0.025551 0.211425 0.018892 -0.034148 0.316525 -0.035488 -0.035285 0.132869 -0.074809 -0.19111 0.137671 -0.230342 -0.300324 -0.057333 0.061099 0.408377 -0.077576 0.002717 0.25349 0.062485 0.182181 -0.400277 -0.143794 0.006242 0.144104 -0.20099 -0.353669 -0.164018 -0.169815 0.181895 -0.23671 -0.145369 -0.682818 -0.505615 -0.267703 -0.062136 -0.295351 0.051274 0.094382 0.41691 -0.063266 -0.03972 0.513054 -0.134654 -0.160177 -0.579579 -0.142427 -0.07175 -0.097435 0.20972 -0.038625 -0.160586 0.408164 -0.104577 -0.039586 0.244922 0.159456 0.009193 -0.070105 0.319394 0.211737 0.197804 -0.076284 0.288724 0.185723 0.173718 -0.020945 0.167213 -0.222892 -0.117354 0.332238 -0.332289 -0.169249 -0.204354 0.422555 0.00185 -0.408624 0.080302 0.052968 -0.485826 0.340642 -0.174326 0.276278 -0.090931 -0.202997 0.067117 0.124173 -0.272729 0.142246 -0.343437 -0.119094 0.195324 -0.073064 0.008699 -0.084002 -0.087941 -0.11816 0.447977 0.348736 -0.087652 0.00144 -0.158565 -0.061382 -0.111535 -0.221369 0.838794 0.121723 0.13241 0.174828 0.202382 -0.00023 0.039053 0.166189 -0.048838 -0.240276 -0.447884 -0.320201 0.06243 -0.665417 0.229778 0.011795 -0.060621 -0.321273 -0.110105 -0.080941 -0.028264 0.185884 -0.160505 -0.108522 -0.401723 -0.111522 -0.076538 0.038356 -0.242743 -0.00555 -0.291846 0.01846 0.133742 0.375213 0.035706 0.214176 -0.002946 -0.066488 0.034785 -0.056139 -0.374891 -0.333851 -0.086817 -0.289903 0.117147 0.228719 0.104049 -0.395337 -0.189435 0.264279 -0.074672 -0.121241 -0.198197 0.31234 -0.374183 -0.070524 -0.099316 0.1875 0.050561 -0.180127 -0.162851 0.294875 0.326087 -0.010911 -0.007929 -0.341689 -0.025194 -0.066458 0.231653 0.491431 0.08295 0.145628 -0.178135 -0.160534 -0.167259 0.12858 0.222801 0.268593 -0.158522 -0.214827 0.026602 -0.710318 0.027981 0.093123 -0.451296 -0.001308 0.044211 0.204838 0.072852 -0.104013 0.245938 -0.077954 -0.106404 0.226597 -0.134286 0.189632 0.229769 0.287741 -0.316657 -0.045386 -0.123805 0.1001 0.396305 0.234736 -0.056039 0.467134 0.231739 -0.075223 0.481972 0.094578 -0.097616 -0.324203 0.12802 -0.162287 0.022599 0.341896 0.031062 -0.009134 0.009633 -0.06858 0.193361 -0.100871 -0.141811 0.273088 -0.119396 -0.03436 -0.03455 -0.086403 -0.672761 0.154949 -0.060255 0.197138 -0.118294 0.231394 0.266044 -0.277682 -0.106217 -0.007238 0.236616 0.258144 -0.16531 -0.056368 0.211854 -0.138116 0.047824 0.064112 0.150161 -0.01454 0.397659 0.093241 0.356156 -0.074307 0.073233 0.320827 -0.039029 0.077936 0.284283 0.029693 -0.195145 0.075889 -0.712501 0.024296 0.031561 0.06602 -0.241699 -0.32714 -0.213697 -0.218109 0.024842 -0.229696 0.004121 -0.103203 0.240229 0.13769 -0.000271 -0.012375 -0.278107 -0.247446 -0.05142 0.172525 -0.147948 0.332369 0.177963 -0.024308 0.078228 0.293659 0.083942 0.202136 0.184069 -0.113314 -0.249841 -0.433925 -0.376859 0.130622 -0.123141 0.028036 0.288731 0.127916 0.063997 -0.027387 0.315599 -0.12615 -0.04634 -2.20116 0.248424 0.478277 -0.272709 0.152242 -0.233573 0.031985 -0.257676 -0.395702 -0.008447 -0.034166 0.22384 -0.023978 0.04284 -0.073168 0.360665 -0.031205 -0.107264 0.272872 0.321748 -0.202758 -0.323594 0.009134 1.632815 0.114637 -0.039538 -0.043555 -0.035576 -0.088294 0.071292 -0.293495 0.467205 -0.181672 -0.201697 -0.053488 0.295261 -0.011167 0.052348 1.487499 -0.065337 -0.442532 -0.236224 0.235511 0.107453 0.285886 -0.004993 -0.296172 -0.297311 0.070294 0.220785 -0.054569 -0.367288 -0.238715 -0.089918 -0.184308 0.098941 -0.161418 0.18756 0.188199 -0.383774 -0.348263 0.187747 -0.116794 -0.228756 0.286603 -0.231201 -0.263163 0.127474 0.058542 0.250201 -0.071384 0.024417 -0.055584 0.434774 0.088117 0.104825 0.239529 0.115992 0.139943 0.157101 -0.145258 0.171276 0.120939 0.036197 -0.029743 -0.077748 0.017843 0.045798 0.033591 -0.098125 0.257711 -0.323297 -0.010207 -0.038942 0.094782 0.119157 1.845448 -0.096648 -0.187398 0.115024 -0.037363\nủ 0.283995 0.101016 -0.109711 0.092069 -0.174557 -0.149212 -0.006407 -0.05315 -0.127456 -0.194758 -0.216999 -0.164224 -0.295432 0.093112 0.143761 -0.436685 0.074239 -0.336487 -0.045701 -0.314559 -0.148951 -0.07584 0.045293 -0.206095 0.014637 0.066102 -0.139537 0.111131 0.075014 0.132363 0.242612 -0.038705 0.111464 -0.013834 -0.006758 -0.326701 0.094429 -0.164307 0.38028 0.063299 -0.10651 -0.11248 -0.11533 0.51427 0.212253 -0.464675 -0.012281 0.194785 0.02735 0.122906 -0.475388 -0.240719 0.171883 0.01124 -0.051729 -0.240531 -0.081365 0.219875 0.080903 0.226002 -0.057499 -0.106623 -0.117769 0.131201 -0.171212 0.324702 0.100957 0.122852 -0.092553 0.086698 -0.335622 -0.015407 0.262605 0.118774 -0.289542 0.057666 -0.36404 0.324875 -0.030109 -0.289446 -0.068632 0.094485 0.071343 0.133377 0.114498 0.077826 0.268145 -0.16575 -0.314083 0.03385 -0.09888 -0.357286 0.003479 -0.112174 0.788884 -0.176942 -0.240971 0.382013 -0.209274 -0.092236 0.335439 -0.048073 0.014485 -0.135296 0.255732 0.262749 -0.395717 0.337552 -0.20987 0.053583 0.522499 0.009762 -0.102952 0.421489 0.162855 -0.441398 0.064712 0.116993 -0.108726 0.1933 -0.117524 0.444462 -0.030176 0.435923 -0.444551 -0.227353 -0.04155 -0.01198 -0.386916 -0.162043 -0.296704 -0.410034 -0.255677 -0.198991 0.053916 -0.843643 -0.219414 0.227987 -0.148648 -0.062989 0.22069 0.106857 0.042817 -0.00794 -0.057308 0.12469 0.023878 -0.23805 -0.71068 -0.039264 -0.013248 0.278142 0.120239 0.088743 0.055931 0.174331 0.17203 0.071655 0.02464 0.298923 -0.010976 0.191377 0.446692 0.106284 -0.142276 -0.18104 -0.021385 -0.251201 0.197843 0.088477 0.130425 0.231788 0.154539 0.341458 0.071059 -0.110993 -0.011348 0.220016 0.40098 -0.171933 -0.005523 0.172712 -0.31289 0.156848 -0.455204 -0.052189 0.06428 0.151367 0.079014 -0.071595 -0.238453 -0.231794 -0.062882 0.055882 0.214933 -0.154715 0.085133 -0.017776 -0.385832 -0.180806 0.171532 0.351659 0.103553 -0.041535 0.055471 -0.385896 -0.149948 0.089836 1.04367 -0.156097 0.042 0.176694 -0.165297 0.018256 -0.089973 -0.009693 0.040514 -0.385868 -0.213331 -0.069149 -0.156842 -0.586862 0.23256 0.373792 0.320664 -0.0914 -0.257041 0.258818 0.36718 -0.096584 -0.070157 -0.15588 -0.482307 -0.275131 0.007988 0.112359 -0.095254 -0.095952 -0.123254 0.372258 -0.013058 0.407863 0.06786 0.229348 0.082766 -0.30492 0.197275 -0.550622 -0.438982 -0.06167 -0.058408 -0.388234 0.406146 -0.134123 0.242874 -0.305859 -0.147365 -0.185002 0.262433 0.455601 -0.341616 0.086775 -0.21831 -0.332641 0.006276 0.111494 0.09014 -0.246512 -0.191224 -0.251096 0.566793 -0.108499 0.076543 -0.423641 0.181397 -0.127194 0.145032 0.174149 -0.157988 0.151888 -0.101631 -0.093766 0.062037 0.073368 0.097853 -0.011232 -0.347056 -0.095589 -0.120019 -0.335783 0.295149 -0.032048 0.182165 0.291434 -0.109093 0.349842 -0.421021 0.285577 0.073265 0.185836 0.164155 -0.120414 -0.211774 0.110269 0.349166 -0.141342 -0.106853 0.001721 -0.093608 0.173749 0.172927 0.073176 -0.013129 0.35746 0.263854 0.023871 0.28689 0.436607 -0.28205 -0.11955 0.308381 -0.019547 0.189677 0.260622 -0.016056 0.011499 -0.064249 0.036659 0.219275 -0.14283 0.047714 0.322707 0.062157 -0.079419 0.300501 -0.009746 -1.651547 0.015108 -0.332345 -0.070703 -0.316678 -0.022025 -0.131135 -0.159946 -0.232604 -0.009053 0.334795 0.026256 -0.136109 -0.035275 0.11992 0.065586 0.14213 0.191776 0.094953 0.009017 0.122165 0.044197 -0.177425 -0.033396 -0.043779 0.010179 -0.148592 0.303661 0.218005 -0.493317 -0.322972 0.05561 -0.889868 -0.352288 0.174939 0.214411 -0.084026 -0.27683 -0.360078 -0.458905 -0.100405 -0.45885 -0.264792 0.273987 0.213389 0.008325 0.31664 -0.195567 -0.207473 -0.13045 -0.069776 -0.202275 -0.031777 0.132988 0.045316 -0.331463 -0.067056 0.200904 0.014284 -0.132218 0.017577 0.22877 -0.505576 -0.131606 -0.257019 0.228368 -0.101631 0.241246 0.213511 0.290896 0.208991 -0.216802 0.251182 0.140467 0.126685 -1.317696 -0.09788 0.388768 -0.271941 0.110702 -0.412595 0.336501 -0.170207 -0.487007 -0.043033 0.262454 0.049497 -0.097745 0.071941 -0.098423 0.350594 -0.309098 0.234608 0.288257 0.227557 0.170611 -0.192238 0.207429 0.224434 0.029045 -0.135708 -0.528706 0.124265 0.163145 -0.01967 -0.167204 0.218405 -0.064089 -0.041531 -0.207613 -0.113753 0.433073 0.090667 1.09109 0.079973 -0.069734 0.138922 0.357005 0.113669 0.171583 0.192861 -0.167581 0.102276 0.096897 0.496915 0.334024 -0.158992 -0.157738 -0.260017 0.236805 0.012899 -0.112689 0.172758 0.079608 -0.076122 -0.371981 0.210181 0.023037 -0.129234 -0.098198 0.026853 -0.171951 0.189308 -0.129393 0.341517 0.12261 -0.383101 -0.493978 0.245814 0.094564 -0.051514 0.253911 0.152409 0.08334 0.290968 -0.485165 0.041116 0.014641 -0.130687 -0.066816 0.085133 -0.071614 -0.151051 0.039237 -0.075448 0.162064 0.032894 -0.130903 -0.340554 -0.034501 0.413056 2.404852 0.026991 0.061331 0.250465 -0.020009 0.005846 0.118233 -0.044369 0.173103 -0.203255 0.010468 0.049385 -0.001407 0.154358 -0.593954 -0.272002 -0.249293 -0.214293 0.128743 0.05086 -0.262336 -0.023417 -0.304826 0.176897 -0.172582 -0.11916 -0.107046 0.057275 -0.110107 0.050948 -0.18375 -0.001879 0.110175 0.336769 0.240946 0.093056 -0.060864 0.276292 0.260794 0.026405 -0.437355 0.146061 -0.159975 0.180259 0.103057 -0.012884 -0.256419 -0.078352 0.501027 0.411466 -0.269235 -0.240499 0.259911 -0.11757 -0.080213 -0.192333 -0.019026 -0.015702 0.224019 0.118459 -0.687339 -0.379378 -0.054399 0.188071 0.094235 -0.040662 -0.215251 0.055941 0.036643 -0.170412 0.033212 0.172658 0.016086 -0.25343 0.11287 -0.134473 -0.093099 0.084123 0.05306 -0.345746 0.247611 -0.084273 0.022193 0.01015 0.131835 0.054494 -0.243213 0.19551 0.340346 0.174392 -0.009387 0.149796 -0.049791 -0.150901 -0.182122 -0.157309 -0.055276 -0.18913 -0.108541 0.948994 -0.247039 0.170506 0.341236 -0.195015 -0.071928 0.213625 -0.11053 -0.473877 -0.138018 0.623314 0.054939 -0.146812 0.244083 -0.189949 0.111421 0.423761 0.011282 -0.036958 0.245162 0.153388 -0.563081 0.09035 0.130502 0.004629 0.077415 -0.115099 0.430908 0.001804 0.294017 -0.426272 -0.168373 0.030245 0.304394 -0.187057 -0.276233 -0.063057 -0.329836 -0.0288 -0.484459 -0.016885 -0.876799 -0.253853 0.025169 0.006901 0.017821 0.194421 0.032615 0.230723 0.003301 0.121584 0.441589 -0.142398 -0.024873 -0.657697 -0.280493 0.068731 -0.191832 0.162018 -0.184639 -0.137994 0.327238 0.13418 -0.207135 0.091484 0.308341 -0.251581 0.204314 0.19284 0.352845 0.018257 -0.166337 0.041798 0.050594 0.372144 0.247393 -0.079829 0.136194 0.190279 0.352356 -0.41562 -0.087781 -0.105891 0.234462 0.217331 -0.19214 0.133226 -0.052933 -0.289709 0.42617 -0.383549 0.106506 0.052882 -0.037468 0.088342 0.348419 -0.257616 0.080737 -0.022817 -0.11453 0.313705 -0.108693 0.081024 -0.009191 -0.283352 -0.062178 0.28531 0.374257 -0.070201 -0.038921 0.018646 -0.168561 -0.317225 -0.038039 0.747382 -0.044227 -0.036013 0.148479 0.110299 -0.100037 -0.088864 0.226606 -0.098048 -0.202384 -0.285587 -0.218976 0.234031 -0.677913 0.238369 0.078355 -0.029837 -0.044599 -0.211783 0.052487 0.40939 0.025853 -0.446796 -0.34278 -0.437998 0.017476 0.074621 -0.069458 -0.100624 -0.046488 -0.166657 0.20027 0.097171 0.389979 -0.070166 0.212275 0.093676 -0.138817 0.123206 -0.27208 -0.409068 -0.268534 0.058091 -0.385355 0.16155 0.251659 0.154927 -0.341053 -0.325213 0.326949 -0.045028 0.154366 -0.228283 0.204212 -0.118177 -0.29043 -0.095817 0.121184 0.029056 -0.341037 -0.48243 -0.064951 0.213817 -0.18633 0.246284 -0.187522 0.102063 -0.160592 0.240661 0.159921 0.121175 0.053734 0.071112 -0.216209 0.152353 -0.017823 -0.010075 0.063215 -0.120826 -0.129049 0.006988 -0.710035 0.224052 -0.130007 0.137748 0.155712 0.265445 0.373608 -0.115892 0.009375 0.173666 0.00457 -0.007723 0.182153 -0.239827 0.01751 0.338017 0.124262 -0.172645 0.133521 -0.127213 0.072309 0.509279 -0.080263 0.283995 0.516365 0.205802 -0.138253 0.299259 0.261444 -0.254413 -0.29619 0.342375 -0.181596 0.157222 0.410292 0.077256 0.098115 -0.025406 -0.085627 0.11281 -0.273425 -0.061724 0.331623 0.108741 0.117554 0.007463 0.124864 -0.794004 0.42029 -0.247872 -0.005591 -0.298794 0.232103 -0.128851 -0.316849 -0.214475 0.151144 0.115808 0.185716 -0.038066 -0.171236 0.272698 0.144393 0.126253 0.060266 0.062391 0.094413 0.354101 -0.005532 0.276212 -0.048075 -0.161381 0.290575 -0.217545 0.259756 0.195586 -0.203229 -0.21829 0.023941 -0.734032 -0.266306 0.039471 0.129546 -0.085534 -0.294876 -0.013053 -0.335351 0.051283 -0.278878 -0.267599 0.168043 0.164644 0.019409 0.220247 0.054322 -0.276353 0.010423 -0.194349 0.126535 -0.368936 0.338775 0.216004 -0.067921 0.08697 0.469929 -0.224526 0.142367 0.433886 0.059515 -0.396995 -0.370986 -0.686441 0.103607 -0.171553 0.09985 0.355532 0.261628 0.0471 -0.205659 0.338218 -0.023162 -0.066093 -2.100663 0.037445 0.425086 -0.178086 0.031147 -0.186175 0.10754 -0.180003 -0.477248 -0.043612 -0.024975 -0.073397 -0.083469 -0.139645 -0.294947 0.332238 0.050654 0.154912 0.1789 0.159444 0.211679 -0.389114 0.063601 1.677631 -0.09276 -0.183944 -0.14061 0.035123 -0.092347 -0.027739 -0.480488 0.237743 -0.25222 -0.077224 -0.100227 0.17264 0.243894 0.211309 1.380745 -0.028001 -0.24686 0.107628 0.303899 0.381535 0.262378 0.120779 -0.184135 0.029492 -0.157573 0.504827 0.05839 -0.426641 -0.257661 -0.01528 -0.044683 0.005392 -0.145002 0.067562 0.056545 -0.433753 -0.505409 0.168788 -0.039844 0.042149 0.158988 -0.070726 -0.085353 0.121105 0.132243 0.368303 -0.217329 -0.153894 -0.25482 0.410329 0.119916 0.164266 0.305495 -0.010894 0.171053 0.367645 -0.280994 0.255604 0.074349 -0.080429 0.00136 -0.072799 -0.026017 -0.026829 -0.042546 -0.121996 0.414311 -0.296134 0.243886 -0.318753 0.150981 0.172577 1.783171 -0.234299 0.036614 0.231641 -0.118626\nớ 0.001201 0.182367 -0.07266 0.029318 0.241156 -0.196186 0.025534 -0.163714 -0.147412 -0.202452 -0.067075 -0.128551 -0.141482 -0.003794 0.171726 -0.124866 0.019696 -0.165547 -0.307278 -0.119456 -0.150444 -0.021921 0.071707 -0.232077 -0.237977 0.125576 -0.225547 -0.01666 0.16126 -0.035233 0.323626 0.035028 0.105861 -0.048566 -0.058751 -0.367386 -0.007596 -0.372691 0.258938 -0.126274 0.100585 -0.111682 -0.128361 0.461942 0.309621 -0.439361 -0.205462 0.031001 0.134643 0.241793 -0.421903 -0.106303 0.033751 0.121221 -0.165501 -0.315211 -0.1106 0.296995 0.028015 -0.081967 0.212301 -0.247017 -0.187431 -0.100996 -0.104574 0.525782 0.120347 0.102322 -0.158028 -0.08763 -0.276138 0.011427 0.018635 -0.112373 -0.19119 0.055068 -0.435685 0.305373 -0.035148 -0.245695 0.032209 0.409306 0.169005 0.103705 0.111555 0.074263 -0.271923 -0.17678 -0.653302 0.104815 -0.504322 -0.319601 0.049097 -0.101261 0.598699 -0.101841 -0.084927 0.159832 -0.097248 0.181329 0.447003 -0.084774 -0.211581 0.03381 0.206864 -0.021704 -0.372038 0.213202 -0.041085 -0.192103 0.529588 -0.163611 -0.182264 0.117717 0.257257 -0.352216 0.217227 -0.005694 0.086983 0.269997 -0.218669 0.350547 -0.156788 0.308312 -0.332697 -0.288803 0.021301 -0.009303 -0.19882 -0.150197 -0.104578 -0.209038 -0.010977 -0.209523 0.116507 -0.565504 -0.231965 0.007624 -0.140545 -0.014809 0.132071 0.026818 0.129292 -0.149946 0.0071 0.275071 -0.000334 -0.299198 -0.706238 0.06033 -0.177806 -0.104068 -0.124605 0.144305 0.364899 0.148834 0.226477 0.248308 0.237256 0.165717 0.057928 -0.012489 0.558811 0.00316 0.144662 -0.099545 -0.055625 -0.030526 0.131019 -0.015653 0.242302 0.037776 0.074595 0.125412 0.04037 0.087659 -0.016745 0.320375 0.520435 -0.252499 -0.035267 0.373893 -0.491159 0.090637 -0.442442 0.109407 -0.033312 0.119043 0.137893 -0.081063 -0.429354 -0.278355 -0.159251 0.135172 0.020627 -0.051464 0.402464 -0.121725 -0.361948 -0.036491 0.377744 0.161113 -0.15281 0.10582 0.158163 -0.254603 -0.13524 0.018106 1.152207 -0.117166 0.190598 0.094549 -0.188881 0.125321 0.140194 0.262252 0.081466 -0.443633 -0.289501 -0.139796 -0.214371 -0.491461 0.193276 0.174023 0.103927 -0.124989 -0.118435 0.106191 0.493883 0.012718 -0.173902 0.09576 -0.262984 -0.256608 -0.106102 0.083112 0.016374 -0.010223 -0.015418 0.262759 0.14504 0.383728 -0.001291 0.04347 -0.014129 -0.02615 0.185528 -0.485516 -0.292591 -0.200537 -0.098577 -0.105155 0.230202 -0.089388 0.027701 -0.390271 -0.150614 -0.020186 0.094117 0.246264 -0.032356 0.05609 -0.129645 -0.177122 0.262412 0.136635 0.201918 -0.257453 0.029516 0.134191 0.535166 0.132444 -0.139764 -0.238245 0.09029 0.082562 0.091467 0.227087 -0.037532 -0.081041 -0.179304 0.097185 0.037113 0.278533 0.278745 0.106773 -0.287474 -0.130266 -0.017797 -0.431166 0.213656 0.255012 -0.061475 -0.027385 -0.136084 0.329799 -0.545285 0.244706 0.111255 0.093141 0.158809 -0.091986 -0.213908 0.019382 0.268202 -0.11924 0.008806 0.240094 -0.154223 -0.078973 0.191364 0.223773 -0.161247 0.258309 0.016208 0.061857 0.333977 0.45136 -0.14426 -0.049687 0.095283 0.308824 0.208464 0.146283 -0.321937 0.006553 -0.305473 0.23738 0.100034 -0.282645 0.12578 0.178743 0.056983 -0.06078 -0.049679 -0.158479 -1.672827 0.243066 0.011084 -0.012632 -0.079385 -0.072658 0.089303 0.00081 -0.261354 -0.187423 0.472192 0.000986 -0.102202 0.035278 0.142011 0.057243 0.071216 0.287992 0.270306 -0.165224 -0.074757 0.039327 -0.086639 0.031789 -0.035903 -0.064536 -0.118988 0.20519 0.16771 -0.3841 -0.191246 0.262072 -1.00038 -0.080064 -0.021661 0.257142 0.014106 -0.093053 -0.091698 -0.259653 0.065295 -0.641354 0.086785 0.082113 0.248845 0.146741 0.035401 0.005391 -0.260247 -0.137511 -0.275095 -0.086781 -0.040781 0.223278 0.182697 -0.231187 -0.190587 0.287608 0.148685 -0.108352 -0.025466 0.025012 -0.380349 -0.302405 -0.297531 0.213581 -0.125035 0.304049 0.084311 0.530925 0.214797 0.001367 0.372988 -0.284005 0.295448 -1.420651 0.101677 0.347916 -0.326577 0.060884 -0.454142 0.391894 -0.264455 -0.012085 -0.151604 -0.028421 0.331637 0.038711 0.173435 -0.028918 0.215129 -0.193539 0.445945 0.2797 0.314136 0.083786 -0.158915 0.001718 0.304093 0.110012 -0.138056 -0.263307 0.067864 0.362592 -0.040923 0.084572 0.191703 -0.274059 0.002154 -0.232153 -0.027303 0.177078 0.202406 1.352766 0.297947 -0.345511 -0.047161 0.423318 -0.133312 0.215414 -0.09868 -0.185014 0.068395 0.035538 0.499095 0.12091 -0.125183 -0.056035 0.075855 -0.054512 0.197394 -0.047024 0.338677 0.214847 -0.06868 -0.217093 0.216615 0.018501 -0.141408 -0.025539 -0.401476 -0.05905 0.011326 -0.234769 0.201674 0.030883 -0.09405 -0.418861 0.503629 0.278414 0.203512 0.28871 0.116143 0.070854 0.35467 -0.254543 0.117005 0.141144 -0.095672 -0.131999 0.063953 0.073942 -0.104554 -0.00212 -0.136577 0.222926 -0.067555 -0.279297 -0.151339 -0.153996 0.216221 2.354778 -0.033026 -0.045984 0.327725 -0.300832 -0.279236 0.154666 -0.123273 -0.010166 0.009953 -0.048335 -0.030761 0.026565 0.008072 -0.606608 -0.256671 -0.150232 0.11197 0.048321 0.079207 -0.115748 -0.164439 -0.220637 -0.031126 -0.162926 -0.163525 0.193031 0.115452 -0.186239 -0.064456 -0.129215 -0.150098 -0.038044 0.321686 0.262664 0.212334 0.126839 0.322398 0.253238 -0.258519 -0.506626 -0.026189 -0.219023 0.292012 -0.08012 0.115976 -0.190527 -0.057574 0.33501 0.448841 -0.204282 -0.215137 -0.019711 0.153465 0.006319 -0.244672 0.021116 0.048959 0.120492 -0.01081 -0.607245 -0.411206 0.081136 0.110573 0.069431 0.024041 -0.253007 -0.016883 -0.290925 -0.154724 0.274198 0.308222 0.087672 -0.26564 -0.085006 -0.226116 -0.088432 0.089097 -0.007429 -0.065668 0.299393 -0.153363 0.076104 -0.085109 0.008335 0.14329 0.03418 0.294478 0.305299 0.201525 -0.10443 -0.196606 -0.219873 -0.484748 -0.029201 -0.413729 -0.115753 0.127646 -0.250142 0.836876 -0.05011 0.204505 0.292392 -0.191202 0.133479 0.498358 0.188595 -0.549829 0.090791 0.461803 -0.141389 -0.139079 0.1776 -0.114488 -0.07323 0.290786 -0.223147 -0.160667 0.131076 0.128997 -0.482645 0.146541 -0.041178 0.234305 0.078395 -0.146305 0.233433 0.026342 0.270307 -0.337626 -0.21995 0.008588 0.209524 -0.1552 -0.216466 -0.005498 -0.052217 0.13832 -0.45578 -0.13499 -0.660058 -0.256567 -0.055192 -0.066955 -0.081841 0.062256 -0.055882 0.33967 -0.142305 -0.002938 0.445291 -0.277253 -0.190239 -0.475091 -0.207987 -0.087831 -0.235929 0.041961 0.024769 0.006468 0.324521 0.262532 -0.147809 0.300847 0.138211 -0.091131 -0.047126 0.220613 0.215306 0.316178 -0.045274 0.364009 0.221219 0.35098 0.093168 0.079642 -0.031812 0.111367 0.106126 -0.155913 0.004359 -0.181997 0.523037 0.286081 -0.249798 0.12677 0.299545 -0.524777 0.346928 -0.059564 0.409215 -0.012175 -0.036735 0.172126 0.144977 -0.493377 0.02782 -0.157415 -0.165197 0.201347 -0.055675 0.199565 -0.068265 -0.158562 0.01764 0.468899 0.197384 -0.161846 0.081405 -0.093402 -0.237176 -0.189411 -0.208158 0.799163 0.108601 0.180533 0.0612 0.027809 0.086709 0.061055 0.39455 -0.08273 -0.269477 -0.362433 -0.066194 0.183576 -0.632148 0.258035 -0.057357 -0.029915 -0.151042 -0.175113 -0.074305 0.368474 0.160375 -0.408977 0.001244 -0.274551 0.02394 -0.068102 0.018872 -0.185817 0.002041 -0.133452 0.144227 0.301055 0.357463 -0.243286 0.108522 -0.11196 0.056252 0.143498 -0.249673 -0.396628 -0.267065 -0.019848 -0.167416 0.000834 0.367892 0.077154 -0.328845 -0.37021 0.304831 -0.116278 -0.111747 -0.156374 0.248287 0.042153 -0.240688 0.142463 0.246319 0.111482 -0.306597 -0.178127 0.067904 0.338366 0.017999 -0.042924 -0.203494 0.152411 -0.137244 0.161811 0.234426 -0.02202 -0.164798 -0.14346 -0.030839 0.096962 0.19393 0.228415 0.116136 -0.214457 -0.229607 0.23228 -0.735151 0.150196 0.207561 -0.268854 -0.177041 -0.056262 0.237612 -0.207955 -0.040142 0.160846 -0.02678 0.009229 0.187576 -0.211497 0.043541 0.158525 0.176666 -0.254917 0.270511 -0.167736 -0.020145 0.380908 0.060392 0.153775 0.236813 0.103927 0.147191 0.417636 0.234847 -0.197752 -0.425144 0.121793 0.048552 0.199081 0.30193 -0.171384 0.076942 -0.078738 0.182011 0.090263 -0.240713 0.105714 0.398446 0.116964 0.149791 -0.096917 -0.012188 -0.850143 0.364112 0.066709 0.16654 -0.220254 0.171257 0.170757 -0.10385 -0.159671 0.030793 0.35098 0.097657 -0.104417 -0.232235 0.306969 0.004822 0.005347 0.283598 0.337393 -0.055525 0.233317 0.116924 0.388873 -0.030962 -0.032693 0.181612 -0.162409 0.192685 0.286647 -0.16973 -0.131611 0.051889 -0.830382 0.150004 0.139742 0.13982 -0.080699 -0.200879 -0.09944 -0.396482 0.078753 -0.350213 0.087259 -0.059798 0.103295 0.254563 -0.065574 0.018239 -0.30454 -0.318023 -0.193382 0.016624 -0.153506 0.4066 0.154438 -0.050806 -0.001906 0.505759 0.076227 0.208885 0.284104 -0.049959 -0.412824 -0.416586 -0.560295 0.135015 -0.293715 0.091794 0.304528 0.468028 0.029862 -0.004128 0.394832 -0.362429 0.129323 -2.101217 0.206532 0.518647 -0.282465 -0.102906 -0.38302 0.105706 -0.376347 -0.102599 -0.129948 -0.162641 0.065156 0.202271 0.151958 -0.167279 0.162015 -0.058193 0.205664 0.216462 0.237317 0.019578 -0.46991 -0.121595 1.717337 0.137327 -0.167483 -0.003116 -0.102094 0.13749 -0.005142 -0.228481 0.27749 -0.264566 -0.174929 -0.162335 0.229446 -0.082051 0.237238 1.566028 0.049495 -0.457435 -0.03722 0.312872 0.143131 0.356252 -0.134313 -0.103167 -0.110429 -0.012298 0.381696 -0.084397 -0.378861 -0.125811 0.158306 -0.265001 0.120463 -0.083885 0.366393 0.120097 -0.361835 -0.398698 0.23186 -0.018442 -0.14049 0.199199 -0.172134 -0.05965 0.060985 0.00186 0.313032 -0.107819 0.086144 -0.17265 0.61301 0.174483 0.127026 0.451042 -0.004597 0.091413 0.22342 -0.080906 0.27088 0.095373 0.053426 -0.201792 -0.025797 0.097302 0.189182 -0.102137 -0.300573 0.302712 -0.204327 -0.108073 -0.037049 0.090327 0.1924 1.784968 -0.113128 -0.089947 0.201124 -0.266742\nả 0.241488 0.226538 0.066285 0.011236 -0.056099 -0.132383 -0.098337 -0.077826 0.123304 -0.02678 -0.121075 -0.23852 -0.162712 0.01745 0.146395 -0.059361 -0.071046 -0.124433 -0.187188 -0.342117 -0.076717 -0.095049 0.083944 -0.30941 -0.122007 0.258638 -0.220322 0.156912 0.072601 -0.059169 0.283755 -0.216911 0.019347 0.135321 -0.058998 -0.442542 0.14904 -0.236413 0.213335 -0.06883 0.089257 -0.012539 -0.12344 0.500868 0.278908 -0.486502 -0.253149 -0.147817 0.082209 0.301094 -0.44067 -0.209697 0.206048 0.114382 0.087806 -0.195013 -0.180762 0.054937 0.266281 0.107872 0.209538 -0.201161 -0.079923 -0.069234 -0.035592 0.372136 0.067396 0.279198 -0.105203 -0.049852 -0.334616 -0.055438 0.081783 -0.112645 -0.15153 0.076988 -0.491726 0.128943 -0.079795 -0.477469 0.043331 0.214822 0.118504 0.231411 0.027584 0.301011 -0.027644 -0.08336 -0.480255 0.140412 -0.1393 -0.431784 -0.069677 -0.027065 0.596397 -0.090626 -0.046688 0.176019 -0.17414 0.119234 0.27896 -0.150888 -0.145155 -0.029866 0.041674 0.015421 -0.248726 0.390335 -0.105599 -0.085241 0.158582 -0.002287 -0.13196 0.272548 0.148157 -0.278226 0.097184 0.08394 -0.057964 0.171366 -0.393597 0.193279 0.024658 0.452208 -0.261771 -0.293101 0.063614 -0.099523 -0.368977 -0.002094 -0.066236 -0.21835 -0.114579 -0.159585 0.177446 -0.760652 -0.423181 -0.011577 -0.273307 -0.168934 0.024943 0.227406 0.03804 -0.252093 0.094943 0.308845 0.060267 -0.060862 -0.943307 0.012318 -0.183084 0.073045 -0.111135 -0.025233 0.105253 0.246499 0.10905 0.323628 0.148017 0.175698 -0.123539 0.061795 0.459888 -0.113437 -0.02804 -0.00422 -0.149551 0.0324 -0.018066 -0.09668 0.292398 -0.17969 0.033879 0.212963 -0.017502 0.072845 -0.29052 0.163707 0.378468 -0.302486 -0.126228 0.288711 -0.460527 0.203167 -0.46737 0.04035 0.013803 0.108534 0.173089 -0.167368 -0.037663 -0.262072 0.087566 0.132129 0.022011 -0.123995 0.122026 -0.207659 -0.261799 0.001201 0.320683 0.26085 -0.125763 -0.060665 0.081117 -0.148202 0.062479 0.023438 1.244502 -0.128197 0.086013 0.225342 -0.105732 0.130693 0.181984 0.213437 -0.089445 -0.406345 -0.196685 -0.324105 -0.127393 -0.4421 0.190907 0.171793 0.143835 -0.142446 0.08326 0.125862 0.176861 -0.053128 -0.037906 -0.208384 -0.295197 -0.266026 -0.159844 0.118696 0.001491 -0.09998 -0.016142 0.218025 0.109762 0.168418 0.197748 0.236199 0.04934 -0.151386 0.270623 -0.212952 -0.387625 -0.226511 -0.16899 -0.209847 0.454151 -0.003572 0.201613 -0.24863 -0.06155 -0.140398 0.040665 0.274408 -0.013328 0.260227 -0.249796 -0.309557 0.217032 0.184461 0.008912 -0.057167 -0.007439 0.286878 0.445241 0.125837 0.015649 -0.374856 0.03929 -0.218547 0.189297 0.141091 0.020283 -0.105286 -0.108548 -0.160571 0.100905 0.058616 0.268372 0.115165 -0.040432 -0.147482 -0.038909 -0.322316 0.077398 0.232284 -0.040481 0.262757 -0.045538 0.463994 -0.444003 -0.002113 0.110562 0.289887 0.156153 -0.215655 -0.148282 0.283299 0.236913 -0.174385 -0.044728 0.045306 0.041004 -0.121799 0.073144 0.002473 -0.136612 0.123145 0.157179 -0.108567 0.324178 0.237668 -0.137856 0.089483 0.04053 0.081584 0.237788 0.175631 -0.126643 0.02829 -0.231664 -0.087146 0.050182 -0.226854 0.107717 0.281183 0.145146 0.027622 -0.089526 -0.013417 -1.490365 0.079681 -0.112041 -0.057431 0.034973 -0.064992 0.045706 -0.130457 -0.116136 0.027315 0.319796 0.213323 -0.090566 -0.106819 0.082211 0.137229 0.044159 -0.016893 0.110997 0.116557 -0.175077 0.14521 -0.180548 0.005666 0.058108 0.000243 -0.14687 0.049653 0.165875 -0.4234 -0.344943 0.137876 -0.986568 -0.004241 0.014781 0.121278 -0.149979 -0.268593 -0.256959 -0.059498 -0.085623 -0.569903 0.114504 0.016253 0.300522 -0.01927 -0.124606 -0.05917 -0.288633 -0.075559 -0.079201 0.018536 0.177697 0.056217 0.097847 -0.060668 0.153281 0.32495 -0.037688 0.012749 -0.119066 0.013808 -0.325346 -0.411734 -0.033963 0.27287 -0.023784 0.201454 0.109929 0.35257 0.008706 0.000351 0.341269 -0.105283 0.128985 -1.19253 0.216717 0.28326 -0.25348 -0.008592 -0.243669 0.231762 -0.106189 -0.303991 -0.25225 0.08782 0.155301 -0.103934 0.098735 0.015011 0.391143 -0.213211 0.359987 0.055209 0.32549 0.124818 -0.091893 0.166154 0.273602 0.133606 -0.053027 -0.28344 0.073559 0.260055 0.067589 0.046231 0.334436 -0.038793 -0.044372 -0.0107 -0.041839 0.37445 0.057318 1.244646 0.299875 -0.31971 -0.075281 0.37079 -0.023088 0.205896 -0.03067 -0.343217 -0.212154 0.087594 0.408596 0.037169 -0.203388 0.016416 -0.186134 0.02074 0.371455 -0.087367 0.025305 0.261918 0.054146 -0.383488 0.395412 0.111877 -0.073414 -0.038949 -0.188993 -0.158097 0.194742 -0.247727 0.183048 0.144831 -0.327879 -0.233535 0.3736 0.305202 0.262637 0.197848 0.135509 0.052301 0.365096 -0.157067 0.112539 0.072736 -0.204811 -0.143125 -0.048232 -0.109913 0.027273 -0.066001 -0.108146 0.44616 0.046025 -0.021062 -0.235134 -0.102683 0.21385 2.425887 -0.04883 -0.191955 0.250372 -0.066258 0.080673 0.132839 0.03127 -0.00743 -0.17506 0.009168 -0.015189 0.116374 0.175415 -0.347962 -0.216994 -0.134529 0.111282 -0.057925 -0.166218 0.055124 -0.077064 -0.031337 0.120309 -0.316169 -0.148618 0.062649 0.086369 -0.240281 0.085561 0.01651 -0.046508 0.158759 0.292947 0.325158 0.117916 0.024628 0.222498 0.443443 -0.146152 -0.513398 0.143036 -0.253197 0.159412 0.041624 0.075208 -0.071264 -0.014503 0.39085 0.455956 -0.243331 -0.222314 -0.231147 0.110689 0.188847 -0.241699 0.125035 0.139711 0.187657 0.209937 -0.465904 -0.285387 -0.118069 0.285849 0.234675 0.084026 -0.207084 0.015054 -0.143041 -0.069656 0.149345 0.190848 0.232773 -0.187259 0.029535 -0.375634 -0.162523 0.133763 -0.033883 -0.115595 0.405153 -0.17158 -0.187952 -0.0805 -0.151959 0.074852 -0.071327 0.335363 0.437906 0.069675 0.103804 -0.0015 -0.141279 -0.352879 0.020431 -0.148311 -0.074306 -0.096898 0.024781 0.767767 -0.057761 0.163714 0.328043 -0.286372 0.108814 0.257434 0.016636 -0.374927 0.010091 0.419868 -0.167884 -0.011827 0.321945 -0.107857 -0.009487 0.061818 -0.236752 -0.168555 0.097623 0.126258 -0.41677 0.069314 0.088009 0.093636 0.00961 -0.265089 0.312525 0.145536 0.332552 -0.406657 -0.343386 0.073897 0.084241 -0.250288 -0.091492 -0.052577 -0.090146 -0.028285 -0.423606 -0.038975 -0.785283 -0.569622 -0.246594 -0.113343 -0.140072 0.051065 0.188973 0.285887 -0.180526 0.036641 0.410742 -0.134304 -0.0085 -0.803085 -0.106635 -0.166344 -0.161406 0.155254 -0.061898 -0.257594 0.342676 -0.025113 -0.003809 0.159242 0.250532 -0.169493 0.043122 0.33818 0.207396 0.099551 -0.209596 0.211054 0.218839 0.154607 -0.040489 0.151769 -0.165712 0.027033 0.332887 -0.354403 -0.016561 -0.305639 0.300654 0.187418 -0.375229 0.084319 0.141414 -0.457244 0.464012 -0.231288 0.1998 -0.050829 0.0219 0.199717 0.155801 -0.216234 -0.058334 -0.032545 -0.203006 0.159189 -0.0883 0.140542 -0.119097 -0.190019 -0.0153 0.515236 0.297953 -0.140859 -0.191393 -0.041942 -0.140862 -0.113572 -0.196448 0.823877 0.036475 0.210596 0.162415 0.037172 -0.006621 0.112142 0.32119 -0.200889 -0.318653 -0.256479 -0.408986 0.155861 -0.59078 0.336697 -0.043011 -0.169813 -0.304917 0.096167 -0.153597 0.035951 0.031712 -0.28571 -0.232786 -0.30752 -0.107759 -0.086367 -0.014818 -0.137598 -0.119638 -0.19173 0.177065 0.129836 0.24503 0.061429 0.292432 0.049609 -0.165233 0.200644 0.000118 -0.475926 -0.427004 0.024701 -0.147336 0.131425 0.424283 0.1333 -0.229986 -0.219948 0.222505 -0.153828 0.025841 -0.054186 0.321823 -0.090665 -0.337832 -0.05228 0.235115 -0.03359 -0.120205 -0.239137 0.23521 0.168866 0.002108 0.066787 -0.189235 0.016141 -0.193638 0.36647 0.15594 -0.045843 -0.040651 0.094207 -0.265156 0.159597 -0.020389 0.271123 0.025258 0.053527 -0.196135 0.260268 -0.725916 0.057563 0.099722 -0.185559 0.085046 0.117606 0.359007 -0.125047 -0.235535 0.120609 -0.008726 0.054765 0.112334 -0.194008 0.192659 0.260977 0.104564 -0.168192 0.15633 -0.205279 -0.071104 0.254811 -0.11652 0.004912 0.289977 0.24837 -0.085621 0.301061 0.055873 -0.214263 -0.335953 0.092435 -0.201862 0.197992 0.409809 -0.103689 0.044351 -0.054865 -0.12354 0.095959 -0.127315 0.028423 0.474024 0.019579 0.169674 -0.120564 0.172314 -0.708232 0.278359 0.003985 0.121994 -0.022098 0.066364 0.106142 -0.257457 -0.051617 0.172575 0.297234 0.181642 0.040369 -0.138937 0.253578 -0.017648 -0.086589 -0.105325 0.183084 0.046761 0.140098 0.111524 0.273422 -0.063869 0.098131 0.191377 -0.122148 0.098329 0.306953 -0.12794 -0.154032 -0.005042 -0.82848 0.162025 0.043058 0.052565 -0.185256 -0.407028 -0.126662 -0.308821 0.029213 -0.286763 0.16061 -0.050266 0.200647 -0.015814 -0.103554 0.132654 -0.275489 -0.214075 -0.226368 0.203957 -0.047025 0.184488 0.135956 -0.036272 0.218312 0.446554 -0.138006 0.316337 0.272514 -0.028988 -0.337286 -0.650216 -0.4598 0.183803 -0.197633 0.070278 0.477293 0.181383 -0.090445 -0.041809 0.358232 -0.208082 -0.091459 -1.956996 0.214436 0.476545 -0.104852 -0.110124 -0.098912 0.014951 -0.131854 -0.37656 -0.224531 -0.10272 -0.073841 0.01672 -0.074084 0.023653 0.411257 -0.048674 0.223025 0.03122 0.072302 0.056751 -0.399588 -0.014522 1.641415 0.040864 0.058749 -0.025021 -0.048471 0.009002 0.080955 -0.202346 0.385216 -0.083799 -0.157094 0.044713 0.279584 0.179816 0.239538 1.45807 0.188757 -0.488491 -0.201192 0.298943 0.323928 0.274036 -0.062055 -0.239367 -0.145915 0.123938 0.356758 -0.226688 -0.412655 -0.059617 -0.207763 -0.133417 0.280949 -0.090462 0.200433 0.096708 -0.193063 -0.379671 0.262009 0.0046 0.0038 0.236419 -0.033262 -0.041667 0.191151 0.024236 0.128941 -0.114856 -0.168225 -0.048355 0.373706 0.161293 0.115464 0.338572 -0.025956 0.220431 0.189091 0.085732 0.234135 -0.059397 -0.216517 -0.182862 -0.09734 -0.16269 0.09126 -0.11809 -0.242341 0.428625 -0.174181 0.093265 -0.140899 0.070668 0.097693 1.819815 -0.144592 -0.144335 0.242744 -0.08122\nr 0.168827 0.384959 0.06018 -0.047185 0.08876 -0.11421 0.117259 -0.093631 0.01055 0.02782 -0.170201 -0.012938 -0.309324 -0.031981 0.11225 -0.345715 0.223527 -0.186191 -0.074938 -0.206505 -0.088156 -0.034216 0.161295 -0.234513 -0.169252 0.082707 -0.130686 0.133913 0.087733 0.128826 0.286571 -0.102319 0.10896 0.049374 0.00515 -0.209239 0.073679 -0.277584 0.304826 0.076408 -0.09198 0.093322 -0.218038 0.434805 0.171274 -0.465824 -0.132972 -0.074502 -0.009746 0.179068 -0.348549 -0.111149 0.042371 0.130486 0.105164 -0.013482 -0.151567 0.041843 0.456881 0.019353 0.188919 -0.084804 0.062518 0.114384 0.136613 0.308282 -0.090984 0.297144 -0.000778 0.016578 -0.482253 0.123605 0.143289 -0.018747 -0.143896 0.154457 -0.328755 0.436775 -0.037552 -0.302971 -0.044609 0.387065 0.064263 0.163664 0.127001 0.182702 -0.173086 0.023625 -0.352105 0.132534 -0.242235 -0.20385 -0.019349 -0.112687 0.397058 -0.139296 -0.262373 0.044503 -0.241328 0.105001 0.290926 -0.151827 -0.102169 -0.117058 0.153441 0.030133 -0.430412 0.36838 -0.158015 -0.121218 0.579965 -0.112302 -0.123536 0.248564 0.009609 -0.407761 0.127739 -0.047155 0.171202 0.269616 -0.229731 0.211564 -0.023965 0.336775 -0.386925 -0.232965 0.129511 0.074885 -0.47102 -0.03007 -0.192994 -0.205396 -0.150511 -0.140447 0.126661 -0.699002 -0.313687 0.117449 -0.296714 -0.194205 0.058343 0.053558 0.213882 -0.171828 0.082906 0.254097 0.029297 -0.092989 -0.852691 0.110586 -0.174633 0.037234 0.059686 0.125271 0.164761 0.170284 -0.078395 0.334105 0.165892 0.175829 -0.040861 0.038946 0.457573 -0.009375 0.152436 -0.219148 -0.010598 -0.026595 -0.112399 0.017689 0.448016 -0.027769 0.058208 0.235948 -0.067788 0.020506 -0.272108 0.19224 0.328222 -0.187598 0.088439 0.154348 -0.516443 0.304313 -0.544529 0.064744 -0.022435 0.022498 0.213549 -0.085151 -0.071509 -0.114657 0.016284 0.114429 -0.053044 -0.114751 0.173017 -0.037143 -0.240125 0.002119 0.31693 0.101911 -0.058593 0.118923 0.143649 -0.440022 -0.166807 0.134702 1.018538 -0.064867 0.332463 0.220546 0.000895 0.135124 0.204684 0.225726 0.073456 -0.287027 -0.479651 -0.358586 -0.128776 -0.455696 0.113183 0.149294 0.287406 -0.335244 -0.107162 0.169641 0.186991 -0.056853 -0.230596 0.033331 -0.347744 -0.274946 -0.186236 0.174714 0.059414 0.046579 -0.241485 0.152387 0.070183 0.348118 0.289094 0.163169 0.177254 -0.04347 0.40616 -0.412438 -0.415185 -0.162659 -0.249613 -0.342637 0.290611 -0.020042 0.220777 -0.246301 -0.027332 -0.165776 -0.000817 0.255453 0.040579 0.028 -0.284767 -0.213987 0.383491 0.250114 0.267842 -0.1739 -0.000965 0.20128 0.425493 0.149986 -0.119696 -0.237667 0.065773 -0.110757 0.075355 0.27321 0.012036 0.051639 -0.109314 -0.021895 -0.042698 0.175967 0.330349 0.169888 -0.014124 -0.1334 -0.142112 -0.466103 0.133713 0.123285 -0.05097 0.277111 -0.066955 0.500521 -0.418659 0.049841 0.096559 0.16368 0.143991 -0.016941 -0.228136 0.201037 0.319473 0.072905 -0.04519 -0.00178 -0.175297 -0.060101 0.087886 0.123797 -0.103916 0.395709 0.030459 -0.098658 0.274449 0.446115 -0.045317 0.030466 0.0022 0.299962 0.133915 0.148149 -0.108035 -0.084588 -0.231206 0.105993 0.079719 -0.306899 -0.049951 0.179018 0.044032 0.052455 0.017873 -0.218065 -1.319532 0.093578 -0.057476 -0.032093 -0.10106 -0.008621 0.081494 0.100573 -0.250223 -0.015264 0.298095 0.094569 -0.08347 0.02619 0.078575 0.156205 -0.025777 0.012443 0.192237 0.027073 0.009448 0.178996 0.073891 0.060975 0.038636 0.058579 -0.168343 0.102489 0.042776 -0.505097 -0.34227 0.173572 -0.89594 -0.021775 0.021146 0.140946 -0.031123 -0.038251 -0.411729 -0.099343 0.055166 -0.647539 -0.060597 0.057551 0.263376 0.084487 0.132936 -0.174949 -0.170183 -0.135661 -0.102521 -0.204801 0.09151 0.079237 0.056079 -0.271775 0.021581 0.235267 0.011408 -0.06066 -0.175528 -0.03735 -0.173798 -0.20806 -0.203839 0.298338 -0.10245 0.256993 0.189636 0.332103 0.121699 -0.105846 0.324388 -0.015371 0.395817 -1.224633 0.222061 0.283387 -0.247346 0.031874 -0.283206 0.390268 0.032336 -0.355443 -0.211541 0.142364 0.227442 -0.225315 0.278614 -0.041124 0.430083 -0.26508 0.253791 0.155528 0.32059 0.092801 -0.051874 0.270155 0.325292 0.067173 -0.144021 -0.251711 -0.052651 0.127747 -0.042507 -0.045035 0.260154 -0.094689 -0.219906 -0.19012 -0.028261 0.235059 0.126137 1.167117 0.321964 -0.163579 0.003863 0.30457 -0.09123 0.260129 0.036095 -0.325675 -0.000924 0.271592 0.401297 0.118345 -0.165651 0.026867 -0.258005 -0.09911 0.427308 -0.031135 0.096035 0.244733 0.121572 -0.239237 0.315605 0.003765 -0.190174 0.049786 -0.106598 -0.229559 0.139998 -0.180561 0.220946 0.095156 -0.35463 -0.252436 0.123316 0.353037 0.360288 0.244119 0.05378 -0.084895 0.335811 -0.253556 0.031444 0.062277 -0.099605 -0.076932 -0.067361 -0.098183 0.114299 -0.121409 -0.109936 0.23324 -0.050984 -0.243968 -0.274059 -0.169718 0.252323 2.257459 -0.003331 -0.163013 0.214328 -0.090787 -0.13369 0.166744 -0.094129 0.077458 -0.117895 -0.02363 0.014014 0.161833 0.198382 -0.259566 -0.349769 -0.10036 -0.094247 0.113477 -0.02281 -0.160099 0.096602 -0.171373 0.250412 -0.372521 -0.179427 0.096671 0.048459 -0.124857 -0.018112 -0.055979 -0.105867 0.049375 0.18019 0.310364 0.166054 0.011715 0.282633 0.251602 -0.22762 -0.458684 0.092457 0.031973 0.311399 0.023917 -0.075329 -0.112762 -0.054009 0.310009 0.38184 -0.195472 -0.088515 0.011069 0.023489 -0.088096 -0.233191 0.03763 0.094822 0.225828 0.087484 -0.501984 -0.373419 -0.148562 0.379572 -0.025976 0.002345 -0.204846 0.140008 -0.041196 0.092255 0.09904 0.115377 0.28183 -0.049461 0.05984 -0.308927 -0.011123 0.151082 0.05976 -0.109738 0.416989 -0.089821 0.052144 -0.039279 -0.137245 -0.065876 -0.00666 0.298051 0.225306 0.229394 0.037945 -0.073176 -0.025305 -0.294953 0.048991 -0.194032 -0.040433 -0.022048 -0.151811 0.597635 -0.008375 0.013394 0.181741 -0.16499 0.090492 0.280814 -0.049756 -0.31215 -0.060075 0.382909 -0.151712 -0.111183 0.27681 -0.084579 -0.079363 0.324598 -0.10903 -0.146052 0.122915 -0.121464 -0.328075 0.063827 -0.028608 0.252704 -0.028043 -0.037913 0.099729 0.083474 0.333591 -0.46358 -0.119183 0.145728 0.161769 -0.228394 -0.158044 -0.164892 -0.096539 -0.058619 -0.373676 -0.19154 -0.745293 -0.453253 -0.13178 -0.24472 -0.172751 0.074383 0.079623 0.3446 -0.188725 -0.003065 0.406388 0.030383 -0.00018 -0.633766 -0.145486 -0.040606 -0.170175 0.193177 -0.109994 -0.25177 0.300697 -0.009674 0.036792 0.162314 0.09362 -0.059505 0.105229 0.134465 0.238285 0.278743 -0.171037 0.158842 0.211766 -0.0373 0.018953 0.236398 0.015632 0.098936 0.286849 -0.313221 0.074842 -0.381567 0.265225 0.097738 -0.306326 0.403372 -0.002061 -0.586048 0.563245 -0.284049 0.264455 -0.009637 -0.190382 0.273344 0.202566 -0.174431 0.090796 0.040092 -0.168487 0.163706 -0.140806 0.212733 0.015753 -0.142228 0.002154 0.36295 0.113522 -0.003185 0.075657 -0.105565 -0.203311 -0.208177 -0.090702 0.733138 0.167143 0.242979 0.127867 0.086102 0.147055 0.107283 0.140635 0.072364 -0.113118 -0.45151 -0.352112 0.064051 -0.579184 0.078645 0.064096 0.094751 -0.43684 -0.100092 0.060696 -0.006345 0.041867 -0.192575 -0.034676 -0.419446 -0.104945 -0.053419 0.006731 -0.257052 -0.047851 -0.289895 0.045734 0.02756 0.380493 0.000754 0.268932 0.058005 -0.076458 0.212548 -0.082255 -0.493781 -0.383883 -0.090254 -0.290248 0.011566 0.220194 0.183277 -0.150511 -0.177836 0.246232 -0.15731 -0.018056 -0.098138 0.207426 -0.124356 -0.166703 0.092983 0.324667 0.197754 -0.167413 -0.129966 0.146856 0.198118 0.033168 0.018947 -0.083567 0.119069 -0.195135 0.136255 0.342857 -0.002869 -0.017211 0.055365 -0.196775 0.018198 0.135356 0.265042 0.180504 0.02814 -0.113308 0.117905 -0.765582 -0.021205 -0.017506 -0.268693 0.089389 0.034866 0.441978 -0.026345 -0.25281 0.080591 -0.080126 0.057714 0.265129 -0.148123 0.11719 0.296922 0.244257 -0.232672 0.130132 -0.204135 -0.025626 0.219445 0.071534 0.076182 0.469658 0.215394 0.020861 0.344168 0.255344 -0.116998 -0.297363 0.097243 0.067303 0.167672 0.228852 -0.120794 -0.031221 0.051437 0.092752 0.082848 -0.197639 -0.025304 0.326424 0.030573 0.103854 0.016165 -0.015249 -0.713151 0.315732 0.020258 0.177915 -0.144467 0.234607 0.166936 -0.16503 -0.163746 -0.002038 0.284025 0.177512 0.002628 -0.258292 0.233861 0.02577 -0.077234 -0.073961 0.312845 0.061038 0.325256 -0.021573 0.545348 -0.053931 0.088817 0.268347 -0.212381 0.079378 0.125278 -0.253689 -0.20894 -0.04188 -0.761007 0.095917 -0.039749 0.073584 -0.090607 -0.167046 -0.222942 -0.298392 0.035707 -0.344216 -0.066583 -0.049486 0.246919 0.1731 0.063932 0.067344 -0.208861 -0.237461 -0.136071 0.006067 -0.077713 0.177131 0.078576 -0.105649 0.11297 0.356019 0.013659 0.16584 0.165528 -0.082657 -0.164579 -0.387335 -0.478112 0.122036 -0.169117 0.178871 0.430586 0.025586 -0.026427 -0.118791 0.460675 -0.130492 0.097319 -2.019517 0.209881 0.369418 -0.330675 0.016496 -0.21943 0.061251 -0.179731 -0.349447 -0.001792 0.039488 0.077491 -0.061684 0.103765 -0.105591 0.29075 -0.060692 0.084814 0.147997 0.17991 -0.052035 -0.261723 0.192564 1.585651 0.142524 -0.126903 0.104543 -0.248222 0.021117 0.048781 -0.198486 0.292244 -0.095148 -0.3009 -0.093903 0.295998 -0.002097 0.085229 1.401049 0.195749 -0.352286 -0.126414 0.252551 0.255535 0.273503 -0.117635 -0.260615 -0.047139 0.139894 0.196632 -0.163711 -0.355134 -0.14036 -0.14346 -0.127271 0.305342 -0.057509 0.204564 0.137278 -0.217201 -0.372026 0.313083 -0.087042 -0.199572 0.286289 -0.088828 -0.221208 0.18837 0.066379 0.181604 -0.129962 -0.152411 0.029237 0.163011 0.127253 0.191215 0.235341 -0.042759 -0.00846 0.213438 -0.048848 0.016745 0.029794 -0.126531 -0.079167 -0.133172 -0.046443 0.255363 -0.102806 -0.217546 0.224988 -0.269368 -0.084572 -0.067169 0.00344 0.142733 1.762982 -0.090133 -0.088352 0.049564 -0.069669\nâ 0.100337 0.484255 0.078781 0.030772 0.150347 -0.272458 -0.022062 -0.229883 -0.081413 -0.011524 -0.320063 -0.150664 -0.111195 -0.153291 0.206224 -0.325149 0.011513 -0.094365 -0.097061 -0.201338 -0.09195 -0.238293 0.285105 -0.300045 -0.382478 0.218156 -0.107015 -0.00497 0.138606 0.126518 0.412061 -0.077554 0.146333 0.09981 0.047804 -0.266772 0.142057 -0.224316 0.33433 0.021774 0.079037 -0.079824 -0.082902 0.25978 0.217032 -0.682746 -0.420259 -0.354029 0.16777 0.270312 -0.518332 -0.215718 0.138641 0.079192 0.161326 0.006841 -0.135005 0.028226 0.192251 -0.018928 0.360817 -0.056447 0.173001 0.125066 0.115197 0.269816 0.038678 0.332873 0.004932 -0.01554 -0.42179 0.281285 0.133056 0.034777 -0.12585 0.199629 -0.40965 0.400214 -0.200167 -0.180258 0.188174 0.308969 0.072188 0.142888 0.040111 0.219083 0.149327 -0.213023 -0.45617 0.12546 -0.373357 -0.380688 -0.147976 -0.086934 0.625004 -0.270917 -0.115156 -0.058188 -0.127005 0.10009 0.064917 -0.220189 -0.038991 -0.307937 0.213924 0.124116 -0.492126 0.343658 -0.074514 -0.213061 0.459943 -0.164867 -0.246283 0.123201 0.072604 -0.390749 0.116374 0.083366 0.10628 0.272572 -0.175067 0.281028 0.001135 0.369077 -0.241013 -0.24676 0.258239 0.03753 -0.608194 0.155329 -0.014852 -0.379945 -0.155301 -0.168786 0.08783 -0.56579 -0.241748 -0.015434 -0.280032 -0.084738 0.129672 0.017695 0.356081 -0.045309 0.031477 0.197128 0.297769 -0.094224 -0.752383 0.108668 -0.19427 0.144055 0.131159 0.076382 0.124921 0.152319 0.06995 0.277792 0.228739 0.248749 -0.073401 -0.049502 0.359444 -0.076728 0.001896 -0.159344 -0.203994 0.050282 -0.123463 -0.092013 0.13708 -0.0473 0.024273 0.211022 -0.302459 0.148301 -0.221331 0.23196 0.135887 -0.337926 -0.1013 0.147844 -0.502269 0.433857 -0.458025 0.072459 -0.211917 -0.002929 0.132329 -0.253481 -0.187064 -0.121672 -0.089036 0.204492 -0.185182 0.043911 0.126076 -0.273842 -0.239992 0.003433 0.306496 0.225802 -0.14516 0.142874 0.101111 -0.340525 -0.087522 0.012275 1.105064 -0.102711 0.292117 0.089295 -0.01661 0.06935 0.115226 0.271254 -0.143574 -0.219061 -0.329896 -0.306925 -0.178111 -0.574893 0.201501 0.060674 0.226024 -0.216354 -0.165346 0.173053 0.04415 -0.097017 0.10124 -0.087991 -0.22559 -0.250424 -0.370644 0.114753 -0.154112 -0.02342 -0.177102 0.134886 0.269584 0.401288 0.201608 0.129192 0.081847 0.074115 0.317422 -0.425167 -0.344534 -0.085518 -0.182054 -0.221698 0.348278 -0.105283 0.167305 -0.308698 -0.103695 -0.331312 -0.11975 0.157603 -0.061187 0.065999 -0.457019 -0.118814 0.248316 0.210792 0.086148 -0.111022 -0.056709 0.183401 0.520187 0.1884 -0.060002 -0.27397 -0.108976 -0.032697 0.206686 0.30794 0.145675 0.232959 -0.190963 -0.055322 -0.0318 0.162694 0.390809 0.10529 0.019722 -0.154061 -0.081086 -0.662225 0.347558 0.434755 -0.024976 0.331459 -0.221698 0.196043 -0.425414 0.380803 0.255743 0.106991 0.061006 -0.030548 -0.178803 0.269088 0.419726 -0.070075 -0.261968 0.048207 -0.035235 -0.052568 0.019986 0.234602 -0.238777 0.411035 0.141641 -0.0721 0.365763 0.433305 -0.009794 -0.004019 0.224269 0.033697 0.056491 0.274126 0.078734 0.01592 -0.02915 -0.024077 0.106673 -0.224601 -0.126078 0.187733 -0.128266 -0.087917 -0.100733 -0.115791 -1.261397 0.071802 -0.065869 -0.043705 -0.074287 -0.160379 0.157545 -0.017778 -0.263185 0.059621 0.215308 0.4906 -0.108269 0.093472 0.167952 0.154301 -0.251534 0.063653 0.159403 -0.015375 0.049075 0.193681 0.054173 0.083257 0.028615 0.120104 -0.059195 0.041143 0.145277 -0.437515 -0.355071 0.163295 -0.88826 -0.165773 0.121009 0.165594 -0.251605 -0.120432 -0.337472 -0.085096 -0.101229 -0.720587 -0.06086 0.267893 0.225438 0.096952 -0.060059 -0.184174 -0.238542 -0.198961 -0.220324 0.041999 0.112509 0.005615 0.182279 -0.234501 -0.184271 0.176691 0.088067 -0.29513 -0.173307 -0.070688 -0.305355 -0.325031 -0.219995 0.302117 -0.089545 0.169027 0.046096 0.40755 0.102335 -0.089224 0.393721 -0.023445 0.185772 -1.308807 0.125853 0.355453 -0.128978 0.111351 -0.280849 0.486278 -0.059603 -0.429257 -0.091307 0.316423 0.315525 -0.329335 0.095842 -0.253234 0.127775 -0.290288 0.131657 0.224539 0.20282 0.230296 0.082957 0.03959 0.340294 0.277634 -0.000721 -0.260438 0.128171 0.084269 -0.074279 0.047712 0.460499 -0.208547 -0.08222 -0.085076 -0.01757 0.301827 0.015253 1.091499 0.150984 -0.208019 0.031273 0.334663 -0.1664 0.179069 -0.071808 -0.141098 -0.026238 0.150448 0.534703 0.177939 -0.123696 -0.296166 -0.255722 0.133463 0.171819 -0.214494 0.316012 0.365612 -0.019806 -0.204435 0.35125 0.085451 -0.166327 0.13728 -0.262482 -0.531053 0.167146 0.00465 0.243899 0.071915 -0.272528 -0.275895 0.30035 0.3666 0.122921 0.41004 0.191235 -0.131689 0.562537 -0.319996 -0.047411 0.112331 -0.182767 -0.296237 -0.202858 -0.003154 -0.129914 0.251486 -0.24508 0.479094 -0.189694 -0.053466 -0.112259 -0.055229 0.142819 2.422358 -0.021823 -0.171292 0.348447 -0.056939 -0.121541 0.259452 -0.013664 0.178998 -0.037228 -0.116846 -0.107022 -0.138084 0.065709 -0.397443 -0.2748 -0.144447 0.028756 0.042315 0.004779 -0.160018 0.083896 -0.009756 0.238772 -0.312317 -0.065873 0.040189 0.116641 -0.193599 -0.12783 0.172689 0.003256 -0.050681 0.223753 0.197636 0.340842 -0.055155 0.33453 0.328772 -0.167988 -0.451869 0.071508 -0.069804 0.364313 0.014924 0.041357 -0.114789 0.165889 0.458805 0.383075 -0.445195 -0.395337 -0.224856 0.159969 0.053983 -0.287913 -0.10523 0.175888 0.148618 0.043821 -0.451189 -0.344668 -0.33422 0.27537 0.176922 0.126414 -0.150599 0.346686 -0.069868 0.024457 -0.043033 0.205944 0.254613 -0.203468 0.030871 -0.262602 0.010246 0.327505 -0.025386 -0.258758 0.515354 -0.161431 0.152882 -0.129088 -0.040022 0.295402 -0.135584 0.489455 0.301074 0.113029 0.028009 0.019542 -0.147269 -0.457249 -0.032152 -0.338928 0.021546 -0.191327 -0.122176 0.715627 -0.073298 0.332162 0.182501 -0.188006 -0.023792 0.271286 0.090825 -0.299502 -0.06486 0.43793 0.076518 -0.278962 0.302459 -0.053936 -0.22432 0.206397 -0.063344 -0.234921 0.19016 -0.060482 -0.461251 -0.18246 0.013756 0.309402 0.238451 0.040523 0.163907 0.02855 0.19436 -0.392238 -0.148429 0.153038 0.072597 -0.172727 -0.075866 -0.137911 -0.195643 0.143521 -0.295099 -0.135276 -0.625767 -0.66935 -0.267902 -0.207943 0.053438 0.126135 0.155891 0.630702 0.032797 -0.085556 0.407088 0.212631 -0.085138 -0.52203 -0.097486 -0.139659 -0.13063 0.357985 0.082275 -0.23836 0.25256 0.053944 -0.028367 0.386251 0.094725 -0.100526 -0.085752 0.223105 0.239655 0.220119 -0.054859 0.170013 0.17549 0.122951 -0.098476 0.108708 -0.211391 0.010841 0.253643 -0.299724 0.084356 -0.497203 0.351722 -0.035124 -0.394004 0.109482 -0.067781 -0.477205 0.632976 -0.084759 0.209514 -0.236239 -0.089521 0.041716 0.06497 -0.358352 0.13626 -0.017871 -0.070571 0.088394 0.07314 0.028437 -0.200796 -0.062106 -0.078388 0.458429 0.265814 -0.180054 0.033262 -0.002886 -0.039431 -0.141567 -0.133981 0.75014 0.262212 0.121969 0.032065 0.155325 0.080836 0.064058 0.113599 -0.169656 -0.054317 -0.471274 -0.395863 0.224806 -0.591943 0.167498 -0.053669 -0.008687 -0.331037 0.093215 0.007291 -0.165153 -0.011416 -0.059355 -0.192643 -0.257696 -0.100911 -0.132503 0.050277 -0.309552 -0.030886 -0.251304 0.059833 0.198071 0.397009 0.018958 0.112502 -0.025409 0.068368 0.099997 -0.039763 -0.411674 -0.274973 -0.005444 -0.305026 0.09831 0.320476 0.178406 -0.268895 -0.255678 0.110713 -0.174841 -0.085331 -0.174769 0.27289 -0.275969 -0.128956 0.030174 0.245061 -0.037869 -0.014957 -0.17362 0.378626 0.245552 0.091714 0.122821 -0.11115 0.023722 -0.253052 0.233439 0.4483 -0.026696 0.232609 -0.116411 -0.106285 -0.05806 0.189508 0.322383 0.178621 0.084289 -0.294716 0.072463 -0.912393 0.028739 0.180293 -0.386479 0.12238 -0.000819 0.155633 -0.059282 -0.05613 0.186208 -0.140581 -0.051024 0.186576 -0.089915 0.296095 0.351097 0.223605 -0.498305 0.167334 -0.055148 0.187044 0.282899 0.151143 0.001021 0.494309 0.400585 0.024231 0.519988 0.220087 -0.102563 -0.367088 0.156597 -0.025978 0.136131 0.368331 0.057135 -0.055551 0.112021 -0.060105 0.218888 -0.054502 0.021048 0.37767 -0.166658 -0.125564 -0.118139 -0.035029 -0.676981 0.354301 -0.002755 0.159411 -0.097205 -0.091551 0.21825 -0.169053 -0.034726 0.092347 0.160536 0.381419 -0.020269 -0.266127 0.214676 -0.08584 -0.087962 -0.073352 0.201436 -0.135621 0.411276 0.212505 0.35325 -0.078207 0.11381 0.201289 -0.025023 0.083657 0.278641 -0.349864 -0.313128 -0.012981 -0.78938 0.093227 0.124613 0.007957 -0.35166 -0.335184 -0.233811 -0.209477 -0.056353 -0.3558 0.079471 0.198261 0.280006 0.224011 -0.046741 0.014223 -0.264853 -0.459549 -0.025456 0.106683 -0.074923 0.135412 0.270226 0.022847 0.070341 0.323576 0.039523 -0.041191 0.203725 -0.170909 -0.274201 -0.598818 -0.445432 0.084063 -0.130272 -0.006495 0.308394 0.19657 -0.027072 -0.127674 0.509249 -0.100111 -0.068308 -2.047611 0.195733 0.493761 -0.226244 0.2456 -0.163158 0.073443 -0.178211 -0.551383 0.088216 0.074613 0.143967 -0.107564 0.031035 -0.284435 0.23384 -0.024145 -0.104963 0.18843 0.141442 0.076136 -0.277661 0.004134 1.49822 0.293833 0.026363 -0.071859 -0.20049 -0.06003 0.029731 -0.18588 0.553061 -0.334109 -0.286327 0.002947 0.334436 0.05749 0.089951 1.402973 -0.047846 -0.388859 -0.135457 0.211443 0.197504 0.130423 -0.057927 -0.17232 -0.24487 0.098635 0.359692 -0.125639 -0.285694 -0.310378 -0.132844 -0.174745 0.239011 -0.282999 0.308219 0.117929 -0.319618 -0.280726 0.377891 -0.080996 -0.177465 0.476153 -0.18279 -0.412865 0.05189 0.243744 0.172546 -0.131739 -0.056624 -0.112777 0.294837 0.093616 -0.033523 0.396026 0.045448 0.035071 0.345471 -0.025126 0.10929 -0.020751 -0.079593 -0.315175 -0.195436 -0.157048 0.082852 -0.017375 -0.214064 0.419479 -0.351186 0.072308 0.089374 0.165445 0.01589 1.951126 -0.299356 -0.153857 0.123116 0.048804\ny 0.269677 0.336577 0.113767 0.044097 0.059486 -0.069782 0.200773 -0.148951 -0.094888 -0.026569 -0.244823 0.030693 -0.179893 -0.128892 0.179292 -0.390307 0.15511 -0.189048 -0.073949 -0.255203 0.01174 -0.134581 0.395993 -0.400127 -0.314439 0.068974 -0.186396 0.109254 0.215538 0.252596 0.402154 -0.107186 0.059352 0.095118 0.015255 -0.376288 0.095585 -0.402254 0.124287 0.231556 0.006881 -0.109725 -0.31038 0.312169 0.191222 -0.494941 -0.220353 -0.272557 -0.11688 0.309821 -0.516944 -0.296681 0.016796 -0.03033 0.25606 0.034896 -0.0772 0.087196 0.307703 -0.031204 0.206104 -0.103635 0.197814 0.187405 0.288957 0.289119 -0.07058 0.354496 -0.058626 -0.13454 -0.384382 0.1401 0.113322 0.051275 -0.23871 0.133666 -0.323992 0.410178 -0.115483 -0.158791 0.087408 0.269096 -0.025594 0.157348 -0.032826 0.457168 -0.134123 -0.033109 -0.391013 0.224899 -0.330787 -0.307822 -0.002789 -0.094794 0.59307 -0.177104 -0.135241 0.041879 -0.191851 0.210344 0.204607 -0.222503 -0.152842 -0.031667 0.067291 0.060463 -0.320738 0.435473 -0.070871 -0.112026 0.366293 0.09352 -0.392098 0.243689 0.094992 -0.430353 0.150221 -0.009512 0.080244 0.308206 -0.284781 0.243021 -0.182486 0.147606 -0.206682 -0.270651 0.323285 0.000754 -0.565541 0.129695 -0.064131 -0.382403 -0.133682 -0.188981 0.236092 -0.585705 -0.177136 -0.049089 -0.168179 -0.062047 0.156121 0.220023 0.154388 -0.137369 0.003152 0.288288 0.141229 0.05141 -0.836575 0.077883 -0.165892 0.18444 0.136249 0.141107 0.09837 0.243717 -0.049349 0.242312 0.315543 0.160867 0.044392 -0.057582 0.609666 0.029187 0.041773 -0.097955 -0.027392 -0.145115 -0.074872 0.030529 0.374665 -0.080231 -0.00828 0.082452 -0.21978 0.029969 -0.365014 0.195936 0.43006 -0.193333 -0.044119 0.265897 -0.485044 0.24644 -0.525521 0.126127 -0.069589 0.062451 0.035843 -0.060359 0.00089 -0.157642 -0.253836 0.326167 -0.165618 -0.098973 0.156662 -0.205548 -0.259127 -0.056713 0.399389 0.184967 -0.086002 0.165656 0.02873 -0.339404 -0.11927 0.205118 1.084367 -0.004378 0.271077 0.207522 0.005502 0.210849 0.173892 0.2484 -0.104832 -0.242067 -0.329984 -0.552966 -0.05834 -0.56206 0.007665 0.136833 0.174197 -0.268135 -0.223821 0.068749 0.134657 -0.01058 -0.042156 -0.071072 -0.323859 -0.241699 -0.169017 0.151989 -0.088462 0.014381 -0.264961 0.059984 0.159182 0.241909 0.208206 0.223082 0.082621 0.136145 0.312321 -0.434427 -0.410976 0.004011 -0.208872 -0.42981 0.445862 -0.067558 0.16789 -0.284467 -0.124374 -0.163449 -0.011772 0.19786 -0.104108 -0.048977 -0.304054 -0.229697 0.200299 0.32043 0.108494 -0.221488 -0.04336 0.176756 0.46773 0.034728 -0.037678 -0.319229 0.006156 -0.075871 0.13135 0.368556 0.076219 0.127033 -0.221942 0.011827 -0.057952 0.197595 0.335175 0.082501 0.095702 -0.205309 -0.170325 -0.639996 0.008236 0.410789 -0.054236 0.437612 -0.085038 0.328386 -0.321674 0.109484 0.186903 0.213668 0.095737 -0.153532 -0.329965 0.23931 0.125716 0.075912 -0.144067 -0.04623 -0.333505 -0.045475 0.057885 0.087959 -0.118604 0.334478 -0.034883 -0.009794 0.240693 0.536082 -0.069903 0.138971 0.161889 0.1921 0.031295 0.312898 0.081704 -0.080124 -0.183447 0.088912 0.043971 -0.144751 -0.066772 0.145067 0.080257 0.095941 -0.092171 -0.27317 -1.2448 0.150236 -0.091884 0.050618 0.05351 -0.046478 0.045529 0.086288 -0.275793 0.003163 0.27683 0.275271 -0.070792 -0.050683 0.058933 0.155161 -0.017837 -0.126861 0.193929 -0.045176 0.03024 0.303244 0.213041 0.098323 0.016145 0.122926 -0.036585 0.155226 0.14186 -0.380555 -0.232912 0.321628 -1.033514 -0.019263 0.054268 0.12162 -0.108104 -0.085848 -0.509352 -0.12903 -0.060196 -0.717705 -0.142315 0.018515 0.266921 0.184549 0.152446 -0.210122 -0.191194 -0.037386 -0.238846 -0.077695 0.07724 -0.031485 0.063966 -0.417478 -0.169103 0.300417 0.084339 -0.210582 -0.237431 -0.083293 -0.223224 -0.380548 -0.203069 0.123648 -0.067172 0.251995 0.063919 0.332136 0.226549 -0.096395 0.258283 -0.211847 0.289637 -1.317322 0.029342 0.127163 -0.176103 0.033587 -0.25939 0.385216 -0.159421 -0.45795 -0.112482 -0.010341 0.297045 -0.284179 0.173401 -0.107543 0.357771 -0.364528 0.199547 0.241712 0.475408 0.044792 -0.070376 0.160123 0.335163 0.105939 0.110906 -0.219055 0.013442 0.12778 -0.174187 0.110973 0.266177 -0.164859 -0.138908 -0.103825 -0.01023 0.135977 0.012124 1.260086 0.306198 -0.240119 -0.080814 0.4199 -0.15247 0.247913 0.02729 -0.371369 -0.137465 0.22224 0.433365 0.058124 -0.190405 0.035697 -0.357704 0.010448 0.196513 -0.101807 0.217515 0.349924 0.1195 -0.343566 0.116176 -0.007676 -0.16476 0.076669 -0.08316 -0.339898 0.059586 -0.091411 0.165715 0.114571 -0.302748 -0.418448 0.238631 0.432276 0.210223 0.273186 -0.113592 -0.050641 0.480361 -0.126659 -0.083743 0.027495 -0.041355 -0.055681 -0.16042 0.043894 0.015156 0.183959 -0.080884 0.460998 -0.058797 -0.139124 -0.187959 -0.162775 0.229614 2.329939 -0.048054 -0.123001 0.24977 -0.073931 -0.077607 0.11233 -0.05607 0.313515 -0.091307 0.048589 0.17001 0.043326 0.069249 -0.187204 -0.334018 -0.05577 -0.001687 0.075249 -0.010284 -0.169599 0.084455 -0.091683 0.164767 -0.343383 -0.057133 0.01271 0.292215 -0.363575 -0.132313 -0.080744 -0.042412 0.103879 0.308252 0.385593 0.224417 0.064454 0.284807 0.356617 -0.226211 -0.584009 0.059255 -0.068647 0.186222 0.080542 -0.035399 -0.255874 -0.033213 0.301189 0.44685 -0.228931 -0.134994 -0.160616 -0.074166 0.022024 -0.354982 -0.041148 0.141788 -0.006837 0.221885 -0.439193 -0.33972 -0.121157 0.224261 0.093972 -0.025813 -0.338447 0.339472 0.003471 0.1978 -0.011932 0.057763 0.271428 -0.049388 -0.080676 -0.251387 -0.134341 0.252601 0.053569 -0.303628 0.477187 -0.126457 0.080704 -0.066787 -0.073036 0.153001 -0.181044 0.355888 0.082947 0.075595 0.172333 -0.054072 -0.172299 -0.414458 0.071291 -0.325507 -0.173554 -0.048492 -0.065947 0.709315 -0.08879 0.151894 0.21974 -0.222852 0.099988 0.372876 0.067095 -0.343351 0.132962 0.344211 -0.040714 0.047144 0.343841 -0.014109 -0.098497 0.141082 0.059243 -0.179022 0.110264 0.087119 -0.443305 -0.084581 0.029482 0.291291 0.153192 -0.166486 0.124246 0.05974 0.270506 -0.29424 -0.151055 0.311951 0.082019 -0.275113 -0.095878 -0.122197 -0.244486 -0.019817 -0.486774 -0.060438 -0.598056 -0.454391 -0.210079 -0.11497 0.093085 0.218815 0.224647 0.363152 -0.096079 -0.191 0.514144 0.205988 0.026556 -0.586898 -0.186061 -0.201566 -0.183891 0.334878 -0.061653 -0.311924 0.36252 0.027158 -0.090905 0.421517 0.068501 -0.021365 0.035878 0.248621 0.208547 0.226071 0.054083 0.19485 0.073094 0.160612 -0.041499 0.11534 -0.112594 0.027428 0.15726 -0.370363 0.084377 -0.587902 0.262712 0.195798 -0.305204 0.188514 0.215709 -0.599966 0.547322 -0.229671 0.202095 -0.192952 -0.168089 0.134585 0.209928 -0.26401 0.106658 -0.145795 -0.083056 0.155356 -0.085182 0.089558 -0.161409 -0.161628 -0.111645 0.519534 0.108963 0.029749 0.029142 -0.180404 -0.085355 -0.255488 -0.007898 0.725497 0.231088 0.177767 0.093215 0.094701 0.262178 0.054569 0.096684 -0.092024 -0.109094 -0.453172 -0.698804 0.162706 -0.5926 0.035247 0.169635 -0.013738 -0.350584 -0.069499 -0.053441 -0.125295 0.14595 -0.151132 -0.172959 -0.309647 -0.087438 0.000726 0.028038 -0.313844 -0.063383 -0.285356 -0.026651 0.089185 0.364318 -0.038949 0.318843 0.047107 0.076892 0.168697 -0.117615 -0.486016 -0.214385 -0.074168 -0.392939 0.13779 0.212226 0.158284 -0.156094 -0.205553 0.060623 -0.184432 -0.091746 -0.358412 0.13701 -0.110541 -0.187869 -0.059913 0.352372 0.069363 -0.168361 -0.079766 0.110097 0.250598 -0.107277 -0.024382 -0.30524 0.006046 -0.177297 0.145403 0.356942 -0.055825 -0.010317 0.017282 -0.066572 -0.036144 0.11283 0.367014 0.094114 0.147753 -0.145139 0.07017 -0.870915 -0.168357 0.275565 -0.326696 0.25156 0.072195 0.200755 0.103914 -0.158504 0.07016 -0.008596 0.045465 0.212408 -0.227043 0.243742 0.197439 0.287537 -0.238739 0.04671 -0.334305 -0.00226 0.233359 0.037192 0.074571 0.311422 0.403025 -0.017731 0.341813 0.31955 -0.156384 -0.165614 0.121713 -0.005809 0.094038 0.313296 0.163342 -0.221254 0.256688 0.015824 0.100605 0.082505 0.028461 0.359795 0.09726 0.121655 -0.091773 -0.080582 -0.640573 0.317275 -0.093524 0.206608 -0.128555 0.225698 0.112841 -0.109651 -0.039422 0.028105 0.313552 0.3012 0.025883 -0.349033 0.211461 -0.02794 -0.015753 -0.1805 0.275336 -0.109357 0.362232 0.180883 0.581747 -0.066927 0.209135 0.251299 0.05461 0.090297 0.251124 -0.239249 -0.14153 0.141748 -0.803948 0.18834 0.019015 -0.023793 -0.21655 -0.242142 -0.381908 -0.368885 -0.075831 -0.391418 -0.118808 -0.054303 0.308216 0.335414 0.016413 0.038663 -0.355288 -0.252903 -0.280624 0.056595 -0.13287 0.0429 0.010593 -0.23049 0.015261 0.354705 0.054109 0.086086 0.067801 -0.082203 -0.383502 -0.583609 -0.534818 0.01452 -0.098048 0.206667 0.417965 0.017013 0.011096 -0.105702 0.428636 -0.168435 0.145446 -2.039961 0.151223 0.355695 -0.332103 0.156101 -0.238557 0.148694 -0.406833 -0.555268 0.159106 -0.045994 0.186566 -0.009576 0.055015 -0.221506 0.335988 -0.218443 -0.092928 0.115522 0.253561 -0.061133 -0.313228 0.291073 1.47532 0.07218 -0.016076 0.021604 -0.133462 0.089239 -0.033586 -0.174578 0.296281 -0.245953 -0.380589 -0.088244 0.323415 0.031004 0.060238 1.379802 0.076328 -0.559881 -0.198469 0.308109 0.233392 0.230179 -0.109924 -0.290585 -0.294754 0.183791 0.287635 -0.32721 -0.361975 -0.049615 -0.183915 -0.061108 0.121355 -0.124001 0.299938 0.138678 -0.167525 -0.451432 0.116011 -0.110165 -0.203451 0.266338 -0.178693 -0.477306 0.12562 0.231135 0.10591 -0.140867 -0.145769 -0.142591 0.335928 0.222506 -0.02602 0.455918 -0.140568 0.1148 0.248668 0.120194 0.033387 0.024056 0.011411 -0.04239 -0.253148 -0.005359 0.067618 0.122269 -0.130191 0.359059 -0.195248 -0.029324 -0.012802 0.121705 0.058876 1.804207 -0.04878 -0.18136 0.018038 -0.134298\nv 0.041459 0.023351 0.169747 -0.049464 0.061319 -0.081486 0.066732 -0.125396 -0.064697 -0.031835 -0.158347 -0.110816 -0.235866 0.014347 0.22876 -0.299314 0.099886 -0.143916 -0.322812 -0.182541 -0.00255 -0.042476 0.127677 -0.244438 -0.019959 0.035921 -0.098877 0.170323 0.063087 -0.285531 0.196057 -0.029499 0.071816 0.119681 -0.105412 -0.317988 0.052539 -0.303162 0.371355 0.096368 0.159391 0.059352 -0.345482 0.536729 0.189859 -0.591957 -0.128793 0.189323 0.132424 0.34758 -0.443432 -0.055538 0.184395 0.136536 -0.155904 -0.156883 -0.041653 0.088898 0.199485 -0.120306 0.308419 -0.164974 -0.03849 0.001077 0.004314 0.476979 -0.105186 0.199618 -0.056319 -0.090953 -0.524467 -0.017499 -0.004941 0.180472 -0.125091 -0.058235 -0.286909 0.24643 -0.162779 -0.291103 -0.102067 0.233933 0.135721 0.206647 0.04536 0.314433 -0.018077 -0.185992 -0.479578 0.144823 -0.263396 -0.263568 0.03817 -0.035916 0.488227 -0.122108 -0.158617 0.090882 -0.166707 0.1451 0.2248 -0.268737 -0.260883 -0.130875 0.007967 0.110246 -0.326512 0.47442 -0.177204 -0.209506 0.222623 0.076799 -0.109778 0.377236 0.100064 -0.332813 0.102295 0.066642 0.037048 0.106333 -0.279018 0.286394 0.046114 0.547185 -0.201965 -0.113446 -0.115109 0.02686 -0.243987 -0.221797 -0.035215 -0.124894 -0.191832 -0.055648 0.119736 -0.70166 -0.476819 0.031887 -0.187912 0.083287 0.035573 0.089754 0.2742 -0.231933 0.13609 0.290115 -0.03247 -0.197467 -0.718585 0.050143 -0.162615 -0.072223 0.028042 0.104253 -0.027592 0.245231 -0.032266 0.297488 0.175295 0.261806 -0.094167 0.020425 0.492147 -0.076119 -0.05854 -0.036143 -0.069479 -0.079421 -0.019121 -0.288712 0.244867 0.05114 0.161207 0.165026 0.047156 0.121595 -0.1354 0.013366 0.351284 -0.157217 0.070038 0.252127 -0.438935 0.274852 -0.413624 0.039604 0.059978 0.005362 0.163442 -0.165861 -0.237483 -0.143397 -0.046396 0.022446 -0.117076 -0.141308 0.132477 -0.228026 -0.122888 0.039814 0.26859 0.108059 0.060712 0.144834 0.129034 -0.206797 -0.140985 -0.003746 1.16929 -0.051436 0.096098 0.159081 -0.182945 0.028238 0.104256 0.02612 0.023702 -0.321366 -0.440234 -0.318944 -0.23302 -0.548222 0.152078 0.249949 0.285582 -0.177224 0.045732 0.302354 0.150377 -0.345146 -0.151184 -0.066934 -0.285015 -0.289235 -0.148742 0.010817 -0.058351 -0.229944 -0.258102 0.168005 0.113351 0.279555 0.082515 0.199398 0.03449 -0.085358 0.262414 -0.546536 -0.41768 -0.324466 -0.260811 -0.282624 0.408539 -0.071934 0.115582 -0.302942 -0.221486 -0.214509 0.028154 0.256289 -0.265279 0.144024 -0.32425 -0.216377 0.227644 0.293523 0.110799 -0.147902 0.014402 -0.054318 0.612555 -0.013074 -0.056315 -0.407456 0.016294 -0.045937 0.13009 -0.004162 -0.187538 0.097031 -0.119875 -0.071319 -0.15735 0.277378 0.35376 0.199064 -0.130799 -0.164052 -0.021891 -0.309672 0.198447 0.287096 -0.20627 0.126847 -0.210375 0.417842 -0.337875 0.112314 0.129746 0.304227 0.185671 -0.040215 -0.267473 0.188293 0.237692 -0.14883 0.08232 0.059732 -0.239936 -0.120941 0.006251 0.076551 -0.29331 0.242045 0.043899 -0.170526 0.43865 0.453515 0.003011 -0.081589 0.148216 0.246532 0.070594 0.04546 -0.1146 -0.178472 -0.295277 0.009643 0.164409 -0.233277 0.012137 0.185965 0.013935 -0.000326 0.02292 -0.072806 -1.707637 0.059309 -0.074811 -0.053498 -0.15929 -0.151219 0.152672 0.033251 -0.274707 -0.130759 0.225023 0.059718 -0.224892 0.14243 0.162844 0.175051 0.068958 0.021844 0.184866 -0.081741 -0.055191 -0.032076 0.027774 -0.032702 0.112359 0.015197 -0.136842 0.106885 0.080972 -0.38746 -0.26792 0.199276 -0.785374 0.025412 -0.048437 0.13757 -0.160767 -0.118177 -0.384421 -0.132681 -0.019296 -0.614699 -0.118545 -0.004973 0.246454 0.066907 0.012807 -0.233664 -0.163945 -0.033858 -0.190522 0.046477 0.126637 0.000439 0.064066 -0.224503 -0.091235 0.266006 -0.051337 -0.040556 -0.03123 -0.062254 -0.313354 -0.205257 0.019568 0.130766 -0.024302 0.13835 0.13452 0.485218 0.290831 -0.045381 0.482412 0.0523 0.345717 -1.271948 0.06873 0.291 -0.243291 0.126869 -0.229293 0.352802 -0.170778 -0.218094 -0.203221 0.189471 0.089374 -0.156482 0.2145 -0.017553 0.245352 -0.321807 0.143529 0.290442 0.301348 0.16314 -0.104848 0.205929 0.369182 0.160678 0.005931 -0.278361 0.161748 0.149296 0.025125 -0.093177 0.349844 -0.190987 0.006226 -0.135928 -0.090955 0.255762 0.183587 1.228269 0.12283 -0.220982 0.029761 0.35688 -0.080868 0.175622 0.169013 -0.276691 0.033427 0.266285 0.411446 0.105071 -0.194062 -0.013133 -0.311195 0.121922 0.118503 -0.121898 0.022194 0.156159 -0.017616 -0.346006 0.161231 0.088335 -0.101677 -0.077557 -0.132863 -0.012685 0.143899 -0.251014 0.140064 0.135988 -0.25749 -0.348162 0.358684 0.199636 0.339561 0.090394 0.164307 -0.092413 0.256308 -0.285573 0.010827 0.205355 -0.233904 -0.319406 0.021068 -0.022475 -0.102308 0.098655 -0.046399 0.229181 -0.061295 -0.252772 -0.113927 -0.055212 0.284972 2.239018 0.061344 -0.148026 0.227775 -0.068497 -0.152249 -0.014155 0.134109 0.002308 -0.086935 0.066336 0.040421 0.076075 0.019885 -0.38755 -0.151424 -0.074912 -0.090776 0.039593 0.171096 -0.105973 0.146521 -0.218234 -0.099345 -0.288897 0.041156 -0.016681 0.157759 -0.022037 0.088131 -0.139286 -0.010598 0.099915 0.309645 0.066446 -0.040901 0.059213 0.172894 0.288081 -0.276764 -0.371083 0.052304 -0.206067 0.216111 0.162547 0.093602 -0.055416 -0.152469 0.325276 0.422167 -0.231 -0.054019 0.037829 0.071945 0.147509 -0.263442 0.037432 0.093145 0.278484 -0.093649 -0.49661 -0.228886 -0.039731 0.167181 -0.088653 0.081433 -0.083149 0.030235 -0.126993 -0.015625 0.202218 0.01314 0.205106 -0.20684 0.003839 -0.342828 -0.208637 -0.079722 0.256161 -0.133024 0.152188 -0.012483 -0.077418 -0.198795 -0.036451 0.013522 0.020816 0.245528 0.492304 0.092262 0.136077 -0.097355 -0.083419 -0.294243 0.033061 -0.24805 0.025056 -0.020589 -0.067778 0.829715 -0.094584 0.083076 0.101316 -0.158211 0.096068 0.221542 -0.165077 -0.367127 -0.111798 0.158223 -0.113088 -0.208496 0.386435 -0.127177 0.058627 0.149961 -0.075822 -0.09086 0.257833 -0.029003 -0.430767 0.137974 -0.012122 0.11061 -0.079574 -0.199104 0.330614 0.082972 0.304386 -0.22762 -0.054016 -0.046607 0.260427 -0.107179 -0.254245 -0.011874 -0.057584 0.054866 -0.252614 -0.078 -0.771283 -0.581495 -0.23004 -0.097666 -0.05981 -0.016154 -0.005383 0.384205 -0.315193 0.203127 0.486805 -0.094923 0.028856 -0.686461 -0.072299 -0.016003 -0.24733 0.150735 -0.119657 -0.192886 0.410946 -0.076084 -0.002372 0.222125 0.197718 -0.107002 0.021428 0.238894 0.276665 0.207157 -0.019595 0.26076 0.18944 0.102094 -0.084923 0.195765 0.000979 0.207538 0.211571 -0.332123 0.012264 -0.405767 0.057441 0.146766 -0.232895 0.252823 0.082847 -0.476358 0.453172 -0.259352 0.182197 0.141057 -0.094843 0.133613 0.115817 -0.193716 0.045022 -0.016092 -0.117954 0.005377 -0.042587 0.123502 -0.160458 -0.015173 -0.059834 0.393831 0.209738 0.060416 0.038518 -0.059663 -0.030444 -0.220209 -0.173617 0.835324 0.112339 0.072063 0.136552 0.082771 -0.101284 0.131252 0.093244 -0.047834 -0.196255 -0.323916 -0.344883 -0.008608 -0.743987 0.237553 0.069667 -0.115015 -0.201997 -0.010857 0.040381 0.16807 -0.067911 -0.427346 -0.092748 -0.379645 -0.129502 -0.14096 -0.141004 -0.278947 -0.162672 -0.313172 0.140451 0.119749 0.288506 -0.099517 0.326885 0.063442 0.020414 0.137451 -0.316134 -0.37614 -0.48031 -0.149171 -0.280728 0.062109 0.32406 0.150515 -0.230531 -0.350825 0.18649 -0.14105 -0.014906 -0.100885 0.274921 -0.219479 -0.226271 -0.067435 0.30034 0.081772 -0.185654 -0.135487 -0.045416 0.380795 -0.169445 0.102801 -0.139036 0.177768 0.005685 0.348853 0.253326 0.020275 -0.007409 -0.115802 -0.23829 -0.004087 0.140518 0.173528 0.263165 0.031834 -0.165372 0.134441 -0.625419 0.04037 0.026024 -0.372265 0.063722 -0.038914 0.331758 0.021844 -0.111778 0.137094 0.043833 0.051596 0.22834 -0.146064 0.065564 0.189598 0.043163 -0.229986 0.093248 -0.222787 -0.120056 0.224655 -0.039343 -0.053482 0.334979 0.04942 -0.015281 0.373545 0.293016 -0.149359 -0.305978 0.235109 0.139338 0.139135 0.259234 -0.085588 0.085998 -0.131872 -0.096149 0.057696 -0.102013 -0.111694 0.272664 0.088496 0.114915 0.039113 0.004817 -0.927828 0.240569 0.010338 0.151372 -0.250186 0.122199 0.319843 -0.084275 -0.373759 -0.15118 0.139378 0.308191 -0.061451 -0.017622 0.303792 0.11268 -0.004324 -0.053196 0.187622 -0.128641 0.122636 -0.090456 0.532611 0.038586 0.071718 0.262817 -0.227579 0.20854 0.21576 -0.093008 -0.104935 0.079367 -0.689652 0.135807 -0.079433 0.08958 -0.318275 -0.121462 -0.047544 -0.304215 0.019354 -0.343243 0.051099 0.036682 0.024994 0.051066 0.045187 -0.054747 -0.122175 -0.074273 -0.340833 0.173435 -0.071856 0.283571 0.115962 -0.075276 0.058752 0.381022 -0.008896 0.058468 0.345147 -0.089625 -0.295087 -0.406125 -0.432504 0.036628 -0.151317 -0.014346 0.294306 0.289503 0.191967 -0.037273 0.32885 -0.023783 -0.018838 -2.051352 0.103877 0.393101 -0.244722 -0.077327 -0.065146 0.09755 -0.181245 -0.320289 -0.257797 -0.054798 -0.039584 0.044398 0.057037 -0.173203 0.256591 -0.219052 -0.001102 0.321166 0.110094 0.03332 -0.271433 0.077819 1.860566 0.061275 -0.005826 -0.038428 -0.03254 -0.073428 0.061939 -0.295973 0.523231 -0.096212 -0.135087 -0.154818 0.24084 -0.038073 0.246251 1.510973 0.002477 -0.210472 -0.103656 0.274581 0.268959 0.152738 0.170775 -0.170433 -0.089188 0.164396 0.145639 0.094721 -0.440851 -0.127484 -0.292058 0.116235 0.108583 -0.178197 0.000265 0.07373 -0.179508 -0.47987 -0.028747 -0.071762 0.005322 0.161288 -0.112383 -0.083645 0.050169 0.013824 0.151831 -0.06917 -0.106466 -0.116339 0.350895 0.045423 0.246895 0.219365 -0.112796 0.102863 0.199659 -0.170254 0.163493 0.080353 -0.088263 -0.284968 -0.047727 0.021372 0.137274 0.01538 -0.186418 0.213792 -0.309982 -0.058393 -0.044704 0.122471 0.186865 1.656149 -0.037482 -0.144246 0.157331 -0.035142\n5 -0.185738 -0.361276 0.102269 -0.172788 0.514759 1.03846 0.004768 -0.051355 -0.003769 -0.29513 0.514699 -0.282573 0.012227 -0.372454 -0.165094 -0.211303 0.222702 -0.081431 -0.492938 -0.170675 -0.11891 0.237397 0.000594 0.331048 -0.292917 -0.166551 -0.138872 -0.489123 -0.324432 -0.049532 0.195297 0.286161 0.445699 0.642983 -0.309826 0.330554 -0.187791 -0.044762 0.63821 0.066421 0.164977 -0.04429 0.097359 0.37637 -0.072985 -0.18264 0.349414 0.064066 -0.15915 0.241868 -0.275876 0.475725 -0.045798 1.074934 0.125603 -0.658493 -0.358715 0.061438 0.860118 0.418944 0.43096 0.261709 0.16876 0.190351 -0.012751 0.598585 0.052966 0.312224 -0.142284 0.051738 0.143148 0.007341 -0.199866 -0.239217 -0.233704 0.427819 -0.34511 0.333671 -0.271424 -0.293259 0.22179 0.268252 0.462605 -0.13267 -0.423307 0.564122 -0.148307 -0.334977 0.030263 -0.228455 0.355992 0.030646 0.404997 0.37734 0.0745 -0.37384 0.128477 0.045307 -0.842574 0.084417 0.114601 -0.461923 0.029092 0.223213 0.744847 0.144326 -0.807772 0.377757 0.232895 -0.127581 0.286732 0.043574 0.34248 -0.208087 0.116215 -0.636046 0.315679 0.146936 0.235549 0.145412 -0.367466 0.265884 -0.234851 0.163022 0.260877 -0.675064 -0.034838 -0.27908 0.301673 -0.391742 -0.553537 -0.059143 -0.104203 0.126391 -0.329717 -0.136896 -0.618446 0.316131 0.036071 -0.653508 0.076724 -0.199254 0.476859 0.386563 0.062153 0.577525 -0.257763 0.618272 -0.988249 0.35425 0.14734 0.019551 -0.052223 -0.046329 0.236338 0.463171 0.658554 0.004233 0.063647 0.217291 0.250098 -0.334513 0.418761 -0.096612 0.023262 -0.128807 0.363449 -0.732854 0.071378 -0.073439 0.486285 0.011628 -0.682353 -0.850133 -0.590753 0.380481 -0.037465 0.328045 0.426583 -0.526822 0.197039 -0.196064 -0.601713 0.235405 -0.303321 0.149141 -0.300533 -0.440351 0.331063 -0.13576 -0.425612 -0.197889 0.156289 0.171514 -0.069702 -0.182616 0.080128 -0.065956 0.166738 -0.55679 0.347132 -1.160882 -0.204037 0.083318 -0.425069 0.085232 0.211948 0.177395 0.656398 0.351906 0.118173 0.06483 -0.174773 0.164234 0.983674 0.401806 -0.214662 -0.309881 -0.691483 -0.148727 -0.481883 -0.510683 0.047542 -0.405575 -0.264043 -0.051365 -0.599733 0.053891 0.191148 -0.587284 0.420595 0.02679 -0.141202 0.204291 0.405637 0.317956 0.057602 0.464756 -0.574716 -0.405872 0.627555 -0.387672 -0.306883 0.355208 -0.426214 0.704318 0.769562 -0.154271 -0.506091 0.302649 0.097278 -0.265264 0.699066 -0.660719 -0.452321 -0.236119 0.2344 0.222967 -0.629904 -0.353218 0.27686 0.180413 -0.208189 -0.06458 0.603955 0.55609 -0.48288 -0.00245 0.221391 0.198329 0.719799 0.234833 -0.196247 -0.339863 0.145613 -0.608974 -0.144446 -0.087099 -0.285565 0.438809 -0.415851 0.581639 0.436743 0.176051 0.320155 0.151447 0.094038 -0.282943 -0.430221 -0.579131 -0.049518 0.139602 0.139889 -0.06172 0.938163 0.505913 0.082931 -0.552547 0.466282 0.422451 -0.116818 0.13603 0.923809 0.28033 -0.124419 0.329257 0.258557 0.398124 -0.244771 -0.07111 0.217292 0.354665 -0.332722 0.606691 0.102162 0.502981 0.15795 0.254902 0.188767 -0.13223 0.150191 0.342053 -0.252986 -0.142799 -0.198885 -0.509322 -0.048105 0.381856 -0.260707 0.427141 0.045269 -0.50445 0.175597 0.318678 -0.171261 0.289234 -0.813145 0.095158 0.311877 0.69255 -0.337725 -0.477902 0.287136 0.204773 -0.740033 0.360698 0.56874 0.267382 -0.155597 0.238102 -0.256956 -0.007117 -0.613757 0.012072 0.075044 0.256706 -0.036554 -0.582288 -0.030448 -0.328937 0.037679 -0.105995 -0.03373 0.220367 -0.310089 0.210198 -0.067844 -0.06256 -0.844388 0.27901 -0.036455 -0.740578 -1.092252 -0.447925 -0.338665 0.026941 0.089753 -0.4887 0.554019 -0.332356 0.163821 0.630157 -0.40955 -0.267834 -0.134269 -0.053204 -0.255737 -0.330383 0.289469 -0.458757 -0.57635 -0.227288 0.081609 0.139003 -0.536896 -0.325921 -0.273026 -0.335868 -0.572896 -0.157045 0.571415 -0.129685 -0.556304 0.3566 -0.751456 0.029775 0.202396 -0.457739 -0.30855 0.064474 0.141203 -0.74755 -0.565327 0.354579 -0.460843 -0.743471 -0.600715 0.001885 0.308385 -0.550216 -0.032684 0.157958 0.426593 -0.603695 0.338333 -0.161515 -0.162745 -0.565828 -0.334172 0.326276 0.133002 -0.000712 0.343651 0.168378 0.379855 -0.497903 -0.253671 0.621132 -0.037769 -0.060048 0.190962 -0.478295 0.42788 0.259851 0.092141 0.063234 0.060876 0.043506 -0.079292 0.768269 0.640109 -0.141033 0.298688 0.301474 -0.115876 0.511706 -0.183601 0.209274 0.087555 -0.389991 -0.523296 -0.053668 -0.210115 0.086596 0.158248 -0.405876 -0.184897 0.042371 1.023676 0.361495 -0.852135 -0.296311 0.050759 -0.166516 0.394568 0.493463 0.296858 -0.527325 0.136658 -0.284602 0.083452 -0.083333 -0.836512 -0.548195 0.392729 0.218675 0.695974 0.373015 0.170474 -0.232817 0.229804 -0.203514 -0.574958 -0.26613 -0.095135 0.073433 -0.342797 -0.93196 -0.568802 0.376377 0.180402 0.032122 0.129973 -0.273224 0.053851 -0.526502 -0.121244 2.063009 0.141028 0.471485 0.423942 0.168024 -0.913599 0.048244 0.336442 -0.45117 0.289488 0.705207 0.390711 0.250576 -0.234409 -0.241506 0.361488 -0.907122 0.16445 -0.220557 0.441297 0.311954 0.472828 0.064862 -0.637604 0.026453 0.386801 -0.498872 0.398005 -0.331828 0.145237 -0.357742 -0.243398 -0.071958 -0.362996 0.500128 0.514098 0.753278 0.307563 0.487229 -0.617172 0.311103 -0.277033 -0.094473 -0.073686 0.567978 0.103337 -0.773455 0.288662 0.185329 -0.010798 0.014368 0.105727 -0.276318 0.136492 -0.187887 -0.093421 0.31311 0.178687 0.191969 0.06405 -0.563532 0.317776 0.117155 0.527614 0.408705 0.425215 0.299483 -0.272402 -0.33012 -0.469862 -0.162331 0.067217 0.43826 -0.31336 0.107033 -0.258748 -0.186174 0.597145 0.175366 -0.25676 0.494137 -0.497847 0.473403 -0.216747 -0.627067 0.176116 -0.060418 0.044265 -0.100678 -0.264879 -0.071353 0.227411 -0.875414 -0.300957 -0.380957 -0.01407 0.016266 0.288432 0.71001 0.039501 0.384881 0.002936 -0.063276 -0.739397 -0.139534 0.021582 -0.136388 0.395332 -0.153437 0.770763 0.218483 -0.733836 0.791702 0.342283 0.034406 0.496013 0.092708 0.292335 -0.192829 0.311278 -0.392935 -0.023451 0.15277 0.143375 0.131692 0.149775 -0.355428 0.105319 0.309228 -0.250815 -0.069483 0.134348 0.038526 0.080948 -0.366118 -0.586752 0.008477 -0.078401 -0.005079 0.316099 -0.284064 0.127237 -0.090151 0.050428 -0.234439 0.11413 0.822346 0.741716 0.300139 0.037083 0.916196 -0.607486 0.149613 -0.920394 0.568318 -0.019953 0.650827 -0.197892 -0.250036 0.431151 0.170641 0.810197 0.270877 0.504593 0.156088 0.542742 0.402664 -0.215552 -0.400652 0.375445 0.578273 -0.560989 -0.134594 -0.11826 -0.007927 0.148119 -0.269246 -0.746908 -0.527772 -0.225659 0.037827 0.480475 0.293976 0.302183 -0.502583 -0.032377 -0.655313 -0.65786 0.786482 0.144052 -0.218834 -0.48267 0.191349 0.166889 -0.123708 0.033857 0.180279 0.492417 -0.010627 -0.105416 -0.002078 -0.465175 0.504592 0.21065 -0.091061 -0.421952 -0.25764 -0.095854 0.361804 -0.664757 0.622951 -0.115778 0.220531 0.316567 0.150061 -0.436302 -0.029007 -0.074669 0.591797 -0.157108 -0.257616 -0.473792 -0.397561 -0.842611 0.131978 -0.262597 -0.675731 -0.385483 0.556923 0.237152 -0.35157 -0.688512 -0.225906 -0.002461 0.214002 0.18619 0.085009 -0.472183 -0.106187 0.688997 -0.014115 0.181003 0.390019 -0.226385 0.061479 0.280824 -0.247659 -0.007179 0.241293 0.029495 0.337292 0.213369 -0.162405 -0.186931 -0.833682 0.206728 -0.295424 -0.372089 -0.331276 -1.088038 -0.405971 -0.172752 -0.436092 -0.443133 -0.540147 0.582308 -0.547963 -0.768599 0.19561 0.211118 0.52345 0.307013 -0.199093 0.430229 -0.166723 0.525686 0.297329 0.284886 -0.86395 0.414832 -0.221026 0.016484 -0.157028 -0.363274 0.14884 -0.36396 0.496381 0.271763 0.077424 0.707467 0.303923 -0.572086 -0.215192 -0.181842 -0.059537 0.174664 0.274246 0.600221 -0.202612 -0.544892 -0.072258 0.265981 0.006342 -0.045037 0.459203 -0.24819 0.505992 0.57236 -0.368928 0.126593 0.6501 -0.476198 0.684795 -0.547133 0.112842 0.381335 0.410642 -0.075743 0.790655 0.716823 0.277681 0.312419 0.065818 -0.238907 0.191494 -0.13588 0.244114 -0.37419 -0.187336 0.358565 -0.338463 -0.18785 -0.119695 -1.011872 0.603981 -0.509119 0.493271 0.399873 -0.389888 0.127374 -0.472605 -0.811879 0.440819 -0.142055 0.432688 -0.376325 -0.442583 0.190094 0.355107 -0.279314 0.203069 0.043056 0.648266 -0.542972 0.033011 -0.390031 0.378822 -0.286032 0.410086 0.066543 0.372903 0.248333 -0.192091 0.080872 0.423854 -0.668679 -0.215053 -0.157491 -0.100555 -0.281052 0.426096 0.171437 0.218867 -0.69117 0.687696 -0.165695 -0.668779 -0.86528 -0.264555 0.425227 0.034373 0.266572 0.08687 0.805644 0.145173 0.130897 1.197743 -0.734166 -0.056379 -0.107832 0.173025 0.720137 -0.036685 0.330606 -0.598062 0.087395 -0.561502 0.263535 0.130687 0.136812 0.045023 -0.306616 -0.899729 -0.712056 -0.432734 -0.146086 0.58449 -0.779297 -0.000164 0.111233 0.625727 -0.245712 -0.254678 0.014412 0.086893 0.558709 -1.755245 -0.412818 0.053993 -0.407793 -0.248365 -0.121427 0.017292 0.397677 -0.26194 -0.007462 0.295334 0.402514 -0.143988 0.338804 0.133154 -0.058639 -0.066181 -0.399198 -0.319175 -0.094247 -0.117681 -0.140064 -0.497526 0.816127 -0.772234 -0.524922 -0.159575 -0.117772 0.449013 -0.277158 -0.435631 0.101195 0.233545 -0.173671 -0.360474 0.432259 0.103574 0.089746 0.969009 0.197862 -0.290387 0.166656 -0.150564 -0.37717 0.508635 -0.143311 0.094329 -0.941506 0.569223 -0.478496 -0.081176 -0.335638 -0.354739 -0.200948 0.337254 -0.544776 -0.233434 0.899121 0.032329 -0.602854 -0.038702 -0.124881 -0.518452 0.024452 0.534006 0.131177 -0.317023 0.396937 0.107496 0.351429 -0.237393 -0.406385 0.100578 0.088737 -0.000788 0.763726 -0.016173 -0.076261 -0.084269 0.172773 0.246771 -0.565196 -0.09305 -0.484665 0.212074 -0.24444 -1.082468 -0.331005 0.329002 0.228499 0.407004 0.12409 -0.2706 -0.269391 -0.516052 -0.401754 1.832389 0.268174 -0.208432 0.845094 0.029326\n. -0.111597 -0.611001 0.053526 -0.37258 0.286979 0.689654 -0.108007 -0.082432 0.013857 -0.528819 0.147721 -0.259132 -0.583421 -0.226529 -0.301558 -0.293719 0.254868 -0.39295 0.049674 -0.035367 -0.106239 -0.022308 0.119881 0.136112 -0.310853 -0.592559 -0.171823 -0.311708 -0.182572 -0.256012 0.385479 0.270637 -0.220777 0.480917 -0.634617 0.108182 -0.627013 -0.832139 0.591832 0.492273 -0.095887 0.315661 -0.107546 0.444666 -0.117453 -0.107125 -0.107526 0.373885 -0.023592 0.180957 -0.0325 0.399774 0.008368 0.992332 -0.035933 -0.713885 -0.479949 0.206339 0.91 0.364687 -0.030495 0.208598 0.381255 0.399553 0.413965 0.120389 0.382604 0.332126 0.19898 0.098829 0.331916 0.322269 0.168188 0.013509 -0.32225 0.431957 -0.439756 0.176761 -0.289791 -0.230643 0.454526 0.369732 0.332429 0.355074 -0.224708 1.007003 -0.100821 -0.173841 -0.149312 -0.373719 0.289467 0.092366 0.367355 0.02015 0.13669 -0.036095 0.386074 0.231858 -0.530773 -0.541881 -0.085409 -0.488825 -0.105426 0.35101 0.670294 -0.470273 -0.451345 0.152922 -0.187227 -0.196431 0.165208 0.453784 0.400605 -0.467081 0.463103 -0.184449 0.092947 -0.269814 0.041909 -0.329886 -0.366725 0.035863 -0.155022 0.347209 0.477207 -0.358462 -0.149798 -0.117187 0.573482 -0.347252 -0.2543 -0.034764 -0.041724 0.624814 -0.303665 -0.064364 -0.587491 0.199006 -0.159256 -0.368993 0.031105 0.095835 0.29539 0.427327 -0.166778 0.117982 -0.123022 1.141148 -0.444245 0.180306 0.14072 0.102559 -0.018264 0.509247 0.141413 0.434765 0.443446 -0.278831 0.193011 0.094126 0.160944 -0.386713 0.662362 0.19877 -0.402956 -0.061208 0.645275 -0.378432 0.276374 0.215978 0.250908 -0.034916 -0.573665 -0.637714 -0.608168 0.085237 -0.353321 0.314632 0.076616 -0.270959 0.272791 -0.533255 -0.581241 0.352006 -0.504521 -0.057401 0.20545 -0.096962 0.242787 -0.14871 -0.473153 -0.275397 -0.118215 0.209813 0.166467 -0.276123 0.044084 -0.180787 -0.135212 -0.620555 0.733242 -0.974953 0.096842 -0.529401 0.014811 -0.171548 0.461588 0.094708 0.661008 0.301218 -0.143082 0.336146 0.096914 -0.137119 0.648218 0.765247 0.032312 0.074018 -0.413347 -0.256705 0.244152 -0.868594 -0.151193 0.109582 -0.189372 -0.075671 0.072319 0.016452 0.617915 -0.594703 -0.090413 -0.577508 -0.146762 0.330962 0.318753 0.002114 -0.017151 0.288842 -0.221765 -0.032392 0.502669 -0.073056 -0.71319 0.768351 -0.123616 0.512875 0.488881 0.065837 -0.61013 -0.178392 0.250661 -0.076278 0.381037 -0.042518 0.110483 -0.537749 -0.190683 0.516377 -0.757009 -0.215047 0.677165 0.323462 -0.303347 0.211876 0.651712 0.983772 -0.703629 -0.251675 0.306048 -0.008105 0.631469 0.865982 -0.116766 0.007621 0.138356 -0.402069 -0.104779 0.142136 0.036722 0.608519 -0.272506 0.601169 0.717445 -0.223286 0.682957 -0.062431 0.051764 -0.092715 -0.478594 -0.381094 0.249937 0.268597 0.3516 0.214176 0.847632 0.241644 0.246966 -0.503128 0.566117 0.186312 0.421986 0.186435 1.316835 0.588446 -0.462967 -0.031986 0.791964 -0.096308 -0.3535 -0.055683 0.154325 0.490756 -0.372264 0.019293 0.039331 0.415639 -0.136961 0.295247 0.40682 -0.052018 0.479885 -0.009669 -0.20147 -0.460787 -0.399613 -0.848451 0.369835 0.449031 -0.116108 0.184312 0.058264 -0.151056 0.665576 -0.074809 0.108077 0.388722 -0.360256 -0.58759 0.685598 0.64717 -0.368106 0.036537 -0.267615 0.027374 -0.559833 0.330198 0.753257 0.104035 -0.071355 0.830277 -0.501431 0.155924 -0.294517 0.458022 -0.10101 -0.032011 0.008432 0.106621 -0.263041 -0.554731 -0.138337 0.169723 -0.250278 0.495154 -0.06447 -0.086049 0.005492 0.365609 -0.733569 0.350577 0.199269 -0.875321 -1.460438 -0.531358 -0.572745 -0.33063 0.142404 -0.409135 0.738188 -0.083006 0.384426 0.77011 0.29497 -0.359235 -0.107497 -0.350484 -0.411439 0.20518 0.253582 -0.522551 -0.889356 -0.252546 -0.223918 0.25712 -0.261491 -0.33105 -0.501874 -0.253756 -0.177927 0.090987 0.240671 -0.039217 0.061297 0.32975 -0.745236 0.840704 0.007217 -0.609691 -0.15411 0.075938 0.312168 -0.578072 0.005698 0.320856 0.060632 -0.428675 -0.812517 0.096194 0.512606 -0.079861 0.111232 -0.0153 0.59577 -0.328786 0.333105 -0.21342 -0.074347 -0.459041 -0.495243 -0.388058 0.054907 0.074045 0.622874 0.158263 0.584294 -0.472777 -0.122506 0.876893 0.064974 -0.693607 0.074522 -0.529741 0.486975 0.350853 -0.153286 -0.064262 -0.00963 -0.080736 -0.539679 1.118715 0.465988 -0.350778 0.403762 0.627796 -0.039969 0.524258 -0.075992 0.233378 0.170383 0.171928 -0.54639 0.005418 -0.134123 -0.024943 -0.224199 -0.301103 -0.34739 0.231992 0.642178 0.396508 -0.823084 -0.406721 -0.036594 -0.253996 0.124568 0.380941 0.730642 -0.305433 0.156607 -0.158161 -0.174192 -0.211151 -0.815548 -0.184934 0.447556 -0.125495 0.813381 0.566888 -0.397983 0.059054 0.410193 0.04758 -0.572065 -0.185361 0.242731 -0.209865 0.073623 -1.078072 -0.650077 0.198021 0.053361 0.699349 0.312193 0.170242 -0.138774 0.305788 -0.313844 1.663241 0.724123 0.543058 0.288408 0.238654 -0.401517 -0.254624 0.016254 -0.248209 0.023119 0.011919 0.013255 0.427473 -0.536895 -0.175895 0.315627 -0.607445 -0.615088 -0.455644 -0.171481 0.081096 0.535054 0.099155 -0.009098 0.039167 0.275398 -0.451979 0.575617 -0.411785 0.309858 -0.252889 0.0863 -0.105921 -0.409151 0.406231 0.476542 0.360368 -0.288243 0.44701 -0.941539 0.149194 -0.606211 -0.347827 -0.236225 0.528407 0.157995 -0.120413 0.184289 0.236228 -0.020073 -0.295394 -0.301942 -0.288956 -0.050255 -0.442444 -0.078287 0.441991 0.070002 -0.231324 -0.062026 -0.68007 0.21722 0.063053 0.464362 0.43097 0.07165 0.072015 -0.457655 0.174734 -0.152057 0.035049 -0.135139 -0.111245 0.070995 0.18437 -0.025817 -0.085179 0.417438 0.228929 -0.399395 0.526967 -0.540425 0.281698 -0.007891 -0.572428 0.703373 -0.026025 0.266799 0.004032 0.128625 0.070349 0.003213 -0.249669 -0.452074 -0.349443 0.110572 0.663633 0.281969 0.106079 -0.111877 0.596004 0.318195 0.315442 -0.34522 0.027006 -0.017275 -0.111525 0.224933 0.056195 1.220961 -0.450919 -0.386567 0.570747 0.146044 -0.255356 0.289747 0.373348 0.18638 0.038456 0.433956 -0.457835 -0.25728 0.026909 0.210406 -0.510265 0.438431 -0.442636 -0.281938 0.556877 -0.137018 -0.051459 0.067034 0.116651 0.170767 0.078202 -0.440433 0.079817 -0.536456 0.519397 -0.127957 -0.434072 -0.064275 0.098529 -0.083746 -0.023426 0.065707 0.295905 0.748378 0.163697 -0.426822 0.51487 -0.215982 0.165268 -0.515131 -0.326862 -0.2306 0.481466 -0.060758 -0.162091 -0.233347 0.409466 0.620242 0.04766 0.501718 0.011469 0.635615 0.085336 0.223774 -0.192123 -0.073611 0.524142 -0.345951 -0.307017 0.052791 -0.057823 -0.118636 -0.108597 -0.414626 -0.374602 -0.034988 0.217481 0.165678 0.283656 0.373911 -0.666718 -0.137924 -0.376408 -0.362244 0.714645 -0.121536 -0.108019 0.397263 0.05329 0.203794 -0.515956 -0.075116 -0.240314 0.324423 0.253182 0.15356 0.076802 -0.185441 -0.090232 0.407988 -0.209201 0.156145 -0.379702 0.060754 -0.120549 -0.319155 0.85555 -0.09692 0.051854 0.279181 0.227991 -0.556371 0.287677 0.118459 0.209826 -0.306757 -0.159469 -0.253235 -0.243456 -0.238949 0.224036 0.402194 -0.933724 -0.523971 0.465138 0.074051 -0.252542 -0.284757 -0.172188 0.117289 0.106059 0.259555 0.069228 -0.433484 -0.243495 0.149216 0.211683 -0.044589 0.377147 -0.208109 -0.156555 0.081628 0.162988 -0.294708 0.386048 0.092929 0.286852 0.285563 0.150231 -0.20761 -1.208422 -0.108077 -0.101758 -0.061829 -0.160123 -0.581002 -0.174663 -0.485133 -0.368728 -0.323311 0.18863 0.51582 -0.417778 -0.510502 0.391173 0.216512 0.50888 0.034313 -0.697707 0.253173 -0.0893 0.664437 0.656312 0.340841 -0.176572 0.250455 -0.159557 -0.196015 0.197411 -0.158602 0.247676 0.078487 -0.066632 0.458511 0.048498 0.990253 0.229754 -0.371702 -0.351411 -0.143282 0.196573 0.049876 0.551105 0.812437 0.109187 -0.366499 -0.146247 0.351881 -0.328934 -0.124345 0.364054 0.181078 0.560586 0.522528 -0.225087 0.06061 0.438362 -0.172765 0.352859 -0.440513 0.287211 0.090116 0.608435 0.101071 0.424391 0.66018 0.324695 -0.215254 0.079133 -0.3104 0.387533 0.153456 0.024602 -0.339031 0.085338 0.461086 -0.210064 0.402169 0.052829 -0.441279 0.741659 -0.122168 0.152287 0.50122 -0.666168 0.323162 -0.003382 -0.529002 -0.05564 -0.04217 0.686066 -0.563585 -0.005664 -0.503322 0.050823 -0.275197 -0.024709 0.264193 0.564759 -0.513567 0.227532 -0.179547 0.39314 -0.01927 0.485572 -0.027124 0.401277 0.244234 0.018669 0.402125 0.30546 -0.518456 -0.077766 -0.008105 0.194969 0.102089 0.388216 -0.159952 0.368598 -1.019691 0.661718 0.08091 -0.719899 -0.546174 -0.203079 0.042917 0.065747 0.25151 -0.062002 1.031806 -0.08015 0.57547 1.177424 -0.591542 -0.182015 -0.245972 0.178914 -0.098723 -0.113235 0.091223 -0.708944 -0.256679 -0.905665 0.112678 0.703935 0.018832 0.292432 -0.446952 -1.093994 -0.601408 -0.398118 -0.092057 0.288499 -0.373408 0.176316 -0.250711 0.701975 -0.117172 0.015008 0.011821 0.491175 0.583824 -1.816964 -0.491349 0.23778 -0.269105 0.004547 -0.592641 0.199141 0.308606 0.039921 -0.023049 0.063906 0.527073 -0.263716 0.202624 0.235965 0.304625 -0.360368 -0.684055 -0.860528 0.048554 0.190613 0.079547 -0.275589 0.779202 -0.511338 -0.304212 0.358277 0.003724 0.05145 -0.417425 -0.265838 0.105006 0.091422 -0.436685 0.18514 0.460805 -0.090697 -0.128825 1.474696 0.064445 -0.031877 -0.342789 0.331285 0.273512 0.546731 -0.00429 0.077719 -0.559196 0.783765 -0.532683 -0.607247 -0.068626 -0.284601 -0.313764 0.738232 -0.470964 -0.088045 0.451307 0.301516 -0.570063 -0.429171 -0.052291 -0.155554 -0.146262 0.419549 0.19712 -0.656298 0.281887 -0.370346 0.107725 -0.692012 -0.563085 0.128672 0.763897 0.023476 0.414541 0.062998 -0.273455 0.332511 0.272799 0.300934 -0.201555 -0.330111 -0.101116 -0.109154 0.036936 -1.001802 -0.173234 0.007837 -0.186207 0.681304 0.036564 -0.275178 -0.107928 0.231169 -0.249899 1.729838 0.635376 -0.036919 0.509477 0.098816\nè -0.059169 0.194805 0.03301 0.076918 0.231851 -0.126413 -0.007303 -0.4205 -0.10762 -0.066779 -0.218056 -0.013086 -0.170773 0.01333 0.18266 -0.52418 -0.048623 -0.367577 -0.539705 -0.479281 0.057484 -0.16231 -0.084159 -0.216422 -0.054566 0.217319 -0.082616 0.065131 -0.256288 -0.349307 0.209001 -0.222422 0.26079 0.165328 -0.088708 -0.540706 0.126487 -0.229293 0.387647 0.152173 -0.095579 0.301086 -0.319991 0.424533 0.292542 -0.320571 -0.050678 0.209214 0.029833 0.082477 -0.491134 -0.26226 -0.092342 0.055404 -0.19443 0.002131 -0.165417 0.165805 0.041211 -0.095238 0.411104 0.096918 0.010165 0.16601 0.034991 0.560044 -0.102251 0.077587 -0.06072 -0.105113 -0.904887 0.149443 0.060224 0.058814 -0.127344 0.120292 -0.454081 0.465634 -0.310731 -0.549427 -0.066383 0.180763 0.190924 0.048736 0.194077 0.184273 0.053041 -0.401211 -0.229063 -0.037878 -0.536952 -0.192889 0.066287 0.163642 0.3826 -0.178072 -0.014645 0.131908 -0.130286 0.238195 0.381666 -0.276952 -0.323525 -0.151425 -0.081803 0.139824 -0.380574 0.544982 -0.259828 -0.176581 0.410829 -0.36069 -0.408706 0.43768 0.264677 -0.47046 0.046217 -0.123557 0.215213 0.492689 -0.013437 0.522397 0.006245 0.561742 -0.683178 -0.230881 -0.061571 0.056353 -0.163171 -0.455312 -0.009709 -0.110539 -0.151257 0.039068 0.260852 -0.590342 -0.384123 0.12537 -0.234162 -0.079623 0.005743 -0.253182 0.228663 -0.080968 0.100169 0.3943 -0.10512 -0.383649 -0.70697 -0.08732 -0.20131 -0.07287 0.131297 -0.010396 0.181205 0.090118 -0.135959 0.333447 0.02642 0.249903 -0.155709 -0.190004 0.510089 -0.211821 0.170562 -0.265526 -0.015288 0.079259 0.075461 0.128653 0.089073 -0.037487 -0.001698 0.194519 -0.062533 -0.145483 -0.155598 0.554891 0.517829 -0.20381 -0.107694 0.454311 -0.629445 0.158578 -0.418286 0.126032 -0.221783 0.106052 0.055018 -0.068562 -0.135814 -0.364342 -0.220961 0.146305 -0.207788 0.012068 0.243552 -0.25973 -0.126145 0.013477 0.199302 0.302847 -0.215525 0.143722 0.107268 -0.282426 -0.208593 0.038091 1.206665 0.046116 0.418193 0.311998 0.07899 0.030509 0.061439 0.242926 0.014893 -0.531135 -0.240247 -0.353938 -0.396694 -0.516336 0.347259 0.498825 0.417044 -0.227727 -0.215029 0.12423 0.484336 -0.158641 -0.357623 -0.094747 -0.394819 -0.133817 -0.301024 0.401286 -0.237229 -0.023499 -0.228254 0.087365 0.139348 0.441805 0.247807 0.159254 0.227587 -0.190794 0.292458 -0.477793 -0.445232 -0.376618 -0.477391 -0.357933 0.37261 -0.200739 0.305007 -0.271912 -0.248501 -0.237262 0.051198 0.246289 -0.100453 0.174745 -0.226805 -0.351813 0.375023 0.285274 0.13931 -0.245854 -0.071047 0.371541 0.656996 -0.004623 -0.148821 -0.492965 -0.157186 0.061033 -0.056559 0.143118 0.050313 0.040769 -0.333804 -0.030157 -0.041001 0.337007 0.105279 0.349107 -0.362516 -0.290554 -0.161092 -0.334901 0.286173 0.438416 -0.100168 0.065132 -0.357405 0.418503 -0.412571 0.090433 0.001207 0.196369 0.082605 -0.087424 -0.375079 -0.19284 0.224289 -0.265882 0.045412 0.328377 0.002158 0.131011 0.187381 0.194554 -0.497684 0.312361 -0.172224 -0.342215 0.620938 0.675218 0.070941 -0.032167 0.060923 0.8226 0.186519 0.142188 -0.078839 -0.234271 -0.230495 -0.065055 0.389324 -0.016958 -0.061859 0.029616 -0.015668 -0.232794 0.021365 -0.134677 -1.653261 0.165452 -0.043517 -0.440328 0.087368 -0.174887 0.398064 -0.202444 0.010874 0.11275 0.388345 -0.068897 -0.265198 0.190974 0.08621 0.22098 0.11608 0.133884 0.236134 -0.223143 0.05575 0.286025 0.091951 -0.073763 0.022773 -0.090811 0.002041 0.063075 -0.051226 -0.361597 -0.243391 0.2902 -0.771421 -0.073965 0.201803 0.259516 0.03677 -0.235593 -0.310297 -0.392571 -0.082201 -0.746865 -0.141379 0.091747 0.333687 -0.029808 -0.227147 -0.13805 -0.14166 -0.151424 -0.261054 -0.019989 0.040362 0.255458 0.415489 -0.397375 0.118501 0.182857 -0.023812 -0.334575 -0.095997 -0.180799 -0.221108 -0.389024 -0.336277 0.13008 -0.124293 0.044415 0.321144 0.586304 0.337213 0.133518 0.281843 -0.005167 0.491412 -1.635772 0.1878 0.226353 -0.324572 0.063722 -0.268146 0.564577 -0.089892 -0.045646 -0.122874 -0.042653 0.31854 -0.13612 0.203054 -0.034949 0.201177 -0.159614 0.221887 0.322144 0.298689 0.153412 -0.0889 0.364061 0.244842 0.192916 -0.219406 -0.426314 0.48452 0.183942 -0.120357 -0.007202 0.264576 -0.247507 -0.229155 -0.293565 -0.194389 0.342507 0.328464 1.33579 0.444443 -0.45411 -0.032145 0.406694 -0.173969 0.47904 0.021539 -0.314997 -0.296442 0.137064 0.35781 0.058689 -0.287198 -0.086865 -0.153342 0.256548 0.23174 -0.073455 0.134868 0.29062 0.12865 -0.247385 0.194966 0.106988 -0.179882 -0.0269 -0.151199 0.146189 0.263078 -0.299474 0.156277 0.176335 -0.155839 -0.36121 0.258003 0.320138 0.280178 0.056582 0.477827 -0.179095 0.55195 -0.196418 0.094002 0.024916 -0.038205 -0.252077 0.138227 0.098309 0.041188 0.125537 -0.090909 0.175561 -0.296578 -0.360177 0.019722 0.091263 0.306475 2.283068 0.175694 -0.235093 0.212778 -0.185307 -0.332672 0.060548 -0.133307 0.070737 -0.061217 -0.274938 -0.216604 0.068657 0.132209 -0.379895 -0.122698 0.018664 0.011474 0.036301 0.171224 -0.347901 -0.104989 -0.357232 -0.136473 -0.559038 -0.226702 -0.162988 -0.131429 -0.001108 -0.042058 -0.094666 -0.101134 0.001972 -0.016994 0.208462 0.060096 0.092826 0.416597 0.534767 -0.589249 -0.541866 0.194352 -0.235075 0.441446 -0.041401 -0.010939 -0.22653 -0.252133 0.259273 0.540182 -0.119567 -0.179811 0.31046 -0.046345 0.059597 -0.129329 -0.456255 0.214322 0.05302 -0.045955 -0.622539 -0.45883 0.073037 -0.073364 -0.08535 0.125865 -0.073058 -0.071643 -0.160178 -0.092308 0.296005 0.237151 0.287406 -0.309014 0.046832 -0.540981 -0.072349 0.20615 0.195746 0.051188 0.421719 -0.173032 -0.038988 -0.105654 -0.06936 0.006384 -0.201829 0.229049 0.485704 0.307344 -0.109323 -0.021695 -0.296501 -0.234995 -0.175462 -0.389013 0.056059 0.047697 -0.033216 0.623673 0.060268 0.143037 0.217099 -0.227674 0.12641 0.419588 0.020678 -0.604557 -0.102839 0.139594 0.045363 -0.184743 0.36888 -0.346072 0.017548 0.289339 -0.241416 -0.369194 0.360029 0.147537 -0.571706 0.253486 -0.105368 0.336267 0.076435 0.089028 0.363376 0.136015 0.568308 -0.618418 -0.194424 0.10218 0.189703 0.170449 -0.460702 0.0709 0.153353 0.204489 -0.35703 0.01067 -0.700346 -0.48581 -0.08951 -0.306538 -0.267421 -0.096199 -0.347058 0.256753 -0.296562 0.293166 0.587745 -0.15747 -0.161822 -0.577496 -0.27107 -0.197391 -0.109644 0.166181 -0.143659 0.093188 0.356424 -0.115343 -0.167427 0.138991 0.250863 -0.178854 -0.263803 0.359069 -0.062096 0.311986 -0.126496 0.456122 0.352742 0.37763 0.03313 0.10621 0.218854 0.069728 0.186753 -0.515687 -0.202425 -0.44649 0.703367 0.251854 -0.113796 0.323262 0.360826 -0.59994 0.349628 -0.12744 0.484897 -0.024376 -0.157557 0.228677 -0.039944 -0.202692 -0.108382 -0.225292 -0.239352 0.079549 -0.024412 0.254496 -0.177664 -0.222536 -0.17081 0.614347 0.421098 -0.190978 0.244768 -0.159626 0.023578 -0.297531 -0.115288 0.880016 0.036777 0.464894 0.37044 0.156536 0.155715 -0.04814 0.173524 -0.311245 -0.367898 -0.374651 -0.326467 -0.33534 -0.715523 0.435999 0.220799 0.185958 -0.372233 -0.227113 -0.017262 0.414571 0.213919 -0.347426 -0.093825 -0.333651 -0.028049 -0.183422 0.182252 -0.315225 0.133169 -0.272026 0.02054 0.088466 0.501437 -0.203137 0.337389 -0.009094 -0.166113 0.251811 -0.040137 -0.277205 -0.40911 -0.163613 -0.491256 -0.092827 0.193561 0.082684 -0.147496 -0.366372 0.354254 -0.071222 -0.186654 -0.101506 0.469735 -0.101923 -0.422174 -0.1324 0.109469 0.008305 -0.158692 -0.14775 0.310113 0.383889 -0.019697 0.031582 -0.280425 -0.025417 -0.111016 0.068633 0.369084 0.180633 -0.120239 -0.247903 -0.248176 -0.003116 0.132582 -0.176931 0.284063 -0.168739 -0.112724 0.105032 -0.725738 0.116836 0.242148 -0.449194 -0.166207 -0.107949 0.243225 0.092353 -0.072013 0.292647 -0.227901 -0.13115 0.342368 -0.265324 -0.140761 0.184537 0.016607 -0.350209 0.322921 -0.010553 0.012832 0.382514 -0.040998 -0.16996 0.522602 0.089213 -0.237003 0.554803 0.564031 -0.153793 -0.484105 0.174727 0.381295 0.185455 0.043028 -0.030043 -0.108062 -0.105691 -0.32887 0.068751 -0.030081 -0.079952 0.295486 0.364982 0.00486 0.096727 0.028076 -0.731209 0.284004 -0.201461 0.019109 -0.21976 0.33519 0.516908 -0.366484 0.022789 0.050554 0.402052 0.071206 -0.095946 -0.097567 0.43768 -0.116633 0.078003 -0.096824 0.340925 -0.220497 0.410784 0.03065 0.604357 -0.144276 -0.04316 0.402785 -0.240991 0.1259 0.124973 -0.135549 -0.202882 -0.079914 -0.783168 -0.017666 -0.041095 -0.01246 0.013379 -0.406073 -0.140776 -0.499269 0.057114 -0.221024 0.101903 -0.126554 0.166706 -0.212268 -0.234071 0.196235 -0.122397 -0.430877 -0.180365 0.32348 -0.096861 0.514659 0.385634 -0.285124 0.320807 0.371182 0.239782 -0.119745 0.287719 -0.152846 -0.036405 -0.571507 -0.57317 0.000954 -0.196556 0.089116 0.420516 0.297251 0.097539 0.045927 0.189841 -0.066361 -0.069238 -2.307961 0.164024 0.439906 -0.360797 -0.221752 -0.263122 0.186286 -0.028997 -0.139709 -0.22993 -0.151039 0.271681 0.070879 0.069298 -0.18697 0.190427 0.018417 0.075519 0.504138 0.235637 -0.076334 -0.280362 0.022429 1.860544 0.242816 -0.444267 0.099988 0.213952 -0.17717 -0.216042 -0.410579 0.410927 -0.093224 -0.546788 -0.282556 0.086479 0.058581 0.098576 1.650643 -0.00915 -0.540161 -0.319298 0.315175 0.143747 0.601069 -0.052388 -0.1415 -0.117922 0.058956 0.054586 -0.063313 -0.565783 -0.431291 0.271298 0.155077 0.266425 -0.136302 0.063308 0.271065 -0.147106 -0.420264 0.154871 -0.026952 -0.153603 0.172102 -0.094262 0.015974 0.316398 -0.072772 0.212301 -0.024085 0.05948 -0.037643 0.35219 0.115634 0.094909 0.3899 0.302017 -0.132618 0.386184 -0.124874 0.313495 -0.121799 0.08255 -0.106712 0.073042 0.220463 0.136401 0.040856 -0.203718 0.093145 -0.406907 -0.177896 0.148409 0.247786 0.273982 1.755591 -0.023751 0.150042 6e-05 -0.092985\nq 0.110427 0.080288 0.012704 0.017657 0.03455 -0.160991 -0.023815 -0.099445 -0.161298 -0.050813 -0.240527 -0.088413 -0.161554 0.224987 0.193699 -0.21463 -0.087156 -0.101082 -0.208586 -0.191914 -0.007422 -0.029829 0.186204 -0.103382 -0.220983 0.310412 -0.13231 0.252425 0.059589 -0.210504 0.287665 0.00992 0.116457 0.105704 -0.193847 -0.373177 0.174225 -0.340409 0.397376 0.04077 0.085477 0.125928 -0.075698 0.306666 0.226354 -0.677115 -0.110316 0.218517 0.043707 0.216446 -0.515798 -0.146709 0.128004 0.0976 -0.126593 0.0982 -0.250823 -0.046527 0.137139 0.078254 0.280375 -0.197788 -0.076282 -0.019182 -0.003688 0.517172 0.037048 0.093058 -0.068559 0.032448 -0.397418 0.136808 0.248196 0.063829 -0.044351 -0.115546 -0.410478 0.233284 -0.186485 -0.57347 -0.152355 0.179937 0.106796 0.096769 0.232731 0.377343 0.045663 -0.222578 -0.538715 0.170801 -0.304537 -0.035329 -0.012252 0.054978 0.521553 -0.005062 -0.143013 0.140641 -0.179473 -0.022797 0.242038 -0.23565 -0.210216 -0.026188 -0.061761 0.175456 -0.303293 0.268081 -0.454132 0.005194 0.345338 0.041451 -0.080082 0.370071 0.037008 -0.361218 0.063877 0.058785 -0.11403 0.299835 -0.056294 0.275633 0.040604 0.535288 -0.4222 -0.164751 0.018116 0.001077 -0.349807 -0.165232 -0.123192 -0.223997 -0.082882 -0.129945 0.309373 -0.6105 -0.318357 0.14585 -0.133729 0.029 0.111598 0.057349 0.164404 0.00828 0.133242 0.248606 -0.180504 -0.418057 -0.840984 -0.024683 -0.250462 0.097006 0.047635 0.169249 0.240342 0.357995 0.126572 0.256791 0.143043 0.183238 -0.065637 -0.038981 0.424469 -0.023667 0.083733 -0.034718 -0.220173 -0.208308 0.050192 -0.093861 0.034472 0.186848 0.205013 0.289163 -0.00039 0.002561 -0.150218 0.13202 0.275012 -0.01962 -0.026127 0.272813 -0.454413 0.172202 -0.420168 0.069048 -0.057519 0.132122 0.164787 -0.270737 -0.138128 -0.258191 -0.189966 0.113844 0.008064 -0.117296 -0.046057 -0.179672 -0.251876 0.094819 0.325155 0.456497 -0.225239 0.049412 0.33156 -0.189683 -0.307437 0.147817 1.234647 -0.148971 0.280446 0.191236 -0.32395 0.132346 0.122571 0.014593 -0.100326 -0.321347 -0.401755 -0.10317 -0.183023 -0.538569 0.213887 0.321487 0.341122 -0.100613 -0.014026 0.266234 0.19482 -0.219275 -0.086285 -0.152077 -0.362566 -0.218089 -0.156865 0.14723 -0.148852 -0.001213 -0.202945 0.253712 0.179572 0.463127 0.066544 0.126455 -0.132259 0.002401 0.057237 -0.462358 -0.373011 -0.361924 0.011611 -0.313729 0.331105 -0.105221 0.123823 -0.187 -0.174743 -0.216827 0.048317 0.255251 -0.318695 0.225188 -0.20802 -0.231579 0.386597 0.337028 0.014092 -0.054331 0.038841 0.110152 0.455063 -0.006796 -0.108222 -0.364897 -0.099438 -0.029247 0.25508 0.201005 -0.039338 0.175355 -0.193927 -0.041661 -0.13282 0.143273 0.289803 -0.088167 -0.343731 -0.155007 0.039372 -0.066685 0.193372 0.454643 -0.102691 0.341766 -0.155741 0.539313 -0.265972 0.07455 0.259999 -0.033256 0.088727 -0.181922 -0.217076 0.136347 0.363222 -0.339961 0.01173 0.139112 0.038251 0.035848 0.177845 0.123221 -0.358457 0.257615 0.203071 -0.036202 0.271488 0.453737 -0.030785 -0.03475 0.097577 0.132922 0.243448 0.196848 -0.172985 -0.033978 -0.368826 0.038081 0.082419 -0.059158 0.042159 0.278343 -0.013608 0.116636 0.246296 -0.017823 -1.860039 -0.016999 -0.107538 -0.029778 -0.082965 -0.272173 0.124346 0.131726 -0.232909 0.030224 0.207674 0.014595 -0.111723 -0.247544 0.002323 0.21585 -0.003246 0.149703 0.125631 -0.084834 -0.065736 0.084138 -0.062585 -0.082967 0.033828 0.139797 -0.075675 0.187604 0.030803 -0.499022 -0.37761 0.097947 -0.802386 0.042769 0.008961 0.188401 -0.10312 -0.086363 -0.323201 -0.250955 -0.079763 -0.433289 -0.032241 -0.008183 0.238799 -0.09099 0.017613 -0.33243 -0.197466 -0.225401 -0.242974 -0.167331 0.074036 0.027288 0.04428 -0.304255 -0.150124 0.3065 0.024712 -0.224872 0.08336 0.024265 -0.467413 -0.243419 -0.037149 0.156945 0.05416 0.227627 0.086535 0.305492 0.039847 -0.141187 0.26109 0.071896 0.12138 -1.203308 0.075362 0.424435 -0.145528 0.201904 -0.145302 0.362829 -0.2459 -0.287574 -0.148449 0.23721 0.268742 -0.070425 0.165251 -0.141728 0.204896 -0.328806 0.197546 0.110498 -0.02705 0.071528 -0.080012 0.165271 0.328168 0.179344 -0.003275 -0.417783 -0.115896 0.121619 -0.048934 0.021022 0.338943 -0.039818 -0.216731 -0.01165 -0.250711 0.161227 0.019249 1.102328 0.148714 -0.249556 -0.045923 0.285101 -0.191852 0.237465 0.103081 -0.217944 0.053566 0.145079 0.286479 0.05844 -0.16648 -0.275834 -0.254282 -0.018548 0.175096 -0.177532 0.13165 0.235275 0.080091 -0.228169 0.306787 0.041441 -0.145638 -0.078213 -0.168909 0.175865 0.177354 -0.146994 0.297588 0.162342 -0.169545 -0.449741 0.352044 0.163986 0.13782 0.264433 0.242266 0.003509 0.339507 -0.299802 0.060467 0.034782 -0.140946 -0.347643 -0.025068 0.120712 -0.142535 0.17971 0.006173 0.290467 0.021538 -0.142378 -0.101774 0.069528 0.267064 2.353931 0.000247 -0.190485 0.254244 -0.18201 -0.086753 -0.070942 0.005957 0.022339 -0.058169 -0.029523 0.029343 0.07118 -0.049038 -0.41274 -0.155914 -0.145477 0.143084 0.098772 0.008256 -0.083047 0.050961 -0.267324 0.12008 -0.352768 -0.062395 -0.130026 0.213192 0.058613 -0.134607 0.100239 -0.088912 0.232248 0.314171 0.156759 0.033098 0.124949 0.07071 0.216835 -0.244473 -0.298711 0.23918 -0.306586 0.249093 0.124467 0.126164 0.006533 -0.099093 0.190315 0.224041 -0.422554 -0.132035 0.087839 0.092985 0.14383 -0.328262 0.002679 0.063935 0.300738 0.030903 -0.376388 -0.438514 -0.175714 0.130239 0.035293 0.144418 -0.217625 -0.088512 -0.138439 -0.00808 0.272666 0.134029 0.19565 -0.138952 0.082147 -0.174358 -0.011538 0.175773 0.139086 -0.087632 0.104666 -0.120041 -0.10684 -0.251557 -0.085074 0.002563 -0.131393 0.152417 0.504889 0.084609 0.2484 -0.066807 -0.069394 -0.357813 0.007391 -0.244453 0.222397 -0.117776 0.006834 0.820387 -0.023443 0.181947 0.07669 -0.139693 0.120677 0.358394 -0.153035 -0.532056 0.025646 0.086959 0.029875 -0.16239 0.262445 -0.458305 0.177361 0.177203 -0.08378 -0.018659 0.233504 0.069055 -0.495272 0.08486 -0.065011 0.096946 -0.030583 -0.08711 0.31099 0.032735 0.233666 -0.173217 -0.029608 0.099465 0.134676 -0.143828 -0.324786 -0.051179 -0.137455 0.225049 -0.33139 0.117143 -0.769319 -0.438112 -0.257642 -0.11368 0.012448 -0.007456 0.042998 0.271868 -0.072107 0.249217 0.408586 -0.324715 -0.209645 -0.773777 -0.173903 -0.093145 -0.181126 0.23786 0.007017 -0.016937 0.446719 0.033269 -0.081609 0.110904 0.133752 -0.128589 0.067251 0.251443 0.245244 0.222907 -0.063181 0.139009 0.166577 0.312334 0.103054 0.011815 0.001856 0.210609 0.273711 -0.191227 -0.103569 -0.16468 0.181593 0.089637 -0.03469 0.272968 0.107611 -0.491126 0.304214 -0.261569 0.223828 -0.047735 0.103982 0.129355 -0.126447 -0.100555 0.18654 -0.2299 -0.15461 0.153443 0.038143 0.003715 -0.166868 -0.107619 0.012947 0.403788 0.422504 -0.3276 -0.0435 0.088425 -0.067891 -0.444638 -0.066332 0.939217 0.031342 0.267073 0.117099 -0.042784 -0.045478 0.183829 0.109058 -0.048739 -0.235484 -0.310273 -0.315809 0.085692 -0.82772 0.296 0.022397 -0.06182 -0.142582 -0.089263 0.037829 0.171145 0.079601 -0.353059 -0.114566 -0.179488 -0.032166 -0.159884 0.055358 -0.14379 0.099409 -0.307914 0.23587 0.239141 0.408222 -0.089872 0.196091 0.068652 0.059632 -0.014478 -0.223201 -0.337265 -0.470968 0.088923 -0.376098 0.072335 0.284354 0.175606 -0.24506 -0.309276 0.12931 -0.029643 0.042531 -0.106349 0.205346 -0.124921 -0.393016 -0.002773 0.392102 -0.013013 -0.06542 -0.237899 0.187123 0.270521 -0.133748 0.115177 -0.319878 0.089122 -0.068345 0.418606 0.352703 0.083319 0.117563 -0.054698 -0.327141 -0.112029 -0.013945 0.131811 -0.097752 -0.0612 -0.245005 0.235321 -0.521716 0.150199 0.248334 -0.155406 0.194905 0.150537 0.43385 0.019539 -0.238675 0.218934 -0.292283 -0.018362 0.206707 -0.229397 0.107829 0.300808 -0.119597 -0.163367 0.25464 -0.074263 0.11836 0.38163 -0.039139 0.075203 0.277647 0.175181 0.018884 0.164863 0.387942 -0.166968 -0.356704 0.151794 -0.057582 0.229798 0.257157 -0.085501 0.223422 -0.241103 -0.046468 0.150444 0.002579 0.03515 0.275626 0.042517 0.227334 0.136582 -0.036258 -0.987721 0.341067 -0.176996 0.266828 -0.089372 -0.060485 0.209953 -0.109447 -0.302943 0.093654 -0.029195 0.104578 -0.005998 -0.338934 0.272184 -0.006719 -0.046966 -0.139615 0.058748 -0.133122 0.116651 0.133646 0.409986 -0.024088 0.04661 0.342477 -0.144239 0.220488 0.09471 -0.254398 -0.228795 0.074453 -0.842697 0.115568 0.054307 0.071236 -0.284251 -0.097597 -0.048354 -0.307363 -0.030518 -0.165351 0.070558 -0.12524 0.178067 0.002633 0.082929 -0.131359 -0.167721 -0.100389 -0.240656 -0.033741 -0.070233 0.338683 0.096238 -0.173871 0.060988 0.43646 -0.043415 -0.033012 0.434876 -0.042751 -0.455186 -0.439885 -0.45944 0.085842 0.055064 -0.008779 0.301836 0.119407 -0.12385 -0.147823 0.162415 0.020962 -0.290334 -2.006976 0.182539 0.549724 -0.097521 0.018149 0.123317 0.067007 -0.138004 -0.340705 -0.331752 -0.024677 0.038297 -0.05696 -0.041811 -0.290241 0.116973 -0.09564 0.029961 0.354644 -0.041677 0.081578 -0.161083 0.051593 1.947349 0.089642 0.104517 -0.099136 -0.271929 -0.120637 -0.078082 -0.258065 0.428942 -0.014826 -0.299207 -0.070846 0.031326 -0.111919 0.185299 1.435124 0.019549 -0.279517 -0.11427 0.318287 0.229176 0.268668 0.219702 -0.127346 0.049374 0.148291 0.281149 -0.01989 -0.455294 -0.193338 -0.241321 -0.120351 0.206441 -0.318368 -0.003515 0.330948 -0.035039 -0.238437 0.165752 -0.068117 0.071998 0.158372 -0.151484 0.205568 0.228543 0.110239 0.326051 -0.076426 0.031693 -0.192333 0.325624 0.035611 0.161978 0.235774 -0.124183 0.100066 0.282531 -0.020229 0.201891 -0.101295 1.5e-05 -0.259807 -0.096104 0.02347 0.062727 0.203499 -0.062538 0.265584 -0.101389 0.012298 -0.037574 0.262581 0.200642 1.702405 -0.182008 -0.005905 0.168376 -0.001239\nạ 0.183787 0.169958 -0.071763 0.047115 -0.026739 -0.164121 0.049647 -0.098551 0.004533 -0.010889 -0.116744 -0.06124 -0.196348 0.030779 0.175854 -0.206231 0.054903 -0.256142 -0.214707 -0.24118 -0.106974 -0.15143 0.153756 -0.382257 -0.145813 0.060059 -0.203916 0.094918 0.110579 0.169735 0.401614 -0.026371 0.176384 0.043564 -0.019053 -0.345152 0.249313 -0.150862 0.321837 -0.102511 0.021588 0.02416 -0.140056 0.356087 0.247871 -0.48474 -0.131501 -0.099808 0.05279 0.243357 -0.535157 -0.00658 0.097733 0.148332 0.065074 -0.164777 -0.078232 -0.000561 0.254682 0.059088 0.206931 -0.161505 0.109668 -0.00202 0.045586 0.44077 0.001904 0.439312 0.03977 -0.184547 -0.516238 0.045504 0.063043 -0.054629 -0.167501 0.06395 -0.360523 0.289753 -0.085882 -0.224575 -0.00648 0.319759 0.203619 0.074831 0.014361 0.355264 -0.139918 -0.10595 -0.499864 0.195165 -0.213665 -0.258028 -0.076835 -0.146319 0.504549 0.085153 -0.104996 0.095412 -0.26795 0.207813 0.353179 -0.236624 -0.167037 -0.072993 0.165738 0.126268 -0.372238 0.408409 -0.221696 -0.195588 0.589005 -0.193827 -0.380146 0.202551 0.137463 -0.33577 0.028872 0.110738 -0.023483 0.237792 -0.382134 0.239352 -0.051863 0.379419 -0.135447 -0.204417 0.067892 -0.020011 -0.352613 0.120175 -0.05782 -0.196082 -0.25166 -0.188246 0.202984 -0.714178 -0.269797 -0.050622 -0.1727 -0.098496 0.188559 0.114084 0.222907 -0.068781 0.090366 0.114525 0.072676 -0.014436 -0.915594 0.219805 -0.118171 0.178022 0.040917 -0.015711 0.097133 0.349947 -0.007074 0.307108 0.332032 0.26041 -0.078077 0.153297 0.532586 -0.067844 0.173014 -0.101746 -0.058168 -0.049007 0.0256 0.00743 0.338739 -0.040346 0.027791 0.183143 -0.010488 0.066977 -0.221401 0.159704 0.456702 -0.224804 1.8e-05 0.307706 -0.480193 0.187707 -0.501859 0.059441 -0.006669 0.09607 0.190008 -0.184653 -0.094106 -0.185922 -0.171417 0.058277 -0.046431 -0.158303 0.250952 -0.06446 -0.331892 -0.062991 0.283924 0.304727 -0.06579 0.160395 0.081927 -0.258462 -0.050502 0.177354 1.131874 -0.176352 0.180672 0.154821 -0.011382 0.131999 0.214089 0.056741 -0.088453 -0.310215 -0.241994 -0.159101 -0.122145 -0.488045 0.087045 0.198215 0.169472 -0.169854 -0.016315 0.065302 0.287593 0.015873 -0.061489 -0.189226 -0.325958 -0.322091 -0.068959 0.22249 -0.150928 -0.088367 -0.191141 0.293417 0.115727 0.322639 0.106007 0.149171 -0.115247 -0.201779 0.30306 -0.362616 -0.324573 -0.25313 -0.297537 -0.342493 0.348803 -0.104657 0.278375 -0.282255 -0.054559 -0.216466 -0.046139 0.268394 -0.13802 0.088819 -0.397976 -0.261339 0.127866 0.307328 0.118221 -0.208107 -0.011794 0.187116 0.524819 0.117589 -0.07617 -0.239144 0.101223 0.023546 0.115116 0.176155 -0.085732 0.017506 -0.185496 0.040114 0.003338 0.090341 0.32825 0.100585 -0.061057 -0.152565 -0.014482 -0.360089 0.096131 0.178453 -0.199593 0.333211 -0.126279 0.376632 -0.407868 0.096974 0.098799 0.179825 0.149572 -0.073268 -0.189154 0.296029 0.274986 -0.034017 -0.068748 0.068163 -0.102046 -0.079234 -0.006258 0.036862 -0.118262 0.253153 0.058441 -0.145079 0.268956 0.355745 -0.06752 0.132345 -0.011117 0.201639 0.18704 0.190288 -0.176707 0.00551 -0.279395 0.182947 0.109217 -0.254918 0.124183 0.322939 0.019196 0.068502 0.050121 -0.087168 -1.53472 0.13198 -0.201699 -0.031785 0.02296 -0.121237 0.004841 -0.063176 -0.271655 0.007743 0.236377 0.284202 -0.067484 -0.023483 0.116098 0.228851 0.003678 0.006456 0.131901 0.001089 -0.083426 0.252909 0.054272 0.096633 -0.039432 0.055281 -0.120497 0.287806 0.192001 -0.389646 -0.295294 0.127405 -0.880878 -0.108011 0.082949 0.205881 -0.168552 -0.128454 -0.261649 -0.172424 -0.049247 -0.718544 -0.059726 0.020482 0.261377 0.03005 0.02254 -0.068304 -0.255704 -0.194484 -0.168636 0.030533 0.003963 0.034154 0.198196 -0.314764 0.013281 0.369598 0.244798 -0.051104 -0.102849 -0.117441 -0.311438 -0.408651 -0.252766 0.186214 -0.187895 0.211376 0.049136 0.394017 0.107329 -0.226167 0.405567 -0.152844 0.182444 -1.305049 0.150067 0.251803 -0.220253 0.102262 -0.20795 0.371093 -0.118876 -0.299923 -0.209768 0.097601 0.269398 -0.261612 0.184711 -0.065457 0.263208 -0.257204 0.383245 0.155468 0.337583 0.028497 -0.044955 0.18348 0.285282 0.159068 -0.090375 -0.297082 0.057604 0.201681 -0.020191 0.001838 0.208098 -0.18652 -0.103403 -0.070431 0.022232 0.364761 -0.03511 1.167316 0.277757 -0.223362 -0.079517 0.340989 -0.011194 0.156521 -0.14842 -0.410859 -0.162642 0.121785 0.516076 0.200403 -0.320583 0.023776 -0.259417 0.02922 0.240747 -0.065856 0.045576 0.348309 0.069033 -0.373569 0.262261 0.027882 -0.077495 -0.017325 -0.248306 -0.178986 0.139696 -0.220383 0.279674 0.028821 -0.240051 -0.228898 0.193957 0.33924 0.143426 0.22815 0.046455 -0.120659 0.448117 -0.253758 0.013878 0.002515 -0.173002 -0.112452 -0.0668 -0.004478 -0.025324 0.039179 -0.046569 0.129656 -0.113448 -0.119783 -0.264297 -0.10662 0.151543 2.370189 -0.046402 -0.226559 0.158941 -0.057015 -0.094351 0.042306 -0.085491 0.174688 -0.248903 -0.068802 0.035393 0.084772 0.177631 -0.29884 -0.223981 -0.07149 -0.019984 0.040271 0.051866 -0.038606 -0.132635 -0.25456 0.086042 -0.281848 -0.114124 0.047922 0.135936 -0.136627 -0.072275 -0.125594 -0.122416 -0.001903 0.331692 0.38788 0.193962 0.142862 0.314903 0.255359 -0.157385 -0.502644 0.197395 0.018903 0.252272 -0.112517 -0.043271 -0.147282 -0.070637 0.3057 0.48508 -0.185413 -0.220194 -0.099192 0.215327 0.045826 -0.28003 0.093563 0.038129 0.273965 0.205394 -0.644801 -0.366749 -0.300106 0.164831 0.120584 0.071065 -0.081123 0.165609 -0.102566 -0.049218 0.079747 0.177401 0.294316 -0.12389 0.02984 -0.391245 -0.093724 0.195404 0.018313 -0.158024 0.394902 -0.111064 -0.084515 -0.080692 -0.000216 0.077487 -0.046528 0.476318 0.229885 0.104246 0.153158 -0.100104 -0.082963 -0.409307 0.077274 -0.187962 9.9e-05 -0.081325 -0.218072 0.72885 0.085341 0.175378 0.298123 -0.241282 0.120378 0.31674 0.022746 -0.324764 -0.039774 0.338131 -0.031471 -0.0196 0.287227 -0.234558 -0.09197 0.356779 -0.271889 -0.307061 0.051956 0.113432 -0.384073 0.022151 0.044324 0.151136 0.115608 -0.176544 0.20844 0.180618 0.274178 -0.27879 -0.217305 0.17365 0.144713 -0.155108 -0.00103 -0.067407 -0.04927 -0.071663 -0.424563 -0.074822 -0.799938 -0.488848 -0.182002 -0.076775 -0.075947 0.154801 0.220449 0.378757 -0.122483 0.088003 0.309574 0.003828 0.124556 -0.717922 0.075312 -0.123958 -0.117155 0.239899 -0.111039 -0.252969 0.454646 -0.076115 -0.016056 0.334366 0.138126 -0.186111 0.180975 0.338365 0.185845 0.3165 -0.200244 0.173164 0.10509 0.262066 0.003215 0.21397 -0.022073 0.089351 0.257771 -0.299914 0.042539 -0.35048 0.324225 0.194926 -0.324819 0.231126 0.056354 -0.482261 0.469175 -0.255113 0.25451 -0.073823 -0.101973 0.227208 0.130445 -0.295798 0.004692 -0.218329 -0.248151 0.13869 -0.200716 0.264808 -0.064473 -0.264054 -0.076671 0.470375 0.38018 -0.012102 0.033415 -0.128779 -0.142068 -0.169864 -0.087662 0.763265 0.060649 0.13474 0.128796 0.155122 0.107692 0.084061 0.117416 -0.161686 -0.19102 -0.257885 -0.259114 0.211406 -0.623024 0.175338 0.041433 -0.047628 -0.269011 0.035725 -0.08957 0.137939 0.143835 -0.255675 -0.204685 -0.365745 -0.14143 0.015166 0.134104 -0.219792 -0.156095 -0.2427 0.112959 0.041374 0.372167 -0.152467 0.184836 -0.05121 -0.218493 0.172138 -0.068086 -0.440044 -0.45003 -0.093043 -0.294607 0.136196 0.308076 0.237831 -0.203091 -0.204752 0.118386 -0.195568 -0.061992 -0.107621 0.251324 -0.176074 -0.296899 -0.125498 0.348061 0.019494 -0.220018 -0.17446 0.191133 0.2184 0.081285 0.092901 -0.109677 0.194322 -0.031769 0.075449 0.21203 -0.191125 -0.061457 -0.00039 -0.065317 0.011795 0.017551 0.376138 0.175414 -0.043437 -0.12135 0.243122 -0.736338 0.038506 0.11173 -0.371728 0.080422 0.101653 0.237482 -0.058188 -0.181205 0.173796 -0.097862 -0.002871 0.301753 -0.24378 0.213794 0.298563 0.278642 -0.226339 0.156268 -0.264369 -0.048467 0.216964 -0.149428 0.067645 0.297509 0.221985 0.004451 0.287971 0.131677 -0.158821 -0.258689 0.051236 -0.16251 0.214251 0.268217 -0.063211 0.01749 -0.051132 0.08451 0.166906 -0.171762 0.120622 0.497887 0.06498 0.167781 0.023973 0.098617 -0.810846 0.263598 -0.096354 0.22292 -0.107284 0.155768 0.055145 -0.18938 -0.151435 0.115915 0.147861 0.275956 0.023762 -0.264179 0.246257 -0.022063 -0.044498 -0.021129 0.252162 0.011375 0.250148 0.190177 0.44564 -0.009658 0.000625 0.279405 -0.203323 0.258593 0.27558 -0.125815 -0.1004 -0.122617 -0.818491 0.04064 0.093099 0.126684 -0.265544 -0.238651 -0.107853 -0.350902 -0.007864 -0.442845 0.014375 -0.128419 0.070806 0.065901 0.02004 0.127754 -0.396078 -0.334866 -0.156423 0.175399 -0.230889 0.197081 0.144532 -0.150321 0.156136 0.49211 0.042534 0.203869 0.211064 -0.127245 -0.252934 -0.671981 -0.564175 -0.017126 -0.18097 0.150433 0.371148 0.135626 -0.065275 -0.18735 0.443174 -0.313756 -0.066301 -2.076499 0.139501 0.373726 -0.319091 0.040077 -0.117454 0.052421 -0.243373 -0.367149 -0.04697 -0.102374 0.017362 -0.117543 0.015672 -0.163613 0.276566 -0.082405 0.202326 0.141861 0.189371 0.070624 -0.327617 0.076149 1.679652 0.162959 -0.051415 0.043124 0.040817 -0.10232 0.048357 -0.300288 0.371806 -0.230016 -0.288622 -0.020281 0.325243 0.059596 0.041029 1.471129 0.139735 -0.311399 -0.204238 0.236093 0.362786 0.188289 -0.228503 -0.281016 -0.198425 0.097133 0.410905 -0.113316 -0.573859 -0.151807 -0.133225 -0.097612 0.209547 -0.120844 0.223106 0.198343 -0.296945 -0.469985 0.221558 -0.051356 -0.025307 0.275821 -0.166599 -0.153174 0.121022 0.080795 0.217387 -0.189377 -0.044539 0.019171 0.253816 0.146709 0.06492 0.330956 -0.121193 0.006322 0.251195 -0.099365 0.147274 -0.102378 -0.195929 -0.165494 -0.14816 -0.021986 0.172711 -0.036023 -0.261874 0.195695 -0.325634 0.012647 -0.086702 0.055078 0.064923 1.781765 -0.219549 -0.217439 0.048355 0.015963\nỗ 0.291096 0.314981 0.147353 -0.155512 0.114329 -0.382608 0.098413 -0.108346 0.056414 -0.086306 -0.080038 0.008496 -0.343119 -0.202597 0.193133 -0.38356 0.103134 -0.386766 -0.070645 -0.174021 -0.041194 -0.06969 0.173639 -0.301565 -0.121224 0.162006 -0.365096 0.039169 0.125326 0.109809 0.427381 -0.118878 -0.116209 0.088868 0.147074 -0.517131 0.098224 -0.251823 0.021802 0.123236 -0.037763 0.061611 -0.48516 0.606485 0.118345 -0.428397 -0.063127 0.075932 -0.002726 0.27344 -0.60461 -0.345102 -0.078198 0.192067 -0.14554 -0.111913 -0.042611 0.151593 0.275743 0.01179 0.00142 -0.137647 -0.051624 0.136463 0.059152 0.417359 -0.069115 0.432066 -0.079536 -0.040498 -0.528198 0.046877 -0.107838 0.027315 -0.109288 0.13834 -0.473791 0.339439 -0.077383 -0.25393 -0.029226 0.159169 -0.018078 0.171418 -0.059989 0.069366 -0.015605 0.032317 -0.352602 0.049331 -0.422298 -0.487834 -0.06252 -0.379315 0.733135 0.064592 0.090174 0.159451 -0.242197 -0.001798 0.474908 0.007663 -0.333678 0.088045 0.203241 0.262559 -0.334805 0.327171 0.061999 -0.376003 0.558359 0.05341 -0.429646 0.127747 0.333219 -0.613231 0.058243 0.194478 0.180884 0.241066 -0.24221 0.475781 -0.106558 0.062702 -0.213649 -0.434303 0.062439 -0.026143 -0.490064 0.06543 -0.073836 -0.286097 -0.222954 -0.313508 0.221599 -0.767894 -0.27417 -0.048894 -0.38149 0.009805 0.248429 0.122907 0.145341 -0.301308 0.336973 0.267283 0.108052 -0.191242 -0.929347 0.006477 0.02994 0.150264 0.021308 0.257592 0.210278 0.37287 0.065073 0.280895 0.195703 0.255601 -0.045602 -0.221987 0.626504 0.045554 0.120233 -0.147298 0.207278 -0.154823 0.33936 -0.003962 0.365814 0.006732 0.197813 0.065336 -0.100096 -0.0208 -0.235223 0.331701 0.547662 0.037766 -0.134268 0.39776 -0.547342 0.194339 -0.314799 0.099372 0.158472 0.122762 0.079306 -0.108868 -0.372306 -0.208225 -0.224139 0.204705 -0.077009 -0.186238 0.228556 0.033256 -0.187194 -0.031068 0.176559 0.258797 -0.210836 0.075551 -0.124384 -0.22007 -0.090251 0.138996 1.133745 -0.174433 0.281711 0.28493 -0.166498 0.064741 0.19219 0.118219 0.222267 -0.236847 -0.378062 -0.18119 0.008418 -0.496554 -0.038746 -0.079696 0.310701 -0.130757 -0.03544 0.160713 0.564829 0.015743 -0.28101 0.016181 -0.358117 -0.160484 -0.134917 0.340796 0.046649 0.011485 -0.20576 0.191328 0.078254 0.404152 0.08512 0.301516 0.184297 0.003233 0.281357 -0.488717 -0.199757 0.090683 -0.344194 -0.399412 0.359303 -0.007366 0.143576 -0.59046 0.090309 -0.308606 0.041324 0.203719 -0.293571 -0.041696 -0.297476 -0.363752 0.321556 0.200904 -0.09102 -0.282676 -0.050295 0.063764 0.510989 0.045095 0.133384 -0.12102 0.191481 -0.299422 -0.000682 0.427818 -0.116251 -0.068901 -0.087165 0.151059 -0.075315 0.216794 0.334203 0.166482 -0.021787 -0.268898 -0.203713 -0.625581 0.148613 0.153979 0.036521 0.325482 0.310218 0.406541 -0.346028 0.062437 0.19329 0.337255 0.036106 -0.081042 -0.067644 0.344496 0.130301 0.00178 -0.058946 0.041583 -0.325277 -0.023211 0.202886 0.180207 -0.119372 0.398596 0.074608 -0.13598 0.150862 0.411609 -0.167358 -0.104521 -0.056423 0.532479 0.19586 0.101897 -0.098765 0.055498 -0.219961 0.113423 0.160533 -0.360783 -0.021721 -0.105317 0.015517 -0.053699 -0.099253 -0.216198 -1.437777 0.252316 -0.327406 -0.205274 -0.026654 -0.028138 0.089832 -0.121232 -0.148325 -0.095993 0.32664 0.194873 -0.162328 0.175451 0.130587 0.162669 0.11771 -0.011266 0.058833 -0.002435 0.187776 0.135268 0.114175 -0.006075 0.014394 0.102071 -0.332174 0.172713 0.093208 -0.514583 -0.09891 0.277622 -0.997307 -0.237298 0.041296 0.14964 -0.072812 0.019079 -0.628565 -0.021162 0.244046 -0.776554 -0.101559 -0.071271 0.12003 0.123252 0.306492 -0.105446 -0.195488 -0.210688 -0.119759 0.022632 0.036211 0.132747 0.020602 -0.440476 0.019141 0.041042 0.134552 -0.084952 -0.034462 0.045687 -0.355284 -0.433481 -0.053543 0.08526 0.051972 0.018628 0.008251 0.524142 0.084601 -0.108248 0.238763 -0.125742 0.34479 -1.502391 -0.262014 0.287401 -0.176867 0.1866 -0.265533 0.148391 0.001581 -0.552302 -0.232093 0.111033 0.413609 -0.193679 0.170694 -0.186947 0.362513 -0.083308 0.19579 0.308428 0.643032 0.066857 -0.089875 0.233903 0.159333 0.123294 0.006047 -0.268661 0.043577 0.125831 0.119918 -0.122129 0.1093 -0.079272 -0.117809 -0.19246 0.029005 0.225472 0.069215 1.41187 0.160202 -0.179462 0.053769 0.211481 -0.058538 0.179525 0.005413 -0.396261 -0.058103 0.222194 0.649995 0.017617 -0.236631 0.085377 -0.070057 0.038833 0.243727 -0.049319 -0.263866 0.481406 -0.13277 -0.206126 0.423128 0.273008 0.071902 0.009261 -0.169426 -0.374359 -0.202014 -0.277007 0.1514 0.279978 -0.330048 -0.364889 0.186822 0.48192 0.218238 0.175254 0.095477 0.126528 0.193553 -0.319067 0.04932 -0.180058 -0.012687 -0.037821 -0.448007 -0.253072 -0.087779 0.078318 -0.214979 0.129426 0.010725 -0.053542 -0.29688 0.045682 0.189184 2.406362 -0.221455 -0.199394 0.269673 -0.013886 -0.080101 0.25781 0.096083 0.161653 -0.197953 -0.116549 0.081333 0.211032 0.265246 -0.387092 -0.345467 -0.118438 -0.110073 0.028844 0.18238 -0.090862 -0.233782 -0.266101 0.120751 -0.160429 -0.130127 0.05181 0.17277 -0.28215 0.013977 -0.141862 -0.247702 -0.023298 0.348701 0.182156 0.15239 0.076589 0.182736 0.418698 -0.089867 -0.735541 0.048852 0.068329 0.041028 0.082434 -0.077859 0.106405 -0.333797 0.49082 0.366685 -0.036089 0.019452 0.13582 0.027258 0.045233 -0.37646 -0.049492 0.061504 0.067637 -0.056074 -0.544908 -0.297498 0.104692 0.330035 0.133832 -0.252143 -0.237942 0.085276 -0.019499 0.178288 -0.07607 0.049896 0.348727 -0.157423 0.035949 -0.392272 0.005366 0.120834 0.065786 -0.179706 0.386482 -0.249427 -0.027564 0.02841 -0.075099 0.120042 -0.409097 0.292509 0.166199 0.217282 -0.064319 -0.044699 -0.208437 -0.251499 -0.077781 -0.147137 -0.232134 0.065855 -0.323132 0.910966 0.010973 0.269225 0.22702 -0.184718 -0.021785 0.579861 0.334916 -0.392835 0.133316 0.2948 0.091341 0.025663 0.173365 0.208425 -0.144735 0.302582 -0.015634 -0.345569 0.112103 0.280857 -0.510749 0.012389 0.116467 0.069523 0.026164 -0.120377 0.315629 0.062808 0.193633 -0.414606 -0.476218 0.167495 0.184246 -0.274931 -0.18304 -0.072425 -0.218255 -0.167999 -0.518296 -0.095964 -0.662621 -0.412836 -0.045306 -0.309816 0.083709 0.340193 0.174975 0.342193 -0.138472 0.092746 0.493212 0.096799 -0.018341 -0.701232 0.006872 -0.051289 -0.028031 0.194299 0.072828 -0.283814 0.649527 0.200798 -0.201296 0.361596 0.187916 -0.164492 -0.211153 0.121573 0.39749 0.401593 -0.188324 0.322817 0.068111 0.441448 0.172979 0.224324 0.075046 0.120029 0.169265 -0.422131 0.061751 -0.483791 0.157593 0.324205 -0.178382 0.111517 0.232808 -0.74467 0.368709 -0.087367 0.330472 0.017948 -0.094932 0.175439 0.182897 -0.511778 0.020008 -0.124944 -0.216722 0.165745 -0.23437 0.278712 -0.034016 -0.104598 -0.03508 0.320828 0.170762 0.041892 -0.040248 -0.186638 -0.04477 -0.175216 -0.003063 0.712664 -0.051141 0.211154 0.166669 -0.117351 0.117109 0.176989 0.087417 0.064964 0.012077 -0.289284 -0.240895 0.237181 -0.623482 0.032911 0.148439 0.037807 -0.250413 -0.116331 0.039418 0.415771 0.093875 -0.412658 -0.047703 -0.385636 -0.016294 -0.14694 0.027212 -0.177694 -0.084908 -0.283683 0.087001 0.18458 0.351915 -0.187749 0.46576 0.149042 0.014419 0.199772 -0.231066 -0.290949 -0.358864 -0.201936 -0.313159 -0.005598 0.3147 0.074636 -0.303631 -0.086336 0.099959 -0.377194 -0.249926 -0.405868 0.089428 -0.201434 -0.34566 0.050113 0.372861 -0.136704 -0.260179 -0.167112 -0.010459 0.355529 0.024135 0.214485 -0.070417 0.232877 -0.152671 0.027584 0.432077 -0.160023 -0.096 0.252096 0.039398 0.014837 0.221655 0.221721 0.182849 0.032892 -0.111007 0.069101 -0.898447 0.211988 0.046462 -0.102786 0.146396 0.239327 0.291881 -0.153089 -0.198948 0.197543 0.068753 -0.10399 0.393192 -0.219104 0.334941 0.204216 0.213933 -0.068165 0.156743 -0.186792 -0.14356 0.254047 -0.028881 0.10318 0.270066 0.440649 -0.072758 0.3458 0.293274 -0.215019 -0.41554 0.016789 0.233061 0.159728 0.271631 0.28041 -0.043397 -0.01407 0.077044 0.268134 -0.229598 -0.183958 0.208022 0.191869 0.118663 -0.278695 -0.067582 -0.58351 0.290828 -0.093379 0.03249 -0.269657 0.368291 0.081465 -0.113303 -0.114821 -0.03077 0.279453 0.259567 -0.122061 -0.138138 0.303588 0.06407 0.019253 -0.012071 0.170916 0.040231 0.63978 0.052127 0.537454 -0.134129 0.036988 0.196827 -0.362786 0.127625 0.172759 -0.276931 -0.108057 -0.061292 -0.814754 -0.032594 0.089977 -0.007731 -0.067017 0.000788 -0.337348 -0.30818 0.090543 -0.403092 -0.051604 -0.08202 0.058083 0.224807 0.107748 0.208213 -0.223167 -0.265857 -0.150097 0.191434 -0.194241 0.227133 -0.016235 -0.287817 0.21424 0.207758 -0.051202 0.276969 0.212188 0.13724 -0.36868 -0.565463 -0.470139 0.035697 -0.059497 0.04446 0.334047 0.15712 -0.191092 -0.202888 0.341394 -0.174996 0.21478 -2.057648 -0.101198 0.504758 -0.39603 0.147379 -0.205814 0.037064 -0.268778 -0.400776 -0.007953 -0.025999 0.192504 0.019434 0.066958 -0.35292 0.28363 -0.171607 0.04847 0.236625 0.283999 0.064712 -0.267149 0.191863 1.407821 0.239978 -0.140408 0.106461 -0.117141 -0.063439 0.064346 -0.200811 0.24117 -0.146447 -0.336978 -0.040049 0.32597 0.171598 0.042648 1.456683 -0.099769 -0.538751 0.08612 0.105996 0.320663 0.334082 -0.099878 -0.276366 0.010438 0.349491 0.391665 -0.270586 -0.436767 -0.043844 0.065415 0.046571 0.073319 0.05224 0.036789 0.168891 -0.355546 -0.392807 0.351312 -0.038218 -0.070891 0.45913 -0.133642 -0.560098 -0.090394 0.074157 0.063547 -0.018896 -0.135772 -0.018353 0.132423 0.290446 0.089488 0.346008 -0.074804 0.302625 0.137282 -0.05993 0.23211 -0.13677 -0.041347 0.050309 -0.332835 -0.225515 0.031335 -0.027035 -0.40759 0.220325 -0.248847 -0.001832 -0.053988 0.293048 0.012501 1.792202 -0.265501 -0.295471 0.01515 -0.154307\nă 0.272877 0.535979 0.305994 0.047396 -0.169554 -0.071172 0.171966 -0.157298 0.020244 -0.058661 -0.041335 0.023724 -0.143116 -0.075033 0.177936 -0.481409 0.083641 -0.214636 0.05861 -0.413133 0.047875 -0.36774 0.486926 -0.345055 -0.259257 0.077324 -0.277811 -0.045649 0.379314 0.05689 0.270897 -0.073741 -0.003417 0.165222 0.113025 -0.505082 0.205375 -0.165557 0.122907 0.434004 -0.053161 -0.088078 -0.092813 0.312694 0.109493 -0.646774 -0.270782 -0.231829 -0.24695 0.47586 -0.530119 -0.330938 -0.056178 0.113059 0.134962 0.169389 -0.0573 -0.023096 0.26958 0.093464 0.053882 -0.074959 0.388241 0.298937 0.379775 -0.017427 -0.046933 0.799137 -0.088756 -0.00043 -0.496574 0.108597 0.089717 0.02441 -0.189682 0.16066 -0.209205 0.497266 -0.070447 -0.298641 0.158802 0.267806 0.237451 0.119792 -0.0346 0.346102 -0.07264 -0.185182 -0.344642 0.2296 -0.340441 -0.249219 -0.138749 -0.219324 0.553901 -0.171588 -0.188927 -0.061781 -0.179531 0.347893 0.41751 -0.303666 -0.089032 -0.11794 -0.056127 0.10041 -0.31863 0.491401 -0.096103 0.151059 0.552265 0.034703 -0.377775 0.257764 -0.058133 -0.502211 0.110153 -0.055289 0.02934 0.394947 -0.248904 0.254207 -0.126117 0.164173 -0.145024 -0.299383 0.298045 -0.070341 -0.700112 0.13079 -0.021864 -0.295072 -0.102929 -0.193339 0.32751 -0.565562 -0.236406 -0.080818 -0.261881 -0.08224 0.104194 0.186974 0.190245 -0.082768 -0.17229 0.562277 0.172353 0.213181 -1.001484 0.261624 -0.135183 0.232087 0.328516 0.097072 -0.061093 0.043058 0.054633 0.438839 0.367854 0.263034 -0.069874 -0.140533 0.763904 0.114752 0.15053 -0.1379 -0.00803 -0.182548 9.6e-05 0.168225 0.657893 -0.180478 -0.267994 0.059118 -0.341168 0.051686 -0.635377 0.384026 0.433114 -0.382725 -0.115829 0.384137 -0.375331 0.226424 -0.498283 0.354847 0.025266 0.151898 0.098116 -0.07224 0.024666 -0.237217 -0.232942 0.452584 -0.202657 -0.241154 0.197006 -0.258749 -0.237976 -0.113373 0.343558 0.212816 -0.040021 0.128269 -0.00757 -0.364523 -0.100744 0.062732 1.148525 0.035804 0.312402 0.189473 0.146975 0.12961 0.326381 0.163741 -0.149731 -0.192324 -0.351768 -0.731499 -0.126348 -0.544049 -0.032807 0.101414 -0.009088 -0.464362 -0.308335 0.025308 0.167663 0.128464 -0.184405 0.233322 -0.266639 -0.164312 -0.089971 0.203019 0.119231 -0.071499 -0.29484 0.110662 0.229921 0.272595 0.04263 0.101522 0.127181 0.124612 0.291711 -0.344288 -0.410059 0.233003 -0.3195 -0.422097 0.4499 -0.110267 0.246259 -0.282596 0.013919 -0.158678 -0.011067 0.141121 -0.177018 -0.294478 -0.335898 -0.304726 0.331278 0.385786 -0.010406 -0.348884 -0.120356 0.260962 0.587842 0.164243 -0.156072 -0.096037 0.173585 0.107212 0.224562 0.716523 0.002374 0.149654 -0.245537 0.102522 -0.206003 0.231429 0.345495 0.117051 0.343336 -0.205402 -0.237122 -0.878565 0.223337 0.375627 -0.016783 0.499444 -0.088916 0.367843 -0.420135 0.111202 0.118244 0.237307 0.078566 -0.140554 -0.49801 0.259933 0.105536 0.014608 -0.298311 -0.093067 -0.343279 0.00581 -0.02172 0.26352 -0.020751 0.474734 0.084405 0.24702 0.206834 0.527833 0.066443 0.030883 0.005623 0.269255 0.210349 0.330148 0.06286 0.165854 -0.149025 0.263274 -0.012331 -0.215661 -0.06598 0.023288 0.004517 0.20589 -0.508883 -0.178504 -0.943848 0.098707 -0.276205 0.083672 0.016753 0.040426 -0.107074 0.141084 -0.345739 0.018644 0.25223 0.652366 -0.163238 0.052557 0.111227 -0.074749 -0.004275 -0.286659 0.228532 -0.026382 0.191198 0.266944 0.395657 0.277918 -0.085305 0.167842 -0.07483 0.205528 0.162427 -0.166211 -0.173022 0.37329 -1.095971 -0.06239 -0.000776 0.175084 -0.186566 -0.191166 -0.607721 -0.148293 0.251793 -0.618892 -0.118771 0.053411 0.33625 0.166924 0.234655 -0.033495 -0.246436 0.105828 -0.449775 0.015884 0.067055 0.12765 0.151316 -0.360209 -0.172965 0.370392 0.132766 -0.245846 -0.292254 -0.262429 -0.24468 -0.421188 -0.461727 0.124913 -0.087829 0.207067 -0.091457 0.376764 0.11132 -0.266561 0.226616 -0.372612 0.219603 -1.275824 -0.004106 0.108434 -0.208438 0.078361 -0.257838 0.396738 -0.047095 -0.695244 -0.14616 0.046254 0.163627 -0.307113 0.354642 -0.146366 0.459297 -0.520498 0.378417 0.028943 0.328931 0.005608 -0.122477 0.201232 0.210045 0.2675 -0.068489 -0.371318 0.163744 0.050006 -0.132217 0.060185 0.361411 -0.224577 -0.187117 -0.134593 0.186782 0.110812 -0.222448 1.224097 0.312793 -0.414571 0.236108 0.389832 -0.166132 0.299708 -0.166889 -0.30874 -0.041364 0.154983 0.769209 0.085868 -0.03334 -0.043069 -0.514581 0.016577 0.257853 -0.159055 0.314106 0.539287 0.007707 -0.295083 0.088309 -0.137915 -0.372249 0.042637 -0.060175 -0.541399 0.15843 -0.044145 0.239994 0.297623 -0.498833 -0.501059 0.228606 0.782247 0.316053 0.511831 -0.280781 0.020642 0.57452 -0.203669 -0.092755 -0.16255 -0.134371 -0.026381 -0.480061 -0.076136 0.143906 -0.150866 -0.056751 0.57905 0.037093 -0.046407 -0.21174 -0.270814 0.171664 2.509425 0.023296 -0.123668 0.35095 -0.353863 -0.127067 0.176804 0.004928 0.557725 -0.309955 0.070386 0.122069 0.079837 0.057514 -0.225804 -0.245357 -0.056495 -0.041153 0.119895 0.049525 -0.124916 -0.08142 -0.051138 0.335172 -0.523093 0.005113 -0.181975 0.385153 -0.319832 -0.047014 -0.074281 -0.176425 -0.0459 0.371065 0.266686 0.077541 0.086742 0.234245 0.434316 -0.292419 -0.742138 0.125065 0.366068 0.315036 0.086414 -0.081152 -0.164636 0.142597 0.281843 0.555217 -0.242051 -0.252098 -0.077249 -0.259508 0.127864 -0.381292 0.053913 0.237936 0.195991 0.119408 -0.448094 -0.570566 -0.264752 0.131714 0.316725 -0.228171 -0.398657 0.489563 0.013495 0.287776 -0.313786 0.175216 0.507566 0.04239 0.064637 -0.368355 -0.147423 0.408583 -0.022005 -0.342337 0.616575 -0.117449 -0.011064 0.098546 -0.12802 0.202938 -0.269568 0.671463 -0.13746 0.238386 0.160709 -0.123375 -0.421605 -0.404042 0.122099 -0.510186 -0.127183 -0.042831 -0.100546 0.544232 0.020705 0.155233 0.231501 -0.115159 0.353797 0.549017 0.089152 -0.345085 0.254123 0.159222 0.02283 0.180115 0.269871 -0.031977 -0.01183 0.126461 0.097125 -0.154886 0.12065 -0.15793 -0.498329 -0.157974 0.061275 0.216586 0.200617 -0.108033 0.001638 0.067214 0.439956 -0.242684 -0.308435 0.343099 0.061858 -0.422962 -0.163996 -0.224576 -0.071237 -0.13209 -0.379195 0.027025 -0.617132 -0.560493 -0.273306 -0.265714 0.104935 0.142297 0.32026 0.385366 -0.000777 -0.586618 0.812781 0.397035 0.004399 -0.575977 -0.04562 -0.13442 -0.274453 0.568421 -0.019303 -0.660372 0.221108 0.158892 -0.029585 0.532841 0.0735 -0.214531 0.075736 0.200872 0.322543 0.364277 -0.007853 0.06523 0.009305 0.20416 -0.017953 0.362121 -0.270434 -0.250591 0.155606 -0.439542 0.164301 -0.866781 0.325511 0.268527 -0.520908 0.16587 0.334589 -0.671975 0.537655 -0.132817 0.36094 -0.204493 -0.134634 0.22132 0.226849 -0.320875 -0.00604 -0.150726 -0.091448 0.12768 -0.127606 0.108411 -0.220728 -0.261481 -0.128428 0.443101 0.13805 0.149855 -0.048021 -0.293115 0.016844 -0.274623 -0.012041 0.640147 0.34922 0.167792 0.142289 0.022992 0.283716 0.023413 -0.078715 0.02212 -0.101287 -0.414307 -1.060901 0.028217 -0.577735 -0.064549 0.245301 -0.196481 -0.528771 -0.117408 0.059682 -0.224757 0.249602 -0.216654 0.093465 -0.129297 0.098458 0.131764 0.133155 -0.059417 -0.395599 -0.206865 0.019776 0.022686 0.491604 -0.204634 0.18502 0.005415 0.045908 0.110609 -0.07567 -0.506209 -0.017589 -0.212193 -0.310572 0.089174 0.129581 0.258558 -0.023571 -0.014237 0.077417 -0.209184 -0.080303 -0.654987 0.015598 -0.1742 -0.25659 0.030721 0.471447 -0.015552 -0.186976 -0.040609 0.077957 0.328783 -0.040281 -0.101884 -0.145917 0.18789 0.083266 0.14812 0.570477 -0.223187 8.5e-05 0.117165 -0.040823 -0.286344 0.102788 0.4426 0.034901 0.424219 -0.116214 0.112637 -1.024823 -0.156183 0.282852 -0.36261 0.251092 0.020646 0.215113 -0.042214 -0.288653 0.049829 0.024902 0.025236 0.246813 -0.193598 0.256936 0.30318 0.358636 -0.311202 0.197426 -0.248135 0.065049 0.146222 0.166678 0.234623 0.417977 0.699143 0.001728 0.410748 0.214154 -0.11724 -0.333246 0.082474 0.03227 0.188045 0.270912 0.170036 -0.125192 0.173355 0.220569 0.138383 0.192206 0.151095 0.373715 0.114305 0.180478 -0.554861 0.061697 -0.473801 0.288205 -0.212588 0.141218 -0.180931 0.451787 -0.125272 -0.072689 0.028414 0.021711 0.27675 0.551124 -0.181095 -0.495277 0.203722 -0.160677 0.129942 -0.271676 0.299133 -0.170625 0.628494 0.126146 0.808569 -0.058189 0.159937 0.215619 0.027059 0.085432 0.2345 -0.139855 -0.052738 -0.009392 -0.857203 0.129595 0.050945 0.038336 -0.341064 -0.500002 -0.43355 -0.372998 0.016805 -0.322254 -0.110377 -0.189199 0.490827 0.435169 0.173661 0.271808 -0.408916 -0.00744 -0.572026 0.071766 -0.183636 0.132723 0.023851 -0.290981 -0.041049 0.263621 -0.068879 0.120275 0.018471 -0.205482 -0.525813 -0.672722 -0.872717 -0.06076 -0.119623 0.12425 0.382274 -0.129033 -0.118016 -0.362697 0.520461 -0.223116 0.117611 -1.935131 0.064867 0.255541 -0.444079 0.35408 -0.28751 0.150884 -0.502129 -0.812097 0.249831 0.083892 0.121969 -0.002934 0.230323 -0.197428 0.335121 -0.3064 -0.124892 -0.137329 0.23213 -0.075404 -0.401536 0.406506 1.217999 0.27304 -0.185597 -0.033554 -0.023556 0.082448 0.205754 -0.177214 0.388878 -0.287574 -0.53329 -0.075858 0.489671 0.114865 -0.044782 1.359218 0.097661 -0.800195 0.070673 0.278253 0.289454 0.339028 -0.268052 -0.22938 -0.257186 0.12065 0.567439 -0.474099 -0.186597 -0.24324 -0.228432 0.05257 0.23944 -0.180604 0.348288 0.242786 -0.336152 -0.414917 0.11879 -0.213408 -0.405392 0.28825 -0.154296 -0.774747 0.270521 0.46876 0.127336 0.018165 -0.30533 -0.146027 0.281839 0.546467 -0.003643 0.702069 -0.243634 0.167477 0.3843 0.204351 0.158504 -0.068316 -0.031796 -0.102862 -0.4999 -0.089497 0.084704 -0.059502 -0.037004 0.404132 -0.137035 0.073782 0.178187 0.069762 0.08033 2.006874 0.001289 -0.198226 -0.120254 -0.272758\nM 0.258656 0.818986 -0.029861 -0.186451 0.088673 -0.037052 0.217223 -0.286563 0.140302 0.174346 -0.08575 -0.045305 -0.39505 -0.13754 0.227435 -0.350574 0.152011 -0.31372 -0.064856 -0.150363 -0.022764 -0.078941 0.667292 -0.384444 -0.369511 0.191159 -0.292251 -0.192824 0.370631 0.417797 0.445726 0.023764 -0.087261 0.009041 -0.10196 0.034506 0.040724 -0.310017 0.266651 -0.038931 -0.051262 0.029773 -0.047962 0.313668 0.236918 -0.73817 -0.489098 -0.491438 0.024734 0.166973 -0.220204 -0.170079 -0.085693 0.074379 0.344733 -0.061089 -0.058588 0.249743 0.395972 0.13787 0.082285 0.062475 0.158262 0.355047 0.412325 0.13331 -0.141915 0.508227 0.069408 -0.051369 -0.36315 0.138679 0.17631 -0.175581 -0.122603 0.297866 -0.321039 0.308111 -0.254124 -0.05623 0.501808 0.701187 0.13068 0.32762 -0.054225 0.310346 0.009913 0.005611 -0.357444 0.18298 -0.303601 -0.38995 -0.148278 -0.090245 0.475182 -0.218832 -0.10334 -0.093872 -0.160685 0.1854 0.24682 0.011075 -0.2172 -0.023179 0.328075 -0.192306 -0.383781 0.387201 0.031105 -0.071441 0.61232 -0.00713 -0.443346 0.237526 0.005827 -0.425921 0.128614 -0.103923 0.240148 0.242172 -0.280279 0.369678 -0.122966 0.045648 0.008578 -0.42778 0.164266 0.027523 -0.597477 0.216185 -0.11542 -0.626237 -0.021609 -0.111961 0.116727 -0.700039 0.120504 -0.040107 -0.3847 -0.145879 0.142632 0.163644 0.267419 -0.186456 0.168726 0.336801 0.376319 0.252925 -0.885658 0.057315 -0.036948 0.319689 0.179669 0.149745 0.271128 0.089993 0.206966 0.095622 0.443504 0.234665 0.246471 -0.109435 0.373964 0.00444 0.100932 -0.189326 0.112588 0.138573 -0.253484 0.136399 0.576778 -0.135108 -0.139185 -0.021585 -0.528046 0.277078 -0.498275 0.273516 0.400186 -0.317405 -0.089367 -0.010619 -0.4991 0.353336 -0.564707 0.080165 -0.057454 0.090009 0.119358 0.018935 0.096227 -0.103303 -0.109946 0.261189 -0.025964 -0.046268 0.22398 0.060652 -0.376764 -0.076689 0.387694 0.104291 -0.105971 0.111473 0.084028 -0.530401 -0.067748 0.156851 0.814642 -0.093629 0.193127 0.138666 0.238594 0.157617 0.127641 0.633797 -0.189413 -0.066334 -0.335765 -0.340575 -0.082328 -0.618287 -0.155719 -0.413139 -0.198289 -0.278818 -0.191532 0.113774 0.194147 0.277865 -0.070909 0.220742 -0.20195 -0.296945 -0.346223 0.107115 0.13719 -0.009271 -0.202937 -0.144407 -0.032058 0.304361 0.302831 0.288227 0.074668 0.309224 0.601643 -0.047207 -0.283963 0.079491 -0.468412 -0.294151 0.346534 -0.233947 0.051344 -0.427584 -0.065047 -0.138713 -0.069837 -0.03469 0.29322 -0.154978 -0.477285 -0.31059 0.148701 0.370682 0.190553 -0.226187 -0.062625 0.529714 0.725838 0.028645 -0.07125 0.131638 -0.170147 -0.083526 0.204772 0.613666 0.288962 0.005196 -0.102105 -0.01145 -0.068264 0.12005 0.441683 0.063537 0.2152 0.045421 -0.07484 -0.828298 0.179145 0.335278 0.185667 0.575145 -0.101707 0.225665 -0.184764 0.229381 0.143419 0.047104 -0.11256 0.037452 -0.115786 -0.010116 0.057677 0.417133 -0.192299 0.109589 -0.175889 -0.027662 -0.031529 0.21012 0.02392 0.466803 -0.056461 0.1729 0.005738 0.418989 -0.158608 -0.084971 0.011589 0.134891 0.042937 0.331389 0.351641 0.017407 -0.187537 0.173778 -0.250276 -0.168513 -0.37147 0.078345 0.028292 -0.020606 -0.345932 -0.126801 -0.489655 0.267803 -0.083029 0.164183 0.063686 -0.064812 -0.044833 0.1349 -0.262058 0.05249 0.270594 0.621211 0.19288 0.095382 0.168816 0.373861 -0.259182 -0.31507 0.505881 -0.039445 0.042896 0.388729 0.369328 0.170015 0.086337 0.288735 0.069799 0.068974 0.180337 0.008544 0.022757 0.283041 -0.960521 -0.281756 0.023605 -0.167304 -0.196914 -0.139571 -0.582348 0.046856 0.159692 -0.755579 -0.098855 0.040571 0.463063 0.328309 0.177292 -0.018166 -0.207506 -0.065262 -0.325343 -0.007102 0.096027 0.103018 0.284614 -0.409351 -0.206449 0.279684 0.377699 -0.06187 -0.30884 -0.218974 -0.114271 -0.237109 -0.402934 0.212784 -0.148963 0.229369 -0.012378 0.315798 0.128018 -0.131429 0.224568 -0.281749 0.18723 -1.211109 0.127589 0.12085 -0.171635 -0.00025 -0.415514 0.429233 0.303445 -0.548542 -0.033259 -0.122048 0.287772 -0.256025 0.281266 -0.180359 0.340367 -0.483399 0.422642 -0.050058 0.417926 0.158755 -0.002565 0.227173 0.406223 0.222936 -0.067676 -0.025144 -0.034441 0.040114 -0.140539 0.06618 0.292828 -0.342662 -0.149622 0.061164 0.112143 0.21882 0.064975 1.193626 0.239453 -0.044195 0.063656 0.497501 -0.061514 0.228376 -0.291989 -0.480083 -0.245074 0.439704 0.387606 0.232105 -0.119018 0.151949 -0.207491 -0.292037 0.077335 -0.025426 0.468137 0.320255 -0.006603 -0.183006 0.316821 -0.067823 -0.386503 0.17867 -0.159356 -0.85425 0.036905 0.041341 0.337872 0.169213 -0.491919 -0.157827 0.303357 0.541473 0.3862 0.572458 -0.251814 -0.127071 0.475122 -0.259106 -0.154329 0.174519 -0.109021 0.107247 -0.446294 -0.358959 0.123102 -0.070123 -0.169831 0.479898 -0.230127 -0.111181 -0.294592 0.025687 0.249087 2.222251 -0.070697 -0.095013 0.268317 -0.222757 -0.089344 0.3669 -0.163038 0.298517 -0.009402 0.109451 0.178811 0.036943 0.148647 -0.084235 -0.446358 -0.123381 -0.09432 0.311655 0.074562 -0.361911 -0.266301 0.059523 0.257067 -0.096946 -0.17782 0.548242 0.476451 -0.552728 0.017064 -0.048113 0.021232 -0.286264 0.24088 0.556033 0.609384 0.023834 0.420814 0.300676 -0.614466 -0.51127 -0.077211 0.177569 0.388799 -0.227267 -0.076383 -0.175435 0.370467 0.704205 0.589188 -0.519234 -0.242528 -0.033884 0.034459 -0.240093 -0.323468 0.15691 -0.004258 -0.116309 0.030915 -0.605015 -0.32847 -0.351459 0.410449 0.303262 -0.133498 -0.12694 0.578484 0.25909 0.187299 0.063579 0.207135 0.206578 0.23827 -0.128182 -0.299514 -0.07998 0.442764 -0.130654 -0.355946 0.843646 -0.086467 0.052824 0.044596 -0.110533 0.632012 -0.07481 0.757305 0.20344 0.237646 -0.10012 0.13626 -0.25299 -0.477106 0.088587 -0.131083 0.09164 -0.003412 -0.107213 0.337235 -0.065834 0.253153 0.29559 -0.287136 0.040454 0.295485 0.364914 -0.406447 0.241966 0.70712 -0.161985 0.002023 0.290442 0.057476 -0.347347 0.156946 0.141202 -0.391533 0.220195 -0.193991 -0.269444 -0.296563 0.115195 0.429613 0.306474 -0.083561 0.067804 0.222271 0.336659 -0.362033 -0.433956 -0.080359 -0.038744 -0.18264 -0.062061 -0.293106 -0.180939 0.094832 -0.344295 -0.423687 -0.50409 -0.407795 0.06997 -0.365509 0.142869 0.412664 0.346203 0.688602 0.117743 -0.340148 0.741248 0.155751 4.2e-05 -0.45086 -0.294124 -0.231095 0.258418 0.486929 0.007983 -0.486378 0.304185 0.140218 -0.082318 0.384738 0.092661 0.0613 -0.331128 0.001525 0.325042 0.231232 0.098235 0.11877 -0.096257 -0.09625 0.036353 0.230732 -0.226582 -0.336185 -0.030461 -0.458949 0.481167 -0.671505 0.433871 0.151507 -0.594624 0.171435 0.045214 -0.449203 0.477786 -0.06284 0.084972 -0.245438 -0.292594 0.124551 0.303888 -0.209774 0.140225 -0.02735 -0.161091 0.245405 -0.245387 0.154808 0.188948 -0.316159 0.022481 0.547169 0.090091 0.093439 0.060684 0.027029 0.070559 -0.158532 -0.273196 0.497674 0.276042 0.101451 -0.020385 0.303057 0.647646 -0.173324 0.176279 -0.283815 0.078393 -0.596173 -0.264226 0.3995 -0.374267 -0.317345 -0.020677 -0.276581 -0.351544 0.032877 0.078251 -0.217628 0.013509 0.079973 0.115747 -0.470495 0.087203 0.054861 0.084907 -0.455732 -0.145347 -0.320626 -0.524925 -0.185776 0.58062 0.033023 0.341566 -0.162861 0.044911 0.391404 0.331349 -0.557981 -0.271716 -0.449479 -0.254291 0.001354 0.205156 -0.198368 -0.230689 -0.203515 0.109643 -0.156479 -0.127792 -0.247741 0.097993 -0.263245 -0.218461 0.327952 0.382599 -0.133439 -0.330071 0.040294 0.555185 0.376702 0.006703 -0.120222 0.035741 -0.053763 -0.497695 0.272099 0.402418 -0.259963 -0.05039 0.041747 -0.066664 -0.146553 0.300563 0.810215 0.228046 0.121661 -0.052175 0.060261 -1.091035 -0.246068 0.138155 -0.344149 0.175517 -0.085931 0.175808 0.116843 -0.260284 -0.12581 -0.195363 -0.041604 0.196984 -0.185988 0.162179 0.023942 0.667371 -0.253239 0.196966 -0.234148 -0.002937 0.242719 0.249127 0.023842 0.380263 0.593276 0.236741 0.415454 -0.030561 -0.165211 -0.396123 -0.152923 -0.048244 -0.102617 0.401571 0.38125 -0.676397 0.169973 0.329507 -0.168932 0.127702 -0.105817 0.494129 -0.130632 0.077387 -0.254738 0.293219 -0.37462 0.376307 -0.119185 0.287565 -0.21068 0.26768 -0.081934 -0.191777 0.188147 0.072834 0.522285 0.596391 0.024407 -0.489418 -0.022657 0.155399 0.004405 -0.238188 0.499745 0.114296 0.704169 0.347167 0.661504 -0.331319 0.349789 0.25335 0.264477 0.173993 0.364166 -0.051627 -0.102423 0.205751 -0.634185 0.248852 0.013892 -0.130306 -0.233459 -0.453053 -0.638031 -0.455854 0.146444 -0.311424 -0.120292 -0.154426 0.691309 0.554888 0.052935 0.173162 -0.549462 -0.579421 -0.169407 -0.017861 -0.106032 -0.114686 0.247767 -0.049143 0.083563 0.495844 0.209901 0.301294 -0.151389 -0.148539 -0.261751 -0.428256 -0.542539 -0.158427 -0.103986 0.258895 0.245995 -0.034764 -0.232094 -0.168638 0.791058 -0.376758 0.084952 -1.898987 0.188049 0.390997 -0.281734 0.451797 -0.681033 0.07818 -0.233013 -0.712277 0.619521 -0.125999 0.27037 0.181112 0.274329 0.162112 0.480542 -0.160512 0.103796 -0.309676 0.344308 0.088157 -0.628363 0.313095 0.834203 0.160879 -0.294692 0.159037 -0.161112 0.233581 0.333227 -0.304049 0.42479 -0.640285 -0.38656 0.08263 0.562542 -0.0457 -0.031933 1.27948 -0.102844 -0.55307 -0.002464 0.18458 0.459145 0.31062 -0.394554 -0.461301 -0.395515 0.170851 0.319656 -0.414472 -0.18955 -0.058218 0.017534 -0.415236 -0.098276 -0.096287 0.497935 0.074293 -0.511062 -0.253435 0.612802 -0.07735 -0.557392 0.468509 -0.200207 -0.749925 0.268947 0.132942 0.160181 -0.182208 -0.188271 0.137174 0.445138 0.301942 -0.21569 0.686855 0.068195 -0.121679 0.042809 0.135124 -0.000821 0.144626 -0.138362 -0.164441 -0.422634 -0.467544 0.106913 -0.302343 -0.242987 0.520353 -0.550476 -0.108653 0.152858 0.119689 0.139765 2.022761 -0.038425 -0.326094 0.008275 -0.356959\nx 0.167935 0.057837 0.099927 0.089222 0.057689 -0.174954 -0.033797 -0.254954 -0.155899 -0.017069 -0.215891 -0.105701 -0.144492 0.153124 0.264693 -0.224251 0.084807 -0.104385 -0.331973 -0.305231 -0.092792 -0.072377 0.069681 -0.346889 -0.147443 0.038578 -0.294338 0.112119 -0.038559 -0.130887 0.32489 -0.177438 0.18097 -0.070317 0.103164 -0.295377 0.187066 -0.261795 0.437507 0.117158 -0.070019 0.109835 -0.345831 0.340518 0.329084 -0.476165 -0.07467 0.434427 -0.003186 0.271129 -0.340132 0.079585 0.092381 -0.141051 -0.145012 -0.19214 -0.221787 0.226115 0.198675 0.044506 0.352217 -0.081487 -0.049663 -0.025186 0.000711 0.391822 0.104537 0.191605 -0.135687 -0.065054 -0.469809 0.209672 0.146108 0.155342 -0.057798 0.00235 -0.360223 0.263479 -0.126679 -0.369427 0.064101 0.15896 0.208108 0.126618 0.129573 0.218498 -0.068469 -0.228508 -0.459487 0.053385 -0.31922 -0.129823 0.162408 -0.050769 0.606336 0.056685 -0.183732 0.108492 -0.245181 0.130693 0.404088 -0.32138 -0.167866 0.166056 0.009967 0.012767 -0.422931 0.378471 -0.316059 -0.110826 0.349863 -0.323531 -0.297449 0.334536 -0.020815 -0.386833 0.097498 -0.051717 -0.005427 0.377083 -0.19043 0.139134 -0.076145 0.447635 -0.446528 -0.141426 0.1716 -0.125126 -0.324208 -0.189139 -0.095666 -0.174884 -0.276249 -0.083423 0.067751 -0.782914 -0.416228 0.058439 -0.202403 -0.239324 0.081677 -0.183552 0.039078 0.023534 0.164889 0.328151 -0.155417 -0.328321 -0.88762 0.192424 -0.162885 0.047426 0.045857 0.016043 0.203105 0.3259 0.022123 0.460539 -0.038165 0.173792 0.116951 0.115137 0.456114 0.019374 0.107754 -0.038438 -0.22969 -0.044808 -0.042547 0.004397 0.383666 -0.071768 0.189384 0.302443 -0.06059 -0.17552 -0.019257 0.209777 0.326519 -0.206737 -0.01 0.278631 -0.742163 0.273223 -0.434936 0.25497 -0.063809 0.032172 0.217825 -0.085329 -0.211247 -0.159176 -0.084729 0.141088 0.020072 -0.167743 0.169155 -0.302032 -0.058172 0.074634 0.337352 0.306985 -0.090112 0.155222 0.28172 -0.059732 -0.003493 0.07127 1.103626 0.046627 0.314107 0.337393 0.006418 0.197541 0.218573 0.081723 0.101487 -0.458823 -0.35729 -0.244238 -0.471241 -0.515658 0.395326 0.250908 0.468384 -0.062628 -0.140238 0.210231 0.226924 -0.203282 -0.205466 0.059767 -0.336703 -0.303822 -0.202881 0.237378 -0.14364 -0.158778 -0.329063 0.218133 0.062581 0.532301 0.140658 -0.021947 0.001315 -0.247927 0.152662 -0.530857 -0.453543 -0.338696 -0.297247 -0.367438 0.171839 -0.103526 0.348176 -0.387123 -0.173994 -0.250239 -0.002262 0.411735 -0.093516 0.192912 -0.197511 -0.154198 0.25853 0.267093 0.260982 -0.185214 0.232332 0.018439 0.544838 -0.017222 -0.1556 -0.421382 0.154893 -0.060781 0.174089 -0.024696 0.030786 0.057124 -0.14912 -0.039108 0.035347 0.151709 0.210164 0.109544 -0.193244 -0.173236 0.064443 -0.357622 0.308609 0.440657 -0.230092 0.093999 0.003643 0.465081 -0.41351 0.033933 0.064387 0.076475 0.18157 -0.055993 -0.308688 0.141012 0.115846 -0.147117 0.227533 0.037958 -0.206017 0.081803 0.146745 0.062246 -0.376749 0.405594 -0.038294 -0.209567 0.33159 0.386361 -0.024039 0.043871 0.114724 0.553545 -0.007425 -0.011538 -0.309647 -0.151563 -0.286451 -0.122773 0.239053 -0.191948 0.18441 0.097888 0.072983 0.029955 0.146973 -0.161213 -1.762825 0.031699 -0.055742 -0.152285 -0.009306 -0.107799 0.178994 0.0432 -0.04074 -0.08956 0.349255 0.054579 -0.345494 0.033187 -0.086455 0.17693 -0.017167 0.204809 0.078787 -0.036863 -0.044153 0.127877 -0.025579 -0.088653 0.063342 -0.171372 -0.134736 0.109088 -0.033035 -0.706844 -0.359727 0.266445 -0.837325 -0.042199 -0.016732 0.225479 -0.075075 -0.151819 -0.496209 -0.163153 -0.06481 -0.669249 -0.161604 -0.045769 0.232891 0.167484 -0.14602 -0.016445 -0.084805 -0.335668 -0.269786 -0.172455 -0.008777 0.046963 0.193444 -0.259233 0.075431 0.321397 -0.095052 -0.193103 -0.207202 0.110147 -0.401667 -0.373417 -0.042167 0.235795 -0.060494 0.223691 -0.023305 0.31418 0.08055 -0.094171 0.297599 -0.064653 0.130105 -1.517452 0.11312 0.130123 -0.211667 0.087083 -0.2075 0.440046 -0.286953 -0.13433 -0.158841 0.096944 0.252502 -0.179163 0.189848 0.248784 0.264589 -0.261885 0.251146 0.227481 0.298453 -0.061201 -0.238565 0.206625 0.299347 0.100847 -0.033182 -0.435168 0.098247 -0.03089 -0.000459 -0.057235 0.220419 -0.184524 -0.078364 -0.103684 -0.044114 0.198086 0.195202 1.160932 0.275429 -0.38646 -0.046633 0.24016 -0.135146 0.07531 0.055734 -0.242877 -0.080768 0.141944 0.445688 0.123706 -0.316377 -0.10975 -0.436773 0.061655 0.408527 -0.119985 0.160224 0.231977 0.191702 -0.228527 0.09128 0.202079 -0.161713 0.117743 -0.028828 0.081098 0.182989 -0.307746 0.288679 0.103688 -0.150573 -0.286018 0.158086 0.130571 0.252796 0.070496 0.233936 0.130113 0.391024 -0.134519 0.176299 0.072835 -0.081886 -0.14012 0.054216 -0.021457 0.067846 0.181146 0.073935 0.341978 -0.169763 -0.169351 -0.004606 -0.023806 0.479934 2.252177 0.08736 -0.029864 0.206587 -0.092471 -0.082576 -0.013239 -0.073558 0.096873 -0.111219 -0.115332 -0.154581 0.066906 0.021992 -0.308003 -0.194315 -0.029261 0.190142 0.051267 -0.002927 -0.159101 0.075911 -0.31728 -0.015587 -0.512648 -0.181618 -0.092981 0.052103 -0.015556 -0.1602 -0.190396 -0.265879 0.121611 0.167008 0.237966 0.00349 -0.084055 0.173059 0.238939 -0.015243 -0.309133 0.278738 -0.142834 0.318582 0.081682 -0.101152 -0.181423 -0.302346 0.091824 0.449595 -0.285988 -0.052141 0.209869 0.076294 0.186676 -0.10221 -0.072185 0.225612 0.067073 0.152988 -0.662039 -0.441252 0.136522 0.051773 0.008191 0.045754 0.003105 -0.10409 -0.100041 -0.029958 0.148618 0.326881 0.314646 -0.279794 0.064159 -0.279973 0.217123 0.177505 0.336706 0.013794 0.270152 -0.119119 -0.20879 -0.062736 0.088949 -0.031381 -0.126832 0.222296 0.476537 0.030567 0.090594 -0.08814 -0.085002 -0.356843 -0.019047 -0.320775 0.047456 0.063623 -0.134007 0.928462 0.035376 0.130362 0.191164 -0.323813 0.072937 0.305477 -0.111474 -0.375291 0.036895 0.171837 -0.016554 -0.262569 0.366645 -0.308658 0.108545 0.200081 -0.333839 -0.072866 0.201272 -0.056037 -0.33287 0.159679 -0.17245 0.166246 -0.070774 -0.092091 0.046866 -0.109298 0.30858 -0.311144 0.042522 0.444165 0.066706 -0.106719 -0.430617 0.012742 -0.196281 -0.129512 -0.445292 -0.107524 -0.919486 -0.503763 -0.303593 -0.200966 -0.243999 0.049677 -0.153778 0.010893 -0.127021 0.307209 0.493687 -0.222067 -0.08891 -0.79927 -0.107218 -0.076839 -0.248959 0.146091 -0.200992 0.027839 0.363023 0.068941 0.03977 0.053859 0.164907 0.139515 0.148798 0.165921 0.199949 0.289892 -0.135653 0.143498 0.26488 0.255226 0.050637 0.403952 0.021302 0.249536 0.265587 -0.313606 -0.217896 -0.062648 0.300511 0.072662 -0.195544 0.346758 0.129183 -0.78243 0.416154 -0.217535 0.568326 0.01823 -0.007078 0.199779 0.04709 -0.196256 0.047567 -0.202953 -0.163556 0.129922 -0.175239 0.129026 -0.288042 -0.002644 -0.090602 0.459522 0.305823 -0.204391 0.116365 -0.082309 0.030244 -0.166074 0.019845 0.854552 0.090644 0.273688 0.375135 0.169461 -0.016586 0.255606 0.197831 -0.051581 -0.354132 -0.315962 -0.451685 -0.155656 -0.791365 0.528146 0.038604 0.160558 -0.311886 -0.235595 -0.0393 0.301335 0.121281 -0.265711 -0.054463 -0.301012 -0.285996 -0.080142 0.019128 -0.210386 -0.060323 -0.342924 0.15336 0.088071 0.515027 -0.135146 0.171932 -0.053695 -0.11421 0.09757 -0.361351 -0.43112 -0.43808 -0.088863 -0.343667 -0.058978 0.21406 0.349933 -0.209547 -0.328934 0.246787 -0.210936 -0.010074 0.026243 0.350294 -0.112063 -0.210996 -0.233911 0.325997 0.300832 0.017408 0.000264 -0.026134 0.315868 -0.151065 -0.099655 -0.274778 0.413528 -0.006915 0.063826 0.20094 0.215437 -0.092658 -0.039242 -0.251794 0.056633 -0.002827 0.038182 0.096959 -0.105891 -0.148922 0.447557 -0.676807 0.153112 0.261949 -0.468031 -0.069489 0.138291 0.256715 -0.071094 -0.140824 0.07689 -0.194974 -0.037306 0.25578 -0.207858 0.003505 0.309769 0.122122 -0.219132 0.152718 -0.244927 0.162993 0.390233 -0.02611 -0.131502 0.548155 0.076449 -0.059335 0.214623 0.288461 -0.256498 -0.203088 0.166384 0.147672 0.130823 0.068617 -0.290942 0.064385 -0.081023 -0.282956 0.140253 -0.228045 0.039708 0.255701 0.227675 0.136475 0.19997 -0.055379 -0.873688 0.212925 -0.068139 0.240326 -0.097592 0.230439 0.223574 -0.074331 -0.20882 -0.037933 0.179402 0.151154 -0.068743 -0.065227 0.300915 -0.093519 -0.147684 -0.050776 0.28388 -0.066886 0.230655 -0.048196 0.505285 -0.10472 0.077797 0.228406 -0.383149 0.035548 0.134595 -0.347291 -0.188882 -0.065485 -0.824091 -0.014874 -0.12244 0.064152 -0.102131 -0.307702 -0.143586 -0.216752 -0.009633 -0.30871 0.007323 -0.237593 0.005012 0.071331 -0.15219 0.174552 0.021939 -0.378246 -0.299418 0.126889 -0.111895 0.368152 0.125861 -0.195791 0.070808 0.589559 -0.074978 0.071107 0.20414 0.088399 -0.308847 -0.516619 -0.38998 0.166226 -0.193249 0.259752 0.202049 0.05356 -0.088653 -0.076765 0.123644 -0.015471 -0.285363 -2.312467 0.062577 0.287352 -0.444803 -0.095923 -0.097576 0.086659 -0.193037 -0.135984 -0.274318 -0.231484 0.033611 -0.050714 0.017174 -0.086617 0.217083 -0.203261 0.142178 0.363621 0.259932 -0.333092 -0.436115 -0.023789 1.93632 0.223765 -0.109586 -0.036559 -0.052478 -0.232021 -0.063233 -0.314023 0.329638 0.030136 -0.264019 -0.170009 0.234134 -0.056186 0.114469 1.3707 0.098324 -0.3825 -0.220304 0.211343 0.160155 0.187586 -0.116566 -0.108776 0.010029 0.155831 0.193396 -0.066078 -0.594889 -0.263727 -0.481695 0.033116 0.314452 -0.266219 0.260157 0.312045 0.028459 -0.210546 -0.09433 0.112715 -0.119882 0.355517 -0.089294 0.12382 0.171374 -0.036869 0.420626 -0.219593 0.069041 -0.070043 0.15039 -0.0645 0.11753 0.153475 0.001321 0.116348 0.311313 0.019959 0.18978 0.029636 0.14667 -0.036499 -0.126473 0.152345 0.236347 0.073509 -0.14943 0.218252 -0.203013 -0.016704 0.055668 0.146493 0.370406 1.579823 -0.012914 0.097716 0.054582 0.070207\nê 0.197637 0.380027 -0.06998 0.016957 0.069711 -0.19494 0.132409 -0.121277 -0.05269 -0.007273 -0.318139 -0.055964 -0.244168 0.06925 0.298681 -0.293108 0.197487 -0.258725 -0.153607 -0.220669 -0.223606 -0.218446 0.342636 -0.39885 -0.111864 0.129507 -0.281881 0.190634 0.202219 0.052992 0.191163 -0.079161 0.253959 0.236579 0.112878 -0.271162 0.29884 -0.225566 0.300105 0.11212 -0.044635 0.011205 -0.103931 0.466022 0.275572 -0.446143 -0.237462 -0.028819 -0.014165 0.297004 -0.456373 -0.212456 0.103103 0.08252 0.098908 -0.012426 -0.179307 0.121072 0.241834 0.103212 0.25955 -0.035471 0.11464 0.034216 0.05282 0.309146 -0.197947 0.409367 0.128729 0.009769 -0.539355 0.142991 0.223462 -0.008296 -0.312671 0.030722 -0.424715 0.62533 -0.205044 -0.177575 0.105201 0.164474 0.188448 0.183257 0.085741 0.449926 -0.07797 -0.209373 -0.408219 0.285591 -0.260719 -0.233163 -0.084971 -0.176673 0.505614 -0.236384 -0.097075 -0.088836 -0.340057 0.119288 0.242811 -0.258072 -0.074927 -0.152454 0.033439 0.16718 -0.224809 0.358425 -0.016718 -0.080981 0.406634 -0.037478 -0.147925 0.329098 0.065766 -0.371269 0.1223 -0.04129 0.005725 0.29445 -0.157482 0.321755 -0.063721 0.519067 -0.078375 -0.186848 0.299417 -0.068427 -0.527686 0.0705 -0.212073 -0.376825 -0.284867 0.028193 0.21384 -0.698345 -0.248191 0.073976 -0.269101 -0.098905 0.070226 0.081487 0.213269 -0.148225 0.072255 0.279549 -0.018261 0.003657 -0.925905 0.117246 -0.296652 0.106319 0.143192 0.260626 0.047691 0.148406 0.00102 0.311753 0.13236 0.164518 -0.039396 0.072536 0.48688 0.037645 0.061757 -0.054784 -0.091628 -0.025641 -0.0391 -0.023917 0.287035 -0.08822 -0.028138 0.196846 -0.208397 0.042786 -0.224157 0.200562 0.367583 -0.294985 -0.133575 0.265316 -0.319802 0.288502 -0.460777 0.107816 -0.047601 -0.007366 0.111768 -0.17206 -0.085984 -0.260616 -0.110967 0.130699 -0.058539 -0.000848 0.085044 -0.106014 -0.231873 -0.058251 0.339513 0.181828 -0.136197 0.120722 0.076467 -0.197009 -0.128326 0.149218 1.059791 -0.107641 0.287503 0.152258 -0.101792 0.141977 0.133017 0.198038 0.024041 -0.250343 -0.325294 -0.469916 -0.161201 -0.563796 0.066266 0.1895 0.281722 -0.30991 -0.097428 0.170565 0.173047 -0.172302 -0.065487 0.04088 -0.418893 -0.460729 -0.134652 0.119532 0.007287 -0.064708 -0.213516 0.10595 0.097694 0.361968 0.223144 0.248434 -0.009911 0.160075 0.34276 -0.380199 -0.462415 -0.061941 -0.144341 -0.312539 0.352283 -0.201624 0.191999 -0.330712 -0.180146 -0.186476 -0.097104 0.187525 -0.210867 -0.071284 -0.315885 -0.104971 0.214555 0.267271 0.289792 -0.334528 -0.011716 0.241694 0.429575 0.20921 -0.012008 -0.316238 0.024954 -0.023581 0.234598 0.322394 0.035342 0.020643 -0.208442 0.173588 -0.042719 0.046786 0.384271 -0.008714 0.021911 -0.124043 -0.139658 -0.615765 0.258358 0.324753 0.065833 0.308292 -0.098085 0.411705 -0.512772 0.094559 0.152652 0.142662 0.203556 0.012825 -0.218939 0.12049 0.360944 -0.123628 -0.021906 -0.022905 -0.146113 0.039451 -0.034678 -0.003149 -0.291917 0.371375 0.042159 -0.112421 0.286178 0.361966 -0.108616 0.025482 0.033723 0.095668 0.10345 0.198752 0.061064 -0.045923 -0.212713 0.021488 0.011429 -0.289523 -0.013074 0.123733 -0.074756 0.053346 -0.232069 -0.062089 -1.21674 -0.16262 -0.034025 0.038798 -0.041434 0.046787 0.132126 -0.065425 -0.37428 0.012846 0.214805 0.313252 -0.114945 0.118867 0.069899 0.029069 -0.078486 0.037069 0.264527 0.026559 0.048286 0.246224 0.025363 0.057677 0.046546 0.222037 -0.134634 0.116823 0.121775 -0.334457 -0.243616 0.134039 -0.913192 -0.068108 0.078465 0.174953 -0.201725 -0.133483 -0.417393 -0.09716 0.037797 -0.603015 -0.10582 0.002223 0.203561 0.101205 0.135311 -0.332798 -0.234949 -0.074427 -0.149586 -0.088912 -0.019744 0.099422 0.201343 -0.278518 -0.02077 0.181974 -0.075113 0.080735 -0.163128 0.025158 -0.215939 -0.307702 -0.243849 0.182123 0.038062 0.190422 0.103613 0.319474 0.230241 -0.216171 0.312651 -0.169892 0.193403 -1.350213 0.042495 0.314136 -0.215904 0.115894 -0.181642 0.328747 -0.178936 -0.448481 -0.144748 0.225985 0.359652 -0.205152 0.375673 -0.208867 0.324398 -0.162665 0.313526 0.107133 0.326946 -0.044149 -0.042127 0.216136 0.409518 0.088204 0.041563 -0.384558 0.068727 0.218813 -0.136574 0.01382 0.171554 -0.106686 -0.178232 -0.182685 -0.06602 0.267818 0.016254 1.195909 0.282157 -0.178842 0.101421 0.402449 -0.099205 0.254822 -0.091398 -0.31198 -0.081498 0.304091 0.516524 0.147749 -0.206753 -0.095799 -0.289642 -0.022398 0.183337 -0.21744 0.265382 0.304991 0.008669 -0.198516 0.126714 -0.072709 -0.243074 -0.002643 -0.351017 -0.361061 0.168473 -0.07388 0.120545 0.149244 -0.284162 -0.383532 0.464619 0.360697 0.092262 0.311392 -0.054123 -0.058984 0.371437 -0.380423 -0.001964 0.172976 -0.094046 -0.126497 -0.095537 -0.173461 0.097247 -0.028077 0.092697 0.341234 -0.208367 -0.101312 -0.283193 -0.041367 0.280751 2.400724 0.016217 -0.203497 0.132404 -0.271812 0.041819 0.179433 -0.146106 0.189122 -0.102408 -0.045138 0.031934 -0.057898 0.129898 -0.257076 -0.391614 -0.150042 -0.135077 0.134479 0.178467 -0.140377 0.17075 -0.195555 0.099369 -0.33506 -0.200269 0.064915 0.151682 -0.217082 -0.05888 -0.020724 -0.15574 0.198839 0.296938 0.314056 0.110293 -0.070888 0.441198 0.429093 -0.243983 -0.466521 0.151478 -0.049782 0.305429 0.182263 0.061743 -0.145451 0.00262 0.476873 0.490878 -0.144967 -0.32984 0.058869 -0.017116 0.055174 -0.223613 -0.005761 0.170403 0.114504 0.128252 -0.473808 -0.502183 -0.180024 0.185213 0.105655 -0.01988 -0.13489 0.196466 -0.120846 -0.00179 0.008239 -0.037775 0.32971 -0.003666 -0.05352 -0.373769 -0.022312 0.357625 0.050121 -0.273152 0.403152 -0.175749 0.147425 -0.184989 -0.014025 0.141993 -0.243734 0.56353 0.21785 0.183667 0.136235 -0.096906 -0.312022 -0.409449 0.095837 -0.292279 0.032222 -0.099434 -0.192014 0.621626 -0.140463 0.19605 0.145196 -0.319235 0.017515 0.360999 -0.021938 -0.315038 -0.059369 0.291035 0.011714 0.048899 0.244354 -0.022873 -0.036233 0.17858 -0.058684 -0.039559 0.194547 -0.028445 -0.454876 0.011562 -0.02964 0.221455 0.072183 0.065819 0.215082 0.088031 0.375643 -0.163872 -0.183614 0.135784 0.055338 -0.236679 -0.133621 -0.182332 -0.258553 -0.123736 -0.259648 -0.047917 -0.768363 -0.512759 -0.104252 -0.100961 -0.041859 0.045322 0.097944 0.46916 -0.126505 -0.126305 0.48082 0.016886 0.00976 -0.639872 -0.116342 -0.195323 -0.198637 0.357769 0.115202 -0.319443 0.306578 0.098322 -0.021462 0.208243 0.068967 -0.172213 0.087099 0.099292 0.325479 0.259538 -0.103799 0.211436 0.089712 0.190677 0.026006 0.102676 -0.168449 0.008552 0.215343 -0.379544 0.047937 -0.29717 0.188049 0.169262 -0.343028 0.105856 0.159359 -0.437345 0.562709 -0.21142 0.218159 -0.103126 -0.270207 0.175922 0.156104 -0.316381 -0.001114 -0.169634 -0.140679 0.151775 0.038451 0.029891 -0.088731 -0.209915 -0.129948 0.401687 0.350533 -0.139679 0.038554 -0.094112 0.028667 -0.213773 -0.007559 0.699228 0.256341 0.268289 0.149648 0.056626 0.070771 0.050042 0.162933 -0.016227 -0.16715 -0.395231 -0.559622 0.111422 -0.587338 -0.012197 0.065704 0.038905 -0.400739 0.056108 -0.014038 -0.063955 -0.032239 -0.181563 -0.05152 -0.38561 -0.208999 -0.030607 0.046597 -0.167387 -0.054367 -0.263532 -0.060119 0.032635 0.301124 0.034998 0.350354 -0.040005 0.109091 0.151169 -0.087009 -0.484627 -0.301235 0.060354 -0.25773 0.038799 0.192937 0.180869 -0.140471 -0.325655 0.215754 -0.118657 -0.054888 -0.332049 0.147096 -0.237456 -0.15603 -0.009804 0.309188 0.143006 -0.283426 -0.07388 0.16293 0.15407 0.019925 -0.006965 -0.145261 0.113311 -0.088659 0.255608 0.345512 -0.017733 0.007122 -0.025517 0.047523 -0.023362 -0.034356 0.364376 0.066443 0.090332 -0.188922 0.06553 -0.839294 0.028273 0.141713 -0.239312 0.103042 0.085225 0.332708 -0.053548 -0.210717 0.124285 -0.161996 0.095072 0.237402 -0.181221 0.112004 0.350136 0.280082 -0.118386 0.07564 -0.148976 -0.000133 0.188717 -0.125421 0.001185 0.501371 0.334044 -0.078438 0.373726 0.141087 -0.063585 -0.247327 0.097667 -0.110561 0.124464 0.337717 0.09882 -0.060008 0.036352 -0.080318 -0.012241 -0.09249 0.02691 0.369015 -0.079104 0.09986 -0.091047 0.127429 -0.630597 0.133718 0.042143 0.165561 -0.148416 0.273579 0.274666 -0.291772 -0.14175 0.052023 0.204397 0.38722 -0.054703 -0.178298 0.225748 -0.109859 -0.104845 -0.033048 0.252436 0.037183 0.389101 0.074427 0.392267 -0.044095 0.125353 0.36777 -0.164202 0.134066 0.235359 -0.146382 -0.22775 0.068436 -0.75111 0.12713 0.105241 0.111819 -0.315878 -0.276855 -0.259379 -0.359353 0.014609 -0.325495 -0.035139 -0.104622 0.232978 0.194798 0.156191 -0.073633 -0.357415 -0.259976 -0.23417 0.022935 -0.255413 0.242504 0.250964 -0.058272 0.212984 0.240222 -0.048975 0.256057 0.174423 -0.024542 -0.227813 -0.551318 -0.60905 -0.039133 0.012879 0.082782 0.441996 0.049876 0.08696 -0.18032 0.514644 -0.296161 -0.081627 -2.088692 0.102313 0.426627 -0.263739 0.07143 -0.040115 0.030399 -0.208565 -0.455215 -0.014834 0.06918 0.088146 -0.028959 0.15347 -0.289335 0.274972 0.072292 0.045026 0.076552 0.22654 -0.05184 -0.397323 0.213277 1.61167 0.134469 0.049723 -0.053117 -0.053985 0.091068 0.07342 -0.249445 0.241552 -0.201572 -0.316481 -0.115573 0.265714 0.136951 0.039012 1.385352 0.045959 -0.416602 -0.104798 0.328273 0.3563 0.269473 -0.170203 -0.259263 -0.228902 0.216994 0.341067 -0.131278 -0.396475 -0.226488 -0.0949 -0.22307 0.087849 -0.2625 0.159056 0.129907 -0.292298 -0.332538 0.139585 -0.191825 -0.219508 0.28454 -0.323117 -0.342997 0.21335 0.192366 0.117779 -0.103172 -0.130332 -0.109457 0.520357 0.103994 -0.029205 0.363156 -0.097848 0.026201 0.268424 -0.241363 0.279633 0.043641 -0.089586 -0.090096 -0.285012 -0.174101 0.234284 -0.078127 -0.06857 0.319462 -0.389307 0.062339 -0.183707 0.165008 0.089077 1.838942 -0.106783 -0.105076 -0.081022 -0.192778\nS 0.228073 0.713367 -0.109161 -0.056925 0.095281 0.010801 0.135728 -0.225652 0.007806 0.245087 -0.160616 -0.142381 -0.332263 -0.208761 -0.012686 -0.243275 0.185485 -0.164374 -0.104491 -0.082545 -0.002698 -0.069241 0.683594 -0.200611 -0.272278 0.216511 -0.363025 -0.005027 0.37381 0.37804 0.405132 0.008422 -0.068417 0.123773 -0.181394 0.131563 -0.141365 -0.330112 0.353348 0.193697 -0.037879 0.15685 -0.101147 0.305863 0.225894 -0.795109 -0.443555 -0.444777 0.127828 0.257717 -0.302188 0.024575 -0.024125 0.128348 0.286427 -0.108023 -0.140665 0.158825 0.450291 0.104853 0.010646 0.079495 0.057716 0.310374 0.320473 0.21271 -0.100314 0.460603 0.046044 -0.064961 -0.420362 0.142647 0.353583 -0.024998 -0.143798 0.428631 -0.336394 0.420254 -0.154613 0.07987 0.35551 0.624712 0.286256 0.297413 -0.17981 0.308903 0.049177 -0.035514 -0.562776 0.21742 -0.261933 -0.320528 -0.127179 0.056485 0.261779 -0.221205 -0.14824 -0.084283 -0.225163 0.198755 0.188773 0.087167 -0.220826 0.00526 0.313245 -0.301201 -0.408121 0.316344 -0.050347 0.015253 0.561045 0.046614 -0.302551 0.311785 0.017536 -0.315101 0.123387 -0.116452 0.102277 0.186708 -0.402568 0.455419 -0.058321 0.115997 0.035759 -0.348948 0.08246 0.038088 -0.5025 0.081917 -0.096846 -0.691288 0.04409 0.02898 0.076097 -0.621431 0.05975 0.114896 -0.280111 -0.181302 0.126812 0.403512 0.215112 -0.190137 -0.000753 0.375113 0.153862 0.243941 -0.914512 0.04621 -0.022858 0.304673 0.111101 0.141807 0.191318 0.19021 0.138283 0.11276 0.328382 0.347499 0.348116 -0.057202 0.242438 0.018653 -0.003509 -0.185223 0.133035 0.18455 -0.389881 0.008864 0.549071 -0.177166 -0.220729 0.240921 -0.438766 0.353512 -0.364797 0.076076 0.338363 -0.357952 -0.065613 -0.027511 -0.598786 0.50965 -0.716043 0.067311 -0.095564 0.130654 0.166637 0.065365 0.134438 -0.154944 6e-05 0.188113 0.193935 -0.125067 0.026117 -0.035816 -0.134947 -0.133822 0.334425 0.078356 0.065433 0.051329 0.20098 -0.417835 -0.07846 0.22399 0.588146 0.048204 0.120804 0.05713 0.145803 0.08067 0.039053 0.592922 -0.166592 -0.145524 -0.371106 -0.393749 -0.090596 -0.471508 -0.067903 -0.255697 -0.080611 -0.207037 -0.03031 0.119743 0.141593 0.279798 -0.026751 0.103356 -0.172692 -0.313097 -0.283508 -0.048447 0.151894 -0.071326 -0.29182 -0.124964 -0.004065 0.095505 0.370571 0.414528 0.07707 0.234451 0.57357 0.044639 -0.335572 0.019215 -0.326766 -0.177598 0.374256 -0.211533 0.076651 -0.407483 -0.274126 -0.144059 0.034406 -0.020556 0.319331 -0.174098 -0.48004 -0.342047 0.097404 0.394452 0.137151 -0.27955 -0.09118 0.358269 0.67568 0.033059 -0.186164 0.144237 -0.165884 -0.139923 0.332394 0.461617 0.204879 0.039044 -0.111996 0.162325 -0.064821 0.132039 0.362759 0.019664 0.204972 0.123718 -0.102525 -0.737311 0.185557 0.245322 0.135351 0.611419 -0.015271 0.277094 -0.129806 0.173893 0.150654 -0.081595 -0.051555 0.125692 -0.226713 0.073097 0.069544 0.414133 -0.110492 0.05906 -0.15171 -0.31261 -0.068592 0.267844 -0.029733 0.301772 -0.112014 0.096562 0.099296 0.333553 -0.287022 0.027882 0.01499 -0.0208 0.09806 0.296893 0.419321 -0.066458 -0.197842 0.176206 -0.250863 -0.052032 -0.380992 0.11554 0.081825 0.036121 -0.198751 -0.168571 -0.481759 0.131122 -0.080722 0.138392 -0.051721 0.012198 -0.177991 0.326554 -0.236854 0.121825 0.297503 0.3006 0.136222 0.075906 0.131393 0.42897 -0.256015 -0.221273 0.476003 0.079717 -0.029711 0.138813 0.310575 0.168408 0.106646 0.317744 -0.037772 0.023358 0.055104 -0.104874 0.120134 0.185934 -0.797417 -0.097663 0.008119 0.071921 -0.135667 -0.101686 -0.536361 0.241693 0.144895 -0.666905 -0.070574 0.184001 0.474122 0.324501 0.101682 0.001562 -0.17279 -0.119059 -0.366507 0.029456 0.017564 0.017494 0.195796 -0.45318 -0.080915 0.056405 0.246312 -0.028062 -0.224568 -0.227305 -0.177618 -0.088428 -0.25999 0.283507 -0.240871 0.303236 0.034899 0.280957 0.022831 -0.200848 0.297673 -0.276778 0.314449 -0.958129 0.090776 0.118193 -0.074448 -0.01804 -0.334173 0.498168 0.342175 -0.451026 -0.131224 -0.04733 0.251974 -0.270362 0.236186 -0.163042 0.303015 -0.446578 0.441974 -0.032582 0.329525 0.098202 0.007232 0.234423 0.318781 0.091449 0.009864 -0.015921 -0.049937 -0.057036 -0.097624 -0.011323 0.439731 -0.335612 -0.126627 -0.011074 0.043209 0.275056 0.0965 1.154771 0.253397 -0.061658 0.01548 0.47493 -0.156761 0.276203 -0.268474 -0.436475 -0.296053 0.509895 0.167815 0.211238 -0.031378 0.23652 -0.28447 -0.2976 0.107267 -0.058152 0.592269 0.138162 0.012128 -0.163136 0.236565 -0.100652 -0.387362 0.10522 -0.089208 -0.676 0.082932 -0.045335 0.311909 0.199661 -0.513196 -0.111366 0.281848 0.463055 0.531072 0.405833 -0.063286 -0.070394 0.516707 -0.286437 -0.204127 0.368807 -0.109598 -0.035557 -0.31615 -0.508492 0.10589 -0.135164 -0.081174 0.384245 -0.227674 -0.178332 -0.327394 0.115188 0.196953 2.135941 -0.020486 -0.291931 0.308119 -0.126459 -0.052126 0.239063 -0.159989 0.391349 0.037597 0.047579 0.100484 0.043385 -0.00192 -0.082165 -0.417733 -0.135274 -0.080569 0.242773 -0.139994 -0.251606 -0.138323 0.213311 0.240942 -0.022683 -0.237296 0.516985 0.318751 -0.38586 -0.006335 0.034018 -0.03709 -0.093592 0.221509 0.49838 0.605657 -0.011136 0.417661 0.313419 -0.622476 -0.459338 -0.226484 0.119675 0.3951 0.012827 -0.054057 -0.066515 0.417516 0.653136 0.521012 -0.48529 -0.179885 -0.023667 -0.004151 -0.234168 -0.471269 0.248791 -0.114865 -0.014019 -0.085345 -0.690596 -0.334677 -0.364765 0.467838 0.170025 -0.115776 -0.021293 0.472981 0.235703 0.070892 0.170467 0.263339 0.134817 0.203248 -0.153848 -0.336541 -0.063482 0.501518 0.075217 -0.343629 0.813477 -0.064492 0.192164 0.023977 -0.110401 0.461274 -0.012303 0.788656 0.334848 0.061658 -0.188181 0.232361 -0.161963 -0.616877 0.171286 -0.13213 0.228048 -0.006213 0.044141 0.195773 -0.114923 0.200324 0.27775 -0.340693 0.196672 0.238988 0.404433 -0.346369 0.152854 0.778837 -0.268125 -0.117574 0.276287 0.026327 -0.203681 0.115165 0.057593 -0.339978 0.197644 -0.2112 -0.07069 -0.167186 0.089657 0.402854 0.115904 -0.142776 0.12156 0.222328 0.283277 -0.364939 -0.322055 -0.124218 0.009999 -0.070512 -0.077821 -0.247457 -0.298859 0.088288 -0.229149 -0.425056 -0.544274 -0.450049 0.196959 -0.155063 0.069324 0.4207 0.46142 0.681078 0.067438 -0.401193 0.721725 0.002686 0.006009 -0.555285 -0.244489 -0.070969 0.316622 0.427756 -0.062612 -0.522446 0.394146 0.009033 -0.016747 0.144638 0.158408 0.236121 -0.288434 0.002751 0.277573 0.177693 0.149366 0.231139 -0.024236 -0.330074 0.025745 0.235085 -0.216338 -0.408006 0.233175 -0.301885 0.556238 -0.503991 0.246038 0.151481 -0.61371 0.11847 -0.078568 -0.397402 0.671742 -0.176349 0.130113 -0.190038 -0.123168 0.088781 0.337051 -0.032449 0.075377 -0.003218 -0.19001 0.428355 -0.168934 -0.031587 0.091483 -0.135546 -0.098504 0.50027 -0.001204 0.146826 -0.039333 0.096224 0.21205 -0.087794 -0.217226 0.339882 0.428278 0.013287 -0.065731 0.246547 0.469241 -0.176303 0.200167 -0.178848 -0.052505 -0.601949 -0.198995 0.36276 -0.310894 -0.249133 0.037145 -0.220993 -0.320667 0.096436 0.070938 -0.272046 -0.044733 0.278674 0.003023 -0.493882 0.069 0.042721 -0.053309 -0.378612 -0.226913 -0.431475 -0.488318 -0.256448 0.524897 0.138741 0.353629 -0.103804 -0.05876 0.256081 0.391226 -0.620621 -0.281103 -0.315774 -0.226546 0.035491 0.219346 -0.172365 -0.234586 -0.378021 0.142541 -0.11632 -0.131418 -0.075322 0.034699 -0.174773 -0.203528 0.284298 0.320763 -0.191215 -0.359477 -0.077868 0.519673 0.314547 0.09764 -0.244516 0.07632 0.080835 -0.491913 0.381603 0.345638 -0.278915 0.014447 -0.028019 -0.0269 -0.177787 0.296322 0.655532 0.141738 0.112172 0.033765 -0.012305 -0.899458 -0.313175 0.07482 -0.446503 0.229922 -0.139256 0.28767 0.22673 -0.237065 -0.043712 -0.272384 -0.032349 0.226525 -0.354177 0.183131 -0.085279 0.615829 -0.294734 0.150841 -0.105628 -0.143274 0.240353 0.346719 -0.163837 0.34738 0.4271 0.31561 0.408765 -0.030271 -0.244669 -0.35219 -0.138145 -0.030439 -0.067122 0.557491 0.352285 -0.537341 0.158285 0.330467 -0.14996 0.130635 -0.120327 0.455625 -0.058106 0.108281 -0.090527 0.27521 -0.448157 0.357389 -0.114066 0.442565 -0.257978 0.280594 -0.066113 -0.060053 0.130817 0.22427 0.526577 0.401471 0.095449 -0.563243 -0.046004 0.088547 -0.052749 -0.297329 0.457332 0.177748 0.542937 0.156229 0.741404 -0.286045 0.379738 0.289651 0.192906 0.188851 0.367801 -0.070872 0.014476 0.097822 -0.602605 0.394962 0.05465 0.071741 -0.080006 -0.31283 -0.563829 -0.388501 0.199865 -0.233495 -0.066746 -0.110004 0.701537 0.53391 -0.000115 0.170306 -0.548017 -0.500036 -0.191979 0.100857 -0.201827 -0.229637 0.250232 -0.142546 0.088535 0.365228 0.128499 0.207455 -0.005244 -0.302246 -0.259399 -0.322648 -0.418028 -0.104887 -0.107423 0.282492 0.332728 -0.214125 -0.26284 -0.355698 0.831372 -0.365872 0.127216 -1.817816 0.034561 0.375387 -0.219947 0.342905 -0.619161 0.194466 -0.196493 -0.673553 0.532817 -0.246934 0.361204 0.140087 0.260765 0.237344 0.560538 -0.071132 0.092187 -0.214463 0.179333 -0.011151 -0.717291 0.155062 0.782425 -0.029318 -0.21268 0.16927 -0.155802 0.19585 0.294487 -0.345691 0.505337 -0.603171 -0.255421 0.082118 0.546138 -0.005716 0.010867 1.334533 -0.046213 -0.428104 -0.076168 0.216588 0.30781 0.297528 -0.312765 -0.360406 -0.471205 0.152733 0.226587 -0.416447 -0.175728 0.017667 -0.074832 -0.332164 -0.111276 -0.144929 0.598049 -0.036283 -0.386172 -0.226431 0.354506 -0.026021 -0.603916 0.398763 -0.121231 -0.546799 0.178286 0.038024 0.21079 -0.133981 -0.24492 0.166527 0.386584 0.240038 -0.199042 0.532327 0.164304 -0.107986 0.077736 0.033475 -0.256108 0.198025 -0.160383 -0.262903 -0.211145 -0.5033 0.149246 -0.403705 -0.148221 0.368563 -0.534012 -0.119862 0.083846 0.133104 0.060734 2.024846 -0.130956 -0.434829 0.168566 -0.296532\np 0.014906 0.19219 -0.023614 0.150297 -0.091377 -0.182192 -0.094519 -0.037031 -0.039699 0.114181 -0.261251 -0.042562 -0.183849 0.159772 0.263551 -0.229942 -0.044929 -0.185125 -0.183804 -0.131994 -0.2208 -0.096346 0.035948 -0.090022 -0.054703 0.170168 -0.169554 0.06449 0.038036 0.004769 0.330952 -0.088435 0.105839 -0.07121 -0.095947 -0.337528 0.188709 -0.267625 0.403241 0.001485 0.076966 -0.05148 -0.228337 0.37843 0.217365 -0.489986 -0.139882 0.019679 0.044121 0.079895 -0.250587 -0.089315 0.133148 0.080775 -0.008567 -0.279048 -0.296182 0.11989 0.309626 -0.002053 0.249647 -0.115065 0.238009 -0.038478 0.045984 0.409709 0.07717 0.177448 -0.054141 -0.08326 -0.35288 -0.052738 0.075991 0.114402 -0.222312 0.044267 -0.452953 0.339294 -0.176008 -0.229646 0.073866 0.275578 0.315564 0.185984 0.258195 0.066549 -0.018759 -0.21327 -0.40548 0.172584 -0.316774 -0.159571 -0.124721 0.040719 0.495184 0.134924 0.011002 0.150868 -0.267563 0.125666 0.263536 -0.399895 -0.268927 -0.155381 0.031228 -0.031072 -0.23343 0.339512 -0.304105 -0.101544 0.328981 -0.134452 -0.280314 0.208562 -0.06468 -0.333206 0.120527 -0.047352 0.049943 0.26354 -0.164015 0.134787 0.07678 0.412531 -0.364706 -0.222031 0.069704 0.061825 -0.287357 -0.188582 -0.138386 -0.140003 -0.05311 -0.196595 0.126298 -0.803845 -0.457551 0.124733 -0.084413 0.040911 0.107814 0.01233 0.076953 -0.214516 0.042893 0.250216 -0.025413 -0.046245 -0.8735 0.129693 -0.155399 0.059876 0.060942 0.078331 0.165474 0.256696 0.055109 0.256101 0.041361 0.0188 -0.057853 0.097054 0.4099 0.036368 -0.055841 -0.118798 -0.112481 -0.022806 0.052406 -0.067591 0.309753 -0.075827 -0.009902 0.325447 0.024708 0.087554 -0.100545 0.194314 0.285448 -0.341197 -0.103895 0.278695 -0.445507 0.14294 -0.434693 0.073593 -0.135201 -0.007335 0.271222 -0.020148 0.068532 -0.165172 0.009208 0.04665 -0.01326 -0.119891 0.003153 -0.042689 -0.076655 -0.074938 0.216138 0.182212 0.10098 0.097697 0.254385 -0.282523 -0.020269 0.263015 0.98666 -0.069271 0.188883 0.214782 0.011209 0.10172 0.107337 -0.031561 0.150214 -0.373208 -0.266865 -0.109692 -0.236563 -0.476193 0.209872 0.129081 0.303049 0.001136 -0.046396 0.164346 0.193264 -0.10031 -0.025412 -0.077507 -0.181039 -0.272067 -0.161881 0.13349 -0.18083 -0.009857 -0.264085 0.184748 -0.01307 0.375215 0.115288 0.171077 0.018967 -0.152173 0.170953 -0.467687 -0.24756 -0.154288 -0.241151 -0.181275 0.404753 -0.141322 0.119364 -0.1139 -0.189394 -0.217833 -0.019617 0.209695 -0.187747 0.19965 -0.277954 -0.125964 0.14889 0.129248 0.127778 -0.107395 0.004217 0.138368 0.346775 0.129192 0.013147 -0.208074 0.110161 -0.168722 0.107161 0.162978 0.080211 0.145299 -0.175251 -0.024189 0.064982 0.154167 0.254561 0.119107 -0.064721 -0.141204 -0.039539 -0.320528 0.232768 0.212262 -0.011241 0.147384 -0.235526 0.490108 -0.353336 0.058978 0.023791 0.102717 0.124384 0.008458 -0.169423 0.1621 0.326702 -0.191147 -0.075388 0.094954 -0.071847 -0.088545 0.021869 -0.064993 -0.301259 0.11121 0.099897 -0.202082 0.245389 0.353314 -0.068899 0.060238 0.238488 0.305846 0.143298 0.120404 -0.211987 -0.114896 -0.095065 -0.054181 0.068429 -0.077006 0.181297 0.417589 0.001201 -0.059072 0.043697 -0.20798 -1.476859 -0.021821 -0.02221 -0.059269 -0.05858 -0.100729 0.004658 -0.088334 -0.120167 -0.138801 0.295078 -0.055485 -0.191622 -0.055201 0.028563 0.079917 0.120007 0.108694 0.098258 0.002918 0.021246 -7.3e-05 -0.043267 0.16246 -0.104101 0.002301 -0.080449 0.119598 0.115997 -0.503158 -0.392099 0.091742 -0.866495 -0.146385 0.133839 0.294587 -0.029615 -0.143544 -0.337592 -0.297798 -0.092146 -0.418438 -0.063197 0.167322 0.111419 -0.001713 -0.048183 -0.113043 -0.114668 -0.159167 -0.163196 -0.078262 0.075664 0.023308 0.079942 -0.128577 -0.061261 0.224687 0.066271 -0.205179 -0.034256 0.017873 -0.325469 -0.274664 -0.228118 0.252075 -0.029785 0.335144 0.234855 0.217277 0.231783 -0.088832 0.324377 0.085367 0.187945 -1.295546 0.10698 0.262218 -0.145559 0.079572 -0.222148 0.302411 -0.16908 -0.147496 -0.08673 0.171677 0.159916 -0.068597 0.166667 -0.009993 0.320016 -0.173977 0.4482 0.26605 0.300826 -0.014227 -0.220696 0.21699 0.333472 0.082475 -0.229553 -0.406384 0.058052 0.128514 0.05558 0.054112 0.25723 -0.199902 -0.093698 -0.154799 -0.086152 0.391022 0.090477 1.035277 0.248509 -0.158491 -0.028565 0.375574 0.015452 0.206878 0.002421 -0.224208 -0.085787 0.006069 0.221011 0.285757 -0.251735 -0.101606 -0.04925 -0.009556 0.256063 -0.25511 0.128214 0.151856 0.129184 -0.212739 0.15093 0.079853 -0.146454 -0.009845 0.047732 0.023623 0.099003 -0.127561 0.157589 0.05231 -0.35346 -0.206399 0.165617 0.196193 0.183738 0.173805 0.304335 0.027114 0.357715 -0.266508 0.016477 0.081153 -0.194406 -0.304738 0.10237 0.032689 0.08768 0.244321 0.102756 0.156805 -0.029468 -0.132323 -0.23523 -0.026118 0.379478 2.269013 -0.056159 -0.162603 0.203913 0.048175 -0.097992 -0.048297 -0.033799 0.159287 -0.209858 -0.087583 -0.08603 0.130214 0.141113 -0.223244 -0.182266 -0.105281 0.024599 0.112737 0.054206 -0.07386 -0.018901 -0.247536 -0.01771 -0.201429 -0.240067 -0.124856 0.068698 0.072686 0.110714 -0.025065 -0.070717 0.042337 0.22678 0.325098 0.137836 0.082639 0.242987 0.211797 -0.176677 -0.338279 0.197966 -0.234389 0.362744 -0.032181 -0.00038 -0.230184 -0.115262 0.240578 0.317726 -0.221001 -0.10906 -0.08946 0.016444 0.00067 -0.062454 -0.012441 0.117829 0.118332 0.154369 -0.586043 -0.49188 -0.092912 0.305954 0.009328 0.16438 -0.180681 0.229001 -0.120006 0.00684 0.157471 0.170262 0.152989 -0.068472 0.010451 -0.318634 -0.27796 0.10168 0.183902 -0.221509 0.201335 -0.236326 0.00669 -0.152991 0.096663 -0.014251 0.011918 0.264921 0.3942 0.310704 -0.070137 0.02008 -0.15785 -0.187546 0.108981 -0.295297 0.021539 -0.227505 -0.019084 0.767448 0.095999 0.130026 0.222455 -0.251984 0.104087 0.142893 -0.293382 -0.406054 -0.208109 0.363947 -0.13459 -0.047158 0.281003 -0.296721 0.00298 0.207021 -0.178584 -0.13601 0.067293 -0.050994 -0.301713 0.197139 -0.100542 0.202302 -0.123093 -0.094736 0.124976 0.050674 0.360261 -0.357292 -0.070113 0.235973 0.202884 -0.032628 -0.294547 -0.07847 -0.11911 0.068112 -0.432932 0.081576 -0.896882 -0.617849 -0.124634 -0.071408 -0.019218 -0.03137 -0.023588 0.209049 -0.239819 0.070632 0.309571 -0.130183 0.064669 -0.717438 -0.040657 -0.057071 -0.146264 0.111517 -0.170735 -0.10726 0.335316 0.009495 -0.135026 0.144485 0.063655 -0.168292 0.148305 0.270549 0.252704 0.064426 -0.258125 0.266972 0.217777 0.266189 0.057153 0.217981 0.009565 0.05096 0.360272 -0.403485 -0.001437 -0.181701 0.208165 0.123431 -0.264497 0.19923 0.083042 -0.392404 0.388367 -0.262942 0.349181 -0.095837 -0.039777 0.334893 0.229581 -0.099572 0.018847 -0.055862 -0.114485 0.047762 -0.077589 0.012044 -0.107589 -0.00083 -0.132141 0.333669 0.255957 -0.020893 0.016108 -0.020143 -0.193736 -0.095338 0.158579 0.684633 0.079314 0.139069 0.253481 0.147973 -0.117607 -0.017446 0.102383 0.047675 -0.331699 -0.196975 -0.146137 0.144129 -0.709051 0.257273 -0.016508 -0.006491 -0.184661 -0.030779 0.020647 0.085568 0.023963 -0.239413 -0.071135 -0.194354 -0.238637 -0.05113 -0.093265 -0.237757 0.005887 -0.245 0.114701 -0.016945 0.407386 0.043799 0.22043 -0.105479 -0.09129 0.140855 -0.249076 -0.320641 -0.244888 0.054624 -0.230038 0.136398 0.288004 0.159072 -0.110224 -0.184561 0.301047 -0.179632 -0.073653 -0.037626 0.178895 -0.167466 -0.266292 -0.088618 0.216054 0.185368 0.0117 -0.186769 0.140949 0.219444 -0.005931 0.108671 -0.079718 0.216775 -0.261418 0.200051 0.287071 0.224734 0.131476 0.005101 -0.218311 0.073747 0.007713 0.129879 0.02528 0.030197 -0.126825 0.215372 -0.648581 0.190216 0.152658 -0.166512 0.113869 -0.038164 0.414062 -0.034469 -0.238889 0.070289 -0.08724 -0.068266 0.212114 -0.062795 0.03822 0.307585 0.11746 -0.339623 0.278623 -0.090248 -0.03922 0.267712 -0.132677 -0.088013 0.19457 0.112791 -0.091029 0.153377 0.22424 -0.234562 -0.221232 0.266985 0.013865 0.222064 0.202959 -0.051984 0.00523 0.024643 -0.166603 0.007706 -0.052447 0.100953 0.472359 0.058466 0.150965 -0.091181 -0.011542 -0.636585 0.226759 -0.024082 0.162288 -0.080292 0.251154 0.179072 -0.285707 -0.096659 -0.030007 0.178809 -0.032236 -0.048052 -0.189891 0.216469 -0.024164 0.009532 0.016944 0.256916 -0.102226 0.207293 -0.03784 0.489464 0.149073 -0.115312 0.306784 -0.238489 0.137059 0.259801 -0.097311 -0.212294 -0.02709 -0.796928 0.011173 0.110418 0.243454 -0.144201 -0.266915 -0.069391 -0.482167 -0.013072 -0.145553 0.116955 -0.076459 0.122199 0.075804 -0.056723 0.118285 -0.059215 -0.15554 -0.193448 0.078717 -0.18209 0.208875 0.163743 -0.063308 -0.041172 0.370415 -0.080584 -0.032126 0.387959 -0.037335 -0.33886 -0.516897 -0.411939 0.104544 -0.097593 0.181386 0.365312 0.066287 0.056367 -0.086857 0.267138 0.000574 -0.17234 -2.122563 0.116448 0.315298 -0.09517 -0.059872 -0.164488 0.049475 -0.138106 -0.214329 -0.044784 -0.045365 -0.117988 0.072899 -0.01263 -0.135075 0.262272 -0.066278 0.223465 0.214148 0.138591 -0.06976 -0.467459 -0.00195 1.776621 0.086802 -0.096912 -0.08567 -0.03708 -0.114795 0.068324 -0.24534 0.350275 -0.103617 -0.272778 -0.16219 0.16432 0.154773 0.160803 1.281096 0.067341 -0.160668 -0.241672 0.352134 0.203475 0.218256 -0.219917 -0.149447 -0.114202 0.063701 0.213067 0.070346 -0.498901 -0.157349 -0.096657 -0.190682 0.146198 -0.18308 0.131801 0.224752 0.022653 -0.369888 0.104736 0.011292 -0.130002 0.15117 -0.085551 0.022327 0.067443 0.123288 0.200023 -0.201225 -0.13834 -0.088207 0.283251 0.015847 0.09237 0.278645 0.082225 0.072327 0.347378 -0.07117 0.133165 0.00455 -0.079062 -0.220743 0.086708 0.110513 0.242946 0.094468 -0.028246 0.237893 -0.101794 0.002018 -0.022484 0.145808 0.214883 1.65013 -0.046145 -0.109452 0.140921 -0.00306\ne 0.181627 0.685236 0.041428 0.005917 0.272043 -0.036969 0.207025 -0.141947 -0.207619 0.280049 -0.313018 0.125955 -0.310874 -0.061415 0.17438 -0.48868 0.561757 -0.036735 -0.067875 -0.260404 0.065806 0.112539 0.3851 0.058242 -0.250059 -0.012111 -0.164263 0.069804 0.176793 0.319768 0.284751 -0.010494 0.178953 0.148866 -0.042497 0.133625 -0.253484 -0.720259 0.570903 0.244225 -0.177547 0.306319 -0.354667 0.232153 0.123608 -0.590257 -0.133545 -0.055626 -0.082809 0.189494 -0.326681 0.033115 0.005704 -0.113151 0.401934 0.104488 -0.243124 0.198752 0.663462 0.043787 0.118307 0.087879 0.094422 0.254084 0.261581 0.338037 -0.021138 0.034692 -0.039391 -0.224792 -0.453417 0.100477 0.283929 -0.051371 -0.04066 0.413241 -0.21304 0.329566 -0.105284 0.022084 0.257192 0.714383 0.142346 0.477379 0.309116 0.246838 -0.239338 0.040671 -0.447662 0.074917 -0.341384 -0.065314 0.045266 0.115108 0.192304 0.037367 -0.467099 0.022521 -0.304863 0.05265 0.347894 -0.047422 -0.264251 -0.028534 0.336043 -0.366338 -0.493391 0.426841 -0.255871 -0.006447 0.609775 0.047222 -0.258865 0.368294 -0.066004 -0.262359 0.086888 -0.226305 0.320995 0.265727 -0.222041 0.291517 -0.099854 0.069429 -0.249791 -0.285403 0.156463 -0.002965 -0.372271 0.051451 -0.030594 -0.390583 0.007513 0.180899 0.254617 -0.580704 -0.23449 0.207175 -0.259978 -0.122171 -0.269222 0.053155 0.196668 -0.118019 0.177372 0.377482 0.078395 0.153598 -0.916848 0.196374 0.003823 0.093134 0.029027 0.202058 0.25665 0.223859 0.009889 0.300021 -0.018271 0.210478 0.201313 -0.09073 0.281094 -0.031581 0.072827 -0.337278 -0.066563 0.028525 -0.51558 -0.088869 0.479642 -0.026816 0.027463 0.320193 -0.323932 0.12423 -0.279259 0.018421 0.351444 -0.286206 0.079642 -0.087284 -0.608152 0.526123 -0.687538 0.027632 -0.051196 0.214981 0.265547 0.15877 0.112563 -0.13396 0.0603 0.167954 0.039085 -0.116086 0.222625 0.016275 -0.164007 0.158086 0.392201 -0.209174 0.047173 -0.010565 0.270866 -0.538728 -0.166401 0.170209 0.471424 0.052281 0.280854 0.243427 0.098181 0.194842 0.193785 0.372843 0.029182 0.08549 -0.64726 -0.545771 0.058456 -0.339268 0.246646 0.020343 0.398531 -0.184965 0.072454 -0.01866 0.121629 0.048386 -0.338451 -0.004981 -0.071662 -0.223228 -0.437274 0.034996 0.120345 -0.126702 -0.437156 -0.078801 -0.073635 0.193988 0.208022 0.080958 0.20166 0.081846 0.47785 -0.158189 -0.306822 -0.302896 -0.440123 -0.240755 0.105902 -0.08323 0.35975 -0.20252 -0.178517 -0.461603 0.22484 0.227718 0.291464 -0.035853 -0.251894 -0.13068 0.386449 0.47431 0.310744 -0.232872 -0.033143 0.340086 0.585555 0.001079 -0.267631 -0.034928 -0.259166 -0.243972 0.088397 0.219421 0.093599 0.154624 -0.028256 0.068905 -0.028195 0.151599 0.398029 0.01555 -0.007126 -0.016722 -0.081764 -0.385184 0.163294 0.108324 -0.02782 0.454131 -0.00675 0.466493 -0.319 0.028555 0.054879 -0.000639 0.05309 0.102842 -0.131712 0.018239 -0.018052 0.381931 0.193371 0.089138 -0.268314 -0.064149 0.071825 0.183676 -0.196927 0.496265 -0.27982 -0.126412 0.235137 0.385097 -0.156243 0.17468 0.003961 0.297499 -0.083587 0.041981 -0.01615 -0.229403 -0.368883 0.136699 0.053873 -0.078764 -0.427089 0.119059 0.112333 0.078683 0.059671 -0.305901 -0.74884 0.181527 -0.172933 0.062095 -0.184694 0.107802 -0.039596 0.454932 -0.089228 0.109369 0.389549 -0.085759 0.142084 0.07796 -0.270999 0.419452 -0.00553 -0.272526 0.477554 -0.05175 -0.031661 0.177483 0.367327 0.291573 0.151168 0.022821 -0.018373 0.126996 0.004055 -0.328391 -0.136284 0.138508 -0.885835 0.048842 -0.090722 0.125494 0.163811 -0.001627 -0.529412 0.051625 -0.082168 -0.697365 -0.173519 -0.001606 0.423949 0.279877 0.025887 -0.053496 -0.013377 -0.046604 -0.197353 -0.342452 -0.024792 -0.055431 -0.263132 -0.401066 -0.093149 0.280578 0.100689 -0.145633 -0.20459 -0.09316 -0.034245 0.350962 -0.201192 0.343674 -0.306904 0.364516 0.292428 0.26436 0.146423 -0.178389 0.318781 -0.174245 0.3846 -1.004791 0.224209 0.195071 -0.26432 0.0094 -0.458303 0.474968 0.414367 -0.362554 -0.188258 0.018082 0.00445 -0.374252 0.288816 0.250293 0.377806 -0.458525 0.254767 0.017274 0.271689 0.155695 -0.162202 0.144095 0.294207 0.091695 -0.250706 -0.054188 -0.113938 -0.251896 0.106733 0.098028 0.322846 -0.191536 -0.24705 -0.089536 -0.003125 0.161842 0.040868 1.312546 0.290299 0.116174 -0.089183 0.39901 -0.035771 0.419538 0.24514 -0.403207 -0.127865 0.729452 -0.171986 0.225709 -0.121306 0.330841 -0.405279 -0.16814 0.209891 -0.111468 0.463386 -0.107601 0.183917 -0.241646 0.193604 -0.248034 -0.215738 0.130121 0.235993 -0.131101 0.000889 -0.319978 0.256051 0.038659 -0.382721 0.064569 -0.047553 0.46125 0.53436 0.26836 0.088052 0.007921 0.450561 -0.12511 -0.205751 0.370171 -0.115993 -0.096977 -0.248815 -0.370895 0.183559 -0.051917 0.051067 0.318335 -0.193525 -0.328041 -0.214259 -0.125912 0.204546 1.900059 0.225956 -0.167597 0.155769 0.130184 -0.060637 0.067063 -0.056521 0.130893 0.082459 0.047067 -0.096473 0.125512 -0.15777 -0.063577 -0.434368 0.188894 -0.143696 0.319018 0.061037 -0.350941 0.37654 0.067212 0.360347 -0.496204 -0.143564 0.336154 0.236852 0.183121 -0.04549 -0.202879 -0.185545 -0.035663 -0.021177 0.216409 0.292649 0.099676 0.340947 0.10372 -0.568242 -0.344118 -0.08169 -0.252745 0.593365 0.13375 -0.194102 0.015057 0.05153 0.070444 0.323906 -0.280185 0.278127 0.040075 -0.213165 -0.228441 -0.402976 0.022671 0.030087 0.031306 0.104786 -0.384322 -0.265978 -0.056556 0.511255 0.052543 0.066654 0.062739 0.187017 0.158036 -0.019329 0.143652 0.157244 0.020219 0.224541 -0.096447 -0.223911 -0.122829 0.359497 0.078277 -0.107491 0.446673 -0.098582 0.157311 -0.062545 -0.016767 0.22596 0.220118 0.350278 0.64157 0.219291 -0.032103 0.109921 -0.026756 -0.406641 0.037794 -0.08991 0.242023 -0.008638 -0.026831 0.391926 0.183576 -0.290528 0.185641 -0.291688 0.061626 0.361981 -0.126982 -0.329086 -0.039475 0.557644 -0.399494 -0.255712 0.360443 -0.321795 0.045238 0.247933 0.127829 -0.427377 0.184198 -0.191398 0.12161 0.014464 -0.093921 0.379017 -0.13768 -0.014105 0.164214 0.03633 0.115459 -0.331372 0.007128 0.267698 -0.056304 0.010399 -0.037895 0.016862 -0.194734 0.137918 -0.153573 -0.268833 -0.551925 -0.467425 -0.097047 -0.250155 -0.004219 -0.056047 0.005619 0.425735 -0.123277 -0.125139 0.507828 -0.052873 0.141047 -0.686704 -0.128558 0.009877 0.082928 0.117203 -0.235924 -0.28653 0.347385 0.029025 0.05726 -0.143675 0.118706 0.329421 -0.183533 -0.032193 0.257795 0.295474 0.013763 -0.003652 0.208184 -0.542824 -0.10667 0.261035 0.129349 0.012874 0.342351 -0.435522 0.352699 -0.262325 0.216084 0.055254 -0.514654 0.527261 -0.251053 -0.605342 0.624906 -0.272065 0.131663 -0.017616 0.074294 0.421544 0.350614 0.195247 -0.00706 0.12232 -0.064513 0.183573 0.021382 0.274018 0.110434 -0.076019 0.001451 0.340572 -0.41833 0.07609 -0.054578 0.045465 -0.047981 -0.226162 -0.189504 0.339162 0.411998 0.160966 0.124385 0.269383 0.29935 0.056113 0.190617 0.110707 0.12081 -0.624993 -0.356238 0.386765 -0.431007 0.118348 0.067902 0.162361 -0.262559 0.053858 -0.111806 -0.263576 -0.049066 0.135964 -0.040312 -0.301701 -0.115176 -0.118254 -0.136576 -0.396355 -0.095869 -0.368167 -0.321087 -0.349447 0.506835 0.116814 0.260668 0.030825 0.021928 0.231252 0.220714 -0.357821 -0.445187 -0.433809 -0.188094 -0.02521 0.089156 0.209386 -0.124107 -0.28504 0.067745 -0.078187 0.159627 0.028889 0.049225 -0.073182 -0.056245 0.181163 0.303346 0.1578 -0.295928 -0.134879 0.37436 0.31613 -0.061598 -0.037277 -0.045817 0.072841 -0.528323 0.251499 0.313522 0.031773 0.114429 0.102135 -0.132326 -0.008766 0.15423 0.338323 0.127108 0.051472 -0.105783 0.05601 -0.452164 -0.343135 -0.020799 -0.312942 0.215117 -0.061487 0.288509 0.04431 -0.31515 -0.108028 -0.230544 -0.015978 0.302365 -0.124002 0.066011 0.029492 0.273974 -0.148114 0.20801 -0.171517 0.103079 0.377119 0.323345 -0.249205 0.521681 0.07955 0.282803 0.279786 0.108093 -0.294499 -0.100612 -0.092841 0.244996 -0.053273 0.137114 -0.185115 -0.364186 0.07611 0.157452 0.004356 -0.044481 -0.341303 0.306893 0.077226 0.04525 0.199625 0.059178 -0.519696 0.476649 -0.291454 0.285209 -0.29777 0.356984 -0.003998 -0.037014 -0.031251 -0.077129 0.450467 0.212919 0.223276 -0.348767 -0.11799 0.153659 0.059504 -0.394191 0.565179 0.184317 0.338006 -0.108124 1.045534 -0.064107 0.397227 0.295213 -0.030159 0.16001 0.159719 -0.162171 -0.204952 0.003076 -0.741809 0.170838 -0.19793 0.087547 0.085232 -0.032375 -0.313758 -0.312113 0.018051 -0.264477 -0.015988 -0.107021 0.483132 0.493365 -0.065321 0.245838 -0.167524 -0.231031 -0.224372 -0.234691 -0.19257 0.038906 -0.127693 -0.225548 -0.010551 0.580363 0.34573 -0.092751 0.007215 -0.065865 -0.112589 0.097451 -0.297315 0.078995 0.015421 0.314346 0.286675 -0.09564 -0.083462 -0.156117 0.601953 -0.309889 0.110294 -1.936101 0.241454 0.262542 -0.371822 0.263792 -0.615942 0.113141 -0.071246 -0.480335 0.15221 -0.006963 0.339301 0.039571 0.078652 0.261256 0.359738 -0.340849 0.097534 -0.010808 0.044755 -0.258586 -0.39432 0.098874 1.155288 0.031693 -0.394881 0.141978 -0.323911 0.099902 0.153852 -0.043228 0.263765 -0.211103 -0.123117 -0.108429 0.515466 -0.052079 -0.010659 1.436645 0.168152 0.028602 -0.236876 0.259864 0.297231 0.306191 0.02853 -0.194751 -0.222681 0.419336 -0.262349 -0.203223 -0.357063 0.028434 -0.493894 0.139835 0.046394 -0.218518 0.507898 0.004335 -0.074476 -0.442593 0.143295 -0.156636 -0.36926 0.211112 -0.015684 -0.015345 0.080993 -0.187575 0.341578 -0.285348 -0.205981 0.272738 0.005987 0.146832 0.056364 0.202795 0.082836 0.017476 0.264577 -0.005587 -0.296989 0.461095 0.026625 -0.29766 -0.04627 -0.195525 0.224544 -0.006109 -0.036326 0.10996 -0.262306 -0.295027 0.046157 -0.025189 0.082439 1.705457 0.159689 -0.141415 0.058479 0.031651\nI 0.107096 0.914726 -0.011434 -0.038853 0.043999 0.431681 -0.058086 0.040042 -0.035828 0.327253 0.058591 -0.25988 -0.723815 -0.25459 0.036466 -0.399572 0.326704 0.288272 -0.19506 -0.186921 0.129434 0.151811 0.85576 -0.142641 0.07855 0.21051 -0.361912 -0.046362 0.129743 0.34874 0.206194 0.187815 0.20888 0.382946 -0.289353 0.564101 -0.221712 -0.418073 0.476512 0.079179 -0.207219 0.253729 -0.066359 0.295856 0.246215 -1.232181 -0.021068 -0.262317 0.234295 0.145558 -0.435166 0.267054 -0.120838 -0.23797 0.493021 -0.30725 -0.061886 0.017384 0.716937 0.092726 -0.036148 0.552589 -0.09879 0.122288 0.31031 0.174037 0.078578 0.403746 -0.121324 -0.058878 -0.191561 0.092054 0.663316 -0.035869 -0.356325 0.53657 -0.313616 0.223431 -0.079279 0.092454 0.404286 0.923877 0.2071 0.409594 0.135551 0.511948 -0.016428 -0.325837 -0.578003 0.011414 0.010697 -0.028922 -0.063376 0.720777 0.165814 0.00331 -0.056612 -0.200599 -0.250267 0.210345 0.13032 -0.152202 0.001623 -0.058511 0.628143 -0.63641 -0.551744 0.300873 -0.423389 0.161533 0.220122 0.060985 -0.278285 0.737661 -0.274872 -0.387971 -0.0009 -0.320081 0.325075 0.133661 -0.248413 0.560423 -0.096533 0.084564 0.140838 -0.526436 -0.073896 0.213287 -0.201031 0.132992 0.146296 -0.800468 0.019961 0.21836 -3.1e-05 -0.580895 -0.036131 0.447218 -0.089288 -0.145437 -0.042564 0.674117 0.304378 -0.251115 -0.019295 0.370363 -0.526654 0.460173 -0.927293 -0.126046 0.022448 0.416231 -0.003685 0.079877 0.262732 0.335478 0.282768 0.166343 0.310895 0.317151 0.443718 -0.283424 0.059485 0.069575 -0.102616 -0.530193 0.073697 -0.058391 -0.724576 -0.066697 0.55183 -0.203416 -0.154164 0.406914 -0.538059 0.473409 0.144827 -0.110295 0.360828 -0.151872 -0.016731 -0.463808 -0.697858 0.685027 -0.903879 0.083239 -0.20141 0.21597 0.288194 0.101319 0.072787 -0.235184 0.34438 -0.00865 0.486676 -0.047236 -0.037175 0.016277 -0.156723 -0.134594 0.291257 -0.535372 0.149835 -0.029648 0.333963 -0.234827 0.090678 0.203461 0.234188 0.03303 0.193341 0.041024 -0.10498 0.436105 -0.124906 0.559477 -0.319538 0.154145 -0.548656 -0.379506 -0.32345 -0.044453 0.056404 -0.130545 0.202317 -0.083623 0.064972 -0.024093 0.354607 -0.201092 -0.29206 0.034531 -0.560484 -0.389866 -0.327056 -0.280406 0.088668 0.048008 -0.480023 -0.474631 0.085053 -0.075653 0.088432 0.671121 0.158528 0.168782 0.702593 -0.091796 -0.195876 0.174696 -0.235504 0.03783 0.466129 -0.345654 0.251655 -0.399966 -0.304309 -0.102954 0.198227 -0.301811 -0.061528 -0.146753 -0.551855 -0.050073 0.049934 0.635866 0.217328 -0.292185 -0.140283 0.479738 0.664555 0.313534 -0.231467 0.184949 -0.007664 -0.322157 -0.08682 0.280948 0.301422 0.207961 0.266031 0.111794 -0.012186 -0.288709 0.447908 0.040554 0.383408 0.054729 -0.22868 -0.360724 0.381601 0.276582 0.339842 0.697324 0.241722 0.400547 0.249381 0.511278 -0.078571 -0.106491 -0.001642 0.490252 -0.059538 -0.045599 -0.132077 0.319205 0.043238 0.426169 -0.359518 -0.186474 -0.130808 0.270965 0.133231 0.691837 -0.20763 0.251371 0.265143 0.124674 -0.488177 0.093953 0.12487 0.13134 -0.286268 0.307519 0.784217 -0.316226 -0.371884 0.077316 -0.48747 0.327744 -0.440521 0.154579 0.419312 -0.071437 -0.135287 -0.42204 -0.272085 0.122973 0.040028 -0.106585 -0.326822 0.161131 -0.420853 0.364525 -0.035353 0.299245 0.312233 -0.043222 0.073983 -0.218809 -0.087827 0.273573 -0.085893 -0.108791 0.301313 0.316114 -0.201391 -0.100433 0.024724 0.249981 0.133212 0.228078 -0.278688 0.109411 0.028274 -0.014848 0.064511 -0.022805 -0.894735 -0.001971 -0.15847 -0.19857 -0.024174 -0.209513 -0.671645 0.350498 -0.289264 -0.345207 -0.033929 0.272621 0.592024 0.699248 -0.058996 -0.122233 -0.080385 -0.356123 -0.112815 -0.036202 0.105427 0.08701 -0.285504 -0.326198 -0.1301 0.170508 0.146417 -0.118097 -0.197766 0.030544 -0.515405 0.666729 -0.039349 0.45154 -0.469716 0.368457 0.036081 0.039834 -0.02561 -0.15984 0.396079 -0.063559 0.119288 -0.486493 -0.15928 0.410842 0.005994 0.138088 -0.558562 0.643647 0.740842 -0.451951 -0.035114 0.215379 0.069688 -0.851928 0.479874 -0.246037 0.044917 -0.609761 0.374565 0.035198 0.081237 0.247403 0.121462 0.130591 0.333912 -0.216723 -0.143055 -0.03046 0.133878 -0.219165 -0.351654 0.115291 0.560834 -0.187212 -0.080812 0.303549 0.112212 0.387244 0.288066 0.810975 0.231117 0.238525 -0.302356 0.468346 -0.190393 0.420597 -0.121055 -0.427676 -0.510488 0.559804 -0.294214 0.321309 0.052526 0.501522 -0.280894 -0.01231 -0.25953 0.154148 0.836943 -0.274069 -0.060291 -0.196452 0.562459 0.094426 0.010735 0.334439 0.175593 -0.671685 0.234021 -0.23469 0.592076 0.433631 -0.620523 -0.120867 0.29291 0.369653 0.476617 0.377492 -0.058794 -0.142034 0.265007 -0.19275 -0.362411 0.568055 -0.215084 0.206284 -0.28349 -1.003017 0.1754 0.21506 -0.072336 0.351481 -0.35039 -0.082191 -0.16674 0.151947 0.181192 1.827153 -0.137148 -0.129257 0.101757 0.047286 0.210092 0.133196 0.151028 0.078421 0.118301 0.316907 -0.54047 0.273303 0.001286 -0.102993 -0.383607 -0.125718 -0.24773 0.156258 -0.300952 -0.339013 0.068902 0.174382 0.30564 -0.087982 -0.11117 0.249174 0.490419 -0.168401 0.135505 0.120361 -0.055607 -0.138095 0.057527 0.351469 0.256553 0.022561 0.315496 0.224266 -0.910439 -0.326391 -0.05143 0.045023 0.27875 -0.123839 -0.084602 -0.145918 0.345365 0.349812 0.274157 -0.706197 0.544474 -0.09826 -0.086619 -0.529142 -0.520819 0.376205 -0.384224 0.187849 0.168207 -1.034001 -0.252947 -0.219569 0.584259 0.116897 0.208265 0.216936 0.265687 -0.208772 -0.33038 0.013131 0.203291 0.3843 0.36893 -0.162426 -0.202675 -0.000634 0.619609 0.301311 -0.161091 0.494289 -0.175141 0.197542 0.166538 0.138498 0.571572 0.363151 0.605859 0.697919 -0.045428 0.137966 0.39841 -0.233327 -0.599479 0.170533 0.27954 0.352598 0.008682 0.293132 0.10987 0.225105 0.028216 0.2933 -0.504283 0.408377 -0.079492 0.193408 -0.055837 -0.08973 0.934132 -0.346988 -0.112803 0.180164 -0.642675 0.078604 -0.077705 0.342667 -0.328038 0.781144 -0.211244 -0.202782 -0.221741 0.017065 0.449713 -0.494608 0.220637 0.28887 -0.197697 0.039758 0.175884 -0.155561 -0.327788 -0.018637 0.234091 0.216234 -0.089964 -0.430702 0.111213 0.533923 -0.437134 -0.489366 -0.380312 0.356123 -0.045761 0.125648 0.14087 0.512693 0.395803 0.016443 -0.19421 0.269707 -0.444927 0.495915 -0.865369 -0.368196 -0.080426 0.799336 0.149473 -0.573811 -0.341156 0.376992 0.091638 0.146129 -0.139003 0.018827 1.01241 -0.329239 0.316813 0.302789 0.054452 -0.145809 -0.065704 -0.302387 -0.537875 -0.080581 0.139964 -0.206714 -0.387831 0.275968 -0.336613 0.477428 0.269481 0.256624 -0.00893 -0.370965 0.139752 -0.881598 -0.139209 0.75774 -0.156602 0.185144 -0.035104 0.188497 0.172186 0.374066 0.126557 -0.081903 0.217989 -0.054246 0.500988 0.115746 -0.112818 0.11268 -0.092038 -0.216203 0.298035 -0.66757 0.30182 -0.194393 0.197325 0.379549 0.109324 -0.444154 0.34341 0.379373 -0.150082 -0.174526 0.218117 0.467151 -0.336188 0.060703 -0.32501 0.036557 -0.518879 0.123916 0.126895 -0.118969 -0.006334 0.065798 -0.078792 -0.0128 0.157257 -0.084897 0.003501 -0.383134 -0.104598 0.095849 -0.887502 0.052088 0.02949 -0.318842 -0.342098 0.056756 -0.66054 -0.722775 -0.325016 0.406036 0.11804 0.506136 0.081733 0.136708 0.161613 0.276157 -0.415997 0.016997 -0.291428 0.098661 0.228852 0.17882 0.051087 -0.032641 -0.576308 0.268863 -0.130878 -0.234219 -0.067437 -0.217266 -0.459619 -0.259979 0.466544 0.375967 0.180064 -0.340828 -0.161152 0.47579 0.333778 0.405132 -0.221741 0.118426 0.18472 -0.616469 0.471251 0.347533 -0.097624 0.187534 0.160204 -0.026617 -0.286762 0.342494 0.557041 0.11047 0.193559 -0.129459 0.183853 -0.566826 -0.306387 0.324734 -0.01589 0.398127 -0.09069 0.143558 0.833534 -0.027732 -0.159683 -0.288868 0.085797 0.510292 0.049061 0.16774 -0.544676 0.44706 -0.271831 0.389114 -0.375548 -0.090953 -0.051387 0.357225 -0.352732 0.533924 0.374566 0.706441 0.125162 -0.064698 -0.345321 -0.123841 0.035001 -0.171894 -0.561022 0.349926 0.540984 -0.528161 0.237912 0.364101 -0.534748 0.037973 -0.206521 0.222547 0.33883 -0.324897 0.174336 -0.237363 -0.294936 0.415804 -0.277981 0.282996 -0.315329 0.141018 -0.357178 0.008366 0.293908 0.200628 0.46742 0.085191 -0.076735 -0.26912 -0.163409 -0.028259 -0.011344 -0.081152 0.257531 0.629797 0.064575 -0.294877 0.612788 0.178097 0.567148 0.145243 0.032476 0.240101 0.333244 0.284564 0.056704 -0.025323 -0.807006 0.353546 -0.196635 -0.249332 -0.074784 0.014097 -0.319497 -0.541085 -0.023231 -0.045503 0.281341 -0.082695 0.481028 0.892158 -0.280037 0.052236 -0.293276 -0.249106 0.064711 -0.196374 0.026783 0.012039 0.224162 -0.110531 0.034674 0.500337 0.260973 -0.039227 0.12147 -0.463534 -0.581672 0.1889 -0.316966 -0.257732 0.022214 0.302567 -0.251489 -0.486146 -0.369145 -0.179091 0.459741 -0.345467 0.228439 -1.658807 -0.204834 0.433936 -0.278882 0.712486 -0.540331 0.248345 0.420079 -0.597407 0.156197 0.236869 0.132767 -0.06951 0.557612 0.305732 0.425647 -0.240809 0.360892 -0.186621 0.10835 0.036137 -0.728033 0.21161 0.702651 -0.462214 -0.093837 0.358362 -0.151148 0.056928 0.19002 -0.254262 0.649883 -0.537794 -0.319751 0.401051 0.527836 0.134394 0.252928 1.133548 0.248352 0.157056 -0.354802 0.236645 0.338901 0.291372 -0.185145 -0.533009 -0.548379 0.371476 0.113983 -0.18418 -0.200625 -0.092328 -0.407595 0.321922 -0.535949 -0.198341 0.806715 -0.163842 -0.244788 -0.192871 0.459008 0.280809 -0.449909 0.454724 -0.035306 -0.321216 0.182548 -0.024477 0.563388 0.3721 -0.345207 0.216781 0.492327 0.042682 -0.249036 0.098408 -0.088788 0.131863 -0.103626 -0.138828 -0.461404 0.183572 0.028334 -0.271669 -0.138531 -0.905934 0.373224 -0.323749 0.103682 0.477012 -0.580703 -0.096142 0.239821 0.070982 0.161743 1.932199 -0.096988 -0.313636 -0.122234 0.104369\nd 0.296367 0.173068 0.163455 0.169853 0.06628 -0.004502 0.160934 -0.035412 -0.016837 0.020444 -0.169772 -0.075147 -0.122403 -0.068129 0.181007 -0.237037 0.066613 -0.222646 -0.204159 -0.174762 -0.025583 -0.077979 0.107484 -0.139487 -0.11719 0.081392 -0.133417 0.146631 0.073035 0.078105 0.377779 -0.080562 0.138107 0.024755 -0.057017 -0.359647 0.049555 -0.304879 0.226636 0.016392 -0.000122 0.00092 -0.219374 0.260532 0.176155 -0.63798 -0.210273 0.212099 -0.013248 0.268311 -0.471075 -0.126409 0.100311 0.035844 0.025608 -0.184041 -0.150067 0.175337 0.231806 -0.078263 0.324078 -0.165627 0.016203 0.102427 0.049987 0.372058 0.124118 0.30986 -0.020833 -0.103053 -0.436906 0.115367 0.177752 0.114528 -0.197601 0.093566 -0.363226 0.212339 -0.036212 -0.06455 0.080069 0.259364 0.042986 0.138181 0.090115 0.298334 -0.148878 -0.126576 -0.425881 0.1156 -0.313861 -0.223969 -0.0091 -0.060988 0.450847 -0.059479 -0.084536 0.093128 -0.26034 0.213024 0.406092 -0.321878 -0.128596 -0.008833 0.043132 -0.02515 -0.337485 0.384978 -0.193266 0.03558 0.328017 -0.158397 -0.117775 0.187231 0.013658 -0.337035 0.172208 -0.041206 0.167257 0.184205 -0.261658 0.272267 0.100509 0.399565 -0.318161 -0.264871 0.048781 0.065492 -0.324114 -0.016515 0.00537 -0.20883 -0.237703 0.025197 0.166339 -0.648719 -0.31858 0.097558 -0.206021 -0.182104 0.032188 0.180478 0.299966 -0.124542 0.164242 0.14721 0.02593 -0.121835 -0.734035 0.190019 -0.159161 0.127127 -0.004254 0.165078 0.140034 0.186782 0.103576 0.297858 -0.087794 0.224366 -0.071047 0.061926 0.343439 0.003976 0.026704 -0.139415 -0.034276 -0.189207 -0.052375 -0.156494 0.152974 0.015188 -0.002799 0.340256 -0.12342 0.022278 -0.070118 0.029655 0.370147 -0.367868 -0.033681 0.27831 -0.383199 0.274811 -0.385932 0.066609 -0.172694 0.017708 0.339097 -0.112812 -0.158676 -0.304809 -0.071079 -0.014842 -0.005177 -0.085619 0.187971 -0.131367 -0.033678 0.007819 0.397795 0.158331 0.006529 -0.021071 0.212164 -0.283678 -0.061153 0.208116 1.031805 -0.103829 0.232314 0.309955 -0.149366 0.164295 0.002268 -0.013022 0.102544 -0.259216 -0.40227 -0.289506 -0.166508 -0.461618 0.276407 0.25029 0.317972 -0.152822 -0.027666 0.13816 0.119339 -0.270817 -0.110127 -0.110033 -0.307244 -0.206755 -0.198257 0.093296 -0.089075 -0.002353 -0.306169 0.281332 0.196607 0.339855 0.056226 0.01129 -0.004428 -0.112334 0.224115 -0.468938 -0.342363 -0.302918 -0.263405 -0.32276 0.369678 -0.111192 0.305285 -0.208519 -0.192622 -0.323649 -0.120679 0.266644 -0.15741 0.18478 -0.144024 -0.193975 0.335241 0.145829 0.066711 -0.122901 0.059966 0.157341 0.556009 0.165963 -0.085952 -0.368183 0.026518 -0.197219 0.117677 -0.005232 -0.007194 0.005972 -0.195762 0.001407 0.042862 0.290479 0.186097 0.068738 -0.060422 -0.159199 -0.036977 -0.311696 0.176143 0.239884 -0.244549 0.190912 -0.206278 0.50061 -0.465983 0.160334 0.148783 0.179248 0.12801 -0.017533 -0.171976 0.175059 0.298033 -0.101013 0.114864 0.032942 -0.169018 -0.068207 0.163653 0.095806 -0.243627 0.259223 -0.031523 -0.182362 0.355829 0.307771 -0.036365 0.104589 0.285429 0.218005 0.194256 -0.021399 -0.223827 -0.042573 -0.319406 0.19573 0.119603 -0.12185 0.025459 0.032344 -0.03566 0.041749 0.068905 -0.064358 -1.563221 0.030345 -0.295173 -0.028586 -0.157626 -0.156747 0.136636 0.025137 -0.238768 0.019293 0.219599 -0.012839 -0.072083 0.115451 -0.033239 0.155488 0.20702 0.088751 0.191253 -0.097051 0.036002 -0.080971 0.036689 0.099819 -0.205466 0.026837 0.020107 0.127857 0.09243 -0.454089 -0.380753 -0.022823 -0.819918 0.022933 -0.054584 0.184844 0.086338 -0.076134 -0.224352 -0.163703 -0.153025 -0.654309 -0.05462 -0.01321 0.197863 0.043406 -0.054876 -0.056406 -0.228352 -0.104169 -0.150787 -0.04687 -0.085544 -0.019647 -0.012044 -0.184284 -0.046609 0.248212 -0.155311 -0.159522 -0.13743 0.083538 -0.196615 -0.127457 -0.085354 0.225481 -0.01937 0.134457 0.112435 0.324018 0.273246 -0.113906 0.327544 -0.049708 0.21142 -1.300678 0.055648 0.231655 -0.142155 0.24422 -0.22389 0.286151 0.032484 -0.223759 -0.188001 0.196893 0.072045 -0.175316 0.137375 -0.039477 0.2201 -0.279753 0.260244 0.167567 0.240308 0.112353 -0.273803 0.033287 0.351058 0.09809 0.061168 -0.292353 0.061831 0.152208 -0.022616 -0.027911 0.26625 -0.231743 -0.155754 -0.262074 -0.17614 0.158791 0.045096 1.312438 0.209965 -0.208869 -0.058512 0.297273 -0.083722 0.25174 0.081565 -0.256252 -0.041176 0.177374 0.341777 0.066453 -0.144605 -0.04693 -0.249574 0.139709 0.282829 -0.223567 0.208091 0.091646 0.084328 -0.250073 0.114865 -0.05305 -0.136839 -0.06769 -0.131044 0.017007 0.039722 -0.292922 0.086867 0.096268 -0.18263 -0.279641 0.264552 0.24588 0.263689 0.203599 0.222071 -0.078052 0.28445 -0.115627 -0.105304 0.067721 -0.140069 -0.373499 0.025148 -0.034419 -0.085767 0.196201 -0.039755 0.093298 0.054113 -0.240797 -0.065886 0.022175 0.162866 2.365934 0.039972 -0.331235 0.1823 -0.02947 0.080152 -0.031946 0.107217 0.167121 -0.146425 0.099093 0.084608 0.153444 0.023791 -0.259741 -0.167366 0.036091 0.047451 0.081653 0.053225 -0.076219 0.021054 -0.293959 0.046439 -0.268387 -0.096749 -0.078403 0.130037 0.062187 -0.042442 -0.113783 -0.096415 0.171343 0.29306 0.213965 0.182776 0.093187 0.204854 0.268321 -0.282026 -0.513195 0.155546 -0.207289 0.072565 -0.010742 -0.007044 -0.169859 -0.09594 0.048076 0.260069 -0.296421 -0.142503 0.070246 -0.091853 0.10509 -0.245544 -0.164119 0.076948 0.217061 0.06992 -0.511757 -0.276054 0.079531 0.175513 0.070707 0.198253 -0.143093 -0.001354 -0.071759 -0.054797 0.113237 0.158946 0.282457 -0.059736 0.003203 -0.314358 -0.015058 0.224596 0.266583 -0.137111 0.293591 -0.102423 -0.010178 -0.04545 0.139521 0.121869 -0.051675 0.171866 0.374377 0.115402 0.13738 -0.073369 -0.056866 -0.307699 -0.022071 -0.345232 0.028278 -0.073827 -0.104693 0.744623 0.029559 0.017172 0.082208 -0.253718 0.252505 0.348037 -0.163285 -0.361849 -0.067942 0.327675 -0.132548 -0.103554 0.41433 -0.21848 0.200766 0.198173 -0.255098 -0.197179 0.025986 0.074262 -0.302623 0.218096 -0.116843 0.273255 -0.203892 -0.221423 0.261728 0.14694 0.304539 -0.227204 -0.159583 0.221353 0.226146 -0.107925 -0.106081 0.09889 -0.123504 -0.091727 -0.295483 -0.01744 -0.73661 -0.420459 -0.20486 -0.04577 -0.117412 -0.017488 0.13384 0.293402 -0.195067 0.131579 0.231933 -0.023908 0.008754 -0.604013 0.077105 0.039578 -0.101765 0.086454 -0.045548 -0.117707 0.293735 0.058398 -0.060084 0.063079 0.195258 -0.008897 0.07849 0.055172 0.332136 0.092347 -0.233523 0.272099 0.142286 0.069653 -0.130904 0.146283 0.035912 0.014877 0.315234 -0.343369 0.021369 -0.189404 0.082359 0.104405 -0.395472 0.230156 0.102188 -0.514105 0.441195 -0.111237 0.295018 -0.042219 -0.051754 0.353722 0.082095 -0.322538 -0.006406 -0.104241 -0.172949 0.090778 0.116548 0.167496 -0.099726 0.084971 -0.05403 0.429391 0.111282 -0.066724 -0.083264 -0.008013 -0.192856 -0.207287 0.077007 0.762619 0.064486 0.165176 0.335857 0.053984 0.01233 -0.005377 0.062181 0.032754 -0.099448 -0.336583 -0.302958 0.105674 -0.689993 0.267521 0.013984 0.056766 -0.24494 -0.001985 -0.096533 -0.04058 -0.170425 -0.213591 -0.163803 -0.277825 -0.076693 -0.209751 -0.059033 -0.113421 0.015151 -0.261435 0.204867 0.055186 0.369317 -0.103929 0.07147 -0.033902 0.047458 0.063247 -0.221717 -0.362882 -0.341955 -0.068761 -0.252378 0.174581 0.288734 0.299391 -0.161111 -0.236292 0.160709 -0.200345 0.014454 -0.03238 0.254507 -0.064862 -0.26923 -0.045423 0.226981 0.073534 -0.174084 -0.212954 0.153407 0.309172 0.015428 0.017024 -0.157239 0.155337 -0.232295 0.15849 0.211256 0.044447 0.004043 -0.020031 -0.144885 0.093027 0.180766 0.073821 0.06021 -0.009391 -0.207804 0.175093 -0.512033 0.085915 0.18338 -0.373191 0.132221 -0.037456 0.421759 -0.055159 -0.08877 0.114802 0.015366 0.075032 0.270607 -0.104191 -0.004935 0.323608 0.071623 -0.165842 0.158341 -0.238789 0.052856 0.415512 -0.040766 0.007814 0.314099 0.027516 -0.017039 0.305895 0.232336 -0.209989 -0.19222 0.261723 -0.014887 0.280962 0.113431 -0.199171 0.145117 -0.161336 0.093419 0.074701 -0.13152 0.016626 0.166212 0.00162 0.092321 0.055652 0.116581 -0.789105 0.279759 -0.27623 0.191873 -0.121679 0.084176 0.192902 -0.172368 -0.270004 0.064949 0.203646 0.077431 0.109404 -0.05795 0.244015 -0.035628 0.076135 -0.018566 0.222807 -0.07602 0.24069 -0.242517 0.572603 0.008039 -0.147327 0.350583 -0.069479 0.139531 0.15448 -0.21777 -0.25846 -0.125677 -0.755568 0.117841 -0.060161 0.072513 -0.128112 -0.157605 -0.015705 -0.192273 -0.093393 -0.320898 0.086259 -0.060268 0.160761 0.046274 -0.099154 0.081473 -0.220738 -0.146809 -0.23732 0.056692 -0.279257 0.219442 0.095258 -0.10989 0.06621 0.435884 -0.09372 -0.023477 0.191873 0.08221 -0.213742 -0.307431 -0.388012 0.171069 -0.046217 -0.04653 0.249436 0.04277 0.132498 -0.120186 0.204415 -0.06223 -0.149941 -2.133205 0.124678 0.341305 -0.155221 0.069137 -0.07348 -0.08388 0.003565 -0.36914 -0.27879 0.038417 -0.056128 0.035163 -0.008579 -0.240304 0.233954 -0.112922 0.12047 0.205918 0.051445 0.018512 -0.392123 -0.00198 1.83867 0.089461 -0.062986 -0.009899 -0.176829 -0.025349 -0.043355 -0.26332 0.328628 -0.174986 -0.275278 -0.242063 0.143215 -0.083584 0.140943 1.568355 0.071115 -0.243262 -0.181179 0.240065 0.230661 0.222809 -0.069788 -0.1142 -0.060373 0.103754 0.236372 -0.150378 -0.415076 -0.129152 -0.301484 0.069019 0.257829 -0.186749 0.2006 0.091887 -0.094703 -0.399746 -0.027396 -0.098834 0.006387 0.158327 -0.185673 0.050622 -0.038271 0.070617 0.099084 -0.111978 0.017682 -0.132785 0.308665 0.071468 0.201333 0.249568 -0.081607 0.058419 0.248195 -0.05614 0.108215 0.0839 -0.026187 -0.302562 -0.035515 0.04938 0.153086 0.078563 -0.165773 0.038621 -0.049606 -0.126153 0.019211 0.225997 0.092192 1.757323 -0.005279 -0.256835 0.041239 -0.028896\nổ 0.381013 0.213313 0.045834 0.008033 -0.144021 -0.085456 -0.069284 -0.266369 0.131439 -0.084727 -0.215311 0.000928 -0.298171 0.072566 0.131443 -0.235074 0.177861 -0.111208 -0.1491 -0.293126 -0.104597 -0.047309 0.130032 -0.132048 -0.227996 0.257913 -0.147929 0.369553 0.071189 0.012355 0.295049 -0.100412 0.067625 -0.173316 -0.068249 -0.391762 0.093499 -0.337953 0.395557 -0.165364 0.035053 0.132131 -0.163774 0.465487 0.321294 -0.464765 0.007626 -0.0342 0.109843 0.138678 -0.436425 0.010246 0.130637 0.253184 -0.060118 -0.32484 -0.175426 0.055849 0.139604 0.17953 -0.101038 -0.01074 -0.193758 0.088786 0.084247 0.4209 0.154569 0.074844 -0.194325 0.079682 -0.467888 -0.13328 0.093453 0.098423 -0.22667 0.018255 -0.433128 0.240635 -0.037486 -0.216144 -0.156232 0.260208 0.070929 -0.015903 0.206658 0.251147 -0.135194 -0.171239 -0.543952 0.139473 -0.164342 -0.389043 -0.125292 -0.046443 0.455022 0.082229 -0.186692 0.205832 -0.300015 -0.002653 0.362905 0.005803 -0.02374 -0.066902 -0.094225 0.181672 -0.476625 0.29034 0.006639 -0.26385 0.511906 -0.039509 -0.112804 0.109715 0.244071 -0.29409 0.188737 0.139053 0.161552 0.364821 -0.374843 0.241553 -0.054312 0.405294 -0.279069 -0.226715 -0.051296 0.069012 -0.210934 -0.270313 -0.073359 -0.359706 -0.196945 -0.116803 0.114749 -0.664228 -0.255906 0.323571 -0.227705 0.027764 0.279531 0.187811 0.121918 -0.302552 0.058385 0.06464 -0.173077 -0.24041 -0.785895 0.135233 -0.050759 0.123194 0.020579 0.149984 0.22333 0.071968 0.24412 0.268941 0.337163 0.053259 -0.145853 0.162129 0.590223 -0.098455 0.089154 -0.045558 -0.099367 -0.121882 0.191885 -0.009504 0.286344 -0.057886 0.199966 0.294287 0.114965 -0.156913 -0.191938 -0.009683 0.375202 -0.051826 -0.02567 0.320831 -0.409427 0.047654 -0.35392 -0.03207 -0.102761 0.001833 0.104091 -0.178365 -0.455446 -0.320983 -0.100888 0.037565 -0.01591 -0.359847 0.181909 -0.104635 -0.260929 0.042555 0.23691 0.223627 0.108528 0.039363 0.11181 -0.229911 -0.026758 0.230322 1.151594 -0.190788 0.296857 0.223995 0.039883 0.052979 0.199994 -0.024509 -0.09124 -0.527632 -0.250461 -0.359078 -0.234778 -0.607458 0.197189 0.202449 0.234078 -0.205794 -0.130796 0.207289 0.361878 -0.106118 -0.096745 -0.0783 -0.495665 -0.228998 -0.058362 0.165004 -0.204236 0.06854 -0.301464 0.179909 0.038832 0.436974 0.216689 0.220149 0.097249 -0.163504 0.111666 -0.329257 -0.334013 -0.176678 -0.157521 -0.26904 0.23406 -0.006327 0.010267 -0.315073 -0.142678 -0.080518 -0.162577 0.280461 -0.263481 0.044397 -0.50025 -0.434341 0.24683 0.270834 -0.129044 -0.217345 0.076131 0.274107 0.485395 -0.081994 -0.076644 -0.212333 0.153835 -0.270061 0.269676 0.079219 -0.053602 -0.018214 -0.113272 0.022209 -0.130829 0.001445 0.164441 0.09504 -0.204189 -0.070624 -0.038837 -0.300013 0.111913 0.289773 0.008641 0.085974 0.062513 0.297747 -0.401447 0.148307 0.333928 0.199371 0.113219 -0.023569 -0.213223 0.159409 0.26648 -0.103683 -0.133912 0.227028 -0.11161 -0.022483 0.093042 0.051506 -0.196305 0.28244 0.120066 -0.146307 0.17914 0.312788 -0.17423 0.115475 0.14069 0.156503 0.19303 0.25166 -0.271307 -0.065078 -0.021619 0.249865 0.266908 -0.401013 0.270688 0.222995 0.013671 0.017774 0.286868 -0.090587 -1.748624 0.104328 -0.123085 -0.004913 -0.153623 -0.115308 0.089949 -0.243064 0.05521 -0.062441 0.512353 -0.068488 -0.28669 0.258607 0.107216 0.169464 0.103273 0.148138 0.002891 0.059857 -0.065954 -0.037136 -0.09305 -0.079231 -0.060768 -0.190343 -0.097899 0.283902 0.062259 -0.537674 -0.247362 0.197328 -0.826087 -0.10394 0.002734 0.100297 0.119037 -0.184004 -0.046406 -0.10204 0.104649 -0.61648 -0.032995 0.041265 0.205688 0.010521 0.112291 -0.109765 -0.389714 -0.105565 0.00305 -0.230691 -0.010569 0.110264 0.042461 -0.278837 -0.070181 0.218495 0.099582 -0.173839 -0.048159 0.05806 -0.237009 -0.200677 -0.199593 0.38146 -0.163802 0.160739 0.088209 0.396885 0.215554 0.011233 0.303286 -0.128751 0.288392 -1.330049 0.075281 0.1102 -0.149984 0.254233 -0.321111 0.45958 -0.1439 -0.276151 -0.197087 0.324231 0.409176 -0.032746 0.090439 -0.092598 0.429589 -0.123152 0.314355 0.209726 0.244788 0.04598 -0.119064 0.266027 0.159908 0.127575 -0.235517 -0.302055 0.087393 0.187281 -0.028096 -0.17461 0.237429 -0.262164 -0.247936 -0.220624 -0.10113 0.387881 0.103384 1.05336 0.202671 -0.232959 -0.07784 0.413545 0.013609 0.166948 0.022329 -0.288692 0.164225 0.103778 0.466038 0.07708 -0.23667 -0.163487 -0.310153 0.022033 0.453875 -0.168177 -0.010133 0.266532 0.012554 -0.304124 0.267111 0.026728 -0.129806 -0.009095 0.045375 -0.158757 0.156201 -0.283101 0.285436 0.150487 -0.267238 -0.363756 0.195588 0.235474 0.154237 0.134599 0.316805 -0.057158 0.3291 -0.182727 0.185127 0.036159 -0.122423 -0.16362 0.012331 0.046167 -0.07288 -0.053783 -0.396316 0.187347 -0.068656 -0.378021 -0.145982 -0.082606 0.307886 2.396861 -0.123394 -0.308422 0.382443 0.011897 0.141076 0.167621 0.061509 0.127589 -0.298809 -0.063364 0.010301 0.030681 0.365585 -0.50019 -0.264186 -0.078762 0.044132 0.155595 0.008612 -0.176912 0.004177 -0.21873 0.101651 -0.174809 -0.178475 -0.020515 -0.041761 -0.098486 -0.08993 -0.074508 -0.026269 0.352923 0.364994 0.278958 0.215048 -0.002145 0.119275 0.20372 -0.160196 -0.450648 0.115757 -0.322535 0.19613 -0.074726 -0.053657 -0.040984 -0.067829 0.443224 0.421611 -0.202264 -0.07276 0.105396 0.222735 0.069623 -0.236622 0.003072 0.127799 0.395138 -0.007653 -0.787992 -0.413882 -0.115373 0.157435 0.010929 -0.093098 -0.152691 -0.099103 0.065695 -0.008979 0.064575 0.283781 0.199494 -0.347927 0.162498 -0.283419 -0.170251 0.061358 0.219961 -0.179346 0.314737 -0.128267 0.017598 0.009161 0.136829 -0.052284 -0.120696 0.108746 0.256893 0.304538 0.080382 -0.076622 -0.236196 -0.429136 0.026701 0.025256 -0.190216 -0.194605 -0.039543 0.692238 0.014272 0.139271 0.421727 -0.232243 -0.026865 0.39976 0.060711 -0.478637 -0.145184 0.175853 0.029361 -0.224499 0.184951 0.058629 -0.107429 0.38502 -0.182758 -0.183955 -0.167685 0.207039 -0.39616 0.24002 0.017399 0.137229 -0.030431 -0.312065 0.240472 0.028238 0.391318 -0.365506 -0.07937 0.1609 0.341713 -0.048019 -0.441153 -0.015682 -0.195768 -0.003923 -0.390257 -0.079489 -0.763071 -0.332425 0.283685 -0.061479 -0.024144 0.106028 0.112381 0.308701 -0.322365 0.108439 0.340349 -0.254844 -0.024854 -0.627517 -0.152134 -0.029925 -0.113978 0.158969 0.039559 -0.033377 0.197517 0.144698 -0.112314 0.408024 0.070893 -0.349558 0.199805 0.435164 0.262521 0.120825 -0.265604 0.142678 0.176277 0.280493 0.081792 0.038095 -0.005286 0.213643 0.287419 -0.212409 -0.025001 -0.342676 0.186872 0.195605 -0.151412 0.137659 0.174299 -0.507207 0.431965 -0.19309 0.225676 -0.13354 -0.111939 0.095735 -0.003317 -0.547682 -0.139097 -0.184415 -0.132202 0.180929 -0.39066 0.14284 -0.079156 -0.087694 0.038812 0.3529 0.274555 0.081621 0.0731 -0.018745 -0.204348 -0.115731 0.008285 0.878773 -0.022223 0.335562 0.169273 0.178923 0.031047 0.152504 0.109708 -0.281026 -0.324372 -0.300089 -0.257594 -0.003258 -0.786422 0.298951 -0.072034 0.047633 -0.291914 -0.109237 -0.006811 0.384609 -0.027529 -0.357317 -0.105634 -0.539799 -0.074111 0.021132 0.010646 -0.223051 -0.067143 -0.286855 0.123626 0.141919 0.426136 -0.049338 0.177987 0.045573 -0.003832 -0.053203 -0.018253 -0.382113 -0.397806 0.151845 -0.263161 0.083347 0.322746 -0.136768 -0.256876 -0.296356 0.373212 -0.450165 -0.109175 -0.258113 0.098832 -0.23879 -0.516114 0.121561 0.399781 -0.131046 -0.171458 -0.167662 0.306267 0.232205 -0.06184 0.062599 -0.150744 0.024123 -0.122127 0.202631 0.240313 0.014393 -0.043371 -0.110104 -0.269622 -0.045602 -0.08507 -0.011183 0.006723 -0.173321 -0.060422 0.185085 -0.632669 0.200889 0.157811 -0.115611 -0.023779 0.066502 0.294069 -0.007221 -0.011462 0.238325 -0.034878 -0.070697 0.288331 -0.264057 0.045565 0.205376 0.183712 -0.446246 0.438892 -0.213549 0.06337 0.269183 -0.102422 0.048947 0.422831 0.160915 0.013707 0.144076 0.193004 -0.299158 -0.215549 0.199102 -0.194897 0.036301 0.424559 -0.025869 0.041497 -0.010336 0.085984 0.110205 -0.462585 0.154486 0.349704 0.079472 0.268652 0.177859 0.137207 -0.887895 0.300788 0.024615 0.165011 -0.233734 0.106138 0.304575 -0.425567 0.052288 0.183039 0.322889 0.144733 -0.168387 0.073493 0.343957 0.034782 0.056439 -0.008841 0.042001 0.099356 0.275229 -0.051473 0.258221 -0.095229 -0.057967 0.136058 -0.22446 0.242201 0.070385 -0.171491 -0.072102 -0.09205 -0.710697 0.106106 -0.053106 0.100692 -0.142256 -0.278149 0.099757 -0.221699 0.154205 -0.38689 0.07707 -0.004398 0.120043 -0.00871 -0.025465 -0.0832 -0.501816 -0.186915 0.023975 0.003414 -0.264407 0.327755 0.091521 -0.043768 0.110823 0.386359 -0.023215 0.189397 0.197692 0.004887 -0.139162 -0.414894 -0.48534 0.268437 -0.366055 0.092838 0.467522 0.246801 -0.091766 -0.041701 0.329088 -0.366517 0.031553 -2.101215 0.103724 0.227667 -0.118241 0.140246 -0.284146 0.067167 -0.210265 -0.352266 -0.002592 -0.048323 0.103346 0.058252 -0.049035 -0.301116 0.287072 0.099189 0.299757 0.097648 0.131583 0.059272 -0.307359 0.013099 1.639242 0.117612 -0.193482 0.012886 -0.077663 -0.262259 0.010037 -0.425471 0.326691 -0.324459 -0.320136 -0.083491 0.200539 0.091853 0.234445 1.392493 0.037271 -0.246822 -0.090225 0.440505 0.27161 0.35272 -0.142832 -0.272928 0.174509 0.080155 0.302754 -0.210403 -0.399778 -0.308724 -0.059873 -0.091757 0.378152 -0.130709 0.112693 0.106869 -0.298649 -0.358902 0.26522 -0.040413 -0.070341 0.194357 0.014904 -0.106216 0.123972 -0.069586 0.257627 -0.156872 -0.055438 -0.141806 0.259879 0.15976 0.237955 0.251204 0.077028 0.02494 0.234371 -0.031942 0.113512 -0.027312 -0.208315 0.037033 -0.010899 0.181967 0.190701 -0.186433 -0.435067 0.367663 -0.320755 -0.073025 0.031018 0.090938 0.171998 1.802638 -0.412423 -0.124804 0.26045 0.044928\nẻ 0.307046 -0.055262 0.002047 0.023439 0.035093 -0.152972 -0.104315 -0.221533 -0.085749 0.089985 0.227371 -0.249513 -0.234372 -0.059771 0.233403 -0.264332 0.061939 -0.163497 -0.341198 -0.36025 -0.027997 -0.321036 -0.110626 -0.270387 0.090562 -0.137922 -0.129765 0.098819 0.054839 -0.172188 0.394089 -0.051234 0.172786 -0.168866 0.024279 -0.354942 0.043095 -0.207141 0.382856 -0.025913 -0.064817 0.1854 -0.4077 0.538442 0.428162 -0.479439 -0.187475 0.143534 0.203815 0.450962 -0.631076 -0.198418 0.017366 0.210653 -0.135135 -0.092252 -0.06341 0.232655 0.11166 -0.27033 0.346939 -0.003996 -0.16861 0.033073 0.091192 0.621311 0.021606 0.404029 -0.056471 -0.049471 -0.583441 -0.137901 -0.006569 0.050621 -0.134578 -0.051858 -0.378867 0.148106 0.11293 -0.168245 -0.059957 0.172098 0.199352 0.046445 0.097162 0.076905 -0.148133 -0.077913 -0.358102 0.234308 -0.197132 -0.287952 0.102607 0.004081 0.641236 -0.238979 0.13872 0.014459 -0.192804 0.294793 0.622003 -0.240991 -0.065615 -0.14075 0.245201 0.193652 -0.517655 0.435646 -0.275477 -0.293524 0.699201 -0.07714 -0.180767 0.298484 0.232884 -0.15659 0.143658 0.191271 0.01378 0.263243 -0.345002 0.4156 -0.067374 0.590926 -0.368454 -0.136666 0.063407 0.089736 -0.077297 -0.026006 -0.133857 -0.305239 -0.285043 0.048464 0.27977 -0.564995 -0.278652 0.110393 -0.399782 -0.245873 -0.030529 -0.096863 0.167822 -0.172902 0.154423 0.241369 -0.000822 -0.476544 -0.78105 -0.198414 -0.168114 0.099728 -0.033269 0.107381 0.096206 0.184576 0.158135 0.297965 0.343399 0.506261 0.296799 0.046833 0.639868 0.002034 0.370987 -0.170416 0.204128 0.15293 0.126119 -0.125749 0.220953 0.06036 0.079222 0.137534 0.116793 -0.347109 -0.245862 0.299341 0.57049 -0.030716 0.159192 0.292667 -0.827429 0.395266 -0.335931 -0.20185 -0.043661 -0.038762 0.219041 -2.5e-05 -0.50028 -0.193579 -0.187513 -0.22757 0.022779 -0.178376 0.421082 -0.105808 -0.337848 0.172819 0.196396 0.221687 -0.163776 0.029737 0.137328 -0.120539 -0.027614 -0.103576 1.290129 -0.253081 0.141328 0.062078 -0.012929 0.075725 0.156935 0.398457 0.042266 -0.502994 -0.283046 -0.141248 -0.343109 -0.592121 0.286452 0.312213 0.15715 -0.137627 -0.167139 0.301917 0.083 -0.049114 -0.21505 -0.235534 -0.522294 -0.138687 0.028392 0.212146 -0.086986 0.132208 -0.075724 0.495053 0.123605 0.604488 0.389943 0.034947 -0.070359 -0.120257 0.34434 -0.558465 -0.491766 -0.361053 -0.233116 -0.018252 0.355766 -0.108257 0.202887 -0.285853 -0.050775 -0.369564 0.147313 0.39067 -0.117718 0.313545 0.107527 -0.377149 0.589592 0.222345 0.287337 -0.155386 -0.004042 0.036523 0.500114 -0.004484 -0.098752 -0.537664 0.370736 0.073393 0.05179 -0.112323 0.030467 -0.061608 -0.157165 -0.032931 0.134441 0.336367 0.38668 0.076407 -0.433115 -0.087691 0.092095 -0.280313 0.071554 0.206093 -0.169477 0.096702 -0.015508 0.679009 -0.908576 0.31116 0.022325 0.218992 0.119423 -0.127759 -0.295055 0.208514 0.280649 -0.105616 0.094959 0.022663 -0.036377 -0.117434 -0.072394 0.138605 -0.239167 0.194742 -0.030494 -0.038775 0.352848 0.309087 -0.05669 -0.022347 0.020117 0.757044 0.169865 -0.035887 -0.147847 -0.088874 -0.495204 0.120556 0.116561 -0.313467 0.310816 0.247576 0.284877 0.09829 -0.017628 -0.143191 -1.907627 0.283527 -0.122698 -0.375855 -0.068405 -0.094155 0.201858 -0.107946 -0.021049 0.106372 0.418785 0.058745 -0.185823 0.168622 0.118842 0.539266 0.153036 0.050677 0.286572 0.021203 -0.037429 0.339551 0.022236 -0.204162 -0.06254 0.078728 -0.138322 0.141362 -0.071448 -0.535683 -0.378052 0.012552 -0.774133 -0.053108 0.193277 0.104054 -0.084207 -0.153142 -0.218717 -0.27694 -0.075414 -0.897802 0.195564 -0.139145 0.40131 0.188633 0.253461 -0.25664 -0.170869 -0.255925 -0.256436 -0.391512 0.072442 0.078603 0.279407 -0.172967 0.100949 0.516908 0.079754 0.121034 -0.045257 0.100369 -0.117131 -0.338885 -0.41689 0.532203 -0.001768 0.033565 0.274653 0.487032 0.114177 -0.100125 0.194794 0.169137 0.029256 -1.368517 0.368158 0.366001 -0.258734 0.185475 -0.204858 0.371061 -0.174064 0.032276 -0.317105 -0.006992 0.174386 -0.08302 0.031899 0.022224 0.394821 -0.392239 0.323389 0.196053 0.281311 0.174318 -0.129609 0.121184 0.442268 0.105952 -0.074329 -0.334761 0.204751 0.307944 -0.127676 -0.007869 0.006593 -0.287164 0.043804 -0.417682 0.006054 0.441112 0.050646 1.410347 0.318493 -0.455861 0.115807 0.402057 -0.181389 0.235048 -0.078006 -0.433593 0.00591 -0.115031 0.520732 -0.009786 -0.063065 -0.075624 -0.075474 0.390468 0.308686 -0.019173 0.130514 0.282042 0.093322 -0.415495 0.17851 0.119225 -0.152328 -0.12701 -0.122356 0.030822 0.063135 -0.278527 0.392353 0.011416 -0.450305 -0.282695 0.221936 0.127787 0.438926 0.100729 -0.057122 -0.016712 0.33026 -0.302913 -0.10473 0.008629 -0.082161 0.081502 0.243198 -0.087123 -0.185339 -0.035411 -0.218813 0.196877 0.013199 -0.175691 -0.174892 -0.058816 0.258845 2.338894 -0.070289 -0.121334 0.026582 -0.306484 -0.078102 -0.159614 0.027319 0.217235 -0.225822 -0.139456 -0.251135 0.359092 0.006442 -0.302144 -0.077058 -0.117328 0.13949 0.065011 0.239646 0.095755 -0.096178 -0.209034 0.087903 -0.318105 -0.23328 -0.146813 0.03669 -0.137326 -0.090816 -0.331866 -0.089561 0.022422 0.398984 0.047184 0.075512 0.04822 0.314369 0.221192 -0.193334 -0.490842 -0.025245 0.01164 0.26311 0.125814 0.107918 -0.225085 -0.307852 0.404495 0.593157 -0.239661 -0.425759 0.047678 0.105754 0.148322 -0.136962 -0.098824 -0.013294 0.186193 0.069288 -0.687488 -0.267762 -0.065661 0.080259 -0.092786 0.188731 0.181999 0.021278 -0.157388 0.001246 0.376788 0.117039 0.416275 -0.336537 0.086804 -0.395894 -0.054226 0.082661 0.067709 -0.06597 0.210783 -0.069008 -0.035882 0.059603 0.299545 0.118712 0.031568 0.315909 0.180218 0.098145 -0.020617 -0.138488 -0.154222 -0.278911 -0.011288 -0.211452 -0.000111 0.189122 -0.200582 0.88596 -0.042062 0.389304 0.173103 -0.325719 0.202213 0.558721 -0.009001 -0.589377 -0.180738 0.4999 -0.27281 -0.039401 0.322048 -0.22432 -0.049304 0.497398 -0.173731 -0.200411 0.043131 0.325897 -0.135219 0.221821 0.076617 0.007231 0.231697 -0.043325 0.115867 0.102266 0.36081 -0.608976 -0.210812 0.202745 0.337177 0.077922 -0.215398 0.059446 -0.275931 -0.084117 -0.331933 -0.02686 -0.72838 -0.323679 -0.03745 -0.195917 -0.394855 0.118002 -0.086976 0.248747 -0.226242 0.383496 0.445581 -0.154929 -0.189615 -0.584351 -0.265649 -0.034922 -0.227685 0.040386 -0.176415 0.054944 0.22559 0.155209 -0.194721 0.417673 0.36044 0.037704 0.071756 0.144913 0.114082 0.321882 -0.384844 0.304526 0.375607 0.407451 -0.21293 0.141863 0.140391 0.32137 0.069673 -0.212256 -0.415703 -0.338729 0.300644 0.145285 -0.148808 0.445749 0.083433 -0.761904 0.565317 -0.143576 0.224872 0.026114 -0.235459 0.120062 0.139165 -0.28444 0.05759 -0.150486 -0.542177 0.063002 -0.000795 0.276958 -0.033791 -0.148184 0.055437 0.191458 0.252014 -0.073282 0.066198 0.060527 -0.091907 -0.032079 -0.159702 0.964053 -0.247909 0.300592 0.030225 -0.005335 -0.032379 0.268961 0.348382 0.043246 -0.378946 -0.039103 -0.239684 -0.144215 -0.728355 0.412681 -0.063837 -0.186534 -0.284148 -0.248416 -0.014406 0.165069 0.135288 -0.38964 -0.257808 -0.496477 0.003523 -0.015894 0.071186 -0.074117 0.070988 -0.143553 0.2644 0.302725 0.450587 0.060621 0.27642 -0.216744 -0.133615 0.173861 -0.216154 -0.491089 -0.563438 0.03519 0.064221 0.013335 0.242101 0.191543 0.012199 -0.221282 0.223672 -0.058133 0.064889 -0.002556 0.361326 0.1442 -0.428963 -0.015625 0.350226 -0.005364 -0.214412 -0.283712 0.029816 0.375604 -0.146423 0.204584 -0.319113 0.443046 -0.185673 0.119893 0.087816 0.057819 -0.092625 -0.087802 -0.211729 0.135516 0.283498 0.352267 0.061692 -0.30629 -0.077555 0.348177 -0.536222 0.236543 0.070645 -0.395317 -0.052745 0.134607 0.488401 -0.202544 0.081317 0.175398 -0.135718 0.076779 0.371174 -0.374553 0.168576 0.484077 0.161971 -0.205552 -0.00785 -0.23812 -0.009741 0.281747 -0.066385 0.180707 0.289897 -0.030314 0.150652 0.269577 0.160754 -0.108132 -0.337902 0.252936 0.177088 0.030878 0.270069 -0.250496 0.150829 -0.310239 0.087027 0.037963 -0.421897 0.14307 0.248991 0.192641 0.208562 0.035619 0.130556 -1.001759 0.503267 0.030334 0.120405 -0.134866 0.263791 0.253592 -0.302397 -0.193716 0.064033 0.399823 0.139649 -0.174307 0.038231 0.344422 0.295556 -0.070864 0.079897 0.321448 0.248941 0.278214 0.077655 0.52587 -0.180211 0.0167 0.409264 -0.277694 0.16102 0.116301 -0.418752 -0.296885 0.009489 -0.70967 0.068265 0.078245 -0.025952 -0.190886 -0.147773 -0.110674 -0.315238 0.10252 -0.550535 0.066316 -0.175434 0.244258 0.005643 0.158769 -0.041176 -0.305031 -0.380003 -0.358464 0.00994 -0.179935 0.253537 0.13872 -0.155661 0.290276 0.702063 -0.017293 0.149647 0.212379 -0.043276 0.01478 -0.444614 -0.614385 0.162151 -0.275402 0.022153 0.55398 0.353515 0.009836 -0.055733 0.14953 -0.12096 -0.092091 -2.099925 0.437602 0.540047 -0.272714 -0.17941 -0.072278 0.047213 -0.272969 -0.069422 -0.363956 -0.186328 -0.087144 0.045262 -0.145785 -0.091485 0.212264 -0.146643 0.171215 0.222702 0.190913 -0.115066 -0.222417 -0.125416 1.982942 0.126109 -0.137514 0.168891 -0.025977 -0.213546 -0.097601 -0.295917 0.279735 -0.228402 -0.221312 -0.41364 0.241934 0.015466 0.114823 1.62244 0.186344 -0.488601 -0.061887 0.32754 0.22241 0.370771 0.010252 -0.168015 -0.020666 -0.288142 0.128589 -0.121445 -0.193375 -0.164438 -0.03278 0.14243 0.24126 -0.183842 -0.039801 0.287688 -0.364086 -0.628251 -0.008007 -0.096609 0.070855 0.446021 -0.032977 0.002548 0.042429 -0.202767 0.335655 -0.328609 -0.256938 -0.053879 0.347014 -0.026571 0.316319 0.169457 -0.062107 0.084465 0.154833 -0.303919 0.164827 0.027596 -0.196248 0.146525 -0.035454 0.097184 0.135298 -0.015824 -0.433789 0.289289 -0.367839 0.12537 -0.058969 -0.031047 0.188468 1.630975 -0.11244 0.072742 0.004897 -0.200227\nự 0.334304 0.085161 0.043962 -0.0053 0.232257 -0.115158 -0.121971 0.090497 0.00992 0.101913 -0.072979 -0.020782 0.09605 0.03788 0.10114 -0.171781 -0.079756 -0.01838 -0.154489 -0.291784 -0.153466 -0.129654 0.108968 -0.277854 -0.111382 0.42272 -0.099576 0.234081 0.189773 0.092599 0.296785 0.041116 -0.00738 0.048649 -0.028639 -0.288976 0.234553 -0.182037 0.040089 0.058322 0.173707 -0.127324 -0.191943 0.599843 0.022563 -0.325871 0.065439 0.180373 0.178132 0.325669 -0.388428 -0.232238 0.321071 0.211881 -0.117194 0.035468 -0.250556 0.032018 0.237311 0.095033 0.189914 -0.181941 -0.087437 0.176621 -0.105035 0.370402 0.183772 0.275775 0.169571 0.122702 -0.506313 0.106667 0.035664 0.259923 -0.251543 0.118959 -0.265455 0.20196 -0.130142 -0.058397 -0.089564 0.177958 -0.077478 -0.14593 0.055906 0.246908 0.050975 0.02148 -0.53793 -0.087665 -0.284776 -0.545973 -0.057407 -0.124523 0.739489 0.029558 -0.30247 -0.003015 -0.083968 -0.071312 -0.003301 -0.44118 -0.045114 -0.105335 0.300776 0.18955 -0.270799 0.089364 -0.089162 -0.374789 0.370921 0.112215 -0.037745 0.145588 0.054748 -0.394601 0.11692 0.183804 0.036419 0.211321 -0.331628 0.293627 -0.175335 0.289142 -0.189336 -0.152717 0.221341 0.007467 -0.336897 -0.118367 -0.087179 -0.300129 -0.203622 -0.224902 0.061637 -0.650792 -0.503752 0.126134 -0.050036 0.000137 0.100756 0.282848 0.008566 -0.183836 -0.060047 0.243525 -0.045975 -0.252345 -0.841221 -0.007946 -0.135923 0.170222 -0.278662 0.073967 0.027443 0.250325 0.029835 0.285059 0.23703 0.116849 -0.1895 0.056062 0.51481 0.010488 0.052366 -0.002814 -0.163062 -0.15427 -0.033586 -0.212844 0.226377 0.195 0.264614 0.26461 0.044706 -0.002448 -0.147332 0.172454 0.292631 -0.229196 -0.089428 0.360453 -0.503518 0.060727 -0.47808 0.209286 -0.073291 0.029203 -0.029539 -0.12326 -0.219989 -0.181605 -0.090426 0.16671 -0.01178 0.072971 0.256645 -0.317935 -0.37116 0.030201 -0.000573 0.37617 -0.079698 0.074405 0.164942 -0.376732 -0.252103 -0.061773 1.196057 -0.149257 0.010583 -0.020641 -0.156591 0.183239 -0.298827 -0.064988 -0.006875 -0.37906 -0.210139 -0.091179 -0.051176 -0.712292 0.022623 0.036674 0.258681 -0.066664 -0.080678 0.204788 0.120532 -0.15751 -0.344635 -0.286888 -0.291621 -0.178872 0.007787 0.12285 -0.13573 -0.190427 -0.105571 0.06832 0.116767 0.098157 0.279593 0.268169 0.134507 -0.019805 0.21432 -0.276698 -0.350757 -0.134341 -0.000587 -0.21017 0.252291 -0.001004 0.176238 -0.313699 -0.122549 -0.185355 -0.036125 0.231084 -0.347111 0.153419 -0.182962 -0.280116 0.170415 0.123951 -0.078212 -0.193785 0.028946 0.160446 0.474156 0.11221 -0.100698 -0.430506 0.235529 -0.187232 0.221709 0.163899 -0.077139 0.171338 -0.237461 0.010163 -0.043299 0.392375 0.276037 0.155831 -0.15571 -0.193524 0.13264 -0.324879 0.073616 0.185407 -0.088347 0.22699 -0.089408 0.295718 -0.426431 0.208323 0.079481 0.390712 -0.12876 -0.288503 -0.254697 0.10705 0.383718 -0.060873 -0.083348 0.076627 -0.259396 -0.028968 -0.047372 0.032844 -0.123848 0.213372 0.140698 -0.129351 0.417671 0.280773 -0.381461 0.210274 0.162323 0.055083 0.292086 0.149188 0.081502 0.267149 -0.062767 0.069177 -0.001735 -0.254623 0.272512 0.312496 0.039506 0.012139 0.191882 -0.181522 -1.742083 0.002928 -0.143496 0.014049 -0.235392 0.062835 -0.051336 0.005723 -0.23656 0.049022 0.367326 0.106701 -0.038692 0.007218 0.213795 0.006185 0.102954 0.252014 0.127512 -0.251362 0.077813 -0.143766 -0.104215 0.048341 -0.070917 0.021212 -0.088383 0.099128 0.139359 -0.465833 -0.193482 0.038934 -0.820424 -0.043309 -0.058119 0.103513 -0.09914 -0.055088 -0.290096 0.0362 0.014872 -0.46186 0.048101 0.129116 0.181806 -0.111183 0.044617 -0.287724 -0.423752 0.048966 0.034627 0.213617 0.034242 0.063338 -0.065476 -0.232099 -0.136308 0.198365 -0.104484 -0.082041 0.053125 0.15164 -0.390717 -0.099388 -0.138124 0.137648 -0.117099 0.236986 0.240107 0.450378 0.219378 -0.215165 0.295413 0.017973 0.24897 -1.301756 0.20935 0.244348 -0.315256 0.043881 -0.216306 0.468463 -0.258953 -0.316644 -0.006644 0.068849 0.185916 0.069539 0.103071 0.089341 0.246273 -0.192152 0.08885 0.162856 0.517712 0.016525 0.147704 0.01385 0.290528 0.08682 0.043919 -0.398646 -0.045707 0.019623 0.155418 -0.018789 0.297967 -0.095578 -0.049623 -0.273305 -0.038252 0.295812 -0.045195 1.27926 0.153123 -0.005666 0.004629 0.451841 -0.03457 0.154498 0.156029 -0.332619 0.133283 0.145242 0.444001 0.158259 -0.223543 -0.08679 -0.274329 0.124106 0.399587 -0.225589 0.011213 0.198731 0.16739 -0.377329 0.149599 -0.079087 0.025346 -0.023698 -0.10578 -0.278259 0.021957 -0.122625 -0.029201 0.069944 -0.309683 -0.295111 0.209826 0.360685 0.145066 0.165262 0.062742 -0.035436 0.455995 -0.232337 0.062644 0.050009 -0.075454 -0.144491 -0.056399 -0.120726 -0.131327 0.393086 -0.164601 0.083832 0.020624 -0.161937 -0.024314 0.069045 0.219331 2.378946 -0.365246 -0.257119 0.353158 0.076292 0.030067 -0.064054 0.030941 0.228949 0.149546 0.030858 -0.062092 0.140381 0.034125 -0.292847 -0.03568 0.144271 0.290168 0.176943 -0.024688 -0.001066 -0.157936 -0.003691 0.095548 -0.237529 -0.278009 -0.115156 0.066655 -0.193527 0.086977 0.047895 -0.060765 0.24623 0.516651 0.280922 0.177894 0.061026 0.025964 0.250985 -0.268868 -0.369496 0.17083 -0.139512 -0.036292 0.254852 0.067519 -0.194337 -0.024786 0.426871 0.053185 0.005872 0.083985 0.121062 0.240779 0.145862 -0.251956 -0.003345 0.175426 0.384528 0.03827 -0.407732 -0.450982 -0.052674 0.329271 0.093568 0.019289 -0.183178 0.032797 -0.004067 0.052097 0.124941 0.139846 0.234349 -0.129012 0.180183 -0.529102 0.048243 0.156957 0.280381 -0.194788 0.418042 0.03344 -0.046477 -0.165291 -0.035256 -0.033299 -0.273961 0.154533 0.085702 0.040484 0.041072 -0.006046 -0.067214 -0.328395 -0.174683 -0.222355 -0.171645 -0.15718 -0.135017 0.921254 0.240517 0.092694 0.236149 -0.137015 0.095307 0.150209 -0.115041 -0.138332 -0.076339 0.588976 -0.033618 -0.04708 0.152494 -0.020233 -0.155975 0.21757 -0.194531 0.110106 -0.215509 0.159125 -0.349119 0.022187 0.101098 0.141357 -0.090564 -0.303046 0.262378 -0.05199 0.284591 -0.260667 -0.051471 0.245501 0.161511 -0.085908 -0.185547 0.058716 -0.309707 0.031069 -0.348987 -0.225209 -0.742643 -0.557612 -0.098413 0.176373 -0.059164 0.115435 0.22189 0.28389 -0.12043 0.061465 0.569916 -0.147322 -0.094625 -0.599417 -0.1459 -0.092076 -0.061199 -0.007507 -0.06164 -0.109139 0.374767 -0.036279 -0.071462 0.373534 0.110649 -0.344942 0.104378 0.311787 0.185478 0.247718 -0.080549 0.128794 0.140449 0.193937 0.007448 0.008614 0.086676 0.374147 0.277691 -0.267308 -0.125966 -0.440269 0.303059 0.158913 -0.287654 0.160842 0.074872 -0.626998 0.381118 -0.215503 0.370034 -0.006611 -0.018813 -0.033386 0.167406 -0.299688 0.268918 0.035507 -0.216421 0.072835 0.065718 0.170344 -0.209557 -0.210945 0.059542 0.261223 0.220378 -0.123546 0.088354 0.002244 -0.251346 -0.228687 -0.114807 0.798776 -0.009874 0.057982 0.015931 0.269325 -0.020642 -0.152376 0.056895 -0.125525 -0.334502 -0.227089 -0.122996 0.143192 -0.823496 0.114575 -0.11319 -0.071461 -0.089381 0.016831 -0.041638 0.048073 -0.102001 -0.491554 -0.286661 -0.389784 0.00949 -0.015439 0.121078 -0.170503 -0.277553 -0.196135 0.123148 0.085504 0.240738 0.09547 0.21244 0.169822 0.095846 0.105232 -0.098335 -0.377541 -0.285854 0.154008 -0.292105 0.115046 0.434076 0.237548 -0.365485 -0.416543 0.140462 -0.179834 0.010441 -0.104513 0.360018 -0.091199 -0.15148 -0.063463 0.156574 -0.072649 -0.268942 -0.166371 0.177755 0.288945 -0.016768 0.066216 -0.25666 0.245909 -0.231325 0.301702 0.254974 -0.048328 0.026785 -0.168789 -0.099391 -0.080826 0.264452 0.152132 0.279296 -0.07559 -0.191286 0.179585 -0.71228 0.159777 0.055474 -0.085551 0.077552 0.027611 0.296578 -0.206118 -0.050281 0.042159 0.211676 -0.180678 0.151501 -0.355865 -0.011895 0.238851 0.082583 -0.234714 0.222502 -0.313812 0.101604 0.179011 -0.230066 0.18706 0.237408 0.142523 -0.051642 0.409874 0.168132 -0.288909 -0.183724 0.145461 -0.199297 0.19314 0.424043 0.221567 0.252012 0.129748 0.129579 0.0558 -0.119909 0.079118 0.376995 -0.074983 0.129845 -0.024518 0.118676 -0.86772 0.308903 -0.001449 0.08393 -0.229941 0.300748 0.109522 -0.155693 -0.306093 0.175229 0.280416 0.222588 0.009061 -0.086504 0.341566 -0.045905 -0.115199 0.27382 0.25179 -0.310991 0.356132 -0.155532 0.48347 -0.032788 -0.142199 0.197082 -0.105085 0.19722 0.194932 -0.23286 -0.087807 -0.015366 -0.719233 0.278683 -0.04007 -0.076229 -0.227822 -0.136475 -0.088434 -0.047001 -0.011793 -0.152138 0.055155 0.003394 0.038752 -0.0359 0.109635 -0.056481 -0.327151 -0.141747 -0.039289 0.255093 -0.220302 0.188964 -0.100757 -0.057774 0.054361 0.322156 -0.21741 0.170937 0.313437 -0.057712 -0.544563 -0.442214 -0.470257 0.05066 -0.168564 0.039959 0.483456 0.21962 0.098224 -0.100595 0.223857 -0.00068 -0.087254 -1.991635 0.324981 0.425974 -0.251769 -0.157291 -0.131808 0.202027 -0.172139 -0.381539 -0.042958 -0.057762 -0.094861 0.288769 -0.121554 -0.210929 0.187279 -0.174464 0.042862 0.030465 0.257001 0.160509 -0.043663 -0.100267 1.747028 0.165798 -0.036247 -0.098822 -0.16544 -0.126803 0.004543 -0.249731 0.460756 0.024074 0.00588 -0.045931 0.191364 0.044638 0.185116 1.458983 0.121493 -0.244807 -0.064473 0.310066 0.336078 0.151948 0.031975 -0.371926 -0.050444 0.168195 0.277982 -0.116913 -0.519201 -0.024144 -0.296187 -0.091546 0.31224 -0.128432 -0.031873 0.112235 2.7e-05 -0.461599 0.038192 -0.096253 0.149039 0.248707 -0.210563 -0.354524 -0.036589 0.102524 -0.072728 -0.281773 -0.067411 -0.080668 0.29991 0.216756 0.120145 0.306924 -0.181473 0.21731 0.298557 -0.175442 0.196607 0.072847 -0.034504 -0.107596 -0.109962 -0.026608 0.058858 0.24908 -0.231645 0.084172 -0.196959 0.113621 0.030042 0.251312 0.118834 1.638736 -0.351626 -0.249286 0.203481 -0.176625\nệ 0.269617 0.29652 -0.01007 0.094441 -0.003462 -0.153976 -0.104863 -0.047559 -0.037299 0.095867 -0.259321 0.023888 -0.260534 0.171645 0.203733 -0.172537 -0.008743 -0.14045 -0.185636 -0.212173 -0.187445 -0.019215 0.216137 -0.248172 -0.120376 0.168382 -0.157972 0.182559 0.195298 0.115146 0.440304 -0.169907 0.072153 -0.12691 -0.068708 -0.340232 0.184411 -0.150776 0.253292 -0.104725 0.129204 -0.257435 -0.297294 0.501066 0.167871 -0.497053 -0.068216 -0.179088 -0.000813 0.368536 -0.501173 -0.30812 0.185954 -0.061109 0.122257 -0.167972 -0.163125 0.010865 0.180298 0.01795 0.183617 -0.288208 0.12467 -0.034702 0.078831 0.26453 0.048345 0.385366 -0.052763 -0.01956 -0.505176 -0.032144 0.042379 -0.214464 -0.232831 0.028519 -0.220583 0.364816 -0.101545 -0.248159 0.057339 0.329048 0.161688 0.122054 0.00599 0.373238 0.010139 -0.138064 -0.459629 0.159563 -0.252026 -0.284007 0.057344 -0.195525 0.623563 -0.051524 -0.065881 0.050661 -0.235597 0.154643 0.229776 -0.235855 -0.244981 -0.015443 0.166317 0.130005 -0.193141 0.232756 -0.124152 -0.049506 0.383102 -0.007045 -0.219829 0.170921 0.020495 -0.184811 0.198286 0.002531 0.145475 0.250122 -0.512387 0.151032 0.004275 0.382951 -0.128049 -0.253716 -0.010993 -0.093582 -0.415227 -0.108759 -0.173222 -0.508887 -0.263678 -0.214068 0.221948 -0.770646 -0.327654 -0.030411 -0.140467 0.129712 0.171491 0.250159 0.108565 -0.267838 -0.04504 0.256535 0.114429 0.017527 -0.86494 0.112428 -0.259306 0.187047 0.00902 0.115711 0.076234 0.390265 0.117626 0.332247 0.224295 0.206248 -0.233761 0.220539 0.357171 -0.110214 0.028641 0.060576 -0.184468 -0.108699 0.114206 0.032673 0.29147 -0.130039 0.132749 0.187582 0.183092 0.162099 -0.351909 -0.110669 0.485078 -0.357728 -0.045456 0.270682 -0.369062 0.101703 -0.485392 0.140984 -0.135844 0.125152 0.074782 -0.120196 0.045097 -0.237091 -0.181598 0.082515 -0.130942 -0.048664 0.163336 -0.162743 -0.166795 -0.139656 0.235629 0.199925 0.018632 0.095361 0.159418 -0.218523 -0.163865 0.143781 1.067917 -0.101955 0.059805 0.101416 -0.173509 0.159843 -0.130388 0.189007 0.048946 -0.400605 -0.205337 -0.262681 -0.11125 -0.651069 0.100215 0.226906 0.181886 -0.010416 -0.042075 0.16715 0.086333 0.027591 0.047505 -0.220743 -0.2718 -0.112401 -0.122125 0.131943 -0.066544 -0.146642 -0.17645 0.209904 0.062366 0.224271 0.089262 0.077047 -0.135417 0.090185 0.268101 -0.489069 -0.290147 -0.06603 -0.220786 -0.313514 0.625908 -0.084611 0.092291 -0.324924 -0.262734 -0.193299 -0.101474 0.212856 -0.077617 0.079894 -0.350553 -0.14894 0.147295 0.344617 0.000134 -0.107721 0.054419 0.183882 0.557938 0.050198 -0.177834 -0.206001 0.039012 -0.012457 0.274219 0.261778 -0.044751 0.196641 0.069861 -0.188549 -0.132615 0.182123 0.242989 -0.077442 -0.023846 -0.091376 0.053137 -0.341626 0.100273 0.186698 0.040978 0.242182 -0.262648 0.432397 -0.264211 0.212898 0.234669 0.27954 0.180473 -0.080549 -0.289946 0.290391 0.25982 -0.154743 -0.112384 -0.072226 -0.316615 -0.307828 0.021286 -0.021543 -0.077793 0.225159 0.069195 -0.031605 0.2869 0.274313 -0.225165 0.154877 0.309934 -0.017118 0.03002 0.04678 -0.131222 0.046217 -0.090022 0.110812 0.18 -0.386307 0.156052 0.271599 -0.090631 -0.011535 0.1285 -0.074715 -1.536013 -0.019197 -0.212024 -0.038614 -0.102864 -0.178585 -0.139408 0.064603 -0.225027 -0.053708 0.243273 0.13933 -0.039631 0.043659 0.17538 0.077876 0.05467 0.056724 0.074926 0.065206 0.048421 0.034969 0.036747 0.102923 -0.068214 0.162118 -0.074592 -0.062512 0.260313 -0.608579 -0.197578 0.159324 -0.895277 -0.005175 -0.023434 0.010411 -0.035934 -0.079669 -0.137822 -0.181915 -0.037578 -0.486635 -0.148354 -0.091131 0.194426 0.211106 0.122742 -0.196095 -0.227523 -0.107306 -0.181931 -0.0694 0.117867 0.028335 0.074165 -0.191623 -0.18972 0.34856 0.051626 0.102299 -0.142769 -0.05011 -0.239882 -0.057718 -0.119992 0.294335 -0.141918 0.430358 0.088833 0.480156 0.208564 -0.24739 0.459744 0.02904 0.166804 -1.217151 0.178222 0.27409 -0.284111 0.07381 -0.26305 0.38291 -0.207869 -0.121981 -0.146652 0.213353 0.318414 -0.160912 0.081746 0.073425 0.244279 -0.232595 0.353607 0.153699 0.134812 -0.044619 -0.126728 0.113177 0.380604 0.001045 -0.01058 -0.249448 -0.032685 0.376402 -0.087339 0.086477 0.266255 -0.102069 -0.280478 -0.105409 0.041067 0.359772 -0.027448 1.148361 0.282077 -0.165724 -0.203467 0.434383 -0.056604 0.317539 0.003476 -0.181331 -0.035659 0.225931 0.380457 0.226607 -0.139764 -0.008399 -0.507523 0.096004 0.045609 -0.128007 0.153898 0.108802 0.042977 -0.204223 0.234277 0.009924 -0.079035 0.081409 -0.127551 -0.130121 -0.012625 0.016914 0.077461 0.071028 -0.164816 -0.364999 0.179948 0.310541 0.221767 0.195472 0.1366 -0.031142 0.25497 -0.271099 -0.012923 0.072672 -0.259914 -0.259948 -0.09518 -0.001838 -0.028372 0.055977 -0.050484 0.414831 0.027623 -0.199923 -0.114257 -0.012109 0.206269 2.306258 -0.150702 -0.230935 0.421362 -0.057038 0.007789 0.062128 -0.031735 0.302156 -0.110012 0.061552 -0.021032 0.071778 0.065628 -0.177056 -0.301 -0.001918 0.028096 0.153513 -0.01798 -0.122415 -0.020247 -0.154538 0.074809 -0.242426 -0.138394 0.125809 0.184909 -0.033593 0.026362 0.047285 -0.061911 0.127294 0.489252 0.298387 0.178193 0.08179 0.242066 0.134193 -0.209683 -0.498199 0.193758 -0.010171 0.098397 -0.071097 -0.007056 -0.329429 -0.014867 0.369503 0.31405 -0.194104 -0.056882 -0.168902 -0.034238 0.129535 -0.197077 -0.022873 0.033152 0.18305 0.20447 -0.523012 -0.285308 -0.221336 0.183244 0.114335 0.169362 -0.216997 0.27112 -0.003412 -0.041536 0.0165 0.12852 0.257097 -0.209055 0.079938 -0.39138 -0.106643 0.137993 -0.068318 -0.180212 0.296608 0.043045 0.068754 -0.077605 -0.094667 0.165961 -0.113478 0.268885 0.437756 0.080576 0.204684 0.022006 -0.073238 -0.313365 0.034752 -0.243562 0.01118 -0.063249 -0.195493 0.923966 0.019496 0.221809 0.261776 -0.218521 0.059168 0.235544 -0.056904 -0.328356 -0.047839 0.380588 0.009661 0.07084 0.209177 -0.060056 0.047652 0.277142 -0.05446 -0.07274 -0.083452 0.005702 -0.284889 0.176269 -0.041424 0.228917 0.074919 -0.403312 0.171983 0.147526 0.309211 -0.187685 -0.207665 0.090389 0.141178 -0.264478 -0.154511 -0.105759 -0.315646 -0.086 -0.430382 -0.014164 -0.880223 -0.548271 -0.260482 0.003107 0.041893 0.21524 0.256062 0.232201 -0.192988 -0.200188 0.472614 -0.036359 0.134705 -0.77347 -0.122737 -0.112139 0.045862 0.162762 -0.133671 -0.22611 0.476292 0.008628 -0.105364 0.275851 0.159422 -0.252479 0.173215 0.172415 0.206774 0.149834 -0.062829 0.170465 -0.007822 0.180329 0.117434 0.098735 -0.132721 0.244159 0.299273 -0.142624 0.081269 -0.43145 0.026638 0.302773 -0.383316 0.091658 0.170484 -0.31534 0.46052 -0.304027 0.179157 -0.07037 -0.107515 0.196815 0.186646 -0.197564 0.035484 -0.24412 -0.135167 0.036348 -0.097289 -0.015047 -0.164176 0.020632 -0.125818 0.483514 0.207666 -0.058087 0.047445 0.033141 -0.132599 -0.241265 -0.119151 0.738353 0.061092 0.059281 0.007392 0.107772 0.042025 -0.114001 0.24104 -0.108962 -0.269107 -0.204898 -0.258462 0.113061 -0.761381 0.194958 0.10534 -0.134589 -0.14938 -0.011936 -0.009018 -0.167643 0.177647 -0.325448 -0.185445 -0.460458 -0.071735 -0.086507 0.12582 -0.268535 -0.1294 -0.216693 0.189256 0.036103 0.259639 -0.049413 0.058732 -0.023228 0.115324 0.104839 -0.123575 -0.382186 -0.213108 -0.096408 -0.411078 0.280877 0.486874 0.065009 -0.267173 -0.23149 0.13635 -0.129861 -0.10087 -0.128522 0.233206 -0.214243 -0.25883 -0.037088 0.349568 -0.023202 -0.196457 -0.250573 0.221511 0.27164 -0.137672 0.015061 -0.006984 0.195495 -0.147991 0.305898 0.274516 0.029371 0.103778 0.090301 -0.295168 -0.039486 0.052258 0.199664 -0.012158 0.020125 -0.067357 0.073906 -0.786929 0.124262 0.026416 -0.06603 0.02642 0.007936 0.393718 0.104741 -0.075521 0.144877 0.106272 0.078567 0.204091 -0.263598 0.120225 0.184821 0.147426 -0.346735 0.04435 -0.385766 -0.196837 0.353846 -0.201516 0.090427 0.323885 0.164212 0.149939 0.261086 0.136224 -0.254477 -0.299883 0.272155 -0.279432 -0.00549 0.234014 0.070933 0.199608 0.174076 0.19079 0.10031 -0.198412 0.086327 0.419106 -0.131315 0.214769 -0.055572 0.140447 -0.804671 0.018565 -0.103921 0.157168 -0.245136 0.079985 0.059055 0.017615 -0.102155 0.237802 0.227912 0.274932 -0.000766 -0.242634 0.177372 -0.11288 0.01494 0.027529 0.143997 -0.059974 0.288406 0.139498 0.434173 0.002014 -0.032076 0.239425 -0.096459 0.08093 0.341563 -0.279916 0.08842 0.070405 -0.76563 0.177513 -0.090949 -0.014585 -0.313324 -0.137972 -0.140798 -0.280044 -0.117175 -0.204385 -0.0605 -0.1142 0.090842 0.327225 0.132582 0.017516 -0.387928 -0.169872 -0.173645 0.004317 -0.166208 0.173189 0.101412 0.009529 -0.112721 0.347356 -0.105824 0.244887 0.153095 -0.085169 -0.276735 -0.468202 -0.409513 0.204832 -0.2047 0.239407 0.433881 0.200208 0.071272 -0.189623 0.444411 -0.087221 -0.07241 -1.999565 0.26123 0.465823 -0.261844 -0.005837 -0.224474 0.088775 -0.193855 -0.292862 -0.114217 -0.038902 0.109395 0.086024 0.011257 0.067429 0.272855 -0.038119 0.219143 0.000296 0.038416 0.048414 -0.334219 0.042424 1.724832 -0.012782 0.095345 -0.018836 -0.108558 0.06823 -0.003791 -0.291455 0.489244 -0.171805 -0.364853 -0.019733 0.391323 0.126806 0.127561 1.446653 0.185504 -0.339425 -0.221679 0.321203 0.249989 0.295941 -0.015546 -0.144624 -0.14935 0.132556 0.265403 -0.139204 -0.392205 -0.134646 -0.359277 -0.148307 0.114812 -0.148505 0.112911 -0.013442 -0.17664 -0.323247 0.170343 -0.154912 -0.030835 0.282462 -0.18827 -0.133285 -0.022276 0.183835 0.038704 -0.097366 -0.037136 -0.11531 0.307784 0.186094 0.142916 0.342245 -0.101833 0.139659 0.181895 -0.088295 0.107878 -0.017863 -0.17458 -0.199652 -0.088354 -0.002671 0.244254 -0.118399 -0.224454 0.354996 -0.201377 -0.019734 -0.053069 0.168511 0.090236 1.772505 -0.252486 -0.165183 0.312969 -0.096731\nậ 0.071616 0.143986 0.009499 0.170138 -0.050177 -0.115492 0.057482 -0.111794 -0.03122 0.028283 -0.169884 -0.066234 -0.260714 0.047945 0.178635 -0.172598 -0.094917 -0.127867 -0.3662 -0.217903 -0.108691 0.015309 0.165329 -0.197669 -0.050447 0.012553 -0.075205 0.12308 0.043987 -0.069202 0.307948 -0.193768 0.168113 -0.000103 0.039858 -0.462233 0.291495 -0.224306 0.378733 -0.051799 0.138767 0.007737 -0.250491 0.416602 0.151332 -0.544865 -0.105906 -0.142923 0.091615 0.219241 -0.248701 -0.291926 0.236273 0.157866 0.074411 -0.273493 -0.124783 0.145091 0.241755 0.031702 0.215999 -0.230068 0.212726 0.084648 0.165437 0.336831 -0.055336 0.166603 0.034304 0.085436 -0.373282 -0.035133 0.089022 0.200505 -0.076297 0.035563 -0.43017 0.289528 -0.15951 -0.234836 0.130606 0.239147 0.065777 0.117181 0.185709 0.217995 -0.050258 -0.209055 -0.304388 0.133136 -0.202465 -0.32098 -0.066406 -0.064642 0.719979 -0.136475 -0.036415 0.088731 -0.269876 0.040516 0.241729 -0.313207 -0.0665 -0.228935 0.257167 0.040579 -0.29503 0.480457 -0.232361 -0.147775 0.306897 -0.107527 -0.184679 0.125567 0.027846 -0.357648 0.276036 0.023456 -0.017074 0.100697 -0.088823 0.397992 -0.000122 0.447092 -0.168859 -0.231006 0.194732 0.149021 -0.381293 -0.164546 -0.183659 -0.280859 -0.298397 -0.246164 0.141916 -0.65427 -0.268787 0.011602 -0.053928 -0.172557 0.084394 0.039845 0.107629 -0.270096 0.019199 0.329644 0.011067 -0.162181 -0.921808 0.033814 -0.174128 0.084953 0.075304 -0.116319 0.050171 0.332328 -0.007556 0.212348 -0.001588 0.239835 0.099537 0.171802 0.504171 -0.021488 -0.159304 -0.075204 -0.064132 -0.016864 0.056636 0.020911 0.381998 -0.090869 0.004909 0.228776 -0.003712 -0.010811 -0.222664 0.128079 0.031969 -0.234209 0.07125 0.299885 -0.46513 0.265123 -0.466595 0.05804 0.00023 -0.12661 0.091049 -0.230745 -0.138441 -0.248776 -0.099385 0.207187 -0.079066 -0.055252 -0.075922 -0.199145 -0.148011 -0.070209 0.241246 0.271727 0.043203 -0.050173 0.204704 -0.282178 -0.068606 0.340537 1.15725 -0.056777 0.128435 0.186048 -0.105787 0.175833 0.197687 -0.063625 0.028639 -0.34342 -0.2484 -0.208705 -0.246379 -0.581415 0.115994 0.11091 0.283174 -0.243593 -0.037316 0.115291 0.27866 -0.045737 -0.12734 -0.016083 -0.305278 -0.187814 -0.166971 0.002033 -0.159384 -0.009406 -0.122909 0.104048 0.118737 0.255105 0.366675 0.206361 0.045381 0.00467 0.285288 -0.39869 -0.509314 -0.212984 -0.180824 -0.256201 0.348042 -0.039836 0.083448 -0.161827 -0.182714 -0.276413 -0.076299 0.211096 -0.124974 0.00581 -0.160558 -0.193861 0.229496 0.151507 0.02526 -0.13979 0.041905 0.033357 0.460929 0.165033 -0.03929 -0.420703 0.144483 -0.189423 0.247321 0.216715 0.113051 0.123078 -0.149371 -0.067579 -0.060251 0.21343 0.206621 0.215278 -0.06543 -0.178426 -0.011089 -0.326363 0.090047 0.214346 0.016459 0.161939 -0.200435 0.403104 -0.326153 0.17924 0.07457 0.182829 0.087012 -0.128438 -0.237259 0.406784 0.262058 -0.055532 -0.117736 0.026368 -0.186329 -0.113285 0.082 0.04827 -0.145086 0.138362 0.159388 -0.029682 0.260319 0.424536 -0.142277 -0.085993 0.121022 0.346118 -0.022416 -0.031065 -0.083764 -0.084991 -0.113176 -0.076228 0.005756 -0.268025 0.04638 0.313651 0.099227 -0.1003 0.022355 0.021309 -1.630321 0.011522 -0.172689 -0.108245 0.021311 -0.141744 0.082335 -0.161052 -0.124365 -0.089354 0.275613 0.123627 -0.223929 0.000126 -0.070199 0.088278 -0.007888 0.082026 0.322189 0.050957 -0.182349 0.082444 0.000539 0.108821 -0.007089 0.173894 -0.033681 0.105597 0.063449 -0.466991 -0.280487 0.138953 -1.081579 -0.128589 0.04101 0.128202 0.047429 -0.09832 -0.271688 -0.10574 -0.019443 -0.443304 -0.037964 0.242419 0.094789 -0.091443 -0.090553 -0.221273 -0.18049 -0.216385 -0.155829 -0.105163 0.08083 -0.013792 0.12571 -0.260854 -0.193078 0.14303 0.069974 -0.149505 -0.104935 -0.166469 -0.411581 -0.363804 -0.121042 0.141311 -0.079288 0.131512 0.134066 0.380439 0.135867 0.089893 0.209708 -0.199726 0.221867 -1.434188 -0.004726 0.285917 -0.274926 0.022863 -0.065936 0.230931 -0.240104 -0.242142 -0.053427 0.104709 0.275462 -0.086191 0.126286 -0.064935 0.512026 -0.059866 0.254255 0.109911 0.117537 0.270021 -0.113058 0.109855 0.350246 0.173326 -0.13953 -0.364898 0.023885 0.090652 0.039759 0.030293 0.384777 -0.197008 -0.033132 -0.157123 0.026863 0.21247 0.093078 1.136597 0.189801 -0.161657 -0.001713 0.315834 0.032297 0.102369 -0.033903 -0.35785 -0.206334 0.013098 0.336166 0.136517 -0.147294 -0.136111 -0.161773 -0.077656 0.337033 -0.153346 -0.003869 0.213919 0.13714 -0.406858 0.24722 0.042434 -0.215322 -0.066918 -0.157045 0.208327 0.088423 -0.042235 0.206825 0.064472 -0.282659 -0.312618 0.332572 0.387441 0.247892 0.102377 0.116991 -0.042833 0.24619 -0.188846 -0.007949 0.022664 -0.240215 -0.128575 -0.005914 0.183393 0.058918 0.179799 -0.103192 0.190619 -0.013673 -0.052669 -0.07149 -0.197333 0.279634 2.326694 -0.233744 -0.291927 0.283864 0.016143 -0.08609 0.007007 0.029771 0.282737 -0.141431 0.035014 0.105413 0.113612 0.166568 -0.402059 -0.282467 -0.009328 -0.010967 0.087574 0.057151 0.032101 -0.069353 -0.110656 -0.07527 -0.185831 -0.170694 0.052113 0.245857 -0.096119 0.067234 -0.222216 0.106508 0.27122 0.365973 0.272962 0.159487 -0.004478 0.285534 0.273721 -0.049364 -0.396968 0.178302 -0.239501 0.298652 0.026695 0.033784 -0.121933 -0.156633 0.239732 0.267978 -0.294725 -0.09849 -0.214824 0.172647 0.095395 -0.16935 -0.092925 0.164288 0.184737 0.176579 -0.636244 -0.328945 0.100259 0.208006 0.00953 0.037711 -0.35051 0.123942 -0.079161 0.059356 0.156852 0.024905 0.205595 -0.170744 0.101498 -0.409135 -0.211124 0.16394 0.167113 -0.142141 0.273328 -0.155047 0.024736 -0.134826 0.017532 0.105946 -0.215174 0.217276 0.236325 0.266082 -0.021838 0.023757 -0.327489 -0.172753 0.002129 -0.205846 -0.048615 -0.159011 -0.132624 0.88913 -0.14654 0.204692 0.255535 -0.281095 -0.051149 0.342857 -0.154807 -0.125567 -0.229712 0.540466 -0.15971 -0.064319 0.419541 -0.151788 -0.014998 0.149322 -0.276103 -0.036914 -0.00309 0.069209 -0.389421 0.250887 0.049297 0.245626 -0.103634 -0.028737 0.276388 0.164871 0.457479 -0.198959 -0.192417 0.180485 0.29728 -0.173448 -0.41884 -0.085557 -0.258673 -0.139237 -0.513015 -0.004826 -0.662994 -0.450732 -0.189305 -0.04074 -0.077939 0.042044 -0.040797 0.273051 -0.20908 -0.016017 0.498683 -0.138018 -0.126448 -0.745736 -0.079331 -0.076833 -0.139222 0.390191 -0.2389 -0.231325 0.32031 0.054105 -0.172244 0.121409 0.160657 -0.03046 0.036184 0.305049 0.23187 -0.122833 -0.160734 0.289255 0.200042 0.211809 0.079497 0.192891 -0.06962 0.101592 0.282655 -0.253833 -0.003225 -0.280772 0.199182 -0.082506 -0.221231 0.287351 0.077284 -0.554412 0.432229 -0.264248 0.237162 0.020089 -0.294865 0.098395 0.044271 -0.268559 -0.028639 0.0498 0.010449 0.101026 -0.082248 -0.114443 -0.180681 -0.129174 -0.071666 0.49756 0.32894 0.053265 -0.100267 0.016288 -0.193872 -0.235844 0.195608 0.775217 0.030093 0.144415 0.198952 0.055875 0.109337 0.12731 0.130058 -0.042243 -0.275175 -0.257371 -0.232763 0.055294 -0.721609 0.209223 -0.043745 0.003281 -0.304241 -0.017436 -0.031499 0.16879 0.077551 -0.351147 -0.122059 -0.21965 -0.058547 -0.135403 -0.166483 -0.345229 -0.041636 -0.240798 0.103718 0.1462 0.332375 0.264345 0.255006 -0.003782 0.013289 0.21641 -0.158962 -0.50187 -0.436619 0.11525 -0.271663 -0.001681 0.372291 0.163371 -0.148256 -0.291346 0.175585 -0.195636 -0.16058 0.016644 0.199338 -0.013089 -0.287653 -0.010541 0.235472 -0.044629 -0.151646 -0.187698 0.095663 0.255652 0.132664 -0.002551 -0.321483 0.196426 -0.248228 0.312006 0.331253 0.141314 0.043639 0.031872 -0.177922 -0.074765 0.128672 0.231795 0.237678 -0.004542 -0.094843 0.241868 -0.775829 0.129183 0.077636 -0.233341 0.083921 -0.005002 0.273961 0.074684 -0.033705 0.060309 -0.053839 -0.043586 0.182358 -0.205993 0.378025 0.215606 0.208076 -0.235547 0.111859 -0.33717 -0.084895 0.305454 0.03726 -0.020428 0.236341 0.312936 0.012023 0.202333 0.295222 -0.12231 -0.338391 0.085917 -0.016826 0.021257 0.197669 0.063799 -0.068964 0.025531 -0.170857 -0.008767 -0.222026 -0.053597 0.463573 0.034287 0.00246 -0.068485 0.245696 -0.737851 0.262402 -0.119781 0.170282 -0.056796 0.148879 0.317449 -0.339723 -0.084519 0.049646 0.230733 0.143502 0.027495 -0.09912 0.148377 -0.04457 -0.155352 0.033362 0.369829 -0.055505 0.113833 0.070886 0.348087 0.07863 -0.131908 0.372786 -0.091563 0.109317 0.187373 -0.205463 -0.134687 0.049081 -0.926817 0.058426 0.012561 0.064148 -0.040365 -0.267648 -0.12438 -0.308667 0.06625 -0.192532 -0.04688 0.183506 -0.013982 -0.070532 -0.098684 0.03571 -0.133016 -0.349676 -0.198889 0.101219 -0.223893 0.071248 0.040256 -0.077124 -0.076796 0.349774 -0.155243 0.190582 0.228917 -0.153708 -0.487413 -0.643625 -0.406838 -0.00575 -0.276963 -0.000772 0.378522 0.191126 -0.125984 0.136786 0.183483 -0.242683 -0.087557 -2.153016 0.111721 0.457286 -0.23829 -0.25468 0.007982 -0.004014 -0.216148 -0.403347 0.066614 -0.103937 -0.079475 0.042821 0.068257 -0.217416 0.515879 0.00924 0.114662 0.148361 -0.003031 0.238094 -0.388224 0.133069 1.739794 0.125045 -0.132973 -0.073275 -0.06108 -0.114685 -0.029094 -0.328542 0.498107 -0.123866 -0.179904 -0.170508 0.29989 -0.119872 0.169861 1.290297 0.076108 -0.371312 -0.145027 0.27454 0.398522 0.12484 -0.173191 -0.399718 -0.207297 0.081769 0.222649 -0.096793 -0.401102 -0.070278 -0.179615 -0.317544 0.265018 -0.105465 -0.007104 0.191361 -0.007291 -0.471308 0.185264 -0.011192 -0.113298 0.138072 -0.157965 -0.035641 0.105039 0.213557 0.185466 -0.072695 -0.073444 -0.165517 0.493816 0.245912 0.167822 0.260339 -0.036067 0.129047 0.14057 -0.132907 0.094498 0.036615 -0.203167 -0.013788 -0.109733 0.111219 0.17683 0.103652 -0.21757 0.277051 -0.260295 0.05659 0.050271 0.087651 0.165333 1.59287 -0.220937 -0.278529 0.269982 -0.048576\nề 0.126707 0.362598 0.091479 0.126012 0.109381 -0.326421 0.003722 -0.093383 -0.055687 -0.136356 -0.083223 -0.070989 -0.117264 -0.024223 0.020013 -0.246222 0.059796 -0.267512 -0.212595 -0.248599 -0.219415 -0.058031 0.033957 -0.330105 -0.129504 0.101486 -0.202402 0.12367 0.131379 0.097969 0.388145 -0.165715 0.047416 0.050462 0.052299 -0.4883 0.24008 -0.137413 0.253699 -0.057123 -0.082602 -0.271618 -0.182798 0.529392 0.256795 -0.427576 -0.033091 0.028778 0.123709 0.298123 -0.391566 -0.254827 0.078846 -0.029699 0.079835 -0.239596 -0.121634 0.075111 0.167501 0.024098 0.174009 -0.134031 -0.009884 0.02831 -0.115969 0.476099 0.008662 0.16072 -0.117662 0.002392 -0.564736 0.104362 0.067037 -0.059046 -0.184127 -0.211792 -0.296835 0.193283 -0.175068 -0.186933 -0.093344 0.333845 0.241585 0.140879 -0.022089 0.249314 -0.231656 -0.177068 -0.332366 0.206778 -0.364218 -0.448977 0.018685 -0.090919 0.655277 -0.008791 -0.094807 0.063307 -0.219439 0.273089 0.202216 -0.239102 -0.12351 0.001059 0.171563 0.201106 -0.322988 0.270391 -0.109026 -0.083037 0.509117 -0.059561 -0.392969 0.055919 0.014322 -0.38693 -0.0146 -0.015897 -0.044085 0.185828 -0.199536 0.152583 0.093216 0.429964 -0.283272 -0.065267 0.053809 0.007378 -0.268799 -0.046773 -0.028307 -0.343773 -0.045384 -0.118371 0.053213 -0.69911 -0.047384 0.03076 -0.257455 -0.01071 0.180439 0.112173 0.103289 -0.260376 0.026091 0.166083 0.045935 -0.030262 -0.737301 -0.001211 -0.155185 0.161854 0.008163 0.272011 0.15207 0.190397 0.098904 0.327457 0.054389 0.11362 -0.004691 -0.001498 0.514519 -0.042891 0.007339 -0.057985 -0.073633 -0.036632 0.12829 0.076297 0.229307 0.052975 0.037929 0.252869 0.051167 0.084305 -0.04979 0.027684 0.351493 -0.177501 -0.06312 0.358623 -0.463308 0.013833 -0.33188 0.020277 -0.100594 0.093078 0.054792 -0.030015 -0.194136 -0.271722 -0.0482 0.151199 -0.136388 -0.080476 0.182356 -0.071694 -0.349425 -0.061241 0.077394 0.149685 -0.09752 0.102637 0.059648 -0.299898 -0.196291 0.143324 1.059741 -0.098742 0.201672 0.288971 -0.183444 -0.007985 -0.005369 0.271701 0.139046 -0.475106 -0.197139 -0.220812 -0.316922 -0.670692 0.058233 0.154617 0.127691 -0.077705 -0.182101 0.191848 0.136747 -0.043766 -0.052804 -0.034966 -0.430607 -0.149954 -0.110919 0.095673 -0.139447 -0.126825 -0.135017 0.157439 0.10101 0.3155 0.038835 0.069346 0.163134 -0.060334 0.147103 -0.644156 -0.313742 0.009287 -0.147702 -0.230285 0.373576 -0.09858 0.241931 -0.26504 -0.104064 -0.111035 0.088514 0.10705 -0.143582 0.062247 -0.071441 -0.142623 0.161438 0.331623 -0.032646 -2.6e-05 -0.064907 0.29051 0.491527 0.10539 0.018999 -0.447994 0.158178 -0.163176 0.132076 0.154947 -0.1033 0.088443 -0.112417 -0.037491 0.032629 0.250895 0.317161 -0.042334 -0.118245 -0.061446 -0.015704 -0.299302 0.181089 0.280116 0.007747 0.263172 -0.343588 0.455787 -0.392722 0.288729 0.282223 0.108385 -0.001253 -0.038368 -0.294103 0.086106 0.189438 -0.254762 -0.003343 0.15474 -0.241807 -0.087971 0.134378 0.018559 -0.235589 0.327284 0.040951 -0.119946 0.38287 0.383049 -0.039326 0.12995 0.202204 0.297097 0.168344 0.190554 -0.05997 -0.008871 0.048818 0.12139 0.180121 -0.336713 0.156833 0.148536 -0.031626 0.052228 0.083282 -0.255785 -1.651701 0.022579 -0.220478 0.023962 -0.118498 -0.069226 0.181026 -0.032289 -0.150849 -0.125402 0.140275 0.198956 -0.066901 0.029002 0.153359 0.118119 -0.011107 0.233629 0.009806 -0.090788 0.061444 0.130569 -0.084066 0.019098 -0.084292 0.117657 0.024284 0.060605 0.11739 -0.308182 -0.255017 0.080265 -0.875961 -0.076701 0.055437 0.101665 0.074011 -0.101239 -0.160656 -0.313726 -0.049927 -0.408041 -0.111275 0.099126 0.326614 0.117851 0.1342 -0.315908 -0.188731 -0.167569 -0.033971 -0.075695 0.046024 0.097035 0.052956 -0.22569 -0.107393 0.207374 -0.090515 -0.060714 -0.117882 0.172035 -0.221354 -0.361867 -0.315745 0.045526 -0.025854 0.34061 0.065133 0.432727 0.294359 -0.223944 0.368498 -0.070929 0.286861 -1.345894 0.054312 0.234684 -0.2971 0.156554 -0.366728 0.459474 -0.272688 -0.263907 -0.099067 0.128758 0.382256 -0.117484 0.039649 -0.078863 0.317136 -0.101576 0.306181 0.283107 0.17888 0.035316 -0.038377 0.124617 0.48539 0.26497 -0.179477 -0.352947 0.093726 0.32273 -0.166383 0.099254 0.425236 -0.254704 -0.12332 -0.245645 -0.170171 0.145453 -0.041128 1.274294 0.36604 -0.306495 0.025549 0.361983 -0.075738 0.296736 -0.021966 -0.181499 0.012637 0.15236 0.319267 0.228866 -0.07113 -0.22503 -0.155066 0.127834 0.264109 -0.165661 0.096009 0.246854 -0.091136 -0.229133 0.148721 -0.067652 -0.05313 -0.026769 -0.107218 -0.23811 -0.00666 -0.158196 0.251204 0.028845 -0.296036 -0.465572 0.172154 0.296342 0.257878 0.231986 0.155393 -0.092157 0.272776 -0.201368 -0.055206 0.032993 -0.181604 -0.249761 0.120469 0.034677 -0.057947 0.151466 -0.139217 0.155843 0.009672 -0.201315 -0.151247 -0.137415 0.376508 2.520864 -0.075094 -0.259365 0.303663 -0.054827 -0.150802 0.08491 -0.045718 0.371363 -0.066886 -0.135497 -0.048015 0.073584 0.150915 -0.382606 -0.035231 -0.125685 0.090856 0.047207 -0.112834 -0.169821 -0.014532 -0.320494 -0.012789 -0.237173 -0.262496 0.002656 0.053917 -0.099689 0.004342 -0.037149 -0.189442 -0.058252 0.453588 0.301481 0.181007 -0.011927 0.17078 0.307237 -0.203706 -0.617154 0.152342 -0.11436 0.12556 -0.036803 -0.047283 -0.333395 -0.029115 0.478947 0.383795 -0.21536 -0.070338 0.117062 0.023217 0.075183 -0.265808 -0.092728 0.016233 0.191061 0.151253 -0.61612 -0.35193 -0.081341 0.128992 0.207918 0.016724 -0.333756 0.147497 -0.189438 -0.121685 0.063345 0.180551 0.161962 -0.162687 0.09025 -0.358897 -0.096947 0.130289 0.074472 -0.048867 0.141052 -0.026337 -0.114311 -0.173063 0.025188 0.0727 -0.094825 0.375574 0.387477 0.181172 -0.020762 -0.134568 -0.240738 -0.197138 0.078318 -0.234014 -0.109459 -0.045425 -0.117212 0.887527 0.047285 0.118367 0.152772 -0.215 0.194322 0.242055 -0.023647 -0.448055 0.013344 0.452837 -0.004199 -0.037899 0.125186 -0.0835 0.113746 0.343774 -0.099142 -0.29555 -0.100276 0.108237 -0.329002 0.018202 0.015297 0.117056 0.075035 -0.203255 0.100707 0.273786 0.369505 -0.267569 -0.131526 0.049273 0.097074 0.038889 -0.159079 0.082639 -0.222972 0.131233 -0.380786 -0.158715 -0.740619 -0.209379 -0.081194 -0.122164 -0.028811 0.215036 0.00612 0.34705 -0.152676 -0.052712 0.363536 -0.190608 0.110078 -0.582287 -0.251807 0.000708 -0.07769 0.199955 0.142269 -0.110243 0.241342 0.023701 -0.179221 0.22588 0.044954 -0.204628 -0.010635 0.145283 0.197123 0.168705 -0.024218 0.265885 0.13858 0.267988 0.184348 0.020807 -0.082195 0.126607 0.259622 -0.242058 0.075275 -0.3192 0.169827 0.186212 -0.18002 0.080119 0.252835 -0.507439 0.311268 -0.158451 0.121801 -0.047136 -0.138843 0.156756 0.274144 -0.307394 0.147204 -0.069806 -0.211551 0.111303 -0.057707 0.088169 -0.029002 -0.180796 -0.101765 0.33344 0.28768 -0.073154 0.069694 -0.005348 -0.16077 -0.270932 -0.061667 0.797047 -0.010268 0.197493 0.1724 0.126141 -0.105265 -0.081966 0.227954 0.070086 -0.273365 -0.310387 -0.232684 0.027839 -0.759928 0.149493 0.006897 -0.065093 -0.163117 -0.140762 -0.004583 0.007201 0.199838 -0.275903 -0.076346 -0.399434 -0.04832 0.013968 0.12107 -0.213881 -0.018254 -0.23843 0.12244 0.171551 0.294964 -0.108212 0.115467 0.031636 0.002157 0.046922 -0.362701 -0.332073 -0.104901 0.021251 -0.297044 0.07951 0.34825 0.268979 -0.203832 -0.281298 0.263139 -0.05145 -0.013259 -0.129714 0.189529 -0.119531 -0.204043 0.033066 0.295316 -0.014799 -0.109747 -0.242692 0.301641 0.260572 -0.183357 0.283762 -0.298532 0.173097 -0.308766 0.194923 0.160326 0.063073 -0.030123 -0.039905 -0.255984 0.007315 0.130975 0.201551 0.001104 0.014191 -0.150348 0.185965 -0.690394 0.087302 0.087852 -0.232577 0.072576 -0.065299 0.431392 -0.062482 -0.045686 0.227416 -0.007259 -0.033061 0.257989 -0.330608 0.173808 0.116526 0.137536 -0.206545 0.19655 -0.25372 -0.044574 0.38818 -0.27748 0.084347 0.392544 0.190439 -0.047822 0.416355 0.289748 -0.094408 -0.292481 0.202213 0.026835 0.083353 0.380666 0.099662 0.044588 0.1381 -0.002358 0.088938 -0.093176 0.209869 0.232089 -0.028772 0.138531 -0.058483 -0.034761 -0.802457 0.165925 -0.147973 0.226167 -0.134624 0.23859 0.195676 -0.138247 -0.164992 -0.083322 0.089347 0.270238 -0.060044 -0.187268 0.17221 -0.013115 -0.064221 0.182491 0.130176 -0.080722 0.348651 0.128725 0.34962 -0.047339 -0.0182 0.249979 -0.143155 0.118335 0.263214 -0.182103 -0.068833 0.045934 -0.756473 0.019212 0.03465 0.013742 -0.173592 -0.221782 -0.086267 -0.325012 0.015081 -0.09274 -0.107354 -0.037649 0.265228 0.174501 0.12828 -0.083555 -0.410852 -0.254603 -0.058308 0.096172 -0.149795 0.236442 0.166076 -0.015029 -0.02414 0.418812 -0.186536 0.126881 0.261958 -0.002972 -0.250909 -0.510062 -0.604998 0.088058 -0.060225 0.055977 0.36666 0.179142 0.088817 -0.081076 0.390702 -0.216263 -0.066702 -2.066799 0.167743 0.392915 -0.271351 -0.057943 -0.269841 0.22298 -0.189956 -0.410059 -0.159028 -0.100966 0.11433 0.140694 0.012563 -0.215269 0.208003 0.143819 0.128824 0.227176 0.103908 0.102372 -0.20095 0.077261 1.915403 0.298537 -0.220365 -0.050893 -0.136865 -0.067367 -0.169204 -0.219547 0.509325 -0.349801 -0.283695 -0.268137 0.115729 -0.083702 0.144431 1.505783 0.183248 -0.505823 -0.046093 0.259987 0.322118 0.363077 -0.008391 -0.157508 -0.059307 0.08948 0.292011 -0.143905 -0.231126 -0.246682 -0.016172 -0.112199 0.178701 -0.153681 0.115986 0.242597 -0.318629 -0.283477 0.097014 -0.311627 -0.032928 0.207339 -0.140099 -0.145219 -0.060821 -0.012733 0.189974 -0.192314 -0.072465 -0.255594 0.396062 0.188977 0.249485 0.322521 -0.123076 -0.019077 0.217222 -0.059216 0.245395 0.023954 -0.115546 -0.102303 -0.028369 0.066107 0.150277 -0.022271 -0.245137 0.096533 -0.159736 0.000136 -0.099465 0.113844 0.218274 1.947394 -0.18606 -0.119379 0.224148 -0.118813\nỷ 0.102613 0.624666 -0.072507 0.238652 0.156968 -0.032928 -0.047591 -0.142947 -0.139331 -0.263367 -0.353742 -0.079166 -0.089851 0.073646 0.224261 -0.092418 -0.005323 -0.394583 -0.240184 0.058668 0.038866 0.083639 0.2914 -0.145052 -0.246655 0.203089 0.013527 0.139919 0.194764 0.308778 0.372115 0.03058 0.089524 -0.148983 -0.53273 -0.08536 0.282145 0.108209 0.407845 -0.074226 0.275853 0.012561 0.183632 0.228956 0.421892 -0.270927 -0.173321 -0.211422 0.146234 0.180049 -0.475065 -0.005685 0.187321 -0.319477 0.363721 -0.364095 -0.487928 -0.090834 0.267547 0.076434 0.403948 -0.196368 0.024711 -0.127416 0.086925 0.60446 0.221573 0.535086 -0.06774 -0.020213 -0.658862 0.062857 0.139522 -0.090571 -0.125222 0.241951 -0.429006 0.31793 -0.247098 0.172315 -0.106689 0.43641 0.310332 0.10031 -0.078361 0.391791 -0.051697 -0.380187 -0.468135 0.060324 -0.029257 -0.422613 -0.198279 -0.177371 0.255003 0.006991 -0.28144 0.091275 -0.476403 0.127531 0.172046 -0.1856 0.081261 -0.393351 0.071065 0.108558 -0.384589 0.0607 -0.009479 -0.09936 0.494949 -0.157835 -0.179453 0.177728 0.111492 -0.309896 0.363209 -0.219632 0.174545 0.111888 -0.103692 0.313409 -0.007197 0.529555 -0.305052 -0.27216 -0.122097 0.211123 -0.59507 -0.198591 -0.358902 -0.817589 -0.182837 -0.338005 0.246441 -0.71767 -0.066963 0.265963 -0.213678 -0.132116 0.123242 0.038186 0.206537 0.070981 0.113389 0.078853 0.029014 -0.051847 -0.664351 0.138376 -0.033199 -0.024677 0.138887 -0.148719 -0.113289 0.074745 0.457737 0.312272 0.077554 0.102527 0.047058 0.096452 0.04415 -0.109375 0.115516 -0.205241 -0.44768 -0.040312 0.160213 0.044881 0.25051 -0.072853 0.015254 0.112619 0.044903 0.34044 -0.088834 -0.452992 0.092242 -0.320101 -0.280474 0.076451 -0.61565 -0.177693 -0.620195 -0.051609 -0.371143 0.139177 -0.14227 -0.098669 0.149623 -0.195432 0.40907 0.302437 0.13266 -0.187374 0.095826 -0.000763 -0.589285 -0.309752 -0.060053 0.377306 -0.049364 -0.120387 0.329649 -0.663204 -0.185728 0.135538 1.022704 -0.083836 0.299593 0.169902 -0.132003 0.220603 -0.062094 -0.080175 -0.440924 -0.45715 -0.408121 -0.037829 -0.229569 -0.616525 0.089796 0.261566 0.278255 0.018201 -0.07899 0.288244 0.252407 -0.017602 0.152884 0.108644 -0.648585 -0.103147 -0.136267 0.077681 -0.162265 0.080547 -0.411223 0.464281 -0.061959 0.250545 0.303404 0.296123 -0.052305 0.137839 0.335691 -0.525428 -0.505042 0.199143 -0.455819 -0.354466 0.43811 -0.232105 0.244224 0.057366 -0.157898 0.134824 0.203748 -0.027206 -0.353766 -0.033659 -0.605046 0.011886 0.039996 0.36986 0.0051 -0.099255 -0.163874 0.098933 0.737183 0.046118 -0.195839 -0.123522 -0.226573 -0.093492 0.368882 0.333706 -0.183494 0.107453 0.039863 -0.162861 -0.026915 -0.074997 0.012565 -0.266083 0.031373 0.03491 0.055317 -0.505156 -0.014993 0.085659 0.156721 0.281223 -0.31692 0.444395 -0.187238 0.277562 0.417853 0.059611 -0.056286 0.032148 -0.205378 0.069917 0.437954 -0.029396 0.078473 0.096598 -0.021739 -0.066207 0.278544 0.082796 -0.355197 0.500162 0.018771 0.025246 0.301936 0.485116 -0.074439 0.150483 0.178019 -0.296108 0.209037 0.243077 0.103943 -0.255699 -0.093058 0.15502 -0.199556 -0.086789 0.258792 0.574035 -0.256514 -0.139616 0.03684 0.319427 -1.193685 -0.125033 -0.050391 0.098439 -0.213541 -0.084694 -0.196393 -0.078923 -0.083719 -0.125771 0.290412 -0.052922 -0.27828 0.008499 0.227492 0.145116 -0.209198 0.295706 0.035826 -0.187015 -0.079688 0.157937 -0.116472 0.147515 0.077578 0.050261 0.073724 -0.095236 0.277075 -0.41474 -0.071309 0.031438 -0.551266 -0.368366 0.249487 0.362774 0.079512 -0.083769 -0.05847 -0.182216 -0.310099 -0.436718 -0.295899 -0.060927 0.239924 0.03064 0.323875 -0.151208 -0.619787 -0.14993 -0.437689 -0.192962 0.070361 0.2454 0.095258 -0.346033 -0.357869 0.24749 0.089357 -0.039855 -0.035962 0.141477 -0.509915 -0.21317 -0.28868 0.303099 -0.340278 0.389246 -0.305484 0.492753 0.309185 0.09082 0.385467 -0.098771 -0.026394 -1.040857 0.22118 0.272064 -0.099059 -0.109434 -0.383721 0.142135 -0.044688 -0.399189 -0.354341 0.369024 0.388074 -0.07107 0.464446 0.036956 0.357401 -0.064732 0.415741 0.04833 -0.062591 0.086653 -0.339887 0.294602 0.249038 0.126189 -0.195149 -0.561749 0.090047 -0.106078 0.001829 -0.139634 0.495174 -0.229431 -0.328309 -0.260228 -0.060912 0.122864 0.112215 0.767566 0.238097 -0.135589 -0.141873 0.640739 -0.182155 0.376394 -0.258681 -0.273995 -0.064515 0.192961 0.479521 0.406032 -0.021097 -0.186769 -0.287249 0.047446 -0.012876 -0.087354 0.170825 0.359569 0.051596 0.067333 0.047033 -0.171923 -0.301261 0.06538 -0.177228 -0.371694 0.412222 -0.058818 0.191716 0.196343 -0.200552 -0.280974 -0.104819 0.258638 0.112133 0.552675 0.396197 -0.11302 0.391764 -0.28529 0.195558 0.395047 0.022424 -0.028211 -0.115176 -0.057129 -0.256601 -0.208922 -0.134222 0.412055 -0.213813 -0.339282 -0.058017 -0.172023 0.269253 2.168976 0.133656 -0.186829 0.3502 -0.500281 -0.100621 0.310508 -0.143663 0.422218 0.070399 -0.066857 0.042283 -0.294695 -0.058655 -0.465655 -0.33445 0.019069 0.081661 0.036463 -0.178268 -0.266218 0.229075 -0.485494 0.110822 0.077065 -0.161338 0.14459 0.255088 -0.230105 -0.025969 0.212947 0.204916 0.214451 0.487544 0.268223 0.421159 -0.122528 0.128709 0.045119 -0.513851 -0.335571 0.232366 0.053341 0.323193 -0.300505 0.155632 -0.155027 0.524547 0.426684 0.41214 -0.039729 -0.214089 -0.124105 0.098827 0.133602 -0.120054 0.216632 0.119723 0.070745 0.185856 -0.753987 -0.651054 -0.629953 0.276281 0.203033 0.172741 -0.385389 0.121303 -0.062262 -0.132796 0.135342 0.160992 0.362959 -0.255281 -0.050542 -0.400485 -0.202144 0.106149 -0.053435 -0.204285 0.211051 -0.205776 -0.06401 -0.358054 0.297057 0.160613 0.018139 0.450788 0.332591 0.276148 0.2009 -0.10069 -0.376266 -0.436054 0.003934 -0.237615 -0.135189 -0.30158 -0.215692 0.361267 0.202739 0.366906 0.26161 -0.354568 -0.00453 0.121407 -0.200717 -0.064859 -0.30991 0.135662 0.125498 -0.107883 0.108841 -0.49784 -0.26399 0.433921 -0.041456 -0.225803 -0.070855 -0.199888 -0.233875 0.402291 -0.239281 0.275524 -0.343223 0.280159 0.511615 -0.0305 0.434129 -0.292571 0.055108 0.034861 0.306785 -0.340289 -0.273129 -0.343812 -0.517938 0.157533 -0.422055 0.311635 -0.935599 -0.489062 0.242201 -0.09806 -0.052672 0.10685 0.122464 0.551921 -0.14853 0.029138 0.292884 -0.213901 0.035187 -0.482777 -0.138428 0.084749 -0.202317 0.145098 -0.139057 -0.301417 0.333616 0.215084 -0.084591 0.161448 0.137416 0.078591 0.280163 -0.081043 -0.098732 0.312469 -0.232285 0.069925 0.047094 0.176094 0.100972 0.158618 -0.063664 -0.010116 0.28283 -0.144433 0.277745 -0.244448 -0.213388 0.020362 -0.298351 0.010886 -0.025794 -0.047432 0.050741 -0.415045 -0.081171 -0.356243 0.029024 0.100778 0.392433 -0.139664 -0.093534 -0.03729 0.021196 0.249735 -0.202324 0.131678 0.285555 -0.387256 -0.199102 0.39561 0.370699 -0.251232 -0.249533 -0.057528 -0.033191 -0.173224 -0.100244 0.747859 0.060523 0.173507 0.230002 0.148176 0.164392 -0.177191 0.142453 -0.587278 -0.382188 -0.43177 0.078368 0.171369 -0.781075 0.112889 -0.12233 0.110699 -0.162852 -0.00244 0.270604 0.266939 -0.083234 -0.067497 -0.095047 -0.678107 -0.116924 0.100556 0.140354 -0.307873 0.169173 -0.401146 0.336339 -0.019424 0.050496 0.060349 0.090735 -0.030041 0.173766 0.003152 -0.004136 -0.465301 0.025001 -0.339613 -0.443096 0.177227 0.040457 0.228458 -0.054396 -0.272461 0.532003 0.035913 -0.271523 -0.48866 0.062629 -0.194127 -0.246992 -0.0516 0.456485 -0.108121 -0.160794 -0.186181 0.39358 0.38275 -0.167434 0.156652 -0.047996 -0.180096 -0.309987 0.284371 0.371489 -0.197129 0.049613 0.119461 -0.115688 0.014041 -0.173003 -0.018561 -0.079096 0.366587 0.032626 0.095771 -0.917919 -0.066333 -0.099804 0.087825 0.171017 -0.281047 0.365669 0.062082 -0.199286 0.292731 0.010179 -0.119163 0.254902 -0.170525 -0.186046 0.258597 0.316368 -0.279144 0.241713 -0.147069 0.134394 0.583294 -0.037934 -0.201776 0.831474 -0.038212 0.042263 0.23375 0.201567 -0.149025 -0.373506 0.168426 -0.358211 0.174254 0.223688 -0.013048 -0.026826 0.100083 0.013113 -0.10618 -0.295966 0.363712 0.666 -0.382584 -0.30214 -0.228431 0.313436 -0.848862 0.375478 0.054796 0.064631 -0.389716 0.085169 -0.051919 -0.026075 -0.329819 0.415761 -0.017949 -0.075805 -0.285938 -0.353713 0.000583 -0.065751 -0.300857 0.141025 0.067444 -0.0439 0.247869 0.326977 0.234715 0.069289 0.084857 0.201102 0.224491 0.049591 0.498392 -0.066505 0.10648 -0.19149 -0.571911 -0.122878 0.135135 0.327722 0.146845 -0.127012 -0.038216 -0.186694 -0.123791 -0.351099 -0.127726 -0.171016 0.140226 0.181042 0.194406 -0.143217 -0.517615 -0.133536 -0.254678 -0.006435 -0.15762 0.450986 0.218265 0.11699 -0.217218 0.51774 0.027258 0.23976 0.271829 -0.131407 -0.278734 -0.46723 -0.470706 0.37337 -0.399075 0.133833 -0.014819 0.163216 -0.0663 -0.203452 0.410375 -0.342771 -0.21427 -1.925411 0.169516 0.340706 -0.196405 -0.187818 -0.324598 -0.132824 -0.14604 -0.491769 -0.114934 -0.063983 0.329432 0.063406 0.120393 0.125696 0.497902 0.208594 0.0793 0.044658 0.057937 -0.031767 -0.681124 0.116176 1.528373 0.38057 0.072531 -0.325514 -0.048316 -0.315259 -0.064148 -0.365894 0.591905 -0.366302 -0.305885 -0.368341 0.332432 0.001287 0.170826 1.372736 0.201551 -0.143513 -0.177 0.62109 0.013012 0.309695 -0.248721 -0.240115 -0.195157 -0.003496 0.321081 0.032577 -0.495058 -0.534864 -0.176428 -0.311187 0.285586 -0.105527 0.140712 0.275558 -0.28913 -0.200871 0.046811 -0.196399 -0.279791 0.255242 -0.111927 -0.125321 0.254479 0.182858 0.357395 -0.041164 -0.129981 -0.016331 -0.023665 0.28261 0.002875 0.322223 -0.098908 -0.116431 0.23674 0.119875 0.032948 0.204566 -0.033149 -0.166922 -0.023104 -0.131059 0.160061 -0.41973 -0.174739 0.488414 -0.365561 -0.002241 -0.004664 -0.19263 0.078922 1.832186 -0.31325 0.060283 0.268899 -0.063644\nễ 0.773071 0.963053 0.401555 -0.205056 -0.152943 -0.101625 0.425163 -0.006691 -0.208482 0.112732 -0.149732 0.390835 -0.162187 -0.224285 0.31893 -0.703798 0.110081 -0.124855 0.453121 -0.430496 0.287914 -0.568023 0.94503 -0.638762 -0.620488 0.051265 -0.330175 0.059528 0.707895 0.394088 0.542776 -0.105393 -0.306556 0.18834 0.063547 -0.767333 0.190538 -0.377449 -0.409742 1.097476 -0.192191 -0.119951 -0.216044 0.327105 -0.037766 -0.914812 -0.252523 -0.598666 -0.351474 0.884686 -0.856104 -0.502605 -0.235489 -0.009204 0.679882 0.503561 0.33973 0.001183 0.505949 0.125103 -0.065917 -0.12534 0.593265 0.471406 0.75522 -0.268289 -0.429491 0.996345 -0.197385 0.152437 -0.26 0.15132 0.172054 -0.157077 -0.338653 0.091543 -0.255724 0.671604 -0.092259 -0.095425 0.143278 0.197832 -0.029283 0.388378 -0.12413 0.947114 -0.057535 -0.006825 -0.483827 0.275579 -0.513567 -0.443576 -0.120729 -0.321232 0.651794 -0.189683 -0.20189 0.014906 -0.169881 0.386911 0.373051 -0.375849 -0.260186 -0.09454 0.068748 0.167201 -0.208857 0.447581 0.201785 0.138346 0.542472 0.260546 -0.83445 0.109344 0.12278 -0.440383 0.120045 -0.167929 0.1626 0.528781 -0.159162 0.36171 -0.359966 -0.433975 0.059194 -0.62489 0.457263 0.028832 -1.330192 0.725294 -0.157925 -0.723303 -0.047596 -0.498611 0.623393 -0.425464 0.057868 -0.23167 -0.066711 0.030745 0.202359 0.501749 0.199664 -0.145462 -0.190226 0.336132 0.308069 0.652666 -1.19923 0.240202 -0.182315 0.521264 0.263344 0.427961 -0.166915 0.524376 0.021078 0.398563 0.90633 0.040133 0.223231 -0.255589 1.018219 0.403082 0.086783 -0.151577 0.095366 -0.251655 0.106334 0.293767 0.877715 -0.212453 -0.490322 -0.321596 -0.590013 0.084443 -1.000027 0.391697 0.495637 -0.339746 -0.274355 0.300239 -0.487741 0.135055 -0.679456 0.317373 0.007428 0.326552 -0.070275 -0.198775 0.148917 -0.300117 -0.26963 0.774965 -0.437873 -0.310163 0.196033 -0.302716 -0.460914 -0.013119 0.50787 0.325419 -0.303278 0.292942 -0.072792 -0.77909 -0.066357 0.305113 1.118621 -0.204263 0.247412 0.139246 0.089107 0.504741 0.44965 0.272934 -0.332149 0.066611 -0.434088 -0.990839 0.002716 -0.536456 -0.431894 -0.269254 -0.342377 -0.582727 -0.561648 -0.359107 0.313861 0.606392 0.009062 -0.106343 -0.538964 -0.150111 -0.105083 0.273397 0.070962 0.325886 -0.583799 -0.055293 0.396251 0.184557 0.114471 0.635374 0.28802 0.410984 0.378923 -0.506324 -0.555107 0.617145 -0.10988 -0.694071 0.575976 -0.167279 0.02611 -0.374429 -0.135291 0.010041 -0.186938 -0.072678 -0.262935 -0.87383 -0.5335 -0.5455 0.404389 0.578853 0.093482 -0.546993 -0.327028 0.317489 0.722411 0.469618 -0.059855 -0.021352 0.173223 0.271472 0.150533 1.198586 0.094277 -0.092397 -0.084164 0.025531 -0.260431 -0.021881 0.720636 -0.048981 0.713874 -0.481552 -0.4646 -1.502692 -0.004957 0.230761 0.316634 0.893791 0.113769 0.317398 -0.197888 0.268803 0.25449 0.398668 -0.158839 -0.178797 -0.369231 0.279636 -0.151412 0.495181 -0.861603 -0.400204 -0.636284 0.306091 0.077179 0.345942 0.181838 0.465643 0.353263 0.698 -0.044471 0.807059 0.259186 0.021788 0.118734 0.134454 0.078173 0.78235 0.110231 0.002728 -0.107515 0.246458 -0.426155 -0.137583 -0.234776 0.093761 0.158905 0.330192 -0.663953 -0.494598 -0.463364 0.298349 -0.373106 0.357333 0.206319 0.140106 -0.203665 0.117171 -0.376834 -0.183721 0.442216 0.827087 0.050377 -0.277854 0.366785 0.024229 -0.070191 -0.754113 0.357841 -0.194025 0.223024 0.471006 0.652217 0.432448 -0.100018 0.37185 -0.132656 0.033535 0.505614 0.048792 0.224112 0.646332 -1.635985 -0.068192 0.166708 0.231516 -0.200004 0.131893 -1.016974 -0.082755 0.143056 -1.074284 -0.283645 0.134385 0.323856 0.293588 0.355205 -0.067638 -0.320565 0.037197 -0.648581 -0.162411 0.084907 -0.006968 0.115026 -0.52112 -0.410324 0.334065 0.46664 -0.390299 -0.667078 -0.341942 -0.408383 -0.472314 -0.547107 0.163129 -0.072781 -0.004678 -0.195619 0.342814 0.056372 -0.29987 0.122556 -0.795013 0.066531 -0.862592 -0.486594 0.066815 -0.106601 -0.030901 -0.298511 0.357579 0.071511 -1.142931 -0.089232 0.022659 0.29637 -0.629169 0.590368 -0.470542 0.711986 -0.683452 0.438215 0.013988 0.870655 -0.027769 -0.351429 0.263038 0.260259 0.152694 0.230068 -0.147851 -0.292735 0.203407 -0.532605 0.203651 0.056963 -0.363696 -0.395972 -0.097434 0.159565 -0.042954 -0.560487 1.540946 0.435793 -0.455597 0.442383 0.799053 -0.32043 0.459209 -0.301505 -0.501513 0.045258 0.32346 0.688912 0.156144 -0.097586 0.180446 -0.74141 -0.262427 0.058969 -0.166083 0.370135 0.752623 0.178192 -0.274495 0.303417 -0.219078 -0.405136 0.31631 -0.075994 -1.209616 0.240399 0.334777 -0.017405 0.304562 -0.570291 -0.650927 0.223919 1.247986 0.528945 0.660064 -0.768781 0.069593 0.66736 0.014473 -0.333117 -0.291212 0.201843 0.399337 -0.827231 -0.12075 0.077264 -0.131162 -0.189133 0.907008 0.060646 0.007167 -0.447862 -0.111904 0.178185 2.516808 0.035684 -0.20973 0.417413 -0.367049 0.156734 0.292052 -0.027078 0.645668 -0.301673 0.030141 0.535672 0.05536 0.002692 0.095924 -0.664582 0.133163 -0.256916 0.230287 0.174243 -0.21012 0.004654 0.122429 0.594873 -0.386772 0.109745 -0.30787 0.696851 -0.715395 -0.315906 -0.00365 -0.037359 0.035275 0.364923 0.364608 0.07609 0.199161 0.089038 0.576576 -0.41041 -1.245281 0.013589 0.678617 0.038735 0.440982 -0.075115 -0.117318 0.043669 0.345349 0.573493 -0.413182 0.0113 -0.246986 -0.438777 0.359724 -0.71265 0.29583 0.245703 -0.055005 0.52151 -0.267316 -0.352885 -0.45792 0.3322 0.449359 -0.417291 -0.976974 0.793636 0.08626 0.55318 -0.69802 -0.344989 0.563261 0.290035 0.123179 -0.23141 -0.260072 0.778135 -0.317587 -0.721766 0.600142 -0.350936 -0.054401 0.008593 -0.15354 0.35313 -0.437649 0.813174 -0.649342 0.312577 0.752854 -0.112282 -0.496137 -0.71275 0.16098 -0.786449 -0.597796 -0.013257 0.067997 0.445728 0.038855 0.129373 0.38583 0.097708 0.219471 0.78461 0.333688 -0.430234 0.610478 0.250955 0.227297 0.628901 0.213587 0.304559 -0.305312 0.065149 0.416679 -0.137316 0.114711 0.002569 -0.35519 -0.509959 -0.015317 0.52966 0.380182 0.051491 -0.092788 0.120796 0.203548 -0.218712 -0.744615 0.56604 -0.006037 -1.006516 0.0177 -0.563152 -0.407947 -0.154431 -0.635044 0.160392 -0.410678 -0.480273 -0.331148 -0.209493 0.486084 0.298383 0.601307 0.40749 -0.03843 -0.93131 0.641217 0.916821 0.213776 -0.580512 -0.115108 -0.525603 -0.453815 0.597726 0.188911 -1.036843 0.561013 0.369534 -0.026854 1.070159 -0.328899 -0.058769 0.208204 0.200472 0.547393 0.393245 -0.020507 -0.103809 -0.171045 0.142847 -0.089585 0.452883 -0.271758 -0.43044 -0.051152 -0.501501 0.409836 -1.356909 0.16759 0.398785 -0.595063 -0.049419 0.57966 -0.806141 0.633147 -0.269377 0.187322 -0.57216 -0.205097 0.174252 0.073667 -0.623879 -0.120185 -0.15445 0.2167 0.091321 -0.215868 0.067727 -0.398285 -0.482042 -0.113631 0.489584 0.15019 0.16948 -0.040477 -0.524613 -0.122872 -0.315516 0.171724 0.583457 0.285841 0.218071 0.08106 -0.060648 0.939654 -0.073872 -0.467976 0.125504 0.180917 -0.74268 -1.751985 -0.220657 -0.412674 -0.514906 0.312166 -0.256069 -0.635282 -0.207384 -0.04427 -0.36004 0.558434 0.018204 -0.341445 -0.088799 0.177877 0.034689 0.060386 -0.377611 -0.236729 -0.303106 -0.07086 0.021629 0.616611 -0.338309 0.63049 0.180885 0.224294 0.097023 -0.153001 -0.548304 0.293508 -0.143853 -0.531048 0.33841 -0.128619 0.010542 0.171248 -0.050341 -0.085847 -0.309711 -0.263708 -1.404845 -0.545594 -0.237934 -0.395541 0.020428 0.692441 0.058326 -0.32194 0.10001 -0.077273 0.463341 0.084735 -0.064393 -0.273844 -0.128199 0.245804 -0.178779 0.813662 -0.458423 -0.348929 0.552465 0.140131 -0.275954 -0.033903 1.035583 -0.103099 0.689382 -0.103726 -0.120107 -1.181429 -0.617422 0.279724 -0.053345 0.490954 0.204954 -0.040321 0.180371 -0.348246 0.073007 0.155393 0.036129 0.300732 -0.055218 0.404369 0.30388 0.670479 -0.653774 0.044946 -0.595479 0.196943 0.219777 0.274512 0.454634 0.311546 1.326263 0.201836 0.212621 0.314506 0.000878 -0.240491 0.258476 -0.015929 0.003101 0.336434 0.256759 -0.601464 0.695608 0.338423 0.003655 0.622627 0.143287 0.46145 0.061181 0.017129 -0.789658 -0.023354 -0.436609 0.41378 -0.370682 0.238848 -0.110678 0.641612 -0.405303 -0.30225 0.301642 -0.200963 0.49167 0.550341 -0.157677 -0.947876 0.447794 -0.023258 0.09331 -0.555371 0.391959 -0.359392 0.782336 0.223665 0.933911 -0.188787 0.354632 0.07568 0.414106 -0.275804 0.485336 -0.06404 0.40873 0.120444 -1.199281 0.187444 0.217892 0.008106 -0.425318 -0.143349 -0.858404 -0.608478 -0.177717 -0.856138 -0.428282 -0.093574 0.573628 0.795548 0.133516 0.369134 -0.611615 0.020538 -0.730348 -0.351575 -0.369399 -0.257638 0.028646 -0.428605 -0.217519 -0.07534 0.093333 -0.038522 -0.409888 -0.058427 -1.045794 -0.791102 -1.139545 -0.1181 0.060299 0.109179 0.266172 -0.365743 -0.267514 -0.62327 0.734982 -0.486133 0.3782 -1.602202 0.04747 0.399122 -0.71139 0.765097 -0.344091 0.119616 -0.85179 -1.507399 0.785315 0.365466 0.30508 -0.058148 0.287376 -0.442471 0.404191 -0.43538 -0.170457 -0.329186 0.581538 -0.100898 -0.52387 1.123581 0.840771 0.331019 0.083705 0.226516 -0.304174 0.501253 0.038059 -0.084254 -0.008797 -0.545801 -0.915608 0.073668 0.606991 0.347129 -0.301718 1.654843 0.265223 -1.234144 0.291806 0.584629 0.265777 0.337226 -0.401196 -0.385255 -0.491393 0.506974 0.511569 -0.790812 -0.126892 -0.175595 -0.252686 -0.015673 -0.025438 -0.222467 0.388961 0.136997 -0.424628 -0.636421 0.356625 -0.457945 -0.457235 0.512191 -0.210671 -1.79812 0.631176 1.004924 -0.138302 0.17409 -0.444975 -0.217842 0.293426 1.013717 -0.027389 0.781196 -0.615625 0.2828 0.590146 0.681222 -0.033887 -0.193444 0.216591 0.09433 -0.830391 -0.371106 -0.180548 0.029119 -0.072965 0.779738 -0.026458 0.151152 0.084153 0.407197 -0.06541 2.19418 0.06086 -0.397428 -0.526985 -0.157971\nã 0.141728 0.238283 0.105749 0.081774 0.060656 -0.175465 0.012646 -0.191492 0.211155 0.070001 -0.163243 -0.06074 -0.268071 0.021284 0.025897 0.002896 -0.053317 -0.197594 -0.316831 -0.491522 -0.018493 -0.157036 0.142068 -0.483935 -0.126835 0.214678 -0.085646 0.088558 -0.055167 -0.141193 0.219099 -0.038787 0.193509 0.115579 0.108154 -0.379167 0.018215 -0.293505 0.263738 -0.226302 0.091553 0.118335 -0.115304 0.485712 0.328148 -0.544346 -0.144636 0.095048 0.056879 0.190336 -0.539167 -0.161494 0.123498 0.05241 -0.190129 0.011087 -0.191736 -0.011832 0.020145 0.196114 0.303267 -0.075664 0.029306 0.051697 -0.117547 0.421612 -0.052503 0.329558 -0.03708 -0.108138 -0.5912 0.069917 0.076147 0.16248 -0.261592 -0.023127 -0.475581 0.244088 0.039892 -0.361213 -0.107136 0.3785 0.110758 0.285287 0.040885 0.245313 0.004507 -0.315154 -0.37441 0.07514 -0.129139 -0.387751 -0.005515 -0.092113 0.510244 -0.165116 -0.125891 0.074034 -0.255527 0.123543 0.293764 -0.284854 -0.037588 -0.119051 0.113443 0.139006 -0.418519 0.41922 -0.180175 -0.038358 0.330841 -0.039637 -0.005364 0.177196 0.114907 -0.431837 -0.055703 0.166065 0.105376 0.139766 -0.320981 0.353664 0.043727 0.57907 -0.47508 -0.087381 0.123027 -0.046949 -0.482028 -0.207993 -0.076392 -0.101224 -0.269717 -0.221415 -0.011981 -0.689002 -0.328481 0.267651 -0.318566 -0.064468 0.104763 -0.069897 0.257657 -0.049931 0.14651 0.418979 -0.071162 -0.150268 -0.752489 0.12831 -0.116349 0.174187 -0.024696 -0.009197 0.111658 0.213808 -0.005451 0.28533 0.208527 0.222029 0.005388 0.047359 0.324312 -0.197492 -0.020911 -0.129104 -0.207032 -0.023725 -0.087132 -0.027726 0.303711 -0.161383 0.108864 0.278602 0.002943 -0.02024 -0.237364 0.250165 0.3565 -0.13693 -0.245712 0.430854 -0.613504 0.187185 -0.471731 0.173363 -0.085912 0.091732 0.002342 -0.223074 -0.096108 -0.110457 0.120933 0.176725 -0.029371 -0.108269 0.162357 -0.315712 -0.027701 -0.091961 0.258935 0.180338 -0.104281 -0.038196 0.152541 -0.318582 -0.150657 0.089751 1.048914 -0.261008 0.375457 0.198285 -0.191451 0.022375 0.210866 0.127436 -0.047442 -0.341462 -0.307732 -0.421311 -0.331788 -0.555138 0.243892 0.276184 0.185637 -0.130468 -0.096517 0.178628 0.356237 -0.055606 -0.162512 -0.115243 -0.497316 -0.32874 -0.100266 0.188056 -0.045406 -0.076206 -0.243749 0.219594 0.133169 0.377577 0.090447 0.060392 0.131276 -0.202144 0.295877 -0.245461 -0.301554 -0.146785 -0.263402 -0.266461 0.153556 0.053175 0.19687 -0.307951 0.024585 -0.196236 -0.171468 0.384378 -0.147053 0.188508 -0.306521 -0.383406 0.15143 0.249544 0.052437 -0.178482 -0.098967 0.111009 0.413014 0.026217 -0.27105 -0.484932 0.126803 -0.084516 0.096663 0.138786 -0.084572 0.165848 -0.228548 0.018593 -0.105926 0.170036 0.198395 0.071107 -0.260242 -0.156848 -0.058998 -0.340771 0.169622 0.374768 -0.013352 0.203263 -0.006796 0.418108 -0.525236 -0.01698 0.167817 0.318088 0.089423 -0.130731 -0.350066 0.030069 0.244617 -0.217041 -0.113223 -0.143191 -0.093656 0.011462 -0.02081 0.001345 -0.254846 0.205218 0.103913 -0.136736 0.409812 0.337209 -0.22115 0.029989 0.156858 0.298071 0.015381 0.177266 -0.122304 -0.18705 -0.327634 -0.045592 0.10078 -0.008595 0.069408 0.29414 0.075911 -0.070415 -0.046881 -0.169473 -1.597342 0.069472 -0.097067 -0.176735 0.00128 -0.126413 0.219602 -0.189098 -0.182532 0.11735 0.24352 0.211523 -0.185632 -0.061106 0.076973 0.149332 -0.068635 0.176515 -0.002228 0.097706 -0.076157 0.101637 -0.120662 -0.086649 0.064593 -0.111166 0.02689 0.202756 0.073781 -0.368662 -0.200252 0.073555 -0.825838 0.012749 0.037503 0.027926 -0.075687 -0.206981 -0.312051 -0.157075 -0.160501 -0.547451 0.066696 0.114653 0.284486 0.027116 -0.009977 -0.117108 -0.190776 -0.087265 -0.118463 0.122639 0.051239 0.231854 0.226187 -0.148244 0.172649 0.411466 -0.084601 0.04263 -0.101358 0.061902 -0.211126 -0.450009 -0.065014 0.342592 -0.123707 0.204643 0.013164 0.334125 0.134552 0.023523 0.426095 -0.00694 0.259236 -1.353212 0.187651 0.208423 -0.331003 0.114653 -0.064624 0.417125 -0.140586 -0.203404 -0.251994 0.141944 0.342676 -0.107109 0.189019 0.019809 0.380244 -0.271563 0.230327 0.241146 0.314864 0.28862 -0.066334 0.164629 0.297898 0.168603 -0.024836 -0.444327 0.205331 0.233064 0.034738 0.005687 0.265838 -0.229553 -0.096315 -0.103234 -0.060378 0.315143 0.178412 1.273603 0.110879 -0.442905 -0.034137 0.174327 0.004278 0.160952 -0.098585 -0.344339 -0.00882 0.265074 0.423768 0.001534 -0.269328 -0.076606 -0.131201 0.052062 0.169567 -0.015823 0.168301 0.292735 0.016186 -0.364183 0.37625 0.304217 -0.125384 -0.204856 -0.189614 -0.199732 0.124103 -0.149925 0.350153 0.128243 -0.279564 -0.421174 0.41677 0.207833 0.232606 0.22113 0.168531 -0.023725 0.502192 -0.303933 0.070303 0.072292 -0.303513 -0.092057 0.076057 8.6e-05 -0.031838 0.111192 -0.080967 0.325316 -0.032893 -0.188262 -0.244631 0.083503 0.235824 2.516503 0.054821 -0.219619 0.170825 -0.031014 -0.024125 0.093027 0.111309 0.024974 -0.074879 -0.047829 -0.092737 0.086845 0.348598 -0.395927 -0.377836 -0.018915 -0.010519 -0.070658 -0.172157 0.033877 -0.115776 -0.247266 0.026881 -0.532742 -0.088753 -0.021891 -0.011138 -0.227711 -0.024585 -0.011142 0.011051 0.090773 0.261141 0.210917 0.013217 0.185159 0.330484 0.450259 -0.116551 -0.45391 0.041231 -0.258541 0.041425 -0.09676 0.001181 -0.106807 -0.050703 0.269541 0.391901 -0.26548 -0.244841 0.071922 0.012728 0.229391 -0.299968 -0.007591 0.182429 0.162892 0.052994 -0.446737 -0.49616 -0.271581 0.012496 0.184147 0.128677 -0.066985 -0.091479 -0.168039 -0.172881 0.174701 0.093503 0.304682 -0.197796 0.009959 -0.399479 -0.091181 0.166881 0.192617 -0.161629 0.310801 -0.159353 -0.222577 0.015669 0.011711 -0.123199 -0.046558 0.329763 0.515546 0.098453 -0.039643 -0.022938 -0.258535 -0.252774 -0.03395 -0.087738 -0.094773 -0.04929 -0.181547 0.738645 0.025957 0.160108 0.216865 -0.25371 0.071923 0.380108 -0.122947 -0.346345 -0.100551 0.309076 -0.035219 -0.082681 0.311405 -0.112379 0.061414 0.155484 -0.159003 -0.076745 0.084231 0.166066 -0.53087 0.012306 0.030003 0.181721 -0.115799 -0.030557 0.333602 0.21977 0.339501 -0.590955 -0.134756 0.1529 0.03623 -0.26689 -0.359024 -0.123766 -0.034927 -0.072948 -0.322484 -0.224917 -0.806535 -0.479126 0.008563 -0.139593 -0.109334 0.118346 -0.206139 0.242387 -0.10445 0.137433 0.556835 -0.068354 0.030584 -0.626775 -0.10467 -0.042335 -0.131748 0.177784 -0.138621 -0.074903 0.309314 -0.069859 -0.06191 0.272316 0.144687 -0.1162 0.182394 0.141768 0.086451 0.144368 -0.37548 0.103205 0.10244 0.263029 -0.074042 0.174805 -0.113621 0.119058 0.286396 -0.282409 0.019963 -0.324082 0.421957 0.074695 -0.340705 0.113076 0.19779 -0.5644 0.479401 -0.226081 0.452156 -0.086804 -0.045865 0.062036 0.130564 -0.173501 0.073316 -0.046187 -0.122456 0.17655 -0.022746 0.027974 -0.316609 0.08236 -0.155831 0.499456 0.204578 -0.093439 -0.080566 0.056319 -0.136498 -0.310995 -0.081507 0.751965 0.017741 0.386715 0.120556 0.03926 0.001121 0.217847 0.390102 -0.157315 -0.20392 -0.260059 -0.48037 -0.036733 -0.665925 0.292596 0.104247 -0.015629 -0.30675 -0.032126 -0.06622 0.281199 0.080957 -0.402947 -0.176497 -0.293386 -0.155635 -0.097819 0.020624 -0.204738 0.022851 -0.309279 0.138629 0.122223 0.149229 -0.128255 0.153746 0.03104 -0.039295 0.114929 -0.043835 -0.233682 -0.454701 0.125678 -0.186922 -0.056782 0.401884 0.185393 -0.206479 -0.267049 0.321983 -0.281547 0.043617 -0.109075 0.30403 -0.181318 -0.477333 -0.224381 0.1806 0.121276 -0.198345 -0.299496 0.171639 0.184411 0.000795 -0.041219 -0.292428 0.08241 -0.024656 0.293777 0.274501 0.088105 0.150793 0.017975 -0.116792 -0.118244 0.028669 0.172203 0.017354 -0.195898 -0.176034 0.289496 -0.574685 0.153426 0.19079 -0.362824 0.008435 0.142001 0.332047 -0.115694 -0.268723 0.24674 -0.024667 -0.045515 0.274048 -0.328399 0.076194 0.369806 0.150897 -0.282186 -0.010474 -0.254259 0.066565 0.202799 -0.169056 0.13692 0.383767 0.215407 -0.12158 0.432646 0.229531 -0.283725 -0.433962 0.243911 -0.037253 0.028183 0.368533 -0.162092 -0.017695 -0.189836 -0.198251 0.054714 -0.023377 -0.071471 0.524622 0.096867 0.11064 0.114956 0.050244 -0.883597 0.266862 0.055156 0.16295 -0.153593 0.05025 0.436827 -0.422497 -0.069606 0.155512 0.176242 0.287527 -0.048831 -0.200287 0.361 -0.015347 -0.163114 0.038723 0.160641 0.246622 0.292435 -0.063508 0.377911 -0.039336 0.183567 0.186503 -0.116965 0.11674 0.180108 -0.14301 0.03355 -0.179535 -0.848159 0.085964 0.088185 -0.124291 -0.237093 -0.322469 -0.120928 -0.360359 0.021727 -0.243894 0.117939 0.031844 0.103804 0.062796 -0.178963 0.129125 -0.262937 -0.120777 -0.253952 0.265013 -0.062054 0.341301 0.198935 0.010209 0.352439 0.514235 -0.119469 0.272959 0.253627 0.006312 -0.067938 -0.674334 -0.54698 0.14251 -0.259911 0.072688 0.392324 0.166612 -0.009344 0.039857 0.402875 -0.246857 -0.090508 -2.174684 0.149494 0.360877 -0.250536 -0.132936 0.088124 0.095567 -0.158664 -0.192758 -0.246521 -0.134926 0.099156 -0.025177 0.099284 -0.104196 0.355551 -0.096711 0.098779 0.282844 0.213804 0.15003 -0.398363 -0.141612 1.855245 0.22674 -0.074187 0.036061 0.072138 -0.12522 -0.0376 -0.364645 0.308511 -0.253957 -0.180481 0.047801 0.158712 0.058812 0.208658 1.611015 -0.050471 -0.583594 -0.190048 0.202522 0.399003 0.217399 -0.052643 -0.294765 -0.106558 0.214924 0.386744 -0.217928 -0.597834 -0.320156 -0.02042 -0.027654 0.067291 -0.120015 0.232397 0.225492 -0.32574 -0.297268 0.261402 0.1569 -0.156851 0.119545 -0.136254 -0.138358 0.110566 -0.009359 0.236922 -0.126131 -0.058624 -0.150539 0.486006 -0.010036 0.208116 0.343719 -0.1229 0.130907 0.377849 0.021064 0.256533 -0.083765 -0.094327 -0.116907 -0.111346 -0.022647 0.103238 0.101018 -0.210369 0.354987 -0.337221 0.017927 -0.191369 0.224247 0.182024 1.918043 -0.149777 -0.118553 0.042422 0.042128\nk 0.153238 0.239009 0.136704 0.208783 0.119952 -0.185655 -0.025366 -0.130005 -0.057723 0.004613 -0.165344 -0.162427 -0.134092 0.01281 0.162749 -0.410681 0.053117 -0.034331 -0.283458 -0.274256 -0.020159 0.00144 0.074444 -0.165039 0.036895 0.023867 -0.12719 0.170327 -0.027858 0.015828 0.354711 -0.171196 0.07101 0.080607 -0.008767 -0.409198 0.196687 -0.172793 0.350638 0.048084 0.015645 0.01524 -0.201762 0.442349 0.21657 -0.517719 -0.198769 0.127609 0.087848 0.278847 -0.423658 -0.120521 0.105041 0.019779 0.084766 -0.009266 -0.110984 0.126058 0.188455 0.065347 0.312282 -0.037199 -0.074619 0.08591 -0.026081 0.346789 0.103518 0.258004 0.05219 0.011276 -0.610566 0.00766 0.118713 0.017157 -0.131338 -0.059194 -0.287957 0.307452 -0.079875 -0.345756 0.069038 0.232626 0.156471 0.112162 0.129439 0.234051 -0.172611 -0.110267 -0.259892 0.139003 -0.187953 -0.06286 -0.054293 -0.070481 0.46159 -0.037976 -0.167078 0.109939 -0.226311 0.133488 0.411238 -0.329064 -0.123933 -0.18988 0.079951 0.03984 -0.233334 0.400225 -0.233023 -0.098638 0.467258 -0.107209 -0.138228 0.253697 -0.05028 -0.354394 0.059701 -0.09625 0.111796 0.265488 -0.146692 0.343366 -0.047757 0.256255 -0.284581 -0.203089 0.049998 0.053784 -0.197393 -0.158314 -0.173638 -0.191303 -0.151208 -0.030747 0.174754 -0.672621 -0.171679 0.071246 -0.1249 -0.047935 0.030605 -0.045235 0.127092 -0.151808 0.066184 0.311233 -0.020371 -0.101883 -0.897243 0.165357 -0.191314 0.157888 0.054601 0.018728 0.218226 0.214884 -0.032658 0.363558 0.02542 0.134579 -0.061123 0.226023 0.338629 -0.014334 0.058152 -0.077939 -0.114347 -0.134135 0.012304 -0.154262 0.324485 -0.005618 0.055448 0.253595 0.068337 -0.05029 -0.079011 0.163624 0.392526 -0.318377 -0.019804 0.308891 -0.306524 0.137528 -0.446784 0.232153 -0.149395 0.046394 0.22173 -0.070737 0.004945 -0.243052 -0.214255 -0.02445 -0.068372 -0.088992 0.065079 -0.116512 -0.097553 0.013009 0.268541 0.149969 -0.056038 0.100219 0.198429 -0.247248 -0.179676 0.202388 1.043187 -0.102319 0.095796 0.206103 -0.249183 0.128175 0.109076 0.090482 0.002525 -0.380433 -0.305667 -0.335488 -0.221638 -0.607992 0.191066 0.216469 0.37962 -0.155661 -0.013988 0.169139 0.220578 -0.353233 -0.142991 -0.129529 -0.18526 -0.218455 -0.112488 0.184425 -0.177016 -0.129207 -0.245507 0.14507 0.118875 0.154566 0.157109 0.156683 0.054707 0.009784 0.247771 -0.406114 -0.424936 -0.213272 -0.239106 -0.428565 0.396339 -0.04838 0.292823 -0.371251 -0.10624 -0.283889 -0.010064 0.252094 -0.167061 0.143738 -0.225792 -0.250568 0.237492 0.089752 0.070742 -0.164596 0.04138 0.25932 0.517579 0.050088 -0.119299 -0.36847 -0.013141 -0.220849 0.07978 0.208053 -0.059697 0.190821 -0.230138 -0.035286 0.005454 0.201651 0.299141 0.105988 -0.209974 -0.223464 -0.080398 -0.27879 0.384295 0.321548 -0.008561 0.142793 -0.112019 0.455788 -0.456193 -0.070391 0.208778 0.152275 0.026613 -0.13027 -0.210466 0.176021 0.233354 -0.194152 0.215501 0.052665 -0.199956 -0.062686 0.071841 0.051953 -0.150413 0.260872 0.031758 -0.121035 0.301768 0.263135 -0.017475 0.11253 0.099318 0.424996 0.11578 0.01863 -0.169142 -0.124353 -0.226808 0.116989 0.051574 0.005521 0.148204 0.087654 0.070766 0.044171 -0.009317 -0.17131 -1.581827 -0.086632 -0.106435 -0.097449 -0.003597 -0.022946 0.127623 -0.15359 -0.250199 -0.11513 0.301174 0.027506 -0.255307 0.038334 0.017297 0.072927 0.065608 0.099033 0.219439 -0.039588 -0.019986 0.014592 -0.0806 -0.000459 -0.002466 0.047063 -0.054249 0.095556 -0.039786 -0.539176 -0.240521 0.00433 -0.863693 -0.07873 -0.050311 0.201092 0.056509 -0.082845 -0.142115 -0.177422 -0.074703 -0.480043 0.038129 0.044215 0.207622 0.056957 -0.012675 -0.141886 -0.179134 -0.14358 -0.118328 -0.086108 -0.024214 0.056627 0.198747 -0.123467 -0.021639 0.248862 -0.041974 0.027831 -0.062565 -0.006859 -0.224451 -0.172698 -0.177213 0.206572 -0.051532 0.22817 0.125867 0.257261 0.261684 -0.048669 0.267811 -0.088506 0.201252 -1.323586 0.113898 0.299984 -0.288384 0.242411 -0.259049 0.298481 -0.24248 -0.319761 -0.101016 0.163576 0.293939 -0.092506 0.180525 -0.061904 0.354916 -0.271773 0.130809 0.160008 0.191033 0.081653 -0.082143 0.156452 0.388131 0.108163 -0.018642 -0.396076 0.172597 0.156661 0.023151 -0.030364 0.200392 -0.069908 -0.102288 -0.370126 -0.059321 0.348108 0.180245 1.285007 0.239547 -0.213368 -0.127769 0.384168 -0.025552 0.319306 0.137353 -0.349025 -0.064964 0.194468 0.333997 0.110188 -0.219064 -0.124039 -0.2481 -0.076337 0.208318 -0.131372 0.036934 0.185457 0.132675 -0.268174 0.205751 -0.020802 -0.092885 -0.161177 -0.086961 0.019328 0.137904 -0.224518 0.197157 0.153808 -0.194617 -0.32052 0.27052 0.22979 0.318021 0.201065 0.355414 -0.08075 0.198512 -0.191141 -0.0231 0.074063 -0.304533 -0.37635 0.054131 -0.092485 0.009138 0.179435 0.00258 0.242559 -0.070343 -0.171485 -0.198452 -0.059663 0.311911 2.256454 0.064198 -0.215579 0.274676 -0.100697 -0.072396 0.097684 0.148507 0.271466 -0.071394 -0.092662 -0.132113 -0.020079 0.055125 -0.319109 -0.198417 -0.111887 0.040925 0.031613 -0.011853 -0.16291 0.04586 -0.111494 -0.032365 -0.294034 -0.087731 0.000507 0.061552 0.059051 0.169998 -0.085286 -0.055717 0.108154 0.369098 0.237978 0.114386 -0.027865 0.134148 0.297598 -0.237208 -0.453194 0.270666 -0.053663 0.154865 0.147154 -0.081068 -0.275398 -0.19335 0.136688 0.291239 -0.224559 -0.122525 0.035285 0.080628 0.222171 -0.134482 -0.191767 0.15953 0.121959 0.184541 -0.3584 -0.281324 -0.037499 0.101974 0.098907 0.215666 -0.036653 -0.161284 -0.059609 -0.046374 0.138535 0.100842 0.348391 -0.096316 0.082868 -0.433962 -0.122659 0.146987 0.078416 -0.027664 0.185148 -0.010394 -0.082366 -0.185154 -0.047586 0.042629 -0.040551 0.262355 0.414774 0.192012 -0.026697 -0.124464 -0.084711 -0.165903 0.048724 -0.140485 0.076834 -0.128651 -0.15034 0.791891 -0.019258 0.014723 0.206052 -0.220465 0.025712 0.462778 -0.24349 -0.270797 -0.221923 0.260314 -0.132981 0.037737 0.339746 -0.218269 0.118177 0.270234 -0.238057 -0.14465 0.083021 -0.062738 -0.321892 0.141363 -0.124022 0.284086 -0.09372 -0.058099 0.277672 0.047371 0.127886 -0.292404 -0.074624 0.182211 0.192304 -0.078057 -0.278821 -0.063339 -0.160775 0.008099 -0.256155 -0.043735 -0.816121 -0.373814 -0.231586 -0.080675 -0.100139 -0.034452 -0.055827 0.222892 -0.201431 0.111335 0.386671 -0.083572 0.053274 -0.770968 0.048334 -0.022627 -0.087049 0.206059 -0.146528 -0.004753 0.274865 -0.136811 -0.017164 0.131426 0.115576 0.045019 0.209255 0.089387 0.16427 0.140655 -0.220478 0.243619 0.191582 0.180058 -0.049674 0.111839 0.031979 0.187592 0.384787 -0.308325 -0.098401 -0.161366 0.18974 0.175268 -0.259029 0.29987 0.077983 -0.422232 0.285727 -0.177308 0.438304 -0.048296 -0.103255 0.326164 0.144576 -0.126337 0.004089 -0.261381 -0.20601 0.094515 -0.01188 0.010503 -0.083129 -0.102137 -0.052649 0.391149 0.285757 -0.055145 0.004563 -0.076237 -0.152955 -0.302771 0.068626 0.767502 0.068868 0.15011 0.204022 -0.034357 -0.070429 0.082857 0.226946 -0.100374 -0.271343 -0.208548 -0.311664 0.01893 -0.825351 0.197644 0.068892 0.099816 -0.310687 -0.090784 -0.093826 0.192741 -0.088438 -0.321153 -0.145228 -0.26586 -0.15863 -0.134079 0.059239 -0.197219 -0.023466 -0.246976 0.079585 0.166452 0.156147 0.107902 0.18858 0.052608 0.108794 0.057931 -0.179635 -0.428107 -0.400992 0.039952 -0.436339 0.166263 0.41561 0.338355 -0.267121 -0.278396 0.230643 -0.087033 -0.054705 -0.020395 0.254108 -0.218832 -0.354907 -0.11428 0.079493 0.047504 -0.127622 -0.138408 0.244026 0.337709 0.015819 0.040692 -0.263871 0.226291 -0.115857 0.173106 0.320797 0.116445 0.170784 -0.076711 -0.332272 0.078202 0.041713 0.096121 0.065682 -0.095934 -0.153168 0.155273 -0.49052 0.207026 0.225355 -0.259409 0.046362 0.043951 0.369234 -0.100347 -0.227759 0.249034 -0.115074 -0.067709 0.257818 -0.232996 0.058481 0.288072 0.107209 -0.055332 0.129184 -0.258043 0.013265 0.276046 -0.011882 0.132022 0.454868 0.116072 -0.071425 0.192901 0.25288 -0.143182 -0.247813 0.250095 0.038816 0.113476 0.148157 -0.075491 0.057616 -0.014624 -0.058067 0.039728 0.079657 0.056259 0.252446 0.114669 0.187901 0.013125 -0.032917 -0.765315 0.137753 -0.072128 0.158523 -0.016531 0.176736 0.197175 -0.305472 -0.264662 -0.061554 0.161981 0.108519 -0.092314 -0.043503 0.260234 -0.090633 -0.084359 -0.003459 0.271929 0.022604 0.23236 -0.023576 0.473567 0.010188 -0.014919 0.261384 -0.196569 0.125952 0.077803 -0.318006 -0.093399 -0.033068 -0.794979 0.049488 -0.045096 0.116553 -0.088851 -0.157336 -0.020829 -0.251963 -0.120234 -0.108911 0.163466 -0.083068 0.039415 0.099658 0.046871 0.033684 -0.196803 -0.141256 -0.225138 0.101494 -0.245464 0.307156 0.229292 -0.015385 0.128404 0.338191 -0.002452 0.12938 0.272335 -0.019557 -0.160698 -0.506264 -0.492286 0.133819 -0.094091 0.068112 0.271827 0.036714 0.043016 -0.027391 0.197866 -0.219172 -0.137549 -2.125194 0.169355 0.377676 -0.207346 -0.052706 -0.053394 0.000696 -0.155791 -0.354701 -0.1806 -0.033863 0.008424 -0.011528 -0.000188 -0.300032 0.390556 -0.092175 0.016862 0.164076 0.074481 0.066298 -0.26231 0.048267 1.963008 0.084438 -0.01999 -0.106351 -0.037035 -0.088331 -0.066491 -0.27964 0.342344 0.052387 -0.144708 -0.261602 0.226865 0.060977 0.194704 1.611279 0.073091 -0.237364 -0.17401 0.316542 0.336611 0.284206 0.036053 -0.274789 -0.055896 0.200487 0.254284 -0.102251 -0.490499 -0.197242 -0.236774 -0.166758 0.113776 -0.208072 0.129373 0.278084 -0.095921 -0.426364 0.013142 -0.175769 -0.073252 0.073112 -0.134276 0.008709 0.053412 0.004492 0.21893 -0.075975 -0.002968 -0.087976 0.238443 0.032563 0.342157 0.244216 0.09888 0.142211 0.167492 -0.063887 0.117259 0.01892 -0.167061 -0.307455 -0.007125 0.062342 0.149509 0.187779 -0.128513 0.196295 -0.201773 -0.048889 -0.096231 0.189374 0.199293 1.606291 -0.08061 -0.065701 0.196884 -0.081531\n: -0.49493 -0.52886 0.15171 -0.70762 0.30698 -0.88175 -0.68393 0.63661 0.82626 -0.16108 0.33928 -0.03551 -0.0023 0.23499 0.37479 0.42134 -0.02709 -0.20481 0.65657 -0.29085 -0.93405 0.19186 -0.08475 -0.18002 1.46656 -0.88092 -0.14941 -0.4882 0.28023 -0.12508 0.18146 0.36381 -0.01828 -0.21281 0.02119 -0.40985 0.21451 -0.64918 0.9438 0.01107 -0.10646 -0.33873 -0.74263 1.03821 0.84545 0.5278 -0.03084 0.3771 -0.26627 -0.1923 -0.49445 0.59806 -0.96534 -0.36329 0.12501 -0.1687 0.22759 0.01808 0.15756 -1.10872 -0.3964 0.36017 0.45935 -0.26134 0.82101 0.33326 0.35609 -0.48709 -0.50935 -0.32934 0.43818 0.07057 0.37163 0.50155 0.28365 0.88668 -0.4847 0.23469 0.52721 0.08808 1.04277 -0.69625 0.35831 -0.23366 0.12871 -0.01416 -0.08829 0.39905 -1.08292 -0.78337 -0.58612 -0.25554 0.61769 -0.80718 0.90926 -0.09565 1.20308 0.02336 -0.66691 0.36021 1.01758 0.18836 -1.48767 -0.27007 0.27265 -0.60322 -0.5524 -0.48618 -0.83955 -1.07678 0.29315 0.56024 -0.15346 0.45824 0.5922 -0.16558 0.44425 0.18399 -0.00618 -0.19606 -0.80754 -0.14389 0.55966 0.38545 0.52574 0.22194 -1.19106 0.42676 -0.31272 0.19184 0.87898 0.48945 0.89243 -0.10523 -0.35741 -0.70394 0.32584 0.4988 0.2984 0.29159 0.28532 -0.14649 0.43673 -0.20801 0.43055 1.31721 -0.39315 -0.46088 -0.27633 -0.52678 -0.77448 -0.05714 -0.21458 0.96794 -0.20224 -0.68345 -0.27233 0.02533 0.49667 0.47887 -0.41347 -0.06577 -0.49582 -0.01183 -0.38685 -0.43843 -0.12345 1.35978 0.54769 -0.36664 -0.5169 0.95756 -0.32873 -0.24026 -0.40441 -0.64207 -0.07939 1.00027 0.04708 -0.23555 -0.05853 -0.46187 -0.58065 -0.41024 -0.5882 -0.40871 -0.1099 -0.09363 -0.58103 -0.23685 0.67095 -0.18625 -0.53632 -0.23201 -0.46569 0.33652 -0.10946 -0.68138 -0.15023 0.54017 -0.0712 -0.63243 0.09569 -0.16156 -0.21597 -0.21479 -0.29363 0.69634 0.22642 -0.11789 0.92449 -0.23152 -0.85818 -0.14662 0.05147 1.06891 0.82856 -1.24143 0.0246 -0.39502 0.13424 -0.91536 0.61384 0.35289 -0.52328 -0.64188 0.35356 1.00521 0.14958 0.30974 -1.24328 0.02438 -0.06181 0.68636 0.09446 -0.39455 -0.18314 -0.56358 -0.44504 0.40822 0.22709 1.15063 0.88218 -0.16053 -0.19202 1.57293 0.57576 -0.74566 -0.66256 -0.30597 0.06323 -0.3938 0.91224 0.03439 0.61906 0.27647 -0.41171 -0.42014 0.05351 -0.1674 0.61602 -0.00193 0.60315 0.51907 0.04793 0.33259 0.2817 -0.03255 -0.44476 0.28934 0.1824 0.10103 -0.21901 -0.53016 0.22416 -0.54542 -0.21582 -0.01172 0.59085 0.03312 -1.40004 0.46361 0.12629 -0.73601 0.68242 -0.36042 -1.22509 -0.00366 0.24738 -0.94796 0.4398 -0.62647 -0.35318 0.35197 -0.1035 0.34649 -0.12127 -0.11066 -0.24506 0.27404 0.38696 -0.10561 -0.3298 0.83958 -0.0661 -0.12901 -0.46339 0.48783 -1.55991 0.82972 0.0436 -0.3298 -0.29376 0.41897 -0.9201 -0.46052 0.27298 -0.24692 -0.54591 0.13212 0.00564 0.25533 -0.10352 0.93243 -0.05346 0.52597 -0.54279 0.16782 0.88474 -0.83073 0.12584 0.20351 -0.28162 -0.35722 0.27379 -0.0089 -1.1489 0.39896 -0.26737 -0.48426 -0.65668 0.99169 0.29676 -0.36443 -0.86212 0.42399 0.74043 0.35185 0.21788 0.2094 -0.32848 0.16746 -0.31726 0.07228 0.18112 0.24164 0.07051 0.28455 0.19738 0.03372 0.63685 0.91219 -0.56233 0.55096 -0.49587 -0.65701 -0.64855 0.5925 -1.4618 0.48732 0.95921 -0.13905 0.08636 -0.57006 -0.5537 -0.67593 0.78627 -0.54924 0.42531 0.39993 0.27898 -0.56918 -0.10292 -0.36033 -0.29006 -1.11152 0.94465 0.208 0.61767 0.71699 -0.58239 -0.12681 -0.14637 0.00589 0.21121 -0.32188 -0.28414 -0.41999 -0.03486 -0.19998 0.08774 0.29815 0.01499 -0.05659 1.13029 1.39641 0.2758 0.21205 0.06298 0.01057 0.07911 -0.78511 0.56362 0.10266 -0.54772 -0.44888 0.21152 0.08031 -0.05303 -0.33119 0.13124 0.3883 -0.01225 -0.55835 0.32686 0.44669 0.07049 -0.40551 0.31813 -0.11069 1.36294 1.00908 -0.17516 0.27524 0.63192 -0.04974 -0.14836 0.47633 0.1633 0.01349 -0.18962 -0.41053 -0.48089 -0.05271 -0.0453 -0.43896 0.26358 -0.30069 0.65118 1.8306 0.14144 -0.42099 0.78436 -0.35231 -0.03793 0.6333 -0.3319 0.57453 0.78091 -0.33208 0.58572 0.58591 0.83949 0.35397 -0.82894 0.58348 0.28198 0.01496 -0.08244 -0.3004 -0.5229 -0.55476 0.2355 -0.21008 -0.04967 -0.61564 -0.66342 1.36885 0.26077 0.0241 0.50755 -0.537 0.13274 -0.80305 0.48242 0.69983 0.08415 0.12169 -0.71093 -0.07411 -0.06188 -0.06654 0.91656 0.35435 0.96324 0.01441 -0.78204 0.15165 -0.27875 0.2687 0.10117 0.29393 0.71368 0.62252 0.63654 0.22675 0.03084 2.1109 0.05712 0.6067 0.40708 -1.05488 -0.66088 -0.34464 -0.66174 -0.63169 -0.19771 -0.74485 0.52899 0.00989 0.80905 0.34229 0.06426 -0.12002 0.19831 0.23935 -0.49458 0.45522 -0.72134 -0.33717 0.00846 -0.24418 0.20265 -0.40774 -0.06022 -0.21117 0.82311 -0.0811 -0.10306 0.3127 -0.02116 0.3634 0.13892 0.34984 -0.78949 -0.20233 0.04305 -0.67428 0.13103 -1.29265 0.07 0.1737 0.14095 0.1608 -0.70232 -0.94414 0.09587 0.47731 -0.02822 0.2936 0.287 -0.04304 0.44315 0.43671 -1.3793 -0.53486 0.34349 0.35942 0.9473 -0.01057 0.2594 -0.46057 -0.7133 -1.23053 0.67114 0.20015 0.01433 -0.00649 -0.58287 -1.13199 -0.42979 0.15055 -0.08077 -0.99728 0.86507 0.09696 1.12398 0.33368 -0.88851 0.53492 -0.39174 0.20706 0.44554 -1.18148 -0.95771 0.10695 -0.20696 -0.27779 1.09008 0.172 -0.80302 -0.61295 0.14593 0.60462 -0.19922 -0.95677 1.66242 0.15601 0.64808 0.28215 -0.34774 -0.26591 0.26336 0.56805 0.29485 -0.40582 -0.05898 -0.9626 0.34709 -0.31178 -0.07932 -0.65429 0.33809 -0.03101 1.1645 1.12895 0.99167 -0.01047 0.28745 -0.48662 -0.28393 0.63981 0.25683 -0.11589 0.33479 0.23628 0.52178 0.36023 -0.94356 0.0087 0.1417 -0.08045 0.12936 1.22424 -0.11969 0.06297 -0.17775 -0.2318 0.06533 -0.47389 0.24957 -0.24291 0.49759 0.1579 0.51426 -0.89352 0.41134 0.41198 -0.22631 0.01365 -0.46865 0.07517 0.42563 0.33081 -0.27189 -0.87986 -0.30534 -0.84673 0.45052 0.10272 0.72202 -0.86702 -0.13888 -0.20604 0.08174 -1.06772 -0.27365 0.12239 0.14862 1.28671 0.07007 -0.01298 0.03631 0.21363 0.89046 -0.22015 -0.39005 -0.20833 0.37062 0.01927 0.13744 -1.30362 -0.13381 -0.52966 -1.24634 -1.07782 -0.38309 0.28143 0.01191 -0.09601 -0.60607 0.15065 0.87587 0.13477 0.06158 0.21173 0.06648 0.29722 0.30968 -0.6679 0.254 -0.58391 0.50031 -0.12965 -0.08954 0.5393 -0.24911 -0.17172 -0.6537 0.27306 1.06078 0.67492 -0.22997 0.01617 -0.09807 0.53679 0.16062 0.73877 -0.46232 -0.67441 -0.36843 -0.56833 0.44425 -0.45844 0.21657 0.1007 -1.12233 -0.08409 1.09062 0.23617 -0.23688 0.24759 -0.01215 -0.73533 0.3368 1.17392 0.24345 0.40808 0.7667 0.10431 -0.38554 -0.00901 -0.5518 -0.04266 0.84076 -0.41863 -0.68475 0.96078 0.34265 -0.83096 0.06809 -0.33339 0.47762 -1.04573 1.30444 -0.22606 0.35699 0.47363 0.11353 -1.38737 -0.67298 -0.37772 0.02723 -0.38897 -0.727 0.08888 0.1481 -0.4301 -0.44532 0.16891 0.77309 -0.602 -0.02826 -0.22532 -0.38801 0.14826 -0.56351 -0.991 0.12863 0.27361 0.08078 -0.02414 0.48557 0.15665 -0.27568 0.28231 0.70352 0.25733 0.56044 -0.26961 0.24625 -0.64166 -1.49488 -0.0064 0.04352 -0.52771 -0.22782 -0.13444 -0.81736 0.40255 -0.35495 0.0161 -0.09356 -1.50004 -0.35424 0.64868 0.0954 0.23479 -0.48692 -0.79599 -0.68362 -0.96979 -0.23554 0.45613 0.34846 -0.10982 -0.12063 -0.20973 0.84406 -0.79769 -0.79189 -0.87424 1.05131 0.98498 0.47952 -0.14713 0.12529 -0.2518 0.24094 -0.53434 -0.09804 0.06317 0.83354 1.23554 -0.13742 -0.60549 0.50444 0.09791 -1.95976 0.41444 -0.87884 -0.30187 0.0648 0.62186 0.70052 -0.43031 0.00995 0.62115 0.07051 -0.02506 0.56294 0.35623 -0.41001 0.26181 0.4419 1.16074 0.62642 -0.80661 0.00461 0.35256 -0.03003 0.25282 0.32815 0.60163 0.06167 0.23155 -0.37213 -0.33929 -0.25007 0.46815 -1.04501 -0.11856 0.17314 -0.14316 -0.40597 -0.36869 -1.0993 -0.52169 0.3472 -0.1082 -0.08117 0.25277 -0.02157 -0.70124 -0.73669 -0.23688 -0.36868 0.30134 0.50812 -0.17516 -0.1151 0.34489 -0.67798 0.23516 0.76015 1.07405 1.39089 0.3948 0.48591 -1.10638 -0.59217 -0.2625 0.28192 0.45078 -0.25447 -0.36787 0.05707 0.41357 -0.4245 0.35684 0.13323 0.26561 0.31656 -2.16564 -0.55477 0.36585 -0.59297 -0.14019 -0.01924 0.08713 0.28608 -0.39182 0.20067 -0.83365 -0.62176 -0.06519 -0.65451 0.41563 0.24638 0.35365 -0.59037 -0.02922 0.10151 0.0849 0.12141 0.63381 1.80825 1.33669 -0.33894 -0.88746 0.17503 0.47104 -0.60747 -0.14539 -0.372 0.67887 0.40023 -0.67544 0.57496 0.10868 -0.15658 0.9099 -0.13758 -0.48153 0.38942 -0.61385 0.58315 0.33516 -0.04647 -0.17178 1.4596 -0.23675 0.54965 -0.62861 0.03419 1.09275 -1.44964 1.01941 -0.43618 0.02181 -0.03561 -0.67014 -0.43527 -0.15818 -0.03893 -0.25802 0.35671 0.60284 -0.25546 -0.23027 0.02944 0.10221 0.14319 0.71226 0.35148 -0.46537 0.58301 -0.00088 -0.28411 -0.59266 -0.59533 -0.34728 0.43962 -0.64919 0.50304 -0.82486 -0.1161 0.39861 -0.68008 0.14847 -0.28243 0.71339 -0.1231 0.77162 -0.36209 -0.07323 -0.5344 0.01933 -0.32494 1.68359 -0.32549 0.35684 0.56804 -0.17867\nặ 0.061857 0.032572 0.044818 -0.007693 -0.007463 -0.084492 -0.040292 0.154918 0.11539 -0.048432 -0.065611 -0.26334 -0.119509 0.092146 0.117601 -0.430516 -0.113955 -0.458434 -0.227034 -0.191866 -0.027573 0.044199 -0.088491 -0.179268 0.08289 0.201743 -0.19858 0.010642 0.095261 0.012408 0.529029 -0.272967 0.108377 0.06207 0.003533 -0.584814 0.207047 -0.359578 0.256942 -0.008453 -0.109814 0.023294 0.034595 0.516261 0.261919 -0.362601 0.124184 0.113871 0.090952 0.313916 -0.341778 -0.16326 -0.243343 0.170134 -0.114068 -0.168108 -0.049115 0.21236 0.243024 -0.187593 0.474915 -0.176527 0.101909 0.01439 0.02151 0.344847 0.106263 0.297184 0.045981 0.0199 -0.506452 -0.150539 0.131238 -0.070458 -0.335099 0.064481 -0.357092 0.220227 -0.203266 -0.214849 0.110516 0.018982 0.048681 0.167977 0.149476 0.07263 0.126414 0.007182 -0.123677 0.213157 -0.264571 -0.401423 0.154284 -0.09116 0.632899 -0.077367 -0.044509 0.254179 -0.260978 0.135932 0.310039 -0.230591 -0.075232 -0.127626 0.082163 0.195002 -0.518148 0.511646 -0.273099 -0.123232 0.393251 -0.106822 -0.103857 0.252879 0.235895 -0.501532 0.182361 0.092658 0.01249 0.208459 -0.014414 0.110566 0.044268 0.420707 -0.41678 -0.267469 0.031779 0.284159 -0.324936 -0.143338 -0.078619 -0.136751 -0.201529 -0.015506 0.136851 -0.693894 -0.388214 -0.02431 0.024037 -0.127528 0.053526 -0.032785 0.137573 -0.14501 -0.05815 0.326687 0.103213 -0.137252 -0.739823 -0.044352 0.01644 -0.007481 0.009141 -0.165957 0.308846 0.141521 0.005059 0.221929 0.310586 0.251869 0.104001 -0.042615 0.534225 0.034972 0.189776 -0.099585 -0.036873 0.024352 0.090752 -0.011061 0.137974 -0.038999 0.054283 0.132347 -0.043932 -0.18507 -0.169885 0.342697 0.302348 -0.309097 -0.010606 0.225006 -0.413155 0.423151 -0.307848 0.030976 -0.088492 0.088134 0.210694 -0.108792 -0.181737 -0.223027 0.057126 0.036129 -0.088121 -0.165117 0.141264 -0.073645 -0.249971 -0.030652 0.162646 0.151842 -0.102057 0.016976 -0.11972 -0.241723 -0.093796 0.322524 1.286138 -0.235934 0.282706 0.190966 0.116591 0.120718 0.133194 0.048383 0.32249 -0.334671 -0.340923 -0.24339 -0.143115 -0.438367 0.206565 0.186059 0.152362 -0.378645 -0.159856 0.116367 0.423771 -0.139278 -0.092276 -0.018914 -0.428943 -0.143782 -0.15811 0.127813 0.048956 -0.03056 -0.131201 0.143064 0.140311 0.497455 0.093434 0.127436 0.154782 -0.141229 0.161802 -0.440561 -0.177335 -0.325576 -0.393295 -0.163941 0.310639 -0.086547 0.124506 -0.315958 -0.186183 -0.305757 -0.159828 0.343499 0.024026 0.308612 -0.135119 -0.166261 0.432865 0.117793 0.109839 -0.324679 -0.001726 0.17896 0.339199 -0.084875 -0.196586 -0.376956 0.127381 -0.174547 0.067615 -0.042911 -0.140864 -0.027323 -0.371861 0.016282 0.092809 0.439902 0.343385 0.180161 -0.119665 -0.158098 -0.035926 -0.21975 0.083489 0.024901 -0.06903 0.174264 -0.321333 0.352369 -0.57428 0.074767 -0.081091 0.123281 0.204832 -0.115153 -0.301027 0.100374 0.220586 0.010705 -0.037972 -0.045959 -0.175327 0.089443 0.068784 0.112259 -0.338291 0.334524 0.049051 -0.133296 0.282554 0.40492 -0.299293 -0.046327 0.008536 0.674302 0.179063 -0.057009 -0.034869 -0.221021 -0.203849 0.081577 0.074981 -0.509816 0.202866 0.283443 -0.054043 -0.127698 -0.127532 -0.256752 -1.712482 0.04363 -0.067485 -0.038309 0.05386 -0.137009 0.120873 0.094525 -0.026224 -0.005731 0.26578 0.313921 -0.314451 0.121547 0.056285 0.066905 -0.007802 0.336616 0.449674 -0.048072 -0.004977 0.101567 0.136372 0.160538 -0.007385 0.202885 -0.137491 -0.003507 0.044575 -0.248491 -0.299865 0.195618 -0.855186 -0.100891 0.083461 0.168905 -0.035015 -0.160162 -0.207541 -0.325845 0.056134 -0.755063 0.039648 0.021036 0.256538 -0.092614 -0.077828 0.010778 -0.15245 -0.18432 -0.249466 -0.000405 0.070438 0.144426 0.230071 -0.181069 -0.261458 0.389406 0.150623 0.013824 0.045206 0.009316 -0.289686 -0.378032 -0.20256 0.015671 -0.221337 0.13456 0.101895 0.366997 0.242438 -0.138723 0.20742 0.021147 0.174186 -1.487666 0.019369 0.203499 -0.4961 0.188828 -0.130599 0.429863 -0.132581 -0.114031 -0.275946 -0.036058 0.246218 -0.033019 0.117838 -0.121305 0.375227 -0.340377 0.266462 0.194321 0.297795 0.20055 -0.168378 0.114895 0.308458 0.019626 -0.063005 -0.426603 0.068392 0.232064 -0.107671 -0.036626 0.286393 -0.165593 -0.255989 -0.283541 0.006239 0.136979 0.107642 1.091403 0.139435 -0.437794 0.252674 0.546267 -0.011463 0.173453 0.107744 -0.299677 0.009377 0.143477 0.406227 0.043688 -0.065927 0.045991 -0.039659 0.125829 0.451453 -0.162343 -0.257757 0.149704 0.059884 -0.273021 0.08508 -0.022707 -0.200774 -0.048178 -0.446728 0.207963 0.155785 -0.013234 0.31769 0.014472 -0.426854 -0.508379 0.264683 0.337749 0.44301 0.066031 -0.036334 -0.107565 0.447163 0.001564 0.076495 -0.115082 -0.132458 -0.100251 0.057598 0.186609 0.046742 -0.20307 -0.170946 0.340832 -0.109523 -0.194762 -0.158572 -0.025178 0.561532 2.436269 0.084462 -0.108191 0.153007 -0.293638 -0.199104 0.014768 -0.043886 0.158553 -0.118921 -0.080856 -0.031686 0.366342 0.1557 -0.388834 -0.183737 -0.299273 0.214838 0.151309 -0.026176 -0.19709 -0.247992 -0.36175 0.00452 -0.209929 -0.23834 0.10439 0.012669 -0.163009 0.145567 -0.071415 0.002819 -0.05748 0.408645 0.411002 0.367922 -0.194987 0.236824 0.481563 -0.271509 -0.572064 0.070278 -0.175106 0.258683 0.02744 -0.028201 -0.179084 0.111539 0.364973 0.449934 -0.210365 0.112011 0.058275 0.0342 0.226547 -0.136979 0.04158 -0.050307 0.128084 0.121563 -0.49717 -0.377064 0.147279 0.117973 -0.133865 0.180661 -0.249051 0.072383 -0.232763 0.156475 0.175495 0.24941 0.309077 -0.160504 0.04841 -0.482793 -0.310015 0.152604 0.029622 -0.260435 0.345727 -0.150904 -0.071424 -0.18424 0.083748 0.062499 -0.225949 0.16322 0.221808 0.26944 -0.16065 0.032639 -0.105618 0.019524 0.029139 -0.232874 -0.148239 0.187241 -0.123001 0.841258 -0.102886 0.252294 0.26395 -0.273919 0.290814 0.316494 0.036779 -0.370337 -0.148506 0.381782 -0.035577 -0.240999 0.377413 -0.104307 0.034229 0.23484 -0.031432 -0.012656 0.092093 0.2323 -0.448592 0.302741 -0.020326 0.117301 -0.030953 -0.016297 0.018229 0.218609 0.408106 -0.37791 -0.284776 0.099535 0.30303 -0.157358 -0.215651 0.050416 -0.131403 -0.124433 -0.28583 -0.102131 -0.660932 -0.574297 -0.078464 0.036648 -0.216001 0.01667 -0.096198 0.154878 -0.030145 0.090985 0.495396 0.040806 0.063539 -0.580619 -0.082018 0.060179 -0.342159 0.128225 -0.313642 0.018418 0.146716 0.096882 -0.166115 0.361607 0.080604 -0.061761 -0.080896 0.213056 0.159318 0.138436 -0.190693 0.337926 0.311001 0.397574 0.023043 -0.005906 0.069312 0.095211 0.216253 -0.283723 -0.211145 -0.244402 0.225702 0.023996 -0.288207 0.233006 0.149642 -0.621788 0.564092 -0.140401 0.359237 0.025858 -0.037375 0.179828 0.145643 -0.219808 0.037371 0.106409 -0.275527 0.00744 -0.130621 0.160047 0.02408 -0.124222 -0.076308 0.368176 0.261122 -0.026383 0.044493 -0.258129 -0.239308 -0.298797 0.213156 0.936305 -0.089458 0.300186 0.167518 0.185224 0.0469 0.076163 0.171046 0.227397 -0.223883 -0.187073 -0.262867 0.012801 -0.665839 0.347456 0.034846 0.042733 -0.49735 -0.114195 0.062872 0.401161 -0.111967 -0.264312 -0.155945 -0.265919 0.00394 -0.175696 -0.041915 -0.039973 0.002189 -0.322256 0.234071 0.216945 0.517171 -0.129038 0.210438 -0.05407 -0.111552 0.155722 -0.392536 -0.316439 -0.493572 -0.091092 -0.11304 0.021609 0.140382 0.163767 -0.133428 -0.402205 0.141924 -0.338318 -0.086688 -0.012247 0.43844 -0.086699 -0.230885 0.145599 0.355634 0.095532 -0.196233 -0.033107 0.177287 0.204876 -0.078198 -0.128281 -0.251187 0.159971 -0.236026 0.166985 0.077231 -0.05052 -0.140263 -0.080186 -0.052551 0.047188 0.376436 0.236103 0.237051 0.012843 -0.159049 0.347199 -0.733254 0.068953 0.030145 -0.215193 0.098303 -0.151926 0.240887 -0.14164 -0.233374 0.074417 -0.05531 0.104406 0.249771 -0.229591 0.147148 0.284214 0.151776 -0.128913 0.074061 -0.287144 0.010338 0.284128 -0.134652 -0.097737 0.291295 0.405619 -0.155398 0.277555 0.269295 -0.235615 -0.194095 0.134923 0.34353 0.291205 0.001624 0.07083 -0.050066 -0.152342 -0.004116 -0.083988 -0.316982 0.104388 0.233478 -0.064279 -0.059869 -0.205721 0.023055 -0.832071 0.258224 -0.029958 0.266698 -0.062665 0.241421 0.123325 -0.145755 0.028596 0.06757 0.346801 0.279694 -0.137428 -0.047834 0.182136 -0.063381 -0.183915 0.210264 0.485862 -0.044383 0.318045 -0.004494 0.515856 0.311704 -0.078427 0.486082 -0.222101 0.108973 0.134295 -0.078639 -0.17966 0.082724 -0.813527 0.023558 0.018024 0.062197 -0.103916 -0.252324 -0.067249 -0.463423 0.051293 -0.397031 -0.125623 0.135695 0.188952 -0.095709 -0.212257 0.050534 -0.205963 -0.25998 -0.298135 0.190896 -0.214229 0.273893 0.103487 -0.195902 -0.090515 0.667336 0.09227 0.302683 0.405567 -0.052361 -0.36564 -0.558093 -0.596364 -0.021961 -0.378587 0.044528 0.353718 0.242021 0.053796 0.011786 0.103866 -0.076591 -0.060116 -2.141161 -0.008069 0.233985 -0.398554 -0.1157 0.060585 0.128809 -0.056207 -0.222557 -0.260819 -0.0327 -0.02736 0.011942 0.102464 -0.229518 0.339197 -0.226066 0.187586 0.259632 0.219975 0.113422 -0.40543 0.089082 1.798268 0.000747 -0.128207 -0.009047 -0.133663 -0.124888 -0.11832 -0.319515 0.404876 -0.062798 -0.478155 -0.366604 0.230302 -0.122781 0.169832 1.26786 0.030878 -0.732834 0.015397 0.446148 0.189554 0.299597 -0.091267 -0.272923 0.062093 0.226832 0.247225 -0.313635 -0.258481 -0.048656 -0.010601 0.04081 0.22244 -0.076808 -0.107257 0.163614 0.031556 -0.324346 0.026965 -0.178745 -0.048161 0.296195 -0.26613 0.075827 0.188675 0.287191 0.258051 -0.246867 -0.087959 -0.383751 0.389687 0.299125 0.306748 0.408279 -0.253548 0.033399 0.354761 0.065692 0.259792 -0.057739 -0.073242 0.012283 -0.161237 0.148238 0.280092 -0.128756 -0.373473 0.349785 -0.265458 -0.03991 -0.049304 0.217174 0.400981 1.723662 0.105449 -0.110836 0.019633 -0.271511\n! 1.08883 -0.54643 0.76251 0.82735 1.11783 0.47027 -0.06484 0.79617 0.5739 0.57199 0.75919 -0.36231 -0.65444 0.17262 0.43694 0.83062 -0.1385 0.41604 0.10741 0.63022 -0.4411 0.37413 -1.20591 0.97671 0.66553 -1.07996 -0.16198 -0.2445 0.12291 0.00928 0.5588 -0.31238 0.85051 -0.35206 -0.40965 0.43632 -0.59218 -0.06489 0.73868 0.45037 0.05049 -0.95865 -0.02194 0.36527 1.08157 0.43876 -0.39544 1.16095 0.36415 0.53133 -0.61321 -0.16879 -0.05949 0.41135 -0.19317 -0.86169 0.15779 -0.07635 0.37821 -0.62843 -0.81545 0.33498 -0.70402 0.04111 1.70721 0.68128 0.09963 0.08043 0.08246 -0.26684 0.41482 -0.30016 0.81562 0.45534 0.39147 0.54806 0.70004 0.14348 0.11628 0.22105 0.87749 -0.02627 -0.24799 0.63033 -0.7058 0.42607 -0.14373 0.04549 -0.03917 -1.25847 -0.996 0.09357 0.67746 -0.73566 0.63083 0.5877 0.50195 0.64955 -0.78125 1.01577 0.42734 0.10547 -0.1978 -0.62757 0.00799 0.28017 -0.24157 -0.3711 0.10628 -0.6258 0.49869 0.14162 -0.14093 0.22475 1.91753 -0.63513 0.80218 0.89767 0.14003 1.19169 -0.47691 0.88613 0.08388 1.09673 -0.39456 -0.39902 1.00037 0.05564 0.26859 0.03556 -0.0571 -1.13341 0.30338 0.33767 1.34953 -0.60207 -0.77326 0.74664 -0.42228 0.16604 0.08259 0.87013 -0.31605 -0.06783 0.68722 0.23174 -0.85841 1.10232 -0.35162 0.80623 -0.33347 0.21257 0.44396 0.76527 0.33004 -0.06018 -0.98603 -0.4117 0.20322 0.17271 0.14246 -0.14065 0.67516 -0.2434 -0.74999 -0.15549 1.01576 -0.59704 0.94827 -0.65358 0.23711 0.71119 0.31411 -1.25554 -1.19892 -0.03036 -0.17543 1.25061 0.32198 -0.40316 -0.0257 -0.84589 -0.24593 -0.16422 -1.11932 -0.03007 -0.31848 -0.45203 0.21953 -0.90983 1.03782 -0.22191 -0.09716 -0.22536 0.86114 -0.94339 0.48158 -0.35866 -0.52323 0.04724 -0.20834 -0.63204 0.1799 -0.06596 -0.54845 -0.79639 0.27437 0.53311 0.6134 0.75228 0.43754 0.81083 -1.25988 0.28729 0.33541 0.59696 0.68679 -1.04962 0.20651 0.85589 -0.12104 -1.12216 0.21363 -0.26719 -0.91188 -0.85074 -0.26619 0.16538 0.29413 -0.35407 -0.76758 -0.17733 -0.60786 1.17524 0.30211 0.22232 -0.09618 -0.39594 -0.58024 0.15399 0.55801 0.61521 0.64942 -0.16703 -0.00396 0.75352 0.40471 0.2033 -0.05237 0.3051 0.01032 0.15453 0.87693 -0.94305 1.14472 -0.08292 0.15358 -0.69618 0.12647 0.26962 0.38892 -0.8599 -1.05557 0.73547 -0.43709 0.94462 0.46564 0.64468 0.02955 -0.9235 0.57293 0.79004 -0.4142 -0.45081 -0.50031 -1.24036 -0.25371 0.04972 1.21969 -0.46968 -1.00535 0.46626 -0.03017 -0.32328 0.47946 0.03683 -0.82307 0.37425 -0.72399 -1.6174 -0.99612 0.11933 0.48012 0.28925 -0.49229 0.26088 -0.23816 -0.1555 0.45211 0.05884 -0.19762 0.17658 -0.18386 -0.73292 -0.30564 0.64322 0.42241 -0.04612 -0.28887 -0.21649 0.31501 -0.01205 0.20867 0.82305 -1.0349 -0.53088 -0.72678 -0.3822 0.50567 0.36957 0.1368 1.30045 0.07748 0.01997 0.6273 -0.0451 0.38686 0.3652 -0.03764 0.95702 1.07755 -0.62463 -0.34132 0.19185 -0.47457 0.40083 -0.91335 -0.58861 0.8643 -0.52854 -0.81006 1.48106 -2.07026 0.06242 0.09625 1.19395 0.7294 0.49897 -0.31582 0.80018 -0.25223 0.66204 -0.59036 0.85917 0.61226 -0.13023 -0.36164 0.42946 -0.20172 0.54449 0.04932 -0.32676 1.18077 1.13348 -0.27963 -0.76328 -1.75612 0.74833 -1.26567 0.58434 0.54797 0.16986 0.11134 -0.3637 0.39128 -0.55321 0.27449 0.25784 -0.53618 0.68116 -0.11616 0.90027 0.35534 -0.55919 0.18272 -0.56908 0.37462 0.55319 -0.06026 0.84054 -0.33631 -0.60859 -1.02172 0.2893 1.07461 0.04377 -0.22332 -0.02964 -0.1924 -0.24472 -0.72154 0.00232 -1.37942 0.14068 1.27844 -0.67593 -0.27812 0.09687 -0.75168 -0.17524 -0.09918 -0.83878 0.62643 0.23787 -0.76368 -0.33398 0.33166 0.34151 0.04398 -0.75669 0.73301 -0.63087 1.1943 0.51347 0.62987 -0.54637 0.15337 0.01087 0.66439 0.10996 0.76321 0.36353 0.17309 0.46329 -0.00349 -0.09135 -0.32385 0.60613 -0.51944 0.42229 0.73429 -0.83824 0.26562 -0.21801 -0.1022 0.41315 -0.10536 0.51712 0.24361 1.75977 0.26236 -0.4319 0.36885 0.76191 0.14915 0.88118 0.75033 -0.31774 0.59598 0.79149 -0.05936 0.04344 0.68115 0.45904 -0.26205 -0.78537 -0.46569 -0.28611 -0.51911 -0.39684 -0.61047 -0.24275 0.49665 -0.69089 -0.05649 0.20583 -0.30177 0.23752 0.98693 -0.63418 0.04408 -1.02701 1.12424 -0.00025 0.6003 0.15251 0.7302 0.13129 -0.65924 -0.52228 0.24211 0.43527 0.58777 -0.30005 0.91147 -0.84646 -0.9694 0.17854 -0.05866 -0.22192 0.32558 1.27578 0.9493 -0.33454 -0.31247 -0.05249 0.53382 2.3449 0.76422 0.32165 0.68721 -0.14026 -0.20757 -0.20488 -0.03707 0.63777 0.55693 -0.49993 0.00837 -0.79365 0.12578 0.53695 1.66994 -1.42393 -1.07819 0.49513 0.16398 -0.49944 -0.1736 -0.36316 0.54706 -0.1909 -0.32125 -0.54991 0.11531 -0.78371 0.7803 -0.18916 -0.44612 0.457 -0.03997 -1.28972 0.40722 0.86385 0.69777 0.2415 -0.72876 -0.47502 -0.23351 -1.87134 -0.68405 0.03034 1.2625 -1.07835 0.64211 0.11328 0.27558 -0.67331 -0.35232 -0.06247 1.6607 -0.95825 -0.06171 -1.05887 0.69138 -0.95212 -0.55389 -0.19195 -0.44788 -0.56938 0.4516 -0.35785 0.84959 0.40689 -1.98362 -0.51037 0.60448 0.20686 0.44241 0.56812 0.15975 0.61658 -0.78671 -0.97988 -0.22093 -0.29653 -1.1181 1.0992 -0.23398 0.06309 0.42886 0.17153 0.24606 0.25317 0.78934 0.68142 -1.11768 -0.73128 1.36858 -1.41621 -0.77004 -0.46054 0.73468 -1.19524 -0.3301 0.11226 0.97501 0.42689 0.85419 0.85314 -0.18725 -0.72975 0.85484 0.62821 -1.02647 -0.3714 0.43631 -0.52517 -0.02675 0.92583 -0.60603 -1.05723 0.57355 -0.70062 0.56086 0.26824 0.35597 -1.27157 -1.15548 0.2931 0.61436 -0.25626 -0.13622 -0.91323 -0.43382 -0.33477 -0.11912 0.10656 0.81669 -0.84453 0.44214 -1.65837 0.0847 1.349 -0.27907 0.97085 0.79336 -0.70848 0.96331 1.4399 0.67214 0.44377 0.41428 0.22161 -0.36104 -1.87948 1.06107 1.23765 -0.81544 0.35437 -0.33752 -1.03877 -0.45595 -0.22366 0.09971 0.68814 0.33431 -0.47649 -0.36898 -0.25396 0.11472 -0.49852 0.18157 -1.54952 0.55827 0.39112 -1.08299 -1.41366 0.44553 -1.52363 0.17315 -0.24819 -0.30574 -0.13228 -0.21318 0.07789 0.3184 0.15582 0.18966 -0.21137 -0.22324 0.34146 1.50308 -0.59387 -1.5396 -0.61046 -0.17114 -0.73593 -0.32705 -0.40384 0.7852 -0.21356 0.21076 1.69184 -0.78498 -0.83059 0.48768 0.33711 0.02348 0.44916 1.58726 -0.13063 1.06043 -1.06483 0.38196 -0.13626 -0.11174 -0.40649 0.07941 -0.9271 0.27289 -0.27009 1.24237 0.16711 -0.27965 1.10017 0.79816 -0.91325 0.11155 -0.2588 0.07908 0.37015 -0.13663 -0.31892 -0.55743 0.46394 -0.09728 0.44051 0.18159 -0.42778 -1.63054 0.14939 -0.15087 -0.75199 -0.74871 0.94824 1.07799 0.2033 0.80683 -0.67778 0.47902 1.53281 0.49049 0.97611 0.10198 0.93009 1.39714 1.688 -0.24212 0.72259 -0.54174 -0.24459 0.18509 0.45981 -0.52792 -0.20031 1.11257 -1.37605 -0.335 -0.40327 0.74578 0.47124 -0.28411 -1.01113 0.5039 -0.20244 1.03358 -0.12406 0.39303 0.41491 1.06312 -0.94048 0.28764 -0.33891 0.02115 -1.32633 -0.13714 0.10094 -0.48336 -0.52661 0.20913 0.27667 -1.01606 1.10257 1.56797 -0.47986 1.43146 0.10807 -1.3508 0.47366 -0.29321 -0.47223 -0.71242 0.32871 1.41626 0.63396 -0.30009 0.71468 -0.08795 -1.19798 0.03123 0.38601 0.54917 0.62331 0.02073 -0.36311 -0.48791 0.2288 0.16366 0.09513 -0.88621 -0.97658 0.0889 0.18288 -0.70503 0.76271 -1.99767 0.44061 0.0837 0.32415 0.41404 -0.76885 0.65184 1.66377 -0.15879 1.83636 -0.7824 -0.4646 -0.62484 0.05964 -1.43572 1.00588 1.55514 0.1965 0.8823 -0.14577 0.86849 -0.4046 0.0474 -0.43554 0.59143 -1.93295 -0.81153 1.20161 0.12749 -0.34967 -0.04978 1.33805 0.50812 -0.88004 -0.07806 -0.53421 0.148 0.83857 1.77471 0.99502 1.61627 0.31665 -0.0954 0.23539 -1.54779 -0.00216 -0.01313 -0.17814 -0.02695 0.36234 -0.37204 0.44679 -0.0256 0.19878 -1.28091 -0.56288 -0.48884 0.89473 0.2768 -0.10459 0.24297 -0.22114 -0.24069 0.14918 -1.02222 -0.3901 0.39613 -0.28431 -0.44653 -0.89139 1.10209 -0.23732 -0.18918 -0.52522 -0.67764 -0.59839 0.88382 -0.01451 1.07713 0.02663 0.35865 0.53026 0.821 0.30463 0.72106 0.10122 -1.20037 0.45472 -1.28445 0.14062 0.06741 -0.97012 -0.9765 -0.18441 0.03827 -0.82276 0.18884 -1.49771 0.63282 0.08657 -0.4975 0.52834 -0.85251 -0.56669 0.14349 -0.12989 -1.63663 -0.77151 0.51644 1.37115 0.22556 -0.35973 -0.10925 0.08218 1.13935 -0.05419 0.38269 0.77208 1.17181 -0.3073 0.5752 -0.62422 0.14153 0.72556 -0.82493 1.01113 -0.30998 0.57161 0.8894 -0.59466 -0.31267 0.29205 -0.01471 0.43678 0.48554 -0.52815 0.18057 -0.48563 0.48685 -0.14938 -0.64114 0.49265 0.82599 0.20531 0.63055 -0.65947 -0.88027 -0.94097 0.18489 0.7391 -0.81191 -0.15165 1.07414 -1.01766 1.18856 -0.80414 -1.26378 -0.62957 0.73158 0.05141 -0.27735 1.39557 0.37227 -0.14969 0.59802 0.6942 0.95321 0.00661 0.57133 0.80681 0.83807 -0.24053 0.17471 0.25179 0.67551 0.97323 0.18813 0.48457 0.0826 0.96397 0.23225 -0.42352 -0.68191 -0.22642 0.55174 1.57393 -0.02957 0.37741 -0.56989 0.34784 -0.31457 -0.89762 0.66418 0.49255 -0.42915 -0.14215 -0.56909 0.1295\nứ 0.386941 0.165955 -0.038692 -0.025735 -0.034098 -0.286748 -0.097436 -0.174216 0.055259 -0.032864 -0.074158 -0.069877 -0.172889 -0.156998 0.147843 -0.152111 -0.04529 -0.256177 -0.131776 -0.223231 -0.193616 -0.145284 0.161732 -0.192732 -0.09503 0.169352 -0.12884 0.140971 0.160314 0.07043 0.272468 -0.090572 0.058155 -0.055892 0.081397 -0.482174 0.2484 -0.323205 0.170674 0.004719 0.068956 -0.04394 -0.296129 0.416109 0.098473 -0.586732 0.050682 0.114316 0.05867 0.175285 -0.418586 -0.148426 0.038286 0.295964 0.03226 -0.254307 -0.167778 0.062583 0.137266 0.126348 0.118096 -0.279803 0.129521 0.045679 0.081652 0.394014 0.03923 0.303487 -0.024165 -0.054668 -0.280607 0.08289 0.170552 -0.008936 -0.364679 0.013276 -0.256796 0.041692 -0.067059 -0.125279 0.016214 0.173716 0.113122 0.092989 0.143256 0.087461 -0.134285 -0.082479 -0.356397 0.154269 -0.121167 -0.452825 0.036056 -0.187462 0.931883 -0.029517 -0.10036 0.028299 -0.177057 0.075429 0.278731 -0.183697 -0.148545 0.028438 0.153396 0.159576 -0.182545 0.295886 -0.157452 -0.31953 0.286332 0.102118 -0.06412 0.233902 0.15145 -0.29008 0.162939 -0.011768 0.115333 0.214939 -0.250809 0.18329 -0.043182 0.190916 -0.126003 -0.257181 0.146686 0.014492 -0.322742 0.011574 -0.195134 -0.228981 -0.16973 -0.253502 0.047953 -0.566848 -0.354983 0.116653 -0.256127 -0.199723 0.189197 0.020067 0.04222 -0.133195 -0.062315 0.143429 -0.019373 -0.023005 -0.767421 0.055228 -0.235704 0.218603 0.14193 0.204674 0.158939 0.227886 0.039808 0.225634 0.164968 0.283218 -0.047301 -0.076419 0.493158 0.043046 -0.053852 -0.110244 -0.050842 -0.214642 0.099654 0.079679 0.208326 -0.09649 0.171402 0.28531 0.123057 -0.11532 -0.231182 0.24967 0.504715 -0.181292 -0.233344 0.36532 -0.412411 -0.10891 -0.406881 0.166552 0.066769 0.072573 0.012726 -0.156318 -0.269451 -0.273772 -0.231428 0.027837 0.102009 -0.103546 0.117492 -0.075534 -0.257378 -0.060923 0.377437 0.1547 -0.069099 0.016276 -0.055672 -0.218281 -0.2406 0.132087 1.297204 -0.051467 0.081407 0.056643 -0.096616 0.205665 -0.01924 0.145241 0.108874 -0.407467 -0.22355 -0.171622 -0.174014 -0.629045 0.067025 0.216798 0.084779 -0.185885 -0.034825 0.098262 0.328824 -0.133503 -0.094405 -0.090314 -0.448303 -0.269469 -0.026128 0.124257 -0.015544 -0.041164 -0.194976 0.417508 0.172102 0.312085 0.131735 0.240593 0.160746 -0.085805 0.254637 -0.439635 -0.391204 -0.102331 -0.078697 -0.210585 0.441688 0.016024 0.06638 -0.368926 -0.277535 -0.255403 -0.116919 0.160785 -0.133626 0.072005 -0.200391 -0.197694 0.110312 -0.049085 0.1822 -0.149876 0.03635 0.0682 0.443128 0.117298 -0.190992 -0.422148 0.250634 -0.16834 0.009327 0.250363 0.013823 0.117276 -0.221591 0.246619 -0.042024 0.104346 0.234556 0.162401 -0.12876 -0.164104 0.053533 -0.283471 0.237285 0.248728 0.082518 0.275134 -0.097879 0.525125 -0.383466 0.225065 -0.050069 0.194973 -0.019977 -0.1553 -0.189663 0.33676 0.377482 -0.124642 0.07077 0.023762 -0.24003 -0.205465 0.172511 0.223672 -0.022618 0.2333 0.202461 0.027871 0.295011 0.303676 -0.372908 0.04049 0.084929 0.183743 0.182872 0.279681 -0.102621 0.02966 0.042018 0.209815 0.118029 -0.218 0.061028 0.102345 -0.047377 0.004903 0.027402 -0.181528 -1.647375 -0.050783 -0.258806 -0.174757 -0.09631 -0.082725 -0.007925 -0.107058 -0.241708 -0.136945 0.291532 0.219916 -0.22692 0.118753 0.238062 0.143297 0.179646 0.016465 0.194078 0.032344 -0.057442 -0.000337 -0.161085 0.17542 -0.143796 0.008794 -0.156831 -0.000323 0.119224 -0.522322 -0.154183 0.27645 -0.899867 -0.053431 0.056936 0.352376 -0.023857 0.040794 -0.28671 0.013888 0.092081 -0.595881 -0.078153 0.14132 -0.047105 -0.068999 0.116526 -0.192152 -0.108971 -0.221319 -0.092263 -0.043606 0.066125 0.118366 -0.053252 -0.299009 -0.213036 0.182268 0.108805 -0.033792 -0.02683 0.058822 -0.358368 -0.191803 -0.092771 0.169513 -0.053178 0.243827 0.052719 0.373843 0.109885 -0.132572 0.302919 -0.278125 0.154304 -1.251024 0.064823 0.265348 -0.169252 0.013962 -0.207736 0.346005 -0.189728 -0.432125 -0.227617 0.148891 0.295625 0.039347 0.027197 -0.045345 0.427742 -0.19111 0.227971 0.098763 0.321165 0.0588 -0.116184 0.167864 0.353957 0.053933 -0.07397 -0.325506 -0.035759 0.180413 -0.09447 -0.048421 0.287227 -0.215474 -0.102696 -0.115536 -0.147611 0.080685 0.101663 1.313414 0.198641 -0.119635 0.073088 0.386285 0.051273 0.119968 0.101428 -0.191243 0.144762 0.207762 0.425651 0.150442 -0.140279 0.064836 -0.201846 0.01496 0.270714 -0.313955 0.14026 0.083481 0.059455 -0.105637 0.235437 -0.219553 -0.084641 -0.045039 -0.219693 0.08645 -0.047141 -0.027976 0.138572 -0.099469 -0.120859 -0.446969 0.285362 0.270182 0.054682 0.187978 0.13194 0.046734 0.18622 -0.160456 0.121488 0.031283 -0.199123 -0.122481 -0.173528 0.003068 -0.082694 0.065475 -0.226864 0.352448 0.222795 -0.075306 -0.098926 -0.009671 0.290201 2.362215 -0.26043 -0.221149 0.303093 -0.023383 0.076937 0.034158 -0.176013 0.104461 -0.218176 -0.021547 -0.009005 -0.002126 0.077887 -0.33966 -0.152499 -0.037151 0.088062 -0.000319 -0.026113 0.004402 -0.098291 -0.179058 0.050328 -0.201306 -0.201958 0.013687 0.207179 -0.055369 0.128105 -0.143031 -0.084107 0.215041 0.37839 0.346991 0.083687 -0.087842 0.140916 0.206988 -0.058917 -0.57171 0.262697 -0.236075 0.171202 0.105288 0.012606 -0.074151 -0.242944 0.325129 0.288895 -0.252917 0.048224 0.13353 0.124689 0.133124 -0.244275 0.020943 0.03756 0.320531 0.201788 -0.597535 -0.349012 -0.036901 0.203901 0.092994 0.018856 -0.284845 0.191526 -0.111013 0.065753 0.028584 0.150889 0.220198 -0.178598 0.114717 -0.270055 -0.079156 0.328194 -0.078381 -0.355932 0.241849 0.007644 -0.121236 -0.056241 -0.016459 0.118653 -0.158101 0.249874 0.259734 0.232912 -0.045048 0.01357 -0.299655 -0.235822 0.046747 -0.121582 -0.148721 -0.030932 -0.216053 1.108561 -0.050782 0.178567 0.146086 -0.262361 0.022873 0.260227 0.036625 -0.359904 0.018286 0.51102 -0.057996 0.138394 0.200224 -0.093947 -0.13807 0.093395 -0.132592 0.04366 0.05674 0.069256 -0.280734 0.072522 0.006036 0.217961 -0.047595 -0.231267 0.131789 0.183569 0.192204 -0.240718 -0.241583 0.089265 0.273045 -0.254576 -0.206911 -0.055904 -0.19946 -0.119796 -0.45645 -0.109243 -0.586697 -0.17928 -0.155329 -0.061649 -0.071943 0.198547 0.034694 0.204151 -0.04571 -0.127221 0.410002 -0.208009 -0.038618 -0.587387 -0.133343 -0.108287 -0.148931 0.306888 0.060822 -0.102642 0.301327 0.09838 -0.146271 0.311225 0.272858 -0.1608 -0.131833 0.244932 0.290837 0.047196 -0.091372 0.243722 0.016158 0.301286 0.239172 0.071897 -0.039484 0.168998 0.331631 -0.15661 0.026683 -0.399627 0.282806 0.356143 -0.223186 0.055386 0.124258 -0.552476 0.206345 -0.1761 0.306658 0.086838 -0.085228 0.033357 0.260717 -0.306464 0.133067 -0.04431 -0.236028 0.235556 -0.104816 0.05874 -0.184087 -0.176519 0.123469 0.451776 0.057869 -0.042822 -0.034067 -0.094433 -0.223865 -0.220317 0.057796 0.847383 0.229437 0.064874 0.08258 0.113503 0.083326 -0.021291 0.285225 -4e-05 -0.383941 -0.217403 -0.246531 0.160309 -0.734446 0.088705 0.108454 -0.132284 -0.175079 -0.097799 -0.129749 0.249888 0.004385 -0.3178 -0.182588 -0.453422 -0.133627 0.014574 0.029022 -0.177927 -0.1288 -0.306917 0.339129 0.182745 0.299999 -0.034018 0.23603 0.199825 -0.055533 0.134748 -0.129323 -0.378052 -0.4557 0.097042 -0.203881 0.100931 0.461139 0.032477 -0.364417 -0.397387 0.039072 -0.254702 -0.129616 -0.018289 0.170371 -0.11766 -0.346511 -0.051787 0.092401 0.151427 -0.154137 -0.26511 -0.044125 0.224748 -0.03091 0.043705 -0.301326 0.329161 -0.247032 -0.012402 0.324457 0.058883 -0.013726 -0.058273 -0.015225 0.018417 0.023292 0.168044 0.202632 -0.124698 -0.150585 0.182439 -0.704349 0.090124 0.099667 -0.01551 0.151622 -0.015473 0.422143 -0.153004 0.000102 -0.008134 0.079261 -0.030005 0.319958 -0.213937 0.212223 0.387925 0.148847 -0.019796 0.108578 -0.253716 -0.176743 0.412798 -0.025855 0.199817 0.222935 0.335539 0.04956 0.305229 0.109695 -0.284661 -0.241392 0.152596 -0.057181 0.114756 0.427628 0.096182 0.106779 0.153464 0.235872 0.061275 -0.14757 -0.033897 0.37238 -0.122791 0.072048 -0.18262 0.066107 -0.772099 0.188423 -0.10038 -0.050136 -0.14254 0.169802 0.145311 -0.143023 -0.197932 0.136535 0.109472 0.341551 -0.115665 -0.026569 0.321937 0.103663 0.01072 0.073106 0.156508 0.091052 0.285992 -0.091656 0.302388 0.013882 -0.018798 0.199349 -0.145894 0.038793 0.187634 -0.223699 -0.087211 0.101345 -0.750203 0.076713 0.088258 0.219691 -0.095397 -0.044776 -0.031024 -0.127864 0.073436 -0.341066 0.070898 0.022014 -0.118553 0.030371 0.053699 -0.035588 -0.094852 -0.327267 -0.249182 0.214216 -0.168039 0.292244 -0.074285 -0.11218 -0.041482 0.408024 0.017622 0.243711 0.347405 0.021507 -0.462953 -0.4572 -0.382697 0.135867 -0.243374 0.080504 0.343074 0.07147 -0.098242 -0.032451 0.374229 -0.311571 0.039673 -2.011973 0.208114 0.403224 -0.167862 -0.143545 -0.193306 0.097046 -0.283687 -0.469325 -0.186674 -0.101008 -0.048072 0.153187 -0.042226 -0.254178 0.372783 -0.173861 0.066103 0.064097 0.101584 0.112895 -0.284314 0.11268 1.758325 0.145914 -0.09112 -0.020241 -0.101344 -0.100808 -0.00584 -0.354108 0.347401 -0.246139 -0.177077 -0.002592 0.110776 -0.075468 0.299424 1.465517 -0.004882 -0.295877 0.068199 0.314935 0.391088 0.144556 -0.001019 -0.113844 0.05503 0.122519 0.336745 -0.164963 -0.327839 0.09586 -0.156235 -0.194516 0.152213 -0.183117 0.123354 0.071104 -0.172423 -0.289507 0.227384 -0.22406 0.04672 0.173929 -0.258132 0.014706 -0.033676 0.176436 0.082335 -0.289924 0.06565 -0.197067 0.297742 0.234362 0.147306 0.372766 -0.095026 0.376896 0.180618 0.037284 0.238522 0.035763 -0.096069 -0.093806 -0.22169 0.088055 0.134811 0.075106 -0.260871 0.352295 -0.091519 0.120261 -0.010291 0.118525 0.154216 1.702225 -0.318426 -0.208698 0.239516 -0.138462\nC 0.275731 0.680302 -0.230085 -0.055533 -0.005568 -0.150089 -0.040646 -0.204714 -0.057732 0.209285 -0.270965 -0.184659 -0.26178 -0.130044 0.051014 -0.336877 0.110942 -0.161125 -0.044642 -0.145652 -0.049894 -0.10356 0.531055 -0.383542 -0.38961 0.271927 -0.298825 -0.012449 0.268921 0.34563 0.361946 0.026416 -0.188331 0.084348 -0.081433 0.023849 0.01106 -0.22979 0.298376 -0.003826 0.030115 0.118181 -0.077815 0.370605 0.1812 -0.630199 -0.263848 -0.410007 0.123306 0.26215 -0.123386 -0.242661 0.054658 0.208626 0.293 -0.267342 -0.101148 0.119629 0.271481 0.072328 -0.052613 0.04985 0.209503 0.208554 0.257232 0.349515 0.04013 0.392956 -0.091084 -0.023766 -0.41649 0.072722 0.28207 -0.154644 -0.072816 0.307803 -0.330261 0.29569 -0.175892 0.111778 0.350441 0.509573 0.357032 0.262845 -0.116434 0.039695 0.065869 -0.105276 -0.506435 0.209175 -0.131855 -0.237336 -0.263189 -0.013535 0.517121 -0.051741 -0.059997 0.007297 -0.162261 0.024224 0.023585 0.000588 -0.341238 -0.058836 0.408389 -0.161613 -0.366662 0.373164 0.115108 -0.018231 0.539338 -0.069338 -0.279011 0.30696 0.071751 -0.201979 0.18178 -0.091329 0.205956 0.28246 -0.356675 0.408926 -0.088518 0.047352 -0.072797 -0.359406 0.163156 0.016171 -0.495132 0.055911 -0.061501 -0.657414 0.002946 -0.027633 0.058139 -0.594116 -0.031949 -0.051529 -0.334287 -0.116569 0.055813 0.240434 0.173922 -0.103476 0.029079 0.295907 0.162363 0.307479 -0.922898 -0.162976 -0.077307 0.3334 0.062921 0.110177 0.259047 0.103826 0.14899 0.079088 0.404103 0.414337 0.11063 -0.294229 0.440759 -0.033287 -0.084476 -0.152419 0.03643 0.176186 -0.312142 -0.001579 0.430992 -0.218997 -0.157373 0.113885 -0.364516 0.297821 -0.373413 0.193829 0.228077 -0.224552 -0.197718 0.003531 -0.448864 0.252677 -0.497659 0.069493 -0.036842 0.157901 0.087917 0.03133 0.084351 -0.17088 -0.054767 0.202347 0.014506 0.003203 0.120907 0.035542 -0.397983 -0.218243 0.206213 0.015648 -0.03837 0.053004 0.042706 -0.28248 -0.000208 0.167214 0.704375 -0.021305 0.239043 0.049247 0.094291 0.129609 0.034652 0.548956 -0.095153 -0.169815 -0.309047 -0.35488 -0.084913 -0.623878 0.01521 -0.208353 -0.108456 -0.181107 -0.057875 -0.085324 0.212951 0.272157 0.119897 -0.038805 -0.232656 -0.345072 -0.1965 -0.007549 0.169521 -0.161633 -0.094839 -0.036285 0.064546 0.308472 0.27769 0.359263 0.026112 0.275394 0.419094 -0.035629 -0.100529 0.133844 -0.459605 -0.086974 0.339367 -0.034971 0.074997 -0.240991 -0.010635 -0.080875 -0.012195 0.052571 0.254641 -0.163356 -0.541251 -0.257288 -0.007374 0.276412 0.083136 -0.307033 -0.202584 0.259452 0.556377 0.126427 -0.003643 0.073137 -0.136291 -0.070394 0.323224 0.512163 0.24957 0.041246 -0.171934 0.061624 -0.102507 0.023034 0.252854 -0.010287 0.158909 0.025416 -0.064745 -0.718539 0.07591 0.266583 0.150564 0.492717 -0.12766 0.106591 -0.19577 0.240666 0.134417 -0.006328 -0.102197 0.16871 -0.140652 0.083384 0.115363 0.249428 -0.217001 0.048365 -0.078059 -0.261834 0.084971 0.059005 -0.101125 0.456021 0.025973 0.126244 0.062113 0.295228 -0.254709 0.010469 -0.020896 -0.097519 0.109941 0.377891 0.41224 0.082767 -0.16945 0.086724 -0.179798 -0.158037 -0.232681 0.079452 0.023242 -0.001031 -0.174544 -0.084189 -0.542087 0.137632 -0.078238 0.067093 0.028754 -0.007111 -0.119525 0.041587 -0.113024 0.180901 0.387156 0.380361 0.205793 0.18149 0.230444 0.299641 -0.224258 -0.264375 0.441807 0.132013 0.034296 0.258578 0.225436 0.117632 0.085981 0.236256 -0.013911 0.101955 0.072152 -0.133661 0.161506 0.265012 -0.934148 -0.290028 0.08658 0.124239 -0.130125 -0.230605 -0.437569 0.029167 0.121961 -0.709257 -0.062309 0.147639 0.419379 0.210815 0.139611 -0.050577 -0.326165 -0.171181 -0.318229 -0.083003 0.026457 0.045827 0.207761 -0.408479 -0.191978 0.067103 0.296186 0.064373 -0.179992 -0.210731 -0.179611 -0.265957 -0.387881 0.249293 -0.196482 0.287837 0.173436 0.351233 0.06362 -0.129951 0.22432 -0.362148 0.226075 -1.1368 -0.001541 0.109664 -0.027184 0.006289 -0.406852 0.593823 0.19128 -0.441542 -0.109114 -0.061344 0.28641 -0.155773 0.161019 -0.050008 0.201477 -0.305388 0.30985 -0.099709 0.161751 0.057435 -0.005621 0.214236 0.382844 0.185807 -0.057051 -0.102338 0.01554 -0.006902 -0.141631 0.028023 0.36687 -0.379645 -0.002839 0.264654 0.053646 0.247904 0.031411 1.116828 0.211069 -0.131722 0.076259 0.500038 -0.106879 0.196134 -0.222201 -0.400915 -0.330773 0.282392 0.31696 0.202794 -0.045322 0.02699 -0.291043 -0.223436 0.189902 -0.082853 0.346222 0.324634 0.129428 -0.235972 0.333598 -0.062835 -0.394077 0.112717 -0.256255 -0.722594 0.023026 0.024536 0.275962 -0.021788 -0.431188 -0.197598 0.320602 0.528127 0.264432 0.449955 -0.068908 -0.151471 0.489818 -0.407086 -0.052668 0.159428 -0.096574 0.056044 -0.284096 -0.305788 0.041696 -0.152554 -0.164269 0.342421 -0.187052 -0.13034 -0.29451 0.082683 0.245543 2.162727 -0.080158 -0.069234 0.339714 -0.09307 0.038153 0.26941 -0.269219 0.312185 -0.079228 0.010867 0.021228 -0.018171 0.033542 -0.115582 -0.5072 -0.178729 -0.094325 0.224981 -0.083045 -0.298097 -0.280728 0.278063 0.263069 -0.026191 -0.268664 0.42814 0.396624 -0.556491 -0.050157 0.020438 0.019401 -0.040156 0.226423 0.595467 0.629036 -0.014721 0.321485 0.280134 -0.462441 -0.459736 -0.232887 0.154203 0.36 -0.155028 0.054421 0.004246 0.38124 0.799877 0.468944 -0.471721 -0.173055 -0.075053 0.032877 -0.206716 -0.291045 0.186564 -0.163911 0.060227 0.077894 -0.743398 -0.416235 -0.409112 0.44638 0.138001 -0.162031 -0.216777 0.631396 0.145311 0.037304 0.244688 0.357496 0.040881 0.188419 -0.136451 -0.372808 -0.149125 0.497986 -0.028172 -0.400479 0.820384 -0.030878 0.061341 0.095963 -0.161817 0.423939 -0.062125 0.832302 0.290097 0.095363 -0.260076 0.166126 -0.206608 -0.519825 0.140216 -0.016416 0.290184 -0.13245 -0.064668 0.365957 -0.070417 0.377419 0.392077 -0.317243 5e-05 0.08255 0.338058 -0.457858 0.161104 0.897986 -0.154221 -0.106038 0.297909 0.088719 -0.198666 0.134319 0.079239 -0.199975 0.083901 -0.150667 -0.234641 -0.216959 0.155086 0.326016 0.369317 -0.21128 0.189505 0.145982 0.1132 -0.510813 -0.419969 -0.219934 0.0117 -0.072846 -0.197137 -0.195343 -0.213762 0.174214 -0.335237 -0.336223 -0.403344 -0.49593 0.093298 -0.347298 0.09865 0.355328 0.462646 0.620197 0.130027 -0.379756 0.66678 -0.08121 0.043479 -0.534798 -0.533877 -0.190757 0.297003 0.369575 -0.028149 -0.530109 0.323227 0.093791 -0.100088 0.34449 0.250231 -0.089368 -0.54438 0.222114 0.320198 0.145406 0.120473 0.166726 -0.07029 -0.172482 0.107748 0.084556 -0.374958 -0.393741 0.104027 -0.352082 0.372054 -0.463481 0.475758 0.125346 -0.508405 0.011788 -0.042685 -0.261558 0.494584 -0.036428 0.142567 -0.266398 -0.204528 0.129715 0.311731 -0.103726 0.141524 0.117623 -0.182937 0.37569 -0.205141 -0.012336 0.099232 -0.318156 -0.063639 0.539428 0.03965 0.032254 0.034736 0.019459 0.234529 -0.087725 -0.269165 0.463022 0.318002 0.229394 -0.013647 0.275583 0.519287 -0.244891 0.234294 -0.270877 -0.057824 -0.574026 -0.250917 0.442198 -0.34018 -0.119317 -0.032426 -0.342742 -0.282218 0.172383 -0.150464 -0.146072 0.039353 0.126318 -0.010301 -0.44505 0.091712 0.208023 0.059727 -0.262102 -0.176666 -0.314753 -0.37899 -0.115227 0.657294 0.06423 0.376615 -0.20216 -0.102144 0.314063 0.392357 -0.450843 -0.136066 -0.445769 -0.216539 -0.059752 0.350394 -0.150607 -0.222117 -0.18074 0.214296 -0.115793 -0.167878 -0.094834 0.025022 -0.182916 -0.171682 0.247716 0.326787 -0.258248 -0.501761 -0.168557 0.355236 0.196632 0.094589 -0.172956 -0.122809 -0.160712 -0.515123 0.513895 0.337405 -0.185602 0.06288 -0.163895 -0.018642 -0.188872 0.196968 0.606975 0.105585 -0.001605 -0.031815 -0.032332 -1.090854 -0.175393 0.054169 -0.264 0.097222 -0.08387 0.109531 0.144422 -0.166432 -0.055361 -0.231023 -0.07683 0.344121 -0.228879 0.317169 -0.052152 0.467464 -0.283214 0.163206 -0.199654 -0.154257 0.348601 0.123559 -0.128243 0.416926 0.642345 0.202752 0.464616 -0.167328 -0.168591 -0.386124 -0.180007 -0.119721 -0.109121 0.663595 0.493546 -0.46725 0.147247 0.311685 -0.137471 0.116509 0.008649 0.469143 -0.192956 0.268354 -0.134718 0.344488 -0.317926 0.284516 -0.029258 0.306208 -0.328062 0.330225 -0.054776 -0.208901 0.25473 0.332281 0.575822 0.532389 0.034355 -0.419904 -0.020394 0.122894 -0.124523 -0.179087 0.405476 0.1138 0.559069 0.251781 0.547532 -0.305349 0.270501 0.208604 0.145271 0.249467 0.37914 -0.031131 -0.04439 0.140743 -0.614652 0.208015 0.118565 0.126582 -0.08427 -0.455173 -0.487533 -0.393953 0.256789 -0.299412 -0.071151 -0.114226 0.630687 0.3107 0.08237 0.054406 -0.636655 -0.654602 -0.102179 0.020371 -0.197575 -0.222414 0.235988 -0.126162 0.042601 0.38053 0.045755 0.359087 0.034205 -0.19804 -0.359983 -0.469951 -0.545637 -0.157948 -0.220755 0.389537 0.460554 -0.018642 -0.245984 -0.151688 0.842881 -0.454008 -0.07068 -1.867881 0.015149 0.406009 -0.178606 0.240362 -0.789061 0.254487 -0.23203 -0.635956 0.474779 -0.152 0.418569 0.233796 0.225951 0.289035 0.512997 -0.081794 0.04138 -0.315578 0.082474 0.167846 -0.757794 0.115461 0.747905 0.090218 -0.35304 0.129395 -0.069297 0.204263 0.334845 -0.287094 0.47089 -0.731454 -0.25936 0.274741 0.516239 -0.112883 0.095892 1.14682 -0.106371 -0.620418 0.01004 0.192218 0.426318 0.243038 -0.285441 -0.457324 -0.519936 0.061063 0.382327 -0.31529 -0.114635 -0.076592 0.003249 -0.447108 -0.023856 -0.160658 0.386835 0.046722 -0.345166 -0.209268 0.625228 0.025816 -0.409268 0.498787 -0.197197 -0.636516 0.091055 0.094024 0.193947 -0.331218 -0.177603 0.028113 0.522916 0.332197 -0.199454 0.646235 0.224015 -0.052963 0.003392 -0.112354 -0.079144 0.095453 -0.131536 -0.212278 -0.339884 -0.349821 0.101597 -0.508601 -0.244647 0.358151 -0.510493 0.054176 0.056475 0.136544 0.047017 2.001465 -0.196038 -0.375672 0.245796 -0.248098\nú 0.166678 0.25411 0.010253 0.065788 -0.028004 -0.300177 -0.022695 -0.123805 0.012464 0.047485 -0.205282 -0.091311 -0.212926 -0.053033 0.194226 -0.45132 -0.047235 -0.147006 -0.315792 -0.312958 -0.050036 -0.261893 0.191468 -0.280635 -0.203609 0.051974 -0.164524 -0.059671 0.118047 -0.068533 0.365231 -0.143074 0.103597 -0.014835 0.093024 -0.287289 0.160048 -0.303763 0.442276 -0.163218 0.000677 0.260165 -0.262555 0.454668 0.226183 -0.455453 -0.163705 0.053909 0.069798 0.173062 -0.603225 -0.238789 0.094891 -0.000399 0.138999 -0.080576 -0.187581 0.023413 0.161384 -0.100396 0.405992 0.000878 0.029876 0.016228 0.091174 0.424234 -0.163245 0.16511 -0.054229 0.030591 -0.457203 0.100698 0.049932 0.030697 -0.010736 0.293448 -0.502832 0.274689 -0.200393 -0.202027 0.055016 0.260868 0.255054 0.092227 0.131236 0.215663 0.003963 -0.222478 -0.295758 0.161422 -0.296702 -0.281301 0.070571 0.004025 0.573331 -0.167194 -0.171006 0.006129 -0.119055 0.13257 0.324959 -0.240143 -0.133164 -0.206606 0.211212 0.036906 -0.405823 0.460759 -0.268271 -0.302019 0.4674 -0.097704 -0.161901 0.279729 0.26883 -0.437836 0.136302 0.111042 0.058183 0.223793 -0.202627 0.356409 -0.024305 0.452982 -0.3481 -0.188331 0.16083 0.049212 -0.513024 -0.046665 -0.120029 -0.176526 -0.200734 -0.081805 0.080367 -0.582995 -0.339004 0.230794 -0.172429 -0.058734 0.057296 -0.05047 0.172603 -0.050415 0.057051 0.374876 0.030288 -0.031453 -0.78709 0.088037 -0.187082 0.055493 0.161343 -0.039787 0.194011 0.266905 0.070434 0.317998 0.214441 0.328969 -0.056888 -0.190801 0.470353 -0.023364 0.03216 -0.081472 -0.01469 0.107272 0.001148 -0.182622 0.199501 -0.075655 0.156023 0.055141 -0.060822 -0.043771 -0.189345 0.437715 0.329707 -0.0809 -0.054066 0.219916 -0.540918 0.323526 -0.436455 -0.014679 -0.06666 -0.034561 0.169724 -0.159643 -0.063321 -0.134303 -0.0272 0.182201 -0.089457 0.103836 0.271185 -0.248148 -0.248297 0.0706 0.242792 0.097167 -0.12665 0.1994 0.154522 -0.235149 0.001223 0.089769 1.321824 -0.18818 0.430483 0.060907 -0.153168 0.00785 0.139479 0.232326 0.06485 -0.419441 -0.320118 -0.207036 -0.203263 -0.463101 0.206096 0.130881 0.179222 -0.150023 -0.246966 0.152636 0.193696 0.003323 -0.197901 -0.104414 -0.197247 -0.170931 -0.077844 0.110741 -0.109252 -0.126813 -0.191527 0.29467 0.036371 0.468491 0.286422 0.261973 0.196439 -0.027371 0.322521 -0.452842 -0.385057 -0.30873 -0.295356 -0.191215 0.315576 -0.011305 0.228926 -0.263532 -0.173349 -0.229182 -0.114245 0.271991 0.135374 0.095268 -0.232135 -0.37228 0.203965 0.150826 0.193507 -0.313955 -0.174515 0.193452 0.533218 0.118658 -0.016691 -0.456494 0.038365 -0.146472 0.118588 0.186633 0.02479 0.083791 -0.324437 -0.064268 -0.040037 0.160778 0.230226 0.153684 -0.044542 -0.139064 -0.152147 -0.466157 0.303217 0.31847 -0.130578 0.135694 -0.099016 0.295771 -0.510023 0.217916 0.103555 0.196346 -0.004034 -0.108834 -0.175467 0.240164 0.392875 -0.082649 -0.045331 -0.08431 -0.058394 -0.102343 -0.060482 0.137672 -0.073374 0.320995 -0.020875 -0.186156 0.253446 0.383915 -0.054974 -0.038069 -0.080759 0.356442 0.146687 0.273659 0.004455 0.018585 -0.286339 -0.009115 0.164109 -0.147824 -0.155631 0.201365 0.00355 -0.047197 -0.221185 0.080259 -1.404094 0.060421 -0.123106 -0.173287 -0.005516 -0.21773 0.264892 -0.156193 -0.110511 0.119401 0.261442 0.302627 -0.183143 0.072549 0.037825 0.150196 -0.110011 -0.006926 0.111634 0.00905 0.024575 0.159349 0.005979 -0.070585 0.109954 0.016221 -0.151662 0.146106 0.001139 -0.353329 -0.33696 0.194708 -0.88599 -0.268237 0.176027 0.217948 -0.205139 -0.227991 -0.304666 -0.236303 -0.008803 -0.681635 0.127152 0.118708 0.39924 0.121965 0.037975 -0.172009 -0.170998 -0.1985 -0.164562 -0.094663 0.015923 0.149987 0.27299 -0.270339 0.049231 0.289289 0.103045 -0.074546 -0.076393 -0.172602 -0.384756 -0.385239 -0.236014 0.125535 -0.060789 0.149661 0.187362 0.343928 0.254967 -0.049448 0.308665 -0.141766 0.272298 -1.354605 -0.039163 0.306224 -0.350947 0.009259 -0.166734 0.344984 -0.164086 -0.234594 -0.163614 0.065362 0.257911 -0.131025 0.237524 -0.099985 0.263355 -0.294182 0.271719 0.120417 0.148106 0.119663 0.00675 0.231235 0.400187 0.293194 -0.083801 -0.25389 0.275327 0.094646 -0.002286 0.028197 0.297288 -0.193118 0.025604 -0.147646 0.028615 0.237056 0.187196 1.204808 0.344996 -0.446729 -7.5e-05 0.419104 -0.028431 0.070426 -0.021414 -0.313275 -0.091147 0.065733 0.528485 0.117883 -0.265302 -0.069101 -0.250233 0.208513 0.385422 -0.025051 0.109729 0.333587 0.132252 -0.392741 0.241042 0.14312 -0.251296 0.029523 -0.262461 -0.221324 0.111772 -0.157486 0.355498 0.163675 -0.351049 -0.23841 0.37399 0.287333 0.144998 0.272344 0.10513 0.026965 0.436871 -0.176907 0.055534 0.009358 -0.14894 -0.193904 0.024645 -0.089157 -0.034841 0.073198 -0.156286 0.32421 -0.019835 -0.112394 -0.149102 -0.075047 0.160075 2.371264 -0.162402 -0.100794 0.255615 -0.188824 -0.038812 0.248925 -0.124199 0.07447 -0.169351 -0.193694 -0.111535 0.110437 0.126922 -0.288637 -0.211502 -0.116128 -0.107064 0.063443 0.124133 -0.262325 -0.162948 -0.137379 0.049884 -0.497171 -0.095437 -0.094982 0.140036 -0.190246 -0.132295 -0.20164 -0.148726 -0.037386 0.273562 0.31481 0.240767 -0.028893 0.308645 0.288991 -0.19709 -0.419901 0.189918 -0.213342 0.439801 -0.167534 0.00999 0.072685 -0.101065 0.422005 0.477904 -0.278789 -0.269285 0.051963 0.059681 0.109788 -0.282342 -0.130739 0.104516 0.017209 0.170667 -0.553383 -0.440564 -0.169936 0.19737 -0.029763 0.154238 0.003063 0.191676 -0.20121 0.031647 0.221562 0.107431 0.151965 -0.146262 0.096782 -0.228666 -0.031571 0.193497 0.097707 -0.061097 0.569058 -0.249496 -0.010963 -0.10146 -0.021424 0.193177 -0.114524 0.522994 0.224628 0.091194 0.034015 -0.103155 -0.226144 -0.265289 0.028542 -0.197367 0.104394 -0.167756 -0.074072 0.722184 -0.045326 0.220742 0.146478 -0.210439 0.143929 0.391561 -0.129801 -0.360998 -0.112931 0.467215 -0.054804 -0.102539 0.386347 -0.297991 -0.105334 0.290185 -0.060505 -0.213055 0.195328 0.158072 -0.472 0.038679 0.039405 0.259165 0.145688 0.039997 0.302696 0.140023 0.270928 -0.447494 -0.16126 0.179211 0.178402 -0.278785 -0.114343 -0.06786 0.016792 -0.009787 -0.379427 -0.153234 -0.650036 -0.464888 0.076079 -0.068336 -0.023268 0.084069 -0.01366 0.402448 -0.006143 -0.000957 0.563291 -0.136662 -0.098316 -0.622229 -0.109023 -0.08949 -0.151277 0.341684 -0.073022 -0.172203 0.364803 -0.021302 -0.076595 0.244569 0.190419 -0.040487 -0.19407 0.228665 0.18828 0.149888 -0.05508 0.357248 0.281348 0.358528 -0.147772 0.152076 0.003423 0.111972 0.130489 -0.273287 0.002861 -0.417805 0.529023 0.106957 -0.213502 0.256191 0.008507 -0.620069 0.50996 -0.218905 0.262419 -0.120928 -0.242947 0.139894 0.114566 -0.158944 0.083271 0.034742 -0.182902 0.107717 0.052119 0.162321 -0.223149 -0.13443 0.030264 0.476567 0.261357 -0.098137 0.155896 -0.009967 -0.063498 -0.117437 -0.116308 0.94756 0.035187 0.369834 0.020373 -0.037428 0.096764 0.034005 0.211264 -0.065546 -0.322787 -0.368177 -0.196835 0.209674 -0.510993 0.162866 -0.048061 -0.132558 -0.283455 -0.120186 -0.044143 0.214248 0.132408 -0.19585 -0.21111 -0.197035 0.056341 0.044858 -0.022272 -0.341956 -0.124985 -0.269734 0.157271 0.056447 0.454361 0.05022 0.309646 -0.0276 -0.037723 0.200097 -0.108098 -0.38358 -0.478247 -0.082812 -0.237027 0.037049 0.331148 0.139943 -0.225627 -0.42327 0.13442 -0.208804 -0.066059 0.086634 0.303005 -0.023267 -0.365447 -0.088288 0.142901 0.016942 -0.176989 -0.276208 0.19085 0.355236 0.071465 -0.008532 -0.232507 0.01318 -0.268803 0.270183 0.298328 0.005684 -0.005796 -0.184088 -0.155777 -0.033491 0.069966 0.223123 0.127371 -0.036536 -0.152851 0.117027 -0.830376 0.091778 0.057832 -0.401381 -0.007904 0.090239 0.242082 -0.059376 -0.022936 0.16785 -0.086136 -0.141158 0.214975 -0.181165 0.277533 0.335924 0.151261 -0.161791 -0.060973 -0.110294 -0.075698 0.211299 -0.064686 0.184221 0.42717 0.271805 -0.14498 0.291235 0.157211 -0.123421 -0.323821 0.011816 0.043549 0.168773 0.29211 -0.035205 -0.060436 -0.1711 -0.08896 0.179926 -0.161761 -0.139055 0.467164 -0.015527 0.039179 -0.154568 0.229889 -0.680718 0.312212 -0.054877 0.08278 -0.110863 0.030146 0.356914 -0.29509 -0.040185 0.146002 0.272862 0.353866 -0.061644 -0.225194 0.164059 -0.039457 -0.139572 -0.041173 0.132985 0.00749 0.334536 -0.028498 0.414309 -0.04625 0.144002 0.356755 -0.179535 0.138059 0.274946 -0.079571 -0.250736 0.016883 -0.815676 -0.089452 0.144609 0.002575 -0.296414 -0.362011 -0.154834 -0.360973 0.092943 -0.350052 0.174384 -0.068651 0.342291 0.125919 0.020057 0.154393 -0.194299 -0.471644 -0.203293 0.113669 -0.167918 0.202 0.231427 -0.0531 0.274974 0.483574 -0.009179 0.108119 0.259423 -0.205822 -0.334537 -0.601176 -0.59735 -0.062434 -0.134709 0.02597 0.369695 0.24566 0.064415 -0.088154 0.431079 -0.225445 -0.024897 -2.073878 -0.055038 0.527558 -0.40082 -0.081653 -0.088145 -0.019661 -0.133292 -0.28298 -0.052148 -0.045964 0.11854 -0.02331 0.0651 -0.179032 0.308468 -0.07812 0.032606 0.128849 0.098094 -0.074955 -0.305006 0.055236 1.682527 0.272638 -0.112434 0.133267 0.137525 -0.083244 -0.0437 -0.224885 0.414213 -0.233947 -0.164021 -0.080858 0.311456 -0.06057 0.16442 1.450414 0.061533 -0.590563 -0.105841 0.299249 0.270332 0.163252 0.000697 -0.22512 -0.108447 -0.110109 0.309366 -0.158891 -0.442723 -0.224868 -0.172535 -0.083899 0.255181 -0.040416 0.040308 0.266285 -0.099878 -0.50123 0.143628 0.016699 -0.13396 0.298221 -0.201646 -0.254915 0.106265 0.061601 0.324976 -0.100981 -0.131847 -0.037173 0.32376 0.063583 0.044066 0.385915 0.089084 0.148547 0.154146 -0.045879 0.219088 -0.103099 -0.058868 -0.208312 -0.161545 -0.115879 0.090526 -0.033615 -0.25759 0.332846 -0.327966 0.008474 -0.078165 0.067288 0.082673 1.777513 -0.209245 -0.063555 0.140781 -0.148442\nN 0.41836 0.954415 0.022761 -0.097867 -0.060916 -0.081439 0.202219 -0.194802 -0.036862 0.124431 -0.140855 0.091985 -0.289749 -0.18524 0.157313 -0.541274 0.126729 -0.203789 0.130375 -0.247947 0.131563 -0.324025 0.791065 -0.428937 -0.460298 0.188364 -0.436068 -0.109779 0.493361 0.354396 0.506695 0.02067 -0.218504 0.14222 -0.074647 -0.281111 0.130156 -0.330455 -0.013315 0.533713 -0.012541 -0.017318 -0.113999 0.273321 0.173203 -0.810482 -0.337821 -0.69966 -0.046685 0.503527 -0.549595 -0.271908 -0.144952 0.09503 0.498714 0.078688 0.085159 0.079122 0.432083 0.197752 0.060739 -0.046156 0.308916 0.325625 0.53721 -0.044261 -0.256969 0.662436 -0.080405 0.14218 -0.256748 0.106127 0.265763 -0.208397 -0.20614 0.220827 -0.311938 0.544862 -0.240333 -0.061771 0.311224 0.493271 0.070425 0.298604 -0.180141 0.583773 0.046127 -0.119194 -0.446365 0.234702 -0.415348 -0.483722 -0.139083 -0.175279 0.536188 -0.248277 -0.122778 -0.08187 -0.191447 0.24807 0.219585 -0.034278 -0.217828 -0.057459 0.243989 -0.070607 -0.263821 0.27172 0.058696 -0.020683 0.569978 0.018572 -0.551294 0.211983 0.077414 -0.378723 0.135557 -0.088667 0.08196 0.418535 -0.198242 0.457031 -0.201661 -0.076057 0.115992 -0.550027 0.326378 0.075095 -0.830512 0.497668 -0.135241 -0.739566 -0.000111 -0.216173 0.27148 -0.463289 0.148806 -0.144244 -0.194175 -0.072616 0.177753 0.440059 0.347792 -0.063881 -0.013365 0.360757 0.266213 0.408655 -0.981134 0.076922 -0.183739 0.437258 0.186895 0.21218 0.055851 0.282901 0.114135 0.225926 0.729343 0.222069 0.23636 -0.206451 0.721653 0.231025 0.032556 -0.186788 0.145259 -0.03065 -0.15027 0.205747 0.679656 -0.223852 -0.340378 -0.149679 -0.540914 0.243963 -0.596087 0.262461 0.378203 -0.307672 -0.226135 0.108881 -0.521784 0.311834 -0.670334 0.224044 -0.098981 0.235033 -0.014305 -0.146112 0.090179 -0.243676 -0.176775 0.475333 -0.124043 -0.161327 0.070656 -0.046475 -0.332733 -0.111457 0.362971 0.174099 -0.217796 0.135796 0.061409 -0.461647 0.01714 0.177954 0.887566 -0.059098 0.29727 0.12645 0.143138 0.392884 0.19301 0.525153 -0.270185 -0.07894 -0.328957 -0.644883 -0.136045 -0.565748 -0.26922 -0.244999 -0.26366 -0.413718 -0.30732 -0.095043 0.261217 0.384084 0.031676 0.004826 -0.393485 -0.218286 -0.228585 0.038395 0.129149 0.118691 -0.280408 -0.166466 0.255328 0.177494 0.221167 0.530953 0.162481 0.290081 0.489977 -0.239126 -0.423767 0.375719 -0.245986 -0.437887 0.46569 -0.169921 0.051394 -0.401474 -0.117961 0.059962 -0.214947 -0.173907 0.079063 -0.474919 -0.51418 -0.370407 0.168988 0.464089 0.149419 -0.468893 -0.228503 0.383048 0.617264 0.278935 -0.034813 0.10782 -0.080727 0.06913 0.248744 0.906142 0.216643 -0.060367 -0.149571 0.126399 -0.149359 0.054502 0.539247 -0.059239 0.382064 -0.148188 -0.239572 -1.177725 0.130841 0.34128 0.330424 0.699936 -0.01162 0.259401 -0.167694 0.367308 0.200331 0.185442 -0.043271 0.055464 -0.316396 0.105066 0.009892 0.372502 -0.443666 -0.094391 -0.358374 0.022402 0.07871 0.297935 0.049907 0.525678 0.114598 0.437929 0.014972 0.567078 -0.118083 -0.06388 0.034218 0.047442 0.005191 0.589084 0.346656 -0.110144 -0.090841 0.264283 -0.342076 -0.106238 -0.275935 0.052431 0.046806 0.111303 -0.517367 -0.242872 -0.387235 0.123931 -0.134887 0.221533 0.130412 0.119508 -0.149741 0.130239 -0.274089 0.035564 0.357224 0.720941 0.092059 -0.022833 0.224965 0.217005 -0.273775 -0.445007 0.45862 -0.013215 0.095585 0.412689 0.458904 0.251594 0.101777 0.379223 -0.09362 0.094641 0.293192 0.09111 0.20392 0.46355 -1.209434 -0.237216 0.169065 0.149461 -0.250904 -0.096374 -0.790783 0.110861 0.152179 -0.826724 -0.195112 0.145135 0.458931 0.355136 0.241176 -0.05006 -0.292419 -0.161101 -0.424744 0.003246 0.053218 0.083617 0.214203 -0.50463 -0.228687 0.21436 0.37774 -0.169782 -0.467723 -0.31747 -0.377909 -0.417105 -0.528906 0.275583 -0.080976 0.078305 -0.112456 0.274877 -0.001423 -0.244318 0.234845 -0.59361 0.146215 -1.021821 -0.243374 0.131789 -0.0207 -0.029721 -0.353826 0.497038 0.182614 -0.837441 -0.019419 -0.075079 0.284663 -0.44132 0.364215 -0.403116 0.432245 -0.55755 0.414454 -0.022496 0.60031 0.076627 -0.081786 0.239117 0.30839 0.166565 0.141879 -0.062555 -0.191692 0.08923 -0.375915 0.112683 0.259002 -0.342186 -0.289582 0.09574 0.129661 0.150379 -0.216306 1.247484 0.318061 -0.271123 0.221938 0.5797 -0.253595 0.356494 -0.38241 -0.471067 -0.192641 0.324861 0.592567 0.133617 -0.033289 0.165096 -0.440667 -0.240605 0.041252 -0.108711 0.525001 0.506101 0.120829 -0.250046 0.317297 -0.108592 -0.411173 0.274398 -0.226249 -1.068556 0.197862 0.177544 0.205395 0.184351 -0.535689 -0.432284 0.304593 0.942078 0.451561 0.520022 -0.435303 -0.003949 0.592466 -0.202163 -0.211375 0.042563 0.064365 0.211399 -0.590815 -0.401118 0.035092 -0.175928 -0.157006 0.683342 -0.149618 0.011777 -0.411526 0.001276 0.128067 2.317463 0.003935 -0.196544 0.292382 -0.283778 0.026544 0.338172 -0.254233 0.532076 -0.230342 0.043206 0.256777 -0.006749 0.045678 -0.068891 -0.582021 -0.05431 -0.197864 0.228287 0.063596 -0.343835 -0.111356 0.18916 0.411786 -0.151291 -0.087514 0.206839 0.540122 -0.60665 -0.066651 0.072794 -0.028152 -0.188541 0.34031 0.45432 0.50539 0.018964 0.253329 0.456522 -0.539515 -0.801224 -0.061898 0.348068 0.24756 0.141036 0.058645 -0.102723 0.2906 0.626759 0.568487 -0.496995 -0.109172 -0.234011 -0.13929 -0.017778 -0.576669 0.297481 0.005547 -0.1073 0.258 -0.572753 -0.3777 -0.46333 0.419187 0.393947 -0.259194 -0.564715 0.714578 0.112075 0.302524 -0.307169 0.000673 0.316072 0.255121 0.038122 -0.210083 -0.206611 0.698477 -0.204474 -0.518408 0.749938 -0.176663 0.125758 -0.044592 -0.203518 0.498093 -0.210895 0.86584 -0.158956 0.16886 0.247832 0.064731 -0.461665 -0.606581 0.105708 -0.417063 -0.176477 0.024917 -0.054653 0.283019 -0.089268 0.236194 0.375478 -0.206946 0.10897 0.456679 0.494666 -0.413557 0.420594 0.618852 0.061402 0.260357 0.187995 0.207304 -0.353074 0.089602 0.168351 -0.257837 0.202606 -0.15154 -0.392187 -0.444957 0.147096 0.389574 0.397322 0.053381 0.041595 0.15422 0.248604 -0.311398 -0.629458 0.073319 0.023854 -0.444305 0.040212 -0.388662 -0.343515 0.016036 -0.407121 -0.233592 -0.308255 -0.415447 0.009552 -0.252544 0.311538 0.437151 0.616211 0.627141 0.156378 -0.644241 0.715403 0.352674 0.023972 -0.488645 -0.2731 -0.456578 0.065487 0.49218 0.104416 -0.754193 0.438387 0.236329 -0.042284 0.677395 -0.079888 -0.025328 -0.239963 0.246216 0.395636 0.297757 0.072577 0.112261 -0.133915 -0.08044 0.070415 0.282955 -0.418257 -0.443077 -0.04167 -0.408302 0.457922 -0.834842 0.278989 0.248355 -0.611974 -0.094705 0.246359 -0.547858 0.592362 -0.133665 0.179552 -0.467264 -0.215347 0.083446 0.174377 -0.361521 0.067035 -0.065263 -0.000268 0.282045 -0.226738 -0.070559 -0.058281 -0.404407 -0.076542 0.470879 0.172187 0.066981 -0.052542 -0.106927 0.135455 -0.138866 -0.141603 0.419036 0.357958 0.138065 0.051697 0.157156 0.837492 -0.152272 -0.123182 -0.062426 0.008209 -0.646407 -0.824914 0.224457 -0.321484 -0.382011 0.165294 -0.339556 -0.498568 -0.000266 0.013765 -0.301017 0.197086 0.150502 -0.167025 -0.328146 0.209169 0.117247 0.025834 -0.347329 -0.133144 -0.329285 -0.3788 -0.083199 0.569834 -0.131908 0.523986 -0.022828 -0.004927 0.227371 0.218305 -0.626596 0.005383 -0.288133 -0.423035 0.149116 0.139573 -0.120455 -0.059967 -0.14499 0.112363 -0.278205 -0.381003 -0.639281 -0.226027 -0.290391 -0.245492 0.239438 0.479604 -0.121721 -0.399712 -0.001529 0.295872 0.278026 0.090112 -0.163357 -0.061976 -0.193202 -0.204504 0.120634 0.587306 -0.366698 -0.134136 0.22665 0.174962 -0.276906 0.200851 0.931477 0.009873 0.230893 -0.080887 -0.067809 -1.176095 -0.378922 0.227463 -0.110831 0.287727 0.007965 0.100238 0.222014 -0.125178 -0.065791 -0.039564 0.02894 0.344847 -0.11568 0.327355 0.054048 0.675625 -0.476866 0.164894 -0.321466 0.06092 0.26694 0.297172 0.079539 0.453459 0.992441 0.253127 0.390576 0.084911 -0.160264 -0.323098 -0.067334 -0.068561 -0.220749 0.612627 0.426479 -0.704413 0.446015 0.452131 -0.126045 0.354445 0.048643 0.487241 -0.088418 0.047089 -0.479573 0.127244 -0.323954 0.285474 -0.133599 0.289464 -0.207457 0.459878 -0.230814 -0.198606 0.287459 0.121637 0.560117 0.625633 -0.089223 -0.670597 0.093228 0.068745 -0.041676 -0.339851 0.461903 -0.063774 0.723765 0.326447 0.639921 -0.312744 0.438702 0.165707 0.32892 0.03504 0.485209 0.066861 0.150204 0.204631 -0.811121 0.212262 0.170534 0.011605 -0.357704 -0.334468 -0.782629 -0.447418 0.059884 -0.56172 -0.27859 -0.127693 0.66407 0.64732 0.115437 0.227978 -0.674266 -0.473795 -0.313374 -0.057026 -0.249408 -0.176963 0.219309 -0.291034 0.01191 0.225379 0.091974 0.191929 -0.256136 -0.240405 -0.683011 -0.661585 -0.833953 -0.10739 0.031741 0.175556 0.254336 -0.248521 -0.333344 -0.389513 0.855438 -0.525087 0.14828 -1.71861 -0.010082 0.450271 -0.409321 0.544378 -0.554408 0.196149 -0.471437 -1.104045 0.72427 0.023011 0.338568 -0.004553 0.346117 -0.050063 0.539267 -0.233001 -0.049758 -0.3209 0.475938 0.031193 -0.684124 0.527121 0.606145 0.200963 -0.076735 0.188024 -0.257464 0.372268 0.22429 -0.205547 0.306468 -0.685919 -0.63562 0.15724 0.55804 0.144326 -0.115413 1.321521 0.044885 -0.866673 0.037842 0.279704 0.309219 0.351429 -0.460933 -0.479308 -0.549169 0.298183 0.535025 -0.616126 -0.074596 -0.120262 -0.104091 -0.353424 -0.127453 -0.268793 0.513655 0.088459 -0.441072 -0.422228 0.557159 -0.227778 -0.491922 0.597348 -0.209685 -1.185517 0.364429 0.448993 0.068344 -0.038576 -0.259987 -0.023599 0.485747 0.68382 -0.14587 0.72887 -0.08689 0.083745 0.259916 0.293834 -0.036047 0.004009 0.040344 -0.055138 -0.593203 -0.60738 -0.038092 -0.309996 -0.134627 0.689717 -0.399679 0.096531 0.046035 0.288263 -0.0741 2.10283 -0.041024 -0.434465 -0.224831 -0.257473\n- -0.191077 -0.090851 -0.443204 -0.343244 0.6633 1.354492 -0.11835 -0.122334 -0.416325 0.057223 0.598083 -0.197154 0.168967 0.070005 -0.162734 -0.258763 0.143456 0.595003 -0.516128 -0.328022 -0.143747 0.464772 0.192071 -0.359354 -0.351119 0.499679 -0.051937 -0.394532 -0.589122 0.293702 0.390418 -0.06076 0.995122 0.750231 0.404925 0.075279 0.026778 0.523389 0.286825 0.389507 0.133668 -0.419683 0.079466 0.164103 0.078303 -0.314655 0.685911 -0.570442 -0.411789 0.388848 -0.794995 0.747838 -0.258267 0.721302 0.537362 -0.951769 -0.021224 0.204791 1.35563 0.395233 0.650035 -0.243643 0.017895 0.195323 -0.095239 0.655276 -0.143115 0.464286 -0.681375 -0.310426 0.344629 -0.056258 -0.520296 -0.530288 -0.06279 0.375226 -0.266836 0.661707 -0.41978 -0.183512 0.25113 -0.171096 0.285036 -0.726169 -0.851135 0.051777 0.094238 -0.847911 0.067328 -0.158081 0.196383 -0.081225 0.346305 0.527664 0.08046 -0.30059 0.079954 -0.218331 -0.747692 0.461613 0.449393 -0.026359 0.148652 0.428649 0.858778 0.153023 -0.97164 0.407049 0.362169 -0.286519 0.110214 -0.133642 -0.069253 0.015079 0.100855 -0.587248 0.269877 0.431288 0.18766 0.440862 -0.237175 0.187219 -0.288469 0.425724 -0.064934 -0.589013 -0.065694 -0.08377 -0.066717 -0.294045 -0.758689 -0.087172 -0.178599 0.048761 0.382634 -0.259896 -0.245275 0.079532 0.027262 -0.898632 -0.206031 -0.023117 0.443365 0.74558 0.084692 1.021088 -0.438433 0.352132 -1.468621 0.288567 0.160525 -0.042037 -0.027868 -0.171225 0.322222 0.351092 0.62262 0.076017 -0.120723 0.498833 0.390046 -0.079846 0.225836 -0.432026 0.039695 -0.322172 0.567577 -0.554052 -0.311267 -0.565194 0.757858 0.1183 -0.47733 -0.794396 -0.973494 0.765347 0.248149 0.081503 0.70087 -0.453611 0.403971 0.17364 -0.759749 0.368057 -0.342089 0.497877 -0.61622 -0.321491 0.259903 -0.118352 0.123922 -0.462881 0.020875 -0.1187 -0.235533 0.060553 -0.239671 0.131881 0.873361 -0.292828 0.164217 -1.016762 -0.115435 0.522497 -0.485274 -0.070096 -0.311217 0.460244 0.3654 0.430048 0.948016 0.04244 -0.248417 0.274497 0.999908 0.340582 -0.197491 -0.411155 -0.924166 -0.15161 -0.664564 -0.258221 0.113527 -0.63986 -0.638472 -0.175526 -1.604107 -0.05879 0.291964 -0.917937 0.691356 1.100852 -0.263764 -0.188637 0.272365 0.229452 -0.02175 0.500978 -0.535022 -0.632928 0.446188 -0.183167 -0.324562 0.067823 -0.654075 0.642019 0.939085 -0.764166 -0.03292 0.302443 0.18149 -0.453182 1.117156 -0.916835 -1.040422 0.161871 0.635505 -0.221793 -0.4431 -0.542665 -0.530571 -0.171475 -0.631855 -0.228215 0.683492 0.057535 -0.21185 0.299183 -0.153594 0.26308 1.278979 0.129207 0.058465 -0.573186 0.709838 -0.814554 0.007442 0.04092 -0.365907 0.28981 -0.386162 1.030315 0.015677 0.249084 0.259726 -0.010787 0.225569 -0.277115 -0.211823 -0.802136 -0.024279 -0.293957 0.13961 -0.333295 0.863691 0.657504 -0.289679 -0.374963 0.183975 0.549957 -0.306454 -0.130229 0.315354 0.141376 0.119779 1.032817 -0.311701 0.442799 -0.351359 0.139459 0.342218 0.214654 -0.244845 0.856003 0.00914 0.276385 0.038001 0.329055 0.234915 -0.418203 -0.029485 0.331167 -0.091303 0.307478 0.180333 -0.144891 -0.385792 0.258975 -0.522163 0.329038 -0.166936 -0.859619 -0.001237 0.51077 0.317701 0.05855 -0.962011 0.351339 -0.194015 0.608013 -0.291854 -0.496203 0.103938 0.766362 -0.648587 0.292545 0.691636 0.613503 -0.830292 -0.15139 -0.033987 -0.513556 -0.883974 -0.116362 0.182009 0.766464 -0.30656 -0.905257 0.401232 -0.260797 0.228086 -0.270451 0.084771 0.140078 -0.149085 0.074286 0.239897 -0.105266 -1.139495 0.520948 -0.485064 -0.71514 -0.618187 -0.473191 -0.287849 0.886126 0.044747 -0.618201 0.433884 -0.148628 0.116478 0.072947 -0.802837 -0.010798 -0.10104 -0.005487 -0.250804 -1.00494 0.264848 -0.588607 -0.189732 -0.001527 -0.117735 0.16301 -0.753713 -0.114484 -0.222361 -0.636534 -0.495703 -0.442352 0.718567 0.260091 -0.972571 0.531777 -0.417012 -0.289729 0.188124 -0.163406 -0.268475 -0.478345 0.071989 -0.415818 -0.872631 0.296235 -0.830129 -0.728988 -0.416043 -0.026157 0.172261 -1.0795 -0.117188 0.428689 0.642129 -0.882692 0.589483 0.017394 -0.24811 -0.303892 -0.357988 0.738002 0.495239 0.259701 0.096641 0.198465 0.244107 0.04638 0.011408 0.279411 0.03496 -0.145068 -0.229384 -0.580175 0.339838 0.18271 0.131828 -0.361882 0.1211 0.110922 0.442607 0.638853 0.703888 0.151289 0.385217 0.291007 -0.263455 0.51413 0.263652 0.030526 -0.261313 -0.257208 -0.669997 -0.006293 -0.367056 0.512678 0.157969 -0.667271 -0.092552 0.029641 1.252148 0.030029 -1.03174 -0.004188 0.418253 -0.008787 0.621202 0.435767 0.163673 -0.484055 0.376485 0.004106 0.327183 -0.464439 -0.763711 -0.728043 0.351975 0.575705 0.44342 0.457313 0.141775 -0.30461 0.34072 -0.622489 -0.618318 -0.367987 0.098238 -0.255246 -0.889571 -1.114462 -0.087839 0.661961 0.066806 -0.030822 -0.348712 -0.756245 0.021682 -0.800463 0.023654 2.390425 -0.169217 0.583345 0.737573 0.291612 -1.243118 0.112535 0.499945 -0.984558 0.493708 1.478491 0.350941 -0.265945 -0.521354 -0.478858 0.497862 -1.031947 0.608245 0.300827 0.88783 0.167668 0.848914 0.147636 -0.940498 0.191862 0.219378 -0.512391 0.794455 -0.351004 -0.016098 -0.1691 -0.259384 0.418383 -0.76152 0.667267 0.954774 0.393642 0.545628 0.321785 -0.600585 -0.315668 -0.250357 0.282493 -0.530611 0.603274 -0.006214 -1.353279 0.308901 0.085396 0.181897 0.176481 0.613696 -0.455553 0.337524 -0.807538 -0.243858 0.094803 0.516221 0.441777 0.648247 -0.428446 0.531455 0.249098 0.721363 0.019943 0.603464 0.296442 0.095585 -0.905838 -0.377333 -0.181195 0.133147 0.928755 -0.534214 -0.099037 -0.292194 -0.358008 0.693055 -0.180584 -0.446413 0.489052 -0.317848 0.251624 -0.168813 -0.950554 -0.448591 -0.128321 -0.484241 -0.209205 -0.611702 -0.053464 0.348234 -1.810209 -0.148372 -0.371659 0.236015 -0.460047 0.314208 0.804108 0.177289 0.013702 -0.321071 -0.719849 -1.100355 -0.427733 0.262334 0.345598 0.790304 -0.136399 0.851752 0.690329 -1.017306 0.649407 -0.046246 0.131952 0.201726 0.527449 0.427372 -0.100584 0.205696 -0.408125 -0.350597 0.289516 0.339635 0.288604 -0.021605 -0.021544 -0.165865 0.122717 -0.844075 0.051786 0.22964 0.618317 -0.056899 -0.96223 -0.505227 -0.291443 0.191418 -0.193601 1.086441 -0.15122 0.218877 -0.441102 -0.073327 -0.287607 0.567456 1.265066 0.410073 0.898266 0.64588 1.473079 -0.870536 0.407849 -1.136424 0.945702 -0.099902 0.654623 -0.012213 -0.648407 0.590126 -0.472329 0.956814 0.63621 0.575652 0.250156 0.779129 0.242865 -0.039663 -0.801402 0.848788 0.818707 -0.07892 0.471426 -0.592155 0.306162 -0.082753 -0.31076 -0.531937 -0.278898 -0.586575 0.152758 0.850856 0.011747 0.130521 -0.259987 0.797255 -0.546912 -0.720477 0.733998 0.487348 -0.067935 -1.211638 0.335701 -0.071217 0.579721 0.491424 0.151333 0.361169 -0.269445 -0.205396 -0.091089 -0.842681 0.768071 0.341432 0.099942 -0.611351 -0.37501 -0.125177 0.44524 -0.553295 0.402587 -0.308293 0.46812 0.164658 0.053011 0.245263 0.025708 0.085184 0.911844 -0.297156 -0.226674 -0.442102 -0.16579 -1.134307 -0.160354 -0.156721 -0.523276 -0.644494 0.931899 0.703859 -0.387748 -0.69923 -0.337084 -0.004051 0.135438 0.112077 0.271276 -0.832756 -0.065611 0.423872 -0.551007 0.549512 0.477915 -0.473877 0.24044 0.153876 -0.058444 -0.177898 0.026634 -0.090449 0.506052 0.035647 0.09425 -0.257997 -0.244489 0.6477 -0.83812 -0.74658 -0.305648 -1.106896 -0.576139 0.190697 -0.193517 -0.573888 -1.486592 0.432455 -0.467257 -1.163338 0.271933 0.428013 0.19888 1.035813 0.710325 0.537219 -0.19292 0.491327 0.273355 0.263339 -1.689832 0.738807 -0.393958 0.118742 -0.59554 -0.349121 0.190285 -0.76087 1.465024 -0.067954 -0.345077 0.796226 0.152334 -1.050754 0.211927 -0.119966 -0.296333 0.455143 0.338061 0.585044 -0.25176 -0.747642 -0.077688 0.369654 -0.06667 -0.356634 0.811479 -0.141325 0.806375 0.495769 0.148999 -0.04579 0.606769 -0.825486 0.798989 -0.932141 -0.095786 0.244028 0.614597 -0.232407 0.734723 0.701944 0.172071 0.857075 0.032038 0.076356 0.013116 0.220621 0.321491 -0.247243 -0.015975 -0.078847 -0.286837 0.067738 -0.526561 -1.47226 0.580805 -0.899547 0.653205 0.65311 -0.462831 0.425637 -0.745678 -0.794888 0.498558 -0.395531 0.341919 -0.192302 -0.151347 0.717563 0.660986 -0.206349 0.750363 0.085611 0.698151 -0.828895 -0.365772 -0.554184 -0.130644 -0.474908 0.469845 0.172965 0.5375 -0.151448 -0.236593 -0.152794 0.376147 -0.386608 -0.080925 -0.274436 -0.259194 -0.513388 0.12663 0.580769 -0.28628 -0.412631 0.94866 -0.682326 -0.780261 -1.285426 -0.275112 0.430155 0.002024 0.264071 -0.23243 1.030421 0.133328 -0.281261 1.214577 -0.949962 -0.224115 0.2157 -0.141303 0.903259 -0.115365 0.302354 -0.761311 0.541384 -0.184104 0.112356 -0.049555 0.113977 0.279818 -0.43907 -1.229127 -0.279402 -0.586951 -0.277741 0.810389 -1.127064 -0.111776 0.296528 0.509131 -0.569022 -0.60465 0.166391 -0.719453 0.560014 -1.379762 -0.568592 -0.16854 -0.398234 -0.079184 -0.041626 -0.27527 0.850299 -0.418987 -0.018008 0.439341 0.390026 0.039437 0.539026 0.051791 -0.449013 0.467337 -0.529076 -0.096802 0.164424 -0.607963 -0.448739 -0.943011 0.461684 -0.476788 -0.702196 -0.723858 -0.321024 0.584538 0.144991 -0.672537 -0.086214 0.308316 -0.055304 -0.790278 0.500315 0.268655 0.132713 0.636267 0.190182 -0.747476 0.770752 -0.12754 -0.801212 0.624767 -0.410506 -0.139939 -1.218939 0.691152 -0.444266 0.609535 -0.594866 -0.159139 0.428608 0.204417 -0.936577 -0.784447 1.218407 -0.376255 -0.634647 0.153862 0.067703 -0.582051 0.255209 0.804393 -0.155907 -0.016338 0.501383 0.691557 1.022731 0.127966 -0.136235 0.270217 0.162923 -0.216563 0.844375 0.36382 0.193703 -0.544813 0.549047 0.010513 -0.888263 -0.126631 -0.425198 -0.476845 -0.784227 -0.99425 -0.402245 0.634753 0.151993 0.190414 -0.188675 -0.63729 -0.421009 -0.566404 -0.468711 1.603791 -0.392461 -0.318915 0.938923 0.03136\nở 0.346554 -0.010881 -0.034012 0.174895 -0.18094 -0.073164 -0.059837 -0.16944 -0.014209 -0.181325 -0.267339 0.010725 -0.196313 -0.009285 0.315652 -0.241594 0.26572 -0.166938 -0.096137 -0.219926 -0.083465 0.181369 -0.047839 -0.090973 -0.045349 0.151259 -0.103575 0.067026 0.194658 0.074078 0.049163 0.024368 0.051491 -0.302567 -0.127702 -0.407207 0.367367 -0.231159 0.345363 -0.119249 0.109816 -0.13528 -0.30914 0.415229 0.082691 -0.2847 -0.033246 -0.028393 0.002009 0.208827 -0.467843 -0.128637 0.091627 0.049293 -0.112214 -0.309871 -0.126751 0.094246 0.154145 0.003626 0.201981 -0.090358 0.179183 0.058832 -0.076885 0.297887 0.08415 -0.02237 -0.143531 0.127717 -0.252641 -0.072648 0.223713 -0.018393 -0.210855 0.052062 -0.31965 0.173078 -0.033118 -0.277614 0.113086 0.265481 -0.174003 -0.186408 -0.181578 0.204555 -0.129836 -0.01695 -0.549717 0.175189 -0.199273 -0.279061 -0.072407 -0.24208 0.609059 -0.011009 -0.162324 0.131257 -0.246018 -0.24154 0.350468 0.244055 -0.083197 -0.078887 0.036885 0.268913 -0.252437 0.314198 -0.060172 -0.2073 0.385538 -0.187108 -0.016448 0.121947 0.237082 -0.311344 0.145574 0.0409 0.140461 0.310427 -0.252064 0.127133 -0.221212 0.187494 -0.303169 -0.246423 -0.018656 0.215422 -0.077278 -0.17017 -0.276896 -0.213032 -0.287695 0.04367 0.346812 -0.644487 -0.494064 -0.035189 -0.198689 -0.189822 0.027251 0.215821 0.033009 -0.195562 -0.082344 0.103513 -0.136358 -0.133325 -0.739129 0.114847 -0.159126 0.07902 0.261087 0.250313 0.063042 0.074807 0.192275 0.172893 0.181038 0.195164 -0.059735 0.140447 0.434379 -0.149657 0.006426 -0.078754 0.06295 -0.040367 0.102911 -0.082666 0.408768 0.108918 0.343876 0.298839 -0.052451 -0.106436 -0.104983 -0.028249 0.43411 -0.219376 -0.155449 0.377988 -0.345203 0.011525 -0.519695 0.05822 0.040392 0.058715 0.098343 -0.273586 -0.21476 -0.176256 -0.157808 -0.124908 0.002486 -0.158292 0.176749 -0.087452 -0.243752 -0.030004 0.280679 0.093568 0.125774 0.131778 0.053434 -0.151401 -0.18966 0.009051 1.038141 0.052087 0.04028 0.073738 0.0109 0.170077 0.061738 -0.096734 -0.070323 -0.551782 -0.269689 -0.326726 -0.147765 -0.501637 0.233803 0.54817 0.396404 -0.080005 -0.210926 0.196537 0.328507 -0.121668 -0.224691 0.048554 -0.32053 -0.121546 -0.07392 0.021455 0.028356 -0.006361 -0.116096 0.446172 0.186545 0.220986 0.396818 0.250653 0.112048 0.050926 0.081058 -0.556258 -0.31792 -0.310894 -0.072329 -0.228676 0.434056 0.239538 -0.013067 -0.24242 -0.256894 -0.222146 -0.02867 0.291352 -0.22732 0.180669 -0.325334 -0.18792 0.068516 0.034102 -0.109743 -0.243221 -0.077099 0.039453 0.502655 0.093273 0.006852 -0.348925 0.328617 -0.027557 0.209574 0.195501 -0.101111 0.002434 -0.171871 -0.165465 0.100681 -0.059298 0.10859 0.074235 -0.15691 -0.295009 0.150075 -0.266409 0.294408 0.183186 -0.096757 0.074128 -0.052697 0.533882 -0.457492 0.100838 0.001016 0.16223 0.126876 -0.06652 -0.257953 0.401022 0.403346 -0.10296 0.15167 -0.006885 -0.481516 0.163404 0.242717 0.02217 -0.077103 0.346524 0.180575 -0.0866 0.201563 0.459022 -0.176842 -0.078319 0.261567 0.050473 0.390834 0.292702 -0.100556 -0.000795 -0.015154 0.1393 0.217813 -0.490351 0.093779 0.295623 -0.043891 0.103302 0.117289 -0.043887 -1.589827 0.050222 -0.099098 -0.127449 -0.137654 -0.099266 0.002656 -0.174996 -0.211126 -0.013739 0.499312 0.041432 -0.243245 0.164864 0.116821 -0.158187 0.173397 0.002925 0.162488 0.022757 -0.100658 0.146856 0.083298 -0.009477 0.016842 0.008939 -0.024656 0.001816 -0.054941 -0.66815 -0.297614 0.182948 -1.042269 -0.00847 0.059514 0.098675 0.027719 -0.093689 -0.061096 0.023021 0.066341 -0.655805 0.006692 0.104033 0.326534 -0.076568 0.167392 -0.099066 -0.346713 -0.250206 0.09273 -0.187715 -0.013438 0.06337 -0.005508 -0.115524 -0.054435 0.19218 0.04459 0.095623 -0.012075 0.047351 -0.342662 -0.367313 -0.145941 0.588729 -0.123889 0.286402 -0.129452 0.432596 0.212131 -0.001504 0.30256 -0.113727 0.197359 -1.275212 -0.020761 0.396047 -0.083161 0.102741 -0.358244 0.223861 -0.204429 -0.17839 -0.211834 0.155912 0.59948 -0.043341 0.110896 -0.143433 0.62004 -0.306363 0.246857 0.261488 0.396137 -0.066068 -0.13844 0.126729 0.249394 0.310145 0.064085 -0.258343 -0.07341 0.265994 -0.153878 0.029833 0.298849 -0.035385 -0.146976 -0.153071 0.00217 0.200043 0.119109 1.03236 0.179902 -0.175891 -0.312719 0.165342 -0.109587 0.158641 0.12022 -0.165132 -0.023804 0.240967 0.628305 0.135328 -0.175872 -0.074622 -0.375233 0.012182 0.304395 -0.148441 -0.13612 0.117279 -0.03338 -0.271386 0.083665 -0.158995 -0.034345 -0.073071 -0.170684 -0.182958 0.068454 -0.186071 0.207512 -0.062086 -0.257981 -0.412615 0.357349 0.274325 0.223062 0.131632 0.095812 0.028407 0.067385 -0.393275 0.113837 0.111404 -0.238516 -0.202272 0.002554 -0.020919 -0.015189 0.055627 0.025467 0.273877 0.009524 -0.237523 -0.105164 -0.185049 0.216633 2.112353 -0.072556 -0.075902 0.414473 -0.278684 -0.045379 0.087939 -0.105206 0.260142 -0.312659 0.097077 0.100297 0.028682 0.276313 -0.531395 -0.321819 -0.061622 0.017759 0.00269 -0.033768 -0.049869 0.077786 -0.135457 0.139471 -0.214838 0.04065 0.156363 -0.093722 -0.06651 0.096596 -0.141069 0.083793 0.252799 0.494848 0.335722 -0.023977 -0.058818 0.26124 0.079382 -0.102354 -0.465498 0.237212 -0.213157 0.24306 -0.05859 0.202858 -0.259583 -0.323938 0.276794 0.242822 -0.077375 0.021359 0.065383 0.011289 0.165365 -0.250196 0.065058 6.3e-05 0.27768 0.046575 -0.591561 -0.325911 -0.124338 0.186094 -0.214209 0.014075 -0.19469 0.241446 0.004297 0.010318 0.187417 0.095758 0.085132 -0.25355 0.051144 -0.090437 -0.098426 0.106287 0.144869 -0.263346 0.204369 0.036217 -0.03141 -0.069269 0.109283 0.181661 -0.048331 -0.105867 0.027661 -0.083397 -0.037364 -0.120735 -0.104515 -0.314309 0.006953 -0.230975 -0.189932 -0.028726 -0.180334 0.935402 -0.279346 0.199097 0.319739 -0.168222 -0.138778 0.314297 0.16912 -0.529125 -0.202086 0.457746 0.083177 -0.093601 0.229099 0.055842 -0.05577 0.350276 -0.413828 -0.056011 -0.11854 0.137746 -0.483685 0.073633 0.133173 0.116836 0.035524 -0.30008 0.180112 -0.104119 0.156345 -0.296504 -0.157355 0.05716 0.460564 -0.027183 -0.383595 -0.001107 -0.176465 -0.226188 -0.35969 0.058969 -0.738648 -0.254771 -0.13644 -0.107277 -0.141575 0.075019 0.14086 0.217689 -0.199112 0.062536 0.403731 -0.071609 0.198844 -0.53046 -0.148136 0.118195 -0.247607 0.275259 0.02779 -0.356631 0.236609 0.251545 -0.223887 0.182458 0.241402 -0.352764 -0.015191 0.149891 0.312083 0.086448 -0.162639 0.121458 0.20732 0.081042 0.242542 0.158557 0.058765 0.350157 0.392119 -0.326656 -0.125887 -0.216849 0.109835 0.217764 -0.193422 0.024523 0.19936 -0.396735 0.268081 -0.298128 0.044864 0.025646 -0.134713 0.11969 0.126762 -0.206709 0.085967 -0.016157 -0.147214 0.204702 -0.197506 0.218648 -0.104276 -0.05117 0.053129 0.41889 0.113859 -0.193894 0.156389 -0.171588 -0.248886 -0.244036 -0.13364 0.752697 0.257378 0.08402 0.167266 0.178769 0.120138 0.141152 0.089521 -0.13447 -0.199006 -0.335486 -0.306186 0.094037 -0.665144 0.261051 0.311347 0.038767 0.002016 -0.216617 -0.125729 0.38682 -0.088375 -0.382361 0.014816 -0.296336 0.00389 -0.280607 -0.092109 -0.040781 -0.154265 -0.218748 0.318927 0.122553 0.270444 0.04095 0.356714 0.21452 0.15791 0.055182 -0.25455 -0.495969 -0.56931 0.190732 -0.139624 0.142158 0.510325 -0.072671 -0.133277 -0.348517 0.272444 -0.282613 -0.019331 -0.130455 0.233735 -0.28111 -0.304505 0.030803 0.287318 -0.043764 -0.169357 -0.193485 0.139224 0.227962 0.110036 0.078073 -0.195329 0.198785 0.036987 0.214525 0.303704 0.104244 -0.053212 0.031721 -0.255694 0.135368 -0.129429 0.023232 0.109895 -0.058923 -0.035058 0.320099 -0.590211 0.346209 0.093228 -0.164587 0.051655 0.11511 0.548828 -0.068376 -0.130302 0.044468 -0.039178 0.040622 0.252757 -0.270744 0.086357 0.273852 0.033586 -0.001525 0.160019 -0.376099 0.117802 0.48651 -0.098733 0.093116 0.474586 0.097582 -0.087313 0.208311 0.372658 -0.147254 -0.186693 0.2382 -0.115477 0.22851 0.490919 0.092455 0.25031 0.074173 0.078844 0.072698 -0.417981 0.059104 0.303089 -0.031398 0.320053 0.025173 0.026585 -0.771464 0.1836 0.003194 -0.048748 -0.179624 0.191859 0.111437 -0.384427 -0.195658 0.264027 0.207067 0.31937 -0.122361 0.055343 0.319136 -0.06534 0.055618 -0.181234 0.084463 -0.09588 0.161269 0.114977 0.409695 -0.03724 0.126339 0.278433 -0.157585 0.050598 -0.011963 -0.181633 -0.293416 0.00383 -0.766299 0.198195 -0.00593 0.087513 -0.046988 -0.187977 0.01007 -0.022498 0.114525 -0.423344 0.110687 0.047843 0.093588 -0.060934 -0.036821 -0.134083 -0.294574 -0.31673 -0.104791 0.274943 -0.358805 0.220374 0.133072 0.005195 0.086619 0.397266 -0.127287 0.368249 0.373699 -0.107163 -0.351737 -0.472852 -0.332261 0.369648 -0.438419 0.315887 0.338966 0.148183 0.081254 -0.029613 0.46734 -0.171061 0.00275 -2.059616 0.069854 0.522143 -0.242854 0.014717 -0.25266 0.078244 -0.228599 -0.288756 -0.18582 -0.106128 0.15465 -0.000111 -0.030123 -0.266061 0.45469 -0.111273 0.162481 0.197469 0.17064 0.049406 -0.235626 0.174336 1.653908 0.235144 0.021456 -0.056619 -0.150542 0.024854 -0.041914 -0.20304 0.25581 -0.082898 -0.274254 -0.151478 0.281763 0.110894 0.207127 1.241533 0.071221 -0.278037 -0.227199 0.181486 0.17207 0.25436 -0.132681 -0.323847 0.058529 0.093507 0.273014 -0.049062 -0.342919 -0.132774 -0.0124 -0.207362 0.251341 -0.009779 0.077593 0.168556 -0.512825 -0.472989 0.031079 -0.127043 0.118643 0.10955 -0.174822 -0.203071 0.016718 0.166402 0.256024 -0.323958 -0.042141 -0.178111 0.551939 0.232249 0.297846 0.346183 -0.105312 0.231389 0.10385 -0.353623 0.149398 0.066556 -0.222635 0.108826 -0.271214 0.182109 0.190773 0.02165 -0.026287 0.462959 -0.235847 0.204599 0.036844 -0.039631 -0.033116 1.461856 -0.053044 -0.220252 0.379263 -0.330208\nH 0.371147 0.950327 0.031086 -0.099151 0.068977 -0.107104 0.110021 -0.231647 0.04922 0.017637 -0.081789 -0.059009 -0.301376 -0.121181 0.211892 -0.312099 0.122046 -0.184607 0.113053 -0.101139 -0.024925 -0.215778 0.790161 -0.470666 -0.402582 0.133832 -0.285479 -0.048095 0.387286 0.427013 0.525319 0.000484 -0.176169 0.082419 -0.093303 -0.171049 0.022977 -0.241066 0.179089 0.275722 -0.009179 -0.009709 -0.127077 0.280263 0.265729 -0.715324 -0.494198 -0.674584 -0.075318 0.3177 -0.535443 -0.311934 -0.14694 0.12764 0.385513 0.003813 0.023814 0.094292 0.35487 0.188679 0.040173 -0.034821 0.262079 0.339302 0.458338 0.108162 -0.087366 0.672891 -0.138864 -0.024627 -0.237434 0.239744 0.191996 -0.145526 -0.076032 0.310391 -0.311982 0.490031 -0.197026 -0.090907 0.439528 0.637675 0.252046 0.297569 -0.161192 0.363638 0.049521 -0.074827 -0.409419 0.159468 -0.484012 -0.441744 -0.127468 -0.106674 0.535363 -0.229147 -0.102604 -0.108643 -0.14896 0.187253 0.267385 -0.039234 -0.163142 -0.081789 0.327774 -0.137017 -0.353859 0.249778 0.062192 0.022865 0.607009 -0.068433 -0.468317 0.071482 0.073443 -0.386773 0.126667 -0.092154 0.234526 0.315158 -0.221895 0.469441 -0.182734 0.101123 0.072769 -0.539234 0.260032 0.037038 -0.707939 0.420031 -0.089297 -0.791 0.01073 -0.185682 0.265968 -0.574031 0.105954 -0.009375 -0.350009 -0.120772 0.191127 0.422327 0.371603 -0.095089 0.061888 0.337222 0.413307 0.269774 -0.989202 0.149958 -0.140145 0.438187 0.152413 0.21831 0.16114 0.268484 0.193175 0.195265 0.578314 0.265499 0.176034 -0.150374 0.520588 0.032854 0.033499 -0.265897 0.083804 -0.058486 -0.256424 0.124308 0.630196 -0.287653 -0.434418 -0.066044 -0.501716 0.22956 -0.572156 0.175479 0.408442 -0.344593 -0.238096 -0.026699 -0.60802 0.341415 -0.761682 0.224585 -0.055922 0.250689 0.049765 -0.026478 0.250686 -0.211309 -0.123631 0.346389 -0.139337 -0.01825 0.051907 -0.07499 -0.445393 -0.163026 0.308679 0.05028 -0.230331 0.011764 0.117151 -0.494559 0.019748 0.107481 0.828836 -0.145157 0.214889 0.140139 0.27521 0.187633 0.165535 0.648949 -0.246243 -0.093845 -0.264431 -0.528305 -0.098219 -0.55895 -0.161105 -0.296298 -0.196979 -0.420105 -0.184106 0.057158 0.289354 0.460126 0.079084 -0.022471 -0.324806 -0.158602 -0.276308 0.015356 0.171055 0.078127 -0.326204 -0.142059 0.135796 0.302729 0.202162 0.452593 0.07985 0.280989 0.566277 -0.050798 -0.423054 0.370554 -0.297869 -0.235006 0.456113 -0.20637 0.03253 -0.308169 -0.096397 0.003074 -0.126152 -0.042613 0.265844 -0.311298 -0.675289 -0.381162 0.029337 0.455982 0.192974 -0.363823 -0.008335 0.453146 0.686764 0.321042 -0.064875 0.007327 -0.274185 -0.021549 0.360128 0.79088 0.271669 -0.016436 -0.122558 0.101298 -0.083546 -0.063055 0.441771 0.033373 0.367574 -0.030787 -0.1562 -1.118683 0.190036 0.425991 0.350776 0.695523 0.114496 0.31416 -0.234696 0.267489 0.296906 0.16072 -0.107681 0.030854 -0.256447 -0.004476 0.123616 0.362786 -0.369967 0.075915 -0.282646 -0.0587 0.011235 0.365477 0.027051 0.556528 0.031714 0.285301 0.097657 0.499698 -0.086983 -0.174921 -0.001002 -0.018988 0.083132 0.492208 0.306415 -0.080915 -0.136908 0.176658 -0.338853 -0.216224 -0.258412 0.142976 -0.024545 -0.008877 -0.462302 -0.117419 -0.303686 0.084232 -0.1395 0.420603 0.042862 -0.062098 -0.114399 0.074561 -0.245794 0.096623 0.445714 0.724509 0.068503 0.076491 0.231135 0.345856 -0.335812 -0.547422 0.482258 0.023101 -0.035467 0.457382 0.331018 0.193198 0.020453 0.320138 -0.067103 0.068071 0.360602 0.130751 0.121889 0.322097 -1.053361 -0.183843 0.069502 -0.046184 -0.233775 -0.117929 -0.574919 0.077701 0.205994 -0.798771 -0.171991 0.08324 0.402768 0.232374 0.246824 -0.019698 -0.241063 -0.173288 -0.454506 -0.050149 0.04806 0.015093 0.299195 -0.410632 -0.185456 0.277381 0.412259 -0.024928 -0.306289 -0.172133 -0.240649 -0.394164 -0.482459 0.299863 -0.247152 0.246158 -0.053544 0.332583 0.059086 -0.170022 0.240918 -0.515447 0.186998 -1.032547 -0.010314 0.146739 -0.081796 -0.160893 -0.327108 0.461848 0.179096 -0.710945 -0.071146 -0.031115 0.250032 -0.413259 0.361191 -0.308979 0.45745 -0.430942 0.428172 -0.119622 0.443948 0.123116 -0.060282 0.18644 0.28999 0.166371 0.103585 -0.128847 -0.013798 0.134719 -0.235013 0.090193 0.430483 -0.390779 -0.244205 0.066619 0.099083 0.23046 -0.063988 1.190079 0.321485 -0.169423 0.215551 0.59185 -0.163744 0.30955 -0.40222 -0.435759 -0.211868 0.327622 0.501084 0.263935 -0.142693 0.087091 -0.417141 -0.36257 0.039774 -0.044169 0.363557 0.541825 0.054355 -0.165391 0.351721 -0.091122 -0.387481 0.222817 -0.196863 -0.984685 0.131507 0.134102 0.274253 0.148529 -0.518079 -0.243505 0.266098 0.72706 0.424879 0.51306 -0.254681 -0.020809 0.535176 -0.293904 -0.113358 0.128516 -0.008329 0.176045 -0.603953 -0.321501 0.029854 -0.139207 -0.072404 0.65518 -0.298884 0.058196 -0.389836 -0.007897 0.10077 2.356431 -0.094859 -0.205296 0.314453 -0.297033 0.0694 0.424856 -0.247361 0.561923 -0.085856 0.079966 0.179508 -0.062088 0.069468 -0.151028 -0.494244 -0.232345 -0.187874 0.233682 0.004206 -0.294208 -0.030598 0.255905 0.395208 -0.13458 -0.132998 0.422598 0.535768 -0.534431 -0.086571 0.066809 0.037126 -0.117424 0.235787 0.482846 0.593465 0.074216 0.286098 0.402971 -0.560042 -0.706653 -0.122314 0.29363 0.446756 0.023358 0.105083 -0.11705 0.356138 0.683692 0.679446 -0.419208 -0.307384 -0.125299 -0.066017 -0.107098 -0.563638 0.192523 0.036497 -0.051996 0.04939 -0.615845 -0.372553 -0.573982 0.358999 0.357171 -0.17607 -0.449096 0.570933 0.133935 0.123676 -0.147623 0.261511 0.268059 0.059781 -0.081321 -0.228161 -0.017586 0.627122 -0.178875 -0.371406 0.839688 -0.134713 0.165995 0.003529 -0.09999 0.60275 -0.079701 1.006042 -0.047015 0.229344 0.017582 0.112277 -0.287271 -0.576045 0.057793 -0.437856 -0.112844 -0.049468 -0.01671 0.336903 -0.060075 0.331301 0.337763 -0.156071 0.070404 0.434877 0.472519 -0.403487 0.369242 0.682185 0.033161 0.169867 0.154985 0.118785 -0.397205 0.113536 0.102417 -0.337624 0.177496 -0.148185 -0.309752 -0.387954 0.089976 0.551921 0.384448 0.164235 0.114653 0.148999 0.388537 -0.377907 -0.53449 0.051808 -0.05662 -0.331652 -0.007795 -0.336401 -0.358836 0.068296 -0.347351 -0.29149 -0.471513 -0.423764 0.053078 -0.356216 0.231539 0.370896 0.622352 0.811842 0.177135 -0.60916 0.735154 0.367099 -0.153492 -0.529943 -0.197266 -0.366769 0.122041 0.500227 0.142818 -0.667167 0.494968 0.153178 -0.105658 0.499066 0.004775 -0.051569 -0.265675 0.134481 0.314096 0.22205 -0.038006 0.126385 -0.229617 -0.097121 -0.00027 0.255187 -0.288517 -0.603625 0.020715 -0.359174 0.432399 -0.770351 0.281044 0.290867 -0.680012 -0.028985 0.046842 -0.560233 0.610339 -0.17478 0.213544 -0.355255 -0.172531 0.104622 0.2439 -0.214626 0.078842 -0.158803 -0.146276 0.259625 -0.162965 -0.047209 0.025429 -0.501724 -0.003451 0.474235 0.083205 -0.037458 -0.125199 -0.131854 0.18587 0.018832 -0.243386 0.504209 0.348419 0.135158 0.073871 0.264891 0.693079 -0.152241 0.136962 -0.183641 0.052251 -0.512629 -0.538567 0.316602 -0.331157 -0.313863 0.003574 -0.161657 -0.540493 0.044962 0.157884 -0.265003 0.208832 0.293079 -0.090232 -0.413728 0.191481 0.103703 0.02754 -0.365905 -0.090674 -0.393025 -0.354996 -0.127509 0.569878 -0.186196 0.39516 -0.090193 -0.018576 0.279864 0.392226 -0.671856 0.042469 -0.283795 -0.196038 0.113542 0.135235 -0.219205 0.033616 -0.185545 0.193621 -0.125106 -0.194271 -0.519276 -0.043135 -0.30217 -0.263957 0.10774 0.500669 -0.136608 -0.289445 0.142817 0.474827 0.283486 0.168368 -0.128901 -0.08715 -0.154291 -0.389981 0.227231 0.570565 -0.303947 -0.00986 0.190663 0.099874 -0.19763 0.110805 0.769079 0.072238 0.287275 -0.091019 0.046237 -1.155755 -0.334108 0.18595 -0.201021 0.289252 0.048139 0.23173 0.073889 -0.31457 0.049302 -0.106091 -0.066806 0.213468 -0.203969 0.137312 0.074837 0.657715 -0.403587 0.25724 -0.26814 0.010977 0.138549 0.36546 0.065508 0.529382 0.79024 0.23152 0.524237 0.04068 -0.048494 -0.54226 -0.041565 -0.212874 -0.023456 0.551811 0.269661 -0.71163 0.341783 0.321634 -0.145993 0.170514 0.082933 0.481133 -0.17108 -0.122986 -0.428144 0.237575 -0.360046 0.332912 -0.147306 0.344553 -0.238985 0.22367 -0.080055 -0.17033 0.321235 0.200161 0.599744 0.529152 -0.101081 -0.591368 -0.002462 0.151947 -0.053867 -0.480449 0.415041 0.040994 0.589256 0.413547 0.591927 -0.272648 0.31053 0.19101 0.281303 0.08465 0.466244 0.010997 0.104347 0.038473 -0.739723 0.283255 0.144993 -0.025622 -0.238785 -0.447767 -0.675179 -0.42565 0.124996 -0.416724 -0.189146 -0.244152 0.628986 0.576285 0.146795 0.217652 -0.568858 -0.496895 -0.195194 -0.041135 -0.269279 -0.201942 0.293548 -0.155491 0.077223 0.365451 0.08709 0.239957 -0.06872 -0.129618 -0.510916 -0.644275 -0.756494 -0.055675 -0.088632 0.290552 0.284585 -0.16696 -0.284385 -0.372605 0.863693 -0.508619 0.200723 -1.802764 0.134696 0.464753 -0.387349 0.441264 -0.501266 0.110757 -0.365062 -0.933871 0.692544 -5.3e-05 0.299219 -0.049038 0.307441 0.069814 0.564737 -0.092175 0.022241 -0.408077 0.444001 0.065229 -0.701203 0.431546 0.692939 0.335804 -0.013874 0.140144 -0.221919 0.295441 0.259407 -0.202181 0.529801 -0.722171 -0.557581 0.239719 0.547275 0.136981 -0.098443 1.331153 0.064275 -0.650258 0.168427 0.327668 0.388707 0.262693 -0.42612 -0.424991 -0.485077 0.273837 0.415641 -0.559724 -0.223618 -0.201438 -0.049854 -0.478237 -0.080262 -0.198653 0.342955 0.118209 -0.576571 -0.292387 0.525872 -0.19356 -0.51608 0.501129 -0.161266 -0.927796 0.314643 0.339208 0.169231 -0.07324 -0.277332 0.093754 0.413318 0.520355 -0.173724 0.691663 0.086866 0.009345 0.148313 0.140928 0.051308 -0.034304 -0.121571 -0.097776 -0.55951 -0.45034 0.086266 -0.374357 -0.157785 0.656086 -0.584961 0.06999 -0.001752 0.055135 -0.053682 2.200369 -0.189969 -0.36584 -0.103836 -0.219818\nố 0.236914 0.162422 -0.0156 0.001742 0.071872 -0.186618 -0.127804 -0.13627 -0.098938 -0.038833 -0.262351 -0.028278 -0.191442 0.085142 0.251203 -0.164424 0.072085 -0.304449 -0.284544 -0.19697 -0.1528 -0.109884 0.252848 -0.253173 -0.028312 0.105432 -0.165553 0.114826 0.053936 -0.144821 0.383291 -0.09584 -0.009751 -0.061874 -0.043272 -0.408802 0.11654 -0.236545 0.296038 -0.019373 0.120181 -0.065767 -0.107714 0.317368 0.157408 -0.424111 -0.082995 -0.006166 0.261465 0.212791 -0.421444 -0.147275 0.073378 0.128375 -0.056425 -0.324495 -0.191645 0.171833 0.25012 -0.10585 0.071837 -0.072935 -0.108807 -0.071829 -0.081163 0.33877 0.193943 0.247877 0.056102 0.044251 -0.378851 0.123211 0.004225 -0.116234 -0.157704 -0.006881 -0.349167 0.321375 -0.185797 -0.248524 -0.010099 0.331565 0.143384 0.211971 0.219786 0.064292 -0.114121 -0.114382 -0.460034 -0.035378 -0.220246 -0.28749 0.005604 -0.036494 0.643547 -0.147219 0.026767 0.163363 -0.329326 -0.016652 0.334516 -0.320483 -0.313323 0.013209 0.072462 0.18028 -0.225248 0.294711 -0.159549 -0.266232 0.530777 -0.02775 0.030609 0.218878 0.113517 -0.285588 0.178235 0.120407 0.161249 0.171463 -0.375044 0.138656 -0.022219 0.307071 -0.251277 -0.208426 0.000137 -0.105121 -0.431371 -0.16621 -0.107195 -0.260967 -0.123536 -0.128383 0.068944 -0.717543 -0.249676 0.236121 -0.226133 0.096851 0.188204 0.10226 0.022594 -0.04541 0.122092 0.181525 0.146581 -0.321758 -0.805236 0.045503 -0.070109 0.065465 0.139905 0.088404 0.097629 0.321175 -0.064013 0.385655 0.341237 0.349556 -0.000445 0.037064 0.397799 -0.073604 -0.135678 -0.082814 -0.020729 -0.165405 0.069462 0.102113 0.157401 -0.004773 0.283633 0.237373 0.014574 0.052703 -0.148033 0.290662 0.411265 -0.121408 -0.112092 0.30872 -0.451159 0.079289 -0.360792 0.10331 -0.051461 0.018805 0.096517 -0.298778 -0.42223 -0.263689 -0.202201 0.272378 0.014448 -0.092812 0.201062 -0.181287 -0.190874 -0.026627 0.186472 0.331133 -0.0522 0.061456 0.040057 -0.32941 -0.208489 0.098669 1.138773 0.149946 0.240108 0.199395 0.013837 0.144094 0.146926 0.149698 0.066859 -0.442758 -0.24346 -0.104358 -0.103052 -0.515171 0.232225 0.155518 0.275782 -0.011079 -0.010984 0.157107 0.388967 -0.02224 -0.124796 -0.015609 -0.347926 -0.392508 -0.171172 0.024181 -0.024226 -0.08458 -0.132862 0.237927 0.077456 0.30634 0.125924 0.14207 -0.023644 -0.117796 0.255329 -0.343839 -0.290466 -0.226942 -0.244771 -0.142409 0.072263 -0.115799 0.165163 -0.262229 -0.150635 -0.163092 0.006121 0.224392 -0.217234 0.102033 -0.247886 -0.154393 0.191227 0.182357 0.193515 0.034191 0.012389 0.144631 0.505456 -0.045249 -0.235711 -0.211348 0.074566 -0.123682 0.030307 0.142986 0.021403 0.044567 -0.110483 0.211699 0.049698 0.014454 0.219958 0.26915 -0.276569 -0.145075 0.0172 -0.386953 0.201736 0.379033 0.008953 0.070768 -0.1906 0.464589 -0.467187 0.241548 0.076836 0.106078 0.075126 -0.111375 -0.037736 0.299487 0.140123 -0.226743 -0.005321 0.086612 -0.014828 -0.202918 0.131673 0.114112 -0.180134 0.288786 0.187451 -0.119828 0.162923 0.446928 -0.120874 -0.051338 0.090821 0.292905 0.223296 0.072843 -0.224432 0.004772 -0.1502 0.064461 0.084404 -0.147777 0.048038 0.324646 0.095252 -0.103004 0.176697 -0.181865 -1.651679 0.132588 -0.003356 -0.071053 -0.143837 -0.181501 0.183779 -0.126781 -0.164572 -0.056029 0.323333 0.174151 -0.142368 0.161579 0.10517 0.091439 0.091016 0.271372 0.024078 -0.044531 -0.011349 0.109827 0.115228 -0.064249 -0.025041 -0.100198 -0.053446 0.090984 0.029105 -0.595272 -0.149868 0.155344 -0.862278 -0.14279 -0.020901 0.299603 0.005579 -0.113723 -0.185642 -0.1341 -0.015504 -0.594748 -0.007228 -0.058392 0.06371 0.005834 -0.034913 -0.155297 -0.226614 -0.030201 -0.240491 -0.089321 0.048103 0.180371 0.113512 -0.307837 0.022872 0.35269 0.039635 -0.098061 -0.102321 0.003128 -0.342347 -0.204311 -0.211929 0.331349 -0.200355 0.22558 0.33753 0.439751 0.09908 -0.087428 0.241306 0.014549 0.219981 -1.354827 0.189104 0.270996 -0.234628 0.057777 -0.113214 0.317383 -0.178198 -0.188555 -0.211804 0.202822 0.25568 0.068877 0.05933 0.080816 0.334981 -0.128989 0.157595 0.095423 0.16427 0.018837 -0.093173 0.299865 0.261051 0.128718 -0.161084 -0.347464 0.057486 0.23795 -0.013864 -0.088655 0.231007 -0.170775 -0.188627 -0.07559 -0.080087 0.249696 0.188159 1.212471 0.20054 -0.276073 -0.1259 0.504018 -0.061516 0.248137 0.10052 -0.076149 0.049088 0.046361 0.212148 0.142172 -0.265006 -0.08848 -0.137651 0.139597 0.375987 -0.158059 0.086351 0.186682 -0.165936 -0.325364 0.167886 0.144418 -0.122697 -0.002019 -0.145955 -0.053734 0.016236 -0.084483 0.352682 0.058772 -0.104737 -0.266123 0.298642 0.191451 0.116708 0.132179 0.42485 0.109467 0.191037 -0.268362 0.112208 0.104374 -0.175214 -0.304273 -0.064042 0.066328 -0.055092 0.093293 -0.276733 0.295468 0.114847 -0.291575 -0.331456 -0.033359 0.328996 2.286032 0.00367 -0.270547 0.217036 -0.042964 -0.043741 0.154508 0.005226 0.126338 -0.069492 -0.124371 -0.045161 0.111751 0.088808 -0.358615 -0.34077 -0.043299 0.098821 0.127808 0.042212 -0.143967 -0.173382 -0.249139 0.02828 -0.228427 -0.281762 -0.02269 0.32373 -0.142429 0.132989 -0.216188 -0.082873 0.056648 0.311744 0.185485 0.267319 -0.003329 0.190036 0.286914 -0.173035 -0.499473 0.105817 -0.164098 0.156124 -0.031725 -0.003999 -0.175047 -0.026432 0.277632 0.251779 -0.19922 -0.139611 -0.018905 0.239323 0.094052 -0.25773 -0.035081 0.175024 0.165828 0.04152 -0.704966 -0.342408 0.081149 0.305237 -0.095639 -0.020338 -0.060052 -0.07246 -0.199714 -0.038086 0.090143 0.243323 0.272673 -0.057439 0.145335 -0.1316 -0.002279 0.009944 0.013206 -0.057841 0.260632 -0.059726 0.006075 -0.171319 -0.031081 0.027561 -0.115402 0.186814 0.445514 0.254196 -0.019788 -0.099737 -0.169584 -0.323286 -0.088747 -0.197096 0.022116 -0.01194 -0.180147 0.86851 -0.157038 0.228286 0.249267 -0.315988 0.115432 0.292607 -0.072988 -0.541746 0.061798 0.401095 0.00558 -0.037327 0.262983 -0.126394 -0.032999 0.311369 -0.17727 0.060274 0.100522 -0.036858 -0.335528 0.147436 0.010896 0.197238 0.004422 -0.347624 0.211198 0.050153 0.267156 -0.284238 -0.123484 0.117733 0.094633 -0.332705 -0.189426 -0.138314 -0.187369 0.048257 -0.380984 -0.028755 -0.779699 -0.311575 0.015343 -0.077563 -0.009341 0.132407 0.059724 0.174946 -0.042952 0.190198 0.418855 -0.07657 -0.102403 -0.735668 -0.22299 0.025688 -0.160656 0.275891 -0.086671 -0.075365 0.470771 0.058235 0.011881 0.424787 0.36576 -0.06508 0.069041 0.106811 0.015854 0.043976 -0.112368 0.265857 0.032264 0.262755 0.205927 0.029394 0.037966 0.273012 0.269327 -0.298098 -0.093394 -0.247402 0.4128 0.265468 -0.19986 0.120979 0.157089 -0.395724 0.378623 -0.175183 0.347034 0.01243 -0.132534 0.145892 0.010995 -0.43307 0.003904 -0.173866 -0.050936 0.20195 -0.056818 0.182573 -0.196952 -0.053192 0.096903 0.316106 0.2768 -0.007956 0.057885 -0.098322 -0.166238 -0.24544 -0.06135 0.793756 0.282384 0.247517 0.11801 0.195973 0.017391 0.072806 0.203123 -0.089751 -0.348901 -0.227984 -0.064348 0.212025 -0.642872 0.291917 -0.010504 0.001791 -0.126207 0.012885 0.028975 0.326592 0.089838 -0.392672 -0.004616 -0.466258 -0.265619 -0.06533 -0.159815 -0.157501 0.013577 -0.212412 0.158113 0.212899 0.387409 -0.061289 0.197374 -0.039706 -0.082781 0.110979 -0.128072 -0.329706 -0.371329 -0.119432 -0.250859 -0.118 0.294138 0.176079 -0.318073 -0.229296 0.206951 -0.201026 -0.115519 -0.138054 0.134872 -0.116972 -0.246985 0.007513 0.23655 0.080699 0.016031 -0.157793 0.106065 0.334989 -0.182851 0.024958 -0.095123 0.06356 -0.189707 0.123506 0.252353 0.04422 -0.039101 -0.081919 0.032187 0.094844 -0.007335 0.060588 0.250078 -0.213155 -0.123642 0.099474 -0.882028 0.227174 0.222238 -0.176033 -0.015928 0.001144 0.388826 -0.112141 0.015355 0.124236 -0.057577 -0.106119 0.272084 -0.110995 0.158225 0.119782 0.002344 -0.177322 0.208157 -0.112248 -0.107426 0.303259 0.074651 0.131606 0.376989 0.251741 -0.012207 0.219611 0.279995 -0.229074 -0.389321 0.093986 -0.000675 0.13439 0.073289 -0.06409 0.19963 -0.007839 -0.000483 0.034372 -0.035385 -0.043672 0.437609 0.114577 0.110388 -0.014851 -0.01165 -0.814284 0.253674 0.037326 0.155713 -0.251756 0.154455 0.237818 -0.168302 -0.124121 0.080063 0.307718 0.299021 -0.049788 -0.006068 0.325141 -0.092669 -0.033036 0.150449 0.104992 -0.002345 0.233933 0.166714 0.542242 -0.156947 -0.082365 0.206679 -0.135097 0.073367 0.259616 -0.165053 -0.133737 -0.015076 -0.798734 -0.036747 -0.062424 0.171808 -0.042464 -0.136934 -0.066623 -0.233292 0.056755 -0.375025 0.174005 -0.15455 0.036342 0.007598 -0.052824 0.000323 -0.266146 -0.182928 -0.299562 0.116474 -0.100878 0.325012 0.060494 -0.155091 0.213562 0.456319 -0.093632 0.21584 0.245539 -0.014349 -0.349614 -0.41503 -0.467864 0.135416 -0.277857 0.088018 0.646884 0.306321 -0.081504 -0.095749 0.207398 -0.097013 -0.021088 -2.091475 0.295426 0.362781 -0.219447 -0.035683 -0.079686 0.056448 -0.294576 -0.318452 -0.154473 0.001573 0.047046 0.231926 0.016983 -0.190333 0.282945 -0.028508 0.066401 0.056043 0.159749 0.056946 -0.287435 0.000664 1.707976 0.097222 -0.15095 0.09814 -0.074031 -0.091906 0.04159 -0.324301 0.313948 -0.213933 -0.327207 0.012829 0.212128 -0.051632 0.225053 1.430202 0.053325 -0.377651 -0.168434 0.440172 0.234617 0.287255 -0.023553 -0.002599 0.021335 -0.012738 0.144316 -0.056309 -0.509591 -0.141921 -0.019418 0.044771 0.274453 -0.053775 0.139622 0.094673 -0.280011 -0.404229 0.141203 0.017809 -0.074111 0.301484 -0.127652 -0.092964 -0.007166 -0.020779 0.332987 -0.204821 0.050076 -0.04037 0.265441 0.006701 0.159067 0.327512 0.153931 0.166085 0.118825 0.004492 0.141881 0.03978 -0.083389 -0.322341 -0.017378 0.112262 0.078486 0.013801 -0.431387 0.318532 -0.136384 -0.068242 -0.176695 0.253844 0.269001 1.707486 -0.193728 -0.223617 0.127526 -0.025277\n( 0.22134 0.017693 -0.44606 0.02645 0.29595 0.126463 -0.72298 -0.026707 0.145057 -0.489383 -0.212803 0.177797 -0.05146 0.561607 0.158987 -0.145903 0.353383 -0.10767 0.361897 -0.23833 -0.698487 0.188937 0.716493 -0.74899 -0.223007 -0.446393 -0.657897 -0.461723 0.084033 -0.342713 0.157293 -0.244113 0.166377 0.02539 -0.40988 -0.128933 0.30029 -0.434967 0.32364 0.15983 -0.267447 -0.106587 -0.089893 0.17549 0.009573 -0.235833 -0.15357 0.344883 0.264663 -0.162707 -0.29892 -0.04824 0.057537 0.005353 0.403977 0.0067 0.07793 -0.09975 0.138457 0.032393 0.051533 -0.249493 -0.107937 -0.270717 -0.188717 -0.120297 0.28516 0.014923 -0.185517 0.237953 -0.20746 0.30893 0.166423 0.27079 0.153773 0.38647 -0.048153 0.436147 0.404943 0.34425 0.291993 0.153833 -0.0995 0.077187 0.48239 0.14167 0.243927 -0.584603 -0.41891 -0.503817 -0.517357 -0.47604 -0.147923 -0.360077 0.590513 0.107987 0.096437 0.04259 -0.546743 -0.469287 0.931757 0.010873 -0.288863 -0.30933 0.432393 -0.361237 0.00549 -0.363067 -0.296053 0.114723 0.59364 0.64567 0.443417 0.30702 0.417913 -0.22316 -0.172487 -0.172197 -0.143613 0.53458 -0.354877 -0.306163 0.122433 0.843163 0.49291 -0.197053 0.283433 0.284427 -0.297883 -0.338103 -0.02713 -0.16301 0.07105 0.103893 0.217127 -0.410363 0.302853 0.260943 -0.35038 -0.00711 -0.212823 0.098077 0.22761 -0.36739 0.08001 0.12971 0.0665 0.420337 -0.494137 0.03157 -0.139407 -0.636137 0.65731 0.925487 -0.341273 -0.216487 -0.24713 0.099337 0.01223 0.517953 0.463733 -0.24411 0.215987 0.17363 0.02058 -0.366373 -0.196247 0.236847 -0.028507 0.14152 0.060523 -0.007423 -0.640343 -0.198807 -0.055037 -0.035817 -0.244723 -0.106757 -0.274353 -0.060883 0.240393 -0.629243 -0.65012 0.08973 -0.20211 0.34731 -0.294377 0.065307 -0.133413 -0.348863 0.41161 0.239103 -0.677477 -0.075147 0.035077 0.054283 0.550303 0.52603 -0.25958 0.04351 0.347163 0.031533 -0.167287 0.09772 -0.015197 -0.600357 0.6342 0.515703 0.034777 0.40393 0.099167 0.563493 -0.041083 -0.36342 0.003897 0.65694 0.30167 -0.393083 -0.016293 -0.210637 -0.013807 -0.69137 -0.35739 0.79761 -0.325253 -0.40705 -0.446663 0.554543 0.769687 -0.261787 -0.263927 -0.066107 -0.619713 -0.180183 0.37862 -0.30954 0.714407 -0.092983 -0.29125 -0.22409 0.24775 0.158537 -0.11819 0.218317 -0.012217 1.127593 0.22132 -0.12519 0.13022 -0.191753 0.05841 -0.12784 0.342357 -0.042223 -0.1619 -0.592353 0.02407 0.351843 -0.61152 0.33614 0.353033 -0.1202 -0.172947 -0.40219 -0.093883 0.20022 0.01185 -0.35711 -0.18635 0.38261 0.15324 0.412353 0.42155 -0.528233 -0.34793 -0.23074 0.35273 0.590367 0.745343 -0.008893 -0.696863 0.19457 -0.092353 -0.50898 0.701147 -0.194137 -0.54446 0.394703 -0.244343 -0.889483 0.128543 0.743107 0.77832 0.647993 -0.11119 0.315393 -0.44453 0.047787 0.320267 -0.007267 0.674883 -0.025697 -0.190157 -0.20205 -0.22625 0.285327 0.171193 0.186 -0.46563 0.134943 0.535963 0.332207 -0.051397 0.184693 -0.653533 0.272073 -0.046423 0.005837 0.713797 -0.200903 0.47745 0.222733 -0.285987 0.339 0.287587 -0.3633 -0.550073 -0.313407 -0.030017 -0.4675 0.01447 -0.753037 0.38661 -0.368313 -0.06295 -0.140777 -0.746683 -0.396397 0.444003 -0.21572 -0.51591 0.33552 0.304687 -0.034247 -0.098597 0.33394 0.356313 0.23641 -0.3696 0.471087 0.685243 0.045663 -0.03838 -0.294437 0.72202 -0.060447 -0.221557 0.335 0.059533 -0.065323 -0.089787 0.583987 0.461423 0.061777 -0.20565 -0.081897 -0.369087 1.003143 -0.71467 0.14301 0.181277 -0.056813 -0.3858 -0.110007 -0.33642 -0.495497 0.178833 -0.13861 -0.458843 0.020913 0.05219 0.86622 0.259113 -0.91158 0.052533 -0.260563 -0.073993 0.249433 -0.218057 0.240897 -0.297297 0.020277 0.37245 -0.14955 0.18837 -0.233997 -0.039983 -0.04654 -0.1082 -0.110277 -0.438617 -0.008593 -0.931947 0.2665 0.01823 1.279753 0.129107 -0.52057 0.189827 -0.238383 -0.14746 -0.9038 0.350673 0.058207 -0.12316 -0.052947 -0.603117 0.396187 -0.07312 -0.347983 0.23866 -0.115307 0.485617 -0.50938 0.320867 0.415137 -0.225493 -0.09397 -0.217213 -0.336197 0.525727 -0.008897 0.30262 -0.033173 0.798723 -0.185887 -0.29973 0.584403 -0.216167 -0.510697 0.13404 -0.906643 0.750907 0.040247 -0.739453 0.089403 -0.244647 0.12143 0.127143 1.701403 0.431967 0.219873 0.211287 0.326037 -0.419277 0.172853 -0.513457 0.094367 0.09611 -0.29392 -0.324973 0.07751 0.006043 -0.137793 -0.53512 -0.02759 0.645667 0.243663 0.42115 0.314523 -0.076133 -0.027653 0.21379 -0.05898 -0.19227 0.524023 0.058033 -0.122633 0.64163 -0.259277 0.100393 -0.13019 0.088287 -0.186273 -0.284873 0.579667 0.094253 0.809847 -0.63491 -0.415947 0.417363 -0.124903 0.006863 0.286153 0.498477 -0.400893 -0.484527 -0.56152 -0.542713 0.254613 0.631633 0.591953 0.05968 -0.33626 -0.065067 0.491993 -0.367997 1.951047 0.410943 -0.042033 0.3021 -0.25575 -0.458333 0.50026 -0.202847 0.373817 -0.22577 -0.09742 -0.231563 0.008623 -0.235477 -0.253033 -0.3027 0.07893 -0.72185 0.10195 -0.134367 0.0612 -0.499083 0.334947 0.781223 -0.07924 0.08541 0.352473 0.599683 -0.472487 -0.72919 -0.244597 0.35371 -0.30226 0.16361 -0.060247 0.058177 -0.268863 0.025197 0.069987 -0.69182 -0.319517 -0.141053 0.494427 0.289463 0.510643 0.494053 -0.05348 -0.067467 0.152683 0.77213 -0.038643 -0.277397 0.33937 0.2535 -0.140463 -0.63285 0.386093 0.309 -0.156523 0.06159 -0.06059 -0.549937 0.066433 0.02564 0.01249 -0.215807 -0.577947 0.383753 -0.138447 0.193743 0.30802 -0.12997 -0.05821 -0.226737 0.354647 -0.124467 -0.558547 0.675313 0.141123 -0.09678 0.712317 -0.167777 -0.2187 0.52653 0.041927 0.279063 -0.04546 -0.11618 0.460473 0.386293 -0.046033 0.70402 -0.012343 -0.836883 -0.067347 -0.110667 0.225827 -0.416747 -0.526877 0.86958 0.366027 -0.028183 0.689097 -0.292967 -0.36483 0.391897 -0.073683 -0.27205 -0.006773 0.678823 -0.517963 0.563353 -0.448037 0.53878 -0.214237 0.103397 0.1042 0.15201 0.379307 0.20828 -0.464807 -0.47946 -0.454763 0.390663 0.120093 0.280237 -0.0057 0.16708 0.3607 0.15378 -0.6696 -0.11697 -0.040993 0.036223 0.373977 -0.01199 0.170307 0.064517 -0.003623 -0.402843 -0.590993 -0.100637 -0.18365 -0.23646 0.272277 0.290707 0.089513 0.322913 -0.242833 -0.361737 -0.044393 -0.035493 0.27344 -0.6335 -0.341013 -0.298367 -0.080097 0.480247 0.186307 -0.537847 0.08303 -0.119827 -0.30733 0.377483 0.016753 0.14626 -0.218633 0.339087 -0.017637 0.017723 0.23635 0.12592 -0.067867 -0.049573 -0.00654 -0.6865 -0.119403 -0.149867 0.036027 -0.100737 -0.197473 0.402603 -0.056937 -0.21104 -0.527823 0.306807 -0.485677 -0.56312 -0.286173 0.11792 0.190177 -0.191723 0.0213 -0.119893 -0.273203 0.442213 0.400377 0.24214 -0.380207 0.30229 0.148397 -0.440987 -0.258863 -0.531147 -0.37526 0.44758 -0.098793 0.031313 0.18855 -0.356867 -0.500267 -0.404897 0.296903 0.667597 -0.086263 0.285167 -0.04893 0.139393 0.441767 0.269307 0.118893 0.93697 -0.57556 -0.342787 -0.26752 -0.43554 -0.646497 -0.85829 0.840577 -0.112893 -0.413473 -0.191293 -0.077473 0.388227 -0.125923 0.07944 -0.183753 -0.039297 -0.450177 0.589867 0.40638 -0.121493 -0.584273 -0.352647 -0.012163 0.392437 0.43498 0.496083 -0.150263 -0.249883 0.936407 0.28885 -0.067483 -0.198303 -0.720613 0.3042 -0.487353 0.141917 0.06929 -0.07486 -0.061967 0.03647 0.38678 -0.270653 0.454577 -0.22894 -0.237747 0.171937 0.05268 0.342753 0.298907 0.070913 0.155107 0.383413 -0.05583 0.141813 0.084997 0.206053 -0.415933 0.449233 0.048517 0.216417 -0.116317 -0.00787 0.158387 -0.28231 -0.087753 -0.0139 -0.189433 0.54577 0.163093 -0.6899 0.243613 -0.085957 -0.60678 0.26385 0.620143 0.465617 0.192367 -0.090933 0.65735 -0.215337 -0.44972 -0.153533 0.206053 0.21359 -0.1439 -0.151517 -0.015167 0.304703 0.005077 0.153527 0.274687 0.09083 0.017253 0.267107 0.06276 0.341427 -0.010553 -0.463307 -0.362543 0.03941 0.045307 0.291637 -0.094417 0.276823 -0.391913 -0.393817 0.120303 -0.03314 -0.338537 0.459617 0.223467 0.085923 -0.18065 0.253307 0.03317 -0.373777 -0.072557 0.371163 0.62061 -0.836677 -0.230763 -0.433507 0.02448 -0.312097 0.087367 -0.153953 -0.061727 0.055007 -0.15027 0.490723 -0.16916 0.162683 0.091767 0.34137 0.16124 0.374327 0.518547 -0.054883 0.280347 0.140353 0.541637 0.123273 0.20846 0.77444 0.444607 0.2931 0.327017 0.354203 -0.329623 0.07817 0.61966 -0.629817 0.295277 -0.134133 -0.148053 0.047267 -0.334193 -0.53392 -0.2757 0.363217 -0.304283 -0.441543 -0.410643 0.770223 0.253007 -0.084437 0.1632 0.23406 -0.67819 0.227833 0.007333 -0.33923 -0.379387 0.12287 -0.183567 -0.11879 0.229193 0.000767 0.394033 0.19897 0.17468 -0.031643 -0.39701 -0.195163 0.35218 -0.402317 0.621317 -0.14838 0.138497 -0.260277 -0.05117 0.144687 -0.176683 0.297573 -2.19672 0.334067 -0.048987 -0.22769 0.244107 -0.602243 0.150957 -0.053917 -0.18988 0.200357 -0.1954 -0.0681 0.352613 0.052007 0.366527 0.04748 0.21912 -0.155463 -0.770997 0.03924 0.010713 -0.864513 -0.4492 1.59796 0.280463 -0.360963 -0.005667 -0.11941 -0.035027 0.173263 -0.698587 0.101113 0.27466 -0.316533 0.165427 0.29415 -0.19778 -0.169747 0.85126 -0.10757 -0.435303 -0.117857 -0.111747 0.20327 0.314063 -0.486543 0.351307 0.248517 -0.184163 0.28578 -0.4154 -0.048073 -0.148587 0.27098 0.0441 0.22193 0.043473 0.452413 -0.209693 -0.36499 -0.026173 0.049547 0.09381 -0.023167 1.205797 -0.34341 -0.254053 0.610023 -0.115847 0.15123 -0.371487 0.20656 -0.470717 0.23006 0.22192 0.218433 0.68867 0.273957 0.109767 -0.398177 -0.138973 0.07353 -0.123563 0.06492 -0.232437 -0.52074 0.088603 -0.069777 -0.08314 0.07525 0.65243 -0.20076 -0.27302 0.105803 0.312767 -0.019637 1.238577 0.096433 0.0281 0.411557 0.090317\n) -0.100845 0.540825 -0.37393 0.06055 0.138655 0.21507 -0.57836 -0.186625 0.48153 0.399415 -0.25522 0.10501 -0.362225 -0.030275 0.42896 -0.862545 -0.139715 -0.23934 -0.01282 -0.37072 -0.67709 0.331505 0.33941 -0.395 -0.421495 0.25805 -0.56846 0.017945 0.23166 0.235205 0.266915 -0.014835 0.256165 0.26194 0.737175 0.159575 0.11469 0.16592 0.62685 0.665075 -0.13254 -0.362975 -0.327825 -0.073875 0.34 -1.120155 -0.257055 0.09386 0.58271 0.43641 -0.51067 -0.74137 -0.1887 -0.249355 0.129745 0.0758 0.531345 -0.453945 0.79631 0.239155 0.118975 -0.50539 0.28888 -0.33437 0.66186 -0.105995 0.202775 0.16617 -0.105415 0.177715 -0.205255 0.339955 0.363655 -0.087105 -0.292985 0.60947 0.28174 0.504495 0.520785 0.376735 -0.444235 0.220935 0.15822 -0.05482 0.43452 -0.48591 0.278895 -0.066795 -0.335625 -0.02138 -0.22204 -0.014955 0.07578 -0.11053 0.8446 0.018265 -0.485575 -0.34315 -0.37264 -0.28053 0.42678 0.55293 0.120275 -0.42453 0.47323 -0.26283 -0.20042 0.082865 -0.23156 -0.11987 0.892825 -0.2825 0.005265 -0.337505 0.48869 -0.282915 0.116515 -0.43364 0.017515 1.18581 -0.500645 0.528115 0.24751 0.65289 0.69287 -0.147075 0.431425 0.317285 -1.06332 0.417895 0.310285 -0.16145 0.26806 -0.38048 0.381615 -0.517215 0.71803 -0.08332 -0.360175 -0.538395 0.307575 0.051305 0.421435 -0.666765 0.517445 0.1563 0.199605 0.13989 -1.290095 -0.265775 0.31634 -0.138935 0.078425 0.35031 -0.46498 0.38269 -0.92935 0.101005 0.408195 0.235765 -0.414655 -0.39899 0.629115 0.2771 0.37867 -0.531095 0.262535 -0.01269 0.577055 0.030265 0.429545 -0.04187 -0.480665 0.194395 -0.848025 0.126095 -0.5246 0.395315 -0.10576 -0.49204 -0.124995 -0.74374 -1.07153 0.21543 -0.48343 0.6078 -0.62151 -0.02721 -0.069155 -0.333115 0.407225 0.06783 -0.847585 0.02575 -0.024945 0.120755 0.74077 0.192265 -0.79126 -0.09965 0.56197 0.090555 -0.024245 0.123325 0.09029 -1.03011 0.630285 0.365055 0.523795 -0.209335 0.18441 0.14092 -0.121655 0.36155 -0.2797 1.26941 0.81284 -0.27443 -0.46275 -0.461485 -0.31592 -0.93916 -0.386635 0.104225 -0.433365 -0.711655 -0.175735 0.210145 0.6562 -0.02354 0.222805 -0.30815 -0.55681 -0.20438 0.188885 0.280645 0.3404 0.056835 -0.61197 0.25104 0.16381 0.333475 0.204275 0.109575 -0.577175 0.016035 0.5489 -0.708735 -0.5402 0.14063 -0.01627 -0.45497 0.561655 0.05482 -0.18294 -0.60469 0.108415 0.12067 -0.276925 0.32653 0.223515 -0.85301 -0.399855 -0.698745 0.176355 0.57953 -0.304125 -0.38489 -0.142955 0.37004 0.1404 0.0985 0.420635 -0.7512 0.194085 -0.157165 0.77367 0.53519 1.01499 0.09668 -0.80262 -0.060815 0.108425 -0.213155 0.367485 -0.20515 -0.108195 0.40104 -0.329085 -0.440645 0.087575 0.232145 0.409775 0.17617 -0.10666 0.61671 -0.69393 -0.460645 0.14468 0.77982 0.153815 0.203525 0.120535 -0.71958 0.397725 0.362645 -0.15839 0.34714 -0.81908 -0.0296 0.259045 0.30635 -0.10801 0.23478 -0.571315 0.4792 -0.405855 0.417445 0.7544 0.312175 0.48103 0.14342 0.95651 0.12573 0.42912 -0.332725 -0.614355 -0.015335 -0.456355 -0.67781 -0.10293 -0.025015 -0.14336 -0.24454 -0.058855 -0.29038 -0.876455 -0.511085 -0.042715 0.033315 -0.00232 -0.29544 0.09313 -0.04631 -0.417085 0.46285 0.249185 0.79277 0.150525 0.137975 -0.007815 0.219195 -0.167555 -0.40954 0.558235 -0.286275 -0.40716 0.62096 0.11355 0.47832 -0.16517 0.545665 0.474625 0.471535 -0.177355 -0.44288 -1.014965 0.738605 -1.162695 0.053035 0.056855 -0.039735 0.59852 -0.395055 -0.3591 -0.283465 0.49725 -0.21598 -0.077335 -0.50363 0.19297 0.22485 -0.236665 -0.8096 0.26226 -0.31349 -0.03384 -0.085695 -0.230805 -0.031395 -0.159145 -0.136745 -0.167095 -0.07768 0.189765 -0.02323 0.008925 -0.021205 -0.01559 -0.032865 -0.460575 0.723695 -0.398115 -0.08832 0.625605 0.779785 0.071675 0.12808 0.55549 -0.498205 0.35314 -1.608455 0.080825 0.00585 -0.244865 0.071095 -0.09098 0.416465 0.628735 -0.636675 0.29982 -0.216485 0.755865 -0.466735 -0.353545 -0.191105 -0.30413 -0.640745 0.59451 -0.29687 1.13022 -0.209165 0.135645 0.08976 0.62306 -0.14412 -0.44741 -0.43441 -0.34171 0.05812 0.094435 -1.06969 0.11941 0.16849 -0.778965 -0.267715 0.323795 -0.139205 0.17491 1.846945 0.05016 -0.005745 0.057265 0.342945 0.038725 0.700025 -0.306335 -0.06117 0.163345 0.2657 0.45331 0.07548 -0.19166 0.262835 -0.2045 0.023235 0.37718 -0.01866 -0.17518 0.443605 0.26845 0.197365 0.18889 -0.017345 -0.41002 0.58022 -0.01153 -0.564895 0.754695 -0.130145 0.093005 -0.40001 0.21317 -0.405625 0.35685 0.779185 0.313875 0.399205 -0.535065 -0.271825 0.532545 -0.22204 -0.306675 0.0584 0.259865 -0.371565 -0.5618 -0.086215 -0.51508 -0.37329 0.45214 0.681695 0.06333 0.100585 -0.07867 -0.307545 -0.16798 2.299335 -0.689645 -0.326325 0.826245 -0.263915 0.00753 0.09584 0.061745 0.72132 0.24802 -0.11575 -0.758865 -0.20143 0.139845 -0.57377 -0.49518 0.012165 -0.15649 0.46181 0.28754 -0.06563 0.36557 0.015765 1.00866 -0.12955 0.042725 0.487595 0.589535 -0.757125 -0.829955 0.209725 0.16835 -0.15796 -0.233185 -0.48121 -0.29503 0.15381 0.440195 0.223195 -0.354995 -0.13695 -0.16562 0.17746 0.133005 0.414105 0.292375 -0.469625 0.605685 -0.065625 0.8728 -0.556 -0.31819 0.237215 0.083555 -0.19879 -0.50385 -0.526475 -0.0328 0.16297 -0.115145 -1.14486 -0.501275 -0.099945 0.13237 0.34319 -0.37895 0.17074 0.489545 0.250505 0.411915 0.16289 0.334755 -0.46402 -0.180065 0.5197 -0.154115 -0.183375 0.37315 -0.341495 -0.104635 0.415575 0.047585 0.13422 0.17321 0.593365 -0.26884 0.249745 0.15581 0.35266 0.77511 0.148315 0.78492 0.07701 -0.781845 -0.02599 0.182525 -0.50212 -0.058605 -0.38705 0.76793 0.248135 -0.747895 0.413575 -0.638555 -0.657195 0.131705 0.312075 0.171525 -0.264025 0.982685 -0.030095 0.402905 0.173605 0.158415 -0.320605 0.619525 0.194105 0.48346 0.206075 -0.10619 -0.299865 -0.510145 -0.23259 0.17402 0.985555 0.774675 0.157395 0.57039 -0.2631 0.232225 -0.538755 -0.266355 0.1563 0.305825 -0.31159 -0.086925 -0.315485 0.47325 -0.280015 -0.339115 -0.74606 -0.130195 -0.205685 -0.42237 -0.114295 0.422685 0.01459 0.410915 -0.75452 -0.221985 0.0827 -0.18327 0.13274 -0.64275 -0.41262 0.1211 0.55313 0.854745 0.30877 -0.724465 0.17984 0.093295 0.038425 0.196925 -0.028915 -0.360825 -0.27198 0.55987 0.490745 -0.05347 -0.38689 -0.26937 -0.213285 -0.051005 0.3768 0.168235 -0.209155 -0.09783 0.044945 0.21504 0.249985 -0.12208 0.150295 -0.16678 -0.84927 0.102 -0.03081 -0.27824 -0.305095 0.19835 0.56884 0.126425 -0.088245 -0.02621 0.00857 0.103815 0.046085 -0.037945 -0.476555 0.226465 0.11049 -0.28474 0.358775 -0.957545 0.05259 -0.05442 0.11354 0.30696 0.059765 -0.460505 -0.61646 0.060045 0.25643 0.4326 -0.44574 -0.579685 -0.40345 -0.29767 0.63426 0.091995 0.181675 0.55834 -0.212075 -0.517425 -0.339715 0.281535 -0.706315 -0.481445 0.230625 -0.166885 -0.725575 0.127755 0.25173 -0.009425 0.040195 0.05799 -0.369405 0.14193 0.09903 0.329745 -0.060885 -0.18358 -0.53798 -0.242135 -0.133255 -0.1216 0.351045 0.270725 0.033095 0.105795 0.28531 -0.01013 -0.113845 -0.131 -0.80413 -0.07237 -0.442425 -0.45783 0.810205 0.216835 -0.402805 -0.282155 -0.05237 -0.542005 0.14417 -0.385135 -0.67585 0.479185 -0.91378 0.20336 0.29398 -0.13015 0.26218 0.212855 0.23707 0.32275 0.08626 0.252795 -0.107115 0.09154 -0.414835 0.32188 0.08451 0.36333 -0.16841 -0.37496 0.08734 -0.44036 0.18729 0.50154 -0.534545 0.186175 0.511255 -0.36701 -0.48545 0.13441 0.181735 0.32597 -0.157155 0.19518 0.406225 0.109085 -0.581115 0.312765 0.13455 0.270895 0.205595 -0.221005 -0.052325 -0.14587 0.49323 -0.38463 0.661685 -0.53197 -0.15756 -0.263065 0.283265 -0.059135 0.328535 -0.246495 -0.148975 -0.062545 0.319085 -0.25312 0.01959 0.24937 -0.022675 0.08197 0.66072 -0.315035 0.10983 -0.22229 -0.052575 0.27153 0.12944 0.512475 0.49532 0.091855 -0.23926 0.30726 -0.065295 -0.391525 -0.049715 -0.25737 0.14019 -0.539695 0.33421 0.017015 -0.289315 -0.04481 -0.333485 0.47094 0.435435 0.029165 0.32139 -0.08185 -0.03022 0.286325 0.60263 0.207145 0.707715 0.46897 0.0234 0.61633 -0.38962 0.471185 0.140665 0.1884 0.263375 0.206975 -0.415975 -0.26447 0.23644 -1.104695 0.059185 -0.004275 0.007215 0.31575 -0.15207 -0.370415 -0.52199 0.4486 -0.46167 0.11834 0.108135 0.98934 -0.144275 -0.48989 -0.32314 0.303885 -0.759615 0.272855 -0.58387 0.118755 -0.14177 0.148935 -0.233035 0.325405 -0.138115 0.389295 -0.46405 0.145685 0.293305 0.22336 -0.132945 -0.17588 -0.088355 0.070275 0.326965 0.0478 -0.760725 -0.620805 0.032005 0.585615 -0.33181 0.453975 -2.085535 0.539555 0.02818 -0.09621 0.23094 -0.613785 0.149045 0.218585 -0.12752 0.84385 -0.19335 0.047765 0.042175 -0.12494 0.234685 0.106465 -0.06157 0.004285 -0.35773 0.89105 0.024445 -0.26629 0.075285 1.619375 -0.4301 -0.347475 -0.453865 -0.477905 0.387015 0.25226 -0.60823 -0.029195 0.190005 -0.410065 0.63979 0.317645 -0.056045 -0.08807 0.95908 -0.45307 -0.453695 0.16203 -0.20619 -0.075295 0.31047 -0.42785 0.18002 0.26067 -0.037965 -0.016705 -0.764755 0.234185 0.21514 0.06953 -0.205545 0.57031 0.182265 0.30441 -0.351615 -0.437525 0.40862 0.188975 -0.121795 -0.323315 1.086775 0.059435 0.12186 0.837395 -0.39618 0.268875 -0.310645 0.418485 -0.22227 -0.073375 0.006115 0.239005 0.11172 -0.257 -0.246595 -0.113395 0.06617 -0.467395 0.144355 -0.51147 -0.00934 -0.86954 0.281325 -0.25298 -0.158305 0.34996 0.022425 -0.25877 -0.38594 0.481105 0.19572 -0.18411 1.31551 -0.806855 -0.41897 0.340915 0.50997\nồ -0.065742 0.309766 0.003828 -0.047018 0.167914 -0.173668 -0.113453 -0.242523 0.040961 -0.102408 -0.07004 -0.191108 0.002075 0.063738 0.190727 -0.252102 0.10301 -0.43137 -0.197611 -0.0637 0.017772 -0.130829 0.335948 -0.468037 -0.283687 0.245346 -0.192782 0.26572 0.035998 -0.143737 0.160033 -0.198417 0.213291 0.072087 0.150644 -0.523977 0.259216 -0.328228 0.134127 0.125498 -0.125307 0.011332 -0.282893 0.508299 0.345595 -0.393009 -0.41853 0.011947 0.175166 0.272617 -0.375885 -0.071296 -0.067621 0.15765 -0.174564 -0.031428 -0.144915 0.038838 0.11546 -0.163703 0.224123 -0.138268 0.012065 0.12047 0.062431 0.533118 -0.095004 0.325754 0.099421 0.112132 -0.641153 0.289563 0.172936 -0.138048 -0.190532 0.156837 -0.620221 0.432333 -0.146432 -0.329181 -0.046962 0.292442 0.315933 -0.010346 -0.040345 0.280736 -0.163623 -0.153317 -0.409179 0.106233 -0.348513 -0.651697 -0.123762 -0.198023 0.454286 -0.203122 -0.044043 0.004413 -0.005532 0.251001 0.239436 -0.095624 -0.295366 0.053719 0.067914 0.087068 -0.096007 0.217791 -0.065786 -0.162249 0.501622 -0.045658 -0.123132 0.284503 0.077544 -0.34685 0.019047 -0.013393 0.107046 0.070926 -0.207182 0.287295 0.08484 0.515606 -0.553507 -0.24576 0.085617 0.000331 -0.420546 -0.13926 -0.140615 -0.320896 -0.317484 -0.223456 0.208617 -0.621582 -0.334888 0.17128 -0.255548 -0.072948 0.12391 -0.051859 0.252083 -0.178201 0.016648 0.4744 0.165636 -0.156102 -0.736444 0.029466 -0.143826 0.039172 -0.177805 0.291124 0.333737 0.30756 0.143144 0.385855 0.100668 0.178096 -0.070153 -0.028718 0.619445 -0.133037 0.071117 -0.152408 0.033417 0.141363 -0.00255 -0.101766 0.328447 -0.025681 -0.099454 0.053569 -0.066988 0.032003 -0.266334 0.434902 0.299412 -0.165386 -0.089531 0.38253 -0.560621 0.271178 -0.525123 0.176248 -0.197749 0.066664 0.037127 -0.004451 -0.23482 -0.40386 -0.107697 0.178271 -0.251641 -0.206009 0.2002 -0.144374 -0.302806 0.112577 0.374535 0.294281 -0.091286 0.0808 0.136189 -0.293301 -0.144672 0.117927 1.148593 0.064734 0.347606 0.364491 0.020456 0.10183 0.032661 0.145286 0.073372 -0.259311 -0.200291 -0.297628 -0.11381 -0.568746 0.179512 0.144148 0.269243 -0.253309 -0.277895 0.028994 0.231876 -0.116126 -0.218797 -0.054283 -0.413739 -0.164928 -0.254878 0.082313 0.024836 -0.021037 -0.209644 0.303907 0.229362 0.616793 0.118291 0.00319 0.102077 -0.055887 0.147343 -0.367316 -0.341176 -0.178284 -0.225669 -0.303687 0.364188 -0.220603 0.244648 -0.237769 -0.045526 -0.162079 -0.039643 0.324127 -0.044555 0.124288 -0.446428 -0.363939 0.297096 0.30854 -0.018309 -0.112369 0.095688 0.27777 0.727481 0.102541 -0.125078 -0.436892 -0.006093 -0.17617 0.207058 0.172013 0.068419 -0.066454 -0.260532 0.250169 -0.100231 0.031285 0.356938 0.103426 -0.119725 -0.180523 -0.228469 -0.463553 0.362057 0.268566 -0.153851 0.209998 -0.277027 0.472816 -0.591692 -0.046891 0.200407 0.355558 0.111959 -0.124076 -0.131998 0.027783 0.344952 -0.107044 0.052774 -0.003291 -0.213293 0.044333 0.006172 0.205009 -0.29964 0.319633 -0.134591 -0.122291 0.273023 0.561151 -0.020254 -0.116886 0.162565 0.444432 0.052373 0.145062 -0.226266 -0.11737 -0.141267 -0.009658 0.127383 -0.285254 0.017983 0.185238 -0.057459 0.060329 -0.14689 -0.201407 -1.325914 0.206001 -0.063639 -0.172477 0.10376 -0.000237 0.217561 -0.275742 -0.334999 0.028341 0.232853 0.207419 -0.166438 0.07794 0.193856 0.330482 -0.105787 0.056931 0.160343 -0.213667 -0.06222 0.242984 -0.017955 0.013154 0.014484 0.175378 -0.159346 -0.02162 0.085702 -0.291531 -0.198493 0.135954 -0.757439 0.047592 0.058424 0.124166 -0.078799 -0.192728 -0.229228 -0.305801 -0.022594 -0.647472 -0.05509 -0.005347 0.226401 -0.133096 0.055025 -0.175676 -0.352528 -0.168006 -0.202719 0.20098 0.055273 0.006314 0.103806 -0.370341 -0.14949 0.042047 0.097258 -0.003867 -0.052955 -0.157811 -0.274186 -0.185904 -0.161544 0.078309 -0.10139 0.313302 0.037627 0.628008 0.129143 0.156078 0.473258 -0.140436 0.234919 -1.275973 0.229442 0.240405 -0.21419 0.069247 -0.296572 0.484565 -0.002717 -0.353228 0.034546 -0.040114 0.361717 -0.125936 0.116529 -0.229731 0.46679 -0.287639 0.275102 0.18939 0.486685 0.130137 -0.060549 0.160922 0.411605 0.157557 -0.119188 -0.302797 0.232461 0.276036 0.092586 0.018488 0.343924 -0.316859 0.003741 -0.253855 -0.117835 0.308395 0.061069 1.167792 0.40196 -0.252441 -0.103613 0.407026 -0.234399 0.340273 -0.221133 -0.365072 -0.098563 0.209231 0.510275 0.214426 -0.23367 -0.156 -0.11706 -0.120559 0.225182 -0.168385 0.138269 0.590134 -0.030552 -0.217435 0.163496 0.141883 -0.301923 -0.090996 -0.198144 -0.295861 -0.114863 -0.065645 0.183173 0.088907 -0.117057 -0.384615 0.4718 0.192693 0.335395 0.073986 0.038224 -0.036943 0.381669 -0.384377 0.040179 0.034897 -0.135646 -0.176719 0.10886 0.051948 0.115463 0.070578 -0.084572 0.319907 -0.223013 -0.24433 -0.219358 -0.10407 0.324963 2.375397 -0.26305 -0.221582 0.330743 -0.149203 -0.133245 0.176548 -0.083623 0.009112 -0.042253 -0.116738 -0.117603 -0.002439 0.095896 -0.477583 -0.105292 -0.211906 0.070235 0.242029 0.123675 -0.112406 0.015988 -0.214542 -0.017304 -0.145073 -0.040861 0.114261 0.133485 -0.282953 -0.096122 -0.065256 -0.107179 0.135329 0.193669 0.25418 0.03482 -0.049135 0.325798 0.408697 -0.259132 -0.591797 0.078211 -0.296765 0.060192 0.132607 -0.096722 -0.064565 -0.035032 0.508853 0.609021 -0.195663 -0.294511 0.077281 0.083752 0.06354 -0.219933 -0.004927 0.065174 0.253979 -0.126479 -0.628683 -0.445119 -0.209183 0.042814 -0.098781 -0.06908 -0.273549 0.061036 -0.143724 -0.01925 0.101166 0.200596 0.178803 -0.060832 0.102422 -0.453636 0.080024 0.346768 -0.101035 -0.125528 0.411868 -0.350894 0.100586 -0.069122 -0.094747 0.038975 -0.181051 0.526113 0.142397 0.189993 0.083045 -0.185417 -0.155842 -0.418012 -0.036687 -0.143546 -0.20047 -0.092062 -0.336005 0.586444 -0.063452 0.15123 0.195974 -0.049143 0.176719 0.265695 0.080423 -0.584034 0.234424 0.23787 -0.098369 0.10657 0.095718 -0.137677 -0.065483 0.213799 -0.105951 -0.17886 0.241415 -0.084658 -0.27006 -0.098338 0.028961 0.233732 -0.094862 -0.059494 0.241733 0.238475 0.375384 -0.605585 -0.27954 0.062733 0.076624 -0.131184 -0.206488 -0.078877 -0.093303 0.06254 -0.446927 -0.111126 -0.723395 -0.455879 -0.026178 -0.076387 -0.031994 0.03202 -0.04673 0.447054 -0.295915 0.012106 0.74023 0.062376 -0.114027 -0.51614 -0.10155 -0.185132 -0.108355 0.046466 0.112979 -0.00075 0.465296 0.158459 -0.133342 0.260311 0.083217 -0.277277 -0.054897 0.296372 0.253525 0.280063 -0.250254 0.408178 0.230421 0.200972 0.085557 0.220249 -0.017366 -0.050383 0.154428 -0.301554 0.013006 -0.534312 0.438375 0.143542 -0.447277 0.129461 0.194537 -0.631117 0.577059 -0.300819 0.348466 -0.223889 -0.071467 0.065552 0.351575 -0.306638 -0.140453 -0.192092 -0.095736 -0.074222 -0.205225 0.108312 -0.04281 -0.269751 0.017367 0.54432 0.360365 0.046028 0.113512 -0.063852 -0.181587 -0.062409 -0.074938 0.830241 0.151291 0.360139 0.264798 0.268103 0.232756 0.041372 0.057853 -0.10966 -0.121617 -0.297255 -0.331215 0.174652 -0.714005 0.209377 -0.070452 0.164481 -0.336444 -0.132979 -0.103215 0.027497 0.041867 -0.309884 -0.015249 -0.363258 0.014852 -0.064918 0.044412 -0.163265 0.073732 -0.282969 0.133791 0.226622 0.386633 0.015833 0.153413 0.019358 -0.15275 0.056686 0.038446 -0.404482 -0.308145 -0.055634 -0.330906 0.049628 0.181215 0.093397 -0.176941 -0.312226 0.32754 -0.077153 0.014867 -0.129382 0.284632 -0.208173 -0.310366 -0.006361 0.332617 -0.060267 -0.176589 0.00522 0.297435 0.459178 0.033599 0.068865 -0.281732 0.019493 -0.177521 0.233757 0.287059 0.12933 -0.123699 -0.061472 0.037612 -0.070118 0.209387 0.12886 0.148879 -0.085505 -0.298263 -0.011808 -0.780907 0.117973 0.047604 -0.350729 -0.132236 -0.074448 0.373009 -0.337263 -0.253522 0.263342 0.036787 -0.133617 0.209659 -0.127158 0.115704 0.288535 0.268846 -0.193391 -0.023515 -0.27895 0.057249 0.273479 0.076618 0.106584 0.546934 0.196647 -0.0201 0.380028 0.310063 -0.165099 -0.533346 0.178758 0.124516 -0.055691 0.324172 -0.131902 -0.124567 0.110936 -0.203129 0.156698 -0.071217 -0.054856 0.489729 0.037382 0.071989 -0.076938 0.069966 -0.633419 0.353601 -0.046956 0.184565 -0.115608 0.22861 0.311327 -0.370623 -0.058284 0.049995 0.134316 0.225518 -0.053543 -0.126546 0.369456 0.183615 -0.149492 -0.084373 0.202281 -0.169414 0.325322 0.136868 0.432156 -0.036408 0.12757 0.418365 -0.244907 0.000301 0.130763 -0.182441 -0.198345 -0.058848 -0.642832 0.12439 0.033924 -0.019178 -0.325717 -0.360543 -0.130126 -0.394891 0.029467 -0.22315 0.140347 -0.173948 0.280801 0.020714 0.020189 0.10335 -0.433014 -0.390821 -0.197945 0.230887 -0.125121 0.275891 0.220499 -0.284823 0.093073 0.149232 0.034427 0.230868 0.324831 0.00779 -0.129728 -0.408179 -0.52036 -0.099026 -0.086583 0.123468 0.321636 0.283424 0.000441 0.004567 0.527613 -0.250051 -0.121969 -2.020395 0.237673 0.432421 -0.228284 0.0449 -0.234737 0.218455 -0.11796 -0.464484 0.009451 -0.13362 0.155748 -0.004013 0.056449 -0.226857 0.322833 -0.079315 0.068522 0.126798 0.446115 0.02179 -0.330319 0.037722 1.733686 0.179843 -0.170018 -0.030661 -0.134965 -0.012734 0.162359 -0.20867 0.450337 -0.257505 -0.162127 0.003676 0.171487 -0.030294 -0.012896 1.394266 0.142946 -0.388144 -0.15706 0.350505 0.086473 0.406155 -0.206511 -0.282427 -0.23315 0.158585 0.326379 -0.056545 -0.399458 -0.330545 0.062561 -0.206101 0.210894 -0.193106 0.194903 0.426262 -0.335416 -0.307455 0.119174 -0.048296 -0.182648 0.277044 -0.131054 -0.399504 0.044304 0.116603 0.202121 -0.164955 0.05171 -0.041534 0.550896 0.030775 0.246762 0.261272 -0.079316 0.071438 0.283031 -0.11157 0.392208 -0.050088 -0.075883 -0.161296 -0.044796 0.100916 0.304728 -0.07348 -0.138349 0.166942 -0.336542 -0.172103 0.078488 0.090476 0.241779 1.902868 -0.350835 -0.142221 0.043785 -0.06932\ný 0.305826 0.25577 0.065486 0.224413 -0.042346 -0.228874 0.086263 -0.110995 -0.010135 0.10282 -0.268204 -0.069057 -0.171747 -0.168882 0.190711 -0.29814 -0.113364 -0.035878 -0.151698 -0.376602 0.003546 0.060582 0.404189 -0.24059 0.049872 0.214287 -0.037616 0.004086 0.190119 0.041537 0.513943 -0.068361 -0.093253 0.07286 -0.021702 -0.385633 0.158171 -0.165334 0.358409 0.122906 -0.063963 -0.082075 -0.383746 0.571767 -0.00357 -0.528447 -0.035978 0.169556 -0.103094 0.287477 -0.448086 -0.314383 0.044684 0.084311 0.300834 -0.044526 -0.232514 -0.369581 0.187854 0.073803 0.075854 0.005184 0.037281 0.250215 0.202167 0.428534 0.132948 0.194563 0.161034 0.090348 -0.484326 0.150726 0.09024 0.192284 -0.301955 0.141949 -0.349382 0.381839 -0.132452 -0.182526 0.137714 0.473416 0.070207 0.188905 0.117052 0.531186 -0.086003 -0.184518 -0.416587 0.107702 -0.447104 -0.351631 -0.00756 -0.134419 0.657051 0.095023 -0.302378 0.062391 -0.14787 -0.018026 0.156787 -0.345242 -0.119935 -0.035119 0.368683 0.182526 -0.318651 0.279208 -0.292415 -0.052643 0.405191 0.187298 0.037925 0.069086 -0.004949 -0.412729 0.178475 -0.070052 0.086506 0.120931 0.04059 0.351505 -0.226919 0.154655 -0.14447 -0.335982 0.340812 0.094531 -0.471064 0.148105 -0.16419 -0.590288 -0.26926 -0.251707 0.033078 -0.661156 -0.347143 -0.025301 -0.215648 0.008667 0.162185 0.156927 0.162219 0.102585 -0.082554 0.405392 -0.041487 0.038136 -0.922307 0.256735 -0.483161 0.508988 0.204491 0.042772 0.013754 0.271703 0.006817 0.203301 0.063812 0.236643 0.00331 0.126006 0.540611 0.011476 -0.109109 -0.073418 -0.057198 -0.114205 0.001166 -0.482562 0.377198 -0.069301 0.144286 0.171657 0.014552 -0.2059 -0.343001 0.26475 0.22574 -0.177636 -0.053351 0.273262 -0.324947 0.220677 -0.515856 0.11884 -0.040853 -0.087662 0.017015 -0.445791 0.121964 -0.339938 -0.416253 0.236752 -0.060241 -0.185211 0.00378 -0.249224 -0.136749 -0.080732 0.237904 0.290416 -0.173808 0.105146 0.308395 -0.325843 -0.309691 0.295224 0.989943 0.050897 0.158289 0.045779 -0.154901 0.143982 0.041694 0.019006 0.002638 -0.14324 -0.330238 -0.442709 -0.072282 -0.781358 -0.136393 0.073091 0.215373 -0.124082 0.146891 0.127127 0.355563 -0.186115 -0.118096 -0.06494 -0.384988 -0.307495 -0.213972 -0.042507 -0.107851 -0.299204 -0.362466 -0.148674 0.043133 0.157132 0.298032 0.475262 0.157976 0.063774 0.174593 -0.374313 -0.423355 0.057742 0.026898 -0.306526 0.403074 0.024333 0.170717 -0.148827 -0.076162 -0.284249 -0.104868 0.207606 -0.265278 0.155499 -0.279662 -0.344049 -0.077547 0.435175 -0.076665 -0.081076 0.000173 0.091796 0.421432 0.147832 -0.083731 -0.487791 -0.218995 -0.110392 0.109646 0.219626 0.043317 0.134938 -0.18749 -0.069562 -0.110634 0.09294 0.272004 -0.170331 0.096974 -0.225927 -0.193453 -0.271009 0.070778 0.338391 0.022442 0.434472 -0.09447 0.302252 -0.433709 0.114536 0.195153 0.496583 0.01118 -0.200948 -0.358786 0.413817 0.178788 -0.263911 0.003666 -0.201825 -0.279108 -0.117368 -0.089995 0.29255 -0.042542 -0.022652 0.069669 -0.06057 0.467065 0.512603 -0.144843 0.044504 -0.004746 0.155805 0.390114 0.04919 0.072608 -0.077163 -0.112409 -0.02708 0.026401 0.029396 -0.013495 0.136759 -0.051595 0.075255 -0.150545 -0.002291 -1.278082 -0.004329 -0.397346 -0.132431 0.019432 0.046952 0.064234 0.09044 -0.37447 0.066595 0.131822 0.149397 -0.225242 -0.101147 0.084884 0.062231 -0.044023 -0.057659 0.266329 0.056048 0.092803 0.066066 -0.138696 0.172982 0.126532 -0.078366 0.020118 0.131201 0.197029 -0.494563 -0.08041 0.081318 -1.096475 0.074539 -0.043273 0.001391 -0.032762 -0.066994 -0.345744 -0.20329 -0.128033 -0.650402 -0.061461 -0.102535 0.216159 -0.110859 0.16874 -0.233923 -0.073379 -0.393854 -0.059816 0.073979 -0.051362 0.056422 0.086873 -0.341495 -0.42936 0.325982 0.263869 -0.021684 -0.068177 -0.052484 -0.412736 -0.223603 -0.098261 0.199743 0.072933 0.28493 0.12451 0.241923 0.239445 -0.270869 0.332882 -0.273895 0.175771 -1.153795 -0.173603 0.331929 -0.135589 0.046281 -0.082093 0.258874 -0.101491 -0.465377 0.081446 0.283644 0.352721 -0.199857 0.117512 -0.100632 0.223873 -0.214207 0.349929 -0.029874 0.213295 -0.018414 -0.111184 0.042542 0.327375 0.087851 -0.042382 -0.365656 -0.180178 0.032838 -0.167181 0.077259 0.475112 -0.197875 -0.170202 -0.130026 -0.137815 0.217572 0.060007 1.180976 0.277761 -0.09895 0.117693 0.442674 -0.042254 0.106988 0.2308 -0.339173 -0.126416 0.278772 0.382846 0.089687 -0.38216 -0.045975 -0.490635 -0.18894 0.088964 -0.200175 0.127423 0.029491 0.198426 -0.213044 0.291198 -0.057658 -0.249026 0.100348 -0.250048 -0.227964 -0.063466 0.042236 0.372759 0.064413 -0.072175 -0.492873 0.468454 0.331735 -0.135395 0.207102 -0.035091 0.02204 0.581824 0.05748 0.085902 -0.156875 -0.192784 -0.019695 -0.209435 -0.090195 -0.157452 0.220252 -0.167195 0.369767 -0.085554 -0.121281 -0.229119 0.096116 0.158582 2.322734 -0.156762 -0.267621 0.285934 -0.019208 0.116973 -0.03418 0.18703 0.530002 -0.133524 0.249466 0.027049 -0.07857 -0.027924 -0.184396 -0.105623 -0.023519 0.107995 -0.121142 0.014505 -0.134472 -0.064841 0.057038 0.098103 -0.397738 -0.032618 0.207132 0.37156 -0.060271 0.233503 0.040036 -0.039677 0.141926 0.385357 0.31575 0.174544 0.092963 0.240702 0.399026 -0.086043 -0.424858 0.233556 0.100906 0.343034 0.069775 -0.075656 -0.084904 -0.216639 0.373567 0.346694 -0.255105 -0.062096 0.220424 -0.106334 0.104473 -0.334644 -0.04667 -0.035526 0.267643 0.372792 -0.390635 -0.489374 -0.374937 0.243871 0.119188 0.133387 -0.088825 0.147175 0.177063 0.182325 0.119905 0.023215 0.188804 -0.139497 0.048937 -0.322246 -0.104684 0.151024 0.150314 -0.26756 0.378764 -0.142941 0.274034 -0.268094 -0.082511 0.165233 -0.127629 0.393415 0.297906 0.211589 0.228366 -0.023214 -0.239772 -0.245096 0.022568 -0.438663 -0.089056 -0.142365 -0.11348 0.796793 0.182116 0.093365 0.100277 -0.191209 -0.093344 0.2136 -0.295335 -0.101125 0.021205 0.361866 -0.00765 -0.058079 0.16719 -0.348225 0.067999 0.071201 0.061028 0.08696 -0.144152 0.20198 -0.468454 0.093682 -0.009915 0.398526 -0.070487 0.001544 0.341338 -0.047777 0.054327 -0.201332 -0.435846 0.283818 0.036726 -0.393953 -0.023641 -0.021049 -0.352793 0.039208 -0.415653 -0.294536 -0.748516 -0.529665 -0.295979 -0.202662 0.216249 0.111983 0.148273 0.467548 0.004192 -0.003085 0.687265 -0.036762 -0.08195 -0.771557 -0.005433 -0.30942 0.027463 0.486177 0.023425 -0.448278 0.315014 -0.007071 -0.150411 0.040192 0.18031 -0.038432 0.02517 0.198437 0.426024 0.11064 0.004094 0.247776 -0.049187 0.146464 -0.292687 0.179477 -0.134465 0.123852 0.376418 -0.260696 -0.025386 -0.662311 0.309406 0.100301 -0.292478 0.244031 -0.047562 -0.480708 0.347287 -0.255117 0.305252 -0.02147 -0.174984 0.113838 0.102832 -0.004046 -0.007463 -0.11878 -0.153597 0.203859 -0.092875 0.145121 -0.235447 -0.204969 0.016827 0.378719 0.286606 -0.148664 -0.092867 0.054717 -0.331038 -0.386798 0.080706 0.719871 0.24504 0.152659 0.0524 0.049837 0.085652 0.038609 0.09295 0.001495 -0.033752 -0.369272 -0.613964 0.34175 -0.870823 -0.049147 -0.131479 -0.025925 -0.251929 0.098967 -0.012801 0.067165 0.035173 -0.355039 -0.184371 -0.392681 -0.164543 -0.168447 -0.133078 -0.395678 -0.183302 -0.407903 -0.071945 0.039532 0.102497 0.15957 0.443287 0.308805 0.070381 0.063687 -0.131189 -0.416278 -0.365675 0.211768 -0.293985 0.028349 0.602437 0.153863 -0.270693 -0.343764 0.007791 -0.148561 -0.133512 -0.084639 0.141435 0.049774 -0.417827 -0.28216 0.390317 -0.04724 -0.141591 -0.247837 0.205586 0.184093 -0.066661 -0.062653 -0.338395 -0.22957 -0.263706 0.214618 0.27428 -0.097915 -0.008488 0.036418 -0.169351 -0.029445 -0.069276 0.080017 0.079164 0.079434 -0.210962 -0.090751 -0.631068 -0.087129 0.234729 -0.074466 0.193888 0.014116 0.253227 -0.055568 -0.308102 0.05475 0.197193 0.026054 0.287935 -0.352125 0.260866 0.287531 -0.028953 -0.162101 0.04978 -0.239616 -0.096685 0.205485 0.091073 0.185757 0.104094 0.320641 -0.002702 0.436337 0.376657 -0.100698 -0.324931 0.115729 -0.241786 0.142318 0.239088 0.290333 0.017477 0.32073 0.022993 0.094095 0.145985 -0.016725 0.414207 -0.128476 0.091121 -0.335066 0.146067 -0.583492 0.259725 -0.177929 -0.090294 -0.106849 0.111596 0.207729 -0.243899 -0.242754 0.10243 0.011866 0.351185 -0.07144 -0.35498 0.326134 0.005482 -0.121978 -0.142883 0.145414 -0.064934 0.42812 0.010587 0.436464 -0.007071 0.217663 0.022449 0.089694 0.262113 0.182403 -0.296351 -0.085324 0.033309 -0.995102 0.174796 0.122734 -0.022228 -0.217222 -0.214661 -0.101197 -0.249831 -0.100407 -0.360062 0.027954 -0.369411 0.05704 0.05518 0.116666 0.090792 -0.112452 -0.260251 -0.275588 0.16275 -0.351893 0.210502 0.153428 -0.126979 0.049469 0.558782 0.351628 0.053466 0.228588 -0.02589 -0.547794 -0.571437 -0.516085 0.099272 0.035201 0.107689 0.469023 -0.055178 0.008643 -0.154599 0.523816 -0.184466 -0.080487 -2.053419 0.064016 0.499943 -0.258614 -0.00225 0.193873 -0.059223 -0.264837 -0.579037 0.116921 -0.131748 0.005105 -0.131653 0.044602 -0.251612 0.33723 -0.172949 0.147276 -0.170142 -0.004619 0.121907 -0.370883 0.051124 1.608495 0.139733 -0.048584 -0.193068 -0.190034 0.200867 -0.055889 -0.253267 0.538766 -0.16016 -0.031669 -0.010101 0.171062 0.10474 0.274369 1.420477 0.299792 -0.27963 0.008524 0.488748 0.478707 -0.001325 0.165772 -0.225063 -0.200776 0.24946 0.338342 -0.304131 -0.617332 -0.133367 -0.506739 -0.357224 -0.044533 -0.170588 0.048808 -0.040463 -0.06638 -0.310278 0.242653 -0.183028 -0.050732 0.181738 -0.435104 -0.244292 -0.14103 0.251256 0.264614 -0.077297 0.048938 -0.196163 0.405086 0.198343 0.090997 0.410769 -0.151482 0.099859 0.409301 0.175413 0.311434 -0.037279 -0.069617 -0.016539 -0.311175 -0.037226 -0.064679 0.254331 -0.222713 0.149346 -0.248821 0.143261 -0.06998 0.282056 0.047474 1.765291 -0.362901 -0.358344 0.199221 -0.137366\nữ 0.381478 0.432438 -0.037663 0.153647 -0.007888 -0.089807 -0.083532 -0.144021 0.036627 -0.053849 0.075057 0.053957 -0.200792 0.007152 0.177584 -0.224616 0.011612 -0.075315 -0.226316 -0.109302 0.022848 -0.188368 0.099106 -0.150438 -0.176968 0.029034 -0.081549 0.176437 0.242495 0.064217 0.270488 -0.127888 0.172665 -0.051359 -0.114651 -0.175574 0.119626 -0.083873 0.202792 0.105413 0.030404 0.071798 -0.24152 0.37891 0.160143 -0.507812 -0.048481 -0.042062 0.076686 0.441815 -0.561731 -0.038832 0.067152 0.29957 0.081286 -0.013713 -0.024683 -0.019328 0.337552 0.01771 0.265757 -0.031249 -0.060059 0.088125 0.214537 0.271545 0.102062 0.298381 0.260717 -0.147499 -0.217625 0.052952 0.178725 0.030779 -0.280957 0.021387 -0.493941 0.418229 0.003061 -0.214205 0.068254 0.285696 0.097007 0.189147 0.347872 0.435041 -0.304569 -0.24673 -0.472225 0.05073 -0.200378 -0.241696 -0.050741 -0.099677 0.656745 -0.056782 0.015028 -0.027101 -0.257087 0.150884 0.457109 -0.232695 -0.028966 -0.075902 0.16522 0.282103 -0.464582 0.256447 -0.061391 -0.108982 0.116504 -0.140272 -0.321009 0.056959 -0.036912 -0.232606 0.163302 0.031947 0.100425 0.266483 -0.284867 0.360678 -0.082769 0.282203 -0.284777 -0.169754 0.153915 -0.030401 -0.31029 0.10281 -0.221034 -0.527189 0.102593 -0.235773 0.087839 -0.640841 -0.290113 -0.027373 -0.175908 -0.057973 0.152015 0.264528 0.408476 -0.122108 0.285485 0.128622 0.075707 -0.020154 -0.884268 0.086379 -0.322157 0.130968 0.171809 0.127701 0.209055 0.165137 0.053201 0.228543 0.1877 0.237127 -0.095075 0.026965 0.375783 -0.051213 0.045738 0.082379 -0.095193 -0.133773 0.097485 -0.250075 0.41507 -0.001463 0.038348 0.154133 -0.11712 0.110793 -0.24007 -0.032415 0.549685 -0.491841 -0.218832 0.145004 -0.428556 0.241568 -0.457404 0.128143 -0.085063 0.113312 0.151878 -0.246398 -0.173803 -0.135311 -0.048462 -0.004363 -0.065172 -0.157047 0.141917 -0.095278 -0.248582 -0.076539 0.31266 0.080865 -0.111805 -0.048005 0.253231 -0.256851 -0.02687 0.0236 1.096398 -0.154105 0.041719 0.223583 -0.091712 0.127944 0.178518 0.138607 -0.053671 -0.359429 -0.308157 -0.366652 -0.541117 -0.519265 0.067699 0.328995 0.13437 -0.18454 -0.119568 0.194896 0.34308 0.030499 0.037541 -0.210884 -0.399824 -0.26406 -0.20191 -0.125065 0.003952 0.022497 -0.068337 0.235527 0.033657 0.329555 0.134015 0.16691 0.005277 -0.01095 0.207062 -0.305041 -0.39157 0.045485 -0.126884 -0.112332 0.283266 -0.141608 0.166292 -0.270437 -0.225752 -0.179359 -0.172605 0.235038 -0.237071 0.017512 -0.413721 -0.329416 0.172303 0.219016 0.180749 -0.057454 0.00077 -0.025074 0.403905 -0.086696 -0.244213 -0.242552 0.087425 0.07345 0.21629 0.304727 0.257754 0.290781 -0.239732 -0.061694 -0.204695 -0.094214 0.132889 0.137066 0.039902 -0.234977 0.049292 -0.772429 0.244953 0.227097 -0.086811 0.331319 -0.269973 0.532404 -0.498946 0.392349 0.171869 0.326285 0.292084 -0.012251 -0.341629 0.231278 0.125315 -0.139889 -0.132422 -0.009359 -0.273938 -0.133164 -0.108148 0.204684 -0.079501 0.398384 0.032629 0.11517 0.456014 0.54018 0.046543 -0.071116 0.317505 0.139717 0.00065 0.479273 -0.142907 -0.054059 -0.120836 0.209179 -0.100122 -0.330397 0.049798 0.092724 -0.021217 -0.091285 -0.013516 -0.024282 -1.215429 -0.241294 -0.341416 -0.082963 -0.021249 -0.12663 0.154719 -0.097791 -0.160951 -0.140973 0.233044 -0.097322 -0.155137 0.125843 0.10787 0.267418 -0.107531 0.036949 0.194077 0.109895 0.051686 0.219842 -0.054766 0.258555 0.069963 0.171585 0.131241 0.172307 0.121994 -0.398452 -0.171103 0.066202 -0.97996 -0.075754 -0.118914 0.225771 -0.147778 -0.050055 -0.106313 -0.12184 -0.133173 -0.659362 0.194964 0.004422 0.066819 0.006027 0.128607 -0.214473 -0.322745 -0.243243 -0.23731 -0.204342 0.128357 0.036608 0.066429 -0.322599 0.022343 0.20071 0.099911 0.079941 -0.064351 0.031386 -0.229907 -0.241985 -0.272286 0.312867 -0.042125 0.044083 0.192126 0.408944 0.329773 -0.319343 0.327652 -0.17927 0.218293 -1.303356 -0.02103 0.148496 -0.021818 0.208482 -0.386547 0.27438 0.015458 -0.267523 -0.168841 0.133299 0.346501 -0.331434 0.252808 -0.072733 0.368309 -0.209313 0.359935 0.06049 0.343735 0.067934 -0.162804 -0.004412 0.421797 0.169576 -0.003456 -0.250752 -0.047661 0.34861 -0.154303 -0.0879 0.232815 -0.333835 -0.197357 -0.270006 0.027542 0.282965 0.121204 1.208217 0.246277 -0.269185 -0.086167 0.349738 -0.220564 0.210988 0.093058 -0.303983 0.121868 -0.011487 0.622359 0.180188 -0.054671 -0.152514 -0.319329 -0.025546 0.286002 -0.095733 0.244717 0.31643 -0.089687 -0.172321 0.252698 0.06507 -0.360764 -0.174781 -0.256736 -0.346733 0.016422 -0.049616 0.166873 0.01233 -0.229405 -0.343942 0.550054 0.462896 0.113798 0.258129 0.070312 -0.062832 0.283005 -0.253693 -0.090453 0.027518 -0.245877 -0.137909 -0.149246 0.014781 -0.012374 0.101362 -0.135645 0.137108 -0.106896 -0.026071 -0.203765 0.003596 0.370427 2.364038 0.031326 -0.289153 0.111709 -0.152581 0.164053 0.162879 -0.059486 0.209291 -0.219428 0.149802 0.128188 -0.017739 0.11834 -0.176122 -0.035936 0.033885 -0.138462 0.193672 0.16447 -0.054841 0.11232 0.015842 0.151292 -0.22095 -0.021715 0.029594 0.009541 -0.001997 0.046127 -0.160703 0.055383 0.160365 0.236642 0.056673 0.106941 -0.059465 0.256472 0.242521 -0.310437 -0.35491 0.006545 -0.035769 0.096825 0.143143 -0.016332 -0.120266 -0.012344 0.456512 0.347868 -0.221128 0.003229 -0.026268 0.025378 -0.018668 -0.219443 0.063468 -0.075589 0.358257 0.105047 -0.390527 -0.284741 -0.265698 0.328878 0.188676 0.156611 -0.197854 0.148393 -0.021836 0.074604 -0.025205 0.123136 0.269778 0.153592 -0.07711 -0.043057 -0.044323 0.449563 -0.009799 -0.23787 0.243705 -0.279888 0.202662 0.013609 -0.049519 0.231572 -0.173694 0.441367 0.279084 0.484192 0.310504 -0.266198 -0.367613 -0.37131 -0.011363 -0.147113 0.064944 -0.106504 -0.17938 0.791289 0.036382 0.291572 0.049475 -0.278243 0.073001 0.334188 0.090453 -0.242417 0.132233 0.375029 0.078626 -0.037458 0.102128 0.064837 -0.088464 -0.170805 -0.14928 -0.081696 -0.198884 -0.048562 -0.380208 0.021562 -0.042293 0.270807 0.090748 -0.09147 0.174283 0.067833 0.247308 -0.311401 -0.158958 0.166504 0.15856 -0.133522 0.051316 -0.206408 -0.420805 0.286498 -0.439702 -0.112781 -0.786443 -0.452503 -0.131842 0.033659 0.09714 0.091778 0.413444 0.446297 0.004034 0.169504 0.341695 0.068393 -0.081435 -0.665943 -0.203617 -0.233679 -0.047849 0.306176 -0.118804 -0.125731 0.303135 0.234756 -0.087107 0.307979 0.152104 -0.244164 0.010444 0.141993 0.18754 0.213247 -0.105432 0.129774 -0.083852 0.136508 -0.215873 0.263913 -0.035232 0.026538 0.192433 -0.470041 0.201822 -0.393168 0.082507 0.413754 -0.492152 0.09738 -0.020632 -0.52411 0.486647 -0.154096 0.228127 -0.092486 -0.084865 0.294824 0.010704 -0.315055 0.017289 0.013878 -0.125996 0.114875 -0.04856 -0.10099 -0.196637 -0.213018 -0.092041 0.429639 0.017318 -0.036698 -0.131251 -0.028282 -0.287272 -0.097208 -0.063024 0.773944 0.135802 0.106268 0.018964 0.098951 -0.003731 -0.065584 0.071828 -0.06045 -0.195871 -0.268203 -0.413799 -0.175945 -0.567066 -0.098144 0.044459 -0.138899 -0.277826 -0.022218 0.08202 0.105785 0.209603 -0.249662 -0.305722 -0.442241 -0.016911 0.046437 -0.223157 -0.220829 -0.001498 -0.057332 0.199701 -0.054372 0.379642 0.003301 0.263662 0.01455 0.004429 0.005757 0.065101 -0.415054 -0.113813 0.057649 -0.103276 0.045921 0.227957 0.165704 -0.173039 -0.131485 0.084953 -0.090954 -0.010982 -0.261551 0.116562 -0.217679 -0.224943 -0.122578 0.362009 -0.005404 -0.12131 -0.097168 -0.056305 0.137132 -0.427834 0.096782 -0.136925 -0.135913 -0.118681 0.294057 0.393522 0.019234 0.285209 -0.208429 -0.092365 -0.065322 -0.118858 0.273436 0.158818 -0.041231 -0.221589 -0.027918 -0.688581 0.129653 0.163579 -0.398179 0.098857 -0.099302 0.456564 -0.08597 0.082257 0.034485 0.147522 0.029672 0.237551 -0.142306 0.165183 0.017803 0.089458 -0.301534 0.047503 -0.368169 -0.163551 0.221164 0.065296 0.124761 0.440793 0.238924 0.283606 0.432028 0.229519 0.008895 -0.402751 0.340762 0.001707 -0.021765 0.637515 -0.052046 -0.00853 0.019064 0.189124 -0.083469 -0.295773 0.055344 0.290721 0.001582 -0.121809 -0.115876 0.183664 -0.593766 0.056871 -0.188761 -0.028857 -0.075605 0.060864 0.228006 -0.301882 0.019003 -0.01293 0.278336 0.020768 -0.182183 -0.194072 0.218375 0.089078 -0.210859 0.026595 0.259648 -0.058706 0.357482 0.154547 0.322399 0.014781 0.227328 0.38219 0.175357 0.049929 0.227335 -0.182496 0.034294 0.054247 -0.780454 0.181292 -0.11479 0.117829 -0.242469 -0.109498 0.095412 -0.362278 -0.122536 -0.473744 0.29763 -0.034322 0.071548 0.068425 0.270852 -0.12158 -0.320579 -0.425788 -0.397969 -0.047265 -0.201129 0.088098 0.19126 -0.242426 0.144361 0.360881 -0.026964 0.31731 0.286564 0.026815 -0.343821 -0.370625 -0.603308 1.7e-05 -0.067852 -0.262444 0.479332 0.181722 0.117726 -0.251748 0.394089 -0.24099 -0.030642 -2.126415 0.273861 0.313263 -0.044636 0.136331 -0.241307 -0.066711 -0.250299 -0.421716 0.014034 0.018333 0.302946 -0.161831 0.064724 -0.232939 0.410146 0.122842 0.055115 0.03116 0.242491 -0.014369 -0.34737 0.040227 1.68572 0.195799 0.072091 0.062785 -0.260315 0.235226 0.027088 -0.270423 0.249993 -0.44849 -0.369264 -0.108127 0.323154 -0.060002 0.249229 1.552813 0.099761 -0.432464 -0.161926 0.323552 0.26369 0.211333 0.022231 -0.252124 -0.083655 -0.107194 0.454184 -0.126376 -0.296867 -0.198438 -0.244608 -0.159403 0.066876 -0.138894 0.19382 0.117897 -0.323776 -0.377421 0.270836 -0.026461 -0.155062 0.205166 -0.169405 -0.241459 -0.047265 0.031313 -0.015721 0.02541 -0.031749 -0.271007 0.48113 0.198778 0.07525 0.335484 -0.098696 0.098533 0.063187 -0.056308 0.158275 -0.031836 -0.083995 -0.189567 -0.320366 -0.051596 0.221936 0.077313 -0.18237 0.157559 -0.285992 0.041872 0.068263 0.137157 0.2489 1.874178 -0.147876 -0.296779 -0.13323 -0.091554\nÔ 0.023482 0.46662 -0.43857 -0.047878 -0.028452 -0.10537 0.263768 -0.420624 0.139198 -0.130703 -0.077274 -0.429417 -0.050643 0.008505 0.064452 -0.60963 -0.300558 -0.10651 -0.318535 -0.100816 0.127454 -0.131789 0.841136 -0.31159 -0.15711 0.246694 -0.326266 -0.041814 0.153298 -0.105222 0.657523 0.086072 -0.16039 0.13352 -0.057128 0.116218 0.097614 -0.410085 0.593069 0.034003 -0.091296 0.477644 -0.131181 0.271341 0.178366 -0.82832 -0.43557 -0.512725 0.395354 -0.191895 -0.35828 0.024219 -0.239245 0.118416 0.152873 -0.567988 -0.056269 0.322075 0.288609 -0.290998 0.450936 -0.03523 0.15811 -0.002199 0.199943 0.64417 -0.291272 -0.085251 -0.136398 -0.091831 -0.774426 0.382558 0.102443 -0.110649 0.093077 0.341548 -0.609224 0.4091 -0.259265 0.039655 0.487694 0.338011 0.440527 0.30262 -0.146355 0.156552 0.146619 -0.351414 -0.231902 0.326566 -0.334023 -0.298359 -0.251982 -0.101631 0.366339 0.094816 0.055508 -0.18782 -0.147669 -0.04337 0.017838 0.239041 -0.344658 -0.172215 0.253267 -0.405629 -0.273679 0.367117 0.054186 -0.087092 0.628713 0.008487 -0.129234 0.26666 0.377955 -0.378488 -0.006415 0.190151 0.051215 -0.047338 -0.306664 0.447576 -0.081416 0.448955 -0.088009 -0.504047 -0.104855 0.025952 -0.280759 -0.218298 -0.07053 -0.488453 0.103355 0.395908 0.016426 -0.700238 0.094095 0.366099 -0.258705 -0.377265 0.403803 0.083178 0.314739 -0.041605 0.252412 0.34096 -0.197476 0.102936 -0.513151 -0.129385 -0.546844 0.224015 0.140565 0.041874 0.536569 -0.239889 0.184709 0.061582 0.388956 0.411778 0.33519 -0.4227 0.449002 -0.20321 -0.139719 -0.32154 0.116342 0.361308 0.065306 -0.139434 0.23007 -0.404763 -0.133291 -0.213918 -0.604457 0.146149 -0.358507 0.167047 0.135827 -0.166988 -0.179931 -0.020151 -0.915999 0.154379 -0.22343 -0.038571 -0.13559 0.193547 0.086696 -0.215754 0.142281 -0.068748 -0.206793 -0.153338 0.370036 0.00627 -0.064852 -0.198663 -0.260645 -0.193136 0.190537 0.138493 -0.309174 0.098868 0.161129 0.033005 0.315352 0.130353 0.577998 0.220577 0.360268 0.215044 0.106092 0.03913 -0.25249 0.880942 0.104478 -0.511229 -0.271143 0.019819 -0.338401 -0.497784 0.080033 -0.36423 -0.240011 -0.015606 -0.284777 0.193298 0.237583 0.156576 0.300005 -0.059097 -0.307134 -0.330536 -0.455173 0.128219 0.134588 -0.28545 -0.247302 -0.204588 0.315551 0.547296 0.510036 0.59937 -0.04944 0.009496 0.333524 0.211778 -0.241921 -0.140271 -0.395782 -0.240247 0.030445 -0.132795 0.111319 -0.418955 -0.263306 0.444879 -0.322634 -0.145408 0.3484 -0.050384 -0.778645 -0.267215 -0.126932 0.507752 0.0311 -0.347451 -0.323413 0.543428 0.300061 0.094154 0.043581 -0.287338 -0.283901 -0.143815 0.255304 0.351376 0.310268 -0.078257 -0.241392 0.320163 -0.141851 0.22642 0.22688 -0.11184 0.07007 0.357649 -0.149162 -0.862064 0.524609 0.317454 0.351554 0.544283 -0.118467 0.086544 -0.124018 0.359536 0.200619 0.308448 0.048445 -0.05522 0.00983 -0.468243 0.230409 -0.147758 -0.194178 0.229601 -0.045467 -0.199945 -0.156867 0.004686 -0.344403 0.53924 -0.173085 -0.002736 0.169943 0.536515 -0.173937 -0.188319 0.053198 -0.019179 -0.160891 0.487107 0.747791 -0.166208 -0.247638 0.059059 -0.135923 0.225752 -0.337516 -0.060267 -0.161914 -0.219427 -0.394463 0.09878 -0.419188 -0.020842 -0.117826 -0.109832 0.24909 -0.231518 0.017889 -0.240183 -0.129695 0.451147 0.509211 0.432683 -0.10433 0.15021 0.321417 0.431298 -0.409813 -0.401779 0.342723 0.235008 0.046164 0.120287 -0.046547 -0.11958 0.247966 0.285137 0.022625 0.035404 0.075857 0.125295 0.390667 0.174747 -0.663529 -0.185694 0.252661 -0.151182 -0.425558 -0.308363 -0.399589 0.167081 -0.01244 -0.856366 -0.160947 -0.063231 0.371745 0.052717 0.121325 -0.072083 -0.191717 -0.271367 -0.156264 0.341559 -0.009573 0.213551 0.307126 -0.31162 -0.113583 0.233306 0.373965 0.299817 -0.331174 -0.647801 -0.335242 -0.372784 -0.286177 -0.042251 -0.196541 0.229474 0.125792 0.362286 0.283655 0.382356 0.091493 -0.521487 0.069737 -1.203457 -0.063573 0.129604 -0.03256 0.126348 -0.551788 0.508905 0.350803 -0.327276 -0.022857 -0.191368 0.307005 -0.071822 0.301251 -0.181055 0.062173 -0.488432 0.334252 0.018075 0.465334 0.457408 0.167924 0.165555 0.485403 0.212507 0.04991 -0.073585 0.589825 0.076778 -0.13339 0.035039 0.47551 -0.65877 -0.054878 0.026148 -0.180219 0.444768 0.459364 1.008076 0.241175 -0.302859 -0.299325 0.405695 -0.098872 0.169757 -0.613197 -0.38186 -0.217444 0.357311 0.600836 0.355682 0.192391 0.239703 -0.127369 -0.042355 0.229115 0.033323 0.64539 0.460256 0.234228 -0.363496 0.308952 0.312331 -0.592848 0.232165 -0.155242 -0.50148 0.014535 0.067033 0.551209 0.151301 -0.398745 -0.361776 0.417124 0.294936 0.06976 0.063895 0.207372 -0.130447 0.69777 -0.428631 0.105489 0.38583 0.062142 0.238136 -0.085164 -0.309407 -0.393253 0.035807 -0.135754 0.383058 -0.609857 -0.16669 -0.128314 0.046882 0.153628 2.266195 -0.22424 -0.297941 0.316745 -0.018303 0.07716 0.298772 -0.335544 0.238403 -0.164196 0.197235 0.060688 -0.252208 0.0862 -0.629988 -0.138382 -0.122424 -0.0324 0.505707 0.200591 -0.43131 -0.73056 0.402117 -0.01709 -0.061773 0.01888 0.664113 0.373791 -0.533746 -0.080834 0.161371 -0.025832 -0.346546 0.174418 0.742567 0.690444 -0.155555 0.376259 0.452403 -0.566647 -0.231928 -0.100502 0.132068 0.630148 -0.30944 -0.216436 0.06135 0.16497 1.077528 0.520156 -0.787107 -0.543485 -0.030713 0.376858 -0.130928 -0.535616 0.054656 -0.303513 -0.099021 0.087476 -1.00631 -0.487653 -0.393833 0.456547 -0.20161 -0.015769 -0.152845 0.602315 -0.215637 -0.180913 0.298373 0.397233 -0.423603 0.020346 0.049933 -0.297523 -0.046836 0.41044 -0.01645 -0.342066 0.976523 -0.095819 0.182925 0.332983 -0.058012 0.750822 -0.23162 1.220218 0.310603 0.180193 -0.192623 0.020239 -0.469472 -0.358801 0.098776 0.129342 0.527765 -0.163623 -0.341227 0.344031 0.010299 0.623648 0.543086 -0.36562 -0.42347 0.036655 0.420041 -0.50043 0.186204 0.709736 -0.325542 -0.105554 0.20332 -0.048037 -0.09048 0.091249 0.163085 -0.284929 0.105794 -0.008007 -0.69588 -0.501063 0.16276 0.359285 0.158369 0.370435 0.176796 0.492627 0.146056 -0.57919 -0.54955 -0.445651 0.029564 -0.015862 -0.291683 -0.287131 -0.061901 0.286453 0.07795 -0.700651 -0.489665 -0.487613 0.481212 -0.376428 -0.073384 0.42005 0.266421 0.627244 0.425685 -0.109124 0.837205 -0.40485 -0.574286 -0.345977 -0.411844 -0.540461 0.29779 0.48596 0.29457 -0.239276 0.181656 0.127144 -0.355244 0.114734 -0.07698 0.054537 -0.716018 0.400005 0.207204 0.191112 0.267063 0.293045 0.006967 0.278516 0.006315 0.239386 -0.632168 -0.728409 -0.260301 -0.377688 0.498766 -0.651261 0.661149 -0.111167 -0.318704 0.03764 0.130745 -0.606142 0.193332 0.028293 0.296633 -0.366561 -0.334867 0.095636 0.180823 0.056267 0.289382 -0.257319 -0.174167 0.510949 -0.041681 0.087488 0.071745 -0.242981 0.051403 0.693474 0.328284 -0.063154 -0.08219 0.207054 0.298898 0.29316 -0.470925 0.627619 0.487307 0.27122 -0.032485 0.301891 0.679497 -0.415602 0.374783 -0.31592 -0.043998 -0.553244 0.146732 0.609418 -0.123947 0.107024 -0.03856 -0.08831 -0.221953 0.118646 0.120537 -0.047469 0.041052 0.15634 0.025805 -0.560508 0.110452 0.076341 0.280442 -0.324581 -0.225194 -0.510292 -0.393228 -0.140215 0.723225 0.129127 0.653975 -0.374775 -0.328219 0.241545 0.652532 -0.34201 -0.511934 -0.311863 -0.371389 -0.182267 0.516907 -0.079274 -0.308163 -0.570905 0.429346 -0.037335 -0.225708 0.125711 0.298864 -0.337172 -0.187297 0.409722 0.270166 -0.451973 -0.14348 -0.141083 0.598628 0.038392 0.385963 -0.273771 -0.280885 -0.233169 -0.75509 0.494567 0.265391 -0.005647 -0.031488 -0.402255 0.158866 -0.436491 0.176641 0.675879 0.205707 -0.436546 0.253096 -0.046541 -0.930152 -0.034055 -0.111472 -0.297739 -0.116629 -0.115537 0.087926 0.415211 0.149089 0.026727 -0.081246 -0.107376 0.202197 -0.280559 0.056404 -0.213095 0.349068 -0.401627 0.350342 -0.602587 -0.0567 0.276904 -0.112621 -0.222315 0.179407 0.778439 -0.054234 0.567172 -0.079599 -0.053432 -0.565502 0.038075 0.059073 -0.403943 0.832726 0.546928 -0.611949 0.0819 0.185677 -0.262747 -0.015252 -0.267821 0.391686 -0.119174 0.034981 -0.200698 0.573491 -0.262886 0.34403 -0.228501 0.26428 -0.328269 0.232303 0.191839 -0.36504 0.383897 0.458534 0.623534 0.619168 -0.171001 -0.719898 -0.063017 0.136216 -0.226585 -0.174383 0.294243 0.096234 0.78601 0.187576 0.193106 -0.370904 0.493914 0.262917 0.04662 0.180129 0.542517 0.471391 -0.020691 0.056778 -0.449281 0.10329 0.240393 -0.042517 -0.666196 -0.36672 -0.430018 -0.296014 0.192584 -0.412362 -0.113373 -0.363864 0.81154 0.22287 0.132675 -0.064777 -0.784153 -1.027289 0.262504 0.219761 -0.250119 0.019014 0.168296 0.084698 0.404679 0.388809 0.008272 0.486482 0.005133 -0.582901 -0.22063 -0.4973 -0.385615 -0.525532 -0.076103 0.178688 0.299218 0.208436 -0.025697 0.179933 0.822681 -0.645186 -0.570941 -1.962022 -0.268165 0.344301 -0.488392 0.251692 -0.577232 0.121161 -0.178997 -0.332175 0.675121 -0.281336 0.398845 0.076766 0.370505 0.352524 0.517818 0.00945 0.04426 -0.28961 0.480228 0.12818 -0.721324 -0.06214 0.923834 0.122864 -0.249604 -0.154159 0.135705 0.225542 0.348288 -0.410714 0.509689 -1.121851 -0.178258 -0.00968 0.293495 -0.420926 0.370739 1.140842 -0.413365 -0.537779 -0.230255 0.110438 0.354835 0.318342 -0.533276 -0.491631 -0.282899 -0.030645 0.433264 -0.051465 -0.131336 0.033116 0.398688 -0.567501 -0.267088 -0.272423 0.384643 0.088469 -0.488495 -0.286483 0.679888 0.205175 -0.421045 0.723611 -0.0858 -0.458215 0.120585 0.055672 0.480602 -0.274176 -0.10521 -0.055904 0.64756 0.154645 -0.402969 0.457024 0.392647 0.056095 0.010972 -0.249443 0.093573 -0.045741 -0.103675 0.047085 -0.481543 -0.287204 0.028381 -0.480995 -0.014153 0.296434 -0.829798 -0.04694 0.243343 -0.10285 0.025008 2.187457 -0.37188 -0.321486 0.133569 -0.118901\nò 0.035844 0.087868 0.082687 -0.040862 0.31496 -0.218555 -0.077059 -0.373502 0.248928 0.004216 -0.408243 -0.105545 -0.131668 -0.106253 0.1314 -0.358698 -0.200359 -0.346438 -0.368771 -0.169159 0.058998 -0.159457 0.210363 -0.362917 -0.186936 0.201917 -0.124867 0.045434 -0.08981 -0.281509 0.232516 0.013456 0.01092 0.218823 0.147306 -0.257227 0.090579 -0.421355 0.22627 -0.177944 0.106994 0.185078 -0.228367 0.488079 0.232875 -0.289206 -0.207485 0.153172 0.109401 0.146252 -0.205999 -0.111008 0.302587 -0.006624 -0.164297 0.009375 -0.224427 -0.116322 0.181261 -0.27096 0.175743 -0.038777 0.037369 -0.098105 0.082767 0.289733 -0.246828 0.267826 0.124643 0.111688 -0.604066 -0.007204 0.211574 0.289754 -0.010598 0.178511 -0.59831 0.272615 -0.178999 -0.379516 -0.092841 0.173458 0.072785 0.069378 0.161248 0.138591 0.29213 -0.104826 -0.370297 0.155672 -0.411368 -0.28112 0.009063 -0.06359 0.526531 -0.159906 -0.128504 0.158789 -0.118206 0.181645 0.387995 -0.206496 -0.234741 -0.226771 0.143613 0.105666 -0.339249 0.55684 -0.067826 -0.265218 0.204946 0.087854 -0.147496 0.550696 -0.052458 -0.313694 -0.053532 0.019502 0.117862 0.169448 -0.102815 0.464631 0.353644 0.508683 -0.519673 -0.03122 -0.092554 0.081495 -0.578021 -0.198069 -0.21901 0.039633 -0.218447 0.014064 0.085856 -0.769231 -0.673886 0.410838 -0.29463 -0.046003 -0.018406 -0.149504 0.277435 0.05982 0.096091 0.417913 0.002537 -0.317931 -0.648144 -0.035654 -0.298298 0.072766 0.050724 -0.038401 0.149483 0.077919 -0.213648 0.359282 -0.020832 0.17396 -0.130879 -0.092625 0.475087 -0.162733 -0.069059 0.093873 0.097573 0.265708 0.080956 -0.340848 0.167167 -0.049257 0.110885 0.096 -0.073438 0.046487 -0.20065 0.492723 0.370421 -0.060095 0.043072 0.636086 -0.86222 0.197005 -0.226159 0.099721 -0.007025 -0.113995 0.102453 -0.155836 -0.164982 -0.306679 0.079666 0.144969 -0.196267 -0.053682 0.151208 -0.218326 -0.052192 -0.007771 0.283436 0.218658 -0.079487 0.150455 0.329549 -0.525807 -0.181888 0.04815 1.14675 0.160414 0.396794 0.044341 -0.042693 -0.07048 0.056041 0.134647 0.16546 -0.384717 -0.521042 -0.355991 -0.229887 -0.518491 0.349198 0.171295 0.383225 -0.106208 -0.077432 0.136958 0.214671 -0.355734 -0.143687 0.024085 -0.189786 -0.270177 -0.381637 0.250915 -0.103294 -0.322218 -0.252412 0.177938 -0.114422 0.731608 0.152586 0.239693 0.300326 -0.08308 0.288679 -0.433447 -0.246701 -0.449738 -0.390053 -0.19791 0.322486 0.090288 0.226266 -0.19161 0.007288 0.009058 -0.085527 0.409795 -0.054227 0.393448 -0.166125 -0.174829 0.060335 0.048643 0.299164 -0.166418 0.111327 0.078281 0.562353 -0.149029 -0.021883 -0.477853 0.046472 -0.133923 -0.106378 0.236891 -0.192982 0.055085 -0.215052 0.044403 -0.027354 0.2511 0.061314 0.291499 -0.221563 -0.259535 -0.045768 -0.456969 0.582261 0.33275 -0.281433 0.026235 -0.473503 0.335737 -0.389479 -0.056143 0.100631 0.191732 0.146475 -0.222946 -0.099997 -0.087974 0.58214 -0.14099 0.050736 0.255339 -0.236811 0.105493 -0.008057 0.061081 -0.466615 0.245812 0.17667 -0.329054 0.443654 0.600687 -0.057009 -0.049407 -0.169464 0.378863 0.029432 0.30466 -0.084991 -0.153053 -0.315782 -0.154849 0.544377 -0.255944 -0.103367 0.149761 -0.153279 -0.318367 -0.306331 -0.268602 -1.499847 0.029058 -0.096924 -0.370598 0.086527 -0.098676 0.087183 -0.106429 -0.211506 -0.202908 0.146858 0.111495 -0.318819 -0.056125 0.309087 0.008312 -0.006552 0.199726 -0.025215 -0.062108 0.143777 0.127197 -0.096286 -0.179653 -0.099186 0.174298 -0.126594 0.024522 -0.224471 -0.366592 -0.185862 0.308052 -0.709835 -0.02131 0.08671 0.27697 -0.264503 -0.160738 -0.410225 -0.191711 -0.089042 -0.680078 -0.013204 0.180788 0.082424 -0.084434 -0.018212 -0.322798 -0.122127 -0.337225 -0.092217 0.002782 -0.076458 0.153362 0.254487 -0.241485 -0.062938 0.165514 -0.096342 -0.033355 -0.207254 -0.074718 -0.318518 -0.372572 -0.121346 -0.045483 -0.170152 0.293141 0.152539 0.411037 0.001769 0.051835 0.541559 0.034606 0.251829 -1.53949 0.155988 0.328202 -0.288729 -0.049736 -0.052187 0.376057 -0.142607 -0.256602 -0.150377 0.14627 0.197333 -0.10089 0.208379 0.084597 0.15664 -0.150887 0.197278 0.248543 0.368807 0.201349 -0.061058 0.310944 0.347748 0.077084 -0.251483 -0.549902 0.269902 0.233839 -0.069386 0.036198 0.128013 -0.28839 0.071791 -0.095029 -0.158821 0.105625 0.466237 1.241732 0.247367 -0.37748 -0.044759 0.325007 -0.211575 0.324125 0.071596 -0.370662 -0.010447 0.149156 0.401591 0.004852 -0.444028 -0.187358 -0.271253 0.136983 0.150778 0.011569 -0.005358 0.280784 0.005826 -0.286207 0.241418 0.19658 -0.193242 -0.120772 -0.312612 -0.069704 0.2294 -0.22457 0.165339 0.268095 -0.285465 -0.423333 0.410816 0.087078 0.224134 0.147606 0.441112 -0.190546 0.490734 -0.370435 0.141229 0.144891 -0.090314 -0.231755 0.015444 -0.022522 0.078406 0.138211 -0.152436 0.04779 0.054747 -0.163612 -0.207457 0.055782 0.365101 2.438513 -0.101111 0.101354 0.277338 -0.312855 -0.173986 0.223151 -0.130782 -0.034913 0.11369 -0.165376 -0.150465 -0.078656 0.148961 -0.296876 -0.311878 -0.089622 0.005958 -0.082251 0.019683 -0.08723 -0.224827 -0.31916 -0.128936 -0.376447 0.018886 -0.150776 -0.079784 -0.236148 0.0213 -0.046475 -0.055145 0.151344 0.02888 0.202336 0.271839 0.15456 0.23108 0.396273 -0.136274 -0.318866 0.199337 -0.358636 0.075104 -0.203044 -0.061753 0.057087 -0.130284 0.534456 0.361142 -0.141946 -0.243846 0.082614 -0.047797 0.15854 0.053673 -0.159248 0.244198 -0.030219 -0.032761 -0.493149 -0.403224 -0.11808 0.196912 -0.249519 -0.033719 -0.180849 0.052602 -0.333747 0.248238 0.147767 0.138994 0.294513 0.059062 0.28245 -0.279099 -0.202171 0.118132 0.358255 -0.11463 0.494202 -0.264235 0.056151 0.13217 -0.02585 -0.069905 -0.024277 0.239219 0.27312 0.18352 -0.053127 0.065758 -0.099639 -0.25253 0.031268 -0.245482 0.094869 0.014139 -0.213379 0.746436 0.03 0.060513 0.137564 -0.208995 0.08245 0.465973 -0.057159 -0.413169 -0.126105 0.283471 -0.067691 -0.280555 0.408355 -0.088899 -0.073549 0.170599 -0.027662 -0.288305 0.423982 -0.249326 -0.414841 -0.034735 0.06089 -0.00289 -0.006503 -0.073209 0.431859 0.38078 0.230238 -0.587261 -0.0015 -0.117259 0.181905 -0.211582 -0.304539 -0.339304 0.214328 0.036241 -0.310022 -0.021693 -0.83404 -0.768293 -0.041898 -0.222107 -0.206753 -0.039939 -0.304565 0.287217 -0.097101 0.216368 0.634239 -0.076239 -0.138526 -0.550213 -0.205571 -0.113739 -0.038932 0.197111 -0.071399 -0.152117 0.283591 -0.208649 0.044289 0.153793 0.149829 -0.127258 -0.07374 0.322829 0.155586 0.299963 0.065574 0.477615 0.388014 0.337285 -0.125918 0.181704 0.078164 0.064419 0.120455 -0.352827 -0.02219 -0.484895 0.450063 0.166773 -0.248781 0.349501 0.312272 -0.716841 0.274166 0.012211 0.442824 -0.006717 -0.109443 0.016225 0.102385 -0.107538 -0.006356 0.126694 -0.139042 0.075741 -0.133663 0.244263 -0.113425 -0.054053 0.001221 0.596966 0.169844 0.001275 0.167445 0.104887 -0.236762 -0.199887 -0.224003 0.878747 0.074851 0.33543 0.081065 0.046008 0.089488 0.106859 0.237718 -0.137239 -0.227711 -0.451845 -0.174314 0.000263 -0.660679 0.303574 -0.100717 0.136445 -0.26465 -0.032298 -0.048894 0.092804 -0.035849 -0.268702 -0.041785 -0.127546 -0.102133 -0.23511 0.031514 -0.267927 -0.071643 -0.417261 0.188334 0.163817 0.511404 -0.074805 0.33755 0.015905 -0.056543 0.152682 -0.220232 -0.265966 -0.507653 -0.019183 -0.298185 0.009644 0.521154 -0.014857 -0.335805 -0.316826 0.329927 -0.285038 -0.208495 0.122047 0.467068 -0.043461 -0.280963 -0.224694 0.010619 0.274428 -0.126931 -0.086925 0.200868 0.307242 -0.21425 0.093571 -0.199199 0.055487 -0.055617 0.203337 0.345693 -0.02368 0.055262 -0.305111 0.049379 0.060819 0.197556 -0.253068 0.212607 -0.032391 -0.269725 0.171279 -0.937118 0.311374 -0.001237 -0.557278 -0.099548 -0.336834 0.332588 -0.157964 -0.373678 0.278221 -0.166871 -0.040434 0.169777 -0.09144 -0.139522 0.515453 -0.000499 -0.205987 0.257207 -0.071477 0.134023 0.177537 -0.147507 -0.080403 0.415065 0.298149 -0.336436 0.46944 0.389668 -0.125077 -0.430801 -0.015363 0.199375 0.129435 0.407339 -0.035287 0.026589 -0.322485 -0.366615 0.427262 -0.240665 -0.192277 0.339309 -0.066246 0.0165 -0.153958 -0.177654 -0.666256 0.353834 -0.027501 0.058722 -0.10229 0.234476 0.377925 -0.127361 -0.222437 -0.146752 0.174442 0.303503 -0.134177 -0.140942 0.454918 -0.004989 -0.148398 -0.045782 0.092672 -0.192908 0.372088 0.0147 0.401419 -0.096866 -0.130483 0.407345 -0.255377 0.012599 0.145707 -0.132414 -0.16264 0.03106 -0.672952 0.049966 -0.079197 0.247159 -0.388959 -0.351348 -0.093147 -0.283972 0.026385 -0.166631 0.18156 -0.001681 0.107818 -0.029931 -0.146088 -0.119401 0.041914 -0.429441 -0.194075 0.224591 -0.145628 0.333722 0.179777 -0.165258 0.167373 0.259323 -0.042581 0.14951 0.234425 -0.052969 -0.158317 -0.52229 -0.473792 -0.122775 -0.223614 0.16083 0.288823 0.202359 -0.106063 -0.075601 0.583273 0.01788 -0.207978 -2.16643 0.011764 0.453863 -0.274734 -0.304234 -0.096184 0.185619 -0.115047 -0.14485 -0.165554 -0.155319 0.002925 -0.020878 0.206244 -0.172535 0.133201 -0.034939 0.057953 0.427618 0.228561 -0.014182 -0.357742 -0.128368 1.868107 0.108894 -0.274362 -0.065206 0.051842 -0.051385 -0.054509 -0.204147 0.388859 -0.259815 -0.040007 0.049585 0.133189 -0.125703 0.354174 1.592314 -0.109366 -0.402559 -0.266163 0.254322 0.059759 0.524505 0.080243 -0.194739 -0.137188 0.056658 0.142151 0.249252 -0.618535 -0.266547 0.045972 -0.020836 0.116678 -0.065597 -0.050768 0.157317 -0.09921 -0.394083 0.267113 0.212538 -0.010731 0.283144 -0.348729 0.029663 0.23851 0.070054 0.188304 -0.097255 -0.072933 -0.166775 0.364498 -0.074706 0.149561 0.310295 0.18826 -0.056975 0.355319 -0.015259 0.272081 -0.047527 0.145005 -0.129261 -0.053016 0.173529 0.233857 0.081514 -0.211328 0.113454 -0.21 -0.100499 -0.151916 0.249467 0.219574 1.920231 -0.156479 0.14345 0.087056 -0.197757\nử 0.2156 0.190487 -0.095805 0.188242 -0.159523 -0.245999 -0.036176 -0.1715 0.017692 0.092323 -0.212012 -0.087359 -0.247292 0.124256 0.202758 -0.220341 -0.000635 0.106884 -0.340376 -0.020639 -0.14948 0.188743 0.133985 -0.187702 -0.258056 0.255918 -0.334471 0.320351 0.176952 -0.107419 0.193215 -0.088127 0.000997 -0.146817 -0.160514 -0.409387 0.196877 -0.296124 0.42921 -0.260581 -0.000439 0.14202 -0.408032 0.350202 0.155502 -0.445623 -0.057542 0.05934 0.176869 0.193174 -0.503016 -0.042576 0.04257 0.112504 0.116669 -0.38992 -0.252622 0.185114 0.477 0.067937 0.36522 -0.143406 -0.197668 -0.201745 0.279079 0.314288 -0.034116 0.248751 0.02881 -0.064398 -0.443929 0.060143 0.125266 -0.134651 -0.09004 0.089988 -0.396211 0.333363 0.030777 -0.200865 -0.096308 0.220622 0.003538 0.105978 0.119234 0.389985 -0.176184 -0.347959 -0.309024 0.142581 -0.079295 -0.410818 -0.057952 -0.110563 0.50796 0.030596 -0.041018 -0.093384 -0.268919 -0.155071 0.321911 -0.28788 -0.046132 -0.12794 0.101609 0.146357 -0.265515 0.357833 0.230111 -0.063424 0.560028 -0.224936 -0.244831 0.167523 0.169139 -0.438771 0.308392 0.168657 0.134754 0.140238 -0.252137 0.363409 -0.013248 0.560329 -0.479671 -0.057096 0.224273 0.072979 -0.396477 -0.308201 -0.13752 -0.399877 -0.358799 -0.319665 0.122742 -0.641709 -0.388756 0.176428 -0.000375 -0.239006 0.361223 -0.114097 0.162889 -0.03091 0.002074 0.260002 -0.140741 -0.125284 -0.860809 0.175645 -0.187149 0.147378 0.076064 -0.032106 0.144394 0.344196 0.268546 0.359856 0.330879 0.230862 -0.041281 -0.127555 0.433058 -0.142655 -0.12469 0.094433 -0.014995 -0.223295 0.118023 -0.040245 0.462042 -0.035944 0.142813 0.236728 -0.129371 -0.141161 -0.351951 0.076146 0.366622 -0.208477 -0.106721 0.288877 -0.755004 -0.031011 -0.428947 0.027837 -0.038728 0.080901 0.149004 -0.019788 -0.501118 -0.121193 -0.097034 0.173721 -0.027983 -0.15239 0.129778 -0.318397 -0.173175 -0.137077 0.336591 0.296662 0.128167 0.042652 0.212895 -0.317763 0.194577 0.30656 1.179359 -0.036113 0.455104 0.282305 -0.093473 0.030187 0.042089 -0.012502 0.01775 -0.477885 -0.180819 -0.259476 -0.314463 -0.528656 0.09092 0.086542 0.196902 -0.275641 -0.102043 0.127219 0.432923 -0.171261 -0.235812 0.167079 -0.566188 -0.46351 -0.194198 0.090967 -0.131407 -0.108845 -0.239125 0.316974 0.060619 0.362566 0.476319 0.215182 0.129527 0.052236 0.090855 -0.498472 -0.417382 -0.210417 -0.320178 -0.246907 0.335691 -0.160152 0.339096 -0.459495 -0.143739 -0.075201 -0.111938 0.237699 -0.05725 -0.102459 -0.293827 -0.324601 -0.107948 0.03996 0.203514 -0.032089 -0.047879 -0.056373 0.329338 0.118953 -0.286941 -0.308851 0.348086 -0.231847 0.448782 0.056054 -0.071314 0.034813 -0.21976 -8.7e-05 -0.003209 0.099754 0.154281 0.242191 -0.129 -0.03515 -0.118864 -0.492819 0.309175 0.067951 -0.194067 0.355378 -0.112189 0.393394 -0.517927 0.167305 0.107344 0.231462 0.353455 0.150266 -0.421126 0.3511 0.311226 -0.163815 -0.046051 0.008736 -0.082649 -0.087008 0.041782 0.174361 -0.286521 0.384746 -0.145125 0.044523 0.258369 0.62761 -0.259379 -0.052072 0.177971 0.092073 0.071525 0.299143 -0.207126 -0.117004 -0.11889 0.119874 0.203422 -0.209958 -0.132075 0.240768 -0.18746 -0.287615 0.217607 0.040511 -1.62782 -0.050094 -0.300248 -0.278009 -0.106162 0.156366 0.161621 -0.133502 -0.156219 -0.263648 0.118049 -0.114583 -0.24605 -0.037183 0.073866 -0.009657 -0.14196 0.012597 0.146485 0.14205 -0.033625 0.228563 -0.039404 0.079505 0.040884 -0.020772 0.161035 -0.04244 0.075617 -0.539619 -0.192071 0.379319 -0.981866 -0.058367 0.060986 0.276748 -0.04404 0.140106 -0.307483 0.062596 -0.038844 -0.68413 0.043541 0.110816 0.054868 0.12554 -0.065376 -0.180879 -0.424748 -0.263783 -0.047907 -0.028256 0.122819 -0.08073 0.195122 -0.522705 -0.012216 0.086541 0.308003 -0.180831 -0.010744 0.066991 -0.371432 -0.46695 -0.031922 0.101644 0.103527 0.221792 0.108933 0.56974 0.230636 0.014286 0.414629 -0.195467 0.098585 -1.422174 -0.018856 0.178682 -0.308085 -0.075892 -0.294943 0.322437 -0.133954 -0.400664 -0.039568 0.087573 0.206524 -0.034205 0.10703 0.028195 0.453521 -0.222006 0.268249 0.262272 0.164393 0.017639 -0.117411 0.188608 0.355153 0.014937 -0.193195 -0.4747 -0.038283 0.140054 0.055001 -0.109731 0.258533 -0.161027 -0.10489 -0.05759 -0.056219 0.271119 0.141857 1.24274 0.27461 -0.177633 -0.050095 0.328019 -0.134016 0.023598 -0.068335 -0.273363 -0.221211 0.083929 0.438687 0.374235 0.033882 0.007574 -0.229388 0.074876 0.436212 -0.069556 0.069663 0.166662 0.013811 -0.252726 0.325876 0.096702 -0.23796 0.129763 -0.123375 0.016363 0.084594 -0.149591 0.288676 0.16404 -0.163513 -0.230045 0.444316 -0.023985 0.231879 0.219336 0.130973 -0.179289 0.279648 -0.269088 0.160064 -0.000181 -0.175508 -0.235693 -0.101725 0.124529 -0.012021 0.110429 -0.185388 0.114266 -0.103224 -0.063238 -0.029805 -0.217013 0.328234 2.281648 -0.265001 -0.234891 0.144481 -0.198794 -0.058195 0.223527 -0.210421 0.191149 -0.216802 -0.086769 0.023819 0.017713 0.063205 -0.331229 -0.309778 -0.055404 0.073927 0.17832 0.058136 -0.142997 -0.057242 -0.014091 0.021656 -0.0701 -0.21772 0.253826 0.087118 0.087707 -0.105065 -0.084205 -0.157261 0.566431 0.280892 0.290869 0.075015 -0.037567 0.133121 0.268806 -0.223285 -0.39581 0.196928 -0.246086 0.237812 -0.229953 -0.033468 -0.10686 -0.373083 0.331139 0.288222 -0.284597 -0.083622 0.050692 0.260675 -0.041028 -0.281036 -0.051331 -0.015776 0.158449 0.235821 -0.817111 -0.456156 -0.040383 0.301103 -0.037823 0.185622 -0.315523 -0.022628 -0.105758 0.156431 0.080236 0.18705 0.154654 -0.127272 0.077741 -0.169923 -0.011006 0.224468 -0.004712 -0.167005 0.306095 -0.195914 -0.073142 -0.071214 0.138052 0.021161 -0.241973 0.186984 0.161915 0.234271 0.187204 -0.147692 -0.257764 -0.211617 0.071208 0.023383 -0.220654 -0.329213 -0.197049 0.791113 -0.055841 0.382145 0.171938 -0.275136 -0.269795 0.199609 -0.057437 -0.144188 -0.188727 0.264227 0.048939 -0.094329 0.412072 0.031824 0.010093 0.284933 -0.308152 -0.118964 0.122192 -0.01686 -0.501052 0.294772 0.156705 0.260454 -0.102347 -0.08932 0.28251 -0.011971 0.40801 -0.269889 -0.028558 0.409422 0.38274 -0.185726 -0.469221 -0.034293 -0.218657 -0.110564 -0.632094 -0.001518 -0.808959 -0.394543 0.054899 0.122861 -0.169801 0.235493 -0.023515 0.2725 0.018509 -0.0701 0.416054 -0.141039 -0.121524 -0.830189 -0.137161 -0.108556 -0.095571 0.20927 -0.033868 -0.171496 0.354564 0.170447 -0.066974 0.374525 0.028639 -0.163072 -0.058084 0.259648 0.293906 0.01086 -0.0838 0.241759 -0.028376 0.255573 0.160066 0.448355 -0.043201 0.091705 0.255497 -0.416466 -0.207141 -0.376044 0.190503 0.16983 -0.269226 0.23185 0.068979 -0.638374 0.318204 -0.393949 0.050893 -0.014429 -0.057134 0.055995 0.21445 -0.396459 -0.013547 -0.014319 -0.0427 0.112232 -0.172567 0.154819 -0.296773 -0.046073 -0.097771 0.622014 0.258876 0.036466 0.072133 0.001145 -0.281801 0.036142 0.089148 0.892474 0.092048 0.2624 0.150499 -0.030285 0.008162 0.064683 0.209275 -0.184391 -0.353985 -0.249698 -0.361285 -0.004705 -0.739737 0.171908 -0.197169 -0.078633 -0.323705 -0.046727 -0.132874 0.330064 0.061639 -0.415001 -0.036692 -0.545713 -0.280626 0.070396 -0.105054 -0.311633 -0.249004 -0.201538 0.334558 0.243996 0.355949 0.193011 0.374371 0.134097 -0.016473 0.000148 -0.094195 -0.481311 -0.571488 0.029681 -0.268363 0.06991 0.19832 0.11101 -0.388531 -0.202166 0.345106 -0.140811 -0.188952 0.052207 0.087784 -0.11569 -0.373639 -0.429097 0.279938 0.17861 -0.072994 -0.246888 0.104959 0.094826 -0.023439 -0.097393 -0.163421 0.357225 -0.161275 0.410352 0.236808 -0.258122 -0.007269 -0.208998 -0.125004 0.07343 -0.036212 0.067296 0.253818 -0.141127 -0.10591 0.081571 -0.875752 0.152604 -0.049206 -0.338265 0.095675 0.0155 0.324409 -0.144456 -0.06004 0.177861 -0.064614 0.264882 0.335398 -0.341947 0.177966 0.39153 0.150101 -0.227794 0.173418 -0.244168 -0.063689 0.393653 0.103941 -0.166809 0.370967 -0.017469 0.20232 0.239121 0.353975 -0.271961 -0.308119 0.123435 -0.16103 -0.011112 0.283285 -0.017331 0.070316 0.094562 0.074222 0.035311 -0.375493 -0.16562 0.436144 -0.044785 -0.10944 0.016669 0.10838 -0.865598 0.161177 -0.172207 0.027296 -0.176697 0.243563 0.342999 -0.315261 -0.078601 0.101342 0.131192 0.002517 -0.003766 -0.122895 0.213219 -0.254949 -0.271085 -0.150929 0.119772 0.263958 0.191159 0.206372 0.451557 -0.126946 -0.00121 0.175478 0.039303 0.126447 0.314394 -0.186448 -0.09018 0.023536 -0.895897 0.121443 0.090848 0.18026 -0.166651 -0.100937 0.013746 -0.125755 0.124766 -0.414375 0.127989 -0.0019 0.068518 0.034015 -0.063165 -0.030339 -0.262069 -0.408851 -0.09259 0.114375 -0.100174 0.118579 0.227631 -0.293508 0.185224 0.269563 0.133205 0.175099 0.414362 0.070327 -0.320493 -0.640468 -0.347895 0.045361 0.007216 0.033394 0.351674 0.166655 0.025412 0.020251 0.549912 -0.219269 -0.227547 -2.2159 -0.052566 0.335262 -0.265059 -0.134421 -0.298056 0.032914 -0.233031 -0.353122 0.177389 -0.18126 -0.041034 0.055178 -0.021386 -0.272634 0.417182 -0.070946 0.06837 0.357766 0.004622 -0.016161 -0.326391 0.034844 1.774062 -0.043777 0.045745 -0.118835 -0.186858 -0.193049 -0.061817 -0.292558 0.29241 -0.14991 -0.171919 -0.055711 0.203003 -0.01074 0.316215 1.493916 0.139653 -0.251049 -0.19204 0.316458 0.131132 0.24064 -0.238014 -0.177774 -0.1532 0.199194 -0.002391 0.113384 -0.387766 -0.206317 -0.140625 -0.080079 0.229092 -0.045271 0.060753 0.200713 -0.2045 -0.376225 0.243756 0.009864 -0.140836 0.251722 -0.128306 -0.017921 0.124936 -0.103995 0.317477 -0.050805 0.053032 -0.076647 0.33163 -0.176914 0.201624 0.261597 0.025005 -0.08649 0.12973 -0.022384 0.082321 -0.026287 0.025708 -0.042826 -0.134822 0.13171 0.380113 -0.011265 -0.306805 0.067849 -0.406383 -0.058964 0.10107 0.043262 0.195872 1.691817 -0.31255 -0.182768 0.121851 -0.344834\nP 0.25933 1.01386 0.067465 -0.177797 0.091522 -0.154904 0.212317 -0.232554 -0.100027 0.151911 -0.046978 -0.006407 -0.360274 -0.218684 0.215784 -0.462403 0.141122 -0.178634 0.1259 -0.138708 -0.098825 -0.210079 0.704022 -0.198941 -0.437788 0.054692 -0.293794 -0.159626 0.412595 0.372237 0.328183 -0.109874 -0.10593 0.120279 -0.140357 0.046406 0.187434 -0.209943 0.247977 0.138959 -0.071306 0.135558 -0.070357 0.193032 0.236503 -0.836429 -0.570614 -0.80569 0.073863 0.337587 -0.313625 -0.236699 -0.015111 0.020043 0.538918 -0.072696 -0.06735 0.080943 0.435681 0.208827 0.087724 0.070666 0.203795 0.340826 0.35493 0.12815 -0.207112 0.510475 -0.080246 0.102998 -0.242104 0.126278 0.240301 -0.238895 -0.225216 0.380931 -0.294347 0.411969 -0.214842 0.060062 0.423551 0.500921 0.277999 0.303783 -0.035153 0.174412 0.001958 -0.103949 -0.412265 0.269585 -0.408832 -0.377602 -0.220027 -0.072182 0.487577 -0.13823 -0.147735 -0.168559 -0.196364 0.07513 0.181222 -0.106104 -0.205868 -0.149673 0.313803 -0.294732 -0.31362 0.356324 -0.033318 0.078957 0.646397 -0.036019 -0.464078 0.25188 0.141283 -0.428865 0.212071 -0.170659 0.029825 0.346556 -0.303943 0.60029 -0.166661 0.04866 0.122161 -0.560021 0.292569 0.134892 -0.674085 0.419958 -0.107249 -0.698362 -0.021153 -0.03576 0.217481 -0.56069 0.148632 0.057595 -0.379247 -0.1649 0.19022 0.343091 0.356695 -0.106629 0.077088 0.345413 0.248624 0.381264 -0.969078 0.204646 -0.095962 0.433733 0.107345 0.203857 0.284456 0.213475 0.124858 0.098073 0.473648 0.224806 0.032125 -0.206629 0.55454 0.035105 0.082971 -0.159295 0.261286 0.014223 -0.236664 0.263436 0.616241 -0.26131 -0.415437 0.009182 -0.616797 0.46849 -0.495654 0.16519 0.404022 -0.446111 -0.28689 0.111564 -0.452214 0.207211 -0.795267 0.279911 -0.105998 0.163883 0.199657 0.029837 0.227692 -0.19329 0.063653 0.239596 -0.046887 -0.075453 0.077439 0.06539 -0.433354 -0.06856 0.307277 0.075003 -0.167893 0.010541 0.216217 -0.421214 -0.044955 0.179258 0.803191 -0.036939 0.24321 0.131504 0.237281 0.136126 0.205372 0.624518 -0.203235 -0.079182 -0.35348 -0.478601 -0.130473 -0.477101 -0.125842 -0.433738 -0.231434 -0.319884 -0.174659 0.007275 0.294002 0.43073 0.10996 0.037197 -0.28099 -0.200352 -0.161215 -0.019174 0.140063 -0.04456 -0.35422 -0.105255 0.009872 0.160786 0.275054 0.459159 0.09926 0.262157 0.596376 -0.125945 -0.332233 0.186614 -0.409221 -0.185843 0.51868 -0.312252 0.062119 -0.28931 -0.072279 -0.024016 -0.164416 0.104954 0.236529 -0.337117 -0.605379 -0.371648 0.095244 0.426331 0.164797 -0.31889 -0.025319 0.474453 0.720518 0.292365 -0.23716 0.04221 -0.307887 0.005069 0.294826 0.767254 0.225122 0.092032 -0.010613 0.092782 -0.094448 0.189019 0.421274 0.077653 0.353233 0.091486 -0.198932 -1.034539 0.186752 0.250893 0.286971 0.621643 -0.024545 0.291662 -0.222994 0.363757 0.122746 0.210923 -0.103495 0.138446 -0.113411 0.022276 0.136481 0.461222 -0.460442 0.094356 -0.071838 -0.01352 0.026062 0.261638 -0.0346 0.547451 -0.105454 0.298294 0.036165 0.392402 -0.101834 -0.052871 -0.155262 0.006057 0.093379 0.465171 0.366549 -0.047611 -0.062203 0.187202 -0.190842 -0.117356 -0.418616 0.16198 -0.042849 0.113139 -0.402458 -0.061826 -0.308836 -0.017713 -0.08613 0.249124 0.255693 -0.018552 -0.225849 0.069196 -0.159689 0.064472 0.399349 0.807711 0.342727 0.054749 0.161957 0.215742 -0.231253 -0.414235 0.563466 -0.036084 0.060204 0.455422 0.378077 0.307109 0.058777 0.254705 -0.03656 0.151555 0.270358 0.094499 0.157491 0.314475 -0.979288 -0.313442 0.182245 0.057527 -0.329745 -0.152638 -0.748025 0.047393 0.16675 -0.701581 -0.037818 0.193355 0.492017 0.244716 0.232698 -0.002606 -0.196867 -0.142291 -0.533318 -0.053309 0.000318 0.090979 0.26499 -0.457748 -0.247735 0.24689 0.410419 -0.002291 -0.262807 -0.291137 -0.244141 -0.322931 -0.574839 0.134094 -0.30565 0.279623 0.01952 0.291081 0.155478 -0.187752 0.309034 -0.571969 0.166885 -0.965864 -0.036132 0.251285 -0.118738 -0.013237 -0.476842 0.353082 0.212462 -0.794716 -0.100286 0.003195 0.382958 -0.270772 0.391932 -0.300372 0.40157 -0.554658 0.469954 -0.042822 0.431671 0.193926 -0.099514 0.125728 0.260772 0.203532 -0.107428 -0.100412 0.004613 -0.016939 -0.134531 0.177278 0.348033 -0.337745 -0.14659 -0.006492 0.050583 0.148693 -0.091378 1.248187 0.241897 -0.163039 0.097995 0.492937 -0.070452 0.314705 -0.428483 -0.471823 -0.247593 0.374738 0.53224 0.25576 -0.162518 0.122765 -0.231119 -0.402775 0.14927 -0.047626 0.497559 0.451343 0.193933 -0.132983 0.297435 -0.154536 -0.283789 0.208491 -0.237582 -0.999549 0.202662 0.054488 0.333006 0.177 -0.507538 -0.256065 0.39363 0.749437 0.404626 0.67684 -0.252495 -0.044255 0.545028 -0.228119 -0.129751 0.135616 -0.011596 0.08309 -0.490474 -0.454019 0.048466 -0.280067 -0.112042 0.61927 -0.233198 0.004465 -0.425284 0.051638 0.156954 2.28053 0.037133 -0.250667 0.234269 -0.169634 -0.025439 0.518809 -0.232514 0.445437 -0.11553 0.06893 0.149761 -0.056361 -0.043232 -0.028283 -0.430045 -0.16136 -0.271108 0.207373 -0.01975 -0.526982 -0.098683 0.126495 0.382808 -0.148088 -0.12357 0.433967 0.361227 -0.242922 -0.141256 -0.027294 -0.044313 -0.277434 0.253603 0.341617 0.47038 -0.061972 0.329695 0.348201 -0.656063 -0.551515 0.144017 0.286559 0.492666 -0.050714 -0.028368 -0.009667 0.381212 0.522441 0.644049 -0.517595 -0.322278 -0.299889 0.071136 -0.08514 -0.329306 0.123373 0.07465 -0.143021 0.112354 -0.672895 -0.477963 -0.567305 0.376512 0.398593 -0.133264 -0.271739 0.458366 0.127109 0.097325 -0.088421 0.167527 0.14473 0.13086 -0.005517 -0.224712 -0.12379 0.573841 -0.271709 -0.489796 0.805893 -0.179401 0.141302 0.045229 -0.046058 0.532163 -0.073597 1.019871 0.106531 0.288943 -0.223975 0.087306 -0.349557 -0.656928 0.146759 -0.207823 0.066354 -0.198774 -0.023224 0.287305 0.070544 0.230957 0.277478 -0.155916 -0.063846 0.26362 0.281403 -0.45017 0.231243 0.630738 -0.10256 0.100111 0.229467 0.032182 -0.306309 0.131207 0.177759 -0.458404 0.303444 -0.148171 -0.381286 -0.297209 0.023421 0.478532 0.41301 0.119506 0.222095 0.251721 0.172741 -0.347151 -0.496349 0.051104 0.047409 -0.243972 0.00246 -0.380958 -0.229615 -0.040651 -0.181215 -0.271661 -0.508787 -0.459324 0.094559 -0.289502 0.142269 0.368754 0.488311 0.756485 0.169195 -0.593716 0.673795 0.180425 0.015595 -0.446624 -0.133682 -0.160205 0.145115 0.49854 0.115665 -0.510259 0.37468 0.093549 -0.024543 0.327881 -0.040367 -0.0484 -0.311149 0.111505 0.382327 0.253283 0.153358 0.265923 -0.122573 -0.123039 0.160465 0.256685 -0.290917 -0.534193 0.074531 -0.337938 0.63572 -0.702362 0.175133 0.237434 -0.654467 -0.087686 0.090138 -0.387649 0.487654 -0.172308 0.231246 -0.280335 -0.225036 0.202195 0.383123 -0.204382 0.008736 0.005847 -0.116186 0.309633 -0.218987 -0.061845 0.101276 -0.466011 0.043481 0.431956 0.124222 -0.070841 -0.123621 -0.014751 0.277472 -0.028923 -0.178689 0.46548 0.617055 0.02207 0.023987 0.242692 0.677599 -0.238234 0.048712 -0.114301 -0.005109 -0.624767 -0.490234 0.409235 -0.252646 -0.315447 -0.06273 -0.301856 -0.313646 0.000657 0.015641 -0.276246 0.129219 0.338627 -0.09803 -0.460891 0.0964 0.129004 -0.073083 -0.425238 -0.183859 -0.428335 -0.454236 -0.295457 0.463741 -0.085436 0.257034 -0.15722 0.048688 0.284647 0.278931 -0.582421 -0.0862 -0.304151 -0.145056 0.179778 0.14231 -0.132511 0.108725 -0.180299 0.240227 -0.194105 -0.078758 -0.39961 -0.120149 -0.282831 -0.248337 0.319424 0.394648 -0.222172 -0.322119 0.074039 0.485205 0.332609 0.162918 -0.245802 0.05224 -0.009955 -0.362126 0.228015 0.585396 -0.309416 0.137966 0.199111 0.052018 -0.165258 0.320656 0.763097 0.059246 0.365145 -0.082024 0.04561 -1.169694 -0.43423 0.089854 -0.3196 0.274441 -0.021741 0.162396 0.127681 -0.195217 -0.038717 -0.119581 -0.036628 0.178626 -0.165926 0.189536 0.032189 0.7498 -0.466945 0.252456 -0.000936 0.116452 0.196602 0.24199 0.017349 0.616455 0.65894 0.297458 0.368613 -0.002502 -0.110835 -0.455874 -0.172191 -0.132041 -0.03513 0.427632 0.345889 -0.766293 0.364009 0.297852 0.043829 0.055896 0.071174 0.49568 -0.06907 0.013874 -0.318661 0.263734 -0.395326 0.314487 -0.102166 0.307732 0.119493 0.284958 -0.191231 -0.213673 0.288219 0.12757 0.473862 0.575826 0.177746 -0.62012 -0.04459 0.035936 0.069556 -0.33723 0.496185 0.020903 0.652037 0.357136 0.621645 -0.101957 0.351278 0.184312 0.162527 0.140184 0.462827 0.067607 0.141568 0.033801 -0.739545 0.177066 0.231173 -0.02345 -0.36559 -0.478206 -0.733915 -0.474958 0.153364 -0.365784 -0.097589 -0.101196 0.760838 0.76285 0.168169 0.174422 -0.590251 -0.56481 -0.221931 -0.098233 -0.25479 -0.06761 0.382198 -0.131504 -0.051662 0.412347 0.136577 0.169318 -0.002615 -0.246755 -0.436521 -0.586801 -0.64208 -0.21214 -0.103641 0.323742 0.263696 -0.143697 -0.217162 -0.417796 0.865451 -0.594924 0.111653 -1.70788 -0.023151 0.602228 -0.297425 0.507413 -0.605686 -0.082258 -0.311822 -0.943278 0.654748 -0.036033 0.37289 0.108576 0.273357 0.016086 0.570764 -0.16917 0.066707 -0.331181 0.361472 0.080066 -0.808346 0.351186 0.670704 0.306783 -0.109961 0.11781 -0.142557 0.150381 0.4133 -0.08027 0.441996 -0.705251 -0.450067 0.171431 0.541191 0.033811 -0.183378 1.4379 -0.100698 -0.572582 0.069154 0.190675 0.415104 0.274014 -0.419984 -0.449605 -0.629955 0.160471 0.465407 -0.544594 -0.211864 -0.109123 -0.000656 -0.503997 0.021695 -0.202825 0.487488 0.093859 -0.368982 -0.295611 0.464537 -0.20557 -0.491412 0.476256 -0.239209 -0.873603 0.317857 0.376184 0.20578 -0.043623 -0.191658 0.055452 0.501612 0.440412 -0.251736 0.798352 0.130782 0.002324 0.274224 0.136964 -0.049529 -0.042778 -0.154625 -0.290207 -0.446515 -0.529951 0.153467 -0.413078 -0.171195 0.610079 -0.458942 -0.072219 0.031325 0.074693 -0.01685 2.123482 -0.17806 -0.248213 -0.15224 -0.232061\nẩ 0.26161 0.253233 0.005103 0.073517 -0.100951 -0.181422 -0.142708 0.010206 0.090133 0.027626 -0.183455 -0.323948 -0.127083 -0.14254 0.376589 -0.218566 -0.144956 -0.100042 -0.357288 -0.21105 -0.050201 -0.116016 0.020542 -0.155971 0.149118 0.012573 -0.216134 0.139793 0.034651 -0.113914 0.373455 -0.121868 0.014732 -0.082757 0.088364 -0.473335 0.229975 -0.119239 0.376124 -0.094316 0.003311 -0.126956 -0.150699 0.336152 0.425366 -0.582358 -0.138309 0.112513 0.209679 0.307623 -0.380376 -0.25215 0.110682 -0.057003 0.011848 -0.112103 -0.263653 0.298193 0.124857 0.11483 0.35915 -0.074447 0.055045 0.078489 0.140743 0.353115 0.006351 0.204919 0.118879 -0.0368 -0.492465 -0.131235 0.127914 0.099722 -0.237099 -0.081289 -0.268924 0.073442 -0.196648 -0.270891 -0.047418 0.311409 0.209223 0.198311 0.359084 0.209842 0.00949 -0.261372 -0.174551 0.285344 -0.213155 -0.129393 0.016972 -0.060052 0.821111 -0.164536 -0.144174 0.09513 -0.044223 0.231918 0.276992 -0.440606 -0.180137 -0.016625 0.016841 0.099356 -0.314767 0.518678 -0.351978 -0.131875 0.283195 -0.135246 -0.121121 0.184587 -0.137803 -0.239876 0.072654 -0.126581 -0.137541 0.208956 -0.012199 0.242029 -0.072054 0.476792 -0.331368 -0.244026 0.188286 -0.022168 -0.349987 -0.012367 -0.089937 -0.112147 -0.196256 -0.090206 0.154258 -0.681639 -0.217676 -0.05021 -0.314697 -0.112278 0.134305 0.034531 0.218492 -0.301978 -0.094164 0.266979 0.114577 -0.208344 -0.962648 -0.029526 -0.169594 0.068555 0.202457 -0.085893 0.268651 0.250543 -0.005199 0.28632 0.010686 0.279855 -0.088932 -0.16865 0.372322 0.081959 -0.041373 -0.123759 -0.036051 -0.017886 0.098918 0.012139 0.165436 -0.183864 0.130907 0.206798 -0.096373 -0.222481 -0.191498 0.399461 0.147339 -0.340945 -0.003363 0.150725 -0.599374 0.188857 -0.486188 0.085811 0.110282 -0.038266 0.121509 -0.221633 -0.12254 -0.346574 -0.206749 0.188335 0.04141 0.013666 -0.026893 -0.314288 -0.278535 0.031331 0.2616 0.318975 0.048882 0.009254 0.161586 -0.157145 -0.103368 0.149081 1.292549 -0.052441 0.205024 0.167551 -0.090541 0.206998 0.125395 -0.027045 0.260169 -0.439852 -0.201677 -0.165888 -0.261022 -0.699146 0.40683 0.143197 0.425817 -0.290049 0.070826 -0.013439 0.174041 -0.104599 -0.067096 -0.286953 -0.353728 -0.257891 -0.009041 0.037191 0.097926 0.172525 -0.109917 0.245837 0.025096 0.579611 0.210025 0.073498 0.005596 -0.349271 0.27421 -0.337869 -0.37065 -0.321467 -0.38264 -0.259949 0.477062 -0.160551 0.125528 -0.186872 -0.234906 -0.45237 0.135271 0.291445 0.001412 0.292374 0.068616 -0.166235 0.165706 -0.059558 0.176797 -0.199422 0.093216 0.145518 0.417696 -0.058688 -0.07114 -0.315793 0.109124 -0.264903 0.004915 0.148907 0.103977 0.034619 -0.047294 0.041554 -0.19964 0.195102 0.348523 0.111309 -0.036679 -0.154594 -0.096806 -0.494564 0.134602 0.260874 -0.023895 0.25795 -0.101083 0.427991 -0.540099 0.1635 0.020849 0.067393 0.06278 -0.127533 -0.14222 0.229777 0.320715 -0.092301 0.136351 -0.1677 -0.119496 -0.113917 0.149855 0.149868 -0.329509 0.206817 0.147211 -0.085154 0.297613 0.367009 -0.14526 0.022186 -0.165177 0.28897 0.199038 -0.140405 -0.198657 0.050596 -0.234497 -0.080934 0.156782 -0.311673 0.243748 0.117916 0.07527 0.026741 -0.029149 -0.237622 -1.726824 0.014326 -0.344514 -0.159916 0.078044 -0.074089 0.207711 -0.159505 -0.183935 -0.151175 0.259642 0.142074 -0.138691 -0.001094 -0.030957 0.055754 0.038533 0.237872 0.202422 -0.006272 -0.058854 -0.046497 -0.026859 -0.189453 -0.235355 0.041796 -0.000459 0.06296 0.038321 -0.499143 -0.536115 0.114975 -0.847509 0.001847 0.103683 0.205729 -0.039643 -0.069289 -0.286018 -0.099147 0.119482 -0.452829 -0.030788 0.154851 0.167663 0.014878 0.012631 -0.150493 -0.193789 -0.374776 -0.20449 -0.182269 -0.01908 0.086991 0.283341 -0.236269 -0.23453 0.307596 0.03999 0.014394 0.065847 -0.053914 -0.103808 -0.466899 -0.017452 0.092123 -0.141685 0.171412 0.217422 0.306887 0.104671 -0.124786 0.110391 -0.08492 0.337459 -1.411952 0.230229 0.311407 -0.279255 0.196311 -0.200703 0.197426 -0.443573 -0.325562 -0.083865 0.095747 0.14973 -0.029425 0.117197 0.006974 0.462332 -0.224571 0.179495 0.001673 0.146952 0.170314 -0.120369 0.127184 0.267211 0.182634 -0.084671 -0.439924 0.266791 0.071349 -0.173508 -0.100409 0.271903 -0.11147 -0.175111 -0.007823 -0.227326 0.141175 0.026221 1.270569 0.155574 -0.314077 -0.103604 0.613771 0.078047 0.16994 0.060388 -0.386053 -0.082663 0.089585 0.443693 0.010886 -0.068165 0.04709 -0.06529 0.12588 0.641376 -0.395677 0.009569 0.180131 0.205295 -0.369393 0.215546 -0.148599 -0.07427 -0.047266 -0.199034 0.304745 0.026547 -0.060699 0.268058 -0.064312 -0.127346 -0.190685 0.229397 0.340019 0.078823 -0.056984 0.243077 -0.129545 0.435612 -0.032707 0.129838 -0.053595 -0.212089 -0.255528 0.012374 0.025426 0.142673 0.217387 -0.098748 0.354725 0.018836 -0.241026 -0.212658 0.014048 0.374413 2.306254 -0.008308 -0.185547 0.168619 -0.036016 0.024593 0.160092 -0.049968 0.219442 -0.250869 0.03881 0.002679 0.188256 0.106899 -0.273232 -0.240876 -0.227709 0.103356 -0.193864 0.10102 -0.053011 -0.139032 -0.08776 0.074245 -0.168804 -0.118505 -0.014296 0.120738 -0.06873 0.308705 -0.221605 -0.067096 0.259161 0.345345 0.316792 0.19571 0.005594 0.149106 0.230863 -0.055811 -0.479077 0.277041 -0.102229 0.230977 0.095393 -0.049292 -0.266455 -0.130164 0.030949 0.464134 -0.311346 -0.056474 -0.001324 0.137073 0.164907 -0.118412 -0.266375 0.205462 0.003192 0.206866 -0.456788 -0.510782 0.14367 0.092899 0.089053 0.219585 -0.098868 -0.034234 -0.046229 0.00566 0.074445 0.288492 0.236135 0.024573 0.089167 -0.410385 -0.331357 0.316925 0.161741 -0.044618 0.19626 0.006076 -0.194827 -0.197473 0.141979 -0.006961 -0.014983 0.295899 0.505581 0.322251 0.053788 -0.001239 -0.196609 -0.09747 0.156037 -0.284113 0.111644 -0.16355 -0.090283 1.007485 -0.126572 0.00578 0.112766 -0.203148 0.153683 0.263804 -0.200185 -0.29849 -0.090528 0.381217 -0.064749 -0.004962 0.40092 -0.242896 0.120382 0.014953 -0.258006 0.076855 0.050429 -0.053169 -0.329855 0.154894 -0.206075 0.145146 -0.201335 -0.010292 0.209461 0.02664 0.391686 -0.335198 -0.172797 0.374913 0.14007 -0.264519 -0.221392 -0.088823 -0.077603 -0.106843 -0.428792 0.071288 -0.799675 -0.445293 -0.324798 -0.218804 -0.047193 0.196981 0.037157 0.300968 -0.242269 -0.03331 0.494902 -0.034222 -0.074309 -0.817087 -0.241348 0.061719 -0.255866 0.501396 -0.169497 0.022071 0.338071 -0.13221 -0.252402 0.188615 0.309671 0.017683 -0.177206 0.177588 0.329762 0.026725 -0.167589 0.22648 0.210158 0.425755 0.030045 0.008855 -0.084031 0.228205 0.268605 -0.456603 -0.220209 -0.114439 0.40125 -0.055815 -0.21797 0.322223 -0.049796 -0.540978 0.318356 -0.211087 0.309134 0.10019 -0.161804 0.150889 0.153566 -0.295359 -0.084255 -0.061795 -0.07265 0.21873 0.016656 -0.072099 -0.159823 -0.164547 0.053856 0.457509 0.347929 -0.097221 -0.044971 -0.069859 -0.213432 -0.251883 -0.026677 0.924449 0.004654 0.178533 0.268017 0.108265 -0.191422 0.020207 0.168352 0.370384 -0.322553 -0.147317 -0.19949 0.068291 -0.953687 0.506812 -0.139091 0.048031 -0.497973 0.01755 -0.205586 0.066156 0.057588 -0.190602 -0.351002 -0.234438 -0.129567 0.052158 -0.208743 0.06129 0.082098 -0.32338 0.215982 0.077121 0.561692 0.164881 0.091033 -0.092503 -0.295317 0.140416 -0.253788 -0.388226 -0.629401 -0.052009 -0.226431 0.165728 0.266051 0.265392 -0.08791 -0.414023 0.071008 -0.08757 -0.118465 0.073718 0.415875 0.156529 -0.340038 -0.081234 -0.051058 0.192515 -0.151568 -0.175444 0.053083 0.268797 -0.126737 0.078961 -0.194605 0.263994 -0.239447 -0.019574 0.212997 0.194008 -0.022366 0.167598 -0.067019 -0.134243 -0.029152 0.087283 0.062547 0.039737 -0.143957 0.353002 -0.935061 0.031408 0.20857 -0.29486 0.233705 0.059311 0.390805 -0.02169 -0.059475 0.059243 -0.146023 0.009554 0.277955 -0.1623 0.280804 0.43426 0.079918 -0.098537 0.002792 -0.136265 0.016721 0.286561 -0.007306 -0.051544 0.29024 0.179162 -0.071545 0.363407 0.304298 -0.191693 -0.243512 -0.001051 -0.12489 0.170336 -0.050109 -0.173128 0.155987 -0.184306 -0.273429 -0.026001 -0.2217 0.20209 0.247696 -0.107978 0.120426 -0.111188 0.021986 -0.864254 0.25661 -0.205928 0.287693 -0.029902 0.175781 0.212246 -0.214816 -0.244486 0.049655 0.175518 0.035369 0.073061 -0.183608 0.193694 0.043604 -0.152191 0.024214 0.232151 0.070357 0.170694 -0.055429 0.34249 -0.118042 -0.23824 0.211108 -0.108827 -0.009712 0.199398 -0.263464 -0.302353 -0.044999 -0.856785 0.151794 0.101146 0.082295 -0.212818 -0.156951 -0.115957 -0.197677 0.109906 -0.184817 0.037187 0.110175 -0.083953 -0.050808 -0.073002 0.066316 -0.09126 -0.405286 -0.338194 0.137314 -0.25139 0.288391 0.126372 -0.046319 -0.043066 0.432465 -0.129776 0.200885 0.468657 -0.040349 -0.213878 -0.737052 -0.294512 -0.084283 -0.226687 0.052533 0.424547 0.067314 -0.033641 -0.062545 0.069122 -0.153169 -0.010957 -2.172108 0.300481 0.439258 -0.19391 -0.063102 -0.214525 -0.057695 -0.402846 -0.399568 -0.164192 -0.023343 -0.214866 0.070213 -0.07857 -0.224558 0.464651 -0.014528 0.14125 0.035992 0.068733 0.11372 -0.397482 0.019555 1.813172 0.113645 -0.152893 0.02115 0.069247 -0.265849 -0.17461 -0.395071 0.369959 -0.083246 -0.319956 -0.015916 0.049674 -0.136306 0.045568 1.414644 -0.015749 -0.380735 -0.271666 0.475334 0.410187 0.174541 -0.151495 -0.13613 -0.143779 0.070902 0.402406 -0.262693 -0.288856 -0.089426 -0.062383 -0.182435 0.47653 -0.332735 0.041146 0.112327 0.093697 -0.385818 0.113994 -0.19549 0.024907 0.274773 -0.186233 0.294145 0.072813 0.096772 0.303231 -0.231444 0.019483 0.072797 0.509379 0.176039 0.037625 0.092474 -0.092922 0.0867 0.31851 0.190305 0.307475 -0.071678 -0.177529 -0.244081 -0.152799 0.191171 0.308999 0.226615 -0.288826 0.36073 -0.015383 -0.010212 -0.171105 0.136173 0.329731 1.509933 -0.059862 0.049373 0.106618 -0.104098\nỹ 0.258004 0.883235 0.097316 -0.061161 0.085243 -0.06241 0.052791 -0.286178 0.00123 0.144763 -0.085747 0.049452 -0.171944 0.030402 0.194008 -0.45626 0.130212 -0.082589 -0.041787 -0.242983 -0.157347 -0.20113 0.425666 -0.359037 -0.346123 0.143769 -0.182127 -0.2422 0.323728 0.347921 0.257096 -0.25289 -0.109942 -0.218799 -0.23915 0.108501 0.360901 0.075579 0.286244 -0.191246 0.168933 0.27146 0.011329 0.520317 0.322452 -0.764293 -0.305922 -0.328544 0.282661 0.339911 -0.384054 -0.254852 0.16727 -0.086221 0.352973 -0.109618 -0.280961 0.078797 0.13263 -0.033398 0.315365 0.114021 0.144628 0.433024 0.067368 0.5155 -0.360248 0.577832 -0.179426 0.199366 -0.427341 0.06435 -0.060876 0.02406 -0.208885 0.153494 -0.337293 0.467905 -0.027279 -0.020969 0.403776 0.550976 0.416568 0.077223 -0.090613 0.346227 -0.01676 -0.144345 -0.434287 0.357729 -0.33051 -0.240279 -0.245421 -0.157506 0.600506 -0.03471 -0.037434 -0.102596 0.11746 0.023955 0.36591 -0.225532 -0.138324 -0.028825 0.370592 -0.3947 -0.317087 0.409238 -0.116579 -0.060773 0.526276 0.012239 -0.389941 -0.020806 -0.308347 -0.146538 0.372177 0.012931 -0.140625 0.125876 -0.173062 0.288085 -0.232643 0.240346 -0.202853 -0.572772 0.175855 0.102976 -0.57106 0.372281 -0.382367 -0.593372 0.05774 -0.332482 0.506514 -0.689217 -0.112769 -0.039662 -0.544858 0.10179 0.004849 0.28699 0.245036 -0.373566 -0.00346 0.217788 0.368696 -0.019383 -0.842063 0.136095 -0.344222 0.31183 0.111693 0.349707 0.19339 0.026029 0.351993 0.25641 0.307567 -0.04012 -0.009888 0.077777 0.46628 -0.110721 0.144178 -0.049519 -0.04947 -0.019512 0.038629 -0.033787 0.809376 0.183208 -0.392502 0.023539 -0.309438 0.410603 -0.238283 0.053347 0.347471 -0.296323 -0.318064 -0.137352 -0.387558 0.354037 -0.652801 0.226679 -0.337764 -0.118073 0.174781 -0.102209 0.337651 -0.212468 0.184063 0.223861 -0.157897 0.106315 0.239451 -0.189301 -0.580556 -0.037151 0.247352 0.180115 0.00259 0.309041 0.436609 -0.312915 0.02848 0.036269 0.914123 -0.286166 0.091998 0.357386 0.1494 0.072113 -0.037957 0.548246 -0.026387 -0.203082 -0.267354 -0.150106 -0.266247 -0.647462 0.117802 -0.609466 0.07068 -0.472906 -0.132148 0.132428 0.327425 0.224584 0.188974 -0.143265 -0.175333 -0.285177 -0.45894 0.185379 -0.193999 0.02034 -0.306413 -0.088346 -0.123108 0.35148 0.293687 0.195647 0.061112 0.24799 0.613291 -0.17868 -0.493529 0.135612 -0.529189 -0.308618 0.688321 -0.048094 0.147031 0.029546 0.071278 -0.29744 0.170379 0.271512 0.087957 -0.116821 -0.693026 -0.479737 0.108702 0.426663 0.150304 -0.405829 -0.049707 0.370962 0.764241 0.318529 0.146412 -0.225585 -0.13569 0.040747 0.493208 0.646373 0.371371 0.073584 0.043308 0.000464 -0.229072 0.048668 0.288001 -0.156406 0.559812 -0.133591 0.092956 -0.812551 0.01963 0.219521 0.344357 0.391694 -0.077607 0.417309 -0.129347 0.493191 0.43173 0.20303 0.00924 0.199137 -0.089937 -0.185676 0.188842 0.193942 -0.565235 0.162865 -0.306244 -0.075354 0.085149 0.252523 -0.247638 0.547136 0.188798 0.22009 0.289701 0.288258 -0.054959 -0.088896 0.240182 0.208134 0.039406 0.341574 0.127514 0.122874 -0.182683 0.01603 -0.190717 -0.250816 0.053551 0.15971 0.022737 0.044614 -0.510294 0.046686 -0.722303 0.118146 -0.109688 0.408413 0.176783 -0.14795 -0.13677 0.119728 -0.282157 0.19998 0.242218 0.401854 0.003903 -0.099478 0.296899 0.479698 -0.236678 -0.361685 0.239844 -0.185216 0.015216 0.279057 0.212385 0.236035 -0.131251 0.343399 -0.214095 0.04374 0.29233 -0.006713 -0.197497 0.175127 -0.797275 -0.057641 0.018094 -0.106921 0.009362 -0.246033 -0.307777 -0.034587 -0.192314 -0.728111 -0.033043 0.342417 0.577056 0.273401 0.134158 -0.152703 -0.199005 -0.038444 -0.4405 -0.075375 0.160466 0.104952 0.176978 -0.36851 -0.129737 0.115334 0.43668 0.065362 -0.119615 0.054431 -0.395936 -0.24286 -0.646734 0.186535 -0.183134 0.200914 0.010093 0.159549 0.226958 0.128507 0.092349 -0.284921 0.093139 -1.056742 0.434325 0.396771 -0.311389 0.129248 -0.494215 0.420198 -0.109901 -0.761284 -0.061873 0.30201 0.264898 -0.433209 0.489318 -0.287965 0.45165 -0.372727 0.360443 0.057052 0.296165 0.141792 -0.261671 0.130216 0.421426 0.102821 0.136412 -0.407853 -0.035996 0.160118 -0.157938 0.371463 0.40109 -0.449729 -0.205127 -0.184111 0.155839 0.311135 -0.062901 1.161253 0.451738 -0.169095 -0.032011 0.696561 -0.435109 0.285987 -0.592138 -0.735566 -0.157848 0.261372 0.33029 0.161842 -0.201764 0.030664 -0.168494 -0.348255 0.161436 -0.007958 0.31589 0.636665 -0.049976 -0.27231 0.188231 -0.185233 -0.107139 0.087988 -0.284387 -0.780796 0.036456 -0.117696 0.444654 0.218228 -0.559273 -0.04277 0.197653 0.573036 0.2367 0.286774 -0.080011 -0.153931 0.110945 -0.281317 -0.06218 0.11645 -0.241655 0.056777 -0.36813 -0.10086 0.008973 0.164775 0.008743 0.341256 -0.227913 -0.195742 -0.254174 0.003298 0.193232 2.130766 -0.28892 -0.340983 0.523798 -0.178198 -0.000884 0.365324 -0.197242 0.548938 -0.066999 0.226806 -0.140353 -0.278291 -0.045686 -0.075071 -0.230658 -0.13545 0.052568 0.331866 -0.171442 -0.406146 0.096418 0.041358 0.238512 -0.282313 -0.060173 0.577018 0.029879 -0.25817 -0.181093 0.130301 0.023564 -0.315023 0.22056 0.246223 0.15723 -0.097849 0.21972 0.248038 -0.575675 -0.379051 0.307781 0.27654 0.412952 0.109073 0.049583 0.065666 0.402228 0.841198 0.559462 -0.406146 -0.139595 -0.087384 0.223727 0.295126 -0.171886 -0.189324 0.006743 -0.121988 0.201052 -0.766812 -0.76991 -0.811721 0.046193 0.40276 0.380252 -0.016921 0.221091 0.298742 -0.27415 0.107567 -0.045317 0.31165 -0.308497 0.221413 -0.579628 -0.010664 0.277522 -0.296234 -0.037061 0.420488 -0.201446 0.042886 -0.003581 0.04549 0.478992 -0.052162 0.950805 -0.009059 0.220687 0.043852 -0.063617 -0.371282 -0.537256 0.197107 -0.353151 0.02367 -0.275585 -0.056688 0.5915 0.101161 0.276658 0.126018 0.109033 -0.172316 0.481596 0.266816 -0.438596 0.146845 0.507211 -0.185468 -0.058817 0.269643 0.011774 -0.256788 0.101012 -0.066295 -0.292033 -0.08771 -0.558352 -0.122827 -0.174911 0.096252 0.317187 0.24015 0.057686 0.302396 0.145857 0.224339 -0.480042 -0.464134 0.128094 -0.054804 -0.183677 0.138806 -0.495278 -0.214081 0.152112 -0.360223 0.083805 -0.863084 -0.287605 -0.31093 -0.242956 0.264243 -0.01369 0.444431 0.614303 -0.19021 -0.404163 0.433147 0.134566 -0.225291 -0.386679 -0.085517 -0.116293 0.256202 0.212303 0.072362 -0.416712 0.26004 0.097137 -0.05538 0.331738 -0.31463 -0.197234 -0.108955 0.297104 0.207115 0.127377 0.020494 0.241858 0.033116 0.197134 -0.092653 0.375493 0.015258 -0.50432 0.099491 -0.410473 0.482139 -0.612356 0.053308 0.188158 -0.276585 0.120306 -0.19108 -0.29742 0.611108 -0.080686 0.307046 -0.484911 -0.39106 0.086926 0.10414 -0.207548 -0.050066 -0.027847 -0.25892 -0.095977 -0.126454 -0.073986 -0.00045 -0.551042 0.074746 0.443176 0.29164 -0.014684 0.20137 -0.073504 0.152192 0.115226 -0.077752 0.742589 0.295924 -0.009156 0.215515 0.208899 0.480948 -0.414316 0.099213 -0.296534 -0.128085 -0.4939 -0.071786 0.189665 -0.570046 -0.031021 -0.660503 -0.031332 -0.436228 -0.072225 0.268741 0.059488 0.152639 0.148222 -0.291513 -0.434278 0.074494 -0.277212 0.125878 -0.499359 0.023284 -0.189039 -0.250953 -0.162198 0.67492 0.015132 -0.132479 -0.089401 -0.015496 0.040266 0.129822 -0.676177 0.068941 -0.112974 -0.158208 0.178143 0.571971 0.138014 0.150744 -0.040033 0.036825 0.329331 0.055813 -0.308956 0.158255 -0.40914 -0.581622 0.14895 0.326731 -0.096144 -0.366227 -0.009541 0.23642 0.457015 0.102567 0.297349 0.004453 0.022523 -0.235276 0.329239 0.628142 0.051442 -0.044345 0.055518 -0.107954 -0.194253 0.004871 0.224454 0.096669 0.420007 -0.29239 0.434602 -0.789902 -0.358768 -0.126077 -0.197728 0.187271 -0.263045 0.44796 0.028782 0.024673 0.427925 -0.042423 -0.34895 0.22529 -0.040643 -0.099076 0.072198 0.752364 -0.653235 0.297869 -0.131805 0.132651 0.059845 0.155764 0.00388 0.506346 0.539234 0.321785 0.624914 -0.138725 0.075841 -0.686112 0.069694 -0.024911 0.197562 0.416865 -0.007555 -0.246627 0.179055 -0.141996 0.034739 -0.296884 0.272665 0.43236 -0.141838 0.088542 -0.466279 0.236941 -0.55975 0.335498 -0.138588 0.399037 0.206817 0.060017 -0.24105 -0.113332 0.08395 0.242499 0.338 0.168277 -0.034214 -0.741913 0.048967 0.102388 -0.069193 -0.247562 0.369249 -0.285523 0.27741 0.460816 0.450948 -0.17219 0.148826 0.232575 -0.001706 0.052517 0.348217 -0.228756 0.026465 0.030912 -0.600888 0.329488 0.02061 -0.05936 -0.115272 -0.399723 -0.475942 -0.39596 -0.11288 -0.37385 0.039096 -0.115067 0.663221 0.736395 0.282727 -0.013199 -0.68298 -0.55094 -0.284241 -0.105526 -0.205517 0.311548 0.417434 0.107186 0.10134 0.35774 0.216177 0.147057 0.065734 0.127274 -0.41253 -0.460917 -0.449016 0.047564 0.138153 0.268613 0.207714 -0.240569 -0.069548 -0.186713 0.482948 -0.109549 0.051963 -1.938777 0.396009 0.637177 -0.118881 0.353242 -0.435082 -0.064367 -0.296705 -0.886985 0.277461 0.027104 0.093877 -0.012055 0.296236 0.053384 0.653076 0.018734 0.140161 -0.10309 0.30323 0.053143 -0.582602 0.295593 1.342771 0.355662 -0.054373 -0.224231 -0.32512 0.182803 0.14185 0.203596 0.680686 -0.606966 -0.332895 -0.037994 0.638985 -0.140083 -0.026339 1.650894 0.125023 -0.331993 0.124652 0.51529 0.410506 0.209659 -0.561262 -0.58707 -0.417352 -0.10152 0.411542 -0.494012 -0.219275 -0.19799 -0.085555 -0.673805 0.072838 -0.171469 0.110755 0.495028 -0.25275 -0.294739 0.369953 -0.301868 -0.225825 0.444469 -0.094619 -0.807081 -0.115866 0.163703 0.186158 0.267652 -0.267611 0.308033 0.233054 0.318739 -0.171979 0.42074 0.111605 0.054369 0.030713 0.01708 0.131344 0.048864 -0.448005 -0.270912 -0.2102 -0.123263 0.167216 -0.15117 0.059559 0.321868 -0.232294 -0.302085 0.012999 -0.17253 0.218405 1.966833 -0.403425 -0.302307 0.124866 -0.245469\nị 0.363436 0.67685 0.199617 0.0154 -0.013355 -0.099492 0.10857 -0.232844 -0.056635 0.030404 -0.041432 -0.086614 -0.130168 0.093169 0.180427 -0.355928 0.046312 -0.088311 -0.08435 -0.174426 -0.064747 -0.292599 0.483928 -0.412084 -0.244492 -0.01597 -0.35446 0.133865 0.219216 0.063246 0.375391 -0.179288 0.138404 -0.097808 0.015426 -0.491878 0.283459 -0.11109 0.113916 0.222283 -0.050791 0.168378 -0.341965 0.424459 0.155994 -0.832341 -0.151466 -0.231539 -0.048147 0.468547 -0.629893 -0.190689 -0.002065 -0.144649 0.34883 0.036172 -0.092429 0.067771 0.290454 0.174408 0.189698 -0.101132 0.382664 0.152843 0.246996 0.120527 -0.168158 0.598733 -0.045236 0.156463 -0.498094 0.141279 0.093516 -0.053589 -0.344432 0.06927 -0.357394 0.41151 0.074782 -0.066528 0.131071 0.259659 0.03651 0.223175 0.051329 0.401371 -0.070154 -0.168488 -0.468288 0.094815 -0.324677 -0.50468 0.001102 -0.373108 0.72447 -0.181166 -0.181512 0.096415 -0.172246 0.141134 0.139131 -0.243238 -0.277872 -0.124255 -0.001893 0.034918 -0.224649 0.255218 -0.015765 0.124948 0.557942 -0.028549 -0.419085 0.050658 0.078197 -0.456171 0.106839 0.022334 0.17231 0.333279 -0.266977 0.201753 -0.167072 0.105119 -0.04011 -0.468276 0.319673 -0.136143 -0.652607 0.201955 -0.151468 -0.447775 -0.290313 -0.180769 0.268187 -0.601796 -0.153382 0.034712 -0.209167 -0.176473 0.201158 0.269883 0.251346 -0.156917 0.119849 0.230624 -0.080561 0.150691 -0.813596 0.166926 -0.30093 0.388332 0.092914 0.404802 0.031608 0.337091 0.225225 0.271468 0.365622 0.279147 0.043328 -0.041184 0.630786 0.125012 0.072538 -0.14879 0.010367 -0.057649 0.112736 0.045525 0.525391 -0.106222 -0.159612 0.105614 -0.204449 0.145734 -0.434564 0.148097 0.575194 -0.343281 0.03635 0.32579 -0.510612 0.110541 -0.57541 0.29557 -0.076471 0.10671 0.118285 -0.227456 0.080801 -0.297345 -0.272953 0.230417 -0.057677 -0.139299 0.099856 -0.057521 -0.32861 -0.118616 0.245084 0.217483 -0.174388 0.007563 0.288946 -0.377361 -0.09826 0.21932 1.016346 -0.059018 0.212848 0.159527 0.094663 0.235573 0.231267 0.11595 -0.016725 -0.208238 -0.325105 -0.404588 -0.003249 -0.570165 -0.14758 0.036053 0.086975 -0.23375 -0.314558 0.058652 0.360143 0.227557 0.015627 -0.115344 -0.62408 -0.302629 -0.105339 0.129402 0.083513 0.142123 -0.21106 0.258475 0.118082 0.215981 0.103888 0.535161 0.018357 0.058665 0.304696 -0.50011 -0.409762 0.016965 -0.123032 -0.437824 0.569243 -0.196087 0.21341 -0.368048 -0.171623 0.016047 -0.059251 0.282897 -0.408706 -0.238477 -0.319009 -0.181136 0.297193 0.259792 0.031174 -0.254154 0.095029 0.16178 0.633266 0.232584 -0.124311 -0.369158 0.100416 0.1253 0.125138 0.588381 0.109274 0.15594 -0.234039 0.069406 -0.153537 0.195928 0.404911 0.030536 0.113736 -0.194252 -0.128755 -0.828117 0.317341 0.308209 0.120295 0.48296 0.060756 0.331114 -0.382091 0.363127 0.10878 0.313761 0.047536 -0.019425 -0.320957 0.381913 0.212433 0.077172 -0.284322 -0.21752 -0.2338 0.049867 0.071825 0.133603 -0.196033 0.285199 0.147067 0.03342 0.275238 0.663003 0.066269 0.05246 0.063774 0.107252 0.127601 0.397831 -0.102378 -0.000326 0.042527 0.142549 -0.112577 -0.109974 0.022564 0.187809 -0.036157 0.235379 -0.14243 -0.178088 -1.05998 0.214754 -0.185552 0.174778 0.170538 -0.08986 -0.046968 -0.097802 -0.379391 -0.034144 0.348231 0.314416 -0.091493 -0.225374 0.175223 0.031222 -0.005607 -0.304072 0.220833 0.124442 0.142586 0.257619 0.056647 0.222379 -0.08975 0.246191 -0.069541 0.008888 0.293216 -0.341211 -0.232954 0.353902 -0.983083 -0.060061 0.095526 0.21516 -0.198999 0.060941 -0.523294 -0.194973 -0.040543 -0.876611 -0.091518 0.093054 0.098652 0.155773 0.194023 -0.148309 -0.136503 -0.121606 -0.317451 -0.046501 0.053931 -0.036134 0.043263 -0.236676 -0.180639 0.226693 0.160033 -0.184336 -0.192525 -0.127798 -0.315952 -0.281812 -0.383464 0.139979 -0.108971 0.064755 0.161456 0.455242 0.264509 -0.323061 0.308644 -0.551836 0.054878 -1.155355 -0.009803 0.371698 -0.155424 0.061857 -0.177841 0.235795 -0.164427 -0.666683 -0.174487 0.161844 0.305144 -0.306557 0.124279 -0.251495 0.489376 -0.318818 0.283551 0.068475 0.355013 -0.026338 -0.157457 0.188907 0.419378 0.031238 0.016977 -0.274602 -0.096938 0.112163 -0.035239 0.113864 0.187506 -0.193251 -0.311173 -0.069661 -0.015465 0.229671 -0.250607 1.202693 0.305173 -0.269238 0.169163 0.37985 -0.178467 0.35545 -0.191337 -0.374294 -0.032777 0.204579 0.582385 0.197543 -0.164239 -0.075109 -0.409491 -0.151036 0.126688 -0.188949 0.317249 0.410276 0.064094 -0.199425 0.180896 -0.195406 -0.362176 0.034477 -0.009105 -0.555606 0.098271 0.01835 0.346593 0.007874 -0.341523 -0.428028 0.483619 0.48496 0.261089 0.423832 -0.071772 -0.062788 0.441546 -0.24964 0.00283 -0.014672 -0.204096 0.017893 -0.280807 -0.147474 -0.03954 0.101466 -0.064222 0.337445 -0.166552 0.059997 -0.35758 0.073795 0.222644 2.404803 -0.027176 -0.224297 0.329164 -0.134418 0.075291 0.294575 0.024685 0.453714 -0.205156 0.10832 0.17433 -0.172315 0.122836 -0.237088 -0.345815 -0.150658 -0.020559 0.216917 -0.059756 -0.214115 -0.0697 0.004341 0.263256 -0.173235 -0.126482 -0.104682 0.316662 -0.312086 -0.036936 -0.142825 -0.150269 0.064079 0.329401 0.255388 0.105054 -0.036924 0.383244 0.202516 -0.203386 -0.692095 0.216269 0.244656 0.143018 0.171455 -0.105705 0.000785 -0.236804 0.359145 0.406385 -0.345867 -0.111455 -0.05068 -0.104163 0.258541 -0.494117 0.162048 0.146736 -0.108306 0.354402 -0.446223 -0.383618 -0.308437 0.34134 0.247229 -0.040146 -0.355774 0.487574 -0.022786 0.099751 -0.235757 -0.036045 0.335241 0.021382 0.187889 -0.371866 -0.093916 0.294547 -0.056226 -0.351806 0.338726 -0.197955 -0.073048 -0.010907 0.034606 0.287634 -0.136013 0.506012 0.036681 0.294077 0.173795 -0.150345 -0.321495 -0.52715 0.055711 -0.31205 -0.253307 -0.045194 -0.224967 0.757713 -0.103944 0.200053 0.269496 -0.057555 -0.001097 0.206163 0.095246 -0.439642 -0.030928 0.255681 -0.061398 0.186459 0.124062 -0.006695 0.099895 0.268624 -0.007713 -0.165331 0.003961 0.012903 -0.477531 -0.089674 -0.001201 0.317239 0.191912 -0.072156 0.029143 0.064031 0.295947 -0.197359 -0.470599 0.231463 -0.109201 -0.330677 -0.190321 -0.187819 -0.340236 -0.133994 -0.330597 0.07184 -0.664228 -0.468263 -0.026907 -0.130264 0.005554 0.213936 0.357668 0.406531 -0.131568 -0.064499 0.563136 0.048293 0.030025 -0.565706 -0.08898 -0.231022 -0.157231 0.356049 0.262474 -0.433934 0.413814 0.244052 -0.10806 0.456152 0.14856 -0.102018 -0.036515 0.278098 0.458085 0.35245 -0.151783 0.154851 0.147647 0.272163 0.033499 0.272035 -0.186271 -0.119024 0.128029 -0.317338 0.17743 -0.613331 0.113708 0.396648 -0.54476 0.141806 0.311079 -0.579205 0.503647 -0.346971 0.396715 -0.296592 -0.122823 0.193849 0.126932 -0.284521 0.040212 -0.269258 0.050414 0.262631 -0.141465 0.060927 -0.067176 -0.374889 -0.047232 0.327236 0.22601 -0.085783 -0.193471 0.049385 -0.142466 -0.261522 0.054167 0.639297 0.22057 0.199861 0.116366 0.172766 0.313124 0.154094 -0.190162 0.020178 -0.059354 -0.486014 -0.610262 0.262015 -0.564919 -0.050453 0.081952 -0.050586 -0.405347 -0.115092 0.015845 0.026836 0.313707 -0.215804 -0.240284 -0.616604 -0.196726 -0.024643 -0.0235 -0.231639 -0.029523 -0.195528 0.315347 0.001261 0.259386 -0.080322 0.530722 -0.060497 0.021699 0.109953 -0.082074 -0.371573 -0.277893 -0.030899 -0.371927 0.26443 0.148559 0.186584 -0.206058 -0.294677 0.2261 -0.090832 0.006943 -0.54762 -0.075706 -0.133138 -0.289564 0.102278 0.298733 0.004795 -0.310868 -0.007576 0.119553 0.379117 0.06451 -0.017074 -0.374726 0.06674 -0.023221 0.033046 0.531179 -0.02473 0.116481 0.039645 -0.052134 -0.093947 0.128275 0.568974 0.020584 0.220906 -0.255064 0.084367 -1.037675 -0.053285 0.154463 -0.160578 0.225642 0.24418 0.233832 -0.035184 -0.038112 0.072773 0.04266 0.065964 0.2775 -0.22814 0.337424 0.151599 0.350386 -0.359586 -0.036365 -0.326684 0.099379 0.272444 0.053402 0.036583 0.29594 0.500173 -0.046279 0.300833 0.28601 0.003516 -0.349011 0.088488 -0.078551 0.034826 0.421826 0.126398 -0.148984 0.461108 0.216099 0.158109 0.053201 0.0732 0.383276 -0.044632 0.123377 -0.154216 0.041835 -0.54699 0.443649 -0.068268 0.253911 0.084685 0.120166 0.061927 -0.403686 0.022755 -0.020787 0.287522 0.276518 -0.034562 -0.514906 0.372072 0.023804 -0.015465 -0.253268 0.188813 0.026352 0.572046 0.16907 0.433175 -0.030267 0.072208 0.16101 -0.05325 -0.06597 0.334397 -0.174431 -0.10593 0.148964 -0.747006 0.136226 0.1208 0.11732 -0.382527 -0.067493 -0.387194 -0.251611 -0.065218 -0.631905 -0.072149 -0.083676 0.208107 0.411737 0.112767 0.134325 -0.345149 -0.211395 -0.226884 -0.105131 -0.302895 0.018073 0.167215 -0.085851 0.001653 0.19098 0.011938 0.07323 0.148752 -0.029143 -0.467376 -0.469096 -0.675955 -0.016174 0.010166 -0.055788 0.519115 0.115666 0.054106 -0.381409 0.561383 -0.547261 -0.041845 -1.984017 0.239377 0.625033 -0.338291 0.19812 -0.185616 -0.023762 -0.512716 -0.7872 0.090964 0.093518 0.101661 -0.105926 0.047786 -0.29782 0.494465 -0.047725 0.044701 -0.103848 0.24418 -0.060708 -0.389717 0.413399 1.497833 0.1308 0.040594 0.001501 -0.190072 -0.024257 0.261077 -0.05498 0.282474 -0.357754 -0.540096 0.078599 0.309568 0.098127 -0.126671 1.510428 0.154017 -0.569456 0.04657 0.230992 0.292784 0.305493 -0.177091 -0.394628 -0.254073 0.242626 0.600441 -0.176416 -0.335233 -0.278602 -0.104238 -0.261608 0.049763 -0.224935 0.237289 0.121296 -0.304868 -0.404948 0.09739 -0.37229 -0.311179 0.283975 -0.159712 -0.714067 0.205407 0.280587 0.208422 -0.06478 -0.155152 -0.147828 0.522585 0.364026 0.120193 0.531512 -0.15443 0.08954 0.409672 0.032137 0.181262 0.009423 -0.078628 0.035397 -0.283165 -0.156778 0.139676 -0.021447 -0.100734 0.282291 -0.317817 0.213914 0.001261 0.333324 0.003859 1.954375 -0.216971 -0.176671 -0.041104 -0.088364\n7 -0.259446 -0.403586 -0.03754 -0.252633 0.519237 1.031109 -0.001652 -0.075617 -0.075831 -0.383647 0.470214 -0.332531 0.077536 -0.32399 -0.215366 -0.286889 0.149114 0.024186 -0.475237 -0.115664 -0.124589 0.360189 0.026892 0.133721 -0.235988 -0.071593 -0.06705 -0.509902 -0.422019 -0.023868 0.143129 0.328402 0.474425 0.69995 -0.229167 0.200021 -0.206276 0.09405 0.552442 0.041256 0.142425 -0.083363 0.217678 0.322373 -0.098877 -0.319348 0.416004 -0.064116 -0.230587 0.301921 -0.374867 0.509064 -0.141678 0.942302 0.27831 -0.570315 -0.208704 0.032721 0.984733 0.282494 0.545328 0.137885 0.185844 0.10883 -0.089194 0.386547 -0.043991 0.396611 -0.305912 0.081921 0.185828 -0.070584 -0.239877 -0.296773 -0.14182 0.383048 -0.290711 0.557792 -0.253351 -0.285058 0.17475 0.094411 0.377733 -0.454345 -0.53577 0.38581 -0.136432 -0.358002 0.11146 -0.107105 0.276979 -0.01014 0.316006 0.420481 -0.008968 -0.295981 0.23385 0.055374 -0.886119 0.301492 0.228403 -0.368912 0.125803 0.204457 0.659661 0.249574 -0.85543 0.409943 0.281827 -0.058687 0.332565 0.004836 0.285212 -0.311124 -0.045968 -0.63175 0.328087 0.163976 0.283138 0.218805 -0.266385 0.129141 -0.221882 0.191592 0.24236 -0.705495 -0.145861 -0.242722 0.274992 -0.332066 -0.574065 0.176558 -0.114518 0.043679 -0.23581 -0.21084 -0.603405 0.373564 0.148912 -0.784708 0.050374 -0.18426 0.473266 0.39855 -0.039597 0.707428 -0.187191 0.579524 -1.016865 0.248884 0.01664 0.041331 -0.115886 -0.146158 0.266522 0.390127 0.769381 0.06774 -0.085801 0.153324 0.226024 -0.381027 0.364901 -0.293523 -0.046057 -0.135686 0.44522 -0.599435 0.059815 -0.203187 0.601415 0.133365 -0.649886 -0.864343 -0.724742 0.501193 0.067186 0.354284 0.644167 -0.598208 0.271498 -0.127728 -0.634349 0.274379 -0.378064 0.123667 -0.509509 -0.386682 0.229686 -0.152311 -0.29039 -0.242093 0.136281 0.066388 -0.305748 -0.093323 -0.033333 0.015855 0.430717 -0.564119 0.311861 -1.09512 -0.246214 0.233254 -0.48861 0.081644 0.049322 0.276578 0.552131 0.345495 0.232826 0.067986 -0.230899 0.265788 1.111295 0.34308 -0.313088 -0.40383 -0.752537 -0.223806 -0.588958 -0.437137 0.112833 -0.485273 -0.428784 0.048105 -0.829573 0.002469 0.15321 -0.724346 0.454746 0.300646 -0.088868 0.184933 0.296015 0.451092 0.130589 0.503658 -0.646596 -0.494054 0.644445 -0.317576 -0.354102 0.356696 -0.302275 0.69981 0.851835 -0.140959 -0.415195 0.427694 0.080327 -0.366246 0.700119 -0.60367 -0.71017 -0.099858 0.343958 0.196257 -0.508709 -0.35721 -0.00113 0.126316 -0.250132 -0.081446 0.788237 0.485396 -0.43809 0.018432 0.133481 0.337619 0.830695 0.17201 -0.239032 -0.40563 0.220093 -0.554384 -0.199986 0.004754 -0.16103 0.493942 -0.411258 0.659869 0.267087 0.191398 0.359422 0.146804 0.06689 -0.311226 -0.368671 -0.67202 -0.066722 -0.081681 0.16199 -0.203641 1.014851 0.470451 0.178439 -0.443518 0.42893 0.506727 -0.144846 0.128347 0.661487 0.248058 0.07921 0.544054 5.7e-05 0.419577 -0.214723 -0.1081 0.094934 0.323032 -0.293442 0.529181 0.244286 0.341691 0.29396 0.263772 0.285813 -0.241257 0.104204 0.325698 -0.259314 -0.17546 -0.087272 -0.431158 -0.102524 0.371955 -0.400079 0.517301 -0.117949 -0.525032 0.147552 0.417538 -0.240348 0.178658 -0.836304 0.148395 0.159958 0.632313 -0.224098 -0.52875 0.260862 0.27585 -0.732136 0.396086 0.588812 0.406843 -0.329485 0.17054 -0.139021 -0.155435 -0.821221 0.04765 0.157486 0.201353 -0.083379 -0.709593 0.038591 -0.305781 0.116065 -0.166062 -0.052934 0.062372 -0.362687 0.147724 0.003855 -0.101679 -0.791844 0.310959 -0.215273 -0.738033 -0.983188 -0.626241 -0.294012 0.234975 0.066144 -0.497437 0.553152 -0.248375 0.062692 0.516932 -0.43198 -0.139867 -0.194264 -0.190615 -0.34122 -0.479136 0.29317 -0.520108 -0.345664 -0.09607 0.050802 0.051939 -0.705107 -0.126193 -0.224616 -0.430956 -0.733868 -0.149471 0.655092 -0.131981 -0.5788 0.417677 -0.865063 -0.134421 0.112847 -0.185511 -0.208477 0.120474 0.048332 -0.605457 -0.651836 0.342364 -0.546578 -0.79962 -0.507046 -0.059188 0.353241 -0.609139 -0.045136 0.317433 0.497849 -0.622852 0.364307 -0.198591 -0.148915 -0.436362 -0.212397 0.345766 0.118691 -0.00229 0.280627 0.249104 0.349965 -0.455246 -0.274739 0.549751 0.007373 0.109355 -0.037075 -0.444048 0.526073 0.223893 0.051597 -0.087858 0.085419 -0.025928 -0.004664 0.691359 0.713681 -0.075387 0.339461 0.348691 -0.150135 0.414034 -0.186692 0.140015 -0.019945 -0.342789 -0.502335 0.038774 -0.110279 0.199311 0.173803 -0.449208 -0.208709 -0.012592 1.121004 0.314862 -0.852804 -0.238258 0.062277 -0.166409 0.392222 0.474826 0.153244 -0.500364 0.20543 -0.102105 0.188001 -0.110334 -0.761713 -0.539269 0.47881 0.267283 0.606008 0.379525 0.347277 -0.233239 0.28738 -0.240118 -0.551187 -0.25227 0.011468 -0.044893 -0.459319 -1.016191 -0.301473 0.317114 0.289535 -0.094267 0.056919 -0.300664 0.071792 -0.584764 -0.102947 2.068682 0.167555 0.42452 0.554588 0.027743 -0.972732 0.057945 0.357042 -0.5704 0.265443 0.875879 0.440745 0.180611 -0.127753 -0.377529 0.304222 -1.050018 0.21526 -0.132304 0.399793 0.228001 0.528549 0.019581 -0.681705 0.186112 0.318076 -0.458668 0.485073 -0.345673 0.180831 -0.240379 -0.094646 0.010032 -0.391559 0.485415 0.609064 0.835362 0.355822 0.511588 -0.644556 0.328671 -0.382466 0.05597 -0.235891 0.583815 0.210923 -0.875504 0.251708 0.209998 -0.029117 -0.057815 0.159681 -0.277714 0.198508 -0.290176 -0.117352 0.269446 0.285761 0.275613 0.304657 -0.426994 0.444881 0.237876 0.581055 0.219352 0.519338 0.271616 -0.120684 -0.584413 -0.474226 -0.338918 0.198077 0.435184 -0.346387 0.144592 -0.394975 -0.169973 0.545344 -7.4e-05 -0.361678 0.479084 -0.386459 0.528394 -0.209245 -0.809309 0.105901 -0.103628 0.033007 -0.251681 -0.399578 -0.152252 0.255256 -1.140388 -0.164979 -0.393018 0.006808 -0.10081 0.218389 0.853939 -0.17105 0.375183 0.067889 -0.177833 -0.856178 0.015298 0.029642 0.053383 0.672471 -0.15261 0.71324 0.36602 -0.834188 0.563253 0.322858 0.047104 0.497 0.151476 0.269694 -0.298676 0.357603 -0.311058 -0.00729 0.15418 0.273274 0.214553 0.128223 -0.341217 0.063559 0.354342 -0.338553 -0.113704 0.095131 0.172926 0.131507 -0.516343 -0.65979 0.043766 0.100433 -0.085898 0.547584 -0.250405 0.059446 -0.151393 0.113427 -0.201477 0.199785 0.89693 0.677109 0.323742 0.236264 1.00282 -0.451837 0.278461 -0.901755 0.657404 -0.077291 0.646488 -0.299351 -0.234845 0.486753 -0.041027 0.907636 0.323945 0.383267 0.110714 0.451172 0.384579 -0.313081 -0.684303 0.499106 0.618079 -0.340431 -0.061941 -0.129828 -0.020783 0.111927 -0.231284 -0.866596 -0.633311 -0.392105 0.16453 0.456604 0.182535 0.370391 -0.505051 0.256076 -0.623727 -0.539699 0.771315 0.094255 -0.262907 -0.671428 0.11131 -0.003791 0.137792 0.104148 0.125604 0.449926 -0.066563 -0.304262 -0.141157 -0.610408 0.668357 0.161344 -0.077856 -0.424896 -0.286 -0.181607 0.447569 -0.593211 0.481901 -0.157895 0.344643 0.279228 0.201781 -0.182165 -0.120603 -0.057655 0.620849 -0.090729 -0.349509 -0.518166 -0.466583 -0.983545 0.093598 -0.444673 -0.528747 -0.405932 0.647777 0.321632 -0.359976 -0.664646 -0.328168 -0.060104 0.220084 0.064551 -0.005094 -0.421039 -0.123041 0.634785 -0.050622 0.262953 0.384986 -0.365297 0.067099 0.283295 -0.183178 -0.026553 0.045913 0.054107 0.247558 0.255546 -0.02707 -0.160935 -0.585586 0.296028 -0.598661 -0.47455 -0.246503 -1.211893 -0.408408 -0.053932 -0.290336 -0.436639 -0.852985 0.590701 -0.508559 -0.96885 0.203985 0.359155 0.454678 0.513887 -0.054434 0.475092 -0.256335 0.508976 0.257029 0.123568 -1.109871 0.425264 -0.323156 -0.084364 -0.140057 -0.346226 0.203015 -0.709254 0.742189 0.136854 0.015441 0.807041 0.296009 -0.584121 -0.033882 -0.232847 -0.070215 0.318414 0.194019 0.602903 -0.215557 -0.583979 -0.071207 0.191801 0.11942 -0.005524 0.576971 -0.390601 0.519586 0.455073 -0.328057 0.061274 0.778727 -0.695649 0.639217 -0.573488 0.064338 0.223594 0.4313 -0.038014 0.638235 0.822214 0.186285 0.526034 -0.060558 -0.203996 0.042153 0.001232 0.264238 -0.359968 -0.259563 0.211569 -0.544911 -0.302862 -0.141928 -1.108942 0.512808 -0.616014 0.555214 0.411001 -0.473149 0.082135 -0.597483 -0.866741 0.482362 -0.171725 0.20961 -0.21358 -0.487504 0.30832 0.310488 -0.275631 0.378495 0.054932 0.672758 -0.759219 -0.179595 -0.385827 0.25626 -0.391891 0.424472 0.074643 0.370299 0.114149 -0.329673 -0.140768 0.327679 -0.661703 -0.311775 -0.309279 -0.217838 -0.461139 0.511665 0.164717 0.211165 -0.456281 0.716202 -0.448289 -0.696854 -1.053721 -0.356894 0.569444 0.028617 0.398882 0.006207 0.913163 0.138885 -0.075976 1.30708 -0.754109 -0.168092 -0.074568 -0.133905 0.836529 -0.067151 0.228869 -0.612187 0.272664 -0.443089 0.251183 -0.023793 -0.01108 0.193312 -0.348605 -0.951606 -0.572707 -0.543461 -0.075694 0.617001 -0.858171 -0.186063 0.004117 0.616161 -0.293046 -0.212186 0.052188 0.027091 0.553265 -1.630007 -0.277667 0.069543 -0.397974 -0.41044 0.010889 -0.151052 0.581751 -0.323562 0.066513 0.429027 0.445488 -0.163803 0.513409 0.115526 -0.071926 0.174978 -0.367287 -0.273006 -0.127235 -0.255341 -0.18427 -0.67878 0.650832 -0.622082 -0.53953 -0.211195 -0.03084 0.711022 -0.217235 -0.432802 0.142048 0.222591 -0.161059 -0.551331 0.503716 0.04504 0.13858 0.946985 0.171522 -0.425203 0.349029 -0.144224 -0.567028 0.627557 -0.259088 -0.006057 -0.949454 0.47232 -0.458249 0.196315 -0.402548 -0.311879 -0.094962 0.182629 -0.670482 -0.451681 1.098868 0.064978 -0.662552 0.013099 -0.04936 -0.506245 0.057321 0.636251 0.050584 -0.313023 0.422194 0.42217 0.589231 -0.041576 -0.219631 0.257448 0.1108 -0.032511 0.683529 0.060432 0.022257 -0.313615 0.159081 0.254879 -0.685089 -0.014495 -0.439908 0.047523 -0.352885 -1.123121 -0.225982 0.310979 0.330171 0.301103 0.065178 -0.44886 -0.229672 -0.565459 -0.470048 1.659998 0.197073 -0.288658 0.875927 -0.009367\nK 0.269959 0.892061 -0.052986 -0.063652 0.103266 -0.165632 0.077306 -0.242685 -0.004166 0.194889 -0.145484 -0.177525 -0.413774 -0.179191 0.053578 -0.539542 0.034031 -0.140666 -0.073642 -0.080939 -0.02793 -0.122928 0.623427 -0.202971 -0.243661 0.177587 -0.264285 0.009251 0.296387 0.274323 0.424319 -0.065653 -0.190792 0.096496 -0.040693 -0.131215 0.044473 -0.186687 0.230227 0.202596 -0.122679 0.076024 -0.091525 0.347166 0.241692 -0.847838 -0.443293 -0.483531 0.055949 0.232273 -0.25786 -0.136173 0.064364 0.094004 0.230402 0.097466 -0.106004 0.169305 0.293913 0.168706 0.024213 0.030667 0.061526 0.339387 0.278956 0.174553 -0.090267 0.455297 0.153864 0.04629 -0.45242 0.125273 0.284785 -0.140391 -0.060492 0.259269 -0.322227 0.387664 -0.285568 -0.067006 0.398814 0.445956 0.189156 0.293843 -0.10125 0.224863 0.04981 0.077 -0.381307 0.255596 -0.359108 -0.267558 -0.227787 -0.098304 0.444794 -0.009282 -0.035622 -0.029368 -0.122922 0.248524 0.154456 -0.056784 -0.160612 -0.031432 0.2468 -0.117562 -0.343864 0.399877 0.047205 -0.035993 0.559588 -0.090361 -0.298058 0.223726 0.007195 -0.372341 0.173238 -0.154106 0.173448 0.239115 -0.285583 0.457546 -0.214737 -0.02019 -0.01196 -0.418488 0.163866 0.03971 -0.378276 0.226409 -0.086114 -0.736583 -0.051522 0.116864 0.137479 -0.667256 0.199202 0.010743 -0.300859 -0.110612 0.157944 0.23051 0.251066 -0.155061 0.151576 0.249743 0.258685 0.302192 -0.928066 0.115613 0.019694 0.539681 0.135564 0.114295 0.1628 0.128165 0.092063 0.178186 0.297301 0.309536 0.212307 -0.107306 0.420943 0.078464 0.04131 -0.167129 0.12977 0.104703 -0.245056 0.027496 0.452494 -0.236376 -0.20222 0.0431 -0.231039 0.221098 -0.408308 0.136618 0.364419 -0.353816 -0.022196 0.067014 -0.314654 0.230652 -0.589868 0.100768 -0.10526 0.145588 0.131648 0.120191 0.162169 -0.145352 -0.125859 0.142387 0.015345 -0.056814 0.029248 -0.059213 -0.100917 -0.194928 0.219408 0.10985 -0.131231 0.104322 0.094672 -0.431034 -0.002716 0.24579 0.742581 0.066708 0.084658 0.055365 0.079299 0.061984 0.020658 0.533251 -0.140675 -0.205003 -0.293476 -0.367629 -0.086876 -0.699704 -0.111853 -0.19945 -0.028648 -0.217046 0.01364 0.068882 0.049228 0.121709 0.102315 0.107273 -0.24835 -0.219962 -0.291994 0.07867 0.143062 -0.150141 -0.180146 -0.0975 0.201608 0.090998 0.250202 0.430763 -0.094828 0.214549 0.527834 -0.022397 -0.378294 0.099097 -0.318531 -0.346113 0.485637 -0.183107 0.163684 -0.364894 -0.216937 -0.12482 0.111864 0.0135 0.195589 -0.081059 -0.48584 -0.320145 0.076275 0.302731 -0.008919 -0.272861 0.045412 0.480842 0.77498 0.080798 -0.081292 0.140156 -0.31752 -0.004748 0.224726 0.625938 0.132866 0.060331 -0.088417 0.049199 -0.074266 0.09475 0.377504 0.035389 0.080195 0.071992 -0.243884 -0.731132 0.338115 0.442307 0.188318 0.556586 -0.113578 0.194826 -0.239839 0.103649 0.147486 0.078603 -0.109359 -0.048286 -0.224811 0.030021 0.086345 0.301437 -0.022596 0.06826 -0.120309 -0.207267 -0.104967 0.17816 0.036811 0.358467 -0.067951 0.235608 -0.033391 0.410772 -0.056789 -0.035339 -0.002172 0.085388 0.052073 0.277753 0.375439 -0.023832 -0.099466 0.1462 -0.242247 -0.075538 -0.296646 0.082678 0.09398 0.100317 -0.241257 -0.103606 -0.636176 0.105542 -0.065697 0.254567 0.084714 0.026438 -0.110795 -0.001151 -0.304283 0.170316 0.311646 0.450115 0.144958 0.058942 0.260749 0.345269 -0.210397 -0.323368 0.514572 0.023702 0.041087 0.206787 0.274228 0.09099 0.060416 0.303028 -0.034646 0.00992 0.148351 -0.115134 0.23699 0.235067 -0.934446 -0.281352 -0.074647 -0.005591 -0.237322 -0.083466 -0.365949 0.014918 0.047168 -0.531282 -0.114781 0.010747 0.437698 0.268887 0.181585 -0.019358 -0.282174 -0.129243 -0.3272 0.073044 0.108895 0.105571 0.296173 -0.193347 -0.137945 0.212863 0.266165 0.056452 -0.24447 -0.180444 -0.075768 -0.24231 -0.392522 0.307721 -0.060314 0.251492 -0.04275 0.153518 0.119457 -0.202434 0.182172 -0.451876 0.099719 -1.085892 -0.048477 0.159963 -0.035576 -0.001421 -0.344896 0.386775 0.141533 -0.589936 0.000254 -0.0589 0.35269 -0.171346 0.3094 -0.242553 0.286588 -0.375277 0.306499 -0.1101 0.311666 0.122435 -0.073995 0.070912 0.459497 0.23369 0.037071 -0.118413 0.003902 0.01354 -0.149317 0.057586 0.33273 -0.19982 -0.159674 0.046106 0.033687 0.176269 0.138361 1.350516 0.274471 -0.101356 0.023105 0.55652 -0.02496 0.302257 -0.165209 -0.485766 -0.284194 0.322137 0.346193 0.341172 -0.099139 0.114069 -0.20061 -0.35104 0.035369 -0.137517 0.464367 0.355533 0.106348 -0.136804 0.332456 -0.050916 -0.349461 0.03518 -0.228652 -0.773712 0.173497 0.029152 0.314256 0.16239 -0.406987 -0.236976 0.235854 0.556465 0.51615 0.614444 -0.002902 -0.086543 0.463258 -0.282995 -0.167789 0.18792 -0.123994 -0.12061 -0.359812 -0.324771 0.03674 -0.090899 -0.172694 0.529065 -0.312093 0.021334 -0.429544 0.03154 0.113475 2.195072 -0.057888 -0.161362 0.32255 -0.113247 0.021043 0.369045 -0.224939 0.424058 0.052771 -0.035696 0.1547 0.055802 0.024133 -0.081923 -0.475971 -0.273587 -0.064367 0.198037 -0.191733 -0.441464 -0.218783 0.271069 0.188186 0.078325 -0.267283 0.494544 0.436371 -0.372436 0.156537 0.003461 0.077057 -0.20079 0.310315 0.494888 0.669275 -0.173158 0.363315 0.410676 -0.457737 -0.590985 -0.05885 0.24003 0.327242 -0.066009 -0.094224 -0.079696 0.360248 0.700471 0.517929 -0.497883 -0.260212 -0.070738 0.041831 -0.145361 -0.423028 0.175893 -0.072026 0.006203 0.035622 -0.424021 -0.265717 -0.426938 0.416382 0.281853 -0.064579 -0.248494 0.439248 0.276142 0.195299 0.013647 0.166335 0.240324 0.240383 -0.086256 -0.392288 -0.103998 0.587987 -0.117417 -0.299227 0.785909 0.028663 0.100887 0.068701 -0.207981 0.502345 -0.159512 0.804999 0.2726 0.17584 -0.244572 0.143469 -0.142105 -0.458826 0.130413 -0.153825 0.209671 -0.058462 -0.006072 0.20355 0.027017 0.283901 0.388638 -0.26128 0.041396 0.2171 0.375186 -0.223934 0.151993 0.731517 -0.091461 0.061051 0.354602 0.136491 -0.229865 0.139441 0.014715 -0.35711 0.15961 -0.110914 -0.214105 -0.257024 0.134041 0.432678 0.13377 -0.065778 0.152201 0.091236 0.239747 -0.436786 -0.459313 -0.084286 0.008326 -0.099501 -0.092025 -0.257965 -0.146103 -0.016276 -0.243398 -0.33142 -0.534511 -0.491213 0.112017 -0.312039 0.210273 0.48725 0.370457 0.623435 0.250867 -0.336312 0.635412 0.108213 0.051644 -0.472235 -0.257595 -0.09583 0.455945 0.483683 0.018983 -0.521392 0.415582 -0.05747 -0.087353 0.289231 0.174763 0.028727 -0.346483 0.070143 0.261431 0.251756 0.058556 0.203698 -0.02436 -0.102799 0.057106 0.12002 -0.300337 -0.339355 0.052484 -0.288178 0.459371 -0.49961 0.204756 0.145393 -0.577178 0.175814 0.112006 -0.107714 0.423647 -0.054671 0.186127 -0.312947 -0.179222 0.194708 0.341799 -0.162402 0.224244 -0.060217 -0.175336 0.353591 -0.247003 -0.068772 -0.003022 -0.219381 -0.078836 0.519475 0.159843 0.063857 0.055123 -0.00856 0.089095 -0.177207 -0.096704 0.361194 0.351809 0.091671 -0.011288 0.275617 0.5532 -0.185792 0.131503 -0.246149 -0.086191 -0.470885 -0.322053 0.370497 -0.480197 -0.300818 0.117491 -0.181791 -0.389042 0.122234 -0.04162 -0.410474 -0.20043 0.212348 0.007717 -0.426941 0.142939 -0.002581 0.115999 -0.338611 -0.208298 -0.464325 -0.492339 0.011178 0.509396 0.003235 0.472637 -0.221393 -0.044619 0.324667 0.404219 -0.666968 -0.209032 -0.339741 -0.382919 0.059181 0.290397 -0.103599 -0.327478 -0.309938 0.197523 -0.051316 -0.10665 -0.12095 0.023786 -0.267192 -0.296994 0.241251 0.281379 -0.243839 -0.399725 0.035492 0.577466 0.40068 0.094342 -0.251583 0.047344 -0.200036 -0.38591 0.266351 0.41137 -0.344107 0.152151 0.01692 -0.026406 -0.156129 0.213646 0.776228 0.150766 0.012859 0.012772 -0.122262 -1.069935 -0.033317 0.301034 -0.262298 0.166918 -0.095104 0.178796 0.189673 -0.31529 -0.178236 -0.174005 -0.094777 0.149351 -0.303648 0.268639 0.001647 0.457122 -0.167185 0.177299 -0.213427 -0.092161 0.222955 0.30913 0.00224 0.436489 0.526775 0.081825 0.313671 -0.044828 -0.166539 -0.427729 -0.078064 -0.053983 -0.182459 0.468116 0.509054 -0.550001 0.235065 0.333866 -0.095773 0.305768 -0.026577 0.478255 -0.103054 0.212152 -0.16899 0.30509 -0.393197 0.244185 -0.121119 0.396802 -0.234635 0.336932 -0.057451 -0.268691 0.14724 0.210964 0.489761 0.535587 -0.016855 -0.493907 0.038486 0.181913 -0.106652 -0.265212 0.458 0.118006 0.652292 0.183158 0.550604 -0.278679 0.331858 0.229307 0.180597 0.136864 0.418883 -0.100206 0.114103 0.214797 -0.606089 0.22401 -0.030799 0.033727 -0.21742 -0.380333 -0.428462 -0.37632 0.141521 -0.133818 -0.175899 -0.189848 0.652246 0.475638 0.096817 0.192351 -0.618407 -0.58727 -0.170132 0.143576 -0.197495 -0.113427 0.281257 0.063105 0.085865 0.394356 -0.001602 0.336318 -0.052771 -0.130691 -0.234595 -0.520199 -0.543092 -0.11792 -0.093627 0.269928 0.234392 -0.141646 -0.176524 -0.210804 0.876231 -0.495332 -0.019512 -1.780757 0.078239 0.495877 -0.206884 0.386237 -0.636145 0.12639 -0.342868 -0.84356 0.541849 -0.119679 0.370251 0.12813 0.320273 0.083305 0.537291 -0.0565 0.04737 -0.270534 0.184132 0.187079 -0.726827 0.123872 0.81831 0.21883 -0.188171 0.119266 -0.051768 0.223923 0.293844 -0.341207 0.50809 -0.551641 -0.362892 0.037019 0.473291 -0.049451 0.138879 1.387827 0.041174 -0.587158 -0.041861 0.185315 0.477876 0.351683 -0.31772 -0.445352 -0.453265 0.16908 0.357054 -0.315331 -0.205157 -0.153753 -0.002564 -0.559976 -0.152293 -0.23819 0.48588 0.071116 -0.456631 -0.236465 0.527531 -0.158302 -0.481853 0.429599 -0.24545 -0.695502 0.300704 0.178646 0.1542 -0.226867 -0.112728 0.120459 0.47803 0.400919 -0.02406 0.840318 0.257546 0.050381 0.024398 0.156407 -0.001975 0.126293 -0.206563 -0.331889 -0.356183 -0.375717 0.024208 -0.323627 -0.179169 0.454297 -0.594721 0.034164 -0.060954 0.112474 -0.005493 1.979239 -0.118429 -0.365166 0.071977 -0.268503\nL 0.412753 0.99907 -0.071425 0.000247 0.080749 -0.171096 0.176584 -0.259395 -0.024969 0.256412 -0.112378 -0.007552 -0.38284 -0.112515 0.236118 -0.373454 0.120951 -0.192745 0.046048 -0.05791 -0.099091 -0.247739 0.761554 -0.514236 -0.474734 0.101293 -0.255377 -0.047007 0.438513 0.421865 0.479974 -0.005683 -0.071788 0.139208 -0.011717 0.029335 0.051211 -0.199414 0.241316 0.10229 -0.066151 0.130652 -0.113773 0.226415 0.201956 -0.748151 -0.399933 -0.627062 -0.16773 0.444678 -0.299091 -0.295486 -0.082394 0.125133 0.346942 0.022678 -0.063397 0.221469 0.367625 0.160644 0.040301 6.6e-05 0.213609 0.354258 0.277257 0.138785 -0.170021 0.707736 -0.108846 -0.06234 -0.397692 0.347623 0.226806 -0.119614 -0.213041 0.358499 -0.225294 0.541884 -0.24449 0.030512 0.474193 0.600553 0.274567 0.251106 -0.114067 0.272775 0.041621 0.055212 -0.351688 0.285427 -0.403457 -0.343212 -0.240892 -0.130191 0.552687 -0.178962 -0.211154 -0.07357 -0.232444 0.06985 0.05906 -0.037704 -0.249077 -0.040585 0.33158 -0.132162 -0.424072 0.319267 0.123065 0.032354 0.649589 0.050723 -0.425876 0.220807 0.093158 -0.350582 0.225813 -0.076699 0.233996 0.353372 -0.263401 0.447411 -0.240075 0.049464 -0.045649 -0.516393 0.343239 0.008946 -0.694599 0.30635 -0.194023 -0.688557 -0.00859 -0.109873 0.226465 -0.662424 0.069481 0.014929 -0.434382 -0.075604 0.133762 0.270982 0.272237 -0.020086 0.140013 0.348513 0.240852 0.339246 -1.024253 0.120659 -0.122956 0.325458 0.164295 0.260188 0.193098 0.278064 0.07421 0.103934 0.450334 0.398311 0.157755 -0.150751 0.501636 0.109025 0.086379 -0.228882 0.10346 -0.00345 -0.273965 0.089421 0.528154 -0.31333 -0.301746 -0.002525 -0.601458 0.197842 -0.556375 0.23254 0.367718 -0.346998 -0.207867 0.103407 -0.601726 0.33639 -0.641451 0.159748 -0.056914 0.208334 0.09901 -0.000784 0.07565 -0.144201 -0.055843 0.335505 -0.096279 -0.143907 0.156606 -0.030003 -0.315985 -0.17162 0.347503 0.053688 -0.296947 0.081649 0.048662 -0.370866 -0.051142 0.155345 0.837293 -0.161755 0.316527 0.031654 0.142233 0.184661 0.166584 0.662824 -0.143937 -0.07176 -0.330899 -0.502678 -0.112995 -0.610269 -0.068828 -0.394736 -0.081065 -0.318927 -0.114877 0.000645 0.188603 0.406591 0.075154 0.193103 -0.321197 -0.344858 -0.252382 0.115947 0.211995 -0.103827 -0.208086 -0.049412 0.136255 0.340197 0.317983 0.401908 0.03834 0.20235 0.599193 -0.045896 -0.305826 0.261001 -0.477602 -0.21732 0.359223 -0.231727 0.036396 -0.318531 0.018885 -0.070706 -0.023956 0.0599 0.238455 -0.275425 -0.625356 -0.32315 0.109014 0.379334 0.16445 -0.378645 -0.130076 0.40693 0.621536 0.172261 -0.099243 0.107978 -0.238474 0.001831 0.275547 0.716077 0.154302 0.029367 -0.118474 0.112713 -0.209011 0.12488 0.520891 0.013778 0.302781 0.039452 -0.238081 -1.122681 0.151555 0.379099 0.283111 0.720735 0.026379 0.22256 -0.324285 0.343118 0.148306 0.125393 -0.112322 0.07663 -0.299639 0.038816 0.234765 0.330296 -0.361887 0.003871 -0.167971 -0.007114 0.026795 0.200598 -0.013926 0.506376 0.034781 0.232386 0.150465 0.433342 -0.079124 -0.10587 -0.201812 -0.013851 0.088904 0.427064 0.463365 -0.080986 -0.105502 0.143868 -0.284154 -0.26332 -0.366322 0.114424 -0.034429 0.068245 -0.33658 0.051869 -0.474278 0.134452 -0.175319 0.225011 0.170206 -0.047556 -0.043001 0.120766 -0.218924 0.071344 0.369692 0.676991 0.129455 0.1503 0.203696 0.324244 -0.259196 -0.460438 0.455287 0.110599 0.081276 0.422133 0.292099 0.215421 0.016768 0.246797 -0.037523 0.085698 0.23005 0.03082 0.141664 0.430428 -1.035144 -0.300744 0.09853 0.036495 -0.209102 -0.175027 -0.633036 0.053395 0.106083 -0.741385 -0.060487 0.0754 0.346914 0.297074 0.249108 -0.017149 -0.251036 -0.095288 -0.398022 -0.065636 -0.008349 0.118674 0.240022 -0.42513 -0.153723 0.234898 0.295854 0.001522 -0.317839 -0.281077 -0.03793 -0.393271 -0.433343 0.198983 -0.154994 0.195607 -0.026201 0.430182 0.11842 -0.234395 0.219441 -0.5725 0.173842 -1.149886 -0.091688 0.136869 0.062573 -0.139434 -0.347939 0.439828 0.121536 -0.736224 -0.039699 -0.062843 0.298341 -0.297292 0.40375 -0.241271 0.382106 -0.340632 0.405472 -0.107709 0.419411 0.032068 -0.02721 0.225267 0.313135 0.236944 -0.001614 -0.004612 0.012377 -0.030544 -0.19625 0.137555 0.292141 -0.392562 -0.08714 0.161661 0.039267 0.165795 -0.199742 1.221034 0.282153 -0.151913 0.197514 0.479612 -0.076346 0.31487 -0.287533 -0.440573 -0.272423 0.417681 0.558268 0.160133 -0.121076 0.04925 -0.345715 -0.275195 0.175786 -0.125577 0.359848 0.516644 0.054708 -0.199922 0.320565 -0.157886 -0.359881 0.189746 -0.307665 -0.921258 0.013332 0.103228 0.365713 0.107444 -0.50178 -0.25779 0.334369 0.668213 0.269628 0.514052 -0.13114 -0.096966 0.569318 -0.343349 -0.100992 0.064973 0.017065 0.213162 -0.533468 -0.373168 0.092695 -0.169001 -0.18373 0.513356 -0.267774 -0.029526 -0.452738 0.025709 0.132342 2.293247 -0.057962 -0.190403 0.324543 -0.174601 0.071406 0.550185 -0.343216 0.4883 -0.119029 0.068534 0.149636 -0.028844 0.025762 0.013958 -0.501566 -0.097788 -0.207586 0.312799 0.087616 -0.291418 -0.17567 0.275233 0.441276 -0.118819 -0.197844 0.390822 0.467347 -0.587601 -0.127466 0.0237 0.043669 -0.161829 0.249039 0.450349 0.60225 0.015372 0.427145 0.395404 -0.488895 -0.564344 -0.067038 0.378676 0.501645 -0.173796 0.002256 -0.013554 0.326694 0.699935 0.576489 -0.483472 -0.34458 -0.085202 -0.12352 -0.033663 -0.350102 0.199359 0.026925 -0.095785 0.099372 -0.623859 -0.507663 -0.39454 0.406626 0.283318 -0.169171 -0.338809 0.496415 0.194886 0.11012 -0.07136 0.246964 0.318909 0.076466 -0.137733 -0.334303 0.092641 0.618657 -0.198205 -0.522538 0.819767 -0.07878 0.168964 -0.006091 -0.105361 0.582121 -0.080664 0.943839 -0.002191 0.224672 -0.095575 0.105384 -0.218445 -0.543882 0.201696 -0.315695 0.059663 -0.185268 -0.054049 0.35678 -0.010126 0.303321 0.391262 -0.225325 -0.100452 0.247407 0.415318 -0.429747 0.281587 0.65743 -0.048649 0.040556 0.242036 0.079422 -0.361588 0.102674 0.230318 -0.340044 0.129459 -0.178367 -0.332272 -0.327322 0.109948 0.553105 0.406731 0.055689 0.09307 0.198492 0.226246 -0.482013 -0.513605 0.051828 -0.029132 -0.361394 -0.12239 -0.387544 -0.306155 0.066369 -0.335175 -0.281286 -0.582724 -0.421261 0.109889 -0.362313 0.231749 0.435264 0.504181 0.772303 0.231204 -0.511593 0.647948 0.182042 -0.067055 -0.470499 -0.199847 -0.322062 0.066229 0.511475 0.16595 -0.571392 0.441845 0.006386 -0.047136 0.394398 0.152715 -0.036813 -0.31998 0.031217 0.431979 0.284595 0.102173 0.096595 -0.136691 -0.076772 0.003061 0.222127 -0.329515 -0.482809 0.004732 -0.375784 0.420779 -0.696609 0.306105 0.226019 -0.567642 0.037429 0.151023 -0.607776 0.567607 -0.097253 0.181543 -0.364901 -0.210141 0.158262 0.308353 -0.319828 0.117236 -0.03038 -0.143176 0.287445 -0.294633 0.053845 0.046381 -0.372876 -0.072056 0.552572 0.134147 -0.10152 -0.062588 -0.125572 0.258965 -0.074316 -0.161738 0.49206 0.353929 0.214272 -0.059203 0.162621 0.725579 -0.136666 0.184949 -0.173296 0.101342 -0.587482 -0.566201 0.426884 -0.338101 -0.257299 -0.028095 -0.171147 -0.464355 0.111966 0.05187 -0.252104 0.112445 0.322559 0.046063 -0.421193 -0.00744 0.036479 0.090006 -0.371597 -0.250958 -0.365198 -0.381729 -0.119351 0.647683 -0.039494 0.334636 -0.219247 0.01839 0.348481 0.370443 -0.597297 0.009735 -0.394036 -0.152681 0.020316 0.131424 -0.134988 -0.05172 -0.104261 0.155879 -0.068231 -0.105743 -0.404414 0.033447 -0.281961 -0.196565 0.238654 0.442009 -0.241721 -0.367064 -0.044658 0.46807 0.282822 0.118538 -0.145535 0.03608 -0.107027 -0.372295 0.231849 0.491873 -0.418539 0.039122 0.143354 0.100434 -0.249343 0.174739 0.881283 0.072098 0.238093 -0.090008 0.025817 -1.284052 -0.295118 0.126096 -0.299182 0.315046 -0.016069 0.090908 0.00388 -0.183438 -0.03012 -0.218324 -0.054404 0.205872 -0.276665 0.239557 0.14651 0.591351 -0.36977 0.180243 -0.238783 0.075029 0.164669 0.201708 0.074364 0.443385 0.800273 0.269861 0.493144 -0.027101 -0.050032 -0.466213 -0.256818 -0.164203 -0.018271 0.461789 0.393565 -0.748888 0.235972 0.267341 -0.072041 0.054298 -0.01065 0.49857 -0.129568 0.046839 -0.33815 0.410879 -0.475982 0.450235 -0.15015 0.255248 -0.062284 0.243635 -0.074016 -0.159238 0.247463 0.150569 0.523763 0.551494 -0.071154 -0.501621 0.01855 0.06982 -0.025629 -0.400794 0.397968 0.097287 0.71865 0.34512 0.594196 -0.31522 0.252935 0.175446 0.195083 0.088706 0.429389 -0.059952 0.073751 0.128409 -0.746049 0.17555 0.191241 -0.031907 -0.260456 -0.51789 -0.696988 -0.389214 0.081088 -0.376247 -0.094098 -0.179271 0.566616 0.622342 0.201044 0.154185 -0.597724 -0.569 -0.116971 -0.026721 -0.233867 -0.112733 0.265906 -0.07143 0.066419 0.421358 0.053128 0.290026 -0.11096 -0.242984 -0.281591 -0.619891 -0.636599 -0.187671 -0.062215 0.220448 0.316443 0.022087 -0.225442 -0.380338 0.901862 -0.559637 0.053648 -1.895894 0.025739 0.476112 -0.292245 0.351059 -0.522421 0.028132 -0.316224 -0.901845 0.680305 -0.041481 0.274712 0.053786 0.273612 0.066093 0.519637 -0.033838 -0.020295 -0.342152 0.319936 0.028374 -0.693613 0.459534 0.70512 0.353891 -0.194922 0.187183 -0.136156 0.225566 0.384108 -0.164755 0.389082 -0.702561 -0.356554 0.206748 0.472536 0.018474 -0.17687 1.359624 0.001985 -0.677826 0.139172 0.22796 0.469612 0.297517 -0.326082 -0.381943 -0.551405 0.231625 0.492207 -0.541281 -0.180916 -0.159878 -0.051276 -0.40002 0.03825 -0.294197 0.339391 0.112538 -0.547509 -0.27481 0.529407 -0.250263 -0.507995 0.556341 -0.23411 -0.89408 0.227848 0.298767 0.239311 -0.175295 -0.228359 0.122273 0.428332 0.450738 -0.323293 0.68059 0.164035 -0.063341 0.173788 0.062464 0.025173 0.015563 -0.095838 -0.070233 -0.560319 -0.464386 0.121626 -0.376073 -0.288325 0.46743 -0.580779 -0.004926 -0.024119 0.122953 -0.036675 2.105281 -0.249115 -0.243655 -0.02857 -0.180692\nỞ 0.3269 -0.085 0.0187 -0.33574 1.03152 -0.96083 -1.07473 0.03283 0.10194 -0.08841 0.46948 -0.43605 -0.69959 0.14236 -0.46887 0.28052 0.1338 -0.36718 -0.2461 0.11299 -0.83247 0.27416 -0.26138 -0.29718 0.62234 -0.17452 0.49315 0.71353 0.07161 0.28139 -0.17167 -0.37143 -0.38093 -0.35346 0.07414 0.49964 0.15095 1.0537 -0.10953 0.04201 -0.72229 0.19925 -0.20478 -0.16211 -0.33877 0.20941 0.15699 -0.82036 0.28651 -0.58239 0.39576 0.15787 0.66813 0.60452 -0.04931 -0.72917 -0.16874 -0.72336 0.31038 -0.03291 0.08116 0.44981 -0.04715 -0.56592 -0.00877 1.01859 -0.31609 0.37009 -0.13274 0.52073 -0.29563 -0.11 1.24919 -0.94829 -0.87832 0.06975 -1.18971 -0.05526 0.51069 0.15115 0.08278 -0.08298 -0.42275 -0.40156 0.28822 -0.31345 0.09919 0.21144 -0.48999 -0.68242 0.82983 0.31988 0.17477 -0.50438 0.68188 -0.31967 -0.39745 0.26575 -1.09713 0.02143 0.74095 0.05757 0.43894 0.01087 -0.11805 -0.81163 0.16332 0.08791 0.07587 -0.02242 0.13578 -0.84286 0.02018 1.18167 -0.00762 0.53826 -0.03879 0.16373 0.10687 -0.73201 -0.06832 -0.00485 0.62199 -0.53853 0.37155 0.29728 0.33432 0.62023 0.3726 0.04368 -0.18906 -0.52335 -0.23466 -0.37791 -0.65893 -1.07944 0.73099 -0.19848 -1.10158 -0.40096 -0.24544 -1.32071 0.641 0.23816 0.6212 -0.36736 -0.08414 -0.45576 -1.00805 -0.06709 0.15952 0.69296 0.85062 0.44726 -0.03838 -0.22378 -0.05237 -1.03593 0.14328 0.72387 0.37392 0.09756 0.24531 0.29624 -0.44563 0.89077 0.16093 0.17277 -0.61346 0.38543 0.78507 0.41745 -0.34273 -0.57941 0.07786 0.22961 -0.56175 -0.97373 0.67764 0.09774 0.43369 0.24861 -0.18395 -0.26769 0.19047 0.97566 0.21832 -0.14766 -0.03445 0.47986 -0.18265 0.065 0.38506 -0.27993 -0.1094 -0.01682 1.00729 0.313 -0.6527 -0.72613 0.09556 0.12593 0.00864 0.07956 0.54945 0.75694 0.80648 0.2374 0.81996 -0.16221 0.21064 -0.19189 -0.17116 -0.41384 -0.70066 -0.26902 -1.27756 -1.09757 -0.67642 0.94577 0.54756 -0.76134 -0.02307 0.98501 0.22057 1.01485 0.86307 0.55893 0.15618 0.53379 0.45352 0.64732 0.21597 -0.33969 0.50497 -0.66383 -0.12393 0.6133 0.89681 -0.32941 -0.5863 0.04707 -0.03314 -0.95919 -0.56897 0.62289 -0.23933 2.18729 -0.23014 -0.19548 0.19438 -0.30865 -0.05696 -0.03151 -1.04118 0.04989 0.96066 -0.19177 0.15779 0.40447 0.4354 -0.38747 -0.68962 0.95996 0.13376 -0.1882 -0.55798 0.1225 0.59104 -0.16063 -0.40617 0.19836 -0.26112 -0.21011 -0.51283 -0.3147 -0.12285 -0.36045 0.29501 -0.08864 -0.74206 -0.11121 -0.05545 0.46264 -0.80873 -0.50567 -1.94327 -0.23795 0.11735 0.17839 0.8267 0.11683 -0.39398 0.09314 -0.33733 0.36612 1.70564 0.02906 -0.8439 -0.59782 0.15134 -0.04215 -0.76325 -1.60683 0.58192 0.25218 0.36129 -0.11172 0.01945 1.10175 -0.12552 -0.05271 0.54978 -0.05961 0.39691 -0.68463 0.34545 0.47113 0.88232 0.07859 0.04268 -0.35786 -0.2097 -0.20602 0.92536 0.58197 -0.07805 -0.4778 0.10226 0.44316 0.78176 -0.25482 0.34419 -0.4485 -0.81903 0.32511 -0.61951 -0.21484 -0.14485 -0.29657 -1.03841 0.11818 0.12527 0.21743 -0.07924 -0.73751 -0.49993 -0.106 1.07311 1.03352 0.13702 0.34397 0.01681 -0.23465 -0.549 0.04233 -0.37887 0.29692 0.18572 -0.51481 -0.29444 0.51028 -0.47535 -0.22581 -0.45962 -1.71365 0.45565 0.57072 -1.01787 0.92371 0.30892 0.43851 -1.45795 -1.0119 -0.95231 0.83363 0.10125 -0.24604 1.00198 -0.56229 -0.58512 -0.70125 -0.24049 -0.2929 -0.74202 0.4957 0.58395 -0.53387 0.0816 -0.64842 0.28119 -0.28729 1.3426 -0.55964 0.35957 -0.79399 -0.12589 -0.52034 0.84725 -0.69604 0.57324 0.01107 -0.13148 0.1371 -0.0199 -0.12726 0.00158 0.95708 1.30365 -0.48959 -0.98107 -1.36009 -1.56358 -0.14417 -0.60863 0.01001 0.20997 0.05772 0.52577 0.39516 -0.70807 -1.18965 -0.24878 -0.93125 0.10785 0.31082 0.08547 0.41366 0.39805 -0.83447 -0.24548 0.22447 0.38145 0.18195 0.45193 -0.37888 1.25074 0.01841 0.2291 0.42081 -0.42739 0.56205 -0.12662 -0.15804 0.2466 0.87647 -0.19722 -0.8592 -0.03467 0.99228 -0.50807 0.0845 0.23104 -0.0921 0.18056 -0.13117 -0.11339 0.32013 0.54724 0.06673 0.10238 0.08892 0.50152 0.16874 -0.58506 0.16946 -0.64019 -0.19677 1.18382 -0.60113 -0.84115 0.23977 -0.47189 -0.27806 -1.25639 -0.09848 0.11796 -0.11274 0.32131 0.46299 -0.20629 -0.47581 -1.08283 -0.35819 0.75255 0.23989 0.28713 0.35503 0.63577 0.15118 -0.83482 -0.44117 0.27949 0.63708 -0.09004 -0.30733 0.56859 0.41194 0.02983 -0.46903 -0.05713 -0.51634 -0.70722 0.17668 -0.51263 0.02591 0.1007 1.96795 0.27941 1.07493 -0.40661 -1.00252 -0.7691 -0.34396 -0.36089 -0.14041 -0.1954 -1.05917 0.88062 0.02852 -0.57168 -0.535 -0.34479 -0.604 -0.10525 0.2895 0.08996 -0.06051 -0.65866 0.43127 0.34922 0.71758 -1.31289 -0.33495 0.99231 -0.92965 0.41315 -0.45151 1.09935 -0.01123 0.34552 0.8379 1.22944 -0.37391 -0.30102 0.68376 -0.18991 0.20119 -1.15292 -0.66635 0.44912 -0.35162 0.50006 -0.44657 -0.12191 0.93706 0.25014 -0.73528 -0.07218 0.72656 0.30156 0.19694 -0.63399 0.25933 -1.3058 0.08374 0.76437 -0.2564 0.92507 -0.18197 0.97493 -0.06361 -0.4229 -0.83604 1.47335 0.50362 -0.0443 0.80914 0.15762 0.05151 -0.24961 -0.90333 0.54661 -0.89791 0.32956 -0.05321 -0.20706 0.97403 0.19222 -0.58958 0.03616 -0.57663 0.81765 -0.67833 0.12697 0.27309 0.60169 -0.07882 1.1002 -0.87122 0.1929 -0.09389 0.66053 0.79398 0.79364 -0.09666 0.30755 -0.82555 0.55717 0.54839 -0.49258 -0.26748 -0.76757 1.04903 -0.5322 -0.21346 1.43831 0.03147 0.49238 -0.22573 0.71397 -0.41205 0.4841 -0.63766 -0.46645 0.29507 0.60539 0.54351 -0.05933 0.1745 -0.99382 0.25138 -0.97591 -0.31951 0.15652 0.3109 -0.20462 -0.40777 -0.37855 0.80318 0.67203 -0.63169 -0.38487 0.24938 -0.13257 -0.26111 -0.47888 -0.19659 -0.98249 0.91483 -0.38302 0.53439 -0.02661 0.25921 -0.74413 0.97653 0.04956 0.43257 -1.20388 0.41034 -1.04778 -0.69169 0.1148 0.89459 0.74425 -0.07384 -0.12597 -0.09814 0.00946 -1.27325 0.64019 0.73528 -0.95657 -0.69675 0.38013 0.30648 -0.46491 0.00892 0.76786 0.2045 -0.11623 0.21842 0.11907 -0.28918 -0.47364 -0.60405 -0.98727 1.15599 -0.05251 0.42828 -0.64608 -0.44319 -0.0845 0.76477 -0.46875 0.0001 -0.2186 0.69974 -0.15719 -1.31175 -0.02826 -0.27131 -0.67254 1.02489 0.70093 -0.77573 0.5265 -0.50513 0.43458 0.33314 -0.08293 -0.10592 0.71296 0.49909 0.51264 0.31083 -0.44755 0.76905 -0.05575 0.16712 0.48732 0.22601 0.05403 -0.26606 0.20797 0.38098 -0.23221 -0.29046 -1.15372 0.30946 -0.43067 -0.19203 0.94358 -0.48346 -0.18704 0.93793 0.03536 0.085 0.41048 -0.24772 0.55445 -0.35511 -0.94633 -0.28666 -1.11052 0.61228 0.19079 0.49455 -0.05304 0.05281 -0.80877 -0.11401 0.42307 1.14789 0.36158 0.34722 -0.002 -0.23979 0.50974 0.83712 -0.89232 -0.43792 -0.67279 0.28758 -0.93285 0.60453 -1.06908 -0.63192 -0.04864 0.07557 -0.18547 0.0285 1.09624 0.86215 -0.49122 0.9853 1.47891 0.616 -0.72862 -0.00408 0.37228 0.18958 -0.53531 0.48353 -0.98734 -0.01181 -0.53494 -0.54805 0.51245 -0.12633 -0.09551 0.14609 -0.25191 -0.31084 -0.242 0.92565 1.77348 0.12732 -0.927 0.79985 -0.12426 -0.24106 1.04634 0.24852 -0.68098 0.33126 0.56096 0.28876 -0.18081 -0.38245 -0.3933 0.06327 0.33907 0.65177 -0.16403 0.65377 -0.511 0.22231 0.02798 0.43309 -0.54525 0.13121 0.23159 0.38213 0.22508 -0.34449 0.8746 -0.70687 1.26364 -0.41936 1.21091 0.4628 -0.50022 0.40168 0.04529 0.66927 0.88373 -0.85832 0.29098 1.11488 -0.64776 0.55195 -0.07304 -0.04413 -1.06159 0.14223 0.68349 0.57045 0.08571 -0.47963 0.2908 -0.37949 -1.19639 -0.1433 -0.03683 -0.41719 -0.53576 0.04033 0.4681 0.61142 -0.29868 -0.01534 -0.32607 1.20429 -0.04021 0.6316 -0.15566 -0.44243 1.04272 0.32967 -0.25751 -0.31558 0.48326 0.19886 0.46056 -0.09107 1.34407 -0.23926 -0.09154 0.15508 -0.09469 0.76115 -0.71864 -0.34182 -0.14966 -0.5677 -0.72667 0.27083 0.56965 -0.10742 -0.19527 -0.00968 0.32227 0.11506 0.12919 -0.27416 -0.24215 -1.30569 1.30159 0.19634 0.25954 -0.91231 -0.73639 0.0513 0.16204 0.71624 -0.17904 0.37944 -0.27457 0.14778 -0.20133 -0.15348 -0.94138 -0.31079 -1.31289 -0.23785 0.45573 0.3393 -0.03254 0.72293 0.51596 0.13858 -1.08968 -1.84359 0.32543 0.9423 -0.66213 -0.45138 -1.56481 0.48308 -0.79688 -0.02554 0.18383 -0.26809 -0.23928 -0.19803 -0.13595 0.14904 0.84984 -0.17472 0.74764 -0.03428 0.0687 0.56201 -0.47312 0.21283 0.28914 -0.1928 -0.72618 0.06361 0.28447 0.969 0.0998 -0.50455 0.23739 -0.71934 -0.39028 -0.0077 -0.25992 -1.10915 0.6384 0.52096 -0.25292 -1.50814 -0.55553 -0.70907 0.66415 0.60308 -0.55585 -0.38752 -0.71444 -0.37832 0.82899 0.63086 -0.01656 0.75406 -0.03386 -0.37066 0.07646 0.1815 0.40941 -1.25231 -0.33973 -0.45011 1.12426 0.37227 -0.02973 1.35807 0.06406 -0.31219 0.62658 0.05098 0.08983 -0.85212 -0.4984 -0.28805 1.26147 0.91885 0.04427 0.91812 0.74716 -0.39135 0.22874 -0.30508 -0.1413 0.88305 -0.25299 -0.39455 -0.42611 -1.17059 -0.54633 -0.34058 -0.25684 0.97041 -0.25822 1.00845 0.043 1.06228 0.29411 1.84979 0.38784 -1.15452 0.70293 -1.17657\nỏ 0.147602 0.167419 0.13206 0.013221 0.090659 -0.277805 0.029049 -0.004502 0.073756 -0.118258 0.083122 -0.271455 -0.235645 0.054319 0.220884 -0.088642 -0.056372 -0.284305 -0.276262 -0.282306 -0.117747 -0.193207 -0.07508 -0.381366 -0.0191 0.149943 -0.189731 0.165689 -0.181596 -0.15096 0.361347 -0.132326 0.144987 0.007481 0.115359 -0.520733 0.2253 -0.194848 0.379753 -0.169903 -0.09606 0.276132 -0.215681 0.840294 0.359018 -0.3465 -0.196322 0.216864 0.044639 0.471838 -0.452595 0.042738 0.004363 0.105319 -0.320597 -0.186365 -0.130251 0.09381 0.202515 -0.050482 0.193016 -0.130256 -0.093999 0.121134 0.043298 0.587698 0.044005 0.42398 0.077341 -0.016353 -0.329047 -0.051618 -0.002876 0.019285 -0.088936 0.073613 -0.542548 0.234729 -0.081697 -0.483671 0.006662 0.026295 0.20399 0.137651 0.295799 0.11987 -0.210564 -0.090515 -0.346276 0.023884 -0.308677 -0.387785 0.011355 -0.102232 0.623447 -0.005426 0.156447 0.27554 -0.161411 0.203504 0.584352 -0.196215 -0.306825 0.162714 0.1674 0.229517 -0.395305 0.507994 -0.175529 -0.372525 0.385672 0.019385 -0.06985 0.579247 0.139605 -0.456857 0.005036 0.015516 0.067142 0.222003 -0.166176 0.318264 0.053111 0.682183 -0.392126 -0.19151 -0.210016 -0.151201 -0.3593 -0.069352 -0.138548 -0.236696 -0.246503 -0.211799 0.155195 -0.693234 -0.312082 0.1377 -0.228444 -0.091358 0.01195 -0.03525 0.110661 -0.356177 0.245057 0.441911 0.039473 -0.293057 -0.886949 0.217771 -0.071993 -0.103731 -0.239613 -0.073819 0.312265 0.307662 0.105621 0.39197 0.208728 0.352894 -0.093884 -0.003512 0.406642 -0.065319 0.142814 -0.124139 0.045017 0.109164 0.335029 0.049197 0.541747 0.122079 0.09192 0.304684 -0.064852 -0.15909 -0.229208 0.415376 0.551945 -0.155507 0.081636 0.294342 -0.693008 0.353708 -0.360366 0.02342 0.0562 0.227089 0.283397 -0.086571 -0.256736 -0.241423 0.026003 0.085028 0.112645 0.005912 0.36079 -0.186128 -0.261299 -0.111378 0.172415 0.205414 0.016239 -0.030544 0.000571 -0.139463 0.090809 -0.172 1.197427 -0.228875 0.269241 0.286396 0.057645 0.121356 0.098627 0.149078 0.345657 -0.475575 -0.452077 -0.512176 -0.465259 -0.321051 0.273362 0.193433 0.131864 -0.147449 -0.009478 0.262953 0.454435 -0.139871 -0.248498 -0.12789 -0.292608 -0.360362 -0.236666 0.227632 0.061478 0.053523 -0.131863 0.379912 -0.075099 0.700851 0.327106 -0.040782 0.143941 -0.217886 0.30173 -0.39008 -0.504684 -0.408366 -0.339268 -0.372582 0.421973 -0.131959 0.431284 -0.442128 0.044956 -0.073669 0.146755 0.452597 -0.030746 0.028582 -0.154849 -0.335679 0.366615 0.332092 0.32131 0.068973 0.026414 0.026237 0.501526 -0.054079 -0.131899 -0.36569 0.169216 -0.224162 -0.058414 -0.076819 -0.018762 0.051386 -0.101356 0.1147 -0.013874 0.083099 0.162404 -0.02678 -0.273337 -0.073049 -0.02794 -0.337425 0.236281 0.168338 -0.134215 -0.011794 0.018887 0.568676 -0.298865 0.059212 0.219232 0.301932 0.214213 -0.048062 -0.191409 0.325266 0.226123 -0.170111 -0.152569 0.210972 -0.215344 -0.003794 0.018445 -0.033734 -0.187723 0.452718 0.02793 -0.039424 0.369267 0.355184 -0.073356 -0.070306 -0.135166 0.699633 0.193914 0.049539 -0.194399 -0.041175 -0.417971 0.153507 0.073531 -0.436319 0.146645 0.104274 0.153959 -0.064292 -0.003749 -0.327462 -1.722633 0.213211 -0.118491 -0.3621 0.100411 -0.205071 0.293496 -0.103087 -0.130782 -0.27344 0.434713 0.040482 -0.24449 -0.021455 0.141001 0.209869 0.14937 0.145939 0.048545 -0.102641 0.075012 0.245549 -0.138871 0.010557 0.126641 -0.052861 -0.109565 0.146314 0.046316 -0.4827 -0.313772 0.101427 -0.730266 -0.046436 -0.063151 0.05318 0.046737 -0.11269 -0.374354 -0.202394 0.037108 -0.603515 0.182439 -0.0947 0.154745 -0.008805 0.071362 -0.23293 -0.318981 -0.236167 -0.22521 -0.09514 0.005701 0.129532 0.109303 -0.477585 0.134601 0.352581 -0.143506 -0.159504 -0.155918 -0.149707 -0.349876 -0.232924 -0.157883 0.141875 0.006338 0.110549 0.277871 0.549151 0.068254 -0.028261 0.478516 0.064694 0.243647 -1.4195 0.07726 0.386704 -0.223026 0.168582 -0.47197 0.329067 -0.029221 -0.082754 -0.25955 -0.007399 0.287664 -0.384516 -0.057525 -0.058836 0.457003 -0.100304 0.407906 0.306384 0.422059 0.44984 -0.120744 0.345448 0.209856 0.081832 -0.197902 -0.481367 0.180473 0.40794 -0.150083 -0.238895 0.158393 -0.241943 0.041192 -0.304172 0.099631 0.553289 0.276082 1.23366 0.278783 -0.396808 0.056958 0.371938 0.1125 0.434631 -0.152208 -0.443551 -0.070964 0.058329 0.567102 0.07899 -0.179143 0.040544 0.039033 -0.012667 0.427605 0.072597 0.034234 0.351227 0.0175 -0.342126 0.347795 0.17412 0.020435 -0.247262 -0.066455 0.10306 0.033173 -0.234806 0.393471 0.13671 -0.244191 -0.375547 0.404422 0.21932 0.29033 0.091354 0.115577 -0.111164 0.452795 -0.100146 0.095247 -0.136023 -0.171534 -0.048773 0.100992 0.103338 0.12625 -0.136056 -0.073626 0.138254 -0.114188 -0.221523 -0.116587 -0.100279 0.342402 2.400972 -0.019217 -0.095651 0.150364 -0.230559 -0.057624 0.05942 0.020922 -0.067203 -0.192804 -0.221422 0.066309 0.387615 0.218625 -0.411799 -0.177994 -0.020672 -0.022117 0.066286 0.110363 0.13247 -0.259413 -0.394178 0.039991 -0.291508 -0.272044 -0.189622 -0.187899 -0.314656 -0.05427 -0.059597 -0.265199 0.145216 0.140999 0.232272 0.153231 0.11767 0.216881 0.445357 -0.284128 -0.611285 0.252042 -0.251933 0.163851 -0.017266 -0.2147 -0.11712 -0.218509 0.438143 0.455758 -0.033251 -0.328837 0.165034 0.081988 0.265911 0.079971 0.116229 0.127458 0.177203 -0.176592 -0.63447 -0.339088 0.215845 0.121264 0.061378 -0.138214 -0.207155 -0.077343 -0.132033 0.050769 0.187654 0.340006 0.413362 -0.263909 0.001388 -0.228055 -0.163527 0.075461 0.04799 -0.010284 0.353326 -0.396427 -0.083019 0.061301 -0.016353 0.07124 -0.307846 0.238697 0.216251 0.327172 -0.067082 -0.225076 -0.036338 -0.307403 -0.097125 -0.28684 -0.066674 -0.145865 -0.269959 0.927372 0.145094 0.22154 0.406945 -0.274681 0.135896 0.431781 -0.07082 -0.782372 0.262995 0.392751 -0.074116 -0.121797 0.608002 -0.066137 -0.102103 0.242862 -0.214046 -0.05452 0.377881 0.3535 -0.4943 0.170052 -0.116553 0.067796 -0.117473 0.10504 0.305313 0.194156 0.405449 -0.465168 -0.1429 0.1059 0.204791 -0.233378 -0.167732 0.100113 -0.319921 -0.125279 -0.611333 -0.269111 -0.82572 -0.203697 -0.163875 -0.025144 -0.117659 0.114797 -0.067888 0.004955 -0.428252 0.217004 0.497284 0.101706 -0.049106 -0.750701 0.122638 -0.082071 -0.196465 -0.12137 -0.362608 -0.111441 0.239232 0.350641 -0.003686 0.275382 0.233162 -0.22069 0.004904 -0.034226 0.23737 0.008944 -0.309133 0.198564 0.31991 0.445542 -0.013049 0.369023 0.17004 0.094965 0.186851 -0.494037 -0.207347 -0.302427 0.410597 0.21951 -0.117581 0.406712 0.135423 -0.803631 0.672564 -0.033199 0.412041 0.029879 0.028332 0.20244 -0.00578 -0.177103 -0.101793 -0.027824 -0.248247 0.19761 0.181456 0.331644 -0.160371 -0.18271 -0.146581 0.296174 0.118795 0.084356 -0.048383 -0.10177 -0.14414 -0.062621 -0.15456 0.908624 -0.053496 0.288234 0.198255 0.128418 0.056826 0.205661 0.383847 0.180517 -0.361907 -0.332378 -0.40802 -0.167411 -0.527335 0.352541 -0.044692 -0.082062 -0.342917 -0.236482 -0.103593 0.5263 0.014568 -0.254627 -0.14249 -0.281082 -0.178919 -0.046852 -0.079903 -0.102535 0.033605 -0.218946 0.173151 -0.061162 0.304637 -0.089484 0.143699 -0.180733 -0.096313 0.095683 -0.162667 -0.448202 -0.533819 -0.002167 -0.179395 0.092082 0.309705 0.489197 -0.090152 -0.238767 0.402331 -0.166979 -0.076321 -0.065399 0.148114 -0.088505 -0.285925 -0.028358 0.429034 0.122443 -0.025391 -0.138385 -0.210169 0.193389 -0.184951 0.096386 -0.231323 0.300661 -0.210795 0.089552 0.096326 0.122447 0.048663 -0.016741 -0.197736 0.08246 0.173091 -0.084482 -0.087254 -0.112097 0.019146 0.321022 -0.806562 0.146153 0.14071 -0.377458 -0.162836 0.083892 0.388572 -0.1215 -0.116361 0.462056 -0.078107 0.024121 0.351821 -0.148533 0.14916 0.363299 0.098045 -0.291106 0.265051 -0.349777 0.040355 0.300034 -0.083942 0.19595 0.446508 0.260819 0.05016 0.322455 0.27641 -0.182931 -0.561015 0.120487 0.140601 0.058511 0.239672 -0.266885 0.193429 -0.242483 -0.108143 0.071705 -0.473577 -0.020569 0.290161 0.178615 0.019842 0.073828 -0.0977 -0.896507 0.371181 0.041844 0.176301 -0.078939 0.138097 0.322946 -0.263141 -0.22543 -0.190382 0.337102 0.0035 0.008401 -0.249885 0.412306 0.027093 -0.005303 0.04394 0.131043 0.177355 0.290493 0.033274 0.541844 -0.085262 0.002417 0.360494 -0.341904 0.231974 0.238714 -0.184978 -0.155425 -0.161155 -0.683544 -0.001074 0.039779 -0.090139 0.002629 -0.167602 0.079626 -0.529819 -0.009363 -0.092728 0.125775 -0.170268 0.055387 0.02994 -0.091633 0.142175 -0.223269 -0.343787 -0.292549 0.200217 -0.029757 0.37584 0.0856 -0.200055 0.178362 0.542721 -0.142452 0.264765 0.268535 -0.102382 -0.190103 -0.470272 -0.400288 -0.004641 -0.180324 0.009285 0.509741 0.296204 -0.154197 -0.026641 0.308766 0.049043 0.086906 -2.127862 1.8e-05 0.249729 -0.121394 -0.081732 -0.258266 -0.094663 0.00939 0.019254 -0.266161 -0.150252 -0.156481 -0.189878 -0.110146 -0.214008 0.286398 -0.116858 0.162838 0.31772 0.226436 0.178438 -0.428423 0.083042 1.887532 0.130785 -0.212674 -0.019519 -0.154036 -0.120459 -0.269512 -0.53018 0.166786 -0.09399 -0.347674 -0.254748 0.252448 0.192178 0.144294 1.405826 -0.019109 -0.535239 -0.119405 0.409831 0.453465 0.538082 -0.316888 -0.311805 0.108197 0.037549 0.074479 -0.252675 -0.526663 -0.174995 -0.063659 -0.043761 0.119235 0.096783 0.030139 0.237832 -0.167049 -0.233281 0.180578 0.204424 0.135447 0.079345 0.07395 0.004871 -0.018628 0.007841 0.440659 -0.161138 -0.095143 -0.092528 0.336564 0.084279 0.301523 0.138291 -0.038361 0.072772 0.229647 -0.083939 0.188415 -0.07969 -0.134158 -0.216859 -0.051139 0.157966 0.430116 0.093879 -0.341496 0.153055 -0.262656 -0.04691 0.081922 0.096489 0.233918 1.704654 -0.126616 -0.03529 0.120659 -0.273356\nỉ 0.196915 0.122085 0.063099 0.172004 -0.01085 -0.130261 -0.027932 -0.23139 0.071215 0.04204 0.019507 -0.167704 0.109813 0.15391 0.216367 -0.166527 -0.011053 -0.151944 -0.325446 -0.084519 -0.155023 -0.095117 0.097305 -0.23276 -0.180541 0.036187 -0.167664 0.162101 0.045484 0.014504 0.416493 -0.006962 0.045748 0.033836 -0.028631 -0.255745 0.292198 -0.321198 0.431583 -0.248841 0.043661 0.03614 -0.302566 0.559428 0.242038 -0.340001 -0.04466 0.058853 0.03456 0.133283 -0.421261 -0.186197 0.090914 0.051581 -0.014983 -0.272007 -0.235708 0.166288 0.182309 0.13734 0.190615 -0.149937 0.003948 0.027134 -0.084029 0.525075 0.223406 0.147712 -0.179228 -0.047719 -0.371609 -0.041786 0.307917 -0.060968 -0.282327 0.135148 -0.447398 0.17335 -0.070062 -0.296586 -0.071559 0.083702 -0.000134 0.038387 0.095495 0.152744 -0.178504 -0.358999 -0.353787 -0.021055 -0.261667 -0.558747 0.055409 -0.293656 0.682445 -0.021803 0.115263 0.276234 -0.257451 0.072314 0.248171 -0.354911 -0.053384 0.060221 0.112274 0.19536 -0.339097 0.412411 -0.369293 -0.091733 0.3667 -0.120467 -0.167243 0.139676 0.333785 -0.159968 0.174479 0.138573 0.208377 0.262859 -0.214351 0.224236 -0.105715 0.484226 -0.283884 -0.264721 0.110514 -0.061381 -0.197623 -0.099342 -0.319152 -0.351358 -0.312825 -0.256775 0.1224 -0.720644 -0.312532 0.087838 -0.219273 -0.117828 0.252507 0.035785 0.109724 -0.220935 -0.015891 0.220329 0.007759 -0.081192 -0.804111 0.196584 -0.292616 0.046867 -0.075482 0.230792 0.054919 0.197687 0.128099 0.31994 0.248851 0.273095 -0.083477 0.218254 0.429662 -0.007429 0.062284 0.113891 -0.195289 0.010679 0.154497 0.11399 0.224586 -0.089864 0.095234 0.197105 -0.011435 -0.034986 -0.427337 0.083665 0.509779 -0.127033 0.041576 0.181692 -0.574975 0.012474 -0.332637 -0.095856 0.067838 -0.021373 0.013118 -0.113888 -0.02925 -0.401831 0.146906 -0.019369 -0.134856 -0.088933 0.271201 -0.08324 -0.410521 -0.163483 0.142801 0.151151 0.131786 -0.168739 0.107671 -0.360201 -0.050318 0.133724 1.141544 -0.165647 0.10842 0.258545 0.052946 0.163558 -0.014443 0.040705 -0.0173 -0.620672 -0.122028 -0.260948 -0.267312 -0.601357 0.309022 0.195146 0.124681 -0.092464 0.014776 0.285622 0.23601 -0.029093 -0.187713 -0.190008 -0.399224 -0.524647 0.003063 0.191021 0.060609 0.018374 -0.229553 0.270713 0.119817 0.418851 0.000561 0.043729 -0.066754 0.05901 0.173657 -0.494791 -0.465506 -0.120299 -0.161764 -0.300128 0.438741 -0.203235 0.108275 -0.207747 -0.08995 -0.125229 0.042344 0.254566 -0.140493 0.164153 -0.284173 -0.349218 0.23461 0.24957 0.179664 -0.063511 -0.001624 0.180242 0.512201 0.182438 -0.258882 -0.168342 0.233695 -0.175795 0.082264 0.220537 0.010704 0.10731 -0.174294 0.131084 -0.063937 0.167906 -0.008863 -0.045568 -0.213296 0.063733 -0.052928 -0.503785 0.151526 0.262115 0.101667 0.096988 -0.0228 0.425766 -0.480844 0.108072 0.194329 0.282292 0.158976 -0.130029 -0.063498 0.231976 0.183565 -0.093219 -0.068458 0.097286 -0.231641 -0.048078 0.290503 0.163141 -0.243141 0.368638 0.108649 -0.064526 0.321811 0.291789 -0.144497 -0.067629 0.10059 0.235382 0.314711 0.00991 -0.230441 0.056404 -0.140963 -0.000581 0.149414 -0.222963 0.229894 0.218697 0.003945 -0.171459 0.020855 -0.199358 -1.760097 0.070818 -0.093589 -0.069853 -0.155896 -0.122268 -0.179819 -0.193272 -0.063039 -0.030932 0.366041 0.067593 -0.231405 0.346606 0.033514 0.008999 -0.098329 0.070523 0.202737 -0.063587 0.067417 0.082376 -0.194626 0.082552 -0.092475 0.014979 0.03964 0.243125 0.196414 -0.469952 -0.247239 0.202416 -0.711282 -0.108328 -0.049009 0.156174 0.061827 -0.143538 -0.20929 -0.128005 -0.001115 -0.599282 -0.043169 -0.121256 0.162345 -0.13654 0.362722 -0.252553 -0.246535 -0.144534 -0.237538 -0.106919 0.075482 0.037608 0.065669 -0.253657 -0.058101 0.293152 0.00532 -0.061741 -0.156764 0.198576 -0.244717 -0.340897 -0.297269 0.12558 -0.127108 0.08946 0.078235 0.466254 0.284143 -0.000796 0.265429 -0.140884 0.214197 -1.441289 0.167706 0.334011 -0.189283 0.117385 -0.473968 0.235158 -0.169539 -0.219936 -0.23636 -0.066364 0.40466 -0.031791 0.117 -0.032678 0.295355 -0.184911 0.328415 0.188438 0.038425 0.097206 -0.235452 0.054487 0.36578 0.010775 -0.152307 -0.400008 -0.08751 0.18894 -0.047048 -0.175077 0.265087 0.039164 0.033652 -0.118913 -0.069601 0.277419 0.224309 1.165496 0.37459 -0.143446 -0.077311 0.317882 0.001772 0.236103 -0.065613 -0.313585 0.03085 0.031432 0.410328 0.270282 -0.090497 -0.11149 -0.220057 0.00521 0.340563 -0.174041 0.130487 0.239017 0.017471 -0.359587 -0.092214 0.030555 -0.156319 0.004469 -0.05794 -0.04665 0.0725 -0.00341 0.211298 -0.06075 -0.144822 -0.456306 0.18376 0.041461 0.221966 0.203685 0.04407 0.035098 0.440104 -0.270483 0.26087 -0.061143 -0.069708 -0.158058 0.069025 -0.020724 -0.03884 0.04566 -0.095821 0.281335 -0.00131 -0.178028 -0.172808 0.030687 0.379236 2.373449 0.058839 -0.037277 0.412359 -0.134502 0.034716 0.022586 -0.07926 0.196899 -0.16917 0.041987 -0.015879 0.052989 0.173593 -0.366455 -0.288953 -0.115934 0.312552 0.204493 -0.06909 -0.149815 -0.17115 -0.240608 0.06038 -0.104042 -0.176883 -0.060615 -0.075359 -0.216062 -0.030594 -0.182021 -0.048828 0.192656 0.462163 0.37668 0.295555 -0.036978 0.143579 0.512675 -0.193879 -0.444328 0.155982 -0.236008 0.393359 -0.150988 -0.014501 -0.147768 -0.186742 0.306815 0.35792 -0.150053 -0.04653 -0.008604 0.061204 0.103339 -0.137996 0.100233 0.245099 0.094426 0.273596 -0.659299 -0.460549 0.017903 0.229267 0.081118 0.012807 -0.319647 -0.055752 0.018303 -0.029446 0.210101 0.266384 0.276678 -0.302572 -0.093684 -0.218199 -0.108718 0.19757 -0.031509 -0.240697 0.406643 -0.155 -0.197065 -0.189836 -0.036012 0.099401 -0.158311 0.165114 0.154504 0.284879 -0.010497 -0.248804 -0.258877 -0.308141 -0.048349 -0.319481 -0.168278 -0.039517 -0.396654 0.904725 0.100709 0.26518 0.355057 -0.217806 0.052886 0.226548 -0.123746 -0.303625 -0.155752 0.390301 -0.031567 -0.087937 0.388199 -0.2671 0.039896 0.29385 -0.364253 -0.045457 0.029715 0.254482 -0.246471 0.291836 0.031847 0.216091 -0.096296 -0.12207 0.277422 0.019213 0.444684 -0.28471 -0.022155 0.165566 0.178166 -0.092556 -0.256767 -0.05298 -0.316395 -0.271264 -0.417611 -0.033492 -0.801658 -0.359447 -0.054605 -0.126979 -0.158816 0.228417 0.022663 0.195681 -0.188641 0.067588 0.397889 -0.115853 0.07688 -0.573048 -0.035038 -0.12443 -0.194625 0.156704 0.007922 -0.15641 0.165507 0.056505 -0.168294 0.293371 0.217891 -0.170053 0.191518 -0.0111 0.262099 0.086192 -0.076737 0.095861 0.14125 0.275102 0.264125 0.007726 0.070659 0.097514 0.223641 -0.325878 -0.084331 -0.393691 0.243312 0.323631 -0.130268 0.226845 0.05244 -0.648883 0.397705 -0.133014 0.113255 0.00423 -0.152172 0.09407 0.234466 -0.147196 -0.147796 -0.032969 -0.280512 0.020777 -0.028322 0.285832 -0.053737 -0.352462 -0.140855 0.440916 0.1293 -0.022362 -0.073071 -0.092099 -0.344858 -0.187104 0.105293 0.744952 0.073154 0.177528 0.216572 0.125642 -0.024405 0.044306 0.284981 -0.031409 -0.437277 -0.061235 -0.25228 0.111296 -0.767312 0.381002 0.06965 -0.047082 -0.266074 0.018294 0.007476 0.303087 0.165836 -0.231685 -0.143867 -0.385421 -0.387132 0.146831 0.063882 0.004497 -0.030802 -0.327999 0.196186 0.162688 0.328794 -0.264234 -0.053494 -0.182428 0.092688 0.043529 -0.196833 -0.497669 -0.405015 0.118205 -0.16845 0.290556 0.343538 0.059796 -0.066574 -0.286938 0.270389 -0.108607 -0.118307 -0.202024 0.161592 -0.273274 -0.390671 -0.049885 0.30428 0.122678 -0.05839 -0.291242 0.020579 0.34108 0.0328 0.017412 -0.099657 0.182094 -0.253042 0.215366 0.224612 0.11741 -0.007309 -0.089524 0.028105 0.109907 0.056405 0.017518 -0.167045 0.010454 0.03867 0.152531 -0.841343 0.175044 0.171389 0.051074 0.039717 0.237426 0.390557 -0.08767 -0.186493 0.274608 0.056373 -0.017199 0.101135 -0.192114 0.039928 0.214903 0.145905 -0.213446 0.232104 -0.327546 0.010607 0.490291 -0.042992 -0.041206 0.379247 0.200448 -0.136303 0.310139 0.228291 -0.111275 -0.388283 0.208779 -0.066932 0.169757 0.179609 -0.111773 0.282911 0.012818 -1e-05 0.0909 -0.279039 0.158356 0.331322 -0.130137 -0.006386 -0.031463 0.016 -0.929996 0.293861 -0.024221 0.023861 -0.186412 0.10835 0.050375 -0.295253 -0.161922 0.205799 0.148197 0.105096 -0.17395 0.162781 0.219582 -0.036843 -0.186991 0.038556 0.255691 0.049624 0.313204 -0.028483 0.405209 0.083053 -0.126833 0.130598 -0.117577 0.148658 0.216735 -0.28101 0.005531 0.018734 -0.55489 0.049394 -0.008188 0.056396 -0.177137 -0.272197 0.024186 -0.203295 0.000691 -0.267519 0.090302 -0.105133 0.175656 0.091772 0.072478 -0.022145 -0.299611 -0.100593 -0.189952 0.081966 -0.155127 0.351692 0.164938 -0.086275 0.043978 0.494345 -0.300267 0.201469 0.230611 0.053163 -0.367263 -0.600102 -0.469397 0.177841 -0.25676 -0.044044 0.399147 0.255825 0.034612 0.015221 0.254512 -0.257859 -0.053436 -2.201529 0.122361 0.406321 -0.160121 -0.227622 -0.413959 -0.027767 -0.267225 -0.330936 -0.224459 -0.09962 0.074646 -0.117009 0.072731 -0.34774 0.268541 -0.188158 0.212865 0.180136 0.09119 0.072253 -0.453625 -0.056226 1.813938 0.176619 0.034976 -0.145359 -0.162837 -0.213883 -0.059044 -0.417451 0.316714 -0.085912 -0.133293 -0.159748 0.212702 0.212908 0.186537 1.352961 0.119797 -0.368142 -0.094008 0.382975 0.365104 0.415331 -0.134021 -0.307919 0.141805 0.073624 0.278789 0.097187 -0.450433 -0.278901 -0.087886 -0.126298 0.218324 -0.144966 0.089412 0.247706 -0.299054 -0.369384 -0.102131 0.062011 -0.024469 0.183833 -0.102642 -0.118994 0.051765 0.081665 0.250101 -0.321317 -0.055172 -0.27742 0.39761 0.026276 0.223802 0.282198 -0.157547 0.022359 0.417887 -0.120459 0.333406 0.011128 -0.04198 -0.024865 -0.122436 0.015842 0.212863 0.158735 -0.383671 0.296052 -0.261918 0.034353 -0.015242 0.096654 0.194923 1.820482 -0.041367 0.020719 0.352082 -0.296364\nV 0.451778 0.877445 0.257511 -0.128759 -0.076649 0.003982 0.157899 -0.134678 -0.117298 0.211 0.028322 0.175081 -0.196049 -0.143328 0.282927 -0.633318 0.108358 -0.112928 0.1445 -0.198013 0.074901 -0.353699 0.892597 -0.438882 -0.428561 0.102521 -0.404635 -0.027848 0.50317 0.275772 0.461893 -0.030417 -0.250827 0.178463 -0.141737 -0.334938 0.161647 -0.192481 -0.005657 0.660486 -0.11422 -0.083991 -0.129263 0.258984 0.114903 -0.916769 -0.416767 -0.569482 -0.250935 0.57286 -0.492599 -0.341025 -0.071289 0.209916 0.402588 0.205463 0.130127 0.102203 0.393984 0.09623 -0.021672 -0.119357 0.366137 0.493732 0.467883 -0.160087 -0.29326 0.817916 -0.115984 0.004258 -0.257931 0.202523 0.170327 0.005819 -0.186506 0.298355 -0.198693 0.624887 -0.238291 0.007475 0.368157 0.541677 0.163303 0.314968 -0.20384 0.467078 0.17554 -0.044985 -0.454846 0.292586 -0.36644 -0.41399 -0.195951 -0.202984 0.707246 -0.169246 -0.239265 -0.178222 -0.144395 0.356573 0.27025 -0.110617 -0.272953 -0.177369 0.16736 -0.150614 -0.334257 0.507618 0.199547 0.205401 0.550614 0.059073 -0.53053 0.221384 -0.059359 -0.495563 0.164381 -0.094198 0.191602 0.36518 -0.230661 0.541478 -0.190727 0.006896 0.148154 -0.383796 0.301943 -0.059395 -0.968768 0.41486 0.041946 -0.755865 0.040305 -0.222984 0.341331 -0.591269 0.011859 -0.081815 -0.228808 -0.025606 0.259537 0.46015 0.262632 -0.17394 -0.054244 0.562135 0.277458 0.463578 -1.119144 0.201651 -0.01982 0.418532 0.377072 0.296864 -0.052629 0.336235 0.020297 0.370469 0.686743 0.315479 0.169268 -0.212757 0.727559 0.284731 0.166613 -0.234649 0.127086 -0.110608 -0.029349 0.19833 0.690205 -0.304665 -0.401369 -0.163254 -0.664736 0.277214 -0.734252 0.286915 0.461033 -0.360807 -0.25591 0.033117 -0.575763 0.374749 -0.737269 0.192649 0.017849 0.172677 0.035145 -0.075897 0.162201 -0.266627 -0.150975 0.437651 -0.19807 -0.180028 0.165768 -0.239626 -0.240864 -0.089855 0.228794 0.104453 -0.131309 0.204975 0.019464 -0.455608 -0.084851 0.089643 0.924047 0.011224 0.156409 0.079608 0.084339 0.178495 0.268802 0.411797 -0.345398 0.079533 -0.449324 -0.640132 -0.01222 -0.593292 -0.201722 -0.296185 -0.289331 -0.399328 -0.303869 -0.108933 0.144732 0.39461 -0.015195 0.131587 -0.338764 -0.281659 -0.223445 0.033819 0.24138 -0.028171 -0.433289 -0.210418 0.281709 0.19123 0.070957 0.445013 0.072834 0.382875 0.404625 -0.201133 -0.427358 0.423842 -0.352 -0.403655 0.583018 -0.215706 0.099703 -0.368454 -0.121599 -0.054328 -0.060808 -0.090939 -0.011181 -0.488222 -0.600086 -0.493909 0.271759 0.610748 -0.001951 -0.372575 -0.134032 0.387495 0.787297 0.271527 -0.110081 0.134275 -0.076777 0.192547 0.419277 1.000763 0.044775 0.018965 -0.08439 0.111806 -0.299851 0.126772 0.636074 0.033508 0.577049 -0.221224 -0.230102 -1.309071 0.0301 0.191448 0.175323 0.839276 0.067039 0.214167 -0.129235 0.24605 0.21077 0.157758 -0.026464 0.03317 -0.442735 0.075122 0.002354 0.386902 -0.5203 -0.056688 -0.384508 0.079168 -0.018788 0.350283 -0.017297 0.708807 0.088062 0.547887 0.020597 0.606457 0.055189 -0.054325 0.016501 -0.000657 0.150421 0.575768 0.307208 -0.05188 -0.145933 0.235211 -0.366716 -0.105394 -0.248284 0.063276 -0.000364 0.230958 -0.519701 -0.215472 -0.342186 0.18467 -0.316515 0.284262 0.077916 -0.052734 -0.306455 0.232497 -0.29715 -0.093268 0.255944 0.921006 0.090244 0.016726 0.239065 0.070409 -0.22362 -0.63813 0.511536 0.026739 0.120984 0.338588 0.609393 0.336066 -0.019406 0.394979 -0.132549 0.001579 0.308885 0.147831 0.271477 0.353247 -1.305873 -0.153985 0.140288 0.04922 -0.315969 -0.146617 -0.949 0.109782 0.212462 -0.737607 -0.184804 0.125281 0.495728 0.279113 0.329998 0.079734 -0.208222 0.061441 -0.555401 -0.014788 0.089332 0.003089 0.31201 -0.459764 -0.273486 0.326312 0.395543 -0.230383 -0.386351 -0.341191 -0.186352 -0.223181 -0.439034 0.16074 -0.2091 0.075697 -0.190526 0.364059 0.049504 -0.226291 0.252107 -0.6582 0.051295 -1.002439 -0.26092 0.123186 -0.103082 -0.017378 -0.320882 0.440672 0.175107 -1.023864 -0.033712 -0.096004 0.193666 -0.527551 0.484067 -0.343497 0.462435 -0.552186 0.355801 -0.122945 0.481661 0.025728 -0.108068 0.243266 0.321201 0.213917 -0.033066 -0.020729 -0.098537 0.079154 -0.321506 0.105331 0.297275 -0.360126 -0.218699 0.051588 0.183681 0.12342 -0.225573 1.314067 0.277601 -0.229522 0.365474 0.516931 -0.200525 0.347593 -0.343557 -0.452138 -0.139393 0.326782 0.648358 0.100373 -0.088991 0.167413 -0.596867 -0.156199 0.063258 -0.122038 0.324128 0.51199 0.063152 -0.31941 0.39061 -0.075351 -0.333521 0.271339 -0.196942 -1.232993 0.217458 0.215943 0.176681 0.267477 -0.528946 -0.526036 0.432084 0.917189 0.458292 0.665458 -0.542402 -0.119597 0.584867 -0.367543 -0.25724 -0.056363 0.065094 0.234402 -0.740147 -0.355716 0.078794 -0.088477 -0.15591 0.733076 -0.079349 -0.025342 -0.39957 -0.135785 0.109324 2.435432 -0.073605 -0.149258 0.47697 -0.376016 -0.015666 0.310656 -0.050235 0.659965 -0.155569 0.181374 0.202491 0.060674 -0.014095 0.002539 -0.517382 0.040298 -0.154978 0.205177 0.130661 -0.33088 -0.106878 0.314482 0.412296 -0.106378 -0.045914 0.128128 0.66789 -0.564914 -0.151022 0.020168 -0.012816 -0.121817 0.29537 0.406777 0.417563 -0.034436 0.250291 0.45128 -0.635782 -0.949648 -0.10977 0.663028 0.346769 0.07614 -0.046241 -0.180364 0.350042 0.594069 0.62632 -0.54629 -0.156218 -0.122494 -0.300456 0.018567 -0.571858 0.304417 0.0751 0.116929 0.120599 -0.595641 -0.374732 -0.463413 0.399196 0.376583 -0.317972 -0.666309 0.74045 0.221764 0.269045 -0.42346 0.040289 0.395167 0.243636 -0.102464 -0.236788 -0.163031 0.616875 -0.009271 -0.544137 0.864221 -0.072704 0.153437 0.020262 -0.074613 0.542743 -0.175437 0.992282 -0.278159 0.158141 0.152682 0.105819 -0.340907 -0.664689 0.19044 -0.54013 -0.169113 0.02573 -0.046868 0.42941 -0.069285 0.216171 0.291588 -0.106684 0.233234 0.501657 0.477231 -0.403574 0.426387 0.483551 -0.030002 0.209606 0.347001 0.284283 -0.185519 0.08001 0.219736 -0.242947 0.192016 -0.217216 -0.368661 -0.411498 0.134266 0.477738 0.370388 0.007613 0.105099 0.105294 0.313493 -0.236942 -0.529335 0.063133 -0.127974 -0.497102 -0.112053 -0.339567 -0.273631 0.091887 -0.418482 -0.185629 -0.470058 -0.641534 -0.113916 -0.310237 0.379214 0.506456 0.640517 0.551912 0.12655 -0.795876 0.960225 0.530694 0.117686 -0.559828 -0.059879 -0.350769 -0.078064 0.723385 0.128418 -0.998199 0.476668 0.159896 0.046877 0.630259 0.01477 -0.06568 -0.148981 0.162543 0.571751 0.442753 0.091596 -0.037902 -0.222022 0.012336 0.040796 0.33646 -0.478571 -0.520068 -0.130727 -0.486624 0.487027 -0.98157 0.334157 0.329576 -0.674087 -0.098615 0.188897 -0.603862 0.693156 -0.283098 0.099532 -0.374563 -0.235191 0.130604 0.173045 -0.353651 0.002028 0.008508 -0.138048 0.263376 -0.225226 0.049268 -0.169208 -0.258605 -0.076245 0.348676 0.045302 0.242626 -0.047175 -0.240699 0.26328 -0.218242 -0.217068 0.465859 0.533307 0.002835 -0.034367 0.024187 0.725302 -0.117531 -0.243228 -0.053317 0.223308 -0.608453 -1.012809 0.229233 -0.35938 -0.378247 0.172401 -0.332773 -0.458164 0.028855 0.119007 -0.414788 0.195378 0.129828 -0.038031 -0.262994 0.204532 0.130742 -0.0215 -0.292063 -0.434154 -0.431452 -0.327305 -0.002936 0.659514 -0.24579 0.485487 -0.053175 0.045987 0.217539 0.231618 -0.665929 0.064239 -0.394645 -0.351225 0.235255 0.072697 -0.065464 0.044288 -0.130891 -0.028273 -0.164837 -0.200577 -0.87713 -0.183062 -0.309205 -0.273153 0.253792 0.632495 -0.180297 -0.273823 0.167867 0.29204 0.430242 0.067086 -0.197331 -0.005777 -0.187726 -0.08416 0.273005 0.707144 -0.511077 -0.076158 0.315386 0.138853 -0.3824 0.233333 1.002913 0.124637 0.44231 -0.118338 -0.098462 -1.264275 -0.430454 0.101212 -0.279983 0.415115 0.131525 0.080902 0.23419 -0.277794 0.030719 -0.087257 0.081896 0.314633 -0.235776 0.301397 0.098891 0.611981 -0.42326 0.262727 -0.334173 0.060721 0.211399 0.345753 -0.000696 0.506975 1.041561 0.208666 0.3937 0.109133 -0.041485 -0.355429 0.037781 -0.15937 -0.095685 0.472457 0.3976 -0.677328 0.414029 0.428315 -0.138222 0.487216 0.122661 0.48916 -0.091387 0.149753 -0.600958 0.225624 -0.35051 0.316249 -0.293032 0.2716 -0.285893 0.358994 -0.445839 -0.139284 0.297004 -0.089832 0.469705 0.834669 -0.185052 -0.706558 0.10143 -0.01678 -0.019969 -0.575545 0.477629 -0.066503 0.745192 0.206018 0.865868 -0.176956 0.356533 0.154945 0.356354 0.016196 0.452339 0.062576 0.266107 0.002106 -0.884353 0.329139 0.163242 -0.015303 -0.325615 -0.47766 -0.838087 -0.463344 0.027302 -0.427685 -0.217292 -0.111818 0.766489 0.714273 0.153667 0.314478 -0.565139 -0.220869 -0.493335 -0.076461 -0.262726 -0.307125 0.234555 -0.260311 -0.00683 0.218244 0.037093 0.13071 -0.149868 -0.234094 -0.731121 -0.528101 -0.874673 -0.229487 -0.156193 0.164822 0.211993 -0.273871 -0.272381 -0.375739 0.900577 -0.479554 0.168217 -1.672359 0.055709 0.351948 -0.602831 0.70389 -0.567868 0.200582 -0.562199 -1.342745 0.735679 0.133369 0.270782 -0.019513 0.399133 -0.004659 0.409896 -0.277541 -0.143676 -0.44288 0.389811 -0.034174 -0.618863 0.774211 0.608064 0.231543 -0.272247 0.184213 -0.236018 0.408926 0.367611 -0.185788 0.365182 -0.63419 -0.633894 0.130456 0.640672 0.18546 -0.088921 1.37676 0.039191 -0.88611 0.300966 0.210544 0.362576 0.317282 -0.406062 -0.408767 -0.573153 0.311802 0.578322 -0.686253 -0.106186 -0.210386 -0.149716 -0.094889 0.062916 -0.239834 0.344962 0.047163 -0.46891 -0.471511 0.474237 -0.140385 -0.438139 0.630226 -0.257744 -1.4405 0.466757 0.633935 0.040939 0.055542 -0.365773 -0.162801 0.44725 0.729529 -0.266661 0.837208 -0.269269 0.087154 0.278705 0.231303 -0.118912 -0.064759 0.069461 -0.054227 -0.74051 -0.475005 -0.053586 -0.193392 -0.097189 0.688612 -0.403288 0.07406 0.134057 0.201294 -0.066526 2.222233 -0.070561 -0.446973 -0.212339 -0.308465\n? 1.289065 0.264255 -0.04422 0.870385 0.077945 0.19955 -0.015565 0.02012 0.353665 0.19981 0.22179 0.13099 -0.876545 0.33523 0.33936 1.253855 -0.99749 0.54625 0.52696 0.483705 0.100105 0.17181 0.12584 0.162605 0.42581 -0.46685 -0.0234 -0.936865 -0.26318 0.52424 0.239775 0.09795 0.280245 -0.451825 -0.955245 0.548865 -0.7424 0.013665 0.68977 -0.042755 -0.035245 0.32114 -0.57692 0.254675 0.82254 -0.880345 -0.335895 0.77241 0.79675 -0.623485 0.374625 -0.210925 -0.12007 0.450345 0.562375 -0.711625 0.285175 0.870715 0.49807 -0.124365 -0.48967 0.02749 -1.349215 -0.209335 -0.03712 0.37207 -0.227185 0.171625 0.68259 0.0718 -0.13322 -0.178385 0.749165 0.127475 -0.17132 0.18334 0.273375 0.668765 -0.09045 -0.06908 0.220145 0.003705 0.69507 0.163255 -0.447415 0.312065 -0.055 -0.36624 -0.421115 -0.68832 -0.69709 -0.180225 0.238855 -0.37824 0.1748 0.57581 0.445605 0.513225 -0.87805 0.155325 0.118005 0.18895 0.366215 0.11724 0.788995 0.401945 -0.06642 0.0138 0.263955 -0.273245 0.4669 0.235105 0.048495 0.02324 0.514855 -0.368555 0.490585 0.22337 0.24263 0.806195 -1.139565 0.334645 -0.26773 0.253615 0.353705 0.218625 0.1055 0.774575 0.461065 -0.4801 -0.517805 -1.04089 1.066735 0.045445 0.7156 0.03311 -0.80552 0.792685 -0.33418 0.50448 0.04416 0.61337 -0.23005 -0.184815 0.22483 0.072525 -0.52719 1.170285 -0.343765 0.38372 0.329325 0.290365 1.001515 0.164085 0.524285 -0.252775 -0.234885 -0.00658 0.576105 0.32724 0.25119 0.538275 0.581965 -0.20547 -0.17602 0.16923 0.128275 -0.192385 0.42779 -0.263905 0.036325 -0.12485 0.108395 -0.65396 -0.52897 -0.86465 -0.01811 0.827935 0.438295 0.012885 0.048925 0.073375 -0.51126 0.01757 -1.200435 -0.439695 -0.09622 0.014985 0.32028 -0.08776 0.23332 -0.159425 0.29819 0.275445 0.668745 -0.397395 0.451195 0.12268 -0.189175 0.013645 0.55282 0.056485 0.264705 0.258705 -0.910785 -0.957015 -0.419675 0.715905 0.194165 0.296685 0.445205 0.61233 -0.67018 0.552305 0.62832 0.67012 -0.003435 -0.803175 0.34203 0.73404 -0.606055 -0.823965 0.30919 -0.023425 -1.00163 -0.25155 0.310625 0.22494 0.10992 0.031795 -1.154635 -0.476195 -0.38213 0.34254 0.521425 -0.21646 -0.29466 0.02626 -0.681265 0.088155 0.3797 0.186005 0.685245 -0.140075 0.235755 0.25453 0.783875 0.542915 -0.51065 0.649715 0.057625 0.29048 0.32092 -0.632695 0.499725 -0.277275 0.321255 0.160165 -0.19114 0.61868 0.144975 -0.523115 -0.231565 0.20933 0.485855 0.165745 -0.12067 0.84474 -0.177975 -0.68812 0.95782 -0.13146 -0.85447 -0.24248 -0.470065 -1.01505 -0.06641 -0.37383 0.805215 0.4073 -0.60052 0.692995 -0.154665 0.070585 0.308405 -0.238005 -0.96859 0.857285 -0.993635 -0.35754 -0.496925 0.26708 1.14001 0.95873 -0.34981 0.05054 0.323895 0.241 0.06548 -0.304725 0.114095 -0.332925 0.08525 -0.560105 0.187905 0.336845 0.438535 0.3721 0.163035 -0.70833 -0.157375 -0.038875 0.04316 -0.22045 -0.49285 -0.00082 0.000895 -0.5483 0.974665 0.330385 0.25426 1.13276 0.22197 -0.242245 1.233635 -0.826455 0.36128 0.43649 -1.289915 0.73277 0.69052 -0.434 -0.05856 0.05695 -0.45265 0.21712 -0.31945 -0.88094 -0.147625 -0.895175 -0.813245 1.10611 -0.40009 0.12699 0.065605 0.06095 0.20735 -0.05113 -0.26861 1.116775 -0.36343 0.81183 -0.15884 0.835095 0.04264 0.081295 0.049215 0.1732 -0.328665 0.296785 0.58244 0.254045 1.17799 0.52703 -0.531965 -0.769405 -0.596865 1.31363 -0.36346 0.11772 0.578155 0.219075 -0.548765 -0.35592 -0.003785 -0.638025 0.27865 0.3748 -0.25132 -0.154835 0.44377 0.67433 -0.156305 -0.278865 0.45577 -0.398255 0.117675 0.243725 0.18857 1.062505 0.126335 -0.3327 -0.63614 0.060495 0.30577 -0.46999 -0.079835 -0.424645 0.15332 -0.009245 -0.539575 -0.04227 -0.68514 0.531895 0.698505 -0.03435 0.48344 0.07598 0.0766 -0.356005 -0.66643 -0.803655 0.997755 -0.146995 -0.949235 -0.59603 -0.4335 0.3413 0.44121 -0.527075 -0.15211 -0.624185 0.306385 0.583985 0.26591 -0.615345 -0.43817 0.118475 0.964415 -0.03384 0.458285 -0.30284 0.36951 -0.50501 0.404255 0.03043 -0.109095 0.9182 0.15074 0.438775 -0.19772 -0.190435 -0.52834 0.098375 0.115015 0.176165 0.02526 -0.49566 0.06936 1.11354 0.106655 0.357595 0.31192 -0.010285 -0.15332 0.93341 0.434415 0.378715 0.34045 0.17035 -0.21681 0.81368 0.755665 0.860085 -0.06382 -0.57649 0.28137 0.011365 0.716795 -0.364885 -0.494105 0.03159 1.066705 -0.58497 0.110505 0.40075 -0.300445 -0.35534 0.394545 -0.434375 0.4199 -0.71005 0.212565 -0.08735 0.29488 -0.15723 0.232235 0.59728 -0.53041 -0.24661 0.538475 0.109775 -0.01816 -0.141295 0.764875 -0.555575 -0.563045 -0.495815 -0.07017 -0.38172 0.11704 0.56953 0.37132 -0.550035 -0.10176 -0.288305 0.258385 2.03359 0.714255 -0.37258 0.224715 0.24331 -0.020555 0.00678 -0.57974 0.680675 -0.189425 -0.90027 0.584755 -0.12773 0.381685 0.172595 0.60515 -0.773895 -0.84309 0.78816 -0.29901 -0.049685 -0.451665 -0.26554 -0.114075 0.20234 -0.325785 -0.115165 0.304575 -0.630825 0.536625 0.54936 0.538895 -0.04148 -0.003625 0.22191 0.54255 0.543605 0.616675 0.09763 -0.874175 0.136355 -0.650475 -0.50634 0.4209 0.24204 0.54306 -0.294865 -0.09569 0.36364 0.18021 -0.11061 -0.343355 0.45953 0.94482 -0.73082 -0.186345 0.0982 -0.287765 -0.786205 -0.546735 0.197935 0.26903 0.1036 0.11415 -0.77112 0.10979 0.11203 -1.590085 0.17871 0.281585 1.01346 -0.260155 -0.1192 -0.177755 0.20212 -0.63859 0.011295 0.071125 0.19306 -0.27184 0.3547 -0.4742 0.53927 -0.06825 -0.87515 0.203775 -0.11605 0.771625 -0.10109 -0.35022 -0.448985 0.75226 -0.204675 -0.513105 0.69614 0.610325 -0.523185 -0.08744 -0.079215 0.597525 0.055405 0.200535 0.48411 -0.34329 0.171995 0.161675 0.37116 0.104375 -0.19841 1.046715 0.256155 0.239265 0.1529 -0.57384 -0.56612 0.646255 -0.37508 0.041475 0.83964 0.316755 -0.972205 -0.72224 -0.00583 0.39851 0.23627 -0.53682 -1.10159 -0.6716 -0.15446 0.29662 0.092495 0.09734 0.039295 -0.06833 -0.129385 0.008525 0.61366 1.014445 0.056125 0.50471 -0.18605 -0.49672 1.657975 -0.293635 1.403735 0.31714 0.34351 0.29245 -0.26711 1.00692 0.416675 -0.524605 0.480095 -0.106135 -0.779135 -0.82132 0.19931 -0.0175 -0.40919 0.1718 -0.10522 0.28278 0.38394 -0.34137 0.416645 0.74774 -0.616 1.086405 0.103385 -0.105245 -0.323605 0.41439 -0.70262 -0.477495 -0.27033 -0.18179 -0.293485 0.123855 -0.29296 0.1403 -0.06537 0.38187 -0.027935 0.29657 -0.18361 0.30742 0.259045 -0.755135 0.2933 -0.67173 -0.717725 0.11765 0.31698 0.316625 -0.754135 -0.31938 0.375855 -0.036655 -0.054055 0.675075 -0.217695 -0.553985 0.166945 0.300035 0.3879 0.495225 -0.048035 0.257125 -0.047035 -0.317785 -0.05346 -0.92497 -0.54594 0.50167 0.323265 1.516345 0.452015 0.324595 0.651915 0.048405 -0.01778 -0.84922 0.341145 0.02533 -0.100565 -0.032675 -0.221675 0.092495 0.05104 -0.276585 0.051145 0.2405 -0.1355 -0.541125 -0.60611 -0.319725 0.433575 -1.044635 0.272595 0.417925 0.49634 -0.04269 -0.34556 -0.812435 0.32402 0.45846 1.05697 0.38814 0.030115 0.86393 0.43631 0.064585 0.77733 -1.055475 -0.10684 0.054155 -0.01437 -0.95676 -0.1909 0.06923 -0.635155 0.147925 -0.663075 -0.31075 -0.24145 -0.06581 -0.594115 -0.19871 0.48132 0.098525 0.163105 -0.14779 0.39356 0.5955 -0.498995 0.301575 0.10515 -0.18263 -0.55921 -0.14144 -0.668595 -0.48031 -1.06141 0.12747 0.28352 -0.33575 0.58487 0.612985 0.56423 1.68624 0.184595 -0.491425 0.04365 -0.206165 0.12413 -0.26412 0.29721 0.48068 0.35648 -0.25299 0.166395 0.122525 -0.026075 0.317085 -0.01271 0.2679 0.199715 -0.82624 -0.53531 -0.16017 0.04883 0.72085 -0.00659 -0.579895 -1.06481 -0.08943 0.595295 -0.291875 0.130675 -0.671015 0.404435 1.04832 -0.021055 0.643655 -0.599975 -0.15908 1.25732 -0.17393 1.529715 0.63072 -0.78514 0.05416 0.19504 -1.319155 1.218695 0.90541 -0.526985 -0.529015 0.032765 0.472335 0.118935 -0.622355 0.111635 -0.574415 -0.46135 -0.65279 0.909015 0.82261 0.118025 0.048575 0.592825 0.436915 -0.748945 -0.5404 -0.373005 -0.82258 0.681045 1.29764 0.709105 0.29643 0.26524 0.738465 -0.353135 -1.205665 0.07441 0.447275 0.230235 0.61656 0.84319 0.470325 0.048315 -0.02826 0.418835 -0.8455 0.89203 -0.69506 0.074585 0.106015 -0.494095 -0.102185 -0.044495 0.450905 0.12656 -0.147635 -0.026925 0.252715 -0.023375 -0.122575 -0.441055 0.074795 -0.70223 -0.47568 0.20969 -0.013065 -0.13889 0.06475 -0.227995 0.41028 0.515455 -0.07985 0.645515 0.24154 -0.71093 0.652295 -0.43495 -0.755105 -0.19041 -0.848845 0.04817 -0.05177 -0.89945 -0.112955 -0.0514 0.504795 -0.93577 -0.20338 -2.046015 -0.047355 0.661865 -1.252735 0.182465 -0.630025 0.101695 0.36874 0.363185 -0.472675 -0.557055 0.330135 0.01997 0.028655 -0.39523 0.48377 -0.07207 0.670055 -0.70789 0.40113 0.705495 -0.67328 0.209295 1.159405 -0.16873 0.201535 0.493035 0.17241 0.90295 -0.523355 -0.32794 -0.283465 -0.039445 -0.001955 -0.009515 -0.253665 -0.47558 0.025525 0.750175 -0.304545 -0.34463 -0.228485 0.3119 -0.594365 0.56891 -0.824295 0.259 -0.120725 -0.13812 0.115805 -0.35579 0.037845 0.527115 0.43551 -0.002705 0.84252 -0.33072 0.830875 -0.408785 -1.012045 0.17023 0.503875 0.211455 0.05944 1.30246 -0.204945 -0.36175 -0.10846 0.721765 0.860455 -1.16642 0.25452 0.62514 0.64354 0.43971 -0.393435 0.957025 0.476185 0.39992 -0.105685 0.466965 0.01872 0.04356 0.17481 -0.172445 -0.56411 -0.319925 0.12717 -0.025005 -0.53925 0.074445 -0.92622 -0.08337 -0.006855 -0.470585 0.25886 1.274185 0.005805 -0.52159 0.04015 0.09286\nầ 0.174241 0.244571 0.011312 -0.034534 -0.141173 -0.060708 0.192691 -0.117869 -0.118621 -0.120652 -0.153743 -0.073346 -0.150312 -0.075516 0.126684 -0.459196 -0.001293 -0.253101 -0.1921 -0.079979 0.015013 -0.022195 0.100511 -0.224606 -0.016923 -0.075814 -0.259863 0.057787 -0.032378 -0.004714 0.367938 -0.012725 0.119433 0.106737 -0.03724 -0.327211 0.134994 -0.220913 0.342206 0.227711 -0.022263 -0.06819 -0.018966 0.321394 0.266426 -0.573905 -0.161181 0.046578 -0.111813 0.370776 -0.474842 -0.236074 -0.032036 0.026479 0.017752 -0.129656 -0.066159 0.258967 0.277527 -0.052804 0.330654 -0.142423 -0.025508 0.12542 0.055693 0.404465 -0.067687 0.281647 -0.108475 -0.06562 -0.461877 -0.111107 0.294118 -0.040928 -0.102608 0.045423 -0.420735 0.291401 -0.234534 -0.126015 -0.150598 0.305964 0.173108 0.183013 0.073813 0.217702 -0.071367 -0.2283 -0.235852 0.285715 -0.261663 -0.331833 -0.044149 -0.020661 0.528789 -0.273048 -0.197137 0.141246 -0.146927 0.164975 0.322369 -0.203221 -0.184086 -0.088382 0.029868 -0.119197 -0.490018 0.450783 -0.106538 0.034714 0.501547 -0.042954 -0.128706 0.291987 0.022575 -0.377682 0.028686 0.040981 0.026782 0.251989 -0.127219 0.325296 -0.069257 0.343055 -0.238456 -0.247962 -0.024222 0.175908 -0.655752 0.18949 -0.035262 -0.362432 0.016375 -0.200428 0.164162 -0.565745 -0.217998 -0.024581 -0.196077 -0.115002 0.228439 0.087143 0.24791 -0.129762 -0.065303 0.235067 0.223967 -0.137778 -0.784759 0.019474 -0.147632 -0.004229 0.171801 -0.023162 0.189347 0.25554 -0.007687 0.294355 0.3426 0.331813 0.092782 0.040909 0.456609 -0.020711 0.020231 -0.063756 0.067209 -0.067643 -0.028926 -0.016278 0.256109 -0.060087 -0.082842 0.155765 -0.309775 0.022316 -0.230272 0.346277 0.240523 -0.195993 0.035527 0.347271 -0.540716 0.214756 -0.512617 -0.003992 -0.001028 -0.033132 0.108835 -0.13966 -0.244117 -0.343487 -0.220324 0.101124 -0.110496 -0.244362 0.221135 -0.108631 -0.269572 -0.113107 0.43807 0.296697 -0.187438 0.07247 0.12455 -0.346512 -0.180826 0.163782 1.114188 -0.165073 0.204295 0.194549 -0.076681 0.168424 0.112397 0.298517 0.039668 -0.371582 -0.271471 -0.203728 0.033248 -0.579549 0.072207 0.107892 0.193585 -0.275456 -0.20144 -0.042005 0.290369 -0.058628 -0.312543 -0.006922 -0.389549 -0.081903 -0.06857 0.092113 0.031201 -0.171459 -0.048333 0.087476 0.115299 0.433524 0.104175 0.200669 0.219008 -0.14816 0.233769 -0.519236 -0.360155 -0.123919 -0.409883 -0.310109 0.37882 -0.013345 0.152494 -0.267169 -0.134908 -0.21377 0.016197 0.168121 -0.090423 -0.002185 -0.176173 -0.34431 0.205958 0.242642 0.132085 -0.344477 -0.045935 0.119897 0.526524 0.034051 -0.029239 -0.223196 0.098558 0.061281 -0.007845 0.256381 -0.154853 0.034521 -0.20477 0.043241 0.05489 0.109634 0.504102 0.307905 0.078217 -0.100484 -0.142044 -0.688896 0.184198 0.018345 0.021507 0.242602 -0.201485 0.419019 -0.334901 0.219556 0.03682 0.191378 0.1421 -0.124875 -0.264069 0.157125 0.210073 -0.024367 -0.216558 0.024843 -0.279738 0.104136 0.112636 0.223325 -0.190865 0.5279 0.147367 0.069914 0.13638 0.516061 -0.06436 -0.062812 0.095942 0.227342 0.294501 0.300288 0.052413 -0.066038 -0.159927 -0.060669 0.134166 -0.307113 -0.022156 0.216374 0.129986 0.046518 -0.049277 -0.270874 -1.453015 0.108896 -0.276957 0.005232 -0.055082 -0.033824 -0.06746 0.013521 -0.310287 -0.067381 0.22143 0.073107 -0.114341 0.042671 0.17374 0.073858 -0.142522 0.082871 0.172948 0.027143 -0.055059 0.158325 0.065386 0.056673 -0.149156 -0.079096 -0.023301 0.261571 0.15231 -0.240063 -0.221476 0.143908 -0.920867 -0.168467 0.088194 0.066964 -0.091222 -0.15951 -0.382668 -0.210222 0.013775 -0.750316 -0.033381 0.26069 0.342022 -0.075075 0.319171 -0.192643 -0.111905 -0.133087 -0.258468 -0.062867 -0.037407 0.042595 0.200259 -0.291793 -0.089669 0.279592 0.161094 0.016429 -0.241146 -0.137285 -0.385202 -0.409018 -0.230398 0.030222 -0.242448 0.186779 0.141852 0.314358 0.195363 0.012426 0.105204 -0.096171 0.275559 -1.374832 -0.123704 0.108801 -0.359605 -0.01693 -0.152187 0.257821 -0.111237 -0.502409 -0.203368 0.054367 0.249513 -0.169748 0.205909 -0.202705 0.377891 -0.164789 0.321731 0.188449 0.246436 0.01048 -0.199807 0.249686 0.298994 0.181977 -0.085918 -0.333677 0.155477 0.090419 0.023627 0.12949 0.35263 -0.226674 -0.072196 -0.045387 -0.059397 0.210477 -0.066902 1.12099 0.398317 -0.226524 -0.083563 0.399504 -0.196764 0.186423 -0.012987 -0.545173 0.006755 0.183909 0.44919 0.038292 -0.102728 -0.047374 -0.287409 0.027656 0.273907 -0.128275 0.022871 0.343771 0.110707 -0.32451 0.333834 0.143451 -0.175697 -0.077023 -0.182873 -0.311002 0.11943 -0.146164 0.312568 0.15253 -0.246699 -0.320467 0.250035 0.303261 0.243809 0.226008 0.050914 -0.055709 0.453367 -0.174018 0.018611 -0.168324 -0.159535 -0.045826 -0.18751 0.009506 0.01753 0.045542 -0.092306 0.304238 0.030391 -0.074437 -0.216405 -0.089583 0.446351 2.457794 0.154166 -0.185248 0.241736 -0.26423 -0.112049 0.036923 -0.097573 0.186139 -0.309837 0.002456 0.128995 0.044542 0.05883 -0.382928 -0.316924 -0.103406 -0.028661 0.095935 0.059643 -0.225074 -0.10522 -0.143953 0.098295 -0.136733 -0.012094 0.009241 0.05683 -0.04885 0.055039 -0.266504 -0.211644 0.114803 0.181869 0.236379 0.294949 0.056359 0.330839 0.241352 -0.25052 -0.560351 0.083391 0.049306 0.450674 0.113142 -0.030652 -0.178033 0.160352 0.378402 0.479788 -0.354754 -0.207734 0.081155 -0.083562 0.175331 -0.271101 -0.015917 -0.14202 0.127788 0.083148 -0.625224 -0.286457 -0.014335 0.143061 -0.012287 0.06715 -0.313352 0.006358 -0.015826 -0.008653 0.126098 0.207814 0.24968 -0.090666 0.034933 -0.303602 -0.270491 0.357179 -0.048855 -0.124991 0.406808 -0.207726 -0.052186 -0.100247 0.011433 -0.008986 -0.110261 0.489827 0.148094 0.279635 0.033326 -0.055417 -0.245233 -0.267826 0.164597 -0.182027 -0.110678 -0.044024 -0.057065 0.673556 -0.140654 0.075582 0.192763 -0.130068 0.266005 0.38863 0.025269 -0.389937 0.087486 0.171938 -0.121854 -0.158295 0.321034 -0.050984 0.077957 0.223452 -0.011279 0.003537 0.153655 -0.024121 -0.425971 -0.140941 0.038503 0.183039 0.109893 -0.136525 0.237505 0.121134 0.355768 -0.311685 -0.305867 -0.020447 0.223691 -0.424382 -0.011447 -0.143677 -0.205757 0.164296 -0.516063 -0.091701 -0.585678 -0.484349 -0.149873 -0.014264 0.010327 0.282941 0.191492 0.33676 -0.153839 -0.097987 0.559145 0.180054 -0.112602 -0.617758 -0.219666 -0.067782 -0.340097 0.381617 -0.186237 -0.304178 0.479956 0.004092 -0.054995 0.449984 0.208271 0.019103 0.12844 0.108287 0.255619 0.265777 0.048005 0.199698 0.106317 0.189779 -0.042174 0.07935 -0.095517 -0.081602 0.234454 -0.452736 0.003584 -0.43232 0.313102 0.115206 -0.372055 0.240698 0.222524 -0.622919 0.457278 -0.254251 0.130735 -0.080824 -0.27261 0.194376 0.147687 -0.381138 -0.045785 -0.162195 -0.213491 0.092898 -0.24457 0.299524 -0.007601 -0.116377 -0.032346 0.565056 0.3633 -0.142303 -0.021459 -0.188129 -0.050152 -0.242942 -0.088651 0.734397 -0.009887 0.128756 0.105694 0.029375 0.235777 0.020039 0.290524 0.01912 -0.169771 -0.257453 -0.360874 0.234187 -0.675297 0.089316 0.141554 0.035851 -0.300543 -0.114822 -0.06742 0.228596 0.239641 -0.379582 -0.047106 -0.249219 0.122469 0.077904 -0.02929 -0.262528 -0.219929 -0.191005 -0.004479 0.160476 0.611192 -0.101452 0.190521 0.059525 -0.204266 0.076952 -0.307534 -0.447928 -0.383628 -0.220263 -0.335158 0.072253 0.27874 0.129015 -0.107641 -0.316569 0.08219 -0.15939 -0.160938 -0.25415 0.233376 0.046107 -0.274454 0.014795 0.278116 0.073132 -0.255242 -0.082856 0.109882 0.316681 -0.027916 0.105054 -0.190962 0.067581 -0.16972 -0.008267 0.237632 -0.09859 -0.025725 -0.064181 -0.042561 0.084049 0.051953 0.420186 0.263033 0.141709 -0.074625 0.059555 -1.02342 0.027219 -0.127186 -0.310648 0.035818 -0.069045 0.350835 -0.017404 -0.053408 0.049157 -0.083399 0.136479 0.341512 -0.280676 0.202751 0.270087 0.23788 -0.245432 0.114928 -0.188627 0.127118 0.275542 0.087914 0.14183 0.457828 0.406373 -0.098271 0.256106 0.380245 -0.175419 -0.361952 0.114701 0.072616 0.18303 0.283575 0.088807 -0.111934 -0.05155 -0.065162 0.052637 -0.118562 -0.026085 0.31931 0.122063 0.074411 -0.142466 -0.000973 -0.736663 0.339675 -0.265845 0.180742 -0.219322 0.276182 -0.162856 -0.062851 -0.111179 -0.042418 0.237447 0.190172 -0.033983 -0.374162 0.277125 -0.016896 -0.123233 -0.047162 0.265328 -0.019226 0.134939 0.048671 0.422224 -0.041473 -0.029774 0.077273 0.026383 0.136751 0.250318 -0.104359 -0.111798 -0.066122 -0.749491 0.091417 0.072524 -0.099358 -0.213491 -0.29261 -0.259096 -0.317992 0.04941 -0.398066 0.012875 0.114682 0.281471 -0.014578 0.179256 0.021275 -0.227456 -0.215643 -0.227391 0.130244 -0.300294 0.173065 0.140245 -0.156088 0.225551 0.297496 0.037078 0.191249 0.159354 -0.120681 -0.385283 -0.63517 -0.700116 -0.124952 -0.212816 0.018529 0.428877 0.023106 -0.029151 -0.168038 0.255829 -0.025873 0.107863 -2.094416 0.002366 0.251071 -0.419874 0.056504 -0.147904 -0.01758 -0.275421 -0.586723 -0.044965 0.044566 0.160807 -0.047355 0.152506 -0.330256 0.301734 -0.072162 0.144287 0.065304 0.152395 -0.015618 -0.434103 0.300243 1.597593 0.075058 -0.119348 -0.028492 -0.003131 -0.11602 0.104788 -0.179902 0.380087 -0.288003 -0.31078 -0.050148 0.273729 -0.002995 -0.028535 1.360123 0.173077 -0.46372 -0.157337 0.214542 0.279205 0.196173 -0.093024 -0.323226 -0.154223 0.060193 0.283012 -0.262046 -0.280212 -0.167957 -0.062528 -0.093605 0.108297 -0.080884 0.084951 0.188392 -0.225611 -0.446255 0.322449 0.003397 -0.105634 0.259122 -0.159094 -0.384823 0.208026 0.156686 0.250949 -0.159336 -0.076584 -0.0824 0.276093 0.152743 0.051409 0.464035 -0.170841 0.020637 0.371287 0.055671 0.155448 -0.187597 -0.036655 -0.00942 -0.285906 0.008496 0.092917 0.064717 -0.161788 0.281006 -0.228891 -0.029668 -0.109426 0.141537 0.261593 1.89315 0.021525 -0.212321 0.03081 -0.146449\ní 0.220034 0.329814 0.237803 0.128764 -0.02907 -0.340262 -0.126662 -0.137187 -0.00392 0.058567 -0.13018 -0.076093 -0.140906 -0.040592 0.158936 -0.278725 -0.026908 -0.172218 -0.169384 -0.182303 -0.1822 -0.087037 0.183452 -0.28897 -0.108564 0.10748 -0.141176 0.12613 0.045536 -0.113283 0.240337 -0.029769 0.082735 0.105209 -0.027535 -0.392023 0.239684 -0.225935 0.387713 -0.024177 0.109467 0.034948 -0.170502 0.394465 0.003006 -0.420937 -0.065086 -0.014053 0.014055 0.269019 -0.421514 -0.386595 0.166554 0.123505 0.040002 -0.007544 -0.235687 -0.030198 0.161368 0.193245 0.303416 -0.103511 0.189551 -0.09099 -0.046774 0.298596 -0.047706 0.238049 0.057988 0.056164 -0.491134 0.082005 0.184728 0.105137 -0.146434 -0.004737 -0.450014 0.202062 -0.13047 -0.320603 0.013702 0.278664 0.064372 0.008548 0.220515 0.343772 0.04214 -0.276319 -0.291995 0.116871 -0.378905 -0.286565 -0.022723 -0.057436 0.7319 0.022196 -0.085922 -0.046794 -0.16327 -0.001869 0.23568 -0.327589 -0.128864 -0.195771 0.249562 0.120606 -0.184132 0.28088 -0.179412 -0.103784 0.386215 -0.002584 -0.017014 0.1837 0.000675 -0.433341 0.212983 0.047333 0.053269 0.18776 -0.164057 0.335039 0.002412 0.358994 -0.133229 -0.121013 0.143838 0.020392 -0.494534 -0.307458 -0.046876 -0.380765 -0.222046 -0.100836 0.051059 -0.618728 -0.215789 0.23101 -0.051949 -0.131121 0.093565 -0.087387 0.136194 -0.117597 -0.020984 0.317084 0.046222 -0.159348 -0.877467 0.053114 -0.26902 0.14947 0.162118 0.117199 -0.038375 0.194854 0.076155 0.34902 0.068823 0.15391 -0.054285 0.084362 0.382738 -0.000852 -0.068612 0.03058 0.087913 0.040055 -0.047986 -0.180334 0.225846 -0.024091 0.105615 0.119003 0.117759 -0.029675 -0.257335 0.34422 0.23206 -0.17311 -0.066709 0.193555 -0.544016 0.147995 -0.38345 0.080466 -0.188969 -0.098044 0.066347 -0.291226 -0.073586 -0.256254 -0.245283 0.312405 -0.074024 -0.091661 0.072912 -0.159497 -0.15468 0.050451 0.237884 0.401199 0.019427 0.198597 0.058163 -0.306452 -0.0121 0.245588 1.077534 -0.013323 0.200064 0.087208 -0.149226 0.195627 -0.115456 -0.036236 -0.013543 -0.350881 -0.349176 -0.297175 -0.252152 -0.670823 0.070193 0.088364 0.328681 -0.091633 0.063488 0.022408 0.184773 -0.157748 -0.099687 -0.019448 -0.459517 -0.095176 -0.062857 0.168908 -0.199664 -0.019809 -0.198415 0.238689 0.039461 0.30354 0.180028 0.277013 0.059339 0.057565 0.272004 -0.492534 -0.418794 -0.036657 -0.078587 -0.300956 0.314209 0.010018 0.090797 -0.356416 0.08817 -0.30989 -0.139734 0.08649 -0.219146 -0.016645 -0.196353 -0.210816 0.201691 0.138002 -0.017065 -0.07722 0.024906 0.107785 0.480585 0.113027 -0.126228 -0.412066 0.128488 -0.251178 0.211044 0.263929 -0.099325 0.106564 -0.243907 -0.029551 -0.049612 0.116034 0.421057 0.013809 0.11 -0.215447 -0.183928 -0.245699 0.268836 0.293771 -0.025038 0.24615 -0.273122 0.166014 -0.353509 0.020281 0.224122 0.166269 -0.10806 -0.074649 -0.094602 0.301762 0.423306 -0.145762 0.056329 -0.068863 -0.230176 -0.14281 0.074531 0.122576 -0.286812 0.115398 0.213647 -0.134575 0.3135 0.571289 -0.016545 0.073598 0.085209 0.242165 0.210049 0.114981 0.009853 -0.251913 -0.29064 0.074375 0.161731 -0.22183 0.03169 0.214825 -0.022057 -0.14938 -0.109668 -0.113421 -1.5887 -0.129001 -0.285341 -0.121123 -0.103431 0.052857 0.265536 -0.139944 -0.198754 -0.087349 0.21731 0.213123 -0.268314 -0.002464 0.003248 0.103622 -0.000511 -0.028204 0.177421 -0.012679 -0.012468 -0.050823 -0.068338 0.081991 -0.070867 0.196141 -0.08048 -0.03525 -0.009167 -0.421683 -0.197383 0.207799 -0.879695 -0.164601 0.036886 0.227326 -0.123116 0.040489 -0.308879 -0.304954 -0.110294 -0.594395 -0.054749 0.192995 0.027356 -0.010752 -0.127531 -0.272063 -0.074901 -0.150491 -0.055818 -0.208071 0.027629 0.167653 0.103489 -0.338222 -0.20696 0.478218 0.138791 -0.198066 -0.122476 0.023279 -0.277934 -0.165567 -0.26873 0.184602 -0.018144 0.18533 0.185774 0.288573 0.180507 -0.151921 0.319932 -0.148807 0.089276 -1.403965 -0.019416 0.393353 -0.244518 0.230394 -0.134085 0.282503 -0.272188 -0.41383 -0.059692 0.113537 0.1396 -0.171502 0.086938 -0.234968 0.213337 -0.085612 0.232678 0.022494 0.123381 0.141028 -0.044929 0.024976 0.340254 0.166593 -0.092957 -0.492698 0.120166 0.184501 -0.058427 -0.014469 0.253292 -0.17649 -0.234443 -0.077317 -0.011571 0.153417 0.060739 1.173207 0.21238 -0.096623 0.103977 0.367684 -0.153632 0.200034 0.145221 -0.164088 0.04799 0.125165 0.231491 0.11595 -0.126152 -0.161723 -0.423477 0.09003 0.370567 -0.126867 0.089992 0.119901 0.113152 -0.242237 0.339619 -0.080177 -0.101844 0.018519 -0.1472 -0.091404 0.011182 -0.185074 0.177421 0.144864 -0.19507 -0.221384 0.356284 0.328367 0.069367 0.151592 0.160501 -0.117598 0.224019 -0.357854 -0.029164 0.036318 -0.352324 -0.301878 -0.125231 0.011951 -0.051067 0.222012 -0.086811 0.211224 0.121259 -0.168593 -0.118826 0.002322 0.126639 2.40454 -0.234018 -0.272956 0.201584 -0.253288 0.019359 0.166115 0.25543 0.34333 -0.165323 -0.203538 -0.207734 0.068385 0.006176 -0.185579 -0.050967 0.004703 0.070437 0.066628 0.108288 -0.025744 -0.001559 -0.177866 0.119604 -0.275061 -0.140508 0.075487 0.252728 -0.099181 0.029934 -0.171299 -0.013859 0.166127 0.350331 0.049682 0.163092 0.062318 0.289281 0.358245 -0.184349 -0.383642 0.254108 -0.082362 0.293499 0.030115 -0.023133 -0.110925 -0.022468 0.3228 0.172474 -0.17075 0.052183 -0.033042 -0.026471 0.150018 -0.259737 -0.200237 0.220504 0.277535 0.096496 -0.3974 -0.302511 -0.076453 0.178297 0.201639 0.114239 -0.142754 0.264825 -0.257985 -0.005786 0.054829 0.012118 0.211996 -0.063209 0.039064 -0.384716 -0.109085 0.284259 0.196937 -0.24964 0.232139 -0.152449 -0.049822 -0.273418 -0.134815 0.11527 -0.192358 0.308636 0.242577 0.320196 0.157233 0.028137 -0.385672 -0.150766 -0.001651 -0.337881 0.05243 -0.088951 -0.1193 0.949255 0.063482 0.176939 0.011877 -0.235289 -0.036363 0.299342 -0.069033 -0.19216 -0.133429 0.394538 -0.043186 0.103594 0.290942 -0.165838 0.134299 0.217101 -0.031896 -0.016121 0.047787 0.062528 -0.419434 0.165235 -0.031078 0.22797 -0.050041 -0.127899 0.255521 0.091947 0.326785 -0.135426 -0.178991 0.126751 0.077965 -0.297859 -0.392581 -0.039113 -0.23517 0.086852 -0.235804 -0.057552 -0.709615 -0.389376 -0.262958 -0.004894 0.069616 0.09096 -0.134919 0.342047 -0.117923 0.01594 0.651126 -0.140167 -0.173893 -0.717021 -0.070259 -0.152796 -0.106654 0.355452 0.106505 -0.353064 0.319189 0.035505 -0.114948 0.072611 0.039443 -0.068079 0.046481 0.159844 0.274461 0.093689 -0.02278 0.323451 0.232452 0.14528 0.010475 0.168878 -0.006058 0.041209 0.256503 -0.241351 0.026432 -0.493147 0.41544 0.07454 -0.326642 0.230511 -0.127467 -0.571286 0.34628 -0.170695 0.320834 -0.052398 -0.122202 0.163308 0.135186 -0.293027 0.04189 -0.095802 -0.023712 0.139867 -0.034622 -0.053149 -0.189231 -0.001571 0.029397 0.319196 0.384317 -0.051976 0.088484 0.019731 -0.228131 -0.197369 0.038106 0.75063 0.220399 0.179518 0.114816 0.14646 0.009119 -0.060542 0.046623 -0.123093 -0.21252 -0.273572 -0.340926 0.049113 -0.813523 0.109883 -0.098738 0.113581 -0.239201 0.072741 -0.234462 0.072743 0.009786 -0.253901 -0.13585 -0.324069 0.090777 0.002206 0.046347 -0.264772 0.025589 -0.232603 0.165558 0.162952 0.293467 0.151006 0.313693 0.038838 0.067585 0.146969 -0.177091 -0.365585 -0.40574 0.086156 -0.372948 -0.008668 0.46514 0.078944 -0.371449 -0.223554 0.108077 -0.297375 -0.110467 -0.040441 0.067881 -0.124481 -0.257134 -0.027837 0.153528 0.018233 -0.090665 -0.2223 0.175435 0.279074 -0.03884 0.075833 -0.212065 0.11203 -0.257697 0.219495 0.402809 0.050072 -0.056086 -0.082993 -0.170863 -0.019763 0.048461 0.176877 -0.017887 0.119186 -0.187114 0.027354 -0.596823 0.132421 0.145246 -0.094688 0.168406 -0.087688 0.191997 -0.021125 -0.243631 0.322264 -0.044257 -0.099426 0.277027 -0.227507 0.297887 0.437644 -0.005433 -0.233067 0.119139 -0.086865 -0.175016 0.320032 -0.16095 0.034861 0.21489 0.237929 -0.118057 0.350543 0.420665 -0.157602 -0.352965 0.220925 -0.030062 0.126458 0.292862 0.096129 -0.12001 0.073814 0.088303 0.125869 -0.035618 -0.065217 0.338157 -0.065392 -0.044984 -0.168327 0.048377 -0.75776 0.09625 -0.164195 0.058609 -0.175646 0.230212 0.432032 -0.241874 -0.25254 -0.068778 0.185024 0.325225 -0.115502 -0.293769 0.129515 0.078862 -0.127514 -0.023527 0.133179 -0.022453 0.313865 -0.058243 0.316829 -0.024369 0.008752 0.385663 -0.157624 0.029998 0.15509 -0.243816 -0.116554 0.189188 -0.827154 -0.025986 0.003363 0.136968 -0.269993 -0.001495 -0.076474 -0.39027 -0.157911 -0.346063 0.141955 -0.01924 -0.046958 0.067105 -0.089889 -0.037238 -0.043114 -0.269175 -0.189623 0.070893 -0.228749 0.337815 0.124724 -0.172044 0.036431 0.615107 0.091995 -0.044091 0.172375 0.002399 -0.337464 -0.597153 -0.415016 0.064756 -0.088556 -0.056426 0.355567 0.043311 -0.041401 -0.029766 0.367994 -0.13667 -0.250391 -2.157822 0.081756 0.612815 -0.220608 -0.068659 -0.017839 0.028981 -0.300085 -0.444422 -0.046861 -0.111416 -0.203846 -0.026329 -0.072812 -0.381374 0.233565 0.052568 0.04477 0.006275 0.035717 0.141423 -0.21668 -0.005397 1.79735 0.234841 -0.073663 -0.207504 -0.106403 -0.036178 -0.006682 -0.391169 0.400017 -0.091714 -0.165142 -0.069253 0.31871 -0.095507 0.223877 1.398598 0.054941 -0.273619 -0.079454 0.290304 0.271873 0.205977 0.093399 -0.078775 -0.083399 0.137645 0.160366 -0.145966 -0.460008 -0.185449 -0.39054 -0.173352 0.34921 -0.150838 -0.000838 0.100876 -0.066005 -0.374113 0.190922 -0.223944 0.047485 0.233789 -0.293321 -0.237205 -0.076743 -0.011492 0.113807 -0.065857 -0.019876 0.023824 0.322076 0.12669 0.171477 0.262039 -0.075031 0.12891 0.169818 -0.13367 0.182382 0.155212 -0.253905 -0.162936 -0.253457 0.054268 0.069877 0.214636 -0.195353 0.228033 -0.104332 -0.014636 -0.155696 0.221126 -0.021918 1.806589 -0.214407 -0.128369 0.119876 -0.268304\nũ 0.329408 0.462904 0.266617 -0.10121 0.038095 -0.208706 0.162229 -0.299066 -0.002657 -0.068882 -0.264284 0.017346 -0.069562 -0.003089 0.188201 -0.561328 -0.059714 -0.384202 -0.112234 0.00062 -0.084221 -0.288932 0.476455 -0.487363 -0.290862 0.116458 -0.104464 0.060228 0.171978 0.06597 0.445823 0.061366 -0.090558 -0.026138 -0.026831 -0.368669 -0.018653 -0.315702 0.137346 0.181389 0.178842 -0.000592 -0.192682 0.313926 0.324177 -0.711892 -0.277934 -0.280896 0.19283 0.449331 -0.566278 -0.181361 0.157755 0.20097 0.009811 0.164924 -0.120613 0.12314 0.246833 0.03927 0.387973 -0.145225 0.054038 0.165891 0.197437 0.083167 -0.177238 0.601049 0.072252 -0.029185 -0.706618 0.235048 0.039197 0.168619 -0.048738 0.110936 -0.37028 0.429692 -0.263597 -0.126797 0.038186 0.54111 -0.026015 0.162117 -0.021237 0.279058 -0.146721 -0.003753 -0.069942 0.281355 -0.32499 -0.382585 -0.009256 -0.060167 0.575876 -0.208776 -0.148218 -0.024721 -0.065505 0.289646 0.373894 -0.109495 -0.374922 0.030245 0.132299 0.020978 -0.460122 0.263355 0.071648 -0.075937 0.591493 -0.083734 -0.354412 0.291991 0.045375 -0.34558 -0.090674 -0.138116 0.31971 -0.005015 -0.106477 0.272006 -0.01699 0.352029 -0.568148 -0.358204 0.101428 0.036559 -0.498927 -0.123635 -0.201863 -0.209193 -0.235759 -0.21395 0.154375 -0.569106 -0.254033 0.071715 -0.240095 0.010894 0.32964 0.180586 0.325187 0.009131 0.158329 0.376632 0.335821 -0.146471 -0.843668 0.02211 -0.180213 0.157782 0.18407 0.150363 0.255588 0.244639 -0.026904 0.443898 0.32477 0.267135 -0.046016 -0.113961 0.410819 -0.121268 0.007007 -0.125531 0.136458 -0.079936 -0.063245 0.099538 0.204746 -0.26019 -0.135394 0.082622 -0.337504 -0.134808 -0.475437 0.21843 0.450367 -0.092266 0.10672 0.244877 -0.682472 0.211741 -0.577333 0.135466 -0.047912 0.252704 0.261358 -0.216798 -0.233951 -0.238492 -0.188921 0.243706 -0.078056 -0.05553 0.163723 -0.272956 -0.206219 -0.014572 0.302596 0.199557 -0.073521 0.25133 -0.062057 -0.254559 0.010834 0.087197 1.099964 -0.098398 0.385962 0.235285 -0.045418 0.125086 -0.025311 0.248509 0.095966 -0.366658 -0.250766 -0.430907 -0.010978 -0.756696 0.006328 0.011124 0.174281 -0.319146 -0.151741 0.073194 0.086756 0.107065 -0.097206 -0.136509 -0.454418 -0.17407 -0.144239 0.278137 -0.10936 0.064277 -0.257038 0.15254 0.169724 0.433965 -0.034339 0.192842 0.229859 0.006493 0.42371 -0.1881 -0.355099 -0.159188 -0.330974 -0.365785 0.595509 -0.199852 0.339465 -0.365442 -0.013444 -0.124336 -0.057383 0.220098 0.138717 -0.025003 -0.214751 -0.197898 0.305364 0.019619 0.056407 -0.142203 0.0456 0.274552 0.692477 0.050287 -0.069538 -0.063686 -0.021453 0.019619 0.08142 0.433676 -0.302482 0.174549 -0.443853 0.163077 0.047312 0.290025 0.35293 0.110417 0.394275 -0.229654 -0.108449 -0.674291 0.289995 0.341328 0.055056 0.297857 -0.352534 0.472366 -0.429392 0.192162 0.362732 0.306484 0.246586 -0.064149 -0.357853 -0.030502 0.497541 0.106672 -0.143157 -0.060924 -0.32488 0.042617 0.086248 0.202091 -0.368097 0.433258 0.027995 0.064808 0.166029 0.450606 0.032535 -0.075297 0.172647 0.222547 0.140998 0.461762 -0.072249 -0.012384 -0.397817 0.108054 -0.149661 -0.331567 0.080218 -0.023307 -0.201721 -0.167565 -0.312775 -0.206648 -1.103612 -0.081453 -0.219386 0.073842 -0.121008 0.037408 0.322568 -0.05145 -0.277919 0.03009 0.249068 0.488914 -0.276948 0.100971 0.215587 0.159013 -0.109552 -0.208654 0.254355 -0.072986 0.103801 0.062657 0.269697 -0.062887 -0.136703 0.178215 -0.023669 0.196644 0.153298 -0.138489 -0.364081 0.191234 -0.752271 -0.077023 0.257098 0.173971 -0.164854 -0.005286 -0.468614 -0.135247 0.105527 -0.757447 -0.039348 0.013191 0.328796 0.256967 0.193397 -0.093997 -0.065748 -0.143401 -0.453819 -0.091364 0.080385 -0.035562 0.387674 -0.213189 -0.056531 0.286446 0.091299 -0.093793 -0.16936 -0.104891 -0.333766 -0.591711 -0.34854 0.151781 -0.01092 0.193332 -0.152703 0.454356 0.363033 -0.18437 0.25635 -0.35656 0.135895 -1.325779 0.101471 0.285965 -0.183093 0.070072 -0.333152 0.29245 -0.079166 -0.423092 -0.110098 0.212088 0.344454 -0.386142 0.315576 -0.086876 0.179445 -0.364266 0.079841 0.223259 0.198048 0.271035 -0.132816 0.073663 0.389395 0.211367 -0.051925 -0.274131 0.106431 0.194294 -0.123756 -0.024967 0.31655 -0.242884 -0.251315 -0.085594 -0.106663 -0.050171 0.15151 1.140315 0.14849 -0.195849 0.220619 0.373633 -0.100129 0.429756 -0.053528 -0.348459 0.113018 0.214498 0.584713 -0.044174 -0.062028 0.123794 -0.228057 -0.220935 0.235265 -0.039103 0.060419 0.442808 -0.140758 -0.237481 0.46151 0.01594 -0.283008 0.04124 -0.374142 -0.573934 0.142639 0.051645 0.278676 -0.023234 -0.454359 -0.478736 0.295858 0.508264 0.489381 0.37999 -0.08084 -0.118636 0.477511 -0.253099 -0.171245 0.135972 0.028919 -0.161639 -0.311557 0.084053 0.04945 0.002664 -0.084059 0.287007 -0.120497 -0.262891 -0.240013 0.095391 0.294893 2.331484 -0.073669 -0.221507 0.420199 -0.403601 0.0078 0.301525 0.121706 0.344295 -0.122606 -0.164848 0.019692 -0.053558 -0.021825 -0.460023 -0.326052 -0.08443 0.070678 0.016766 0.177154 -0.362535 -0.195752 -0.233866 0.226141 -0.082902 -0.189876 -0.006685 0.24206 -0.307457 -0.175013 -0.132975 -0.174402 -0.06617 0.180583 0.313948 0.309786 0.188335 0.184009 0.293519 -0.3445 -0.535829 -0.046163 0.116711 0.28638 0.034634 0.128087 -0.154708 0.026216 0.583953 0.691075 -0.449181 -0.331226 -0.184038 0.021242 0.135944 -0.41229 -0.17507 0.320652 -0.045023 -0.05234 -0.480365 -0.41522 -0.305137 0.175051 0.085039 0.146283 -0.38902 0.184938 0.06721 -0.045779 -0.143565 0.183973 0.346153 0.011939 0.131163 -0.527362 0.053304 0.299495 0.149895 -0.218272 0.47881 -0.15459 0.026056 -0.209639 0.114749 0.243023 0.045784 0.535959 0.214201 0.249037 -0.002237 -0.236604 -0.097385 -0.142067 -0.04176 -0.490343 -0.077395 0.011694 -0.103051 0.721248 -0.224522 0.18507 0.090566 -0.069795 0.191919 0.462891 0.267932 -0.693991 0.325263 0.307724 -0.032362 -0.237554 0.180081 0.035421 -0.096459 0.30622 0.008853 -0.34647 0.331851 -0.043617 -0.321745 -0.185604 -0.144755 0.484304 -0.013484 0.067421 0.140388 0.062902 0.443644 -0.67524 -0.29085 0.18132 0.138072 -0.139236 -0.234429 -0.408482 -0.055851 0.044611 -0.386427 -0.075887 -0.630575 -0.552696 -0.068979 -0.237499 0.115082 0.24417 0.264242 0.628612 -0.011297 -0.140905 0.675895 0.298503 -0.132792 -0.603126 -0.016015 -0.231575 -0.337291 0.356196 0.057115 -0.183085 0.438682 -0.165381 0.10809 0.416136 0.151133 -0.122632 0.092857 0.049859 0.184725 0.338102 -0.011347 0.342614 0.024099 0.149803 -0.031202 0.086591 -0.132248 -0.055951 0.103033 -0.453534 0.002611 -0.833969 0.312186 0.342227 -0.302077 0.353151 0.230057 -0.71602 0.446495 -0.275987 0.370841 -0.159472 -0.043375 0.368382 0.057397 -0.51178 -0.01811 -0.144764 -0.157387 0.281423 -0.047665 0.166294 -0.267787 -0.000704 -0.022534 0.639526 0.096545 0.107352 0.130699 -0.333029 0.201659 -0.027133 -0.140759 0.768593 0.1753 0.279623 0.125873 0.080361 0.233174 -0.138042 0.009207 0.032358 -0.188545 -0.283825 -0.678679 0.302367 -0.792208 0.074681 -0.029762 0.078228 -0.372923 -0.089512 0.151917 -0.216324 0.162959 -0.253232 -0.134059 -0.477623 0.049288 0.010763 0.116181 -0.305848 -0.06718 -0.250771 0.093657 0.267249 0.611466 -0.273438 0.373017 0.08002 -0.024109 0.216861 0.233506 -0.480722 -0.436105 -0.295523 -0.457331 0.2443 0.034364 0.29441 -0.064337 -0.041759 0.108358 -0.058894 -0.094803 -0.202496 0.145736 0.010237 -0.165019 -0.119846 0.131671 0.07586 -0.094023 -0.046509 0.289006 0.402218 -0.02322 0.031388 -0.065148 0.075671 -0.047933 0.085021 0.442864 -0.428753 0.11138 -0.203245 0.070369 -0.03941 0.294319 0.312798 0.239393 0.25567 -0.324426 0.144344 -0.828331 -0.006067 0.084728 -0.343448 0.119569 -0.097338 0.364263 -0.045654 -0.264708 0.339021 -0.057467 0.128832 0.271697 -0.230683 0.021294 0.442681 0.402079 -0.368993 0.193749 -0.201805 0.259373 0.308654 0.055316 -0.091025 0.369324 0.369762 0.124708 0.409497 0.225452 -0.055978 -0.491898 0.24102 -0.038135 0.258708 0.33947 0.099024 -0.213316 -0.111012 0.05063 -0.04737 -0.062367 0.168009 0.349864 -0.009366 -0.124529 -0.446297 -0.144056 -0.640865 0.172423 -0.153628 0.348046 -0.385605 0.2674 0.437315 -0.168633 -0.039349 -0.054322 0.319151 0.405687 -0.219173 -0.350439 0.35146 -0.091457 -0.144194 -0.366491 0.372011 -0.0348 0.456104 -0.000782 0.626466 -0.284037 -0.021802 0.440769 -0.042266 0.034511 0.352911 -0.222287 -0.252207 -0.001845 -0.661971 0.134656 0.161836 0.080966 -0.244765 -0.121002 -0.385758 -0.310326 0.099364 -0.309943 -0.002875 -0.047208 0.315447 0.324455 -0.127178 0.166378 -0.213221 -0.371804 -0.436379 -0.026442 -0.224839 -0.046667 0.275104 -0.081596 0.244028 0.296191 -0.015887 0.123659 0.230489 0.036393 -0.339509 -0.654331 -0.774678 -0.049614 -0.105373 -0.005403 0.166633 0.067407 0.116214 -0.312274 0.388321 -0.25447 -0.008718 -2.043805 0.059774 0.516531 -0.426379 0.210268 -0.459456 -0.020712 -0.306268 -0.561523 0.11111 0.109971 0.280995 -0.180252 0.140801 -0.152337 0.207311 -0.224615 -0.242127 0.268739 0.28608 0.034188 -0.530173 0.145148 1.476355 0.264004 -0.114274 -0.069367 -0.07868 0.011395 0.150493 -0.280411 0.431904 -0.221146 -0.534775 0.120065 0.187516 -0.277662 0.131839 1.505711 -0.053678 -0.496196 0.116354 0.258898 0.311844 0.478151 -0.122379 -0.244713 -0.124019 0.227895 0.386404 -0.293385 -0.262715 -0.207516 0.057276 -0.133168 0.294259 -0.11023 0.102374 0.232976 -0.544387 -0.444697 0.41446 -0.20715 -0.213294 0.422247 -0.312166 -0.535248 0.241867 0.240799 0.188941 -0.077027 -0.209766 -0.191426 0.262284 0.310391 0.217239 0.555387 -0.161642 -0.050111 0.343942 0.178414 0.229496 0.033161 0.108785 -0.087188 -0.22488 -0.049643 0.198434 -0.078504 -0.16911 0.308477 -0.373564 -0.284263 -0.035486 0.43583 0.152697 1.986993 -0.149936 -0.12404 -0.062305 -0.086677\nụ 0.117212 0.11451 0.020431 -0.040965 -0.128829 -0.185849 -0.016865 -0.23315 0.123812 -0.111195 -0.133603 -0.136865 -0.153533 0.101018 0.347048 -0.312011 0.105844 -0.292971 -0.226409 -0.121978 -0.232363 -0.108004 0.189875 -0.286456 -0.030088 0.234614 -0.266211 0.057953 0.031567 0.096868 0.319571 -0.051657 -0.04481 -0.094745 -0.098088 -0.346486 0.269295 -0.204849 0.283572 -0.141573 0.135862 0.110321 -0.257901 0.417336 0.00714 -0.436068 -0.156241 0.200785 -0.045226 0.253877 -0.421587 -0.015306 0.05403 0.178282 -0.05181 -0.35397 -0.272852 0.095312 0.320957 0.154956 0.211655 -0.171632 0.114646 -0.064667 0.002413 0.413069 0.112782 0.38867 0.035056 0.093596 -0.410887 -0.153572 0.061123 0.063169 -0.214966 0.120353 -0.351515 0.198759 -0.231746 -0.318432 -0.109225 0.232188 0.16801 -0.033821 0.076058 0.213605 -0.124268 -0.056165 -0.34125 -0.042166 -0.304334 -0.216715 0.041356 -0.105578 0.618143 -0.069612 -0.103748 0.286361 -0.255386 0.005077 0.372674 -0.215391 -0.193021 0.017986 -0.059163 0.081305 -0.344066 0.406268 -0.156881 -0.349948 0.520069 -0.175247 -0.120617 0.123472 -0.020606 -0.467464 0.176911 0.08876 0.092377 0.107396 -0.329517 0.183196 -0.041164 0.528461 -0.375863 -0.176462 0.01923 0.02198 -0.361146 -0.094116 -0.158305 -0.276762 -0.26782 -0.182056 -0.012277 -0.771738 -0.410886 0.09229 -0.24621 0.065846 0.142107 0.214188 0.127142 -0.206897 0.154655 0.21049 -0.014839 -0.352059 -0.831074 0.041695 -0.045953 0.138395 0.087306 0.064269 0.205328 0.028822 0.236498 0.27454 0.032326 0.145746 -0.308285 -0.081686 0.420546 0.044498 0.01197 -0.067693 0.017774 -0.166624 0.155164 -0.107536 0.375794 -0.028033 0.199264 0.281344 -0.009592 0.10719 -0.10152 0.200418 0.40266 -0.162372 -0.042142 0.230965 -0.517432 0.220203 -0.354653 0.172267 -0.039368 0.005061 0.24027 -0.229246 -0.072657 -0.212521 -0.007557 0.016112 -0.168616 -0.121936 0.087813 -0.072211 -0.157802 -0.084143 0.393028 0.415273 -0.04594 0.020597 0.132064 -0.305912 0.071054 0.249899 1.084193 -0.151289 0.258381 0.180582 -0.034245 0.21442 -0.04311 -0.120138 0.036754 -0.401191 -0.53449 -0.193143 -0.235135 -0.518448 0.230383 0.045706 0.395956 -0.11153 0.022588 0.325607 0.27095 -0.161521 -0.04652 -0.230463 -0.326095 -0.234995 -0.062258 0.156577 -0.052525 0.034358 -0.289798 0.445035 0.242703 0.457026 0.169145 0.206714 0.025888 -0.281914 0.247564 -0.542592 -0.283374 -0.178815 -0.332176 -0.360709 0.389118 -0.026364 0.163653 -0.226239 -0.121073 -0.170875 -0.071341 0.190262 -0.302831 0.16564 -0.273643 -0.302557 0.310582 0.074645 -0.058069 -0.271566 0.174148 -0.037683 0.558567 -0.036977 -0.070513 -0.292766 0.114784 -0.226581 0.178733 0.136726 0.081149 0.045223 -0.066382 -0.021433 0.071921 0.186204 0.196253 0.117741 -0.276586 -0.263772 0.085391 -0.377458 0.146352 -0.010259 -0.116753 0.119814 0.100176 0.296665 -0.359321 -0.027509 0.108561 0.286946 0.154246 0.045405 -0.109273 0.321008 0.373758 0.038428 -0.029019 -0.016571 -0.107057 0.019604 -0.010218 -0.09493 -0.191024 0.24811 0.072773 -0.150258 0.147949 0.395027 -0.077368 0.066446 0.205513 0.235137 0.117922 0.152641 -0.186453 0.02615 -0.112344 0.098049 0.129326 -0.366163 0.163664 0.354977 0.010052 0.078586 0.16149 -0.140192 -1.69529 0.239798 -0.121505 -0.010746 -0.061049 -0.098531 0.174471 -0.251293 -0.113455 -0.124855 0.450087 0.078161 -0.16655 0.126944 0.098879 0.055975 0.100538 0.165639 0.128535 -0.017788 0.086348 -0.015175 0.029519 0.04902 0.053262 -0.096376 -0.172118 0.190494 0.128165 -0.405494 -0.382825 0.123697 -0.737751 -0.056638 0.076733 0.231867 -0.026546 -0.129372 -0.375666 -0.291897 0.072938 -0.613778 0.007896 0.023524 0.115846 0.064065 0.138974 -0.246545 -0.34068 -0.178373 -0.072255 -0.066908 0.1028 -0.092018 0.02339 -0.037173 0.019974 0.196921 -0.007422 -0.042049 -0.183754 0.025964 -0.279534 -0.294341 -0.146525 0.199654 0.014067 0.213486 0.11968 0.347899 0.234555 -0.05433 0.313327 0.208841 0.223295 -1.174803 0.035956 0.191017 -0.246958 0.067523 -0.285801 0.361038 -0.009686 -0.286451 -0.309109 0.107855 0.208124 -0.104933 0.225337 -0.261835 0.352097 -0.215336 0.369733 0.276912 0.36022 0.189664 -0.111889 0.126001 0.241806 0.033262 -0.062493 -0.258158 -0.162563 0.163078 -0.186007 -0.101743 0.193228 0.023513 -0.111084 -0.084412 0.007716 0.336777 0.14024 1.035806 0.156898 -0.019309 -0.122128 0.224822 -0.044299 0.195681 0.069941 -0.307918 0.001175 0.070688 0.444672 0.268755 -0.277527 -0.003039 -0.252722 0.073243 0.3606 -0.036227 -0.067874 0.495054 0.099279 -0.240993 0.173469 0.067442 -0.180757 -0.035319 0.077303 -0.290429 -0.008574 -0.051077 0.109698 -0.162565 -0.376277 -0.307238 0.13823 0.280673 0.158297 -0.012543 0.267608 -0.18437 0.346747 -0.267384 0.242447 -0.043151 -0.295122 -0.287458 0.011759 -0.016 -0.104051 0.180902 -0.072182 0.176884 0.05761 -0.220976 -0.278162 -0.009752 0.208015 2.379753 -0.221612 -0.193541 0.248435 -0.019997 -0.129958 -0.003942 -0.094658 0.034421 -0.276142 -0.064226 0.08874 0.035806 0.292512 -0.34598 -0.165586 -0.139685 -0.039258 0.079627 0.076647 -0.106498 -0.046908 -0.286922 -0.039926 -0.068931 -0.164402 -0.105281 0.159144 -0.225133 0.070019 -0.039236 -0.223334 0.178051 0.433795 0.41164 0.158463 0.012452 0.097862 0.312099 -0.106267 -0.521967 0.285988 -0.062978 0.138594 -0.015426 0.051033 -0.084426 -0.121561 0.382766 0.146091 -0.142543 -0.200422 0.093333 0.03855 0.103967 -0.154267 0.165394 0.009896 0.22198 0.035349 -0.615497 -0.521429 -0.040586 0.413091 0.075706 0.092367 -0.160726 0.157374 -0.133091 0.083076 0.127644 0.202348 0.328469 -0.143526 0.118098 -0.385295 -0.266245 -0.072598 0.169515 -0.228551 0.369798 -0.063477 -0.112324 -0.214615 -0.005484 -0.039293 -0.178159 0.26184 0.188729 0.12585 0.127795 -0.085835 -0.126222 -0.090279 -0.12601 -0.266241 0.09312 -0.146582 -0.106099 0.938062 -0.167896 -0.01714 0.424848 -0.26601 -0.068064 0.273396 -0.123877 -0.487425 -0.064091 0.274098 -0.108779 -0.153105 0.378812 0.023079 -0.11253 0.44044 -0.287269 -0.074636 -0.060851 0.053873 -0.527907 0.094936 -0.043769 0.159228 -0.151327 -0.267608 0.172638 -0.021454 0.446514 -0.534034 -0.047853 0.203841 0.227921 -0.075181 -0.233909 0.046651 -0.193221 -0.008227 -0.432727 -0.1668 -0.822561 -0.473183 -0.10174 -0.122227 -0.007903 0.131716 0.128648 0.239678 -0.181661 0.212775 0.36629 0.000775 -0.106576 -0.761349 -0.14623 -0.004329 -0.062388 0.086028 -0.136981 -0.073079 0.216654 0.217877 -0.096008 0.128736 0.163327 -0.514273 0.035265 0.144043 0.362503 0.079683 -0.142461 0.224906 0.009688 0.285579 0.023554 0.195899 -0.010169 0.22061 0.316559 -0.336519 0.132595 -0.296883 0.202586 0.305036 -0.224123 0.235545 0.055473 -0.509352 0.517014 -0.184334 0.509312 -0.01378 -0.067683 0.298216 0.119489 -0.267721 -0.037624 -0.023421 -0.174941 0.009431 -0.085871 0.041179 -0.153381 -0.168836 -0.067068 0.59375 0.457051 -0.065878 -0.077017 -0.085784 -0.193933 -0.003159 0.013493 0.741972 -0.006822 0.198852 0.198504 0.149271 0.009057 -0.080992 0.04065 -0.045169 -0.221045 -0.405663 -0.263126 0.083285 -0.667809 0.340727 -0.193083 -0.00212 -0.103287 0.02487 0.095016 0.16473 -0.025481 -0.38165 -0.175955 -0.464572 -0.028227 -0.031808 -0.076099 -0.116773 -0.118866 -0.362469 0.302673 0.160457 0.380633 -0.091289 0.205388 -0.049461 -0.177252 0.212859 -0.184075 -0.364544 -0.406524 -0.088958 -0.347523 0.10514 0.388097 0.209695 -0.275978 -0.145684 0.209952 -0.24809 -0.216036 -0.124828 0.226046 -0.186564 -0.319145 0.094151 0.287745 -0.008812 -0.310688 -0.146702 -0.013805 0.298702 -0.079836 -0.005119 -0.122036 0.178201 -0.152792 0.208114 0.24731 0.217884 -0.094159 0.026336 -0.156282 0.0694 0.113649 0.084491 0.167898 -0.256241 -0.252543 0.22737 -0.834976 0.173936 -0.10772 -0.0817 0.116139 0.304704 0.306532 -0.071672 -0.190669 0.131153 0.008803 -0.043812 0.325792 -0.126271 0.096284 0.288836 0.262669 -0.270374 0.207121 -0.099 0.002963 0.134482 -0.285203 -0.095468 0.293182 0.08444 0.005482 0.186618 0.323022 -0.122207 -0.356111 0.314378 -0.088755 0.070224 0.317167 -0.014438 0.150145 0.007077 0.074948 0.136224 -0.344207 0.126899 0.507346 0.110678 0.364733 -0.045055 0.012023 -0.825426 0.404883 0.070297 0.210913 -0.182963 0.093131 0.313914 -0.319321 -0.126678 0.115226 0.273024 0.130537 0.039025 -0.068186 0.236199 0.020316 0.001823 0.062339 0.23977 -0.128079 0.289283 0.015088 0.434091 -0.03068 -0.032528 0.243672 -0.26313 0.198276 0.217953 -0.07831 -0.20517 -0.035787 -0.68648 0.131366 0.057388 0.184835 -0.099899 -0.14166 -0.027633 -0.396354 0.036053 -0.433171 0.143003 -0.024585 0.004216 0.062769 0.125019 -0.044448 -0.288448 -0.241843 -0.153922 0.164453 -0.022757 0.040412 0.025154 0.001159 0.15363 0.384428 -0.154777 0.159742 0.199328 0.105069 -0.23789 -0.593405 -0.420735 0.022449 -0.108098 0.020062 0.414373 0.036557 -0.022657 -0.149975 0.287278 0.137679 -0.084576 -1.957186 0.039465 0.2867 -0.157982 -0.108272 -0.2143 0.107573 -0.032254 -0.311907 -0.267348 -0.030275 -0.167624 0.00899 0.071149 -0.265148 0.334859 -0.124912 0.301023 0.17189 0.148429 0.13304 -0.318059 -0.087426 1.657259 0.152367 -0.078721 0.092708 -0.226565 -0.183236 -0.156252 -0.285811 0.282682 -0.020832 -0.322394 0.004755 0.275727 0.052556 0.25659 1.333782 -0.033731 -0.174603 -0.199355 0.14686 0.19973 0.254164 -0.128893 -0.259004 0.017327 0.100444 0.266689 0.027991 -0.488843 -0.128275 -0.091177 -0.034612 0.260302 0.021573 -0.060162 0.186401 -0.075167 -0.404188 0.117056 -0.025559 0.016829 0.230513 -0.013216 -0.347935 -0.054894 0.21715 0.120852 -0.334006 -0.193321 -0.058174 0.200613 0.139305 0.167814 0.246176 0.033319 0.031446 0.199717 -0.134212 0.339954 -0.011147 -0.223997 -0.179255 -0.060061 0.001371 0.069133 0.00252 -0.181056 0.250147 -0.140163 -0.095953 -0.112775 0.216868 0.056311 1.718254 -0.292342 -0.151671 0.102503 -0.068549\n4 -0.10314 -0.225136 0.026425 -0.247871 0.480366 1.041845 0.021568 -0.024899 -0.039612 -0.305499 0.406644 -0.285515 -0.012737 -0.293191 -0.203645 -0.227998 0.169796 -0.097976 -0.437962 -0.208367 -0.074388 0.180562 0.013949 0.241062 -0.348162 -0.132434 -0.037636 -0.429983 -0.40523 0.143361 0.146961 0.256981 0.524618 0.676496 -0.187761 0.343468 -0.195451 -0.031534 0.632745 0.06817 0.068948 -0.064314 0.073161 0.343917 -0.041192 -0.223046 0.287778 -0.110117 -0.106772 0.22725 -0.329093 0.483806 0.044155 1.030223 0.26765 -0.712421 -0.248138 0.05969 0.98176 0.315153 0.43575 0.15892 0.173146 0.267486 -0.037819 0.63839 0.076486 0.350368 -0.250822 0.063389 0.133394 0.0849 -0.191707 -0.246321 -0.219229 0.425734 -0.356407 0.421924 -0.385955 -0.211845 0.200601 0.321079 0.430072 -0.2282 -0.441665 0.575475 -0.075817 -0.400141 -0.009026 -0.251252 0.372973 0.023356 0.412636 0.412315 0.054363 -0.445134 0.136164 0.035329 -0.870656 0.087315 0.175242 -0.483415 0.014304 0.198634 0.755582 0.056881 -0.789187 0.383251 0.240694 -0.118422 0.240589 -0.108535 0.300612 -0.095454 0.113316 -0.621094 0.315056 0.207108 0.290203 0.134096 -0.341113 0.302288 -0.235625 0.12695 0.269963 -0.708004 -0.07044 -0.19364 0.337137 -0.327673 -0.577254 -0.063806 -0.143483 0.087254 -0.239201 -0.140565 -0.624087 0.332568 0.090444 -0.637222 0.104127 -0.142271 0.524592 0.405969 0.051957 0.495839 -0.222667 0.620284 -1.006698 0.284145 0.186671 -0.003949 -0.107626 -0.038233 0.17658 0.408625 0.663291 0.003437 0.120076 0.176406 0.194671 -0.334135 0.4225 -0.150171 0.041625 -0.189094 0.356796 -0.669031 0.018694 -0.113899 0.526488 -0.012927 -0.729395 -0.74025 -0.627698 0.492498 -0.000577 0.208952 0.452057 -0.593622 0.123877 -0.247062 -0.603885 0.204033 -0.344227 0.138403 -0.347592 -0.453054 0.307466 -0.087062 -0.482251 -0.275511 0.205968 0.091611 -0.100874 -0.208445 0.042351 0.01217 0.193145 -0.656507 0.343515 -0.990292 -0.139066 0.085502 -0.454218 0.047434 0.199551 0.116113 0.614695 0.33754 0.106858 0.076792 -0.130017 0.136705 0.85052 0.457957 -0.21643 -0.293246 -0.788671 -0.08345 -0.485679 -0.48658 0.122771 -0.474613 -0.287263 0.004922 -0.700737 0.02188 0.136811 -0.645536 0.364757 0.101131 -0.149227 0.196471 0.365428 0.307864 0.054007 0.453317 -0.571895 -0.417026 0.634131 -0.365665 -0.327867 0.388804 -0.53521 0.671461 0.78464 -0.111207 -0.430899 0.26014 0.057367 -0.25231 0.6675 -0.765803 -0.513107 -0.209364 0.354361 0.205078 -0.674242 -0.323962 0.166095 0.239561 -0.270385 -0.103498 0.577279 0.58516 -0.480863 0.038932 0.161843 0.239241 0.84141 0.219615 -0.12444 -0.310831 0.207123 -0.543008 -0.177461 -0.058219 -0.222697 0.462454 -0.2703 0.603463 0.41401 0.168489 0.25891 0.140475 0.109897 -0.29873 -0.340338 -0.688379 0.040897 0.122658 0.126306 -0.079625 0.972465 0.512794 0.102841 -0.474625 0.430434 0.494122 -0.124038 0.103479 0.925513 0.245709 -0.012227 0.406125 0.152114 0.350266 -0.216876 0.013969 0.186568 0.357134 -0.305573 0.653176 0.026177 0.394388 0.149555 0.149993 0.165496 -0.239093 0.176242 0.288315 -0.268437 -0.156302 -0.120114 -0.535129 -0.047987 0.302363 -0.349046 0.487773 -0.11022 -0.49866 0.186568 0.297666 -0.186837 0.336627 -0.767633 0.05833 0.327775 0.726346 -0.27395 -0.419442 0.224168 0.250662 -0.655655 0.331005 0.495168 0.393186 -0.142674 0.254018 -0.213159 -0.083603 -0.703879 0.044937 0.074843 0.329823 -0.02852 -0.597719 0.084399 -0.241214 0.013835 -0.161694 -0.011491 0.1924 -0.286113 0.196514 -0.019022 -0.062663 -0.856783 0.299958 -0.077884 -0.749117 -0.976885 -0.458982 -0.377729 0.107761 0.004988 -0.489232 0.530883 -0.256555 0.150154 0.644883 -0.424468 -0.229615 -0.121893 -0.031727 -0.223044 -0.352946 0.307223 -0.421579 -0.54351 -0.211741 0.039017 0.161888 -0.524174 -0.266952 -0.275237 -0.312664 -0.559791 -0.151647 0.572563 -0.113035 -0.552601 0.34802 -0.691142 0.091662 0.202583 -0.41589 -0.296586 0.033893 0.136113 -0.756913 -0.472714 0.363225 -0.489055 -0.76627 -0.600101 0.026633 0.263239 -0.578705 -0.043685 0.223917 0.396493 -0.6416 0.309483 -0.135091 -0.148256 -0.557397 -0.241576 0.287822 0.16084 0.073088 0.297856 0.150445 0.449938 -0.44716 -0.137909 0.579007 0.089128 -0.033148 0.092072 -0.435102 0.398033 0.24461 0.13947 0.056886 0.022203 0.082693 -0.062396 0.754277 0.644117 -0.053845 0.291177 0.381424 -0.188467 0.471942 -0.216602 0.148906 0.087053 -0.378789 -0.493029 0.032706 -0.171591 0.209449 0.128794 -0.31774 -0.19155 0.085565 1.041484 0.315812 -0.729342 -0.289123 0.040778 -0.157476 0.38835 0.431248 0.311105 -0.530131 0.194852 -0.289218 0.084764 -0.110843 -0.835019 -0.544053 0.339219 0.183638 0.695855 0.359225 0.147881 -0.309695 0.232442 -0.214214 -0.54611 -0.256534 -0.074383 0.114247 -0.357331 -1.032068 -0.476386 0.43067 0.12815 0.07194 0.0781 -0.214114 0.12294 -0.441244 -0.073647 2.097781 0.096817 0.470047 0.508065 0.143448 -0.838692 0.089972 0.264037 -0.49874 0.290401 0.724709 0.382171 0.168993 -0.26443 -0.27629 0.230189 -0.882371 0.121247 -0.235375 0.447281 0.300423 0.455393 -0.092851 -0.564912 0.109864 0.431262 -0.481017 0.542504 -0.359323 0.111862 -0.26087 -0.115075 -0.053831 -0.388714 0.565865 0.511496 0.740394 0.281762 0.430772 -0.613389 0.304893 -0.313494 -0.102931 -0.101668 0.426732 0.116455 -0.794618 0.269739 0.200663 0.022131 0.023354 0.067334 -0.321896 0.134759 -0.270394 -0.104095 0.296373 0.151731 0.240983 0.108481 -0.572146 0.315206 0.099013 0.51863 0.304609 0.364611 0.210639 -0.134775 -0.30531 -0.487362 -0.197261 0.103909 0.557181 -0.314375 0.186264 -0.237153 -0.0999 0.533375 0.183387 -0.297188 0.533236 -0.49919 0.46408 -0.278803 -0.662385 0.141562 0.040484 0.03623 -0.140518 -0.277935 -0.020903 0.258519 -1.02404 -0.283462 -0.406324 0.059055 -0.040565 0.256428 0.926208 0.004214 0.35899 -0.022831 -0.08362 -0.75971 -0.221333 -0.078158 -0.076489 0.53667 -0.094022 0.699296 0.28677 -0.735357 0.691007 0.283701 0.03521 0.393139 0.271736 0.319248 -0.14452 0.152364 -0.293331 -0.135505 0.214624 0.162696 0.119124 0.095384 -0.339256 0.060127 0.219075 -0.266026 -0.109737 0.20316 0.009222 0.070507 -0.35587 -0.656225 0.019981 -0.059882 -0.021789 0.383363 -0.284878 -0.004042 -0.038788 0.017314 -0.22234 0.188082 0.972383 0.7522 0.363215 0.050444 0.939973 -0.562131 0.145609 -0.907946 0.633093 -0.0176 0.689086 -0.239568 -0.338081 0.305901 0.084883 0.832172 0.327184 0.510873 0.205122 0.599326 0.406363 -0.089423 -0.380526 0.411429 0.518473 -0.487994 -0.032321 -0.188112 0.034733 0.177198 -0.186617 -0.836503 -0.446957 -0.267837 0.143053 0.439868 0.222697 0.343024 -0.489762 0.005972 -0.702298 -0.630518 0.721986 0.191261 -0.246486 -0.557297 0.110792 0.053853 -0.011735 0.137854 0.078163 0.472746 -0.077835 -0.154524 -0.139879 -0.537439 0.534709 0.158765 -0.10644 -0.433767 -0.180635 -0.194819 0.329332 -0.62986 0.617622 -0.129239 0.237562 0.265561 0.112742 -0.331327 0.052971 0.058598 0.537101 -0.10856 -0.222714 -0.497205 -0.323921 -0.881178 0.200497 -0.287101 -0.670621 -0.30615 0.605609 0.265749 -0.304715 -0.70491 -0.228463 -0.057898 0.135503 0.200567 0.092597 -0.514749 -0.135317 0.636714 -0.053684 0.171962 0.331595 -0.272804 0.030577 0.223499 -0.145085 -0.030904 0.181334 -0.074235 0.28647 0.160125 -0.048944 -0.252594 -0.664608 0.203319 -0.387397 -0.352751 -0.293317 -1.083045 -0.369862 -0.107837 -0.418882 -0.42655 -0.679895 0.5459 -0.425728 -0.896145 0.248086 0.296204 0.575485 0.210696 -0.085553 0.409895 -0.177706 0.500627 0.307089 0.245763 -0.866469 0.413657 -0.23348 -0.030222 -0.18094 -0.439475 0.172781 -0.357598 0.618105 0.119063 0.088757 0.658169 0.264797 -0.522267 -0.238779 -0.213817 -0.195195 0.277878 0.321367 0.451553 -0.225847 -0.490174 -0.103068 0.332306 0.067443 0.02216 0.503369 -0.282751 0.518625 0.62977 -0.288942 0.079108 0.701584 -0.488246 0.579742 -0.520336 0.116977 0.330472 0.517223 -0.102868 0.74428 0.689592 0.24197 0.390872 -0.046602 -0.196653 0.029878 -0.058906 0.311134 -0.353257 -0.276312 0.298976 -0.402724 -0.098891 -0.143411 -0.989438 0.599591 -0.498922 0.482414 0.456834 -0.424855 0.166794 -0.558473 -0.812699 0.40769 -0.068687 0.309684 -0.264782 -0.342816 0.260483 0.461148 -0.239313 0.231115 0.049514 0.713784 -0.544035 -0.053619 -0.46844 0.306519 -0.302543 0.396006 0.135821 0.500666 0.175172 -0.197104 0.059394 0.454001 -0.660064 -0.207009 -0.170948 -0.068312 -0.295394 0.396812 0.223978 0.183571 -0.559599 0.682999 -0.290212 -0.676463 -0.913063 -0.254431 0.506032 0.013704 0.305693 0.048008 0.765197 0.20424 0.171105 1.203574 -0.72015 -0.15884 -0.082005 0.195167 0.730744 -0.036971 0.301184 -0.545294 0.105441 -0.527798 0.28719 0.07217 0.066886 0.114982 -0.320351 -0.982009 -0.623117 -0.492266 -0.145949 0.535751 -0.787579 -0.051395 0.071121 0.609426 -0.328139 -0.284278 0.047983 0.101734 0.509319 -1.720448 -0.322156 0.059819 -0.39433 -0.224285 -0.135159 -0.010095 0.470767 -0.262328 -0.023713 0.308889 0.386125 -0.118894 0.40981 0.070495 -0.057429 -0.012651 -0.33991 -0.342469 -0.111698 -0.202511 -0.184064 -0.552994 0.774792 -0.735011 -0.416061 -0.137386 -0.043149 0.403314 -0.266301 -0.366047 0.106598 0.246599 -0.218762 -0.333012 0.461577 0.056388 0.129992 0.949215 0.142177 -0.258684 0.217359 -0.098963 -0.501231 0.569636 -0.262768 0.028316 -0.981397 0.553597 -0.380569 -0.007974 -0.373313 -0.283658 -0.108362 0.327251 -0.656576 -0.307969 0.937457 0.035828 -0.524451 -0.045411 -0.119074 -0.42739 0.105613 0.573788 0.106242 -0.275329 0.401305 0.109573 0.390813 -0.221561 -0.437498 0.131764 0.080135 -0.050765 0.748108 0.048256 0.002427 -0.238837 0.185468 0.185453 -0.646045 -0.146978 -0.392372 0.18555 -0.27976 -1.093053 -0.27569 0.36462 0.244847 0.386081 0.06836 -0.307051 -0.142951 -0.441279 -0.340216 1.818078 0.161482 -0.226465 0.789981 0.11331\n² 0.09633 0.466305 0.30805 0.5194 0.174785 0.438555 -0.09941 0.616325 0.213835 0.480005 -0.443025 -0.311555 -0.20584 0.317355 -0.736135 -0.174345 -0.018115 -0.6369 0.05245 -0.086115 -0.018395 -1.553875 0.110825 0.10715 -0.49846 0.03875 0.074715 1.06415 0.062815 -0.20162 -0.39059 -0.572975 0.02926 0.09848 -0.14471 0.790945 -0.326715 0.842545 0.206395 -0.645295 -0.184735 0.057565 -0.113355 0.172225 0.370615 0.04433 0.001235 0.38032 -0.120895 -0.858475 -0.461155 0.51951 -0.00147 0.333505 0.08109 0.93753 -0.008095 0.823555 0.35878 0.81795 0.96105 1.13009 -0.186985 0.287745 0.813715 1.23104 0.14747 -0.575885 -0.280845 -0.12354 0.137345 -0.37602 -0.16751 0.296365 1.04588 1.080065 -0.393405 0.974865 -0.15596 -0.97621 -0.175615 0.82363 -0.313585 -0.643795 -0.224245 0.63705 -1.387645 -0.195035 -0.204425 0.131675 -0.15171 -0.146545 -0.29608 0.92052 -0.30156 -0.09978 -0.22906 -0.01239 -0.224625 0.330235 -0.032925 -0.641345 -0.157235 -0.370835 0.46499 0.44783 -0.8159 0.98384 0.04375 0.325545 0.68394 0.29401 -0.56445 1.012915 -1.315165 -0.496095 -0.875715 0.611255 0.09201 1.012245 -0.16615 0.09282 -0.70825 0.544015 -0.549315 -0.27362 -0.48136 0.798935 0.22065 -0.438545 0.61467 1.19757 -0.11663 -1.140625 0.352035 -0.68059 0.138745 0.045675 0.30456 -0.113005 -0.548765 0.049425 0.763275 -1.563775 -0.550805 -0.01907 -1.04287 0.577265 -1.3199 -0.204125 0.79992 -0.351635 -0.362855 0.0293 0.28896 0.21215 0.241795 -0.29214 0.46239 0.273835 -0.3501 -0.133205 -0.6327 -0.67665 -0.47173 0.049745 0.20985 0.429395 -0.114235 -0.17963 0.375855 -0.174405 -1.088135 -0.819165 0.60826 -0.31731 0.063335 -0.164615 1.16935 -0.228785 -0.44443 -0.58469 -0.439055 1.0963 -1.220495 0.122135 0.111545 0.582445 0.38167 0.61561 -0.454915 -1.052875 0.05524 -0.22989 0.16509 0.547215 -0.718 0.095365 0.048855 -0.22735 0.15431 -0.9559 -0.08137 0.62347 -0.530405 0.869935 0.11706 -0.995065 0.57682 -0.73635 0.083975 0.789685 0.5184 -0.47916 0.84482 0.138385 0.59373 0.424355 -0.238435 -0.47115 -0.634435 -1.058465 0.013755 0.79587 0.22648 -0.19014 -0.20994 0.64127 0.7403 -0.054335 -0.05347 -0.22547 -0.599455 0.107645 -0.106725 0.39528 -0.82904 0.18108 -0.16825 0.059625 0.37275 0.20827 -0.11331 0.168625 0.05396 0.1981 1.28029 -0.416785 -0.11786 -0.19659 -0.35068 -0.419645 0.32587 -0.13113 -0.654695 0.04915 0.15925 -0.24463 -0.547835 0.527285 0.090055 0.72265 -0.553215 0.52021 0.215685 -0.10992 0.210525 -0.599535 0.24881 0.43158 0.472655 0.543655 -0.23367 -0.837485 0.274985 -0.276055 -0.34254 -0.14857 0.46847 1.64687 -0.7521 0.127915 0.318685 0.39531 -0.083465 -0.140295 -0.440985 -0.31837 -0.272115 -0.43654 -0.028585 0.16678 -0.306105 1.08258 -0.426485 1.13825 0.327725 -0.00779 1.47256 0.22955 0.08195 -0.71555 1.674815 -0.418855 -0.36025 -0.21129 -0.57198 0.48825 -0.96593 0.3135 -0.349595 -0.42093 -0.516065 -0.353595 -0.445655 -0.035305 0.727225 -0.40358 0.048045 -0.19701 -0.289225 0.371165 0.276565 0.2247 -1.001435 -0.151275 -0.1835 0.00032 0.59972 1.209325 -0.26636 -0.29663 -1.137455 0.81804 -0.915135 -0.181915 -0.8563 -0.810695 0.274835 0.521745 0.0465 0.09885 0.41218 -0.580095 -0.5996 -0.113825 0.95103 -0.17921 -0.02024 -0.154055 0.291955 -0.17863 -0.28636 -0.014875 -0.207615 -0.986355 0.667065 0.32692 -0.094525 0.863295 -0.13556 -0.382905 0.033705 -0.000145 -0.013295 -0.211165 0.76699 0.93186 -0.91102 0.002545 0.156335 -0.315435 -0.502045 -0.84128 0.252995 -0.045705 -0.12034 -0.98992 0.660355 -0.141775 1.20257 -0.408625 -0.43111 -0.91235 -0.05948 0.23785 0.05766 -0.6241 0.197 -0.67621 -0.641665 -0.469515 0.159755 0.00466 -0.827035 0.07683 -0.81401 -0.144805 -0.935955 -0.68305 -0.142555 -0.58492 0.472775 1.29475 -0.51843 0.09096 0.63856 0.4003 -0.09513 0.02041 0.502875 -2.336205 0.44558 0.12258 0.10401 -0.245575 -0.22115 0.133195 -0.105525 0.454 0.114525 0.68818 -0.59229 -0.595455 1.103305 -0.53725 0.61633 0.371685 0.572175 0.179475 0.264865 0.794755 -0.373595 0.29183 0.5633 -0.106125 0.062935 0.620065 0.78759 0.982215 -0.36801 0.235305 0.428 -0.303905 -0.348375 1.184885 -0.157215 0.5418 0.748995 0.45279 -0.406045 -1.41257 -0.18728 -0.015335 0.656265 0.95009 -0.566 -0.867335 -0.299205 -0.626745 -0.992355 -0.338425 -0.200395 -0.424165 0.39565 -0.66689 0.010405 0.278425 0.3042 -0.37273 0.28395 0.17421 -0.263565 0.41273 0.329715 -0.102525 -0.172305 -0.348325 0.32636 -0.191875 0.04514 0.118045 -1.010275 -0.64942 -0.098915 0.37393 -0.06279 0.134615 0.09447 -0.015315 0.426615 -1.19338 0.156595 -0.53444 0.66783 0.30715 0.66804 -0.73648 -0.28764 -0.369715 0.556865 0.60495 -0.033545 -0.749545 0.081325 -0.19728 0.503255 2.16235 1.167475 0.42573 -0.503035 0.43504 -0.5496 0.312115 -0.034755 1.087105 -0.45968 0.322965 0.00968 0.21193 0.19697 -0.22437 0.37045 0.382165 -0.62872 -0.554895 -0.42159 -0.319525 0.203195 0.874635 -0.710215 0.538285 0.562325 -1.169615 -0.6253 0.721725 0.484785 0.159795 -1.08137 1.10479 -0.056125 0.725025 -0.349495 -0.072385 -0.07617 -0.73682 -0.26326 1.133675 -0.371335 0.36501 -0.058505 -0.43816 -0.92022 -0.43338 0.06738 0.6143 -0.09337 0.730805 0.53545 0.85023 0.56753 -1.491875 0.50468 0.51321 0.543065 -0.7348 -0.44662 -0.049455 -0.79004 -0.17023 1.016615 -0.023925 0.98371 0.72977 0.47084 -0.49699 0.038295 0.549855 -0.24718 0.537175 0.22309 -0.494395 -0.28887 -0.8194 1.691635 0.4342 -0.785025 1.074165 -0.067575 1.44369 -0.03586 -1.52698 -0.14483 0.19428 0.70705 0.46383 0.29776 0.723225 -0.518885 -1.54056 0.841295 -0.551305 -0.476735 0.164375 0.195735 0.68166 -0.48915 1.18035 0.29251 0.285005 -0.445515 0.46078 -0.774635 -1.425865 -0.16598 0.092665 -0.287935 1.025905 -1.080315 0.09414 0.460615 1.505985 0.513915 1.205475 -0.49204 0.324405 0.05222 -0.85756 -0.088815 -0.10132 0.55693 1.316495 0.559305 -0.952215 -0.318105 -0.37863 -1.21981 -0.533605 0.788065 0.122195 1.5179 -0.29716 -0.547855 0.556175 0.216385 -0.578 -0.102035 0.184975 -0.6854 0.85129 0.392415 0.54867 -0.8552 0.59518 0.55008 -0.958795 0.61109 -0.03364 -0.37629 0.203185 -0.688695 -0.221235 0.38268 -0.520815 0.003715 -0.20946 0.265925 0.345755 1.61861 -0.28611 1.42463 -0.134015 0.62356 2.11397 -0.86042 0.599325 0.299765 -0.17594 0.776215 0.361305 -0.40012 -1.018485 0.54137 -1.35919 -0.976685 -0.32195 0.33592 -0.091185 -0.359245 0.314035 0.61305 0.498325 0.074065 -1.745485 -0.64929 -0.14199 -0.467295 -0.16546 0.275345 -0.285125 -0.203525 0.128545 0.54206 -0.21707 0.626495 0.602365 0.626085 1.05493 0.384365 0.28728 -0.90874 -0.44872 -0.62503 0.686635 0.547155 0.072635 -0.680685 0.87741 0.300825 0.20762 0.09018 -0.16913 0.35657 0.24773 0.328335 -0.21073 -0.501 -0.58768 -0.408025 -0.011355 0.71111 0.323565 -0.98372 0.015935 -0.773045 0.716715 -0.03623 -0.50087 -0.34936 0.89815 1.01903 1.055585 -0.37297 -0.50286 -0.54143 -1.311105 -0.24268 1.07426 -0.35377 0.139595 -0.37938 -0.18332 -0.17671 0.35434 0.311295 -0.00245 1.018 0.03933 0.263985 0.80256 0.02626 -0.23785 -1.32679 0.28461 0.599455 -0.22848 0.61096 0.571095 -1.082195 -0.63671 0.040645 -0.815435 0.45333 0.42138 0.086335 -0.00514 0.350475 -0.52495 -0.359385 0.445485 0.41618 0.885895 0.67256 0.90019 0.333215 -0.910295 0.189195 0.06244 0.057615 -0.57058 0.53822 1.421465 -0.33963 -0.254875 -0.50533 0.77309 -0.336955 0.65006 0.22412 -0.170865 -0.117765 -0.878115 -0.520065 0.570785 -0.121995 0.013645 -1.67593 -0.49207 0.77543 0.2507 0.56439 -0.1962 0.326245 0.10855 0.6225 -0.14294 -0.55189 0.248035 -0.40718 0.37314 0.32456 -0.11358 0.425655 -0.30819 -0.34029 1.311845 -1.018615 0.04952 0.390765 -0.93296 0.244855 0.03625 -0.24413 0.80736 0.642405 0.40261 0.344895 0.15067 0.787105 -0.597265 0.27738 0.542785 0.516555 0.33701 0.45218 -0.0552 -1.328895 -0.63511 0.81544 0.24462 -0.27945 -0.3158 -0.93815 -0.333815 -0.57598 0.392515 -0.896515 0.23773 0.507915 0.49062 -0.496235 0.43695 0.215335 0.07789 0.881965 0.174175 0.50924 -0.41396 1.599375 -0.49566 -0.93978 -0.067885 0.61942 0.80156 -0.77042 0.10029 -0.022075 1.939275 -0.301215 0.64499 -0.24334 -1.51711 -0.18371 -0.167285 -1.04595 -0.103105 0.482265 -0.02042 -0.132565 0.47873 0.427875 -0.54612 0.21376 0.195345 -0.13952 -1.15106 0.09918 0.13388 0.290255 -0.596455 -0.33669 0.240965 -0.67545 -0.267885 1.45163 1.2637 0.03259 -0.53874 -0.678135 -0.399735 0.113685 -0.63857 -1.01652 -0.640985 -0.09769 0.3607 0.09426 0.718725 0.12556 -0.47906 -0.00717 0.896855 -0.417575 -0.634845 0.82861 0.93841 -0.48769 0.16898 -0.547055 -0.60444 -0.333205 0.54524 0.37441 -0.529475 0.134845 0.466775 0.23106 -0.01597 -0.06765 -0.4782 -0.552365 -0.10818 -0.08789 0.20632 -0.24068 -0.507845 0.367455 0.40867 -0.320875 0.879025 -0.56601 -0.112505 -0.877235 -0.01538 0.437835 -0.25928 -0.835055 0.861425 0.39298 -0.304015 0.475115 -1.254795 -0.76909 -0.18957 -0.73874 -0.047525 -0.27397 0.447815 -0.169465 -0.20378 -0.496765 -0.11698 -0.56763 0.18279 -0.25683 -1.036925 -0.70543 0.31351 0.39124 0.11229 0.25769 0.302335 0.12329 -0.25934 0.522385 -0.555695 0.51576 0.85494 0.13995 -0.16872 -0.454965 -1.15171 -0.19094 -0.51303 -0.710735 -0.075765 0.40739 0.04018 -0.349715 0.478425 0.225845 0.58245 0.372955 -0.755865 0.576355 0.258245 1.15521 -0.5182 -0.488715 -0.123465 0.889035 1.336875 1.03031 0.493755 -0.565695 -0.89145 0.265185 -0.60499 0.194625 -0.188 -0.10136 0.86402 0.035585 0.17017\nR 0.132507 0.589363 -0.107018 -0.147381 0.105423 0.08286 0.128445 -0.085316 -0.017773 0.234598 -0.03173 -0.12745 -0.434574 -0.266643 0.088439 -0.378376 0.26626 -0.36749 -0.315818 -0.118655 0.083751 -0.06674 0.401928 -0.094861 -0.290145 0.219104 -0.387787 -0.037976 0.329691 0.097133 0.382057 -0.069271 -0.058899 0.084669 -0.155276 0.236446 -0.068702 -0.499611 0.214942 -0.102773 -0.120016 0.318035 -0.005853 0.151165 0.404873 -0.73828 -0.336276 -0.399808 0.108902 0.124725 -0.017677 -0.096802 -0.026221 0.056426 0.106035 -0.244853 -0.272352 0.220527 0.418894 0.015202 0.112916 0.23885 0.067475 0.348333 0.289653 0.313432 -0.043357 0.237415 0.014458 0.018425 -0.355326 0.137672 0.436429 -0.162639 -0.208339 0.306479 -0.36496 0.235753 -0.178035 -0.043401 0.312766 0.73844 0.216762 0.355322 0.089402 0.149298 -0.024197 -0.181785 -0.518681 0.192083 -0.258485 -0.315819 -0.118497 0.147881 0.339806 -0.187097 -0.0401 -0.105034 -0.178708 0.13594 0.168183 0.038783 -0.181519 0.081771 0.427387 -0.29817 -0.494566 0.391782 -0.051675 0.092406 0.638582 -0.052674 -0.235438 0.404254 0.072288 -0.387917 0.106838 -0.24125 0.188487 0.320889 -0.344443 0.351846 0.081276 0.167576 -0.094448 -0.374544 0.114463 0.227564 -0.398851 0.210542 -0.054931 -0.552059 0.0193 0.104102 0.005365 -0.650559 0.066951 0.197137 -0.355207 -0.173945 0.036829 0.293286 0.214337 -0.139393 0.016405 0.420186 0.041933 0.405702 -0.810212 0.005111 0.028101 0.191775 -0.001698 0.022868 0.312235 0.207726 0.270714 0.167903 0.324397 0.378466 0.399424 -0.126891 0.297514 -0.044667 0.102468 -0.281007 0.0621 0.144388 -0.467573 0.180453 0.578627 -0.239232 -0.063465 0.15749 -0.567573 0.185044 -0.266574 0.258188 0.275718 -0.312737 -0.068013 0.050339 -0.467445 0.348405 -0.635682 0.05716 0.011101 0.268594 0.301222 0.044253 -0.009836 -0.141521 0.136263 0.126841 0.292448 -0.053321 0.198693 0.072954 -0.267549 -0.091737 0.273171 0.037739 0.006714 0.035627 0.175751 -0.461284 -0.04252 0.236379 0.610085 0.109152 0.19292 0.117733 0.245708 0.120578 0.031924 0.494819 -0.052076 -0.111589 -0.328644 -0.176352 -0.154841 -0.401855 0.077315 -0.292337 -0.015598 -0.159393 -0.127056 0.030832 0.185093 0.174627 -0.140521 0.111705 -0.233813 -0.289737 -0.190054 0.036309 0.141822 -0.0432 -0.091725 -0.188076 0.009222 0.316084 0.475987 0.253739 -0.005775 -0.02011 0.534841 0.001726 -0.148579 -0.052004 -0.456338 -0.185311 0.348813 -0.103707 0.232787 -0.229069 -0.221665 -0.13123 0.002317 0.031738 0.37019 -0.170129 -0.362682 -0.241989 0.15957 0.308832 0.259026 -0.246666 -0.045334 0.545995 0.708269 0.053062 -0.064746 0.249035 -0.151952 -0.218588 0.084669 0.470452 0.213403 0.006433 -0.052638 0.167293 -0.055346 0.110375 0.364071 -0.04938 0.046685 0.166914 -0.209317 -0.503742 0.128326 0.25509 0.105046 0.480665 -0.054873 0.305981 -0.153548 0.164923 -0.012926 0.009487 -0.010433 0.182164 0.030305 -0.028991 0.109786 0.444972 0.027207 0.262508 -0.136588 -0.157374 0.078648 0.059587 -0.15468 0.439331 -0.208645 0.199719 0.153942 0.312017 -0.291599 0.003121 -0.044139 0.119587 0.025513 0.355818 0.596739 0.063806 -0.310375 0.121367 -0.09839 0.035997 -0.498637 -0.050929 0.186245 -0.028672 -0.12852 -0.19054 -0.578499 0.175526 -0.091353 -0.170295 -0.039836 0.181793 -0.121408 0.242675 0.018982 0.237919 0.270313 0.29526 0.26189 0.168231 0.001879 0.409793 -0.064627 -0.01331 0.427366 -0.090082 -0.041651 0.272264 0.266375 0.038664 0.17937 0.104734 -0.050949 0.089685 -0.038263 0.002846 0.098898 0.250454 -0.75327 -0.253379 -0.023277 0.154433 -0.072418 -0.129246 -0.586946 0.109277 0.098027 -0.548133 -0.039936 -0.017236 0.685825 0.50281 -0.012501 -0.010668 -0.141138 -0.143755 -0.239611 -0.131835 -0.001466 0.194386 0.00766 -0.444699 -0.044765 0.16242 0.145024 0.003974 -0.237924 -0.316212 -0.14261 0.017406 -0.197675 0.216457 -0.116494 0.304839 0.094663 0.119427 0.131956 -0.21631 0.434009 -0.381072 0.226039 -1.090625 0.047856 0.198503 0.021718 0.159384 -0.435155 0.624805 0.438481 -0.452651 -0.039184 -0.243333 0.237757 -0.257393 0.309848 -0.170795 0.164804 -0.268736 0.335253 0.212657 0.402309 0.29841 -0.048927 0.296613 0.383762 0.170006 -0.169033 0.010927 -0.161218 -0.154029 -0.114095 0.06167 0.342201 -0.298437 -0.109279 0.24861 -0.041554 0.145354 0.263681 1.241459 0.305557 -0.236458 -0.089322 0.310618 -0.085881 0.247272 -0.119716 -0.333121 -0.340825 0.482128 0.232936 0.250996 -0.10955 0.29929 -0.149999 -0.145469 0.137263 0.013901 0.622286 -0.027056 0.055782 -0.08044 0.376758 0.014947 -0.353328 0.148217 -0.092221 -0.546534 -0.028749 -0.058773 0.404069 0.231367 -0.620363 -0.041342 0.355004 0.514459 0.351401 0.41448 0.012512 -0.135496 0.588431 -0.281308 -0.084587 0.277197 -0.104651 -0.058087 -0.270839 -0.547306 0.125682 -0.011424 -0.147323 0.204325 -0.15129 -0.160188 -0.259772 0.055889 0.103255 2.125684 -0.015415 -0.123675 0.177216 0.029652 0.051748 0.189735 -0.20232 0.148831 -0.051362 0.109823 -0.035793 0.260577 0.072074 -0.102117 -0.301092 -0.068438 -0.070511 0.192696 -0.014758 -0.268389 -0.305104 -0.026376 0.097687 -0.056203 -0.169674 0.516705 0.268898 -0.258298 0.107686 -0.035723 -0.024448 -0.233713 0.281068 0.361683 0.568238 -0.112698 0.406951 0.23668 -0.59527 -0.289599 -0.038561 -0.058545 0.203112 -0.286002 -0.069433 0.119869 0.523989 0.494389 0.538021 -0.472855 -0.032465 -0.073463 0.023172 -0.315893 -0.275649 0.175143 -0.249667 -0.082887 -0.054517 -0.818938 -0.406981 -0.191591 0.521742 0.123102 -0.038482 0.013508 0.500854 0.211436 -0.048685 0.211455 0.437615 0.011252 0.278787 -0.072589 -0.173563 -0.108038 0.561678 0.013721 -0.397524 0.69902 0.026188 0.006288 0.070734 0.000416 0.382504 -0.007837 0.617543 0.481678 0.192039 -0.26596 0.193353 -0.289974 -0.573119 0.242652 0.077724 0.27522 -0.061847 0.04816 0.242896 -0.137497 0.269495 0.196886 -0.476563 0.253441 -0.006021 0.278766 -0.167527 0.191094 0.9004 -0.199161 -0.204175 0.309521 -0.106083 -0.091413 0.174325 0.159961 -0.40018 0.149574 -0.136858 -0.245792 -0.188427 -0.025878 0.380893 0.043815 -0.166179 0.046476 0.373188 0.27485 -0.443311 -0.276499 -0.237813 0.13697 0.126526 0.113545 -0.128913 -0.111063 0.109967 -0.129654 -0.493127 -0.460156 -0.396424 0.35191 -0.278714 0.051075 0.371598 0.340164 0.675367 0.097593 -0.339759 0.612045 -0.278954 0.108661 -0.535138 -0.355273 -0.124237 0.5416 0.218415 -0.1108 -0.346708 0.386377 0.078033 0.046327 0.121362 0.231893 0.310353 -0.455707 0.104061 0.274804 0.251051 0.111205 0.175024 -0.020048 -0.337038 0.252611 0.316818 -0.259118 -0.402836 0.11765 -0.504478 0.448144 -0.344452 0.446039 0.02944 -0.583476 0.124811 -0.037284 -0.265106 0.306262 -0.096322 0.148533 -0.0387 -0.130404 0.219459 0.339622 -0.037419 0.05717 0.168767 -0.265445 0.512985 -0.222143 0.158755 0.234738 -0.161122 -0.052864 0.483811 -0.094747 0.093747 0.015687 0.196865 0.106869 -0.117591 -0.392305 0.427728 0.3907 0.11189 -0.047916 0.403486 0.433352 -0.220696 0.253961 -0.156875 -0.005068 -0.544126 -0.001009 0.503076 -0.2414 0.028394 0.025514 -0.22462 -0.337033 -0.016669 -0.136351 -0.121036 -0.189153 0.127493 0.136451 -0.508713 0.117794 0.158752 0.031938 -0.413038 -0.063618 -0.340992 -0.567475 -0.231251 0.733279 0.216355 0.348986 -0.241361 -0.221696 0.322618 0.428789 -0.414289 -0.261656 -0.447165 -0.19835 -0.092434 0.291411 0.004633 -0.137278 -0.367047 0.233664 -0.214512 -0.135488 0.084104 0.081441 -0.184739 -0.120532 0.301065 0.253032 0.009768 -0.496839 -0.050405 0.624049 0.356291 0.144386 -0.145306 0.095012 0.029422 -0.702514 0.24154 0.283242 -0.171294 -0.001458 -0.038997 0.086313 -0.222708 0.442526 0.575238 0.021145 -0.023982 0.048082 -0.046145 -0.806679 -0.215198 -0.035042 -0.447551 -0.030386 -0.101524 0.303425 0.33674 -0.127305 -0.208805 -0.2006 -0.059069 0.249229 -0.030943 0.234067 -0.124812 0.562017 -0.235714 0.289929 -0.173783 -0.012703 0.414693 0.265119 -0.175737 0.344154 0.427628 0.510701 0.376848 -0.018736 -0.273052 -0.406296 -0.271196 0.035945 -0.270057 0.541586 0.499192 -0.48265 0.010866 0.364403 -0.106846 -0.019303 -0.391572 0.365279 0.073206 0.20354 0.001198 0.293452 -0.397603 0.305017 -0.108572 0.310962 -0.253134 0.538997 -0.183079 0.00684 0.251053 0.322461 0.508123 0.433162 0.174995 -0.446042 -0.187192 0.107496 0.053725 -0.061445 0.422011 0.17592 0.630596 0.206931 0.612264 -0.342905 0.39551 0.100419 0.048359 0.255467 0.229045 0.047501 -0.070636 0.213466 -0.521403 0.274218 0.00855 -0.004782 -0.177492 -0.238913 -0.465417 -0.504663 0.239497 -0.161195 0.044017 -0.181051 0.894832 0.573982 -0.138966 0.136658 -0.565318 -0.628923 -0.157458 0.05193 -0.115564 -0.0171 0.21709 -0.150515 0.140078 0.501051 0.155781 0.317286 -0.010116 -0.370283 -0.276574 -0.217399 -0.415856 -0.183058 -0.091773 0.331859 0.191179 -0.21357 -0.18321 -0.098803 0.920258 -0.622356 -0.138782 -1.813808 -0.042025 0.355914 0.014923 0.292471 -0.82569 0.221628 0.030465 -0.491096 0.392633 -0.349119 0.281695 0.146196 0.254662 0.237233 0.38963 -0.090446 0.172943 -0.11986 0.299403 0.024212 -0.769422 -0.030632 0.808551 -0.034881 -0.452747 0.154188 -0.169895 0.072505 0.323086 -0.346523 0.420789 -0.697054 -0.254181 0.166004 0.427634 -0.162144 0.14422 1.286165 -0.10705 -0.568621 -0.200091 0.070346 0.342008 0.429409 -0.233702 -0.322966 -0.50398 0.068852 0.198196 -0.196144 -0.159241 0.146234 0.042315 -0.265406 -0.241354 -0.116368 0.633382 -0.07987 -0.424038 -0.098992 0.569006 0.018098 -0.565038 0.487783 -0.058032 -0.517499 0.194211 -0.029797 0.243278 -0.198446 -0.259938 0.148157 0.488237 0.20975 -0.222072 0.640053 0.247966 -0.297345 0.054736 -0.000154 -0.049041 0.096439 -0.120031 -0.428591 -0.189948 -0.481921 0.313889 -0.27836 -0.207353 0.353341 -0.596095 -0.064871 0.09032 0.145748 0.124195 1.95942 -0.152811 -0.238468 0.137964 -0.264942\nG 0.204736 0.582364 -0.200697 -0.028002 0.160686 -0.017885 0.033418 -0.194225 0.133886 0.060273 -0.126537 -0.157409 -0.406082 -0.150337 0.173967 -0.266983 0.186195 -0.23155 -0.140385 -0.044536 -0.033755 -0.056033 0.521764 -0.303223 -0.281197 0.252578 -0.464897 0.168882 0.405425 0.22327 0.431216 0.004809 -0.08549 0.114028 -0.275871 0.068431 -0.043661 -0.288402 0.312972 -0.083798 -0.055467 0.004256 -0.024916 0.360362 0.319843 -0.618512 -0.275808 -0.442511 0.119058 0.19687 -0.197996 -0.044452 -0.037524 0.253212 0.288982 -0.40055 -0.159477 0.283084 0.367034 0.088445 0.094953 0.029891 0.122243 0.290618 0.238639 0.329963 0.050514 0.394847 -0.104169 -0.127438 -0.276144 0.178605 0.22141 -0.161838 -0.182161 0.314479 -0.408292 0.304045 -0.304464 -0.005259 0.337075 0.613546 0.351698 0.277169 -0.169064 0.268144 0.049161 -0.067449 -0.435405 0.176992 -0.356343 -0.368757 -0.009251 0.069709 0.447753 -0.052433 -0.084654 -0.132712 -0.236418 0.084524 0.142425 0.102546 -0.28373 0.029473 0.382171 -0.248543 -0.3757 0.331522 0.080398 -0.021759 0.505743 -0.069974 -0.394674 0.416965 0.057427 -0.256789 0.109397 -0.066288 0.062305 0.2469 -0.306792 0.298046 -0.08394 0.174132 0.051605 -0.27843 0.152949 0.139735 -0.277359 0.028997 -0.101379 -0.58217 0.016937 0.045399 0.023369 -0.621435 -0.040333 0.036793 -0.30594 -0.093408 0.184437 0.335146 0.237163 -0.079951 0.111301 0.26886 0.178613 0.270891 -0.783724 -0.03616 -0.202258 0.288496 0.058928 0.160518 0.349712 0.052799 0.141166 0.113999 0.394094 0.431495 0.164771 -0.006258 0.312947 -0.007462 -0.029247 -0.118259 0.180692 0.199546 -0.381628 -0.080738 0.292436 -0.323879 -0.204456 0.020324 -0.373452 0.115868 -0.363092 0.201348 0.397389 -0.228857 -0.171124 -0.005003 -0.398982 0.378185 -0.575376 -0.062101 0.030057 0.197531 0.191579 0.022777 0.148035 -0.168199 -0.070878 0.021065 0.047559 0.030058 0.075844 0.096378 -0.171211 -0.254211 0.323213 -0.083317 -0.051881 0.121 0.14478 -0.200155 0.032009 0.124334 0.601426 0.008445 0.163883 0.123164 0.060713 0.21437 -0.114592 0.660252 -0.217454 -0.256763 -0.27854 -0.144116 -0.271625 -0.473494 -0.03135 -0.250194 -0.080039 -0.076995 0.0058 0.000862 0.214202 0.051777 0.019593 0.102883 -0.19889 -0.294866 -0.267102 -0.003593 0.197816 -0.07795 -0.208485 -0.119496 0.061122 0.257222 0.283765 0.275955 0.001283 0.24472 0.353314 -0.000441 -0.268263 -0.139152 -0.361849 -0.113901 0.236422 -0.206141 0.041371 -0.266706 -0.068734 0.002114 -0.129717 0.009355 0.258225 0.050391 -0.447687 -0.201543 0.082138 0.301047 0.085342 -0.235004 -0.082865 0.438551 0.626038 0.0428 0.027841 0.016843 -0.041374 -0.175592 0.273818 0.424668 0.345074 -0.029758 -0.198809 0.249386 -0.051039 0.05548 0.362318 -0.133629 0.076349 0.149623 -0.106925 -0.60513 0.136151 0.251444 0.100956 0.448708 -0.100223 0.228892 -0.192136 0.28953 0.034961 0.103271 -0.128905 0.265741 -0.128865 -0.005398 0.015754 0.13959 -0.098866 0.208562 -0.090623 -0.145424 0.080171 -0.033182 -0.055082 0.516137 -0.047538 0.084868 0.131759 0.289933 -0.175662 0.030241 0.044586 0.045872 0.066869 0.355726 0.503783 -0.034297 -0.117773 0.171281 -0.157143 0.03026 -0.198584 0.071689 0.034332 -0.143087 -0.066274 0.027264 -0.513537 0.183137 -0.141213 -0.048487 -0.122418 0.006262 -0.031451 0.204153 0.044792 0.246207 0.366294 0.337272 0.232319 0.155381 0.186575 0.370347 -0.328162 -0.173726 0.320636 0.029718 -0.009274 0.276309 0.218761 0.078796 0.108972 0.285215 -0.062374 0.105924 0.100274 -0.086592 0.140736 0.289042 -0.814529 -0.267868 -0.000875 0.157418 -0.309178 -0.290467 -0.504761 0.110984 0.070607 -0.662588 -0.053407 0.170419 0.360209 0.375554 0.134174 0.045784 -0.254315 -0.115096 -0.254999 0.136292 0.053478 0.060867 0.186111 -0.355129 -0.015219 0.222606 0.197586 0.009461 -0.210158 -0.22372 -0.108221 -0.179098 -0.367674 0.205681 -0.142064 0.238859 -0.03568 0.303324 0.098504 -0.053025 0.350029 -0.2599 0.179827 -1.025601 0.014407 0.13416 0.019819 0.025395 -0.416004 0.542479 0.230155 -0.289515 -0.062408 -0.080449 0.312457 -0.20321 0.14641 0.013216 0.193814 -0.303928 0.564772 0.05737 0.331432 0.239703 -0.163256 0.263329 0.333017 0.230502 -0.022198 0.042751 0.037479 -0.001968 -0.192803 -0.084091 0.282057 -0.428796 -0.06419 0.127033 -0.012813 0.292138 0.147593 1.04812 0.280613 -0.347299 -0.03062 0.428548 -0.050648 0.199761 -0.278195 -0.465809 -0.377729 0.271004 0.371951 0.22678 -0.14928 0.1249 -0.249346 -0.033697 0.124451 -0.206226 0.517169 0.206983 -0.025657 -0.235243 0.36691 -0.070364 -0.328892 0.261194 -0.152226 -0.548072 0.07495 -0.021096 0.296165 0.043409 -0.533303 -0.266232 0.309287 0.391218 0.293182 0.416213 0.039797 -0.188593 0.492656 -0.362046 0.021697 0.324992 -0.135844 0.053468 -0.124743 -0.492667 0.11699 -0.13439 0.008565 0.430529 -0.143506 -0.092164 -0.270476 0.208235 0.117027 2.119548 -0.127729 -0.193711 0.261852 -0.046567 -0.034493 0.219242 -0.259265 0.238164 0.046844 0.119697 0.07322 0.066202 0.125259 -0.180901 -0.279495 -0.11584 -0.115232 0.136453 0.079492 -0.290111 -0.260258 0.139414 0.229779 0.017846 -0.248041 0.443382 0.468216 -0.508665 -0.027696 0.10554 0.058336 -0.0443 0.332076 0.554334 0.692375 -0.079754 0.288311 0.448057 -0.690369 -0.410718 -0.290701 -0.100335 0.392315 -0.271092 0.027758 -0.211437 0.489813 0.831995 0.509061 -0.500966 -0.176678 -0.09503 -0.016061 -0.225562 -0.384524 0.199994 -0.213735 0.051889 0.144908 -0.836141 -0.458691 -0.324907 0.507751 0.014188 -0.128717 -0.101531 0.600886 0.263613 -0.01509 0.25439 0.367209 0.046735 0.128666 -0.130982 -0.287411 -0.071518 0.311322 0.000982 -0.363859 0.757236 -0.019561 0.084066 0.028233 -0.103624 0.403823 -0.002249 0.78352 0.343973 0.088196 -0.098443 0.187081 -0.200022 -0.487671 0.153453 -0.117043 0.198863 0.059274 -0.04703 0.384609 -0.157948 0.420332 0.282347 -0.539089 -0.041443 0.185978 0.38876 -0.413325 0.183227 0.839207 -0.215277 -0.137719 0.329494 -0.006676 -0.138786 0.121654 -0.010447 -0.420778 0.238476 -0.195538 -0.325873 -0.20453 0.189167 0.323602 0.3124 -0.227827 0.161476 0.17574 0.194532 -0.509999 -0.415089 -0.317613 0.103931 0.045393 -0.152169 -0.212402 -0.133945 0.096633 -0.344849 -0.312203 -0.495486 -0.487007 0.27437 -0.316924 0.133456 0.502476 0.432738 0.721581 0.121086 -0.293205 0.590885 -0.14991 -0.09634 -0.469965 -0.304188 -0.29335 0.359147 0.352273 0.054316 -0.444019 0.287791 -0.007366 -0.022797 0.268552 0.247133 -0.049185 -0.497224 0.029348 0.291517 0.157371 0.1608 0.279134 -0.037402 -0.169226 -0.017809 0.091633 -0.431019 -0.369659 0.033767 -0.441517 0.209405 -0.475007 0.519215 0.07293 -0.451816 0.011931 0.067311 -0.361361 0.383076 -0.132222 0.116754 -0.064127 -0.184055 0.176362 0.355823 -0.024992 0.125242 -0.025262 -0.309699 0.378006 -0.125832 -0.024553 0.198167 -0.220683 -0.01354 0.586542 -0.013049 0.075957 0.101167 0.142828 0.258576 -0.056529 -0.344285 0.339157 0.296074 0.154553 0.011129 0.155173 0.504434 -0.37909 0.36773 -0.375972 -0.124781 -0.492868 0.062914 0.391805 -0.334828 -0.131039 0.040481 -0.363773 -0.2324 0.290726 -0.136284 -0.171625 -0.085298 0.105022 -0.028617 -0.487099 0.096742 0.167554 0.016471 -0.252514 -0.092996 -0.430356 -0.40366 -0.12646 0.64701 0.121296 0.403529 -0.257141 -0.043868 0.282755 0.462982 -0.59055 -0.260713 -0.383637 -0.194879 -0.086306 0.367492 -0.204447 -0.217589 -0.244624 0.247696 -0.15881 -0.239614 0.084401 0.191904 -0.126024 -0.163337 0.399604 0.252333 -0.269587 -0.458724 -0.039875 0.54007 0.258561 -0.050456 -0.130764 -0.086684 0.003009 -0.588555 0.4951 0.274305 -0.126661 -0.002097 -0.10556 0.050142 -0.167794 0.256582 0.716026 0.031219 -0.01265 0.071881 -0.040673 -0.95403 -0.098138 0.112402 -0.445296 0.137409 -0.131548 0.257958 0.178835 -0.039416 -0.190798 -0.1531 -0.122771 0.394829 -0.254882 0.121957 -0.113264 0.480551 -0.262124 0.354021 -0.235009 -0.04797 0.315362 0.026127 -0.184633 0.418912 0.660759 0.141114 0.549619 -0.135457 -0.089714 -0.327019 -0.163395 -0.033698 -0.164599 0.670242 0.499021 -0.680393 0.165391 0.308173 -0.289431 0.151778 -0.018872 0.53178 -0.170393 0.172336 -0.058352 0.449956 -0.254835 0.321236 -0.051062 0.353049 -0.384673 0.29144 -0.065243 -0.082355 0.383311 0.444371 0.540316 0.58573 0.085163 -0.395428 -0.081693 0.139099 -0.14433 -0.186492 0.357527 0.082775 0.589434 0.283182 0.509195 -0.312587 0.316791 0.262256 0.150392 0.297473 0.468792 -0.003142 -0.146126 0.088139 -0.510749 0.275183 0.124932 0.086922 -0.35233 -0.491326 -0.532362 -0.402237 0.172868 -0.239935 -0.053231 -0.158732 0.558981 0.436601 0.112281 0.049175 -0.596139 -0.636939 -0.111653 0.235293 -0.148111 -0.181169 0.223504 -0.036731 0.190419 0.557601 -0.001737 0.396435 -0.04571 -0.342475 -0.239131 -0.469087 -0.496274 -0.156181 -0.108338 0.294987 0.30512 0.081769 -0.204715 -0.040026 0.867087 -0.479457 -0.123712 -1.77826 -0.070865 0.362891 -0.119364 0.254525 -0.709926 0.232593 -0.096144 -0.54433 0.492808 -0.33299 0.312812 0.121382 0.242515 0.372086 0.470415 -0.041309 0.271517 -0.200898 0.195163 0.219838 -0.937113 0.022545 0.685371 0.004063 -0.269257 0.086111 -0.022179 0.246686 0.298267 -0.389607 0.407718 -0.765573 -0.297518 0.065553 0.397223 -0.048506 0.156354 1.188315 -0.120489 -0.655809 -0.200691 0.114524 0.375093 0.274867 -0.361418 -0.425741 -0.482018 0.037655 0.383271 -0.257135 -0.247659 -0.005554 0.039818 -0.296291 -0.019759 -0.227557 0.594284 0.052857 -0.339577 -0.264437 0.613401 -0.04594 -0.494672 0.601296 -0.024442 -0.468729 0.183696 0.050875 0.240798 -0.218298 -0.1839 0.047173 0.549718 0.21588 -0.191209 0.681648 0.230179 -0.16566 -0.061251 -0.033149 0.04588 0.196972 -0.082091 -0.089786 -0.167115 -0.402267 0.186519 -0.530087 -0.173262 0.483376 -0.506161 0.020188 0.145036 0.182104 0.034193 1.896186 -0.193807 -0.438271 0.257249 -0.310166\nù -0.001052 0.134895 0.030514 -0.014319 0.048351 -0.085044 0.100899 -0.293406 0.083573 -0.154745 -0.109596 -0.019967 -0.182482 -0.076614 0.078295 -0.395569 0.070755 -0.295002 -0.278498 -0.171619 0.099493 -0.053132 0.203906 -0.503292 -0.273334 0.206703 -0.219616 0.00983 0.028862 0.021834 0.223796 -0.110244 0.095375 0.109865 0.157364 -0.358375 0.109 -0.226038 -0.011427 0.103974 -0.037165 0.061428 -0.353221 0.601867 0.359098 -0.537248 -0.257212 0.042129 0.043571 0.233562 -0.488878 -0.050422 -0.094878 0.176488 -0.109762 0.012772 -0.110763 0.068261 0.086038 0.059441 0.163658 -0.004139 -0.128178 0.157369 -0.087928 0.453234 -0.057327 0.390837 0.139865 0.064539 -0.510065 0.039666 0.025371 -0.000661 -0.165421 0.077573 -0.499358 0.35525 -0.11872 -0.261298 -0.174671 0.269596 0.081666 0.033617 -0.019127 0.037779 -0.057489 -0.013175 -0.249778 0.101026 -0.383773 -0.347591 -0.0616 0.014853 0.434491 -0.247216 -0.168574 0.026038 -0.124829 0.181021 0.341046 -0.222697 -0.100306 -0.095147 -0.005013 0.175607 -0.275298 0.3917 0.011386 -0.143042 0.410452 -0.052808 -0.191035 0.222018 0.059175 -0.407536 0.010119 0.093399 0.017276 0.163558 -0.23005 0.449682 0.011142 0.51039 -0.635391 -0.278567 0.195074 0.237991 -0.449377 -0.025456 -0.164389 -0.059052 -0.106407 -0.213017 0.148197 -0.645942 -0.341512 0.148244 -0.423622 -0.035099 0.04384 -0.034401 0.226771 -0.116567 0.088088 0.347181 0.0406 -0.10706 -0.739714 0.096282 -0.170823 0.242094 0.119781 0.164659 0.186493 0.186595 -0.110736 0.306951 0.19227 0.277138 -0.131231 -0.063909 0.652543 -0.080503 0.141635 -0.265013 0.014266 -0.107743 -0.054261 -0.002445 0.524495 -0.077963 -0.02254 0.182707 -0.074318 0.084761 -0.333345 0.373167 0.467079 -0.164122 -0.056418 0.417702 -0.410565 0.13784 -0.375166 0.161138 -0.154978 -0.067729 0.140451 0.028777 -0.21141 -0.259042 -0.012037 0.116785 -0.100754 -0.147504 0.242784 -0.299811 -0.231193 -0.066314 0.377022 0.299865 -0.120949 0.081476 0.058104 -0.387124 -0.265432 0.282702 1.021507 -0.142404 0.457133 0.365402 0.087182 -0.121485 0.159047 0.208863 0.00111 -0.354146 -0.246489 -0.497405 -0.086492 -0.718325 0.223575 0.219218 0.302877 -0.330079 -0.317808 0.088375 0.36976 -0.278793 -0.192201 0.042758 -0.503683 -0.440421 -0.172237 0.202573 -0.012013 -0.033978 -0.412181 0.12086 0.162016 0.488221 0.222579 0.096324 0.163667 -0.040635 0.340363 -0.362474 -0.408991 -0.159525 -0.257989 -0.313239 0.263606 -0.136138 0.267854 -0.277049 -0.014303 -0.175001 -0.092174 0.308185 -0.14974 0.106626 -0.232371 -0.376152 0.27183 0.198394 0.233592 -0.214251 0.106327 0.147541 0.527201 0.074972 -0.23403 -0.333885 -0.025751 -0.109962 0.164365 0.211887 -0.053902 -0.04342 -0.239068 0.193285 0.012832 0.289731 0.293015 0.080222 -0.224872 -0.227653 -0.116927 -0.533251 0.359223 0.260988 -0.081329 0.309968 -0.331559 0.384128 -0.648676 -0.055473 0.057097 0.322137 0.128922 -0.288148 -0.24926 0.009191 0.220052 0.023226 -0.022207 0.026412 -0.045184 -0.044507 -0.025107 0.135464 -0.322694 0.305355 -0.09327 0.0139 0.378988 0.510468 -0.136789 -0.066569 0.140513 0.501005 -0.044816 0.216705 -0.126714 -0.173699 -0.177074 -0.048455 0.098723 -0.119364 0.02356 0.087163 0.038815 -0.17198 -0.339465 -0.139133 -1.2527 0.218318 -0.03568 -0.131108 0.030426 -0.174825 0.106645 -0.137046 -0.225334 -0.026889 0.317422 0.308385 -0.319587 0.126853 0.281912 0.194581 -0.034285 0.049333 0.22089 -0.160025 0.041199 0.155393 0.056145 -0.02035 -0.149253 0.021538 -0.15719 0.112883 0.03449 -0.481545 -0.201951 0.114296 -0.823715 0.065793 0.018323 -0.052535 -0.284018 -0.049779 -0.337439 -0.213342 -0.03024 -0.60438 -0.060798 0.140282 0.17294 0.114157 -0.049857 -0.183127 -0.227736 -0.060022 -0.165758 -0.058894 -0.062938 0.044611 0.354129 -0.284239 -0.052109 0.181026 -0.025263 -0.108493 -0.172267 -0.058242 -0.19238 -0.431667 -0.26948 0.097718 -0.295934 0.17344 -0.041181 0.276276 0.111886 -0.073559 0.319322 -0.084507 0.295446 -1.334741 0.088194 0.180285 -0.265078 0.031192 -0.063052 0.584212 -0.046554 -0.209029 -0.144484 0.134072 0.201425 -0.123836 0.108692 -0.278996 0.462157 -0.186755 0.074334 0.118249 0.351672 0.102707 -0.102151 0.243601 0.295233 0.04668 -0.172034 -0.339066 0.245196 0.282174 -0.129133 -0.220984 0.22277 -0.237231 -0.00951 -0.29075 -0.10017 0.126665 0.153911 1.284258 0.282102 -0.263078 0.064535 0.37501 -0.129031 0.289034 -0.010519 -0.261628 -0.099336 0.165312 0.528321 0.045037 -0.406344 -0.106181 0.004544 -0.134878 0.302321 -0.097195 0.154719 0.599215 0.079657 -0.258193 0.253305 0.191399 -0.170556 -0.097421 -0.138555 -0.303673 0.183973 -0.096186 0.300642 0.224107 -0.36943 -0.306548 0.503268 0.407165 0.414166 0.307796 0.088833 -0.131503 0.577128 -0.306643 0.040137 0.014445 -0.219582 -0.08931 -0.042182 0.064545 0.071387 0.10485 -0.048434 0.267115 -0.027036 -0.244941 -0.20872 -0.050872 0.308589 2.423447 0.003766 -0.185033 0.073951 -0.212408 -0.236852 0.107655 -0.061951 0.061915 -0.22259 -0.179542 0.029553 0.074847 0.255392 -0.429745 -0.29913 -0.004834 -0.041104 -0.085873 0.006667 -0.103531 -0.015406 -0.204248 -0.04752 -0.26774 -0.012932 -0.004608 0.098264 -0.369578 -0.11757 0.010458 -0.033466 -0.103339 0.23319 0.298648 0.029157 0.027193 0.325814 0.408099 -0.195053 -0.496896 0.021526 -0.004612 -0.070415 0.012471 0.071007 -0.144596 -0.217441 0.502648 0.629902 -0.361109 -0.314617 0.110544 0.009971 0.101226 -0.268827 0.044602 0.124448 0.169585 -0.048785 -0.544905 -0.483062 -0.12625 -0.018409 0.075058 -0.084591 -0.138494 -0.128108 -0.068509 -0.015387 0.138604 0.155409 0.268558 0.045147 0.180065 -0.390991 -0.080686 0.203964 0.032678 -0.169403 0.476382 -0.249172 -0.074676 0.035049 0.124419 -0.173465 -0.126351 0.351123 0.236443 0.244902 -0.220931 -0.134662 -0.167598 -0.252087 -0.078681 -0.173308 -0.077441 -0.02848 -0.082399 0.619159 -0.064388 0.093915 0.161187 -0.100486 0.177894 0.394986 0.055965 -0.416435 0.027905 0.184761 0.027107 0.011023 0.242353 0.14399 -0.203715 0.191614 -0.09337 -0.171886 0.134429 -0.101019 -0.376097 0.005197 0.10507 0.162602 0.038736 0.054577 0.25984 0.17879 0.406704 -0.6935 -0.284791 0.189483 0.218172 -0.094127 -0.237133 -0.083983 0.071649 0.107469 -0.366181 -0.168031 -0.671438 -0.482949 -0.025746 -0.302828 0.034108 0.097747 -0.059375 0.320689 -0.102097 0.014679 0.552807 0.073015 0.079006 -0.545085 -0.109334 -0.190252 -0.100561 0.306534 0.038682 -0.122943 0.383018 -0.018614 -0.048593 0.352394 0.168208 -0.191439 0.092329 0.277617 0.123638 0.337776 -0.252572 0.187809 0.06236 0.158935 0.002319 0.385513 -0.000537 0.032449 0.189822 -0.34606 0.14609 -0.478526 0.257418 0.224381 -0.25212 0.259604 0.270164 -0.499497 0.412682 -0.12961 0.41817 -0.277178 -0.133906 0.182593 0.311052 -0.367985 -0.008845 -0.074494 -0.211837 0.181597 -0.111214 0.225655 -0.23988 -0.233451 -0.180606 0.549185 0.429744 0.014537 0.130517 -0.06524 -0.152607 -0.369807 0.13708 0.753781 0.014059 0.386777 0.238565 0.22122 -0.009377 0.057964 0.172325 -0.114772 -0.23314 -0.346012 -0.650381 0.146275 -0.766095 0.178479 0.022046 0.061508 -0.434445 -0.265312 0.063939 0.156852 -0.118402 -0.266201 -0.021202 -0.38608 -0.126285 0.018587 0.064523 -0.16905 0.01061 -0.437748 0.020224 0.142923 0.306565 -0.014637 0.246895 0.04338 0.011443 0.131082 -0.097991 -0.531232 -0.454498 -0.034356 -0.273428 -0.032024 0.253588 0.1635 -0.181217 -0.144414 0.28948 -0.25148 -0.026466 -0.169294 0.297635 -0.088855 -0.361434 -0.072075 0.14898 0.13639 -0.102739 0.016684 0.144962 0.300405 0.038526 -0.145102 -0.265709 0.025036 -0.002562 0.150891 0.31677 -0.146369 -0.104932 -0.013064 -0.027194 0.05891 0.21771 0.163822 0.110214 -0.136075 -0.130317 0.160348 -0.866024 0.146921 0.12312 -0.218934 0.02932 -0.160749 0.328736 -0.243036 -0.35011 0.118998 -0.059049 -0.056505 0.082191 -0.165522 0.041863 0.302981 0.274874 -0.241317 0.119851 -0.104222 -0.011516 0.052445 -0.034755 0.038573 0.347942 0.203087 0.001378 0.51837 0.268388 -0.20265 -0.372359 0.273141 0.161535 -0.083406 0.240344 -0.02609 -0.162421 -0.008684 -0.110689 0.097942 0.063322 0.010058 0.378803 0.125684 -0.121544 -0.17934 0.1063 -0.550495 0.386558 -0.003799 0.213 -0.063087 0.182772 0.288429 -0.431782 -0.004101 -0.05854 0.223926 0.217683 -0.2181 -0.052882 0.496027 0.074902 -0.094887 0.023801 0.309316 -0.081698 0.419083 -0.040697 0.525769 -0.019404 -0.08493 0.324265 -0.243085 0.048416 0.116105 -0.253101 -0.077408 -0.242178 -0.688766 0.138984 -0.091838 -0.036031 -0.352704 -0.272316 -0.101654 -0.387447 0.074363 -0.228191 0.018124 0.062739 0.179311 0.042313 -0.074537 0.228467 -0.255751 -0.157272 -0.14355 0.083848 -0.156908 0.218064 0.247302 -0.114978 0.1357 0.315971 -0.058426 0.231633 0.162761 -0.064547 -0.029182 -0.5286 -0.676267 -0.08933 -0.388294 0.10586 0.276792 -0.002979 -0.064003 -0.160598 0.320774 -0.178495 -0.112781 -2.054632 0.072013 0.35818 -0.265564 -0.079908 0.035834 0.230338 -0.080824 -0.355766 -0.086718 0.00781 -0.045113 0.070937 0.118932 -0.378934 0.296904 -0.066837 -0.068375 0.138292 0.170009 0.076252 -0.406501 0.049053 1.68513 0.20347 -0.230748 0.012082 -0.050098 0.068581 -0.030253 -0.454412 0.276672 -0.206657 -0.229025 -0.04067 0.042862 -0.166655 0.129335 1.586939 -0.01074 -0.651189 -0.100358 0.266481 0.184273 0.334389 -0.07449 -0.138776 -0.097076 0.073318 0.293285 -0.204438 -0.589466 -0.269657 0.374068 -0.089793 0.171236 -0.173568 0.195791 0.432039 -0.261408 -0.421162 0.215176 0.041831 -0.110632 0.20235 -0.168871 -0.327124 0.286504 0.277803 0.26279 -0.081145 -0.132185 0.066111 0.605869 0.221828 0.252826 0.507727 -0.05016 0.030404 0.391714 -0.06726 0.295077 -0.04001 -0.102528 -0.126345 -0.175101 0.096398 0.109577 0.017489 -0.198478 0.217398 -0.270693 -0.148283 -0.003974 0.183818 0.253313 1.894731 -0.071504 -0.073816 -0.078466 -0.102876\nọ 0.206318 0.405449 0.094426 0.017008 -0.06462 -0.312477 0.105848 -0.043725 0.121144 -0.018393 -0.206161 -0.024184 -0.235896 -0.158546 0.056347 -0.192739 0.132889 -0.400472 -0.071435 -0.106168 -0.127038 -0.179321 0.183934 -0.400944 -0.039637 0.089465 -0.190433 0.096532 0.187231 0.049239 0.333632 -0.178698 -0.180064 -0.072953 0.088345 -0.321073 0.229235 -0.1951 0.257979 0.179668 -0.036302 -0.009449 -0.313098 0.431034 0.116459 -0.34622 -0.091331 0.164862 0.073564 0.358333 -0.318779 -0.237697 0.028566 0.266093 0.144752 -0.075133 -0.111528 0.075462 0.176164 -0.025673 0.25133 -0.120965 0.203776 0.081417 0.027281 0.388824 -0.025515 0.479637 -0.030883 0.111687 -0.59405 0.005463 0.045835 0.06879 -0.289775 0.153042 -0.33589 0.231504 -0.023111 -0.22188 -0.024012 0.243626 0.113817 0.064426 0.085337 0.381725 0.045766 -0.209204 -0.242598 0.134736 -0.32312 -0.189573 -0.144948 -0.259546 0.553131 -0.164707 0.015099 0.061748 -0.239774 0.046012 0.254914 -0.491662 -0.175243 -0.018125 0.175738 0.223636 -0.230381 0.360454 -0.177987 -0.283394 0.507189 0.01152 -0.181785 0.182103 0.05001 -0.352433 0.046025 0.055702 0.283756 0.158737 -0.195388 0.063082 0.044804 0.398436 -0.211628 -0.092341 -0.027765 -0.015169 -0.412041 -0.113716 -0.211317 -0.273734 -0.22572 -0.045521 0.160882 -0.743238 -0.104593 0.051436 -0.208594 0.076093 0.237787 0.052082 0.232872 -0.216356 0.100882 0.182953 0.078629 -0.133644 -0.84072 0.172218 -0.319286 0.089772 -0.006811 0.120867 0.324722 0.077989 0.183764 0.388894 0.112296 0.17217 -0.034549 0.12177 0.580896 -0.009878 0.002977 -0.130306 -0.08141 -0.224406 0.049539 0.04151 0.569402 -0.115355 -0.121636 0.343263 -0.001796 -0.044363 -0.170004 0.203652 0.35204 -0.142331 -0.086821 0.243042 -0.488919 0.280678 -0.461772 0.172114 -0.015696 -0.000164 0.09423 -0.16437 0.0641 -0.183655 -0.200676 0.249513 0.05664 -0.143781 0.189692 -0.02058 -0.250441 0.125251 0.331513 0.175586 -0.096269 0.237588 0.065076 -0.49032 -0.117594 -0.063988 1.048965 0.064136 -0.01858 0.152973 -0.0332 0.183063 0.046876 0.167795 0.059877 -0.362501 -0.524938 -0.36434 -0.240557 -0.447618 0.135419 0.165546 0.052585 -0.128638 0.147614 0.109448 0.333067 -0.02761 -0.19688 -0.070173 -0.331421 -0.231875 -0.344787 0.019011 0.161624 0.005474 -0.328864 0.27668 0.024756 0.38696 0.116497 0.194991 0.228683 -0.044962 0.324252 -0.582068 -0.284717 0.068348 -0.305155 -0.353688 0.551472 0.023684 0.050273 -0.321381 -0.080598 -0.202941 -0.072097 0.185547 -0.086575 -0.105264 -0.324821 -0.174691 0.203248 0.327941 0.084165 -0.13709 0.000402 0.13232 0.443399 0.135037 0.123179 -0.187755 0.204347 -0.11521 -0.038078 0.339826 0.120159 0.133204 -0.090114 -0.079539 -0.044187 -0.056426 0.406643 0.162593 -0.109641 -0.125621 -0.128239 -0.544641 0.33963 0.192256 -0.094893 0.132626 -0.166379 0.445616 -0.173259 0.210932 0.081464 0.147936 0.014033 -0.001284 -0.303555 0.273181 0.092555 -0.140208 -0.138897 0.18495 -0.276236 -0.078854 -0.099934 -0.059675 -0.071268 0.298199 0.169046 -0.120088 0.419055 0.310221 0.157105 -0.056155 0.048607 0.237825 0.190723 0.253721 -0.096307 0.001898 0.012963 0.022562 0.212118 -0.303357 0.191001 0.221019 0.075514 8.2e-05 -0.16402 -0.145899 -1.448572 0.1248 -0.185903 -0.081247 -0.109858 0.015029 0.030141 -0.083227 -0.29351 -0.122204 0.234329 0.048951 -0.452163 0.044364 0.110441 -0.01919 0.11283 -0.193608 0.28017 -0.060305 0.029951 0.122458 0.154482 -0.008087 -0.072042 0.120334 -0.000592 0.060324 0.022346 -0.410083 -0.334334 0.295356 -0.998812 0.0798 -0.03181 0.37534 -0.03612 -0.074748 -0.398643 -0.097476 0.049858 -0.656732 -0.114968 -0.040778 0.10892 0.013835 0.216942 -0.336262 -0.286171 -0.23561 -0.337824 -0.058826 0.188247 0.170247 -0.02853 -0.316976 -0.052385 0.164691 0.128743 0.06619 -0.079604 -0.027223 -0.527708 -0.140046 -0.231721 0.332143 0.087993 0.050126 0.162892 0.37037 0.208131 -0.206377 0.260901 -0.250585 0.348926 -1.142781 0.078736 0.194587 -0.113169 0.128163 -0.392438 0.528187 -0.205855 -0.414278 -0.11186 0.165548 0.184467 0.036471 0.119074 -0.26414 0.457928 -0.366197 0.407858 0.125615 0.345346 0.03954 -0.134596 0.201259 0.402845 0.202216 -0.088223 -0.342078 -0.005867 0.259416 -0.220036 0.021497 0.37283 -0.165415 -0.093624 -0.197395 0.067621 0.32773 0.154383 1.188582 0.302706 -0.152364 0.071012 0.380717 0.051895 0.195504 -0.091832 -0.406512 -0.02008 0.045444 0.460031 0.208583 -0.203387 0.004885 -0.264073 0.048348 0.033839 -0.147652 0.21627 0.239603 0.17014 -0.160064 0.235581 -0.14014 -0.067421 -0.118926 -0.155045 -0.135416 0.076723 -0.065839 0.149229 0.23248 -0.164202 -0.405058 0.029589 0.313857 0.162106 0.223936 0.013105 0.006938 0.537714 -0.206417 0.075484 0.127955 -0.13139 -0.257371 -0.111153 -0.094524 0.116056 -0.02833 -0.205442 0.244064 -0.042534 -0.120868 -0.452672 -0.071589 0.163017 2.19029 -0.111404 0.018007 0.320771 -0.164464 -0.075489 0.064478 -0.000839 0.2025 -0.188122 0.026582 0.021005 0.128322 0.225853 -0.333915 -0.224577 -0.05826 -0.027342 0.044473 -0.088576 0.031268 0.040488 -0.290441 0.081791 -0.095199 -0.178066 -0.056109 0.081601 -0.241844 0.186398 -0.173543 -0.229221 0.056885 0.448174 0.273828 0.154634 -0.012312 0.073443 0.244451 -0.141729 -0.664243 0.084171 -0.043039 0.323605 0.097337 -0.061544 -0.199197 0.04602 0.301415 0.293236 -0.153922 -0.214461 0.250851 0.087465 0.161809 -0.171911 -0.113674 0.022231 0.262149 0.230062 -0.552887 -0.38844 -0.143292 0.276416 0.121277 0.085471 -0.26745 0.287357 -0.085234 -0.041654 0.032937 0.025512 0.399463 -0.202072 0.080978 -0.465976 -0.170229 0.167971 0.033181 -0.400125 0.407255 -0.090703 0.005585 0.01747 -0.10799 0.031849 -0.101226 0.226705 0.123228 0.301099 0.092141 0.023503 -0.358388 -0.078557 0.079091 -0.389538 -0.046834 -0.148195 -0.288173 0.744378 -0.067246 0.288593 0.192785 -0.250822 0.067686 0.266985 -0.194733 -0.498833 0.083864 0.566794 0.100301 0.094934 0.235012 -0.015807 -0.070874 0.263194 -0.034931 -0.008416 0.053793 -0.034893 -0.312587 -0.113245 0.077518 0.263638 -0.071273 -0.181684 0.076831 0.128458 0.419616 -0.348637 -0.176965 0.044263 0.269179 -0.152991 -0.210697 -0.240372 -0.124828 -0.107627 -0.365797 -0.087246 -0.766969 -0.330128 -0.140591 -0.174782 0.069833 0.113978 0.106276 0.300353 -0.333035 0.076224 0.44692 -0.029338 -0.083194 -0.675268 -0.032388 -0.242431 -0.120631 -0.003876 -0.058524 -0.169602 0.234576 0.25006 -0.091979 0.251861 0.136359 -0.296067 0.145366 0.229922 0.256167 0.130159 -0.242963 0.126773 -0.059084 0.198965 0.120511 0.280329 -0.000607 -0.05378 0.454723 -0.368615 0.116294 -0.396044 0.230803 0.111268 -0.23732 0.090686 0.087165 -0.528449 0.5017 -0.170096 0.380124 0.052458 -0.21839 0.098892 0.168395 -0.302482 0.052487 -0.136783 0.009811 0.155637 -0.154392 -0.040271 -0.055629 -0.255599 0.081512 0.523957 0.104803 -0.091094 0.119787 -0.138081 -0.286466 -0.146444 -0.209679 0.757668 0.162653 0.054219 0.155571 0.141679 0.102447 0.036445 0.112459 -0.07175 -0.186281 -0.340837 -0.400162 0.106144 -0.521932 0.04007 0.017558 -0.146096 -0.247584 0.024606 -0.00861 0.080601 0.148617 -0.347033 -0.200088 -0.405408 -0.049361 -0.241347 -0.067198 -0.137193 -0.097515 -0.278914 0.165343 0.007767 0.453658 -0.083148 0.216505 0.167992 0.010566 0.187347 -0.377389 -0.407823 -0.135669 -0.176569 -0.424387 0.208607 0.458457 -0.007366 -0.160778 -0.126949 0.184378 -0.251098 -0.135103 -0.233645 0.122973 -0.148777 -0.259033 -0.04652 0.462887 -0.007288 -0.07137 -0.222649 0.095447 0.169245 0.008706 0.117579 -0.077957 0.20494 -0.142967 -0.00701 0.395116 0.109174 0.037691 0.017729 -0.192306 -0.125535 0.05568 0.300443 0.108091 -0.001224 -0.049997 0.030409 -0.807632 0.245806 0.10662 -0.318358 0.049839 -0.044563 0.417825 0.170707 -0.186567 0.145979 -0.001107 -0.020631 0.254206 -0.113455 0.081202 0.00427 0.171992 -0.246365 0.265487 -0.240483 0.142363 0.228025 -0.222202 0.159545 0.453819 0.488079 -0.086347 0.452262 0.239077 0.025662 -0.490428 0.131327 -0.06134 0.259647 0.379057 0.06696 0.127591 0.310455 0.012238 0.071065 -0.106369 0.117492 0.357524 0.059671 0.145715 -0.200359 0.049646 -0.768556 0.274468 -0.173222 0.106612 -0.228152 0.259347 0.045023 -0.236893 -0.102614 0.038351 0.234465 0.115832 -0.251084 -0.228518 0.203326 -0.015334 -0.006085 -0.288091 0.257455 -0.080504 0.327151 0.09036 0.687773 -0.133767 0.056625 0.213868 0.044234 0.033158 0.163334 -0.24955 -0.092998 0.050052 -0.847895 0.274347 0.028924 0.410247 -0.090157 -0.249691 -0.252063 -0.27708 0.026362 -0.420517 -0.152933 -0.111124 0.136395 0.26069 0.189093 -0.038778 -0.325625 -0.286221 -0.414929 0.147126 -0.139759 0.228245 0.029347 -0.182318 -0.025044 0.303967 0.032671 0.322764 0.269316 -0.066365 -0.488803 -0.448582 -0.584693 0.101685 -0.071774 -0.021962 0.474227 -0.049519 -0.055457 -0.284271 0.500315 -0.178118 0.128433 -1.838669 0.301398 0.272382 -0.251927 -0.055337 -0.336013 0.215702 -0.372412 -0.583642 0.107443 -0.004762 0.068431 0.224219 0.021681 -0.286303 0.462335 -0.190892 0.255493 -0.014614 0.208284 -0.102071 -0.378612 0.095141 1.677273 0.299752 -0.045912 0.02573 -0.207045 0.160869 -0.106212 -0.209786 0.404236 -0.063478 -0.383632 -0.258261 0.342689 0.117043 0.144524 1.518181 0.149138 -0.42436 -0.103604 0.298173 0.445735 0.255188 -0.193742 -0.406751 -0.216889 0.046033 0.27432 -0.115204 -0.352013 -0.231672 -0.033421 -0.199406 -0.033696 -0.063685 0.159087 0.063875 -0.219376 -0.250725 0.203879 -0.272183 -0.123799 0.083567 -0.048406 -0.403654 0.096099 0.155851 0.188486 0.018877 -0.014426 -0.232625 0.203508 0.19493 0.018705 0.44629 -0.149487 0.11049 0.332424 0.094509 0.197773 0.015821 -0.056913 -0.277468 -0.267142 -0.082882 0.251991 -0.096587 -0.308458 0.22027 -0.142896 0.11187 -0.161013 0.14059 0.059245 1.693817 -0.232413 -0.093978 0.067038 -0.058776\né 0.226697 0.013084 0.135041 0.080941 -0.067669 -0.225942 -0.039143 -0.110899 0.030444 0.062785 -0.174111 -0.073733 -0.123549 -0.056022 0.29557 -0.433642 -0.195035 -0.262276 -0.255014 -0.146056 -0.161488 -0.237322 -0.002259 -0.051462 -0.071958 0.100101 -0.123411 -0.011767 -0.068475 -0.326693 0.379933 -0.038613 0.146194 -0.076686 -0.117298 -0.603266 0.259813 -0.242039 0.382146 -0.016494 -0.119116 0.265146 -0.273578 0.427627 0.339169 -0.498832 0.013038 0.364879 0.19003 0.142307 -0.370361 -0.208153 0.095176 0.191092 -0.054184 -0.051995 -0.299393 0.173089 -0.036942 -0.030227 0.421289 -0.110945 0.136223 -0.054463 0.019299 0.434956 0.033136 0.025282 -0.075457 0.144352 -0.413697 -0.064786 -0.0675 0.143313 -0.003099 -0.036211 -0.317197 0.203869 -0.242207 -0.404299 0.012656 0.368302 0.123501 0.216083 0.46502 0.049792 -0.236519 0.00013 -0.264491 0.058128 -0.501737 -0.091443 0.034222 0.100238 0.782487 0.053246 0.081222 0.240708 -0.170622 0.23665 0.472222 -0.338331 -0.335955 -0.021809 0.074328 0.06259 -0.133757 0.49373 -0.365695 -0.295806 0.418174 -0.099001 -0.236898 0.352608 -0.012781 -0.374094 0.253871 -0.209356 -0.085269 0.493561 -0.058648 0.333237 0.03235 0.51306 -0.501607 -0.211179 0.126818 0.02127 -0.385706 -0.233654 -0.131274 0.075085 -0.202058 -0.107896 0.034376 -0.837721 -0.507768 0.168788 -0.22442 -0.217686 0.159045 -0.206082 0.143857 -0.041109 0.156024 0.276671 -0.209784 -0.328548 -0.800942 0.117437 -0.091007 0.050954 0.069728 -0.117894 0.312748 0.297188 -0.054582 0.400784 -0.063262 0.169306 0.005652 -0.14743 0.609859 0.15334 -0.01234 -0.064065 0.105085 0.065097 0.29003 0.171759 0.078467 0.172592 0.176112 0.144303 0.132713 -0.320671 -0.014313 0.443789 0.304416 -0.16233 0.056321 0.162612 -0.692061 0.254111 -0.178638 0.155428 -0.075436 0.141924 0.369334 -0.03582 -0.085256 -0.335815 -0.246375 0.179905 -0.066204 0.012774 0.229388 -0.074376 0.041193 -0.092375 0.272337 0.310573 -0.04081 0.24604 0.070187 -0.067081 0.069519 0.04528 1.263606 0.067398 0.428093 0.250634 -0.069697 0.103217 0.123537 -0.016611 0.346811 -0.554101 -0.457841 -0.326332 -0.371529 -0.48835 0.302818 0.287848 0.397564 -0.058176 -0.10305 0.074665 0.374225 -0.098192 -0.120842 0.030966 -0.220765 -0.200999 -0.182034 0.26977 -0.201047 -0.023697 -0.107532 0.257776 0.123118 0.534427 0.108674 0.06576 0.08235 -0.255942 0.153468 -0.236609 -0.444987 -0.391707 -0.454597 -0.28955 0.396323 -0.074478 0.293737 -0.430337 -0.107921 -0.164552 0.001231 0.277988 -0.172764 0.354448 0.015038 -0.104213 0.291889 0.036087 0.329791 -0.062006 0.082779 0.204644 0.438686 0.02353 -0.081459 -0.387858 0.001526 -0.158023 -0.06224 0.024719 -0.024758 -0.054644 -0.354793 0.087015 0.02341 0.198422 0.227002 0.249761 -0.119649 -0.354536 -0.128817 -0.343927 0.245987 0.391512 -0.116208 0.027911 -0.269132 0.44492 -0.415074 0.028458 -0.010254 0.055592 -0.027574 0.103485 -0.222654 0.146006 0.280709 -0.062865 0.033042 0.097636 -0.190009 -0.042097 0.483723 0.116687 -0.423767 0.342464 0.136977 -0.147935 0.426812 0.349996 0.114436 0.072541 -0.016156 0.603049 0.084104 0.11365 -0.230437 -0.112828 -0.459394 0.035485 0.359999 -0.275088 0.140155 0.053858 0.034822 -0.066816 0.053236 -0.242525 -1.817983 -0.093541 -0.070453 -0.454813 -0.056959 -0.032454 0.279803 -0.236714 0.104483 -0.322369 0.409552 -6e-06 -0.429251 0.112032 0.004292 0.109812 0.180384 0.214003 0.285126 -0.209924 0.005463 0.111067 0.048723 -0.01067 -0.089895 -0.205005 0.064846 0.006515 0.016273 -0.569279 -0.382541 0.209194 -0.795929 -0.187112 0.226329 0.158273 -0.094364 -0.120312 -0.467133 -0.079124 -0.066884 -0.589432 0.030304 0.197353 0.103116 0.110645 -0.049915 -0.136582 -0.061414 -0.275887 -0.252891 -0.249573 0.075339 0.241627 0.268317 -0.25402 -0.067895 0.252218 -0.089749 -0.222777 -0.01018 -0.064801 -0.112609 -0.532554 -0.157473 0.04994 0.121231 0.328544 0.241463 0.255201 0.360047 0.023914 0.184686 -0.19845 0.210795 -1.712162 0.235876 0.332978 -0.277118 0.113602 -0.219434 0.343817 -0.535084 -0.098242 -0.156605 0.021922 0.256913 -0.153492 -0.01744 0.147025 0.244528 -0.110946 0.280191 0.330363 0.269696 0.092704 -0.212114 0.293903 0.286697 0.255818 -0.254342 -0.42199 0.290225 0.1415 0.016146 -0.050015 0.16839 -0.32908 -0.08137 -0.060154 -0.126204 0.112722 0.318298 1.252255 0.276525 -0.501644 0.036692 0.410928 -0.00915 0.320119 0.283049 -0.314021 -0.021931 0.047637 0.429807 0.133473 -0.192539 -0.108243 -0.126786 0.241986 0.596232 -0.256643 0.014945 -0.102869 0.161135 -0.290211 0.213303 0.045119 -0.160119 0.024397 -0.184915 0.294121 0.025964 -0.155491 0.306383 0.045883 -0.186414 -0.201861 0.372505 0.253446 0.139674 -0.024525 0.148294 -0.074756 0.369311 0.018146 0.134953 0.011096 -0.059982 -0.397239 0.062523 0.074389 0.143296 0.290545 -0.023386 0.158344 0.024558 -0.377091 -0.123585 -0.061991 0.250727 2.35451 0.028262 -0.296696 0.227225 -0.226566 -0.07704 0.033113 -0.061034 0.174498 -0.316898 -0.201227 -0.10263 0.332928 0.154629 -0.18944 -0.174961 -0.078131 0.163139 -0.109275 0.172915 -0.229965 -0.336333 -0.325849 -0.047879 -0.312387 -0.379357 -0.111901 0.162948 0.104358 0.037426 -0.127128 -0.135895 -0.006038 0.197901 0.139466 0.202439 0.147623 0.365312 0.39095 -0.191479 -0.446558 0.257805 -0.176108 0.300358 -0.042987 -0.135433 -0.102814 -0.334281 0.143501 0.573457 -0.22451 0.004964 0.320237 0.150466 0.086713 -0.135268 -0.294713 0.345893 0.183211 0.089474 -0.538971 -0.535597 0.138503 -0.098573 -0.008829 0.195556 -0.201807 0.02723 -0.259057 0.064962 0.241401 0.265322 0.240554 -0.121647 0.218879 -0.350988 -0.241948 -0.101441 0.355629 -0.013682 0.184433 -0.111271 -0.112218 -0.17079 0.119415 -0.047133 -0.004402 0.146891 0.302318 0.535014 -0.232387 -0.237098 0.085415 -0.022277 -0.038236 -0.432556 0.03608 0.019065 -0.119407 1.010066 0.058838 0.152535 0.204034 -0.362055 0.147726 0.329158 -0.083024 -0.500055 -0.043954 0.399066 -0.01226 0.039896 0.540408 -0.328928 0.049646 0.278937 -0.043246 -0.071614 0.294904 0.21239 -0.40542 0.425625 -0.220736 0.127969 -0.062676 0.05097 0.229016 0.132048 0.455451 -0.288093 -0.142686 0.280457 0.267433 -0.267376 -0.413527 0.03499 0.055054 -0.055814 -0.518864 -0.204215 -0.875391 -0.501341 -0.052735 -0.348708 -0.262218 0.055914 -0.235086 0.237444 -0.184903 0.200896 0.401384 -0.216531 -0.123956 -0.637755 0.042362 0.036771 -0.181749 0.106858 -0.107423 -0.010292 0.422911 -0.051758 -0.097435 0.025403 0.126866 0.058923 -0.177394 0.115072 0.270998 -0.000331 -0.171062 0.473891 0.320462 0.569882 0.144541 0.196074 0.309515 0.124626 0.186948 -0.348742 -0.297803 -0.04458 0.428537 0.080652 0.071382 0.560454 0.06133 -0.735128 0.303891 -0.004342 0.527963 0.053005 -0.087349 0.316065 0.067406 -0.172429 -0.155623 -0.123117 -0.217658 0.2025 0.044329 0.117412 -0.09821 0.033167 -0.199603 0.405312 0.25441 -0.129432 0.191815 -0.190432 -0.118659 -0.179496 -0.009985 0.896592 0.150753 0.450897 0.242291 0.014803 -0.003861 0.073284 0.24272 0.218496 -0.285315 -0.285171 -0.332067 -0.064516 -0.684426 0.381194 0.059683 0.115506 -0.278864 -0.150563 -0.249031 0.380372 0.147869 -0.253643 -0.128579 -0.163043 -0.126927 -0.050845 -0.060451 -0.173194 0.083882 -0.268312 0.169518 0.1745 0.575412 -0.15348 0.234002 -0.102594 -0.151512 0.105479 0.000671 -0.395132 -0.578886 -0.212618 -0.293224 0.196485 0.3224 0.215341 -0.203687 -0.221516 0.27778 -0.236026 -0.28961 -0.058289 0.316243 0.084552 -0.28191 -0.030723 0.169522 0.255119 0.03543 -0.213612 0.114053 0.292081 0.028905 -0.009472 -0.262591 0.188299 -0.153967 -0.08207 0.324286 0.164151 -0.089635 -0.091982 -0.143669 0.066683 -0.015858 -0.084441 0.191882 -0.144139 -0.144023 0.273789 -0.801431 0.204205 0.344877 -0.344099 -0.018976 -0.096472 0.328086 -0.092142 -0.171298 0.223907 -0.13192 -0.190353 0.471097 -0.241197 0.106427 0.391023 -0.001694 -0.271379 0.304 -0.260793 -0.170581 0.728266 -0.02198 -0.109453 0.332702 0.308241 -0.041746 0.245203 0.178424 -0.082978 -0.29465 0.136565 0.169691 0.175373 0.140249 -0.152008 0.0805 -0.347636 -0.126665 0.179187 -0.260376 0.051119 0.224 0.029792 0.008418 -0.069434 -0.081236 -0.927362 0.093159 -0.115321 -0.121623 -0.110455 0.28162 0.424498 -0.256078 -0.11994 -0.18644 0.295363 0.085449 -0.066135 -0.081559 0.373713 0.010897 0.064462 0.006728 0.344998 -0.172433 0.284361 -0.096177 0.573853 -0.003315 -0.141568 0.315131 -0.229006 0.059303 0.207795 -0.109076 -0.302752 0.029421 -0.756695 -0.061255 0.067273 0.096816 -0.05673 -0.250061 -0.117317 -0.287321 0.021559 -0.21959 0.144183 0.004435 0.099152 0.121526 -0.294722 0.11993 0.137546 -0.366868 -0.294238 0.027795 -0.140978 0.414862 0.22346 -0.25817 0.03699 0.560946 -0.021784 0.087501 0.394938 -0.052289 -0.147626 -0.668043 -0.446184 0.003316 -0.115181 0.290487 0.326926 0.140545 0.169205 -0.042542 0.156656 -0.097092 -0.102082 -2.364229 0.225307 0.552265 -0.347202 -0.127533 -0.279026 0.052415 -0.337065 -0.21221 -0.134728 -0.16409 -0.266804 0.022099 -0.174185 -0.086121 0.208432 0.059731 0.200941 0.549158 0.094921 -0.029718 -0.471683 0.01048 1.879793 0.327746 -0.388411 0.036469 -0.008112 -0.332743 -0.125053 -0.418805 0.209654 -0.166624 -0.383386 -0.19008 0.012158 -0.267004 0.191375 1.32684 -0.0157 -0.454123 -0.257953 0.385388 0.293882 0.351135 -0.061618 -0.140994 0.123438 0.056193 0.183695 -0.09418 -0.412671 -0.257019 -0.126242 0.071085 0.26227 -0.178032 0.069273 0.024203 -0.014997 -0.297615 0.039606 -0.061978 -0.048109 0.364103 -0.182643 0.183444 0.047066 0.028904 0.377167 -0.289651 -0.035212 0.054569 0.458474 0.144591 0.202259 0.242264 0.016168 0.030129 0.197305 0.035254 0.334408 -0.019555 0.079443 -0.31067 -0.16642 0.20129 0.339315 0.286593 -0.321188 0.272449 -0.077747 -0.171972 -0.047734 0.196735 0.200895 1.643146 0.086355 -0.032742 0.143429 -0.267061\n8 -0.15103 -0.476442 0.053815 -0.187249 0.4716 0.895535 -0.003468 -0.067695 -0.065354 -0.3989 0.459907 -0.300254 0.146415 -0.300607 -0.251319 -0.274635 0.127079 -0.108212 -0.48785 -0.095521 -0.100338 0.249424 0.006378 0.321017 -0.345327 -0.240463 -0.097259 -0.52651 -0.42628 -0.073985 0.221177 0.289056 0.457687 0.658586 -0.22139 0.326081 -0.236085 -0.014532 0.669759 0.052652 0.068975 -0.081445 0.196676 0.300085 -0.125363 -0.238583 0.359612 0.07095 -0.142264 0.144974 -0.330265 0.483715 -0.043663 1.168538 0.235446 -0.683944 -0.345398 0.082683 0.932121 0.306428 0.567263 0.29212 0.132985 0.251858 -0.054768 0.590518 0.114536 0.444368 -0.294123 0.16442 0.054383 0.077981 -0.181436 -0.271739 -0.170658 0.432138 -0.284922 0.473017 -0.281588 -0.313143 0.167526 0.184657 0.425528 -0.249601 -0.408451 0.496009 -0.089771 -0.297656 0.060911 -0.18117 0.360987 -0.024165 0.391818 0.332137 0.044057 -0.473775 0.146786 0.127518 -0.839979 0.180365 0.135597 -0.504772 0.139416 0.119455 0.78588 0.191987 -0.850573 0.422955 0.3009 -0.034644 0.336661 0.072984 0.393859 -0.241135 0.002969 -0.597423 0.284677 0.129491 0.258085 0.167135 -0.268603 0.248018 -0.272721 0.141188 0.226101 -0.701648 -0.121123 -0.184631 0.362964 -0.277521 -0.509322 0.098533 -0.220695 0.118958 -0.281479 -0.128343 -0.625053 0.210937 0.089238 -0.615904 0.116006 -0.218478 0.475124 0.455359 0.010457 0.507305 -0.176702 0.666972 -0.931296 0.277423 0.139748 0.032539 -0.082708 0.056364 0.147059 0.445671 0.785058 -0.034273 -0.034516 0.141162 0.181008 -0.448651 0.340495 -0.192661 0.050339 -0.074544 0.4316 -0.651787 0.114006 0.041213 0.42967 0.105291 -0.814305 -0.872841 -0.656149 0.487741 0.074432 0.42434 0.491596 -0.527861 0.227338 -0.273955 -0.581218 0.193162 -0.317487 0.221344 -0.281415 -0.445009 0.308092 -0.122245 -0.430029 -0.231771 0.174188 0.135385 -0.182448 -0.184204 -0.007398 -0.058645 0.257268 -0.579289 0.298188 -1.103588 -0.169754 0.166361 -0.479468 0.055308 0.283845 0.119962 0.585824 0.449449 -0.033907 0.025655 -0.110397 0.183407 1.06633 0.229078 -0.241628 -0.40586 -0.618632 -0.180198 -0.510359 -0.500124 0.096209 -0.446069 -0.380228 -0.033752 -0.593711 -0.039643 0.122658 -0.575204 0.4223 -0.000199 -0.190624 0.183321 0.271966 0.365346 0.117563 0.616346 -0.553514 -0.44052 0.618609 -0.413637 -0.343738 0.410307 -0.358172 0.732484 0.836178 -0.081235 -0.458388 0.41124 -0.025722 -0.348415 0.759539 -0.659092 -0.562981 -0.260472 0.194918 0.233845 -0.687666 -0.451542 0.225182 0.288162 -0.12448 -0.053808 0.774817 0.509366 -0.426434 0.054787 0.192016 0.188748 0.765743 0.221548 -0.198662 -0.320438 0.172272 -0.659384 -0.259477 0.000229 -0.207803 0.327871 -0.308702 0.557631 0.426212 0.248491 0.266597 0.158878 0.09796 -0.370666 -0.33497 -0.645489 0.016504 0.074259 0.198389 -0.079818 0.959297 0.517043 0.225944 -0.538635 0.555346 0.489691 -0.110609 0.068826 0.840731 0.322076 -0.087535 0.37132 0.170816 0.442517 -0.194814 -0.07157 0.066763 0.358909 -0.33291 0.636275 0.120505 0.374619 0.250583 0.235615 0.147883 -0.202622 0.144187 0.361422 -0.223203 -0.248021 -0.219222 -0.527144 -0.095489 0.306572 -0.387511 0.514279 -0.105572 -0.557824 0.115419 0.340491 -0.128622 0.374835 -0.77182 0.121489 0.253155 0.744395 -0.368253 -0.557552 0.254426 0.200063 -0.715778 0.450276 0.619552 0.252017 -0.227052 0.310427 -0.17898 -0.040329 -0.815025 0.046519 0.169554 0.267523 -0.016237 -0.547872 -0.001344 -0.278326 -0.03856 -0.136323 -0.009707 0.157295 -0.275986 0.209859 -0.003836 -0.037234 -0.765922 0.327882 -0.059598 -0.690774 -1.150779 -0.486426 -0.349958 0.073286 -0.063124 -0.592553 0.522819 -0.289293 0.142416 0.688893 -0.366902 -0.206182 -0.10929 -0.178513 -0.402881 -0.428614 0.266858 -0.460475 -0.500254 -0.25499 0.13059 0.091317 -0.609381 -0.332759 -0.252391 -0.439634 -0.660069 -0.111537 0.549481 -0.196883 -0.536679 0.390788 -0.883216 0.041513 0.119944 -0.364407 -0.281353 0.067195 0.167372 -0.708731 -0.533504 0.30824 -0.342364 -0.896106 -0.491823 -0.024752 0.322428 -0.551182 0.033277 0.300962 0.434985 -0.601787 0.278629 -0.247877 -0.133582 -0.536338 -0.267511 0.175369 0.097768 -0.120615 0.3955 0.204654 0.451297 -0.568939 -0.207368 0.511885 0.040292 -0.024645 0.069409 -0.437579 0.499735 0.208816 0.089906 0.166108 -0.001676 0.090029 -0.138985 0.690966 0.611009 -0.243251 0.29007 0.262208 -0.201168 0.448594 -0.207478 0.231786 0.023683 -0.393781 -0.564876 0.005041 -0.13969 0.120363 0.13676 -0.305742 -0.264236 0.014166 1.181696 0.396863 -0.789324 -0.355383 -0.041134 -0.170471 0.413307 0.614435 0.297702 -0.472885 0.14523 -0.213576 0.110486 -0.014938 -0.711482 -0.55571 0.439908 0.188739 0.500988 0.413948 0.135678 -0.212865 0.288039 -0.175984 -0.612178 -0.155303 -0.060442 0.059702 -0.363285 -1.111428 -0.474593 0.38809 0.154415 -0.002197 0.130748 -0.280328 0.001536 -0.460633 -0.189709 2.012899 0.231635 0.474171 0.411043 0.073464 -1.062814 -0.033139 0.314465 -0.391048 0.255425 0.621238 0.466376 0.234274 -0.20249 -0.253783 0.375137 -0.890047 0.238783 -0.256344 0.35153 0.301654 0.455658 0.01846 -0.596413 0.107362 0.432317 -0.468731 0.628902 -0.331306 0.230629 -0.327207 -0.165175 -0.10585 -0.362996 0.578686 0.57145 0.870343 0.265015 0.373654 -0.644212 0.420245 -0.403751 -0.07741 -0.109314 0.609535 0.085498 -0.861481 0.205043 0.094913 -0.052759 0.099438 0.015192 -0.159306 0.113654 -0.201143 -0.081268 0.305967 0.185421 0.226088 0.159046 -0.573734 0.383675 0.221647 0.4261 0.378719 0.502248 0.331101 -0.303774 -0.365349 -0.509637 -0.203862 0.075069 0.475888 -0.387739 0.178711 -0.429781 -0.075451 0.560141 0.102922 -0.340925 0.511034 -0.395724 0.575623 -0.28684 -0.718059 0.227166 0.007627 0.186021 -0.215782 -0.176691 -0.118366 0.249188 -0.874189 -0.239398 -0.432542 -0.076818 -0.059526 0.266318 0.735091 -0.161962 0.387815 0.053583 -0.06707 -0.723659 0.064196 0.018489 -0.044574 0.486566 -0.118223 0.763536 0.349956 -0.844389 0.716034 0.386594 0.03243 0.536349 0.141304 0.299457 -0.235652 0.273173 -0.305839 -0.078906 0.143048 0.21696 0.143034 0.157417 -0.470757 -0.037792 0.346023 -0.247352 -0.226224 0.12597 0.117263 0.157971 -0.390511 -0.47095 0.049994 -0.09362 0.000351 0.417265 -0.281317 -0.016221 -0.161529 0.086264 -0.107525 0.181302 0.882923 0.640416 0.275114 0.092157 0.845037 -0.545681 0.118458 -0.832225 0.638413 -0.048335 0.709003 -0.231851 -0.265546 0.447682 0.128843 0.943351 0.24197 0.426817 0.192544 0.470768 0.381003 -0.323435 -0.424155 0.222541 0.533909 -0.470764 -0.050555 -0.141379 0.044215 0.153637 -0.215776 -0.912366 -0.693731 -0.236927 0.085809 0.481106 0.294504 0.418199 -0.542127 0.099897 -0.629271 -0.670068 0.676889 0.153133 -0.287501 -0.485001 0.112223 0.023554 -0.021394 0.068429 0.147342 0.465605 0.067227 -0.268587 -0.103767 -0.52491 0.583448 0.160042 -0.105263 -0.541609 -0.242098 -0.122551 0.447841 -0.66373 0.625907 -0.186758 0.239989 0.258274 0.14458 -0.415315 0.047928 -0.045248 0.584435 -0.09043 -0.282182 -0.452287 -0.588522 -0.882234 0.160078 -0.381813 -0.626341 -0.392282 0.491986 0.153418 -0.387452 -0.652427 -0.304649 -0.018657 0.219303 0.141026 0.001851 -0.46865 -0.118277 0.575033 -0.023295 0.271342 0.473863 -0.299042 -0.001198 0.285093 -0.283778 -0.030371 0.251929 0.085716 0.17417 0.191319 -0.204391 -0.263628 -0.738457 0.129214 -0.437976 -0.356661 -0.380255 -1.059305 -0.393425 -0.14116 -0.44391 -0.467499 -0.725267 0.575777 -0.562009 -0.762012 0.286322 0.252335 0.415339 0.357199 -0.215206 0.418215 -0.237565 0.553053 0.21934 0.200589 -0.952201 0.408284 -0.276574 -0.149179 -0.079037 -0.430479 0.086359 -0.516157 0.533416 0.238806 0.092122 0.734496 0.201096 -0.508125 -0.330554 -0.207106 -0.049564 0.350783 0.299939 0.611626 -0.155775 -0.543844 -0.050082 0.268833 0.013855 0.127621 0.573515 -0.285462 0.49029 0.412745 -0.327426 0.079408 0.776775 -0.576669 0.542337 -0.530471 0.097476 0.382394 0.399869 -0.097339 0.653373 0.79972 0.239427 0.398539 -0.037457 -0.27094 0.146747 -0.107455 0.318823 -0.368015 -0.302521 0.218832 -0.427981 -0.329135 0.019387 -1.048921 0.589271 -0.487652 0.499011 0.325938 -0.381838 0.082849 -0.554973 -0.793986 0.483881 -0.157475 0.436846 -0.286284 -0.412004 0.213822 0.334924 -0.263424 0.371976 0.103329 0.540788 -0.565457 0.002097 -0.378488 0.376533 -0.404096 0.458285 0.090024 0.372875 0.208063 -0.28757 0.010735 0.408327 -0.710083 -0.265765 -0.127757 -0.160283 -0.320948 0.543445 0.239729 0.253248 -0.676972 0.652853 -0.257899 -0.719412 -0.953808 -0.285078 0.450249 0.157739 0.277889 0.083339 0.85538 0.119503 0.099593 1.281473 -0.677686 -0.028939 -0.054075 -0.002943 0.681991 -0.133812 0.267033 -0.643052 0.175945 -0.604326 0.241644 0.037208 -0.033385 -0.002213 -0.338898 -1.026507 -0.69166 -0.526554 -0.135 0.474197 -0.773657 -0.143723 -0.063588 0.510175 -0.293579 -0.319047 -0.023807 0.136621 0.588599 -1.722946 -0.363692 0.143236 -0.285691 -0.418787 -0.024534 -0.061741 0.536198 -0.17929 0.034144 0.404306 0.402242 -0.096219 0.361999 0.033782 -0.039366 -0.044424 -0.220379 -0.469885 -0.151563 -0.213965 -0.180096 -0.532139 0.704444 -0.793592 -0.448373 -0.170065 -0.069685 0.588531 -0.42857 -0.370929 0.187412 0.185426 -0.268052 -0.395439 0.381132 0.092027 0.124651 0.968707 0.150437 -0.439347 0.224408 -0.115752 -0.448541 0.530175 -0.145359 0.089558 -1.005726 0.534417 -0.488212 -0.022657 -0.294433 -0.317513 -0.278393 0.332814 -0.590389 -0.316857 1.056061 0.120194 -0.700308 -0.12558 -0.139507 -0.494786 -0.021359 0.579459 0.197157 -0.275156 0.425663 0.230244 0.487707 -0.207237 -0.297887 0.162209 0.140989 0.00464 0.616034 -0.011701 -0.046687 -0.1442 0.250663 0.221977 -0.667907 -0.026875 -0.475553 0.17877 -0.30914 -1.174874 -0.325627 0.342126 0.204649 0.315523 0.085744 -0.303423 -0.206899 -0.476018 -0.408902 1.751665 0.301658 -0.252238 0.776398 -0.09224\nẹ -0.010899 -0.182473 -0.070719 0.199511 0.091347 -0.097183 -0.018378 -0.155161 0.075778 -0.223583 0.116314 -0.428833 -0.196351 -0.230605 0.110639 -0.333415 0.032853 -0.251242 -0.287445 -0.22402 0.069417 -0.087506 0.2438 -0.38362 0.109029 0.104387 -0.337977 -0.070822 -0.140878 -0.268271 0.362929 -0.088498 0.149571 0.030003 0.112581 -0.541142 0.017227 -0.418359 0.248103 0.140627 0.06651 0.102085 -0.304606 0.767042 0.354509 -0.471145 -0.278279 -0.016268 0.30127 0.23349 -0.470402 -0.098085 -0.072254 0.143077 -0.397426 -0.219012 -0.107225 0.085624 0.155214 -0.19678 0.324804 -0.262772 -0.121731 0.078237 -0.254894 0.893196 0.125012 0.168152 -0.271862 0.038596 -0.556596 -0.024304 0.16346 0.122089 -0.241282 0.103479 -0.572291 0.241699 -0.139688 -0.30615 -0.077207 0.173446 0.105545 -0.011298 0.208617 0.015449 -0.127626 0.110212 -0.444693 0.09621 -0.254667 -0.301111 0.013018 0.123445 0.376708 -0.18328 0.13522 0.335196 -0.054911 0.363111 0.635206 -0.081034 -0.140094 -0.010446 0.318151 0.191936 -0.43716 0.562704 -0.386783 -0.312626 0.520597 -0.125233 -0.345938 0.105663 0.231444 -0.357058 0.083764 0.235836 -0.142672 0.449552 -0.329402 0.472147 0.040901 0.644556 -0.592667 -0.227513 0.261619 0.26044 -0.068145 -0.254308 -0.131955 0.077249 -0.144878 -0.016448 0.232994 -0.556174 -0.288786 0.039488 -0.455558 -0.08902 0.010143 -0.088596 0.025454 -0.219787 0.149855 0.292404 0.138041 -0.308783 -0.725287 -0.074347 -0.212359 0.143831 -0.129008 0.288855 0.108378 0.291126 0.262148 0.393567 0.198218 0.320894 0.205124 -0.105637 0.892018 0.022846 0.280064 -0.358224 0.060618 0.106532 0.111128 -0.107909 0.380321 -0.038626 0.086656 0.180285 -0.040933 -0.133241 -0.130902 0.456266 0.690024 -0.049296 -0.009079 0.424168 -0.445079 0.246928 -0.229073 0.080932 -0.170171 0.067819 0.235345 -0.03771 -0.371797 -0.264663 -0.019981 0.143474 0.163404 -0.281633 0.254806 -0.145247 -0.432776 0.135563 0.212592 0.412247 -0.062184 0.048376 0.025137 -0.160207 -0.118638 0.132035 1.041182 -0.158377 0.275852 0.356347 0.031652 -0.043113 0.22067 0.329442 0.247103 -0.447865 -0.357946 -0.274625 -0.52691 -0.468913 0.288889 0.487712 0.184087 -0.220732 -0.187951 0.195832 0.447353 -0.250633 -0.180161 -0.203103 -0.416411 -0.323683 -0.387943 0.363743 0.040605 0.113296 -0.092226 0.378973 0.16628 0.645022 0.168698 0.179231 0.168529 -0.04516 0.337618 -0.496546 -0.491798 -0.148443 -0.377381 -0.402148 0.278617 -0.050399 0.185145 -0.361372 -0.051204 -0.313251 0.007105 0.451589 -0.148833 0.540897 -0.009134 -0.344894 0.473975 0.239049 0.161995 -0.153653 -0.012736 0.143294 0.522745 0.185446 -0.118707 -0.557341 0.120574 -0.078609 0.105472 -0.096388 -0.071885 0.139006 -0.299811 0.307186 0.080256 0.47898 0.481641 0.117485 -0.445304 -0.302827 -0.060841 -0.251235 0.413458 0.139322 -0.211933 0.137091 -0.254022 0.488075 -0.889561 -0.055162 0.230678 0.191773 0.186885 -0.164722 -0.345706 0.100006 0.024833 -0.177552 0.016505 0.120544 -0.084284 -0.088511 0.054563 0.1154 -0.224822 0.102393 -0.047241 -0.244007 0.48558 0.474484 -0.094803 -0.188287 -0.042088 0.735122 0.145799 0.036225 -0.363774 -0.039633 -0.424027 -0.035711 -0.055984 -0.251705 0.204167 0.198752 0.236758 -0.106079 -0.01215 -0.236294 -1.689212 0.095655 -0.179762 -0.265502 -0.069755 -0.125548 0.125499 -0.044978 -0.125905 0.224631 0.445616 0.078552 -0.28283 0.073584 0.056715 0.425845 0.061285 0.006977 0.380904 -0.129444 -0.097785 0.298327 -0.127286 -0.040409 0.029267 0.001126 -0.094885 0.213824 0.103551 -0.537291 -0.445002 0.198985 -0.826378 0.016864 -0.053069 0.170553 -0.254399 -0.194074 -0.354261 -0.271908 0.072691 -0.734953 0.029973 -0.296453 0.166581 0.070426 -0.052919 -0.257868 0.017915 -0.220353 -0.220187 -0.066016 -0.045586 0.068601 0.350674 -0.370284 -0.004003 0.154678 -0.035711 0.015824 0.138318 -0.230593 -0.38231 -0.652082 -0.400925 -0.015899 -0.015518 0.136214 0.404191 0.370755 0.220118 -0.149903 0.324151 0.079704 0.213551 -1.263196 0.347916 0.46937 -0.23919 -0.046518 -0.181135 0.44125 -0.349658 0.165187 -0.210763 0.067724 0.373305 -0.158783 -0.100186 -0.250577 0.56605 -0.13236 0.148856 0.444588 0.49409 0.102133 -0.161176 0.347034 0.327609 0.142614 -0.063613 -0.424661 0.23393 0.332058 -0.144666 0.012868 0.186616 -0.20462 0.238151 -0.332046 -0.162589 0.517099 0.238195 1.277768 0.386082 -0.59487 0.035139 0.282978 -0.07073 0.212642 -0.113143 -0.383776 -0.076405 -0.033733 0.58825 0.009415 -0.300329 -0.193039 0.139923 0.133711 0.603119 0.005012 0.22322 0.235425 0.128912 -0.364227 0.233323 0.198027 -0.319243 -0.204431 0.0314 0.370567 -0.017574 -0.320563 0.325376 0.325768 -0.349864 -0.487288 0.42703 0.300436 0.292655 0.129828 0.043081 -0.087526 0.519563 -0.565777 -0.042774 -0.078103 -0.142324 -0.104475 0.172879 -0.054529 -0.176748 0.032799 0.108315 0.137307 -0.010342 -0.088093 -0.224422 -0.139892 0.39447 2.300634 -0.038959 0.049626 0.265935 -0.413107 -0.154494 -0.108053 -0.055009 0.057892 -0.278604 -0.053638 -0.114297 0.227371 0.276099 -0.573693 -0.063989 -0.305759 0.122641 -0.110594 0.128211 0.12069 -0.137961 -0.206465 -0.130207 -0.297294 -0.269811 -0.136081 0.133565 -0.314338 -0.074234 -0.122 -0.183169 -0.090974 0.310758 0.247378 -0.024282 0.042258 0.304645 0.315999 -0.162016 -0.539963 -0.078952 -0.186319 -0.049012 0.246258 0.205785 -0.272995 -0.397592 0.406182 0.573262 -0.158662 -0.451034 0.050407 0.183146 -0.036477 -0.034704 -0.052697 0.14249 0.011521 -0.210786 -0.86587 -0.440579 -0.03414 0.147386 -0.08288 0.114954 -0.013349 -0.158043 -0.156496 -0.206767 0.451035 0.193257 0.184048 -0.301545 0.180682 -0.429016 -0.145991 0.254757 0.087206 -0.082798 0.388401 -0.338163 -0.081167 -0.125948 0.171887 -0.06153 -0.141458 0.087507 0.144104 0.229533 -0.335178 -0.28051 0.030196 -0.325281 -0.08528 -0.205809 -0.009455 0.147151 -0.109136 0.629107 -0.136821 0.269948 0.410344 -0.052819 0.247583 0.53027 0.251335 -0.579985 -0.089488 0.606095 -0.178611 -0.087698 0.402696 -0.14553 -0.175379 0.412368 -0.182512 -0.214766 0.037023 0.183504 -0.166562 0.221425 0.047519 0.002907 0.184121 -0.112721 0.262901 0.153233 0.413516 -0.554749 -0.132063 0.126887 0.375386 0.044674 -0.212018 0.035076 0.15671 0.177275 -0.224323 -0.132235 -0.634592 -0.180199 -0.083247 -0.212091 -0.348797 -0.130568 -0.02504 0.139144 -0.449 0.318226 0.422282 0.115321 -0.227722 -0.626043 -0.296621 -0.123853 -0.122067 -0.104005 -0.08218 0.002232 0.443191 0.223759 0.056788 0.215515 0.354941 -0.028809 -0.069091 0.429871 0.06524 0.330884 -0.48538 0.408255 0.430625 0.456258 -0.061601 0.257948 -0.000362 0.035533 0.264031 -0.319661 -0.031 -0.226551 0.232757 0.301286 -0.122799 0.456306 0.171634 -0.650399 0.495738 0.036317 0.717583 -0.066793 -0.215793 0.197477 0.289591 -0.459765 0.002682 -0.121476 -0.397291 0.179246 -0.075044 0.07377 7e-06 -0.301479 0.19475 0.333949 0.463786 -0.169005 0.042051 -0.103244 -0.157278 -0.200839 0.009443 0.752734 -0.016993 0.322686 0.317872 0.278224 -0.093499 0.318943 0.314031 0.068917 -0.220137 -0.297498 -0.128938 -0.032066 -0.65253 0.384888 -0.01997 -0.129511 -0.387291 -0.230326 0.034241 0.269132 -0.08853 -0.33516 -0.349424 -0.328588 -0.004463 -0.294334 0.149849 -0.077174 0.192556 -0.136358 0.0538 0.069515 0.407566 -0.039806 0.393816 -0.019895 0.001545 0.247228 -0.261263 -0.439407 -0.36814 -0.035337 -0.284067 -0.091927 0.285375 0.171575 -0.007762 -0.251918 0.344455 -0.11711 -0.01218 -0.005217 0.476295 0.009295 -0.317496 0.062701 0.266213 0.071818 -0.089198 -0.114213 -0.053983 0.256028 0.124473 0.049757 -0.213997 0.190267 -0.383778 -0.021617 0.152662 0.273315 0.093608 0.055269 -0.09451 0.106793 0.336226 0.221527 0.096007 -0.291974 -0.274118 0.368765 -0.581338 0.298901 0.129647 -0.327677 -0.06668 -0.082932 0.461703 -0.269058 -0.110223 0.425394 -0.189694 -0.044479 0.378869 -0.41909 0.246508 0.042495 0.282016 -0.138343 0.043799 -0.233746 -0.167635 0.088371 -0.161641 0.042537 0.223419 0.105512 -0.025451 0.4285 0.187785 -0.110266 -0.610116 0.228376 0.254709 0.1534 0.301192 -0.350104 0.278387 -0.169146 -0.307498 -0.146907 -0.434777 0.076358 0.228582 0.320258 0.024255 0.121187 0.139073 -0.825083 0.383045 0.03826 0.227335 -0.141593 0.153135 0.318033 -0.342504 -0.100899 0.138498 0.342305 0.088459 -0.058949 -0.078204 0.410074 0.237017 -0.075399 0.054743 0.444229 0.022144 0.219107 -0.186423 0.516966 0.087296 0.004728 0.463047 -0.362518 0.199196 0.077685 -0.257392 -0.30536 0.166333 -0.756799 0.198722 -0.034491 -0.024448 -0.276243 -0.219019 -0.173022 -0.442036 0.167505 -0.340109 0.015528 -0.336921 0.21875 0.086878 -0.172805 0.184176 -0.04584 -0.192384 -0.350717 0.243022 -0.240078 0.323588 0.385736 -0.210318 0.242763 0.444951 -0.128237 0.253345 0.500103 -0.186208 -0.166085 -0.644212 -0.663297 -0.101853 -0.173583 0.046467 0.522963 0.282897 0.03282 -0.165665 0.246451 -0.037601 -0.269891 -2.108222 0.242197 0.552267 -0.286968 -0.230427 -0.123054 0.001775 -0.196397 0.149159 -0.194452 -0.135502 -0.090354 0.025128 -0.224662 -0.29429 0.338017 -0.03734 -0.027267 0.462293 0.335525 -0.005151 -0.360284 -0.013366 1.936539 0.205875 -0.285832 -0.012653 -0.048017 0.006951 -0.186274 -0.394617 0.240462 -0.133974 0.023129 -0.506222 0.036228 -0.003813 0.103292 1.479077 0.086018 -0.636761 -0.263696 0.209526 0.282544 0.313344 -0.120991 -0.253141 -0.026167 -0.085156 0.369261 -0.16209 -0.484648 -0.379487 0.392589 0.054185 0.255093 -0.065209 0.19759 0.207098 -0.358319 -0.360073 0.206513 0.012942 -0.060194 0.164263 0.074394 0.034605 -0.023612 -0.115765 0.389486 -0.140294 -0.110186 -0.10781 0.607089 0.119379 0.184846 0.269902 0.106177 -0.019141 0.288526 -0.47161 0.249524 -0.097377 -0.122309 -0.058967 -0.272142 0.059534 0.207162 -0.024219 -0.139325 0.158711 -0.148223 0.098941 -0.036737 -0.052163 0.262764 1.677074 -0.025841 0.350649 0.130775 -0.200479\nằ 0.212235 -0.019537 0.002821 -0.095403 0.051183 -0.108734 -0.105122 -0.045611 0.205836 -0.117628 0.240793 -0.334236 -0.271298 -0.12869 0.295615 -0.396385 -0.007926 -0.562682 -0.299467 -0.380796 0.195753 -0.012043 0.073605 -0.340357 -0.062076 0.202928 -0.200785 0.103834 0.07264 -0.182321 0.399621 -0.334768 0.041668 0.151678 0.446095 -0.416044 0.170218 -0.36477 -0.005792 0.119625 -0.063913 -0.00825 -0.201553 0.451215 0.240166 -0.214567 -0.09019 -0.061005 0.084069 0.246085 -0.414886 -0.212702 -0.145398 0.440826 -0.230573 -0.22788 0.057951 0.016158 0.270017 -0.154363 0.165073 -0.332629 -0.012655 0.095935 -0.082986 0.405163 0.052289 0.087491 0.038037 0.104319 -0.51502 0.025144 0.066415 0.046567 -0.152009 0.20702 -0.363364 0.150546 -0.088188 -0.477485 0.253153 0.195865 -0.075692 -0.06832 0.098784 0.294472 -0.045441 0.115223 -0.304393 0.130913 -0.395896 -0.364115 0.012625 0.09977 0.648488 -0.359039 -0.108621 0.049021 0.033061 0.137456 0.38822 -0.346485 -0.223777 -0.06494 0.176699 0.264554 -0.307889 0.544525 -0.179276 -0.365979 0.427142 0.085447 -0.267263 0.238705 0.273314 -0.557317 -0.028813 0.19355 -0.052522 0.459262 -0.086577 0.54345 0.226816 0.417213 -0.144109 -0.29022 0.216796 -0.008111 -0.176862 0.016319 -0.061719 -0.11149 -0.172387 -0.076881 0.165718 -0.775969 -0.529598 -0.021741 -0.127412 -0.194711 0.047524 0.10444 0.4813 -0.20401 0.026811 0.485285 0.1981 -0.14396 -0.799428 -0.032685 -0.145633 0.037661 -0.169801 0.080509 0.052954 0.222355 -0.114099 0.007432 0.133138 0.316521 0.083346 -0.146469 0.535024 -0.119381 0.441987 -0.141748 -0.044012 -0.15379 -0.061785 0.000117 0.311462 -0.198509 -0.085091 0.057914 -0.144637 -0.297365 -0.203124 0.45775 0.481193 -0.153157 -0.093683 0.530922 -0.367013 0.257387 -0.597517 0.262622 -0.098872 -0.039106 -0.09454 -0.168565 -0.351687 -0.30843 0.080127 0.149454 -0.128851 -0.04103 0.268373 -0.246957 -0.346995 -0.03595 0.23538 0.249191 -0.158529 0.058679 -0.137722 -0.116284 -0.288186 0.16171 1.426091 -0.415354 0.327385 0.283459 0.164806 0.05492 0.098278 0.302384 0.117318 -0.310886 -0.536065 -0.226288 -0.283336 -0.653637 0.37636 0.191549 0.261062 -0.401579 -0.044778 0.154209 0.132018 -0.293368 -0.204177 -0.190498 -0.283528 -0.222873 -0.268049 0.220611 0.166168 -0.058407 -0.018164 0.216981 0.293704 0.606267 0.184055 0.053358 0.266561 0.023838 0.514656 -0.168465 -0.366636 -0.142984 -0.370879 -0.178037 0.256605 0.025866 0.163373 -0.260282 -0.026145 -0.179663 -0.115507 0.248466 -0.05461 0.424593 -0.173996 -0.260898 0.399556 0.2375 0.31392 -0.377132 -0.137601 0.186649 0.54416 0.009706 -0.161551 -0.542073 0.041769 -0.220328 0.12626 0.120321 -0.084453 -0.126096 -0.495917 0.069804 0.141572 0.474335 0.211133 0.336489 -0.349367 -0.461594 -0.091482 -0.498028 0.205616 0.23702 -0.360882 0.348234 -0.012815 0.496708 -0.745047 -0.00522 0.016139 0.312585 0.070996 -0.223817 -0.422692 0.231151 0.222388 0.110734 0.026035 0.121775 -0.133085 0.010937 0.015261 0.111546 -0.253768 0.188044 -0.193192 -0.469889 0.599406 0.438215 -0.32469 -0.176819 -0.134691 0.394061 0.175397 0.135805 0.033634 -0.019274 -0.312612 0.066331 0.232605 -0.128399 0.02765 0.253776 0.014868 -0.045385 -0.145475 0.100422 -1.54148 0.025837 0.012675 -0.142939 -0.022992 -0.196821 0.177607 0.025493 -0.1409 0.052737 0.281357 0.465837 -0.102259 0.277558 0.138443 0.350728 0.289417 0.225026 0.350459 -0.162149 0.238019 0.292462 0.011276 0.239638 0.083392 0.007935 -0.012047 0.239027 0.057337 -0.158747 -0.263232 0.060164 -0.753604 0.048668 0.042835 0.026966 -0.110563 -0.378955 -0.378991 -0.229799 0.220259 -0.772666 -0.054879 -0.294124 0.43017 0.076227 -0.054413 -0.288219 -0.082714 -0.073091 -0.167694 0.109864 0.06107 0.062062 0.358084 -0.298743 0.050106 0.24299 0.059618 -0.211325 0.081699 -0.280117 -0.112264 -0.460939 -0.178238 -0.011933 -0.132492 0.108638 0.081062 0.300351 0.102929 -0.01966 0.245129 -0.103454 0.426839 -1.320091 0.331189 0.382042 -0.285241 -0.146202 -0.168457 0.339993 -0.061803 0.037351 -0.090615 -0.153368 0.129582 -0.073017 0.053551 -0.185085 0.34959 -0.239819 0.017335 0.175933 0.414113 -0.104546 -0.006536 0.237114 0.311371 0.214175 0.008784 -0.443238 0.081993 0.384787 0.051317 -0.223369 0.386336 -0.214756 0.085573 -0.203122 -0.083456 0.324623 0.064423 1.372679 0.287721 -0.087815 0.123197 0.307737 -0.177474 0.189113 -0.031112 -0.487999 0.182251 0.093605 0.666961 -0.061827 -0.293467 -0.121188 -0.087133 0.087821 0.341141 0.060903 -0.005793 0.296724 0.344414 -0.387025 0.236885 0.011492 -0.068166 -0.05879 -0.263701 0.050404 0.198496 -0.225648 0.130087 0.075283 -0.232029 -0.36872 0.319765 0.492815 0.358079 0.263064 0.173261 -0.000335 0.572558 -0.204817 -0.027031 0.058459 0.007985 0.056776 -0.006328 0.284835 -0.064262 0.027031 -0.09442 0.245397 -0.093845 -0.29006 -0.301001 -0.021033 0.523111 2.302598 -0.082953 -0.026117 0.121025 -0.165123 0.003621 0.078193 -0.189383 0.071613 -0.165458 -0.075425 -0.083841 0.358049 0.225482 -0.385505 -0.112998 -0.225027 0.061758 -0.061362 0.064888 -0.007364 -0.273748 -0.237341 0.096639 -0.428324 -0.036071 0.101945 -0.130776 -0.274133 -0.019121 -0.092821 0.000823 0.039251 0.493805 0.254066 0.272957 -0.15538 0.233377 0.499974 -0.017994 -0.481407 0.073603 -0.211812 0.036405 0.203973 0.139423 -0.105776 -0.245326 0.277786 0.451853 -0.016473 -0.086238 -0.000441 0.04801 0.193986 -0.132151 0.031868 -0.055906 0.193469 -0.078506 -0.545081 -0.262036 0.107556 0.179736 -0.111923 -0.122175 -0.341714 -0.221819 -0.229082 0.115812 0.090341 0.282784 0.064548 -0.098568 0.135491 -0.557714 -0.219116 0.232082 0.109768 -0.264549 0.506445 -0.163141 -0.110349 0.008684 -0.050124 0.206534 -0.251658 0.244067 0.187795 0.09695 -0.003209 -0.000724 0.013571 -0.267759 -0.116509 -0.211539 -0.180524 0.055761 -0.077173 0.816003 -0.222216 0.01102 0.099509 -0.113192 0.144335 0.39909 -0.071409 -0.427272 0.053234 0.433798 -0.077765 -0.029932 0.45928 0.000659 -0.233854 0.229397 -0.112824 -0.199726 0.13052 0.207239 -0.484372 0.075819 0.013066 0.095912 0.382427 0.013414 0.323046 0.437566 0.351499 -0.384501 -0.22069 0.011131 -0.048258 0.000237 -0.132238 -0.074155 -0.027029 -0.12997 -0.248253 -0.322125 -0.710852 -0.488199 -0.188468 0.037048 -0.133782 0.241899 -0.087133 0.517065 -0.144754 -0.050659 0.482308 -0.004801 -0.103776 -0.573736 -0.161916 -0.202915 -0.24152 0.087894 0.065551 -0.15447 0.314489 0.016789 -0.174115 0.235601 0.148717 -0.141105 -0.223792 0.347826 -0.014945 0.425057 -0.077717 0.240931 0.021918 0.333385 0.184781 -0.017722 -0.111895 0.146493 0.089047 -0.34747 -0.273822 -0.293382 0.420137 0.180289 -0.173586 0.173086 0.216757 -0.633052 0.506361 -0.30487 0.44045 -0.072281 -0.240563 -0.078978 0.24169 -0.344643 0.040825 0.188926 -0.419964 -0.00758 0.002568 0.147263 -0.117482 -0.376765 -0.048856 0.37838 0.341957 -0.109659 0.149763 -0.386956 -0.032372 -0.321157 0.110144 1.044152 -0.137712 0.436348 0.321505 0.185911 0.024062 0.389442 0.374476 -0.063064 -0.269131 -0.499606 -0.265692 0.003345 -0.695212 0.365079 0.020446 0.03573 -0.425257 -0.041375 -0.038045 0.015687 -0.266382 -0.19366 -0.306778 -0.03732 0.125512 -0.329945 0.217896 0.090976 -0.141647 -0.193421 0.052229 0.152782 0.397306 -0.192355 0.239563 0.035219 0.05799 0.354449 -0.108713 -0.405674 -0.583412 -0.129724 -0.066533 -0.020655 0.278528 0.104767 -0.250841 -0.340434 0.327655 -0.22146 -0.129663 -0.006824 0.425397 0.085423 -0.083951 0.089939 0.227073 0.173043 -0.285909 -0.11156 0.086976 0.354507 -0.05817 -0.070117 -0.333087 0.064148 -0.048489 0.185309 0.17779 -0.045577 -0.070697 -0.229787 0.067222 0.265314 0.396281 0.164032 0.269563 -0.251911 -0.335362 0.319859 -0.818054 0.028544 0.172548 -0.487526 0.101943 0.027674 0.365331 -0.303081 -0.268703 -0.023688 -0.024157 -0.009008 0.113142 -0.310207 0.323391 0.263183 0.448661 -0.242202 0.086611 -0.312577 -0.018987 0.037182 -0.120313 0.058391 0.189993 0.24548 -0.310868 0.561383 0.310933 -0.136842 -0.434732 -0.092334 0.086775 0.139253 0.398915 0.032889 0.138012 -0.106095 -0.07375 0.016198 -0.15388 -0.191607 0.418129 -0.001596 -0.110056 0.019717 0.226196 -0.736061 0.197913 0.026276 0.330096 -0.173559 0.086501 0.41127 -0.338768 0.010658 0.081038 0.185866 0.325409 -0.031724 0.19413 0.261948 0.152486 0.212104 0.132798 0.241384 -0.088253 0.550359 -0.060869 0.444288 0.302557 0.032659 0.319281 -0.163822 0.31051 0.193894 -0.06719 -0.235373 -0.030662 -0.718638 0.132125 0.028155 -0.06329 -0.2295 -0.357156 -0.067211 -0.444208 0.074795 -0.312522 -0.010559 -0.206639 0.176838 0.157133 -0.129197 0.090701 -0.116947 -0.168751 -0.276659 0.196893 -0.184748 0.185743 0.193468 -0.215835 0.31862 0.52374 -0.196829 0.115889 0.40714 -0.367105 -0.033686 -0.433565 -0.630656 -0.122855 -0.311288 0.126555 0.464789 0.172629 -0.067383 -0.03813 0.131316 -0.092807 0.063419 -2.05113 0.172843 0.42273 -0.254457 -0.331304 -0.107069 0.160227 -0.017705 -0.003294 -0.191534 -0.197878 -0.088708 0.007806 -0.139231 -0.4596 0.201676 -0.157187 -0.126636 0.113516 0.265519 -0.000211 -0.336809 0.093659 1.723434 0.304211 -0.258676 0.092559 -0.124711 0.12107 -0.002526 -0.483007 0.553085 -0.173438 -0.212927 -0.250233 0.264798 0.029172 0.191736 1.450097 0.087765 -0.517666 -0.162086 0.375897 0.162613 0.169216 -0.112352 -0.364467 0.118 0.009459 0.290969 -0.291868 -0.422115 -0.209329 0.166269 -0.010475 0.122992 -0.089499 0.097025 0.054994 -0.086688 -0.378759 0.208343 -0.117991 -0.126259 0.309601 -0.264821 -0.201657 0.114898 0.100714 0.203577 -0.2778 -0.02171 -0.0627 0.73117 0.27132 0.158209 0.490044 -0.04455 0.074374 0.289201 -0.165459 0.245401 -0.059772 0.029246 0.016621 -0.308802 0.360017 0.194231 0.012806 -0.260648 0.253461 -0.363196 0.07001 -0.197958 0.136162 0.362638 1.590527 0.040653 -0.0409 0.053946 -0.095309\nA 0.348175 0.943292 -0.000139 -0.259818 0.159165 0.085624 0.160235 -0.196521 0.039222 0.303502 -0.091985 -0.11752 -0.450079 -0.221255 0.032931 -0.232194 0.226941 -0.120714 0.021515 -0.208381 0.047153 -0.086111 0.704033 -0.080625 -0.288404 0.299748 -0.196603 -0.039367 0.170454 0.538423 0.349306 0.077729 -0.030252 0.181738 -0.306619 0.320969 -0.130667 -0.368509 0.553939 0.065206 -0.115326 0.33988 -0.17937 0.404137 0.20136 -0.957789 -0.357419 -0.394119 0.071908 0.255889 -0.272987 -0.008954 -0.054444 -0.005588 0.510229 -0.156004 -0.110113 0.14043 0.507511 0.112277 -0.029433 0.100741 0.072403 0.200993 0.367388 0.173946 -0.101388 0.49392 -0.118289 -0.153314 -0.28902 0.248953 0.468984 0.004908 -0.176785 0.4741 -0.371901 0.333066 -0.275344 0.176926 0.486041 0.832103 0.226138 0.337962 -0.02576 0.333822 -0.007598 0.001768 -0.612321 0.181915 -0.109868 -0.267078 -0.088889 0.204391 0.229786 -0.266709 -0.245286 -0.00119 -0.185172 -0.017151 0.245836 -0.072822 -0.252827 -0.12087 0.448532 -0.531 -0.534555 0.389928 -0.091606 -0.049057 0.494945 -0.062749 -0.426903 0.347452 0.074441 -0.276006 0.136298 -0.279719 0.221457 0.142482 -0.277392 0.487643 -0.132318 0.08352 0.090433 -0.386028 0.010311 0.096297 -0.485434 0.37511 -0.21561 -0.849997 0.057481 0.181226 0.051404 -0.583096 0.057324 0.303261 -0.347325 -0.085748 0.105269 0.299188 0.367124 -0.184411 0.069205 0.321216 0.053927 0.441416 -0.960787 0.024734 -0.03007 0.369052 0.103493 0.206176 0.403721 0.102883 0.21057 0.09287 0.547466 0.251182 0.3092 -0.246263 0.106634 -0.033323 -0.030696 -0.322293 0.068284 0.036506 -0.423566 -0.005198 0.60437 -0.123656 -0.189235 0.152947 -0.64325 0.480167 -0.307772 0.033196 0.355642 -0.183514 -0.220356 -0.327709 -0.680453 0.507467 -0.782695 0.04416 -0.07215 0.173397 0.218219 0.030569 0.057127 -0.260247 0.140437 0.201373 0.173029 0.09304 0.028591 0.037005 -0.266834 -0.129603 0.156114 -0.190499 0.008802 -0.16782 0.163742 -0.289023 -0.012678 0.179807 0.470443 -0.077771 0.33796 0.174885 0.066828 0.175069 -0.106745 0.721301 -0.171385 0.029664 -0.431638 -0.380357 -0.191977 -0.518981 0.02466 -0.389411 -0.001525 -0.306715 -0.105482 0.172314 0.127936 0.328733 -0.141601 -0.048658 -0.232062 -0.206284 -0.275077 -0.148788 0.20533 -0.039629 -0.291789 -0.110643 0.031962 0.235974 0.2074 0.345326 0.084122 0.23299 0.678882 0.120031 -0.280319 0.039246 -0.441189 -0.058399 0.329426 -0.250007 0.324433 -0.328652 -0.108831 0.01968 0.090565 0.006688 0.266576 -0.17723 -0.537681 -0.297551 0.12349 0.54418 0.256485 -0.402184 -0.141979 0.486111 0.618327 0.368686 -0.111341 0.083415 -0.209659 -0.176214 0.303412 0.379749 0.296493 0.105237 -0.037328 0.19074 -0.02778 -0.063268 0.303022 -0.02113 0.45087 0.023824 -0.101265 -0.682687 0.287628 0.264841 0.23263 0.576421 0.286429 0.224889 -0.064815 0.378829 0.130856 0.051844 -0.00697 0.313772 0.002355 -0.178962 0.040295 0.413617 -0.092708 0.186692 -0.264541 -0.228778 0.103213 0.402948 -0.052926 0.381323 -0.143719 0.251302 0.268753 0.264704 -0.185178 -0.043771 0.07262 0.081636 -0.084841 0.350002 0.508837 -0.117709 -0.330836 0.262697 -0.323407 0.00712 -0.421849 0.07503 0.19588 0.007576 -0.268951 -0.157585 -0.332179 0.03851 0.057623 0.113761 -0.114003 0.059411 -0.33139 0.237131 -0.098825 0.113909 0.216612 0.305338 0.170929 0.081248 -0.024086 0.434887 -0.259741 -0.182718 0.338849 0.079935 0.049919 0.257312 0.210929 0.224136 0.020252 0.274605 -0.082896 0.229771 0.08696 -0.189741 0.152452 0.190804 -0.78567 -0.276672 0.00272 -0.105625 -0.149979 -0.200986 -0.560628 0.39145 -0.045095 -0.560486 0.016448 0.067086 0.493924 0.391836 -0.100032 0.008641 -0.02917 -0.117095 -0.197573 -0.148734 0.163826 0.101141 -0.025902 -0.343215 -0.202776 0.226939 0.189226 -0.010691 -0.230187 -0.059617 -0.252039 0.162771 -0.245929 0.24151 -0.271058 0.267148 0.087806 0.216681 -0.025338 -0.100989 0.25216 -0.378844 0.249204 -0.865774 0.127068 0.227835 -0.188944 -0.123734 -0.408176 0.547821 0.494008 -0.56563 -0.115316 0.089763 0.195313 -0.503647 0.371064 -0.215256 0.240192 -0.639784 0.315288 -0.032001 0.092595 0.221412 0.084214 0.235727 0.281003 0.01703 -0.033039 0.020865 -0.050748 -0.07536 -0.197689 0.018112 0.381781 -0.250954 -0.127464 0.035834 0.067382 0.286845 0.01365 1.050378 0.360134 0.046809 0.017085 0.594518 0.063438 0.543133 -0.331205 -0.507228 -0.280963 0.471938 0.119528 0.255524 -0.021727 0.419782 -0.355684 -0.236041 0.11247 0.071228 0.559673 0.189836 0.09672 -0.147366 0.266191 -0.1865 -0.256183 0.205048 0.016415 -0.95093 0.07256 -0.124837 0.361436 0.208732 -0.477397 -0.039592 0.254095 0.48449 0.560244 0.39134 -0.090938 -0.092095 0.354713 -0.206538 -0.304647 0.282143 -0.052549 0.139456 -0.398747 -0.70717 0.15226 0.013552 -0.066978 0.471873 -0.340755 -0.065035 -0.216959 0.060535 0.190091 2.150592 0.004968 -0.096491 0.32491 -0.017841 0.181551 0.204607 -0.186564 0.178788 0.129701 0.06245 -0.177585 -0.093657 0.022451 -0.040702 -0.520464 -0.185716 -0.28092 0.188807 -0.075948 -0.267693 -0.029322 0.090646 0.413125 -0.239093 -0.110512 0.252262 0.228584 -0.091841 -0.10282 0.183848 0.024026 -0.112867 0.055696 0.551119 0.571333 0.107523 0.284364 0.279504 -0.848303 -0.432386 -0.0754 0.098856 0.490263 -0.006757 -0.05689 -0.103512 0.327472 0.691163 0.394858 -0.498005 -0.033082 -0.088993 -0.033824 -0.26272 -0.310243 0.265427 -0.27204 -0.049922 -0.076769 -0.72714 -0.354481 -0.473352 0.522809 0.179738 0.001779 -0.105884 0.349295 0.006384 -0.134916 -0.003494 0.251109 0.111778 0.151032 -0.209052 -0.139169 0.01585 0.734839 0.07117 -0.22363 0.778183 -0.241936 0.169278 -0.044572 -0.071864 0.676726 0.247835 0.706443 0.328454 -0.067653 0.007105 0.201405 -0.092911 -0.700749 0.131517 -0.077818 0.271642 -0.018112 0.062797 0.251804 -0.016459 -0.116753 0.4073 -0.277394 0.035169 0.242957 0.242925 -0.39922 0.010604 0.808202 -0.176234 -0.13685 0.296549 -0.130873 -0.239798 0.082249 0.17467 -0.408418 0.340339 -0.247023 -0.07628 -0.286782 -0.017425 0.494436 -0.134773 0.206092 0.165079 0.058845 0.072838 -0.184089 -0.190524 -0.171626 -0.136634 -0.08095 0.1394 -0.350977 -0.397533 0.040481 0.115141 -0.417326 -0.536498 -0.338878 0.193993 -0.296666 0.171768 0.289629 0.433578 0.705544 0.144313 -0.413514 0.498062 -0.12449 0.078284 -0.639585 -0.272528 -0.042993 0.392933 0.321456 -0.022602 -0.325623 0.283374 0.143786 0.080871 0.215201 0.005046 0.520417 -0.302761 0.05268 0.423355 0.154626 0.089981 -0.014421 -0.188249 -0.30416 -0.133767 0.302699 -0.143132 -0.399235 0.032501 -0.29539 0.51026 -0.281126 0.353183 0.158572 -0.430259 -0.021018 -0.558793 -0.394733 0.759588 -0.168923 0.014203 -0.128204 -0.05354 0.159675 0.200448 -0.061948 -0.049072 0.056494 -0.126666 0.254528 0.059166 0.107558 0.179672 -0.302589 -0.053128 0.232387 -0.291463 0.112532 -0.230483 -0.000618 0.377482 -0.04382 -0.195018 0.401524 0.410204 0.189462 0.055698 0.145913 0.522505 -0.246674 0.086982 -0.097291 0.031602 -0.625758 -0.176436 0.343768 -0.433149 -0.108493 -0.129403 -0.089493 -0.28445 0.130553 0.102223 -0.378157 0.088906 0.223116 -0.031098 -0.546994 0.119927 0.021134 -0.156622 -0.303493 -0.086561 -0.369492 -0.513715 -0.284211 0.537838 0.05016 0.233879 -0.173443 -0.035727 0.306124 0.316777 -0.612351 -0.206341 -0.402339 -0.022986 0.255916 0.128017 -0.012117 -0.081361 -0.22664 0.271622 -0.071104 -0.078708 -0.109146 -0.009628 -0.34544 -0.163203 0.374846 0.424682 0.047244 -0.377996 -0.068127 0.430848 0.232437 0.372627 -0.211447 0.047656 0.025511 -0.576118 0.37591 0.354858 -0.257358 0.103687 0.081888 0.02796 -0.038539 0.254009 0.587977 0.039875 0.282097 -0.173947 0.120785 -0.801103 -0.475251 0.083322 -0.359023 0.273168 -0.002153 0.147933 0.336197 -0.112941 -0.067163 -0.245669 -0.017897 0.311957 -0.049334 0.024493 -0.181307 0.597887 -0.24179 0.274692 -0.294886 -0.024678 0.080555 0.438259 -0.112076 0.426315 0.565265 0.446305 0.471553 -0.088128 -0.100455 -0.376268 -0.054981 0.017213 -0.126149 0.447277 0.3489 -0.517751 0.254808 0.372516 -0.288028 -0.041995 0.004299 0.316527 -0.095212 -0.075554 -0.06118 0.141654 -0.476535 0.423757 -0.200493 0.255931 -0.132773 0.068783 -0.229712 -0.122434 0.177179 0.119368 0.315611 0.331105 0.059288 -0.495237 -0.147816 0.123507 -0.083352 -0.160684 0.360392 0.311552 0.519787 0.090059 0.620758 -0.171934 0.386522 0.186442 0.181833 0.304087 0.213626 -0.039437 0.130865 0.144403 -0.648807 0.207338 0.007451 -0.065335 -0.068669 -0.296616 -0.554008 -0.332594 0.134158 -0.222724 0.104561 -0.217905 0.670141 0.677591 -0.072697 0.038421 -0.398313 -0.373132 0.078617 -0.14765 -0.012426 0.027957 0.260275 -0.016601 0.010393 0.474586 0.151245 0.165398 -0.014908 -0.328596 -0.378312 -0.059573 -0.402411 -0.120109 -0.028466 0.275085 0.146196 -0.330157 -0.358142 -0.175692 0.669337 -0.544082 0.181442 -1.831862 0.102956 0.388161 -0.335322 0.376349 -0.586959 0.091053 0.085688 -0.740218 0.283104 0.042455 0.310158 -0.036432 0.291518 0.215917 0.478707 -0.244648 0.118004 -0.200928 0.198465 -0.019395 -0.71197 0.335197 0.756973 -0.084223 -0.063103 0.270046 -0.3608 0.14448 0.195467 -0.151635 0.432966 -0.545169 -0.220315 0.298652 0.585864 0.038152 -0.054196 1.286181 0.118909 -0.268832 -0.075004 0.319118 0.559393 0.420793 -0.249422 -0.559536 -0.471469 0.276583 0.36893 -0.326213 -0.173056 0.040908 -0.396839 -0.130642 -0.201722 -0.121101 0.547195 0.024824 -0.345427 -0.228479 0.284792 0.030805 -0.589911 0.412564 -0.14414 -0.607684 0.199281 0.170845 0.3614 0.000977 -0.199613 0.244774 0.425671 0.142672 -0.099209 0.367166 0.059697 0.036462 0.026504 0.001176 -0.303932 0.037064 -0.054604 -0.24973 -0.2609 -0.7283 0.326276 -0.447905 -0.099194 0.499139 -0.593391 -0.20498 0.125116 0.084143 0.084946 2.155909 -0.121737 -0.185385 0.032232 -0.057851\nỡ 0.468741 -0.317193 -0.20968 0.221452 -0.008707 -0.157849 -0.060133 0.020332 0.123419 -0.167141 -0.173012 0.031124 -0.237734 -0.081839 0.342284 -0.016707 -0.060417 -0.433451 -0.297879 -0.119774 -0.158683 -0.364719 -0.039942 -0.186899 -0.009276 0.181886 -0.062054 0.194832 0.071948 -0.04859 0.415492 0.07731 0.245591 0.011826 0.128485 -0.554247 0.030612 -0.28194 0.31952 -0.229541 -0.008398 0.025392 -0.227231 0.643178 0.260604 -0.528716 -0.096037 0.037187 0.105146 0.277858 -0.638515 0.121459 -0.195318 0.097236 -0.308148 -0.354217 -0.023076 -0.115544 -0.06402 -0.141728 0.208135 -0.138234 -0.156431 -0.229474 -0.059844 0.72507 0.101385 0.09457 -0.167063 -0.075946 -0.377244 0.004337 0.126904 -0.182464 -0.081846 0.142612 -0.210837 0.032831 0.065314 -0.325509 -0.218276 0.047506 0.157992 -0.090274 0.057325 0.054008 -0.351001 -0.159986 -0.650223 0.006543 -0.426434 -0.294067 -0.050622 -0.191267 0.719286 0.015658 0.284176 0.274767 -0.322719 0.044711 0.405238 -0.000727 -0.309151 -0.115632 0.164678 0.271169 -0.445703 0.50213 -0.201793 -0.319964 0.202146 0.065177 -0.388856 0.377784 0.258482 -0.402915 0.209159 0.285211 0.036508 -0.008654 -0.347675 0.389875 -0.047874 0.660254 -0.373964 -0.187534 -0.190309 0.105816 -0.154824 0.02564 -0.212133 0.041219 -0.274648 -0.246875 0.145186 -0.629307 -0.507802 0.019841 -0.122695 -0.113301 0.196128 0.057559 0.219663 -0.014171 0.337083 0.215136 -0.161553 -0.285262 -0.787806 0.299256 0.00841 -0.101613 0.069946 0.126828 0.178873 0.372817 0.236885 0.146221 0.055082 0.2802 0.025078 0.039331 0.575003 0.190394 0.110457 -0.019159 0.104967 -0.088902 0.252762 -0.127813 0.327183 0.164165 0.226038 0.255637 0.159085 -0.175224 -0.118142 0.295311 0.554723 -0.021294 0.003198 0.610158 -0.440801 0.363529 -0.218003 0.175845 0.03391 0.095215 0.279257 0.005783 -0.532587 -0.294197 -0.055114 0.107071 -0.100613 -0.041006 0.470902 -0.223594 -0.329199 0.029697 0.326722 0.208635 0.075415 0.26217 0.094433 -0.064982 0.008368 0.149664 1.191497 -0.245486 0.112703 0.219816 0.035205 0.157902 0.235826 -0.115583 0.197484 -0.423223 -0.1862 -0.369699 -0.150301 -0.459029 0.35272 0.3242 0.294227 -0.374286 -0.051842 0.172425 0.409519 0.021117 -0.045811 -0.136459 -0.456829 -0.116106 -0.061808 0.253272 -0.008054 -0.179427 -0.046258 0.488263 0.046983 0.61407 0.111309 -0.083017 -0.041061 -0.150292 0.121047 -0.425978 -0.568646 -0.246199 -0.36548 -0.512218 0.448769 -0.080305 0.024244 -0.202284 -0.051442 -0.312969 0.207484 0.500398 -0.171854 0.046791 -0.203354 -0.278623 0.202766 0.085607 0.086011 -0.166395 -0.071234 -0.244409 0.581784 -0.237299 -0.09743 -0.183318 0.322234 -0.138577 0.129285 -0.000158 -0.000214 -0.161134 -0.210766 0.092864 0.077467 0.187543 0.091688 0.014341 -0.426307 -0.006115 -0.018471 -0.416878 0.220146 0.1678 -0.225621 0.194795 -0.171922 0.330873 -0.536087 0.07461 0.090029 0.221123 0.290848 -0.041639 -0.276326 0.267992 0.296872 -0.131105 -0.137555 0.246486 -0.36324 -0.131943 0.304885 -0.142258 0.000765 0.386602 -0.041518 -0.181308 0.369429 0.190566 0.07087 -0.170475 0.038923 0.481073 0.059974 0.075672 -0.306963 0.317639 -0.395359 0.25307 0.053737 -0.347949 0.117734 0.236222 0.162459 -0.12461 0.088259 0.029236 -2.0488 0.188843 -0.074131 -0.148147 -0.17769 0.133581 0.312198 -0.254408 -0.234984 -0.139206 0.541955 0.099366 -0.108406 0.039224 0.142368 0.158585 0.346056 0.083165 0.256395 -0.30191 -0.214201 0.188011 -0.224741 0.097441 0.146957 -0.068295 -0.135269 0.31287 -0.117206 -0.612679 -0.559667 0.192048 -0.953366 -0.123719 0.056966 0.175003 -0.069574 0.05522 -0.057202 -0.190925 0.157526 -0.672236 -0.057476 -0.048306 0.16018 0.251055 0.105524 -0.138806 -0.338001 -0.12175 -0.073193 0.063813 -0.089271 -0.133767 -0.031963 -0.254824 -0.117993 0.048138 0.154501 -0.198273 -0.037753 0.173015 -0.18923 -0.415678 -0.253455 0.319929 -0.097283 0.110217 -0.001268 0.53661 0.051476 -0.025613 0.463577 -0.050131 0.275994 -1.419493 -0.207711 0.611267 -0.164593 0.165222 -0.322087 0.309829 -0.235607 -0.170309 -0.357378 0.131971 0.303605 -0.06509 -0.008973 -0.105515 0.482746 -0.298173 0.373893 0.314901 0.33742 0.22125 -0.124463 0.296543 0.309833 0.053516 -0.125717 -0.34665 -0.015423 0.362444 0.125437 -0.112628 0.12462 -0.092358 0.098894 -0.211157 0.009355 0.364302 0.116932 1.241482 0.351209 -0.430553 -0.156255 0.312369 -0.114709 0.1215 0.104689 -0.498846 -0.086645 0.007073 0.831633 0.318512 -0.358483 -0.083612 -0.027622 0.205021 0.588138 -0.059505 0.101501 0.341333 -0.164527 -0.248114 0.236228 0.163704 -0.179189 -0.183998 -0.188245 0.25957 0.008771 -0.362677 0.295635 0.136982 -0.220334 -0.345638 0.27559 0.143051 0.29978 0.120468 0.001366 -0.014933 0.27304 -0.341424 0.178542 -0.026298 -0.201609 -0.25229 0.084461 0.154786 -0.211365 0.078116 -0.087807 0.007731 -0.010453 -0.240576 0.131348 -0.060748 0.128161 2.465562 -0.078004 -0.113896 0.369391 -0.357945 0.155993 -0.153462 -0.175598 0.19759 -0.209228 0.030605 0.117716 0.281546 0.063477 -0.411607 -0.266678 0.007366 -0.028653 0.132408 0.088502 0.098443 -0.188629 -0.536982 -0.145632 -0.19902 -0.219564 -0.106501 -0.003406 -0.163205 -0.01541 -0.143751 -0.18796 0.128342 0.209988 0.334871 0.124906 0.207465 0.197869 0.41824 -0.054775 -0.519607 0.112609 -0.263389 0.075961 0.016117 0.034456 -0.160761 -0.225735 0.328988 0.362648 -0.292507 -0.282726 0.016927 0.313614 0.149803 -0.164536 0.048787 0.066622 0.141838 0.009414 -0.729397 -0.332219 -0.072067 -0.141788 -0.071099 0.180721 -0.210087 -0.142939 -0.357266 -0.050732 0.373008 0.264994 0.23594 -0.188784 0.085856 -0.108542 -0.041804 0.1815 -0.205929 -0.057905 0.439095 -0.116148 -0.179084 0.156374 -0.011316 -0.01927 -0.206375 0.181774 0.201609 0.232888 0.085025 -0.324758 -0.188274 -0.483767 -0.122046 -0.345357 0.010033 -0.132914 -0.375324 0.972681 -0.026402 0.307279 0.313658 -0.316975 0.073662 0.304597 -0.003352 -0.801419 -0.223693 0.509318 0.072787 -0.196182 0.447941 -0.316495 0.029359 0.133152 -0.373543 -0.301188 0.163498 0.411861 -0.562055 0.132194 0.055082 0.020259 -0.301716 -0.322406 0.2353 0.065934 0.505694 -0.297681 -0.038381 0.045643 0.54462 -0.057792 -0.001897 0.048672 -0.064164 -0.138339 -0.516776 0.009103 -0.839222 -0.315459 -0.050834 0.050714 -0.028141 0.135597 -0.037917 0.202943 -0.080145 0.355378 0.180739 -0.196391 0.04181 -0.524738 0.11988 0.127209 -0.253798 0.031996 -0.173409 -0.046274 0.420591 0.167514 -0.223299 0.381778 0.242893 -0.299935 0.039798 0.191828 0.394314 0.104489 -0.441262 0.307936 0.198031 0.567041 -0.150832 0.122553 0.251845 0.280579 0.327129 -0.374008 0.00065 -0.050461 0.342665 0.143041 0.058443 0.327465 0.266879 -0.718682 0.650942 0.102212 0.434107 0.041733 -0.055255 0.296557 0.250729 -0.553241 -0.003623 0.018696 -0.289648 0.052484 0.07484 0.342672 -0.176108 -0.223378 -0.088463 0.279011 0.157966 -0.005135 0.200403 -0.164239 -0.191837 -0.215283 0.036931 0.825314 -0.15292 -0.013653 0.250419 0.119385 -0.226778 0.067451 0.10013 0.092738 -0.328376 -0.083456 -0.252029 0.110171 -0.691082 0.319576 -0.0324 0.028475 -0.254024 -0.066768 -0.228904 0.513002 0.089872 -0.107878 -0.31843 -0.48415 0.021286 0.158429 -0.178629 -0.001442 -0.195388 0.045122 0.393652 -0.166954 0.473542 -0.070118 -0.114931 -0.106905 -0.027471 0.022636 -0.174587 -0.567767 -0.330065 0.050566 -0.242913 0.126978 0.390329 0.1756 0.007531 -0.148496 0.172221 -0.133173 0.007075 -0.121853 0.134414 -0.065119 -0.313877 -0.122759 0.230529 -0.032776 -0.198885 -0.446524 -0.305553 0.282536 -0.129353 0.184698 -0.120829 0.333084 0.095359 0.124506 0.135967 0.056956 -0.241132 0.093059 -0.160355 0.081348 0.101767 0.03842 0.064725 -0.31807 0.058289 0.484706 -0.709061 0.281494 0.179319 -0.274457 0.304215 -0.207677 0.273837 -0.219099 -0.035811 0.131428 -0.077195 0.042254 0.430963 -0.360499 0.028355 0.21492 0.101058 -0.331553 0.209769 -0.441387 0.010374 0.292219 -0.294509 0.278445 0.216141 0.010498 0.117263 0.341858 0.140437 -0.108004 -0.331934 0.17585 0.046439 0.259867 0.495535 -0.260037 0.314989 -0.480666 -0.050774 0.031655 -0.44065 0.030415 0.475988 0.34342 0.110306 0.145431 0.261197 -1.077679 0.453299 0.016904 0.071058 -0.262883 0.434884 0.274695 -0.333347 -0.320697 0.204777 0.421285 -0.110654 0.097462 -0.040244 0.460532 0.034199 0.090243 0.13803 0.208026 -0.098338 0.169775 0.013437 0.41965 -0.012594 0.101009 0.390517 -0.423705 0.316443 -0.02836 -0.178443 -0.340247 -0.192582 -0.796428 0.179665 0.224146 0.089935 -0.190591 -0.0024 0.195691 -0.492032 0.103135 -0.473713 -0.110396 -0.071603 0.110326 0.210237 0.001447 -0.091522 -0.242591 -0.294229 -0.232997 0.205767 -0.228297 0.229024 -0.016061 -0.050176 -0.028639 0.336415 -0.205015 0.212072 0.285457 0.216971 -0.222946 -0.606706 -0.45023 0.076787 -0.218142 0.115887 0.397473 0.293122 -0.012874 -0.125422 0.348169 0.029538 0.137891 -2.177289 -0.183502 0.451831 -0.172593 -0.116135 -0.193329 0.037933 -0.268718 -0.188249 -0.396349 -0.027546 -0.006729 0.095863 0.049571 -0.40924 0.379828 0.010631 0.180845 0.364986 -0.071177 0.025725 -0.4219 -0.026259 2.014644 0.096788 -0.175589 -0.013781 -0.126445 -0.051286 0.052062 -0.438787 0.098285 -0.037933 -0.098002 -0.187069 0.058813 0.076211 0.166507 1.470686 0.094003 -0.421994 -0.391549 0.387075 0.470472 0.224408 -0.155817 -0.298691 0.111206 -0.11026 0.616552 -0.094706 -0.666273 -0.208906 0.010009 0.108324 0.211988 0.043012 0.117625 0.414101 -0.434714 -0.230681 0.024922 0.103103 0.035736 0.037347 -0.09783 0.052075 0.006236 0.051381 0.411061 -0.138022 -0.119444 -0.0366 0.393454 0.036933 0.392915 0.268072 -0.250022 0.146896 0.056825 -0.232704 0.225988 0.07998 -0.12674 -0.279219 -0.08699 0.298728 0.094246 0.217267 -0.290236 0.133045 -0.071718 -0.001406 0.196286 0.06405 -0.05993 1.681634 -0.241182 -0.107055 0.154147 -0.276773\nẵ -0.051881 0.026646 -0.009354 0.014666 0.199072 -0.103136 -0.347049 -0.113602 -0.033985 0.088858 0.285815 -0.196863 -0.056411 -0.350202 0.603858 -0.397006 0.287572 -0.445903 -0.363626 -0.209764 0.1242 -0.056077 0.172686 -0.304631 -0.055183 -0.051485 -0.618168 0.104281 -0.094412 -0.2561 0.277668 0.130606 0.107675 0.206056 0.372496 -0.424948 -0.077987 -0.432127 0.119266 0.143918 -0.063401 0.238235 0.189183 0.457868 0.199321 -0.094461 -0.261372 0.175594 0.288189 0.448626 -0.335388 -0.292336 -0.034862 0.304175 -0.629321 0.037392 0.165804 0.245782 0.313662 -0.328962 0.439292 -0.021687 -0.074998 0.020827 0.200701 0.491194 0.048234 0.032587 -0.080133 -0.032908 -0.561559 -0.045752 0.523704 0.274548 -0.027958 -0.005754 -0.334825 0.043368 -0.084171 -0.366918 0.047132 0.194532 0.150211 -0.180727 0.298528 -0.02904 -0.083251 -0.129965 -0.403286 0.17129 -0.095942 -0.177977 0.241675 0.075062 0.585955 -0.082543 -0.005545 -0.026368 -0.182316 0.291448 0.457958 -0.113374 -0.059512 0.012832 0.233341 0.128935 -0.329205 0.475879 -0.106842 -0.260058 0.487576 -0.226788 -0.431328 -0.125895 0.392349 -0.426456 -0.144575 -0.137288 -0.146131 0.177239 0.216807 0.429292 0.226872 0.403903 -0.419675 0.151041 0.400511 0.338102 -0.189265 0.082861 0.007342 -0.033588 -0.16464 0.248686 0.266445 -0.464741 -0.060652 -0.16376 -0.070557 -0.218487 0.019424 0.082303 0.342565 -0.003607 -0.055539 0.444031 0.374197 -0.352544 -0.904926 -0.124898 0.016367 -0.092669 -0.198411 -0.056718 0.144348 -0.295076 -0.025272 0.364616 0.065584 0.176368 0.455581 -0.084295 0.528374 0.118826 0.287756 -0.027004 0.292726 -0.13173 -0.434429 -0.148204 0.223154 -0.294929 -0.333727 0.254593 -0.171219 -0.224132 0.030692 0.513354 0.039082 0.134686 0.023368 0.53531 -0.530992 0.344802 -0.243425 -0.045205 0.039946 -0.251714 0.038406 -0.098814 -0.269716 -0.415451 0.151068 0.407863 0.040836 -0.048594 0.387719 -0.580779 0.063171 0.169292 0.241759 0.098226 -0.082933 0.024448 -0.025636 -0.409903 -0.259815 0.027405 1.327391 -0.349902 0.269616 -0.060875 -0.285023 0.356456 0.383102 0.238585 0.159605 -0.424866 -0.278031 -0.363776 -0.500668 -0.546882 0.231223 0.316239 0.615078 -0.541333 -0.277895 0.160406 -0.038706 -0.308698 -0.119818 0.167218 -0.480741 -0.387582 -0.130619 0.110533 0.009309 -0.073658 0.075113 0.121551 0.199016 1.091277 0.338616 -0.264351 0.268478 -0.158215 0.204224 -0.448625 -0.453352 -0.261399 -0.372284 -0.422587 0.146312 0.160399 0.52112 -0.335378 -0.024222 -0.132495 -0.151364 0.270244 -0.056415 0.409001 0.160553 -0.473484 0.355572 -0.069084 0.437796 -0.402194 0.085888 0.189633 0.425507 -0.182381 -0.213448 -0.613199 0.430842 -0.316673 0.129058 0.110091 0.003741 -0.260963 -0.289174 0.210264 0.121856 0.383877 0.545874 0.279888 -0.096611 -0.044208 -0.440254 -0.619103 0.66575 0.062264 -0.467214 -0.066822 -0.045546 0.593037 -0.838705 -0.031575 -0.033559 0.148695 0.051029 0.094391 -0.203754 -0.057195 0.325211 0.292919 0.052061 -0.010076 -0.498275 0.010769 0.296501 0.140202 -0.282071 0.117215 -0.111695 0.094624 0.472683 0.533151 0.037659 -0.482553 -0.19135 0.282659 -0.017762 -0.054494 -0.149081 -0.207386 -0.128942 -0.129374 0.016162 -0.628792 0.130819 0.027329 0.285686 -0.129757 -0.3893 0.074739 -1.61083 0.013954 -0.139998 -0.124005 -0.186866 0.04894 0.088162 -0.137392 -0.319055 0.357609 0.321149 0.174424 -0.46701 0.40714 0.174841 0.084425 0.037591 0.270962 0.416427 -0.121662 0.075269 0.46057 -0.262237 -0.14017 -0.130282 0.221148 0.133045 0.178849 -0.147384 0.077896 -0.299006 0.635022 -0.738542 0.034649 -0.287598 0.137005 -0.026779 -0.385773 -0.314779 -0.048534 0.18612 -0.73037 0.029172 0.066982 0.122494 0.321153 0.071798 -0.440593 0.168956 -0.355952 -0.193716 -0.110594 0.070906 -0.010269 0.349058 -0.142025 0.012096 0.180077 -0.211999 -0.070918 -0.027771 0.234539 -0.293128 -0.354281 -0.118213 0.174281 0.099396 0.062009 0.146154 0.284318 0.175711 -0.037242 0.369633 -0.054871 0.385532 -1.628886 0.020534 0.242124 -0.260337 -0.212765 -0.105951 0.419748 -0.335143 -0.012592 -0.004129 -0.193019 0.260396 0.238351 0.151073 -0.012799 0.346854 -0.266963 0.280272 0.102207 0.213437 -0.012508 -0.111331 0.521039 0.670125 0.325301 0.066748 -0.557461 0.252716 0.500792 -0.056161 -0.015814 0.152391 -0.271602 0.174845 -0.334924 -0.28422 0.001905 -0.051746 1.362689 0.209532 -0.512213 0.116075 0.401058 -0.175185 0.211192 0.201395 -0.263726 0.027575 0.020502 0.676636 -0.152983 -0.477411 -0.216828 0.218125 0.067022 0.685657 -0.161688 -0.126503 0.351161 0.067518 -0.238517 0.3196 0.006105 -0.111029 -0.399506 -0.193345 -0.150749 -0.081701 -0.146684 0.182676 0.247929 -0.167545 -0.231392 0.242439 0.23962 0.448532 0.031906 0.188729 -0.011446 0.562261 -0.216018 0.111184 0.150431 -0.012615 0.104084 0.332861 -0.231436 0.108008 0.059176 0.003331 0.188202 -0.263494 -0.280257 -0.209495 -0.187369 0.730631 2.433099 -0.000531 0.394483 0.251864 -0.351778 -0.430795 0.032046 -0.220978 0.01177 -0.399531 -0.039007 -0.211682 0.193183 0.147935 -0.15024 -0.014252 -0.074722 0.402885 -0.034726 0.082358 0.172108 -0.131029 -0.016883 -0.106011 -0.352454 0.264223 -0.059512 -0.116335 -0.439719 0.317429 -0.403881 -0.248323 -0.070428 0.077778 0.342914 0.241068 -0.134825 -0.146118 0.781507 0.136508 -0.350937 -0.040423 -0.345634 0.14256 0.284176 0.301977 -0.233618 -0.214742 0.402567 0.065253 -0.222495 -0.118884 -0.018394 0.382805 0.417405 0.039467 0.071084 0.159796 -0.088999 -0.341993 -0.155225 -0.169732 0.244201 0.106318 -0.198281 0.119435 -0.267251 -0.471552 -0.168328 0.451039 0.244117 0.176851 0.313735 -0.203166 -0.104643 -0.627104 -0.391239 0.232781 0.366009 0.011606 0.550421 -0.004795 -0.356411 0.106472 -0.045129 0.020065 -0.006932 0.325063 -0.115354 0.083491 -0.250687 -0.050582 -0.224876 -0.554047 -0.075526 -0.262686 -0.145701 0.55682 -0.318958 0.819167 -0.159005 0.271666 0.181225 -0.312279 0.305029 0.711738 0.240304 -0.351011 -0.373081 0.894576 -0.269544 -0.104701 0.687205 0.102391 0.029439 0.236881 -0.115302 -0.393405 -0.067643 0.326613 -0.444784 -0.030785 -0.150221 -0.006398 0.325232 -0.096603 0.083505 0.174287 0.375344 -0.208988 0.043759 0.235374 0.309108 -0.200489 -0.07536 -0.032746 -0.076612 -0.259952 0.03437 -0.359215 -0.507296 -0.086948 -0.189861 -0.048891 -0.040216 0.297772 -0.2696 0.638504 0.011145 -0.067626 0.349683 0.180065 0.02818 -0.687559 -0.158802 0.066386 -0.479315 0.155956 -0.019636 -0.096594 -0.230715 0.079996 0.124105 0.332625 0.013285 0.164832 -0.263478 -0.029338 -0.117274 0.306733 -0.089134 0.458835 0.35272 0.356975 -0.049385 0.056104 -0.013642 -0.281552 0.201795 -0.549539 -0.419572 0.110784 0.531919 -0.043706 0.082834 0.388661 0.125279 -0.742889 0.13442 -0.274127 0.073639 0.172966 -0.201425 -0.191173 -0.097289 -0.399809 0.035795 0.308643 -0.243492 -0.036167 0.125864 0.106188 -0.187486 0.093749 0.036261 0.390857 0.305239 -0.193712 -0.095983 -0.391388 -0.176109 -0.288597 -0.039112 1.143905 -0.402432 0.393817 0.172875 -0.207741 -0.038602 0.437444 0.50304 0.001728 -0.347354 -0.412703 -0.397549 -0.203797 -0.730625 0.356128 0.116001 0.351916 -0.417689 -0.330792 -0.242675 0.097366 -0.418883 0.282971 -0.056614 -0.299824 -0.000802 -0.181538 -0.071536 0.035893 -0.156162 -0.255047 -0.108022 0.091791 0.684315 -0.049092 0.206305 0.043115 -0.050726 0.328504 -0.414841 -0.196218 -0.239716 -0.289252 -0.117382 0.00779 0.302297 0.214828 -0.084928 -0.448031 0.203896 -0.184896 -0.285239 0.093437 0.335164 0.098484 -0.268485 0.102622 0.063911 0.193086 -0.086868 0.239056 -0.31602 0.22004 -0.172678 0.002142 -0.516117 0.126554 -0.139427 0.129316 0.056236 0.061955 -0.312589 -0.29133 0.219905 -0.149305 0.122308 0.258452 0.164471 0.096964 -0.005738 0.296611 -0.995803 0.402509 0.065214 -0.831123 -0.024391 -0.203019 0.458494 -0.195144 -0.057808 0.025571 -0.159851 0.324785 0.165602 -0.297455 0.226256 0.347473 0.213786 -0.163919 0.124354 -0.505191 0.067002 0.376288 -0.253211 0.177377 0.398087 0.495734 -0.302179 0.723934 -0.015594 -0.048434 -0.199949 -0.141151 -0.170471 0.216075 0.275057 -0.002625 -0.054428 -0.390814 -0.278201 -0.162312 -0.630832 -0.313694 -0.059371 0.054201 0.031234 -0.181759 0.293152 -0.737437 0.288511 -0.489079 -0.009482 -0.269839 0.285009 0.145038 -0.360862 -0.462885 0.319609 0.307784 0.393857 -0.121076 0.341528 0.02637 0.122666 -0.233069 0.290018 0.432952 0.102772 0.393062 0.004374 0.355536 -0.04145 -0.178679 0.548184 -0.299605 0.349948 0.01238 -0.092552 -0.124227 0.240058 -0.698453 0.255224 -0.282431 0.056039 -0.383251 -0.348734 -0.085366 -0.21212 0.121516 -0.026389 0.010184 -0.111756 0.205626 0.292302 0.131544 -0.447474 0.288763 -0.484785 -0.608583 0.244722 -0.095612 0.244602 0.282965 -0.172442 0.140868 0.186172 -0.117556 0.173151 0.483976 0.068756 -0.216624 -0.31293 -0.512398 -0.314004 -0.056068 0.141276 0.665331 0.394704 -0.222085 -0.212606 0.410283 -0.220759 -0.150849 -2.226614 -0.133121 0.037962 -0.061211 -0.542168 -0.1738 0.220436 -0.344785 0.010254 -0.131919 -0.08131 -0.091441 -0.130947 0.066515 -0.351161 0.469688 -0.171358 0.107507 0.412261 -0.103714 0.059332 -0.264996 -0.030088 2.028304 0.241007 -0.222826 0.010644 -0.043548 0.367795 -0.156841 -0.076372 0.386932 -0.016063 -0.073508 -0.550028 -0.045753 -0.073841 -0.065412 1.223964 0.135773 -0.773945 0.066084 0.419861 0.281912 0.207131 -0.159392 -0.202039 0.203876 -0.074091 0.383764 -0.000204 -0.612814 -0.133306 0.417896 -0.080508 0.209801 -0.085014 -0.000597 0.185458 -0.120562 -0.44802 0.169726 0.059912 -0.05377 0.264282 -0.185597 -0.129131 0.169394 0.304966 0.255356 -0.110711 0.21215 -0.075462 0.653886 -0.051571 0.260137 0.068641 0.321998 -0.197038 0.195742 -0.200507 0.320341 0.045628 0.174032 0.184922 -0.277163 0.104875 0.263112 0.411657 -0.198389 0.153791 -0.494686 0.229415 -0.34287 -0.106188 0.383721 1.612801 0.093968 0.383917 0.269364 -0.448275\nẫ 0.059942 -0.099206 0.087737 0.048613 -0.181906 0.114381 -0.041908 0.040064 0.10927 -0.092566 -0.010154 -0.335528 -0.13973 -0.122292 0.307363 -0.276965 -0.083252 -0.237863 -0.21145 -0.394865 -0.019461 -0.063861 0.126242 -0.375023 0.0381 0.091818 -0.145587 0.012385 -0.123912 -0.371599 0.394904 -0.087086 -0.054386 0.194516 0.273181 -0.762891 0.144665 -0.607991 0.099465 -0.024701 -0.164806 -0.00178 -0.232794 0.368439 0.28265 -0.571615 -0.137495 0.158047 0.231701 0.056339 -0.548079 -0.380614 0.001511 0.329339 -0.14666 -0.180858 -0.163717 0.149135 0.363877 -0.003573 0.430492 -0.118209 -0.019356 0.058186 0.010878 0.498079 0.321437 0.146733 0.034175 -0.079589 -0.473903 -0.002454 -0.175055 0.082973 -0.227545 0.099449 -0.355218 0.117693 0.063744 -0.186867 0.169687 0.20715 0.189944 0.136995 0.063172 0.232387 -0.265114 0.058219 -0.322657 0.201094 -0.258048 -0.354065 -0.043766 0.14889 0.580618 -0.058482 -0.04116 0.335899 -0.154762 0.196962 0.363664 -0.154934 -0.074161 -0.09275 0.039764 0.232614 -0.287461 0.523537 -0.402015 -0.306714 0.331246 -0.024482 -0.087215 0.24905 0.165462 -0.235936 0.035913 0.133397 0.022739 0.280392 -0.252906 0.305554 -0.087277 0.450801 -0.203463 -0.351094 0.173505 -0.043307 -0.325182 -0.03523 -0.109103 -0.002054 -0.18699 -0.029532 0.126586 -0.718852 -0.535462 0.065597 0.004024 -0.259123 0.027488 0.131561 0.121257 -0.165026 0.029586 0.247024 0.226701 -0.230713 -0.743302 0.191604 -0.118382 0.110495 0.015419 0.094469 0.080359 0.241056 -0.132256 0.154669 0.15021 0.230099 -0.013244 0.156348 0.578059 -0.016185 -0.179738 -0.284375 -0.098041 -0.016318 0.054116 -0.003053 0.197721 -0.376513 0.149935 0.199353 0.129985 -0.325869 -0.318561 0.388099 0.50798 -0.197399 -0.031315 0.399553 -0.366875 0.262839 -0.519365 0.069995 0.032131 0.116633 0.087673 -0.27775 -0.307902 -0.22938 -0.138315 0.133069 -0.120436 -0.131693 0.240679 -0.206828 -0.146593 -0.162925 0.350909 0.193801 -0.019409 0.057101 -0.088649 -0.076701 -0.134562 0.085276 1.257733 0.000992 0.040304 0.312879 -0.090701 0.137323 0.290497 -0.059891 0.259806 -0.337861 -0.253303 -0.464503 -0.193345 -0.657143 0.332048 0.257797 0.267328 -0.270237 0.12819 -0.065965 0.371539 -0.475195 -0.186814 -0.228597 -0.276435 -0.438344 -0.189613 0.169077 -0.117171 -0.142538 -0.11234 0.090777 0.355056 0.271607 0.142863 0.285242 -0.012369 -0.148532 0.357448 -0.480932 -0.377036 -0.162181 -0.300503 -0.433786 0.302525 -0.101686 0.228676 -0.192853 -0.159397 -0.307771 0.051015 0.263508 -0.124592 0.58954 -0.124364 -0.061176 0.295705 0.165591 0.229012 -0.247355 -0.006725 0.212109 0.507499 -0.025791 0.032593 -0.625902 -0.001642 -0.265196 0.129188 -0.024929 -0.135977 0.068213 -0.248055 0.29616 -0.037306 0.201963 0.22215 0.216571 -0.251741 -0.244098 -0.078805 -0.268584 -0.111552 0.527312 -0.223421 0.109172 -0.049785 0.301386 -0.590718 0.18806 -0.042452 0.347043 0.378795 -0.214059 -0.37136 0.382461 0.154721 -0.180016 0.103861 -0.151216 -0.26514 -0.099008 0.253297 0.215882 -0.141627 0.011968 -0.076022 -0.341211 0.453311 0.234334 -0.424226 -0.054955 -0.032876 0.424559 0.256713 -0.06754 -0.212041 0.149236 -0.305873 0.011966 -0.097314 -0.233995 -0.146139 0.139674 0.222795 -0.032183 0.114657 -0.055807 -1.640516 0.07532 -0.126638 -0.139333 0.22155 -0.128121 0.107165 -0.082312 -0.294839 0.004074 0.169246 0.064972 -0.293006 0.100189 -0.220158 0.278993 0.069496 0.234672 0.344268 -0.006734 -0.042288 0.086878 -0.028633 0.010785 -0.038861 -0.09813 -0.078652 0.206899 0.14995 -0.696151 -0.396157 0.102 -0.949791 -0.032182 0.020039 -0.131149 -8.2e-05 -0.428031 -0.263953 -0.087569 -0.133602 -0.561814 0.125744 -0.107431 0.211841 -0.225841 -0.206452 -0.24429 -0.238756 -0.192963 -0.10069 -0.073439 -0.029116 -0.106023 0.426024 -0.400027 -0.137335 0.255468 -0.166905 -0.04461 -0.027571 -0.019158 -0.100984 -0.554532 0.176017 0.107723 -0.063072 0.094014 0.073996 0.329036 0.193935 -0.064249 0.126193 -0.085101 0.324373 -1.372293 0.283688 0.288425 -0.140768 0.124066 -0.204981 0.403682 -0.357547 -0.208383 -0.109641 0.104121 0.041909 -0.056391 0.080941 0.052888 0.429437 -0.140508 0.189661 0.355859 0.215611 0.148334 -0.186036 0.06222 0.44709 0.219368 0.158554 -0.107056 0.08872 0.335435 0.011188 -0.092091 0.361226 -0.333237 -0.092077 -0.261344 -0.117072 0.48869 0.243326 1.414738 0.079982 -0.030603 -0.179142 0.290778 0.121621 0.262208 0.28381 -0.458303 0.027086 0.236251 0.536017 -0.08789 -0.155381 -0.112759 0.063024 0.193422 0.267961 -0.102467 -0.029987 -0.061444 0.097061 -0.415063 0.125033 0.030286 -0.15805 0.071092 -0.13723 0.116961 0.136532 -0.252359 0.092339 0.089171 -0.125378 -0.455685 0.373656 0.26644 0.263702 0.094316 0.121616 -0.150355 0.620571 -0.011924 -0.069045 -0.073959 -0.068416 -0.133479 -0.058931 0.157142 -0.223103 0.25006 -0.198997 -0.012809 0.13 -0.492981 -0.31641 -0.228737 0.383469 2.382962 0.079353 -0.179983 0.085615 -0.259544 -0.063309 0.041666 0.16441 -0.024853 -0.246507 0.156903 0.027937 0.262122 0.311374 -0.263476 -0.170945 -0.211892 0.239932 0.000947 0.078648 -0.009266 -0.159966 -0.179159 0.074309 -0.438195 -0.073789 -0.133665 0.017511 -0.235121 0.084381 -0.158715 0.038674 0.041272 0.308244 -0.046728 0.151576 0.039822 0.149361 0.552803 -0.012314 -0.732222 0.082161 -0.456133 0.089951 0.123571 -0.072583 -0.176514 -0.44051 0.102823 0.610295 -0.292977 -0.07279 0.107529 0.062343 0.068223 -0.344084 -0.311282 0.221364 0.264261 -0.028518 -0.613501 -0.380033 0.129604 0.254348 0.052145 0.202943 -0.122088 -0.166743 -0.233344 0.076862 0.047127 0.282089 0.385472 -0.155674 0.129506 -0.408863 -0.316789 -0.188347 0.162795 -0.200512 0.410867 0.000394 -0.188671 0.05141 0.1066 0.107532 -0.134903 0.229207 0.403042 0.300145 -0.070149 -0.301951 0.028872 -0.204604 -0.07398 -0.269848 -0.222888 -0.053718 0.002856 0.912569 0.042834 0.178062 0.248681 -0.261033 0.182279 0.484616 0.142265 -0.380587 -0.061844 0.348434 -0.058651 0.025429 0.313858 -0.230807 -0.062214 0.148835 -0.243583 -0.10261 0.016424 0.376455 -0.351507 0.25366 0.120186 0.155476 0.150087 -0.22007 0.197524 0.243534 0.348765 -0.255736 -0.309278 0.236741 0.154679 -0.101365 -0.226009 -0.005988 0.009257 -0.054421 -0.36885 -0.26457 -0.696238 -0.523475 -0.113083 0.066872 -0.076473 0.148528 0.090481 0.198373 -0.461723 0.212154 0.377517 0.246683 -0.040993 -0.652465 0.02559 -0.058409 -0.216715 0.178103 -0.011453 -0.075004 0.318048 0.042519 -0.214807 0.12218 0.237039 0.017006 0.074783 0.342649 0.210685 -0.046562 -0.457942 0.228666 0.199796 0.278007 -0.016931 -0.012091 -0.248551 0.268893 0.301032 -0.475597 -0.382408 -0.383941 0.35926 0.172732 -0.234819 0.289501 0.133122 -0.720643 0.555561 -0.266448 0.464245 0.056163 -0.119353 0.120806 0.165909 -0.376399 0.027944 -0.077851 -0.432098 -0.017736 0.006407 0.149943 -0.151683 -0.11338 -0.071849 0.517826 0.31538 -0.03353 0.122872 -0.20286 -0.302952 -0.289056 0.033484 0.945102 0.092373 0.023589 0.189401 0.009472 0.058798 0.324269 0.198985 0.108775 -0.251136 -0.12016 -0.572112 0.019662 -0.84685 0.507067 -0.020974 0.013389 -0.361387 0.156743 -0.174263 0.397026 -0.263322 -0.337882 -0.357576 -0.095669 -0.143879 -0.188666 0.070692 -0.044738 0.030261 -0.258129 0.070875 0.228231 0.189528 -0.086515 0.331253 0.113105 -0.072277 0.292568 -0.407271 -0.449105 -0.410932 0.073285 -0.36709 0.017501 0.324731 0.161276 -0.089396 -0.38696 0.149175 -0.116054 -0.147748 0.068313 0.682286 0.014273 -0.153124 -0.132216 0.072064 0.145899 -0.278268 -0.141293 0.068203 0.257723 0.044262 0.073668 -0.497207 0.023028 -0.274136 0.159926 0.177485 -0.112358 0.047281 0.049164 0.092298 0.124755 0.120213 0.040058 0.072204 -0.361041 -0.078048 0.228094 -0.632966 -0.102855 0.359118 -0.424559 0.048495 0.037831 0.239037 -0.003154 0.065842 0.105715 0.088161 0.290861 0.311406 -0.388426 0.423814 0.240894 0.109176 -0.186209 -0.006766 -0.405325 -0.159536 0.340986 -0.030351 0.144106 0.239271 0.057309 -0.22685 0.341982 0.317334 -0.318996 -0.495222 -0.082424 0.093112 0.107496 0.139592 -0.267346 0.346576 -0.051314 -0.193142 -0.206452 -0.279661 -0.269341 0.240559 0.179033 -0.021192 0.096634 0.130792 -0.71002 0.287035 0.001603 0.214486 0.078967 0.10862 0.303033 -0.376331 -0.288366 0.061473 0.110568 0.171819 -0.049951 0.014269 0.171539 0.036863 -0.011689 0.04573 0.350972 -0.02296 0.28771 -0.113022 0.413725 -0.089997 0.01667 0.297268 -0.194748 0.268756 0.245158 -0.380618 -0.235306 0.075761 -0.85122 0.056683 -0.008875 -0.243378 -0.080149 -0.443053 -0.060635 -0.307691 -0.001064 -0.232842 0.121929 -0.11373 -0.000378 -0.134485 -0.371855 0.161567 -0.253814 -0.389551 -0.335792 0.118807 -0.174337 0.208807 0.303919 -0.187369 0.229504 0.426301 -0.17878 0.153928 0.390673 0.004671 -0.037508 -0.664358 -0.381395 0.025764 -0.159847 0.096525 0.276881 0.119759 -0.05547 -0.033527 0.113677 -0.086201 0.040987 -2.182744 0.315981 0.334202 -0.100181 -0.100993 -0.120341 0.081956 -0.231674 -0.150302 -0.275395 0.044658 -0.23702 0.0534 -0.104232 -0.249513 0.372543 -0.065519 -0.05435 0.194868 -0.044149 0.262935 -0.497633 0.0146 2.041173 0.212623 -0.141722 0.255381 -0.269257 0.022096 -0.036453 -0.362654 0.379467 -0.231254 -0.255001 -0.210789 0.092779 0.181646 0.200221 1.476942 0.016034 -0.336104 -0.314846 0.276297 0.511477 0.282336 0.017464 -0.331961 -0.072243 0.150142 0.466416 -0.306685 -0.343158 -0.153916 0.103988 0.188552 0.200277 -0.168656 0.100961 -0.078625 -0.193262 -0.527143 0.040635 -0.039345 -0.022802 0.456499 -0.003646 -0.065988 0.075175 -0.04572 0.116756 -0.397099 0.166041 -0.151327 0.549391 0.147835 0.202966 0.383028 0.111178 0.088897 0.421902 0.007596 0.150248 -0.202425 0.027358 -0.260063 -0.33002 0.211538 0.011817 0.292435 -0.299932 0.022776 -0.055357 -0.193883 -0.092416 -0.108924 0.254061 1.664096 0.005671 -0.17233 0.117132 -0.221149\nF 0.207196 0.815943 0.243269 0.030002 0.348587 0.513929 0.305095 0.185576 0.021191 0.512 -0.194104 -0.168507 -0.595925 -0.209126 -0.058994 -0.342398 0.269902 -0.216503 0.078893 -0.144717 0.103455 0.187784 0.519244 0.134892 -0.09012 0.258218 -0.246386 0.1259 0.131312 0.355669 0.386898 0.150413 -0.117902 0.322903 -0.173206 0.448403 -0.311796 -0.889518 0.640549 0.267561 -0.281981 0.425552 -0.125915 0.427512 0.217044 -0.746163 -0.174318 -0.021341 0.096649 0.017665 0.021264 0.47139 0.144425 -0.028834 0.656947 -0.014718 -0.017414 0.245686 0.746753 0.132708 0.014553 0.13547 0.177571 0.306721 0.236974 0.272381 0.096797 0.39231 -0.154573 -0.240268 -0.314607 0.371015 0.644833 0.083173 -0.281775 0.6796 -0.178706 0.118867 0.088194 0.416877 0.417468 1.037367 0.458185 0.572554 0.252235 0.423733 -0.004148 0.141534 -0.499598 -0.192647 0.26641 -0.003719 -0.159638 0.514093 0.058586 0.063341 -0.583987 -0.105336 -0.483137 0.177217 0.133992 0.119154 -0.264663 0.094496 0.433846 -0.654636 -0.495812 0.228418 -0.1713 0.107643 0.350008 0.234705 -0.24994 0.349521 0.097681 0.016803 0.024486 -0.308909 0.704783 0.121739 -0.282939 0.595638 -0.159637 -0.26053 0.006081 -0.423367 0.079287 0.156774 -0.361749 0.065688 -0.108673 -0.793563 -0.105259 0.302771 0.446439 -0.650088 -0.118317 0.345721 -0.177733 0.106086 -0.233969 0.589549 0.156617 -0.163293 -0.161379 0.276166 -0.0047 0.720794 -0.885497 0.144004 0.276216 0.722728 -0.098128 0.177565 0.473453 0.166627 0.333695 0.321977 0.194061 0.258833 0.567442 -0.237553 0.20759 0.133425 -0.320276 -0.448819 0.215968 -0.033699 -1.025451 0.100605 0.473722 -0.057237 -0.122736 0.282417 -0.33048 0.218142 -0.161785 0.116725 0.355172 -0.129245 0.017671 -0.523321 -0.571358 0.569905 -0.980433 0.109458 -0.384437 0.169791 0.277596 0.443482 0.115549 -0.351977 0.390568 -0.205108 0.387155 -0.015696 0.092972 0.183573 -0.029353 0.160951 0.09058 -0.663762 0.065348 -0.13627 -0.040182 -0.666998 -0.009981 0.356913 -0.01071 0.011167 0.35466 0.381575 0.020802 0.353467 -0.109727 0.898027 -0.170839 0.232648 -0.676938 -0.560272 -0.034776 -0.188692 0.033653 -0.194806 0.164445 -0.007619 0.297923 -0.233273 -0.017962 -0.285901 -0.519172 0.057865 0.035292 -0.319651 -0.549742 -0.146686 0.089419 -0.252757 -0.531566 -0.073238 -0.181543 0.077119 0.131022 0.595278 0.154831 0.332163 0.549685 -0.035487 -0.117006 0.059756 -0.400495 -0.347658 0.223881 -0.288218 0.50591 -0.249351 -0.267562 -0.147974 0.387842 0.020423 0.317424 -0.104308 -0.395126 -0.224625 0.210029 0.598836 0.416939 0.179416 -0.129638 0.456509 1.014376 -0.000486 -0.299043 0.179291 -0.260843 -0.575636 -0.065173 0.364996 0.038381 0.386051 0.121342 0.388115 -0.190823 0.053722 0.297183 0.120406 0.344979 -0.00664 -0.183252 -0.117582 0.075926 0.028368 0.383409 0.557011 0.074417 0.279489 0.042036 -0.102809 -0.10791 -0.116346 -0.010509 0.099562 0.337038 -0.060355 -0.012338 0.569069 0.209945 0.192926 -0.443304 -0.145506 0.107799 0.299895 0.214093 0.566379 -0.31021 -0.083053 0.050306 0.234272 -0.256475 0.172306 0.155621 0.108499 0.054402 -0.031362 0.458457 -0.283012 -0.509942 0.039329 -0.578403 0.372529 -0.552519 0.029486 0.367184 0.224488 0.037074 -0.189261 -0.018901 0.223035 -0.082374 0.284504 -0.469001 0.19814 -0.381534 0.680252 -0.168511 0.215062 0.264466 0.02086 0.209138 0.246134 -0.135678 0.42255 -0.107776 -0.298186 0.5785 -0.042626 0.098557 0.192689 -0.070822 0.302461 0.055095 -0.015975 -0.020729 0.041827 0.092044 -0.395233 0.034029 -0.122754 -0.933775 -0.116176 -0.153083 0.033853 0.130149 -0.072423 -0.489227 0.446613 -0.182676 -0.442611 0.028101 0.010191 0.433788 0.323868 -0.043311 -0.021337 0.109461 -0.203235 -0.39868 -0.266463 0.084604 0.071162 -0.33635 -0.266521 -0.215387 0.220496 0.027526 -0.127185 -0.210005 0.004703 0.113252 0.864567 -0.027258 0.631157 -0.433554 0.270084 0.210075 0.098873 -0.068201 -0.084726 0.402777 -0.179333 0.339509 -0.543145 0.177359 0.108875 -0.050515 0.028469 -0.532385 0.528999 0.834891 -0.571123 -0.063783 -0.027794 -0.108795 -0.589633 0.125032 0.015102 0.150974 -0.611046 0.332444 -0.015761 -0.100882 0.433731 -0.120116 -0.185473 0.256065 -0.002656 0.117327 0.115233 -0.222413 -0.458456 -0.143222 -0.159114 0.508049 -0.552197 -0.244958 0.194798 -0.037814 0.17595 -0.125735 1.126166 0.163389 0.228027 0.007536 0.470054 0.119778 0.496743 0.312552 -0.2928 -0.505115 0.855463 -0.586063 0.144165 0.040241 0.736323 -0.315756 -0.189483 -0.086138 0.031346 0.560758 -0.530385 0.150333 -0.260753 0.426372 -0.487423 0.077718 0.561137 0.390196 -0.196874 0.111681 -0.390838 0.266493 0.367117 -0.603008 0.027285 -0.042495 0.374992 0.9759 0.588856 -0.070619 -0.195903 0.465636 -0.132675 -0.717719 0.56183 0.05926 -0.136908 -0.361621 -1.034188 0.29155 -0.110767 0.051371 0.258609 -0.412938 -0.247312 -0.358125 0.215535 0.176673 1.529052 -0.195789 -0.018353 0.120974 -0.063597 0.233776 -0.160493 0.299617 0.193842 0.328543 0.216258 0.069402 0.310614 -0.204857 -0.181426 -0.334477 -0.053351 -0.229287 0.162109 -0.475551 -0.338151 0.119484 -0.060554 0.266869 -0.125029 -0.198524 0.208345 0.274565 0.213209 0.113121 0.016751 0.256519 0.098905 -0.170177 0.333602 0.654028 -0.054388 0.009161 -0.060226 -0.713226 -0.317077 -0.279307 -0.106884 0.420144 -0.279594 -0.250811 -0.091727 0.381625 0.227639 0.248743 -0.310182 0.422079 -0.07485 -0.326422 -0.607703 -0.138366 0.556692 -0.301888 -0.00305 0.111099 -0.435148 -0.176219 -0.141646 0.6684 0.014084 0.194512 -0.024737 0.241253 0.350371 -0.368944 0.103218 0.44476 0.096582 0.434373 -0.232427 -0.096606 0.113091 0.540521 0.328676 -0.304071 0.697002 0.000482 0.103522 0.083205 0.141713 0.385289 0.447715 0.586271 0.774674 0.04724 0.071308 0.290969 0.245838 -0.373266 0.11172 0.176451 0.341651 -0.017592 0.006295 0.410871 0.432458 -0.378428 0.249242 -0.483445 0.205725 0.027465 -0.050179 -0.179116 0.125192 0.957357 -0.466166 -0.250048 0.173945 -0.17958 0.138775 0.140241 0.261262 -0.141367 0.272908 -0.079929 0.49312 -0.018356 -0.18439 0.739794 -0.446106 0.04755 0.10374 -0.271682 -0.290466 -0.312734 -0.029506 0.172409 -0.058412 0.30217 0.248719 -0.098235 -0.316949 0.006606 0.163414 -0.435693 -0.489461 -0.505263 0.022583 -0.551249 0.503852 0.073111 0.418391 0.462267 0.018923 -0.521051 0.293053 0.012536 0.617269 -0.804363 -0.028204 0.309661 0.606916 0.026608 -0.498324 -0.303378 0.14901 0.215944 0.400102 -0.30869 0.136381 0.845613 -0.302171 0.264867 0.36777 0.020022 -0.388446 -0.028462 -0.166761 -0.802597 -0.035388 -0.071543 -0.048123 -0.129388 0.123417 -0.269985 0.458814 -0.038582 0.509324 0.067946 -0.567462 0.213116 -0.738123 0.137758 0.521463 -0.385462 -0.051632 -0.067142 0.130806 0.258352 0.606453 0.23443 -0.137022 0.315019 -0.397846 0.228569 0.135269 0.324357 0.369028 -0.002032 0.006438 -0.204505 -1.019715 -0.019345 -0.116231 0.014721 0.047719 -0.0691 -0.172266 0.36512 0.340048 0.305584 0.2316 0.29626 0.493965 -0.326339 0.183151 0.02667 0.021021 -0.608602 0.002847 0.27227 -0.344416 -0.444451 0.023786 -0.046792 0.126921 0.242448 -0.26831 -0.535494 -0.499348 0.195967 0.087951 -0.545196 0.113358 0.002049 -0.13541 -0.12155 -0.077137 -0.291232 -0.372237 -0.444105 0.672052 0.118432 0.552361 -0.017121 0.104759 0.164637 0.469727 -0.298572 -0.164584 -0.656229 -0.291725 0.386176 -0.037272 0.171777 -0.047021 -0.454052 0.176627 -0.078475 -0.09515 -0.00362 -0.173426 -0.27781 -0.243663 0.26065 0.236251 0.147239 -0.238217 -0.157459 0.536656 0.617203 0.011449 -0.01803 0.048602 0.094278 -0.953854 0.256806 0.352353 -0.140171 0.221833 0.245328 -0.022123 -0.006255 0.239651 0.682895 0.026204 0.23474 0.062256 0.199883 -0.044181 -0.511056 -0.031123 -0.14039 0.502944 -0.118136 0.249072 0.492473 -0.354488 -0.388415 -0.150386 0.032733 0.255448 0.031652 0.161879 -0.090069 0.345465 -0.113165 0.333918 -0.16764 -0.048262 0.121201 0.309124 -0.184021 0.629369 0.204622 0.432951 0.262143 -0.009191 0.010075 -0.078878 0.002484 0.149966 -0.213326 0.411048 0.436194 -0.273318 0.279734 0.359012 -0.700423 0.204207 -0.157191 -0.107478 0.13684 0.133989 0.294615 0.677402 -0.29806 0.40979 -0.451316 0.549377 -0.265889 0.225955 -0.220361 -0.004494 0.201861 0.091516 0.571738 0.374106 0.403041 -0.270117 -0.012923 0.256362 -0.122406 -0.482079 0.423967 0.428302 0.279938 -0.129751 0.874162 0.094712 0.565542 -0.109754 0.439218 0.165855 0.2494 -0.312959 0.100136 0.232911 -0.873226 0.158992 -0.131964 0.050133 0.276983 -0.001561 -0.338781 -0.326973 -0.010066 -0.087724 0.283533 -0.169169 0.386055 0.635421 -0.146415 0.045133 -0.388836 0.142682 -0.244048 -0.175585 -0.05612 0.16839 0.151212 -0.020509 -0.098204 0.744215 0.204312 -0.189392 0.122009 -0.134642 0.090958 0.483481 -0.161872 0.012225 0.008038 0.260413 -0.053112 -0.681373 -0.304465 -0.031306 0.629669 -0.582743 0.175169 -1.772714 0.111092 0.103629 0.004798 0.476183 -0.892157 0.161793 0.232132 -0.483415 0.422912 -0.248201 0.037992 0.142374 0.03501 0.449262 0.584417 -0.501351 0.251888 -0.163719 0.116859 0.181805 -0.539399 -0.01486 0.810408 -0.192868 0.061465 0.238552 -0.310753 0.095165 -0.012605 -0.286143 0.218913 -0.526618 -0.092873 0.410459 0.521563 0.099541 -0.20043 1.421766 0.010306 -0.069771 -0.238653 0.275111 0.665714 0.259222 0.222236 -0.36856 -0.562536 0.589512 -0.098498 -0.136966 -0.175723 -2.6e-05 -0.557536 0.302679 -0.090212 0.013918 0.721928 -0.237355 -0.105108 -0.468375 0.110585 -0.148471 -0.179288 0.612205 0.054973 -0.168453 0.255492 -0.05492 0.355642 -0.091458 -0.37407 0.219582 0.259846 0.277507 0.055929 0.394669 -0.048722 0.068906 0.106184 0.111489 -0.731443 0.20159 0.199805 -0.4362 0.091261 -0.685853 0.442971 -0.255009 0.09269 0.4005 -0.467779 -0.406347 0.150143 0.350838 0.063294 1.815071 0.052567 -0.203688 -0.01717 -0.071885\nĩ 0.371291 0.29329 0.040518 -0.013319 -0.081024 -0.328418 0.32874 -0.273551 -0.034151 -0.058063 -0.337985 0.002886 -0.125492 -0.186402 0.259749 -0.598102 -0.132298 -0.237469 -0.007515 -0.168544 -0.069429 -0.185619 0.260263 -0.394159 -0.034677 0.193483 -0.220153 0.24826 0.306645 0.112751 0.313182 0.167576 -0.165181 0.095653 -0.055073 -0.239601 0.359756 -0.121154 0.267789 -0.289615 0.198585 -0.098083 -0.170656 0.12017 0.16385 -0.44137 -0.201883 0.113017 0.023795 0.362617 -0.420488 -0.562449 0.27142 0.084855 0.093715 0.077014 -0.15846 -0.108662 0.130993 0.141572 0.367116 -0.292099 0.188321 -0.112984 0.268555 0.411554 -0.00729 0.294216 -0.149137 0.055221 -0.517675 0.087974 0.046087 0.089481 -0.066718 0.239333 -0.347356 0.552523 0.000309 -0.039604 0.129823 0.363907 0.075918 -0.178735 -0.043052 0.643548 0.020763 -0.155412 -0.319042 0.179711 -0.26901 -0.307537 0.036241 -0.132227 0.764544 -0.18206 -0.301396 0.057623 -0.180393 0.152477 0.31376 -0.180132 0.014391 -0.01293 0.23898 0.151121 -0.381791 0.256881 -0.185816 -0.086049 0.455687 0.026849 -0.152615 0.322414 0.155057 -0.346801 0.035936 -0.093672 0.097112 0.30227 -0.217854 0.318615 -0.10843 0.468231 -0.368941 -0.112025 0.085716 0.091088 -0.416095 -0.057598 -0.198963 -0.355298 0.03861 -0.042572 0.125652 -0.498219 -0.230463 0.106355 -0.511864 -0.12631 0.164007 0.016503 0.3814 -0.098001 -0.093137 0.234728 0.118841 -0.051106 -0.693546 0.052951 -0.454245 0.24218 0.213459 0.133264 0.059307 -0.0115 0.171552 0.104337 -0.131559 0.124773 -0.161312 0.09134 0.228647 -0.226464 -0.081474 -0.08345 -0.082569 -0.181115 0.01578 -0.138368 0.035195 0.023203 -0.055486 0.124961 -0.188131 -0.037057 -0.32283 -0.072658 0.247696 -0.312087 -0.093408 0.136024 -0.580012 -0.039869 -0.483334 0.22338 -0.067457 0.089078 -0.027266 -0.281267 0.150885 -0.22003 -0.306005 -0.010402 -0.162168 -0.058794 0.052759 -0.361464 -0.007484 -0.120401 0.368945 0.319251 0.074145 0.157537 0.24806 -0.340282 -0.153674 0.125795 1.149014 0.023724 0.114037 0.272323 -0.076924 0.246818 -0.08719 0.18051 -0.136721 -0.277303 -0.30628 -0.463793 -0.235858 -0.633996 -0.077721 0.218499 0.179671 -0.141194 0.158845 0.233493 0.141648 -0.259654 -0.109019 -0.226667 -0.30828 -0.231841 -0.281824 -0.134241 -0.098192 -0.173894 -0.161119 0.177234 0.069527 0.280994 0.26983 0.412077 0.286297 0.335566 0.474447 -0.243266 -0.401203 -0.006275 -0.025087 -0.397459 0.520008 -0.065523 0.191288 -0.382631 -0.190941 -0.119425 -0.259099 0.232611 -0.090981 0.190843 -0.542497 -0.234299 -0.077441 0.315825 -0.166835 -0.136368 -0.068261 0.018049 0.461324 0.354581 0.036896 -0.401098 0.116043 0.120399 0.105416 0.268575 -0.201154 0.387742 -0.200486 0.014675 -0.08891 0.250137 0.378443 0.011592 0.001879 -0.179336 -0.045928 -0.256312 0.356039 0.371854 -0.038908 0.306838 -0.226466 0.305314 -0.465472 0.344435 0.270956 0.338056 0.117815 -0.094211 -0.532994 0.065239 0.295969 -0.104408 -0.110788 -0.156124 -0.186526 0.035512 0.027509 0.249959 -0.244579 0.187428 0.250621 -0.277213 0.640029 0.58986 -0.075001 0.015827 0.050955 0.080154 0.045193 0.439275 0.088731 0.061959 -0.251245 -0.037966 0.009421 -0.301888 0.005149 0.19182 -0.123625 -0.065658 -0.138827 -0.075607 -1.174916 -0.292391 -0.170427 -0.08238 -0.079709 -0.021589 0.075268 -0.112321 -0.517538 0.198391 0.014129 0.274143 -0.275328 0.088651 0.097363 0.169163 -0.259702 -0.16586 0.299613 0.190822 0.019618 -0.153435 0.18881 0.173807 -0.041637 0.079224 -0.169861 0.464338 0.333899 -0.403358 -0.246553 0.232366 -0.743224 0.040972 0.33324 0.083347 0.017612 -0.175346 -0.33438 -0.191782 -0.06569 -0.628597 -0.041388 -0.077619 0.319706 -0.052334 0.235988 -0.224014 -0.184374 -0.17225 -0.331369 -0.057158 0.149507 0.091362 0.192978 -0.422837 -0.06031 0.250584 0.165465 0.163992 -0.064667 0.010492 -0.36828 -0.334741 -0.342103 0.102907 -0.074096 0.225127 0.07374 0.343958 0.326389 -0.190437 0.238947 -0.042408 0.492531 -1.259078 0.110921 0.285486 -0.12717 0.10504 -0.343936 0.421597 -0.269905 -0.357038 -0.156042 0.144088 0.127028 -0.173176 0.246639 -0.102311 0.323695 -0.371161 0.212677 0.168326 0.346538 0.118802 -0.014903 -0.113388 0.228761 0.219737 -0.039757 -0.182541 0.088171 -0.047526 -0.290766 0.171002 0.336439 -0.142084 -0.250114 -0.168449 0.073542 0.26035 -0.085647 1.059505 0.332519 -0.092902 0.131347 0.361059 -0.227162 0.37815 0.093919 -0.345901 0.077884 0.148983 0.484897 -0.105886 -0.039143 -0.016974 -0.376874 0.101731 -0.264042 -0.244618 0.135262 0.194564 0.206453 -0.406451 -0.020012 -0.099049 -0.277986 0.184653 -0.395401 -0.384887 0.36066 0.030358 -0.016252 -0.131948 -0.309192 -0.515782 0.514067 0.370365 0.077111 0.360256 0.031726 -0.172431 0.397689 -0.403857 -0.072869 0.276317 -0.203009 -0.335698 0.116087 -0.080337 0.00124 0.055626 -0.042651 0.276139 -0.180404 -0.288653 -0.269223 0.133509 0.340146 2.279208 -0.079158 -0.131841 0.38349 -0.305274 0.070966 0.157038 -0.034025 0.295215 -0.187427 0.049108 0.077976 -0.245664 0.121062 -0.366177 -0.259303 -0.125524 -0.063066 0.017956 0.130221 -0.220865 -0.00257 -0.137212 0.357998 -0.272582 0.025323 0.078355 0.241095 -0.17347 0.107969 0.166254 -0.089419 0.231212 0.391448 0.376837 0.15646 0.091069 0.237067 0.323935 -0.266701 -0.533771 0.183142 -0.006873 0.429691 -0.089416 0.263937 -0.21683 0.102243 0.35822 0.537233 -0.3159 -0.248796 0.29074 0.134564 0.052216 -0.245948 -0.345561 0.188567 0.234942 -0.075708 -0.367648 -0.442014 -0.491821 0.113772 0.257395 0.187127 -0.247256 0.324917 -0.012487 0.108364 0.08336 -0.141989 0.056747 -0.283889 0.019372 -0.206548 -0.162443 0.167553 0.117031 -0.075306 0.438762 -0.033076 0.2909 0.063143 -0.001599 0.310678 -0.248478 0.438929 0.029233 0.148589 0.249826 -0.18915 -0.054047 -0.217158 0.039896 -0.495557 -0.067524 -0.027812 -0.059495 0.927091 -0.162568 0.017322 0.115282 -0.212003 0.006544 0.301463 0.000661 -0.234632 0.127094 0.465006 0.037987 -0.110082 0.081084 -0.202898 -0.015521 0.157224 0.053924 -0.151513 0.161999 -0.122747 -0.484796 -0.046531 -0.083584 0.39835 0.205619 -0.043145 0.283728 0.157247 0.136551 -0.47524 -0.457409 0.096855 0.137659 -0.224886 -0.203947 -0.242379 -0.20898 0.161767 -0.18289 -0.208838 -0.590183 -0.396329 -0.120089 -0.137085 0.094852 -0.018429 0.081322 0.812829 -0.09018 -0.307526 0.556468 -0.040904 -0.063921 -0.544635 -0.131433 -0.20136 -0.224166 0.233466 0.042473 -0.181748 0.308033 0.150889 -0.112138 -0.007622 -0.021429 -0.304174 0.0453 0.098425 0.335267 0.193064 0.063376 0.179179 -0.059447 0.067717 0.082842 -0.032533 -0.250329 0.075024 0.27896 -0.359608 -0.022333 -0.649558 0.063546 0.189904 -0.365302 0.065691 0.013811 -0.654106 0.34091 -0.189167 0.209556 0.023126 -0.153264 0.101709 0.167339 -0.082166 -0.050874 -0.142665 -0.093768 -0.035672 0.049788 0.013024 -0.297058 0.038363 -0.181548 0.718349 0.353712 -0.021545 -0.037078 0.072161 0.039619 -0.06467 -0.005121 0.880114 0.449864 0.066741 0.152201 0.128188 0.259063 -0.026027 0.035303 -0.095769 -0.018353 -0.39182 -0.58623 0.140833 -0.619817 -0.051487 0.140779 -0.079945 -0.17872 0.231729 0.114262 -0.050595 -0.071272 -0.340598 -0.361006 -0.584953 -0.124566 -0.113166 -0.025106 -0.273932 -0.282445 -0.151517 0.016705 -0.059797 0.337645 -0.005744 0.296207 0.35913 0.336255 0.318881 0.145642 -0.46521 -0.279469 0.050051 -0.377318 0.256447 0.337439 0.085067 -0.155481 -0.403098 0.188379 0.011062 -0.104816 -0.152468 0.333626 -0.253038 -0.2045 -0.268302 0.381782 -0.071674 -0.125018 -0.242818 0.27244 0.067021 0.075006 0.157714 -0.234674 0.210128 0.009352 0.226341 0.356677 -0.183171 0.325161 -0.276859 0.051045 0.028938 0.077507 0.258133 0.07505 0.021087 -0.215256 0.014892 -0.426078 0.048369 0.02953 -0.284958 0.113141 0.029331 0.376793 -0.017425 -0.141753 0.273567 0.040334 -0.049003 0.045003 -0.354437 -0.05684 0.115358 0.497395 -0.231412 0.020491 -0.158521 0.041771 0.363534 0.037527 0.090908 0.467555 0.382139 -0.202088 0.676164 0.192804 0.088966 -0.474031 0.014426 -0.025646 0.053516 0.559106 0.179607 0.024328 0.145584 0.018983 -0.077023 -0.204268 0.143697 0.483046 -0.061992 -0.069454 -0.236943 -0.046758 -0.758538 0.111083 -0.062263 0.04966 -0.285265 -0.043908 0.223089 -0.350267 -0.321595 0.170202 -0.068645 0.420299 -0.105701 -0.34642 0.151782 -0.023107 -0.15246 -0.297631 0.353901 0.077739 0.428063 -0.184563 0.49947 0.029949 0.063886 0.229641 -0.117539 0.52159 0.422489 -0.449393 -0.174324 0.145379 -0.569335 0.171917 0.269969 0.022131 -0.30383 -0.384621 -0.197934 -0.31086 -0.157145 -0.333747 0.12982 -0.199179 0.240507 0.200631 0.191941 -0.041404 -0.359928 -0.273708 -0.579068 0.120725 -0.362934 0.291663 0.348354 -0.161734 0.153526 0.313279 0.234992 0.187776 0.373167 -0.057231 -0.178315 -0.446678 -0.612597 0.000922 -0.130054 0.060611 0.357466 0.132794 0.205557 -0.170324 0.58074 -0.254613 0.306802 -2.110649 0.346336 0.505674 -0.245278 0.0805 -0.074616 0.146623 -0.267306 -0.274322 0.021041 -0.132244 0.109922 -0.064325 0.080537 -0.185315 0.475793 -0.048695 -0.089406 0.171198 0.413409 0.187843 -0.349764 0.086869 1.45114 0.121321 -0.027217 -0.091346 -0.005542 -0.071592 -0.03223 -0.130996 0.44355 -0.168546 -0.249489 -0.068474 0.466019 0.023025 0.074802 1.404594 0.120353 -0.180749 -0.068286 0.317537 0.276465 0.327041 0.310462 -0.313521 -0.164082 0.000168 0.292792 -0.245884 -0.249801 -0.270824 0.091191 -0.20722 -0.023717 -0.406566 0.124834 0.022839 -0.296136 -0.492569 -0.098033 -0.247546 -0.344951 0.359367 -0.322042 -0.426135 0.143827 0.205774 0.039611 -0.067315 -0.113794 -0.143403 0.407099 0.216346 -0.063453 0.393407 0.033645 -0.036452 0.313825 -0.142482 0.252618 0.145854 -0.139982 -0.305874 -0.056999 -0.015091 0.152872 -0.118251 -0.043563 0.163564 -0.338327 0.126848 -0.088 0.294579 0.145522 1.871308 -0.295097 -0.196855 0.15549 -0.18955\n% -0.081092 -0.023261 0.065082 0.388063 -0.196468 -0.11283 0.151968 -0.281382 0.457813 -0.233157 -0.111453 -0.725241 -0.2322 -0.607908 -0.730153 -0.486541 0.733742 -0.94149 -0.606587 0.571918 0.142753 -0.508844 -0.587958 -0.358351 -0.953752 -0.401765 -0.243551 -0.747088 -0.284225 0.135543 -0.062541 0.391979 0.143091 0.228806 -0.119812 0.218425 0.164028 0.876084 0.653118 -0.109424 0.561453 -0.237069 0.630922 0.758344 -0.334403 -0.297579 0.01579 -0.233665 0.011591 -0.203835 0.117379 0.16762 -0.052962 0.905964 0.641181 -0.12686 -0.508431 1.260546 0.372887 0.628041 -0.191181 1.940296 0.057152 0.326099 0.344765 0.51396 0.552766 0.149121 -0.734572 -0.000292 -0.532629 0.400395 -0.476283 0.362591 -0.074576 0.079192 0.198389 0.634054 0.199273 -1.207472 -0.761674 0.359382 0.007534 -0.286021 -0.58695 0.627849 -0.558307 -0.774427 0.59199 -0.041992 0.543766 -0.081411 0.405058 0.469258 0.008917 -1.531166 0.721844 1.231541 -1.21445 0.668295 -0.216049 -1.135052 0.010632 -0.463155 0.906612 0.049908 -0.502257 1.097343 0.305017 0.123572 0.370143 -0.13356 0.791263 -0.39832 -1.265314 -0.5451 -0.158007 0.148287 0.486098 -0.018756 0.073814 0.339458 -0.636583 -0.440469 0.056795 -0.849491 0.075636 -0.187876 0.844708 0.314106 -0.347977 0.37141 -0.729311 -0.264665 -0.373821 0.037673 -0.790559 0.135262 0.240175 -0.070272 0.015057 -0.194547 0.653636 0.194978 -0.391073 -0.233015 -0.486189 0.220816 -1.26184 0.758099 0.195829 -0.463201 0.006072 0.036687 0.146551 0.146285 1.215264 -0.334927 0.120426 -0.242558 0.199832 0.070087 1.174682 -0.537891 -0.163221 -0.410094 -0.177161 -1.036701 -0.340231 -0.552197 0.714738 0.275415 -0.460394 -0.894808 0.193075 0.093726 0.447693 1.175895 0.551357 -0.578902 -0.129122 -0.1293 -0.146837 0.646994 -0.384855 0.150609 0.113764 -0.867408 0.405315 0.248657 -1.781576 -0.475234 0.316044 0.103509 -0.61543 -0.644903 0.810081 -0.036615 -0.531076 -0.494585 0.60328 -1.10071 -0.571759 0.379523 -0.47471 0.990501 0.845414 0.266997 0.737447 -0.626798 -0.35153 -0.08022 0.227054 0.353856 1.403365 -0.291199 -0.898719 -1.168918 -0.080901 -0.33804 -0.162239 -1.175558 0.247625 -0.109743 -0.438786 -0.239856 0.205796 -0.201632 0.008629 -0.449475 -0.688461 -0.333136 -0.218308 -0.065042 0.331092 -0.015491 0.009247 0.543479 -0.685474 -0.251813 0.183295 -1.526865 -0.381999 0.426265 -0.032348 0.667266 1.081828 -0.241237 -0.703731 -0.754943 0.005267 -0.504224 0.123944 -0.305238 -0.488509 0.070811 0.215514 0.319059 -1.415933 -0.099456 -0.188144 0.285012 0.18508 0.550502 0.716203 -0.235265 0.052315 -0.058331 0.589668 0.161956 0.527093 0.778456 0.173897 -0.809177 1.241324 -0.317376 -0.052911 -0.095778 0.394192 -0.185924 -0.459868 0.782829 0.487774 0.410494 0.758034 -0.251011 -0.269296 -0.815812 -0.231469 -1.010965 0.611624 0.176294 0.407639 0.456337 1.100761 -0.0159 -0.146344 -0.759723 1.117375 0.701022 -0.148145 -0.010369 1.394343 -0.841672 -0.026642 -0.100671 -0.789604 0.157331 0.453509 -0.713243 -0.227447 -0.473239 0.237155 1.397221 0.54125 -0.18813 0.536189 0.119063 -0.355418 0.309634 -0.278513 0.184695 -0.391944 -0.060436 -0.628194 -0.952768 -0.328004 0.237852 0.423297 1.675646 0.253031 -0.825397 0.181122 0.561186 -0.487376 0.247589 -1.320161 -0.03762 0.069478 1.253529 -0.612917 -0.022699 -0.704513 -0.331355 -1.085448 0.503223 0.15986 0.28177 -0.386228 0.802025 -0.358868 -0.129639 -1.190184 0.862973 -0.217082 -0.651081 0.378319 -0.771953 0.356172 0.310155 -0.271167 -0.924412 0.824279 0.497781 0.002772 0.354466 0.048631 0.985274 -1.009341 -0.260675 0.173716 -0.405157 -0.968023 -0.779631 -0.272846 -0.512427 -0.342998 -0.226275 0.839307 0.020826 0.265271 0.437474 0.344665 -0.881631 -0.141281 -0.22403 0.67129 0.369027 0.643237 0.310924 -0.988986 -1.038954 0.723335 -0.407889 -0.514271 -0.294781 0.006236 0.25279 0.243451 0.147425 -0.142478 0.076861 -0.246651 0.338555 -0.568576 -0.242633 0.643394 -0.032301 -0.357592 0.363431 0.172071 -0.977477 -0.205562 -0.015368 0.28746 -1.665715 -0.261132 0.081576 -0.020356 -0.499089 0.252187 0.378105 0.241858 -0.034376 -0.375302 -0.952904 0.39863 -0.221338 0.572302 -0.581133 -0.126828 0.377394 0.96601 0.80036 0.515564 -1.931138 -0.634036 -0.059041 0.768428 0.4902 0.067303 0.076859 0.573855 0.58199 -0.49662 0.806716 -0.12692 0.270925 -0.66444 1.0985 0.084092 0.14984 -0.360259 0.176182 -0.194161 0.208079 -0.024825 0.582357 -0.477033 -0.661174 -0.320954 -0.169219 -0.045774 0.135373 0.224035 -0.272334 -0.37338 -0.826544 0.812017 0.883108 -0.221553 -0.304179 -0.12395 -0.464578 0.546271 0.068876 -0.490625 -0.285433 0.17952 -0.327068 0.459239 0.809694 -0.48672 -0.529632 0.389057 -0.019049 -0.552768 -0.158686 0.06055 0.075451 -0.289238 -0.616306 -0.480821 -0.2058 -0.249222 0.832006 -0.167094 -0.869555 -0.342962 -0.351702 -0.044989 0.369638 0.766159 -0.299398 0.178658 -0.033694 0.13165 2.392729 0.515102 0.318418 -0.340838 -0.636903 -0.873163 0.619627 -0.122048 0.756834 0.222789 -0.483189 -0.007359 0.761298 0.61182 0.968595 -0.239727 -0.548451 -0.462779 -1.428867 -0.524026 0.815833 0.214121 -0.305993 -0.712518 0.534238 0.932576 -0.735273 0.827546 -0.542749 0.955791 -0.204181 -0.21659 -0.047195 0.09584 -0.019874 -0.02949 1.053692 0.662683 0.192996 0.060092 0.640342 0.459084 0.701578 0.38007 0.186536 0.225527 -0.805238 0.784916 -0.496895 0.21165 -0.58937 -0.331408 0.276725 0.014971 -0.540349 0.223466 0.012668 -0.765714 -0.993299 0.190846 -0.822283 0.332724 -0.000106 0.906029 0.519968 0.474681 0.669213 -1.388401 0.078605 -0.230349 0.604213 0.058109 0.54172 -0.07395 0.083234 -0.683116 -0.168368 -0.456138 0.623962 -0.549315 0.425851 -0.326203 0.523187 -0.273729 -0.543874 1.160827 0.231547 0.160678 -0.337837 -0.250506 -0.624645 0.725145 -0.901195 0.401392 -0.228459 -0.096191 -0.41039 0.204311 1.270217 0.074714 0.080253 0.684832 0.057367 -0.905066 0.26033 -0.282269 -0.848384 -0.01057 -0.309638 1.188138 0.363939 -0.896808 1.39505 0.929182 0.122512 0.662544 -0.411781 -0.090327 0.237966 -0.584082 0.292508 -0.173512 0.35183 -0.389984 0.648803 0.255064 -0.374508 -0.086962 1.099003 0.342924 -1.108968 -0.197064 -0.759954 1.175435 -0.075134 -0.623634 -0.286733 -0.481761 0.229663 -0.227206 0.209114 0.370081 0.199351 0.458846 0.916469 0.164091 0.159504 0.950069 -0.443836 -0.872254 0.561587 -0.482457 -0.551246 -1.370224 0.305649 -0.299788 0.131136 0.222221 -0.48843 -0.409357 -0.052787 1.410774 -0.716817 0.410812 0.065633 0.610772 1.06124 -0.420693 -0.073585 0.038336 -0.299116 -0.429131 -0.50689 -0.195245 -0.224776 0.98159 -0.317741 -1.342951 -1.438253 0.548703 -0.537998 0.564512 1.250038 -0.048006 -0.843341 -0.458327 -0.294559 -0.238929 0.940339 -0.302918 -0.271065 0.105661 0.107752 0.502776 0.050627 -1.313844 0.343902 0.512221 0.119259 -0.357849 -0.395997 -0.766776 0.772065 -0.16444 0.092283 -0.296332 -0.058783 -0.698426 0.901169 -1.056614 1.437879 0.29741 -0.207841 0.356368 0.369888 -0.758333 -0.555912 -0.068151 0.93562 0.187361 -0.381049 -0.363378 -0.96456 -0.250249 0.074058 0.085038 -0.75931 0.011566 0.093292 -0.901801 -0.559157 -1.076034 -0.234096 -0.470081 0.295036 -0.098556 -0.390081 -0.282328 -0.265814 0.434205 0.227925 -0.179011 0.947213 -0.211162 -0.649881 0.450917 -0.477495 -0.345709 0.011861 0.671559 -0.240311 0.356248 -0.906255 -0.913621 -1.027908 0.24972 -0.633934 0.296166 -0.677351 -1.031102 -0.489374 -0.413321 -1.234353 -1.441971 0.037852 -0.003071 -0.826515 0.545642 -0.002186 0.218127 -0.157995 0.495079 -0.442992 0.138264 0.083968 0.779249 0.541561 0.753319 -0.628676 0.450084 0.16658 0.205521 0.189129 0.500908 -0.07693 -0.175119 0.021219 0.059965 0.614436 0.621894 -0.10276 -0.94352 -0.738259 0.173529 -0.747872 0.823154 0.167644 1.33062 0.117419 0.314397 -0.254733 -0.239412 -0.691728 0.387011 0.464916 -0.456405 0.733923 0.162711 -0.506979 0.100097 0.464564 0.092414 -0.177656 0.209106 -0.093458 0.85285 0.265822 -0.026798 1.575871 0.468101 0.17571 -0.149531 0.181505 -0.596378 0.425927 -0.280819 0.197115 -0.312258 0.184598 0.864718 -0.529776 -0.852448 0.72464 -0.253451 0.858939 -0.078111 -0.585821 0.511493 0.20131 -0.148614 -0.156545 -0.559198 0.46878 -0.459124 0.281403 -1.000091 0.044668 -0.617388 -0.215812 -0.625707 -0.153735 0.645932 -0.212508 -0.348653 0.631261 0.414615 0.314607 0.041365 0.881862 -0.393964 -0.757274 0.361158 -0.146551 -0.164331 0.414451 -1.855635 -0.562153 0.742012 -0.183924 -0.211712 1.661728 0.244091 0.96822 -0.958855 0.703727 0.502288 -0.314326 -0.127948 -0.560456 1.288327 0.517468 -0.298589 0.156325 0.320095 0.350329 0.337103 0.411542 -0.630824 -0.284892 -0.756468 0.057047 0.820224 0.476839 0.560586 -0.578103 -0.633992 -0.914812 0.405006 0.896562 -0.306892 -0.492966 -0.246033 -0.161448 -0.601964 -0.323836 0.473705 0.957843 -1.093917 -0.318041 0.203126 0.256087 0.100354 -0.388237 0.024858 0.861701 0.256529 -1.820595 -0.182522 0.010099 0.159491 -0.938526 -0.212894 -0.368358 0.411923 1.017636 0.910129 0.692492 0.224344 0.211247 0.238532 0.043111 0.707492 -0.34902 0.395788 -1.079738 -0.758285 0.802335 0.870556 -0.235284 1.431483 -1.357657 -0.60668 -0.320467 0.484065 0.921666 -1.177608 0.157345 0.142652 0.780777 -0.164024 0.289641 0.251471 0.112261 -0.095035 1.508506 -0.73006 -0.078862 -0.088362 -0.047262 -0.230948 -0.329697 -0.329094 0.558272 -0.637458 -0.27714 -0.034501 -0.651343 -0.367667 0.044976 -0.178664 0.642381 -0.376727 -0.144937 1.311956 0.719802 -0.149117 -0.557674 0.176259 -0.051124 0.646997 0.150804 0.714824 -0.962745 0.517555 -0.405205 0.6982 0.392332 -0.14065 -0.614004 -0.237997 0.09999 -0.45234 -0.990578 -0.719321 -0.232926 -0.436554 -0.085591 -0.356448 -0.494094 -0.758832 1.060457 0.275681 -1.295462 -0.242234 0.155641 -0.201997 -0.132335 0.411155 -0.705507 -0.037671 -0.443215 0.003713 2.043859 0.828889 -0.305622 0.443724 -0.523116\nJ 0.327213 0.809815 0.05027 -0.176157 0.006591 0.20558 0.440053 -0.058606 -0.1667 0.447905 -0.264809 0.14457 -0.524545 -0.047235 0.006938 -0.794609 0.471953 0.08317 0.265505 -0.133394 0.320839 0.268106 0.844693 0.078954 -0.053844 0.310851 -0.221071 -0.08049 0.366068 0.534538 0.481587 0.152455 -0.172166 0.332445 0.004955 0.11622 -0.335416 -0.770718 0.343726 0.685352 -0.03884 0.260341 -0.292329 0.255782 -0.011499 -0.910205 -0.451063 -0.318375 0.012276 0.107201 -0.115119 0.145276 -0.214957 -0.191347 0.572928 0.397385 -0.185736 0.324544 0.836982 0.192505 -0.050599 0.312441 0.296309 0.449246 0.366168 0.179779 -0.109539 0.456446 0.16382 -0.037692 -0.609949 0.391174 0.452572 0.030985 -0.144831 0.726104 -0.079892 0.344835 -0.210263 0.333452 0.399848 0.506111 0.073738 0.527483 -0.038004 0.449942 -0.17823 0.383735 -0.552442 0.466655 -0.043049 -0.066735 -0.021048 -0.035911 0.162568 -0.265418 -0.271959 0.110461 -0.135399 -0.007696 0.098389 0.424289 -0.100262 0.323266 0.467509 -0.449079 -0.546095 0.616158 -0.240242 0.309445 0.706196 0.163256 -0.57941 0.053385 0.253062 -0.433853 0.23905 -0.424785 0.342143 0.209149 -0.377589 0.482701 -0.155671 -0.201273 0.23639 -0.457019 0.258798 -0.055474 -0.583741 0.194082 0.202105 -0.944038 0.00929 0.312664 0.34716 -0.642136 0.048533 0.076413 -0.187413 0.034592 -0.389911 0.324432 0.293233 -0.142695 0.072108 0.36455 0.15231 0.496689 -0.990666 0.187926 0.357668 0.843163 0.334592 0.603616 -0.073533 0.276682 -0.00318 -0.019768 0.165663 0.283458 0.567785 -0.039491 -0.019663 -0.05627 -0.067238 -0.515541 -0.076634 0.154474 -0.419026 -0.141967 0.557232 -0.070538 -0.084956 -0.063351 -0.451111 -0.108318 -0.773115 0.000836 0.556036 -0.443976 0.003683 -0.112991 -0.731212 0.802572 -0.969615 0.136721 -0.019844 0.432202 0.408588 0.415543 0.182651 -0.125511 0.099882 0.358393 0.352384 -0.348326 0.18517 0.174479 0.007829 0.078182 0.691867 -0.065712 0.122476 0.034504 0.061262 -0.642104 0.020309 0.27225 0.350815 0.263206 0.110847 0.299661 0.275833 0.46416 0.158786 0.676141 -0.21419 0.55763 -0.842962 -0.862939 0.353374 -0.482392 -0.182871 -0.032438 0.347619 -0.210557 0.209104 -0.033452 -0.006616 -0.106287 -0.440728 0.202996 -0.19068 -0.245341 -0.61977 0.053768 0.047672 0.152184 -0.519013 -0.391754 0.086983 0.163744 0.266359 0.31934 0.540247 0.351117 0.738395 -0.001075 -0.544112 -0.07756 -0.739276 -0.505968 0.446081 -0.239851 0.290761 -0.223104 -0.32153 -0.063883 0.42687 0.280219 0.509113 -0.384404 -0.194096 -0.438594 0.396892 0.372239 0.270317 -0.3959 0.068185 0.365786 0.637469 0.185798 -0.277876 0.52083 -0.061418 -0.100229 0.130703 0.63997 0.161069 -0.072511 0.016742 0.036129 -0.018659 0.523111 0.532515 -0.199401 0.459315 -0.265269 -0.379093 -0.439431 0.405507 0.143394 0.260782 0.87609 0.145332 0.39023 -0.280197 0.033285 0.054585 -0.030558 0.040015 0.004286 -0.330544 0.21223 -0.420123 0.302194 -0.098721 -0.116868 -0.206542 -0.305149 -0.114006 0.326483 0.140031 -0.100467 -0.134031 0.085208 -0.084341 0.286892 -0.083678 0.114671 -0.045636 0.005058 -0.117959 0.384729 0.297378 0.092296 -0.397815 0.279145 -0.448966 -0.162708 -0.949733 -0.085041 0.420218 0.428416 -0.039412 -0.450492 -0.458177 0.212866 -0.387105 0.562277 0.06588 0.384497 -0.393915 0.481961 -0.400235 -0.049664 0.311982 0.137984 0.288731 -0.051974 -0.259687 0.439143 -0.087321 -0.758881 0.413033 -0.092854 0.103825 0.072413 0.532166 0.344726 0.171221 0.108775 0.090126 0.217289 0.146146 0.027661 0.041578 0.131782 -1.110339 0.098667 -0.086347 0.176523 -0.038454 -0.002808 -0.750387 0.452308 -0.097116 -0.615645 -0.214799 0.178379 0.589249 0.257576 0.500474 0.155349 -0.070834 -0.060997 -0.052822 -0.221661 0.131579 0.045943 -0.140218 -0.278362 -0.161196 0.115647 -0.029504 0.164842 -0.339974 -0.292587 -0.193347 0.40898 -0.279233 0.476251 -0.069563 0.547034 0.241455 0.148706 -0.011746 -0.283188 0.237493 -0.497232 0.248058 -0.697488 0.133117 0.052705 -0.089944 -0.06311 -0.447253 0.521116 0.678043 -0.730011 -0.333919 -0.054111 0.073037 -0.456938 0.457593 -0.190752 0.401635 -0.774237 -0.008166 0.012819 0.57376 0.248972 -0.363739 -0.039569 0.483554 -0.159909 -0.096659 -0.130464 -0.470188 -0.378409 -0.301803 -0.209037 0.3888 -0.133035 -0.025686 0.146454 0.041988 0.073421 -0.153577 1.302134 0.169068 0.201513 0.115382 0.665886 -0.037849 0.438463 0.109133 -0.747449 -0.298876 0.836296 -0.225576 0.438859 -0.026777 0.533489 -0.38345 -0.684313 0.058838 -0.262822 0.796641 -0.04269 0.30168 -0.154219 0.373862 -0.449881 -0.342985 0.097003 0.27828 -0.838661 0.041568 -0.398149 0.23751 0.147838 -0.560829 0.103894 -0.022709 0.667763 0.775333 0.491265 -0.063907 0.151498 0.572155 -0.023572 -0.798227 0.481717 -0.006027 -0.383733 -0.58219 -0.631984 0.006491 0.144439 0.029575 0.489419 -0.324772 -0.140313 -0.468088 0.013452 0.284255 1.985002 0.282284 -0.285529 0.300853 -0.043331 0.014565 0.094419 -0.039482 0.437577 0.139044 0.040466 0.148978 -0.030852 -0.230395 -0.006711 -0.582449 -0.026786 -0.321661 0.584083 -0.398599 -0.453859 0.247322 0.351108 0.286393 -0.282268 -0.012316 0.353304 0.597397 0.005536 0.116406 0.086839 0.035029 0.293391 -0.193878 0.525604 0.770409 -0.043486 0.355437 0.228967 -0.530579 -0.79192 -0.157867 0.034149 0.232862 0.007545 -0.201819 -0.114149 0.321542 0.369186 0.262868 -0.610576 0.104409 0.223764 -0.177789 -0.500026 -0.555269 0.368563 -0.197645 -0.288013 -0.116046 -0.189892 -0.043696 -0.128556 0.78441 0.283114 -0.120449 0.185912 0.495663 0.506125 0.405001 -0.095259 -0.047454 0.191896 0.60173 -0.020147 -0.395328 -0.124074 0.559373 -0.033274 -0.308071 0.823642 -0.000172 0.154529 -0.069789 -0.043641 0.469079 -0.053398 0.616094 0.367507 0.10098 -0.127365 0.188485 0.214586 -0.671121 0.388273 -0.135603 0.222769 0.070707 0.08561 0.161132 -0.123754 -0.452537 0.275888 0.018362 -0.016342 0.256411 0.513494 -0.316648 0.220795 1.034467 -0.262927 0.042724 0.588792 -0.28267 -0.195856 0.064222 0.299261 -0.805225 0.498922 0.225178 0.015251 0.066353 -0.202102 0.413749 -0.321483 -0.178496 0.062152 0.179458 0.453897 0.081429 0.024559 0.266583 -0.206061 -0.196666 -0.014591 0.181251 -0.583703 0.000942 -0.089428 -0.376085 -0.626353 -0.272567 0.025455 -0.213756 0.457398 0.114303 0.452721 0.501259 0.041949 -0.388799 0.782689 0.311299 0.510032 -0.696471 -0.448569 -0.025603 0.440243 0.381375 -0.097163 -0.820722 0.39727 -0.208641 -0.183288 -0.229859 0.282713 0.54583 0.072529 -0.408659 0.213661 0.075193 -0.06701 -0.324823 0.150695 -0.608675 -0.303737 0.079948 0.020385 -0.241975 -0.01049 -0.323231 0.357333 -0.801582 -0.356896 0.246532 -0.854073 0.499374 -0.148087 -0.573914 0.805721 -0.340386 0.2439 -0.212352 0.344208 0.368515 0.856606 0.00156 0.20219 -0.023474 -0.156929 0.756842 -0.225853 0.376488 0.202242 -0.034031 -0.064501 0.437115 -0.738083 0.102974 -0.004398 -0.258456 0.039315 -0.054781 -0.19437 0.250113 0.580689 -0.040574 0.056599 0.446491 0.841803 -0.113743 0.120103 0.175249 0.584071 -0.618739 -0.65003 0.468092 -0.505494 -0.451822 -0.016593 0.30486 -0.139007 0.065689 -0.098641 -0.369451 -0.49929 0.277276 0.231343 -0.520076 0.096179 -0.496212 -0.173825 -0.568224 0.012654 -0.198128 -0.851806 -0.27911 0.950813 0.117762 0.636239 0.257179 0.369858 0.254733 0.5744 -0.821989 -0.535952 -0.751935 -0.317972 0.024632 -0.387101 -0.046316 -0.109731 -0.25472 -0.002359 0.007015 0.380253 -0.072209 -0.355365 0.131975 -0.199411 0.148217 0.412339 0.120019 -0.507722 -0.0181 0.630838 0.212829 0.200324 -0.233622 0.372469 0.125115 -0.667631 0.161241 0.289759 -0.298854 -0.066002 0.149947 -0.121722 0.208174 0.607268 0.831655 0.009526 0.2658 -0.38016 -0.110154 -0.282441 -0.449459 0.099058 -0.157481 0.677341 -0.319302 0.222843 0.277129 -0.350582 -0.130688 -0.250773 0.238786 0.175407 -0.538094 0.303011 -0.343173 0.055245 -0.044566 0.048168 -0.317838 -0.239808 -0.042032 0.694298 -0.080217 -0.005956 0.490552 0.50709 0.270619 9.2e-05 -0.445436 -0.034606 -0.093915 0.125471 -0.042328 0.587785 0.148121 -0.395905 0.422828 0.586462 -0.231196 0.087864 -0.600598 0.525378 0.077346 0.078903 0.259062 0.056838 -0.634183 0.807726 -0.575625 0.633723 -0.171334 0.439388 -0.365605 -0.376515 0.044984 -0.418078 0.604859 0.587316 0.177078 -0.745239 -0.21572 0.278886 0.112115 -0.843053 0.498477 0.324583 0.384467 -0.39629 1.287162 -0.315743 0.621069 0.167971 0.338723 0.079219 0.113516 -0.029009 0.212018 0.291959 -0.915834 0.58197 -0.188624 0.174867 -0.118473 0.037404 -0.520828 -0.174587 0.290964 -0.153221 -0.03369 0.136461 1.005256 0.405581 0.079956 0.485327 -0.468387 -0.096925 -0.11447 -0.127833 -0.280529 -0.083132 0.219136 -0.068712 -0.06793 0.399818 0.193726 0.179364 -0.049453 -0.14437 -0.551454 0.136668 -0.302925 -0.044345 0.374638 0.32861 0.409361 -0.429719 -0.319763 -0.236279 0.786889 -0.432671 0.495875 -1.645857 0.150643 0.195287 -0.398288 0.547154 -0.714427 0.224086 -0.230396 -0.970533 0.515204 0.242711 0.318116 0.019035 0.323676 -0.058117 0.437892 -0.465385 0.00882 -0.155904 0.249863 -0.125974 -0.553271 0.504137 0.955225 -0.087084 -0.187213 0.146278 -0.488739 0.359316 -0.252211 -0.135299 0.24371 -0.564788 0.215186 0.281971 0.681002 0.030237 -0.200509 1.530023 0.341586 -0.153341 -0.076743 0.419003 0.27052 0.354971 -0.051065 -0.721191 -0.388218 0.613246 0.056238 -0.240707 -0.163996 -0.044942 -0.419103 -0.002818 -0.198291 -0.300816 0.813244 -0.339434 -0.347863 -0.670115 0.203418 -0.260896 -0.888086 0.04062 0.040282 -0.586422 0.326817 -0.039608 0.0827 -0.397584 -0.323965 0.358945 0.145732 0.474119 -0.011068 0.28713 -0.080689 0.259921 0.293539 0.234087 -0.827369 0.473495 -0.028841 -0.697067 -0.248236 -0.55176 -0.201899 -0.018953 0.081189 0.279572 -0.436531 -0.252632 0.061648 0.271094 0.209208 1.97572 0.327601 -0.353273 0.053807 -0.287476\nY 0.454106 0.823642 -0.140305 -0.019154 0.14426 -0.088779 0.155855 -0.320659 0.137938 0.285459 -0.186521 -0.208212 -0.533507 -0.169429 0.248825 -0.359342 0.270949 0.061816 0.057089 -0.044978 0.077124 -0.142405 0.848955 -0.297316 -0.378616 0.003511 -0.456919 -0.194367 0.461214 0.427065 0.545278 -0.073921 0.047654 0.047202 -0.156182 0.03948 -0.07084 -0.40568 0.19014 0.28273 -0.059634 0.255611 -0.166412 0.21264 0.238571 -0.727189 -0.494995 -0.604954 0.046661 0.353567 -0.342344 -0.131913 0.06104 -0.104901 0.360204 0.098332 -0.032664 0.177343 0.533042 0.022247 0.039099 0.0489 0.030866 0.339062 0.439982 0.043669 -0.294141 0.682535 0.034504 0.028841 -0.314725 0.285849 0.514946 -0.06517 -0.267204 0.452379 -0.272466 0.436217 -0.211952 0.092905 0.725517 0.679295 0.257776 0.275758 -0.166756 0.303054 0.145475 -0.147484 -0.516886 0.394542 -0.382497 -0.223164 0.11966 -0.0038 0.178825 -0.312174 -0.053089 -0.104216 -0.055972 0.279107 0.276284 0.069647 -0.118045 0.127644 0.196069 -0.073642 -0.39296 0.42754 -0.160871 0.006028 0.620058 -0.014299 -0.550378 0.149216 0.104737 -0.57266 0.290519 -0.049094 0.191988 0.364469 -0.282621 0.479492 -0.244111 0.411097 0.224146 -0.435119 0.216687 0.100059 -0.631872 0.421862 -0.16687 -0.740675 0.068736 0.201904 0.099469 -0.490288 0.198983 0.193883 -0.346289 -0.134337 0.060876 0.313748 0.331799 0.00193 0.191019 0.279121 0.275866 0.324681 -1.03292 0.102047 -0.246862 0.512173 0.276313 0.285757 0.039556 0.209074 0.128578 0.219124 0.324676 0.479005 0.181745 -0.054527 0.289858 -0.080074 0.135436 -0.289864 0.022393 0.007098 -0.466495 -0.040881 0.599694 -0.223583 -0.317498 0.010618 -0.567066 0.240435 -0.394524 0.017768 0.522262 -0.352851 -0.027624 0.08337 -0.493521 0.247551 -0.792874 0.269785 -0.096218 0.298064 0.192978 0.00936 0.21373 -0.266193 -0.148495 0.392092 0.18575 -0.063232 -0.078756 0.069949 -0.170024 -0.074593 0.402388 0.022438 -0.261053 0.072997 0.175115 -0.613452 0.082562 0.138076 0.601899 0.118016 0.20202 0.09887 0.165591 0.270805 0.235319 0.681799 -0.14026 -0.18628 -0.238666 -0.586151 -0.065672 -0.556715 -0.095854 -0.209107 0.041768 -0.354097 -0.209157 0.160665 -0.019126 0.216556 -0.154294 0.027986 -0.365001 -0.316867 -0.472516 0.038093 0.103801 -0.083513 -0.432798 -0.268182 -0.048143 0.306755 0.406594 0.431167 0.181358 0.342711 0.684538 -0.146612 -0.481212 0.175891 -0.301639 -0.357749 0.353564 -0.217268 0.115944 -0.367712 -0.291785 -0.116534 -0.022305 0.091477 0.337754 -0.341038 -0.53502 -0.112704 0.140419 0.382475 0.302944 -0.537355 0.07974 0.268195 0.66677 0.229544 -0.203896 0.169126 -0.298032 -0.121635 0.40267 0.548935 0.488521 0.001169 -0.173594 0.246498 -0.122768 0.215301 0.501304 -0.009126 0.26062 0.12156 -0.190331 -1.001549 0.498073 0.435234 0.091194 0.520514 0.120684 0.253404 -0.141361 0.172614 0.217228 -0.066517 0.106105 0.117573 -0.23822 -0.066915 0.020333 0.33505 0.044911 -0.004879 -0.138244 -0.212964 -0.112577 0.457336 -0.024712 0.335627 -0.174741 0.14225 0.080622 0.33805 -0.117928 0.088374 -0.099557 0.148617 0.189702 0.515588 0.483669 -0.079796 -0.281687 0.132342 -0.334811 -0.074254 -0.430596 -0.018557 -0.011578 0.237831 -0.179582 -0.143965 -0.315153 0.080668 -0.202114 0.306573 0.038937 0.04862 -0.262146 0.159815 -0.382981 0.255115 0.394805 0.501633 0.209862 0.243121 0.005851 0.456018 -0.382042 -0.432975 0.452616 0.095399 -0.055971 0.155085 0.412249 0.250285 0.157755 0.301576 -0.171897 0.133231 0.111088 -0.174546 -0.07516 0.307735 -0.944261 0.008574 0.024306 0.216649 -0.071378 -0.094318 -0.664425 0.406076 0.064572 -0.724848 0.113205 0.099585 0.404239 0.311768 0.154473 -0.172601 -0.220423 -0.316926 -0.387651 0.097415 -0.034227 0.217611 0.143264 -0.392374 -0.064539 0.100589 0.257342 0.126188 -0.277858 -0.222989 -0.131713 -0.1776 -0.398668 0.256589 -0.242767 0.185984 0.197042 0.12532 0.110148 -0.261797 0.194211 -0.59037 0.277025 -0.868191 0.027652 0.208621 -0.194364 -0.252831 -0.437286 0.643122 0.439987 -0.580037 -0.188188 0.066111 0.225981 -0.341446 0.4088 -0.335136 0.388053 -0.44407 0.491803 0.081979 0.509765 0.157332 -0.120469 0.226275 0.359034 -0.014427 0.106871 -0.056286 -0.143836 0.132126 -0.403347 0.05135 0.59372 -0.288143 -0.184027 0.033824 -0.055007 0.178794 0.007792 1.195894 0.312698 -0.111709 0.267052 0.552475 -0.143204 0.218198 -0.40169 -0.605919 -0.139149 0.444344 0.143251 0.421322 -0.100934 0.191119 -0.222052 -0.471938 0.075669 -0.082675 0.638653 0.333214 0.157506 -0.066271 0.204068 -0.282634 -0.462257 0.156766 -0.060389 -0.842809 0.049305 -0.05702 0.349776 0.141088 -0.435511 -0.167718 0.129378 0.606045 0.464221 0.48115 -0.189609 0.062265 0.645191 -0.201785 -0.231197 0.425939 0.055214 -0.055682 -0.350366 -0.45111 0.034474 -0.122624 -0.044603 0.471356 -0.337778 0.056558 -0.361351 0.089798 0.094023 2.110026 0.034412 -0.281526 0.133777 -0.223881 0.206522 0.362128 -0.330514 0.531328 0.050444 0.046165 0.09057 -0.239929 0.143423 0.110456 -0.395412 -0.301972 -0.215014 0.25863 0.068422 -0.417964 0.143725 0.247447 0.493122 -0.297667 -0.001137 0.504679 0.402085 -0.253722 -0.063498 0.028225 -0.151884 -0.11235 0.243533 0.44781 0.710009 -0.12874 0.511679 0.116271 -0.561745 -0.647283 0.024885 0.104552 0.165352 0.10161 -0.004579 -0.086988 0.440762 0.602508 0.665792 -0.294346 -0.283747 -0.002853 -0.053542 -0.10829 -0.248954 0.068537 0.018329 -0.457794 -0.072004 -0.537683 -0.241092 -0.460419 0.455062 0.035208 0.02296 -0.146287 0.437608 0.088672 0.130182 -0.06022 -0.03754 0.270675 0.112845 -0.06914 -0.29309 0.121063 0.851983 -0.17697 -0.402032 0.847448 -0.120758 0.276943 -0.125893 -0.124647 0.729766 -0.000637 0.889924 0.128822 0.049191 -0.226076 0.256454 -0.252404 -0.634597 0.196218 -0.308285 0.196891 0.115359 0.031932 -0.026734 -0.246597 0.310881 0.250549 -0.021414 0.110737 0.335474 0.577682 -0.394131 0.439967 0.606366 0.045637 0.011612 0.236705 -0.212758 -0.263008 0.10017 0.088432 -0.662653 0.133627 -0.201212 -0.289102 -0.287726 -0.009048 0.636388 0.192468 0.097654 0.162022 0.151082 0.620404 -0.239134 -0.276758 -0.009384 -0.026511 -0.222986 0.111695 -0.222482 -0.367574 -0.001107 -0.036127 -0.351119 -0.503588 -0.254648 0.136548 -0.103482 0.220473 0.29369 0.437388 0.767508 0.204018 -0.350995 0.628311 0.071316 0.019783 -0.675206 -0.270363 -0.303545 0.172493 0.508848 0.149738 -0.581095 0.454163 -0.052775 -0.049652 0.120812 0.168041 0.268292 -0.411967 -0.162951 0.064411 0.257974 0.106387 0.100863 -0.192326 -0.318989 -0.167956 0.428269 -0.200888 -0.387674 0.05633 -0.270329 0.558954 -0.572478 -0.083554 0.330553 -0.572218 0.263478 -0.01803 -0.291511 0.395413 -0.127996 0.309834 -0.276737 0.012574 0.248469 0.31469 -0.158037 0.112654 -0.219775 -0.040414 0.4713 -0.052707 -0.097118 0.141147 -0.243803 -0.045292 0.542961 -0.11154 -0.212319 -0.084988 -0.056304 0.122149 0.057563 -0.262337 0.193807 0.651167 -0.056572 0.032634 0.190208 0.667484 -0.122581 0.104409 -0.067321 -0.003629 -0.325856 -0.306467 0.247163 -0.335308 -0.242547 -0.046042 0.071627 -0.494168 -0.091896 0.245259 -0.576907 -0.255818 0.202715 -0.091745 -0.633321 -0.001478 -0.174411 0.054142 -0.431098 0.032369 -0.558285 -0.68319 -0.491483 0.630386 0.230637 0.215661 -0.15305 0.253835 0.25653 0.403712 -0.682353 -0.19096 -0.311217 -0.461461 0.114052 0.011415 -0.181972 -0.102177 -0.444213 0.247668 -0.080318 -0.009599 -0.189044 -0.173051 -0.240782 0.043062 0.259368 0.250963 -0.039373 -0.572813 0.076932 0.407393 0.300745 -0.011107 -0.162129 0.153457 0.012275 -0.508625 0.287772 0.322014 -0.130974 0.001486 -0.042753 0.24678 -0.110075 0.295476 0.93517 0.153169 0.150352 -0.081599 0.045879 -0.990568 -0.245735 0.245039 -0.319425 0.17933 -0.021326 0.097581 0.138562 -0.238197 -0.088463 -0.295818 -0.011619 0.339965 -0.180365 0.054136 -0.196086 0.689284 -0.059733 0.173299 -0.031421 0.02962 0.07289 0.4307 -0.038545 0.31798 0.468394 0.400452 0.403588 0.11106 -0.133762 -0.35692 -0.098744 0.036483 0.009548 0.573898 0.396195 -0.716923 0.290675 0.226388 -0.157894 0.008825 -0.076988 0.492999 -0.180969 0.072468 -0.128767 0.306109 -0.372442 0.526568 -0.225221 0.298553 -0.10535 0.288197 -0.215938 -0.183494 0.084557 0.30741 0.542178 0.476455 0.113738 -0.434841 -0.267945 0.080727 -0.034595 -0.467343 0.400693 0.346895 0.376462 0.08958 0.754642 -0.218728 0.482393 0.288009 0.127766 0.210409 0.409025 -0.235712 -0.174143 0.037474 -0.72868 0.442269 0.076427 0.175664 -0.000664 -0.20595 -0.707466 -0.229301 0.113676 -0.405647 0.066825 -0.148739 0.695658 0.713913 0.11717 0.06889 -0.433042 -0.730257 -0.293145 0.028664 -0.26375 0.051896 0.377123 -0.056959 0.257151 0.465117 0.181314 0.224161 -0.067052 -0.261101 -0.416968 -0.378406 -0.382209 -0.018403 -0.000646 0.315477 0.327947 -0.428949 -0.280035 -0.460642 0.795981 -0.672891 0.163837 -1.758417 0.012552 0.411213 -0.434052 0.280812 -0.614162 0.201251 -0.030201 -0.800279 0.346171 0.061154 0.290359 -0.14228 0.373157 0.112503 0.551185 -0.130732 0.197287 -0.014755 0.302202 -0.071461 -0.723459 0.340643 0.781043 0.079592 -0.059875 0.164493 -0.280423 0.479339 -0.085301 -0.181308 0.650366 -0.598552 -0.348715 0.158579 0.523923 0.149376 -0.010618 1.453222 0.028931 -0.455063 -0.002552 0.36525 0.299085 0.190294 -0.345919 -0.617681 -0.428398 0.144664 0.015041 -0.319562 -0.157162 -0.020918 -0.033533 -0.472065 -0.261224 -0.362579 0.575636 -0.134482 -0.259172 -0.301436 0.410052 -0.280429 -0.793662 0.455125 -0.006621 -0.647092 0.146446 0.100323 0.415679 -0.089348 -0.291098 0.325249 0.264961 0.312944 -0.238273 0.333676 0.257985 -0.068675 0.269387 0.035472 -0.156817 0.213326 -0.106115 -0.363076 -0.311718 -0.598054 0.189567 -0.467906 -0.057543 0.463722 -0.597726 -0.060184 -0.044639 0.144239 -0.036426 1.951372 -0.169594 -0.225065 -0.12948 -0.333867\nỳ 0.190113 0.731975 0.203525 0.110581 0.190159 -0.064389 0.162394 -0.234953 0.112754 -0.003921 -0.014971 0.048719 0.054336 -0.092452 0.063233 -0.48023 0.092373 -0.04382 0.046477 -0.047431 -0.03931 -0.21518 0.682479 -0.316841 -0.449869 0.126634 -0.152346 0.125524 0.386413 0.353362 0.508968 0.028483 -0.326781 0.096463 0.076792 -0.304561 0.234108 -0.206878 0.321706 0.35713 0.089965 0.001296 -0.172198 0.411775 0.412807 -0.553209 -0.448708 -0.335306 -0.041881 0.419111 -0.684434 -0.380279 -0.115194 0.22563 0.290828 0.019631 -0.030013 0.087337 0.26895 0.220964 0.290054 -0.01575 -0.030255 0.374064 0.289104 0.339113 -0.001129 0.677699 -0.094499 0.233709 -0.543433 0.382891 0.052326 -0.161125 0.024291 0.172893 -0.189963 0.33476 -0.0429 0.027061 0.22926 0.330402 0.223276 0.218515 -0.176992 0.559491 0.089646 0.06028 -0.36507 0.257074 -0.412271 -0.510332 -0.35532 -0.264289 0.542899 -0.167805 -0.15791 -0.072857 -0.202982 0.298192 0.166779 -0.188175 0.020404 -0.145739 0.30781 -0.10625 -0.15629 0.228418 0.119282 -0.08054 0.617136 0.06841 -0.328859 0.02472 0.204016 -0.412234 0.101358 0.019455 0.069807 0.476828 -0.127606 0.695396 -0.121374 0.231143 -0.109446 -0.514516 0.172349 0.032341 -0.560724 0.251315 -0.09881 -0.628774 -0.204443 -0.182779 0.247357 -0.633647 0.055214 -0.045205 -0.416362 -0.020868 0.257197 0.192124 0.124792 0.016175 0.017425 0.310635 0.337012 -0.025361 -0.941995 0.206861 -0.160609 0.312814 0.184165 0.282872 0.072857 0.229215 0.158156 0.361819 0.331789 0.205948 0.073394 -0.105525 0.566033 0.003101 -0.038709 -0.232781 -0.052304 -0.212681 -0.055302 0.102012 0.644992 -0.05551 -0.327299 0.000365 -0.02177 0.088494 -0.566291 -0.131007 0.549392 -0.331421 -0.159992 0.137173 -0.475104 0.275973 -0.529429 0.331567 -0.224805 0.22439 0.005499 0.085655 0.104116 -0.241182 -0.116173 0.385242 -0.22409 -0.037479 0.124434 -0.141554 -0.400538 -0.051052 0.082792 -0.04708 -0.239802 0.045365 -0.078997 -0.363344 -0.225517 0.182778 0.91271 -0.392489 0.247235 0.167003 0.041937 0.151273 0.141549 0.493912 -0.125955 -0.268868 -0.34051 -0.467418 -0.143738 -0.708106 -0.099268 -0.173196 0.008519 -0.290142 0.013333 -0.029719 0.233293 0.122273 -0.232009 -0.034376 -0.324938 -0.06059 -0.071028 -0.00611 -0.0832 -0.076491 -0.339594 0.010835 0.167291 0.316758 0.14251 0.391826 0.081291 0.421476 0.557138 -0.307248 -0.495743 0.195355 -0.155445 -0.478581 0.20696 -0.144203 0.216656 -0.343674 0.005647 -0.248769 -0.083278 -0.013343 0.153498 -0.266057 -0.332939 -0.489495 0.118422 0.346442 0.333504 -0.278366 -0.083078 0.359057 0.905703 0.282745 -0.150029 0.018978 -0.144642 0.056845 0.531029 0.591403 -0.108153 0.144405 -0.205241 -0.038805 -0.270941 0.027135 0.49245 -0.045445 0.303832 -0.119176 -0.141634 -0.893763 0.206363 0.387534 0.295659 0.495985 0.102002 0.451121 -0.350478 0.233949 0.44478 0.110995 -0.159158 -0.030749 -0.409593 -0.101575 0.489373 0.263 -0.539751 0.030119 -0.418536 0.173505 0.161976 0.22699 -0.108536 0.334628 0.036962 0.263406 0.294761 0.389605 0.077078 -0.219238 0.06423 -0.009023 0.250554 0.39873 0.255049 0.036677 -0.13038 0.279383 -0.520241 -0.396076 0.065092 0.043933 -0.193158 0.146797 -0.3917 -0.089114 -0.787282 0.022491 -0.136967 0.379182 -0.044226 -0.037342 -0.031849 -0.082316 -0.270354 0.105069 0.357139 0.467766 -0.164807 0.117434 0.136662 0.183553 -0.325409 -0.323955 0.527865 0.008362 0.194527 0.384744 0.166746 0.167317 0.047276 0.084852 0.007205 -0.050462 0.26298 -0.112861 0.101144 0.088079 -0.911026 -0.112768 -0.059416 -0.098744 -0.060274 0.078832 -0.449111 -0.017752 0.146158 -0.703283 -0.123752 -0.081898 0.450819 0.16851 0.203879 -0.12728 -0.238527 -0.139852 -0.390533 -0.206805 -0.002326 0.173057 0.280057 -0.339685 -0.259244 0.307131 0.215583 0.034452 -0.26413 -0.050214 -0.176235 -0.494615 -0.328416 0.127532 0.043188 0.268075 -0.112284 0.499127 0.138502 -0.273906 0.222714 -0.516419 0.168617 -1.074962 0.119342 0.282722 -0.145662 -0.081003 -0.379383 0.437097 -0.053691 -0.709417 0.132003 -0.060945 0.187268 -0.208163 0.081812 -0.292449 0.428051 -0.374963 0.308914 -0.167301 0.234576 -0.102639 -0.178694 0.168243 0.440536 0.243624 0.209489 -0.397953 -0.141412 0.156521 -0.17429 -0.01674 0.385771 -0.288117 -0.198005 -0.129142 -0.054823 0.159616 -0.096642 1.233467 0.365726 -0.211412 0.204973 0.563796 -0.24324 0.36483 -0.36056 -0.454119 -0.101168 0.105442 0.53256 0.271113 -0.119538 -0.087492 -0.244148 -0.318342 0.095551 -0.025225 0.254713 0.480459 0.06622 -0.206977 0.256595 -0.206881 -0.507121 0.138635 -0.124932 -0.824549 0.197202 0.083296 0.157192 0.139904 -0.337498 -0.322251 0.070202 0.583101 0.246017 0.528658 -0.186768 -0.098898 0.441556 -0.153693 -0.219278 0.087286 -0.107543 0.012775 -0.460386 -0.265044 -0.109964 -0.185962 0.034756 0.36044 -0.280561 -0.21165 -0.365568 -0.131995 0.110019 2.403949 -0.092709 -0.180193 0.377187 -0.499423 -0.21201 0.337872 -0.034637 0.730328 0.003313 0.077288 0.20739 -0.187893 0.148178 -0.291237 -0.283569 0.001717 0.04426 0.258982 -0.081725 -0.255731 -0.063131 0.065263 0.346562 -0.140745 -0.101103 0.158873 0.457295 -0.377162 -0.262222 0.096349 0.096679 -0.043059 0.474687 0.316116 0.460641 0.12869 -0.003808 0.332701 -0.354205 -0.750927 0.11061 0.476211 0.469803 0.222903 0.17665 -0.05454 0.07786 0.600732 0.722298 -0.308521 -0.270886 0.097351 -0.020829 0.081298 -0.612212 0.007173 0.135134 0.194298 0.113678 -0.597981 -0.408013 -0.52525 0.161104 0.337749 0.054495 -0.346263 0.162252 0.158158 0.200182 -0.062606 0.208884 0.405905 -0.131759 0.076038 -0.339446 0.22729 0.525349 -0.175819 -0.176165 0.587397 -0.008895 -0.205135 -0.119552 0.081475 0.288821 -0.279924 0.750771 -0.032929 0.174879 0.085311 -0.05841 -0.366005 -0.4927 0.060227 -0.377041 -0.16745 -0.222504 -0.111887 0.564519 0.045031 0.364237 0.216878 -0.047943 0.189453 0.4197 0.268809 -0.307796 0.229251 0.523428 0.05977 0.342395 0.108865 0.272244 -0.340508 0.098516 0.094798 -0.197535 0.168226 0.015152 -0.292248 -0.27691 0.030367 0.493795 0.401831 0.149502 0.285847 0.249658 0.411865 -0.453129 -0.366432 0.055895 0.010326 -0.337986 -0.195441 -0.312353 -0.187602 0.109667 -0.357669 -0.305007 -0.614751 -0.292229 -0.01759 -0.354725 0.092962 0.352978 0.410158 0.585888 0.222297 -0.346095 0.627789 0.333728 -0.176358 -0.544283 -0.241007 -0.258482 -0.065507 0.424 0.147959 -0.566467 0.339012 0.054152 -0.015745 0.403446 -0.095654 -0.181636 0.00072 -0.007987 0.235836 0.189553 -0.205961 -0.039865 -0.011317 0.125306 -0.065416 0.250351 -0.043133 -0.342582 0.188887 -0.077709 0.287382 -0.89046 -0.230935 0.458279 -0.714962 0.099521 0.098016 -0.710227 0.452828 -0.067755 0.293592 -0.493619 -0.128883 0.15173 0.19177 -0.319549 0.020717 -0.231818 -0.123918 0.161443 -0.01247 -0.017059 0.022664 -0.531493 0.118543 0.241724 0.052429 -0.124547 0.003901 -0.236088 0.225889 -0.25492 -0.008558 0.517749 -0.068372 0.212355 0.082192 0.182015 0.562634 -0.092615 0.146435 -0.088002 -0.150991 -0.434032 -0.550655 0.12448 -0.606553 -0.138941 -0.069656 0.031706 -0.443145 -0.070656 -0.095252 -0.078125 -0.002064 0.07131 -0.155947 -0.267545 0.215699 0.134099 0.034358 -0.429118 -0.228538 -0.355872 -0.208061 0.17032 0.324785 -0.20871 0.422232 0.068719 0.201741 0.199704 0.18073 -0.604549 -0.14962 -0.148946 -0.323833 -0.030879 0.268173 0.127696 0.041901 -0.0605 0.108201 0.00568 -0.210963 -0.383056 0.004885 0.017561 -0.385536 -0.043902 0.391842 0.047542 -0.262373 -0.010458 0.324039 0.512712 0.149312 -0.023833 -0.105302 -0.052336 -0.067997 0.255874 0.41634 -0.46254 0.045047 0.085909 -0.151914 -0.197675 0.127865 0.827472 0.058228 0.500704 -0.166767 0.142628 -0.800122 -0.227416 0.162947 -0.128464 0.094782 0.182809 0.306759 -0.024599 -0.278605 0.234084 -0.127632 -0.132142 0.277365 -0.389156 -0.059503 0.341012 0.649243 -0.531492 0.13387 -0.258659 0.185197 0.210669 0.11564 0.155333 0.445475 0.592999 0.287494 0.562108 0.046795 0.001155 -0.722939 0.193725 -0.28844 0.074905 0.416972 0.183937 -0.407537 0.23177 0.24089 -0.219303 -0.018961 0.262023 0.275852 -0.353094 -0.108532 -0.38071 0.173755 -0.623677 0.37686 -0.216406 0.394012 -0.111278 0.188985 -0.088569 -0.232953 0.163295 0.188898 0.245799 0.34431 -0.271787 -0.472245 0.196173 0.033543 -0.164412 -0.338238 0.347635 0.022715 0.768876 0.334507 0.623151 -0.23272 0.392942 -0.013579 0.324703 -0.080118 0.500634 -0.256957 0.20346 -0.149868 -0.647679 0.277908 -0.040472 -0.166148 -0.195665 -0.163964 -0.557454 -0.083433 0.046886 -0.324328 -0.024653 -0.173661 0.434099 0.499309 0.060609 0.30433 -0.431037 -0.482105 -0.179325 -0.208604 -0.274203 0.0468 0.278346 -0.13136 0.064589 0.358101 0.045857 0.271378 -0.005912 0.029399 -0.208091 -0.77871 -0.662346 0.028866 0.092717 0.260942 0.132509 -0.008049 -0.251088 -0.399013 0.558099 -0.638466 -0.084422 -1.923621 0.172752 0.515322 -0.380479 0.255268 -0.312503 0.102908 -0.37593 -0.894542 0.461974 -0.141292 0.04355 0.029825 -0.15787 -0.147606 0.410963 -0.1433 -0.048497 -0.377188 0.262378 0.087049 -0.58059 0.436339 1.309282 0.546723 0.138042 -0.204419 -0.362508 0.023254 0.008283 -0.348168 0.596929 -0.472683 -0.536575 0.015218 0.375362 -0.041533 -0.030732 1.592581 0.189586 -0.784164 0.131626 0.34581 0.36603 0.257951 -0.315009 -0.398763 -0.403021 0.132474 0.449573 -0.357414 -0.240133 -0.205729 0.089311 -0.27125 0.109861 -0.160337 0.141434 0.197882 -0.474166 -0.474286 0.343569 -0.420309 -0.465256 0.486116 -0.110627 -0.853163 0.311742 0.381878 0.142133 -0.244664 -0.128581 0.018982 0.111365 0.474634 0.022109 0.579828 -0.095156 -0.09621 0.154051 0.249432 -0.014438 -0.048725 -0.116098 -0.296935 -0.49656 -0.342235 0.034022 -0.305515 -0.073937 0.266429 -0.464207 -0.191654 0.02053 0.164121 -0.028828 2.09173 -0.296782 -0.15886 -0.051909 -0.238856\nẳ 0.171463 0.095844 -0.162806 0.159047 0.163763 -0.133138 -0.187864 -0.189733 0.180901 -0.123891 0.185449 -0.305853 -0.022477 -0.032859 0.005032 -0.301465 -0.094589 -0.260107 -0.175509 -0.542959 0.302543 0.142311 -0.004051 -0.258806 0.206171 0.073675 0.079559 0.003748 0.048424 -0.294149 0.042228 -0.347541 0.272948 0.182834 0.195719 -0.581289 0.11956 -0.381528 0.255635 0.109748 0.002167 0.186659 0.053575 0.342807 0.292365 -0.606346 -0.284512 0.142814 0.221253 0.294888 -0.292257 -0.044778 -0.008452 0.381677 -0.228291 -0.121412 0.193073 0.108435 0.13096 -0.030805 0.230346 -0.101773 -0.096749 -0.010157 0.013676 0.283312 0.011991 0.106581 -0.182758 0.130557 -0.494824 0.042772 0.131908 0.055421 -0.010922 -0.021811 -0.325985 0.231924 -0.015756 -0.275797 0.384785 0.047832 -0.049391 0.365136 -0.180095 0.237813 -0.117691 0.06685 -0.497496 0.152471 -0.130147 -0.286182 0.057292 -0.017491 0.800546 -0.441528 -0.174903 0.022058 -0.210859 0.150593 0.022776 -0.318486 -0.30488 0.069818 0.456302 -0.004303 -0.206266 0.571414 -0.561158 -0.206657 0.246232 0.084884 -0.141658 0.392572 0.131944 -0.492943 -0.058818 -0.041505 0.027932 0.428188 -0.116956 0.449701 0.206492 0.53849 -0.333828 -0.127627 0.179819 -0.006777 -0.327091 -0.010782 -0.018097 -0.087327 -0.347266 -0.132322 0.091279 -0.73518 -0.323555 -0.026514 0.024006 -0.100791 0.193579 0.043264 0.266352 0.033603 -0.064703 0.500416 0.044357 -0.448192 -0.867401 0.143766 -0.116117 0.135962 -0.219088 -0.162194 -0.205997 0.380373 -0.246279 -0.010363 0.176843 0.281748 0.12291 -0.054211 0.670415 -0.216443 0.06383 -0.116481 -0.256844 -0.110668 -0.159918 -0.009326 0.228212 -0.116253 -0.026869 0.130304 -0.068685 -0.4007 -0.001632 0.387958 0.260738 -0.194795 -0.165971 0.481007 -0.642268 0.22492 -0.567394 0.433931 -0.230512 0.078385 0.048948 -0.269696 -0.05388 -0.277447 -0.019105 0.014523 0.050113 0.047094 0.066533 -0.347424 -0.346528 0.009467 0.27072 0.074088 -0.182649 -0.365983 -0.300307 -0.139938 -0.370696 0.144423 1.050728 -0.09489 0.014354 0.343543 0.1581 -0.0377 0.159907 0.411115 -0.130118 -0.279912 -0.370757 -0.185716 -0.568344 -0.574447 0.264193 0.158982 0.23383 -0.291519 0.057992 -0.015771 0.196252 -0.340986 -0.151528 -0.08207 -0.204421 -0.29478 -0.104376 -0.090012 -0.042099 -0.312514 -0.050489 0.29528 0.242624 0.477952 0.277003 0.013975 0.10778 0.126423 0.186859 -0.491665 -0.480259 -0.360873 -0.239802 -0.359701 0.298492 0.18807 0.225152 -0.473448 0.031172 -0.207114 -0.339817 0.326921 0.105982 0.26881 -0.298189 -0.14387 0.369813 0.333897 0.277144 -0.286006 -0.169292 0.214751 0.381728 0.033447 -0.005549 -0.639524 0.288734 -0.204025 0.186586 0.053557 -0.179666 0.133998 -0.410009 0.296104 0.087717 0.360745 0.161384 0.336293 -0.52798 -0.428608 -0.045196 -0.259186 0.177439 0.049774 -0.207776 0.238289 -0.105337 0.511533 -0.765185 -0.144037 0.162029 0.136797 0.014576 0.021997 -0.144176 0.408622 0.248183 -0.152765 0.103478 0.051055 -0.165066 0.08546 0.021983 -0.076763 -0.123066 0.229414 -0.017431 -0.080016 0.400987 0.373526 -0.240781 0.01928 -0.123146 0.298046 0.279815 0.16564 0.054354 0.051134 -0.311806 0.011692 0.106112 -0.34056 0.127826 0.17059 0.23571 0.096753 -0.183223 0.006971 -1.74171 -0.21825 0.007156 0.029942 -0.087404 -0.266354 0.046026 -0.204113 -0.119752 0.123931 0.313892 0.13691 -0.364358 0.220822 -0.123045 -0.053638 -0.02462 0.314514 0.195803 -0.060305 0.241566 0.26018 -0.189888 0.282792 -0.051516 -0.090992 0.121356 0.393791 0.061064 -0.131833 -0.058263 -0.231733 -0.763833 0.151898 -0.048667 0.000726 -0.066718 -0.142216 -0.209449 0.048677 0.212457 -0.712362 0.20808 -0.294374 0.282932 -0.089849 -0.072977 -0.123434 -0.038646 -0.151992 -0.074103 0.028607 0.232913 -0.068862 0.148225 -0.379851 -0.052697 0.42946 -0.079954 -0.002807 0.158689 0.050786 -0.433831 -0.264869 -0.089628 -0.041663 -0.135386 0.361149 0.05785 0.278717 0.130015 0.030689 0.269086 0.175378 0.433735 -1.259317 0.27309 0.141872 -0.433251 -0.019586 -0.081319 0.261485 -0.360521 0.117637 -0.320075 0.102456 0.106156 -0.219021 0.101824 -0.046285 0.251385 -0.357761 0.207524 0.080493 0.259132 -0.03549 -0.003415 0.182941 0.409076 0.126477 0.207368 -0.243666 0.244029 0.209925 0.239226 0.079738 0.397175 -0.10384 0.163779 -0.401967 -0.158144 0.375731 0.275127 1.347547 0.131881 -0.220494 0.011663 0.322543 -0.276946 0.114819 -0.032425 -0.538088 -0.040291 0.280131 0.55889 0.137833 -0.267108 -0.102072 0.110549 0.183012 0.140753 0.053563 0.09756 0.142408 0.218298 -0.3583 0.07183 0.017463 -0.153511 -0.019956 -0.238136 0.238606 0.163822 -0.109411 0.390986 -0.261257 -0.24544 -0.446236 0.502688 0.218656 0.245332 0.175919 0.242938 0.157819 0.612833 -0.301633 -0.169373 0.302355 -0.146698 -0.088833 0.081733 0.152297 0.183649 -0.100759 0.180451 0.21003 -0.071944 0.048689 -0.193838 -0.139844 0.52021 2.352833 -0.045992 -0.012704 0.296109 -0.167212 0.220037 -0.005905 0.013865 0.138293 0.068762 0.046073 -0.317914 0.136056 0.334393 -0.594213 -0.085034 -0.235016 0.116114 -0.025978 -0.05073 -0.145392 -0.335815 -0.111535 0.081392 -0.448286 0.227659 0.073025 0.067713 -0.139177 0.167319 -0.112697 0.108347 -0.069177 0.399901 0.163151 0.091978 -0.307044 0.37024 0.357514 0.036545 -0.537114 -0.136786 -0.26571 0.205864 0.347014 0.097916 0.074648 0.073797 0.061692 0.329121 -0.244963 -0.195991 0.168844 0.271036 0.162022 -0.088388 0.208292 -0.012625 0.390204 0.116189 -0.36706 -0.028538 -0.08582 0.124263 0.018989 -0.038652 -0.166291 -0.189548 -0.079348 0.178975 0.010933 0.055955 0.19493 -0.406053 0.107729 -0.519177 -0.244688 0.096271 -0.014399 -0.105425 0.250928 -0.002978 -0.19531 0.098937 -0.152698 0.293709 -0.291569 0.313415 0.428187 0.073701 -0.192024 -0.220088 0.153633 -0.373872 -0.121408 -0.419196 -0.13252 0.003287 -0.05659 0.986618 -0.305982 0.047075 -0.000145 -0.141187 0.213614 0.051024 0.076319 -0.496004 0.239216 0.610464 -0.480424 0.025589 0.501971 -0.073678 -0.226433 0.042535 -0.036759 -0.169291 0.447269 0.146466 -0.344246 0.054117 -0.057591 0.21356 0.265822 -0.049302 0.314798 0.446651 0.506835 -0.296008 -0.143618 -0.110691 0.380962 -0.170908 -0.220745 -0.058717 -0.128602 -0.187532 -0.328778 -0.491607 -0.634267 -0.346951 -0.328235 0.14605 -0.082282 0.291391 -0.185314 0.39537 -0.07141 0.123394 0.572825 0.005892 -0.264975 -0.799733 0.075635 -0.257423 -0.159484 0.079083 -0.204424 -0.267478 0.383364 -0.086231 0.003183 0.215077 0.469212 -0.012351 -0.089126 0.353126 -0.267477 0.262188 -0.056475 0.214867 0.091194 0.113424 0.108804 -0.026108 -0.111874 0.028479 0.093089 -0.303239 -0.434853 -0.085055 0.285832 -0.020846 -0.295784 0.161849 0.282999 -1.041922 0.502304 -0.379863 0.558651 -0.095832 -0.283266 0.055855 -0.056441 0.181141 -0.128027 0.024799 -0.375926 0.097651 0.023321 -0.229097 -0.173641 -0.300313 0.094071 0.313066 0.28757 -0.070911 -0.268868 -0.410525 0.038832 -0.508152 0.179294 0.80035 -0.107542 -0.044452 0.273697 0.253235 -0.035869 0.193567 0.534326 -0.175532 -0.253158 -0.530016 -0.173867 -0.077065 -0.676257 0.204546 0.032607 0.015858 -0.263275 -0.007838 -0.212384 0.211466 -0.264145 -0.213654 -0.143945 -0.104042 -0.013022 -0.105138 0.069006 0.018427 -0.227582 -0.208911 0.049867 0.332728 0.373381 0.048907 0.210037 0.11844 0.281772 0.180854 -0.40616 -0.536657 -0.577273 0.003581 -0.262249 -0.027615 0.405338 0.26663 -0.204921 -0.196787 0.370853 -0.330123 -0.043786 0.371188 0.480839 -0.062994 -0.066535 0.089536 0.30989 0.222905 -0.391869 0.008314 0.135898 0.160932 -0.056994 0.111196 -0.46141 0.297283 -0.13911 0.246676 0.130469 -0.011124 0.221377 -0.242977 0.329505 0.21451 0.279399 -0.022172 0.261746 -0.461749 -0.322795 0.18871 -0.678173 0.183637 0.046914 -0.36797 0.066224 -0.156657 0.442752 -0.392488 -0.286486 0.202391 -0.171945 -0.012106 0.268866 -0.211926 0.486901 0.106 0.315124 -0.205909 -0.095897 -0.455664 0.250331 0.33926 -0.269149 0.094721 0.372376 0.206863 -0.358921 0.475549 0.276652 -0.118758 -0.3235 -0.193074 0.006676 0.209275 0.547906 -0.054215 0.097487 -0.12171 -0.176967 -0.111088 -0.30113 -0.096222 0.253895 -0.018049 0.186576 -0.029592 0.044245 -0.853316 -0.141095 0.113501 0.234065 -0.34769 0.055037 0.385982 -0.321805 -0.076997 0.220832 0.264339 0.205839 -0.245636 0.197643 0.253316 -0.059195 -0.147967 0.319962 0.226251 -0.101869 0.487595 -0.213175 0.295516 0.389522 0.054859 0.271538 -0.029831 0.343732 0.28524 -0.159005 -0.163378 -0.136497 -0.603867 0.277499 -0.041653 -0.048481 -0.07754 -0.235482 -0.15386 0.048011 0.101602 -0.358142 0.126583 -0.373293 0.153827 0.088319 -0.012734 0.124818 -0.067442 -0.083257 -0.249758 0.21656 0.101675 0.165657 0.27761 -0.145423 0.222613 0.684737 -0.284893 0.296729 0.537391 -0.233956 -0.28948 -0.214681 -0.53713 0.007048 -0.353239 0.318481 0.304707 0.330958 -0.084289 -0.120677 0.079001 0.05356 0.085318 -2.071331 0.251185 0.307113 -0.284988 -0.287738 0.038136 0.078487 -0.090838 0.042083 -0.357687 -0.048932 -0.164353 -0.278148 0.093398 -0.231511 0.227045 -0.279586 0.094729 0.04659 0.261521 0.163408 -0.471082 0.153108 1.844479 0.144896 -0.029214 -0.123927 0.197575 -0.086843 0.381052 -0.202508 0.470626 -0.289607 0.095764 -0.282849 0.163087 -0.00151 0.184784 1.442768 -0.025562 -0.480213 -0.096519 0.402373 0.030835 0.123557 -0.141948 -0.424272 -0.248202 0.144118 0.274832 -0.04069 -0.416518 -0.146567 0.168753 -0.009853 0.133511 0.010062 0.312595 0.109189 -0.093801 -0.301754 -0.040409 -0.061897 -0.155132 0.231317 -0.28641 0.182198 0.08472 0.269908 0.420694 -0.374551 -0.018221 -0.258433 0.79231 -0.051393 0.206036 0.584915 0.14645 0.259542 0.261674 -0.313732 -0.165999 0.150987 0.026069 -0.090885 -0.245578 0.329863 0.338677 0.016766 -0.133001 0.079004 -0.117726 0.263802 -0.332516 0.09061 0.491046 1.675698 8e-05 -0.020775 0.298674 0.03848\nẽ 0.069229 -0.306809 -0.213633 0.027735 0.181617 0.023004 -0.289569 -0.041194 0.065732 0.040543 0.210816 -0.292737 0.12931 -0.088104 -0.233437 -0.281161 -0.399537 -0.264649 -0.349445 -0.562509 0.037921 0.176128 -0.056896 -0.358478 0.114177 0.009811 0.045513 -0.094415 0.067889 -0.290663 0.378069 -0.333245 -0.198434 0.170644 0.11889 -0.47945 0.29462 -0.188987 0.120819 -0.081772 0.157216 0.191631 -0.173616 0.447381 0.219397 -0.323244 -0.033647 0.115776 0.006382 0.197742 -0.070182 0.002274 -0.07318 0.433877 -0.132845 -0.009235 0.036818 0.260368 0.134999 -0.328169 0.19046 -0.040864 -0.178063 -0.008256 0.045688 0.295626 0.071817 0.16359 0.067778 -0.008254 -0.515654 -0.003389 0.203323 0.122192 -0.192087 0.010221 -0.522679 0.337563 -0.076007 -0.208994 0.092791 0.188871 -0.105492 0.140043 0.092151 0.211095 -0.272115 0.13615 -0.524394 0.179189 -0.365529 -0.588356 0.119644 -0.042613 0.789136 -0.048979 -0.093264 0.274631 -0.022231 0.049732 0.222011 -0.173991 -0.144831 0.066783 0.195983 0.142951 -0.427836 0.341097 -0.598819 -0.385604 0.268884 0.073268 -0.043974 0.205345 0.278136 -0.21054 -0.067748 0.084502 0.059768 0.348661 -0.357645 0.163042 -0.263152 0.323528 -0.436768 -0.345778 0.094761 -0.028299 -0.245971 0.059501 -0.269256 -0.122927 -0.297094 0.010499 0.088889 -0.79808 -0.120835 -0.099274 0.022013 -0.237399 -0.038918 0.081133 -0.027903 0.058198 0.07084 0.414226 -0.009977 -0.220974 -0.757164 0.02305 -0.137723 0.141179 -0.07703 0.015935 -0.204274 0.419899 -0.341941 0.153878 0.475463 0.469825 0.260527 0.105459 0.685662 -0.150178 0.074755 0.002333 0.101686 0.080012 -0.094349 -0.170113 0.127418 0.02643 0.293869 0.069032 0.002813 -0.329602 -0.002627 0.160282 0.485615 -0.043836 -0.166132 0.546102 -0.521783 0.230758 -0.301448 0.201122 0.154508 0.089697 0.171974 -0.072636 0.002383 -0.193006 -0.220522 -0.15891 0.149322 -0.219445 0.227429 -0.158559 -0.077118 -0.258732 0.183849 0.081355 -0.079857 -0.143289 -0.208273 -0.10827 -0.266967 -0.036852 1.261919 0.031991 0.16182 0.143699 -0.076596 -0.012285 0.215622 0.35238 0.123346 -0.358114 -0.166988 -0.291103 -0.348253 -0.559475 0.249005 -0.041976 -0.107381 -0.225524 0.137052 -0.093999 0.092834 -0.205077 -0.334728 -0.264343 0.030155 -0.270777 -0.013416 0.126858 -0.101796 -0.210214 0.043282 0.293875 0.105971 0.254621 0.143082 0.291708 -0.107813 0.237027 0.199359 -0.40048 -0.308696 -0.446556 -0.216929 -0.112317 0.248521 0.13142 0.351617 -0.347292 0.138346 -0.518555 0.114255 0.124822 -0.258397 0.377167 -0.20172 -0.057946 0.091632 0.304074 0.170872 -0.153041 -0.039325 0.040719 0.452251 0.085717 0.263821 -0.37256 -0.090394 -0.172711 0.175771 0.004036 -0.149491 -0.051749 -0.109303 0.069775 0.088282 0.451956 0.30103 0.04643 -0.225952 -0.237499 0.052363 -0.192656 -0.114896 0.252266 -0.164888 0.208278 -0.157799 0.292901 -0.786891 0.004091 0.119628 0.172366 -0.084346 -0.307985 -0.22027 0.468685 0.349899 -0.074135 0.182414 -0.043568 -0.353105 -0.156138 -0.125425 -0.05837 0.098086 0.157685 -0.195313 -0.085385 0.555611 0.180799 -0.291766 0.058494 -0.014254 0.521141 0.165923 -0.199032 0.074292 0.013472 -0.431841 -0.132398 -0.049593 -0.152092 0.130284 0.477561 0.380748 0.143561 -0.081724 -0.056483 -1.809602 0.11174 -0.100567 -0.214362 0.03822 -0.165011 0.288976 0.006044 -0.21703 0.045174 0.148855 0.381675 -0.137823 -0.077873 -0.24225 0.017244 0.066316 0.247336 0.32786 0.020229 -0.115871 0.049201 -0.132003 0.159975 0.182738 -0.019048 -0.344088 0.309569 0.101949 -0.589465 -0.046969 0.156132 -0.958662 -0.163533 -0.046556 0.255424 0.06854 -0.127251 -0.181137 -0.16128 -0.119055 -0.836749 0.242865 -0.551822 0.281301 0.04458 -0.172751 -0.115627 0.004473 -0.080139 0.010294 0.085791 -0.035329 0.027152 0.258665 -0.242065 -0.102218 0.415169 0.012626 0.032019 0.034706 0.004476 -0.140274 -0.586236 0.032912 -0.013903 0.021761 0.159004 0.247963 0.196075 0.19026 -0.110626 0.179358 0.018767 0.259796 -1.336201 -0.012736 0.262359 -0.239176 -0.028545 -0.152924 0.049691 -0.358065 -0.020303 -0.125851 0.001008 0.153924 -0.135217 0.004912 -0.162702 0.210724 -0.218816 0.172319 0.035658 0.308936 -0.09792 0.015837 0.10801 0.608918 0.270483 0.208156 -0.096937 -0.133201 0.069913 -0.019238 0.095666 0.233074 -0.027219 0.042367 -0.27667 0.023832 0.303208 0.340273 1.577263 0.152486 -0.119742 -0.022138 0.220355 -0.031839 0.127737 0.08592 -0.365681 0.102129 -0.015785 0.350724 -0.032345 -0.225057 -0.183298 -0.06463 0.047573 0.066931 0.132882 -0.301077 0.004995 0.092708 -0.564828 0.231853 0.202958 -0.127003 -0.005684 -0.462625 0.074565 0.126971 -0.219552 0.262597 -0.246547 -0.240924 -0.24489 0.601143 0.299965 0.37566 0.140506 0.100613 0.098152 0.264385 -0.056882 -0.102727 -0.152023 0.060371 -0.056334 0.035025 -0.095516 -0.02188 0.355149 -0.074394 0.1289 -0.033233 0.007426 -0.199077 -0.380499 0.329631 2.635669 -0.362072 -0.151542 0.119937 -0.079018 -0.197716 -0.019107 -0.051518 -0.010846 0.096146 0.100317 -0.054653 0.254777 0.138791 -0.41097 -0.031757 -0.141094 0.277032 0.067955 -0.251604 -0.04497 -0.577884 -0.054251 -0.060755 -0.432663 -0.259299 0.287133 0.391208 -0.31286 -0.042707 -0.185361 0.154757 -0.079255 0.347306 0.137978 0.301154 -0.219971 0.029793 0.485851 0.064397 -0.292256 -0.105451 -0.080082 0.265915 0.089818 0.254295 -0.041109 -0.120762 0.248316 0.505645 -0.027385 0.113508 -0.005521 0.023714 -0.005559 -0.262234 0.253688 -0.188557 0.051195 0.25401 -0.191076 -0.146623 0.157392 0.386988 -0.205345 -0.073073 0.126247 -0.123351 0.128848 0.283579 0.178452 0.161748 0.38391 -0.154797 -0.000821 -0.49754 -0.197931 0.287061 0.162077 -0.024774 0.450754 -0.077649 0.056829 -0.202471 -0.083789 0.090868 -0.153219 0.195122 0.3796 0.118363 0.049212 -0.161012 0.045189 -0.172373 0.103259 -0.280942 -0.205783 0.132362 -0.09526 1.017094 -0.028689 0.000307 0.094427 -0.145114 0.145591 0.210756 0.147496 0.022866 0.132046 0.64126 -0.150729 -0.090142 0.251117 -0.367254 -0.157764 0.132549 -0.128856 -0.083543 -0.074811 0.376837 -0.143018 -0.055744 0.025416 0.19236 0.145651 -0.426441 0.30208 0.060227 0.198496 -0.441665 -0.455248 -0.151128 0.331452 -0.221815 -0.165422 -0.137116 -0.020774 -0.010428 -0.420874 -0.27903 -0.55121 -0.325082 -0.223421 -0.109115 -0.117089 0.047623 0.07742 0.193175 0.128249 0.186993 0.454518 -0.372152 0.030584 -0.638504 -0.15809 -0.128704 0.00272 0.275192 -0.127332 -0.336182 0.481976 -0.215713 -0.224882 0.320319 0.670382 0.122681 -0.141248 0.307051 -0.054356 0.259132 -0.301528 0.545172 0.273974 0.097598 -0.081201 0.005913 -0.153338 0.189718 0.087293 -0.46888 -0.168156 -0.134424 0.362878 0.114006 -0.177161 0.180991 0.286245 -0.852461 0.299645 -0.263602 0.62375 0.112143 -0.202202 0.175969 0.04302 0.080624 0.128845 0.067907 -0.650351 0.288146 -0.168699 0.08355 -0.04051 -0.161885 0.00132 0.276568 0.302987 0.015688 0.027573 -0.332101 -0.379477 -0.398858 -0.103096 0.837766 0.00336 0.17927 0.105294 0.353902 -0.070306 0.285662 0.433317 -0.102675 -0.301971 -0.312903 -0.276947 0.0692 -0.659018 0.112891 -0.229265 -0.279452 -0.386959 0.081263 -0.35324 0.183992 -0.046613 -0.520433 -0.332454 -0.182311 0.038813 0.064853 0.040925 -0.090681 -0.250181 -0.311803 0.106795 0.228405 0.343701 0.044076 0.448445 0.134787 0.132534 0.244149 -0.305382 -0.581868 -0.647112 -0.032241 -0.153815 -0.054994 0.382095 0.225763 -0.288147 -0.131361 -0.038186 -0.128127 -0.497208 0.123971 0.364069 -0.166087 -0.032871 0.105606 0.39876 0.109866 -0.285066 0.101871 -0.063617 0.232129 0.200803 0.141093 -0.323113 -0.254583 -0.386643 0.345445 0.012101 -0.108722 0.137665 -0.060339 0.020398 0.141239 0.446703 0.354849 0.091844 -0.402874 0.0562 0.185798 -0.567166 -0.196643 0.25222 -0.373546 0.062502 -0.001248 0.215619 -0.472084 -0.093576 0.118325 0.006844 -0.03418 0.103015 -0.397944 0.423719 0.303275 -0.066526 0.05133 -0.036595 -0.500784 -0.339802 0.118182 -0.152263 0.220025 0.133816 -0.010841 -0.382387 0.776629 0.046547 -0.055103 -0.134458 -0.084588 0.280183 0.056535 0.439106 0.144142 -0.049031 -0.070414 -0.010704 -0.094972 0.012393 -0.14625 0.613518 0.043473 0.396246 -0.112478 0.25054 -0.746148 0.110538 0.120921 -0.089911 -0.263026 0.068571 0.390463 0.005479 -0.366612 0.068796 0.354924 0.379843 -0.233594 -0.029704 0.020072 -0.031938 -0.22675 0.479597 0.325716 -0.01885 0.293451 -0.018918 0.034647 0.082736 0.098531 0.269686 -0.323344 0.397369 0.350812 -0.40283 -0.112136 0.27533 -0.558144 0.16322 -0.177395 0.034822 -0.080109 -0.279816 -0.153815 -0.147003 -0.045986 -0.557016 0.115628 -0.405622 0.162722 -0.210369 -0.121226 -0.110756 -0.081345 -0.194994 -0.042696 0.399528 -0.138443 0.182823 0.032936 -0.038299 0.277317 0.778488 -0.235745 0.336258 0.325101 0.038691 -0.168865 -0.485489 -0.392362 -0.105169 -0.350555 0.102725 0.592636 0.29925 0.011088 0.080178 0.19196 -0.079344 -0.113058 -1.952294 0.179333 0.531299 -0.07898 -0.43119 -0.156709 -0.055196 -0.024877 -0.089511 -0.169506 -0.017721 -0.100707 -0.009446 0.014118 -0.441972 0.445134 -0.064478 0.168577 0.051601 0.197477 0.277131 -0.282186 0.144749 1.859687 0.18017 0.072099 -0.047682 -0.163854 -0.136269 0.076302 -0.336447 0.443087 -0.014402 -0.000472 -0.265431 0.258438 -0.047812 0.449726 1.211914 0.014678 -0.481126 -0.118132 0.129095 0.305505 0.224962 -0.092987 -0.298639 0.069955 -0.007882 0.147151 -0.095739 -0.298183 0.190242 -0.207946 -0.200544 0.114994 0.146862 -0.110882 -0.198336 -0.123563 -0.527739 0.254943 -0.003026 0.073115 0.463247 -0.120515 -0.042752 -0.055252 0.079462 0.161863 -0.419262 0.01761 -0.120686 0.607294 0.252516 0.187486 0.497455 0.058595 0.133079 -0.016289 -0.09764 0.070279 -0.371978 -0.127593 -0.070763 -0.356062 -0.094336 -0.029556 0.432369 -0.308911 0.105976 -0.133975 0.239924 -0.275014 0.048773 0.211699 1.757368 -0.123816 -0.387567 0.226102 -0.287829\nU 0.280941 0.520667 0.023027 -0.159719 0.216264 0.286323 -0.084863 -0.090943 0.217922 0.122424 -0.055761 -0.485273 -0.445393 -0.321449 -0.050837 0.075714 0.284896 -0.207169 0.078085 -0.16276 0.300682 0.130294 0.564136 -0.308407 -0.120824 0.308488 -0.531313 -0.086585 0.1742 0.297487 0.434356 0.111495 0.158028 -0.063133 -0.282174 0.33441 -0.073199 -0.379838 0.152946 -0.017694 0.02899 0.301998 -0.004356 0.389243 0.375234 -0.842586 -0.272482 -0.217819 0.214018 0.136666 -0.097509 0.190132 -0.03797 0.076998 0.245561 -0.495486 -0.09897 0.110989 0.39106 -0.011101 0.000284 0.408666 0.239479 0.359038 0.467804 0.369536 0.112874 0.706996 -0.112365 0.015677 -0.117752 0.061792 0.478431 -0.032183 -0.386296 0.435496 -0.330758 0.256509 -0.109942 0.056134 0.444065 0.817857 0.37456 0.407335 0.017151 0.290308 0.301137 -0.189551 -0.479553 0.127335 0.278881 -0.184912 0.04763 0.327894 0.060557 -0.201419 -0.107173 -0.040186 -0.307684 0.273294 0.251901 -0.118801 -0.223907 -0.047397 0.427832 -0.5654 -0.706528 0.10917 -0.26662 -0.149086 0.41548 -0.242643 -0.294776 0.38428 -0.110727 -0.524294 0.124136 -0.292033 0.344467 0.22935 -0.364299 0.325071 -0.025932 0.346241 0.048554 -0.543059 0.032033 0.131731 -0.121639 0.206909 -0.270928 -0.825303 -0.017465 -0.199697 0.097242 -0.556441 0.171885 0.261049 -0.205162 -0.155373 0.10778 0.628829 0.379378 -0.239185 0.081026 0.252554 -0.070957 0.308914 -0.857273 -0.166641 -0.115606 0.332099 -0.163577 0.092177 0.343124 0.1293 0.266811 0.246002 0.623324 0.15099 0.493023 -0.372457 0.16509 -0.032565 -0.063672 -0.319249 0.328736 -0.067509 -0.592556 0.069192 0.595806 -0.07787 -0.202677 0.182309 -0.601966 0.346066 0.033025 -0.024826 0.425558 -0.176612 0.00039 -0.515631 -0.544115 0.61002 -0.940961 0.102152 -0.183131 0.029762 0.215654 0.012995 0.206928 -0.396843 0.343809 0.101929 0.377514 0.082307 -0.180165 -0.118841 -0.262183 -0.156168 0.17315 -0.25761 0.128431 -0.097528 0.080854 -0.437221 0.095687 0.080823 0.254089 0.098571 0.22761 0.123111 -0.047012 0.507295 -0.223475 0.77895 -0.162075 -0.134625 -0.254546 -0.366495 -0.514157 -0.38086 -0.055514 -0.188413 -0.148285 -0.307863 -0.3137 0.225511 0.101058 0.190875 -0.056531 0.010513 -0.314988 -0.298119 -0.206098 0.026442 -0.015812 0.160817 -0.297094 -0.160311 0.028186 0.204596 0.318585 0.474781 0.131259 0.219451 0.474506 0.003295 -0.299325 0.012566 -0.292791 -0.017893 0.418964 -0.453386 0.01575 -0.473659 -0.248381 0.243101 -0.189148 -0.031339 0.242652 -0.123607 -0.188491 -0.032245 0.103088 0.386746 0.528514 -0.397623 0.149101 0.571779 0.913315 0.230085 -0.287669 0.009305 0.037545 -0.25112 0.355621 0.228774 0.452551 0.180691 -0.188454 0.334619 -0.032611 -0.227547 0.20607 0.108514 0.21217 0.219465 -0.046568 -0.630325 0.386596 0.29125 0.199052 0.459416 0.119912 0.182993 0.044725 0.224173 0.109791 -0.026479 -0.146777 0.369209 0.06323 -0.212737 0.116589 0.35249 0.193656 0.353252 -0.240537 -0.220324 0.140901 0.422607 -0.174424 0.520228 -0.322723 0.128808 0.28717 0.257407 -0.3089 0.104066 0.156274 -3e-06 0.157228 0.231438 0.638957 -0.159732 -0.416091 0.185189 -0.389504 0.282871 0.044633 0.05438 0.3274 -0.09564 -0.047784 -0.195612 -0.277304 0.120823 0.19455 0.10518 -0.389575 -0.073711 -0.191519 0.361465 -0.101865 0.340275 0.223708 0.14268 0.185618 -0.010008 0.137546 0.338223 -0.14935 0.08807 0.193776 0.236388 -0.193173 0.074258 0.119151 0.073348 0.11076 0.534104 -0.14803 0.000504 0.009669 -0.340943 0.160336 0.218084 -0.63043 0.05185 0.141466 0.011706 -0.32813 -0.254786 -0.486987 0.304956 -0.13565 -0.345828 0.064933 0.099257 0.299767 0.434375 -0.05516 0.145849 -0.206178 -0.325828 -0.177066 -0.111047 0.057618 0.21509 -0.181511 -0.277306 -0.019093 0.130087 0.160322 -0.048404 -0.243989 -0.166815 -0.376501 0.384393 -0.254139 0.213211 -0.215396 0.197765 0.103389 0.244638 0.050908 -0.150818 0.445763 -0.177565 0.038194 -0.901187 0.148783 0.158267 -0.035338 -0.189164 -0.495625 0.676861 0.783565 -0.2048 -0.243456 0.127798 0.243887 -0.624966 0.441409 -0.225605 -0.219721 -0.267509 0.422813 0.133211 0.160199 0.387165 0.376148 0.463594 0.351024 -0.256009 -0.00061 0.109812 -0.09118 -0.164781 -0.275295 -0.217621 0.337081 -0.180856 -0.263646 0.370176 -0.033223 0.47643 0.210972 0.814067 0.2075 -0.040324 0.001665 0.579617 0.046091 0.375787 -0.308947 -0.209696 -0.532678 0.363748 -0.120253 0.045321 0.054578 0.320887 0.033187 -0.300719 -0.086825 -0.001302 0.753431 -0.136729 -0.202076 0.03906 0.188662 -0.015685 -0.187467 0.100141 0.239939 -0.79964 0.227644 -0.169327 0.314376 0.037318 -0.52529 -0.09204 0.214222 0.482013 0.325176 0.347751 -0.27971 -0.187219 0.49306 -0.058247 -0.460157 0.370033 -0.015925 0.082948 -0.182613 -0.915882 0.192586 -0.056155 -0.026569 0.394944 -0.291399 -0.172391 -0.111135 0.313937 0.326201 1.886249 -0.080067 -0.233062 0.070672 -0.082987 0.343894 -0.236756 -0.043446 0.213987 0.326944 0.320142 -0.230851 0.078022 0.138115 -0.399886 -0.238156 -0.443886 -0.113787 -0.115148 0.01416 -0.036091 -0.087583 -0.190783 0.260854 -0.106653 -0.037177 0.336601 -0.000913 -0.304727 -0.004648 0.463088 -0.179904 -0.210735 0.084302 0.440783 0.45326 0.050083 0.334125 0.072615 -0.598348 -0.311134 -0.057759 0.213109 0.049937 -0.189906 0.188346 -0.306594 0.42631 0.515406 0.344816 -0.835582 0.214581 -0.197958 -0.073744 -0.442296 -0.150457 0.114676 -0.268478 -0.00178 -0.17382 -0.92023 -0.43212 -0.287051 0.490818 -0.185784 0.20388 0.093012 0.564886 0.1303 -0.06656 0.166447 0.353142 0.247643 0.239996 -0.1209 -0.077712 0.053978 0.523777 0.283898 -0.566166 0.690192 -0.141079 0.360499 -0.04159 -0.044627 0.4756 0.318664 0.621513 0.608022 -0.131056 0.15702 0.381473 -0.284703 -0.662567 0.162786 0.233943 0.121403 0.217586 0.221059 -0.008472 0.170971 0.126663 0.420259 -0.676768 0.144577 0.026836 0.205671 -0.501622 0.002319 0.729563 -0.160667 -0.510684 0.133141 -0.032662 -0.259835 0.199996 0.11433 -0.388385 0.050247 -0.366121 -0.261036 -0.305448 -0.145787 0.579009 -0.069612 0.106879 0.334611 -0.067002 0.100722 -0.179466 -0.100721 -0.214157 -0.018348 0.356652 0.012824 -0.536508 -0.602604 0.238251 -0.044187 -0.50269 -0.471467 -0.343658 0.411673 -0.214856 0.216929 0.128269 0.548768 0.565733 0.030191 -0.168064 0.574714 -0.084683 0.31775 -0.587556 -0.139883 -0.037844 0.426258 0.002136 -0.383965 -0.282595 0.082068 0.306039 0.072202 0.228727 0.01015 0.69872 -0.616588 0.28085 0.389891 0.151328 -0.117485 0.497746 -0.36851 -0.529038 -0.01108 0.17716 -0.333497 -0.587508 0.036555 -0.247831 0.671148 -0.187359 0.319838 0.270491 -0.397585 -0.015332 -0.754005 -0.054313 0.743985 -0.438438 0.044541 0.009039 -0.453784 0.086156 0.188509 0.178185 0.034896 0.14199 -0.122959 0.5728 0.179731 -0.16817 0.091247 -0.182176 -0.184503 0.161286 -0.279326 0.092287 -0.091645 0.132044 0.119916 0.172544 -0.462133 0.097607 0.288241 0.064886 0.207863 0.093163 0.667457 -0.482 0.218719 -0.231399 -0.263663 -0.411232 0.22798 0.111577 -0.36263 -0.276376 0.114535 -0.16635 -0.168923 -0.128683 0.089355 -0.297176 0.106304 0.070901 -0.062573 -0.650534 0.10297 0.205581 0.190801 -0.331421 0.133655 -0.424835 -0.492477 -0.496478 0.577396 0.049767 0.447791 -0.092167 -0.01327 0.157523 0.630011 -0.344387 -0.293003 -0.525794 -0.200725 0.418167 -0.104478 -0.14601 -0.221848 -0.55601 0.542297 -0.186089 -0.323791 0.177335 -0.107282 -0.17788 -0.255349 0.353552 0.055449 0.25299 -0.458691 0.200376 0.580251 0.614439 -0.021961 -0.454778 -0.124967 0.271148 -0.610407 0.349037 0.106367 0.015345 -0.027853 -0.234451 0.207422 -0.106275 0.296476 0.529638 0.048137 -0.029692 0.230734 0.182889 -0.839695 -0.300017 0.22327 -0.109243 0.202172 -0.358254 0.227409 0.478235 -0.254264 -0.11328 -0.101281 -0.08974 0.426981 0.051583 -0.073155 -0.458068 0.534338 -0.104268 0.591068 -0.147091 0.007481 0.282913 0.417003 -0.373103 0.482353 0.163384 0.346413 0.370074 -0.166537 -0.318981 -0.223351 0.063851 0.007035 -0.081682 0.355888 0.481994 -0.335612 0.197231 0.273758 -0.47213 0.171594 0.431733 0.264825 0.250205 -0.063746 -0.007294 0.348154 -0.127902 0.34414 0.104673 0.446605 -0.317227 0.130717 -0.245516 0.227766 0.150288 0.546374 0.281331 0.379857 0.164472 -0.371013 -0.049598 -0.033423 0.063122 -0.19578 0.362455 0.430283 0.183074 0.15527 0.346161 -0.068326 0.345226 0.419943 0.186881 0.293788 0.180332 -0.023232 0.25911 0.300337 -0.557781 0.303521 0.140411 0.09839 -0.086998 -0.46337 -0.557389 -0.462193 -0.015514 -0.064005 0.096501 -0.296307 0.329227 0.830921 -0.172608 -0.112258 -0.472546 -0.28616 -0.01962 -0.122104 -0.061407 0.101925 0.127446 -0.092917 0.192812 0.48023 0.313427 0.117894 -0.10575 -0.321997 -0.323243 0.147213 -0.569343 -0.249023 -0.132383 0.192362 -0.053471 -0.361518 -0.395138 -0.121139 0.745142 -0.562462 0.117593 -1.696274 0.209449 0.238834 -0.310213 0.450449 -0.802723 0.281717 0.400944 -0.171494 0.230628 -0.245768 0.100739 0.050518 0.42168 0.393184 0.335832 0.008571 0.344391 0.0552 0.370396 0.06099 -0.581814 0.098322 0.586297 -0.281906 0.074296 0.225499 -0.224857 0.036248 0.245137 -0.476962 0.499054 -0.37266 -0.393389 0.528118 0.445449 0.265563 0.067198 0.910388 -0.029318 0.107377 -0.182089 0.321207 0.574133 0.192013 -0.320894 -0.445712 -0.539403 0.350997 0.176693 -0.324194 -0.202565 -0.146279 -0.27932 0.120388 -0.297391 -0.336864 0.91055 0.024347 -0.307751 -0.037194 0.101348 0.096604 -0.334271 0.360029 0.236177 -0.401043 0.29066 0.109622 0.371332 0.059358 -0.234708 0.300502 0.341956 0.093618 -0.124866 0.370857 -0.109448 -0.231648 0.242592 -0.102885 -0.418541 0.102769 0.105981 -0.130725 -0.045678 -1.059587 0.674534 -0.460424 0.022013 0.541999 -0.685512 -0.021846 0.408853 0.226049 0.272341 1.771355 -0.233976 -0.322101 -0.056553 -0.150122\n6 -0.13086 -0.371084 0.024461 -0.287464 0.452108 1.022897 -0.047397 -0.00236 -0.058025 -0.31728 0.519453 -0.220298 -0.079123 -0.390752 -0.180353 -0.345119 0.142135 -0.077311 -0.494867 -0.087483 -0.136608 0.23248 -0.099682 0.264576 -0.27851 -0.146929 0.024566 -0.606104 -0.366308 0.009239 0.173658 0.250215 0.489151 0.749101 -0.229406 0.29327 -0.161321 0.030595 0.592682 0.08337 0.104823 -0.000859 0.245321 0.28936 -0.059261 -0.278383 0.480981 -0.070346 -0.168902 0.284381 -0.356819 0.542348 -0.017982 0.96122 0.267389 -0.685565 -0.231485 0.045619 0.992871 0.2713 0.435942 0.117702 0.165697 0.196528 -0.124217 0.403563 0.032337 0.341682 -0.270736 0.096906 0.286815 0.004277 -0.073674 -0.196513 -0.252799 0.307323 -0.325236 0.424013 -0.271814 -0.156512 0.312515 0.218403 0.477742 -0.355741 -0.515298 0.41403 -0.049969 -0.361879 0.056391 -0.265292 0.351251 0.173142 0.339309 0.376185 -0.030452 -0.274392 0.177223 -0.002156 -0.87426 0.214434 0.174994 -0.441748 0.096613 0.204655 0.721052 0.214501 -0.87556 0.41541 0.223248 -0.102947 0.305092 0.027233 0.406931 -0.298477 0.031298 -0.588965 0.374087 0.07177 0.215229 0.119331 -0.211857 0.218363 -0.20057 0.164006 0.25562 -0.72162 -0.165415 -0.132662 0.291794 -0.426809 -0.583049 0.190518 -0.074169 0.128091 -0.315463 -0.249816 -0.624857 0.41306 0.163872 -0.742218 0.053269 -0.21582 0.493365 0.419384 0.011187 0.693933 -0.183292 0.668608 -0.952725 0.254614 0.175763 0.051731 -0.079835 -0.123069 0.161569 0.400884 0.741935 -0.000263 -0.013194 0.162463 0.236189 -0.409416 0.432977 -0.231542 0.04408 -0.15313 0.413638 -0.612821 0.126362 -0.12998 0.509377 0.062542 -0.699647 -0.882287 -0.723204 0.502253 -0.005378 0.245926 0.532608 -0.600154 0.224426 -0.214817 -0.530496 0.15891 -0.420888 0.126353 -0.424332 -0.483367 0.257704 -0.128798 -0.396983 -0.303485 0.129429 0.017932 -0.24936 -0.187836 0.001122 0.059247 0.395217 -0.55451 0.375577 -1.124276 -0.235352 0.147586 -0.483876 0.044734 0.076349 0.200523 0.575081 0.32038 0.177415 0.024116 -0.199406 0.227752 0.981566 0.362902 -0.241771 -0.328346 -0.787858 -0.15939 -0.562079 -0.459014 0.159076 -0.393974 -0.359249 0.07498 -0.765922 -0.062706 0.132893 -0.682211 0.374827 0.097177 0.004894 0.239554 0.27287 0.309322 0.133696 0.481112 -0.633211 -0.472792 0.546402 -0.345961 -0.324937 0.361288 -0.408034 0.616273 0.871617 -0.090638 -0.385169 0.420648 0.059588 -0.36995 0.702577 -0.57282 -0.656865 -0.107575 0.349326 0.271216 -0.564588 -0.340383 0.060203 0.148898 -0.234135 -0.10152 0.825405 0.650848 -0.39716 -0.042617 0.208648 0.301133 0.854599 0.249765 -0.159089 -0.371902 0.219795 -0.507512 -0.298649 -0.020762 -0.16581 0.454077 -0.336216 0.613188 0.332782 0.166215 0.311709 0.154651 0.059981 -0.285589 -0.374868 -0.673973 -0.045009 -0.069817 0.174888 -0.194967 0.964224 0.476991 0.228602 -0.38159 0.453821 0.46239 -0.107217 0.126316 0.708292 0.284925 0.005655 0.49339 0.130022 0.365388 -0.1263 -0.085664 0.074803 0.367298 -0.254709 0.54744 0.188345 0.303989 0.233503 0.196575 0.216317 -0.246901 0.192694 0.291415 -0.238333 -0.249638 -0.09224 -0.453647 -0.097657 0.340637 -0.364751 0.550525 -0.129881 -0.326084 0.148182 0.380989 -0.225087 0.336217 -0.837622 0.178922 0.199296 0.624412 -0.214333 -0.479344 0.224759 0.263086 -0.692519 0.336312 0.597412 0.379063 -0.213725 0.206499 -0.221849 -0.193625 -0.726657 0.183987 0.097182 0.227743 -0.037081 -0.693071 0.068327 -0.388529 0.06415 -0.139554 -0.127914 0.095987 -0.261169 0.168881 -0.141885 -0.199851 -0.762272 0.327324 -0.162058 -0.81193 -1.000419 -0.546647 -0.360696 0.23332 0.073704 -0.495586 0.575747 -0.205411 0.108075 0.578329 -0.346148 -0.194159 -0.207478 -0.203284 -0.255909 -0.374427 0.296454 -0.423556 -0.417139 -0.081225 0.048194 0.147387 -0.621769 -0.221711 -0.214261 -0.519111 -0.677266 -0.113566 0.691471 -0.098234 -0.615227 0.412013 -0.854718 -0.061891 0.134835 -0.200813 -0.235726 0.117499 0.054307 -0.717967 -0.55095 0.425383 -0.457078 -0.751505 -0.468684 -0.054474 0.347479 -0.579463 -0.009211 0.192605 0.579423 -0.671597 0.353641 -0.196173 -0.198815 -0.469353 -0.220092 0.28419 0.097363 0.034167 0.329383 0.135833 0.437414 -0.413921 -0.269001 0.585958 0.012374 0.082938 0.034816 -0.47546 0.530745 0.271117 0.052308 -0.042234 0.041958 -0.01195 0.006212 0.851477 0.650243 -0.105268 0.325916 0.319651 -0.136037 0.402493 -0.279591 0.118965 0.042929 -0.359388 -0.439813 0.068973 -0.10345 0.222848 0.197789 -0.31871 -0.202623 0.054919 1.036993 0.338229 -0.800307 -0.317863 0.078697 -0.154339 0.419043 0.557649 0.185264 -0.519173 0.155892 -0.164124 0.17196 -0.068098 -0.779326 -0.506933 0.451879 0.180818 0.648163 0.442322 0.27719 -0.288471 0.22825 -0.107382 -0.619501 -0.177683 0.002567 -0.079471 -0.383702 -1.0455 -0.227859 0.374162 0.244959 0.006256 0.198483 -0.24492 0.005919 -0.468725 -0.171168 2.078361 0.093679 0.457141 0.54125 0.025983 -0.936141 0.0254 0.271731 -0.582101 0.235414 0.921792 0.347545 0.231498 -0.224411 -0.332144 0.278205 -0.991576 0.180164 -0.228141 0.394205 0.219219 0.46759 0.023579 -0.639799 0.192745 0.456637 -0.482437 0.573983 -0.360998 0.067257 -0.209202 -0.086981 -0.042731 -0.335243 0.518409 0.602933 0.834252 0.309674 0.508996 -0.667304 0.460684 -0.333536 -0.017971 -0.28772 0.585916 0.14765 -0.807534 0.196026 0.139646 -0.055011 -0.039694 0.096278 -0.289414 0.186354 -0.262739 -0.050464 0.337819 0.252059 0.261561 0.246087 -0.491291 0.429592 0.27798 0.624983 0.329924 0.464763 0.26255 -0.159825 -0.462473 -0.515016 -0.39326 0.237127 0.447911 -0.226948 0.211934 -0.249555 -0.060719 0.51387 0.001808 -0.253673 0.376098 -0.37775 0.427716 -0.260394 -0.740584 0.199557 -0.004162 0.005411 -0.247145 -0.376955 -0.101834 0.279363 -1.07758 -0.240612 -0.437738 -0.004904 0.037447 0.235351 0.859429 -0.116777 0.340209 0.049153 -0.131493 -0.767525 0.00997 0.033592 0.070135 0.68334 -0.139568 0.647943 0.366594 -0.821158 0.609493 0.308369 -0.077575 0.479684 0.265684 0.232382 -0.207657 0.311804 -0.310152 -0.031333 0.160645 0.200749 0.166656 0.12393 -0.346114 0.067919 0.415515 -0.281683 -0.113152 0.066087 0.230315 0.124646 -0.55744 -0.657788 0.061814 0.02272 0.001262 0.489189 -0.259924 0.000143 -0.138428 0.09938 -0.207203 0.161802 0.879507 0.713922 0.329396 0.183178 1.03468 -0.430942 0.303226 -0.86563 0.663936 -0.050079 0.710075 -0.244932 -0.324535 0.36953 0.00968 0.856839 0.330204 0.422102 0.165929 0.481423 0.397981 -0.196354 -0.653881 0.375289 0.580054 -0.439003 -0.103585 -0.170368 -0.003376 0.056624 -0.184537 -0.940063 -0.586785 -0.308678 0.167646 0.411129 0.166004 0.36556 -0.530588 0.163175 -0.622512 -0.489826 0.668511 0.042326 -0.303373 -0.454169 0.145566 0.023708 0.119923 0.165032 0.05358 0.430899 -0.109273 -0.340951 -0.179539 -0.655774 0.601376 0.220839 -0.029783 -0.434443 -0.261433 -0.142218 0.447353 -0.587375 0.466807 -0.212912 0.268268 0.262538 0.100139 -0.290711 -0.065448 0.020364 0.588575 -0.049119 -0.328225 -0.423776 -0.480832 -0.948988 0.191068 -0.44735 -0.556478 -0.362153 0.60052 0.321785 -0.31164 -0.627393 -0.29628 -0.102341 0.192429 0.077956 -0.016678 -0.364918 -0.142952 0.603778 -0.096975 0.168587 0.328394 -0.316483 0.060574 0.236674 -0.120415 -0.006262 0.026614 0.01323 0.242096 0.257153 0.021993 -0.154118 -0.598946 0.213838 -0.558147 -0.500025 -0.094927 -1.114803 -0.292015 -0.101796 -0.276223 -0.428088 -0.762518 0.600362 -0.593272 -0.88032 0.257765 0.458106 0.575791 0.517629 -0.132388 0.432905 -0.236939 0.530591 0.322803 0.152243 -0.92825 0.400176 -0.248205 -0.198207 -0.170095 -0.450732 0.295169 -0.564375 0.80214 0.082363 0.081239 0.781455 0.256659 -0.555007 -0.03694 -0.266826 -0.029124 0.375329 0.169343 0.541535 -0.155677 -0.630364 -0.040016 0.325502 0.246022 0.042577 0.623961 -0.305735 0.469068 0.605923 -0.361348 0.061581 0.720373 -0.662221 0.629625 -0.487809 0.093992 0.182313 0.483213 -0.065522 0.613705 0.791507 0.28313 0.41675 -0.116614 -0.260944 0.037629 -0.01003 0.218288 -0.379248 -0.358294 0.236235 -0.460677 -0.265069 -0.057722 -0.976405 0.498833 -0.588909 0.582384 0.414074 -0.425248 0.08977 -0.554864 -0.782653 0.400271 -0.204466 0.259508 -0.221625 -0.389993 0.263889 0.346507 -0.30259 0.289107 0.110613 0.687896 -0.67701 -0.149358 -0.368114 0.372201 -0.321305 0.501808 0.115153 0.379552 0.087588 -0.298296 -0.065659 0.313058 -0.690857 -0.278484 -0.258513 -0.161307 -0.340678 0.502706 0.176308 0.110564 -0.464007 0.731592 -0.382745 -0.77842 -1.03314 -0.296134 0.599445 0.134707 0.486708 0.017163 0.904192 0.231 0.001145 1.269952 -0.835425 -0.190144 -0.17139 -0.048585 0.812129 -0.068754 0.176902 -0.515315 0.16257 -0.520246 0.140059 -0.037047 -0.019117 0.251084 -0.304836 -1.06847 -0.631079 -0.580053 -0.03959 0.580492 -0.843901 -0.189373 -0.03144 0.687912 -0.284833 -0.096688 0.023053 0.109561 0.51952 -1.632287 -0.365848 0.075842 -0.254835 -0.269626 -0.003933 -0.102829 0.55922 -0.308166 -0.008606 0.348374 0.447488 -0.257203 0.375655 0.073209 -0.081361 0.127925 -0.389808 -0.245931 -0.184276 -0.115145 -0.163672 -0.672 0.659201 -0.678474 -0.549064 -0.126688 -0.088414 0.667859 -0.212151 -0.314499 0.099617 0.153057 -0.175369 -0.427735 0.443759 0.02147 0.167781 0.999619 0.211745 -0.400693 0.322793 -0.113832 -0.474563 0.63396 -0.274908 -0.010523 -0.95587 0.433606 -0.446337 0.12341 -0.335491 -0.277131 -0.102924 0.207005 -0.648901 -0.400351 1.031843 0.0753 -0.637063 -0.09118 -0.058529 -0.51567 0.127738 0.563023 0.095764 -0.270106 0.350362 0.348187 0.439496 -0.082498 -0.374928 0.151958 0.140291 -0.074581 0.644385 0.153747 0.113539 -0.209363 0.172052 0.25424 -0.624844 -0.023998 -0.422783 -0.018705 -0.187771 -1.157743 -0.265819 0.363064 0.284562 0.369727 0.135875 -0.446981 -0.249356 -0.487595 -0.443396 1.720079 0.198505 -0.220747 0.839851 0.002054\nQ 0.373624 0.82823 -0.046184 -0.144974 0.031556 -0.222092 0.17447 -0.234158 -0.082796 0.139039 -0.118455 0.016004 -0.153794 -0.162617 0.235712 -0.409847 0.06723 -0.168448 0.079592 -0.129569 -0.006364 -0.316941 0.811148 -0.247485 -0.432722 0.234454 -0.33542 0.01563 0.381883 0.324016 0.48933 -0.05219 -0.185293 0.119641 -0.286735 -0.182162 0.101279 -0.181708 0.165743 0.277236 0.095835 0.148399 -0.001257 0.17855 0.231399 -0.702288 -0.458251 -0.444005 -0.038623 0.374595 -0.448394 -0.361065 0.043353 0.229134 0.2624 0.175643 -0.0195 0.1434 0.454822 0.144329 0.063113 -0.005404 0.09947 0.376899 0.408872 0.162161 -0.017593 0.449866 -0.026854 0.037848 -0.148558 0.229497 0.319404 -0.133209 -0.029517 0.263229 -0.331546 0.372872 -0.419001 -0.194523 0.240457 0.542955 0.168376 0.346587 -0.106973 0.462479 0.197051 0.020233 -0.563645 0.26305 -0.52108 -0.330893 -0.203372 -0.079127 0.519405 -0.144794 -0.005996 -0.087788 -0.107774 0.012939 0.03237 -0.034489 -0.141092 -0.090735 0.266498 -0.175442 -0.288761 0.243765 -0.018797 -0.029323 0.535538 -0.044625 -0.121535 0.115436 -0.014446 -0.379377 0.115806 -0.031339 0.105788 0.26278 -0.250764 0.46645 -0.101684 0.139202 0.026455 -0.395602 0.21284 0.025807 -0.68206 0.33395 -0.078472 -0.776165 -0.023774 -0.082348 0.233945 -0.527448 0.273131 -0.15342 -0.453413 0.008765 0.180407 0.346958 0.341923 0.057307 0.080719 0.395127 0.435085 0.106864 -0.916028 -0.003836 -0.16206 0.466433 0.201149 0.28433 0.189704 0.395333 0.237923 0.064465 0.502801 0.234817 0.065606 -0.240462 0.475552 0.061189 -0.054091 -0.159523 0.103209 0.008652 -0.135675 0.205409 0.311391 -0.228239 -0.3389 -0.050616 -0.342083 0.273609 -0.575852 0.068429 0.210734 -0.166313 -0.083473 0.062911 -0.438421 0.383309 -0.710633 0.009877 -0.067442 0.211102 -0.059097 -0.166129 0.249036 -0.187038 -0.136297 0.389802 -0.112252 -0.012049 -0.126115 -0.048617 -0.297034 -0.095757 0.177919 0.240797 -0.237147 0.043247 0.171157 -0.245652 -0.191548 0.194464 0.824192 -0.187986 0.103654 -0.005263 -0.007729 0.264482 0.094871 0.524361 -0.204594 -0.0812 -0.325764 -0.380865 -0.100573 -0.598196 -0.199203 -0.234241 -0.206366 -0.250956 -0.006764 0.075703 0.014492 0.412623 0.102418 -0.093719 -0.273115 -0.15111 -0.312274 -0.037237 0.166011 -0.027909 -0.256743 -0.220059 0.031819 0.313513 0.16721 0.458312 -0.17291 0.4854 0.534184 -0.105929 -0.227788 0.213397 -0.173863 -0.225332 0.477497 -0.158224 -0.066451 -0.373964 -0.058921 -0.029395 -0.097414 -0.201838 0.195287 -0.138269 -0.590999 -0.458089 0.157093 0.444321 -0.005349 -0.361577 -0.089129 0.313383 0.598665 0.161055 -0.012002 0.103673 -0.328972 -0.103975 0.363158 0.822372 0.232389 0.002413 -0.068319 0.142997 -0.186786 0.050213 0.410512 -0.064139 0.261665 0.004229 -0.130138 -0.973423 0.127126 0.415823 0.225169 0.62491 -0.020124 0.158326 -0.12448 0.409517 0.341684 0.107038 -0.144466 0.047139 -0.233675 -0.098623 0.208983 0.250086 -0.37651 0.076735 -0.133479 0.042435 0.091306 0.255885 -0.045575 0.344173 0.081935 0.295983 0.021917 0.470053 0.020198 -0.205285 -0.026413 -0.160978 0.149712 0.440176 0.322017 -0.039171 -0.061018 0.129975 -0.339097 -0.076735 -0.336354 0.31089 -0.117238 0.094164 -0.307911 0.07978 -0.523735 0.209898 -0.203184 0.261221 0.072194 -0.165232 -0.188045 0.075949 -0.214395 0.14064 0.299346 0.575399 0.196969 -0.067282 0.220698 0.148042 -0.358802 -0.313789 0.414076 0.067809 0.052759 0.346953 0.453986 0.233584 0.081384 0.282782 -0.029548 0.107992 0.253411 0.178473 0.237311 0.354627 -1.022444 -0.182371 0.074914 -0.021605 -0.301338 -0.145842 -0.704968 0.009643 0.109051 -0.673855 -0.108282 0.119871 0.413975 0.155567 0.377069 -0.02077 -0.144402 -0.132311 -0.480815 -0.063807 0.172112 0.138929 0.402962 -0.476361 -0.205643 0.341887 0.421131 -0.152462 -0.234482 -0.191356 -0.332402 -0.447762 -0.285887 0.224201 -0.06227 0.118377 -0.249933 0.310029 -0.051733 -0.297087 0.166151 -0.512815 0.115804 -0.976479 -0.095833 0.218832 0.111446 -0.096272 -0.282018 0.405447 0.133908 -0.831055 0.068203 0.080586 0.271583 -0.102192 0.303912 -0.340368 0.239517 -0.529662 0.35818 -0.305079 0.224317 0.003475 0.057293 0.191684 0.326203 0.388632 0.131766 -0.078152 -0.152993 -0.017798 -0.295434 0.136167 0.263674 -0.253678 -0.322199 0.209248 0.082211 0.119809 -0.042785 1.224644 0.176638 -0.192649 0.251568 0.508997 -0.159774 0.297704 -0.228168 -0.366335 -0.206323 0.306023 0.401945 0.167926 -0.133503 0.004614 -0.31827 -0.222008 0.012791 -0.082692 0.319013 0.371672 0.125412 -0.276998 0.47694 -0.107682 -0.38275 0.155766 -0.47225 -0.865869 0.07651 0.15879 0.279837 0.225242 -0.377641 -0.399515 0.390185 0.520015 0.2682 0.559203 -0.309822 0.086349 0.563832 -0.158631 -0.168383 0.072656 0.120566 0.035587 -0.553948 -0.414729 -0.01441 -0.118017 -0.230386 0.701345 -0.195138 0.01724 -0.428071 0.078901 0.151689 2.2678 -0.077075 -0.053933 0.293134 -0.224235 0.110323 0.315762 -0.272411 0.353411 -0.028595 0.05857 0.308889 -0.068893 -0.004054 -0.052391 -0.513665 -0.133755 0.049907 0.086919 0.204521 -0.408327 -0.167339 0.28149 0.492574 -0.195326 -0.185475 0.333769 0.695591 -0.38039 -0.092943 0.166798 0.052615 -0.145188 0.323695 0.459658 0.651857 0.057318 0.287606 0.359886 -0.623139 -0.563598 -0.050135 0.291307 0.428675 -0.015491 0.269161 -0.068312 0.464124 0.612154 0.512909 -0.511442 -0.258788 0.03242 -0.117807 -0.000194 -0.602838 0.236459 0.084218 0.018322 0.053035 -0.418747 -0.4146 -0.563455 0.483638 0.250945 -0.120251 -0.430988 0.503031 0.250569 0.329539 -0.017743 0.167304 0.251451 0.148033 -0.13686 -0.247387 0.010341 0.693064 -0.096013 -0.279196 0.776033 -0.104386 0.060273 -0.165567 -0.267739 0.342881 -0.05889 0.843653 0.100306 0.138769 0.113418 0.24293 -0.265758 -0.679309 0.010901 -0.419626 0.191618 -0.063713 -0.100378 0.321388 -0.130906 0.339812 0.364003 -0.159804 -0.04146 0.347374 0.245058 -0.382274 0.3873 0.636907 -0.021752 -0.021814 0.28343 0.025447 -0.341514 0.051525 0.087134 -0.103021 0.050919 -0.17501 -0.514708 -0.365273 0.157977 0.39527 0.343238 -0.003322 0.19914 0.166822 0.287342 -0.320518 -0.475691 -0.05914 -0.097699 -0.290886 -0.204028 -0.305915 -0.357059 0.192233 -0.346689 -0.228573 -0.42721 -0.380679 -0.080733 -0.441503 0.303116 0.523059 0.459006 0.752263 0.264796 -0.43638 0.789794 0.209485 -0.222064 -0.493927 -0.314098 -0.475823 0.195153 0.520383 0.218696 -0.647336 0.586095 0.114855 -0.084768 0.421996 0.029571 -0.140757 -0.44768 0.104655 0.295686 0.235362 0.101462 0.152931 -0.08963 -0.002168 0.158506 0.07478 -0.272548 -0.517909 0.011029 -0.160904 0.466862 -0.630798 0.267399 0.152887 -0.426538 -0.012992 0.127172 -0.358926 0.547101 -0.16215 0.10198 -0.388494 -0.124833 -0.021239 -0.008927 -0.149359 0.212017 -0.048026 -0.112818 0.321678 -0.028969 -0.231372 0.0294 -0.319302 -0.022011 0.360352 0.282316 -0.073299 -0.086398 0.141784 0.351034 -0.16633 -0.180065 0.434075 0.300423 0.113578 -0.09991 0.138922 0.703974 -0.194142 0.091052 -0.197104 0.053943 -0.423798 -0.462912 0.420941 -0.385125 -0.346415 0.0635 -0.249663 -0.394306 0.160867 0.13411 -0.473033 0.178142 0.194052 -0.153345 -0.318768 0.273409 0.078023 0.016596 -0.334949 -0.149277 -0.39244 -0.528529 -0.073701 0.558583 -0.125689 0.475375 -0.221548 0.15489 0.315309 0.233088 -0.548582 -0.154223 -0.27307 -0.28986 0.230511 0.208358 -0.226097 -0.199546 -0.079962 0.105725 -0.042007 -0.304702 -0.267591 0.040089 -0.271748 -0.260426 0.308242 0.435812 -0.329273 -0.373493 -0.05732 0.386864 0.200037 -0.016923 -0.082373 -0.015097 -0.293738 -0.435249 0.412341 0.568847 -0.238617 0.069426 0.211562 -0.038313 -0.28483 0.089885 0.750668 0.052805 0.265337 -9.7e-05 -0.012415 -1.27993 -0.253839 0.269904 -0.298765 0.187182 0.080544 0.112235 0.176337 -0.23578 -0.01284 -0.251663 -0.025988 0.222534 -0.308732 0.161773 0.04184 0.481638 -0.355981 0.215347 -0.326898 0.127497 0.324034 0.294981 -0.11759 0.298586 0.805635 0.203629 0.300957 0.005443 0.001266 -0.571974 -0.001196 -0.221437 -0.057314 0.613115 0.43476 -0.653819 0.247267 0.251686 -0.112945 0.268591 0.063484 0.606369 -0.25774 0.136211 -0.309347 0.328621 -0.463182 0.42393 -0.357332 0.303038 -0.213553 0.132767 -0.223969 -0.180173 0.325353 0.292194 0.477767 0.491489 0.013429 -0.566529 0.027951 -0.013632 -0.166221 -0.424763 0.391473 -0.041611 0.696552 0.460546 0.643972 -0.208938 0.334071 0.289599 0.295668 0.211421 0.497854 0.024503 0.100413 0.179622 -0.701487 0.354097 0.091562 0.012733 -0.226782 -0.455417 -0.79574 -0.418803 0.14787 -0.337996 -0.170836 -0.142393 0.6148 0.425547 0.237214 0.053142 -0.596833 -0.539137 -0.273616 -0.042655 -0.112294 -0.110619 0.301657 -0.220127 0.159508 0.435121 0.020651 0.200625 -0.023163 -0.227135 -0.591795 -0.571769 -0.543772 -0.172692 -0.079538 0.189756 0.189919 -0.012928 -0.443943 -0.426212 0.790047 -0.460332 0.098033 -1.652807 0.109439 0.610903 -0.258959 0.513892 -0.472024 0.053515 -0.281394 -1.073779 0.661383 0.017827 0.242743 0.084744 0.180548 0.103165 0.388677 -0.140059 0.000805 -0.398726 0.157026 0.117346 -0.693302 0.459567 0.561181 0.336182 -0.033308 0.056462 -0.365395 0.284971 0.210729 -0.220865 0.472425 -0.657556 -0.624618 0.16701 0.520987 0.004216 0.055161 1.353291 -0.079838 -0.690353 0.161007 0.23457 0.375705 0.210543 -0.220856 -0.38187 -0.448231 0.214402 0.476154 -0.470682 -0.165236 -0.108213 -0.074308 -0.369533 -0.04004 -0.27012 0.268899 0.104341 -0.37849 -0.245186 0.714997 -0.180426 -0.380997 0.535446 -0.321808 -0.795789 0.345672 0.334181 0.271097 -0.071857 -0.164094 -0.059003 0.465852 0.390627 -0.214998 0.657216 0.01367 0.172644 0.082191 0.244989 0.022774 -0.141021 -0.02476 -0.224579 -0.498765 -0.607191 -0.103983 -0.254902 -0.334656 0.727109 -0.458112 0.031089 -0.119142 0.312251 0.043353 2.064138 -0.22167 -0.286667 -9.2e-05 -0.252148\nE 0.259113 0.477205 0.142243 -0.229919 0.311205 0.438816 0.126606 0.108646 -0.208204 0.29111 -0.036407 -0.172931 -0.488715 -0.144948 -0.195929 -0.125626 0.609768 -0.049904 0.178764 -0.204088 0.08238 0.013519 0.660645 0.152298 -0.015338 0.411618 -0.463484 0.04925 0.079241 0.432438 0.287889 0.287373 0.075274 0.417705 -0.522069 0.550383 -0.149697 -0.729686 0.434397 0.313688 -0.270938 0.247282 -0.165849 0.240819 0.207729 -0.911987 0.068089 -0.02084 0.092572 0.187619 -0.155506 0.00334 -0.070847 -0.047532 0.441393 -0.154833 -0.370537 0.241 0.683921 0.032643 -0.104663 0.339367 0.245521 0.2215 0.201171 0.133965 0.264969 0.355353 -0.165347 -0.158501 -0.029868 -0.096966 0.618705 -0.278419 -0.252744 0.719171 -0.387116 0.338154 -0.043272 0.262799 0.069405 0.870568 0.146843 0.459896 0.209696 0.269911 -0.005935 -0.129274 -0.663388 0.165217 0.066551 -0.357219 -0.014443 0.591609 0.06211 -0.11502 -0.3939 0.084921 -0.28099 0.20877 0.041684 0.129201 -0.050355 0.002024 0.646217 -0.527992 -0.466718 0.289723 -0.330108 0.192638 0.412481 -0.008963 -0.222548 0.542842 -0.398527 -0.284304 -0.104394 -0.34351 0.417242 0.077077 -0.190609 0.28736 -0.116879 -0.0133 0.02385 -0.560144 0.01016 0.237288 -0.129022 0.332842 -0.042975 -0.906199 -0.203493 0.069954 0.424391 -0.534023 0.171347 0.162067 -0.149178 -0.028123 -0.433484 0.609494 0.196494 -0.307291 0.079738 0.318059 0.020372 0.426675 -0.85388 -0.114605 0.001242 0.339326 0.219763 0.343184 0.536558 0.363631 0.355362 0.111913 0.365077 0.324047 0.474004 -0.300958 0.086143 0.103515 -0.151471 -0.671556 0.346874 -0.036681 -0.503806 0.123927 0.519012 -0.091036 -0.260898 0.383247 -0.481985 0.403318 -0.215962 -0.083173 0.325367 -0.037448 -0.025682 -0.464693 -0.529507 0.727967 -0.844414 0.076282 -0.104692 0.307547 0.428099 0.136331 0.002497 -0.167501 0.295781 0.000294 0.421474 -0.189579 0.064937 0.002652 -0.387223 -0.062079 0.178374 -0.384845 0.207551 -0.055073 0.138102 -0.418877 0.096021 0.185332 -0.041981 0.062945 0.143133 0.268023 0.103648 0.324602 -0.198053 0.589529 -0.142955 0.257744 -0.273432 -0.539058 -0.002361 -0.179468 -0.071132 -0.045695 -0.026354 -0.175512 -0.017141 -0.036769 0.400467 -0.160227 -0.343083 -0.226476 -0.374237 -0.369234 -0.511079 -0.300999 0.229388 0.223933 -0.325812 -0.368337 -0.258277 0.021214 0.163439 0.556556 0.175442 0.220956 0.463383 -0.042141 -0.03954 -0.094266 -0.235455 -0.048902 0.651841 -0.305714 0.199483 -0.272127 -0.225458 -0.097282 0.226964 -0.145324 0.127056 -0.187113 -0.293882 -0.357883 0.159256 0.426855 0.269197 -0.373923 -0.000622 0.409566 0.705978 0.091267 -0.089847 0.250133 -0.143251 -0.321954 0.252068 0.234602 0.197248 0.235747 0.165168 0.382082 -0.169932 -0.070884 0.376329 -0.020532 0.569605 -0.022175 -0.054293 -0.576845 0.339582 0.015351 0.502982 0.480262 0.059485 0.300568 0.114648 0.289642 0.051821 -0.034623 0.084412 0.280001 -0.152726 0.030933 -0.355919 0.500502 0.116504 0.417093 -0.290866 -0.17641 -0.121771 0.112752 0.164056 0.578486 -0.385506 0.158247 0.388987 0.212719 -0.291734 -0.031164 0.487603 0.19845 -0.088833 0.291035 0.409075 -0.074868 -0.418094 0.118798 -0.366979 0.221629 -0.336477 0.251768 0.506617 -0.00543 -0.027799 -0.252514 -0.195827 0.129465 0.07444 0.123729 -0.447438 0.171725 -0.343443 0.6417 -0.013229 0.133698 0.304548 0.058519 0.25418 -0.013463 -0.099882 0.434484 -0.077605 -0.189778 0.602899 0.151502 -0.070331 -0.00637 0.035338 0.320194 0.114685 0.216022 -0.031467 0.123133 0.049767 -0.16994 0.104383 -0.082898 -0.730971 0.014881 -0.001505 -0.055027 -0.075433 -0.025331 -0.587048 0.413626 -0.166926 -0.418936 -0.223455 0.284704 0.509025 0.402722 0.151271 0.019467 0.085612 -0.325072 -0.176808 -0.318508 -0.018851 -0.026905 -0.269657 -0.457434 0.012202 0.177755 0.042786 -0.023832 -0.171993 -0.071281 -0.137713 0.591945 -0.088162 0.416921 -0.433408 0.262752 0.109319 0.229679 0.240353 -0.321976 0.218145 -0.052305 0.335856 -0.633717 -0.082781 0.147743 -0.151631 0.16119 -0.333418 0.623355 1.036055 -0.175597 -0.251966 0.204749 0.220087 -0.820261 0.325717 -0.195913 0.207977 -0.745479 0.403902 0.113899 0.209859 0.169842 0.055222 0.201712 0.437021 -0.373712 -0.104217 -0.013541 -0.195118 -0.260954 -0.427919 -0.159666 0.545704 -0.223211 -0.467752 0.357973 0.170156 0.360227 0.052077 1.067821 0.130847 0.374323 -0.051653 0.623883 -0.250294 0.505195 -0.103996 -0.291237 -0.437487 0.591243 -0.457725 -0.118658 0.154083 0.66821 -0.219445 -0.168567 -0.303888 0.117798 0.733457 -0.233936 -0.186287 -0.114442 0.469563 -0.013231 0.006212 0.172975 0.154623 -0.715554 0.074662 -0.276834 0.544881 0.252945 -0.518278 -0.034997 0.236071 0.337197 0.467754 0.238999 -0.171367 -0.478078 0.312976 -0.140593 -0.622713 0.097623 -0.032288 -0.041826 -0.331082 -0.924109 0.212587 0.195959 -0.078012 0.448963 -0.361416 -0.266018 -0.287927 0.219955 0.237707 1.850902 -0.020595 -0.257438 0.14595 0.062735 0.097449 -0.221063 0.076635 0.174704 0.39923 0.209033 -0.124147 0.146592 -0.079755 -0.331371 -0.504723 0.121811 -0.296558 0.266419 -0.11253 -0.214186 0.371637 0.171109 0.553586 -0.011055 -0.181209 0.1906 0.488695 -0.043347 0.203972 0.292956 -0.020444 -0.246945 -0.0901 0.465542 0.519827 0.206783 -0.019139 0.157776 -0.944842 -0.304672 -0.071854 -0.068338 0.35124 -0.038379 -0.185743 -0.198565 0.327559 0.130164 0.540434 -0.553842 0.637208 0.075986 -0.217361 -0.574812 -0.447512 0.416363 -0.429959 0.22578 -0.106294 -0.745934 -0.3214 -0.109177 0.627813 0.0108 0.058143 0.104373 0.582599 0.226588 -0.382424 -0.168046 0.187516 0.118473 0.300762 -0.255956 -0.277844 -0.24244 0.528997 0.122216 -0.43156 0.685081 -0.171431 0.401876 -0.040476 -0.025554 0.196103 0.29638 0.549598 0.581091 0.199408 0.194946 0.361587 -0.118364 -0.62738 0.20946 0.039856 0.194621 -0.002778 0.184208 0.153547 -0.00087 -0.216467 0.279993 -0.529942 0.430659 0.113759 0.310194 -0.374282 0.054503 1.03771 -0.238844 -0.182147 0.179779 -0.119403 0.052968 0.182013 0.187733 -0.346172 0.261166 -0.20258 0.179528 -0.298048 -0.092398 0.483671 -0.327341 0.129815 0.133459 -0.024654 -0.094377 -0.090118 -0.228995 -0.209855 -0.059221 0.322429 0.202022 -0.09228 -0.505068 0.110275 -0.010736 -0.254919 -0.445096 -0.25093 0.336824 -0.244822 0.252827 -0.025953 0.395401 0.434735 -0.20783 -0.451279 0.473647 -0.0778 0.406047 -0.699344 -0.238343 0.149411 0.577112 0.078998 -0.513102 -0.363718 0.271058 0.354123 -0.044718 -0.13247 0.105028 0.752324 -0.17944 -0.027986 0.459739 -0.13703 -0.280318 0.130362 -0.394271 -0.800598 0.055239 0.235862 -0.133561 -0.582566 0.246533 -0.27426 0.440204 -0.123332 0.224816 0.204274 -0.564623 0.003008 -0.745792 -0.290085 0.792438 -0.342289 -0.019545 0.05419 0.153194 0.309752 0.333247 0.321106 0.07384 0.377602 -0.284713 0.537336 -0.063402 -0.224601 0.39826 -0.23336 -0.431594 0.047753 -0.64895 0.246744 -0.164665 0.196475 0.385908 -0.047229 -0.298549 0.109321 0.254715 -0.027902 0.148176 0.0909 0.336465 -0.382867 0.378736 0.062206 0.346636 -0.492619 -0.185385 0.447432 -0.126194 -0.042993 0.09888 -0.03663 -0.112122 -0.125232 0.038619 -0.226049 -0.12848 0.063272 0.114625 -0.655285 0.046526 -0.140414 -0.353857 -0.257702 0.153742 -0.311649 -0.488206 -0.597701 0.478743 0.084624 0.567325 0.20064 -0.060983 0.04478 0.374566 -0.480324 -0.355343 -0.295327 0.033576 0.360296 -0.092617 -0.092974 -0.141558 -0.456839 0.24543 -0.140838 -0.128137 -0.017031 -0.209692 -0.328862 -0.202915 0.417283 0.398731 0.194697 -0.559133 -0.106505 0.674783 0.395155 0.20449 -0.267756 0.076436 0.072218 -0.648164 0.365604 0.280437 -0.046088 0.173884 0.427896 0.047775 -0.155498 0.18483 0.725637 -0.043065 0.417792 -0.124147 0.044432 -0.547327 -0.386068 0.026466 -0.094496 0.234133 -0.121676 0.201674 0.556631 -0.081759 -0.163493 -0.252188 0.066696 0.433853 -0.206772 0.237647 -0.559015 0.489363 -0.333692 0.452962 -0.162045 -0.070419 -0.0891 0.310438 -0.557505 0.374587 0.19682 0.616177 0.3658 -0.114393 -0.175341 -0.324904 0.113751 0.098068 -0.415932 0.622802 0.261929 -0.048318 0.149913 0.528476 -0.490643 -0.007153 -0.090843 0.52144 0.274332 0.103565 0.150051 0.178867 -0.29006 0.463177 -0.013525 0.523236 -0.278022 0.428519 -0.386015 -8.6e-05 0.020645 0.260722 0.473722 0.127047 0.145703 -0.687445 -0.238977 0.097182 0.067474 -0.447316 0.580199 0.473648 0.348677 -0.17516 0.938383 0.056762 0.530199 0.358187 0.218913 0.276914 0.196524 0.090971 0.129595 -0.003859 -0.533742 0.523603 -0.031539 0.060214 0.239651 -0.120968 -0.427634 -0.442764 0.050069 -0.159008 -0.047045 0.082566 0.64591 0.53555 -0.150953 0.193464 -0.35937 -0.167189 -0.002275 -0.299807 -0.061839 -0.134658 0.086795 -0.265174 0.022398 0.595956 0.277577 -0.009515 0.014828 -0.26484 -0.495687 0.356241 -0.296264 -0.041424 0.109457 0.195537 -0.026644 -0.520709 -0.106819 -0.268728 0.83749 -0.258553 0.372258 -1.789057 0.077102 0.248498 -0.37168 0.458988 -0.861457 0.325789 0.388855 -0.495935 0.228363 0.009071 0.200868 -0.097244 0.395841 0.220763 0.375693 -0.44304 0.264923 -0.079606 0.175777 -0.014877 -0.528775 0.146415 0.732832 -0.233785 -0.151096 0.235623 -0.473642 0.333788 -0.100887 -0.228049 0.565145 -0.520293 -0.213233 0.396664 0.53209 0.036087 -0.008557 1.041687 0.147238 0.24102 -0.219835 0.354775 0.258005 0.302608 -0.099587 -0.524446 -0.368181 0.500416 0.06981 -0.252765 -0.021317 0.10058 -0.606275 0.213238 -0.443392 -0.01338 0.785533 -0.023151 -0.37611 -0.271795 0.369682 0.15653 -0.480603 0.361221 0.103735 -0.26406 0.328706 0.022947 0.61976 -0.163248 -0.348086 0.118136 0.245538 0.023067 -0.197693 0.265366 -0.032447 -0.242329 0.223879 -0.189218 -0.646382 0.155878 0.206121 -0.14765 0.035958 -0.874831 0.193045 -0.294183 -0.072414 0.522284 -0.545928 -0.083448 0.115342 0.245413 0.248581 1.955506 -0.022715 -0.542151 0.0272 -0.232435\nw -0.04338 0.957833 0.092682 0.137587 0.336563 -0.272429 0.077844 0.195315 -0.252308 0.226411 -0.686711 0.024264 -0.349553 0.22604 -0.081145 -0.381547 0.965765 0.058034 0.118419 -0.261046 0.376559 0.304867 0.259257 -0.036512 -0.045667 -0.072422 -0.093495 -0.117919 0.07718 0.474598 0.119737 -0.277365 0.516506 0.861381 -0.048661 0.03273 -0.299716 -0.884087 0.617153 0.612224 -0.320985 0.359625 -0.219718 0.140138 0.289745 -0.590536 0.053707 0.050419 -0.130374 -0.010316 -0.15282 0.241441 0.128309 -0.056145 0.609782 0.1581 -0.519135 0.124564 1.031105 -0.082167 -0.012375 0.179738 0.486023 0.225458 0.50474 0.180318 0.194234 -0.094246 0.003772 -0.275107 -0.22141 0.234992 0.329662 -0.113313 -0.086262 0.681075 -0.078814 0.087688 0.214192 -0.008763 0.74714 0.535816 -0.136244 0.736312 0.246924 0.561238 -0.198133 0.030594 -0.350603 0.087732 -0.081875 0.0648 -0.122601 -0.103094 0.00016 -0.183823 -0.494586 -0.119927 -0.239977 0.146943 0.259346 0.036383 -0.098556 -0.268 0.703425 -0.932389 -0.484122 0.175414 -0.562713 0.002629 0.363825 0.20241 -0.280957 0.506115 0.096372 -0.340522 -0.246413 -0.398488 0.406562 -0.119334 0.093114 0.177266 0.144383 0.018076 -0.142956 0.039681 0.323893 0.014973 -0.105838 0.351348 -0.012978 -0.291607 0.195624 0.260973 0.471506 -0.598621 -0.004091 0.102575 -0.094472 0.128524 -0.152027 0.096407 -0.001203 -0.173077 0.324182 0.690184 0.143872 0.396017 -0.916389 0.435203 0.096108 -0.060368 0.262463 0.414834 0.12716 0.243976 -0.133407 0.44008 -0.21792 0.155817 0.248058 -0.304794 0.395086 0.094263 -0.307672 -0.478428 0.158281 -0.168814 -0.732246 -0.087119 0.560062 -0.225658 -0.100432 0.209744 -0.661458 0.217093 -0.361406 -0.144464 0.004926 -0.576758 0.086344 -0.52423 -0.49325 0.424484 -0.715185 0.05893 -0.094615 0.21404 0.235105 0.071548 0.297555 -0.07076 -0.092367 -0.218741 0.176207 -0.183057 -0.034517 -0.408382 -0.420677 0.17228 0.51391 -0.887907 0.19942 0.022171 0.311253 -0.730453 -0.225036 0.802256 0.017137 0.252737 0.515016 0.239987 0.193588 0.243688 0.286088 0.584024 0.229331 0.370317 -0.779231 -0.879802 0.42802 -0.041472 0.00318 -0.027067 0.25248 -0.451731 0.078969 -0.310289 0.276228 -0.075904 -0.219727 -0.066263 -0.364273 -0.35494 -0.608674 -0.25713 0.058852 -0.227307 -0.320111 -0.423731 0.028407 0.408503 -0.198916 0.487313 0.54572 0.398432 0.711158 -0.504173 -0.332494 -0.393238 -0.04189 -0.101296 0.316062 0.150565 0.141785 -0.389413 -0.455864 -0.260849 -0.029803 0.307771 0.140831 -0.223578 -0.357884 0.008378 0.199981 0.46096 0.092432 -0.086586 0.056281 0.313486 0.453413 0.529195 -0.326225 0.275515 -0.502435 -0.512561 -0.167028 0.367458 -0.127716 0.38608 -0.192167 0.151859 0.104451 0.076418 0.631449 0.283203 0.24347 0.015171 0.047608 -0.257755 0.181218 0.145375 0.027027 0.664908 0.138563 0.9276 -0.29758 -0.091131 0.261267 0.13499 0.230624 0.186646 0.035386 -0.063638 0.166255 0.541094 0.247634 0.114125 -0.547508 -0.086853 -0.230929 0.129367 -0.205192 0.873345 -0.117944 -0.027112 0.084579 0.292385 -0.456787 0.320328 0.000765 0.338065 -0.183179 -0.109296 -0.269795 -0.248433 -0.099937 0.336737 0.214092 0.480988 -0.627858 0.216667 0.236105 -0.305383 0.547796 -0.145426 -0.271414 -0.365428 -0.120771 0.429089 -0.666858 0.180402 0.045097 0.802738 0.03142 0.184527 0.500692 -0.08151 -0.029734 0.122665 -0.424313 0.231101 0.117718 -0.238157 0.721122 0.113807 -0.015102 -0.131118 0.438512 0.455291 -0.014053 0.089134 0.069202 0.475855 0.115746 -0.180187 -0.244773 0.223322 -1.234048 0.238132 -0.115305 -0.058973 0.074013 -0.167252 -0.557781 0.470855 -0.227746 -0.391053 -0.06098 0.164687 0.735458 0.232795 -0.384938 -0.473412 0.266582 -0.180382 -0.235507 -0.308875 0.259784 -0.024647 -0.384944 -0.367669 -0.176779 0.341787 0.38613 -0.344266 -0.307745 -0.374311 0.329232 0.587524 0.12075 0.507775 -0.267575 0.188798 0.395194 0.331283 0.0662 0.221912 0.356135 -0.256808 0.442206 -0.710774 0.258532 0.072545 -0.075918 0.259818 -0.62815 0.426595 1.250406 -0.391697 -0.132392 -0.077754 0.039324 -0.50626 0.485953 0.186257 0.482621 -0.399332 0.012002 -0.080334 0.712737 0.535586 0.212038 0.184115 0.499088 -0.070981 -0.20864 0.030161 -0.24377 -0.539423 0.123094 0.180996 0.262009 0.261341 -0.212254 -0.450429 0.141578 0.037188 -0.063384 1.15608 0.311775 0.190165 -0.030576 0.585138 -0.243018 0.773487 0.519269 -0.086825 -0.235396 0.690682 -0.596401 -0.152076 0.243179 0.466319 -0.528865 -0.177294 -0.005275 -0.327757 0.430237 -0.304328 -0.058684 -0.359093 0.121744 -0.379243 -0.435202 0.090513 0.730087 0.074609 0.150665 -0.209006 0.252193 -0.11754 -0.460903 -0.027994 -0.236096 0.67421 0.868418 0.273337 -0.344239 -0.087078 0.562164 0.14113 -0.421771 0.389043 0.141182 -0.424353 -0.374302 -0.80947 0.355232 0.000698 -0.005854 0.409235 -0.243455 -0.568618 -0.570889 0.133719 0.233115 1.625043 0.341134 0.039457 0.285198 0.334273 -0.226788 -0.186025 0.157936 0.143351 0.019126 -0.216768 -0.203747 0.325309 -0.508918 -0.052603 -0.470394 0.027482 -0.308733 0.406887 0.113423 -0.16701 1.014505 -0.019048 0.704493 -0.557389 0.041477 0.476195 0.187956 0.242468 0.342446 -0.309448 -0.076997 -0.284724 -0.193202 0.207751 0.244688 -0.036867 0.698453 0.445234 -0.658584 -0.63204 -0.157022 -0.352249 0.667678 0.407153 -0.260053 0.033781 -0.003493 -0.396365 0.170551 -0.233281 0.869149 0.076717 -0.222236 -0.645275 -0.52835 0.231213 -0.077407 -0.260771 0.368212 0.098372 -0.414722 -0.417869 0.941362 0.075686 0.055773 0.011983 0.408536 -0.077723 -0.233833 -0.070948 0.090877 -0.028468 0.557554 -0.04438 -0.243391 -0.332678 0.656452 0.134223 -0.261183 0.696313 0.160798 -0.281871 0.194701 -0.203816 0.368903 0.087689 0.116411 0.765677 0.349515 0.384009 0.34908 -0.247343 -0.068958 0.088528 -0.001271 -0.090759 -0.168308 -0.094066 0.028423 -0.14852 -0.05473 0.259888 -0.298847 0.099276 0.453036 -0.281543 0.12509 -0.28459 0.936236 -0.950125 -0.319486 0.26926 -0.380341 0.47778 0.230838 0.412833 -0.166482 0.248609 -0.232694 0.039795 -0.477341 -0.181862 0.57057 -0.515906 0.32679 0.216892 0.137012 0.095123 -0.376019 0.29248 0.429424 -0.273145 0.253426 -0.049197 -0.014166 -0.060254 0.224941 0.163825 0.010517 -0.404473 -0.526532 -0.144332 0.017091 0.248542 0.02438 -0.07257 0.261364 -0.414387 0.056806 0.464104 -0.028601 0.755306 -0.712721 -0.057344 0.170605 0.156605 0.214884 -0.106431 -0.474319 0.314407 -0.04501 0.299537 -0.320628 0.053065 0.451309 -0.485312 0.429006 0.272226 -0.214155 -0.05109 0.02599 0.291723 -0.745356 0.072226 0.256676 -0.056896 0.181672 0.296281 -0.316495 0.362345 0.003793 0.074078 -0.377378 -0.946204 0.455724 -0.504394 -0.354024 0.416213 -0.293853 -0.037595 0.288882 0.195449 0.487504 -0.010451 0.437049 -0.157603 0.204509 -0.27441 0.081059 -0.21506 0.341399 -0.157434 -0.22808 -0.085543 0.566731 -1.105657 0.168549 -0.053834 0.184548 -0.038389 -0.241577 0.265906 -0.097703 0.570035 0.34733 0.071552 0.362597 0.068384 -0.003137 0.304672 0.331008 0.208464 -0.628547 -0.407902 0.868642 -0.279855 -0.471221 0.350217 0.066185 -0.418375 0.009676 -0.319816 -0.258748 0.023989 0.229302 0.023599 -0.518677 -0.464616 -0.397885 -0.45518 -0.48164 -0.380623 -0.394727 -0.552818 -0.410445 0.857848 -0.077827 0.371569 0.237223 0.191289 0.533562 -0.042207 -0.318687 -0.677219 -0.330948 -0.151173 0.047653 0.588097 0.168857 -0.15333 -0.671187 0.409408 0.094957 0.22675 0.035402 -0.293744 -0.320416 0.072883 0.031896 0.12187 0.020297 -0.294465 -0.081527 0.433432 0.13653 0.225019 0.102601 -0.126547 0.067597 -0.716608 0.264213 0.289614 0.002171 0.194335 0.111888 -0.223192 0.07802 0.209135 0.884269 0.431438 0.082742 -0.136027 0.041227 -0.037728 -0.152208 0.275905 -0.183309 0.401777 0.156129 0.567852 0.122237 -0.7663 -0.244805 0.061748 0.259436 0.487311 0.084452 -0.028192 0.159237 0.104634 0.014104 0.495163 -0.330168 0.315605 0.106364 0.654485 -0.835837 0.637573 0.284129 0.371632 0.2326 0.012163 -0.510574 0.044868 -0.223284 0.119868 -0.041233 0.153332 -0.54247 -0.282105 0.471949 0.333313 0.063346 0.557432 -0.41973 0.129466 0.078711 -0.25676 0.586404 0.049367 -0.217775 -0.001712 -0.490659 0.335456 -0.849321 0.389544 0.031707 -0.012971 -0.067722 0.049036 0.715506 0.324818 0.052651 -0.430856 -0.443098 0.200238 0.361948 -0.583628 0.78503 0.336789 0.345586 -0.592882 1.208645 0.28694 0.26557 -0.118165 -0.172628 0.556601 0.119599 0.040782 -0.299073 0.079798 -0.95249 0.239405 0.051903 0.024855 -0.005341 0.105071 -0.333508 -0.027913 -0.326951 -0.048841 0.046995 -0.290667 0.623044 0.83342 -0.413142 -0.267758 0.156248 -0.130275 -0.546874 -0.635343 0.097796 -0.187108 0.035437 -0.23584 -0.132226 0.57308 0.503929 -0.381164 -0.258873 -0.3644 -0.179863 0.293716 -0.321213 0.476499 0.036612 0.099727 0.451019 0.033623 -0.222874 0.18162 0.883212 -0.567471 0.230959 -1.704204 0.272601 -0.204253 -0.185309 0.598264 -0.997175 0.063868 0.652811 -0.273509 -0.171845 0.030017 0.62476 -0.156857 0.343868 0.335223 0.479855 -0.3558 -0.454546 -0.313397 0.687929 -0.011553 -0.257139 -0.418778 0.971517 0.031268 -0.491378 0.370209 -0.658367 0.359638 0.218131 0.05557 0.226953 0.190657 -0.049003 -0.421414 0.526987 -0.261386 -0.030935 0.970208 0.190288 0.394435 -0.166117 0.544694 -0.076351 0.619999 0.12534 0.101675 -0.570174 0.460367 -0.755033 -0.417392 -0.149458 0.215425 -0.377757 0.107939 -0.158214 -0.644442 0.641732 -0.300089 -0.086641 -0.730793 0.169335 -0.380822 -0.667941 0.49099 0.346502 0.021753 0.201122 -0.19287 0.332437 -0.483139 -0.322761 0.122051 -0.044242 0.271048 0.113386 0.240529 0.086678 -0.062428 0.707453 0.19146 -0.533704 0.406036 0.216633 -0.428612 -0.051108 -0.534749 0.552549 -0.088363 0.150251 0.22285 -0.403379 -0.638107 -0.190331 0.045875 0.053761 1.311674 0.159489 -0.179955 0.149794 0.443283\nW 0.450693 1.003486 0.284369 -0.097876 0.191477 0.212452 0.329698 -0.110015 0.013618 0.416564 -0.298464 -0.214341 -0.490172 -0.159816 -0.126717 -0.717945 0.345231 0.117732 0.316191 -0.320401 0.181466 0.201584 0.566166 0.260374 -0.110115 0.492487 -0.324623 0.197297 0.120939 0.440454 0.239207 -0.069163 0.070134 0.167642 -0.148293 0.134384 -0.291172 -0.830037 0.542968 0.505674 -0.18872 0.053723 -0.253405 0.181501 -0.119079 -0.941669 -0.249313 -0.358834 0.048771 0.226969 -0.154707 0.082181 -0.13936 -0.200279 0.715485 0.326162 -0.082074 0.20653 0.837097 0.054724 -0.262037 0.427533 0.166742 0.394733 0.480355 0.071829 -0.00402 0.552354 -0.048796 -0.077772 -0.662621 0.085019 0.527961 0.122863 -0.091127 0.70219 -0.112484 0.326646 -0.248455 0.252434 0.503501 0.800123 -0.098291 0.569291 -0.027668 0.480444 0.010059 0.381075 -0.527791 0.313764 0.032008 -0.189634 0.025233 0.117652 0.151114 -0.309518 -0.584748 0.060646 -0.27303 0.176258 0.201398 0.003519 -0.094368 -0.090061 0.603061 -0.624539 -0.570162 0.470224 -0.266637 0.275964 0.664784 0.092467 -0.31919 0.250004 0.037861 -0.288032 0.093489 -0.430626 0.527348 0.108857 -0.294465 0.41584 -0.057003 -0.082216 -0.024948 -0.374636 0.157165 0.057839 -0.525946 0.026391 0.164843 -0.794842 0.028115 0.117744 0.458371 -0.669765 0.215688 0.249259 -0.07108 -0.023363 -0.279173 0.28931 0.09374 -0.116999 0.051002 0.349584 0.211933 0.474578 -1.138736 -0.013733 0.120035 0.556623 0.068497 0.258053 0.345024 0.360042 0.002526 0.157671 0.443491 0.324365 0.621904 -0.141007 0.100241 -0.062715 0.048816 -0.659466 0.070238 0.074642 -0.822296 0.02641 0.510751 -0.240456 -0.083486 0.203317 -0.501171 0.169031 -0.545983 -0.000782 0.425492 -0.367387 -0.088236 -0.345973 -0.53418 0.804869 -0.848695 0.174987 -0.115047 0.287563 0.418179 0.279331 0.297858 -0.050208 0.101374 0.224773 0.124949 -0.039272 0.227559 0.005946 -0.030201 0.026785 0.487138 -0.417015 0.308777 -0.006871 0.094816 -0.65937 -0.008269 0.423891 0.311031 0.193171 0.1994 0.251699 0.152642 0.245496 -0.016408 0.615946 -0.093132 0.24333 -0.744969 -0.651795 0.080513 -0.335893 -0.153953 -0.280756 0.335395 -0.191995 0.113098 -0.01141 -0.075363 0.10432 -0.41927 0.165319 -0.107272 -0.111569 -0.629815 -0.040883 0.167893 0.016766 -0.592818 -0.451 0.042184 -0.036156 -0.016693 0.495465 0.216809 0.24338 0.775143 -0.084339 -0.344013 -0.076919 -0.497628 -0.135354 0.398984 -0.195256 0.284602 -0.297799 -0.543829 -0.238846 0.421902 0.03693 0.356772 -0.214552 -0.323314 -0.276537 0.32172 0.411764 0.066342 -0.141663 0.37563 0.566469 0.642283 0.061104 -0.286424 0.340859 -0.184207 -0.426185 -0.010652 0.377176 0.029228 0.003596 -0.013149 0.135118 -0.114993 0.220221 0.699101 -0.153994 0.301548 0.00681 -0.216829 -0.443102 0.226084 -0.021607 0.166548 0.822178 0.050123 0.503267 0.004975 0.099139 -0.028731 0.001259 -0.173564 0.06736 -0.399981 -0.135056 -0.231122 0.519115 0.054101 0.247088 -0.054245 -0.332285 -0.103786 0.350067 0.092466 0.352283 -0.278219 0.129879 0.063864 0.259837 -0.057401 0.320503 0.079838 0.229905 0.112546 0.393064 0.29375 0.177884 -0.271811 0.12725 -0.265764 0.072085 -0.698986 -0.009843 0.226538 0.257895 0.06981 -0.381187 -0.367564 0.016419 -0.55059 0.563405 -0.175817 0.323342 -0.621798 0.44719 -0.133854 -0.028017 0.261844 -0.027426 0.357969 -0.084544 -0.161273 0.52854 -0.128016 -0.584366 0.653248 -0.041551 0.067455 0.116861 0.328572 0.562204 0.044682 0.067648 -0.077849 -0.016752 0.120915 -0.261535 0.135364 0.075856 -1.140894 0.067738 -0.084624 0.246919 0.110673 0.122248 -0.603763 0.363938 0.073387 -0.495081 -0.470609 0.096081 0.767148 0.168409 0.022964 -0.047565 -0.054896 0.062433 -0.029064 -0.155272 0.135301 0.071706 -0.35808 -0.293207 -0.191604 0.357716 0.325753 0.026801 -0.229268 -0.271994 0.016432 0.624726 -0.205471 0.619036 -0.535436 0.311417 0.240904 0.249129 0.080751 -0.124185 0.272938 -0.442729 0.317714 -0.699616 0.057696 0.056778 -0.258819 0.014491 -0.551976 0.484921 0.950946 -0.60428 -0.322621 0.16017 -0.010125 -0.527984 0.231881 -0.105715 0.473046 -0.637756 0.345822 0.122916 0.408089 0.381644 -0.309336 -0.06624 0.395849 -0.113974 -0.026022 -0.206672 -0.480039 -0.081247 -0.170546 -0.014467 0.235042 -0.130576 -0.321262 -0.119526 0.109631 0.15797 -0.232562 1.332048 0.249947 0.08833 0.211941 0.641488 0.085651 0.575368 0.14935 -0.456913 -0.305738 0.847607 -0.075614 0.30329 0.13933 0.679798 -0.469056 -0.500515 0.156787 -0.209468 0.491014 -0.321871 0.199121 -0.174263 0.210588 -0.516998 -0.500354 0.160071 0.544665 -0.583498 0.050289 -0.209541 0.168733 0.247038 -0.462966 -0.05887 -0.092276 0.529322 0.989314 0.418817 -0.185885 -0.006225 0.463283 -0.326395 -0.741236 0.394912 -0.148115 -0.324183 -0.758319 -0.503591 0.103811 0.107546 0.124051 0.616258 -0.164252 -0.153412 -0.394364 -0.133913 0.106907 1.934202 0.235808 -0.304306 0.364264 0.103423 0.236182 0.02342 0.003568 0.39465 0.167788 -0.03157 0.070648 0.188984 -0.104937 -0.024984 -0.639687 -0.208443 -0.102464 0.454655 -0.461794 -0.476893 0.244773 0.322671 0.466046 -0.438472 -0.191998 0.246726 0.548243 0.266932 0.186005 0.237976 -0.022886 0.312136 -0.194225 0.316646 0.641952 -0.120035 0.346331 0.137147 -0.600514 -0.419741 -0.067561 0.081102 0.353197 0.11483 -0.353208 -0.237037 0.375266 0.21998 0.102032 -0.300057 0.368529 0.176597 -0.284319 -0.349004 -0.330871 0.383264 -0.038155 -0.200196 0.204571 -0.209526 -0.067704 -0.301904 0.847568 0.080801 -0.126777 0.193516 0.302097 0.506866 0.201092 -0.192204 0.231976 0.172993 0.30823 -0.119905 -0.55705 -0.020982 0.591647 -0.080883 -0.169793 0.813065 0.090496 0.123814 0.023625 -0.100421 0.52304 0.054019 0.342231 0.39441 -0.016403 0.105886 0.42093 0.107375 -0.540395 0.257714 0.048903 0.157366 0.102613 0.043275 0.085673 0.051169 -0.563019 0.475792 -0.167316 0.212044 0.225326 0.097275 -0.013822 -0.011309 0.957662 -0.472282 -0.092898 0.379685 -0.276341 -0.003768 0.296294 0.155931 -0.750838 0.157344 -0.007518 0.433882 -0.088859 -0.113699 0.743912 -0.430757 0.077424 0.063836 0.166206 0.455342 -0.242774 -0.00741 0.141043 -0.118024 -0.01796 -0.077334 0.068747 -0.454708 0.076123 -0.01644 -0.242883 -0.530591 -0.325196 0.037599 -0.167152 0.376118 -0.141442 0.180931 0.288306 0.133743 -0.456577 0.551342 0.296379 0.448361 -0.804346 -0.44489 0.067582 0.210391 0.23129 -0.270203 -0.30003 0.485126 -0.147027 0.101616 -0.04464 0.287984 0.658274 -0.233574 -0.113045 0.040819 0.065919 -0.090329 -0.123122 0.219257 -0.817671 -0.188859 0.069506 -0.009572 -0.187079 0.130356 -0.233758 0.672451 -0.43559 -0.211619 0.011802 -0.880374 0.382724 -0.395027 -0.227055 0.838778 -0.435839 0.262673 -0.214093 0.160184 0.423027 0.442623 0.273092 0.002972 0.000634 -0.051538 0.339813 -0.224076 0.242741 0.22056 0.056393 -0.077747 0.20197 -0.844575 0.247521 -0.216413 -0.093489 -0.074061 -0.190831 -0.061254 0.213461 0.529649 0.005154 0.104205 0.304582 0.642905 -0.279867 0.059358 0.182032 0.157798 -0.551207 -0.693787 0.098794 -0.396994 -0.295678 -0.022246 0.245819 -0.216083 0.231311 0.034637 -0.616785 -0.402727 0.238235 0.190466 -0.446668 0.202223 -0.396784 -0.195806 -0.42442 -0.326551 -0.431079 -0.820158 -0.563841 0.535428 -0.120858 0.612982 0.102861 0.209956 0.234977 0.305862 -0.661264 -0.268393 -0.575606 -0.140172 0.203263 -0.094942 0.005093 -0.097214 -0.644928 0.133254 0.04988 0.051923 -0.074605 -0.286842 -0.160925 -0.068523 0.096463 0.39229 -0.061298 -0.431169 0.234857 0.713576 0.249697 0.078412 -0.045633 0.192873 -0.008076 -0.733367 0.035008 0.140359 -0.195946 -0.003536 0.064374 0.115619 0.008023 0.541296 0.728237 0.012306 0.086951 -0.148577 -0.051072 -0.397626 -0.401806 0.015485 -0.260619 0.410235 -0.170812 0.409453 0.521085 -0.308931 -0.327672 -0.244924 0.072522 0.276808 -0.406066 0.094723 -0.206848 0.118855 0.020218 0.383572 -0.145477 -0.233387 0.051274 0.653055 -0.16387 0.223074 0.22032 0.372079 0.171381 -0.236204 -0.236252 0.224957 -0.156451 0.184241 0.001326 0.411848 0.330234 -0.222874 0.450278 0.207901 -0.278343 0.297319 -0.337354 0.316691 0.186747 0.115791 0.197191 0.172098 -0.497796 0.580402 -0.793811 0.506811 -0.148028 0.40065 -0.435048 -0.188113 0.150468 -0.112732 0.31773 0.576252 0.161584 -0.480524 -0.2395 0.282214 -0.049051 -0.690732 0.555803 0.247612 0.408354 -0.398263 1.283369 0.088215 0.756064 0.217055 0.28557 0.010792 0.20693 -0.131459 0.228671 0.069552 -0.867866 0.488967 -0.153604 0.321377 0.076423 0.031266 -0.546524 -0.180005 0.136236 -0.054011 0.047336 -0.010262 0.849199 0.356896 -0.12342 0.300342 -0.424086 0.172658 -0.062309 -0.337977 -0.265834 0.162658 -0.100779 -0.020164 -0.02397 0.67036 0.309596 -0.093546 -0.078269 -0.098837 -0.47427 0.52712 -0.18135 0.130162 -0.128826 0.293151 0.206951 -0.396849 -0.303107 -0.1266 0.672986 -0.527318 0.390697 -1.516095 0.380972 0.22487 -0.343153 0.520543 -0.926426 0.281676 0.113093 -0.701485 0.398684 -0.014251 0.286899 0.116167 0.121914 0.038641 0.408782 -0.291971 0.108911 -0.063859 0.18027 -0.070069 -0.611261 0.342934 0.842053 -0.124446 -0.11501 0.197724 -0.363075 0.485934 -0.244533 -0.104521 0.347717 -0.401897 -0.072744 0.020358 0.701901 0.040133 -0.185411 1.49101 0.337187 0.025988 0.200723 0.412888 0.449837 0.329389 0.004409 -0.319514 -0.435914 0.593124 0.094037 -0.171107 -0.013061 0.106518 -0.548173 0.115759 0.215108 -0.122508 0.744412 -0.326734 -0.055441 -0.534859 0.262991 -0.263879 -0.858673 0.160055 0.048633 -0.211026 0.39683 0.137282 0.154807 -0.18432 -0.317086 0.327884 0.013893 0.41792 0.009836 0.253426 -0.031603 0.278229 0.33951 0.124451 -0.947721 0.536027 -0.142281 -0.619079 -0.293619 -0.384567 0.040517 0.053901 0.351121 0.365612 -0.391053 -0.324535 -0.043554 0.112729 0.076006 1.919779 0.19599 -0.416783 0.197688 0.009733\nf 0.221378 0.909491 0.110472 0.104127 0.213198 -0.09418 0.358302 0.057058 -0.183431 0.311662 -0.334072 0.203372 -0.287613 0.012329 0.056872 -0.43148 0.751204 -0.156677 0.013654 -0.248508 0.197101 0.114172 0.453985 0.020985 -0.369873 0.103536 0.012162 0.003188 0.358773 0.582527 0.281369 0.091046 0.201774 0.271667 -0.079327 0.533342 -0.457059 -0.935249 0.776592 0.085221 0.017319 0.479939 -0.264651 0.261453 0.117108 -0.675008 -0.059255 0.064525 -0.175102 0.052556 -0.178793 -0.004266 0.025442 0.111357 0.849296 0.016468 -0.288038 0.290198 0.825092 -0.024648 0.05209 0.162947 0.295583 0.253709 0.356158 0.28456 -0.01111 -0.059681 0.127903 -0.262711 -0.40822 0.12592 0.352375 -0.147627 -0.020852 0.677472 -0.297052 0.241469 0.065222 0.102597 0.486479 1.026369 0.051273 0.557794 0.410757 0.48418 -0.376103 -0.044597 -0.358893 0.116222 -0.200108 -0.074758 -0.000311 0.17458 0.081894 0.009074 -0.588256 -0.359881 -0.295657 -0.081297 0.252204 -0.061236 -0.169879 -0.054023 0.552386 -0.618189 -0.425186 0.304857 -0.307876 0.173528 0.674764 -0.051961 -0.172327 0.493449 -0.070582 -0.029123 -0.160224 -0.1929 0.441291 0.023565 -0.132819 0.070914 -0.130969 -0.217787 -0.301146 -0.239497 0.12854 -0.09619 -0.445726 0.310308 -0.069731 -0.313774 -0.018385 0.089578 0.376882 -0.625337 -0.336134 0.335758 -0.299782 -0.050737 -0.4885 0.142683 0.417644 -0.134017 0.264415 0.319512 -0.01233 0.303774 -0.877006 0.135658 0.054901 -0.045979 -0.037676 0.236204 0.371138 0.108233 -0.023897 0.289974 -0.073902 0.265711 0.203232 -0.174882 0.107411 0.152887 -0.073989 -0.274603 -0.132751 -0.064463 -0.734349 -0.121105 0.456447 0.098964 0.150825 0.226064 -0.420413 0.52763 -0.118588 -0.082286 0.229388 -0.414647 0.025381 -0.305246 -0.653582 0.484346 -0.739133 0.104867 -0.012558 0.299145 0.433785 0.186314 0.288048 -0.161099 0.051795 0.101844 -0.036315 0.053351 0.268316 -0.003534 -0.11279 0.01298 0.165378 -0.620497 0.147027 -0.00685 0.185681 -0.580409 -0.102565 0.1957 0.169618 -0.046116 0.215938 0.235636 -0.023685 0.074129 0.200994 0.442311 0.035095 0.36447 -0.73046 -0.475712 0.156767 -0.426515 0.264205 -0.148328 0.242311 -0.059585 0.257694 0.051652 0.163714 0.144507 -0.456363 -0.21534 -0.100072 -0.223283 -0.582585 -0.240594 0.258304 -0.123727 -0.586443 -0.253715 -0.220852 0.305614 -0.014309 0.142613 0.265031 0.188276 0.691865 -0.108609 -0.275563 -0.266632 -0.522404 -0.195083 0.19013 -0.197557 0.385538 -0.196221 -0.280084 -0.370518 0.111278 0.080801 0.327629 -0.158324 -0.146552 -0.066628 0.251295 0.52572 0.41465 -0.109349 -0.148737 0.473995 0.380419 0.148455 -0.294129 0.31371 -0.447175 -0.494291 -0.066949 0.170522 0.219546 0.345623 -0.022987 0.031282 -0.070937 0.355797 0.407901 0.108506 0.273209 -0.120035 -0.03564 -0.340166 0.176635 0.016679 -0.004623 0.439057 0.048388 0.501518 -0.29731 0.047361 0.116994 0.002148 -0.06781 0.292686 0.06095 -0.206028 0.015749 0.537573 0.083813 0.176767 -0.356841 -0.040093 -0.156329 0.240201 -0.160589 0.621281 -0.228421 -0.178496 0.338697 0.326002 -0.196396 0.205261 0.1519 0.334852 -0.216013 0.025402 -0.019573 -0.163583 -0.21404 0.010996 -0.062575 0.138102 -0.502737 -0.06284 0.170022 -0.120819 0.164088 -0.281079 -0.303224 0.091967 0.086675 0.21438 -0.571768 0.19239 -0.016232 0.534983 -0.104852 0.18021 0.386437 -0.248179 0.323383 0.11602 -0.308199 0.400802 0.109189 -0.353666 0.544014 -0.104788 -0.02907 0.161318 0.450365 0.553 0.078951 0.074305 0.193519 0.146405 0.022838 -0.23446 -0.112745 -0.1208 -0.919362 -0.022375 -0.010992 0.300795 0.163961 -0.022424 -0.468488 0.0183 -0.21687 -0.59949 -0.236419 0.317594 0.56921 0.382737 -0.203663 -0.137786 0.055008 -0.057697 -0.027906 -0.297493 0.047891 -0.019823 -0.425507 -0.365294 -0.020595 0.278486 0.112932 -0.107955 -0.390341 -0.024312 0.170988 0.794296 -0.207386 0.468169 -0.347468 0.447605 0.392476 0.271392 0.159982 -0.236084 0.420664 -0.10212 0.307977 -0.713421 0.289539 -0.040852 -0.257852 0.119321 -0.626393 0.371908 0.735623 -0.344976 -0.174655 0.130866 -2e-06 -0.495574 0.431592 0.288831 0.375718 -0.543693 0.302871 -0.10827 0.334697 0.277032 -0.067766 0.146874 0.390638 -0.231132 -0.263841 -0.069384 0.086413 -0.282744 0.206625 -0.00048 0.384371 -0.115373 -0.359975 -0.180205 0.163782 0.253928 0.014837 1.143685 0.379095 0.433143 -0.284033 0.401702 -0.103465 0.450014 0.352035 -0.303941 -0.199467 0.692799 -0.326883 0.185856 0.167054 0.613469 -0.578076 -0.009548 0.149013 -0.190518 0.523773 -0.353287 0.158667 -0.153694 0.239989 -0.50336 -0.183245 0.074236 0.564593 -0.164597 -0.026893 -0.300634 0.23472 -0.084827 -0.497443 0.180137 -0.259062 0.471465 0.518195 0.148837 0.051908 -0.094437 0.355037 -0.174619 -0.407669 0.28619 -0.162973 -0.255878 -0.172343 -0.528255 0.321415 -0.024832 0.11778 0.322458 -0.293627 -0.325469 -0.238504 0.052397 0.220014 1.684696 0.282815 -0.093201 0.196506 0.188844 -0.111258 -0.011053 -0.032607 0.170931 0.209244 -0.044048 -0.038432 0.316295 -0.141039 -0.096412 -0.395713 0.236416 -0.26121 0.183902 0.054353 -0.284669 0.598642 0.01953 0.535737 -0.569569 -0.066016 0.499181 0.278473 0.260028 -0.201729 -0.139182 -0.038061 -0.177758 -0.024774 0.246406 0.140407 0.17533 0.218962 0.062959 -0.700513 -0.151357 -0.065082 -0.41961 0.730666 -0.021732 -0.026469 0.069219 0.243877 -0.142749 0.271907 -0.386142 0.441933 0.058044 -0.352185 -0.598993 -0.511487 -0.036542 -0.229192 0.280678 0.441129 -0.484199 -0.300935 -0.095061 0.627289 -0.05998 0.103828 0.170268 0.323474 0.188367 -0.262528 0.04225 0.0669 -0.042009 0.494983 0.00993 -0.348655 -0.2454 0.392184 0.135318 -0.070607 0.561253 -0.172994 0.1493 -0.039667 -0.11916 0.327398 0.589082 0.170292 0.740334 0.280296 0.185927 0.129293 0.025481 -0.293138 0.059233 -0.026171 0.372716 -0.101751 -0.078238 0.213164 0.1192 -0.395343 -0.110022 -0.315632 -0.150406 0.401282 -0.406949 -0.146603 -0.164552 0.611492 -0.656332 -0.26958 0.210817 -0.380602 0.223918 0.311028 0.045361 -0.239969 0.22422 -0.427233 0.501153 -0.158884 0.008524 0.508332 -0.316134 0.113332 0.057419 -0.116327 -0.183525 -0.350671 0.161177 0.269255 -0.364307 0.116565 0.025451 -0.115545 -0.03264 0.140975 -0.011029 -0.20035 -0.600699 -0.594488 -0.002734 -0.149839 0.088147 -0.311587 0.072405 0.597275 -0.189813 -0.154953 0.344335 -0.170731 0.351054 -0.636324 -0.033247 0.299435 0.20073 -0.03225 -0.285664 -0.244862 0.189023 0.129714 0.252363 -0.113835 0.06681 0.474696 -0.303685 0.051575 0.475864 0.122307 0.024306 -0.162809 0.279479 -0.888164 0.078669 0.302317 0.222685 0.147283 0.424471 -0.318805 0.701477 -0.024707 0.270543 0.003687 -0.681852 0.520897 -0.530462 -0.573432 0.611664 -0.312313 0.117353 0.108933 0.29812 0.625293 0.314765 0.615853 -0.137158 0.024756 -0.209635 0.092514 0.224212 0.277386 0.135119 -0.143282 -0.097455 0.13467 -0.862957 0.133024 -0.154997 0.236728 0.205617 -0.111874 -0.193725 0.105493 0.333148 0.07942 0.078995 0.25614 0.16746 -0.080156 0.357677 0.081062 0.171085 -0.608811 -0.106909 0.700625 -0.500164 -0.105535 -0.016761 0.039143 -0.14904 0.21257 -0.052213 -0.243759 0.010412 0.228479 -0.146688 -0.394693 -0.064518 -0.055215 -0.411885 -0.41743 -0.106758 -0.437467 -0.447922 -0.374197 0.60481 0.102643 0.190033 -0.017318 0.011763 0.366405 0.170267 -0.165843 -0.417081 -0.483307 -0.220952 0.098363 0.180578 0.110006 -0.151687 -0.229809 0.110689 -0.157333 0.234111 0.138601 -0.228108 0.018537 -0.142218 0.080238 0.172356 0.223317 -0.240393 -0.210833 0.630634 0.082929 0.095105 0.130507 0.018641 -0.149255 -0.819115 0.288607 0.328528 0.176449 0.206927 0.348895 -0.268191 -0.080278 0.344486 0.268834 0.207792 0.164598 -0.239231 -0.013673 -0.253199 -0.370468 -0.092051 -0.239767 0.125123 0.034215 0.353718 0.030518 -0.534658 -0.229042 -0.23389 -0.009 0.502941 0.208847 -0.152544 -0.038837 0.34286 -0.227929 0.312102 -0.046861 0.229539 -0.028466 0.452601 -0.373697 0.68371 0.022058 0.347105 0.309899 -0.056753 -0.29027 -0.207573 -0.107628 0.371514 -0.07438 0.135383 -0.326577 -0.117748 0.265414 0.11244 -0.140342 0.185199 -0.25562 0.125552 0.069369 -0.067608 0.291012 0.09826 -0.331556 0.305557 -0.245949 0.513827 -0.408307 0.534445 -0.008258 -0.002307 -0.120052 -0.085252 0.513442 0.131354 0.326963 -0.348402 -0.090133 0.202122 0.15101 -0.559375 0.666588 0.297974 0.298937 -0.298355 1.318499 0.077709 0.240029 0.338654 0.011722 0.318512 0.232421 -0.322721 -0.119347 -0.206113 -0.740203 0.097615 -0.038885 0.415655 0.026164 -0.075999 -0.200439 -0.430248 -0.253946 -0.164928 -0.022953 0.075785 0.539 0.611357 -0.227352 0.066316 -0.096963 -0.383575 -0.214897 -0.494541 -0.202224 0.011819 -0.284917 -0.189273 0.021668 0.650174 0.443064 -0.131039 -0.22102 -0.125705 0.193949 0.53112 -0.370132 0.168915 0.17618 0.350026 0.261143 -0.185128 -0.122188 -0.069366 0.799303 -0.327042 0.183769 -1.818063 0.339879 0.067552 -0.391255 0.44311 -0.768104 -0.016915 0.231078 -0.466252 0.262358 0.167215 0.307944 -0.035101 0.153879 0.265138 0.406442 -0.453565 0.212989 0.105172 0.017605 -0.265225 -0.21223 0.074302 1.112834 -0.258685 -0.303878 0.240856 -0.292918 0.130221 0.263009 -0.024436 0.253382 -0.063979 -0.223573 -0.227062 0.647411 -0.163048 -0.031844 1.183669 0.258406 0.299168 -0.429551 0.315954 0.21655 0.281979 0.068968 -0.148263 -0.451426 0.453422 -0.426813 -0.127508 -0.120046 0.30914 -0.624328 0.341264 -0.003612 -0.214437 0.402541 -0.202968 -0.077145 -0.466709 0.188774 -0.136591 -0.363888 0.316617 0.125209 -0.004137 0.111664 -0.137182 0.401751 -0.310793 -0.319858 0.187492 -0.183821 0.058247 0.132587 -0.013117 0.04971 0.041483 0.206615 -0.041588 -0.511499 0.285815 0.086852 -0.47405 0.232163 -0.34033 0.451004 -0.120807 -0.000936 0.094804 -0.352345 -0.415905 0.045092 -0.009725 0.234482 1.574032 0.14359 -0.12639 0.031717 0.287785\nÂ 0.191792 0.831613 0.131153 0.035116 0.155404 0.064182 0.039198 -0.31504 0.139853 -0.009444 0.161981 -0.311814 -0.168233 -0.147618 -0.046793 -0.294773 0.013762 -0.005144 -0.123198 -0.009665 0.147077 -0.332893 0.982318 0.237072 -0.286209 0.083056 -0.442457 -0.278681 0.117801 0.225685 0.405874 0.193353 -0.079232 0.212138 0.162501 0.038707 -0.172613 -0.636706 0.395574 0.129442 -0.029388 0.282797 0.105049 0.54662 0.527326 -1.029728 -0.182013 -0.440778 0.307639 0.115282 -0.837938 -0.45844 -0.304333 -0.124301 0.134478 0.033058 -0.292169 0.202858 0.547969 0.121311 0.408845 0.4348 0.095774 0.294529 0.443333 0.642544 0.026233 0.633088 -0.092708 0.069641 -0.420976 -0.003799 0.192821 -0.275862 -0.343098 0.196877 -0.342507 0.50287 -0.247792 -0.050773 0.384626 0.456968 0.517475 0.459661 0.028712 0.194867 0.016888 -0.596257 -0.440943 -0.028479 -0.267502 -0.626405 0.087779 -0.089676 0.196273 0.033279 0.080986 -0.355449 -0.202379 0.085362 0.029708 0.30233 -0.076501 0.044503 0.482022 -0.381392 -0.501562 0.547412 -0.241462 -0.072066 0.847442 -0.14614 -0.027679 0.010432 0.135777 -0.687997 -0.122132 0.015377 0.307224 0.306626 -0.010876 0.783083 -0.101387 0.611976 0.045337 -0.553918 0.12776 0.204117 -0.453945 0.388998 -0.017027 -0.847059 0.125785 -0.045116 0.239142 -0.670859 0.020883 0.319313 -0.376612 0.378153 0.529093 -0.265048 0.431113 0.321908 -0.017498 0.488773 0.056166 0.250382 -0.974319 -0.020898 0.027198 0.539591 0.350977 0.342604 0.439673 -0.112329 -0.037317 0.061844 -0.124424 0.636108 0.280388 -0.469171 0.282747 -0.27572 -0.033523 -0.447227 -0.363383 0.129187 -0.340082 0.280337 0.411152 -0.218232 -0.343969 0.166244 -0.360059 0.224867 -0.226085 0.688543 0.127493 -0.346667 -0.090657 -0.433278 -0.876245 0.319692 -0.582752 0.027663 -0.282109 0.311697 0.135749 -0.239464 0.376918 -0.329212 0.14026 0.312014 0.044147 0.116628 -0.104049 -0.119768 -0.322489 0.118899 0.108932 -0.104173 0.024458 0.235283 0.169464 -0.530624 0.294772 0.103494 0.536856 -0.168327 0.327901 0.0337 0.48485 0.731435 -0.173604 0.973687 -0.053063 -0.051898 -0.344749 -0.274464 -0.303098 -0.571232 0.193518 -0.590833 0.007526 -0.207757 -0.046468 0.488646 0.382633 0.187742 -0.277254 0.102698 -0.477115 -0.520162 -0.706862 -0.055995 -0.148588 0.167493 -0.531094 -0.301308 0.183583 0.29839 0.394716 0.479267 0.18244 -0.005057 0.846027 0.027492 -0.216823 0.286712 -0.498052 -0.224655 0.594504 -0.323903 0.268668 -0.63313 -0.158296 0.358554 -0.121857 -0.286047 0.463829 -0.322565 -0.381198 -0.419031 -0.24554 0.312186 -0.100906 -0.546636 -0.173078 0.420481 0.3471 0.418613 -0.390926 -0.017184 -0.223996 0.069581 0.209966 0.380087 0.359549 -0.128231 -0.311342 0.116474 0.038018 -0.302383 0.096112 -0.120808 0.295385 0.056362 -0.245124 -0.802648 0.488488 0.269732 0.582098 0.559772 -0.151893 0.239161 0.11494 0.331567 0.245063 0.027843 0.123125 0.468106 -0.060529 -0.059247 0.289652 0.075789 -0.415954 0.344644 -0.23727 -0.4554 -0.135014 0.10565 -0.017128 0.346371 -0.667417 0.109728 0.132252 0.588635 -0.239626 -0.284492 0.261164 -0.036699 -0.049413 0.541599 0.768438 -0.575149 -0.14038 0.321528 -0.574668 -0.043403 -0.337626 -0.220945 -0.01144 0.339982 -0.376028 0.354054 -0.245387 0.248161 -0.320303 0.248493 -0.053038 -0.140907 0.202149 0.153382 -0.269921 0.222146 0.552648 0.335738 -0.003383 -0.005648 0.365094 0.255852 -0.806704 -0.368101 0.431403 -0.394858 0.138474 0.340712 -0.023443 0.153672 0.323778 0.385422 0.015986 0.11898 -0.016979 -0.012293 0.140032 0.222173 -1.091399 -0.085696 0.158181 -0.093165 -0.018227 -0.25817 -0.416407 0.141577 -0.084228 -0.766296 -0.029567 -0.141897 0.40657 0.226662 0.089857 0.255903 -0.22685 -0.122768 -0.628442 0.199045 0.215984 0.129558 0.398639 -0.175901 -0.102735 -0.028217 0.192784 0.339642 -0.290518 -0.142878 -0.291833 -0.100796 -0.172593 0.117537 0.065073 0.190242 -0.001351 0.371808 0.120232 -0.169267 -0.115758 -0.325169 0.385028 -1.132628 -0.168138 0.209332 -0.193482 -0.253717 -0.545482 0.363659 0.07621 -0.628305 0.292734 -0.095962 0.398664 -0.702331 -0.134416 -0.237033 0.269388 -0.318826 0.617543 -0.036897 0.459079 0.44639 0.486111 0.211663 0.304585 -0.184808 -0.097612 -0.40591 0.182768 0.11487 -0.389258 0.336753 0.385847 -0.396105 -0.159729 0.186193 0.091331 0.095404 0.185503 1.037618 -0.125794 0.159902 0.267598 0.552189 -0.549642 0.424877 -0.644495 -0.413635 -0.040908 0.032553 -0.576505 0.365983 -0.09354 0.110149 0.083982 -0.419824 -0.270226 -0.101835 0.517466 0.523495 -0.194659 -0.344546 0.811295 0.386259 -0.107215 0.537495 -0.07811 -1.287613 -0.033503 0.020014 0.525935 0.071888 -0.214567 -0.306302 0.29505 0.727849 -0.070704 0.075472 0.044747 0.04709 0.372671 0.027077 0.12325 0.200178 0.06149 -0.066394 -0.407564 -0.282872 -0.126638 -0.133614 -0.266172 0.372422 -0.57104 -0.367167 0.013388 -0.14197 0.328682 2.286668 0.237735 -0.622927 0.431907 -0.186845 0.117515 0.139479 -0.455028 0.287196 0.176922 0.373628 -0.096601 0.056027 0.193037 -0.389632 0.181724 -0.124697 -0.001281 0.14251 -0.244963 -0.5903 -0.341696 0.718555 0.247263 -0.192884 0.101194 0.455228 0.539554 -0.133319 -0.176531 0.015737 -0.034084 -0.853286 0.161135 0.334938 0.875902 -0.111353 0.375536 0.437841 -0.751587 -0.178788 -0.015567 0.232508 0.65424 -0.354267 0.02217 -0.064388 0.026233 1.030405 0.161009 -0.668055 -0.26414 0.171728 0.628359 -0.363858 -0.941803 0.060088 -0.038048 -0.176655 -0.111639 -0.911842 -0.702023 -0.363489 0.330316 0.631967 0.583963 0.023212 0.399179 -0.306748 0.08165 0.142333 0.457772 0.27158 -0.058242 0.308133 -0.388047 -0.349243 0.757481 -0.292898 -0.559315 0.425737 -0.172532 0.481326 -0.05389 -0.179606 0.401294 -0.063082 1.241607 0.687471 0.081981 -0.334305 0.164734 -0.662789 -0.743705 -0.076226 -0.150018 0.392348 -0.112866 -0.422857 0.11327 0.651163 0.8751 0.454682 -0.279194 -0.208354 -0.061903 0.359422 -0.388743 0.36119 0.568476 -0.027928 -0.296806 0.287367 -0.084102 -0.458404 0.200025 -0.010642 0.111752 0.134592 -0.149568 -0.526767 -0.624612 0.11149 0.384519 -0.22663 0.511064 0.213153 0.073222 0.271676 -0.442743 -0.659973 -0.063967 0.009088 0.056859 -0.192128 -0.323172 -0.570106 0.34721 -0.036912 -0.697689 -0.563607 -0.45183 0.629884 -0.230044 0.696947 0.601978 -0.182418 0.736345 0.78165 -0.361948 0.358903 0.005128 -0.161625 -0.407198 -0.39662 -0.123423 0.504703 0.500061 0.084965 -0.33303 0.093617 0.41193 -0.32993 0.060612 -0.163402 0.253547 -0.845759 0.202724 0.04371 0.010471 0.028562 -0.007315 -0.001917 -0.304715 0.066738 0.106897 -0.282485 -0.683294 -0.115958 -0.015626 0.40274 -0.352022 0.947629 -0.169208 -0.333894 0.154596 -0.460188 -0.446378 0.422218 0.094861 0.04377 -0.201941 -0.187315 0.102893 0.254876 0.158328 -0.035561 0.062238 -0.435266 0.131753 0.179602 -0.349788 0.269957 -0.585341 -0.129282 0.354962 0.314849 -0.071392 -0.106955 0.097481 -0.168343 0.0919 -0.57181 0.397584 0.699848 0.425667 -0.109664 0.576586 1.04724 -0.395058 0.272954 -0.057547 0.13841 -0.628507 0.471938 0.497723 -0.309903 0.140373 -0.417608 0.089332 -0.350473 -0.060185 0.379727 0.004834 -0.050098 0.299405 -0.166739 -0.630416 -0.088716 -0.245593 0.125854 -0.666317 0.107458 -0.686297 -0.88714 -0.435576 0.366416 -0.177394 -0.14653 -0.485213 0.025356 0.157716 0.691763 -0.181908 -0.392244 -0.298557 -0.047917 0.263737 0.265393 0.331939 -0.519794 -0.4343 0.570745 0.06027 -0.332221 0.121692 0.211896 -0.198709 -0.440144 0.234103 0.212113 -0.412158 -0.048722 0.080066 0.541517 0.394181 0.332032 -0.409909 0.126491 -0.235173 -0.563481 0.384779 0.499123 -0.15945 0.139086 -0.051358 0.322876 -0.165958 -0.356882 0.177316 0.009312 0.139584 -0.006543 0.076182 -1.108124 -0.314018 0.066002 -0.04726 -0.272638 -0.353439 -0.066808 0.682055 -0.181162 -0.112674 -0.520843 -0.071225 0.650044 -0.045748 -0.088783 -0.340256 0.617891 -0.734066 0.582494 -0.143559 -0.207255 -0.22492 -0.008223 -0.295667 0.194259 0.601789 0.358745 0.107812 -0.221639 -0.218342 -0.725868 0.200197 -0.320815 -0.658828 0.476518 0.340898 -0.760582 0.185606 -0.460824 -0.355083 0.188022 -0.061955 0.180934 -0.135864 0.010047 -0.036764 0.562762 -0.451287 0.202589 -0.451405 0.523972 -0.124468 0.1108 0.152128 0.289833 0.29287 0.257863 0.534851 -0.298811 0.259503 -0.506394 0.071799 -0.182124 -0.237462 -0.165563 0.584986 -0.28121 0.754607 0.374566 0.562168 -0.175627 0.374732 0.449959 0.007114 0.339269 0.334458 0.307316 0.217648 0.022633 -0.643935 0.196978 0.299241 0.014276 -0.18047 -0.477478 -0.551292 -0.415337 -0.011278 -0.471048 -0.132517 -0.375886 0.61007 0.431094 0.077404 -0.039897 -0.484125 -0.857431 -0.034466 -0.2065 -0.078028 0.022896 0.754326 0.148396 -0.267077 0.024469 -0.245091 0.215027 0.087402 -0.64726 -0.398399 -0.445491 -0.250133 -0.236318 0.403491 0.19953 -0.040516 0.023473 -0.328684 -0.052132 0.598899 -0.077168 0.59522 -1.828363 -0.352023 0.190195 -0.185324 0.148062 -0.113628 -0.324688 -0.210813 -0.311856 0.841952 0.209197 0.252149 -0.323597 0.161014 0.201107 0.509001 0.357648 0.179966 -0.455312 0.387857 0.075923 -0.515951 0.245544 0.579132 0.334975 0.019938 0.088522 -0.095567 0.224961 0.221096 0.013796 0.686465 -0.737054 -0.5796 -0.05588 0.602487 -0.14337 0.041128 1.240072 -0.570943 -0.224433 0.044345 0.283748 0.207534 0.005682 -0.980383 -0.706278 -0.172462 -0.106188 -0.105389 -0.299952 -0.258074 -0.077977 -0.123162 -0.354392 -0.362699 -0.275228 0.532129 0.113497 -0.438597 0.205442 0.79609 0.076237 -0.549629 0.891844 -0.586449 -0.547832 0.236002 0.038382 0.523753 -0.176525 -0.052882 0.438392 0.427094 0.263371 -0.244434 0.209167 0.726198 -0.064083 0.171352 -0.310378 0.12475 0.098167 0.18397 -0.117302 -0.177083 -0.606228 0.483268 -0.592358 -0.007542 0.438444 -0.811832 -0.555808 0.175313 -0.443294 0.17338 2.169557 -0.34251 -0.51435 -0.326312 0.194595\nỐ -0.132125 0.282865 -0.202925 -0.42162 -0.151445 -0.21046 0.120225 -0.883425 -0.10868 0.218485 0.005925 -0.471315 0.330905 -0.129785 -0.031855 -0.355865 -0.76644 -0.54242 0.20605 -0.558405 0.02512 -0.375105 0.85227 -1.18368 -0.179275 0.555765 0.397365 0.06022 0.028605 -0.27021 0.44758 -0.035975 0.402545 -0.920175 -0.49998 -0.956025 -0.737485 -0.83793 -0.044705 -0.27922 0.453045 0.7807 -0.893455 0.852675 0.32471 0.18465 0.397435 0.334245 0.47795 0.57684 -0.419105 0.33533 0.150285 0.64109 -0.195105 -0.94988 0.2495 0.011505 0.617885 -0.60659 -0.174085 0.369075 0.037185 -0.290585 0.652735 0.6251 -0.102315 0.164835 0.10148 -0.102015 -1.01115 -1.1226 0.6116 -0.76393 -0.032215 -0.37657 -1.08009 0.18584 -0.05598 -0.221845 -0.436185 0.098615 0.83527 0.421045 0.137745 -0.071995 -0.00468 0.27076 -0.72977 0.001885 -0.151445 -0.626675 -0.202655 -0.64422 0.64377 0.09491 0.265545 0.30991 0.058345 -0.187195 0.03991 0.22104 -1.801565 0.756765 0.3933 0.38105 -0.051245 0.27835 0.55255 -1.05811 -0.072475 -0.440055 -0.77814 1.041625 0.730585 0.129095 0.178485 0.4616 0.274875 0.81448 -1.324855 -0.23114 -0.61636 0.14243 0.6322 -0.15491 -0.591135 0.225495 -0.0328 -1.002795 0.2179 0.57009 0.009145 0.084865 -0.500455 -0.53356 -0.11817 0.489875 -0.162735 0.377445 -0.283925 -0.387205 -0.393775 0.574855 0.44844 0.25407 -0.685465 -0.16014 -0.113385 -0.473135 0.123435 -0.63429 -1.358895 -0.451985 0.235995 -0.07697 -0.6419 0.346915 0.96244 0.1625 0.98882 -0.755695 0.19151 0.17283 -0.466795 -0.2108 -0.073135 0.64373 -0.172795 -1.18702 0.00543 0.80753 0.44796 -0.238225 0.345385 0.052175 0.36065 0.202095 0.83986 0.26941 0.03325 0.469165 -1.070315 0.123775 0.130785 -0.331345 -0.247045 0.115 0.46768 0.56464 -0.2956 -0.1228 0.350155 -0.053115 -0.156565 -0.354295 0.4542 0.264155 -0.182935 0.210795 0.006915 -0.3057 0.006605 -0.36136 0.077365 -0.045675 0.83556 -0.18668 1.256645 0.132155 0.6267 0.10393 -0.293 -0.55971 0.83378 0.140615 0.108715 -1.146905 -0.23719 -0.20288 0.256415 -0.47835 0.877765 1.021245 0.139485 -0.42871 0.104105 -0.19233 0.408145 0.597505 0.066315 -0.265755 0.12422 -0.31713 0.12187 0.09899 -0.2293 -0.905725 -0.11053 0.064225 -0.062145 1.486635 0.391175 0.633885 0.853185 0.329505 0.050395 -0.24797 0.046685 -0.871 -0.627935 -0.04692 -0.63845 0.42261 0.812545 -0.09399 0.24128 0.539955 0.94471 -0.04914 0.49406 0.438255 -0.024435 -0.494365 1.108835 0.05468 0.771145 0.154355 -0.656015 -0.01322 0.5444 -0.061525 0.43024 -0.68238 -0.71079 0.11361 -0.27592 0.355635 0.177745 -0.74303 0.4155 0.1667 -0.22014 -0.019465 0.389275 0.08607 -1.02626 0.10682 -0.416865 0.183455 -0.47961 1.093245 -0.104985 -0.16802 -0.1103 0.27229 -0.05126 0.31929 0.405015 -0.341395 0.322855 -0.31739 -0.684285 -0.62098 0.55402 -0.307355 0.343475 0.565225 0.00799 -0.337885 0.13112 0.0296 0.074845 0.13895 0.223575 0.347315 0.467405 -0.073585 0.181375 -0.38307 0.19882 0.324965 0.159535 0.119385 -0.667225 -0.23407 -0.51065 -0.727285 -0.54915 -0.58176 -0.661795 0.299815 0.13601 -0.60265 -0.249 0.07044 -1.120705 0.769995 0.622825 0.730525 -0.297625 -0.608415 0.709615 -0.24484 -0.30412 -0.27439 0.2401 -1.241245 -0.19021 0.524165 0.40349 1.29028 0.043235 0.924375 -0.065425 0.208275 -0.118385 0.524545 -0.105015 -0.952515 0.439315 -0.28257 -0.523805 0.45443 -0.301925 -0.386485 0.369105 0.46961 -0.459115 -0.08121 -0.22587 0.098265 -0.516585 -0.507925 0.51094 0.06531 -0.13409 -0.64216 -0.396145 -0.661115 0.796365 0.68091 0.520705 0.150695 -0.52772 -0.0093 -0.08604 0.558885 0.34789 0.399415 0.389605 0.33228 -0.209695 0.21444 0.16559 0.06883 -0.12616 0.145565 -0.24229 -0.410575 -0.630785 -0.0046 -1.04328 0.01791 0.363225 0.531275 -0.22939 0.02618 -0.32184 0.245595 0.36826 -0.63265 0.267745 -0.21562 -1.01901 0.01427 -0.256805 0.05131 0.069515 -0.00669 -0.516085 0.356785 0.05388 -0.23824 0.19647 0.315175 0.017095 0.31149 0.18978 -1.233885 0.07685 0.049175 0.305575 -0.1471 0.715295 0.41235 -0.52168 0.41379 -0.40662 0.41879 1.10413 -0.31396 0.478415 -0.211665 -0.378005 -0.37272 -0.61181 1.05087 0.768525 1.145895 0.5889 -0.636115 0.107035 0.322935 -0.204235 0.057945 0.13369 0.08355 -0.390555 -0.731145 0.13994 0.3057 0.06557 -0.323165 -0.27884 -0.19858 0.77929 -0.114805 0.15001 0.681865 -0.499765 -0.602705 0.735795 0.292765 -0.911875 0.16984 -0.24026 0.205555 0.03339 -0.256445 0.54837 0.27302 -0.415255 -0.42258 1.43064 -0.562115 -0.35993 0.55049 0.955345 0.301265 0.752595 -0.45851 1.09101 0.95218 0.056955 -0.75662 1.013475 0.20273 -0.543155 -0.58488 0.158555 0.31643 0.23374 -0.72466 -0.250735 -0.57039 0.63751 1.91465 0.078545 -0.276515 -0.32354 -0.621035 0.80673 0.125035 -0.2307 0.327095 0.04287 -0.24772 -0.062095 -0.022345 -0.421725 -0.61747 -0.109005 -0.325285 -0.291125 0.437255 -0.663855 0.008545 -0.317575 -0.23454 0.768145 -0.48488 -0.535815 -0.018145 0.49183 -1.308925 -0.04875 -0.203035 0.367795 0.373245 0.27291 0.062585 0.773825 -0.22141 0.408715 0.116045 -0.645555 -0.583135 -0.77812 -0.129525 -0.36563 -0.32113 0.474555 0.37998 -0.26366 0.964105 0.4856 -0.195405 -0.382325 -0.26128 0.722615 -0.777145 -0.282955 0.2622 -0.07061 -0.50504 -0.89556 -0.327575 -0.215605 0.0046 0.2793 -0.059445 0.04007 0.229645 -0.03732 -0.675305 0.230025 0.29258 0.662635 0.30441 -0.1515 0.344235 -0.015775 -0.208555 0.201655 -0.5016 0.40544 0.254705 -0.25021 -0.62281 0.20153 -0.06577 0.30471 -0.18901 0.74078 1.06072 0.160895 -0.51877 0.10594 -0.388835 -0.239655 0.27573 0.680885 0.46745 0.27768 -0.816615 0.46077 0.26434 0.67196 0.52983 -0.30742 -0.109975 0.040025 0.41114 -0.751055 0.68559 0.896275 0.18769 -0.55127 0.23793 0.4537 0.026315 0.027085 -0.91543 -0.447185 0.318665 0.55372 0.01085 -0.205905 0.56014 -0.12829 0.183995 -0.51415 -0.11397 0.19887 -0.199935 -0.71773 -0.32395 -0.57401 0.58912 0.29145 -0.800855 0.350735 0.426095 0.3886 -0.117775 0.127765 -0.38908 -0.32963 0.604 0.414815 0.16391 0.26066 0.00459 0.26417 -0.86681 0.52684 0.046 -0.683905 -0.386 -0.397575 -0.49612 -0.328795 0.015275 -0.747665 -0.76249 -0.951235 -0.401005 -0.27008 0.28059 0.65359 0.400795 -0.671435 -1.620585 0.364245 -0.74675 0.512575 -0.833715 0.44382 0.037035 -0.034815 0.22328 0.077005 0.36463 -0.22331 -0.16866 -0.303825 -0.29807 -0.15338 0.842155 0.32146 0.33339 0.427395 1.51132 -0.03326 0.24802 0.07143 0.156735 -0.065765 0.40348 0.655765 0.56747 0.225035 0.402785 -0.708885 -0.524015 -0.003125 -0.925935 0.1069 -0.02594 0.068995 -0.0367 0.26754 -0.19386 0.671405 0.07193 -0.014645 0.515415 0.32664 -0.604095 0.83114 -0.25861 -0.2106 -0.240335 0.060235 0.407595 0.289345 -0.26925 -0.141145 -0.454045 -0.469305 0.19042 0.2761 -0.55461 0.183585 -0.154905 -0.65463 -0.562475 0.08599 -0.220115 0.75556 0.239175 -0.300945 -0.292615 -0.34546 0.91644 -0.008045 -0.095685 -0.226445 -0.31828 -0.31678 0.379995 0.892405 0.27192 -0.60769 0.52485 0.45641 -0.464395 0.43267 0.104 0.335275 0.236175 -0.43503 0.151325 -0.351375 1.20294 0.25 -0.85358 0.099315 0.548635 -0.641195 -0.40583 0.688495 0.320495 -0.06356 -0.501695 -0.08374 -0.201295 0.0487 -1.352055 -0.20324 -0.05139 0.675385 0.39715 0.264585 -0.17921 -0.388645 -0.148485 0.254545 -0.565945 -0.14887 -0.004085 -0.1415 0.28463 0.231325 0.062545 0.64329 -0.286155 -0.545555 0.14125 -0.11641 -0.873225 -0.40162 0.39177 -0.42715 -0.7619 0.478575 0.6388 -0.497765 -0.39197 -0.409165 0.155955 -0.146705 0.795455 -0.637475 -0.10162 0.33925 -0.45032 0.051205 -0.01893 0.00268 -0.46496 0.410365 -0.27683 -0.1248 0.50878 0.231965 0.61986 -0.15304 -0.573365 0.10627 -0.06984 0.004745 0.27322 -0.61172 1.13588 0.232065 0.47545 -0.14002 -0.22038 0.196425 0.16739 0.192775 0.819235 0.81217 0.380055 -0.475295 0.18419 -0.86797 0.12267 0.62215 -0.00095 -0.117235 -0.015435 0.273275 0.21467 0.61526 0.383765 0.51829 -0.335095 0.069255 0.372205 0.593115 -0.06635 0.4402 0.16548 0.58263 0.416865 0.190675 0.083325 0.137785 -1.35302 0.163575 0.16415 -0.11029 0.0834 0.633785 0.06935 0.27752 0.424235 -0.684125 0.04362 -0.19601 -0.368265 -0.461405 -0.81189 0.613605 -0.341425 0.139095 -0.246745 -0.009705 -0.13884 0.31599 -0.75545 -0.46954 0.73677 -0.859125 -0.20393 -0.44668 0.445885 0.06973 0.232365 0.34111 -0.0229 -0.02354 0.477885 0.004065 0.572435 0.11378 -0.2359 -0.163615 -0.30695 -0.738705 -0.655085 -0.537095 0.38374 0.41656 0.077355 0.088775 0.608785 0.545045 -0.474785 0.100425 -1.635845 -0.458775 0.592735 -0.34255 0.143525 -0.64144 0.20856 -0.365355 -0.2624 0.200935 -0.816915 0.548735 0.444595 0.51337 0.875545 0.60421 -0.011975 0.39278 -0.54131 -0.867865 0.87249 0.617425 -1.01584 0.97417 -0.20046 -0.551685 0.64146 -0.118115 -0.158615 0.739765 -0.615785 0.64772 -0.454845 -0.25397 -0.450595 -0.163965 0.329565 0.68062 1.236285 0.11277 -0.237705 -0.66349 -0.2436 0.251565 0.515715 -0.339365 0.42828 -0.12586 -0.18486 -0.478785 -0.156865 0.11036 -0.506925 -0.37136 -0.18449 0.151915 0.007825 0.56346 0.602425 -0.399095 -0.34251 1.262245 0.222275 -0.68359 0.303225 0.22115 0.365155 0.090635 -0.78237 0.713625 0.053125 -0.17583 -0.499625 0.84066 -0.236765 -0.35533 0.5866 0.29184 1.120345 -0.366215 -0.229815 0.15693 0.015195 0.364195 -1.02323 0.494825 -0.719935 -0.297055 -0.89877 0.167835 0.105095 -0.467035 -0.238425 0.17158 4e-05 0.308995 2.450235 -0.98915 -0.24989 0.661315 -0.607095\nõ 0.386853 0.402368 0.237498 -0.05841 0.065745 -0.204618 0.099366 -0.28009 -0.182612 0.150819 -0.159216 0.077551 -0.013291 0.027927 0.260205 -0.516653 -0.153059 0.045957 0.070292 -0.215849 0.066703 -0.284326 0.593535 -0.484901 -0.32161 -0.184773 -0.487286 0.122709 0.397522 0.122347 0.533147 0.069454 -0.103005 0.206761 0.017002 -0.436714 0.248473 -0.122647 0.232818 0.448385 -0.045107 0.039664 -0.201206 0.35725 0.042796 -0.694499 -0.386212 -0.306945 -0.128688 0.534726 -0.474914 -0.286271 0.111272 0.16649 0.163941 0.346333 -0.169207 0.131113 0.265782 -0.202647 0.297688 -0.264924 0.163792 0.320131 0.171688 -0.040772 -0.362072 0.62179 -0.396531 0.125836 -0.405143 0.284158 0.147569 0.260248 -0.098885 0.249522 -0.160594 0.783733 -0.182336 -0.09001 0.121192 0.525176 0.1338 0.260763 -0.109073 0.335833 0.288389 -0.017996 -0.42935 0.227293 -0.314058 -0.323046 -0.199506 -0.286559 0.63939 -0.233253 -0.065019 0.061717 -0.239974 0.277494 0.463485 -0.171061 -0.126622 -0.249054 0.292595 -0.129997 -0.386723 0.408455 0.092684 0.078847 0.555802 0.045482 -0.378532 0.082677 -0.039737 -0.523547 0.159125 0.02991 0.278394 0.240315 -0.093059 0.537595 -0.100205 0.16835 -0.116243 -0.156478 0.177007 -0.025801 -0.847988 0.248489 0.119337 -0.55339 -0.095702 -0.188974 0.384231 -0.643371 -0.111505 0.022085 -0.118955 0.092411 0.317362 0.200063 0.232335 -0.029654 0.121973 0.365085 0.185973 0.035188 -0.997602 0.072492 -0.264433 0.303063 0.341806 0.347858 -0.092787 0.153746 -0.032797 0.488455 0.498835 0.250706 0.081178 -0.050933 0.56464 0.065453 0.139785 -0.264003 0.221761 0.08732 0.054394 -0.196983 0.370161 -0.188068 -0.082964 -0.087722 -0.451759 -0.111424 -0.5396 0.268702 0.310786 -0.094785 -0.12605 0.164698 -0.709132 0.242949 -0.556956 0.273061 0.105333 0.110021 0.220099 -0.313387 0.04596 -0.175861 -0.131618 0.37909 -0.218645 -0.124839 0.286224 -0.160099 -0.079648 0.067703 0.356471 0.113368 -0.22729 0.282 0.051669 -0.3558 -0.262832 -0.011522 1.040937 0.176421 0.218226 0.275968 -0.081124 0.113346 0.291967 0.341953 -0.046747 -0.365426 -0.568691 -0.590532 -0.162293 -0.61374 -0.121535 -0.282486 0.224021 -0.198682 -0.064851 -0.012726 0.122935 -0.032798 -0.087544 0.086359 -0.176181 -0.376982 -0.35756 0.147174 0.078827 -0.122659 -0.471147 -0.027534 0.296163 0.561784 0.146164 0.327648 0.374789 0.228909 0.34671 -0.608686 -0.487185 0.19759 -0.371551 -0.42636 0.694028 0.059324 0.244325 -0.474139 -0.054516 -0.132592 -0.114256 0.295359 0.015712 -0.273548 -0.412424 -0.300479 0.245833 0.163108 -0.041344 -0.1294 -0.011089 0.114036 0.688798 0.148818 -0.040814 -0.155276 0.161724 0.091104 0.268958 0.711941 -0.26754 0.136655 -0.001118 -0.10678 -0.17894 0.226293 0.408051 0.143361 0.227226 -0.343274 -0.064038 -0.940313 0.377093 0.088435 -0.223291 0.643822 -0.156963 0.317931 -0.295856 0.162801 0.408233 0.062663 0.139245 -0.001189 -0.787777 -0.054719 0.212135 0.152352 -0.414641 0.024987 -0.28572 0.225256 -0.063936 0.147619 -0.218198 0.615733 0.183861 0.156927 0.193251 0.593971 0.267528 -0.094761 0.129466 -0.003071 0.190028 0.736301 0.283901 -0.034079 -0.061544 0.123703 -0.160478 -0.379154 -0.089555 0.112487 -0.103462 0.216627 -0.353119 -0.415664 -0.851149 -0.079667 -0.233308 0.019044 0.148409 -0.032948 0.13687 -0.018548 -0.413591 -0.145891 0.301561 0.521296 -0.235087 -0.006412 0.295593 0.08077 -0.237981 -0.380811 0.536593 -0.014069 0.251834 0.347919 0.271675 0.239945 -0.245321 0.403424 -0.206999 0.011875 0.266759 -0.108851 -0.036158 0.180767 -1.255891 -0.035077 0.2217 0.170762 -0.294345 -0.073683 -0.701044 -0.144203 0.185518 -0.752109 -0.188407 0.140308 0.115597 0.067932 0.249424 -0.147727 -0.159596 0.091653 -0.292526 -0.135767 0.103249 0.041424 0.430625 -0.368358 -0.236486 0.271006 0.303731 -0.258348 -0.397254 -0.37967 -0.28698 -0.263272 -0.447138 0.168623 0.001994 0.22381 0.045493 0.399699 0.139977 -0.264271 0.511024 -0.44403 0.236022 -0.983433 -0.211225 0.333285 -0.085345 0.074731 -0.389805 0.466832 0.07839 -0.708738 -0.119406 0.215094 0.199389 -0.495556 0.066318 -0.339155 0.339559 -0.204905 0.308 0.0867 0.370046 0.031897 -0.224941 0.048665 0.493336 0.069551 -0.243562 -0.231399 0.025384 0.296516 -0.225405 -0.16555 0.28508 -0.363463 -0.172119 -0.091459 -0.020116 0.351811 -0.0228 1.176367 0.312431 -0.348887 0.295791 0.341804 -0.307217 0.191974 -0.076899 -0.404703 0.084525 0.028843 0.655185 0.031713 -0.342881 -0.068958 -0.465215 -0.048406 0.244439 -0.203097 0.073602 0.46057 0.113791 -0.509696 0.503358 -0.100737 -0.354026 0.260067 -0.129787 -0.784192 0.03959 -0.002147 0.132317 0.302232 -0.421678 -0.551688 0.344099 0.492819 0.296486 0.512871 -0.081023 -0.204056 0.731234 -0.577583 -0.207448 -0.031329 -0.104895 -0.073668 -0.625439 -0.160618 -0.041367 0.082308 -0.137401 0.433253 -0.091021 -0.037987 -0.350651 -0.094901 0.061356 2.379866 -0.064397 -0.052593 0.437427 -0.200604 0.059326 0.154403 0.068698 0.481344 -0.128223 -0.005291 0.007465 -0.040246 0.038252 -0.208456 -0.449665 -0.18144 -0.052749 0.253448 0.158044 -0.104846 -0.124191 0.300248 0.31787 -0.280968 -0.02339 0.011242 0.336299 -0.527055 -0.157048 -0.073126 -0.176183 0.135303 0.369122 0.235477 0.303968 0.020315 0.178756 0.555194 -0.214195 -0.845666 0.140223 0.578196 0.345824 0.046237 -0.078044 -0.173759 0.174297 0.686536 0.454545 -0.360363 -0.266097 -0.04842 -0.234561 0.099528 -0.486928 0.073266 0.255547 0.25122 0.09075 -0.375334 -0.48414 -0.241939 0.2678 0.11649 -0.135332 -0.618567 0.37611 0.035177 0.19613 -0.349053 -0.138483 0.316064 -0.081168 0.283247 -0.247647 0.007183 0.452252 0.212033 -0.294137 0.661531 0.006618 0.300087 -0.036535 0.024498 0.248622 -0.138159 0.741492 -0.089363 0.200935 -0.017176 0.070444 -0.136598 -0.402232 0.137408 -0.509663 -0.201423 -0.036511 -0.081545 0.633041 -0.255672 0.363045 0.168342 0.022268 0.176767 0.62558 0.321989 -0.343235 0.195038 0.390489 -0.085951 0.139202 0.185781 0.236927 -0.133397 0.309368 0.165512 -0.172936 0.219328 -0.059613 -0.336525 -0.306842 0.149403 0.399912 0.237114 -0.074209 0.236126 0.029522 0.220787 -0.237027 -0.241493 0.073295 -0.026259 -0.367995 -0.160142 -0.154257 -0.224407 0.078025 -0.447213 -0.037275 -0.58143 -0.542212 -0.215275 -0.304333 0.37705 0.382824 0.278355 0.429256 -0.064299 -0.091986 0.724315 0.4944 -0.042018 -0.680387 -0.111126 -0.408454 -0.304245 0.4867 0.340435 -0.779019 0.335994 0.115619 0.06458 0.442715 0.008313 -0.206296 0.204891 0.178301 0.47594 0.434877 -0.147681 0.08432 0.163429 0.294743 -0.168036 0.110393 -0.402579 -0.109902 0.077404 -0.397205 0.109295 -0.977964 0.334392 0.119616 -0.576365 0.192249 0.375048 -0.886746 0.587478 -0.243993 0.381832 -0.108014 -0.173177 0.208891 -0.015308 -0.254246 0.163183 -0.071305 0.016343 0.214735 -0.214098 0.053586 -0.233741 -0.104109 0.108106 0.243256 0.046394 -0.071617 0.056128 -0.297443 0.191717 -0.31323 -0.052266 0.778209 0.449033 0.103656 0.107965 -0.081187 0.494818 0.107975 -0.086064 0.058987 0.120536 -0.593882 -0.818493 0.095762 -0.648585 -0.131664 -0.162509 0.016018 -0.34956 0.038262 0.088505 -0.241726 -0.155681 -0.023416 -0.102568 -0.138919 0.003798 -0.019741 0.007826 -0.258453 -0.340287 -0.471117 -0.016961 0.142097 0.622081 -0.176615 0.418538 0.204974 0.265222 0.144288 -0.21896 -0.620328 -0.114538 -0.278007 -0.44028 0.288209 0.363956 -0.031035 -0.134971 -0.125063 -0.088249 -0.00828 0.036967 -0.34379 0.04471 -0.070642 -0.270396 -0.082782 0.269582 -0.020769 -0.099636 0.083945 0.292662 0.407151 -0.152327 0.048683 -0.034853 -0.045036 -0.036449 0.180321 0.586797 -0.548887 0.017025 0.156162 -0.100436 -0.285321 0.172789 0.417065 0.262507 0.148644 -0.376572 -0.123477 -0.968046 -0.074866 -0.063515 -0.585601 0.298442 0.020544 0.304357 0.000998 -0.259111 0.218474 -0.205482 0.209493 0.283266 -0.495895 0.0884 0.338478 0.292145 -0.465465 0.211618 -0.318211 0.274609 0.132274 0.038879 -0.014546 0.578653 0.634291 -0.023476 0.40813 0.205496 0.10576 -0.448684 0.237413 -0.131042 0.203635 0.495318 0.283282 -0.333414 0.177672 0.054255 0.029204 0.198481 0.039202 0.329306 0.014202 0.087115 -0.427279 -0.066881 -0.551711 0.271755 -0.173079 0.169977 -0.093055 0.217506 0.028507 -0.217265 0.053178 -0.395649 0.334379 0.512091 -0.356006 -0.535088 0.476067 0.052048 -0.146532 -0.453798 0.436615 -0.075398 0.654872 0.215999 0.595962 -0.101789 0.139796 0.305112 0.02828 -0.084432 0.337681 -0.252732 -0.008346 -0.278709 -0.958199 0.256263 0.069132 0.06612 -0.374728 -0.264783 -0.434431 -0.318682 -0.027964 -0.390391 -0.136089 -0.023013 0.292357 0.344922 0.086479 0.254125 -0.306565 -0.124332 -0.327336 -0.085034 -0.285696 -0.105325 0.439277 -0.193862 0.049395 0.21806 0.130706 0.20386 0.021463 -0.293332 -0.543459 -0.284049 -0.932428 -0.119538 0.019076 0.084791 0.25817 -0.140935 -0.097838 -0.320399 0.718516 -0.329501 0.145907 -1.820151 0.125685 0.548222 -0.540188 0.446244 -0.228105 0.302659 -0.373293 -0.893717 0.55051 0.255984 0.297257 -0.084763 0.064941 -0.298384 0.319038 0.033321 -0.142021 -0.091419 0.206588 -0.092837 -0.44453 0.550147 1.481535 0.196526 -0.408204 0.108374 -0.241194 0.303561 0.197856 -0.344798 0.342803 -0.430329 -0.468611 -0.046166 0.352462 0.168625 0.032353 1.521473 0.016265 -0.777031 0.280336 0.118692 0.230704 0.156133 -0.095212 -0.312961 -0.358753 0.12205 0.430565 -0.520544 -0.378712 -0.417557 0.030348 -0.147167 0.324522 -0.285038 0.050108 0.110115 -0.197195 -0.63281 0.45831 -0.12254 -0.291758 0.559553 -0.195172 -0.824918 0.265989 0.330596 -0.007505 0.274729 -0.242099 -0.349428 0.249157 0.476125 -0.110825 0.524423 -0.286 -0.11074 0.550015 0.044681 -0.032992 -0.140368 0.028331 -0.156122 -0.618303 -0.092586 -0.062891 0.018184 -0.031569 0.255546 -0.288045 0.002022 -0.017566 0.346825 -0.092919 2.105893 -0.208358 -0.215236 -0.224408 0.081383\n& 1.07542 -0.89945 0.26133 -1.22785 -0.12572 1.10307 -0.5251 0.18456 0.42526 -0.61724 -1.98051 -1.52151 -0.89587 -0.40275 0.14838 -0.99249 -1.17844 0.37081 1.45515 2.22796 -0.54559 0.13248 1.14481 1.13903 0.29695 1.00796 1.11081 -1.4209 0.60534 -0.45294 -1.38027 -1.7899 -0.36661 -1.77288 -0.53956 1.79008 0.27388 -1.31456 1.24898 0.34856 -1.02639 0.19595 1.95409 -0.52557 -0.89614 -0.02102 0.28468 -1.31948 0.71293 0.23304 -0.45907 0.84805 0.70619 1.42079 0.54959 -1.461 0.33964 -0.36679 0.83013 -1.02857 -2.4196 1.26658 1.27094 -2.05721 1.14526 0.73028 -0.16107 0.09002 -1.13703 0.38195 -0.65561 0.72477 1.47549 1.47354 -1.6141 0.9827 -0.50248 -0.71497 -0.10573 -1.44811 0.04971 1.73018 -0.60839 -1.24041 1.05303 0.04034 0.98404 -1.97484 0.47628 0.23751 0.5539 -0.96122 0.73023 -0.45793 -0.82423 0.18533 1.21714 0.51174 0.3486 -0.82685 -0.76067 0.88659 0.61918 0.30414 0.25501 -0.96523 -0.90467 0.66115 -0.44236 -0.59281 -0.61615 0.33033 -1.02629 0.03671 -0.50659 0.15654 -0.64451 0.4329 -0.53632 -0.5151 0.32225 -0.43271 -1.25417 -0.4594 0.82666 -0.57912 0.20089 -0.65798 0.19095 -1.12722 -0.55386 -1.26167 0.14837 0.34641 0.81548 -0.22486 0.0207 -0.61212 2.26807 0.61669 1.98555 1.68381 0.84513 1.55323 0.69896 -1.45357 -2.14611 0.8249 0.24668 -1.92425 0.4685 -0.42744 1.14125 0.08801 -0.90019 -0.69943 0.41219 -0.30327 0.9617 0.12454 -0.26218 -2.82878 -2.51905 -1.01698 -0.8121 -0.53075 -1.09702 0.56298 -0.21698 -1.11868 1.28316 0.7752 0.89073 0.16901 -1.72357 0.98524 1.3398 0.4978 -0.63043 2.05009 -0.21951 -0.68281 -0.40762 -0.1672 0.73555 0.31317 -1.14181 -0.39442 0.51302 -0.01263 0.78129 0.09871 -0.17458 0.11008 1.09178 0.92081 -2.62661 1.73867 0.13619 0.33814 1.20204 0.60364 -0.19842 -0.72966 -0.84273 0.6047 0.00805 1.41099 -0.19113 1.73891 -0.00491 0.27711 -0.40063 0.99144 -0.25162 1.45591 0.31256 -0.22621 -0.64716 1.26305 -0.2204 -0.6735 0.01037 -0.51286 0.43226 0.48437 0.47658 0.95395 -1.44409 -0.83819 0.22965 0.33427 1.74801 0.13017 1.30772 -0.27502 -0.4771 -0.48814 -0.50095 -0.54081 -1.33117 -0.29048 -0.13405 -0.25643 -0.76007 0.44443 0.37073 1.14387 -0.07378 1.56465 0.18267 0.97368 -0.39416 -0.71079 0.58148 0.34994 -0.38111 0.86932 -0.36008 -0.83368 -2.15462 0.7483 -0.47064 1.56438 0.89442 1.94779 -1.06604 0.70341 0.30952 1.90653 2.5518 1.50466 0.32207 0.6836 -0.10565 -0.70336 0.18369 -0.40884 1.34649 -0.61309 -1.40631 0.69504 -1.1903 -0.91161 -0.31728 -0.86888 -0.1069 1.67418 1.00263 -0.97725 -1.42164 0.02068 2.783 0.2282 2.25373 -1.09742 0.73114 -0.77011 1.07771 -0.20185 -1.03609 -1.25169 0.972 0.87266 -1.1425 -0.50281 0.28832 -1.39316 0.07297 -1.65429 0.68914 1.31303 -0.09474 -0.70239 -0.7578 -0.03582 -0.63112 -0.88166 -0.60337 0.39378 0.39903 0.2477 0.05927 -0.86305 0.60631 -2.0102 -1.02432 -1.61344 0.26473 0.57841 -0.16309 0.79059 1.82267 -0.11419 -0.88902 -0.41982 -0.04353 0.5058 -0.95095 -0.73364 0.02374 0.00306 -0.63971 0.95868 0.48568 0.56849 0.36848 -0.54128 0.28801 0.17959 -0.36439 -2.47974 1.02727 0.35859 -0.89685 0.06298 -1.14262 0.14096 0.19956 0.38053 -0.53273 -0.53898 -0.59058 0.29721 -0.0249 1.30747 0.54274 0.82997 -0.45601 -0.32859 0.18872 1.26651 -2.18438 -1.17103 -0.96295 0.28623 0.78219 0.22637 0.67442 0.93589 0.55696 0.74247 1.16102 -0.95153 0.11073 -2.13094 -0.29051 1.06869 0.69521 0.88043 0.32437 0.24058 -0.80522 -1.17801 0.56264 1.20355 -0.28914 1.01399 -1.13104 1.17521 0.12161 1.20428 -0.68078 -0.51301 0.91598 -2.0945 -0.49462 -0.28235 0.25976 0.33765 0.19306 -1.74728 -0.88228 0.62582 -0.79849 -0.94983 -1.02094 0.62505 1.16483 -1.6965 -1.10321 -0.20001 -0.89339 0.6636 -0.73235 0.16802 -0.15342 -1.61403 -0.26765 0.10589 -0.79908 0.42437 0.47327 2.01234 1.19461 -2.46035 -0.6263 -0.59923 0.11357 0.62297 -1.1882 -1.67333 0.99412 1.28829 0.385 0.95328 -0.50891 0.84326 -1.38382 0.55375 -0.22738 -0.03696 -0.92542 0.06692 0.7151 -0.81019 0.56821 0.60426 0.69892 0.40458 -0.15614 -1.14501 -1.20395 1.24813 -1.77752 1.83858 -1.02968 -0.22572 0.62975 0.99379 -0.92997 0.03679 0.41641 -1.18846 1.07641 -0.09169 0.74069 0.10986 -0.04005 0.33059 1.29479 -0.50828 -0.83966 -0.41613 -0.36061 0.099 -0.8146 0.18771 -0.60132 1.00671 -0.92811 -0.30045 -0.48395 -0.01988 -0.33383 0.86029 -0.95535 -2.6432 0.97276 1.40267 0.54396 0.98674 0.76811 -0.68138 -0.69946 1.11975 0.50349 1.39818 -1.02686 -0.8374 0.5177 1.1025 0.38878 0.01947 0.95409 -1.56783 0.17332 0.54515 0.30137 -0.98443 0.79135 0.14597 -0.30582 -1.4184 0.2342 0.66386 0.60211 -1.17635 1.86671 1.45174 0.23936 1.28235 -0.43827 0.72069 1.32539 1.26726 0.60597 -0.70777 0.71371 -0.93956 0.29381 0.19825 0.66263 -0.25079 -1.06019 -1.07722 0.53584 1.51694 -0.40908 0.12667 0.68774 0.44089 -0.51961 0.48387 1.66832 0.66161 -0.44587 0.62889 -0.10651 0.80181 0.55633 -1.39199 0.32136 0.5588 0.61996 0.83506 0.64941 -0.66246 -0.40909 -1.0028 -0.36158 -0.84924 -1.94336 0.59006 1.16445 -1.54675 -0.50571 -0.63012 -1.38714 0.28032 -0.56505 -0.33459 0.76202 0.77054 0.47569 0.11658 -2.14827 0.75979 -0.53159 -0.27223 -0.67771 0.36979 2.23818 0.70863 0.42678 0.34377 0.26838 1.74991 1.13593 -1.37462 0.02281 -0.12241 0.30434 -0.18965 1.29177 1.036 -1.10189 -0.24948 1.45477 -0.0851 0.51096 -0.98933 -0.53462 -0.76095 0.73516 0.5068 -0.42374 0.17703 -0.90256 0.15046 -2.02666 -0.12333 -0.4619 0.71589 0.05357 -0.10231 -1.43039 -0.18964 -1.16582 1.76161 -0.63177 0.45921 0.45682 0.58497 -0.25175 -0.4077 1.67768 -2.08306 -0.20724 -0.10091 0.28848 -1.41007 0.22578 0.30621 -1.41024 0.85526 0.5802 0.56368 -0.58431 -0.84461 1.35499 1.60007 1.26758 2.1789 0.39516 -1.27667 -1.18472 -0.42395 -1.20012 0.10791 0.32777 0.09128 -1.54643 -0.56655 1.4647 0.96205 -1.91461 -1.31482 -1.27075 -0.10263 1.43877 -0.17694 0.91912 -1.1797 -0.12468 0.07565 -0.42633 0.6973 -0.87723 -0.11972 0.92863 -0.50956 -1.18597 1.21393 -1.26562 -0.55149 0.21364 1.4437 0.94605 0.41961 -0.4207 0.24508 -0.60253 -1.83886 0.6283 -1.28846 1.87815 1.51166 0.24446 -0.00783 0.48185 0.24868 1.93202 -0.49475 0.01733 -0.93805 0.1991 0.95821 -0.12642 -0.68075 -0.29931 0.42809 1.92985 0.49886 0.36254 -1.17743 -0.36085 -0.48265 -0.79653 0.52838 -0.87197 0.01188 -1.20944 0.91176 0.71421 0.3954 0.24568 1.25648 -1.27303 0.08751 1.21076 -0.1117 -1.44499 0.6097 0.84096 0.82662 -0.31783 0.2774 1.84907 1.13337 -1.02714 0.11933 0.78445 -0.95019 1.09997 -0.69647 1.54004 0.59611 -0.72193 -1.04046 0.19042 -1.26059 -1.98687 0.77924 -0.19529 0.25467 -1.08171 0.94476 1.16697 1.03879 -0.49842 -0.34006 0.29696 0.86762 1.65616 0.43961 0.94929 1.08985 -0.42368 0.56758 -0.41234 -0.72397 -1.04388 -0.4653 -1.42764 2.11657 1.16189 -0.05211 -0.20716 0.95751 -0.90419 0.40403 1.18397 -1.10802 0.53267 0.37412 1.63248 -0.89363 -0.54969 0.40326 0.15944 -0.48804 0.02106 -0.43002 -1.87059 -0.45901 0.4956 0.15205 -1.3669 0.55791 -0.02048 -0.92348 -1.4131 0.39481 2.6198 -0.07107 -0.0906 -1.5314 0.56379 -0.25575 -0.21539 -1.2197 0.42971 0.08003 0.34423 -0.30629 -0.64302 1.45306 1.05532 1.9113 -0.87834 0.85232 -1.20242 0.62666 -1.00009 -0.69155 0.62611 -0.97794 0.73826 -1.58977 0.36228 -0.10633 -0.22645 1.51574 1.23836 0.62564 -0.11595 0.09593 0.77755 -1.27664 -0.87828 0.55676 0.7956 0.61418 0.42939 0.29877 1.25835 -0.50724 -0.26439 1.0597 -0.05294 -1.02916 0.37178 -0.6067 -0.793 -0.61122 -1.44763 0.78925 0.07966 -0.18376 -0.13299 0.69123 -0.75964 -1.02891 -1.36239 1.00389 -0.16516 0.53075 0.42772 -0.79546 2.55318 -0.27603 -0.11694 0.81892 -0.54216 0.78573 -0.77776 2.33057 -0.80316 0.3409 -0.6203 0.16313 -0.70498 0.90595 -0.278 -0.02227 -0.28822 0.66923 0.66833 0.76826 1.2115 2.19028 0.80111 1.1813 0.95666 -0.38151 -0.05798 -1.34362 0.55359 0.76773 -0.26832 0.00387 -0.76342 -0.5735 -0.07973 0.81936 0.27316 -0.65185 0.54281 -1.69147 -1.84883 0.32151 -0.43583 1.53523 -0.05066 0.96047 0.01741 -0.49051 -1.51952 -0.01946 -0.67988 -0.56813 -0.4888 -1.28884 -0.70446 -0.46701 -1.6555 -0.17598 0.64857 0.05694 0.63057 -0.65561 -0.81447 0.08641 0.02488 1.27948 0.05906 0.04832 0.27092 -1.09907 -0.28409 0.0247 -0.52451 -0.40603 -0.75469 0.69397 1.30505 -1.25738 0.41912 -0.18394 0.35678 -1.34494 -0.93272 -1.13038 0.70273 -0.74246 -1.62796 0.80404 0.61316 0.90037 0.12332 -1.05393 -0.60066 0.38355 -0.37953 0.148 0.70747 -0.11952 -0.11339 -0.10462 -0.01288 0.35014 0.4062 -0.80905 -0.45985 -0.33284 -1.21051 0.52445 -0.84807 -0.57824 0.17152 -0.34103 -0.75399 -0.96317 -0.06144 -0.67789 0.33648 0.63122 0.56815 -0.93927 -0.19809 -0.06897 1.95052 0.9643 0.3173 -0.23501 0.74564 0.4965 0.66767 0.22694 0.97489 0.08412 0.44105 -0.88188 -0.53063 0.23833 -0.9401 0.8942 -0.61115 -1.20176 0.87193 2.26708 0.49419 0.31624 0.25046 0.5455 0.11243 1.37015 -0.20578 0.5267 -1.55551 -0.86328 0.76787 1.45001\n; 0.26914 0.09801 -0.25676 -0.45719 -0.2321 0.43158 -0.39481 0.5187 -0.40109 -0.05072 -0.32691 -0.38163 0.51606 0.69531 -0.15493 0.22987 -0.33293 0.4517 0.32032 0.2328 1.02858 -0.10258 -0.18075 -0.67335 -0.10206 -0.81529 -0.09202 -0.6075 -0.10342 0.88422 0.03814 -0.99776 0.06122 0.20129 -0.63001 0.12943 1.05611 0.29798 1.06541 -0.62784 0.2568 -0.49213 0.12349 -0.15618 0.75059 0.21703 0.23973 -0.53529 0.16887 0.00821 -0.01 -0.11896 0.39935 -0.00872 0.59202 -0.78215 -0.51977 -0.49769 -0.13142 0.41716 -0.56802 -0.2543 -0.32188 0.01176 0.40831 -0.19414 0.1434 0.10575 0.03915 -0.01323 0.26018 0.43731 0.32934 0.19994 0.2276 1.01716 -1.15388 0.91036 0.64916 0.51393 1.01703 0.32853 -0.49552 0.56027 -0.5361 0.71785 0.25702 -0.11389 -0.87448 -0.89731 -0.16209 0.59542 0.32418 -0.75531 1.29026 0.04388 0.04198 0.26722 -1.00594 -1.09463 -0.11733 -0.90682 -0.12084 -0.3439 0.24579 -1.07345 0.61229 0.06562 -0.16764 -0.05757 0.17636 0.44176 -0.66631 -0.23457 -0.06525 0.17782 0.13424 0.00908 -0.08985 -0.0729 0.3053 -0.38524 -0.25416 -0.31525 0.97615 0.30196 -0.12561 0.37916 0.11804 0.18533 0.6308 0.18097 -0.36944 0.66804 0.17262 -0.64801 -0.37764 -0.94726 0.21302 0.34084 0.10021 0.00327 -0.65544 0.29044 -0.10959 0.30348 -1.15149 -0.30254 -0.99034 0.42733 -0.48653 -0.0161 0.93192 -0.35416 0.0409 0.06478 0.0675 0.28825 0.78632 -0.39569 0.84179 0.33058 0.03932 0.77224 0.11829 -0.1377 0.46506 1.34486 0.27343 0.19104 0.71934 -0.33605 -0.07568 -0.1604 -0.64222 0.0195 -0.07962 0.60188 -0.76854 -0.52246 -0.16217 -0.22306 0.06338 -0.76481 -0.72518 -0.63559 -0.15339 -0.46214 -0.41564 -0.22592 0.67535 -0.3794 0.50941 -0.55534 0.19702 -0.32722 -0.4941 0.83318 -0.52992 -0.35225 -0.56737 -0.2786 -0.09308 0.44901 0.12956 0.48937 -0.10828 0.53098 -0.06305 0.63887 0.10629 -0.00484 -0.64627 -0.46509 -0.19092 0.46413 1.03219 -0.54561 -0.20912 -0.17044 0.50111 -0.85501 -0.36882 0.07443 -1.07269 -0.25245 -0.03705 -0.45396 -0.54418 0.80885 0.28037 -0.2253 -0.32869 0.59597 -0.18523 -0.41669 -0.46855 -0.69614 -0.27926 0.78787 -0.13178 0.83275 -0.38245 0.37093 -0.53911 -0.02568 0.66907 -0.18606 -0.88616 -0.54646 0.06875 0.25521 0.42925 0.48281 -0.39084 0.04037 -0.44561 -0.45348 -1.29832 -0.07391 -1.17291 -0.95257 -0.38676 -0.45434 -0.23115 0.51664 -0.27276 0.02685 0.22227 0.39076 0.28059 0.0385 0.49871 -0.40975 0.37149 -0.63024 0.3854 -0.22991 0.16841 -0.46942 0.15267 -0.26466 -0.00802 0.28469 -0.17753 0.20788 0.42897 -0.57155 -0.65407 -1.46709 -0.03665 -0.1668 0.46383 0.2862 -0.13466 0.00241 0.13107 -0.34217 -0.06915 0.18728 -0.53717 -0.35619 0.82621 -0.38928 -0.68539 0.78211 0.62431 0.58406 -0.27601 -0.16955 0.52468 -0.03566 -0.54961 1.23449 0.33268 0.41152 -0.74912 0.71714 -0.4633 0.39023 0.07937 0.68161 0.00538 0.07492 -0.70391 -0.4819 0.78489 -0.77202 -0.30338 0.82719 0.50546 -0.32992 0.07024 0.25926 -0.22753 -0.10379 -0.83694 0.86395 -0.05121 0.09254 0.97497 0.54613 -1.27671 -0.15583 -0.33613 -0.57697 0.54773 0.54419 -0.14558 0.54125 0.48035 0.17904 0.04881 1.00553 -0.31071 -0.18998 1.42361 0.67031 1.02828 0.22684 -0.67427 0.39733 0.2762 0.55873 0.31826 0.32151 -0.51415 0.2062 -2.05246 0.62916 1.15256 0.00778 -1.08902 -0.09587 -0.9124 -0.04631 -0.13005 -0.49529 0.5233 0.69207 -0.31437 0.43457 0.3684 -0.39628 0.16774 0.37013 0.11573 0.66912 0.56423 -0.30003 -0.10694 -0.8685 -0.56926 -0.24207 0.01571 -0.82807 -0.56407 -0.22912 0.20069 -0.48817 0.52861 0.72263 -0.0198 -0.88672 0.94406 0.18219 0.0429 -0.05942 -0.11966 0.32584 0.64341 -1.18282 0.05998 -0.05551 0.41002 0.10707 0.39825 0.05849 0.64264 -0.43122 0.19072 -0.34411 0.3085 -0.23554 -0.89567 0.27877 0.27286 0.36828 -0.87733 -0.46955 0.53129 0.38731 0.49723 0.38058 0.96602 -1.24877 0.74749 0.00447 -0.08177 -0.19964 -0.13691 -1.19424 0.17726 -0.1884 0.23462 -0.08535 0.43135 0.1324 -0.42267 1.54501 -0.65521 0.3043 0.56479 -0.48269 -0.80853 0.24027 -0.12777 0.26436 0.13629 0.18318 -0.07884 -0.14405 -0.02027 1.11626 -1.64931 0.57867 0.11879 -0.0305 -0.53373 -0.2913 -0.44452 -0.14507 -0.1871 -0.45882 0.41239 0.57065 -0.20185 0.03111 0.82533 0.04079 -0.51352 -0.05622 -0.97062 -0.08681 -0.43402 -0.36582 -0.27694 -0.70665 -1.2304 0.22454 -0.18317 0.13002 0.39031 0.15125 0.66543 0.47837 -0.26142 -0.79928 0.46538 1.08803 0.61113 0.61227 0.70608 0.04643 0.50396 1.25495 0.3618 1.6937 -0.31842 0.61973 -0.01072 -1.09597 0.25177 -0.27731 -0.83822 -0.65852 -0.31664 0.00854 -0.72386 0.26473 -0.11896 0.26793 -0.93525 -0.78427 -0.56176 0.34036 0.44807 -0.18914 0.30562 0.29221 -0.52456 0.2886 0.1985 -0.58908 0.40416 -0.84098 -0.26147 -0.75399 0.03616 0.31582 0.03381 -0.02849 0.1983 -0.66261 -0.31621 -1.0566 -0.61284 0.76137 0.40391 0.14645 0.9958 -0.2448 0.02628 0.41825 0.74778 -0.43747 0.03648 0.22401 -0.60902 -0.93649 -0.07338 0.82154 -0.0844 -0.6046 -0.00287 0.1947 0.40357 -0.233 -0.02019 0.01714 0.08123 0.12605 -0.53307 -0.86938 -0.44091 -0.357 0.47633 0.20168 -0.30714 0.32996 -0.2552 -0.01935 0.00903 0.2835 0.39425 0.31002 0.44794 0.2632 -0.94034 1.1158 0.46978 -0.32686 -0.34866 0.13899 0.24851 -0.28973 0.17713 0.3539 0.51885 -0.36222 -0.194 -0.45705 0.24752 0.08118 0.52873 0.01519 0.87474 0.3687 0.18787 0.51632 -0.58376 -0.65628 0.31297 -0.75868 0.55953 -0.08658 -0.47285 -0.78121 0.12787 0.23439 0.42193 0.12371 -0.44645 -0.8529 -0.4887 -0.42844 0.28732 0.58636 0.5152 0.27795 -0.55671 0.20311 0.01309 -0.63969 0.08858 -0.28906 0.15151 -0.48426 -0.1858 0.39032 0.27106 -0.06632 0.49822 -0.06847 0.3758 -0.32848 -0.52108 -0.60019 -0.93031 0.19733 -0.45746 -0.11296 -0.07396 0.35363 -0.43627 0.19431 0.36632 -1.46506 -0.92188 0.69625 -0.85894 0.0713 -0.19954 -0.57735 0.64574 0.14162 -0.42239 -0.0463 0.73684 -0.16064 -0.04519 -0.42905 0.1516 0.51218 -0.23091 -0.39864 -0.01451 -0.27137 0.11051 1.01921 -0.52303 -0.1685 0.43649 -0.76165 -0.08781 0.74561 -0.73046 1.03727 0.92078 -0.71388 -0.30852 -0.28292 -0.08068 -0.21577 -1.08125 -0.41909 0.06859 0.32476 0.40892 -0.21716 -0.30487 -0.98073 0.07851 0.00471 0.58217 -0.23826 0.41722 -0.24999 0.40238 -0.18116 -0.03442 -0.61994 0.01891 0.57997 0.48106 0.13924 0.37426 0.09612 -0.14645 0.44822 0.93238 0.46306 0.66987 -0.25389 -0.41997 0.26377 -0.41535 -0.34956 0.63101 -0.25262 0.03176 0.20462 0.79533 -0.59993 0.1328 -0.42528 -0.20386 0.0296 -0.81292 -0.80114 -0.38118 1.02325 -0.43233 -0.71489 -0.22463 0.7079 -0.26049 0.14917 -0.06987 -0.41452 -0.13899 -0.06458 -0.31504 0.26822 0.31076 0.32759 -0.25236 0.31613 0.18515 -0.2952 -0.03091 0.16044 -1.29884 0.24642 0.78593 -0.153 -0.4362 0.28074 -0.2203 -0.62911 -0.73365 -0.1353 -1.09412 -0.4964 -0.37195 0.93505 0.0564 1.03886 0.23864 -0.24216 0.31607 0.06405 0.25716 0.50911 -0.10362 -0.14969 -0.16966 -0.3384 0.37714 -0.21778 0.82865 -0.98384 0.73286 -0.04265 0.00026 0.3895 -0.69367 0.04363 -0.12362 -0.43729 -0.31576 -1.53744 0.45994 0.47206 0.56918 0.22625 0.76694 0.07625 0.00924 -0.02828 -0.13768 0.51808 -0.29976 0.23342 0.62897 -0.08434 -0.44263 0.06009 0.99742 0.3456 0.03562 0.60059 0.56046 0.4239 -0.77769 0.94047 0.03123 -0.03865 -0.37522 0.07988 -0.08433 0.14649 -0.04333 0.52877 0.1025 0.32518 -0.04775 -1.01359 0.12439 -0.85935 -0.56093 0.84799 1.23698 0.24083 -0.43267 -0.09834 0.31807 -0.71498 -0.96036 -0.3342 0.23483 -0.29375 0.84905 -0.04537 0.00847 0.61534 0.43354 0.19788 0.54654 -0.05039 0.09555 -0.43314 0.60338 0.03094 -0.33663 -0.115 -0.26042 -0.46803 0.38137 0.45198 0.66515 -0.13753 -0.41972 0.67071 -0.02417 0.80831 -0.36175 0.41776 -0.23663 0.42479 -1.11704 -0.16266 -0.05454 0.19201 -0.50341 -0.58636 -0.49542 -0.23698 -0.29288 0.02515 -0.15953 0.38979 -0.04985 0.59562 0.05886 -0.3659 -0.53928 -0.42218 -0.1798 -0.08327 -0.20521 -0.44748 -0.25165 -0.10564 0.25583 0.70747 -0.12987 -0.06942 0.08459 0.32975 -0.19622 -0.495 -0.50408 -0.3712 -0.60918 -0.11096 -0.60272 0.60057 -0.51392 0.21697 -0.20017 0.02181 0.35661 -2.02629 -0.40577 -0.30562 0.21313 0.31654 0.05524 0.22155 0.25181 0.29355 0.4092 0.45887 0.31694 0.03231 0.00798 0.3828 0.17494 -0.42874 -0.6274 -0.74245 0.37791 -0.32987 -0.15756 0.27751 1.52132 -0.54801 -0.31051 -0.6393 0.34384 -0.17293 0.65027 -0.47698 -0.13901 0.35719 -0.427 0.16609 0.86058 0.35325 -0.84287 0.38091 -0.18715 -0.17836 -0.35884 -1.05762 -0.32993 0.53186 -0.55304 0.04052 0.06465 0.26052 0.6797 -0.3775 0.21409 0.77853 -1.56958 1.2325 -1.34627 -0.06212 -0.18088 -0.40173 -0.82594 -0.02972 0.63271 -0.07824 0.17382 1.0295 -0.86649 -0.81541 0.60347 -0.1062 0.63705 -0.89736 -0.48376 -0.38674 0.22086 -0.14125 0.06161 0.12897 -0.00304 -0.36418 0.02914 -0.61454 0.58005 -0.01474 -0.31799 0.39451 0.45283 -0.53478 0.25918 0.46532 -0.13595 0.56865 0.14231 -0.90813 0.35779 0.24574 0.02255 0.96313 -0.1588 0.14784 -0.38371 -0.26378\nX 0.193939 0.784204 -0.047659 -0.008657 0.054081 -0.029733 -0.003377 -0.234082 0.017034 0.202699 -0.250279 -0.228489 -0.333215 -0.209092 0.144432 -0.325211 0.223922 -0.259845 -0.192331 -0.028819 -0.052483 -0.306038 0.778499 -0.3357 -0.340319 0.190509 -0.385094 -0.0468 0.237859 0.246939 0.376394 -0.183436 -0.146351 -0.089794 -0.155573 -0.0065 0.024136 -0.137554 0.222851 0.195077 -0.02838 0.030669 -0.007192 0.169536 0.348731 -0.712652 -0.388912 -0.52668 0.041956 0.27066 -0.330682 -0.104389 0.058681 0.080837 0.127982 -0.156292 -0.140141 0.113975 0.348535 0.085082 0.047934 0.014041 0.151795 0.297586 0.413946 0.17816 0.071929 0.449041 -0.071833 0.097437 -0.285653 0.233211 0.313392 -0.166264 -0.172357 0.232351 -0.356862 0.409806 -0.239644 -0.127514 0.380903 0.458221 0.212292 0.294322 -0.063816 0.228234 0.013719 -0.036639 -0.413239 0.21966 -0.398327 -0.412266 -0.211283 0.051037 0.569997 -0.10446 -0.018061 -0.061892 -0.135532 0.218379 0.00207 -0.027354 -0.200895 -0.012634 0.224826 -0.136992 -0.372776 0.377468 0.043417 -0.013708 0.465515 -0.219762 -0.54635 0.330134 -0.106058 -0.333252 0.138964 -0.042973 0.070622 0.312692 -0.230089 0.437537 -0.19342 0.0463 0.025178 -0.393992 0.186466 0.076896 -0.448041 0.214399 -0.01426 -0.782675 0.036143 -0.035783 -0.023006 -0.575263 0.110814 0.034624 -0.373649 -0.114124 0.264925 0.312409 0.146128 0.066792 -0.051241 0.308436 0.196084 0.208083 -1.002585 0.115079 -0.164779 0.393091 0.136498 -0.090493 0.194201 0.224002 0.162319 0.168487 0.425364 0.394421 0.244197 -0.165043 0.50654 0.049143 0.203801 -0.081528 0.060638 0.068662 -0.28805 0.176035 0.610089 -0.275107 -0.296496 0.084849 -0.360735 0.253053 -0.392361 0.115847 0.311489 -0.209702 -0.183006 0.055248 -0.499925 0.332029 -0.641776 0.17849 -0.12777 0.112008 0.024686 -0.10303 0.035809 -0.224156 -0.010085 0.168587 -0.022722 -0.011078 0.060006 -0.113415 -0.08252 -0.185203 0.17523 0.190564 -0.232218 0.016763 0.243881 -0.351251 0.001939 0.068063 0.894002 0.02143 0.183421 -0.08379 0.272784 0.104008 0.036152 0.42387 -0.302339 -0.240463 -0.232754 -0.337047 -0.328894 -0.493679 0.066275 -0.265659 -0.056951 -0.15476 -0.069344 -0.011546 -0.012982 0.200466 0.078486 0.26412 -0.325938 -0.232594 -0.295719 0.070957 0.180017 -0.135274 -0.240328 -0.063062 0.192318 0.356255 0.324953 0.291612 -0.186147 0.14033 0.394402 -0.070747 -0.347515 0.124544 -0.21084 -0.324315 0.362428 -0.308368 0.028369 -0.336441 -0.074381 -0.13127 -0.077242 -0.076714 0.165892 -0.120581 -0.671872 -0.242053 -0.102242 0.333026 0.011541 -0.416257 -0.010021 0.402197 0.681553 0.006854 -0.104919 0.096796 -0.252922 -0.010077 0.444007 0.6687 0.325743 0.103035 -0.066762 0.116348 -0.082788 0.035537 0.35839 -0.029141 0.173045 0.058509 -0.112086 -1.012962 0.207602 0.55709 0.113747 0.533475 0.161983 0.066744 -0.147788 0.287683 0.152874 -0.057128 -0.004892 0.100197 -0.155168 0.003048 0.102316 0.420944 -0.067961 0.147462 -0.154453 -0.184337 0.076208 0.297556 -0.11239 0.707691 0.0231 0.267733 -0.005273 0.425854 -0.092229 -0.132485 0.030624 0.057938 -0.04553 0.211989 0.351471 -0.252958 -0.06258 0.03174 -0.078707 -0.086743 -0.299463 0.046174 0.011963 0.056735 -0.147046 -0.095431 -0.682939 0.120046 -0.051157 0.12677 -0.067474 -0.094637 -0.227506 0.031654 -0.065525 0.220471 0.333257 0.543435 0.067789 0.181744 0.221512 0.286676 -0.213752 -0.332515 0.412842 0.116805 -0.127847 0.31651 0.377079 0.091519 0.17147 0.266323 -0.012972 -0.113163 0.105739 -0.006133 0.165542 0.525221 -0.966962 -0.295486 -0.072304 0.063522 -0.344197 -0.165496 -0.645513 0.185301 0.137205 -0.683484 -0.172687 0.107452 0.588619 0.43044 0.130586 0.025899 -0.310819 -0.205139 -0.352925 -0.011942 0.041603 0.053295 0.34538 -0.423084 -0.015767 0.098962 0.402347 -0.190217 -0.316252 -0.27633 -0.201003 -0.434734 -0.326636 0.270844 -0.195076 0.151988 -0.11967 0.14408 0.041155 -0.198895 0.281339 -0.38675 0.110877 -1.204491 -0.074393 0.163638 0.045727 -0.015796 -0.397841 0.527341 0.075651 -0.633263 0.002315 -0.109795 0.244209 -0.260893 0.294279 -0.117759 0.251477 -0.429388 0.362113 -0.058402 0.402085 0.209516 0.026331 0.164608 0.312883 0.218847 0.111486 -0.057353 0.064566 0.040874 -0.237432 0.043172 0.409449 -0.221275 -0.104684 0.147053 0.095801 0.244296 0.150469 1.156303 0.321552 -0.249792 0.040392 0.394593 -0.080886 0.222319 -0.212786 -0.413153 -0.333793 0.303143 0.557118 0.252968 -0.07272 0.066512 -0.374853 -0.144334 0.212713 -0.040525 0.588473 0.381124 0.16605 -0.071629 0.284915 0.150474 -0.388427 0.242896 -0.368557 -0.755644 0.146414 0.154063 0.423437 0.261057 -0.571847 -0.381539 0.267576 0.472841 0.410329 0.375683 -0.117203 -0.073933 0.543588 -0.347629 -0.103986 0.252753 -0.115146 0.261092 -0.44642 -0.401194 0.077429 -0.127294 -0.11643 0.573885 -0.364947 0.026619 -0.327968 0.059081 0.090282 2.340695 -0.161878 -0.135836 0.325166 -0.140539 0.022968 0.427056 -0.292894 0.508895 -0.103691 -0.035609 0.041951 0.164958 0.021371 0.032308 -0.550555 -0.311445 -0.013965 0.200398 -0.000792 -0.323204 -0.109403 0.221076 0.261768 0.006323 -0.240687 0.456953 0.445403 -0.471378 0.076649 0.066886 0.01875 -0.229545 0.231966 0.387342 0.613519 -0.253492 0.366065 0.300244 -0.515153 -0.471408 -0.107198 0.296953 0.364032 -0.056784 0.032745 -0.134109 0.368031 0.588732 0.664082 -0.488687 -0.250713 -0.090934 0.049601 -0.086101 -0.439689 0.136107 0.003813 -0.028085 0.075846 -0.783122 -0.42328 -0.443301 0.497447 0.175286 -0.230901 -0.312622 0.649319 0.015847 0.209448 0.029809 0.393567 0.144448 -0.044224 -0.080843 -0.259649 0.125234 0.616491 -0.131865 -0.422159 0.867195 -0.053173 0.065891 0.07089 -0.167337 0.670107 -0.106648 0.848368 0.07228 0.101549 -0.138212 0.070135 -0.145615 -0.561307 0.058635 -0.279481 -0.002574 -0.058996 0.06258 0.334629 -0.075871 0.593398 0.375154 -0.376698 0.123542 0.135936 0.576517 -0.236191 0.247604 0.600059 -0.02591 -0.116914 0.29021 -0.056777 -0.286697 0.070393 0.04244 -0.393426 0.193481 -0.322769 -0.376846 -0.347121 0.178637 0.380314 0.297786 0.015596 0.098052 0.184586 0.279532 -0.34582 -0.497974 -0.145398 0.053545 -0.094137 -0.164628 -0.215022 -0.333331 0.035466 -0.285688 -0.385525 -0.520235 -0.582609 0.110461 -0.343485 0.130876 0.663677 0.478653 0.534468 0.306679 -0.372454 0.652903 0.090939 -0.118461 -0.624596 -0.239926 -0.36716 0.31402 0.506824 -0.118094 -0.493691 0.43281 0.088071 -0.044012 0.539705 0.117861 0.12616 -0.504433 0.080145 0.233131 0.321164 0.131999 0.335519 -0.211721 -0.127029 0.113117 0.35038 -0.324826 -0.557622 0.000751 -0.323518 0.372834 -0.547451 0.28462 0.088796 -0.465577 -0.062644 0.099326 -0.282262 0.449128 -0.111076 0.200496 -0.375893 -0.18081 0.052603 0.231141 -0.083894 0.098194 -0.000809 -0.163942 0.397805 -0.106886 -0.160285 -0.045191 -0.158279 -0.10629 0.482099 0.185016 -0.000512 -0.0528 0.046299 0.189341 -0.095085 -0.378939 0.540826 0.435943 0.082039 -0.122926 0.390733 0.484942 -0.182731 0.161727 -0.425941 -0.155984 -0.384108 -0.367378 0.319105 -0.29185 -0.097164 0.022024 -0.184088 -0.400308 0.073902 0.009419 -0.358799 0.06525 0.159139 0.114011 -0.467839 0.077912 0.151746 0.113576 -0.392553 -0.158925 -0.632104 -0.357696 -0.050682 0.617426 0.059322 0.288941 -0.206305 -0.202894 0.184616 0.312637 -0.604709 -0.137477 -0.139005 -0.431931 0.080451 0.275196 -0.1339 -0.209908 -0.192559 0.085977 -0.249527 -0.333236 -0.154788 0.022746 -0.372101 -0.163739 0.279447 0.367568 -0.332137 -0.328783 0.105979 0.469602 0.33957 0.037072 -0.140074 0.082518 -0.129279 -0.32315 0.368125 0.519202 -0.210965 0.012612 0.029674 -0.037981 -0.281061 0.269153 0.861756 0.028019 0.083236 -0.041422 0.063169 -1.383664 -0.110379 0.461605 -0.4968 0.119123 0.136844 -0.032449 0.202684 -0.124559 -0.110367 -0.291056 0.036757 0.173535 -0.112928 0.179828 0.001181 0.680886 -0.290413 0.309958 -0.153647 -0.024033 0.389389 0.342943 -0.077192 0.722068 0.706743 0.216572 0.347241 0.078361 -0.190239 -0.416896 0.001478 -0.089067 -0.224894 0.457982 0.354539 -0.768832 0.271197 0.2308 0.003025 0.140862 0.046277 0.417102 -0.076848 0.258255 -0.104632 0.179414 -0.431858 0.307005 -0.108359 0.237598 -0.289746 0.219965 -0.136562 -0.139554 0.259287 0.393636 0.569132 0.55557 -0.117426 -0.389289 0.053207 0.021728 -0.050606 -0.289618 0.346972 0.051635 0.53001 0.30749 0.511068 -0.303148 0.430961 0.279434 0.138247 0.065667 0.514974 0.045941 -0.059338 0.228693 -0.739687 0.263555 -0.00141 0.059717 -0.268235 -0.403384 -0.591502 -0.200769 0.238933 -0.297809 -0.172105 -0.231023 0.697498 0.605733 0.028739 0.158218 -0.653017 -0.810815 -0.089076 0.072289 -0.12894 -0.148076 0.254552 -0.116552 0.279952 0.301498 0.05962 0.091712 -0.112319 -0.195817 -0.384021 -0.743313 -0.515008 -0.132486 -0.197963 0.219685 0.211135 -0.18051 -0.277454 -0.333009 0.802105 -0.329679 -0.153335 -1.919001 0.053887 0.519903 -0.239407 0.432217 -0.677623 0.167445 -0.256943 -0.928292 0.572247 -0.185297 0.337864 0.020928 0.266463 0.180107 0.544294 -0.061502 -0.051923 -0.206273 0.341117 0.101731 -0.807669 0.011854 0.733866 0.216137 -0.21247 0.158259 -0.081222 0.130846 0.301409 -0.470423 0.555587 -0.653437 -0.482555 0.095468 0.516967 0.039281 0.020214 1.262877 0.012595 -0.56109 0.002606 0.079975 0.315428 0.338913 -0.432536 -0.36532 -0.538158 0.141684 0.463531 -0.379161 -0.145052 -0.149302 -0.126268 -0.39723 -0.067889 -0.319637 0.493186 0.039131 -0.468832 -0.180342 0.502615 0.019324 -0.496985 0.642619 -0.223423 -0.733754 0.304789 0.232726 0.214446 -0.06659 -0.122367 0.027486 0.380745 0.293617 -0.201288 0.728066 0.200482 -0.060121 -0.003739 0.096871 0.024372 0.132098 -0.126661 -0.012219 -0.521498 -0.426891 0.175263 -0.332418 -0.18236 0.550084 -0.61799 0.132155 0.115028 0.127065 -0.063502 2.174111 -0.253969 -0.330548 0.077949 -0.301789\nÚ 0.321372 0.658095 -0.067885 -0.163637 0.417665 -0.125278 0.260297 -0.257198 -0.10047 0.293608 0.131065 0.029748 -0.351309 -0.056764 0.183302 -0.42007 -0.062711 -0.106658 -0.000815 -0.061668 0.135695 -0.220423 1.029447 -0.092339 -0.46882 -0.086568 -0.360625 -0.320073 0.153624 0.25334 0.815575 -0.101224 -0.362176 0.134178 -0.263412 -0.356775 -0.218943 -0.572024 0.227465 0.399309 -0.366015 0.039629 -0.075046 0.273351 0.200419 -1.072133 -0.275561 -0.350042 -0.099314 0.037553 -0.565441 -0.604132 -0.187017 0.199502 0.057582 0.452494 -0.031515 0.069252 0.578899 0.27476 0.345672 0.250642 0.159585 0.492218 0.596621 0.018815 -0.055281 0.460722 0.160941 -0.156817 -0.029813 0.290978 0.016967 0.248961 -0.078524 0.715301 -0.098715 0.645038 -0.375015 -0.106604 0.811065 0.493865 -0.156488 0.516672 0.067289 -0.233009 0.0208 -0.05564 -0.457488 0.090514 -0.304328 -0.335613 -0.127448 -0.392409 0.432652 -0.103826 0.298322 0.103445 -0.223639 0.408939 0.4551 0.277722 0.078498 -0.211316 0.031913 -0.393939 -0.508655 0.682813 -0.156128 -0.009131 0.866523 -0.090498 -0.764861 -0.126976 0.289362 -0.765649 0.479702 -0.211201 0.430648 0.584826 -0.031616 0.658394 -0.359591 0.399149 0.377511 -0.486588 0.142712 0.231838 -0.594894 0.183805 0.020012 -0.481019 -0.456065 0.427545 -0.157468 -0.874013 -0.169054 0.300754 -0.408519 -0.436822 -0.134702 0.287278 0.254446 0.114491 0.205664 0.411595 0.268763 0.207777 -1.066954 0.31863 0.139879 0.392334 0.593022 0.383802 0.053914 -0.034106 -0.174191 0.246369 0.250242 0.717172 0.784916 -0.349025 0.439119 0.110126 -0.141495 -0.315761 0.39014 0.130621 -0.064608 0.019574 0.639479 -0.003808 -0.202103 -0.103176 -0.571096 -0.440255 -0.713992 0.170707 0.345116 -0.321416 0.181118 0.084678 -0.878238 0.318158 -0.640845 0.182161 -0.447636 0.399772 0.172554 0.370799 0.159961 -0.114559 -0.362779 0.380076 0.110176 -0.187116 0.179524 -0.209111 -0.275711 -0.129686 0.153074 0.053799 -0.238309 -0.141624 0.134979 -0.69932 0.328987 -0.043258 0.599817 0.050951 0.212292 0.291401 0.304875 -0.024399 -0.084267 0.957419 -0.079191 -0.494741 -0.167915 -0.717684 -0.051525 -0.864869 -0.059695 -0.249246 -0.159084 -0.486489 -0.167415 0.136071 -0.004804 -0.079488 -0.377508 0.224895 -0.477568 -0.321179 -0.303352 -0.260496 0.091805 0.148271 0.197734 -0.269653 0.194732 0.311016 0.162237 0.282586 0.171955 0.076788 0.528279 0.094287 -0.291931 0.135294 -0.414074 -0.236258 0.304769 -0.072887 0.221604 -0.189842 -0.081361 0.007611 -0.106204 -0.120757 0.722838 -0.084544 -0.527401 -0.128803 0.250139 0.620131 -0.136755 -0.212986 0.040362 0.427997 0.282451 0.587024 -0.093129 0.300775 -0.147121 -0.056688 0.090794 0.79532 0.187872 -0.074277 -0.218428 0.269596 -0.00792 0.170301 0.502896 -0.314514 -0.109499 -0.087098 -0.657452 -0.840016 0.544091 0.450377 0.376074 0.724712 0.221919 0.338109 -0.294852 0.518752 0.198393 -0.028041 0.068938 -0.028783 -0.340142 -0.307394 -0.244448 0.157785 0.044791 0.083226 -0.54999 -0.232278 0.139511 0.287604 0.195851 0.061302 -0.322004 0.421024 0.082899 0.606628 -0.037593 -0.317485 -0.120862 -0.094581 0.030128 0.402868 0.956031 -0.151174 -0.222597 0.487326 -0.359823 -0.564982 -0.508158 -0.276466 0.393315 0.069188 -0.576666 -0.352105 -0.373464 0.046051 -0.352772 0.279564 0.377411 0.182469 -0.166561 -0.071414 -0.528026 -0.059081 0.729468 0.573998 -0.407672 0.230696 0.188916 0.595409 -0.259505 -0.291587 0.579005 -0.024516 -0.220496 0.409544 0.410741 0.455399 0.002069 0.190784 -0.155826 -0.170619 0.278965 0.115254 0.371654 0.365144 -1.319228 -0.221918 0.19181 -0.177505 -0.317735 -0.066235 -0.225297 0.277777 0.201541 -0.670076 -0.124656 -0.043788 0.408174 0.082731 0.164204 0.299976 -0.048344 -0.195629 -0.3072 -0.064135 -0.092746 0.363858 0.258436 -0.327435 -0.694565 0.183185 0.537531 0.261568 -0.630601 -0.389188 0.152901 -0.217126 -0.203869 0.17182 0.164215 -0.281312 -0.006419 0.258151 0.066019 -0.392152 -0.014205 -0.5661 0.105486 -1.276416 -0.266082 0.332745 -0.380942 0.191216 -0.37543 0.441693 0.232723 -0.793666 -0.0824 -0.51649 0.140882 -0.325193 0.296826 -0.073057 0.330364 -0.793989 0.34281 -0.319121 0.710255 -0.123522 0.175903 -0.027206 0.591231 0.034746 -0.022876 0.076894 -0.099833 -0.157212 -0.542578 -0.229616 0.211861 -0.645254 -0.481048 -0.086147 0.221534 -0.027501 0.069838 1.684691 0.212146 0.1808 0.252966 0.718322 -0.050532 0.383655 -0.186412 -0.581622 0.01064 0.192044 -0.123208 0.242839 -0.109335 0.163518 -0.441001 -0.213401 0.267932 -0.170157 0.440673 0.415942 0.061919 0.054227 0.331741 -0.093184 -0.269377 0.15812 -0.198484 -1.110062 -0.011522 0.380308 0.672451 -0.340103 -0.010116 -0.140497 0.141477 0.651881 0.378019 0.267294 -0.353359 0.157826 0.573772 -0.403254 0.020974 0.095423 0.394011 -0.228285 -0.766351 -0.152775 -0.094208 0.086034 -0.379169 1.206705 -0.236002 0.076006 -0.135691 0.172772 0.261784 2.601479 0.114465 -0.248707 0.476625 -0.198805 0.127306 0.472991 -0.225783 0.329688 0.081262 -0.114559 0.237003 0.07124 -0.039287 -0.028784 -0.362681 0.135299 -0.062244 0.447524 -0.178589 -0.286429 -0.356599 0.550161 0.206227 -0.104529 0.067244 0.350835 0.677684 -0.357906 -0.150461 -0.099149 0.034626 -0.216415 -0.059608 0.210879 0.928634 -0.038287 0.299777 0.160248 -0.724244 -0.967675 -0.086386 0.276944 0.288888 -0.064524 -0.436574 0.095709 0.359448 0.925196 0.620469 -0.480348 -0.486742 0.312859 0.083452 -0.378162 -0.766991 -0.187122 -0.055898 -0.03987 0.084259 -0.781421 -0.426225 -0.381006 0.323576 0.136666 -0.095238 -0.191935 0.402836 -0.172935 0.427812 0.164591 0.321392 0.060684 -0.135943 0.090272 0.281337 0.113617 0.708101 0.006583 -0.369596 1.099904 0.019666 0.363171 0.080165 -0.303315 0.888488 -0.398992 0.557288 0.208089 0.406239 -0.575197 0.08788 -0.195555 -0.696764 0.015629 0.028851 0.417033 -0.189524 -0.354438 0.237672 0.359191 0.45997 0.523302 -0.319342 0.17231 0.247203 0.847749 -0.104398 0.115138 0.611753 -0.16571 0.239595 0.545653 0.027014 -0.628299 0.343772 0.154716 -0.268822 0.107109 0.301043 -0.514969 -0.249541 -0.0359 0.878198 0.213455 0.362004 0.130098 -0.067084 1.060594 -0.249528 -0.232639 0.073914 -0.088748 -0.316488 0.069356 -0.127605 -0.101499 -0.171504 0.205975 -0.604845 -0.736543 -0.603594 0.092467 -0.665159 0.109944 0.3195 0.235942 0.720738 0.341372 -0.225124 0.901956 0.255774 -0.325416 -0.524212 -0.259637 -0.196238 0.257854 0.8291 0.217334 -0.6687 0.347086 0.060552 -0.114584 -0.006008 0.348645 0.546705 -0.367413 -0.054443 0.297291 0.155745 -0.061905 0.212199 0.038666 0.222118 0.032168 0.063891 0.049541 -0.527325 0.150359 -0.195274 0.106731 -0.832783 0.088208 0.018011 -0.607459 0.335222 0.036048 -0.579343 0.600184 0.168272 0.100667 -0.548841 -0.401902 0.325795 0.465464 -0.097521 0.084766 -0.224008 -0.235648 0.536686 -0.246222 0.161382 -0.216598 -0.425932 -0.344589 0.235301 0.123035 -0.315897 -0.144388 -0.129036 -0.011305 0.033122 -0.563983 0.326749 0.472645 0.122503 0.162907 0.365372 0.589049 -0.340291 0.156946 -0.20787 0.181159 -0.243754 -0.857092 0.354209 -0.444928 -0.177979 0.287631 -0.144766 -0.697828 -0.097729 0.149551 -0.385337 -0.059284 0.103336 0.170141 -0.551219 -0.159118 -0.225169 0.042689 -0.317458 0.025913 0.044848 -0.774034 -0.258912 0.533268 -0.210388 0.411825 -0.352991 0.03625 0.340183 0.693852 -0.394162 -0.31316 -0.482404 -0.359483 0.137352 -0.023192 0.073779 0.166766 -0.494636 0.241154 -0.142426 0.017473 -0.489465 0.172432 -0.012225 0.01833 0.228081 0.331225 -0.125054 -0.084243 0.303949 0.322266 0.065362 0.250833 -0.300916 0.179469 0.094552 -0.723825 -0.073034 0.498013 -0.284858 0.033885 0.113884 0.117055 -0.138741 0.304379 1.083988 -0.271402 0.068874 -0.273583 -0.111215 -0.902355 -0.038231 0.242617 -0.341037 0.189628 0.089886 0.038778 0.248454 -0.030202 -0.391393 -0.19347 0.305899 0.122621 -0.290834 -0.043722 -0.268471 0.464821 -0.281532 0.329332 -0.373088 -0.002751 0.010256 0.529644 0.293466 -0.0859 0.556309 0.404962 0.429112 0.099018 -0.112564 -0.902187 0.058168 -0.255372 -0.619776 0.242085 0.250031 -0.801819 0.270514 0.318371 0.247734 -0.027476 -0.157542 0.262629 0.196784 -0.459108 -0.453334 0.203284 -0.534801 0.731901 -0.641711 0.416804 0.165781 0.222135 -0.014925 -0.584332 0.320066 -0.166004 0.734624 0.226633 -0.527653 -0.444963 0.022729 0.089308 -0.073938 -0.088982 0.348201 0.171414 0.379741 -0.019959 0.827098 -0.248044 0.497005 0.125128 0.092913 -0.082111 0.331685 0.194687 0.512049 0.203795 -1.093336 0.235776 0.172419 -0.209545 -0.20223 -0.209341 -0.365085 -0.510008 0.159535 -0.247333 0.130577 -0.356206 0.900071 0.511458 0.151463 0.507292 -0.605319 -0.654025 -0.053128 -0.155611 -0.190625 0.128655 0.345454 -0.247782 -0.306502 0.735836 0.567567 0.454664 -0.075495 -0.362218 -0.400761 -0.475843 -0.362341 -0.189777 0.135629 -0.064482 -0.125228 -0.151341 -0.179571 -0.272172 0.771453 -0.655948 0.247186 -2.10792 -0.131912 0.648075 -0.682085 0.739498 -0.61764 0.186468 -0.241864 -0.784361 0.656204 -0.381992 0.121355 -0.144269 0.101086 0.104115 0.439211 -0.216899 -0.178474 -0.681905 0.434472 -0.413586 -0.288313 0.239271 1.0694 0.414262 -0.211536 0.182215 -0.368339 0.066724 -0.173746 -0.489645 0.218559 -0.852385 0.03462 -0.080652 0.698113 0.018663 -0.259523 1.647357 -0.038861 -0.725539 -0.109397 0.307859 0.397048 0.241161 -0.291984 -0.751497 -0.076734 0.031605 0.084542 -0.741354 -0.102082 -0.277671 -0.158701 -0.267946 -0.112353 -0.316045 0.325549 0.156556 -0.719208 0.052436 0.365285 -0.239001 -0.466709 0.491445 -0.398538 -0.977776 0.046326 0.102382 0.446321 -0.349636 0.172957 0.327674 0.481608 0.374372 -0.102245 0.665214 0.01162 0.262139 0.347752 -0.025176 0.111095 -0.2199 0.077948 -0.596527 -0.740787 -0.357416 -0.046198 -0.051005 -0.381986 0.817024 -0.701707 -0.320689 0.135559 0.095342 0.314469 2.450947 -0.079038 -0.115357 0.084366 -0.244811\nÀ 0.002418 0.014862 0.099628 0.415495 0.316668 0.67091 0.169145 0.23013 0.534008 -0.298295 0.368792 -1.079908 -0.718332 -0.218945 -0.41274 -0.434255 0.12247 0.04121 -0.128803 0.128057 0.51745 0.490558 1.240492 -0.754415 0.471482 0.356297 -0.754108 -0.345795 -0.013887 -0.035523 0.940138 0.74108 -0.416805 0.64042 -0.357235 -0.88746 0.29983 -0.867832 -0.282123 1.040798 0.222328 -0.249898 -0.022702 0.221705 0.222653 -1.598415 0.015757 -0.12143 0.139247 0.047752 -1.06315 -0.164002 -0.288198 -0.142275 -0.111115 -0.660578 -0.16791 -0.063947 0.611795 -0.002947 -0.285953 0.616955 0.107823 0.528602 0.346182 0.155842 0.19302 0.396435 -0.422518 -0.066213 0.026395 -0.014345 1.00213 -0.010605 -0.315002 0.587662 -0.841755 0.396335 -0.125465 -0.125635 0.393853 0.482448 0.191932 0.778175 -0.624035 0.130305 0.328407 -1.084118 -0.276032 -0.083188 -0.553968 -0.31282 0.868725 0.749362 0.128808 0.769368 1.12073 0.072592 -0.443542 0.61456 0.218825 -0.038875 0.007595 0.261127 0.479785 -0.410685 -0.696335 -0.178892 -0.022682 -0.51024 0.503665 -0.15963 -0.232675 -0.004835 -0.186967 -0.39557 -0.176727 -0.139752 0.180572 -0.05473 0.315655 -0.017047 -0.04034 0.486402 0.696225 -0.48286 -0.36628 -0.125758 0.196515 0.048738 -0.365405 -0.415912 0.332412 0.226978 -0.087773 -0.531032 0.317988 0.158448 0.244338 -0.317692 0.291093 0.984887 -0.007 0.345915 0.561848 0.407698 -0.11322 0.205488 -0.499302 -0.137482 -0.543923 0.539677 0.350068 0.445315 0.37527 -0.078855 0.171898 0.676802 0.903585 0.502315 0.987842 -0.729558 0.766562 0.229432 -0.603215 -0.890313 1.205558 -0.148938 -0.111075 0.056288 0.456028 -0.547015 -1.104558 0.084278 -0.630515 -0.078427 -0.062158 0.289692 0.29216 -0.316868 -0.137473 -0.81264 -1.333335 -0.00097 -0.531997 0.33734 -0.22941 0.955255 -0.008385 0.197072 0.346648 -0.4152 -0.903865 -0.226438 0.541577 -0.190425 -0.074308 0.03998 0.145828 -0.475352 0.362232 -0.23622 0.266365 -0.06768 -0.384652 -0.531218 1.03117 0.544442 -0.391105 0.392832 0.484578 0.805598 0.105898 0.411288 -0.644237 0.853278 0.310485 -0.440002 0.054285 -0.192212 -0.523702 0.026147 -0.48328 -0.015715 -0.267052 0.067108 0.05332 -0.190602 0.97508 -0.296652 -0.04266 -0.28404 -0.969968 -0.918058 -0.505205 0.186095 -0.019358 0.209885 -0.723715 -0.857118 0.476398 0.354185 -0.664298 1.057565 0.094225 0.626218 0.279348 -0.21666 -0.282965 0.28415 -0.154893 0.159123 0.157842 0.124212 -0.067667 -0.27191 0.04775 0.74462 -0.460425 -0.624065 -0.044185 -0.11143 -0.22152 0.09811 0.536572 0.61101 -0.083105 -0.857015 0.051905 0.456658 0.57906 0.51111 0.136668 -0.096138 0.071138 -0.572175 0.78044 0.937145 0.198515 0.257385 -0.582972 0.77027 0.290228 -0.234205 0.538042 0.089202 0.198493 -0.204818 -0.401868 -0.592685 0.448898 0.406443 1.047308 0.473838 0.11333 0.271302 0.091978 0.583362 0.41304 -0.186092 -0.070832 0.76196 -0.22975 -0.457003 -0.14496 -0.4027 0.011622 0.527918 -1.42193 0.1682 0.670495 0.362533 0.31788 1.127833 -0.473918 0.175978 -0.157002 0.78262 -0.446965 -0.374363 0.18084 0.24175 -0.008453 0.88022 0.658792 -0.363272 -0.28554 0.686465 -1.025418 0.64459 0.424165 -0.424128 0.779 -0.436468 0.437412 -0.907555 0.049567 -0.207645 -0.080545 -0.388885 -0.612347 0.505502 -0.329795 0.545783 0.008005 0.834027 0.955142 -0.031243 -0.43448 -0.393768 0.729005 0.387187 0.054128 0.18652 0.378675 0.325822 -0.195988 0.05296 -0.02164 0.06324 0.303382 1.069618 -0.599678 -0.139275 0.506843 0.211355 0.300613 0.39287 -0.829578 0.093372 0.261398 0.096158 -0.702688 -0.164378 -0.592208 0.776372 0.513595 -0.18525 -0.365512 -0.13521 0.26076 0.699757 -0.014085 0.15545 -0.314128 -0.636468 -0.103232 -0.035557 -0.033858 0.318598 -0.13096 0.008477 0.273678 0.10679 0.17714 0.09973 -0.59074 -0.686635 -0.360465 0.22538 -0.084823 -0.39084 0.09194 -0.031022 0.255647 0.751375 0.52802 -0.254682 0.30738 -0.582288 -0.0056 -0.223863 -0.408975 0.298555 0.13022 0.278572 -1.16375 0.298762 0.603608 -0.06862 -0.02136 -0.36784 0.158635 -0.95044 0.23946 -0.733832 0.029763 -0.600438 0.14863 0.28351 1.51159 0.581562 0.420218 0.492353 0.009895 -0.554715 0.248453 -0.06458 -0.226365 -0.39432 -0.70928 -0.858108 0.367097 -0.49707 -1.048348 0.423685 0.027915 0.41217 0.71123 0.298645 0.254638 0.20013 0.008402 0.703402 -0.037218 0.306143 -0.29658 -0.197728 -0.01577 0.305348 -0.840182 -0.152102 0.245313 1.28946 -0.33367 -0.160668 -0.305188 0.112932 0.866818 0.478802 -0.52782 -0.494163 0.600912 0.515535 0.110302 0.460748 0.639298 -1.2486 -0.13252 0.044548 0.554663 -0.350945 -0.427512 -0.422552 0.46392 0.749362 -0.361202 0.156472 -0.40582 -0.217893 0.3704 -0.262932 -0.26223 -0.297035 0.364795 0.161887 -0.266505 -1.152165 0.411905 -0.023967 -0.075675 0.645647 -0.601007 -0.10071 -0.23194 0.365442 0.41189 1.478492 -0.37807 -0.56144 0.30884 -0.233398 0.691852 -0.511293 0.059007 0.25021 0.420212 0.911908 -0.185418 -0.203475 0.225372 -1.120528 -0.15458 -0.590818 -0.875945 -0.025328 -0.057898 -0.088647 -0.50104 0.19294 -0.173248 0.643145 -0.109297 0.82471 1.07969 -1.07856 0.390058 0.746088 0.202742 -0.60044 -0.052432 0.540808 1.202915 0.115902 -0.421895 0.535357 -0.412175 -0.838915 0.049043 0.011043 -0.004645 0.34844 0.331885 -0.713973 0.295578 0.876528 0.06092 -1.48233 0.128218 -0.0863 0.366828 -0.452662 -1.000932 0.169028 -1.088445 0.426598 -0.396447 -1.16335 -0.60622 -0.303662 0.358982 -1.005878 0.123895 -0.487988 0.2575 -0.053715 0.072615 0.099622 0.351542 0.378905 0.148365 0.259502 0.38082 -0.20137 0.930342 0.338752 -1.011185 0.545602 -0.54437 0.391415 0.787502 -0.13488 0.475315 0.35671 0.831783 0.65198 -0.278932 0.40954 0.072668 -0.975722 -0.331995 -0.036235 -0.40867 -0.196468 0.727122 0.185205 0.173825 0.35996 1.103058 0.547708 -1.166202 -0.271418 0.223548 0.406705 -0.249485 0.481618 0.988932 0.412298 -0.09777 0.185252 -0.067068 -0.378898 0.127657 0.455765 -0.745205 0.23433 0.214325 -1.1057 -0.610375 -0.035852 0.690662 -0.799128 0.44749 -0.091505 -0.04977 0.664122 -0.39124 0.114555 -0.574628 0.464648 0.869088 -0.31493 -0.441112 -0.98381 0.529315 0.409205 -0.60924 -0.029298 -0.17371 1.111615 -0.220478 0.589195 0.179165 0.871875 0.267555 0.520822 -0.300983 0.53258 0.127702 -0.65352 -0.906215 -0.397967 -1.081092 0.389772 -0.131037 -0.275892 -0.03891 -0.19699 0.52272 -0.017742 0.56629 -0.116882 1.052543 -1.064782 0.773755 0.197845 0.127908 -0.571508 0.669372 -0.809998 0.567258 -0.22434 -0.154963 -0.922498 -1.887075 -0.363695 -0.504148 0.16038 -0.523157 0.524645 -0.302468 -0.56548 -0.571563 -0.793332 -0.795122 0.023275 0.077685 1.128852 -0.521805 0.017325 0.280582 0.061495 0.552625 -0.204108 -0.285032 -0.50717 0.608528 0.006822 -0.479575 -0.024983 -0.229298 -0.370658 0.326462 -0.179745 -0.0103 0.01456 0.04968 -0.05178 1.08838 -0.150335 -0.433733 0.074392 0.176022 0.802712 0.43102 0.733185 -0.94456 0.22053 -0.108782 0.363382 -0.206895 0.402942 -0.290132 -0.184022 -0.056288 0.43725 -0.011675 -0.130542 0.1156 0.01431 0.870545 -0.25848 -0.135578 -0.358182 -0.932708 0.331375 0.024362 0.148752 0.124638 0.37463 -0.7625 -1.135262 -0.327468 0.83446 -0.220123 1.570765 0.246455 0.200785 0.079873 0.169682 -0.639875 0.302898 -0.161885 -0.073255 -0.197498 0.38498 -0.165008 -0.10325 -0.77391 0.621995 -0.091085 -0.891668 0.03116 -0.16594 -0.600125 -0.04612 0.72402 -0.111382 0.278322 -0.978382 0.203895 0.335385 0.235868 -0.250107 -0.79409 -0.606602 -0.237675 -1.204375 1.049375 0.236818 -0.401252 0.053745 -0.52532 0.538145 -0.319062 0.032087 0.809658 0.194922 -0.138275 0.068775 -0.38174 -0.733582 -0.37446 0.776462 0.734898 0.022855 -0.519712 0.030915 0.905388 0.097395 0.159122 -0.077095 0.036788 1.16671 -0.679818 -0.05561 -0.751592 0.30415 -0.690138 0.601417 -1.555422 0.29995 0.157638 0.20872 -0.082068 0.347098 0.617758 0.384247 0.60241 0.253775 0.20519 -0.220817 -0.141535 0.203192 -0.269155 1.55654 0.108495 -0.377822 1.11462 0.69414 -1.526785 0.552842 0.196872 0.079978 0.474875 -0.448915 0.480298 0.019155 0.229895 -0.117878 -0.08395 0.321978 -1.369227 0.658683 -0.03936 0.329952 0.64379 1.455445 0.77213 0.310055 -0.622982 -0.99218 0.131018 0.049525 -0.14767 -0.200055 0.736535 0.770322 0.270788 0.483915 -0.273198 -0.168382 0.542998 0.439482 0.02498 0.272852 0.24925 0.71305 0.012048 -0.02103 -0.280365 0.078275 -0.131437 -0.115872 -0.864762 0.192218 -0.797953 -0.51764 0.253037 -0.39356 0.332765 -0.489015 0.356877 0.83753 -0.567007 0.118203 -0.249492 -0.61341 0.028918 0.34557 -0.505952 -0.004458 0.439705 -0.12807 -0.044332 -0.007765 -0.059005 0.436985 -0.231983 -0.811442 -1.027522 -0.114315 -0.509145 -0.9631 0.389155 -0.042475 -0.2331 0.353082 -0.16084 0.15359 0.521755 -0.56052 0.039135 -1.25794 -0.460888 0.031562 -0.79082 0.723035 -0.880505 0.273508 0.292933 -0.14065 0.13481 -0.258105 -0.129925 -0.298018 0.597005 -0.081677 0.477922 0.358405 0.21555 -0.246472 1.432582 0.538015 -0.323378 0.37214 -0.177693 -0.787358 0.511055 -0.39454 -0.00866 -0.141435 0.094422 -1.164642 0.29436 -0.709895 -1.102023 0.651265 0.210508 0.423328 0.526685 0.086398 -0.039202 -0.242618 -0.687142 0.020732 0.515648 0.370472 -0.6601 -0.635012 0.073572 0.813065 -0.171842 -0.30591 0.150278 -0.2355 -0.055725 0.572348 -1.313538 -0.522795 0.77317 0.154625 -0.76574 0.172005 0.945105 0.186898 -0.712582 0.596235 0.672978 -0.798873 -0.339542 -0.330303 0.712498 -0.33096 -0.040678 0.30984 1.024037 0.12639 -0.301805 0.735937 -0.341078 -0.143098 0.849845 -0.01859 0.515938 -0.88635 0.613368 -0.355313 -0.39604 -1.238842 0.974403 -0.413178 0.099085 0.914802 -1.20726 0.021195 0.097865 0.501005 0.391518 1.172742 -0.764045 -1.134915 -0.19132 -0.267378\n\" 0.256879 0.713427 -0.194414 0.106664 0.319741 0.42279 0.050354 -0.043282 0.152923 -0.205049 0.152573 -0.314893 -0.497987 0.083448 -0.049439 -0.228944 0.233798 -0.57231 -0.308766 -0.378956 0.381994 0.520344 0.697925 -0.524157 -0.109234 0.628802 -0.336404 0.157989 0.860029 -0.437669 0.475339 0.332193 -0.011758 -0.042283 0.055133 0.061452 0.187433 -0.615873 -0.045763 -0.369695 -0.026489 0.370169 -0.046654 0.433646 0.317945 -0.989141 -0.162779 -0.271446 0.171045 -0.06694 -0.198845 0.089218 -0.153271 0.250399 0.157059 -0.278398 -0.445568 -0.081715 0.721589 0.075317 0.431181 0.216702 0.042965 0.422739 0.684124 0.401676 -0.524501 -0.21888 0.205405 -0.758008 -0.498295 0.496672 -0.035827 -0.108583 -0.21743 0.619043 -0.330361 0.579155 -0.135655 -0.482181 0.306365 0.739414 0.233985 0.25713 0.112315 0.085813 -0.192264 -0.511829 -0.252639 0.399347 0.092256 -0.17648 0.494293 0.005129 0.403134 0.247495 0.211855 -0.662291 0.118177 -0.269404 0.165957 0.619547 -0.060369 -0.564623 0.73091 -0.559311 -0.375105 0.295718 -0.059794 -0.164181 0.370842 -0.010426 0.392519 0.246636 0.314476 -0.653414 -0.623281 0.418695 -0.125051 0.124493 0.074722 0.271963 -0.135982 0.510095 0.356327 -0.336376 0.077436 0.063888 -0.661198 0.862119 -0.286514 -0.047175 -0.238191 -0.189957 0.346884 -0.558123 0.290615 0.356248 -0.618963 -0.347355 0.23101 0.26184 0.084259 -0.008184 0.859726 0.402207 0.066175 0.509549 -1.263824 0.190333 -0.656585 -0.236051 0.395585 -0.12953 0.457774 0.272638 -0.333185 -0.080749 0.365494 0.361655 0.03395 -0.31783 0.599696 -0.146919 0.044421 0.229782 0.111375 0.219126 0.441082 -0.092503 0.890163 -0.096728 -0.310703 -0.205989 -0.588585 -0.090295 -0.4388 0.102731 0.346644 -0.576916 -0.040848 0.047765 -0.910132 -0.053625 -0.429791 0.2909 -0.1602 0.749174 0.013217 -0.04924 0.341048 -0.363701 -0.694222 -0.166464 0.254005 0.596739 0.448692 -0.254336 -0.362084 -0.146745 0.318027 0.261728 -0.097707 -0.080969 0.232737 -0.070852 0.035876 -0.48641 0.831578 -0.271812 0.723565 0.239966 0.206183 -0.257089 -0.341509 0.616792 0.129046 0.136813 -0.300645 -0.624916 -0.095275 -0.204576 -0.279073 0.174464 -0.442517 -0.340344 0.505014 0.26929 0.654685 0.145976 -0.546687 0.064563 -0.548077 -0.555015 -0.090055 0.101732 -0.034586 -0.394171 -0.372615 0.076906 -0.698808 0.943939 -0.112386 0.530575 0.470407 0.191504 0.431934 -0.097198 -0.685374 -0.451305 -0.046674 -0.419227 0.341134 -0.304191 0.399237 -0.389724 0.506717 0.777177 0.030706 0.33319 0.657826 -0.337177 -0.50699 -0.404011 -0.023255 0.452768 0.274557 -0.112883 0.016132 0.637127 0.321728 0.702238 0.206517 -0.25026 -0.112724 -0.161702 0.323697 0.666428 0.312433 0.025813 -0.681502 0.121126 0.026352 -0.20953 -0.317971 0.055164 0.248511 0.41185 -0.384256 -0.579077 -0.001586 0.448898 0.416268 0.260429 -0.075316 0.082556 -0.523517 0.375909 0.282545 0.231892 0.157291 -0.168898 -0.318522 -0.00626 -0.060026 0.066461 -0.294318 0.317901 -0.669257 -0.07133 -0.657343 -0.043072 -0.111192 0.35298 0.030688 0.416673 0.177239 0.566485 -0.656955 0.026572 -0.091314 0.091668 -0.454538 0.788708 0.475946 0.157581 -0.439798 -0.022803 -0.436955 -0.625734 -0.283041 -0.480761 -0.188775 -0.099618 -0.036542 -0.381582 -0.248274 -0.425765 0.052389 0.214186 0.437049 0.122728 0.085446 0.06393 -0.385022 0.130939 0.640658 0.201512 -0.138717 0.293537 0.263185 0.283803 -0.238374 -0.213632 0.402254 0.164308 0.123535 0.87141 -0.16564 0.084844 0.406731 0.457455 -0.016825 -0.088554 0.142315 -0.035073 -0.075575 0.080358 -0.746956 -0.61341 0.193241 0.096375 -0.330345 -0.030499 -0.100382 0.086374 0.346249 -0.472841 0.427018 -0.038583 0.601308 -0.219386 -0.160018 -0.327412 -0.293565 -0.278655 -0.356288 0.347893 0.137599 -0.123677 -0.206701 -0.519136 -0.349554 0.621687 0.321403 0.169514 -0.089863 -0.537545 0.043378 -0.531406 -0.358484 -0.149785 -0.169592 0.091316 0.381227 0.820146 -0.114495 -0.257735 0.234741 -0.553161 0.325407 -0.804949 0.650494 0.512697 -0.379991 0.397585 -0.884132 0.319496 -0.05568 -0.655602 0.04213 0.068018 0.719716 -0.681115 0.226256 -0.246204 0.092233 -0.242469 0.069227 0.125548 0.688817 0.674248 0.213104 0.166518 0.470289 -0.25606 -0.482862 -0.50094 0.177883 -0.060315 -0.109208 -0.788696 0.496938 -0.507384 -0.445564 0.045341 0.339149 0.308739 0.57819 0.932608 0.2974 -0.06731 -0.304807 0.361462 -0.444245 1.048804 -0.328875 -0.107267 0.349126 -0.208209 0.173268 0.514168 -0.190473 0.542311 0.075021 -0.504135 0.178319 -0.078124 0.32103 0.138613 0.108574 -0.469053 0.585147 -0.043676 -0.230135 -0.295027 0.118928 -0.512696 0.217931 -0.194213 0.37676 -0.356931 -0.053898 0.099968 0.200597 0.824837 -0.201889 0.254512 -0.061327 -0.372102 0.519542 -0.678064 -0.373867 -0.234206 -0.085281 0.016859 -0.572506 -0.005905 0.073251 0.358804 -0.156461 -0.10408 0.152294 -0.291381 -0.190758 -0.111671 0.348475 1.90741 -0.388718 -0.301948 0.51285 -0.161442 0.023596 0.467205 -0.199139 0.385092 -0.032899 0.507032 -0.275369 0.187074 -0.037537 -0.64472 -0.44655 0.010993 -0.398429 0.503646 0.143901 -0.209664 -0.307219 0.022858 -0.15433 0.000341 0.199821 0.908698 0.2446 -0.500139 0.135799 0.028551 -0.031497 -0.222006 0.368703 0.097216 0.629995 0.080677 0.352943 -0.040759 -0.999909 -0.597125 0.273519 -0.013612 -0.01605 -0.023689 -0.170856 0.368379 0.125001 1.162903 0.68665 -0.373343 -0.073807 0.187347 0.331297 -0.200725 -0.397332 -0.011573 -0.008346 0.043875 -0.045789 -1.258377 -0.438087 -0.435927 0.279322 -0.018018 0.198166 -0.580908 0.500796 0.013363 0.378747 0.282066 -0.007006 -0.037152 0.081093 -0.014952 -0.203624 0.466254 0.796333 -0.062093 -0.553108 0.634151 -0.362568 0.662909 0.539233 -0.284259 0.811788 0.041975 0.677584 0.440347 0.414895 -0.366148 -0.342498 -0.422121 -0.547278 0.200177 0.116573 0.413244 0.402644 -0.431588 0.520877 0.318143 0.453241 0.011594 0.013083 -0.405031 0.274291 0.641367 -0.287744 0.010709 0.935918 -0.325765 0.479119 0.062724 0.347055 -0.350921 -0.04396 0.311665 0.411499 0.325347 -0.230998 -0.661691 -0.774283 0.217138 0.21509 -0.072238 0.357164 0.117543 0.298502 0.291909 -0.246538 -0.188939 -0.186527 0.194413 -0.320789 0.720723 -0.311122 0.148235 0.106539 -0.280714 -0.069466 -0.456983 0.074777 0.137145 -0.543095 0.011827 0.34062 0.057698 0.749515 0.558235 -0.225568 0.723196 -0.105325 0.140836 -0.950287 -0.54167 -0.669362 0.12285 0.67003 0.040776 -0.701939 0.572465 0.19503 -0.297231 0.176327 -0.290155 -0.221241 -0.583981 0.917769 0.273077 0.52154 0.24802 0.232891 0.171365 0.317569 -0.098069 0.16443 -0.155734 -0.469969 0.149768 -0.395438 0.239715 -0.869704 0.423785 0.02011 -0.715917 0.418501 0.14508 -0.489425 0.067585 0.118908 0.601815 -0.417828 -0.052131 -0.092839 0.112189 0.572911 -0.211518 -0.138308 -0.756327 0.441626 0.468016 0.224572 -0.150125 -0.333905 0.05305 0.532646 0.009923 0.100382 -0.004701 0.134738 -0.305832 -0.013452 -0.886102 0.775415 0.038055 0.173508 0.023422 0.256984 0.223248 -0.49739 0.284599 0.086805 -0.062905 -0.308588 -0.522168 0.537818 -0.069539 -0.420868 -0.040653 -0.519071 -0.364305 0.455083 -0.060835 0.025495 0.066654 -0.359948 0.229843 -0.347985 -0.022241 0.313684 0.102466 -0.570032 -0.235959 -0.314134 0.061332 -0.671469 0.794596 -0.101198 0.712945 0.327441 0.050305 0.114269 0.156756 -0.655693 -0.583087 0.143048 -0.209297 -0.466703 0.352574 0.084265 -0.682344 -0.193137 0.661719 -0.238475 0.060079 0.125019 0.158398 0.140819 -0.029703 0.171275 -0.036446 0.21948 -0.055026 -0.15692 0.45089 -0.000506 0.070867 0.119246 -0.415149 0.34778 -0.648581 0.590257 0.637825 -0.080585 0.203282 -0.364483 -0.059598 -0.241305 -0.036125 0.367153 0.207942 -0.16206 0.204162 0.084032 -1.172395 -0.58878 0.035649 -0.481413 -0.1627 0.071975 0.193423 0.093373 -0.040273 -0.214872 0.111388 0.634142 0.055054 -0.126225 0.072798 -0.23373 0.075806 -0.428125 0.397742 -0.614851 0.109399 -0.002665 -0.091588 -0.349308 0.496685 0.92282 0.1911 0.573173 0.574245 -0.355304 -0.651436 0.023777 -0.188305 -0.783335 0.768085 -0.074157 -0.493522 0.117321 -0.261384 -0.165641 -0.783832 -0.112497 0.37487 -0.309038 -0.221985 0.060509 -0.130188 -0.324216 0.240266 -0.044567 0.896812 0.396783 0.079974 0.378541 -0.429379 0.254725 -0.222318 0.581239 0.475152 -0.097465 -0.589861 0.408368 -0.04655 -0.289861 -0.113198 -0.014622 0.570975 0.439987 0.368739 0.321778 -0.4389 0.41009 0.504001 0.214281 -0.096844 0.325225 0.259039 -0.118387 0.148536 -0.363327 0.102445 0.248898 0.373727 -0.030958 0.027101 -0.027516 -0.692868 0.36306 0.225661 0.564457 -0.239297 0.761825 0.044221 -0.142374 0.117321 -0.579385 -0.570582 -0.200692 -0.084864 -0.046004 -0.054173 0.223881 -0.452338 -0.039527 0.602384 0.300122 0.450728 0.089369 -0.135141 -0.021292 -0.418651 -0.468676 -0.227776 0.276237 0.182573 0.527576 0.352155 -0.518204 -0.291889 0.544894 -0.447862 -0.126773 -1.965811 0.297303 0.366105 -0.209306 0.606394 -0.991837 0.040917 -0.19283 -0.566168 0.646468 -0.027881 0.459564 -0.244082 0.009415 0.373542 0.281037 -0.034205 -0.119917 -0.682073 0.467228 0.149027 -0.724499 -0.391965 1.421997 -0.203349 -0.789576 -0.661363 0.10169 -0.016255 0.413718 -0.761777 0.513541 -0.731534 -0.37611 0.222201 0.636635 -0.16555 0.128504 0.881026 -0.572887 -0.748247 -0.124266 0.120756 0.433208 1.066256 -0.181469 -0.140065 0.294787 -0.226741 0.043988 -0.061033 -0.30496 0.408958 -0.038137 -0.363191 -0.159862 -0.500241 0.111865 0.0232 -0.255342 -0.157773 0.442126 0.135716 -0.303208 0.289274 -0.295363 -0.298849 0.577069 -0.3992 0.041077 -0.297621 0.039366 -0.157984 0.451111 0.330988 -0.555898 0.154786 -0.0461 -0.349389 -0.144594 -0.108514 -0.569999 -0.310027 -0.086709 0.026431 -0.09083 0.213656 0.254362 0.158925 -0.476745 0.223383 -0.180013 -0.262447 0.287845 0.224445 0.144955 1.805105 -0.505119 -0.307228 0.26987 -0.239017\nO 0.167483 0.71169 0.025464 0.058254 0.016996 0.35181 -0.150267 -0.05369 0.094581 0.398659 -0.075304 0.023395 -0.644716 -0.009843 -0.03847 -0.322883 0.252684 0.070454 0.09799 -0.175856 -0.060805 0.115176 0.908206 -0.201153 0.005864 0.332829 -0.533216 -0.051478 0.220584 0.322012 0.549603 0.232574 -0.161226 0.200824 -0.356691 0.479365 -0.185964 -0.806525 0.367623 0.408807 0.058866 0.198156 -0.306312 0.337451 0.204986 -1.055425 -0.003417 -0.162628 0.093142 0.155185 -0.277872 0.030872 0.057866 0.065031 0.537437 -0.308707 -0.209713 0.260224 0.673938 0.303754 -0.056331 0.228692 0.085704 0.285187 0.444261 0.332188 0.239926 0.459172 0.020825 -0.078514 -0.462705 -0.065089 0.545122 -0.033401 -0.311696 0.512422 -0.30023 0.241039 0.021077 0.049343 0.183158 0.769132 0.388399 0.361902 0.070229 0.467652 -0.035906 -0.153157 -0.456523 0.157679 -0.034844 -0.55778 -0.019978 0.448636 0.266228 -0.120939 -0.168406 -0.007429 -0.285333 0.06147 0.227551 -0.023355 -0.230677 0.017151 0.681413 -0.564915 -0.484608 0.165016 -0.062388 0.114329 0.319363 0.051389 -0.270201 0.664532 -0.102888 -0.422341 0.091333 -0.530907 0.439677 0.359986 -0.188625 0.384879 -0.249101 0.110842 0.010207 -0.567103 0.095604 0.130956 -0.392832 0.096554 -0.106983 -0.984014 -0.064545 0.050709 0.219713 -0.647072 -0.013546 0.189936 -0.239401 0.162925 -0.10386 0.54402 0.111912 -0.20522 0.109768 0.288684 0.040574 0.746628 -0.665384 0.037421 -0.12711 0.396313 0.012584 0.285091 0.353064 0.320894 0.207211 0.2804 0.427468 0.200803 0.368649 -0.381339 0.247348 0.006314 -0.048931 -0.48949 0.267649 -0.235932 -0.568885 -0.005318 0.591198 -0.311626 -0.18186 0.178709 -0.51779 0.329342 -0.137071 0.196677 0.463768 -0.035095 -0.289657 -0.232916 -0.636173 0.372718 -0.795342 0.183798 -0.173279 0.233352 0.195885 0.221084 0.16199 -0.141273 -0.069598 0.172036 0.428714 -0.089671 0.056716 0.100579 -0.191793 -0.149777 0.224939 -0.507161 0.270363 -0.023649 0.310482 -0.636503 0.175499 0.275091 0.288926 0.060534 0.337582 0.13642 0.00984 0.227669 -0.173771 0.602205 -0.2028 0.122016 -0.491776 -0.483308 -0.483609 -0.385128 -0.067814 -0.190709 -0.093137 -0.217421 0.082962 0.030258 0.423718 -0.061856 -0.333941 0.019308 -0.355501 -0.174416 -0.149769 0.010314 0.221843 0.013022 -0.143319 -0.201245 0.044751 0.105999 0.321901 0.362762 0.20735 0.266488 0.405768 -0.190734 -0.402791 0.163381 -0.49057 -0.214121 0.135932 -0.522501 0.470488 -0.15201 -0.266019 0.069702 0.234622 -0.186071 0.256772 -0.207322 -0.355145 -0.259448 0.204954 0.227563 0.207455 -0.104571 0.143769 0.330189 0.686127 0.196129 0.01814 0.155688 -0.280154 -0.296232 0.258978 0.446118 0.242866 0.111128 -0.033608 0.310037 -0.161032 0.069427 0.575376 -0.216846 0.394167 -0.166547 -0.084514 -0.489232 0.244834 0.299666 0.591972 0.848037 -0.064042 0.264349 -0.009015 0.008293 -0.008536 -0.161296 0.014994 0.440883 -0.213083 0.134557 -0.008233 0.354103 0.172327 0.251619 -0.196397 -0.137718 -0.057718 0.397108 -0.18464 0.654394 -0.301523 0.12149 0.23291 0.147204 -0.358723 0.178158 0.28214 0.250986 0.09732 0.544483 0.347233 -0.294344 -0.538749 -0.160229 -0.622639 0.195573 -0.212318 -0.144244 0.379539 -0.010175 -0.153683 -0.189443 -0.213234 0.178585 -0.047145 0.038295 -0.265973 0.38481 -0.214891 0.327463 -0.242105 0.304719 0.172704 -0.179813 0.041569 0.041189 0.12541 0.459193 -0.039129 -0.263712 0.759087 0.217019 -0.13615 0.158935 -0.125016 0.132353 0.222306 0.212936 -0.202612 0.099542 -0.013012 -0.308345 0.21175 0.367102 -0.917944 -0.253628 -0.028814 0.340778 -0.02236 -0.02952 -0.579821 0.216588 0.010899 -0.433318 -0.322586 0.153184 0.541352 0.461561 -0.024088 -0.112728 0.087168 -0.395961 -0.166708 -0.146631 -0.167276 0.067642 -0.030219 -0.307051 -0.014376 0.188411 0.080912 -0.100242 -0.21145 -0.153611 -0.303422 0.323736 -0.431324 0.343734 -0.358953 0.195376 0.070033 0.254777 0.036743 -0.300941 0.446457 -0.307731 0.199118 -0.645683 0.016704 0.170683 -0.057487 -0.210348 -0.657138 0.531571 0.625275 -0.550793 -0.038998 0.269013 0.103606 -0.608261 0.422406 -0.22918 0.130267 -0.673525 0.328849 0.039437 0.360653 0.439849 -0.191972 0.246026 0.411241 -0.173919 -0.085909 0.143179 -0.224294 -0.282823 -0.117065 0.044608 0.439692 -0.246714 -0.258791 0.21702 0.092245 0.283585 0.188363 1.08982 0.335892 0.116482 0.147762 0.683008 -0.069294 0.464766 -0.002928 -0.290583 -0.537016 0.489208 -0.044529 0.129557 0.054035 0.501369 -0.374058 -0.388092 0.124234 0.009182 0.814186 -0.24723 -0.058143 0.131263 0.628941 -0.119162 -0.174037 0.441005 0.253689 -0.813788 0.155313 -0.29996 0.332622 0.019456 -0.559895 -0.015929 0.382738 0.454273 0.532115 0.522363 -0.237654 -0.177081 0.414069 -0.396363 -0.565598 0.339743 -0.121629 -0.11254 -0.303307 -0.810276 0.237392 0.034786 0.003536 0.252877 -0.275812 -0.133691 -0.281776 0.076668 0.152483 1.815942 -0.112907 -0.151773 0.039743 -0.050817 0.157384 -0.078192 -0.008133 0.393747 0.181383 0.055769 -0.002397 0.013158 0.087492 -0.254164 -0.281557 0.090418 -0.564885 0.224985 -0.270782 -0.262981 0.103473 0.153961 0.411208 -0.146051 -0.334018 0.288064 0.467601 -0.24292 0.154848 0.350394 -0.086267 -0.090133 0.101115 0.547323 0.60422 -0.051587 0.043122 0.236725 -0.859537 -0.348925 -0.101909 0.119505 0.344739 0.011667 -0.077367 -0.204 0.231134 0.277491 0.35782 -0.818368 0.386188 -0.115443 -0.225883 -0.462931 -0.224246 0.288456 -0.437892 0.300583 0.276943 -0.781415 -0.574751 -0.131386 0.578945 0.265621 0.005891 0.054683 0.174388 0.182999 -0.244092 0.003439 0.307918 0.279841 0.43791 -0.108223 -0.356245 -0.059772 0.553788 0.16351 -0.375825 0.578562 -0.320381 0.008541 -0.069588 0.019049 0.254774 0.073023 0.77144 0.497351 0.129388 0.129999 0.278464 -0.226489 -0.558049 0.205418 0.152323 -0.003328 -0.169634 0.218599 0.163509 0.227393 -0.028697 0.328837 -0.44244 0.109806 -0.00726 0.213032 -0.356505 0.034985 1.007746 -0.349196 -0.096832 0.18546 0.066758 -0.095049 -0.028898 0.252791 -0.390755 0.483703 -0.395986 -0.044279 -0.26882 -0.164078 0.630287 -0.212419 0.175741 0.067199 -0.052514 0.00755 -0.143932 -0.338497 0.145581 0.082513 0.078214 0.067851 -0.064233 -0.376959 0.172042 -0.143565 -0.268351 -0.691164 -0.651481 0.446542 -0.297146 0.338004 0.263103 0.514707 0.320334 -0.124829 -0.356898 0.52963 -0.085068 0.515988 -0.643074 -0.397544 -0.112772 0.468915 0.072313 -0.274817 -0.289558 0.342167 0.194439 0.204018 0.342014 -0.149375 0.668345 -0.258912 0.343832 0.551682 0.06428 -0.13522 0.140348 -0.254935 -0.427142 -0.022309 0.283495 -0.378333 -0.359879 -0.018706 -0.273979 0.2436 -0.435852 0.430411 0.223422 -0.425635 -0.084881 -0.431009 -0.366848 0.497197 -0.214469 0.094279 -0.120467 0.002424 0.136216 0.332705 0.268894 0.008577 -0.065286 -0.238096 0.419757 0.041415 -0.106352 0.261145 -0.19654 -0.179644 0.183901 -0.690472 0.089688 -0.121641 0.26613 0.282972 0.061743 -0.126644 0.307761 0.469688 -0.045653 0.113224 0.140065 0.223867 -0.429564 0.130734 -0.231487 0.098178 -0.581709 -0.373168 0.09546 -0.452572 -0.371812 0.060751 -0.141707 0.009675 0.065173 -0.022065 -0.003511 -0.209069 0.089914 0.073834 -0.648112 0.3608 0.262063 -0.187506 -0.252322 0.050066 -0.20132 -0.379465 -0.356062 0.524352 0.117419 0.469431 0.059537 0.228564 0.130118 0.287967 -0.445211 -0.146132 -0.47448 -0.343616 0.114206 -0.129824 0.031367 -0.036775 -0.245703 0.238525 -0.063951 -0.369509 0.153207 -0.191377 -0.196463 -0.293868 0.071626 0.205489 0.05922 -0.174627 0.136794 0.510922 0.439082 0.121405 -0.141172 0.067524 0.065313 -0.324401 0.377316 0.44332 0.042632 0.089513 0.045805 0.110199 -0.094282 0.325969 0.728214 -0.255515 0.150288 -0.185238 0.013142 -0.684168 -0.459763 0.07413 0.073106 0.399904 -0.335341 0.24172 0.54581 -0.476865 -0.045358 -0.245574 0.245946 0.476091 -0.145765 0.144941 -0.308102 0.495071 -0.234512 0.366254 -0.180628 -0.091371 -0.026096 0.29925 -0.485926 0.448355 0.301091 0.334473 0.312142 -0.088588 -0.206984 -0.188963 0.06706 0.003198 -0.218568 0.671163 0.292898 -0.211213 0.374789 0.131402 -0.826621 0.205636 -0.037908 0.057406 0.355882 -0.102692 -0.05025 0.298003 -0.277585 0.361688 -0.082602 0.484173 -0.112715 0.621329 -0.261079 -0.226844 0.126929 0.349123 0.444092 0.134453 -0.09865 -0.451264 0.085482 0.036596 0.089373 -0.409048 0.595418 0.464853 0.120035 0.011642 0.731683 -0.086526 0.587619 0.246395 0.061925 0.168767 0.255459 -0.102807 0.159381 0.269819 -0.820922 0.267452 -0.15563 0.197071 0.039387 -0.17889 -0.413544 -0.351568 -0.021601 -0.250637 0.129138 -0.358666 0.456148 0.794855 -0.086894 0.070455 -0.236542 -0.240182 -0.170809 -0.240266 -0.157517 -0.155581 0.217334 -0.111668 -0.022489 0.484844 0.18159 0.071786 -0.059203 -0.424393 -0.409396 -0.042149 -0.53314 0.008233 0.138237 0.208951 -0.093441 -0.671969 -0.308706 -0.184797 0.938113 -0.533069 0.066929 -1.731814 0.071796 0.343194 -0.24485 0.368744 -0.781919 0.254798 0.33494 -0.376707 0.59974 -0.103399 0.012178 -0.073827 0.373303 0.148129 0.521419 -0.389187 0.19169 -0.047874 0.381171 0.167983 -0.821306 0.242592 0.719396 -0.159731 0.131516 0.286505 -0.21097 0.121594 0.133298 -0.204793 0.471704 -0.470239 -0.254698 0.395696 0.341725 0.064295 0.034368 1.218835 0.082446 -0.177768 -0.000202 0.431361 0.465748 0.375743 -0.330281 -0.389874 -0.71747 0.563767 0.316485 -0.323458 -0.084066 -0.20197 -0.41185 0.119338 -0.092194 -0.164729 0.672153 0.035189 -0.177603 -0.177071 0.444745 -0.093707 -0.34745 0.519738 0.013609 -0.456089 0.317531 0.069455 0.212028 -0.032766 -0.32465 0.387105 0.314703 0.224835 -0.150735 0.349232 0.002106 -0.095534 0.133547 -0.166823 -0.332127 0.182741 0.218027 -0.282608 -0.14338 -0.830261 0.301243 -0.133715 0.089141 0.441907 -0.588519 0.103763 0.144922 0.389699 0.109538 1.882483 -0.115228 -0.325719 -0.195214 -0.116968\n³ -0.28741 0.19095 0.04041 0.96947 0.35217 0.73638 0.84073 0.00769 0.87064 0.54535 -0.58151 -0.53623 0.8667 -0.60241 -0.18096 -0.29852 -0.36062 -1.02756 -0.62301 0.31208 -0.49766 -0.66765 -0.21991 -0.02004 -0.34565 -0.05326 -0.5216 -0.00898 0.12036 -0.60803 0.65767 -0.74367 0.5512 -0.12973 -1.05252 0.82568 -0.69024 0.79895 0.57662 0.23015 0.31839 -0.53396 -0.08713 0.92585 0.21224 -0.64263 -0.88939 0.49735 -0.45992 -0.76993 -0.07882 1.18193 0.02793 1.14757 -0.19391 -0.22575 -0.2012 0.75592 -0.97302 1.17766 1.02618 0.63909 1.08345 0.97025 0.74163 1.17336 0.16122 0.27649 -0.7464 0.13942 -0.5537 0.15138 0.60448 -0.36502 0.52749 1.09724 -1.0156 0.30861 1.17827 -0.73087 -0.16667 0.71462 0.30192 0.01689 0.56349 1.40769 -0.90478 -0.14821 0.08133 -0.6719 -0.04385 -0.81951 -0.31259 -0.60746 0.1763 -0.37739 -0.38927 -0.29369 0.37815 -0.26301 0.12712 -1.05115 -0.45153 -0.22573 0.81639 0.15523 -0.34827 0.42045 1.09116 -0.09067 -0.20784 0.00966 -0.4978 1.60981 -1.35127 -0.41367 0.60467 0.62665 -0.52492 1.03141 -0.28208 -0.04106 -0.41808 -0.01254 -0.57512 -0.60758 0.01645 0.2546 -0.23824 0.39076 0.5773 0.63103 0.10193 -0.51112 -0.10554 -0.75646 0.1029 -0.04259 -0.32053 -0.03745 0.78736 -0.74591 0.42488 -0.15611 -1.28681 -0.91353 -0.41215 0.48265 -1.19983 0.13313 0.85832 -0.433 -0.45256 -0.40923 0.43972 0.9433 0.84705 -0.16784 0.03962 0.72406 -0.1862 -0.59795 0.43808 0.46093 -0.49298 -0.27197 0.63364 -0.49849 -0.70763 -0.69193 0.03185 0.3502 -0.0687 0.2072 0.34854 0.19277 -0.02652 0.85092 0.0225 -0.50982 -1.25103 -0.27569 -1.45535 -0.25506 -1.19009 0.14231 0.63019 0.69857 0.8559 1.07334 -0.00924 -1.26871 -0.14559 -0.18982 0.55831 0.43696 -0.265 -0.45077 -0.91956 0.32714 0.6082 -1.00792 0.48305 -0.15997 -0.61482 -0.10323 0.20048 -0.24127 -0.0761 -0.82206 0.59376 1.4221 0.22675 -0.60211 1.5314 -0.02524 -0.07467 -0.55269 -0.20102 0.22552 -0.10677 -0.59087 0.61559 -0.42313 0.96184 0.43454 -0.31706 0.70561 2.12595 -0.0591 -0.25611 -0.30318 -0.71429 0.39718 0.70393 0.40684 -0.52311 1.47257 0.26892 0.77569 0.31628 -0.44204 0.20639 0.35498 -0.59316 0.05205 0.97226 -0.79259 -0.54173 0.2241 0.6169 -0.77097 0.60848 -0.27692 0.85092 -0.13425 -0.7294 -0.4759 -0.30085 0.38619 0.33516 1.0689 -0.41716 0.35121 -0.30997 0.91337 1.14544 -0.24087 0.08845 0.53381 1.16882 -0.28217 -0.15858 -1.03245 1.25359 0.29938 -0.31978 -0.69003 1.06107 1.02244 -0.94696 -0.30918 0.75183 0.36501 -0.24903 0.07181 -0.20667 -0.09088 0.69867 -0.53185 0.70222 0.65973 -0.55046 1.001 0.53254 1.17885 -0.90582 -0.43786 0.54444 0.20046 -0.65278 0.17304 1.66784 -0.22277 0.68919 0.92852 -0.43638 0.49263 -1.50118 0.54914 0.02818 -0.84221 -0.98322 0.19256 -0.39717 -0.08196 0.13078 -0.38169 -0.86876 1.13221 0.23808 0.75143 0.54105 0.67802 -0.75506 0.0055 -0.41975 -0.0953 0.38121 1.08387 0.51054 -0.68292 -1.11342 0.92677 -0.39162 0.22464 -1.54441 0.38165 -0.44615 0.03913 -0.70978 0.39309 -0.0957 0.01075 -0.27842 -0.17076 1.55976 -0.19233 -0.44726 0.4574 -0.89843 0.03936 0.24203 -0.05245 0.06925 0.08074 1.02345 -0.7593 0.36649 -0.21455 -0.53578 -0.66979 0.33733 0.20515 -0.09427 0.64958 0.26345 0.84964 -0.65867 0.00585 0.51118 -0.4261 0.08034 -0.64417 -0.27208 -1.10147 -0.18654 -0.37435 0.30798 0.19466 0.77764 0.22323 0.06572 -0.76745 -0.52252 0.20441 -0.7793 -0.20587 -0.17591 -0.03799 -0.21508 -0.03218 -0.62088 0.34616 -0.15878 -0.46988 -0.75972 0.73061 -0.46887 0.03373 -0.79501 -1.12423 -0.50093 0.89438 0.08075 0.60279 1.37238 0.43936 0.3957 -0.22699 0.10154 -2.22277 -0.31736 -0.06912 -0.09363 -1.64039 -0.96428 0.6429 -0.27558 0.34381 -0.09531 0.06193 -0.74369 0.25373 0.10249 -0.60823 1.04393 -0.61432 0.12015 0.68266 1.27148 0.71844 0.11803 0.35447 0.94648 -0.25232 -0.12854 -0.30072 0.51943 0.95683 0.40877 -0.15483 0.52247 -0.00881 -0.51284 0.85886 0.40248 0.51838 0.60667 1.27842 -0.36134 -0.07742 -1.00532 0.08581 0.04908 1.20591 -0.08821 0.23872 -1.16359 -0.59071 -0.38807 -0.15418 1.05289 -0.40902 0.37866 0.43844 0.27413 0.30818 1.30914 0.06375 0.37362 -0.93254 -0.08054 0.74589 -0.00963 0.12945 0.50542 0.01627 0.35146 -0.58756 -0.64089 0.12814 -0.44514 -0.43571 0.233 -0.32426 -0.19823 0.32633 -0.12464 0.44246 0.6423 -0.20327 -0.25689 -0.00251 0.62777 0.18414 0.26453 0.81186 0.2298 0.0655 0.86274 0.53399 -0.38359 -0.34958 0.07405 -0.189 0.21814 1.91108 0.82877 0.09172 -0.08057 0.67775 -0.16906 -0.25118 -0.00984 1.37297 -1.29094 -0.1503 0.19752 0.23232 0.48355 0.13625 0.94538 0.28072 -0.79892 -0.45664 -0.28158 0.41176 -0.77438 0.51622 -1.00216 1.09123 0.96554 -0.56088 -0.21684 0.61137 0.17227 -0.21216 -0.67894 -0.2917 0.08978 0.092 -0.58183 -0.59759 0.52233 -0.66656 -1.02952 0.62733 -0.3103 0.41635 0.09806 -0.11252 -0.72391 -2.2339 0.86454 1.26144 -0.03798 -0.13035 -0.70695 -0.48834 0.85575 -1.43924 0.66679 0.36458 -0.10984 0.34113 -0.00783 -0.21299 -1.5823 -0.2852 -0.1932 -0.01447 1.20851 0.43637 0.13043 0.03568 -0.61058 0.91524 -0.86927 0.86839 0.78859 -0.72649 -0.2825 -0.66287 0.61373 0.36405 -0.51098 0.76838 0.31627 1.35193 -0.38108 -0.64879 -0.11864 0.2174 1.0182 0.46285 0.41658 1.40424 -0.92826 -1.31402 0.50026 -0.77359 -0.16497 -0.02324 -0.28891 1.00316 -0.25695 0.88976 0.53999 -0.53649 -0.75575 0.44325 -0.67632 -1.71913 -0.12123 0.07644 0.33427 0.60833 -1.37717 0.1744 0.64763 1.45934 -0.28949 0.74874 0.02429 -0.39619 0.29174 -0.82174 0.17774 0.65699 -0.15795 1.18213 -0.2494 -0.42404 -0.58468 0.28996 -0.87983 -0.33626 0.86786 -0.39491 0.84427 0.17758 -0.84414 0.57397 0.28277 -1.08035 -0.85771 -0.15535 -0.79146 0.50925 1.53246 0.74773 -0.51016 0.74611 1.04953 -0.20045 -0.3171 -0.37496 0.1009 0.13794 -0.48054 -0.11169 0.51171 0.15667 0.03047 0.04196 0.29705 0.94106 2.13522 0.0204 1.87677 0.18842 1.05765 1.58951 -0.72658 1.86659 -0.28295 -0.76339 0.46749 0.36051 0.33727 0.14456 0.31703 -1.0142 0.23191 -0.22721 0.31355 -0.46891 0.03835 0.75214 0.01429 -0.33325 -0.91015 -0.61941 -0.84418 -0.42855 -0.86288 -0.51086 0.38205 0.32146 0.12236 -0.71903 0.20331 -0.47052 -0.35089 -0.35799 0.95031 0.95575 0.5326 0.5448 -1.86867 -0.36861 0.08189 0.51322 1.22826 -0.44845 -0.91241 0.71287 -0.02741 0.12909 -0.73944 -1.007 0.6463 1.2189 0.42023 0.46657 -0.19628 -1.04217 -1.19945 -1.334 0.63963 0.95093 -0.09572 -0.17245 -0.08439 -0.2851 0.14182 0.49522 0.0746 0.64307 0.44902 0.38798 -0.58562 -0.97598 -1.20881 -0.05029 0.21843 0.60506 1.04363 0.62301 -0.0634 0.40863 -0.27299 -0.06189 0.50632 -0.025 0.78427 0.42392 0.35846 1.12417 0.05819 -0.35127 -0.61434 0.2028 0.32602 -0.95975 0.95917 -0.11832 -0.95512 -1.13542 -0.07009 -0.02277 1.10845 0.71677 0.06237 0.26188 -0.55417 0.5139 0.44676 -0.67205 0.35047 1.1423 1.0459 0.28955 0.10961 -1.33265 0.28282 0.89108 -0.07728 -0.96992 0.69024 1.41271 -0.75493 -0.10822 0.33649 1.2657 0.00699 0.3351 0.28286 -0.02516 0.37253 -0.50497 -0.25717 0.21547 0.07795 0.10855 -0.70938 0.17316 0.27032 -0.37168 0.22151 0.20742 -0.69712 -0.07454 1.49233 -0.3275 -0.92307 -0.18882 0.35497 -0.59987 0.81944 0.28565 0.72708 0.25665 -0.21445 0.67876 -1.27338 0.10436 0.74684 -0.61899 -0.50878 0.41401 0.15257 0.40109 0.26586 -0.04014 0.6505 0.81468 0.7729 0.21882 -0.5463 0.85647 0.69587 -0.24732 0.39677 0.21179 -0.71977 -0.21198 0.5704 0.24028 0.71456 -0.14345 -1.69692 -0.6014 -0.53422 0.31448 -0.26325 -0.17568 0.32386 0.07569 -0.65864 0.65428 -0.65103 0.06299 1.17741 -0.60351 0.78469 -0.48848 0.949 -0.27094 -0.8255 0.10794 0.78925 0.4442 0.80305 0.58809 -0.02911 1.75303 -0.09779 -0.08751 0.10578 -0.9891 -0.30689 -0.63667 -1.30508 0.0932 0.44356 -0.48617 -0.4754 -0.18237 0.0256 -0.27849 0.66993 0.52408 -0.19428 -1.2085 -0.99583 0.92765 -0.21894 -0.30089 -0.34307 0.09073 -1.03421 -0.76535 1.88062 1.27152 -0.16006 -0.51588 -0.71164 -0.01978 0.09507 -0.40232 -1.32095 -0.7394 -0.39037 0.18602 0.4538 1.49558 0.37008 -0.74743 -0.0837 -0.23763 -0.32642 -1.41502 1.17669 0.11848 -0.41246 0.28553 -0.40819 0.00591 0.41875 0.54528 -0.01089 -1.36948 1.94284 1.59145 -0.24121 -0.13071 0.02289 -2.03462 -0.54363 0.8646 0.56696 0.13857 -0.18231 -0.54632 -0.10533 0.16526 -0.60033 -0.12581 -0.36712 0.20457 -1.52765 0.01172 0.50301 -0.57263 -0.12157 -0.03387 0.49516 0.50019 0.28126 -0.47797 -0.07774 0.75086 -0.945 0.67032 -0.30547 0.98049 0.22674 -0.07488 -0.27405 0.4312 -0.74978 -0.06223 -0.03021 -0.94127 0.55215 0.6619 0.74611 0.3479 0.17557 -0.07176 0.14525 -0.7308 0.38819 -0.81361 -0.09209 0.20546 0.52834 0.17849 -0.62503 -1.30126 0.18445 -1.18918 0.05623 0.16044 0.6746 -0.24734 -0.27382 0.95857 -0.53245 0.72662 0.8541 -0.90095 0.67937 0.35756 1.25435 -0.65815 -0.45872 0.02747 1.33501 0.68375 1.2367 -0.11603 -0.13344 -0.45441 -0.45846 -0.5942 0.57499 -0.10773 0.06023 0.67482 1.06869 0.69172\nĂ -0.351712 0.24131 -0.326127 -0.212777 -0.04964 0.005312 0.148395 -0.029533 0.593833 -0.27095 0.29803 0.066153 -0.591337 0.02533 0.039612 -0.260782 0.410802 -0.617267 -0.665118 -0.591158 0.215603 0.08518 0.49641 -0.339378 -0.462687 0.630737 -0.538867 -0.172653 0.265835 -0.124713 0.575622 -0.151817 -0.099698 -0.267575 -0.102352 -0.370237 -0.448378 -0.385485 0.335058 0.664893 0.251367 0.10721 -0.293185 0.527925 0.441305 -0.745167 0.06602 0.122872 0.311007 0.097768 -0.70795 0.038812 -0.140292 0.285003 -0.060068 -0.162423 -0.670847 -0.14517 0.626102 0.355587 0.019433 0.327105 -0.158133 0.370723 0.303687 0.443258 0.636775 0.78509 0.442667 0.042623 -0.225588 -0.418498 0.522283 -0.182777 -0.522578 0.150725 -0.590812 0.295453 0.024988 -0.17801 0.135522 0.721212 0.184075 0.257848 0.010257 0.24987 -0.247582 -0.515082 -0.372092 0.015172 -0.516398 -0.444908 0.302325 0.072552 0.055337 -0.01654 0.338293 0.381402 -0.184218 0.720775 0.482212 0.434833 -0.089298 0.12485 0.019645 0.007437 -0.568972 0.383737 -0.090623 -0.282942 0.457312 -0.140945 -0.478948 0.49481 0.196975 -0.09281 -0.023735 -0.077883 0.214273 0.588698 -0.406048 0.236872 -0.038107 0.156997 0.202913 -0.401618 -0.235597 0.136073 -0.35177 0.107203 -0.198765 -0.064133 0.11581 -0.028435 -0.44662 -0.602155 -0.267073 0.268217 0.146017 0.352045 0.648057 -0.164358 -0.249898 0.042423 -0.030898 0.40907 -0.023732 0.703345 -0.631292 -0.216613 0.047023 0.186075 1.012717 -0.0484 0.007733 -0.125153 0.231072 0.32355 -0.08216 0.52294 0.072682 -0.22571 0.652508 0.004818 -0.066983 -0.40538 0.255095 0.359305 -0.046762 -0.180313 0.259893 -0.006778 -0.028377 0.308905 0.128765 0.000973 -0.529882 0.766355 0.880078 -0.21624 0.081 0.01561 -0.434258 0.12572 -0.529813 0.144485 0.117628 0.17514 0.137702 0.620653 -0.536187 0.226138 -0.526515 -0.086367 0.196047 -0.45167 0.30705 -0.187307 0.170555 -0.362003 0.231298 0.582665 0.20377 -0.083368 0.002228 -0.497927 0.550678 0.498055 0.997252 0.340947 0.643448 0.118278 0.0025 0.547525 -0.000207 0.442267 -0.178487 -0.467328 -0.14211 -0.23879 -0.422023 -0.562268 -0.145713 0.159872 -0.180197 -0.492853 -0.026205 0.4429 0.894315 0.354832 -0.625012 0.243495 -0.734815 -0.345473 -0.326597 0.142015 -0.012318 0.117742 -0.300518 -0.313075 0.478552 0.221567 0.26674 0.431798 0.355352 0.018373 0.33157 -0.487208 -0.50542 0.152078 -0.326292 -0.20033 -0.336188 -0.43968 0.168773 -0.285515 -0.522997 0.063008 0.23111 -0.267608 0.30144 0.292325 -0.11675 0.319825 0.44857 0.500358 0.462955 -0.01035 -0.001678 0.074735 0.301297 -0.362562 0.294278 -0.345827 -0.096502 -0.356488 -0.092558 0.21606 0.593305 -0.055808 -0.390802 0.066793 0.362975 0.26199 0.163713 -0.124772 -0.018185 0.006335 -0.133533 -0.306337 0.660995 0.53098 -0.15314 0.393985 -0.185823 0.160767 -0.572312 0.289562 -0.29085 -0.099892 -0.259372 0.109185 -0.429092 0.126743 0.161558 -0.156817 0.487048 -0.150475 0.264418 -0.757542 -0.162638 0.010338 -0.080127 0.18803 -0.59247 -0.393472 0.612858 0.366935 -0.209118 0.335725 -0.049857 0.186458 -0.010343 0.734155 0.473833 0.278588 -0.278423 -0.10875 0.015227 -0.008248 0.12027 -0.043197 -0.135618 -0.140863 -0.128553 -0.242638 -1.004912 0.028712 -0.586118 -0.043975 -0.109457 -0.295163 0.172598 0.340977 -0.22481 0.571715 0.364162 -0.579272 -0.282007 -0.039907 0.103592 0.831538 0.225763 0.484077 0.455042 0.332227 -0.243468 -0.18206 0.540997 0.185558 -0.037435 -0.063472 -0.043052 -0.017223 0.056162 -0.293143 -0.211895 0.572397 -0.627605 -0.119 0.18859 0.33772 -0.451297 -0.171707 -0.324112 0.11107 0.594912 -0.23524 -0.243285 -0.122943 0.239783 0.541552 -0.278048 -0.076693 -0.196957 -0.347638 0.542212 0.34391 0.213735 0.104533 0.335638 -0.055912 0.370105 -0.314342 -0.205502 -0.4818 -0.251917 -0.422983 -0.199347 -0.421812 0.003778 -0.638633 -0.559022 0.140138 0.109065 0.486497 -0.015838 0.18953 0.215152 0.179015 0.598532 -1.342313 0.266545 0.122445 -0.20221 -0.13979 -0.344662 0.426727 -0.193937 0.272515 -0.386098 0.082992 0.532438 -0.113508 -0.424045 -0.129472 0.102682 -0.10668 0.400628 -0.015082 0.70841 0.448455 -0.583417 0.475987 0.354787 -0.000937 -0.155652 -0.423898 -0.232818 0.469782 -0.192998 -0.228243 0.299565 -0.327328 -0.193955 0.529077 0.194768 0.610852 0.380112 1.146553 0.5084 -0.268672 0.112082 0.282277 0.426453 -0.027623 0.32555 0.043403 -0.041428 0.230073 0.716183 0.476415 -0.539083 0.197218 0.143118 -0.00781 0.294228 -0.392187 0.548368 0.105983 -0.239295 0.019582 0.399715 0.397533 -0.667845 -0.32354 0.101208 -0.354237 0.010952 0.106877 0.163297 0.27365 -0.240562 -0.4574 0.255498 0.431682 -0.036797 0.210322 -0.11143 -0.624438 0.888752 -0.051682 0.14415 0.145247 -0.293245 0.045455 -0.242203 -0.027062 0.165643 0.063722 0.006855 0.066542 -0.332083 -0.315697 0.192363 -0.11199 0.054612 2.305805 -0.291423 0.182235 -0.028923 -0.376308 -0.137865 0.090173 -0.152153 0.562808 0.024553 0.217892 0.299235 0.028257 0.165968 -0.615267 0.507372 -0.137175 -0.25611 -0.056943 -0.172698 0.249193 -0.561603 -0.583432 0.096337 0.031155 -0.417687 0.348997 0.423418 -0.856473 -0.126545 0.236878 0.006323 -0.546217 0.281525 0.547443 0.454492 0.159643 0.129045 0.501285 -0.54018 -0.647075 -0.509777 -0.577283 0.029228 -0.01973 0.240835 -0.326423 0.13425 0.735192 0.47569 -0.77238 -0.09702 0.34011 0.153595 -0.253765 -0.812517 0.126702 -0.485188 -0.135413 -0.342523 -0.537022 -0.432688 -0.409315 0.513798 -0.226953 -0.193783 0.156922 0.686557 -0.078397 0.129392 0.394928 0.505598 0.448977 -0.039052 0.448822 -0.320335 -0.37287 0.46126 0.419895 -0.592812 0.691195 -0.229042 0.001402 0.136357 -0.109088 0.234345 -0.991635 0.55162 0.712025 -0.064978 -0.019103 0.113105 -0.85124 -0.148033 -0.084865 -0.205797 -0.077022 0.285893 -0.366668 0.073453 -0.271445 0.505683 0.375473 -0.849933 0.423478 0.146568 0.866695 -0.391315 0.028782 0.560735 -0.2691 -0.149568 0.448977 -0.206062 -0.60132 0.149692 -0.224273 -0.18536 -0.06319 0.4119 -0.393358 -0.186625 0.175552 0.363577 0.253047 -0.350158 0.308615 -0.150187 0.4106 -0.337445 -0.316197 -0.413712 0.190708 0.466063 -0.06101 0.135713 -0.137362 0.004655 -0.247627 0.040865 -0.364905 -0.696808 1.052537 -0.015077 0.407925 0.670987 0.251633 0.605718 0.339357 -0.256265 0.70899 -0.397275 0.048992 -0.717403 -0.45275 -0.324257 0.77551 0.703015 -0.155117 -0.300788 0.437303 0.040552 -0.314857 0.12759 0.245823 -0.213785 -0.674062 0.600232 -0.26361 -0.043822 -0.073148 0.645595 -0.311053 0.47605 0.13222 0.024278 -0.514298 -0.443988 0.289253 -0.277022 0.102397 -0.505592 0.776675 0.241848 -0.124638 0.065425 0.308922 -0.417828 -0.105993 -0.22564 0.53833 0.0269 0.048795 0.280803 0.762398 -0.026287 0.250853 -0.291133 -0.638392 0.181975 -0.082225 0.000672 -0.315527 -0.320617 -0.196527 0.320823 0.048777 0.596835 0.147102 -0.193867 -0.013212 0.159472 -0.183355 0.299508 -0.004133 0.126922 0.014097 0.363632 0.491388 -0.250485 0.296768 -0.233405 0.024815 -0.200985 0.015535 0.183347 -0.370948 -0.131498 -0.019317 -0.413938 -0.267292 0.364357 0.012745 0.362475 0.243175 -0.199172 0.028685 -0.778305 0.422742 0.342203 0.034177 -0.06518 -0.16775 -0.393308 -0.554555 0.01779 0.4773 0.2343 0.281935 -0.074077 -0.152662 0.452705 0.223205 -0.78668 0.342277 -0.409325 -0.358255 -0.480407 0.415433 -0.059747 -0.511567 -0.5545 0.268112 0.067692 -0.480302 0.463203 0.193533 0.26936 0.029558 0.300307 0.388558 -0.108833 -0.339865 -0.032253 0.007728 -0.038055 -0.227803 -0.411213 -0.295113 -0.247763 -1.074707 0.390117 -0.428468 -0.330888 0.227515 -0.4207 0.114777 -0.193742 0.221655 0.983153 0.129562 -0.170302 0.745817 -0.130615 -1.134107 0.104543 0.530255 -0.280865 0.22179 -0.228508 0.467228 0.174902 0.142282 -0.468303 0.023943 -0.351767 0.597917 -0.312678 -0.02922 -0.05331 0.230342 -0.165673 0.372182 -0.22704 -0.459975 -0.005975 -0.028708 -0.292815 -0.06797 -0.170353 -0.061282 0.511082 0.343185 -0.052223 -0.101842 -0.077332 0.254503 -0.619488 1.372122 0.858207 -0.133747 -0.113772 0.6336 -0.059747 0.459648 0.00996 0.566607 0.084465 0.16994 -0.45125 0.238088 -0.033815 0.330063 -0.075817 0.156017 -0.71984 0.312635 0.268282 -0.0941 0.373933 0.861872 0.6084 0.228102 -0.282975 -0.616922 0.015265 0.081382 0.184668 0.027395 0.401453 0.400197 0.404585 -0.103595 0.535088 -0.397958 0.095222 0.029217 0.417873 0.289727 0.497412 0.486008 -0.22536 0.297462 -0.525765 0.027318 -0.176328 0.251445 -0.34744 -0.307235 -0.180588 -0.666467 0.539537 0.047132 -0.138347 -0.100772 0.700752 -0.579012 -0.201067 0.062933 -0.840448 -0.918413 0.152212 0.514107 -0.156797 -0.04966 0.119542 0.02747 0.107245 0.580973 -0.116517 0.441902 -0.052077 -0.053 -0.085862 -0.547713 -0.264975 -0.786107 -0.312708 0.376188 0.673388 -0.08421 -0.354862 0.295712 0.587813 -0.187303 0.105423 -1.664242 -0.28001 0.090193 -0.53725 0.181168 -0.837358 0.439877 -0.0142 -0.206082 0.386772 -0.13327 0.53922 0.306367 -0.043505 0.174608 0.73389 0.071537 0.545903 0.13511 0.371842 0.308447 -1.103528 -0.136728 0.852952 -0.038828 -0.311968 -0.084587 0.057393 0.201642 0.095528 -1.3057 0.53321 -0.331065 -0.601847 0.137153 -0.113892 -0.239322 0.19892 0.888215 0.171465 -0.578643 -0.672733 0.141677 0.289893 0.46894 -0.183408 -0.267152 0.293288 0.036762 0.271823 -0.115362 -0.662918 0.139672 0.678355 -0.13862 -0.03786 -0.245625 0.515698 -0.005157 -0.853167 -0.129705 0.565358 0.476812 -0.525225 0.32063 0.262017 -0.348527 -0.231647 0.034642 0.033375 -0.425683 0.171525 0.03477 0.691808 0.314552 -0.527155 0.665988 -0.220128 -0.004268 -0.015487 0.010022 -0.096747 -0.021595 -0.005925 -0.339548 -0.21189 -0.33436 0.220975 -0.381182 0.049513 0.478507 -0.703093 -0.203002 0.595348 -0.191557 0.315538 1.87478 -0.374305 -0.229958 0.305813 -0.635863\n/ 0.270218 -0.092533 -0.251854 -0.026071 0.136847 0.705964 -0.029596 -0.195701 0.257984 -0.456767 0.604341 -0.815924 -0.303599 -0.331301 0.249781 0.204637 0.42373 -0.127571 -0.266894 -0.227099 0.407275 -0.180831 -0.520274 -0.164851 0.122076 0.233019 -0.352372 -0.476026 -0.108722 0.349668 0.144609 -0.073062 0.305954 0.390883 -0.272518 0.474921 0.174726 0.351517 0.693918 -0.006813 -0.055191 -0.014143 0.587344 0.711859 0.108345 -0.135479 -0.229326 0.344044 0.476599 0.052432 -0.388101 0.048598 -0.032593 1.189669 0.705464 -0.839286 -0.463582 -0.129437 1.008836 -0.271216 0.237594 0.410476 0.440865 0.114411 -0.208894 0.173984 0.02391 0.755443 -0.310446 0.046764 0.375895 0.048974 -0.144064 0.014282 -0.091449 0.685278 -0.627185 0.5359 -0.243387 -0.321532 0.255843 0.37958 0.116464 -0.268967 -0.656494 1.012347 -0.141472 -1.005874 -0.273734 -0.232454 0.174424 0.679774 0.177653 0.756718 -0.097339 -0.886715 0.578687 0.593121 -0.605224 0.372472 0.163754 -0.765447 -0.113437 0.0697 0.715276 0.041697 -0.775054 1.42122 0.608519 0.218719 0.06753 -0.250564 0.747816 0.217156 -0.881326 -0.569032 -0.110147 0.752364 0.210888 0.111688 0.121343 0.254657 -0.082557 0.410867 0.173311 -0.488354 0.169117 0.041224 0.065273 -0.052922 -0.103187 0.414775 -0.04831 -0.228459 -0.684637 -0.425764 -0.796575 0.510131 0.337401 -0.201345 0.085353 -0.019889 0.800841 -0.14833 0.03097 0.492416 0.318381 0.58712 -0.919224 -0.107384 0.212314 -0.174841 -0.389041 0.150816 0.807046 0.001321 0.741764 0.243382 0.28812 0.054182 0.068796 -0.295959 0.542435 -0.419423 -0.41413 -0.047721 0.172754 -0.765327 -0.030301 -0.527202 0.36543 -0.107786 -0.845524 -0.623866 -0.615514 0.187436 -0.162568 0.681816 0.473614 -0.524416 -0.115207 -0.112742 -0.781564 0.23122 -0.081786 -0.784424 -0.339844 -1.052832 -0.06034 0.244468 -0.785094 -0.049344 -0.070079 0.427414 0.219351 0.259458 0.429042 -0.188259 -0.203386 -0.929839 0.392231 -0.789501 -0.338121 0.258049 -0.646776 0.135196 0.45513 0.443601 0.581812 -0.200333 -0.467162 0.147361 -0.287814 0.473518 0.285876 0.149245 -1.066746 -1.372954 -0.593676 0.040718 -0.490162 -0.154179 -0.002528 -0.603727 -0.501245 0.025107 -0.16504 0.286415 -0.059822 -0.511581 -0.189505 -0.57002 -0.276891 -0.652767 0.235904 0.237016 0.37011 0.362878 -0.707374 -0.295076 0.384311 -0.453236 0.330366 0.636069 0.267902 1.246756 0.733417 0.300462 -0.564656 0.368229 0.009969 -0.236054 0.807208 -0.314203 -0.616649 -0.08807 -0.056768 0.479379 -0.622438 -0.475232 0.212554 0.608031 -0.128404 0.314737 0.48355 0.384206 -0.013669 0.183144 0.113879 0.17867 0.749403 0.125761 -0.097698 0.264509 0.717166 -0.505419 -0.174155 -0.472981 0.231536 0.495891 0.000827 0.649704 0.080544 -0.223867 0.541951 0.270742 -0.213296 -0.283128 -0.1723 -0.885448 0.377295 0.269125 0.486298 -0.211385 1.062236 -0.111284 0.354934 -0.509802 0.411739 0.265989 0.215189 0.488284 0.48386 -0.038963 -0.087116 0.103196 -0.149286 0.260055 -0.277776 -0.386779 -0.323654 0.373272 0.209015 0.680141 0.582884 -0.011788 -0.252171 0.091192 -0.344555 0.289238 0.467434 0.113946 -0.538563 0.645094 0.403121 -0.766184 0.371254 -0.099504 -0.034021 0.667982 0.068342 -0.0694 0.616151 -0.110842 -0.559341 0.262942 -0.990139 -0.01744 0.342268 0.635387 -0.411883 0.332119 0.019827 0.110395 -0.638738 0.320462 0.72259 0.067833 0.091751 0.11384 -0.474792 -0.518089 -0.801401 -0.224369 0.393659 0.105348 0.556666 -0.851799 -0.003504 -0.014297 0.373959 0.451071 -0.502176 -0.089208 -0.403421 0.101617 0.423783 0.447446 -0.57316 -0.226999 -0.142967 -0.581589 -1.478424 -0.812513 -0.089514 0.220676 -0.101666 -0.140355 0.678076 -0.196775 0.236585 0.136855 -0.542423 -0.748589 -0.010463 -0.065392 0.620645 -0.453106 0.449502 0.018586 -0.348248 -0.442565 -0.129929 0.17005 0.063755 -0.051562 -0.34798 -0.637764 -0.317049 -0.073624 -0.074544 -0.433531 -0.44339 0.072131 -0.285361 -0.203351 0.268399 -0.197963 -0.354933 -0.010082 0.229819 -1.140998 -0.39031 -0.395393 -0.72536 -1.010753 -0.6212 -0.021539 0.279692 -0.241796 -0.104272 0.284312 0.300156 -0.678106 0.229864 -0.537584 0.530299 -0.365247 -0.305786 -0.285341 -0.211011 0.746739 0.335511 0.596844 0.886171 -1.781102 -0.00964 -0.034449 0.055722 0.560338 0.311071 0.038256 0.463084 0.346867 0.273796 0.498744 0.067084 0.726721 -0.274115 0.955392 0.209359 0.163669 -0.289435 0.376895 -0.193626 0.314461 -0.033829 -0.358248 -0.500767 -0.566356 0.10232 0.219302 -0.123214 0.204944 0.344514 0.112047 -0.110272 -0.183979 0.851566 0.553936 -0.150685 -0.289038 -0.118366 -0.030117 0.269599 0.184657 0.452849 -0.52376 -0.085115 -0.187313 0.268606 -0.185506 -0.769262 -0.819151 0.264126 0.461889 0.349114 -0.055125 0.766106 -0.461399 0.034868 -0.460982 -0.042679 -0.292797 -0.354449 0.156308 -0.462234 -1.044013 -0.452932 0.312211 0.001193 0.5112 0.096654 -0.437039 -0.158332 -0.439717 0.052414 2.174936 0.377806 0.417025 0.429106 0.045839 -0.398961 0.595484 0.249848 -0.713118 0.100826 0.630173 -0.038408 0.523356 0.074339 -0.283039 0.065646 -1.001032 0.166616 -0.614275 0.993844 0.51652 -0.014956 0.305862 -0.539613 0.154251 0.730991 0.043734 0.648161 -0.176903 0.343913 -0.138946 -0.246019 0.294044 -0.154982 0.476456 0.421773 0.022435 0.714711 0.550381 -0.376474 0.414671 -0.413541 -0.070052 0.691201 0.444006 -0.19589 -0.751308 0.558543 0.236044 -0.10951 -0.360075 -0.344179 0.066069 0.152747 -0.895635 -0.303817 0.357614 -0.309571 0.302001 0.693262 -0.615998 0.07044 -0.213488 1.05799 -0.446734 0.392233 0.363162 -0.046129 -0.846867 -0.568274 0.006163 0.338232 1.069606 -0.332689 0.205927 0.173091 -0.431626 0.040592 0.571189 -0.129755 0.802386 -0.479749 0.062706 0.373688 -0.418501 0.957276 -0.086964 0.050052 -0.275215 -0.200124 -0.336193 0.3877 -1.627876 -0.298999 -0.662179 -0.012833 0.419235 0.029155 0.778971 -0.251613 0.037682 0.487345 0.087869 -0.503592 -0.151058 -0.280742 -0.203056 0.32981 -0.536099 0.866922 0.073636 -0.695555 0.907859 0.3171 -0.267129 0.607059 0.139396 0.271521 0.119132 0.052346 0.073314 -0.244841 0.387572 0.272648 0.150408 0.251915 -0.034032 -0.019636 0.714993 -0.129122 -0.111572 0.012824 -0.276188 0.024453 -0.624811 -0.968338 0.662355 -0.036406 -0.111079 -0.154296 -0.349694 -0.215467 0.055874 0.115726 0.265994 -0.198701 0.283517 1.124773 0.202587 0.265752 1.222091 -0.308248 -0.106729 -1.269783 0.693704 0.237477 -0.03604 0.288383 -0.418926 0.381136 -0.345388 0.745424 -0.221883 0.73992 -0.082475 0.964769 0.208474 -0.009554 -0.359835 0.464986 0.839135 -0.536313 -0.019842 0.434799 0.009052 0.009341 -0.188954 -0.81834 -0.285319 -0.089542 -0.196291 0.031607 0.308121 0.299297 -0.836769 0.207751 -0.838328 -0.772958 0.684806 0.130749 -0.547243 -0.493194 -0.470109 -0.310095 0.018143 0.247634 0.512842 0.233214 0.297681 -0.015766 0.073075 -0.818278 0.23698 -0.019863 -0.017483 -0.130319 -0.337597 -0.354352 0.176316 -0.546378 0.498303 0.264998 0.011919 0.357254 0.409076 -0.230082 -0.060531 0.125299 0.254111 0.080859 0.06537 -0.462408 -0.461796 -0.838764 0.126218 -0.038815 -0.42254 -0.110425 0.295447 0.119982 -0.389289 -0.498323 -0.239426 -0.392256 0.213275 -0.24498 0.042261 -0.695447 -0.075546 0.555318 -0.181157 -0.121791 -0.077206 -0.758486 -0.151574 0.150594 -0.120034 0.467532 -0.09104 0.391239 0.279235 0.452705 0.304704 -0.458672 -0.636579 0.635691 -0.642268 -0.335389 0.136825 -1.015972 -0.588907 -0.091175 -0.063076 -0.386059 -0.030293 0.243319 -0.115572 -0.739253 0.488514 0.267619 0.209816 0.488984 0.077681 0.128321 -0.059994 0.626991 -0.081008 -0.037426 -0.770276 0.347744 -0.251186 0.275421 -0.193564 -0.085537 0.185761 -0.62761 0.375553 0.048091 -0.455089 0.421852 0.153665 -0.927906 0.109229 -0.118521 -0.328114 0.173874 -0.12849 0.813783 -0.283417 0.6895 -0.398726 -0.016604 -0.512042 0.144636 -0.279634 -0.355651 0.719417 0.43625 -0.564926 0.146456 0.423165 0.069305 0.453945 -0.641719 -0.154904 -0.082499 0.333834 0.475561 0.265524 1.117981 -0.178884 -0.389116 -0.189079 -0.584421 0.544619 -0.111114 0.252793 -0.173434 0.518711 0.591693 -0.890318 -0.088691 -0.332674 -0.608604 0.496424 -0.566868 0.586964 0.802973 -0.340245 0.800217 -0.033087 -0.899741 0.449796 -0.052456 -0.053014 -0.534191 0.086949 0.216297 0.251817 -0.627069 -0.407264 0.480019 0.28536 -0.31505 -0.495738 -0.607354 0.56507 -0.111364 0.610313 0.076119 -0.279754 0.25527 -0.544529 0.139956 1.17778 -0.802695 0.049054 -0.728893 0.088264 -0.736671 0.567918 0.006954 0.309034 -0.602462 0.414189 -0.05515 0.060636 -0.887069 -0.678674 0.798115 -0.088158 0.267696 0.12441 0.64437 -0.042076 -0.221176 1.236629 -0.756683 -0.591484 -0.004708 0.315021 0.716806 -0.68105 0.39152 -0.333401 -0.137141 -0.357551 0.187496 0.160715 0.072061 0.037535 -0.351907 -0.55378 -0.007104 0.296 -0.288649 0.775781 -0.961664 0.471167 0.838157 0.522578 -0.461118 -0.655167 -0.400406 0.143933 1.144773 -1.804151 -0.223117 -0.030841 -0.505573 -0.629151 -0.445602 0.103666 0.609189 -0.098883 0.403046 0.620851 0.297018 0.082953 0.726406 -0.025817 0.591604 -0.172199 -0.346735 0.104343 -0.032229 0.239974 0.054614 -0.128739 1.267293 -1.349087 -0.687886 0.069382 -0.18264 0.894161 -0.418236 -0.321775 0.157459 0.726141 0.036706 -0.826361 0.413831 -0.007574 0.360495 1.247517 -0.050926 0.254749 -0.441534 0.030396 -0.14867 0.467227 -0.378205 -0.643261 -0.908214 0.142849 0.221161 -0.054074 -0.425759 -0.689329 0.334929 0.775251 -0.808859 -0.392673 0.810626 -0.216963 -0.642973 0.094241 0.004294 -0.473754 -0.049843 0.294089 0.31639 -0.578514 0.284947 0.224651 0.685209 -0.462076 0.031954 -0.290321 -0.031601 0.128449 -0.69412 -0.28164 0.214205 -0.600281 -0.036931 -0.219428 -0.023134 -0.313984 -0.755993 -0.127172 -0.520431 -1.188024 -0.064136 0.445043 0.509386 0.006661 0.04602 -0.535794 -0.076321 -0.999006 0.062732 2.119343 0.180814 -0.326698 0.339645 0.402833\n~ 0.61272 -0.07022 -0.18558 0.18197 0.57683 1.79908 -0.25808 0.48155 1.22886 0.45845 -0.10262 0.26559 -0.59533 -0.15019 -0.25783 0.55435 1.53989 0.18402 0.69201 -0.33985 -0.49946 0.92356 0.43948 -0.86583 0.31144 0.13704 -0.98428 0.59528 0.86646 0.34661 0.55119 -0.12567 -0.05217 -1.42346 -0.83213 1.05775 0.25689 -0.07495 -0.74894 0.88584 -0.28104 1.97673 0.73328 0.01927 0.18023 0.26435 -0.23292 0.14704 0.87729 -0.58442 0.46924 -1.44724 0.30035 1.17709 0.31656 -1.87078 -0.37568 1.04483 0.17393 -1.20873 -1.12695 0.85369 -0.94489 -0.0572 0.77312 -0.07579 0.79266 0.41045 -0.1079 0.67148 0.82574 -0.31381 -0.06806 0.95581 -0.78487 0.07432 -0.62799 -0.29836 0.37752 -0.07235 -0.54941 -0.27654 -0.29112 0.01177 -0.68397 -0.02075 -0.079 -0.60613 -0.83595 -0.49429 1.02705 -1.2936 -0.0165 0.65672 -0.03076 -0.90808 0.49677 0.00983 -0.51018 -0.16654 0.29589 -0.22035 0.07475 0.45903 0.35757 0.74092 -0.04248 0.53711 0.13716 -0.5697 -0.59635 0.13771 0.62905 0.18133 -1.74042 0.22197 -0.11639 1.25161 -0.59394 0.94889 0.07207 -0.65565 0.35313 0.88313 0.04426 -0.80077 0.6996 0.33454 -0.48262 -0.6481 0.18026 0.00912 -1.01991 -0.37641 0.12309 -0.308 -1.03706 1.47329 0.54612 -0.1513 -0.11032 0.52281 -0.05619 0.14051 0.52714 0.68959 1.14774 -0.73032 0.14968 0.46548 0.37774 -0.06441 -0.31201 1.00103 -0.28431 -0.02957 -0.0297 -0.40143 -0.23488 0.58443 0.09917 -1.21893 -1.46462 0.37804 0.63345 0.4903 0.75093 -1.48485 0.17792 -0.36125 -1.27972 0.51616 -1.34355 -0.05065 0.49568 -0.37171 -0.01362 0.32535 0.58604 0.6566 -0.55558 -0.06645 -1.6116 0.16171 -0.05637 0.86546 0.25545 -0.46344 0.47107 1.14205 2.05453 -0.3667 0.56312 -0.68316 0.40451 0.13063 0.04521 0.24839 -0.05057 0.49169 -0.05182 -0.09384 0.32071 -0.59583 -0.78701 -0.8312 0.01217 0.43885 0.47264 0.19697 -0.19937 -0.28039 -0.27674 0.50538 0.7189 -0.47818 0.25319 -0.10952 -0.14312 0.66696 0.42095 -0.06834 0.64329 -0.07356 0.24549 0.187 0.67843 0.44153 0.7115 -0.56063 -0.80002 -0.9166 -0.28971 1.27329 1.25399 0.526 0.93062 0.20917 0.00614 0.463 0.27705 -0.65535 0.01322 0.08584 0.24992 1.01549 0.15363 0.71219 -0.18075 -0.49733 -0.26459 1.18427 -0.54242 0.46235 -0.29172 -0.31299 -1.00624 -0.67508 -0.06118 -0.19613 0.18259 -0.17785 -0.74716 -0.30157 0.819 0.07132 -0.66543 -0.01806 0.52811 -0.66434 0.68384 -0.12553 -0.50441 0.01083 -0.52066 -1.20156 0.06875 -0.17307 1.36318 -0.19897 -1.08445 0.00758 -0.20334 0.12131 0.34674 -0.4308 -1.06008 0.70587 0.01964 -0.94082 -0.07437 -0.43435 2.43025 0.52688 0.11931 -0.18034 -0.29072 0.35297 0.16767 -0.121 0.0519 -0.33624 1.36678 0.10767 -0.64642 -0.28312 -0.10027 1.12559 -0.69592 0.95689 -0.31266 -0.3311 -1.21784 0.51722 0.04639 0.14627 -0.45085 -0.32237 0.37711 0.19914 -0.08197 1.68707 0.30491 0.30429 0.03075 -0.9333 -0.97222 0.40603 0.17266 0.71366 0.10575 -0.65279 1.22294 -0.78418 0.25966 -0.27495 -0.23292 -0.67087 0.60388 -1.15797 -1.29832 1.09212 0.42385 -0.20764 -0.48998 0.26149 -0.34567 0.41717 -1.03035 0.98225 -0.18703 0.18847 0.31307 1.17642 0.37186 0.68015 -0.23 -0.39854 -1.0212 0.00916 -0.20404 -1.23294 0.16816 0.99505 -0.52088 -0.2426 -0.19203 1.40624 -1.06637 -1.01225 -0.19016 0.8471 -0.00359 0.60964 -0.5875 0.08013 -0.18352 -0.68491 -0.45555 0.40776 -0.13263 1.63893 0.34121 -0.26453 -0.32897 -0.38674 -0.54006 -0.23374 -0.329 -0.31167 -0.4242 -0.34837 0.99549 -0.86374 0.2042 -0.80285 0.35914 0.30918 0.45896 -0.31425 -0.43554 -0.24274 -1.43858 0.30785 -0.50293 0.2278 0.4265 0.01663 -0.30838 -0.49577 -0.33719 -0.28373 0.2144 -1.13151 -0.50211 -0.73945 -0.82316 -0.28296 0.3871 -0.01284 0.41201 0.38938 -0.86341 -0.26745 0.58931 -0.35644 0.02526 -0.3504 0.76455 0.68513 -0.49807 0.05984 -0.69197 -0.4987 0.677 -0.78015 -1.18378 -0.34682 0.50093 -0.43456 0.46009 0.36441 0.11362 -0.03144 -0.85661 2.50391 0.16414 0.61807 0.34364 1.25245 -0.30343 0.66235 -0.7899 0.46409 -0.72512 0.18082 0.00409 -0.23511 0.22519 -0.62898 -0.38387 -0.20917 1.22962 0.14302 0.52647 0.08422 0.5646 -0.57534 1.15396 0.29932 -0.04231 -0.12462 0.49852 -0.57176 -0.79583 -0.16947 -0.37097 -0.18505 0.42336 -1.03322 0.30369 0.26513 0.28817 -0.4538 0.94865 0.10915 0.1623 0.64033 -0.06772 -0.43335 0.11536 0.50442 0.96091 0.59995 -0.24595 -0.15113 -0.73282 -0.42423 0.75899 1.24882 -0.80761 -0.4953 -0.20528 -0.27046 -0.7882 -0.58302 -0.59474 1.91314 0.85083 -0.41762 -0.07522 0.58497 -0.1099 -0.47118 -0.81107 1.6046 -0.11084 0.12665 -0.52249 -0.18053 0.21804 -0.38194 1.04513 -0.4792 -0.7886 -0.16799 0.05322 -0.28968 0.7581 1.00791 0.93084 0.01913 -0.93199 -0.36733 0.88813 -0.29269 1.19933 0.3797 -0.32373 -0.03676 0.31007 0.30327 -0.69505 1.23819 -0.33292 -0.44556 -0.66646 -0.19319 -0.84168 -0.42462 -0.57553 -0.76914 0.3796 -0.29011 0.06705 -0.03818 0.66691 0.34134 -0.18888 0.28743 0.95828 -1.35281 1.24958 -0.61255 0.05756 1.67982 -1.05019 -1.50986 -0.68928 0.94026 -0.01899 -0.60888 -0.86653 0.14362 -0.26629 -0.25711 0.25568 1.2209 0.24244 -0.36662 -0.35303 1.0712 0.29771 -0.71585 -1.38028 0.2002 -0.72986 -0.31661 -0.14547 0.54376 -1.16802 -0.2461 -0.78287 0.83749 0.60619 -0.40194 -0.69228 -0.29876 0.82504 -0.81398 -0.24905 0.17932 0.55032 -1.36006 -0.9781 1.02315 1.03052 0.48634 0.11603 0.61936 -0.55552 0.46737 0.1203 1.52899 0.62168 -0.30978 0.54241 -0.21002 -0.59007 -0.27487 0.82958 -0.72052 0.80876 0.13496 1.68139 0.09606 0.17359 0.22727 -0.17431 0.24869 -0.38394 0.18716 -0.42623 -0.58293 -0.25124 0.41632 0.61771 -2.06335 -0.39707 -0.24298 0.38056 -0.79808 -0.68885 -1.02792 -0.58135 0.31683 -0.15818 -0.69534 -1.13435 1.21814 -0.05354 0.84644 0.888 0.16448 -0.96393 -0.17524 0.02944 0.76462 -0.15974 -0.4608 -0.54144 -0.36653 0.16437 -0.04696 -0.13655 -0.3009 -0.35781 -0.132 -0.25299 0.18915 0.7386 0.80906 0.19065 -1.36621 -0.36731 1.08432 0.08794 -0.43286 0.75331 -0.81943 -0.62952 0.54591 -0.71071 0.52518 -1.54892 -1.54068 1.0121 -0.3166 0.39801 0.53833 -0.62375 0.84177 0.08147 0.95271 -1.05567 -0.20588 0.29107 0.01456 -0.549 -0.28737 -0.67486 -0.67472 1.18207 0.275 1.61274 -0.59121 0.59404 -0.71726 0.21266 0.76021 0.13481 0.26966 0.49009 -0.55904 0.0775 -0.43702 0.00786 0.02282 -0.61514 0.29793 0.48218 0.44184 0.35686 0.19266 0.75268 -0.51174 0.81076 0.14658 -1.89963 0.67402 -1.05264 -0.34468 -0.31886 -0.26719 0.29332 -0.29883 -0.83048 1.08311 1.73736 0.39914 -0.51745 0.40933 -0.56353 -0.00356 -0.52906 0.28142 -0.73896 -0.33005 1.22393 -0.66318 0.20836 0.48753 0.86129 0.07283 -0.46625 0.29002 1.11377 -0.02695 -0.68757 1.31234 -0.82553 0.81013 -0.26156 0.01604 0.62929 0.1484 -0.0487 -0.99936 -0.60683 -0.5167 -0.79304 -0.25221 0.22194 -1.96524 0.06753 -0.83765 1.15029 -0.39832 0.63037 0.34987 -0.65461 0.5387 0.38921 -0.63339 -0.30435 0.04071 -0.83356 -1.14394 -0.74251 0.28623 -0.30123 1.11994 0.20619 1.54996 0.47043 0.40882 1.26027 -0.17144 0.69652 1.04208 0.19643 -1.02204 -1.27149 0.58766 1.85092 0.64103 -0.39175 -0.10702 0.18294 -0.44368 0.02527 -0.14946 0.47687 0.15339 -0.90186 0.15926 -0.92278 0.4825 0.49657 0.37713 -1.14112 -1.1554 0.76207 0.84689 -0.02665 0.19164 -0.74044 -0.08417 0.48197 -0.94854 1.11494 0.56098 0.13241 1.5045 0.30154 1.89418 0.53018 -1.45282 -0.04157 -0.17918 -0.00861 -0.18864 1.31642 0.391 -0.07665 0.5494 0.7921 -0.1883 0.01881 -0.0407 0.52922 0.48609 -0.92008 1.38533 1.44129 0.53253 -0.75979 0.76541 1.02474 -1.24399 0.17288 -0.07818 -1.1247 0.42688 0.34148 0.25384 0.48113 0.06885 0.38834 -0.03374 0.31388 -0.64605 0.03852 0.97996 0.1143 0.14749 -0.62948 0.2002 0.56586 0.01481 -0.98493 0.29774 -0.25709 0.2167 0.06072 0.74059 0.64752 0.29575 0.4921 -0.77596 -1.20191 0.3996 0.60169 0.76151 -0.02931 -0.81901 0.7734 0.43383 -0.80359 -0.84611 0.14131 -0.96598 0.95525 -0.21174 0.74941 0.35295 -0.4329 0.872 -0.05134 -0.89483 -0.75691 -0.29714 -0.3132 -0.72027 -1.87669 0.40161 0.12974 -0.61224 -0.89881 -1.27584 -0.15972 -0.38306 -0.94739 -1.32331 0.57475 0.77315 0.01945 -0.34731 -0.97668 0.2176 0.76442 0.90621 -0.59552 0.95305 -1.05486 0.67827 0.42782 -0.63225 0.03405 1.34256 0.49343 0.19155 1.26623 0.13935 0.10901 0.53283 1.44125 0.23033 -0.41213 -0.48957 -0.71746 -0.16843 -0.53658 -0.61554 -0.33142 -0.60037 -0.5971 1.15438 -0.36003 0.7671 -0.4423 -0.76076 -1.00556 1.18272 0.32526 0.85413 -0.68994 0.06433 -0.40937 -0.71857 -0.20573 -0.38778 0.71216 -1.42538 0.26095 -0.74527 -0.52615 0.26015 0.77096 -1.28633 0.72353 0.12481 -0.5969 0.14516 0.58161 0.43727 -2.18892 0.1559 -0.49391 -0.50007 1.39003 0.79344 2.02562 -0.91685 -0.39773 0.73204 0.03163 0.00434 -1.40806 0.94748 0.34048 -1.14527 0.45192 0.35857 0.78044 0.94332 0.20472 0.20919 -0.7364 -0.34381 -0.61078 0.71852 -1.0799 -0.17317 -0.29449 -0.36541 0.07541 1.50468 -0.16679 0.25559 -0.27738 -0.39386 0.36518 -0.14399\n[ 1.81995 0.96522 -0.5584 1.22126 -0.95153 0.51476 0.13313 -0.60942 0.17307 -0.12008 -0.19317 0.66344 -2.03184 0.24844 0.17437 1.09743 -1.5401 0.67564 1.23734 0.8067 0.73599 -0.1286 0.50368 0.1935 0.22685 -0.13833 -0.12511 -1.34418 -0.53966 0.28427 -0.07006 0.60115 -0.54205 -0.39294 -1.50147 0.16765 -1.12353 0.2687 0.9795 0.00124 -0.1284 1.52889 -1.44941 -0.22351 0.29758 -2.11811 -0.52712 0.8511 0.81144 -1.18129 1.27107 -0.01344 0.28724 0.51122 1.28704 -0.55536 0.087 1.30016 0.68896 0.54711 -0.89237 -0.54205 -1.34129 -0.43321 -0.82853 0.07382 -0.64731 0.27528 1.40495 0.55258 -0.02699 -0.80482 0.47064 -0.08078 -0.90578 -0.25072 -0.72087 0.70931 -0.72522 0.75501 -0.06601 0.31821 1.21901 0.39118 -0.48478 0.24051 -0.0245 -0.47724 -0.49705 -1.00381 -0.35753 -0.87613 0.2681 -0.31229 0.07108 0.66001 0.914 0.75122 -0.55199 0.22524 0.05239 0.62646 0.75631 0.91094 1.11738 -0.0429 -0.73058 0.53487 0.61572 -0.07446 0.03867 0.75302 0.13132 -0.41143 0.33437 0.0934 0.55667 0.26069 0.43109 0.28518 -1.35018 -0.01695 -0.28061 -0.32679 1.25155 0.84296 0.23238 1.2352 0.24711 -0.70819 -1.3857 -1.24301 1.4877 0.61869 0.75257 0.45115 -1.13206 0.7862 -0.01676 0.66975 -0.08886 0.45644 -0.05596 -0.12566 -0.50494 -0.34974 -0.25108 1.34649 -0.28435 -0.12085 0.72487 -0.053 1.0248 0.11062 1.07768 -0.16088 0.021 -0.16977 0.60483 0.26247 0.61989 1.35353 0.11937 0.15875 0.2989 0.39302 -0.60965 -0.34641 0.34281 0.17488 -0.07646 -0.44903 0.01796 -0.24075 -0.01299 -0.59493 0.36367 0.61396 0.87725 0.64406 0.48922 1.04596 -0.55369 -0.09323 -0.4553 -0.83403 -0.12407 0.03725 0.51982 0.74854 -0.92603 0.48611 0.1748 0.97511 1.02419 -0.06764 0.31785 0.35966 0.3216 -0.24047 1.62723 -0.1311 0.45701 -0.06261 -0.60852 -1.19224 -0.9136 0.75136 0.10565 0.66486 0.34139 0.86178 -0.18633 0.44195 1.02937 0.17944 -0.73991 -0.30673 -0.06446 0.66039 -0.59892 -0.48782 0.38312 -0.01286 -0.69952 0.79409 0.83538 0.26235 -0.14479 0.25655 -1.72299 -1.07651 -0.34751 -0.04446 -0.05693 -0.66765 -0.07733 -0.09175 -0.56685 0.07929 -0.05713 -0.67385 0.99214 -0.37357 0.95218 0.158 0.71614 1.4079 -1.08269 0.98823 0.1498 0.12848 0.01083 -0.67814 0.09721 -0.44064 -0.18179 1.24657 0.17229 0.60064 0.20245 -0.53723 0.79468 -0.37141 1.19239 0.28224 -0.76098 1.43453 0.10948 -0.76412 1.41348 -0.82979 -1.04364 -0.25164 -0.6459 -1.0292 0.38773 -0.65183 1.09952 0.53311 -0.11792 0.81904 -0.03544 0.01602 0.38129 -0.83247 -0.52004 0.9083 -0.66655 0.2902 0.04308 0.1061 2.0053 1.47427 -0.25214 -0.32908 0.66345 -0.03497 -0.4488 -0.95721 0.70906 -0.46248 0.1918 -0.38031 0.00969 0.40126 0.81974 1.11363 0.15938 -0.66405 -0.2563 0.22984 0.12096 -1.39026 -0.1741 0.62391 -0.08698 -0.59338 1.20213 -0.09057 0.21536 0.87992 0.25142 -0.61588 1.25079 -1.26553 -0.02773 0.40211 -2.48889 0.36741 0.74959 -0.44742 0.74817 -0.06293 -0.24592 -0.31033 -0.3765 -1.06146 -0.45763 -1.19794 -0.9357 0.78566 -0.22034 0.55055 -0.64062 -1.08919 -0.23008 -1.3708 -0.15552 1.20683 -0.6586 0.97772 0.49823 0.41943 -0.07859 0.26205 0.23993 -0.03497 -0.48833 -0.35685 0.67417 0.77224 0.70624 -0.41473 -0.41173 -0.41245 0.76626 1.84765 0.44231 -0.72423 0.49502 0.13682 -0.64166 0.2463 -0.14696 -0.91863 0.13483 0.88014 -0.33562 -0.8189 0.85695 0.98873 -0.46788 -0.48216 0.47632 -0.23702 -0.14804 -0.63245 0.03192 1.02757 0.47909 -0.67036 -0.46263 0.03267 0.35124 -0.82621 -0.3041 -0.35077 0.28563 0.70014 -0.9354 0.56779 -0.19977 1.16601 -0.12352 0.00705 0.45347 -0.40602 0.62192 -0.4705 -1.01929 -0.49777 1.16262 -0.7098 -1.18183 -0.19569 -1.41598 0.06426 0.68447 -0.40713 -0.73852 -0.44934 -0.75514 1.17898 -0.36915 -0.69884 -0.5789 0.24207 1.09515 -0.44724 -0.15911 -0.84981 0.49369 -1.12933 1.00017 -0.33691 0.20306 1.36434 0.3018 0.42175 -0.78202 0.25543 -0.78092 0.47152 0.20432 0.42694 -0.05811 -0.62937 -0.54406 0.85486 -0.25668 0.62893 0.35219 -0.21025 -0.0683 1.2234 0.88905 0.407 0.16134 -0.11441 -0.52858 1.0978 0.2932 1.11974 -0.27461 -0.64705 0.23875 -0.35797 1.47291 -0.734 -0.67725 -0.0137 1.77284 -0.43163 0.21593 0.78504 -0.73662 -0.87657 0.31639 -0.53898 0.93139 -0.38267 -0.36661 0.48967 0.58565 -0.791 0.41492 0.43055 -0.24237 0.16843 0.65975 0.05911 -0.03024 0.01487 0.59508 -0.97476 -0.01295 -0.91364 -0.17313 0.04933 0.02251 0.27017 -0.47376 -0.48922 -0.53941 -0.46736 -0.36892 1.5983 0.6215 -1.05072 0.29082 0.94142 0.43627 0.06133 -0.22852 0.82554 -0.45416 -0.80878 0.57021 -0.17579 0.36791 0.14472 0.48699 -0.5208 -0.87307 0.7368 -0.30856 -0.48144 -0.82631 0.39475 -0.49735 0.83896 -0.37334 -0.05943 0.28984 -0.37173 0.88201 0.47517 0.54446 0.17147 -0.07693 0.64241 0.85896 0.5604 -0.06992 0.28012 -1.06484 0.05289 -1.32566 -0.07361 0.36001 0.6212 0.5516 0.02748 -0.6079 0.84825 -0.38422 0.33698 -0.37676 0.83403 0.77597 -0.77973 -0.2559 0.7839 0.05618 0.40173 -0.45557 -0.11777 0.39732 -0.46083 -0.16644 -0.75063 0.17147 -0.37524 -1.24202 0.53562 0.63703 1.43883 -0.06989 -0.87848 -0.38241 0.23334 -0.43241 -0.09442 0.57497 0.26081 -0.47548 0.54413 -0.42801 0.2875 -0.07009 -0.89863 0.46964 -0.18299 0.72768 0.18215 -0.72816 -0.0859 0.70253 0.12408 -0.57288 0.90481 0.8799 0.04723 0.31894 -0.45585 0.35334 0.39784 0.89727 0.56606 -0.63594 0.47075 -0.10927 0.69742 0.09222 -0.37071 1.31269 0.32062 0.10842 -0.13526 -0.26909 -0.66002 1.14649 -0.39657 0.05544 1.02227 0.97553 -0.22624 -0.58716 -0.06371 -0.16006 -0.66047 -0.15738 -1.00708 -0.1084 0.61511 0.56676 -0.58103 -0.37596 0.24249 -0.58721 0.8583 -0.16829 -0.03708 1.40239 0.0296 0.44896 0.03045 -0.99273 1.59063 -0.18956 1.71414 0.78041 0.06501 0.91621 0.40893 0.8828 0.66602 -0.47346 -0.16494 -0.52956 -0.69225 -1.00473 0.57196 0.81521 0.20472 0.12756 0.22285 0.11556 0.06271 -0.18768 0.61309 1.06879 -0.31952 1.65514 0.31203 0.66441 0.64711 0.57449 -0.76447 -0.64141 -0.46597 -0.72443 -0.05776 0.34623 -0.33946 0.05661 0.02113 0.41652 0.4803 0.54484 0.06886 -0.53443 0.20569 -0.22239 0.68083 -0.04828 -0.84192 0.0245 -0.03267 0.31297 -1.14022 -0.49516 0.24682 0.18608 -0.076 1.06077 -0.3224 -0.40988 0.30019 -0.19847 0.49565 0.77781 -0.66631 0.62361 -0.36789 -0.45118 -0.11361 -1.16355 -0.14121 0.53909 0.59989 1.37301 0.68175 0.6003 0.24614 -0.10933 -0.07041 -0.5923 0.58278 -0.03397 0.09934 0.43856 -0.45473 -0.02925 -0.05115 -0.32584 0.13083 0.39763 0.1055 0.07779 -1.21576 -0.59477 0.8871 -1.67562 0.26268 -0.43075 0.99187 -0.91655 -0.15509 -1.23037 -0.51845 0.09501 1.11116 0.84655 -0.30666 0.48493 0.31814 0.04641 1.01542 -1.59376 -0.59149 -0.64658 -0.25459 -0.59636 0.30605 -0.08753 -0.37946 -0.33522 0.21033 -0.1244 -0.01393 -0.08036 -0.60189 0.19656 0.84736 0.49662 0.61859 -0.2917 0.5532 0.6682 -0.36679 0.72068 -0.21504 -0.44248 -0.40983 -0.11642 -0.38454 -0.74902 -0.54192 -0.11581 -0.0746 -0.38817 0.24625 0.12029 0.65003 1.88189 0.48049 -0.36517 -0.288 -0.8715 0.38719 -0.11636 0.70411 0.25244 0.70945 -0.2016 0.02955 -0.21744 -0.06018 -0.69396 -0.54844 0.55953 -0.53155 -0.62094 -0.65076 -0.06873 -0.01316 0.54482 0.73423 -0.80002 -1.15653 0.25025 0.74086 -0.20996 -0.40938 -0.84251 0.07608 0.56483 -0.00953 1.01258 -0.50099 -0.38705 1.10252 -0.07099 1.59506 1.78229 -0.49308 1.06296 -0.14235 -2.04629 1.23631 0.66488 -1.06401 -0.70482 -0.14009 0.69195 0.22637 -0.47482 0.34089 -0.90183 -0.07228 -1.11637 0.95418 0.44881 -0.11095 -0.19157 -0.08214 0.99715 -1.27874 -0.77247 -0.05262 -0.21999 0.25757 1.00163 0.81602 0.00626 -0.45767 0.84044 -0.46173 -0.97004 -0.12041 0.69519 0.27612 1.09349 0.79179 0.02595 -0.12441 -0.71243 0.26405 -0.6035 1.0914 -0.33444 0.22581 0.33379 -0.59769 -0.3648 -0.3624 0.32311 0.50885 0.00608 -0.3231 0.222 0.52987 0.24238 -0.24518 -0.10889 -0.81505 -0.37317 0.16633 0.33517 0.2999 -0.1828 -0.25462 -0.19077 1.11007 0.27518 0.63017 0.05207 -1.53226 0.5042 0.00943 -1.54074 0.12395 -0.76247 0.11149 0.13695 -1.01423 0.51271 -0.28737 0.42343 -1.30259 -0.19051 -1.79957 -0.38799 1.01118 -1.20886 0.85158 -1.10189 -0.14373 0.24538 -0.21229 0.03141 -0.88856 0.53952 -0.06862 -0.14899 -0.12163 0.42075 0.10642 0.13875 -0.72327 0.03765 0.91233 -1.07463 0.21695 1.67868 0.04343 0.32914 0.39979 0.52889 0.52738 -0.62684 -0.96899 -0.72186 -0.19178 0.22748 0.43771 -0.45274 -0.55178 0.04225 0.51235 -0.61109 -0.64414 -0.76498 0.59163 0.81603 0.8893 -1.00177 0.1011 -0.50329 0.27333 1.01699 -0.68482 -0.31751 0.22426 1.16017 -0.39084 0.62178 -0.42954 0.47391 -0.70839 -0.45943 0.9254 0.74562 0.4549 -0.39306 1.58389 -0.67777 -0.88783 -0.03067 0.88677 0.37702 -0.99545 0.18552 0.6931 1.15955 0.77516 -0.24912 1.47329 0.09198 0.25344 0.22233 0.66214 0.15078 -0.05057 0.56468 -0.77302 -0.45851 -0.35141 0.16128 -0.22233 0.10572 0.38827 -1.56012 -0.49739 -0.14092 -0.11319 -0.41373 1.91124 0.26682 -0.48781 -0.07069 0.19771\nÁ 0.301482 0.882906 0.240115 0.006613 -0.131265 -0.206299 0.244346 -0.347991 -0.08635 0.31433 -0.090388 -0.329187 -0.222449 -0.015735 0.151644 -0.744375 -0.032492 -0.148348 0.166947 -0.168276 0.253923 -0.364 0.674059 -0.405556 -0.637281 0.136157 -0.563124 0.127783 0.49588 0.279855 0.368985 0.240246 -0.016201 -0.20253 -0.10212 -0.503871 -0.006893 -0.022104 0.207408 0.125503 -0.036386 0.115987 -0.149451 0.304682 0.027118 -0.793442 -0.174582 -0.620579 0.093657 0.444674 -0.72402 -0.252739 -0.384132 0.180327 0.475491 0.305023 0.215256 0.23393 0.562119 -0.05372 0.256066 0.277083 0.094596 0.259947 0.483333 0.384927 -0.176331 0.7458 -0.162064 -0.084617 -0.590915 0.320783 0.063512 0.31325 -0.088261 0.230041 -0.067654 0.453248 -0.395741 -0.043202 0.106013 0.660604 0.23845 0.383431 -0.0554 0.312797 0.255635 -0.019097 -0.401753 -0.062153 -0.559907 -0.439363 -0.427061 -0.464751 0.485104 -0.27625 -0.132779 0.03495 -0.318765 0.263373 0.105305 -0.047595 -0.220038 -0.428183 -0.024947 -0.238745 -0.218477 0.128729 0.082139 -0.010605 0.773112 0.089957 -0.463868 0.133348 -0.011511 -0.352489 0.132632 0.025236 0.249785 0.074822 -0.181506 0.366401 -0.193013 -0.063575 0.15754 -0.50933 0.170901 0.066695 -0.03446 0.067896 0.16676 -0.580376 -0.12843 0.013398 0.519879 -0.6137 0.290573 -0.18251 -0.188593 0.064307 0.690547 0.16619 0.277227 0.075093 0.151281 0.551598 0.003145 0.368342 -0.932895 0.012718 -0.246412 0.305545 0.423224 0.391049 -0.156883 -0.0848 0.029716 0.087047 0.748992 0.611273 0.217417 -0.035517 0.679133 -0.144389 -0.148825 0.079895 0.211261 0.112193 -0.314727 0.256697 0.672334 -0.214179 -0.393043 0.18208 -0.469564 -0.04788 -0.647458 0.261888 0.36411 0.03613 0.147293 -0.15825 -0.792826 0.277939 -0.501373 0.092196 -0.437682 0.394504 0.214402 -0.362768 0.353586 -0.074819 -0.06262 0.489842 -0.064116 -0.092193 0.262203 -0.156098 -0.245182 0.060752 0.14322 0.088156 -0.027684 0.248846 -0.069217 -0.189791 0.06165 0.168895 0.90568 0.02798 0.303285 0.311008 0.262008 0.479992 0.071602 1.031423 -0.193542 -0.27848 -0.298791 -0.555107 -0.183814 -0.763968 -0.494766 -0.455044 -0.300528 -0.558748 -0.006423 -0.003115 -0.04066 0.293434 -0.192422 0.14525 -0.536335 -0.3262 -0.387398 0.034074 -0.10786 -0.129545 -0.499065 -0.701126 0.195961 0.298263 0.068025 0.436304 0.146316 0.018772 0.58639 -0.271918 -0.501387 0.353133 -0.695804 -0.382933 0.306881 -0.224863 -0.128134 -0.35997 -0.481853 0.117723 -0.016109 -0.115563 0.217961 -0.727227 -0.556637 -0.552348 0.156181 0.403196 -0.387195 -0.182025 -0.216197 0.090551 0.431228 0.354759 -0.139598 -0.16449 -0.014319 0.103064 0.10046 0.82909 0.067082 -0.228243 -0.114521 -0.238407 -0.283845 -0.062309 0.465188 -0.179743 0.280714 -0.042833 -0.344003 -1.350798 0.181653 0.691891 0.120368 0.565353 -0.278519 0.217472 -0.083437 0.28141 0.29391 0.460446 0.046261 -0.099793 -0.677401 -0.204858 0.05136 0.393607 -0.393912 -0.095768 -0.317828 -0.065992 -0.125299 0.154627 -0.090413 0.339323 -0.255687 0.074367 0.376441 0.626938 0.020649 -0.058064 0.174943 -0.028537 -0.011303 0.638369 0.473035 -0.318667 0.188885 0.103286 -0.144368 -0.045051 -0.264268 -0.027914 0.042387 0.019853 -0.370693 -0.2402 -0.414717 0.37972 -0.46486 0.641967 0.254151 -0.209586 0.323057 -0.12185 -0.165408 0.207301 0.486917 0.478299 -0.21145 -0.352588 0.492277 0.125383 -0.469762 -0.494115 0.554633 -0.133496 0.0951 0.373719 0.23622 0.464704 -0.068441 0.343398 0.045803 -0.225772 0.275013 -0.04793 0.284607 0.51584 -1.378093 -0.128391 0.209633 0.139703 -0.456182 -0.200824 -0.200356 0.126371 0.134998 -0.836929 -0.361742 0.063995 0.457487 0.089305 0.25874 0.25849 -0.086813 -0.099699 -0.292941 0.192905 0.08613 0.064137 0.480162 -0.098249 -0.249104 -0.026026 0.412814 -0.327741 -0.525965 -0.31744 -0.200319 -0.46544 -0.57655 0.262351 0.188942 -0.118843 -0.038028 0.011602 0.345398 -0.563793 -0.024836 -0.385106 0.111033 -1.137336 -0.118426 0.1135 -0.360275 0.044087 -0.374232 0.26953 0.122409 -1.035899 -0.042414 0.07207 0.089921 -0.622001 0.286657 -0.340998 0.421406 -0.599179 0.57466 -0.164269 0.513429 0.279757 -0.160249 0.036207 0.356031 0.30487 0.155002 -0.122317 -0.060565 0.411013 -0.48938 0.061196 0.00994 -0.19986 -0.270119 -0.02119 0.113983 0.18254 -0.032307 1.074878 -0.045735 -0.007469 0.417529 0.482544 -0.198799 0.459472 -0.691294 -0.35199 -0.024808 0.323604 0.066894 0.199394 -0.26932 0.248748 -0.586335 -0.29419 -0.323832 -0.394994 0.185613 0.638785 0.070146 -0.511426 0.46395 0.031824 -0.43938 0.400823 -0.278892 -1.052225 -0.102523 0.312373 0.464964 0.322139 -0.106846 -0.540241 0.258351 0.745397 0.169769 0.474258 -0.371435 -0.117218 0.407789 -0.309238 -0.378545 0.204045 0.091095 -0.073196 -0.285569 -0.180669 -0.339819 0.153505 -0.41222 0.681625 -0.388181 0.090906 -0.044018 0.099337 0.187008 2.421282 0.078984 -0.403715 0.31668 -0.154643 -0.26554 0.260861 -0.269265 0.528861 -0.13108 -0.004351 0.421069 -0.021855 -0.140269 -0.024454 -0.48416 -0.33854 0.077718 0.129871 -0.048104 -0.491725 -0.274789 0.447009 0.743095 -0.142967 0.140647 0.24969 0.549665 -0.51092 -0.066451 -0.124227 -0.145567 -0.195349 0.223501 0.449533 0.320108 0.155144 0.362402 0.482754 -0.586842 -0.608194 -0.112712 0.452736 0.417769 -0.26108 -0.150021 -0.051402 -0.103193 0.896151 0.289731 -0.611322 -0.230511 0.084118 0.120529 -0.042925 -0.78782 0.318592 0.160473 -0.326193 0.337772 -0.092935 -0.254711 -0.473317 0.293111 0.507945 0.215759 -0.429573 0.431326 -0.031921 0.495387 -0.156807 0.181164 0.34275 0.272893 0.07048 -0.521606 0.091914 0.474791 0.014955 -0.327257 0.349415 0.010128 0.087972 -0.019077 0.077919 0.148736 -0.059793 0.971751 0.029194 0.224327 0.105421 0.360894 0.02859 -0.477136 -0.131035 -0.260927 -0.13817 0.043118 -0.469557 0.200584 0.0339 0.317085 0.492867 -0.351327 0.135297 0.36339 0.172565 -0.405049 -0.085454 0.147391 -0.031515 0.239481 -0.103503 0.045348 -0.118471 0.125675 -0.081162 -0.210605 0.189328 -0.05265 -0.280206 -0.544561 0.074806 0.544925 0.1361 0.151003 -0.121072 0.252841 0.250319 -0.571124 -0.56784 0.231315 -0.171183 -0.057568 -0.29548 -0.312022 -0.402288 0.223355 -0.075455 -0.049809 -0.514786 -0.50187 0.12711 -0.249668 0.320354 0.805626 0.288413 0.664335 0.292304 -0.316546 0.558964 0.147788 -0.030816 -0.364411 -0.239468 -0.495336 0.276106 0.527566 -0.077545 -0.688195 0.055887 0.034545 0.161288 0.765452 0.21752 -0.237646 -0.35344 0.159053 0.149274 0.21509 -0.033241 0.012025 -0.139461 -0.00959 0.107787 0.107714 -0.183984 -0.622827 0.24333 -0.616784 0.38638 -0.842298 0.172767 0.119499 -0.372953 0.522728 0.067583 -0.476185 0.599112 0.02716 0.012791 -0.450291 -0.193517 0.350007 -0.025386 -0.141817 0.18236 -0.219191 0.160955 0.242792 -0.133625 0.045365 -0.259192 -0.445033 -0.130495 0.360691 0.167953 0.331273 -0.033497 -0.099718 0.20316 -0.236646 -0.239506 0.466108 0.16873 0.127148 0.271331 0.371579 0.87 -0.263509 -0.07209 -0.152651 0.118579 -0.576172 -0.687118 0.212399 -0.321172 -0.631739 -0.07222 -0.165135 -0.5488 0.241134 0.442506 -0.387677 0.089555 -0.126029 -0.254472 -0.520779 -0.181979 0.118899 -0.028863 -0.611681 -0.011892 -0.297569 -0.698603 -0.150624 0.3465 -0.38941 0.590973 -0.024129 -0.016597 0.29871 0.124867 -0.668356 -0.416271 -0.297522 -0.42397 0.021813 -0.01156 -0.160115 -0.39776 -0.267127 0.216295 -0.016346 -0.04268 -0.248252 -0.106013 -0.242662 -0.662683 0.310427 0.135745 -0.52606 -0.235317 0.340821 0.268283 0.19807 0.18648 -0.27646 -0.041073 -0.281551 -0.330384 0.143757 0.450737 -0.129346 -0.035334 0.03441 0.091106 -0.326815 -0.096511 0.988188 0.085632 0.07689 -0.315869 -0.056619 -0.875183 -0.281153 0.452785 -0.518523 0.177231 -0.215535 0.030081 0.373045 -0.188997 -0.0103 0.033495 0.048545 0.542597 -0.694882 0.220583 -0.115027 0.696177 -0.366072 0.216585 -0.487054 -0.040981 -0.093327 0.069324 -0.142276 -0.016484 0.599079 -0.014583 0.419514 -0.19784 0.002944 -0.203035 0.145499 -0.178292 -0.516869 0.604057 0.687263 -0.57431 0.227868 0.283612 0.099227 0.500691 0.139426 0.411214 -0.141919 0.185063 -0.195801 0.336497 -0.530011 0.332636 -0.621138 0.578917 -0.048046 -0.04896 0.000302 -0.346639 0.499216 -0.043237 0.411827 0.592605 -0.209201 -0.807272 0.274377 -0.163621 -0.199071 -0.18679 0.472182 -0.065861 0.487882 0.070874 0.512989 -0.318903 0.36136 0.133135 0.170484 -0.231634 0.493012 -0.025552 0.226867 0.147839 -1.151277 0.388979 0.247462 -0.192646 -0.332613 -0.618431 -0.366277 -0.078253 0.211948 -0.276613 -0.447802 -0.033666 0.691157 0.29831 -0.021408 0.650042 -0.663023 -0.689064 -0.164029 -0.145909 -0.184889 -0.187955 0.399156 0.189079 -0.069109 -0.167813 0.240878 -0.104113 -0.249827 -0.27971 -0.461716 -0.434969 -0.512748 -0.352092 0.241383 -0.135383 0.155694 -0.335264 0.030961 -0.521735 0.421841 -0.586599 0.13263 -1.918992 0.089397 0.592546 -0.556801 0.466859 -0.247386 0.087192 -0.596551 -1.15368 0.576349 -0.046686 0.123954 -0.21583 0.130256 0.183936 0.560755 0.079963 0.145632 -0.629834 0.211496 0.145754 -0.57534 0.50573 0.772053 0.429831 -0.0198 0.089001 -0.07024 0.55836 0.225848 -0.165316 0.285929 -0.537525 -0.468743 -0.075504 0.559424 0.060184 -0.014908 1.599416 -0.369603 -0.765184 0.388101 0.149466 0.431045 0.423575 -0.48297 -0.660927 -0.422206 0.362856 0.319286 -0.461002 -0.351224 -0.301658 -0.146042 -0.3744 -0.193514 -0.318214 0.144412 0.391391 -0.488642 -0.30992 0.577831 -0.064183 -0.3479 0.793994 -0.36484 -0.998898 0.322829 0.180777 0.139732 -0.027845 0.0464 -0.04869 0.394086 0.63665 8e-06 0.567651 -0.118924 0.214304 0.153903 0.192173 -0.153716 0.301551 0.233915 -0.04067 -0.144638 -0.39972 -0.1848 0.037155 -0.11532 0.57931 -0.689436 -0.011339 0.488381 0.118178 0.054572 2.352134 0.026717 -0.545143 -0.243319 -0.132137\nƯ 0.287259 0.314417 -0.158304 0.284163 0.041581 0.09496 -0.338052 -0.194456 -0.029331 -0.132659 0.187986 -0.286431 -0.321126 -0.378295 -0.550095 -0.142681 -0.089954 0.09142 -0.403633 -0.31829 0.484623 0.009884 0.710915 -0.687828 -0.052223 0.4813 -0.592068 -0.295641 -0.01347 0.224115 0.586343 0.379421 -0.43405 0.244253 -0.11906 -0.311063 0.202853 -0.382188 0.011137 0.355033 0.354812 -0.584526 -0.174554 0.441475 0.018632 -1.03683 -0.103993 -0.570658 0.319061 0.195846 -0.557493 -0.057687 0.02909 0.066765 -0.249432 -0.316264 -0.194389 0.058344 0.025412 -0.201485 -0.202219 0.075854 -0.127917 0.472559 0.055954 0.576335 0.523367 0.460603 -0.156001 0.071361 -0.116273 -0.031845 0.111376 -0.188005 -0.268858 0.089793 -0.628809 0.538723 -0.127139 0.243037 0.502571 0.730438 0.066197 0.277821 -0.579999 0.497413 0.173758 -0.443494 -0.829141 0.273338 -0.340795 -0.231577 0.470913 -0.051991 0.494957 0.239475 0.52988 0.343269 -0.154017 0.083113 0.185943 -0.099488 -0.229339 0.141509 0.546516 -0.402641 -0.465045 -0.052582 -0.272659 -0.304501 0.464119 -0.064197 -0.055785 -0.193408 0.255257 -0.500633 -0.151808 0.073184 0.033364 -0.115571 0.03583 -0.222213 -0.144959 0.120883 0.255814 -0.514443 0.126398 0.211776 -0.007226 0.049134 -0.300554 -0.493747 0.221961 0.309977 -0.374701 -0.618593 0.170832 0.236587 -0.023933 0.026791 -0.178771 0.630203 0.235467 0.002923 0.015927 0.213607 -0.047633 -0.108233 -0.793561 -0.237863 -0.657694 0.749662 -0.308517 0.125174 0.603895 0.154981 0.45721 0.504683 0.544289 0.488963 0.311239 -0.003054 0.711261 0.190131 -0.320743 -0.301987 0.243491 0.281593 -0.151425 -0.206623 0.207482 -0.591243 -0.308278 -0.154605 0.021595 -0.014303 -0.121404 -0.054985 0.718489 -0.724356 0.164641 0.029061 -0.57447 0.166548 -0.661019 -0.031925 -0.22282 0.326253 -0.054716 -0.152049 -0.258062 -0.483896 -0.934866 0.037129 0.657545 0.145854 0.047599 -0.189751 0.417734 -0.576588 0.035667 -0.247683 0.025909 -0.084711 0.098964 -0.033259 -0.040635 0.296777 0.41536 0.185532 -0.111289 0.119193 -0.523985 0.356737 -0.448182 0.589703 0.006252 -0.384999 0.191303 0.128625 -0.374207 -0.558108 -0.423645 0.237479 -0.301769 0.073512 0.129086 0.1514 0.620083 0.073515 -0.168773 -0.29169 -0.391027 -0.401813 -0.293308 -0.020331 -0.104931 -0.235829 0.147011 -0.400293 0.482749 0.174541 -0.159578 0.815084 -0.406547 0.200833 0.315023 -0.248001 -0.390157 -0.067161 0.107436 0.017771 0.330113 -0.133307 0.140772 -0.752109 -0.295379 0.486191 -0.250528 -0.450957 -0.015932 0.084979 0.017735 -0.019849 -0.008472 0.113813 -0.492356 -0.722525 0.310077 -0.197625 0.597532 0.582307 -0.046136 -0.313403 0.267507 -0.008883 0.303579 0.593399 0.211536 -0.105407 -0.689742 0.499728 -0.004234 -0.290495 0.743807 -0.19378 0.081417 -0.164605 0.045655 -0.011305 0.519733 0.090743 0.482143 0.379112 -0.405601 0.142997 -0.415883 0.421947 -0.112007 -0.160657 0.024507 0.219741 -0.307711 0.234218 0.043937 -0.237909 0.088307 0.664313 -0.394563 -0.287908 0.240094 -0.053895 0.012894 0.377023 -0.173822 0.043746 -0.011957 0.708275 -0.427356 0.053295 0.339972 0.223291 0.556653 0.59005 0.274561 0.042469 -0.070025 0.190475 -0.674709 0.042901 0.220315 -0.206412 0.63193 -0.387196 0.323022 -0.618153 -0.512317 0.212009 0.230482 0.218584 -0.526452 -0.043978 -0.402294 0.357853 -0.103255 0.487831 0.728781 0.208131 -0.160626 -0.157769 0.740837 0.074661 0.013689 0.178459 0.508603 0.166597 -0.004572 -0.143428 -0.354267 -0.060021 0.355364 1.029406 -0.474735 0.081341 0.496606 0.091595 0.216704 0.192192 -0.761999 -0.063763 -0.025695 0.422289 -0.371234 -0.057968 0.187449 0.230855 0.268276 -0.302995 -0.086524 0.042885 0.00764 0.391977 -0.148461 0.244229 -0.301905 -0.250607 -0.119265 0.317655 0.051876 0.175953 0.136318 -0.462975 -0.133041 -0.052475 0.063487 -0.297493 -0.271627 -0.246378 -0.429193 -0.160183 -0.23681 -0.213454 -0.097255 0.081235 0.23562 0.916679 0.273932 -0.303449 0.233965 -0.479966 0.364257 -0.714938 -0.227089 0.716943 0.225849 0.232943 -0.262075 0.531787 0.112315 0.050757 0.337845 -0.000611 0.346203 -0.34999 0.027028 -0.339375 -0.134842 -0.096141 0.491878 -0.079761 0.751675 -0.047441 0.306945 0.010965 0.221656 -0.293781 0.56938 -0.245539 0.143905 0.383662 -0.23944 -0.180642 0.249462 -0.656713 -0.488876 -0.16287 0.053585 0.408703 0.403893 1.069485 0.208778 -0.234401 -0.235131 0.606189 -0.195463 0.273076 -0.19438 0.040111 0.077851 -0.072621 0.177053 0.097103 0.184381 4.4e-05 -0.197379 0.127577 -0.096988 -0.021448 0.46357 0.097229 -0.230087 -0.514119 0.423189 -0.006488 -0.064424 -0.054887 0.081461 -0.992459 0.490478 -0.204098 -0.040781 0.129067 -0.378073 -0.392608 0.139409 0.479035 0.122687 0.110315 0.152097 0.244421 0.326619 -0.389057 -0.096178 0.123541 0.079407 0.004556 -0.122001 -1.02716 0.087625 0.609961 0.228813 0.448328 -0.108147 -0.070161 -0.082901 0.393337 -0.009096 1.893418 -0.448488 -0.908133 0.209566 -0.575899 -0.06047 -0.062411 -0.084081 0.674927 0.249934 0.333367 -0.416892 -0.280468 -0.173618 -0.699973 -0.437579 -0.155555 0.110929 -0.450085 0.000129 0.224164 -0.894197 0.248628 -0.177199 0.589221 -0.423177 0.677779 1.164642 -1.058403 0.255291 0.133319 0.183359 -0.605101 0.336333 0.416477 0.827849 0.109565 0.104766 0.496512 -0.341973 -0.926164 -0.439395 -0.413716 -0.392421 -0.038751 0.309529 -0.504798 0.639506 0.736729 0.340233 -0.715279 0.126213 -0.017335 -0.135543 -0.326244 -1.043339 0.429519 -0.541649 -0.20309 -0.086855 -0.589155 -0.20122 0.163463 0.420468 -0.301137 -0.206743 -0.063311 0.563355 0.217034 0.085778 0.443734 0.451927 0.329536 0.121567 -0.28565 -0.165009 -0.062703 0.167463 0.247641 -0.345517 0.516747 -0.109628 0.514464 0.004589 -0.044989 0.728917 -0.28268 0.441703 0.507619 -0.204375 0.165209 0.165989 -0.586765 -0.663851 0.071945 -0.334724 0.254413 0.595829 -0.324131 0.4365 -0.336601 0.82626 0.529553 -1.018573 -0.050476 -0.034028 0.478303 -0.494275 -0.075497 1.260061 -0.243847 0.197339 0.210995 0.004699 -0.481894 0.37108 -0.394946 -0.229411 -0.212797 0.10084 -0.748746 -0.80919 0.095285 0.169403 -0.03813 -0.093709 0.297399 -0.104308 0.490892 -0.146595 -0.545084 -0.754459 0.071847 0.373334 -0.273207 -0.228571 -0.338463 0.345685 -0.059144 -0.435604 -0.318383 -0.123726 0.515997 -0.426897 0.021183 0.172225 0.568155 0.47096 0.279296 -0.072538 0.727465 -0.327199 -0.332629 -0.664535 -0.442423 -0.459625 0.664719 0.323727 0.086833 -0.34112 0.278643 0.090553 -0.277917 0.271455 0.421407 0.089713 -0.646043 0.587315 0.109977 0.5484 0.040425 0.382557 -0.199837 -0.20944 0.041457 -0.174211 -0.872701 -0.533943 -0.03207 -0.338092 0.080844 -0.522533 0.695904 0.187636 -0.798658 -0.049943 0.39423 -0.767063 0.513125 -0.116913 0.62434 -0.12495 -0.135277 0.049489 -0.008617 -0.010256 0.309844 0.107549 -0.622139 0.819705 0.039677 -0.216864 -0.031819 -0.014913 -0.099409 0.584735 -0.228287 0.010803 0.221766 0.353467 0.120245 -0.095617 -0.564185 0.079302 0.369049 -0.031933 -0.246611 -0.100409 0.361927 -0.455454 -0.071905 -0.344901 -0.002059 -0.379555 0.128872 0.170733 -0.4527 0.210586 0.263962 -0.625383 -0.095724 0.658804 -0.252352 0.179805 0.067744 -0.444539 -0.356336 -0.351839 0.445974 0.137592 0.236524 -0.319057 -0.468935 -0.275488 -0.256718 0.386049 0.564407 -0.327515 0.798943 -0.004818 0.07841 0.346465 0.268901 -0.760649 -0.557968 -0.428475 -0.327678 -0.382949 0.704021 -0.196734 -0.813624 -0.711407 0.288193 -0.402961 -0.749889 0.390357 0.142927 0.284867 0.102419 0.249784 -0.007759 -0.351835 -0.996934 0.566147 0.176634 0.173629 0.135457 -0.656863 -0.209695 -0.09586 -0.632365 0.744305 0.119907 -0.234891 0.000392 -0.609702 0.27247 -0.221185 0.193409 1.091755 0.088099 -0.393057 0.151523 -0.281663 -0.495488 0.122029 0.36764 0.095305 -0.082828 -0.320711 0.402537 0.248291 -0.266937 -0.360925 -0.017539 0.120759 0.742769 -0.426746 0.365221 -0.340885 0.435027 -0.397685 0.949216 -0.603293 -0.346233 0.386479 -0.149766 -0.438069 0.018097 0.392257 -0.239373 0.578789 0.406989 -0.215903 -0.42576 -0.156255 -0.278633 -0.20958 1.487873 0.463669 -0.418515 0.393692 0.658973 -0.423663 0.497569 0.444742 0.650453 0.291073 0.08386 -0.088437 -0.112391 -0.024418 0.150223 -0.082781 0.595345 -0.769487 0.37207 -0.186933 0.194615 0.295918 0.404047 0.835926 0.640953 -0.320721 -0.382809 -0.148047 0.098953 -0.120881 0.576781 0.431365 0.196465 0.165107 0.272591 -0.006919 -0.676263 0.565971 0.528103 0.592262 0.378539 0.851082 0.175786 -0.162362 0.578772 -0.480583 0.598029 0.088515 0.338403 -0.298413 -0.209159 -0.355111 -0.451453 0.418193 -0.420775 0.229652 -0.256798 0.452646 0.271957 -0.0956 -0.159993 -0.429995 -0.923666 -0.075182 0.569465 0.078599 -0.078959 -0.014291 -0.198703 0.137011 0.246744 -0.056642 0.652061 -0.13216 -0.211951 -0.45274 -0.468865 -0.883165 -0.191777 -0.052665 0.342011 0.395433 0.118383 -0.095348 -0.011053 0.680223 -0.716879 -0.042883 -1.515931 -0.009765 0.956733 -0.165539 0.313093 -0.713199 0.370306 -0.263396 -0.192578 0.553929 -0.433187 0.268542 0.097054 0.665377 0.390523 0.400632 0.129965 0.392289 -0.572072 0.438449 0.213295 -0.333411 0.077008 0.688347 -0.524794 -0.071228 -0.313915 -0.013694 0.524741 0.351012 -0.643714 0.653323 -0.578283 -0.64256 0.092693 0.30641 -0.177817 0.558514 1.088947 -0.411253 -0.529911 -0.098171 -0.181785 0.350407 0.413618 -0.282487 -0.14209 0.054561 -0.07591 0.514527 -0.071865 -0.083663 0.009275 0.326154 -0.422377 -0.319301 -0.247577 0.564158 -0.276121 -0.419888 -0.357845 0.708699 0.131816 -0.285515 0.633539 0.083635 -0.722724 0.205115 -0.335745 0.031784 -0.345551 0.114107 -0.057395 0.773141 0.571399 -0.241294 0.655017 0.184126 0.591169 -0.317949 -0.150073 0.015881 -0.024805 0.288454 -0.121535 -0.338154 -0.742567 0.218771 -0.562007 -0.066551 0.256623 -0.546102 0.005789 -0.194793 0.326432 0.229502 1.662854 -0.047731 -1.180582 0.34583 -0.546743\nỜ 0.451303 0.302687 0.044123 0.278967 0.276593 0.15922 -0.572547 -0.09679 0.401653 -0.249097 0.37567 -0.614707 -0.395213 -0.38851 -0.12175 -0.16154 -0.188747 -0.020367 -0.03963 0.102963 0.558023 0.649397 0.786417 -0.904763 0.80122 0.872397 -0.9756 -0.611303 0.093953 -0.22041 0.252657 0.55322 0.132717 -0.080163 -0.312733 -0.193727 0.069143 -0.515607 -0.26015 0.335257 0.74554 -0.434903 -0.33049 0.79154 0.106477 -1.092163 -0.038353 -0.113947 0.394303 -0.116597 -0.95517 0.63835 0.059303 -0.107673 -0.254783 -0.934687 -0.245333 -0.538083 0.885537 -0.006023 0.259003 0.762367 -0.45349 0.273597 0.489357 0.580593 0.24624 0.522057 0.276573 0.391397 -0.070493 -0.71144 0.901587 -0.459587 -0.562283 0.348863 -0.836383 0.224 -0.266443 -0.26951 -0.13767 0.048237 0.002523 0.29813 -0.90563 0.295567 0.6901 -0.33908 -0.366607 -0.027163 0.043663 -0.787043 0.08789 0.25436 0.181547 0.378283 1.103793 0.082103 -0.518877 0.110867 0.408993 0.636093 -0.473163 0.362983 0.677973 -0.389313 -0.65332 -0.122267 -0.607653 0.264473 0.26056 -0.1705 -0.179453 0.665283 -0.106967 -0.63564 -0.119943 -0.231177 -0.267297 0.00713 -0.372167 0.175747 -0.475523 0.675213 0.24149 -0.81361 -0.31122 0.227187 -0.009647 6.3e-05 -0.575283 -0.724723 0.293363 -0.07917 0.058157 -0.5552 0.384247 0.174673 0.013617 -0.315167 0.36296 0.50451 0.24298 -0.02726 0.514763 0.733577 -0.42922 0.06828 -0.526347 -0.31058 -0.90088 0.646 0.325953 0.67305 0.551573 0.07465 -0.249863 0.219043 0.412387 0.807047 0.616213 -0.33398 1.078173 0.43269 -0.452943 -0.57769 0.111437 0.041037 0.138013 0.09124 0.521033 -0.35465 -0.561773 -0.234903 -0.06257 -0.03019 -0.42606 -0.196553 0.563597 -0.414057 0.065797 -0.076537 -0.97407 0.404933 -1.080507 0.382267 -0.5111 0.83635 0.085207 -0.201953 0.22212 0.007773 -0.427573 -0.229137 0.644637 0.061283 0.063003 0.00468 0.10203 -0.567157 0.027867 -0.277847 0.09504 -3.3e-05 0.424177 0.18557 0.613523 0.272917 -0.093333 0.01777 0.402563 0.73055 -0.320203 0.730277 -0.844663 0.576833 0.258933 -0.419627 -0.42945 -0.000207 -1.014893 0.001507 -0.221623 0.62264 -0.301097 0.066353 0.63092 -0.10364 0.788857 0.11228 -0.485737 -0.602123 -0.765283 -0.564223 -0.103173 -0.193793 -0.032953 -0.241927 -0.36594 -0.480207 0.18963 -0.02289 -0.07638 0.666573 0.79119 0.36845 0.03848 -0.364767 -0.712023 0.026287 0.088113 -0.694547 0.667433 -0.16066 0.357143 -0.313747 -0.430697 0.60306 0.00539 -0.02029 -0.100417 -0.079037 0.15905 0.17916 0.57642 0.25009 0.176527 -0.592323 0.233003 0.137633 0.373457 0.061 0.071213 -0.371077 0.07795 -0.7679 0.366173 0.43768 0.74031 -0.414637 -0.803447 0.504407 0.103357 -0.29264 0.857383 -0.679337 -0.315407 0.60595 -0.166477 -0.01057 0.460043 0.24839 0.576937 0.282227 -0.123673 0.381097 0.134403 0.38633 -0.05588 -0.326213 0.286417 0.359147 -0.399903 0.094677 -0.328483 -0.061087 0.114317 0.76477 -0.601377 -0.2254 0.116617 -0.125963 0.07809 0.937283 -0.71474 0.271387 -0.236657 0.422013 -0.86689 0.229183 -0.101803 0.619487 0.40406 1.132623 0.664937 -0.320867 -0.517033 0.065457 -1.000663 0.210233 0.653737 -0.051127 0.950877 -0.403157 0.145753 -0.58326 -0.294207 0.02027 -0.042617 -0.186807 -0.855877 0.378683 -0.138193 0.416507 -0.10386 0.554117 0.661323 -0.044853 -0.13584 -0.07206 0.563273 0.566943 0.49178 0.433357 0.634037 0.35509 -0.347103 -0.079883 -0.573437 -0.18538 0.466963 1.030927 -0.51242 -0.13864 -0.23971 -0.295347 -0.065257 0.16804 -0.575793 0.09375 0.33828 0.143717 -0.821477 0.027337 -0.80628 0.501493 0.365973 -0.061287 0.328327 -0.2498 0.410767 0.467593 -0.13151 0.05854 -0.408147 -0.463887 -0.105577 -0.393053 0.210277 0.077537 -0.097067 0.0484 0.357823 -0.147893 0.06695 -0.1816 -0.40995 -0.409457 -0.125413 0.03171 0.265697 -0.34216 -0.63407 -0.11759 0.186163 0.9661 0.077697 -0.269007 0.38688 -0.284383 0.194153 -0.419563 -0.305443 0.863717 0.043747 0.28329 -0.85388 0.372993 0.542293 0.518003 0.05184 0.161653 0.47016 -0.45459 -0.27368 -0.509957 -0.153053 -0.182267 0.19871 0.014487 1.154617 0.44539 0.167343 0.547757 0.416383 -0.997327 0.394007 -0.215893 -0.42187 0.127237 0.171157 -0.509123 0.362013 -0.12198 -0.253407 0.425237 -0.002797 0.54053 0.691103 0.950407 0.07776 -0.13255 -0.37963 0.154863 -0.299363 0.430863 -0.271887 -0.48018 0.055603 -0.20068 -0.139003 -0.36407 -0.11882 0.495837 -0.10607 0.23061 -0.72543 -0.267777 0.58049 -0.22412 -0.57844 -0.083023 1.056737 0.402077 0.218373 0.14255 0.434973 -1.206743 0.521363 -0.12165 -0.304007 0.040473 -0.330163 -0.235757 0.597453 0.405217 0.135667 0.585783 0.072007 -0.072597 0.151793 -0.32432 -0.44026 -0.032287 -0.31108 0.108337 -0.24897 -0.741233 0.175987 0.511873 0.29773 -0.195463 0.072767 -0.00696 0.110717 -0.113767 0.20484 1.713527 -0.256103 -0.77565 0.14823 0.089637 0.706717 -0.60467 0.30679 0.316137 0.062333 0.301973 -0.33422 -0.362087 -0.077693 -0.535427 -0.007933 -0.492297 -0.261283 -0.265703 -0.01661 0.049143 -0.360773 0.013987 -0.006113 0.727967 -0.027697 0.455497 1.007233 -0.886377 0.353497 0.727013 -0.19944 -0.875313 0.48472 0.076307 0.705577 0.30457 -0.007707 -0.00254 -0.418083 -0.90263 -0.291987 -0.18889 -0.316313 0.075353 0.417727 -0.46766 0.602837 1.067633 0.219377 -1.22709 0.422887 -0.101847 -0.21741 -0.31071 -0.661693 0.646463 -0.635297 0.021463 -0.1879 -1.04969 -0.247033 0.126927 0.33829 -0.393103 0.178117 -0.269947 0.17711 -0.36565 -0.036727 0.27611 0.51859 0.2982 0.179237 0.433613 -0.04092 -0.294197 0.500957 0.186377 -0.854617 0.61801 -0.52113 0.278503 -0.34582 0.04727 0.34436 -0.072743 0.434957 0.870563 -0.32321 -0.399913 0.12539 -0.673973 -0.534327 0.45641 -0.006603 -0.353593 0.15244 -0.232463 0.114573 -0.0765 1.29443 0.544633 -0.620777 0.195777 -0.038423 1.19786 -0.9074 0.333383 0.987223 0.307237 -0.267577 0.064047 0.12019 -0.02457 0.063697 -0.125857 -1.182493 0.59934 -0.102223 -0.98688 -0.479583 0.01972 -0.06455 -0.892713 0.058307 0.596327 -0.414797 0.77847 -0.195677 -0.242687 -0.836813 -0.01212 0.332323 -0.014607 -0.162007 -0.642733 0.170373 -0.00635 -0.36337 -0.178673 -0.018633 1.04864 0.094623 0.519397 0.782347 0.9499 0.406667 0.04368 0.07244 0.739827 -0.12246 -0.385017 -0.865457 -0.30702 -0.51774 0.953967 0.157853 0.14822 -0.147577 0.348377 0.524713 -0.307963 -0.15593 0.198127 0.891153 -0.729443 0.669253 0.030897 0.159053 -0.800987 0.357207 -0.158317 0.487873 -0.264137 -0.080933 -0.63382 -0.936607 -0.137057 -0.45353 -0.082597 -0.342137 0.536133 -0.009123 -0.030957 -0.30922 -0.13033 -0.972063 0.73736 -0.20015 0.961617 -0.288627 -0.007147 -0.051267 0.293007 0.255623 0.24198 -0.081577 -0.443377 0.818027 0.15703 0.003083 -0.025037 -0.259747 -0.094633 0.276423 -0.65382 0.354823 -0.049803 0.171083 0.20935 0.6446 -0.701893 0.366447 0.26828 0.038937 0.340453 -0.104863 0.187713 -0.567883 0.580317 0.169767 0.148587 -0.32835 0.090177 -0.198553 -0.354373 0.282987 0.464377 0.06239 0.095907 0.50539 -0.23631 0.401307 -0.224843 -0.104253 -0.76114 -0.907107 -0.144743 -0.4178 0.23067 0.033993 -0.13824 -0.418497 -0.11801 -0.37226 0.110517 -0.28276 0.768887 0.360827 0.285037 -0.11701 0.49587 -0.790153 -0.292577 -0.43015 -0.227997 0.290627 0.42174 -0.2119 -0.23124 -0.998897 0.568203 -0.469023 -0.625527 0.265863 0.13064 0.339823 0.167093 0.362237 0.021247 0.338267 -0.61804 0.40316 0.49484 0.574867 -0.461327 -0.011367 -0.12084 0.32209 -0.754007 0.83449 -0.206273 -0.17369 -0.28659 -0.360707 0.540173 -0.089333 0.513823 0.78855 -0.25574 -0.30375 0.18258 0.0541 -0.226197 -0.02749 0.367217 0.391537 0.20296 0.02713 0.412077 0.644403 -0.156963 -0.318777 -0.223157 -0.13621 1.09207 -0.415937 0.050533 -0.643593 0.456743 -0.935467 1.098503 -0.728003 -0.1569 0.4141 -0.42662 -0.49132 0.356387 0.15601 0.452477 0.226957 0.36502 -0.374217 -0.319 -0.163427 -0.013803 -0.40646 1.275493 0.053747 -0.10196 0.459473 0.20327 -1.119173 0.27111 0.187627 0.358573 0.598367 -0.5108 0.299337 0.280513 -0.171823 0.519077 0.04791 0.546287 -0.674117 0.392727 -0.55238 0.09894 0.157127 0.807687 0.960617 0.038767 -0.328143 -0.59224 0.671507 0.013573 0.160643 -0.193263 0.672787 0.502023 -0.032873 0.288187 -0.187097 -0.230253 1.139033 0.50721 0.516533 0.126777 0.260397 -0.127237 0.383233 0.31288 -0.353097 0.3754 0.11259 0.193653 -0.63511 -0.013337 -0.889393 -0.709133 0.470733 -0.29391 0.435427 -0.548527 0.66093 0.45417 0.0796 0.202523 -0.249837 -0.38399 -0.678407 0.467977 -0.047597 -0.15237 1.04813 -0.321343 -0.261097 -0.01267 -0.130337 0.1047 -0.131147 -0.427233 -0.73272 -0.45752 -0.573133 -0.57411 -0.09112 -0.23732 0.098627 -0.032323 -0.104403 -0.118057 0.388693 -0.67885 0.090083 -1.49025 -0.466317 0.477347 -0.15225 0.888343 -0.57669 0.36285 0.158923 -0.04204 0.12624 -0.364227 0.403457 0.263683 -0.04792 0.311603 0.299093 -0.44391 0.267293 0.087137 0.597677 -0.034523 -0.440363 0.18254 0.728937 -0.590327 -0.153643 -0.082867 -0.300933 0.025567 0.57954 -1.010137 0.608407 -0.53996 -1.047003 0.66427 0.16377 0.474053 -0.041273 1.008717 -0.022183 -0.288483 -0.567623 0.192513 0.44161 0.3961 -0.43269 -0.681363 0.117077 0.298353 0.13565 -0.19801 -0.157613 0.290203 0.36463 0.334227 -0.730367 -0.687973 0.66529 -0.043837 -0.58654 0.121083 0.9714 0.541327 -0.52242 0.25328 0.40342 -0.63277 -0.013667 -0.279463 0.615403 -0.205693 -0.05713 0.117243 0.84272 0.106427 -0.359033 0.296693 -0.140933 0.506403 0.50219 0.08588 0.001167 -0.562757 0.42187 -0.141793 -0.194437 -0.67745 0.65628 -0.67512 0.376783 0.12443 -0.637887 -0.209453 0.31161 0.15773 0.417173 1.557897 -0.370687 -0.774213 -0.258117 -0.423227\nỵ 0.136547 0.447112 -0.170088 0.178074 0.038472 -0.209438 0.11007 -0.164497 0.472739 -0.210676 0.003656 -0.53341 0.210036 0.298758 0.256062 -0.473594 -0.05409 0.235013 0.152749 -0.144848 -0.004781 -0.127279 0.209022 0.123016 -0.530044 -0.068899 -0.613329 0.086369 0.116577 0.583443 0.666867 -0.226068 -0.605803 0.206234 0.001269 -0.42404 0.503897 -0.303134 0.223884 0.215721 -0.049142 0.127853 -0.454454 0.782871 0.448502 -0.513501 -0.047649 0.224816 0.211239 -0.1866 -0.763354 -0.327396 -0.20841 -0.629322 0.276557 -0.400702 -0.471109 0.26093 0.138349 0.265668 -0.223536 0.070157 0.248207 0.10617 -0.827923 1.128029 0.152762 0.392143 -0.307993 -0.089072 -0.409586 0.344222 0.242912 0.041384 -0.05577 0.018952 0.091599 0.65699 -0.243444 -0.012836 0.051003 -0.018576 -0.022814 0.190731 -0.271613 -0.369817 0.334949 -0.784007 -0.064134 -0.208244 -0.64625 -0.744822 0.103604 -0.233359 0.407332 0.320868 0.179073 0.162803 -0.552313 -0.154891 0.397757 -0.084512 0.055584 0.286434 0.370438 0.586972 -0.70603 0.272469 -0.103861 0.085218 0.715241 -0.039647 -0.091646 -0.353211 0.243459 -0.213021 0.406634 0.187442 0.322076 -0.112594 0.130676 0.293871 -0.36053 0.282596 -0.403739 -0.229481 0.418309 -0.047093 -0.214522 0.187774 -0.553457 -0.897652 -0.642906 -0.06018 0.064449 -0.602669 -0.112507 0.493477 0.21265 0.40382 0.481393 -0.201874 0.05201 -0.122582 -0.115159 -0.005509 -0.008296 -0.255983 -0.513244 -0.239147 -0.219469 0.296916 -0.010138 0.717808 -0.153674 0.583966 0.065672 0.195077 -0.07197 0.154981 0.358938 0.395672 0.431854 0.160464 0.07023 -0.397556 0.038027 -0.36321 0.485863 0.046872 0.385743 -0.059607 -0.056879 0.050711 0.011858 -0.551301 -0.151122 -0.179983 0.768208 -0.256799 0.336368 0.825698 -0.743228 -0.09155 -0.796926 -0.069216 -0.129526 -0.135593 0.203182 -0.071172 0.022557 -0.429938 0.199929 0.162306 -0.124788 -0.601653 0.137204 -0.209127 -0.353414 0.250259 -0.136028 0.073942 -0.148293 -0.044904 0.034647 -0.095219 0.164181 0.277446 0.502836 0.253573 -0.123477 0.051016 0.332098 0.307878 -0.124639 0.253201 0.072939 -0.378332 -0.055021 -0.570421 -0.672959 -0.399336 -0.090742 0.17422 0.268421 -0.063766 -0.068866 0.021462 0.518861 -0.189588 0.160839 -0.310688 -0.127843 -0.182534 -0.422508 0.000697 -0.206424 -0.021118 -0.655793 0.236042 0.121497 0.53791 0.227747 0.221339 0.421619 0.194504 0.411041 -0.555232 -0.204237 0.213197 0.032709 -0.138843 0.29867 -0.181021 0.033594 -0.338044 -0.349737 0.105516 -0.048349 0.535048 -0.286434 -0.15219 -0.573152 -0.026401 0.157884 0.463401 0.153324 -0.421752 -0.32548 0.225926 1.020707 -0.138533 -0.514716 -0.177067 -0.107904 -0.490626 0.420763 0.370297 -0.172989 -0.054793 -0.336817 0.333209 -0.273078 -0.036158 0.505348 -0.189091 -0.160029 -0.384052 -0.195538 -0.570586 0.268667 0.58985 0.319131 0.697659 0.154548 0.591463 -0.443822 0.322614 0.372696 0.062102 -0.166229 0.099891 -0.505799 -0.054183 -0.130961 -0.43255 0.444134 0.443718 -0.093044 -0.39226 0.197357 0.465817 0.093244 0.273539 -0.114948 -0.071281 0.342258 0.376537 -0.10672 -0.21063 -0.24262 0.275618 0.325526 0.167718 0.450959 -0.059072 -0.066896 0.455938 0.116947 0.052986 0.500717 0.012032 0.102291 -0.115046 -0.126057 0.071189 -1.220889 -0.330626 -0.25535 -0.321864 0.153453 -0.003322 0.165762 -0.252792 0.156734 -0.444199 0.15801 0.404928 -0.450616 0.045936 0.260924 0.612904 -0.280584 -0.449849 0.46258 -0.173526 0.220317 0.214947 -0.079176 -0.082337 0.376723 -0.000163 -0.091689 -0.191568 0.033397 -0.390063 -0.163779 0.217477 -0.67021 0.180607 0.072466 0.146888 -0.459736 0.150359 -0.586483 -0.430064 0.21288 -0.92871 -0.366618 0.086714 -0.008958 0.209622 0.778523 -0.245884 0.076891 -0.271793 -0.607449 -0.619703 0.201896 -0.005702 0.104371 -0.378573 0.112163 0.455701 0.2866 0.324421 -0.314738 0.593099 -0.675267 -0.558678 -0.01682 0.192382 0.100711 -0.067083 -0.578759 0.258423 0.203962 0.176516 0.215119 -0.42525 -0.16885 -1.133283 0.222253 0.662441 -0.017868 -0.149829 -0.498991 0.465944 -0.270313 -0.263649 -0.092431 -0.010182 1.027366 -0.15881 -0.002047 -0.462742 0.38065 -0.377201 0.661979 0.188073 0.207002 -0.397681 0.184993 -0.324607 0.128144 0.379999 -0.027168 -0.670192 0.179026 -0.275601 -0.607469 -0.188344 0.313222 -0.076388 -0.773404 -0.243314 -0.311559 0.568779 -0.412454 0.964903 0.116142 0.039468 0.132183 0.284069 -0.282796 -0.03588 -0.205356 -0.146819 -0.189963 0.520561 0.540558 0.134642 -0.066281 -0.518002 0.089119 -0.06151 0.302559 -0.128792 0.339638 0.321993 0.043193 0.100907 -0.121749 -0.541676 0.138087 -0.05967 0.237139 -0.860943 -0.128203 -0.084967 0.228938 0.345483 -0.257799 -0.593054 0.470831 -0.070194 0.350813 0.196008 0.42888 0.078821 0.20081 -0.496773 -0.04488 0.120472 0.18014 -0.107721 -0.051587 -0.422524 -0.226653 0.203656 0.001623 0.03097 -0.162263 0.117323 -0.341221 -0.096246 0.257304 2.336574 0.168364 -0.087319 0.204908 -0.614932 -0.075168 0.519479 -0.005451 0.54175 -0.185854 -0.022039 0.140954 -0.257546 0.1521 -0.429277 0.129801 -0.341009 0.01182 0.309572 -0.254479 -0.758991 0.385592 0.048956 0.523733 -0.168157 0.11369 0.341161 0.016246 0.062826 -0.192381 -0.291489 -0.056822 -0.592079 0.344902 0.074152 0.692531 -0.170494 -0.359119 0.439596 -0.099128 -0.55145 0.372196 -0.066118 0.277839 0.092018 -0.087484 -0.417454 -0.309699 0.32653 0.735749 -0.140209 -0.042246 0.280074 -0.136817 0.16314 -0.411526 -0.168297 0.13647 -0.233167 0.044572 -1.04758 -0.591378 0.442371 0.249377 -0.155297 -0.247727 0.000663 -0.129336 -0.260248 -0.522622 0.579886 0.099333 0.448606 -0.228639 -0.225724 -0.03379 0.299494 0.019903 0.07574 0.300723 0.315952 -0.084437 0.204412 -0.15882 0.338526 0.079028 -0.300511 0.640814 0.408163 0.123636 -0.471546 0.050324 -0.724408 -0.089149 -0.329563 -0.277383 -0.104506 -0.267796 -0.527987 0.695697 0.505509 0.590187 0.231283 -0.375897 -0.435987 0.666227 0.208627 -0.557898 -0.055603 0.518012 0.775778 -0.215808 0.322903 -0.07021 0.118923 0.234137 -0.475239 -0.13922 0.062372 0.097809 -0.133107 0.204777 -0.131886 0.653448 -0.328612 0.155533 0.042886 0.174389 0.501626 -0.162018 0.341568 -0.014661 0.128418 -0.175513 -0.15885 -0.15333 -0.569648 -0.296559 -0.279473 -0.272556 -0.961872 -0.336031 0.391792 0.031347 0.587598 0.520698 -0.342016 0.015127 -0.255637 0.153058 0.25868 -0.252051 -0.098464 -0.290818 -0.430783 -0.49514 0.104047 0.710929 0.369646 0.132102 0.487076 -0.116546 -0.190669 0.053482 0.011499 0.104034 0.386816 -0.467784 0.125827 0.270654 -0.405589 -0.37025 -0.412416 0.119486 0.48485 0.348946 0.45372 -0.113073 0.478577 -0.095866 -0.238231 -0.176096 -0.275422 0.620663 -0.392194 0.321853 0.452598 -0.674761 0.115697 -0.282801 0.134017 -0.25116 -0.403089 0.619571 0.157003 -0.457921 -0.281537 0.02717 -0.18067 0.464016 -0.320372 0.111662 -0.365899 -0.32229 0.327602 0.43874 -0.255762 -0.345716 0.154152 -0.014793 0.308629 -0.179119 0.128468 0.469053 0.473602 -0.05401 0.167167 0.461522 0.191414 -0.198123 0.117792 -0.015351 -0.128218 -0.40049 -0.22747 -0.207791 -0.573362 0.13093 0.051087 0.150779 -0.730394 -0.284058 -0.038831 0.510898 0.098061 -0.033671 -0.17583 -0.23272 -0.381238 -0.371413 0.189152 -0.099034 0.493932 -0.605091 -0.228387 0.070213 0.215726 0.183521 -0.302611 -0.018882 0.399099 0.209329 0.006538 -0.447634 -0.105817 0.541733 -0.266963 0.239236 0.148833 0.159291 -0.176113 -0.264138 0.505618 -0.419297 0.554076 -0.119127 -0.082562 -0.270191 0.19598 -0.154638 0.36611 -0.275451 -0.452934 -0.42399 0.362881 0.523861 -0.211294 -0.314038 -0.303348 0.320636 -0.464303 -0.203692 0.360706 0.065832 0.078784 -0.32376 -0.034732 -0.130061 -0.535687 0.10852 -0.202991 -0.119168 -0.262911 0.397031 -0.725633 0.023356 0.793244 -0.020913 0.226906 0.248603 0.759549 -0.66065 -0.435821 0.46974 -0.325336 -0.313739 0.261331 -0.550033 -0.043263 0.58142 -0.172276 0.27703 0.282301 -0.036786 -0.219549 0.539753 0.138953 0.215221 0.423247 0.412468 -0.074349 0.621774 0.265952 -0.267584 -0.5945 -0.073978 -0.16338 -0.384571 0.723561 0.432191 -0.12552 0.235767 0.220486 -0.306902 0.148733 0.31379 0.256524 -0.040482 -0.08257 -0.100839 0.182759 -0.891191 0.384844 -0.311873 -0.240234 0.404844 0.272042 0.746953 -0.632976 -0.04406 -0.016932 0.0691 -0.322389 -0.038616 -0.234592 -0.031817 0.057923 -0.162564 -0.310187 0.39488 0.298456 0.881387 0.308541 0.813447 0.159823 0.39956 0.283517 -0.062353 0.073004 0.539317 -0.621621 0.292913 -0.304406 -0.550351 0.162792 -0.085819 0.076977 -0.340779 0.133673 -0.401571 -0.478652 0.199897 -0.69339 -0.056617 0.06251 0.11486 0.549004 0.537429 -0.171226 -0.317147 -0.40677 -0.799299 -0.159658 -0.299891 0.157098 0.523859 -0.258264 0.463556 0.896438 -0.024149 0.235287 0.183506 0.325926 -0.578929 -0.774789 -0.060416 0.083253 -0.019614 0.310472 -0.321893 -0.223496 -0.239544 0.368992 0.604689 -0.630584 -0.479141 -2.007321 -0.023653 0.387841 -0.47228 -0.169747 -0.432528 0.486358 -0.525174 -0.134269 0.144072 -0.106933 0.264232 -0.115386 0.086993 -0.052196 0.515001 -0.024687 0.504299 0.000272 0.317236 0.217271 -0.295421 -0.17344 1.425384 0.659501 0.156393 0.067533 -0.008214 -0.263899 -0.319924 -0.167657 0.658651 -0.478623 -0.251884 -0.250332 0.054517 0.415959 -0.028099 1.339274 -0.252813 -0.181317 0.177798 0.546594 0.242716 0.091234 -0.280503 -0.428498 -0.076083 0.194603 0.391369 -0.036058 -0.544051 -0.644611 0.499427 -0.220346 -0.019322 -0.305348 0.288358 0.74945 -0.177209 -0.050151 -0.400734 -0.426026 0.008419 0.177929 -0.185178 -0.383706 -0.183982 0.0778 0.668889 -0.25931 -0.405863 -0.003827 0.281346 0.082334 0.544464 0.272032 0.229319 0.018958 0.019103 -0.475406 0.741059 0.245384 0.167003 -0.216198 0.216064 0.019926 0.426776 0.065761 -0.215566 -0.065592 -0.089888 -0.023553 -0.081264 0.094124 0.172378 2.089778 -0.109121 0.124738 -0.026008 -0.409104\nz 0.402153 0.926644 0.003774 -0.29455 0.165792 -0.063851 0.595772 -0.259537 -0.264986 0.248228 -0.045938 0.151108 -0.547324 -0.342041 0.22825 -0.284183 0.672142 -0.11266 -0.065027 -0.249107 0.032363 -0.283411 0.267932 -0.142795 -0.150882 0.196815 -0.392348 0.171424 0.387768 0.461134 0.365048 0.093117 0.273459 0.244315 -0.150748 0.462165 -0.321044 -0.700816 0.494856 0.053545 -0.017967 0.160955 -0.354662 0.236329 0.076078 -0.932766 -0.560389 -0.416015 -0.148131 0.384461 -0.108639 0.309241 -0.187626 -0.010728 0.529029 0.457532 -0.072245 0.238042 0.809856 0.241371 0.198772 0.053985 0.122413 0.292338 0.191757 0.146352 -0.17934 0.25858 0.086723 -0.451502 -0.364999 0.297732 0.076544 0.243892 -0.029233 0.31804 -0.154411 0.515933 -0.222946 -0.107444 0.229416 0.68747 0.377737 0.558927 0.42169 0.007922 -0.476069 0.031698 -0.367499 0.324102 -0.243129 -0.115334 -0.003638 -0.062344 0.032864 -0.10564 -0.408128 -0.034407 -0.483733 -0.027015 0.021342 -0.284734 -0.339826 -0.231451 0.35163 -0.686504 -0.637779 0.44434 -0.010635 -0.072208 0.695338 -0.01737 -0.303926 0.488922 0.051374 -0.339027 -0.192392 -0.563025 0.325906 0.169742 -0.296008 0.460796 -0.111468 0.089378 -0.22048 -0.043369 0.100398 0.026534 -0.16882 -0.1145 -0.456437 -0.299447 0.001418 0.445044 -0.084942 -0.678509 -0.159216 0.233578 -0.267722 -0.145393 -0.09811 -0.042585 0.103668 -0.193579 0.246896 0.172311 0.359548 0.25376 -1.000662 0.361754 0.24516 0.456126 -0.039189 0.458678 0.44847 -0.162637 -0.0644 0.125076 -0.184467 0.331961 0.480643 -0.156871 -0.270084 0.14821 0.043659 -0.314552 0.096327 0.025665 -0.630859 0.159889 0.523723 -0.110459 -0.060522 0.315592 -0.649629 0.1295 -0.266105 -0.058922 0.51103 -0.348634 0.270789 -0.314538 -0.580746 0.70681 -0.780585 0.050434 0.009512 0.135047 0.450772 0.396412 0.44297 -0.059624 0.046775 0.040745 -0.134435 -0.107557 0.167171 0.078099 0.067478 0.042571 0.578848 -0.282638 -0.001651 0.135744 0.119644 -0.625172 -0.131494 -0.023726 0.471665 -0.138196 0.567492 0.222471 0.082202 0.254304 0.250624 0.200378 -0.112257 0.079352 -0.82175 -0.896088 0.144335 -0.48578 0.002105 -0.22481 0.192202 -0.136319 -0.088449 0.039572 0.00908 0.02412 -0.511093 0.204512 -0.117491 -0.45813 -0.29426 0.005262 0.563492 -0.04716 -0.59311 -0.194834 -0.043128 0.270955 0.151371 0.132816 0.10522 0.339388 0.691436 -0.21781 -0.113174 -0.30854 -0.498377 -0.306068 -0.004606 -0.426918 -0.064181 -0.296335 0.034254 -0.544226 0.019445 0.18378 0.283916 -0.273163 -0.229528 -0.152188 0.376903 0.208136 0.329442 -0.141758 0.161474 0.458748 0.429659 -0.013672 -0.336255 0.35233 -0.30061 -0.139549 -0.304189 0.448592 0.03868 0.298383 -0.069888 0.194767 0.170336 0.311477 0.24437 -0.075229 -0.154929 -0.05925 -0.16336 -0.083757 0.53351 0.050292 -0.276086 0.187433 -0.01229 0.489423 -0.052717 0.104235 -0.001688 -0.034232 0.021257 0.15279 -0.056195 0.068055 -0.049399 0.568789 0.195802 -0.008383 -0.114223 -0.148585 0.036718 0.179056 0.050211 0.125086 -0.444737 -0.109068 0.230732 -0.041555 -0.061255 -0.016016 -0.114072 0.181918 -0.278997 -0.186061 0.224996 -0.168746 -0.55693 0.215605 -0.059627 -0.024491 -0.612404 -0.102385 0.3349 0.04205 0.038886 -0.26334 -0.326438 0.047079 -0.316954 -0.084273 -0.157359 0.117847 -0.322491 0.511193 -0.227057 -0.003807 0.52457 -0.135407 0.276858 0.09666 -0.110691 0.495616 -0.134433 -0.276484 0.548165 0.134823 0.022259 0.143164 0.483883 0.667429 0.327318 0.011495 0.011667 0.045619 0.038724 -0.397195 0.225999 0.196118 -0.910212 -0.231667 -0.139651 0.199799 0.227612 -0.124083 -0.478479 0.372753 -0.102765 -0.587238 -0.377122 -0.34923 0.308186 0.316505 0.236813 0.023312 0.004746 0.009695 -0.172638 -0.268304 0.152075 0.020228 -0.202039 -0.574996 -0.026232 0.039947 0.105696 -0.109866 -0.240179 -0.216976 0.352568 0.596254 -0.381361 0.329218 -0.374963 0.53701 0.077425 -0.01961 0.004428 -0.33842 0.188136 0.005023 0.482478 -0.953369 0.197006 0.253799 -0.058145 -0.131705 -0.42905 0.736533 0.80946 -0.341128 -0.057502 0.046297 -0.210359 -0.293738 0.489198 0.231517 0.640076 -0.731338 0.373602 0.061255 0.238266 -0.002735 -0.164256 0.362534 0.359035 -0.096736 -0.138843 -0.075544 -0.255771 -0.085299 0.255147 0.164467 0.356438 -0.248226 -0.093239 -0.306408 0.051046 0.564473 0.15339 1.199588 0.137842 0.240147 -0.032966 0.494394 0.018457 0.571484 0.194914 -0.567112 -0.3779 1.042646 -0.098248 0.371342 -0.006621 0.261829 -0.172218 -0.475393 -0.04554 -0.140834 0.563536 -0.175987 0.09621 0.049936 0.059163 -0.358142 -0.010453 0.093273 0.324965 -0.28881 0.093616 -0.329749 0.382594 0.090635 -0.321858 0.14982 -0.075152 0.591919 0.578107 0.711389 0.197748 -0.220543 0.320484 -0.173945 -0.417682 0.479208 -0.083529 -0.15868 -0.446458 -0.511133 0.222084 -0.259307 0.179943 0.26054 -0.440015 -0.115091 -0.264754 -0.146251 0.246235 1.873826 0.385967 0.012336 0.225682 0.294845 -0.042889 0.132144 -0.286302 0.12592 0.019679 0.012526 0.12062 0.12651 -0.229105 -0.10985 -0.437249 0.281098 -0.322685 0.194281 0.175889 -0.346968 0.205049 0.145657 0.423466 -0.448544 -0.27559 0.1315 0.154468 0.032946 0.04235 -0.181456 -0.432538 -0.036794 -0.083014 0.192918 0.153511 0.099652 0.495701 0.271572 -0.76944 0.005856 0.005533 -0.282744 0.7953 -0.200964 -0.213752 -0.003502 0.093214 0.111972 0.111282 -0.346922 -0.032513 -0.031637 -0.001184 -0.066476 -0.293288 0.224069 -0.198804 0.113334 -0.041636 -0.032359 -0.441725 -0.069919 0.50369 0.123663 0.168562 0.12411 0.360519 0.256589 0.158608 -0.094778 -0.118845 0.210326 0.425562 -0.206794 -0.092142 -0.083849 0.5369 0.341502 -0.172 0.386418 -0.059476 0.32083 0.059573 -0.408837 0.04548 0.133794 0.621773 0.574313 0.466587 -0.252115 0.192659 -0.141618 -0.454668 0.29421 0.276856 0.413601 -0.16411 -0.269084 0.079618 0.318743 -0.575783 0.17835 -0.281911 0.17926 -0.120254 -0.292915 -0.43163 -0.077671 0.534597 -0.856018 -0.273952 0.279319 -0.168592 -0.069524 0.212453 0.319758 -0.49484 0.424378 -0.622229 0.429445 -0.00517 -0.304249 0.380722 -0.546903 0.219353 0.229063 0.169704 0.08786 -0.494378 0.100219 -0.034796 -0.064789 0.023206 -0.153344 -0.324454 -0.107057 0.12148 0.19248 -0.657335 -0.563113 -0.41358 0.024468 -0.484307 -0.109582 0.082663 -0.047978 0.484482 -0.176158 -0.116155 0.426042 0.017373 -0.086498 -0.614778 0.174292 0.233476 0.50845 0.018155 0.003324 0.015549 0.354567 0.013699 0.09754 -0.103541 0.245174 0.727762 -0.155674 -0.242909 0.395089 0.590506 0.046798 -0.052264 0.307538 -0.911742 -0.175576 0.238237 0.24168 0.058896 0.40717 -0.842678 0.430072 -0.373497 0.357939 0.078104 -0.392318 0.950408 -0.628469 -0.457578 0.868519 -0.343512 0.239144 -0.045493 0.07488 0.489278 0.371941 0.163605 0.069061 0.347512 0.071235 -0.142934 0.125039 0.187422 0.243214 0.107806 -0.088302 0.276998 -0.427428 -0.073864 -0.005326 0.0868 -0.098317 -0.126313 -0.309078 0.260745 0.301095 0.203789 -0.054419 0.36943 0.243932 0.169035 -0.008613 0.202243 0.045953 -0.583463 -0.457254 0.445307 -0.526684 -0.18531 0.017899 -0.029587 -0.032041 -0.135536 0.060135 -0.553771 -0.034619 0.208776 -0.162032 -0.520649 -0.256635 0.039567 -0.272514 -0.266791 -0.193076 -0.540252 -0.697414 -0.53058 0.299876 -0.164902 -0.047708 -0.176545 0.416249 0.219504 0.393754 -0.01684 -0.484356 -0.606028 -0.23188 -0.12952 -0.415572 -0.014697 -0.075334 -0.057422 0.040585 -0.307836 0.23836 -0.281051 0.129443 -0.220812 0.098977 0.471585 0.042686 0.003054 -0.193001 0.24131 0.364862 0.123791 -0.255657 -0.142888 0.154587 0.202441 -0.312927 0.164916 0.537308 -0.038344 0.416282 0.119154 -0.185108 0.143555 0.289692 0.401844 0.13888 -0.16175 -0.200601 -0.150308 -0.267446 -0.298517 0.077348 -0.719991 0.264334 -0.034788 0.310231 0.148249 -0.55893 -0.243663 -0.114519 0.03894 0.358377 0.090774 0.124464 -0.040489 0.501245 -0.097832 0.187884 0.189908 0.284988 0.110121 0.428237 0.046305 0.556218 0.034099 0.443287 0.235239 -0.350086 -0.207215 -0.115864 -0.232251 0.42219 -0.179634 -0.361707 -0.024708 -0.622148 0.117373 0.150812 -0.024008 0.096171 -0.300717 0.131889 0.206328 -0.052873 0.232492 0.120846 -0.38135 0.336026 -0.341285 0.461333 -0.063766 0.394463 -0.007272 0.05805 -0.188654 -0.224518 0.483781 0.140585 0.310917 -0.362784 0.088924 0.193618 0.203792 -0.383192 0.621461 0.499749 0.511788 -0.092794 0.834495 0.139474 0.578552 0.306705 0.067216 0.308301 -0.016669 -0.184328 0.090238 0.167112 -0.792179 0.088121 -0.153334 0.019341 0.014448 -0.224202 -0.13604 -0.291371 -0.09882 0.035751 -0.432191 -0.509598 0.320075 0.808109 -0.098055 0.139052 -0.566681 -0.208792 -0.253815 -0.201543 -0.013949 -0.022047 0.162986 -0.228068 -0.132218 0.040601 0.519837 -0.048312 -0.102509 -0.069359 0.20319 0.330132 -0.34662 0.131384 0.059644 0.484236 0.053815 -0.368864 -0.178977 -0.437058 0.525921 -0.164487 0.333731 -1.854281 0.269544 0.21838 -0.18618 0.492084 -0.469826 0.076459 -0.069296 -0.385925 0.445857 0.140174 0.291624 0.195734 0.390994 0.412286 0.651864 -0.415693 0.218082 0.014349 0.156773 -0.2905 -0.405738 0.248118 0.987845 0.073472 -0.340416 0.239978 -0.448641 0.191801 0.314409 0.094413 0.262286 -0.298846 0.041443 -0.147263 0.681651 0.321222 -0.219501 1.280207 -0.014883 0.07611 -0.185454 0.230662 0.475901 0.373667 0.343236 -0.373072 -0.516449 0.593227 -0.146693 -0.167346 -0.219893 -0.032135 -0.46025 0.024486 -0.02574 -0.220905 0.656288 -0.105833 -0.377915 -0.044577 0.060295 -0.080466 -0.576118 0.160904 -0.159988 0.079075 0.233026 -0.323844 0.182261 -0.109442 -0.223182 0.50999 -0.134299 -0.074284 0.014529 0.284033 0.055415 -0.278208 0.32514 0.183502 -0.478978 0.508916 0.315976 -0.366966 -0.129932 -0.521754 0.470149 -0.177644 0.109404 -0.052142 -0.623428 -0.307968 0.111345 -0.263647 0.181969 1.745692 0.483841 0.057082 -0.082399 0.018957\n' -0.024296 0.418734 -0.074704 0.674606 0.067484 0.259304 -0.062516 -0.132146 -0.215736 -0.170258 0.294978 0.004668 -0.700922 -0.379438 0.52975 0.145136 0.29466 -1.035088 0.139178 0.553204 0.27627 0.56601 0.222128 -0.187382 0.068492 0.134866 -0.105752 -0.308986 0.392096 0.210646 0.554 -0.346464 0.377988 0.033362 -0.360654 0.088404 0.001874 -0.074578 0.166432 -0.391048 0.654558 0.157576 -0.01762 0.705004 0.486938 -0.616548 -1.011582 -0.040866 0.371264 -0.380886 -0.422726 0.285384 0.066268 0.058578 0.354442 -0.635526 -0.521716 -0.08548 0.776472 -0.341596 -0.183558 0.158922 0.224684 -0.11211 -0.076224 0.25904 0.11946 0.314628 0.23439 -0.523096 0.078044 0.18857 0.254664 0.037944 -0.189664 -0.101726 -0.255514 0.470282 -0.247202 -0.198236 0.91354 0.373936 0.903924 0.358846 0.142312 0.43514 0.008426 -0.50412 -0.220812 -0.133386 -0.236114 -0.076408 0.372448 0.321096 0.00502 -0.464226 0.320526 -0.344596 -0.374926 0.20034 -0.177784 -0.01666 -0.010388 0.27849 0.592508 0.55138 -0.520096 0.268282 0.273454 -0.142464 0.301956 -0.0758 0.190054 0.006576 0.408382 -0.415462 -0.242458 -0.378504 0.19389 0.712294 -0.160314 0.232428 -0.436602 0.897866 0.320542 -0.132464 0.36154 -0.06299 0.316678 0.47819 -0.642186 -0.006126 0.314284 0.123364 0.117486 -0.673436 -0.661564 0.200054 -0.34166 -0.540028 -0.292586 0.260216 0.906426 -0.430896 0.166882 0.344844 0.063316 0.39777 -0.739394 0.365076 -0.011726 0.348898 0.453892 0.347248 0.654416 0.240828 0.56596 -0.157648 0.340174 0.236268 0.590132 -0.530518 0.317884 0.157486 -0.44258 -0.147956 -0.302444 -0.242254 0.002158 0.190438 -0.230982 -0.369002 -0.039816 -0.135294 -0.036816 -0.308854 0.130472 1.034974 0.915584 -0.453072 0.036466 0.298094 -1.050592 0.135624 -0.80259 0.08196 0.046494 0.223544 -0.240532 0.169918 0.696672 -0.829172 -0.15541 0.074086 0.782616 -0.11791 -0.475456 -0.573088 -0.152148 -0.09628 0.384522 -0.336086 0.01002 0.153444 0.26447 -0.657518 0.415346 -0.105878 -0.099906 -0.36464 0.186208 0.147474 0.014684 -0.578084 0.394998 0.424972 0.124142 -0.186232 -0.382122 0.257174 -0.847258 -0.725276 -0.095006 -0.036988 -0.085636 -0.424054 -0.407856 0.175164 0.175002 -0.022442 0.007504 0.06333 -0.274172 0.129682 0.018948 0.06903 -0.00584 -0.099394 -0.843866 -0.168796 0.01973 0.160802 1.212518 -0.057092 0.42876 0.5892 0.543764 0.174818 0.005358 0.690872 -0.065344 -0.28678 -0.153232 -0.87752 0.472774 0.138664 -0.232648 0.28678 -0.3371 -0.107854 0.394196 0.175528 -0.643312 0.136582 0.69062 -0.116886 0.25404 0.1238 0.28806 0.22461 0.50865 -0.27764 -0.006892 -0.489828 -0.780874 -0.736922 -0.16917 -0.025596 0.790606 0.732578 -0.357106 0.779312 0.054926 0.220028 -0.07855 -0.167458 -0.300896 0.408034 -0.155482 -0.812648 0.625468 0.314244 1.023958 0.750432 -0.008208 0.06699 -0.033754 -0.024326 0.444516 -0.144198 -0.057608 -0.147596 0.5833 0.04929 0.45295 0.088906 0.865174 0.140536 -0.183506 -0.600754 -0.380712 0.392126 -0.03632 -0.432482 -0.69871 0.170136 0.11509 -0.351548 -0.23558 0.322396 -0.082664 0.510268 -0.597898 0.409518 0.58107 -0.593634 -0.294532 0.391092 -0.505656 0.826354 -0.297294 0.32663 0.494004 0.387792 0.41185 0.099114 -0.47208 -0.1188 0.025698 -0.208838 -0.703272 0.265738 0.055428 0.14507 -0.290732 0.384586 0.839574 -0.032274 -0.01241 0.18215 -0.189882 0.29634 -0.282634 -0.22012 -0.107074 -0.213284 -0.310878 0.261788 -0.632774 0.316306 0.321458 0.081468 0.194488 -0.066338 0.468942 0.226922 -0.072412 0.289698 -0.5088 0.214676 -0.141316 -0.078452 -0.515126 0.161196 -0.088918 0.491936 -0.294648 -0.270052 -0.114626 -0.417806 0.685254 0.50805 -0.270546 -0.46799 0.187854 -0.523772 -0.497314 0.113846 0.141788 -0.37369 0.26888 -0.32205 -0.078702 0.77216 0.416824 0.12687 -0.107404 -0.572034 0.50853 0.227814 -0.195964 0.091258 -0.71661 0.40936 -0.135352 0.481374 -0.137986 -0.194096 0.24677 -0.254942 0.109848 -0.346382 0.378974 0.296762 -0.605512 -0.691034 -1.09023 0.877672 0.59099 -0.22252 0.010234 -0.099296 -0.204686 -0.4403 0.155632 -0.1814 -0.042194 -0.089656 0.321394 0.294054 0.469654 0.098826 -0.403244 -0.048206 0.15272 -0.096528 -0.19437 0.410296 0.045704 -0.371972 -0.498286 -0.269718 0.233668 -0.195366 0.827098 0.225006 -0.151266 0.09102 0.245064 0.838598 0.450678 0.469864 -0.137658 0.448626 -0.020238 0.433558 -0.56656 -0.066856 -0.803148 0.244402 0.080762 0.725208 0.019538 0.253598 -0.004212 -0.649572 0.090578 0.01212 1.375296 -0.059144 0.318126 0.014638 0.399574 0.153342 -0.584456 0.519972 0.689682 -0.192056 -0.128626 -0.35181 0.631576 -0.091092 -0.316282 0.184822 -0.060812 0.398048 0.593668 1.164184 0.08723 -0.240864 0.952392 -0.36522 -0.76016 0.1934 0.122012 -0.036798 -0.447908 -0.732102 0.084018 0.008374 0.141526 0.428916 -0.30835 -0.679268 -0.179046 -0.179208 0.151018 2.115252 0.27804 0.353308 0.128256 0.167208 -0.112752 0.446702 -0.625658 0.827382 0.091022 -0.36605 -0.209462 0.194172 0.263072 0.690786 0.757316 -0.675064 -0.750754 -0.446096 0.03547 -0.06461 0.15452 -0.044246 0.379178 -0.446264 0.393856 0.368998 0.32279 -0.259438 -0.577828 0.25437 0.516358 0.171476 0.247364 0.29839 0.942376 0.491958 0.370348 0.05543 -1.331848 0.194486 -0.959642 -0.033534 0.256504 0.05789 -0.408164 -0.355884 0.471618 0.26161 0.339228 -0.636636 -0.345012 0.875922 -0.063712 -0.6381 -0.215992 0.232542 0.202084 0.104926 0.087016 -0.25577 -0.534158 -0.497178 0.733552 0.110004 0.196706 0.131814 -0.498074 -0.322382 -0.360558 -0.07138 0.44753 -0.140868 0.999552 -0.034926 -0.459902 0.044778 0.420484 0.695434 -0.523872 0.157494 -0.099232 0.38073 0.085586 -0.12123 0.783874 -0.560478 1.016992 0.364932 0.171598 0.038558 0.505336 -0.524116 -0.451458 -0.076358 0.235806 -0.136506 0.14373 0.145512 0.273192 0.43337 0.872836 0.275384 -0.14529 0.006286 -0.086122 -0.144962 -0.023632 0.533226 0.466452 -0.1522 0.053036 0.22362 -0.150714 0.451822 0.005378 0.0306 0.56463 -0.073428 -0.18541 -0.353276 -0.016278 -0.19176 0.447224 -0.574134 0.722514 -0.513412 0.405454 0.47895 0.211724 0.253554 0.393872 -0.268996 -0.224392 0.27278 -0.051058 0.163262 0.0522 0.015362 -0.666718 -0.95358 -0.761626 0.21271 -0.25758 0.491482 0.112046 -0.416286 1.167858 0.133638 -0.394518 0.388014 0.073288 -0.029494 -0.558926 -0.088642 0.473164 0.792036 0.05487 0.459114 0.349186 0.0659 0.310748 -0.138498 0.32212 -0.008974 1.215264 -0.739384 0.113234 0.407954 -0.227262 -0.067116 -0.313502 -0.224194 -0.335704 -0.579246 -0.619608 0.035656 -0.070172 0.018706 -0.130428 -0.307042 0.585966 0.818934 0.994566 -0.261308 -0.093636 -0.40056 -0.37413 -0.156794 -0.22454 -0.085048 0.15385 0.07849 -0.002548 -0.03449 1.101372 0.2496 0.042506 -0.020864 0.621068 0.469204 -0.165738 -0.125654 -0.174094 -0.149508 0.167072 -0.596952 0.278546 0.049016 -0.005868 0.007132 0.515072 0.026414 0.046774 0.031162 -0.164618 -0.014292 0.129966 -0.061428 0.120532 0.345272 0.422364 0.10306 -0.356114 0.34508 0.160554 -0.75909 -0.071026 0.490516 -0.262838 -0.347762 -0.20842 0.243282 -0.054778 -0.403392 0.650846 0.466268 -0.403514 0.75175 -0.036444 0.188038 0.248072 0.088312 -0.387874 -0.659084 0.552506 0.01168 0.28474 0.02206 0.330158 0.961858 0.303728 0.652056 0.09355 0.437604 -0.02812 -0.294078 -0.387314 -0.75846 0.378286 0.445148 -0.77741 0.394938 -0.097432 0.34915 0.353554 -0.293684 -0.753518 0.190724 -0.028058 0.02184 0.167142 0.344908 -0.320922 0.132664 -0.078342 -0.526384 0.225364 -0.301074 0.101686 -0.61255 -0.02129 0.649242 0.742622 0.481728 -0.318214 0.65115 0.359348 -0.066198 0.357862 -0.377536 0.019744 0.402208 0.26461 -0.574496 0.01404 0.007188 0.397428 0.419708 -0.289576 0.287624 0.207302 -0.53084 0.34778 0.119954 -0.257208 0.533638 0.410948 -0.31775 -0.050132 -0.309576 0.679736 0.692644 -0.188844 -0.1169 -0.338072 0.38641 -0.405548 -0.143538 -0.533224 -0.525606 0.045056 -0.283584 -0.024382 0.119724 0.430736 0.474492 -0.680252 1.110074 0.26455 -0.344976 0.54945 0.085386 -0.429 0.33744 -0.068212 -0.082494 0.102312 -0.31408 0.223646 0.119078 -0.506678 0.403762 0.054662 1.020488 -0.122908 0.208962 0.279586 -0.207532 -0.080508 0.619124 0.24199 -0.808988 -0.281126 -0.561764 -0.299342 0.18725 0.52339 -0.24668 -0.113626 0.249204 0.0243 -0.35575 -0.316904 0.502664 0.410434 0.038514 0.342098 0.319802 0.225576 0.22973 0.39087 0.336336 -0.665958 0.462594 -0.180808 0.178816 -0.420116 0.056592 -0.416626 -0.352942 -0.045232 -0.02914 -0.046736 -0.578054 0.808742 0.656018 -0.595098 -0.234278 -0.043702 -0.33982 -0.36026 0.577188 -0.019442 -0.66592 0.336442 -0.4175 -0.019744 1.09812 -0.013742 0.0192 0.196326 -0.741096 0.69483 -0.022496 -0.282772 0.209 -0.600402 0.886142 -0.30698 -0.105674 -0.318888 -0.59619 -0.002722 -0.43753 -0.17588 -1.480106 0.054722 0.261384 -0.697034 0.29766 -1.423232 0.321008 0.548692 0.38457 0.02622 -0.187788 0.171524 -0.026928 -0.215108 0.16308 0.197522 0.224828 0.14101 -0.18441 0.360376 0.395168 -0.360814 -0.132194 0.789746 -0.165782 -0.02957 0.64131 -0.030374 0.20428 -0.630662 -0.520746 0.059964 -0.068198 -0.061328 0.010142 0.397 0.210628 0.078 0.52101 -0.016372 0.253562 -0.363934 0.36259 0.064684 0.1892 -0.7552 0.20943 -0.217954 0.57602 -0.48612 0.088954 -0.27476 -0.2317 0.522472 0.127334 -0.679658 -0.332402 0.59195 -0.071582 0.006154 0.236104 -0.472068 0.200772 -0.851388 0.517954 0.372546 0.174778 0.053432 -0.08019 0.647922 -0.201598 -0.166794 0.414326 0.553704 0.101004 -0.13525 1.13481 0.200332 -0.005448 0.46718 -0.235002 -0.149902 -0.402716 0.071984 -1.049048 -0.144494 -0.253498 0.929794 -0.039766 -0.155624 0.07808 -0.713534 -0.34983 0.005022 -0.369176 -0.066586 1.641666 -0.094758 -0.124396 0.276736 0.410632\nÝ 1.143656 1.13829 -0.021938 0.198184 0.118822 -0.36036 0.116686 -0.125228 0.474792 0.12832 0.527862 -0.488316 -0.449378 -0.44755 0.4471 -0.700584 -0.4499 -0.404646 -0.217568 -0.684254 -0.603376 -0.239996 0.221244 -0.135304 -0.450464 -0.032852 -0.204534 0.126908 0.167212 0.292894 0.469798 -0.008974 -0.332626 0.432582 0.125486 -0.251926 0.312076 -0.066866 0.558786 -0.18135 -0.401588 -0.250804 -0.144632 0.73746 -0.345252 -0.536862 -0.069554 -0.00982 -0.227462 0.57014 -0.224008 -0.656656 0.172316 -0.21987 0.269884 -0.346146 -0.042266 -0.149166 0.034768 -0.124108 -0.010082 -0.353446 0.514634 -0.14295 0.045908 0.801672 -0.527872 0.311664 -0.081418 0.26707 -0.21307 0.52864 0.008366 -0.278302 0.49754 0.03994 -0.40192 0.046488 -0.367336 0.305004 0.945332 0.392656 -0.071082 -0.115498 0.094968 1.067476 -0.09206 0.462098 -0.528974 0.433404 -0.577018 -0.292446 0.03826 -0.300336 0.869262 0.258684 -0.429102 -0.379816 0.24352 0.411398 0.45031 0.097476 -0.56968 -0.18421 0.801624 0.452258 -0.194398 -0.447216 0.180598 0.053822 0.935666 0.413664 0.292642 0.275604 0.118534 -0.088892 0.443356 -0.203916 0.03426 0.149492 -0.013806 0.196626 -0.58458 -0.440696 0.977826 -0.24364 0.520518 0.182426 -0.370026 -0.076052 -0.445872 -0.836314 0.046296 0.21092 0.06061 -0.460342 -0.431596 0.04253 -0.657808 0.03279 0.33305 -0.261572 0.149556 -0.015418 0.180492 -0.094574 0.1885 0.451712 -0.77725 -0.175248 -0.800326 1.04981 0.12931 0.215506 0.566802 -0.005196 -0.134624 0.094654 0.646692 0.443588 -0.162044 0.208228 0.38105 -0.283908 -0.12724 0.131052 0.08792 0.025158 -0.307684 -0.642078 -0.304104 -0.196924 0.183502 -0.123506 0.175238 -0.13517 -0.241058 0.399218 0.26481 0.071034 0.347376 0.520894 -0.89133 -0.15035 -0.664936 -0.057304 -0.215812 -0.33514 0.225064 -0.756706 0.515198 -0.628766 -0.903664 -0.067086 -0.022908 0.22738 -0.198252 0.090762 -0.077282 -0.246578 -0.273196 -0.074552 -0.578612 0.375236 -0.202156 0.174902 -0.536528 0.02196 1.444352 0.006748 -0.268632 -0.714832 -0.3663 0.374872 -0.17625 0.054428 0.270768 -0.074094 0.203822 -0.200902 0.3064 -1.152014 -0.43139 -0.983092 -0.218124 -0.105306 0.683478 -0.107862 0.333012 -0.415404 -0.06259 0.028844 0.089694 0.255218 -0.056386 -0.524704 0.281722 -0.378806 0.140172 -0.4355 -0.074772 0.113894 0.160122 0.57381 0.027738 0.472736 0.766026 -0.501904 -0.04773 -0.262148 0.219324 -0.438756 0.595584 0.432968 -0.23843 -0.45917 0.197318 -0.581034 -0.06038 -0.212214 0.503306 0.290298 0.047692 -0.26855 -0.29428 -0.110214 -0.759112 -0.313884 0.390334 0.103906 0.682172 0.878034 0.073438 -0.119788 -0.87288 -0.280794 -0.08843 0.237924 0.212906 0.082644 -0.626088 0.515164 -0.121124 0.073136 0.24391 -0.15712 0.439658 0.200966 0.163642 0.279858 -0.223312 0.333036 0.006282 0.22236 0.327258 0.27044 -0.573582 0.82202 -0.672558 0.64295 -0.225794 -0.414322 0.03891 0.119656 0.76887 0.0094 0.063656 -0.022254 -0.26348 -0.09709 -0.458398 -0.177048 0.137008 -0.265746 -0.191442 -0.359274 0.387566 0.724612 -0.286392 -0.109864 0.123636 0.146514 0.5853 0.180764 0.342782 -0.179684 0.016992 -0.129012 0.2508 0.27362 -0.079902 -0.509344 -0.188398 0.619828 -0.40511 -0.022644 -0.722672 -0.161942 -0.489984 0.058076 -0.122886 0.090278 0.094132 -0.233328 -0.987762 0.19694 0.429692 0.48446 -0.542998 -0.043618 0.258946 0.09558 0.082096 -0.302626 0.382394 0.20643 -0.285538 -0.144862 -0.2218 0.164348 0.416338 -0.078658 0.068644 0.409982 0.24818 0.09106 0.217366 0.56081 -1.524368 0.396644 -0.172066 0.311734 -0.03664 0.082778 -0.011574 -0.036778 -0.146216 -0.944164 0.400226 -0.036848 0.77161 -0.371852 0.038382 -0.134 0.045046 -0.521832 0.141996 0.215492 0.176434 0.402608 0.410356 -0.140134 0.02754 0.127066 0.24574 -0.124268 -0.244772 -0.655924 -0.402088 -0.29052 -0.467716 0.24468 0.020352 0.341482 0.092054 -0.221762 0.277818 0.258042 0.182068 -1.018772 -0.072548 -1.15081 -0.45537 0.629038 0.323802 0.488798 -0.296402 0.094276 -0.278474 -0.304946 0.17465 -0.036048 0.662996 -0.577308 -0.070916 0.220554 0.493464 0.405472 0.635958 -0.62247 0.478208 0.129802 0.374804 -0.09759 0.476468 0.25764 0.046116 -0.544278 0.051722 -0.185886 -0.263486 0.351746 0.060136 -0.451788 0.08662 -0.251338 0.109154 0.279998 -0.015078 1.543364 -0.02442 -0.120752 0.407148 0.328086 -0.296886 0.107806 -0.09219 -0.459442 0.24588 0.372552 0.236876 0.075248 -0.019826 0.052616 -0.66165 0.202304 -0.307404 0.152376 0.033466 0.084538 0.31847 -0.355002 -0.153778 -0.595482 -0.331434 0.139304 -1.221216 -0.221184 0.050744 -0.032586 0.370272 0.05283 -0.132786 -0.585084 0.797394 0.503592 -0.309824 0.35282 0.344386 0.304588 0.251314 0.13143 -0.260494 0.35154 -0.017166 -0.317046 -0.167368 -0.100176 0.061346 0.10508 -0.013744 0.17347 0.298702 0.035694 -0.398122 0.530702 -0.393332 2.62521 -0.72409 -0.970074 -0.208724 0.007458 0.427736 0.269982 -0.07987 1.266018 -0.057774 -0.64078 0.164156 -0.480538 0.388304 -0.128828 0.673238 -0.237518 0.301292 0.341174 0.650214 -0.286764 -0.374284 0.112952 0.801044 -0.206142 -0.437782 0.268862 0.52912 -0.252484 -0.055762 -0.171874 0.096582 0.088632 1.247934 0.346424 0.856402 -0.202656 0.71727 0.212244 -0.248834 -0.917622 0.194568 0.402782 0.661274 0.211486 -0.137202 -0.090404 0.124508 0.72736 0.158828 -0.047378 -0.284474 0.600364 0.077578 0.373716 -0.462488 0.098674 -0.624256 -0.131976 0.3048 -0.423146 -0.118598 -0.338764 0.672966 -0.023526 0.17965 0.090004 1.056242 -0.178688 0.12007 0.214326 -0.2494 0.257106 -0.578324 0.011088 -0.074956 -0.425692 0.594968 0.102668 -0.090542 0.63501 0.04942 0.218542 -0.739096 -0.337142 1.188472 -0.083456 0.521722 0.309452 -0.20628 0.511698 -0.096296 -0.239638 0.171882 -0.204498 -0.767898 0.497094 -0.341264 -0.409512 0.568268 -0.334998 -0.42218 0.15139 -0.02367 -0.348978 0.543034 0.557454 -0.156648 0.22455 1.109474 0.392178 0.078424 -0.103392 0.304648 0.230522 0.365494 -0.253824 -0.105928 -0.439702 0.29702 -0.342194 -0.463428 0.256638 0.891908 0.407668 0.337436 0.059972 0.487476 -0.70898 -0.12358 -1.217626 -0.124848 -0.085152 -1.035432 -0.454846 -0.239156 -0.207582 0.445486 -0.121512 -0.64967 -0.61015 -0.64058 -0.040082 -0.242478 0.68011 0.254678 0.17796 0.840694 0.404562 -0.262878 0.31942 -0.356422 -0.100878 -0.487496 -0.653118 -0.169552 0.42396 0.765388 0.708152 -0.611516 0.367892 -0.474966 -0.153396 -0.312702 0.431662 -0.617248 -1.02219 -0.047172 -0.089038 0.562458 0.832232 0.33994 0.00794 -0.16694 0.023664 -0.306794 -0.676228 -0.023698 0.101876 0.033302 0.36972 -0.441 0.044582 0.032788 -0.16825 0.291892 0.25938 -0.725386 0.363678 0.238718 0.573306 -0.082858 0.007356 0.632404 0.237684 0.449304 -0.227444 0.397382 -0.17493 0.09647 0.036226 -0.194852 -0.566982 -0.431436 -0.016516 0.461742 0.248302 -0.744184 0.116324 0.506636 -0.209044 -0.876498 -0.442898 0.737246 0.418294 0.631766 -0.086324 0.599778 0.386394 -0.342552 -0.147522 -0.089722 0.072014 0.027588 0.192746 1.39498 -0.453434 -0.305222 -0.494544 -0.841978 0.147382 0.464942 -0.562752 -0.80207 -0.393208 -0.048562 -0.15622 -0.602356 0.66938 -0.652666 0.093246 -0.26732 -0.135578 -0.471062 -0.55326 -0.117122 0.10601 0.705284 -0.011242 0.403344 -0.00807 0.808232 -0.08709 -0.49041 -0.189616 -0.305052 -0.525232 -0.05132 0.719624 -0.490524 -0.678598 -0.4481 -0.329058 0.061158 -0.297618 0.761908 -0.044474 -0.382232 -0.187844 0.36697 -0.16451 -0.81918 -0.708318 -0.653718 0.63749 -0.12976 0.529564 -0.50572 -0.024038 -0.382954 -0.571884 0.715508 0.3403 -0.225052 0.010356 -0.307108 -0.02666 -0.411932 -0.372864 0.511198 0.761542 -0.290614 -0.136808 -0.199974 -0.739602 -0.221808 0.279198 -0.098702 -0.022984 0.332932 -0.216954 -0.475152 0.06788 -0.773606 0.000462 -0.51809 0.135308 -0.137298 0.470722 0.479686 0.095088 0.412716 0.500524 -0.472472 -0.430566 0.032186 -0.004924 0.500612 -0.04764 0.94854 0.149552 0.465772 -0.231664 0.248494 -1.011728 0.20797 0.138916 -0.006762 1.349878 0.852642 -1.081014 0.544534 0.743802 0.24899 -0.075352 -0.014576 0.43541 -0.908324 0.86356 -0.908622 0.660352 -0.285188 -0.218638 -0.576112 -0.187916 -0.337238 -0.098938 0.435478 0.123926 -0.571138 0.547962 0.484482 1.128962 -0.404746 -0.6532 0.265256 0.6041 0.187596 0.48089 0.339562 -0.086184 0.54954 0.229674 0.051976 -0.523732 -0.193014 0.041966 0.670196 0.275912 0.755652 -0.224792 -0.226856 0.704128 -0.935514 0.6755 0.481256 0.09147 -0.179694 -0.200274 -0.512864 0.1862 0.223906 -0.938704 0.110568 -0.236658 0.200566 0.32403 -0.152828 0.0485 -0.047358 -0.986056 0.38812 0.468088 0.069632 0.31901 -0.09957 0.267678 0.689854 1.125144 0.163816 0.951334 0.084512 -0.66211 -0.526754 -0.904266 -0.671828 0.038192 -0.287384 0.643028 0.35593 -0.23492 0.129102 0.285864 1.032502 -0.898236 -0.33737 -1.694938 -0.019676 1.16845 -0.159902 -0.054816 -0.175204 -0.37789 -0.36386 -1.305646 0.081044 -0.28717 0.110406 -0.223974 0.045802 0.787404 1.191654 0.09333 0.24396 -0.62817 -0.174522 0.162218 -0.651378 0.366368 0.876288 0.791078 0.020054 0.128464 -0.173682 -0.246414 0.216036 -0.373728 1.01577 -0.618764 0.036004 -0.037544 0.689448 -0.473438 0.244046 1.35423 -0.675354 -0.476022 0.114318 -0.272522 0.060106 -0.071258 0.20884 -0.497648 -0.690302 -0.252298 0.030632 -0.492246 -0.26824 0.248094 -0.735476 -0.902388 -0.625936 0.014174 0.132878 -0.571762 -0.31604 -0.194638 0.467878 -0.50714 0.175788 0.635724 -0.554556 -0.477246 -0.62119 -0.161404 0.514952 -0.81212 -0.18806 -0.030822 1.378424 0.606132 -0.47985 0.756756 0.811522 0.403932 -0.302784 -0.076182 0.501692 0.053124 -0.285796 -0.128704 -0.665126 -0.554904 -0.159398 -0.386218 -0.325766 0.620556 -0.264404 0.122392 -0.444606 0.37865 -0.17057 2.155154 -0.613874 -0.93399 -0.268758 -0.840404\nỪ 0.04008 0.1363 -0.97525 -0.06345 0.57021 -0.7679 -0.71715 0.31938 0.3802 -0.65212 0.154 -0.4891 -1.0522 -0.2928 -0.11404 0.42174 -0.00492 -1.41755 -0.41065 0.04617 -1.28057 0.51712 0.00507 0.08816 1.32949 0.04374 -0.29269 -0.62846 0.40614 -1.1304 0.61277 0.13677 0.54851 -1.19792 -0.20422 -0.45617 0.10267 -0.08973 -0.36683 0.72349 0.64339 -0.14505 -0.24975 -0.2764 -0.5359 -0.11389 0.07575 -0.16836 1.21325 -0.41722 -0.75482 0.93522 0.29924 -0.08837 -0.58595 -1.00765 -0.11444 -0.90443 0.46271 0.41045 0.1268 0.06298 0.03103 0.23004 0.67654 0.42223 -0.38414 0.07656 0.39926 0.04307 -0.06268 0.30703 0.82741 -0.15474 -0.97792 -0.37194 -0.76322 0.44418 0.41455 -0.61988 -0.40299 -1.08781 -0.0135 -0.23382 0.19926 -0.0437 -0.09692 0.05254 0.15667 -0.4305 0.24228 -1.15653 -0.20845 -0.6976 0.97821 0.52417 0.90898 -0.10783 -0.14927 -0.15648 -0.06653 1.05952 -0.05575 -0.01665 0.27801 0.35733 -0.91398 -0.66843 0.27711 0.12235 0.32086 -0.02312 -0.3827 0.46762 -0.10563 0.11839 0.44082 0.20378 -0.84652 0.29782 -0.61606 -0.34142 -0.22524 0.63054 0.467 -0.20393 0.68618 0.89851 1.01355 -0.29322 -0.05914 0.22611 -0.26332 -0.07252 -0.07471 -0.28788 0.69705 0.23031 -0.52884 -0.81544 1.15353 -0.63083 0.26228 0.46557 0.73722 0.45858 -0.76534 0.2259 -0.37955 0.34175 -0.13553 0.38478 0.41297 0.54118 -0.00169 0.06048 -0.22041 -0.61984 -0.71341 0.96259 0.41458 -0.05093 1.31061 0.86295 -0.75544 0.74971 0.46504 -0.407 -0.04533 0.33844 0.33489 -0.10374 -0.50009 -0.37086 0.06972 -0.64989 -0.40907 0.18243 0.59217 -0.15361 0.48807 0.84458 0.10046 -0.68165 0.1291 0.45616 -0.22281 0.74906 -0.25414 0.33904 0.05832 -0.2821 0.10644 -0.40197 1.33619 0.1546 0.90955 0.10635 0.10618 -0.7803 -0.02932 0.77823 -0.03044 0.37013 -1.19195 0.69231 0.64549 0.08093 0.58347 0.10754 0.26346 -0.37199 -0.15741 -0.09676 -0.99807 -0.24888 0.15045 -0.70825 -0.36646 0.04318 -0.54589 -0.40739 -0.13732 0.70133 0.30574 -0.60755 0.25191 0.09125 0.23216 0.66942 -0.38992 0.62796 -0.77674 -0.06675 0.17019 0.08349 0.76205 0.36187 0.49887 0.14532 0.33645 0.59334 0.40209 -0.45402 0.28634 0.10843 -0.14504 0.43782 -1.03159 0.03728 -0.35402 -1.20413 0.2324 0.15421 -0.11061 -0.29029 -0.22561 0.54916 -0.43769 0.56317 -0.33341 0.229 -0.09219 0.94966 0.20229 0.17137 0.3816 -0.35659 -0.01243 0.40147 0.03338 -0.50721 0.15135 -1.27663 -0.16007 -0.83646 -0.05219 -0.56413 1.36614 -0.13046 -0.86387 0.44517 1.05185 -0.23602 0.93406 -0.5109 -0.49048 0.96199 0.27041 -0.39565 -0.22298 0.3001 0.84642 -0.27063 0.26745 0.75039 -0.44269 0.58732 -0.84751 0.20518 0.22921 0.34835 -0.36547 -0.41124 0.86162 -0.40484 1.00055 -0.54067 -0.49953 -0.22292 -0.00194 -0.9932 0.37271 0.46169 0.38172 0.53578 -0.13895 0.36832 -0.29333 0.68799 -0.46606 0.63628 0.51797 0.89081 0.63955 -0.06065 -0.36789 -1.06196 0.46551 0.93879 1.26483 0.55393 0.05318 -0.40963 -0.11119 -0.00602 -1.16261 0.18704 -0.36608 0.79966 -0.87786 0.40497 0.79452 -0.41437 -0.04187 -0.02647 0.69522 0.14791 -0.10032 -0.4392 0.25727 0.68701 -0.00437 0.85382 -0.08338 -0.04595 -1.26158 1.26334 -0.4158 -0.464 -0.32579 0.04499 0.59638 -0.42578 -0.59667 -0.84066 -0.42032 0.28811 -0.03954 0.10873 -0.08182 0.07876 -0.38037 0.04461 -1.07532 -0.47413 0.23671 -0.08344 0.01328 -1.2083 0.54381 0.10709 0.04278 -0.84587 -0.377 0.80985 0.74217 -0.30358 -0.20563 -0.89503 0.01193 0.17198 0.76209 0.64435 0.55527 -0.30564 -0.1672 -0.59032 0.85223 -0.09987 -0.25001 0.20619 -0.29342 0.40882 0.37514 0.28261 0.52875 -0.23765 0.39787 0.40612 -0.82042 -0.6739 -0.20379 0.29093 -0.65497 -0.4129 -0.64552 0.00388 0.51189 0.17006 -0.0899 -0.44194 0.36658 -0.78003 0.09307 -0.1273 0.88806 0.36579 -0.22068 -0.56404 0.94396 0.30052 -0.60001 0.0974 0.70073 -0.50068 -0.15844 0.03266 -0.33363 0.51874 0.83539 -0.03376 0.06681 0.47787 0.04268 0.3132 0.17283 1.16024 0.45614 1.49236 -0.15388 0.08491 -0.34038 -0.18457 0.73667 0.15064 0.55094 0.05404 -0.27236 -0.40177 1.01004 -0.3672 0.10098 0.30735 0.33579 -0.5466 0.13438 -0.04258 1.02075 -0.51374 0.2284 -0.09164 0.08813 0.42051 -1.16949 0.1641 0.0429 -0.00626 0.03975 0.29479 -0.83531 -0.33043 -0.42932 -0.71706 0.47648 0.47322 -0.195 0.18297 -0.11521 -0.44833 -0.5223 -0.65581 -0.83346 -0.12756 -0.75609 0.06677 -0.37344 -0.47006 -0.16972 0.01244 -0.74932 -0.68986 -0.58243 0.34177 -0.17847 -0.92713 -0.16597 2.347 0.46737 -0.17094 0.2322 -0.37855 -0.01458 0.37371 -0.73838 0.05994 -0.39424 0.03992 0.07393 0.37551 0.10687 -0.41656 -0.14402 -0.33315 -0.71659 -0.41122 -0.11678 -0.07687 -0.83944 -0.10079 0.54024 -0.40628 -0.88396 -0.05237 0.51738 -0.35262 -0.31118 -0.15624 -0.49906 -0.20263 -0.21523 -0.74678 0.76003 -0.20804 0.15406 0.06356 0.07426 -0.49083 -0.93459 -0.39728 0.16665 0.00137 -0.20118 0.25945 -0.44376 0.68803 0.31435 -0.22506 -0.13501 0.77412 0.63949 -0.12229 -0.2142 0.36199 -0.30394 -0.6655 -0.0298 -0.25725 -0.51785 -0.0873 -0.02455 -0.38062 0.07019 -0.86739 0.36852 -0.25885 -0.15272 0.43352 0.24259 -0.16009 -0.62159 -0.12579 0.28915 -0.12663 0.57075 0.26034 -0.32659 0.36173 -0.23638 -0.43106 0.6998 -0.93306 0.30999 -0.7832 0.4103 0.06336 0.0748 -0.23534 -0.21563 -0.55304 0.04005 -0.01808 -0.29595 -0.38689 -0.01103 -0.83925 0.81214 0.16952 0.7282 0.72232 -0.39133 -0.71287 -0.04487 0.53562 -0.97046 0.34832 0.99422 0.24869 -0.44107 -0.42469 -0.10945 -0.54963 0.64809 0.02997 -0.00019 0.09241 1.16537 -0.24723 -0.29187 0.15742 -0.02555 0.2609 -0.49894 -0.30269 0.23905 0.7129 -0.61795 -0.00767 -0.4321 0.63504 0.16207 -0.1167 -0.58066 0.7892 -0.2994 -0.2666 -0.20767 -0.35449 -0.21037 1.02309 0.17827 0.44208 1.2143 0.24023 0.24115 -0.13915 0.26911 0.45942 -0.64761 -0.67385 -0.6455 0.28177 -0.86743 -0.55099 -0.02532 -0.53896 -0.11129 0.18508 0.95689 -0.59974 0.07816 1.03291 -0.43917 -1.36855 0.01158 0.26782 -0.15097 -0.16649 0.28658 -0.56664 0.58211 0.34346 -0.21369 -0.14198 -0.25047 -0.28915 -1.00272 -0.0178 0.17304 1.51387 -0.24436 0.07464 0.06718 0.2661 -0.22193 -0.30496 0.26243 0.23154 -0.00048 -0.04755 0.21956 0.05278 -0.10658 0.60336 -0.11295 -0.39967 1.01845 -0.37331 0.36162 -0.09699 -0.10125 -0.09191 0.371 0.31654 0.28204 -0.26713 -0.63853 0.16226 -0.68859 0.39258 0.97236 -0.42636 0.13738 0.1814 -0.20691 -0.43377 0.47798 0.27884 0.10607 0.21031 -0.56494 -0.62694 0.07966 -0.55666 0.12387 0.05967 -0.22648 -0.70721 0.34306 0.00946 0.57503 0.21765 -0.36073 0.08513 -0.98739 0.03775 0.72085 0.6776 1.25013 0.03463 -0.16503 0.18203 0.22986 1.11254 0.08056 -0.22313 0.14156 0.32844 0.23358 0.04475 -0.66647 0.29394 -0.21386 -0.03843 0.02269 0.5701 0.58163 -0.25883 -0.28274 0.05014 -0.30742 -0.07653 0.5215 0.21373 0.63612 0.04864 0.85705 0.32108 0.16823 -0.59876 0.07155 -0.67543 -0.17999 -0.27768 -0.39307 -0.08738 -0.71336 0.06677 -0.17042 -0.49417 -0.28174 0.03125 -0.03296 0.34951 0.54921 0.37586 1.14224 0.09845 -1.04186 0.54848 -0.19494 -1.0104 0.05951 0.41175 0.17785 0.32238 0.07038 0.12036 -0.18938 0.48789 -0.88255 0.14621 0.05093 0.70303 -0.73076 0.26795 -0.20925 0.46201 0.21204 0.19991 -0.65989 -0.32224 0.19211 0.02284 -0.1486 0.02512 0.80917 0.47807 0.46097 0.27395 0.56379 0.0945 -0.59468 0.27999 -0.3795 1.75441 0.98822 0.11089 -0.32807 0.25077 -0.30106 -0.38862 0.12282 0.29069 -0.03101 0.49122 0.17228 0.63521 -0.70956 0.37961 -0.15405 -0.34713 -1.27386 -0.01379 0.62157 -0.86656 0.13809 -0.13091 1.14585 -0.02726 -0.16032 -0.42617 0.29675 0.16227 0.45055 0.18774 0.21004 0.06121 0.03863 0.59526 -0.12822 -0.82186 0.25088 0.1314 -0.02801 0.26928 0.26719 -0.57497 -0.10023 0.79244 -0.1034 -0.15596 -0.35025 0.31998 -0.07298 -0.09668 0.08419 -0.47989 0.71816 -0.17516 -0.70118 -0.60534 0.58498 0.99321 -0.44865 -0.26304 -0.09179 -0.0823 -0.04075 0.72493 0.01724 -0.16945 0.52905 0.13914 0.83544 1.04513 0.10458 0.11734 0.00838 0.20141 -0.77496 -0.36182 -0.73606 -0.50613 -1.41622 0.29487 0.37356 0.04017 -0.37257 0.32225 0.51898 -0.53592 -0.67585 -2.24749 0.68979 0.39435 -0.75637 0.12342 -0.68944 0.35817 -0.29171 0.05834 -0.24704 -0.10354 -0.08809 0.21214 -0.0426 0.45558 0.48411 0.2902 0.45193 -0.11642 0.21992 0.46664 -0.60356 0.0662 1.54504 0.04583 -0.5417 0.71496 -0.45 0.84002 0.35566 -0.73368 0.20875 -0.14514 0.49173 0.16224 -0.27496 -0.02841 0.07862 1.08939 0.81084 -1.43013 0.04081 -0.3122 0.90147 0.43583 -0.39014 0.16138 0.2314 -0.47103 0.39207 -0.34144 0.19345 -0.01348 0.2084 -0.53907 0.37562 -0.06161 0.24087 -0.25322 -0.92413 -0.07496 0.73004 0.59159 -0.67644 0.24495 -0.20125 -0.49582 -0.16882 0.31478 0.46303 0.28662 0.17554 -0.48595 1.60738 0.28703 -0.07239 0.52542 0.33086 0.27843 0.08324 -0.50686 0.65323 -0.05621 0.04508 -0.55997 -0.61971 -0.04956 -0.3699 0.15772 0.06157 0.4701 -0.77318 0.04789 -0.49744 0.22235 -0.32669 2.10234 -0.10807 -0.07715 0.73341 -0.90468\nÍ 0.26172 -0.41665 -0.29732 0.36896 0.43599 -0.01406 1.27905 0.00062 -0.44912 0.64387 -0.64961 1.03215 0.47611 0.40109 -1.03751 0.28659 0.78629 -0.78818 -1.09874 0.45029 -0.39855 0.6583 -0.24359 0.84756 -0.0952 -0.15457 0.69405 -0.71109 -0.13977 -1.22662 -0.08076 0.47353 -0.29351 1.22636 0.28242 -0.5186 0.52334 -0.74922 0.0168 -0.66386 -0.17101 -0.50794 0.80651 -0.15197 0.44045 0.03248 -0.36673 -0.24257 0.56542 0.69239 0.01257 -1.07326 0.78641 1.00184 0.06235 0.41886 -0.34639 0.15524 0.08117 -1.04702 -0.60255 -0.20475 -0.86888 0.32932 0.41892 -0.26735 -0.12271 0.30136 0.85879 0.61521 1.1501 -0.88609 1.08738 -0.7007 -0.6429 -0.56378 -1.05542 0.06394 -0.1181 -0.05016 -0.31512 0.39484 -1.95233 0.30234 -0.19068 -0.35241 -1.29582 -0.08026 -0.75457 1.47111 0.52332 0.43023 0.36154 -0.80465 1.00015 -1.13173 0.31059 0.69799 -0.54506 0.85749 -0.15764 -0.29364 0.34352 -0.29311 0.16699 -0.28845 0.85856 1.05893 1.01932 0.00692 1.42768 0.11008 0.3094 -1.12959 0.06606 -1.36165 0.05574 0.82384 0.13373 0.2502 0.51383 -0.23129 0.32861 1.62733 -0.06663 0.08043 0.70392 -1.52299 0.16915 -0.47518 -0.19027 -0.84651 0.59445 0.96705 -1.67648 -1.81917 -1.24034 -0.67244 -0.57611 -0.80188 -0.61257 -0.66696 0.86122 -0.19608 0.41674 0.71303 -0.14098 0.35201 -1.21928 0.20837 -0.62195 -0.15216 1.2484 -0.10805 -0.07709 -0.63691 0.91666 -0.15045 -0.22478 -0.28401 0.49174 -0.99019 0.72387 0.90924 0.18891 1.27347 -0.6547 -0.29307 -0.05706 0.99527 -0.76123 -0.09865 -0.78725 -0.04658 1.03724 1.12357 0.26264 -0.24661 -0.23918 0.02429 -1.24967 0.43402 0.85037 -0.21709 0.94112 -0.26807 -0.38651 -0.26237 0.27096 -0.13927 -1.55382 0.22825 -0.0549 -0.64663 0.68013 -0.62596 0.51024 0.615 0.12282 -1.00342 -0.45328 -0.60056 -0.30938 -0.45816 -1.54228 -0.95451 -0.12936 1.09889 1.21068 0.65955 -0.21652 0.43318 0.89539 -0.29413 -0.16154 0.94746 -0.34355 0.39188 -0.29772 0.22368 0.32482 -1.65069 -0.43839 -1.00834 -0.18071 -0.74415 0.38939 -0.06657 -0.26213 -0.7278 -0.16151 0.5809 0.04093 -0.1219 0.99289 0.03935 -0.22014 -0.42673 0.96014 -1.28248 -1.10492 0.47512 -1.27627 0.37257 -1.09441 0.35887 -0.82153 0.28169 0.18486 0.45227 1.1521 -1.07938 -0.07147 0.47142 -0.91308 -0.82434 -0.86907 0.2704 0.83199 -0.17206 -0.58079 -0.47766 -1.26296 -0.33936 0.72606 1.02638 0.14716 0.14798 0.6623 -0.78992 0.04899 -0.00636 0.9133 0.96984 -0.39654 0.31919 -0.72285 -0.20617 0.71114 -0.21963 0.6573 -0.59388 -0.24892 0.82692 0.61155 -0.1194 -0.11171 0.19587 -1.96689 0.66945 -0.75377 0.65524 1.26903 0.12776 0.26701 -0.54935 -1.11297 -0.08084 -0.84563 -0.5488 -1.12818 -0.21242 0.8985 0.13249 0.43675 0.75551 0.41844 0.74171 0.45025 -1.20783 -0.02238 1.13367 0.33061 -0.02122 0.79201 0.38683 -0.28512 -0.85318 0.81514 -0.86648 1.48443 0.43303 -1.08481 -0.18095 0.41098 -0.24608 1.01727 -0.72355 -0.40085 -0.94415 -0.25401 -0.90354 0.7052 -0.35698 -0.35708 -0.15523 -0.79971 0.97526 -0.68376 -0.67169 0.1104 -0.4319 0.49629 -0.49669 -0.86606 1.25655 0.31049 -0.57974 0.56832 0.02663 0.73254 -0.93609 0.14905 0.97062 -0.01255 -1.06371 0.45761 -0.36814 0.10738 -0.75082 -0.26412 1.08618 0.37781 -0.22499 -1.39064 -0.58868 0.31389 -0.62323 -0.14763 0.48274 1.42649 0.25619 0.33425 -0.64793 0.07963 -0.15044 -0.28379 -1.43689 -0.45122 -1.24463 -0.53282 -0.65202 0.24857 -0.88723 0.10612 -0.22328 -0.65275 -0.43771 -0.58093 0.65088 0.14228 -0.36486 -0.80404 -1.1851 0.20202 -0.17971 -0.50346 0.95202 0.4483 0.47725 0.45829 -0.01381 1.29124 -0.25903 1.31276 -0.4714 0.12631 -0.41916 -0.56331 1.08834 -0.3106 -1.3332 -0.00261 1.34816 -0.07048 -1.11011 0.78985 0.76142 -0.42392 -0.58263 -0.44113 -1.2602 1.37991 -0.79899 -0.26996 0.41239 -0.22765 -0.48971 0.55603 0.62395 -0.40451 0.41809 -0.30433 -0.72666 0.54548 -0.54976 -0.22118 -1.05624 0.00746 0.8589 0.00046 0.11826 0.08562 -0.14783 0.24072 0.74115 -0.46555 0.43126 0.29366 2.28375 -0.16185 0.58802 0.82304 0.31678 1.21402 -0.41825 -0.34528 -0.17912 -0.16126 -0.38538 0.21476 -1.24471 0.26096 -0.26687 0.305 0.08516 0.16549 -0.00386 -0.48689 -0.20284 -0.11722 0.9385 0.04339 -0.73795 0.21454 -0.9173 -1.29136 -0.73829 -0.4555 0.38763 0.52113 -0.46676 -0.2439 -0.20809 0.28811 0.47189 1.05775 -0.05899 -0.35429 -0.34039 0.52828 0.43997 -1.49445 -0.40154 -0.52378 -1.32589 -1.43619 0.31896 0.62365 0.04527 -0.34378 -1.2172 -0.24421 0.30625 0.55491 -1.07118 -0.23449 3.5559 0.18644 0.63722 -0.14219 0.30091 -0.89259 0.23806 -0.2318 -0.09342 0.49943 -0.48924 0.77422 0.163 -0.84565 -0.05238 -0.3972 0.00202 0.12345 -0.10448 -0.30504 -0.25741 -0.67461 0.49103 0.0511 1.00513 -0.75687 0.79519 0.97889 -0.63754 0.20632 -0.35917 0.44449 -0.51633 0.4687 0.24384 0.81974 -0.78664 0.10209 0.25539 -0.47256 -0.27891 -0.6314 -0.47703 0.12565 -0.32356 0.6799 -0.7374 1.30639 0.46652 0.38162 -0.11285 0.40595 0.32685 0.36379 -0.65441 0.12356 0.74323 -1.26778 -0.19064 0.88683 -0.34025 1.184 -0.41162 0.83251 -0.18684 -0.84116 -0.3219 0.9642 -0.41719 1.08776 0.68443 -0.04041 -0.68749 1.0036 -0.49693 -0.13949 -0.40715 -0.30303 0.49913 -0.62008 0.49187 0.6744 0.19174 0.62627 -0.76972 1.44852 -1.50659 -0.76264 0.7499 0.05415 -0.03263 0.05429 -0.19489 -0.09045 0.19577 0.27504 0.66903 0.78393 -0.14434 0.67622 -0.81882 0.39802 0.6486 -1.01816 0.51951 -0.5671 0.11054 1.62661 -0.75633 1.84387 -0.09355 0.99443 0.31228 0.90209 0.32302 0.72764 0.16176 -0.27684 -0.41203 1.01359 -0.21389 -0.49056 0.8523 0.01618 0.43202 -0.38255 -0.52121 -0.68707 1.48353 -0.13489 -0.32095 -0.66775 0.62162 -0.36481 -0.88735 -0.37116 0.23417 -1.51435 -0.47186 -1.56559 -0.11018 -0.79177 0.50225 -0.28996 0.70783 1.12462 0.18455 1.02355 0.50553 -0.40625 1.47213 -1.4008 0.08925 -1.74352 -0.04587 -1.12155 -0.25064 1.45185 -0.43747 0.01049 0.46578 -0.29508 -1.34973 0.35403 1.51071 0.23894 -0.71389 0.42861 0.36911 -0.21754 0.34525 0.25854 0.19926 -0.0679 0.4413 -1.31566 -0.01258 -0.96556 -0.15428 -0.41446 0.55894 0.29167 0.51353 -1.0617 -0.64322 -0.19102 0.01326 -0.86022 0.32109 0.25382 0.05943 -0.68601 -0.97676 0.84329 -0.44473 -0.12261 0.65727 0.62066 0.87725 1.36121 0.37296 0.02647 -0.48627 -0.24311 -0.3158 0.70754 0.78069 0.06673 0.30924 0.08362 -0.52834 -0.33165 0.14704 0.53429 -0.45815 -0.73366 -0.99756 0.85226 1.13815 0.31061 0.82 -0.54422 0.27941 -0.4529 0.07161 0.30034 -0.81611 -0.14739 -0.47498 -0.45183 -0.86215 0.38179 -1.34905 0.3826 -0.53775 -0.98297 0.18991 0.09635 0.64484 0.37986 0.13136 0.11672 -0.56907 -0.38822 -0.76658 0.24972 1.15716 -0.3105 0.99729 -0.49591 -0.74878 0.31135 1.0018 -1.47532 -0.85293 -0.28649 0.07047 -1.34934 0.89086 -0.74611 -1.20815 -0.28211 -0.44632 -0.17499 -0.06236 0.15554 0.06974 -1.29876 -0.32364 1.41597 0.87902 -1.07267 -0.56997 0.99991 0.65647 -0.30722 0.36331 -0.70201 -0.2623 -1.01188 -0.66836 0.45951 -0.14294 0.12653 0.26869 -0.14081 -0.04091 -0.71031 1.32515 1.50757 0.19054 -1.67978 0.0238 -0.99807 -0.84013 0.54038 0.08571 0.88774 0.05154 -0.6506 -0.26597 1.13729 0.062 -0.24213 -0.24197 -0.65743 -0.33747 -0.08918 -0.14003 1.00699 0.20529 0.78254 -0.32718 -0.30025 -1.67647 1.00041 0.81037 0.15829 -0.37748 0.55685 -0.38886 1.80527 -1.18986 -0.14115 0.00482 -0.98309 -0.11686 -1.2598 0.95866 1.5019 -1.52534 0.42446 0.01793 -0.2302 0.68195 0.16504 1.47061 0.22447 0.51943 -0.4756 0.41845 0.02949 0.19244 -0.61177 0.01371 -0.20032 0.70702 0.14083 -0.55369 -0.0797 0.21236 1.29087 0.86 -0.35629 0.45206 -0.99381 0.07228 0.34131 0.68053 -0.34318 -0.22549 1.5417 0.13202 -0.65369 -0.73086 -0.25833 -0.17816 0.27385 -0.5043 0.78438 -0.244 -0.29005 0.83273 -0.09956 0.4005 0.2747 0.38977 0.64233 -0.79307 -0.17498 0.39575 -0.51782 0.03854 -0.35995 0.0871 0.21671 -0.81274 -0.76292 -0.00172 -0.52526 -0.61541 0.72823 0.14822 0.07784 -0.51222 -1.47231 0.17673 1.03 0.94164 0.09427 0.64555 -0.75066 1.05799 -0.00299 -0.17818 0.36087 0.15684 -0.55231 -0.21188 0.44277 0.31583 0.32368 1.36172 0.26468 -0.16991 0.58749 -1.26692 0.50455 0.8978 -0.62166 -0.9311 -0.6585 0.70503 -0.94378 -1.33017 0.02603 -0.26408 0.78973 1.04203 -0.05541 0.58211 0.57183 -0.14649 0.27893 -0.87112 0.65505 0.74447 -0.86603 0.88135 1.31487 0.15263 -1.58276 -0.1254 -0.74855 0.97565 -0.01734 -0.44712 -0.21369 0.18117 -0.56842 0.08808 -0.07529 -0.28802 0.61888 1.52515 -0.44887 -0.60239 0.43285 -0.95344 1.1471 -0.03203 -0.89613 -0.64984 0.38361 -0.36123 0.59659 -1.02706 0.37658 0.60569 -0.16208 -0.29229 0.30937 -0.47123 0.09746 -1.12107 -0.42589 0.62895 1.75351 0.33776 -0.00752 1.36717 0.0319 -1.64647 -0.02055 -0.05106 -0.3191 -0.86637 1.01484 0.01703 0.91485 0.29356 0.42835 -0.07706 0.50399 -0.39632 -0.37574 0.53456 0.01484 -0.11707 -0.59923 -0.40502 -1.93749 -0.40423 0.18001 -0.50592 -0.69362 0.39833 -0.37907 1.47874 -0.3639 0.52341 -0.01269 3.08006 0.40642 -1.24838 1.48282 -0.99592\nỨ 0.98912 1.56925 -0.34392 -0.30586 0.41193 -0.26842 0.66952 0.09606 0.57558 -0.38622 -0.4088 -0.09868 0.1474 -0.52036 -0.39912 -0.21319 -0.56284 -0.97116 -0.69705 -0.94186 0.06025 0.27398 1.15054 0.03766 0.6855 0.50722 0.195 0.8169 0.93814 0.77286 0.72618 1.52336 0.07318 0.37799 0.15117 -0.16536 0.35297 0.37919 0.52487 -1.36243 -0.65176 0.31146 -1.40636 0.43571 0.47941 -0.28374 -0.31985 -0.97607 0.90298 1.32592 -0.08539 -0.71631 0.54696 0.0404 0.75109 0.15701 -1.09932 -0.46944 0.86552 -0.39869 0.19061 -1.62958 -0.4313 0.01942 -0.37009 0.64634 0.98038 -0.4716 1.0229 -0.73358 1.53264 0.13353 0.56446 -1.17895 0.12131 0.11567 0.02534 0.17555 -0.87793 -0.00665 0.24106 2.04112 0.44477 0.14085 -0.43521 1.33956 0.5187 -0.68786 -0.59312 0.4623 -1.22214 -0.35987 -0.03983 -0.64089 0.36082 1.12684 -0.04576 0.6386 0.3714 0.89864 0.27634 0.59113 0.23913 0.5987 -0.92562 -0.70673 0.01902 0.30315 0.85286 -0.58378 -0.27755 -0.24562 -1.02677 0.24015 0.13868 -1.01012 -0.42223 1.20417 -1.08911 -0.66624 0.38416 0.42712 0.05474 -0.94682 0.81019 -0.42742 0.93245 -0.24046 -0.50127 -0.10743 -0.61393 -2.19189 1.13729 1.42932 -0.33557 -0.23136 0.76149 0.62499 0.07782 0.55094 -0.3251 -0.20342 -0.9591 -0.83992 0.7497 -0.74999 0.28026 1.08739 -1.71674 0.12156 0.53993 -0.81874 -0.9649 -1.76634 0.22697 -0.2138 0.70049 -0.64616 -0.97559 -0.80605 0.48151 -0.40084 0.58718 -1.00275 -0.08082 0.15253 -0.83782 0.072 -0.02034 0.16092 0.91478 -0.46595 -0.48064 -0.79014 0.91298 -0.20232 -0.04899 -0.28612 -0.4064 -0.17831 -1.31408 1.24062 -0.09642 -0.27711 0.21069 -0.36189 0.62842 -0.0301 0.45829 0.19534 0.07234 -0.5206 0.00503 0.32656 0.35751 0.89926 -0.01226 0.64518 -0.86403 -0.10307 0.66609 0.63646 0.19772 -0.55273 0.63135 -0.20432 0.56407 1.02469 0.9549 -0.72429 -0.35067 0.01115 -0.8669 -0.80283 -1.75113 -0.28515 -0.49072 0.08066 0.76741 0.95744 0.70494 -0.84198 0.51642 0.55591 -0.29869 1.05114 0.87346 0.5728 0.57262 -0.19432 0.57531 -0.32778 -1.59919 -0.7779 -0.98424 0.17412 -0.99565 -0.72367 -0.07256 0.86218 -0.03888 0.10216 0.19208 -0.16125 -0.54422 -1.06503 -0.17586 0.2127 -0.05235 -0.79094 -0.1957 -1.0767 -0.05058 -0.95675 0.39244 -0.66238 -1.3597 0.08867 0.56968 0.03803 0.88627 0.8743 -0.52872 -0.54521 -0.51558 -1.19834 -0.54011 -0.49309 -0.14168 1.33887 1.1485 0.02292 -0.23007 -0.08625 0.2093 0.75546 0.47607 1.16738 -0.10282 -0.16194 0.28174 -0.67115 -0.29871 0.24238 -0.2209 -0.21529 -0.42864 0.5963 -0.50158 -0.93811 0.81101 0.32525 0.82292 0.78492 -0.37196 -0.14548 -0.00604 0.12616 0.37275 0.78437 0.81471 -0.00982 -0.34563 0.89287 -0.95012 -0.04513 -1.3382 0.35835 -0.39203 -0.77509 0.18698 0.34311 -0.81754 0.73734 0.29622 -0.10791 -0.32118 0.37782 -0.72967 0.84063 -0.18542 -0.12073 -0.05964 -0.25124 0.92192 -0.19906 0.67878 -1.52505 -0.32298 1.04257 -0.43131 -0.2872 -0.03706 -0.37255 -0.45229 0.10558 -0.72074 1.0905 0.63377 0.98109 0.92099 0.21309 0.39381 0.20097 -0.48426 0.69542 -0.04293 0.18281 0.20396 -0.06171 0.65577 1.42812 0.51366 -0.2305 0.42775 0.72186 0.91076 0.57355 0.40131 -0.641 0.83167 0.39427 0.09923 -0.23436 0.44653 0.55541 0.95092 -0.03592 -0.77395 -0.9995 0.58343 0.1319 -0.45915 0.41843 -0.36821 0.91347 0.49226 -0.56694 -0.03681 0.44748 1.52258 -0.06944 -0.4934 0.52995 0.24105 -0.08629 0.65921 0.12985 0.16009 -0.84141 0.39996 1.15544 0.81333 -0.13111 -0.57155 1.34239 0.37653 0.25418 -0.0004 -1.10496 -0.89232 -0.41974 -0.73146 0.06246 0.2077 0.27728 -0.11274 -0.20515 -0.09005 -0.4266 -0.24492 -0.15909 0.82562 -0.77902 -0.98181 0.69066 0.34291 0.42992 -0.33704 -0.77477 -0.99242 -1.48507 -0.32013 0.49305 0.65454 0.7862 -0.28614 -1.78185 -1.41121 -1.68016 0.92183 0.14822 -0.31237 0.24645 1.02208 -0.15924 0.47918 1.46455 0.08513 -0.20749 0.12595 0.13322 0.3928 -0.46079 -1.11964 -0.5977 -0.62308 0.86775 1.34345 1.33357 0.72581 -0.4722 0.03761 0.33107 -0.33619 -0.63489 0.27084 -1.00608 -1.18081 -1.3588 1.11646 0.22947 -0.58054 0.7641 -0.7515 0.85166 1.62328 -0.9484 0.61938 0.21628 -0.01163 -0.25473 1.76384 0.01383 -1.47198 -1.04853 -1.63746 -0.88218 -0.54455 -0.04756 -0.36617 -0.4838 -0.09198 0.18883 -1.07983 0.99083 -0.26177 0.05791 0.42842 0.58053 1.56851 -0.14823 1.94413 0.47054 0.747 -0.51535 0.16379 0.11496 -0.85976 -0.04845 -0.80927 0.57392 0.05909 -1.13016 1.01402 0.30753 -0.25854 1.82835 -1.23505 -1.27091 -0.14596 -0.00908 1.0381 0.3571 -0.05751 0.18291 -0.15268 -0.35675 -1.02708 -1.13029 1.26055 -0.99733 0.01322 0.15111 0.84454 0.80833 0.63083 0.25968 -0.73609 -0.38117 0.67255 0.20213 0.96813 -0.65142 0.83873 -0.04061 -0.47219 0.27449 0.16173 -0.56438 0.55662 2.11317 0.32509 0.24317 -0.07821 0.90552 -0.68201 -1.19548 -0.4926 -0.22635 0.08676 -1.79465 -0.08202 -0.26125 1.10174 0.18887 -0.14321 0.30404 -0.34248 0.13351 1.9239 -0.04199 -0.93156 0.18482 0.29079 0.27644 0.66907 -0.43141 -1.1795 -1.13902 0.59697 1.13255 1.15181 -1.06921 -0.69357 -0.49161 -0.82384 0.38869 0.91365 -0.7425 1.26659 -0.44818 -0.34318 -0.68674 0.7185 -0.74377 -1.62367 -0.03299 -0.00126 0.1272 0.76153 -0.48586 0.9679 1.47499 1.28733 -0.2336 0.20598 -1.24214 -1.15611 -1.42928 0.05953 0.31684 -0.45045 1.28108 0.14705 -0.77004 0.47177 0.27534 1.08612 1.42867 0.54151 0.41489 0.18537 0.38489 -1.20407 0.79858 -0.50458 -0.49962 -0.18493 -0.16877 0.25156 -0.27459 -0.30963 -0.78984 -1.82499 -1.75521 -0.54164 0.14429 0.3147 -0.01764 0.23774 -0.76807 -0.38764 1.8484 1.20477 -0.76224 -0.17528 -1.20776 0.35389 -1.46829 -0.71151 -0.33924 -1.56484 -0.17008 0.15683 0.17132 -0.72485 -0.97203 -0.17636 0.45512 0.29056 -0.33105 0.4781 -0.03378 1.05096 0.16484 -0.38761 -0.03359 0.37091 0.06813 -0.32989 -0.07259 -0.29749 0.87111 -1.00046 -1.29408 -0.6949 -0.21749 0.89206 0.56101 -0.54461 -0.81938 0.07178 0.1027 0.39208 -0.23173 -0.82324 0.88201 -0.23516 -0.35857 -0.07647 0.26574 -0.58752 -0.34519 -2.08283 -0.25722 0.57453 1.05743 -0.26832 1.61221 0.36665 -0.6728 -0.90607 -1.01512 -0.4476 0.30716 -0.19267 0.59343 0.16333 0.24037 -0.1802 1.47586 0.92407 0.01676 -0.2892 0.20803 -0.41475 0.16029 -0.51711 0.66392 -0.05664 -0.98903 0.62225 0.97351 0.75219 0.01564 0.97507 -0.29847 0.20026 -0.04034 0.61546 0.42573 0.8227 -0.22119 -0.26124 -0.35651 -0.27762 0.86214 -0.81317 -0.07857 -1.05263 -0.17747 1.46346 -0.13466 0.56266 -0.87048 1.06407 0.34989 -0.0878 -0.1714 -0.33121 0.22298 1.12464 -1.45484 -0.90284 -0.10636 0.02497 0.49287 -1.38132 -1.08547 0.8055 0.03825 0.05 -0.06702 0.15391 0.20466 -0.59592 -1.77685 0.53295 0.33506 -0.97742 -0.58972 -0.38364 0.09488 -1.00522 0.22722 -0.29374 -0.39167 -0.0079 1.15334 -0.47882 0.02428 1.10939 0.92691 -1.58012 -0.45054 0.04306 -1.18398 -0.24051 -1.40618 0.18742 0.27023 0.80534 1.04788 -0.37374 0.35216 1.55975 -0.23098 0.1618 -0.1456 -1.79221 -0.555 0.75192 0.1301 -0.38024 -0.10619 0.08211 -0.33606 0.17742 0.25895 0.55999 -1.41467 -0.11338 0.49456 -0.89724 -0.15987 -0.72714 -0.25102 -0.22945 -0.90856 1.05876 -0.85609 -0.30588 -0.3817 -0.06924 0.24271 0.02297 0.13389 -0.74969 -0.11463 -0.97166 -0.473 0.15363 -0.24269 -0.34389 0.13354 1.08484 -0.59902 0.68484 0.49014 -0.20071 -0.59381 0.84773 -0.52004 -1.19579 -0.7564 -0.70376 -0.56282 0.26641 0.16378 -0.93566 -0.79884 0.47544 0.38014 0.3724 -0.18374 0.46042 1.25268 -0.2784 1.04713 0.35792 0.952 0.0721 -0.72023 1.13783 0.27596 0.48673 0.05072 -0.05245 1.66928 0.29847 -0.73751 0.37292 0.08416 -0.25698 0.40414 0.36193 0.77194 0.34064 0.37443 0.29607 -0.87384 -0.16311 0.77629 0.31669 -0.42066 1.87751 0.23956 0.05473 -0.97237 -0.93908 0.40146 0.97354 0.11598 -0.5152 -0.21583 0.91148 0.42293 0.22685 0.27146 -0.84054 -0.16315 1.40347 -0.17087 0.02763 0.14019 -0.14191 -1.06422 0.43576 -1.39473 0.19255 0.29097 0.01841 0.71208 1.12935 0.89475 -0.17594 0.7246 0.55453 0.28929 0.18017 -1.29928 0.2776 -0.39199 -0.30644 0.25015 0.30619 0.95075 0.33104 0.57844 0.50092 -0.19265 -0.32163 -2.11567 0.59762 -0.07627 -0.73941 0.28985 -0.10978 -0.02507 -0.63486 -0.62884 -0.37393 -0.84278 0.03537 0.82387 -0.53137 -0.07534 0.12313 -1.12862 0.6861 -1.43987 0.477 -0.56131 -0.5121 -0.9301 0.98218 -0.72418 -0.16771 0.05831 0.13479 -1.67933 0.41346 -1.79986 0.71947 -0.72411 -0.40477 0.36439 0.0673 -0.29038 -0.31111 1.10379 0.08584 -1.19558 -0.29906 0.86556 0.87448 -0.39465 0.78289 -0.60246 -1.09691 0.53359 1.64839 0.3666 -0.93963 1.80309 -1.66355 1.09331 0.18301 -1.26075 1.24403 0.67989 -0.42689 0.09966 1.39674 0.15187 0.40063 -0.41981 -0.51828 -0.53697 0.1636 -0.67363 0.75719 -0.53174 0.23635 -0.18566 -0.40484 0.79919 -0.91197 0.83081 -0.2728 0.65157 0.09405 0.00202 -0.04513 0.71518 -0.03722 1.16001 0.86287 -0.08991 -0.26331 -0.77537 -0.43682 0.39764 0.88379 0.91132 -0.27726 -0.07699 -0.37898 1.98976 -1.08842 -1.1202 -0.74626 -1.10683\nỔ -0.15289 0.40217 -1.08647 -0.29391 0.3786 0.03882 0.15795 0.32601 0.75584 0.29261 -0.36654 -0.97422 -0.25725 -0.42517 0.24819 0.04453 0.43699 -0.89552 0.50507 -0.53498 -0.19885 -0.72562 0.0916 0.08557 -0.36001 0.53365 0.29455 0.68314 0.45764 -0.69622 0.35232 -0.69509 -1.00315 -0.12605 0.26945 -0.42413 0.23832 -0.06006 0.22505 -0.12025 -0.9353 -0.21058 0.08789 -0.61688 0.47067 0.3774 -0.42083 0.68996 0.02185 1.24939 0.28343 -0.26704 -0.04698 -0.55207 -0.53739 0.09516 0.35276 -0.20256 -0.86517 0.44007 -1.32356 0.00896 -0.01148 0.36525 -0.49314 0.03574 0.10652 0.2933 0.43851 1.00368 -0.97586 0.59964 0.37138 -0.5001 -0.35622 0.15561 -1.15713 0.16501 -0.07249 0.66684 1.04659 0.42651 -0.65415 -0.79763 -0.60376 -0.10967 -0.54336 -0.0797 -0.22426 0.63845 -0.33415 -0.49199 0.03505 0.61384 1.16942 0.53536 0.18066 -0.1673 0.26484 0.1262 0.19209 0.28845 -0.11137 0.1195 0.07709 0.03495 0.4551 0.19886 -0.04111 0.35569 1.23478 1.25402 -0.10608 -0.56876 0.34714 -0.96629 0.04292 0.33806 -0.61426 -0.24095 0.02192 0.00425 -0.0589 -0.24784 -1.00599 -0.38083 0.43289 -0.7786 -0.30805 -0.3897 0.99205 -0.50264 0.8522 -0.12647 -0.88968 -0.73082 -0.06293 -0.14761 -0.74502 1.12497 -0.06433 0.6535 0.04361 0.18548 -0.5527 1.01667 0.2144 0.75304 -0.20193 0.21926 -0.48447 -0.33458 -1.02979 -0.06326 0.33843 -0.08732 -0.66276 -0.18884 -0.07263 0.1821 0.21419 -0.36566 0.72467 0.39797 -0.82245 0.55398 0.57058 -0.44549 -1.04528 0.03643 0.18596 -1.10852 -0.88155 0.87376 0.06204 -0.29449 -1.41559 -0.10892 0.23224 0.46825 0.3843 0.29795 -0.40413 -0.70736 -0.81717 -0.34673 0.59661 1.2806 -0.49326 -0.48649 -0.96697 -0.2125 -0.31472 0.22041 -0.16235 0.02928 0.52903 -0.02903 -0.51898 0.64516 -0.14481 0.90026 -0.35244 0.37127 0.14729 -0.11321 -0.31294 0.24603 1.11948 0.89109 0.4619 -0.16391 0.3824 0.37636 -0.21065 0.2047 0.88129 -0.84284 -0.29002 0.43704 0.43677 -0.64634 -0.30875 -0.25788 -0.24267 -1.00123 0.69784 -0.05535 -0.01728 -0.92979 -0.23711 -0.40638 -0.24154 0.4469 0.26541 -0.29108 0.59525 -0.39001 -0.13397 -0.06061 0.24151 1.20755 0.59242 -0.22973 -0.33927 -0.09315 0.33048 0.25259 0.854 -0.27091 -0.15668 -1.12521 0.06401 -0.22671 -0.55127 -0.14391 -0.2471 1.0682 0.34145 -0.77699 1.17905 1.19262 -0.96875 -0.80415 -0.73186 0.82368 -0.19309 0.39883 0.27971 -0.22905 0.24978 -0.75359 0.15377 -0.57469 -0.38951 -0.38768 -0.74501 -0.32511 -0.54259 -0.57428 0.67332 0.39059 0.57676 0.00849 1.02477 0.47307 0.52458 0.36242 -1.51413 -0.62557 0.66949 0.61082 -0.66952 -0.04784 0.10334 0.32317 -0.99635 0.05383 1.01319 1.04896 -0.08798 0.43233 -0.54319 -1.19602 0.30222 0.86464 0.87149 -0.24406 -1.28583 0.10472 -0.36403 -0.43374 -0.4813 -0.1462 -1.01098 -0.39 0.07993 0.44868 -0.04998 -0.38074 -0.0091 0.71656 -0.36061 0.07997 -0.36882 0.53318 -0.5353 -0.41075 0.53592 -0.33589 1.385 0.20227 -0.00104 -0.2838 0.39707 -0.79359 -0.66277 0.06773 -0.1124 0.28673 -0.27311 -0.35875 -0.81282 -0.69698 0.89352 0.34797 0.04493 0.28297 0.41919 -0.61482 0.44665 0.56903 0.04259 0.26929 -0.53245 -0.3072 -0.81523 -1.29366 -0.12658 -0.14121 -0.45686 -0.64836 0.34267 0.01315 0.01672 0.58079 0.4255 0.23929 -1.01197 0.31113 0.2485 0.81417 0.23445 -0.12117 1.25939 -0.64791 0.76555 -0.31772 0.53135 -0.93503 0.2364 -0.09623 0.51295 -0.26462 -1.18525 -0.1903 -0.05879 -0.08376 0.44691 -0.72346 0.2197 -0.16032 0.97048 -0.29855 0.58659 0.39757 0.11611 -1.4468 0.14368 1.15959 0.32079 0.07479 -0.1627 0.76788 0.12179 -0.72603 -0.14613 0.27443 -0.03444 -0.45442 0.03937 -0.86654 0.30383 -0.13475 0.34203 -0.52964 -0.16806 0.40451 -0.3783 -0.10802 0.7303 -0.16115 0.39631 0.44505 -0.87762 -0.25631 0.28711 0.34251 -0.06403 0.92737 -0.30163 -0.60716 -0.48298 0.52241 0.31921 -0.10409 0.39516 -0.07598 -1.03455 0.03528 0.48446 -0.59557 -0.56305 0.11614 0.24351 0.46945 -0.55831 -0.4438 0.03118 1.80005 0.15813 0.73283 -0.31876 0.16825 -0.20621 0.55169 0.02066 -0.52005 0.12883 0.63452 0.35036 -0.20084 -0.07667 0.29774 -0.40307 -0.44757 -0.2998 -0.5309 0.88079 0.06895 0.83987 -0.02282 -0.24216 0.46385 -1.23133 -0.33435 -1.02106 0.02841 -0.45936 -0.33796 0.45604 0.31252 -0.19253 -0.66858 -0.38599 0.51499 0.40542 -1.04994 -0.47858 -0.31187 0.19766 -0.54451 -0.52089 0.87506 -0.10688 0.13794 0.67146 -0.30715 0.64009 -0.68832 -0.56444 0.23967 -0.322 -0.38145 -0.61345 0.55372 0.09192 2.33608 -0.30393 -0.06012 1.0841 0.12939 -0.30731 0.46826 0.21629 0.57943 0.78374 0.2583 -0.1678 0.41499 -0.18182 -0.36709 -0.56647 -0.84935 -0.03472 -0.83994 0.47155 -0.22484 -0.62299 0.18614 0.22105 0.14048 -0.68662 0.35553 0.62192 -0.80645 -0.17508 -0.23717 0.16528 -0.04532 0.90624 -0.3269 0.82699 -0.45238 0.53284 0.64304 -0.36498 -0.30713 -0.99245 -0.58998 0.50536 0.05841 0.45195 -0.18322 0.14952 0.97385 -0.04158 -0.58003 -0.65322 0.44511 0.45682 0.61594 -0.35428 0.12778 -0.51519 -0.78309 -0.22141 -0.30227 -0.6937 -0.77598 0.52221 -0.50458 -0.11475 -0.15444 0.0917 -0.16698 0.3668 0.59079 0.23623 -0.07056 -0.16023 -0.03078 -1.29851 -0.155 -0.00404 0.58613 -0.22768 0.33561 -0.08371 0.16718 1.10054 -0.39216 0.40134 -0.08302 0.77489 0.41904 -0.12521 -0.34138 0.07293 0.50775 0.12124 0.08992 -0.7601 -0.11017 0.23907 -0.32878 0.81487 0.01591 0.52841 0.25709 -0.50078 -0.40919 0.2038 0.73352 -0.34393 -0.05012 0.79932 0.38156 1.06202 0.90925 -0.34218 0.55142 0.26291 0.15974 0.15607 -0.63095 0.78586 -0.26134 0.14367 0.2524 -0.20047 0.00608 -0.47659 -0.2364 -0.3686 0.1906 -1.54657 -0.48304 -0.31904 -0.31311 0.34247 -0.14002 -0.04685 0.78181 0.67869 -0.21168 -0.66911 0.08219 -0.50366 0.57745 0.18757 0.29448 0.44348 0.35603 0.55245 0.15969 -0.24922 0.86388 -0.11379 0.23462 0.1026 -0.2564 -0.94674 0.34445 -0.00553 0.03819 -0.10513 0.2079 -0.89125 -0.7337 0.99753 0.72745 -1.01611 -0.50106 -0.31938 0.38185 -0.07757 -0.12028 -0.3018 -0.73545 -0.18213 0.40576 -0.49767 -0.78896 -0.77497 0.13867 -0.22525 0.71226 -0.26034 1.24654 0.20681 -0.44509 -0.15629 0.73317 -0.59006 0.38175 -0.6402 -0.20206 -0.43094 0.15494 0.65791 -0.40734 -0.21647 0.24143 -0.31078 -0.1734 0.05682 -0.08964 0.09078 0.05781 -0.27946 0.12573 -0.09835 0.98261 0.08489 0.23964 -0.24481 0.10508 -0.20123 -0.19158 1.26575 0.08634 0.44691 -0.44662 -0.17204 -0.19286 0.08295 -0.16587 -0.44858 -0.76139 -0.32917 0.21436 0.57705 -0.60892 -0.24013 -0.26525 -0.89205 -0.10682 0.10509 0.37515 0.13035 -1.06443 -0.84901 -0.17339 -0.14963 1.07732 -0.04566 0.1968 0.73241 -0.33143 -0.32286 -0.46712 0.83499 1.4732 0.57363 0.03416 0.14889 0.53202 0.46455 0.10872 -0.60727 -0.71523 -0.03579 -0.73747 -0.20047 0.686 -0.07821 -0.7053 -0.37276 0.58394 0.09875 -0.6938 -0.16473 0.78324 -0.26769 -0.73355 0.30485 0.37079 -0.049 -0.93715 0.5025 -0.54639 0.35025 -0.49174 -0.61754 -1.18062 -0.54691 -0.31603 -0.04455 -0.28894 0.13554 0.55905 -0.24638 0.38789 -0.03439 0.63054 1.22698 0.93414 -1.18261 0.34023 -0.73927 -0.56119 0.54015 0.02094 -0.5485 0.51599 -0.37817 -0.19441 -0.32558 0.06088 -0.58153 0.34002 -0.05364 0.7569 -0.59922 -0.01481 -0.12354 1.30793 -0.26003 0.4051 -0.89796 0.41018 0.16179 -0.2356 -0.11746 -0.17695 0.42107 -0.40896 0.72914 0.547 0.25613 0.21614 -0.27975 -0.04692 -0.107 1.43518 0.48259 -0.45562 0.02414 0.90664 -0.27778 0.10283 0.5492 1.30227 -0.07637 1.14309 0.0801 0.62382 0.21825 0.4414 -0.25905 -0.10914 -0.87295 -0.08822 1.25132 -1.02819 0.61787 0.12899 1.17076 0.70736 -0.20834 -0.30745 -0.18385 0.36835 -0.27471 0.28022 0.27538 0.41808 0.24371 0.38293 -0.45615 -1.02945 -0.72389 -0.26488 0.40787 -0.34131 0.49395 0.02635 0.39886 0.235 -0.32126 0.28318 -0.11365 0.55071 0.04221 -0.18318 0.33514 -0.21048 1.03538 -0.29698 -0.32119 -0.12833 0.25133 0.44151 -0.19081 -0.58285 -0.95049 -0.79833 0.35937 0.40699 0.76055 -0.32404 -0.01731 -0.44219 0.59426 0.66651 -0.06204 0.45096 0.12918 0.18562 0.12287 1.0059 -0.18855 -0.73977 -0.11567 0.69482 0.75163 0.0857 -1.03644 0.13137 0.37685 -0.65244 -0.73357 -2.17251 0.17281 0.87046 -0.10779 -0.43256 -1.07112 0.15697 -0.41799 0.02467 -0.68555 -0.18503 0.1349 0.75238 -0.07543 0.00763 0.55976 -0.02846 0.42747 0.2423 -0.17827 0.87025 0.13348 -0.33657 1.10578 -0.48263 -0.7493 0.41017 0.01585 1.03113 0.32004 -0.59625 0.03249 -0.65097 0.49538 0.0208 -0.34389 -0.69283 0.47157 1.78788 0.00297 -0.78531 -0.27769 0.09807 0.06996 0.47142 0.01413 0.15924 0.31359 0.06666 0.39464 0.22764 0.02775 0.42266 0.76852 -0.60935 0.09295 -0.2268 0.98399 -0.5976 0.2456 -0.30365 0.61645 0.36407 -0.61757 1.20035 0.17725 -0.97132 0.20253 -0.32422 0.2956 -0.31501 0.32989 0.16917 0.43749 -0.17522 0.31183 0.42727 0.54169 0.34709 0.1285 0.50979 0.28123 0.81414 0.03647 -0.13798 0.03252 -0.46713 -0.36898 -0.40842 -0.24515 -0.24969 -0.18939 0.42524 -0.46697 0.20664 0.31914 2.14994 -0.36456 -1.21515 1.27176 -0.59724\nj 0.202257 0.723127 0.124156 -0.288141 0.252983 -0.155769 0.401321 -0.150386 -0.211035 0.25407 -0.359212 -0.147283 -0.21898 -0.199006 -0.112097 -0.42689 0.204147 -0.044645 -0.272561 -0.434121 0.278504 0.294157 0.148917 0.1641 -0.078251 0.32457 -0.229148 -0.022571 0.457011 0.714232 0.350198 -0.05508 -0.168485 -0.096971 -0.115523 0.157516 -0.60476 -0.876464 0.578903 0.06271 -0.014202 0.244164 -0.268243 0.097744 0.036155 -1.152993 -0.57511 -0.284076 -0.421883 0.327428 -0.114865 0.11465 0.229794 -0.095997 0.464056 0.463063 -0.261104 0.363245 0.8206 -0.152927 0.141395 0.068796 -0.299609 0.393639 0.360583 0.047954 -0.145228 0.6 0.057275 -0.175225 -0.571765 0.02251 0.180988 0.314782 0.006368 0.291235 -0.158872 0.454357 -0.10168 0.176707 0.438606 0.842916 0.178646 0.785923 0.13794 -0.01417 -0.22512 -0.072338 -0.286286 0.120615 -0.082223 0.182754 -0.199044 0.229521 0.053859 -0.020663 -0.190244 0.033742 -0.155014 0.076436 0.327188 -0.343445 -0.122798 0.154736 0.282956 -0.579434 -0.813194 0.577305 -0.226214 0.223331 0.74344 0.121356 -0.497094 0.44725 0.172817 -0.502118 0.048883 -0.449284 0.481812 0.09609 -0.017944 0.681353 0.030805 -0.274638 -0.11928 -0.185708 -0.258851 -0.007967 -0.290645 -0.007791 0.02535 -0.549857 0.27467 0.436548 0.175227 -0.853187 0.02874 0.408547 -0.185762 -0.463794 -0.139789 0.135284 0.15149 -0.376152 0.363936 0.450732 0.471222 0.263232 -1.00799 0.37425 0.267014 0.503724 0.189903 0.150387 0.268347 0.339553 -0.018122 0.314078 -0.237103 0.362769 0.578959 0.31743 -0.163811 -0.11625 0.058079 0.03631 -0.045935 -0.151625 -0.26762 -0.130289 0.52752 -0.197489 0.078704 -0.18517 -0.176809 0.173242 -0.746181 -0.154569 0.335477 -0.657895 0.263399 0.311698 -0.244406 0.676873 -0.577277 0.184915 -0.089034 0.239764 0.605916 0.530897 0.441344 -0.090913 0.093324 0.31046 -0.147701 0.110897 0.146135 -0.186994 0.209165 0.228764 0.499771 -0.404723 0.105747 -0.104386 0.216738 -0.645065 -0.223108 0.125437 0.239659 0.183221 0.425687 0.378948 -0.033926 0.132294 0.208349 0.24273 -0.25779 -0.02568 -0.757526 -0.689503 0.172626 -0.399773 0.081611 -0.207771 0.361356 -0.225181 -0.017199 -0.011896 -0.108086 0.165923 -0.597301 0.135826 -0.019986 -0.185852 -0.514329 -0.122134 0.102345 -0.14919 -0.484087 -0.76125 -0.114721 -0.126722 -0.06448 0.227112 0.050969 0.296238 0.830684 0.200078 -0.132425 -0.140814 -0.641385 -0.295345 -0.0031 -0.407645 0.271292 -0.185433 -0.220706 -0.294594 0.523749 0.184742 0.781572 -0.227801 -0.126277 -0.376174 0.37196 0.258856 0.101919 -0.053941 0.414448 0.549999 0.643952 -0.066832 -0.408555 0.42964 -0.632786 -0.315813 -0.131894 0.413176 -0.087407 0.317261 0.072934 0.173138 -0.053584 0.439763 0.341269 -0.175288 -0.193417 -0.08994 -0.203622 -0.663658 0.369532 0.061371 0.280662 0.569234 -0.132902 0.481726 -0.112848 0.206281 0.227426 0.159034 0.214219 -0.005412 -0.441969 -0.009631 -0.062186 0.453561 0.147536 0.123465 0.513323 -0.429295 0.14218 -0.029749 0.299303 0.337503 -0.491816 -0.118252 0.152198 0.179927 -0.068059 0.467244 0.03102 0.275227 -0.25713 -0.139387 0.56481 0.146821 -0.641732 0.364047 0.028948 -0.206969 -0.817867 -0.119543 0.006863 -0.12495 0.166474 -0.330944 -0.455045 0.122375 -0.449182 0.573191 0.191072 -0.019678 -0.165778 0.659386 -0.366701 0.271134 0.45787 0.16109 0.483044 0.084392 -0.113683 0.577698 -0.281682 -0.512929 0.832155 -0.107569 0.034297 0.201113 0.284288 0.282147 0.242095 0.185774 -0.226104 -0.04039 0.09865 -0.173911 0.016858 -0.229312 -0.661005 -0.115673 -0.173812 0.14452 0.33672 0.192225 -0.34141 0.028753 -0.255384 -0.573365 -0.579482 -0.173204 0.47083 0.34277 0.244022 0.09509 0.04416 0.085552 -0.211538 -0.282027 0.218125 0.003173 0.061905 -0.228718 -0.075645 0.001129 0.152544 0.002625 -0.281326 -0.280172 0.211265 0.310712 -0.236452 0.291972 -0.417118 0.351048 -0.014082 0.042098 -0.067251 -0.421947 0.071111 -0.225546 0.683154 -0.810329 0.258035 0.27284 -0.118844 0.059163 -0.415229 0.523259 0.787778 -0.432518 -0.034993 -0.027327 -0.178918 -0.036774 0.726179 -0.013226 0.552419 -0.501951 0.219305 0.088566 0.135954 0.225304 -0.714036 -0.139861 0.299496 0.205229 -0.157343 -0.351459 -0.19657 -0.312886 0.137346 -0.327566 0.70848 -0.385278 -0.210667 -0.356134 0.094873 0.198018 0.165014 1.310011 0.09994 0.034159 0.09802 0.320391 0.305317 0.51731 0.140731 -0.748081 -0.155801 0.848779 -0.18555 0.51545 0.007167 0.402711 -0.622204 -0.496448 0.207192 -0.274871 0.484337 -0.004438 0.362244 -0.4304 0.229675 -0.19645 -0.478719 0.157549 0.321109 -0.467413 0.012064 -0.18834 0.20629 0.15147 -0.296656 0.07192 -0.434675 0.498319 0.633019 0.468823 0.296424 0.148482 0.301599 -0.17469 -0.599954 0.335905 -0.207935 -0.371778 -0.64398 -0.387669 -0.025401 0.050852 0.240965 0.151227 -0.314635 -0.360957 -0.203965 -0.15701 0.348095 1.9953 0.5637 -0.101799 0.025843 0.061765 -0.110149 -0.116117 -0.25814 0.180893 0.198211 -0.056804 0.124192 0.278876 -0.22129 0.01898 -0.511399 -0.490037 0.22964 0.208822 -0.296851 -0.402852 -0.050149 0.25458 0.204925 -0.375312 0.059088 0.589429 0.271285 0.354308 0.099169 0.102997 -0.0681 0.087006 -0.191361 0.547406 0.47289 0.355778 0.234056 0.203751 -0.587043 -0.302693 -0.170769 0.131509 0.691326 -0.08694 -0.397337 0.08061 0.434725 0.054011 0.443545 -0.618367 0.038554 0.194303 -0.386263 0.083633 -0.354327 -0.092458 0.007373 -0.174571 -0.205156 0.049514 -0.120128 0.163133 0.702812 0.116014 -0.084748 0.055134 0.1529 0.43549 -0.087271 0.12984 0.130885 0.205035 0.325967 -0.178962 -0.242785 -0.183398 0.272872 0.381719 -0.014994 0.810226 0.041782 0.389371 0.207483 -0.128517 0.599363 0.220444 0.416616 0.316127 0.535836 -0.359338 0.042384 -0.232003 -0.320457 0.124612 0.148592 0.356601 0.117712 0.340848 0.105191 0.329615 -0.435287 0.202529 -0.121248 0.259117 0.16438 -0.115221 -0.19299 0.289792 0.616551 -0.68471 -0.345934 0.392042 -0.33818 -0.017525 0.301681 0.099075 -0.769271 0.598954 -0.070749 0.280128 0.084755 -0.154956 0.883677 -0.35624 0.133743 0.064013 0.309462 0.034755 -0.41095 0.210377 0.107554 -0.106367 0.097831 -0.050521 -0.112539 0.100458 0.139217 0.128562 -0.542034 -0.820168 -0.300871 -0.175009 -0.486115 -0.025492 0.098502 0.375541 0.390103 -0.187021 -0.09696 0.72567 0.349703 0.007014 -0.752249 0.212569 0.287831 0.484991 0.293414 -0.086667 -0.178853 0.707772 -0.20787 0.199433 -0.232362 0.353574 0.694263 -0.003804 -0.339334 -0.037457 0.270283 0.391901 0.041734 0.195135 -0.422963 -0.304018 0.173434 0.064735 -0.06503 0.183405 -0.430065 0.748007 -0.488054 -0.142927 -0.01901 -0.639693 0.726095 0.009989 -0.162787 0.649808 -0.050812 0.306365 -0.040369 0.411752 0.576175 0.485509 0.431276 0.228461 0.059667 0.067053 0.204614 -0.002802 0.46741 -0.002411 0.3418 -0.023811 0.409261 -0.651686 0.035589 -0.133894 -0.111512 0.061562 -0.255777 -0.117829 0.061824 0.604144 0.023456 0.2684 0.145387 0.603139 0.02247 -0.003957 0.072939 0.194519 -0.742212 -0.75916 0.197965 -0.458687 -0.238207 -0.28023 0.201511 -0.352768 -0.145276 0.140931 -0.740285 -0.113211 0.32893 -0.035264 -0.480108 0.001937 -0.331085 -0.222246 -0.349193 -0.385274 -0.50454 -1.133087 -0.254504 0.537441 -0.260189 0.239677 -0.085412 0.286149 0.37937 0.322203 -0.291302 -0.269916 -0.632461 -0.052793 -0.206532 -0.10524 -0.016721 0.032524 -0.273432 -0.064442 -0.179355 0.262314 -0.022425 -0.206617 0.059718 -0.067479 0.037842 -0.03124 -0.136042 -0.130665 0.316042 0.589759 -0.048952 -0.485193 -0.323247 0.278246 0.014247 -0.821854 0.128915 0.504213 -0.387639 0.10957 -0.009181 -0.198133 0.23014 0.549372 0.296676 0.143058 0.059058 -0.180926 -0.050342 -0.378416 -0.528949 0.145298 -0.515986 0.295573 -0.102061 0.310671 0.527767 -0.376252 -0.196582 -0.220252 0.247345 0.28985 -0.579046 0.077381 -0.054944 0.193225 -0.188981 0.308414 0.238919 0.082973 0.539848 0.436585 0.206158 0.56131 -0.129459 0.288444 0.329688 0.005421 -0.078749 0.085356 0.039294 0.547809 -0.286149 -0.067491 0.259246 -0.622477 -0.107702 0.409888 0.134778 0.244978 -0.434232 0.05131 0.1551 -0.078759 0.358477 -0.086194 -0.352788 0.427092 -0.817217 0.693563 0.19291 0.370063 0.081335 -0.165591 0.169049 -0.124518 0.420488 0.237239 0.393908 -0.549683 0.082031 -0.032551 -0.151608 -0.666404 0.84243 0.502942 0.414589 -0.199923 1.090519 -0.056507 0.333976 0.352683 0.174131 0.109698 0.050484 -0.148289 0.160012 -0.135335 -0.684841 0.267234 -0.273582 0.247154 0.30661 0.098977 -0.220499 -0.409879 0.018824 -0.063587 -0.417663 -0.206266 0.815307 0.708538 0.056952 0.429693 -0.334648 -0.336939 -0.319526 -0.086134 -0.192665 0.075212 0.182059 0.035761 0.140721 0.059812 0.341705 -0.151223 -0.037464 0.031706 0.17429 0.299032 -0.4698 -0.003819 0.102959 0.31674 0.067352 -0.466152 -0.219629 -0.357785 0.767404 -0.431956 0.414401 -1.691819 0.304904 0.336057 -0.246409 0.584739 -0.468642 0.023417 -0.14707 -0.529936 0.427501 0.130858 0.35477 0.21976 0.40047 0.36894 0.613957 -0.392026 0.230042 0.149 0.044124 -0.414555 -0.556848 0.256738 1.062768 -0.052496 -0.428558 0.037869 -0.325395 0.185678 0.072319 -0.307792 0.76128 -0.351881 -0.216997 -0.197507 0.673474 -0.010256 0.137143 1.611703 0.168423 -0.22679 0.063946 0.175013 0.397322 0.447382 0.13519 -0.49095 -0.46171 0.33023 -0.580014 -0.110552 -0.279926 0.002399 -0.410844 0.072052 -0.114892 -0.212056 0.800239 -0.373671 0.019395 -0.622111 0.097395 -0.004262 -0.788931 0.110886 0.168387 -0.034973 0.096469 -0.010388 0.153289 0.122837 -0.28929 0.142874 -0.236705 0.015658 0.016522 0.237827 0.107175 -0.093522 0.353145 0.20591 -0.677761 0.30623 -0.19677 -0.519206 -0.256215 -0.347964 0.217339 -0.21162 -0.048647 -0.16782 -0.485696 -0.556648 0.066191 -0.169408 0.303464 1.905544 0.286841 -0.086591 0.124128 -0.271602\nƠ -0.15488 0.228 -0.5272 0.387612 0.283836 0.42017 -0.816548 -0.10149 0.68999 -0.089604 0.10386 -0.782964 -0.84716 -0.003888 -0.347576 0.215288 -0.25727 -0.33147 -0.29718 0.311716 0.49677 0.59503 0.661702 -0.759098 0.655752 0.579154 -0.902294 -0.704074 0.303364 0.151718 0.864502 0.243648 -0.140902 -0.06271 -0.58384 -0.489892 0.128512 -0.766924 -0.420664 0.57629 0.45158 0.00655 -0.471894 0.527346 0.244176 -1.11853 0.005288 -0.312962 0.448366 -0.395452 -0.655792 0.295506 -0.174592 -0.07235 -0.488934 -0.734424 -0.353602 0.088754 0.138608 0.009784 0.134388 0.583444 -0.173318 0.285834 0.39792 0.664234 0.485726 0.195308 0.018524 -0.163086 -0.522268 -0.175272 0.292126 0.030242 -0.384712 0.328648 -0.731586 0.402932 0.251152 0.110962 0.357212 0.501148 0.185652 0.67587 -0.581092 0.053216 0.407316 -0.915762 -0.465668 0.071566 -0.287062 -0.909208 0.354132 0.251602 0.150164 0.318702 1.153498 0.231676 -0.168618 -0.315586 0.113188 0.43444 0.213506 0.052626 0.247022 -0.845508 -0.460672 0.09196 -0.303414 -0.663952 0.395406 -0.33368 -0.299602 -0.34413 0.118988 -0.32096 -0.354216 0.06844 -0.241062 -0.554188 0.186274 0.105038 -0.096754 0.450428 0.387862 -0.282354 0.336282 0.246446 0.186466 0.027844 -0.689886 -0.59599 0.475458 0.458366 -0.150806 -0.152586 0.40527 0.156384 0.307474 -0.087656 0.147726 0.70737 0.222154 0.105164 0.624284 0.25874 -0.228084 0.070828 -0.620642 -0.158652 -0.599716 0.692612 -0.321684 0.239946 0.208912 0.137196 0.454214 0.510508 0.233482 0.838298 0.914504 -0.295724 0.868356 0.718066 -0.506114 -0.88417 0.776152 -0.0408 0.236194 -0.217914 0.84275 -0.597182 -0.49509 -0.378058 -0.240532 -0.650708 -0.158482 0.196952 0.3266 -0.379296 0.176612 -0.323536 -0.697644 0.250846 -0.529038 -0.01762 0.051078 0.424536 -0.201044 0.259556 0.426004 -0.079534 -0.486728 -0.042718 0.557834 -0.121648 -0.044348 -0.040412 0.061818 -0.173592 0.40455 -0.235242 0.019572 -0.369198 -0.362616 -0.506492 0.906648 0.435628 -0.084906 0.108778 0.641784 0.069318 -0.044844 0.438942 -0.251982 0.960476 -0.143384 -0.788894 0.011006 -0.118428 -1.02306 -0.451672 -0.109452 0.318266 -0.036488 0.010958 0.039628 0.207546 0.50784 -0.163256 -0.724194 -0.218482 -0.824124 -0.501096 -0.563634 -0.121796 0.048398 0.040774 -0.366644 -0.417446 0.131472 0.471412 0.17887 0.682442 0.278468 0.213188 0.16544 -0.334344 -0.653338 -0.070816 0.011286 -0.31422 -0.166642 -0.357654 0.454832 -0.511818 -0.020822 0.709624 -0.564308 -0.29219 -0.069756 0.154818 0.259052 -0.052244 0.222306 0.602328 0.219328 -0.651534 0.303432 0.46336 0.626186 -0.129842 0.177058 -0.071612 0.078682 0.261098 0.640502 0.57851 0.139336 -0.09288 -1.058212 0.483886 0.16241 0.00935 0.806916 -0.57083 -0.499044 -0.179616 -0.07933 -0.356822 0.71559 0.474024 0.66221 0.621954 -0.263466 0.17225 -0.49834 0.573772 0.023996 0.059396 0.60238 0.825214 -0.283056 0.043108 -0.281968 -0.610894 0.307852 0.596618 -0.58231 0.0217 0.11925 0.09656 0.13178 1.23145 -0.802162 0.365912 -0.253352 0.898304 -0.455346 -0.536966 0.025338 0.211998 0.655104 0.473458 0.355894 -0.990882 -0.372832 0.26261 -0.993634 0.370138 0.337696 -0.42422 0.892616 -0.20783 0.212266 -0.763724 -0.102728 -0.19936 0.249964 0.014318 -0.703204 0.309538 0.035738 0.043972 0.249308 0.533224 0.706856 -0.07742 0.033062 0.046176 0.596504 0.649744 -0.44051 -0.142762 0.782084 0.51619 -0.167806 0.03787 -0.315898 -0.356682 0.262606 1.32168 -0.41628 0.110258 0.433684 0.074336 0.29855 0.485564 -0.341282 -0.40488 0.255608 0.190286 -0.916772 0.124848 -0.216218 0.037504 0.516406 -0.44881 -0.410558 -0.175046 0.619316 0.712644 -0.132344 -0.01298 -0.147374 -0.659442 -0.197382 0.509094 -0.097592 0.150424 0.243784 0.05647 0.418304 -0.035238 0.002572 0.282402 -0.318612 -0.206238 -0.381278 0.13748 -0.471572 -0.310722 -0.250346 0.047594 0.38886 0.894614 0.254008 -0.333846 0.437464 -0.134446 -0.005934 -0.44707 0.186824 0.136196 -0.146532 0.411126 -1.050086 0.141586 0.44908 0.070796 0.005144 0.013398 0.376992 -0.657108 0.136926 -0.388164 -0.25128 -0.086064 0.581044 0.355988 1.252952 0.124138 0.350922 0.54809 0.199386 -0.525134 -0.079416 -0.136502 -0.074198 0.174694 -0.172 -0.733416 0.80117 -0.30616 -0.925048 -0.272728 -0.228928 0.791552 0.601404 0.674884 0.226708 0.210988 -0.251574 0.63002 0.038166 -0.05014 -0.167942 0.142054 -0.12962 -0.227434 0.185968 -0.056036 0.394118 0.397712 0.054758 -0.189006 0.10303 -0.048734 0.78353 0.31221 -0.519194 -0.118414 0.512126 0.262578 -0.121374 0.446436 0.573336 -1.306298 0.517326 -0.011964 -0.053468 -0.277306 -0.428294 -0.176058 0.325698 0.459426 -0.246484 0.401912 -0.286866 0.031308 0.4013 -0.119722 0.16171 0.39773 -0.004628 0.229796 -0.115926 -1.156746 0.281194 0.11154 -0.010246 0.231022 -0.70936 0.09702 0.171864 0.459876 0.41509 1.176824 -0.280266 -0.562518 0.215398 -0.884282 0.33059 -0.036438 0.17078 0.384572 0.121392 0.522262 -0.505444 0.162096 -0.067966 -0.72703 -0.295178 -0.50108 -0.389978 -0.47592 0.126158 -0.090186 -0.778862 0.033714 -0.438978 0.492092 0.142388 0.542708 0.757888 -1.20509 -0.024164 0.44706 -0.211222 -1.080974 0.167484 0.27371 0.858284 -0.428366 -0.135594 0.289942 -0.496282 -0.562388 -0.36583 -0.566474 -0.139228 0.033838 0.469118 -0.600756 0.206186 1.216614 0.5442 -0.679098 -0.114134 -0.350586 0.241802 -0.19258 -0.449362 0.360946 -0.78523 -0.174214 -0.390264 -1.22164 -0.48622 -0.165624 0.076078 -0.45588 -0.305456 -0.24141 0.366002 -0.039002 -0.24039 0.565474 0.350048 -0.02944 0.291932 -0.071584 -0.165624 -0.142058 0.451058 0.18509 -0.849938 0.465138 -0.404454 0.359606 0.269152 -0.049712 0.92618 -0.316668 0.488452 0.731834 -0.18242 0.226296 0.024444 -0.79095 -0.646214 0.02446 0.17715 -0.024298 0.57193 -0.200376 0.540886 0.177368 0.973302 0.308442 -1.03575 -0.567624 -0.06875 0.602814 -0.564028 0.16296 0.97171 -0.155454 -0.096358 0.017174 0.197084 -0.76011 0.713398 -0.10664 -0.33408 0.03107 0.035118 -0.77856 -0.667674 0.395486 0.152724 -0.179994 0.276732 0.325372 -0.307006 0.541166 -0.243958 -0.154788 -0.212856 -0.167658 0.67315 0.057528 -0.864532 -0.367414 0.543858 -0.01894 -0.382932 -0.139752 0.02682 0.728978 -0.342724 0.145054 0.698406 0.452874 0.562156 0.209006 0.02452 0.846066 -0.316842 -0.477372 -0.836704 -0.227244 -0.528928 0.365836 0.08753 -0.077438 -0.062282 0.207986 0.445068 -0.26421 0.242136 0.419196 0.111914 -1.043882 0.874386 0.331446 0.35903 -0.279018 0.525406 -0.587022 0.328618 -0.12055 0.08732 -1.171914 -0.579844 -0.315704 -0.405512 -0.177762 -0.617756 0.882544 -0.13353 -0.408946 -0.44599 -0.051162 -0.536182 0.005286 -0.020028 0.552344 -0.060834 0.024356 0.084354 0.08437 0.416094 0.181524 -0.130476 -0.755856 0.765442 -0.06866 -0.377372 -0.254838 -0.32131 0.075722 0.4978 -0.179822 0.48902 0.107684 -0.19879 -0.059268 0.39614 -0.275458 0.260716 0.261178 0.332682 0.244476 0.01373 0.31933 -0.464816 -0.011056 -0.251698 -0.119458 -0.15975 -0.11475 -0.349834 -0.45976 0.114932 0.268216 -0.40427 -0.13934 0.270896 -0.091628 0.318958 0.166366 -0.15568 -0.285746 -0.765788 0.142256 0.472662 0.037182 0.521186 -0.074264 -0.209974 -0.396226 -0.176806 0.465994 -0.086052 0.968582 -0.096848 0.02485 0.038378 0.483738 -0.700588 0.069334 -0.101892 -0.478898 -0.215308 0.213016 0.034738 -0.379486 -0.486904 0.651794 -0.282808 -0.728716 0.193716 0.14777 0.143874 0.01458 0.546812 -0.228472 0.204084 -0.76172 0.985038 0.28876 0.261148 -0.441282 -0.205934 -0.117238 -0.237976 -0.4619 0.565376 -0.064854 -0.51323 0.275282 -0.659298 0.665524 -0.04482 0.55452 1.027796 -0.017744 -0.748692 0.349262 -0.143182 -0.758626 -0.13125 0.396054 0.39696 0.228648 -0.021892 0.399628 0.269702 0.246844 -0.232946 0.284542 0.471124 0.794708 -0.643242 0.190058 -0.459918 0.427022 -0.673394 0.831508 -0.726144 -0.307496 0.225126 -0.100638 -0.447654 0.4556 0.135534 0.327084 0.51355 0.608348 -0.058022 -0.580988 0.086382 0.132928 -0.062714 1.191956 0.427168 -0.462634 0.439918 0.52846 -0.752348 0.312152 0.577924 0.182632 0.680222 -0.018814 0.070844 0.47729 -0.146892 0.004908 0.257634 0.626384 -1.351232 0.626108 0.533644 -0.128634 0.379622 0.36669 0.693846 0.379684 -0.562958 -0.471452 0.182322 0.150918 -0.331478 0.214004 0.754664 0.466338 0.39758 0.5615 -0.14995 -0.599936 0.536792 0.712128 0.496036 0.335996 0.55672 0.434876 -0.112294 0.446602 -0.304694 0.058494 0.095142 0.230224 -1.019866 0.106688 -0.46333 -0.705538 0.472836 -0.435358 0.082626 -0.818824 0.659934 0.643722 0.000424 -0.01342 -0.641512 -0.61726 -0.01598 0.434592 -0.22819 0.129628 0.51294 -0.179598 0.359212 0.561778 0.063224 0.475026 -0.11853 -0.307616 -0.139664 -0.231616 -0.80492 -0.496088 -0.300412 0.238114 0.264232 -0.024746 -0.344906 -0.07387 0.669262 -0.375106 -0.443898 -1.772682 -0.07767 0.271088 -0.77316 0.289232 -0.705338 -0.008564 0.018918 0.159734 0.569044 -0.538394 0.151022 -0.098122 0.546314 0.009978 0.408256 0.378522 0.30129 -0.167638 1.211294 -0.01233 -0.524036 -0.000602 0.85339 -0.58751 -0.149688 -0.382488 0.036562 0.255194 0.385294 -0.807952 0.851764 -0.684272 -0.540678 0.015148 -0.027862 0.075142 0.614836 0.890774 -0.185902 -0.601268 -0.398206 -0.111236 0.073184 0.577968 -0.35841 -0.193592 0.0231 0.091608 0.453996 -0.252702 0.091576 0.008484 0.521966 -0.509488 -0.500174 -0.663654 0.400256 0.105036 -0.889402 0.171328 0.467052 0.492194 -0.31742 1.06464 0.284394 -0.675414 0.309582 -0.157096 0.30186 -0.092106 0.226278 -0.079546 0.89471 0.463564 -0.049504 0.733354 0.097006 0.225924 0.33562 0.144562 0.23793 -0.117382 0.653064 -0.009176 -0.055364 -0.775474 0.491434 -0.278814 0.266776 0.605738 -0.494118 0.38699 -0.00375 0.466894 0.255342 1.327628 -0.388306 -0.924838 0.480754 -0.280162\nỦ 0.38852 0.17175 -0.48066 -0.0695 0.66819 -0.44667 0.46431 0.00455 0.41102 -0.53415 -0.28982 0.26101 -0.59305 -1.24609 0.18149 0.35178 0.53155 0.55532 -0.49831 -0.60828 -0.11032 -0.40997 -0.08172 0.48401 -0.63929 0.60381 -0.33016 -0.07484 -0.22361 -0.19191 0.83848 0.68579 0.13707 -0.29531 0.57107 -0.46142 -0.18685 -0.88929 0.82213 -0.13194 -0.61492 -0.07399 -0.14832 0.23161 0.0535 -1.26053 -0.16376 0.57871 -0.63167 0.70362 0.10124 0.05008 -0.96188 0.26162 0.46374 -0.82741 -0.11193 0.83386 -0.00371 0.45787 0.05493 0.02801 -0.29389 0.58577 0.84791 0.84084 0.20024 0.58594 -0.78495 -0.19023 -0.51739 -0.15856 0.51557 0.1932 -0.76626 0.36026 -0.30525 0.40887 -0.12204 -0.1031 -0.43065 0.43045 0.81276 0.41381 1.05511 0.0332 -0.33201 -0.07952 -0.53034 0.24406 -1.59336 -0.30318 0.10779 0.3441 0.90818 -0.59394 0.13209 0.80112 -0.06094 -0.51813 0.66561 0.87693 -1.12329 -0.52026 0.30323 0.17179 -1.01567 0.69307 0.04315 -1.28603 0.79379 -0.42548 -1.23966 0.13965 -0.08784 -0.83966 0.367 -1.00862 -0.67011 0.64143 -0.5989 0.76665 -0.15066 -0.14801 -0.30467 -0.28877 -0.46071 0.49514 -0.61059 -1.46889 -0.27477 -0.29046 0.02356 -0.19297 -0.69692 -0.84654 -0.29297 -0.81564 0.07153 -0.33271 -0.22239 -0.03722 -0.66243 0.09029 0.21946 -0.16837 -0.71273 -0.37986 -0.25538 -0.34392 0.47082 -0.90345 0.44579 -0.0714 0.18232 0.45596 -0.19888 -0.22207 0.96636 0.32542 0.35075 -0.60875 0.38748 1.21144 0.19398 -1.10612 0.87764 0.5509 -0.49392 -0.00228 0.10712 1.2877 0.0937 0.38141 -0.5362 -0.1568 -0.65529 1.26668 0.73442 -0.15546 -0.46888 -0.74378 -1.34537 0.16586 0.12418 -0.17143 0.6034 0.62993 0.10372 -0.06204 -1.21151 0.54774 -0.8019 0.23169 0.84489 -0.23687 1.18608 -0.68909 -0.14453 -0.49531 0.10861 0.23782 0.15228 -0.26429 0.54476 0.37563 -0.04156 -0.65844 1.51398 -0.08264 0.90793 -0.26745 -0.33229 -0.65265 -0.56763 0.18786 1.02649 -0.96904 0.56793 0.73162 -0.14463 -1.03371 0.03198 0.00334 0.54121 -0.64674 0.28751 -0.40802 0.59369 -0.64262 -0.62226 0.2259 -0.42456 -0.13128 -0.05083 0.15044 -0.01699 -0.07638 -0.97742 0.16473 -0.21868 0.99006 0.7793 0.24293 -0.3214 0.49488 -0.00414 -0.64106 -0.65997 -0.10542 -0.88663 0.48077 0.30492 -0.53679 0.73531 -0.53653 -1.11601 -0.91953 -0.60892 -0.15111 -0.01493 0.93292 0.2375 -0.61121 0.22335 0.14647 0.6113 0.18723 -0.27476 0.39798 0.38337 0.33915 -0.1658 -0.01014 0.28294 -0.32887 0.01799 -0.46986 1.06056 -0.37482 -0.38058 0.2908 -0.26271 0.63616 0.33646 -0.35484 -1.20262 0.43712 -0.46929 -0.64024 -0.14433 0.70887 0.20751 0.83258 0.51578 0.9318 -0.85461 -0.24699 0.34817 -0.22179 -0.10731 0.1321 0.37736 -0.03566 -0.29419 0.33211 1.19571 0.40726 -0.12318 1.29187 0.12279 0.58092 -0.58285 0.63458 -0.59978 -0.0254 -0.08895 0.01881 -0.11736 0.24808 0.30763 1.25137 -0.31013 0.32928 0.44765 -0.50132 -0.39299 -0.21479 -0.46381 -0.30766 0.39727 0.05231 -0.17737 -0.06566 0.39216 -0.32289 -0.8559 0.80286 -0.37741 -1.14481 -0.30766 -0.28297 -0.07048 0.3252 -0.27491 -0.0672 0.51529 -1.09223 -0.03868 -0.06463 -1.00298 0.37216 0.30526 -0.3674 0.57659 0.09268 -0.05397 0.87762 0.21178 0.25274 -0.33139 -0.2092 0.09582 0.55774 -0.11463 -0.35288 -0.45876 0.65637 -1.03935 -0.98376 0.07904 0.19517 -0.20582 -0.31976 -0.62879 -0.12747 -0.45853 -0.62352 -0.02999 -0.52332 0.26807 0.86912 1.38277 -0.07967 0.0195 -0.1964 0.11794 -0.30377 -0.27704 0.37721 -0.04198 -1.07407 0.23934 0.02247 0.20285 -1.13394 0.31915 0.28803 0.23101 0.03614 -1.37944 -0.68186 0.13975 -0.10573 1.25608 0.48817 0.17152 0.14471 0.9187 -0.14316 0.4359 -1.42486 0.20043 0.56413 -0.12127 -0.11668 0.53522 0.3741 -0.62961 -0.54883 0.0643 -0.32227 -0.50329 0.11391 -0.82284 0.19614 -0.27583 -0.70088 0.33605 -0.11111 1.15633 -0.56898 0.62782 0.98344 0.84543 0.65359 0.42527 0.85476 -0.13852 0.47246 -0.12086 -0.23751 -0.62765 -0.80345 0.40479 0.10822 0.34999 -0.12535 0.15515 2.51751 0.88698 -0.78384 0.68205 0.32848 -0.12298 -0.40839 0.55899 -0.19271 -1.04682 0.69137 1.02512 -0.82521 -0.40197 -0.2736 -0.37587 0.51789 0.9537 -0.1705 1.23911 -0.01303 -0.4735 -0.41066 0.01508 0.22855 -0.1956 0.49135 -0.55568 -0.25221 -0.57307 -0.7294 -0.12402 -0.26056 0.42235 -0.72352 0.79585 0.16449 0.57707 -0.17176 0.23846 1.12877 0.77538 -1.45933 0.57527 0.76543 -0.42198 0.04614 0.39962 -0.37017 -0.18389 -0.36042 0.44022 0.25049 -0.0969 0.09368 -0.14704 -0.64543 0.28014 2.11133 -0.15032 0.671 0.15355 -0.47438 0.21974 0.35392 -0.40453 -0.01339 0.60225 -0.41034 0.03757 0.07691 -0.57563 -0.60957 0.44129 0.11594 -0.26209 0.11403 -0.08311 0.12766 -0.94674 0.23433 -0.95582 -0.30742 -1.02378 0.0244 0.28824 -0.33785 -0.31932 0.55205 -0.67578 0.2245 -0.38679 -0.72814 1.05778 0.09073 0.73707 -0.29025 -0.2638 0.09109 -0.7023 -0.55829 0.00508 -0.5711 0.12442 -0.09443 -0.30292 0.63529 0.41324 -0.13515 -0.08955 0.75682 0.4514 -0.0937 -0.06337 0.26264 -1.08274 -0.38298 -1.17375 -1.31082 -0.36291 0.14121 0.29122 0.28363 -0.40659 -0.06266 -0.33681 0.75114 -0.00921 0.38428 0.68624 0.69868 -0.28275 0.52303 0.1734 0.5349 0.49589 0.27979 -0.20799 0.09019 -0.47486 0.51738 0.47643 -0.50789 0.47595 -0.70418 0.52487 0.74609 -0.05869 -0.33024 0.35129 -0.34918 -0.26064 0.32946 -0.47385 -0.46745 -0.32831 -0.35318 0.81851 0.44063 -0.17601 0.56438 -0.8277 -0.52157 -0.42163 0.50725 -1.47863 -0.59881 0.73541 -0.18792 -0.52054 0.00356 -0.86294 -1.31285 0.79655 -0.47834 -0.79355 0.54228 0.68085 -1.39498 0.3686 -0.65667 -0.5199 0.26614 -0.05502 0.29436 0.12484 -0.15868 -0.74325 -0.32116 0.2064 0.79692 0.34688 -0.75529 0.53085 -0.85273 1.27242 -1.12627 -1.14253 -0.59755 -0.09533 0.79919 0.10262 0.68867 -0.05925 -0.36938 -0.19931 -0.62353 0.40965 0.46059 -0.34882 -0.93436 -0.4519 -0.25465 -0.77141 -1.1911 0.16435 -0.30041 0.56895 0.39318 0.84863 -0.07783 1.91222 0.58975 -0.01537 -1.62318 -0.1273 0.52107 -0.32818 -0.98724 0.81555 -0.76629 0.11343 -1.74882 -0.32981 -0.18196 0.10758 0.41641 -1.23483 -0.13913 -0.92102 1.43739 0.66854 0.44859 0.8192 -0.43818 -1.25405 -0.4429 0.52174 -0.33205 -0.49119 -0.48639 0.3333 -0.58898 -0.50483 1.13041 -1.0364 -1.08285 1.47237 -0.12113 0.9992 -0.05263 -0.0408 0.45806 0.22895 0.11565 0.90393 -0.27108 -0.04914 -0.17588 0.00508 -0.25835 0.7989 -0.3532 0.14671 0.05452 -0.21307 -0.44165 -0.49101 0.44245 -0.40777 -0.43136 -0.03615 0.30752 0.03406 -1.08506 -0.01729 -0.60818 -0.62998 -0.71549 0.10966 -0.06898 0.71517 0.0353 -0.46144 0.26101 -0.25681 0.62423 0.94758 0.41901 0.04945 -0.45623 -0.63366 -0.31726 -0.22973 0.84227 0.77203 0.36972 0.28423 0.44757 0.12685 -0.04167 -0.21169 0.32577 -1.33739 0.46845 -1.00903 -0.18575 1.20565 -0.93447 -1.25475 -0.54514 -0.34879 0.02309 0.55851 0.54376 1.15434 -0.32521 0.04579 0.04269 -0.0158 -0.73353 0.02919 -0.54857 -0.02533 -0.8077 -0.40214 0.30534 -0.50896 -0.35333 -0.57654 -0.44563 0.2824 -0.34198 -0.25409 0.93923 0.15884 0.38395 0.79172 0.1496 -1.69335 0.36977 0.4167 -1.8386 -0.2983 0.52944 -0.79925 0.1387 -0.52938 0.63492 -0.81488 0.18649 -0.24056 -0.06414 0.53728 0.76781 -0.47815 0.1751 -0.18211 0.00176 0.241 0.0857 -0.56718 0.67942 0.64659 -0.09086 0.43582 0.14335 -0.56981 0.50815 0.00711 0.76222 -0.03426 0.12053 -0.06512 0.10393 -0.87321 0.39741 1.04 0.02295 -0.29122 -0.28953 -0.61263 0.3411 0.04302 0.89459 0.5525 0.70402 -0.52852 0.23855 -0.19493 0.71078 0.57203 -0.83887 -1.45027 0.17119 1.0017 -0.69328 0.19747 0.29575 0.25599 -0.50663 -0.49485 0.06551 0.40699 -0.28806 0.19864 -0.2211 1.81412 0.24397 0.4023 0.86419 0.06622 -0.84377 -0.22945 0.79578 0.24733 0.53456 -0.05845 -0.17568 -0.10886 0.56395 -0.68869 -0.3681 0.0368 0.05385 -0.4741 -0.79545 0.16736 -0.63447 0.38961 -0.31728 0.41844 -0.52387 0.53523 0.45571 -0.16152 0.71078 -0.62205 -0.76255 0.01036 0.0622 -0.42305 0.03239 0.48922 -0.10311 0.16774 0.74964 1.08747 0.26124 0.46905 0.30265 0.0315 0.56141 -1.21263 -1.41775 -0.21491 0.27022 1.1312 0.20556 0.03847 -0.69267 1.57869 -0.61128 -0.08696 -2.03273 0.36287 1.03798 -0.65056 0.04596 -0.2111 0.32149 -1.08021 -0.17222 -0.56987 -1.17189 -0.7922 1.45971 -0.00217 0.60391 -0.27591 -0.10208 -0.22034 -0.38062 0.00616 -0.07358 -0.39677 0.25668 1.73257 0.0104 -0.66771 0.29396 0.37081 0.25035 0.0651 -0.59833 0.08439 -0.99398 0.49691 0.28939 -0.00328 -0.23769 0.31891 2.78201 0.89297 -0.60661 0.27727 0.05172 -0.03612 0.10378 0.37927 0.47373 -0.17455 -0.23754 0.49425 -0.60374 -0.01256 -0.30299 -0.08567 0.67372 0.89982 0.11285 1.17539 0.40859 -1.29637 -0.10361 0.75066 0.27541 -0.20334 0.44451 -0.31022 0.20469 0.50283 -0.1277 0.43858 -0.12906 0.52985 -0.02204 0.67812 0.03738 0.34933 0.30324 -0.06044 0.2967 0.04434 -0.6331 0.77182 0.86136 0.80751 -0.06682 0.0532 -0.04909 0.13804 -0.14448 0.78174 1.05145 -0.49045 0.23432 -0.25934 -0.18853 0.13301 1.83629 -0.23655 1.54045 0.08394 -0.13341\nZ 0.144133 0.795263 -0.063649 0.075647 0.36273 0.302669 0.162223 -0.045381 -0.035979 0.171674 0.35987 -0.131327 -0.90618 0.192107 0.133264 -0.076789 0.097417 -0.082703 0.215497 -0.187793 0.053244 0.347316 0.572329 -0.007694 0.010969 0.383089 -0.661753 0.086904 0.343089 0.329743 0.282779 0.201279 -0.006774 0.321003 -0.091996 0.558651 -0.336754 -0.937474 -0.101516 0.260669 -0.407084 0.579197 -0.47454 0.328823 0.028266 -0.714404 -0.441691 -0.232573 -0.18695 0.048531 -0.15344 0.165874 0.411009 -0.077673 0.630474 -0.767587 -0.101924 -0.032219 0.96349 0.005129 0.287279 0.433043 0.244684 0.486256 0.557089 0.12618 0.049703 0.263349 -0.050143 -0.46259 -0.416516 0.594566 0.293974 -0.141509 -0.775079 0.270481 -0.704619 0.37314 -0.229067 0.104421 0.602499 0.874524 0.079056 0.342974 -0.32191 0.276841 0.249511 -0.117697 -0.603387 0.092449 0.314467 0.073089 0.215531 0.162481 0.102241 -0.253981 0.275584 0.192306 -0.16959 -0.423854 0.114461 0.22134 -0.192249 -0.103161 0.231613 -0.736507 -0.69968 0.25972 -0.11073 -0.311181 0.316184 0.166233 -0.156801 0.279809 0.195784 -0.235566 -0.032243 -0.373169 0.108006 0.391196 -0.453383 0.379724 -0.006916 0.270357 0.368293 0.081094 -0.138373 0.062029 -0.355496 0.648843 -0.447849 -0.722503 0.042393 0.156621 0.030774 -0.800889 -0.045616 0.20353 -0.218643 -0.438743 0.222531 0.46913 -0.312354 0.073324 0.441431 0.171054 0.137459 0.578423 -1.078073 0.210096 -0.207899 -0.116559 0.166311 0.12743 0.274746 -0.197389 -0.033281 0.252209 0.210497 0.403389 0.708039 -0.57918 0.126123 -0.10587 0.111434 -0.342503 0.296481 0.229367 -0.612413 -0.381339 0.567089 -0.275786 0.007454 0.224189 -0.359574 0.011771 -0.018231 0.462194 0.444586 -0.26571 0.09127 -0.32569 -0.908489 0.35896 -0.71754 -0.342037 -0.203419 -0.115601 0.183769 0.476587 0.242164 -0.273923 -0.43673 0.13556 0.842239 0.131379 0.295814 0.178469 -0.28754 0.002819 0.476987 -0.584333 0.334506 -0.351137 0.055293 -0.40741 0.311504 -0.034164 0.540087 -0.02017 0.384156 0.334747 -0.099966 0.169513 -0.127303 0.949346 -0.346751 0.256623 -0.44193 -0.086151 -0.234251 -0.655611 0.050809 -0.490773 0.080373 -0.518889 0.021719 0.125549 0.251644 0.33476 -0.676904 -0.056336 -0.22662 -0.250651 0.18524 -0.34118 0.122526 -0.078193 -0.22063 -0.001626 -0.234073 0.429753 0.039457 0.325284 0.169483 0.027891 0.281987 0.000326 -0.042707 -0.49667 -0.189854 -0.165456 -0.21077 -0.166119 0.208489 -0.478859 0.149283 0.55692 -0.122973 0.212061 0.560686 0.042084 -0.678076 -0.00385 -0.169897 0.553683 0.270487 -0.147313 0.02828 0.55262 0.68986 0.460869 -0.489796 -0.282974 0.067359 -0.366276 -0.094209 0.032239 0.046026 -0.289284 -0.496297 0.41165 0.126394 -0.018983 0.235159 -0.294919 -0.050737 0.044751 -0.104187 0.172183 0.507867 0.208371 0.288754 -0.035077 0.258269 -0.038217 -0.471329 0.093866 -0.198697 0.109926 0.082149 0.376104 0.345033 -0.183769 -0.253501 0.39726 0.406277 0.033211 -0.279396 -0.422456 0.004177 0.085209 -0.171581 0.46956 -0.593924 0.117334 -0.341456 -0.04023 -0.198256 0.00631 -0.069636 0.171964 0.207189 0.358899 0.333539 -0.188303 -0.626134 0.114634 -0.218259 -0.099017 -0.443417 -0.504863 0.726814 -0.00071 -0.186093 -0.371043 -0.370847 -0.070344 0.501209 -0.20398 -0.02809 0.163283 -0.325306 0.562961 -0.144214 -0.062191 0.11963 0.143129 0.05591 0.146019 -0.102689 0.620716 0.018423 -0.409547 0.419364 -0.043886 -0.196357 0.592431 0.114441 0.097129 -0.270389 0.291639 -0.071924 0.059824 -0.085891 -0.50441 0.105883 0.422313 -0.927247 0.188146 0.083386 0.117943 -0.058523 -0.483476 -0.425423 0.21547 0.11971 -0.05303 0.039704 0.000689 0.426154 0.220054 -0.216229 -0.059857 0.323043 -0.341881 -0.323839 -0.040993 0.272863 -0.014939 -0.467396 -0.295516 -0.498927 0.403806 0.157657 -0.109014 -0.437761 -0.184309 0.143103 0.013654 -0.414451 0.290266 -0.413344 0.095209 0.325111 0.17841 -0.303407 -0.354677 0.206117 -0.473609 0.425061 -1.016613 0.564684 0.406944 -0.111564 -0.09256 -0.612726 0.323137 0.332219 -0.339821 -0.170097 -0.112536 0.457819 -0.915614 0.23727 -0.120271 0.185506 -0.027451 0.067626 0.139566 0.493776 0.718551 0.340946 0.279419 0.312579 -0.14315 -0.118444 -0.007887 0.179653 -0.59783 -0.046581 -0.453927 0.140224 -0.387833 0.068707 0.245281 0.239703 0.04509 0.246503 1.28308 0.2642 0.109334 0.221801 0.261143 -0.011567 0.63527 0.13843 -0.300187 0.067796 0.045424 -0.418539 0.296036 -0.30093 0.459274 -0.058514 -0.174806 0.136936 0.150216 0.55143 -0.125256 -0.105243 0.021619 0.503569 -0.340583 0.19843 -0.108797 0.375879 -0.420811 0.2635 -0.476016 0.177454 -0.202043 -0.292003 0.157524 0.059604 0.438456 0.679883 0.181247 0.07702 0.006836 0.17199 -0.354137 -0.421033 0.308217 -0.109371 0.142361 -0.25538 -0.545959 0.44867 -0.020303 -0.00455 -0.008363 -0.283551 -0.295476 -0.001684 0.01889 0.032787 1.86835 -0.15845 -0.119994 0.432167 0.084759 0.398733 0.113766 0.084876 0.0697 0.377021 0.249053 -0.020147 -0.095159 -0.013179 -0.270513 -0.261534 -0.01092 -0.739919 0.251967 -0.1453 0.337477 -0.177467 0.090997 0.052947 -0.244723 -0.30481 0.207743 0.160283 0.070101 0.017454 0.267061 -0.286209 0.144103 -0.184916 0.627266 0.490794 0.21342 0.071059 0.237484 -0.952953 -0.14437 -0.314487 0.023619 -0.325596 0.019094 -0.103253 0.235057 0.008349 0.246161 -0.172729 -0.2483 0.164786 0.002101 0.025603 -0.678667 -0.012661 0.16889 -0.058906 0.087844 -0.228573 -0.632379 -0.357806 0.072916 0.454511 -0.073967 -0.196646 -0.274403 -0.162269 -0.061869 0.087493 0.358029 -0.041201 -0.219381 0.072934 -0.125883 -0.382399 0.320487 0.541446 0.330563 -0.58177 0.720236 -0.68861 0.495387 0.129091 -0.1067 0.760549 0.211854 0.079476 0.665907 -0.399501 -0.554754 0.208287 0.197511 -0.541944 0.220429 0.375967 0.332843 0.388827 -0.054509 0.305229 0.686871 -0.13978 0.184256 -0.37337 -0.326611 0.046844 0.354726 -0.128816 0.109096 0.799783 -0.503257 -0.21653 0.516116 -0.034259 -0.204074 0.052183 -0.28967 -0.097349 0.52855 -0.04594 -0.133743 -0.349667 -0.104869 0.605841 -0.684361 0.394764 0.015194 0.284016 0.097996 -0.190893 -0.064506 -0.152287 -0.032766 -0.370089 0.402556 -0.289787 -0.210607 -0.23739 0.202526 -0.465463 -0.517864 -0.103514 0.240431 -0.692004 0.1512 0.669214 0.365391 0.41234 0.353859 -0.122114 0.676811 -0.456451 0.385694 -0.467666 -0.054657 0.091393 0.759029 0.42397 -0.1869 -0.383639 0.055891 0.184691 0.219477 0.089631 -0.073549 0.62054 -0.796851 0.340846 0.06757 0.483056 0.45103 0.10608 -0.03696 -0.501154 0.046243 -0.175986 -0.30718 -0.44115 0.089506 -0.288953 0.000703 0.003127 0.515699 0.209859 -0.546007 0.48985 -0.400177 -0.147007 0.297696 -0.043803 0.146849 -0.238379 -0.03289 -0.10302 0.339804 0.393479 0.12745 0.198926 -0.335141 0.4299 0.229147 0.245337 0.362929 -0.088511 0.02765 -0.102466 -0.52812 0.326403 -0.216517 -0.425439 0.309706 -0.069054 -0.40111 0.37546 0.233513 0.247626 0.23167 0.16322 0.114863 -0.016296 0.09984 -0.430984 0.336747 -0.258044 -0.08907 0.388251 -0.306184 -0.407636 0.146234 -0.040074 0.020816 0.277901 -0.097221 -0.247049 -0.215314 -0.09447 0.308896 -0.386 -0.005667 -0.076114 -0.187534 -0.281766 -0.089943 -0.1137 -0.222379 -0.536821 0.553623 -0.063813 -0.05366 -0.277303 0.118901 0.228897 0.528564 -0.619984 -0.4578 0.068293 -0.219089 -0.049841 0.154064 0.032301 -0.298471 -0.082719 0.341886 -0.219626 -0.199687 0.217064 -0.101651 -0.44434 0.089593 0.329689 -0.147473 0.047769 0.097201 -0.021676 0.441596 0.422027 0.12507 -0.202271 -0.066807 0.545674 -0.437419 0.354639 0.308349 -0.429541 0.20493 -0.195837 0.402394 0.07656 0.59693 0.863704 -0.059483 -0.309183 -0.030323 -0.06664 -0.398929 -0.30026 0.34077 -0.258859 -0.159671 0.137467 -0.193916 0.523283 -0.503639 -0.665019 0.200877 0.145521 0.451494 0.539809 -0.182961 -0.061261 0.052093 -0.074244 0.147016 -0.55362 -0.018557 -0.271174 0.648467 -0.395833 0.446157 0.389354 0.181179 0.255519 0.138719 -0.07859 -0.371887 -0.123976 0.406624 -0.210334 0.611919 -0.001247 0.076096 0.334666 0.007113 -0.791481 0.228191 -0.087903 -0.271944 0.03631 -0.417106 0.15123 0.037404 -0.52223 0.0561 -0.345297 0.662363 0.026331 0.362567 -0.082279 0.146853 -0.01024 0.068126 0.172279 0.421219 -0.198124 0.279621 0.236173 0.127563 -0.196113 -0.118599 0.350396 0.556367 0.218879 0.181423 0.404416 -0.432014 0.17702 0.457794 0.144487 -0.017679 0.065884 -0.11206 0.182349 0.20951 -0.706854 0.631999 -0.14287 0.193499 0.26091 -0.320623 -0.22402 -0.350654 -0.009023 0.081651 0.261174 -0.518361 0.553794 0.489251 -0.308463 0.096609 0.128143 -0.317274 -0.059256 0.172624 0.088963 -0.577119 0.10113 -0.244071 -0.164783 0.709541 0.404906 0.56451 -0.049124 -0.59867 -0.119527 0.118053 -0.169149 0.188694 -0.15481 0.322034 -0.057007 -0.619394 -0.650241 -0.267544 0.559866 -0.569603 -0.296859 -1.914326 0.105304 0.429293 -0.405813 0.529307 -0.769853 -0.059873 0.150003 -0.345464 0.067023 -0.124464 0.19123 0.075331 0.05615 0.16288 0.609967 0.033353 -0.216034 -0.029486 0.372676 0.330361 -0.953111 -0.07701 0.747099 -0.43234 -0.196609 0.069689 -0.050953 -0.600014 -0.093969 -0.524016 -0.032714 -0.586064 -0.098014 0.562649 0.799966 0.082664 0.245724 1.059923 0.088461 -0.201244 -0.34885 0.309029 0.52002 0.664159 -0.116247 -0.30724 -0.167263 0.212123 -0.061437 -0.30585 -0.342909 0.22008 -0.166363 -0.16616 -0.491919 -0.167499 0.269033 -0.035193 -0.19904 0.133721 0.086184 -0.008097 -0.142994 0.527374 -0.233056 -0.078633 0.178261 -0.033967 0.235349 0.077804 -0.118897 0.204094 0.297013 -0.04566 0.101267 0.011367 0.027049 0.12969 0.080391 -0.204111 -0.561687 -0.08682 -0.180667 -0.074837 -0.345529 -0.610093 0.446413 -0.313176 -0.118461 0.037799 -0.497283 -0.188791 0.049803 0.5811 -0.064771 1.65557 -0.037006 -0.205403 0.036449 0.025216\nẢ 0.277955 0.792255 -0.34361 0.25253 0.004642 -0.307072 -0.495918 -0.333182 0.261988 0.338575 -0.078605 -0.38493 -0.301448 -0.399258 0.475055 -0.391668 0.331648 -0.523235 -0.45997 -0.21196 -0.228932 -0.478128 0.76434 -0.60889 -0.349378 0.552468 -0.718555 -0.380245 0.361795 -0.20166 0.64657 -0.221678 -0.502452 0.10418 -0.269372 -0.473648 -0.075112 -0.228428 -0.104738 0.17714 0.270705 -0.232462 0.0156 0.839255 0.903042 -1.06068 -0.420082 0.185908 0.623312 0.431125 -0.212722 -0.324752 -0.00653 0.153237 -0.51468 -0.311187 -0.042922 0.251778 -0.245557 0.381293 0.049352 -0.083238 -0.03057 0.148142 -0.032033 0.391418 -0.078002 0.043955 0.171355 -0.29283 -0.788265 0.389027 0.223663 -0.455352 -0.364832 -0.10056 -0.36318 -0.029337 -0.706195 -0.530918 0.582598 0.06847 0.238482 -0.161148 -0.311485 -0.14919 0.223148 -0.28008 -0.463398 0.176745 -0.216088 -0.527855 -0.137328 -0.380485 0.978303 -0.504415 0.58726 0.16959 0.098278 0.070452 0.323813 0.005025 -0.449353 -0.277645 0.075873 0.039065 -0.236632 0.351317 -0.158583 -0.064565 0.475068 0.156435 0.24475 -0.391483 0.02343 0.079392 -0.129017 0.125968 -0.290012 0.47312 0.101348 0.994715 -0.040562 0.14935 0.33534 -0.319192 -0.101625 0.398315 -0.20572 -0.055445 0.11547 -0.529105 0.031247 0.62411 -0.168165 -0.7641 0.212172 0.046455 -0.7334 -0.404868 0.117335 0.0854 0.426745 -0.386722 0.215758 0.220427 0.049838 -0.122595 -0.860687 -0.001135 -0.397458 0.346383 0.064235 0.451785 -0.256842 -0.128938 0.211755 0.010153 0.164855 0.629422 0.17025 -0.145345 0.426933 -0.35378 -0.32006 0.136422 -0.058492 0.328365 -0.271248 0.106045 0.01685 -0.168065 0.09306 0.37549 -0.368945 0.32587 0.15225 0.301865 0.071747 -0.576485 0.004205 -0.148268 -0.633928 0.275275 -0.543298 -0.120642 -0.49418 0.46591 -0.071342 -0.397122 -0.085485 -0.480502 -0.549685 0.335318 -0.256582 -0.527948 0.581695 -0.19224 0.195508 -0.389785 0.121555 0.780172 -0.11971 0.12896 0.038285 -0.458788 0.075293 0.14829 0.919202 -0.057067 0.199682 -0.055412 0.184552 0.046302 -0.032045 0.300628 0.12375 -0.4793 -0.554965 -0.109565 -0.501882 -1.03484 0.196168 -0.63485 -0.329088 -0.236547 0.046407 0.13161 0.04166 -0.403322 -0.234322 0.447075 -0.331398 -0.314812 -0.43806 -0.3849 0.494702 -0.408778 0.065215 -0.426092 0.16653 0.264635 0.87741 0.41765 -0.65695 0.631365 0.356645 0.018517 -0.076 0.16307 -0.559825 -0.10038 0.233942 -0.172527 -0.36493 -0.331522 -0.14211 0.192885 -0.158838 0.030363 -0.164018 0.03498 -0.067885 -0.226923 0.020925 0.65896 -0.42076 -0.400003 -0.30096 0.615355 0.657048 0.542832 0.311748 -0.138135 -0.456817 -0.284628 0.008185 0.465865 -0.01785 -0.43941 -0.281037 0.11045 -0.081472 0.225095 0.265563 0.106363 -0.179697 -0.01926 0.112002 -0.527802 0.259007 0.460822 0.093182 0.587952 -0.180853 0.172622 -0.671655 0.5523 0.263322 0.513905 0.251838 -0.52619 -0.255232 0.058242 0.547973 -0.058055 0.209822 -0.280438 -0.193242 -0.447978 -0.032927 0.2107 -0.29953 0.361745 0.230997 0.000345 -0.074308 0.812325 -0.390637 0.202862 -0.289718 -0.248115 0.425798 -0.197322 0.648865 0.076908 -0.339352 0.105752 -0.47923 -0.18388 -0.44077 -0.01821 0.049012 0.2431 -0.499588 -0.162838 -0.95612 0.17441 -0.187952 -0.172165 -0.39212 0.103 0.290985 -0.21603 -0.31674 0.214348 -0.031367 0.297705 -0.165185 -0.054828 0.297248 0.74654 -0.170392 0.153668 0.45156 0.452935 -0.55793 -0.062222 -0.144218 0.12786 0.327655 0.601592 -0.081417 -0.007912 0.23983 -0.08949 0.09524 0.360575 -1.047017 -0.36543 -0.244238 0.017973 -0.516558 -0.329708 -0.031435 0.05865 0.457648 -0.291652 -0.447845 0.203285 0.759138 -0.050752 0.216565 -0.158878 -0.640815 -0.355427 0.340333 0.788305 0.183685 -0.042695 0.370262 -0.12015 0.346125 0.301802 -0.031915 -0.05454 0.022835 -0.699602 0.208265 -0.334372 -0.40533 -0.055908 0.17894 0.12841 0.466825 0.723398 0.132172 -0.386652 -0.000688 -0.304512 -0.185565 -1.737692 0.041258 0.049422 0.383282 -0.268687 -0.759638 0.623672 0.49149 -0.203988 0.64053 -0.361213 0.32582 0.338 0.156048 -0.30298 -0.255552 -0.18721 0.636682 -0.03441 0.542822 -0.091345 0.240208 0.366383 0.589338 0.466415 0.111832 0.335283 -0.352685 0.511435 0.049555 0.02822 0.396735 -0.570218 -0.175295 0.006008 -0.289205 0.407982 0.84111 1.300562 -0.089285 0.497383 0.367498 0.587152 0.07445 0.127762 -0.226895 -0.19964 -0.013588 0.185775 0.527322 0.594375 0.105875 -0.360855 0.049272 -0.222735 0.137518 0.215347 0.76601 0.248002 0.283955 -0.255905 0.404765 0.237345 -0.782145 0.305405 -0.718538 -0.773398 0.30638 -0.195455 0.453845 -0.181678 -0.157962 -0.23475 0.594255 0.324848 0.547842 0.20722 0.19461 -0.043842 -0.035348 -0.301525 -0.064848 0.247647 -0.22451 -0.352018 0.061385 -0.430012 0.199998 -0.13021 -0.518948 0.841228 -0.365132 -0.48025 -0.092868 -0.02691 0.287688 2.37415 -0.05718 -0.258672 0.689732 0.04005 0.033533 0.684952 -0.119875 0.038865 -0.021232 -0.044715 -0.54115 0.26051 0.119872 -0.384115 -0.531972 -0.301965 0.107025 -0.213752 0.16164 -0.31405 -0.06591 0.19508 0.042402 -0.273885 -0.064968 1.024255 0.47415 -1.525738 0.446802 0.372945 0.04851 -0.339215 0.398892 -0.121738 0.850625 -0.49909 0.75359 0.396388 -0.69087 -0.651065 0.184383 -0.048718 0.03065 -0.545198 0.687162 -0.131908 0.280212 1.368148 1.114632 -0.73635 -0.446412 0.455063 0.941772 -0.307335 -0.073528 -0.132402 -0.073837 -0.165858 -0.255133 -1.028975 -0.010425 -0.230485 0.37878 0.626145 0.005552 0.016742 0.696568 -0.32114 0.465808 0.624625 0.308885 0.000707 0.18716 -0.616 -0.850158 0.1456 0.21099 -0.270615 -0.540262 0.789137 0.104485 -0.350828 -0.113453 -0.384285 0.90271 -0.51345 0.711075 0.370653 0.163685 -0.423168 -0.02307 -0.460812 -0.369448 -0.056455 0.034372 0.429715 -0.011895 -0.117355 0.686875 -0.101312 0.935968 0.60339 -0.656565 0.072485 -0.321352 0.343378 -0.57088 0.125893 0.956132 0.083972 -0.187585 0.233053 0.010403 -0.230475 -0.03662 0.617138 -0.07103 0.056742 0.056095 -0.382235 -0.574385 -0.029983 0.344785 0.284505 -0.124045 0.542125 0.138132 0.041095 -0.145062 -0.388425 -0.463148 -0.29916 -0.148818 0.179632 -0.212098 0.390095 0.44593 0.157948 -0.75893 -0.576672 -0.304643 -0.175585 0.003738 -0.067175 0.608567 0.416598 0.93466 0.381123 -0.099672 0.923718 -0.085135 -0.134982 -0.278928 -0.687718 -0.273682 0.470305 0.20532 0.626612 -0.657802 0.368852 -0.138338 -0.24229 0.711252 0.84012 -0.170532 -0.528672 -0.091292 0.355868 0.315318 -0.156665 0.298222 -0.144645 0.288798 0.334425 0.438242 -0.39407 -0.1893 -0.04735 -0.249742 0.542792 0.060295 0.49117 -0.24893 -0.751575 0.482525 0.0847 -0.370158 0.32711 0.450555 0.233433 -0.108468 0.10764 0.151715 0.058548 -0.31688 0.146288 -0.270315 -0.318108 -0.28414 -0.36787 -0.042153 0.18285 -0.17705 0.13515 0.572018 0.37681 -0.055335 0.003313 0.26475 -0.288288 -0.178688 -0.738222 0.370525 0.672778 0.335828 -0.193595 0.61616 0.378533 0.097375 0.300775 -0.6661 0.125542 -0.574282 0.026992 0.3913 -0.442952 0.121363 -0.272525 -0.469875 -0.323875 0.117588 0.046345 -0.477635 -1.090172 -0.385835 -0.057135 -0.342652 -0.140545 0.018355 -0.222878 -0.278915 0.226778 -0.595682 -0.54784 0.144025 0.606562 0.19895 0.495538 -0.43317 0.161138 0.334412 0.381492 -0.696428 -0.321525 -0.22587 -0.491122 -1.138962 0.371922 -0.500935 -0.346608 -0.595402 0.503125 -0.151203 0.026833 -0.066495 0.3518 0.15843 -0.41832 0.203795 0.336632 -0.453922 -0.825908 -0.175638 0.704938 -0.07306 0.377402 0.00025 -0.45647 -0.473047 -0.877628 0.242448 0.257675 -0.234742 -0.507855 -0.0225 -0.027293 0.434305 0.426502 0.912255 0.03499 -0.46185 -0.3274 0.393495 -1.067322 -0.063628 0.168118 -0.26204 0.047665 -0.254272 0.232575 -0.381828 -0.157178 0.10726 -0.26192 -0.054492 -0.141808 -0.233265 0.333175 0.119367 0.47903 -0.210905 -0.234938 -0.099995 -0.15018 0.194372 0.134945 -0.325738 0.406058 -0.136435 -0.15032 0.535372 0.462855 -0.471982 -0.802028 -0.400115 -0.839495 -0.399085 0.688852 -0.011423 -0.772002 -0.07356 0.067827 -0.514092 0.051985 -0.756535 0.540258 -0.32783 0.245182 -0.108515 0.345427 -0.472538 -0.032645 0.191185 0.138108 -0.746022 0.25168 0.53415 -0.477712 -0.108567 0.399738 0.142685 0.501722 -0.649638 -0.21998 -0.0701 -0.021507 -0.30443 0.028477 0.323072 0.620357 0.50387 0.12958 0.54218 -0.39213 0.43676 0.187675 0.03976 0.529245 0.191348 -0.50718 -0.177165 0.614588 -0.53481 0.279652 0.055802 -0.24022 -0.670797 -0.691905 -0.19918 -0.41275 0.523255 0.090425 -0.109502 0.139592 0.914105 0.057735 -0.12649 -0.425162 -0.626495 -0.625285 0.191292 0.764845 0.129212 0.059175 0.18571 0.072968 0.33108 1.036592 0.143632 0.227597 0.242185 -0.149055 0.123925 -0.55488 -0.25663 -0.188275 -0.275695 0.05807 0.113533 -0.014222 0.04459 -0.068395 0.73705 -0.47189 -0.127717 -2.338042 -0.027135 0.282852 0.25225 0.11885 -1.135902 0.093068 0.181538 -0.061928 0.47465 -0.435895 0.678798 0.470355 0.213292 0.2053 0.001497 0.49542 0.218598 -0.138505 0.299645 0.30733 -0.638362 -0.22122 1.286608 0.2441 -0.53728 -0.094488 -0.324218 0.904868 0.575505 -1.046337 0.951205 -0.771935 -0.115242 0.077892 0.274138 -0.193365 0.473088 1.35252 -0.339648 -0.545958 -0.000367 0.163555 0.530518 0.20068 -0.555308 -0.355675 -0.111278 -0.237868 0.424885 0.149978 -0.131085 -0.318425 0.297762 -0.787015 0.36526 -0.31503 0.393955 -0.127987 -0.460882 -0.02742 0.486157 0.2673 -0.639558 0.92323 -0.269962 -0.68493 -0.494988 -0.48218 0.1389 -0.19207 -0.134682 0.323928 0.830628 0.240235 -0.178377 0.423058 0.533632 -0.36464 -0.053068 0.015862 0.596388 0.14355 -0.170065 -0.689372 -0.256888 -0.51111 0.340955 -0.45757 -0.628418 0.386085 -0.91374 -0.072005 -0.114972 -0.1842 -0.085218 2.065895 -0.228947 -0.13944 0.245728 -0.63051\nẦ -0.154915 0.01403 -0.094025 -0.49915 -0.22653 0.754275 -0.58767 0.11361 0.64023 -0.088145 0.49291 -0.6418 -0.227355 -0.229875 -0.19495 -0.37824 0.445375 -0.864245 -0.70074 0.0217 1.298035 0.46746 0.966365 -0.38203 -0.377205 0.54777 -0.987195 -0.235475 0.28869 -0.212605 0.564945 0.65539 -0.495485 -0.13994 -0.50227 -0.338395 0.276795 -0.10472 -0.628345 0.11852 -0.269555 -0.027395 0.26286 -0.125315 0.58339 -0.792815 -0.288955 -0.483825 0.618975 0.157885 -0.86141 0.21814 -0.161765 -0.21423 -0.883035 -0.277515 -0.243695 0.308035 -0.20426 0.37392 0.226075 0.31263 -0.62709 0.72812 0.2635 0.45196 0.68416 0.494415 0.048065 -0.083805 -0.057995 -0.4956 0.289385 -0.19189 -0.128485 0.73111 -0.476635 0.16351 -0.336385 0.144985 -0.15953 0.78714 -0.066685 0.70642 -0.026225 -0.02838 0.270175 -0.79327 -0.00146 -0.191165 -0.52994 0.092 0.312465 0.88707 0.086755 0.058965 0.624525 0.44967 -0.234335 0.39946 0.072405 -0.17414 -0.18209 0.44666 0.68636 -0.29586 -1.465375 -0.013905 -0.321945 -0.245855 1.005275 0.090375 -0.206085 0.06522 -0.09638 -0.640395 -0.040185 -0.05499 0.561145 0.17734 -0.02758 -0.48324 -0.41339 0.728625 0.112615 -0.806655 -0.184885 -0.042905 0.05288 -0.591535 -0.240245 -0.685445 -0.638905 -0.389435 -0.47762 -0.36095 0.169685 -0.271315 0.696005 -0.411865 -0.015655 0.57548 0.68676 0.121905 0.073145 0.55394 -0.166165 0.145005 -0.474645 -0.76848 -0.23372 0.033595 -0.1463 0.344555 0.389055 0.419375 0.19567 0.465385 0.66512 1.215745 1.20347 -0.217945 0.572505 0.475645 -0.49376 -1.00722 0.80589 0.247515 -0.244295 -0.107745 0.08065 -0.442905 -0.615545 0.08088 -0.44561 -0.623215 0.396675 0.541845 0.57888 -0.148205 -0.02054 -0.815515 -1.287725 0.173375 -0.40809 -0.150975 -0.542295 1.679175 -0.165725 -0.66947 -1.011625 -0.034265 -0.60598 -0.224565 0.37921 0.555995 0.48281 -0.09601 -0.5458 0.147735 -0.1244 0.797415 -0.45121 -0.156225 -0.429125 0.312805 0.658945 0.626365 0.162435 0.14011 0.10987 0.770995 0.58767 0.62364 -0.677865 0.924135 0.4306 -0.57625 0.35172 0.914065 -0.526215 -0.42295 -0.016815 0.04571 -0.12169 -0.12064 -0.06447 -0.24331 0.09605 0.18153 0.54201 0.44933 -1.11466 -0.25488 -0.292095 0.365535 -0.436385 -0.249225 -0.378045 -0.673985 0.55911 0.37863 0.187385 0.22227 0.403205 0.26862 0.37604 0.435 -0.628055 0.29352 -0.22651 -0.411245 0.19563 -0.429805 -0.38523 -0.66881 -0.269915 1.05973 0.117385 0.368505 -0.048105 0.83297 -0.272355 0.22571 0.80349 0.0281 0.325895 -0.35016 -0.529135 0.70405 0.26354 0.119 0.161745 -0.298635 0.30569 -0.678315 0.52082 0.34845 0.095595 -0.334305 -0.911985 0.539035 0.18717 -0.39843 0.695175 -0.71998 -0.237915 -0.233065 -0.494525 -0.05782 0.593855 0.417855 0.55878 0.332545 -0.174175 0.36932 -0.60875 -0.104215 -0.328505 -0.29181 0.16409 0.40272 0.04932 -0.2034 -0.551105 -0.101155 0.221165 0.36636 -0.390975 -0.223 0.86862 0.032865 -0.25487 0.60605 -0.80843 0.36903 0.761375 0.40659 -0.654135 -0.371155 0.441995 0.40775 -0.19961 0.43653 0.39188 -0.46291 -1.02475 0.113195 -1.287955 1.220975 1.19291 -0.89101 1.014645 -0.590615 0.423015 -0.34622 -0.135955 -0.2953 0.40673 -0.61781 -0.79747 0.10438 0.42261 0.72335 0.42219 0.33342 0.51958 0.153805 0.30651 0.07498 0.40101 0.238245 0.00605 0.057565 0.84188 0.16996 0.083645 0.632 -0.378105 -0.040615 0.389645 0.436325 -0.48836 -0.20433 -0.003705 0.74583 0.17556 0.10973 -0.176355 -0.502735 0.444895 -0.296235 -1.08055 -0.336005 -0.50573 0.100285 0.365345 -0.657565 0.01465 -0.06261 0.74524 1.009055 -0.091305 0.84494 0.06168 -0.78304 0.213185 0.05807 0.29541 0.437465 0.02142 0.09309 -0.124045 -0.138525 0.47739 -0.075495 -0.030775 -0.123805 -0.10893 0.070145 -0.166455 -0.31728 0.35773 -0.08276 -0.079025 0.38385 -0.087995 -0.328465 -0.147985 -0.24813 0.480035 -0.676965 -0.031055 0.25622 -0.403285 0.35682 -0.364245 0.817465 -0.0091 0.209135 0.51513 -0.81281 -0.313305 -0.553365 0.4268 -1.121985 0.167545 -0.74547 0.87883 0.177435 1.311995 0.763775 0.681735 0.71182 0.113765 -0.40714 0.719635 -0.36482 -0.242855 -0.052145 -0.84228 -0.7732 0.359545 -0.67237 -0.41744 0.062615 -0.32337 0.842775 0.84312 0.47963 0.29498 -0.24951 -0.787015 0.67146 0.280135 0.31904 -0.470785 -0.195655 -0.3977 -0.441595 -0.69022 0.06042 0.27611 0.51513 0.343055 0.344155 -0.441385 -0.113365 0.83744 -0.07875 -0.34451 -0.27844 1.181495 0.430865 0.028395 0.57429 0.376675 -1.058635 -0.52377 1.07473 0.89803 0.258045 -0.194145 -0.07592 0.31747 0.49606 0.32606 -0.077505 -0.090365 -0.256905 0.112865 -0.227325 -0.01292 -0.022895 -0.110555 1.14511 -0.282595 -0.828795 -0.179115 0.284035 -0.049685 0.308375 -0.68194 -0.765845 0.08059 -0.23646 0.318865 1.84725 -0.936925 -0.54787 -0.451475 -0.53288 0.176205 0.132665 -0.06205 -0.079945 -0.143085 0.7199 0.01925 0.459425 0.38396 -0.40865 -0.36773 -0.53895 0.0935 -0.264905 0.04318 0.13692 -0.609775 0.431325 -0.276125 0.06103 0.531285 1.054335 0.327685 -1.082525 -0.175895 0.01999 -0.032655 -0.43382 0.25264 0.07914 0.824495 -0.4439 0.086185 0.54572 -0.867985 -0.7542 -0.10513 -0.45911 -0.518695 -0.71043 0.29376 -0.18423 -0.36383 0.91903 0.46481 -1.08811 -0.19836 0.423345 -0.41716 0.061565 -0.84808 0.074945 -0.599515 -0.321235 -0.598325 -1.333185 -0.869705 0.302955 -0.304675 -0.056095 0.28136 -0.579715 0.248895 -0.305025 0.06504 0.171145 0.63264 0.405535 0.33801 0.00073 -0.49758 -0.42172 1.018275 0.26096 -0.578125 0.60935 -0.285705 0.222415 0.33271 0.4588 0.38461 0.44821 0.727975 0.461395 -0.09102 -0.13414 -0.03776 -0.251405 -0.69876 -0.123065 -0.64291 -0.195875 0.40859 -0.122565 0.507935 -0.06424 0.913195 0.722025 -1.083575 0.202965 0.00163 0.389385 -0.61147 0.20986 1.36763 -0.02766 -0.32673 0.317395 -0.26576 -0.725975 0.33734 0.321835 -0.71866 0.345945 0.24993 -0.53236 -0.60651 -0.038455 0.497175 0.321455 -0.032575 -0.253755 -0.216935 1.02625 -0.657 -0.41203 -0.33654 0.3719 0.49859 -0.7511 -0.097295 -0.453505 0.19008 -0.07537 -0.76573 -0.125365 -0.190265 0.53528 -0.170725 0.102805 0.49138 0.58653 0.4207 0.27494 0.015835 0.873715 0.01777 -0.4674 -0.43795 -0.18269 -0.52903 0.20881 0.21587 0.10746 -0.5742 0.23926 0.338995 -0.33627 0.2873 0.477535 0.3641 -0.40625 0.267745 -0.107755 0.255775 -0.279375 0.988335 -0.823335 0.28585 -0.17099 0.112025 -1.01035 -0.85991 -0.235065 -0.22734 -0.223395 0.188165 0.96407 -0.050385 0.026165 0.009275 -0.772815 -0.81857 0.15639 0.468435 0.81823 -0.608885 0.11566 -0.209425 -0.30456 0.220225 0.11434 -0.384245 -0.75324 0.048855 0.168465 -0.222835 -0.126615 -0.218625 -0.079755 0.219515 1.016405 -0.396845 0.35587 -0.058765 -0.103115 0.42315 -0.348045 0.50912 -0.594605 0.87366 0.407855 0.6535 0.542325 -0.35884 0.624035 0.145015 -0.29265 -0.506835 0.750775 0.32288 -0.4145 0.31756 -0.04069 -0.02294 -0.14287 -0.01998 -0.216255 0.33675 -0.176135 0.03736 -0.087975 -0.83747 0.518255 -0.12248 0.399495 -0.522055 0.25741 -0.620255 -0.655805 0.231905 1.017795 0.279405 0.65461 -0.254175 -0.024565 0.434285 0.763395 -0.488125 0.109515 -0.886165 -0.45607 -0.09221 -0.00739 -0.272495 -0.361575 -0.876145 0.398805 -0.12334 -0.35985 0.021035 0.40425 0.18814 -0.18669 0.690415 0.62307 0.47346 -0.18295 -0.21268 0.575185 0.61096 0.085395 -0.23841 -0.664105 0.09211 -1.097225 0.40274 0.07607 -0.300215 -0.416025 -0.068625 0.740515 -0.167385 0.251825 0.691455 0.01654 -0.28019 0.16608 -0.315215 -1.292975 -0.240885 0.44242 -0.02811 -0.42056 -0.26574 0.43335 0.439875 -0.143215 -0.874555 0.065995 0.22346 0.795435 -0.48512 0.242145 -0.45136 1.037775 -0.80425 0.684705 -0.140955 0.419495 0.864375 0.087505 -0.68488 0.19898 0.12969 0.819115 0.66815 0.08701 -0.410915 -0.52353 -0.144625 0.387105 -0.58009 1.288795 0.111385 -0.11163 -0.11236 0.41454 -1.08782 0.42328 0.57433 0.20264 0.14749 -0.186915 -0.084475 -0.084725 0.11284 -0.09775 -0.114045 0.67285 -0.59463 0.30676 0.382 -0.16165 0.70763 0.545995 0.79451 0.150625 -0.24758 -0.360095 0.217575 -0.106725 -0.0901 0.129765 0.86146 0.697785 0.957235 0.55524 -0.143105 -0.639745 0.451185 0.42161 0.04352 0.06995 0.414845 0.30983 0.287995 0.695925 -0.215275 -0.32227 -0.045965 -0.71471 -0.785505 -0.191865 -0.63898 -1.01624 0.35733 -0.010325 -0.108455 -0.221965 0.93062 0.40197 -0.94277 0.5906 -0.3214 -1.19615 0.35825 0.35951 0.06437 0.26878 0.29071 0.156235 -0.2282 0.189085 -0.092455 0.59329 -0.131085 -0.46557 -0.27022 0.10836 -0.922395 -0.62034 -0.16627 0.11951 0.04878 -0.003215 -0.63737 -0.07759 0.02399 -0.23203 0.462265 -1.75166 -0.28746 0.267985 -0.589805 0.889005 -0.644795 0.157665 0.035435 -0.091715 0.659695 -0.673835 -0.22202 -0.063735 0.26028 0.03791 0.491745 0.193645 0.50778 -0.13292 1.06202 -0.06616 -0.665495 0.054015 0.163115 0.064065 -0.41628 -0.01439 -0.739515 0.215675 0.76192 -1.226845 0.354935 -0.955405 -1.15376 -0.140865 -0.544545 0.251555 0.528525 0.8916 -0.09522 -0.16032 -0.552405 -0.03875 0.511055 0.079465 -1.29795 -0.72662 0.044175 -0.17261 -0.402215 -0.03105 0.20255 0.065185 0.37848 0.21291 -0.408625 -0.73117 0.417315 0.333625 -0.83336 0.28599 1.009725 0.075145 -0.31771 0.984275 0.04825 -0.82471 -0.50602 0.30312 0.809075 -0.573205 0.521505 0.194035 0.866065 0.363805 -0.127625 0.355855 0.507335 -0.097335 -0.200675 -0.203115 0.24931 -0.203995 -0.10636 0.488315 -0.15803 -1.040925 0.563955 -0.63198 0.086985 0.31573 -1.16041 -0.56975 0.5152 0.227305 0.63648 1.78622 -0.439095 -1.04461 -0.24869 0.022535\nÊ 0.281585 -0.18013 -0.041465 -0.084705 0.27402 -0.00456 0.9232 -0.218035 -0.034675 0.31205 -0.772545 -0.741715 -0.53177 -0.010075 0.343595 -1.20674 -0.25566 -0.10438 0.17303 -0.260185 -0.08829 0.393235 1.02486 0.35405 -0.13224 0.392095 -0.22709 -0.75618 0.43697 -0.226475 0.74298 0.45433 0.439105 -0.64265 -0.81048 0.02758 0.06688 -1.345155 0.00327 -0.21335 0.09958 0.884205 -0.04649 -0.288135 -0.09354 -0.996425 -0.460275 -0.763715 0.56611 -0.237865 -0.33657 -0.3288 -0.02657 -0.12755 -0.621005 -0.29123 -0.300765 0.11555 0.91677 -1.258075 -0.118475 -0.271155 -0.145725 -0.410845 -0.47008 1.124035 -0.127985 -0.271065 -0.36596 0.11297 -0.661175 -0.00531 0.115645 0.35905 -0.813745 -0.458025 -0.063595 0.09343 -0.55025 0.289845 0.93382 1.01528 0.735905 0.370275 0.035155 -0.082375 0.094855 -0.66985 -0.13379 -0.28101 -0.42873 -0.178065 0.20971 0.63936 0.144695 -0.479515 0.656395 0.06153 -0.532675 0.38024 0.95211 0.858565 -0.200885 -0.17039 0.29265 -0.237505 -0.130965 0.429055 0.45939 -0.86574 0.92398 -0.464405 0.00941 0.353225 0.696615 -1.11784 0.304445 -0.360255 -0.47353 0.54944 -0.29801 0.03163 -0.245575 -0.266445 0.872545 0.02284 -0.064735 0.51276 0.188915 -1.29931 -0.66583 -0.09041 0.087705 0.38401 -0.361125 -0.030825 -0.493645 0.514775 -0.235445 0.22382 0.404945 -0.123225 0.24933 0.86045 1.00492 0.520995 -0.711905 0.04404 0.082695 -0.150485 -0.79174 -0.34558 0.862725 0.329265 -0.1848 0.163595 0.201935 0.22891 0.093655 0.67559 0.86336 -0.25807 0.224385 0.31641 -0.440535 -0.877585 0.2376 0.40127 0.27682 -0.466465 -0.15608 0.32066 0.198405 0.1511 -0.876555 -0.709585 -0.653995 0.81392 0.706985 0.25494 0.35054 -0.586225 -1.206395 0.29306 0.96736 0.003415 -0.27318 -0.51718 0.282775 -0.294945 0.21144 0.205765 -0.16353 0.70077 0.567985 -0.091445 0.691405 -0.467495 0.60007 0.009065 1.073995 0.174205 -1.14833 0.728805 -0.02619 -0.948435 0.074655 0.10453 0.623095 0.55287 0.09801 0.238885 0.50509 0.44684 0.0618 0.58609 0.046005 -0.84152 -0.337965 -0.497665 -0.916365 -0.21485 0.49578 0.33533 0.298005 -0.125895 -0.03659 0.776575 -0.120015 0.086845 -0.00076 -0.091345 -0.23275 -1.101475 -1.148555 0.291325 -0.104095 -0.40761 -0.71817 -0.508755 0.419875 0.820765 0.47773 0.83685 0.35101 0.48162 1.19885 0.133095 0.21649 -0.658575 0.07208 -0.321675 -0.71301 -0.25743 0.540115 -0.187175 -0.44106 0.14507 -0.89495 -0.24715 -0.510525 0.364045 -0.43719 -0.304815 0.27555 0.746105 -0.44179 0.39618 -0.02534 0.099335 0.47732 -0.08948 -0.15299 -1.129325 -0.160735 0.169315 0.462655 0.32043 0.57589 -0.77273 -0.65202 0.424955 0.630265 0.27292 0.99865 -0.45734 -0.230035 1.112735 0.069445 -0.20781 0.862815 1.068805 0.53098 0.57631 0.3486 -0.02995 0.032775 1.164385 -0.58124 0.20671 0.266035 0.35164 -0.05246 -0.816045 -0.414975 -0.00995 0.324515 0.53807 0.805185 0.13289 0.39667 0.349395 0.28416 -0.065845 -1.289315 0.274185 0.907815 0.11275 -0.098375 -0.966565 -0.279655 0.48886 -0.437345 0.403215 1.83568 -1.607525 0.06541 0.341495 -0.286735 0.06428 -0.201765 -0.10311 0.136705 -0.390845 -0.712865 -0.187995 -0.137685 0.08835 -0.518315 -0.082555 -0.68493 -0.0012 -0.27234 -1.008155 -0.959235 0.68707 0.313085 -0.49268 -0.83674 0.182965 0.87494 0.53041 0.37403 0.26111 1.43323 0.30244 -0.20765 1.16565 -0.418785 0.527845 0.686935 -0.18119 -0.108345 -0.08736 0.151455 -0.727205 0.62638 0.08279 -1.003905 -0.899795 -0.283695 -0.34371 -0.170145 -0.20018 -0.854145 0.3755 -0.49627 -0.32983 -0.84103 -1.28066 0.346505 1.27863 0.581945 -0.220665 0.02307 -0.174245 -0.105175 -0.636155 -0.031405 0.539045 -0.10603 -0.472145 -0.192575 0.59689 0.470395 0.320635 0.001195 -0.585895 -0.376085 0.55984 -0.793025 1.02134 -0.475425 -0.09434 -0.200535 1.451285 -0.04067 -0.096665 -0.57238 0.18258 -0.26381 -0.05636 0.908815 0.561335 0.120145 0.083995 -0.781 0.313215 -0.282305 -0.87126 -0.74592 -0.341375 -0.98194 -0.42235 -0.167675 -0.112415 -0.4662 -0.85245 0.178345 -0.58181 1.261405 1.00851 -0.15189 -0.93655 0.62751 0.00455 0.002335 0.533765 0.229335 -0.089585 -0.019255 0.100765 -0.51989 -0.05139 -0.046635 -0.591095 -0.14338 0.73173 0.276755 0.957805 -0.162655 0.029445 0.06268 -0.044915 0.23852 0.23675 0.05139 0.218085 0.21423 -0.19345 0.04791 0.52975 -0.38367 -0.774015 -0.346315 -0.19959 0.15293 -0.280405 0.33687 0.156035 -0.049795 -0.22784 0.18705 -0.12116 -0.994595 0.866605 -0.190375 -0.50637 -0.328655 0.002945 0.70484 0.13567 0.17197 -0.519485 0.428265 0.07819 -0.36458 0.39805 -0.072285 -0.22371 0.27205 -1.017515 -0.00107 1.11167 -0.15827 -0.16541 -0.674435 -0.194805 -0.23969 0.352815 -0.516615 1.1717 -0.860145 0.02741 0.02233 -0.36111 0.16584 2.116225 0.789575 -0.535445 0.00862 -0.93286 0.83773 0.524495 -0.28461 0.239795 -0.006 0.162325 0.012865 0.448015 0.33568 0.42395 -0.875195 0.82257 0.098645 0.06605 0.98801 -0.54084 -1.117575 0.89064 0.27532 -0.39668 -0.53227 0.443735 0.759515 -0.072515 0.703235 0.514535 -0.27394 -0.876765 0.368945 0.113705 1.4438 -0.352065 0.82291 -0.265515 -1.86906 -0.134885 0.53643 -0.339295 0.501465 -0.354775 -0.018795 0.397235 0.07981 0.619325 -0.197945 -0.11567 -0.714715 0.861345 0.474465 -0.511885 -0.04279 -0.020525 0.054955 0.138845 -0.06024 -0.63974 -0.55643 -0.04896 0.541705 -1.322305 0.03397 0.07727 0.304675 -0.437105 0.095685 0.64864 -0.224025 0.48309 -0.58606 0.083075 -0.24673 -0.191975 0.28814 0.78869 -0.849335 0.615905 0.352415 0.27086 -0.13289 -0.786825 0.73506 0.42422 1.34362 0.435355 -0.445075 -0.338335 0.545155 0.09656 -0.12873 -0.01104 0.364975 0.827855 0.22131 -1.15526 0.084785 0.64319 1.45003 0.55739 -0.913245 0.038755 0.503945 0.83981 -0.53845 -0.121415 1.253495 -0.279265 0.107575 0.26579 -0.850065 -0.73747 0.285345 0.45642 0.313515 0.31982 0.960025 -0.35973 -0.271635 -0.845885 -0.162875 0.12243 0.916395 -0.80441 0.120775 0.657395 0.528905 -0.112585 -0.080695 0.87298 0.233165 -0.893175 0.216185 0.03677 0.22092 0.782195 -0.94705 0.41417 -0.605055 0.93687 -0.75719 0.16587 0.669155 -0.1535 0.664705 0.92182 0.94499 0.21285 -0.718 -0.978695 -0.355865 -0.023225 -1.647675 -0.58012 0.39575 -0.70119 -0.74333 0.28518 0.213795 0.312215 0.259575 0.299805 0.45357 -1.227695 1.041155 1.25887 -0.0368 -0.26469 0.333325 -0.13527 0.176125 -0.206045 -0.15759 -0.403815 -0.555735 0.25395 -0.39202 -0.242245 -0.575365 0.676435 -0.039575 1.159275 0.9931 0.00476 -0.56682 -0.189585 0.393955 -0.034315 -0.812805 -0.461775 0.33482 -0.453005 0.533695 0.753335 -0.27933 0.0718 0.037485 0.19627 0.695645 -0.29113 -0.171415 -0.269985 0.259445 0.348815 0.22365 -0.316145 0.351925 0.35376 -0.120655 -0.400645 0.090275 0.321175 0.23507 0.199845 -0.291285 -0.3605 -0.634565 0.25097 -0.474435 0.455755 0.07389 -0.649995 -0.541265 -0.80482 0.273805 0.3611 -0.33577 -0.267375 -0.23647 0.60347 0.13801 0.374635 -0.18823 0.662425 -0.979255 0.03499 -0.30858 0.311905 -0.395935 -0.030175 -1.017955 -1.55192 0.1542 0.530845 0.27362 -0.040245 0.586505 0.815085 0.29041 0.63032 0.743375 -0.060495 -0.01565 -0.19247 -0.471195 0.735525 0.28537 -0.500545 -0.714965 0.007055 -0.51111 -0.560465 -0.36214 0.351765 0.259855 -0.61886 0.37785 -0.54059 -0.20956 0.112105 -0.11208 -0.30024 0.39286 -0.1446 0.12409 -0.77048 -0.262595 -1.09885 0.117855 0.45295 -0.23413 0.167935 -1.210325 0.09445 0.181365 -0.307245 1.284225 -0.423865 -0.0558 -0.090725 0.23443 -0.03255 -0.415755 1.180515 -0.786025 0.340975 -0.51485 0.308785 0.670715 0.631285 -0.819305 -0.549005 0.731085 0.396035 -0.645475 -0.448105 -0.440045 0.36979 -0.678115 0.4423 -0.963845 -0.16201 -0.57206 0.01403 -0.222715 -0.125855 0.362895 0.13532 -0.46361 -0.246145 -0.008675 -0.807015 0.03914 -0.19805 -1.668655 0.737525 1.538415 -1.48961 0.133145 0.05651 -0.054555 -0.02808 -0.6756 0.0307 0.24908 -0.540845 -0.69252 0.783735 -0.20692 1.272 -1.39367 -0.11581 -0.360895 0.41446 0.80711 -1.053805 -0.15443 0.31871 0.7733 -0.638045 -0.59983 -0.21644 0.85513 -0.026935 0.298315 1.151515 0.531415 0.839825 0.694435 0.065865 -0.389515 -0.47873 1.064805 0.77547 -0.59758 0.25758 0.136545 -0.2412 -0.004975 -0.657315 -0.399735 -0.172005 0.13312 0.002615 -0.683265 -0.41623 -0.340645 0.03852 0.349105 -0.010315 -0.354685 -1.06639 0.050055 0.723045 -0.242385 -0.09191 -0.06551 -0.972425 -0.536245 0.68742 0.27295 0.084385 0.49835 0.22751 0.08855 -0.391595 0.77186 -0.287665 0.298385 -0.64889 -0.41854 -0.117295 -1.07989 -0.458445 -0.0689 0.50123 -0.52728 0.684345 0.241655 -0.392815 0.4517 -0.719565 -0.167515 -1.515925 1.00023 1.072775 -1.19404 -0.40296 -0.422125 0.5572 0.236555 0.04473 -0.089855 -0.81289 -0.189045 0.12239 0.07937 -0.317875 -0.281375 0.023405 -0.31852 -0.330325 0.31164 0.2711 -0.89562 -0.39851 0.96103 0.247265 -0.462885 0.76813 -0.17462 -0.358555 0.20514 -1.65165 0.459945 -0.84688 0.472015 -0.131505 0.6378 0.763855 0.106675 1.00476 -0.489665 -0.067065 -0.565265 0.25236 0.516555 0.09427 -0.04033 -0.210665 0.08653 -0.34974 0.996425 -0.34551 -0.740315 -1.265035 -0.346025 -0.284525 0.089185 -0.55107 0.51772 0.931295 -0.68914 0.03445 -0.62713 -0.071965 -0.687755 0.543075 -1.0021 -0.20612 0.561665 -0.71286 0.469175 -0.121715 0.330225 -0.05359 1.032915 -0.381685 -1.06913 0.516455 0.16641 -0.747765 -0.27786 -0.53004 0.54462 0.888295 -0.07963 -1.140475 -0.83231 0.086825 -0.108255 0.196105 0.24947 0.045575 -1.04415 -0.684715 -0.35815 -0.37581 -0.18814 2.08312 -0.047685 0.78244 -0.521375 -0.11826\n° 0.01275 1.29068 0.47494 0.76518 0.6415 0.10425 0.10987 0.59353 0.14346 0.41496 -0.00314 -0.10354 -0.51786 -1.29209 -0.09613 -0.57107 -0.22405 -0.01081 -0.13332 -0.41224 -1.13063 -0.85992 -0.31565 0.37126 -0.09568 0.01268 0.09524 0.92051 -0.07136 0.16011 0.53349 -0.04833 0.23289 -0.34493 0.83407 1.07586 -0.83994 0.89884 0.17159 -0.91818 0.53475 -0.30901 -1.29781 0.46229 0.13185 -0.88725 0.05127 0.17403 0.90798 0.19799 -0.50895 1.55515 0.04264 -0.2436 0.09636 -0.29741 -1.34396 0.43313 -0.34011 0.91248 0.48748 0.74059 0.31104 0.22683 0.91511 0.96018 0.33242 0.32247 0.08078 -0.68829 -0.32683 0.15219 0.14368 0.02953 -0.1136 0.40334 -0.37586 0.34533 0.69593 -0.87332 0.17103 1.20069 1.14064 -0.29515 -0.28876 0.71414 -0.82765 -0.09242 8e-05 -1.54852 0.67823 -0.42343 0.77519 0.05681 -0.26577 -0.06966 -0.09004 0.02163 -0.46705 0.36591 0.88977 0.13821 -1.1328 -0.39824 0.95774 0.36369 -1.12827 -0.06962 0.06742 -0.62755 0.78637 0.27866 0.55485 0.53822 -1.21564 -0.06169 -0.54748 -0.27693 0.29802 0.67799 -0.76918 0.7522 -0.75175 0.18479 -0.70185 -0.69028 -0.0189 0.51527 0.58297 0.32277 -0.25225 -0.24858 -1.08498 -0.37608 0.68847 -0.40899 -0.52651 0.50729 -0.33719 -0.26643 0.30249 0.09301 0.19062 0.62015 0.0276 0.07509 -1.00936 -0.67755 -0.71799 -0.81745 0.6732 0.36526 0.31016 -0.12824 0.39578 0.06645 0.37236 0.59442 0.48281 0.91542 0.20298 -1.81798 0.24377 0.42572 -0.44461 -0.81933 -0.02734 -0.68037 -0.70726 -0.10967 -0.04187 1.33544 -0.29594 -0.19262 -0.56322 -1.01655 -0.07607 0.72279 0.50748 -0.16793 -0.64323 -0.85263 0.28058 0.02257 -0.87968 -0.50605 -0.20855 0.5212 0.1308 0.39607 -0.17027 0.00918 1.40483 -0.1897 0.22926 0.51018 -0.30341 0.10388 -1.28377 0.4069 1.4463 -1.16298 0.19018 0.09417 -1.61138 1.13819 -0.34867 -0.14693 0.11661 0.23123 0.20865 0.52329 0.155 0.15667 0.9592 1.52947 -0.23427 -0.15297 0.07987 -0.68842 -1.18064 -0.61182 0.46716 -0.15408 0.04305 0.22987 -0.4647 0.64097 1.16213 0.30116 -0.56181 -0.03554 -0.97416 -0.12552 -0.03526 0.70759 0.09473 0.27416 0.31137 0.87225 0.22424 0.34784 0.60644 0.67087 0.97293 0.74116 0.88593 -0.01792 -0.12299 -0.14398 -0.03749 -0.37075 0.45507 -0.24969 -0.4901 0.35176 -0.40984 -0.11659 0.32636 0.60129 -0.65665 0.87473 0.09269 0.57878 0.67878 0.83522 0.77364 0.04572 -1.15491 0.18176 1.26062 -0.19098 -0.78564 -1.75391 -0.05364 -1.34492 -0.3519 0.12763 0.39505 1.24156 -0.41042 -0.42374 0.41227 -0.82962 -0.14131 -0.24896 -1.22031 0.48385 0.13216 1.08073 -0.1138 0.04381 -0.10153 0.22919 1.01182 0.88216 -1.23588 0.62529 0.38996 0.14864 -0.51443 -0.03877 0.78221 0.38446 -0.53315 0.36121 -0.63191 0.67887 -0.77898 -0.35462 -0.29993 0.312 -0.1517 0.42682 -1.3382 0.3867 0.73836 -0.00124 -0.03797 0.56534 -0.38565 1.70183 -0.78335 1.12949 -0.31737 0.03919 -0.54525 -0.03051 -0.43546 0.55845 -0.25819 0.14176 0.38867 0.03817 -0.20593 0.16598 -1.71451 0.45341 0.63951 0.10629 -0.41378 0.42103 0.23716 0.31068 -0.37102 -0.00593 1.4509 -0.69068 0.004 0.18221 -0.03239 0.07591 0.43079 1.08138 -0.59289 -0.35137 0.06114 0.58788 -0.67766 -0.89858 0.24348 -0.05819 0.74044 0.54484 0.28283 -0.51496 -1.05941 0.3786 -1.12648 0.91819 -0.01465 0.04603 -0.20742 -0.37294 -0.21368 -0.11892 0.67315 -1.04045 0.86226 -0.68299 0.79722 0.41389 -0.43301 -0.42788 0.49042 -0.33446 -0.63668 0.02375 0.30063 -0.36751 -0.54296 -0.26381 0.2088 1.45464 0.22245 -0.17978 -0.18845 0.19057 0.09492 -0.18939 -0.42104 0.3682 -0.85175 0.68442 -0.13945 -0.09296 0.19251 1.62382 -0.28078 0.95495 0.42049 -0.39727 -0.51744 1.03275 -0.64369 0.05298 -0.95686 0.45512 1.09847 1.08607 -0.43668 0.60729 0.70902 -0.78707 -0.01901 -1.20162 0.91171 0.14566 0.78375 -0.04564 -0.08527 1.21576 -0.00882 0.65518 0.24621 -0.52364 -0.07044 -0.16305 0.48318 0.53808 -0.54187 -0.4502 0.29983 -0.09554 0.43727 -0.15186 -0.04832 0.48361 0.90119 1.26729 0.08826 -0.81178 -0.10244 0.72595 0.27582 0.85597 -0.52713 -0.48663 -0.61551 -0.54399 0.23077 0.22686 -0.16631 -0.35042 0.22545 -0.41038 0.49822 0.01069 0.36211 0.08907 -0.24426 -1.18543 1.24572 0.96389 0.53432 -0.28559 0.79953 -0.14555 0.20107 -0.30685 0.1401 0.49666 -0.56524 0.06639 0.81615 0.99069 0.34464 0.69854 -0.28378 0.13029 0.68481 -0.71276 -0.11725 0.07137 -0.92141 -0.10878 -0.45833 0.00965 -0.50325 -0.31615 0.11243 0.09486 0.08848 -0.92892 0.67054 0.65473 -0.35248 1.70163 0.24825 0.2735 -0.15323 -0.02875 0.55663 0.50468 0.44764 0.32986 -0.47952 0.16129 -0.91348 0.52649 1.03908 0.25734 1.43223 0.80641 -1.25623 -1.3147 0.01487 0.38734 -0.39658 1.55598 -0.51847 -0.64362 -0.67966 -0.86967 0.48315 0.92393 0.87916 -0.10042 -0.10263 1.75579 -0.48205 0.74427 -0.69272 -0.33747 -0.30415 -1.37418 0.45571 1.42307 -0.46194 0.11177 -0.18457 0.26049 0.35734 -1.29665 -0.027 0.93056 0.49275 0.76119 0.19199 -0.25323 0.15358 -1.62832 0.83986 -0.04478 0.2981 -1.05122 0.22938 -1.11462 -2.46251 -0.096 0.36001 0.22579 1.21484 0.79326 -0.32588 -0.58178 0.32155 -0.28284 -0.01264 -0.62016 0.68291 -1.01413 0.79764 -0.91354 -0.17489 -0.09424 -1.81613 0.24696 0.16144 0.79546 -0.38339 -0.62338 0.24637 0.98867 0.50216 -0.25922 -0.97587 1.21504 -0.29206 -1.9842 0.38122 -0.88304 0.77239 0.38245 -0.4559 0.82886 -0.20182 1.06508 0.00168 0.14011 -0.18049 0.02112 -0.47604 -0.45907 -0.73965 -0.42832 0.85167 0.8721 -1.52431 -0.1629 1.09071 -0.14271 0.79248 1.13421 1.73489 -0.03941 -0.17083 -0.63076 -0.12206 0.79691 -0.35854 1.02858 -0.1621 0.5885 -0.17799 0.83362 -0.07708 -0.94087 -0.10472 0.2231 1.8015 -0.12494 -0.86696 -1.06465 -0.2221 -0.81513 -0.27909 0.75571 0.24651 0.34 -0.45091 0.24446 0.07267 1.07897 -0.49442 -0.68588 0.38574 0.38713 -0.59143 -0.35807 -0.35358 -1.41435 -0.2279 -1.77018 0.21659 -0.21705 -0.10461 -0.03325 2.23847 0.40938 2.59496 1.24005 1.42963 0.45587 -0.97665 1.50347 0.37755 -0.35662 0.22691 0.93251 0.1846 -0.73796 -0.4256 -0.34106 -0.4745 -0.32398 -0.70136 -0.49609 -0.11688 1.16165 0.60921 0.38094 -0.02037 -1.00603 1.24097 -0.96569 -0.56682 0.59159 0.07572 -1.00386 -0.50294 0.32907 -0.09522 0.75425 0.95219 -0.08422 0.22217 0.82547 0.73227 -0.48316 -1.07671 0.08655 1.16889 -0.18279 0.81808 -0.24071 -0.12841 -0.87645 0.37903 0.90156 -0.08331 0.02001 0.57127 -0.06442 -0.15238 -0.12003 -0.75925 0.05944 -1.20331 -1.10153 1.313 -0.31256 -0.32584 -0.16468 -0.26142 0.7043 -0.05199 0.30258 0.18387 -0.65249 0.56667 0.87669 -1.03246 -1.44772 -1.17536 -0.09066 0.42846 0.93721 0.99201 1.07274 0.0992 -0.08137 -0.51299 0.44716 0.45116 -0.20037 0.7112 1.60092 0.31526 1.29758 0.52262 -0.16494 -1.27316 -0.50521 1.45836 -0.74855 0.37516 0.42663 -1.14217 0.27552 0.31259 0.27999 0.84134 -0.70737 1.02151 -0.24341 0.81699 -0.45091 0.60741 0.06889 -0.86379 -0.50071 0.14186 -0.67689 -0.48874 -0.61584 0.2553 -0.50382 0.01893 -0.29806 1.28775 0.65039 -0.77413 0.29861 0.07796 0.12587 -0.66084 0.0333 -0.88022 -0.16022 1.17611 -0.71407 -1.07984 0.03324 1.10245 0.13677 0.52783 0.40687 -0.20612 -0.3353 -0.93947 -0.26825 0.38365 1.17305 0.19228 0.63888 -0.88268 0.66852 0.27596 0.35266 0.15175 -0.66634 0.06697 -0.06886 -0.46898 1.35461 -0.87194 0.69726 -0.11688 -1.26616 0.25604 0.75435 -0.61308 1.05553 -0.27672 1.33155 0.99657 0.0286 0.32844 -1.05732 -0.52556 0.75227 0.3196 0.24208 0.73948 -0.16591 0.74624 -0.35722 -0.08631 0.92238 0.98869 1.20835 -1.3645 -0.92964 -1.07826 -0.24584 -0.44525 0.40452 0.79659 -1.28182 -0.86656 1.09292 0.64692 0.06517 0.62462 0.78806 -0.44152 0.3164 0.72461 0.00452 -0.47415 -0.05486 2.15746 1.30083 0.68277 0.92004 0.06159 0.16107 -0.89894 0.81301 -0.47466 -0.59743 -0.59378 0.64432 -0.00638 0.21661 -0.29735 0.85626 0.89723 -0.30556 -0.20984 -1.25852 -0.28809 0.50099 0.31791 -1.77237 0.48232 -0.17423 0.18767 -0.59069 -0.16958 -0.45708 -0.02937 -0.60308 0.05703 1.61211 -0.27267 -0.49979 0.10372 -0.39321 0.45928 0.66062 -0.91828 0.09159 -1.49751 0.74436 1.12603 -0.32056 -0.40272 -0.02727 0.31622 0.9076 0.89787 -0.35513 0.57243 0.41713 -0.78286 0.35605 -1.06925 0.05691 0.42372 1.09868 -0.77927 -1.63181 1.24119 0.85278 -1.05594 1.04252 0.17219 -0.23841 -0.99116 0.42282 -0.91793 0.95422 -0.8257 0.61142 0.09628 -0.51038 0.80661 0.41912 -0.78566 0.54673 -1.89716 -0.53126 -0.04405 -1.29078 -0.20139 1.39192 0.42994 0.29338 -0.37022 -0.3503 -0.78557 0.1886 0.4166 0.33021 -0.07538 -0.3279 -0.29343 -0.00675 0.5568 0.28472 -0.16417 -0.05563 -0.01748 -0.48342 0.16121 0.54467 1.00405 0.03134 -0.00582 0.11086 0.03285 0.03698 0.86179 -0.18102 0.54943 -0.24222 0.29287 0.48132 -0.18521 -0.50226 0.53843 0.45115 0.33873 0.83031 1.07791 -0.06725 -0.54466 0.31684 0.91777 1.17402 -0.60875 -1.21653 0.11954 1.19105 -0.37949 -0.56117 -1.68702 0.66434 1.27244 -0.42546 0.59544 0.15048 -1.08225 -0.60012 -0.22405 0.2347 0.04025 0.2252 -0.13099 0.42454 1.04881 -0.27291\nÐ -0.408014 0.307679 -0.106208 0.113363 0.15872 -0.21765 0.11093 -0.281791 0.034762 -0.137156 -0.199798 -0.267351 -0.100426 -0.067786 -0.087711 -0.060456 0.205066 -0.323756 -0.505476 0.265359 -0.028356 0.108196 0.860943 -0.46294 -0.175207 0.306508 -0.200009 0.201243 -0.041581 -0.022266 0.448251 0.409452 -0.261986 0.010577 -0.238921 -0.130128 -0.117933 -0.09095 0.170701 -0.315257 -0.254023 -0.250578 0.021572 0.118632 -0.012256 -0.479328 -0.521879 -0.301339 0.3971 0.088691 -0.550761 -0.420501 -0.079642 0.447634 -0.009032 0.081251 0.040463 0.139079 0.321117 -0.106993 0.276261 -0.293019 -0.162797 -0.109674 0.190691 0.394582 0.192787 0.035358 -0.610204 -0.154852 -0.062256 0.382107 0.238999 -0.148522 0.09144 0.083772 -0.474762 0.02384 -0.237884 -0.344627 0.314411 0.107014 0.14409 0.201699 0.153271 0.109006 0.079427 0.078427 -0.458422 0.203949 -0.526441 -0.484357 0.22722 0.045192 0.732154 -0.143368 -0.018244 0.155962 -0.344137 0.019093 -0.052259 0.278773 -0.136476 0.164077 0.315679 0.18361 -0.49675 0.483047 0.040438 -0.588418 0.462457 -0.075797 -0.135799 0.184282 0.371932 -0.279034 -0.281048 0.146029 0.313083 0.104856 0.004589 0.478314 -0.099551 0.157139 -0.197487 0.198534 -0.010932 0.011741 -0.464453 0.142004 -0.03877 -0.320066 0.123689 0.301738 0.498511 -0.628662 0.076574 -0.129061 0.129569 -0.018219 0.419017 0.070772 0.410828 0.082623 0.10296 0.23938 -0.02373 -0.05324 -0.864987 0.051267 -0.286528 -0.247063 -0.031023 0.195504 0.121687 0.210248 0.086187 -0.154657 0.095657 0.272939 0.527268 -0.275464 0.107514 0.227148 -0.014102 0.091211 -0.262584 0.072273 -0.412936 0.110166 0.040917 -0.230828 -0.358764 0.093258 0.042731 0.058202 -0.276261 0.282437 0.259611 -0.093147 0.227701 0.057461 -0.527689 0.263197 -0.380997 -0.038293 -0.090672 0.036689 0.12106 -0.176074 0.020548 -0.023083 -0.198251 0.166543 -0.189028 -0.183589 0.314331 0.038031 -0.191021 -0.242431 0.243797 -0.484688 -0.187502 -0.021509 -0.062318 -0.278632 -0.017229 -0.109331 0.997734 -0.043382 0.208244 0.014264 0.300292 0.07852 -0.143677 0.737512 -0.353669 -0.394432 -0.345246 -0.24631 -0.221959 -0.621262 -0.168077 -0.180548 -0.086641 -0.185652 0.017618 0.303719 0.13497 -0.06735 0.487933 -0.116403 -0.191493 -0.274443 -0.49173 0.003361 -0.047799 0.068996 0.135717 -0.293317 0.001039 0.275849 -0.187137 0.415297 0.280278 0.27369 0.462816 -0.102096 -0.305998 -0.007348 0.038284 -0.410467 0.572112 0.040996 -0.079752 -0.426183 -0.287741 -0.135984 0.120596 0.177308 0.140779 -0.150853 -0.818259 -0.138418 -0.154253 -0.054247 0.329839 -0.400877 -0.227534 0.225131 0.62575 0.031328 0.185672 -0.357832 -0.339142 -0.23828 -0.198023 0.544002 0.292821 -0.135791 -0.278831 0.1524 0.257778 0.04481 0.703592 0.262681 -0.080471 -0.074532 -0.147104 -0.499263 0.364867 0.528096 -0.293429 0.179847 -0.0448 0.25144 0.092979 0.099448 0.146533 -0.068883 -0.095652 0.225069 -0.07128 -0.063152 0.167733 0.297494 -0.362976 0.435877 -0.296904 -0.312046 -0.023283 0.16285 0.054457 0.452219 -0.104259 0.128137 0.145187 0.12381 -0.010429 -0.501019 0.117098 -0.314367 -0.017043 0.508843 0.360936 -0.016422 -0.16264 0.118002 -0.115534 0.08628 -0.243739 -0.031344 0.078171 -0.073518 -0.369948 0.102018 -0.966409 0.263858 -0.230074 0.040447 0.068163 -0.270841 -0.098792 -0.308881 -0.244437 0.082734 0.529121 0.209246 -0.296162 0.241716 0.004004 0.505023 -0.477782 -0.366819 0.36391 0.058014 -0.343536 0.576101 0.127826 -0.383509 0.052699 0.026538 0.117851 0.079347 -0.167176 0.204802 0.178707 0.097853 -1.147512 -0.348401 -0.079997 0.239561 -0.21301 -0.376093 -0.244454 0.374468 -0.010272 -0.552738 -0.061874 -0.528929 0.311886 -0.188028 0.237033 -0.566178 -0.117508 -0.083826 -0.017002 -0.165911 -0.090719 0.0112 0.149378 0.07607 -0.105974 -0.163654 0.300791 -0.099079 -0.111066 -0.057303 -0.034383 -0.15444 -0.048176 0.005981 -0.031154 0.065879 0.267401 0.284924 -0.002978 0.087719 -0.015681 -0.619999 0.309024 -1.086118 -0.052371 0.170016 -0.244646 -0.057183 -0.107453 0.491259 0.054737 -0.391489 -0.121807 -0.223811 0.102131 -0.174952 -0.073368 -0.216543 0.215274 -0.236047 0.233399 -0.056927 0.100839 -0.149 0.033372 0.221529 0.331542 0.077926 0.260076 0.101103 0.020929 0.188677 -0.285024 0.010574 0.097902 -0.216938 0.327874 0.352953 -0.253587 0.342258 0.388631 0.974341 0.471019 -0.230639 0.052766 0.526532 0.054532 0.179104 -0.14064 -0.473477 0.004287 0.136694 0.443704 0.387556 -0.349271 -0.025208 -0.187341 -0.354083 -0.115289 0.071988 0.17303 0.290511 0.188792 -0.338142 0.47144 0.13935 -0.175412 -0.086031 -0.795231 -0.228387 0.279327 -0.007208 0.195886 -0.294024 -0.351532 -0.140956 0.288339 0.251507 0.238924 0.349978 0.193104 0.346679 0.631717 -0.351661 -0.088027 0.494234 -0.108647 -0.300176 0.066743 0.367214 -0.092543 -0.133506 -0.088818 0.219158 -0.039637 0.058793 -0.33106 -0.078058 0.002149 2.332971 -0.285744 -0.145907 0.213967 -0.41087 -0.199267 0.052242 -0.180407 0.203122 -0.089619 0.37935 0.389763 0.209344 0.224519 -0.170192 -0.302202 -0.026103 0.260683 0.072289 -0.16105 -0.276976 -0.097528 0.323711 -0.043993 0.495617 -0.390677 0.707562 0.896977 -0.677908 0.735339 -0.175168 0.292433 -0.208411 -0.023017 0.336902 1.160976 0.019811 0.139738 -0.138574 -0.226082 -0.537038 -0.472878 0.249699 -0.056516 -0.321913 0.175321 -0.041022 0.616834 0.550287 0.414282 -0.433249 -0.432428 0.327719 0.177562 0.241971 -0.696984 -0.03664 -0.219814 0.160177 0.035572 -0.314421 -0.017237 -0.291838 0.702161 -0.157533 -0.097796 -0.190531 0.339824 0.057163 -0.062732 0.165849 0.489238 0.336362 -0.621941 0.08648 -0.434716 -0.020697 -0.168237 0.20959 -0.017391 0.747129 0.25265 0.039994 -0.002864 -0.426871 0.603313 0.042172 0.770548 0.089472 0.246842 -0.128797 0.206603 0.063627 -0.242933 0.083154 0.01997 0.217194 -0.0492 -0.304979 0.333803 -0.339169 0.679401 -0.003502 -0.546293 0.095799 0.131962 0.411823 -0.186482 0.147018 0.670334 -0.108606 -0.302572 0.183743 0.740607 -0.371648 0.149181 -0.097006 -0.264957 0.198362 -0.04368 0.106086 -0.377242 0.325043 0.392482 0.076709 -0.090643 -0.035446 0.212222 0.416878 -0.605878 -0.527969 -0.253457 0.246592 0.081164 -0.2299 -0.141374 0.165989 -0.075639 -0.361859 -0.338828 -0.062228 -0.365052 0.106729 0.279533 0.50677 0.494471 0.452381 0.928658 0.375442 -0.113924 0.520493 -0.203586 -0.45256 -0.606919 -0.016663 -0.538606 0.307764 0.296832 -0.424972 -0.252767 0.734476 -0.070587 -0.047816 0.313262 -0.036308 -0.208564 -0.479098 0.18199 0.071456 0.096218 0.155443 0.248019 -0.190418 -0.189378 0.352781 -0.085961 -0.384091 -0.706504 0.280313 -0.860831 0.390582 -0.091882 0.038824 0.081104 -0.214973 0.09807 0.012502 -0.117739 0.573479 -0.256609 0.16193 -0.473874 -0.713598 0.045104 -0.143099 -0.517159 0.283343 -0.430119 -0.236066 0.368257 -0.11414 0.094571 0.005083 -0.404112 -0.0773 0.036971 0.185799 0.101591 0.2232 0.202886 0.152582 -0.001898 -0.38052 0.481103 0.183803 0.025951 -0.366449 0.511631 0.549899 -0.356239 0.54086 -0.678201 0.248983 -0.319903 0.271354 0.651888 -0.307647 -0.311551 0.208543 0.111972 -0.458511 0.270624 0.165249 -0.232517 -0.120988 0.363323 -0.150931 -0.323992 0.463523 0.064397 -0.126863 -0.527448 -0.061667 -0.421146 -0.70946 0.182736 0.686182 -0.129456 0.435142 0.032653 -0.278797 0.547322 0.409749 -0.668239 -0.201578 -0.270633 -0.59026 -0.034358 0.455814 -0.18508 -0.426503 -0.026454 0.208373 0.23343 -0.287477 0.429078 0.205061 -0.38331 0.249249 0.295136 -0.267474 -0.420541 -0.579716 0.12598 0.448443 0.010798 0.295509 -0.083871 -0.390491 -0.336731 -0.816742 0.069938 0.216608 0.115668 -0.073718 -0.233296 -0.089751 0.04204 0.182153 0.944639 0.111204 -0.335277 0.092087 -0.219943 -0.939072 0.178438 0.287309 -0.207569 -0.266401 0.024586 0.088471 0.279254 -0.295106 0.013629 0.07248 -0.12447 0.539413 0.146417 0.109522 -0.257392 0.490893 -0.121878 0.070411 -0.159043 -0.083462 -0.063767 0.302617 -0.394964 0.304336 0.698282 -0.310741 0.736589 -0.107004 0.406562 -0.629049 -0.431376 -0.026219 -0.117178 1.007704 0.659464 -0.574603 0.150532 0.439466 0.009098 0.592577 0.188821 0.306098 -0.580558 0.559762 -0.269694 0.378078 -0.336734 -0.040876 -0.231697 0.039972 -0.237422 0.382922 -0.138623 0.06377 0.770911 0.412746 0.315677 0.004288 0.08419 -0.251199 -0.262419 0.583301 0.189729 -0.695388 0.140607 -0.262279 0.359953 0.352749 0.114928 -0.178498 0.196624 -0.161018 0.326093 0.21252 0.168816 0.116547 -0.328523 -0.133988 -0.396999 0.516116 0.092686 0.054633 -0.053211 -0.70303 -0.314884 -0.104992 -0.062389 0.080763 -0.16722 -0.13442 0.575791 -0.06057 -0.41034 -0.09139 -0.832649 -1.015396 0.195974 0.159181 -0.089748 -0.292171 -0.098709 0.326247 0.766609 0.407137 -0.093573 0.291881 -0.02428 -0.161472 -0.339077 -0.114466 -0.317607 -0.138493 -0.204898 0.028091 0.5321 0.416039 -0.450814 -0.126557 0.443049 -0.5243 0.173701 -1.771737 -0.109793 0.257926 -0.44268 0.180014 -0.547016 0.115532 -0.295363 -0.811611 0.483091 -0.342162 -0.058777 0.328854 0.376892 0.339968 0.646708 0.012006 0.196939 -0.170712 0.160813 0.56425 -0.444839 0.022108 0.429292 0.257764 -0.404561 -0.005337 0.335957 0.322878 0.209939 -0.761252 0.375761 -0.85853 -0.221928 0.057319 0.004962 -0.057202 0.203784 0.76156 -0.064508 -0.510414 -0.282624 0.176891 0.527836 0.384726 -0.324224 -0.487176 -0.320217 0.068068 0.123748 -0.146513 -0.48411 -0.096264 0.078581 -0.79708 -0.550076 0.100622 0.535714 -0.112079 -0.22716 -0.076666 1.059953 0.168952 -0.309787 0.493543 -0.376389 -0.480258 0.112081 -0.086014 -0.038801 -0.141338 0.105221 -0.003961 0.505973 0.137689 -0.356799 0.84448 0.361639 0.0092 0.007827 0.154472 -0.211402 0.272856 -0.184758 -0.226081 -0.33409 -0.129696 -0.204888 -0.250074 -0.361112 0.437457 -0.652846 0.156629 -0.130996 -0.149366 0.228578 2.001094 -0.259171 -0.674199 0.412774 -0.019314\n¼ 0.00968 -0.55251 0.83772 0.29533 0.04566 1.96994 -0.91843 1.27895 0.45371 0.03295 0.66799 -0.14068 -0.47955 -0.0368 -0.14994 0.72386 -0.03913 -0.13996 -0.11579 -0.63419 -1.7658 0.25329 0.07756 1.04433 1.13433 0.5858 0.03895 0.76595 0.60551 -0.26625 -0.00974 0.39127 -0.00593 0.15162 -1.97989 0.41798 -0.93226 -0.74636 1.23945 -0.46191 0.38521 -0.5176 0.05656 0.3757 -0.45505 0.22706 -0.62833 1.15525 -0.45934 -1.3809 -0.50383 0.19707 0.28238 -0.25357 -0.08922 -0.91708 -0.97796 1.13621 0.2314 0.76632 1.06134 1.02982 0.40886 -0.06822 1.08311 -0.25852 0.80236 0.23467 -0.5178 1.20993 -0.08103 -0.14399 0.5065 -1.55702 -0.52673 0.34758 -0.7999 -0.38481 0.41357 0.21324 1.30358 0.75718 0.40482 0.87546 0.32147 0.20451 -0.03202 0.61971 -0.48886 0.36348 0.69966 1.02609 -0.2611 -0.99862 -0.30452 -0.65165 -0.29186 -0.02641 -0.27058 0.62598 0.72515 0.59238 -0.74448 -0.19221 0.49456 0.15971 -0.90734 -0.16925 -0.27117 1.49793 0.6295 0.60839 1.05344 0.32428 0.23547 0.15164 -0.09379 0.57976 -0.45943 0.16411 -0.71599 0.54409 -1.12314 0.93281 0.22216 -0.57074 -0.87957 0.13594 0.20345 -0.1338 -1.222 0.21646 0.91713 0.58532 -0.24968 -0.54699 0.49795 0.51417 -0.16075 0.46072 -0.67325 -0.14219 0.64364 -0.04546 0.2797 1.08185 0.27938 0.26636 -0.54028 0.15055 1.15696 0.40268 0.55128 0.75053 -0.20742 -0.06244 -0.52119 -0.22748 -0.07808 0.5073 0.16244 -1.42058 0.01491 1.02005 0.51903 0.21215 0.16118 -0.47995 0.67559 0.38629 0.24653 0.21628 -0.44744 -0.14982 -0.29137 -0.69072 0.35641 1.38261 -0.03811 -0.26628 -0.33636 0.52277 -0.35199 -0.38588 0.10707 0.61442 -0.31952 -0.14185 -0.19023 -0.0736 -1.07172 -0.22946 -0.28703 -0.16185 0.80724 0.92938 0.93445 0.09712 0.37286 -0.05385 0.52489 -1.0538 0.03666 0.11464 -0.27113 -0.25283 0.96595 -0.73558 0.73816 -0.11339 -0.50169 0.0155 0.02713 -0.29183 0.24457 0.25814 0.46407 -0.38165 0.01966 0.4204 1.1213 -0.62648 -0.12954 0.35923 -0.08896 -0.18407 0.21126 -0.10181 0.53711 0.28032 -1.12712 -0.35043 0.30951 -0.01947 0.17946 0.4982 0.26813 0.79674 -0.358 0.41496 0.10272 -0.66279 0.33108 -0.07014 -0.1409 1.56189 -0.30941 -0.45553 0.5283 0.992 0.20875 -0.01959 -0.1289 -0.92536 -1.6647 -0.05247 0.24637 1.07257 -0.49354 0.68087 0.58693 0.14194 0.52943 0.29267 0.60419 0.28138 0.22779 0.66947 -0.3158 1.37719 1.56752 -0.4117 -0.60485 -1.27657 -0.94637 -1.89805 0.27378 0.02295 1.08839 0.33088 -0.32153 0.59864 0.82577 0.25382 -0.29209 -0.15853 -0.59567 -0.20401 0.13779 -0.00542 -0.1557 0.46955 0.49764 0.13541 0.1481 0.99166 -0.66846 -0.82965 0.43915 -0.84691 1.07751 0.51436 1.66299 -0.31465 0.23314 0.01231 0.33454 0.11779 -0.05369 -0.16955 -1.04878 -0.08265 -0.96714 -0.35393 -0.55625 0.68049 -0.10652 -0.54268 -0.40105 1.74999 -0.09665 1.03437 -0.84757 0.29731 -1.00353 0.2774 0.04449 0.23661 0.35041 0.08468 -0.61211 0.22491 0.15066 -0.48137 -0.68068 0.33865 -0.34636 -0.53025 0.95798 0.30217 -0.58789 0.72859 0.10559 0.89215 0.4363 0.8583 0.45785 -1.66533 0.75117 0.09665 -0.85178 0.45967 0.64277 0.19819 1.04055 0.27564 -0.17791 -0.16429 -0.09404 1.04361 0.88422 0.211 0.59746 -0.08078 -0.48069 -0.24099 -0.77603 1.02152 -0.71864 0.40574 0.15089 -0.46425 -1.33962 0.0843 0.00919 0.00808 0.44164 0.49479 -1.10491 -1.43315 0.02752 0.7494 -0.90083 -0.58263 0.50608 -0.69402 0.93051 0.02927 0.53165 0.02996 -0.34313 -0.0362 0.17904 -0.15908 0.63234 -0.29718 0.01483 -0.50569 0.09826 0.37471 -0.57814 -0.43164 -1.32891 -0.35563 -0.20562 0.05345 0.6755 -0.84575 -0.02846 -0.30814 0.212 -0.96126 -0.2129 0.80685 -0.50949 -0.10317 -1.50997 0.10757 0.26307 1.6874 -0.21411 -1.17222 -1.19359 0.17691 -0.01438 -0.4108 0.23104 -0.97465 0.13789 0.56994 0.95399 0.71201 -0.56497 -0.18189 0.4196 -0.90071 -0.08065 -0.15584 -0.80437 0.48011 -0.06636 -0.40588 -0.64244 -0.31567 -0.04074 1.14215 -0.16558 0.7911 0.30849 0.60932 0.77086 -0.83198 -0.31877 0.62607 -0.59786 0.39629 0.27081 0.35432 0.04071 -0.97617 -0.31794 -0.12315 0.14234 0.45134 0.42475 0.24469 1.00423 -0.33323 0.19413 -1.20749 -0.83223 -0.86319 -0.29092 0.96179 0.37263 0.48659 -0.31985 1.28933 -0.30693 -0.86356 1.07411 -0.35767 -0.7695 0.03318 -0.87889 -0.38837 0.3848 -0.75813 0.78846 0.16063 -0.7518 -0.71908 -1.06609 -0.23955 -0.86146 -0.30593 -0.64359 -0.71392 -0.27356 -0.89782 0.15447 -1.05775 -0.39488 -0.92872 0.16345 -0.40685 0.59283 1.27638 0.35576 0.25244 -0.10207 -0.61466 -1.41666 -0.49795 -0.44448 0.65004 -0.78807 0.26959 0.17371 0.67873 0.76036 0.10289 0.68468 -0.58926 -0.14947 -0.90013 0.20152 0.77441 0.8653 1.00251 -0.57084 -1.03255 0.00339 -0.21058 0.20604 0.70377 0.88506 -0.06921 0.56821 0.51435 0.11762 -0.82436 -0.26152 0.7983 0.53214 -0.34526 -0.62208 0.05599 -0.05606 -1.10984 0.74831 0.1584 -0.55904 -0.2874 -0.40817 0.6242 0.10308 0.66313 -0.00655 -0.02867 -0.72937 -0.27589 0.58279 0.92172 1.04333 -0.19426 -0.57822 -0.13913 -0.65525 0.304 0.72592 -0.88297 1.02227 -0.1818 0.17233 -0.17598 -0.59536 0.31534 0.03202 -0.38145 0.1021 0.07279 -0.07488 -1.14605 0.77582 0.13322 -1.77937 0.25645 -0.36857 0.74841 -1.0402 -0.13623 0.48372 -0.71791 0.63361 -0.66495 -0.27936 0.04225 -0.30014 -0.51117 -0.27368 0.30405 -0.70143 -0.57629 -0.1328 -0.14584 0.42517 0.07038 0.66123 0.34966 -0.48126 0.15543 0.71299 0.64301 0.33109 0.3187 0.87095 -0.08995 -0.03511 -0.5397 1.38328 0.65697 0.78867 0.13594 1.14682 -0.33967 0.47423 -0.43993 0.29435 0.13052 0.1873 0.21026 -0.46997 0.29471 0.09684 1.30626 -0.2698 -0.3032 0.64988 -0.47454 0.16979 0.56014 -0.66084 0.61226 -0.31964 -0.77062 -0.4049 0.01004 -0.1377 0.90011 -0.76115 -0.16296 1.09657 0.65154 0.82545 -0.08108 0.1335 0.50589 0.07602 -0.54272 -0.59222 0.24016 0.58787 0.76582 -0.15288 0.73251 0.1059 0.44106 1.66752 0.07701 0.72346 0.40034 0.05982 -0.12894 -0.51771 0.27565 1.14835 1.14246 0.45375 -0.14039 0.488 -0.0354 -0.81495 -0.39587 0.4825 -0.9955 0.74546 -1.36082 0.64267 1.41933 0.73809 -0.46979 -0.46156 1.24789 -0.54524 -0.61902 0.21694 -0.63184 0.28717 0.39476 -0.48652 0.27678 0.97457 0.59558 1.10846 0.99831 -0.16081 0.25679 0.33464 -0.48353 0.00925 0.70341 -0.09268 -0.26075 0.55932 -0.08541 -1.01327 -0.45257 0.43431 -0.41248 0.98611 -0.41485 -0.38773 -0.39531 0.01743 -1.24314 0.63899 0.27388 -1.17749 -0.883 0.32514 -0.688 -0.56304 -0.21534 0.63814 0.04178 -0.69734 0.02823 0.484 -0.00116 0.20658 -0.4221 0.09739 -0.67761 0.82144 0.20818 -0.09839 0.95425 0.46402 0.62806 0.04563 -0.11478 -0.28899 -0.05058 -0.36666 0.44566 0.03758 1.56922 0.40767 0.9057 0.72135 -1.70919 -0.25015 -0.16721 0.21998 -0.51878 -0.39964 0.53434 -0.47038 -0.04072 -0.4083 0.02942 -0.04327 -0.42974 -1.18134 -0.12956 0.92527 0.06128 0.42018 -0.21751 0.03795 -0.06908 0.54809 -1.4011 0.06429 -1.13146 0.1815 -0.36277 0.10619 0.07055 0.1397 -0.34893 0.4796 0.36008 0.29687 -0.19043 0.62436 0.24153 -0.34097 0.06112 -1.18793 0.41347 -0.57935 -1.29322 0.81887 0.34155 0.83657 -0.29184 0.52394 -0.53649 -0.14034 0.24931 0.69782 0.08203 0.71757 -0.02736 -0.56666 -0.17455 0.7511 -0.05961 -0.44022 0.03163 0.1501 -1.08072 -0.2067 1.13658 -0.03002 0.35604 0.60228 -0.65326 -0.80812 1.00102 0.1587 0.90614 -0.47291 0.19663 -0.21356 -0.359 0.59941 -0.39558 0.01003 -1.11048 -0.17336 0.91103 -0.15162 -0.19931 0.06812 0.02981 -1.19392 1.42957 -0.14628 0.2004 -0.00592 0.20862 0.97351 0.1056 -0.67931 -0.62464 -0.16456 -0.17534 0.41362 0.95844 -0.66696 0.6133 0.49525 0.44393 1.14178 -1.99957 0.83694 0.1549 0.81101 0.51692 0.60765 -0.15967 0.64734 0.03918 -0.78763 0.47207 -0.02452 0.04715 -1.14727 0.03872 -0.05389 0.97721 -0.01707 -0.00085 -0.29709 0.65628 1.19851 0.64258 -1.04692 -0.7368 -0.12444 0.36513 -0.35 -0.5586 1.50326 1.24316 -0.35019 -0.13159 0.43232 -0.06119 -0.38441 -0.54553 0.40739 0.91137 -0.72634 -0.21192 -0.09626 -0.46409 -1.00509 -0.54219 -1.23062 0.74763 -0.9705 0.8011 0.52341 0.12369 -0.57736 -0.20071 -0.56552 0.74844 0.67712 -1.77469 0.20821 0.10013 -0.28597 -0.46636 -1.22929 0.51438 0.50596 0.91976 -0.45098 -0.82085 -0.39376 0.10108 -0.56049 -0.23306 0.75794 -0.29729 -0.93969 0.06037 0.46134 0.46938 -0.41473 -0.17538 1.8958 0.60969 0.12699 0.47123 -0.56578 0.56827 -0.29148 -0.1948 -0.37039 -0.26291 0.1807 1.11951 0.44278 0.87653 -0.32865 0.4752 0.38161 -0.09618 0.13433 0.04914 -0.23634 0.40483 0.30541 0.06119 0.15744 -0.35954 -0.14031 -0.8119 0.22251 0.46388 -0.69998 0.95043 0.29656 -0.44557 -0.34254 0.12289 0.08923 -1.20223 -0.53472 0.04219 0.29042 1.28222 0.03397 0.16301 -0.03972 0.14983 0.6071 -0.46135 0.04119 0.70488 0.32223 0.33609 0.72804 -0.05161 -0.37596 0.50856 -0.13973 0.28507 0.78378 -0.73926 0.57551 0.06293 -0.73785 -0.05449 0.07551 -0.20434 -0.09459 -0.14698 -0.83114 -0.19927 -1.4243 -0.27882 0.77026 1.21032 1.01802 0.77173 0.994 -0.34062\nð 0.15685 -0.01961 0.78031 -0.27216 0.21903 -0.80769 0.34384 -0.24616 -0.56516 -0.37028 0.25718 -0.14355 -0.57526 0.29437 -0.40889 -0.61434 -0.23164 -0.70743 0.32268 -0.03662 0.04711 -0.71138 -0.76809 -0.69973 0.12772 -0.10773 -0.08748 0.24325 0.35114 1.36915 -0.23147 0.65514 0.26466 0.21143 -0.78797 -0.80142 0.33893 -0.50374 -0.13928 -0.4896 0.01255 -0.016 0.22666 1.31209 -0.35069 0.50898 0.27747 -0.01752 0.254 0.78297 0.66297 0.04857 -0.04254 -0.3182 0.09885 -0.43575 -0.35798 0.24153 0.17626 -0.42391 -0.39622 0.94292 0.18284 -1.21942 0.09879 0.75145 -0.32596 0.75417 -0.16361 -0.25494 -0.886 -0.30895 -0.45377 -0.49706 0.05124 -0.35668 -0.4363 0.49169 -0.48578 -0.11602 -0.12335 0.69505 -0.21435 -0.73127 0.41539 -0.63527 -0.74715 0.08322 -0.37978 0.5062 -0.40776 -0.94408 0.19359 -0.79804 0.89426 -0.8214 -0.05261 0.09338 0.56692 -0.13448 -0.10708 0.51322 -0.88877 0.66408 0.36925 -0.00913 -0.03104 -0.24772 0.57365 -0.2767 0.27471 0.53104 -0.11467 0.15097 0.91444 0.0871 0.75176 0.29389 -0.22836 -0.14784 -0.76455 -0.1638 0.37843 0.32533 -0.72013 0.35655 -0.02848 0.33243 0.10006 -0.32282 -0.91999 -0.42552 -0.32419 0.2621 0.09067 -1.02735 0.04658 0.09135 -0.54067 -0.89707 -0.43994 0.20656 -0.42556 -0.95398 0.31187 0.74652 -0.02491 0.12675 -0.2651 -0.42587 -0.90044 0.66518 -0.05175 0.21971 0.57535 -0.04488 -0.69874 0.81944 -0.41204 -0.41844 0.22194 0.03697 0.71286 -1.01105 0.69812 0.46005 -0.47357 0.20815 -0.19177 -0.42791 0.02829 0.08082 0.85961 -0.53094 0.09637 0.62138 -0.14528 0.13151 0.75774 -0.36495 0.51975 0.95774 -1.72344 -0.10118 0.26407 0.09246 0.30056 -0.79802 -0.28821 0.5662 -0.14895 1.13305 -0.47491 0.31469 -0.99306 -0.42373 1.63343 0.25936 -0.45559 0.25375 0.34609 -0.13601 -0.34426 0.78163 0.24168 -0.39696 -0.62169 -0.1263 1.56765 0.23323 1.21459 -0.26955 -0.14793 0.24532 0.37621 0.18339 0.15496 -0.12452 0.356 -0.84438 -0.10933 -0.54875 0.48217 0.82107 0.26046 0.49653 0.30395 0.66517 0.54357 0.32657 -1.39419 -0.10573 -0.86069 0.32092 -0.47696 0.54623 -0.2561 -0.04255 0.14595 0.42777 -0.2285 1.25548 0.06381 -0.14962 0.50767 0.94203 0.24118 -0.83002 -0.53042 -0.53504 0.12627 -0.13148 0.65228 -0.34548 -0.24434 0.45945 -0.33477 0.41071 0.9808 -0.25602 -0.24643 -0.15451 -0.29334 -0.32799 0.86982 -0.12065 -0.2346 0.13832 0.59088 -0.04069 -0.39373 1.18363 0.05313 -0.6138 -0.26351 0.3912 1.17176 0.28399 -0.49518 -0.29343 -0.69664 -0.75004 0.14249 -0.44529 -0.07286 0.49136 -1.17644 0.30511 0.22827 0.22014 0.59722 0.75279 -0.57323 -0.59184 0.18311 -0.11563 -0.86368 0.30379 0.51084 0.30954 0.14747 -0.05844 0.5898 1.04788 1.15439 -0.84741 -0.28536 0.31766 0.17677 0.83372 -0.4065 0.34009 -0.07708 -0.23795 0.94877 0.89609 0.7959 -0.54421 -0.06104 0.1572 0.57689 -0.5997 -0.03597 0.38888 0.70741 0.60194 0.61797 -0.66133 -0.47458 -0.33896 0.40523 -0.5107 -0.41045 -0.03011 0.02718 -0.21925 -2.09782 0.38352 0.05126 -0.03356 -1.11168 0.50833 -0.27102 0.35874 -0.0603 -1.20245 -0.13229 0.29468 -0.69984 -0.19558 0.0844 0.92987 0.3582 0.25704 0.10891 -0.41874 -0.34335 -0.15617 -0.81557 -0.73497 0.05987 0.13165 -0.09982 -0.35428 -0.02863 -0.59095 0.33708 0.74937 -0.91115 0.80357 -0.59386 0.15795 0.71474 -0.40276 -0.0776 0.76682 -0.32052 -0.352 0.1683 0.44477 0.78284 -0.39597 -0.72549 0.03787 0.21426 -0.07399 -0.94425 -0.75507 0.41213 -0.4069 0.74152 -0.52354 -1.04974 -0.36073 -0.11525 -0.16189 -0.01897 0.70949 0.1643 -0.75324 -0.48777 -0.78035 -0.1755 -0.40544 -0.08576 1.94999 -0.66012 0.27828 0.81577 0.29073 0.75448 -1.74621 0.33906 -0.56782 -1.35999 0.00762 -0.96488 1.05024 0.2126 0.3954 -0.56744 0.6053 0.16042 -0.02149 -0.88965 0.71496 0.56457 -0.28924 0.35017 -0.10852 0.00916 0.00207 1.00421 -0.95454 1.03589 0.82741 -0.56804 0.01103 0.12049 -0.32746 0.10757 -1.34403 0.17052 -0.79693 -0.93147 -0.94083 0.1324 -0.59657 -0.46355 1.75723 0.63331 -1.10067 0.37915 0.736 -0.52254 1.48504 0.53988 -0.685 0.12243 -0.26641 0.11718 0.04669 -0.38809 -0.28916 0.09332 -0.39003 0.98706 -1.29795 -0.74391 1.14231 -1.32145 -0.02399 0.33359 0.21042 -0.62013 0.41945 -0.2926 0.03111 -0.70206 0.08484 0.28424 -0.07346 -0.54398 -0.28369 0.34848 0.49209 0.20308 -0.07822 0.11154 -0.29255 0.64976 -0.51295 -0.50587 0.38825 0.21687 -1.50381 -0.79968 0.74207 -0.40201 -0.67147 -0.04783 0.25495 -0.2154 -0.09491 0.03289 -0.14692 0.13096 2.11164 0.01318 0.61094 0.06968 0.26777 1.03918 0.43684 0.88872 -0.73518 -0.86014 -0.06453 -0.37111 0.08691 0.94367 -0.66388 0.80321 -0.55953 -0.79663 0.29259 0.22309 0.51561 -0.09876 -0.40329 -0.79563 0.10994 0.74423 -0.46561 -0.09001 0.08873 -1.0508 -0.26771 -0.13069 0.99936 1.22512 0.01891 -0.72817 0.83476 -0.14904 -0.07468 0.52341 -0.87335 1.00748 0.33447 0.19539 -0.19555 -0.315 0.21906 -0.00562 1.49662 -1.00847 0.76156 0.98479 -0.03597 1.01808 -0.22754 -1.14157 0.71749 0.67696 0.43308 -0.97395 0.04879 0.31422 -0.22908 0.2518 -0.71142 -1.18571 0.1224 0.28067 -0.10842 0.41631 -0.31745 0.16701 0.809 0.47041 0.20079 -1.57576 0.24914 0.10711 0.39287 -0.14169 -0.21649 0.51043 0.48598 -0.38277 -0.19687 -0.6644 -0.73198 -0.21042 0.26564 -0.24133 -0.7991 -1.06575 0.02102 -0.28895 0.59708 1.08276 -0.48735 0.21845 0.72664 1.01743 -0.84737 -0.47508 0.61723 0.97252 -0.42111 0.49591 0.22983 0.5272 -1.20583 -0.89458 0.12615 -0.6749 0.23903 0.44368 -0.63825 0.11442 0.68479 0.06342 -0.02202 0.06322 -0.18457 -0.54101 0.22804 -1.02579 -0.74663 -0.86277 0.77161 0.15045 0.15624 -1.31509 -0.32053 -1.17502 0.27065 0.26905 0.45386 0.23445 -0.03454 0.70379 0.56284 -0.36462 -0.68218 0.03959 -0.42954 0.40657 -0.79183 -0.26595 0.07703 0.31896 -0.59161 0.66482 0.89403 -0.16566 -0.10899 -0.8141 -0.28065 -0.34764 0.46161 0.24751 0.95893 0.61256 0.23129 -0.28288 -0.05932 -0.99133 0.67024 -0.81252 -0.74331 1.09788 0.51282 0.87461 0.03218 -0.21193 0.94911 0.1459 -0.27581 -0.32487 -0.1704 -0.10594 0.52413 1.02683 1.15038 -1.39327 0.13655 0.33763 -1.0153 -1.13001 1.37099 -1.51675 -0.48554 0.12302 0.93725 0.36601 0.32304 -0.25482 1.07087 -0.83445 0.51296 -0.311 0.42362 -0.02819 -0.33149 0.69866 0.26526 -0.08638 0.86635 1.17514 0.52694 0.38085 0.33914 -0.4711 -0.39762 -0.23935 0.56821 0.80583 0.24151 0.16232 0.24772 0.93842 0.77842 0.18345 -1.23029 -0.03241 0.23052 -0.06707 -0.39584 -0.2796 -0.55886 0.76426 0.59798 -0.84012 -0.69745 0.94828 -0.1567 -0.39031 0.25557 -2.09021 0.53207 0.22228 -0.61877 -0.22606 0.53907 -0.29093 -0.19351 0.34531 0.61401 -0.42822 0.93088 -0.54425 -0.14073 0.59575 -0.32563 1.2024 -0.61791 0.76008 -1.13563 -0.34327 -0.13355 0.54589 -0.1822 0.83808 -0.31398 0.52285 -0.60216 -0.26527 0.06415 -0.38334 0.27474 0.48577 -0.19271 -0.34282 -0.02436 -0.98817 -0.06627 -0.7073 1.13788 0.07427 0.51332 0.77393 -0.84933 -0.09442 -0.84866 -0.52512 0.39047 0.23238 -0.03881 -0.82424 -0.48171 0.21208 0.20484 0.33613 0.08729 -0.06916 -0.5708 0.55345 -0.56781 0.59623 0.69715 0.18796 -0.22909 0.52685 0.41877 0.31455 0.09957 0.09812 0.01691 0.16314 -0.59419 -0.10875 0.23605 -0.59611 -1.65063 -0.64751 0.71338 0.11571 -0.11841 0.20257 -1.0996 -0.79289 -0.50572 0.71133 1.07688 0.05638 -0.02906 -0.76231 -0.50275 0.65909 0.10196 0.38132 0.80198 0.32716 0.41126 0.03247 -0.18668 0.34652 -0.16749 -0.0101 0.37432 0.03443 0.51627 0.32432 0.49696 -1.44433 1.15383 0.83173 -0.64643 0.12325 -0.02777 -0.39621 0.78057 0.70489 -0.61727 -1.3567 0.02512 -0.20063 -0.37356 0.4866 0.47281 0.12762 -0.04706 -0.46723 0.40429 -0.15037 -0.04808 0.43338 -0.21931 -0.60424 0.28602 -0.56363 0.03352 -0.54179 -0.83241 -0.12795 -0.4541 -0.70541 0.57238 -0.74731 1.46854 0.46287 -0.37075 -0.51729 0.41718 -0.22891 -0.25518 -0.01864 0.66135 -0.56109 -0.28394 -0.75765 -0.43753 -0.07282 -0.03333 0.1149 0.27692 1.23404 0.02095 0.52382 -0.64291 -1.09635 -0.52826 -0.07231 -0.7115 0.15334 -0.80058 0.34779 -0.51502 -0.5695 -0.12757 0.90812 -0.36193 0.40339 0.78074 -0.24546 0.05942 0.39076 -0.62775 -0.13899 -2.0983 -0.10105 0.29983 -0.99105 0.282 -0.4483 1.03802 -0.47498 -0.3747 -0.49845 -0.33234 -0.37897 0.48663 -1.14968 0.08174 0.07138 -0.34758 0.85333 -0.26433 -0.31965 0.00485 0.73165 0.09322 2.67168 0.3595 0.43238 -0.69732 -0.11064 -0.91625 -0.29225 0.793 0.48878 -0.46529 -0.6159 -0.23807 1.30651 -0.96289 0.57953 2.42265 -0.60398 -0.72988 0.76084 0.53738 -0.17326 1.12152 1.06427 0.1831 0.74083 0.02966 -0.01238 0.48315 -0.41279 -0.87558 0.15965 -0.15398 0.45078 0.17136 -0.44198 1.47337 -0.78056 -0.40561 0.31263 0.32471 0.07527 1.5099 0.12408 0.69303 -0.29385 -0.28698 -0.46472 0.39431 0.41421 -0.33641 -0.31896 1.17427 -0.20079 0.23815 -0.21409 -0.51145 0.20434 -0.17978 0.02125 -0.47506 -0.4079 -0.37822 0.48668 -0.42906 -0.04663 -1.94055 -0.26002 0.4307 -0.48713 0.91934 -0.09703 1.12504 -0.26617 1.76405 -1.34991 -0.57156 0.04663 1.46293\nẨ 0.62354 0.96029 0.121055 -0.30784 -0.187465 -0.31843 0.349365 0.01091 0.157695 -0.13923 0.2287 -0.0932 -0.09879 -0.021405 0.102365 -0.474895 0.04043 -0.447295 0.597565 0.130375 0.31097 -0.253185 0.23945 0.30597 -0.12402 -0.058375 0.261665 -0.837515 0.575535 -0.02025 0.548475 -0.21123 -0.250195 0.31329 0.02216 -0.01788 -0.41718 -0.601515 -0.22301 0.64539 0.224985 -0.290215 0.30376 0.224435 0.308105 -0.75446 -0.33846 -0.27771 -0.36904 1.03933 -0.5219 -0.69595 -0.513915 -0.57256 0.61208 0.47571 -0.52042 -0.47713 0.41265 0.166045 0.02048 -0.182005 0.222665 0.422595 0.655445 0.067175 -0.170265 1.15142 -0.804335 0.10011 -0.60384 0.61785 -0.042855 -0.224715 -0.662525 0.30258 -0.176095 0.581825 -0.21015 -0.00335 0.94772 0.318375 -0.284165 0.206355 0.024985 0.54176 0.30197 0.00398 0.14657 0.23171 -0.4494 -0.040055 -0.059785 -0.34118 0.626315 -0.63703 -0.135595 -0.092755 0.208575 0.43992 0.00161 -0.365495 -0.203625 -0.463665 0.411975 0.107605 -0.15864 0.63942 0.558575 -0.102085 0.610515 0.032625 -0.71236 -0.160095 0.61608 -0.270615 0.233615 -0.428035 0.12881 1.161765 0.21522 0.778085 -0.506465 -0.17848 -0.02256 -1.267795 0.210835 0.43019 -0.91912 0.442925 -0.19618 -0.60265 0.065815 0.143315 0.67783 -0.074585 -0.144955 0.032345 -0.15532 -0.16992 -0.363975 0.55116 0.14956 0.10551 -0.011335 0.377745 -0.36314 0.7793 -1.040515 -0.164505 -0.25788 -0.21946 0.63789 0.269525 -0.42035 0.02232 -0.16736 -0.00115 0.73124 0.44003 0.07547 -0.521455 0.753385 0.21019 0.21876 -1.145245 7e-05 -0.139005 -0.310965 0.15098 0.7072 -0.3128 -0.211295 -0.15607 -0.43803 -0.214285 -1.27096 0.46595 0.39662 -0.195575 -0.389375 -0.23289 -0.728945 0.69248 -0.713755 -0.12943 -0.07447 -0.048655 -0.252275 -0.461135 -0.09672 -0.215325 -0.416 0.46358 -0.05729 -0.51585 0.42344 -0.776775 0.47293 -0.17027 0.69128 0.088565 -0.50538 0.237025 0.002695 -0.375265 0.11037 -0.161925 0.925625 -0.330875 0.335505 0.05461 0.05704 0.0299 0.083085 0.78716 0.014635 -0.49586 -0.18329 -0.83897 -0.055845 -0.99477 -0.27734 0.14025 0.441005 -0.649205 -0.34979 0.352545 0.18796 -0.007945 -0.012305 0.166515 -0.47263 -0.318755 0.34959 0.085725 0.270625 -0.233675 -0.282265 -0.686385 -0.287515 0.656505 0.30024 0.516515 0.19636 -0.63405 0.93686 -0.05521 -0.5044 0.53552 -0.60192 -0.1844 0.82921 -0.78693 0.58418 -0.0911 -0.41348 0.12202 0.143625 0.16305 0.37115 -0.21543 -0.637935 -0.17253 0.049945 -0.092625 0.081195 -0.533705 0.103695 0.508185 0.497625 0.42367 -0.25392 -0.01353 0.121245 0.00084 1.07343 0.58933 0.20864 -0.469915 -0.7895 -0.003795 0.21139 -0.516395 0.944355 -0.310885 0.3304 0.507385 -0.22775 -1.224705 0.101845 0.306055 -0.07851 1.158 0.32796 0.71018 0.25376 0.563125 0.152275 0.76555 0.18101 0.11345 -0.76705 -0.209605 0.02584 0.99163 0.05941 -0.49144 -0.381755 -0.217465 0.143485 0.294125 -0.008415 0.27996 -0.36317 0.989625 0.442865 0.67513 0.76639 -0.329495 0.121735 0.04069 0.240045 -0.045415 0.90413 0.276295 -0.026755 0.15152 -0.472415 -0.511775 -0.71228 -0.47145 0.067115 0.673975 -0.79659 -0.074325 -0.887445 0.179795 -0.440985 0.04364 0.07885 0.408455 -0.606045 -0.01314 -0.592015 0.0799 0.7996 0.56528 -0.08646 0.12374 0.16671 0.250155 -0.505415 -0.852895 0.638935 -0.170495 0.06656 1.1802 0.06129 0.033515 -0.26905 0.216595 0.047815 -0.071485 0.253755 0.440595 0.068825 0.306005 -1.119005 -0.07256 0.027495 0.3105 0.624345 -0.361045 -0.665105 0.33971 -0.12771 -0.91798 -0.101005 0.32429 0.723385 0.145285 0.13528 0.178855 -0.598425 -0.211315 -0.287915 -0.2572 0.00528 0.37586 0.14915 -0.305115 0.23882 -0.028795 0.3733 0.232115 -0.062165 -0.82999 0.149505 -0.32379 -0.513925 0.44229 0.032465 -0.522195 -0.20053 0.949965 0.10127 0.06361 0.162535 -0.66076 0.29472 -1.11806 -0.832475 0.03097 -0.06179 -0.579245 -0.454825 0.40641 -0.09252 -0.405735 -0.080485 -0.30101 0.4744 -0.265665 0.91319 -0.545585 0.24743 -0.739815 -0.12507 -0.238615 0.33981 -0.26781 0.255665 -0.18918 0.42411 0.26878 -0.015 0.02607 -0.125745 0.068305 -0.814755 -0.287265 0.465355 -0.65136 -0.500685 0.05705 -0.1625 -0.019735 -0.299625 1.976945 0.50672 -0.01228 0.27914 0.792835 0.18864 0.329895 -0.17219 -0.35339 0.09961 0.312375 0.599545 0.169855 0.365285 0.20812 -0.78115 -0.27692 0.47405 -0.18083 0.36912 1.098255 0.84622 0.252235 0.483315 -0.138985 -1.114575 0.59048 -0.0879 -1.003165 0.29316 0.00065 0.08293 0.588995 -0.47286 -0.334625 -0.305675 1.09911 0.15201 0.43884 -0.681215 0.152415 0.73147 -0.33682 -0.302915 0.19734 -0.048495 0.503865 -0.54809 -0.310525 0.81261 0.351225 -0.446175 0.727925 -0.307245 0.095125 -0.202625 0.108785 0.227935 2.689635 -0.125635 -0.42549 0.510805 -0.630545 0.13202 0.35526 -0.336985 0.567895 -0.17886 -0.09449 0.224055 0.581445 0.51305 -0.23011 -0.53297 0.346065 -0.08926 0.41785 0.16926 0.577005 -0.021425 -0.311905 0.6878 -0.28882 0.34207 0.04152 -0.305745 -0.469795 -0.05143 -0.095365 0.503235 -0.536035 0.333525 -0.128715 0.53829 -0.251175 0.54215 0.496325 -1.11495 -0.567965 -0.455335 0.134315 0.123235 0.29251 0.226725 -0.300515 0.46097 0.68203 0.323345 -0.251815 -0.27597 0.507095 0.78383 0.30773 -1.07844 0.200015 0.605335 -0.00269 0.435615 -0.857595 -0.91214 -0.77959 0.003245 0.87417 0.333945 -1.03792 0.12627 -0.15998 1.256625 -0.12797 0.07628 0.538025 0.07504 0.350425 -0.315335 -0.434705 0.56058 -0.988155 -0.739995 0.9723 -0.197715 0.017495 0.003455 0.030315 0.91812 -0.139875 1.293995 0.02211 0.377575 -0.247665 0.0703 -1.012085 -0.16183 0.24009 -0.908855 -0.20795 0.15689 -0.15797 0.197795 0.314395 0.351925 0.491145 0.335265 0.327275 0.31742 0.788655 -0.05058 -0.03612 0.131105 0.71249 0.438375 0.36911 0.949085 -0.60735 -0.18091 0.63445 -0.694055 -0.57589 0.28349 -0.273725 0.566105 -0.96063 0.21134 0.550145 0.920585 0.00671 0.337465 0.08141 -0.821915 -0.856605 0.34726 -0.15441 -0.545735 -0.16388 0.01502 -0.54924 -0.5122 0.045535 -0.06141 -0.320015 -0.25781 0.47209 -0.13268 0.6026 0.668315 0.292075 0.23081 0.75236 -0.388765 0.476685 -0.316 -0.05244 -0.305485 -0.83061 -0.260245 -0.857995 0.28102 0.362275 -1.30433 0.546425 0.50483 -0.10029 0.56822 -0.129205 -0.019995 -0.447105 -0.022995 0.54453 0.12949 -0.45114 0.20419 0.002215 0.138625 -0.59969 0.06798 -0.74897 -0.22742 0.164965 0.06189 0.75866 -0.440095 0.126525 -0.146165 -0.266805 0.6433 0.084095 -0.634855 0.4367 0.27015 -0.144185 -0.93551 -0.231475 -0.136685 0.21826 0.1634 -0.098885 -0.095405 -0.755665 -0.22841 -0.712695 -0.064875 -0.094265 -0.125105 -1.038765 0.70026 0.414745 -0.424035 0.001895 -0.219715 0.182 -0.18576 -0.392635 0.00191 -0.120465 0.738315 0.157735 0.035735 -0.05067 -0.379855 -0.5093 0.35633 -0.16977 -0.59654 -0.60413 0.10957 -0.62838 -0.13555 0.257265 0.311035 -1.058195 -0.199685 0.19531 0.197845 -0.465245 0.46711 0.14689 -0.51861 0.449135 0.30506 -0.29843 -0.52089 -0.4343 -0.536 -1.12001 -0.162095 1.26957 -0.53415 0.79891 0.53946 -0.405225 0.652555 -0.147285 -0.87406 0.30465 -0.323035 -0.303015 -0.07496 -0.544965 -0.010715 -0.342235 -0.311595 0.213315 -0.34878 -0.55488 -0.56403 -0.25097 0.041345 -0.011295 -0.65451 -0.328215 0.268705 -0.47713 0.02949 0.36245 0.433115 0.435845 -0.44995 0.04298 -0.34817 -0.32732 0.665405 0.87154 -0.58042 -1.026875 0.357125 -0.158785 -0.246975 -0.636285 0.987375 -0.29142 0.39798 0.698115 0.394925 -1.095335 -0.33765 -0.182375 -0.348925 0.634315 -0.37046 -0.235655 0.908815 0.68753 -0.367965 -0.04117 0.19628 -0.26904 -0.857485 0.028885 0.90367 0.5206 0.075585 0.02015 -0.44206 -0.15195 0.309455 0.131565 0.09561 0.11505 1.04236 0.218125 0.716725 0.29501 0.33105 -0.663865 -0.246535 -0.44861 -0.82808 0.371255 0.2222 -0.37127 0.3671 0.48587 -0.052655 0.126915 -0.36998 -0.153875 -0.630355 0.624305 -0.52011 1.181985 -0.67922 0.143745 -0.092495 0.044005 -0.202875 0.88981 0.00674 -0.423665 -0.00722 0.25258 0.685365 -0.04613 -0.025355 -0.574955 -0.149005 -0.20576 -0.49188 -0.679895 0.3149 0.533935 1.09337 0.62021 0.415975 -1.531765 0.543705 0.274805 0.62021 0.25398 0.3405 0.136515 0.128835 0.334685 -0.64879 0.082695 0.26989 -0.15317 0.53539 -0.48517 -0.356445 0.023745 -0.35432 -0.425435 -0.190705 -0.03983 0.90809 -0.11084 -0.303905 0.808615 -0.499615 -0.8222 0.01208 -0.016195 -1.55713 -0.214755 0.60831 0.00361 0.510025 -0.172365 -0.02698 0.059075 0.206615 -0.41488 0.235175 -0.92705 0.116875 -0.123205 0.4132 -0.528815 0.092435 0.033905 -0.20115 -0.84964 0.813445 -0.297935 0.41182 -1.594515 -0.017065 0.01671 -0.669255 -0.151435 -0.43432 0.436655 -0.502395 -0.62954 1.09165 -0.288665 0.345815 0.238575 0.069635 -0.367775 0.920515 -0.07872 -0.55467 -0.56823 -0.0866 0.13838 -0.39557 0.738885 0.809375 0.670225 -0.527805 0.57518 -0.387115 0.358535 0.49842 -0.78727 0.41639 -1.04016 -0.845055 -0.293245 0.32286 0.451915 -0.205175 1.754575 0.86571 -0.50905 -0.282575 0.34553 0.17706 0.31376 -0.90672 0.154935 -0.445955 0.82661 0.53302 -0.4519 0.117575 -0.250485 -0.18341 -0.01226 0.31816 -0.015155 -0.232125 0.436215 0.116805 -0.13385 0.35043 -0.42749 -1.200895 0.42895 0.1121 -1.029685 0.669485 0.28306 -0.599035 -0.21912 -0.498435 0.02142 -0.131775 1.031655 -0.47317 0.13691 -0.512205 -0.085135 0.185925 0.39204 0.19462 0.11389 -0.332015 0.065115 -0.705305 -0.485015 0.164685 -0.21353 -0.408115 -0.177235 -0.004965 0.417185 -0.098705 0.503055 -0.06563 2.40735 -0.31153 -0.096155 -0.617335 0.190245\nỖ 0.85299 0.64921 -0.37295 -0.66856 0.38826 1.33228 -0.86737 0.30546 0.76749 -0.85992 0.5314 -0.46027 -0.57604 0.49731 -0.60412 -0.06823 0.0215 -0.09494 0.57397 -0.11517 0.56594 0.60143 1.81101 -0.86639 0.37911 1.367 -1.24575 -0.3455 0.91052 0.36866 1.83444 0.39033 -0.60959 0.15232 -0.1946 -0.22222 0.05066 -0.00809 -0.93125 -0.10634 0.12713 -0.45264 0.18432 0.93514 0.81837 -1.35692 0.00487 -0.59808 0.76117 0.36533 -0.00796 -0.49218 -0.05986 0.54194 -1.10342 0.42891 -0.97366 0.17422 0.50529 0.05541 0.76217 0.08987 -0.31728 1.04947 1.05982 0.55148 0.4415 0.86374 0.21997 -1.02815 0.01418 -0.08236 0.07855 -0.16977 -1.03675 0.08687 -0.07518 0.42572 -0.14554 0.33627 0.60233 0.65307 0.14369 0.74795 -0.78918 -0.05333 0.62006 -0.87356 0.25005 0.28989 0.58038 -0.30368 0.86905 0.34179 0.25166 1.94063 0.94966 0.87502 -0.65401 -0.5886 0.46671 -0.58965 0.01501 0.95795 -0.30955 -0.69567 -0.84655 -0.5525 -0.16435 -0.2636 0.63079 -0.71293 -0.49554 -0.3951 -0.35098 -0.83184 0.74896 -0.11072 0.65342 -0.45287 -0.43323 -0.51337 -0.77362 -0.2411 0.6773 -1.03747 -0.13016 -0.52506 -0.13628 0.86897 -0.92667 -1.48802 -0.14794 0.277 -0.26013 -0.46895 0.84602 0.2574 0.28518 0.38999 0.98786 1.33001 0.11918 0.49812 0.31112 0.90565 0.78309 0.14428 -0.80393 -0.44493 -0.2697 2.03099 -0.31576 0.61019 0.53233 0.1678 0.02071 -0.58544 0.79344 0.99733 1.99821 0.4933 0.76884 0.40134 -1.31559 -0.5775 1.03058 -0.45056 0.67498 0.11156 0.5299 -0.62537 -0.93211 -0.64568 -0.95922 -0.78092 -0.13639 -0.19898 0.5771 -0.93229 -0.44836 -0.7562 -1.40214 -1.00727 -0.92535 -0.13789 -0.77392 1.85454 -0.60531 -0.13291 0.46196 -0.32652 -0.90744 0.18403 -0.32754 -0.29978 -0.14339 -0.03163 -0.76014 -0.66102 -0.33214 0.20588 0.37424 -0.5186 -0.08312 -0.34125 1.06393 0.37061 0.0087 -0.13564 0.42602 -0.13074 -0.01124 0.59061 -0.30869 0.4139 -0.21363 -0.06991 -0.14508 0.0347 -1.42915 -0.51372 -0.50021 0.39174 -0.58141 0.25713 0.41509 -0.33759 1.08692 0.36446 -0.71829 -0.05605 -1.28098 -0.95833 -0.27705 0.20496 -0.64859 -1.07092 -0.55631 -0.96691 0.90039 0.70572 -0.10411 0.61153 -0.36752 0.11259 0.52081 0.33869 0.17181 0.5325 -0.14184 -0.09747 0.19696 -0.59562 0.88916 -0.53338 0.32185 1.72992 0.15803 -0.1879 0.61311 0.49787 -0.92407 0.20881 0.47045 0.2705 -0.23055 -0.2805 0.92086 0.7929 1.36463 -0.04632 0.1145 0.7732 -0.63222 -0.28105 0.59947 0.28397 0.40762 -0.16645 -0.73746 0.78595 -0.34213 -1.03172 0.61899 0.08972 0.75732 0.86635 -0.70307 -0.75907 0.45797 0.5755 1.54512 0.80351 0.01808 -0.34208 -1.01519 0.97793 0.20546 -0.46425 0.25768 0.83144 -1.28665 -0.15022 -0.64555 0.16215 -0.71463 0.59423 -0.19917 -0.76186 0.36007 -0.06811 0.51805 0.88279 -0.47393 0.5075 0.41652 0.81201 -0.48687 -0.14279 -0.8142 0.11665 -0.02065 1.01344 1.15999 0.08236 0.36772 0.49552 -1.05368 0.0279 0.0708 -0.92727 0.60915 -0.30045 0.85323 -1.22933 0.14445 -0.52784 0.57607 0.29385 0.1215 0.60265 0.20132 1.16278 -0.39847 -0.286 0.61926 0.99117 -0.10018 0.28561 1.13688 0.61083 0.62263 -0.38725 0.90183 0.41767 -0.0918 -0.24618 0.71074 0.51722 0.1204 0.85985 -0.72331 0.50488 0.99234 0.10429 0.78932 0.44592 -0.55713 -0.58904 0.37216 -0.64846 -0.80509 0.35265 0.07563 -0.0295 1.04973 0.71478 -0.66733 0.2189 0.36783 0.10321 0.47064 0.55698 -0.74541 -0.27262 -0.15276 0.24982 0.06113 0.62277 -0.1229 0.41565 -0.73039 0.02512 0.20634 0.41776 -0.13654 -0.73275 -1.09075 -0.89699 -1.32169 -0.55096 0.23071 -0.19889 -0.07772 0.82477 -0.2848 -0.83751 0.41277 -0.48192 0.22289 -0.32821 0.00736 -0.15508 0.63406 0.49401 -1.59029 0.03885 0.22193 -0.24522 -0.27192 -0.77418 0.56204 0.24756 0.17702 -0.79203 0.13337 0.41673 0.39094 0.0732 1.7459 -0.30878 0.84268 0.46613 0.10217 -0.68371 0.36278 -0.32899 -0.0531 -0.31687 -0.76868 -1.16275 0.02261 -0.38108 -1.84792 0.22834 0.42305 0.97207 1.04483 0.36223 0.81278 0.39383 -1.02654 1.05329 0.39808 0.26182 -0.18507 -0.81202 0.19256 -0.31912 -0.45268 -0.0337 0.56982 0.55776 -0.45214 0.2756 0.10728 -0.36103 1.3685 0.81032 -0.46144 0.00112 0.67784 0.76252 0.01984 0.10689 0.58182 -2.12786 0.10129 0.22086 0.62459 -0.27476 0.20949 0.47233 -0.18533 0.1912 0.07977 0.03057 -0.28067 -0.00037 0.02059 -0.24653 0.46049 -0.42466 1.04367 0.28618 -1.05399 -0.20119 -0.06311 0.54024 0.04052 0.56792 -0.69325 -0.36549 0.25159 0.31172 0.51306 1.07103 -1.03651 -0.24029 0.13271 -0.17598 1.43732 0.64071 0.01486 0.28791 0.12979 1.52172 0.32364 0.18262 -0.60181 -0.69201 0.45444 -0.89986 -0.38652 -0.02836 -0.38605 0.73095 -1.31557 0.23406 0.0285 0.29852 0.46016 0.87548 0.81995 -1.68871 -0.62339 0.71363 0.27876 -0.7231 1.30659 0.60835 1.14797 -0.08198 0.02554 0.66053 -0.25081 -1.16934 -0.3244 0.08289 -1.31034 -0.5059 0.43316 -0.40673 0.61366 1.52848 0.79045 -1.99334 -0.43808 0.18025 -0.40392 -0.26527 -0.65304 -0.54011 -0.6714 0.56551 0.00464 -1.5261 -0.49587 0.4043 0.86682 -0.23752 -0.02248 -0.4949 1.08039 0.16241 1.20819 -0.75098 0.12753 0.91097 1.02158 -0.40384 0.49932 0.22428 0.33872 0.40782 -0.45162 0.71129 0.34225 0.10195 0.16285 0.36956 0.7087 -0.65511 0.24799 0.56253 -0.3296 0.04039 -0.09866 -0.71197 -0.50093 0.48132 0.12972 -0.06426 0.75567 0.21631 0.27722 0.67258 0.88763 0.80968 -0.9456 -0.61412 -0.11044 0.40913 -0.48712 0.84373 0.26788 -0.1164 0.22789 0.15974 0.18164 -0.68218 -0.15292 0.05375 -0.50656 -0.33963 -0.98834 -1.4945 -0.93771 0.02717 0.77805 -0.48298 -0.1039 0.26618 -0.45469 0.66401 -0.37268 -0.07481 -0.71353 -0.59241 0.31033 0.39656 -0.47686 -0.90155 0.06767 -0.03747 -0.47371 -0.69371 -0.0966 1.28922 -0.40732 0.04799 1.10035 1.74336 0.72645 0.34079 -0.49904 0.67905 1.14462 -0.38015 -0.85215 -0.3313 -0.45476 2.42527 0.50337 0.10693 -0.80366 -0.07333 -0.62168 -1.28836 0.3097 -0.20034 0.88393 -0.41677 0.37424 -0.06915 0.16502 -0.47705 0.71181 -0.18912 0.58884 -0.50523 -0.39424 -0.88379 -1.65565 0.62682 -0.79617 -0.06931 -0.67793 0.54424 -0.08594 -1.14595 -0.23703 0.33519 -0.68997 -0.46559 -0.28991 1.08705 -0.50835 0.20153 -0.03803 0.32988 0.315 -0.43793 -0.84406 -0.44883 0.50662 -0.57271 -0.86801 -0.09488 -0.49655 0.12786 0.18824 -0.72465 0.51458 -0.21036 -1.03759 0.07995 0.81329 -0.6393 0.45763 -0.45958 -0.22269 -0.1647 0.81932 1.16144 0.05213 0.1946 -0.33813 0.22201 -0.20986 -0.01883 -0.02918 -0.01471 0.2091 1.11762 -0.00916 -0.29899 0.86243 -0.28789 0.72914 -0.04552 -0.55092 -0.37922 -0.39515 -0.07896 0.25292 0.27674 -0.82713 -0.41416 0.06254 -0.63016 -0.52245 0.84133 -0.44914 1.09205 -0.66773 -0.28554 0.30954 1.73181 0.21128 -0.02061 -0.49234 -0.38653 -0.71376 0.03094 -0.18974 0.09159 0.13605 0.75799 0.43546 -0.12145 -0.09525 0.76644 -0.5322 -0.35927 0.64283 0.66073 0.19103 -0.97657 1.07546 1.32103 0.91223 -0.19057 0.05433 0.38668 -0.51008 -0.97199 0.29854 -0.28168 -1.05416 0.57486 -0.35737 0.85067 -0.87909 -0.06933 0.84739 0.37175 -0.10556 0.9243 -0.27194 -0.72893 -0.33633 0.34673 -0.22937 0.14551 0.05065 0.31579 0.02047 -0.39062 0.47193 0.47447 0.10325 1.43919 -1.47614 0.1545 -1.09532 0.53703 -1.91569 1.38999 -0.56289 0.09314 -0.1832 0.11908 -0.11153 -0.20443 0.53033 0.46595 1.04588 0.67128 -0.23586 -0.47025 -0.81663 -0.32882 -0.71053 0.94973 -0.3145 0.34463 0.67042 0.87858 -1.00275 0.68054 0.54742 0.20964 0.63515 -0.73024 0.75875 -0.27924 0.21281 0.56646 0.88524 0.90171 -0.01829 0.11172 -0.05547 0.4191 0.59468 -0.28071 1.05582 0.87202 -0.74368 -0.64043 0.81863 0.036 0.78549 -0.24721 0.84899 1.02209 0.44208 0.05391 0.38635 0.32747 -0.06353 -0.20784 0.66561 0.62392 1.28091 0.7022 0.78223 0.35783 -0.86023 -0.32459 -0.33488 0.17529 -1.32177 0.36278 -0.38485 -1.41429 0.48661 0.30234 -0.42511 -0.12108 0.97139 -0.61801 0.59444 0.59199 -1.42166 -0.42624 -0.2301 0.88836 -0.37162 -0.28044 0.84351 -0.29902 -0.27016 0.45688 -0.98103 1.03473 -0.22844 0.10142 -0.58042 -0.7951 -1.37936 -0.77083 0.10171 0.15056 -0.20324 0.16868 -1.10808 0.49151 0.65204 -0.18984 0.06725 -1.29252 -0.65992 -0.34351 -0.01095 1.79145 -1.35052 0.03197 0.30852 -0.48303 0.51916 -0.95908 0.31188 0.0477 0.18245 0.3196 0.72201 0.87542 0.59391 -0.2228 1.52465 -0.77845 -0.26735 0.14451 -0.45695 0.20201 -0.34969 -0.64307 -0.27701 -0.35129 0.96363 -1.4117 1.20062 -0.53222 -2.19996 0.66984 0.30563 0.39566 0.77069 0.64147 -0.49931 0.08339 0.10385 0.40449 0.7699 0.07035 -0.67802 -1.3257 0.32366 0.22216 -0.38393 -0.49165 -0.2085 0.72738 0.25792 0.16248 -0.17944 -1.38862 0.95331 0.53059 -1.49729 0.60968 1.6256 0.92958 -0.72713 0.39082 -0.25466 -1.45174 -0.1918 0.21437 0.02339 -0.66823 0.74787 0.3369 0.02126 0.53946 -0.61267 0.78345 -0.1088 0.37049 -0.02635 0.74427 0.43771 -0.58806 0.95885 0.55268 -0.11788 -1.15066 0.65504 -0.12771 0.24506 0.62448 -0.88942 -0.21379 0.47115 0.09685 0.93274 0.92589 -0.6044 -1.48683 -0.27281 0.267\nỮ 0.85299 0.64921 -0.37295 -0.66856 0.38826 1.33228 -0.86737 0.30546 0.76749 -0.85992 0.5314 -0.46027 -0.57604 0.49731 -0.60412 -0.06823 0.0215 -0.09494 0.57397 -0.11517 0.56594 0.60143 1.81101 -0.86639 0.37911 1.367 -1.24575 -0.3455 0.91052 0.36866 1.83444 0.39033 -0.60959 0.15232 -0.1946 -0.22222 0.05066 -0.00809 -0.93125 -0.10634 0.12713 -0.45264 0.18432 0.93514 0.81837 -1.35692 0.00487 -0.59808 0.76117 0.36533 -0.00796 -0.49218 -0.05986 0.54194 -1.10342 0.42891 -0.97366 0.17422 0.50529 0.05541 0.76217 0.08987 -0.31728 1.04947 1.05982 0.55148 0.4415 0.86374 0.21997 -1.02815 0.01418 -0.08236 0.07855 -0.16977 -1.03675 0.08687 -0.07518 0.42572 -0.14554 0.33627 0.60233 0.65307 0.14369 0.74795 -0.78918 -0.05333 0.62006 -0.87356 0.25005 0.28989 0.58038 -0.30368 0.86905 0.34179 0.25166 1.94063 0.94966 0.87502 -0.65401 -0.5886 0.46671 -0.58965 0.01501 0.95795 -0.30955 -0.69567 -0.84655 -0.5525 -0.16435 -0.2636 0.63079 -0.71293 -0.49554 -0.3951 -0.35098 -0.83184 0.74896 -0.11072 0.65342 -0.45287 -0.43323 -0.51337 -0.77362 -0.2411 0.6773 -1.03747 -0.13016 -0.52506 -0.13628 0.86897 -0.92667 -1.48802 -0.14794 0.277 -0.26013 -0.46895 0.84602 0.2574 0.28518 0.38999 0.98786 1.33001 0.11918 0.49812 0.31112 0.90565 0.78309 0.14428 -0.80393 -0.44493 -0.2697 2.03099 -0.31576 0.61019 0.53233 0.1678 0.02071 -0.58544 0.79344 0.99733 1.99821 0.4933 0.76884 0.40134 -1.31559 -0.5775 1.03058 -0.45056 0.67498 0.11156 0.5299 -0.62537 -0.93211 -0.64568 -0.95922 -0.78092 -0.13639 -0.19898 0.5771 -0.93229 -0.44836 -0.7562 -1.40214 -1.00727 -0.92535 -0.13789 -0.77392 1.85454 -0.60531 -0.13291 0.46196 -0.32652 -0.90744 0.18403 -0.32754 -0.29978 -0.14339 -0.03163 -0.76014 -0.66102 -0.33214 0.20588 0.37424 -0.5186 -0.08312 -0.34125 1.06393 0.37061 0.0087 -0.13564 0.42602 -0.13074 -0.01124 0.59061 -0.30869 0.4139 -0.21363 -0.06991 -0.14508 0.0347 -1.42915 -0.51372 -0.50021 0.39174 -0.58141 0.25713 0.41509 -0.33759 1.08692 0.36446 -0.71829 -0.05605 -1.28098 -0.95833 -0.27705 0.20496 -0.64859 -1.07092 -0.55631 -0.96691 0.90039 0.70572 -0.10411 0.61153 -0.36752 0.11259 0.52081 0.33869 0.17181 0.5325 -0.14184 -0.09747 0.19696 -0.59562 0.88916 -0.53338 0.32185 1.72992 0.15803 -0.1879 0.61311 0.49787 -0.92407 0.20881 0.47045 0.2705 -0.23055 -0.2805 0.92086 0.7929 1.36463 -0.04632 0.1145 0.7732 -0.63222 -0.28105 0.59947 0.28397 0.40762 -0.16645 -0.73746 0.78595 -0.34213 -1.03172 0.61899 0.08972 0.75732 0.86635 -0.70307 -0.75907 0.45797 0.5755 1.54512 0.80351 0.01808 -0.34208 -1.01519 0.97793 0.20546 -0.46425 0.25768 0.83144 -1.28665 -0.15022 -0.64555 0.16215 -0.71463 0.59423 -0.19917 -0.76186 0.36007 -0.06811 0.51805 0.88279 -0.47393 0.5075 0.41652 0.81201 -0.48687 -0.14279 -0.8142 0.11665 -0.02065 1.01344 1.15999 0.08236 0.36772 0.49552 -1.05368 0.0279 0.0708 -0.92727 0.60915 -0.30045 0.85323 -1.22933 0.14445 -0.52784 0.57607 0.29385 0.1215 0.60265 0.20132 1.16278 -0.39847 -0.286 0.61926 0.99117 -0.10018 0.28561 1.13688 0.61083 0.62263 -0.38725 0.90183 0.41767 -0.0918 -0.24618 0.71074 0.51722 0.1204 0.85985 -0.72331 0.50488 0.99234 0.10429 0.78932 0.44592 -0.55713 -0.58904 0.37216 -0.64846 -0.80509 0.35265 0.07563 -0.0295 1.04973 0.71478 -0.66733 0.2189 0.36783 0.10321 0.47064 0.55698 -0.74541 -0.27262 -0.15276 0.24982 0.06113 0.62277 -0.1229 0.41565 -0.73039 0.02512 0.20634 0.41776 -0.13654 -0.73275 -1.09075 -0.89699 -1.32169 -0.55096 0.23071 -0.19889 -0.07772 0.82477 -0.2848 -0.83751 0.41277 -0.48192 0.22289 -0.32821 0.00736 -0.15508 0.63406 0.49401 -1.59029 0.03885 0.22193 -0.24522 -0.27192 -0.77418 0.56204 0.24756 0.17702 -0.79203 0.13337 0.41673 0.39094 0.0732 1.7459 -0.30878 0.84268 0.46613 0.10217 -0.68371 0.36278 -0.32899 -0.0531 -0.31687 -0.76868 -1.16275 0.02261 -0.38108 -1.84792 0.22834 0.42305 0.97207 1.04483 0.36223 0.81278 0.39383 -1.02654 1.05329 0.39808 0.26182 -0.18507 -0.81202 0.19256 -0.31912 -0.45268 -0.0337 0.56982 0.55776 -0.45214 0.2756 0.10728 -0.36103 1.3685 0.81032 -0.46144 0.00112 0.67784 0.76252 0.01984 0.10689 0.58182 -2.12786 0.10129 0.22086 0.62459 -0.27476 0.20949 0.47233 -0.18533 0.1912 0.07977 0.03057 -0.28067 -0.00037 0.02059 -0.24653 0.46049 -0.42466 1.04367 0.28618 -1.05399 -0.20119 -0.06311 0.54024 0.04052 0.56792 -0.69325 -0.36549 0.25159 0.31172 0.51306 1.07103 -1.03651 -0.24029 0.13271 -0.17598 1.43732 0.64071 0.01486 0.28791 0.12979 1.52172 0.32364 0.18262 -0.60181 -0.69201 0.45444 -0.89986 -0.38652 -0.02836 -0.38605 0.73095 -1.31557 0.23406 0.0285 0.29852 0.46016 0.87548 0.81995 -1.68871 -0.62339 0.71363 0.27876 -0.7231 1.30659 0.60835 1.14797 -0.08198 0.02554 0.66053 -0.25081 -1.16934 -0.3244 0.08289 -1.31034 -0.5059 0.43316 -0.40673 0.61366 1.52848 0.79045 -1.99334 -0.43808 0.18025 -0.40392 -0.26527 -0.65304 -0.54011 -0.6714 0.56551 0.00464 -1.5261 -0.49587 0.4043 0.86682 -0.23752 -0.02248 -0.4949 1.08039 0.16241 1.20819 -0.75098 0.12753 0.91097 1.02158 -0.40384 0.49932 0.22428 0.33872 0.40782 -0.45162 0.71129 0.34225 0.10195 0.16285 0.36956 0.7087 -0.65511 0.24799 0.56253 -0.3296 0.04039 -0.09866 -0.71197 -0.50093 0.48132 0.12972 -0.06426 0.75567 0.21631 0.27722 0.67258 0.88763 0.80968 -0.9456 -0.61412 -0.11044 0.40913 -0.48712 0.84373 0.26788 -0.1164 0.22789 0.15974 0.18164 -0.68218 -0.15292 0.05375 -0.50656 -0.33963 -0.98834 -1.4945 -0.93771 0.02717 0.77805 -0.48298 -0.1039 0.26618 -0.45469 0.66401 -0.37268 -0.07481 -0.71353 -0.59241 0.31033 0.39656 -0.47686 -0.90155 0.06767 -0.03747 -0.47371 -0.69371 -0.0966 1.28922 -0.40732 0.04799 1.10035 1.74336 0.72645 0.34079 -0.49904 0.67905 1.14462 -0.38015 -0.85215 -0.3313 -0.45476 2.42527 0.50337 0.10693 -0.80366 -0.07333 -0.62168 -1.28836 0.3097 -0.20034 0.88393 -0.41677 0.37424 -0.06915 0.16502 -0.47705 0.71181 -0.18912 0.58884 -0.50523 -0.39424 -0.88379 -1.65565 0.62682 -0.79617 -0.06931 -0.67793 0.54424 -0.08594 -1.14595 -0.23703 0.33519 -0.68997 -0.46559 -0.28991 1.08705 -0.50835 0.20153 -0.03803 0.32988 0.315 -0.43793 -0.84406 -0.44883 0.50662 -0.57271 -0.86801 -0.09488 -0.49655 0.12786 0.18824 -0.72465 0.51458 -0.21036 -1.03759 0.07995 0.81329 -0.6393 0.45763 -0.45958 -0.22269 -0.1647 0.81932 1.16144 0.05213 0.1946 -0.33813 0.22201 -0.20986 -0.01883 -0.02918 -0.01471 0.2091 1.11762 -0.00916 -0.29899 0.86243 -0.28789 0.72914 -0.04552 -0.55092 -0.37922 -0.39515 -0.07896 0.25292 0.27674 -0.82713 -0.41416 0.06254 -0.63016 -0.52245 0.84133 -0.44914 1.09205 -0.66773 -0.28554 0.30954 1.73181 0.21128 -0.02061 -0.49234 -0.38653 -0.71376 0.03094 -0.18974 0.09159 0.13605 0.75799 0.43546 -0.12145 -0.09525 0.76644 -0.5322 -0.35927 0.64283 0.66073 0.19103 -0.97657 1.07546 1.32103 0.91223 -0.19057 0.05433 0.38668 -0.51008 -0.97199 0.29854 -0.28168 -1.05416 0.57486 -0.35737 0.85067 -0.87909 -0.06933 0.84739 0.37175 -0.10556 0.9243 -0.27194 -0.72893 -0.33633 0.34673 -0.22937 0.14551 0.05065 0.31579 0.02047 -0.39062 0.47193 0.47447 0.10325 1.43919 -1.47614 0.1545 -1.09532 0.53703 -1.91569 1.38999 -0.56289 0.09314 -0.1832 0.11908 -0.11153 -0.20443 0.53033 0.46595 1.04588 0.67128 -0.23586 -0.47025 -0.81663 -0.32882 -0.71053 0.94973 -0.3145 0.34463 0.67042 0.87858 -1.00275 0.68054 0.54742 0.20964 0.63515 -0.73024 0.75875 -0.27924 0.21281 0.56646 0.88524 0.90171 -0.01829 0.11172 -0.05547 0.4191 0.59468 -0.28071 1.05582 0.87202 -0.74368 -0.64043 0.81863 0.036 0.78549 -0.24721 0.84899 1.02209 0.44208 0.05391 0.38635 0.32747 -0.06353 -0.20784 0.66561 0.62392 1.28091 0.7022 0.78223 0.35783 -0.86023 -0.32459 -0.33488 0.17529 -1.32177 0.36278 -0.38485 -1.41429 0.48661 0.30234 -0.42511 -0.12108 0.97139 -0.61801 0.59444 0.59199 -1.42166 -0.42624 -0.2301 0.88836 -0.37162 -0.28044 0.84351 -0.29902 -0.27016 0.45688 -0.98103 1.03473 -0.22844 0.10142 -0.58042 -0.7951 -1.37936 -0.77083 0.10171 0.15056 -0.20324 0.16868 -1.10808 0.49151 0.65204 -0.18984 0.06725 -1.29252 -0.65992 -0.34351 -0.01095 1.79145 -1.35052 0.03197 0.30852 -0.48303 0.51916 -0.95908 0.31188 0.0477 0.18245 0.3196 0.72201 0.87542 0.59391 -0.2228 1.52465 -0.77845 -0.26735 0.14451 -0.45695 0.20201 -0.34969 -0.64307 -0.27701 -0.35129 0.96363 -1.4117 1.20062 -0.53222 -2.19996 0.66984 0.30563 0.39566 0.77069 0.64147 -0.49931 0.08339 0.10385 0.40449 0.7699 0.07035 -0.67802 -1.3257 0.32366 0.22216 -0.38393 -0.49165 -0.2085 0.72738 0.25792 0.16248 -0.17944 -1.38862 0.95331 0.53059 -1.49729 0.60968 1.6256 0.92958 -0.72713 0.39082 -0.25466 -1.45174 -0.1918 0.21437 0.02339 -0.66823 0.74787 0.3369 0.02126 0.53946 -0.61267 0.78345 -0.1088 0.37049 -0.02635 0.74427 0.43771 -0.58806 0.95885 0.55268 -0.11788 -1.15066 0.65504 -0.12771 0.24506 0.62448 -0.88942 -0.21379 0.47115 0.09685 0.93274 0.92589 -0.6044 -1.48683 -0.27281 0.267\nỰ 0.85299 0.64921 -0.37295 -0.66856 0.38826 1.33228 -0.86737 0.30546 0.76749 -0.85992 0.5314 -0.46027 -0.57604 0.49731 -0.60412 -0.06823 0.0215 -0.09494 0.57397 -0.11517 0.56594 0.60143 1.81101 -0.86639 0.37911 1.367 -1.24575 -0.3455 0.91052 0.36866 1.83444 0.39033 -0.60959 0.15232 -0.1946 -0.22222 0.05066 -0.00809 -0.93125 -0.10634 0.12713 -0.45264 0.18432 0.93514 0.81837 -1.35692 0.00487 -0.59808 0.76117 0.36533 -0.00796 -0.49218 -0.05986 0.54194 -1.10342 0.42891 -0.97366 0.17422 0.50529 0.05541 0.76217 0.08987 -0.31728 1.04947 1.05982 0.55148 0.4415 0.86374 0.21997 -1.02815 0.01418 -0.08236 0.07855 -0.16977 -1.03675 0.08687 -0.07518 0.42572 -0.14554 0.33627 0.60233 0.65307 0.14369 0.74795 -0.78918 -0.05333 0.62006 -0.87356 0.25005 0.28989 0.58038 -0.30368 0.86905 0.34179 0.25166 1.94063 0.94966 0.87502 -0.65401 -0.5886 0.46671 -0.58965 0.01501 0.95795 -0.30955 -0.69567 -0.84655 -0.5525 -0.16435 -0.2636 0.63079 -0.71293 -0.49554 -0.3951 -0.35098 -0.83184 0.74896 -0.11072 0.65342 -0.45287 -0.43323 -0.51337 -0.77362 -0.2411 0.6773 -1.03747 -0.13016 -0.52506 -0.13628 0.86897 -0.92667 -1.48802 -0.14794 0.277 -0.26013 -0.46895 0.84602 0.2574 0.28518 0.38999 0.98786 1.33001 0.11918 0.49812 0.31112 0.90565 0.78309 0.14428 -0.80393 -0.44493 -0.2697 2.03099 -0.31576 0.61019 0.53233 0.1678 0.02071 -0.58544 0.79344 0.99733 1.99821 0.4933 0.76884 0.40134 -1.31559 -0.5775 1.03058 -0.45056 0.67498 0.11156 0.5299 -0.62537 -0.93211 -0.64568 -0.95922 -0.78092 -0.13639 -0.19898 0.5771 -0.93229 -0.44836 -0.7562 -1.40214 -1.00727 -0.92535 -0.13789 -0.77392 1.85454 -0.60531 -0.13291 0.46196 -0.32652 -0.90744 0.18403 -0.32754 -0.29978 -0.14339 -0.03163 -0.76014 -0.66102 -0.33214 0.20588 0.37424 -0.5186 -0.08312 -0.34125 1.06393 0.37061 0.0087 -0.13564 0.42602 -0.13074 -0.01124 0.59061 -0.30869 0.4139 -0.21363 -0.06991 -0.14508 0.0347 -1.42915 -0.51372 -0.50021 0.39174 -0.58141 0.25713 0.41509 -0.33759 1.08692 0.36446 -0.71829 -0.05605 -1.28098 -0.95833 -0.27705 0.20496 -0.64859 -1.07092 -0.55631 -0.96691 0.90039 0.70572 -0.10411 0.61153 -0.36752 0.11259 0.52081 0.33869 0.17181 0.5325 -0.14184 -0.09747 0.19696 -0.59562 0.88916 -0.53338 0.32185 1.72992 0.15803 -0.1879 0.61311 0.49787 -0.92407 0.20881 0.47045 0.2705 -0.23055 -0.2805 0.92086 0.7929 1.36463 -0.04632 0.1145 0.7732 -0.63222 -0.28105 0.59947 0.28397 0.40762 -0.16645 -0.73746 0.78595 -0.34213 -1.03172 0.61899 0.08972 0.75732 0.86635 -0.70307 -0.75907 0.45797 0.5755 1.54512 0.80351 0.01808 -0.34208 -1.01519 0.97793 0.20546 -0.46425 0.25768 0.83144 -1.28665 -0.15022 -0.64555 0.16215 -0.71463 0.59423 -0.19917 -0.76186 0.36007 -0.06811 0.51805 0.88279 -0.47393 0.5075 0.41652 0.81201 -0.48687 -0.14279 -0.8142 0.11665 -0.02065 1.01344 1.15999 0.08236 0.36772 0.49552 -1.05368 0.0279 0.0708 -0.92727 0.60915 -0.30045 0.85323 -1.22933 0.14445 -0.52784 0.57607 0.29385 0.1215 0.60265 0.20132 1.16278 -0.39847 -0.286 0.61926 0.99117 -0.10018 0.28561 1.13688 0.61083 0.62263 -0.38725 0.90183 0.41767 -0.0918 -0.24618 0.71074 0.51722 0.1204 0.85985 -0.72331 0.50488 0.99234 0.10429 0.78932 0.44592 -0.55713 -0.58904 0.37216 -0.64846 -0.80509 0.35265 0.07563 -0.0295 1.04973 0.71478 -0.66733 0.2189 0.36783 0.10321 0.47064 0.55698 -0.74541 -0.27262 -0.15276 0.24982 0.06113 0.62277 -0.1229 0.41565 -0.73039 0.02512 0.20634 0.41776 -0.13654 -0.73275 -1.09075 -0.89699 -1.32169 -0.55096 0.23071 -0.19889 -0.07772 0.82477 -0.2848 -0.83751 0.41277 -0.48192 0.22289 -0.32821 0.00736 -0.15508 0.63406 0.49401 -1.59029 0.03885 0.22193 -0.24522 -0.27192 -0.77418 0.56204 0.24756 0.17702 -0.79203 0.13337 0.41673 0.39094 0.0732 1.7459 -0.30878 0.84268 0.46613 0.10217 -0.68371 0.36278 -0.32899 -0.0531 -0.31687 -0.76868 -1.16275 0.02261 -0.38108 -1.84792 0.22834 0.42305 0.97207 1.04483 0.36223 0.81278 0.39383 -1.02654 1.05329 0.39808 0.26182 -0.18507 -0.81202 0.19256 -0.31912 -0.45268 -0.0337 0.56982 0.55776 -0.45214 0.2756 0.10728 -0.36103 1.3685 0.81032 -0.46144 0.00112 0.67784 0.76252 0.01984 0.10689 0.58182 -2.12786 0.10129 0.22086 0.62459 -0.27476 0.20949 0.47233 -0.18533 0.1912 0.07977 0.03057 -0.28067 -0.00037 0.02059 -0.24653 0.46049 -0.42466 1.04367 0.28618 -1.05399 -0.20119 -0.06311 0.54024 0.04052 0.56792 -0.69325 -0.36549 0.25159 0.31172 0.51306 1.07103 -1.03651 -0.24029 0.13271 -0.17598 1.43732 0.64071 0.01486 0.28791 0.12979 1.52172 0.32364 0.18262 -0.60181 -0.69201 0.45444 -0.89986 -0.38652 -0.02836 -0.38605 0.73095 -1.31557 0.23406 0.0285 0.29852 0.46016 0.87548 0.81995 -1.68871 -0.62339 0.71363 0.27876 -0.7231 1.30659 0.60835 1.14797 -0.08198 0.02554 0.66053 -0.25081 -1.16934 -0.3244 0.08289 -1.31034 -0.5059 0.43316 -0.40673 0.61366 1.52848 0.79045 -1.99334 -0.43808 0.18025 -0.40392 -0.26527 -0.65304 -0.54011 -0.6714 0.56551 0.00464 -1.5261 -0.49587 0.4043 0.86682 -0.23752 -0.02248 -0.4949 1.08039 0.16241 1.20819 -0.75098 0.12753 0.91097 1.02158 -0.40384 0.49932 0.22428 0.33872 0.40782 -0.45162 0.71129 0.34225 0.10195 0.16285 0.36956 0.7087 -0.65511 0.24799 0.56253 -0.3296 0.04039 -0.09866 -0.71197 -0.50093 0.48132 0.12972 -0.06426 0.75567 0.21631 0.27722 0.67258 0.88763 0.80968 -0.9456 -0.61412 -0.11044 0.40913 -0.48712 0.84373 0.26788 -0.1164 0.22789 0.15974 0.18164 -0.68218 -0.15292 0.05375 -0.50656 -0.33963 -0.98834 -1.4945 -0.93771 0.02717 0.77805 -0.48298 -0.1039 0.26618 -0.45469 0.66401 -0.37268 -0.07481 -0.71353 -0.59241 0.31033 0.39656 -0.47686 -0.90155 0.06767 -0.03747 -0.47371 -0.69371 -0.0966 1.28922 -0.40732 0.04799 1.10035 1.74336 0.72645 0.34079 -0.49904 0.67905 1.14462 -0.38015 -0.85215 -0.3313 -0.45476 2.42527 0.50337 0.10693 -0.80366 -0.07333 -0.62168 -1.28836 0.3097 -0.20034 0.88393 -0.41677 0.37424 -0.06915 0.16502 -0.47705 0.71181 -0.18912 0.58884 -0.50523 -0.39424 -0.88379 -1.65565 0.62682 -0.79617 -0.06931 -0.67793 0.54424 -0.08594 -1.14595 -0.23703 0.33519 -0.68997 -0.46559 -0.28991 1.08705 -0.50835 0.20153 -0.03803 0.32988 0.315 -0.43793 -0.84406 -0.44883 0.50662 -0.57271 -0.86801 -0.09488 -0.49655 0.12786 0.18824 -0.72465 0.51458 -0.21036 -1.03759 0.07995 0.81329 -0.6393 0.45763 -0.45958 -0.22269 -0.1647 0.81932 1.16144 0.05213 0.1946 -0.33813 0.22201 -0.20986 -0.01883 -0.02918 -0.01471 0.2091 1.11762 -0.00916 -0.29899 0.86243 -0.28789 0.72914 -0.04552 -0.55092 -0.37922 -0.39515 -0.07896 0.25292 0.27674 -0.82713 -0.41416 0.06254 -0.63016 -0.52245 0.84133 -0.44914 1.09205 -0.66773 -0.28554 0.30954 1.73181 0.21128 -0.02061 -0.49234 -0.38653 -0.71376 0.03094 -0.18974 0.09159 0.13605 0.75799 0.43546 -0.12145 -0.09525 0.76644 -0.5322 -0.35927 0.64283 0.66073 0.19103 -0.97657 1.07546 1.32103 0.91223 -0.19057 0.05433 0.38668 -0.51008 -0.97199 0.29854 -0.28168 -1.05416 0.57486 -0.35737 0.85067 -0.87909 -0.06933 0.84739 0.37175 -0.10556 0.9243 -0.27194 -0.72893 -0.33633 0.34673 -0.22937 0.14551 0.05065 0.31579 0.02047 -0.39062 0.47193 0.47447 0.10325 1.43919 -1.47614 0.1545 -1.09532 0.53703 -1.91569 1.38999 -0.56289 0.09314 -0.1832 0.11908 -0.11153 -0.20443 0.53033 0.46595 1.04588 0.67128 -0.23586 -0.47025 -0.81663 -0.32882 -0.71053 0.94973 -0.3145 0.34463 0.67042 0.87858 -1.00275 0.68054 0.54742 0.20964 0.63515 -0.73024 0.75875 -0.27924 0.21281 0.56646 0.88524 0.90171 -0.01829 0.11172 -0.05547 0.4191 0.59468 -0.28071 1.05582 0.87202 -0.74368 -0.64043 0.81863 0.036 0.78549 -0.24721 0.84899 1.02209 0.44208 0.05391 0.38635 0.32747 -0.06353 -0.20784 0.66561 0.62392 1.28091 0.7022 0.78223 0.35783 -0.86023 -0.32459 -0.33488 0.17529 -1.32177 0.36278 -0.38485 -1.41429 0.48661 0.30234 -0.42511 -0.12108 0.97139 -0.61801 0.59444 0.59199 -1.42166 -0.42624 -0.2301 0.88836 -0.37162 -0.28044 0.84351 -0.29902 -0.27016 0.45688 -0.98103 1.03473 -0.22844 0.10142 -0.58042 -0.7951 -1.37936 -0.77083 0.10171 0.15056 -0.20324 0.16868 -1.10808 0.49151 0.65204 -0.18984 0.06725 -1.29252 -0.65992 -0.34351 -0.01095 1.79145 -1.35052 0.03197 0.30852 -0.48303 0.51916 -0.95908 0.31188 0.0477 0.18245 0.3196 0.72201 0.87542 0.59391 -0.2228 1.52465 -0.77845 -0.26735 0.14451 -0.45695 0.20201 -0.34969 -0.64307 -0.27701 -0.35129 0.96363 -1.4117 1.20062 -0.53222 -2.19996 0.66984 0.30563 0.39566 0.77069 0.64147 -0.49931 0.08339 0.10385 0.40449 0.7699 0.07035 -0.67802 -1.3257 0.32366 0.22216 -0.38393 -0.49165 -0.2085 0.72738 0.25792 0.16248 -0.17944 -1.38862 0.95331 0.53059 -1.49729 0.60968 1.6256 0.92958 -0.72713 0.39082 -0.25466 -1.45174 -0.1918 0.21437 0.02339 -0.66823 0.74787 0.3369 0.02126 0.53946 -0.61267 0.78345 -0.1088 0.37049 -0.02635 0.74427 0.43771 -0.58806 0.95885 0.55268 -0.11788 -1.15066 0.65504 -0.12771 0.24506 0.62448 -0.88942 -0.21379 0.47115 0.09685 0.93274 0.92589 -0.6044 -1.48683 -0.27281 0.267\nẶ -0.17989 0.24825 -0.19383 0.80696 0.31666 1.73185 -1.04712 -0.47861 0.89642 -1.59279 0.73533 -0.57342 -0.48894 -0.11227 -0.30141 0.17227 -0.79758 -0.15196 -0.33999 0.48347 1.58964 0.59286 2.17621 -1.03077 0.08464 0.69688 -1.18628 -0.55967 0.55529 0.23052 1.72786 0.9869 -0.05481 0.05197 -0.42959 -0.87706 0.94478 -0.42192 -0.54986 0.65744 0.58427 -0.92406 -0.21639 0.50488 0.57252 -1.913 -0.92006 -0.47332 0.41723 -0.46385 -0.92718 0.60895 -0.52654 -0.56648 -0.93277 -0.60663 -0.63435 0.13618 -0.06043 -0.55819 0.51213 0.25917 -0.24364 1.36087 0.32942 0.27472 1.25608 1.85467 -0.29652 0.23681 0.27307 -0.22607 -0.32894 0.29148 -0.57204 0.72642 -0.57191 0.71672 0.38787 0.33584 0.99478 0.96408 -0.53531 0.99046 -1.22229 0.23009 0.69301 -1.65011 -0.05499 0.36141 -0.23297 -0.19559 1.32714 0.95778 -0.24166 0.75736 1.29452 0.51457 -1.08833 -0.27297 0.1219 -0.35293 0.4043 0.92091 0.16544 -1.50032 -0.70577 -0.13484 -0.89799 -0.35805 0.70339 -0.53414 -0.95971 -0.18739 -0.07023 -0.87175 -0.40824 -0.10794 0.34069 -0.49897 0.94942 -0.14497 0.2478 0.50767 0.75849 -0.59971 0.45292 0.00231 0.46952 0.52928 -1.06529 -0.73371 0.70903 0.38146 -0.82792 -0.11771 0.76362 0.59488 0.87991 -0.45803 0.27347 1.16887 1.1408 0.99103 0.69459 0.313 0.21015 -0.27043 -0.39352 -0.49214 -1.02105 1.39385 -0.81033 0.52618 0.67273 0.67313 0.2626 1.49629 1.14584 1.15373 1.67035 0.02072 0.80377 0.51675 -0.94638 -1.12497 1.24869 0.80035 0.10599 0.38139 0.72504 -0.60369 -1.64203 -0.19519 -1.25245 -0.39506 -0.04781 -0.11244 0.4346 -0.80542 0.26967 -1.31785 -1.97944 0.44248 -1.02784 0.00952 -0.11619 1.32147 -0.48355 -0.79713 0.47679 0.21364 -1.53821 0.2253 0.25771 -0.14894 -0.68643 0.41887 0.13481 -0.72793 -0.06477 -0.00839 -0.0424 -0.91279 -0.3669 -0.04445 1.5288 0.22089 -1.08927 0.36601 0.41922 1.02463 0.22374 1.07838 -0.45484 1.12129 0.23564 -1.01127 0.89393 0.92555 -1.50408 0.1529 -0.64952 0.55567 -0.60065 0.01131 -0.82124 -0.26089 0.9477 0.0695 0.04709 -0.68676 -1.62334 -1.22616 -0.82663 0.48588 -0.28541 -0.39625 -1.0726 -1.46827 0.72597 1.06541 -0.28803 1.4239 -0.34775 0.43928 0.86724 0.2438 -0.80091 -0.3273 -0.22015 -0.43092 0.59847 -0.84364 0.31927 -0.83808 0.33046 1.86896 -0.9577 -0.95614 0.2141 0.48781 0.21206 0.54538 0.73736 -0.39202 0.22876 -1.12973 0.39017 0.68288 1.00353 0.2139 0.27832 0.45301 0.74362 0.55849 1.12768 1.26904 -0.74573 -0.34626 -1.73468 1.24799 -0.67774 -0.70106 0.97716 -0.42156 -0.37904 -0.0952 -0.03898 -0.79035 1.40065 0.65864 0.81529 0.38692 -0.29638 0.58046 -0.72776 0.82166 0.00835 -0.61136 0.29624 1.7157 -0.91324 0.10949 -0.71011 -0.53452 -0.79266 1.2485 -0.44367 0.19954 0.50497 0.01455 0.54795 1.347 -1.42253 0.20315 -0.09596 1.66194 -1.23356 -0.50382 -0.03168 0.40065 0.45216 1.43869 0.31729 -0.40882 -0.05202 0.93405 -1.70521 0.8143 0.6909 -1.0039 1.41191 -0.50741 0.769 -0.68208 1.08921 0.02054 0.35999 -0.09455 -0.22812 0.7215 -0.0673 0.25233 0.63118 1.24626 1.10655 1.14265 0.1983 -0.12977 1.64442 0.87011 -0.80364 -0.31591 0.60311 0.96582 0.26161 0.70802 0.00028 0.38101 0.23486 2.39844 -1.26674 -0.05004 0.44999 0.84533 0.71718 0.03019 -0.27274 -0.94175 0.8897 -0.17489 -1.45519 0.20288 -0.11907 0.00267 1.19572 -0.42874 -0.67409 0.34597 -0.2149 0.84181 -0.62164 1.17059 -0.25483 -1.25273 -0.59788 1.43138 0.18243 0.45003 0.30737 0.02019 -0.66212 -0.15412 -0.17235 -0.1878 -0.63482 -0.9136 -1.02249 0.18426 -0.45943 -1.1343 0.23092 0.10596 0.74657 1.87119 0.49002 -0.69913 0.28404 0.02753 -0.41098 0.50688 -0.31376 0.86667 -0.04876 0.15837 -1.05562 0.34164 0.49011 0.09326 0.37203 -0.42479 0.54007 -0.60504 0.41293 -0.54757 -0.21736 -0.13005 0.93558 1.21348 1.83482 0.22163 1.11453 0.55569 -0.51289 -1.34889 0.82442 -0.23464 -0.45013 -0.11703 -0.58295 -1.34736 0.52713 -0.40024 -1.11438 -0.21594 -0.10177 1.15712 1.62019 -0.69107 0.52003 -0.30393 -1.40384 0.69919 -0.34159 0.30668 -1.42346 -0.17733 0.16369 -0.16016 -0.11973 0.00617 0.55182 0.64126 -0.15157 -0.08149 -0.99196 -0.05968 0.27892 1.26205 -1.19283 -1.07218 0.57193 1.21064 0.63727 0.66266 1.25807 -1.80787 0.65659 0.94812 0.50255 -0.75491 -0.1677 -0.05368 0.25106 0.22195 -0.31712 -0.09533 -0.32199 0.03355 0.27682 -0.20203 0.62433 0.19493 1.06902 0.77561 -0.72583 -1.06114 0.94737 0.65396 -0.06046 -0.33895 -0.3892 -0.06809 0.51493 0.55579 1.2073 0.74649 -0.37083 -1.13383 0.04704 -1.69429 0.51261 0.51947 0.37773 0.80633 0.53951 1.13054 -1.47061 -0.51456 -0.6445 -1.43104 -0.31748 -0.2255 -0.39707 -0.90272 0.45254 0.40689 -1.9062 -0.14386 -0.52391 0.39172 0.92365 1.18599 1.86473 -1.71387 -0.48359 0.75228 -0.35798 -0.91452 0.07115 0.11703 1.00842 0.38983 -0.02679 0.27426 -0.56629 -1.15801 0.16425 -0.40984 -0.83834 -0.78938 0.29913 -1.63809 0.83355 1.84024 0.88995 -1.0893 -0.70263 -0.80284 0.48595 0.18286 -1.04992 0.87462 -0.68226 -1.09296 -0.45435 -1.91344 -0.78507 0.38487 -0.13017 -0.44665 0.28301 -1.28707 -0.08911 0.40795 -0.47434 -0.13574 0.79034 1.15478 0.84195 -0.48522 -0.28659 0.66448 -0.28944 -0.17325 -0.6818 0.37023 -0.29719 1.22068 0.47653 0.27958 1.27159 -0.50482 0.23454 0.99404 -0.2783 0.50589 0.30697 -0.98223 -1.60904 0.33308 -0.01186 -0.77256 1.32196 0.29634 0.06197 0.03144 1.75158 0.97763 -1.74796 -0.36193 -0.52366 0.98862 -1.084 0.48042 0.6333 -0.09655 0.13199 0.27782 0.05089 -1.1314 0.69153 -0.42114 -0.76551 0.08677 -0.72421 -1.77586 -1.18936 -0.24302 0.59794 0.28391 0.3672 0.15093 -0.122 0.21923 -0.17262 0.34854 -0.63932 -0.13469 1.0644 -0.87103 -1.4563 -0.43838 1.65708 0.19306 -0.27486 -0.42752 0.9736 1.45583 -0.32933 -0.89329 0.78657 0.27685 1.37204 -0.09699 0.33611 0.53708 0.29106 -1.29365 -0.92738 0.30221 -0.57805 1.11091 0.07396 0.34118 -0.56121 0.63156 -0.32562 -0.48795 0.20092 0.43242 0.6675 -1.54982 1.24785 0.74686 0.38319 -0.5274 0.45924 -0.49428 1.02853 0.13795 -0.32609 -1.74603 -1.2295 -0.23653 -0.59446 -0.16862 -0.98203 1.28494 -0.33683 -0.67162 -1.02826 0.02018 -1.38347 0.47761 -1.07691 0.5817 0.30186 0.26942 -0.1588 0.53702 1.00539 0.21169 -0.50476 -0.94797 1.18184 -0.1468 -0.11672 0.06306 -0.67237 -0.72895 0.25024 -0.28439 0.14083 0.59231 -0.16834 -0.53176 1.08469 -1.63308 -0.22733 0.13102 0.77161 0.42295 -0.37679 1.41632 -0.4399 0.03612 0.05544 0.0441 0.20133 0.77224 -0.85663 -0.29163 0.42857 0.44779 -0.73017 0.18709 -0.15407 0.62581 1.23297 1.07296 -0.33593 -1.18937 -0.88956 -0.79741 0.40833 0.89796 0.47671 -0.54588 -0.25488 -1.11358 0.09684 0.77786 0.00484 1.53227 0.16724 0.23999 0.12706 0.75616 -0.3981 -0.0586 -0.2674 -0.51209 -0.37196 -0.34572 0.22702 -0.48349 -0.45153 0.91912 -0.58946 -1.03161 0.42371 0.12513 0.50095 -0.16199 0.61858 -0.57787 0.50574 -1.12046 1.20013 0.19899 0.48522 -0.5693 -0.88963 0.12763 0.0139 -0.76104 1.27966 -0.06947 -0.26542 0.5397 -1.10184 0.34723 0.0805 0.4395 0.5568 0.20283 -1.00577 0.62051 0.13277 -1.05533 -0.20967 0.35623 -0.28373 -0.36526 -0.14555 0.81906 0.23012 0.14418 0.11238 0.43897 0.38366 1.07075 -0.92311 0.12286 -0.81934 0.67261 -1.74465 2.54093 -0.70011 0.04933 -0.40272 -0.0237 -0.67554 0.42615 0.82827 0.25688 0.75678 1.63818 -1.33484 -0.75782 -0.18923 -0.27113 -0.0324 1.80367 -0.2182 0.14596 1.6153 0.80808 -1.44944 0.86571 1.60705 0.62493 1.34782 -0.64425 -0.17003 -0.15523 0.24773 0.67933 -0.04514 1.01581 -0.88568 0.85109 0.04885 0.15702 0.77308 -0.31317 0.5143 0.47301 0.28355 -0.00466 0.24143 -0.14844 -0.38863 0.77147 0.47203 1.00949 -0.08037 1.17433 -0.11712 -0.83965 0.53678 1.51688 0.17653 0.63053 0.63652 0.69359 0.51324 0.4929 -0.92892 -0.2696 0.6979 0.03627 -0.92411 0.44187 -0.9233 -1.74974 0.92723 -0.6257 0.34992 -0.97639 0.61863 0.40123 0.14721 -0.6681 0.12545 -1.29218 -0.41968 0.48308 0.73343 0.48804 0.78815 0.15815 -0.62803 0.38831 -0.34804 0.68139 -0.34242 -0.38207 -0.49809 -0.66155 -1.73084 -1.29385 0.25847 0.5473 0.90543 0.79063 -0.59202 -0.48289 0.79867 -0.49129 0.00912 -1.62999 -0.05502 0.89334 -0.64659 0.08208 -1.18417 -0.15123 -0.06787 1.29988 1.18492 -0.80601 0.38575 -0.80852 1.03599 0.71851 0.36804 0.08449 -0.05933 -0.4826 1.36333 -1.18756 -0.28327 0.85869 0.19941 -1.72134 -0.16202 -0.60128 -0.79412 0.5811 0.59818 -0.51281 1.42935 -0.35114 -0.50824 -0.23126 0.18908 0.05107 0.64448 0.4004 -0.93519 -0.59128 -0.65342 0.50322 -0.93555 0.77657 -0.12349 -0.32514 0.58196 -0.1524 -0.17072 -0.59589 -0.20635 0.62343 1.01536 -0.11827 -0.90419 -0.71839 0.70859 0.41023 -1.52221 0.25596 0.73134 1.14554 -0.28509 1.7936 0.88105 -0.98639 0.27658 0.05256 -0.10124 -0.39739 1.09134 0.13791 1.30163 0.30353 0.31567 0.58486 -0.33097 1.17515 0.44463 0.34226 0.38804 0.52354 1.42078 0.47524 0.50595 -0.61782 0.66704 -0.86728 0.24455 -0.32384 -0.99475 -0.19691 -0.03174 0.05483 1.33829 1.39191 -0.13723 -1.33359 0.24181 -1.06263\nỄ -0.05357 0.46324 0.280455 0.08589 0.482895 0.86711 -0.053345 -0.06905 1.24745 -0.25783 0.453805 -0.72036 -0.70608 -0.42671 -0.192 -0.476 -0.34154 0.4902 -0.702215 -0.262825 0.828945 0.681845 1.25475 -0.509875 0.29923 0.732195 -1.0328 -0.348275 -0.061205 -0.007425 0.811715 1.003375 -0.504945 0.55207 -0.69218 -1.08364 0.903805 -0.24913 -0.36628 1.06272 0.376775 -0.196705 -0.057725 0.494155 0.75453 -1.57501 -0.231335 -0.24745 0.3579 0.344195 -1.09424 0.30275 -0.28649 0.22178 -0.102065 -0.31365 -0.34175 -0.44857 0.72783 -0.145505 0.446965 -0.15593 0.04279 0.761445 0.131875 -0.18368 0.6367 1.512125 0.007305 0.02331 0.819235 -0.287995 1.71273 -0.589135 -0.70446 0.71116 -0.601995 0.441525 0.107495 -0.11672 0.36221 0.57186 0.101015 0.403905 -1.016965 0.18325 0.42223 -0.970185 -0.130305 -0.076395 -0.457455 -0.133325 0.53673 1.32336 -0.37394 0.27473 0.583575 0.34736 -0.681865 1.098435 0.4884 0.062245 0.190815 0.64844 0.461775 -0.0353 -1.24432 -0.42317 -0.032155 -0.361 0.42306 0.03097 -0.241665 0.53885 0.047465 -0.67316 -0.429125 -0.020275 0.059925 0.22552 0.001815 0.7056 0.013435 0.85874 0.70018 -0.588405 -0.2097 -0.110715 -0.0785 0.692905 -0.570835 -1.016635 0.455745 -0.36129 -0.12199 -0.641795 0.10771 0.137415 0.18262 0.06495 0.01444 1.20065 0.05083 0.24824 0.141495 0.345125 0.08753 0.38096 -0.64011 -0.55827 -1.12339 0.852745 0.069735 0.311465 0.742015 -0.021825 0.7434 1.02058 1.130125 0.33075 1.146895 -0.40083 1.021635 0.14317 -0.085875 -0.84373 1.0157 -0.418115 -0.064885 0.05438 0.475825 -0.36602 -1.53158 -0.405555 -0.85839 -0.11188 0.092345 0.309035 0.354855 -0.44404 -0.270395 -1.068885 -1.48445 0.10394 -0.99729 0.625105 -0.34288 0.727545 0.241135 0.084925 0.61164 -0.50665 -0.484395 -0.04864 0.0076 -0.634555 -0.219565 0.18379 0.15084 -0.46779 -0.05891 0.03919 0.194365 -0.39925 -0.15511 -0.550275 1.13647 0.588235 -0.502865 0.782315 0.74672 0.95404 0.19594 0.5856 -0.17625 0.964345 -0.259585 -0.453495 0.060375 -0.78684 -0.939855 0.526235 -0.64932 -0.07406 -0.52162 0.483725 -0.077785 0.03876 0.942235 0.017125 -0.394205 -0.3686 -1.20986 -1.0922 -0.70099 0.05538 -0.18821 0.163695 -1.056725 -0.876695 0.58874 0.377455 -0.403775 1.22296 0.714825 0.97529 0.570915 -0.695655 -0.497885 0.327025 0.6038 0.395815 0.561115 -0.277535 0.231935 -0.46915 0.25117 0.721235 -0.30574 -0.67843 -0.50532 -0.3859 0.125855 0.337615 0.58485 1.010485 0.209305 -1.02749 0.30618 0.343165 0.91924 0.50712 -0.069125 0.23965 -0.343445 -0.392025 0.670385 0.79616 0.45657 0.25751 -0.54838 0.778985 -0.08935 -0.42698 0.941465 0.151035 0.608235 -0.55468 -0.664405 -0.79611 0.690135 0.40947 1.107 0.537935 -0.085515 -0.03431 0.1363 0.3482 0.569105 -0.464685 -0.09852 0.878085 -0.91135 -0.575585 -0.425415 0.07569 -0.55993 0.509375 -1.23066 0.37878 0.724725 0.68246 0.91378 0.76723 0.00137 0.39391 0.60309 0.86761 -0.46647 -0.40882 -0.13568 0.05312 -0.03527 1.161075 0.445655 -0.294965 0.464585 0.72452 -1.632545 -0.090685 0.073275 -0.51334 0.48059 -0.602215 0.642995 -1.074595 0.099515 -0.522975 -0.39614 -0.81633 -0.35875 0.06173 -0.466 0.556425 -0.233975 1.083745 0.694575 0.176875 -0.191035 -0.5561 0.891895 0.41953 -0.391685 -0.116375 0.443435 0.46384 0.40316 -0.330785 0.04333 0.692575 0.566485 0.75776 -0.78439 -0.090865 0.86164 -0.06284 0.17661 0.375085 -0.82014 0.186115 0.5341 -0.41363 -0.748785 -0.22107 -0.714625 1.474245 0.634335 0.01964 -0.17951 -0.54436 -0.10394 1.22807 0.17799 0.20522 -0.76832 -0.471315 -0.009605 0.07108 0.0711 0.663735 -0.154385 0.37844 0.2284 0.56022 -0.116445 0.073745 -0.482175 -1.413335 -0.85542 -0.06213 0.09674 -0.689145 -0.29959 -0.183655 0.125325 1.268235 0.2816 -0.253605 0.465305 -0.03803 0.267785 -0.51556 -0.91969 0.32432 -0.04046 0.17512 -1.13867 -0.006345 0.799715 0.008585 -0.006965 -0.458015 0.631515 -1.358175 -0.12568 -1.25704 -0.541745 -0.208495 0.20541 0.157725 1.608075 0.327555 0.699965 0.396815 -0.36581 -0.595085 0.461585 -0.20229 -0.517805 -0.712785 -1.102385 -1.427355 0.59735 -0.66472 -1.113455 0.69389 0.264715 1.07425 1.0541 -0.16049 0.047895 -0.462945 0.17146 0.85614 -0.29829 0.812595 -0.27394 -0.53532 0.128995 0.25039 -0.23862 -0.207005 0.31094 1.035635 -0.36787 -0.15105 -0.82002 -0.24047 0.454985 0.57764 -0.53906 -0.19471 0.74191 0.517595 -0.10527 0.90102 0.572475 -1.624015 0.11218 0.16211 0.594315 -0.286595 -0.28933 -0.37249 0.55993 0.69225 -0.126745 0.00255 -0.505265 -0.757475 0.712895 -0.388295 0.2307 -0.30601 0.430275 0.003785 -0.3123 -1.130385 0.201575 -0.454695 0.193375 0.460375 -0.853215 -0.20122 -0.032825 0.35284 -0.24679 1.40228 0.156535 -0.70478 0.349565 -0.382925 0.55068 -0.82193 0.422965 0.109415 0.76075 1.343575 -0.062575 -0.32834 0.4973 -1.3979 0.325525 -0.612815 -1.17854 -0.389055 -0.42073 0.399865 -0.225105 0.207975 -0.430045 0.78868 0.21549 0.88382 0.9649 -0.99302 0.12493 1.30498 0.10797 -0.79547 0.156365 0.41967 0.99115 0.383065 -0.80383 0.58873 -0.377865 -0.828215 -0.14646 0.017035 -0.52184 0.543095 0.707925 -0.831335 0.544305 0.71736 0.50524 -1.974815 0.49689 -0.261785 0.230545 -0.331305 -1.33431 0.38658 -1.150815 0.81485 -0.60359 -1.4153 -0.66308 -0.348205 0.29512 -1.383635 0.569195 -0.527485 0.393705 -0.134675 -0.18911 -0.2927 0.611095 0.92284 0.502575 0.39039 0.466645 -0.427155 1.513975 0.20683 -1.13077 0.652975 -0.439725 0.586885 0.60203 0.13818 0.3529 0.195635 0.612325 0.753395 -0.66718 0.578675 0.12409 -1.533505 -0.14771 0.22737 -0.53892 -0.28222 0.710945 0.5852 -0.2491 0.112275 1.221295 0.61963 -1.408325 0.243585 0.08969 0.91638 -0.34943 0.73454 0.72847 0.47768 -0.401555 0.257035 0.10825 -0.264545 -0.24443 0.214655 -1.12905 0.33354 -0.530795 -1.04346 -0.923955 0.15767 1.120835 -0.830455 0.34809 0.242525 -0.086855 0.420655 -0.93196 0.25551 -0.89722 0.32862 1.2942 -0.355015 0.05659 -1.10653 0.52898 0.30132 -0.408135 -0.073985 -0.39051 1.0783 -0.149415 0.969415 -0.1031 1.293365 0.48257 0.581185 -0.404865 0.74914 0.083235 -0.364295 -0.895745 -0.53875 -0.96529 0.689535 -0.144165 -0.076595 0.00661 -0.3717 0.97714 0.03047 0.462335 -0.8863 1.270515 -0.506185 0.980435 -0.05887 0.374105 -0.44335 0.99022 -1.082145 0.555625 0.094375 -0.37859 -1.390145 -2.237395 -0.408475 0.027735 0.44514 -0.460995 0.364325 -0.09347 -0.87483 -1.07944 -1.29808 -0.64978 0.062725 -0.297505 1.72208 -0.32594 0.12232 0.204675 0.69186 0.73928 -0.329465 -0.51673 -0.613855 0.1094 0.084455 -1.03258 -0.01915 -0.55665 -0.5915 -0.153005 -0.385325 0.290205 0.05339 0.313065 -0.160625 1.45922 -0.323545 -1.11659 0.129665 -0.099005 0.86408 0.522895 0.98175 -1.14384 0.209385 -0.14503 -0.01858 -0.355575 0.613585 -0.47558 0.29261 -0.458315 0.385385 -0.21875 -0.029785 -0.02986 0.159075 0.858535 -0.05276 -0.09308 -0.784255 -1.34678 0.05545 0.14757 0.04369 0.085565 0.30861 -0.73673 -0.98002 -0.661535 0.69657 -0.424375 1.39042 0.616515 0.15662 -0.17491 0.27274 -0.71604 0.6072 -0.30421 -0.00116 -0.00101 0.449055 0.16763 0.3399 -0.593505 0.675735 0.044625 -1.277585 -0.169035 -0.47326 -0.501345 -0.01218 0.669695 0.224655 0.540605 -0.985405 0.10606 0.61375 0.44553 -0.353025 -0.865625 -0.86811 -0.061925 -1.23551 1.250005 -0.120345 -0.226395 -0.06643 -0.810405 0.869945 -0.518305 0.256235 0.52992 0.134525 0.307275 0.154555 -0.63992 -0.59146 -0.453335 0.546855 0.932285 -0.006775 -0.448325 -0.165385 1.32157 0.015505 0.50597 0.0786 -0.375815 1.4454 -0.57239 -0.313065 -1.18737 0.645405 -1.18659 1.16168 -1.47155 0.591055 0.1639 0.06682 -0.209215 0.62221 0.60076 0.81722 0.88493 0.37091 -0.11293 -0.273945 -0.189115 0.106075 -0.367825 1.801095 -0.2233 -0.02676 1.587075 0.725795 -1.96848 0.560545 0.584035 0.274255 0.37993 -0.7307 0.451545 -0.41919 0.789565 -0.007285 0.20271 0.428875 -1.239665 0.36622 -0.50751 0.57977 0.73526 1.848215 0.71916 0.472965 -0.263685 -1.510285 -0.001735 -0.104295 -0.38447 -0.76555 0.949675 1.0425 0.319585 0.67019 -0.26706 -0.020495 0.83095 -0.11812 -0.049315 0.390915 0.63204 0.934345 0.18153 0.03146 -0.25196 0.14251 -0.05612 -0.33231 -1.049995 0.008445 -1.23162 -0.856845 0.428685 0.088825 0.63937 -0.602555 0.16547 0.593585 -0.419955 0.004435 -0.25162 -0.668605 0.03999 0.609365 -0.573385 0.21403 0.469265 0.03953 -0.405335 0.123335 -0.547945 0.036495 -0.20887 -0.664885 -1.08688 -0.147975 -0.73677 -1.13441 0.430815 -0.022155 -0.38316 0.17956 -0.422765 0.58154 0.265175 -0.2017 0.445635 -0.83315 -0.82599 -0.19581 -0.60219 0.97252 -0.937565 0.2715 0.746615 0.07813 0.27674 -0.3767 0.136965 -0.656 0.642565 0.002895 0.392425 0.344475 0.136825 -0.04482 1.842075 0.332845 -0.54374 0.04046 -0.886275 -0.84527 0.98011 -0.56372 -0.587915 -0.273645 0.52372 -1.58119 0.678895 -0.69739 -1.53587 1.171695 0.151655 0.753315 0.932745 -0.467305 -0.3582 -0.24732 -0.77041 0.61294 0.17875 0.457355 -0.551835 -1.146305 -0.113955 0.59842 -0.24983 -0.425815 -0.113865 0.12584 0.060035 0.896265 -1.5525 -0.876875 0.88283 0.35654 -0.92044 0.51999 1.198045 0.36831 -0.534955 0.764285 1.21976 -0.950735 -0.662855 -0.201385 0.536145 -0.42445 0.044875 0.3401 0.613965 0.04013 -0.648605 0.43601 -0.71292 0.12232 1.2462 0.14401 0.01481 -1.21882 0.53367 -0.13151 -0.532475 -1.59083 1.232475 -0.491 0.272595 1.317435 -1.399635 -0.223945 0.55164 0.11333 0.613215 0.8479 -0.88548 -1.547715 -0.52806 -0.2961\nẠ 0.09554 0.6832 0.15287 -0.51039 0.1318 1.07219 -0.02827 -0.36597 1.34767 -0.29067 0.47768 -0.70643 -0.79017 -0.75179 -0.05962 -0.2934 -0.85284 0.43227 -1.231 -0.64965 1.16086 0.89551 1.31033 -0.41914 0.36252 0.55003 -1.38059 -0.47476 0.09168 -0.05125 0.55066 1.09348 -0.53105 0.41635 -0.89815 -1.03928 0.74786 0.1753 -0.56532 0.98059 0.60894 0.25969 -0.31761 0.3798 0.97304 -1.23827 -0.10269 -0.69368 0.15824 0.2908 -0.63639 0.83277 0.0502 0.11749 -0.09608 -0.0406 -0.68601 -0.5472 0.88677 -0.11096 1.00098 -0.52665 -0.19229 1.13019 0.60828 -0.25993 1.24154 1.89141 0.79704 0.14595 1.34734 -0.68357 1.64232 -0.78191 -1.26902 0.44331 -0.61665 0.55429 0.22317 0.00952 0.31592 0.60267 0.04968 0.17241 -1.04378 0.61513 0.33352 -1.09223 -0.24447 -0.15304 -0.29626 -0.24165 0.23498 1.62329 -0.50111 0.61868 0.62611 0.55918 -0.87604 1.09297 0.80191 0.32161 0.49154 0.61664 0.06858 -0.11604 -1.44568 -0.60416 -0.22178 -0.36376 0.30884 0.32523 -0.2097 0.62038 0.06879 -0.69964 -0.71892 0.42707 -0.18164 -0.049 -0.36988 1.02269 -0.10527 1.07214 0.59217 -0.99103 -0.07103 0.08674 -0.01054 1.10082 -0.94766 -1.27004 0.67962 -0.78741 -0.41399 -0.6176 0.15701 0.13254 0.29692 0.14684 0.05046 1.08619 0.25286 0.326 -0.14314 0.29241 0.16412 0.47905 -0.58401 -0.65194 -1.46551 0.93043 -0.13373 0.31959 0.97585 0.26667 1.18616 0.78928 0.72987 0.53242 1.33233 -0.16348 1.46233 0.03647 0.15057 -0.60078 0.92627 -0.00649 0.23912 -0.10783 0.07347 -0.60343 -1.91552 -1.1049 -0.66474 -0.08312 0.31716 0.28177 0.75751 -0.40876 0.17717 -0.80243 -1.45721 0.0292 -0.99008 0.7152 -0.41505 0.38709 0.34729 0.27713 0.88448 -0.4288 -0.46365 -0.03883 -0.30607 -0.96961 -0.00874 0.24711 0.11059 -0.35098 -0.34789 0.21865 0.3899 -0.6579 0.08682 -0.56203 1.49287 0.74332 -0.73695 1.03174 1.2391 1.12202 0.60195 0.7492 0.26712 0.96865 -0.89108 -0.37636 0.4015 -0.8601 -1.28016 0.67798 -0.51044 0.3179 -0.76109 0.7044 0.14215 0.2603 0.87596 0.39227 -1.10127 -0.62849 -1.65948 -1.33457 -0.85178 -0.10022 -0.27587 0.02962 -1.46306 -0.68265 0.56086 0.30222 -0.04159 1.24213 1.09412 1.0213 0.4943 -0.8577 -0.60318 0.29772 1.12009 0.19374 0.68374 -0.50286 0.40991 -0.61689 0.37368 1.1934 -0.08009 -0.48165 -0.75659 -0.25276 0.17397 0.61249 0.48354 1.02218 0.51318 -0.91504 0.51345 0.30797 0.98685 0.41287 -0.0949 0.27294 -0.86475 -0.03456 0.36473 0.96153 0.72993 0.11785 -0.74183 0.92621 -0.12264 -0.33377 1.09904 -0.00336 0.66932 -0.55071 -0.62542 -0.61534 0.87471 0.38234 1.31148 0.51596 -0.20682 -0.26847 -0.21564 0.28057 0.75525 -0.53158 0.07967 0.98249 -0.75842 -0.24961 -0.47835 0.39237 -1.17045 0.19755 -0.91737 0.06511 0.59397 0.46834 1.21072 0.40592 0.14163 0.31306 1.10571 0.75503 -0.12398 -0.39355 -0.26905 -0.23979 -0.10528 0.88839 0.37191 -0.42182 0.70685 0.49449 -1.84143 -0.49049 0.20961 -0.7436 0.20495 -0.90271 0.75469 -1.06183 0.40085 -0.89026 -0.73202 -1.21605 -0.42278 -0.34246 -0.20914 0.80654 -0.35148 1.39318 0.43493 0.17557 -0.09273 -0.42789 0.88464 0.86212 -0.91154 -0.6202 0.81732 1.07167 0.54796 -0.97074 -0.13796 0.72321 0.76892 0.65406 -0.80497 0.28195 0.98831 -0.55504 0.31935 0.49604 -0.42696 -0.00602 0.87413 -0.86878 -0.7803 -0.22138 -0.64135 1.82429 0.94378 0.16745 -0.1654 -0.93459 -0.12494 1.62949 0.65051 0.01636 -0.53595 -0.39483 -0.1937 0.42985 0.29645 0.82439 0.02572 0.70186 -0.05445 0.41814 -0.44018 0.11438 -0.38489 -1.56135 -1.27187 -0.03755 -0.22422 -1.01687 -0.99087 -0.42526 0.05872 1.75594 0.17044 -0.14364 0.15939 0.31017 0.40198 -0.30238 -0.95055 0.47 -0.12363 0.41438 -0.84117 -0.16714 0.63514 0.29993 -0.10288 -0.48798 0.69912 -1.57288 -0.41094 -1.4761 -0.94714 0.36184 0.1698 -0.00521 1.82513 0.13792 0.67047 0.49881 -0.52035 -0.81245 0.43065 -0.16128 -0.62159 -0.90822 -1.10759 -1.75804 1.16211 -0.64589 -1.17308 0.6822 0.34069 1.56722 1.37478 -0.4705 0.29999 -1.0176 0.26942 0.72892 -0.2971 0.84473 -0.16098 -0.5767 0.34134 -0.31906 0.25214 -0.28569 0.53994 0.77916 -0.22161 0.05692 -1.27978 -0.49915 0.09008 0.31099 -0.53266 -0.22509 1.02021 0.50768 -0.06903 0.85217 0.38675 -1.59003 0.2443 0.15317 0.72913 -0.36367 -0.05712 -0.09657 0.59559 0.65742 0.06733 0.26828 -0.2026 -1.26852 0.96574 -0.40028 1.00974 0.133 0.47079 0.18772 -0.19398 -0.98238 0.00533 -0.34664 0.44757 -0.05874 -1.02571 -0.58871 0.15583 0.27671 -0.69253 1.16895 0.56955 -0.90929 0.0135 -0.62546 0.49772 -0.83215 0.5561 0.15085 0.71223 1.6639 0.18976 -0.23986 0.16265 -1.62447 0.54154 -0.41292 -1.17398 -0.60376 -0.29112 0.60458 -0.42273 0.15655 -0.59395 0.25496 0.36919 0.83872 0.83085 -0.95485 -0.20036 1.42795 -0.20562 -0.90536 0.48102 0.37414 0.46215 0.59341 -0.81177 0.3685 -0.19614 -0.35173 -0.58367 -0.10616 -0.93029 0.5345 1.11823 -0.17266 0.64166 0.62093 0.77011 -2.06792 0.95779 -0.0879 -0.12961 -0.49725 -1.01132 0.37775 -0.8616 0.66259 -0.91168 -1.44457 -0.62154 -0.10129 -0.05762 -1.2865 0.65644 -0.35413 0.33349 -0.16893 -0.2395 -0.39298 0.7444 0.8979 0.63807 0.72404 0.24352 -0.31243 1.43333 0.31856 -1.15484 0.54317 -0.51115 0.56603 0.10413 0.55112 0.291 -0.29864 0.40996 0.73743 -0.6715 0.44055 0.15549 -1.79981 -0.18602 0.47908 -0.43395 -0.2063 0.71812 0.35516 -0.1976 0.44955 1.2621 0.62995 -1.55727 0.38574 -0.06361 1.10633 -0.52642 0.60692 0.51607 0.30494 -0.64209 0.3024 -0.09482 -0.2664 -0.45952 -0.11155 -0.9815 0.42389 -0.95458 -0.97362 -1.33184 0.44822 0.96765 -0.653 0.28465 0.61695 -0.20544 0.30386 -0.89446 0.12543 -1.0845 0.16625 1.33868 -0.11276 0.53661 -0.8094 0.58707 -0.04777 -0.10576 -0.11927 -0.40254 1.32147 -0.25413 1.0004 0.08983 1.23745 0.75672 0.8643 -0.75594 1.07248 0.07244 -0.2735 -0.90652 -0.45971 -0.82525 0.97539 0.14204 0.2812 -0.3891 -0.41808 0.90544 -0.01883 -0.00272 -1.03199 1.2276 -0.19595 1.35258 -0.32719 0.63481 -0.27056 0.94233 -0.95549 0.48743 0.17931 -0.25463 -1.64241 -1.77838 -0.23749 0.06898 0.38164 -0.43508 0.36445 0.20939 -0.45817 -0.63663 -1.12159 -0.86857 -0.07426 -0.65727 1.85604 -0.23658 0.13258 0.12454 1.21821 0.88333 -0.30566 -0.6391 -0.57525 -0.26997 -0.10727 -1.1217 -0.16757 -0.59337 0.01048 -0.46402 -0.41348 0.69089 0.11921 0.46815 0.01856 1.10065 -0.63947 -1.07431 0.1053 -0.40011 0.64337 0.60688 0.82462 -0.9722 0.28617 -0.47969 -0.19025 0.00446 0.7724 -0.33982 0.24867 -0.6325 0.2714 -0.32525 0.23041 0.22398 0.11711 0.63251 0.327 -0.24052 -1.00289 -1.4693 -0.20754 0.16649 0.05166 0.00413 0.11271 -0.80563 -0.42166 -0.78906 0.68394 -0.61403 0.88168 0.28443 0.29474 -0.40463 0.69207 -0.56005 0.44181 -0.80261 -0.28601 -0.02451 0.53735 0.35612 0.36037 -0.7114 0.696 0.16441 -1.10742 0.06307 -0.31787 0.1723 0.25147 0.33777 0.57547 0.33097 -0.73517 0.32358 0.84468 0.54951 -0.96965 -0.46531 -0.48214 -0.16095 -1.1832 1.03929 -0.19199 -0.0365 0.07737 -1.03655 0.87431 -0.40223 0.60353 0.44106 0.21934 0.21998 0.38868 -0.66786 -0.35801 -0.10871 0.40369 0.75559 -0.07359 -0.12222 0.13223 1.23546 -0.10373 0.27891 0.355 -0.36728 1.52876 -0.20697 -0.21157 -1.10834 1.01753 -1.66207 1.46507 -1.21398 0.19323 0.27041 -0.33932 -0.47852 0.8181 0.34098 0.65483 0.88572 0.25413 -0.36343 -0.67612 -0.07254 0.10706 -0.76568 1.78426 -0.14301 0.12454 1.41829 0.61112 -1.93642 0.41429 1.06713 0.43016 0.36321 -0.86649 0.24898 -0.62439 1.1894 0.23856 0.28976 0.71733 -1.03509 -0.11505 -0.80695 0.62929 0.89874 1.6878 0.5596 0.15985 -0.26937 -1.38907 -0.0787 -0.10475 -0.66775 -1.02919 1.06914 1.14512 0.23858 0.55215 0.01346 -0.16223 0.87202 -0.31383 0.17309 0.47118 1.19462 0.65414 0.54165 0.06675 -0.20833 0.00498 0.08836 -0.5077 -1.13729 0.0215 -1.09122 -1.54146 0.76394 0.63692 0.57278 -0.91512 0.54136 -0.11946 0.00963 -0.29698 -0.23684 -0.67616 -0.02453 0.77032 -0.33403 0.14701 0.65045 0.22742 -0.56877 -0.02205 -0.83294 -0.2978 -0.15539 -0.65123 -0.66498 -0.3075 -1.05687 -1.17139 0.2479 -0.0647 -0.28702 -0.00716 -0.60134 0.94063 -0.2575 -0.195 0.47958 -0.70319 -0.7165 0.05673 -0.75718 1.44827 -0.96495 0.13836 0.8908 0.34464 0.58182 -0.45898 0.28046 -0.90968 0.55819 0.22718 0.16401 0.2962 0.33961 0.07961 1.91664 0.09871 -0.6397 -0.09483 -0.76322 -0.66728 0.85489 -0.98838 -0.77251 -0.57515 1.09556 -1.6773 1.29742 -0.69666 -1.67117 1.16375 0.13362 0.91891 1.18517 -0.04783 -0.55507 -0.29357 -0.67384 0.77307 -0.12202 0.27412 -0.5858 -1.25259 0.07218 0.24973 -0.06045 -0.34424 -0.56199 0.71935 0.28827 0.77684 -1.41621 -0.78851 0.83051 0.45322 -1.10327 0.61835 1.0707 0.99322 -0.28317 0.65839 0.95396 -0.86004 -0.71126 0.10366 0.12514 -0.48094 0.13034 0.28008 0.49793 0.14639 -0.79746 0.20815 -0.57367 0.53654 1.23797 0.12967 -0.55497 -1.12927 0.5186 0.03205 -0.23411 -1.49968 1.18703 -0.52649 0.54813 0.97209 -1.06883 -0.61617 0.86111 -0.18714 0.86123 0.85492 -0.64531 -1.69809 -0.71054 -0.39108\n* 0.35733 -1.23986 -0.3972 0.21138 0.71977 0.61736 0.0961 0.40193 0.51312 0.10624 -0.25938 -1.37558 -0.0581 -0.79771 -0.50218 1.16419 0.79703 0.13395 0.80962 0.71018 -0.36646 0.64618 0.09118 -0.28445 1.37179 -0.12093 0.15588 -0.53424 1.69256 -0.20807 -0.19505 -0.20902 -0.47789 -1.2695 0.54725 0.02153 0.03283 -0.95171 -0.54014 0.70673 -0.34439 -0.28071 -0.35421 0.01933 -1.40774 -0.94499 0.58594 -1.08182 0.5465 0.15261 -0.07891 -1.04014 0.19578 0.55525 0.22894 -0.49737 -0.26336 -0.53368 0.75948 -0.23204 -1.31112 0.97103 -0.62967 1.43949 0.63731 0.98397 0.03568 0.2267 0.02249 0.59084 0.24508 0.96554 0.32674 1.23221 -0.36192 0.24555 -0.98457 0.9261 -0.20154 0.23248 1.02592 -0.35412 0.25487 -0.19752 -1.78481 1.25443 -0.58973 -0.95579 -0.50443 -0.52912 0.84669 -0.02065 -0.02911 0.34786 0.40158 0.07492 1.33355 -0.09657 -0.3736 -0.12713 -0.96784 0.80441 -0.04792 -0.58393 0.72104 -1.20668 -1.19449 0.63562 0.14808 0.53669 0.42394 0.7956 -0.51214 -0.01501 -1.64695 0.4729 -0.25062 0.71049 -0.53168 -0.32734 -1.1344 -1.17875 -0.07566 1.88334 0.16946 0.22982 -0.4664 0.58246 0.30674 -0.43498 0.94742 0.38373 0.4148 0.72661 0.23982 -1.23874 -0.01359 0.91162 0.10886 -0.45497 0.09426 1.44524 -0.94632 0.02731 0.5256 0.15252 0.23568 0.25705 -0.56894 0.25594 0.72027 -0.86053 0.23665 1.38963 1.0714 -0.60042 -1.59625 -0.14503 -0.83448 0.78452 1.27842 -0.84653 0.46921 0.42577 -0.48362 -0.18254 0.9933 -0.67618 0.32429 -0.41877 -0.64048 0.16478 -1.47451 -0.82563 -0.20041 0.82199 -0.15221 -0.34228 0.95352 0.55317 -0.02331 -0.33757 -1.10305 0.14639 0.02955 0.14719 -0.31818 1.20192 -0.18328 -0.58904 1.86912 0.03205 -0.79817 -0.78559 1.25904 1.00897 -0.1389 0.27457 -0.51854 0.67498 0.39823 -0.55921 0.01921 0.23653 -0.90406 -0.51728 -0.19537 0.46437 0.14495 0.23754 0.02523 0.75071 -0.73979 0.78741 0.53861 0.20237 -0.37169 -0.05089 -0.31674 0.3273 -0.02673 -1.01055 1.02673 -0.5568 -0.67152 0.22759 0.93825 0.57467 0.12175 0.95472 -0.26254 -0.54751 -0.2444 0.53317 0.71843 -0.9423 0.86536 -0.35003 0.55687 0.73315 -0.69226 -0.79348 -0.66212 0.84277 -0.09171 0.15022 -0.43903 0.49948 -1.16754 0.57616 -0.42563 0.42472 -0.6218 0.35479 -0.78683 -1.30506 -0.04214 0.5863 -0.71425 -0.57242 -0.36427 0.63389 -1.26429 0.68871 0.42222 -0.30047 -0.41703 -0.08928 -0.42585 0.36238 0.00946 -0.72318 -0.07352 -0.9693 0.19204 -1.71469 0.03237 -0.18339 1.56608 -0.95235 -1.42607 0.44378 1.58317 -0.93958 1.23179 -0.79818 -0.71326 0.58824 0.64495 -0.69003 -1.2764 -0.48024 1.00177 -0.85631 -0.01608 0.51252 -0.5885 -0.29808 0.29619 0.45401 0.58735 1.06596 1.11477 0.28828 0.24767 -0.21226 0.40503 -0.24081 -1.28986 -0.04833 -0.35677 0.05614 -0.17555 0.73113 0.18271 0.16283 -0.34067 -0.19402 0.80048 0.67776 -1.00318 0.99087 1.1066 -0.28266 0.01075 -0.7246 -0.57319 0.24041 0.59698 1.85797 0.95233 -0.13916 1.03164 -0.2441 -0.21322 -1.58396 0.45659 -0.01575 -0.09126 -0.44799 -0.93161 0.68417 -1.05755 -0.09706 0.74419 0.73205 0.16028 -0.80217 0.22086 0.31592 0.15256 -0.06751 0.11502 0.3853 1.22042 0.39891 -0.74541 -1.20969 -0.36538 -0.31502 -0.01008 1.17541 0.4349 0.31826 -0.54778 -0.49759 0.21516 1.91703 -0.96262 0.31512 0.62845 0.28872 -0.69278 -0.43905 -0.5123 0.97523 0.84093 -0.4551 -0.21886 0.16743 0.52955 -0.29725 -0.55918 0.66623 -0.27487 0.44916 0.01589 0.94687 -0.19285 -0.13507 -0.31058 -1.0667 0.26907 -0.20242 0.01947 0.83258 -0.14102 0.85015 1.17854 -0.31272 -0.27959 1.08017 -1.36391 -0.05985 0.97175 -0.78965 0.35641 0.25336 -0.20918 -0.16427 -0.21651 -0.97073 0.43694 0.11413 -0.73839 -0.37103 -0.34394 0.30728 -1.13359 -0.20963 0.89406 0.07279 -0.66115 -0.03081 -0.07012 -0.34343 0.30315 -0.62888 0.22153 0.39482 0.45223 1.50802 0.32413 0.94449 0.25482 -1.57652 0.11235 -0.08487 0.22331 0.69049 0.79527 -0.06681 0.42145 -0.79783 -0.34424 0.29579 -0.16058 0.56393 0.67228 1.13575 -0.08246 0.15551 -0.14802 0.09772 0.30498 -0.07737 0.52084 0.10924 -0.80866 -0.58292 0.39199 -0.9752 0.25502 0.0876 0.02632 0.1061 -0.14166 0.46897 0.65819 0.66612 -0.78985 0.30852 0.29987 1.15466 -0.96131 -1.14275 -0.59039 -0.80199 -0.9726 -0.01008 0.49387 -0.35339 0.36919 -0.22583 1.39576 0.44618 -0.83459 -0.03364 -0.51947 0.05979 0.25943 0.17187 0.09711 -0.14056 -0.65398 0.40537 -0.67171 0.32758 -0.10383 0.91524 -0.84775 -0.21176 -0.3252 0.13612 -0.1205 -0.2392 -0.01993 1.47669 1.02884 -0.20652 0.5109 0.56552 0.65944 -1.0435 -0.00557 -0.21298 0.26762 0.07629 -0.32817 0.28533 0.23323 0.36345 0.55983 -0.6593 0.48473 -0.59056 -0.66396 1.56317 0.70241 -0.08754 -0.67606 0.48021 -0.69951 -0.56763 1.45667 -0.76854 1.14986 0.45844 0.02014 0.11519 0.24652 -0.09781 -0.79279 0.64561 1.15708 -0.21628 -0.66886 0.18558 -0.53376 -1.17513 0.01522 0.17531 0.50578 1.18733 -0.0465 0.14993 -0.53668 -0.81236 0.39495 -0.25147 0.59461 -0.32221 -0.04213 0.6141 -0.03207 0.48698 -0.06276 0.20876 -0.57456 0.49934 0.07978 -0.40455 -0.7804 0.63467 -0.10367 0.68919 0.5514 1.4869 0.00456 -0.78552 0.27222 1.88013 0.0322 -0.60837 -0.58643 0.19531 0.18619 0.05264 -0.51425 -0.08831 -0.599 0.00567 0.4234 -1.13743 0.77197 0.15762 -0.82989 0.37365 -0.0822 -0.32338 -0.45054 0.13729 0.70359 0.43173 -0.72987 0.03541 0.74793 -0.04773 1.06921 1.15999 -0.84616 0.70607 0.08581 1.10009 0.55225 -0.96821 -0.13622 -0.61478 -0.76289 0.50141 -0.04273 -0.79904 0.78857 -0.45525 0.04047 -0.297 0.39396 -1.07752 0.35817 0.46311 -0.88615 -0.21132 -0.59008 -0.21147 -0.55257 1.26168 0.40584 -0.65748 -0.40015 -0.02712 0.12879 -1.02721 -0.10829 -0.56248 -0.05611 -0.39612 0.01312 -0.35853 -0.58135 1.555 -0.48837 0.34717 0.75879 0.79398 -0.38567 0.77259 0.62835 0.21552 0.31074 0.48361 0.01178 0.17187 -0.63163 -0.2111 -0.20502 0.38175 0.06022 0.05776 0.39765 -0.1836 -0.48422 0.08202 0.869 -0.40543 0.12196 0.19051 0.32812 -0.31079 0.09568 -0.45264 -0.33146 0.74318 -0.46198 -0.17744 -1.04854 -0.72995 0.07283 0.90819 0.81605 0.24191 0.45191 0.67208 0.60203 0.26991 -1.47283 0.19152 -0.42849 -0.32036 -1.03626 -0.4549 -0.08019 -1.17078 -0.21514 -0.27569 -0.20827 -0.61818 0.45295 -0.16395 0.21698 0.62331 -0.16644 0.41504 -0.10004 -0.60743 1.09014 -0.11018 0.64061 -0.24829 0.1953 0.09448 0.44828 -0.29994 0.82773 0.05379 -0.8166 -0.35337 0.06147 -0.28014 -0.81196 0.61257 0.09178 0.48424 -0.58093 -0.48086 -0.15044 -0.3906 -0.06388 0.59396 1.2477 0.54877 -0.24944 0.34564 0.04707 0.23088 -0.94524 0.09965 -0.23141 -0.64987 0.99214 -0.79848 -0.42924 0.59424 -0.32985 0.06821 -0.88442 -0.16282 0.56184 0.91216 0.09075 1.87627 -0.49193 0.31658 -0.27532 -0.09148 -0.92668 -0.10759 -0.25645 -0.55261 -0.77777 -0.87019 -0.89081 -0.05952 0.21059 0.45994 -0.48973 -0.05074 0.48919 -0.74498 0.73072 0.0747 0.14424 0.05978 0.14689 -0.16268 0.6498 -0.87069 -0.29495 -1.30977 1.00644 -0.96109 0.51022 -0.64028 -0.75424 0.59303 -0.08896 0.58737 1.72492 -0.215 -0.06586 0.57733 -0.43853 -0.26353 -1.3368 0.04749 1.72117 0.10258 -0.67972 0.2871 0.67137 -0.48117 -0.54176 0.11337 0.32723 1.26063 0.19954 -0.14398 -0.91671 1.1284 0.44819 0.37114 -1.44219 -0.36804 -0.69707 0.47401 -0.9206 0.70702 -0.18374 0.18963 -0.02706 -0.2157 0.71161 1.17639 0.1929 0.85401 0.1968 1.03549 1.44607 -0.8981 -0.97268 -0.65375 -0.21352 1.00001 1.71434 -0.17887 -0.04759 0.0757 0.85183 0.20165 0.03147 0.26155 0.33722 0.60713 -1.09928 1.14283 0.29717 0.62989 0.11481 0.70898 -0.19631 0.10453 -0.80814 -0.1974 -0.82598 0.28816 0.80466 0.23743 0.93194 -0.00503 0.36576 -0.17961 -1.09344 -1.43726 0.83362 0.92737 0.31703 1.06587 -0.33509 0.33615 0.08453 0.53964 -0.29497 1.05507 0.04988 0.28336 -0.72687 -0.09116 -0.18175 0.87442 0.73129 -0.17441 -0.23008 0.53779 0.34895 -1.76322 -0.33607 -0.36971 -0.32066 -0.67532 -0.26761 0.21367 -0.16956 -0.30148 0.30606 -0.55416 0.25605 -0.76849 -0.96085 0.39132 -0.13436 -0.43678 -0.03426 0.02029 0.0136 -0.51354 -2.3315 0.37012 -0.36951 -0.43253 -0.8193 -0.02993 0.30176 -0.45067 -0.30158 -1.52422 0.41464 -0.97125 -0.34041 -0.91056 -0.05667 0.34928 -0.48542 0.2593 -0.57786 0.21406 0.12144 0.55404 -0.12326 -0.20438 0.33908 0.35434 0.69446 0.55901 0.17459 0.49132 0.10722 0.76607 0.87331 -0.84452 -0.61926 -0.42632 0.06055 0.5499 1.28779 -0.79557 1.1516 -0.01248 0.47449 -0.42686 0.03042 0.1419 -0.39569 -0.10841 -0.34724 0.57869 -0.63704 0.17513 0.47297 0.23648 -1.17523 -0.39725 -0.2706 -0.30328 0.24482 -1.63168 -0.09787 0.13375 0.14931 0.06831 -0.3686 -0.10264 1.0023 0.12473 -0.41851 0.9646 -0.17583 0.68107 -1.57677 -0.66631 -1.03357 -0.62781 0.16071 -0.67297 0.26183 -0.79748 -0.08829 -0.21649 0.45618 0.75377 -0.53064 0.88677 -0.17624 -0.53551 -0.39291 0.2913 -0.18324 0.53432 -0.59136 0.46072 -0.12085 0.18778 0.29908 0.30801 0.16498 0.14479 -0.19936 -1.15011 -0.67625 0.40361 0.03662 0.08128 -0.98785 -0.12752 -0.28806 0.52397\nẬ 0.77589 0.46299 0.21745 -0.24745 -0.38563 0.66268 -0.7143 -0.4949 0.50586 0.04446 0.76071 -1.50498 -1.11883 -0.90619 -0.11181 -0.37376 -0.21803 -0.27561 0.14395 -0.65245 1.14568 0.71413 1.29327 -0.79421 -0.08789 0.73283 -0.286 -0.32148 0.29767 -0.07603 0.49821 0.07908 -0.39699 0.26695 -0.61541 -0.23432 0.00599 0.1203 -0.55728 0.74624 1.07891 0.09998 0.57692 0.47388 0.55565 -1.04396 -0.43388 -0.50056 -0.07534 0.19811 -0.31284 -0.12393 -0.43777 -0.59505 -0.37163 -1.11527 -0.60396 -0.0606 -0.11121 0.82422 0.6754 1.32051 0.40192 -0.26372 0.40907 0.31406 0.75026 0.54022 0.51747 0.13721 0.09745 -1.50749 0.66019 -0.74956 -0.97621 0.77785 -0.77815 -0.58494 -0.4703 0.74552 -0.3592 0.93689 -0.35204 0.19744 -0.6182 0.55055 1.10807 -1.17273 -0.8269 0.13564 0.83104 -0.14084 0.07075 1.10275 -0.18178 1.07413 0.94652 -0.46556 -0.3417 0.59743 0.03664 -0.31693 -0.65658 0.9411 0.66353 -0.78797 -1.02437 -0.31146 -0.92854 0.39492 0.02408 -0.19925 -0.82756 0.56537 -0.73966 -0.83439 -0.32095 -0.39408 0.20761 0.4345 -0.36303 -0.86425 -0.77 -0.14135 0.31068 -0.40774 -0.19287 0.36656 -0.48691 0.42825 0.13527 -0.6578 0.91843 0.00571 0.65168 -0.93269 0.77678 -0.00202 -0.17079 -0.20979 0.45654 0.9568 0.56219 -1.19262 0.1767 0.80387 -0.98274 0.9553 -0.52486 -0.06917 -0.47325 0.77115 0.00582 -0.39783 0.80405 0.2671 0.1723 1.12226 1.22855 -0.26624 1.50486 -0.51629 0.7206 0.50148 -0.66193 -0.9542 1.23865 -0.33724 -1.12059 0.33234 0.56781 -0.61331 -1.43636 0.18611 -0.70599 0.70656 0.15677 -1.30408 0.3408 -0.88431 -0.32861 -1.09866 -1.17542 -0.08028 -0.81589 0.22484 -0.22975 1.46196 0.14311 -0.21849 0.20132 -0.98172 -0.82094 -1.06898 0.56148 0.34076 -0.7268 -0.37195 -0.44926 -0.25309 -0.38627 -0.68185 0.77404 -0.52099 0.41025 -0.87973 -0.00154 0.64647 -0.15147 0.00696 0.25051 0.44545 0.48446 1.39825 -1.07585 0.86833 -0.60424 -0.05417 0.44391 0.68893 -0.76109 0.00236 -0.61359 -0.3999 -0.71697 0.13471 0.21939 -0.52999 0.67142 0.06268 0.15271 -0.18379 -1.22115 0.43009 -0.24596 0.28428 0.19472 0.60649 -0.56819 -0.55936 0.64486 -0.45505 -0.10722 0.70404 -0.36999 -0.18437 0.02455 0.28884 0.05785 0.61614 -0.33455 0.37061 1.28584 0.79853 0.13895 -0.18432 -0.24052 0.75131 0.30963 -0.58714 -0.15181 -0.26072 -0.3646 0.51145 0.04562 0.24151 0.79746 -0.3817 0.43845 0.80128 1.38322 0.75999 -0.5438 0.54132 0.66693 -0.85118 1.06452 1.02075 0.27994 -0.06197 -0.64656 0.68721 -0.05489 -0.82862 0.79442 -0.36156 0.9061 -0.35159 -0.05359 -0.53147 1.2029 0.78902 0.66668 0.80488 0.31645 0.64895 0.19876 0.68418 -0.37685 -0.22254 -0.08698 0.75264 1.12219 0.17351 -0.18776 0.56591 0.58103 1.54599 -0.22785 -0.18969 0.50931 -0.04232 -0.85871 1.32482 -0.21888 0.06987 -0.34006 0.89661 -1.16611 0.02139 -0.00809 0.49864 -0.19449 0.64242 1.21164 -0.67027 -1.15168 -0.05327 -1.00298 0.92792 0.56906 -0.44404 0.77907 -0.84001 -0.19678 -1.04033 0.32398 0.50965 0.05705 -0.22057 -0.29108 0.41357 -1.10527 0.67052 0.64422 0.97085 0.38596 -0.46817 -0.23961 -0.52294 0.20331 -0.05268 0.45769 -0.03646 0.2452 0.29565 -0.21705 -0.43236 -0.11609 -0.37447 0.55255 1.47813 -1.0775 -0.23248 -0.0336 -0.10122 0.92477 0.41904 -1.18029 -0.14476 0.01308 -0.80109 -0.41139 0.10004 -0.8644 0.82588 0.62549 0.18415 -0.06976 0.7824 -0.00774 0.68678 -0.30971 0.32814 0.4674 -1.44232 -0.6145 -0.55499 -0.19745 -0.16912 0.47209 -0.17964 0.23825 0.38666 0.26799 -0.12978 0.38706 -1.02055 -0.4031 0.09588 0.38037 0.39102 -0.09663 -0.53514 -0.51929 0.59174 0.07486 -0.38871 0.74782 -0.35392 -0.35139 -0.5072 -0.33377 0.07948 0.53349 -0.21805 -0.77264 0.48975 0.70529 -0.08417 0.72712 0.53333 0.34834 -0.59965 0.68183 0.12193 -0.19174 -0.05712 -0.01363 -0.2603 0.31361 0.61691 0.6463 0.68501 0.11098 -1.26596 -0.42785 0.19052 -0.75677 -0.56901 -0.15545 0.1037 0.44359 -0.3086 -0.14774 0.99258 -0.33835 -0.14838 0.87861 -0.38373 0.25615 -0.27241 -0.47865 0.7294 0.04511 0.45899 -0.83937 0.19596 -0.2842 0.16576 -0.90137 0.35364 0.42303 0.41316 0.25349 0.59783 -0.6147 0.43251 1.35609 -0.05803 -0.00491 0.11794 0.75223 0.5998 0.58539 -0.64673 0.94394 -1.40201 -0.51223 0.52254 0.7327 0.18517 -0.93108 -0.04328 1.12196 0.81012 -0.50455 0.26051 -0.11358 0.07641 0.3541 0.02609 -0.03014 0.00583 -0.1805 0.30249 -0.38176 -1.04238 0.68089 0.72551 0.24508 0.50981 -0.69793 0.26446 0.465 0.51522 -0.01319 1.88393 -1.17336 -0.4316 0.00529 0.05364 1.2714 -0.48391 0.39102 0.43494 0.75269 1.14043 -0.40067 -0.84058 -0.21866 -0.59778 -0.16074 -1.02918 -1.39147 -0.30683 0.0722 -0.47048 -0.84937 -0.50726 0.11467 1.43268 0.04587 0.76812 0.76449 -0.84574 1.12521 0.72862 0.73677 -0.58896 0.21533 0.87778 0.98103 -0.43062 -0.44925 0.44583 -1.32446 -0.23202 -0.44958 0.61108 -0.64516 -0.01063 1.10809 -0.53509 0.48001 0.30347 0.13493 -1.54036 0.67545 -1.03614 -0.13964 -0.42023 -0.25538 -0.26793 -1.0426 0.64787 -0.39532 -1.01237 -0.54016 -0.23801 -0.07879 -0.49857 0.19279 0.45234 1.17142 -0.56064 0.3742 -0.42957 0.1392 0.48118 0.90713 -0.01309 0.07208 -0.94494 0.18769 0.21258 -1.35862 0.55311 -0.50517 -0.35539 0.49376 1.10007 -0.11678 1.06194 0.09828 -0.28022 -0.24046 0.8412 0.80899 -0.60689 -0.38978 0.25127 0.31396 -0.65425 -0.32426 1.37675 0.4482 2.05335 1.61805 0.0796 -1.76439 -0.86803 0.8285 0.29449 -0.96421 0.36662 0.82617 0.41789 -0.32122 -0.26394 -0.26241 -0.54889 -0.14548 0.43024 -1.49317 -0.34349 -0.15238 -1.07271 -0.84103 -0.36882 0.49961 -1.17631 -0.28645 -0.33907 -1.02087 0.24798 -0.01211 -0.36395 -0.75817 0.2851 0.61658 0.32795 0.34764 -1.13233 0.88495 -0.13511 0.02081 -0.16966 1.0238 0.81319 -0.40135 0.9041 0.285 1.5923 1.3313 -0.00775 0.01607 0.67248 0.46646 -0.503 -0.7155 -0.34225 -1.06042 0.87822 -0.17953 -0.51716 0.14671 -0.5739 -0.20313 0.64621 -0.26362 -0.5597 2.01183 -0.72473 0.24927 0.16078 0.61899 -0.7666 1.15116 -0.93395 -0.8285 -0.5715 -0.15214 -1.24451 -2.1441 -0.5816 -0.63677 0.26461 -0.4397 -0.58814 -0.22559 -0.60765 -0.45396 -1.31597 -1.37283 -0.29223 -0.08871 1.01906 -0.97379 0.32856 -0.17252 0.35445 0.38516 -0.06788 -0.4377 -0.65432 0.55317 -0.2475 -0.48005 0.30951 -0.92785 -0.05794 0.22867 -1.33196 -0.46402 -0.36301 0.38836 -0.78524 0.6043 0.14246 -0.50968 -0.1776 -0.78197 0.6834 1.23072 1.73728 -1.38302 0.83361 -0.81068 0.58959 0.09288 1.34986 -0.36769 0.10781 -0.44471 -0.56239 0.161 0.30243 0.60656 0.17706 1.28884 -0.37411 -0.2134 -0.58225 -0.48672 1.22746 -0.12156 -0.34205 0.35548 0.58429 -1.3996 -0.84634 -0.498 -0.28662 -0.17184 1.65466 -0.21419 -0.21287 -0.27617 1.61541 -0.19921 0.67531 -1.43548 -0.16912 0.82368 0.59719 -0.62774 -0.31576 -1.03583 0.61402 0.39266 -1.74465 0.84527 0.37664 -0.86073 -0.12172 0.8505 -0.27038 1.06033 -0.64401 0.94432 1.66936 1.05483 -0.15209 -0.20379 -0.35642 0.46248 -1.33951 1.11919 0.36355 -0.07203 0.42477 -0.61347 1.15383 -1.0578 0.54613 1.13278 -0.47866 -0.34008 0.25794 0.85907 -0.39164 -0.49164 1.67125 1.27681 0.12928 -0.47616 0.39672 0.59777 0.77051 -0.34653 -0.03983 -0.08423 1.84848 0.00135 0.2828 -0.84233 0.43046 -0.25018 1.33211 -0.96263 0.18819 0.33595 0.11302 -0.84041 1.753 0.9579 0.09945 -0.15217 0.33674 -0.20706 -1.45994 -0.59035 0.49023 0.28807 1.21716 0.61013 -1.24836 0.56876 0.42858 -2.17028 1.30819 0.20384 -0.72127 0.73987 -1.21711 -0.16505 -0.2223 0.99294 0.41677 1.17726 0.47503 -1.17098 0.4247 -0.58058 0.86118 1.15341 1.99305 1.04432 0.00293 -1.09454 -0.80049 -0.48965 0.34199 0.32571 -0.72372 1.62888 1.27263 -1.22638 -0.23548 -0.09502 -0.45029 -0.04569 0.79951 -0.06321 -0.16396 -0.09127 -0.01883 -0.00607 0.53526 -0.72915 -0.38404 -0.16938 -1.15123 -1.06959 0.44755 -2.09306 -0.57653 0.44383 0.28805 0.44101 0.13208 0.80198 0.95058 -1.74847 0.304 0.08109 -0.97975 0.19738 -0.62558 -0.49707 -0.33949 1.0581 0.04008 -0.47409 -0.35029 0.95634 0.09975 0.14368 -1.13296 -0.4047 -0.06374 0.17936 -0.5904 0.24124 -0.96642 -0.89501 0.49877 -0.93408 0.04797 0.05773 -1.19677 0.34534 -1.09634 -0.23091 -0.24566 -0.32576 0.29848 -0.78065 -0.00643 1.15263 -0.45722 0.84336 0.27316 0.46835 0.63583 1.24676 0.55358 0.18938 0.41113 0.7397 -0.48575 1.21779 0.23962 -0.22096 -0.17359 -0.69131 -0.81277 0.61574 -0.26874 -0.69989 -1.3073 0.67723 0.12105 0.31232 -0.92091 -1.89924 1.19768 0.05627 0.53486 1.26141 -0.31362 -0.43336 0.14158 -0.78495 -0.2921 0.79581 0.03845 -1.33924 -0.23863 -0.07547 0.99679 1.07185 0.45426 0.0237 -0.46417 -0.28925 0.8803 -1.22311 -0.46182 2.22152 -0.48805 0.42767 0.06163 1.1221 0.26619 -0.78809 -0.20586 1.76747 -0.25897 -1.166 0.26085 0.70723 0.1108 -0.58742 0.50541 1.4988 0.33797 -0.36227 0.49815 0.57592 -0.14646 0.59943 0.59468 -0.06647 -1.16279 0.56112 0.7486 -0.45286 -0.53376 1.59378 -0.03163 0.16891 0.54515 -1.27374 -0.15223 0.26499 0.49682 0.52916 1.1591 -1.61599 -1.21196 -0.027 -0.6732\nỆ -0.39781 0.18363 -0.438 0.71012 0.65799 2.00851 -0.29067 -0.23914 1.2718 -1.17472 -0.13115 -2.23639 -0.24218 0.09877 -0.27163 -0.83555 -1.18316 0.63691 -0.72507 0.66672 0.95302 0.71915 2.22952 -1.46338 1.88278 0.19299 -1.92767 -1.23193 0.30209 0.17716 0.63948 0.7142 -0.73752 -0.03876 -1.18852 -1.01373 0.45591 0.71202 0.54279 0.94551 0.73019 -0.40929 0.2743 0.1433 1.0214 -1.58707 -0.71773 -1.0349 0.68755 -0.18856 -1.69783 -0.1535 -0.54653 0.48313 -0.40609 -1.35517 -0.75121 0.56607 0.69321 -0.23203 -0.16492 0.94745 0.67707 -0.19102 1.99781 0.71938 0.20816 1.20604 0.7163 -0.62661 -0.0152 -0.81892 0.73895 0.65453 -1.77241 0.34081 -0.46935 1.37299 -0.12614 0.20501 0.11185 1.51438 0.74866 0.38335 -2.06583 0.73344 1.3755 -1.93834 -0.30385 -0.33452 0.53453 0.2201 0.7405 1.21093 -0.09698 2.3988 2.65302 -0.10039 -0.80169 -0.31671 0.59637 0.59091 0.82073 0.21039 0.58265 -1.94972 -0.72869 0.4971 0.33047 -0.71017 0.05129 0.08589 -0.53619 -0.58332 -0.47829 -0.42293 0.51696 1.09577 0.29996 -0.26815 0.30286 0.28222 0.73851 1.55225 0.32417 -2.38922 -0.79839 -0.76168 0.53843 -0.11976 -0.50353 -1.33934 0.85303 -0.27111 -1.01225 -0.58191 0.54499 0.99875 1.12733 -0.19437 1.26641 1.61834 0.93963 0.93368 -0.32639 0.51785 0.59957 -0.02419 0.53192 -0.49255 -1.6298 1.42619 0.33607 -0.00633 0.46693 -0.43926 -0.03427 0.23936 -0.93721 0.3487 0.41655 -0.80415 0.08982 -0.00275 -0.80969 -1.70172 1.63247 -0.02764 0.51229 -1.13592 -0.22861 -1.51641 -1.90433 -0.29902 -0.35849 -0.16284 -0.1955 -1.25361 0.73905 -0.73131 -1.17876 -0.99763 -1.25738 -0.7026 -0.09906 0.40674 0.28376 1.17731 -0.2197 0.0522 0.29585 0.4736 -0.92216 -0.63143 0.37329 -0.61303 -1.66226 -0.46607 -0.0176 -0.12841 0.26861 -0.57895 1.21807 0.30067 0.13682 -0.09997 1.30545 1.12865 -1.57124 1.29132 0.31982 0.88176 0.03853 0.52333 -1.49301 1.44913 0.16441 0.47878 0.19159 1.62147 -1.26267 0.80804 -0.52869 -0.08789 -0.08281 0.79963 0.73285 0.14205 0.87798 -0.64424 -0.25898 -0.53241 -1.58931 -1.44125 -1.01954 -0.27525 -0.7537 0.31017 -1.50339 -0.73859 0.01129 0.29845 0.98351 2.05135 -0.45654 -1.15261 0.47795 0.26937 0.14543 0.5823 -0.05532 0.04639 0.29167 -1.13829 0.48254 -0.00378 -0.14779 1.91488 -0.78375 -1.67897 -0.3056 0.60305 -0.05203 -0.24161 -0.04278 0.89148 0.40397 -0.87887 -0.14916 0.63714 0.83549 1.05458 0.41187 -0.72819 0.66904 -0.40788 1.7497 0.47324 -0.28366 -0.1985 -0.32405 1.69295 -0.59566 -0.29891 0.47332 0.09358 -0.10043 -0.57723 -0.32467 -1.13524 1.3319 0.93337 1.65548 0.33765 0.04791 -0.11955 -1.08053 0.66128 0.88298 -0.18018 -0.093 1.51095 0.24979 1.1166 0.11631 -0.81342 -0.95194 1.56659 -1.65492 -0.31379 0.61444 -0.70679 0.18516 1.62844 -0.8664 -0.14308 -0.58407 0.09077 -0.97639 -0.61172 -0.85298 0.02862 0.1902 2.54571 1.08893 -0.94282 -0.07816 0.9905 -1.97786 1.84234 1.07973 -1.52992 0.61997 -0.6214 0.22284 -0.29835 1.31708 -1.53133 1.27609 -1.65261 -0.86166 0.59726 0.17964 0.39639 -0.26169 1.4694 1.64797 -0.53888 -0.13234 -0.56563 0.91461 0.11885 -1.05406 -0.59894 -0.2637 2.46089 -0.863 -0.78507 -0.73612 -0.16235 0.94222 2.7962 -0.61096 0.14818 0.06788 -0.54451 0.20456 -1.25859 0.37987 -1.28971 0.88466 -0.18482 -0.78708 0.19738 -0.4393 1.33719 1.23894 -0.3085 -0.11339 1.72814 0.39781 0.34904 -1.66632 0.91163 -0.53588 -1.01579 -0.59281 0.77526 -0.29609 -0.41937 0.32295 -0.09319 -0.222 -1.69808 -0.08856 0.78145 -0.33659 -0.32676 -1.06078 -0.85123 -0.1879 -0.64987 -0.66957 -0.46014 0.29278 1.24449 0.34317 0.34272 -0.41613 -0.98434 0.20891 1.88779 -0.30609 0.12291 0.14593 1.26908 -1.91097 0.77041 0.27915 -0.87865 0.28188 0.38541 0.44599 0.41181 -0.29367 -0.98888 0.11626 0.38954 0.46566 1.1398 2.94406 1.22168 0.16306 0.99971 -1.49497 -1.36593 0.30884 -0.4199 0.72748 0.26362 0.2516 -1.02777 0.99355 -1.39437 -1.03829 0.47822 0.20557 1.6585 1.39067 -1.1403 0.05903 0.47307 -1.09243 0.99435 -0.24642 -0.06319 -0.96497 -0.87126 0.38571 -0.55297 -0.70891 0.15704 0.49371 2.2865 -0.47438 1.24028 -0.67647 0.3238 0.9642 0.47605 -0.69737 0.25604 1.87477 0.13658 0.73353 0.47817 1.41511 -1.21486 0.84746 0.24746 1.64905 -2.00261 -0.9697 -0.53413 1.47091 0.71003 -0.11572 0.27253 1.15295 -0.53502 1.79339 -0.57031 0.60203 0.69023 0.05203 0.56628 -0.67593 -1.14788 0.65409 1.74619 0.3384 0.38857 -0.99353 -0.47411 0.66626 -0.41966 0.96405 1.15009 -1.38862 -1.6877 0.38736 -1.45788 0.54332 -0.23508 -0.06381 0.4246 0.24537 2.17336 -0.10293 -0.47294 0.56486 -1.60615 0.5337 -0.15157 -0.16136 0.05637 0.27583 0.43617 -1.42147 0.06737 -1.16443 0.39355 0.56847 0.02611 1.10645 -1.16558 0.47036 1.20955 -0.06259 -1.1659 0.52239 0.08534 0.41536 -0.28916 -0.83078 0.74843 -1.4512 -0.76031 -0.23645 0.19676 0.08733 0.09673 0.03457 -0.17861 0.43834 0.39076 0.59642 -1.87528 0.23646 -0.94372 0.8027 -0.45747 -0.86664 -0.36628 0.05141 0.19616 -0.2155 -1.64742 -0.74697 -0.31688 0.214 -1.53993 -0.15758 0.11135 0.2284 -0.70965 -0.25374 0.11299 0.24556 0.49644 1.03625 0.33036 0.08112 -0.55122 0.61775 1.40251 -2.01429 0.55696 -0.14479 1.01243 0.27871 0.7839 0.50076 -0.25983 0.89404 0.54487 -0.70957 0.25154 -0.40565 -1.7746 -0.53895 0.3787 0.12063 0.52589 0.46509 0.52401 -0.13367 1.20182 2.14767 0.82867 -1.40908 -0.92803 0.15646 1.27089 -0.00448 0.38808 0.97289 -0.79364 -0.19496 0.51018 -0.0886 0.04504 -0.15156 0.80128 -0.8702 0.05337 -0.81927 -1.87625 -0.26029 0.29309 0.97968 -0.9483 0.36408 -0.32633 0.36886 0.79176 -0.51003 -1.27989 -0.94874 0.49943 0.58829 -0.3293 -0.03286 -0.69304 0.01677 0.67762 -0.63045 -0.24014 0.22145 1.5741 0.20596 0.6458 0.63111 1.35665 1.03079 0.97822 0.08271 0.56403 -0.13698 -0.82571 -0.1734 -0.43628 -1.28199 0.80138 0.94309 0.16455 -0.22031 -0.13412 0.35672 -0.58466 -0.23743 -0.85453 1.5766 -0.94546 0.28382 0.01751 0.11278 0.3888 1.37317 -0.34138 0.83429 -0.85424 -0.52755 -1.54573 -1.98089 -0.65929 -1.03987 0.25916 0.01065 0.85253 -0.26343 -0.1171 -0.64592 -0.73243 -1.36674 -0.97681 -0.18597 1.80361 -0.65204 -0.29039 -0.68581 0.78659 0.38566 -0.06708 -1.2382 0.07375 0.43546 0.56595 -0.82552 -0.04136 -0.5447 0.20907 0.28693 -0.26069 0.96321 0.22062 0.41948 -0.25064 0.92637 -0.90514 -0.95217 0.76485 0.03059 0.57456 0.1032 0.16896 -1.689 0.275 -0.48298 -0.10923 0.56777 0.85665 -0.81239 0.07932 -0.09898 0.28615 -0.0311 0.60335 1.03781 -0.58635 0.56092 0.13983 0.33295 -0.88572 -0.6668 -0.24757 -0.47229 -0.62409 -0.11217 -0.08491 -0.50227 -0.39988 -1.0 0.6795 0.361 0.61802 -0.16249 -0.42439 0.48306 2.126 0.21418 0.34228 -0.30114 -0.44084 -0.92992 0.94165 -0.10993 -0.17864 -0.74054 1.48529 -0.20625 -1.67628 0.18534 0.38559 -0.42691 -0.04097 0.37719 0.24027 -0.14667 -0.70865 0.50456 0.26526 1.42169 -0.42624 0.23949 -0.6639 0.39098 -1.19781 1.12257 0.26912 -0.42007 -0.32849 -0.98521 0.91145 -0.79447 0.6546 0.84834 -0.30191 -0.67058 0.6832 -0.22923 -1.26188 -0.18312 0.55372 1.02413 -0.26855 0.1096 0.31711 1.20906 -0.2536 -0.52185 0.0749 0.09214 1.78109 0.11553 -0.27533 -0.52698 0.66581 -1.68986 1.65052 -0.71872 -0.18224 0.74547 -0.42759 -0.06508 0.50804 0.71439 0.17582 0.18426 0.06197 -0.49077 -0.18632 -0.34134 0.70534 -1.00294 2.32707 -0.19091 -0.29934 1.45445 -0.29277 -2.05109 0.88472 0.80439 -0.17719 0.60747 -1.02649 0.67088 -0.34011 0.91497 0.03467 0.56869 0.86752 -0.14624 0.30569 0.20787 0.1558 0.95776 1.60903 0.2701 0.30945 -0.70759 -0.51378 0.30121 -0.4572 -0.91692 -0.42528 0.37756 1.61395 -0.90897 0.3482 -0.32175 -0.3948 1.79232 0.98938 0.41494 0.36738 1.12958 0.83974 0.23356 -1.12511 0.00326 -0.44695 -0.10436 0.23099 -1.83997 0.42826 0.01083 -1.3118 0.53077 0.12829 0.43722 -0.52694 0.68727 0.64006 -0.22334 -0.75987 -0.37666 -1.34409 0.18326 1.12184 -0.38793 -0.37669 0.33827 -0.17436 -0.0382 0.04525 -1.00562 0.62738 0.11854 -0.86058 -1.14897 -1.08082 -0.6777 -0.28059 -0.339 0.17921 -0.15889 0.54797 -0.43458 0.7402 0.04628 -0.32356 -0.32284 -0.95402 -1.44429 -0.19886 -1.26577 0.82216 -0.81907 0.08946 0.65865 -0.18828 0.48446 -0.56977 -0.01334 0.03273 0.14209 -0.66538 0.6363 0.72372 0.5145 0.71506 1.76921 0.13013 -0.37178 -0.43528 -1.06353 0.07653 0.15451 -1.5831 -0.54578 -0.04169 1.45239 -2.12966 0.57805 -1.0119 -1.47495 0.51263 -0.00899 0.27615 1.05199 -0.48257 -0.79982 0.55185 -1.48538 0.22503 -0.12783 -0.34485 -1.17281 -1.00523 0.62913 0.3626 -0.53415 0.28913 -0.49829 0.25855 0.23722 0.82969 -1.62939 -1.15529 0.69055 0.28611 -1.20614 -0.02432 0.99797 0.49787 0.09868 1.26831 0.65682 -0.72348 -0.69603 0.10995 1.32893 -0.53456 0.1052 0.59661 0.80544 0.02963 -0.81991 0.94746 -0.19621 0.33413 1.2845 -0.48792 0.00582 -0.65241 0.73836 0.24567 -0.33243 -1.22918 1.68734 0.36816 0.47364 0.61609 -0.69179 -0.62808 0.29188 0.32209 0.84984 0.48115 -0.80544 -1.35503 -0.2459 -0.24353\nỒ 0.382877 -0.051 -0.41556 0.036307 0.6041 0.316693 -0.799423 -0.27867 0.371193 -0.608447 0.311887 -0.766103 -0.575107 -0.07988 -0.12308 -0.341527 -0.011507 -0.20269 -0.009723 -0.22852 0.224813 0.570853 0.740637 -0.321783 0.342687 0.6472 -0.404577 -0.189893 -0.04795 -0.467257 0.839733 -0.070747 -0.24583 0.04952 -0.12795 -0.122903 0.083327 -0.564857 0.14862 0.454223 0.486027 -0.167273 0.074777 0.533457 0.558787 -1.06518 -0.15782 -0.006833 0.14409 0.20704 -0.67758 0.2368 -0.065783 0.33349 -0.330997 -0.702253 -0.18264 0.16737 0.30178 0.051457 -0.071087 -0.037647 -0.434347 0.159737 0.384647 0.41546 0.5053 0.193727 -0.234327 0.205257 -0.30515 -0.272927 0.828807 0.02723 -0.407043 0.269497 -0.605613 0.65211 -0.237433 -0.74978 -0.15104 0.20368 -0.017693 0.433453 -0.469843 0.164427 0.14948 -0.580257 -0.30289 0.034393 -0.38981 -0.282447 0.33788 0.19847 0.313003 0.051357 0.70701 0.19852 -0.30725 -0.14169 0.38983 0.375153 -0.010517 0.20001 0.166753 -0.387233 -0.5726 0.224437 -0.45852 -0.241377 0.456903 -0.346247 -0.41385 0.12521 0.04698 -0.013223 -0.008243 -0.309093 -0.1751 0.089873 0.05835 0.0631 0.105157 0.74841 -0.130133 -0.425373 0.026193 0.350623 0.048873 -0.38476 -0.42448 -0.347427 0.08041 0.516473 -0.25563 -0.38777 0.15442 0.112967 0.343113 -0.04578 0.345187 0.256423 0.158883 0.145607 0.33933 0.54722 -0.39593 -0.40414 -0.492093 -0.219403 -0.385623 -0.040083 0.07312 0.571663 0.573607 -0.22049 -0.1613 0.533897 0.774893 0.416877 0.58022 -0.254983 0.528807 0.51436 -0.427927 -0.385303 0.451103 0.26962 0.1149 -0.168263 0.07735 -0.075517 -0.408223 0.095177 -0.09432 -0.177303 -0.269863 0.17418 0.427187 -0.272657 -0.09873 0.030957 -1.068187 0.26501 -0.718963 0.149823 -0.100353 0.47279 0.288927 -0.171677 0.20584 -0.099387 -0.5561 -0.163543 -0.0875 0.116367 0.33471 0.028937 -0.184447 -0.221073 0.027183 0.241463 0.360783 -0.147383 0.209863 0.122267 0.402167 0.241817 0.522187 0.066857 0.40226 0.533433 -0.13907 0.576397 -0.31499 0.71197 0.124257 -0.76244 0.070237 0.106937 -0.920847 -0.237643 0.161877 0.51342 0.08295 -0.32646 0.45212 0.2244 0.52668 0.275943 -0.104717 -0.075913 -0.746167 -0.549213 -0.24316 0.142437 -0.565843 -0.458847 -0.123583 -0.3603 0.14549 0.949833 0.241607 0.47268 -0.19454 -0.120837 0.07698 -0.1194 -0.904717 -0.18017 -0.4951 -0.127977 0.41954 -0.148213 0.47744 -0.287333 0.091053 0.45498 -0.295637 -0.36792 -0.075247 0.189893 -0.30848 0.060887 0.328057 0.383147 0.263403 -0.59972 -0.452437 0.59058 0.58971 -0.14412 0.29192 -0.271663 -0.276513 -0.075043 0.250433 0.408577 0.259403 -0.461773 -0.8457 0.23887 0.254453 0.037 0.10192 -0.330693 -0.553073 -0.09188 -0.20218 -0.233303 0.46063 0.264163 0.882297 0.281627 -0.035903 0.30009 -0.487223 0.253917 0.34405 -0.173947 -0.090037 0.469203 -0.128563 -0.30584 -0.0109 -0.111273 0.293973 0.780077 -0.760823 -0.015357 0.8235 0.153947 -0.12316 0.698653 -0.18525 0.07665 0.263317 0.58672 -0.22042 0.06402 0.21705 0.389157 0.352373 0.78175 0.238033 -0.304823 -0.41091 0.135403 -0.393467 0.503213 0.468937 -0.54479 0.674003 -0.278563 0.23522 -0.24263 -0.873237 0.071483 0.056923 -0.52128 -0.523727 0.140437 0.102837 0.236597 0.27743 0.1693 0.72623 -0.320033 0.03318 -0.228097 0.365257 0.78421 -0.030953 0.36362 0.570617 0.003147 -0.46109 0.15228 -0.02944 -0.31423 -0.010417 0.517077 -0.39044 0.33559 0.09027 -0.45208 0.14914 0.135233 -0.531957 -0.180377 -0.25487 0.024107 -0.61503 0.071517 -0.50742 0.14875 0.41844 -0.28265 -0.12924 0.367573 0.27481 0.016453 -0.226163 0.042037 -0.26186 -0.493973 0.355097 0.11128 -0.139187 -0.04873 0.25048 -0.372017 0.232963 -0.047363 -0.049147 -0.43658 0.16011 -0.16463 -0.4632 -0.183047 -0.57704 -0.052107 -0.123083 -0.124577 0.3176 0.595063 -0.101353 0.14097 0.299633 -0.119257 0.347893 -0.643637 -0.2192 0.677793 -0.364727 0.32522 -0.803083 0.36768 -0.065827 -0.1007 -0.17445 -0.099747 0.174453 -0.43008 -0.106937 -0.198227 0.300003 -0.115993 0.560737 -0.023863 0.968563 0.128597 0.518553 0.58091 0.012597 -0.334127 0.317193 -0.16345 -0.479057 0.193343 -0.375767 -0.89688 0.18787 -0.632463 -0.29821 0.145193 -0.22308 0.346313 0.739787 0.59709 0.521213 -0.252927 -0.165943 0.14823 0.33035 0.172737 -0.202017 -0.471447 -0.16831 0.162303 0.129713 0.02426 0.026437 0.205113 -0.285217 0.490153 0.037563 0.025357 0.407993 0.10446 -0.657063 -0.109387 0.6018 0.281087 -0.16497 0.256523 0.038047 -0.407097 0.593843 -0.182697 0.535443 -0.503143 -0.29074 -0.42236 0.928863 0.4748 -0.1377 0.054477 0.190907 -0.001923 0.465713 -0.53064 0.168567 0.101807 -0.31435 0.230257 0.18435 -0.686863 0.058213 0.424047 -0.084997 0.445837 0.07176 -0.30316 0.222173 -0.125763 0.35602 2.064777 -0.531217 -0.390293 -0.005757 -0.347993 0.471637 -0.02574 0.223393 -0.03615 0.362127 0.58682 -0.316557 0.032717 0.057143 -0.972617 -0.145893 -0.482443 -0.566403 -0.45184 0.528937 -0.33929 -0.979787 0.085513 -0.20666 0.221947 -0.551773 0.302407 0.877873 -0.99346 0.01195 0.422713 0.02285 -0.300277 0.22955 0.059803 0.844233 -0.26051 -0.122507 0.74044 -0.136417 -0.542707 -0.174363 -0.26521 -0.212733 0.172863 0.66374 -0.46422 -0.259733 0.462787 0.146413 -0.477113 0.288053 0.255383 -0.23504 0.102117 -0.639367 -0.005167 -0.346953 0.35486 -0.16963 -0.93204 -0.67297 0.180367 0.370827 -0.18111 -0.092957 -0.134823 -0.12999 -0.03469 0.1346 0.43299 0.133157 0.701307 -0.225077 0.449337 -0.219383 -0.43013 0.68727 0.329667 -0.375927 0.559733 -0.306363 0.09402 -0.18427 -0.003007 0.185757 0.074497 0.32981 0.366167 0.01497 0.061787 0.383477 -0.593053 -0.28665 -0.260787 -0.11721 -0.162787 0.507027 -0.11223 0.802397 0.72578 0.898183 -0.13331 -0.568263 -0.428527 0.42995 0.379863 -0.402577 0.184983 0.398763 0.17885 -0.11794 0.39384 0.210787 -0.502543 0.446843 -0.077307 -0.55473 0.264893 0.55561 -0.63353 -0.290747 0.024807 0.049853 -0.332447 0.151833 0.059073 0.02203 0.078987 -0.39859 -0.23262 -0.329197 0.199597 0.454673 -0.172933 -0.216357 -0.395687 0.40707 0.024513 -0.139803 -0.318717 0.155003 0.553027 -0.19416 0.53557 0.54253 0.518473 0.323513 0.06219 0.27197 0.776867 0.475023 -0.552477 -0.737117 0.13621 -0.653127 0.0311 -0.355173 0.079997 0.024887 0.148697 0.33232 -0.17483 0.14746 0.202413 -0.01249 -0.533517 0.192457 -0.065863 -0.0084 -0.650367 0.285743 -0.0449 0.584217 0.07136 -0.107993 -0.132787 -0.697093 0.205137 -0.061953 0.03425 -0.192347 0.564563 -0.10215 -0.16955 -0.10863 0.322113 -0.758743 0.005767 -0.122393 0.513703 -0.096597 -0.016967 0.27211 -0.047503 0.004057 0.228717 -0.603487 -0.847937 0.50929 0.197603 -0.343843 -0.143127 -0.27748 0.149533 0.51121 0.367023 0.120133 -0.36615 -0.051427 0.443213 0.049927 -0.065263 0.542703 -0.257493 0.34652 0.577217 0.19592 0.733673 -0.552673 0.572857 -0.078737 0.083143 -0.053893 -0.19007 -0.414347 -0.343757 0.114993 -0.284933 -0.089863 -0.355207 0.050683 0.264723 0.58175 0.109423 -0.336687 -0.35133 -0.36407 0.186863 0.0644 0.288377 -0.229837 0.015733 -0.36722 -0.437173 -0.072443 0.852723 -0.240713 0.65149 0.499137 -0.294617 -0.11387 0.445137 -0.86655 0.047343 -0.154543 -0.15953 0.06661 0.80168 0.181007 -0.000823 -0.113363 0.58955 0.013417 -0.949963 0.567813 0.40825 0.29317 -0.070153 0.739617 0.232787 0.300717 -0.424607 0.309263 0.53967 0.500487 -0.462123 0.115753 -0.300993 -0.160327 -0.615923 -0.097607 -0.021857 -0.276643 -0.353077 -0.141567 0.392927 -0.19694 0.247963 -0.04426 -0.23195 -0.453753 0.642363 0.027017 -0.715847 -0.404343 0.61616 0.30851 0.023467 -0.455537 0.443937 0.443473 0.230883 0.22782 0.14934 0.016983 1.090923 -0.61637 0.078393 -0.33395 0.232693 -0.732617 0.818533 -0.796503 -0.30064 0.278407 0.213477 -0.302857 0.53233 0.361603 0.20084 0.423293 0.39466 0.119387 -0.631187 -0.208793 0.052973 0.15348 1.096373 0.13771 -0.278573 0.078717 0.1734 -0.400853 0.45905 0.605163 0.10989 0.630767 -0.38681 0.156103 0.362223 -0.382463 0.522153 0.498553 0.34742 -0.74803 0.545003 0.3327 -0.339987 0.293783 0.103617 0.732507 -0.223543 -0.33568 -0.507043 0.58328 0.41966 0.541827 0.16652 0.633597 0.42856 0.170893 0.0601 0.093677 -0.381137 -0.231413 0.57046 0.03073 0.42626 0.197737 0.00515 -0.022997 0.213203 -0.530817 -0.012263 -0.136553 0.185743 -0.10716 0.31181 -0.599527 -0.64376 0.035063 -0.22341 -0.236253 -0.33715 0.351197 0.001623 -0.19403 0.104097 -0.302037 -0.178533 0.029383 0.309467 -0.0655 0.021 0.38339 -0.405713 -0.0351 0.32792 -0.227703 -0.06591 -0.046233 -0.234463 -0.256827 -0.573303 -0.709403 -0.606797 0.011903 -0.027203 0.168993 -0.06714 -0.72137 0.37379 0.102417 -0.262927 0.037593 -1.790543 -0.085657 0.457207 -0.509303 0.408393 -0.628277 0.13946 -0.193507 0.060587 -0.017147 0.105317 -0.033993 0.47033 0.044897 -0.18463 0.397883 0.190087 0.13 0.111533 0.456973 0.113493 -0.561267 0.125403 0.91994 -0.10141 -0.187103 0.002883 -0.413617 0.315223 0.034323 -0.96437 0.570803 -0.615483 -0.572917 0.372357 0.03518 0.396177 0.153 0.796813 0.02009 -0.363943 -0.48977 -0.231833 0.507587 0.44486 -0.599623 -0.730763 0.10607 0.16333 0.387693 -0.374603 -0.02562 0.132277 -0.076323 -0.015683 -0.00467 -0.97014 0.606483 0.188593 -0.197227 0.176677 0.608053 0.40553 -0.02749 0.186173 0.15053 0.028197 -0.165607 -0.192287 0.36538 -0.320177 -0.035297 0.048597 1.307753 0.31979 0.008783 0.42736 0.356257 0.241117 0.83611 -0.35172 0.239637 -0.519647 0.177093 0.17835 -0.015797 -0.60623 0.4508 0.185893 -0.129073 0.268517 -0.267697 -0.29781 -0.034717 0.045983 0.634983 1.669627 -0.833587 -0.557777 0.034173 -0.220543\n> -0.09201 -0.83862 -0.69688 0.57598 1.62704 1.73301 -0.06766 0.45014 0.41644 0.18052 0.47626 -0.7532 -1.15156 0.01776 -0.84633 1.19978 0.78399 -0.09526 0.04635 0.33339 -0.05778 -0.01053 0.51491 -1.18457 0.62265 -0.00634 -0.60468 -0.80777 -0.00332 1.2022 1.51237 -0.35412 -0.45715 -1.24631 -1.21916 0.68164 -0.58721 0.04345 -0.97505 0.82231 -0.03592 -1.02332 -0.15017 -0.24796 -0.40393 -1.26937 -0.82764 0.31666 1.32799 -0.5826 -0.34154 0.0396 0.12026 0.50909 1.10403 -1.7009 0.16933 0.96951 0.29731 -0.46972 0.08161 1.08614 -0.87242 0.72713 1.51276 -0.22692 0.58897 0.96259 0.01581 1.20481 1.31942 0.864 0.99703 -0.42564 -0.90547 0.72563 -0.61329 0.13033 0.16894 -0.67427 0.93751 -0.02903 -0.47741 0.95205 -2.27668 0.38239 0.93082 -1.538 -0.1728 -0.57328 1.64758 1.53052 0.60802 -0.82493 0.33904 0.47285 1.75224 -0.62842 -0.32765 -0.43735 -1.05102 -0.37232 -0.54367 0.27579 0.33283 0.30501 -0.02494 0.68165 0.7622 0.34315 -0.87623 0.69247 0.52531 -1.19137 -1.63179 0.74776 0.29569 0.29888 -0.39552 0.47016 -0.18259 -1.28094 -0.20595 0.85127 0.16909 0.26422 0.03906 0.45143 0.9132 -0.43518 0.79439 -0.17109 -0.17696 -1.01904 0.96643 -0.84753 0.10436 2.33826 0.91792 -0.42064 -0.21937 0.04461 -0.43452 0.35114 0.08274 0.52195 1.78435 -0.09107 -0.0708 -0.17186 -0.89455 -0.3213 -0.29044 0.57039 0.81479 -0.34586 -0.76529 0.12228 0.33625 0.14535 1.59184 -0.88822 -0.85872 1.78296 -0.85631 -0.78619 1.33763 -0.25697 1.19 -1.02921 -0.8358 0.92186 -0.99028 -0.34273 -1.1054 0.10924 -0.64919 0.46187 0.69552 0.47584 -0.55783 -0.95283 -1.2315 0.48338 0.27001 0.8935 -0.87363 0.10464 -0.53977 0.45978 1.30403 -0.11883 -0.60719 -1.06367 -0.04703 0.41163 -0.16034 0.33854 0.3847 -0.04691 0.1894 0.39867 0.37121 -0.58484 -1.54118 -0.72797 0.6716 1.1337 0.03058 0.27067 -1.0459 0.36245 0.06689 0.59375 0.91301 0.16877 -0.55853 -1.49543 0.18381 0.92837 0.53949 -0.44804 -0.65974 -0.86354 -0.0355 -0.43025 -0.24914 0.55704 0.5093 0.88042 -0.01537 -0.55591 0.03171 0.24505 2.49393 -0.34332 -0.25047 1.16816 -0.67931 0.08482 0.07676 0.17341 -1.08414 1.23308 0.14621 -0.20504 -0.54044 -0.33703 -0.54907 0.07916 -0.14842 0.739 -0.5936 1.05392 -0.86354 -0.61777 0.26034 0.10996 -0.18718 -1.39324 -0.58019 0.17876 -0.52248 -0.00714 1.48703 -0.84732 -1.52972 -0.12529 1.18087 1.26906 -0.07888 0.11448 -0.46039 -0.85306 0.24347 -1.48487 -0.4921 -0.29304 2.05591 -0.52171 -0.34967 1.03699 -0.47455 0.00013 1.08767 -1.17556 -1.27853 -0.48516 1.32451 0.33183 -0.67821 -0.13691 1.41785 -0.92679 0.2384 -0.06477 -0.29379 0.42559 0.47939 -0.40153 0.57861 0.29912 0.40479 -0.21221 -0.70792 0.65551 0.1184 0.83465 -1.26386 0.39015 -0.9472 -0.85677 -0.61755 0.02799 0.07776 -0.48781 -0.50206 -0.62669 0.9205 0.34609 1.52588 0.7691 1.12598 0.69528 0.64068 -0.8703 0.42344 -0.4536 0.24573 1.54026 1.25263 -1.00597 0.83564 -0.66569 -0.2617 -0.44897 0.26164 0.36404 -0.2214 -0.82498 -1.08877 1.20049 -0.42053 -0.09177 0.92867 0.47181 0.08314 -0.29352 0.74757 -0.38696 -0.88586 0.16795 -0.6814 1.70298 0.07234 0.18047 -0.42627 -1.25456 -0.34639 -0.17381 0.12381 -0.86298 0.48918 -0.17856 0.14443 0.61502 0.58727 1.47639 -0.83714 0.70931 -0.14466 -0.21054 -1.13649 0.13579 0.13246 1.02472 0.36231 -0.30177 -0.82236 0.72799 0.14224 0.65898 0.30321 0.1825 0.71882 -0.3466 0.44022 0.11642 0.61537 -0.51403 -0.92654 -0.54558 -0.0919 -0.89578 0.76726 0.0209 -0.30949 -0.36988 1.07468 0.53772 -1.48369 -0.96771 -1.54363 0.49874 1.211 -1.23631 -0.35862 -0.05834 -0.04929 -0.61194 0.20453 -0.78577 -0.00781 -0.6941 -1.40482 -0.39549 -0.17072 -0.41584 0.32404 -1.06138 0.14913 0.75221 0.36178 -0.63215 -0.45967 0.18685 0.41927 1.10585 1.2974 0.14328 -0.10189 1.6805 0.20115 0.14448 0.38737 -1.84404 -0.13262 -0.42837 0.4253 0.58465 -1.38934 -0.35635 0.0821 -0.47947 -1.14268 0.66584 -0.24726 -0.31075 0.91865 1.51611 0.0487 -0.34257 -0.52097 -0.30043 -0.00107 -0.59179 -1.27729 0.35709 -0.34088 -0.52879 0.7652 -1.47678 0.87206 0.99905 0.45833 0.6683 0.79877 0.02245 1.10304 0.51378 -0.28581 -0.27155 -0.33905 -0.62347 -0.4669 -1.41987 0.92587 -0.79763 0.5827 -0.19093 1.12611 -0.24154 0.09438 0.13252 0.58265 0.12153 -0.93382 -0.64158 -0.14967 0.825 -0.55688 -0.21511 0.14982 0.65614 0.80871 0.31317 0.21107 0.75674 0.86113 0.24646 -0.20242 0.35679 -0.9047 0.9364 0.46897 -0.93168 -0.59802 1.43037 -0.52522 -0.79668 0.23916 0.17157 0.11998 -0.54945 -0.3559 0.64221 -0.24708 0.14824 0.3391 0.98579 -0.05517 -1.15021 2.11057 -0.52857 -0.58908 -0.71863 -0.39577 -0.05009 1.61922 0.88391 0.21223 0.94301 -1.43937 0.48261 1.46808 -0.28373 0.48499 0.19572 -0.15139 -0.6151 -0.08556 0.28112 0.11774 0.29655 0.27392 -1.02332 0.55714 -0.10271 -0.45894 -1.44854 -0.14145 -0.16334 -0.37266 0.33589 0.97362 0.29663 -0.18958 -0.6267 0.29379 1.78011 0.93627 -0.46065 -0.28866 -1.45098 -0.70016 0.61294 -0.02381 -1.31683 -1.12325 1.22798 0.56912 -0.6345 0.18721 0.20187 0.70431 0.00382 0.71914 1.23137 0.5052 -1.08599 -0.3778 1.14024 1.46301 -0.14551 -0.69199 -0.21787 -0.67603 -0.59671 -0.10832 0.60621 0.35204 -1.10853 0.65113 -0.7559 1.09836 1.47255 -1.05641 -0.19498 0.63212 -0.95573 0.34913 -0.6702 0.56089 -0.89748 0.17391 0.97122 -0.07412 0.63905 0.35449 0.46331 -0.77068 -0.19822 -0.04496 2.42942 -0.33996 -0.73904 1.52515 0.04307 -0.70583 0.50622 1.04414 -1.57089 1.18875 0.66259 -1.28132 -0.84736 -1.48473 0.23255 -0.41802 0.68716 0.49527 -0.04627 -0.03518 0.51808 0.41 1.41243 0.44196 -2.08245 0.07277 -0.11127 1.83789 -2.38592 -0.61098 -0.16458 0.60808 -0.23626 0.15207 0.11055 -0.94778 1.15046 0.1698 -0.52643 0.96783 -0.65054 -0.03067 -0.42403 1.36559 1.23435 0.25353 0.06481 -0.63422 0.20785 0.64817 -0.29716 0.42708 0.74438 0.33836 0.08837 0.06735 0.49373 -0.12161 1.2833 0.45015 -0.88725 0.04364 0.67487 0.54184 -0.3541 0.68267 0.21344 -0.61073 0.07865 0.02757 0.5748 -1.00752 -1.78282 -0.1171 0.14498 0.61948 0.00615 -0.79129 0.71376 -0.13957 0.11088 -1.1718 -0.02293 -0.58111 -0.27975 0.72795 -0.77562 0.09986 0.24931 -0.01367 0.83937 0.15304 -0.67468 0.15302 -0.23021 0.43029 0.52599 0.25768 0.9308 1.39839 0.72186 0.58429 -0.17863 -0.83139 -1.62534 1.02278 0.34717 -0.15481 0.70619 -0.04367 -0.19151 0.05034 0.63016 0.86572 -0.73442 -1.20794 -0.59786 -0.37892 1.02166 -0.73233 0.04426 0.64435 -1.18482 -0.38249 0.09339 0.40612 0.38658 -0.18388 1.05137 0.74085 -1.18828 -0.17109 0.86068 2.04735 -0.16596 0.70835 0.4088 -0.38398 0.91797 -0.14939 1.21724 -0.20387 -0.04477 0.46399 0.38171 -0.70015 1.96849 -1.06573 -0.66864 -0.91478 0.10267 0.47151 -0.1274 0.38131 -0.85286 -0.1988 0.33697 -1.51528 -0.38452 0.53491 -1.28512 -0.46992 -0.97781 1.59142 -0.79587 1.26513 0.12685 0.44432 1.42864 0.29345 0.06915 -1.0871 -0.5149 0.69817 -0.36894 -0.41006 -0.16837 0.56487 1.12111 -1.98351 1.76845 0.59406 1.51883 1.09862 0.1666 -1.04448 1.74349 -0.94496 0.59028 -0.08601 0.47623 0.7958 0.64056 0.15684 -0.25237 -0.35766 -0.43709 -0.3373 0.73422 0.58185 1.4065 -0.41632 -0.88014 -1.12487 0.86626 0.54697 1.35629 -1.08342 0.50068 0.24495 0.38385 0.4364 0.43477 -0.59804 -0.45381 0.74058 -0.72898 0.29987 0.70119 -0.13206 0.98751 0.01777 1.17884 1.43454 -1.28179 -0.68797 -0.09255 -0.39967 0.97163 2.20213 0.95285 0.93506 0.37995 1.64758 -0.65074 0.69944 -0.05278 1.30072 -0.4846 -1.11383 0.74727 0.61474 0.01899 -0.20183 0.0204 0.89667 -1.06302 0.49063 0.11387 -0.54872 0.36445 1.15314 0.8309 0.50572 -0.08381 -0.28575 0.12579 0.04534 -0.36152 0.25518 -0.1452 1.68232 1.36345 -0.67205 2.02697 -0.81638 0.77228 -1.11138 0.41423 -0.27002 1.6538 -1.07962 0.50496 -0.52897 -0.29642 1.37974 -0.49409 -1.33832 -0.65439 0.61355 0.02849 -1.56095 -0.42408 1.60458 0.8221 -0.51426 0.27429 0.35777 -0.70093 -0.94943 -0.06603 0.70303 -0.30713 -0.43946 -0.18161 -0.20915 0.69258 -0.14241 0.27078 -0.31904 -1.71615 -1.22392 -0.19848 -0.07153 0.47961 -1.05829 0.32464 -0.41242 0.09924 -0.28183 -1.10869 1.15837 0.06328 -0.77831 -0.1519 -0.24638 0.31134 -0.97377 0.18425 -0.81324 -0.49965 -1.14573 0.87268 0.70983 0.59629 0.26131 0.19202 0.63718 0.20967 1.3576 -0.04089 0.55172 -0.18477 1.14832 0.61009 -0.91251 0.23921 -0.16972 1.24877 -1.06078 -0.18217 -0.6223 -0.20742 -1.41434 0.00362 0.12951 0.5463 0.98627 -0.05893 -1.15308 0.22221 0.13611 -0.02035 -0.41633 0.84648 -0.18084 -0.7258 0.0308 -1.51747 1.3502 -0.00211 0.36616 0.17704 -0.97072 -0.2919 1.29494 -0.76082 0.71247 0.18777 -0.59319 -0.33394 1.27147 0.62952 -0.26886 -0.0823 0.81944 0.03983 0.905 -0.12363 2.15572 0.75495 0.98246 0.03021 0.4554 1.449 -1.25958 0.05919 0.24637 -0.80669 -0.45172 -0.61927 1.31891 1.07188 0.73045 0.3754 0.65724 0.3592 -0.02149 -0.23676 0.84688 -0.9263 -0.30363 -0.95908 0.48174 0.72021 0.06917 0.13343 0.83124 0.50079 0.41929 -1.06405\nŨ 0.07454 -0.46304 0.46207 -0.34866 0.1333 1.50971 -0.59357 -0.3319 1.10073 -0.3407 0.94639 -0.67525 -0.53746 -0.08768 -0.34716 -0.42706 -0.28381 -0.13406 -0.24927 -0.16588 1.32187 1.02906 1.62944 -0.42744 -0.1303 0.47157 -1.35887 -0.26261 0.39463 -0.31684 0.15301 0.96649 -0.57385 0.30045 -0.21159 -0.33964 0.60122 -0.55149 -0.31538 0.16539 0.371 -0.76727 -0.00442 0.44085 0.7729 -1.65274 -0.31816 -0.6841 0.06284 0.43579 -0.61884 0.04313 -0.63978 -0.23021 -1.24848 -0.2529 -0.75664 -0.1397 -0.38554 -0.33555 0.30943 0.40456 -0.52478 1.15572 0.44767 0.64483 0.99707 0.98656 0.04021 0.07659 0.01364 -0.88914 0.55686 -0.29973 -0.54733 0.95658 -0.77118 0.5824 -0.35993 -0.02496 0.09246 0.9169 -0.33345 1.02433 -0.72685 -0.18358 0.26226 -0.94031 -0.05126 -0.15815 0.18482 -0.39932 1.27249 0.89858 0.29795 0.34562 1.00704 0.1454 -0.69964 0.26934 0.26271 -0.10744 0.21015 0.38768 0.73878 -1.27794 -1.6551 -0.35773 -1.14658 0.14926 0.68807 0.05197 -1.06145 0.34829 -0.4295 -1.24595 -0.19425 0.46251 0.63921 0.29787 -0.44155 -0.14342 -0.1316 0.78277 0.52404 -1.32141 -0.06606 -0.01912 0.12796 0.12668 -0.71007 -0.62731 -0.18814 -0.29087 -0.20654 -0.21004 0.01246 -0.29394 0.84851 -0.36823 0.23064 1.14654 0.63575 -0.16843 0.75711 0.24953 -0.38553 0.40866 -0.26694 -0.24853 -0.77742 1.27109 0.08441 0.6637 0.46818 0.20802 -0.05802 0.71163 1.05637 1.21951 1.37245 -0.51491 0.56054 0.52154 -0.27368 -1.12689 0.5846 0.18046 -0.29455 0.32101 0.70384 -0.3324 -1.02864 -0.45635 -0.88552 -0.18845 0.3 0.08785 0.59423 -0.78487 0.07288 -1.19122 -1.70029 0.19682 -0.52649 0.11775 -0.51665 2.15781 -0.12649 -0.57261 -0.47641 0.02592 -1.02716 0.27508 0.18982 0.31946 0.37043 0.6134 -0.32759 -0.05884 -0.11499 0.35203 -0.63873 -0.37152 0.15504 0.18296 1.48621 0.68851 -0.69538 0.37758 0.37107 1.28853 0.48662 0.94126 -0.87445 1.22441 0.05053 -0.4976 0.29399 0.53143 -1.09674 -0.05585 -0.64904 -0.3072 -0.83852 0.14554 -0.0032 0.03574 0.67413 -0.10521 0.14373 -0.40795 -1.63749 -0.32108 -0.32818 0.52695 -0.17 -0.16707 -1.3579 -1.24716 0.96373 0.46093 0.24203 0.5518 0.1376 -0.02026 0.73264 -0.05511 -0.57273 0.1393 -0.19442 -0.13725 0.91158 -0.40366 -0.27324 -0.64231 -0.70832 1.41522 -0.00152 -0.04758 0.02169 -0.26827 -0.23743 0.45553 0.38491 0.1965 0.22942 -0.61416 0.22588 0.66864 0.77451 0.89865 0.10396 0.17651 0.71401 -0.29525 1.23477 0.60839 0.09273 -0.03869 -1.5381 0.73207 0.05188 -0.75115 0.66005 -0.79453 0.28729 0.01344 -0.70553 -0.49641 0.72286 0.57794 0.89664 0.23311 -0.19954 0.45529 -0.33451 0.03168 -0.28869 -0.58803 0.17615 1.00075 -0.05636 0.1159 -0.78381 -0.93834 -0.12132 1.33225 -0.97313 0.26674 1.39796 0.21664 0.18499 1.43821 -0.97163 0.6485 0.2125 0.85728 -1.11288 -0.09632 0.08219 0.90887 0.40881 1.08311 0.89617 -0.38159 -0.7972 0.51228 -1.74976 0.6863 0.97546 -1.09919 1.74859 -1.09161 0.70678 -0.89753 0.57443 -0.58775 0.10601 -0.06018 -0.39581 -0.02085 -0.00584 0.66734 0.86038 0.84154 0.68578 0.67108 -0.14219 -0.26646 1.31769 0.7024 0.02357 0.24102 0.49258 0.28722 0.2457 0.18616 -0.2203 0.15425 0.40082 1.40933 -1.11518 0.00706 0.24077 0.37293 0.47062 0.62823 -0.04702 -0.34672 1.0597 -0.5549 -1.34986 -0.19208 -0.71337 0.4274 1.15236 -0.08857 -0.38423 0.11116 -0.22086 1.03058 -1.10672 1.5906 0.33629 -1.50424 0.01606 0.50128 0.40098 0.44966 -0.6962 -0.23172 -0.06328 -0.34692 -0.15248 0.16031 -0.41511 -0.37701 -0.89391 0.48995 -0.20294 -0.36353 0.37849 -0.19615 0.3437 0.47127 0.14276 -0.63428 0.40431 -0.51593 0.27906 0.30902 -0.41061 0.59631 0.1311 0.59714 -0.46259 0.53538 0.27245 -0.32935 0.21811 -0.0036 -0.16131 -0.75965 0.25549 -1.26387 -0.17918 -0.64936 0.86181 0.24671 2.09952 0.71466 0.86703 0.76634 -0.53547 -1.19783 0.59757 -0.71248 -0.75293 -0.24132 -0.81631 -0.82162 0.44249 -0.93733 -0.71985 0.09315 -0.15422 0.77923 0.93911 -0.48624 0.62633 -0.11653 -0.86069 0.89316 0.29166 0.51879 -0.72037 -0.26447 -0.31755 -0.54602 -1.09123 0.1847 0.329 0.86977 0.25994 0.35994 -0.90087 0.16886 0.55898 0.67639 -1.04331 -0.26259 1.70117 0.93958 0.87283 0.86672 1.26797 -1.92489 -0.31826 0.84324 0.85785 -0.12847 -0.04737 -0.07435 0.63247 1.00768 -0.55824 -0.12724 0.3744 -0.58381 -0.23954 -0.53 -0.01378 -0.23585 0.28041 0.8107 -0.52617 -0.8343 -0.05442 0.54966 0.21061 0.0459 -0.84116 -0.13407 0.56688 -0.09849 0.3385 1.37788 -1.36747 -0.90876 -0.10671 -0.53882 0.77334 -0.27921 0.55257 -0.23397 0.27255 1.92929 0.43391 -0.52492 0.28907 -1.14005 0.3114 -0.20518 -0.61436 -0.43997 -0.36826 0.80388 -1.36985 0.39118 -0.38898 0.40883 0.7009 1.26074 1.06806 -1.29069 -0.4003 0.79826 0.11499 -0.54842 0.59559 -0.13704 0.2851 -0.15964 -0.52082 0.93465 -1.00418 -1.07238 0.01312 -0.8795 -0.88252 -0.83777 0.96487 -0.4344 0.40744 0.79049 0.47618 -2.05247 0.82417 -0.66116 -0.76806 -0.26691 -0.78667 0.31774 -0.84558 0.18909 -0.29715 -1.48125 -0.97623 0.022 -0.3871 -0.36701 0.40823 -0.4026 0.24923 -0.24294 -0.0266 -0.47092 0.44816 0.69337 0.76506 0.52317 -0.53631 -0.27966 1.07637 0.33603 -0.43205 0.67847 -0.51175 0.31033 0.24713 0.18593 0.26934 0.18422 0.5547 0.98488 -0.63932 -0.09877 -0.51379 -0.86483 -0.83682 0.07113 -0.64052 -0.29053 1.04452 0.2453 0.4158 0.17759 1.53671 0.80986 -1.18363 -0.02736 0.10257 0.45819 -0.46307 0.39436 1.20052 -0.66966 -0.73671 0.00961 -0.67853 -0.3148 -0.1521 0.15693 -0.97175 0.64963 -0.56742 -1.43515 -1.33592 0.1202 0.91964 -0.43789 0.07747 0.28513 -0.23889 0.49658 -0.38238 -0.27732 -0.95862 -0.19923 0.92371 -0.63834 -0.21445 -0.60899 0.35045 0.10763 -0.68876 -0.03883 -0.49687 0.68024 0.2068 0.07449 0.50366 1.22626 0.67114 0.72145 -0.096 0.33196 0.37852 -0.74928 -0.1972 -0.13629 -0.80682 1.44969 0.0872 0.09234 -0.95756 0.2166 0.53865 -0.4346 0.05281 0.28234 0.92474 -0.6385 0.70793 -0.11065 0.75139 0.01697 0.87841 -0.40516 0.50403 -0.1652 -0.15124 -1.40944 -1.7852 -0.14936 -0.4273 0.25351 0.14635 0.83173 -0.30158 -0.45846 -0.43256 -0.87775 -0.92335 0.10388 0.49349 1.84777 -0.34528 0.66454 -0.29811 0.06342 0.00113 0.03613 -0.93723 -0.58705 -0.06634 0.2968 -0.54667 0.41286 -0.51061 0.07623 -0.35965 0.42633 -0.29897 0.09806 0.21205 0.05068 1.13906 -0.78088 -0.24165 -0.4013 0.04881 0.64634 0.72373 0.72502 -0.81423 0.40008 -0.12222 -0.1781 0.08918 0.55463 -0.15472 0.1267 -0.16224 0.06919 -0.54066 -0.19226 0.64682 0.24376 0.34041 0.21698 0.1814 -1.00354 -1.08234 0.45236 0.02492 0.12552 -0.28334 0.35497 -0.72274 -0.99533 -0.13761 0.8818 -0.09682 0.6599 -0.0338 0.20665 0.09894 1.01221 -0.34182 0.41372 -0.75005 -0.51661 -0.18419 0.2551 -0.16377 0.18663 -1.00058 0.48116 0.4054 -0.53335 0.19229 0.0042 -0.28441 -0.15916 0.37645 0.62762 0.30097 -0.08717 0.40818 0.8073 0.69218 -0.42177 -0.20108 -0.63786 0.6447 -1.4418 1.16795 -0.25243 -0.09577 -0.33991 -0.32393 1.15857 -0.67915 0.56796 0.78012 -0.11992 0.02005 0.46028 -0.44512 -0.69544 -0.2995 0.52956 0.36602 -0.64265 -0.495 0.21304 0.99582 -0.35704 -0.68722 0.44174 -0.14037 1.72512 -0.48787 0.27776 -1.01314 0.58045 -1.75824 1.47005 -0.65511 0.46568 0.56862 -0.04625 -0.73583 0.20017 0.7128 0.5836 0.71746 0.60069 -0.64362 -0.30781 0.43739 0.09442 -0.64888 1.24807 -0.16619 -0.10707 0.37876 0.59144 -2.18575 0.87911 0.89161 0.12426 0.97939 -0.91622 0.47223 -0.63562 0.40203 0.04786 0.04457 1.26611 -0.35118 0.07671 -0.32509 0.25915 1.26541 0.64729 0.72898 0.235 -0.26108 -1.04481 0.26445 -0.09231 -0.31641 -0.04117 1.19616 0.69673 0.46316 0.30533 0.08928 -0.26488 0.93802 0.43334 -0.157 0.32466 0.52506 0.47431 0.67168 0.69334 -0.25997 -0.04442 0.58372 -0.58555 -1.46511 0.13853 -1.20707 -1.40124 0.75369 0.39726 -0.06702 -0.27256 0.44856 0.01942 -1.13084 0.44235 -0.08799 -1.39818 0.80059 0.67552 0.08607 -0.19965 0.04478 0.04151 -0.3578 -0.13353 -0.91518 0.47956 -0.3808 -0.59764 -0.96132 0.04968 -0.90744 -0.70199 0.44973 -0.10379 -0.05627 -0.02426 -0.55971 0.3208 -0.15292 -0.08893 1.05712 -0.95579 -1.0873 0.29577 -0.26009 2.08527 -0.49734 0.0822 0.34228 -0.41389 0.61621 -0.2685 -0.45665 -0.12006 0.90517 0.14554 0.41468 -0.22683 0.52388 -0.48705 1.68229 -0.26767 -0.30534 0.35214 -0.66811 -0.62739 0.2892 -1.30708 -1.00212 -0.24175 1.12535 -1.03004 0.79791 -0.94977 -1.9272 0.30391 -0.44412 0.39264 0.38878 0.27884 -0.20014 0.11392 -0.70912 0.25502 0.61286 0.15184 -0.74588 -0.91431 -0.21624 0.57752 -0.6985 -0.21331 -0.27339 0.06849 -0.16895 0.75307 -1.39007 -0.9501 0.75682 0.34123 -1.32798 0.6932 1.63847 0.71863 -0.29014 1.17288 0.253 -1.3314 -0.59806 0.59147 0.61096 -0.10017 0.1778 0.6069 0.82968 0.39352 -1.3933 0.29272 0.09671 0.43691 -0.31442 -0.34753 -0.26415 -0.7998 0.37164 0.43125 0.04953 -1.8557 0.84315 -0.68284 0.38587 1.37315 -1.56508 -0.36905 0.76314 -0.20806 0.87216 1.16224 -0.83578 -1.68617 -0.69618 0.28452\nÕ 0.55057 -0.3468 -0.11184 -0.33281 0.83883 1.68791 -1.24664 0.03947 1.19003 -1.19334 0.9009 -0.75602 -0.59142 -0.55602 -0.49047 -0.5082 0.23349 -0.04896 0.59059 -0.09439 1.47711 1.17944 1.94271 -0.64538 0.79226 1.23088 -1.69506 -0.52051 -0.00237 -0.25093 1.25654 0.25808 -0.31286 0.24521 -0.83767 -0.4018 0.6848 -0.55085 -0.68885 0.84578 0.45356 -0.60397 0.29596 0.89078 1.0735 -1.71835 -0.18042 -0.23289 0.35142 0.21647 -0.81986 0.49613 -0.37739 0.30104 -0.69355 -1.08618 -0.78731 0.4629 0.73316 -0.54816 0.40875 0.47152 -0.15673 0.79259 0.90759 0.81275 1.00555 0.92201 -0.25836 0.2862 -0.1577 -0.96783 0.94254 0.27819 -1.07554 0.73145 -0.74941 0.52973 -0.39664 -0.14215 0.11432 0.72388 -0.04025 1.26342 -1.03862 0.66363 0.95568 -1.14918 -0.26415 0.66133 0.47644 -0.31594 1.12447 0.76773 -0.56748 1.06295 1.10115 -0.02751 -0.3819 -0.08938 0.55357 0.43792 0.1476 0.69089 0.36976 -1.43644 -0.79327 -0.12393 -0.93472 -0.54759 0.37903 -0.49496 -0.35724 0.0048 0.08904 -0.79278 -0.23609 -0.59262 -0.22337 -0.46066 0.19984 -0.35656 0.26855 1.5514 0.40763 -1.06113 0.27757 0.33435 0.43599 0.25738 -0.68601 -1.0481 0.58733 0.68217 -0.42532 -0.12535 1.16942 0.51695 0.87879 -0.2174 0.45412 1.18435 0.5926 0.40868 0.50609 0.69165 0.07462 0.13953 -0.54064 -0.33808 -0.98986 0.65271 -0.11232 0.83416 1.33354 0.22785 -0.25284 1.09272 1.34762 0.27909 2.04682 -0.04061 0.54076 0.52795 -1.09649 -1.13287 1.00208 0.27703 0.13688 0.1989 0.44873 -0.93413 -1.73578 -0.01451 -0.73372 0.44242 0.20999 -0.41477 0.53543 -0.371 -0.2956 -0.90208 -1.7466 0.15819 -1.03936 -0.14435 -0.01397 1.2882 0.14924 -0.5733 0.85637 -0.2821 -1.19506 -0.08599 0.48456 0.04649 -0.01953 0.12171 -0.37135 -0.25484 0.40623 0.47157 0.82041 -0.34708 0.41633 -0.11341 1.26574 0.71784 -1.37569 0.36116 0.08189 0.81831 -0.05852 1.86502 -1.24927 1.3251 0.15502 -0.7594 0.2443 0.64512 -1.61381 0.2968 -0.31605 0.4345 -0.5216 0.2675 0.24983 -0.04711 0.47901 0.66161 -0.01451 -0.30858 -1.49402 -1.37278 -0.34315 0.44103 -1.13883 -0.44852 -1.0308 -1.08467 0.32166 1.22341 0.71073 1.09834 0.0141 -0.02792 0.32173 -0.58432 -0.30742 0.26315 -0.4014 -0.63021 0.82049 -0.1686 0.80413 -0.49733 0.60029 2.39116 -0.46148 -0.69779 0.05925 0.46588 -0.34367 0.56754 0.37549 0.72098 -0.15669 -0.9227 -0.26727 1.04754 1.30347 0.80632 0.44466 -0.14402 -0.17752 -0.38228 1.11094 1.16626 -0.0895 -0.63594 -1.05123 1.61753 -0.17913 -0.54579 0.22513 -0.57952 0.20429 -0.17045 -0.38132 -0.34901 1.37278 0.29514 1.5303 0.2563 -0.45952 0.31753 -0.10085 0.86933 0.73059 -0.21079 -0.15262 1.49485 -0.03768 0.23443 -0.30472 0.10084 0.07596 1.61608 -0.87496 0.22523 1.49503 0.56884 -0.08698 1.40314 -1.43134 0.23515 0.00515 1.10643 -1.1326 -0.13258 0.16487 0.52433 0.19103 1.6659 0.94053 -0.38254 -0.29785 0.4081 -1.23779 0.99961 1.02139 -1.16484 1.1006 -0.3669 0.71772 -0.77297 1.03557 -0.42458 0.57305 -0.78498 -1.37904 -0.14069 -0.19252 0.47748 0.36677 0.87753 1.22053 -0.12937 0.01198 -0.9817 1.30129 0.73 -0.32693 -0.30699 0.50884 0.73119 -0.28264 -0.14566 -0.21046 -0.05554 0.39999 2.00679 -1.10796 0.25412 -0.08104 -0.18021 0.39061 0.54083 0.13313 -0.50351 0.22777 -0.24944 -0.97074 0.30098 -0.49982 0.95569 0.84552 0.44144 -0.33565 0.82385 0.10732 0.08129 -0.82103 0.27281 -0.1458 -1.06316 -0.08469 0.59945 0.02993 0.04611 0.00218 -0.18931 -0.24654 -0.19971 0.26611 0.2114 -0.31772 -0.81578 -1.05029 0.43553 -0.45156 -0.62162 0.06581 -0.40226 0.21038 0.9686 0.00607 -0.56805 0.20202 -0.33479 0.32688 0.84754 -0.67283 1.17387 -0.0143 0.91912 -1.47382 0.38129 0.55854 -0.14687 0.12535 -0.04619 0.4391 -0.59659 0.20037 -1.21869 -0.21154 0.1387 1.24272 0.53497 1.42554 0.63631 0.65918 1.03538 -0.74285 -1.05228 0.63912 -0.24106 -0.7059 -0.3318 -0.66893 -1.93236 0.63742 -0.8962 -1.26296 0.16332 -0.36978 1.09876 1.70123 -0.94848 0.77289 0.12888 -0.83488 0.11655 -0.04715 0.29613 -0.7238 -0.82201 -0.19986 -0.4564 -0.47932 0.02898 0.05651 0.87068 0.23689 0.9567 -0.76021 0.27966 0.86534 0.23529 -1.02822 0.22122 1.66402 -0.0168 1.01322 0.47108 1.35688 -1.40031 0.59833 -0.11806 1.05318 -0.85994 -0.45377 -0.43853 1.06919 0.72244 0.17758 0.17579 -0.07994 -0.49896 0.54386 -0.4339 0.04496 -0.15084 0.26571 0.63 -0.37385 -2.06251 0.44021 1.75689 0.18129 0.21022 -0.28573 -0.71941 0.16654 0.02159 0.78186 1.06782 -1.52895 -1.43166 -0.10642 -0.51021 1.34876 0.01421 0.5154 -0.19222 1.39414 1.80042 -0.47178 -0.37854 0.42314 -1.23043 -0.64429 -0.4214 -1.02004 -0.53104 0.77476 -0.84631 -1.18447 -0.35572 -0.70901 1.36026 0.32777 1.18349 2.17817 -2.13874 0.32968 1.41625 0.13169 -0.85536 0.30125 0.59358 1.08957 -0.47743 -0.55415 1.45289 -1.28969 -0.39483 -0.09462 0.13523 -0.98845 -0.1233 1.14004 -1.13995 0.30547 1.06408 -0.03222 -1.50911 1.24011 -1.31901 -0.27597 0.02278 -0.97658 0.11936 -0.72901 1.19643 -0.13935 -1.64751 -1.12097 0.54774 0.72422 -1.35408 -0.0545 -0.37394 0.8495 0.81523 0.69459 -0.11152 0.44341 0.73287 0.2118 0.77821 0.03251 -0.54481 1.01562 0.53669 -0.56259 1.00157 -0.35748 0.51076 0.04763 1.09177 0.39484 0.837 0.64828 0.37433 -0.40193 0.4493 0.40847 -0.70752 -1.01971 0.01291 -0.0832 -0.10037 0.6922 0.35692 0.23034 1.60048 1.40074 -0.06913 -1.46004 -0.66346 0.41675 0.77956 -0.65794 0.68389 0.30434 -0.11088 -0.05047 0.58176 0.00711 -1.12874 0.10517 -0.00335 -0.8708 0.25164 -0.40918 -1.60201 -0.61808 0.34279 0.00893 -1.22752 0.78533 0.28767 -0.1401 0.96208 -0.29146 -0.71122 -0.98008 0.02198 1.15757 -0.63444 -0.52036 -1.03908 0.84107 0.0257 -0.36106 -0.11977 0.3293 1.30309 -0.12579 0.44312 0.30597 1.63266 0.5334 0.91052 -0.38061 1.0319 0.6865 -0.52511 -0.98965 0.3439 -1.43483 0.45358 -0.53123 0.11866 -0.44243 -0.26369 0.11558 0.20836 -0.42698 -0.74978 0.78415 -0.72305 0.63255 0.20931 -0.42404 -0.79976 0.35803 0.21651 0.59942 -0.4071 -0.35278 -1.03752 -2.49665 -0.25693 0.13453 0.66884 -0.38703 0.31246 -0.13635 -0.58844 -0.10738 -0.35448 -1.31135 -0.34473 -0.01628 1.13857 -0.08386 -0.34599 -0.24966 0.3617 0.78471 0.7809 -1.36721 -0.91816 0.08618 0.26717 -1.04986 0.32132 -0.52712 0.36108 0.56003 -0.24858 -0.3108 -0.50292 0.2077 0.40667 0.77228 -0.30894 -1.03928 -0.09498 -0.52112 1.45454 0.31709 2.41049 -0.90539 1.74265 0.45436 0.36215 0.37039 0.60168 0.0114 0.00548 0.2309 -0.15677 0.02715 0.28687 0.40958 0.24166 0.22032 0.06027 0.22893 -0.73499 -0.78422 0.01644 -0.03899 0.05532 -0.46613 0.15598 -0.78203 -0.76754 -1.0554 1.53603 0.00507 2.0082 0.57674 -0.41356 -0.50446 0.53751 -1.45972 0.33123 -0.22802 -0.57882 0.76361 0.74903 -0.72508 -0.35262 -0.04828 1.67198 0.2089 -1.97947 0.41063 0.80342 -0.47065 0.06 1.01977 0.2415 0.61342 -0.34451 0.74289 1.72444 1.2161 -0.17572 -0.37376 -0.61745 0.42012 -1.91166 0.90703 0.82907 -0.75614 -0.11663 -0.4261 1.59544 -1.17083 0.47968 0.16509 -0.66937 -0.22623 0.71058 0.22692 -0.4652 -0.57798 1.2275 0.35936 -0.32171 -0.74726 0.79686 1.36824 0.55924 -0.03645 0.4093 0.3056 2.56303 0.23934 -0.04263 -0.33307 0.61679 -1.42003 1.36632 -1.39516 -0.09936 0.87703 0.52573 -0.96693 1.0326 1.40412 0.42821 0.30766 0.58322 -0.67122 -1.38649 -0.18144 0.41717 -0.21137 2.7426 -0.78807 -1.05987 1.15678 0.92604 -1.38305 1.09868 1.12787 -0.22213 1.1856 -1.15568 1.01912 0.42395 0.82843 -0.12096 0.94007 0.96436 -1.17841 0.39094 -0.23756 0.2969 0.99701 1.05032 0.93968 0.28766 -0.37497 -1.30009 0.69363 0.04617 0.25314 -0.51319 0.58246 1.07197 -0.0113 0.04361 0.19913 -0.7746 0.00636 1.15519 0.08639 0.14304 0.17229 0.32581 0.54306 0.49446 -0.32548 0.25279 -0.05662 0.07345 -0.53505 0.50022 -1.29141 -1.0044 -0.24116 0.11909 -0.39314 0.1549 1.55488 0.00632 -0.3173 -0.35676 -0.4101 -0.92023 0.39795 0.22143 -0.21777 0.08978 0.26507 -0.30128 -1.35158 -0.22701 -0.68475 -0.0575 -0.2814 -0.81428 -0.94075 -0.56881 -0.43007 -1.03858 0.82519 -0.40946 0.08318 0.34991 -1.17298 0.66152 0.22633 -0.68855 0.57071 -0.77508 -0.70558 0.04939 -0.75706 0.95514 -0.91329 -0.10249 0.00838 -0.45882 0.1927 0.46774 0.0952 0.02538 0.98931 -0.39505 0.63379 0.05867 0.84919 -0.23792 1.75439 0.38135 -0.79917 0.68072 -0.71914 -0.84479 0.60387 -1.11642 -0.57881 0.05036 0.3091 -1.3658 1.17612 -1.27382 -1.94347 0.32744 0.1565 1.16866 0.78734 -0.00939 -0.24546 0.36235 -0.52624 -0.47913 0.33633 0.05495 -1.16684 -1.26422 -0.20419 0.26581 0.35654 -0.1 0.22988 0.55553 -1.37471 -0.32761 -1.2849 -1.56891 1.0939 0.04208 -0.57724 0.52136 1.37875 0.30604 -0.05394 -0.00866 1.03991 0.01798 -0.37568 -0.15686 0.44999 -0.44996 0.17918 0.02276 1.7602 0.55217 -0.46223 0.31228 0.33593 0.3696 1.52682 -0.14049 -0.05397 -1.30879 0.83639 1.19231 0.15041 -1.22633 1.01489 -0.48978 0.04773 0.54612 -0.52279 -0.34014 0.15304 -0.33149 1.36622 0.90437 -1.84902 -1.61079 -0.53901 -0.04218\nỲ 0.55057 -0.3468 -0.11184 -0.33281 0.83883 1.68791 -1.24664 0.03947 1.19003 -1.19334 0.9009 -0.75602 -0.59142 -0.55602 -0.49047 -0.5082 0.23349 -0.04896 0.59059 -0.09439 1.47711 1.17944 1.94271 -0.64538 0.79226 1.23088 -1.69506 -0.52051 -0.00237 -0.25093 1.25654 0.25808 -0.31286 0.24521 -0.83767 -0.4018 0.6848 -0.55085 -0.68885 0.84578 0.45356 -0.60397 0.29596 0.89078 1.0735 -1.71835 -0.18042 -0.23289 0.35142 0.21647 -0.81986 0.49613 -0.37739 0.30104 -0.69355 -1.08618 -0.78731 0.4629 0.73316 -0.54816 0.40875 0.47152 -0.15673 0.79259 0.90759 0.81275 1.00555 0.92201 -0.25836 0.2862 -0.1577 -0.96783 0.94254 0.27819 -1.07554 0.73145 -0.74941 0.52973 -0.39664 -0.14215 0.11432 0.72388 -0.04025 1.26342 -1.03862 0.66363 0.95568 -1.14918 -0.26415 0.66133 0.47644 -0.31594 1.12447 0.76773 -0.56748 1.06295 1.10115 -0.02751 -0.3819 -0.08938 0.55357 0.43792 0.1476 0.69089 0.36976 -1.43644 -0.79327 -0.12393 -0.93472 -0.54759 0.37903 -0.49496 -0.35724 0.0048 0.08904 -0.79278 -0.23609 -0.59262 -0.22337 -0.46066 0.19984 -0.35656 0.26855 1.5514 0.40763 -1.06113 0.27757 0.33435 0.43599 0.25738 -0.68601 -1.0481 0.58733 0.68217 -0.42532 -0.12535 1.16942 0.51695 0.87879 -0.2174 0.45412 1.18435 0.5926 0.40868 0.50609 0.69165 0.07462 0.13953 -0.54064 -0.33808 -0.98986 0.65271 -0.11232 0.83416 1.33354 0.22785 -0.25284 1.09272 1.34762 0.27909 2.04682 -0.04061 0.54076 0.52795 -1.09649 -1.13287 1.00208 0.27703 0.13688 0.1989 0.44873 -0.93413 -1.73578 -0.01451 -0.73372 0.44242 0.20999 -0.41477 0.53543 -0.371 -0.2956 -0.90208 -1.7466 0.15819 -1.03936 -0.14435 -0.01397 1.2882 0.14924 -0.5733 0.85637 -0.2821 -1.19506 -0.08599 0.48456 0.04649 -0.01953 0.12171 -0.37135 -0.25484 0.40623 0.47157 0.82041 -0.34708 0.41633 -0.11341 1.26574 0.71784 -1.37569 0.36116 0.08189 0.81831 -0.05852 1.86502 -1.24927 1.3251 0.15502 -0.7594 0.2443 0.64512 -1.61381 0.2968 -0.31605 0.4345 -0.5216 0.2675 0.24983 -0.04711 0.47901 0.66161 -0.01451 -0.30858 -1.49402 -1.37278 -0.34315 0.44103 -1.13883 -0.44852 -1.0308 -1.08467 0.32166 1.22341 0.71073 1.09834 0.0141 -0.02792 0.32173 -0.58432 -0.30742 0.26315 -0.4014 -0.63021 0.82049 -0.1686 0.80413 -0.49733 0.60029 2.39116 -0.46148 -0.69779 0.05925 0.46588 -0.34367 0.56754 0.37549 0.72098 -0.15669 -0.9227 -0.26727 1.04754 1.30347 0.80632 0.44466 -0.14402 -0.17752 -0.38228 1.11094 1.16626 -0.0895 -0.63594 -1.05123 1.61753 -0.17913 -0.54579 0.22513 -0.57952 0.20429 -0.17045 -0.38132 -0.34901 1.37278 0.29514 1.5303 0.2563 -0.45952 0.31753 -0.10085 0.86933 0.73059 -0.21079 -0.15262 1.49485 -0.03768 0.23443 -0.30472 0.10084 0.07596 1.61608 -0.87496 0.22523 1.49503 0.56884 -0.08698 1.40314 -1.43134 0.23515 0.00515 1.10643 -1.1326 -0.13258 0.16487 0.52433 0.19103 1.6659 0.94053 -0.38254 -0.29785 0.4081 -1.23779 0.99961 1.02139 -1.16484 1.1006 -0.3669 0.71772 -0.77297 1.03557 -0.42458 0.57305 -0.78498 -1.37904 -0.14069 -0.19252 0.47748 0.36677 0.87753 1.22053 -0.12937 0.01198 -0.9817 1.30129 0.73 -0.32693 -0.30699 0.50884 0.73119 -0.28264 -0.14566 -0.21046 -0.05554 0.39999 2.00679 -1.10796 0.25412 -0.08104 -0.18021 0.39061 0.54083 0.13313 -0.50351 0.22777 -0.24944 -0.97074 0.30098 -0.49982 0.95569 0.84552 0.44144 -0.33565 0.82385 0.10732 0.08129 -0.82103 0.27281 -0.1458 -1.06316 -0.08469 0.59945 0.02993 0.04611 0.00218 -0.18931 -0.24654 -0.19971 0.26611 0.2114 -0.31772 -0.81578 -1.05029 0.43553 -0.45156 -0.62162 0.06581 -0.40226 0.21038 0.9686 0.00607 -0.56805 0.20202 -0.33479 0.32688 0.84754 -0.67283 1.17387 -0.0143 0.91912 -1.47382 0.38129 0.55854 -0.14687 0.12535 -0.04619 0.4391 -0.59659 0.20037 -1.21869 -0.21154 0.1387 1.24272 0.53497 1.42554 0.63631 0.65918 1.03538 -0.74285 -1.05228 0.63912 -0.24106 -0.7059 -0.3318 -0.66893 -1.93236 0.63742 -0.8962 -1.26296 0.16332 -0.36978 1.09876 1.70123 -0.94848 0.77289 0.12888 -0.83488 0.11655 -0.04715 0.29613 -0.7238 -0.82201 -0.19986 -0.4564 -0.47932 0.02898 0.05651 0.87068 0.23689 0.9567 -0.76021 0.27966 0.86534 0.23529 -1.02822 0.22122 1.66402 -0.0168 1.01322 0.47108 1.35688 -1.40031 0.59833 -0.11806 1.05318 -0.85994 -0.45377 -0.43853 1.06919 0.72244 0.17758 0.17579 -0.07994 -0.49896 0.54386 -0.4339 0.04496 -0.15084 0.26571 0.63 -0.37385 -2.06251 0.44021 1.75689 0.18129 0.21022 -0.28573 -0.71941 0.16654 0.02159 0.78186 1.06782 -1.52895 -1.43166 -0.10642 -0.51021 1.34876 0.01421 0.5154 -0.19222 1.39414 1.80042 -0.47178 -0.37854 0.42314 -1.23043 -0.64429 -0.4214 -1.02004 -0.53104 0.77476 -0.84631 -1.18447 -0.35572 -0.70901 1.36026 0.32777 1.18349 2.17817 -2.13874 0.32968 1.41625 0.13169 -0.85536 0.30125 0.59358 1.08957 -0.47743 -0.55415 1.45289 -1.28969 -0.39483 -0.09462 0.13523 -0.98845 -0.1233 1.14004 -1.13995 0.30547 1.06408 -0.03222 -1.50911 1.24011 -1.31901 -0.27597 0.02278 -0.97658 0.11936 -0.72901 1.19643 -0.13935 -1.64751 -1.12097 0.54774 0.72422 -1.35408 -0.0545 -0.37394 0.8495 0.81523 0.69459 -0.11152 0.44341 0.73287 0.2118 0.77821 0.03251 -0.54481 1.01562 0.53669 -0.56259 1.00157 -0.35748 0.51076 0.04763 1.09177 0.39484 0.837 0.64828 0.37433 -0.40193 0.4493 0.40847 -0.70752 -1.01971 0.01291 -0.0832 -0.10037 0.6922 0.35692 0.23034 1.60048 1.40074 -0.06913 -1.46004 -0.66346 0.41675 0.77956 -0.65794 0.68389 0.30434 -0.11088 -0.05047 0.58176 0.00711 -1.12874 0.10517 -0.00335 -0.8708 0.25164 -0.40918 -1.60201 -0.61808 0.34279 0.00893 -1.22752 0.78533 0.28767 -0.1401 0.96208 -0.29146 -0.71122 -0.98008 0.02198 1.15757 -0.63444 -0.52036 -1.03908 0.84107 0.0257 -0.36106 -0.11977 0.3293 1.30309 -0.12579 0.44312 0.30597 1.63266 0.5334 0.91052 -0.38061 1.0319 0.6865 -0.52511 -0.98965 0.3439 -1.43483 0.45358 -0.53123 0.11866 -0.44243 -0.26369 0.11558 0.20836 -0.42698 -0.74978 0.78415 -0.72305 0.63255 0.20931 -0.42404 -0.79976 0.35803 0.21651 0.59942 -0.4071 -0.35278 -1.03752 -2.49665 -0.25693 0.13453 0.66884 -0.38703 0.31246 -0.13635 -0.58844 -0.10738 -0.35448 -1.31135 -0.34473 -0.01628 1.13857 -0.08386 -0.34599 -0.24966 0.3617 0.78471 0.7809 -1.36721 -0.91816 0.08618 0.26717 -1.04986 0.32132 -0.52712 0.36108 0.56003 -0.24858 -0.3108 -0.50292 0.2077 0.40667 0.77228 -0.30894 -1.03928 -0.09498 -0.52112 1.45454 0.31709 2.41049 -0.90539 1.74265 0.45436 0.36215 0.37039 0.60168 0.0114 0.00548 0.2309 -0.15677 0.02715 0.28687 0.40958 0.24166 0.22032 0.06027 0.22893 -0.73499 -0.78422 0.01644 -0.03899 0.05532 -0.46613 0.15598 -0.78203 -0.76754 -1.0554 1.53603 0.00507 2.0082 0.57674 -0.41356 -0.50446 0.53751 -1.45972 0.33123 -0.22802 -0.57882 0.76361 0.74903 -0.72508 -0.35262 -0.04828 1.67198 0.2089 -1.97947 0.41063 0.80342 -0.47065 0.06 1.01977 0.2415 0.61342 -0.34451 0.74289 1.72444 1.2161 -0.17572 -0.37376 -0.61745 0.42012 -1.91166 0.90703 0.82907 -0.75614 -0.11663 -0.4261 1.59544 -1.17083 0.47968 0.16509 -0.66937 -0.22623 0.71058 0.22692 -0.4652 -0.57798 1.2275 0.35936 -0.32171 -0.74726 0.79686 1.36824 0.55924 -0.03645 0.4093 0.3056 2.56303 0.23934 -0.04263 -0.33307 0.61679 -1.42003 1.36632 -1.39516 -0.09936 0.87703 0.52573 -0.96693 1.0326 1.40412 0.42821 0.30766 0.58322 -0.67122 -1.38649 -0.18144 0.41717 -0.21137 2.7426 -0.78807 -1.05987 1.15678 0.92604 -1.38305 1.09868 1.12787 -0.22213 1.1856 -1.15568 1.01912 0.42395 0.82843 -0.12096 0.94007 0.96436 -1.17841 0.39094 -0.23756 0.2969 0.99701 1.05032 0.93968 0.28766 -0.37497 -1.30009 0.69363 0.04617 0.25314 -0.51319 0.58246 1.07197 -0.0113 0.04361 0.19913 -0.7746 0.00636 1.15519 0.08639 0.14304 0.17229 0.32581 0.54306 0.49446 -0.32548 0.25279 -0.05662 0.07345 -0.53505 0.50022 -1.29141 -1.0044 -0.24116 0.11909 -0.39314 0.1549 1.55488 0.00632 -0.3173 -0.35676 -0.4101 -0.92023 0.39795 0.22143 -0.21777 0.08978 0.26507 -0.30128 -1.35158 -0.22701 -0.68475 -0.0575 -0.2814 -0.81428 -0.94075 -0.56881 -0.43007 -1.03858 0.82519 -0.40946 0.08318 0.34991 -1.17298 0.66152 0.22633 -0.68855 0.57071 -0.77508 -0.70558 0.04939 -0.75706 0.95514 -0.91329 -0.10249 0.00838 -0.45882 0.1927 0.46774 0.0952 0.02538 0.98931 -0.39505 0.63379 0.05867 0.84919 -0.23792 1.75439 0.38135 -0.79917 0.68072 -0.71914 -0.84479 0.60387 -1.11642 -0.57881 0.05036 0.3091 -1.3658 1.17612 -1.27382 -1.94347 0.32744 0.1565 1.16866 0.78734 -0.00939 -0.24546 0.36235 -0.52624 -0.47913 0.33633 0.05495 -1.16684 -1.26422 -0.20419 0.26581 0.35654 -0.1 0.22988 0.55553 -1.37471 -0.32761 -1.2849 -1.56891 1.0939 0.04208 -0.57724 0.52136 1.37875 0.30604 -0.05394 -0.00866 1.03991 0.01798 -0.37568 -0.15686 0.44999 -0.44996 0.17918 0.02276 1.7602 0.55217 -0.46223 0.31228 0.33593 0.3696 1.52682 -0.14049 -0.05397 -1.30879 0.83639 1.19231 0.15041 -1.22633 1.01489 -0.48978 0.04773 0.54612 -0.52279 -0.34014 0.15304 -0.33149 1.36622 0.90437 -1.84902 -1.61079 -0.53901 -0.04218\n+ 0.26904 -0.53364 -0.93521 -0.32769 0.99757 0.37311 -0.64863 0.36843 1.05779 0.45332 0.06628 -0.74371 -0.79709 -0.44863 -0.24625 0.94129 1.44832 -0.01772 -0.05534 0.06577 -0.51441 0.54487 0.9947 -0.87241 0.44941 0.4462 -1.13072 -0.83802 0.55804 -0.4216 1.24748 0.42852 -0.71766 -0.99278 -0.88763 0.75757 0.64611 -0.39098 -0.48854 0.89704 -0.46847 0.56304 0.43231 0.56902 -0.15013 -0.17518 -0.00777 -0.81885 0.21664 -0.19349 -0.06806 -0.90885 -0.01725 1.73533 0.5448 -1.244 -0.3777 0.88088 -0.14654 -0.47322 -1.36033 0.51674 -0.03285 -0.57236 1.15433 -0.0593 1.01291 0.24045 -0.46722 0.41832 0.46429 -0.66385 -0.02397 1.04352 -0.53754 0.65864 -0.48378 -0.4626 1.01816 -0.53498 0.2528 0.80256 0.6945 -0.67869 0.5058 0.41751 -0.24272 -0.189 -0.1962 0.2659 0.59399 -1.89954 -0.51326 0.47646 0.06361 -0.19601 1.0441 0.31666 -1.10141 1.02392 1.31038 0.09987 -0.33497 -0.42323 0.03102 -0.03261 0.00483 0.53254 0.39933 -0.60693 0.15599 -0.58723 0.6232 0.2141 -0.25107 0.1833 -0.33856 0.36457 -0.37514 0.56101 0.26514 -0.88665 0.16745 1.61672 0.14104 -1.3268 0.61786 0.69708 -0.26862 -0.60206 -0.05998 -0.28799 -0.84441 -0.34831 -0.13038 -0.19761 -0.45751 1.2657 0.39977 0.36272 0.13758 0.76196 0.23531 -0.1704 0.48271 0.34221 0.72493 -0.75027 0.44322 0.20046 -0.28368 0.51877 -0.31384 0.68912 -0.60871 0.26799 -0.42753 0.54641 -0.07035 0.08431 0.12478 -0.73395 -0.2252 0.2005 -0.93714 0.07916 0.94656 -1.23194 0.21179 -0.04159 -0.20778 0.3221 -1.46869 -0.20815 0.36607 -0.15899 -0.42232 0.50408 -0.06164 0.90653 -0.98521 0.01851 -0.37984 0.44999 -0.41425 0.59507 -0.90984 -0.30491 0.23526 0.75469 1.89915 -0.7863 -0.03807 -0.775 0.46341 0.3572 -0.0072 0.37361 0.67858 -0.13122 1.14121 0.01112 -0.02342 -0.4314 -1.17431 -0.98157 0.70506 0.81162 0.14621 -0.39122 -0.61736 0.47275 0.15915 -0.39312 0.49687 0.50894 0.38967 -0.92771 0.1923 -0.84613 0.052 0.21313 0.7292 0.63594 0.99769 0.1911 1.52569 -0.08304 -0.24599 -0.013 -0.63408 0.12022 -0.54124 0.74945 0.03188 0.34589 0.91917 0.58453 0.3619 -0.00546 -0.44143 -0.95449 -0.18807 0.72585 0.93405 1.13393 -0.10015 0.14543 -0.59668 -0.00688 -0.04228 1.1226 -0.43765 -0.57216 0.05269 -0.28471 -0.80456 -0.30052 -1.18535 -0.84489 -0.31266 -0.28061 0.27465 -0.12937 0.86466 -0.93252 -0.78214 -0.56726 0.16802 0.22138 -0.00088 0.06383 -0.27194 -0.45366 0.28104 -1.02919 0.01832 -0.08401 1.49078 -0.22289 -0.34897 -0.22757 -0.0725 0.47963 0.88146 -0.92947 -0.50362 0.07978 -0.5002 -0.83387 -0.10217 -0.1962 2.46217 0.23328 0.388 -0.13979 -0.19421 -0.29831 0.38 0.0967 0.5216 0.48146 0.56262 0.22146 -0.39289 -0.12541 -0.37138 0.58785 -0.78981 -0.0182 0.27572 0.52554 -0.83961 0.24258 -0.42034 0.19103 -0.12768 -0.30139 0.72697 0.26353 -0.45925 0.80733 0.27962 0.13485 -0.0354 -0.6163 -0.53698 0.7574 0.009 0.78059 0.55913 0.04874 0.9288 -0.522 0.52249 -0.00887 -0.87459 0.47318 -0.53508 -1.09981 -0.85356 1.42057 0.56264 -0.37238 -0.44841 0.25902 -0.16675 0.10964 -0.59002 0.82916 -0.136 0.39429 -1.09171 0.31075 0.59999 0.73636 -0.27832 0.8828 -0.73797 0.32838 0.34772 -0.73093 0.14415 0.68692 -0.74233 -0.22904 0.17655 1.37846 -0.79928 -1.3141 0.20691 0.60242 0.56902 1.0251 -0.11092 -0.29262 -0.23272 -0.05915 -0.61768 -0.96829 0.35283 1.17644 0.35367 -0.65153 -0.55154 -0.48053 -0.24571 0.43646 0.01779 -0.37956 -0.18984 -1.14082 0.72863 -0.96983 -0.22437 -0.05686 0.5654 -0.02986 0.33008 0.01502 0.05541 -0.36229 -1.32734 0.45222 0.15001 0.04357 0.15756 0.0974 0.10055 -0.59852 -0.73414 -0.15817 0.83469 0.02582 0.18519 -0.53034 -0.70741 0.67589 0.6443 -0.51929 -0.3121 -0.63397 -1.822 -0.3517 -0.08543 0.10344 0.03087 -0.53284 1.31169 0.48111 -0.57099 1.42115 -1.11516 -1.07387 1.4648 -0.94801 -0.27003 -0.96731 0.14088 0.10792 -0.47305 0.38121 0.29311 -0.34986 -0.83857 1.35424 0.31582 1.6134 0.65823 1.88275 0.67435 0.58071 -0.81532 0.60179 -0.6788 -0.02264 0.53995 0.65938 -0.67546 -1.52584 -0.92639 0.53658 0.28855 0.14271 -0.82955 0.31181 -0.09767 0.04851 1.23991 0.04554 -0.18075 0.58741 0.97037 -0.10132 -1.08778 -0.0977 -0.2405 -0.09043 -0.50324 -1.04231 0.35306 1.36931 -0.06411 -0.39058 1.26469 0.25487 -0.32912 0.84931 -0.33177 -0.77243 0.37307 -0.12657 0.19607 -0.09525 -1.35185 0.08193 -0.01458 -0.37594 -0.01792 0.09864 0.49253 -0.27283 -0.23983 -0.33264 -0.31399 -0.02872 -0.37738 1.67226 1.06051 -0.6888 -0.14168 -0.1586 -1.12908 0.04813 -1.28838 1.07665 -0.17749 -0.00832 -0.62765 0.20874 0.41688 0.09298 0.62643 -0.48831 1.09814 -1.09557 -0.1488 0.23887 0.78899 -0.03042 0.26209 0.49779 -0.03229 0.95786 0.94494 -0.27996 0.69752 -0.26418 -0.33733 0.22916 0.0885 0.22718 0.23697 0.7922 -0.58581 -1.0218 0.22402 0.18644 -0.69932 -1.76358 -0.15439 -0.11242 -0.2251 0.24472 0.42681 -0.75237 0.18213 0.78319 0.66823 -0.83793 -0.26127 -0.98773 0.80539 -1.08815 1.04076 1.0317 0.14416 -0.91613 -0.17063 -0.81244 0.38859 -0.36275 -1.61288 0.22153 -0.57896 -0.19623 0.92992 0.78424 0.57309 -0.39055 0.46187 0.31714 0.5841 -0.96066 -0.8715 0.92951 -2.25876 0.44845 -0.47746 0.14286 -0.78255 -0.84363 0.14984 1.09629 0.82542 0.50584 0.7144 -0.9715 0.15451 -0.66993 -0.1213 0.51972 1.14267 -2.20159 -1.02286 0.28245 1.11172 0.57384 0.58045 -0.09706 0.12929 0.92146 0.41762 1.23622 -0.25312 -0.50371 0.58355 0.22616 -0.69579 0.01245 -0.43624 -0.65382 0.79073 -1.19098 0.86754 -0.37799 -0.24521 0.58695 -0.25369 0.60461 0.17802 0.22484 0.14118 -1.28731 -0.1657 0.31756 0.71388 -1.78588 0.32171 0.28402 0.53766 0.27684 0.65774 0.03373 -0.3555 0.6575 0.82839 -0.2207 -0.12087 0.98548 0.03345 1.48135 0.13213 0.88983 -0.57344 -0.00215 0.29676 0.17001 0.11035 -0.27982 0.11822 0.5861 0.08477 0.40332 -0.25219 -0.34475 -0.06289 -0.2362 -0.3081 0.47872 0.76555 0.45559 0.2973 -1.048 -0.66699 0.27473 -0.71197 0.0243 1.72144 -1.11817 -0.66788 1.06927 -0.46005 0.66078 -1.32114 -1.03785 0.65109 0.63188 0.41005 0.67386 0.08705 1.172 0.36386 0.50347 -0.0688 -0.90799 0.32372 -0.50663 0.20067 -0.83613 -0.33701 0.26105 1.56892 0.22314 0.25545 -0.64152 0.5513 1.36198 -0.77273 0.57858 -0.50436 1.29972 1.04021 -1.52345 -0.34788 -0.30907 -0.08722 -1.10025 -0.09565 -0.54705 0.42807 0.5078 0.26264 0.5574 1.22163 -1.18242 0.36273 0.34245 -1.05014 0.78311 0.63932 -0.46583 -0.15173 -0.68325 0.65712 -0.44143 -0.45303 0.01129 1.84459 0.42329 -0.29331 0.28509 -0.40454 -0.81127 -1.39413 0.26294 -0.64984 -0.95511 1.18698 -0.15505 0.16007 1.12311 0.48912 1.22833 0.31182 -0.20066 0.78034 0.12946 -0.41226 1.20421 -0.59811 0.30587 0.19003 0.18032 0.6555 0.40154 0.63241 -1.22 -0.25349 -0.71697 -0.50672 -0.48205 -0.29957 -1.97278 0.10866 0.14324 0.90502 -0.38627 0.7691 -0.8266 -1.25894 0.27749 0.31657 -0.97484 -0.10981 0.83029 0.2056 -1.54955 -0.81764 0.69935 -0.28664 1.37242 -1.65129 0.6984 0.85691 0.90018 0.65215 -1.60215 -0.52705 -0.25551 -0.24597 -0.63359 -0.12518 -0.03532 1.16391 0.21953 -0.19163 0.00444 -0.53299 -0.83387 0.90875 0.37269 0.38987 1.43638 1.50363 0.83525 -0.09196 -0.53607 0.01402 -0.20703 -0.73066 -0.68878 0.14434 -0.21551 -0.78967 0.8465 -1.30474 0.82136 -0.47192 -0.36078 1.20377 0.58561 -1.17668 0.2104 0.08141 0.35753 0.67147 -1.89037 0.56038 -0.13191 0.04078 0.61873 1.94632 -0.25637 0.22896 0.62852 1.28722 0.25476 0.20304 -0.83933 0.66417 0.11439 -1.2243 1.07377 0.96337 -0.14886 -1.00231 0.30571 0.41688 -0.91147 -0.53115 0.72235 -1.20318 0.16348 -0.01535 -0.07762 0.5588 0.61358 -0.20002 0.11356 -0.54835 -0.04913 0.32554 0.57307 0.291 0.55196 -0.15932 0.70638 0.51083 0.72454 -0.96265 0.4261 -0.81379 0.4631 0.60334 0.8843 0.69974 0.43231 0.69536 0.18947 -0.87056 -0.29682 0.26587 0.57385 -0.51154 0.36688 -0.27902 -0.05003 -0.44336 -0.57581 -0.19708 -0.42956 -0.52394 -0.96327 0.69854 -0.11522 -0.32344 0.10148 0.17511 -0.71411 0.94819 0.16561 0.12915 0.25446 -1.49381 0.04269 -0.39372 -0.61361 -0.24083 -0.46802 0.64669 -0.59461 -0.82761 -1.23307 0.67008 0.68652 0.01348 0.81571 -0.62889 0.68191 0.08289 0.48181 -0.41319 -0.81108 -0.84185 0.80134 0.61459 -0.17758 0.21758 0.18388 0.9135 0.69877 0.19438 1.74007 -0.06336 -0.04978 1.28914 -0.03632 -0.0262 -0.67901 0.43468 -1.05223 -0.44961 0.67264 0.83327 -1.78136 -1.37756 1.62526 -0.04355 0.50368 -0.30501 0.39775 0.31892 0.41409 -0.83506 0.96727 0.13363 -0.02106 0.05815 0.4547 -0.69168 -0.85372 -0.62683 -0.5212 0.21717 -0.01995 0.79673 0.65448 0.92991 -0.16876 0.9763 -0.68658 0.74378 0.51062 0.32095 0.83185 -0.44517 0.56194 0.12524 0.40324 -0.36838 -0.79868 0.97201 -0.30823 -0.42381 -0.4468 0.78134 0.39353 -0.36269 0.39963 -0.42225 -0.87349 0.68187 0.81206 -0.22713 -0.31222 -0.64597 1.29504 0.08481 0.3556 0.77021 1.21307 -0.24807 -1.13803 -0.89832 -0.08188 -1.24843 1.21512 -0.11584 0.57347 0.2058 -0.53165 0.09603 0.54258\n] 0.39272 -0.08277 -0.25899 1.32568 0.70654 0.83491 -0.0849 1.5147 0.03111 -0.10873 -0.07963 -0.57593 -0.31644 -0.00084 0.47852 0.44915 0.63634 -0.45919 -0.24292 -0.3268 -0.23455 -0.52144 -0.27772 -0.00329 -0.30448 -0.2897 -0.24173 -0.30273 0.33889 -0.4164 0.20931 -0.27126 0.18021 -0.35725 -0.00558 -0.3265 -0.12523 -0.33801 0.79535 -0.25274 -0.55343 -0.12221 -0.67878 0.72218 -0.00368 0.38106 -0.99588 0.1243 0.50265 0.20441 -0.28513 -0.25829 -0.72002 0.82388 0.40097 -1.07572 0.2263 0.38602 1.03732 0.86498 -0.27367 0.97823 -0.67951 0.13959 0.0526 1.27949 0.17561 -0.36012 -0.34361 1.12152 0.24329 -0.00489 -0.31937 0.26994 0.90382 0.51226 -0.61329 -0.18088 0.3888 -0.58775 0.12185 -1.24184 0.19147 -0.3884 0.31797 -0.08222 0.37312 -1.08834 -0.42274 -0.44088 -0.72137 -0.03682 0.15705 -0.84708 1.17949 -0.03894 0.51741 -0.18228 -0.48406 0.7054 -0.23273 0.03247 -1.4738 0.20246 0.17632 -0.24234 0.48898 -0.05515 1.20664 -0.06821 0.07327 0.10076 0.59516 1.46089 -0.11403 0.59509 0.05276 0.76316 -0.23918 1.19419 -0.92236 -0.63522 0.13652 0.09312 0.7126 -0.16971 0.0658 0.56014 0.45108 -0.60524 0.23033 -0.67522 -0.59412 -0.72695 0.75914 -0.20822 0.48558 0.69695 1.36614 -0.00906 0.02499 -0.95446 -0.16751 0.99919 -1.24266 0.8735 -1.67714 0.89831 -1.51555 0.07582 -0.85353 -0.53652 0.16741 0.34804 0.84098 0.37839 -0.64268 -0.53027 -0.34797 0.23935 -0.02708 -2.06168 -0.0697 0.59773 0.25773 0.451 -0.25133 0.59011 -0.18252 -1.49518 0.25949 0.22674 -0.53875 0.05764 0.24794 -0.25595 -0.07917 1.07167 0.54731 0.17654 -0.13596 0.58064 -0.9443 0.83665 -1.27675 0.50559 -0.45258 -0.62207 0.88043 0.78579 -0.27203 -1.5156 -0.44384 -0.5624 0.10873 -0.27208 1.37758 0.55161 -0.35297 -0.32619 0.15227 -0.76473 -1.03179 -0.6523 -0.02134 0.12767 0.25957 0.34758 0.90598 -1.88158 -0.03828 -0.05844 -0.31126 -1.44483 0.53259 0.9364 -0.05366 -1.35513 -1.26078 -0.80843 -0.61608 -1.21754 -0.0494 -0.08236 -0.53631 -1.20797 -0.16262 -0.01561 0.3798 0.63103 0.83693 -0.34961 -1.87466 -0.28094 1.01381 1.32543 -0.04899 0.37617 0.34557 0.81235 -0.00469 -0.12601 -0.14364 0.95359 -0.7306 -0.67013 1.02544 -1.3633 -0.75427 -0.17988 0.83835 -0.0302 -0.20257 -0.61258 0.2701 0.79181 -0.19692 -0.99492 -1.03591 -0.08702 0.18919 -0.70994 -1.00574 0.10875 0.38724 1.10226 -0.67305 -0.71671 0.258 0.12014 0.65956 -0.06119 -0.49785 -1.04064 -0.23089 -1.09593 -0.74717 -0.72711 1.44866 0.86326 -0.1943 0.35939 0.12679 -0.36952 0.19575 -0.31438 -0.65437 0.64194 -1.08122 -0.69193 0.62837 0.42361 0.49678 0.38381 1.17122 0.85344 -0.77048 -0.75347 0.72621 0.16887 0.08798 -0.2432 1.53308 -0.54525 0.33084 0.49415 -0.16729 1.36081 -1.25281 0.40431 0.16988 0.11976 -0.39825 -0.01573 0.69377 -0.55069 0.21149 0.46058 0.52953 -0.56421 -0.45899 0.68144 -0.22522 -0.03589 -0.51724 -0.86028 0.19049 1.25387 1.14792 0.36457 0.37521 0.5923 0.46771 -0.32676 -1.25637 0.06196 -1.1788 -0.6046 0.40504 -0.42833 -0.38477 0.93484 -0.41091 -0.57277 -0.29101 -0.36372 0.93504 0.4416 -0.37328 0.36718 0.27747 1.0003 0.17919 -0.42774 1.1207 -0.59453 0.5685 0.2183 -0.25227 0.4511 -0.51922 -0.59697 -0.38289 0.75019 0.11245 -0.44003 0.09097 1.19603 -1.06549 -0.21846 -0.20975 -0.11646 0.61589 -0.6983 -0.00032 -0.8886 0.96892 -0.44565 -0.10858 0.03904 -0.15891 0.17975 -0.02674 -0.82697 0.60261 -0.20088 -0.28321 0.76171 0.38462 0.01595 -0.3811 -1.0532 -0.60921 0.36299 1.12591 0.23203 -0.33525 0.32535 -0.7061 0.07432 -0.17488 -0.23027 0.20381 0.30977 0.85646 0.90828 -0.08423 -0.20614 0.55138 -1.27191 0.14799 -1.2357 -0.13094 0.58927 0.52115 -0.51046 -0.03987 0.39535 -0.40429 0.42503 -0.02625 -0.10736 -0.93392 -1.35008 0.31109 -0.82074 -0.13398 0.30726 0.04934 -0.18856 1.38036 0.40285 0.86354 0.57786 0.82753 -0.84197 -0.89168 -0.55144 1.16655 1.04244 0.41305 0.29629 0.13699 -0.55348 1.06563 -0.72189 0.08205 1.14005 0.54147 1.39677 0.60127 -0.32193 -0.64412 -0.34233 0.42064 0.95789 -1.31761 0.10344 0.5635 -0.70742 -0.06351 -0.06909 0.71346 0.46843 0.02259 -0.77128 0.09457 0.51429 0.04201 0.77217 -0.97163 -0.50619 -0.11265 0.24743 -0.86082 0.81894 -0.70372 0.43344 -0.56261 -0.81767 0.23777 0.48101 -0.10974 -0.14857 -0.26723 0.94323 -0.21584 0.81863 -0.72924 0.61825 -0.7146 -0.86063 -0.04805 -0.45637 -0.18718 0.99283 -0.61908 1.23493 -0.17363 -0.43071 -0.60512 1.21473 0.49859 0.24443 0.26063 -0.40677 -0.4516 2.294 1.39854 0.33108 0.45515 0.53435 -0.07539 -0.56356 -1.20311 1.10525 -0.63261 0.24616 -0.86552 0.77584 0.32932 -0.30762 0.1664 0.55273 -0.81005 -1.2369 -0.06802 -0.05755 0.47679 1.18606 -0.27887 0.70379 -0.34915 0.85831 0.33796 0.63043 -0.06183 0.34454 0.21587 1.26023 1.28682 -0.33658 0.01564 0.16741 -0.75417 -0.4028 0.39653 0.34875 0.75706 -0.51235 0.22842 -0.79009 -0.22223 -0.48396 -0.25302 0.59968 -0.90321 0.31011 0.34523 0.88482 1.26971 0.83455 0.00445 0.45998 -0.1325 -0.10222 1.07382 -0.24277 -0.98429 -0.39273 0.49902 1.97477 -0.30608 -0.72943 -0.34886 -0.95478 -0.1713 1.34999 0.42462 -0.65115 1.18542 0.48697 0.49498 -0.66663 0.315 -1.60868 0.29345 -0.49229 -0.3767 -0.3575 -0.83839 0.31175 -0.21602 0.09629 -0.32598 -0.66512 -0.08648 -0.07904 1.01989 -1.92891 -0.14397 -0.17782 -0.04726 -0.99241 0.38124 -1.56979 0.32779 -0.13853 0.92211 0.16204 -0.5249 0.64325 -0.22481 0.60116 0.64066 -0.76292 1.16729 -0.52697 -0.3343 -0.38148 -0.07273 1.11644 1.25121 0.25162 0.15976 0.14142 -0.48515 0.11614 0.03252 1.02496 -0.66992 1.19723 -0.42959 -0.5958 0.63224 0.01832 -0.20428 -0.58709 -0.59303 0.37967 0.26317 -0.12229 -0.90347 -1.26965 -1.39808 0.14092 1.01226 0.70426 0.59843 -0.03298 0.41764 -0.80571 0.00295 -0.1477 0.38958 0.35286 0.83565 -0.51275 -0.33351 0.4078 -0.78742 -0.53393 -0.51573 -0.67907 0.38105 0.57402 0.63226 0.09337 0.01199 -0.12176 0.26536 0.70597 -0.60399 -1.0237 -0.47181 0.44948 0.95782 -0.00621 0.4229 -0.62319 -0.55623 0.06644 -0.82543 -0.06995 -0.43505 0.37066 0.35584 0.50232 0.86732 0.48939 -0.20734 0.36338 -0.60373 -0.05248 -0.46319 -0.15194 0.40207 0.09028 -0.93424 -0.38664 0.47221 1.69001 0.56052 0.02312 -0.35294 0.05352 -0.68988 -0.54009 0.41416 0.94648 -0.84845 -0.01863 1.29611 -1.24983 0.59378 -1.27364 -0.58996 -1.57232 0.54325 0.36687 0.47723 -0.98841 -0.42047 -0.33799 -0.50428 -0.63525 0.67489 0.23472 -0.77093 -0.29678 0.24371 1.33296 0.34869 0.23674 1.35154 -0.75439 -0.26769 -0.80994 0.11708 0.83483 0.55797 0.81718 -0.4385 -0.28621 -1.48641 -0.24684 0.11506 0.58378 0.57267 0.53494 0.1988 -0.17489 -0.43928 -0.5729 1.064 -0.85745 0.72366 -0.02531 0.90848 0.76193 -0.98051 0.49285 -0.25092 0.06569 -0.21678 -0.15965 -0.86717 -0.36643 -0.08691 -0.86811 0.91176 -0.69774 0.74711 -0.73718 0.03888 -0.29319 0.50123 -0.77352 0.55204 0.76775 0.44642 -0.49855 0.10878 -0.02441 -0.41248 0.35534 -0.83513 -0.89077 -0.04423 -0.28779 1.82847 0.65162 -0.90435 0.50595 -0.46407 0.47301 0.31484 -0.64966 -0.86208 0.85966 -0.94127 -0.62741 0.01021 -0.04306 0.77862 0.10844 0.58101 0.43925 -0.51612 -2.14164 0.42621 -0.00204 -0.10406 -0.3505 -0.2158 -0.55248 -0.05754 0.49521 0.66459 1.78295 -0.04432 0.58751 -0.6602 -0.36447 -0.57914 0.09557 0.5986 -0.47293 -0.22646 -0.70908 -0.39134 0.76706 -1.54634 1.24739 0.22165 0.67304 0.14048 -0.1545 -0.59168 0.32035 -0.85105 0.50012 0.59372 0.288 1.0202 -0.84414 0.28161 -0.67795 -0.11412 -1.03059 0.12037 -1.4826 -0.2467 0.185 -0.55157 0.00251 -1.10663 -0.85035 1.02499 -0.41321 -0.74132 0.27687 -0.79759 0.93762 0.87787 -0.32687 0.53575 -0.46636 0.1857 -0.65227 -0.85997 -0.42368 0.23528 -0.57711 1.07529 0.97825 -0.69362 -0.05089 0.40509 0.89015 -0.47041 0.16304 0.43832 -0.3117 -0.89347 0.16296 0.85176 0.89813 1.20562 -0.68386 0.11624 0.7997 0.40334 -0.2823 -0.01204 -1.04982 1.39054 -1.28024 -1.55734 -0.40499 -0.1121 1.31185 -0.02694 0.19441 -0.3568 -0.23113 0.2289 -0.53673 -0.17295 0.59924 -0.09814 -1.358 0.42185 -0.92972 -1.00076 0.27751 -0.2521 0.18145 -0.15165 0.64015 -0.13964 -0.60454 0.88734 -0.88945 -0.5902 0.1972 -0.77049 -0.41893 1.014 -0.68353 1.17067 0.45977 0.82332 -0.10582 0.26254 0.46156 0.51319 0.98461 0.27725 -0.33022 -0.79069 0.07117 0.48569 0.31931 1.3545 -0.64324 1.73411 -0.76588 -1.35371 0.34114 -0.39066 1.30281 0.48255 0.04991 -0.18311 -1.34345 -0.10204 0.20084 0.15952 0.12154 -0.34731 0.73756 -0.20772 -0.66068 -0.2539 0.81038 -0.50337 -0.24239 0.80117 0.58818 -0.55755 -1.15383 -1.49293 0.35483 0.17396 1.19037 0.50448 0.80733 0.33692 -0.00794 0.71098 0.47878 -0.6167 0.13717 0.52254 -0.10181 -1.1155 0.08986 -0.48982 0.6807 -0.45531 -1.1451 1.36424 -0.02407 0.18082 0.24567 0.533 0.97314 -0.05186 0.29465 0.74348 0.64147 0.05664 -0.96306 -0.02587 1.07223 -0.77566 -0.17199 -1.39247 1.22128 0.27235 -0.5138 0.46475 0.0857 -0.62003 -0.47507 -0.14834 0.10149 -0.16684 1.3292 0.55892 0.6742 0.84229 1.08518\nÙ -0.23646 0.04848 -0.42794 1.36286 0.63074 0.78464 -0.84707 0.32911 0.93932 -0.63604 -0.06347 -0.21381 -0.55614 -0.06209 -0.30005 -0.29364 -0.08639 -0.57711 1.10283 -0.46016 1.29979 0.21468 1.92629 -1.54741 0.44769 0.46959 -1.30903 -0.35326 -0.29931 0.86072 0.84012 0.30953 0.56743 0.25428 -0.81843 -0.88539 -0.49434 -0.96188 -0.82066 0.03792 0.76562 0.0915 0.42827 0.41676 0.59163 -1.26414 -0.60508 0.00609 0.82699 -1.27717 -1.56609 0.4615 -0.07644 0.17299 -0.30804 -0.39957 -0.4543 -0.49219 0.7802 0.44896 0.38103 1.52437 -0.60632 0.39584 0.20227 0.39665 0.24879 1.01411 0.36453 -0.17137 -0.78065 -0.22335 0.20817 -0.05008 -0.77946 0.31784 -1.01843 -0.19841 0.35798 0.32848 0.03335 1.36767 -0.47373 0.23549 -1.51418 0.44954 0.29783 -0.73029 -0.62783 0.57819 0.46594 -0.61572 -0.06437 0.1613 -0.7055 0.56956 -0.28086 -0.09108 -0.47509 0.5329 -0.32906 0.01474 -0.84917 0.49169 0.80632 -0.92525 -0.64953 0.26773 -0.13221 -0.42933 0.41783 -0.43848 0.02978 0.29493 0.32497 -0.62774 -0.35609 0.07377 0.97933 0.05405 -0.0565 0.75185 0.13982 1.1463 1.00889 -0.21243 -0.25088 0.07569 0.65882 0.28062 -0.66081 -0.75474 0.27805 0.35665 -0.48862 -0.75508 0.09722 0.70167 0.2456 -0.1654 0.2601 0.44902 0.47814 0.11361 0.38158 0.09114 -0.44798 0.33674 -0.15716 0.19763 -0.61102 0.93536 1.09003 0.11615 1.54837 0.20933 0.26179 0.74378 1.04158 0.11965 0.54814 0.08582 0.30869 0.62922 -1.02608 -0.47348 1.18675 -0.27665 -0.11675 0.27565 1.06522 -0.75636 -0.6528 -0.67602 -0.27134 -0.84605 1.07122 -0.35236 0.51504 0.02367 -0.06671 -0.05158 -0.33443 1.12573 -1.37905 -0.1567 -0.40031 1.04773 -0.41376 1.06715 -0.64219 -0.66386 -0.34035 -0.16019 1.27395 0.47466 -0.45234 0.06174 0.18326 -1.30576 -0.20495 -0.30722 0.18869 -0.36711 1.02771 -0.92549 0.29682 0.64511 -0.91871 -0.47766 0.89221 1.27503 -0.61775 0.69055 -0.89173 1.38765 0.43864 0.84654 -0.00169 -0.34247 -0.44682 0.21033 -0.28153 1.45801 -1.27076 -0.09595 -0.40976 0.64639 0.71083 -0.26433 0.36839 0.25452 -1.13506 -0.47126 0.44231 0.23626 -0.39818 0.25672 -0.19532 -0.86108 1.43056 0.42704 0.11547 1.09036 0.68024 -0.079 0.46539 0.08213 -0.61106 0.60009 -0.05301 -0.60334 -0.0889 -1.1872 1.35327 -0.31494 -0.32328 1.40691 -0.74411 -0.83948 -0.5836 -0.24239 -0.51401 -0.64812 0.71073 -0.0697 -0.1583 -1.18039 -0.03607 0.84065 0.63147 0.24554 -0.10338 0.82118 0.43529 0.02285 0.95421 0.77334 0.66558 0.44426 -0.8616 0.43937 -0.10314 -0.22763 0.42759 -0.65187 0.48283 -0.08901 -0.28845 -0.40465 0.70297 0.45563 0.99611 0.64245 0.10745 0.71502 0.3508 0.60746 0.81749 0.10629 -0.10922 0.926 -0.11977 -1.11669 -0.34887 -0.66019 0.72852 1.15514 -1.37788 -0.21297 -0.18051 0.71216 -0.627 -0.49325 -1.03677 0.27528 0.33485 -0.23084 -0.68083 0.2808 -0.16504 -0.86349 0.11777 1.17766 0.54119 -1.00311 -0.42142 1.27638 -0.94098 1.0529 1.30264 -0.69367 0.35297 -0.66726 0.86838 -1.0748 -0.21447 -0.71868 0.15486 -0.03102 -1.18396 0.52987 0.07108 0.19254 0.12881 0.92114 0.37256 -0.32468 -0.39219 0.47638 -0.22572 0.81588 0.12508 0.645 0.55336 0.3051 -0.72326 -0.08305 -0.92088 -0.14388 0.42435 0.94167 -0.36906 0.26154 0.56618 -0.26797 0.3149 0.08784 -0.13865 0.49281 0.49797 0.03785 -0.53483 -0.99902 -0.26976 0.41501 0.91108 -0.40199 -0.51195 0.25007 0.96433 0.33982 -0.63069 0.14024 -0.59471 -0.7943 -0.23009 0.10468 0.13722 -0.30279 -0.15893 -0.01065 -0.30963 0.52291 0.69479 -0.55129 -0.26261 0.70215 -0.62671 0.61445 0.23535 -0.14607 -0.0851 0.60728 0.14102 0.42137 0.0069 -1.17936 1.09495 -0.50292 0.20262 -0.61734 0.20038 0.8969 0.0153 0.82072 -0.6275 1.13965 0.64859 0.40216 0.18198 0.37107 0.18093 -0.44992 0.8347 -0.8863 -0.30233 0.68909 0.06318 0.81123 0.87033 1.0432 0.31035 0.39968 -0.46497 -0.2257 0.05041 0.07863 -0.34654 -0.77664 -0.40714 -0.72493 0.13854 -0.6186 -0.60553 0.73084 -0.04314 0.97256 0.76157 0.3552 0.61528 0.61192 -0.52327 0.14162 0.06584 0.59417 0.00059 -0.65521 0.11064 0.4953 -0.57321 0.25646 0.37331 0.10623 0.51203 -0.32104 -0.295 -0.3068 0.29418 0.15149 0.35051 -0.01397 0.67649 -0.00756 0.55368 0.25642 1.45556 -1.51338 0.52552 0.05395 0.37621 -0.69324 -0.9108 -0.53242 0.23937 0.71127 0.94888 0.07347 0.39686 -0.68385 0.44639 0.3287 0.22277 -0.95138 1.01632 0.95251 -0.49134 -1.49515 -0.44201 0.85114 0.62579 -0.3528 -0.89565 -0.02253 -0.31088 0.04455 0.11487 1.3119 -0.02827 -0.57252 -0.10148 0.13486 0.06465 -0.13172 0.0009 0.83221 0.57835 -0.71775 -0.97804 -0.46809 0.32864 -0.90824 -0.35732 -0.36865 -0.55876 -0.16629 -0.2431 -0.37423 -0.42475 -0.31099 0.1565 0.60475 0.41812 0.5931 0.17144 -1.58576 0.33488 0.3339 0.28782 -1.26744 -0.36142 0.76457 0.32715 0.00206 -0.12761 0.62318 -0.66681 -2.14546 -0.42152 -0.83966 -1.43287 -0.59751 0.43331 -1.30926 1.22601 1.06786 0.97177 -1.12474 -0.69185 0.50262 0.12605 -1.23441 -0.11415 0.24179 -1.09471 0.62518 -0.41766 -2.36763 -0.21128 -0.62628 0.08595 0.068 0.24718 0.15404 0.78839 0.47313 -1.10872 -0.63926 0.05714 0.63071 0.89972 0.15763 0.85613 0.22163 0.65701 0.91122 -0.84758 0.61654 -1.01138 -0.06396 0.27158 0.78256 0.12038 -0.43688 -0.23084 0.6501 -0.60654 0.11376 0.03715 -1.11069 -0.81487 0.07646 0.68685 -0.32273 0.40105 -0.03355 0.31237 -0.9105 0.05928 0.82321 -1.87104 -0.01883 0.03527 1.02064 -0.35939 -0.09551 0.65576 0.67127 -0.31285 0.32247 0.73871 -0.49513 0.50316 -0.3658 -0.4769 0.07865 0.09936 -0.83343 -0.5576 0.22412 0.6912 -0.40949 0.46985 1.05721 -0.17606 0.22936 -0.31127 0.94854 -0.41343 -0.27346 0.74715 -0.41256 -0.94294 -0.31015 0.66239 1.14213 -0.63038 -0.64217 0.35541 1.22283 -0.50787 0.6694 0.56728 0.19437 0.21262 -0.23873 0.48475 0.10549 -0.57611 -0.59975 -0.6665 0.04874 -0.11436 1.57244 0.80267 0.19026 0.15263 -0.14857 0.5828 -0.66797 -0.12808 -1.04255 0.75884 0.54778 0.97204 0.62832 -0.16024 -0.82269 0.58184 -0.78384 0.78959 -0.18691 -0.05453 -1.06497 -0.68676 0.34816 -0.63762 -1.01213 -0.20503 0.34437 -0.07763 -0.50138 0.44363 -0.71438 -0.84039 0.54589 0.33214 0.16405 -0.52056 0.53775 -0.24214 1.13045 0.1403 -0.12557 -0.18884 -1.44316 -0.18171 -0.04324 -0.13576 -0.29522 -0.71979 -0.74968 1.3449 -0.44227 0.36027 0.26908 0.62576 0.36346 0.51795 -0.52205 -0.4488 0.23794 1.16337 1.15847 -0.21934 1.38078 -1.21164 1.28506 -0.13125 0.88275 -0.3449 0.3488 -0.26711 -0.85871 0.65318 0.85886 -0.89262 -0.26323 -0.28623 -0.09223 -0.25609 0.08876 -0.23821 -0.0876 -0.94848 0.01814 0.68201 -0.00761 -0.55047 0.59961 -0.84616 -0.35198 0.54084 0.0718 -0.39592 0.38898 0.80706 1.03624 0.28433 0.71065 -0.51199 0.39612 -0.26105 -0.20521 -0.61054 -0.16871 -0.52377 -0.31486 -0.69656 1.11668 -0.53618 -0.11362 -0.50714 -0.29783 -0.8731 -1.15487 0.15781 -0.23611 0.65184 -0.31393 0.22321 0.7957 0.27124 -0.45477 -0.43924 -0.39572 -0.24749 -0.10896 1.33946 1.08772 -1.42212 -0.41448 0.08065 0.2698 -0.18029 0.68937 0.35972 -1.13703 -0.05164 -0.08993 -0.23944 0.04708 -0.32866 0.35457 0.82884 0.07344 -0.28602 0.38442 1.34675 -0.2494 0.20037 -0.22573 0.49751 0.76238 -0.64141 -0.15992 -0.32482 -0.85237 0.51972 1.02156 -1.39172 -0.0957 -1.025 0.58761 -0.63465 -0.5449 -0.70272 -0.12793 0.9625 0.08235 -0.01583 -0.57764 0.11864 -0.69817 -0.66362 1.09517 0.02055 -0.46649 0.83562 0.57562 -1.02415 0.0611 0.0714 -0.36539 0.88663 -1.88736 0.44763 -0.36901 -0.58211 -0.45828 -0.78722 0.81204 -1.28909 0.35785 -0.28179 0.25682 0.99341 0.7012 0.56799 0.5391 -0.0858 -0.51635 0.44138 0.92658 -0.05189 0.76833 0.10055 1.08217 -0.27281 0.21555 -1.17595 -1.35029 0.89526 -0.58955 0.60699 0.14151 0.48535 1e-05 0.33949 0.49914 -0.42776 0.7067 -0.42926 -0.40516 -0.92233 -0.34183 -0.09916 -0.37327 0.98402 -0.18014 0.49522 -0.49998 -0.17117 0.51326 -0.65696 1.12532 -0.84441 -0.41175 0.41953 0.37695 -0.43788 -0.40833 -0.20204 -0.31927 -0.4057 0.32696 0.39594 0.21324 0.10934 0.16238 -0.07344 0.05925 -0.68691 -0.60308 0.09732 0.36029 -0.53096 0.50074 -0.31669 -0.06129 0.75773 -0.44479 -0.29941 -2.2288 -0.7627 0.43518 -0.16862 1.14867 -0.45932 1.10843 0.26072 0.14092 0.20557 -0.4701 0.5861 0.30159 1.5669 -0.23202 -0.1481 0.47571 0.2734 0.30457 1.60397 0.28946 -1.11207 -0.55078 0.6877 -0.08712 -0.01391 0.27954 -0.36716 -0.60965 0.54189 -1.28055 0.31755 -0.4151 -1.70994 0.94697 0.12735 0.58492 1.00384 0.94205 -0.43844 1.00726 -0.15808 -0.0779 0.67258 0.91941 -0.01732 -1.59183 0.10341 0.30953 0.25439 -0.15216 -0.43495 -0.49354 1.26876 -0.03357 -0.30458 -0.71324 -0.28391 0.19209 -0.28769 -0.21375 0.07638 0.08345 -0.60126 1.16284 0.37529 -0.7551 0.55928 0.05831 0.47504 -0.50336 0.24491 0.24088 1.04918 -0.03181 0.33997 -0.08227 -0.05319 -0.47758 0.074 0.20577 0.19162 -0.99686 0.87411 0.05506 -0.00676 -1.08959 0.65347 -1.01885 0.26385 0.54558 -0.61049 0.10025 0.42255 -0.17607 0.08905 1.8842 -0.63975 -0.75821 -0.20439 0.41017\nÓ 0.04918 -0.35175 -0.18839 -0.2131 -0.01045 1.18751 -0.54955 -0.47042 0.85136 -0.57671 0.07483 -1.25716 -0.01833 -1.35584 -1.09829 0.90442 0.21247 -0.59857 0.34329 -0.90514 0.91682 0.36572 1.07346 -0.22886 0.75887 0.90184 -0.5245 -0.20906 0.57494 -1.11532 0.47541 0.97303 -0.78413 0.30136 -0.51267 0.25456 -0.56938 -0.64415 -0.4673 -0.11731 0.3616 0.77578 0.21446 0.16778 0.31365 -0.22006 -0.97338 -0.2029 1.19605 0.39543 0.24893 -0.86133 0.20504 -0.18412 -0.37331 -0.44608 -0.60152 0.39422 -0.68856 0.35855 -0.13811 0.1084 -0.23015 0.44294 0.83912 0.29003 0.72413 -0.30039 1.5261 -0.44751 -0.08626 -1.30308 1.96043 0.2178 -0.57595 0.20705 -0.94291 -0.02246 -0.66313 -0.02655 -0.11717 1.91098 -0.54765 0.01263 0.04152 0.23875 0.55057 -0.85558 -0.22992 0.13919 -0.10375 -0.37552 0.43781 0.80661 0.0213 1.13614 1.26734 0.09755 -0.2107 0.80472 -0.19457 0.90415 -0.89417 0.34404 0.92483 -0.69308 -0.99714 0.08923 -0.66138 0.37717 0.18727 0.24631 -0.48947 0.89251 -0.93239 -0.35921 -0.16203 -0.17101 0.11946 0.63528 -0.78422 -0.16125 -0.07783 0.25347 -0.12128 -0.50239 -0.67813 0.89494 -0.42252 -0.88628 -0.23055 -0.91116 0.67415 0.54877 -0.31446 -0.32027 -0.03382 0.95562 -0.46618 0.11086 0.46764 0.61946 0.58018 -0.99164 -0.57173 0.75158 -0.01155 0.80599 -0.02694 -0.17366 -0.69953 -0.29535 -0.18282 0.00188 1.28551 -0.08656 -0.4922 0.6012 0.53671 0.29933 0.95744 -0.79097 0.28776 0.25277 -1.21248 -0.66364 0.71944 -1e-05 -0.33027 -0.04296 0.05458 -0.73501 -0.67146 0.43852 0.14627 0.72111 -0.10324 -0.09884 0.48945 -0.46847 -0.82337 -0.63195 0.02481 -0.5749 -0.60794 0.56103 -0.70421 1.51646 0.09132 -0.45176 -0.2346 0.47439 0.01593 -1.09451 0.41367 1.31203 -0.80677 -0.15957 -0.71283 -0.29766 0.59806 -0.23368 -0.13586 -0.01416 -0.54199 -1.58548 -0.09655 0.31337 0.33404 0.09089 0.10821 0.79531 0.54423 0.63613 -1.64572 0.96875 -0.26812 0.10528 0.27456 1.12681 -1.09388 -0.38111 -0.22381 0.45373 -0.2747 0.31673 0.96432 -0.53391 0.74492 -0.13293 0.2897 -0.58452 -1.47363 0.21041 -1.07609 0.55528 -0.04946 0.32081 0.0232 -0.77476 0.52351 -0.38267 1.22206 -0.03613 -0.44432 0.07941 -0.02079 0.38688 -0.01478 0.30053 0.7781 -0.27746 0.22312 0.81834 0.57079 -0.84919 0.65357 0.92236 -0.67165 0.33218 -0.443 1.34344 -0.38619 0.47666 0.45108 -0.39885 0.86238 -0.35427 -0.75837 0.41236 0.74788 -0.36801 -0.29626 -0.87487 0.24098 -0.60105 0.14386 1.0007 0.69617 0.39786 -1.28971 0.36679 -0.13053 -0.6463 0.17359 0.02405 0.11567 0.01205 -0.46138 0.60326 0.36668 0.80205 0.3624 0.33909 0.0844 0.01091 0.46209 -0.4563 -0.04486 -0.24976 -0.11149 0.58174 1.87066 -0.59849 0.53944 0.11364 0.67789 0.94229 -0.27295 -0.2161 -0.41155 -0.59163 -1.00011 0.92434 -1.41526 -0.28466 -0.13289 0.75379 -0.90486 0.15979 0.25692 0.94663 -0.33577 0.87774 0.97728 -1.63866 -1.64507 -0.3659 -0.32469 1.33237 1.65278 -0.57536 0.25614 -0.38701 -0.30056 -0.56195 0.32791 -0.04257 0.58424 -0.84586 -0.86819 0.09664 -0.29099 -0.27773 0.6926 0.36455 0.19691 -0.45411 0.10111 0.17063 0.11714 0.40001 -0.01933 -0.18879 0.42012 0.54151 0.05387 -0.37501 -0.24294 -0.57823 0.61231 1.30884 0.29853 -0.59652 -0.69549 0.13357 0.44949 -0.26651 -0.14649 -1.07133 0.10541 -0.1088 -1.07326 -0.41089 -0.64115 0.68967 0.292 -0.51619 0.573 0.32328 0.82598 0.18722 -0.10662 0.23943 0.18913 -1.48444 -0.37308 0.31786 0.01383 -0.17471 0.47006 -0.53894 0.15434 0.25138 0.23922 -0.02435 0.16096 -0.18463 -0.78181 0.03999 -0.30677 -0.59766 0.21465 -0.03071 -0.47034 -0.40677 -0.22345 -0.62388 0.88158 -0.29263 -0.10508 -0.4807 0.26345 0.46604 -0.48413 -0.24441 -0.29935 0.94344 0.17819 0.19747 0.69162 -0.72515 0.0006 -0.42385 0.66353 -0.51076 0.25881 -0.70307 0.50044 0.50462 1.17282 1.31895 1.07193 1.06643 -0.04724 -0.70938 -0.61658 0.73184 -0.36097 0.02536 -0.06936 0.33002 0.02707 -0.71034 -0.03161 0.4933 -0.02779 0.26838 2.58385 -0.01068 0.33108 0.4066 -0.66268 0.13542 0.38318 0.03114 -0.26781 -0.27012 -0.34879 0.93032 -0.58295 -0.21891 0.25562 0.32651 0.60864 0.02422 -0.65713 0.65706 1.46938 -0.65826 0.67806 0.11948 0.83275 0.68326 0.0319 0.08846 0.48555 -0.33199 -0.54263 0.51277 1.07789 0.30946 -0.55663 -0.0678 1.8028 0.45109 0.04297 0.8716 0.00246 -0.8087 1.15951 -0.1104 0.1471 0.28552 -0.42084 0.80838 -0.41004 -1.07803 -0.15338 0.31134 0.36138 -0.45867 -0.73288 0.21635 -0.43145 -0.62297 0.05303 1.35901 -1.31873 0.02416 -0.32601 -0.66083 0.61297 -0.7164 -0.18707 1.16632 0.49988 1.9118 -0.12866 -0.92081 0.8317 -1.34858 0.03526 -1.57945 -0.53166 -0.35108 0.57146 0.61398 -0.85389 0.39894 0.18509 1.32302 -0.29051 0.11679 1.49302 -0.61791 1.11069 0.84031 -0.1076 -0.48362 0.36844 0.22445 0.37442 -0.0838 -0.58153 1.29809 -1.18591 -0.23293 -0.33345 -0.26146 -0.44235 0.67591 0.14283 -0.43093 0.2181 0.95063 0.07069 -1.13677 0.12555 -0.40809 0.39588 -0.87801 -0.32356 -0.71851 -0.9493 0.09513 -0.777 -0.96093 -0.43005 0.31965 0.51369 -0.72127 -0.46305 -0.61667 1.86399 0.26757 1.20042 0.73456 0.19427 0.18076 0.94373 -0.60132 0.83491 -1.11701 0.61443 1.32373 -1.29319 0.70236 -0.34725 0.10708 0.42758 0.48509 -0.07829 1.66519 0.54128 0.67198 -0.23776 0.3037 0.51955 -0.32468 0.0279 0.34156 0.09452 -0.34488 0.79793 1.61957 0.03203 1.81791 1.20422 -0.01445 -1.12528 0.06197 -0.05385 0.9039 -0.2069 0.16834 0.91181 -0.06605 -0.10276 1.07362 -0.23061 -0.40236 0.48769 0.3777 -1.28752 1.09353 -1.52556 -1.41732 -0.00208 0.73959 -0.10621 -1.25353 0.70116 -0.21562 -0.59006 0.70445 -0.38532 -1.77785 -1.28341 0.26562 1.43033 -1.09697 -0.31096 -0.75769 1.16758 0.6085 -0.46151 0.59738 -0.46993 2.2837 0.04882 0.31554 0.32146 1.64576 -0.54213 1.03774 -0.3179 1.28775 0.51108 -0.01523 -0.25418 -0.55268 -1.27288 0.62445 -0.07837 0.57542 1.01614 -0.67811 -0.58455 -0.04836 -0.39834 1.15922 0.98528 -2.01922 0.71064 0.51406 -0.30066 -0.67529 1.68634 -0.62596 -0.10003 -1.05349 0.19617 -0.90948 -1.8152 -0.80084 0.36115 0.88902 -1.51489 1.03983 0.09209 -0.84638 -1.07434 -1.42498 -0.93845 -0.43515 -0.60414 1.36533 -0.8943 0.61637 0.39158 0.559 0.54433 0.75752 -0.08562 -0.62259 0.67687 0.83471 -0.79455 1.04246 -0.44404 0.2553 1.17005 -0.48516 0.03599 0.12591 -0.62959 -1.03481 0.17291 0.26892 -0.5098 0.6737 -1.01136 0.9036 0.99744 0.92918 -1.43293 0.54777 -0.89661 0.16159 -0.44782 1.24088 -1.40252 0.67171 0.86209 -0.29646 0.87606 0.07546 1.27792 -0.71438 0.62969 -0.45795 -0.20473 -0.83455 -0.63878 0.92719 -0.06825 -0.55328 -0.84033 0.84439 -0.82926 -1.70824 -1.2258 0.98658 0.1354 1.34721 0.04691 -0.359 -0.16812 1.60989 -0.77802 0.13265 0.54958 -0.97405 -0.00679 0.66133 -0.46281 -0.41837 -0.49579 1.51182 -0.69103 -1.7468 1.18271 0.90228 0.04567 -0.45023 1.37835 -0.77108 0.33546 -0.93733 0.49488 0.99655 0.58209 -0.50787 -0.86803 -0.73703 0.20488 -1.5941 -0.06269 0.51337 0.21193 0.08863 -1.29066 1.18712 -1.56697 1.09448 -0.10115 0.09506 -0.0193 0.7167 0.27384 -0.01728 -0.57125 1.24449 1.08636 -0.04234 -0.65987 0.87497 0.64239 0.12765 -0.53911 -0.36431 0.12831 1.27781 0.46785 0.12057 -0.59227 0.72246 -0.5395 1.04023 -0.84022 -0.10803 0.63911 0.35145 -0.59187 1.71892 0.22278 0.08233 0.86336 -0.26078 -0.6067 -0.79207 -0.23775 1.53537 -0.06309 1.57853 0.76243 -1.58584 0.3372 0.45004 -2.07454 1.22581 1.508 -0.56097 0.59607 -0.78877 0.36989 -0.37967 1.8692 -0.27283 0.53688 0.27179 -1.07326 0.45175 0.97935 0.35508 0.55153 1.56507 1.35845 0.54469 0.287 -0.6966 -0.45428 0.37048 -0.66895 -0.54795 0.92431 1.21997 0.17228 0.93955 -0.14136 -0.66235 1.05111 1.70445 0.17207 0.04431 -0.24685 0.65647 0.17152 0.45226 0.19249 -0.1698 -0.59744 -0.33083 -0.01547 0.18123 -0.80281 -1.10022 0.38848 -0.80862 0.42562 -0.43599 1.16613 0.48277 -0.66851 -0.56518 0.04372 -1.9048 -0.06876 0.53258 0.00855 0.02284 1.30544 -0.89582 -0.40432 0.51534 1.11265 0.15073 -0.14724 -0.34397 -0.99171 0.16431 -2.00838 -1.47761 0.17614 0.36495 -0.85684 0.3704 -0.88122 -1.02222 0.9817 -0.27477 0.5372 -0.94792 -0.20143 -0.19199 -0.58846 0.4611 -0.91526 1.16952 -0.1586 -1.3268 0.89215 -0.70616 -0.15942 0.41702 0.56824 -0.47784 1.411 0.05959 0.81948 0.87938 1.43658 0.76009 0.20447 0.27718 -1.02363 -0.86679 1.11603 -0.22633 -0.7633 -0.07378 0.11038 -1.09938 0.33169 -1.06426 -1.86265 1.34787 0.87854 -0.07109 1.71966 -0.92789 -0.45272 0.33976 -0.36994 -0.8789 0.01164 -0.84936 -1.23041 -0.53982 0.29758 1.49666 0.00643 -0.01038 0.33704 0.44774 -0.22789 -0.13646 -1.76693 -0.46844 1.26302 -0.77117 -1.08814 0.05422 1.07934 0.7644 -0.24037 -0.13326 1.26548 0.04474 -0.20008 0.55472 0.00901 -0.33754 0.00884 0.25181 1.00503 -0.0444 -0.08054 1.46807 0.57732 -0.4344 1.52452 -0.49741 -0.38116 -0.54127 -0.4628 -0.68925 -0.9648 -1.38925 0.45675 -0.15797 1.05389 0.6877 -0.28802 0.20777 0.02383 -0.05832 0.30591 0.42292 -0.57073 -1.20365 -0.81067 -1.42312\nỀ 0.19571 -0.42401 -0.38648 -0.19347 -0.18659 1.65329 -1.02554 -0.34014 1.12149 -0.49125 0.80725 -1.98196 -0.7475 -0.25486 -0.40113 0.09231 0.07087 -0.29456 0.04459 -0.7726 0.15583 0.72344 1.65876 -0.19256 1.5253 0.22248 -0.18876 -0.36401 0.3567 -0.19279 0.45576 0.24599 -0.09038 0.10803 -0.48772 -0.19052 0.46914 0.49553 0.14589 -1.03304 -0.52292 -0.8629 -0.48666 1.18326 0.08859 -1.78406 -0.44309 0.09643 1.7839 -0.67804 -0.11207 -0.58856 -0.25791 -0.10739 -0.38453 -0.64273 -0.1287 -0.22657 -1.05487 -0.8983 -0.76779 0.56591 0.61255 -0.07639 1.66739 0.37265 -0.42878 -0.48984 0.59758 0.26373 0.4494 -1.96646 1.70021 -0.90932 -1.11174 -0.77827 0.20846 -0.15533 -0.27589 -0.39458 -0.28488 1.85191 -0.73009 0.93893 -0.81706 0.64938 0.69648 -1.46867 -0.56919 -0.18657 0.80639 -0.03609 0.3997 0.33899 -0.4629 1.87821 1.78959 -0.07924 -0.39658 0.48542 0.74022 0.51041 -0.16614 0.21972 0.6084 -0.85313 -0.21601 -0.56735 -0.64814 -0.67415 0.29041 0.15994 -1.01587 -0.19005 -1.20889 -0.22681 0.65548 -0.40802 0.03122 -0.54693 -1.28303 0.69109 -0.33931 0.80897 0.69901 -0.72305 -0.45082 0.41626 0.72224 -0.18512 0.01388 -0.91754 -0.04158 -0.87493 -0.19529 -0.35355 0.65748 1.13276 0.51858 -0.69867 0.65335 1.27899 -0.14884 -0.34343 0.21471 1.41966 0.45593 1.07409 -0.10378 -1.51194 -0.63084 -0.86418 -0.27241 0.65841 0.26771 0.02609 0.33859 0.63968 0.90129 1.22633 1.8238 -0.85557 0.14788 0.00634 -0.31453 -0.87625 0.28567 -0.28741 0.29538 -0.60768 1.50454 -0.46455 -1.96351 -0.76819 0.93988 0.79724 1.2708 0.39237 0.65033 -0.74552 -0.64052 -1.21015 -1.05733 -0.09861 -0.28584 0.00597 -0.71606 0.78597 -0.41919 -0.4197 0.36013 -0.39343 0.95088 -0.05791 0.49225 0.74301 0.20724 0.22576 -1.45859 -0.39258 1.38787 -0.84623 -0.10443 -1.14252 0.53379 0.08201 -0.14903 -0.21929 -0.5512 0.16961 -0.031 -0.0428 0.07525 0.50685 -1.45363 1.04229 -0.64638 0.31424 -0.41922 0.58111 -1.78178 0.13163 0.50246 -0.38891 -0.91923 -0.23689 -0.54852 -0.18473 0.1603 0.01376 -0.69214 0.04735 -1.57493 -0.24503 -0.08704 0.65368 -0.49382 0.2254 -1.2032 -1.05897 -0.3654 -0.55836 0.52694 0.78916 -0.9459 0.11647 0.13732 0.62677 0.00897 0.89516 0.88319 0.04744 1.08587 -0.48112 -0.06376 -0.69707 -0.10724 1.63313 0.46472 -0.3465 -0.04505 0.5795 0.21871 0.52515 -0.40003 0.22936 0.87012 -0.68315 -0.5218 0.61291 1.27209 -0.78364 -0.66193 -0.89924 -0.57983 -0.20701 0.64713 0.12413 0.42912 -0.49781 -0.4555 0.63534 0.38758 -0.9209 0.78818 0.28732 0.2668 0.46286 0.5522 -0.11946 0.28508 0.18318 2.17745 0.76866 -0.43014 0.06265 0.15299 0.37831 0.10944 -0.05999 -0.23242 1.08939 1.48823 -0.58805 0.59095 0.88256 0.62524 1.09257 -0.4222 -0.18997 1.16549 -0.81536 -0.1869 1.48971 -0.6633 0.19348 0.17621 0.2905 0.48027 0.02216 -0.66265 0.88275 -0.03297 1.44888 0.22551 -0.67457 -0.49146 0.361 -0.6061 1.61658 1.82867 -1.10374 -0.12808 -0.45893 -0.78758 -1.16987 1.14787 0.29156 0.64961 -1.25235 -1.17224 -0.24055 -0.02505 -0.44894 0.80854 -0.29143 1.62371 0.40843 -0.51917 -0.31823 0.46353 0.77666 -0.44489 -0.01433 0.3662 0.8191 -0.39371 0.16132 -0.01933 -0.31965 0.54593 1.17604 -0.0648 0.30508 -0.39095 0.11993 0.06718 0.21078 -0.41031 -0.30495 -0.30494 -0.3215 -1.41762 0.46268 -0.96283 0.57456 -0.30883 0.11192 -0.12224 1.50892 0.69739 0.86504 -0.43617 0.1606 0.42974 -0.69462 0.15023 -0.63849 0.11828 -0.07144 -0.00338 0.77633 -0.4221 0.16991 0.13507 0.53312 -0.60412 0.02701 -0.87954 0.45083 -0.87739 -0.30618 -1.32118 0.01557 -0.65307 0.35428 -0.26175 0.00259 -0.41843 -0.53108 -0.52219 0.78889 0.14985 0.0189 -0.6581 -0.10495 -1.83668 0.34837 1.43211 0.17994 0.20925 -0.82591 -0.27248 -0.26917 0.10565 -0.66072 -0.18788 -0.23992 0.93613 -0.07168 0.58338 0.93207 0.78208 1.08552 -0.14212 -1.12049 0.15429 0.08455 0.42867 0.05606 -0.51316 -0.55222 -0.41651 -0.30734 -0.60219 0.8204 -0.51371 -0.02743 0.9973 -0.42397 0.5677 -0.35913 -0.89757 0.37353 0.86409 -0.27836 -0.22646 -0.77449 -0.4357 -0.59971 -1.00881 0.45317 0.01101 1.01372 0.67314 1.2462 -1.45159 -0.18559 0.62811 -1.21233 -0.92298 -0.78817 1.12978 -0.98923 0.89495 -0.21578 1.69762 -1.27703 -0.09347 0.22084 0.71473 0.28995 -0.69891 0.26981 3.01227 0.72227 -0.39864 1.12288 0.21144 -0.98471 0.25976 -0.2464 -0.47615 0.48223 -0.19454 -0.35046 -0.1665 -1.28258 -0.09433 0.617 -0.69632 0.39121 -0.07924 -0.08096 0.51763 1.36621 0.26972 1.13072 -2.21759 0.20225 -0.42358 -0.73952 0.16076 -0.71238 -0.61617 0.1778 0.58122 1.58648 -0.15544 -0.79436 0.31072 -1.84868 -0.0797 -0.94505 -0.4397 0.40294 -0.17292 -0.36914 -1.04753 0.92775 -0.01471 1.1162 -0.26434 0.31957 0.84858 -0.79202 1.08832 0.69144 1.25368 -0.96885 0.83348 -0.27622 0.22765 0.08371 -0.08859 0.87379 -0.71257 -0.55163 0.0784 0.63069 -0.53167 -0.61659 0.57911 -0.99568 0.66468 1.02632 0.35672 -1.40444 0.82257 -0.24866 -0.29738 -1.41892 -1.0601 -0.47576 -0.10789 0.48822 -0.4826 -1.22428 0.53435 -0.31239 -0.37497 -0.92284 -0.6556 -0.97969 1.54117 -0.47345 0.83699 0.13312 0.73789 -0.10185 1.25942 -0.8625 -0.03466 -1.86356 0.81714 0.67552 -1.60211 0.60937 0.00924 -0.24824 0.92831 0.51801 -0.47762 0.9425 -0.26363 1.11699 -0.68063 0.44252 0.79756 -1.10281 -0.99372 0.15906 -0.21458 -0.70877 0.58858 0.75196 -0.19407 2.22237 1.6995 0.27146 -1.63612 -0.09337 1.36083 0.58478 0.18623 0.22553 0.26115 -0.19942 -0.54502 0.31828 -0.07999 0.42644 0.41896 0.20755 -1.91067 0.17798 -0.36499 -0.57666 0.36925 0.11093 0.47644 -1.07668 0.08338 0.38573 -0.11346 1.42251 -0.37218 -0.8664 -1.15192 0.92032 0.71081 -0.73244 -0.86235 -0.19305 0.42878 0.37081 -0.57885 -0.20796 -0.01783 1.37285 0.99574 0.35882 0.54695 1.34955 0.19861 0.05259 -0.27449 0.83407 0.81626 0.78548 -0.16085 -1.64879 -1.33114 1.00435 -0.15277 -0.49107 -0.67318 -1.58771 0.5119 -0.52977 0.01333 -0.25771 1.1264 -0.71586 0.44463 -0.22842 0.18464 -0.85154 0.31843 -1.16024 0.22055 -1.84523 0.41863 -1.06205 -2.01331 -1.01623 0.36376 0.74296 0.07067 0.90527 0.19193 -0.37523 -1.11583 -1.62741 -0.56783 0.11553 -0.19412 0.59083 -0.20786 0.06146 0.22848 -0.23032 -0.04408 -0.2336 0.01123 0.63425 1.05383 0.81919 -1.17013 -0.05344 -0.17265 -0.42751 0.32435 -0.95724 0.25728 -0.07475 0.03048 0.15214 0.05411 0.43649 -0.53055 -0.15003 -0.00608 0.37391 0.75961 0.41345 -1.49023 0.65422 -0.04074 -0.0908 -0.53527 0.72161 -0.97605 -0.3919 0.45981 0.50026 0.55477 -0.20523 0.4597 -0.71263 -0.38606 -0.27271 0.27274 -0.44346 -0.96901 -0.41359 0.33934 -0.18167 0.05184 0.25695 -2.00509 -0.94529 -1.66926 0.64331 -1.01641 1.02632 -0.56188 0.43566 0.47608 0.80283 -0.39295 0.38747 -0.45818 0.54965 0.85768 0.86103 -1.21862 -0.26555 -1.30788 1.21884 -0.065 -1.25083 -0.21083 0.71794 0.21997 -1.17643 0.56105 -0.31727 0.29502 -0.7994 0.90471 0.30677 0.54433 0.1307 -1.26012 -1.56422 -0.03151 -0.79491 -0.0951 -0.39319 0.25232 -1.21254 -0.51872 1.21147 -0.57675 1.34993 1.70264 -0.03701 0.54554 0.76431 0.44138 -1.11643 -0.53727 0.43626 1.42587 0.40872 -1.08209 -0.41306 2.00756 -0.10928 -0.44216 -0.0899 0.11851 1.40946 0.73664 -0.15691 -0.28026 0.88001 0.36595 0.11528 -0.36221 0.32932 0.53534 -0.10373 -0.2712 1.50986 0.82577 0.80587 0.58674 -1.08336 0.7974 -0.93577 0.35152 0.21304 -0.42076 1.44094 0.80461 -1.24644 1.54844 0.92222 -2.2934 0.35245 1.60959 -0.29129 0.67399 -1.38614 0.3029 -0.54269 1.10862 -0.08172 -0.04937 -0.43626 -0.91125 -0.28266 -0.36147 -0.12084 1.25373 1.1381 0.95705 0.26762 -0.49399 -0.2542 -0.45364 0.00029 -0.14823 0.25369 0.78396 0.68684 0.26187 0.68319 -0.58174 -0.25431 0.327 0.32669 0.91843 0.75061 -0.0377 0.57903 0.41044 -0.19557 -0.94918 0.64098 -0.6787 -0.18213 -1.01081 -0.2799 -1.03445 -0.68083 -0.64075 -0.1912 -0.67513 -0.67164 0.66543 0.95216 -0.07343 -0.13061 0.34905 -0.33807 -0.33826 -0.34154 -0.03271 -0.03096 0.8863 -0.15601 -0.82979 -0.41836 -0.34725 0.09762 -0.14665 -0.50203 -1.48355 -0.37728 -2.05321 -0.612 0.26389 0.5762 -1.13396 -0.10918 -0.82191 -0.18178 -0.23268 -1.06212 1.63935 -0.8239 -0.31319 1.10998 -0.4216 1.39627 -1.57084 0.13267 0.86919 -1.06687 0.46471 -0.64987 0.20088 1.47795 0.35571 0.01939 0.36221 -0.50664 0.46945 0.16774 2.0101 0.37878 -0.05788 0.06404 -0.7774 -0.12035 0.31953 -1.37792 -0.39258 0.07041 0.63028 -1.56191 0.50621 -0.49556 -1.3315 1.51399 -0.30028 0.36197 0.9545 0.26402 0.00626 0.17111 -0.26223 -0.05627 0.46678 -0.61616 -0.99347 -0.91902 0.39587 0.49488 -0.66954 0.12134 0.28083 -0.45288 -0.80221 0.13413 -1.72447 -1.40431 1.03198 0.03218 -1.21688 -0.28649 0.73898 0.45293 0.10507 0.77176 1.11997 -0.53408 -0.54925 0.49661 1.19959 -0.18351 0.09872 1.4245 1.57606 0.29305 -0.27897 1.10166 -0.05268 0.10759 0.66192 -0.49935 -0.26094 -0.84504 -0.55234 -0.54248 0.19353 -1.50489 1.65487 -0.24063 -0.13204 0.91284 -0.17826 0.52066 0.40096 0.80569 0.83501 0.98029 -1.11892 -1.2024 -0.86536 -0.93507\n"
  },
  {
    "path": "src/data/glove2vec_dicts/glove1.vec",
    "content": "word10 0.123 0.134 0.532 0.152\nword20 0.934 0.412 0.532 0.159\nword30 0.334 0.241 0.324 0.188\nword90 0.334 0.241 0.324 0.188\nword31 0.334 0.341 0.324 0.288"
  },
  {
    "path": "src/data/glove2vec_dicts/glove1_w2v.vec",
    "content": "5 4\nword10 0.123 0.134 0.532 0.152\nword20 0.934 0.412 0.532 0.159\nword30 0.334 0.241 0.324 0.188\nword90 0.334 0.241 0.324 0.188\nword31 0.334 0.341 0.324 0.288\n"
  },
  {
    "path": "src/data/glove2vec_dicts/glove2.vec",
    "content": "word1 0.123 0.134 0.532 0.152\nword2 0.934 0.412 0.532 0.159\nword3 0.334 0.241 0.324 0.188\nword9 0.334 0.241 0.324 0.188"
  },
  {
    "path": "src/data/glove2vec_dicts/glove2_w2v.vec",
    "content": "4 4\nword1 0.123 0.134 0.532 0.152\nword2 0.934 0.412 0.532 0.159\nword3 0.334 0.241 0.324 0.188\nword9 0.334 0.241 0.324 0.188\n"
  },
  {
    "path": "src/data/vocab.txt",
    "content": "tôi\nyêu\nhà_nội\nghét\nem\niphone\nthích\nhận\nđắm_say\nđẹp\ngiận\nđà_nẵng\ncậu\nbé\ncô\ngái\nanh_trai\nem_gái\nngười \nđàn_ông\nphụ_nữ\nhoàng_tử\ncông_chúa\n"
  },
  {
    "path": "src/examples/test1_etnlp_preprocessing.py",
    "content": "from etnlp_api import embedding_preprocessing as emb_prep\nfrom etnlp_api import embedding_config\n\nINPUT_FILES=\"../data/glove2vec_dicts/glove1.vec;../data/glove2vec_dicts/glove2.vec\"\nOUTPUT_FILES=\"../data/glove2vec_dicts/glove1_w2v.vec;../data/glove2vec_dicts/glove2_w2v.vec\"\n# do_normalize: use this flag to normalize in case of multiple embeddings.\nembedding_config.do_normalize_emb = False\n# to mark input embeddings are not in word2vec format.\nembedding_config.is_word2vec_format = False\nemb_prep.load_and_save_2_word2vec_models(INPUT_FILES, OUTPUT_FILES, embedding_config)\n\nprint(\"Done with exporting\")"
  },
  {
    "path": "src/examples/test2_etnlp_extractor.py",
    "content": "from etnlp_api import embedding_config\nfrom etnlp_api import embedding_extractor\n\n\nemb1 = \"<point_to_your_downloaded_file>/W2V_C2V.vec\"\nemb2 = \"<point_to_your_downloaded_file>/ELMO.vec\"\nemb3 = \"<point_to_your_downloaded_file>/MULTI.vec\"\nemb4 = \"<point_to_your_downloaded_file>/FastText.vec\"\nC2V = \"../data/embedding_dicts/C2V.vec\"\nout1 = \"../data/embedding_dicts/W2V_C2V_23.vec\"\nout2 = \"../data/embedding_dicts/ELMO_23.vec\"\nout3 = \"../data/embedding_dicts/MULTI_23.vec\"\nout4 = \"../data/embedding_dicts/FastText_23.vec\"\n\nVOCAB_FILE = \"../data/vocab.txt\"\n# OUTPUT_FORMAT=\".txt;.npz;.gz\"\nOUTPUT_FORMAT = \".txt\"\n# embedding_config\nembedding_config.do_normalize_emb = True\n\nemb_files = [emb1, emb2, emb3, emb4]\nout_files = [out1, out2, out3, out4]\n\nfor emb_file, out_file in zip(emb_files, out_files):\n    embedding_extractor.extract_embedding_for_vocab_file(emb_file, VOCAB_FILE,\n                                                     C2V, out_file, OUTPUT_FORMAT)\nprint(\"DONE\")\n\n"
  },
  {
    "path": "src/examples/test3_etnlp_evaluator.py",
    "content": "from etnlp_api import embedding_evaluator\nimport os\nimport tensorflow as tf\nos.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'\ntf.logging.set_verbosity(tf.logging.ERROR)\n\nINPUT_FILES = \"../data/embedding_dicts/ELMO_23.vec;../data/embedding_dicts/FastText_23.vec;\" \\\n              \"../data/embedding_dicts/W2V_C2V_23.vec;../data/embedding_dicts/MULTI_23.vec\"\nANALOGY_FILE = \"../data/embedding_analogies/vi/solveable_analogies_vi.txt\"\nOUT_FILE = \"../data/embedding_analogies/vi/Multi_evaluator_results.txt\"\nembedding_evaluator.evaluator_api(INPUT_FILES, ANALOGY_FILE, OUT_FILE)\nprint(\"DONE\")"
  },
  {
    "path": "src/examples/test4_etnlp_visualizer.py",
    "content": "# from etnlp_api import embedding_config\nfrom etnlp_api import embedding_visualizer\n\nINPUT_FILES = \"../data/embedding_dicts/ELMO_12.vec;../data/embedding_dicts/FastText_12.vec;\" \\\n              \"../data/embedding_dicts/W2V_C2V_12.vec;../data/embedding_dicts/MULTI_12.vec\"\nembedding_visualizer.visualize_multiple_embeddings(INPUT_FILES)\n\nprint(\"DONE\")"
  }
]